@ckeditor/ckeditor5-operations-compressor 44.0.0 → 44.1.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. package/dist/actioncompressor/actioncompressor.d.ts +1 -1
  2. package/dist/actioncompressor/deletingactioncompressor.d.ts +1 -1
  3. package/dist/actioncompressor/forwarddeletingactioncompressor.d.ts +1 -1
  4. package/dist/actioncompressor/typingactioncompressor.d.ts +1 -1
  5. package/dist/actioncompressor/userselectionactioncompressor.d.ts +1 -1
  6. package/dist/compressor.d.ts +1 -1
  7. package/dist/index.d.ts +1 -1
  8. package/dist/index.js +2 -2
  9. package/dist/operationcompressor/annotationmarkeroperationcompressor.d.ts +1 -1
  10. package/dist/operationcompressor/attributeoperationcompressor.d.ts +1 -1
  11. package/dist/operationcompressor/insertoperationcompressor.d.ts +1 -1
  12. package/dist/operationcompressor/markeroperationcompressor.d.ts +1 -1
  13. package/dist/operationcompressor/nooperationcompressor.d.ts +1 -1
  14. package/dist/operationcompressor/operationcompressor.d.ts +1 -1
  15. package/dist/protobuffactory.d.ts +1 -1
  16. package/dist/utils.d.ts +1 -1
  17. package/package.json +3 -3
  18. package/src/actioncompressor/actioncompressor.d.ts +1 -1
  19. package/src/actioncompressor/actioncompressor.js +1 -1
  20. package/src/actioncompressor/deletingactioncompressor.d.ts +1 -1
  21. package/src/actioncompressor/deletingactioncompressor.js +1 -1
  22. package/src/actioncompressor/forwarddeletingactioncompressor.d.ts +1 -1
  23. package/src/actioncompressor/forwarddeletingactioncompressor.js +1 -1
  24. package/src/actioncompressor/typingactioncompressor.d.ts +1 -1
  25. package/src/actioncompressor/typingactioncompressor.js +1 -1
  26. package/src/actioncompressor/userselectionactioncompressor.d.ts +1 -1
  27. package/src/actioncompressor/userselectionactioncompressor.js +1 -1
  28. package/src/compressor.d.ts +1 -1
  29. package/src/compressor.js +1 -1
  30. package/src/index.d.ts +1 -1
  31. package/src/index.js +1 -1
  32. package/src/lib/compiledmessages.js +2 -2
  33. package/src/lib/protobufdescriptions.js +1 -1
  34. package/src/operationcompressor/annotationmarkeroperationcompressor.d.ts +1 -1
  35. package/src/operationcompressor/annotationmarkeroperationcompressor.js +1 -1
  36. package/src/operationcompressor/attributeoperationcompressor.d.ts +1 -1
  37. package/src/operationcompressor/attributeoperationcompressor.js +1 -1
  38. package/src/operationcompressor/insertoperationcompressor.d.ts +1 -1
  39. package/src/operationcompressor/insertoperationcompressor.js +1 -1
  40. package/src/operationcompressor/markeroperationcompressor.d.ts +1 -1
  41. package/src/operationcompressor/markeroperationcompressor.js +1 -1
  42. package/src/operationcompressor/nooperationcompressor.d.ts +1 -1
  43. package/src/operationcompressor/nooperationcompressor.js +1 -1
  44. package/src/operationcompressor/operationcompressor.d.ts +1 -1
  45. package/src/operationcompressor/operationcompressor.js +1 -1
  46. package/src/protobuffactory.d.ts +1 -1
  47. package/src/protobuffactory.js +1 -1
  48. package/src/utils.d.ts +1 -1
  49. package/src/utils.js +1 -1
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  import type { CompressedOperationsData } from '../compressor.js';
10
10
  import type { ProtobufDescriptor } from '../protobuffactory.js';
@@ -4,6 +4,6 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  export {};
package/dist/utils.d.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
8
8
  */
