@ckeditor/ckeditor5-collaboration-core 0.0.0-internal-20241017.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/CHANGELOG.md +4 -0
- package/LICENSE.md +23 -0
- package/README.md +35 -0
- package/dist/augmentation.d.ts +42 -0
- package/dist/collaborationhistory.d.ts +25 -0
- package/dist/collaborationoperation.d.ts +32 -0
- package/dist/config.d.ts +106 -0
- package/dist/index-content.css +470 -0
- package/dist/index-editor.css +426 -0
- package/dist/index.css +1080 -0
- package/dist/index.d.ts +26 -0
- package/dist/index.js +23 -0
- package/dist/legacyerrors.d.ts +33 -0
- package/dist/permissions.d.ts +58 -0
- package/dist/suggestions/view/ariadescriptionview.d.ts +27 -0
- package/dist/suggestions/view/latefocusbuttonview.d.ts +41 -0
- package/dist/suggestionstyles.d.ts +18 -0
- package/dist/translations/af.d.ts +8 -0
- package/dist/translations/af.js +23 -0
- package/dist/translations/af.umd.js +23 -0
- package/dist/translations/ar.d.ts +8 -0
- package/dist/translations/ar.js +23 -0
- package/dist/translations/ar.umd.js +23 -0
- package/dist/translations/az.d.ts +8 -0
- package/dist/translations/az.js +23 -0
- package/dist/translations/az.umd.js +23 -0
- package/dist/translations/bg.d.ts +8 -0
- package/dist/translations/bg.js +23 -0
- package/dist/translations/bg.umd.js +23 -0
- package/dist/translations/bn.d.ts +8 -0
- package/dist/translations/bn.js +23 -0
- package/dist/translations/bn.umd.js +23 -0
- package/dist/translations/bs.d.ts +8 -0
- package/dist/translations/bs.js +23 -0
- package/dist/translations/bs.umd.js +23 -0
- package/dist/translations/ca.d.ts +8 -0
- package/dist/translations/ca.js +23 -0
- package/dist/translations/ca.umd.js +23 -0
- package/dist/translations/cs.d.ts +8 -0
- package/dist/translations/cs.js +23 -0
- package/dist/translations/cs.umd.js +23 -0
- package/dist/translations/da.d.ts +8 -0
- package/dist/translations/da.js +23 -0
- package/dist/translations/da.umd.js +23 -0
- package/dist/translations/de-ch.d.ts +8 -0
- package/dist/translations/de-ch.js +23 -0
- package/dist/translations/de-ch.umd.js +23 -0
- package/dist/translations/de.d.ts +8 -0
- package/dist/translations/de.js +23 -0
- package/dist/translations/de.umd.js +23 -0
- package/dist/translations/el.d.ts +8 -0
- package/dist/translations/el.js +23 -0
- package/dist/translations/el.umd.js +23 -0
- package/dist/translations/en-au.d.ts +8 -0
- package/dist/translations/en-au.js +23 -0
- package/dist/translations/en-au.umd.js +23 -0
- package/dist/translations/en.d.ts +8 -0
- package/dist/translations/en.js +23 -0
- package/dist/translations/en.umd.js +23 -0
- package/dist/translations/es-co.d.ts +8 -0
- package/dist/translations/es-co.js +23 -0
- package/dist/translations/es-co.umd.js +23 -0
- package/dist/translations/es.d.ts +8 -0
- package/dist/translations/es.js +23 -0
- package/dist/translations/es.umd.js +23 -0
- package/dist/translations/et.d.ts +8 -0
- package/dist/translations/et.js +23 -0
- package/dist/translations/et.umd.js +23 -0
- package/dist/translations/fa.d.ts +8 -0
- package/dist/translations/fa.js +23 -0
- package/dist/translations/fa.umd.js +23 -0
- package/dist/translations/fi.d.ts +8 -0
- package/dist/translations/fi.js +23 -0
- package/dist/translations/fi.umd.js +23 -0
- package/dist/translations/fr.d.ts +8 -0
- package/dist/translations/fr.js +23 -0
- package/dist/translations/fr.umd.js +23 -0
- package/dist/translations/gl.d.ts +8 -0
- package/dist/translations/gl.js +23 -0
- package/dist/translations/gl.umd.js +23 -0
- package/dist/translations/he.d.ts +8 -0
- package/dist/translations/he.js +23 -0
- package/dist/translations/he.umd.js +23 -0
- package/dist/translations/hi.d.ts +8 -0
- package/dist/translations/hi.js +23 -0
- package/dist/translations/hi.umd.js +23 -0
- package/dist/translations/hr.d.ts +8 -0
- package/dist/translations/hr.js +23 -0
- package/dist/translations/hr.umd.js +23 -0
- package/dist/translations/hu.d.ts +8 -0
- package/dist/translations/hu.js +23 -0
- package/dist/translations/hu.umd.js +23 -0
- package/dist/translations/id.d.ts +8 -0
- package/dist/translations/id.js +23 -0
- package/dist/translations/id.umd.js +23 -0
- package/dist/translations/it.d.ts +8 -0
- package/dist/translations/it.js +23 -0
- package/dist/translations/it.umd.js +23 -0
- package/dist/translations/ja.d.ts +8 -0
- package/dist/translations/ja.js +23 -0
- package/dist/translations/ja.umd.js +23 -0
- package/dist/translations/jv.d.ts +8 -0
- package/dist/translations/jv.js +23 -0
- package/dist/translations/jv.umd.js +23 -0
- package/dist/translations/ko.d.ts +8 -0
- package/dist/translations/ko.js +23 -0
- package/dist/translations/ko.umd.js +23 -0
- package/dist/translations/lt.d.ts +8 -0
- package/dist/translations/lt.js +23 -0
- package/dist/translations/lt.umd.js +23 -0
- package/dist/translations/lv.d.ts +8 -0
- package/dist/translations/lv.js +23 -0
- package/dist/translations/lv.umd.js +23 -0
- package/dist/translations/ms.d.ts +8 -0
- package/dist/translations/ms.js +23 -0
- package/dist/translations/ms.umd.js +23 -0
- package/dist/translations/nl.d.ts +8 -0
- package/dist/translations/nl.js +23 -0
- package/dist/translations/nl.umd.js +23 -0
- package/dist/translations/no.d.ts +8 -0
- package/dist/translations/no.js +23 -0
- package/dist/translations/no.umd.js +23 -0
- package/dist/translations/pl.d.ts +8 -0
- package/dist/translations/pl.js +23 -0
- package/dist/translations/pl.umd.js +23 -0
- package/dist/translations/pt-br.d.ts +8 -0
- package/dist/translations/pt-br.js +23 -0
- package/dist/translations/pt-br.umd.js +23 -0
- package/dist/translations/pt.d.ts +8 -0
- package/dist/translations/pt.js +23 -0
- package/dist/translations/pt.umd.js +23 -0
- package/dist/translations/ro.d.ts +8 -0
- package/dist/translations/ro.js +23 -0
- package/dist/translations/ro.umd.js +23 -0
- package/dist/translations/ru.d.ts +8 -0
- package/dist/translations/ru.js +23 -0
- package/dist/translations/ru.umd.js +23 -0
- package/dist/translations/sk.d.ts +8 -0
- package/dist/translations/sk.js +23 -0
- package/dist/translations/sk.umd.js +23 -0
- package/dist/translations/sr-latn.d.ts +8 -0
- package/dist/translations/sr-latn.js +23 -0
- package/dist/translations/sr-latn.umd.js +23 -0
- package/dist/translations/sr.d.ts +8 -0
- package/dist/translations/sr.js +23 -0
- package/dist/translations/sr.umd.js +23 -0
- package/dist/translations/sv.d.ts +8 -0
- package/dist/translations/sv.js +23 -0
- package/dist/translations/sv.umd.js +23 -0
- package/dist/translations/th.d.ts +8 -0
- package/dist/translations/th.js +23 -0
- package/dist/translations/th.umd.js +23 -0
- package/dist/translations/tk.d.ts +8 -0
- package/dist/translations/tk.js +23 -0
- package/dist/translations/tk.umd.js +23 -0
- package/dist/translations/tr.d.ts +8 -0
- package/dist/translations/tr.js +23 -0
- package/dist/translations/tr.umd.js +23 -0
- package/dist/translations/tt.d.ts +8 -0
- package/dist/translations/tt.js +23 -0
- package/dist/translations/tt.umd.js +23 -0
- package/dist/translations/ug.d.ts +8 -0
- package/dist/translations/ug.js +23 -0
- package/dist/translations/ug.umd.js +23 -0
- package/dist/translations/uk.d.ts +8 -0
- package/dist/translations/uk.js +23 -0
- package/dist/translations/uk.umd.js +23 -0
- package/dist/translations/ur.d.ts +8 -0
- package/dist/translations/ur.js +23 -0
- package/dist/translations/ur.umd.js +23 -0
- package/dist/translations/vi.d.ts +8 -0
- package/dist/translations/vi.js +23 -0
- package/dist/translations/vi.umd.js +23 -0
- package/dist/translations/zh-cn.d.ts +8 -0
- package/dist/translations/zh-cn.js +23 -0
- package/dist/translations/zh-cn.umd.js +23 -0
- package/dist/translations/zh.d.ts +8 -0
- package/dist/translations/zh.js +23 -0
- package/dist/translations/zh.umd.js +23 -0
- package/dist/users/view/userview.d.ts +20 -0
- package/dist/users.d.ts +172 -0
- package/dist/utils/common-translations.d.ts +13 -0
- package/dist/utils/confirmmixin.d.ts +28 -0
- package/dist/utils/confirmview.d.ts +33 -0
- package/dist/utils/getdatetimeformatter.d.ts +33 -0
- package/dist/utils/getmarkerdomelement.d.ts +26 -0
- package/dist/utils/hashobject.d.ts +12 -0
- package/dist/utils/sanitizeEditorConfig.d.ts +19 -0
- package/dist/utils/setupthreadkeyboardnavigation.d.ts +49 -0
- package/dist/utils/surroundingmarkersdetector.d.ts +20 -0
- package/dist/utils/trim-html.d.ts +23 -0
- package/lang/contexts.json +6 -0
- package/lang/translations/af.po +34 -0
- package/lang/translations/ar.po +34 -0
- package/lang/translations/az.po +34 -0
- package/lang/translations/bg.po +34 -0
- package/lang/translations/bn.po +34 -0
- package/lang/translations/bs.po +34 -0
- package/lang/translations/ca.po +34 -0
- package/lang/translations/cs.po +34 -0
- package/lang/translations/da.po +34 -0
- package/lang/translations/de-ch.po +34 -0
- package/lang/translations/de.po +34 -0
- package/lang/translations/el.po +34 -0
- package/lang/translations/en-au.po +34 -0
- package/lang/translations/en.po +34 -0
- package/lang/translations/es-co.po +34 -0
- package/lang/translations/es.po +34 -0
- package/lang/translations/et.po +34 -0
- package/lang/translations/fa.po +34 -0
- package/lang/translations/fi.po +34 -0
- package/lang/translations/fr.po +34 -0
- package/lang/translations/gl.po +34 -0
- package/lang/translations/he.po +34 -0
- package/lang/translations/hi.po +34 -0
- package/lang/translations/hr.po +34 -0
- package/lang/translations/hu.po +34 -0
- package/lang/translations/id.po +34 -0
- package/lang/translations/it.po +34 -0
- package/lang/translations/ja.po +34 -0
- package/lang/translations/jv.po +34 -0
- package/lang/translations/ko.po +34 -0
- package/lang/translations/lt.po +34 -0
- package/lang/translations/lv.po +34 -0
- package/lang/translations/ms.po +34 -0
- package/lang/translations/nl.po +34 -0
- package/lang/translations/no.po +34 -0
- package/lang/translations/pl.po +34 -0
- package/lang/translations/pt-br.po +34 -0
- package/lang/translations/pt.po +34 -0
- package/lang/translations/ro.po +34 -0
- package/lang/translations/ru.po +34 -0
- package/lang/translations/sk.po +34 -0
- package/lang/translations/sr-latn.po +34 -0
- package/lang/translations/sr.po +34 -0
- package/lang/translations/sv.po +34 -0
- package/lang/translations/th.po +34 -0
- package/lang/translations/tk.po +34 -0
- package/lang/translations/tr.po +34 -0
- package/lang/translations/tt.po +34 -0
- package/lang/translations/ug.po +34 -0
- package/lang/translations/uk.po +34 -0
- package/lang/translations/ur.po +34 -0
- package/lang/translations/vi.po +34 -0
- package/lang/translations/zh-cn.po +34 -0
- package/lang/translations/zh.po +34 -0
- package/package.json +52 -0
- package/src/augmentation.d.ts +38 -0
- package/src/augmentation.js +23 -0
- package/src/collaborationhistory.d.ts +21 -0
- package/src/collaborationhistory.js +23 -0
- package/src/collaborationoperation.d.ts +28 -0
- package/src/collaborationoperation.js +23 -0
- package/src/config.d.ts +102 -0
- package/src/config.js +23 -0
- package/src/index.d.ts +22 -0
- package/src/index.js +23 -0
- package/src/legacyerrors.d.ts +29 -0
- package/src/legacyerrors.js +23 -0
- package/src/permissions.d.ts +54 -0
- package/src/permissions.js +23 -0
- package/src/suggestions/view/ariadescriptionview.d.ts +23 -0
- package/src/suggestions/view/ariadescriptionview.js +23 -0
- package/src/suggestions/view/latefocusbuttonview.d.ts +37 -0
- package/src/suggestions/view/latefocusbuttonview.js +23 -0
- package/src/suggestionstyles.d.ts +14 -0
- package/src/suggestionstyles.js +23 -0
- package/src/users/view/userview.d.ts +16 -0
- package/src/users/view/userview.js +23 -0
- package/src/users.d.ts +168 -0
- package/src/users.js +23 -0
- package/src/utils/common-translations.d.ts +9 -0
- package/src/utils/common-translations.js +23 -0
- package/src/utils/confirmmixin.d.ts +24 -0
- package/src/utils/confirmmixin.js +23 -0
- package/src/utils/confirmview.d.ts +29 -0
- package/src/utils/confirmview.js +23 -0
- package/src/utils/getdatetimeformatter.d.ts +29 -0
- package/src/utils/getdatetimeformatter.js +23 -0
- package/src/utils/getmarkerdomelement.d.ts +22 -0
- package/src/utils/getmarkerdomelement.js +23 -0
- package/src/utils/hashobject.d.ts +8 -0
- package/src/utils/hashobject.js +23 -0
- package/src/utils/sanitizeEditorConfig.d.ts +15 -0
- package/src/utils/sanitizeEditorConfig.js +23 -0
- package/src/utils/setupthreadkeyboardnavigation.d.ts +45 -0
- package/src/utils/setupthreadkeyboardnavigation.js +23 -0
- package/src/utils/surroundingmarkersdetector.d.ts +16 -0
- package/src/utils/surroundingmarkersdetector.js +23 -0
- package/src/utils/trim-html.d.ts +19 -0
- package/src/utils/trim-html.js +23 -0
- package/theme/ariadescription.css +12 -0
- package/theme/icons/notification.svg +11 -0
- package/theme/integrations/codeblock.css +17 -0
- package/theme/integrations/horizontalline.css +24 -0
- package/theme/integrations/image.css +66 -0
- package/theme/integrations/mediaembed.css +28 -0
- package/theme/integrations/mergefields.css +67 -0
- package/theme/integrations/pagebreak.css +24 -0
- package/theme/integrations/table.css +200 -0
- package/theme/suggestion.css +131 -0
- package/theme/suggestionmarker.css +162 -0
- package/theme/usercolormixin.css +41 -0
- package/theme/usercolors.css +49 -0
- package/theme/users.css +110 -0
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, 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: Ukrainian (https://app.transifex.com/ckeditor/teams/11143/uk/)\n"
|
|
16
|
+
"Language: uk\n"
|
|
17
|
+
"Plural-Forms: nplurals=4; plural=(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);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "A label for the anonymous user icon"
|
|
21
|
+
msgid "Anonymous"
|
|
22
|
+
msgstr "Анонім"
|
|
23
|
+
|
|
24
|
+
msgctxt "The label for confirming an action."
|
|
25
|
+
msgid "Yes"
|
|
26
|
+
msgstr "Так"
|
|
27
|
+
|
|
28
|
+
msgctxt "The label for rejecting an action."
|
|
29
|
+
msgid "No"
|
|
30
|
+
msgstr "Ні"
|
|
31
|
+
|
|
32
|
+
msgctxt "The label for confirming a dangerous action."
|
|
33
|
+
msgid "Are you sure?"
|
|
34
|
+
msgstr "Ви впевнені?"
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, 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: Urdu (https://app.transifex.com/ckeditor/teams/11143/ur/)\n"
|
|
16
|
+
"Language: ur\n"
|
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "A label for the anonymous user icon"
|
|
21
|
+
msgid "Anonymous"
|
|
22
|
+
msgstr "بے نام"
|
|
23
|
+
|
|
24
|
+
msgctxt "The label for confirming an action."
|
|
25
|
+
msgid "Yes"
|
|
26
|
+
msgstr "ہاں"
|
|
27
|
+
|
|
28
|
+
msgctxt "The label for rejecting an action."
|
|
29
|
+
msgid "No"
|
|
30
|
+
msgstr "ناں"
|
|
31
|
+
|
|
32
|
+
msgctxt "The label for confirming a dangerous action."
|
|
33
|
+
msgid "Are you sure?"
|
|
34
|
+
msgstr "واقعی؟"
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, 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: Vietnamese (https://app.transifex.com/ckeditor/teams/11143/vi/)\n"
|
|
16
|
+
"Language: vi\n"
|
|
17
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "A label for the anonymous user icon"
|
|
21
|
+
msgid "Anonymous"
|
|
22
|
+
msgstr "Ẩn danh"
|
|
23
|
+
|
|
24
|
+
msgctxt "The label for confirming an action."
|
|
25
|
+
msgid "Yes"
|
|
26
|
+
msgstr "Có"
|
|
27
|
+
|
|
28
|
+
msgctxt "The label for rejecting an action."
|
|
29
|
+
msgid "No"
|
|
30
|
+
msgstr "Không"
|
|
31
|
+
|
|
32
|
+
msgctxt "The label for confirming a dangerous action."
|
|
33
|
+
msgid "Are you sure?"
|
|
34
|
+
msgstr "Bạn có chắc chắn không?"
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, 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: Chinese (China) (https://app.transifex.com/ckeditor/teams/11143/zh_CN/)\n"
|
|
16
|
+
"Language: zh_CN\n"
|
|
17
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "A label for the anonymous user icon"
|
|
21
|
+
msgid "Anonymous"
|
|
22
|
+
msgstr "匿名用户"
|
|
23
|
+
|
|
24
|
+
msgctxt "The label for confirming an action."
|
|
25
|
+
msgid "Yes"
|
|
26
|
+
msgstr "确定"
|
|
27
|
+
|
|
28
|
+
msgctxt "The label for rejecting an action."
|
|
29
|
+
msgid "No"
|
|
30
|
+
msgstr "取消"
|
|
31
|
+
|
|
32
|
+
msgctxt "The label for confirming a dangerous action."
|
|
33
|
+
msgid "Are you sure?"
|
|
34
|
+
msgstr "你确定吗?"
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, 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: Chinese (Taiwan) (https://app.transifex.com/ckeditor/teams/11143/zh_TW/)\n"
|
|
16
|
+
"Language: zh_TW\n"
|
|
17
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "A label for the anonymous user icon"
|
|
21
|
+
msgid "Anonymous"
|
|
22
|
+
msgstr "匿名者"
|
|
23
|
+
|
|
24
|
+
msgctxt "The label for confirming an action."
|
|
25
|
+
msgid "Yes"
|
|
26
|
+
msgstr "好"
|
|
27
|
+
|
|
28
|
+
msgctxt "The label for rejecting an action."
|
|
29
|
+
msgid "No"
|
|
30
|
+
msgstr "先不要"
|
|
31
|
+
|
|
32
|
+
msgctxt "The label for confirming a dangerous action."
|
|
33
|
+
msgid "Are you sure?"
|
|
34
|
+
msgstr "確定做此操作?"
|
package/package.json
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@ckeditor/ckeditor5-collaboration-core",
|
|
3
|
+
"version": "0.0.0-internal-20241017.0",
|
|
4
|
+
"description": "Base utilities used by CKEditor 5 collaboration features to support multiple users working together in a rich text editor.",
|
|
5
|
+
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
|
+
"author": "CKSource (http://cksource.com/)",
|
|
7
|
+
"bugs": {
|
|
8
|
+
"url": "https://support.ckeditor.com/hc/en-us/requests/new"
|
|
9
|
+
},
|
|
10
|
+
"homepage": "https://ckeditor.com/collaboration/",
|
|
11
|
+
"keywords": [
|
|
12
|
+
"CKEditor",
|
|
13
|
+
"ckeditor5",
|
|
14
|
+
"ckeditor 5",
|
|
15
|
+
"WYSIWYG",
|
|
16
|
+
"WYSIWYW",
|
|
17
|
+
"text",
|
|
18
|
+
"rich-text",
|
|
19
|
+
"richtext",
|
|
20
|
+
"editor",
|
|
21
|
+
"editing",
|
|
22
|
+
"html",
|
|
23
|
+
"operational transformation",
|
|
24
|
+
"ot",
|
|
25
|
+
"collaboration",
|
|
26
|
+
"collaborative",
|
|
27
|
+
"real-time",
|
|
28
|
+
"realtime",
|
|
29
|
+
"real time",
|
|
30
|
+
"framework"
|
|
31
|
+
],
|
|
32
|
+
"type": "module",
|
|
33
|
+
"main": "src/index.js",
|
|
34
|
+
"dependencies": {
|
|
35
|
+
"@ckeditor/ckeditor5-core": "0.0.0-internal-20241017.0",
|
|
36
|
+
"@ckeditor/ckeditor5-theme-lark": "0.0.0-internal-20241017.0",
|
|
37
|
+
"@ckeditor/ckeditor5-ui": "0.0.0-internal-20241017.0",
|
|
38
|
+
"@ckeditor/ckeditor5-utils": "0.0.0-internal-20241017.0",
|
|
39
|
+
"ckeditor5": "0.0.0-internal-20241017.0",
|
|
40
|
+
"date-fns": "2.30.0"
|
|
41
|
+
},
|
|
42
|
+
"files": [
|
|
43
|
+
"dist",
|
|
44
|
+
"lang",
|
|
45
|
+
"src/**/*.js",
|
|
46
|
+
"src/**/*.d.ts",
|
|
47
|
+
"theme",
|
|
48
|
+
"CHANGELOG.md"
|
|
49
|
+
],
|
|
50
|
+
"types": "src/index.d.ts",
|
|
51
|
+
"obfuscated": true
|
|
52
|
+
}
|
|
@@ -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
|
+
import type { LocaleConfig, Users } from './index.js';
|
|
6
|
+
import type { RealTimeCollaborationConfig } from './config.js';
|
|
7
|
+
declare module '@ckeditor/ckeditor5-core' {
|
|
8
|
+
interface EditorConfig {
|
|
9
|
+
/**
|
|
10
|
+
* The locale configuration of the editor.
|
|
11
|
+
*/
|
|
12
|
+
locale?: LocaleConfig;
|
|
13
|
+
/**
|
|
14
|
+
* The users plugin configuration.
|
|
15
|
+
*/
|
|
16
|
+
users?: {
|
|
17
|
+
/**
|
|
18
|
+
* User ID value that will be used for the anonymous user.
|
|
19
|
+
*/
|
|
20
|
+
anonymousUserId?: string;
|
|
21
|
+
/**
|
|
22
|
+
* Number of defined colors that are randomly assigned to users.
|
|
23
|
+
*/
|
|
24
|
+
colorsCount?: number;
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* The configuration of the real time collaboration feature.
|
|
28
|
+
*
|
|
29
|
+
* Read more in {@link module:collaboration-core/config~RealTimeCollaborationConfig}.
|
|
30
|
+
*
|
|
31
|
+
* See {@link module:core/editor/editorconfig~EditorConfig all editor options}.
|
|
32
|
+
*/
|
|
33
|
+
collaboration?: RealTimeCollaborationConfig;
|
|
34
|
+
}
|
|
35
|
+
interface PluginsMap {
|
|
36
|
+
[Users.pluginName]: Users;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* +---------------------------------------------------------------------------------+
|
|
8
|
+
* | |
|
|
9
|
+
* | Hello stranger! |
|
|
10
|
+
* | |
|
|
11
|
+
* | |
|
|
12
|
+
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
+
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
+
* | are forbidden and will result in legal consequences. |
|
|
15
|
+
* | |
|
|
16
|
+
* | |
|
|
17
|
+
* +---------------------------------------------------------------------------------+
|
|
18
|
+
*
|
|
19
|
+
*
|
|
20
|
+
*
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
export{};
|
|
@@ -0,0 +1,21 @@
|
|
|
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
|
+
* @module collaboration-core/collaborationhistory
|
|
7
|
+
* @publicApi
|
|
8
|
+
*/
|
|
9
|
+
import type { default as CollaborationOperation } from './collaborationoperation.js';
|
|
10
|
+
/**
|
|
11
|
+
* Interface compatible with {@link module:engine/model/history~History} with the difference that it uses
|
|
12
|
+
* {@link module:collaboration-core/collaborationoperation~CollaborationOperation} instead of regular model operations.
|
|
13
|
+
*/
|
|
14
|
+
export default interface CollaborationHistory {
|
|
15
|
+
_operations: Array<CollaborationOperation>;
|
|
16
|
+
version: number;
|
|
17
|
+
getOperations(fromBaseVersion?: number, toBaseVersion?: number): Array<CollaborationOperation>;
|
|
18
|
+
getOperation(baseVersion: number): CollaborationOperation | undefined;
|
|
19
|
+
addOperation(operation: CollaborationOperation): void;
|
|
20
|
+
reset(): void;
|
|
21
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* +---------------------------------------------------------------------------------+
|
|
8
|
+
* | |
|
|
9
|
+
* | Hello stranger! |
|
|
10
|
+
* | |
|
|
11
|
+
* | |
|
|
12
|
+
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
+
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
+
* | are forbidden and will result in legal consequences. |
|
|
15
|
+
* | |
|
|
16
|
+
* | |
|
|
17
|
+
* +---------------------------------------------------------------------------------+
|
|
18
|
+
*
|
|
19
|
+
*
|
|
20
|
+
*
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
export{};
|
|
@@ -0,0 +1,28 @@
|
|
|
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
|
+
* @module collaboration-core/collaborationoperation
|
|
7
|
+
* @publicApi
|
|
8
|
+
*/
|
|
9
|
+
import type { Operation, InsertOperation, MergeOperation, MoveOperation, SplitOperation, MarkerOperation, RootOperation, RootAttributeOperation } from 'ckeditor5/src/engine.js';
|
|
10
|
+
/**
|
|
11
|
+
* Extends the {@link module:engine/model/operation/operation operation}.
|
|
12
|
+
*/
|
|
13
|
+
export default interface CollaborationOperation extends Operation {
|
|
14
|
+
_isInit?: boolean;
|
|
15
|
+
_authorId?: null | string;
|
|
16
|
+
_isDisconnection?: boolean;
|
|
17
|
+
createdAt?: Date;
|
|
18
|
+
wasUndone?: boolean;
|
|
19
|
+
affectsData?: Record<string, any>;
|
|
20
|
+
clone(): CollaborationOperation;
|
|
21
|
+
}
|
|
22
|
+
export type InsertCollaborationOperation = CollaborationOperation & InsertOperation;
|
|
23
|
+
export type MoveCollaborationOperation = CollaborationOperation & MoveOperation;
|
|
24
|
+
export type MergeCollaborationOperation = CollaborationOperation & MergeOperation;
|
|
25
|
+
export type SplitCollaborationOperation = CollaborationOperation & SplitOperation;
|
|
26
|
+
export type MarkerCollaborationOperation = CollaborationOperation & MarkerOperation;
|
|
27
|
+
export type RootCollaborationOperation = CollaborationOperation & RootOperation;
|
|
28
|
+
export type RootAttributeCollaborationOperation = CollaborationOperation & RootAttributeOperation;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* +---------------------------------------------------------------------------------+
|
|
8
|
+
* | |
|
|
9
|
+
* | Hello stranger! |
|
|
10
|
+
* | |
|
|
11
|
+
* | |
|
|
12
|
+
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
+
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
+
* | are forbidden and will result in legal consequences. |
|
|
15
|
+
* | |
|
|
16
|
+
* | |
|
|
17
|
+
* +---------------------------------------------------------------------------------+
|
|
18
|
+
*
|
|
19
|
+
*
|
|
20
|
+
*
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
export{};
|
package/src/config.d.ts
ADDED
|
@@ -0,0 +1,102 @@
|
|
|
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
|
+
* @module collaboration-core/config
|
|
7
|
+
* @publicApi
|
|
8
|
+
*/
|
|
9
|
+
/**
|
|
10
|
+
* The locale configuration.
|
|
11
|
+
*
|
|
12
|
+
* ```ts
|
|
13
|
+
* ClassicEditor
|
|
14
|
+
* .create( {
|
|
15
|
+
* locale: {
|
|
16
|
+
* // The localization configuration.
|
|
17
|
+
* }
|
|
18
|
+
* } )
|
|
19
|
+
* .then( ... )
|
|
20
|
+
* .catch( ... );
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* See {@link module:core/editor/editorconfig~EditorConfig all editor configuration options}.
|
|
24
|
+
*/
|
|
25
|
+
export interface LocaleConfig {
|
|
26
|
+
/**
|
|
27
|
+
* A function that formats date to the custom format. It is used in dates in annotations (balloons) displaying
|
|
28
|
+
* comments and suggestions details.
|
|
29
|
+
*
|
|
30
|
+
* The default formatting can be changed by setting a custom formatting function to `config.locale.dateTimeFormat`.
|
|
31
|
+
*
|
|
32
|
+
* ```ts
|
|
33
|
+
* import format from 'date-fns/format';
|
|
34
|
+
*
|
|
35
|
+
* ClassicEditor
|
|
36
|
+
* .create( document.querySelector( '#editor' ), {
|
|
37
|
+
* toolbar: {
|
|
38
|
+
* items: [ 'bold', 'italic', '|', 'comment' ]
|
|
39
|
+
* },
|
|
40
|
+
* sidebar: {
|
|
41
|
+
* container: document.querySelector( '#sidebar' )
|
|
42
|
+
* },
|
|
43
|
+
* locale: {
|
|
44
|
+
* dateTimeFormat: date => format( date, 'dd/MM/yyyy' )
|
|
45
|
+
* }
|
|
46
|
+
* } )
|
|
47
|
+
* .catch( error => console.error( error ) );
|
|
48
|
+
* ```
|
|
49
|
+
*
|
|
50
|
+
* @returns The generated date.
|
|
51
|
+
*/
|
|
52
|
+
dateTimeFormat?: (date: Date) => string;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* The configuration of the real-time collaboration features.
|
|
56
|
+
*
|
|
57
|
+
* ```ts
|
|
58
|
+
* ClassicEditor
|
|
59
|
+
* .create( {
|
|
60
|
+
* collaboration: ... // Collaboration features configuration.
|
|
61
|
+
* } )
|
|
62
|
+
* .then( ... )
|
|
63
|
+
* .catch( ... );
|
|
64
|
+
* ```
|
|
65
|
+
*
|
|
66
|
+
* See {@link module:core/editor/editorconfig~EditorConfig all editor options}.
|
|
67
|
+
*/
|
|
68
|
+
export interface RealTimeCollaborationConfig {
|
|
69
|
+
/**
|
|
70
|
+
* The channel ID is a unique ID that identifies the data loaded in the editor instance or used by
|
|
71
|
+
* the context instance.
|
|
72
|
+
*
|
|
73
|
+
* If specified for the editor, it is the document ID.
|
|
74
|
+
*
|
|
75
|
+
* If you are using multiple editors instances at the same time, each of them should use a different
|
|
76
|
+
* channel ID to connect to a specific document.
|
|
77
|
+
*
|
|
78
|
+
* If specified for context, it is the ID for all the data related to context instance.
|
|
79
|
+
* This ID will be used for data that is not related to an editor instance, for example comments
|
|
80
|
+
* outside the editor.
|
|
81
|
+
*
|
|
82
|
+
* In the case of context, the ID can be an ID of a subpage or a form, or a different entity accordingly
|
|
83
|
+
* to your application.
|
|
84
|
+
*
|
|
85
|
+
* The channel ID can be used to recognize entity to which piece of data belongs in integrations that use `Context`
|
|
86
|
+
* and context plugins. For example, if you are preparing a custom integration using the comments API,
|
|
87
|
+
* you can use the channel ID to recognize whether the comment was added to an editor instance
|
|
88
|
+
* (and which one) or to the context.
|
|
89
|
+
*
|
|
90
|
+
* ```ts
|
|
91
|
+
* ClassicEditor
|
|
92
|
+
* .create( {
|
|
93
|
+
* collaboration: {
|
|
94
|
+
* channelId: 'your-channel-id'
|
|
95
|
+
* }
|
|
96
|
+
* } )
|
|
97
|
+
* .then( ... )
|
|
98
|
+
* .catch( ... );
|
|
99
|
+
* ```
|
|
100
|
+
*/
|
|
101
|
+
channelId?: string;
|
|
102
|
+
}
|
package/src/config.js
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* +---------------------------------------------------------------------------------+
|
|
8
|
+
* | |
|
|
9
|
+
* | Hello stranger! |
|
|
10
|
+
* | |
|
|
11
|
+
* | |
|
|
12
|
+
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
+
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
+
* | are forbidden and will result in legal consequences. |
|
|
15
|
+
* | |
|
|
16
|
+
* | |
|
|
17
|
+
* +---------------------------------------------------------------------------------+
|
|
18
|
+
*
|
|
19
|
+
*
|
|
20
|
+
*
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
export{};
|
package/src/index.d.ts
ADDED
|
@@ -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
|
+
export { default as Permissions } from './permissions.js';
|
|
6
|
+
export { default as Users, type User } from './users.js';
|
|
7
|
+
export { default as UserView } from './users/view/userview.js';
|
|
8
|
+
export { default as AriaDescriptionView } from './suggestions/view/ariadescriptionview.js';
|
|
9
|
+
export { LateFocusButtonView, LateFocusDropdownButtonView } from './suggestions/view/latefocusbuttonview.js';
|
|
10
|
+
export { default as getDateTimeFormatter } from './utils/getdatetimeformatter.js';
|
|
11
|
+
export { default as getMarkerDomElement, getAllMarkersDomElementsSorted } from './utils/getmarkerdomelement.js';
|
|
12
|
+
export { default as trimHtml } from './utils/trim-html.js';
|
|
13
|
+
export { default as ConfirmMixin, type RemoveConfirmEvent } from './utils/confirmmixin.js';
|
|
14
|
+
export { default as hashObject } from './utils/hashobject.js';
|
|
15
|
+
export { default as sanitizeEditorConfig } from './utils/sanitizeEditorConfig.js';
|
|
16
|
+
export { default as surroundingMarkersDetector } from './utils/surroundingmarkersdetector.js';
|
|
17
|
+
export { default as setupThreadKeyboardNavigation, FOCUS_ANNOTATION_KEYSTROKE, type ThreadEscapeEvent, type ThreadArrowUpEvent, type ThreadArrowDownEvent } from './utils/setupthreadkeyboardnavigation.js';
|
|
18
|
+
export type { default as CollaborationOperation, InsertCollaborationOperation, SplitCollaborationOperation, MarkerCollaborationOperation, MoveCollaborationOperation, MergeCollaborationOperation, RootCollaborationOperation, RootAttributeCollaborationOperation } from './collaborationoperation.js';
|
|
19
|
+
export type { default as CollaborationHistory } from './collaborationhistory.js';
|
|
20
|
+
export type { LocaleConfig, RealTimeCollaborationConfig } from './config.js';
|
|
21
|
+
export * from './suggestionstyles.js';
|
|
22
|
+
import './augmentation.js';
|
package/src/index.js
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* +---------------------------------------------------------------------------------+
|
|
8
|
+
* | |
|
|
9
|
+
* | Hello stranger! |
|
|
10
|
+
* | |
|
|
11
|
+
* | |
|
|
12
|
+
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
+
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
+
* | are forbidden and will result in legal consequences. |
|
|
15
|
+
* | |
|
|
16
|
+
* | |
|
|
17
|
+
* +---------------------------------------------------------------------------------+
|
|
18
|
+
*
|
|
19
|
+
*
|
|
20
|
+
*
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
(function(_0x14dd53,_0xc23cb7){var _0x54ffcf=_0x2c2e,_0x268910=_0x14dd53();while(!![]){try{var _0x5f3a54=parseInt(_0x54ffcf(0xfa))/0x1+parseInt(_0x54ffcf(0xf5))/0x2*(-parseInt(_0x54ffcf(0xf7))/0x3)+parseInt(_0x54ffcf(0xf8))/0x4+-parseInt(_0x54ffcf(0xf6))/0x5+-parseInt(_0x54ffcf(0xf4))/0x6+-parseInt(_0x54ffcf(0xf9))/0x7*(-parseInt(_0x54ffcf(0xfc))/0x8)+parseInt(_0x54ffcf(0xfb))/0x9;if(_0x5f3a54===_0xc23cb7)break;else _0x268910['push'](_0x268910['shift']());}catch(_0x33105e){_0x268910['push'](_0x268910['shift']());}}}(_0x2538,0x53748));export{default as Permissions}from'./permissions.js';export{default as Users}from'./users.js';export{default as UserView}from'./users/view/userview.js';export{default as AriaDescriptionView}from'./suggestions/view/ariadescriptionview.js';function _0x2538(){var _0x46696c=['642670YNnHpa','381222UEAbeF','8czLruJ','139716YJEnbM','90FCbtAm','1581935ISjivZ','26700skbHaI','976600UNLMtq','1069789sAWGOe'];_0x2538=function(){return _0x46696c;};return _0x2538();}export{LateFocusButtonView,LateFocusDropdownButtonView}from'./suggestions/view/latefocusbuttonview.js';export{default as getDateTimeFormatter}from'./utils/getdatetimeformatter.js';export{default as getMarkerDomElement,getAllMarkersDomElementsSorted}from'./utils/getmarkerdomelement.js';export{default as trimHtml}from'./utils/trim-html.js';export{default as ConfirmMixin}from'./utils/confirmmixin.js';export{default as hashObject}from'./utils/hashobject.js';export{default as sanitizeEditorConfig}from'./utils/sanitizeEditorConfig.js';export{default as surroundingMarkersDetector}from'./utils/surroundingmarkersdetector.js';export{default as setupThreadKeyboardNavigation,FOCUS_ANNOTATION_KEYSTROKE}from'./utils/setupthreadkeyboardnavigation.js';function _0x2c2e(_0x221a37,_0x2e101d){var _0x253827=_0x2538();return _0x2c2e=function(_0x2c2e80,_0x31abba){_0x2c2e80=_0x2c2e80-0xf4;var _0x4f7fc5=_0x253827[_0x2c2e80];return _0x4f7fc5;},_0x2c2e(_0x221a37,_0x2e101d);}export*from'./suggestionstyles.js';import'./augmentation.js';
|
|
@@ -0,0 +1,29 @@
|
|
|
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
|
+
* @module collaboration-core/legacyerrors
|
|
7
|
+
* @publicApi
|
|
8
|
+
*/
|
|
9
|
+
/**
|
|
10
|
+
* You have exhausted the trial usage limit (reason: reached document changes limit). Restart the editor.
|
|
11
|
+
*
|
|
12
|
+
* Please contact our customer support to get full access at https://ckeditor.com/contact/.
|
|
13
|
+
*
|
|
14
|
+
* @error trial-license-key-reached-limit-changes
|
|
15
|
+
*/
|
|
16
|
+
/**
|
|
17
|
+
* You have exhausted the trial usage limit (reason: reached time limit). Restart the editor.
|
|
18
|
+
*
|
|
19
|
+
* Please contact our customer support to get a full access at https://ckeditor.com/contact/.
|
|
20
|
+
*
|
|
21
|
+
* @error trial-license-key-reached-limit-time
|
|
22
|
+
*/
|
|
23
|
+
/**
|
|
24
|
+
* You have exhausted the trial usage limit (reason: reached revisions number limit).
|
|
25
|
+
*
|
|
26
|
+
* Please contact our customer support to get a full access at https://ckeditor.com/contact/.
|
|
27
|
+
*
|
|
28
|
+
* @error trial-license-key-reached-limit-revisions
|
|
29
|
+
*/
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* +---------------------------------------------------------------------------------+
|
|
8
|
+
* | |
|
|
9
|
+
* | Hello stranger! |
|
|
10
|
+
* | |
|
|
11
|
+
* | |
|
|
12
|
+
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
+
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
+
* | are forbidden and will result in legal consequences. |
|
|
15
|
+
* | |
|
|
16
|
+
* | |
|
|
17
|
+
* +---------------------------------------------------------------------------------+
|
|
18
|
+
*
|
|
19
|
+
*
|
|
20
|
+
*
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
'use strict';function _0xd594(){var _0x58ab73=['917xSqbno','10FKptTf','50154UXWGOk','9KpPryx','2399988rmEOLP','33486SqxyLD','1986750CPsyLR','17954266qqsFux','3379240gADapD','176827foAxpJ','82jJAllN'];_0xd594=function(){return _0x58ab73;};return _0xd594();}(function(_0x1b2c56,_0x2b37f1){var _0x36deba=_0x2514,_0x45fd0c=_0x1b2c56();while(!![]){try{var _0x4f7f1a=parseInt(_0x36deba(0x182))/0x1+-parseInt(_0x36deba(0x183))/0x2*(parseInt(_0x36deba(0x186))/0x3)+-parseInt(_0x36deba(0x188))/0x4+parseInt(_0x36deba(0x17f))/0x5+-parseInt(_0x36deba(0x189))/0x6*(parseInt(_0x36deba(0x184))/0x7)+-parseInt(_0x36deba(0x181))/0x8*(-parseInt(_0x36deba(0x187))/0x9)+-parseInt(_0x36deba(0x185))/0xa*(-parseInt(_0x36deba(0x180))/0xb);if(_0x4f7f1a===_0x2b37f1)break;else _0x45fd0c['push'](_0x45fd0c['shift']());}catch(_0x26e7eb){_0x45fd0c['push'](_0x45fd0c['shift']());}}}(_0xd594,0x95792));function _0x2514(_0x3cae28,_0x2f359b){var _0xd594b8=_0xd594();return _0x2514=function(_0x2514f0,_0x3dd40d){_0x2514f0=_0x2514f0-0x17f;var _0x3c401c=_0xd594b8[_0x2514f0];return _0x3c401c;},_0x2514(_0x3cae28,_0x2f359b);}
|