Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linkit
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
linkit
Commits
4515cc16
Commit
4515cc16
authored
6 months ago
by
Mark Fullmer
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3447669
: No longer a way to post a link as-is if there is 1 pattern match
parent
4b5e6677
Branches
4.0.x
No related tags found
1 merge request
!57
Resolve #3447669 "No longer a"
Pipeline
#207222
passed with warnings
6 months ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
js/build/linkit.js
+1
-1
1 addition, 1 deletion
js/build/linkit.js
js/ckeditor5_plugins/linkit/src/index.js
+1
-11
1 addition, 11 deletions
js/ckeditor5_plugins/linkit/src/index.js
with
2 additions
and
12 deletions
js/build/linkit.js
+
1
−
1
View file @
4515cc16
!
function
(
t
,
e
){
"
object
"
==
typeof
exports
&&
"
object
"
==
typeof
module
?
module
.
exports
=
e
():
"
function
"
==
typeof
define
&&
define
.
amd
?
define
([],
e
):
"
object
"
==
typeof
exports
?
exports
.
CKEditor5
=
e
():(
t
.
CKEditor5
=
t
.
CKEditor5
||
{},
t
.
CKEditor5
.
linkit
=
e
())}(
self
,(()
=>
(()
=>
{
var
t
=
{
"
ckeditor5/src/core.js
"
:(
t
,
e
,
i
)
=>
{
t
.
exports
=
i
(
"
dll-reference CKEditor5.dll
"
)(
"
./src/core.js
"
)},
"
ckeditor5/src/typing.js
"
:(
t
,
e
,
i
)
=>
{
t
.
exports
=
i
(
"
dll-reference CKEditor5.dll
"
)(
"
./src/typing.js
"
)},
"
dll-reference CKEditor5.dll
"
:
t
=>
{
"
use strict
"
;
t
.
exports
=
CKEditor5
.
dll
}},
e
=
{};
function
i
(
n
){
var
s
=
e
[
n
];
if
(
void
0
!==
s
)
return
s
.
exports
;
var
o
=
e
[
n
]
=
{
exports
:{}};
return
t
[
n
](
o
,
o
.
exports
,
i
),
o
.
exports
}
i
.
d
=
(
t
,
e
)
=>
{
for
(
var
n
in
e
)
i
.
o
(
e
,
n
)
&&!
i
.
o
(
t
,
n
)
&&
Object
.
defineProperty
(
t
,
n
,{
enumerable
:
!
0
,
get
:
e
[
n
]})},
i
.
o
=
(
t
,
e
)
=>
Object
.
prototype
.
hasOwnProperty
.
call
(
t
,
e
);
var
n
=
{};
return
(()
=>
{
"
use strict
"
;
i
.
d
(
n
,{
default
:()
=>
u
});
var
t
=
i
(
"
ckeditor5/src/core.js
"
),
e
=
i
(
"
ckeditor5/src/typing.js
"
);
class
s
extends
t
.
Plugin
{
init
(){
this
.
attrs
=
[
"
linkDataEntityType
"
,
"
linkDataEntityUuid
"
,
"
linkDataEntitySubstitution
"
],
this
.
attrsView
=
[
"
data-entity-type
"
,
"
data-entity-uuid
"
,
"
data-entity-substitution
"
],
this
.
_allowAndConvertExtraAttributes
(),
this
.
_removeExtraAttributesOnUnlinkCommandExecute
(),
this
.
_refreshExtraAttributeValues
(),
this
.
_addExtraAttributesOnLinkCommandExecute
()}
_allowAndConvertExtraAttributes
(){
const
t
=
this
.
editor
;
t
.
model
.
schema
.
extend
(
"
$text
"
,{
allowAttributes
:
this
.
attrs
}),
this
.
attrs
.
forEach
(((
e
,
i
)
=>
{
t
.
conversion
.
for
(
"
downcast
"
).
attributeToElement
({
model
:
e
,
view
:(
t
,{
writer
:
e
})
=>
{
const
n
=
e
.
createAttributeElement
(
"
a
"
,{[
this
.
attrsView
[
i
]]:
t
},{
priority
:
5
});
return
e
.
setCustomProperty
(
"
link
"
,
!
0
,
n
),
n
}}),
t
.
conversion
.
for
(
"
upcast
"
).
elementToAttribute
({
view
:{
name
:
"
a
"
,
attributes
:{[
this
.
attrsView
[
i
]]:
!
0
}},
model
:{
key
:
e
,
value
:
t
=>
t
.
getAttribute
(
this
.
attrsView
[
i
])}})}))}
_addExtraAttributesOnLinkCommandExecute
(){
const
t
=
this
.
editor
,
e
=
t
.
commands
.
get
(
"
link
"
);
let
i
=!
1
;
e
.
on
(
"
execute
"
,((
e
,
n
)
=>
{
if
(
n
.
length
<
3
)
return
;
if
(
i
)
return
void
(
i
=!
1
);
e
.
stop
(),
i
=!
0
;
const
s
=
n
[
n
.
length
-
1
],
o
=
this
.
editor
.
model
,
r
=
o
.
document
.
selection
;
o
.
change
((
e
=>
{
t
.
execute
(
"
link
"
,...
n
);
const
i
=
r
.
getFirstPosition
();
this
.
attrs
.
forEach
((
t
=>
{
if
(
r
.
isCollapsed
){
const
n
=
i
.
textNode
||
i
.
nodeBefore
;
s
[
t
]?
e
.
setAttribute
(
t
,
s
[
t
],
e
.
createRangeOn
(
n
)):
e
.
removeAttribute
(
t
,
e
.
createRangeOn
(
n
)),
e
.
removeSelectionAttribute
(
t
)}
else
{
const
i
=
o
.
schema
.
getValidRanges
(
r
.
getRanges
(),
t
);
for
(
const
n
of
i
)
s
[
t
]?
e
.
setAttribute
(
t
,
s
[
t
],
n
):
e
.
removeAttribute
(
t
,
n
)}}))}))}),{
priority
:
"
high
"
})}
_removeExtraAttributesOnUnlinkCommandExecute
(){
const
t
=
this
.
editor
,
i
=
t
.
commands
.
get
(
"
unlink
"
),
n
=
this
.
editor
.
model
,
s
=
n
.
document
.
selection
;
let
o
=!
1
;
i
.
on
(
"
execute
"
,(
i
=>
{
o
||
(
i
.
stop
(),
n
.
change
((()
=>
{
o
=!
0
,
t
.
execute
(
"
unlink
"
),
o
=!
1
,
n
.
change
((
t
=>
{
let
i
;
this
.
attrs
.
forEach
((
o
=>
{
i
=
s
.
isCollapsed
?[(
0
,
e
.
findAttributeRange
)(
s
.
getFirstPosition
(),
o
,
s
.
getAttribute
(
o
),
n
)]:
n
.
schema
.
getValidRanges
(
s
.
getRanges
(),
o
);
for
(
const
e
of
i
)
t
.
removeAttribute
(
o
,
e
)}))}))})))}),{
priority
:
"
high
"
})}
_refreshExtraAttributeValues
(){
const
t
=
this
.
editor
,
e
=
this
.
attrs
,
i
=
t
.
commands
.
get
(
"
link
"
),
n
=
this
.
editor
.
model
,
s
=
n
.
document
.
selection
;
e
.
forEach
((
t
=>
{
i
.
set
(
t
,
null
)})),
n
.
document
.
on
(
"
change
"
,(()
=>
{
e
.
forEach
((
t
=>
{
i
[
t
]
=
s
.
getAttribute
(
t
)}))}))}
static
get
pluginName
(){
return
"
LinkitEditing
"
}}
const
o
=
jQuery
;
function
r
(
t
,
e
){
var
i
=
o
(
"
<li>
"
).
addClass
(
"
linkit-result-line
"
),
n
=
o
(
"
<div>
"
).
addClass
(
"
linkit-result-line-wrapper
"
);
return
n
.
addClass
(
e
.
status
),
n
.
append
(
o
(
"
<span>
"
).
html
(
e
.
label
).
addClass
(
"
linkit-result-line--title
"
)),
e
.
hasOwnProperty
(
"
description
"
)
&&
n
.
append
(
o
(
"
<span>
"
).
html
(
e
.
description
).
addClass
(
"
linkit-result-line--description
"
)),
i
.
append
(
n
).
appendTo
(
t
)}
function
a
(
t
,
e
){
var
i
=
this
.
element
.
autocomplete
(
"
instance
"
),
n
=
{};
e
.
forEach
((
function
(
t
){
const
e
=
t
.
hasOwnProperty
(
"
group
"
)?
t
.
group
:
""
;
n
.
hasOwnProperty
(
e
)
||
(
n
[
e
]
=
[]),
n
[
e
].
push
(
t
)})),
o
.
each
(
n
,(
function
(
e
,
n
){
e
.
length
&&
t
.
append
(
'
<li class="linkit-result-line--group ui-menu-divider">
'
+
e
+
"
</li>
"
),
o
.
each
(
n
,(
function
(
e
,
n
){
i
.
_renderItemData
(
t
,
n
)}))}))}
class
l
extends
t
.
Plugin
{
static
get
requires
(){
return
[
s
]}
init
(){
this
.
_state
=
{};
const
t
=
this
.
editor
;
t
.
config
.
get
(
"
linkit
"
);
t
.
plugins
.
get
(
"
LinkUI
"
).
_createViews
(),
this
.
_enableLinkAutocomplete
(),
this
.
_handleExtraFormFieldSubmit
(),
this
.
_handleDataLoadingIntoExtraFormField
()}
_enableLinkAutocomplete
(){
const
t
=
this
.
editor
,
e
=
t
.
config
.
get
(
"
linkit
"
),
i
=
t
.
plugins
.
get
(
"
LinkUI
"
).
formView
,
n
=
i
.
urlInputView
.
fieldView
.
element
;
let
s
=!
1
;
i
.
extendTemplate
({
attributes
:{
class
:[
"
ck-vertical-form
"
,
"
ck-link-form_layout-vertical
"
]}}),
t
.
plugins
.
get
(
"
ContextualBalloon
"
).
on
(
"
set:visibleView
"
,((
t
,
l
,
u
,
d
)
=>
{
if
(
u
!==
i
||
s
)
return
;
let
c
;
!
function
(
t
,
e
){
const
{
autocompleteUrl
:
i
,
selectHandler
:
n
,
closeHandler
:
s
,
openHandler
:
l
}
=
e
,
u
=
{
cache
:{},
ajax
:{
dataType
:
"
json
"
,
jsonp
:
!
1
}},
d
=
{
appendTo
:
t
.
closest
(
"
.ck-labeled-field-view
"
),
source
:
function
(
t
,
e
){
const
{
cache
:
n
}
=
u
;
var
s
=
t
.
term
;
n
.
hasOwnProperty
(
s
)?
e
(
n
[
s
]):
o
.
ajax
(
i
,{
success
:
function
(
t
){
n
[
s
]
=
t
.
suggestions
,
e
(
t
.
suggestions
)},
data
:{
q
:
s
},...
u
.
ajax
})},
select
:
n
,
focus
:()
=>!
1
,
search
:()
=>!
d
.
isComposing
,
close
:
s
,
open
:
l
,
minLength
:
1
,
isComposing
:
!
1
},
c
=
o
(
t
).
autocomplete
(
d
),
p
=
c
.
data
(
"
ui-autocomplete
"
);
p
.
widget
().
menu
(
"
option
"
,
"
items
"
,
"
> :not(.linkit-result-line--group)
"
),
p
.
_renderMenu
=
a
,
p
.
_renderItem
=
r
,
c
.
autocomplete
(
"
widget
"
).
addClass
(
"
linkit-ui-autocomplete ck-reset_all-excluded
"
),
c
.
on
(
"
click
"
,(
function
(){
c
.
autocomplete
(
"
search
"
,
c
.
val
())})),
c
.
on
(
"
compositionstart.autocomplete
"
,(
function
(){
d
.
isComposing
=!
0
})),
c
.
on
(
"
compositionend.autocomplete
"
,(
function
(){
d
.
isComposing
=!
1
}))}(
n
,{...
e
,
selectHandler
:(
t
,{
item
:
e
})
=>
{
if
(
!
e
.
path
)
throw
"
Missing path param.
"
+
JSON
.
stringify
(
e
);
if
(
e
.
entity_type_id
||
e
.
entity_uuid
||
e
.
substitution_id
){
if
(
!
e
.
entity_type_id
||!
e
.
entity_uuid
||!
e
.
substitution_id
)
throw
"
Missing path param.
"
+
JSON
.
stringify
(
e
);
this
.
set
(
"
entityType
"
,
e
.
entity_type_id
),
this
.
set
(
"
entityUuid
"
,
e
.
entity_uuid
),
this
.
set
(
"
entitySubstitution
"
,
e
.
substitution_id
)}
else
this
.
set
(
"
entityType
"
,
null
),
this
.
set
(
"
entityUuid
"
,
null
),
this
.
set
(
"
entitySubstitution
"
,
null
);
return
i
.
urlInputView
.
fieldView
.
set
(
"
value
"
,
e
.
path
),
c
=!
0
,
!
1
},
openHandler
:
t
=>
{
c
=!
1
},
closeHandler
:
t
=>
{
var
e
=
jQuery
(
n
).
autocomplete
(
"
instance
"
).
menu
.
element
.
find
(
"
li.linkit-result-line
"
);
if
(
1
===
e
.
length
){
var
i
=
e
.
first
().
data
(
"
ui-autocomplete-item
"
);
t
.
target
.
value
=
i
.
path
,
this
.
set
(
"
entityType
"
,
i
.
entity_type_id
),
this
.
set
(
"
entityUuid
"
,
i
.
entity_uuid
),
this
.
set
(
"
entitySubstitution
"
,
i
.
substitution_id
),
c
=!
0
}
c
=!
1
}}),
s
=!
0
,
i
.
urlInputView
.
fieldView
.
template
.
attributes
.
class
.
push
(
"
form-linkit-autocomplete
"
)}))}
_handleExtraFormFieldSubmit
(){
const
t
=
this
.
editor
,
e
=
t
.
plugins
.
get
(
"
LinkUI
"
).
formView
,
i
=
t
.
commands
.
get
(
"
link
"
),
n
=
t
.
plugins
.
get
(
"
Linkit
"
);
e
.
urlInputView
.
fieldView
.
element
.
addEventListener
(
"
input
"
,(
function
(
t
){
n
.
set
(
"
entityType
"
,
null
),
n
.
set
(
"
entityUuid
"
,
null
),
n
.
set
(
"
entitySubstitution
"
,
null
)})),
this
.
listenTo
(
e
,
"
submit
"
,(()
=>
{
const
t
=
{
linkDataEntityType
:
this
.
entityType
,
linkDataEntityUuid
:
this
.
entityUuid
,
linkDataEntitySubstitution
:
this
.
entitySubstitution
};
i
.
once
(
"
execute
"
,((
e
,
i
)
=>
{
if
(
i
.
length
<
3
)
i
.
push
(
t
);
else
{
if
(
3
!==
i
.
length
)
throw
Error
(
"
The link command has more than 3 arguments.
"
);
Object
.
assign
(
i
[
2
],
t
)}}),{
priority
:
"
highest
"
})}),{
priority
:
"
high
"
})}
_handleDataLoadingIntoExtraFormField
(){
const
t
=
this
.
editor
.
commands
.
get
(
"
link
"
);
this
.
bind
(
"
entityType
"
).
to
(
t
,
"
linkDataEntityType
"
),
this
.
bind
(
"
entityUuid
"
).
to
(
t
,
"
linkDataEntityUuid
"
),
this
.
bind
(
"
entitySubstitution
"
).
to
(
t
,
"
linkDataEntitySubstitution
"
)}
static
get
pluginName
(){
return
"
Linkit
"
}}
const
u
=
{
Linkit
:
l
}})(),
n
=
n
.
default
})()));
\ No newline at end of file
!
function
(
t
,
e
){
"
object
"
==
typeof
exports
&&
"
object
"
==
typeof
module
?
module
.
exports
=
e
():
"
function
"
==
typeof
define
&&
define
.
amd
?
define
([],
e
):
"
object
"
==
typeof
exports
?
exports
.
CKEditor5
=
e
():(
t
.
CKEditor5
=
t
.
CKEditor5
||
{},
t
.
CKEditor5
.
linkit
=
e
())}(
self
,(()
=>
(()
=>
{
var
t
=
{
"
ckeditor5/src/core.js
"
:(
t
,
e
,
i
)
=>
{
t
.
exports
=
i
(
"
dll-reference CKEditor5.dll
"
)(
"
./src/core.js
"
)},
"
ckeditor5/src/typing.js
"
:(
t
,
e
,
i
)
=>
{
t
.
exports
=
i
(
"
dll-reference CKEditor5.dll
"
)(
"
./src/typing.js
"
)},
"
dll-reference CKEditor5.dll
"
:
t
=>
{
"
use strict
"
;
t
.
exports
=
CKEditor5
.
dll
}},
e
=
{};
function
i
(
n
){
var
s
=
e
[
n
];
if
(
void
0
!==
s
)
return
s
.
exports
;
var
o
=
e
[
n
]
=
{
exports
:{}};
return
t
[
n
](
o
,
o
.
exports
,
i
),
o
.
exports
}
i
.
d
=
(
t
,
e
)
=>
{
for
(
var
n
in
e
)
i
.
o
(
e
,
n
)
&&!
i
.
o
(
t
,
n
)
&&
Object
.
defineProperty
(
t
,
n
,{
enumerable
:
!
0
,
get
:
e
[
n
]})},
i
.
o
=
(
t
,
e
)
=>
Object
.
prototype
.
hasOwnProperty
.
call
(
t
,
e
);
var
n
=
{};
return
(()
=>
{
"
use strict
"
;
i
.
d
(
n
,{
default
:()
=>
u
});
var
t
=
i
(
"
ckeditor5/src/core.js
"
),
e
=
i
(
"
ckeditor5/src/typing.js
"
);
class
s
extends
t
.
Plugin
{
init
(){
this
.
attrs
=
[
"
linkDataEntityType
"
,
"
linkDataEntityUuid
"
,
"
linkDataEntitySubstitution
"
],
this
.
attrsView
=
[
"
data-entity-type
"
,
"
data-entity-uuid
"
,
"
data-entity-substitution
"
],
this
.
_allowAndConvertExtraAttributes
(),
this
.
_removeExtraAttributesOnUnlinkCommandExecute
(),
this
.
_refreshExtraAttributeValues
(),
this
.
_addExtraAttributesOnLinkCommandExecute
()}
_allowAndConvertExtraAttributes
(){
const
t
=
this
.
editor
;
t
.
model
.
schema
.
extend
(
"
$text
"
,{
allowAttributes
:
this
.
attrs
}),
this
.
attrs
.
forEach
(((
e
,
i
)
=>
{
t
.
conversion
.
for
(
"
downcast
"
).
attributeToElement
({
model
:
e
,
view
:(
t
,{
writer
:
e
})
=>
{
const
n
=
e
.
createAttributeElement
(
"
a
"
,{[
this
.
attrsView
[
i
]]:
t
},{
priority
:
5
});
return
e
.
setCustomProperty
(
"
link
"
,
!
0
,
n
),
n
}}),
t
.
conversion
.
for
(
"
upcast
"
).
elementToAttribute
({
view
:{
name
:
"
a
"
,
attributes
:{[
this
.
attrsView
[
i
]]:
!
0
}},
model
:{
key
:
e
,
value
:
t
=>
t
.
getAttribute
(
this
.
attrsView
[
i
])}})}))}
_addExtraAttributesOnLinkCommandExecute
(){
const
t
=
this
.
editor
,
e
=
t
.
commands
.
get
(
"
link
"
);
let
i
=!
1
;
e
.
on
(
"
execute
"
,((
e
,
n
)
=>
{
if
(
n
.
length
<
3
)
return
;
if
(
i
)
return
void
(
i
=!
1
);
e
.
stop
(),
i
=!
0
;
const
s
=
n
[
n
.
length
-
1
],
o
=
this
.
editor
.
model
,
r
=
o
.
document
.
selection
;
o
.
change
((
e
=>
{
t
.
execute
(
"
link
"
,...
n
);
const
i
=
r
.
getFirstPosition
();
this
.
attrs
.
forEach
((
t
=>
{
if
(
r
.
isCollapsed
){
const
n
=
i
.
textNode
||
i
.
nodeBefore
;
s
[
t
]?
e
.
setAttribute
(
t
,
s
[
t
],
e
.
createRangeOn
(
n
)):
e
.
removeAttribute
(
t
,
e
.
createRangeOn
(
n
)),
e
.
removeSelectionAttribute
(
t
)}
else
{
const
i
=
o
.
schema
.
getValidRanges
(
r
.
getRanges
(),
t
);
for
(
const
n
of
i
)
s
[
t
]?
e
.
setAttribute
(
t
,
s
[
t
],
n
):
e
.
removeAttribute
(
t
,
n
)}}))}))}),{
priority
:
"
high
"
})}
_removeExtraAttributesOnUnlinkCommandExecute
(){
const
t
=
this
.
editor
,
i
=
t
.
commands
.
get
(
"
unlink
"
),
n
=
this
.
editor
.
model
,
s
=
n
.
document
.
selection
;
let
o
=!
1
;
i
.
on
(
"
execute
"
,(
i
=>
{
o
||
(
i
.
stop
(),
n
.
change
((()
=>
{
o
=!
0
,
t
.
execute
(
"
unlink
"
),
o
=!
1
,
n
.
change
((
t
=>
{
let
i
;
this
.
attrs
.
forEach
((
o
=>
{
i
=
s
.
isCollapsed
?[(
0
,
e
.
findAttributeRange
)(
s
.
getFirstPosition
(),
o
,
s
.
getAttribute
(
o
),
n
)]:
n
.
schema
.
getValidRanges
(
s
.
getRanges
(),
o
);
for
(
const
e
of
i
)
t
.
removeAttribute
(
o
,
e
)}))}))})))}),{
priority
:
"
high
"
})}
_refreshExtraAttributeValues
(){
const
t
=
this
.
editor
,
e
=
this
.
attrs
,
i
=
t
.
commands
.
get
(
"
link
"
),
n
=
this
.
editor
.
model
,
s
=
n
.
document
.
selection
;
e
.
forEach
((
t
=>
{
i
.
set
(
t
,
null
)})),
n
.
document
.
on
(
"
change
"
,(()
=>
{
e
.
forEach
((
t
=>
{
i
[
t
]
=
s
.
getAttribute
(
t
)}))}))}
static
get
pluginName
(){
return
"
LinkitEditing
"
}}
const
o
=
jQuery
;
function
r
(
t
,
e
){
var
i
=
o
(
"
<li>
"
).
addClass
(
"
linkit-result-line
"
),
n
=
o
(
"
<div>
"
).
addClass
(
"
linkit-result-line-wrapper
"
);
return
n
.
addClass
(
e
.
status
),
n
.
append
(
o
(
"
<span>
"
).
html
(
e
.
label
).
addClass
(
"
linkit-result-line--title
"
)),
e
.
hasOwnProperty
(
"
description
"
)
&&
n
.
append
(
o
(
"
<span>
"
).
html
(
e
.
description
).
addClass
(
"
linkit-result-line--description
"
)),
i
.
append
(
n
).
appendTo
(
t
)}
function
a
(
t
,
e
){
var
i
=
this
.
element
.
autocomplete
(
"
instance
"
),
n
=
{};
e
.
forEach
((
function
(
t
){
const
e
=
t
.
hasOwnProperty
(
"
group
"
)?
t
.
group
:
""
;
n
.
hasOwnProperty
(
e
)
||
(
n
[
e
]
=
[]),
n
[
e
].
push
(
t
)})),
o
.
each
(
n
,(
function
(
e
,
n
){
e
.
length
&&
t
.
append
(
'
<li class="linkit-result-line--group ui-menu-divider">
'
+
e
+
"
</li>
"
),
o
.
each
(
n
,(
function
(
e
,
n
){
i
.
_renderItemData
(
t
,
n
)}))}))}
class
l
extends
t
.
Plugin
{
static
get
requires
(){
return
[
s
]}
init
(){
this
.
_state
=
{};
const
t
=
this
.
editor
;
t
.
config
.
get
(
"
linkit
"
);
t
.
plugins
.
get
(
"
LinkUI
"
).
_createViews
(),
this
.
_enableLinkAutocomplete
(),
this
.
_handleExtraFormFieldSubmit
(),
this
.
_handleDataLoadingIntoExtraFormField
()}
_enableLinkAutocomplete
(){
const
t
=
this
.
editor
,
e
=
t
.
config
.
get
(
"
linkit
"
),
i
=
t
.
plugins
.
get
(
"
LinkUI
"
).
formView
,
n
=
i
.
urlInputView
.
fieldView
.
element
;
let
s
=!
1
;
i
.
extendTemplate
({
attributes
:{
class
:[
"
ck-vertical-form
"
,
"
ck-link-form_layout-vertical
"
]}}),
t
.
plugins
.
get
(
"
ContextualBalloon
"
).
on
(
"
set:visibleView
"
,((
t
,
l
,
u
,
d
)
=>
{
if
(
u
!==
i
||
s
)
return
;
let
c
;
!
function
(
t
,
e
){
const
{
autocompleteUrl
:
i
,
selectHandler
:
n
,
closeHandler
:
s
,
openHandler
:
l
}
=
e
,
u
=
{
cache
:{},
ajax
:{
dataType
:
"
json
"
,
jsonp
:
!
1
}},
d
=
{
appendTo
:
t
.
closest
(
"
.ck-labeled-field-view
"
),
source
:
function
(
t
,
e
){
const
{
cache
:
n
}
=
u
;
var
s
=
t
.
term
;
n
.
hasOwnProperty
(
s
)?
e
(
n
[
s
]):
o
.
ajax
(
i
,{
success
:
function
(
t
){
n
[
s
]
=
t
.
suggestions
,
e
(
t
.
suggestions
)},
data
:{
q
:
s
},...
u
.
ajax
})},
select
:
n
,
focus
:()
=>!
1
,
search
:()
=>!
d
.
isComposing
,
close
:
s
,
open
:
l
,
minLength
:
1
,
isComposing
:
!
1
},
c
=
o
(
t
).
autocomplete
(
d
),
p
=
c
.
data
(
"
ui-autocomplete
"
);
p
.
widget
().
menu
(
"
option
"
,
"
items
"
,
"
> :not(.linkit-result-line--group)
"
),
p
.
_renderMenu
=
a
,
p
.
_renderItem
=
r
,
c
.
autocomplete
(
"
widget
"
).
addClass
(
"
linkit-ui-autocomplete ck-reset_all-excluded
"
),
c
.
on
(
"
click
"
,(
function
(){
c
.
autocomplete
(
"
search
"
,
c
.
val
())})),
c
.
on
(
"
compositionstart.autocomplete
"
,(
function
(){
d
.
isComposing
=!
0
})),
c
.
on
(
"
compositionend.autocomplete
"
,(
function
(){
d
.
isComposing
=!
1
}))}(
n
,{...
e
,
selectHandler
:(
t
,{
item
:
e
})
=>
{
if
(
!
e
.
path
)
throw
"
Missing path param.
"
+
JSON
.
stringify
(
e
);
if
(
e
.
entity_type_id
||
e
.
entity_uuid
||
e
.
substitution_id
){
if
(
!
e
.
entity_type_id
||!
e
.
entity_uuid
||!
e
.
substitution_id
)
throw
"
Missing path param.
"
+
JSON
.
stringify
(
e
);
this
.
set
(
"
entityType
"
,
e
.
entity_type_id
),
this
.
set
(
"
entityUuid
"
,
e
.
entity_uuid
),
this
.
set
(
"
entitySubstitution
"
,
e
.
substitution_id
)}
else
this
.
set
(
"
entityType
"
,
null
),
this
.
set
(
"
entityUuid
"
,
null
),
this
.
set
(
"
entitySubstitution
"
,
null
);
return
i
.
urlInputView
.
fieldView
.
set
(
"
value
"
,
e
.
path
),
c
=!
0
,
!
1
},
openHandler
:
t
=>
{
c
=!
1
},
closeHandler
:
t
=>
{
c
=!
1
}}),
s
=!
0
,
i
.
urlInputView
.
fieldView
.
template
.
attributes
.
class
.
push
(
"
form-linkit-autocomplete
"
)}))}
_handleExtraFormFieldSubmit
(){
const
t
=
this
.
editor
,
e
=
t
.
plugins
.
get
(
"
LinkUI
"
).
formView
,
i
=
t
.
commands
.
get
(
"
link
"
),
n
=
t
.
plugins
.
get
(
"
Linkit
"
);
e
.
urlInputView
.
fieldView
.
element
.
addEventListener
(
"
input
"
,(
function
(
t
){
n
.
set
(
"
entityType
"
,
null
),
n
.
set
(
"
entityUuid
"
,
null
),
n
.
set
(
"
entitySubstitution
"
,
null
)})),
this
.
listenTo
(
e
,
"
submit
"
,(()
=>
{
const
t
=
{
linkDataEntityType
:
this
.
entityType
,
linkDataEntityUuid
:
this
.
entityUuid
,
linkDataEntitySubstitution
:
this
.
entitySubstitution
};
i
.
once
(
"
execute
"
,((
e
,
i
)
=>
{
if
(
i
.
length
<
3
)
i
.
push
(
t
);
else
{
if
(
3
!==
i
.
length
)
throw
Error
(
"
The link command has more than 3 arguments.
"
);
Object
.
assign
(
i
[
2
],
t
)}}),{
priority
:
"
highest
"
})}),{
priority
:
"
high
"
})}
_handleDataLoadingIntoExtraFormField
(){
const
t
=
this
.
editor
.
commands
.
get
(
"
link
"
);
this
.
bind
(
"
entityType
"
).
to
(
t
,
"
linkDataEntityType
"
),
this
.
bind
(
"
entityUuid
"
).
to
(
t
,
"
linkDataEntityUuid
"
),
this
.
bind
(
"
entitySubstitution
"
).
to
(
t
,
"
linkDataEntitySubstitution
"
)}
static
get
pluginName
(){
return
"
Linkit
"
}}
const
u
=
{
Linkit
:
l
}})(),
n
=
n
.
default
})()));
\ No newline at end of file
This diff is collapsed.
Click to expand it.
js/ckeditor5_plugins/linkit/src/index.js
+
1
−
11
View file @
4515cc16
...
...
@@ -80,17 +80,7 @@ class Linkit extends Plugin {
selected
=
false
;
},
closeHandler
:
(
event
)
=>
{
var
autocompleteWidget
=
jQuery
(
linkitInput
).
autocomplete
(
'
instance
'
);
var
autocompleteMenuLinks
=
autocompleteWidget
.
menu
.
element
.
find
(
'
li.linkit-result-line
'
);
// Automatically select item if it's the only one.
if
(
autocompleteMenuLinks
.
length
===
1
)
{
var
referencedItem
=
autocompleteMenuLinks
.
first
().
data
(
'
ui-autocomplete-item
'
);
event
.
target
.
value
=
referencedItem
.
path
;
this
.
set
(
'
entityType
'
,
referencedItem
.
entity_type_id
);
this
.
set
(
'
entityUuid
'
,
referencedItem
.
entity_uuid
);
this
.
set
(
'
entitySubstitution
'
,
referencedItem
.
substitution_id
);
selected
=
true
;
}
// Upon close, ensure there is no selection (#3447669).
selected
=
false
;
},
},
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment