@ckeditor/ckeditor5-link 39.0.2 → 40.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE.md CHANGED
@@ -2,7 +2,7 @@ Software License Agreement
2
2
  ==========================
3
3
 
4
4
  **CKEditor&nbsp;5 link feature** – https://github.com/ckeditor/ckeditor5-link <br>
5
- Copyright (c) 2003-2023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
5
+ Copyright (c) 20032023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
6
6
 
7
7
  Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html).
8
8
 
@@ -13,9 +13,9 @@ Where not otherwise indicated, all CKEditor content is authored by CKSource engi
13
13
 
14
14
  The following libraries are included in CKEditor under the [MIT license](https://opensource.org/licenses/MIT):
15
15
 
16
- * lodash - Copyright (c) JS Foundation and other contributors https://js.foundation/. Based on Underscore.js, copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors http://underscorejs.org/.
16
+ * Lodash - Copyright (c) JS Foundation and other contributors https://js.foundation/. Based on Underscore.js, copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors http://underscorejs.org/.
17
17
 
18
18
  Trademarks
19
19
  ----------
20
20
 
21
- **CKEditor** is a trademark of [CKSource Holding sp. z o.o.](https://cksource.com) All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
21
+ **CKEditor** is a trademark of [CKSource Holding sp. z o.o.](https://cksource.com) All other brand and product names are trademarks, registered trademarks, or service marks of their respective holders.
@@ -0,0 +1 @@
1
+ !function(n){const i=n.hy=n.hy||{};i.dictionary=Object.assign(i.dictionary||{},{Downloadable:"","Edit link":"Խմբագրել հղումը",Link:"Հղում","Link image":"","Link URL":"","Open in a new tab":"","Open link in new tab":"","This link has no URL":"",Unlink:""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(n){const i=n["pt-br"]=n["pt-br"]||{};i.dictionary=Object.assign(i.dictionary||{},{Downloadable:"Pode ser baixado","Edit link":"Editar link",Link:"Link","Link image":"Link da imagem","Link URL":"URL","Open in a new tab":"Abrir em nova aba","Open link in new tab":"Abrir link em nova aba","This link has no URL":"Este link não possui uma URL",Unlink:"Remover link"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(n){const i=n["pt-br"]=n["pt-br"]||{};i.dictionary=Object.assign(i.dictionary||{},{Downloadable:"Pode ser baixado","Edit link":"Editar link",Link:"Link","Link image":"Link com imagem","Link URL":"URL do link","Open in a new tab":"Abrir em nova aba","Open link in new tab":"Abrir link em nova aba","This link has no URL":"Este link não possui uma URL",Unlink:"Remover link"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1,54 @@
1
+ # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ #
3
+ # !!! IMPORTANT !!!
4
+ #
5
+ # Before you edit this file, please keep in mind that contributing to the project
6
+ # translations is possible ONLY via the Transifex online service.
7
+ #
8
+ # To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
9
+ #
10
+ # To learn more, check out the official contributor's guide:
11
+ # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
12
+ #
13
+ msgid ""
14
+ msgstr ""
15
+ "Language-Team: Armenian (https://app.transifex.com/ckeditor/teams/11143/hy/)\n"
16
+ "Language: hy\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
19
+
20
+ msgctxt "Toolbar button tooltip for the Unlink feature."
21
+ msgid "Unlink"
22
+ msgstr ""
23
+
24
+ msgctxt "Toolbar button tooltip for the Link feature."
25
+ msgid "Link"
26
+ msgstr "Հղում"
27
+
28
+ msgctxt "Label for the URL input in the Link URL editing balloon."
29
+ msgid "Link URL"
30
+ msgstr ""
31
+
32
+ msgctxt "Label for the image link button."
33
+ msgid "Link image"
34
+ msgstr ""
35
+
36
+ msgctxt "Button opening the Link URL editing balloon."
37
+ msgid "Edit link"
38
+ msgstr "Խմբագրել հղումը"
39
+
40
+ msgctxt "Button opening the link in new browser tab."
41
+ msgid "Open link in new tab"
42
+ msgstr ""
43
+
44
+ msgctxt "Label explaining that a link has no URL set (the URL is empty)."
45
+ msgid "This link has no URL"
46
+ msgstr ""
47
+
48
+ msgctxt "The label of the switch button that controls whether the edited link will open in a new tab."
49
+ msgid "Open in a new tab"
50
+ msgstr ""
51
+
52
+ msgctxt "The label of the switch button that controls whether the edited link refers to downloadable resource."
53
+ msgid "Downloadable"
54
+ msgstr ""
@@ -27,11 +27,11 @@ msgstr "Link"
27
27
 
28
28
  msgctxt "Label for the URL input in the Link URL editing balloon."
29
29
  msgid "Link URL"
30
- msgstr "URL"
30
+ msgstr "URL do link"
31
31
 
32
32
  msgctxt "Label for the image link button."
33
33
  msgid "Link image"
34
- msgstr "Link da imagem"
34
+ msgstr "Link com imagem"
35
35
 
36
36
  msgctxt "Button opening the Link URL editing balloon."
37
37
  msgid "Edit link"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-link",
3
- "version": "39.0.2",
3
+ "version": "40.1.0",
4
4
  "description": "Link feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,8 +12,8 @@
12
12
  ],
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "@ckeditor/ckeditor5-ui": "39.0.2",
16
- "ckeditor5": "39.0.2",
15
+ "@ckeditor/ckeditor5-ui": "40.1.0",
16
+ "ckeditor5": "40.1.0",
17
17
  "lodash-es": "4.17.21"
18
18
  },
19
19
  "author": "CKSource (http://cksource.com/)",
package/src/index.d.ts CHANGED
@@ -12,7 +12,7 @@ export { default as LinkImage } from './linkimage';
12
12
  export { default as LinkImageEditing } from './linkimageediting';
13
13
  export { default as LinkImageUI } from './linkimageui';
14
14
  export { default as AutoLink } from './autolink';
15
- export { LinkConfig } from './linkconfig';
15
+ export { LinkConfig, type LinkDecoratorDefinition } from './linkconfig';
16
16
  export { default as LinkCommand } from './linkcommand';
17
17
  export { default as UnlinkCommand } from './unlinkcommand';
18
18
  import './augmentation';