@ckeditor/ckeditor5-source-editing 41.3.1 → 41.4.0-alpha.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (102) hide show
  1. package/dist/index-content.css +4 -0
  2. package/dist/index-editor.css +43 -0
  3. package/dist/index.css +87 -0
  4. package/dist/index.css.map +1 -0
  5. package/dist/index.js +583 -0
  6. package/dist/index.js.map +1 -0
  7. package/dist/translations/ar.d.ts +8 -0
  8. package/dist/translations/ar.js +5 -0
  9. package/dist/translations/bg.d.ts +8 -0
  10. package/dist/translations/bg.js +5 -0
  11. package/dist/translations/bn.d.ts +8 -0
  12. package/dist/translations/bn.js +5 -0
  13. package/dist/translations/ca.d.ts +8 -0
  14. package/dist/translations/ca.js +5 -0
  15. package/dist/translations/cs.d.ts +8 -0
  16. package/dist/translations/cs.js +5 -0
  17. package/dist/translations/da.d.ts +8 -0
  18. package/dist/translations/da.js +5 -0
  19. package/dist/translations/de.d.ts +8 -0
  20. package/dist/translations/de.js +5 -0
  21. package/dist/translations/el.d.ts +8 -0
  22. package/dist/translations/el.js +5 -0
  23. package/dist/translations/en-au.d.ts +8 -0
  24. package/dist/translations/en-au.js +5 -0
  25. package/dist/translations/en.d.ts +8 -0
  26. package/dist/translations/en.js +5 -0
  27. package/dist/translations/es.d.ts +8 -0
  28. package/dist/translations/es.js +5 -0
  29. package/dist/translations/et.d.ts +8 -0
  30. package/dist/translations/et.js +5 -0
  31. package/dist/translations/fi.d.ts +8 -0
  32. package/dist/translations/fi.js +5 -0
  33. package/dist/translations/fr.d.ts +8 -0
  34. package/dist/translations/fr.js +5 -0
  35. package/dist/translations/gl.d.ts +8 -0
  36. package/dist/translations/gl.js +5 -0
  37. package/dist/translations/he.d.ts +8 -0
  38. package/dist/translations/he.js +5 -0
  39. package/dist/translations/hi.d.ts +8 -0
  40. package/dist/translations/hi.js +5 -0
  41. package/dist/translations/hr.d.ts +8 -0
  42. package/dist/translations/hr.js +5 -0
  43. package/dist/translations/hu.d.ts +8 -0
  44. package/dist/translations/hu.js +5 -0
  45. package/dist/translations/id.d.ts +8 -0
  46. package/dist/translations/id.js +5 -0
  47. package/dist/translations/it.d.ts +8 -0
  48. package/dist/translations/it.js +5 -0
  49. package/dist/translations/ja.d.ts +8 -0
  50. package/dist/translations/ja.js +5 -0
  51. package/dist/translations/ko.d.ts +8 -0
  52. package/dist/translations/ko.js +5 -0
  53. package/dist/translations/lt.d.ts +8 -0
  54. package/dist/translations/lt.js +5 -0
  55. package/dist/translations/lv.d.ts +8 -0
  56. package/dist/translations/lv.js +5 -0
  57. package/dist/translations/ms.d.ts +8 -0
  58. package/dist/translations/ms.js +5 -0
  59. package/dist/translations/nl.d.ts +8 -0
  60. package/dist/translations/nl.js +5 -0
  61. package/dist/translations/no.d.ts +8 -0
  62. package/dist/translations/no.js +5 -0
  63. package/dist/translations/pl.d.ts +8 -0
  64. package/dist/translations/pl.js +5 -0
  65. package/dist/translations/pt-br.d.ts +8 -0
  66. package/dist/translations/pt-br.js +5 -0
  67. package/dist/translations/pt.d.ts +8 -0
  68. package/dist/translations/pt.js +5 -0
  69. package/dist/translations/ro.d.ts +8 -0
  70. package/dist/translations/ro.js +5 -0
  71. package/dist/translations/ru.d.ts +8 -0
  72. package/dist/translations/ru.js +5 -0
  73. package/dist/translations/sk.d.ts +8 -0
  74. package/dist/translations/sk.js +5 -0
  75. package/dist/translations/sr-latn.d.ts +8 -0
  76. package/dist/translations/sr-latn.js +5 -0
  77. package/dist/translations/sr.d.ts +8 -0
  78. package/dist/translations/sr.js +5 -0
  79. package/dist/translations/sv.d.ts +8 -0
  80. package/dist/translations/sv.js +5 -0
  81. package/dist/translations/th.d.ts +8 -0
  82. package/dist/translations/th.js +5 -0
  83. package/dist/translations/tr.d.ts +8 -0
  84. package/dist/translations/tr.js +5 -0
  85. package/dist/translations/ug.d.ts +8 -0
  86. package/dist/translations/ug.js +5 -0
  87. package/dist/translations/uk.d.ts +8 -0
  88. package/dist/translations/uk.js +5 -0
  89. package/dist/translations/ur.d.ts +8 -0
  90. package/dist/translations/ur.js +5 -0
  91. package/dist/translations/vi.d.ts +8 -0
  92. package/dist/translations/vi.js +5 -0
  93. package/dist/translations/zh-cn.d.ts +8 -0
  94. package/dist/translations/zh-cn.js +5 -0
  95. package/dist/translations/zh.d.ts +8 -0
  96. package/dist/translations/zh.js +5 -0
  97. package/dist/types/augmentation.d.ts +22 -0
  98. package/dist/types/index.d.ts +14 -0
  99. package/dist/types/sourceediting.d.ts +108 -0
  100. package/dist/types/sourceeditingconfig.d.ts +38 -0
  101. package/dist/types/utils/formathtml.d.ts +23 -0
  102. package/package.json +4 -3
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ export default {"id":{"dictionary":{"Source":"Sumber","Show source":"Tampilkan sumber"},getPluralForm(n){return 0;}}}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ export default {"it":{"dictionary":{"Source":"Sorgente","Show source":"Mostra sorgente"},getPluralForm(n){return n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;}}}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ export default {"ja":{"dictionary":{"Source":"ソース","Show source":"ソースを表示"},getPluralForm(n){return 0;}}}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ export default {"ko":{"dictionary":{"Source":"소스","Show source":"소스 표시"},getPluralForm(n){return 0;}}}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ export default {"lt":{"dictionary":{"Source":"Šaltinis","Show source":"Rodyti šaltinį"},getPluralForm(n){return (n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);}}}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ export default {"lv":{"dictionary":{"Source":"Pirmavots","Show source":"Rādīt avotu"},getPluralForm(n){return (n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);}}}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ export default {"ms":{"dictionary":{"Source":"Sumber","Show source":"Paparkan sumber"},getPluralForm(n){return 0;}}}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ export default {"nl":{"dictionary":{"Source":"Bron","Show source":"Bron tonen"},getPluralForm(n){return (n != 1);}}}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ export default {"no":{"dictionary":{"Source":"Kilde","Show source":"Vis kilde"},getPluralForm(n){return (n != 1);}}}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ export default {"pl":{"dictionary":{"Source":"Źródło","Show source":"Pokaż źródło"},getPluralForm(n){return (n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);}}}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ export default {"pt-br":{"dictionary":{"Source":"Código-Fonte","Show source":"Exibir fonte"},getPluralForm(n){return (n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;}}}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ export default {"pt":{"dictionary":{"Source":"Fonte","Show source":"Mostrar fonte"},getPluralForm(n){return (n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;}}}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ export default {"ro":{"dictionary":{"Source":"Sursă","Show source":"Afișare sursă"},getPluralForm(n){return (n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));}}}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ export default {"ru":{"dictionary":{"Source":"HTML редактор","Show source":"Показать источник"},getPluralForm(n){return (n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);}}}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ export default {"sk":{"dictionary":{"Source":"Zdroj","Show source":"Zobraziť zdroj"},getPluralForm(n){return (n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);}}}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ export default {"sr-latn":{"dictionary":{"Source":"Izvor","Show source":""},getPluralForm(n){return (n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);}}}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ export default {"sr":{"dictionary":{"Source":"Извор","Show source":"Pokaži izvor"},getPluralForm(n){return (n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);}}}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ export default {"sv":{"dictionary":{"Source":"Källa","Show source":"Visa källa"},getPluralForm(n){return (n != 1);}}}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ export default {"th":{"dictionary":{"Source":"ซอร์ส","Show source":"แสดงที่มา"},getPluralForm(n){return 0;}}}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ export default {"tr":{"dictionary":{"Source":"Kaynak","Show source":"Kaynağı göster"},getPluralForm(n){return (n > 1);}}}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ export default {"ug":{"dictionary":{"Source":"مەنبە","Show source":""},getPluralForm(n){return (n != 1);}}}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ export default {"uk":{"dictionary":{"Source":"Джерело","Show source":"Показати джерело"},getPluralForm(n){return (n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);}}}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ export default {"ur":{"dictionary":{"Source":"مآخذ","Show source":""},getPluralForm(n){return (n != 1);}}}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ export default {"vi":{"dictionary":{"Source":"Nguồn","Show source":"Hiển thị nguồn"},getPluralForm(n){return 0;}}}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ export default {"zh-cn":{"dictionary":{"Source":"源代码","Show source":"显示源代码"},getPluralForm(n){return 0;}}}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ import type { Translations } from 'ckeditor5';
7
+ declare const translations: Translations;
8
+ export default translations;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ export default {"zh":{"dictionary":{"Source":"原始碼","Show source":"顯示來源"},getPluralForm(n){return 0;}}}
@@ -0,0 +1,22 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
8
+ */
9
+ import type { SourceEditing, SourceEditingConfig } from './index.js';
10
+ declare module '@ckeditor/ckeditor5-core' {
11
+ interface EditorConfig {
12
+ /**
13
+ * The configuration of the source editing feature.
14
+ *
15
+ * Read more in {@link module:source-editing/sourceeditingconfig~SourceEditingConfig}.
16
+ */
17
+ sourceEditing?: SourceEditingConfig;
18
+ }
19
+ interface PluginsMap {
20
+ [SourceEditing.pluginName]: SourceEditing;
21
+ }
22
+ }
@@ -0,0 +1,14 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
8
+ */
9
+ /**
10
+ * @module source-editing
11
+ */
12
+ export { default as SourceEditing } from './sourceediting.js';
13
+ export type { SourceEditingConfig } from './sourceeditingconfig.js';
14
+ import './augmentation.js';
@@ -0,0 +1,108 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
8
+ */
9
+ /**
10
+ * @module source-editing/sourceediting
11
+ */
12
+ import { type Editor, Plugin, PendingActions } from 'ckeditor5/src/core.js';
13
+ import '../theme/sourceediting.css';
14
+ /**
15
+ * The source editing feature.
16
+ *
17
+ * It provides the possibility to view and edit the source of the document.
18
+ *
19
+ * For a detailed overview, check the {@glink features/source-editing source editing feature documentation} and the
20
+ * {@glink api/source-editing package page}.
21
+ */
22
+ export default class SourceEditing extends Plugin {
23
+ /**
24
+ * @inheritDoc
25
+ */
26
+ static get pluginName(): "SourceEditing";
27
+ /**
28
+ * @inheritDoc
29
+ */
30
+ static get requires(): readonly [typeof PendingActions];
31
+ /**
32
+ * Flag indicating whether the document source mode is active.
33
+ *
34
+ * @observable
35
+ */
36
+ isSourceEditingMode: boolean;
37
+ /**
38
+ * The element replacer instance used to replace the editing roots with the wrapper elements containing the document source.
39
+ */
40
+ private _elementReplacer;
41
+ /**
42
+ * Maps all root names to wrapper elements containing the document source.
43
+ */
44
+ private _replacedRoots;
45
+ /**
46
+ * Maps all root names to their document data.
47
+ */
48
+ private _dataFromRoots;
49
+ /**
50
+ * @inheritDoc
51
+ */
52
+ constructor(editor: Editor);
53
+ /**
54
+ * @inheritDoc
55
+ */
56
+ init(): void;
57
+ /**
58
+ * Updates the source data in all hidden editing roots.
59
+ */
60
+ updateEditorData(): void;
61
+ private _checkCompatibility;
62
+ /**
63
+ * Creates source editing wrappers that replace each editing root. Each wrapper contains the document source from the corresponding
64
+ * root.
65
+ *
66
+ * The wrapper element contains a textarea and it solves the problem, that the textarea element cannot auto expand its height based on
67
+ * the content it contains. The solution is to make the textarea more like a plain div element, which expands in height as much as it
68
+ * needs to, in order to display the whole document source without scrolling. The wrapper element is a parent for the textarea and for
69
+ * the pseudo-element `::after`, that replicates the look, content, and position of the textarea. The pseudo-element replica is hidden,
70
+ * but it is styled to be an identical visual copy of the textarea with the same content. Then, the wrapper is a grid container and both
71
+ * of its children (the textarea and the `::after` pseudo-element) are positioned within a CSS grid to occupy the same grid cell. The
72
+ * content in the pseudo-element `::after` is set in CSS and it stretches the grid to the appropriate size based on the textarea value.
73
+ * Since both children occupy the same grid cell, both have always the same height.
74
+ */
75
+ private _showSourceEditing;
76
+ /**
77
+ * Restores all hidden editing roots and sets the source data in them.
78
+ */
79
+ private _hideSourceEditing;
80
+ /**
81
+ * Focuses the textarea containing document source from the first editing root.
82
+ */
83
+ private _focusSourceEditing;
84
+ /**
85
+ * Disables all commands.
86
+ */
87
+ private _disableCommands;
88
+ /**
89
+ * Clears forced disable for all commands, that was previously set through {@link #_disableCommands}.
90
+ */
91
+ private _enableCommands;
92
+ /**
93
+ * Adds or removes the `readonly` attribute from the textarea from all roots, if document source mode is active.
94
+ *
95
+ * @param isReadOnly Indicates whether all textarea elements should be read-only.
96
+ */
97
+ private _handleReadOnlyMode;
98
+ /**
99
+ * Checks, if the plugin is allowed to handle the source editing mode by itself. Currently, the source editing mode is supported only
100
+ * for the {@link module:editor-classic/classiceditor~ClassicEditor classic editor}.
101
+ */
102
+ private _isAllowedToHandleSourceEditingMode;
103
+ /**
104
+ * If any {@link module:ui/dialog/dialogview~DialogView editor dialog} is currently visible, hide it.
105
+ */
106
+ private _hideVisibleDialog;
107
+ private _createButton;
108
+ }
@@ -0,0 +1,38 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
8
+ */
9
+ /**
10
+ * @module source-editing/sourceeditingconfig
11
+ */
12
+ /**
13
+ * The configuration of the source editing feature.
14
+ *
15
+ * ```ts
16
+ * ClassicEditor
17
+ * .create( {
18
+ * sourceEditing: {
19
+ * allowCollaborationFeatures: true
20
+ * }
21
+ * } )
22
+ * .then( ... )
23
+ * .catch( ... );
24
+ * ```
25
+ *
26
+ * See {@link module:core/editor/editorconfig~EditorConfig all editor options}.
27
+ */
28
+ export interface SourceEditingConfig {
29
+ /**
30
+ * Set to `true` to enable source editing feature for real-time collaboration.
31
+ *
32
+ * Please note that source editing feature is not fully compatible with real-time collaboration and using it may lead to data loss.
33
+ * {@glink features/source-editing#limitations-and-incompatibilities Read more}.
34
+ *
35
+ * @default false
36
+ */
37
+ allowCollaborationFeatures?: boolean;
38
+ }