@ckeditor/ckeditor5-track-changes 43.0.0-alpha.5 → 43.0.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/build/track-changes.js +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -3
- package/dist/trackchangesconfig.d.ts +7 -0
- package/dist/translations/ar.js +1 -1
- package/dist/translations/ar.umd.js +1 -1
- package/dist/translations/az.js +1 -1
- package/dist/translations/az.umd.js +1 -1
- package/dist/translations/bg.js +1 -1
- package/dist/translations/bg.umd.js +1 -1
- package/dist/translations/bn.js +1 -1
- package/dist/translations/bn.umd.js +1 -1
- package/dist/translations/ca.js +1 -1
- package/dist/translations/ca.umd.js +1 -1
- package/dist/translations/cs.js +1 -1
- package/dist/translations/cs.umd.js +1 -1
- package/dist/translations/da.js +1 -1
- package/dist/translations/da.umd.js +1 -1
- package/dist/translations/de.js +1 -1
- package/dist/translations/de.umd.js +1 -1
- package/dist/translations/el.js +1 -1
- package/dist/translations/el.umd.js +1 -1
- package/dist/translations/en-au.js +1 -1
- package/dist/translations/en-au.umd.js +1 -1
- package/dist/translations/en.umd.js +1 -1
- package/dist/translations/es.js +1 -1
- package/dist/translations/es.umd.js +1 -1
- package/dist/translations/et.js +1 -1
- package/dist/translations/et.umd.js +1 -1
- package/dist/translations/fi.js +1 -1
- package/dist/translations/fi.umd.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/fr.umd.js +1 -1
- package/dist/translations/gl.js +1 -1
- package/dist/translations/gl.umd.js +1 -1
- package/dist/translations/he.js +1 -1
- package/dist/translations/he.umd.js +1 -1
- package/dist/translations/hi.js +1 -1
- package/dist/translations/hi.umd.js +1 -1
- package/dist/translations/hr.js +1 -1
- package/dist/translations/hr.umd.js +1 -1
- package/dist/translations/hu.js +1 -1
- package/dist/translations/hu.umd.js +1 -1
- package/dist/translations/id.js +1 -1
- package/dist/translations/id.umd.js +1 -1
- package/dist/translations/it.js +1 -1
- package/dist/translations/it.umd.js +1 -1
- package/dist/translations/ja.js +1 -1
- package/dist/translations/ja.umd.js +1 -1
- package/dist/translations/ko.js +1 -1
- package/dist/translations/ko.umd.js +1 -1
- package/dist/translations/lt.js +1 -1
- package/dist/translations/lt.umd.js +1 -1
- package/dist/translations/lv.js +1 -1
- package/dist/translations/lv.umd.js +1 -1
- package/dist/translations/ms.js +1 -1
- package/dist/translations/ms.umd.js +1 -1
- package/dist/translations/nl.js +1 -1
- package/dist/translations/nl.umd.js +1 -1
- package/dist/translations/no.js +1 -1
- package/dist/translations/no.umd.js +1 -1
- package/dist/translations/pl.js +1 -1
- package/dist/translations/pl.umd.js +1 -1
- package/dist/translations/pt-br.js +1 -1
- package/dist/translations/pt-br.umd.js +1 -1
- package/dist/translations/pt.js +1 -1
- package/dist/translations/pt.umd.js +1 -1
- package/dist/translations/ro.js +1 -1
- package/dist/translations/ro.umd.js +1 -1
- package/dist/translations/ru.js +1 -1
- package/dist/translations/ru.umd.js +1 -1
- package/dist/translations/sk.js +1 -1
- package/dist/translations/sk.umd.js +1 -1
- package/dist/translations/sq.js +1 -1
- package/dist/translations/sq.umd.js +1 -1
- package/dist/translations/sr-latn.js +1 -1
- package/dist/translations/sr-latn.umd.js +1 -1
- package/dist/translations/sr.js +1 -1
- package/dist/translations/sr.umd.js +1 -1
- package/dist/translations/sv.js +1 -1
- package/dist/translations/sv.umd.js +1 -1
- package/dist/translations/th.js +1 -1
- package/dist/translations/th.umd.js +1 -1
- package/dist/translations/tk.js +1 -1
- package/dist/translations/tk.umd.js +1 -1
- package/dist/translations/tr.js +1 -1
- package/dist/translations/tr.umd.js +1 -1
- package/dist/translations/tt.js +1 -1
- package/dist/translations/tt.umd.js +1 -1
- package/dist/translations/uk.js +1 -1
- package/dist/translations/uk.umd.js +1 -1
- package/dist/translations/ur.js +1 -1
- package/dist/translations/ur.umd.js +1 -1
- package/dist/translations/vi.js +1 -1
- package/dist/translations/vi.umd.js +1 -1
- package/dist/translations/zh-cn.js +1 -1
- package/dist/translations/zh-cn.umd.js +1 -1
- package/dist/translations/zh.js +1 -1
- package/dist/translations/zh.umd.js +1 -1
- package/dist/ui/suggestioncontroller.d.ts +1 -1
- package/dist/ui/view/basesuggestionthreadview.d.ts +8 -2
- package/dist/ui/view/suggestionthreadview.d.ts +42 -137
- package/dist/ui/view/suggestionview.d.ts +194 -0
- package/package.json +10 -10
- 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.d.ts +1 -0
- 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/mergefields.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/trackchangesconfig.d.ts +7 -0
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.d.ts +1 -1
- package/src/ui/suggestioncontroller.js +2 -2
- package/src/ui/view/basesuggestionthreadview.d.ts +8 -2
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.d.ts +42 -137
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/ui/view/suggestionview.d.ts +190 -0
- package/src/ui/view/suggestionview.js +23 -0
- package/src/utils/common-translations.js +1 -1
- package/src/utils/utils.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-track-changes",
|
|
3
|
-
"version": "43.0.0
|
|
3
|
+
"version": "43.0.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,15 +41,15 @@
|
|
|
41
41
|
"CHANGELOG.md"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@ckeditor/ckeditor5-core": "43.0.0
|
|
45
|
-
"@ckeditor/ckeditor5-engine": "43.0.0
|
|
46
|
-
"@ckeditor/ckeditor5-enter": "43.0.0
|
|
47
|
-
"@ckeditor/ckeditor5-typing": "43.0.0
|
|
48
|
-
"@ckeditor/ckeditor5-ui": "43.0.0
|
|
49
|
-
"@ckeditor/ckeditor5-utils": "43.0.0
|
|
50
|
-
"@ckeditor/ckeditor5-widget": "43.0.0
|
|
51
|
-
"ckeditor5": "43.0.0
|
|
52
|
-
"ckeditor5-collaboration": "43.0.0
|
|
44
|
+
"@ckeditor/ckeditor5-core": "43.0.0",
|
|
45
|
+
"@ckeditor/ckeditor5-engine": "43.0.0",
|
|
46
|
+
"@ckeditor/ckeditor5-enter": "43.0.0",
|
|
47
|
+
"@ckeditor/ckeditor5-typing": "43.0.0",
|
|
48
|
+
"@ckeditor/ckeditor5-ui": "43.0.0",
|
|
49
|
+
"@ckeditor/ckeditor5-utils": "43.0.0",
|
|
50
|
+
"@ckeditor/ckeditor5-widget": "43.0.0",
|
|
51
|
+
"ckeditor5": "43.0.0",
|
|
52
|
+
"ckeditor5-collaboration": "43.0.0",
|
|
53
53
|
"lodash-es": "4.17.21"
|
|
54
54
|
},
|
|
55
55
|
"types": "src/index.d.ts",
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x350c25=_0x5b8b;(function(_0x30e8a1,_0x38bb6c){const _0x5094e2=_0x5b8b,_0x121049=_0x30e8a1();while(!![]){try{const _0x36f0c8=-parseInt(_0x5094e2(0x174))/0x1+parseInt(_0x5094e2(0x168))/0x2*(parseInt(_0x5094e2(0x16c))/0x3)+-parseInt(_0x5094e2(0x175))/0x4+parseInt(_0x5094e2(0x179))/0x5*(parseInt(_0x5094e2(0x16a))/0x6)+parseInt(_0x5094e2(0x169))/0x7*(-parseInt(_0x5094e2(0x17e))/0x8)+parseInt(_0x5094e2(0x16f))/0x9*(parseInt(_0x5094e2(0x171))/0xa)+parseInt(_0x5094e2(0x17d))/0xb;if(_0x36f0c8===_0x38bb6c)break;else _0x121049['push'](_0x121049['shift']());}catch(_0x442099){_0x121049['push'](_0x121049['shift']());}}}(_0x2a6b,0x216b7));function _0x2a6b(){const _0x1b97f2=['editor','_suggestions','get','460kSWcNY','canEditAt','model','isEnabled','2966524KSpToQ','8OdmNtJ','track-changes-accept-suggestion-not-found','TrackChangesEditing','2iWxIEZ','537971wphEav','9678Dnxefj','getRanges','61269RcJQod','_isEnabledBasedOnSelection','plugins','8433ErollW','execute','2770AMiMAt','acceptSuggestion','refresh','237245FuuYcS','988268XyETlR'];_0x2a6b=function(){return _0x1b97f2;};return _0x2a6b();}function _0x5b8b(_0x44b43f,_0x148457){const _0x2a6b23=_0x2a6b();return _0x5b8b=function(_0x5b8b95,_0x33e5ce){_0x5b8b95=_0x5b8b95-0x166;let _0x15ea32=_0x2a6b23[_0x5b8b95];return _0x15ea32;},_0x5b8b(_0x44b43f,_0x148457);}import{Command as _0x35ecd1}from'ckeditor5/src/core.js';import{CKEditorError as _0x8fb7e0}from'ckeditor5/src/utils.js';export default class x extends _0x35ecd1{constructor(_0x4b792c,_0x591c47){const _0x47bfd1=_0x5b8b;super(_0x4b792c),this[_0x47bfd1(0x177)]=_0x591c47,this[_0x47bfd1(0x173)](),this[_0x47bfd1(0x16d)]=!0x1;}[_0x350c25(0x173)](){const _0x47cd7c=_0x350c25;this[_0x47cd7c(0x17c)]=!0x0;}[_0x350c25(0x170)](_0x410a9d){const _0x13e031=_0x350c25,_0x4f3a79=this[_0x13e031(0x177)][_0x13e031(0x178)](_0x410a9d);if(!_0x4f3a79)throw new _0x8fb7e0(_0x13e031(0x166),this);const _0x170521=_0x4f3a79[_0x13e031(0x16b)]();this[_0x13e031(0x176)][_0x13e031(0x17b)][_0x13e031(0x17a)](_0x170521)&&this[_0x13e031(0x176)][_0x13e031(0x16e)][_0x13e031(0x178)](_0x13e031(0x167))[_0x13e031(0x172)](_0x4f3a79);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x37a6d2=_0x238d;(function(_0x22c17c,_0x3ebede){const _0x24be68=_0x238d,_0x4cda94=_0x22c17c();while(!![]){try{const _0x5287d7=parseInt(_0x24be68(0x1b9))/0x1+-parseInt(_0x24be68(0x1c1))/0x2*(-parseInt(_0x24be68(0x1c5))/0x3)+parseInt(_0x24be68(0x1b5))/0x4*(parseInt(_0x24be68(0x1c6))/0x5)+-parseInt(_0x24be68(0x1c8))/0x6*(-parseInt(_0x24be68(0x1bb))/0x7)+parseInt(_0x24be68(0x1bc))/0x8+parseInt(_0x24be68(0x1c0))/0x9*(-parseInt(_0x24be68(0x1c3))/0xa)+-parseInt(_0x24be68(0x1b7))/0xb;if(_0x5287d7===_0x3ebede)break;else _0x4cda94['push'](_0x4cda94['shift']());}catch(_0x451f81){_0x4cda94['push'](_0x4cda94['shift']());}}}(_0x31af,0x545bb));import{Command as _0x296e09}from'ckeditor5/src/core.js';import{CKEditorError as _0x351d8f}from'ckeditor5/src/utils.js';function _0x238d(_0x9d0393,_0x1f5d52){const _0x31afd3=_0x31af();return _0x238d=function(_0x238d68,_0x2c3905){_0x238d68=_0x238d68-0x1b5;let _0x3726c2=_0x31afd3[_0x238d68];return _0x3726c2;},_0x238d(_0x9d0393,_0x1f5d52);}function _0x31af(){const _0x4457e2=['discardSuggestion','12139446pTgxLK','plugins','441091SpCuqv','isEnabled','576331xLZLZw','3639304xktxry','_isEnabledBasedOnSelection','refresh','_suggestions','9HHabQx','155662dHuKAl','model','6004930HtALIs','getRanges','3NQcFzA','2115qkrYLm','canEditAt','30tesNvQ','editor','track-changes-discard-suggestion-not-found','get','TrackChangesEditing','execute','6280DWLMLi'];_0x31af=function(){return _0x4457e2;};return _0x31af();}export default class R extends _0x296e09{constructor(_0x3c7437,_0x1a87a3){const _0x4a238a=_0x238d;super(_0x3c7437),this[_0x4a238a(0x1bf)]=_0x1a87a3,this[_0x4a238a(0x1be)](),this[_0x4a238a(0x1bd)]=!0x1;}[_0x37a6d2(0x1be)](){const _0x34a82f=_0x37a6d2;this[_0x34a82f(0x1ba)]=!0x0;}[_0x37a6d2(0x1cd)](_0x5d4469){const _0x21adcc=_0x37a6d2,_0x5e3892=this[_0x21adcc(0x1bf)][_0x21adcc(0x1cb)](_0x5d4469);if(!_0x5e3892)throw new _0x351d8f(_0x21adcc(0x1ca),this);const _0x2fa973=_0x5e3892[_0x21adcc(0x1c4)]();this[_0x21adcc(0x1c9)][_0x21adcc(0x1c2)][_0x21adcc(0x1c7)](_0x2fa973)&&this[_0x21adcc(0x1c9)][_0x21adcc(0x1b8)][_0x21adcc(0x1cb)](_0x21adcc(0x1cc))[_0x21adcc(0x1b6)](_0x5e3892);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x13ac57=_0x1a69;function _0x429e(){const _0x34193=['5619365ERdYkX','_suggestions','refresh','6186169swYsIh','_command','model','852093notlwE','some','_isEnabledBasedOnSelection','10GKstkO','556xbIYNB','values','isInContent','414MYKqKQ','editor','703440euuABE','2024auxilh','3634TzNtaV','35dGTtRl','getRanges','3602730DoVsMh','execute','canEditAt','from','isEnabled'];_0x429e=function(){return _0x34193;};return _0x429e();}(function(_0x1e724f,_0x1cf0f4){const _0x26844c=_0x1a69,_0xfd767=_0x1e724f();while(!![]){try{const _0x36442a=-parseInt(_0x26844c(0xfa))/0x1*(parseInt(_0x26844c(0xf3))/0x2)+parseInt(_0x26844c(0xf6))/0x3*(-parseInt(_0x26844c(0xf9))/0x4)+parseInt(_0x26844c(0xe9))/0x5+parseInt(_0x26844c(0xfd))/0x6+parseInt(_0x26844c(0xfb))/0x7*(-parseInt(_0x26844c(0xf8))/0x8)+-parseInt(_0x26844c(0xef))/0x9+-parseInt(_0x26844c(0xf2))/0xa*(-parseInt(_0x26844c(0xec))/0xb);if(_0x36442a===_0x1cf0f4)break;else _0xfd767['push'](_0xfd767['shift']());}catch(_0x5a2d7d){_0xfd767['push'](_0xfd767['shift']());}}}(_0x429e,0xa422c));function _0x1a69(_0x44abb2,_0x4060b7){const _0x429e4b=_0x429e();return _0x1a69=function(_0x1a6969,_0x33f4dc){_0x1a6969=_0x1a6969-0xe8;let _0x153371=_0x429e4b[_0x1a6969];return _0x153371;},_0x1a69(_0x44abb2,_0x4060b7);}import{Command as _0x317d61}from'ckeditor5/src/core.js';import{sortSuggestions as _0x4260b6,executeCommandForSuggestions as _0x51911e}from'../utils/utils.js';export default class E extends _0x317d61{constructor(_0x2d0b04,_0x5d285a,_0x18d1a9){const _0x1d676e=_0x1a69;super(_0x2d0b04),this[_0x1d676e(0xed)]=_0x5d285a,this[_0x1d676e(0xea)]=_0x18d1a9,this[_0x1d676e(0xeb)](),this[_0x1d676e(0xf1)]=!0x1;}[_0x13ac57(0xeb)](){const _0x27e119=_0x13ac57,_0x247d0d=Array[_0x27e119(0x100)](this[_0x27e119(0xea)][_0x27e119(0xf4)]())[_0x27e119(0xf0)](_0x48edd3=>_0x48edd3[_0x27e119(0xf5)]);this[_0x27e119(0xe8)]=this[_0x27e119(0xed)][_0x27e119(0xe8)]&&_0x247d0d;}[_0x13ac57(0xfe)](){const _0x2ee54=_0x13ac57,_0x510f9e=_0x4260b6(Array[_0x2ee54(0x100)](this[_0x2ee54(0xea)][_0x2ee54(0xf4)]()));for(const _0x2191d5 of _0x510f9e){const _0x38f8a3=_0x2191d5[_0x2ee54(0xfc)]();if(!this[_0x2ee54(0xf7)][_0x2ee54(0xee)][_0x2ee54(0xff)](_0x38f8a3))return;}_0x51911e(this[_0x2ee54(0xf7)][_0x2ee54(0xee)],this[_0x2ee54(0xed)],_0x510f9e);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x1420b0=_0x53f3;function _0x53f3(_0x47393c,_0x54f510){const _0x225843=_0x2258();return _0x53f3=function(_0x53f312,_0x357bef){_0x53f312=_0x53f312-0x127;let _0x5d0b44=_0x225843[_0x53f312];return _0x5d0b44;},_0x53f3(_0x47393c,_0x54f510);}function _0x2258(){const _0x45b9cb=['selection','4064852EWVClR','editor','_isEnabledBasedOnSelection','model','8ChzVFc','isEnabled','values','_suggestions','13870KrTQXM','execute','14rCkHcI','_command','_selectedSuggestions','5085HTWmWd','getRanges','document','refresh','7761710rQHooe','5194322HFRLHs','canEditAt','267525PLTgXN','size','from','1408962yEkBIQ','65560WkqRxi'];_0x2258=function(){return _0x45b9cb;};return _0x2258();}(function(_0x2ff3fe,_0xa2cbb){const _0x34e1d9=_0x53f3,_0x44d095=_0x2ff3fe();while(!![]){try{const _0x21666f=parseInt(_0x34e1d9(0x13b))/0x1+parseInt(_0x34e1d9(0x13d))/0x2*(parseInt(_0x34e1d9(0x12d))/0x3)+-parseInt(_0x34e1d9(0x133))/0x4+-parseInt(_0x34e1d9(0x12a))/0x5+-parseInt(_0x34e1d9(0x130))/0x6+parseInt(_0x34e1d9(0x12b))/0x7*(-parseInt(_0x34e1d9(0x137))/0x8)+-parseInt(_0x34e1d9(0x140))/0x9*(-parseInt(_0x34e1d9(0x131))/0xa);if(_0x21666f===_0xa2cbb)break;else _0x44d095['push'](_0x44d095['shift']());}catch(_0x2a605a){_0x44d095['push'](_0x44d095['shift']());}}}(_0x2258,0xc2887));import{Command as _0x1ed8dc}from'ckeditor5/src/core.js';import{sortSuggestions as _0x2c6b16,getSelectedSuggestions as _0x403698,executeCommandForSuggestions as _0x451221}from'../utils/utils.js';export default class O extends _0x1ed8dc{constructor(_0xbb5c38,_0x334d89,_0xae0f08){const _0x100d70=_0x53f3;super(_0xbb5c38),this[_0x100d70(0x13e)]=_0x334d89,this[_0x100d70(0x13a)]=_0xae0f08,this[_0x100d70(0x13f)]=new Set(),this[_0x100d70(0x129)](),this[_0x100d70(0x135)]=!0x1;}[_0x1420b0(0x129)](){const _0x59db4f=_0x1420b0,_0x22634e=this[_0x59db4f(0x134)][_0x59db4f(0x136)][_0x59db4f(0x128)][_0x59db4f(0x132)],_0x3a52b8=Array[_0x59db4f(0x12f)](this[_0x59db4f(0x13a)][_0x59db4f(0x139)]());this[_0x59db4f(0x13f)]=_0x403698(_0x22634e,_0x3a52b8),this[_0x59db4f(0x138)]=this[_0x59db4f(0x13e)][_0x59db4f(0x138)]&&!!this[_0x59db4f(0x13f)][_0x59db4f(0x12e)];}[_0x1420b0(0x13c)](){const _0x590755=_0x1420b0,_0x68e268=_0x2c6b16(Array[_0x590755(0x12f)](this[_0x590755(0x13f)]));for(const _0x55bf34 of _0x68e268){const _0x4267ab=_0x55bf34[_0x590755(0x127)]();if(!this[_0x590755(0x134)][_0x590755(0x136)][_0x590755(0x12c)](_0x4267ab))return;}_0x451221(this[_0x590755(0x134)][_0x590755(0x136)],this[_0x590755(0x13e)],_0x68e268);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x55f308=_0x36d9;(function(_0x3453fe,_0x129877){const _0x4a8fad=_0x36d9,_0x5d0212=_0x3453fe();while(!![]){try{const _0x300a35=-parseInt(_0x4a8fad(0x159))/0x1*(-parseInt(_0x4a8fad(0x166))/0x2)+-parseInt(_0x4a8fad(0x152))/0x3+-parseInt(_0x4a8fad(0x161))/0x4*(parseInt(_0x4a8fad(0x14f))/0x5)+parseInt(_0x4a8fad(0x15e))/0x6*(-parseInt(_0x4a8fad(0x15d))/0x7)+parseInt(_0x4a8fad(0x154))/0x8*(-parseInt(_0x4a8fad(0x151))/0x9)+parseInt(_0x4a8fad(0x15c))/0xa+parseInt(_0x4a8fad(0x155))/0xb;if(_0x300a35===_0x129877)break;else _0x5d0212['push'](_0x5d0212['shift']());}catch(_0x5a1346){_0x5d0212['push'](_0x5d0212['shift']());}}}(_0x1952,0x5eb1c));import{Command as _0x4f7bc8}from'ckeditor5/src/core.js';function _0x36d9(_0x313101,_0x273671){const _0x1952e7=_0x1952();return _0x36d9=function(_0x36d9d7,_0x5ea2b8){_0x36d9d7=_0x36d9d7-0x14d;let _0x28814e=_0x1952e7[_0x36d9d7];return _0x28814e;},_0x36d9(_0x313101,_0x273671);}export default class B extends _0x4f7bc8{constructor(_0x1cffef,_0x41bd99){const _0x734b0f=_0x36d9;super(_0x1cffef),this[_0x734b0f(0x15f)]=_0x41bd99,this[_0x734b0f(0x164)]=!0x1,this[_0x734b0f(0x15a)](),this[_0x734b0f(0x15b)]=!0x1;}[_0x55f308(0x15a)](){const _0x4dd450=_0x55f308;this[_0x4dd450(0x158)]=!0x0;}[_0x55f308(0x163)](){const _0x4fc95a=_0x55f308;this[_0x4fc95a(0x164)]=!this[_0x4fc95a(0x164)],this[_0x4fc95a(0x164)]?this[_0x4fc95a(0x162)]():this[_0x4fc95a(0x153)]();}[_0x55f308(0x162)](){const _0xb47a12=_0x55f308;for(const _0x5bdf5a of this[_0xb47a12(0x14e)][_0xb47a12(0x14d)][_0xb47a12(0x14d)]())_0x5bdf5a[_0xb47a12(0x160)]&&!this[_0xb47a12(0x15f)][_0xb47a12(0x157)](_0x5bdf5a)&&_0x5bdf5a[_0xb47a12(0x156)](_0xb47a12(0x150));}[_0x55f308(0x153)](){const _0x2e8924=_0x55f308;for(const _0x55e574 of this[_0x2e8924(0x14e)][_0x2e8924(0x14d)][_0x2e8924(0x14d)]())_0x55e574[_0x2e8924(0x160)]&&!this[_0x2e8924(0x15f)][_0x2e8924(0x157)](_0x55e574)&&_0x55e574[_0x2e8924(0x165)](_0x2e8924(0x150));}}function _0x1952(){const _0x3e9e6b=['5rriChL','TrackChangesCommand','18cNMfRq','353202YIoXOj','_enableCommands','2478344PTlyUJ','6793622OVjWGQ','forceDisabled','has','isEnabled','7262tpPSAq','refresh','_isEnabledBasedOnSelection','5692510orerGl','745717fCWtyt','6hJGVWP','_enabledCommands','affectsData','2812480YNZuva','_disableUnsupportedCommands','execute','value','clearForceDisabled','206FHRXrw','commands','editor'];_0x1952=function(){return _0x3e9e6b;};return _0x1952();}
|
package/src/index.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ export { default as TrackChangesEditing } from './trackchangesediting.js';
|
|
|
8
8
|
export type { SuggestionJSON } from './suggestion.js';
|
|
9
9
|
export { default as BaseSuggestionThreadView } from './ui/view/basesuggestionthreadview.js';
|
|
10
10
|
export { default as SuggestionThreadView } from './ui/view/suggestionthreadview.js';
|
|
11
|
+
export { default as SuggestionView } from './ui/view/suggestionview.js';
|
|
11
12
|
export type { TrackChangesConfig } from './trackchangesconfig.js';
|
|
12
13
|
export type { default as AcceptSuggestionCommand } from './commands/acceptsuggestioncommand.js';
|
|
13
14
|
export type { default as DiscardSuggestionCommand } from './commands/discardsuggestioncommand.js';
|
package/src/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
function _0x5306(){var _0x4988ba=['424776LHiPeR','2558992fQdvHN','437010HieEXp','54EVPSCM','276899FTnwZO','36bqZbkI','824062KOSPDK','43230lZYwaf','24FQTzRi','229990TYRZTM'];_0x5306=function(){return _0x4988ba;};return _0x5306();}(function(_0x157729,_0x4fc2b6){var _0x2f3061=_0x12da,_0xe10ba0=_0x157729();while(!![]){try{var _0x332334=parseInt(_0x2f3061(0x104))/0x1+parseInt(_0x2f3061(0x100))/0x2+-parseInt(_0x2f3061(0x101))/0x3+-parseInt(_0x2f3061(0x102))/0x4*(-parseInt(_0x2f3061(0x103))/0x5)+parseInt(_0x2f3061(0x107))/0x6*(-parseInt(_0x2f3061(0x108))/0x7)+-parseInt(_0x2f3061(0x105))/0x8+parseInt(_0x2f3061(0x109))/0x9*(-parseInt(_0x2f3061(0x106))/0xa);if(_0x332334===_0x4fc2b6)break;else _0xe10ba0['push'](_0xe10ba0['shift']());}catch(_0x10dd06){_0xe10ba0['push'](_0xe10ba0['shift']());}}}(_0x5306,0x3c78e));export{default as TrackChanges}from'./trackchanges.js';export{default as TrackChangesData}from'./trackchangesdata.js';export{default as TrackChangesEditing}from'./trackchangesediting.js';export{default as BaseSuggestionThreadView}from'./ui/view/basesuggestionthreadview.js';export{default as SuggestionThreadView}from'./ui/view/suggestionthreadview.js';function _0x12da(_0xe7ac33,_0x2bcd83){var _0x530601=_0x5306();return _0x12da=function(_0x12dab4,_0x25c085){_0x12dab4=_0x12dab4-0x100;var _0x3b7d97=_0x530601[_0x12dab4];return _0x3b7d97;},_0x12da(_0xe7ac33,_0x2bcd83);}export{default as SuggestionView}from'./ui/view/suggestionview.js';import'./augmentation.js';
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x1ad0(_0x4b8343,_0x41fe6f){const _0x2a6e29=_0x2a6e();return _0x1ad0=function(_0x1ad04e,_0x3f88ac){_0x1ad04e=_0x1ad04e-0xf6;let _0x46ea80=_0x2a6e29[_0x1ad04e];return _0x46ea80;},_0x1ad0(_0x4b8343,_0x41fe6f);}const _0x12146d=_0x1ad0;(function(_0x5629a2,_0x30caac){const _0x57fd79=_0x1ad0,_0x28c3b1=_0x5629a2();while(!![]){try{const _0x567021=-parseInt(_0x57fd79(0xfe))/0x1+parseInt(_0x57fd79(0xfa))/0x2+parseInt(_0x57fd79(0xff))/0x3*(parseInt(_0x57fd79(0x107))/0x4)+parseInt(_0x57fd79(0xfb))/0x5*(-parseInt(_0x57fd79(0x101))/0x6)+-parseInt(_0x57fd79(0xf8))/0x7*(-parseInt(_0x57fd79(0x102))/0x8)+-parseInt(_0x57fd79(0x103))/0x9+-parseInt(_0x57fd79(0xfc))/0xa;if(_0x567021===_0x30caac)break;else _0x28c3b1['push'](_0x28c3b1['shift']());}catch(_0x472669){_0x28c3b1['push'](_0x28c3b1['shift']());}}}(_0x2a6e,0x2b43c));import{Plugin as _0x1de354}from'ckeditor5/src/core.js';function _0x2a6e(){const _0x3eaf2d=['editor','TrackChangesEditing','afterInit','294348DPaDQR','commands','enableCommand','18592VkFZvK','get','499776DDtJDO','215QOcTHx','785440IRZusM','showAIAssistant','9715CWIvDU','9tcCVDr','plugins','10902yylFfU','320nqvXLF','2099583vYAQhn'];_0x2a6e=function(){return _0x3eaf2d;};return _0x2a6e();}export default class V extends _0x1de354{[_0x12146d(0x106)](){const _0x5ecf58=_0x12146d,_0x59177b=this[_0x5ecf58(0x104)],_0x1d7903=_0x59177b[_0x5ecf58(0x100)][_0x5ecf58(0xf9)](_0x5ecf58(0x105));_0x59177b[_0x5ecf58(0xf6)][_0x5ecf58(0xf9)](_0x5ecf58(0xfd))&&_0x1d7903[_0x5ecf58(0xf7)](_0x5ecf58(0xfd));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x185f76=_0x4acc;function _0x4acc(_0x121d9b,_0x20122f){const _0x13fd10=_0x13fd();return _0x4acc=function(_0x4acc37,_0x3890b9){_0x4acc37=_0x4acc37-0x68;let _0x2cb2a1=_0x13fd10[_0x4acc37];return _0x2cb2a1;},_0x4acc(_0x121d9b,_0x20122f);}function _0x13fd(){const _0x201819=['FORMAT_ALIGNMENT','justify','formatBlock','311806aERMHS','alignment','locale','enableDefaultAttributesIntegration','get','797692rJaOoV','280268UTGRzo','registerAttributeLabel','2512485eHDaEl','format','6AZgpft','FORMAT_ALIGN_TO_RIGHT','FORMAT_JUSTIFY_TEXT','8KYdODH','3797017wHsagB','commandParams','descriptionFactory','has','AlignmentEditing','plugins','registerDescriptionCallback','_registerLegacyDescription','editor','right','commandName','*Format:*\x20%0','afterInit','TrackChangesEditing','923031WZQyUS','3933635Pfcnhd','left','FORMAT_ALIGN_TO_CENTER','value','registerBlockAttribute','FORMAT_ALIGN_TO_LEFT','center','type'];_0x13fd=function(){return _0x201819;};return _0x13fd();}(function(_0x2144c8,_0x30c285){const _0x7b5382=_0x4acc,_0x4540a3=_0x2144c8();while(!![]){try{const _0x28e656=-parseInt(_0x7b5382(0x70))/0x1+-parseInt(_0x7b5382(0x76))/0x2+parseInt(_0x7b5382(0x78))/0x3+parseInt(_0x7b5382(0x75))/0x4+-parseInt(_0x7b5382(0x8d))/0x5+-parseInt(_0x7b5382(0x7a))/0x6*(-parseInt(_0x7b5382(0x7e))/0x7)+-parseInt(_0x7b5382(0x7d))/0x8*(-parseInt(_0x7b5382(0x8c))/0x9);if(_0x28e656===_0x30c285)break;else _0x4540a3['push'](_0x4540a3['shift']());}catch(_0x12f608){_0x4540a3['push'](_0x4540a3['shift']());}}}(_0x13fd,0x6c369));import{Plugin as _0x1de548}from'ckeditor5/src/core.js';import{getTranslation as _0x24cc65}from'../utils/common-translations.js';export default class U extends _0x1de548{[_0x185f76(0x8a)](){const _0x7afe85=_0x185f76,_0xe4843f=this[_0x7afe85(0x86)],_0x2dbacc=_0xe4843f[_0x7afe85(0x72)];if(!_0xe4843f[_0x7afe85(0x83)][_0x7afe85(0x81)](_0x7afe85(0x82)))return;const _0x5f16b4=_0xe4843f[_0x7afe85(0x83)][_0x7afe85(0x74)](_0x7afe85(0x8b));_0x5f16b4[_0x7afe85(0x73)](_0x7afe85(0x71)),_0x5f16b4[_0x7afe85(0x69)](_0x7afe85(0x71)),_0x5f16b4[_0x7afe85(0x80)][_0x7afe85(0x77)](_0x7afe85(0x71),_0x24cc65(_0x2dbacc,_0x7afe85(0x6d))),this[_0x7afe85(0x85)]();}[_0x185f76(0x85)](){const _0x5d90c2=_0x185f76,_0x3d6f6b=this[_0x5d90c2(0x86)],_0x395c9c=_0x3d6f6b[_0x5d90c2(0x72)];_0x3d6f6b[_0x5d90c2(0x83)][_0x5d90c2(0x74)](_0x5d90c2(0x8b))[_0x5d90c2(0x80)][_0x5d90c2(0x84)](_0x4dcf87=>{const _0x30ef10=_0x5d90c2;if(_0x30ef10(0x6f)!=_0x4dcf87[_0x30ef10(0x6c)])return;const {data:_0x250431}=_0x4dcf87;if(_0x250431&&_0x30ef10(0x71)==_0x250431[_0x30ef10(0x88)]){const _0x444bab=_0x250431[_0x30ef10(0x7f)][0x0][_0x30ef10(0x68)];return{'type':_0x30ef10(0x79),'content':_0x24cc65(_0x395c9c,_0x30ef10(0x89),function(_0x40e97f){const _0x38f02f=_0x30ef10;switch(_0x40e97f){case _0x38f02f(0x8e):return _0x24cc65(_0x395c9c,_0x38f02f(0x6a));case _0x38f02f(0x87):return _0x24cc65(_0x395c9c,_0x38f02f(0x7b));case _0x38f02f(0x6b):return _0x24cc65(_0x395c9c,_0x38f02f(0x8f));case _0x38f02f(0x6e):return _0x24cc65(_0x395c9c,_0x38f02f(0x7c));}}(_0x444bab))};}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x5ce490=_0x46d6;(function(_0x15e42d,_0xe9434d){const _0x30b70d=_0x46d6,_0x3dc80e=_0x15e42d();while(!![]){try{const _0x135b69=parseInt(_0x30b70d(0x1c6))/0x1+-parseInt(_0x30b70d(0x1c8))/0x2*(parseInt(_0x30b70d(0x1c5))/0x3)+-parseInt(_0x30b70d(0x1e4))/0x4+-parseInt(_0x30b70d(0x1b7))/0x5+-parseInt(_0x30b70d(0x1e5))/0x6*(parseInt(_0x30b70d(0x1e3))/0x7)+parseInt(_0x30b70d(0x1d5))/0x8+-parseInt(_0x30b70d(0x1be))/0x9*(-parseInt(_0x30b70d(0x1c9))/0xa);if(_0x135b69===_0xe9434d)break;else _0x3dc80e['push'](_0x3dc80e['shift']());}catch(_0x341af8){_0x3dc80e['push'](_0x3dc80e['shift']());}}}(_0xded2,0x2641d));import{Plugin as _0x5b9612}from'ckeditor5/src/core.js';import{getTranslation as _0x2817a9}from'../utils/common-translations.js';function _0x46d6(_0x237573,_0x7880f4){const _0xded222=_0xded2();return _0x46d6=function(_0x46d604,_0x44ba6d){_0x46d604=_0x46d604-0x1b3;let _0x202c8c=_0xded222[_0x46d604];return _0x202c8c;},_0x46d6(_0x237573,_0x7880f4);}function _0xded2(){const _0x17353d=['forceValue','FORMAT_CODE','*Format:*\x20%0','slice','870456iXrlhL','FORMAT_ITALIC','commandName','subscript','toUpperCase','type','FORMAT_BOLD','italic','enableDefaultAttributesIntegration','plugins','TrackChangesEditing','commandParams','locale','StrikethroughEditing','31871QCKXgf','994532hODvaC','402bsJAkk','registerAttributeLabel','SubscriptEditing','BoldEditing','underline','code','FORMAT_UNDERLINE','_registerLegacyDescription','afterInit','format','433930qiCUli','editor','FORMAT_STRIKETHROUGH','CodeEditing','FORMAT_SUBSCRIPT','strikethrough','registerInlineAttribute','408267HbGMOR','FORMAT_','formatInline','get','bold','descriptionFactory','FORMAT_SUPERSCRIPT','136722gxQbbF','235156tArOXa','SuperscriptEditing','4uUqHOW','120YcvOvn','superscript','ItalicEditing','*Remove\x20format:*\x20%0','has','UnderlineEditing','registerDescriptionCallback','toLowerCase'];_0xded2=function(){return _0x17353d;};return _0xded2();}const ti=[_0x5ce490(0x1e8),_0x5ce490(0x1cb),_0x5ce490(0x1ce),_0x5ce490(0x1ba),_0x5ce490(0x1e2),_0x5ce490(0x1e7),_0x5ce490(0x1c7)];export default class G extends _0x5b9612{[_0x5ce490(0x1b5)](){const _0xe2ad0b=_0x5ce490,_0x4b7d55=this[_0xe2ad0b(0x1b8)],_0x33a668=_0x4b7d55[_0xe2ad0b(0x1de)][_0xe2ad0b(0x1c1)](_0xe2ad0b(0x1df)),_0x58e7f4=_0x4b7d55[_0xe2ad0b(0x1e1)];for(const _0x3fe9f0 of ti){if(!_0x4b7d55[_0xe2ad0b(0x1de)][_0xe2ad0b(0x1cd)](_0x3fe9f0))continue;const _0xd20e3b=_0x3fe9f0[_0xe2ad0b(0x1d4)](0x0,-0x7)[_0xe2ad0b(0x1d0)](),_0x216bb2=_0xe2ad0b(0x1bf)+_0xd20e3b[_0xe2ad0b(0x1d9)]();_0x33a668[_0xe2ad0b(0x1dd)](_0xd20e3b),_0x33a668[_0xe2ad0b(0x1bd)](_0xd20e3b),_0x33a668[_0xe2ad0b(0x1c3)][_0xe2ad0b(0x1e6)](_0xd20e3b,_0x2817a9(_0x58e7f4,_0x216bb2));}this[_0xe2ad0b(0x1b4)]();}[_0x5ce490(0x1b4)](){const _0x42a72f=_0x5ce490,_0x3a999f=this[_0x42a72f(0x1b8)],_0x4ce207=_0x3a999f[_0x42a72f(0x1e1)],_0x14d571=_0x3a999f[_0x42a72f(0x1de)][_0x42a72f(0x1c1)](_0x42a72f(0x1df));function _0x1cbd06(_0x565915,_0x4f09e6){const _0x5de7c1=_0x42a72f;_0x14d571[_0x5de7c1(0x1c3)][_0x5de7c1(0x1cf)](_0x556e6a=>{const _0xd66bfb=_0x5de7c1;if(_0xd66bfb(0x1c0)!=_0x556e6a[_0xd66bfb(0x1da)])return;const {data:_0x70b0d6}=_0x556e6a;return _0x70b0d6&&_0x70b0d6[_0xd66bfb(0x1d7)]===_0x565915?_0x70b0d6[_0xd66bfb(0x1e0)][0x0][_0xd66bfb(0x1d1)]?{'type':_0xd66bfb(0x1b6),'content':_0x2817a9(_0x4ce207,_0xd66bfb(0x1d3),_0x4f09e6)}:{'type':_0xd66bfb(0x1b6),'content':_0x2817a9(_0x4ce207,_0xd66bfb(0x1cc),_0x4f09e6)}:void 0x0;});}_0x1cbd06(_0x42a72f(0x1c2),_0x2817a9(_0x4ce207,_0x42a72f(0x1db))),_0x1cbd06(_0x42a72f(0x1dc),_0x2817a9(_0x4ce207,_0x42a72f(0x1d6))),_0x1cbd06(_0x42a72f(0x1e9),_0x2817a9(_0x4ce207,_0x42a72f(0x1b3))),_0x1cbd06(_0x42a72f(0x1ea),_0x2817a9(_0x4ce207,_0x42a72f(0x1d2))),_0x1cbd06(_0x42a72f(0x1bc),_0x2817a9(_0x4ce207,_0x42a72f(0x1b9))),_0x1cbd06(_0x42a72f(0x1d8),_0x2817a9(_0x4ce207,_0x42a72f(0x1bb))),_0x1cbd06(_0x42a72f(0x1ca),_0x2817a9(_0x4ce207,_0x42a72f(0x1c4)));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x21f9(_0x228440,_0x290f10){const _0x96ff74=_0x96ff();return _0x21f9=function(_0x21f914,_0x2db17e){_0x21f914=_0x21f914-0x7e;let _0x1ed31f=_0x96ff74[_0x21f914];return _0x1ed31f;},_0x21f9(_0x228440,_0x290f10);}function _0x96ff(){const _0x3f0075=['16xUVjzr','getSelectedBlocks','afterInit','locale','$root','change','selection','has','parent','commandName','commandParams','value','7307220UgtrQW','enableCommand','document','name','registerDescriptionCallback','editor','89508hrAZeH','markBlockFormat','8KoDgbd','644qgULsE','forceValue','BlockQuoteEditing','format','get','from','ELEMENT_BLOCK_QUOTE','TrackChangesEditing','blockQuote','603660GMcYSW','filter','schema','*Set\x20format:*\x20%0','model','22796480WtdLPN','*Remove\x20format:*\x20%0','descriptionFactory','6314328GJEqAY','plugins','4812640YfoAGP','checkChild','123863DSgyDk','commands'];_0x96ff=function(){return _0x3f0075;};return _0x96ff();}const _0x19400e=_0x21f9;(function(_0x451b44,_0x4351e8){const _0x371290=_0x21f9,_0x5518f1=_0x451b44();while(!![]){try{const _0x269a2a=parseInt(_0x371290(0x83))/0x1*(parseInt(_0x371290(0x99))/0x2)+-parseInt(_0x371290(0xa3))/0x3*(parseInt(_0x371290(0x85))/0x4)+parseInt(_0x371290(0x91))/0x5+parseInt(_0x371290(0x97))/0x6*(-parseInt(_0x371290(0x9a))/0x7)+-parseInt(_0x371290(0x81))/0x8+-parseInt(_0x371290(0x7f))/0x9+parseInt(_0x371290(0xa8))/0xa;if(_0x269a2a===_0x4351e8)break;else _0x5518f1['push'](_0x5518f1['shift']());}catch(_0x106ce1){_0x5518f1['push'](_0x5518f1['shift']());}}}(_0x96ff,0xb8944));import{Plugin as _0x5af85b}from'ckeditor5/src/core.js';import{getTranslation as _0xda88c1}from'../utils/common-translations.js';import{getRangesOfBlockGroups as _0x4ca5de}from'../utils/utils.js';export default class F extends _0x5af85b{[_0x19400e(0x87)](){const _0x204d24=_0x19400e,_0x598068=this[_0x204d24(0x96)],_0x478a83=_0x598068[_0x204d24(0x88)];if(!_0x598068[_0x204d24(0x80)][_0x204d24(0x8c)](_0x204d24(0x9c)))return;const _0x543fb3=_0x598068[_0x204d24(0x80)][_0x204d24(0x9e)](_0x204d24(0xa1)),_0x15a440=this[_0x204d24(0x96)][_0x204d24(0x84)][_0x204d24(0x9e)](_0x204d24(0xa2));_0x543fb3[_0x204d24(0x92)](_0x204d24(0xa2),(_0x3a5981,_0x2c76a0={})=>{const _0x6b9203=_0x204d24,_0x27f2b3=this[_0x6b9203(0x96)][_0x6b9203(0xa7)][_0x6b9203(0x93)][_0x6b9203(0x8b)],_0xf521f6=_0x2c76a0&&void 0x0!==_0x2c76a0[_0x6b9203(0x9b)]?_0x2c76a0[_0x6b9203(0x9b)]:!_0x15a440[_0x6b9203(0x90)];let _0x40e899=[];if(_0xf521f6){const _0x5b9e7c=Array[_0x6b9203(0x9f)](_0x27f2b3[_0x6b9203(0x86)]())[_0x6b9203(0xa4)](_0x3e0714=>oo(_0x3e0714)||function(_0x2a4054,_0x28295b){const _0x1e3c23=_0x6b9203,_0x62d545=_0x28295b[_0x1e3c23(0x82)](_0x2a4054[_0x1e3c23(0x8d)],_0x1e3c23(0xa2)),_0x2d038d=_0x28295b[_0x1e3c23(0x82)]([_0x1e3c23(0x89),_0x1e3c23(0xa2)],_0x2a4054);return _0x62d545&&_0x2d038d;}(_0x3e0714,this[_0x6b9203(0x96)][_0x6b9203(0xa7)][_0x6b9203(0xa5)]));_0x40e899=_0x4ca5de(_0x5b9e7c,_0x598068[_0x6b9203(0xa7)]);}else{const _0x3076e0=Array[_0x6b9203(0x9f)](_0x27f2b3[_0x6b9203(0x86)]())[_0x6b9203(0xa4)](_0x5fe04e=>oo(_0x5fe04e));_0x40e899=_0x4ca5de(_0x3076e0,_0x598068[_0x6b9203(0xa7)]);}_0x598068[_0x6b9203(0xa7)][_0x6b9203(0x8a)](()=>{const _0x128eea=_0x6b9203;for(const _0xce56e3 of _0x40e899)_0x543fb3[_0x128eea(0x98)](_0xce56e3,{'commandName':_0x128eea(0xa2),'commandParams':[{'forceValue':_0xf521f6}]});});}),_0x543fb3[_0x204d24(0x7e)][_0x204d24(0x95)](_0x4acbb3=>{const _0x46920a=_0x204d24,{data:_0x2b6dea}=_0x4acbb3;if(_0x2b6dea&&_0x46920a(0xa2)==_0x2b6dea[_0x46920a(0x8e)]){const _0x3423f8=_0xda88c1(_0x478a83,_0x46920a(0xa0));return _0x2b6dea[_0x46920a(0x8f)][0x0][_0x46920a(0x9b)]?{'type':_0x46920a(0x9d),'content':_0xda88c1(_0x478a83,_0x46920a(0xa6),_0x3423f8)}:{'type':_0x46920a(0x9d),'content':_0xda88c1(_0x478a83,_0x46920a(0xa9),_0x3423f8)};}});}}function oo(_0x34a553){const _0x3ee4fd=_0x19400e;return _0x3ee4fd(0xa2)==_0x34a553[_0x3ee4fd(0x8d)][_0x3ee4fd(0x94)];}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x11f6(_0x399ee7,_0x1f7825){const _0x43d5f6=_0x43d5();return _0x11f6=function(_0x11f689,_0x3dfe1c){_0x11f689=_0x11f689-0x18f;let _0x547d68=_0x43d5f6[_0x11f689];return _0x547d68;},_0x11f6(_0x399ee7,_0x1f7825);}const _0x26d432=_0x11f6;(function(_0x171c02,_0x361b64){const _0x159ca7=_0x11f6,_0x297bd6=_0x171c02();while(!![]){try{const _0x468c3c=parseInt(_0x159ca7(0x1a0))/0x1*(parseInt(_0x159ca7(0x196))/0x2)+-parseInt(_0x159ca7(0x19c))/0x3+parseInt(_0x159ca7(0x199))/0x4*(parseInt(_0x159ca7(0x198))/0x5)+-parseInt(_0x159ca7(0x191))/0x6+-parseInt(_0x159ca7(0x192))/0x7+-parseInt(_0x159ca7(0x1a3))/0x8*(-parseInt(_0x159ca7(0x194))/0x9)+-parseInt(_0x159ca7(0x193))/0xa*(-parseInt(_0x159ca7(0x19f))/0xb);if(_0x468c3c===_0x361b64)break;else _0x297bd6['push'](_0x297bd6['shift']());}catch(_0x11193c){_0x297bd6['push'](_0x297bd6['shift']());}}}(_0x43d5,0xa1c6d));import{Plugin as _0x2add65}from'ckeditor5/src/core.js';export default class L extends _0x2add65{[_0x26d432(0x1a2)](){const _0x1099fe=_0x26d432,_0x172eb3=this[_0x1099fe(0x19a)];_0x172eb3[_0x1099fe(0x1a4)][_0x1099fe(0x190)](_0x1099fe(0x18f))&&(_0x172eb3[_0x1099fe(0x1a4)][_0x1099fe(0x19e)](_0x1099fe(0x197))[_0x1099fe(0x19d)](_0x1099fe(0x195)),_0x172eb3[_0x1099fe(0x1a4)][_0x1099fe(0x19e)](_0x1099fe(0x197))[_0x1099fe(0x19d)](_0x1099fe(0x19b)),_0x172eb3[_0x1099fe(0x1a4)][_0x1099fe(0x19e)](_0x1099fe(0x197))[_0x1099fe(0x19d)](_0x1099fe(0x1a1)));}}function _0x43d5(){const _0x15389b=['1986396IcLduU','editor','changeCaseLower','2332125xeIPYn','enableCommand','get','9825596WyGmuH','23rZBwRw','changeCaseTitle','afterInit','28072lnRvYy','plugins','CaseChange','has','3217218HcgVQA','6983963wXLOaU','10groIQU','990nebZFn','changeCaseUpper','61000UViDIZ','TrackChangesEditing','10ndwmfL'];_0x43d5=function(){return _0x15389b;};return _0x43d5();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
const _0x77b53e=_0x5e78;function _0x5e78(_0x327c21,_0x2c7e64){const _0x3b785f=_0x3b78();return _0x5e78=function(_0x5e78a3,_0x40ef94){_0x5e78a3=_0x5e78a3-0x77;let _0x2b074e=_0x3b785f[_0x5e78a3];return _0x2b074e;},_0x5e78(_0x327c21,_0x2c7e64);}(function(_0x102596,_0x1aa13f){const _0x13940e=_0x5e78,_0x68cbfa=_0x102596();while(!![]){try{const _0xebab88=parseInt(_0x13940e(0x83))/0x1+-parseInt(_0x13940e(0x7a))/0x2+parseInt(_0x13940e(0x7c))/0x3+parseInt(_0x13940e(0x81))/0x4+parseInt(_0x13940e(0x7b))/0x5*(parseInt(_0x13940e(0x80))/0x6)+parseInt(_0x13940e(0x86))/0x7+-parseInt(_0x13940e(0x78))/0x8;if(_0xebab88===_0x1aa13f)break;else _0x68cbfa['push'](_0x68cbfa['shift']());}catch(_0x3df9f5){_0x68cbfa['push'](_0x68cbfa['shift']());}}}(_0x3b78,0x65cc7));import{Plugin as _0xfab1ba}from'ckeditor5/src/core.js';function _0x3b78(){const _0x22e815=['TrackChangesEditing','plugins','1665858ujCMCB','2523628smFgPr','ckbox','41186DuMPfT','enableCommand','commands','587650bMQlDP','editor','3679176nUybrm','afterInit','1481166YkWOGC','5NOLIyq','1751283PqPTzd','get'];_0x3b78=function(){return _0x22e815;};return _0x3b78();}export default class H extends _0xfab1ba{[_0x77b53e(0x79)](){const _0x58fdbd=_0x77b53e,_0x5a7c2a=this[_0x58fdbd(0x77)];_0x5a7c2a[_0x58fdbd(0x85)][_0x58fdbd(0x7d)](_0x58fdbd(0x82))&&_0x5a7c2a[_0x58fdbd(0x7f)][_0x58fdbd(0x7d)](_0x58fdbd(0x7e))[_0x58fdbd(0x84)](_0x58fdbd(0x82));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x2d5b05=_0x2ba4;(function(_0x59fd77,_0x58b4d2){const _0x36de71=_0x2ba4,_0x1b9aa6=_0x59fd77();while(!![]){try{const _0xde22c=-parseInt(_0x36de71(0xb8))/0x1+-parseInt(_0x36de71(0xec))/0x2+parseInt(_0x36de71(0xed))/0x3+parseInt(_0x36de71(0xe5))/0x4*(parseInt(_0x36de71(0xda))/0x5)+parseInt(_0x36de71(0xd7))/0x6+-parseInt(_0x36de71(0xbd))/0x7*(parseInt(_0x36de71(0xea))/0x8)+parseInt(_0x36de71(0xd0))/0x9;if(_0xde22c===_0x58b4d2)break;else _0x1b9aa6['push'](_0x1b9aa6['shift']());}catch(_0x200e0e){_0x1b9aa6['push'](_0x1b9aa6['shift']());}}}(_0x4020,0x5948c));function _0x2ba4(_0x43c87e,_0xe276df){const _0x402098=_0x4020();return _0x2ba4=function(_0x2ba4f0,_0x19847e){_0x2ba4f0=_0x2ba4f0-0xb6;let _0x2f06d7=_0x402098[_0x2ba4f0];return _0x2f06d7;},_0x2ba4(_0x43c87e,_0xe276df);}import{Plugin as _0x1509da}from'ckeditor5/src/core.js';import{getTranslation as _0x47ddd7}from'../utils/common-translations.js';function _0x4020(){const _0xc6781d=['forceValue','*Remove\x20format:*\x20%0','indentCodeBlock','registerDescriptionCallback','name','has','blockName','parent','document','getSelectedBlocks','commandName','change','plugins','CodeBlock','model','commandParams','markBlockFormat','languages','11039958SEtONK','find','outdentCodeBlock','locale','selection','enableCommand','isLimit','369366NKuoVx','formatBlock','label','5zbDcva','value','filter','get','schema','language','codeBlock','descriptionFactory','type','toLowerCase','ELEMENT_CODE_BLOCK','2500140wiscSM','*Set\x20format:*\x20%0','config','afterInit','rootElement','1091432EbmnOI','from','1206682xuhFWq','94551vzcVMv','registerElementLabel','editor','293581ykbBZv','format','commands','checkChild','TrackChangesEditing','35QVSXYO'];_0x4020=function(){return _0xc6781d;};return _0x4020();}import{getRangesOfBlockGroups as _0x2d07ea}from'../utils/utils.js';export default class J extends _0x1509da{[_0x2d5b05(0xe8)](){const _0x401cda=_0x2d5b05,_0x5d8a2b=this[_0x401cda(0xb7)];if(!_0x5d8a2b[_0x401cda(0xca)][_0x401cda(0xc3)](_0x401cda(0xcb)))return;const _0x152d8c=_0x5d8a2b[_0x401cda(0xca)][_0x401cda(0xdd)](_0x401cda(0xbc)),_0x540b84=_0x5d8a2b[_0x401cda(0xd3)],_0x163336=_0x5d8a2b[_0x401cda(0xe7)][_0x401cda(0xdd)](_0x401cda(0xe0))[_0x401cda(0xcf)],_0x23b8e3=_0x5d8a2b[_0x401cda(0xba)][_0x401cda(0xdd)](_0x401cda(0xe0));_0x152d8c[_0x401cda(0xd5)](_0x401cda(0xc0)),_0x152d8c[_0x401cda(0xd5)](_0x401cda(0xd2)),_0x152d8c[_0x401cda(0xd5)](_0x401cda(0xe0),(_0x1f2f6e,_0x7aba1f={})=>{const _0x38917a=_0x401cda,_0x592197=_0x5d8a2b[_0x38917a(0xcc)],_0x4572d5=_0x5d8a2b[_0x38917a(0xcc)][_0x38917a(0xc6)][_0x38917a(0xd4)],_0x2e30d1=_0x7aba1f&&void 0x0!==_0x7aba1f[_0x38917a(0xbe)]?_0x7aba1f[_0x38917a(0xbe)]:!_0x23b8e3[_0x38917a(0xdb)];let _0x1d203b;_0x7aba1f[_0x38917a(0xdf)]||(_0x7aba1f[_0x38917a(0xdf)]=_0x163336[0x0][_0x38917a(0xdf)]),_0x1d203b=_0x2e30d1?Array[_0x38917a(0xeb)](_0x4572d5[_0x38917a(0xc7)]())[_0x38917a(0xdc)](_0x8aac6c=>eo(_0x8aac6c)||function(_0x193254,_0x28b576){const _0x5de842=_0x38917a;if(_0x193254['is'](_0x5de842(0xe9))||_0x28b576[_0x5de842(0xd6)](_0x193254))return!0x1;return _0x28b576[_0x5de842(0xbb)](_0x193254[_0x5de842(0xc5)],_0x5de842(0xe0));}(_0x8aac6c,_0x592197[_0x38917a(0xde)])):Array[_0x38917a(0xeb)](_0x4572d5[_0x38917a(0xc7)]())[_0x38917a(0xdc)](_0x79ea70=>eo(_0x79ea70));const _0x131455=_0x2d07ea(_0x1d203b,_0x592197);_0x592197[_0x38917a(0xc9)](()=>{const _0x5ec6e2=_0x38917a;for(const _0x3a835f of _0x131455)_0x152d8c[_0x5ec6e2(0xce)](_0x3a835f,{'commandName':_0x5ec6e2(0xe0),'commandParams':[{..._0x7aba1f,'forceValue':_0x2e30d1}],'formatGroupId':_0x5ec6e2(0xc4)});});}),(_0x152d8c[_0x401cda(0xe1)][_0x401cda(0xb6)](_0x401cda(0xe0),_0x1c669c=>_0x47ddd7(_0x540b84,_0x401cda(0xe4),_0x1c669c)),_0x152d8c[_0x401cda(0xe1)][_0x401cda(0xc1)](_0x5e8ce3=>{const _0x49e49c=_0x401cda;if(_0x49e49c(0xd8)!=_0x5e8ce3[_0x49e49c(0xe2)])return;const _0x1864b8=_0x540b84['t'],{data:_0x2e8427}=_0x5e8ce3;if(!_0x2e8427||_0x49e49c(0xe0)!=_0x2e8427[_0x49e49c(0xc8)])return;const _0x4e8332=_0x2e8427[_0x49e49c(0xcd)][0x0][_0x49e49c(0xdf)],_0x46108a=_0x1864b8(_0x163336[_0x49e49c(0xd1)](_0x56a713=>_0x56a713[_0x49e49c(0xdf)]===_0x4e8332)[_0x49e49c(0xd9)])[_0x49e49c(0xe3)]();return _0x2e8427[_0x49e49c(0xcd)][0x0][_0x49e49c(0xbe)]?{'type':_0x49e49c(0xb9),'content':_0x47ddd7(_0x540b84,_0x49e49c(0xe6),_0x47ddd7(_0x540b84,_0x49e49c(0xe4),0x1)+'\x20('+_0x46108a+')')}:{'type':_0x49e49c(0xb9),'content':_0x47ddd7(_0x540b84,_0x49e49c(0xbf),_0x47ddd7(_0x540b84,_0x49e49c(0xe4),0x1))};}));}}function eo(_0xe47a3e){const _0x5e3a5a=_0x2d5b05;return _0x5e3a5a(0xe0)==_0xe47a3e[_0x5e3a5a(0xc2)];}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x34d6(){const _0xdb7107=['1884330CefioL','2701490NisYNB','addCommentThread','18238649jUVFqt','editor','1DcufeM','1888263ePDUnm','enableCommand','get','TrackChangesEditing','2677344OIaNLw','129157SKdJSM','has','9DvjpXn','464lzHwMR','afterInit','plugins','CommentsEditing','4rdPHZg','434438lolEgi'];_0x34d6=function(){return _0xdb7107;};return _0x34d6();}function _0x2a4e(_0xc3a835,_0x2d65ef){const _0x34d60c=_0x34d6();return _0x2a4e=function(_0x2a4ec3,_0x341cc2){_0x2a4ec3=_0x2a4ec3-0x16a;let _0x224454=_0x34d60c[_0x2a4ec3];return _0x224454;},_0x2a4e(_0xc3a835,_0x2d65ef);}const _0x52be3f=_0x2a4e;(function(_0x46555c,_0x51382f){const _0x3f7a60=_0x2a4e,_0x48472e=_0x46555c();while(!![]){try{const _0x115160=-parseInt(_0x3f7a60(0x16a))/0x1*(parseInt(_0x3f7a60(0x178))/0x2)+-parseInt(_0x3f7a60(0x16b))/0x3+parseInt(_0x3f7a60(0x177))/0x4*(-parseInt(_0x3f7a60(0x179))/0x5)+-parseInt(_0x3f7a60(0x16f))/0x6+parseInt(_0x3f7a60(0x170))/0x7*(parseInt(_0x3f7a60(0x173))/0x8)+parseInt(_0x3f7a60(0x172))/0x9*(-parseInt(_0x3f7a60(0x17a))/0xa)+parseInt(_0x3f7a60(0x17c))/0xb;if(_0x115160===_0x51382f)break;else _0x48472e['push'](_0x48472e['shift']());}catch(_0x198a3e){_0x48472e['push'](_0x48472e['shift']());}}}(_0x34d6,0xc0772));import{Plugin as _0x485e2e}from'ckeditor5/src/core.js';export default class q extends _0x485e2e{[_0x52be3f(0x174)](){const _0x487fd5=_0x52be3f,_0x2445c7=this[_0x487fd5(0x17d)];if(!_0x2445c7[_0x487fd5(0x175)][_0x487fd5(0x171)](_0x487fd5(0x176)))return;_0x2445c7[_0x487fd5(0x175)][_0x487fd5(0x16d)](_0x487fd5(0x16e))[_0x487fd5(0x16c)](_0x487fd5(0x17b));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
function _0x205c(){const _0x342947=['enableCommand','TrackChangesEditing','high','3716867mMQlnd','enqueueChange','84WAhDoJ','writer','merge','start','editor','plugins','unlock','isCollapsed','end','12xWvzSB','requires','unbindElementFromMarkerName','setSelection','downcastDispatcher','remove','$graveyard','getFirstRange','removeMarker:suggestion:deletion','9cDGTVo','modifySelection','mapper','get','buffer','3341000dihiOM','forward','init','data','fromRange','unit','commands','editing','lock','createRange','markerNameToElements','uiElement','58422yFnPeZ','model','batch','markerName','12052usZjml','13AHyZLL','root','options','showSuggestionHighlights','addMarker:suggestion:deletion','deleteForward','rootName','13795290hxzhMt','405515AyonBd','delete','10987528GRPcIk','bind','selection','document','264PuURse','createSelection','detach'];_0x205c=function(){return _0x342947;};return _0x205c();}const _0x44873a=_0x5813;(function(_0x1beae7,_0xf3a9d8){const _0x242657=_0x5813,_0x2c63ac=_0x1beae7();while(!![]){try{const _0x4e8bbb=parseInt(_0x242657(0x20e))/0x1*(parseInt(_0x242657(0x20d))/0x2)+-parseInt(_0x242657(0x209))/0x3*(parseInt(_0x242657(0x1de))/0x4)+parseInt(_0x242657(0x1fd))/0x5+-parseInt(_0x242657(0x1ef))/0x6*(parseInt(_0x242657(0x1e4))/0x7)+-parseInt(_0x242657(0x218))/0x8*(-parseInt(_0x242657(0x1f8))/0x9)+parseInt(_0x242657(0x215))/0xa+-parseInt(_0x242657(0x216))/0xb*(parseInt(_0x242657(0x1e6))/0xc);if(_0x4e8bbb===_0xf3a9d8)break;else _0x2c63ac['push'](_0x2c63ac['shift']());}catch(_0x1fc60f){_0x2c63ac['push'](_0x2c63ac['shift']());}}}(_0x205c,0xda4ff));import{Plugin as _0x39e079}from'ckeditor5/src/core.js';import{LiveRange as _0xb81d65}from'ckeditor5/src/engine.js';import{Delete as _0x526f46}from'ckeditor5/src/typing.js';import{downcastSplitMergeMarker as _0x32f6c8}from'./utils.js';function _0x5813(_0x1ce32d,_0x633901){const _0x205cf9=_0x205c();return _0x5813=function(_0x5813c2,_0x43eb6a){_0x5813c2=_0x5813c2-0x1dc;let _0x34bafa=_0x205cf9[_0x5813c2];return _0x34bafa;},_0x5813(_0x1ce32d,_0x633901);}export default class z extends _0x39e079{static get[_0x44873a(0x1f0)](){return[_0x526f46];}[_0x44873a(0x1ff)](){const _0x144003=_0x44873a,_0x4e2e69=this[_0x144003(0x1ea)],_0x3e45bb=_0x4e2e69[_0x144003(0x1eb)][_0x144003(0x1fb)](_0x144003(0x1e2));_0x3e45bb[_0x144003(0x1e1)](_0x144003(0x217));const _0x31339a=_0x4e2e69[_0x144003(0x203)][_0x144003(0x1fb)](_0x144003(0x213));_0x3e45bb[_0x144003(0x1e1)](_0x144003(0x213),(_0x74edbb,_0x237273={})=>{const _0xac859d=_0x144003,_0x5a5e00=_0x4e2e69[_0xac859d(0x20a)][_0xac859d(0x1df)](_0x4e2e69[_0xac859d(0x20a)][_0xac859d(0x1dd)][_0xac859d(0x1dc)]);_0x5a5e00[_0xac859d(0x1ed)]&&_0x4e2e69[_0xac859d(0x20a)][_0xac859d(0x1f9)](_0x5a5e00,{'direction':_0xac859d(0x1fe),'unit':_0x237273[_0xac859d(0x202)]});const _0x2ed91c=_0x5a5e00[_0xac859d(0x1f6)](),_0x5a3601=_0xb81d65[_0xac859d(0x201)](_0x2ed91c);let _0x268feb;_0x74edbb(_0x237273),_0x268feb=_0xac859d(0x1f5)==_0x5a3601[_0xac859d(0x20f)][_0xac859d(0x214)]?_0x4e2e69[_0xac859d(0x20a)][_0xac859d(0x206)](_0x2ed91c[_0xac859d(0x1e9)]):_0x4e2e69[_0xac859d(0x20a)][_0xac859d(0x206)](_0x5a3601[_0xac859d(0x1e9)],_0x5a3601[_0xac859d(0x1ee)]),_0x5a3601[_0xac859d(0x1e0)](),_0x4e2e69[_0xac859d(0x20a)][_0xac859d(0x1e5)](_0x31339a[_0xac859d(0x1fc)][_0xac859d(0x20b)],_0x2005f1=>{const _0x2158b1=_0xac859d;_0x31339a[_0x2158b1(0x1fc)][_0x2158b1(0x205)](),_0x2005f1[_0x2158b1(0x1f2)](_0x2005f1[_0x2158b1(0x206)](_0x268feb[_0x2158b1(0x1ee)])),_0x31339a[_0x2158b1(0x1fc)][_0x2158b1(0x1ec)]();});}),_0x4e2e69[_0x144003(0x204)][_0x144003(0x1f3)]['on'](_0x144003(0x212),_0x32f6c8(_0x4e2e69,_0x144003(0x1e8)),{'priority':_0x144003(0x1e3)}),_0x4e2e69[_0x144003(0x200)][_0x144003(0x1f3)]['on'](_0x144003(0x212),(_0x2db3d8,_0x4a2965,_0x46789f)=>{const _0x7730a4=_0x144003;_0x46789f[_0x7730a4(0x210)][_0x7730a4(0x211)]&&_0x32f6c8(_0x4e2e69,_0x7730a4(0x1e8),{'showActiveMarker':!0x1})[_0x7730a4(0x219)](this)(_0x2db3d8,_0x4a2965,_0x46789f);},{'priority':_0x144003(0x1e3)}),_0x4e2e69[_0x144003(0x204)][_0x144003(0x1f3)]['on'](_0x144003(0x1f7),(_0x3a63b5,_0x3bbaaa,_0x4d51c0)=>{const _0x58797e=_0x144003,_0x54f578=_0x4d51c0[_0x58797e(0x1fa)][_0x58797e(0x207)](_0x3bbaaa[_0x58797e(0x20c)]);if(_0x54f578){for(const _0x53f920 of _0x54f578)_0x53f920['is'](_0x58797e(0x208))&&(_0x4d51c0[_0x58797e(0x1fa)][_0x58797e(0x1f1)](_0x53f920,_0x3bbaaa[_0x58797e(0x20c)]),_0x4d51c0[_0x58797e(0x1e7)][_0x58797e(0x1f4)](_0x53f920));}},{'priority':_0x144003(0x1e3)});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x621ddc=_0x44df;(function(_0x5b74e9,_0x12203c){const _0x3d0625=_0x44df,_0x5b8af4=_0x5b74e9();while(!![]){try{const _0x397305=parseInt(_0x3d0625(0x1c1))/0x1+parseInt(_0x3d0625(0x1cd))/0x2*(parseInt(_0x3d0625(0x1ad))/0x3)+parseInt(_0x3d0625(0x1d5))/0x4+parseInt(_0x3d0625(0x1ae))/0x5+parseInt(_0x3d0625(0x1dd))/0x6*(-parseInt(_0x3d0625(0x1c2))/0x7)+parseInt(_0x3d0625(0x1d0))/0x8*(parseInt(_0x3d0625(0x1a7))/0x9)+-parseInt(_0x3d0625(0x1b9))/0xa*(parseInt(_0x3d0625(0x1c3))/0xb);if(_0x397305===_0x12203c)break;else _0x5b8af4['push'](_0x5b8af4['shift']());}catch(_0x2f0593){_0x5b8af4['push'](_0x5b8af4['shift']());}}}(_0x1eea,0x58603));function _0x44df(_0x598e7a,_0x8d2bab){const _0x1eea1a=_0x1eea();return _0x44df=function(_0x44dfad,_0x186582){_0x44dfad=_0x44dfad-0x1a6;let _0xffaf04=_0x1eea1a[_0x44dfad];return _0xffaf04;},_0x44df(_0x598e7a,_0x8d2bab);}import{Plugin as _0x325e62}from'ckeditor5/src/core.js';import{Enter as _0x146d8f}from'ckeditor5/src/enter.js';function _0x1eea(){const _0x32a5f6=['markerNameToElements','getFirstRange','downcastDispatcher','editor','102530NxSHnG','unbindElementFromMarkerName','enterBlock','high','selection','addMarker:suggestion:insertion','showSuggestionHighlights','getFirstPosition','616524sFBSAm','203WwtFNb','275QNJtsT','data','parent','split','afterExecute','removeMarker:suggestion:insertion','detach','createRange','fire','enter','27510QaDZLA','setSelection','writer','1488ShAoyd','init','fromRange','change','options','1343436AztZby','end','remove','bind','enableCommand','hasClass','plugins','TrackChangesEditing','128514pugECZ','document','10620VhkYSO','requires','commands','markInsertion','editing','ck-suggestion-marker-split','3AQvdYj','269225EnndUZ','createPositionAt','model','get','markerName','nextSibling','mapper'];_0x1eea=function(){return _0x32a5f6;};return _0x1eea();}import{LiveRange as _0x1f9e1c}from'ckeditor5/src/engine.js';import{downcastSplitMergeMarker as _0x3bfedc}from'./utils.js';export default class Q extends _0x325e62{static get[_0x621ddc(0x1a8)](){return[_0x146d8f];}[_0x621ddc(0x1d1)](){const _0x38ecbe=_0x621ddc,_0xa7558=this[_0x38ecbe(0x1b8)],_0x346245=_0xa7558[_0x38ecbe(0x1db)][_0x38ecbe(0x1b1)](_0x38ecbe(0x1dc)),_0x8561c1=_0xa7558[_0x38ecbe(0x1a9)][_0x38ecbe(0x1b1)](_0x38ecbe(0x1cc));_0x346245[_0x38ecbe(0x1d9)](_0x38ecbe(0x1cc),()=>{const _0x4c824a=_0x38ecbe;_0xa7558[_0x4c824a(0x1b0)][_0x4c824a(0x1d3)](_0x104e0f=>{const _0x1697a6=_0x4c824a,_0x50ba1a=_0xa7558[_0x1697a6(0x1b0)][_0x1697a6(0x1a6)][_0x1697a6(0x1bd)],_0xc1c109=_0x50ba1a[_0x1697a6(0x1c0)](),_0x57a0e3=_0x1f9e1c[_0x1697a6(0x1d2)](_0x50ba1a[_0x1697a6(0x1b6)]());if(_0x8561c1[_0x1697a6(0x1bb)](_0x104e0f)){const _0x1a758e=_0xa7558[_0x1697a6(0x1b0)][_0x1697a6(0x1af)](_0xc1c109[_0x1697a6(0x1c5)][_0x1697a6(0x1b3)],0x0),_0x4e5547=_0x104e0f[_0x1697a6(0x1ca)](_0xc1c109,_0x1a758e);_0x346245[_0x1697a6(0x1aa)](_0x4e5547);}else _0x104e0f[_0x1697a6(0x1ce)](_0x104e0f[_0x1697a6(0x1ca)](_0x57a0e3[_0x1697a6(0x1d6)]));_0x57a0e3[_0x1697a6(0x1c9)](),_0x8561c1[_0x1697a6(0x1cb)](_0x1697a6(0x1c7),{'writer':_0x104e0f});});}),_0xa7558[_0x38ecbe(0x1ab)][_0x38ecbe(0x1b7)]['on'](_0x38ecbe(0x1be),_0x3bfedc(_0xa7558,_0x38ecbe(0x1c6)),{'priority':_0x38ecbe(0x1bc)}),_0xa7558[_0x38ecbe(0x1ab)][_0x38ecbe(0x1b7)]['on'](_0x38ecbe(0x1c8),(_0x472549,_0xf93c71,_0x21b847)=>{const _0x23b4c2=_0x38ecbe,_0x58dacc=_0x21b847[_0x23b4c2(0x1b4)][_0x23b4c2(0x1b5)](_0xf93c71[_0x23b4c2(0x1b2)]);if(_0x58dacc){for(const _0x252952 of _0x58dacc)_0x252952[_0x23b4c2(0x1da)](_0x23b4c2(0x1ac))&&(_0x21b847[_0x23b4c2(0x1b4)][_0x23b4c2(0x1ba)](_0x252952,_0xf93c71[_0x23b4c2(0x1b2)]),_0x21b847[_0x23b4c2(0x1cf)][_0x23b4c2(0x1d7)](_0x252952));}},{'priority':_0x38ecbe(0x1bc)}),_0xa7558[_0x38ecbe(0x1c4)][_0x38ecbe(0x1b7)]['on'](_0x38ecbe(0x1be),(_0x328d63,_0x35c64d,_0x475d74)=>{const _0x41a1da=_0x38ecbe;_0x475d74[_0x41a1da(0x1d4)][_0x41a1da(0x1bf)]&&_0x3bfedc(_0xa7558,_0x41a1da(0x1c6),{'showActiveMarker':!0x1})[_0x41a1da(0x1d8)](this)(_0x328d63,_0x35c64d,_0x475d74);},{'priority':_0x38ecbe(0x1bc)});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x4dc44d=_0x15f4;function _0x15f4(_0x1a27f3,_0xf4a8a4){const _0x270154=_0x2701();return _0x15f4=function(_0x15f47f,_0x3f9aeb){_0x15f47f=_0x15f47f-0x90;let _0x2e7007=_0x270154[_0x15f47f];return _0x2e7007;},_0x15f4(_0x1a27f3,_0xf4a8a4);}(function(_0x48fe63,_0x3f9998){const _0x4ee4ec=_0x15f4,_0x7888ee=_0x48fe63();while(!![]){try{const _0x16e2e2=-parseInt(_0x4ee4ec(0x91))/0x1*(parseInt(_0x4ee4ec(0xa3))/0x2)+parseInt(_0x4ee4ec(0x9f))/0x3+-parseInt(_0x4ee4ec(0xa6))/0x4+-parseInt(_0x4ee4ec(0x9b))/0x5+parseInt(_0x4ee4ec(0x90))/0x6+-parseInt(_0x4ee4ec(0xab))/0x7*(parseInt(_0x4ee4ec(0x9c))/0x8)+parseInt(_0x4ee4ec(0x99))/0x9;if(_0x16e2e2===_0x3f9998)break;else _0x7888ee['push'](_0x7888ee['shift']());}catch(_0x4d074d){_0x7888ee['push'](_0x7888ee['shift']());}}}(_0x2701,0x78abc));function _0x2701(){const _0x391392=['79YgGkXB','getRange','editor','model','replace','getMarkersGroup','FindAndReplaceUtils','bind','18281259xlJAxt','has','1883125akoEDb','1789552OQXBdu','plugins','createRange','2865063zvFofN','results','findPrevious','handleFindCommand','16564bceURi','FindAndReplaceEditing','findNext','2283720vbyvCg','get','getIntersection','TrackChangesEditing','isArray','28vzJAvW','_isInDeletionRange','item','string','start','suggestion:deletion','createPositionAt','replaceAll','afterInit','findByTextCallback','find','end','enableCommand','markers','filter','27630qfiQtD'];_0x2701=function(){return _0x391392;};return _0x2701();}import{Plugin as _0x271acd}from'ckeditor5/src/core.js';export default class X extends _0x271acd{[_0x4dc44d(0xb3)](){const _0x3bf6b8=_0x4dc44d;if(!this[_0x3bf6b8(0x93)][_0x3bf6b8(0x9d)][_0x3bf6b8(0x9a)](_0x3bf6b8(0xa4)))return;const _0x216b5a=this[_0x3bf6b8(0x93)][_0x3bf6b8(0x9d)][_0x3bf6b8(0xa7)](_0x3bf6b8(0xa9));_0x216b5a[_0x3bf6b8(0xb7)](_0x3bf6b8(0xb5),this[_0x3bf6b8(0xa2)][_0x3bf6b8(0x98)](this)),_0x216b5a[_0x3bf6b8(0xb7)](_0x3bf6b8(0xa5)),_0x216b5a[_0x3bf6b8(0xb7)](_0x3bf6b8(0xa1)),_0x216b5a[_0x3bf6b8(0xb7)](_0x3bf6b8(0x95)),_0x216b5a[_0x3bf6b8(0xb7)](_0x3bf6b8(0xb2));}[_0x4dc44d(0xa2)](_0xcec1bd,_0x2589d5,_0x46587c={}){const _0x37bb68=_0x4dc44d,_0x5cb9e1=this[_0x37bb68(0x93)][_0x37bb68(0x9d)][_0x37bb68(0xa7)](_0x37bb68(0x97));return _0xcec1bd(_0xbbda29=>{const _0x9f89c=_0x37bb68;let _0x1fb696=(_0x9f89c(0xae)==typeof _0x2589d5?_0x5cb9e1[_0x9f89c(0xb4)](_0x2589d5,_0x46587c):_0x2589d5)(_0xbbda29);Array[_0x9f89c(0xaa)](_0x1fb696)&&(_0x1fb696={'results':_0x1fb696,'searchText':_0x9f89c(0xae)==typeof _0x2589d5?_0x2589d5:''});const _0x1924d8=_0x1fb696[_0x9f89c(0xa0)][_0x9f89c(0xb9)](_0x2569fd=>!0x1===this[_0x9f89c(0xac)](_0x2569fd,_0xbbda29[_0x9f89c(0xad)]));return{..._0x1fb696,'results':_0x1924d8};},_0x46587c);}[_0x4dc44d(0xac)](_0x5430c3,_0x5176cc){const _0x4ec7df=_0x4dc44d,_0x33ef40=this[_0x4ec7df(0x93)][_0x4ec7df(0x94)][_0x4ec7df(0x9e)](this[_0x4ec7df(0x93)][_0x4ec7df(0x94)][_0x4ec7df(0xb1)](_0x5176cc,_0x5430c3[_0x4ec7df(0xaf)]),this[_0x4ec7df(0x93)][_0x4ec7df(0x94)][_0x4ec7df(0xb1)](_0x5176cc,_0x5430c3[_0x4ec7df(0xb6)]));for(const _0xf751d7 of this[_0x4ec7df(0x93)][_0x4ec7df(0x94)][_0x4ec7df(0xb8)][_0x4ec7df(0x96)](_0x4ec7df(0xb0)))if(null!==_0x33ef40[_0x4ec7df(0xa8)](_0xf751d7[_0x4ec7df(0x92)]()))return!0x0;return!0x1;}}
|