@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240521.0 → 0.0.0-nightly-20240523.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 -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
|
+
(_0x49b869=>{const {zh:{dictionary:_0x4cdc70,getPluralForm:_0xc3eec}}={'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':_0x2617a6=>0x0}};_0x49b869['zh']||={'dictionary':{},'getPluralForm':null},_0x49b869['zh']['dictionary']=Object['assign'](_0x49b869['zh']['dictionary'],_0x4cdc70),_0x49b869['zh']['getPluralForm']=_0xc3eec;})(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-20240523.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-20240523.0",
|
|
45
|
+
"ckeditor5-collaboration": "0.0.0-nightly-20240523.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 _0x4d5d4b=_0x44ef;(function(_0x2f73a5,_0x5a5e6b){const _0x134e14=_0x44ef,_0x20f71d=_0x2f73a5();while(!![]){try{const _0x577df6=-parseInt(_0x134e14(0x149))/0x1*(-parseInt(_0x134e14(0x146))/0x2)+-parseInt(_0x134e14(0x13b))/0x3*(-parseInt(_0x134e14(0x140))/0x4)+parseInt(_0x134e14(0x150))/0x5*(parseInt(_0x134e14(0x143))/0x6)+parseInt(_0x134e14(0x141))/0x7+parseInt(_0x134e14(0x14c))/0x8*(parseInt(_0x134e14(0x145))/0x9)+-parseInt(_0x134e14(0x14f))/0xa*(parseInt(_0x134e14(0x13e))/0xb)+-parseInt(_0x134e14(0x14a))/0xc;if(_0x577df6===_0x5a5e6b)break;else _0x20f71d['push'](_0x20f71d['shift']());}catch(_0x264432){_0x20f71d['push'](_0x20f71d['shift']());}}}(_0x2286,0x2b44f));function _0x2286(){const _0x3ce46c=['132BOiOGg','2116401NEEhJx','canEditAt','12hlOjMh','getRanges','1592631bVLKPC','52lyYuZa','track-changes-accept-suggestion-not-found','_isEnabledBasedOnSelection','6971FzoReZ','5968992denJRi','refresh','8GJBfyq','plugins','editor','1180OkWqGy','712670miTUBM','execute','get','_suggestions','acceptSuggestion','7323jNLdEJ','isEnabled','model','32769AAKisT','TrackChangesEditing'];_0x2286=function(){return _0x3ce46c;};return _0x2286();}function _0x44ef(_0x22a84c,_0x1d86b1){const _0x22862a=_0x2286();return _0x44ef=function(_0x44ef3e,_0x38d26a){_0x44ef3e=_0x44ef3e-0x13b;let _0x1a6f09=_0x22862a[_0x44ef3e];return _0x1a6f09;},_0x44ef(_0x22a84c,_0x1d86b1);}import{Command as _0x5aabad}from'ckeditor5/src/core.js';import{CKEditorError as _0x9eaf0e}from'ckeditor5/src/utils.js';export default class $ extends _0x5aabad{constructor(_0x205f6c,_0x6dbad7){const _0x1b952a=_0x44ef;super(_0x205f6c),this[_0x1b952a(0x153)]=_0x6dbad7,this[_0x1b952a(0x14b)](),this[_0x1b952a(0x148)]=!0x1;}[_0x4d5d4b(0x14b)](){const _0x3d4749=_0x4d5d4b;this[_0x3d4749(0x13c)]=!0x0;}[_0x4d5d4b(0x151)](_0x4b7d7c){const _0x516811=_0x4d5d4b,_0x2e0d33=this[_0x516811(0x153)][_0x516811(0x152)](_0x4b7d7c);if(!_0x2e0d33)throw new _0x9eaf0e(_0x516811(0x147),this);const _0x1683b6=_0x2e0d33[_0x516811(0x144)]();this[_0x516811(0x14e)][_0x516811(0x13d)][_0x516811(0x142)](_0x1683b6)&&this[_0x516811(0x14e)][_0x516811(0x14d)][_0x516811(0x152)](_0x516811(0x13f))[_0x516811(0x154)](_0x2e0d33);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x4cf9(_0x3bc01c,_0x43bc2b){const _0x50f81e=_0x50f8();return _0x4cf9=function(_0x4cf9d9,_0x412d58){_0x4cf9d9=_0x4cf9d9-0x1ba;let _0x15a013=_0x50f81e[_0x4cf9d9];return _0x15a013;},_0x4cf9(_0x3bc01c,_0x43bc2b);}const _0x4854b4=_0x4cf9;(function(_0x42590d,_0x411ec2){const _0x846d0c=_0x4cf9,_0x301cba=_0x42590d();while(!![]){try{const _0xc78ee1=parseInt(_0x846d0c(0x1bd))/0x1+parseInt(_0x846d0c(0x1bc))/0x2*(parseInt(_0x846d0c(0x1d0))/0x3)+-parseInt(_0x846d0c(0x1d1))/0x4+-parseInt(_0x846d0c(0x1c2))/0x5*(-parseInt(_0x846d0c(0x1c8))/0x6)+parseInt(_0x846d0c(0x1cb))/0x7*(parseInt(_0x846d0c(0x1cf))/0x8)+-parseInt(_0x846d0c(0x1c7))/0x9+-parseInt(_0x846d0c(0x1be))/0xa;if(_0xc78ee1===_0x411ec2)break;else _0x301cba['push'](_0x301cba['shift']());}catch(_0x4d9276){_0x301cba['push'](_0x301cba['shift']());}}}(_0x50f8,0xb5e35));import{Command as _0x2033cb}from'ckeditor5/src/core.js';function _0x50f8(){const _0x55bba9=['_suggestions','execute','refresh','track-changes-discard-suggestion-not-found','9889605Ocodap','12498OooQPv','getRanges','isEnabled','9457777srOtZf','get','canEditAt','model','8xvttIY','417ESBoZG','5115940wRqaxL','_isEnabledBasedOnSelection','TrackChangesEditing','17364mCclEO','694277DhKgPG','13937240uDOCBM','plugins','editor','discardSuggestion','3035YxcNdg'];_0x50f8=function(){return _0x55bba9;};return _0x50f8();}import{CKEditorError as _0x9c00be}from'ckeditor5/src/utils.js';export default class B extends _0x2033cb{constructor(_0x53b6a9,_0x2042e4){const _0x14ea21=_0x4cf9;super(_0x53b6a9),this[_0x14ea21(0x1c3)]=_0x2042e4,this[_0x14ea21(0x1c5)](),this[_0x14ea21(0x1ba)]=!0x1;}[_0x4854b4(0x1c5)](){const _0x3801cc=_0x4854b4;this[_0x3801cc(0x1ca)]=!0x0;}[_0x4854b4(0x1c4)](_0x503eab){const _0x317008=_0x4854b4,_0x3043c2=this[_0x317008(0x1c3)][_0x317008(0x1cc)](_0x503eab);if(!_0x3043c2)throw new _0x9c00be(_0x317008(0x1c6),this);const _0x51710d=_0x3043c2[_0x317008(0x1c9)]();this[_0x317008(0x1c0)][_0x317008(0x1ce)][_0x317008(0x1cd)](_0x51710d)&&this[_0x317008(0x1c0)][_0x317008(0x1bf)][_0x317008(0x1cc)](_0x317008(0x1bb))[_0x317008(0x1c1)](_0x3043c2);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x21da(_0x16740b,_0x582a26){const _0xd19246=_0xd192();return _0x21da=function(_0x21dae6,_0x3712cd){_0x21dae6=_0x21dae6-0xc3;let _0x50718d=_0xd19246[_0x21dae6];return _0x50718d;},_0x21da(_0x16740b,_0x582a26);}const _0x469990=_0x21da;(function(_0x30254a,_0x36df3f){const _0x49f4a1=_0x21da,_0x578078=_0x30254a();while(!![]){try{const _0x22d663=parseInt(_0x49f4a1(0xcf))/0x1*(parseInt(_0x49f4a1(0xd4))/0x2)+parseInt(_0x49f4a1(0xd3))/0x3+parseInt(_0x49f4a1(0xd9))/0x4+parseInt(_0x49f4a1(0xc8))/0x5+parseInt(_0x49f4a1(0xd8))/0x6+-parseInt(_0x49f4a1(0xca))/0x7*(-parseInt(_0x49f4a1(0xce))/0x8)+-parseInt(_0x49f4a1(0xcc))/0x9*(parseInt(_0x49f4a1(0xc3))/0xa);if(_0x22d663===_0x36df3f)break;else _0x578078['push'](_0x578078['shift']());}catch(_0x4fb1df){_0x578078['push'](_0x578078['shift']());}}}(_0xd192,0xc8f13));import{Command as _0x4a6472}from'ckeditor5/src/core.js';function _0xd192(){const _0x394a87=['canEditAt','26726390QwyzGw','some','_suggestions','_isEnabledBasedOnSelection','execute','2060750wwuICE','model','28drxTmZ','_command','9zsVZYo','editor','175400TkFKCv','76829UqswyK','isEnabled','refresh','getRanges','2620083ZUPpfY','36QdBOFZ','from','values','isInContent','1433478YQviYO','2002608HUdiVq'];_0xd192=function(){return _0x394a87;};return _0xd192();}import{sortSuggestions as _0xe31f62,executeCommandForSuggestions as _0x4a55dd}from'../utils/utils.js';export default class x extends _0x4a6472{constructor(_0x341893,_0x107ec8,_0x509773){const _0x35274b=_0x21da;super(_0x341893),this[_0x35274b(0xcb)]=_0x107ec8,this[_0x35274b(0xc5)]=_0x509773,this[_0x35274b(0xd1)](),this[_0x35274b(0xc6)]=!0x1;}[_0x469990(0xd1)](){const _0x30fa6e=_0x469990,_0x1c3c82=Array[_0x30fa6e(0xd5)](this[_0x30fa6e(0xc5)][_0x30fa6e(0xd6)]())[_0x30fa6e(0xc4)](_0x5ec3d1=>_0x5ec3d1[_0x30fa6e(0xd7)]);this[_0x30fa6e(0xd0)]=this[_0x30fa6e(0xcb)][_0x30fa6e(0xd0)]&&_0x1c3c82;}[_0x469990(0xc7)](){const _0x2ed7a2=_0x469990,_0x3bc5c3=_0xe31f62(Array[_0x2ed7a2(0xd5)](this[_0x2ed7a2(0xc5)][_0x2ed7a2(0xd6)]()));for(const _0x561293 of _0x3bc5c3){const _0x4dea2c=_0x561293[_0x2ed7a2(0xd2)]();if(!this[_0x2ed7a2(0xcd)][_0x2ed7a2(0xc9)][_0x2ed7a2(0xda)](_0x4dea2c))return;}_0x4a55dd(this[_0x2ed7a2(0xcd)][_0x2ed7a2(0xc9)],this[_0x2ed7a2(0xcb)],_0x3bc5c3);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x3d086a=_0x4d43;(function(_0x3ebc8b,_0x48fb52){const _0x276eda=_0x4d43,_0x5c4168=_0x3ebc8b();while(!![]){try{const _0x3b4269=-parseInt(_0x276eda(0x16c))/0x1+-parseInt(_0x276eda(0x175))/0x2*(-parseInt(_0x276eda(0x178))/0x3)+-parseInt(_0x276eda(0x17e))/0x4*(parseInt(_0x276eda(0x168))/0x5)+-parseInt(_0x276eda(0x17d))/0x6*(-parseInt(_0x276eda(0x179))/0x7)+parseInt(_0x276eda(0x181))/0x8*(-parseInt(_0x276eda(0x167))/0x9)+-parseInt(_0x276eda(0x170))/0xa*(-parseInt(_0x276eda(0x174))/0xb)+parseInt(_0x276eda(0x173))/0xc*(parseInt(_0x276eda(0x16b))/0xd);if(_0x3b4269===_0x48fb52)break;else _0x5c4168['push'](_0x5c4168['shift']());}catch(_0x42152e){_0x5c4168['push'](_0x5c4168['shift']());}}}(_0x3816,0x90f75));import{Command as _0x129fd2}from'ckeditor5/src/core.js';function _0x4d43(_0x459bf6,_0x194e48){const _0x38167e=_0x3816();return _0x4d43=function(_0x4d43ab,_0x8fe928){_0x4d43ab=_0x4d43ab-0x165;let _0x31fa40=_0x38167e[_0x4d43ab];return _0x31fa40;},_0x4d43(_0x459bf6,_0x194e48);}function _0x3816(){const _0x54e09b=['6SbmhUI','refresh','model','55557FPhkio','511BqFjUC','isEnabled','document','getRanges','10182linVkO','4MUtIwl','_selectedSuggestions','values','808PNCXgW','size','selection','74421GwxRHh','675310kewgVd','_isEnabledBasedOnSelection','editor','16717467ShQCdS','193483quCqeI','execute','canEditAt','_command','5340aRDyQV','from','_suggestions','12iGFGzp','6017gCaPjr'];_0x3816=function(){return _0x54e09b;};return _0x3816();}import{sortSuggestions as _0x520f29,getSelectedSuggestions as _0x4b8c97,executeCommandForSuggestions as _0x5dfb99}from'../utils/utils.js';export default class R extends _0x129fd2{constructor(_0x1a9975,_0x5b7029,_0x41a8ec){const _0x1a743d=_0x4d43;super(_0x1a9975),this[_0x1a743d(0x16f)]=_0x5b7029,this[_0x1a743d(0x172)]=_0x41a8ec,this[_0x1a743d(0x17f)]=new Set(),this[_0x1a743d(0x176)](),this[_0x1a743d(0x169)]=!0x1;}[_0x3d086a(0x176)](){const _0x57aac2=_0x3d086a,_0x37f6c1=this[_0x57aac2(0x16a)][_0x57aac2(0x177)][_0x57aac2(0x17b)][_0x57aac2(0x166)],_0x1356bc=Array[_0x57aac2(0x171)](this[_0x57aac2(0x172)][_0x57aac2(0x180)]());this[_0x57aac2(0x17f)]=_0x4b8c97(_0x37f6c1,_0x1356bc),this[_0x57aac2(0x17a)]=this[_0x57aac2(0x16f)][_0x57aac2(0x17a)]&&!!this[_0x57aac2(0x17f)][_0x57aac2(0x165)];}[_0x3d086a(0x16d)](){const _0x5d0bc8=_0x3d086a,_0x5889ae=_0x520f29(Array[_0x5d0bc8(0x171)](this[_0x5d0bc8(0x17f)]));for(const _0x1d3932 of _0x5889ae){const _0x31262c=_0x1d3932[_0x5d0bc8(0x17c)]();if(!this[_0x5d0bc8(0x16a)][_0x5d0bc8(0x177)][_0x5d0bc8(0x16e)](_0x31262c))return;}_0x5dfb99(this[_0x5d0bc8(0x16a)][_0x5d0bc8(0x177)],this[_0x5d0bc8(0x16f)],_0x5889ae);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x144ca4=_0x454f;(function(_0x204a7b,_0x203869){const _0xbd9994=_0x454f,_0x41bc9e=_0x204a7b();while(!![]){try{const _0x2f23f0=parseInt(_0xbd9994(0xfa))/0x1+-parseInt(_0xbd9994(0xf8))/0x2*(parseInt(_0xbd9994(0x100))/0x3)+parseInt(_0xbd9994(0x104))/0x4*(parseInt(_0xbd9994(0xf7))/0x5)+-parseInt(_0xbd9994(0x108))/0x6+-parseInt(_0xbd9994(0x105))/0x7*(-parseInt(_0xbd9994(0xfc))/0x8)+-parseInt(_0xbd9994(0x102))/0x9+parseInt(_0xbd9994(0xf4))/0xa;if(_0x2f23f0===_0x203869)break;else _0x41bc9e['push'](_0x41bc9e['shift']());}catch(_0x33a7ea){_0x41bc9e['push'](_0x41bc9e['shift']());}}}(_0x1ee0,0x945f2));function _0x1ee0(){const _0x1748a1=['has','refresh','value','182076KseKMq','isEnabled','6249726URjGCz','_enabledCommands','1698628JORuPV','574FpkEVj','clearForceDisabled','_enableCommands','3787680GnnVzc','execute','affectsData','commands','_isEnabledBasedOnSelection','774090kwxuTO','_disableUnsupportedCommands','editor','10eRpWAu','2LTaiBZ','forceDisabled','64779spMrMG','TrackChangesCommand','97816wKinMi'];_0x1ee0=function(){return _0x1748a1;};return _0x1ee0();}import{Command as _0x144492}from'ckeditor5/src/core.js';function _0x454f(_0x20523a,_0x1920f4){const _0x1ee04f=_0x1ee0();return _0x454f=function(_0x454fdf,_0x5aee0f){_0x454fdf=_0x454fdf-0xf2;let _0x1f259d=_0x1ee04f[_0x454fdf];return _0x1f259d;},_0x454f(_0x20523a,_0x1920f4);}export default class M extends _0x144492{constructor(_0x121f5f,_0x1072ee){const _0x25e4e7=_0x454f;super(_0x121f5f),this[_0x25e4e7(0x103)]=_0x1072ee,this[_0x25e4e7(0xff)]=!0x1,this[_0x25e4e7(0xfe)](),this[_0x25e4e7(0xf3)]=!0x1;}[_0x144ca4(0xfe)](){const _0x11d326=_0x144ca4;this[_0x11d326(0x101)]=!0x0;}[_0x144ca4(0x109)](){const _0x572a4f=_0x144ca4;this[_0x572a4f(0xff)]=!this[_0x572a4f(0xff)],this[_0x572a4f(0xff)]?this[_0x572a4f(0xf5)]():this[_0x572a4f(0x107)]();}[_0x144ca4(0xf5)](){const _0x4ca7d6=_0x144ca4;for(const _0x14b644 of this[_0x4ca7d6(0xf6)][_0x4ca7d6(0xf2)][_0x4ca7d6(0xf2)]())_0x14b644[_0x4ca7d6(0x10a)]&&!this[_0x4ca7d6(0x103)][_0x4ca7d6(0xfd)](_0x14b644)&&_0x14b644[_0x4ca7d6(0xf9)](_0x4ca7d6(0xfb));}[_0x144ca4(0x107)](){const _0x4301af=_0x144ca4;for(const _0xc60502 of this[_0x4301af(0xf6)][_0x4301af(0xf2)][_0x4301af(0xf2)]())_0xc60502[_0x4301af(0x10a)]&&!this[_0x4301af(0x103)][_0x4301af(0xfd)](_0xc60502)&&_0xc60502[_0x4301af(0x106)](_0x4301af(0xfb));}}
|
package/src/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x24eeac,_0x1a0918){var _0x3c6485=_0x43fe,_0x1b7756=_0x24eeac();while(!![]){try{var _0x57b063=-parseInt(_0x3c6485(0xd3))/0x1+parseInt(_0x3c6485(0xd0))/0x2*(parseInt(_0x3c6485(0xcf))/0x3)+parseInt(_0x3c6485(0xcc))/0x4*(parseInt(_0x3c6485(0xcd))/0x5)+parseInt(_0x3c6485(0xd2))/0x6*(-parseInt(_0x3c6485(0xce))/0x7)+parseInt(_0x3c6485(0xd4))/0x8*(parseInt(_0x3c6485(0xd1))/0x9)+-parseInt(_0x3c6485(0xd5))/0xa+parseInt(_0x3c6485(0xcb))/0xb;if(_0x57b063===_0x1a0918)break;else _0x1b7756['push'](_0x1b7756['shift']());}catch(_0x49a45d){_0x1b7756['push'](_0x1b7756['shift']());}}}(_0x498e,0x49227));export{default as TrackChanges}from'./trackchanges.js';export{default as TrackChangesData}from'./trackchangesdata.js';function _0x498e(){var _0x43c35e=['2779301spgonP','18hDpDwR','5946aQfWEz','27yUzEEe','6aVItxO','33756igceqX','439240uHYsGC','3277710FoLUhx','5916603sNZZDs','4zSGKwz','1688515pmeeor'];_0x498e=function(){return _0x43c35e;};return _0x498e();}export{default as TrackChangesEditing}from'./trackchangesediting.js';export{default as BaseSuggestionThreadView}from'./ui/view/basesuggestionthreadview.js';function _0x43fe(_0x4efd97,_0x1b24f3){var _0x498e69=_0x498e();return _0x43fe=function(_0x43fedd,_0x309a62){_0x43fedd=_0x43fedd-0xcb;var _0x189ce9=_0x498e69[_0x43fedd];return _0x189ce9;},_0x43fe(_0x4efd97,_0x1b24f3);}import'./augmentation.js';
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x2f27(){const _0xafb03c=['TrackChangesEditing','plugins','1311394gTAlFH','6nXzOlq','showAIAssistant','2WKCiOa','4000570WNQMJp','get','141468GOqbiB','27aIboiW','editor','394852QzenGR','enableCommand','7158840wqcRvn','11403090RWayDj','commands','5764509YQMpNE','afterInit'];_0x2f27=function(){return _0xafb03c;};return _0x2f27();}const _0x553caa=_0x18b9;function _0x18b9(_0x2fd9cc,_0x511973){const _0x2f2769=_0x2f27();return _0x18b9=function(_0x18b9dc,_0x259868){_0x18b9dc=_0x18b9dc-0x17d;let _0xa72a2d=_0x2f2769[_0x18b9dc];return _0xa72a2d;},_0x18b9(_0x2fd9cc,_0x511973);}(function(_0x1ed52c,_0x57ca82){const _0x1b65cb=_0x18b9,_0x20d15a=_0x1ed52c();while(!![]){try{const _0xb029d5=-parseInt(_0x1b65cb(0x18e))/0x1*(-parseInt(_0x1b65cb(0x188))/0x2)+-parseInt(_0x1b65cb(0x18c))/0x3*(parseInt(_0x1b65cb(0x18b))/0x4)+-parseInt(_0x1b65cb(0x189))/0x5+-parseInt(_0x1b65cb(0x186))/0x6*(parseInt(_0x1b65cb(0x185))/0x7)+parseInt(_0x1b65cb(0x17e))/0x8+-parseInt(_0x1b65cb(0x181))/0x9+parseInt(_0x1b65cb(0x17f))/0xa;if(_0xb029d5===_0x57ca82)break;else _0x20d15a['push'](_0x20d15a['shift']());}catch(_0x3fb723){_0x20d15a['push'](_0x20d15a['shift']());}}}(_0x2f27,0x761ac));import{Plugin as _0xff0ca0}from'ckeditor5/src/core.js';export default class E extends _0xff0ca0{[_0x553caa(0x182)](){const _0x260d45=_0x553caa,_0x3642f8=this[_0x260d45(0x18d)],_0x76f877=_0x3642f8[_0x260d45(0x184)][_0x260d45(0x18a)](_0x260d45(0x183));_0x3642f8[_0x260d45(0x180)][_0x260d45(0x18a)](_0x260d45(0x187))&&_0x76f877[_0x260d45(0x17d)](_0x260d45(0x187));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x33fb(_0x466936,_0x55291e){const _0x55136f=_0x5513();return _0x33fb=function(_0x33fbab,_0x21fd3e){_0x33fbab=_0x33fbab-0x82;let _0x3cb37b=_0x55136f[_0x33fbab];return _0x3cb37b;},_0x33fb(_0x466936,_0x55291e);}function _0x5513(){const _0x1c8358=['get','1197910yfltQw','locale','registerDescriptionCallback','523131zbhwLL','6ZeELDs','FORMAT_JUSTIFY_TEXT','registerAttributeLabel','FORMAT_ALIGN_TO_CENTER','3922933aIdtei','descriptionFactory','2TFEUqJ','registerBlockAttribute','plugins','FORMAT_ALIGN_TO_RIGHT','commandName','right','has','type','16537040pTRKGf','value','center','7173ksWxuO','380547QlkykY','enableDefaultAttributesIntegration','FORMAT_ALIGN_TO_LEFT','_registerLegacyDescription','TrackChangesEditing','commandParams','format','left','afterInit','justify','5166876KhlyHt','3656BCoxbf','FORMAT_ALIGNMENT','editor','alignment','formatBlock','*Format:*\x20%0','AlignmentEditing'];_0x5513=function(){return _0x1c8358;};return _0x5513();}const _0x161875=_0x33fb;(function(_0x1fcf26,_0x523b1a){const _0x4161b7=_0x33fb,_0x35f21b=_0x1fcf26();while(!![]){try{const _0x2a45f7=-parseInt(_0x4161b7(0x9c))/0x1+parseInt(_0x4161b7(0xa3))/0x2*(parseInt(_0x4161b7(0x86))/0x3)+-parseInt(_0x4161b7(0x90))/0x4+parseInt(_0x4161b7(0x99))/0x5*(-parseInt(_0x4161b7(0x9d))/0x6)+parseInt(_0x4161b7(0xa1))/0x7+-parseInt(_0x4161b7(0x91))/0x8*(-parseInt(_0x4161b7(0x85))/0x9)+parseInt(_0x4161b7(0x82))/0xa;if(_0x2a45f7===_0x523b1a)break;else _0x35f21b['push'](_0x35f21b['shift']());}catch(_0x2306e0){_0x35f21b['push'](_0x35f21b['shift']());}}}(_0x5513,0x9ee11));import{Plugin as _0x24022e}from'ckeditor5/src/core.js';import{getTranslation as _0x4af924}from'../utils/common-translations.js';export default class V extends _0x24022e{[_0x161875(0x8e)](){const _0x507580=_0x161875,_0x24ee40=this[_0x507580(0x93)],_0x2fcf82=_0x24ee40[_0x507580(0x9a)];if(!_0x24ee40[_0x507580(0xa5)][_0x507580(0xa9)](_0x507580(0x97)))return;const _0x4f7a02=_0x24ee40[_0x507580(0xa5)][_0x507580(0x98)](_0x507580(0x8a));_0x4f7a02[_0x507580(0x87)](_0x507580(0x94)),_0x4f7a02[_0x507580(0xa4)](_0x507580(0x94)),_0x4f7a02[_0x507580(0xa2)][_0x507580(0x9f)](_0x507580(0x94),_0x4af924(_0x2fcf82,_0x507580(0x92))),this[_0x507580(0x89)]();}[_0x161875(0x89)](){const _0x37c3a=_0x161875,_0x2b4fe0=this[_0x37c3a(0x93)],_0x5d3d98=_0x2b4fe0[_0x37c3a(0x9a)];_0x2b4fe0[_0x37c3a(0xa5)][_0x37c3a(0x98)](_0x37c3a(0x8a))[_0x37c3a(0xa2)][_0x37c3a(0x9b)](_0x4652f1=>{const _0x41b34b=_0x37c3a;if(_0x41b34b(0x95)!=_0x4652f1[_0x41b34b(0xaa)])return;const {data:_0x14fdc3}=_0x4652f1;if(_0x14fdc3&&_0x41b34b(0x94)==_0x14fdc3[_0x41b34b(0xa7)]){const _0x218227=_0x14fdc3[_0x41b34b(0x8b)][0x0][_0x41b34b(0x83)];return{'type':_0x41b34b(0x8c),'content':_0x4af924(_0x5d3d98,_0x41b34b(0x96),function(_0x455564){const _0x39c411=_0x41b34b;switch(_0x455564){case _0x39c411(0x8d):return _0x4af924(_0x5d3d98,_0x39c411(0x88));case _0x39c411(0xa8):return _0x4af924(_0x5d3d98,_0x39c411(0xa6));case _0x39c411(0x84):return _0x4af924(_0x5d3d98,_0x39c411(0xa0));case _0x39c411(0x8f):return _0x4af924(_0x5d3d98,_0x39c411(0x9e));}}(_0x218227))};}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0xa21e(_0x42543d,_0x16216e){const _0x3e464e=_0x3e46();return _0xa21e=function(_0xa21e57,_0x5cf48b){_0xa21e57=_0xa21e57-0x111;let _0x1608d1=_0x3e464e[_0xa21e57];return _0x1608d1;},_0xa21e(_0x42543d,_0x16216e);}const _0x2d086a=_0xa21e;(function(_0x5166bf,_0x478df8){const _0x2bd12d=_0xa21e,_0x2a4e7d=_0x5166bf();while(!![]){try{const _0x57371f=parseInt(_0x2bd12d(0x13a))/0x1+-parseInt(_0x2bd12d(0x120))/0x2*(-parseInt(_0x2bd12d(0x12d))/0x3)+parseInt(_0x2bd12d(0x143))/0x4*(parseInt(_0x2bd12d(0x138))/0x5)+-parseInt(_0x2bd12d(0x135))/0x6*(parseInt(_0x2bd12d(0x13d))/0x7)+parseInt(_0x2bd12d(0x12c))/0x8*(parseInt(_0x2bd12d(0x130))/0x9)+parseInt(_0x2bd12d(0x12b))/0xa*(-parseInt(_0x2bd12d(0x116))/0xb)+parseInt(_0x2bd12d(0x11e))/0xc;if(_0x57371f===_0x478df8)break;else _0x2a4e7d['push'](_0x2a4e7d['shift']());}catch(_0x41640e){_0x2a4e7d['push'](_0x2a4e7d['shift']());}}}(_0x3e46,0xca3b8));import{Plugin as _0x35c00c}from'ckeditor5/src/core.js';import{getTranslation as _0x4d29f9}from'../utils/common-translations.js';function _0x3e46(){const _0x553c2c=['FORMAT_ITALIC','1596310WhTBxn','48RfOYpe','1098729bGHtGz','slice','FORMAT_SUPERSCRIPT','1728072oWAVOo','superscript','plugins','descriptionFactory','has','6149694tzyMWg','registerInlineAttribute','formatInline','557985hGopAa','editor','1385480EANmzr','registerDescriptionCallback','FORMAT_BOLD','7NoOFBW','*Format:*\x20%0','toUpperCase','locale','FORMAT_SUBSCRIPT','StrikethroughEditing','4GJAEju','registerAttributeLabel','italic','subscript','type','SuperscriptEditing','get','format','SubscriptEditing','FORMAT_UNDERLINE','TrackChangesEditing','*Remove\x20format:*\x20%0','underline','110omKmEz','code','toLowerCase','afterInit','strikethrough','FORMAT_','forceValue','commandParams','5210820jHbTHo','FORMAT_STRIKETHROUGH','2xZdRMT','BoldEditing','ItalicEditing','bold','enableDefaultAttributesIntegration','FORMAT_CODE','_registerLegacyDescription','UnderlineEditing','commandName','CodeEditing'];_0x3e46=function(){return _0x553c2c;};return _0x3e46();}const ti=[_0x2d086a(0x121),_0x2d086a(0x122),_0x2d086a(0x127),_0x2d086a(0x129),_0x2d086a(0x142),_0x2d086a(0x111),_0x2d086a(0x148)];export default class U extends _0x35c00c{[_0x2d086a(0x119)](){const _0x169c1f=_0x2d086a,_0x590c42=this[_0x169c1f(0x139)],_0x5d6975=_0x590c42[_0x169c1f(0x132)][_0x169c1f(0x149)](_0x169c1f(0x113)),_0x20add2=_0x590c42[_0x169c1f(0x140)];for(const _0x55c173 of ti){if(!_0x590c42[_0x169c1f(0x132)][_0x169c1f(0x134)](_0x55c173))continue;const _0xf2afdc=_0x55c173[_0x169c1f(0x12e)](0x0,-0x7)[_0x169c1f(0x118)](),_0x1b1f5a=_0x169c1f(0x11b)+_0xf2afdc[_0x169c1f(0x13f)]();_0x5d6975[_0x169c1f(0x124)](_0xf2afdc),_0x5d6975[_0x169c1f(0x136)](_0xf2afdc),_0x5d6975[_0x169c1f(0x133)][_0x169c1f(0x144)](_0xf2afdc,_0x4d29f9(_0x20add2,_0x1b1f5a));}this[_0x169c1f(0x126)]();}[_0x2d086a(0x126)](){const _0x4de534=_0x2d086a,_0x3118e8=this[_0x4de534(0x139)],_0x2f3133=_0x3118e8[_0x4de534(0x140)],_0x5c828e=_0x3118e8[_0x4de534(0x132)][_0x4de534(0x149)](_0x4de534(0x113));function _0x44b1f3(_0x2ed241,_0x2ef1f9){const _0x4f15f6=_0x4de534;_0x5c828e[_0x4f15f6(0x133)][_0x4f15f6(0x13b)](_0x1a0dd9=>{const _0x3b491d=_0x4f15f6;if(_0x3b491d(0x137)!=_0x1a0dd9[_0x3b491d(0x147)])return;const {data:_0xbddad7}=_0x1a0dd9;return _0xbddad7&&_0xbddad7[_0x3b491d(0x128)]===_0x2ed241?_0xbddad7[_0x3b491d(0x11d)][0x0][_0x3b491d(0x11c)]?{'type':_0x3b491d(0x14a),'content':_0x4d29f9(_0x2f3133,_0x3b491d(0x13e),_0x2ef1f9)}:{'type':_0x3b491d(0x14a),'content':_0x4d29f9(_0x2f3133,_0x3b491d(0x114),_0x2ef1f9)}:void 0x0;});}_0x44b1f3(_0x4de534(0x123),_0x4d29f9(_0x2f3133,_0x4de534(0x13c))),_0x44b1f3(_0x4de534(0x145),_0x4d29f9(_0x2f3133,_0x4de534(0x12a))),_0x44b1f3(_0x4de534(0x115),_0x4d29f9(_0x2f3133,_0x4de534(0x112))),_0x44b1f3(_0x4de534(0x117),_0x4d29f9(_0x2f3133,_0x4de534(0x125))),_0x44b1f3(_0x4de534(0x11a),_0x4d29f9(_0x2f3133,_0x4de534(0x11f))),_0x44b1f3(_0x4de534(0x146),_0x4d29f9(_0x2f3133,_0x4de534(0x141))),_0x44b1f3(_0x4de534(0x131),_0x4d29f9(_0x2f3133,_0x4de534(0x12f)));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x34aed3=_0x58c4;function _0xd383(){const _0x29eff6=['from','model','parent','editor','change','selection','commandName','ELEMENT_BLOCK_QUOTE','format','commands','registerDescriptionCallback','890849eivyuy','locale','$root','75706VZsZyA','2628315ZvYrVE','1641028wncxmK','7711875EzFcPb','value','6kRWAfx','9pnuHBj','getSelectedBlocks','*Set\x20format:*\x20%0','afterInit','blockQuote','checkChild','forceValue','schema','markBlockFormat','plugins','document','1717144METOFB','enableCommand','commandParams','descriptionFactory','filter','TrackChangesEditing','has','BlockQuoteEditing','*Remove\x20format:*\x20%0','4207763glVhtv','get','name'];_0xd383=function(){return _0x29eff6;};return _0xd383();}(function(_0x3adc1e,_0x242b09){const _0x44f682=_0x58c4,_0x501a33=_0x3adc1e();while(!![]){try{const _0x2d4cb6=-parseInt(_0x44f682(0xdc))/0x1+-parseInt(_0x44f682(0xdf))/0x2*(-parseInt(_0x44f682(0xe5))/0x3)+parseInt(_0x44f682(0xe1))/0x4+parseInt(_0x44f682(0xe0))/0x5+-parseInt(_0x44f682(0xe4))/0x6*(parseInt(_0x44f682(0xf9))/0x7)+parseInt(_0x44f682(0xf0))/0x8+parseInt(_0x44f682(0xe2))/0x9;if(_0x2d4cb6===_0x242b09)break;else _0x501a33['push'](_0x501a33['shift']());}catch(_0x31a7ca){_0x501a33['push'](_0x501a33['shift']());}}}(_0xd383,0x9992f));import{Plugin as _0x3f0586}from'ckeditor5/src/core.js';import{getTranslation as _0x52dbf5}from'../utils/common-translations.js';import{getRangesOfBlockGroups as _0x3a4107}from'../utils/utils.js';function _0x58c4(_0x4d5752,_0x332f9f){const _0xd38302=_0xd383();return _0x58c4=function(_0x58c4a0,_0x942226){_0x58c4a0=_0x58c4a0-0xd8;let _0x1b004e=_0xd38302[_0x58c4a0];return _0x1b004e;},_0x58c4(_0x4d5752,_0x332f9f);}export default class O extends _0x3f0586{[_0x34aed3(0xe8)](){const _0x588b3f=_0x34aed3,_0x4bd52d=this[_0x588b3f(0xff)],_0x5a4e14=_0x4bd52d[_0x588b3f(0xdd)];if(!_0x4bd52d[_0x588b3f(0xee)][_0x588b3f(0xf6)](_0x588b3f(0xf7)))return;const _0x507222=_0x4bd52d[_0x588b3f(0xee)][_0x588b3f(0xfa)](_0x588b3f(0xf5)),_0xa6f07f=this[_0x588b3f(0xff)][_0x588b3f(0xda)][_0x588b3f(0xfa)](_0x588b3f(0xe9));_0x507222[_0x588b3f(0xf1)](_0x588b3f(0xe9),(_0xf66def,_0x12eb29={})=>{const _0x4a337a=_0x588b3f,_0x3fba6e=this[_0x4a337a(0xff)][_0x4a337a(0xfd)][_0x4a337a(0xef)][_0x4a337a(0x101)],_0x36f562=_0x12eb29&&void 0x0!==_0x12eb29[_0x4a337a(0xeb)]?_0x12eb29[_0x4a337a(0xeb)]:!_0xa6f07f[_0x4a337a(0xe3)];let _0x372930=[];if(_0x36f562){const _0x4ea22e=Array[_0x4a337a(0xfc)](_0x3fba6e[_0x4a337a(0xe6)]())[_0x4a337a(0xf4)](_0xfc4155=>oo(_0xfc4155)||function(_0x50fd4b,_0x618953){const _0x5a1be7=_0x4a337a,_0x4dd36d=_0x618953[_0x5a1be7(0xea)](_0x50fd4b[_0x5a1be7(0xfe)],_0x5a1be7(0xe9)),_0x453882=_0x618953[_0x5a1be7(0xea)]([_0x5a1be7(0xde),_0x5a1be7(0xe9)],_0x50fd4b);return _0x4dd36d&&_0x453882;}(_0xfc4155,this[_0x4a337a(0xff)][_0x4a337a(0xfd)][_0x4a337a(0xec)]));_0x372930=_0x3a4107(_0x4ea22e,_0x4bd52d[_0x4a337a(0xfd)]);}else{const _0x5a2725=Array[_0x4a337a(0xfc)](_0x3fba6e[_0x4a337a(0xe6)]())[_0x4a337a(0xf4)](_0x2690b3=>oo(_0x2690b3));_0x372930=_0x3a4107(_0x5a2725,_0x4bd52d[_0x4a337a(0xfd)]);}_0x4bd52d[_0x4a337a(0xfd)][_0x4a337a(0x100)](()=>{const _0x588f7d=_0x4a337a;for(const _0x5861ca of _0x372930)_0x507222[_0x588f7d(0xed)](_0x5861ca,{'commandName':_0x588f7d(0xe9),'commandParams':[{'forceValue':_0x36f562}]});});}),_0x507222[_0x588b3f(0xf3)][_0x588b3f(0xdb)](_0x51872a=>{const _0x4b7a90=_0x588b3f,{data:_0x2eead2}=_0x51872a;if(_0x2eead2&&_0x4b7a90(0xe9)==_0x2eead2[_0x4b7a90(0x102)]){const _0x444c1b=_0x52dbf5(_0x5a4e14,_0x4b7a90(0xd8));return _0x2eead2[_0x4b7a90(0xf2)][0x0][_0x4b7a90(0xeb)]?{'type':_0x4b7a90(0xd9),'content':_0x52dbf5(_0x5a4e14,_0x4b7a90(0xe7),_0x444c1b)}:{'type':_0x4b7a90(0xd9),'content':_0x52dbf5(_0x5a4e14,_0x4b7a90(0xf8),_0x444c1b)};}});}}function oo(_0x5371d4){const _0x30ccdc=_0x34aed3;return _0x30ccdc(0xe9)==_0x5371d4[_0x30ccdc(0xfe)][_0x30ccdc(0xfb)];}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x16cb43=_0x519b;(function(_0x12f08e,_0x4d7d37){const _0x147795=_0x519b,_0x2187ce=_0x12f08e();while(!![]){try{const _0x59c860=-parseInt(_0x147795(0x1cd))/0x1+-parseInt(_0x147795(0x1c1))/0x2+-parseInt(_0x147795(0x1c3))/0x3*(parseInt(_0x147795(0x1cf))/0x4)+parseInt(_0x147795(0x1cb))/0x5+-parseInt(_0x147795(0x1bf))/0x6*(-parseInt(_0x147795(0x1c8))/0x7)+-parseInt(_0x147795(0x1bc))/0x8+parseInt(_0x147795(0x1c0))/0x9;if(_0x59c860===_0x4d7d37)break;else _0x2187ce['push'](_0x2187ce['shift']());}catch(_0x52998e){_0x2187ce['push'](_0x2187ce['shift']());}}}(_0x2039,0x488e2));import{Plugin as _0x3e2a42}from'ckeditor5/src/core.js';function _0x519b(_0x2309eb,_0x1ddda4){const _0x203929=_0x2039();return _0x519b=function(_0x519b4e,_0x2cbba6){_0x519b4e=_0x519b4e-0x1bc;let _0x29abde=_0x203929[_0x519b4e];return _0x29abde;},_0x519b(_0x2309eb,_0x1ddda4);}export default class F extends _0x3e2a42{[_0x16cb43(0x1c4)](){const _0x39aa60=_0x16cb43,_0x2e191e=this[_0x39aa60(0x1c7)];_0x2e191e[_0x39aa60(0x1c5)][_0x39aa60(0x1be)](_0x39aa60(0x1ce))&&(_0x2e191e[_0x39aa60(0x1c5)][_0x39aa60(0x1bd)](_0x39aa60(0x1c2))[_0x39aa60(0x1c9)](_0x39aa60(0x1cc)),_0x2e191e[_0x39aa60(0x1c5)][_0x39aa60(0x1bd)](_0x39aa60(0x1c2))[_0x39aa60(0x1c9)](_0x39aa60(0x1ca)),_0x2e191e[_0x39aa60(0x1c5)][_0x39aa60(0x1bd)](_0x39aa60(0x1c2))[_0x39aa60(0x1c9)](_0x39aa60(0x1c6)));}}function _0x2039(){const _0x296e12=['4FQCTfF','673320KnrEMM','get','has','6msNMKz','5319972JHNvys','595118HZBzEW','TrackChangesEditing','798351OIJxXf','afterInit','plugins','changeCaseTitle','editor','3775261nAxqOr','enableCommand','changeCaseLower','872090LulkCr','changeCaseUpper','359822lxbOhj','CaseChange'];_0x2039=function(){return _0x296e12;};return _0x2039();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x4ef265=_0x2cee;(function(_0x439f94,_0x495326){const _0x2c4de4=_0x2cee,_0x50a40e=_0x439f94();while(!![]){try{const _0x505c0c=parseInt(_0x2c4de4(0x9d))/0x1*(-parseInt(_0x2c4de4(0x9e))/0x2)+-parseInt(_0x2c4de4(0x9a))/0x3*(parseInt(_0x2c4de4(0x92))/0x4)+parseInt(_0x2c4de4(0xa1))/0x5*(parseInt(_0x2c4de4(0x90))/0x6)+-parseInt(_0x2c4de4(0x93))/0x7*(parseInt(_0x2c4de4(0x91))/0x8)+-parseInt(_0x2c4de4(0x97))/0x9*(-parseInt(_0x2c4de4(0x95))/0xa)+-parseInt(_0x2c4de4(0xa2))/0xb+-parseInt(_0x2c4de4(0xa3))/0xc*(-parseInt(_0x2c4de4(0xa4))/0xd);if(_0x505c0c===_0x495326)break;else _0x50a40e['push'](_0x50a40e['shift']());}catch(_0x178cc9){_0x50a40e['push'](_0x50a40e['shift']());}}}(_0xdf30,0x7a048));import{Plugin as _0x44014f}from'ckeditor5/src/core.js';function _0xdf30(){const _0x477e69=['606792xBfLQL','21MBzdGD','ckbox','700zzFvSj','afterInit','74214cAirfG','TrackChangesEditing','enableCommand','12PxkHeR','plugins','get','4801UtduxV','404XysCUe','commands','editor','5tqMQac','1001792ppvhnu','45912VLvDUf','6123lmNscq','2248734SkiXQq','1564280qGSxqO'];_0xdf30=function(){return _0x477e69;};return _0xdf30();}function _0x2cee(_0x1cb202,_0x507760){const _0xdf3074=_0xdf30();return _0x2cee=function(_0x2cee55,_0x1061d8){_0x2cee55=_0x2cee55-0x90;let _0xad6b80=_0xdf3074[_0x2cee55];return _0xad6b80;},_0x2cee(_0x1cb202,_0x507760);}export default class G extends _0x44014f{[_0x4ef265(0x96)](){const _0x437832=_0x4ef265,_0x39d4cb=this[_0x437832(0xa0)];_0x39d4cb[_0x437832(0x9f)][_0x437832(0x9c)](_0x437832(0x94))&&_0x39d4cb[_0x437832(0x9b)][_0x437832(0x9c)](_0x437832(0x98))[_0x437832(0x99)](_0x437832(0x94));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x3b9ac2=_0x153d;(function(_0x2e5d07,_0x53b8d6){const _0x117c91=_0x153d,_0x2fc4e2=_0x2e5d07();while(!![]){try{const _0x1d4e63=-parseInt(_0x117c91(0xd0))/0x1+-parseInt(_0x117c91(0xe8))/0x2*(-parseInt(_0x117c91(0xd1))/0x3)+parseInt(_0x117c91(0xcb))/0x4*(-parseInt(_0x117c91(0xc4))/0x5)+-parseInt(_0x117c91(0xdf))/0x6+parseInt(_0x117c91(0xf0))/0x7*(parseInt(_0x117c91(0xef))/0x8)+-parseInt(_0x117c91(0xf4))/0x9*(parseInt(_0x117c91(0xf1))/0xa)+parseInt(_0x117c91(0xe5))/0xb*(parseInt(_0x117c91(0xe7))/0xc);if(_0x1d4e63===_0x53b8d6)break;else _0x2fc4e2['push'](_0x2fc4e2['shift']());}catch(_0x18d225){_0x2fc4e2['push'](_0x2fc4e2['shift']());}}}(_0x49af,0xa10ef));function _0x153d(_0x28c233,_0x1fccad){const _0x49af3a=_0x49af();return _0x153d=function(_0x153d1e,_0x20173f){_0x153d1e=_0x153d1e-0xc3;let _0x2a2d1e=_0x49af3a[_0x153d1e];return _0x2a2d1e;},_0x153d(_0x28c233,_0x1fccad);}function _0x49af(){const _0x462eb4=['indentCodeBlock','document','descriptionFactory','type','plugins','commandParams','toLowerCase','10SWEGRW','TrackChangesEditing','*Remove\x20format:*\x20%0','locale','model','registerElementLabel','blockName','643788SYlzZq','find','has','*Set\x20format:*\x20%0','parent','255235BkGeKz','303CcveFT','rootElement','config','CodeBlock','filter','enableCommand','formatBlock','name','outdentCodeBlock','getSelectedBlocks','checkChild','commands','registerDescriptionCallback','language','1516800duOOUQ','isLimit','get','codeBlock','value','forceValue','2164283pFFCvO','from','24NTcojn','10636SOGDtF','format','change','schema','editor','ELEMENT_CODE_BLOCK','markBlockFormat','8IglJzh','4589823QJDEez','966890zwTkrH','label','afterInit','9HsQism','commandName','selection','languages'];_0x49af=function(){return _0x462eb4;};return _0x49af();}import{Plugin as _0x41818a}from'ckeditor5/src/core.js';import{getTranslation as _0x8e90a9}from'../utils/common-translations.js';import{getRangesOfBlockGroups as _0x25d030}from'../utils/utils.js';export default class L extends _0x41818a{[_0x3b9ac2(0xf3)](){const _0x3fffb8=_0x3b9ac2,_0x432d40=this[_0x3fffb8(0xec)];if(!_0x432d40[_0x3fffb8(0xfc)][_0x3fffb8(0xcd)](_0x3fffb8(0xd4)))return;const _0x12553e=_0x432d40[_0x3fffb8(0xfc)][_0x3fffb8(0xe1)](_0x3fffb8(0xc5)),_0x59516d=_0x432d40[_0x3fffb8(0xc7)],_0x15a20a=_0x432d40[_0x3fffb8(0xd3)][_0x3fffb8(0xe1)](_0x3fffb8(0xe2))[_0x3fffb8(0xf7)],_0x25572d=_0x432d40[_0x3fffb8(0xdc)][_0x3fffb8(0xe1)](_0x3fffb8(0xe2));_0x12553e[_0x3fffb8(0xd6)](_0x3fffb8(0xf8)),_0x12553e[_0x3fffb8(0xd6)](_0x3fffb8(0xd9)),_0x12553e[_0x3fffb8(0xd6)](_0x3fffb8(0xe2),(_0x13164e,_0xe3b353={})=>{const _0x4c5b54=_0x3fffb8,_0x134364=_0x432d40[_0x4c5b54(0xc8)],_0x32b83d=_0x432d40[_0x4c5b54(0xc8)][_0x4c5b54(0xf9)][_0x4c5b54(0xf6)],_0x12ea79=_0xe3b353&&void 0x0!==_0xe3b353[_0x4c5b54(0xe4)]?_0xe3b353[_0x4c5b54(0xe4)]:!_0x25572d[_0x4c5b54(0xe3)];let _0x966881;_0xe3b353[_0x4c5b54(0xde)]||(_0xe3b353[_0x4c5b54(0xde)]=_0x15a20a[0x0][_0x4c5b54(0xde)]),_0x966881=_0x12ea79?Array[_0x4c5b54(0xe6)](_0x32b83d[_0x4c5b54(0xda)]())[_0x4c5b54(0xd5)](_0x5ba112=>eo(_0x5ba112)||function(_0x463e72,_0x474d0a){const _0x479cea=_0x4c5b54;if(_0x463e72['is'](_0x479cea(0xd2))||_0x474d0a[_0x479cea(0xe0)](_0x463e72))return!0x1;return _0x474d0a[_0x479cea(0xdb)](_0x463e72[_0x479cea(0xcf)],_0x479cea(0xe2));}(_0x5ba112,_0x134364[_0x4c5b54(0xeb)])):Array[_0x4c5b54(0xe6)](_0x32b83d[_0x4c5b54(0xda)]())[_0x4c5b54(0xd5)](_0x1e4340=>eo(_0x1e4340));const _0x503066=_0x25d030(_0x966881,_0x134364);_0x134364[_0x4c5b54(0xea)](()=>{const _0x5be3f3=_0x4c5b54;for(const _0x6196be of _0x503066)_0x12553e[_0x5be3f3(0xee)](_0x6196be,{'commandName':_0x5be3f3(0xe2),'commandParams':[{..._0xe3b353,'forceValue':_0x12ea79}],'formatGroupId':_0x5be3f3(0xca)});});}),(_0x12553e[_0x3fffb8(0xfa)][_0x3fffb8(0xc9)](_0x3fffb8(0xe2),_0x2d1db5=>_0x8e90a9(_0x59516d,_0x3fffb8(0xed),_0x2d1db5)),_0x12553e[_0x3fffb8(0xfa)][_0x3fffb8(0xdd)](_0x46f7f7=>{const _0x5e5ec5=_0x3fffb8;if(_0x5e5ec5(0xd7)!=_0x46f7f7[_0x5e5ec5(0xfb)])return;const _0x2ed902=_0x59516d['t'],{data:_0x3f5182}=_0x46f7f7;if(!_0x3f5182||_0x5e5ec5(0xe2)!=_0x3f5182[_0x5e5ec5(0xf5)])return;const _0x48ae6c=_0x3f5182[_0x5e5ec5(0xfd)][0x0][_0x5e5ec5(0xde)],_0x27da3b=_0x2ed902(_0x15a20a[_0x5e5ec5(0xcc)](_0x38fb06=>_0x38fb06[_0x5e5ec5(0xde)]===_0x48ae6c)[_0x5e5ec5(0xf2)])[_0x5e5ec5(0xc3)]();return _0x3f5182[_0x5e5ec5(0xfd)][0x0][_0x5e5ec5(0xe4)]?{'type':_0x5e5ec5(0xe9),'content':_0x8e90a9(_0x59516d,_0x5e5ec5(0xce),_0x8e90a9(_0x59516d,_0x5e5ec5(0xed),0x1)+'\x20('+_0x27da3b+')')}:{'type':_0x5e5ec5(0xe9),'content':_0x8e90a9(_0x59516d,_0x5e5ec5(0xc6),_0x8e90a9(_0x59516d,_0x5e5ec5(0xed),0x1))};}));}}function eo(_0x298422){const _0x1dd2f3=_0x3b9ac2;return _0x1dd2f3(0xe2)==_0x298422[_0x1dd2f3(0xd8)];}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0xc0ac13=_0x322e;function _0x4fcf(){const _0x253dd9=['TrackChangesEditing','30845jnZDAe','afterInit','CommentsEditing','6WZMUnR','15411bymHoW','829095YUJDjv','get','enableCommand','addCommentThread','8058092FmFRZK','4668icebzU','2611017cPRnGU','836481lStzwX','489990jjPGPQ','plugins','has','6VzjZFo','editor','12ncaZBl','16dwdcsL'];_0x4fcf=function(){return _0x253dd9;};return _0x4fcf();}(function(_0x57bfc1,_0x4a791e){const _0x529536=_0x322e,_0x4058ba=_0x57bfc1();while(!![]){try{const _0x562d2c=parseInt(_0x529536(0x127))/0x1*(-parseInt(_0x529536(0x122))/0x2)+-parseInt(_0x529536(0x133))/0x3*(-parseInt(_0x529536(0x124))/0x4)+-parseInt(_0x529536(0x12c))/0x5+-parseInt(_0x529536(0x12a))/0x6*(-parseInt(_0x529536(0x130))/0x7)+-parseInt(_0x529536(0x125))/0x8*(parseInt(_0x529536(0x132))/0x9)+parseInt(_0x529536(0x134))/0xa+parseInt(_0x529536(0x12b))/0xb*(-parseInt(_0x529536(0x131))/0xc);if(_0x562d2c===_0x4a791e)break;else _0x4058ba['push'](_0x4058ba['shift']());}catch(_0x5192b1){_0x4058ba['push'](_0x4058ba['shift']());}}}(_0x4fcf,0x9f70b));import{Plugin as _0x23977e}from'ckeditor5/src/core.js';function _0x322e(_0x556744,_0x5f18ca){const _0x4fcf5a=_0x4fcf();return _0x322e=function(_0x322e95,_0x28b4c5){_0x322e95=_0x322e95-0x122;let _0x58bdd1=_0x4fcf5a[_0x322e95];return _0x58bdd1;},_0x322e(_0x556744,_0x5f18ca);}export default class H extends _0x23977e{[_0xc0ac13(0x128)](){const _0x32f9c7=_0xc0ac13,_0x1f2149=this[_0x32f9c7(0x123)];if(!_0x1f2149[_0x32f9c7(0x135)][_0x32f9c7(0x136)](_0x32f9c7(0x129)))return;_0x1f2149[_0x32f9c7(0x135)][_0x32f9c7(0x12d)](_0x32f9c7(0x126))[_0x32f9c7(0x12e)](_0x32f9c7(0x12f));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x2e9304=_0x71e9;(function(_0x2501b0,_0x1acc3){const _0x209a92=_0x71e9,_0x36c909=_0x2501b0();while(!![]){try{const _0x2530dd=parseInt(_0x209a92(0x205))/0x1*(-parseInt(_0x209a92(0x1f3))/0x2)+parseInt(_0x209a92(0x208))/0x3+-parseInt(_0x209a92(0x1fa))/0x4*(parseInt(_0x209a92(0x20c))/0x5)+-parseInt(_0x209a92(0x1dc))/0x6+-parseInt(_0x209a92(0x1e7))/0x7*(-parseInt(_0x209a92(0x1d7))/0x8)+-parseInt(_0x209a92(0x1e0))/0x9*(-parseInt(_0x209a92(0x207))/0xa)+-parseInt(_0x209a92(0x1e8))/0xb;if(_0x2530dd===_0x1acc3)break;else _0x36c909['push'](_0x36c909['shift']());}catch(_0x48aeb6){_0x36c909['push'](_0x36c909['shift']());}}}(_0x5753,0x39634));import{Plugin as _0x2c2773}from'ckeditor5/src/core.js';import{LiveRange as _0x4ed0e8}from'ckeditor5/src/engine.js';import{Delete as _0xddadd0}from'ckeditor5/src/typing.js';function _0x71e9(_0x133f3f,_0x11dcfd){const _0x575382=_0x5753();return _0x71e9=function(_0x71e977,_0x26d38a){_0x71e977=_0x71e977-0x1d0;let _0x93a1b0=_0x575382[_0x71e977];return _0x93a1b0;},_0x71e9(_0x133f3f,_0x11dcfd);}import{downcastSplitMergeMarker as _0x5a96d8}from'./utils.js';function _0x5753(){const _0x245538=['4AWRDks','plugins','uiElement','start','batch','init','remove','4yOqJUD','writer','TrackChangesEditing','high','$graveyard','detach','modifySelection','createRange','commands','showSuggestionHighlights','unlock','115726XdQbZc','merge','6870qpfBZO','1184472dSZPoi','markerName','rootName','delete','1279565KueQFx','downcastDispatcher','selection','get','bind','markerNameToElements','setSelection','model','8DjVZrE','unbindElementFromMarkerName','buffer','fromRange','getFirstRange','862944HFxXOe','deleteForward','end','createSelection','5409fXLeDX','editor','data','unit','root','lock','removeMarker:suggestion:deletion','893802RtszJF','760628chRqce','isCollapsed','requires','document','enqueueChange','mapper','enableCommand','options','editing','addMarker:suggestion:deletion','forward'];_0x5753=function(){return _0x245538;};return _0x5753();}export default class q extends _0x2c2773{static get[_0x2e9304(0x1ea)](){return[_0xddadd0];}[_0x2e9304(0x1f8)](){const _0x18d8b9=_0x2e9304,_0x18fdfe=this[_0x18d8b9(0x1e1)],_0x4f913e=_0x18fdfe[_0x18d8b9(0x1f4)][_0x18d8b9(0x1d2)](_0x18d8b9(0x1fc));_0x4f913e[_0x18d8b9(0x1ee)](_0x18d8b9(0x20b));const _0x106226=_0x18fdfe[_0x18d8b9(0x202)][_0x18d8b9(0x1d2)](_0x18d8b9(0x1dd));_0x4f913e[_0x18d8b9(0x1ee)](_0x18d8b9(0x1dd),(_0x4e3b13,_0x2e4809={})=>{const _0x353c40=_0x18d8b9,_0x337850=_0x18fdfe[_0x353c40(0x1d6)][_0x353c40(0x1df)](_0x18fdfe[_0x353c40(0x1d6)][_0x353c40(0x1eb)][_0x353c40(0x1d1)]);_0x337850[_0x353c40(0x1e9)]&&_0x18fdfe[_0x353c40(0x1d6)][_0x353c40(0x200)](_0x337850,{'direction':_0x353c40(0x1f2),'unit':_0x2e4809[_0x353c40(0x1e3)]});const _0x43c132=_0x337850[_0x353c40(0x1db)](),_0xc4b519=_0x4ed0e8[_0x353c40(0x1da)](_0x43c132);let _0x38514b;_0x4e3b13(_0x2e4809),_0x38514b=_0x353c40(0x1fe)==_0xc4b519[_0x353c40(0x1e4)][_0x353c40(0x20a)]?_0x18fdfe[_0x353c40(0x1d6)][_0x353c40(0x201)](_0x43c132[_0x353c40(0x1f6)]):_0x18fdfe[_0x353c40(0x1d6)][_0x353c40(0x201)](_0xc4b519[_0x353c40(0x1f6)],_0xc4b519[_0x353c40(0x1de)]),_0xc4b519[_0x353c40(0x1ff)](),_0x18fdfe[_0x353c40(0x1d6)][_0x353c40(0x1ec)](_0x106226[_0x353c40(0x1d9)][_0x353c40(0x1f7)],_0x2ba399=>{const _0x585b90=_0x353c40;_0x106226[_0x585b90(0x1d9)][_0x585b90(0x1e5)](),_0x2ba399[_0x585b90(0x1d5)](_0x2ba399[_0x585b90(0x201)](_0x38514b[_0x585b90(0x1de)])),_0x106226[_0x585b90(0x1d9)][_0x585b90(0x204)]();});}),_0x18fdfe[_0x18d8b9(0x1f0)][_0x18d8b9(0x1d0)]['on'](_0x18d8b9(0x1f1),_0x5a96d8(_0x18fdfe,_0x18d8b9(0x206)),{'priority':_0x18d8b9(0x1fd)}),_0x18fdfe[_0x18d8b9(0x1e2)][_0x18d8b9(0x1d0)]['on'](_0x18d8b9(0x1f1),(_0x4ffb07,_0x581d75,_0x8c0c87)=>{const _0x164e27=_0x18d8b9;_0x8c0c87[_0x164e27(0x1ef)][_0x164e27(0x203)]&&_0x5a96d8(_0x18fdfe,_0x164e27(0x206),{'showActiveMarker':!0x1})[_0x164e27(0x1d3)](this)(_0x4ffb07,_0x581d75,_0x8c0c87);},{'priority':_0x18d8b9(0x1fd)}),_0x18fdfe[_0x18d8b9(0x1f0)][_0x18d8b9(0x1d0)]['on'](_0x18d8b9(0x1e6),(_0x363496,_0x109878,_0x29fd10)=>{const _0x5584c1=_0x18d8b9,_0x28e007=_0x29fd10[_0x5584c1(0x1ed)][_0x5584c1(0x1d4)](_0x109878[_0x5584c1(0x209)]);if(_0x28e007){for(const _0x2f3e97 of _0x28e007)_0x2f3e97['is'](_0x5584c1(0x1f5))&&(_0x29fd10[_0x5584c1(0x1ed)][_0x5584c1(0x1d8)](_0x2f3e97,_0x109878[_0x5584c1(0x209)]),_0x29fd10[_0x5584c1(0x1fb)][_0x5584c1(0x1f9)](_0x2f3e97));}},{'priority':_0x18d8b9(0x1fd)});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
function _0x2a1a(_0x5ac31d,_0x5547e1){const _0x2e5b92=_0x2e5b();return _0x2a1a=function(_0x2a1a1a,_0x135d46){_0x2a1a1a=_0x2a1a1a-0xd2;let _0x2550f2=_0x2e5b92[_0x2a1a1a];return _0x2550f2;},_0x2a1a(_0x5ac31d,_0x5547e1);}const _0x326720=_0x2a1a;(function(_0x5afd05,_0x180047){const _0x1fbd45=_0x2a1a,_0x471d63=_0x5afd05();while(!![]){try{const _0x3a92fb=parseInt(_0x1fbd45(0xf5))/0x1+parseInt(_0x1fbd45(0xd3))/0x2+-parseInt(_0x1fbd45(0xdb))/0x3*(-parseInt(_0x1fbd45(0xe4))/0x4)+parseInt(_0x1fbd45(0xd8))/0x5*(parseInt(_0x1fbd45(0xf6))/0x6)+-parseInt(_0x1fbd45(0xd7))/0x7+parseInt(_0x1fbd45(0xfc))/0x8+-parseInt(_0x1fbd45(0xdc))/0x9*(parseInt(_0x1fbd45(0xf3))/0xa);if(_0x3a92fb===_0x180047)break;else _0x471d63['push'](_0x471d63['shift']());}catch(_0x298f9d){_0x471d63['push'](_0x471d63['shift']());}}}(_0x2e5b,0xb5f23));import{Plugin as _0x5125b8}from'ckeditor5/src/core.js';import{Enter as _0x3c3551}from'ckeditor5/src/enter.js';function _0x2e5b(){const _0x6ab02d=['showSuggestionHighlights','writer','get','setSelection','markerName','change','enableCommand','markerNameToElements','ck-suggestion-marker-split','addMarker:suggestion:insertion','removeMarker:suggestion:insertion','10vfCMAJ','split','41692eevfBX','35766YGOOkV','afterExecute','mapper','selection','parent','commands','5527536leGrjN','downcastDispatcher','data','plugins','enter','markInsertion','getFirstRange','options','init','enterBlock','document','hasClass','nextSibling','requires','2311056pWzVFj','model','end','fire','9316559HhXkjw','365pFVTDV','TrackChangesEditing','remove','169149mnZKZl','13387977nIBhbE','unbindElementFromMarkerName','fromRange','getFirstPosition','createRange','detach','createPositionAt','editing','88eItcva','high','bind','editor'];_0x2e5b=function(){return _0x6ab02d;};return _0x2e5b();}import{LiveRange as _0x3ce7ed}from'ckeditor5/src/engine.js';import{downcastSplitMergeMarker as _0x55e127}from'./utils.js';export default class W extends _0x5125b8{static get[_0x326720(0xd2)](){return[_0x3c3551];}[_0x326720(0x104)](){const _0x20cf99=_0x326720,_0xc674bd=this[_0x20cf99(0xe7)],_0x52918b=_0xc674bd[_0x20cf99(0xff)][_0x20cf99(0xea)](_0x20cf99(0xd9)),_0x3d128e=_0xc674bd[_0x20cf99(0xfb)][_0x20cf99(0xea)](_0x20cf99(0x100));_0x52918b[_0x20cf99(0xee)](_0x20cf99(0x100),()=>{const _0x3fa2a6=_0x20cf99;_0xc674bd[_0x3fa2a6(0xd4)][_0x3fa2a6(0xed)](_0x202019=>{const _0x41ac05=_0x3fa2a6,_0x34329f=_0xc674bd[_0x41ac05(0xd4)][_0x41ac05(0x106)][_0x41ac05(0xf9)],_0x3018c4=_0x34329f[_0x41ac05(0xdf)](),_0x56b359=_0x3ce7ed[_0x41ac05(0xde)](_0x34329f[_0x41ac05(0x102)]());if(_0x3d128e[_0x41ac05(0x105)](_0x202019)){const _0x28bb7d=_0xc674bd[_0x41ac05(0xd4)][_0x41ac05(0xe2)](_0x3018c4[_0x41ac05(0xfa)][_0x41ac05(0x108)],0x0),_0x17664f=_0x202019[_0x41ac05(0xe0)](_0x3018c4,_0x28bb7d);_0x52918b[_0x41ac05(0x101)](_0x17664f);}else _0x202019[_0x41ac05(0xeb)](_0x202019[_0x41ac05(0xe0)](_0x56b359[_0x41ac05(0xd5)]));_0x56b359[_0x41ac05(0xe1)](),_0x3d128e[_0x41ac05(0xd6)](_0x41ac05(0xf7),{'writer':_0x202019});});}),_0xc674bd[_0x20cf99(0xe3)][_0x20cf99(0xfd)]['on'](_0x20cf99(0xf1),_0x55e127(_0xc674bd,_0x20cf99(0xf4)),{'priority':_0x20cf99(0xe5)}),_0xc674bd[_0x20cf99(0xe3)][_0x20cf99(0xfd)]['on'](_0x20cf99(0xf2),(_0x5e5b5c,_0x20550a,_0xd7a553)=>{const _0xcee0db=_0x20cf99,_0x3c9340=_0xd7a553[_0xcee0db(0xf8)][_0xcee0db(0xef)](_0x20550a[_0xcee0db(0xec)]);if(_0x3c9340){for(const _0x4989fb of _0x3c9340)_0x4989fb[_0xcee0db(0x107)](_0xcee0db(0xf0))&&(_0xd7a553[_0xcee0db(0xf8)][_0xcee0db(0xdd)](_0x4989fb,_0x20550a[_0xcee0db(0xec)]),_0xd7a553[_0xcee0db(0xe9)][_0xcee0db(0xda)](_0x4989fb));}},{'priority':_0x20cf99(0xe5)}),_0xc674bd[_0x20cf99(0xfe)][_0x20cf99(0xfd)]['on'](_0x20cf99(0xf1),(_0x2aa0c3,_0x26b677,_0x33a0b7)=>{const _0xed7ee=_0x20cf99;_0x33a0b7[_0xed7ee(0x103)][_0xed7ee(0xe8)]&&_0x55e127(_0xc674bd,_0xed7ee(0xf4),{'showActiveMarker':!0x1})[_0xed7ee(0xe6)](this)(_0x2aa0c3,_0x26b677,_0x33a0b7);},{'priority':_0x20cf99(0xe5)});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x4b14bc=_0x1705;(function(_0x3adec6,_0x3eb9eb){const _0x40ffdb=_0x1705,_0x2ee0a2=_0x3adec6();while(!![]){try{const _0x39e489=-parseInt(_0x40ffdb(0xa2))/0x1*(parseInt(_0x40ffdb(0x97))/0x2)+-parseInt(_0x40ffdb(0x98))/0x3*(-parseInt(_0x40ffdb(0xa6))/0x4)+parseInt(_0x40ffdb(0xa4))/0x5*(parseInt(_0x40ffdb(0xaa))/0x6)+-parseInt(_0x40ffdb(0xb0))/0x7+parseInt(_0x40ffdb(0xbd))/0x8+parseInt(_0x40ffdb(0x9c))/0x9+-parseInt(_0x40ffdb(0xa9))/0xa;if(_0x39e489===_0x3eb9eb)break;else _0x2ee0a2['push'](_0x2ee0a2['shift']());}catch(_0x387532){_0x2ee0a2['push'](_0x2ee0a2['shift']());}}}(_0x3643,0xbdf32));function _0x1705(_0x2c7e46,_0x4d9712){const _0x36434e=_0x3643();return _0x1705=function(_0x17059a,_0x2f8c92){_0x17059a=_0x17059a-0x96;let _0x3d5ab6=_0x36434e[_0x17059a];return _0x3d5ab6;},_0x1705(_0x2c7e46,_0x4d9712);}import{Plugin as _0x23c8d2}from'ckeditor5/src/core.js';function _0x3643(){const _0x46f6d4=['findNext','findByTextCallback','afterInit','10591929BlKjjN','createPositionAt','getIntersection','handleFindCommand','find','model','1pTToWi','getRange','166735ZNycBZ','_isInDeletionRange','4CTGdWX','editor','FindAndReplaceUtils','16037800EvZUIK','270WUVAvh','bind','filter','has','start','enableCommand','9416687bXSHuO','TrackChangesEditing','suggestion:deletion','plugins','replace','end','item','markers','getMarkersGroup','findPrevious','replaceAll','createRange','FindAndReplaceEditing','6443384BqewAh','get','string','853482GEBACa','2012631qEKeuw'];_0x3643=function(){return _0x46f6d4;};return _0x3643();}export default class J extends _0x23c8d2{[_0x4b14bc(0x9b)](){const _0x3edaf7=_0x4b14bc;if(!this[_0x3edaf7(0xa7)][_0x3edaf7(0xb3)][_0x3edaf7(0xad)](_0x3edaf7(0xbc)))return;const _0x441775=this[_0x3edaf7(0xa7)][_0x3edaf7(0xb3)][_0x3edaf7(0xbe)](_0x3edaf7(0xb1));_0x441775[_0x3edaf7(0xaf)](_0x3edaf7(0xa0),this[_0x3edaf7(0x9f)][_0x3edaf7(0xab)](this)),_0x441775[_0x3edaf7(0xaf)](_0x3edaf7(0x99)),_0x441775[_0x3edaf7(0xaf)](_0x3edaf7(0xb9)),_0x441775[_0x3edaf7(0xaf)](_0x3edaf7(0xb4)),_0x441775[_0x3edaf7(0xaf)](_0x3edaf7(0xba));}[_0x4b14bc(0x9f)](_0x3ef7c,_0x55e58b,_0x541112={}){const _0x1b7668=_0x4b14bc,_0x438aa2=this[_0x1b7668(0xa7)][_0x1b7668(0xb3)][_0x1b7668(0xbe)](_0x1b7668(0xa8));return _0x3ef7c(_0x16ef5e=>(_0x1b7668(0x96)==typeof _0x55e58b?_0x438aa2[_0x1b7668(0x9a)](_0x55e58b,_0x541112):_0x55e58b)(_0x16ef5e)[_0x1b7668(0xac)](_0x525e30=>!0x1===this[_0x1b7668(0xa5)](_0x525e30,_0x16ef5e[_0x1b7668(0xb6)])),_0x541112);}[_0x4b14bc(0xa5)](_0x2c3dd4,_0x4ecaf5){const _0x26807c=_0x4b14bc,_0x3e24fd=this[_0x26807c(0xa7)][_0x26807c(0xa1)][_0x26807c(0xbb)](this[_0x26807c(0xa7)][_0x26807c(0xa1)][_0x26807c(0x9d)](_0x4ecaf5,_0x2c3dd4[_0x26807c(0xae)]),this[_0x26807c(0xa7)][_0x26807c(0xa1)][_0x26807c(0x9d)](_0x4ecaf5,_0x2c3dd4[_0x26807c(0xb5)]));for(const _0x108ec4 of this[_0x26807c(0xa7)][_0x26807c(0xa1)][_0x26807c(0xb7)][_0x26807c(0xb8)](_0x26807c(0xb2)))if(null!==_0x3e24fd[_0x26807c(0x9e)](_0x108ec4[_0x26807c(0xa3)]()))return!0x0;return!0x1;}}
|