@ckeditor/ckeditor5-link 39.0.1 → 40.0.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.
Files changed (104) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/LICENSE.md +1 -1
  3. package/README.md +3 -3
  4. package/build/link.js.map +1 -0
  5. package/build/translations/de.js +1 -1
  6. package/build/translations/hy.js +1 -0
  7. package/build/translations/pt-br.js +1 -1
  8. package/lang/translations/ar.po +1 -0
  9. package/lang/translations/ast.po +1 -0
  10. package/lang/translations/az.po +1 -0
  11. package/lang/translations/bg.po +1 -0
  12. package/lang/translations/bn.po +1 -0
  13. package/lang/translations/ca.po +1 -0
  14. package/lang/translations/cs.po +1 -0
  15. package/lang/translations/da.po +1 -0
  16. package/lang/translations/de-ch.po +1 -0
  17. package/lang/translations/de.po +2 -1
  18. package/lang/translations/el.po +1 -0
  19. package/lang/translations/en-au.po +1 -0
  20. package/lang/translations/en-gb.po +1 -0
  21. package/lang/translations/en.po +1 -0
  22. package/lang/translations/eo.po +1 -0
  23. package/lang/translations/es.po +1 -0
  24. package/lang/translations/et.po +1 -0
  25. package/lang/translations/eu.po +1 -0
  26. package/lang/translations/fa.po +1 -0
  27. package/lang/translations/fi.po +1 -0
  28. package/lang/translations/fr.po +1 -0
  29. package/lang/translations/gl.po +1 -0
  30. package/lang/translations/he.po +1 -0
  31. package/lang/translations/hi.po +1 -0
  32. package/lang/translations/hr.po +1 -0
  33. package/lang/translations/hu.po +1 -0
  34. package/lang/translations/hy.po +54 -0
  35. package/lang/translations/id.po +1 -0
  36. package/lang/translations/it.po +1 -0
  37. package/lang/translations/ja.po +1 -0
  38. package/lang/translations/km.po +1 -0
  39. package/lang/translations/kn.po +1 -0
  40. package/lang/translations/ko.po +1 -0
  41. package/lang/translations/ku.po +1 -0
  42. package/lang/translations/lt.po +1 -0
  43. package/lang/translations/lv.po +1 -0
  44. package/lang/translations/ms.po +1 -0
  45. package/lang/translations/nb.po +1 -0
  46. package/lang/translations/ne.po +1 -0
  47. package/lang/translations/nl.po +1 -0
  48. package/lang/translations/no.po +1 -0
  49. package/lang/translations/pl.po +1 -0
  50. package/lang/translations/pt-br.po +3 -2
  51. package/lang/translations/pt.po +1 -0
  52. package/lang/translations/ro.po +1 -0
  53. package/lang/translations/ru.po +1 -0
  54. package/lang/translations/sk.po +1 -0
  55. package/lang/translations/sq.po +1 -0
  56. package/lang/translations/sr-latn.po +1 -0
  57. package/lang/translations/sr.po +1 -0
  58. package/lang/translations/sv.po +1 -0
  59. package/lang/translations/th.po +1 -0
  60. package/lang/translations/tk.po +1 -0
  61. package/lang/translations/tr.po +1 -0
  62. package/lang/translations/tt.po +1 -0
  63. package/lang/translations/ug.po +1 -0
  64. package/lang/translations/uk.po +1 -0
  65. package/lang/translations/ur.po +1 -0
  66. package/lang/translations/uz.po +1 -0
  67. package/lang/translations/vi.po +1 -0
  68. package/lang/translations/zh-cn.po +1 -0
  69. package/lang/translations/zh.po +1 -0
  70. package/package.json +3 -7
  71. package/src/augmentation.d.ts +30 -30
  72. package/src/augmentation.js +5 -5
  73. package/src/autolink.d.ts +60 -60
  74. package/src/autolink.js +216 -216
  75. package/src/index.d.ts +18 -18
  76. package/src/index.js +17 -17
  77. package/src/link.d.ts +27 -27
  78. package/src/link.js +31 -31
  79. package/src/linkcommand.d.ts +132 -132
  80. package/src/linkcommand.js +285 -285
  81. package/src/linkconfig.d.ts +251 -251
  82. package/src/linkconfig.js +5 -5
  83. package/src/linkediting.d.ts +106 -106
  84. package/src/linkediting.js +547 -547
  85. package/src/linkimage.d.ts +27 -27
  86. package/src/linkimage.js +31 -31
  87. package/src/linkimageediting.d.ts +39 -39
  88. package/src/linkimageediting.js +245 -245
  89. package/src/linkimageui.d.ts +40 -40
  90. package/src/linkimageui.js +96 -96
  91. package/src/linkui.d.ts +165 -165
  92. package/src/linkui.js +581 -581
  93. package/src/ui/linkactionsview.d.ts +101 -101
  94. package/src/ui/linkactionsview.js +156 -156
  95. package/src/ui/linkformview.d.ts +141 -141
  96. package/src/ui/linkformview.js +232 -232
  97. package/src/unlinkcommand.d.ts +31 -31
  98. package/src/unlinkcommand.js +66 -66
  99. package/src/utils/automaticdecorators.d.ts +45 -45
  100. package/src/utils/automaticdecorators.js +140 -140
  101. package/src/utils/manualdecorator.d.ts +72 -72
  102. package/src/utils/manualdecorator.js +47 -47
  103. package/src/utils.d.ts +80 -80
  104. package/src/utils.js +128 -128
