@ckeditor/ckeditor5-operations-compressor 38.2.0-alpha.0 → 39.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. package/README.md +0 -1
  2. package/package.json +4 -4
  3. package/src/actioncompressor/actioncompressor.d.ts +4 -0
  4. package/src/actioncompressor/actioncompressor.js +2 -2
  5. package/src/actioncompressor/deletingactioncompressor.d.ts +4 -0
  6. package/src/actioncompressor/deletingactioncompressor.js +2 -2
  7. package/src/actioncompressor/forwarddeletingactioncompressor.d.ts +4 -0
  8. package/src/actioncompressor/forwarddeletingactioncompressor.js +2 -2
  9. package/src/actioncompressor/typingactioncompressor.d.ts +4 -0
  10. package/src/actioncompressor/typingactioncompressor.js +2 -2
  11. package/src/actioncompressor/userselectionactioncompressor.d.ts +4 -0
  12. package/src/actioncompressor/userselectionactioncompressor.js +2 -2
  13. package/src/compressor.d.ts +4 -0
  14. package/src/compressor.js +2 -2
  15. package/src/lib/compiledmessages.js +2 -2
  16. package/src/operationcompressor/annotationmarkeroperationcompressor.d.ts +4 -0
  17. package/src/operationcompressor/annotationmarkeroperationcompressor.js +2 -2
  18. package/src/operationcompressor/attributeoperationcompressor.d.ts +4 -0
  19. package/src/operationcompressor/attributeoperationcompressor.js +2 -2
  20. package/src/operationcompressor/insertoperationcompressor.d.ts +4 -0
  21. package/src/operationcompressor/insertoperationcompressor.js +2 -2
  22. package/src/operationcompressor/markeroperationcompressor.d.ts +4 -0
  23. package/src/operationcompressor/markeroperationcompressor.js +2 -2
  24. package/src/operationcompressor/nooperationcompressor.d.ts +4 -0
  25. package/src/operationcompressor/nooperationcompressor.js +2 -2
  26. package/src/operationcompressor/operationcompressor.d.ts +4 -0
  27. package/src/operationcompressor/operationcompressor.js +2 -2
  28. package/src/protobufdescriptions.d.ts +2 -10
  29. package/src/protobufdescriptions.js +2 -2
  30. package/src/protobuffactory.d.ts +4 -0
  31. package/src/protobuffactory.js +2 -2
  32. package/src/utils.d.ts +4 -0
  33. package/src/utils.js +2 -2
package/README.md CHANGED
@@ -1,7 +1,6 @@
1
1
  # CKEditor 5 operations compressor
2
2
 
3
3
  [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-operations-compressor.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-operations-compressor)
4
- ![Dependency Status](https://img.shields.io/librariesio/release/npm/@ckeditor/ckeditor5-operations-compressor)
5
4
 
6
5
  CKEditor 5 operations compressor is a low-level API that compresses and decompresses operations to a normalized binary format in order to decrease network usage during real-time collaborative editing. It is required by the [CKEditor 5 real-time collaborative editing](https://ckeditor.com/collaboration/real-time/) feature to enable collaboration in [CKEditor 5](https://ckeditor.com/ckeditor-5/).
7
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-operations-compressor",
3
- "version": "38.2.0-alpha.0",
3
+ "version": "39.0.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/",
@@ -30,9 +30,9 @@
30
30
  "url": "https://support.ckeditor.com/hc/en-us/requests/new"
31
31
  },
32
32
  "dependencies": {
33
- "ckeditor5": "38.2.0-alpha.0",
34
- "lodash-es": "^4.17.11",
35
- "protobufjs": "^7.0.0"
33
+ "ckeditor5": "39.0.0",
34
+ "lodash-es": "4.17.21",
35
+ "protobufjs": "7.2.4"
36
36
  },
37
37
  "engines": {
38
38
  "node": ">=16.0.0",
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
1
5
  import type { CompressedOperationsData, default as Compressor } from '../compressor';
2
6
  /**
3
7
  * * Compresses and decompresses multiple operations into the one buffer.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2112=['_compressSingleOperation','compress','push','shift','_combineNext','_decompressSingleOperation','types','length','_id','_context','decompress','_splitCurrent','_compareOperations'];(function(_0x1760e2,_0x2112f5){const _0x215f8c=function(_0x24cae4){while(--_0x24cae4){_0x1760e2['push'](_0x1760e2['shift']());}};_0x215f8c(++_0x2112f5);}(_0x2112,0xc6));const _0x215f=function(_0x1760e2,_0x2112f5){_0x1760e2=_0x1760e2-0x0;let _0x215f8c=_0x2112[_0x1760e2];return _0x215f8c;};import{cloneDeep as _0x491780}from'lodash-es';export default class b{constructor(_0xba7b58,_0x3daf72){this[_0x215f('0x5')]=_0xba7b58,this[_0x215f('0x6')]=_0x3daf72;}[_0x215f('0xb')](_0x1dddaa,_0x21b442){let _0xb3f439;for(;_0x21b442[_0x215f('0x4')]>0x1&&this[_0x215f('0x9')](_0x21b442[0x0],_0x21b442[0x1]);)_0xb3f439?(_0xb3f439=this[_0x215f('0x1')](_0x21b442[_0x215f('0x0')](),_0xb3f439),_0x1dddaa[_0x215f('0x3')][_0x215f('0xc')](0x0)):(_0xb3f439=_0x491780(_0x21b442[_0x215f('0x0')]()),_0x1dddaa[_0x215f('0x3')][_0x215f('0xc')](this['_id']));return!!_0xb3f439&&(_0xb3f439=this[_0x215f('0x1')](_0x21b442['shift'](),_0xb3f439),_0x1dddaa[_0x215f('0x3')]['push'](0x0),_0x1dddaa['buffers'][_0x215f('0xc')](this[_0x215f('0xa')](_0xb3f439)),!0x0);}[_0x215f('0x7')](_0x4925ba,_0x58894c){const _0x47ef71=this[_0x215f('0x2')](_0x58894c);for(;0x0==_0x58894c[_0x215f('0x3')][0x0];)_0x58894c[_0x215f('0x3')]['shift'](),_0x4925ba[_0x215f('0xc')](this[_0x215f('0x8')](_0x47ef71));_0x4925ba[_0x215f('0xc')](_0x47ef71);}}
23
+ const _0x3541=['_compressSingleOperation','buffers','_decompressSingleOperation','_context','_combineNext','types','shift','length','_id','push','decompress','_compareOperations'];(function(_0x1dd4c8,_0x354135){const _0x332841=function(_0x2b06c7){while(--_0x2b06c7){_0x1dd4c8['push'](_0x1dd4c8['shift']());}};_0x332841(++_0x354135);}(_0x3541,0xe1));const _0x3328=function(_0x1dd4c8,_0x354135){_0x1dd4c8=_0x1dd4c8-0x0;let _0x332841=_0x3541[_0x1dd4c8];return _0x332841;};import{cloneDeep as _0x311edf}from'lodash-es';export default class b{constructor(_0x85c9b7,_0x355272){this[_0x3328('0xb')]=_0x85c9b7,this[_0x3328('0x6')]=_0x355272;}['compress'](_0x5e0261,_0x44df5b){let _0x3db5d2;for(;_0x44df5b[_0x3328('0xa')]>0x1&&this[_0x3328('0x2')](_0x44df5b[0x0],_0x44df5b[0x1]);)_0x3db5d2?(_0x3db5d2=this['_combineNext'](_0x44df5b[_0x3328('0x9')](),_0x3db5d2),_0x5e0261[_0x3328('0x8')]['push'](0x0)):(_0x3db5d2=_0x311edf(_0x44df5b['shift']()),_0x5e0261[_0x3328('0x8')][_0x3328('0x0')](this[_0x3328('0xb')]));return!!_0x3db5d2&&(_0x3db5d2=this[_0x3328('0x7')](_0x44df5b['shift'](),_0x3db5d2),_0x5e0261[_0x3328('0x8')]['push'](0x0),_0x5e0261[_0x3328('0x4')][_0x3328('0x0')](this[_0x3328('0x3')](_0x3db5d2)),!0x0);}[_0x3328('0x1')](_0x3673e0,_0x29f7a2){const _0x295e84=this[_0x3328('0x5')](_0x29f7a2);for(;0x0==_0x29f7a2[_0x3328('0x8')][0x0];)_0x29f7a2[_0x3328('0x8')]['shift'](),_0x3673e0[_0x3328('0x0')](this['_splitCurrent'](_0x295e84));_0x3673e0[_0x3328('0x0')](_0x295e84);}}
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
1
5
  import ActionCompressor from './actioncompressor';
2
6
  import type { CompressedOperationsData } from '../compressor';
3
7
  export default class DeletingActionCompressor extends ActionCompressor {
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4d90=['wasUndone','targetPosition','_checkOperation','compress','_combineNext','howMany','_getCompressorByName','__className','decompress','sourcePosition','_splitCurrent','MoveOperation','_compareOperations','_context'];(function(_0x44e9f0,_0x4d90fc){const _0x1448f6=function(_0x45f519){while(--_0x45f519){_0x44e9f0['push'](_0x44e9f0['shift']());}};_0x1448f6(++_0x4d90fc);}(_0x4d90,0x185));const _0x1448=function(_0x44e9f0,_0x4d90fc){_0x44e9f0=_0x44e9f0-0x0;let _0x1448f6=_0x4d90[_0x44e9f0];return _0x1448f6;};import _0x4e27fe from'./actioncompressor';import{arePositionsEqual as _0x359a99,getPositionShiftedBy as _0x5cc1b1}from'../utils';import{cloneDeep as _0x1293c6}from'lodash-es';export default class c extends _0x4e27fe{[_0x1448('0x7')](_0x2a2a42,_0x30ea1c){return _0x30ea1c[_0x1448('0x8')]++,_0x30ea1c['sourcePosition']=_0x1293c6(_0x2a2a42['sourcePosition']),_0x30ea1c;}[_0x1448('0xd')](_0xa90c70){const _0x463750=_0x1293c6(_0xa90c70);return _0xa90c70['howMany']--,_0x463750[_0x1448('0x8')]=0x1,_0x463750[_0x1448('0xc')]=_0x5cc1b1(_0x463750[_0x1448('0xc')],_0xa90c70[_0x1448('0x8')]),_0x463750;}[_0x1448('0x1')](_0x241a6f,_0x12e4eb){return!(!this[_0x1448('0x5')](_0x241a6f)||!this['_checkOperation'](_0x12e4eb))&&(_0x359a99(_0x5cc1b1(_0x241a6f[_0x1448('0xc')],-0x1),_0x12e4eb[_0x1448('0xc')])&&_0x359a99(_0x241a6f[_0x1448('0x4')],_0x12e4eb['targetPosition']));}['_compressSingleOperation'](_0x76bf30){const _0x425c33={'types':[],'buffers':[],'baseVersion':0x0};return this[_0x1448('0x2')][_0x1448('0x9')]('MoveOperation')[_0x1448('0x6')](_0x425c33,[_0x76bf30]),_0x425c33['buffers'][0x0];}['_decompressSingleOperation'](_0x4cf7dd){const _0x1a558f=[];return this['_context']['_getCompressorByName'](_0x1448('0x0'))[_0x1448('0xb')](_0x1a558f,_0x4cf7dd),_0x1a558f[0x0];}[_0x1448('0x5')](_0x40bb2b){return _0x1448('0x0')==_0x40bb2b[_0x1448('0xa')]&&'$graveyard'==_0x40bb2b[_0x1448('0x4')]['root']&&0x1==_0x40bb2b[_0x1448('0x8')]&&!_0x40bb2b[_0x1448('0x3')];}}
23
+ const _0x44fb=['MoveOperation','compress','targetPosition','decompress','_combineNext','_getCompressorByName','_compressSingleOperation','howMany','_checkOperation','_context','sourcePosition','wasUndone','_decompressSingleOperation','_splitCurrent'];(function(_0x5a1629,_0x44fba8){const _0x497324=function(_0x59f6e5){while(--_0x59f6e5){_0x5a1629['push'](_0x5a1629['shift']());}};_0x497324(++_0x44fba8);}(_0x44fb,0x1de));const _0x4973=function(_0x5a1629,_0x44fba8){_0x5a1629=_0x5a1629-0x0;let _0x497324=_0x44fb[_0x5a1629];return _0x497324;};import _0x5c028d from'./actioncompressor';import{arePositionsEqual as _0x51a062,getPositionShiftedBy as _0x392a9d}from'../utils';import{cloneDeep as _0x5797c7}from'lodash-es';export default class c extends _0x5c028d{[_0x4973('0x2')](_0x55bbc0,_0x28105a){return _0x28105a['howMany']++,_0x28105a['sourcePosition']=_0x5797c7(_0x55bbc0['sourcePosition']),_0x28105a;}[_0x4973('0xb')](_0x1cacae){const _0x380caa=_0x5797c7(_0x1cacae);return _0x1cacae['howMany']--,_0x380caa[_0x4973('0x5')]=0x1,_0x380caa[_0x4973('0x8')]=_0x392a9d(_0x380caa['sourcePosition'],_0x1cacae['howMany']),_0x380caa;}['_compareOperations'](_0x3ad8df,_0x3eef03){return!(!this[_0x4973('0x6')](_0x3ad8df)||!this['_checkOperation'](_0x3eef03))&&(_0x51a062(_0x392a9d(_0x3ad8df[_0x4973('0x8')],-0x1),_0x3eef03[_0x4973('0x8')])&&_0x51a062(_0x3ad8df['targetPosition'],_0x3eef03['targetPosition']));}[_0x4973('0x4')](_0x349610){const _0x2a914b={'types':[],'buffers':[],'baseVersion':0x0};return this[_0x4973('0x7')][_0x4973('0x3')](_0x4973('0xc'))[_0x4973('0xd')](_0x2a914b,[_0x349610]),_0x2a914b['buffers'][0x0];}[_0x4973('0xa')](_0x59bc0e){const _0x3df65d=[];return this[_0x4973('0x7')]['_getCompressorByName'](_0x4973('0xc'))[_0x4973('0x1')](_0x3df65d,_0x59bc0e),_0x3df65d[0x0];}['_checkOperation'](_0x511dad){return _0x4973('0xc')==_0x511dad['__className']&&'$graveyard'==_0x511dad[_0x4973('0x0')]['root']&&0x1==_0x511dad[_0x4973('0x5')]&&!_0x511dad[_0x4973('0x9')];}}
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
1
5
  import ActionCompressor from './actioncompressor';
2
6
  import type { CompressedOperationsData } from '../compressor';
3
7
  export default class ForwardDeletingActionCompressor extends ActionCompressor {
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x19d2=['decompress','targetPosition','wasUndone','howMany','root','$graveyard','_splitCurrent','_compressSingleOperation','_checkOperation','_combineNext','__className','sourcePosition','buffers','_decompressSingleOperation','_context','_getCompressorByName','MoveOperation','_compareOperations'];(function(_0xc2128b,_0x19d25d){const _0x26e43d=function(_0x4ee3fe){while(--_0x4ee3fe){_0xc2128b['push'](_0xc2128b['shift']());}};_0x26e43d(++_0x19d25d);}(_0x19d2,0x96));const _0x26e4=function(_0xc2128b,_0x19d25d){_0xc2128b=_0xc2128b-0x0;let _0x26e43d=_0x19d2[_0xc2128b];return _0x26e43d;};import _0x495a15 from'./actioncompressor';import{arePositionsEqual as _0x43da2d}from'../utils';import{cloneDeep as _0x4efe55}from'lodash-es';export default class h extends _0x495a15{[_0x26e4('0x3')](_0x5142de,_0x1d3844){return _0x1d3844[_0x26e4('0xf')]++,_0x1d3844;}[_0x26e4('0x0')](_0x233af2){const _0x40fe32=_0x4efe55(_0x233af2);return _0x40fe32['howMany']=0x1,_0x233af2['howMany']--,_0x40fe32;}[_0x26e4('0xb')](_0x243fed,_0x40ca6f){return!(!this[_0x26e4('0x2')](_0x243fed)||!this['_checkOperation'](_0x40ca6f))&&(_0x43da2d(_0x243fed['sourcePosition'],_0x40ca6f[_0x26e4('0x5')])&&_0x43da2d(_0x243fed['targetPosition'],_0x40ca6f[_0x26e4('0xd')]));}[_0x26e4('0x1')](_0x54dd19){const _0x164526={'types':[],'buffers':[],'baseVersion':0x0};return this[_0x26e4('0x8')]['_getCompressorByName']('MoveOperation')['compress'](_0x164526,[_0x54dd19]),_0x164526[_0x26e4('0x6')][0x0];}[_0x26e4('0x7')](_0x16ba46){const _0x1783fb=[];return this[_0x26e4('0x8')][_0x26e4('0x9')]('MoveOperation')[_0x26e4('0xc')](_0x1783fb,_0x16ba46),_0x1783fb[0x0];}[_0x26e4('0x2')](_0x7ac061){return _0x26e4('0xa')==_0x7ac061[_0x26e4('0x4')]&&_0x26e4('0x11')==_0x7ac061[_0x26e4('0xd')][_0x26e4('0x10')]&&0x1==_0x7ac061[_0x26e4('0xf')]&&!_0x7ac061[_0x26e4('0xe')];}}
23
+ const _0x1ac9=['howMany','buffers','_getCompressorByName','_checkOperation','compress','$graveyard','__className','wasUndone','root','_context','targetPosition','MoveOperation','_splitCurrent','sourcePosition'];(function(_0x36f995,_0x1ac99b){const _0x3e14b4=function(_0x43c5ed){while(--_0x43c5ed){_0x36f995['push'](_0x36f995['shift']());}};_0x3e14b4(++_0x1ac99b);}(_0x1ac9,0x14b));const _0x3e14=function(_0x36f995,_0x1ac99b){_0x36f995=_0x36f995-0x0;let _0x3e14b4=_0x1ac9[_0x36f995];return _0x3e14b4;};import _0x3adc66 from'./actioncompressor';import{arePositionsEqual as _0x3af255}from'../utils';import{cloneDeep as _0xc9796d}from'lodash-es';export default class h extends _0x3adc66{['_combineNext'](_0x2cc298,_0x307658){return _0x307658[_0x3e14('0x5')]++,_0x307658;}[_0x3e14('0x3')](_0x317cfa){const _0x5e6885=_0xc9796d(_0x317cfa);return _0x5e6885['howMany']=0x1,_0x317cfa[_0x3e14('0x5')]--,_0x5e6885;}['_compareOperations'](_0x5a873e,_0x73f4b4){return!(!this[_0x3e14('0x8')](_0x5a873e)||!this[_0x3e14('0x8')](_0x73f4b4))&&(_0x3af255(_0x5a873e[_0x3e14('0x4')],_0x73f4b4[_0x3e14('0x4')])&&_0x3af255(_0x5a873e[_0x3e14('0x1')],_0x73f4b4['targetPosition']));}['_compressSingleOperation'](_0x71c628){const _0x41b426={'types':[],'buffers':[],'baseVersion':0x0};return this[_0x3e14('0x0')]['_getCompressorByName'](_0x3e14('0x2'))[_0x3e14('0x9')](_0x41b426,[_0x71c628]),_0x41b426[_0x3e14('0x6')][0x0];}['_decompressSingleOperation'](_0x5a6a3d){const _0xfaaaf1=[];return this[_0x3e14('0x0')][_0x3e14('0x7')]('MoveOperation')['decompress'](_0xfaaaf1,_0x5a6a3d),_0xfaaaf1[0x0];}[_0x3e14('0x8')](_0x2858a5){return _0x3e14('0x2')==_0x2858a5[_0x3e14('0xb')]&&_0x3e14('0xa')==_0x2858a5[_0x3e14('0x1')][_0x3e14('0xd')]&&0x1==_0x2858a5['howMany']&&!_0x2858a5[_0x3e14('0xc')];}}
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
1
5
  import ActionCompressor from './actioncompressor';
2
6
  import type { CompressedOperationsData } from '../compressor';
3
7
  export default class TypingActionCompressor extends ActionCompressor {
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x54bd=['data','_decompressSingleOperation','_compareAttributes','substr','_compareOperations','from','wasUndone','_getCompressorByName','position','attributes','_splitCurrent','value','iterator','_context','_checkOperation','__className','InsertOperation','nodes','length','keys'];(function(_0x41b232,_0x54bd55){const _0x3bc387=function(_0x42787f){while(--_0x42787f){_0x41b232['push'](_0x41b232['shift']());}};_0x3bc387(++_0x54bd55);}(_0x54bd,0x178));const _0x3bc3=function(_0x41b232,_0x54bd55){_0x41b232=_0x41b232-0x0;let _0x3bc387=_0x54bd[_0x41b232];return _0x3bc387;};import _0x511a4d from'./actioncompressor';import{arePositionsEqual as _0x15870b,getPositionShiftedBy as _0xc6a000}from'../utils';import{cloneDeep as _0x4254ae}from'lodash-es';export default class m extends _0x511a4d{['_combineNext'](_0x44072c,_0x10b36c){return _0x10b36c[_0x3bc3('0x1')][0x0]['data']+=_0x44072c['nodes'][0x0]['data'],_0x10b36c;}[_0x3bc3('0xe')](_0x1164da){const _0x1c476f=_0x4254ae(_0x1164da),_0x10eb02=_0x1c476f['nodes'][0x0],_0x544f7e=_0x1164da[_0x3bc3('0x1')][0x0],_0x5d9d4e=_0x544f7e[_0x3bc3('0x4')][Symbol[_0x3bc3('0x10')]]()['next']()[_0x3bc3('0xf')],_0x32334a=_0x5d9d4e[_0x3bc3('0x2')];return _0x10eb02[_0x3bc3('0x4')]=_0x5d9d4e,_0x544f7e['data']=_0x544f7e['data'][_0x3bc3('0x7')](_0x32334a),_0x1164da[_0x3bc3('0xc')]=_0xc6a000(_0x1164da[_0x3bc3('0xc')],_0x32334a),_0x1c476f;}[_0x3bc3('0x8')](_0x378768,_0x36b894){if(this[_0x3bc3('0x12')](_0x378768)&&this[_0x3bc3('0x12')](_0x36b894)){const _0x564d63=_0x378768[_0x3bc3('0x1')][0x0][_0x3bc3('0x4')]['length'],_0x123252=_0x15870b(_0xc6a000(_0x378768[_0x3bc3('0xc')],_0x564d63),_0x36b894[_0x3bc3('0xc')]),_0x4eb632=_0x378768[_0x3bc3('0x1')][0x0],_0x18ae73=_0x36b894['nodes'][0x0];return _0x123252&&this[_0x3bc3('0x6')](_0x4eb632,_0x18ae73);}return!0x1;}['_compressSingleOperation'](_0x5282af){const _0x17d0f1={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('InsertOperation')['compress'](_0x17d0f1,[_0x5282af]),_0x17d0f1['buffers'][0x0];}[_0x3bc3('0x5')](_0x40a083){const _0x446442=[];return this[_0x3bc3('0x11')][_0x3bc3('0xb')](_0x3bc3('0x0'))['decompress'](_0x446442,_0x40a083),_0x446442[0x0];}['_checkOperation'](_0x5938e7){return'InsertOperation'==_0x5938e7[_0x3bc3('0x13')]&&0x1==_0x5938e7['nodes'][_0x3bc3('0x2')]&&_0x5938e7['nodes'][0x0][_0x3bc3('0x4')]&&!_0x5938e7[_0x3bc3('0xa')]&&0x1==Array[_0x3bc3('0x9')](_0x5938e7[_0x3bc3('0x1')][0x0]['data'])[_0x3bc3('0x2')];}[_0x3bc3('0x6')](_0x26f8dd,_0xe75fa3){const _0x26f5f4=Object['keys'](_0x26f8dd[_0x3bc3('0xd')]||{}),_0x4ef0de=Object[_0x3bc3('0x3')](_0xe75fa3['attributes']||{});return _0x26f5f4['length']===_0x4ef0de[_0x3bc3('0x2')]&&_0x26f5f4['every'](_0x57fb4d=>_0xe75fa3[_0x3bc3('0xd')][_0x57fb4d]&&_0xe75fa3[_0x3bc3('0xd')][_0x57fb4d]===_0x26f8dd[_0x3bc3('0xd')][_0x57fb4d]);}}
23
+ const _0x4e0e=['next','compress','attributes','from','wasUndone','keys','length','InsertOperation','position','substr','_splitCurrent','every','__className','_getCompressorByName','_context','nodes','_compressSingleOperation','buffers','data','_compareOperations','_combineNext','value','_compareAttributes','_checkOperation'];(function(_0x1cafc4,_0x4e0ebc){const _0x5c8855=function(_0x98c35d){while(--_0x98c35d){_0x1cafc4['push'](_0x1cafc4['shift']());}};_0x5c8855(++_0x4e0ebc);}(_0x4e0e,0xdc));const _0x5c88=function(_0x1cafc4,_0x4e0ebc){_0x1cafc4=_0x1cafc4-0x0;let _0x5c8855=_0x4e0e[_0x1cafc4];return _0x5c8855;};import _0x4e6893 from'./actioncompressor';import{arePositionsEqual as _0x25bc79,getPositionShiftedBy as _0x246578}from'../utils';import{cloneDeep as _0x5ab85e}from'lodash-es';export default class m extends _0x4e6893{[_0x5c88('0x10')](_0x1716be,_0xbb174d){return _0xbb174d[_0x5c88('0xb')][0x0][_0x5c88('0xe')]+=_0x1716be['nodes'][0x0][_0x5c88('0xe')],_0xbb174d;}[_0x5c88('0x6')](_0x5049b5){const _0x4d59f9=_0x5ab85e(_0x5049b5),_0x1e16e5=_0x4d59f9[_0x5c88('0xb')][0x0],_0x3fc9f7=_0x5049b5[_0x5c88('0xb')][0x0],_0x340d75=_0x3fc9f7[_0x5c88('0xe')][Symbol['iterator']]()[_0x5c88('0x14')]()[_0x5c88('0x11')],_0x309eed=_0x340d75[_0x5c88('0x2')];return _0x1e16e5[_0x5c88('0xe')]=_0x340d75,_0x3fc9f7[_0x5c88('0xe')]=_0x3fc9f7[_0x5c88('0xe')][_0x5c88('0x5')](_0x309eed),_0x5049b5[_0x5c88('0x4')]=_0x246578(_0x5049b5[_0x5c88('0x4')],_0x309eed),_0x4d59f9;}[_0x5c88('0xf')](_0x28bb05,_0x52bc3f){if(this['_checkOperation'](_0x28bb05)&&this[_0x5c88('0x13')](_0x52bc3f)){const _0x2b19f9=_0x28bb05[_0x5c88('0xb')][0x0][_0x5c88('0xe')][_0x5c88('0x2')],_0x3eef21=_0x25bc79(_0x246578(_0x28bb05[_0x5c88('0x4')],_0x2b19f9),_0x52bc3f[_0x5c88('0x4')]),_0x4f188e=_0x28bb05[_0x5c88('0xb')][0x0],_0x4b19f6=_0x52bc3f[_0x5c88('0xb')][0x0];return _0x3eef21&&this[_0x5c88('0x12')](_0x4f188e,_0x4b19f6);}return!0x1;}[_0x5c88('0xc')](_0x23b2fe){const _0x24e79a={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName'](_0x5c88('0x3'))[_0x5c88('0x15')](_0x24e79a,[_0x23b2fe]),_0x24e79a[_0x5c88('0xd')][0x0];}['_decompressSingleOperation'](_0x4ed1d0){const _0x13f75d=[];return this[_0x5c88('0xa')][_0x5c88('0x9')](_0x5c88('0x3'))['decompress'](_0x13f75d,_0x4ed1d0),_0x13f75d[0x0];}['_checkOperation'](_0x4ced88){return _0x5c88('0x3')==_0x4ced88[_0x5c88('0x8')]&&0x1==_0x4ced88['nodes'][_0x5c88('0x2')]&&_0x4ced88['nodes'][0x0][_0x5c88('0xe')]&&!_0x4ced88[_0x5c88('0x0')]&&0x1==Array[_0x5c88('0x17')](_0x4ced88['nodes'][0x0][_0x5c88('0xe')])[_0x5c88('0x2')];}['_compareAttributes'](_0x2e3339,_0x3f6f0c){const _0x38accd=Object[_0x5c88('0x1')](_0x2e3339[_0x5c88('0x16')]||{}),_0x1ae979=Object[_0x5c88('0x1')](_0x3f6f0c['attributes']||{});return _0x38accd[_0x5c88('0x2')]===_0x1ae979[_0x5c88('0x2')]&&_0x38accd[_0x5c88('0x7')](_0x7e57f1=>_0x3f6f0c[_0x5c88('0x16')][_0x7e57f1]&&_0x3f6f0c[_0x5c88('0x16')][_0x7e57f1]===_0x2e3339[_0x5c88('0x16')][_0x7e57f1]);}}
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
1
5
  import ActionCompressor from './actioncompressor';
2
6
  import type { CompressedOperationsData } from '../compressor';
3
7
  export default class UserSelectionActionCompressor extends ActionCompressor {
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x240e=['__className','_decompressSingleOperation','buffers','decompress','_context','_getCompressorByName','start','end','newRange','_id','startsWith','user:position:','toNone','name','stickiness','shift','push','_compressSingleOperation','MarkerOperation','split','user:','types','_compareOperations'];(function(_0x4f186f,_0x240e60){const _0x5695db=function(_0x58606e){while(--_0x58606e){_0x4f186f['push'](_0x4f186f['shift']());}};_0x5695db(++_0x240e60);}(_0x240e,0x1b0));const _0x5695=function(_0x4f186f,_0x240e60){_0x4f186f=_0x4f186f-0x0;let _0x5695db=_0x240e[_0x4f186f];return _0x5695db;};import _0x457bc8 from'./actioncompressor';import{arePositionsEqual as _0x332182}from'../utils';import{cloneDeep as _0x5ca20d}from'lodash-es';export default class f extends _0x457bc8{['compress'](_0x590395,_0x46c95b){if(!this[_0x5695('0x4')](_0x46c95b[0x0],_0x46c95b[0x1]))return!0x1;const _0x23167f=_0x46c95b[_0x5695('0x14')]();return _0x23167f['oldRange']=null,_0x23167f[_0x5695('0xd')]&&_0x332182(_0x23167f[_0x5695('0xd')]['start'],_0x23167f['newRange'][_0x5695('0xc')])&&(_0x23167f[_0x5695('0xd')][_0x5695('0xc')]=null),_0x46c95b[_0x5695('0x14')](),_0x590395['types'][_0x5695('0x15')](this[_0x5695('0xe')]),_0x590395[_0x5695('0x3')][_0x5695('0x15')](0x0),_0x590395[_0x5695('0x7')][_0x5695('0x15')](this[_0x5695('0x16')](_0x23167f)),!0x0;}[_0x5695('0x8')](_0x5a3e03,_0x2b930d){const _0x259081=this[_0x5695('0x6')](_0x2b930d);_0x259081[_0x5695('0xd')]&&!_0x259081[_0x5695('0xd')][_0x5695('0xc')]&&(_0x259081['newRange'][_0x5695('0xc')]=_0x5ca20d(_0x259081[_0x5695('0xd')][_0x5695('0xb')]));const _0xd82003=_0x5ca20d(_0x259081);_0xd82003['newRange']&&(_0xd82003[_0x5695('0xd')][_0x5695('0xb')][_0x5695('0x13')]=_0x5695('0x11'),_0xd82003['newRange'][_0x5695('0xc')]=_0x5ca20d(_0xd82003[_0x5695('0xd')][_0x5695('0xb')])),_0xd82003[_0x5695('0x12')]=_0x5695('0x10')+_0xd82003[_0x5695('0x12')][_0x5695('0x1')](':')[0x2],_0x2b930d['types'][_0x5695('0x14')](),_0x5a3e03['push'](_0x259081),_0x5a3e03['push'](_0xd82003);}[_0x5695('0x16')](_0x48f4b9){const _0x441caf={'types':[],'buffers':[],'baseVersion':0x0};return this[_0x5695('0x9')]['_getCompressorByName'](_0x5695('0x0'))['compress'](_0x441caf,[_0x48f4b9]),_0x441caf[_0x5695('0x7')][0x0];}[_0x5695('0x6')](_0x39eca9){const _0x6f8b12=[];return this['_context'][_0x5695('0xa')](_0x5695('0x0'))['decompress'](_0x6f8b12,_0x39eca9),_0x6f8b12[0x0];}[_0x5695('0x4')](_0x404d72,_0x31ef37){return!(!_0x404d72||!_0x31ef37)&&(_0x5695('0x0')==_0x404d72[_0x5695('0x5')]&&_0x5695('0x0')==_0x31ef37[_0x5695('0x5')]&&!(!_0x404d72[_0x5695('0x12')]['startsWith'](_0x5695('0x2'))||!_0x31ef37[_0x5695('0x12')][_0x5695('0xf')](_0x5695('0x2'))||_0x404d72[_0x5695('0x12')]==_0x31ef37[_0x5695('0x12')]));}}
23
+ const _0x35ce=['decompress','push','buffers','_context','startsWith','oldRange','name','_getCompressorByName','__className','_id','start','end','MarkerOperation','toNone','newRange','stickiness','_compressSingleOperation','split','_decompressSingleOperation','shift','user:position:','types','compress','_compareOperations'];(function(_0xfafb2,_0x35ce8d){const _0x209689=function(_0x259c5f){while(--_0x259c5f){_0xfafb2['push'](_0xfafb2['shift']());}};_0x209689(++_0x35ce8d);}(_0x35ce,0x68));const _0x2096=function(_0xfafb2,_0x35ce8d){_0xfafb2=_0xfafb2-0x0;let _0x209689=_0x35ce[_0xfafb2];return _0x209689;};import _0x4cb46c from'./actioncompressor';import{arePositionsEqual as _0x521376}from'../utils';import{cloneDeep as _0x470191}from'lodash-es';export default class f extends _0x4cb46c{[_0x2096('0xe')](_0x32e734,_0x3e609c){if(!this[_0x2096('0xf')](_0x3e609c[0x0],_0x3e609c[0x1]))return!0x1;const _0x29c4ae=_0x3e609c[_0x2096('0xb')]();return _0x29c4ae[_0x2096('0x15')]=null,_0x29c4ae[_0x2096('0x6')]&&_0x521376(_0x29c4ae[_0x2096('0x6')][_0x2096('0x2')],_0x29c4ae['newRange'][_0x2096('0x3')])&&(_0x29c4ae[_0x2096('0x6')][_0x2096('0x3')]=null),_0x3e609c['shift'](),_0x32e734[_0x2096('0xd')]['push'](this[_0x2096('0x1')]),_0x32e734[_0x2096('0xd')]['push'](0x0),_0x32e734[_0x2096('0x12')][_0x2096('0x11')](this[_0x2096('0x8')](_0x29c4ae)),!0x0;}[_0x2096('0x10')](_0x65690f,_0x1fd9b0){const _0x45e7bb=this[_0x2096('0xa')](_0x1fd9b0);_0x45e7bb[_0x2096('0x6')]&&!_0x45e7bb[_0x2096('0x6')][_0x2096('0x3')]&&(_0x45e7bb[_0x2096('0x6')]['end']=_0x470191(_0x45e7bb[_0x2096('0x6')]['start']));const _0x2f1981=_0x470191(_0x45e7bb);_0x2f1981[_0x2096('0x6')]&&(_0x2f1981[_0x2096('0x6')][_0x2096('0x2')][_0x2096('0x7')]=_0x2096('0x5'),_0x2f1981['newRange']['end']=_0x470191(_0x2f1981[_0x2096('0x6')][_0x2096('0x2')])),_0x2f1981[_0x2096('0x16')]=_0x2096('0xc')+_0x2f1981[_0x2096('0x16')][_0x2096('0x9')](':')[0x2],_0x1fd9b0[_0x2096('0xd')][_0x2096('0xb')](),_0x65690f[_0x2096('0x11')](_0x45e7bb),_0x65690f[_0x2096('0x11')](_0x2f1981);}[_0x2096('0x8')](_0x5af24d){const _0x315a18={'types':[],'buffers':[],'baseVersion':0x0};return this[_0x2096('0x13')][_0x2096('0x17')](_0x2096('0x4'))['compress'](_0x315a18,[_0x5af24d]),_0x315a18[_0x2096('0x12')][0x0];}[_0x2096('0xa')](_0x27ac3c){const _0x31a659=[];return this[_0x2096('0x13')][_0x2096('0x17')](_0x2096('0x4'))[_0x2096('0x10')](_0x31a659,_0x27ac3c),_0x31a659[0x0];}[_0x2096('0xf')](_0x581639,_0xfeff3f){return!(!_0x581639||!_0xfeff3f)&&(_0x2096('0x4')==_0x581639['__className']&&'MarkerOperation'==_0xfeff3f[_0x2096('0x0')]&&!(!_0x581639[_0x2096('0x16')][_0x2096('0x14')]('user:')||!_0xfeff3f['name'][_0x2096('0x14')]('user:')||_0x581639['name']==_0xfeff3f['name']));}}
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
1
5
  /**
2
6
  * Compresses and decompresses given set of operations in JSON format to/from the binary format using `Protocol Buffers`.
3
7
  */
package/src/compressor.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3a00=['RootOperation','get','SplitOperation','no-operations-provided','suggestion','__className','set','length','RenameOperation','InsertOperation','MoveOperation','getDescriptor','TypingAction','comment','MarkerOperation','_getCompressorByName','baseVersion','CommentMarkerOperation','_compressorById','DeletingAction','SuggestionMarkerOperation','UserSelectionAction','MergeOperation','_registerCompressor','_registerActionCompressor','decompress','forEach','RootAttributeOperation','types','AttributeOperation','compress','_compressorByName','_protobufFactory','_registerOperationCompressor'];(function(_0x46f5f9,_0x3a00da){const _0x8fdfb1=function(_0x158761){while(--_0x158761){_0x46f5f9['push'](_0x46f5f9['shift']());}};_0x8fdfb1(++_0x3a00da);}(_0x3a00,0x18e));const _0x8fdf=function(_0x46f5f9,_0x3a00da){_0x46f5f9=_0x46f5f9-0x0;let _0x8fdfb1=_0x3a00[_0x46f5f9];return _0x8fdfb1;};import{CKEditorError as _0x4d01ad}from'ckeditor5/src/utils';import _0x3e72df from'./protobuffactory';import _0x493579 from'./operationcompressor/operationcompressor';import _0x5baf5c from'./operationcompressor/attributeoperationcompressor';import _0x4136f7 from'./operationcompressor/insertoperationcompressor';import _0x3af328 from'./operationcompressor/markeroperationcompressor';import _0x35a3d5 from'./operationcompressor/nooperationcompressor';import _0x2a5387 from'./operationcompressor/annotationmarkeroperationcompressor';import _0x2545fc from'./actioncompressor/typingactioncompressor';import _0x33019b from'./actioncompressor/deletingactioncompressor';import _0x3d5d69 from'./actioncompressor/forwarddeletingactioncompressor';import _0x47e261 from'./actioncompressor/userselectionactioncompressor';export default class g{constructor(){this[_0x8fdf('0x1c')]=new Map(),this[_0x8fdf('0x7')]=new Map(),this[_0x8fdf('0x8')]=new _0x3e72df();const _0x2a28aa=this[_0x8fdf('0x8')][_0x8fdf('0x15')](_0x8fdf('0x18'));this[_0x8fdf('0x21')](0x1,'NoOperation',new _0x35a3d5(0x1,'NoOperation',void 0x0)),this['_registerOperationCompressor'](0xa,_0x8fdf('0x5'),_0x5baf5c),this[_0x8fdf('0x9')](0xb,_0x8fdf('0x13'),_0x4136f7),this['_registerOperationCompressor'](0xc,_0x8fdf('0x18'),_0x3af328),this['_registerOperationCompressor'](0xd,_0x8fdf('0x20'),_0x493579),this[_0x8fdf('0x9')](0xe,_0x8fdf('0x14'),_0x493579),this[_0x8fdf('0x9')](0xf,_0x8fdf('0x12'),_0x493579),this[_0x8fdf('0x9')](0x10,_0x8fdf('0x3'),_0x5baf5c),this[_0x8fdf('0x9')](0x11,_0x8fdf('0xc'),_0x493579),this['_registerCompressor'](0x12,_0x8fdf('0x1b'),new _0x2a5387(0x12,'MarkerOperation',_0x2a28aa,_0x8fdf('0x17'))),this['_registerCompressor'](0x13,_0x8fdf('0x1e'),new _0x2a5387(0x13,_0x8fdf('0x18'),_0x2a28aa,_0x8fdf('0xe'))),this[_0x8fdf('0x9')](0x14,_0x8fdf('0xa'),_0x493579),this[_0x8fdf('0x0')](0x64,_0x8fdf('0x16'),_0x2545fc),this[_0x8fdf('0x0')](0x65,_0x8fdf('0x1d'),_0x33019b),this[_0x8fdf('0x0')](0x66,'ForwardDeletingAction',_0x3d5d69),this[_0x8fdf('0x0')](0x67,_0x8fdf('0x1f'),_0x47e261);}[_0x8fdf('0x6')](_0x27be7e){if(!_0x27be7e||!_0x27be7e[0x0])throw new _0x4d01ad(_0x8fdf('0xd'),this);const _0x495a90={'types':[],'buffers':[],'baseVersion':_0x27be7e[0x0][_0x8fdf('0x1a')]};for(;_0x27be7e[_0x8fdf('0x11')];)this[_0x8fdf('0x19')](_0x8fdf('0x1f'))['compress'](_0x495a90,_0x27be7e)||this[_0x8fdf('0x19')](_0x8fdf('0x16'))['compress'](_0x495a90,_0x27be7e)||this['_getCompressorByName'](_0x8fdf('0x1d'))['compress'](_0x495a90,_0x27be7e)||this[_0x8fdf('0x19')]('ForwardDeletingAction')[_0x8fdf('0x6')](_0x495a90,_0x27be7e)||this['_getCompressorByName'](_0x8fdf('0x1b'))['compress'](_0x495a90,_0x27be7e)||this[_0x8fdf('0x19')](_0x8fdf('0x1e'))[_0x8fdf('0x6')](_0x495a90,_0x27be7e)||this[_0x8fdf('0x19')](_0x27be7e[0x0][_0x8fdf('0xf')])[_0x8fdf('0x6')](_0x495a90,_0x27be7e);return _0x495a90;}[_0x8fdf('0x1')](_0x52f218){const _0x5a883b=[];for(;_0x52f218[_0x8fdf('0x4')][_0x8fdf('0x11')];){this[_0x8fdf('0x1c')][_0x8fdf('0xb')](_0x52f218[_0x8fdf('0x4')][0x0])[_0x8fdf('0x1')](_0x5a883b,_0x52f218);}return _0x5a883b[_0x8fdf('0x2')]((_0x2395d3,_0x5a1d8)=>_0x2395d3[_0x8fdf('0x1a')]=_0x52f218['baseVersion']+_0x5a1d8),_0x5a883b;}['_getCompressorByName'](_0x193794){return this[_0x8fdf('0x7')][_0x8fdf('0xb')](_0x193794);}[_0x8fdf('0x9')](_0xcaedcb,_0x43e0e8,_0x79d9f0){const _0x5c2c2a=new _0x79d9f0(_0xcaedcb,_0x43e0e8,this[_0x8fdf('0x8')][_0x8fdf('0x15')](_0x43e0e8));this[_0x8fdf('0x21')](_0xcaedcb,_0x43e0e8,_0x5c2c2a);}[_0x8fdf('0x0')](_0x5d50a7,_0x53b1fc,_0x400a1d){const _0x29a4d7=new _0x400a1d(_0x5d50a7,this);this[_0x8fdf('0x21')](_0x5d50a7,_0x53b1fc,_0x29a4d7);}[_0x8fdf('0x21')](_0x4b41b5,_0x52423f,_0x12b3af){this[_0x8fdf('0x1c')][_0x8fdf('0x10')](_0x4b41b5,_0x12b3af),this[_0x8fdf('0x7')][_0x8fdf('0x10')](_0x52423f,_0x12b3af);}}
23
+ const _0x10b4=['_protobufFactory','suggestion','forEach','InsertOperation','MoveOperation','NoOperation','MergeOperation','RenameOperation','baseVersion','no-operations-provided','compress','_registerCompressor','_compressorById','_compressorByName','SplitOperation','AttributeOperation','_getCompressorByName','CommentMarkerOperation','DeletingAction','MarkerOperation','ForwardDeletingAction','_registerOperationCompressor','length','decompress','_registerActionCompressor','set','types','SuggestionMarkerOperation','RootOperation','TypingAction','UserSelectionAction','getDescriptor','__className'];(function(_0x1ffa18,_0x10b40a){const _0x5deb19=function(_0x1ec4f7){while(--_0x1ec4f7){_0x1ffa18['push'](_0x1ffa18['shift']());}};_0x5deb19(++_0x10b40a);}(_0x10b4,0xea));const _0x5deb=function(_0x1ffa18,_0x10b40a){_0x1ffa18=_0x1ffa18-0x0;let _0x5deb19=_0x10b4[_0x1ffa18];return _0x5deb19;};import{CKEditorError as _0x35864d}from'ckeditor5/src/utils';import _0x361b66 from'./protobuffactory';import _0x4dad20 from'./operationcompressor/operationcompressor';import _0x47e3ed from'./operationcompressor/attributeoperationcompressor';import _0x62115e from'./operationcompressor/insertoperationcompressor';import _0x2bfed1 from'./operationcompressor/markeroperationcompressor';import _0x1156ca from'./operationcompressor/nooperationcompressor';import _0x440012 from'./operationcompressor/annotationmarkeroperationcompressor';import _0x52372c from'./actioncompressor/typingactioncompressor';import _0x8856b8 from'./actioncompressor/deletingactioncompressor';import _0x136d1a from'./actioncompressor/forwarddeletingactioncompressor';import _0xcf3bd5 from'./actioncompressor/userselectionactioncompressor';export default class g{constructor(){this[_0x5deb('0x9')]=new Map(),this[_0x5deb('0xa')]=new Map(),this['_protobufFactory']=new _0x361b66();const _0x15d8b4=this[_0x5deb('0x1e')]['getDescriptor'](_0x5deb('0x10'));this['_registerCompressor'](0x1,_0x5deb('0x2'),new _0x1156ca(0x1,_0x5deb('0x2'),void 0x0)),this[_0x5deb('0x12')](0xa,_0x5deb('0xc'),_0x47e3ed),this['_registerOperationCompressor'](0xb,_0x5deb('0x0'),_0x62115e),this[_0x5deb('0x12')](0xc,_0x5deb('0x10'),_0x2bfed1),this[_0x5deb('0x12')](0xd,_0x5deb('0x3'),_0x4dad20),this[_0x5deb('0x12')](0xe,_0x5deb('0x1'),_0x4dad20),this[_0x5deb('0x12')](0xf,_0x5deb('0x4'),_0x4dad20),this['_registerOperationCompressor'](0x10,'RootAttributeOperation',_0x47e3ed),this['_registerOperationCompressor'](0x11,_0x5deb('0xb'),_0x4dad20),this['_registerCompressor'](0x12,'CommentMarkerOperation',new _0x440012(0x12,_0x5deb('0x10'),_0x15d8b4,'comment')),this[_0x5deb('0x8')](0x13,_0x5deb('0x18'),new _0x440012(0x13,'MarkerOperation',_0x15d8b4,_0x5deb('0x1f'))),this['_registerOperationCompressor'](0x14,_0x5deb('0x19'),_0x4dad20),this['_registerActionCompressor'](0x64,_0x5deb('0x1a'),_0x52372c),this[_0x5deb('0x15')](0x65,_0x5deb('0xf'),_0x8856b8),this[_0x5deb('0x15')](0x66,_0x5deb('0x11'),_0x136d1a),this[_0x5deb('0x15')](0x67,_0x5deb('0x1b'),_0xcf3bd5);}[_0x5deb('0x7')](_0x264d94){if(!_0x264d94||!_0x264d94[0x0])throw new _0x35864d(_0x5deb('0x6'),this);const _0x410a51={'types':[],'buffers':[],'baseVersion':_0x264d94[0x0][_0x5deb('0x5')]};for(;_0x264d94[_0x5deb('0x13')];)this['_getCompressorByName']('UserSelectionAction')[_0x5deb('0x7')](_0x410a51,_0x264d94)||this[_0x5deb('0xd')](_0x5deb('0x1a'))['compress'](_0x410a51,_0x264d94)||this['_getCompressorByName'](_0x5deb('0xf'))[_0x5deb('0x7')](_0x410a51,_0x264d94)||this['_getCompressorByName'](_0x5deb('0x11'))['compress'](_0x410a51,_0x264d94)||this[_0x5deb('0xd')](_0x5deb('0xe'))[_0x5deb('0x7')](_0x410a51,_0x264d94)||this[_0x5deb('0xd')](_0x5deb('0x18'))[_0x5deb('0x7')](_0x410a51,_0x264d94)||this[_0x5deb('0xd')](_0x264d94[0x0][_0x5deb('0x1d')])['compress'](_0x410a51,_0x264d94);return _0x410a51;}[_0x5deb('0x14')](_0x2c8f87){const _0x260ba5=[];for(;_0x2c8f87['types'][_0x5deb('0x13')];){this[_0x5deb('0x9')]['get'](_0x2c8f87[_0x5deb('0x17')][0x0])[_0x5deb('0x14')](_0x260ba5,_0x2c8f87);}return _0x260ba5[_0x5deb('0x20')]((_0x118052,_0x12b5f2)=>_0x118052[_0x5deb('0x5')]=_0x2c8f87[_0x5deb('0x5')]+_0x12b5f2),_0x260ba5;}[_0x5deb('0xd')](_0x945b99){return this['_compressorByName']['get'](_0x945b99);}[_0x5deb('0x12')](_0xb4dff3,_0x5e3245,_0x394c21){const _0x569b9b=new _0x394c21(_0xb4dff3,_0x5e3245,this['_protobufFactory'][_0x5deb('0x1c')](_0x5e3245));this[_0x5deb('0x8')](_0xb4dff3,_0x5e3245,_0x569b9b);}[_0x5deb('0x15')](_0xbb119,_0x5c34d5,_0x3e6c9c){const _0x142ef3=new _0x3e6c9c(_0xbb119,this);this['_registerCompressor'](_0xbb119,_0x5c34d5,_0x142ef3);}[_0x5deb('0x8')](_0x30cc8b,_0x28e261,_0x417a29){this[_0x5deb('0x9')][_0x5deb('0x16')](_0x30cc8b,_0x417a29),this['_compressorByName']['set'](_0x28e261,_0x417a29);}}
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xfc39=['constructor','.MarkerOperation.oldRange:\x20object\x20expected','isInteger','.Range.start:\x20object\x20expected','push','graveyardPosition','children.','/Range','root','RootOperation','object','wasUndone','.Position.path:\x20array\x20expected','data','Element','nodes.','sourcePosition.','insertionPosition.','type.googleapis.com','isArray','shouldReceiveAttributes','rootName','oldRange','stickiness','targetPosition.','attributesBoolean:\x20boolean{k:string}\x20expected','len','length','newRange.','attributesBoolean:\x20object\x20expected','encode','stickiness:\x20string\x20expected','affectsData:\x20boolean\x20expected','create','default','decodeDelimited','.SplitOperation.insertionPosition:\x20object\x20expected','call','/Position','key:\x20string\x20expected','range','string','fork','toJSONOptions','oldName','fromObject','newName','oldRange.','range.','insertionPosition','sourcePosition','keys','RootAttributeOperation','InsertOperation','/RootAttributeOperation','name','path:\x20integer[]\x20expected','end.','key','prototype','path','graveyardPosition.','isAdd','emptyArray','boolean','oldName:\x20string\x20expected','toJSON','/MergeOperation','emptyObject','pos','MoveOperation','verify','newValueJson:\x20string\x20expected','/MarkerOperation','rootName:\x20string\x20expected','/RenameOperation','skipType','oldValueBoolean','position','roots','shouldReceiveAttributes:\x20boolean\x20expected','/InsertOperation','start','MarkerOperation','howMany:\x20integer\x20expected','position.','newName:\x20string\x20expected','oldValueJson:\x20string\x20expected','rootGraveyard','newRange','elementName','.InsertOperation.nodes:\x20array\x20expected','toObject','.MoveOperation.sourcePosition:\x20object\x20expected','newValueBoolean','start.','getTypeUrl','.SplitOperation.graveyardPosition:\x20object\x20expected','.InsertOperation.position:\x20object\x20expected','object\x20expected','rootMain','uint32','root:\x20string\x20expected','defaults','oldValueJson','howMany','.AttributeOperation.range:\x20object\x20expected','Range','splitPosition','name:\x20string\x20expected','attributesJson','oldValueBoolean:\x20boolean\x20expected','wasUndone:\x20boolean\x20expected','Position','.MergeOperation.graveyardPosition:\x20object\x20expected','MergeOperation','isObject','nodes','isString','/SplitOperation','attributesBoolean','rootMain:\x20boolean\x20expected','/RootOperation','decode','util','SplitOperation','arrays','affectsData','.MarkerOperation.newRange:\x20object\x20expected','.MergeOperation.targetPosition:\x20object\x20expected','attributesJson:\x20string\x20expected','elementName:\x20string\x20expected','ldelim','splitPosition.','children:\x20array\x20expected','targetPosition','data:\x20string\x20expected','bool','.MoveOperation.targetPosition:\x20object\x20expected','children','Writer','hasOwnProperty','RenameOperation','.SplitOperation.splitPosition:\x20object\x20expected','end','AttributeOperation','encodeDelimited','newValueJson'];(function(_0xd549b2,_0xfc39c4){const _0x194336=function(_0x547c5a){while(--_0x547c5a){_0xd549b2['push'](_0xd549b2['shift']());}};_0x194336(++_0xfc39c4);}(_0xfc39,0x9c));const _0x1943=function(_0xd549b2,_0xfc39c4){_0xd549b2=_0xd549b2-0x0;let _0x194336=_0xfc39[_0xd549b2];return _0x194336;};import*as _0x7862b1 from'protobufjs/minimal';const j=_0x7862b1['Reader'],y=_0x7862b1[_0x1943('0x84')],k=_0x7862b1[_0x1943('0x74')],v=_0x7862b1[_0x1943('0x47')][_0x1943('0x1a')]||(_0x7862b1[_0x1943('0x47')]['default']={});export const AttributeOperation=v[_0x1943('0x89')]=(()=>{function _0x13987f(_0x29eaa3){if(_0x29eaa3)for(let _0x3f9712=Object[_0x1943('0x2b')](_0x29eaa3),_0x407d50=0x0;_0x407d50<_0x3f9712[_0x1943('0x13')];++_0x407d50)null!=_0x29eaa3[_0x3f9712[_0x407d50]]&&(this[_0x3f9712[_0x407d50]]=_0x29eaa3[_0x3f9712[_0x407d50]]);}return _0x13987f[_0x1943('0x33')]['range']=null,_0x13987f['prototype'][_0x1943('0x32')]='',_0x13987f[_0x1943('0x33')][_0x1943('0x45')]=!0x1,_0x13987f['prototype'][_0x1943('0x60')]='',_0x13987f['prototype'][_0x1943('0x56')]=!0x1,_0x13987f[_0x1943('0x33')]['newValueJson']='',_0x13987f[_0x1943('0x33')][_0x1943('0x3')]=!0x1,_0x13987f[_0x1943('0x19')]=function(_0xc57568){return new _0x13987f(_0xc57568);},_0x13987f[_0x1943('0x16')]=function(_0x332fac,_0x3e24bc){return _0x3e24bc||(_0x3e24bc=y[_0x1943('0x19')]()),null!=_0x332fac[_0x1943('0x20')]&&Object[_0x1943('0x85')][_0x1943('0x1d')](_0x332fac,'range')&&v[_0x1943('0x63')][_0x1943('0x16')](_0x332fac[_0x1943('0x20')],_0x3e24bc[_0x1943('0x5d')](0xa)[_0x1943('0x22')]())[_0x1943('0x7c')](),null!=_0x332fac['key']&&Object[_0x1943('0x85')][_0x1943('0x1d')](_0x332fac,_0x1943('0x32'))&&_0x3e24bc['uint32'](0x12)[_0x1943('0x21')](_0x332fac[_0x1943('0x32')]),null!=_0x332fac['oldValueBoolean']&&Object[_0x1943('0x85')]['call'](_0x332fac,'oldValueBoolean')&&_0x3e24bc[_0x1943('0x5d')](0x18)[_0x1943('0x81')](_0x332fac[_0x1943('0x45')]),null!=_0x332fac[_0x1943('0x60')]&&Object[_0x1943('0x85')][_0x1943('0x1d')](_0x332fac,'oldValueJson')&&_0x3e24bc[_0x1943('0x5d')](0x22)[_0x1943('0x21')](_0x332fac[_0x1943('0x60')]),null!=_0x332fac[_0x1943('0x56')]&&Object[_0x1943('0x85')]['call'](_0x332fac,_0x1943('0x56'))&&_0x3e24bc[_0x1943('0x5d')](0x28)[_0x1943('0x81')](_0x332fac[_0x1943('0x56')]),null!=_0x332fac['newValueJson']&&Object[_0x1943('0x85')][_0x1943('0x1d')](_0x332fac,'newValueJson')&&_0x3e24bc[_0x1943('0x5d')](0x32)[_0x1943('0x21')](_0x332fac['newValueJson']),null!=_0x332fac[_0x1943('0x3')]&&Object[_0x1943('0x85')]['call'](_0x332fac,_0x1943('0x3'))&&_0x3e24bc['uint32'](0x38)['bool'](_0x332fac[_0x1943('0x3')]),_0x3e24bc;},_0x13987f[_0x1943('0x8a')]=function(_0x5d9df3,_0x7f1a97){return this[_0x1943('0x16')](_0x5d9df3,_0x7f1a97)['ldelim']();},_0x13987f[_0x1943('0x73')]=function(_0x123081,_0x4891c1){_0x123081 instanceof j||(_0x123081=j[_0x1943('0x19')](_0x123081));let _0x256c3b=void 0x0===_0x4891c1?_0x123081[_0x1943('0x12')]:_0x123081['pos']+_0x4891c1,_0x116f06=new v[(_0x1943('0x89'))]();for(;_0x123081[_0x1943('0x3d')]<_0x256c3b;){let _0x3995bf=_0x123081['uint32']();switch(_0x3995bf>>>0x3){case 0x1:_0x116f06[_0x1943('0x20')]=v[_0x1943('0x63')][_0x1943('0x73')](_0x123081,_0x123081[_0x1943('0x5d')]());break;case 0x2:_0x116f06[_0x1943('0x32')]=_0x123081[_0x1943('0x21')]();break;case 0x3:_0x116f06[_0x1943('0x45')]=_0x123081[_0x1943('0x81')]();break;case 0x4:_0x116f06[_0x1943('0x60')]=_0x123081[_0x1943('0x21')]();break;case 0x5:_0x116f06[_0x1943('0x56')]=_0x123081[_0x1943('0x81')]();break;case 0x6:_0x116f06[_0x1943('0x8b')]=_0x123081[_0x1943('0x21')]();break;case 0x7:_0x116f06[_0x1943('0x3')]=_0x123081[_0x1943('0x81')]();break;default:_0x123081['skipType'](0x7&_0x3995bf);}}return _0x116f06;},_0x13987f['decodeDelimited']=function(_0x150b9f){return _0x150b9f instanceof j||(_0x150b9f=new j(_0x150b9f)),this[_0x1943('0x73')](_0x150b9f,_0x150b9f['uint32']());},_0x13987f[_0x1943('0x3f')]=function(_0x3c060b){if(_0x1943('0x2')!=typeof _0x3c060b||null===_0x3c060b)return _0x1943('0x5b');if(null!=_0x3c060b[_0x1943('0x20')]&&_0x3c060b[_0x1943('0x85')](_0x1943('0x20'))){let _0x117f04=v['Range'][_0x1943('0x3f')](_0x3c060b[_0x1943('0x20')]);if(_0x117f04)return _0x1943('0x28')+_0x117f04;}return null!=_0x3c060b[_0x1943('0x32')]&&_0x3c060b[_0x1943('0x85')](_0x1943('0x32'))&&!k[_0x1943('0x6e')](_0x3c060b[_0x1943('0x32')])?_0x1943('0x1f'):null!=_0x3c060b[_0x1943('0x45')]&&_0x3c060b['hasOwnProperty'](_0x1943('0x45'))&&_0x1943('0x38')!=typeof _0x3c060b['oldValueBoolean']?_0x1943('0x67'):null!=_0x3c060b[_0x1943('0x60')]&&_0x3c060b['hasOwnProperty'](_0x1943('0x60'))&&!k[_0x1943('0x6e')](_0x3c060b[_0x1943('0x60')])?'oldValueJson:\x20string\x20expected':null!=_0x3c060b[_0x1943('0x56')]&&_0x3c060b['hasOwnProperty'](_0x1943('0x56'))&&_0x1943('0x38')!=typeof _0x3c060b['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x3c060b['newValueJson']&&_0x3c060b[_0x1943('0x85')](_0x1943('0x8b'))&&!k[_0x1943('0x6e')](_0x3c060b[_0x1943('0x8b')])?_0x1943('0x40'):null!=_0x3c060b['wasUndone']&&_0x3c060b['hasOwnProperty'](_0x1943('0x3'))&&_0x1943('0x38')!=typeof _0x3c060b['wasUndone']?_0x1943('0x68'):null;},_0x13987f[_0x1943('0x25')]=function(_0x4e3cb0){if(_0x4e3cb0 instanceof v[_0x1943('0x89')])return _0x4e3cb0;let _0xc9dd1a=new v[(_0x1943('0x89'))]();if(null!=_0x4e3cb0[_0x1943('0x20')]){if(_0x1943('0x2')!=typeof _0x4e3cb0[_0x1943('0x20')])throw TypeError(_0x1943('0x62'));_0xc9dd1a[_0x1943('0x20')]=v[_0x1943('0x63')]['fromObject'](_0x4e3cb0[_0x1943('0x20')]);}return null!=_0x4e3cb0[_0x1943('0x32')]&&(_0xc9dd1a[_0x1943('0x32')]=String(_0x4e3cb0[_0x1943('0x32')])),null!=_0x4e3cb0['oldValueBoolean']&&(_0xc9dd1a[_0x1943('0x45')]=Boolean(_0x4e3cb0['oldValueBoolean'])),null!=_0x4e3cb0[_0x1943('0x60')]&&(_0xc9dd1a[_0x1943('0x60')]=String(_0x4e3cb0['oldValueJson'])),null!=_0x4e3cb0[_0x1943('0x56')]&&(_0xc9dd1a[_0x1943('0x56')]=Boolean(_0x4e3cb0[_0x1943('0x56')])),null!=_0x4e3cb0[_0x1943('0x8b')]&&(_0xc9dd1a['newValueJson']=String(_0x4e3cb0[_0x1943('0x8b')])),null!=_0x4e3cb0['wasUndone']&&(_0xc9dd1a[_0x1943('0x3')]=Boolean(_0x4e3cb0[_0x1943('0x3')])),_0xc9dd1a;},_0x13987f[_0x1943('0x54')]=function(_0x1ad398,_0x1f926a){_0x1f926a||(_0x1f926a={});let _0x1dba3d={};return _0x1f926a['defaults']&&(_0x1dba3d[_0x1943('0x20')]=null,_0x1dba3d[_0x1943('0x32')]='',_0x1dba3d[_0x1943('0x45')]=!0x1,_0x1dba3d['oldValueJson']='',_0x1dba3d[_0x1943('0x56')]=!0x1,_0x1dba3d['newValueJson']='',_0x1dba3d['wasUndone']=!0x1),null!=_0x1ad398[_0x1943('0x20')]&&_0x1ad398[_0x1943('0x85')](_0x1943('0x20'))&&(_0x1dba3d[_0x1943('0x20')]=v[_0x1943('0x63')][_0x1943('0x54')](_0x1ad398['range'],_0x1f926a)),null!=_0x1ad398[_0x1943('0x32')]&&_0x1ad398[_0x1943('0x85')](_0x1943('0x32'))&&(_0x1dba3d[_0x1943('0x32')]=_0x1ad398['key']),null!=_0x1ad398[_0x1943('0x45')]&&_0x1ad398[_0x1943('0x85')](_0x1943('0x45'))&&(_0x1dba3d[_0x1943('0x45')]=_0x1ad398[_0x1943('0x45')]),null!=_0x1ad398[_0x1943('0x60')]&&_0x1ad398['hasOwnProperty'](_0x1943('0x60'))&&(_0x1dba3d['oldValueJson']=_0x1ad398[_0x1943('0x60')]),null!=_0x1ad398[_0x1943('0x56')]&&_0x1ad398[_0x1943('0x85')](_0x1943('0x56'))&&(_0x1dba3d[_0x1943('0x56')]=_0x1ad398['newValueBoolean']),null!=_0x1ad398['newValueJson']&&_0x1ad398[_0x1943('0x85')](_0x1943('0x8b'))&&(_0x1dba3d[_0x1943('0x8b')]=_0x1ad398['newValueJson']),null!=_0x1ad398[_0x1943('0x3')]&&_0x1ad398[_0x1943('0x85')]('wasUndone')&&(_0x1dba3d['wasUndone']=_0x1ad398[_0x1943('0x3')]),_0x1dba3d;},_0x13987f[_0x1943('0x33')][_0x1943('0x3a')]=function(){return this[_0x1943('0x8c')][_0x1943('0x54')](this,_0x7862b1[_0x1943('0x74')][_0x1943('0x23')]);},_0x13987f[_0x1943('0x58')]=function(_0x3e3676){return void 0x0===_0x3e3676&&(_0x3e3676='type.googleapis.com'),_0x3e3676+'/AttributeOperation';},_0x13987f;})();export const InsertOperation=v[_0x1943('0x2d')]=(()=>{function _0x2f6ed8(_0xe459c5){if(this[_0x1943('0x6d')]=[],_0xe459c5)for(let _0x12c86f=Object[_0x1943('0x2b')](_0xe459c5),_0x437d1c=0x0;_0x437d1c<_0x12c86f[_0x1943('0x13')];++_0x437d1c)null!=_0xe459c5[_0x12c86f[_0x437d1c]]&&(this[_0x12c86f[_0x437d1c]]=_0xe459c5[_0x12c86f[_0x437d1c]]);}return _0x2f6ed8[_0x1943('0x33')][_0x1943('0x46')]=null,_0x2f6ed8['prototype'][_0x1943('0x6d')]=k[_0x1943('0x37')],_0x2f6ed8[_0x1943('0x33')][_0x1943('0xc')]=!0x1,_0x2f6ed8['prototype']['wasUndone']=!0x1,_0x2f6ed8[_0x1943('0x19')]=function(_0x101806){return new _0x2f6ed8(_0x101806);},_0x2f6ed8[_0x1943('0x16')]=function(_0x1c9cab,_0x2a90fe){if(_0x2a90fe||(_0x2a90fe=y[_0x1943('0x19')]()),null!=_0x1c9cab[_0x1943('0x46')]&&Object[_0x1943('0x85')][_0x1943('0x1d')](_0x1c9cab,_0x1943('0x46'))&&v[_0x1943('0x69')][_0x1943('0x16')](_0x1c9cab[_0x1943('0x46')],_0x2a90fe[_0x1943('0x5d')](0xa)[_0x1943('0x22')]())[_0x1943('0x7c')](),null!=_0x1c9cab[_0x1943('0x6d')]&&_0x1c9cab['nodes'][_0x1943('0x13')])for(let _0x4c1f53=0x0;_0x4c1f53<_0x1c9cab['nodes'][_0x1943('0x13')];++_0x4c1f53)v['Element'][_0x1943('0x16')](_0x1c9cab[_0x1943('0x6d')][_0x4c1f53],_0x2a90fe[_0x1943('0x5d')](0x12)[_0x1943('0x22')]())[_0x1943('0x7c')]();return null!=_0x1c9cab[_0x1943('0xc')]&&Object[_0x1943('0x85')][_0x1943('0x1d')](_0x1c9cab,_0x1943('0xc'))&&_0x2a90fe[_0x1943('0x5d')](0x18)['bool'](_0x1c9cab[_0x1943('0xc')]),null!=_0x1c9cab[_0x1943('0x3')]&&Object[_0x1943('0x85')][_0x1943('0x1d')](_0x1c9cab,_0x1943('0x3'))&&_0x2a90fe[_0x1943('0x5d')](0x20)['bool'](_0x1c9cab[_0x1943('0x3')]),_0x2a90fe;},_0x2f6ed8[_0x1943('0x8a')]=function(_0x3a53ef,_0xdd63e7){return this[_0x1943('0x16')](_0x3a53ef,_0xdd63e7)['ldelim']();},_0x2f6ed8[_0x1943('0x73')]=function(_0x58f7ee,_0xdd49a5){_0x58f7ee instanceof j||(_0x58f7ee=j['create'](_0x58f7ee));let _0x26021f=void 0x0===_0xdd49a5?_0x58f7ee['len']:_0x58f7ee[_0x1943('0x3d')]+_0xdd49a5,_0x1963bc=new v[(_0x1943('0x2d'))]();for(;_0x58f7ee[_0x1943('0x3d')]<_0x26021f;){let _0x219f96=_0x58f7ee['uint32']();switch(_0x219f96>>>0x3){case 0x1:_0x1963bc[_0x1943('0x46')]=v[_0x1943('0x69')][_0x1943('0x73')](_0x58f7ee,_0x58f7ee[_0x1943('0x5d')]());break;case 0x2:_0x1963bc[_0x1943('0x6d')]&&_0x1963bc[_0x1943('0x6d')]['length']||(_0x1963bc[_0x1943('0x6d')]=[]),_0x1963bc[_0x1943('0x6d')][_0x1943('0x90')](v[_0x1943('0x6')][_0x1943('0x73')](_0x58f7ee,_0x58f7ee[_0x1943('0x5d')]()));break;case 0x3:_0x1963bc['shouldReceiveAttributes']=_0x58f7ee['bool']();break;case 0x4:_0x1963bc['wasUndone']=_0x58f7ee[_0x1943('0x81')]();break;default:_0x58f7ee['skipType'](0x7&_0x219f96);}}return _0x1963bc;},_0x2f6ed8[_0x1943('0x1b')]=function(_0x2aabbb){return _0x2aabbb instanceof j||(_0x2aabbb=new j(_0x2aabbb)),this[_0x1943('0x73')](_0x2aabbb,_0x2aabbb[_0x1943('0x5d')]());},_0x2f6ed8[_0x1943('0x3f')]=function(_0x1a114d){if(_0x1943('0x2')!=typeof _0x1a114d||null===_0x1a114d)return _0x1943('0x5b');if(null!=_0x1a114d[_0x1943('0x46')]&&_0x1a114d[_0x1943('0x85')]('position')){let _0x455a40=v[_0x1943('0x69')][_0x1943('0x3f')](_0x1a114d['position']);if(_0x455a40)return _0x1943('0x4d')+_0x455a40;}if(null!=_0x1a114d[_0x1943('0x6d')]&&_0x1a114d['hasOwnProperty'](_0x1943('0x6d'))){if(!Array[_0x1943('0xb')](_0x1a114d[_0x1943('0x6d')]))return'nodes:\x20array\x20expected';for(let _0xb61100=0x0;_0xb61100<_0x1a114d['nodes'][_0x1943('0x13')];++_0xb61100){let _0x218452=v[_0x1943('0x6')][_0x1943('0x3f')](_0x1a114d[_0x1943('0x6d')][_0xb61100]);if(_0x218452)return _0x1943('0x7')+_0x218452;}}return null!=_0x1a114d['shouldReceiveAttributes']&&_0x1a114d[_0x1943('0x85')](_0x1943('0xc'))&&'boolean'!=typeof _0x1a114d[_0x1943('0xc')]?_0x1943('0x48'):null!=_0x1a114d['wasUndone']&&_0x1a114d[_0x1943('0x85')]('wasUndone')&&_0x1943('0x38')!=typeof _0x1a114d[_0x1943('0x3')]?_0x1943('0x68'):null;},_0x2f6ed8[_0x1943('0x25')]=function(_0x2f3351){if(_0x2f3351 instanceof v[_0x1943('0x2d')])return _0x2f3351;let _0x38bd79=new v[(_0x1943('0x2d'))]();if(null!=_0x2f3351[_0x1943('0x46')]){if(_0x1943('0x2')!=typeof _0x2f3351[_0x1943('0x46')])throw TypeError(_0x1943('0x5a'));_0x38bd79[_0x1943('0x46')]=v[_0x1943('0x69')][_0x1943('0x25')](_0x2f3351[_0x1943('0x46')]);}if(_0x2f3351['nodes']){if(!Array['isArray'](_0x2f3351[_0x1943('0x6d')]))throw TypeError(_0x1943('0x53'));_0x38bd79['nodes']=[];for(let _0x222697=0x0;_0x222697<_0x2f3351[_0x1943('0x6d')][_0x1943('0x13')];++_0x222697){if('object'!=typeof _0x2f3351[_0x1943('0x6d')][_0x222697])throw TypeError('.InsertOperation.nodes:\x20object\x20expected');_0x38bd79[_0x1943('0x6d')][_0x222697]=v['Element'][_0x1943('0x25')](_0x2f3351['nodes'][_0x222697]);}}return null!=_0x2f3351[_0x1943('0xc')]&&(_0x38bd79[_0x1943('0xc')]=Boolean(_0x2f3351['shouldReceiveAttributes'])),null!=_0x2f3351['wasUndone']&&(_0x38bd79[_0x1943('0x3')]=Boolean(_0x2f3351[_0x1943('0x3')])),_0x38bd79;},_0x2f6ed8[_0x1943('0x54')]=function(_0x1275cf,_0x18eff1){_0x18eff1||(_0x18eff1={});let _0x687a6d={};if((_0x18eff1[_0x1943('0x76')]||_0x18eff1[_0x1943('0x5f')])&&(_0x687a6d[_0x1943('0x6d')]=[]),_0x18eff1[_0x1943('0x5f')]&&(_0x687a6d['position']=null,_0x687a6d['shouldReceiveAttributes']=!0x1,_0x687a6d[_0x1943('0x3')]=!0x1),null!=_0x1275cf[_0x1943('0x46')]&&_0x1275cf[_0x1943('0x85')](_0x1943('0x46'))&&(_0x687a6d['position']=v['Position']['toObject'](_0x1275cf[_0x1943('0x46')],_0x18eff1)),_0x1275cf[_0x1943('0x6d')]&&_0x1275cf[_0x1943('0x6d')][_0x1943('0x13')]){_0x687a6d['nodes']=[];for(let _0x17a5b4=0x0;_0x17a5b4<_0x1275cf[_0x1943('0x6d')][_0x1943('0x13')];++_0x17a5b4)_0x687a6d[_0x1943('0x6d')][_0x17a5b4]=v['Element']['toObject'](_0x1275cf[_0x1943('0x6d')][_0x17a5b4],_0x18eff1);}return null!=_0x1275cf['shouldReceiveAttributes']&&_0x1275cf[_0x1943('0x85')](_0x1943('0xc'))&&(_0x687a6d[_0x1943('0xc')]=_0x1275cf[_0x1943('0xc')]),null!=_0x1275cf[_0x1943('0x3')]&&_0x1275cf[_0x1943('0x85')](_0x1943('0x3'))&&(_0x687a6d[_0x1943('0x3')]=_0x1275cf['wasUndone']),_0x687a6d;},_0x2f6ed8[_0x1943('0x33')][_0x1943('0x3a')]=function(){return this[_0x1943('0x8c')][_0x1943('0x54')](this,_0x7862b1[_0x1943('0x74')][_0x1943('0x23')]);},_0x2f6ed8[_0x1943('0x58')]=function(_0x257790){return void 0x0===_0x257790&&(_0x257790=_0x1943('0xa')),_0x257790+_0x1943('0x49');},_0x2f6ed8;})();export const MarkerOperation=v[_0x1943('0x4b')]=(()=>{function _0x3b1de9(_0x50470){if(_0x50470)for(let _0x5a765d=Object[_0x1943('0x2b')](_0x50470),_0x2d4705=0x0;_0x2d4705<_0x5a765d[_0x1943('0x13')];++_0x2d4705)null!=_0x50470[_0x5a765d[_0x2d4705]]&&(this[_0x5a765d[_0x2d4705]]=_0x50470[_0x5a765d[_0x2d4705]]);}return _0x3b1de9['prototype'][_0x1943('0x2f')]='',_0x3b1de9[_0x1943('0x33')]['oldRange']=null,_0x3b1de9[_0x1943('0x33')][_0x1943('0x51')]=null,_0x3b1de9['prototype']['affectsData']=!0x1,_0x3b1de9['prototype'][_0x1943('0x3')]=!0x1,_0x3b1de9[_0x1943('0x19')]=function(_0x39f0d7){return new _0x3b1de9(_0x39f0d7);},_0x3b1de9[_0x1943('0x16')]=function(_0x1c5878,_0x5ca674){return _0x5ca674||(_0x5ca674=y[_0x1943('0x19')]()),null!=_0x1c5878[_0x1943('0x2f')]&&Object[_0x1943('0x85')]['call'](_0x1c5878,_0x1943('0x2f'))&&_0x5ca674['uint32'](0xa)['string'](_0x1c5878['name']),null!=_0x1c5878[_0x1943('0xe')]&&Object['hasOwnProperty'][_0x1943('0x1d')](_0x1c5878,_0x1943('0xe'))&&v[_0x1943('0x63')][_0x1943('0x16')](_0x1c5878[_0x1943('0xe')],_0x5ca674[_0x1943('0x5d')](0x12)[_0x1943('0x22')]())[_0x1943('0x7c')](),null!=_0x1c5878[_0x1943('0x51')]&&Object[_0x1943('0x85')][_0x1943('0x1d')](_0x1c5878,'newRange')&&v[_0x1943('0x63')][_0x1943('0x16')](_0x1c5878[_0x1943('0x51')],_0x5ca674[_0x1943('0x5d')](0x1a)[_0x1943('0x22')]())['ldelim'](),null!=_0x1c5878[_0x1943('0x77')]&&Object[_0x1943('0x85')][_0x1943('0x1d')](_0x1c5878,'affectsData')&&_0x5ca674['uint32'](0x20)[_0x1943('0x81')](_0x1c5878[_0x1943('0x77')]),null!=_0x1c5878[_0x1943('0x3')]&&Object['hasOwnProperty'][_0x1943('0x1d')](_0x1c5878,_0x1943('0x3'))&&_0x5ca674[_0x1943('0x5d')](0x28)[_0x1943('0x81')](_0x1c5878[_0x1943('0x3')]),_0x5ca674;},_0x3b1de9[_0x1943('0x8a')]=function(_0x356543,_0x190721){return this[_0x1943('0x16')](_0x356543,_0x190721)[_0x1943('0x7c')]();},_0x3b1de9[_0x1943('0x73')]=function(_0x64b23d,_0x3a3ec7){_0x64b23d instanceof j||(_0x64b23d=j['create'](_0x64b23d));let _0x1ec2b0=void 0x0===_0x3a3ec7?_0x64b23d[_0x1943('0x12')]:_0x64b23d[_0x1943('0x3d')]+_0x3a3ec7,_0x3e24d3=new v[(_0x1943('0x4b'))]();for(;_0x64b23d[_0x1943('0x3d')]<_0x1ec2b0;){let _0x52b15f=_0x64b23d[_0x1943('0x5d')]();switch(_0x52b15f>>>0x3){case 0x1:_0x3e24d3[_0x1943('0x2f')]=_0x64b23d['string']();break;case 0x2:_0x3e24d3[_0x1943('0xe')]=v[_0x1943('0x63')][_0x1943('0x73')](_0x64b23d,_0x64b23d[_0x1943('0x5d')]());break;case 0x3:_0x3e24d3[_0x1943('0x51')]=v[_0x1943('0x63')][_0x1943('0x73')](_0x64b23d,_0x64b23d[_0x1943('0x5d')]());break;case 0x4:_0x3e24d3[_0x1943('0x77')]=_0x64b23d[_0x1943('0x81')]();break;case 0x5:_0x3e24d3[_0x1943('0x3')]=_0x64b23d[_0x1943('0x81')]();break;default:_0x64b23d[_0x1943('0x44')](0x7&_0x52b15f);}}return _0x3e24d3;},_0x3b1de9['decodeDelimited']=function(_0x261644){return _0x261644 instanceof j||(_0x261644=new j(_0x261644)),this['decode'](_0x261644,_0x261644[_0x1943('0x5d')]());},_0x3b1de9[_0x1943('0x3f')]=function(_0x2b6cc2){if(_0x1943('0x2')!=typeof _0x2b6cc2||null===_0x2b6cc2)return _0x1943('0x5b');if(null!=_0x2b6cc2['name']&&_0x2b6cc2['hasOwnProperty'](_0x1943('0x2f'))&&!k['isString'](_0x2b6cc2['name']))return _0x1943('0x65');if(null!=_0x2b6cc2[_0x1943('0xe')]&&_0x2b6cc2[_0x1943('0x85')](_0x1943('0xe'))){let _0x5d0744=v[_0x1943('0x63')][_0x1943('0x3f')](_0x2b6cc2[_0x1943('0xe')]);if(_0x5d0744)return _0x1943('0x27')+_0x5d0744;}if(null!=_0x2b6cc2[_0x1943('0x51')]&&_0x2b6cc2[_0x1943('0x85')](_0x1943('0x51'))){let _0x4b5e2c=v[_0x1943('0x63')][_0x1943('0x3f')](_0x2b6cc2[_0x1943('0x51')]);if(_0x4b5e2c)return _0x1943('0x14')+_0x4b5e2c;}return null!=_0x2b6cc2[_0x1943('0x77')]&&_0x2b6cc2[_0x1943('0x85')](_0x1943('0x77'))&&_0x1943('0x38')!=typeof _0x2b6cc2[_0x1943('0x77')]?_0x1943('0x18'):null!=_0x2b6cc2[_0x1943('0x3')]&&_0x2b6cc2['hasOwnProperty'](_0x1943('0x3'))&&'boolean'!=typeof _0x2b6cc2[_0x1943('0x3')]?_0x1943('0x68'):null;},_0x3b1de9['fromObject']=function(_0x384da4){if(_0x384da4 instanceof v[_0x1943('0x4b')])return _0x384da4;let _0x201cc0=new v['MarkerOperation']();if(null!=_0x384da4['name']&&(_0x201cc0[_0x1943('0x2f')]=String(_0x384da4['name'])),null!=_0x384da4['oldRange']){if('object'!=typeof _0x384da4[_0x1943('0xe')])throw TypeError(_0x1943('0x8d'));_0x201cc0['oldRange']=v[_0x1943('0x63')][_0x1943('0x25')](_0x384da4[_0x1943('0xe')]);}if(null!=_0x384da4['newRange']){if(_0x1943('0x2')!=typeof _0x384da4[_0x1943('0x51')])throw TypeError(_0x1943('0x78'));_0x201cc0[_0x1943('0x51')]=v[_0x1943('0x63')][_0x1943('0x25')](_0x384da4['newRange']);}return null!=_0x384da4[_0x1943('0x77')]&&(_0x201cc0['affectsData']=Boolean(_0x384da4[_0x1943('0x77')])),null!=_0x384da4[_0x1943('0x3')]&&(_0x201cc0[_0x1943('0x3')]=Boolean(_0x384da4[_0x1943('0x3')])),_0x201cc0;},_0x3b1de9[_0x1943('0x54')]=function(_0x5a3685,_0xbcf62d){_0xbcf62d||(_0xbcf62d={});let _0x5689f0={};return _0xbcf62d['defaults']&&(_0x5689f0[_0x1943('0x2f')]='',_0x5689f0[_0x1943('0xe')]=null,_0x5689f0[_0x1943('0x51')]=null,_0x5689f0['affectsData']=!0x1,_0x5689f0[_0x1943('0x3')]=!0x1),null!=_0x5a3685[_0x1943('0x2f')]&&_0x5a3685['hasOwnProperty'](_0x1943('0x2f'))&&(_0x5689f0['name']=_0x5a3685[_0x1943('0x2f')]),null!=_0x5a3685[_0x1943('0xe')]&&_0x5a3685[_0x1943('0x85')](_0x1943('0xe'))&&(_0x5689f0[_0x1943('0xe')]=v[_0x1943('0x63')]['toObject'](_0x5a3685[_0x1943('0xe')],_0xbcf62d)),null!=_0x5a3685[_0x1943('0x51')]&&_0x5a3685[_0x1943('0x85')](_0x1943('0x51'))&&(_0x5689f0['newRange']=v[_0x1943('0x63')][_0x1943('0x54')](_0x5a3685[_0x1943('0x51')],_0xbcf62d)),null!=_0x5a3685[_0x1943('0x77')]&&_0x5a3685[_0x1943('0x85')](_0x1943('0x77'))&&(_0x5689f0['affectsData']=_0x5a3685['affectsData']),null!=_0x5a3685[_0x1943('0x3')]&&_0x5a3685[_0x1943('0x85')](_0x1943('0x3'))&&(_0x5689f0[_0x1943('0x3')]=_0x5a3685[_0x1943('0x3')]),_0x5689f0;},_0x3b1de9[_0x1943('0x33')][_0x1943('0x3a')]=function(){return this[_0x1943('0x8c')][_0x1943('0x54')](this,_0x7862b1[_0x1943('0x74')]['toJSONOptions']);},_0x3b1de9[_0x1943('0x58')]=function(_0x2f2734){return void 0x0===_0x2f2734&&(_0x2f2734=_0x1943('0xa')),_0x2f2734+_0x1943('0x41');},_0x3b1de9;})();export const MergeOperation=v[_0x1943('0x6b')]=(()=>{function _0x11928f(_0x5c4686){if(_0x5c4686)for(let _0x146172=Object[_0x1943('0x2b')](_0x5c4686),_0x291f3e=0x0;_0x291f3e<_0x146172['length'];++_0x291f3e)null!=_0x5c4686[_0x146172[_0x291f3e]]&&(this[_0x146172[_0x291f3e]]=_0x5c4686[_0x146172[_0x291f3e]]);}return _0x11928f[_0x1943('0x33')]['sourcePosition']=null,_0x11928f['prototype'][_0x1943('0x7f')]=null,_0x11928f[_0x1943('0x33')][_0x1943('0x91')]=null,_0x11928f[_0x1943('0x33')][_0x1943('0x61')]=0x0,_0x11928f[_0x1943('0x33')]['wasUndone']=!0x1,_0x11928f['create']=function(_0x499d92){return new _0x11928f(_0x499d92);},_0x11928f[_0x1943('0x16')]=function(_0x14821d,_0x5aa8d2){return _0x5aa8d2||(_0x5aa8d2=y[_0x1943('0x19')]()),null!=_0x14821d[_0x1943('0x2a')]&&Object[_0x1943('0x85')][_0x1943('0x1d')](_0x14821d,'sourcePosition')&&v['Position'][_0x1943('0x16')](_0x14821d[_0x1943('0x2a')],_0x5aa8d2['uint32'](0xa)['fork']())[_0x1943('0x7c')](),null!=_0x14821d['targetPosition']&&Object[_0x1943('0x85')]['call'](_0x14821d,_0x1943('0x7f'))&&v[_0x1943('0x69')][_0x1943('0x16')](_0x14821d[_0x1943('0x7f')],_0x5aa8d2[_0x1943('0x5d')](0x12)[_0x1943('0x22')]())[_0x1943('0x7c')](),null!=_0x14821d[_0x1943('0x91')]&&Object[_0x1943('0x85')]['call'](_0x14821d,_0x1943('0x91'))&&v[_0x1943('0x69')][_0x1943('0x16')](_0x14821d[_0x1943('0x91')],_0x5aa8d2[_0x1943('0x5d')](0x1a)[_0x1943('0x22')]())['ldelim'](),null!=_0x14821d[_0x1943('0x61')]&&Object['hasOwnProperty'][_0x1943('0x1d')](_0x14821d,'howMany')&&_0x5aa8d2[_0x1943('0x5d')](0x20)['uint32'](_0x14821d[_0x1943('0x61')]),null!=_0x14821d[_0x1943('0x3')]&&Object[_0x1943('0x85')]['call'](_0x14821d,_0x1943('0x3'))&&_0x5aa8d2[_0x1943('0x5d')](0x28)[_0x1943('0x81')](_0x14821d[_0x1943('0x3')]),_0x5aa8d2;},_0x11928f[_0x1943('0x8a')]=function(_0xc7ce11,_0x4ecedb){return this[_0x1943('0x16')](_0xc7ce11,_0x4ecedb)[_0x1943('0x7c')]();},_0x11928f[_0x1943('0x73')]=function(_0x5bbf3a,_0x983a12){_0x5bbf3a instanceof j||(_0x5bbf3a=j[_0x1943('0x19')](_0x5bbf3a));let _0x1ae709=void 0x0===_0x983a12?_0x5bbf3a['len']:_0x5bbf3a[_0x1943('0x3d')]+_0x983a12,_0x14c0ca=new v[(_0x1943('0x6b'))]();for(;_0x5bbf3a[_0x1943('0x3d')]<_0x1ae709;){let _0x5e118a=_0x5bbf3a[_0x1943('0x5d')]();switch(_0x5e118a>>>0x3){case 0x1:_0x14c0ca['sourcePosition']=v[_0x1943('0x69')]['decode'](_0x5bbf3a,_0x5bbf3a[_0x1943('0x5d')]());break;case 0x2:_0x14c0ca[_0x1943('0x7f')]=v[_0x1943('0x69')]['decode'](_0x5bbf3a,_0x5bbf3a['uint32']());break;case 0x3:_0x14c0ca[_0x1943('0x91')]=v[_0x1943('0x69')]['decode'](_0x5bbf3a,_0x5bbf3a[_0x1943('0x5d')]());break;case 0x4:_0x14c0ca[_0x1943('0x61')]=_0x5bbf3a[_0x1943('0x5d')]();break;case 0x5:_0x14c0ca['wasUndone']=_0x5bbf3a[_0x1943('0x81')]();break;default:_0x5bbf3a[_0x1943('0x44')](0x7&_0x5e118a);}}return _0x14c0ca;},_0x11928f['decodeDelimited']=function(_0x130ca2){return _0x130ca2 instanceof j||(_0x130ca2=new j(_0x130ca2)),this['decode'](_0x130ca2,_0x130ca2['uint32']());},_0x11928f[_0x1943('0x3f')]=function(_0x22dd37){if(_0x1943('0x2')!=typeof _0x22dd37||null===_0x22dd37)return _0x1943('0x5b');if(null!=_0x22dd37[_0x1943('0x2a')]&&_0x22dd37['hasOwnProperty'](_0x1943('0x2a'))){let _0x5c215a=v[_0x1943('0x69')][_0x1943('0x3f')](_0x22dd37['sourcePosition']);if(_0x5c215a)return _0x1943('0x8')+_0x5c215a;}if(null!=_0x22dd37[_0x1943('0x7f')]&&_0x22dd37[_0x1943('0x85')]('targetPosition')){let _0x125f3f=v[_0x1943('0x69')]['verify'](_0x22dd37['targetPosition']);if(_0x125f3f)return _0x1943('0x10')+_0x125f3f;}if(null!=_0x22dd37['graveyardPosition']&&_0x22dd37['hasOwnProperty'](_0x1943('0x91'))){let _0x2f83ca=v[_0x1943('0x69')][_0x1943('0x3f')](_0x22dd37['graveyardPosition']);if(_0x2f83ca)return _0x1943('0x35')+_0x2f83ca;}return null!=_0x22dd37[_0x1943('0x61')]&&_0x22dd37['hasOwnProperty']('howMany')&&!k['isInteger'](_0x22dd37[_0x1943('0x61')])?_0x1943('0x4c'):null!=_0x22dd37[_0x1943('0x3')]&&_0x22dd37[_0x1943('0x85')](_0x1943('0x3'))&&_0x1943('0x38')!=typeof _0x22dd37[_0x1943('0x3')]?'wasUndone:\x20boolean\x20expected':null;},_0x11928f[_0x1943('0x25')]=function(_0x39924d){if(_0x39924d instanceof v[_0x1943('0x6b')])return _0x39924d;let _0x3dbca7=new v[(_0x1943('0x6b'))]();if(null!=_0x39924d['sourcePosition']){if(_0x1943('0x2')!=typeof _0x39924d[_0x1943('0x2a')])throw TypeError('.MergeOperation.sourcePosition:\x20object\x20expected');_0x3dbca7[_0x1943('0x2a')]=v['Position']['fromObject'](_0x39924d[_0x1943('0x2a')]);}if(null!=_0x39924d[_0x1943('0x7f')]){if(_0x1943('0x2')!=typeof _0x39924d[_0x1943('0x7f')])throw TypeError(_0x1943('0x79'));_0x3dbca7[_0x1943('0x7f')]=v['Position'][_0x1943('0x25')](_0x39924d['targetPosition']);}if(null!=_0x39924d['graveyardPosition']){if(_0x1943('0x2')!=typeof _0x39924d['graveyardPosition'])throw TypeError(_0x1943('0x6a'));_0x3dbca7[_0x1943('0x91')]=v[_0x1943('0x69')][_0x1943('0x25')](_0x39924d['graveyardPosition']);}return null!=_0x39924d[_0x1943('0x61')]&&(_0x3dbca7[_0x1943('0x61')]=_0x39924d[_0x1943('0x61')]>>>0x0),null!=_0x39924d[_0x1943('0x3')]&&(_0x3dbca7[_0x1943('0x3')]=Boolean(_0x39924d[_0x1943('0x3')])),_0x3dbca7;},_0x11928f['toObject']=function(_0x4b50f4,_0x31833e){_0x31833e||(_0x31833e={});let _0xa50555={};return _0x31833e[_0x1943('0x5f')]&&(_0xa50555[_0x1943('0x2a')]=null,_0xa50555[_0x1943('0x7f')]=null,_0xa50555['graveyardPosition']=null,_0xa50555[_0x1943('0x61')]=0x0,_0xa50555['wasUndone']=!0x1),null!=_0x4b50f4[_0x1943('0x2a')]&&_0x4b50f4[_0x1943('0x85')](_0x1943('0x2a'))&&(_0xa50555[_0x1943('0x2a')]=v[_0x1943('0x69')][_0x1943('0x54')](_0x4b50f4[_0x1943('0x2a')],_0x31833e)),null!=_0x4b50f4[_0x1943('0x7f')]&&_0x4b50f4['hasOwnProperty'](_0x1943('0x7f'))&&(_0xa50555[_0x1943('0x7f')]=v[_0x1943('0x69')][_0x1943('0x54')](_0x4b50f4[_0x1943('0x7f')],_0x31833e)),null!=_0x4b50f4[_0x1943('0x91')]&&_0x4b50f4[_0x1943('0x85')](_0x1943('0x91'))&&(_0xa50555[_0x1943('0x91')]=v[_0x1943('0x69')][_0x1943('0x54')](_0x4b50f4[_0x1943('0x91')],_0x31833e)),null!=_0x4b50f4['howMany']&&_0x4b50f4[_0x1943('0x85')]('howMany')&&(_0xa50555[_0x1943('0x61')]=_0x4b50f4[_0x1943('0x61')]),null!=_0x4b50f4[_0x1943('0x3')]&&_0x4b50f4[_0x1943('0x85')](_0x1943('0x3'))&&(_0xa50555['wasUndone']=_0x4b50f4[_0x1943('0x3')]),_0xa50555;},_0x11928f[_0x1943('0x33')]['toJSON']=function(){return this[_0x1943('0x8c')][_0x1943('0x54')](this,_0x7862b1['util'][_0x1943('0x23')]);},_0x11928f['getTypeUrl']=function(_0x329518){return void 0x0===_0x329518&&(_0x329518='type.googleapis.com'),_0x329518+_0x1943('0x3b');},_0x11928f;})();export const MoveOperation=v['MoveOperation']=(()=>{function _0x528bd9(_0x44b595){if(_0x44b595)for(let _0x6adc6d=Object['keys'](_0x44b595),_0x1506f3=0x0;_0x1506f3<_0x6adc6d['length'];++_0x1506f3)null!=_0x44b595[_0x6adc6d[_0x1506f3]]&&(this[_0x6adc6d[_0x1506f3]]=_0x44b595[_0x6adc6d[_0x1506f3]]);}return _0x528bd9[_0x1943('0x33')]['sourcePosition']=null,_0x528bd9[_0x1943('0x33')][_0x1943('0x61')]=0x0,_0x528bd9[_0x1943('0x33')][_0x1943('0x7f')]=null,_0x528bd9['prototype'][_0x1943('0x3')]=!0x1,_0x528bd9[_0x1943('0x19')]=function(_0x40e4cc){return new _0x528bd9(_0x40e4cc);},_0x528bd9[_0x1943('0x16')]=function(_0x190e2c,_0xc65c09){return _0xc65c09||(_0xc65c09=y[_0x1943('0x19')]()),null!=_0x190e2c['sourcePosition']&&Object[_0x1943('0x85')][_0x1943('0x1d')](_0x190e2c,_0x1943('0x2a'))&&v[_0x1943('0x69')]['encode'](_0x190e2c['sourcePosition'],_0xc65c09[_0x1943('0x5d')](0xa)[_0x1943('0x22')]())[_0x1943('0x7c')](),null!=_0x190e2c[_0x1943('0x61')]&&Object[_0x1943('0x85')]['call'](_0x190e2c,_0x1943('0x61'))&&_0xc65c09[_0x1943('0x5d')](0x10)['uint32'](_0x190e2c[_0x1943('0x61')]),null!=_0x190e2c[_0x1943('0x7f')]&&Object[_0x1943('0x85')][_0x1943('0x1d')](_0x190e2c,_0x1943('0x7f'))&&v[_0x1943('0x69')][_0x1943('0x16')](_0x190e2c['targetPosition'],_0xc65c09[_0x1943('0x5d')](0x1a)[_0x1943('0x22')]())['ldelim'](),null!=_0x190e2c[_0x1943('0x3')]&&Object['hasOwnProperty'][_0x1943('0x1d')](_0x190e2c,_0x1943('0x3'))&&_0xc65c09[_0x1943('0x5d')](0x20)[_0x1943('0x81')](_0x190e2c[_0x1943('0x3')]),_0xc65c09;},_0x528bd9[_0x1943('0x8a')]=function(_0x5e6149,_0x4086c5){return this[_0x1943('0x16')](_0x5e6149,_0x4086c5)[_0x1943('0x7c')]();},_0x528bd9[_0x1943('0x73')]=function(_0x29ff85,_0x12ca02){_0x29ff85 instanceof j||(_0x29ff85=j[_0x1943('0x19')](_0x29ff85));let _0x215d49=void 0x0===_0x12ca02?_0x29ff85[_0x1943('0x12')]:_0x29ff85['pos']+_0x12ca02,_0x427d96=new v[(_0x1943('0x3e'))]();for(;_0x29ff85[_0x1943('0x3d')]<_0x215d49;){let _0xa10a92=_0x29ff85[_0x1943('0x5d')]();switch(_0xa10a92>>>0x3){case 0x1:_0x427d96[_0x1943('0x2a')]=v[_0x1943('0x69')][_0x1943('0x73')](_0x29ff85,_0x29ff85['uint32']());break;case 0x2:_0x427d96[_0x1943('0x61')]=_0x29ff85[_0x1943('0x5d')]();break;case 0x3:_0x427d96[_0x1943('0x7f')]=v[_0x1943('0x69')][_0x1943('0x73')](_0x29ff85,_0x29ff85[_0x1943('0x5d')]());break;case 0x4:_0x427d96[_0x1943('0x3')]=_0x29ff85['bool']();break;default:_0x29ff85[_0x1943('0x44')](0x7&_0xa10a92);}}return _0x427d96;},_0x528bd9[_0x1943('0x1b')]=function(_0x4a6fc5){return _0x4a6fc5 instanceof j||(_0x4a6fc5=new j(_0x4a6fc5)),this[_0x1943('0x73')](_0x4a6fc5,_0x4a6fc5[_0x1943('0x5d')]());},_0x528bd9[_0x1943('0x3f')]=function(_0x2aa1f7){if(_0x1943('0x2')!=typeof _0x2aa1f7||null===_0x2aa1f7)return _0x1943('0x5b');if(null!=_0x2aa1f7['sourcePosition']&&_0x2aa1f7[_0x1943('0x85')]('sourcePosition')){let _0x556106=v[_0x1943('0x69')]['verify'](_0x2aa1f7[_0x1943('0x2a')]);if(_0x556106)return _0x1943('0x8')+_0x556106;}if(null!=_0x2aa1f7['howMany']&&_0x2aa1f7[_0x1943('0x85')](_0x1943('0x61'))&&!k['isInteger'](_0x2aa1f7[_0x1943('0x61')]))return _0x1943('0x4c');if(null!=_0x2aa1f7[_0x1943('0x7f')]&&_0x2aa1f7['hasOwnProperty']('targetPosition')){let _0x1f07ee=v[_0x1943('0x69')]['verify'](_0x2aa1f7['targetPosition']);if(_0x1f07ee)return'targetPosition.'+_0x1f07ee;}return null!=_0x2aa1f7['wasUndone']&&_0x2aa1f7[_0x1943('0x85')](_0x1943('0x3'))&&'boolean'!=typeof _0x2aa1f7['wasUndone']?_0x1943('0x68'):null;},_0x528bd9['fromObject']=function(_0x8e80ac){if(_0x8e80ac instanceof v[_0x1943('0x3e')])return _0x8e80ac;let _0x40db76=new v[(_0x1943('0x3e'))]();if(null!=_0x8e80ac[_0x1943('0x2a')]){if(_0x1943('0x2')!=typeof _0x8e80ac[_0x1943('0x2a')])throw TypeError(_0x1943('0x55'));_0x40db76[_0x1943('0x2a')]=v[_0x1943('0x69')]['fromObject'](_0x8e80ac[_0x1943('0x2a')]);}if(null!=_0x8e80ac[_0x1943('0x61')]&&(_0x40db76['howMany']=_0x8e80ac[_0x1943('0x61')]>>>0x0),null!=_0x8e80ac[_0x1943('0x7f')]){if(_0x1943('0x2')!=typeof _0x8e80ac[_0x1943('0x7f')])throw TypeError(_0x1943('0x82'));_0x40db76['targetPosition']=v[_0x1943('0x69')][_0x1943('0x25')](_0x8e80ac[_0x1943('0x7f')]);}return null!=_0x8e80ac[_0x1943('0x3')]&&(_0x40db76[_0x1943('0x3')]=Boolean(_0x8e80ac['wasUndone'])),_0x40db76;},_0x528bd9[_0x1943('0x54')]=function(_0x45b06a,_0xbf076a){_0xbf076a||(_0xbf076a={});let _0x99bb9c={};return _0xbf076a[_0x1943('0x5f')]&&(_0x99bb9c['sourcePosition']=null,_0x99bb9c[_0x1943('0x61')]=0x0,_0x99bb9c['targetPosition']=null,_0x99bb9c['wasUndone']=!0x1),null!=_0x45b06a[_0x1943('0x2a')]&&_0x45b06a['hasOwnProperty'](_0x1943('0x2a'))&&(_0x99bb9c[_0x1943('0x2a')]=v[_0x1943('0x69')][_0x1943('0x54')](_0x45b06a[_0x1943('0x2a')],_0xbf076a)),null!=_0x45b06a[_0x1943('0x61')]&&_0x45b06a[_0x1943('0x85')](_0x1943('0x61'))&&(_0x99bb9c['howMany']=_0x45b06a[_0x1943('0x61')]),null!=_0x45b06a[_0x1943('0x7f')]&&_0x45b06a[_0x1943('0x85')](_0x1943('0x7f'))&&(_0x99bb9c[_0x1943('0x7f')]=v[_0x1943('0x69')][_0x1943('0x54')](_0x45b06a[_0x1943('0x7f')],_0xbf076a)),null!=_0x45b06a['wasUndone']&&_0x45b06a[_0x1943('0x85')](_0x1943('0x3'))&&(_0x99bb9c[_0x1943('0x3')]=_0x45b06a[_0x1943('0x3')]),_0x99bb9c;},_0x528bd9[_0x1943('0x33')][_0x1943('0x3a')]=function(){return this['constructor']['toObject'](this,_0x7862b1['util'][_0x1943('0x23')]);},_0x528bd9[_0x1943('0x58')]=function(_0x3b5f9d){return void 0x0===_0x3b5f9d&&(_0x3b5f9d=_0x1943('0xa')),_0x3b5f9d+'/MoveOperation';},_0x528bd9;})();export const RenameOperation=v[_0x1943('0x86')]=(()=>{function _0x1ba8b4(_0x4df853){if(_0x4df853)for(let _0x4e5f7e=Object[_0x1943('0x2b')](_0x4df853),_0xe815b=0x0;_0xe815b<_0x4e5f7e[_0x1943('0x13')];++_0xe815b)null!=_0x4df853[_0x4e5f7e[_0xe815b]]&&(this[_0x4e5f7e[_0xe815b]]=_0x4df853[_0x4e5f7e[_0xe815b]]);}return _0x1ba8b4['prototype']['position']=null,_0x1ba8b4['prototype']['oldName']='',_0x1ba8b4[_0x1943('0x33')][_0x1943('0x26')]='',_0x1ba8b4['prototype'][_0x1943('0x3')]=!0x1,_0x1ba8b4[_0x1943('0x19')]=function(_0x2672a5){return new _0x1ba8b4(_0x2672a5);},_0x1ba8b4[_0x1943('0x16')]=function(_0x63f891,_0x591ad9){return _0x591ad9||(_0x591ad9=y[_0x1943('0x19')]()),null!=_0x63f891[_0x1943('0x46')]&&Object['hasOwnProperty']['call'](_0x63f891,_0x1943('0x46'))&&v['Position'][_0x1943('0x16')](_0x63f891[_0x1943('0x46')],_0x591ad9[_0x1943('0x5d')](0xa)[_0x1943('0x22')]())['ldelim'](),null!=_0x63f891[_0x1943('0x24')]&&Object[_0x1943('0x85')][_0x1943('0x1d')](_0x63f891,_0x1943('0x24'))&&_0x591ad9[_0x1943('0x5d')](0x12)[_0x1943('0x21')](_0x63f891[_0x1943('0x24')]),null!=_0x63f891[_0x1943('0x26')]&&Object[_0x1943('0x85')][_0x1943('0x1d')](_0x63f891,'newName')&&_0x591ad9[_0x1943('0x5d')](0x1a)['string'](_0x63f891[_0x1943('0x26')]),null!=_0x63f891[_0x1943('0x3')]&&Object[_0x1943('0x85')][_0x1943('0x1d')](_0x63f891,_0x1943('0x3'))&&_0x591ad9[_0x1943('0x5d')](0x20)[_0x1943('0x81')](_0x63f891['wasUndone']),_0x591ad9;},_0x1ba8b4['encodeDelimited']=function(_0x55be49,_0x1696d4){return this['encode'](_0x55be49,_0x1696d4)[_0x1943('0x7c')]();},_0x1ba8b4['decode']=function(_0x3b96f7,_0x45ffda){_0x3b96f7 instanceof j||(_0x3b96f7=j[_0x1943('0x19')](_0x3b96f7));let _0x535afd=void 0x0===_0x45ffda?_0x3b96f7[_0x1943('0x12')]:_0x3b96f7[_0x1943('0x3d')]+_0x45ffda,_0x459f79=new v[(_0x1943('0x86'))]();for(;_0x3b96f7[_0x1943('0x3d')]<_0x535afd;){let _0x3d007e=_0x3b96f7[_0x1943('0x5d')]();switch(_0x3d007e>>>0x3){case 0x1:_0x459f79[_0x1943('0x46')]=v['Position'][_0x1943('0x73')](_0x3b96f7,_0x3b96f7[_0x1943('0x5d')]());break;case 0x2:_0x459f79['oldName']=_0x3b96f7['string']();break;case 0x3:_0x459f79[_0x1943('0x26')]=_0x3b96f7['string']();break;case 0x4:_0x459f79[_0x1943('0x3')]=_0x3b96f7[_0x1943('0x81')]();break;default:_0x3b96f7[_0x1943('0x44')](0x7&_0x3d007e);}}return _0x459f79;},_0x1ba8b4[_0x1943('0x1b')]=function(_0x275ef9){return _0x275ef9 instanceof j||(_0x275ef9=new j(_0x275ef9)),this[_0x1943('0x73')](_0x275ef9,_0x275ef9['uint32']());},_0x1ba8b4[_0x1943('0x3f')]=function(_0x2c3724){if('object'!=typeof _0x2c3724||null===_0x2c3724)return _0x1943('0x5b');if(null!=_0x2c3724[_0x1943('0x46')]&&_0x2c3724[_0x1943('0x85')](_0x1943('0x46'))){let _0x18123c=v[_0x1943('0x69')][_0x1943('0x3f')](_0x2c3724[_0x1943('0x46')]);if(_0x18123c)return'position.'+_0x18123c;}return null!=_0x2c3724['oldName']&&_0x2c3724[_0x1943('0x85')](_0x1943('0x24'))&&!k[_0x1943('0x6e')](_0x2c3724[_0x1943('0x24')])?_0x1943('0x39'):null!=_0x2c3724[_0x1943('0x26')]&&_0x2c3724[_0x1943('0x85')](_0x1943('0x26'))&&!k['isString'](_0x2c3724['newName'])?_0x1943('0x4e'):null!=_0x2c3724[_0x1943('0x3')]&&_0x2c3724[_0x1943('0x85')](_0x1943('0x3'))&&_0x1943('0x38')!=typeof _0x2c3724[_0x1943('0x3')]?_0x1943('0x68'):null;},_0x1ba8b4['fromObject']=function(_0x55c01d){if(_0x55c01d instanceof v[_0x1943('0x86')])return _0x55c01d;let _0x5735e9=new v[(_0x1943('0x86'))]();if(null!=_0x55c01d[_0x1943('0x46')]){if('object'!=typeof _0x55c01d[_0x1943('0x46')])throw TypeError('.RenameOperation.position:\x20object\x20expected');_0x5735e9[_0x1943('0x46')]=v[_0x1943('0x69')][_0x1943('0x25')](_0x55c01d[_0x1943('0x46')]);}return null!=_0x55c01d[_0x1943('0x24')]&&(_0x5735e9[_0x1943('0x24')]=String(_0x55c01d[_0x1943('0x24')])),null!=_0x55c01d[_0x1943('0x26')]&&(_0x5735e9['newName']=String(_0x55c01d[_0x1943('0x26')])),null!=_0x55c01d[_0x1943('0x3')]&&(_0x5735e9[_0x1943('0x3')]=Boolean(_0x55c01d[_0x1943('0x3')])),_0x5735e9;},_0x1ba8b4[_0x1943('0x54')]=function(_0x70e481,_0xdc9c5f){_0xdc9c5f||(_0xdc9c5f={});let _0x3c3a3d={};return _0xdc9c5f[_0x1943('0x5f')]&&(_0x3c3a3d[_0x1943('0x46')]=null,_0x3c3a3d[_0x1943('0x24')]='',_0x3c3a3d[_0x1943('0x26')]='',_0x3c3a3d['wasUndone']=!0x1),null!=_0x70e481[_0x1943('0x46')]&&_0x70e481[_0x1943('0x85')](_0x1943('0x46'))&&(_0x3c3a3d[_0x1943('0x46')]=v[_0x1943('0x69')][_0x1943('0x54')](_0x70e481['position'],_0xdc9c5f)),null!=_0x70e481[_0x1943('0x24')]&&_0x70e481[_0x1943('0x85')](_0x1943('0x24'))&&(_0x3c3a3d['oldName']=_0x70e481[_0x1943('0x24')]),null!=_0x70e481[_0x1943('0x26')]&&_0x70e481[_0x1943('0x85')]('newName')&&(_0x3c3a3d[_0x1943('0x26')]=_0x70e481[_0x1943('0x26')]),null!=_0x70e481[_0x1943('0x3')]&&_0x70e481[_0x1943('0x85')](_0x1943('0x3'))&&(_0x3c3a3d[_0x1943('0x3')]=_0x70e481[_0x1943('0x3')]),_0x3c3a3d;},_0x1ba8b4[_0x1943('0x33')]['toJSON']=function(){return this['constructor'][_0x1943('0x54')](this,_0x7862b1[_0x1943('0x74')][_0x1943('0x23')]);},_0x1ba8b4['getTypeUrl']=function(_0x44582d){return void 0x0===_0x44582d&&(_0x44582d=_0x1943('0xa')),_0x44582d+_0x1943('0x43');},_0x1ba8b4;})();export const RootAttributeOperation=v[_0x1943('0x2c')]=(()=>{function _0x576533(_0x17a605){if(_0x17a605)for(let _0x46ccd0=Object[_0x1943('0x2b')](_0x17a605),_0x13ccc3=0x0;_0x13ccc3<_0x46ccd0['length'];++_0x13ccc3)null!=_0x17a605[_0x46ccd0[_0x13ccc3]]&&(this[_0x46ccd0[_0x13ccc3]]=_0x17a605[_0x46ccd0[_0x13ccc3]]);}return _0x576533[_0x1943('0x33')][_0x1943('0x0')]='',_0x576533[_0x1943('0x33')][_0x1943('0x32')]='',_0x576533[_0x1943('0x33')][_0x1943('0x45')]=!0x1,_0x576533[_0x1943('0x33')]['oldValueJson']='',_0x576533[_0x1943('0x33')][_0x1943('0x56')]=!0x1,_0x576533['prototype'][_0x1943('0x8b')]='',_0x576533['prototype'][_0x1943('0x3')]=!0x1,_0x576533[_0x1943('0x19')]=function(_0x4bfb2d){return new _0x576533(_0x4bfb2d);},_0x576533[_0x1943('0x16')]=function(_0x20c5de,_0x3ade35){return _0x3ade35||(_0x3ade35=y['create']()),null!=_0x20c5de[_0x1943('0x0')]&&Object[_0x1943('0x85')][_0x1943('0x1d')](_0x20c5de,_0x1943('0x0'))&&_0x3ade35['uint32'](0xa)['string'](_0x20c5de['root']),null!=_0x20c5de[_0x1943('0x32')]&&Object['hasOwnProperty'][_0x1943('0x1d')](_0x20c5de,_0x1943('0x32'))&&_0x3ade35['uint32'](0x12)[_0x1943('0x21')](_0x20c5de[_0x1943('0x32')]),null!=_0x20c5de['oldValueBoolean']&&Object['hasOwnProperty'][_0x1943('0x1d')](_0x20c5de,'oldValueBoolean')&&_0x3ade35[_0x1943('0x5d')](0x18)['bool'](_0x20c5de[_0x1943('0x45')]),null!=_0x20c5de[_0x1943('0x60')]&&Object[_0x1943('0x85')]['call'](_0x20c5de,_0x1943('0x60'))&&_0x3ade35[_0x1943('0x5d')](0x22)['string'](_0x20c5de[_0x1943('0x60')]),null!=_0x20c5de[_0x1943('0x56')]&&Object[_0x1943('0x85')][_0x1943('0x1d')](_0x20c5de,'newValueBoolean')&&_0x3ade35[_0x1943('0x5d')](0x28)[_0x1943('0x81')](_0x20c5de[_0x1943('0x56')]),null!=_0x20c5de[_0x1943('0x8b')]&&Object[_0x1943('0x85')][_0x1943('0x1d')](_0x20c5de,_0x1943('0x8b'))&&_0x3ade35[_0x1943('0x5d')](0x32)[_0x1943('0x21')](_0x20c5de[_0x1943('0x8b')]),null!=_0x20c5de['wasUndone']&&Object[_0x1943('0x85')][_0x1943('0x1d')](_0x20c5de,'wasUndone')&&_0x3ade35[_0x1943('0x5d')](0x38)[_0x1943('0x81')](_0x20c5de[_0x1943('0x3')]),_0x3ade35;},_0x576533[_0x1943('0x8a')]=function(_0x101d7b,_0x1d0a28){return this['encode'](_0x101d7b,_0x1d0a28)[_0x1943('0x7c')]();},_0x576533['decode']=function(_0x2b8369,_0x2e6d63){_0x2b8369 instanceof j||(_0x2b8369=j[_0x1943('0x19')](_0x2b8369));let _0x883176=void 0x0===_0x2e6d63?_0x2b8369['len']:_0x2b8369['pos']+_0x2e6d63,_0xb66b5e=new v[(_0x1943('0x2c'))]();for(;_0x2b8369[_0x1943('0x3d')]<_0x883176;){let _0x494542=_0x2b8369[_0x1943('0x5d')]();switch(_0x494542>>>0x3){case 0x1:_0xb66b5e[_0x1943('0x0')]=_0x2b8369[_0x1943('0x21')]();break;case 0x2:_0xb66b5e[_0x1943('0x32')]=_0x2b8369[_0x1943('0x21')]();break;case 0x3:_0xb66b5e['oldValueBoolean']=_0x2b8369[_0x1943('0x81')]();break;case 0x4:_0xb66b5e[_0x1943('0x60')]=_0x2b8369[_0x1943('0x21')]();break;case 0x5:_0xb66b5e['newValueBoolean']=_0x2b8369[_0x1943('0x81')]();break;case 0x6:_0xb66b5e[_0x1943('0x8b')]=_0x2b8369[_0x1943('0x21')]();break;case 0x7:_0xb66b5e[_0x1943('0x3')]=_0x2b8369['bool']();break;default:_0x2b8369[_0x1943('0x44')](0x7&_0x494542);}}return _0xb66b5e;},_0x576533[_0x1943('0x1b')]=function(_0x3dd8a9){return _0x3dd8a9 instanceof j||(_0x3dd8a9=new j(_0x3dd8a9)),this[_0x1943('0x73')](_0x3dd8a9,_0x3dd8a9['uint32']());},_0x576533['verify']=function(_0x45ce2e){return _0x1943('0x2')!=typeof _0x45ce2e||null===_0x45ce2e?'object\x20expected':null!=_0x45ce2e[_0x1943('0x0')]&&_0x45ce2e[_0x1943('0x85')](_0x1943('0x0'))&&!k[_0x1943('0x6e')](_0x45ce2e[_0x1943('0x0')])?'root:\x20string\x20expected':null!=_0x45ce2e[_0x1943('0x32')]&&_0x45ce2e[_0x1943('0x85')](_0x1943('0x32'))&&!k[_0x1943('0x6e')](_0x45ce2e[_0x1943('0x32')])?_0x1943('0x1f'):null!=_0x45ce2e['oldValueBoolean']&&_0x45ce2e[_0x1943('0x85')](_0x1943('0x45'))&&_0x1943('0x38')!=typeof _0x45ce2e[_0x1943('0x45')]?_0x1943('0x67'):null!=_0x45ce2e[_0x1943('0x60')]&&_0x45ce2e['hasOwnProperty'](_0x1943('0x60'))&&!k[_0x1943('0x6e')](_0x45ce2e['oldValueJson'])?_0x1943('0x4f'):null!=_0x45ce2e['newValueBoolean']&&_0x45ce2e[_0x1943('0x85')](_0x1943('0x56'))&&_0x1943('0x38')!=typeof _0x45ce2e[_0x1943('0x56')]?'newValueBoolean:\x20boolean\x20expected':null!=_0x45ce2e[_0x1943('0x8b')]&&_0x45ce2e[_0x1943('0x85')](_0x1943('0x8b'))&&!k[_0x1943('0x6e')](_0x45ce2e['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x45ce2e[_0x1943('0x3')]&&_0x45ce2e['hasOwnProperty'](_0x1943('0x3'))&&_0x1943('0x38')!=typeof _0x45ce2e[_0x1943('0x3')]?'wasUndone:\x20boolean\x20expected':null;},_0x576533[_0x1943('0x25')]=function(_0x3cc853){if(_0x3cc853 instanceof v[_0x1943('0x2c')])return _0x3cc853;let _0x51c529=new v['RootAttributeOperation']();return null!=_0x3cc853['root']&&(_0x51c529[_0x1943('0x0')]=String(_0x3cc853[_0x1943('0x0')])),null!=_0x3cc853[_0x1943('0x32')]&&(_0x51c529['key']=String(_0x3cc853['key'])),null!=_0x3cc853[_0x1943('0x45')]&&(_0x51c529['oldValueBoolean']=Boolean(_0x3cc853[_0x1943('0x45')])),null!=_0x3cc853['oldValueJson']&&(_0x51c529[_0x1943('0x60')]=String(_0x3cc853[_0x1943('0x60')])),null!=_0x3cc853[_0x1943('0x56')]&&(_0x51c529[_0x1943('0x56')]=Boolean(_0x3cc853['newValueBoolean'])),null!=_0x3cc853[_0x1943('0x8b')]&&(_0x51c529[_0x1943('0x8b')]=String(_0x3cc853['newValueJson'])),null!=_0x3cc853[_0x1943('0x3')]&&(_0x51c529[_0x1943('0x3')]=Boolean(_0x3cc853[_0x1943('0x3')])),_0x51c529;},_0x576533[_0x1943('0x54')]=function(_0x102a5b,_0x4f8b66){_0x4f8b66||(_0x4f8b66={});let _0xde5191={};return _0x4f8b66['defaults']&&(_0xde5191[_0x1943('0x0')]='',_0xde5191['key']='',_0xde5191['oldValueBoolean']=!0x1,_0xde5191[_0x1943('0x60')]='',_0xde5191[_0x1943('0x56')]=!0x1,_0xde5191[_0x1943('0x8b')]='',_0xde5191[_0x1943('0x3')]=!0x1),null!=_0x102a5b['root']&&_0x102a5b[_0x1943('0x85')](_0x1943('0x0'))&&(_0xde5191[_0x1943('0x0')]=_0x102a5b[_0x1943('0x0')]),null!=_0x102a5b[_0x1943('0x32')]&&_0x102a5b[_0x1943('0x85')](_0x1943('0x32'))&&(_0xde5191[_0x1943('0x32')]=_0x102a5b['key']),null!=_0x102a5b[_0x1943('0x45')]&&_0x102a5b['hasOwnProperty'](_0x1943('0x45'))&&(_0xde5191[_0x1943('0x45')]=_0x102a5b[_0x1943('0x45')]),null!=_0x102a5b['oldValueJson']&&_0x102a5b[_0x1943('0x85')](_0x1943('0x60'))&&(_0xde5191[_0x1943('0x60')]=_0x102a5b[_0x1943('0x60')]),null!=_0x102a5b['newValueBoolean']&&_0x102a5b['hasOwnProperty']('newValueBoolean')&&(_0xde5191[_0x1943('0x56')]=_0x102a5b[_0x1943('0x56')]),null!=_0x102a5b['newValueJson']&&_0x102a5b['hasOwnProperty'](_0x1943('0x8b'))&&(_0xde5191[_0x1943('0x8b')]=_0x102a5b[_0x1943('0x8b')]),null!=_0x102a5b[_0x1943('0x3')]&&_0x102a5b[_0x1943('0x85')]('wasUndone')&&(_0xde5191[_0x1943('0x3')]=_0x102a5b[_0x1943('0x3')]),_0xde5191;},_0x576533[_0x1943('0x33')][_0x1943('0x3a')]=function(){return this[_0x1943('0x8c')][_0x1943('0x54')](this,_0x7862b1[_0x1943('0x74')]['toJSONOptions']);},_0x576533[_0x1943('0x58')]=function(_0x2e82a7){return void 0x0===_0x2e82a7&&(_0x2e82a7=_0x1943('0xa')),_0x2e82a7+_0x1943('0x2e');},_0x576533;})();export const RootOperation=v[_0x1943('0x1')]=(()=>{function _0x4db859(_0x42f1b3){if(_0x42f1b3)for(let _0x5020da=Object[_0x1943('0x2b')](_0x42f1b3),_0x18c25c=0x0;_0x18c25c<_0x5020da[_0x1943('0x13')];++_0x18c25c)null!=_0x42f1b3[_0x5020da[_0x18c25c]]&&(this[_0x5020da[_0x18c25c]]=_0x42f1b3[_0x5020da[_0x18c25c]]);}return _0x4db859[_0x1943('0x33')][_0x1943('0xd')]='',_0x4db859['prototype'][_0x1943('0x52')]='',_0x4db859[_0x1943('0x33')]['isAdd']=!0x1,_0x4db859[_0x1943('0x33')][_0x1943('0x3')]=!0x1,_0x4db859[_0x1943('0x19')]=function(_0x480227){return new _0x4db859(_0x480227);},_0x4db859['encode']=function(_0x54e754,_0x14129b){return _0x14129b||(_0x14129b=y['create']()),null!=_0x54e754['rootName']&&Object[_0x1943('0x85')]['call'](_0x54e754,_0x1943('0xd'))&&_0x14129b[_0x1943('0x5d')](0xa)['string'](_0x54e754[_0x1943('0xd')]),null!=_0x54e754[_0x1943('0x52')]&&Object['hasOwnProperty']['call'](_0x54e754,'elementName')&&_0x14129b[_0x1943('0x5d')](0x12)['string'](_0x54e754['elementName']),null!=_0x54e754[_0x1943('0x36')]&&Object[_0x1943('0x85')][_0x1943('0x1d')](_0x54e754,'isAdd')&&_0x14129b['uint32'](0x18)[_0x1943('0x81')](_0x54e754[_0x1943('0x36')]),null!=_0x54e754[_0x1943('0x3')]&&Object[_0x1943('0x85')][_0x1943('0x1d')](_0x54e754,'wasUndone')&&_0x14129b[_0x1943('0x5d')](0x20)[_0x1943('0x81')](_0x54e754[_0x1943('0x3')]),_0x14129b;},_0x4db859[_0x1943('0x8a')]=function(_0x9968dd,_0x113881){return this[_0x1943('0x16')](_0x9968dd,_0x113881)['ldelim']();},_0x4db859['decode']=function(_0x400dcc,_0x4b69ba){_0x400dcc instanceof j||(_0x400dcc=j['create'](_0x400dcc));let _0x556de4=void 0x0===_0x4b69ba?_0x400dcc[_0x1943('0x12')]:_0x400dcc[_0x1943('0x3d')]+_0x4b69ba,_0x26e60f=new v[(_0x1943('0x1'))]();for(;_0x400dcc[_0x1943('0x3d')]<_0x556de4;){let _0x552977=_0x400dcc['uint32']();switch(_0x552977>>>0x3){case 0x1:_0x26e60f['rootName']=_0x400dcc[_0x1943('0x21')]();break;case 0x2:_0x26e60f[_0x1943('0x52')]=_0x400dcc['string']();break;case 0x3:_0x26e60f['isAdd']=_0x400dcc[_0x1943('0x81')]();break;case 0x4:_0x26e60f[_0x1943('0x3')]=_0x400dcc['bool']();break;default:_0x400dcc[_0x1943('0x44')](0x7&_0x552977);}}return _0x26e60f;},_0x4db859['decodeDelimited']=function(_0x23d4b5){return _0x23d4b5 instanceof j||(_0x23d4b5=new j(_0x23d4b5)),this['decode'](_0x23d4b5,_0x23d4b5[_0x1943('0x5d')]());},_0x4db859['verify']=function(_0x4f5b7b){return _0x1943('0x2')!=typeof _0x4f5b7b||null===_0x4f5b7b?_0x1943('0x5b'):null!=_0x4f5b7b[_0x1943('0xd')]&&_0x4f5b7b[_0x1943('0x85')]('rootName')&&!k['isString'](_0x4f5b7b[_0x1943('0xd')])?_0x1943('0x42'):null!=_0x4f5b7b['elementName']&&_0x4f5b7b[_0x1943('0x85')](_0x1943('0x52'))&&!k[_0x1943('0x6e')](_0x4f5b7b[_0x1943('0x52')])?_0x1943('0x7b'):null!=_0x4f5b7b['isAdd']&&_0x4f5b7b[_0x1943('0x85')](_0x1943('0x36'))&&_0x1943('0x38')!=typeof _0x4f5b7b[_0x1943('0x36')]?'isAdd:\x20boolean\x20expected':null!=_0x4f5b7b['wasUndone']&&_0x4f5b7b[_0x1943('0x85')](_0x1943('0x3'))&&_0x1943('0x38')!=typeof _0x4f5b7b['wasUndone']?_0x1943('0x68'):null;},_0x4db859['fromObject']=function(_0x340466){if(_0x340466 instanceof v[_0x1943('0x1')])return _0x340466;let _0x5cf55d=new v[(_0x1943('0x1'))]();return null!=_0x340466[_0x1943('0xd')]&&(_0x5cf55d['rootName']=String(_0x340466['rootName'])),null!=_0x340466[_0x1943('0x52')]&&(_0x5cf55d[_0x1943('0x52')]=String(_0x340466[_0x1943('0x52')])),null!=_0x340466['isAdd']&&(_0x5cf55d['isAdd']=Boolean(_0x340466[_0x1943('0x36')])),null!=_0x340466[_0x1943('0x3')]&&(_0x5cf55d[_0x1943('0x3')]=Boolean(_0x340466[_0x1943('0x3')])),_0x5cf55d;},_0x4db859[_0x1943('0x54')]=function(_0x443515,_0x462156){_0x462156||(_0x462156={});let _0x19d625={};return _0x462156['defaults']&&(_0x19d625[_0x1943('0xd')]='',_0x19d625['elementName']='',_0x19d625[_0x1943('0x36')]=!0x1,_0x19d625[_0x1943('0x3')]=!0x1),null!=_0x443515[_0x1943('0xd')]&&_0x443515[_0x1943('0x85')](_0x1943('0xd'))&&(_0x19d625['rootName']=_0x443515[_0x1943('0xd')]),null!=_0x443515[_0x1943('0x52')]&&_0x443515[_0x1943('0x85')](_0x1943('0x52'))&&(_0x19d625[_0x1943('0x52')]=_0x443515['elementName']),null!=_0x443515['isAdd']&&_0x443515[_0x1943('0x85')](_0x1943('0x36'))&&(_0x19d625[_0x1943('0x36')]=_0x443515[_0x1943('0x36')]),null!=_0x443515[_0x1943('0x3')]&&_0x443515[_0x1943('0x85')](_0x1943('0x3'))&&(_0x19d625[_0x1943('0x3')]=_0x443515[_0x1943('0x3')]),_0x19d625;},_0x4db859[_0x1943('0x33')]['toJSON']=function(){return this['constructor'][_0x1943('0x54')](this,_0x7862b1[_0x1943('0x74')][_0x1943('0x23')]);},_0x4db859[_0x1943('0x58')]=function(_0x41bd0d){return void 0x0===_0x41bd0d&&(_0x41bd0d=_0x1943('0xa')),_0x41bd0d+_0x1943('0x72');},_0x4db859;})();export const SplitOperation=v[_0x1943('0x75')]=(()=>{function _0x44aa78(_0x4c10d0){if(_0x4c10d0)for(let _0x47c4bb=Object[_0x1943('0x2b')](_0x4c10d0),_0x465ce8=0x0;_0x465ce8<_0x47c4bb['length'];++_0x465ce8)null!=_0x4c10d0[_0x47c4bb[_0x465ce8]]&&(this[_0x47c4bb[_0x465ce8]]=_0x4c10d0[_0x47c4bb[_0x465ce8]]);}return _0x44aa78[_0x1943('0x33')][_0x1943('0x64')]=null,_0x44aa78[_0x1943('0x33')][_0x1943('0x91')]=null,_0x44aa78[_0x1943('0x33')]['howMany']=0x0,_0x44aa78['prototype'][_0x1943('0x29')]=null,_0x44aa78[_0x1943('0x33')][_0x1943('0x3')]=!0x1,_0x44aa78[_0x1943('0x19')]=function(_0x445ba9){return new _0x44aa78(_0x445ba9);},_0x44aa78['encode']=function(_0x2dffed,_0xac655c){return _0xac655c||(_0xac655c=y[_0x1943('0x19')]()),null!=_0x2dffed[_0x1943('0x64')]&&Object[_0x1943('0x85')][_0x1943('0x1d')](_0x2dffed,_0x1943('0x64'))&&v[_0x1943('0x69')]['encode'](_0x2dffed[_0x1943('0x64')],_0xac655c[_0x1943('0x5d')](0xa)[_0x1943('0x22')]())[_0x1943('0x7c')](),null!=_0x2dffed[_0x1943('0x91')]&&Object['hasOwnProperty']['call'](_0x2dffed,_0x1943('0x91'))&&v[_0x1943('0x69')][_0x1943('0x16')](_0x2dffed[_0x1943('0x91')],_0xac655c[_0x1943('0x5d')](0x12)['fork']())['ldelim'](),null!=_0x2dffed[_0x1943('0x61')]&&Object[_0x1943('0x85')]['call'](_0x2dffed,'howMany')&&_0xac655c['uint32'](0x18)[_0x1943('0x5d')](_0x2dffed['howMany']),null!=_0x2dffed[_0x1943('0x29')]&&Object[_0x1943('0x85')]['call'](_0x2dffed,'insertionPosition')&&v[_0x1943('0x69')]['encode'](_0x2dffed[_0x1943('0x29')],_0xac655c[_0x1943('0x5d')](0x22)[_0x1943('0x22')]())[_0x1943('0x7c')](),null!=_0x2dffed[_0x1943('0x3')]&&Object[_0x1943('0x85')][_0x1943('0x1d')](_0x2dffed,_0x1943('0x3'))&&_0xac655c[_0x1943('0x5d')](0x28)['bool'](_0x2dffed[_0x1943('0x3')]),_0xac655c;},_0x44aa78[_0x1943('0x8a')]=function(_0x33185e,_0x25231f){return this[_0x1943('0x16')](_0x33185e,_0x25231f)['ldelim']();},_0x44aa78[_0x1943('0x73')]=function(_0x317936,_0x25cfb7){_0x317936 instanceof j||(_0x317936=j[_0x1943('0x19')](_0x317936));let _0x40021b=void 0x0===_0x25cfb7?_0x317936[_0x1943('0x12')]:_0x317936[_0x1943('0x3d')]+_0x25cfb7,_0x228624=new v[(_0x1943('0x75'))]();for(;_0x317936['pos']<_0x40021b;){let _0x2a45d8=_0x317936[_0x1943('0x5d')]();switch(_0x2a45d8>>>0x3){case 0x1:_0x228624['splitPosition']=v[_0x1943('0x69')][_0x1943('0x73')](_0x317936,_0x317936[_0x1943('0x5d')]());break;case 0x2:_0x228624[_0x1943('0x91')]=v[_0x1943('0x69')][_0x1943('0x73')](_0x317936,_0x317936['uint32']());break;case 0x3:_0x228624[_0x1943('0x61')]=_0x317936['uint32']();break;case 0x4:_0x228624['insertionPosition']=v[_0x1943('0x69')]['decode'](_0x317936,_0x317936[_0x1943('0x5d')]());break;case 0x5:_0x228624['wasUndone']=_0x317936[_0x1943('0x81')]();break;default:_0x317936[_0x1943('0x44')](0x7&_0x2a45d8);}}return _0x228624;},_0x44aa78[_0x1943('0x1b')]=function(_0x53f94a){return _0x53f94a instanceof j||(_0x53f94a=new j(_0x53f94a)),this['decode'](_0x53f94a,_0x53f94a[_0x1943('0x5d')]());},_0x44aa78[_0x1943('0x3f')]=function(_0xe47916){if(_0x1943('0x2')!=typeof _0xe47916||null===_0xe47916)return _0x1943('0x5b');if(null!=_0xe47916[_0x1943('0x64')]&&_0xe47916[_0x1943('0x85')](_0x1943('0x64'))){let _0x5cd09b=v[_0x1943('0x69')][_0x1943('0x3f')](_0xe47916[_0x1943('0x64')]);if(_0x5cd09b)return _0x1943('0x7d')+_0x5cd09b;}if(null!=_0xe47916['graveyardPosition']&&_0xe47916['hasOwnProperty'](_0x1943('0x91'))){let _0x3f4d41=v[_0x1943('0x69')][_0x1943('0x3f')](_0xe47916['graveyardPosition']);if(_0x3f4d41)return _0x1943('0x35')+_0x3f4d41;}if(null!=_0xe47916[_0x1943('0x61')]&&_0xe47916[_0x1943('0x85')]('howMany')&&!k[_0x1943('0x8e')](_0xe47916[_0x1943('0x61')]))return _0x1943('0x4c');if(null!=_0xe47916[_0x1943('0x29')]&&_0xe47916[_0x1943('0x85')](_0x1943('0x29'))){let _0x54f4e7=v[_0x1943('0x69')][_0x1943('0x3f')](_0xe47916[_0x1943('0x29')]);if(_0x54f4e7)return _0x1943('0x9')+_0x54f4e7;}return null!=_0xe47916[_0x1943('0x3')]&&_0xe47916[_0x1943('0x85')](_0x1943('0x3'))&&_0x1943('0x38')!=typeof _0xe47916[_0x1943('0x3')]?_0x1943('0x68'):null;},_0x44aa78[_0x1943('0x25')]=function(_0x1ca62f){if(_0x1ca62f instanceof v['SplitOperation'])return _0x1ca62f;let _0x50c297=new v[(_0x1943('0x75'))]();if(null!=_0x1ca62f[_0x1943('0x64')]){if(_0x1943('0x2')!=typeof _0x1ca62f[_0x1943('0x64')])throw TypeError(_0x1943('0x87'));_0x50c297[_0x1943('0x64')]=v['Position'][_0x1943('0x25')](_0x1ca62f[_0x1943('0x64')]);}if(null!=_0x1ca62f[_0x1943('0x91')]){if(_0x1943('0x2')!=typeof _0x1ca62f['graveyardPosition'])throw TypeError(_0x1943('0x59'));_0x50c297[_0x1943('0x91')]=v[_0x1943('0x69')][_0x1943('0x25')](_0x1ca62f[_0x1943('0x91')]);}if(null!=_0x1ca62f['howMany']&&(_0x50c297[_0x1943('0x61')]=_0x1ca62f[_0x1943('0x61')]>>>0x0),null!=_0x1ca62f[_0x1943('0x29')]){if(_0x1943('0x2')!=typeof _0x1ca62f[_0x1943('0x29')])throw TypeError(_0x1943('0x1c'));_0x50c297[_0x1943('0x29')]=v[_0x1943('0x69')][_0x1943('0x25')](_0x1ca62f[_0x1943('0x29')]);}return null!=_0x1ca62f[_0x1943('0x3')]&&(_0x50c297[_0x1943('0x3')]=Boolean(_0x1ca62f['wasUndone'])),_0x50c297;},_0x44aa78[_0x1943('0x54')]=function(_0x13c324,_0x3b0a8d){_0x3b0a8d||(_0x3b0a8d={});let _0x22b995={};return _0x3b0a8d[_0x1943('0x5f')]&&(_0x22b995[_0x1943('0x64')]=null,_0x22b995['graveyardPosition']=null,_0x22b995[_0x1943('0x61')]=0x0,_0x22b995[_0x1943('0x29')]=null,_0x22b995['wasUndone']=!0x1),null!=_0x13c324[_0x1943('0x64')]&&_0x13c324[_0x1943('0x85')](_0x1943('0x64'))&&(_0x22b995[_0x1943('0x64')]=v['Position']['toObject'](_0x13c324['splitPosition'],_0x3b0a8d)),null!=_0x13c324[_0x1943('0x91')]&&_0x13c324[_0x1943('0x85')]('graveyardPosition')&&(_0x22b995[_0x1943('0x91')]=v[_0x1943('0x69')]['toObject'](_0x13c324[_0x1943('0x91')],_0x3b0a8d)),null!=_0x13c324[_0x1943('0x61')]&&_0x13c324['hasOwnProperty'](_0x1943('0x61'))&&(_0x22b995[_0x1943('0x61')]=_0x13c324[_0x1943('0x61')]),null!=_0x13c324[_0x1943('0x29')]&&_0x13c324['hasOwnProperty'](_0x1943('0x29'))&&(_0x22b995['insertionPosition']=v[_0x1943('0x69')][_0x1943('0x54')](_0x13c324[_0x1943('0x29')],_0x3b0a8d)),null!=_0x13c324[_0x1943('0x3')]&&_0x13c324[_0x1943('0x85')](_0x1943('0x3'))&&(_0x22b995[_0x1943('0x3')]=_0x13c324[_0x1943('0x3')]),_0x22b995;},_0x44aa78['prototype'][_0x1943('0x3a')]=function(){return this[_0x1943('0x8c')]['toObject'](this,_0x7862b1[_0x1943('0x74')]['toJSONOptions']);},_0x44aa78[_0x1943('0x58')]=function(_0x1ffe79){return void 0x0===_0x1ffe79&&(_0x1ffe79='type.googleapis.com'),_0x1ffe79+_0x1943('0x6f');},_0x44aa78;})();export const Position=v[_0x1943('0x69')]=(()=>{function _0x24ddd1(_0x28fe02){if(this[_0x1943('0x34')]=[],_0x28fe02)for(let _0x32d790=Object[_0x1943('0x2b')](_0x28fe02),_0x2064be=0x0;_0x2064be<_0x32d790[_0x1943('0x13')];++_0x2064be)null!=_0x28fe02[_0x32d790[_0x2064be]]&&(this[_0x32d790[_0x2064be]]=_0x28fe02[_0x32d790[_0x2064be]]);}return _0x24ddd1['prototype']['root']='',_0x24ddd1[_0x1943('0x33')][_0x1943('0x5c')]=!0x1,_0x24ddd1['prototype'][_0x1943('0x50')]=!0x1,_0x24ddd1['prototype'][_0x1943('0x34')]=k[_0x1943('0x37')],_0x24ddd1[_0x1943('0x33')][_0x1943('0xf')]='',_0x24ddd1[_0x1943('0x19')]=function(_0x5eebb7){return new _0x24ddd1(_0x5eebb7);},_0x24ddd1[_0x1943('0x16')]=function(_0x130c25,_0x3a909e){if(_0x3a909e||(_0x3a909e=y[_0x1943('0x19')]()),null!=_0x130c25[_0x1943('0x0')]&&Object['hasOwnProperty']['call'](_0x130c25,_0x1943('0x0'))&&_0x3a909e[_0x1943('0x5d')](0xa)['string'](_0x130c25[_0x1943('0x0')]),null!=_0x130c25[_0x1943('0x5c')]&&Object['hasOwnProperty']['call'](_0x130c25,'rootMain')&&_0x3a909e[_0x1943('0x5d')](0x10)['bool'](_0x130c25['rootMain']),null!=_0x130c25['rootGraveyard']&&Object[_0x1943('0x85')][_0x1943('0x1d')](_0x130c25,_0x1943('0x50'))&&_0x3a909e['uint32'](0x18)[_0x1943('0x81')](_0x130c25[_0x1943('0x50')]),null!=_0x130c25[_0x1943('0x34')]&&_0x130c25[_0x1943('0x34')][_0x1943('0x13')]){_0x3a909e['uint32'](0x22)[_0x1943('0x22')]();for(let _0x4cc062=0x0;_0x4cc062<_0x130c25[_0x1943('0x34')][_0x1943('0x13')];++_0x4cc062)_0x3a909e['uint32'](_0x130c25[_0x1943('0x34')][_0x4cc062]);_0x3a909e[_0x1943('0x7c')]();}return null!=_0x130c25[_0x1943('0xf')]&&Object[_0x1943('0x85')][_0x1943('0x1d')](_0x130c25,_0x1943('0xf'))&&_0x3a909e['uint32'](0x2a)['string'](_0x130c25[_0x1943('0xf')]),_0x3a909e;},_0x24ddd1[_0x1943('0x8a')]=function(_0x1258f8,_0x640299){return this[_0x1943('0x16')](_0x1258f8,_0x640299)[_0x1943('0x7c')]();},_0x24ddd1['decode']=function(_0x4bae93,_0x379839){_0x4bae93 instanceof j||(_0x4bae93=j[_0x1943('0x19')](_0x4bae93));let _0x23d7d2=void 0x0===_0x379839?_0x4bae93[_0x1943('0x12')]:_0x4bae93['pos']+_0x379839,_0x31f4d0=new v[(_0x1943('0x69'))]();for(;_0x4bae93[_0x1943('0x3d')]<_0x23d7d2;){let _0x596fb0=_0x4bae93['uint32']();switch(_0x596fb0>>>0x3){case 0x1:_0x31f4d0[_0x1943('0x0')]=_0x4bae93['string']();break;case 0x2:_0x31f4d0[_0x1943('0x5c')]=_0x4bae93['bool']();break;case 0x3:_0x31f4d0[_0x1943('0x50')]=_0x4bae93[_0x1943('0x81')]();break;case 0x4:if(_0x31f4d0['path']&&_0x31f4d0[_0x1943('0x34')][_0x1943('0x13')]||(_0x31f4d0[_0x1943('0x34')]=[]),0x2==(0x7&_0x596fb0)){let _0x2eb633=_0x4bae93[_0x1943('0x5d')]()+_0x4bae93[_0x1943('0x3d')];for(;_0x4bae93[_0x1943('0x3d')]<_0x2eb633;)_0x31f4d0[_0x1943('0x34')][_0x1943('0x90')](_0x4bae93[_0x1943('0x5d')]());}else _0x31f4d0[_0x1943('0x34')][_0x1943('0x90')](_0x4bae93['uint32']());break;case 0x5:_0x31f4d0['stickiness']=_0x4bae93[_0x1943('0x21')]();break;default:_0x4bae93[_0x1943('0x44')](0x7&_0x596fb0);}}return _0x31f4d0;},_0x24ddd1[_0x1943('0x1b')]=function(_0x95ac71){return _0x95ac71 instanceof j||(_0x95ac71=new j(_0x95ac71)),this['decode'](_0x95ac71,_0x95ac71[_0x1943('0x5d')]());},_0x24ddd1[_0x1943('0x3f')]=function(_0x115d36){if(_0x1943('0x2')!=typeof _0x115d36||null===_0x115d36)return _0x1943('0x5b');if(null!=_0x115d36['root']&&_0x115d36[_0x1943('0x85')](_0x1943('0x0'))&&!k[_0x1943('0x6e')](_0x115d36[_0x1943('0x0')]))return _0x1943('0x5e');if(null!=_0x115d36[_0x1943('0x5c')]&&_0x115d36[_0x1943('0x85')]('rootMain')&&_0x1943('0x38')!=typeof _0x115d36[_0x1943('0x5c')])return _0x1943('0x71');if(null!=_0x115d36['rootGraveyard']&&_0x115d36[_0x1943('0x85')]('rootGraveyard')&&_0x1943('0x38')!=typeof _0x115d36[_0x1943('0x50')])return'rootGraveyard:\x20boolean\x20expected';if(null!=_0x115d36[_0x1943('0x34')]&&_0x115d36['hasOwnProperty'](_0x1943('0x34'))){if(!Array['isArray'](_0x115d36['path']))return'path:\x20array\x20expected';for(let _0x3f73bb=0x0;_0x3f73bb<_0x115d36['path'][_0x1943('0x13')];++_0x3f73bb)if(!k[_0x1943('0x8e')](_0x115d36['path'][_0x3f73bb]))return _0x1943('0x30');}return null!=_0x115d36[_0x1943('0xf')]&&_0x115d36[_0x1943('0x85')](_0x1943('0xf'))&&!k[_0x1943('0x6e')](_0x115d36['stickiness'])?_0x1943('0x17'):null;},_0x24ddd1[_0x1943('0x25')]=function(_0x3c79a9){if(_0x3c79a9 instanceof v[_0x1943('0x69')])return _0x3c79a9;let _0x2e4c48=new v[(_0x1943('0x69'))]();if(null!=_0x3c79a9[_0x1943('0x0')]&&(_0x2e4c48[_0x1943('0x0')]=String(_0x3c79a9[_0x1943('0x0')])),null!=_0x3c79a9['rootMain']&&(_0x2e4c48[_0x1943('0x5c')]=Boolean(_0x3c79a9[_0x1943('0x5c')])),null!=_0x3c79a9[_0x1943('0x50')]&&(_0x2e4c48[_0x1943('0x50')]=Boolean(_0x3c79a9[_0x1943('0x50')])),_0x3c79a9['path']){if(!Array[_0x1943('0xb')](_0x3c79a9[_0x1943('0x34')]))throw TypeError(_0x1943('0x4'));_0x2e4c48[_0x1943('0x34')]=[];for(let _0x293013=0x0;_0x293013<_0x3c79a9['path'][_0x1943('0x13')];++_0x293013)_0x2e4c48[_0x1943('0x34')][_0x293013]=_0x3c79a9[_0x1943('0x34')][_0x293013]>>>0x0;}return null!=_0x3c79a9['stickiness']&&(_0x2e4c48[_0x1943('0xf')]=String(_0x3c79a9[_0x1943('0xf')])),_0x2e4c48;},_0x24ddd1[_0x1943('0x54')]=function(_0x56c981,_0x16ea5e){_0x16ea5e||(_0x16ea5e={});let _0x56bdb6={};if((_0x16ea5e['arrays']||_0x16ea5e[_0x1943('0x5f')])&&(_0x56bdb6['path']=[]),_0x16ea5e['defaults']&&(_0x56bdb6['root']='',_0x56bdb6['rootMain']=!0x1,_0x56bdb6[_0x1943('0x50')]=!0x1,_0x56bdb6[_0x1943('0xf')]=''),null!=_0x56c981[_0x1943('0x0')]&&_0x56c981[_0x1943('0x85')](_0x1943('0x0'))&&(_0x56bdb6[_0x1943('0x0')]=_0x56c981['root']),null!=_0x56c981[_0x1943('0x5c')]&&_0x56c981[_0x1943('0x85')](_0x1943('0x5c'))&&(_0x56bdb6[_0x1943('0x5c')]=_0x56c981[_0x1943('0x5c')]),null!=_0x56c981[_0x1943('0x50')]&&_0x56c981['hasOwnProperty']('rootGraveyard')&&(_0x56bdb6['rootGraveyard']=_0x56c981['rootGraveyard']),_0x56c981[_0x1943('0x34')]&&_0x56c981[_0x1943('0x34')]['length']){_0x56bdb6[_0x1943('0x34')]=[];for(let _0x297821=0x0;_0x297821<_0x56c981[_0x1943('0x34')]['length'];++_0x297821)_0x56bdb6[_0x1943('0x34')][_0x297821]=_0x56c981['path'][_0x297821];}return null!=_0x56c981[_0x1943('0xf')]&&_0x56c981[_0x1943('0x85')](_0x1943('0xf'))&&(_0x56bdb6['stickiness']=_0x56c981[_0x1943('0xf')]),_0x56bdb6;},_0x24ddd1[_0x1943('0x33')][_0x1943('0x3a')]=function(){return this[_0x1943('0x8c')][_0x1943('0x54')](this,_0x7862b1[_0x1943('0x74')]['toJSONOptions']);},_0x24ddd1[_0x1943('0x58')]=function(_0x92513a){return void 0x0===_0x92513a&&(_0x92513a=_0x1943('0xa')),_0x92513a+_0x1943('0x1e');},_0x24ddd1;})();export const Range=v[_0x1943('0x63')]=(()=>{function _0x5e58c6(_0x4f4b0d){if(_0x4f4b0d)for(let _0x512d49=Object[_0x1943('0x2b')](_0x4f4b0d),_0x4ffdac=0x0;_0x4ffdac<_0x512d49[_0x1943('0x13')];++_0x4ffdac)null!=_0x4f4b0d[_0x512d49[_0x4ffdac]]&&(this[_0x512d49[_0x4ffdac]]=_0x4f4b0d[_0x512d49[_0x4ffdac]]);}return _0x5e58c6['prototype']['start']=null,_0x5e58c6[_0x1943('0x33')][_0x1943('0x88')]=null,_0x5e58c6[_0x1943('0x19')]=function(_0x3febcf){return new _0x5e58c6(_0x3febcf);},_0x5e58c6[_0x1943('0x16')]=function(_0x28000f,_0x1e6171){return _0x1e6171||(_0x1e6171=y['create']()),null!=_0x28000f['start']&&Object['hasOwnProperty'][_0x1943('0x1d')](_0x28000f,_0x1943('0x4a'))&&v[_0x1943('0x69')]['encode'](_0x28000f[_0x1943('0x4a')],_0x1e6171[_0x1943('0x5d')](0xa)[_0x1943('0x22')]())[_0x1943('0x7c')](),null!=_0x28000f['end']&&Object['hasOwnProperty'][_0x1943('0x1d')](_0x28000f,'end')&&v['Position'][_0x1943('0x16')](_0x28000f[_0x1943('0x88')],_0x1e6171[_0x1943('0x5d')](0x12)[_0x1943('0x22')]())[_0x1943('0x7c')](),_0x1e6171;},_0x5e58c6[_0x1943('0x8a')]=function(_0xfcdfe4,_0xe2413d){return this[_0x1943('0x16')](_0xfcdfe4,_0xe2413d)['ldelim']();},_0x5e58c6[_0x1943('0x73')]=function(_0x11066e,_0x305b8e){_0x11066e instanceof j||(_0x11066e=j[_0x1943('0x19')](_0x11066e));let _0x18b863=void 0x0===_0x305b8e?_0x11066e[_0x1943('0x12')]:_0x11066e[_0x1943('0x3d')]+_0x305b8e,_0x1cebf6=new v[(_0x1943('0x63'))]();for(;_0x11066e[_0x1943('0x3d')]<_0x18b863;){let _0x117373=_0x11066e['uint32']();switch(_0x117373>>>0x3){case 0x1:_0x1cebf6[_0x1943('0x4a')]=v[_0x1943('0x69')][_0x1943('0x73')](_0x11066e,_0x11066e[_0x1943('0x5d')]());break;case 0x2:_0x1cebf6[_0x1943('0x88')]=v[_0x1943('0x69')][_0x1943('0x73')](_0x11066e,_0x11066e['uint32']());break;default:_0x11066e[_0x1943('0x44')](0x7&_0x117373);}}return _0x1cebf6;},_0x5e58c6[_0x1943('0x1b')]=function(_0x32ba97){return _0x32ba97 instanceof j||(_0x32ba97=new j(_0x32ba97)),this[_0x1943('0x73')](_0x32ba97,_0x32ba97[_0x1943('0x5d')]());},_0x5e58c6['verify']=function(_0x520fa1){if(_0x1943('0x2')!=typeof _0x520fa1||null===_0x520fa1)return _0x1943('0x5b');if(null!=_0x520fa1[_0x1943('0x4a')]&&_0x520fa1['hasOwnProperty'](_0x1943('0x4a'))){let _0x34f07b=v[_0x1943('0x69')][_0x1943('0x3f')](_0x520fa1[_0x1943('0x4a')]);if(_0x34f07b)return _0x1943('0x57')+_0x34f07b;}if(null!=_0x520fa1[_0x1943('0x88')]&&_0x520fa1[_0x1943('0x85')]('end')){let _0x318737=v[_0x1943('0x69')][_0x1943('0x3f')](_0x520fa1[_0x1943('0x88')]);if(_0x318737)return _0x1943('0x31')+_0x318737;}return null;},_0x5e58c6['fromObject']=function(_0x1ffa76){if(_0x1ffa76 instanceof v[_0x1943('0x63')])return _0x1ffa76;let _0x25e5e3=new v[(_0x1943('0x63'))]();if(null!=_0x1ffa76[_0x1943('0x4a')]){if(_0x1943('0x2')!=typeof _0x1ffa76[_0x1943('0x4a')])throw TypeError(_0x1943('0x8f'));_0x25e5e3[_0x1943('0x4a')]=v[_0x1943('0x69')][_0x1943('0x25')](_0x1ffa76[_0x1943('0x4a')]);}if(null!=_0x1ffa76[_0x1943('0x88')]){if(_0x1943('0x2')!=typeof _0x1ffa76[_0x1943('0x88')])throw TypeError('.Range.end:\x20object\x20expected');_0x25e5e3['end']=v[_0x1943('0x69')][_0x1943('0x25')](_0x1ffa76['end']);}return _0x25e5e3;},_0x5e58c6[_0x1943('0x54')]=function(_0x51a0e4,_0x23d1a6){_0x23d1a6||(_0x23d1a6={});let _0x200a7d={};return _0x23d1a6[_0x1943('0x5f')]&&(_0x200a7d[_0x1943('0x4a')]=null,_0x200a7d['end']=null),null!=_0x51a0e4['start']&&_0x51a0e4[_0x1943('0x85')](_0x1943('0x4a'))&&(_0x200a7d[_0x1943('0x4a')]=v[_0x1943('0x69')][_0x1943('0x54')](_0x51a0e4['start'],_0x23d1a6)),null!=_0x51a0e4[_0x1943('0x88')]&&_0x51a0e4[_0x1943('0x85')](_0x1943('0x88'))&&(_0x200a7d[_0x1943('0x88')]=v[_0x1943('0x69')]['toObject'](_0x51a0e4[_0x1943('0x88')],_0x23d1a6)),_0x200a7d;},_0x5e58c6[_0x1943('0x33')]['toJSON']=function(){return this[_0x1943('0x8c')][_0x1943('0x54')](this,_0x7862b1[_0x1943('0x74')][_0x1943('0x23')]);},_0x5e58c6[_0x1943('0x58')]=function(_0x31f059){return void 0x0===_0x31f059&&(_0x31f059=_0x1943('0xa')),_0x31f059+_0x1943('0x93');},_0x5e58c6;})();export const Element=v[_0x1943('0x6')]=(()=>{function _0x3576f4(_0x59d461){if(this['children']=[],this[_0x1943('0x70')]={},_0x59d461)for(let _0x5d9beb=Object[_0x1943('0x2b')](_0x59d461),_0x356d41=0x0;_0x356d41<_0x5d9beb[_0x1943('0x13')];++_0x356d41)null!=_0x59d461[_0x5d9beb[_0x356d41]]&&(this[_0x5d9beb[_0x356d41]]=_0x59d461[_0x5d9beb[_0x356d41]]);}return _0x3576f4[_0x1943('0x33')][_0x1943('0x2f')]='',_0x3576f4[_0x1943('0x33')][_0x1943('0x83')]=k['emptyArray'],_0x3576f4['prototype'][_0x1943('0x5')]='',_0x3576f4[_0x1943('0x33')]['attributesBoolean']=k[_0x1943('0x3c')],_0x3576f4[_0x1943('0x33')][_0x1943('0x66')]='',_0x3576f4[_0x1943('0x19')]=function(_0x3b90e4){return new _0x3576f4(_0x3b90e4);},_0x3576f4['encode']=function(_0x2a28a1,_0x528e02){if(_0x528e02||(_0x528e02=y[_0x1943('0x19')]()),null!=_0x2a28a1[_0x1943('0x2f')]&&Object['hasOwnProperty'][_0x1943('0x1d')](_0x2a28a1,_0x1943('0x2f'))&&_0x528e02[_0x1943('0x5d')](0xa)[_0x1943('0x21')](_0x2a28a1['name']),null!=_0x2a28a1[_0x1943('0x83')]&&_0x2a28a1[_0x1943('0x83')][_0x1943('0x13')])for(let _0x33592e=0x0;_0x33592e<_0x2a28a1['children'][_0x1943('0x13')];++_0x33592e)v[_0x1943('0x6')][_0x1943('0x16')](_0x2a28a1['children'][_0x33592e],_0x528e02[_0x1943('0x5d')](0x12)['fork']())[_0x1943('0x7c')]();if(null!=_0x2a28a1[_0x1943('0x5')]&&Object[_0x1943('0x85')][_0x1943('0x1d')](_0x2a28a1,_0x1943('0x5'))&&_0x528e02[_0x1943('0x5d')](0x1a)[_0x1943('0x21')](_0x2a28a1[_0x1943('0x5')]),null!=_0x2a28a1['attributesBoolean']&&Object[_0x1943('0x85')][_0x1943('0x1d')](_0x2a28a1,_0x1943('0x70')))for(let _0x251485=Object[_0x1943('0x2b')](_0x2a28a1[_0x1943('0x70')]),_0x3dce4b=0x0;_0x3dce4b<_0x251485[_0x1943('0x13')];++_0x3dce4b)_0x528e02[_0x1943('0x5d')](0x22)['fork']()[_0x1943('0x5d')](0xa)['string'](_0x251485[_0x3dce4b])[_0x1943('0x5d')](0x10)['bool'](_0x2a28a1['attributesBoolean'][_0x251485[_0x3dce4b]])[_0x1943('0x7c')]();return null!=_0x2a28a1[_0x1943('0x66')]&&Object['hasOwnProperty'][_0x1943('0x1d')](_0x2a28a1,_0x1943('0x66'))&&_0x528e02[_0x1943('0x5d')](0x2a)[_0x1943('0x21')](_0x2a28a1['attributesJson']),_0x528e02;},_0x3576f4[_0x1943('0x8a')]=function(_0x13159f,_0x54a330){return this['encode'](_0x13159f,_0x54a330)[_0x1943('0x7c')]();},_0x3576f4[_0x1943('0x73')]=function(_0x1c3ab1,_0x45c888){_0x1c3ab1 instanceof j||(_0x1c3ab1=j[_0x1943('0x19')](_0x1c3ab1));let _0x1d9668,_0x2f888e,_0x3bbbca=void 0x0===_0x45c888?_0x1c3ab1[_0x1943('0x12')]:_0x1c3ab1[_0x1943('0x3d')]+_0x45c888,_0x1429d4=new v[(_0x1943('0x6'))]();for(;_0x1c3ab1['pos']<_0x3bbbca;){let _0x29bdec=_0x1c3ab1[_0x1943('0x5d')]();switch(_0x29bdec>>>0x3){case 0x1:_0x1429d4[_0x1943('0x2f')]=_0x1c3ab1[_0x1943('0x21')]();break;case 0x2:_0x1429d4[_0x1943('0x83')]&&_0x1429d4['children'][_0x1943('0x13')]||(_0x1429d4[_0x1943('0x83')]=[]),_0x1429d4['children'][_0x1943('0x90')](v[_0x1943('0x6')][_0x1943('0x73')](_0x1c3ab1,_0x1c3ab1[_0x1943('0x5d')]()));break;case 0x3:_0x1429d4['data']=_0x1c3ab1[_0x1943('0x21')]();break;case 0x4:{_0x1429d4[_0x1943('0x70')]===k[_0x1943('0x3c')]&&(_0x1429d4[_0x1943('0x70')]={});let _0x17bd82=_0x1c3ab1[_0x1943('0x5d')]()+_0x1c3ab1[_0x1943('0x3d')];for(_0x1d9668='',_0x2f888e=!0x1;_0x1c3ab1[_0x1943('0x3d')]<_0x17bd82;){let _0x1255aa=_0x1c3ab1[_0x1943('0x5d')]();switch(_0x1255aa>>>0x3){case 0x1:_0x1d9668=_0x1c3ab1[_0x1943('0x21')]();break;case 0x2:_0x2f888e=_0x1c3ab1[_0x1943('0x81')]();break;default:_0x1c3ab1[_0x1943('0x44')](0x7&_0x1255aa);}}_0x1429d4[_0x1943('0x70')][_0x1d9668]=_0x2f888e;break;}case 0x5:_0x1429d4[_0x1943('0x66')]=_0x1c3ab1['string']();break;default:_0x1c3ab1[_0x1943('0x44')](0x7&_0x29bdec);}}return _0x1429d4;},_0x3576f4[_0x1943('0x1b')]=function(_0xd5f40b){return _0xd5f40b instanceof j||(_0xd5f40b=new j(_0xd5f40b)),this['decode'](_0xd5f40b,_0xd5f40b[_0x1943('0x5d')]());},_0x3576f4[_0x1943('0x3f')]=function(_0x518c0e){if('object'!=typeof _0x518c0e||null===_0x518c0e)return _0x1943('0x5b');if(null!=_0x518c0e[_0x1943('0x2f')]&&_0x518c0e['hasOwnProperty'](_0x1943('0x2f'))&&!k[_0x1943('0x6e')](_0x518c0e[_0x1943('0x2f')]))return _0x1943('0x65');if(null!=_0x518c0e[_0x1943('0x83')]&&_0x518c0e[_0x1943('0x85')](_0x1943('0x83'))){if(!Array[_0x1943('0xb')](_0x518c0e[_0x1943('0x83')]))return _0x1943('0x7e');for(let _0x387605=0x0;_0x387605<_0x518c0e[_0x1943('0x83')]['length'];++_0x387605){let _0x391c8a=v[_0x1943('0x6')]['verify'](_0x518c0e[_0x1943('0x83')][_0x387605]);if(_0x391c8a)return _0x1943('0x92')+_0x391c8a;}}if(null!=_0x518c0e['data']&&_0x518c0e[_0x1943('0x85')](_0x1943('0x5'))&&!k[_0x1943('0x6e')](_0x518c0e[_0x1943('0x5')]))return _0x1943('0x80');if(null!=_0x518c0e[_0x1943('0x70')]&&_0x518c0e[_0x1943('0x85')](_0x1943('0x70'))){if(!k[_0x1943('0x6c')](_0x518c0e[_0x1943('0x70')]))return _0x1943('0x15');let _0x5a09e3=Object['keys'](_0x518c0e[_0x1943('0x70')]);for(let _0x26e35e=0x0;_0x26e35e<_0x5a09e3[_0x1943('0x13')];++_0x26e35e)if('boolean'!=typeof _0x518c0e[_0x1943('0x70')][_0x5a09e3[_0x26e35e]])return _0x1943('0x11');}return null!=_0x518c0e['attributesJson']&&_0x518c0e[_0x1943('0x85')]('attributesJson')&&!k['isString'](_0x518c0e['attributesJson'])?_0x1943('0x7a'):null;},_0x3576f4[_0x1943('0x25')]=function(_0x52c678){if(_0x52c678 instanceof v[_0x1943('0x6')])return _0x52c678;let _0x239100=new v[(_0x1943('0x6'))]();if(null!=_0x52c678[_0x1943('0x2f')]&&(_0x239100['name']=String(_0x52c678[_0x1943('0x2f')])),_0x52c678[_0x1943('0x83')]){if(!Array[_0x1943('0xb')](_0x52c678[_0x1943('0x83')]))throw TypeError('.Element.children:\x20array\x20expected');_0x239100[_0x1943('0x83')]=[];for(let _0x1988d4=0x0;_0x1988d4<_0x52c678[_0x1943('0x83')]['length'];++_0x1988d4){if('object'!=typeof _0x52c678['children'][_0x1988d4])throw TypeError('.Element.children:\x20object\x20expected');_0x239100['children'][_0x1988d4]=v[_0x1943('0x6')][_0x1943('0x25')](_0x52c678['children'][_0x1988d4]);}}if(null!=_0x52c678[_0x1943('0x5')]&&(_0x239100[_0x1943('0x5')]=String(_0x52c678[_0x1943('0x5')])),_0x52c678[_0x1943('0x70')]){if(_0x1943('0x2')!=typeof _0x52c678[_0x1943('0x70')])throw TypeError('.Element.attributesBoolean:\x20object\x20expected');_0x239100[_0x1943('0x70')]={};for(let _0x5eb838=Object['keys'](_0x52c678['attributesBoolean']),_0x371b0c=0x0;_0x371b0c<_0x5eb838[_0x1943('0x13')];++_0x371b0c)_0x239100[_0x1943('0x70')][_0x5eb838[_0x371b0c]]=Boolean(_0x52c678[_0x1943('0x70')][_0x5eb838[_0x371b0c]]);}return null!=_0x52c678[_0x1943('0x66')]&&(_0x239100['attributesJson']=String(_0x52c678[_0x1943('0x66')])),_0x239100;},_0x3576f4['toObject']=function(_0x411550,_0x236901){_0x236901||(_0x236901={});let _0x3415a4,_0x172135={};if((_0x236901[_0x1943('0x76')]||_0x236901[_0x1943('0x5f')])&&(_0x172135[_0x1943('0x83')]=[]),(_0x236901['objects']||_0x236901[_0x1943('0x5f')])&&(_0x172135[_0x1943('0x70')]={}),_0x236901['defaults']&&(_0x172135['name']='',_0x172135['data']='',_0x172135[_0x1943('0x66')]=''),null!=_0x411550['name']&&_0x411550[_0x1943('0x85')]('name')&&(_0x172135['name']=_0x411550[_0x1943('0x2f')]),_0x411550[_0x1943('0x83')]&&_0x411550['children'][_0x1943('0x13')]){_0x172135['children']=[];for(let _0xcffb6c=0x0;_0xcffb6c<_0x411550['children'][_0x1943('0x13')];++_0xcffb6c)_0x172135[_0x1943('0x83')][_0xcffb6c]=v[_0x1943('0x6')][_0x1943('0x54')](_0x411550[_0x1943('0x83')][_0xcffb6c],_0x236901);}if(null!=_0x411550['data']&&_0x411550[_0x1943('0x85')](_0x1943('0x5'))&&(_0x172135['data']=_0x411550['data']),_0x411550[_0x1943('0x70')]&&(_0x3415a4=Object[_0x1943('0x2b')](_0x411550[_0x1943('0x70')]))[_0x1943('0x13')]){_0x172135[_0x1943('0x70')]={};for(let _0x48e0ad=0x0;_0x48e0ad<_0x3415a4[_0x1943('0x13')];++_0x48e0ad)_0x172135[_0x1943('0x70')][_0x3415a4[_0x48e0ad]]=_0x411550[_0x1943('0x70')][_0x3415a4[_0x48e0ad]];}return null!=_0x411550[_0x1943('0x66')]&&_0x411550[_0x1943('0x85')](_0x1943('0x66'))&&(_0x172135[_0x1943('0x66')]=_0x411550[_0x1943('0x66')]),_0x172135;},_0x3576f4[_0x1943('0x33')]['toJSON']=function(){return this[_0x1943('0x8c')]['toObject'](this,_0x7862b1[_0x1943('0x74')]['toJSONOptions']);},_0x3576f4[_0x1943('0x58')]=function(_0x2b8128){return void 0x0===_0x2b8128&&(_0x2b8128=_0x1943('0xa')),_0x2b8128+'/Element';},_0x3576f4;})();export{v as default};
23
+ const _0x25ee=['graveyardPosition.','children','Writer','newName','.MarkerOperation.newRange:\x20object\x20expected','nodes.','rootName:\x20string\x20expected','arrays','attributesBoolean','toJSONOptions','shouldReceiveAttributes:\x20boolean\x20expected','ldelim','wasUndone','attributesJson:\x20string\x20expected','elementName','fork','.MergeOperation.graveyardPosition:\x20object\x20expected','object\x20expected','MarkerOperation','oldRange','verify','nodes:\x20array\x20expected','oldValueBoolean','emptyObject','.SplitOperation.splitPosition:\x20object\x20expected','root:\x20string\x20expected','RootAttributeOperation','/MergeOperation','push','stickiness','elementName:\x20string\x20expected','oldValueJson:\x20string\x20expected','howMany:\x20integer\x20expected','SplitOperation','isArray','path:\x20array\x20expected','oldValueBoolean:\x20boolean\x20expected','encodeDelimited','/InsertOperation','InsertOperation','boolean','newRange','.Element.children:\x20array\x20expected','length','util','.Element.children:\x20object\x20expected','position','type.googleapis.com','range.','defaults','RenameOperation','.SplitOperation.insertionPosition:\x20object\x20expected','RootOperation','rootMain:\x20boolean\x20expected','/AttributeOperation','wasUndone:\x20boolean\x20expected','howMany','/Range','/RootOperation','rootMain','Position','Reader','bool','.MarkerOperation.oldRange:\x20object\x20expected','end','encode','path:\x20integer[]\x20expected','newRange.','targetPosition.','oldValueJson','/SplitOperation','newValueBoolean','affectsData','string','oldName:\x20string\x20expected','toJSON','call','uint32','Range','emptyArray','path','sourcePosition.','position.','sourcePosition','skipType','newValueBoolean:\x20boolean\x20expected','attributesBoolean:\x20object\x20expected','AttributeOperation','decodeDelimited','shouldReceiveAttributes','attributesBoolean:\x20boolean{k:string}\x20expected','name:\x20string\x20expected','.MoveOperation.targetPosition:\x20object\x20expected','prototype','data:\x20string\x20expected','splitPosition','insertionPosition','start','rootName','.AttributeOperation.range:\x20object\x20expected','newValueJson','/MarkerOperation','rootGraveyard','object','data','nodes','.SplitOperation.graveyardPosition:\x20object\x20expected','decode','keys','oldName','key','.InsertOperation.nodes:\x20object\x20expected','.Range.end:\x20object\x20expected','isString','start.','root','Element','isAdd','create','attributesJson','hasOwnProperty','key:\x20string\x20expected','children:\x20array\x20expected','constructor','MergeOperation','/RootAttributeOperation','.MergeOperation.sourcePosition:\x20object\x20expected','MoveOperation','.Range.start:\x20object\x20expected','range','newName:\x20string\x20expected','objects','/MoveOperation','graveyardPosition','len','isInteger','name','toObject','pos','targetPosition','fromObject','getTypeUrl','newValueJson:\x20string\x20expected','.Position.path:\x20array\x20expected'];(function(_0x4778b2,_0x25eedb){const _0x267404=function(_0x263b77){while(--_0x263b77){_0x4778b2['push'](_0x4778b2['shift']());}};_0x267404(++_0x25eedb);}(_0x25ee,0x190));const _0x2674=function(_0x4778b2,_0x25eedb){_0x4778b2=_0x4778b2-0x0;let _0x267404=_0x25ee[_0x4778b2];return _0x267404;};import*as _0x558ff9 from'protobufjs/minimal';const j=_0x558ff9[_0x2674('0x5d')],y=_0x558ff9[_0x2674('0x22')],k=_0x558ff9[_0x2674('0x4c')],v=_0x558ff9['roots']['default']||(_0x558ff9['roots']['default']={});export const AttributeOperation=v['AttributeOperation']=(()=>{function _0x4969bf(_0x4a4e45){if(_0x4a4e45)for(let _0x5a7557=Object[_0x2674('0x8c')](_0x4a4e45),_0x2f5f2a=0x0;_0x2f5f2a<_0x5a7557[_0x2674('0x4b')];++_0x2f5f2a)null!=_0x4a4e45[_0x5a7557[_0x2f5f2a]]&&(this[_0x5a7557[_0x2f5f2a]]=_0x4a4e45[_0x5a7557[_0x2f5f2a]]);}return _0x4969bf[_0x2674('0x7d')][_0x2674('0x11')]=null,_0x4969bf[_0x2674('0x7d')]['key']='',_0x4969bf[_0x2674('0x7d')][_0x2674('0x36')]=!0x1,_0x4969bf[_0x2674('0x7d')][_0x2674('0x65')]='',_0x4969bf[_0x2674('0x7d')][_0x2674('0x67')]=!0x1,_0x4969bf[_0x2674('0x7d')][_0x2674('0x84')]='',_0x4969bf[_0x2674('0x7d')][_0x2674('0x2c')]=!0x1,_0x4969bf[_0x2674('0x6')]=function(_0x534d58){return new _0x4969bf(_0x534d58);},_0x4969bf['encode']=function(_0x336d34,_0x1ccbec){return _0x1ccbec||(_0x1ccbec=y[_0x2674('0x6')]()),null!=_0x336d34[_0x2674('0x11')]&&Object['hasOwnProperty']['call'](_0x336d34,_0x2674('0x11'))&&v['Range']['encode'](_0x336d34[_0x2674('0x11')],_0x1ccbec['uint32'](0xa)[_0x2674('0x2f')]())['ldelim'](),null!=_0x336d34[_0x2674('0x8e')]&&Object[_0x2674('0x8')]['call'](_0x336d34,_0x2674('0x8e'))&&_0x1ccbec[_0x2674('0x6d')](0x12)['string'](_0x336d34[_0x2674('0x8e')]),null!=_0x336d34['oldValueBoolean']&&Object['hasOwnProperty'][_0x2674('0x6c')](_0x336d34,_0x2674('0x36'))&&_0x1ccbec[_0x2674('0x6d')](0x18)[_0x2674('0x5e')](_0x336d34['oldValueBoolean']),null!=_0x336d34[_0x2674('0x65')]&&Object[_0x2674('0x8')]['call'](_0x336d34,_0x2674('0x65'))&&_0x1ccbec[_0x2674('0x6d')](0x22)[_0x2674('0x69')](_0x336d34[_0x2674('0x65')]),null!=_0x336d34['newValueBoolean']&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x336d34,_0x2674('0x67'))&&_0x1ccbec[_0x2674('0x6d')](0x28)[_0x2674('0x5e')](_0x336d34['newValueBoolean']),null!=_0x336d34['newValueJson']&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x336d34,_0x2674('0x84'))&&_0x1ccbec[_0x2674('0x6d')](0x32)[_0x2674('0x69')](_0x336d34[_0x2674('0x84')]),null!=_0x336d34[_0x2674('0x2c')]&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x336d34,_0x2674('0x2c'))&&_0x1ccbec[_0x2674('0x6d')](0x38)[_0x2674('0x5e')](_0x336d34[_0x2674('0x2c')]),_0x1ccbec;},_0x4969bf[_0x2674('0x45')]=function(_0xb38fab,_0x267e3e){return this['encode'](_0xb38fab,_0x267e3e)[_0x2674('0x2b')]();},_0x4969bf[_0x2674('0x8b')]=function(_0x15b7c4,_0x46621d){_0x15b7c4 instanceof j||(_0x15b7c4=j[_0x2674('0x6')](_0x15b7c4));let _0x1b8915=void 0x0===_0x46621d?_0x15b7c4[_0x2674('0x16')]:_0x15b7c4[_0x2674('0x1a')]+_0x46621d,_0x4b867c=new v['AttributeOperation']();for(;_0x15b7c4[_0x2674('0x1a')]<_0x1b8915;){let _0x22d40f=_0x15b7c4[_0x2674('0x6d')]();switch(_0x22d40f>>>0x3){case 0x1:_0x4b867c['range']=v['Range'][_0x2674('0x8b')](_0x15b7c4,_0x15b7c4['uint32']());break;case 0x2:_0x4b867c[_0x2674('0x8e')]=_0x15b7c4[_0x2674('0x69')]();break;case 0x3:_0x4b867c[_0x2674('0x36')]=_0x15b7c4[_0x2674('0x5e')]();break;case 0x4:_0x4b867c['oldValueJson']=_0x15b7c4[_0x2674('0x69')]();break;case 0x5:_0x4b867c['newValueBoolean']=_0x15b7c4['bool']();break;case 0x6:_0x4b867c['newValueJson']=_0x15b7c4[_0x2674('0x69')]();break;case 0x7:_0x4b867c['wasUndone']=_0x15b7c4['bool']();break;default:_0x15b7c4['skipType'](0x7&_0x22d40f);}}return _0x4b867c;},_0x4969bf[_0x2674('0x78')]=function(_0x2ee0d1){return _0x2ee0d1 instanceof j||(_0x2ee0d1=new j(_0x2ee0d1)),this[_0x2674('0x8b')](_0x2ee0d1,_0x2ee0d1[_0x2674('0x6d')]());},_0x4969bf['verify']=function(_0x25e899){if(_0x2674('0x87')!=typeof _0x25e899||null===_0x25e899)return _0x2674('0x31');if(null!=_0x25e899[_0x2674('0x11')]&&_0x25e899['hasOwnProperty']('range')){let _0x39a709=v[_0x2674('0x6e')][_0x2674('0x34')](_0x25e899[_0x2674('0x11')]);if(_0x39a709)return _0x2674('0x50')+_0x39a709;}return null!=_0x25e899[_0x2674('0x8e')]&&_0x25e899['hasOwnProperty'](_0x2674('0x8e'))&&!k['isString'](_0x25e899[_0x2674('0x8e')])?_0x2674('0x9'):null!=_0x25e899[_0x2674('0x36')]&&_0x25e899[_0x2674('0x8')]('oldValueBoolean')&&_0x2674('0x48')!=typeof _0x25e899[_0x2674('0x36')]?_0x2674('0x44'):null!=_0x25e899['oldValueJson']&&_0x25e899[_0x2674('0x8')](_0x2674('0x65'))&&!k[_0x2674('0x1')](_0x25e899[_0x2674('0x65')])?_0x2674('0x3f'):null!=_0x25e899[_0x2674('0x67')]&&_0x25e899[_0x2674('0x8')](_0x2674('0x67'))&&_0x2674('0x48')!=typeof _0x25e899[_0x2674('0x67')]?_0x2674('0x75'):null!=_0x25e899[_0x2674('0x84')]&&_0x25e899[_0x2674('0x8')]('newValueJson')&&!k[_0x2674('0x1')](_0x25e899['newValueJson'])?_0x2674('0x1e'):null!=_0x25e899[_0x2674('0x2c')]&&_0x25e899[_0x2674('0x8')](_0x2674('0x2c'))&&_0x2674('0x48')!=typeof _0x25e899[_0x2674('0x2c')]?_0x2674('0x57'):null;},_0x4969bf[_0x2674('0x1c')]=function(_0xf0ee5c){if(_0xf0ee5c instanceof v[_0x2674('0x77')])return _0xf0ee5c;let _0x5c2086=new v[(_0x2674('0x77'))]();if(null!=_0xf0ee5c['range']){if(_0x2674('0x87')!=typeof _0xf0ee5c[_0x2674('0x11')])throw TypeError(_0x2674('0x83'));_0x5c2086[_0x2674('0x11')]=v[_0x2674('0x6e')][_0x2674('0x1c')](_0xf0ee5c[_0x2674('0x11')]);}return null!=_0xf0ee5c['key']&&(_0x5c2086[_0x2674('0x8e')]=String(_0xf0ee5c[_0x2674('0x8e')])),null!=_0xf0ee5c[_0x2674('0x36')]&&(_0x5c2086[_0x2674('0x36')]=Boolean(_0xf0ee5c[_0x2674('0x36')])),null!=_0xf0ee5c[_0x2674('0x65')]&&(_0x5c2086[_0x2674('0x65')]=String(_0xf0ee5c[_0x2674('0x65')])),null!=_0xf0ee5c[_0x2674('0x67')]&&(_0x5c2086[_0x2674('0x67')]=Boolean(_0xf0ee5c['newValueBoolean'])),null!=_0xf0ee5c['newValueJson']&&(_0x5c2086[_0x2674('0x84')]=String(_0xf0ee5c[_0x2674('0x84')])),null!=_0xf0ee5c[_0x2674('0x2c')]&&(_0x5c2086[_0x2674('0x2c')]=Boolean(_0xf0ee5c['wasUndone'])),_0x5c2086;},_0x4969bf[_0x2674('0x19')]=function(_0x17b2cc,_0x109729){_0x109729||(_0x109729={});let _0x1f8aa5={};return _0x109729[_0x2674('0x51')]&&(_0x1f8aa5[_0x2674('0x11')]=null,_0x1f8aa5[_0x2674('0x8e')]='',_0x1f8aa5[_0x2674('0x36')]=!0x1,_0x1f8aa5[_0x2674('0x65')]='',_0x1f8aa5[_0x2674('0x67')]=!0x1,_0x1f8aa5['newValueJson']='',_0x1f8aa5[_0x2674('0x2c')]=!0x1),null!=_0x17b2cc[_0x2674('0x11')]&&_0x17b2cc[_0x2674('0x8')](_0x2674('0x11'))&&(_0x1f8aa5[_0x2674('0x11')]=v['Range'][_0x2674('0x19')](_0x17b2cc[_0x2674('0x11')],_0x109729)),null!=_0x17b2cc[_0x2674('0x8e')]&&_0x17b2cc[_0x2674('0x8')](_0x2674('0x8e'))&&(_0x1f8aa5[_0x2674('0x8e')]=_0x17b2cc['key']),null!=_0x17b2cc[_0x2674('0x36')]&&_0x17b2cc[_0x2674('0x8')](_0x2674('0x36'))&&(_0x1f8aa5[_0x2674('0x36')]=_0x17b2cc[_0x2674('0x36')]),null!=_0x17b2cc[_0x2674('0x65')]&&_0x17b2cc[_0x2674('0x8')](_0x2674('0x65'))&&(_0x1f8aa5['oldValueJson']=_0x17b2cc[_0x2674('0x65')]),null!=_0x17b2cc[_0x2674('0x67')]&&_0x17b2cc['hasOwnProperty'](_0x2674('0x67'))&&(_0x1f8aa5[_0x2674('0x67')]=_0x17b2cc[_0x2674('0x67')]),null!=_0x17b2cc['newValueJson']&&_0x17b2cc[_0x2674('0x8')]('newValueJson')&&(_0x1f8aa5[_0x2674('0x84')]=_0x17b2cc['newValueJson']),null!=_0x17b2cc['wasUndone']&&_0x17b2cc[_0x2674('0x8')](_0x2674('0x2c'))&&(_0x1f8aa5['wasUndone']=_0x17b2cc['wasUndone']),_0x1f8aa5;},_0x4969bf[_0x2674('0x7d')][_0x2674('0x6b')]=function(){return this[_0x2674('0xb')][_0x2674('0x19')](this,_0x558ff9[_0x2674('0x4c')][_0x2674('0x29')]);},_0x4969bf[_0x2674('0x1d')]=function(_0x32879a){return void 0x0===_0x32879a&&(_0x32879a='type.googleapis.com'),_0x32879a+_0x2674('0x56');},_0x4969bf;})();export const InsertOperation=v[_0x2674('0x47')]=(()=>{function _0x1af0dd(_0x3d5334){if(this[_0x2674('0x89')]=[],_0x3d5334)for(let _0x2ed39f=Object['keys'](_0x3d5334),_0x3546b4=0x0;_0x3546b4<_0x2ed39f[_0x2674('0x4b')];++_0x3546b4)null!=_0x3d5334[_0x2ed39f[_0x3546b4]]&&(this[_0x2ed39f[_0x3546b4]]=_0x3d5334[_0x2ed39f[_0x3546b4]]);}return _0x1af0dd[_0x2674('0x7d')][_0x2674('0x4e')]=null,_0x1af0dd[_0x2674('0x7d')][_0x2674('0x89')]=k['emptyArray'],_0x1af0dd[_0x2674('0x7d')][_0x2674('0x79')]=!0x1,_0x1af0dd['prototype'][_0x2674('0x2c')]=!0x1,_0x1af0dd[_0x2674('0x6')]=function(_0x520a1a){return new _0x1af0dd(_0x520a1a);},_0x1af0dd[_0x2674('0x61')]=function(_0x435821,_0x4e6ea7){if(_0x4e6ea7||(_0x4e6ea7=y['create']()),null!=_0x435821[_0x2674('0x4e')]&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x435821,'position')&&v[_0x2674('0x5c')][_0x2674('0x61')](_0x435821[_0x2674('0x4e')],_0x4e6ea7['uint32'](0xa)[_0x2674('0x2f')]())[_0x2674('0x2b')](),null!=_0x435821[_0x2674('0x89')]&&_0x435821['nodes'][_0x2674('0x4b')])for(let _0x1704ff=0x0;_0x1704ff<_0x435821[_0x2674('0x89')][_0x2674('0x4b')];++_0x1704ff)v[_0x2674('0x4')][_0x2674('0x61')](_0x435821[_0x2674('0x89')][_0x1704ff],_0x4e6ea7[_0x2674('0x6d')](0x12)[_0x2674('0x2f')]())[_0x2674('0x2b')]();return null!=_0x435821[_0x2674('0x79')]&&Object[_0x2674('0x8')]['call'](_0x435821,'shouldReceiveAttributes')&&_0x4e6ea7['uint32'](0x18)[_0x2674('0x5e')](_0x435821['shouldReceiveAttributes']),null!=_0x435821['wasUndone']&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x435821,_0x2674('0x2c'))&&_0x4e6ea7[_0x2674('0x6d')](0x20)['bool'](_0x435821[_0x2674('0x2c')]),_0x4e6ea7;},_0x1af0dd[_0x2674('0x45')]=function(_0x11e579,_0xacd102){return this['encode'](_0x11e579,_0xacd102)[_0x2674('0x2b')]();},_0x1af0dd['decode']=function(_0x1927b2,_0x5314e5){_0x1927b2 instanceof j||(_0x1927b2=j[_0x2674('0x6')](_0x1927b2));let _0x354c48=void 0x0===_0x5314e5?_0x1927b2['len']:_0x1927b2[_0x2674('0x1a')]+_0x5314e5,_0x3930a5=new v[(_0x2674('0x47'))]();for(;_0x1927b2[_0x2674('0x1a')]<_0x354c48;){let _0x548668=_0x1927b2[_0x2674('0x6d')]();switch(_0x548668>>>0x3){case 0x1:_0x3930a5[_0x2674('0x4e')]=v[_0x2674('0x5c')][_0x2674('0x8b')](_0x1927b2,_0x1927b2[_0x2674('0x6d')]());break;case 0x2:_0x3930a5['nodes']&&_0x3930a5[_0x2674('0x89')]['length']||(_0x3930a5[_0x2674('0x89')]=[]),_0x3930a5['nodes'][_0x2674('0x3c')](v[_0x2674('0x4')][_0x2674('0x8b')](_0x1927b2,_0x1927b2['uint32']()));break;case 0x3:_0x3930a5[_0x2674('0x79')]=_0x1927b2[_0x2674('0x5e')]();break;case 0x4:_0x3930a5[_0x2674('0x2c')]=_0x1927b2[_0x2674('0x5e')]();break;default:_0x1927b2[_0x2674('0x74')](0x7&_0x548668);}}return _0x3930a5;},_0x1af0dd[_0x2674('0x78')]=function(_0x260a4c){return _0x260a4c instanceof j||(_0x260a4c=new j(_0x260a4c)),this[_0x2674('0x8b')](_0x260a4c,_0x260a4c['uint32']());},_0x1af0dd[_0x2674('0x34')]=function(_0x2ecb81){if('object'!=typeof _0x2ecb81||null===_0x2ecb81)return _0x2674('0x31');if(null!=_0x2ecb81[_0x2674('0x4e')]&&_0x2ecb81['hasOwnProperty']('position')){let _0x39f656=v[_0x2674('0x5c')][_0x2674('0x34')](_0x2ecb81['position']);if(_0x39f656)return _0x2674('0x72')+_0x39f656;}if(null!=_0x2ecb81[_0x2674('0x89')]&&_0x2ecb81[_0x2674('0x8')](_0x2674('0x89'))){if(!Array[_0x2674('0x42')](_0x2ecb81[_0x2674('0x89')]))return _0x2674('0x35');for(let _0x35329a=0x0;_0x35329a<_0x2ecb81['nodes'][_0x2674('0x4b')];++_0x35329a){let _0xc4ccff=v[_0x2674('0x4')][_0x2674('0x34')](_0x2ecb81[_0x2674('0x89')][_0x35329a]);if(_0xc4ccff)return _0x2674('0x25')+_0xc4ccff;}}return null!=_0x2ecb81[_0x2674('0x79')]&&_0x2ecb81[_0x2674('0x8')](_0x2674('0x79'))&&_0x2674('0x48')!=typeof _0x2ecb81[_0x2674('0x79')]?_0x2674('0x2a'):null!=_0x2ecb81[_0x2674('0x2c')]&&_0x2ecb81[_0x2674('0x8')](_0x2674('0x2c'))&&_0x2674('0x48')!=typeof _0x2ecb81[_0x2674('0x2c')]?'wasUndone:\x20boolean\x20expected':null;},_0x1af0dd[_0x2674('0x1c')]=function(_0x264135){if(_0x264135 instanceof v[_0x2674('0x47')])return _0x264135;let _0x883fde=new v['InsertOperation']();if(null!=_0x264135[_0x2674('0x4e')]){if('object'!=typeof _0x264135[_0x2674('0x4e')])throw TypeError('.InsertOperation.position:\x20object\x20expected');_0x883fde['position']=v[_0x2674('0x5c')][_0x2674('0x1c')](_0x264135['position']);}if(_0x264135[_0x2674('0x89')]){if(!Array[_0x2674('0x42')](_0x264135['nodes']))throw TypeError('.InsertOperation.nodes:\x20array\x20expected');_0x883fde['nodes']=[];for(let _0x5f52a0=0x0;_0x5f52a0<_0x264135[_0x2674('0x89')][_0x2674('0x4b')];++_0x5f52a0){if(_0x2674('0x87')!=typeof _0x264135[_0x2674('0x89')][_0x5f52a0])throw TypeError(_0x2674('0x8f'));_0x883fde[_0x2674('0x89')][_0x5f52a0]=v['Element'][_0x2674('0x1c')](_0x264135[_0x2674('0x89')][_0x5f52a0]);}}return null!=_0x264135[_0x2674('0x79')]&&(_0x883fde[_0x2674('0x79')]=Boolean(_0x264135[_0x2674('0x79')])),null!=_0x264135['wasUndone']&&(_0x883fde[_0x2674('0x2c')]=Boolean(_0x264135[_0x2674('0x2c')])),_0x883fde;},_0x1af0dd['toObject']=function(_0x521896,_0x265097){_0x265097||(_0x265097={});let _0x11ad11={};if((_0x265097[_0x2674('0x27')]||_0x265097[_0x2674('0x51')])&&(_0x11ad11[_0x2674('0x89')]=[]),_0x265097[_0x2674('0x51')]&&(_0x11ad11[_0x2674('0x4e')]=null,_0x11ad11[_0x2674('0x79')]=!0x1,_0x11ad11[_0x2674('0x2c')]=!0x1),null!=_0x521896['position']&&_0x521896[_0x2674('0x8')](_0x2674('0x4e'))&&(_0x11ad11[_0x2674('0x4e')]=v['Position'][_0x2674('0x19')](_0x521896[_0x2674('0x4e')],_0x265097)),_0x521896[_0x2674('0x89')]&&_0x521896[_0x2674('0x89')][_0x2674('0x4b')]){_0x11ad11[_0x2674('0x89')]=[];for(let _0x357009=0x0;_0x357009<_0x521896[_0x2674('0x89')][_0x2674('0x4b')];++_0x357009)_0x11ad11['nodes'][_0x357009]=v[_0x2674('0x4')][_0x2674('0x19')](_0x521896[_0x2674('0x89')][_0x357009],_0x265097);}return null!=_0x521896[_0x2674('0x79')]&&_0x521896[_0x2674('0x8')](_0x2674('0x79'))&&(_0x11ad11[_0x2674('0x79')]=_0x521896[_0x2674('0x79')]),null!=_0x521896[_0x2674('0x2c')]&&_0x521896[_0x2674('0x8')](_0x2674('0x2c'))&&(_0x11ad11[_0x2674('0x2c')]=_0x521896[_0x2674('0x2c')]),_0x11ad11;},_0x1af0dd[_0x2674('0x7d')][_0x2674('0x6b')]=function(){return this['constructor'][_0x2674('0x19')](this,_0x558ff9[_0x2674('0x4c')][_0x2674('0x29')]);},_0x1af0dd[_0x2674('0x1d')]=function(_0x1a70cf){return void 0x0===_0x1a70cf&&(_0x1a70cf=_0x2674('0x4f')),_0x1a70cf+_0x2674('0x46');},_0x1af0dd;})();export const MarkerOperation=v[_0x2674('0x32')]=(()=>{function _0x3da095(_0x5cfdd5){if(_0x5cfdd5)for(let _0x42d2f7=Object[_0x2674('0x8c')](_0x5cfdd5),_0x3c28e9=0x0;_0x3c28e9<_0x42d2f7['length'];++_0x3c28e9)null!=_0x5cfdd5[_0x42d2f7[_0x3c28e9]]&&(this[_0x42d2f7[_0x3c28e9]]=_0x5cfdd5[_0x42d2f7[_0x3c28e9]]);}return _0x3da095[_0x2674('0x7d')]['name']='',_0x3da095['prototype'][_0x2674('0x33')]=null,_0x3da095[_0x2674('0x7d')][_0x2674('0x49')]=null,_0x3da095[_0x2674('0x7d')][_0x2674('0x68')]=!0x1,_0x3da095[_0x2674('0x7d')][_0x2674('0x2c')]=!0x1,_0x3da095[_0x2674('0x6')]=function(_0x18a8fb){return new _0x3da095(_0x18a8fb);},_0x3da095['encode']=function(_0x555bd9,_0x2dfd87){return _0x2dfd87||(_0x2dfd87=y[_0x2674('0x6')]()),null!=_0x555bd9[_0x2674('0x18')]&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x555bd9,_0x2674('0x18'))&&_0x2dfd87['uint32'](0xa)[_0x2674('0x69')](_0x555bd9[_0x2674('0x18')]),null!=_0x555bd9['oldRange']&&Object[_0x2674('0x8')]['call'](_0x555bd9,'oldRange')&&v[_0x2674('0x6e')][_0x2674('0x61')](_0x555bd9[_0x2674('0x33')],_0x2dfd87['uint32'](0x12)[_0x2674('0x2f')]())['ldelim'](),null!=_0x555bd9[_0x2674('0x49')]&&Object[_0x2674('0x8')]['call'](_0x555bd9,_0x2674('0x49'))&&v[_0x2674('0x6e')]['encode'](_0x555bd9['newRange'],_0x2dfd87[_0x2674('0x6d')](0x1a)[_0x2674('0x2f')]())[_0x2674('0x2b')](),null!=_0x555bd9[_0x2674('0x68')]&&Object['hasOwnProperty'][_0x2674('0x6c')](_0x555bd9,'affectsData')&&_0x2dfd87[_0x2674('0x6d')](0x20)[_0x2674('0x5e')](_0x555bd9[_0x2674('0x68')]),null!=_0x555bd9[_0x2674('0x2c')]&&Object[_0x2674('0x8')]['call'](_0x555bd9,_0x2674('0x2c'))&&_0x2dfd87[_0x2674('0x6d')](0x28)[_0x2674('0x5e')](_0x555bd9['wasUndone']),_0x2dfd87;},_0x3da095[_0x2674('0x45')]=function(_0x342c89,_0xb619de){return this[_0x2674('0x61')](_0x342c89,_0xb619de)[_0x2674('0x2b')]();},_0x3da095[_0x2674('0x8b')]=function(_0x57b63a,_0x2b9d6b){_0x57b63a instanceof j||(_0x57b63a=j[_0x2674('0x6')](_0x57b63a));let _0x3c4af4=void 0x0===_0x2b9d6b?_0x57b63a[_0x2674('0x16')]:_0x57b63a[_0x2674('0x1a')]+_0x2b9d6b,_0x13232e=new v['MarkerOperation']();for(;_0x57b63a[_0x2674('0x1a')]<_0x3c4af4;){let _0x4962b5=_0x57b63a['uint32']();switch(_0x4962b5>>>0x3){case 0x1:_0x13232e[_0x2674('0x18')]=_0x57b63a[_0x2674('0x69')]();break;case 0x2:_0x13232e['oldRange']=v[_0x2674('0x6e')]['decode'](_0x57b63a,_0x57b63a[_0x2674('0x6d')]());break;case 0x3:_0x13232e['newRange']=v[_0x2674('0x6e')][_0x2674('0x8b')](_0x57b63a,_0x57b63a['uint32']());break;case 0x4:_0x13232e[_0x2674('0x68')]=_0x57b63a[_0x2674('0x5e')]();break;case 0x5:_0x13232e[_0x2674('0x2c')]=_0x57b63a[_0x2674('0x5e')]();break;default:_0x57b63a[_0x2674('0x74')](0x7&_0x4962b5);}}return _0x13232e;},_0x3da095[_0x2674('0x78')]=function(_0x5595a0){return _0x5595a0 instanceof j||(_0x5595a0=new j(_0x5595a0)),this[_0x2674('0x8b')](_0x5595a0,_0x5595a0['uint32']());},_0x3da095['verify']=function(_0x43b90f){if(_0x2674('0x87')!=typeof _0x43b90f||null===_0x43b90f)return'object\x20expected';if(null!=_0x43b90f[_0x2674('0x18')]&&_0x43b90f['hasOwnProperty'](_0x2674('0x18'))&&!k[_0x2674('0x1')](_0x43b90f[_0x2674('0x18')]))return'name:\x20string\x20expected';if(null!=_0x43b90f[_0x2674('0x33')]&&_0x43b90f['hasOwnProperty'](_0x2674('0x33'))){let _0x201e1f=v[_0x2674('0x6e')][_0x2674('0x34')](_0x43b90f[_0x2674('0x33')]);if(_0x201e1f)return'oldRange.'+_0x201e1f;}if(null!=_0x43b90f[_0x2674('0x49')]&&_0x43b90f[_0x2674('0x8')](_0x2674('0x49'))){let _0x5cb33b=v[_0x2674('0x6e')][_0x2674('0x34')](_0x43b90f['newRange']);if(_0x5cb33b)return _0x2674('0x63')+_0x5cb33b;}return null!=_0x43b90f[_0x2674('0x68')]&&_0x43b90f[_0x2674('0x8')]('affectsData')&&'boolean'!=typeof _0x43b90f[_0x2674('0x68')]?'affectsData:\x20boolean\x20expected':null!=_0x43b90f[_0x2674('0x2c')]&&_0x43b90f[_0x2674('0x8')](_0x2674('0x2c'))&&'boolean'!=typeof _0x43b90f[_0x2674('0x2c')]?_0x2674('0x57'):null;},_0x3da095[_0x2674('0x1c')]=function(_0x569e1b){if(_0x569e1b instanceof v['MarkerOperation'])return _0x569e1b;let _0x3abb28=new v[(_0x2674('0x32'))]();if(null!=_0x569e1b['name']&&(_0x3abb28[_0x2674('0x18')]=String(_0x569e1b[_0x2674('0x18')])),null!=_0x569e1b[_0x2674('0x33')]){if('object'!=typeof _0x569e1b[_0x2674('0x33')])throw TypeError(_0x2674('0x5f'));_0x3abb28[_0x2674('0x33')]=v[_0x2674('0x6e')]['fromObject'](_0x569e1b['oldRange']);}if(null!=_0x569e1b[_0x2674('0x49')]){if('object'!=typeof _0x569e1b[_0x2674('0x49')])throw TypeError(_0x2674('0x24'));_0x3abb28[_0x2674('0x49')]=v['Range']['fromObject'](_0x569e1b[_0x2674('0x49')]);}return null!=_0x569e1b[_0x2674('0x68')]&&(_0x3abb28[_0x2674('0x68')]=Boolean(_0x569e1b[_0x2674('0x68')])),null!=_0x569e1b[_0x2674('0x2c')]&&(_0x3abb28[_0x2674('0x2c')]=Boolean(_0x569e1b[_0x2674('0x2c')])),_0x3abb28;},_0x3da095[_0x2674('0x19')]=function(_0x1d9b49,_0x5d1ad7){_0x5d1ad7||(_0x5d1ad7={});let _0x3dd0e6={};return _0x5d1ad7[_0x2674('0x51')]&&(_0x3dd0e6[_0x2674('0x18')]='',_0x3dd0e6[_0x2674('0x33')]=null,_0x3dd0e6[_0x2674('0x49')]=null,_0x3dd0e6[_0x2674('0x68')]=!0x1,_0x3dd0e6[_0x2674('0x2c')]=!0x1),null!=_0x1d9b49[_0x2674('0x18')]&&_0x1d9b49[_0x2674('0x8')](_0x2674('0x18'))&&(_0x3dd0e6['name']=_0x1d9b49[_0x2674('0x18')]),null!=_0x1d9b49[_0x2674('0x33')]&&_0x1d9b49[_0x2674('0x8')](_0x2674('0x33'))&&(_0x3dd0e6[_0x2674('0x33')]=v[_0x2674('0x6e')][_0x2674('0x19')](_0x1d9b49[_0x2674('0x33')],_0x5d1ad7)),null!=_0x1d9b49[_0x2674('0x49')]&&_0x1d9b49[_0x2674('0x8')](_0x2674('0x49'))&&(_0x3dd0e6['newRange']=v[_0x2674('0x6e')][_0x2674('0x19')](_0x1d9b49[_0x2674('0x49')],_0x5d1ad7)),null!=_0x1d9b49['affectsData']&&_0x1d9b49[_0x2674('0x8')]('affectsData')&&(_0x3dd0e6[_0x2674('0x68')]=_0x1d9b49['affectsData']),null!=_0x1d9b49['wasUndone']&&_0x1d9b49[_0x2674('0x8')]('wasUndone')&&(_0x3dd0e6[_0x2674('0x2c')]=_0x1d9b49[_0x2674('0x2c')]),_0x3dd0e6;},_0x3da095[_0x2674('0x7d')][_0x2674('0x6b')]=function(){return this[_0x2674('0xb')]['toObject'](this,_0x558ff9[_0x2674('0x4c')]['toJSONOptions']);},_0x3da095[_0x2674('0x1d')]=function(_0x5427b8){return void 0x0===_0x5427b8&&(_0x5427b8=_0x2674('0x4f')),_0x5427b8+_0x2674('0x85');},_0x3da095;})();export const MergeOperation=v['MergeOperation']=(()=>{function _0x45c653(_0x139fb1){if(_0x139fb1)for(let _0x17ccf9=Object[_0x2674('0x8c')](_0x139fb1),_0x38452c=0x0;_0x38452c<_0x17ccf9['length'];++_0x38452c)null!=_0x139fb1[_0x17ccf9[_0x38452c]]&&(this[_0x17ccf9[_0x38452c]]=_0x139fb1[_0x17ccf9[_0x38452c]]);}return _0x45c653[_0x2674('0x7d')][_0x2674('0x73')]=null,_0x45c653[_0x2674('0x7d')][_0x2674('0x1b')]=null,_0x45c653[_0x2674('0x7d')][_0x2674('0x15')]=null,_0x45c653[_0x2674('0x7d')][_0x2674('0x58')]=0x0,_0x45c653['prototype'][_0x2674('0x2c')]=!0x1,_0x45c653[_0x2674('0x6')]=function(_0x2c0763){return new _0x45c653(_0x2c0763);},_0x45c653[_0x2674('0x61')]=function(_0x3cbf7e,_0x4e9cc0){return _0x4e9cc0||(_0x4e9cc0=y['create']()),null!=_0x3cbf7e[_0x2674('0x73')]&&Object['hasOwnProperty'][_0x2674('0x6c')](_0x3cbf7e,'sourcePosition')&&v[_0x2674('0x5c')][_0x2674('0x61')](_0x3cbf7e[_0x2674('0x73')],_0x4e9cc0[_0x2674('0x6d')](0xa)[_0x2674('0x2f')]())[_0x2674('0x2b')](),null!=_0x3cbf7e['targetPosition']&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x3cbf7e,_0x2674('0x1b'))&&v[_0x2674('0x5c')][_0x2674('0x61')](_0x3cbf7e[_0x2674('0x1b')],_0x4e9cc0[_0x2674('0x6d')](0x12)['fork']())[_0x2674('0x2b')](),null!=_0x3cbf7e['graveyardPosition']&&Object['hasOwnProperty'][_0x2674('0x6c')](_0x3cbf7e,_0x2674('0x15'))&&v[_0x2674('0x5c')][_0x2674('0x61')](_0x3cbf7e['graveyardPosition'],_0x4e9cc0[_0x2674('0x6d')](0x1a)['fork']())[_0x2674('0x2b')](),null!=_0x3cbf7e['howMany']&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x3cbf7e,_0x2674('0x58'))&&_0x4e9cc0[_0x2674('0x6d')](0x20)[_0x2674('0x6d')](_0x3cbf7e['howMany']),null!=_0x3cbf7e[_0x2674('0x2c')]&&Object['hasOwnProperty'][_0x2674('0x6c')](_0x3cbf7e,_0x2674('0x2c'))&&_0x4e9cc0['uint32'](0x28)[_0x2674('0x5e')](_0x3cbf7e[_0x2674('0x2c')]),_0x4e9cc0;},_0x45c653[_0x2674('0x45')]=function(_0x2d99a1,_0x4fad6c){return this['encode'](_0x2d99a1,_0x4fad6c)[_0x2674('0x2b')]();},_0x45c653[_0x2674('0x8b')]=function(_0x4224e5,_0x5db485){_0x4224e5 instanceof j||(_0x4224e5=j[_0x2674('0x6')](_0x4224e5));let _0x1e255f=void 0x0===_0x5db485?_0x4224e5[_0x2674('0x16')]:_0x4224e5['pos']+_0x5db485,_0x3cfd9e=new v[(_0x2674('0xc'))]();for(;_0x4224e5['pos']<_0x1e255f;){let _0x27d2cd=_0x4224e5[_0x2674('0x6d')]();switch(_0x27d2cd>>>0x3){case 0x1:_0x3cfd9e[_0x2674('0x73')]=v[_0x2674('0x5c')][_0x2674('0x8b')](_0x4224e5,_0x4224e5[_0x2674('0x6d')]());break;case 0x2:_0x3cfd9e[_0x2674('0x1b')]=v[_0x2674('0x5c')][_0x2674('0x8b')](_0x4224e5,_0x4224e5[_0x2674('0x6d')]());break;case 0x3:_0x3cfd9e[_0x2674('0x15')]=v[_0x2674('0x5c')][_0x2674('0x8b')](_0x4224e5,_0x4224e5['uint32']());break;case 0x4:_0x3cfd9e[_0x2674('0x58')]=_0x4224e5[_0x2674('0x6d')]();break;case 0x5:_0x3cfd9e[_0x2674('0x2c')]=_0x4224e5['bool']();break;default:_0x4224e5[_0x2674('0x74')](0x7&_0x27d2cd);}}return _0x3cfd9e;},_0x45c653[_0x2674('0x78')]=function(_0x196440){return _0x196440 instanceof j||(_0x196440=new j(_0x196440)),this[_0x2674('0x8b')](_0x196440,_0x196440['uint32']());},_0x45c653['verify']=function(_0x2ed661){if(_0x2674('0x87')!=typeof _0x2ed661||null===_0x2ed661)return _0x2674('0x31');if(null!=_0x2ed661[_0x2674('0x73')]&&_0x2ed661[_0x2674('0x8')](_0x2674('0x73'))){let _0x4bd2c0=v[_0x2674('0x5c')][_0x2674('0x34')](_0x2ed661[_0x2674('0x73')]);if(_0x4bd2c0)return _0x2674('0x71')+_0x4bd2c0;}if(null!=_0x2ed661['targetPosition']&&_0x2ed661[_0x2674('0x8')](_0x2674('0x1b'))){let _0x3637a9=v[_0x2674('0x5c')][_0x2674('0x34')](_0x2ed661[_0x2674('0x1b')]);if(_0x3637a9)return'targetPosition.'+_0x3637a9;}if(null!=_0x2ed661['graveyardPosition']&&_0x2ed661[_0x2674('0x8')](_0x2674('0x15'))){let _0x560833=v[_0x2674('0x5c')]['verify'](_0x2ed661['graveyardPosition']);if(_0x560833)return'graveyardPosition.'+_0x560833;}return null!=_0x2ed661[_0x2674('0x58')]&&_0x2ed661[_0x2674('0x8')](_0x2674('0x58'))&&!k[_0x2674('0x17')](_0x2ed661[_0x2674('0x58')])?'howMany:\x20integer\x20expected':null!=_0x2ed661[_0x2674('0x2c')]&&_0x2ed661[_0x2674('0x8')](_0x2674('0x2c'))&&'boolean'!=typeof _0x2ed661[_0x2674('0x2c')]?_0x2674('0x57'):null;},_0x45c653[_0x2674('0x1c')]=function(_0x45d83b){if(_0x45d83b instanceof v[_0x2674('0xc')])return _0x45d83b;let _0xcd4ba8=new v['MergeOperation']();if(null!=_0x45d83b[_0x2674('0x73')]){if(_0x2674('0x87')!=typeof _0x45d83b[_0x2674('0x73')])throw TypeError(_0x2674('0xe'));_0xcd4ba8[_0x2674('0x73')]=v[_0x2674('0x5c')][_0x2674('0x1c')](_0x45d83b[_0x2674('0x73')]);}if(null!=_0x45d83b[_0x2674('0x1b')]){if(_0x2674('0x87')!=typeof _0x45d83b[_0x2674('0x1b')])throw TypeError('.MergeOperation.targetPosition:\x20object\x20expected');_0xcd4ba8[_0x2674('0x1b')]=v['Position'][_0x2674('0x1c')](_0x45d83b['targetPosition']);}if(null!=_0x45d83b[_0x2674('0x15')]){if(_0x2674('0x87')!=typeof _0x45d83b['graveyardPosition'])throw TypeError(_0x2674('0x30'));_0xcd4ba8[_0x2674('0x15')]=v['Position'][_0x2674('0x1c')](_0x45d83b[_0x2674('0x15')]);}return null!=_0x45d83b[_0x2674('0x58')]&&(_0xcd4ba8[_0x2674('0x58')]=_0x45d83b[_0x2674('0x58')]>>>0x0),null!=_0x45d83b[_0x2674('0x2c')]&&(_0xcd4ba8['wasUndone']=Boolean(_0x45d83b[_0x2674('0x2c')])),_0xcd4ba8;},_0x45c653['toObject']=function(_0x5c31a9,_0x5bf057){_0x5bf057||(_0x5bf057={});let _0x4e788a={};return _0x5bf057['defaults']&&(_0x4e788a['sourcePosition']=null,_0x4e788a['targetPosition']=null,_0x4e788a['graveyardPosition']=null,_0x4e788a[_0x2674('0x58')]=0x0,_0x4e788a[_0x2674('0x2c')]=!0x1),null!=_0x5c31a9['sourcePosition']&&_0x5c31a9[_0x2674('0x8')](_0x2674('0x73'))&&(_0x4e788a[_0x2674('0x73')]=v['Position'][_0x2674('0x19')](_0x5c31a9[_0x2674('0x73')],_0x5bf057)),null!=_0x5c31a9[_0x2674('0x1b')]&&_0x5c31a9['hasOwnProperty'](_0x2674('0x1b'))&&(_0x4e788a[_0x2674('0x1b')]=v[_0x2674('0x5c')]['toObject'](_0x5c31a9[_0x2674('0x1b')],_0x5bf057)),null!=_0x5c31a9['graveyardPosition']&&_0x5c31a9['hasOwnProperty'](_0x2674('0x15'))&&(_0x4e788a[_0x2674('0x15')]=v[_0x2674('0x5c')][_0x2674('0x19')](_0x5c31a9[_0x2674('0x15')],_0x5bf057)),null!=_0x5c31a9['howMany']&&_0x5c31a9[_0x2674('0x8')](_0x2674('0x58'))&&(_0x4e788a[_0x2674('0x58')]=_0x5c31a9['howMany']),null!=_0x5c31a9[_0x2674('0x2c')]&&_0x5c31a9[_0x2674('0x8')](_0x2674('0x2c'))&&(_0x4e788a[_0x2674('0x2c')]=_0x5c31a9[_0x2674('0x2c')]),_0x4e788a;},_0x45c653[_0x2674('0x7d')]['toJSON']=function(){return this['constructor'][_0x2674('0x19')](this,_0x558ff9[_0x2674('0x4c')][_0x2674('0x29')]);},_0x45c653['getTypeUrl']=function(_0xcb3cd6){return void 0x0===_0xcb3cd6&&(_0xcb3cd6=_0x2674('0x4f')),_0xcb3cd6+_0x2674('0x3b');},_0x45c653;})();export const MoveOperation=v[_0x2674('0xf')]=(()=>{function _0x2f32ed(_0x11101b){if(_0x11101b)for(let _0x6098b9=Object[_0x2674('0x8c')](_0x11101b),_0x4fc680=0x0;_0x4fc680<_0x6098b9[_0x2674('0x4b')];++_0x4fc680)null!=_0x11101b[_0x6098b9[_0x4fc680]]&&(this[_0x6098b9[_0x4fc680]]=_0x11101b[_0x6098b9[_0x4fc680]]);}return _0x2f32ed[_0x2674('0x7d')]['sourcePosition']=null,_0x2f32ed['prototype'][_0x2674('0x58')]=0x0,_0x2f32ed[_0x2674('0x7d')][_0x2674('0x1b')]=null,_0x2f32ed[_0x2674('0x7d')][_0x2674('0x2c')]=!0x1,_0x2f32ed[_0x2674('0x6')]=function(_0x543d3b){return new _0x2f32ed(_0x543d3b);},_0x2f32ed[_0x2674('0x61')]=function(_0x34f93e,_0x247199){return _0x247199||(_0x247199=y[_0x2674('0x6')]()),null!=_0x34f93e[_0x2674('0x73')]&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x34f93e,_0x2674('0x73'))&&v['Position'][_0x2674('0x61')](_0x34f93e[_0x2674('0x73')],_0x247199[_0x2674('0x6d')](0xa)[_0x2674('0x2f')]())['ldelim'](),null!=_0x34f93e['howMany']&&Object['hasOwnProperty'][_0x2674('0x6c')](_0x34f93e,'howMany')&&_0x247199['uint32'](0x10)['uint32'](_0x34f93e[_0x2674('0x58')]),null!=_0x34f93e['targetPosition']&&Object['hasOwnProperty'][_0x2674('0x6c')](_0x34f93e,_0x2674('0x1b'))&&v[_0x2674('0x5c')][_0x2674('0x61')](_0x34f93e[_0x2674('0x1b')],_0x247199[_0x2674('0x6d')](0x1a)[_0x2674('0x2f')]())[_0x2674('0x2b')](),null!=_0x34f93e[_0x2674('0x2c')]&&Object['hasOwnProperty'][_0x2674('0x6c')](_0x34f93e,_0x2674('0x2c'))&&_0x247199[_0x2674('0x6d')](0x20)[_0x2674('0x5e')](_0x34f93e[_0x2674('0x2c')]),_0x247199;},_0x2f32ed[_0x2674('0x45')]=function(_0x4bd748,_0x27840a){return this[_0x2674('0x61')](_0x4bd748,_0x27840a)[_0x2674('0x2b')]();},_0x2f32ed['decode']=function(_0x202b10,_0x55d3d9){_0x202b10 instanceof j||(_0x202b10=j[_0x2674('0x6')](_0x202b10));let _0x3a637f=void 0x0===_0x55d3d9?_0x202b10[_0x2674('0x16')]:_0x202b10[_0x2674('0x1a')]+_0x55d3d9,_0xc27f20=new v[(_0x2674('0xf'))]();for(;_0x202b10[_0x2674('0x1a')]<_0x3a637f;){let _0x31ec26=_0x202b10[_0x2674('0x6d')]();switch(_0x31ec26>>>0x3){case 0x1:_0xc27f20['sourcePosition']=v[_0x2674('0x5c')][_0x2674('0x8b')](_0x202b10,_0x202b10['uint32']());break;case 0x2:_0xc27f20[_0x2674('0x58')]=_0x202b10[_0x2674('0x6d')]();break;case 0x3:_0xc27f20[_0x2674('0x1b')]=v[_0x2674('0x5c')][_0x2674('0x8b')](_0x202b10,_0x202b10[_0x2674('0x6d')]());break;case 0x4:_0xc27f20[_0x2674('0x2c')]=_0x202b10[_0x2674('0x5e')]();break;default:_0x202b10['skipType'](0x7&_0x31ec26);}}return _0xc27f20;},_0x2f32ed['decodeDelimited']=function(_0x31f5b1){return _0x31f5b1 instanceof j||(_0x31f5b1=new j(_0x31f5b1)),this[_0x2674('0x8b')](_0x31f5b1,_0x31f5b1[_0x2674('0x6d')]());},_0x2f32ed[_0x2674('0x34')]=function(_0x23d179){if(_0x2674('0x87')!=typeof _0x23d179||null===_0x23d179)return _0x2674('0x31');if(null!=_0x23d179[_0x2674('0x73')]&&_0x23d179[_0x2674('0x8')](_0x2674('0x73'))){let _0xadc679=v['Position'][_0x2674('0x34')](_0x23d179['sourcePosition']);if(_0xadc679)return _0x2674('0x71')+_0xadc679;}if(null!=_0x23d179[_0x2674('0x58')]&&_0x23d179[_0x2674('0x8')](_0x2674('0x58'))&&!k[_0x2674('0x17')](_0x23d179[_0x2674('0x58')]))return _0x2674('0x40');if(null!=_0x23d179[_0x2674('0x1b')]&&_0x23d179[_0x2674('0x8')](_0x2674('0x1b'))){let _0x4462e4=v['Position'][_0x2674('0x34')](_0x23d179[_0x2674('0x1b')]);if(_0x4462e4)return _0x2674('0x64')+_0x4462e4;}return null!=_0x23d179['wasUndone']&&_0x23d179['hasOwnProperty']('wasUndone')&&_0x2674('0x48')!=typeof _0x23d179[_0x2674('0x2c')]?'wasUndone:\x20boolean\x20expected':null;},_0x2f32ed['fromObject']=function(_0x47047a){if(_0x47047a instanceof v['MoveOperation'])return _0x47047a;let _0x142484=new v[(_0x2674('0xf'))]();if(null!=_0x47047a[_0x2674('0x73')]){if('object'!=typeof _0x47047a[_0x2674('0x73')])throw TypeError('.MoveOperation.sourcePosition:\x20object\x20expected');_0x142484[_0x2674('0x73')]=v[_0x2674('0x5c')]['fromObject'](_0x47047a[_0x2674('0x73')]);}if(null!=_0x47047a[_0x2674('0x58')]&&(_0x142484[_0x2674('0x58')]=_0x47047a[_0x2674('0x58')]>>>0x0),null!=_0x47047a['targetPosition']){if('object'!=typeof _0x47047a[_0x2674('0x1b')])throw TypeError(_0x2674('0x7c'));_0x142484['targetPosition']=v[_0x2674('0x5c')][_0x2674('0x1c')](_0x47047a['targetPosition']);}return null!=_0x47047a[_0x2674('0x2c')]&&(_0x142484[_0x2674('0x2c')]=Boolean(_0x47047a[_0x2674('0x2c')])),_0x142484;},_0x2f32ed[_0x2674('0x19')]=function(_0xd24fae,_0x34d57c){_0x34d57c||(_0x34d57c={});let _0x1035ea={};return _0x34d57c[_0x2674('0x51')]&&(_0x1035ea[_0x2674('0x73')]=null,_0x1035ea[_0x2674('0x58')]=0x0,_0x1035ea[_0x2674('0x1b')]=null,_0x1035ea[_0x2674('0x2c')]=!0x1),null!=_0xd24fae[_0x2674('0x73')]&&_0xd24fae[_0x2674('0x8')](_0x2674('0x73'))&&(_0x1035ea['sourcePosition']=v[_0x2674('0x5c')][_0x2674('0x19')](_0xd24fae[_0x2674('0x73')],_0x34d57c)),null!=_0xd24fae[_0x2674('0x58')]&&_0xd24fae[_0x2674('0x8')](_0x2674('0x58'))&&(_0x1035ea[_0x2674('0x58')]=_0xd24fae['howMany']),null!=_0xd24fae['targetPosition']&&_0xd24fae[_0x2674('0x8')](_0x2674('0x1b'))&&(_0x1035ea['targetPosition']=v['Position'][_0x2674('0x19')](_0xd24fae[_0x2674('0x1b')],_0x34d57c)),null!=_0xd24fae['wasUndone']&&_0xd24fae['hasOwnProperty']('wasUndone')&&(_0x1035ea[_0x2674('0x2c')]=_0xd24fae['wasUndone']),_0x1035ea;},_0x2f32ed[_0x2674('0x7d')][_0x2674('0x6b')]=function(){return this[_0x2674('0xb')][_0x2674('0x19')](this,_0x558ff9[_0x2674('0x4c')][_0x2674('0x29')]);},_0x2f32ed[_0x2674('0x1d')]=function(_0xf67870){return void 0x0===_0xf67870&&(_0xf67870=_0x2674('0x4f')),_0xf67870+_0x2674('0x14');},_0x2f32ed;})();export const RenameOperation=v['RenameOperation']=(()=>{function _0x4ebac0(_0x47c236){if(_0x47c236)for(let _0xd39129=Object[_0x2674('0x8c')](_0x47c236),_0x9cf641=0x0;_0x9cf641<_0xd39129[_0x2674('0x4b')];++_0x9cf641)null!=_0x47c236[_0xd39129[_0x9cf641]]&&(this[_0xd39129[_0x9cf641]]=_0x47c236[_0xd39129[_0x9cf641]]);}return _0x4ebac0[_0x2674('0x7d')][_0x2674('0x4e')]=null,_0x4ebac0[_0x2674('0x7d')][_0x2674('0x8d')]='',_0x4ebac0[_0x2674('0x7d')]['newName']='',_0x4ebac0['prototype'][_0x2674('0x2c')]=!0x1,_0x4ebac0[_0x2674('0x6')]=function(_0x37ce9b){return new _0x4ebac0(_0x37ce9b);},_0x4ebac0['encode']=function(_0x1f5e78,_0x40e70a){return _0x40e70a||(_0x40e70a=y[_0x2674('0x6')]()),null!=_0x1f5e78[_0x2674('0x4e')]&&Object['hasOwnProperty']['call'](_0x1f5e78,_0x2674('0x4e'))&&v['Position'][_0x2674('0x61')](_0x1f5e78[_0x2674('0x4e')],_0x40e70a[_0x2674('0x6d')](0xa)[_0x2674('0x2f')]())[_0x2674('0x2b')](),null!=_0x1f5e78[_0x2674('0x8d')]&&Object['hasOwnProperty']['call'](_0x1f5e78,'oldName')&&_0x40e70a[_0x2674('0x6d')](0x12)['string'](_0x1f5e78[_0x2674('0x8d')]),null!=_0x1f5e78[_0x2674('0x23')]&&Object['hasOwnProperty']['call'](_0x1f5e78,_0x2674('0x23'))&&_0x40e70a[_0x2674('0x6d')](0x1a)[_0x2674('0x69')](_0x1f5e78[_0x2674('0x23')]),null!=_0x1f5e78['wasUndone']&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x1f5e78,'wasUndone')&&_0x40e70a[_0x2674('0x6d')](0x20)[_0x2674('0x5e')](_0x1f5e78[_0x2674('0x2c')]),_0x40e70a;},_0x4ebac0[_0x2674('0x45')]=function(_0x439c94,_0x3499d9){return this[_0x2674('0x61')](_0x439c94,_0x3499d9)[_0x2674('0x2b')]();},_0x4ebac0[_0x2674('0x8b')]=function(_0x26756c,_0x2c5b22){_0x26756c instanceof j||(_0x26756c=j[_0x2674('0x6')](_0x26756c));let _0x5c834d=void 0x0===_0x2c5b22?_0x26756c['len']:_0x26756c[_0x2674('0x1a')]+_0x2c5b22,_0x5dae46=new v[(_0x2674('0x52'))]();for(;_0x26756c[_0x2674('0x1a')]<_0x5c834d;){let _0x2b34cd=_0x26756c[_0x2674('0x6d')]();switch(_0x2b34cd>>>0x3){case 0x1:_0x5dae46[_0x2674('0x4e')]=v['Position'][_0x2674('0x8b')](_0x26756c,_0x26756c[_0x2674('0x6d')]());break;case 0x2:_0x5dae46[_0x2674('0x8d')]=_0x26756c['string']();break;case 0x3:_0x5dae46['newName']=_0x26756c[_0x2674('0x69')]();break;case 0x4:_0x5dae46[_0x2674('0x2c')]=_0x26756c[_0x2674('0x5e')]();break;default:_0x26756c[_0x2674('0x74')](0x7&_0x2b34cd);}}return _0x5dae46;},_0x4ebac0[_0x2674('0x78')]=function(_0xc66bf9){return _0xc66bf9 instanceof j||(_0xc66bf9=new j(_0xc66bf9)),this[_0x2674('0x8b')](_0xc66bf9,_0xc66bf9[_0x2674('0x6d')]());},_0x4ebac0[_0x2674('0x34')]=function(_0x5576a9){if('object'!=typeof _0x5576a9||null===_0x5576a9)return _0x2674('0x31');if(null!=_0x5576a9[_0x2674('0x4e')]&&_0x5576a9[_0x2674('0x8')](_0x2674('0x4e'))){let _0x4353c3=v[_0x2674('0x5c')][_0x2674('0x34')](_0x5576a9[_0x2674('0x4e')]);if(_0x4353c3)return _0x2674('0x72')+_0x4353c3;}return null!=_0x5576a9[_0x2674('0x8d')]&&_0x5576a9[_0x2674('0x8')](_0x2674('0x8d'))&&!k['isString'](_0x5576a9[_0x2674('0x8d')])?_0x2674('0x6a'):null!=_0x5576a9[_0x2674('0x23')]&&_0x5576a9[_0x2674('0x8')](_0x2674('0x23'))&&!k[_0x2674('0x1')](_0x5576a9[_0x2674('0x23')])?_0x2674('0x12'):null!=_0x5576a9[_0x2674('0x2c')]&&_0x5576a9[_0x2674('0x8')](_0x2674('0x2c'))&&_0x2674('0x48')!=typeof _0x5576a9[_0x2674('0x2c')]?_0x2674('0x57'):null;},_0x4ebac0[_0x2674('0x1c')]=function(_0x1e6d11){if(_0x1e6d11 instanceof v[_0x2674('0x52')])return _0x1e6d11;let _0x49c09b=new v[(_0x2674('0x52'))]();if(null!=_0x1e6d11[_0x2674('0x4e')]){if('object'!=typeof _0x1e6d11[_0x2674('0x4e')])throw TypeError('.RenameOperation.position:\x20object\x20expected');_0x49c09b[_0x2674('0x4e')]=v[_0x2674('0x5c')][_0x2674('0x1c')](_0x1e6d11[_0x2674('0x4e')]);}return null!=_0x1e6d11[_0x2674('0x8d')]&&(_0x49c09b['oldName']=String(_0x1e6d11[_0x2674('0x8d')])),null!=_0x1e6d11[_0x2674('0x23')]&&(_0x49c09b[_0x2674('0x23')]=String(_0x1e6d11[_0x2674('0x23')])),null!=_0x1e6d11[_0x2674('0x2c')]&&(_0x49c09b[_0x2674('0x2c')]=Boolean(_0x1e6d11['wasUndone'])),_0x49c09b;},_0x4ebac0[_0x2674('0x19')]=function(_0x1b1822,_0x804fb9){_0x804fb9||(_0x804fb9={});let _0x3c2af1={};return _0x804fb9['defaults']&&(_0x3c2af1[_0x2674('0x4e')]=null,_0x3c2af1[_0x2674('0x8d')]='',_0x3c2af1['newName']='',_0x3c2af1[_0x2674('0x2c')]=!0x1),null!=_0x1b1822[_0x2674('0x4e')]&&_0x1b1822[_0x2674('0x8')](_0x2674('0x4e'))&&(_0x3c2af1[_0x2674('0x4e')]=v[_0x2674('0x5c')][_0x2674('0x19')](_0x1b1822[_0x2674('0x4e')],_0x804fb9)),null!=_0x1b1822['oldName']&&_0x1b1822[_0x2674('0x8')](_0x2674('0x8d'))&&(_0x3c2af1['oldName']=_0x1b1822[_0x2674('0x8d')]),null!=_0x1b1822[_0x2674('0x23')]&&_0x1b1822[_0x2674('0x8')](_0x2674('0x23'))&&(_0x3c2af1[_0x2674('0x23')]=_0x1b1822[_0x2674('0x23')]),null!=_0x1b1822[_0x2674('0x2c')]&&_0x1b1822[_0x2674('0x8')](_0x2674('0x2c'))&&(_0x3c2af1[_0x2674('0x2c')]=_0x1b1822['wasUndone']),_0x3c2af1;},_0x4ebac0[_0x2674('0x7d')][_0x2674('0x6b')]=function(){return this[_0x2674('0xb')][_0x2674('0x19')](this,_0x558ff9[_0x2674('0x4c')][_0x2674('0x29')]);},_0x4ebac0[_0x2674('0x1d')]=function(_0x248eb2){return void 0x0===_0x248eb2&&(_0x248eb2=_0x2674('0x4f')),_0x248eb2+'/RenameOperation';},_0x4ebac0;})();export const RootAttributeOperation=v[_0x2674('0x3a')]=(()=>{function _0x55e53a(_0x42646b){if(_0x42646b)for(let _0x2ed939=Object['keys'](_0x42646b),_0x57f77a=0x0;_0x57f77a<_0x2ed939[_0x2674('0x4b')];++_0x57f77a)null!=_0x42646b[_0x2ed939[_0x57f77a]]&&(this[_0x2ed939[_0x57f77a]]=_0x42646b[_0x2ed939[_0x57f77a]]);}return _0x55e53a[_0x2674('0x7d')][_0x2674('0x3')]='',_0x55e53a['prototype'][_0x2674('0x8e')]='',_0x55e53a['prototype'][_0x2674('0x36')]=!0x1,_0x55e53a[_0x2674('0x7d')][_0x2674('0x65')]='',_0x55e53a[_0x2674('0x7d')][_0x2674('0x67')]=!0x1,_0x55e53a['prototype'][_0x2674('0x84')]='',_0x55e53a[_0x2674('0x7d')]['wasUndone']=!0x1,_0x55e53a[_0x2674('0x6')]=function(_0x538512){return new _0x55e53a(_0x538512);},_0x55e53a[_0x2674('0x61')]=function(_0x558f03,_0x20b27d){return _0x20b27d||(_0x20b27d=y[_0x2674('0x6')]()),null!=_0x558f03['root']&&Object[_0x2674('0x8')]['call'](_0x558f03,_0x2674('0x3'))&&_0x20b27d[_0x2674('0x6d')](0xa)['string'](_0x558f03[_0x2674('0x3')]),null!=_0x558f03['key']&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x558f03,'key')&&_0x20b27d['uint32'](0x12)['string'](_0x558f03[_0x2674('0x8e')]),null!=_0x558f03[_0x2674('0x36')]&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x558f03,_0x2674('0x36'))&&_0x20b27d[_0x2674('0x6d')](0x18)[_0x2674('0x5e')](_0x558f03[_0x2674('0x36')]),null!=_0x558f03[_0x2674('0x65')]&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x558f03,_0x2674('0x65'))&&_0x20b27d[_0x2674('0x6d')](0x22)[_0x2674('0x69')](_0x558f03['oldValueJson']),null!=_0x558f03['newValueBoolean']&&Object['hasOwnProperty'][_0x2674('0x6c')](_0x558f03,'newValueBoolean')&&_0x20b27d['uint32'](0x28)[_0x2674('0x5e')](_0x558f03['newValueBoolean']),null!=_0x558f03['newValueJson']&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x558f03,'newValueJson')&&_0x20b27d[_0x2674('0x6d')](0x32)[_0x2674('0x69')](_0x558f03[_0x2674('0x84')]),null!=_0x558f03['wasUndone']&&Object[_0x2674('0x8')]['call'](_0x558f03,_0x2674('0x2c'))&&_0x20b27d['uint32'](0x38)['bool'](_0x558f03['wasUndone']),_0x20b27d;},_0x55e53a[_0x2674('0x45')]=function(_0x47a4a8,_0x7d1331){return this[_0x2674('0x61')](_0x47a4a8,_0x7d1331)[_0x2674('0x2b')]();},_0x55e53a[_0x2674('0x8b')]=function(_0x4aa48b,_0x1e6e5f){_0x4aa48b instanceof j||(_0x4aa48b=j[_0x2674('0x6')](_0x4aa48b));let _0x4280bb=void 0x0===_0x1e6e5f?_0x4aa48b['len']:_0x4aa48b[_0x2674('0x1a')]+_0x1e6e5f,_0xee07f0=new v[(_0x2674('0x3a'))]();for(;_0x4aa48b[_0x2674('0x1a')]<_0x4280bb;){let _0x26817c=_0x4aa48b[_0x2674('0x6d')]();switch(_0x26817c>>>0x3){case 0x1:_0xee07f0[_0x2674('0x3')]=_0x4aa48b[_0x2674('0x69')]();break;case 0x2:_0xee07f0[_0x2674('0x8e')]=_0x4aa48b[_0x2674('0x69')]();break;case 0x3:_0xee07f0[_0x2674('0x36')]=_0x4aa48b[_0x2674('0x5e')]();break;case 0x4:_0xee07f0[_0x2674('0x65')]=_0x4aa48b[_0x2674('0x69')]();break;case 0x5:_0xee07f0[_0x2674('0x67')]=_0x4aa48b[_0x2674('0x5e')]();break;case 0x6:_0xee07f0['newValueJson']=_0x4aa48b[_0x2674('0x69')]();break;case 0x7:_0xee07f0[_0x2674('0x2c')]=_0x4aa48b['bool']();break;default:_0x4aa48b['skipType'](0x7&_0x26817c);}}return _0xee07f0;},_0x55e53a[_0x2674('0x78')]=function(_0x2ded63){return _0x2ded63 instanceof j||(_0x2ded63=new j(_0x2ded63)),this[_0x2674('0x8b')](_0x2ded63,_0x2ded63['uint32']());},_0x55e53a[_0x2674('0x34')]=function(_0x2a1946){return _0x2674('0x87')!=typeof _0x2a1946||null===_0x2a1946?_0x2674('0x31'):null!=_0x2a1946[_0x2674('0x3')]&&_0x2a1946[_0x2674('0x8')](_0x2674('0x3'))&&!k[_0x2674('0x1')](_0x2a1946['root'])?_0x2674('0x39'):null!=_0x2a1946[_0x2674('0x8e')]&&_0x2a1946[_0x2674('0x8')](_0x2674('0x8e'))&&!k[_0x2674('0x1')](_0x2a1946[_0x2674('0x8e')])?_0x2674('0x9'):null!=_0x2a1946[_0x2674('0x36')]&&_0x2a1946[_0x2674('0x8')]('oldValueBoolean')&&_0x2674('0x48')!=typeof _0x2a1946[_0x2674('0x36')]?_0x2674('0x44'):null!=_0x2a1946[_0x2674('0x65')]&&_0x2a1946['hasOwnProperty'](_0x2674('0x65'))&&!k[_0x2674('0x1')](_0x2a1946[_0x2674('0x65')])?_0x2674('0x3f'):null!=_0x2a1946[_0x2674('0x67')]&&_0x2a1946['hasOwnProperty'](_0x2674('0x67'))&&_0x2674('0x48')!=typeof _0x2a1946[_0x2674('0x67')]?'newValueBoolean:\x20boolean\x20expected':null!=_0x2a1946['newValueJson']&&_0x2a1946[_0x2674('0x8')](_0x2674('0x84'))&&!k[_0x2674('0x1')](_0x2a1946['newValueJson'])?_0x2674('0x1e'):null!=_0x2a1946['wasUndone']&&_0x2a1946[_0x2674('0x8')](_0x2674('0x2c'))&&'boolean'!=typeof _0x2a1946[_0x2674('0x2c')]?_0x2674('0x57'):null;},_0x55e53a[_0x2674('0x1c')]=function(_0xf4ecd){if(_0xf4ecd instanceof v[_0x2674('0x3a')])return _0xf4ecd;let _0x15e186=new v[(_0x2674('0x3a'))]();return null!=_0xf4ecd[_0x2674('0x3')]&&(_0x15e186[_0x2674('0x3')]=String(_0xf4ecd[_0x2674('0x3')])),null!=_0xf4ecd[_0x2674('0x8e')]&&(_0x15e186[_0x2674('0x8e')]=String(_0xf4ecd['key'])),null!=_0xf4ecd[_0x2674('0x36')]&&(_0x15e186[_0x2674('0x36')]=Boolean(_0xf4ecd[_0x2674('0x36')])),null!=_0xf4ecd[_0x2674('0x65')]&&(_0x15e186[_0x2674('0x65')]=String(_0xf4ecd[_0x2674('0x65')])),null!=_0xf4ecd[_0x2674('0x67')]&&(_0x15e186[_0x2674('0x67')]=Boolean(_0xf4ecd[_0x2674('0x67')])),null!=_0xf4ecd['newValueJson']&&(_0x15e186['newValueJson']=String(_0xf4ecd['newValueJson'])),null!=_0xf4ecd[_0x2674('0x2c')]&&(_0x15e186[_0x2674('0x2c')]=Boolean(_0xf4ecd[_0x2674('0x2c')])),_0x15e186;},_0x55e53a[_0x2674('0x19')]=function(_0x228b7b,_0x49d30d){_0x49d30d||(_0x49d30d={});let _0x54ba44={};return _0x49d30d['defaults']&&(_0x54ba44['root']='',_0x54ba44[_0x2674('0x8e')]='',_0x54ba44[_0x2674('0x36')]=!0x1,_0x54ba44[_0x2674('0x65')]='',_0x54ba44[_0x2674('0x67')]=!0x1,_0x54ba44[_0x2674('0x84')]='',_0x54ba44[_0x2674('0x2c')]=!0x1),null!=_0x228b7b[_0x2674('0x3')]&&_0x228b7b['hasOwnProperty']('root')&&(_0x54ba44[_0x2674('0x3')]=_0x228b7b[_0x2674('0x3')]),null!=_0x228b7b[_0x2674('0x8e')]&&_0x228b7b[_0x2674('0x8')](_0x2674('0x8e'))&&(_0x54ba44['key']=_0x228b7b[_0x2674('0x8e')]),null!=_0x228b7b[_0x2674('0x36')]&&_0x228b7b['hasOwnProperty'](_0x2674('0x36'))&&(_0x54ba44['oldValueBoolean']=_0x228b7b[_0x2674('0x36')]),null!=_0x228b7b[_0x2674('0x65')]&&_0x228b7b[_0x2674('0x8')]('oldValueJson')&&(_0x54ba44['oldValueJson']=_0x228b7b[_0x2674('0x65')]),null!=_0x228b7b[_0x2674('0x67')]&&_0x228b7b[_0x2674('0x8')](_0x2674('0x67'))&&(_0x54ba44[_0x2674('0x67')]=_0x228b7b[_0x2674('0x67')]),null!=_0x228b7b[_0x2674('0x84')]&&_0x228b7b[_0x2674('0x8')](_0x2674('0x84'))&&(_0x54ba44['newValueJson']=_0x228b7b[_0x2674('0x84')]),null!=_0x228b7b[_0x2674('0x2c')]&&_0x228b7b[_0x2674('0x8')]('wasUndone')&&(_0x54ba44[_0x2674('0x2c')]=_0x228b7b[_0x2674('0x2c')]),_0x54ba44;},_0x55e53a[_0x2674('0x7d')][_0x2674('0x6b')]=function(){return this['constructor'][_0x2674('0x19')](this,_0x558ff9[_0x2674('0x4c')][_0x2674('0x29')]);},_0x55e53a[_0x2674('0x1d')]=function(_0x593104){return void 0x0===_0x593104&&(_0x593104=_0x2674('0x4f')),_0x593104+_0x2674('0xd');},_0x55e53a;})();export const RootOperation=v[_0x2674('0x54')]=(()=>{function _0x53d5c9(_0xa74785){if(_0xa74785)for(let _0x16d8e5=Object['keys'](_0xa74785),_0x13912b=0x0;_0x13912b<_0x16d8e5['length'];++_0x13912b)null!=_0xa74785[_0x16d8e5[_0x13912b]]&&(this[_0x16d8e5[_0x13912b]]=_0xa74785[_0x16d8e5[_0x13912b]]);}return _0x53d5c9[_0x2674('0x7d')][_0x2674('0x82')]='',_0x53d5c9[_0x2674('0x7d')][_0x2674('0x2e')]='',_0x53d5c9[_0x2674('0x7d')][_0x2674('0x5')]=!0x1,_0x53d5c9[_0x2674('0x7d')]['wasUndone']=!0x1,_0x53d5c9[_0x2674('0x6')]=function(_0x411831){return new _0x53d5c9(_0x411831);},_0x53d5c9[_0x2674('0x61')]=function(_0x58249c,_0x424cf3){return _0x424cf3||(_0x424cf3=y[_0x2674('0x6')]()),null!=_0x58249c[_0x2674('0x82')]&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x58249c,_0x2674('0x82'))&&_0x424cf3['uint32'](0xa)[_0x2674('0x69')](_0x58249c[_0x2674('0x82')]),null!=_0x58249c[_0x2674('0x2e')]&&Object['hasOwnProperty'][_0x2674('0x6c')](_0x58249c,_0x2674('0x2e'))&&_0x424cf3['uint32'](0x12)['string'](_0x58249c['elementName']),null!=_0x58249c[_0x2674('0x5')]&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x58249c,_0x2674('0x5'))&&_0x424cf3[_0x2674('0x6d')](0x18)[_0x2674('0x5e')](_0x58249c[_0x2674('0x5')]),null!=_0x58249c['wasUndone']&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x58249c,_0x2674('0x2c'))&&_0x424cf3[_0x2674('0x6d')](0x20)['bool'](_0x58249c[_0x2674('0x2c')]),_0x424cf3;},_0x53d5c9[_0x2674('0x45')]=function(_0x350cf5,_0x441049){return this[_0x2674('0x61')](_0x350cf5,_0x441049)[_0x2674('0x2b')]();},_0x53d5c9[_0x2674('0x8b')]=function(_0x1ef3b0,_0x16bf87){_0x1ef3b0 instanceof j||(_0x1ef3b0=j['create'](_0x1ef3b0));let _0x43a146=void 0x0===_0x16bf87?_0x1ef3b0[_0x2674('0x16')]:_0x1ef3b0[_0x2674('0x1a')]+_0x16bf87,_0x38ffe1=new v[(_0x2674('0x54'))]();for(;_0x1ef3b0[_0x2674('0x1a')]<_0x43a146;){let _0x26c0f5=_0x1ef3b0['uint32']();switch(_0x26c0f5>>>0x3){case 0x1:_0x38ffe1[_0x2674('0x82')]=_0x1ef3b0['string']();break;case 0x2:_0x38ffe1['elementName']=_0x1ef3b0[_0x2674('0x69')]();break;case 0x3:_0x38ffe1[_0x2674('0x5')]=_0x1ef3b0[_0x2674('0x5e')]();break;case 0x4:_0x38ffe1[_0x2674('0x2c')]=_0x1ef3b0[_0x2674('0x5e')]();break;default:_0x1ef3b0[_0x2674('0x74')](0x7&_0x26c0f5);}}return _0x38ffe1;},_0x53d5c9[_0x2674('0x78')]=function(_0xf1fe4){return _0xf1fe4 instanceof j||(_0xf1fe4=new j(_0xf1fe4)),this['decode'](_0xf1fe4,_0xf1fe4[_0x2674('0x6d')]());},_0x53d5c9[_0x2674('0x34')]=function(_0x5a3934){return'object'!=typeof _0x5a3934||null===_0x5a3934?_0x2674('0x31'):null!=_0x5a3934[_0x2674('0x82')]&&_0x5a3934[_0x2674('0x8')](_0x2674('0x82'))&&!k['isString'](_0x5a3934[_0x2674('0x82')])?_0x2674('0x26'):null!=_0x5a3934[_0x2674('0x2e')]&&_0x5a3934['hasOwnProperty']('elementName')&&!k[_0x2674('0x1')](_0x5a3934['elementName'])?_0x2674('0x3e'):null!=_0x5a3934['isAdd']&&_0x5a3934[_0x2674('0x8')](_0x2674('0x5'))&&'boolean'!=typeof _0x5a3934[_0x2674('0x5')]?'isAdd:\x20boolean\x20expected':null!=_0x5a3934[_0x2674('0x2c')]&&_0x5a3934['hasOwnProperty'](_0x2674('0x2c'))&&_0x2674('0x48')!=typeof _0x5a3934[_0x2674('0x2c')]?'wasUndone:\x20boolean\x20expected':null;},_0x53d5c9[_0x2674('0x1c')]=function(_0x1a3a91){if(_0x1a3a91 instanceof v[_0x2674('0x54')])return _0x1a3a91;let _0x25349c=new v[(_0x2674('0x54'))]();return null!=_0x1a3a91[_0x2674('0x82')]&&(_0x25349c[_0x2674('0x82')]=String(_0x1a3a91[_0x2674('0x82')])),null!=_0x1a3a91[_0x2674('0x2e')]&&(_0x25349c['elementName']=String(_0x1a3a91['elementName'])),null!=_0x1a3a91['isAdd']&&(_0x25349c[_0x2674('0x5')]=Boolean(_0x1a3a91[_0x2674('0x5')])),null!=_0x1a3a91[_0x2674('0x2c')]&&(_0x25349c[_0x2674('0x2c')]=Boolean(_0x1a3a91['wasUndone'])),_0x25349c;},_0x53d5c9[_0x2674('0x19')]=function(_0x4eb857,_0x42ea6d){_0x42ea6d||(_0x42ea6d={});let _0x224dfc={};return _0x42ea6d[_0x2674('0x51')]&&(_0x224dfc[_0x2674('0x82')]='',_0x224dfc[_0x2674('0x2e')]='',_0x224dfc[_0x2674('0x5')]=!0x1,_0x224dfc[_0x2674('0x2c')]=!0x1),null!=_0x4eb857[_0x2674('0x82')]&&_0x4eb857[_0x2674('0x8')](_0x2674('0x82'))&&(_0x224dfc[_0x2674('0x82')]=_0x4eb857[_0x2674('0x82')]),null!=_0x4eb857['elementName']&&_0x4eb857['hasOwnProperty'](_0x2674('0x2e'))&&(_0x224dfc[_0x2674('0x2e')]=_0x4eb857['elementName']),null!=_0x4eb857[_0x2674('0x5')]&&_0x4eb857[_0x2674('0x8')](_0x2674('0x5'))&&(_0x224dfc[_0x2674('0x5')]=_0x4eb857[_0x2674('0x5')]),null!=_0x4eb857[_0x2674('0x2c')]&&_0x4eb857[_0x2674('0x8')](_0x2674('0x2c'))&&(_0x224dfc[_0x2674('0x2c')]=_0x4eb857[_0x2674('0x2c')]),_0x224dfc;},_0x53d5c9[_0x2674('0x7d')][_0x2674('0x6b')]=function(){return this['constructor'][_0x2674('0x19')](this,_0x558ff9[_0x2674('0x4c')]['toJSONOptions']);},_0x53d5c9[_0x2674('0x1d')]=function(_0xdfbf7f){return void 0x0===_0xdfbf7f&&(_0xdfbf7f=_0x2674('0x4f')),_0xdfbf7f+_0x2674('0x5a');},_0x53d5c9;})();export const SplitOperation=v[_0x2674('0x41')]=(()=>{function _0x42cd06(_0x3a79da){if(_0x3a79da)for(let _0x259602=Object[_0x2674('0x8c')](_0x3a79da),_0x4dbbf2=0x0;_0x4dbbf2<_0x259602['length'];++_0x4dbbf2)null!=_0x3a79da[_0x259602[_0x4dbbf2]]&&(this[_0x259602[_0x4dbbf2]]=_0x3a79da[_0x259602[_0x4dbbf2]]);}return _0x42cd06['prototype'][_0x2674('0x7f')]=null,_0x42cd06['prototype']['graveyardPosition']=null,_0x42cd06[_0x2674('0x7d')]['howMany']=0x0,_0x42cd06['prototype'][_0x2674('0x80')]=null,_0x42cd06['prototype'][_0x2674('0x2c')]=!0x1,_0x42cd06['create']=function(_0x5880d6){return new _0x42cd06(_0x5880d6);},_0x42cd06['encode']=function(_0x57e1c3,_0x3ee17b){return _0x3ee17b||(_0x3ee17b=y['create']()),null!=_0x57e1c3['splitPosition']&&Object[_0x2674('0x8')]['call'](_0x57e1c3,_0x2674('0x7f'))&&v[_0x2674('0x5c')][_0x2674('0x61')](_0x57e1c3[_0x2674('0x7f')],_0x3ee17b[_0x2674('0x6d')](0xa)[_0x2674('0x2f')]())[_0x2674('0x2b')](),null!=_0x57e1c3['graveyardPosition']&&Object[_0x2674('0x8')]['call'](_0x57e1c3,_0x2674('0x15'))&&v[_0x2674('0x5c')][_0x2674('0x61')](_0x57e1c3['graveyardPosition'],_0x3ee17b[_0x2674('0x6d')](0x12)[_0x2674('0x2f')]())[_0x2674('0x2b')](),null!=_0x57e1c3[_0x2674('0x58')]&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x57e1c3,'howMany')&&_0x3ee17b[_0x2674('0x6d')](0x18)[_0x2674('0x6d')](_0x57e1c3['howMany']),null!=_0x57e1c3['insertionPosition']&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x57e1c3,_0x2674('0x80'))&&v[_0x2674('0x5c')][_0x2674('0x61')](_0x57e1c3[_0x2674('0x80')],_0x3ee17b[_0x2674('0x6d')](0x22)[_0x2674('0x2f')]())[_0x2674('0x2b')](),null!=_0x57e1c3[_0x2674('0x2c')]&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x57e1c3,'wasUndone')&&_0x3ee17b['uint32'](0x28)[_0x2674('0x5e')](_0x57e1c3['wasUndone']),_0x3ee17b;},_0x42cd06[_0x2674('0x45')]=function(_0x3fda16,_0x47b895){return this[_0x2674('0x61')](_0x3fda16,_0x47b895)[_0x2674('0x2b')]();},_0x42cd06[_0x2674('0x8b')]=function(_0x5dadf2,_0x4ed625){_0x5dadf2 instanceof j||(_0x5dadf2=j[_0x2674('0x6')](_0x5dadf2));let _0x10b73f=void 0x0===_0x4ed625?_0x5dadf2[_0x2674('0x16')]:_0x5dadf2['pos']+_0x4ed625,_0x1667fc=new v[(_0x2674('0x41'))]();for(;_0x5dadf2['pos']<_0x10b73f;){let _0x2322a5=_0x5dadf2['uint32']();switch(_0x2322a5>>>0x3){case 0x1:_0x1667fc[_0x2674('0x7f')]=v[_0x2674('0x5c')]['decode'](_0x5dadf2,_0x5dadf2[_0x2674('0x6d')]());break;case 0x2:_0x1667fc[_0x2674('0x15')]=v[_0x2674('0x5c')][_0x2674('0x8b')](_0x5dadf2,_0x5dadf2[_0x2674('0x6d')]());break;case 0x3:_0x1667fc[_0x2674('0x58')]=_0x5dadf2['uint32']();break;case 0x4:_0x1667fc[_0x2674('0x80')]=v[_0x2674('0x5c')]['decode'](_0x5dadf2,_0x5dadf2[_0x2674('0x6d')]());break;case 0x5:_0x1667fc[_0x2674('0x2c')]=_0x5dadf2[_0x2674('0x5e')]();break;default:_0x5dadf2[_0x2674('0x74')](0x7&_0x2322a5);}}return _0x1667fc;},_0x42cd06[_0x2674('0x78')]=function(_0x1475ff){return _0x1475ff instanceof j||(_0x1475ff=new j(_0x1475ff)),this[_0x2674('0x8b')](_0x1475ff,_0x1475ff[_0x2674('0x6d')]());},_0x42cd06[_0x2674('0x34')]=function(_0x42ee8e){if(_0x2674('0x87')!=typeof _0x42ee8e||null===_0x42ee8e)return'object\x20expected';if(null!=_0x42ee8e[_0x2674('0x7f')]&&_0x42ee8e[_0x2674('0x8')](_0x2674('0x7f'))){let _0x33a11b=v[_0x2674('0x5c')][_0x2674('0x34')](_0x42ee8e[_0x2674('0x7f')]);if(_0x33a11b)return'splitPosition.'+_0x33a11b;}if(null!=_0x42ee8e[_0x2674('0x15')]&&_0x42ee8e[_0x2674('0x8')](_0x2674('0x15'))){let _0x4fcec5=v[_0x2674('0x5c')]['verify'](_0x42ee8e['graveyardPosition']);if(_0x4fcec5)return _0x2674('0x20')+_0x4fcec5;}if(null!=_0x42ee8e[_0x2674('0x58')]&&_0x42ee8e[_0x2674('0x8')](_0x2674('0x58'))&&!k['isInteger'](_0x42ee8e[_0x2674('0x58')]))return _0x2674('0x40');if(null!=_0x42ee8e[_0x2674('0x80')]&&_0x42ee8e[_0x2674('0x8')](_0x2674('0x80'))){let _0x2fa7f9=v['Position']['verify'](_0x42ee8e[_0x2674('0x80')]);if(_0x2fa7f9)return'insertionPosition.'+_0x2fa7f9;}return null!=_0x42ee8e[_0x2674('0x2c')]&&_0x42ee8e[_0x2674('0x8')](_0x2674('0x2c'))&&_0x2674('0x48')!=typeof _0x42ee8e['wasUndone']?_0x2674('0x57'):null;},_0x42cd06['fromObject']=function(_0x4aa276){if(_0x4aa276 instanceof v[_0x2674('0x41')])return _0x4aa276;let _0x2ed2fd=new v[(_0x2674('0x41'))]();if(null!=_0x4aa276['splitPosition']){if(_0x2674('0x87')!=typeof _0x4aa276[_0x2674('0x7f')])throw TypeError(_0x2674('0x38'));_0x2ed2fd[_0x2674('0x7f')]=v['Position'][_0x2674('0x1c')](_0x4aa276[_0x2674('0x7f')]);}if(null!=_0x4aa276['graveyardPosition']){if(_0x2674('0x87')!=typeof _0x4aa276[_0x2674('0x15')])throw TypeError(_0x2674('0x8a'));_0x2ed2fd[_0x2674('0x15')]=v['Position']['fromObject'](_0x4aa276[_0x2674('0x15')]);}if(null!=_0x4aa276[_0x2674('0x58')]&&(_0x2ed2fd[_0x2674('0x58')]=_0x4aa276[_0x2674('0x58')]>>>0x0),null!=_0x4aa276['insertionPosition']){if(_0x2674('0x87')!=typeof _0x4aa276['insertionPosition'])throw TypeError(_0x2674('0x53'));_0x2ed2fd['insertionPosition']=v[_0x2674('0x5c')][_0x2674('0x1c')](_0x4aa276[_0x2674('0x80')]);}return null!=_0x4aa276[_0x2674('0x2c')]&&(_0x2ed2fd[_0x2674('0x2c')]=Boolean(_0x4aa276['wasUndone'])),_0x2ed2fd;},_0x42cd06['toObject']=function(_0x581f64,_0x3a64b2){_0x3a64b2||(_0x3a64b2={});let _0x720de={};return _0x3a64b2[_0x2674('0x51')]&&(_0x720de[_0x2674('0x7f')]=null,_0x720de['graveyardPosition']=null,_0x720de[_0x2674('0x58')]=0x0,_0x720de[_0x2674('0x80')]=null,_0x720de['wasUndone']=!0x1),null!=_0x581f64[_0x2674('0x7f')]&&_0x581f64[_0x2674('0x8')](_0x2674('0x7f'))&&(_0x720de['splitPosition']=v[_0x2674('0x5c')][_0x2674('0x19')](_0x581f64[_0x2674('0x7f')],_0x3a64b2)),null!=_0x581f64['graveyardPosition']&&_0x581f64['hasOwnProperty'](_0x2674('0x15'))&&(_0x720de[_0x2674('0x15')]=v[_0x2674('0x5c')]['toObject'](_0x581f64[_0x2674('0x15')],_0x3a64b2)),null!=_0x581f64[_0x2674('0x58')]&&_0x581f64['hasOwnProperty'](_0x2674('0x58'))&&(_0x720de[_0x2674('0x58')]=_0x581f64[_0x2674('0x58')]),null!=_0x581f64['insertionPosition']&&_0x581f64[_0x2674('0x8')](_0x2674('0x80'))&&(_0x720de['insertionPosition']=v[_0x2674('0x5c')][_0x2674('0x19')](_0x581f64[_0x2674('0x80')],_0x3a64b2)),null!=_0x581f64[_0x2674('0x2c')]&&_0x581f64[_0x2674('0x8')](_0x2674('0x2c'))&&(_0x720de[_0x2674('0x2c')]=_0x581f64[_0x2674('0x2c')]),_0x720de;},_0x42cd06[_0x2674('0x7d')]['toJSON']=function(){return this[_0x2674('0xb')][_0x2674('0x19')](this,_0x558ff9[_0x2674('0x4c')][_0x2674('0x29')]);},_0x42cd06['getTypeUrl']=function(_0x4a2949){return void 0x0===_0x4a2949&&(_0x4a2949=_0x2674('0x4f')),_0x4a2949+_0x2674('0x66');},_0x42cd06;})();export const Position=v[_0x2674('0x5c')]=(()=>{function _0x30e574(_0x4c6c3d){if(this[_0x2674('0x70')]=[],_0x4c6c3d)for(let _0x5ba5ef=Object[_0x2674('0x8c')](_0x4c6c3d),_0x521251=0x0;_0x521251<_0x5ba5ef['length'];++_0x521251)null!=_0x4c6c3d[_0x5ba5ef[_0x521251]]&&(this[_0x5ba5ef[_0x521251]]=_0x4c6c3d[_0x5ba5ef[_0x521251]]);}return _0x30e574[_0x2674('0x7d')][_0x2674('0x3')]='',_0x30e574[_0x2674('0x7d')][_0x2674('0x5b')]=!0x1,_0x30e574[_0x2674('0x7d')][_0x2674('0x86')]=!0x1,_0x30e574[_0x2674('0x7d')][_0x2674('0x70')]=k[_0x2674('0x6f')],_0x30e574[_0x2674('0x7d')][_0x2674('0x3d')]='',_0x30e574['create']=function(_0x5a29ff){return new _0x30e574(_0x5a29ff);},_0x30e574['encode']=function(_0x5f398f,_0x2a5f5c){if(_0x2a5f5c||(_0x2a5f5c=y[_0x2674('0x6')]()),null!=_0x5f398f[_0x2674('0x3')]&&Object[_0x2674('0x8')]['call'](_0x5f398f,_0x2674('0x3'))&&_0x2a5f5c[_0x2674('0x6d')](0xa)[_0x2674('0x69')](_0x5f398f['root']),null!=_0x5f398f[_0x2674('0x5b')]&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x5f398f,'rootMain')&&_0x2a5f5c[_0x2674('0x6d')](0x10)['bool'](_0x5f398f[_0x2674('0x5b')]),null!=_0x5f398f[_0x2674('0x86')]&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x5f398f,'rootGraveyard')&&_0x2a5f5c['uint32'](0x18)[_0x2674('0x5e')](_0x5f398f['rootGraveyard']),null!=_0x5f398f['path']&&_0x5f398f[_0x2674('0x70')][_0x2674('0x4b')]){_0x2a5f5c['uint32'](0x22)[_0x2674('0x2f')]();for(let _0x4e614c=0x0;_0x4e614c<_0x5f398f[_0x2674('0x70')][_0x2674('0x4b')];++_0x4e614c)_0x2a5f5c[_0x2674('0x6d')](_0x5f398f['path'][_0x4e614c]);_0x2a5f5c[_0x2674('0x2b')]();}return null!=_0x5f398f[_0x2674('0x3d')]&&Object['hasOwnProperty'][_0x2674('0x6c')](_0x5f398f,'stickiness')&&_0x2a5f5c[_0x2674('0x6d')](0x2a)[_0x2674('0x69')](_0x5f398f[_0x2674('0x3d')]),_0x2a5f5c;},_0x30e574['encodeDelimited']=function(_0x2e1590,_0x31dd00){return this[_0x2674('0x61')](_0x2e1590,_0x31dd00)[_0x2674('0x2b')]();},_0x30e574[_0x2674('0x8b')]=function(_0x53d86f,_0x5c1453){_0x53d86f instanceof j||(_0x53d86f=j[_0x2674('0x6')](_0x53d86f));let _0x315145=void 0x0===_0x5c1453?_0x53d86f[_0x2674('0x16')]:_0x53d86f[_0x2674('0x1a')]+_0x5c1453,_0x1101db=new v['Position']();for(;_0x53d86f[_0x2674('0x1a')]<_0x315145;){let _0x21ef2a=_0x53d86f['uint32']();switch(_0x21ef2a>>>0x3){case 0x1:_0x1101db['root']=_0x53d86f[_0x2674('0x69')]();break;case 0x2:_0x1101db[_0x2674('0x5b')]=_0x53d86f[_0x2674('0x5e')]();break;case 0x3:_0x1101db[_0x2674('0x86')]=_0x53d86f[_0x2674('0x5e')]();break;case 0x4:if(_0x1101db[_0x2674('0x70')]&&_0x1101db[_0x2674('0x70')][_0x2674('0x4b')]||(_0x1101db['path']=[]),0x2==(0x7&_0x21ef2a)){let _0x377786=_0x53d86f[_0x2674('0x6d')]()+_0x53d86f['pos'];for(;_0x53d86f[_0x2674('0x1a')]<_0x377786;)_0x1101db[_0x2674('0x70')][_0x2674('0x3c')](_0x53d86f[_0x2674('0x6d')]());}else _0x1101db[_0x2674('0x70')][_0x2674('0x3c')](_0x53d86f[_0x2674('0x6d')]());break;case 0x5:_0x1101db['stickiness']=_0x53d86f[_0x2674('0x69')]();break;default:_0x53d86f[_0x2674('0x74')](0x7&_0x21ef2a);}}return _0x1101db;},_0x30e574[_0x2674('0x78')]=function(_0x19fceb){return _0x19fceb instanceof j||(_0x19fceb=new j(_0x19fceb)),this[_0x2674('0x8b')](_0x19fceb,_0x19fceb[_0x2674('0x6d')]());},_0x30e574[_0x2674('0x34')]=function(_0x835b70){if(_0x2674('0x87')!=typeof _0x835b70||null===_0x835b70)return _0x2674('0x31');if(null!=_0x835b70['root']&&_0x835b70[_0x2674('0x8')](_0x2674('0x3'))&&!k[_0x2674('0x1')](_0x835b70[_0x2674('0x3')]))return _0x2674('0x39');if(null!=_0x835b70['rootMain']&&_0x835b70['hasOwnProperty'](_0x2674('0x5b'))&&_0x2674('0x48')!=typeof _0x835b70['rootMain'])return _0x2674('0x55');if(null!=_0x835b70[_0x2674('0x86')]&&_0x835b70[_0x2674('0x8')](_0x2674('0x86'))&&'boolean'!=typeof _0x835b70[_0x2674('0x86')])return'rootGraveyard:\x20boolean\x20expected';if(null!=_0x835b70[_0x2674('0x70')]&&_0x835b70[_0x2674('0x8')]('path')){if(!Array[_0x2674('0x42')](_0x835b70[_0x2674('0x70')]))return _0x2674('0x43');for(let _0x18f830=0x0;_0x18f830<_0x835b70[_0x2674('0x70')][_0x2674('0x4b')];++_0x18f830)if(!k[_0x2674('0x17')](_0x835b70[_0x2674('0x70')][_0x18f830]))return _0x2674('0x62');}return null!=_0x835b70['stickiness']&&_0x835b70[_0x2674('0x8')](_0x2674('0x3d'))&&!k[_0x2674('0x1')](_0x835b70[_0x2674('0x3d')])?'stickiness:\x20string\x20expected':null;},_0x30e574['fromObject']=function(_0x5ae013){if(_0x5ae013 instanceof v[_0x2674('0x5c')])return _0x5ae013;let _0x4877c8=new v['Position']();if(null!=_0x5ae013[_0x2674('0x3')]&&(_0x4877c8[_0x2674('0x3')]=String(_0x5ae013[_0x2674('0x3')])),null!=_0x5ae013[_0x2674('0x5b')]&&(_0x4877c8[_0x2674('0x5b')]=Boolean(_0x5ae013[_0x2674('0x5b')])),null!=_0x5ae013[_0x2674('0x86')]&&(_0x4877c8[_0x2674('0x86')]=Boolean(_0x5ae013[_0x2674('0x86')])),_0x5ae013[_0x2674('0x70')]){if(!Array[_0x2674('0x42')](_0x5ae013['path']))throw TypeError(_0x2674('0x1f'));_0x4877c8[_0x2674('0x70')]=[];for(let _0x5ebdf6=0x0;_0x5ebdf6<_0x5ae013[_0x2674('0x70')]['length'];++_0x5ebdf6)_0x4877c8[_0x2674('0x70')][_0x5ebdf6]=_0x5ae013['path'][_0x5ebdf6]>>>0x0;}return null!=_0x5ae013[_0x2674('0x3d')]&&(_0x4877c8[_0x2674('0x3d')]=String(_0x5ae013['stickiness'])),_0x4877c8;},_0x30e574[_0x2674('0x19')]=function(_0x524498,_0x1f83a0){_0x1f83a0||(_0x1f83a0={});let _0x28934a={};if((_0x1f83a0[_0x2674('0x27')]||_0x1f83a0[_0x2674('0x51')])&&(_0x28934a[_0x2674('0x70')]=[]),_0x1f83a0['defaults']&&(_0x28934a[_0x2674('0x3')]='',_0x28934a[_0x2674('0x5b')]=!0x1,_0x28934a[_0x2674('0x86')]=!0x1,_0x28934a['stickiness']=''),null!=_0x524498['root']&&_0x524498['hasOwnProperty'](_0x2674('0x3'))&&(_0x28934a['root']=_0x524498[_0x2674('0x3')]),null!=_0x524498[_0x2674('0x5b')]&&_0x524498['hasOwnProperty']('rootMain')&&(_0x28934a[_0x2674('0x5b')]=_0x524498['rootMain']),null!=_0x524498[_0x2674('0x86')]&&_0x524498['hasOwnProperty'](_0x2674('0x86'))&&(_0x28934a[_0x2674('0x86')]=_0x524498[_0x2674('0x86')]),_0x524498['path']&&_0x524498[_0x2674('0x70')][_0x2674('0x4b')]){_0x28934a[_0x2674('0x70')]=[];for(let _0x36f19d=0x0;_0x36f19d<_0x524498[_0x2674('0x70')][_0x2674('0x4b')];++_0x36f19d)_0x28934a['path'][_0x36f19d]=_0x524498[_0x2674('0x70')][_0x36f19d];}return null!=_0x524498[_0x2674('0x3d')]&&_0x524498[_0x2674('0x8')](_0x2674('0x3d'))&&(_0x28934a[_0x2674('0x3d')]=_0x524498[_0x2674('0x3d')]),_0x28934a;},_0x30e574[_0x2674('0x7d')][_0x2674('0x6b')]=function(){return this[_0x2674('0xb')][_0x2674('0x19')](this,_0x558ff9['util']['toJSONOptions']);},_0x30e574[_0x2674('0x1d')]=function(_0x5668a6){return void 0x0===_0x5668a6&&(_0x5668a6='type.googleapis.com'),_0x5668a6+'/Position';},_0x30e574;})();export const Range=v['Range']=(()=>{function _0x4ab2d3(_0x23ed93){if(_0x23ed93)for(let _0x42eba9=Object['keys'](_0x23ed93),_0x452595=0x0;_0x452595<_0x42eba9[_0x2674('0x4b')];++_0x452595)null!=_0x23ed93[_0x42eba9[_0x452595]]&&(this[_0x42eba9[_0x452595]]=_0x23ed93[_0x42eba9[_0x452595]]);}return _0x4ab2d3['prototype'][_0x2674('0x81')]=null,_0x4ab2d3[_0x2674('0x7d')][_0x2674('0x60')]=null,_0x4ab2d3[_0x2674('0x6')]=function(_0x25168c){return new _0x4ab2d3(_0x25168c);},_0x4ab2d3['encode']=function(_0x2bd740,_0x155e80){return _0x155e80||(_0x155e80=y[_0x2674('0x6')]()),null!=_0x2bd740[_0x2674('0x81')]&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x2bd740,_0x2674('0x81'))&&v[_0x2674('0x5c')][_0x2674('0x61')](_0x2bd740[_0x2674('0x81')],_0x155e80[_0x2674('0x6d')](0xa)[_0x2674('0x2f')]())[_0x2674('0x2b')](),null!=_0x2bd740['end']&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x2bd740,_0x2674('0x60'))&&v[_0x2674('0x5c')][_0x2674('0x61')](_0x2bd740[_0x2674('0x60')],_0x155e80[_0x2674('0x6d')](0x12)['fork']())[_0x2674('0x2b')](),_0x155e80;},_0x4ab2d3[_0x2674('0x45')]=function(_0x52a7fd,_0x410053){return this['encode'](_0x52a7fd,_0x410053)[_0x2674('0x2b')]();},_0x4ab2d3['decode']=function(_0x4135b1,_0x35f4d4){_0x4135b1 instanceof j||(_0x4135b1=j[_0x2674('0x6')](_0x4135b1));let _0x1ada8c=void 0x0===_0x35f4d4?_0x4135b1['len']:_0x4135b1['pos']+_0x35f4d4,_0xe05197=new v['Range']();for(;_0x4135b1[_0x2674('0x1a')]<_0x1ada8c;){let _0x1d5509=_0x4135b1[_0x2674('0x6d')]();switch(_0x1d5509>>>0x3){case 0x1:_0xe05197[_0x2674('0x81')]=v['Position'][_0x2674('0x8b')](_0x4135b1,_0x4135b1[_0x2674('0x6d')]());break;case 0x2:_0xe05197['end']=v['Position'][_0x2674('0x8b')](_0x4135b1,_0x4135b1[_0x2674('0x6d')]());break;default:_0x4135b1['skipType'](0x7&_0x1d5509);}}return _0xe05197;},_0x4ab2d3[_0x2674('0x78')]=function(_0x5ce19d){return _0x5ce19d instanceof j||(_0x5ce19d=new j(_0x5ce19d)),this[_0x2674('0x8b')](_0x5ce19d,_0x5ce19d[_0x2674('0x6d')]());},_0x4ab2d3[_0x2674('0x34')]=function(_0x2108ad){if(_0x2674('0x87')!=typeof _0x2108ad||null===_0x2108ad)return _0x2674('0x31');if(null!=_0x2108ad[_0x2674('0x81')]&&_0x2108ad[_0x2674('0x8')]('start')){let _0x1b2ebe=v['Position'][_0x2674('0x34')](_0x2108ad[_0x2674('0x81')]);if(_0x1b2ebe)return _0x2674('0x2')+_0x1b2ebe;}if(null!=_0x2108ad[_0x2674('0x60')]&&_0x2108ad[_0x2674('0x8')]('end')){let _0xa3e32a=v[_0x2674('0x5c')][_0x2674('0x34')](_0x2108ad[_0x2674('0x60')]);if(_0xa3e32a)return'end.'+_0xa3e32a;}return null;},_0x4ab2d3['fromObject']=function(_0x1f9c03){if(_0x1f9c03 instanceof v['Range'])return _0x1f9c03;let _0x895e20=new v[(_0x2674('0x6e'))]();if(null!=_0x1f9c03[_0x2674('0x81')]){if(_0x2674('0x87')!=typeof _0x1f9c03['start'])throw TypeError(_0x2674('0x10'));_0x895e20[_0x2674('0x81')]=v[_0x2674('0x5c')][_0x2674('0x1c')](_0x1f9c03[_0x2674('0x81')]);}if(null!=_0x1f9c03[_0x2674('0x60')]){if(_0x2674('0x87')!=typeof _0x1f9c03[_0x2674('0x60')])throw TypeError(_0x2674('0x0'));_0x895e20[_0x2674('0x60')]=v['Position'][_0x2674('0x1c')](_0x1f9c03[_0x2674('0x60')]);}return _0x895e20;},_0x4ab2d3[_0x2674('0x19')]=function(_0x1c5408,_0x1800ad){_0x1800ad||(_0x1800ad={});let _0x2d91f6={};return _0x1800ad[_0x2674('0x51')]&&(_0x2d91f6[_0x2674('0x81')]=null,_0x2d91f6['end']=null),null!=_0x1c5408[_0x2674('0x81')]&&_0x1c5408[_0x2674('0x8')](_0x2674('0x81'))&&(_0x2d91f6[_0x2674('0x81')]=v[_0x2674('0x5c')][_0x2674('0x19')](_0x1c5408[_0x2674('0x81')],_0x1800ad)),null!=_0x1c5408[_0x2674('0x60')]&&_0x1c5408[_0x2674('0x8')](_0x2674('0x60'))&&(_0x2d91f6['end']=v['Position'][_0x2674('0x19')](_0x1c5408[_0x2674('0x60')],_0x1800ad)),_0x2d91f6;},_0x4ab2d3[_0x2674('0x7d')]['toJSON']=function(){return this['constructor'][_0x2674('0x19')](this,_0x558ff9[_0x2674('0x4c')][_0x2674('0x29')]);},_0x4ab2d3['getTypeUrl']=function(_0x6e7f5a){return void 0x0===_0x6e7f5a&&(_0x6e7f5a='type.googleapis.com'),_0x6e7f5a+_0x2674('0x59');},_0x4ab2d3;})();export const Element=v[_0x2674('0x4')]=(()=>{function _0x509e2b(_0x37e0ad){if(this[_0x2674('0x21')]=[],this[_0x2674('0x28')]={},_0x37e0ad)for(let _0x57e497=Object[_0x2674('0x8c')](_0x37e0ad),_0x3d77d8=0x0;_0x3d77d8<_0x57e497[_0x2674('0x4b')];++_0x3d77d8)null!=_0x37e0ad[_0x57e497[_0x3d77d8]]&&(this[_0x57e497[_0x3d77d8]]=_0x37e0ad[_0x57e497[_0x3d77d8]]);}return _0x509e2b[_0x2674('0x7d')][_0x2674('0x18')]='',_0x509e2b['prototype']['children']=k['emptyArray'],_0x509e2b[_0x2674('0x7d')][_0x2674('0x88')]='',_0x509e2b[_0x2674('0x7d')][_0x2674('0x28')]=k[_0x2674('0x37')],_0x509e2b[_0x2674('0x7d')][_0x2674('0x7')]='',_0x509e2b[_0x2674('0x6')]=function(_0x80c10){return new _0x509e2b(_0x80c10);},_0x509e2b[_0x2674('0x61')]=function(_0x3c5a4e,_0x2e9e33){if(_0x2e9e33||(_0x2e9e33=y[_0x2674('0x6')]()),null!=_0x3c5a4e[_0x2674('0x18')]&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x3c5a4e,_0x2674('0x18'))&&_0x2e9e33[_0x2674('0x6d')](0xa)[_0x2674('0x69')](_0x3c5a4e[_0x2674('0x18')]),null!=_0x3c5a4e[_0x2674('0x21')]&&_0x3c5a4e['children']['length'])for(let _0x5d0dae=0x0;_0x5d0dae<_0x3c5a4e[_0x2674('0x21')][_0x2674('0x4b')];++_0x5d0dae)v[_0x2674('0x4')][_0x2674('0x61')](_0x3c5a4e['children'][_0x5d0dae],_0x2e9e33[_0x2674('0x6d')](0x12)[_0x2674('0x2f')]())[_0x2674('0x2b')]();if(null!=_0x3c5a4e[_0x2674('0x88')]&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x3c5a4e,_0x2674('0x88'))&&_0x2e9e33['uint32'](0x1a)['string'](_0x3c5a4e['data']),null!=_0x3c5a4e[_0x2674('0x28')]&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x3c5a4e,_0x2674('0x28')))for(let _0x328582=Object[_0x2674('0x8c')](_0x3c5a4e[_0x2674('0x28')]),_0x4102e6=0x0;_0x4102e6<_0x328582['length'];++_0x4102e6)_0x2e9e33[_0x2674('0x6d')](0x22)['fork']()[_0x2674('0x6d')](0xa)[_0x2674('0x69')](_0x328582[_0x4102e6])['uint32'](0x10)['bool'](_0x3c5a4e[_0x2674('0x28')][_0x328582[_0x4102e6]])[_0x2674('0x2b')]();return null!=_0x3c5a4e[_0x2674('0x7')]&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x3c5a4e,'attributesJson')&&_0x2e9e33['uint32'](0x2a)[_0x2674('0x69')](_0x3c5a4e[_0x2674('0x7')]),_0x2e9e33;},_0x509e2b['encodeDelimited']=function(_0x6e73f7,_0x49e722){return this['encode'](_0x6e73f7,_0x49e722)[_0x2674('0x2b')]();},_0x509e2b[_0x2674('0x8b')]=function(_0x4dbaa8,_0x153bca){_0x4dbaa8 instanceof j||(_0x4dbaa8=j[_0x2674('0x6')](_0x4dbaa8));let _0x1d8f20,_0x42fba6,_0x836bb8=void 0x0===_0x153bca?_0x4dbaa8[_0x2674('0x16')]:_0x4dbaa8[_0x2674('0x1a')]+_0x153bca,_0x5e9e0c=new v[(_0x2674('0x4'))]();for(;_0x4dbaa8[_0x2674('0x1a')]<_0x836bb8;){let _0x32a674=_0x4dbaa8[_0x2674('0x6d')]();switch(_0x32a674>>>0x3){case 0x1:_0x5e9e0c[_0x2674('0x18')]=_0x4dbaa8['string']();break;case 0x2:_0x5e9e0c[_0x2674('0x21')]&&_0x5e9e0c['children'][_0x2674('0x4b')]||(_0x5e9e0c['children']=[]),_0x5e9e0c[_0x2674('0x21')]['push'](v[_0x2674('0x4')]['decode'](_0x4dbaa8,_0x4dbaa8[_0x2674('0x6d')]()));break;case 0x3:_0x5e9e0c[_0x2674('0x88')]=_0x4dbaa8[_0x2674('0x69')]();break;case 0x4:{_0x5e9e0c[_0x2674('0x28')]===k[_0x2674('0x37')]&&(_0x5e9e0c[_0x2674('0x28')]={});let _0x28cce4=_0x4dbaa8[_0x2674('0x6d')]()+_0x4dbaa8[_0x2674('0x1a')];for(_0x1d8f20='',_0x42fba6=!0x1;_0x4dbaa8[_0x2674('0x1a')]<_0x28cce4;){let _0x46cd26=_0x4dbaa8[_0x2674('0x6d')]();switch(_0x46cd26>>>0x3){case 0x1:_0x1d8f20=_0x4dbaa8['string']();break;case 0x2:_0x42fba6=_0x4dbaa8['bool']();break;default:_0x4dbaa8[_0x2674('0x74')](0x7&_0x46cd26);}}_0x5e9e0c[_0x2674('0x28')][_0x1d8f20]=_0x42fba6;break;}case 0x5:_0x5e9e0c[_0x2674('0x7')]=_0x4dbaa8['string']();break;default:_0x4dbaa8[_0x2674('0x74')](0x7&_0x32a674);}}return _0x5e9e0c;},_0x509e2b[_0x2674('0x78')]=function(_0x46a1b8){return _0x46a1b8 instanceof j||(_0x46a1b8=new j(_0x46a1b8)),this[_0x2674('0x8b')](_0x46a1b8,_0x46a1b8[_0x2674('0x6d')]());},_0x509e2b[_0x2674('0x34')]=function(_0x550a5d){if('object'!=typeof _0x550a5d||null===_0x550a5d)return'object\x20expected';if(null!=_0x550a5d[_0x2674('0x18')]&&_0x550a5d[_0x2674('0x8')](_0x2674('0x18'))&&!k[_0x2674('0x1')](_0x550a5d[_0x2674('0x18')]))return _0x2674('0x7b');if(null!=_0x550a5d[_0x2674('0x21')]&&_0x550a5d[_0x2674('0x8')](_0x2674('0x21'))){if(!Array[_0x2674('0x42')](_0x550a5d['children']))return _0x2674('0xa');for(let _0x3b686e=0x0;_0x3b686e<_0x550a5d[_0x2674('0x21')][_0x2674('0x4b')];++_0x3b686e){let _0x33b21d=v[_0x2674('0x4')][_0x2674('0x34')](_0x550a5d[_0x2674('0x21')][_0x3b686e]);if(_0x33b21d)return'children.'+_0x33b21d;}}if(null!=_0x550a5d['data']&&_0x550a5d[_0x2674('0x8')](_0x2674('0x88'))&&!k[_0x2674('0x1')](_0x550a5d[_0x2674('0x88')]))return _0x2674('0x7e');if(null!=_0x550a5d[_0x2674('0x28')]&&_0x550a5d[_0x2674('0x8')](_0x2674('0x28'))){if(!k['isObject'](_0x550a5d[_0x2674('0x28')]))return _0x2674('0x76');let _0xdfb50a=Object[_0x2674('0x8c')](_0x550a5d['attributesBoolean']);for(let _0x2039b9=0x0;_0x2039b9<_0xdfb50a['length'];++_0x2039b9)if(_0x2674('0x48')!=typeof _0x550a5d['attributesBoolean'][_0xdfb50a[_0x2039b9]])return _0x2674('0x7a');}return null!=_0x550a5d[_0x2674('0x7')]&&_0x550a5d[_0x2674('0x8')](_0x2674('0x7'))&&!k['isString'](_0x550a5d[_0x2674('0x7')])?_0x2674('0x2d'):null;},_0x509e2b['fromObject']=function(_0x3836cc){if(_0x3836cc instanceof v[_0x2674('0x4')])return _0x3836cc;let _0x3f1f5d=new v[(_0x2674('0x4'))]();if(null!=_0x3836cc[_0x2674('0x18')]&&(_0x3f1f5d['name']=String(_0x3836cc[_0x2674('0x18')])),_0x3836cc[_0x2674('0x21')]){if(!Array['isArray'](_0x3836cc[_0x2674('0x21')]))throw TypeError(_0x2674('0x4a'));_0x3f1f5d[_0x2674('0x21')]=[];for(let _0x251352=0x0;_0x251352<_0x3836cc['children'][_0x2674('0x4b')];++_0x251352){if('object'!=typeof _0x3836cc[_0x2674('0x21')][_0x251352])throw TypeError(_0x2674('0x4d'));_0x3f1f5d[_0x2674('0x21')][_0x251352]=v[_0x2674('0x4')]['fromObject'](_0x3836cc['children'][_0x251352]);}}if(null!=_0x3836cc[_0x2674('0x88')]&&(_0x3f1f5d['data']=String(_0x3836cc[_0x2674('0x88')])),_0x3836cc[_0x2674('0x28')]){if(_0x2674('0x87')!=typeof _0x3836cc[_0x2674('0x28')])throw TypeError('.Element.attributesBoolean:\x20object\x20expected');_0x3f1f5d['attributesBoolean']={};for(let _0x3e12cf=Object['keys'](_0x3836cc[_0x2674('0x28')]),_0x56d35d=0x0;_0x56d35d<_0x3e12cf[_0x2674('0x4b')];++_0x56d35d)_0x3f1f5d[_0x2674('0x28')][_0x3e12cf[_0x56d35d]]=Boolean(_0x3836cc[_0x2674('0x28')][_0x3e12cf[_0x56d35d]]);}return null!=_0x3836cc[_0x2674('0x7')]&&(_0x3f1f5d['attributesJson']=String(_0x3836cc[_0x2674('0x7')])),_0x3f1f5d;},_0x509e2b[_0x2674('0x19')]=function(_0x5bd470,_0x4767c7){_0x4767c7||(_0x4767c7={});let _0x7b58a,_0x454a76={};if((_0x4767c7[_0x2674('0x27')]||_0x4767c7['defaults'])&&(_0x454a76['children']=[]),(_0x4767c7[_0x2674('0x13')]||_0x4767c7[_0x2674('0x51')])&&(_0x454a76[_0x2674('0x28')]={}),_0x4767c7[_0x2674('0x51')]&&(_0x454a76[_0x2674('0x18')]='',_0x454a76[_0x2674('0x88')]='',_0x454a76[_0x2674('0x7')]=''),null!=_0x5bd470[_0x2674('0x18')]&&_0x5bd470[_0x2674('0x8')](_0x2674('0x18'))&&(_0x454a76[_0x2674('0x18')]=_0x5bd470[_0x2674('0x18')]),_0x5bd470[_0x2674('0x21')]&&_0x5bd470['children'][_0x2674('0x4b')]){_0x454a76[_0x2674('0x21')]=[];for(let _0x11cb8c=0x0;_0x11cb8c<_0x5bd470['children'][_0x2674('0x4b')];++_0x11cb8c)_0x454a76[_0x2674('0x21')][_0x11cb8c]=v[_0x2674('0x4')][_0x2674('0x19')](_0x5bd470[_0x2674('0x21')][_0x11cb8c],_0x4767c7);}if(null!=_0x5bd470['data']&&_0x5bd470[_0x2674('0x8')]('data')&&(_0x454a76[_0x2674('0x88')]=_0x5bd470['data']),_0x5bd470[_0x2674('0x28')]&&(_0x7b58a=Object['keys'](_0x5bd470[_0x2674('0x28')]))[_0x2674('0x4b')]){_0x454a76[_0x2674('0x28')]={};for(let _0x13ad87=0x0;_0x13ad87<_0x7b58a['length'];++_0x13ad87)_0x454a76[_0x2674('0x28')][_0x7b58a[_0x13ad87]]=_0x5bd470[_0x2674('0x28')][_0x7b58a[_0x13ad87]];}return null!=_0x5bd470[_0x2674('0x7')]&&_0x5bd470[_0x2674('0x8')](_0x2674('0x7'))&&(_0x454a76[_0x2674('0x7')]=_0x5bd470[_0x2674('0x7')]),_0x454a76;},_0x509e2b['prototype'][_0x2674('0x6b')]=function(){return this['constructor']['toObject'](this,_0x558ff9[_0x2674('0x4c')][_0x2674('0x29')]);},_0x509e2b[_0x2674('0x1d')]=function(_0x17d983){return void 0x0===_0x17d983&&(_0x17d983=_0x2674('0x4f')),_0x17d983+'/Element';},_0x509e2b;})();export{v as default};
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
1
5
  import MarkerOperationCompressor from './markeroperationcompressor';
2
6
  import type { ProtobufDescriptor } from '../protobuffactory';
3
7
  import type { CompressedOperationsData } from '../compressor';
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4a32=['MarkerOperation','startsWith','_omittedNamespace','length','name','__className','decompress','replace'];(function(_0x885c8b,_0x4a3233){const _0x206760=function(_0x2f5b73){while(--_0x2f5b73){_0x885c8b['push'](_0x885c8b['shift']());}};_0x206760(++_0x4a3233);}(_0x4a32,0x87));const _0x2067=function(_0x885c8b,_0x4a3233){_0x885c8b=_0x885c8b-0x0;let _0x206760=_0x4a32[_0x885c8b];return _0x206760;};import _0x2e115a from'./markeroperationcompressor';export default class a extends _0x2e115a{constructor(_0x2ff3a1,_0x5467eb,_0x1c7e18,_0x2e5c19){super(_0x2ff3a1,_0x5467eb,_0x1c7e18),this[_0x2067('0x3')]=_0x2e5c19+':';}['compress'](_0x4aa446,_0x269071){return!(_0x2067('0x1')!=_0x269071[0x0][_0x2067('0x6')]||!_0x269071[0x0][_0x2067('0x5')][_0x2067('0x2')](this['_omittedNamespace']))&&(_0x269071[0x0]['name']=_0x269071[0x0][_0x2067('0x5')][_0x2067('0x0')](new RegExp('^'+this[_0x2067('0x3')]),''),super['compress'](_0x4aa446,_0x269071),!0x0);}[_0x2067('0x7')](_0x513f78,_0x108157){super['decompress'](_0x513f78,_0x108157);const _0x2b8f97=_0x513f78[_0x513f78[_0x2067('0x4')]-0x1];_0x2b8f97[_0x2067('0x5')]=this[_0x2067('0x3')]+_0x2b8f97['name'];}}
23
+ const _0x5800=['name','decompress','_omittedNamespace','length','MarkerOperation','compress','startsWith','replace'];(function(_0x434fac,_0x5800d5){const _0x314b8d=function(_0x195f78){while(--_0x195f78){_0x434fac['push'](_0x434fac['shift']());}};_0x314b8d(++_0x5800d5);}(_0x5800,0x17f));const _0x314b=function(_0x434fac,_0x5800d5){_0x434fac=_0x434fac-0x0;let _0x314b8d=_0x5800[_0x434fac];return _0x314b8d;};import _0xc63a4c from'./markeroperationcompressor';export default class a extends _0xc63a4c{constructor(_0x268212,_0x24b6b7,_0x2c7110,_0x282a9b){super(_0x268212,_0x24b6b7,_0x2c7110),this[_0x314b('0x3')]=_0x282a9b+':';}[_0x314b('0x6')](_0x27383b,_0x4e3319){return!(_0x314b('0x5')!=_0x4e3319[0x0]['__className']||!_0x4e3319[0x0][_0x314b('0x1')][_0x314b('0x7')](this[_0x314b('0x3')]))&&(_0x4e3319[0x0][_0x314b('0x1')]=_0x4e3319[0x0][_0x314b('0x1')][_0x314b('0x0')](new RegExp('^'+this[_0x314b('0x3')]),''),super[_0x314b('0x6')](_0x27383b,_0x4e3319),!0x0);}[_0x314b('0x2')](_0x3fd071,_0x480860){super[_0x314b('0x2')](_0x3fd071,_0x480860);const _0x417cca=_0x3fd071[_0x3fd071[_0x314b('0x4')]-0x1];_0x417cca['name']=this[_0x314b('0x3')]+_0x417cca['name'];}}
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
1
5
  import OperationCompressor from './operationcompressor';
2
6
  import type { CompressedOperationsData } from '../compressor';
3
7
  import type { AttributeOperation } from 'ckeditor5/src/engine';
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xb2f3=['Json','compress','buffers','shift','_protobufDescriptor','oldValue','_deserializeOneOf','__className','_id','boolean','push','decompress','_serializeOneOf','newValue','Boolean','parse','types'];(function(_0x22fa95,_0xb2f364){const _0xb8ee20=function(_0x350307){while(--_0x350307){_0x22fa95['push'](_0x22fa95['shift']());}};_0xb8ee20(++_0xb2f364);}(_0xb2f3,0xf7));const _0xb8ee=function(_0x22fa95,_0xb2f364){_0x22fa95=_0x22fa95-0x0;let _0xb8ee20=_0xb2f3[_0x22fa95];return _0xb8ee20;};import _0x2dade9 from'./operationcompressor';import{parsePositionBeforeCompression as _0x39fed6,parsePositionAfterCompression as _0x53aead}from'../utils';export default class i extends _0x2dade9{[_0xb8ee('0x9')](_0x1a127c,_0x5aefd9){const _0x415c1a=_0x5aefd9[_0xb8ee('0xb')]();return this[_0xb8ee('0x3')](_0xb8ee('0xd'),_0x415c1a),this['_serializeOneOf'](_0xb8ee('0x4'),_0x415c1a),_0x39fed6(_0x415c1a),_0x1a127c[_0xb8ee('0xa')][_0xb8ee('0x1')](this[_0xb8ee('0xc')][_0xb8ee('0x9')](_0x415c1a)),_0x1a127c[_0xb8ee('0x7')][_0xb8ee('0x1')](this[_0xb8ee('0x10')]),!0x0;}[_0xb8ee('0x2')](_0x48b351,_0x25aae1){const {types:_0x465ba6,buffers:_0x2ff0b9}=_0x25aae1,_0x36d5a=this['_protobufDescriptor'][_0xb8ee('0x2')](_0x2ff0b9[_0xb8ee('0xb')]());_0x465ba6[_0xb8ee('0xb')](),this[_0xb8ee('0xe')](_0xb8ee('0xd'),_0x36d5a),this[_0xb8ee('0xe')](_0xb8ee('0x4'),_0x36d5a),_0x53aead(_0x36d5a),_0x36d5a[_0xb8ee('0xf')]=this['_operationName'],_0x48b351[_0xb8ee('0x1')](_0x36d5a);}[_0xb8ee('0x3')](_0x45a42b,_0x4b4f77){const _0x56a418=_0x4b4f77[_0x45a42b];_0xb8ee('0x0')==typeof _0x56a418?_0x4b4f77[_0x45a42b+_0xb8ee('0x5')]=_0x56a418:_0x4b4f77[_0x45a42b+_0xb8ee('0x8')]=JSON['stringify'](_0x56a418);}[_0xb8ee('0xe')](_0x3bfdb8,_0x41df38){const _0xf1abc8=_0x3bfdb8+_0xb8ee('0x8');_0x41df38[_0xf1abc8]?(_0x41df38[_0x3bfdb8]=JSON[_0xb8ee('0x6')](_0x41df38[_0xf1abc8]),delete _0x41df38[_0xf1abc8]):(_0x41df38[_0x3bfdb8]=_0x41df38[_0x3bfdb8+'Boolean'],delete _0x41df38[_0x3bfdb8+_0xb8ee('0x5')]);}}
23
+ const _0xb3fd=['buffers','stringify','Boolean','parse','_operationName','compress','boolean','newValue','Json','oldValue','_id','shift','_serializeOneOf','push','_deserializeOneOf','types','decompress','__className'];(function(_0x2da55d,_0xb3fda3){const _0x5d7513=function(_0x1a3720){while(--_0x1a3720){_0x2da55d['push'](_0x2da55d['shift']());}};_0x5d7513(++_0xb3fda3);}(_0xb3fd,0x123));const _0x5d75=function(_0x2da55d,_0xb3fda3){_0x2da55d=_0x2da55d-0x0;let _0x5d7513=_0xb3fd[_0x2da55d];return _0x5d7513;};import _0x5569dd from'./operationcompressor';import{parsePositionBeforeCompression as _0x191157,parsePositionAfterCompression as _0x10c13a}from'../utils';export default class i extends _0x5569dd{[_0x5d75('0x2')](_0x3a7ad4,_0x372f6e){const _0x96e50e=_0x372f6e['shift']();return this[_0x5d75('0x9')](_0x5d75('0x6'),_0x96e50e),this[_0x5d75('0x9')](_0x5d75('0x4'),_0x96e50e),_0x191157(_0x96e50e),_0x3a7ad4[_0x5d75('0xf')][_0x5d75('0xa')](this['_protobufDescriptor'][_0x5d75('0x2')](_0x96e50e)),_0x3a7ad4[_0x5d75('0xc')][_0x5d75('0xa')](this[_0x5d75('0x7')]),!0x0;}[_0x5d75('0xd')](_0xdba653,_0x602b0){const {types:_0x39e767,buffers:_0x4df60c}=_0x602b0,_0x562a4c=this['_protobufDescriptor'][_0x5d75('0xd')](_0x4df60c[_0x5d75('0x8')]());_0x39e767[_0x5d75('0x8')](),this['_deserializeOneOf'](_0x5d75('0x6'),_0x562a4c),this[_0x5d75('0xb')](_0x5d75('0x4'),_0x562a4c),_0x10c13a(_0x562a4c),_0x562a4c[_0x5d75('0xe')]=this[_0x5d75('0x1')],_0xdba653[_0x5d75('0xa')](_0x562a4c);}[_0x5d75('0x9')](_0x1102fa,_0x5941d6){const _0x24acb8=_0x5941d6[_0x1102fa];_0x5d75('0x3')==typeof _0x24acb8?_0x5941d6[_0x1102fa+_0x5d75('0x11')]=_0x24acb8:_0x5941d6[_0x1102fa+_0x5d75('0x5')]=JSON[_0x5d75('0x10')](_0x24acb8);}[_0x5d75('0xb')](_0x424dd2,_0x54bc58){const _0x2d316f=_0x424dd2+'Json';_0x54bc58[_0x2d316f]?(_0x54bc58[_0x424dd2]=JSON[_0x5d75('0x0')](_0x54bc58[_0x2d316f]),delete _0x54bc58[_0x2d316f]):(_0x54bc58[_0x424dd2]=_0x54bc58[_0x424dd2+'Boolean'],delete _0x54bc58[_0x424dd2+_0x5d75('0x11')]);}}
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
1
5
  import OperationCompressor from './operationcompressor';
2
6
  import type { CompressedOperationsData } from '../compressor';
3
7
  import type { InsertOperation } from 'ckeditor5/src/engine';
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x82f9=['push','_areValuesBoolean','every','children','parse','stringify','attributesJson','_operationName','compress','decompress','attributesBoolean','_id','shift','_deserializeNodesAttributes','boolean','nodes','keys','attributes','buffers','_serializeNodesAttributes','_protobufDescriptor','types'];(function(_0x11974a,_0x82f9a8){const _0x20e2f0=function(_0x20c06d){while(--_0x20c06d){_0x11974a['push'](_0x11974a['shift']());}};_0x20e2f0(++_0x82f9a8);}(_0x82f9,0xad));const _0x20e2=function(_0x11974a,_0x82f9a8){_0x11974a=_0x11974a-0x0;let _0x20e2f0=_0x82f9[_0x11974a];return _0x20e2f0;};import _0x198688 from'./operationcompressor';import{parsePositionBeforeCompression as _0x969232,parsePositionAfterCompression as _0x3960fc}from'../utils';export default class s extends _0x198688{[_0x20e2('0xb')](_0x55cbce,_0x28138b){const _0x45712d=_0x28138b[_0x20e2('0xf')]();return this['_serializeNodesAttributes'](_0x45712d[_0x20e2('0x12')]),_0x969232(_0x45712d),_0x55cbce[_0x20e2('0x15')][_0x20e2('0x3')](this[_0x20e2('0x1')][_0x20e2('0xb')](_0x45712d)),_0x55cbce[_0x20e2('0x2')][_0x20e2('0x3')](this[_0x20e2('0xe')]),!0x0;}[_0x20e2('0xc')](_0x2528e7,_0x4e6edd){const {types:_0x4d37c0,buffers:_0x65255c}=_0x4e6edd,_0x2634f4=this['_protobufDescriptor'][_0x20e2('0xc')](_0x65255c[_0x20e2('0xf')]());_0x4d37c0[_0x20e2('0xf')](),_0x2634f4[_0x20e2('0x12')]||(_0x2634f4[_0x20e2('0x12')]=[]),this['_deserializeNodesAttributes'](_0x2634f4[_0x20e2('0x12')]),_0x3960fc(_0x2634f4),_0x2634f4['__className']=this[_0x20e2('0xa')],_0x2528e7[_0x20e2('0x3')](_0x2634f4);}[_0x20e2('0x0')](_0x1fff10){for(const _0x178aaa of _0x1fff10){if(_0x178aaa['attributes']){const _0xd0d530=_0x178aaa[_0x20e2('0x14')];this[_0x20e2('0x4')](_0xd0d530)?_0x178aaa[_0x20e2('0xd')]=_0xd0d530:_0x178aaa['attributesJson']=JSON[_0x20e2('0x8')](_0xd0d530);}_0x178aaa[_0x20e2('0x6')]&&this[_0x20e2('0x0')](_0x178aaa[_0x20e2('0x6')]);}}[_0x20e2('0x10')](_0x4484c4){for(const _0x4988f5 of _0x4484c4)(_0x4988f5['attributesBoolean']||_0x4988f5[_0x20e2('0x9')])&&(_0x4988f5[_0x20e2('0xd')]?(_0x4988f5[_0x20e2('0x14')]=_0x4988f5[_0x20e2('0xd')],delete _0x4988f5[_0x20e2('0xd')]):(_0x4988f5[_0x20e2('0x14')]=JSON[_0x20e2('0x7')](_0x4988f5[_0x20e2('0x9')]),delete _0x4988f5[_0x20e2('0x9')])),_0x4988f5[_0x20e2('0x6')]&&this['_deserializeNodesAttributes'](_0x4988f5['children']);}[_0x20e2('0x4')](_0x3fe651){return Object[_0x20e2('0x13')](_0x3fe651)[_0x20e2('0x5')](_0xf627a2=>_0x20e2('0x11')==typeof _0x3fe651[_0xf627a2]);}}
23
+ const _0x172a=['__className','every','types','boolean','buffers','push','nodes','attributes','_protobufDescriptor','attributesBoolean','decompress','stringify','_serializeNodesAttributes','shift','parse','_areValuesBoolean','children','keys','_deserializeNodesAttributes','_operationName','attributesJson'];(function(_0xc29963,_0x172a2b){const _0x558bfe=function(_0x1f5031){while(--_0x1f5031){_0xc29963['push'](_0xc29963['shift']());}};_0x558bfe(++_0x172a2b);}(_0x172a,0x97));const _0x558b=function(_0xc29963,_0x172a2b){_0xc29963=_0xc29963-0x0;let _0x558bfe=_0x172a[_0xc29963];return _0x558bfe;};import _0x541a52 from'./operationcompressor';import{parsePositionBeforeCompression as _0x85043a,parsePositionAfterCompression as _0x57d71f}from'../utils';export default class s extends _0x541a52{['compress'](_0x9461ac,_0x2b93cb){const _0x4e8d73=_0x2b93cb[_0x558b('0x9')]();return this[_0x558b('0x8')](_0x4e8d73[_0x558b('0x2')]),_0x85043a(_0x4e8d73),_0x9461ac[_0x558b('0x0')][_0x558b('0x1')](this[_0x558b('0x4')]['compress'](_0x4e8d73)),_0x9461ac[_0x558b('0x13')][_0x558b('0x1')](this['_id']),!0x0;}[_0x558b('0x6')](_0x94c735,_0x529281){const {types:_0x27534a,buffers:_0x4390e2}=_0x529281,_0x7c0b1b=this[_0x558b('0x4')][_0x558b('0x6')](_0x4390e2[_0x558b('0x9')]());_0x27534a[_0x558b('0x9')](),_0x7c0b1b['nodes']||(_0x7c0b1b['nodes']=[]),this['_deserializeNodesAttributes'](_0x7c0b1b[_0x558b('0x2')]),_0x57d71f(_0x7c0b1b),_0x7c0b1b[_0x558b('0x11')]=this[_0x558b('0xf')],_0x94c735[_0x558b('0x1')](_0x7c0b1b);}['_serializeNodesAttributes'](_0x413b6e){for(const _0x518faf of _0x413b6e){if(_0x518faf[_0x558b('0x3')]){const _0x56c949=_0x518faf[_0x558b('0x3')];this[_0x558b('0xb')](_0x56c949)?_0x518faf[_0x558b('0x5')]=_0x56c949:_0x518faf[_0x558b('0x10')]=JSON[_0x558b('0x7')](_0x56c949);}_0x518faf[_0x558b('0xc')]&&this[_0x558b('0x8')](_0x518faf['children']);}}['_deserializeNodesAttributes'](_0xfbf5d6){for(const _0x2d7c85 of _0xfbf5d6)(_0x2d7c85[_0x558b('0x5')]||_0x2d7c85[_0x558b('0x10')])&&(_0x2d7c85[_0x558b('0x5')]?(_0x2d7c85[_0x558b('0x3')]=_0x2d7c85[_0x558b('0x5')],delete _0x2d7c85['attributesBoolean']):(_0x2d7c85[_0x558b('0x3')]=JSON[_0x558b('0xa')](_0x2d7c85[_0x558b('0x10')]),delete _0x2d7c85[_0x558b('0x10')])),_0x2d7c85[_0x558b('0xc')]&&this[_0x558b('0xe')](_0x2d7c85[_0x558b('0xc')]);}[_0x558b('0xb')](_0x1d86db){return Object[_0x558b('0xd')](_0x1d86db)[_0x558b('0x12')](_0x4cba91=>_0x558b('0x14')==typeof _0x1d86db[_0x4cba91]);}}
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
1
5
  import OperationCompressor from './operationcompressor';
2
6
  import type { CompressedOperationsData } from '../compressor';
3
7
  import type { MarkerOperation } from 'ckeditor5/src/engine';
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4c8d=['newRange','decompress','oldRange'];(function(_0x3bb293,_0x4c8d48){const _0x3ee7e5=function(_0x3d3285){while(--_0x3d3285){_0x3bb293['push'](_0x3bb293['shift']());}};_0x3ee7e5(++_0x4c8d48);}(_0x4c8d,0x15f));const _0x3ee7=function(_0x3bb293,_0x4c8d48){_0x3bb293=_0x3bb293-0x0;let _0x3ee7e5=_0x4c8d[_0x3bb293];return _0x3ee7e5;};import _0x37f7f9 from'./operationcompressor';export default class n extends _0x37f7f9{[_0x3ee7('0x1')](_0x1de622,_0x8f328f){super['decompress'](_0x1de622,_0x8f328f);const _0x23f765=_0x1de622[_0x1de622['length']-0x1];_0x23f765[_0x3ee7('0x2')]||(_0x23f765[_0x3ee7('0x2')]=null),_0x23f765[_0x3ee7('0x0')]||(_0x23f765[_0x3ee7('0x0')]=null);}}
23
+ const _0xf36c=['decompress','length','oldRange','newRange'];(function(_0x5769b2,_0xf36c13){const _0x2f276a=function(_0x47382f){while(--_0x47382f){_0x5769b2['push'](_0x5769b2['shift']());}};_0x2f276a(++_0xf36c13);}(_0xf36c,0x1d3));const _0x2f27=function(_0x5769b2,_0xf36c13){_0x5769b2=_0x5769b2-0x0;let _0x2f276a=_0xf36c[_0x5769b2];return _0x2f276a;};import _0x55489e from'./operationcompressor';export default class n extends _0x55489e{[_0x2f27('0x1')](_0x57bf29,_0x246574){super['decompress'](_0x57bf29,_0x246574);const _0x356738=_0x57bf29[_0x57bf29[_0x2f27('0x2')]-0x1];_0x356738[_0x2f27('0x3')]||(_0x356738[_0x2f27('0x3')]=null),_0x356738[_0x2f27('0x0')]||(_0x356738[_0x2f27('0x0')]=null);}}
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
1
5
  import OperationCompressor from './operationcompressor';
2
6
  import type { CompressedOperationsData } from '../compressor';
3
7
  import type { Operation } from 'ckeditor5/src/engine';
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x323e=['shift','types','push','decompress'];(function(_0x533d84,_0x323edd){var _0x490dbc=function(_0x2f6a3b){while(--_0x2f6a3b){_0x533d84['push'](_0x533d84['shift']());}};_0x490dbc(++_0x323edd);}(_0x323e,0x1c2));var _0x490d=function(_0x533d84,_0x323edd){_0x533d84=_0x533d84-0x0;var _0x490dbc=_0x323e[_0x533d84];return _0x490dbc;};import _0x25d560 from'./operationcompressor';export default class p extends _0x25d560{['compress'](_0x3a0996,_0x240f15){return _0x240f15[_0x490d('0x2')](),_0x3a0996[_0x490d('0x3')][_0x490d('0x0')](this['_id']),!0x0;}[_0x490d('0x1')](_0x5e27f8,_0x1186de){_0x1186de[_0x490d('0x3')][_0x490d('0x2')](),_0x5e27f8[_0x490d('0x0')]({'__className':this['_operationName']});}}
23
+ var _0x133c=['types','_operationName','decompress','compress','_id','shift','push'];(function(_0x290dbb,_0x133c56){var _0x402752=function(_0xb4f76f){while(--_0xb4f76f){_0x290dbb['push'](_0x290dbb['shift']());}};_0x402752(++_0x133c56);}(_0x133c,0x110));var _0x4027=function(_0x290dbb,_0x133c56){_0x290dbb=_0x290dbb-0x0;var _0x402752=_0x133c[_0x290dbb];return _0x402752;};import _0x4a2a30 from'./operationcompressor';export default class p extends _0x4a2a30{[_0x4027('0x4')](_0x558498,_0x3b139b){return _0x3b139b['shift'](),_0x558498[_0x4027('0x1')][_0x4027('0x0')](this[_0x4027('0x5')]),!0x0;}[_0x4027('0x3')](_0x2496ee,_0x3d53ba){_0x3d53ba[_0x4027('0x1')][_0x4027('0x6')](),_0x2496ee[_0x4027('0x0')]({'__className':this[_0x4027('0x2')]});}}
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
1
5
  import type { CompressedOperationsData } from '../compressor';
2
6
  import type { ProtobufDescriptor } from '../protobuffactory';
3
7
  import type { Operation } from 'ckeditor5/src/engine';
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4b82=['__className','compress','_operationName','_protobufDescriptor','shift','decompress','_id','push','types','buffers'];(function(_0x5c744a,_0x4b8226){const _0x3a096=function(_0x3ff2a7){while(--_0x3ff2a7){_0x5c744a['push'](_0x5c744a['shift']());}};_0x3a096(++_0x4b8226);}(_0x4b82,0x1e8));const _0x3a09=function(_0x5c744a,_0x4b8226){_0x5c744a=_0x5c744a-0x0;let _0x3a096=_0x4b82[_0x5c744a];return _0x3a096;};import{parsePositionBeforeCompression as _0xe98e20,parsePositionAfterCompression as _0x256c26}from'../utils';export default class e{constructor(_0x264375,_0x203b29,_0x5770a3){this[_0x3a09('0x8')]=_0x264375,this[_0x3a09('0x4')]=_0x203b29,this['_protobufDescriptor']=_0x5770a3;}[_0x3a09('0x3')](_0x1faa13,_0x30b8ad){const _0x77d759=_0x30b8ad[_0x3a09('0x6')]();return _0xe98e20(_0x77d759),_0x1faa13['buffers'][_0x3a09('0x9')](this[_0x3a09('0x5')][_0x3a09('0x3')](_0x77d759)),_0x1faa13[_0x3a09('0x0')]['push'](this[_0x3a09('0x8')]),!0x0;}[_0x3a09('0x7')](_0x710a41,_0x2578c2){_0x2578c2[_0x3a09('0x0')][_0x3a09('0x6')]();const _0x1bbec5=this[_0x3a09('0x5')][_0x3a09('0x7')](_0x2578c2[_0x3a09('0x1')][_0x3a09('0x6')]());_0x256c26(_0x1bbec5),_0x1bbec5[_0x3a09('0x2')]=this['_operationName'],_0x710a41[_0x3a09('0x9')](_0x1bbec5);}}
23
+ const _0x17f7=['buffers','compress','_operationName','types','shift','push','_protobufDescriptor'];(function(_0xb37f7e,_0x17f7bb){const _0x45813=function(_0x2649cd){while(--_0x2649cd){_0xb37f7e['push'](_0xb37f7e['shift']());}};_0x45813(++_0x17f7bb);}(_0x17f7,0x93));const _0x4581=function(_0xb37f7e,_0x17f7bb){_0xb37f7e=_0xb37f7e-0x0;let _0x45813=_0x17f7[_0xb37f7e];return _0x45813;};import{parsePositionBeforeCompression as _0x34c86e,parsePositionAfterCompression as _0x3ce2fa}from'../utils';export default class e{constructor(_0x2f5fe3,_0x47071b,_0xed6b5d){this['_id']=_0x2f5fe3,this[_0x4581('0x2')]=_0x47071b,this[_0x4581('0x6')]=_0xed6b5d;}['compress'](_0x1e2ded,_0x11c73b){const _0x31cb33=_0x11c73b[_0x4581('0x4')]();return _0x34c86e(_0x31cb33),_0x1e2ded[_0x4581('0x0')][_0x4581('0x5')](this[_0x4581('0x6')][_0x4581('0x1')](_0x31cb33)),_0x1e2ded[_0x4581('0x3')][_0x4581('0x5')](this['_id']),!0x0;}['decompress'](_0x218d84,_0x316704){_0x316704['types'][_0x4581('0x4')]();const _0x4dd117=this[_0x4581('0x6')]['decompress'](_0x316704['buffers']['shift']());_0x3ce2fa(_0x4dd117),_0x4dd117['__className']=this[_0x4581('0x2')],_0x218d84[_0x4581('0x5')](_0x4dd117);}}
@@ -1,12 +1,4 @@
1
1
  /**
2
- * Descriptions used by protobuf.
3
- *
4
- * If something fails regarding operations serialization, most probably you forgot to update and recompile protobuf descriptions.
5
- *
6
- * Change the below descriptions accordingly to changes done to the data that is compressed.
7
- * Then, rebuild compiled messages. To do that run `node dev/scripts/compilemessages.js` from main directory.
8
- *
9
- * If you added a new operation type, add it also in `compressor.ts`.
10
- *
11
- * Make sure that the new `compiledmessages.js` is pushed to GH repository.
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
12
4
  */
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x55cb=['exports','uint32','string','Element','repeated','bool','Position','Range'];(function(_0x28624f,_0x55cb01){var _0x46a321=function(_0x5380ed){while(--_0x5380ed){_0x28624f['push'](_0x28624f['shift']());}};_0x46a321(++_0x55cb01);}(_0x55cb,0x10d));var _0x46a3=function(_0x28624f,_0x55cb01){_0x28624f=_0x28624f-0x0;var _0x46a321=_0x55cb[_0x28624f];return _0x46a321;};'use strict';module[_0x46a3('0x3')]={'AttributeOperation':{'fields':{'range':{'type':_0x46a3('0x2'),'id':0x1},'key':{'type':_0x46a3('0x5'),'id':0x2},'oldValueBoolean':{'type':_0x46a3('0x0'),'id':0x3},'oldValueJson':{'type':_0x46a3('0x5'),'id':0x4},'newValueBoolean':{'type':_0x46a3('0x0'),'id':0x5},'newValueJson':{'type':'string','id':0x6},'wasUndone':{'type':_0x46a3('0x0'),'id':0x7}}},'InsertOperation':{'fields':{'position':{'type':_0x46a3('0x1'),'id':0x1},'nodes':{'rule':_0x46a3('0x7'),'type':'Element','id':0x2},'shouldReceiveAttributes':{'type':_0x46a3('0x0'),'id':0x3},'wasUndone':{'type':_0x46a3('0x0'),'id':0x4}}},'MarkerOperation':{'fields':{'name':{'type':_0x46a3('0x5'),'id':0x1},'oldRange':{'type':_0x46a3('0x2'),'id':0x2},'newRange':{'type':_0x46a3('0x2'),'id':0x3},'affectsData':{'type':'bool','id':0x4},'wasUndone':{'type':'bool','id':0x5}}},'MergeOperation':{'fields':{'sourcePosition':{'type':'Position','id':0x1},'targetPosition':{'type':_0x46a3('0x1'),'id':0x2},'graveyardPosition':{'type':_0x46a3('0x1'),'id':0x3},'howMany':{'type':'uint32','id':0x4},'wasUndone':{'type':_0x46a3('0x0'),'id':0x5}}},'MoveOperation':{'fields':{'sourcePosition':{'type':_0x46a3('0x1'),'id':0x1},'howMany':{'type':_0x46a3('0x4'),'id':0x2},'targetPosition':{'type':_0x46a3('0x1'),'id':0x3},'wasUndone':{'type':_0x46a3('0x0'),'id':0x4}}},'RenameOperation':{'fields':{'position':{'type':'Position','id':0x1},'oldName':{'type':_0x46a3('0x5'),'id':0x2},'newName':{'type':_0x46a3('0x5'),'id':0x3},'wasUndone':{'type':'bool','id':0x4}}},'RootAttributeOperation':{'fields':{'root':{'type':_0x46a3('0x5'),'id':0x1},'key':{'type':_0x46a3('0x5'),'id':0x2},'oldValueBoolean':{'type':_0x46a3('0x0'),'id':0x3},'oldValueJson':{'type':_0x46a3('0x5'),'id':0x4},'newValueBoolean':{'type':_0x46a3('0x0'),'id':0x5},'newValueJson':{'type':_0x46a3('0x5'),'id':0x6},'wasUndone':{'type':'bool','id':0x7}}},'RootOperation':{'fields':{'rootName':{'type':_0x46a3('0x5'),'id':0x1},'elementName':{'type':'string','id':0x2},'isAdd':{'type':'bool','id':0x3},'wasUndone':{'type':_0x46a3('0x0'),'id':0x4}}},'SplitOperation':{'fields':{'splitPosition':{'type':_0x46a3('0x1'),'id':0x1},'graveyardPosition':{'type':_0x46a3('0x1'),'id':0x2},'howMany':{'type':_0x46a3('0x4'),'id':0x3},'insertionPosition':{'type':_0x46a3('0x1'),'id':0x4},'wasUndone':{'type':_0x46a3('0x0'),'id':0x5}}},'Position':{'fields':{'root':{'type':_0x46a3('0x5'),'id':0x1},'rootMain':{'type':_0x46a3('0x0'),'id':0x2},'rootGraveyard':{'type':_0x46a3('0x0'),'id':0x3},'path':{'rule':_0x46a3('0x7'),'type':'uint32','id':0x4},'stickiness':{'type':_0x46a3('0x5'),'id':0x5}}},'Range':{'fields':{'start':{'type':_0x46a3('0x1'),'id':0x1},'end':{'type':_0x46a3('0x1'),'id':0x2}}},'Element':{'fields':{'name':{'type':_0x46a3('0x5'),'id':0x1},'children':{'rule':_0x46a3('0x7'),'type':_0x46a3('0x6'),'id':0x2},'data':{'type':_0x46a3('0x5'),'id':0x3},'attributesBoolean':{'keyType':'string','type':_0x46a3('0x0'),'id':0x4},'attributesJson':{'type':'string','id':0x5}}}};
23
+ var _0x3bf9=['Element','bool','Position','repeated','uint32','string','exports','Range'];(function(_0x3c5495,_0x3bf977){var _0x7ad959=function(_0x562630){while(--_0x562630){_0x3c5495['push'](_0x3c5495['shift']());}};_0x7ad959(++_0x3bf977);}(_0x3bf9,0x161));var _0x7ad9=function(_0x3c5495,_0x3bf977){_0x3c5495=_0x3c5495-0x0;var _0x7ad959=_0x3bf9[_0x3c5495];return _0x7ad959;};'use strict';module[_0x7ad9('0x5')]={'AttributeOperation':{'fields':{'range':{'type':_0x7ad9('0x6'),'id':0x1},'key':{'type':'string','id':0x2},'oldValueBoolean':{'type':_0x7ad9('0x0'),'id':0x3},'oldValueJson':{'type':_0x7ad9('0x4'),'id':0x4},'newValueBoolean':{'type':_0x7ad9('0x0'),'id':0x5},'newValueJson':{'type':_0x7ad9('0x4'),'id':0x6},'wasUndone':{'type':_0x7ad9('0x0'),'id':0x7}}},'InsertOperation':{'fields':{'position':{'type':_0x7ad9('0x1'),'id':0x1},'nodes':{'rule':'repeated','type':_0x7ad9('0x7'),'id':0x2},'shouldReceiveAttributes':{'type':_0x7ad9('0x0'),'id':0x3},'wasUndone':{'type':_0x7ad9('0x0'),'id':0x4}}},'MarkerOperation':{'fields':{'name':{'type':_0x7ad9('0x4'),'id':0x1},'oldRange':{'type':_0x7ad9('0x6'),'id':0x2},'newRange':{'type':_0x7ad9('0x6'),'id':0x3},'affectsData':{'type':_0x7ad9('0x0'),'id':0x4},'wasUndone':{'type':_0x7ad9('0x0'),'id':0x5}}},'MergeOperation':{'fields':{'sourcePosition':{'type':'Position','id':0x1},'targetPosition':{'type':_0x7ad9('0x1'),'id':0x2},'graveyardPosition':{'type':_0x7ad9('0x1'),'id':0x3},'howMany':{'type':_0x7ad9('0x3'),'id':0x4},'wasUndone':{'type':_0x7ad9('0x0'),'id':0x5}}},'MoveOperation':{'fields':{'sourcePosition':{'type':'Position','id':0x1},'howMany':{'type':_0x7ad9('0x3'),'id':0x2},'targetPosition':{'type':'Position','id':0x3},'wasUndone':{'type':'bool','id':0x4}}},'RenameOperation':{'fields':{'position':{'type':_0x7ad9('0x1'),'id':0x1},'oldName':{'type':'string','id':0x2},'newName':{'type':_0x7ad9('0x4'),'id':0x3},'wasUndone':{'type':_0x7ad9('0x0'),'id':0x4}}},'RootAttributeOperation':{'fields':{'root':{'type':_0x7ad9('0x4'),'id':0x1},'key':{'type':'string','id':0x2},'oldValueBoolean':{'type':'bool','id':0x3},'oldValueJson':{'type':_0x7ad9('0x4'),'id':0x4},'newValueBoolean':{'type':_0x7ad9('0x0'),'id':0x5},'newValueJson':{'type':_0x7ad9('0x4'),'id':0x6},'wasUndone':{'type':_0x7ad9('0x0'),'id':0x7}}},'RootOperation':{'fields':{'rootName':{'type':'string','id':0x1},'elementName':{'type':_0x7ad9('0x4'),'id':0x2},'isAdd':{'type':'bool','id':0x3},'wasUndone':{'type':'bool','id':0x4}}},'SplitOperation':{'fields':{'splitPosition':{'type':_0x7ad9('0x1'),'id':0x1},'graveyardPosition':{'type':_0x7ad9('0x1'),'id':0x2},'howMany':{'type':_0x7ad9('0x3'),'id':0x3},'insertionPosition':{'type':_0x7ad9('0x1'),'id':0x4},'wasUndone':{'type':'bool','id':0x5}}},'Position':{'fields':{'root':{'type':_0x7ad9('0x4'),'id':0x1},'rootMain':{'type':'bool','id':0x2},'rootGraveyard':{'type':'bool','id':0x3},'path':{'rule':_0x7ad9('0x2'),'type':_0x7ad9('0x3'),'id':0x4},'stickiness':{'type':_0x7ad9('0x4'),'id':0x5}}},'Range':{'fields':{'start':{'type':_0x7ad9('0x1'),'id':0x1},'end':{'type':_0x7ad9('0x1'),'id':0x2}}},'Element':{'fields':{'name':{'type':_0x7ad9('0x4'),'id':0x1},'children':{'rule':_0x7ad9('0x2'),'type':_0x7ad9('0x7'),'id':0x2},'data':{'type':_0x7ad9('0x4'),'id':0x3},'attributesBoolean':{'keyType':_0x7ad9('0x4'),'type':'bool','id':0x4},'attributesJson':{'type':_0x7ad9('0x4'),'id':0x5}}}};
@@ -1 +1,5 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
1
5
  export {};
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x49a3=['finish','decode','decompress','encode','create','_protobufRoot','verify','compress','_protobuf'];(function(_0x52f7fa,_0x49a392){const _0x3445a7=function(_0x400d77){while(--_0x400d77){_0x52f7fa['push'](_0x52f7fa['shift']());}};_0x3445a7(++_0x49a392);}(_0x49a3,0x1c0));const _0x3445=function(_0x52f7fa,_0x49a392){_0x52f7fa=_0x52f7fa-0x0;let _0x3445a7=_0x49a3[_0x52f7fa];return _0x3445a7;};import*as _0x315b0e from'./lib/compiledmessages';export default class r{constructor(){this['_protobufRoot']=_0x315b0e;}['getDescriptor'](_0x3e2308){return new ProtobufDescriptor(this[_0x3445('0x7')][_0x3e2308]);}}export class ProtobufDescriptor{constructor(_0x47bfa9){this[_0x3445('0x1')]=_0x47bfa9;}[_0x3445('0x0')](_0x3cea4f){const _0x3dd28b=this['_protobuf'][_0x3445('0x8')](_0x3cea4f);if(_0x3dd28b)throw Error(_0x3dd28b);return this[_0x3445('0x1')][_0x3445('0x5')](this[_0x3445('0x1')][_0x3445('0x6')](_0x3cea4f))[_0x3445('0x2')]();}[_0x3445('0x4')](_0x2fa903){return this[_0x3445('0x1')]['toObject'](this[_0x3445('0x1')][_0x3445('0x3')](_0x2fa903),{'oneofs':!0x0});}}
23
+ const _0x4262=['_protobuf','toObject','verify','decode','finish','encode','getDescriptor','create'];(function(_0x2446ec,_0x4262a5){const _0x356d96=function(_0x1eea92){while(--_0x1eea92){_0x2446ec['push'](_0x2446ec['shift']());}};_0x356d96(++_0x4262a5);}(_0x4262,0xfc));const _0x356d=function(_0x2446ec,_0x4262a5){_0x2446ec=_0x2446ec-0x0;let _0x356d96=_0x4262[_0x2446ec];return _0x356d96;};import*as _0x5906b7 from'./lib/compiledmessages';export default class r{constructor(){this['_protobufRoot']=_0x5906b7;}[_0x356d('0x2')](_0x510580){return new ProtobufDescriptor(this['_protobufRoot'][_0x510580]);}}export class ProtobufDescriptor{constructor(_0x59b53e){this[_0x356d('0x4')]=_0x59b53e;}['compress'](_0x1608d4){const _0x2f7d2b=this[_0x356d('0x4')][_0x356d('0x6')](_0x1608d4);if(_0x2f7d2b)throw Error(_0x2f7d2b);return this['_protobuf'][_0x356d('0x1')](this['_protobuf'][_0x356d('0x3')](_0x1608d4))[_0x356d('0x0')]();}['decompress'](_0x3f625d){return this[_0x356d('0x4')][_0x356d('0x5')](this[_0x356d('0x4')][_0x356d('0x7')](_0x3f625d),{'oneofs':!0x0});}}
package/src/utils.d.ts CHANGED
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
1
5
  /**
2
6
  * Return new position in JSON format shifted by given offset.
3
7
  *
package/src/utils.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5a0e=['rootMain','path','root','$graveyard','main','rootGraveyard','nodes'];(function(_0x28bcef,_0x5a0e07){const _0x2226b4=function(_0x303d1c){while(--_0x303d1c){_0x28bcef['push'](_0x28bcef['shift']());}};_0x2226b4(++_0x5a0e07);}(_0x5a0e,0x10f));const _0x2226=function(_0x28bcef,_0x5a0e07){_0x28bcef=_0x28bcef-0x0;let _0x2226b4=_0x5a0e[_0x28bcef];return _0x2226b4;};import{cloneDeep as _0x2448ae,isEqual as _0x34831d,isObject as _0x5439eb}from'lodash-es';export function getPositionShiftedBy(_0x4447a1,_0x585288){const _0x5eccbd=_0x2448ae(_0x4447a1);return _0x5eccbd[_0x2226('0x3')][_0x5eccbd[_0x2226('0x3')]['length']-0x1]+=_0x585288,_0x5eccbd;}export function arePositionsEqual(_0x247346,_0x54989f){return _0x247346[_0x2226('0x4')]===_0x54989f[_0x2226('0x4')]&&_0x34831d(_0x247346[_0x2226('0x3')],_0x54989f[_0x2226('0x3')]);}export function parsePositionBeforeCompression(_0x11e4bc){P(_0x11e4bc,_0x1ea275=>(_0x2226('0x6')==_0x1ea275[_0x2226('0x4')]?(_0x1ea275[_0x2226('0x2')]=!0x0,delete _0x1ea275[_0x2226('0x4')]):_0x2226('0x5')==_0x1ea275[_0x2226('0x4')]&&(_0x1ea275['rootGraveyard']=!0x0,delete _0x1ea275[_0x2226('0x4')]),_0x1ea275));}export function parsePositionAfterCompression(_0x55a3d5){P(_0x55a3d5,_0x1c0c63=>(_0x1c0c63[_0x2226('0x2')]?(_0x1c0c63[_0x2226('0x4')]=_0x2226('0x6'),delete _0x1c0c63[_0x2226('0x2')]):_0x1c0c63[_0x2226('0x0')]&&(_0x1c0c63[_0x2226('0x4')]='$graveyard',delete _0x1c0c63[_0x2226('0x0')]),_0x1c0c63));}function P(_0x23ce2b,_0x40da82){for(const _0x56b723 in _0x23ce2b){const _0x517f29=_0x23ce2b[_0x56b723];_0x2226('0x1')!==_0x56b723&&_0x5439eb(_0x517f29)&&(_0x517f29[_0x2226('0x3')]&&(_0x517f29[_0x2226('0x4')]||_0x517f29['rootMain']||_0x517f29[_0x2226('0x0')])?_0x23ce2b[_0x56b723]=_0x40da82(_0x517f29):P(_0x517f29,_0x40da82));}return _0x23ce2b;}
23
+ const _0x24f9=['$graveyard','rootMain','path','main','rootGraveyard','nodes','root','length'];(function(_0x36d0bc,_0x24f984){const _0x379231=function(_0x432223){while(--_0x432223){_0x36d0bc['push'](_0x36d0bc['shift']());}};_0x379231(++_0x24f984);}(_0x24f9,0x14a));const _0x3792=function(_0x36d0bc,_0x24f984){_0x36d0bc=_0x36d0bc-0x0;let _0x379231=_0x24f9[_0x36d0bc];return _0x379231;};import{cloneDeep as _0x608c46,isEqual as _0x186532,isObject as _0x2cf97b}from'lodash-es';export function getPositionShiftedBy(_0xac6bf5,_0x5182af){const _0x468c7b=_0x608c46(_0xac6bf5);return _0x468c7b[_0x3792('0x0')][_0x468c7b[_0x3792('0x0')][_0x3792('0x5')]-0x1]+=_0x5182af,_0x468c7b;}export function arePositionsEqual(_0x58b7d0,_0x35bb45){return _0x58b7d0['root']===_0x35bb45[_0x3792('0x4')]&&_0x186532(_0x58b7d0['path'],_0x35bb45[_0x3792('0x0')]);}export function parsePositionBeforeCompression(_0x410303){P(_0x410303,_0x3afe86=>(_0x3792('0x1')==_0x3afe86['root']?(_0x3afe86[_0x3792('0x7')]=!0x0,delete _0x3afe86[_0x3792('0x4')]):'$graveyard'==_0x3afe86[_0x3792('0x4')]&&(_0x3afe86['rootGraveyard']=!0x0,delete _0x3afe86[_0x3792('0x4')]),_0x3afe86));}export function parsePositionAfterCompression(_0x1fcabc){P(_0x1fcabc,_0x482447=>(_0x482447['rootMain']?(_0x482447['root']=_0x3792('0x1'),delete _0x482447['rootMain']):_0x482447['rootGraveyard']&&(_0x482447[_0x3792('0x4')]=_0x3792('0x6'),delete _0x482447[_0x3792('0x2')]),_0x482447));}function P(_0x587864,_0x480102){for(const _0x460e8d in _0x587864){const _0x15130b=_0x587864[_0x460e8d];_0x3792('0x3')!==_0x460e8d&&_0x2cf97b(_0x15130b)&&(_0x15130b[_0x3792('0x0')]&&(_0x15130b['root']||_0x15130b[_0x3792('0x7')]||_0x15130b[_0x3792('0x2')])?_0x587864[_0x460e8d]=_0x480102(_0x15130b):P(_0x15130b,_0x480102));}return _0x587864;}