@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240710.0 → 0.0.0-nightly-20240712.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +1 -1
- package/build/track-changes.js +1 -1
- package/dist/index.js +3 -3
- 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/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.js +2 -2
- 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.js +2 -2
- 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
|
+
(_0x232f40=>{const {zh:{dictionary:_0xe54de3,getPluralForm:_0x2e65c3}}={'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':_0x52b66e=>0x0}};_0x232f40['zh']||={'dictionary':{},'getPluralForm':null},_0x232f40['zh']['dictionary']=Object['assign'](_0x232f40['zh']['dictionary'],_0xe54de3),_0x232f40['zh']['getPluralForm']=_0x2e65c3;})(window['CKEDITOR_TRANSLATIONS']||={});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-track-changes",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20240712.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": "0.0.0-nightly-
|
|
45
|
-
"ckeditor5-collaboration": "0.0.0-nightly-
|
|
44
|
+
"ckeditor5": "0.0.0-nightly-20240712.0",
|
|
45
|
+
"ckeditor5-collaboration": "0.0.0-nightly-20240712.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 _0x53e4c6=_0x461a;function _0x461a(_0x3a3015,_0x594562){const _0x1b122e=_0x1b12();return _0x461a=function(_0x461ac1,_0xf336cb){_0x461ac1=_0x461ac1-0x166;let _0x186d83=_0x1b122e[_0x461ac1];return _0x186d83;},_0x461a(_0x3a3015,_0x594562);}(function(_0x180931,_0xf8e73d){const _0x35d739=_0x461a,_0x397ac9=_0x180931();while(!![]){try{const _0x3a51b6=-parseInt(_0x35d739(0x173))/0x1+parseInt(_0x35d739(0x168))/0x2+parseInt(_0x35d739(0x171))/0x3+parseInt(_0x35d739(0x170))/0x4*(-parseInt(_0x35d739(0x16e))/0x5)+-parseInt(_0x35d739(0x16a))/0x6+-parseInt(_0x35d739(0x16f))/0x7+parseInt(_0x35d739(0x175))/0x8;if(_0x3a51b6===_0xf8e73d)break;else _0x397ac9['push'](_0x397ac9['shift']());}catch(_0x1f8311){_0x397ac9['push'](_0x397ac9['shift']());}}}(_0x1b12,0x43846));import{Command as _0x34d91d}from'ckeditor5/src/core.js';function _0x1b12(){const _0x5c9e23=['383898LjoMDV','_suggestions','142922UDkJJK','model','4729096KUVowT','acceptSuggestion','plugins','track-changes-accept-suggestion-not-found','_isEnabledBasedOnSelection','isEnabled','TrackChangesEditing','canEditAt','get','704784rItgcr','getRanges','1846020CyxsKj','refresh','editor','execute','10uQetAm','1018171kUrcMl','397800iSkLGf'];_0x1b12=function(){return _0x5c9e23;};return _0x1b12();}import{CKEditorError as _0x111313}from'ckeditor5/src/utils.js';export default class $ extends _0x34d91d{constructor(_0x2998ef,_0x52b076){const _0x180ebd=_0x461a;super(_0x2998ef),this[_0x180ebd(0x172)]=_0x52b076,this[_0x180ebd(0x16b)](),this[_0x180ebd(0x179)]=!0x1;}[_0x53e4c6(0x16b)](){const _0x1ef13e=_0x53e4c6;this[_0x1ef13e(0x17a)]=!0x0;}[_0x53e4c6(0x16d)](_0x14fd9f){const _0x431b65=_0x53e4c6,_0x28bb12=this[_0x431b65(0x172)][_0x431b65(0x167)](_0x14fd9f);if(!_0x28bb12)throw new _0x111313(_0x431b65(0x178),this);const _0x7edb05=_0x28bb12[_0x431b65(0x169)]();this[_0x431b65(0x16c)][_0x431b65(0x174)][_0x431b65(0x166)](_0x7edb05)&&this[_0x431b65(0x16c)][_0x431b65(0x177)][_0x431b65(0x167)](_0x431b65(0x17b))[_0x431b65(0x176)](_0x28bb12);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x15ef7a=_0x4bba;(function(_0xbc8bde,_0x198ed3){const _0x3e4182=_0x4bba,_0x53efa3=_0xbc8bde();while(!![]){try{const _0x2074aa=-parseInt(_0x3e4182(0x159))/0x1+-parseInt(_0x3e4182(0x15e))/0x2*(parseInt(_0x3e4182(0x150))/0x3)+parseInt(_0x3e4182(0x15d))/0x4*(parseInt(_0x3e4182(0x153))/0x5)+parseInt(_0x3e4182(0x14d))/0x6*(parseInt(_0x3e4182(0x160))/0x7)+parseInt(_0x3e4182(0x156))/0x8+-parseInt(_0x3e4182(0x161))/0x9+parseInt(_0x3e4182(0x15a))/0xa*(parseInt(_0x3e4182(0x154))/0xb);if(_0x2074aa===_0x198ed3)break;else _0x53efa3['push'](_0x53efa3['shift']());}catch(_0x1b7e50){_0x53efa3['push'](_0x53efa3['shift']());}}}(_0xe191,0xd4ffa));function _0xe191(){const _0xb2861e=['plugins','canEditAt','_suggestions','get','72054MbUzPM','model','track-changes-discard-suggestion-not-found','3866397YkuDyt','execute','isEnabled','52190LhCxwD','517286ASBIND','discardSuggestion','3942968tzZIuu','getRanges','TrackChangesEditing','1565671Sulfqj','320aOrYBu','refresh','editor','632rxySss','2CMWiDi','_isEnabledBasedOnSelection','805VGsHsB','11709270BXvycj'];_0xe191=function(){return _0xb2861e;};return _0xe191();}import{Command as _0x9f743b}from'ckeditor5/src/core.js';function _0x4bba(_0x2c16ab,_0x1054f2){const _0xe19180=_0xe191();return _0x4bba=function(_0x4bbaba,_0x7a6003){_0x4bbaba=_0x4bbaba-0x14c;let _0x47058a=_0xe19180[_0x4bbaba];return _0x47058a;},_0x4bba(_0x2c16ab,_0x1054f2);}import{CKEditorError as _0x4a2548}from'ckeditor5/src/utils.js';export default class B extends _0x9f743b{constructor(_0x418739,_0x138c35){const _0x2e4b15=_0x4bba;super(_0x418739),this[_0x2e4b15(0x164)]=_0x138c35,this[_0x2e4b15(0x15b)](),this[_0x2e4b15(0x15f)]=!0x1;}[_0x15ef7a(0x15b)](){const _0x5cb5aa=_0x15ef7a;this[_0x5cb5aa(0x152)]=!0x0;}[_0x15ef7a(0x151)](_0x3d89f3){const _0x30171a=_0x15ef7a,_0x5a254a=this[_0x30171a(0x164)][_0x30171a(0x14c)](_0x3d89f3);if(!_0x5a254a)throw new _0x4a2548(_0x30171a(0x14f),this);const _0x4c4bbf=_0x5a254a[_0x30171a(0x157)]();this[_0x30171a(0x15c)][_0x30171a(0x14e)][_0x30171a(0x163)](_0x4c4bbf)&&this[_0x30171a(0x15c)][_0x30171a(0x162)][_0x30171a(0x14c)](_0x30171a(0x158))[_0x30171a(0x155)](_0x5a254a);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x1def1a=_0x410f;(function(_0x3a0a20,_0x34174){const _0x275b23=_0x410f,_0x89626e=_0x3a0a20();while(!![]){try{const _0xd8350c=parseInt(_0x275b23(0x10c))/0x1+-parseInt(_0x275b23(0x103))/0x2*(parseInt(_0x275b23(0xf7))/0x3)+-parseInt(_0x275b23(0x10a))/0x4*(-parseInt(_0x275b23(0xf5))/0x5)+-parseInt(_0x275b23(0x107))/0x6+-parseInt(_0x275b23(0xfe))/0x7*(-parseInt(_0x275b23(0xfb))/0x8)+-parseInt(_0x275b23(0x109))/0x9+-parseInt(_0x275b23(0xf9))/0xa*(parseInt(_0x275b23(0xfc))/0xb);if(_0xd8350c===_0x34174)break;else _0x89626e['push'](_0x89626e['shift']());}catch(_0x3c7542){_0x89626e['push'](_0x89626e['shift']());}}}(_0x3447,0x30116));function _0x410f(_0x5a5070,_0x90fa1f){const _0x34476a=_0x3447();return _0x410f=function(_0x410ffd,_0x3e2b0f){_0x410ffd=_0x410ffd-0xf4;let _0x573986=_0x34476a[_0x410ffd];return _0x573986;},_0x410f(_0x5a5070,_0x90fa1f);}import{Command as _0x2b1500}from'ckeditor5/src/core.js';import{sortSuggestions as _0x55c745,executeCommandForSuggestions as _0x98ff6e}from'../utils/utils.js';export default class x extends _0x2b1500{constructor(_0x434efa,_0x1e9f9e,_0x56f364){const _0x24dc39=_0x410f;super(_0x434efa),this[_0x24dc39(0xf6)]=_0x1e9f9e,this[_0x24dc39(0x102)]=_0x56f364,this[_0x24dc39(0x10b)](),this[_0x24dc39(0x101)]=!0x1;}[_0x1def1a(0x10b)](){const _0x9e9df7=_0x1def1a,_0x4a4828=Array[_0x9e9df7(0x104)](this[_0x9e9df7(0x102)][_0x9e9df7(0xfd)]())[_0x9e9df7(0x105)](_0x423832=>_0x423832[_0x9e9df7(0x106)]);this[_0x9e9df7(0xf8)]=this[_0x9e9df7(0xf6)][_0x9e9df7(0xf8)]&&_0x4a4828;}[_0x1def1a(0x108)](){const _0x1f9004=_0x1def1a,_0x33310c=_0x55c745(Array[_0x1f9004(0x104)](this[_0x1f9004(0x102)][_0x1f9004(0xfd)]()));for(const _0x339b99 of _0x33310c){const _0x552ce2=_0x339b99[_0x1f9004(0xfa)]();if(!this[_0x1f9004(0xf4)][_0x1f9004(0x100)][_0x1f9004(0xff)](_0x552ce2))return;}_0x98ff6e(this[_0x1f9004(0xf4)][_0x1f9004(0x100)],this[_0x1f9004(0xf6)],_0x33310c);}}function _0x3447(){const _0x89fa87=['1638504BDyKtW','4gJHVsU','refresh','371710Dbdqda','editor','1547170PhbOcS','_command','3kRZhrM','isEnabled','1172310PligAC','getRanges','8rwzluj','33oaRRLJ','values','2477293YXLKsk','canEditAt','model','_isEnabledBasedOnSelection','_suggestions','525370siqMmT','from','some','isInContent','250338WPacGz','execute'];_0x3447=function(){return _0x89fa87;};return _0x3447();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x39c17f=_0x3f4d;(function(_0x4f4f4b,_0x49e123){const _0x2b0b72=_0x3f4d,_0x5e488c=_0x4f4f4b();while(!![]){try{const _0x57a061=-parseInt(_0x2b0b72(0xfc))/0x1*(-parseInt(_0x2b0b72(0xf9))/0x2)+-parseInt(_0x2b0b72(0xe6))/0x3*(-parseInt(_0x2b0b72(0xfa))/0x4)+parseInt(_0x2b0b72(0xf2))/0x5*(parseInt(_0x2b0b72(0xf1))/0x6)+parseInt(_0x2b0b72(0xf6))/0x7*(parseInt(_0x2b0b72(0xfe))/0x8)+-parseInt(_0x2b0b72(0xea))/0x9+parseInt(_0x2b0b72(0xf0))/0xa+parseInt(_0x2b0b72(0xf8))/0xb*(-parseInt(_0x2b0b72(0xe9))/0xc);if(_0x57a061===_0x49e123)break;else _0x5e488c['push'](_0x5e488c['shift']());}catch(_0x50dd39){_0x5e488c['push'](_0x5e488c['shift']());}}}(_0x53f0,0xb1a89));import{Command as _0x279a64}from'ckeditor5/src/core.js';function _0x53f0(){const _0xffd2e7=['2xIJIPX','12QVvHjI','execute','286391sfUhdK','editor','70552ZSEpND','from','isEnabled','values','234258PWxdJH','selection','_isEnabledBasedOnSelection','72LXThJo','4106430GsNAvc','canEditAt','_selectedSuggestions','refresh','model','size','10082110GFlLpW','12SCuvSd','389995kiPLdx','_command','_suggestions','document','427hsRwnQ','getRanges','1904573VhAYEA'];_0x53f0=function(){return _0xffd2e7;};return _0x53f0();}import{sortSuggestions as _0x1b8dc0,getSelectedSuggestions as _0x209727,executeCommandForSuggestions as _0x57c95d}from'../utils/utils.js';function _0x3f4d(_0x1079cc,_0x4faa82){const _0x53f021=_0x53f0();return _0x3f4d=function(_0x3f4d41,_0x388c16){_0x3f4d41=_0x3f4d41-0xe4;let _0x6497d1=_0x53f021[_0x3f4d41];return _0x6497d1;},_0x3f4d(_0x1079cc,_0x4faa82);}export default class R extends _0x279a64{constructor(_0x420b40,_0x2aa8f8,_0x22ab6f){const _0x58f712=_0x3f4d;super(_0x420b40),this[_0x58f712(0xf3)]=_0x2aa8f8,this[_0x58f712(0xf4)]=_0x22ab6f,this[_0x58f712(0xec)]=new Set(),this[_0x58f712(0xed)](),this[_0x58f712(0xe8)]=!0x1;}[_0x39c17f(0xed)](){const _0x3bd3b6=_0x39c17f,_0x3977a1=this[_0x3bd3b6(0xfd)][_0x3bd3b6(0xee)][_0x3bd3b6(0xf5)][_0x3bd3b6(0xe7)],_0x17fb4b=Array[_0x3bd3b6(0xff)](this[_0x3bd3b6(0xf4)][_0x3bd3b6(0xe5)]());this[_0x3bd3b6(0xec)]=_0x209727(_0x3977a1,_0x17fb4b),this[_0x3bd3b6(0xe4)]=this[_0x3bd3b6(0xf3)][_0x3bd3b6(0xe4)]&&!!this[_0x3bd3b6(0xec)][_0x3bd3b6(0xef)];}[_0x39c17f(0xfb)](){const _0x171197=_0x39c17f,_0x109eae=_0x1b8dc0(Array[_0x171197(0xff)](this[_0x171197(0xec)]));for(const _0x300396 of _0x109eae){const _0x7bb8f7=_0x300396[_0x171197(0xf7)]();if(!this[_0x171197(0xfd)][_0x171197(0xee)][_0x171197(0xeb)](_0x7bb8f7))return;}_0x57c95d(this[_0x171197(0xfd)][_0x171197(0xee)],this[_0x171197(0xf3)],_0x109eae);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x34ed1c=_0x299e;function _0x3353(){const _0x345b3f=['836QGZPIW','has','forceDisabled','153RkyNCn','276211hTPNoN','editor','7BYiAsP','1571225rKyuza','77016npVicp','affectsData','_disableUnsupportedCommands','1216266duqxYB','refresh','658228YPbhHW','_enabledCommands','execute','3013170mJSzeK','TrackChangesCommand','_isEnabledBasedOnSelection','clearForceDisabled','isEnabled','value','1983wygikW','_enableCommands','commands'];_0x3353=function(){return _0x345b3f;};return _0x3353();}(function(_0x515f40,_0x412abd){const _0x5f0c8c=_0x299e,_0x9d066e=_0x515f40();while(!![]){try{const _0x19d1b6=-parseInt(_0x5f0c8c(0x1d6))/0x1+-parseInt(_0x5f0c8c(0x1d2))/0x2*(-parseInt(_0x5f0c8c(0x1cf))/0x3)+parseInt(_0x5f0c8c(0x1c6))/0x4+-parseInt(_0x5f0c8c(0x1c0))/0x5+parseInt(_0x5f0c8c(0x1c4))/0x6*(parseInt(_0x5f0c8c(0x1d8))/0x7)+-parseInt(_0x5f0c8c(0x1c1))/0x8*(parseInt(_0x5f0c8c(0x1d5))/0x9)+parseInt(_0x5f0c8c(0x1c9))/0xa;if(_0x19d1b6===_0x412abd)break;else _0x9d066e['push'](_0x9d066e['shift']());}catch(_0x98d63c){_0x9d066e['push'](_0x9d066e['shift']());}}}(_0x3353,0x2e930));function _0x299e(_0x301604,_0x162f81){const _0x3353c8=_0x3353();return _0x299e=function(_0x299e04,_0x5e0e03){_0x299e04=_0x299e04-0x1c0;let _0x53195d=_0x3353c8[_0x299e04];return _0x53195d;},_0x299e(_0x301604,_0x162f81);}import{Command as _0x4bb5c9}from'ckeditor5/src/core.js';export default class M extends _0x4bb5c9{constructor(_0x5c62fc,_0x2a8134){const _0x35e73a=_0x299e;super(_0x5c62fc),this[_0x35e73a(0x1c7)]=_0x2a8134,this[_0x35e73a(0x1ce)]=!0x1,this[_0x35e73a(0x1c5)](),this[_0x35e73a(0x1cb)]=!0x1;}[_0x34ed1c(0x1c5)](){const _0x3b00f7=_0x34ed1c;this[_0x3b00f7(0x1cd)]=!0x0;}[_0x34ed1c(0x1c8)](){const _0x2ab6c3=_0x34ed1c;this[_0x2ab6c3(0x1ce)]=!this[_0x2ab6c3(0x1ce)],this[_0x2ab6c3(0x1ce)]?this[_0x2ab6c3(0x1c3)]():this[_0x2ab6c3(0x1d0)]();}[_0x34ed1c(0x1c3)](){const _0x18a8f7=_0x34ed1c;for(const _0x3849f4 of this[_0x18a8f7(0x1d7)][_0x18a8f7(0x1d1)][_0x18a8f7(0x1d1)]())_0x3849f4[_0x18a8f7(0x1c2)]&&!this[_0x18a8f7(0x1c7)][_0x18a8f7(0x1d3)](_0x3849f4)&&_0x3849f4[_0x18a8f7(0x1d4)](_0x18a8f7(0x1ca));}[_0x34ed1c(0x1d0)](){const _0x699f88=_0x34ed1c;for(const _0x1d6088 of this[_0x699f88(0x1d7)][_0x699f88(0x1d1)][_0x699f88(0x1d1)]())_0x1d6088[_0x699f88(0x1c2)]&&!this[_0x699f88(0x1c7)][_0x699f88(0x1d3)](_0x1d6088)&&_0x1d6088[_0x699f88(0x1cc)](_0x699f88(0x1ca));}}
|
package/src/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x255b67,_0x42c5c0){var _0x4a4ff1=_0x3a23,_0x1374b7=_0x255b67();while(!![]){try{var _0x2bb944=parseInt(_0x4a4ff1(0xba))/0x1*(-parseInt(_0x4a4ff1(0xbf))/0x2)+-parseInt(_0x4a4ff1(0xc1))/0x3*(-parseInt(_0x4a4ff1(0xbb))/0x4)+parseInt(_0x4a4ff1(0xbd))/0x5+parseInt(_0x4a4ff1(0xbc))/0x6*(-parseInt(_0x4a4ff1(0xc3))/0x7)+-parseInt(_0x4a4ff1(0xc2))/0x8+-parseInt(_0x4a4ff1(0xc0))/0x9*(parseInt(_0x4a4ff1(0xc4))/0xa)+parseInt(_0x4a4ff1(0xbe))/0xb;if(_0x2bb944===_0x42c5c0)break;else _0x1374b7['push'](_0x1374b7['shift']());}catch(_0x31d5c2){_0x1374b7['push'](_0x1374b7['shift']());}}}(_0x32d3,0xc067f));export{default as TrackChanges}from'./trackchanges.js';export{default as TrackChangesData}from'./trackchangesdata.js';function _0x3a23(_0x1b0f46,_0x1be9c5){var _0x32d3d4=_0x32d3();return _0x3a23=function(_0x3a23ce,_0x43aaa1){_0x3a23ce=_0x3a23ce-0xba;var _0x1337be=_0x32d3d4[_0x3a23ce];return _0x1337be;},_0x3a23(_0x1b0f46,_0x1be9c5);}export{default as TrackChangesEditing}from'./trackchangesediting.js';function _0x32d3(){var _0x485f6e=['3021851XZKpxh','970MXtHWH','19UcUgGL','414704nTnoqH','12KKIrAc','1720835MxXzIj','52650708mPbOBc','144518pWohPZ','101529rPsiJq','15uwmvaB','12242528WqBGac'];_0x32d3=function(){return _0x485f6e;};return _0x32d3();}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 _0x28c10c=_0x3af7;(function(_0x171121,_0x209d44){const _0x1e8f59=_0x3af7,_0x5d55c8=_0x171121();while(!![]){try{const _0x5542f7=-parseInt(_0x1e8f59(0x1b3))/0x1*(parseInt(_0x1e8f59(0x1bb))/0x2)+parseInt(_0x1e8f59(0x1af))/0x3*(-parseInt(_0x1e8f59(0x1b0))/0x4)+-parseInt(_0x1e8f59(0x1b1))/0x5+-parseInt(_0x1e8f59(0x1ad))/0x6+parseInt(_0x1e8f59(0x1ba))/0x7*(parseInt(_0x1e8f59(0x1ab))/0x8)+parseInt(_0x1e8f59(0x1b7))/0x9*(-parseInt(_0x1e8f59(0x1ac))/0xa)+-parseInt(_0x1e8f59(0x1b8))/0xb*(-parseInt(_0x1e8f59(0x1b4))/0xc);if(_0x5542f7===_0x209d44)break;else _0x5d55c8['push'](_0x5d55c8['shift']());}catch(_0x79919){_0x5d55c8['push'](_0x5d55c8['shift']());}}}(_0x327d,0x9600e));function _0x327d(){const _0x29ddb1=['commands','7KzeSmP','36410FXKilT','showAIAssistant','plugins','enableCommand','5137744fGKrOS','10EcEZpV','5368776yiBTMm','editor','51VbvUIF','160084nWpGmv','3734460SsNFsr','TrackChangesEditing','11jogAoy','34316004yCKWJL','afterInit','get','3286539kUSBaR','11KbJsvN'];_0x327d=function(){return _0x29ddb1;};return _0x327d();}import{Plugin as _0x4b5bec}from'ckeditor5/src/core.js';function _0x3af7(_0x1c24b0,_0x5c3682){const _0x327dcf=_0x327d();return _0x3af7=function(_0x3af773,_0x42e46d){_0x3af773=_0x3af773-0x1aa;let _0x2d44fc=_0x327dcf[_0x3af773];return _0x2d44fc;},_0x3af7(_0x1c24b0,_0x5c3682);}export default class E extends _0x4b5bec{[_0x28c10c(0x1b5)](){const _0x4aa0d8=_0x28c10c,_0x3c19a7=this[_0x4aa0d8(0x1ae)],_0xefadc7=_0x3c19a7[_0x4aa0d8(0x1bd)][_0x4aa0d8(0x1b6)](_0x4aa0d8(0x1b2));_0x3c19a7[_0x4aa0d8(0x1b9)][_0x4aa0d8(0x1b6)](_0x4aa0d8(0x1bc))&&_0xefadc7[_0x4aa0d8(0x1aa)](_0x4aa0d8(0x1bc));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x3cd46a=_0x1969;(function(_0x16381d,_0x16fb62){const _0x42d45c=_0x1969,_0x917504=_0x16381d();while(!![]){try{const _0x53d990=parseInt(_0x42d45c(0xdf))/0x1*(-parseInt(_0x42d45c(0xe1))/0x2)+parseInt(_0x42d45c(0xf1))/0x3*(parseInt(_0x42d45c(0xe3))/0x4)+parseInt(_0x42d45c(0xdb))/0x5+parseInt(_0x42d45c(0xe2))/0x6+-parseInt(_0x42d45c(0xf2))/0x7+parseInt(_0x42d45c(0xd9))/0x8+-parseInt(_0x42d45c(0xd8))/0x9;if(_0x53d990===_0x16fb62)break;else _0x917504['push'](_0x917504['shift']());}catch(_0x525bae){_0x917504['push'](_0x917504['shift']());}}}(_0x2f78,0xde3f1));import{Plugin as _0x265929}from'ckeditor5/src/core.js';function _0x2f78(){const _0x1b3d97=['left','*Format:*\x20%0','registerBlockAttribute','get','afterInit','right','editor','15380658bcqGOr','8218808BBLhGn','TrackChangesEditing','7519760Nilegk','FORMAT_ALIGNMENT','type','locale','13XmETyu','formatBlock','70152tIRutr','1398468QUtTaG','564244OvXvnY','enableDefaultAttributesIntegration','value','FORMAT_ALIGN_TO_LEFT','plugins','FORMAT_ALIGN_TO_CENTER','alignment','FORMAT_ALIGN_TO_RIGHT','descriptionFactory','format','_registerLegacyDescription','FORMAT_JUSTIFY_TEXT','registerAttributeLabel','center','36ugvDyn','9672894cYKrQI','commandName','AlignmentEditing','has','commandParams','justify','registerDescriptionCallback'];_0x2f78=function(){return _0x1b3d97;};return _0x2f78();}function _0x1969(_0x1acb3a,_0x53c66a){const _0x2f7864=_0x2f78();return _0x1969=function(_0x196986,_0x35696f){_0x196986=_0x196986-0xd4;let _0x1b2a91=_0x2f7864[_0x196986];return _0x1b2a91;},_0x1969(_0x1acb3a,_0x53c66a);}import{getTranslation as _0x1b3d6c}from'../utils/common-translations.js';export default class V extends _0x265929{[_0x3cd46a(0xd5)](){const _0xc0968f=_0x3cd46a,_0x43cd6b=this[_0xc0968f(0xd7)],_0xe8875d=_0x43cd6b[_0xc0968f(0xde)];if(!_0x43cd6b[_0xc0968f(0xe7)][_0xc0968f(0xf5)](_0xc0968f(0xf4)))return;const _0x307f10=_0x43cd6b[_0xc0968f(0xe7)][_0xc0968f(0xd4)](_0xc0968f(0xda));_0x307f10[_0xc0968f(0xe4)](_0xc0968f(0xe9)),_0x307f10[_0xc0968f(0xfb)](_0xc0968f(0xe9)),_0x307f10[_0xc0968f(0xeb)][_0xc0968f(0xef)](_0xc0968f(0xe9),_0x1b3d6c(_0xe8875d,_0xc0968f(0xdc))),this[_0xc0968f(0xed)]();}[_0x3cd46a(0xed)](){const _0x33f073=_0x3cd46a,_0xfa544c=this[_0x33f073(0xd7)],_0x11c896=_0xfa544c[_0x33f073(0xde)];_0xfa544c[_0x33f073(0xe7)][_0x33f073(0xd4)](_0x33f073(0xda))[_0x33f073(0xeb)][_0x33f073(0xf8)](_0x9301fb=>{const _0xc43557=_0x33f073;if(_0xc43557(0xe0)!=_0x9301fb[_0xc43557(0xdd)])return;const {data:_0x2b8e66}=_0x9301fb;if(_0x2b8e66&&_0xc43557(0xe9)==_0x2b8e66[_0xc43557(0xf3)]){const _0x432b94=_0x2b8e66[_0xc43557(0xf6)][0x0][_0xc43557(0xe5)];return{'type':_0xc43557(0xec),'content':_0x1b3d6c(_0x11c896,_0xc43557(0xfa),function(_0x2fea09){const _0x4b03e5=_0xc43557;switch(_0x2fea09){case _0x4b03e5(0xf9):return _0x1b3d6c(_0x11c896,_0x4b03e5(0xe6));case _0x4b03e5(0xd6):return _0x1b3d6c(_0x11c896,_0x4b03e5(0xea));case _0x4b03e5(0xf0):return _0x1b3d6c(_0x11c896,_0x4b03e5(0xe8));case _0x4b03e5(0xf7):return _0x1b3d6c(_0x11c896,_0x4b03e5(0xee));}}(_0x432b94))};}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
const _0x57eafe=_0x45ed;(function(_0x5d5c3e,_0x582543){const _0x45d641=_0x45ed,_0x575deb=_0x5d5c3e();while(!![]){try{const _0x359a9a=parseInt(_0x45d641(0x19c))/0x1*(-parseInt(_0x45d641(0x197))/0x2)+parseInt(_0x45d641(0x1ae))/0x3+-parseInt(_0x45d641(0x1b2))/0x4+parseInt(_0x45d641(0x191))/0x5*(-parseInt(_0x45d641(0x1a7))/0x6)+parseInt(_0x45d641(0x18b))/0x7*(parseInt(_0x45d641(0x186))/0x8)+parseInt(_0x45d641(0x18c))/0x9*(parseInt(_0x45d641(0x1ad))/0xa)+-parseInt(_0x45d641(0x189))/0xb;if(_0x359a9a===_0x582543)break;else _0x575deb['push'](_0x575deb['shift']());}catch(_0x2b7c22){_0x575deb['push'](_0x575deb['shift']());}}}(_0x4aaf,0x939dd));function _0x45ed(_0x542142,_0x4f3e5b){const _0x4aaf39=_0x4aaf();return _0x45ed=function(_0x45edbb,_0x3d9655){_0x45edbb=_0x45edbb-0x17b;let _0x52f8a4=_0x4aaf39[_0x45edbb];return _0x52f8a4;},_0x45ed(_0x542142,_0x4f3e5b);}import{Plugin as _0x2964f6}from'ckeditor5/src/core.js';function _0x4aaf(){const _0x326b9d=['*Remove\x20format:*\x20%0','FORMAT_SUPERSCRIPT','registerInlineAttribute','301002vfuXMi','SuperscriptEditing','slice','afterInit','_registerLegacyDescription','FORMAT_ITALIC','9003800GtESzw','1402887tKMtEU','BoldEditing','subscript','commandParams','1658140qkhSZa','enableDefaultAttributesIntegration','FORMAT_','registerAttributeLabel','commandName','TrackChangesEditing','ItalicEditing','has','formatInline','registerDescriptionCallback','toLowerCase','descriptionFactory','strikethrough','3944oAqIcF','FORMAT_STRIKETHROUGH','toUpperCase','31163EddeGg','FORMAT_BOLD','5425FFTDEb','9ZfCJGa','SubscriptEditing','code','underline','italic','15gqFuVt','FORMAT_CODE','UnderlineEditing','CodeEditing','editor','type','192526WuOVvd','bold','FORMAT_UNDERLINE','StrikethroughEditing','locale','6fcHxfN','plugins','forceValue','get','format','*Format:*\x20%0','superscript','FORMAT_SUBSCRIPT'];_0x4aaf=function(){return _0x326b9d;};return _0x4aaf();}import{getTranslation as _0x103ed3}from'../utils/common-translations.js';const ti=[_0x57eafe(0x1af),_0x57eafe(0x17f),_0x57eafe(0x193),_0x57eafe(0x194),_0x57eafe(0x19a),_0x57eafe(0x18d),_0x57eafe(0x1a8)];export default class U extends _0x2964f6{[_0x57eafe(0x1aa)](){const _0xcdd505=_0x57eafe,_0x5363d0=this[_0xcdd505(0x195)],_0x36274e=_0x5363d0[_0xcdd505(0x19d)][_0xcdd505(0x19f)](_0xcdd505(0x17e)),_0x570a1e=_0x5363d0[_0xcdd505(0x19b)];for(const _0x3736ac of ti){if(!_0x5363d0[_0xcdd505(0x19d)][_0xcdd505(0x180)](_0x3736ac))continue;const _0x46bd63=_0x3736ac[_0xcdd505(0x1a9)](0x0,-0x7)[_0xcdd505(0x183)](),_0x1272ee=_0xcdd505(0x17b)+_0x46bd63[_0xcdd505(0x188)]();_0x36274e[_0xcdd505(0x1b3)](_0x46bd63),_0x36274e[_0xcdd505(0x1a6)](_0x46bd63),_0x36274e[_0xcdd505(0x184)][_0xcdd505(0x17c)](_0x46bd63,_0x103ed3(_0x570a1e,_0x1272ee));}this[_0xcdd505(0x1ab)]();}[_0x57eafe(0x1ab)](){const _0x2bc64b=_0x57eafe,_0x5ed2c8=this[_0x2bc64b(0x195)],_0x4cc3ac=_0x5ed2c8[_0x2bc64b(0x19b)],_0x58a98e=_0x5ed2c8[_0x2bc64b(0x19d)][_0x2bc64b(0x19f)](_0x2bc64b(0x17e));function _0xfdf22d(_0x781c5d,_0x11f299){const _0x746b64=_0x2bc64b;_0x58a98e[_0x746b64(0x184)][_0x746b64(0x182)](_0x39adaf=>{const _0x6100d2=_0x746b64;if(_0x6100d2(0x181)!=_0x39adaf[_0x6100d2(0x196)])return;const {data:_0x468598}=_0x39adaf;return _0x468598&&_0x468598[_0x6100d2(0x17d)]===_0x781c5d?_0x468598[_0x6100d2(0x1b1)][0x0][_0x6100d2(0x19e)]?{'type':_0x6100d2(0x1a0),'content':_0x103ed3(_0x4cc3ac,_0x6100d2(0x1a1),_0x11f299)}:{'type':_0x6100d2(0x1a0),'content':_0x103ed3(_0x4cc3ac,_0x6100d2(0x1a4),_0x11f299)}:void 0x0;});}_0xfdf22d(_0x2bc64b(0x198),_0x103ed3(_0x4cc3ac,_0x2bc64b(0x18a))),_0xfdf22d(_0x2bc64b(0x190),_0x103ed3(_0x4cc3ac,_0x2bc64b(0x1ac))),_0xfdf22d(_0x2bc64b(0x18f),_0x103ed3(_0x4cc3ac,_0x2bc64b(0x199))),_0xfdf22d(_0x2bc64b(0x18e),_0x103ed3(_0x4cc3ac,_0x2bc64b(0x192))),_0xfdf22d(_0x2bc64b(0x185),_0x103ed3(_0x4cc3ac,_0x2bc64b(0x187))),_0xfdf22d(_0x2bc64b(0x1b0),_0x103ed3(_0x4cc3ac,_0x2bc64b(0x1a3))),_0xfdf22d(_0x2bc64b(0x1a2),_0x103ed3(_0x4cc3ac,_0x2bc64b(0x1a5)));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x596c26=_0x1b5d;(function(_0x64d608,_0x48b822){const _0x55cf98=_0x1b5d,_0x4633ab=_0x64d608();while(!![]){try{const _0xe660bb=-parseInt(_0x55cf98(0x105))/0x1+parseInt(_0x55cf98(0x111))/0x2+parseInt(_0x55cf98(0x109))/0x3+parseInt(_0x55cf98(0xfa))/0x4*(-parseInt(_0x55cf98(0xec))/0x5)+-parseInt(_0x55cf98(0xe8))/0x6*(-parseInt(_0x55cf98(0x10e))/0x7)+parseInt(_0x55cf98(0xf8))/0x8*(parseInt(_0x55cf98(0x101))/0x9)+parseInt(_0x55cf98(0xea))/0xa*(-parseInt(_0x55cf98(0xf7))/0xb);if(_0xe660bb===_0x48b822)break;else _0x4633ab['push'](_0x4633ab['shift']());}catch(_0x219c6f){_0x4633ab['push'](_0x4633ab['shift']());}}}(_0x3765,0x70355));import{Plugin as _0x220bba}from'ckeditor5/src/core.js';function _0x1b5d(_0x33014d,_0x5853a5){const _0x376540=_0x3765();return _0x1b5d=function(_0x1b5dc1,_0x656dce){_0x1b5dc1=_0x1b5dc1-0xe7;let _0x3fe527=_0x376540[_0x1b5dc1];return _0x3fe527;},_0x1b5d(_0x33014d,_0x5853a5);}import{getTranslation as _0x264287}from'../utils/common-translations.js';import{getRangesOfBlockGroups as _0x33741e}from'../utils/utils.js';function _0x3765(){const _0x5b65c7=['149346uLYmaB','enableCommand','218290VDnqjz','selection','5gOvrVD','from','TrackChangesEditing','model','change','registerDescriptionCallback','commands','afterInit','document','BlockQuoteEditing','commandName','143xSosJi','24aQUTCn','forceValue','2468020qxFLpH','plugins','editor','format','blockQuote','has','schema','1671741Hvkera','getSelectedBlocks','commandParams','filter','404103FymBKX','name','*Remove\x20format:*\x20%0','locale','1794213GHCvyV','markBlockFormat','value','descriptionFactory','parent','49EaEpBI','get','*Set\x20format:*\x20%0','869870PaYpLU','ELEMENT_BLOCK_QUOTE','checkChild','$root'];_0x3765=function(){return _0x5b65c7;};return _0x3765();}export default class O extends _0x220bba{[_0x596c26(0xf3)](){const _0x406e67=_0x596c26,_0x1d68f3=this[_0x406e67(0xfc)],_0xc434d=_0x1d68f3[_0x406e67(0x108)];if(!_0x1d68f3[_0x406e67(0xfb)][_0x406e67(0xff)](_0x406e67(0xf5)))return;const _0x7b02c5=_0x1d68f3[_0x406e67(0xfb)][_0x406e67(0x10f)](_0x406e67(0xee)),_0x133594=this[_0x406e67(0xfc)][_0x406e67(0xf2)][_0x406e67(0x10f)](_0x406e67(0xfe));_0x7b02c5[_0x406e67(0xe9)](_0x406e67(0xfe),(_0x26c354,_0x5a0f2d={})=>{const _0x1e8960=_0x406e67,_0x3d6587=this[_0x1e8960(0xfc)][_0x1e8960(0xef)][_0x1e8960(0xf4)][_0x1e8960(0xeb)],_0x1feb07=_0x5a0f2d&&void 0x0!==_0x5a0f2d[_0x1e8960(0xf9)]?_0x5a0f2d[_0x1e8960(0xf9)]:!_0x133594[_0x1e8960(0x10b)];let _0x34aeec=[];if(_0x1feb07){const _0x133dfe=Array[_0x1e8960(0xed)](_0x3d6587[_0x1e8960(0x102)]())[_0x1e8960(0x104)](_0x49d029=>oo(_0x49d029)||function(_0x172bc4,_0x2cc351){const _0x2b0655=_0x1e8960,_0x23df46=_0x2cc351[_0x2b0655(0x113)](_0x172bc4[_0x2b0655(0x10d)],_0x2b0655(0xfe)),_0x165f89=_0x2cc351[_0x2b0655(0x113)]([_0x2b0655(0xe7),_0x2b0655(0xfe)],_0x172bc4);return _0x23df46&&_0x165f89;}(_0x49d029,this[_0x1e8960(0xfc)][_0x1e8960(0xef)][_0x1e8960(0x100)]));_0x34aeec=_0x33741e(_0x133dfe,_0x1d68f3[_0x1e8960(0xef)]);}else{const _0x1993c1=Array[_0x1e8960(0xed)](_0x3d6587[_0x1e8960(0x102)]())[_0x1e8960(0x104)](_0x4c18d7=>oo(_0x4c18d7));_0x34aeec=_0x33741e(_0x1993c1,_0x1d68f3[_0x1e8960(0xef)]);}_0x1d68f3[_0x1e8960(0xef)][_0x1e8960(0xf0)](()=>{const _0x37c6e9=_0x1e8960;for(const _0x4bbcdd of _0x34aeec)_0x7b02c5[_0x37c6e9(0x10a)](_0x4bbcdd,{'commandName':_0x37c6e9(0xfe),'commandParams':[{'forceValue':_0x1feb07}]});});}),_0x7b02c5[_0x406e67(0x10c)][_0x406e67(0xf1)](_0x25845f=>{const _0x40d604=_0x406e67,{data:_0x4b6298}=_0x25845f;if(_0x4b6298&&_0x40d604(0xfe)==_0x4b6298[_0x40d604(0xf6)]){const _0x2aa6e8=_0x264287(_0xc434d,_0x40d604(0x112));return _0x4b6298[_0x40d604(0x103)][0x0][_0x40d604(0xf9)]?{'type':_0x40d604(0xfd),'content':_0x264287(_0xc434d,_0x40d604(0x110),_0x2aa6e8)}:{'type':_0x40d604(0xfd),'content':_0x264287(_0xc434d,_0x40d604(0x107),_0x2aa6e8)};}});}}function oo(_0x531599){const _0x10de5e=_0x596c26;return _0x10de5e(0xfe)==_0x531599[_0x10de5e(0x10d)][_0x10de5e(0x106)];}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0xf4ae(){const _0xfbb962=['changeCaseUpper','538dmmHjP','has','get','enableCommand','1167432JrYMWJ','CaseChange','5896200KVtPia','changeCaseLower','17272ujNvkE','36FDztSy','185965VDVavw','changeCaseTitle','plugins','TrackChangesEditing','editor','3085810lgNqUG','1751YbucfT','afterInit','13511700WfzYvu'];_0xf4ae=function(){return _0xfbb962;};return _0xf4ae();}const _0x2a750c=_0x2f41;(function(_0x220fa8,_0x562793){const _0x5f007d=_0x2f41,_0x5237ba=_0x220fa8();while(!![]){try{const _0x21fc65=-parseInt(_0x5f007d(0x11e))/0x1*(parseInt(_0x5f007d(0x122))/0x2)+-parseInt(_0x5f007d(0x126))/0x3+-parseInt(_0x5f007d(0x12a))/0x4+-parseInt(_0x5f007d(0x12c))/0x5*(-parseInt(_0x5f007d(0x12b))/0x6)+parseInt(_0x5f007d(0x131))/0x7+-parseInt(_0x5f007d(0x128))/0x8+parseInt(_0x5f007d(0x120))/0x9;if(_0x21fc65===_0x562793)break;else _0x5237ba['push'](_0x5237ba['shift']());}catch(_0x480f18){_0x5237ba['push'](_0x5237ba['shift']());}}}(_0xf4ae,0x89a46));function _0x2f41(_0x2e5ae5,_0x250f83){const _0xf4ae51=_0xf4ae();return _0x2f41=function(_0x2f41e8,_0x3d6381){_0x2f41e8=_0x2f41e8-0x11e;let _0x5bc3cc=_0xf4ae51[_0x2f41e8];return _0x5bc3cc;},_0x2f41(_0x2e5ae5,_0x250f83);}import{Plugin as _0x31d2ee}from'ckeditor5/src/core.js';export default class G extends _0x31d2ee{[_0x2a750c(0x11f)](){const _0x2aa876=_0x2a750c,_0x2826cc=this[_0x2aa876(0x130)];_0x2826cc[_0x2aa876(0x12e)][_0x2aa876(0x123)](_0x2aa876(0x127))&&(_0x2826cc[_0x2aa876(0x12e)][_0x2aa876(0x124)](_0x2aa876(0x12f))[_0x2aa876(0x125)](_0x2aa876(0x121)),_0x2826cc[_0x2aa876(0x12e)][_0x2aa876(0x124)](_0x2aa876(0x12f))[_0x2aa876(0x125)](_0x2aa876(0x129)),_0x2826cc[_0x2aa876(0x12e)][_0x2aa876(0x124)](_0x2aa876(0x12f))[_0x2aa876(0x125)](_0x2aa876(0x12d)));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x3a20(_0x1528fa,_0x4ed392){const _0x3279b1=_0x3279();return _0x3a20=function(_0x3a200b,_0x406220){_0x3a200b=_0x3a200b-0x107;let _0x148c5c=_0x3279b1[_0x3a200b];return _0x148c5c;},_0x3a20(_0x1528fa,_0x4ed392);}const _0x49cad4=_0x3a20;function _0x3279(){const _0x3f3a1a=['4728100XVJJSi','21JyFPGj','6688962fcResu','enableCommand','commands','editor','get','TrackChangesEditing','46GOUlvK','afterInit','ckbox','155055dwzhmo','17993538FcQEDT','264536XeNsrs','plugins','4452820EDxQfJ','20jNlAlF','989381QWRHUf'];_0x3279=function(){return _0x3f3a1a;};return _0x3279();}(function(_0x4bc2fd,_0xdc0e59){const _0x45e66e=_0x3a20,_0x57bc85=_0x4bc2fd();while(!![]){try{const _0x20bd17=-parseInt(_0x45e66e(0x110))/0x1+-parseInt(_0x45e66e(0x107))/0x2*(parseInt(_0x45e66e(0x10a))/0x3)+-parseInt(_0x45e66e(0x10e))/0x4+parseInt(_0x45e66e(0x111))/0x5+-parseInt(_0x45e66e(0x113))/0x6+parseInt(_0x45e66e(0x112))/0x7*(parseInt(_0x45e66e(0x10c))/0x8)+-parseInt(_0x45e66e(0x10b))/0x9*(-parseInt(_0x45e66e(0x10f))/0xa);if(_0x20bd17===_0xdc0e59)break;else _0x57bc85['push'](_0x57bc85['shift']());}catch(_0x565820){_0x57bc85['push'](_0x57bc85['shift']());}}}(_0x3279,0x9b921));import{Plugin as _0x1de6a2}from'ckeditor5/src/core.js';export default class F extends _0x1de6a2{[_0x49cad4(0x108)](){const _0x3207b8=_0x49cad4,_0x38442b=this[_0x3207b8(0x116)];_0x38442b[_0x3207b8(0x115)][_0x3207b8(0x117)](_0x3207b8(0x109))&&_0x38442b[_0x3207b8(0x10d)][_0x3207b8(0x117)](_0x3207b8(0x118))[_0x3207b8(0x114)](_0x3207b8(0x109));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x184d(_0x574652,_0x441c8a){const _0x4d4e1e=_0x4d4e();return _0x184d=function(_0x184dc1,_0x26d0b5){_0x184dc1=_0x184dc1-0x162;let _0x494401=_0x4d4e1e[_0x184dc1];return _0x494401;},_0x184d(_0x574652,_0x441c8a);}const _0x201a75=_0x184d;(function(_0x17c0bf,_0x39cc84){const _0x1b0aab=_0x184d,_0x386b48=_0x17c0bf();while(!![]){try{const _0x229cc0=-parseInt(_0x1b0aab(0x178))/0x1+-parseInt(_0x1b0aab(0x197))/0x2+-parseInt(_0x1b0aab(0x183))/0x3*(-parseInt(_0x1b0aab(0x193))/0x4)+-parseInt(_0x1b0aab(0x168))/0x5*(parseInt(_0x1b0aab(0x189))/0x6)+parseInt(_0x1b0aab(0x188))/0x7*(-parseInt(_0x1b0aab(0x174))/0x8)+parseInt(_0x1b0aab(0x181))/0x9+parseInt(_0x1b0aab(0x199))/0xa;if(_0x229cc0===_0x39cc84)break;else _0x386b48['push'](_0x386b48['shift']());}catch(_0x50f332){_0x386b48['push'](_0x386b48['shift']());}}}(_0x4d4e,0x51159));import{Plugin as _0x349de8}from'ckeditor5/src/core.js';import{getTranslation as _0x12aa1b}from'../utils/common-translations.js';import{getRangesOfBlockGroups as _0x5f5386}from'../utils/utils.js';export default class L extends _0x349de8{[_0x201a75(0x17b)](){const _0x17e9fa=_0x201a75,_0x4afd21=this[_0x17e9fa(0x18d)];if(!_0x4afd21[_0x17e9fa(0x185)][_0x17e9fa(0x192)](_0x17e9fa(0x16a)))return;const _0xdd29bb=_0x4afd21[_0x17e9fa(0x185)][_0x17e9fa(0x169)](_0x17e9fa(0x171)),_0x1c9e4e=_0x4afd21[_0x17e9fa(0x180)],_0x440e0b=_0x4afd21[_0x17e9fa(0x170)][_0x17e9fa(0x169)](_0x17e9fa(0x186))[_0x17e9fa(0x18c)],_0x3d1437=_0x4afd21[_0x17e9fa(0x194)][_0x17e9fa(0x169)](_0x17e9fa(0x186));_0xdd29bb[_0x17e9fa(0x17f)](_0x17e9fa(0x187)),_0xdd29bb[_0x17e9fa(0x17f)](_0x17e9fa(0x196)),_0xdd29bb[_0x17e9fa(0x17f)](_0x17e9fa(0x186),(_0x215444,_0x27193f={})=>{const _0x50eb91=_0x17e9fa,_0x3d280b=_0x4afd21[_0x50eb91(0x191)],_0x167e4b=_0x4afd21[_0x50eb91(0x191)][_0x50eb91(0x18b)][_0x50eb91(0x176)],_0x4f6b62=_0x27193f&&void 0x0!==_0x27193f[_0x50eb91(0x179)]?_0x27193f[_0x50eb91(0x179)]:!_0x3d1437[_0x50eb91(0x16e)];let _0x2d74dd;_0x27193f[_0x50eb91(0x17d)]||(_0x27193f[_0x50eb91(0x17d)]=_0x440e0b[0x0][_0x50eb91(0x17d)]),_0x2d74dd=_0x4f6b62?Array[_0x50eb91(0x177)](_0x167e4b[_0x50eb91(0x163)]())[_0x50eb91(0x17e)](_0x42a440=>eo(_0x42a440)||function(_0x87a7f1,_0x3bb319){const _0x5eaf53=_0x50eb91;if(_0x87a7f1['is'](_0x5eaf53(0x184))||_0x3bb319[_0x5eaf53(0x18a)](_0x87a7f1))return!0x1;return _0x3bb319[_0x5eaf53(0x16b)](_0x87a7f1[_0x5eaf53(0x17c)],_0x5eaf53(0x186));}(_0x42a440,_0x3d280b[_0x50eb91(0x175)])):Array[_0x50eb91(0x177)](_0x167e4b[_0x50eb91(0x163)]())[_0x50eb91(0x17e)](_0x28a0d0=>eo(_0x28a0d0));const _0x1b472d=_0x5f5386(_0x2d74dd,_0x3d280b);_0x3d280b[_0x50eb91(0x166)](()=>{const _0x1b34c7=_0x50eb91;for(const _0x30861c of _0x1b472d)_0xdd29bb[_0x1b34c7(0x165)](_0x30861c,{'commandName':_0x1b34c7(0x186),'commandParams':[{..._0x27193f,'forceValue':_0x4f6b62}],'formatGroupId':_0x1b34c7(0x16f)});});}),(_0xdd29bb[_0x17e9fa(0x18f)][_0x17e9fa(0x167)](_0x17e9fa(0x186),_0x2289a0=>_0x12aa1b(_0x1c9e4e,_0x17e9fa(0x162),_0x2289a0)),_0xdd29bb[_0x17e9fa(0x18f)][_0x17e9fa(0x17a)](_0x5bd669=>{const _0x4ad3ee=_0x17e9fa;if(_0x4ad3ee(0x16d)!=_0x5bd669[_0x4ad3ee(0x198)])return;const _0x85c01b=_0x1c9e4e['t'],{data:_0x827e3c}=_0x5bd669;if(!_0x827e3c||_0x4ad3ee(0x186)!=_0x827e3c[_0x4ad3ee(0x195)])return;const _0x20ad35=_0x827e3c[_0x4ad3ee(0x173)][0x0][_0x4ad3ee(0x17d)],_0x3284d0=_0x85c01b(_0x440e0b[_0x4ad3ee(0x172)](_0x1fa991=>_0x1fa991[_0x4ad3ee(0x17d)]===_0x20ad35)[_0x4ad3ee(0x18e)])[_0x4ad3ee(0x182)]();return _0x827e3c[_0x4ad3ee(0x173)][0x0][_0x4ad3ee(0x179)]?{'type':_0x4ad3ee(0x190),'content':_0x12aa1b(_0x1c9e4e,_0x4ad3ee(0x19a),_0x12aa1b(_0x1c9e4e,_0x4ad3ee(0x162),0x1)+'\x20('+_0x3284d0+')')}:{'type':_0x4ad3ee(0x190),'content':_0x12aa1b(_0x1c9e4e,_0x4ad3ee(0x164),_0x12aa1b(_0x1c9e4e,_0x4ad3ee(0x162),0x1))};}));}}function eo(_0x143d23){const _0x44aaaa=_0x201a75;return _0x44aaaa(0x186)==_0x143d23[_0x44aaaa(0x16c)];}function _0x4d4e(){const _0x2010e8=['selection','from','364056dMnEtb','forceValue','registerDescriptionCallback','afterInit','parent','language','filter','enableCommand','locale','713295TTHaLt','toLowerCase','690CJckjl','rootElement','plugins','codeBlock','indentCodeBlock','14zsbzlU','42rANZmP','isLimit','document','languages','editor','label','descriptionFactory','format','model','has','9516KJPRHh','commands','commandName','outdentCodeBlock','334680EvXKsh','type','12358230AvEQic','*Set\x20format:*\x20%0','ELEMENT_CODE_BLOCK','getSelectedBlocks','*Remove\x20format:*\x20%0','markBlockFormat','change','registerElementLabel','254455HjBvyw','get','CodeBlock','checkChild','name','formatBlock','value','blockName','config','TrackChangesEditing','find','commandParams','2569976JMiFqZ','schema'];_0x4d4e=function(){return _0x2010e8;};return _0x4d4e();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x35c9ea=_0x55a0;function _0x3b9c(){const _0x1806b3=['has','get','8210530uDTVrf','CommentsEditing','TrackChangesEditing','3621933uveQcZ','addCommentThread','plugins','9lZUGQV','503276CodgYj','510zNigBE','afterInit','10480LNSqYl','2lchKqn','4676888PCDVYP','486440zMGFxw','editor','28377ooWebM','enableCommand'];_0x3b9c=function(){return _0x1806b3;};return _0x3b9c();}(function(_0x30c31b,_0x3e28f8){const _0x2c19ad=_0x55a0,_0x326cb2=_0x30c31b();while(!![]){try{const _0x3a036b=-parseInt(_0x2c19ad(0x18b))/0x1*(parseInt(_0x2c19ad(0x18d))/0x2)+parseInt(_0x2c19ad(0x18f))/0x3+parseInt(_0x2c19ad(0x187))/0x4+-parseInt(_0x2c19ad(0x18a))/0x5*(parseInt(_0x2c19ad(0x188))/0x6)+-parseInt(_0x2c19ad(0x196))/0x7+parseInt(_0x2c19ad(0x18c))/0x8+parseInt(_0x2c19ad(0x186))/0x9*(parseInt(_0x2c19ad(0x193))/0xa);if(_0x3a036b===_0x3e28f8)break;else _0x326cb2['push'](_0x326cb2['shift']());}catch(_0x127d24){_0x326cb2['push'](_0x326cb2['shift']());}}}(_0x3b9c,0x57a0b));function _0x55a0(_0x4a6c08,_0x2e6ae1){const _0x3b9c38=_0x3b9c();return _0x55a0=function(_0x55a0e0,_0x2eca58){_0x55a0e0=_0x55a0e0-0x184;let _0x2f0365=_0x3b9c38[_0x55a0e0];return _0x2f0365;},_0x55a0(_0x4a6c08,_0x2e6ae1);}import{Plugin as _0x3f9b7f}from'ckeditor5/src/core.js';export default class H extends _0x3f9b7f{[_0x35c9ea(0x189)](){const _0x51cd01=_0x35c9ea,_0x476cc7=this[_0x51cd01(0x18e)];if(!_0x476cc7[_0x51cd01(0x185)][_0x51cd01(0x191)](_0x51cd01(0x194)))return;_0x476cc7[_0x51cd01(0x185)][_0x51cd01(0x192)](_0x51cd01(0x195))[_0x51cd01(0x190)](_0x51cd01(0x184));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x4b6192=_0x17fd;(function(_0x3aaa9d,_0x2cc0f5){const _0x561474=_0x17fd,_0x76581a=_0x3aaa9d();while(!![]){try{const _0x413c5d=parseInt(_0x561474(0x1d8))/0x1+parseInt(_0x561474(0x1d1))/0x2+parseInt(_0x561474(0x1db))/0x3*(-parseInt(_0x561474(0x1f1))/0x4)+-parseInt(_0x561474(0x1ec))/0x5*(parseInt(_0x561474(0x1e1))/0x6)+-parseInt(_0x561474(0x1f7))/0x7+-parseInt(_0x561474(0x1c5))/0x8*(-parseInt(_0x561474(0x1e3))/0x9)+-parseInt(_0x561474(0x1f2))/0xa;if(_0x413c5d===_0x2cc0f5)break;else _0x76581a['push'](_0x76581a['shift']());}catch(_0x24c715){_0x76581a['push'](_0x76581a['shift']());}}}(_0x4aea,0x9e256));function _0x17fd(_0x5a4413,_0x55444e){const _0x4aeae0=_0x4aea();return _0x17fd=function(_0x17fd54,_0x3fb289){_0x17fd54=_0x17fd54-0x1be;let _0x38d7e9=_0x4aeae0[_0x17fd54];return _0x38d7e9;},_0x17fd(_0x5a4413,_0x55444e);}import{Plugin as _0x202e69}from'ckeditor5/src/core.js';import{LiveRange as _0x42c144}from'ckeditor5/src/engine.js';import{Delete as _0x2a025c}from'ckeditor5/src/typing.js';import{downcastSplitMergeMarker as _0x174513}from'./utils.js';function _0x4aea(){const _0x15ee15=['74838jiFyth','isCollapsed','3573nwxKup','deleteForward','unbindElementFromMarkerName','enableCommand','root','getFirstRange','commands','mapper','editor','365jJGpvC','showSuggestionHighlights','enqueueChange','options','remove','180ZHUDfy','2844780FLhRsW','rootName','buffer','document','model','7273672gFZqUX','lock','selection','merge','unit','delete','modifySelection','detach','downcastDispatcher','TrackChangesEditing','12104QgBhJJ','editing','data','requires','bind','plugins','get','markerName','createSelection','high','addMarker:suggestion:deletion','uiElement','2342088GKzOFB','writer','createRange','unlock','start','$graveyard','setSelection','1265279vzrMrh','removeMarker:suggestion:deletion','markerNameToElements','10341vvhcqN','forward','fromRange','end','batch','init'];_0x4aea=function(){return _0x15ee15;};return _0x4aea();}export default class q extends _0x202e69{static get[_0x4b6192(0x1c8)](){return[_0x2a025c];}[_0x4b6192(0x1e0)](){const _0x4e962b=_0x4b6192,_0x44c89a=this[_0x4e962b(0x1eb)],_0x3a9646=_0x44c89a[_0x4e962b(0x1ca)][_0x4e962b(0x1cb)](_0x4e962b(0x1c4));_0x3a9646[_0x4e962b(0x1e6)](_0x4e962b(0x1c0));const _0x26e444=_0x44c89a[_0x4e962b(0x1e9)][_0x4e962b(0x1cb)](_0x4e962b(0x1e4));_0x3a9646[_0x4e962b(0x1e6)](_0x4e962b(0x1e4),(_0x36cbb6,_0x5430f7={})=>{const _0x3ba725=_0x4e962b,_0x26a514=_0x44c89a[_0x3ba725(0x1f6)][_0x3ba725(0x1cd)](_0x44c89a[_0x3ba725(0x1f6)][_0x3ba725(0x1f5)][_0x3ba725(0x1f9)]);_0x26a514[_0x3ba725(0x1e2)]&&_0x44c89a[_0x3ba725(0x1f6)][_0x3ba725(0x1c1)](_0x26a514,{'direction':_0x3ba725(0x1dc),'unit':_0x5430f7[_0x3ba725(0x1bf)]});const _0x442139=_0x26a514[_0x3ba725(0x1e8)](),_0x2e9533=_0x42c144[_0x3ba725(0x1dd)](_0x442139);let _0x5ab89b;_0x36cbb6(_0x5430f7),_0x5ab89b=_0x3ba725(0x1d6)==_0x2e9533[_0x3ba725(0x1e7)][_0x3ba725(0x1f3)]?_0x44c89a[_0x3ba725(0x1f6)][_0x3ba725(0x1d3)](_0x442139[_0x3ba725(0x1d5)]):_0x44c89a[_0x3ba725(0x1f6)][_0x3ba725(0x1d3)](_0x2e9533[_0x3ba725(0x1d5)],_0x2e9533[_0x3ba725(0x1de)]),_0x2e9533[_0x3ba725(0x1c2)](),_0x44c89a[_0x3ba725(0x1f6)][_0x3ba725(0x1ee)](_0x26e444[_0x3ba725(0x1f4)][_0x3ba725(0x1df)],_0x5dc1b1=>{const _0x5f023a=_0x3ba725;_0x26e444[_0x5f023a(0x1f4)][_0x5f023a(0x1f8)](),_0x5dc1b1[_0x5f023a(0x1d7)](_0x5dc1b1[_0x5f023a(0x1d3)](_0x5ab89b[_0x5f023a(0x1de)])),_0x26e444[_0x5f023a(0x1f4)][_0x5f023a(0x1d4)]();});}),_0x44c89a[_0x4e962b(0x1c6)][_0x4e962b(0x1c3)]['on'](_0x4e962b(0x1cf),_0x174513(_0x44c89a,_0x4e962b(0x1be)),{'priority':_0x4e962b(0x1ce)}),_0x44c89a[_0x4e962b(0x1c7)][_0x4e962b(0x1c3)]['on'](_0x4e962b(0x1cf),(_0x47a9cb,_0x5be1a2,_0x115fc1)=>{const _0x42b21a=_0x4e962b;_0x115fc1[_0x42b21a(0x1ef)][_0x42b21a(0x1ed)]&&_0x174513(_0x44c89a,_0x42b21a(0x1be),{'showActiveMarker':!0x1})[_0x42b21a(0x1c9)](this)(_0x47a9cb,_0x5be1a2,_0x115fc1);},{'priority':_0x4e962b(0x1ce)}),_0x44c89a[_0x4e962b(0x1c6)][_0x4e962b(0x1c3)]['on'](_0x4e962b(0x1d9),(_0x5c9258,_0x148ac5,_0x21d0a0)=>{const _0x554b57=_0x4e962b,_0x10dd7a=_0x21d0a0[_0x554b57(0x1ea)][_0x554b57(0x1da)](_0x148ac5[_0x554b57(0x1cc)]);if(_0x10dd7a){for(const _0x47c671 of _0x10dd7a)_0x47c671['is'](_0x554b57(0x1d0))&&(_0x21d0a0[_0x554b57(0x1ea)][_0x554b57(0x1e5)](_0x47c671,_0x148ac5[_0x554b57(0x1cc)]),_0x21d0a0[_0x554b57(0x1d2)][_0x554b57(0x1f0)](_0x47c671));}},{'priority':_0x4e962b(0x1ce)});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x41bc9f=_0x1d7c;(function(_0x11cfbe,_0x38eb88){const _0x320611=_0x1d7c,_0x358046=_0x11cfbe();while(!![]){try{const _0xfe102c=parseInt(_0x320611(0xee))/0x1*(parseInt(_0x320611(0xd4))/0x2)+-parseInt(_0x320611(0xe0))/0x3+-parseInt(_0x320611(0xbc))/0x4*(parseInt(_0x320611(0xc5))/0x5)+-parseInt(_0x320611(0xcb))/0x6*(-parseInt(_0x320611(0xc3))/0x7)+-parseInt(_0x320611(0xda))/0x8*(parseInt(_0x320611(0xec))/0x9)+parseInt(_0x320611(0xe3))/0xa+parseInt(_0x320611(0xcd))/0xb;if(_0xfe102c===_0x38eb88)break;else _0x358046['push'](_0x358046['shift']());}catch(_0x26d03b){_0x358046['push'](_0x358046['shift']());}}}(_0x2cb1,0xb44b8));import{Plugin as _0x5b3746}from'ckeditor5/src/core.js';import{Enter as _0x4fcc0f}from'ckeditor5/src/enter.js';import{LiveRange as _0x752384}from'ckeditor5/src/engine.js';function _0x1d7c(_0x485828,_0x5496c1){const _0x2cb14b=_0x2cb1();return _0x1d7c=function(_0x1d7c4d,_0x1872de){_0x1d7c4d=_0x1d7c4d-0xbb;let _0x404202=_0x2cb14b[_0x1d7c4d];return _0x404202;},_0x1d7c(_0x485828,_0x5496c1);}import{downcastSplitMergeMarker as _0x1eaed0}from'./utils.js';function _0x2cb1(){const _0xa13752=['addMarker:suggestion:insertion','setSelection','markerNameToElements','model','2334819coEbZj','markInsertion','bind','328940IXTgtm','TrackChangesEditing','markerName','end','getFirstPosition','editor','get','fromRange','selection','122103WtblXl','init','53RxcGDH','showSuggestionHighlights','unbindElementFromMarkerName','options','ck-suggestion-marker-split','detach','62716CPBVai','remove','hasClass','afterExecute','downcastDispatcher','enter','enterBlock','5117iMnKwN','mapper','280ttHxLZ','commands','fire','editing','removeMarker:suggestion:insertion','createPositionAt','3000gkaYIO','nextSibling','23325401zGhWkP','enableCommand','requires','high','document','writer','getFirstRange','35762zYevwa','change','plugins','split','createRange','parent','632wIzVxh','data'];_0x2cb1=function(){return _0xa13752;};return _0x2cb1();}export default class W extends _0x5b3746{static get[_0x41bc9f(0xcf)](){return[_0x4fcc0f];}[_0x41bc9f(0xed)](){const _0x37bf4d=_0x41bc9f,_0x468224=this[_0x37bf4d(0xe8)],_0x10bf9c=_0x468224[_0x37bf4d(0xd6)][_0x37bf4d(0xe9)](_0x37bf4d(0xe4)),_0x3a83d2=_0x468224[_0x37bf4d(0xc6)][_0x37bf4d(0xe9)](_0x37bf4d(0xc1));_0x10bf9c[_0x37bf4d(0xce)](_0x37bf4d(0xc1),()=>{const _0x5ab5e0=_0x37bf4d;_0x468224[_0x5ab5e0(0xdf)][_0x5ab5e0(0xd5)](_0xe364ba=>{const _0x3a6a5f=_0x5ab5e0,_0x979977=_0x468224[_0x3a6a5f(0xdf)][_0x3a6a5f(0xd1)][_0x3a6a5f(0xeb)],_0x2a8f27=_0x979977[_0x3a6a5f(0xe7)](),_0x18dbba=_0x752384[_0x3a6a5f(0xea)](_0x979977[_0x3a6a5f(0xd3)]());if(_0x3a83d2[_0x3a6a5f(0xc2)](_0xe364ba)){const _0x3c69fa=_0x468224[_0x3a6a5f(0xdf)][_0x3a6a5f(0xca)](_0x2a8f27[_0x3a6a5f(0xd9)][_0x3a6a5f(0xcc)],0x0),_0x113118=_0xe364ba[_0x3a6a5f(0xd8)](_0x2a8f27,_0x3c69fa);_0x10bf9c[_0x3a6a5f(0xe1)](_0x113118);}else _0xe364ba[_0x3a6a5f(0xdd)](_0xe364ba[_0x3a6a5f(0xd8)](_0x18dbba[_0x3a6a5f(0xe6)]));_0x18dbba[_0x3a6a5f(0xbb)](),_0x3a83d2[_0x3a6a5f(0xc7)](_0x3a6a5f(0xbf),{'writer':_0xe364ba});});}),_0x468224[_0x37bf4d(0xc8)][_0x37bf4d(0xc0)]['on'](_0x37bf4d(0xdc),_0x1eaed0(_0x468224,_0x37bf4d(0xd7)),{'priority':_0x37bf4d(0xd0)}),_0x468224[_0x37bf4d(0xc8)][_0x37bf4d(0xc0)]['on'](_0x37bf4d(0xc9),(_0x2b1ae3,_0x208dcb,_0x5e9b08)=>{const _0x17f186=_0x37bf4d,_0x87d212=_0x5e9b08[_0x17f186(0xc4)][_0x17f186(0xde)](_0x208dcb[_0x17f186(0xe5)]);if(_0x87d212){for(const _0x56033e of _0x87d212)_0x56033e[_0x17f186(0xbe)](_0x17f186(0xf2))&&(_0x5e9b08[_0x17f186(0xc4)][_0x17f186(0xf0)](_0x56033e,_0x208dcb[_0x17f186(0xe5)]),_0x5e9b08[_0x17f186(0xd2)][_0x17f186(0xbd)](_0x56033e));}},{'priority':_0x37bf4d(0xd0)}),_0x468224[_0x37bf4d(0xdb)][_0x37bf4d(0xc0)]['on'](_0x37bf4d(0xdc),(_0x59f711,_0x279868,_0x53c71f)=>{const _0x438d22=_0x37bf4d;_0x53c71f[_0x438d22(0xf1)][_0x438d22(0xef)]&&_0x1eaed0(_0x468224,_0x438d22(0xd7),{'showActiveMarker':!0x1})[_0x438d22(0xe2)](this)(_0x59f711,_0x279868,_0x53c71f);},{'priority':_0x37bf4d(0xd0)});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
const _0x4d20a3=_0x2fee;function _0x2873(){const _0x1ce428=['createPositionAt','start','16wtmQVZ','84lBGHCB','isArray','editor','3208520qgRBLD','has','findPrevious','397644ZaUsal','getIntersection','results','item','FindAndReplaceUtils','4YsqbQh','FindAndReplaceEditing','handleFindCommand','_isInDeletionRange','findNext','228TfpKsV','filter','bind','findByTextCallback','plugins','enableCommand','TrackChangesEditing','91038wmtIxr','188988zgyCMR','markers','suggestion:deletion','end','replaceAll','replace','2316159dWxWsb','4gZdqWp','string','getMarkersGroup','getRange','find','get','afterInit','createRange','419947mlEWqI','90905GSezfF','model'];_0x2873=function(){return _0x1ce428;};return _0x2873();}(function(_0x13fbab,_0x1ffc48){const _0x45195a=_0x2fee,_0x3fdf67=_0x13fbab();while(!![]){try{const _0x59c3cb=parseInt(_0x45195a(0x1aa))/0x1+parseInt(_0x45195a(0x182))/0x2*(parseInt(_0x45195a(0x18e))/0x3)+parseInt(_0x45195a(0x196))/0x4*(parseInt(_0x45195a(0x19f))/0x5)+parseInt(_0x45195a(0x18f))/0x6*(parseInt(_0x45195a(0x1a4))/0x7)+parseInt(_0x45195a(0x1a3))/0x8*(parseInt(_0x45195a(0x195))/0x9)+-parseInt(_0x45195a(0x1a7))/0xa+-parseInt(_0x45195a(0x19e))/0xb*(parseInt(_0x45195a(0x187))/0xc);if(_0x59c3cb===_0x1ffc48)break;else _0x3fdf67['push'](_0x3fdf67['shift']());}catch(_0x5e805b){_0x3fdf67['push'](_0x3fdf67['shift']());}}}(_0x2873,0x4eda4));function _0x2fee(_0x25726f,_0x1906c4){const _0x2873bb=_0x2873();return _0x2fee=function(_0x2feebd,_0x494599){_0x2feebd=_0x2feebd-0x182;let _0x478d39=_0x2873bb[_0x2feebd];return _0x478d39;},_0x2fee(_0x25726f,_0x1906c4);}import{Plugin as _0xdb4de9}from'ckeditor5/src/core.js';export default class J extends _0xdb4de9{[_0x4d20a3(0x19c)](){const _0xa49867=_0x4d20a3;if(!this[_0xa49867(0x1a6)][_0xa49867(0x18b)][_0xa49867(0x1a8)](_0xa49867(0x183)))return;const _0x6f6eca=this[_0xa49867(0x1a6)][_0xa49867(0x18b)][_0xa49867(0x19b)](_0xa49867(0x18d));_0x6f6eca[_0xa49867(0x18c)](_0xa49867(0x19a),this[_0xa49867(0x184)][_0xa49867(0x189)](this)),_0x6f6eca[_0xa49867(0x18c)](_0xa49867(0x186)),_0x6f6eca[_0xa49867(0x18c)](_0xa49867(0x1a9)),_0x6f6eca[_0xa49867(0x18c)](_0xa49867(0x194)),_0x6f6eca[_0xa49867(0x18c)](_0xa49867(0x193));}[_0x4d20a3(0x184)](_0x238f6d,_0x4eebc7,_0x1f9ed0={}){const _0x504873=_0x4d20a3,_0x5afefe=this[_0x504873(0x1a6)][_0x504873(0x18b)][_0x504873(0x19b)](_0x504873(0x1ae));return _0x238f6d(_0x57fc2b=>{const _0x1f6122=_0x504873;let _0x54be40=(_0x1f6122(0x197)==typeof _0x4eebc7?_0x5afefe[_0x1f6122(0x18a)](_0x4eebc7,_0x1f9ed0):_0x4eebc7)(_0x57fc2b);Array[_0x1f6122(0x1a5)](_0x54be40)&&(_0x54be40={'results':_0x54be40,'searchText':_0x1f6122(0x197)==typeof _0x4eebc7?_0x4eebc7:''});const _0x1ee353=_0x54be40[_0x1f6122(0x1ac)][_0x1f6122(0x188)](_0xa5895d=>!0x1===this[_0x1f6122(0x185)](_0xa5895d,_0x57fc2b[_0x1f6122(0x1ad)]));return{..._0x54be40,'results':_0x1ee353};},_0x1f9ed0);}[_0x4d20a3(0x185)](_0x2ba38e,_0x515c61){const _0x1b213d=_0x4d20a3,_0x1e36e5=this[_0x1b213d(0x1a6)][_0x1b213d(0x1a0)][_0x1b213d(0x19d)](this[_0x1b213d(0x1a6)][_0x1b213d(0x1a0)][_0x1b213d(0x1a1)](_0x515c61,_0x2ba38e[_0x1b213d(0x1a2)]),this[_0x1b213d(0x1a6)][_0x1b213d(0x1a0)][_0x1b213d(0x1a1)](_0x515c61,_0x2ba38e[_0x1b213d(0x192)]));for(const _0x2c7b6e of this[_0x1b213d(0x1a6)][_0x1b213d(0x1a0)][_0x1b213d(0x190)][_0x1b213d(0x198)](_0x1b213d(0x191)))if(null!==_0x1e36e5[_0x1b213d(0x1ab)](_0x2c7b6e[_0x1b213d(0x199)]()))return!0x0;return!0x1;}}
|