package/CHANGELOG.md CHANGED
@@ -173,7 +173,7 @@ Internal changes only (updated dependencies, documentation, etc.).
173
173
 
174
174
  ### BREAKING CHANGES
175
175
 
176
- * The license under which CKEditor 5 is released has been changed from a triple GPL, LGPL and MPL license to a GPL2+ only. See [ckeditor/ckeditor5#991](https://github.com/ckeditor/ckeditor5/issues/991) for more information.
176
+ * The license under which CKEditor 5 is released has been changed from a triple GPL, LGPL and MPL license to a GPL2+ only. See [ckeditor/ckeditor5#991](https://github.com/ckeditor/ckeditor5/issues/991) for more information.
177
177
 
178
178
 
179
179
  ## [1.0.0-beta.4](https://github.com/ckeditor/ckeditor5-link/compare/v1.0.0-beta.2...v1.0.0-beta.4) (2018-04-19)
package/LICENSE.md CHANGED
@@ -1,7 +1,7 @@
1
1
  Software License Agreement
2
2
  ==========================
3
3
 
4
- **CKEditor 5 link feature** – https://github.com/ckeditor/ckeditor5-link <br>
4
+ **CKEditor&nbsp;5 link feature** – https://github.com/ckeditor/ckeditor5-link <br>
5
5
  Copyright (c) 2003-2023, [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).
package/README.md CHANGED
@@ -1,11 +1,11 @@
1
- CKEditor 5 link feature
1
+ CKEditor&nbsp;5 link feature
2
2
  ========================================
3
3
 
4
4
  [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-link.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-link)
5
5
  [![Coverage Status](https://coveralls.io/repos/github/ckeditor/ckeditor5/badge.svg?branch=master)](https://coveralls.io/github/ckeditor/ckeditor5?branch=master)
6
6
  [![Build Status](https://travis-ci.com/ckeditor/ckeditor5.svg?branch=master)](https://app.travis-ci.com/github/ckeditor/ckeditor5)
7
7
 
8
- This package implements the link feature for CKEditor 5. It allows for inserting hyperlinks into the edited content and offers the UI to create and edit them.
8
+ This package implements the link feature for CKEditor&nbsp;5. It allows for inserting hyperlinks into the edited content and offers the UI to create and edit them.
9
9
 
10
10
  ## Demo
11
11
 
@@ -13,7 +13,7 @@ Check out the demo in the [link feature guide](https://ckeditor.com/docs/ckedito
13
13
 
14
14
  ## Documentation
15
15
 
16
- See the [`@ckeditor/ckeditor5-link` package](https://ckeditor.com/docs/ckeditor5/latest/api/link.html) page in [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/).
16
+ See the [`@ckeditor/ckeditor5-link` package](https://ckeditor.com/docs/ckeditor5/latest/api/link.html) page in [CKEditor&nbsp;5 documentation](https://ckeditor.com/docs/ckeditor5/latest/).
17
17
 
18
18
  ## License
19
19