@ckeditor/ckeditor5-operations-compressor 44.0.0-alpha.9 → 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-alpha.9",
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-alpha.9",
37
- "ckeditor5": "44.0.0-alpha.9",
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 _0x135f2b=_0x3c48;(function(_0x2f05fa,_0x38c622){const _0x379b36=_0x3c48,_0x34a653=_0x2f05fa();while(!![]){try{const _0x56420b=-parseInt(_0x379b36(0x151))/0x1*(parseInt(_0x379b36(0x150))/0x2)+parseInt(_0x379b36(0x15c))/0x3*(parseInt(_0x379b36(0x15a))/0x4)+parseInt(_0x379b36(0x14b))/0x5+parseInt(_0x379b36(0x15d))/0x6*(parseInt(_0x379b36(0x14e))/0x7)+-parseInt(_0x379b36(0x14d))/0x8+-parseInt(_0x379b36(0x154))/0x9+parseInt(_0x379b36(0x153))/0xa;if(_0x56420b===_0x38c622)break;else _0x34a653['push'](_0x34a653['shift']());}catch(_0x4f0b01){_0x34a653['push'](_0x34a653['shift']());}}}(_0x50fe,0xabc24));function _0x3c48(_0x3b4659,_0x1004be){const _0x50fe97=_0x50fe();return _0x3c48=function(_0x3c4823,_0x4dbc1f){_0x3c4823=_0x3c4823-0x14a;let _0x1c5119=_0x50fe97[_0x3c4823];return _0x1c5119;},_0x3c48(_0x3b4659,_0x1004be);}import{cloneDeep as _0x50574d}from'lodash-es';export default class b{constructor(_0x1d7136,_0x4e18a9){const _0x2a61b3=_0x3c48;this[_0x2a61b3(0x155)]=_0x1d7136,this[_0x2a61b3(0x159)]=_0x4e18a9;}[_0x135f2b(0x161)](_0x39ef3f,_0x4bf972){const _0x5447b4=_0x135f2b;let _0x11611b;for(;_0x4bf972[_0x5447b4(0x158)]>0x1&&this[_0x5447b4(0x157)](_0x4bf972[0x0],_0x4bf972[0x1]);)_0x11611b?(_0x11611b=this[_0x5447b4(0x15e)](_0x4bf972[_0x5447b4(0x14f)](),_0x11611b),_0x39ef3f[_0x5447b4(0x14a)][_0x5447b4(0x15b)](0x0)):(_0x11611b=_0x50574d(_0x4bf972[_0x5447b4(0x14f)]()),_0x39ef3f[_0x5447b4(0x14a)][_0x5447b4(0x15b)](this[_0x5447b4(0x155)]));return!!_0x11611b&&(_0x11611b=this[_0x5447b4(0x15e)](_0x4bf972[_0x5447b4(0x14f)](),_0x11611b),_0x39ef3f[_0x5447b4(0x14a)][_0x5447b4(0x15b)](0x0),_0x39ef3f[_0x5447b4(0x160)][_0x5447b4(0x15b)](this[_0x5447b4(0x15f)](_0x11611b)),!0x0);}[_0x135f2b(0x14c)](_0x4f608f,_0x2c693a){const _0x14737e=_0x135f2b,_0x4f99b9=this[_0x14737e(0x156)](_0x2c693a);for(;0x0==_0x2c693a[_0x14737e(0x14a)][0x0];)_0x2c693a[_0x14737e(0x14a)][_0x14737e(0x14f)](),_0x4f608f[_0x14737e(0x15b)](this[_0x14737e(0x152)](_0x4f99b9));_0x4f608f[_0x14737e(0x15b)](_0x4f99b9);}}function _0x50fe(){const _0x117286=['_compareOperations','length','_context','24OHrUmf','push','68619zyIKJg','1383414NMpOUj','_combineNext','_compressSingleOperation','buffers','compress','types','620900HVtChs','decompress','10613544uEEmeE','35wMmAez','shift','2DrSwfS','659241NEbEQS','_splitCurrent','14421370sZSPAp','1502478DZSsAN','_id','_decompressSingleOperation'];_0x50fe=function(){return _0x117286;};return _0x50fe();}
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
- function _0x1449(_0x4d1ce8,_0x273b0a){const _0x1d0bf1=_0x1d0b();return _0x1449=function(_0x144943,_0x46e434){_0x144943=_0x144943-0xa2;let _0x4cd4a8=_0x1d0bf1[_0x144943];return _0x4cd4a8;},_0x1449(_0x4d1ce8,_0x273b0a);}const _0x4de31a=_0x1449;(function(_0x4234d2,_0x32d37b){const _0x272cd6=_0x1449,_0x15dcea=_0x4234d2();while(!![]){try{const _0x58c580=-parseInt(_0x272cd6(0xaa))/0x1*(-parseInt(_0x272cd6(0xab))/0x2)+-parseInt(_0x272cd6(0xb4))/0x3*(parseInt(_0x272cd6(0xac))/0x4)+parseInt(_0x272cd6(0xb2))/0x5*(-parseInt(_0x272cd6(0xbc))/0x6)+-parseInt(_0x272cd6(0xa4))/0x7*(parseInt(_0x272cd6(0xbe))/0x8)+-parseInt(_0x272cd6(0xb7))/0x9*(parseInt(_0x272cd6(0xa3))/0xa)+-parseInt(_0x272cd6(0xb3))/0xb+parseInt(_0x272cd6(0xbf))/0xc*(parseInt(_0x272cd6(0xa5))/0xd);if(_0x58c580===_0x32d37b)break;else _0x15dcea['push'](_0x15dcea['shift']());}catch(_0x2a1af6){_0x15dcea['push'](_0x15dcea['shift']());}}}(_0x1d0b,0x99ef9));import _0x3b49a7 from'./actioncompressor.js';import{arePositionsEqual as _0x26de67,getPositionShiftedBy as _0x3ea050}from'../utils.js';function _0x1d0b(){const _0x30cea9=['378790QbxDFO','50281UUeurl','39pKVtgy','_combineNext','_splitCurrent','MoveOperation','wasUndone','21XTirdo','55204QkMyis','20cVNfmX','_getCompressorByName','__className','targetPosition','$graveyard','_compareOperations','10XHZOnA','3027882oZAlAT','441798hYHScm','sourcePosition','buffers','297RRJNlu','howMany','_decompressSingleOperation','_checkOperation','root','1411002KFfojS','decompress','24Oygeep','11217444ckdxHb','_context','compress','_compressSingleOperation'];_0x1d0b=function(){return _0x30cea9;};return _0x1d0b();}import{cloneDeep as _0x40c20b}from'lodash-es';export default class c extends _0x3b49a7{[_0x4de31a(0xa6)](_0x91cbe0,_0x367231){const _0x37865b=_0x4de31a;return _0x367231[_0x37865b(0xb8)]++,_0x367231[_0x37865b(0xb5)]=_0x40c20b(_0x91cbe0[_0x37865b(0xb5)]),_0x367231;}[_0x4de31a(0xa7)](_0x486031){const _0x2c4075=_0x4de31a,_0x22643f=_0x40c20b(_0x486031);return _0x486031[_0x2c4075(0xb8)]--,_0x22643f[_0x2c4075(0xb8)]=0x1,_0x22643f[_0x2c4075(0xb5)]=_0x3ea050(_0x22643f[_0x2c4075(0xb5)],_0x486031[_0x2c4075(0xb8)]),_0x22643f;}[_0x4de31a(0xb1)](_0x27c8b5,_0xf1076a){const _0x20c1d=_0x4de31a;return!(!this[_0x20c1d(0xba)](_0x27c8b5)||!this[_0x20c1d(0xba)](_0xf1076a))&&(_0x26de67(_0x3ea050(_0x27c8b5[_0x20c1d(0xb5)],-0x1),_0xf1076a[_0x20c1d(0xb5)])&&_0x26de67(_0x27c8b5[_0x20c1d(0xaf)],_0xf1076a[_0x20c1d(0xaf)]));}[_0x4de31a(0xa2)](_0x58074f){const _0x52fecd=_0x4de31a,_0xf3ca9={'types':[],'buffers':[],'baseVersion':0x0};return this[_0x52fecd(0xc0)][_0x52fecd(0xad)](_0x52fecd(0xa8))[_0x52fecd(0xc1)](_0xf3ca9,[_0x58074f]),_0xf3ca9[_0x52fecd(0xb6)][0x0];}[_0x4de31a(0xb9)](_0x46daa4){const _0x447525=_0x4de31a,_0x4faf24=[];return this[_0x447525(0xc0)][_0x447525(0xad)](_0x447525(0xa8))[_0x447525(0xbd)](_0x4faf24,_0x46daa4),_0x4faf24[0x0];}[_0x4de31a(0xba)](_0x9273f){const _0x6c78d1=_0x4de31a;return _0x6c78d1(0xa8)==_0x9273f[_0x6c78d1(0xae)]&&_0x6c78d1(0xb0)==_0x9273f[_0x6c78d1(0xaf)][_0x6c78d1(0xbb)]&&0x1==_0x9273f[_0x6c78d1(0xb8)]&&!_0x9273f[_0x6c78d1(0xa9)];}}
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
- function _0x2d1b(_0x4a8240,_0x5870a9){const _0x314be4=_0x314b();return _0x2d1b=function(_0x2d1b01,_0x2c0d95){_0x2d1b01=_0x2d1b01-0xd9;let _0x473ab4=_0x314be4[_0x2d1b01];return _0x473ab4;},_0x2d1b(_0x4a8240,_0x5870a9);}const _0x5ca158=_0x2d1b;(function(_0x5f1f67,_0x4c8014){const _0x365df1=_0x2d1b,_0x4065f8=_0x5f1f67();while(!![]){try{const _0x3d132d=-parseInt(_0x365df1(0xec))/0x1*(parseInt(_0x365df1(0xf1))/0x2)+parseInt(_0x365df1(0xe2))/0x3+parseInt(_0x365df1(0xf4))/0x4+parseInt(_0x365df1(0xef))/0x5*(-parseInt(_0x365df1(0xe4))/0x6)+parseInt(_0x365df1(0xdb))/0x7+-parseInt(_0x365df1(0xd9))/0x8*(parseInt(_0x365df1(0xe0))/0x9)+parseInt(_0x365df1(0xde))/0xa;if(_0x3d132d===_0x4c8014)break;else _0x4065f8['push'](_0x4065f8['shift']());}catch(_0x292de9){_0x4065f8['push'](_0x4065f8['shift']());}}}(_0x314b,0x9a754));import _0x2e3860 from'./actioncompressor.js';import{arePositionsEqual as _0xcd2635}from'../utils.js';import{cloneDeep as _0x17dc93}from'lodash-es';function _0x314b(){const _0x374469=['root','decompress','415281YDLfVl','__className','$graveyard','530XYKuqS','_decompressSingleOperation','6PScFsW','_combineNext','targetPosition','3756092KJMGRn','_splitCurrent','342280ZavIzB','_context','8176945cLXYgg','_checkOperation','MoveOperation','1659810KoHngQ','sourcePosition','135PIALUg','buffers','1071819Zmdazv','howMany','6234DTQfeP','_getCompressorByName','wasUndone','_compressSingleOperation','_compareOperations','compress'];_0x314b=function(){return _0x374469;};return _0x314b();}export default class h extends _0x2e3860{[_0x5ca158(0xf2)](_0x23fdf0,_0x394481){const _0x45a110=_0x5ca158;return _0x394481[_0x45a110(0xe3)]++,_0x394481;}[_0x5ca158(0xf5)](_0x1ed00d){const _0x36311e=_0x5ca158,_0x3af734=_0x17dc93(_0x1ed00d);return _0x3af734[_0x36311e(0xe3)]=0x1,_0x1ed00d[_0x36311e(0xe3)]--,_0x3af734;}[_0x5ca158(0xe8)](_0x1fb424,_0x4edbbf){const _0x505ee2=_0x5ca158;return!(!this[_0x505ee2(0xdc)](_0x1fb424)||!this[_0x505ee2(0xdc)](_0x4edbbf))&&(_0xcd2635(_0x1fb424[_0x505ee2(0xdf)],_0x4edbbf[_0x505ee2(0xdf)])&&_0xcd2635(_0x1fb424[_0x505ee2(0xf3)],_0x4edbbf[_0x505ee2(0xf3)]));}[_0x5ca158(0xe7)](_0x53d678){const _0x17b3bc=_0x5ca158,_0x56cf4e={'types':[],'buffers':[],'baseVersion':0x0};return this[_0x17b3bc(0xda)][_0x17b3bc(0xe5)](_0x17b3bc(0xdd))[_0x17b3bc(0xe9)](_0x56cf4e,[_0x53d678]),_0x56cf4e[_0x17b3bc(0xe1)][0x0];}[_0x5ca158(0xf0)](_0x501a64){const _0x45ddf3=_0x5ca158,_0x3af1db=[];return this[_0x45ddf3(0xda)][_0x45ddf3(0xe5)](_0x45ddf3(0xdd))[_0x45ddf3(0xeb)](_0x3af1db,_0x501a64),_0x3af1db[0x0];}[_0x5ca158(0xdc)](_0x5cca83){const _0x368b3d=_0x5ca158;return _0x368b3d(0xdd)==_0x5cca83[_0x368b3d(0xed)]&&_0x368b3d(0xee)==_0x5cca83[_0x368b3d(0xf3)][_0x368b3d(0xea)]&&0x1==_0x5cca83[_0x368b3d(0xe3)]&&!_0x5cca83[_0x368b3d(0xe6)];}}
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 _0x540def=_0x547e;(function(_0x2e2314,_0x2c6d24){const _0x269a1b=_0x547e,_0x58922c=_0x2e2314();while(!![]){try{const _0x5040e9=parseInt(_0x269a1b(0x18b))/0x1*(-parseInt(_0x269a1b(0x195))/0x2)+parseInt(_0x269a1b(0x18d))/0x3*(-parseInt(_0x269a1b(0x18f))/0x4)+-parseInt(_0x269a1b(0x1a4))/0x5+-parseInt(_0x269a1b(0x187))/0x6*(-parseInt(_0x269a1b(0x186))/0x7)+parseInt(_0x269a1b(0x19a))/0x8+-parseInt(_0x269a1b(0x188))/0x9*(-parseInt(_0x269a1b(0x197))/0xa)+parseInt(_0x269a1b(0x191))/0xb*(parseInt(_0x269a1b(0x192))/0xc);if(_0x5040e9===_0x2c6d24)break;else _0x58922c['push'](_0x58922c['shift']());}catch(_0x665f6a){_0x58922c['push'](_0x58922c['shift']());}}}(_0x17d3,0x5811e));import _0x140736 from'./actioncompressor.js';function _0x17d3(){const _0x4b283e=['wasUndone','1997963CqnqzL','12HICXFg','compress','value','353180AXOqZR','nodes','76160NTAKSN','attributes','every','5332656ENNFMF','InsertOperation','_checkOperation','_compressSingleOperation','data','substr','buffers','_combineNext','_splitCurrent','length','2116785jicWdX','from','_getCompressorByName','next','_context','_compareOperations','iterator','_compareAttributes','_decompressSingleOperation','3938718inJyTC','6Hehcre','207ZlGDtD','decompress','keys','1dVNgxO','__className','96syRvci','position','78172iWmmEo'];_0x17d3=function(){return _0x4b283e;};return _0x17d3();}import{arePositionsEqual as _0x5c43e3,getPositionShiftedBy as _0x5d006e}from'../utils.js';function _0x547e(_0x30bc19,_0x2b12ba){const _0x17d369=_0x17d3();return _0x547e=function(_0x547e0e,_0xb33ca7){_0x547e0e=_0x547e0e-0x183;let _0x2a45b1=_0x17d369[_0x547e0e];return _0x2a45b1;},_0x547e(_0x30bc19,_0x2b12ba);}import{cloneDeep as _0x1e4f1f}from'lodash-es';export default class m extends _0x140736{[_0x540def(0x1a1)](_0x493593,_0x578272){const _0x524d4f=_0x540def;return _0x578272[_0x524d4f(0x196)][0x0][_0x524d4f(0x19e)]+=_0x493593[_0x524d4f(0x196)][0x0][_0x524d4f(0x19e)],_0x578272;}[_0x540def(0x1a2)](_0x3e8994){const _0x5d42db=_0x540def,_0x7939e1=_0x1e4f1f(_0x3e8994),_0x53acbf=_0x7939e1[_0x5d42db(0x196)][0x0],_0x5767b6=_0x3e8994[_0x5d42db(0x196)][0x0],_0x140d03=_0x5767b6[_0x5d42db(0x19e)][Symbol[_0x5d42db(0x183)]]()[_0x5d42db(0x1a7)]()[_0x5d42db(0x194)],_0x1cfa08=_0x140d03[_0x5d42db(0x1a3)];return _0x53acbf[_0x5d42db(0x19e)]=_0x140d03,_0x5767b6[_0x5d42db(0x19e)]=_0x5767b6[_0x5d42db(0x19e)][_0x5d42db(0x19f)](_0x1cfa08),_0x3e8994[_0x5d42db(0x18e)]=_0x5d006e(_0x3e8994[_0x5d42db(0x18e)],_0x1cfa08),_0x7939e1;}[_0x540def(0x1a9)](_0x1cd1ae,_0x201f91){const _0x46dbf9=_0x540def;if(this[_0x46dbf9(0x19c)](_0x1cd1ae)&&this[_0x46dbf9(0x19c)](_0x201f91)){const _0x350afe=_0x1cd1ae[_0x46dbf9(0x196)][0x0][_0x46dbf9(0x19e)][_0x46dbf9(0x1a3)],_0x3598ee=_0x5c43e3(_0x5d006e(_0x1cd1ae[_0x46dbf9(0x18e)],_0x350afe),_0x201f91[_0x46dbf9(0x18e)]),_0x40decd=_0x1cd1ae[_0x46dbf9(0x196)][0x0],_0x5cfa7f=_0x201f91[_0x46dbf9(0x196)][0x0];return _0x3598ee&&this[_0x46dbf9(0x184)](_0x40decd,_0x5cfa7f);}return!0x1;}[_0x540def(0x19d)](_0xa7d9de){const _0x50b669=_0x540def,_0xd48a0c={'types':[],'buffers':[],'baseVersion':0x0};return this[_0x50b669(0x1a8)][_0x50b669(0x1a6)](_0x50b669(0x19b))[_0x50b669(0x193)](_0xd48a0c,[_0xa7d9de]),_0xd48a0c[_0x50b669(0x1a0)][0x0];}[_0x540def(0x185)](_0xc30f7c){const _0x1f1768=_0x540def,_0x49fe23=[];return this[_0x1f1768(0x1a8)][_0x1f1768(0x1a6)](_0x1f1768(0x19b))[_0x1f1768(0x189)](_0x49fe23,_0xc30f7c),_0x49fe23[0x0];}[_0x540def(0x19c)](_0x350fed){const _0x23d66e=_0x540def;return _0x23d66e(0x19b)==_0x350fed[_0x23d66e(0x18c)]&&0x1==_0x350fed[_0x23d66e(0x196)][_0x23d66e(0x1a3)]&&_0x350fed[_0x23d66e(0x196)][0x0][_0x23d66e(0x19e)]&&!_0x350fed[_0x23d66e(0x190)]&&0x1==Array[_0x23d66e(0x1a5)](_0x350fed[_0x23d66e(0x196)][0x0][_0x23d66e(0x19e)])[_0x23d66e(0x1a3)];}[_0x540def(0x184)](_0x4a5275,_0x3cc1a8){const _0x32fa49=_0x540def,_0x30e8e3=Object[_0x32fa49(0x18a)](_0x4a5275[_0x32fa49(0x198)]||{}),_0x3a345b=Object[_0x32fa49(0x18a)](_0x3cc1a8[_0x32fa49(0x198)]||{});return _0x30e8e3[_0x32fa49(0x1a3)]===_0x3a345b[_0x32fa49(0x1a3)]&&_0x30e8e3[_0x32fa49(0x199)](_0x5ed760=>_0x3cc1a8[_0x32fa49(0x198)][_0x5ed760]&&_0x3cc1a8[_0x32fa49(0x198)][_0x5ed760]===_0x4a5275[_0x32fa49(0x198)][_0x5ed760]);}}
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 _0x3509c4=_0x1cbb;(function(_0x14b4e2,_0x49a2b4){const _0x32f875=_0x1cbb,_0x496998=_0x14b4e2();while(!![]){try{const _0x96950e=parseInt(_0x32f875(0x201))/0x1+-parseInt(_0x32f875(0x20a))/0x2*(parseInt(_0x32f875(0x1f7))/0x3)+parseInt(_0x32f875(0x203))/0x4*(parseInt(_0x32f875(0x204))/0x5)+-parseInt(_0x32f875(0x20f))/0x6*(parseInt(_0x32f875(0x205))/0x7)+-parseInt(_0x32f875(0x20d))/0x8*(-parseInt(_0x32f875(0x210))/0x9)+-parseInt(_0x32f875(0x200))/0xa*(parseInt(_0x32f875(0x20c))/0xb)+-parseInt(_0x32f875(0x202))/0xc;if(_0x96950e===_0x49a2b4)break;else _0x496998['push'](_0x496998['shift']());}catch(_0x1e8cd8){_0x496998['push'](_0x496998['shift']());}}}(_0x3535,0x24684));import _0x418d87 from'./actioncompressor.js';function _0x1cbb(_0x5e80cf,_0x26293a){const _0x3535b9=_0x3535();return _0x1cbb=function(_0x1cbb6a,_0x2d559a){_0x1cbb6a=_0x1cbb6a-0x1ed;let _0x42017c=_0x3535b9[_0x1cbb6a];return _0x42017c;},_0x1cbb(_0x5e80cf,_0x26293a);}import{arePositionsEqual as _0x5cf5d6}from'../utils.js';function _0x3535(){const _0x324f5f=['_compareOperations','_context','MarkerOperation','startsWith','start','user:position:','30DITRNF','285366oTElVc','872832AjKvAL','1576janEjP','920VvLgte','7QiimLc','decompress','push','split','buffers','2jlkvCL','compress','520971GrLLuh','50216ChdIun','__className','455598nhRCMh','351COvbTA','shift','_id','user:','newRange','stickiness','oldRange','name','end','types','_decompressSingleOperation','_compressSingleOperation','488367Cjgjdy','_getCompressorByName','toNone'];_0x3535=function(){return _0x324f5f;};return _0x3535();}import{cloneDeep as _0x4a6702}from'lodash-es';export default class f extends _0x418d87{[_0x3509c4(0x20b)](_0x306422,_0x32be05){const _0x5bd349=_0x3509c4;if(!this[_0x5bd349(0x1fa)](_0x32be05[0x0],_0x32be05[0x1]))return!0x1;const _0x2c7a62=_0x32be05[_0x5bd349(0x211)]();return _0x2c7a62[_0x5bd349(0x1f1)]=null,_0x2c7a62[_0x5bd349(0x1ef)]&&_0x5cf5d6(_0x2c7a62[_0x5bd349(0x1ef)][_0x5bd349(0x1fe)],_0x2c7a62[_0x5bd349(0x1ef)][_0x5bd349(0x1f3)])&&(_0x2c7a62[_0x5bd349(0x1ef)][_0x5bd349(0x1f3)]=null),_0x32be05[_0x5bd349(0x211)](),_0x306422[_0x5bd349(0x1f4)][_0x5bd349(0x207)](this[_0x5bd349(0x1ed)]),_0x306422[_0x5bd349(0x1f4)][_0x5bd349(0x207)](0x0),_0x306422[_0x5bd349(0x209)][_0x5bd349(0x207)](this[_0x5bd349(0x1f6)](_0x2c7a62)),!0x0;}[_0x3509c4(0x206)](_0x54c340,_0x2b1261){const _0x1e87e2=_0x3509c4,_0x384a61=this[_0x1e87e2(0x1f5)](_0x2b1261);_0x384a61[_0x1e87e2(0x1ef)]&&!_0x384a61[_0x1e87e2(0x1ef)][_0x1e87e2(0x1f3)]&&(_0x384a61[_0x1e87e2(0x1ef)][_0x1e87e2(0x1f3)]=_0x4a6702(_0x384a61[_0x1e87e2(0x1ef)][_0x1e87e2(0x1fe)]));const _0x85713d=_0x4a6702(_0x384a61);_0x85713d[_0x1e87e2(0x1ef)]&&(_0x85713d[_0x1e87e2(0x1ef)][_0x1e87e2(0x1fe)][_0x1e87e2(0x1f0)]=_0x1e87e2(0x1f9),_0x85713d[_0x1e87e2(0x1ef)][_0x1e87e2(0x1f3)]=_0x4a6702(_0x85713d[_0x1e87e2(0x1ef)][_0x1e87e2(0x1fe)])),_0x85713d[_0x1e87e2(0x1f2)]=_0x1e87e2(0x1ff)+_0x85713d[_0x1e87e2(0x1f2)][_0x1e87e2(0x208)](':')[0x2],_0x2b1261[_0x1e87e2(0x1f4)][_0x1e87e2(0x211)](),_0x54c340[_0x1e87e2(0x207)](_0x384a61),_0x54c340[_0x1e87e2(0x207)](_0x85713d);}[_0x3509c4(0x1f6)](_0xeb6dc5){const _0x26a356=_0x3509c4,_0x572cda={'types':[],'buffers':[],'baseVersion':0x0};return this[_0x26a356(0x1fb)][_0x26a356(0x1f8)](_0x26a356(0x1fc))[_0x26a356(0x20b)](_0x572cda,[_0xeb6dc5]),_0x572cda[_0x26a356(0x209)][0x0];}[_0x3509c4(0x1f5)](_0x4c6617){const _0x51aa13=_0x3509c4,_0x31cb12=[];return this[_0x51aa13(0x1fb)][_0x51aa13(0x1f8)](_0x51aa13(0x1fc))[_0x51aa13(0x206)](_0x31cb12,_0x4c6617),_0x31cb12[0x0];}[_0x3509c4(0x1fa)](_0x403c25,_0x2de082){const _0x1c253f=_0x3509c4;return!(!_0x403c25||!_0x2de082)&&(_0x1c253f(0x1fc)==_0x403c25[_0x1c253f(0x20e)]&&_0x1c253f(0x1fc)==_0x2de082[_0x1c253f(0x20e)]&&!(!_0x403c25[_0x1c253f(0x1f2)][_0x1c253f(0x1fd)](_0x1c253f(0x1ee))||!_0x2de082[_0x1c253f(0x1f2)][_0x1c253f(0x1fd)](_0x1c253f(0x1ee))||_0x403c25[_0x1c253f(0x1f2)]==_0x2de082[_0x1c253f(0x1f2)]));}}
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 _0x117fdf=_0x5617;function _0x5617(_0x3a5892,_0x1c92e9){const _0x3e4b2a=_0x3e4b();return _0x5617=function(_0x5617d4,_0x4873d2){_0x5617d4=_0x5617d4-0xda;let _0x19aed7=_0x3e4b2a[_0x5617d4];return _0x19aed7;},_0x5617(_0x3a5892,_0x1c92e9);}(function(_0x96b624,_0x2777a6){const _0x6075b1=_0x5617,_0x2f8d57=_0x96b624();while(!![]){try{const _0x46bb05=-parseInt(_0x6075b1(0xe9))/0x1+-parseInt(_0x6075b1(0xf7))/0x2*(-parseInt(_0x6075b1(0xf0))/0x3)+parseInt(_0x6075b1(0xdb))/0x4*(-parseInt(_0x6075b1(0x107))/0x5)+-parseInt(_0x6075b1(0xe3))/0x6+-parseInt(_0x6075b1(0x105))/0x7*(parseInt(_0x6075b1(0x108))/0x8)+-parseInt(_0x6075b1(0xeb))/0x9*(-parseInt(_0x6075b1(0xda))/0xa)+parseInt(_0x6075b1(0xf6))/0xb;if(_0x46bb05===_0x2777a6)break;else _0x2f8d57['push'](_0x2f8d57['shift']());}catch(_0x3d550e){_0x2f8d57['push'](_0x2f8d57['shift']());}}}(_0x3e4b,0x582e4));import{CKEditorError as _0x2bf616}from'ckeditor5/src/utils.js';import _0xb643a7 from'./protobuffactory.js';import _0x23c882 from'./operationcompressor/operationcompressor.js';import _0x4bd638 from'./operationcompressor/attributeoperationcompressor.js';import _0x2da9c4 from'./operationcompressor/insertoperationcompressor.js';import _0x14ee0d from'./operationcompressor/markeroperationcompressor.js';import _0x4091dd from'./operationcompressor/nooperationcompressor.js';import _0x541e0f from'./operationcompressor/annotationmarkeroperationcompressor.js';import _0x3d4b4d from'./actioncompressor/typingactioncompressor.js';import _0x50b047 from'./actioncompressor/deletingactioncompressor.js';import _0x52f64f from'./actioncompressor/forwarddeletingactioncompressor.js';import _0xc3c91e from'./actioncompressor/userselectionactioncompressor.js';function _0x3e4b(){const _0xe2bdc0=['284566DiEfQY','NoOperation','9PoWAEa','TypingAction','InsertOperation','__className','get','1504038WgxqKm','length','_registerCompressor','SuggestionMarkerOperation','SplitOperation','_compressorById','9255862nzowCX','2dBpHYq','MoveOperation','suggestion','comment','_compressorByName','_registerOperationCompressor','_getCompressorByName','compress','forEach','no-operations-provided','_protobufFactory','AttributeOperation','decompress','MergeOperation','680351tRJVuY','RootAttributeOperation','945730fQdQVE','8XDpOuQ','988930fdbhHI','8NSenDo','_registerActionCompressor','types','UserSelectionAction','baseVersion','ForwardDeletingAction','RootOperation','getDescriptor','1922652lTXUos','MarkerOperation','CommentMarkerOperation','set','RenameOperation','DeletingAction'];_0x3e4b=function(){return _0xe2bdc0;};return _0x3e4b();}export default class g{constructor(){const _0x59b76c=_0x5617;this[_0x59b76c(0xf5)]=new Map(),this[_0x59b76c(0xfb)]=new Map(),this[_0x59b76c(0x101)]=new _0xb643a7();const _0x2628c4=this[_0x59b76c(0x101)][_0x59b76c(0xe2)](_0x59b76c(0xe4));this[_0x59b76c(0xf2)](0x1,_0x59b76c(0xea),new _0x4091dd(0x1,_0x59b76c(0xea),void 0x0)),this[_0x59b76c(0xfc)](0xa,_0x59b76c(0x102),_0x4bd638),this[_0x59b76c(0xfc)](0xb,_0x59b76c(0xed),_0x2da9c4),this[_0x59b76c(0xfc)](0xc,_0x59b76c(0xe4),_0x14ee0d),this[_0x59b76c(0xfc)](0xd,_0x59b76c(0x104),_0x23c882),this[_0x59b76c(0xfc)](0xe,_0x59b76c(0xf8),_0x23c882),this[_0x59b76c(0xfc)](0xf,_0x59b76c(0xe7),_0x23c882),this[_0x59b76c(0xfc)](0x10,_0x59b76c(0x106),_0x4bd638),this[_0x59b76c(0xfc)](0x11,_0x59b76c(0xf4),_0x23c882),this[_0x59b76c(0xf2)](0x12,_0x59b76c(0xe5),new _0x541e0f(0x12,_0x59b76c(0xe4),_0x2628c4,_0x59b76c(0xfa))),this[_0x59b76c(0xf2)](0x13,_0x59b76c(0xf3),new _0x541e0f(0x13,_0x59b76c(0xe4),_0x2628c4,_0x59b76c(0xf9))),this[_0x59b76c(0xfc)](0x14,_0x59b76c(0xe1),_0x23c882),this[_0x59b76c(0xdc)](0x64,_0x59b76c(0xec),_0x3d4b4d),this[_0x59b76c(0xdc)](0x65,_0x59b76c(0xe8),_0x50b047),this[_0x59b76c(0xdc)](0x66,_0x59b76c(0xe0),_0x52f64f),this[_0x59b76c(0xdc)](0x67,_0x59b76c(0xde),_0xc3c91e);}[_0x117fdf(0xfe)](_0x423b29){const _0xf06f0a=_0x117fdf;if(!_0x423b29||!_0x423b29[0x0])throw new _0x2bf616(_0xf06f0a(0x100),this);const _0x1cb176={'types':[],'buffers':[],'baseVersion':_0x423b29[0x0][_0xf06f0a(0xdf)]};for(;_0x423b29[_0xf06f0a(0xf1)];)this[_0xf06f0a(0xfd)](_0xf06f0a(0xde))[_0xf06f0a(0xfe)](_0x1cb176,_0x423b29)||this[_0xf06f0a(0xfd)](_0xf06f0a(0xec))[_0xf06f0a(0xfe)](_0x1cb176,_0x423b29)||this[_0xf06f0a(0xfd)](_0xf06f0a(0xe8))[_0xf06f0a(0xfe)](_0x1cb176,_0x423b29)||this[_0xf06f0a(0xfd)](_0xf06f0a(0xe0))[_0xf06f0a(0xfe)](_0x1cb176,_0x423b29)||this[_0xf06f0a(0xfd)](_0xf06f0a(0xe5))[_0xf06f0a(0xfe)](_0x1cb176,_0x423b29)||this[_0xf06f0a(0xfd)](_0xf06f0a(0xf3))[_0xf06f0a(0xfe)](_0x1cb176,_0x423b29)||this[_0xf06f0a(0xfd)](_0x423b29[0x0][_0xf06f0a(0xee)])[_0xf06f0a(0xfe)](_0x1cb176,_0x423b29);return _0x1cb176;}[_0x117fdf(0x103)](_0x516d49){const _0x24c5c8=_0x117fdf,_0x5f18a5=[];for(;_0x516d49[_0x24c5c8(0xdd)][_0x24c5c8(0xf1)];){this[_0x24c5c8(0xf5)][_0x24c5c8(0xef)](_0x516d49[_0x24c5c8(0xdd)][0x0])[_0x24c5c8(0x103)](_0x5f18a5,_0x516d49);}return _0x5f18a5[_0x24c5c8(0xff)]((_0x1c0ca4,_0x327efa)=>_0x1c0ca4[_0x24c5c8(0xdf)]=_0x516d49[_0x24c5c8(0xdf)]+_0x327efa),_0x5f18a5;}[_0x117fdf(0xfd)](_0x52509f){const _0x4aaf05=_0x117fdf;return this[_0x4aaf05(0xfb)][_0x4aaf05(0xef)](_0x52509f);}[_0x117fdf(0xfc)](_0x1733ff,_0x2ab40e,_0x399e15){const _0x2adb06=_0x117fdf,_0x286c2c=new _0x399e15(_0x1733ff,_0x2ab40e,this[_0x2adb06(0x101)][_0x2adb06(0xe2)](_0x2ab40e));this[_0x2adb06(0xf2)](_0x1733ff,_0x2ab40e,_0x286c2c);}[_0x117fdf(0xdc)](_0x5016a9,_0x3e11b7,_0x27106e){const _0x11bdd8=_0x117fdf,_0x40bf45=new _0x27106e(_0x5016a9,this);this[_0x11bdd8(0xf2)](_0x5016a9,_0x3e11b7,_0x40bf45);}[_0x117fdf(0xf2)](_0x2bd4e1,_0x588915,_0x234446){const _0x45e4b9=_0x117fdf;this[_0x45e4b9(0xf5)][_0x45e4b9(0xe6)](_0x2bd4e1,_0x234446),this[_0x45e4b9(0xfb)][_0x45e4b9(0xe6)](_0x588915,_0x234446);}}
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(_0x43fa67,_0x82666b){var _0x572a3d=_0x426e,_0x560c76=_0x43fa67();while(!![]){try{var _0x447db5=-parseInt(_0x572a3d(0xd3))/0x1+-parseInt(_0x572a3d(0xd0))/0x2*(parseInt(_0x572a3d(0xcd))/0x3)+-parseInt(_0x572a3d(0xd2))/0x4*(-parseInt(_0x572a3d(0xcf))/0x5)+parseInt(_0x572a3d(0xd7))/0x6*(-parseInt(_0x572a3d(0xd5))/0x7)+-parseInt(_0x572a3d(0xd6))/0x8*(parseInt(_0x572a3d(0xce))/0x9)+parseInt(_0x572a3d(0xd1))/0xa+parseInt(_0x572a3d(0xd4))/0xb;if(_0x447db5===_0x82666b)break;else _0x560c76['push'](_0x560c76['shift']());}catch(_0x543d7a){_0x560c76['push'](_0x560c76['shift']());}}}(_0x2e24,0x4e5ef));function _0x426e(_0x737be7,_0x53b294){var _0x2e24b8=_0x2e24();return _0x426e=function(_0x426e00,_0x1d9346){_0x426e00=_0x426e00-0xcd;var _0x29744b=_0x2e24b8[_0x426e00];return _0x29744b;},_0x426e(_0x737be7,_0x53b294);}function _0x2e24(){var _0x3b4aeb=['6FSjDyR','337023juRqwQ','9paOZAh','965zqFgDZ','10SYvtTB','4877990cwYUJk','3772ezqNnY','625576UMfIkH','11582461utXrhn','141386avNHsj','1554104iYLKGN'];_0x2e24=function(){return _0x3b4aeb;};return _0x2e24();}export{default as Compressor}from'./compressor.js';
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();}