9
9
  /**
10
10
  * Return new position in JSON format shifted by given offset.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-operations-compressor",
3
- "version": "44.0.0",
3
+ "version": "44.1.0-alpha.0",
4
4
  "description": "CKEditor 5 operations compressor for real-time collaboration.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "homepage": "https://ckeditor.com/collaboration/real-time/",
@@ -33,8 +33,8 @@
33
33
  "main": "src/index.js",
34
34
  "types": "src/index.d.ts",
35
35
  "dependencies": {
36
- "@ckeditor/ckeditor5-utils": "44.0.0",
37
- "ckeditor5": "44.0.0",
36
+ "@ckeditor/ckeditor5-utils": "44.1.0-alpha.0",
37
+ "ckeditor5": "44.1.0-alpha.0",
38
38
  "lodash-es": "4.17.21",
39
39
  "protobufjs": "7.4.0"
40
40
  },
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
  import type { CompressedOperationsData, default as Compressor } from '../compressor.js';
6
6
  /**
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xb5424f=_0x210f;function _0x210f(_0x19f59a,_0x64e2b6){const _0x3982d6=_0x3982();return _0x210f=function(_0x210fa0,_0x44c3d8){_0x210fa0=_0x210fa0-0x150;let _0x5a5b30=_0x3982d6[_0x210fa0];return _0x5a5b30;},_0x210f(_0x19f59a,_0x64e2b6);}function _0x3982(){const _0x43974b=['31913dkzRVB','3028yVhDQf','2162562yGxINb','5724360fmvKtK','_compareOperations','decompress','buffers','_decompressSingleOperation','_id','compress','length','push','5710936XRmgTU','shift','1055urwpCj','_compressSingleOperation','_context','559332IJmWWr','types','_combineNext','1024177uYKEYg','_splitCurrent'];_0x3982=function(){return _0x43974b;};return _0x3982();}(function(_0x582e0d,_0x124b0d){const _0x47826d=_0x210f,_0xaf7fbb=_0x582e0d();while(!![]){try{const _0x1a73d3=-parseInt(_0x47826d(0x15e))/0x1+-parseInt(_0x47826d(0x160))/0x2+parseInt(_0x47826d(0x159))/0x3+-parseInt(_0x47826d(0x15f))/0x4*(parseInt(_0x47826d(0x156))/0x5)+parseInt(_0x47826d(0x161))/0x6+parseInt(_0x47826d(0x15c))/0x7+parseInt(_0x47826d(0x154))/0x8;if(_0x1a73d3===_0x124b0d)break;else _0xaf7fbb['push'](_0xaf7fbb['shift']());}catch(_0x10243f){_0xaf7fbb['push'](_0xaf7fbb['shift']());}}}(_0x3982,0xb1ad1));import{cloneDeep as _0x59dcd2}from'lodash-es';export default class b{constructor(_0x594b4b,_0x166a74){const _0x590928=_0x210f;this[_0x590928(0x150)]=_0x594b4b,this[_0x590928(0x158)]=_0x166a74;}[_0xb5424f(0x151)](_0x343c31,_0x379f30){const _0x54b97b=_0xb5424f;let _0x16e311;for(;_0x379f30[_0x54b97b(0x152)]>0x1&&this[_0x54b97b(0x162)](_0x379f30[0x0],_0x379f30[0x1]);)_0x16e311?(_0x16e311=this[_0x54b97b(0x15b)](_0x379f30[_0x54b97b(0x155)](),_0x16e311),_0x343c31[_0x54b97b(0x15a)][_0x54b97b(0x153)](0x0)):(_0x16e311=_0x59dcd2(_0x379f30[_0x54b97b(0x155)]()),_0x343c31[_0x54b97b(0x15a)][_0x54b97b(0x153)](this[_0x54b97b(0x150)]));return!!_0x16e311&&(_0x16e311=this[_0x54b97b(0x15b)](_0x379f30[_0x54b97b(0x155)](),_0x16e311),_0x343c31[_0x54b97b(0x15a)][_0x54b97b(0x153)](0x0),_0x343c31[_0x54b97b(0x164)][_0x54b97b(0x153)](this[_0x54b97b(0x157)](_0x16e311)),!0x0);}[_0xb5424f(0x163)](_0x5947ad,_0xabae1c){const _0x3dce8d=_0xb5424f,_0x12a9f9=this[_0x3dce8d(0x165)](_0xabae1c);for(;0x0==_0xabae1c[_0x3dce8d(0x15a)][0x0];)_0xabae1c[_0x3dce8d(0x15a)][_0x3dce8d(0x155)](),_0x5947ad[_0x3dce8d(0x153)](this[_0x3dce8d(0x15d)](_0x12a9f9));_0x5947ad[_0x3dce8d(0x153)](_0x12a9f9);}}
23
+ const _0x1218e0=_0x1447;(function(_0xe1fa80,_0x15e7ec){const _0x332b68=_0x1447,_0x215d7e=_0xe1fa80();while(!![]){try{const _0x103e6f=parseInt(_0x332b68(0xb3))/0x1*(-parseInt(_0x332b68(0x9f))/0x2)+-parseInt(_0x332b68(0xa2))/0x3*(-parseInt(_0x332b68(0xac))/0x4)+parseInt(_0x332b68(0x9e))/0x5*(parseInt(_0x332b68(0xa8))/0x6)+parseInt(_0x332b68(0x9c))/0x7*(-parseInt(_0x332b68(0xa3))/0x8)+-parseInt(_0x332b68(0xb4))/0x9+-parseInt(_0x332b68(0xaa))/0xa+parseInt(_0x332b68(0xa1))/0xb*(parseInt(_0x332b68(0xae))/0xc);if(_0x103e6f===_0x15e7ec)break;else _0x215d7e['push'](_0x215d7e['shift']());}catch(_0x28982d){_0x215d7e['push'](_0x215d7e['shift']());}}}(_0x3668,0x6b8d1));import{cloneDeep as _0x115e3b}from'lodash-es';function _0x1447(_0x2aeeac,_0x555d09){const _0x366830=_0x3668();return _0x1447=function(_0x1447b9,_0x5ca7e8){_0x1447b9=_0x1447b9-0x9b;let _0x471fa2=_0x366830[_0x1447b9];return _0x471fa2;},_0x1447(_0x2aeeac,_0x555d09);}export default class b{constructor(_0x25c30e,_0x1d2be0){const _0x2ee93e=_0x1447;this[_0x2ee93e(0xab)]=_0x25c30e,this[_0x2ee93e(0xa9)]=_0x1d2be0;}[_0x1218e0(0xa7)](_0x1ac40f,_0x1de3b4){const _0x24a55c=_0x1218e0;let _0x2368df;for(;_0x1de3b4[_0x24a55c(0x9d)]>0x1&&this[_0x24a55c(0xad)](_0x1de3b4[0x0],_0x1de3b4[0x1]);)_0x2368df?(_0x2368df=this[_0x24a55c(0xb1)](_0x1de3b4[_0x24a55c(0xa0)](),_0x2368df),_0x1ac40f[_0x24a55c(0xb2)][_0x24a55c(0xaf)](0x0)):(_0x2368df=_0x115e3b(_0x1de3b4[_0x24a55c(0xa0)]()),_0x1ac40f[_0x24a55c(0xb2)][_0x24a55c(0xaf)](this[_0x24a55c(0xab)]));return!!_0x2368df&&(_0x2368df=this[_0x24a55c(0xb1)](_0x1de3b4[_0x24a55c(0xa0)](),_0x2368df),_0x1ac40f[_0x24a55c(0xb2)][_0x24a55c(0xaf)](0x0),_0x1ac40f[_0x24a55c(0xa4)][_0x24a55c(0xaf)](this[_0x24a55c(0xa6)](_0x2368df)),!0x0);}[_0x1218e0(0xb0)](_0x10cd0e,_0x2564b6){const _0x24c44d=_0x1218e0,_0x27c03b=this[_0x24c44d(0xa5)](_0x2564b6);for(;0x0==_0x2564b6[_0x24c44d(0xb2)][0x0];)_0x2564b6[_0x24c44d(0xb2)][_0x24c44d(0xa0)](),_0x10cd0e[_0x24c44d(0xaf)](this[_0x24c44d(0x9b)](_0x27c03b));_0x10cd0e[_0x24c44d(0xaf)](_0x27c03b);}}function _0x3668(){const _0x1f86fa=['_decompressSingleOperation','_compressSingleOperation','compress','18fcfyRL','_context','6814480GQklek','_id','4qYqYXS','_compareOperations','12IjEgCG','push','decompress','_combineNext','types','597903OOKpui','4435704ootRyz','_splitCurrent','49gYnGnE','length','660830aqZIuq','2vxrKPc','shift','16505863xZTkDL','1018662mnIWXN','27256UWjggY','buffers'];_0x3668=function(){return _0x1f86fa;};return _0x3668();}
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
  import ActionCompressor from './actioncompressor.js';
6
6
  import type { CompressedOperationsData } from '../compressor.js';
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x261059=_0x4ee7;(function(_0xd1c063,_0x252c0c){const _0xb64838=_0x4ee7,_0x49c1df=_0xd1c063();while(!![]){try{const _0xc7f141=parseInt(_0xb64838(0xb0))/0x1+parseInt(_0xb64838(0xb3))/0x2+-parseInt(_0xb64838(0xa7))/0x3*(parseInt(_0xb64838(0xa1))/0x4)+parseInt(_0xb64838(0xa6))/0x5+-parseInt(_0xb64838(0xaf))/0x6+parseInt(_0xb64838(0x9d))/0x7+-parseInt(_0xb64838(0xa3))/0x8*(parseInt(_0xb64838(0xa0))/0x9);if(_0xc7f141===_0x252c0c)break;else _0x49c1df['push'](_0x49c1df['shift']());}catch(_0x459509){_0x49c1df['push'](_0x49c1df['shift']());}}}(_0x4271,0x6e8e9));function _0x4271(){const _0x44cb6f=['1390668fmzIRA','__className','3884152rhUkxC','_compressSingleOperation','_compareOperations','3469435UAuWFG','6SPEMcT','_checkOperation','_decompressSingleOperation','MoveOperation','_getCompressorByName','_combineNext','_context','compress','3290418nahCSz','693086WhWPtd','wasUndone','targetPosition','57530qycuKQ','_splitCurrent','decompress','$graveyard','root','buffers','5364513HACHpV','sourcePosition','howMany','9hSjplv'];_0x4271=function(){return _0x44cb6f;};return _0x4271();}import _0x35c853 from'./actioncompressor.js';function _0x4ee7(_0x491a7a,_0x33098a){const _0x427105=_0x4271();return _0x4ee7=function(_0x4ee77b,_0x12decb){_0x4ee77b=_0x4ee77b-0x9a;let _0x1563f5=_0x427105[_0x4ee77b];return _0x1563f5;},_0x4ee7(_0x491a7a,_0x33098a);}import{arePositionsEqual as _0x52c9ea,getPositionShiftedBy as _0x48538e}from'../utils.js';import{cloneDeep as _0x1e2709}from'lodash-es';export default class c extends _0x35c853{[_0x261059(0xac)](_0x22a200,_0x3535f6){const _0x507497=_0x261059;return _0x3535f6[_0x507497(0x9f)]++,_0x3535f6[_0x507497(0x9e)]=_0x1e2709(_0x22a200[_0x507497(0x9e)]),_0x3535f6;}[_0x261059(0xb4)](_0x37fd89){const _0x9b3679=_0x261059,_0x193582=_0x1e2709(_0x37fd89);return _0x37fd89[_0x9b3679(0x9f)]--,_0x193582[_0x9b3679(0x9f)]=0x1,_0x193582[_0x9b3679(0x9e)]=_0x48538e(_0x193582[_0x9b3679(0x9e)],_0x37fd89[_0x9b3679(0x9f)]),_0x193582;}[_0x261059(0xa5)](_0xe10b11,_0x2e6179){const _0x103cd6=_0x261059;return!(!this[_0x103cd6(0xa8)](_0xe10b11)||!this[_0x103cd6(0xa8)](_0x2e6179))&&(_0x52c9ea(_0x48538e(_0xe10b11[_0x103cd6(0x9e)],-0x1),_0x2e6179[_0x103cd6(0x9e)])&&_0x52c9ea(_0xe10b11[_0x103cd6(0xb2)],_0x2e6179[_0x103cd6(0xb2)]));}[_0x261059(0xa4)](_0x5e65a9){const _0x4f7eb5=_0x261059,_0x3ebd18={'types':[],'buffers':[],'baseVersion':0x0};return this[_0x4f7eb5(0xad)][_0x4f7eb5(0xab)](_0x4f7eb5(0xaa))[_0x4f7eb5(0xae)](_0x3ebd18,[_0x5e65a9]),_0x3ebd18[_0x4f7eb5(0x9c)][0x0];}[_0x261059(0xa9)](_0x2acd70){const _0x58a6a9=_0x261059,_0x9b7720=[];return this[_0x58a6a9(0xad)][_0x58a6a9(0xab)](_0x58a6a9(0xaa))[_0x58a6a9(0xb5)](_0x9b7720,_0x2acd70),_0x9b7720[0x0];}[_0x261059(0xa8)](_0x455776){const _0x1e7e58=_0x261059;return _0x1e7e58(0xaa)==_0x455776[_0x1e7e58(0xa2)]&&_0x1e7e58(0x9a)==_0x455776[_0x1e7e58(0xb2)][_0x1e7e58(0x9b)]&&0x1==_0x455776[_0x1e7e58(0x9f)]&&!_0x455776[_0x1e7e58(0xb1)];}}
23
+ const _0xb9df4b=_0x4be2;(function(_0x73924c,_0x41efe1){const _0x34dd1a=_0x4be2,_0x4727dc=_0x73924c();while(!![]){try{const _0x1fbf83=-parseInt(_0x34dd1a(0x1b3))/0x1*(-parseInt(_0x34dd1a(0x1bf))/0x2)+parseInt(_0x34dd1a(0x1bb))/0x3+-parseInt(_0x34dd1a(0x1b8))/0x4+-parseInt(_0x34dd1a(0x1c6))/0x5*(-parseInt(_0x34dd1a(0x1b6))/0x6)+parseInt(_0x34dd1a(0x1c3))/0x7+-parseInt(_0x34dd1a(0x1c2))/0x8*(-parseInt(_0x34dd1a(0x1c5))/0x9)+-parseInt(_0x34dd1a(0x1af))/0xa;if(_0x1fbf83===_0x41efe1)break;else _0x4727dc['push'](_0x4727dc['shift']());}catch(_0x36cc0d){_0x4727dc['push'](_0x4727dc['shift']());}}}(_0x232b,0x3848e));import _0x26c6e9 from'./actioncompressor.js';import{arePositionsEqual as _0x5589a7,getPositionShiftedBy as _0x394cb4}from'../utils.js';import{cloneDeep as _0x5120dd}from'lodash-es';function _0x4be2(_0x499cb7,_0xd26154){const _0x232b02=_0x232b();return _0x4be2=function(_0x4be268,_0x511b3e){_0x4be268=_0x4be268-0x1aa;let _0x587d28=_0x232b02[_0x4be268];return _0x587d28;},_0x4be2(_0x499cb7,_0xd26154);}export default class c extends _0x26c6e9{[_0xb9df4b(0x1be)](_0x1fd65a,_0x50bbe4){const _0x18d240=_0xb9df4b;return _0x50bbe4[_0x18d240(0x1c1)]++,_0x50bbe4[_0x18d240(0x1ba)]=_0x5120dd(_0x1fd65a[_0x18d240(0x1ba)]),_0x50bbe4;}[_0xb9df4b(0x1ac)](_0x5403d3){const _0xc323e4=_0xb9df4b,_0x486183=_0x5120dd(_0x5403d3);return _0x5403d3[_0xc323e4(0x1c1)]--,_0x486183[_0xc323e4(0x1c1)]=0x1,_0x486183[_0xc323e4(0x1ba)]=_0x394cb4(_0x486183[_0xc323e4(0x1ba)],_0x5403d3[_0xc323e4(0x1c1)]),_0x486183;}[_0xb9df4b(0x1b7)](_0x298bab,_0x1dc844){const _0x263561=_0xb9df4b;return!(!this[_0x263561(0x1b5)](_0x298bab)||!this[_0x263561(0x1b5)](_0x1dc844))&&(_0x5589a7(_0x394cb4(_0x298bab[_0x263561(0x1ba)],-0x1),_0x1dc844[_0x263561(0x1ba)])&&_0x5589a7(_0x298bab[_0x263561(0x1b4)],_0x1dc844[_0x263561(0x1b4)]));}[_0xb9df4b(0x1ad)](_0x24e51d){const _0x153c56=_0xb9df4b,_0x2ade24={'types':[],'buffers':[],'baseVersion':0x0};return this[_0x153c56(0x1b2)][_0x153c56(0x1ae)](_0x153c56(0x1ab))[_0x153c56(0x1c0)](_0x2ade24,[_0x24e51d]),_0x2ade24[_0x153c56(0x1b0)][0x0];}[_0xb9df4b(0x1c4)](_0x3c693b){const _0x3e1b56=_0xb9df4b,_0x24a408=[];return this[_0x3e1b56(0x1b2)][_0x3e1b56(0x1ae)](_0x3e1b56(0x1ab))[_0x3e1b56(0x1b1)](_0x24a408,_0x3c693b),_0x24a408[0x0];}[_0xb9df4b(0x1b5)](_0x3b12e1){const _0x3d9cba=_0xb9df4b;return _0x3d9cba(0x1ab)==_0x3b12e1[_0x3d9cba(0x1aa)]&&_0x3d9cba(0x1bc)==_0x3b12e1[_0x3d9cba(0x1b4)][_0x3d9cba(0x1b9)]&&0x1==_0x3b12e1[_0x3d9cba(0x1c1)]&&!_0x3b12e1[_0x3d9cba(0x1bd)];}}function _0x232b(){const _0x8b9d55=['howMany','48cdaPGH','1346730FudLfH','_decompressSingleOperation','573957qZsgfO','830090GmTibV','__className','MoveOperation','_splitCurrent','_compressSingleOperation','_getCompressorByName','7698230vPTqVH','buffers','decompress','_context','97SnpCMl','targetPosition','_checkOperation','6lkLTqO','_compareOperations','678828zFXaOI','root','sourcePosition','1122663XfcQIY','$graveyard','wasUndone','_combineNext','1130PZJSYq','compress'];_0x232b=function(){return _0x8b9d55;};return _0x232b();}
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
  import ActionCompressor from './actioncompressor.js';
6
6
  import type { CompressedOperationsData } from '../compressor.js';
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x261d6a=_0x48c5;(function(_0x661900,_0x3920f8){const _0x5b367c=_0x48c5,_0x4e2aeb=_0x661900();while(!![]){try{const _0x48436b=parseInt(_0x5b367c(0x1f1))/0x1*(parseInt(_0x5b367c(0x202))/0x2)+-parseInt(_0x5b367c(0x1ee))/0x3*(parseInt(_0x5b367c(0x1e9))/0x4)+-parseInt(_0x5b367c(0x1fc))/0x5+parseInt(_0x5b367c(0x1f4))/0x6+-parseInt(_0x5b367c(0x1e7))/0x7+parseInt(_0x5b367c(0x1fa))/0x8+-parseInt(_0x5b367c(0x1fd))/0x9*(-parseInt(_0x5b367c(0x1ef))/0xa);if(_0x48436b===_0x3920f8)break;else _0x4e2aeb['push'](_0x4e2aeb['shift']());}catch(_0x3fdceb){_0x4e2aeb['push'](_0x4e2aeb['shift']());}}}(_0x1ff9,0x42cf8));import _0x2a86a3 from'./actioncompressor.js';import{arePositionsEqual as _0x17e935}from'../utils.js';import{cloneDeep as _0x453d4c}from'lodash-es';function _0x48c5(_0x53801e,_0x250943){const _0x1ff969=_0x1ff9();return _0x48c5=function(_0x48c5ae,_0x237786){_0x48c5ae=_0x48c5ae-0x1e7;let _0xf70767=_0x1ff969[_0x48c5ae];return _0xf70767;},_0x48c5(_0x53801e,_0x250943);}export default class h extends _0x2a86a3{[_0x261d6a(0x1f7)](_0x12f3e2,_0x2443a1){const _0x15c94e=_0x261d6a;return _0x2443a1[_0x15c94e(0x1f9)]++,_0x2443a1;}[_0x261d6a(0x1f0)](_0x1af74f){const _0x1418ce=_0x261d6a,_0x4037c4=_0x453d4c(_0x1af74f);return _0x4037c4[_0x1418ce(0x1f9)]=0x1,_0x1af74f[_0x1418ce(0x1f9)]--,_0x4037c4;}[_0x261d6a(0x200)](_0x17264b,_0x4de3f5){const _0x3066c2=_0x261d6a;return!(!this[_0x3066c2(0x1fe)](_0x17264b)||!this[_0x3066c2(0x1fe)](_0x4de3f5))&&(_0x17e935(_0x17264b[_0x3066c2(0x1f6)],_0x4de3f5[_0x3066c2(0x1f6)])&&_0x17e935(_0x17264b[_0x3066c2(0x1eb)],_0x4de3f5[_0x3066c2(0x1eb)]));}[_0x261d6a(0x1f2)](_0x4da6e1){const _0x4cb5b5=_0x261d6a,_0x50e23b={'types':[],'buffers':[],'baseVersion':0x0};return this[_0x4cb5b5(0x203)][_0x4cb5b5(0x1ff)](_0x4cb5b5(0x1f8))[_0x4cb5b5(0x1e8)](_0x50e23b,[_0x4da6e1]),_0x50e23b[_0x4cb5b5(0x201)][0x0];}[_0x261d6a(0x1ed)](_0x4dbbb7){const _0x4eba04=_0x261d6a,_0x80e7cc=[];return this[_0x4eba04(0x203)][_0x4eba04(0x1ff)](_0x4eba04(0x1f8))[_0x4eba04(0x1ec)](_0x80e7cc,_0x4dbbb7),_0x80e7cc[0x0];}[_0x261d6a(0x1fe)](_0x58c84a){const _0x3715b5=_0x261d6a;return _0x3715b5(0x1f8)==_0x58c84a[_0x3715b5(0x1f5)]&&_0x3715b5(0x1f3)==_0x58c84a[_0x3715b5(0x1eb)][_0x3715b5(0x1fb)]&&0x1==_0x58c84a[_0x3715b5(0x1f9)]&&!_0x58c84a[_0x3715b5(0x1ea)];}}function _0x1ff9(){const _0xe02303=['_compressSingleOperation','$graveyard','2258160Hknrll','__className','sourcePosition','_combineNext','MoveOperation','howMany','1967536eQhzbu','root','737555ZqWaeR','17199vQWTbp','_checkOperation','_getCompressorByName','_compareOperations','buffers','2008tiBvML','_context','2074905BhaIGG','compress','4436emICmV','wasUndone','targetPosition','decompress','_decompressSingleOperation','267HUcihO','910ZsHyOM','_splitCurrent','20bhcNgm'];_0x1ff9=function(){return _0xe02303;};return _0x1ff9();}
23
+ const _0x4ffad0=_0xe44e;(function(_0x2fda4d,_0x1a664c){const _0xedd411=_0xe44e,_0x342e5d=_0x2fda4d();while(!![]){try{const _0x3a186d=-parseInt(_0xedd411(0x1c0))/0x1+parseInt(_0xedd411(0x1c6))/0x2*(parseInt(_0xedd411(0x1af))/0x3)+parseInt(_0xedd411(0x1ab))/0x4*(-parseInt(_0xedd411(0x1bd))/0x5)+-parseInt(_0xedd411(0x1bb))/0x6+parseInt(_0xedd411(0x1b2))/0x7+-parseInt(_0xedd411(0x1bf))/0x8+parseInt(_0xedd411(0x1ba))/0x9*(parseInt(_0xedd411(0x1ae))/0xa);if(_0x3a186d===_0x1a664c)break;else _0x342e5d['push'](_0x342e5d['shift']());}catch(_0x5f309e){_0x342e5d['push'](_0x342e5d['shift']());}}}(_0x1022,0x37fcc));import _0x5c8f00 from'./actioncompressor.js';import{arePositionsEqual as _0x448ef7}from'../utils.js';function _0x1022(){const _0x2479b0=['417588yBSONk','__className','_splitCurrent','howMany','_checkOperation','decompress','2JTgQpK','MoveOperation','4glcDxy','_context','_decompressSingleOperation','240DIvrMr','1064103iBPYyI','_combineNext','$graveyard','162022vGnnnc','_getCompressorByName','wasUndone','root','compress','_compressSingleOperation','buffers','_compareOperations','207837TyhXmM','37014ovGhAL','sourcePosition','1204465lehvAW','targetPosition','304840frUDVg'];_0x1022=function(){return _0x2479b0;};return _0x1022();}function _0xe44e(_0x940bda,_0x3b3d54){const _0x1022b8=_0x1022();return _0xe44e=function(_0xe44e2,_0x3f9f0c){_0xe44e2=_0xe44e2-0x1aa;let _0x170a6e=_0x1022b8[_0xe44e2];return _0x170a6e;},_0xe44e(_0x940bda,_0x3b3d54);}import{cloneDeep as _0x10b7aa}from'lodash-es';export default class h extends _0x5c8f00{[_0x4ffad0(0x1b0)](_0x53eec9,_0x95a989){const _0x376ccd=_0x4ffad0;return _0x95a989[_0x376ccd(0x1c3)]++,_0x95a989;}[_0x4ffad0(0x1c2)](_0x2e204a){const _0x141e53=_0x4ffad0,_0x2c8343=_0x10b7aa(_0x2e204a);return _0x2c8343[_0x141e53(0x1c3)]=0x1,_0x2e204a[_0x141e53(0x1c3)]--,_0x2c8343;}[_0x4ffad0(0x1b9)](_0x1495b6,_0x11c43d){const _0x58589d=_0x4ffad0;return!(!this[_0x58589d(0x1c4)](_0x1495b6)||!this[_0x58589d(0x1c4)](_0x11c43d))&&(_0x448ef7(_0x1495b6[_0x58589d(0x1bc)],_0x11c43d[_0x58589d(0x1bc)])&&_0x448ef7(_0x1495b6[_0x58589d(0x1be)],_0x11c43d[_0x58589d(0x1be)]));}[_0x4ffad0(0x1b7)](_0x50577b){const _0x2d3fb8=_0x4ffad0,_0x3bf7a9={'types':[],'buffers':[],'baseVersion':0x0};return this[_0x2d3fb8(0x1ac)][_0x2d3fb8(0x1b3)](_0x2d3fb8(0x1aa))[_0x2d3fb8(0x1b6)](_0x3bf7a9,[_0x50577b]),_0x3bf7a9[_0x2d3fb8(0x1b8)][0x0];}[_0x4ffad0(0x1ad)](_0xeea421){const _0x91a21c=_0x4ffad0,_0x4225a8=[];return this[_0x91a21c(0x1ac)][_0x91a21c(0x1b3)](_0x91a21c(0x1aa))[_0x91a21c(0x1c5)](_0x4225a8,_0xeea421),_0x4225a8[0x0];}[_0x4ffad0(0x1c4)](_0x48fab0){const _0x2c2f75=_0x4ffad0;return _0x2c2f75(0x1aa)==_0x48fab0[_0x2c2f75(0x1c1)]&&_0x2c2f75(0x1b1)==_0x48fab0[_0x2c2f75(0x1be)][_0x2c2f75(0x1b5)]&&0x1==_0x48fab0[_0x2c2f75(0x1c3)]&&!_0x48fab0[_0x2c2f75(0x1b4)];}}
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
  import ActionCompressor from './actioncompressor.js';
6
6
  import type { CompressedOperationsData } from '../compressor.js';
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x38268f=_0x27a0;(function(_0x48c32d,_0x2005be){const _0x29936c=_0x27a0,_0x503dde=_0x48c32d();while(!![]){try{const _0x198147=-parseInt(_0x29936c(0x19f))/0x1+parseInt(_0x29936c(0x190))/0x2+parseInt(_0x29936c(0x1ac))/0x3*(-parseInt(_0x29936c(0x199))/0x4)+-parseInt(_0x29936c(0x19a))/0x5*(-parseInt(_0x29936c(0x1b2))/0x6)+-parseInt(_0x29936c(0x1a5))/0x7*(parseInt(_0x29936c(0x195))/0x8)+parseInt(_0x29936c(0x194))/0x9*(-parseInt(_0x29936c(0x1af))/0xa)+parseInt(_0x29936c(0x191))/0xb;if(_0x198147===_0x2005be)break;else _0x503dde['push'](_0x503dde['shift']());}catch(_0x39bf4d){_0x503dde['push'](_0x503dde['shift']());}}}(_0x37ad,0x8e90a));import _0x251973 from'./actioncompressor.js';function _0x37ad(){const _0x34c7c5=['3987440VFPqBG','_compareAttributes','_compareOperations','substr','110544EFXMok','2350mtFnFe','buffers','compress','every','next','508467rXyaYq','_combineNext','_checkOperation','data','attributes','wasUndone','7hDugBV','_getCompressorByName','length','InsertOperation','decompress','iterator','_compressSingleOperation','6AeIxut','__className','position','15460kaQDkc','nodes','from','5982RpsVHy','_splitCurrent','keys','value','616574OfWhzS','21839950iTiyDJ','_context','_decompressSingleOperation','6498BeCfoo'];_0x37ad=function(){return _0x34c7c5;};return _0x37ad();}import{arePositionsEqual as _0x140bb1,getPositionShiftedBy as _0x5a453c}from'../utils.js';import{cloneDeep as _0x271987}from'lodash-es';function _0x27a0(_0x2df92c,_0x54d9a0){const _0x37ada2=_0x37ad();return _0x27a0=function(_0x27a0d1,_0x3d98c2){_0x27a0d1=_0x27a0d1-0x18f;let _0x5b2c2d=_0x37ada2[_0x27a0d1];return _0x5b2c2d;},_0x27a0(_0x2df92c,_0x54d9a0);}export default class m extends _0x251973{[_0x38268f(0x1a0)](_0x8690c6,_0xc0edf0){const _0x3153bc=_0x38268f;return _0xc0edf0[_0x3153bc(0x1b0)][0x0][_0x3153bc(0x1a2)]+=_0x8690c6[_0x3153bc(0x1b0)][0x0][_0x3153bc(0x1a2)],_0xc0edf0;}[_0x38268f(0x1b3)](_0x25f1f9){const _0x1de2f8=_0x38268f,_0x42c662=_0x271987(_0x25f1f9),_0xe7dd8c=_0x42c662[_0x1de2f8(0x1b0)][0x0],_0x134aa8=_0x25f1f9[_0x1de2f8(0x1b0)][0x0],_0x1414fa=_0x134aa8[_0x1de2f8(0x1a2)][Symbol[_0x1de2f8(0x1aa)]]()[_0x1de2f8(0x19e)]()[_0x1de2f8(0x18f)],_0x18a6eb=_0x1414fa[_0x1de2f8(0x1a7)];return _0xe7dd8c[_0x1de2f8(0x1a2)]=_0x1414fa,_0x134aa8[_0x1de2f8(0x1a2)]=_0x134aa8[_0x1de2f8(0x1a2)][_0x1de2f8(0x198)](_0x18a6eb),_0x25f1f9[_0x1de2f8(0x1ae)]=_0x5a453c(_0x25f1f9[_0x1de2f8(0x1ae)],_0x18a6eb),_0x42c662;}[_0x38268f(0x197)](_0xaac660,_0x159c29){const _0x5cf494=_0x38268f;if(this[_0x5cf494(0x1a1)](_0xaac660)&&this[_0x5cf494(0x1a1)](_0x159c29)){const _0x731d3=_0xaac660[_0x5cf494(0x1b0)][0x0][_0x5cf494(0x1a2)][_0x5cf494(0x1a7)],_0x4493d7=_0x140bb1(_0x5a453c(_0xaac660[_0x5cf494(0x1ae)],_0x731d3),_0x159c29[_0x5cf494(0x1ae)]),_0x3ca24e=_0xaac660[_0x5cf494(0x1b0)][0x0],_0x3e4abb=_0x159c29[_0x5cf494(0x1b0)][0x0];return _0x4493d7&&this[_0x5cf494(0x196)](_0x3ca24e,_0x3e4abb);}return!0x1;}[_0x38268f(0x1ab)](_0x2d2fbd){const _0x3479d5=_0x38268f,_0x1252f5={'types':[],'buffers':[],'baseVersion':0x0};return this[_0x3479d5(0x192)][_0x3479d5(0x1a6)](_0x3479d5(0x1a8))[_0x3479d5(0x19c)](_0x1252f5,[_0x2d2fbd]),_0x1252f5[_0x3479d5(0x19b)][0x0];}[_0x38268f(0x193)](_0x4c9f9d){const _0x5122f0=_0x38268f,_0xa17169=[];return this[_0x5122f0(0x192)][_0x5122f0(0x1a6)](_0x5122f0(0x1a8))[_0x5122f0(0x1a9)](_0xa17169,_0x4c9f9d),_0xa17169[0x0];}[_0x38268f(0x1a1)](_0x5a08e9){const _0x295ae6=_0x38268f;return _0x295ae6(0x1a8)==_0x5a08e9[_0x295ae6(0x1ad)]&&0x1==_0x5a08e9[_0x295ae6(0x1b0)][_0x295ae6(0x1a7)]&&_0x5a08e9[_0x295ae6(0x1b0)][0x0][_0x295ae6(0x1a2)]&&!_0x5a08e9[_0x295ae6(0x1a4)]&&0x1==Array[_0x295ae6(0x1b1)](_0x5a08e9[_0x295ae6(0x1b0)][0x0][_0x295ae6(0x1a2)])[_0x295ae6(0x1a7)];}[_0x38268f(0x196)](_0x6ff80a,_0x3200ec){const _0x41e14c=_0x38268f,_0x4354e9=Object[_0x41e14c(0x1b4)](_0x6ff80a[_0x41e14c(0x1a3)]||{}),_0x1f9317=Object[_0x41e14c(0x1b4)](_0x3200ec[_0x41e14c(0x1a3)]||{});return _0x4354e9[_0x41e14c(0x1a7)]===_0x1f9317[_0x41e14c(0x1a7)]&&_0x4354e9[_0x41e14c(0x19d)](_0x48778c=>_0x3200ec[_0x41e14c(0x1a3)][_0x48778c]&&_0x3200ec[_0x41e14c(0x1a3)][_0x48778c]===_0x6ff80a[_0x41e14c(0x1a3)][_0x48778c]);}}
23
+ function _0x4069(){const _0x1d6e3b=['66Vtrpdf','_compareAttributes','_compressSingleOperation','wasUndone','data','buffers','value','attributes','InsertOperation','23889nNzAwV','303860ANPsIe','29897065mgOPXK','4983903LlxEhA','6358352OmkqLU','length','_decompressSingleOperation','1242103rqCmoa','next','_splitCurrent','from','_combineNext','decompress','_checkOperation','6939430eQQwGM','nodes','every','__className','iterator','position','8pUYxbG','2fGJYCB','keys','_compareOperations','_context','_getCompressorByName','204WjrvSH','substr','compress'];_0x4069=function(){return _0x1d6e3b;};return _0x4069();}const _0xc6d960=_0xb920;(function(_0x2c8886,_0x562c2d){const _0x240d20=_0xb920,_0x56e905=_0x2c8886();while(!![]){try{const _0x4eba74=parseInt(_0x240d20(0x18c))/0x1*(parseInt(_0x240d20(0x174))/0x2)+-parseInt(_0x240d20(0x185))/0x3*(parseInt(_0x240d20(0x179))/0x4)+-parseInt(_0x240d20(0x186))/0x5*(parseInt(_0x240d20(0x17c))/0x6)+parseInt(_0x240d20(0x189))/0x7*(-parseInt(_0x240d20(0x173))/0x8)+-parseInt(_0x240d20(0x188))/0x9+-parseInt(_0x240d20(0x16d))/0xa+parseInt(_0x240d20(0x187))/0xb;if(_0x4eba74===_0x562c2d)break;else _0x56e905['push'](_0x56e905['shift']());}catch(_0x4130d7){_0x56e905['push'](_0x56e905['shift']());}}}(_0x4069,0xb2117));import _0x3427c9 from'./actioncompressor.js';import{arePositionsEqual as _0x5c3677,getPositionShiftedBy as _0x2d136e}from'../utils.js';function _0xb920(_0x50b1ae,_0x2b8c8e){const _0x4069c2=_0x4069();return _0xb920=function(_0xb9206f,_0x2ad06d){_0xb9206f=_0xb9206f-0x167;let _0x2ef7e7=_0x4069c2[_0xb9206f];return _0x2ef7e7;},_0xb920(_0x50b1ae,_0x2b8c8e);}import{cloneDeep as _0x303680}from'lodash-es';export default class m extends _0x3427c9{[_0xc6d960(0x16a)](_0xfccfa7,_0x5c8bf8){const _0x35aecd=_0xc6d960;return _0x5c8bf8[_0x35aecd(0x16e)][0x0][_0x35aecd(0x180)]+=_0xfccfa7[_0x35aecd(0x16e)][0x0][_0x35aecd(0x180)],_0x5c8bf8;}[_0xc6d960(0x168)](_0x4e7868){const _0x1a2533=_0xc6d960,_0x2f0ccb=_0x303680(_0x4e7868),_0x2c1738=_0x2f0ccb[_0x1a2533(0x16e)][0x0],_0x1e0161=_0x4e7868[_0x1a2533(0x16e)][0x0],_0x4c4933=_0x1e0161[_0x1a2533(0x180)][Symbol[_0x1a2533(0x171)]]()[_0x1a2533(0x167)]()[_0x1a2533(0x182)],_0x3008ff=_0x4c4933[_0x1a2533(0x18a)];return _0x2c1738[_0x1a2533(0x180)]=_0x4c4933,_0x1e0161[_0x1a2533(0x180)]=_0x1e0161[_0x1a2533(0x180)][_0x1a2533(0x17a)](_0x3008ff),_0x4e7868[_0x1a2533(0x172)]=_0x2d136e(_0x4e7868[_0x1a2533(0x172)],_0x3008ff),_0x2f0ccb;}[_0xc6d960(0x176)](_0x3c9e4c,_0x5813e4){const _0x18b74d=_0xc6d960;if(this[_0x18b74d(0x16c)](_0x3c9e4c)&&this[_0x18b74d(0x16c)](_0x5813e4)){const _0x497c2d=_0x3c9e4c[_0x18b74d(0x16e)][0x0][_0x18b74d(0x180)][_0x18b74d(0x18a)],_0x401f6f=_0x5c3677(_0x2d136e(_0x3c9e4c[_0x18b74d(0x172)],_0x497c2d),_0x5813e4[_0x18b74d(0x172)]),_0x3b9432=_0x3c9e4c[_0x18b74d(0x16e)][0x0],_0x1b47ef=_0x5813e4[_0x18b74d(0x16e)][0x0];return _0x401f6f&&this[_0x18b74d(0x17d)](_0x3b9432,_0x1b47ef);}return!0x1;}[_0xc6d960(0x17e)](_0x48538d){const _0x324f27=_0xc6d960,_0xa965f5={'types':[],'buffers':[],'baseVersion':0x0};return this[_0x324f27(0x177)][_0x324f27(0x178)](_0x324f27(0x184))[_0x324f27(0x17b)](_0xa965f5,[_0x48538d]),_0xa965f5[_0x324f27(0x181)][0x0];}[_0xc6d960(0x18b)](_0x36972c){const _0x43057d=_0xc6d960,_0x3b2b59=[];return this[_0x43057d(0x177)][_0x43057d(0x178)](_0x43057d(0x184))[_0x43057d(0x16b)](_0x3b2b59,_0x36972c),_0x3b2b59[0x0];}[_0xc6d960(0x16c)](_0x105a6f){const _0x25499f=_0xc6d960;return _0x25499f(0x184)==_0x105a6f[_0x25499f(0x170)]&&0x1==_0x105a6f[_0x25499f(0x16e)][_0x25499f(0x18a)]&&_0x105a6f[_0x25499f(0x16e)][0x0][_0x25499f(0x180)]&&!_0x105a6f[_0x25499f(0x17f)]&&0x1==Array[_0x25499f(0x169)](_0x105a6f[_0x25499f(0x16e)][0x0][_0x25499f(0x180)])[_0x25499f(0x18a)];}[_0xc6d960(0x17d)](_0x3d1125,_0x46ccd2){const _0x51aa18=_0xc6d960,_0x252277=Object[_0x51aa18(0x175)](_0x3d1125[_0x51aa18(0x183)]||{}),_0x1fe5ec=Object[_0x51aa18(0x175)](_0x46ccd2[_0x51aa18(0x183)]||{});return _0x252277[_0x51aa18(0x18a)]===_0x1fe5ec[_0x51aa18(0x18a)]&&_0x252277[_0x51aa18(0x16f)](_0x193ace=>_0x46ccd2[_0x51aa18(0x183)][_0x193ace]&&_0x46ccd2[_0x51aa18(0x183)][_0x193ace]===_0x3d1125[_0x51aa18(0x183)][_0x193ace]);}}
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
  import ActionCompressor from './actioncompressor.js';
6
6
  import type { CompressedOperationsData } from '../compressor.js';
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x15436c=_0x403f;function _0x403f(_0x14a4e5,_0x205d31){const _0x37b07a=_0x37b0();return _0x403f=function(_0x403fb9,_0x42cb04){_0x403fb9=_0x403fb9-0x1bd;let _0x44b846=_0x37b07a[_0x403fb9];return _0x44b846;},_0x403f(_0x14a4e5,_0x205d31);}(function(_0x592d77,_0xcfb4bf){const _0x46ba3a=_0x403f,_0x5cc6a5=_0x592d77();while(!![]){try{const _0x3d7ff0=-parseInt(_0x46ba3a(0x1db))/0x1+-parseInt(_0x46ba3a(0x1bd))/0x2+-parseInt(_0x46ba3a(0x1be))/0x3*(parseInt(_0x46ba3a(0x1cc))/0x4)+parseInt(_0x46ba3a(0x1d8))/0x5*(parseInt(_0x46ba3a(0x1c4))/0x6)+parseInt(_0x46ba3a(0x1d0))/0x7+-parseInt(_0x46ba3a(0x1da))/0x8+parseInt(_0x46ba3a(0x1c6))/0x9;if(_0x3d7ff0===_0xcfb4bf)break;else _0x5cc6a5['push'](_0x5cc6a5['shift']());}catch(_0x58b6e7){_0x5cc6a5['push'](_0x5cc6a5['shift']());}}}(_0x37b0,0x18fa6));function _0x37b0(){const _0x9b126d=['_compareOperations','oldRange','57080KDVYrE','MarkerOperation','push','decompress','1284451WwhcGG','stickiness','__className','start','toNone','startsWith','name','types','390685swrWPE','compress','55920LhXcdA','139928YsLYAw','_id','split','shift','247614jgEWMS','30QrAjOJ','_context','user:','newRange','_decompressSingleOperation','buffers','12AhKAJb','user:position:','1583712FkoaYR','_compressSingleOperation','_getCompressorByName','end'];_0x37b0=function(){return _0x9b126d;};return _0x37b0();}import _0x3ff5a5 from'./actioncompressor.js';import{arePositionsEqual as _0x5a1961}from'../utils.js';import{cloneDeep as _0x452ace}from'lodash-es';export default class f extends _0x3ff5a5{[_0x15436c(0x1d9)](_0x19eddd,_0x1b4db9){const _0x79ceb=_0x15436c;if(!this[_0x79ceb(0x1ca)](_0x1b4db9[0x0],_0x1b4db9[0x1]))return!0x1;const _0x2abe4e=_0x1b4db9[_0x79ceb(0x1de)]();return _0x2abe4e[_0x79ceb(0x1cb)]=null,_0x2abe4e[_0x79ceb(0x1c1)]&&_0x5a1961(_0x2abe4e[_0x79ceb(0x1c1)][_0x79ceb(0x1d3)],_0x2abe4e[_0x79ceb(0x1c1)][_0x79ceb(0x1c9)])&&(_0x2abe4e[_0x79ceb(0x1c1)][_0x79ceb(0x1c9)]=null),_0x1b4db9[_0x79ceb(0x1de)](),_0x19eddd[_0x79ceb(0x1d7)][_0x79ceb(0x1ce)](this[_0x79ceb(0x1dc)]),_0x19eddd[_0x79ceb(0x1d7)][_0x79ceb(0x1ce)](0x0),_0x19eddd[_0x79ceb(0x1c3)][_0x79ceb(0x1ce)](this[_0x79ceb(0x1c7)](_0x2abe4e)),!0x0;}[_0x15436c(0x1cf)](_0x4226c1,_0x52d7b5){const _0x554933=_0x15436c,_0xefcee3=this[_0x554933(0x1c2)](_0x52d7b5);_0xefcee3[_0x554933(0x1c1)]&&!_0xefcee3[_0x554933(0x1c1)][_0x554933(0x1c9)]&&(_0xefcee3[_0x554933(0x1c1)][_0x554933(0x1c9)]=_0x452ace(_0xefcee3[_0x554933(0x1c1)][_0x554933(0x1d3)]));const _0x5708c4=_0x452ace(_0xefcee3);_0x5708c4[_0x554933(0x1c1)]&&(_0x5708c4[_0x554933(0x1c1)][_0x554933(0x1d3)][_0x554933(0x1d1)]=_0x554933(0x1d4),_0x5708c4[_0x554933(0x1c1)][_0x554933(0x1c9)]=_0x452ace(_0x5708c4[_0x554933(0x1c1)][_0x554933(0x1d3)])),_0x5708c4[_0x554933(0x1d6)]=_0x554933(0x1c5)+_0x5708c4[_0x554933(0x1d6)][_0x554933(0x1dd)](':')[0x2],_0x52d7b5[_0x554933(0x1d7)][_0x554933(0x1de)](),_0x4226c1[_0x554933(0x1ce)](_0xefcee3),_0x4226c1[_0x554933(0x1ce)](_0x5708c4);}[_0x15436c(0x1c7)](_0xa696bc){const _0x157678=_0x15436c,_0x5c6f0a={'types':[],'buffers':[],'baseVersion':0x0};return this[_0x157678(0x1bf)][_0x157678(0x1c8)](_0x157678(0x1cd))[_0x157678(0x1d9)](_0x5c6f0a,[_0xa696bc]),_0x5c6f0a[_0x157678(0x1c3)][0x0];}[_0x15436c(0x1c2)](_0x327ab8){const _0x2ae38a=_0x15436c,_0x44b126=[];return this[_0x2ae38a(0x1bf)][_0x2ae38a(0x1c8)](_0x2ae38a(0x1cd))[_0x2ae38a(0x1cf)](_0x44b126,_0x327ab8),_0x44b126[0x0];}[_0x15436c(0x1ca)](_0x55b66b,_0x398c60){const _0x35be83=_0x15436c;return!(!_0x55b66b||!_0x398c60)&&(_0x35be83(0x1cd)==_0x55b66b[_0x35be83(0x1d2)]&&_0x35be83(0x1cd)==_0x398c60[_0x35be83(0x1d2)]&&!(!_0x55b66b[_0x35be83(0x1d6)][_0x35be83(0x1d5)](_0x35be83(0x1c0))||!_0x398c60[_0x35be83(0x1d6)][_0x35be83(0x1d5)](_0x35be83(0x1c0))||_0x55b66b[_0x35be83(0x1d6)]==_0x398c60[_0x35be83(0x1d6)]));}}
23
+ const _0x290d7c=_0x23cc;(function(_0x4f8e29,_0x373f20){const _0x16e628=_0x23cc,_0x90f061=_0x4f8e29();while(!![]){try{const _0x49f171=-parseInt(_0x16e628(0x11f))/0x1+parseInt(_0x16e628(0x119))/0x2+-parseInt(_0x16e628(0x127))/0x3*(-parseInt(_0x16e628(0x138))/0x4)+parseInt(_0x16e628(0x137))/0x5*(parseInt(_0x16e628(0x12f))/0x6)+parseInt(_0x16e628(0x130))/0x7*(-parseInt(_0x16e628(0x115))/0x8)+parseInt(_0x16e628(0x12c))/0x9*(-parseInt(_0x16e628(0x117))/0xa)+parseInt(_0x16e628(0x120))/0xb;if(_0x49f171===_0x373f20)break;else _0x90f061['push'](_0x90f061['shift']());}catch(_0x2d96b7){_0x90f061['push'](_0x90f061['shift']());}}}(_0x3daf,0x8f33e));import _0x22c867 from'./actioncompressor.js';import{arePositionsEqual as _0x4da3ba}from'../utils.js';import{cloneDeep as _0x1a9773}from'lodash-es';function _0x23cc(_0x5cb488,_0x3a652e){const _0x3daf63=_0x3daf();return _0x23cc=function(_0x23ccaf,_0x17cb4b){_0x23ccaf=_0x23ccaf-0x115;let _0x2e549e=_0x3daf63[_0x23ccaf];return _0x2e549e;},_0x23cc(_0x5cb488,_0x3a652e);}export default class f extends _0x22c867{[_0x290d7c(0x11d)](_0x3f1932,_0x2be1b0){const _0x1b2ece=_0x290d7c;if(!this[_0x1b2ece(0x123)](_0x2be1b0[0x0],_0x2be1b0[0x1]))return!0x1;const _0x1f676b=_0x2be1b0[_0x1b2ece(0x11b)]();return _0x1f676b[_0x1b2ece(0x12a)]=null,_0x1f676b[_0x1b2ece(0x136)]&&_0x4da3ba(_0x1f676b[_0x1b2ece(0x136)][_0x1b2ece(0x121)],_0x1f676b[_0x1b2ece(0x136)][_0x1b2ece(0x135)])&&(_0x1f676b[_0x1b2ece(0x136)][_0x1b2ece(0x135)]=null),_0x2be1b0[_0x1b2ece(0x11b)](),_0x3f1932[_0x1b2ece(0x122)][_0x1b2ece(0x132)](this[_0x1b2ece(0x129)]),_0x3f1932[_0x1b2ece(0x122)][_0x1b2ece(0x132)](0x0),_0x3f1932[_0x1b2ece(0x118)][_0x1b2ece(0x132)](this[_0x1b2ece(0x124)](_0x1f676b)),!0x0;}[_0x290d7c(0x126)](_0x4658bf,_0x2f2e31){const _0x217d53=_0x290d7c,_0x562ad6=this[_0x217d53(0x11a)](_0x2f2e31);_0x562ad6[_0x217d53(0x136)]&&!_0x562ad6[_0x217d53(0x136)][_0x217d53(0x135)]&&(_0x562ad6[_0x217d53(0x136)][_0x217d53(0x135)]=_0x1a9773(_0x562ad6[_0x217d53(0x136)][_0x217d53(0x121)]));const _0x34419a=_0x1a9773(_0x562ad6);_0x34419a[_0x217d53(0x136)]&&(_0x34419a[_0x217d53(0x136)][_0x217d53(0x121)][_0x217d53(0x11e)]=_0x217d53(0x116),_0x34419a[_0x217d53(0x136)][_0x217d53(0x135)]=_0x1a9773(_0x34419a[_0x217d53(0x136)][_0x217d53(0x121)])),_0x34419a[_0x217d53(0x12d)]=_0x217d53(0x131)+_0x34419a[_0x217d53(0x12d)][_0x217d53(0x125)](':')[0x2],_0x2f2e31[_0x217d53(0x122)][_0x217d53(0x11b)](),_0x4658bf[_0x217d53(0x132)](_0x562ad6),_0x4658bf[_0x217d53(0x132)](_0x34419a);}[_0x290d7c(0x124)](_0x14e948){const _0x169cd1=_0x290d7c,_0x520d66={'types':[],'buffers':[],'baseVersion':0x0};return this[_0x169cd1(0x12b)][_0x169cd1(0x128)](_0x169cd1(0x12e))[_0x169cd1(0x11d)](_0x520d66,[_0x14e948]),_0x520d66[_0x169cd1(0x118)][0x0];}[_0x290d7c(0x11a)](_0x3c7e6f){const _0x2a33ea=_0x290d7c,_0x448854=[];return this[_0x2a33ea(0x12b)][_0x2a33ea(0x128)](_0x2a33ea(0x12e))[_0x2a33ea(0x126)](_0x448854,_0x3c7e6f),_0x448854[0x0];}[_0x290d7c(0x123)](_0x347d85,_0x2a94ba){const _0x2d2b83=_0x290d7c;return!(!_0x347d85||!_0x2a94ba)&&(_0x2d2b83(0x12e)==_0x347d85[_0x2d2b83(0x11c)]&&_0x2d2b83(0x12e)==_0x2a94ba[_0x2d2b83(0x11c)]&&!(!_0x347d85[_0x2d2b83(0x12d)][_0x2d2b83(0x133)](_0x2d2b83(0x134))||!_0x2a94ba[_0x2d2b83(0x12d)][_0x2d2b83(0x133)](_0x2d2b83(0x134))||_0x347d85[_0x2d2b83(0x12d)]==_0x2a94ba[_0x2d2b83(0x12d)]));}}function _0x3daf(){const _0x334b9f=['_compareOperations','_compressSingleOperation','split','decompress','348jNNurw','_getCompressorByName','_id','oldRange','_context','1860525omYtns','name','MarkerOperation','18bEfGXV','133zMlBRJ','user:position:','push','startsWith','user:','end','newRange','1346915Utcysd','1484YxKVHC','24584UJBMxt','toNone','30amxcYt','buffers','694958QuSwXI','_decompressSingleOperation','shift','__className','compress','stickiness','901742yaJPKA','10650178SxXRYy','start','types'];_0x3daf=function(){return _0x334b9f;};return _0x3daf();}
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
  /**
6
6
  * Compresses and decompresses given set of operations in JSON format to/from the binary format using `Protocol Buffers`.
package/src/compressor.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x33ed46=_0x262a;(function(_0x1a0046,_0x43984f){const _0x519238=_0x262a,_0x2c6f81=_0x1a0046();while(!![]){try{const _0x541e3e=parseInt(_0x519238(0x195))/0x1+-parseInt(_0x519238(0x1b5))/0x2+-parseInt(_0x519238(0x19a))/0x3*(parseInt(_0x519238(0x1ae))/0x4)+-parseInt(_0x519238(0x19e))/0x5*(parseInt(_0x519238(0x1a8))/0x6)+-parseInt(_0x519238(0x1b2))/0x7+parseInt(_0x519238(0x1a1))/0x8*(-parseInt(_0x519238(0x190))/0x9)+parseInt(_0x519238(0x1a6))/0xa;if(_0x541e3e===_0x43984f)break;else _0x2c6f81['push'](_0x2c6f81['shift']());}catch(_0x3f4752){_0x2c6f81['push'](_0x2c6f81['shift']());}}}(_0x304e,0xeaa28));import{CKEditorError as _0x1872e4}from'ckeditor5/src/utils.js';function _0x262a(_0x148c75,_0x11b2af){const _0x304e83=_0x304e();return _0x262a=function(_0x262a80,_0x2b4b7c){_0x262a80=_0x262a80-0x189;let _0x3c005c=_0x304e83[_0x262a80];return _0x3c005c;},_0x262a(_0x148c75,_0x11b2af);}import _0x3da5e6 from'./protobuffactory.js';import _0x315622 from'./operationcompressor/operationcompressor.js';import _0x4ace5f from'./operationcompressor/attributeoperationcompressor.js';import _0x5e344f from'./operationcompressor/insertoperationcompressor.js';import _0x8e5826 from'./operationcompressor/markeroperationcompressor.js';import _0x3d69c1 from'./operationcompressor/nooperationcompressor.js';import _0x30d1e3 from'./operationcompressor/annotationmarkeroperationcompressor.js';function _0x304e(){const _0x5593f2=['9515485JrRrdG','__className','AttributeOperation','2375192nbzmAA','RootOperation','CommentMarkerOperation','decompress','SplitOperation','compress','_protobufFactory','_compressorByName','UserSelectionAction','216zPKVNz','no-operations-provided','_registerActionCompressor','RenameOperation','SuggestionMarkerOperation','1431507DpSWqP','get','InsertOperation','set','baseVersion','21rdkoeu','RootAttributeOperation','NoOperation','MarkerOperation','32470mWqlxY','_registerOperationCompressor','MoveOperation','234896dOrsUG','_getCompressorByName','MergeOperation','TypingAction','suggestion','34210210NPtFEq','ForwardDeletingAction','366BQPlgr','forEach','getDescriptor','_compressorById','types','comment','139252IqphPi','length','DeletingAction','_registerCompressor'];_0x304e=function(){return _0x5593f2;};return _0x304e();}import _0x480b58 from'./actioncompressor/typingactioncompressor.js';import _0x4a2b59 from'./actioncompressor/deletingactioncompressor.js';import _0xe41fc4 from'./actioncompressor/forwarddeletingactioncompressor.js';import _0x45190d from'./actioncompressor/userselectionactioncompressor.js';export default class g{constructor(){const _0x121826=_0x262a;this[_0x121826(0x1ab)]=new Map(),this[_0x121826(0x18e)]=new Map(),this[_0x121826(0x18d)]=new _0x3da5e6();const _0x27303c=this[_0x121826(0x18d)][_0x121826(0x1aa)](_0x121826(0x19d));this[_0x121826(0x1b1)](0x1,_0x121826(0x19c),new _0x3d69c1(0x1,_0x121826(0x19c),void 0x0)),this[_0x121826(0x19f)](0xa,_0x121826(0x1b4),_0x4ace5f),this[_0x121826(0x19f)](0xb,_0x121826(0x197),_0x5e344f),this[_0x121826(0x19f)](0xc,_0x121826(0x19d),_0x8e5826),this[_0x121826(0x19f)](0xd,_0x121826(0x1a3),_0x315622),this[_0x121826(0x19f)](0xe,_0x121826(0x1a0),_0x315622),this[_0x121826(0x19f)](0xf,_0x121826(0x193),_0x315622),this[_0x121826(0x19f)](0x10,_0x121826(0x19b),_0x4ace5f),this[_0x121826(0x19f)](0x11,_0x121826(0x18b),_0x315622),this[_0x121826(0x1b1)](0x12,_0x121826(0x189),new _0x30d1e3(0x12,_0x121826(0x19d),_0x27303c,_0x121826(0x1ad))),this[_0x121826(0x1b1)](0x13,_0x121826(0x194),new _0x30d1e3(0x13,_0x121826(0x19d),_0x27303c,_0x121826(0x1a5))),this[_0x121826(0x19f)](0x14,_0x121826(0x1b6),_0x315622),this[_0x121826(0x192)](0x64,_0x121826(0x1a4),_0x480b58),this[_0x121826(0x192)](0x65,_0x121826(0x1b0),_0x4a2b59),this[_0x121826(0x192)](0x66,_0x121826(0x1a7),_0xe41fc4),this[_0x121826(0x192)](0x67,_0x121826(0x18f),_0x45190d);}[_0x33ed46(0x18c)](_0x4354f8){const _0x2f793f=_0x33ed46;if(!_0x4354f8||!_0x4354f8[0x0])throw new _0x1872e4(_0x2f793f(0x191),this);const _0x397b5c={'types':[],'buffers':[],'baseVersion':_0x4354f8[0x0][_0x2f793f(0x199)]};for(;_0x4354f8[_0x2f793f(0x1af)];)this[_0x2f793f(0x1a2)](_0x2f793f(0x18f))[_0x2f793f(0x18c)](_0x397b5c,_0x4354f8)||this[_0x2f793f(0x1a2)](_0x2f793f(0x1a4))[_0x2f793f(0x18c)](_0x397b5c,_0x4354f8)||this[_0x2f793f(0x1a2)](_0x2f793f(0x1b0))[_0x2f793f(0x18c)](_0x397b5c,_0x4354f8)||this[_0x2f793f(0x1a2)](_0x2f793f(0x1a7))[_0x2f793f(0x18c)](_0x397b5c,_0x4354f8)||this[_0x2f793f(0x1a2)](_0x2f793f(0x189))[_0x2f793f(0x18c)](_0x397b5c,_0x4354f8)||this[_0x2f793f(0x1a2)](_0x2f793f(0x194))[_0x2f793f(0x18c)](_0x397b5c,_0x4354f8)||this[_0x2f793f(0x1a2)](_0x4354f8[0x0][_0x2f793f(0x1b3)])[_0x2f793f(0x18c)](_0x397b5c,_0x4354f8);return _0x397b5c;}[_0x33ed46(0x18a)](_0x3f0107){const _0x40e0e5=_0x33ed46,_0x1f4094=[];for(;_0x3f0107[_0x40e0e5(0x1ac)][_0x40e0e5(0x1af)];){this[_0x40e0e5(0x1ab)][_0x40e0e5(0x196)](_0x3f0107[_0x40e0e5(0x1ac)][0x0])[_0x40e0e5(0x18a)](_0x1f4094,_0x3f0107);}return _0x1f4094[_0x40e0e5(0x1a9)]((_0x27bcef,_0x5e16a8)=>_0x27bcef[_0x40e0e5(0x199)]=_0x3f0107[_0x40e0e5(0x199)]+_0x5e16a8),_0x1f4094;}[_0x33ed46(0x1a2)](_0x4c4a8f){const _0x116593=_0x33ed46;return this[_0x116593(0x18e)][_0x116593(0x196)](_0x4c4a8f);}[_0x33ed46(0x19f)](_0x17c3b1,_0x3acb26,_0xb6be38){const _0x5edb0e=_0x33ed46,_0x394012=new _0xb6be38(_0x17c3b1,_0x3acb26,this[_0x5edb0e(0x18d)][_0x5edb0e(0x1aa)](_0x3acb26));this[_0x5edb0e(0x1b1)](_0x17c3b1,_0x3acb26,_0x394012);}[_0x33ed46(0x192)](_0x760584,_0x3e630a,_0x5122f0){const _0x288c17=_0x33ed46,_0x5b5f5d=new _0x5122f0(_0x760584,this);this[_0x288c17(0x1b1)](_0x760584,_0x3e630a,_0x5b5f5d);}[_0x33ed46(0x1b1)](_0x584178,_0x5a5282,_0x3c16a3){const _0x4ea126=_0x33ed46;this[_0x4ea126(0x1ab)][_0x4ea126(0x198)](_0x584178,_0x3c16a3),this[_0x4ea126(0x18e)][_0x4ea126(0x198)](_0x5a5282,_0x3c16a3);}}
23
+ const _0x532cbe=_0x5af9;(function(_0x236403,_0x3b69a5){const _0x471171=_0x5af9,_0x723b01=_0x236403();while(!![]){try{const _0xb0bfa7=parseInt(_0x471171(0x80))/0x1+parseInt(_0x471171(0x95))/0x2*(-parseInt(_0x471171(0x89))/0x3)+parseInt(_0x471171(0x8a))/0x4+parseInt(_0x471171(0x83))/0x5+-parseInt(_0x471171(0x77))/0x6*(-parseInt(_0x471171(0x9c))/0x7)+-parseInt(_0x471171(0x8d))/0x8+-parseInt(_0x471171(0x96))/0x9;if(_0xb0bfa7===_0x3b69a5)break;else _0x723b01['push'](_0x723b01['shift']());}catch(_0x1c9189){_0x723b01['push'](_0x723b01['shift']());}}}(_0x10dc,0x2efc1));function _0x5af9(_0x4c7cc7,_0x412d39){const _0x10dc86=_0x10dc();return _0x5af9=function(_0x5af97e,_0x2414b7){_0x5af97e=_0x5af97e-0x72;let _0x298f21=_0x10dc86[_0x5af97e];return _0x298f21;},_0x5af9(_0x4c7cc7,_0x412d39);}import{CKEditorError as _0x26f6b6}from'ckeditor5/src/utils.js';import _0xe57933 from'./protobuffactory.js';import _0xc10af9 from'./operationcompressor/operationcompressor.js';import _0x4830c7 from'./operationcompressor/attributeoperationcompressor.js';import _0x33d7b6 from'./operationcompressor/insertoperationcompressor.js';import _0x317994 from'./operationcompressor/markeroperationcompressor.js';import _0x526d0f from'./operationcompressor/nooperationcompressor.js';import _0x460efa from'./operationcompressor/annotationmarkeroperationcompressor.js';import _0x19c76b from'./actioncompressor/typingactioncompressor.js';import _0x1297e2 from'./actioncompressor/deletingactioncompressor.js';function _0x10dc(){const _0x2c5f01=['TypingAction','RootAttributeOperation','suggestion','301670viCJNY','no-operations-provided','set','806370fgyzFv','MoveOperation','CommentMarkerOperation','_registerCompressor','MarkerOperation','_compressorById','669FpRocP','1213160fLnugD','SuggestionMarkerOperation','_registerOperationCompressor','1837336iRJDee','getDescriptor','UserSelectionAction','compress','_getCompressorByName','decompress','MergeOperation','RenameOperation','3170KLTkvV','2329263xKBhZO','InsertOperation','NoOperation','ForwardDeletingAction','_registerActionCompressor','length','1877008YuuQCc','__className','get','AttributeOperation','SplitOperation','comment','_compressorByName','RootOperation','6DiMIvL','baseVersion','DeletingAction','types','_protobufFactory','forEach'];_0x10dc=function(){return _0x2c5f01;};return _0x10dc();}import _0x15d76c from'./actioncompressor/forwarddeletingactioncompressor.js';import _0x3f9e1b from'./actioncompressor/userselectionactioncompressor.js';export default class g{constructor(){const _0x4230a9=_0x5af9;this[_0x4230a9(0x88)]=new Map(),this[_0x4230a9(0x75)]=new Map(),this[_0x4230a9(0x7b)]=new _0xe57933();const _0x39534e=this[_0x4230a9(0x7b)][_0x4230a9(0x8e)](_0x4230a9(0x87));this[_0x4230a9(0x86)](0x1,_0x4230a9(0x98),new _0x526d0f(0x1,_0x4230a9(0x98),void 0x0)),this[_0x4230a9(0x8c)](0xa,_0x4230a9(0x72),_0x4830c7),this[_0x4230a9(0x8c)](0xb,_0x4230a9(0x97),_0x33d7b6),this[_0x4230a9(0x8c)](0xc,_0x4230a9(0x87),_0x317994),this[_0x4230a9(0x8c)](0xd,_0x4230a9(0x93),_0xc10af9),this[_0x4230a9(0x8c)](0xe,_0x4230a9(0x84),_0xc10af9),this[_0x4230a9(0x8c)](0xf,_0x4230a9(0x94),_0xc10af9),this[_0x4230a9(0x8c)](0x10,_0x4230a9(0x7e),_0x4830c7),this[_0x4230a9(0x8c)](0x11,_0x4230a9(0x73),_0xc10af9),this[_0x4230a9(0x86)](0x12,_0x4230a9(0x85),new _0x460efa(0x12,_0x4230a9(0x87),_0x39534e,_0x4230a9(0x74))),this[_0x4230a9(0x86)](0x13,_0x4230a9(0x8b),new _0x460efa(0x13,_0x4230a9(0x87),_0x39534e,_0x4230a9(0x7f))),this[_0x4230a9(0x8c)](0x14,_0x4230a9(0x76),_0xc10af9),this[_0x4230a9(0x9a)](0x64,_0x4230a9(0x7d),_0x19c76b),this[_0x4230a9(0x9a)](0x65,_0x4230a9(0x79),_0x1297e2),this[_0x4230a9(0x9a)](0x66,_0x4230a9(0x99),_0x15d76c),this[_0x4230a9(0x9a)](0x67,_0x4230a9(0x8f),_0x3f9e1b);}[_0x532cbe(0x90)](_0x29ef76){const _0x560c6a=_0x532cbe;if(!_0x29ef76||!_0x29ef76[0x0])throw new _0x26f6b6(_0x560c6a(0x81),this);const _0x8e28ba={'types':[],'buffers':[],'baseVersion':_0x29ef76[0x0][_0x560c6a(0x78)]};for(;_0x29ef76[_0x560c6a(0x9b)];)this[_0x560c6a(0x91)](_0x560c6a(0x8f))[_0x560c6a(0x90)](_0x8e28ba,_0x29ef76)||this[_0x560c6a(0x91)](_0x560c6a(0x7d))[_0x560c6a(0x90)](_0x8e28ba,_0x29ef76)||this[_0x560c6a(0x91)](_0x560c6a(0x79))[_0x560c6a(0x90)](_0x8e28ba,_0x29ef76)||this[_0x560c6a(0x91)](_0x560c6a(0x99))[_0x560c6a(0x90)](_0x8e28ba,_0x29ef76)||this[_0x560c6a(0x91)](_0x560c6a(0x85))[_0x560c6a(0x90)](_0x8e28ba,_0x29ef76)||this[_0x560c6a(0x91)](_0x560c6a(0x8b))[_0x560c6a(0x90)](_0x8e28ba,_0x29ef76)||this[_0x560c6a(0x91)](_0x29ef76[0x0][_0x560c6a(0x9d)])[_0x560c6a(0x90)](_0x8e28ba,_0x29ef76);return _0x8e28ba;}[_0x532cbe(0x92)](_0x432d05){const _0x1ce38d=_0x532cbe,_0x31a5ff=[];for(;_0x432d05[_0x1ce38d(0x7a)][_0x1ce38d(0x9b)];){this[_0x1ce38d(0x88)][_0x1ce38d(0x9e)](_0x432d05[_0x1ce38d(0x7a)][0x0])[_0x1ce38d(0x92)](_0x31a5ff,_0x432d05);}return _0x31a5ff[_0x1ce38d(0x7c)]((_0x90edde,_0x40278b)=>_0x90edde[_0x1ce38d(0x78)]=_0x432d05[_0x1ce38d(0x78)]+_0x40278b),_0x31a5ff;}[_0x532cbe(0x91)](_0x948ad5){const _0x1002b5=_0x532cbe;return this[_0x1002b5(0x75)][_0x1002b5(0x9e)](_0x948ad5);}[_0x532cbe(0x8c)](_0x209596,_0x3652fc,_0x5a7bbb){const _0x569e63=_0x532cbe,_0x1de86e=new _0x5a7bbb(_0x209596,_0x3652fc,this[_0x569e63(0x7b)][_0x569e63(0x8e)](_0x3652fc));this[_0x569e63(0x86)](_0x209596,_0x3652fc,_0x1de86e);}[_0x532cbe(0x9a)](_0x2fe4de,_0x1b9321,_0x3660ff){const _0x579e9a=_0x532cbe,_0x520551=new _0x3660ff(_0x2fe4de,this);this[_0x579e9a(0x86)](_0x2fe4de,_0x1b9321,_0x520551);}[_0x532cbe(0x86)](_0x4d1023,_0xa4b9de,_0xcb98a0){const _0x3041cf=_0x532cbe;this[_0x3041cf(0x88)][_0x3041cf(0x82)](_0x4d1023,_0xcb98a0),this[_0x3041cf(0x75)][_0x3041cf(0x82)](_0xa4b9de,_0xcb98a0);}}
package/src/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
2
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
5
  export { default as Compressor, type CompressedOperationsData } from './compressor.js';
package/src/index.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x5810(_0x2d9f96,_0x30ede3){var _0x586aab=_0x586a();return _0x5810=function(_0x581078,_0x4676e5){_0x581078=_0x581078-0xf9;var _0xc9b8d0=_0x586aab[_0x581078];return _0xc9b8d0;},_0x5810(_0x2d9f96,_0x30ede3);}(function(_0x36aa57,_0x1b03b6){var _0x5a0216=_0x5810,_0x23a9b7=_0x36aa57();while(!![]){try{var _0x277662=parseInt(_0x5a0216(0x101))/0x1*(-parseInt(_0x5a0216(0x102))/0x2)+-parseInt(_0x5a0216(0x100))/0x3+parseInt(_0x5a0216(0xff))/0x4*(-parseInt(_0x5a0216(0xfa))/0x5)+-parseInt(_0x5a0216(0x104))/0x6*(-parseInt(_0x5a0216(0xfd))/0x7)+parseInt(_0x5a0216(0xfe))/0x8+-parseInt(_0x5a0216(0xf9))/0x9*(-parseInt(_0x5a0216(0x103))/0xa)+-parseInt(_0x5a0216(0xfb))/0xb*(-parseInt(_0x5a0216(0xfc))/0xc);if(_0x277662===_0x1b03b6)break;else _0x23a9b7['push'](_0x23a9b7['shift']());}catch(_0x209083){_0x23a9b7['push'](_0x23a9b7['shift']());}}}(_0x586a,0x4e82b));export{default as Compressor}from'./compressor.js';function _0x586a(){var _0x277e5e=['1745oHuyMM','600413VAkWMD','204iwRFZV','137543zspLKi','3717104PhkysG','5996leaFLN','1152009nqdoXI','17126jLGcbs','60eMAOJD','4510SxnPoB','42nnAcbr','4239SCyIeM'];_0x586a=function(){return _0x277e5e;};return _0x586a();}
23
+ (function(_0xcfa475,_0x1fcb5c){var _0x3da831=_0x2638,_0x1f8829=_0xcfa475();while(!![]){try{var _0x18059c=-parseInt(_0x3da831(0x14c))/0x1*(parseInt(_0x3da831(0x14e))/0x2)+parseInt(_0x3da831(0x148))/0x3*(parseInt(_0x3da831(0x145))/0x4)+-parseInt(_0x3da831(0x14d))/0x5+parseInt(_0x3da831(0x147))/0x6+-parseInt(_0x3da831(0x146))/0x7+-parseInt(_0x3da831(0x149))/0x8*(parseInt(_0x3da831(0x14b))/0x9)+parseInt(_0x3da831(0x14a))/0xa;if(_0x18059c===_0x1fcb5c)break;else _0x1f8829['push'](_0x1f8829['shift']());}catch(_0x4c526c){_0x1f8829['push'](_0x1f8829['shift']());}}}(_0x3f03,0xd3f50));export{default as Compressor}from'./compressor.js';function _0x2638(_0x349190,_0x4b13d4){var _0x3f03e1=_0x3f03();return _0x2638=function(_0x26383a,_0x462e1e){_0x26383a=_0x26383a-0x145;var _0x1ce63d=_0x3f03e1[_0x26383a];return _0x1ce63d;},_0x2638(_0x349190,_0x4b13d4);}function _0x3f03(){var _0x3c9379=['540852JVALEo','439696dwMZjj','2681042pIrwdm','8072424Xgntmj','42euKDFe','8TdwLeA','9069650kYCpXX','5618763wjQGSi','5tQWbln','2818430ulDoSV'];_0x3f03=function(){return _0x3c9379;};return _0x3f03();}