@ckeditor/ckeditor5-track-changes 43.0.0-alpha.5 → 43.0.0-alpha.6
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-alpha.
|
|
3
|
+
"version": "43.0.0-alpha.6",
|
|
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-alpha.
|
|
45
|
-
"@ckeditor/ckeditor5-engine": "43.0.0-alpha.
|
|
46
|
-
"@ckeditor/ckeditor5-enter": "43.0.0-alpha.
|
|
47
|
-
"@ckeditor/ckeditor5-typing": "43.0.0-alpha.
|
|
48
|
-
"@ckeditor/ckeditor5-ui": "43.0.0-alpha.
|
|
49
|
-
"@ckeditor/ckeditor5-utils": "43.0.0-alpha.
|
|
50
|
-
"@ckeditor/ckeditor5-widget": "43.0.0-alpha.
|
|
51
|
-
"ckeditor5": "43.0.0-alpha.
|
|
52
|
-
"ckeditor5-collaboration": "43.0.0-alpha.
|
|
44
|
+
"@ckeditor/ckeditor5-core": "43.0.0-alpha.6",
|
|
45
|
+
"@ckeditor/ckeditor5-engine": "43.0.0-alpha.6",
|
|
46
|
+
"@ckeditor/ckeditor5-enter": "43.0.0-alpha.6",
|
|
47
|
+
"@ckeditor/ckeditor5-typing": "43.0.0-alpha.6",
|
|
48
|
+
"@ckeditor/ckeditor5-ui": "43.0.0-alpha.6",
|
|
49
|
+
"@ckeditor/ckeditor5-utils": "43.0.0-alpha.6",
|
|
50
|
+
"@ckeditor/ckeditor5-widget": "43.0.0-alpha.6",
|
|
51
|
+
"ckeditor5": "43.0.0-alpha.6",
|
|
52
|
+
"ckeditor5-collaboration": "43.0.0-alpha.6",
|
|
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 _0x5d0aea=_0xb4d4;function _0xb4d4(_0x3cd08a,_0x1c59e4){const _0xcf295b=_0xcf29();return _0xb4d4=function(_0xb4d4fe,_0x510818){_0xb4d4fe=_0xb4d4fe-0x68;let _0x47b332=_0xcf295b[_0xb4d4fe];return _0x47b332;},_0xb4d4(_0x3cd08a,_0x1c59e4);}(function(_0x597213,_0xe03eb2){const _0x23237d=_0xb4d4,_0x3682ea=_0x597213();while(!![]){try{const _0x52e7f2=-parseInt(_0x23237d(0x7e))/0x1*(-parseInt(_0x23237d(0x7b))/0x2)+-parseInt(_0x23237d(0x6b))/0x3+parseInt(_0x23237d(0x6e))/0x4*(-parseInt(_0x23237d(0x73))/0x5)+-parseInt(_0x23237d(0x69))/0x6*(-parseInt(_0x23237d(0x6c))/0x7)+-parseInt(_0x23237d(0x70))/0x8+parseInt(_0x23237d(0x81))/0x9*(parseInt(_0x23237d(0x74))/0xa)+-parseInt(_0x23237d(0x6f))/0xb*(parseInt(_0x23237d(0x6a))/0xc);if(_0x52e7f2===_0xe03eb2)break;else _0x3682ea['push'](_0x3682ea['shift']());}catch(_0x38c797){_0x3682ea['push'](_0x3682ea['shift']());}}}(_0xcf29,0x4b8a0));import{Command as _0x82d81c}from'ckeditor5/src/core.js';import{CKEditorError as _0x48a0d7}from'ckeditor5/src/utils.js';function _0xcf29(){const _0xd4fb59=['execute','isEnabled','10iHKqis','acceptSuggestion','model','2397303DdysNN','TrackChangesEditing','4068RcjyzJ','2222388RnLtRv','51213VyHsym','4837eCASZv','refresh','404NgpvVe','33wINRHP','999936kfKGbI','_isEnabledBasedOnSelection','_suggestions','27670mKpAKD','20IWscLQ','canEditAt','get','getRanges','editor','track-changes-accept-suggestion-not-found','plugins','112954dtJjSV'];_0xcf29=function(){return _0xd4fb59;};return _0xcf29();}export default class x extends _0x82d81c{constructor(_0x3975b3,_0x2f57ec){const _0x312998=_0xb4d4;super(_0x3975b3),this[_0x312998(0x72)]=_0x2f57ec,this[_0x312998(0x6d)](),this[_0x312998(0x71)]=!0x1;}[_0x5d0aea(0x6d)](){const _0x431b35=_0x5d0aea;this[_0x431b35(0x7d)]=!0x0;}[_0x5d0aea(0x7c)](_0x2583cf){const _0x275b52=_0x5d0aea,_0x538f95=this[_0x275b52(0x72)][_0x275b52(0x76)](_0x2583cf);if(!_0x538f95)throw new _0x48a0d7(_0x275b52(0x79),this);const _0x45a699=_0x538f95[_0x275b52(0x77)]();this[_0x275b52(0x78)][_0x275b52(0x80)][_0x275b52(0x75)](_0x45a699)&&this[_0x275b52(0x78)][_0x275b52(0x7a)][_0x275b52(0x76)](_0x275b52(0x68))[_0x275b52(0x7f)](_0x538f95);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x16ca88=_0x44f3;function _0x1b9c(){const _0x3083e7=['discardSuggestion','60289IDYYpd','execute','2617857WOhtJk','126znqzeW','refresh','editor','track-changes-discard-suggestion-not-found','getRanges','model','plugins','get','594376GUcDVl','TrackChangesEditing','_isEnabledBasedOnSelection','1007412ZBSpiA','isEnabled','_suggestions','8JlqnST','8486xdPFYY','3070641wJZDdJ','2150590KdubiT','canEditAt'];_0x1b9c=function(){return _0x3083e7;};return _0x1b9c();}(function(_0x5d24f5,_0x266b4b){const _0xd63434=_0x44f3,_0x58cc4e=_0x5d24f5();while(!![]){try{const _0x3826f8=-parseInt(_0xd63434(0xcf))/0x1+-parseInt(_0xd63434(0xca))/0x2*(parseInt(_0xd63434(0xd2))/0x3)+-parseInt(_0xd63434(0xc3))/0x4+parseInt(_0xd63434(0xcc))/0x5+parseInt(_0xd63434(0xc6))/0x6+parseInt(_0xd63434(0xcb))/0x7*(parseInt(_0xd63434(0xc9))/0x8)+-parseInt(_0xd63434(0xd1))/0x9;if(_0x3826f8===_0x266b4b)break;else _0x58cc4e['push'](_0x58cc4e['shift']());}catch(_0x248486){_0x58cc4e['push'](_0x58cc4e['shift']());}}}(_0x1b9c,0x57941));function _0x44f3(_0x3e34ef,_0x2f44ba){const _0x1b9cde=_0x1b9c();return _0x44f3=function(_0x44f3ae,_0x1d8d7f){_0x44f3ae=_0x44f3ae-0xc3;let _0x4d6bd0=_0x1b9cde[_0x44f3ae];return _0x4d6bd0;},_0x44f3(_0x3e34ef,_0x2f44ba);}import{Command as _0x3c88b3}from'ckeditor5/src/core.js';import{CKEditorError as _0xcf4009}from'ckeditor5/src/utils.js';export default class R extends _0x3c88b3{constructor(_0x54b1fb,_0x4afd2c){const _0x54e906=_0x44f3;super(_0x54b1fb),this[_0x54e906(0xc8)]=_0x4afd2c,this[_0x54e906(0xd3)](),this[_0x54e906(0xc5)]=!0x1;}[_0x16ca88(0xd3)](){const _0x4d4e34=_0x16ca88;this[_0x4d4e34(0xc7)]=!0x0;}[_0x16ca88(0xd0)](_0xacb91e){const _0x4d4586=_0x16ca88,_0x5cf304=this[_0x4d4586(0xc8)][_0x4d4586(0xd9)](_0xacb91e);if(!_0x5cf304)throw new _0xcf4009(_0x4d4586(0xd5),this);const _0x516321=_0x5cf304[_0x4d4586(0xd6)]();this[_0x4d4586(0xd4)][_0x4d4586(0xd7)][_0x4d4586(0xcd)](_0x516321)&&this[_0x4d4586(0xd4)][_0x4d4586(0xd8)][_0x4d4586(0xd9)](_0x4d4586(0xc4))[_0x4d4586(0xce)](_0x5cf304);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x45ec1c=_0x3fcb;(function(_0x4351c0,_0x59a922){const _0x3390b7=_0x3fcb,_0x1fb5c1=_0x4351c0();while(!![]){try{const _0x46eb39=parseInt(_0x3390b7(0x152))/0x1*(-parseInt(_0x3390b7(0x158))/0x2)+parseInt(_0x3390b7(0x15b))/0x3*(-parseInt(_0x3390b7(0x165))/0x4)+-parseInt(_0x3390b7(0x161))/0x5*(-parseInt(_0x3390b7(0x164))/0x6)+-parseInt(_0x3390b7(0x154))/0x7*(-parseInt(_0x3390b7(0x153))/0x8)+parseInt(_0x3390b7(0x167))/0x9+-parseInt(_0x3390b7(0x166))/0xa*(-parseInt(_0x3390b7(0x157))/0xb)+-parseInt(_0x3390b7(0x160))/0xc*(parseInt(_0x3390b7(0x163))/0xd);if(_0x46eb39===_0x59a922)break;else _0x1fb5c1['push'](_0x1fb5c1['shift']());}catch(_0x4d78e1){_0x1fb5c1['push'](_0x1fb5c1['shift']());}}}(_0x4768,0x3d192));function _0x3fcb(_0x36d585,_0xd1abeb){const _0x476880=_0x4768();return _0x3fcb=function(_0x3fcbf1,_0x36310a){_0x3fcbf1=_0x3fcbf1-0x151;let _0x2756f6=_0x476880[_0x3fcbf1];return _0x2756f6;},_0x3fcb(_0x36d585,_0xd1abeb);}import{Command as _0x4735b5}from'ckeditor5/src/core.js';import{sortSuggestions as _0x4e55ce,executeCommandForSuggestions as _0x12e23b}from'../utils/utils.js';export default class E extends _0x4735b5{constructor(_0x46e1e7,_0x44096c,_0x5a7a08){const _0x1b4ffc=_0x3fcb;super(_0x46e1e7),this[_0x1b4ffc(0x15f)]=_0x44096c,this[_0x1b4ffc(0x151)]=_0x5a7a08,this[_0x1b4ffc(0x16b)](),this[_0x1b4ffc(0x159)]=!0x1;}[_0x45ec1c(0x16b)](){const _0xf3efcc=_0x45ec1c,_0x55c795=Array[_0xf3efcc(0x16a)](this[_0xf3efcc(0x151)][_0xf3efcc(0x155)]())[_0xf3efcc(0x15a)](_0x221795=>_0x221795[_0xf3efcc(0x168)]);this[_0xf3efcc(0x15e)]=this[_0xf3efcc(0x15f)][_0xf3efcc(0x15e)]&&_0x55c795;}[_0x45ec1c(0x15d)](){const _0x471dd5=_0x45ec1c,_0x2e4092=_0x4e55ce(Array[_0x471dd5(0x16a)](this[_0x471dd5(0x151)][_0x471dd5(0x155)]()));for(const _0x16af19 of _0x2e4092){const _0x3cc0ed=_0x16af19[_0x471dd5(0x162)]();if(!this[_0x471dd5(0x15c)][_0x471dd5(0x169)][_0x471dd5(0x156)](_0x3cc0ed))return;}_0x12e23b(this[_0x471dd5(0x15c)][_0x471dd5(0x169)],this[_0x471dd5(0x15f)],_0x2e4092);}}function _0x4768(){const _0x123be5=['isEnabled','_command','12leKgVA','1287260VagEOh','getRanges','4073459rYoXFi','6RLfsgk','47668vhpmzp','130MxRAJw','639252vmyEzf','isInContent','model','from','refresh','_suggestions','1357ZRQqUC','554768pFyjjo','49TBKaXM','values','canEditAt','201905KMnRtI','422wIarZF','_isEnabledBasedOnSelection','some','51xHLijA','editor','execute'];_0x4768=function(){return _0x123be5;};return _0x4768();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x345154=_0x2a01;(function(_0x142f44,_0x116c87){const _0x5ea5e5=_0x2a01,_0x3bb1f8=_0x142f44();while(!![]){try{const _0x573e55=parseInt(_0x5ea5e5(0x1b7))/0x1+-parseInt(_0x5ea5e5(0x1bf))/0x2*(parseInt(_0x5ea5e5(0x1c2))/0x3)+-parseInt(_0x5ea5e5(0x1b5))/0x4+-parseInt(_0x5ea5e5(0x1c5))/0x5+-parseInt(_0x5ea5e5(0x1c3))/0x6*(-parseInt(_0x5ea5e5(0x1b2))/0x7)+-parseInt(_0x5ea5e5(0x1b8))/0x8*(parseInt(_0x5ea5e5(0x1b4))/0x9)+parseInt(_0x5ea5e5(0x1b0))/0xa;if(_0x573e55===_0x116c87)break;else _0x3bb1f8['push'](_0x3bb1f8['shift']());}catch(_0x5db2c2){_0x3bb1f8['push'](_0x3bb1f8['shift']());}}}(_0x42e7,0x50185));import{Command as _0x2c24af}from'ckeditor5/src/core.js';function _0x2a01(_0xb99a7a,_0x5393db){const _0x42e779=_0x42e7();return _0x2a01=function(_0x2a0186,_0x355cee){_0x2a0186=_0x2a0186-0x1af;let _0x2c758e=_0x42e779[_0x2a0186];return _0x2c758e;},_0x2a01(_0xb99a7a,_0x5393db);}import{sortSuggestions as _0x20f554,getSelectedSuggestions as _0x4534b7,executeCommandForSuggestions as _0x3f8935}from'../utils/utils.js';export default class O extends _0x2c24af{constructor(_0x4b85e1,_0x44863b,_0x132328){const _0x4f2cfb=_0x2a01;super(_0x4b85e1),this[_0x4f2cfb(0x1b1)]=_0x44863b,this[_0x4f2cfb(0x1bd)]=_0x132328,this[_0x4f2cfb(0x1c0)]=new Set(),this[_0x4f2cfb(0x1c1)](),this[_0x4f2cfb(0x1af)]=!0x1;}[_0x345154(0x1c1)](){const _0x4f41a8=_0x345154,_0x2cc74a=this[_0x4f41a8(0x1b3)][_0x4f41a8(0x1b6)][_0x4f41a8(0x1bb)][_0x4f41a8(0x1c4)],_0x45454a=Array[_0x4f41a8(0x1b9)](this[_0x4f41a8(0x1bd)][_0x4f41a8(0x1c7)]());this[_0x4f41a8(0x1c0)]=_0x4534b7(_0x2cc74a,_0x45454a),this[_0x4f41a8(0x1ba)]=this[_0x4f41a8(0x1b1)][_0x4f41a8(0x1ba)]&&!!this[_0x4f41a8(0x1c0)][_0x4f41a8(0x1bc)];}[_0x345154(0x1be)](){const _0x20c73a=_0x345154,_0x3649c0=_0x20f554(Array[_0x20c73a(0x1b9)](this[_0x20c73a(0x1c0)]));for(const _0x437054 of _0x3649c0){const _0x1905db=_0x437054[_0x20c73a(0x1c8)]();if(!this[_0x20c73a(0x1b3)][_0x20c73a(0x1b6)][_0x20c73a(0x1c6)](_0x1905db))return;}_0x3f8935(this[_0x20c73a(0x1b3)][_0x20c73a(0x1b6)],this[_0x20c73a(0x1b1)],_0x3649c0);}}function _0x42e7(){const _0xb25f73=['canEditAt','values','getRanges','_isEnabledBasedOnSelection','17797110EugFSI','_command','4067NgvFAI','editor','9nDlVBH','2576220RCNjwN','model','335992uOHNyC','3333448KefbwC','from','isEnabled','document','size','_suggestions','execute','2dmboLO','_selectedSuggestions','refresh','1253058GLJAFz','3462RGHjPL','selection','3222245hChqqe'];_0x42e7=function(){return _0xb25f73;};return _0x42e7();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
const _0x380ed3=_0x3480;function _0x3480(_0x9975f1,_0x40511c){const _0x274f98=_0x274f();return _0x3480=function(_0x3480f0,_0x4ab34e){_0x3480f0=_0x3480f0-0x1a0;let _0x3c9b48=_0x274f98[_0x3480f0];return _0x3c9b48;},_0x3480(_0x9975f1,_0x40511c);}(function(_0x5c3f9d,_0x1a4fb3){const _0x119b8b=_0x3480,_0x4a5772=_0x5c3f9d();while(!![]){try{const _0x4343b9=-parseInt(_0x119b8b(0x1af))/0x1+-parseInt(_0x119b8b(0x1b6))/0x2*(parseInt(_0x119b8b(0x1b1))/0x3)+-parseInt(_0x119b8b(0x1a3))/0x4+parseInt(_0x119b8b(0x1ae))/0x5*(parseInt(_0x119b8b(0x1b9))/0x6)+-parseInt(_0x119b8b(0x1a7))/0x7*(-parseInt(_0x119b8b(0x1ad))/0x8)+parseInt(_0x119b8b(0x1b4))/0x9*(parseInt(_0x119b8b(0x1a4))/0xa)+-parseInt(_0x119b8b(0x1b8))/0xb*(-parseInt(_0x119b8b(0x1ab))/0xc);if(_0x4343b9===_0x1a4fb3)break;else _0x4a5772['push'](_0x4a5772['shift']());}catch(_0x5fbdf8){_0x4a5772['push'](_0x4a5772['shift']());}}}(_0x274f,0x9fa6b));import{Command as _0xbc29a9}from'ckeditor5/src/core.js';export default class B extends _0xbc29a9{constructor(_0x4ce16a,_0x5ab956){const _0x1be4af=_0x3480;super(_0x4ce16a),this[_0x1be4af(0x1a8)]=_0x5ab956,this[_0x1be4af(0x1b7)]=!0x1,this[_0x1be4af(0x1ac)](),this[_0x1be4af(0x1a0)]=!0x1;}[_0x380ed3(0x1ac)](){const _0x3a05cd=_0x380ed3;this[_0x3a05cd(0x1a2)]=!0x0;}[_0x380ed3(0x1ba)](){const _0x4b27ae=_0x380ed3;this[_0x4b27ae(0x1b7)]=!this[_0x4b27ae(0x1b7)],this[_0x4b27ae(0x1b7)]?this[_0x4b27ae(0x1b0)]():this[_0x4b27ae(0x1a9)]();}[_0x380ed3(0x1b0)](){const _0x243f3e=_0x380ed3;for(const _0x50f123 of this[_0x243f3e(0x1a5)][_0x243f3e(0x1b2)][_0x243f3e(0x1b2)]())_0x50f123[_0x243f3e(0x1b5)]&&!this[_0x243f3e(0x1a8)][_0x243f3e(0x1b3)](_0x50f123)&&_0x50f123[_0x243f3e(0x1aa)](_0x243f3e(0x1a1));}[_0x380ed3(0x1a9)](){const _0x157081=_0x380ed3;for(const _0x2bd539 of this[_0x157081(0x1a5)][_0x157081(0x1b2)][_0x157081(0x1b2)]())_0x2bd539[_0x157081(0x1b5)]&&!this[_0x157081(0x1a8)][_0x157081(0x1b3)](_0x2bd539)&&_0x2bd539[_0x157081(0x1a6)](_0x157081(0x1a1));}}function _0x274f(){const _0x17327e=['value','3779061FElyob','5485998xQyUTk','execute','_isEnabledBasedOnSelection','TrackChangesCommand','isEnabled','1123008yDdgXX','80Bxgtsg','editor','clearForceDisabled','7EkeVAe','_enabledCommands','_enableCommands','forceDisabled','12OPTpSg','refresh','5850872ULhmWj','5DTlylX','562700ilUkIT','_disableUnsupportedCommands','3UetWHJ','commands','has','575496JTfZCi','affectsData','2006824CdXmoS'];_0x274f=function(){return _0x17327e;};return _0x274f();}
|
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(_0x30ed9e,_0x4702ae){var _0x265bc2=_0x3665,_0x1f39c2=_0x30ed9e();while(!![]){try{var _0x14c8c1=-parseInt(_0x265bc2(0xa4))/0x1+parseInt(_0x265bc2(0xab))/0x2+-parseInt(_0x265bc2(0xa7))/0x3+-parseInt(_0x265bc2(0xa8))/0x4+-parseInt(_0x265bc2(0xa9))/0x5*(parseInt(_0x265bc2(0xaa))/0x6)+-parseInt(_0x265bc2(0xa6))/0x7+-parseInt(_0x265bc2(0xa3))/0x8*(-parseInt(_0x265bc2(0xa5))/0x9);if(_0x14c8c1===_0x4702ae)break;else _0x1f39c2['push'](_0x1f39c2['shift']());}catch(_0x3a88f2){_0x1f39c2['push'](_0x1f39c2['shift']());}}}(_0x55d2,0x41633));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';function _0x3665(_0x42b359,_0x58b915){var _0x55d23e=_0x55d2();return _0x3665=function(_0x3665cd,_0x4a1e0d){_0x3665cd=_0x3665cd-0xa3;var _0x47a62f=_0x55d23e[_0x3665cd];return _0x47a62f;},_0x3665(_0x42b359,_0x58b915);}export{default as SuggestionThreadView}from'./ui/view/suggestionthreadview.js';function _0x55d2(){var _0x106f84=['2785895glsbRS','154059GBMBuU','745736oydqtd','60mFSlxR','231864LXwaZK','178494tGsCUx','40PQGkKe','450125rcyFEH','3110769PlEBtH'];_0x55d2=function(){return _0x106f84;};return _0x55d2();}export{default as SuggestionView}from'./ui/view/suggestionview.js';import'./augmentation.js';
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x15760e=_0x1027;(function(_0x2b5898,_0x2f2163){const _0x16992c=_0x1027,_0x15acff=_0x2b5898();while(!![]){try{const _0x4e5eee=parseInt(_0x16992c(0xb4))/0x1+parseInt(_0x16992c(0xa9))/0x2*(-parseInt(_0x16992c(0xaa))/0x3)+parseInt(_0x16992c(0xb2))/0x4+parseInt(_0x16992c(0xa8))/0x5+-parseInt(_0x16992c(0xb9))/0x6+parseInt(_0x16992c(0xad))/0x7*(-parseInt(_0x16992c(0xb1))/0x8)+parseInt(_0x16992c(0xae))/0x9*(parseInt(_0x16992c(0xb7))/0xa);if(_0x4e5eee===_0x2f2163)break;else _0x15acff['push'](_0x15acff['shift']());}catch(_0x1be14f){_0x15acff['push'](_0x15acff['shift']());}}}(_0x4cc3,0x5d791));import{Plugin as _0x14e43c}from'ckeditor5/src/core.js';function _0x1027(_0x4f54c4,_0x117d47){const _0x4cc3fb=_0x4cc3();return _0x1027=function(_0x102737,_0x29d5b4){_0x102737=_0x102737-0xa8;let _0x593abc=_0x4cc3fb[_0x102737];return _0x593abc;},_0x1027(_0x4f54c4,_0x117d47);}function _0x4cc3(){const _0x4d48e5=['2505XXihkd','TrackChangesEditing','plugins','28294jhpOFS','6577587kaBqHn','editor','get','8CuHFwt','500564uytIzv','commands','350831XOXljW','showAIAssistant','afterInit','10XXlDAk','enableCommand','2864022HXEZHR','971670JdDVGb','1286vHabUc'];_0x4cc3=function(){return _0x4d48e5;};return _0x4cc3();}export default class V extends _0x14e43c{[_0x15760e(0xb6)](){const _0x2dd3ba=_0x15760e,_0x2b4f4b=this[_0x2dd3ba(0xaf)],_0x3016ce=_0x2b4f4b[_0x2dd3ba(0xac)][_0x2dd3ba(0xb0)](_0x2dd3ba(0xab));_0x2b4f4b[_0x2dd3ba(0xb3)][_0x2dd3ba(0xb0)](_0x2dd3ba(0xb5))&&_0x3016ce[_0x2dd3ba(0xb8)](_0x2dd3ba(0xb5));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x2789c9=_0xe318;function _0xe318(_0xb5d8f3,_0x5c11eb){const _0x186a69=_0x186a();return _0xe318=function(_0xe31817,_0x375534){_0xe31817=_0xe31817-0x13f;let _0x45a2c7=_0x186a69[_0xe31817];return _0x45a2c7;},_0xe318(_0xb5d8f3,_0x5c11eb);}(function(_0x45ca55,_0x3df1de){const _0x7ff54f=_0xe318,_0x214e73=_0x45ca55();while(!![]){try{const _0x49da6e=-parseInt(_0x7ff54f(0x15f))/0x1+parseInt(_0x7ff54f(0x14d))/0x2+-parseInt(_0x7ff54f(0x164))/0x3*(parseInt(_0x7ff54f(0x159))/0x4)+-parseInt(_0x7ff54f(0x14f))/0x5+-parseInt(_0x7ff54f(0x15e))/0x6*(-parseInt(_0x7ff54f(0x147))/0x7)+-parseInt(_0x7ff54f(0x15b))/0x8+-parseInt(_0x7ff54f(0x14c))/0x9*(-parseInt(_0x7ff54f(0x140))/0xa);if(_0x49da6e===_0x3df1de)break;else _0x214e73['push'](_0x214e73['shift']());}catch(_0x5568f8){_0x214e73['push'](_0x214e73['shift']());}}}(_0x186a,0xee889));import{Plugin as _0x55fbb7}from'ckeditor5/src/core.js';import{getTranslation as _0x492cb9}from'../utils/common-translations.js';function _0x186a(){const _0xbc9cf8=['registerAttributeLabel','formatBlock','get','426AgTuyk','format','FORMAT_JUSTIFY_TEXT','FORMAT_ALIGNMENT','editor','558570rkCxWC','FORMAT_ALIGN_TO_RIGHT','_registerLegacyDescription','descriptionFactory','FORMAT_ALIGN_TO_LEFT','afterInit','plugins','73199RjmmCK','justify','*Format:*\x20%0','FORMAT_ALIGN_TO_CENTER','registerBlockAttribute','531mrBCZj','1896838xDViNp','value','4563775NuatMy','TrackChangesEditing','type','registerDescriptionCallback','commandParams','commandName','locale','alignment','has','enableDefaultAttributesIntegration','23752xxKilE','center','10206984sgSasR','right','left','384wcjhGV','904373dzZcTs','AlignmentEditing'];_0x186a=function(){return _0xbc9cf8;};return _0x186a();}export default class U extends _0x55fbb7{[_0x2789c9(0x145)](){const _0xb086bd=_0x2789c9,_0x3776a8=this[_0xb086bd(0x13f)],_0x2bac25=_0x3776a8[_0xb086bd(0x155)];if(!_0x3776a8[_0xb086bd(0x146)][_0xb086bd(0x157)](_0xb086bd(0x160)))return;const _0x2c8042=_0x3776a8[_0xb086bd(0x146)][_0xb086bd(0x163)](_0xb086bd(0x150));_0x2c8042[_0xb086bd(0x158)](_0xb086bd(0x156)),_0x2c8042[_0xb086bd(0x14b)](_0xb086bd(0x156)),_0x2c8042[_0xb086bd(0x143)][_0xb086bd(0x161)](_0xb086bd(0x156),_0x492cb9(_0x2bac25,_0xb086bd(0x167))),this[_0xb086bd(0x142)]();}[_0x2789c9(0x142)](){const _0x1e278f=_0x2789c9,_0x4a189f=this[_0x1e278f(0x13f)],_0x5d49f4=_0x4a189f[_0x1e278f(0x155)];_0x4a189f[_0x1e278f(0x146)][_0x1e278f(0x163)](_0x1e278f(0x150))[_0x1e278f(0x143)][_0x1e278f(0x152)](_0x354e5b=>{const _0x3c5a86=_0x1e278f;if(_0x3c5a86(0x162)!=_0x354e5b[_0x3c5a86(0x151)])return;const {data:_0x38e223}=_0x354e5b;if(_0x38e223&&_0x3c5a86(0x156)==_0x38e223[_0x3c5a86(0x154)]){const _0x569658=_0x38e223[_0x3c5a86(0x153)][0x0][_0x3c5a86(0x14e)];return{'type':_0x3c5a86(0x165),'content':_0x492cb9(_0x5d49f4,_0x3c5a86(0x149),function(_0x2602f4){const _0x520e27=_0x3c5a86;switch(_0x2602f4){case _0x520e27(0x15d):return _0x492cb9(_0x5d49f4,_0x520e27(0x144));case _0x520e27(0x15c):return _0x492cb9(_0x5d49f4,_0x520e27(0x141));case _0x520e27(0x15a):return _0x492cb9(_0x5d49f4,_0x520e27(0x14a));case _0x520e27(0x148):return _0x492cb9(_0x5d49f4,_0x520e27(0x166));}}(_0x569658))};}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x268c12=_0xec36;(function(_0xd3aa56,_0x10e9a1){const _0x48d522=_0xec36,_0x6d25d6=_0xd3aa56();while(!![]){try{const _0xa5d53=parseInt(_0x48d522(0xff))/0x1+-parseInt(_0x48d522(0x118))/0x2+parseInt(_0x48d522(0x119))/0x3*(parseInt(_0x48d522(0xf6))/0x4)+parseInt(_0x48d522(0xf8))/0x5*(parseInt(_0x48d522(0x10d))/0x6)+parseInt(_0x48d522(0x11d))/0x7*(parseInt(_0x48d522(0x105))/0x8)+parseInt(_0x48d522(0xeb))/0x9+-parseInt(_0x48d522(0xf2))/0xa;if(_0xa5d53===_0x10e9a1)break;else _0x6d25d6['push'](_0x6d25d6['shift']());}catch(_0xdfe284){_0x6d25d6['push'](_0x6d25d6['shift']());}}}(_0x48a8,0x3998b));import{Plugin as _0x55eb17}from'ckeditor5/src/core.js';function _0x48a8(){const _0x6cfcb6=['36bTwRGp','underline','plugins','FORMAT_SUBSCRIPT','642761mgUMyn','enableDefaultAttributesIntegration','SubscriptEditing','FORMAT_BOLD','FORMAT_','superscript','1662525HVLIeB','*Remove\x20format:*\x20%0','forceValue','CodeEditing','editor','StrikethroughEditing','get','7058380SzDazs','type','has','registerInlineAttribute','8548PBjpgt','TrackChangesEditing','1630315UQoqfB','bold','descriptionFactory','FORMAT_ITALIC','toUpperCase','subscript','code','167178dGqyLw','formatInline','FORMAT_STRIKETHROUGH','commandName','locale','*Format:*\x20%0','40cbhHWi','registerAttributeLabel','strikethrough','afterInit','format','toLowerCase','commandParams','registerDescriptionCallback','6Whbhpd','slice','SuperscriptEditing','ItalicEditing','UnderlineEditing','FORMAT_UNDERLINE','FORMAT_CODE','BoldEditing','FORMAT_SUPERSCRIPT','italic','_registerLegacyDescription','441944bOdqQE'];_0x48a8=function(){return _0x6cfcb6;};return _0x48a8();}import{getTranslation as _0x5c489a}from'../utils/common-translations.js';function _0xec36(_0x2f8ca3,_0x2d1bd6){const _0x48a8f2=_0x48a8();return _0xec36=function(_0xec368d,_0x56502f){_0xec368d=_0xec368d-0xe9;let _0x57eb2=_0x48a8f2[_0xec368d];return _0x57eb2;},_0xec36(_0x2f8ca3,_0x2d1bd6);}const ti=[_0x268c12(0x114),_0x268c12(0x110),_0x268c12(0x111),_0x268c12(0xee),_0x268c12(0xf0),_0x268c12(0x11f),_0x268c12(0x10f)];export default class G extends _0x55eb17{[_0x268c12(0x108)](){const _0x562535=_0x268c12,_0x57187c=this[_0x562535(0xef)],_0x1e74aa=_0x57187c[_0x562535(0x11b)][_0x562535(0xf1)](_0x562535(0xf7)),_0x4285bd=_0x57187c[_0x562535(0x103)];for(const _0x1730d0 of ti){if(!_0x57187c[_0x562535(0x11b)][_0x562535(0xf4)](_0x1730d0))continue;const _0x45cd71=_0x1730d0[_0x562535(0x10e)](0x0,-0x7)[_0x562535(0x10a)](),_0x101743=_0x562535(0xe9)+_0x45cd71[_0x562535(0xfc)]();_0x1e74aa[_0x562535(0x11e)](_0x45cd71),_0x1e74aa[_0x562535(0xf5)](_0x45cd71),_0x1e74aa[_0x562535(0xfa)][_0x562535(0x106)](_0x45cd71,_0x5c489a(_0x4285bd,_0x101743));}this[_0x562535(0x117)]();}[_0x268c12(0x117)](){const _0x50d1d7=_0x268c12,_0x318278=this[_0x50d1d7(0xef)],_0x5efd46=_0x318278[_0x50d1d7(0x103)],_0xedde77=_0x318278[_0x50d1d7(0x11b)][_0x50d1d7(0xf1)](_0x50d1d7(0xf7));function _0x5355e9(_0x327c13,_0xc6cb22){const _0x181d53=_0x50d1d7;_0xedde77[_0x181d53(0xfa)][_0x181d53(0x10c)](_0x293b97=>{const _0x593bc6=_0x181d53;if(_0x593bc6(0x100)!=_0x293b97[_0x593bc6(0xf3)])return;const {data:_0x107a1b}=_0x293b97;return _0x107a1b&&_0x107a1b[_0x593bc6(0x102)]===_0x327c13?_0x107a1b[_0x593bc6(0x10b)][0x0][_0x593bc6(0xed)]?{'type':_0x593bc6(0x109),'content':_0x5c489a(_0x5efd46,_0x593bc6(0x104),_0xc6cb22)}:{'type':_0x593bc6(0x109),'content':_0x5c489a(_0x5efd46,_0x593bc6(0xec),_0xc6cb22)}:void 0x0;});}_0x5355e9(_0x50d1d7(0xf9),_0x5c489a(_0x5efd46,_0x50d1d7(0x120))),_0x5355e9(_0x50d1d7(0x116),_0x5c489a(_0x5efd46,_0x50d1d7(0xfb))),_0x5355e9(_0x50d1d7(0x11a),_0x5c489a(_0x5efd46,_0x50d1d7(0x112))),_0x5355e9(_0x50d1d7(0xfe),_0x5c489a(_0x5efd46,_0x50d1d7(0x113))),_0x5355e9(_0x50d1d7(0x107),_0x5c489a(_0x5efd46,_0x50d1d7(0x101))),_0x5355e9(_0x50d1d7(0xfd),_0x5c489a(_0x5efd46,_0x50d1d7(0x11c))),_0x5355e9(_0x50d1d7(0xea),_0x5c489a(_0x5efd46,_0x50d1d7(0x115)));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x44195e=_0x5af3;(function(_0x2dcebb,_0x139d58){const _0x139e87=_0x5af3,_0x3b8c9e=_0x2dcebb();while(!![]){try{const _0x1cc3f9=parseInt(_0x139e87(0xa9))/0x1+-parseInt(_0x139e87(0x81))/0x2+parseInt(_0x139e87(0xa6))/0x3*(-parseInt(_0x139e87(0xa1))/0x4)+-parseInt(_0x139e87(0x94))/0x5+-parseInt(_0x139e87(0x91))/0x6+-parseInt(_0x139e87(0x80))/0x7*(-parseInt(_0x139e87(0xa3))/0x8)+parseInt(_0x139e87(0x95))/0x9;if(_0x1cc3f9===_0x139d58)break;else _0x3b8c9e['push'](_0x3b8c9e['shift']());}catch(_0x267e13){_0x3b8c9e['push'](_0x3b8c9e['shift']());}}}(_0x21c6,0x37f14));import{Plugin as _0x34d4ff}from'ckeditor5/src/core.js';import{getTranslation as _0x696601}from'../utils/common-translations.js';import{getRangesOfBlockGroups as _0x31db0b}from'../utils/utils.js';export default class F extends _0x34d4ff{[_0x44195e(0xa2)](){const _0x5e1fc9=_0x44195e,_0x1e54d0=this[_0x5e1fc9(0xa4)],_0x4ecab9=_0x1e54d0[_0x5e1fc9(0xa5)];if(!_0x1e54d0[_0x5e1fc9(0xaa)][_0x5e1fc9(0x8c)](_0x5e1fc9(0x87)))return;const _0x1e7119=_0x1e54d0[_0x5e1fc9(0xaa)][_0x5e1fc9(0x8f)](_0x5e1fc9(0x9f)),_0x27ba0e=this[_0x5e1fc9(0xa4)][_0x5e1fc9(0xa7)][_0x5e1fc9(0x8f)](_0x5e1fc9(0x9d));_0x1e7119[_0x5e1fc9(0x8e)](_0x5e1fc9(0x9d),(_0x19f594,_0x48a297={})=>{const _0x4c9155=_0x5e1fc9,_0x259d51=this[_0x4c9155(0xa4)][_0x4c9155(0x97)][_0x4c9155(0x86)][_0x4c9155(0x99)],_0x535126=_0x48a297&&void 0x0!==_0x48a297[_0x4c9155(0x85)]?_0x48a297[_0x4c9155(0x85)]:!_0x27ba0e[_0x4c9155(0x93)];let _0x4f63fe=[];if(_0x535126){const _0xa27aec=Array[_0x4c9155(0x84)](_0x259d51[_0x4c9155(0x9a)]())[_0x4c9155(0xa0)](_0xbeec78=>oo(_0xbeec78)||function(_0x28ec00,_0x516b02){const _0x3a5544=_0x4c9155,_0x986bf9=_0x516b02[_0x3a5544(0x9c)](_0x28ec00[_0x3a5544(0xa8)],_0x3a5544(0x9d)),_0x3dc549=_0x516b02[_0x3a5544(0x9c)]([_0x3a5544(0x8d),_0x3a5544(0x9d)],_0x28ec00);return _0x986bf9&&_0x3dc549;}(_0xbeec78,this[_0x4c9155(0xa4)][_0x4c9155(0x97)][_0x4c9155(0x9e)]));_0x4f63fe=_0x31db0b(_0xa27aec,_0x1e54d0[_0x4c9155(0x97)]);}else{const _0x1ace7c=Array[_0x4c9155(0x84)](_0x259d51[_0x4c9155(0x9a)]())[_0x4c9155(0xa0)](_0x326f71=>oo(_0x326f71));_0x4f63fe=_0x31db0b(_0x1ace7c,_0x1e54d0[_0x4c9155(0x97)]);}_0x1e54d0[_0x4c9155(0x97)][_0x4c9155(0x98)](()=>{const _0x3f3e48=_0x4c9155;for(const _0x26dd3c of _0x4f63fe)_0x1e7119[_0x3f3e48(0x92)](_0x26dd3c,{'commandName':_0x3f3e48(0x9d),'commandParams':[{'forceValue':_0x535126}]});});}),_0x1e7119[_0x5e1fc9(0x9b)][_0x5e1fc9(0x82)](_0x2325c5=>{const _0x736bd1=_0x5e1fc9,{data:_0x10da18}=_0x2325c5;if(_0x10da18&&_0x736bd1(0x9d)==_0x10da18[_0x736bd1(0x90)]){const _0x5453d6=_0x696601(_0x4ecab9,_0x736bd1(0x89));return _0x10da18[_0x736bd1(0x88)][0x0][_0x736bd1(0x85)]?{'type':_0x736bd1(0x96),'content':_0x696601(_0x4ecab9,_0x736bd1(0x8a),_0x5453d6)}:{'type':_0x736bd1(0x96),'content':_0x696601(_0x4ecab9,_0x736bd1(0x83),_0x5453d6)};}});}}function oo(_0x5128b6){const _0x23489b=_0x44195e;return _0x23489b(0x9d)==_0x5128b6[_0x23489b(0xa8)][_0x23489b(0x8b)];}function _0x5af3(_0x2a082b,_0x23f566){const _0x21c6e6=_0x21c6();return _0x5af3=function(_0x5af3f6,_0xa0766a){_0x5af3f6=_0x5af3f6-0x80;let _0x5eafbf=_0x21c6e6[_0x5af3f6];return _0x5eafbf;},_0x5af3(_0x2a082b,_0x23f566);}function _0x21c6(){const _0x991d39=['markBlockFormat','value','1024435fKSgnp','3885147fxLqMX','format','model','change','selection','getSelectedBlocks','descriptionFactory','checkChild','blockQuote','schema','TrackChangesEditing','filter','4RyDTZF','afterInit','28136pWJybo','editor','locale','484971gUbvNt','commands','parent','453774VpcATP','plugins','294kbQKUL','256318Iobeco','registerDescriptionCallback','*Remove\x20format:*\x20%0','from','forceValue','document','BlockQuoteEditing','commandParams','ELEMENT_BLOCK_QUOTE','*Set\x20format:*\x20%0','name','has','$root','enableCommand','get','commandName','1855968klvwbo'];_0x21c6=function(){return _0x991d39;};return _0x21c6();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x5982(_0x3c5c39,_0x2d131c){const _0x3f0923=_0x3f09();return _0x5982=function(_0x598242,_0x451f17){_0x598242=_0x598242-0xe4;let _0x43b51c=_0x3f0923[_0x598242];return _0x43b51c;},_0x5982(_0x3c5c39,_0x2d131c);}const _0x40ab0e=_0x5982;function _0x3f09(){const _0xbc979f=['changeCaseTitle','TrackChangesEditing','1651968ksxIHa','changeCaseUpper','has','CaseChange','afterInit','editor','157684kEbNlu','12cPixyV','plugins','3648OVEBFg','get','changeCaseLower','350320vPbMfg','1154794WRKCOw','enableCommand','8705151HhuxaH','1810645qhzEjZ','6433tEBrfx'];_0x3f09=function(){return _0xbc979f;};return _0x3f09();}(function(_0x56a803,_0x39f34d){const _0x503b71=_0x5982,_0x32a16f=_0x56a803();while(!![]){try{const _0x45bebf=-parseInt(_0x503b71(0xe5))/0x1+-parseInt(_0x503b71(0xe6))/0x2+-parseInt(_0x503b71(0xf4))/0x3*(-parseInt(_0x503b71(0xf3))/0x4)+-parseInt(_0x503b71(0xe9))/0x5+parseInt(_0x503b71(0xed))/0x6+parseInt(_0x503b71(0xea))/0x7*(parseInt(_0x503b71(0xf6))/0x8)+parseInt(_0x503b71(0xe8))/0x9;if(_0x45bebf===_0x39f34d)break;else _0x32a16f['push'](_0x32a16f['shift']());}catch(_0x1b8f34){_0x32a16f['push'](_0x32a16f['shift']());}}}(_0x3f09,0x8143d));import{Plugin as _0x5e5e50}from'ckeditor5/src/core.js';export default class L extends _0x5e5e50{[_0x40ab0e(0xf1)](){const _0x12714f=_0x40ab0e,_0x3b49ce=this[_0x12714f(0xf2)];_0x3b49ce[_0x12714f(0xf5)][_0x12714f(0xef)](_0x12714f(0xf0))&&(_0x3b49ce[_0x12714f(0xf5)][_0x12714f(0xf7)](_0x12714f(0xec))[_0x12714f(0xe7)](_0x12714f(0xee)),_0x3b49ce[_0x12714f(0xf5)][_0x12714f(0xf7)](_0x12714f(0xec))[_0x12714f(0xe7)](_0x12714f(0xe4)),_0x3b49ce[_0x12714f(0xf5)][_0x12714f(0xf7)](_0x12714f(0xec))[_0x12714f(0xe7)](_0x12714f(0xeb)));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x2c8b(_0x4216c1,_0x33f62f){const _0x14cda7=_0x14cd();return _0x2c8b=function(_0x2c8b3b,_0x5fc720){_0x2c8b3b=_0x2c8b3b-0x181;let _0x590dab=_0x14cda7[_0x2c8b3b];return _0x590dab;},_0x2c8b(_0x4216c1,_0x33f62f);}const _0x159814=_0x2c8b;(function(_0x20c597,_0x6ff29c){const _0x2601a9=_0x2c8b,_0x33f7b5=_0x20c597();while(!![]){try{const _0x435ab0=parseInt(_0x2601a9(0x189))/0x1*(parseInt(_0x2601a9(0x186))/0x2)+parseInt(_0x2601a9(0x185))/0x3+-parseInt(_0x2601a9(0x188))/0x4+-parseInt(_0x2601a9(0x18e))/0x5*(-parseInt(_0x2601a9(0x184))/0x6)+parseInt(_0x2601a9(0x18c))/0x7+parseInt(_0x2601a9(0x18d))/0x8*(parseInt(_0x2601a9(0x181))/0x9)+-parseInt(_0x2601a9(0x191))/0xa;if(_0x435ab0===_0x6ff29c)break;else _0x33f7b5['push'](_0x33f7b5['shift']());}catch(_0xcdb4ad){_0x33f7b5['push'](_0x33f7b5['shift']());}}}(_0x14cd,0x368e7));import{Plugin as _0x158573}from'ckeditor5/src/core.js';function _0x14cd(){const _0x131c7c=['1647720boWqXI','TrackChangesEditing','ckbox','291348PHCXNc','553356cXBOnj','74394jYoPGF','afterInit','1626208dGnHCy','8JEJVTg','get','commands','342174jHsWNl','8jeKKlr','35Glezoz','plugins','editor','4238810OEDEbD','enableCommand'];_0x14cd=function(){return _0x131c7c;};return _0x14cd();}export default class H extends _0x158573{[_0x159814(0x187)](){const _0x360dbc=_0x159814,_0x3a5741=this[_0x360dbc(0x190)];_0x3a5741[_0x360dbc(0x18b)][_0x360dbc(0x18a)](_0x360dbc(0x183))&&_0x3a5741[_0x360dbc(0x18f)][_0x360dbc(0x18a)](_0x360dbc(0x182))[_0x360dbc(0x192)](_0x360dbc(0x183));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
const _0x312e17=_0xb7cf;(function(_0x563337,_0x70311d){const _0x5b0ed0=_0xb7cf,_0x4a9758=_0x563337();while(!![]){try{const _0x4c3cf3=-parseInt(_0x5b0ed0(0x1fd))/0x1*(-parseInt(_0x5b0ed0(0x1e7))/0x2)+-parseInt(_0x5b0ed0(0x1ee))/0x3*(parseInt(_0x5b0ed0(0x1d8))/0x4)+parseInt(_0x5b0ed0(0x213))/0x5*(-parseInt(_0x5b0ed0(0x204))/0x6)+-parseInt(_0x5b0ed0(0x1d9))/0x7*(parseInt(_0x5b0ed0(0x212))/0x8)+parseInt(_0x5b0ed0(0x20d))/0x9*(parseInt(_0x5b0ed0(0x20c))/0xa)+-parseInt(_0x5b0ed0(0x205))/0xb*(parseInt(_0x5b0ed0(0x1e0))/0xc)+parseInt(_0x5b0ed0(0x207))/0xd;if(_0x4c3cf3===_0x70311d)break;else _0x4a9758['push'](_0x4a9758['shift']());}catch(_0x465f5c){_0x4a9758['push'](_0x4a9758['shift']());}}}(_0x482c,0x6dfcd));function _0x482c(){const _0x5a9951=['517008YJEZXu','17390NySfni','28WrADbB','77MVZCZq','enableCommand','ELEMENT_CODE_BLOCK','type','selection','config','change','7392HjNnDc','from','blockName','get','descriptionFactory','*Remove\x20format:*\x20%0','model','675358dnMnBs','codeBlock','outdentCodeBlock','parent','getSelectedBlocks','commands','registerDescriptionCallback','71106yRqwoX','TrackChangesEditing','isLimit','has','commandName','CodeBlock','label','checkChild','schema','toLowerCase','rootElement','*Set\x20format:*\x20%0','markBlockFormat','plugins','format','1rIrhOY','commandParams','find','name','afterInit','value','editor','1002boGCMj','4301KpFjpr','language','16281044wfjetz','forceValue','indentCodeBlock','filter','formatBlock','59460AJqgWc','846zzGHZh','document','locale','registerElementLabel','languages'];_0x482c=function(){return _0x5a9951;};return _0x482c();}function _0xb7cf(_0x55c3f0,_0x49cc40){const _0x482c13=_0x482c();return _0xb7cf=function(_0xb7cff9,_0x4fce6a){_0xb7cff9=_0xb7cff9-0x1d8;let _0x411202=_0x482c13[_0xb7cff9];return _0x411202;},_0xb7cf(_0x55c3f0,_0x49cc40);}import{Plugin as _0x43bb52}from'ckeditor5/src/core.js';import{getTranslation as _0x429d09}from'../utils/common-translations.js';import{getRangesOfBlockGroups as _0x1211bd}from'../utils/utils.js';export default class J extends _0x43bb52{[_0x312e17(0x201)](){const _0x1c0c9f=_0x312e17,_0x539703=this[_0x1c0c9f(0x203)];if(!_0x539703[_0x1c0c9f(0x1fb)][_0x1c0c9f(0x1f1)](_0x1c0c9f(0x1f3)))return;const _0x11d831=_0x539703[_0x1c0c9f(0x1fb)][_0x1c0c9f(0x1e3)](_0x1c0c9f(0x1ef)),_0x24996e=_0x539703[_0x1c0c9f(0x20f)],_0x43d471=_0x539703[_0x1c0c9f(0x1de)][_0x1c0c9f(0x1e3)](_0x1c0c9f(0x1e8))[_0x1c0c9f(0x211)],_0x49ef5b=_0x539703[_0x1c0c9f(0x1ec)][_0x1c0c9f(0x1e3)](_0x1c0c9f(0x1e8));_0x11d831[_0x1c0c9f(0x1da)](_0x1c0c9f(0x209)),_0x11d831[_0x1c0c9f(0x1da)](_0x1c0c9f(0x1e9)),_0x11d831[_0x1c0c9f(0x1da)](_0x1c0c9f(0x1e8),(_0x53ed59,_0x2a8ec2={})=>{const _0x28dbe5=_0x1c0c9f,_0x54afa7=_0x539703[_0x28dbe5(0x1e6)],_0x475d7a=_0x539703[_0x28dbe5(0x1e6)][_0x28dbe5(0x20e)][_0x28dbe5(0x1dd)],_0x58b46c=_0x2a8ec2&&void 0x0!==_0x2a8ec2[_0x28dbe5(0x208)]?_0x2a8ec2[_0x28dbe5(0x208)]:!_0x49ef5b[_0x28dbe5(0x202)];let _0x2c5ece;_0x2a8ec2[_0x28dbe5(0x206)]||(_0x2a8ec2[_0x28dbe5(0x206)]=_0x43d471[0x0][_0x28dbe5(0x206)]),_0x2c5ece=_0x58b46c?Array[_0x28dbe5(0x1e1)](_0x475d7a[_0x28dbe5(0x1eb)]())[_0x28dbe5(0x20a)](_0x46aa6d=>eo(_0x46aa6d)||function(_0x27b691,_0x3f5614){const _0x5ec3de=_0x28dbe5;if(_0x27b691['is'](_0x5ec3de(0x1f8))||_0x3f5614[_0x5ec3de(0x1f0)](_0x27b691))return!0x1;return _0x3f5614[_0x5ec3de(0x1f5)](_0x27b691[_0x5ec3de(0x1ea)],_0x5ec3de(0x1e8));}(_0x46aa6d,_0x54afa7[_0x28dbe5(0x1f6)])):Array[_0x28dbe5(0x1e1)](_0x475d7a[_0x28dbe5(0x1eb)]())[_0x28dbe5(0x20a)](_0x17e853=>eo(_0x17e853));const _0x1ed684=_0x1211bd(_0x2c5ece,_0x54afa7);_0x54afa7[_0x28dbe5(0x1df)](()=>{const _0x311e90=_0x28dbe5;for(const _0x173137 of _0x1ed684)_0x11d831[_0x311e90(0x1fa)](_0x173137,{'commandName':_0x311e90(0x1e8),'commandParams':[{..._0x2a8ec2,'forceValue':_0x58b46c}],'formatGroupId':_0x311e90(0x1e2)});});}),(_0x11d831[_0x1c0c9f(0x1e4)][_0x1c0c9f(0x210)](_0x1c0c9f(0x1e8),_0x25a544=>_0x429d09(_0x24996e,_0x1c0c9f(0x1db),_0x25a544)),_0x11d831[_0x1c0c9f(0x1e4)][_0x1c0c9f(0x1ed)](_0x5317a9=>{const _0x435c06=_0x1c0c9f;if(_0x435c06(0x20b)!=_0x5317a9[_0x435c06(0x1dc)])return;const _0x284024=_0x24996e['t'],{data:_0x315ab3}=_0x5317a9;if(!_0x315ab3||_0x435c06(0x1e8)!=_0x315ab3[_0x435c06(0x1f2)])return;const _0x257754=_0x315ab3[_0x435c06(0x1fe)][0x0][_0x435c06(0x206)],_0x2d6cc4=_0x284024(_0x43d471[_0x435c06(0x1ff)](_0x2cbbca=>_0x2cbbca[_0x435c06(0x206)]===_0x257754)[_0x435c06(0x1f4)])[_0x435c06(0x1f7)]();return _0x315ab3[_0x435c06(0x1fe)][0x0][_0x435c06(0x208)]?{'type':_0x435c06(0x1fc),'content':_0x429d09(_0x24996e,_0x435c06(0x1f9),_0x429d09(_0x24996e,_0x435c06(0x1db),0x1)+'\x20('+_0x2d6cc4+')')}:{'type':_0x435c06(0x1fc),'content':_0x429d09(_0x24996e,_0x435c06(0x1e5),_0x429d09(_0x24996e,_0x435c06(0x1db),0x1))};}));}}function eo(_0x585342){const _0x2e01b5=_0x312e17;return _0x2e01b5(0x1e8)==_0x585342[_0x2e01b5(0x200)];}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x31a615=_0x31a2;function _0x57b3(){const _0x37795f=['enableCommand','466068dqbMgX','editor','8FcrIkq','124KJjmHP','162834dtRAEp','5UWNFNh','addCommentThread','plugins','3676308aBJoSc','CommentsEditing','46RGmoaU','6163641mdZQdR','has','get','TrackChangesEditing','11365220UZfqQN','afterInit','2787020cTehMt'];_0x57b3=function(){return _0x37795f;};return _0x57b3();}(function(_0x5b536d,_0x40f594){const _0x377fbb=_0x31a2,_0x571151=_0x5b536d();while(!![]){try{const _0x5c780d=parseInt(_0x377fbb(0x11a))/0x1*(-parseInt(_0x377fbb(0x121))/0x2)+-parseInt(_0x377fbb(0x12a))/0x3+parseInt(_0x377fbb(0x128))/0x4+parseInt(_0x377fbb(0x11c))/0x5*(-parseInt(_0x377fbb(0x11f))/0x6)+-parseInt(_0x377fbb(0x11b))/0x7*(parseInt(_0x377fbb(0x119))/0x8)+-parseInt(_0x377fbb(0x122))/0x9+parseInt(_0x377fbb(0x126))/0xa;if(_0x5c780d===_0x40f594)break;else _0x571151['push'](_0x571151['shift']());}catch(_0x22efd4){_0x571151['push'](_0x571151['shift']());}}}(_0x57b3,0x567c0));function _0x31a2(_0x39350f,_0x156438){const _0x57b3c7=_0x57b3();return _0x31a2=function(_0x31a299,_0x424f58){_0x31a299=_0x31a299-0x119;let _0x613018=_0x57b3c7[_0x31a299];return _0x613018;},_0x31a2(_0x39350f,_0x156438);}import{Plugin as _0x40c2b4}from'ckeditor5/src/core.js';export default class q extends _0x40c2b4{[_0x31a615(0x127)](){const _0x406b78=_0x31a615,_0x3eef5a=this[_0x406b78(0x12b)];if(!_0x3eef5a[_0x406b78(0x11e)][_0x406b78(0x123)](_0x406b78(0x120)))return;_0x3eef5a[_0x406b78(0x11e)][_0x406b78(0x124)](_0x406b78(0x125))[_0x406b78(0x129)](_0x406b78(0x11d));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x4a3406=_0x437b;(function(_0x363bb1,_0x500912){const _0x49ad0e=_0x437b,_0x237963=_0x363bb1();while(!![]){try{const _0x5d0a9b=-parseInt(_0x49ad0e(0xe5))/0x1*(-parseInt(_0x49ad0e(0xc8))/0x2)+parseInt(_0x49ad0e(0xcf))/0x3+-parseInt(_0x49ad0e(0xd5))/0x4*(-parseInt(_0x49ad0e(0xbd))/0x5)+parseInt(_0x49ad0e(0xb2))/0x6+-parseInt(_0x49ad0e(0xc4))/0x7*(parseInt(_0x49ad0e(0xe4))/0x8)+-parseInt(_0x49ad0e(0xc6))/0x9*(parseInt(_0x49ad0e(0xb8))/0xa)+parseInt(_0x49ad0e(0xb7))/0xb*(-parseInt(_0x49ad0e(0xcc))/0xc);if(_0x5d0a9b===_0x500912)break;else _0x237963['push'](_0x237963['shift']());}catch(_0x4d1e13){_0x237963['push'](_0x237963['shift']());}}}(_0x4475,0x83223));import{Plugin as _0x192178}from'ckeditor5/src/core.js';function _0x437b(_0x425bc6,_0x1f29f9){const _0x4475bd=_0x4475();return _0x437b=function(_0x437b40,_0x112fb5){_0x437b40=_0x437b40-0xae;let _0x36904d=_0x4475bd[_0x437b40];return _0x36904d;},_0x437b(_0x425bc6,_0x1f29f9);}function _0x4475(){const _0x453882=['start','20993wAEWwj','rootName','640323vNudWf','writer','86oiujnJ','createSelection','commands','editor','3762204QJyyXu','bind','editing','348459BLAgNJ','plugins','remove','high','$graveyard','setSelection','1092iDcBWg','uiElement','selection','isCollapsed','showSuggestionHighlights','data','get','unlock','delete','document','modifySelection','detach','mapper','markerNameToElements','forward','104AUJaNr','6524VOOcJl','createRange','end','unbindElementFromMarkerName','lock','options','TrackChangesEditing','removeMarker:suggestion:deletion','requires','model','batch','6401502CGzFFe','merge','root','downcastDispatcher','fromRange','22KglfgA','50MPbBrl','getFirstRange','deleteForward','addMarker:suggestion:deletion','enableCommand','1745UaqDLS','unit','buffer','init','enqueueChange','markerName'];_0x4475=function(){return _0x453882;};return _0x4475();}import{LiveRange as _0x4e59e0}from'ckeditor5/src/engine.js';import{Delete as _0x1ffa48}from'ckeditor5/src/typing.js';import{downcastSplitMergeMarker as _0x329b0a}from'./utils.js';export default class z extends _0x192178{static get[_0x4a3406(0xaf)](){return[_0x1ffa48];}[_0x4a3406(0xc0)](){const _0x156bcf=_0x4a3406,_0x112554=this[_0x156bcf(0xcb)],_0x3a35c3=_0x112554[_0x156bcf(0xd0)][_0x156bcf(0xdb)](_0x156bcf(0xeb));_0x3a35c3[_0x156bcf(0xbc)](_0x156bcf(0xdd));const _0x488a50=_0x112554[_0x156bcf(0xca)][_0x156bcf(0xdb)](_0x156bcf(0xba));_0x3a35c3[_0x156bcf(0xbc)](_0x156bcf(0xba),(_0x5a8b68,_0x420777={})=>{const _0x3f77a7=_0x156bcf,_0x2fb898=_0x112554[_0x3f77a7(0xb0)][_0x3f77a7(0xc9)](_0x112554[_0x3f77a7(0xb0)][_0x3f77a7(0xde)][_0x3f77a7(0xd7)]);_0x2fb898[_0x3f77a7(0xd8)]&&_0x112554[_0x3f77a7(0xb0)][_0x3f77a7(0xdf)](_0x2fb898,{'direction':_0x3f77a7(0xe3),'unit':_0x420777[_0x3f77a7(0xbe)]});const _0x53313b=_0x2fb898[_0x3f77a7(0xb9)](),_0x2f8831=_0x4e59e0[_0x3f77a7(0xb6)](_0x53313b);let _0x1fc364;_0x5a8b68(_0x420777),_0x1fc364=_0x3f77a7(0xd3)==_0x2f8831[_0x3f77a7(0xb4)][_0x3f77a7(0xc5)]?_0x112554[_0x3f77a7(0xb0)][_0x3f77a7(0xe6)](_0x53313b[_0x3f77a7(0xc3)]):_0x112554[_0x3f77a7(0xb0)][_0x3f77a7(0xe6)](_0x2f8831[_0x3f77a7(0xc3)],_0x2f8831[_0x3f77a7(0xe7)]),_0x2f8831[_0x3f77a7(0xe0)](),_0x112554[_0x3f77a7(0xb0)][_0x3f77a7(0xc1)](_0x488a50[_0x3f77a7(0xbf)][_0x3f77a7(0xb1)],_0x35bb4f=>{const _0x25569a=_0x3f77a7;_0x488a50[_0x25569a(0xbf)][_0x25569a(0xe9)](),_0x35bb4f[_0x25569a(0xd4)](_0x35bb4f[_0x25569a(0xe6)](_0x1fc364[_0x25569a(0xe7)])),_0x488a50[_0x25569a(0xbf)][_0x25569a(0xdc)]();});}),_0x112554[_0x156bcf(0xce)][_0x156bcf(0xb5)]['on'](_0x156bcf(0xbb),_0x329b0a(_0x112554,_0x156bcf(0xb3)),{'priority':_0x156bcf(0xd2)}),_0x112554[_0x156bcf(0xda)][_0x156bcf(0xb5)]['on'](_0x156bcf(0xbb),(_0xed9580,_0x1eb45d,_0x487771)=>{const _0x4e051a=_0x156bcf;_0x487771[_0x4e051a(0xea)][_0x4e051a(0xd9)]&&_0x329b0a(_0x112554,_0x4e051a(0xb3),{'showActiveMarker':!0x1})[_0x4e051a(0xcd)](this)(_0xed9580,_0x1eb45d,_0x487771);},{'priority':_0x156bcf(0xd2)}),_0x112554[_0x156bcf(0xce)][_0x156bcf(0xb5)]['on'](_0x156bcf(0xae),(_0x4230d6,_0x396e64,_0x53ce3b)=>{const _0x36d726=_0x156bcf,_0x50547b=_0x53ce3b[_0x36d726(0xe1)][_0x36d726(0xe2)](_0x396e64[_0x36d726(0xc2)]);if(_0x50547b){for(const _0x5269ab of _0x50547b)_0x5269ab['is'](_0x36d726(0xd6))&&(_0x53ce3b[_0x36d726(0xe1)][_0x36d726(0xe8)](_0x5269ab,_0x396e64[_0x36d726(0xc2)]),_0x53ce3b[_0x36d726(0xc7)][_0x36d726(0xd1)](_0x5269ab));}},{'priority':_0x156bcf(0xd2)});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x4c4d2e=_0x4b9a;(function(_0x397239,_0x22c986){const _0x591152=_0x4b9a,_0x45e6b8=_0x397239();while(!![]){try{const _0x5cc686=-parseInt(_0x591152(0x14c))/0x1+parseInt(_0x591152(0x161))/0x2+-parseInt(_0x591152(0x142))/0x3+parseInt(_0x591152(0x16f))/0x4*(parseInt(_0x591152(0x152))/0x5)+parseInt(_0x591152(0x15e))/0x6+parseInt(_0x591152(0x164))/0x7*(-parseInt(_0x591152(0x159))/0x8)+-parseInt(_0x591152(0x141))/0x9*(-parseInt(_0x591152(0x167))/0xa);if(_0x5cc686===_0x22c986)break;else _0x45e6b8['push'](_0x45e6b8['shift']());}catch(_0x55e96c){_0x45e6b8['push'](_0x45e6b8['shift']());}}}(_0x3b4a,0x72b48));import{Plugin as _0x3eb68c}from'ckeditor5/src/core.js';import{Enter as _0x46fc94}from'ckeditor5/src/enter.js';import{LiveRange as _0x227bb1}from'ckeditor5/src/engine.js';function _0x3b4a(){const _0x5e1800=['init','mapper','plugins','4dIwFWI','ck-suggestion-marker-split','getFirstPosition','setSelection','getFirstRange','writer','downcastDispatcher','editing','addMarker:suggestion:insertion','9357615IdcxYN','992475ereCBq','markerName','requires','get','selection','createRange','markerNameToElements','remove','detach','afterExecute','487297saAgRP','fire','parent','enterBlock','nextSibling','fromRange','384740jOITHk','split','end','model','showSuggestionHighlights','markInsertion','enter','40vjZPdd','change','bind','commands','unbindElementFromMarkerName','2906304FlqQMh','createPositionAt','enableCommand','732884OSCIwQ','hasClass','high','951377wKTfgH','options','removeMarker:suggestion:insertion','10aFgNIm','document','editor','TrackChangesEditing','data'];_0x3b4a=function(){return _0x5e1800;};return _0x3b4a();}import{downcastSplitMergeMarker as _0x5f330a}from'./utils.js';function _0x4b9a(_0x49cc5a,_0x3042a2){const _0x3b4a22=_0x3b4a();return _0x4b9a=function(_0x4b9a9c,_0x534b56){_0x4b9a9c=_0x4b9a9c-0x13f;let _0x504cb7=_0x3b4a22[_0x4b9a9c];return _0x504cb7;},_0x4b9a(_0x49cc5a,_0x3042a2);}export default class Q extends _0x3eb68c{static get[_0x4c4d2e(0x144)](){return[_0x46fc94];}[_0x4c4d2e(0x16c)](){const _0x24ba87=_0x4c4d2e,_0x34307=this[_0x24ba87(0x169)],_0x3afaca=_0x34307[_0x24ba87(0x16e)][_0x24ba87(0x145)](_0x24ba87(0x16a)),_0x2406c6=_0x34307[_0x24ba87(0x15c)][_0x24ba87(0x145)](_0x24ba87(0x158));_0x3afaca[_0x24ba87(0x160)](_0x24ba87(0x158),()=>{const _0x3b0b7c=_0x24ba87;_0x34307[_0x3b0b7c(0x155)][_0x3b0b7c(0x15a)](_0x318439=>{const _0x513a72=_0x3b0b7c,_0x4c4d2f=_0x34307[_0x513a72(0x155)][_0x513a72(0x168)][_0x513a72(0x146)],_0x39b5df=_0x4c4d2f[_0x513a72(0x171)](),_0x4bcaf3=_0x227bb1[_0x513a72(0x151)](_0x4c4d2f[_0x513a72(0x173)]());if(_0x2406c6[_0x513a72(0x14f)](_0x318439)){const _0x39b433=_0x34307[_0x513a72(0x155)][_0x513a72(0x15f)](_0x39b5df[_0x513a72(0x14e)][_0x513a72(0x150)],0x0),_0x2d1245=_0x318439[_0x513a72(0x147)](_0x39b5df,_0x39b433);_0x3afaca[_0x513a72(0x157)](_0x2d1245);}else _0x318439[_0x513a72(0x172)](_0x318439[_0x513a72(0x147)](_0x4bcaf3[_0x513a72(0x154)]));_0x4bcaf3[_0x513a72(0x14a)](),_0x2406c6[_0x513a72(0x14d)](_0x513a72(0x14b),{'writer':_0x318439});});}),_0x34307[_0x24ba87(0x13f)][_0x24ba87(0x175)]['on'](_0x24ba87(0x140),_0x5f330a(_0x34307,_0x24ba87(0x153)),{'priority':_0x24ba87(0x163)}),_0x34307[_0x24ba87(0x13f)][_0x24ba87(0x175)]['on'](_0x24ba87(0x166),(_0x1a5e63,_0x5d4228,_0x55ea8c)=>{const _0x3b7d2c=_0x24ba87,_0x486ceb=_0x55ea8c[_0x3b7d2c(0x16d)][_0x3b7d2c(0x148)](_0x5d4228[_0x3b7d2c(0x143)]);if(_0x486ceb){for(const _0x1898d3 of _0x486ceb)_0x1898d3[_0x3b7d2c(0x162)](_0x3b7d2c(0x170))&&(_0x55ea8c[_0x3b7d2c(0x16d)][_0x3b7d2c(0x15d)](_0x1898d3,_0x5d4228[_0x3b7d2c(0x143)]),_0x55ea8c[_0x3b7d2c(0x174)][_0x3b7d2c(0x149)](_0x1898d3));}},{'priority':_0x24ba87(0x163)}),_0x34307[_0x24ba87(0x16b)][_0x24ba87(0x175)]['on'](_0x24ba87(0x140),(_0x3b79e7,_0x1d58ed,_0x33d78e)=>{const _0x47c19d=_0x24ba87;_0x33d78e[_0x47c19d(0x165)][_0x47c19d(0x156)]&&_0x5f330a(_0x34307,_0x47c19d(0x153),{'showActiveMarker':!0x1})[_0x47c19d(0x15b)](this)(_0x3b79e7,_0x1d58ed,_0x33d78e);},{'priority':_0x24ba87(0x163)});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x4657e8=_0x15ee;function _0x5cb2(){const _0x51e1dd=['14602707ByNHEU','490hswRDA','10moizBf','filter','replaceAll','string','results','16pwKPNz','handleFindCommand','afterInit','1908TEQBCA','findNext','findPrevious','4841186tFgxjt','find','enableCommand','createRange','model','has','32190114IlcJzr','_isInDeletionRange','markers','isArray','getMarkersGroup','createPositionAt','suggestion:deletion','get','end','getRange','item','getIntersection','bind','991024DZXspB','9744804dhRMIv','FindAndReplaceEditing','findByTextCallback','1005412ienlFb','TrackChangesEditing','replace','start','5aWwvte','plugins','editor','FindAndReplaceUtils'];_0x5cb2=function(){return _0x51e1dd;};return _0x5cb2();}(function(_0x541959,_0x4104d3){const _0x3a7b4b=_0x15ee,_0x54e5b9=_0x541959();while(!![]){try{const _0x4921cb=-parseInt(_0x3a7b4b(0x200))/0x1+-parseInt(_0x3a7b4b(0x1dd))/0x2*(-parseInt(_0x3a7b4b(0x1e6))/0x3)+parseInt(_0x3a7b4b(0x1fc))/0x4+-parseInt(_0x3a7b4b(0x1d8))/0x5*(parseInt(_0x3a7b4b(0x1fd))/0x6)+parseInt(_0x3a7b4b(0x1e9))/0x7*(-parseInt(_0x3a7b4b(0x1e3))/0x8)+-parseInt(_0x3a7b4b(0x1dc))/0x9*(-parseInt(_0x3a7b4b(0x1de))/0xa)+parseInt(_0x3a7b4b(0x1ef))/0xb;if(_0x4921cb===_0x4104d3)break;else _0x54e5b9['push'](_0x54e5b9['shift']());}catch(_0x2743d1){_0x54e5b9['push'](_0x54e5b9['shift']());}}}(_0x5cb2,0xe56d3));import{Plugin as _0x305579}from'ckeditor5/src/core.js';function _0x15ee(_0x4fdfea,_0x218fe0){const _0x5cb29a=_0x5cb2();return _0x15ee=function(_0x15eeef,_0x3ececd){_0x15eeef=_0x15eeef-0x1d5;let _0x42ed26=_0x5cb29a[_0x15eeef];return _0x42ed26;},_0x15ee(_0x4fdfea,_0x218fe0);}export default class X extends _0x305579{[_0x4657e8(0x1e5)](){const _0x3135f1=_0x4657e8;if(!this[_0x3135f1(0x1da)][_0x3135f1(0x1d9)][_0x3135f1(0x1ee)](_0x3135f1(0x1fe)))return;const _0x29177d=this[_0x3135f1(0x1da)][_0x3135f1(0x1d9)][_0x3135f1(0x1f6)](_0x3135f1(0x1d5));_0x29177d[_0x3135f1(0x1eb)](_0x3135f1(0x1ea),this[_0x3135f1(0x1e4)][_0x3135f1(0x1fb)](this)),_0x29177d[_0x3135f1(0x1eb)](_0x3135f1(0x1e7)),_0x29177d[_0x3135f1(0x1eb)](_0x3135f1(0x1e8)),_0x29177d[_0x3135f1(0x1eb)](_0x3135f1(0x1d6)),_0x29177d[_0x3135f1(0x1eb)](_0x3135f1(0x1e0));}[_0x4657e8(0x1e4)](_0x355b0f,_0x5c0574,_0x125d2e={}){const _0x3f9f81=_0x4657e8,_0x4b9564=this[_0x3f9f81(0x1da)][_0x3f9f81(0x1d9)][_0x3f9f81(0x1f6)](_0x3f9f81(0x1db));return _0x355b0f(_0x182aa9=>{const _0x1bf771=_0x3f9f81;let _0x3201c5=(_0x1bf771(0x1e1)==typeof _0x5c0574?_0x4b9564[_0x1bf771(0x1ff)](_0x5c0574,_0x125d2e):_0x5c0574)(_0x182aa9);Array[_0x1bf771(0x1f2)](_0x3201c5)&&(_0x3201c5={'results':_0x3201c5,'searchText':_0x1bf771(0x1e1)==typeof _0x5c0574?_0x5c0574:''});const _0x5d3f03=_0x3201c5[_0x1bf771(0x1e2)][_0x1bf771(0x1df)](_0x2f56e7=>!0x1===this[_0x1bf771(0x1f0)](_0x2f56e7,_0x182aa9[_0x1bf771(0x1f9)]));return{..._0x3201c5,'results':_0x5d3f03};},_0x125d2e);}[_0x4657e8(0x1f0)](_0x9fa7ed,_0x3b1eb6){const _0x80c42c=_0x4657e8,_0x4e1dee=this[_0x80c42c(0x1da)][_0x80c42c(0x1ed)][_0x80c42c(0x1ec)](this[_0x80c42c(0x1da)][_0x80c42c(0x1ed)][_0x80c42c(0x1f4)](_0x3b1eb6,_0x9fa7ed[_0x80c42c(0x1d7)]),this[_0x80c42c(0x1da)][_0x80c42c(0x1ed)][_0x80c42c(0x1f4)](_0x3b1eb6,_0x9fa7ed[_0x80c42c(0x1f7)]));for(const _0x575f75 of this[_0x80c42c(0x1da)][_0x80c42c(0x1ed)][_0x80c42c(0x1f1)][_0x80c42c(0x1f3)](_0x80c42c(0x1f5)))if(null!==_0x4e1dee[_0x80c42c(0x1fa)](_0x575f75[_0x80c42c(0x1f8)]()))return!0x0;return!0x1;}}
|