@ckeditor/ckeditor5-track-changes 41.4.2 → 42.0.0-alpha.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/README.md +6 -0
- package/build/track-changes.js +1 -1
- package/dist/index.js +3 -1
- package/dist/translations/ar.js +1 -1
- package/dist/translations/ar.umd.js +1 -1
- package/dist/translations/az.js +1 -1
- package/dist/translations/az.umd.js +1 -1
- package/dist/translations/bg.js +1 -1
- package/dist/translations/bg.umd.js +1 -1
- package/dist/translations/bn.js +1 -1
- package/dist/translations/bn.umd.js +1 -1
- package/dist/translations/ca.js +1 -1
- package/dist/translations/ca.umd.js +1 -1
- package/dist/translations/cs.js +1 -1
- package/dist/translations/cs.umd.js +1 -1
- package/dist/translations/da.js +1 -1
- package/dist/translations/da.umd.js +1 -1
- package/dist/translations/de.js +1 -1
- package/dist/translations/de.umd.js +1 -1
- package/dist/translations/el.js +1 -1
- package/dist/translations/el.umd.js +1 -1
- package/dist/translations/en-au.js +1 -1
- package/dist/translations/en-au.umd.js +1 -1
- package/dist/translations/en.umd.js +1 -1
- package/dist/translations/es.js +1 -1
- package/dist/translations/es.umd.js +1 -1
- package/dist/translations/et.js +1 -1
- package/dist/translations/et.umd.js +1 -1
- package/dist/translations/fi.js +1 -1
- package/dist/translations/fi.umd.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/fr.umd.js +1 -1
- package/dist/translations/gl.js +1 -1
- package/dist/translations/gl.umd.js +1 -1
- package/dist/translations/he.js +1 -1
- package/dist/translations/he.umd.js +1 -1
- package/dist/translations/hi.js +1 -1
- package/dist/translations/hi.umd.js +1 -1
- package/dist/translations/hr.js +1 -1
- package/dist/translations/hr.umd.js +1 -1
- package/dist/translations/hu.js +1 -1
- package/dist/translations/hu.umd.js +1 -1
- package/dist/translations/id.js +1 -1
- package/dist/translations/id.umd.js +1 -1
- package/dist/translations/it.js +1 -1
- package/dist/translations/it.umd.js +1 -1
- package/dist/translations/ja.js +1 -1
- package/dist/translations/ja.umd.js +1 -1
- package/dist/translations/ko.js +1 -1
- package/dist/translations/ko.umd.js +1 -1
- package/dist/translations/lt.js +1 -1
- package/dist/translations/lt.umd.js +1 -1
- package/dist/translations/lv.js +1 -1
- package/dist/translations/lv.umd.js +1 -1
- package/dist/translations/ms.js +1 -1
- package/dist/translations/ms.umd.js +1 -1
- package/dist/translations/nl.js +1 -1
- package/dist/translations/nl.umd.js +1 -1
- package/dist/translations/no.js +1 -1
- package/dist/translations/no.umd.js +1 -1
- package/dist/translations/pl.js +1 -1
- package/dist/translations/pl.umd.js +1 -1
- package/dist/translations/pt-br.js +1 -1
- package/dist/translations/pt-br.umd.js +1 -1
- package/dist/translations/pt.js +1 -1
- package/dist/translations/pt.umd.js +1 -1
- package/dist/translations/ro.js +1 -1
- package/dist/translations/ro.umd.js +1 -1
- package/dist/translations/ru.js +1 -1
- package/dist/translations/ru.umd.js +1 -1
- package/dist/translations/sk.js +1 -1
- package/dist/translations/sk.umd.js +1 -1
- package/dist/translations/sq.js +1 -1
- package/dist/translations/sq.umd.js +1 -1
- package/dist/translations/sr-latn.js +1 -1
- package/dist/translations/sr-latn.umd.js +1 -1
- package/dist/translations/sr.js +1 -1
- package/dist/translations/sr.umd.js +1 -1
- package/dist/translations/sv.js +1 -1
- package/dist/translations/sv.umd.js +1 -1
- package/dist/translations/th.js +1 -1
- package/dist/translations/th.umd.js +1 -1
- package/dist/translations/tk.js +1 -1
- package/dist/translations/tk.umd.js +1 -1
- package/dist/translations/tr.js +1 -1
- package/dist/translations/tr.umd.js +1 -1
- package/dist/translations/tt.js +1 -1
- package/dist/translations/tt.umd.js +1 -1
- package/dist/translations/uk.js +1 -1
- package/dist/translations/uk.umd.js +1 -1
- package/dist/translations/ur.js +1 -1
- package/dist/translations/ur.umd.js +1 -1
- package/dist/translations/vi.js +1 -1
- package/dist/translations/vi.umd.js +1 -1
- package/dist/translations/zh-cn.js +1 -1
- package/dist/translations/zh-cn.umd.js +1 -1
- package/dist/translations/zh.js +1 -1
- package/dist/translations/zh.umd.js +1 -1
- package/dist/types/suggestion.d.ts +1 -1
- package/dist/types/ui/suggestioncontroller.d.ts +1 -1
- package/package.json +3 -3
- package/src/commands/acceptsuggestioncommand.js +1 -1
- package/src/commands/discardsuggestioncommand.js +1 -1
- package/src/commands/executeonallsuggestionscommand.js +1 -1
- package/src/commands/executeonselectedsuggestionscommand.js +1 -1
- package/src/commands/trackchangescommand.js +1 -1
- package/src/index.js +1 -1
- package/src/integrations/aiassistant.js +1 -1
- package/src/integrations/alignment.js +1 -1
- package/src/integrations/basicstyles.js +1 -1
- package/src/integrations/blockquote.js +1 -1
- package/src/integrations/casechange.js +1 -1
- package/src/integrations/ckbox.js +1 -1
- package/src/integrations/codeblock.js +1 -1
- package/src/integrations/comments.js +1 -1
- package/src/integrations/deletecommand.js +1 -1
- package/src/integrations/entercommand.js +1 -1
- package/src/integrations/findandreplace.js +1 -1
- package/src/integrations/font.js +1 -1
- package/src/integrations/formatpainter.js +1 -1
- package/src/integrations/heading.js +1 -1
- package/src/integrations/highlight.js +1 -1
- package/src/integrations/horizontalline.js +1 -1
- package/src/integrations/htmlembed.js +1 -1
- package/src/integrations/image.js +1 -1
- package/src/integrations/imagereplace.js +1 -1
- package/src/integrations/imagestyle.js +1 -1
- package/src/integrations/importword.js +1 -1
- package/src/integrations/indent.js +1 -1
- package/src/integrations/inputcommand.js +1 -1
- package/src/integrations/legacylist.js +1 -1
- package/src/integrations/legacylistproperties.js +1 -1
- package/src/integrations/link.js +1 -1
- package/src/integrations/list.js +1 -1
- package/src/integrations/listproperties.js +1 -1
- package/src/integrations/mediaembed.js +1 -1
- package/src/integrations/mention.js +1 -1
- package/src/integrations/multilevellist.js +1 -1
- package/src/integrations/pagebreak.js +1 -1
- package/src/integrations/paragraph.js +1 -1
- package/src/integrations/removeformat.js +1 -1
- package/src/integrations/restrictededitingmode.js +1 -1
- package/src/integrations/shiftentercommand.js +1 -1
- package/src/integrations/standardeditingmode.js +1 -1
- package/src/integrations/style.js +1 -1
- package/src/integrations/table.js +1 -1
- package/src/integrations/tablecaption.js +1 -1
- package/src/integrations/tableclipboard.js +1 -1
- package/src/integrations/tablecolumnresize.js +1 -1
- package/src/integrations/tableheadings.js +1 -1
- package/src/integrations/tablemergesplit.js +1 -1
- package/src/integrations/tableofcontents.js +1 -1
- package/src/integrations/tableproperties.js +1 -1
- package/src/integrations/template.js +1 -1
- package/src/integrations/title.js +1 -1
- package/src/integrations/undo.js +1 -1
- package/src/integrations/utils.js +1 -1
- package/src/suggestion.d.ts +1 -1
- package/src/suggestion.js +2 -1
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.js +1 -1
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.d.ts +1 -1
- package/src/ui/suggestioncontroller.js +2 -1
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/utils.js +1 -1
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0xaf83e5=>{const {zh:{dictionary:_0x553f3e,getPluralForm:_0x4f7828}}={'zh':{'dictionary':{'*Change\x20to:*\x20%0':'*更改成:*%0','*Change\x20%0\x20content*':'*變更\x20%0\x20內容*','*Check\x20item*':'*勾選項目*','*Format:*\x20%0':'*格式:*%0','*Indent:*\x20%0':'*縮排:*%0','*Insert:*\x20%0':'*插入:*%0','*Format:*\x20change\x20table\x20properties':'*格式:*變更表格屬性','*Format:*\x20change\x20table\x20cell\x20properties':'*格式:*變更表格的儲存格屬性','*Format:*\x20insert\x20into\x20%0':'*格式:*插入\x20%0','*Format:*\x20remove\x20from\x20%0':'*格式:*從\x20%0\x20移除','*Replace\x20image\x20URL*':'*替換圖片網址*','*Format:*\x20resize\x20table':'*格式:*調整表格大小','*Format:*\x20set\x20order\x20to\x20reversed':'*格式:*反向排序','*Format:*\x20set\x20order\x20to\x20regular':'*格式:*依標準排序','*Format:*\x20set\x20start\x20index\x20to\x20%0':'*格式:*將起始索引設定為\x20%0','*Merge\x20cells*':'*合併儲存格*','*Merge:*\x20%0':'*合併:*%0','*Outdent:*\x20%0':'*凸排:*%0','*Remove\x20all\x20formatting*':'*清除格式設定*','*Remove\x20format:*\x20%0':'*移除格式:*%0','*Remove\x20highlight*':'*刪除亮顯*','*Remove\x20image\x20text\x20alternative*':'*移除圖片替代文字*','*Remove\x20link*':'*移除連結*','*Remove:*\x20%0':'*移除:*%0','*Replace\x20table\x20cells*':'*取代儲存格*','*Reset\x20font\x20background\x20color*':'*重設文字背景顏色*','*Reset\x20font\x20color*':'*重設文字顏色*','*Reset\x20font\x20family*':'*重設字型*','*Reset\x20font\x20size*':'*重設字體大小*','*Reset\x20image\x20width*':'*重設圖片寬度*','*Set\x20font\x20background\x20color:*\x20%0':'*設定文字背景顏色:*%0','*Set\x20font\x20color:*\x20%0':'*設定字型顏色:*\x20%0','*Set\x20font\x20family:*\x20%0':'*設定字型家族:*%0','*Set\x20font\x20size:*\x20%0':'*設定字型大小:*%0','*Set\x20format:*\x20%0':'*設定格式:*\x20%0','*Set\x20format\x20to:*\x20%0':'*設定格式為:*%0','*Set\x20highlight:*\x20%0':'*設定亮顯:*%0','*Set\x20image\x20text\x20alternative:*\x20%0':'*設定影像替代文字:*%0','*Set\x20image\x20width:*\x20%0':'*設定影像寬度:*%0','*Set\x20link:*\x20%0':'*設定連結:*%0','*Split\x20cell:*\x20horizontally':'*分割儲存格:*\x20水平','*Split\x20cell:*\x20vertically':'*分割儲存格:*\x20垂直','*Split:*\x20%0':'*分割:*%0','*Uncheck\x20item*':'*取消勾選項目*','Accept\x20all\x20selected\x20suggestions':'接受所有已選取的建議','Accept\x20all\x20suggestions':'接受所有建議','Accept\x20suggestion':'接受建議','Discard\x20all\x20selected\x20suggestions':'捨棄所有選取的建議','Discard\x20all\x20suggestions':'捨棄所有建議','Discard\x20suggestion':'捨棄建議','LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT':'正在離開插入建議。','ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':'正在進入插入建議。','LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT':'正在離開刪除建議。','ENTER_DELETION_SUGGESTION_ANNOUNCEMENT':'正在進入刪除建議。','LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT':'正在離開格式建議。','ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT':'正在進入格式建議。','ELEMENT_BLOCK_QUOTE':'區塊引述','ELEMENT_DEFAULT_LIST_DEFAULT':'預設清單樣式','ELEMENT_BULLETED_LIST':'項目符號清單','ELEMENT_BULLETED_LIST_DEFAULT':'項目符號清單(預設)','ELEMENT_BULLETED_LIST_CIRCLE':'項目符號列表(空心圓)','ELEMENT_BULLETED_LIST_DISC':'項目符號列表(實心圓)','ELEMENT_BULLETED_LIST_SQUARE':'項目符號列表(方塊)','ELEMENT_CAPTION':'標號','ELEMENT_CODE_BLOCK':'代碼區塊','ELEMENT_HEADING':'標題(層級\x20%1)','ELEMENT_HEADING_CUSTOM':'標題\x20(%1)','ELEMENT_HORIZONTAL_LINE':'水平線','ELEMENT_HTML_EMBED':'HTML\x20內嵌','ELEMENT_IMAGE':'影像','ELEMENT_INLINE_IMAGE':'影像','ELEMENT_LINE_BREAK':'分行符號','ELEMENT_LIST_ITEM':'清單項目','ELEMENT_MEDIA':'媒體項目','ELEMENT_NUMBERED_LIST':'編號清單','ELEMENT_NUMBERED_LIST_DEFAULT':'編號清單(預設)','ELEMENT_NUMBERED_LIST_DECIMAL':'編號列表(阿拉伯數字)','ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO':'編號列表(零開頭的阿拉伯數字)','ELEMENT_NUMBERED_LIST_LOWER_LATIN':'編號列表(小寫拉丁字元)','ELEMENT_NUMBERED_LIST_LOWER_ROMAN':'編號列表(小寫羅馬數字)','ELEMENT_NUMBERED_LIST_UPPER_LATIN':'編號列表(大寫拉丁字元)','ELEMENT_NUMBERED_LIST_UPPER_ROMAN':'編號列表(大寫羅馬數字)','ELEMENT_PAGE_BREAK':'分頁符號','ELEMENT_PARAGRAPH':'段落','ELEMENT_SPACE':'間距','ELEMENT_TABLE':'表格','ELEMENT_TABLE_COLUMN':'表格行','ELEMENT_TABLE_COLUMN_WITH_TEXT':'表格行*帶文字*\x20%1','ELEMENT_TABLE_OF_CONTENTS':'內容目錄','ELEMENT_TABLE_ROW':'表格列','ELEMENT_TABLE_ROW_WITH_TEXT':'表格列*帶文字*\x20%1','ELEMENT_TABLE_WITH_TEXT':'表格*帶文字*\x20%0','ELEMENT_TITLE':'大標題','ELEMENT_TODO_LIST':'待辦事項清單','ELEMENT_MULTI_LEVEL_LIST':'多層次清單','FORMAT_ALIGNMENT':'對齊','FORMAT_ALIGN_TO_CENTER':'置中','FORMAT_ALIGN_TO_LEFT':'靠左對齊','FORMAT_ALIGN_TO_RIGHT':'靠右對齊','FORMAT_BOLD':'粗體','FORMAT_CODE':'代碼','FORMAT_HEADER_COLUMN':'標題行','FORMAT_HEADER_ROW':'標題列','FORMAT_HIGHLIGHT':'亮顯','FORMAT_ITALIC':'斜體','FORMAT_JUSTIFY_TEXT':'左右對齊','FORMAT_REGULAR_COLUMN':'標準行','FORMAT_REGULAR_ROW':'標準列','FORMAT_RESTRICTED_DISABLED':'*在受限編輯模式下禁用*','FORMAT_RESTRICTED_ENABLED':'*在受限編輯模式下啟用*','FORMAT_SIDE_IMAGE':'側邊影像','FORMAT_STRIKETHROUGH':'刪除線','FORMAT_SUBSCRIPT':'下標','FORMAT_SUPERSCRIPT':'上標','FORMAT_UNDERLINE':'底線','FORMAT_INDENT':'縮排','FORMAT_LIST_REVERSED':'清單反轉','FORMAT_LIST_START':'清單起始','FORMAT_FONT_SIZE':'字型大小','FORMAT_FONT_FAMILY':'字型家族','FORMAT_FONT_COLOR':'字型顏色','FORMAT_FONT_BACKGROUND':'字型背景顏色','FORMAT_IMAGE_SIZE':'圖片大小','FORMAT_STYLE':'樣式','PENDING_ACTION_SUGGESTION':'建議中未儲存的變更。','REPLACE_TEXT':'*取代:*%0\x20*變更為*\x20%1','Track\x20changes':'追蹤變更','EXTERNAL_SUGGESTION':'此建議來自外部來源。','EXTERNAL_IMPORT_WORD_SUGGESTION':'此建議來自匯入的\x20Word\x20檔案。'},'getPluralForm':_0x58c174=>0x0}};_0xaf83e5['zh']||={'dictionary':{},'getPluralForm':null},_0xaf83e5['zh']['dictionary']=Object['assign'](_0xaf83e5['zh']['dictionary'],_0x553f3e),_0xaf83e5['zh']['getPluralForm']=_0x4f7828;})(window['CKEDITOR_TRANSLATIONS']||={});
|
|
@@ -23,7 +23,7 @@ declare const Suggestion_base: {
|
|
|
23
23
|
*
|
|
24
24
|
* `Suggestion` instances are created and handled by {@link module:track-changes/trackchanges~TrackChanges track changes plugin}.
|
|
25
25
|
*/
|
|
26
|
-
export default class Suggestion extends Suggestion_base {
|
|
26
|
+
export default class Suggestion extends /* #__PURE__ -- @preserve */ Suggestion_base {
|
|
27
27
|
/**
|
|
28
28
|
* Suggestion ID.
|
|
29
29
|
*/
|
|
@@ -20,7 +20,7 @@ declare const SuggestionController_base: {
|
|
|
20
20
|
* It takes a suggestion thread view, listens to events fired by that view and based on them performs actions
|
|
21
21
|
* on the provided suggestion model.
|
|
22
22
|
*/
|
|
23
|
-
export default class SuggestionController extends SuggestionController_base {
|
|
23
|
+
export default class SuggestionController extends /* #__PURE__ -- @preserve */ SuggestionController_base {
|
|
24
24
|
model: Suggestion;
|
|
25
25
|
view: BaseSuggestionThreadView;
|
|
26
26
|
commentThreadController: CommentThreadController;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-track-changes",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "42.0.0-alpha.0",
|
|
4
4
|
"description": "CKEditor 5 track changes plugin.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "CKSource (http://cksource.com/)",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"CHANGELOG.md"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"ckeditor5": "
|
|
45
|
-
"ckeditor5-collaboration": "
|
|
44
|
+
"ckeditor5": "42.0.0-alpha.0",
|
|
45
|
+
"ckeditor5-collaboration": "42.0.0-alpha.0",
|
|
46
46
|
"lodash-es": "4.17.21"
|
|
47
47
|
},
|
|
48
48
|
"types": "src/index.d.ts",
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x10ea21=_0x5c13;(function(_0x2216aa,_0x46c764){const _0x4dc5e0=_0x5c13,_0x2227e6=_0x2216aa();while(!![]){try{const _0x366d07=-parseInt(_0x4dc5e0(0x78))/0x1*(-parseInt(_0x4dc5e0(0x7d))/0x2)+-parseInt(_0x4dc5e0(0x68))/0x3*(-parseInt(_0x4dc5e0(0x70))/0x4)+-parseInt(_0x4dc5e0(0x6f))/0x5+-parseInt(_0x4dc5e0(0x76))/0x6*(-parseInt(_0x4dc5e0(0x74))/0x7)+-parseInt(_0x4dc5e0(0x6b))/0x8+parseInt(_0x4dc5e0(0x6a))/0x9*(-parseInt(_0x4dc5e0(0x6d))/0xa)+parseInt(_0x4dc5e0(0x77))/0xb;if(_0x366d07===_0x46c764)break;else _0x2227e6['push'](_0x2227e6['shift']());}catch(_0x344e37){_0x2227e6['push'](_0x2227e6['shift']());}}}(_0x34a3,0x65cae));function _0x34a3(){const _0x333ed0=['913188etGjQd','_suggestions','model','track-changes-accept-suggestion-not-found','1025990yglHOE','TrackChangesEditing','6PuhNQM','2837736sIWIqo','24562dlklpF','acceptSuggestion','refresh','getRanges','editor','66aEzgrt','isEnabled','_isEnabledBasedOnSelection','plugins','3zEZJGA','execute','9DDNfmn','1407088CEZrVz','get','2115420puAxEQ','canEditAt','3195095ucYQgb'];_0x34a3=function(){return _0x333ed0;};return _0x34a3();}import{Command as _0xd69258}from'ckeditor5/src/core.js';function _0x5c13(_0x21a570,_0x1c08c5){const _0x34a3c2=_0x34a3();return _0x5c13=function(_0x5c13db,_0x384adc){_0x5c13db=_0x5c13db-0x68;let _0x10a48c=_0x34a3c2[_0x5c13db];return _0x10a48c;},_0x5c13(_0x21a570,_0x1c08c5);}import{CKEditorError as _0xeada4b}from'ckeditor5/src/utils.js';export default class $ extends _0xd69258{constructor(_0x59d131,_0x4ae9d1){const _0x3c3fe3=_0x5c13;super(_0x59d131),this[_0x3c3fe3(0x71)]=_0x4ae9d1,this[_0x3c3fe3(0x7a)](),this[_0x3c3fe3(0x7f)]=!0x1;}[_0x10ea21(0x7a)](){const _0x4a7c33=_0x10ea21;this[_0x4a7c33(0x7e)]=!0x0;}[_0x10ea21(0x69)](_0x3ff38f){const _0x23f4f0=_0x10ea21,_0x518f5d=this[_0x23f4f0(0x71)][_0x23f4f0(0x6c)](_0x3ff38f);if(!_0x518f5d)throw new _0xeada4b(_0x23f4f0(0x73),this);const _0x4f4ef8=_0x518f5d[_0x23f4f0(0x7b)]();this[_0x23f4f0(0x7c)][_0x23f4f0(0x72)][_0x23f4f0(0x6e)](_0x4f4ef8)&&this[_0x23f4f0(0x7c)][_0x23f4f0(0x80)][_0x23f4f0(0x6c)](_0x23f4f0(0x75))[_0x23f4f0(0x79)](_0x518f5d);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x38fc29=_0xaa79;(function(_0x3eb2bb,_0x4bffc2){const _0x3c19d4=_0xaa79,_0x19583e=_0x3eb2bb();while(!![]){try{const _0x325bd2=-parseInt(_0x3c19d4(0x118))/0x1+parseInt(_0x3c19d4(0x113))/0x2+parseInt(_0x3c19d4(0x110))/0x3*(parseInt(_0x3c19d4(0x111))/0x4)+parseInt(_0x3c19d4(0x10d))/0x5*(parseInt(_0x3c19d4(0x104))/0x6)+parseInt(_0x3c19d4(0x100))/0x7*(parseInt(_0x3c19d4(0x101))/0x8)+parseInt(_0x3c19d4(0x10b))/0x9*(-parseInt(_0x3c19d4(0x103))/0xa)+-parseInt(_0x3c19d4(0x117))/0xb;if(_0x325bd2===_0x4bffc2)break;else _0x19583e['push'](_0x19583e['shift']());}catch(_0x42b84b){_0x19583e['push'](_0x19583e['shift']());}}}(_0x8fe0,0x37eaa));function _0xaa79(_0x125805,_0x581f57){const _0x8fe0a2=_0x8fe0();return _0xaa79=function(_0xaa791a,_0x121077){_0xaa791a=_0xaa791a-0x100;let _0xb60408=_0x8fe0a2[_0xaa791a];return _0xb60408;},_0xaa79(_0x125805,_0x581f57);}import{Command as _0x47543e}from'ckeditor5/src/core.js';import{CKEditorError as _0x12d2e5}from'ckeditor5/src/utils.js';export default class B extends _0x47543e{constructor(_0x44ff30,_0x52f00b){const _0x1b46cf=_0xaa79;super(_0x44ff30),this[_0x1b46cf(0x106)]=_0x52f00b,this[_0x1b46cf(0x10e)](),this[_0x1b46cf(0x115)]=!0x1;}[_0x38fc29(0x10e)](){const _0x47c010=_0x38fc29;this[_0x47c010(0x10c)]=!0x0;}[_0x38fc29(0x114)](_0x1f61a2){const _0x1b1c4d=_0x38fc29,_0x31ce32=this[_0x1b1c4d(0x106)][_0x1b1c4d(0x108)](_0x1f61a2);if(!_0x31ce32)throw new _0x12d2e5(_0x1b1c4d(0x107),this);const _0x5de82b=_0x31ce32[_0x1b1c4d(0x105)]();this[_0x1b1c4d(0x10f)][_0x1b1c4d(0x112)][_0x1b1c4d(0x102)](_0x5de82b)&&this[_0x1b1c4d(0x10f)][_0x1b1c4d(0x10a)][_0x1b1c4d(0x108)](_0x1b1c4d(0x116))[_0x1b1c4d(0x109)](_0x31ce32);}}function _0x8fe0(){const _0x5927e8=['execute','_isEnabledBasedOnSelection','TrackChangesEditing','768559rHEUOf','293930OTMZiF','539fNKXri','43248cYzdvk','canEditAt','580NdyAep','8892hdbmPy','getRanges','_suggestions','track-changes-discard-suggestion-not-found','get','discardSuggestion','plugins','50103oXGYnG','isEnabled','40KBuyEN','refresh','editor','39eNOzSv','70284EjNVlh','model','518356zPthgM'];_0x8fe0=function(){return _0x5927e8;};return _0x8fe0();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x3148e6=_0x19e7;(function(_0x4373b9,_0x2cb15d){const _0x289fb4=_0x19e7,_0x3bd85f=_0x4373b9();while(!![]){try{const _0x454402=-parseInt(_0x289fb4(0x178))/0x1+-parseInt(_0x289fb4(0x17e))/0x2*(-parseInt(_0x289fb4(0x16c))/0x3)+-parseInt(_0x289fb4(0x16f))/0x4+parseInt(_0x289fb4(0x179))/0x5+parseInt(_0x289fb4(0x172))/0x6*(parseInt(_0x289fb4(0x175))/0x7)+parseInt(_0x289fb4(0x16b))/0x8*(parseInt(_0x289fb4(0x169))/0x9)+-parseInt(_0x289fb4(0x170))/0xa;if(_0x454402===_0x2cb15d)break;else _0x3bd85f['push'](_0x3bd85f['shift']());}catch(_0xc96e84){_0x3bd85f['push'](_0x3bd85f['shift']());}}}(_0x58b5,0x692bf));import{Command as _0x29e7f5}from'ckeditor5/src/core.js';import{sortSuggestions as _0x2f0783,executeCommandForSuggestions as _0x136099}from'../utils/utils.js';function _0x58b5(){const _0x23d6fe=['4718rHxwce','model','from','556207JTthEY','1498520tbIhtD','values','_command','isEnabled','getRanges','119046IYjnBf','canEditAt','_suggestions','252873cIZEIp','refresh','200FPwbAR','21IkLPCP','editor','isInContent','1466732NBltfo','2039610DmaWEy','_isEnabledBasedOnSelection','1236jZuYfp','some','execute'];_0x58b5=function(){return _0x23d6fe;};return _0x58b5();}function _0x19e7(_0x5b6a49,_0x214567){const _0x58b59a=_0x58b5();return _0x19e7=function(_0x19e7b9,_0x69845e){_0x19e7b9=_0x19e7b9-0x169;let _0x53e046=_0x58b59a[_0x19e7b9];return _0x53e046;},_0x19e7(_0x5b6a49,_0x214567);}export default class x extends _0x29e7f5{constructor(_0x303af6,_0x595e5f,_0x4b8d86){const _0x5de58c=_0x19e7;super(_0x303af6),this[_0x5de58c(0x17b)]=_0x595e5f,this[_0x5de58c(0x180)]=_0x4b8d86,this[_0x5de58c(0x16a)](),this[_0x5de58c(0x171)]=!0x1;}[_0x3148e6(0x16a)](){const _0xc119b4=_0x3148e6,_0x8b7a2e=Array[_0xc119b4(0x177)](this[_0xc119b4(0x180)][_0xc119b4(0x17a)]())[_0xc119b4(0x173)](_0x6e6df4=>_0x6e6df4[_0xc119b4(0x16e)]);this[_0xc119b4(0x17c)]=this[_0xc119b4(0x17b)][_0xc119b4(0x17c)]&&_0x8b7a2e;}[_0x3148e6(0x174)](){const _0x17764a=_0x3148e6,_0x58bda1=_0x2f0783(Array[_0x17764a(0x177)](this[_0x17764a(0x180)][_0x17764a(0x17a)]()));for(const _0x2b0a3d of _0x58bda1){const _0x217602=_0x2b0a3d[_0x17764a(0x17d)]();if(!this[_0x17764a(0x16d)][_0x17764a(0x176)][_0x17764a(0x17f)](_0x217602))return;}_0x136099(this[_0x17764a(0x16d)][_0x17764a(0x176)],this[_0x17764a(0x17b)],_0x58bda1);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x273d22=_0xbfee;(function(_0x4842af,_0x27ff9a){const _0x5dbc52=_0xbfee,_0x25898f=_0x4842af();while(!![]){try{const _0x3bd6b2=parseInt(_0x5dbc52(0x1d5))/0x1*(-parseInt(_0x5dbc52(0x1d3))/0x2)+-parseInt(_0x5dbc52(0x1e0))/0x3+-parseInt(_0x5dbc52(0x1ce))/0x4*(-parseInt(_0x5dbc52(0x1d9))/0x5)+parseInt(_0x5dbc52(0x1d1))/0x6*(-parseInt(_0x5dbc52(0x1ca))/0x7)+parseInt(_0x5dbc52(0x1cb))/0x8*(parseInt(_0x5dbc52(0x1cc))/0x9)+parseInt(_0x5dbc52(0x1dc))/0xa+parseInt(_0x5dbc52(0x1cf))/0xb;if(_0x3bd6b2===_0x27ff9a)break;else _0x25898f['push'](_0x25898f['shift']());}catch(_0x33bd09){_0x25898f['push'](_0x25898f['shift']());}}}(_0x91af,0xa7642));function _0xbfee(_0x2e42cf,_0x3c194d){const _0x91afbc=_0x91af();return _0xbfee=function(_0xbfee02,_0x23cc88){_0xbfee02=_0xbfee02-0x1c6;let _0x2f9c41=_0x91afbc[_0xbfee02];return _0x2f9c41;},_0xbfee(_0x2e42cf,_0x3c194d);}import{Command as _0x2dddcb}from'ckeditor5/src/core.js';import{sortSuggestions as _0x158d7f,getSelectedSuggestions as _0x5c7b49,executeCommandForSuggestions as _0x38d837}from'../utils/utils.js';export default class R extends _0x2dddcb{constructor(_0x1db3b0,_0x2d803a,_0x2f0a3a){const _0x148e0f=_0xbfee;super(_0x1db3b0),this[_0x148e0f(0x1de)]=_0x2d803a,this[_0x148e0f(0x1cd)]=_0x2f0a3a,this[_0x148e0f(0x1d6)]=new Set(),this[_0x148e0f(0x1c6)](),this[_0x148e0f(0x1db)]=!0x1;}[_0x273d22(0x1c6)](){const _0x1a8c88=_0x273d22,_0xc48d02=this[_0x1a8c88(0x1da)][_0x1a8c88(0x1dd)][_0x1a8c88(0x1d2)][_0x1a8c88(0x1c7)],_0x448a48=Array[_0x1a8c88(0x1c9)](this[_0x1a8c88(0x1cd)][_0x1a8c88(0x1d4)]());this[_0x1a8c88(0x1d6)]=_0x5c7b49(_0xc48d02,_0x448a48),this[_0x1a8c88(0x1df)]=this[_0x1a8c88(0x1de)][_0x1a8c88(0x1df)]&&!!this[_0x1a8c88(0x1d6)][_0x1a8c88(0x1c8)];}[_0x273d22(0x1d8)](){const _0x123a52=_0x273d22,_0x5e8af4=_0x158d7f(Array[_0x123a52(0x1c9)](this[_0x123a52(0x1d6)]));for(const _0x31667e of _0x5e8af4){const _0x4308e0=_0x31667e[_0x123a52(0x1d0)]();if(!this[_0x123a52(0x1da)][_0x123a52(0x1dd)][_0x123a52(0x1d7)](_0x4308e0))return;}_0x38d837(this[_0x123a52(0x1da)][_0x123a52(0x1dd)],this[_0x123a52(0x1de)],_0x5e8af4);}}function _0x91af(){const _0x361d9f=['_command','isEnabled','4112019zJjYpj','refresh','selection','size','from','280knBsqk','8NNuLBI','8744823daotHK','_suggestions','61328iQAvoo','16140157hJJoqS','getRanges','126816GnptOf','document','2VjYLDk','values','588605edWSZI','_selectedSuggestions','canEditAt','execute','85BxsJxG','editor','_isEnabledBasedOnSelection','7907740ATjMdf','model'];_0x91af=function(){return _0x361d9f;};return _0x91af();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x1b0c(_0x5e9590,_0x1ad4da){const _0x4bf67d=_0x4bf6();return _0x1b0c=function(_0x1b0ca4,_0x565480){_0x1b0ca4=_0x1b0ca4-0x9f;let _0x11ea0c=_0x4bf67d[_0x1b0ca4];return _0x11ea0c;},_0x1b0c(_0x5e9590,_0x1ad4da);}const _0x58e25b=_0x1b0c;(function(_0x1c7e07,_0x32878e){const _0x837909=_0x1b0c,_0x415487=_0x1c7e07();while(!![]){try{const _0x4750b2=parseInt(_0x837909(0xac))/0x1*(parseInt(_0x837909(0xa0))/0x2)+-parseInt(_0x837909(0xa4))/0x3+parseInt(_0x837909(0xa7))/0x4+parseInt(_0x837909(0xb2))/0x5+parseInt(_0x837909(0xaa))/0x6*(-parseInt(_0x837909(0xb3))/0x7)+parseInt(_0x837909(0xab))/0x8+parseInt(_0x837909(0xb5))/0x9;if(_0x4750b2===_0x32878e)break;else _0x415487['push'](_0x415487['shift']());}catch(_0x3f9d7b){_0x415487['push'](_0x415487['shift']());}}}(_0x4bf6,0xc5049));import{Command as _0x9e2dc6}from'ckeditor5/src/core.js';function _0x4bf6(){const _0x3bf4cf=['_enabledCommands','4225323rQretv','forceDisabled','value','1352356agAfZT','editor','clearForceDisabled','6JwqXWA','626520xKHwFO','201730UFLdts','_enableCommands','isEnabled','_isEnabledBasedOnSelection','has','commands','168000jVjthA','5592797ctFfyP','refresh','14001687HFHcSz','TrackChangesCommand','execute','10LNBVIX','_disableUnsupportedCommands','affectsData'];_0x4bf6=function(){return _0x3bf4cf;};return _0x4bf6();}export default class M extends _0x9e2dc6{constructor(_0x18b5ad,_0x259137){const _0x5e4692=_0x1b0c;super(_0x18b5ad),this[_0x5e4692(0xa3)]=_0x259137,this[_0x5e4692(0xa6)]=!0x1,this[_0x5e4692(0xb4)](),this[_0x5e4692(0xaf)]=!0x1;}[_0x58e25b(0xb4)](){const _0x4b255b=_0x58e25b;this[_0x4b255b(0xae)]=!0x0;}[_0x58e25b(0x9f)](){const _0x90855b=_0x58e25b;this[_0x90855b(0xa6)]=!this[_0x90855b(0xa6)],this[_0x90855b(0xa6)]?this[_0x90855b(0xa1)]():this[_0x90855b(0xad)]();}[_0x58e25b(0xa1)](){const _0x16027b=_0x58e25b;for(const _0x3d9fcc of this[_0x16027b(0xa8)][_0x16027b(0xb1)][_0x16027b(0xb1)]())_0x3d9fcc[_0x16027b(0xa2)]&&!this[_0x16027b(0xa3)][_0x16027b(0xb0)](_0x3d9fcc)&&_0x3d9fcc[_0x16027b(0xa5)](_0x16027b(0xb6));}[_0x58e25b(0xad)](){const _0x2d9836=_0x58e25b;for(const _0x55d98c of this[_0x2d9836(0xa8)][_0x2d9836(0xb1)][_0x2d9836(0xb1)]())_0x55d98c[_0x2d9836(0xa2)]&&!this[_0x2d9836(0xa3)][_0x2d9836(0xb0)](_0x55d98c)&&_0x55d98c[_0x2d9836(0xa9)](_0x2d9836(0xb6));}}
|
package/src/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
function _0xf74e(){var _0x24fa77=['2762454sazkem','407FMlUKp','1142206WnXfhj','15032QNTDGX','174035CxYTNK','344020yVAnUw','1028526fPYVKC','7033495IEXUAr','774tEBDRw','188CioEPh','6dMFrOo'];_0xf74e=function(){return _0x24fa77;};return _0xf74e();}(function(_0x2a2400,_0x229631){var _0x2cb109=_0x1014,_0x4ae958=_0x2a2400();while(!![]){try{var _0x1203d8=parseInt(_0x2cb109(0x75))/0x1+parseInt(_0x2cb109(0x71))/0x2*(-parseInt(_0x2cb109(0x79))/0x3)+-parseInt(_0x2cb109(0x78))/0x4*(-parseInt(_0x2cb109(0x73))/0x5)+-parseInt(_0x2cb109(0x7a))/0x6+parseInt(_0x2cb109(0x76))/0x7+parseInt(_0x2cb109(0x72))/0x8*(parseInt(_0x2cb109(0x77))/0x9)+-parseInt(_0x2cb109(0x74))/0xa*(parseInt(_0x2cb109(0x7b))/0xb);if(_0x1203d8===_0x229631)break;else _0x4ae958['push'](_0x4ae958['shift']());}catch(_0x41b7cf){_0x4ae958['push'](_0x4ae958['shift']());}}}(_0xf74e,0xe93d1));export{default as TrackChanges}from'./trackchanges.js';export{default as TrackChangesData}from'./trackchangesdata.js';function _0x1014(_0x56c4a6,_0x32d25c){var _0xf74e5e=_0xf74e();return _0x1014=function(_0x1014bb,_0x1eb5aa){_0x1014bb=_0x1014bb-0x71;var _0x30133a=_0xf74e5e[_0x1014bb];return _0x30133a;},_0x1014(_0x56c4a6,_0x32d25c);}export{default as TrackChangesEditing}from'./trackchangesediting.js';export{default as BaseSuggestionThreadView}from'./ui/view/basesuggestionthreadview.js';import'./augmentation.js';
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x52721e=_0x2a48;(function(_0x5b3e2e,_0x25bb45){const _0x1e306c=_0x2a48,_0x502336=_0x5b3e2e();while(!![]){try{const _0x752054=-parseInt(_0x1e306c(0xab))/0x1+-parseInt(_0x1e306c(0xaf))/0x2*(parseInt(_0x1e306c(0x9e))/0x3)+parseInt(_0x1e306c(0xa5))/0x4*(parseInt(_0x1e306c(0xa1))/0x5)+parseInt(_0x1e306c(0xa8))/0x6+-parseInt(_0x1e306c(0xa0))/0x7*(-parseInt(_0x1e306c(0xa6))/0x8)+parseInt(_0x1e306c(0xad))/0x9*(-parseInt(_0x1e306c(0x9f))/0xa)+parseInt(_0x1e306c(0xa4))/0xb;if(_0x752054===_0x25bb45)break;else _0x502336['push'](_0x502336['shift']());}catch(_0x49220e){_0x502336['push'](_0x502336['shift']());}}}(_0xa937,0x2ce81));function _0x2a48(_0x4b16ba,_0x486bb9){const _0xa9374=_0xa937();return _0x2a48=function(_0x2a48f1,_0x51b693){_0x2a48f1=_0x2a48f1-0x9e;let _0x5a8995=_0xa9374[_0x2a48f1];return _0x5a8995;},_0x2a48(_0x4b16ba,_0x486bb9);}import{Plugin as _0x2f2542}from'ckeditor5/src/core.js';export default class E extends _0x2f2542{[_0x52721e(0xa3)](){const _0x116f3d=_0x52721e,_0x580afe=this[_0x116f3d(0xac)],_0xd2c0c6=_0x580afe[_0x116f3d(0xa9)][_0x116f3d(0xaa)](_0x116f3d(0xae));_0x580afe[_0x116f3d(0xb0)][_0x116f3d(0xaa)](_0x116f3d(0xa2))&&_0xd2c0c6[_0x116f3d(0xa7)](_0x116f3d(0xa2));}}function _0xa937(){const _0x28c7f7=['7jdRQxU','35HkmuRg','showAIAssistant','afterInit','4374645WJnxwz','69172fLFPCw','998224LmQigK','enableCommand','967236JXjamK','plugins','get','210445tqvkXE','editor','314217NbqMQE','TrackChangesEditing','94xuxJbm','commands','10593MutqNB','70BwkzCO'];_0xa937=function(){return _0x28c7f7;};return _0xa937();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x6ef406=_0x2e99;function _0x4e8e(){const _0x13707e=['1549XAdyLh','10365AneYZl','6637570TRhswf','87102sUgxxf','2710899DtTyyC','has','format','editor','formatBlock','locale','315eTwhzK','AlignmentEditing','FORMAT_JUSTIFY_TEXT','afterInit','descriptionFactory','commandParams','FORMAT_ALIGN_TO_RIGHT','2907588BClwpj','commandName','91eBKZlH','FORMAT_ALIGNMENT','get','1645912DbtgGK','registerAttributeLabel','776dFHYAB','left','registerDescriptionCallback','28LLgInS','_registerLegacyDescription','type','plugins','enableDefaultAttributesIntegration','justify','FORMAT_ALIGN_TO_LEFT','center','542dMqYte','value','*Format:*\x20%0','registerBlockAttribute','FORMAT_ALIGN_TO_CENTER','right','alignment','TrackChangesEditing','11vImvnE'];_0x4e8e=function(){return _0x13707e;};return _0x4e8e();}function _0x2e99(_0x29816a,_0x347ba3){const _0x4e8e3e=_0x4e8e();return _0x2e99=function(_0x2e9991,_0x3c42a5){_0x2e9991=_0x2e9991-0x179;let _0x3fd31b=_0x4e8e3e[_0x2e9991];return _0x3fd31b;},_0x2e99(_0x29816a,_0x347ba3);}(function(_0x38b9ca,_0x2d2c4e){const _0x344331=_0x2e99,_0x3a0d28=_0x38b9ca();while(!![]){try{const _0x273ddd=-parseInt(_0x344331(0x184))/0x1*(parseInt(_0x344331(0x17b))/0x2)+-parseInt(_0x344331(0x185))/0x3*(-parseInt(_0x344331(0x19c))/0x4)+parseInt(_0x344331(0x18e))/0x5*(parseInt(_0x344331(0x187))/0x6)+parseInt(_0x344331(0x19f))/0x7*(parseInt(_0x344331(0x19a))/0x8)+-parseInt(_0x344331(0x188))/0x9+-parseInt(_0x344331(0x186))/0xa*(-parseInt(_0x344331(0x183))/0xb)+parseInt(_0x344331(0x195))/0xc*(-parseInt(_0x344331(0x197))/0xd);if(_0x273ddd===_0x2d2c4e)break;else _0x3a0d28['push'](_0x3a0d28['shift']());}catch(_0x21d32a){_0x3a0d28['push'](_0x3a0d28['shift']());}}}(_0x4e8e,0x9fc87));import{Plugin as _0x4eae8b}from'ckeditor5/src/core.js';import{getTranslation as _0x465cb9}from'../utils/common-translations.js';export default class V extends _0x4eae8b{[_0x6ef406(0x191)](){const _0x151e62=_0x6ef406,_0x133e5b=this[_0x151e62(0x18b)],_0xfb4248=_0x133e5b[_0x151e62(0x18d)];if(!_0x133e5b[_0x151e62(0x1a2)][_0x151e62(0x189)](_0x151e62(0x18f)))return;const _0x598225=_0x133e5b[_0x151e62(0x1a2)][_0x151e62(0x199)](_0x151e62(0x182));_0x598225[_0x151e62(0x1a3)](_0x151e62(0x181)),_0x598225[_0x151e62(0x17e)](_0x151e62(0x181)),_0x598225[_0x151e62(0x192)][_0x151e62(0x19b)](_0x151e62(0x181),_0x465cb9(_0xfb4248,_0x151e62(0x198))),this[_0x151e62(0x1a0)]();}[_0x6ef406(0x1a0)](){const _0x5064ff=_0x6ef406,_0xecfdbd=this[_0x5064ff(0x18b)],_0x47772a=_0xecfdbd[_0x5064ff(0x18d)];_0xecfdbd[_0x5064ff(0x1a2)][_0x5064ff(0x199)](_0x5064ff(0x182))[_0x5064ff(0x192)][_0x5064ff(0x19e)](_0x14965e=>{const _0x1f2b2d=_0x5064ff;if(_0x1f2b2d(0x18c)!=_0x14965e[_0x1f2b2d(0x1a1)])return;const {data:_0x2f9152}=_0x14965e;if(_0x2f9152&&_0x1f2b2d(0x181)==_0x2f9152[_0x1f2b2d(0x196)]){const _0x53801b=_0x2f9152[_0x1f2b2d(0x193)][0x0][_0x1f2b2d(0x17c)];return{'type':_0x1f2b2d(0x18a),'content':_0x465cb9(_0x47772a,_0x1f2b2d(0x17d),function(_0x56fd68){const _0x2c5ed2=_0x1f2b2d;switch(_0x56fd68){case _0x2c5ed2(0x19d):return _0x465cb9(_0x47772a,_0x2c5ed2(0x179));case _0x2c5ed2(0x180):return _0x465cb9(_0x47772a,_0x2c5ed2(0x194));case _0x2c5ed2(0x17a):return _0x465cb9(_0x47772a,_0x2c5ed2(0x17f));case _0x2c5ed2(0x1a4):return _0x465cb9(_0x47772a,_0x2c5ed2(0x190));}}(_0x53801b))};}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x3252d3=_0x313c;(function(_0x4f8e2f,_0x359d58){const _0x4d370d=_0x313c,_0x3e420d=_0x4f8e2f();while(!![]){try{const _0x5e200c=-parseInt(_0x4d370d(0x199))/0x1*(parseInt(_0x4d370d(0x1ad))/0x2)+parseInt(_0x4d370d(0x1ac))/0x3*(parseInt(_0x4d370d(0x1a0))/0x4)+-parseInt(_0x4d370d(0x1b0))/0x5*(-parseInt(_0x4d370d(0x196))/0x6)+parseInt(_0x4d370d(0x1ab))/0x7+-parseInt(_0x4d370d(0x1b4))/0x8*(parseInt(_0x4d370d(0x1ba))/0x9)+-parseInt(_0x4d370d(0x1a4))/0xa*(parseInt(_0x4d370d(0x18b))/0xb)+parseInt(_0x4d370d(0x191))/0xc;if(_0x5e200c===_0x359d58)break;else _0x3e420d['push'](_0x3e420d['shift']());}catch(_0x2c8794){_0x3e420d['push'](_0x3e420d['shift']());}}}(_0x1e3c,0x807e2));function _0x1e3c(){const _0x22d924=['_registerLegacyDescription','1326328DKatLC','FORMAT_','TrackChangesEditing','get','*Remove\x20format:*\x20%0','type','18vTMVqd','toUpperCase','ItalicEditing','StrikethroughEditing','plugins','SubscriptEditing','formatInline','registerAttributeLabel','forceValue','descriptionFactory','subscript','2129897OlvnDN','FORMAT_ITALIC','registerInlineAttribute','FORMAT_STRIKETHROUGH','SuperscriptEditing','slice','3768996bRzWvc','*Format:*\x20%0','commandParams','FORMAT_SUBSCRIPT','CodeEditing','30GSIMYM','commandName','editor','289558DKuXLo','bold','underline','FORMAT_UNDERLINE','locale','FORMAT_BOLD','BoldEditing','32QVHWgD','enableDefaultAttributesIntegration','format','has','10OocWxQ','superscript','code','FORMAT_SUPERSCRIPT','toLowerCase','strikethrough','FORMAT_CODE','1188572HQiiRz','382815Vmjqeb','6sCNbZU','afterInit','italic','415470jYCZYh','UnderlineEditing','registerDescriptionCallback'];_0x1e3c=function(){return _0x22d924;};return _0x1e3c();}import{Plugin as _0xc7095f}from'ckeditor5/src/core.js';import{getTranslation as _0x5b1b86}from'../utils/common-translations.js';const ti=[_0x3252d3(0x19f),_0x3252d3(0x1bc),_0x3252d3(0x1b1),_0x3252d3(0x195),_0x3252d3(0x1bd),_0x3252d3(0x1bf),_0x3252d3(0x18f)];function _0x313c(_0x569481,_0x16bdae){const _0x1e3c60=_0x1e3c();return _0x313c=function(_0x313ca4,_0x41f2c2){_0x313ca4=_0x313ca4-0x188;let _0x512024=_0x1e3c60[_0x313ca4];return _0x512024;},_0x313c(_0x569481,_0x16bdae);}export default class U extends _0xc7095f{[_0x3252d3(0x1ae)](){const _0x4a175d=_0x3252d3,_0x3e0db8=this[_0x4a175d(0x198)],_0x37132c=_0x3e0db8[_0x4a175d(0x1be)][_0x4a175d(0x1b7)](_0x4a175d(0x1b6)),_0x317d1e=_0x3e0db8[_0x4a175d(0x19d)];for(const _0x2a25e9 of ti){if(!_0x3e0db8[_0x4a175d(0x1be)][_0x4a175d(0x1a3)](_0x2a25e9))continue;const _0x27ed16=_0x2a25e9[_0x4a175d(0x190)](0x0,-0x7)[_0x4a175d(0x1a8)](),_0x5c62b5=_0x4a175d(0x1b5)+_0x27ed16[_0x4a175d(0x1bb)]();_0x37132c[_0x4a175d(0x1a1)](_0x27ed16),_0x37132c[_0x4a175d(0x18d)](_0x27ed16),_0x37132c[_0x4a175d(0x189)][_0x4a175d(0x1c1)](_0x27ed16,_0x5b1b86(_0x317d1e,_0x5c62b5));}this[_0x4a175d(0x1b3)]();}[_0x3252d3(0x1b3)](){const _0x210df5=_0x3252d3,_0x4ffaaf=this[_0x210df5(0x198)],_0x5bc4d0=_0x4ffaaf[_0x210df5(0x19d)],_0x188ab9=_0x4ffaaf[_0x210df5(0x1be)][_0x210df5(0x1b7)](_0x210df5(0x1b6));function _0x1d17b5(_0x1efd3e,_0x1759d0){const _0x14018e=_0x210df5;_0x188ab9[_0x14018e(0x189)][_0x14018e(0x1b2)](_0x4d948c=>{const _0x4ace4d=_0x14018e;if(_0x4ace4d(0x1c0)!=_0x4d948c[_0x4ace4d(0x1b9)])return;const {data:_0xe758dd}=_0x4d948c;return _0xe758dd&&_0xe758dd[_0x4ace4d(0x197)]===_0x1efd3e?_0xe758dd[_0x4ace4d(0x193)][0x0][_0x4ace4d(0x188)]?{'type':_0x4ace4d(0x1a2),'content':_0x5b1b86(_0x5bc4d0,_0x4ace4d(0x192),_0x1759d0)}:{'type':_0x4ace4d(0x1a2),'content':_0x5b1b86(_0x5bc4d0,_0x4ace4d(0x1b8),_0x1759d0)}:void 0x0;});}_0x1d17b5(_0x210df5(0x19a),_0x5b1b86(_0x5bc4d0,_0x210df5(0x19e))),_0x1d17b5(_0x210df5(0x1af),_0x5b1b86(_0x5bc4d0,_0x210df5(0x18c))),_0x1d17b5(_0x210df5(0x19b),_0x5b1b86(_0x5bc4d0,_0x210df5(0x19c))),_0x1d17b5(_0x210df5(0x1a6),_0x5b1b86(_0x5bc4d0,_0x210df5(0x1aa))),_0x1d17b5(_0x210df5(0x1a9),_0x5b1b86(_0x5bc4d0,_0x210df5(0x18e))),_0x1d17b5(_0x210df5(0x18a),_0x5b1b86(_0x5bc4d0,_0x210df5(0x194))),_0x1d17b5(_0x210df5(0x1a5),_0x5b1b86(_0x5bc4d0,_0x210df5(0x1a7)));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x44be5a=_0x761c;function _0x761c(_0xa956af,_0x4df99d){const _0x1d24b4=_0x1d24();return _0x761c=function(_0x761cc6,_0x38c144){_0x761cc6=_0x761cc6-0xde;let _0x14b65a=_0x1d24b4[_0x761cc6];return _0x14b65a;},_0x761c(_0xa956af,_0x4df99d);}(function(_0x24e817,_0x14d483){const _0x34ac43=_0x761c,_0x364812=_0x24e817();while(!![]){try{const _0x47b0cf=-parseInt(_0x34ac43(0x100))/0x1*(parseInt(_0x34ac43(0x101))/0x2)+parseInt(_0x34ac43(0xe6))/0x3+parseInt(_0x34ac43(0xf7))/0x4*(parseInt(_0x34ac43(0xf5))/0x5)+-parseInt(_0x34ac43(0xdf))/0x6+-parseInt(_0x34ac43(0xff))/0x7*(-parseInt(_0x34ac43(0xef))/0x8)+parseInt(_0x34ac43(0xee))/0x9*(-parseInt(_0x34ac43(0xe7))/0xa)+-parseInt(_0x34ac43(0xeb))/0xb*(-parseInt(_0x34ac43(0x105))/0xc);if(_0x47b0cf===_0x14d483)break;else _0x364812['push'](_0x364812['shift']());}catch(_0x4fde96){_0x364812['push'](_0x364812['shift']());}}}(_0x1d24,0x994bb));import{Plugin as _0x4a186c}from'ckeditor5/src/core.js';import{getTranslation as _0x7b82f3}from'../utils/common-translations.js';import{getRangesOfBlockGroups as _0x1d462e}from'../utils/utils.js';export default class O extends _0x4a186c{[_0x44be5a(0xf8)](){const _0x154727=_0x44be5a,_0x12c3bf=this[_0x154727(0xf2)],_0x3b0a0b=_0x12c3bf[_0x154727(0xfd)];if(!_0x12c3bf[_0x154727(0xea)][_0x154727(0x103)](_0x154727(0xf9)))return;const _0x1785c7=_0x12c3bf[_0x154727(0xea)][_0x154727(0xec)](_0x154727(0x108)),_0x2b7b0b=this[_0x154727(0xf2)][_0x154727(0xf6)][_0x154727(0xec)](_0x154727(0x109));_0x1785c7[_0x154727(0x10b)](_0x154727(0x109),(_0x102bb6,_0x4ef7f9={})=>{const _0x304cbd=_0x154727,_0x5602eb=this[_0x304cbd(0xf2)][_0x304cbd(0xe3)][_0x304cbd(0xfa)][_0x304cbd(0xe1)],_0x4e1f6c=_0x4ef7f9&&void 0x0!==_0x4ef7f9[_0x304cbd(0xe5)]?_0x4ef7f9[_0x304cbd(0xe5)]:!_0x2b7b0b[_0x304cbd(0x106)];let _0x359613=[];if(_0x4e1f6c){const _0x4c5e20=Array[_0x304cbd(0xf4)](_0x5602eb[_0x304cbd(0xe2)]())[_0x304cbd(0xfc)](_0x4330dd=>oo(_0x4330dd)||function(_0x20b1c7,_0x54b016){const _0x353fab=_0x304cbd,_0x34b425=_0x54b016[_0x353fab(0x10a)](_0x20b1c7[_0x353fab(0xf3)],_0x353fab(0x109)),_0x463d72=_0x54b016[_0x353fab(0x10a)]([_0x353fab(0xfb),_0x353fab(0x109)],_0x20b1c7);return _0x34b425&&_0x463d72;}(_0x4330dd,this[_0x304cbd(0xf2)][_0x304cbd(0xe3)][_0x304cbd(0xf0)]));_0x359613=_0x1d462e(_0x4c5e20,_0x12c3bf[_0x304cbd(0xe3)]);}else{const _0x2b9f5c=Array[_0x304cbd(0xf4)](_0x5602eb[_0x304cbd(0xe2)]())[_0x304cbd(0xfc)](_0x20b699=>oo(_0x20b699));_0x359613=_0x1d462e(_0x2b9f5c,_0x12c3bf[_0x304cbd(0xe3)]);}_0x12c3bf[_0x304cbd(0xe3)][_0x304cbd(0xe4)](()=>{const _0x66ded9=_0x304cbd;for(const _0x3ada65 of _0x359613)_0x1785c7[_0x66ded9(0x104)](_0x3ada65,{'commandName':_0x66ded9(0x109),'commandParams':[{'forceValue':_0x4e1f6c}]});});}),_0x1785c7[_0x154727(0xf1)][_0x154727(0xe9)](_0x117003=>{const _0x114274=_0x154727,{data:_0x141fe9}=_0x117003;if(_0x141fe9&&_0x114274(0x109)==_0x141fe9[_0x114274(0x107)]){const _0x2d1d0a=_0x7b82f3(_0x3b0a0b,_0x114274(0xfe));return _0x141fe9[_0x114274(0x102)][0x0][_0x114274(0xe5)]?{'type':_0x114274(0xe8),'content':_0x7b82f3(_0x3b0a0b,_0x114274(0xe0),_0x2d1d0a)}:{'type':_0x114274(0xe8),'content':_0x7b82f3(_0x3b0a0b,_0x114274(0xed),_0x2d1d0a)};}});}}function oo(_0x27225b){const _0x90b478=_0x44be5a;return _0x90b478(0x109)==_0x27225b[_0x90b478(0xf3)][_0x90b478(0xde)];}function _0x1d24(){const _0x65a4e8=['1057599XpiISI','6224230dAxOOP','format','registerDescriptionCallback','plugins','2035mTUnWR','get','*Remove\x20format:*\x20%0','18TmFUWy','104yHjMFl','schema','descriptionFactory','editor','parent','from','1165msYIlW','commands','17228MTrSzr','afterInit','BlockQuoteEditing','document','$root','filter','locale','ELEMENT_BLOCK_QUOTE','182693koSitl','2HUUwyH','471876wnXpDt','commandParams','has','markBlockFormat','118680LHemEy','value','commandName','TrackChangesEditing','blockQuote','checkChild','enableCommand','name','7082280AJlLBa','*Set\x20format:*\x20%0','selection','getSelectedBlocks','model','change','forceValue'];_0x1d24=function(){return _0x65a4e8;};return _0x1d24();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x3504e2=_0x4415;(function(_0x3b4023,_0x4a50b1){const _0x2f643c=_0x4415,_0x347e3c=_0x3b4023();while(!![]){try{const _0x2b1689=-parseInt(_0x2f643c(0xe4))/0x1*(-parseInt(_0x2f643c(0xda))/0x2)+-parseInt(_0x2f643c(0xe2))/0x3+parseInt(_0x2f643c(0xd5))/0x4*(-parseInt(_0x2f643c(0xdb))/0x5)+-parseInt(_0x2f643c(0xd7))/0x6+-parseInt(_0x2f643c(0xd1))/0x7*(parseInt(_0x2f643c(0xd2))/0x8)+-parseInt(_0x2f643c(0xe3))/0x9+parseInt(_0x2f643c(0xde))/0xa;if(_0x2b1689===_0x4a50b1)break;else _0x347e3c['push'](_0x347e3c['shift']());}catch(_0xd9b23b){_0x347e3c['push'](_0x347e3c['shift']());}}}(_0x241c,0x259f1));import{Plugin as _0x5e29a1}from'ckeditor5/src/core.js';function _0x241c(){const _0x480aaf=['165960NDiwvU','585603dUzhJL','2vgyUwy','changeCaseTitle','28gIMXMy','481208LBOSyj','CaseChange','TrackChangesEditing','356zFmiXM','has','80436HJXRKA','editor','changeCaseUpper','240746VbGnTq','5420XeZPuP','enableCommand','afterInit','3842240ughdda','changeCaseLower','get','plugins'];_0x241c=function(){return _0x480aaf;};return _0x241c();}function _0x4415(_0x2dea0f,_0x294049){const _0x241cbc=_0x241c();return _0x4415=function(_0x4415a0,_0xe1c20){_0x4415a0=_0x4415a0-0xd1;let _0x34dfe8=_0x241cbc[_0x4415a0];return _0x34dfe8;},_0x4415(_0x2dea0f,_0x294049);}export default class G extends _0x5e29a1{[_0x3504e2(0xdd)](){const _0x18bd6a=_0x3504e2,_0x3fd1c7=this[_0x18bd6a(0xd8)];_0x3fd1c7[_0x18bd6a(0xe1)][_0x18bd6a(0xd6)](_0x18bd6a(0xd3))&&(_0x3fd1c7[_0x18bd6a(0xe1)][_0x18bd6a(0xe0)](_0x18bd6a(0xd4))[_0x18bd6a(0xdc)](_0x18bd6a(0xd9)),_0x3fd1c7[_0x18bd6a(0xe1)][_0x18bd6a(0xe0)](_0x18bd6a(0xd4))[_0x18bd6a(0xdc)](_0x18bd6a(0xdf)),_0x3fd1c7[_0x18bd6a(0xe1)][_0x18bd6a(0xe0)](_0x18bd6a(0xd4))[_0x18bd6a(0xdc)](_0x18bd6a(0xe5)));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x429c8c=_0x52e7;(function(_0xd6f40d,_0x43c2b7){const _0x592c08=_0x52e7,_0x384f2e=_0xd6f40d();while(!![]){try{const _0x32d07d=parseInt(_0x592c08(0x172))/0x1+parseInt(_0x592c08(0x16a))/0x2+parseInt(_0x592c08(0x167))/0x3*(parseInt(_0x592c08(0x16c))/0x4)+-parseInt(_0x592c08(0x16e))/0x5+-parseInt(_0x592c08(0x169))/0x6+parseInt(_0x592c08(0x166))/0x7+parseInt(_0x592c08(0x173))/0x8*(-parseInt(_0x592c08(0x168))/0x9);if(_0x32d07d===_0x43c2b7)break;else _0x384f2e['push'](_0x384f2e['shift']());}catch(_0x1c6628){_0x384f2e['push'](_0x384f2e['shift']());}}}(_0x4e28,0xe8871));function _0x52e7(_0x1f78e4,_0x2329d6){const _0x4e2803=_0x4e28();return _0x52e7=function(_0x52e790,_0x530ab2){_0x52e790=_0x52e790-0x166;let _0x48fdbe=_0x4e2803[_0x52e790];return _0x48fdbe;},_0x52e7(_0x1f78e4,_0x2329d6);}function _0x4e28(){const _0x1c89e0=['16XpCpNN','editor','ckbox','plugins','6987568nElEwo','510VbLSTv','8321274VJCEmv','4967838xefYhS','2914092ZxquPL','commands','33656NijUra','afterInit','6791570PxnlQE','enableCommand','TrackChangesEditing','get','1102242ZCVPJd'];_0x4e28=function(){return _0x1c89e0;};return _0x4e28();}import{Plugin as _0x405234}from'ckeditor5/src/core.js';export default class F extends _0x405234{[_0x429c8c(0x16d)](){const _0x4218c6=_0x429c8c,_0x1196dd=this[_0x4218c6(0x174)];_0x1196dd[_0x4218c6(0x16b)][_0x4218c6(0x171)](_0x4218c6(0x175))&&_0x1196dd[_0x4218c6(0x176)][_0x4218c6(0x171)](_0x4218c6(0x170))[_0x4218c6(0x16f)](_0x4218c6(0x175));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x2dd881=_0x54fc;function _0x54fc(_0x4087a1,_0x22cc04){const _0x4f24e9=_0x4f24();return _0x54fc=function(_0x54fc85,_0x40197c){_0x54fc85=_0x54fc85-0x1ae;let _0x493ad6=_0x4f24e9[_0x54fc85];return _0x493ad6;},_0x54fc(_0x4087a1,_0x22cc04);}(function(_0x61b848,_0x289a40){const _0x887420=_0x54fc,_0x392f11=_0x61b848();while(!![]){try{const _0x3e3842=-parseInt(_0x887420(0x1ce))/0x1*(-parseInt(_0x887420(0x1b2))/0x2)+-parseInt(_0x887420(0x1cf))/0x3+parseInt(_0x887420(0x1b3))/0x4+parseInt(_0x887420(0x1b4))/0x5+parseInt(_0x887420(0x1bc))/0x6*(-parseInt(_0x887420(0x1d2))/0x7)+parseInt(_0x887420(0x1cc))/0x8+-parseInt(_0x887420(0x1bf))/0x9*(parseInt(_0x887420(0x1b7))/0xa);if(_0x3e3842===_0x289a40)break;else _0x392f11['push'](_0x392f11['shift']());}catch(_0x161ebd){_0x392f11['push'](_0x392f11['shift']());}}}(_0x4f24,0x57a61));import{Plugin as _0x427f16}from'ckeditor5/src/core.js';import{getTranslation as _0x321022}from'../utils/common-translations.js';import{getRangesOfBlockGroups as _0x5f4ea9}from'../utils/utils.js';function _0x4f24(){const _0x3fb24d=['commandParams','TrackChangesEditing','model','language','indentCodeBlock','toLowerCase','rootElement','change','from','outdentCodeBlock','724274sxJhzn','932052rZdzoO','2549245IOXFeV','afterInit','getSelectedBlocks','50aJXyUm','codeBlock','descriptionFactory','config','CodeBlock','1834242DbUQmG','selection','registerDescriptionCallback','341109liVuGz','*Remove\x20format:*\x20%0','parent','commandName','ELEMENT_CODE_BLOCK','editor','document','languages','format','checkChild','name','value','find','1341024FvFcGo','commands','1PMQkDw','1255218ziUWPN','has','label','7lczCcj','*Set\x20format:*\x20%0','schema','isLimit','filter','blockName','get','markBlockFormat','forceValue','enableCommand','registerElementLabel','formatBlock','locale','type','plugins'];_0x4f24=function(){return _0x3fb24d;};return _0x4f24();}export default class L extends _0x427f16{[_0x2dd881(0x1b5)](){const _0x42e1fa=_0x2dd881,_0x4a5c4d=this[_0x42e1fa(0x1c4)];if(!_0x4a5c4d[_0x42e1fa(0x1e0)][_0x42e1fa(0x1d0)](_0x42e1fa(0x1bb)))return;const _0x2c2e80=_0x4a5c4d[_0x42e1fa(0x1e0)][_0x42e1fa(0x1d8)](_0x42e1fa(0x1e2)),_0x537690=_0x4a5c4d[_0x42e1fa(0x1de)],_0x4459d1=_0x4a5c4d[_0x42e1fa(0x1ba)][_0x42e1fa(0x1d8)](_0x42e1fa(0x1b8))[_0x42e1fa(0x1c6)],_0xc14dc5=_0x4a5c4d[_0x42e1fa(0x1cd)][_0x42e1fa(0x1d8)](_0x42e1fa(0x1b8));_0x2c2e80[_0x42e1fa(0x1db)](_0x42e1fa(0x1e5)),_0x2c2e80[_0x42e1fa(0x1db)](_0x42e1fa(0x1b1)),_0x2c2e80[_0x42e1fa(0x1db)](_0x42e1fa(0x1b8),(_0x470b4d,_0x4593fb={})=>{const _0x14c452=_0x42e1fa,_0xf46c79=_0x4a5c4d[_0x14c452(0x1e3)],_0x5588c6=_0x4a5c4d[_0x14c452(0x1e3)][_0x14c452(0x1c5)][_0x14c452(0x1bd)],_0x3f7f0a=_0x4593fb&&void 0x0!==_0x4593fb[_0x14c452(0x1da)]?_0x4593fb[_0x14c452(0x1da)]:!_0xc14dc5[_0x14c452(0x1ca)];let _0x6a1e4;_0x4593fb[_0x14c452(0x1e4)]||(_0x4593fb[_0x14c452(0x1e4)]=_0x4459d1[0x0][_0x14c452(0x1e4)]),_0x6a1e4=_0x3f7f0a?Array[_0x14c452(0x1b0)](_0x5588c6[_0x14c452(0x1b6)]())[_0x14c452(0x1d6)](_0x495b4f=>eo(_0x495b4f)||function(_0x592366,_0x5627ea){const _0xddbde5=_0x14c452;if(_0x592366['is'](_0xddbde5(0x1ae))||_0x5627ea[_0xddbde5(0x1d5)](_0x592366))return!0x1;return _0x5627ea[_0xddbde5(0x1c8)](_0x592366[_0xddbde5(0x1c1)],_0xddbde5(0x1b8));}(_0x495b4f,_0xf46c79[_0x14c452(0x1d4)])):Array[_0x14c452(0x1b0)](_0x5588c6[_0x14c452(0x1b6)]())[_0x14c452(0x1d6)](_0x2bbd26=>eo(_0x2bbd26));const _0x5c9424=_0x5f4ea9(_0x6a1e4,_0xf46c79);_0xf46c79[_0x14c452(0x1af)](()=>{const _0x2c689c=_0x14c452;for(const _0x6849f of _0x5c9424)_0x2c2e80[_0x2c689c(0x1d9)](_0x6849f,{'commandName':_0x2c689c(0x1b8),'commandParams':[{..._0x4593fb,'forceValue':_0x3f7f0a}],'formatGroupId':_0x2c689c(0x1d7)});});}),(_0x2c2e80[_0x42e1fa(0x1b9)][_0x42e1fa(0x1dc)](_0x42e1fa(0x1b8),_0xcf47c8=>_0x321022(_0x537690,_0x42e1fa(0x1c3),_0xcf47c8)),_0x2c2e80[_0x42e1fa(0x1b9)][_0x42e1fa(0x1be)](_0x4cfebe=>{const _0x1d5a4c=_0x42e1fa;if(_0x1d5a4c(0x1dd)!=_0x4cfebe[_0x1d5a4c(0x1df)])return;const _0x10ae5f=_0x537690['t'],{data:_0x378e01}=_0x4cfebe;if(!_0x378e01||_0x1d5a4c(0x1b8)!=_0x378e01[_0x1d5a4c(0x1c2)])return;const _0x8d21d3=_0x378e01[_0x1d5a4c(0x1e1)][0x0][_0x1d5a4c(0x1e4)],_0x34737a=_0x10ae5f(_0x4459d1[_0x1d5a4c(0x1cb)](_0x2c5f6e=>_0x2c5f6e[_0x1d5a4c(0x1e4)]===_0x8d21d3)[_0x1d5a4c(0x1d1)])[_0x1d5a4c(0x1e6)]();return _0x378e01[_0x1d5a4c(0x1e1)][0x0][_0x1d5a4c(0x1da)]?{'type':_0x1d5a4c(0x1c7),'content':_0x321022(_0x537690,_0x1d5a4c(0x1d3),_0x321022(_0x537690,_0x1d5a4c(0x1c3),0x1)+'\x20('+_0x34737a+')')}:{'type':_0x1d5a4c(0x1c7),'content':_0x321022(_0x537690,_0x1d5a4c(0x1c0),_0x321022(_0x537690,_0x1d5a4c(0x1c3),0x1))};}));}}function eo(_0xc4ff07){const _0x49d59f=_0x2dd881;return _0x49d59f(0x1b8)==_0xc4ff07[_0x49d59f(0x1c9)];}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
function _0x3f28(){const _0x2f0fa3=['editor','4INMCLF','get','800959RxSozE','1382751KxOAEG','872124gphkAI','718779YUSeNA','afterInit','4655030DHbIbt','plugins','TrackChangesEditing','addCommentThread','2712930rWNVPg','enableCommand','745872xussuh','CommentsEditing','70DPyrMU','has'];_0x3f28=function(){return _0x2f0fa3;};return _0x3f28();}const _0x218b30=_0x4d17;(function(_0x1dc8a1,_0x5a56ee){const _0x7f236a=_0x4d17,_0x10a1d6=_0x1dc8a1();while(!![]){try{const _0x169ea2=-parseInt(_0x7f236a(0x93))/0x1+parseInt(_0x7f236a(0x95))/0x2+parseInt(_0x7f236a(0x96))/0x3+parseInt(_0x7f236a(0x91))/0x4*(parseInt(_0x7f236a(0x98))/0x5)+parseInt(_0x7f236a(0x9c))/0x6+parseInt(_0x7f236a(0x8e))/0x7*(-parseInt(_0x7f236a(0x8c))/0x8)+parseInt(_0x7f236a(0x94))/0x9;if(_0x169ea2===_0x5a56ee)break;else _0x10a1d6['push'](_0x10a1d6['shift']());}catch(_0x56cc49){_0x10a1d6['push'](_0x10a1d6['shift']());}}}(_0x3f28,0x74fb4));function _0x4d17(_0x874a0b,_0x54cba7){const _0x3f2897=_0x3f28();return _0x4d17=function(_0x4d1710,_0x2cebbf){_0x4d1710=_0x4d1710-0x8c;let _0x15aa1e=_0x3f2897[_0x4d1710];return _0x15aa1e;},_0x4d17(_0x874a0b,_0x54cba7);}import{Plugin as _0x12c4b1}from'ckeditor5/src/core.js';export default class H extends _0x12c4b1{[_0x218b30(0x97)](){const _0x1a8331=_0x218b30,_0x333ea5=this[_0x1a8331(0x90)];if(!_0x333ea5[_0x1a8331(0x99)][_0x1a8331(0x8f)](_0x1a8331(0x8d)))return;_0x333ea5[_0x1a8331(0x99)][_0x1a8331(0x92)](_0x1a8331(0x9a))[_0x1a8331(0x9d)](_0x1a8331(0x9b));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x33ad14=_0x1ff9;(function(_0x5a9872,_0x5ca2eb){const _0x3a4c16=_0x1ff9,_0x149e10=_0x5a9872();while(!![]){try{const _0x1125ad=-parseInt(_0x3a4c16(0x182))/0x1+parseInt(_0x3a4c16(0x169))/0x2+-parseInt(_0x3a4c16(0x17d))/0x3*(parseInt(_0x3a4c16(0x173))/0x4)+parseInt(_0x3a4c16(0x192))/0x5+-parseInt(_0x3a4c16(0x168))/0x6*(-parseInt(_0x3a4c16(0x185))/0x7)+-parseInt(_0x3a4c16(0x15e))/0x8+-parseInt(_0x3a4c16(0x18f))/0x9*(-parseInt(_0x3a4c16(0x18c))/0xa);if(_0x1125ad===_0x5ca2eb)break;else _0x149e10['push'](_0x149e10['shift']());}catch(_0x4da3d2){_0x149e10['push'](_0x149e10['shift']());}}}(_0x3919,0xccb7e));function _0x3919(){const _0x4d9e79=['deleteForward','186510XYogJZ','buffer','requires','279iyrfjV','downcastDispatcher','delete','5060350ZLjebv','end','editing','markerNameToElements','setSelection','bind','start','unit','2643744WzjHuA','detach','init','createRange','addMarker:suggestion:deletion','root','TrackChangesEditing','fromRange','mapper','selection','4296DiCAra','378476kxMXaU','uiElement','data','lock','modifySelection','batch','get','getFirstRange','unbindElementFromMarkerName','enqueueChange','4514308sotsTP','enableCommand','merge','rootName','isCollapsed','commands','createSelection','high','model','writer','3jxfaBk','document','unlock','markerName','editor','188610SCxZiY','$graveyard','removeMarker:suggestion:deletion','6909JCbKop','options','plugins','remove','forward','showSuggestionHighlights'];_0x3919=function(){return _0x4d9e79;};return _0x3919();}import{Plugin as _0x2b1f3a}from'ckeditor5/src/core.js';function _0x1ff9(_0x5542a8,_0x1dd9ea){const _0x391983=_0x3919();return _0x1ff9=function(_0x1ff9d9,_0xe9d3fc){_0x1ff9d9=_0x1ff9d9-0x15e;let _0x4bf6a1=_0x391983[_0x1ff9d9];return _0x4bf6a1;},_0x1ff9(_0x5542a8,_0x1dd9ea);}import{LiveRange as _0x141c77}from'ckeditor5/src/engine.js';import{Delete as _0x1644cf}from'ckeditor5/src/typing.js';import{downcastSplitMergeMarker as _0x5618dd}from'./utils.js';export default class q extends _0x2b1f3a{static get[_0x33ad14(0x18e)](){return[_0x1644cf];}[_0x33ad14(0x160)](){const _0x3b9ead=_0x33ad14,_0x4a476e=this[_0x3b9ead(0x181)],_0x413e49=_0x4a476e[_0x3b9ead(0x187)][_0x3b9ead(0x16f)](_0x3b9ead(0x164));_0x413e49[_0x3b9ead(0x174)](_0x3b9ead(0x191));const _0x336c35=_0x4a476e[_0x3b9ead(0x178)][_0x3b9ead(0x16f)](_0x3b9ead(0x18b));_0x413e49[_0x3b9ead(0x174)](_0x3b9ead(0x18b),(_0x407a04,_0xa3a1e7={})=>{const _0xccd4a7=_0x3b9ead,_0x25d052=_0x4a476e[_0xccd4a7(0x17b)][_0xccd4a7(0x179)](_0x4a476e[_0xccd4a7(0x17b)][_0xccd4a7(0x17e)][_0xccd4a7(0x167)]);_0x25d052[_0xccd4a7(0x177)]&&_0x4a476e[_0xccd4a7(0x17b)][_0xccd4a7(0x16d)](_0x25d052,{'direction':_0xccd4a7(0x189),'unit':_0xa3a1e7[_0xccd4a7(0x199)]});const _0x5e6687=_0x25d052[_0xccd4a7(0x170)](),_0x3c27dd=_0x141c77[_0xccd4a7(0x165)](_0x5e6687);let _0x11e263;_0x407a04(_0xa3a1e7),_0x11e263=_0xccd4a7(0x183)==_0x3c27dd[_0xccd4a7(0x163)][_0xccd4a7(0x176)]?_0x4a476e[_0xccd4a7(0x17b)][_0xccd4a7(0x161)](_0x5e6687[_0xccd4a7(0x198)]):_0x4a476e[_0xccd4a7(0x17b)][_0xccd4a7(0x161)](_0x3c27dd[_0xccd4a7(0x198)],_0x3c27dd[_0xccd4a7(0x193)]),_0x3c27dd[_0xccd4a7(0x15f)](),_0x4a476e[_0xccd4a7(0x17b)][_0xccd4a7(0x172)](_0x336c35[_0xccd4a7(0x18d)][_0xccd4a7(0x16e)],_0x56dbeb=>{const _0x1bec09=_0xccd4a7;_0x336c35[_0x1bec09(0x18d)][_0x1bec09(0x16c)](),_0x56dbeb[_0x1bec09(0x196)](_0x56dbeb[_0x1bec09(0x161)](_0x11e263[_0x1bec09(0x193)])),_0x336c35[_0x1bec09(0x18d)][_0x1bec09(0x17f)]();});}),_0x4a476e[_0x3b9ead(0x194)][_0x3b9ead(0x190)]['on'](_0x3b9ead(0x162),_0x5618dd(_0x4a476e,_0x3b9ead(0x175)),{'priority':_0x3b9ead(0x17a)}),_0x4a476e[_0x3b9ead(0x16b)][_0x3b9ead(0x190)]['on'](_0x3b9ead(0x162),(_0x10a686,_0xe21693,_0x5462bd)=>{const _0x315de5=_0x3b9ead;_0x5462bd[_0x315de5(0x186)][_0x315de5(0x18a)]&&_0x5618dd(_0x4a476e,_0x315de5(0x175),{'showActiveMarker':!0x1})[_0x315de5(0x197)](this)(_0x10a686,_0xe21693,_0x5462bd);},{'priority':_0x3b9ead(0x17a)}),_0x4a476e[_0x3b9ead(0x194)][_0x3b9ead(0x190)]['on'](_0x3b9ead(0x184),(_0x4f447f,_0x42d2dd,_0x5aa3f1)=>{const _0x130fb3=_0x3b9ead,_0x428e85=_0x5aa3f1[_0x130fb3(0x166)][_0x130fb3(0x195)](_0x42d2dd[_0x130fb3(0x180)]);if(_0x428e85){for(const _0x13e84d of _0x428e85)_0x13e84d['is'](_0x130fb3(0x16a))&&(_0x5aa3f1[_0x130fb3(0x166)][_0x130fb3(0x171)](_0x13e84d,_0x42d2dd[_0x130fb3(0x180)]),_0x5aa3f1[_0x130fb3(0x17c)][_0x130fb3(0x188)](_0x13e84d));}},{'priority':_0x3b9ead(0x17a)});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x42e9c1=_0x4e50;function _0x291a(){const _0x42d07c=['5jgNvKY','21PRDdee','1355604qvFRnQ','11eHOZsm','mapper','fromRange','high','markerNameToElements','downcastDispatcher','split','bind','getFirstPosition','markerName','1200028rRzdHF','removeMarker:suggestion:insertion','editor','1605440lTsgbT','change','data','createRange','1FlUJjS','ck-suggestion-marker-split','unbindElementFromMarkerName','parent','createPositionAt','getFirstRange','model','get','detach','nextSibling','writer','enterBlock','TrackChangesEditing','fire','277095zZfDtW','afterExecute','enableCommand','addMarker:suggestion:insertion','setSelection','requires','document','showSuggestionHighlights','remove','editing','150404IVmhbT','plugins','init','1564908sHALTt','63AhZbQG','markInsertion','enter','751544FqKwbH','selection','end','options','hasClass','commands'];_0x291a=function(){return _0x42d07c;};return _0x291a();}(function(_0x5456b5,_0x32ab83){const _0x4b7a2d=_0x4e50,_0x2aeeac=_0x5456b5();while(!![]){try{const _0x50e06f=-parseInt(_0x4b7a2d(0x14b))/0x1*(parseInt(_0x4b7a2d(0x144))/0x2)+parseInt(_0x4b7a2d(0x138))/0x3*(parseInt(_0x4b7a2d(0x12a))/0x4)+-parseInt(_0x4b7a2d(0x137))/0x5*(parseInt(_0x4b7a2d(0x12d))/0x6)+parseInt(_0x4b7a2d(0x120))/0x7+parseInt(_0x4b7a2d(0x131))/0x8*(parseInt(_0x4b7a2d(0x12e))/0x9)+-parseInt(_0x4b7a2d(0x147))/0xa*(-parseInt(_0x4b7a2d(0x13a))/0xb)+parseInt(_0x4b7a2d(0x139))/0xc;if(_0x50e06f===_0x32ab83)break;else _0x2aeeac['push'](_0x2aeeac['shift']());}catch(_0x28f38b){_0x2aeeac['push'](_0x2aeeac['shift']());}}}(_0x291a,0x5b150));import{Plugin as _0x36469a}from'ckeditor5/src/core.js';import{Enter as _0x636592}from'ckeditor5/src/enter.js';import{LiveRange as _0x4dedf4}from'ckeditor5/src/engine.js';function _0x4e50(_0x5f0b66,_0x540e9b){const _0x291a97=_0x291a();return _0x4e50=function(_0x4e502d,_0x172875){_0x4e502d=_0x4e502d-0x11b;let _0x34f97f=_0x291a97[_0x4e502d];return _0x34f97f;},_0x4e50(_0x5f0b66,_0x540e9b);}import{downcastSplitMergeMarker as _0x5019ba}from'./utils.js';export default class W extends _0x36469a{static get[_0x42e9c1(0x125)](){return[_0x636592];}[_0x42e9c1(0x12c)](){const _0x3fba75=_0x42e9c1,_0x440d21=this[_0x3fba75(0x146)],_0x537baa=_0x440d21[_0x3fba75(0x12b)][_0x3fba75(0x152)](_0x3fba75(0x11e)),_0x3aac3f=_0x440d21[_0x3fba75(0x136)][_0x3fba75(0x152)](_0x3fba75(0x130));_0x537baa[_0x3fba75(0x122)](_0x3fba75(0x130),()=>{const _0x1fefe0=_0x3fba75;_0x440d21[_0x1fefe0(0x151)][_0x1fefe0(0x148)](_0x135fdf=>{const _0x47ce98=_0x1fefe0,_0x5657dc=_0x440d21[_0x47ce98(0x151)][_0x47ce98(0x126)][_0x47ce98(0x132)],_0x4dee41=_0x5657dc[_0x47ce98(0x142)](),_0x31580a=_0x4dedf4[_0x47ce98(0x13c)](_0x5657dc[_0x47ce98(0x150)]());if(_0x3aac3f[_0x47ce98(0x11d)](_0x135fdf)){const _0x2ca641=_0x440d21[_0x47ce98(0x151)][_0x47ce98(0x14f)](_0x4dee41[_0x47ce98(0x14e)][_0x47ce98(0x11b)],0x0),_0x207c5c=_0x135fdf[_0x47ce98(0x14a)](_0x4dee41,_0x2ca641);_0x537baa[_0x47ce98(0x12f)](_0x207c5c);}else _0x135fdf[_0x47ce98(0x124)](_0x135fdf[_0x47ce98(0x14a)](_0x31580a[_0x47ce98(0x133)]));_0x31580a[_0x47ce98(0x153)](),_0x3aac3f[_0x47ce98(0x11f)](_0x47ce98(0x121),{'writer':_0x135fdf});});}),_0x440d21[_0x3fba75(0x129)][_0x3fba75(0x13f)]['on'](_0x3fba75(0x123),_0x5019ba(_0x440d21,_0x3fba75(0x140)),{'priority':_0x3fba75(0x13d)}),_0x440d21[_0x3fba75(0x129)][_0x3fba75(0x13f)]['on'](_0x3fba75(0x145),(_0x530b37,_0x30e02d,_0x192138)=>{const _0x78f4c9=_0x3fba75,_0x49b34f=_0x192138[_0x78f4c9(0x13b)][_0x78f4c9(0x13e)](_0x30e02d[_0x78f4c9(0x143)]);if(_0x49b34f){for(const _0xb99d54 of _0x49b34f)_0xb99d54[_0x78f4c9(0x135)](_0x78f4c9(0x14c))&&(_0x192138[_0x78f4c9(0x13b)][_0x78f4c9(0x14d)](_0xb99d54,_0x30e02d[_0x78f4c9(0x143)]),_0x192138[_0x78f4c9(0x11c)][_0x78f4c9(0x128)](_0xb99d54));}},{'priority':_0x3fba75(0x13d)}),_0x440d21[_0x3fba75(0x149)][_0x3fba75(0x13f)]['on'](_0x3fba75(0x123),(_0x348af3,_0x1284cd,_0x9c24f6)=>{const _0x231778=_0x3fba75;_0x9c24f6[_0x231778(0x134)][_0x231778(0x127)]&&_0x5019ba(_0x440d21,_0x231778(0x140),{'showActiveMarker':!0x1})[_0x231778(0x141)](this)(_0x348af3,_0x1284cd,_0x9c24f6);},{'priority':_0x3fba75(0x13d)});}}
|