@ckeditor/ckeditor5-operations-compressor 0.0.0-nightly-20231129.0 → 0.0.0-nightly-20231201.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -6,87 +6,87 @@ All changes in the package are documented at https://github.com/ckeditor/ckedito
6
6
  Changes for the past releases are available below.
7
7
 
8
8
 
9
- ## 23.0.0 (2020-09-25)
9
+ ## 23.0.0 (September 25, 2020)
10
10
 
11
11
  Internal changes only (updated dependencies, documentation, etc.).
12
12
 
13
13
 
14
- ## 22.0.0 (2020-08-25)
14
+ ## 22.0.0 (August 25, 2020)
15
15
 
16
16
  Internal changes only (updated dependencies, documentation, etc.).
17
17
 
18
18
 
19
- ## 21.0.0 (2020-07-24)
19
+ ## 21.0.0 (July 24, 2020)
20
20
 
21
21
  Internal changes only (updated dependencies, documentation, etc.).
22
22
 
23
23
 
24
- ## 20.0.1 (2020-06-26)
24
+ ## 20.0.1 (June 26, 2020)
25
25
 
26
26
  Internal changes only (updated dependencies, documentation, etc.).
27
27
 
28
28
 
29
- ## 19.0.2 (2020-05-25)
29
+ ## 19.0.2 (May 25, 2020)
30
30
 
31
31
  Internal changes only (updated dependencies, documentation, etc.).
32
32
 
33
33
 
34
- ## 19.0.1 (2020-04-30)
34
+ ## 19.0.1 (April 30, 2020)
35
35
 
36
36
  Internal changes only (updated dependencies, documentation, etc.).
37
37
 
38
38
 
39
- ## 18.0.0 (2020-03-19)
39
+ ## 18.0.0 (March 19, 2020)
40
40
 
41
41
  Internal changes only (updated dependencies, documentation, etc.).
42
42
 
43
43
 
44
- ## 17.0.0 (2020-02-20)
44
+ ## 17.0.0 (February 20, 2020)
45
45
 
46
46
  Internal changes only (updated dependencies, documentation, etc.).
47
47
 
48
48
 
49
- ## 16.0.0 (2019-12-02)
49
+ ## 16.0.0 (December 2, 2019)
50
50
 
51
51
  Internal changes only (updated dependencies, documentation, etc.).
52
52
 
53
53
 
54
- ## 15.0.0 (2019-10-23)
54
+ ## 15.0.0 (October 23, 2019)
55
55
 
56
56
  ### Other changes
57
57
 
58
58
  Internal changes only (updated dependencies, documentation, etc.).
59
59
 
60
60
 
61
- ## 1.1.3 (2019-08-22)
61
+ ## 1.1.3 (August 22, 2019)
62
62
 
63
63
  Internal changes only (updated dependencies, documentation, etc.).
64
64
 
65
65
 
66
- ## 1.1.2 (2019-07-04)
66
+ ## 1.1.2 (July 4, 2019)
67
67
 
68
68
  ### Bug fixes
69
69
 
70
70
  * Undone user selection changes will now be properly recognized by the operations compressor.
71
71
 
72
72
 
73
- ## 1.1.1 (2019-03-06)
73
+ ## 1.1.1 (March 6, 2019)
74
74
 
75
75
  ### Bug fixes
76
76
 
77
77
  * Fixed decompressing InsertOperation with no nodes.
78
78
 
79
79
 
80
- ## 1.1.0 (2019-02-25)
80
+ ## 1.1.0 (February 5, 2019)
81
81
 
82
82
  Added special compression codes for annotation markers.
83
83
 
84
84
 
85
- ## 1.0.1 (2018-12-06)
85
+ ## 1.0.1 (December 6, 2018)
86
86
 
87
87
  Internal changes only (updated dependencies, documentation, etc.).
88
88
 
89
89
 
90
- ## 1.0.0 (2018-10-08)
90
+ ## 1.0.0 (October 8, 2018)
91
91
 
92
92
  The first stable release of the CKEditor 5 operations compressor. Compress and decompress a collection of operations using [Protocol Buffers for JavaScript](https://github.com/dcodeIO/ProtoBuf.js/) and custom optimizations.
package/README.md CHANGED
@@ -19,7 +19,7 @@ As a licensed CKEditor 5 Collaboration features user you can report bugs an
19
19
  ## License
20
20
 
21
21
  **CKEditor&nbsp;5 operations compressor**<br>
22
- Copyright (c) 2003-2023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
22
+ Copyright (c) 20032023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
23
23
 
24
24
  CKEditor&nbsp;5 operations compressor is licensed under a commercial license and is protected by copyright law.
25
25
  For more details about available licensing options please contact us at sales@cksource.com.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-operations-compressor",
3
- "version": "0.0.0-nightly-20231129.0",
3
+ "version": "0.0.0-nightly-20231201.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,7 +30,7 @@
30
30
  "url": "https://support.ckeditor.com/hc/en-us/requests/new"
31
31
  },
32
32
  "dependencies": {
33
- "ckeditor5": "0.0.0-nightly-20231129.0",
33
+ "ckeditor5": "0.0.0-nightly-20231201.0",
34
34
  "lodash-es": "4.17.21",
35
35
  "protobufjs": "7.2.4"
36
36
  },
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x37b5=['_id','_compareOperations','_combineNext','buffers','_context','_compressSingleOperation','shift','_splitCurrent','types','compress','decompress','_decompressSingleOperation','length','push'];(function(_0x337eb2,_0x37b52d){const _0xfdf86e=function(_0x4c1e67){while(--_0x4c1e67){_0x337eb2['push'](_0x337eb2['shift']());}};_0xfdf86e(++_0x37b52d);}(_0x37b5,0x13c));const _0xfdf8=function(_0x337eb2,_0x37b52d){_0x337eb2=_0x337eb2-0x0;let _0xfdf86e=_0x37b5[_0x337eb2];return _0xfdf86e;};import{cloneDeep as _0x519ac1}from'lodash-es';export default class b{constructor(_0x6c0d08,_0x5239b5){this[_0xfdf8('0x6')]=_0x6c0d08,this[_0xfdf8('0xa')]=_0x5239b5;}[_0xfdf8('0x1')](_0x576be5,_0x4fa1ba){let _0x322a81;for(;_0x4fa1ba[_0xfdf8('0x4')]>0x1&&this[_0xfdf8('0x7')](_0x4fa1ba[0x0],_0x4fa1ba[0x1]);)_0x322a81?(_0x322a81=this[_0xfdf8('0x8')](_0x4fa1ba[_0xfdf8('0xc')](),_0x322a81),_0x576be5['types'][_0xfdf8('0x5')](0x0)):(_0x322a81=_0x519ac1(_0x4fa1ba[_0xfdf8('0xc')]()),_0x576be5[_0xfdf8('0x0')][_0xfdf8('0x5')](this[_0xfdf8('0x6')]));return!!_0x322a81&&(_0x322a81=this[_0xfdf8('0x8')](_0x4fa1ba[_0xfdf8('0xc')](),_0x322a81),_0x576be5[_0xfdf8('0x0')]['push'](0x0),_0x576be5[_0xfdf8('0x9')][_0xfdf8('0x5')](this[_0xfdf8('0xb')](_0x322a81)),!0x0);}[_0xfdf8('0x2')](_0x4386f9,_0x71d78){const _0x501dec=this[_0xfdf8('0x3')](_0x71d78);for(;0x0==_0x71d78['types'][0x0];)_0x71d78['types'][_0xfdf8('0xc')](),_0x4386f9['push'](this[_0xfdf8('0xd')](_0x501dec));_0x4386f9[_0xfdf8('0x5')](_0x501dec);}}
23
+ const _0x1d67=['compress','_context','_compareOperations','_compressSingleOperation','_combineNext','shift','types','push','_id'];(function(_0x224e95,_0x1d67bd){const _0x229ee7=function(_0x21ca09){while(--_0x21ca09){_0x224e95['push'](_0x224e95['shift']());}};_0x229ee7(++_0x1d67bd);}(_0x1d67,0xf4));const _0x229e=function(_0x224e95,_0x1d67bd){_0x224e95=_0x224e95-0x0;let _0x229ee7=_0x1d67[_0x224e95];return _0x229ee7;};import{cloneDeep as _0x46cac9}from'lodash-es';export default class b{constructor(_0x5c200e,_0x3d8422){this[_0x229e('0x7')]=_0x5c200e,this[_0x229e('0x0')]=_0x3d8422;}[_0x229e('0x8')](_0x32b27f,_0x2fd864){let _0x1af51e;for(;_0x2fd864['length']>0x1&&this[_0x229e('0x1')](_0x2fd864[0x0],_0x2fd864[0x1]);)_0x1af51e?(_0x1af51e=this[_0x229e('0x3')](_0x2fd864['shift'](),_0x1af51e),_0x32b27f['types']['push'](0x0)):(_0x1af51e=_0x46cac9(_0x2fd864[_0x229e('0x4')]()),_0x32b27f[_0x229e('0x5')][_0x229e('0x6')](this[_0x229e('0x7')]));return!!_0x1af51e&&(_0x1af51e=this[_0x229e('0x3')](_0x2fd864[_0x229e('0x4')](),_0x1af51e),_0x32b27f[_0x229e('0x5')]['push'](0x0),_0x32b27f['buffers'][_0x229e('0x6')](this[_0x229e('0x2')](_0x1af51e)),!0x0);}['decompress'](_0x5a5bb0,_0x3cc0b3){const _0x360742=this['_decompressSingleOperation'](_0x3cc0b3);for(;0x0==_0x3cc0b3[_0x229e('0x5')][0x0];)_0x3cc0b3[_0x229e('0x5')][_0x229e('0x4')](),_0x5a5bb0[_0x229e('0x6')](this['_splitCurrent'](_0x360742));_0x5a5bb0[_0x229e('0x6')](_0x360742);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x202b=['sourcePosition','_getCompressorByName','root','__className','_compressSingleOperation','targetPosition','compress','_decompressSingleOperation','wasUndone','MoveOperation','_checkOperation','howMany','_context'];(function(_0x3778a4,_0x202b88){const _0x318252=function(_0x277906){while(--_0x277906){_0x3778a4['push'](_0x3778a4['shift']());}};_0x318252(++_0x202b88);}(_0x202b,0x14d));const _0x3182=function(_0x3778a4,_0x202b88){_0x3778a4=_0x3778a4-0x0;let _0x318252=_0x202b[_0x3778a4];return _0x318252;};import _0x337afd from'./actioncompressor';import{arePositionsEqual as _0x14025c,getPositionShiftedBy as _0xfca68e}from'../utils';import{cloneDeep as _0x1ec340}from'lodash-es';export default class c extends _0x337afd{['_combineNext'](_0x4c9b41,_0x2fb436){return _0x2fb436[_0x3182('0x3')]++,_0x2fb436[_0x3182('0x5')]=_0x1ec340(_0x4c9b41[_0x3182('0x5')]),_0x2fb436;}['_splitCurrent'](_0x41acc1){const _0x44088b=_0x1ec340(_0x41acc1);return _0x41acc1[_0x3182('0x3')]--,_0x44088b['howMany']=0x1,_0x44088b[_0x3182('0x5')]=_0xfca68e(_0x44088b[_0x3182('0x5')],_0x41acc1['howMany']),_0x44088b;}['_compareOperations'](_0x128a96,_0x434a25){return!(!this[_0x3182('0x2')](_0x128a96)||!this[_0x3182('0x2')](_0x434a25))&&(_0x14025c(_0xfca68e(_0x128a96[_0x3182('0x5')],-0x1),_0x434a25[_0x3182('0x5')])&&_0x14025c(_0x128a96['targetPosition'],_0x434a25[_0x3182('0xa')]));}[_0x3182('0x9')](_0x5ecd62){const _0x339275={'types':[],'buffers':[],'baseVersion':0x0};return this['_context'][_0x3182('0x6')]('MoveOperation')[_0x3182('0xb')](_0x339275,[_0x5ecd62]),_0x339275['buffers'][0x0];}[_0x3182('0xc')](_0x14ceea){const _0x4a2570=[];return this[_0x3182('0x4')][_0x3182('0x6')](_0x3182('0x1'))['decompress'](_0x4a2570,_0x14ceea),_0x4a2570[0x0];}[_0x3182('0x2')](_0x5dcc06){return _0x3182('0x1')==_0x5dcc06[_0x3182('0x8')]&&'$graveyard'==_0x5dcc06[_0x3182('0xa')][_0x3182('0x7')]&&0x1==_0x5dcc06[_0x3182('0x3')]&&!_0x5dcc06[_0x3182('0x0')];}}
23
+ const _0x8caa=['_checkOperation','wasUndone','sourcePosition','compress','howMany','__className','_compareOperations','_context','decompress','_getCompressorByName','_combineNext','targetPosition','$graveyard','root','MoveOperation','buffers'];(function(_0x451706,_0x8caa7a){const _0x3889d7=function(_0x67ec14){while(--_0x67ec14){_0x451706['push'](_0x451706['shift']());}};_0x3889d7(++_0x8caa7a);}(_0x8caa,0x76));const _0x3889=function(_0x451706,_0x8caa7a){_0x451706=_0x451706-0x0;let _0x3889d7=_0x8caa[_0x451706];return _0x3889d7;};import _0x42e29f from'./actioncompressor';import{arePositionsEqual as _0x420646,getPositionShiftedBy as _0x7ad27d}from'../utils';import{cloneDeep as _0x1ac982}from'lodash-es';export default class c extends _0x42e29f{[_0x3889('0x4')](_0x3d604a,_0x1569ca){return _0x1569ca[_0x3889('0xe')]++,_0x1569ca[_0x3889('0xc')]=_0x1ac982(_0x3d604a[_0x3889('0xc')]),_0x1569ca;}['_splitCurrent'](_0x9ca539){const _0xe89235=_0x1ac982(_0x9ca539);return _0x9ca539[_0x3889('0xe')]--,_0xe89235['howMany']=0x1,_0xe89235['sourcePosition']=_0x7ad27d(_0xe89235[_0x3889('0xc')],_0x9ca539[_0x3889('0xe')]),_0xe89235;}[_0x3889('0x0')](_0x5ce95d,_0x308446){return!(!this[_0x3889('0xa')](_0x5ce95d)||!this[_0x3889('0xa')](_0x308446))&&(_0x420646(_0x7ad27d(_0x5ce95d[_0x3889('0xc')],-0x1),_0x308446[_0x3889('0xc')])&&_0x420646(_0x5ce95d[_0x3889('0x5')],_0x308446[_0x3889('0x5')]));}['_compressSingleOperation'](_0xc63563){const _0x2dbfb9={'types':[],'buffers':[],'baseVersion':0x0};return this[_0x3889('0x1')][_0x3889('0x3')]('MoveOperation')[_0x3889('0xd')](_0x2dbfb9,[_0xc63563]),_0x2dbfb9[_0x3889('0x9')][0x0];}['_decompressSingleOperation'](_0x2dc49a){const _0x55fe3b=[];return this[_0x3889('0x1')][_0x3889('0x3')](_0x3889('0x8'))[_0x3889('0x2')](_0x55fe3b,_0x2dc49a),_0x55fe3b[0x0];}['_checkOperation'](_0x5b127b){return _0x3889('0x8')==_0x5b127b[_0x3889('0xf')]&&_0x3889('0x6')==_0x5b127b[_0x3889('0x5')][_0x3889('0x7')]&&0x1==_0x5b127b[_0x3889('0xe')]&&!_0x5b127b[_0x3889('0xb')];}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x57db=['targetPosition','_checkOperation','wasUndone','_getCompressorByName','_context','_splitCurrent','howMany','buffers','$graveyard','_combineNext','__className','MoveOperation'];(function(_0x1822fb,_0x57db49){const _0x2448dc=function(_0x38b878){while(--_0x38b878){_0x1822fb['push'](_0x1822fb['shift']());}};_0x2448dc(++_0x57db49);}(_0x57db,0xc9));const _0x2448=function(_0x1822fb,_0x57db49){_0x1822fb=_0x1822fb-0x0;let _0x2448dc=_0x57db[_0x1822fb];return _0x2448dc;};import _0x4ab30c from'./actioncompressor';import{arePositionsEqual as _0x2b587c}from'../utils';import{cloneDeep as _0x3d9853}from'lodash-es';export default class h extends _0x4ab30c{[_0x2448('0x0')](_0x4244ba,_0x12c79f){return _0x12c79f[_0x2448('0x9')]++,_0x12c79f;}[_0x2448('0x8')](_0x51e215){const _0x237fed=_0x3d9853(_0x51e215);return _0x237fed[_0x2448('0x9')]=0x1,_0x51e215[_0x2448('0x9')]--,_0x237fed;}['_compareOperations'](_0x8d53da,_0x2599d9){return!(!this[_0x2448('0x4')](_0x8d53da)||!this[_0x2448('0x4')](_0x2599d9))&&(_0x2b587c(_0x8d53da['sourcePosition'],_0x2599d9['sourcePosition'])&&_0x2b587c(_0x8d53da[_0x2448('0x3')],_0x2599d9[_0x2448('0x3')]));}['_compressSingleOperation'](_0x31f380){const _0x377bdc={'types':[],'buffers':[],'baseVersion':0x0};return this['_context'][_0x2448('0x6')](_0x2448('0x2'))['compress'](_0x377bdc,[_0x31f380]),_0x377bdc[_0x2448('0xa')][0x0];}['_decompressSingleOperation'](_0x542950){const _0x297535=[];return this[_0x2448('0x7')][_0x2448('0x6')](_0x2448('0x2'))['decompress'](_0x297535,_0x542950),_0x297535[0x0];}[_0x2448('0x4')](_0x48f1f6){return _0x2448('0x2')==_0x48f1f6[_0x2448('0x1')]&&_0x2448('0xb')==_0x48f1f6[_0x2448('0x3')]['root']&&0x1==_0x48f1f6[_0x2448('0x9')]&&!_0x48f1f6[_0x2448('0x5')];}}
23
+ const _0xd79e=['targetPosition','root','_getCompressorByName','_compareOperations','compress','_compressSingleOperation','MoveOperation','$graveyard','_decompressSingleOperation','howMany','_splitCurrent','sourcePosition','_combineNext'];(function(_0x261a65,_0xd79eba){const _0x533794=function(_0x1c20e2){while(--_0x1c20e2){_0x261a65['push'](_0x261a65['shift']());}};_0x533794(++_0xd79eba);}(_0xd79e,0x104));const _0x5337=function(_0x261a65,_0xd79eba){_0x261a65=_0x261a65-0x0;let _0x533794=_0xd79e[_0x261a65];return _0x533794;};import _0x3b6a88 from'./actioncompressor';import{arePositionsEqual as _0xd40de1}from'../utils';import{cloneDeep as _0x2901b1}from'lodash-es';export default class h extends _0x3b6a88{[_0x5337('0xc')](_0x18dc23,_0x2a572e){return _0x2a572e[_0x5337('0x9')]++,_0x2a572e;}[_0x5337('0xa')](_0x262d33){const _0x9203de=_0x2901b1(_0x262d33);return _0x9203de['howMany']=0x1,_0x262d33[_0x5337('0x9')]--,_0x9203de;}[_0x5337('0x3')](_0xbf72dc,_0x1548ec){return!(!this['_checkOperation'](_0xbf72dc)||!this['_checkOperation'](_0x1548ec))&&(_0xd40de1(_0xbf72dc[_0x5337('0xb')],_0x1548ec[_0x5337('0xb')])&&_0xd40de1(_0xbf72dc[_0x5337('0x0')],_0x1548ec[_0x5337('0x0')]));}[_0x5337('0x5')](_0x4c0bad){const _0x31479b={'types':[],'buffers':[],'baseVersion':0x0};return this['_context'][_0x5337('0x2')]('MoveOperation')[_0x5337('0x4')](_0x31479b,[_0x4c0bad]),_0x31479b['buffers'][0x0];}[_0x5337('0x8')](_0x44ee36){const _0x28a748=[];return this['_context'][_0x5337('0x2')]('MoveOperation')['decompress'](_0x28a748,_0x44ee36),_0x28a748[0x0];}['_checkOperation'](_0x261fbc){return _0x5337('0x6')==_0x261fbc['__className']&&_0x5337('0x7')==_0x261fbc[_0x5337('0x0')][_0x5337('0x1')]&&0x1==_0x261fbc[_0x5337('0x9')]&&!_0x261fbc['wasUndone'];}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2f17=['every','attributes','_compressSingleOperation','wasUndone','iterator','keys','__className','compress','nodes','_combineNext','_checkOperation','data','next','_context','decompress','InsertOperation','_decompressSingleOperation','_getCompressorByName','length','buffers','_compareAttributes','position'];(function(_0x393c6d,_0x2f1770){const _0x50aca6=function(_0x3b062d){while(--_0x3b062d){_0x393c6d['push'](_0x393c6d['shift']());}};_0x50aca6(++_0x2f1770);}(_0x2f17,0x154));const _0x50ac=function(_0x393c6d,_0x2f1770){_0x393c6d=_0x393c6d-0x0;let _0x50aca6=_0x2f17[_0x393c6d];return _0x50aca6;};import _0x2b059e from'./actioncompressor';import{arePositionsEqual as _0xaf876e,getPositionShiftedBy as _0x1d2186}from'../utils';import{cloneDeep as _0x22c174}from'lodash-es';export default class m extends _0x2b059e{[_0x50ac('0x15')](_0x5382cf,_0xd028dc){return _0xd028dc[_0x50ac('0x14')][0x0][_0x50ac('0x1')]+=_0x5382cf['nodes'][0x0]['data'],_0xd028dc;}['_splitCurrent'](_0x348712){const _0x5d380b=_0x22c174(_0x348712),_0xc3a03d=_0x5d380b[_0x50ac('0x14')][0x0],_0x34c494=_0x348712[_0x50ac('0x14')][0x0],_0x5da0fb=_0x34c494[_0x50ac('0x1')][Symbol[_0x50ac('0x10')]]()[_0x50ac('0x2')]()['value'],_0x24155d=_0x5da0fb[_0x50ac('0x8')];return _0xc3a03d[_0x50ac('0x1')]=_0x5da0fb,_0x34c494[_0x50ac('0x1')]=_0x34c494[_0x50ac('0x1')]['substr'](_0x24155d),_0x348712[_0x50ac('0xb')]=_0x1d2186(_0x348712[_0x50ac('0xb')],_0x24155d),_0x5d380b;}['_compareOperations'](_0x284094,_0x1823c5){if(this['_checkOperation'](_0x284094)&&this[_0x50ac('0x0')](_0x1823c5)){const _0x3b8bc6=_0x284094[_0x50ac('0x14')][0x0][_0x50ac('0x1')]['length'],_0x4c27be=_0xaf876e(_0x1d2186(_0x284094['position'],_0x3b8bc6),_0x1823c5[_0x50ac('0xb')]),_0x46b494=_0x284094['nodes'][0x0],_0x43d2e5=_0x1823c5[_0x50ac('0x14')][0x0];return _0x4c27be&&this[_0x50ac('0xa')](_0x46b494,_0x43d2e5);}return!0x1;}[_0x50ac('0xe')](_0x147a31){const _0x3f01be={'types':[],'buffers':[],'baseVersion':0x0};return this[_0x50ac('0x3')]['_getCompressorByName'](_0x50ac('0x5'))[_0x50ac('0x13')](_0x3f01be,[_0x147a31]),_0x3f01be[_0x50ac('0x9')][0x0];}[_0x50ac('0x6')](_0x19780f){const _0x52a091=[];return this[_0x50ac('0x3')][_0x50ac('0x7')](_0x50ac('0x5'))[_0x50ac('0x4')](_0x52a091,_0x19780f),_0x52a091[0x0];}['_checkOperation'](_0x8167c9){return _0x50ac('0x5')==_0x8167c9[_0x50ac('0x12')]&&0x1==_0x8167c9[_0x50ac('0x14')][_0x50ac('0x8')]&&_0x8167c9[_0x50ac('0x14')][0x0][_0x50ac('0x1')]&&!_0x8167c9[_0x50ac('0xf')]&&0x1==Array['from'](_0x8167c9[_0x50ac('0x14')][0x0]['data'])[_0x50ac('0x8')];}[_0x50ac('0xa')](_0x4d8713,_0x36a65c){const _0xe8b6e2=Object[_0x50ac('0x11')](_0x4d8713[_0x50ac('0xd')]||{}),_0x26892d=Object[_0x50ac('0x11')](_0x36a65c[_0x50ac('0xd')]||{});return _0xe8b6e2[_0x50ac('0x8')]===_0x26892d[_0x50ac('0x8')]&&_0xe8b6e2[_0x50ac('0xc')](_0x3e5a44=>_0x36a65c[_0x50ac('0xd')][_0x3e5a44]&&_0x36a65c[_0x50ac('0xd')][_0x3e5a44]===_0x4d8713[_0x50ac('0xd')][_0x3e5a44]);}}
23
+ const _0x276b=['__className','_checkOperation','_getCompressorByName','_splitCurrent','_compareAttributes','data','attributes','decompress','every','_compressSingleOperation','nodes','_combineNext','wasUndone','_context','_decompressSingleOperation','position','length','iterator','buffers','compress','substr'];(function(_0x249ee1,_0x276b88){const _0x8d1b16=function(_0x3ddf63){while(--_0x3ddf63){_0x249ee1['push'](_0x249ee1['shift']());}};_0x8d1b16(++_0x276b88);}(_0x276b,0xfd));const _0x8d1b=function(_0x249ee1,_0x276b88){_0x249ee1=_0x249ee1-0x0;let _0x8d1b16=_0x276b[_0x249ee1];return _0x8d1b16;};import _0x37c878 from'./actioncompressor';import{arePositionsEqual as _0x48676e,getPositionShiftedBy as _0x48b1c2}from'../utils';import{cloneDeep as _0x189606}from'lodash-es';export default class m extends _0x37c878{[_0x8d1b('0xa')](_0x537b61,_0x29e9d0){return _0x29e9d0[_0x8d1b('0x9')][0x0][_0x8d1b('0x4')]+=_0x537b61[_0x8d1b('0x9')][0x0][_0x8d1b('0x4')],_0x29e9d0;}[_0x8d1b('0x2')](_0x4fa4e1){const _0x1cff8c=_0x189606(_0x4fa4e1),_0x383b31=_0x1cff8c[_0x8d1b('0x9')][0x0],_0x49081=_0x4fa4e1[_0x8d1b('0x9')][0x0],_0x38e53e=_0x49081[_0x8d1b('0x4')][Symbol[_0x8d1b('0x10')]]()['next']()['value'],_0x13e296=_0x38e53e[_0x8d1b('0xf')];return _0x383b31['data']=_0x38e53e,_0x49081[_0x8d1b('0x4')]=_0x49081[_0x8d1b('0x4')][_0x8d1b('0x13')](_0x13e296),_0x4fa4e1[_0x8d1b('0xe')]=_0x48b1c2(_0x4fa4e1[_0x8d1b('0xe')],_0x13e296),_0x1cff8c;}['_compareOperations'](_0x3b8805,_0x592885){if(this['_checkOperation'](_0x3b8805)&&this[_0x8d1b('0x0')](_0x592885)){const _0x1f91d4=_0x3b8805['nodes'][0x0][_0x8d1b('0x4')][_0x8d1b('0xf')],_0x36b335=_0x48676e(_0x48b1c2(_0x3b8805[_0x8d1b('0xe')],_0x1f91d4),_0x592885['position']),_0x3344b7=_0x3b8805[_0x8d1b('0x9')][0x0],_0x5d89c1=_0x592885['nodes'][0x0];return _0x36b335&&this[_0x8d1b('0x3')](_0x3344b7,_0x5d89c1);}return!0x1;}[_0x8d1b('0x8')](_0x3d471b){const _0x441101={'types':[],'buffers':[],'baseVersion':0x0};return this[_0x8d1b('0xc')][_0x8d1b('0x1')]('InsertOperation')[_0x8d1b('0x12')](_0x441101,[_0x3d471b]),_0x441101[_0x8d1b('0x11')][0x0];}[_0x8d1b('0xd')](_0x53d36e){const _0x45fa78=[];return this[_0x8d1b('0xc')]['_getCompressorByName']('InsertOperation')[_0x8d1b('0x6')](_0x45fa78,_0x53d36e),_0x45fa78[0x0];}[_0x8d1b('0x0')](_0x150236){return'InsertOperation'==_0x150236[_0x8d1b('0x14')]&&0x1==_0x150236[_0x8d1b('0x9')][_0x8d1b('0xf')]&&_0x150236[_0x8d1b('0x9')][0x0]['data']&&!_0x150236[_0x8d1b('0xb')]&&0x1==Array['from'](_0x150236[_0x8d1b('0x9')][0x0][_0x8d1b('0x4')])[_0x8d1b('0xf')];}['_compareAttributes'](_0x6b6852,_0x2f0592){const _0x51a2c5=Object['keys'](_0x6b6852['attributes']||{}),_0x5345f1=Object['keys'](_0x2f0592[_0x8d1b('0x5')]||{});return _0x51a2c5[_0x8d1b('0xf')]===_0x5345f1['length']&&_0x51a2c5[_0x8d1b('0x7')](_0x43ecde=>_0x2f0592[_0x8d1b('0x5')][_0x43ecde]&&_0x2f0592['attributes'][_0x43ecde]===_0x6b6852[_0x8d1b('0x5')][_0x43ecde]);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x62e8=['end','split','user:','types','buffers','shift','toNone','start','_compareOperations','user:position:','oldRange','decompress','_getCompressorByName','_id','__className','_context','compress','name','newRange','_decompressSingleOperation','push','MarkerOperation','startsWith'];(function(_0x270b84,_0x62e845){const _0x4bbc11=function(_0x1edf23){while(--_0x1edf23){_0x270b84['push'](_0x270b84['shift']());}};_0x4bbc11(++_0x62e845);}(_0x62e8,0x108));const _0x4bbc=function(_0x270b84,_0x62e845){_0x270b84=_0x270b84-0x0;let _0x4bbc11=_0x62e8[_0x270b84];return _0x4bbc11;};import _0x47cb74 from'./actioncompressor';import{arePositionsEqual as _0x19f547}from'../utils';import{cloneDeep as _0x40c030}from'lodash-es';export default class f extends _0x47cb74{[_0x4bbc('0x5')](_0x84dc16,_0x1d7208){if(!this['_compareOperations'](_0x1d7208[0x0],_0x1d7208[0x1]))return!0x1;const _0x3a9a8d=_0x1d7208[_0x4bbc('0x11')]();return _0x3a9a8d[_0x4bbc('0x16')]=null,_0x3a9a8d['newRange']&&_0x19f547(_0x3a9a8d['newRange'][_0x4bbc('0x13')],_0x3a9a8d['newRange'][_0x4bbc('0xc')])&&(_0x3a9a8d[_0x4bbc('0x7')][_0x4bbc('0xc')]=null),_0x1d7208[_0x4bbc('0x11')](),_0x84dc16[_0x4bbc('0xf')][_0x4bbc('0x9')](this[_0x4bbc('0x2')]),_0x84dc16[_0x4bbc('0xf')][_0x4bbc('0x9')](0x0),_0x84dc16[_0x4bbc('0x10')][_0x4bbc('0x9')](this['_compressSingleOperation'](_0x3a9a8d)),!0x0;}[_0x4bbc('0x0')](_0x2055c8,_0x33a75f){const _0x988f90=this[_0x4bbc('0x8')](_0x33a75f);_0x988f90[_0x4bbc('0x7')]&&!_0x988f90[_0x4bbc('0x7')]['end']&&(_0x988f90['newRange'][_0x4bbc('0xc')]=_0x40c030(_0x988f90['newRange'][_0x4bbc('0x13')]));const _0x1b05e5=_0x40c030(_0x988f90);_0x1b05e5[_0x4bbc('0x7')]&&(_0x1b05e5[_0x4bbc('0x7')][_0x4bbc('0x13')]['stickiness']=_0x4bbc('0x12'),_0x1b05e5[_0x4bbc('0x7')][_0x4bbc('0xc')]=_0x40c030(_0x1b05e5[_0x4bbc('0x7')][_0x4bbc('0x13')])),_0x1b05e5['name']=_0x4bbc('0x15')+_0x1b05e5[_0x4bbc('0x6')][_0x4bbc('0xd')](':')[0x2],_0x33a75f[_0x4bbc('0xf')]['shift'](),_0x2055c8['push'](_0x988f90),_0x2055c8[_0x4bbc('0x9')](_0x1b05e5);}['_compressSingleOperation'](_0x31c3e1){const _0x46eeb2={'types':[],'buffers':[],'baseVersion':0x0};return this[_0x4bbc('0x4')][_0x4bbc('0x1')](_0x4bbc('0xa'))[_0x4bbc('0x5')](_0x46eeb2,[_0x31c3e1]),_0x46eeb2[_0x4bbc('0x10')][0x0];}[_0x4bbc('0x8')](_0x26ce71){const _0x5227d3=[];return this['_context'][_0x4bbc('0x1')](_0x4bbc('0xa'))[_0x4bbc('0x0')](_0x5227d3,_0x26ce71),_0x5227d3[0x0];}[_0x4bbc('0x14')](_0x47109e,_0x36c42f){return!(!_0x47109e||!_0x36c42f)&&('MarkerOperation'==_0x47109e[_0x4bbc('0x3')]&&_0x4bbc('0xa')==_0x36c42f['__className']&&!(!_0x47109e['name'][_0x4bbc('0xb')](_0x4bbc('0xe'))||!_0x36c42f[_0x4bbc('0x6')][_0x4bbc('0xb')](_0x4bbc('0xe'))||_0x47109e['name']==_0x36c42f[_0x4bbc('0x6')]));}}
23
+ const _0x4458=['_decompressSingleOperation','stickiness','decompress','_getCompressorByName','split','push','end','startsWith','__className','buffers','name','types','_compressSingleOperation','_compareOperations','compress','oldRange','MarkerOperation','_context','user:','shift','newRange','start','toNone'];(function(_0x279cc9,_0x44583d){const _0x18f031=function(_0x403064){while(--_0x403064){_0x279cc9['push'](_0x279cc9['shift']());}};_0x18f031(++_0x44583d);}(_0x4458,0x6e));const _0x18f0=function(_0x279cc9,_0x44583d){_0x279cc9=_0x279cc9-0x0;let _0x18f031=_0x4458[_0x279cc9];return _0x18f031;};import _0x283b76 from'./actioncompressor';import{arePositionsEqual as _0x3e8a46}from'../utils';import{cloneDeep as _0xd721e5}from'lodash-es';export default class f extends _0x283b76{[_0x18f0('0x13')](_0x38a2bf,_0x3510af){if(!this[_0x18f0('0x12')](_0x3510af[0x0],_0x3510af[0x1]))return!0x1;const _0x3210d8=_0x3510af['shift']();return _0x3210d8[_0x18f0('0x14')]=null,_0x3210d8['newRange']&&_0x3e8a46(_0x3210d8[_0x18f0('0x2')][_0x18f0('0x3')],_0x3210d8[_0x18f0('0x2')]['end'])&&(_0x3210d8[_0x18f0('0x2')][_0x18f0('0xb')]=null),_0x3510af[_0x18f0('0x1')](),_0x38a2bf[_0x18f0('0x10')][_0x18f0('0xa')](this['_id']),_0x38a2bf[_0x18f0('0x10')][_0x18f0('0xa')](0x0),_0x38a2bf['buffers'][_0x18f0('0xa')](this[_0x18f0('0x11')](_0x3210d8)),!0x0;}['decompress'](_0x1c6965,_0x53061f){const _0x5d6352=this[_0x18f0('0x5')](_0x53061f);_0x5d6352[_0x18f0('0x2')]&&!_0x5d6352['newRange'][_0x18f0('0xb')]&&(_0x5d6352['newRange'][_0x18f0('0xb')]=_0xd721e5(_0x5d6352[_0x18f0('0x2')][_0x18f0('0x3')]));const _0x418df4=_0xd721e5(_0x5d6352);_0x418df4[_0x18f0('0x2')]&&(_0x418df4[_0x18f0('0x2')][_0x18f0('0x3')][_0x18f0('0x6')]=_0x18f0('0x4'),_0x418df4[_0x18f0('0x2')]['end']=_0xd721e5(_0x418df4[_0x18f0('0x2')][_0x18f0('0x3')])),_0x418df4[_0x18f0('0xf')]='user:position:'+_0x418df4[_0x18f0('0xf')][_0x18f0('0x9')](':')[0x2],_0x53061f['types']['shift'](),_0x1c6965[_0x18f0('0xa')](_0x5d6352),_0x1c6965[_0x18f0('0xa')](_0x418df4);}['_compressSingleOperation'](_0x57d243){const _0x26dec3={'types':[],'buffers':[],'baseVersion':0x0};return this[_0x18f0('0x16')][_0x18f0('0x8')](_0x18f0('0x15'))[_0x18f0('0x13')](_0x26dec3,[_0x57d243]),_0x26dec3[_0x18f0('0xe')][0x0];}[_0x18f0('0x5')](_0x3b6d6b){const _0x4d36fb=[];return this[_0x18f0('0x16')]['_getCompressorByName']('MarkerOperation')[_0x18f0('0x7')](_0x4d36fb,_0x3b6d6b),_0x4d36fb[0x0];}[_0x18f0('0x12')](_0x37e8d0,_0x338915){return!(!_0x37e8d0||!_0x338915)&&('MarkerOperation'==_0x37e8d0[_0x18f0('0xd')]&&_0x18f0('0x15')==_0x338915[_0x18f0('0xd')]&&!(!_0x37e8d0[_0x18f0('0xf')][_0x18f0('0xc')](_0x18f0('0x0'))||!_0x338915['name'][_0x18f0('0xc')](_0x18f0('0x0'))||_0x37e8d0['name']==_0x338915[_0x18f0('0xf')]));}}
package/src/compressor.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5149=['MoveOperation','MarkerOperation','CommentMarkerOperation','_compressorByName','set','_compressorById','_getCompressorByName','NoOperation','_protobufFactory','_registerOperationCompressor','UserSelectionAction','decompress','__className','_registerActionCompressor','suggestion','InsertOperation','compress','get','baseVersion','AttributeOperation','TypingAction','RootOperation','ForwardDeletingAction','getDescriptor','SplitOperation','comment','MergeOperation','SuggestionMarkerOperation','types','_registerCompressor','length','DeletingAction','RenameOperation','RootAttributeOperation'];(function(_0x46c8db,_0x514913){const _0x484c89=function(_0x352a64){while(--_0x352a64){_0x46c8db['push'](_0x46c8db['shift']());}};_0x484c89(++_0x514913);}(_0x5149,0x18d));const _0x484c=function(_0x46c8db,_0x514913){_0x46c8db=_0x46c8db-0x0;let _0x484c89=_0x5149[_0x46c8db];return _0x484c89;};import{CKEditorError as _0x323499}from'ckeditor5/src/utils';import _0x762ad0 from'./protobuffactory';import _0x386c86 from'./operationcompressor/operationcompressor';import _0x5cd413 from'./operationcompressor/attributeoperationcompressor';import _0x2056bd from'./operationcompressor/insertoperationcompressor';import _0xa59b6 from'./operationcompressor/markeroperationcompressor';import _0x5fe103 from'./operationcompressor/nooperationcompressor';import _0x6d3d03 from'./operationcompressor/annotationmarkeroperationcompressor';import _0x731719 from'./actioncompressor/typingactioncompressor';import _0x1b65a8 from'./actioncompressor/deletingactioncompressor';import _0x45e9ff from'./actioncompressor/forwarddeletingactioncompressor';import _0x460780 from'./actioncompressor/userselectionactioncompressor';export default class g{constructor(){this[_0x484c('0x10')]=new Map(),this[_0x484c('0xe')]=new Map(),this[_0x484c('0x13')]=new _0x762ad0();const _0x150ed1=this[_0x484c('0x13')]['getDescriptor']('MarkerOperation');this[_0x484c('0x6')](0x1,_0x484c('0x12'),new _0x5fe103(0x1,_0x484c('0x12'),void 0x0)),this[_0x484c('0x14')](0xa,_0x484c('0x1e'),_0x5cd413),this[_0x484c('0x14')](0xb,_0x484c('0x1a'),_0x2056bd),this[_0x484c('0x14')](0xc,'MarkerOperation',_0xa59b6),this['_registerOperationCompressor'](0xd,_0x484c('0x3'),_0x386c86),this[_0x484c('0x14')](0xe,_0x484c('0xb'),_0x386c86),this[_0x484c('0x14')](0xf,_0x484c('0x9'),_0x386c86),this['_registerOperationCompressor'](0x10,_0x484c('0xa'),_0x5cd413),this['_registerOperationCompressor'](0x11,_0x484c('0x1'),_0x386c86),this[_0x484c('0x6')](0x12,'CommentMarkerOperation',new _0x6d3d03(0x12,_0x484c('0xc'),_0x150ed1,_0x484c('0x2'))),this['_registerCompressor'](0x13,_0x484c('0x4'),new _0x6d3d03(0x13,_0x484c('0xc'),_0x150ed1,_0x484c('0x19'))),this[_0x484c('0x14')](0x14,_0x484c('0x20'),_0x386c86),this[_0x484c('0x18')](0x64,_0x484c('0x1f'),_0x731719),this[_0x484c('0x18')](0x65,_0x484c('0x8'),_0x1b65a8),this[_0x484c('0x18')](0x66,_0x484c('0x21'),_0x45e9ff),this['_registerActionCompressor'](0x67,'UserSelectionAction',_0x460780);}[_0x484c('0x1b')](_0x555e34){if(!_0x555e34||!_0x555e34[0x0])throw new _0x323499('no-operations-provided',this);const _0x1a09d1={'types':[],'buffers':[],'baseVersion':_0x555e34[0x0][_0x484c('0x1d')]};for(;_0x555e34[_0x484c('0x7')];)this[_0x484c('0x11')](_0x484c('0x15'))[_0x484c('0x1b')](_0x1a09d1,_0x555e34)||this[_0x484c('0x11')](_0x484c('0x1f'))[_0x484c('0x1b')](_0x1a09d1,_0x555e34)||this[_0x484c('0x11')](_0x484c('0x8'))[_0x484c('0x1b')](_0x1a09d1,_0x555e34)||this[_0x484c('0x11')](_0x484c('0x21'))[_0x484c('0x1b')](_0x1a09d1,_0x555e34)||this['_getCompressorByName'](_0x484c('0xd'))[_0x484c('0x1b')](_0x1a09d1,_0x555e34)||this[_0x484c('0x11')](_0x484c('0x4'))[_0x484c('0x1b')](_0x1a09d1,_0x555e34)||this[_0x484c('0x11')](_0x555e34[0x0][_0x484c('0x17')])[_0x484c('0x1b')](_0x1a09d1,_0x555e34);return _0x1a09d1;}[_0x484c('0x16')](_0x4f4321){const _0x2b70f7=[];for(;_0x4f4321['types']['length'];){this[_0x484c('0x10')]['get'](_0x4f4321[_0x484c('0x5')][0x0])[_0x484c('0x16')](_0x2b70f7,_0x4f4321);}return _0x2b70f7['forEach']((_0xa14611,_0x21cc8f)=>_0xa14611['baseVersion']=_0x4f4321[_0x484c('0x1d')]+_0x21cc8f),_0x2b70f7;}[_0x484c('0x11')](_0x4e0e2a){return this[_0x484c('0xe')][_0x484c('0x1c')](_0x4e0e2a);}[_0x484c('0x14')](_0x448465,_0x4d65d1,_0x449fff){const _0x1a587b=new _0x449fff(_0x448465,_0x4d65d1,this[_0x484c('0x13')][_0x484c('0x0')](_0x4d65d1));this[_0x484c('0x6')](_0x448465,_0x4d65d1,_0x1a587b);}[_0x484c('0x18')](_0x2b259f,_0x237afd,_0x3ca10e){const _0x388cb7=new _0x3ca10e(_0x2b259f,this);this[_0x484c('0x6')](_0x2b259f,_0x237afd,_0x388cb7);}[_0x484c('0x6')](_0xae857a,_0x300a49,_0x1b3c17){this['_compressorById']['set'](_0xae857a,_0x1b3c17),this[_0x484c('0xe')][_0x484c('0xf')](_0x300a49,_0x1b3c17);}}
23
+ const _0x5f13=['RootAttributeOperation','set','suggestion','RootOperation','InsertOperation','MoveOperation','_registerOperationCompressor','_registerActionCompressor','CommentMarkerOperation','SplitOperation','UserSelectionAction','DeletingAction','__className','no-operations-provided','baseVersion','compress','comment','ForwardDeletingAction','_getCompressorByName','length','MarkerOperation','getDescriptor','get','RenameOperation','types','NoOperation','_protobufFactory','TypingAction','MergeOperation','_registerCompressor','decompress','_compressorByName','_compressorById'];(function(_0x57dbd6,_0x5f13c3){const _0x2da7ad=function(_0x41298d){while(--_0x41298d){_0x57dbd6['push'](_0x57dbd6['shift']());}};_0x2da7ad(++_0x5f13c3);}(_0x5f13,0x1d5));const _0x2da7=function(_0x57dbd6,_0x5f13c3){_0x57dbd6=_0x57dbd6-0x0;let _0x2da7ad=_0x5f13[_0x57dbd6];return _0x2da7ad;};import{CKEditorError as _0x549fab}from'ckeditor5/src/utils';import _0x55765b from'./protobuffactory';import _0x236fe5 from'./operationcompressor/operationcompressor';import _0x3a6c05 from'./operationcompressor/attributeoperationcompressor';import _0x177e64 from'./operationcompressor/insertoperationcompressor';import _0x282114 from'./operationcompressor/markeroperationcompressor';import _0x3e5917 from'./operationcompressor/nooperationcompressor';import _0x574e2b from'./operationcompressor/annotationmarkeroperationcompressor';import _0x4db615 from'./actioncompressor/typingactioncompressor';import _0x55ff1a from'./actioncompressor/deletingactioncompressor';import _0x40c4d7 from'./actioncompressor/forwarddeletingactioncompressor';import _0x1ce782 from'./actioncompressor/userselectionactioncompressor';export default class g{constructor(){this[_0x2da7('0x19')]=new Map(),this[_0x2da7('0x18')]=new Map(),this['_protobufFactory']=new _0x55765b();const _0x55096f=this[_0x2da7('0x13')][_0x2da7('0xe')](_0x2da7('0xd'));this[_0x2da7('0x16')](0x1,_0x2da7('0x12'),new _0x3e5917(0x1,_0x2da7('0x12'),void 0x0)),this[_0x2da7('0x20')](0xa,'AttributeOperation',_0x3a6c05),this[_0x2da7('0x20')](0xb,_0x2da7('0x1e'),_0x177e64),this[_0x2da7('0x20')](0xc,'MarkerOperation',_0x282114),this[_0x2da7('0x20')](0xd,_0x2da7('0x15'),_0x236fe5),this['_registerOperationCompressor'](0xe,_0x2da7('0x1f'),_0x236fe5),this[_0x2da7('0x20')](0xf,_0x2da7('0x10'),_0x236fe5),this[_0x2da7('0x20')](0x10,_0x2da7('0x1a'),_0x3a6c05),this['_registerOperationCompressor'](0x11,_0x2da7('0x2'),_0x236fe5),this[_0x2da7('0x16')](0x12,_0x2da7('0x1'),new _0x574e2b(0x12,_0x2da7('0xd'),_0x55096f,_0x2da7('0x9'))),this[_0x2da7('0x16')](0x13,'SuggestionMarkerOperation',new _0x574e2b(0x13,'MarkerOperation',_0x55096f,_0x2da7('0x1c'))),this['_registerOperationCompressor'](0x14,_0x2da7('0x1d'),_0x236fe5),this[_0x2da7('0x0')](0x64,_0x2da7('0x14'),_0x4db615),this[_0x2da7('0x0')](0x65,_0x2da7('0x4'),_0x55ff1a),this[_0x2da7('0x0')](0x66,_0x2da7('0xa'),_0x40c4d7),this[_0x2da7('0x0')](0x67,_0x2da7('0x3'),_0x1ce782);}[_0x2da7('0x8')](_0x21cf09){if(!_0x21cf09||!_0x21cf09[0x0])throw new _0x549fab(_0x2da7('0x6'),this);const _0x5591c8={'types':[],'buffers':[],'baseVersion':_0x21cf09[0x0][_0x2da7('0x7')]};for(;_0x21cf09[_0x2da7('0xc')];)this[_0x2da7('0xb')](_0x2da7('0x3'))[_0x2da7('0x8')](_0x5591c8,_0x21cf09)||this['_getCompressorByName']('TypingAction')[_0x2da7('0x8')](_0x5591c8,_0x21cf09)||this[_0x2da7('0xb')]('DeletingAction')[_0x2da7('0x8')](_0x5591c8,_0x21cf09)||this[_0x2da7('0xb')](_0x2da7('0xa'))[_0x2da7('0x8')](_0x5591c8,_0x21cf09)||this[_0x2da7('0xb')](_0x2da7('0x1'))[_0x2da7('0x8')](_0x5591c8,_0x21cf09)||this[_0x2da7('0xb')]('SuggestionMarkerOperation')[_0x2da7('0x8')](_0x5591c8,_0x21cf09)||this[_0x2da7('0xb')](_0x21cf09[0x0][_0x2da7('0x5')])['compress'](_0x5591c8,_0x21cf09);return _0x5591c8;}['decompress'](_0x3b1965){const _0x2ee335=[];for(;_0x3b1965[_0x2da7('0x11')][_0x2da7('0xc')];){this[_0x2da7('0x19')]['get'](_0x3b1965[_0x2da7('0x11')][0x0])[_0x2da7('0x17')](_0x2ee335,_0x3b1965);}return _0x2ee335['forEach']((_0x800c2,_0x5d5373)=>_0x800c2[_0x2da7('0x7')]=_0x3b1965[_0x2da7('0x7')]+_0x5d5373),_0x2ee335;}[_0x2da7('0xb')](_0x3ac25b){return this[_0x2da7('0x18')][_0x2da7('0xf')](_0x3ac25b);}[_0x2da7('0x20')](_0x2b1a11,_0x4a64ee,_0x5df91d){const _0x527458=new _0x5df91d(_0x2b1a11,_0x4a64ee,this['_protobufFactory']['getDescriptor'](_0x4a64ee));this['_registerCompressor'](_0x2b1a11,_0x4a64ee,_0x527458);}[_0x2da7('0x0')](_0xe6e7a4,_0x2e2589,_0xee03d1){const _0x409746=new _0xee03d1(_0xe6e7a4,this);this['_registerCompressor'](_0xe6e7a4,_0x2e2589,_0x409746);}['_registerCompressor'](_0x5cb422,_0x2f8e9a,_0x22e0f4){this['_compressorById'][_0x2da7('0x1b')](_0x5cb422,_0x22e0f4),this['_compressorByName'][_0x2da7('0x1b')](_0x2f8e9a,_0x22e0f4);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1dc1=['oldName','rootName','.SplitOperation.graveyardPosition:\x20object\x20expected','newName:\x20string\x20expected','len','newRange.','howMany','getTypeUrl','data','RootAttributeOperation','object\x20expected','Element','.SplitOperation.splitPosition:\x20object\x20expected','newName','path:\x20integer[]\x20expected','key:\x20string\x20expected','default','newValueBoolean','oldRange','.Range.end:\x20object\x20expected','.RenameOperation.position:\x20object\x20expected','emptyArray','rootGraveyard','create','children:\x20array\x20expected','pos','isAdd:\x20boolean\x20expected','newRange','emptyObject','attributesBoolean','encode','path:\x20array\x20expected','.MergeOperation.graveyardPosition:\x20object\x20expected','ldelim','skipType','isAdd','children','path','shouldReceiveAttributes','start.','/RenameOperation','uint32','RenameOperation','MoveOperation','end','nodes','rootName:\x20string\x20expected','insertionPosition','hasOwnProperty','attributesJson','.Element.children:\x20array\x20expected','RootOperation','/Element','rootMain:\x20boolean\x20expected','oldValueBoolean','/MarkerOperation','MarkerOperation','SplitOperation','/SplitOperation','fromObject','prototype','targetPosition.','name:\x20string\x20expected','isInteger','newValueJson','Reader','verify','howMany:\x20integer\x20expected','shouldReceiveAttributes:\x20boolean\x20expected','push','MergeOperation','InsertOperation','elementName','graveyardPosition.','range','AttributeOperation','/RootAttributeOperation','oldValueBoolean:\x20boolean\x20expected','/MoveOperation','arrays','type.googleapis.com','data:\x20string\x20expected','roots','rootMain','attributesJson:\x20string\x20expected','name','root:\x20string\x20expected','isArray','/RootOperation','.Element.attributesBoolean:\x20object\x20expected','toJSON','.MergeOperation.targetPosition:\x20object\x20expected','position','start','object','.InsertOperation.nodes:\x20array\x20expected','/MergeOperation','toJSONOptions','newValueBoolean:\x20boolean\x20expected','toObject','length','affectsData:\x20boolean\x20expected','.AttributeOperation.range:\x20object\x20expected','Position','key','affectsData','.InsertOperation.position:\x20object\x20expected','decode','constructor','call','.Element.children:\x20object\x20expected','nodes.','encodeDelimited','sourcePosition','wasUndone:\x20boolean\x20expected','/AttributeOperation','targetPosition','.Range.start:\x20object\x20expected','position.','oldName:\x20string\x20expected','insertionPosition.','stickiness','decodeDelimited','isString','splitPosition.','fork','.MergeOperation.sourcePosition:\x20object\x20expected','Writer','isObject','objects','string','nodes:\x20array\x20expected','Range','splitPosition','bool','oldValueJson','oldValueJson:\x20string\x20expected','sourcePosition.','keys','attributesBoolean:\x20boolean{k:string}\x20expected','util','defaults','.MarkerOperation.oldRange:\x20object\x20expected','attributesBoolean:\x20object\x20expected','end.','root','graveyardPosition','newValueJson:\x20string\x20expected','/InsertOperation','wasUndone','elementName:\x20string\x20expected','boolean'];(function(_0x1e95a9,_0x1dc105){const _0x3f271a=function(_0x378aae){while(--_0x378aae){_0x1e95a9['push'](_0x1e95a9['shift']());}};_0x3f271a(++_0x1dc105);}(_0x1dc1,0xe4));const _0x3f27=function(_0x1e95a9,_0x1dc105){_0x1e95a9=_0x1e95a9-0x0;let _0x3f271a=_0x1dc1[_0x1e95a9];return _0x3f271a;};import*as _0x4a68db from'protobufjs/minimal';const j=_0x4a68db[_0x3f27('0x8d')],y=_0x4a68db[_0x3f27('0x33')],k=_0x4a68db[_0x3f27('0x40')],v=_0x4a68db[_0x3f27('0x6')]['default']||(_0x4a68db[_0x3f27('0x6')][_0x3f27('0x5c')]={});export const AttributeOperation=v[_0x3f27('0x97')]=(()=>{function _0x15beba(_0x38f8b3){if(_0x38f8b3)for(let _0x128de6=Object[_0x3f27('0x3e')](_0x38f8b3),_0x53143c=0x0;_0x53143c<_0x128de6[_0x3f27('0x18')];++_0x53143c)null!=_0x38f8b3[_0x128de6[_0x53143c]]&&(this[_0x128de6[_0x53143c]]=_0x38f8b3[_0x128de6[_0x53143c]]);}return _0x15beba[_0x3f27('0x88')]['range']=null,_0x15beba[_0x3f27('0x88')]['key']='',_0x15beba['prototype']['oldValueBoolean']=!0x1,_0x15beba[_0x3f27('0x88')][_0x3f27('0x3b')]='',_0x15beba['prototype'][_0x3f27('0x5d')]=!0x1,_0x15beba[_0x3f27('0x88')][_0x3f27('0x8c')]='',_0x15beba[_0x3f27('0x88')]['wasUndone']=!0x1,_0x15beba[_0x3f27('0x63')]=function(_0x1466d6){return new _0x15beba(_0x1466d6);},_0x15beba[_0x3f27('0x6a')]=function(_0x4b08c7,_0xfea234){return _0xfea234||(_0xfea234=y['create']()),null!=_0x4b08c7[_0x3f27('0x96')]&&Object[_0x3f27('0x7c')][_0x3f27('0x21')](_0x4b08c7,_0x3f27('0x96'))&&v[_0x3f27('0x38')][_0x3f27('0x6a')](_0x4b08c7['range'],_0xfea234[_0x3f27('0x75')](0xa)['fork']())[_0x3f27('0x6d')](),null!=_0x4b08c7[_0x3f27('0x1c')]&&Object[_0x3f27('0x7c')][_0x3f27('0x21')](_0x4b08c7,'key')&&_0xfea234[_0x3f27('0x75')](0x12)[_0x3f27('0x36')](_0x4b08c7[_0x3f27('0x1c')]),null!=_0x4b08c7[_0x3f27('0x82')]&&Object[_0x3f27('0x7c')][_0x3f27('0x21')](_0x4b08c7,_0x3f27('0x82'))&&_0xfea234[_0x3f27('0x75')](0x18)['bool'](_0x4b08c7[_0x3f27('0x82')]),null!=_0x4b08c7[_0x3f27('0x3b')]&&Object[_0x3f27('0x7c')][_0x3f27('0x21')](_0x4b08c7,'oldValueJson')&&_0xfea234[_0x3f27('0x75')](0x22)[_0x3f27('0x36')](_0x4b08c7['oldValueJson']),null!=_0x4b08c7[_0x3f27('0x5d')]&&Object[_0x3f27('0x7c')][_0x3f27('0x21')](_0x4b08c7,_0x3f27('0x5d'))&&_0xfea234['uint32'](0x28)[_0x3f27('0x3a')](_0x4b08c7['newValueBoolean']),null!=_0x4b08c7['newValueJson']&&Object[_0x3f27('0x7c')][_0x3f27('0x21')](_0x4b08c7,'newValueJson')&&_0xfea234[_0x3f27('0x75')](0x32)[_0x3f27('0x36')](_0x4b08c7[_0x3f27('0x8c')]),null!=_0x4b08c7[_0x3f27('0x49')]&&Object['hasOwnProperty'][_0x3f27('0x21')](_0x4b08c7,'wasUndone')&&_0xfea234['uint32'](0x38)[_0x3f27('0x3a')](_0x4b08c7[_0x3f27('0x49')]),_0xfea234;},_0x15beba[_0x3f27('0x24')]=function(_0x206897,_0x1dfd3c){return this[_0x3f27('0x6a')](_0x206897,_0x1dfd3c)['ldelim']();},_0x15beba[_0x3f27('0x1f')]=function(_0x51fe4f,_0x39faad){_0x51fe4f instanceof j||(_0x51fe4f=j[_0x3f27('0x63')](_0x51fe4f));let _0x1bd017=void 0x0===_0x39faad?_0x51fe4f[_0x3f27('0x50')]:_0x51fe4f[_0x3f27('0x65')]+_0x39faad,_0x3736ad=new v[(_0x3f27('0x97'))]();for(;_0x51fe4f['pos']<_0x1bd017;){let _0x418260=_0x51fe4f[_0x3f27('0x75')]();switch(_0x418260>>>0x3){case 0x1:_0x3736ad[_0x3f27('0x96')]=v[_0x3f27('0x38')][_0x3f27('0x1f')](_0x51fe4f,_0x51fe4f[_0x3f27('0x75')]());break;case 0x2:_0x3736ad[_0x3f27('0x1c')]=_0x51fe4f[_0x3f27('0x36')]();break;case 0x3:_0x3736ad[_0x3f27('0x82')]=_0x51fe4f[_0x3f27('0x3a')]();break;case 0x4:_0x3736ad[_0x3f27('0x3b')]=_0x51fe4f['string']();break;case 0x5:_0x3736ad['newValueBoolean']=_0x51fe4f[_0x3f27('0x3a')]();break;case 0x6:_0x3736ad[_0x3f27('0x8c')]=_0x51fe4f[_0x3f27('0x36')]();break;case 0x7:_0x3736ad[_0x3f27('0x49')]=_0x51fe4f['bool']();break;default:_0x51fe4f[_0x3f27('0x6e')](0x7&_0x418260);}}return _0x3736ad;},_0x15beba[_0x3f27('0x2e')]=function(_0x49730d){return _0x49730d instanceof j||(_0x49730d=new j(_0x49730d)),this['decode'](_0x49730d,_0x49730d['uint32']());},_0x15beba['verify']=function(_0x4c3708){if(_0x3f27('0x12')!=typeof _0x4c3708||null===_0x4c3708)return _0x3f27('0x56');if(null!=_0x4c3708[_0x3f27('0x96')]&&_0x4c3708[_0x3f27('0x7c')](_0x3f27('0x96'))){let _0x1d1008=v['Range'][_0x3f27('0x8e')](_0x4c3708[_0x3f27('0x96')]);if(_0x1d1008)return'range.'+_0x1d1008;}return null!=_0x4c3708[_0x3f27('0x1c')]&&_0x4c3708[_0x3f27('0x7c')](_0x3f27('0x1c'))&&!k[_0x3f27('0x2f')](_0x4c3708[_0x3f27('0x1c')])?'key:\x20string\x20expected':null!=_0x4c3708[_0x3f27('0x82')]&&_0x4c3708[_0x3f27('0x7c')]('oldValueBoolean')&&_0x3f27('0x4b')!=typeof _0x4c3708[_0x3f27('0x82')]?_0x3f27('0x1'):null!=_0x4c3708[_0x3f27('0x3b')]&&_0x4c3708[_0x3f27('0x7c')](_0x3f27('0x3b'))&&!k[_0x3f27('0x2f')](_0x4c3708[_0x3f27('0x3b')])?'oldValueJson:\x20string\x20expected':null!=_0x4c3708[_0x3f27('0x5d')]&&_0x4c3708[_0x3f27('0x7c')]('newValueBoolean')&&_0x3f27('0x4b')!=typeof _0x4c3708[_0x3f27('0x5d')]?_0x3f27('0x16'):null!=_0x4c3708[_0x3f27('0x8c')]&&_0x4c3708[_0x3f27('0x7c')]('newValueJson')&&!k[_0x3f27('0x2f')](_0x4c3708['newValueJson'])?_0x3f27('0x47'):null!=_0x4c3708[_0x3f27('0x49')]&&_0x4c3708[_0x3f27('0x7c')](_0x3f27('0x49'))&&'boolean'!=typeof _0x4c3708[_0x3f27('0x49')]?_0x3f27('0x26'):null;},_0x15beba[_0x3f27('0x87')]=function(_0x4ad929){if(_0x4ad929 instanceof v[_0x3f27('0x97')])return _0x4ad929;let _0x11d082=new v['AttributeOperation']();if(null!=_0x4ad929[_0x3f27('0x96')]){if(_0x3f27('0x12')!=typeof _0x4ad929[_0x3f27('0x96')])throw TypeError(_0x3f27('0x1a'));_0x11d082[_0x3f27('0x96')]=v[_0x3f27('0x38')]['fromObject'](_0x4ad929[_0x3f27('0x96')]);}return null!=_0x4ad929[_0x3f27('0x1c')]&&(_0x11d082[_0x3f27('0x1c')]=String(_0x4ad929['key'])),null!=_0x4ad929[_0x3f27('0x82')]&&(_0x11d082[_0x3f27('0x82')]=Boolean(_0x4ad929[_0x3f27('0x82')])),null!=_0x4ad929[_0x3f27('0x3b')]&&(_0x11d082[_0x3f27('0x3b')]=String(_0x4ad929[_0x3f27('0x3b')])),null!=_0x4ad929[_0x3f27('0x5d')]&&(_0x11d082[_0x3f27('0x5d')]=Boolean(_0x4ad929[_0x3f27('0x5d')])),null!=_0x4ad929[_0x3f27('0x8c')]&&(_0x11d082[_0x3f27('0x8c')]=String(_0x4ad929[_0x3f27('0x8c')])),null!=_0x4ad929[_0x3f27('0x49')]&&(_0x11d082[_0x3f27('0x49')]=Boolean(_0x4ad929['wasUndone'])),_0x11d082;},_0x15beba[_0x3f27('0x17')]=function(_0xcd91c3,_0x364821){_0x364821||(_0x364821={});let _0x3a4bdb={};return _0x364821[_0x3f27('0x41')]&&(_0x3a4bdb[_0x3f27('0x96')]=null,_0x3a4bdb[_0x3f27('0x1c')]='',_0x3a4bdb['oldValueBoolean']=!0x1,_0x3a4bdb[_0x3f27('0x3b')]='',_0x3a4bdb[_0x3f27('0x5d')]=!0x1,_0x3a4bdb[_0x3f27('0x8c')]='',_0x3a4bdb['wasUndone']=!0x1),null!=_0xcd91c3[_0x3f27('0x96')]&&_0xcd91c3[_0x3f27('0x7c')](_0x3f27('0x96'))&&(_0x3a4bdb[_0x3f27('0x96')]=v[_0x3f27('0x38')]['toObject'](_0xcd91c3[_0x3f27('0x96')],_0x364821)),null!=_0xcd91c3['key']&&_0xcd91c3['hasOwnProperty']('key')&&(_0x3a4bdb[_0x3f27('0x1c')]=_0xcd91c3[_0x3f27('0x1c')]),null!=_0xcd91c3['oldValueBoolean']&&_0xcd91c3[_0x3f27('0x7c')](_0x3f27('0x82'))&&(_0x3a4bdb[_0x3f27('0x82')]=_0xcd91c3[_0x3f27('0x82')]),null!=_0xcd91c3[_0x3f27('0x3b')]&&_0xcd91c3[_0x3f27('0x7c')](_0x3f27('0x3b'))&&(_0x3a4bdb[_0x3f27('0x3b')]=_0xcd91c3['oldValueJson']),null!=_0xcd91c3['newValueBoolean']&&_0xcd91c3['hasOwnProperty'](_0x3f27('0x5d'))&&(_0x3a4bdb[_0x3f27('0x5d')]=_0xcd91c3['newValueBoolean']),null!=_0xcd91c3[_0x3f27('0x8c')]&&_0xcd91c3['hasOwnProperty'](_0x3f27('0x8c'))&&(_0x3a4bdb[_0x3f27('0x8c')]=_0xcd91c3[_0x3f27('0x8c')]),null!=_0xcd91c3[_0x3f27('0x49')]&&_0xcd91c3['hasOwnProperty'](_0x3f27('0x49'))&&(_0x3a4bdb['wasUndone']=_0xcd91c3['wasUndone']),_0x3a4bdb;},_0x15beba['prototype'][_0x3f27('0xe')]=function(){return this[_0x3f27('0x20')]['toObject'](this,_0x4a68db[_0x3f27('0x40')][_0x3f27('0x15')]);},_0x15beba[_0x3f27('0x53')]=function(_0x2281dc){return void 0x0===_0x2281dc&&(_0x2281dc=_0x3f27('0x4')),_0x2281dc+_0x3f27('0x27');},_0x15beba;})();export const InsertOperation=v[_0x3f27('0x93')]=(()=>{function _0xb686cd(_0x50eb8a){if(this[_0x3f27('0x79')]=[],_0x50eb8a)for(let _0x25674a=Object['keys'](_0x50eb8a),_0x917c7d=0x0;_0x917c7d<_0x25674a['length'];++_0x917c7d)null!=_0x50eb8a[_0x25674a[_0x917c7d]]&&(this[_0x25674a[_0x917c7d]]=_0x50eb8a[_0x25674a[_0x917c7d]]);}return _0xb686cd[_0x3f27('0x88')][_0x3f27('0x10')]=null,_0xb686cd[_0x3f27('0x88')][_0x3f27('0x79')]=k[_0x3f27('0x61')],_0xb686cd[_0x3f27('0x88')][_0x3f27('0x72')]=!0x1,_0xb686cd[_0x3f27('0x88')][_0x3f27('0x49')]=!0x1,_0xb686cd[_0x3f27('0x63')]=function(_0x5a6ee8){return new _0xb686cd(_0x5a6ee8);},_0xb686cd[_0x3f27('0x6a')]=function(_0x31656a,_0x4c7676){if(_0x4c7676||(_0x4c7676=y[_0x3f27('0x63')]()),null!=_0x31656a['position']&&Object[_0x3f27('0x7c')][_0x3f27('0x21')](_0x31656a,'position')&&v[_0x3f27('0x1b')][_0x3f27('0x6a')](_0x31656a[_0x3f27('0x10')],_0x4c7676[_0x3f27('0x75')](0xa)[_0x3f27('0x31')]())[_0x3f27('0x6d')](),null!=_0x31656a[_0x3f27('0x79')]&&_0x31656a[_0x3f27('0x79')][_0x3f27('0x18')])for(let _0x443cc5=0x0;_0x443cc5<_0x31656a[_0x3f27('0x79')]['length'];++_0x443cc5)v['Element'][_0x3f27('0x6a')](_0x31656a[_0x3f27('0x79')][_0x443cc5],_0x4c7676[_0x3f27('0x75')](0x12)[_0x3f27('0x31')]())[_0x3f27('0x6d')]();return null!=_0x31656a[_0x3f27('0x72')]&&Object['hasOwnProperty'][_0x3f27('0x21')](_0x31656a,_0x3f27('0x72'))&&_0x4c7676[_0x3f27('0x75')](0x18)['bool'](_0x31656a['shouldReceiveAttributes']),null!=_0x31656a[_0x3f27('0x49')]&&Object[_0x3f27('0x7c')][_0x3f27('0x21')](_0x31656a,_0x3f27('0x49'))&&_0x4c7676[_0x3f27('0x75')](0x20)[_0x3f27('0x3a')](_0x31656a[_0x3f27('0x49')]),_0x4c7676;},_0xb686cd[_0x3f27('0x24')]=function(_0x19d484,_0x443b8f){return this['encode'](_0x19d484,_0x443b8f)[_0x3f27('0x6d')]();},_0xb686cd[_0x3f27('0x1f')]=function(_0x1513f3,_0x878017){_0x1513f3 instanceof j||(_0x1513f3=j[_0x3f27('0x63')](_0x1513f3));let _0x4215d0=void 0x0===_0x878017?_0x1513f3[_0x3f27('0x50')]:_0x1513f3[_0x3f27('0x65')]+_0x878017,_0x410db3=new v['InsertOperation']();for(;_0x1513f3[_0x3f27('0x65')]<_0x4215d0;){let _0xb89b50=_0x1513f3[_0x3f27('0x75')]();switch(_0xb89b50>>>0x3){case 0x1:_0x410db3[_0x3f27('0x10')]=v[_0x3f27('0x1b')][_0x3f27('0x1f')](_0x1513f3,_0x1513f3['uint32']());break;case 0x2:_0x410db3['nodes']&&_0x410db3[_0x3f27('0x79')][_0x3f27('0x18')]||(_0x410db3[_0x3f27('0x79')]=[]),_0x410db3['nodes'][_0x3f27('0x91')](v[_0x3f27('0x57')][_0x3f27('0x1f')](_0x1513f3,_0x1513f3['uint32']()));break;case 0x3:_0x410db3[_0x3f27('0x72')]=_0x1513f3[_0x3f27('0x3a')]();break;case 0x4:_0x410db3['wasUndone']=_0x1513f3[_0x3f27('0x3a')]();break;default:_0x1513f3['skipType'](0x7&_0xb89b50);}}return _0x410db3;},_0xb686cd['decodeDelimited']=function(_0xe8d63c){return _0xe8d63c instanceof j||(_0xe8d63c=new j(_0xe8d63c)),this[_0x3f27('0x1f')](_0xe8d63c,_0xe8d63c['uint32']());},_0xb686cd[_0x3f27('0x8e')]=function(_0x78908a){if(_0x3f27('0x12')!=typeof _0x78908a||null===_0x78908a)return _0x3f27('0x56');if(null!=_0x78908a[_0x3f27('0x10')]&&_0x78908a['hasOwnProperty'](_0x3f27('0x10'))){let _0x4d20b0=v[_0x3f27('0x1b')][_0x3f27('0x8e')](_0x78908a[_0x3f27('0x10')]);if(_0x4d20b0)return _0x3f27('0x2a')+_0x4d20b0;}if(null!=_0x78908a[_0x3f27('0x79')]&&_0x78908a[_0x3f27('0x7c')](_0x3f27('0x79'))){if(!Array[_0x3f27('0xb')](_0x78908a[_0x3f27('0x79')]))return _0x3f27('0x37');for(let _0x34da90=0x0;_0x34da90<_0x78908a['nodes'][_0x3f27('0x18')];++_0x34da90){let _0x1a45d2=v[_0x3f27('0x57')][_0x3f27('0x8e')](_0x78908a[_0x3f27('0x79')][_0x34da90]);if(_0x1a45d2)return _0x3f27('0x23')+_0x1a45d2;}}return null!=_0x78908a[_0x3f27('0x72')]&&_0x78908a[_0x3f27('0x7c')]('shouldReceiveAttributes')&&_0x3f27('0x4b')!=typeof _0x78908a[_0x3f27('0x72')]?_0x3f27('0x90'):null!=_0x78908a[_0x3f27('0x49')]&&_0x78908a[_0x3f27('0x7c')](_0x3f27('0x49'))&&'boolean'!=typeof _0x78908a['wasUndone']?_0x3f27('0x26'):null;},_0xb686cd[_0x3f27('0x87')]=function(_0x3d89b1){if(_0x3d89b1 instanceof v['InsertOperation'])return _0x3d89b1;let _0x3b3049=new v[(_0x3f27('0x93'))]();if(null!=_0x3d89b1[_0x3f27('0x10')]){if(_0x3f27('0x12')!=typeof _0x3d89b1[_0x3f27('0x10')])throw TypeError(_0x3f27('0x1e'));_0x3b3049[_0x3f27('0x10')]=v[_0x3f27('0x1b')][_0x3f27('0x87')](_0x3d89b1['position']);}if(_0x3d89b1['nodes']){if(!Array['isArray'](_0x3d89b1['nodes']))throw TypeError(_0x3f27('0x13'));_0x3b3049['nodes']=[];for(let _0x5de0ec=0x0;_0x5de0ec<_0x3d89b1[_0x3f27('0x79')]['length'];++_0x5de0ec){if(_0x3f27('0x12')!=typeof _0x3d89b1[_0x3f27('0x79')][_0x5de0ec])throw TypeError('.InsertOperation.nodes:\x20object\x20expected');_0x3b3049[_0x3f27('0x79')][_0x5de0ec]=v[_0x3f27('0x57')][_0x3f27('0x87')](_0x3d89b1['nodes'][_0x5de0ec]);}}return null!=_0x3d89b1['shouldReceiveAttributes']&&(_0x3b3049[_0x3f27('0x72')]=Boolean(_0x3d89b1[_0x3f27('0x72')])),null!=_0x3d89b1[_0x3f27('0x49')]&&(_0x3b3049[_0x3f27('0x49')]=Boolean(_0x3d89b1['wasUndone'])),_0x3b3049;},_0xb686cd[_0x3f27('0x17')]=function(_0x856fd4,_0x50eaf7){_0x50eaf7||(_0x50eaf7={});let _0x240ec3={};if((_0x50eaf7[_0x3f27('0x3')]||_0x50eaf7[_0x3f27('0x41')])&&(_0x240ec3[_0x3f27('0x79')]=[]),_0x50eaf7[_0x3f27('0x41')]&&(_0x240ec3[_0x3f27('0x10')]=null,_0x240ec3['shouldReceiveAttributes']=!0x1,_0x240ec3[_0x3f27('0x49')]=!0x1),null!=_0x856fd4[_0x3f27('0x10')]&&_0x856fd4[_0x3f27('0x7c')](_0x3f27('0x10'))&&(_0x240ec3['position']=v[_0x3f27('0x1b')][_0x3f27('0x17')](_0x856fd4[_0x3f27('0x10')],_0x50eaf7)),_0x856fd4['nodes']&&_0x856fd4[_0x3f27('0x79')]['length']){_0x240ec3[_0x3f27('0x79')]=[];for(let _0x5ed20e=0x0;_0x5ed20e<_0x856fd4[_0x3f27('0x79')][_0x3f27('0x18')];++_0x5ed20e)_0x240ec3[_0x3f27('0x79')][_0x5ed20e]=v[_0x3f27('0x57')][_0x3f27('0x17')](_0x856fd4[_0x3f27('0x79')][_0x5ed20e],_0x50eaf7);}return null!=_0x856fd4[_0x3f27('0x72')]&&_0x856fd4[_0x3f27('0x7c')](_0x3f27('0x72'))&&(_0x240ec3[_0x3f27('0x72')]=_0x856fd4['shouldReceiveAttributes']),null!=_0x856fd4[_0x3f27('0x49')]&&_0x856fd4[_0x3f27('0x7c')](_0x3f27('0x49'))&&(_0x240ec3[_0x3f27('0x49')]=_0x856fd4[_0x3f27('0x49')]),_0x240ec3;},_0xb686cd[_0x3f27('0x88')]['toJSON']=function(){return this[_0x3f27('0x20')][_0x3f27('0x17')](this,_0x4a68db[_0x3f27('0x40')][_0x3f27('0x15')]);},_0xb686cd[_0x3f27('0x53')]=function(_0x5372c4){return void 0x0===_0x5372c4&&(_0x5372c4=_0x3f27('0x4')),_0x5372c4+_0x3f27('0x48');},_0xb686cd;})();export const MarkerOperation=v[_0x3f27('0x84')]=(()=>{function _0x48c96a(_0x1faf6e){if(_0x1faf6e)for(let _0x5b6b0a=Object[_0x3f27('0x3e')](_0x1faf6e),_0x3a9b44=0x0;_0x3a9b44<_0x5b6b0a['length'];++_0x3a9b44)null!=_0x1faf6e[_0x5b6b0a[_0x3a9b44]]&&(this[_0x5b6b0a[_0x3a9b44]]=_0x1faf6e[_0x5b6b0a[_0x3a9b44]]);}return _0x48c96a[_0x3f27('0x88')][_0x3f27('0x9')]='',_0x48c96a['prototype'][_0x3f27('0x5e')]=null,_0x48c96a[_0x3f27('0x88')]['newRange']=null,_0x48c96a[_0x3f27('0x88')][_0x3f27('0x1d')]=!0x1,_0x48c96a['prototype'][_0x3f27('0x49')]=!0x1,_0x48c96a[_0x3f27('0x63')]=function(_0x23f78c){return new _0x48c96a(_0x23f78c);},_0x48c96a[_0x3f27('0x6a')]=function(_0x4aebeb,_0x5a900e){return _0x5a900e||(_0x5a900e=y[_0x3f27('0x63')]()),null!=_0x4aebeb[_0x3f27('0x9')]&&Object['hasOwnProperty'][_0x3f27('0x21')](_0x4aebeb,'name')&&_0x5a900e['uint32'](0xa)[_0x3f27('0x36')](_0x4aebeb[_0x3f27('0x9')]),null!=_0x4aebeb[_0x3f27('0x5e')]&&Object[_0x3f27('0x7c')]['call'](_0x4aebeb,_0x3f27('0x5e'))&&v[_0x3f27('0x38')]['encode'](_0x4aebeb[_0x3f27('0x5e')],_0x5a900e[_0x3f27('0x75')](0x12)[_0x3f27('0x31')]())[_0x3f27('0x6d')](),null!=_0x4aebeb[_0x3f27('0x67')]&&Object[_0x3f27('0x7c')][_0x3f27('0x21')](_0x4aebeb,_0x3f27('0x67'))&&v[_0x3f27('0x38')][_0x3f27('0x6a')](_0x4aebeb[_0x3f27('0x67')],_0x5a900e['uint32'](0x1a)[_0x3f27('0x31')]())['ldelim'](),null!=_0x4aebeb[_0x3f27('0x1d')]&&Object[_0x3f27('0x7c')][_0x3f27('0x21')](_0x4aebeb,_0x3f27('0x1d'))&&_0x5a900e[_0x3f27('0x75')](0x20)['bool'](_0x4aebeb[_0x3f27('0x1d')]),null!=_0x4aebeb[_0x3f27('0x49')]&&Object[_0x3f27('0x7c')][_0x3f27('0x21')](_0x4aebeb,_0x3f27('0x49'))&&_0x5a900e[_0x3f27('0x75')](0x28)[_0x3f27('0x3a')](_0x4aebeb[_0x3f27('0x49')]),_0x5a900e;},_0x48c96a[_0x3f27('0x24')]=function(_0x2fd754,_0x476c78){return this[_0x3f27('0x6a')](_0x2fd754,_0x476c78)[_0x3f27('0x6d')]();},_0x48c96a['decode']=function(_0x3f77b1,_0x206fa6){_0x3f77b1 instanceof j||(_0x3f77b1=j[_0x3f27('0x63')](_0x3f77b1));let _0x317e62=void 0x0===_0x206fa6?_0x3f77b1['len']:_0x3f77b1[_0x3f27('0x65')]+_0x206fa6,_0x45d782=new v[(_0x3f27('0x84'))]();for(;_0x3f77b1[_0x3f27('0x65')]<_0x317e62;){let _0xd189ba=_0x3f77b1[_0x3f27('0x75')]();switch(_0xd189ba>>>0x3){case 0x1:_0x45d782['name']=_0x3f77b1[_0x3f27('0x36')]();break;case 0x2:_0x45d782[_0x3f27('0x5e')]=v[_0x3f27('0x38')][_0x3f27('0x1f')](_0x3f77b1,_0x3f77b1['uint32']());break;case 0x3:_0x45d782['newRange']=v[_0x3f27('0x38')][_0x3f27('0x1f')](_0x3f77b1,_0x3f77b1[_0x3f27('0x75')]());break;case 0x4:_0x45d782[_0x3f27('0x1d')]=_0x3f77b1['bool']();break;case 0x5:_0x45d782['wasUndone']=_0x3f77b1['bool']();break;default:_0x3f77b1[_0x3f27('0x6e')](0x7&_0xd189ba);}}return _0x45d782;},_0x48c96a[_0x3f27('0x2e')]=function(_0x44e2a0){return _0x44e2a0 instanceof j||(_0x44e2a0=new j(_0x44e2a0)),this[_0x3f27('0x1f')](_0x44e2a0,_0x44e2a0['uint32']());},_0x48c96a[_0x3f27('0x8e')]=function(_0x56f92f){if('object'!=typeof _0x56f92f||null===_0x56f92f)return'object\x20expected';if(null!=_0x56f92f[_0x3f27('0x9')]&&_0x56f92f[_0x3f27('0x7c')](_0x3f27('0x9'))&&!k['isString'](_0x56f92f[_0x3f27('0x9')]))return _0x3f27('0x8a');if(null!=_0x56f92f[_0x3f27('0x5e')]&&_0x56f92f[_0x3f27('0x7c')](_0x3f27('0x5e'))){let _0x31d162=v['Range'][_0x3f27('0x8e')](_0x56f92f['oldRange']);if(_0x31d162)return'oldRange.'+_0x31d162;}if(null!=_0x56f92f['newRange']&&_0x56f92f[_0x3f27('0x7c')](_0x3f27('0x67'))){let _0x345af8=v['Range'][_0x3f27('0x8e')](_0x56f92f['newRange']);if(_0x345af8)return _0x3f27('0x51')+_0x345af8;}return null!=_0x56f92f[_0x3f27('0x1d')]&&_0x56f92f[_0x3f27('0x7c')](_0x3f27('0x1d'))&&_0x3f27('0x4b')!=typeof _0x56f92f['affectsData']?_0x3f27('0x19'):null!=_0x56f92f[_0x3f27('0x49')]&&_0x56f92f[_0x3f27('0x7c')](_0x3f27('0x49'))&&_0x3f27('0x4b')!=typeof _0x56f92f[_0x3f27('0x49')]?'wasUndone:\x20boolean\x20expected':null;},_0x48c96a[_0x3f27('0x87')]=function(_0x28253a){if(_0x28253a instanceof v[_0x3f27('0x84')])return _0x28253a;let _0x2bc467=new v[(_0x3f27('0x84'))]();if(null!=_0x28253a['name']&&(_0x2bc467[_0x3f27('0x9')]=String(_0x28253a[_0x3f27('0x9')])),null!=_0x28253a[_0x3f27('0x5e')]){if(_0x3f27('0x12')!=typeof _0x28253a[_0x3f27('0x5e')])throw TypeError(_0x3f27('0x42'));_0x2bc467[_0x3f27('0x5e')]=v[_0x3f27('0x38')][_0x3f27('0x87')](_0x28253a[_0x3f27('0x5e')]);}if(null!=_0x28253a['newRange']){if('object'!=typeof _0x28253a[_0x3f27('0x67')])throw TypeError('.MarkerOperation.newRange:\x20object\x20expected');_0x2bc467[_0x3f27('0x67')]=v[_0x3f27('0x38')]['fromObject'](_0x28253a['newRange']);}return null!=_0x28253a[_0x3f27('0x1d')]&&(_0x2bc467[_0x3f27('0x1d')]=Boolean(_0x28253a[_0x3f27('0x1d')])),null!=_0x28253a['wasUndone']&&(_0x2bc467[_0x3f27('0x49')]=Boolean(_0x28253a['wasUndone'])),_0x2bc467;},_0x48c96a[_0x3f27('0x17')]=function(_0x323020,_0x4b3696){_0x4b3696||(_0x4b3696={});let _0x5e41c0={};return _0x4b3696[_0x3f27('0x41')]&&(_0x5e41c0['name']='',_0x5e41c0[_0x3f27('0x5e')]=null,_0x5e41c0[_0x3f27('0x67')]=null,_0x5e41c0[_0x3f27('0x1d')]=!0x1,_0x5e41c0['wasUndone']=!0x1),null!=_0x323020['name']&&_0x323020['hasOwnProperty'](_0x3f27('0x9'))&&(_0x5e41c0[_0x3f27('0x9')]=_0x323020[_0x3f27('0x9')]),null!=_0x323020[_0x3f27('0x5e')]&&_0x323020['hasOwnProperty'](_0x3f27('0x5e'))&&(_0x5e41c0[_0x3f27('0x5e')]=v[_0x3f27('0x38')][_0x3f27('0x17')](_0x323020[_0x3f27('0x5e')],_0x4b3696)),null!=_0x323020[_0x3f27('0x67')]&&_0x323020[_0x3f27('0x7c')](_0x3f27('0x67'))&&(_0x5e41c0[_0x3f27('0x67')]=v['Range'][_0x3f27('0x17')](_0x323020['newRange'],_0x4b3696)),null!=_0x323020[_0x3f27('0x1d')]&&_0x323020[_0x3f27('0x7c')](_0x3f27('0x1d'))&&(_0x5e41c0['affectsData']=_0x323020[_0x3f27('0x1d')]),null!=_0x323020[_0x3f27('0x49')]&&_0x323020['hasOwnProperty'](_0x3f27('0x49'))&&(_0x5e41c0[_0x3f27('0x49')]=_0x323020[_0x3f27('0x49')]),_0x5e41c0;},_0x48c96a[_0x3f27('0x88')][_0x3f27('0xe')]=function(){return this[_0x3f27('0x20')][_0x3f27('0x17')](this,_0x4a68db[_0x3f27('0x40')]['toJSONOptions']);},_0x48c96a[_0x3f27('0x53')]=function(_0x3cf6cd){return void 0x0===_0x3cf6cd&&(_0x3cf6cd=_0x3f27('0x4')),_0x3cf6cd+_0x3f27('0x83');},_0x48c96a;})();export const MergeOperation=v[_0x3f27('0x92')]=(()=>{function _0x472d3a(_0x1f3c9f){if(_0x1f3c9f)for(let _0x4117fb=Object['keys'](_0x1f3c9f),_0x1a7fba=0x0;_0x1a7fba<_0x4117fb[_0x3f27('0x18')];++_0x1a7fba)null!=_0x1f3c9f[_0x4117fb[_0x1a7fba]]&&(this[_0x4117fb[_0x1a7fba]]=_0x1f3c9f[_0x4117fb[_0x1a7fba]]);}return _0x472d3a[_0x3f27('0x88')]['sourcePosition']=null,_0x472d3a[_0x3f27('0x88')][_0x3f27('0x28')]=null,_0x472d3a[_0x3f27('0x88')][_0x3f27('0x46')]=null,_0x472d3a[_0x3f27('0x88')][_0x3f27('0x52')]=0x0,_0x472d3a['prototype']['wasUndone']=!0x1,_0x472d3a['create']=function(_0x57420e){return new _0x472d3a(_0x57420e);},_0x472d3a[_0x3f27('0x6a')]=function(_0x296005,_0x3f69ed){return _0x3f69ed||(_0x3f69ed=y[_0x3f27('0x63')]()),null!=_0x296005[_0x3f27('0x25')]&&Object[_0x3f27('0x7c')]['call'](_0x296005,_0x3f27('0x25'))&&v[_0x3f27('0x1b')][_0x3f27('0x6a')](_0x296005['sourcePosition'],_0x3f69ed[_0x3f27('0x75')](0xa)[_0x3f27('0x31')]())[_0x3f27('0x6d')](),null!=_0x296005['targetPosition']&&Object[_0x3f27('0x7c')][_0x3f27('0x21')](_0x296005,_0x3f27('0x28'))&&v[_0x3f27('0x1b')][_0x3f27('0x6a')](_0x296005[_0x3f27('0x28')],_0x3f69ed['uint32'](0x12)[_0x3f27('0x31')]())[_0x3f27('0x6d')](),null!=_0x296005[_0x3f27('0x46')]&&Object[_0x3f27('0x7c')][_0x3f27('0x21')](_0x296005,_0x3f27('0x46'))&&v[_0x3f27('0x1b')][_0x3f27('0x6a')](_0x296005['graveyardPosition'],_0x3f69ed[_0x3f27('0x75')](0x1a)[_0x3f27('0x31')]())[_0x3f27('0x6d')](),null!=_0x296005[_0x3f27('0x52')]&&Object[_0x3f27('0x7c')][_0x3f27('0x21')](_0x296005,_0x3f27('0x52'))&&_0x3f69ed[_0x3f27('0x75')](0x20)[_0x3f27('0x75')](_0x296005['howMany']),null!=_0x296005['wasUndone']&&Object[_0x3f27('0x7c')]['call'](_0x296005,_0x3f27('0x49'))&&_0x3f69ed['uint32'](0x28)[_0x3f27('0x3a')](_0x296005[_0x3f27('0x49')]),_0x3f69ed;},_0x472d3a[_0x3f27('0x24')]=function(_0x480c8a,_0x14b3c6){return this['encode'](_0x480c8a,_0x14b3c6)['ldelim']();},_0x472d3a[_0x3f27('0x1f')]=function(_0x5da77a,_0x4834bb){_0x5da77a instanceof j||(_0x5da77a=j[_0x3f27('0x63')](_0x5da77a));let _0xb2316c=void 0x0===_0x4834bb?_0x5da77a[_0x3f27('0x50')]:_0x5da77a[_0x3f27('0x65')]+_0x4834bb,_0xe0a5ca=new v['MergeOperation']();for(;_0x5da77a['pos']<_0xb2316c;){let _0x5bc8be=_0x5da77a[_0x3f27('0x75')]();switch(_0x5bc8be>>>0x3){case 0x1:_0xe0a5ca['sourcePosition']=v[_0x3f27('0x1b')]['decode'](_0x5da77a,_0x5da77a['uint32']());break;case 0x2:_0xe0a5ca[_0x3f27('0x28')]=v['Position'][_0x3f27('0x1f')](_0x5da77a,_0x5da77a[_0x3f27('0x75')]());break;case 0x3:_0xe0a5ca['graveyardPosition']=v[_0x3f27('0x1b')][_0x3f27('0x1f')](_0x5da77a,_0x5da77a[_0x3f27('0x75')]());break;case 0x4:_0xe0a5ca[_0x3f27('0x52')]=_0x5da77a[_0x3f27('0x75')]();break;case 0x5:_0xe0a5ca[_0x3f27('0x49')]=_0x5da77a[_0x3f27('0x3a')]();break;default:_0x5da77a['skipType'](0x7&_0x5bc8be);}}return _0xe0a5ca;},_0x472d3a[_0x3f27('0x2e')]=function(_0xad48d4){return _0xad48d4 instanceof j||(_0xad48d4=new j(_0xad48d4)),this['decode'](_0xad48d4,_0xad48d4[_0x3f27('0x75')]());},_0x472d3a[_0x3f27('0x8e')]=function(_0x5a94e6){if('object'!=typeof _0x5a94e6||null===_0x5a94e6)return _0x3f27('0x56');if(null!=_0x5a94e6['sourcePosition']&&_0x5a94e6['hasOwnProperty'](_0x3f27('0x25'))){let _0x4fc9cf=v[_0x3f27('0x1b')][_0x3f27('0x8e')](_0x5a94e6[_0x3f27('0x25')]);if(_0x4fc9cf)return _0x3f27('0x3d')+_0x4fc9cf;}if(null!=_0x5a94e6[_0x3f27('0x28')]&&_0x5a94e6[_0x3f27('0x7c')]('targetPosition')){let _0x5c04f1=v[_0x3f27('0x1b')]['verify'](_0x5a94e6[_0x3f27('0x28')]);if(_0x5c04f1)return'targetPosition.'+_0x5c04f1;}if(null!=_0x5a94e6[_0x3f27('0x46')]&&_0x5a94e6[_0x3f27('0x7c')](_0x3f27('0x46'))){let _0x32e1e7=v[_0x3f27('0x1b')][_0x3f27('0x8e')](_0x5a94e6[_0x3f27('0x46')]);if(_0x32e1e7)return _0x3f27('0x95')+_0x32e1e7;}return null!=_0x5a94e6[_0x3f27('0x52')]&&_0x5a94e6[_0x3f27('0x7c')](_0x3f27('0x52'))&&!k['isInteger'](_0x5a94e6[_0x3f27('0x52')])?_0x3f27('0x8f'):null!=_0x5a94e6[_0x3f27('0x49')]&&_0x5a94e6[_0x3f27('0x7c')]('wasUndone')&&_0x3f27('0x4b')!=typeof _0x5a94e6[_0x3f27('0x49')]?_0x3f27('0x26'):null;},_0x472d3a[_0x3f27('0x87')]=function(_0x11ec1e){if(_0x11ec1e instanceof v['MergeOperation'])return _0x11ec1e;let _0x2ec431=new v[(_0x3f27('0x92'))]();if(null!=_0x11ec1e[_0x3f27('0x25')]){if(_0x3f27('0x12')!=typeof _0x11ec1e[_0x3f27('0x25')])throw TypeError(_0x3f27('0x32'));_0x2ec431[_0x3f27('0x25')]=v[_0x3f27('0x1b')][_0x3f27('0x87')](_0x11ec1e[_0x3f27('0x25')]);}if(null!=_0x11ec1e[_0x3f27('0x28')]){if('object'!=typeof _0x11ec1e[_0x3f27('0x28')])throw TypeError(_0x3f27('0xf'));_0x2ec431['targetPosition']=v['Position'][_0x3f27('0x87')](_0x11ec1e[_0x3f27('0x28')]);}if(null!=_0x11ec1e[_0x3f27('0x46')]){if(_0x3f27('0x12')!=typeof _0x11ec1e[_0x3f27('0x46')])throw TypeError(_0x3f27('0x6c'));_0x2ec431['graveyardPosition']=v[_0x3f27('0x1b')]['fromObject'](_0x11ec1e[_0x3f27('0x46')]);}return null!=_0x11ec1e['howMany']&&(_0x2ec431['howMany']=_0x11ec1e[_0x3f27('0x52')]>>>0x0),null!=_0x11ec1e[_0x3f27('0x49')]&&(_0x2ec431[_0x3f27('0x49')]=Boolean(_0x11ec1e[_0x3f27('0x49')])),_0x2ec431;},_0x472d3a[_0x3f27('0x17')]=function(_0x17bc09,_0x276ec1){_0x276ec1||(_0x276ec1={});let _0x282106={};return _0x276ec1[_0x3f27('0x41')]&&(_0x282106[_0x3f27('0x25')]=null,_0x282106[_0x3f27('0x28')]=null,_0x282106['graveyardPosition']=null,_0x282106[_0x3f27('0x52')]=0x0,_0x282106[_0x3f27('0x49')]=!0x1),null!=_0x17bc09['sourcePosition']&&_0x17bc09[_0x3f27('0x7c')](_0x3f27('0x25'))&&(_0x282106[_0x3f27('0x25')]=v['Position'][_0x3f27('0x17')](_0x17bc09[_0x3f27('0x25')],_0x276ec1)),null!=_0x17bc09[_0x3f27('0x28')]&&_0x17bc09[_0x3f27('0x7c')](_0x3f27('0x28'))&&(_0x282106['targetPosition']=v[_0x3f27('0x1b')][_0x3f27('0x17')](_0x17bc09[_0x3f27('0x28')],_0x276ec1)),null!=_0x17bc09[_0x3f27('0x46')]&&_0x17bc09[_0x3f27('0x7c')](_0x3f27('0x46'))&&(_0x282106[_0x3f27('0x46')]=v[_0x3f27('0x1b')][_0x3f27('0x17')](_0x17bc09[_0x3f27('0x46')],_0x276ec1)),null!=_0x17bc09['howMany']&&_0x17bc09[_0x3f27('0x7c')](_0x3f27('0x52'))&&(_0x282106[_0x3f27('0x52')]=_0x17bc09[_0x3f27('0x52')]),null!=_0x17bc09[_0x3f27('0x49')]&&_0x17bc09[_0x3f27('0x7c')](_0x3f27('0x49'))&&(_0x282106[_0x3f27('0x49')]=_0x17bc09[_0x3f27('0x49')]),_0x282106;},_0x472d3a[_0x3f27('0x88')][_0x3f27('0xe')]=function(){return this[_0x3f27('0x20')][_0x3f27('0x17')](this,_0x4a68db['util']['toJSONOptions']);},_0x472d3a['getTypeUrl']=function(_0x1f610a){return void 0x0===_0x1f610a&&(_0x1f610a=_0x3f27('0x4')),_0x1f610a+_0x3f27('0x14');},_0x472d3a;})();export const MoveOperation=v['MoveOperation']=(()=>{function _0x3914ca(_0x51ab56){if(_0x51ab56)for(let _0x17cc4d=Object['keys'](_0x51ab56),_0x537f2b=0x0;_0x537f2b<_0x17cc4d[_0x3f27('0x18')];++_0x537f2b)null!=_0x51ab56[_0x17cc4d[_0x537f2b]]&&(this[_0x17cc4d[_0x537f2b]]=_0x51ab56[_0x17cc4d[_0x537f2b]]);}return _0x3914ca[_0x3f27('0x88')][_0x3f27('0x25')]=null,_0x3914ca[_0x3f27('0x88')][_0x3f27('0x52')]=0x0,_0x3914ca[_0x3f27('0x88')][_0x3f27('0x28')]=null,_0x3914ca[_0x3f27('0x88')]['wasUndone']=!0x1,_0x3914ca['create']=function(_0x41bd16){return new _0x3914ca(_0x41bd16);},_0x3914ca['encode']=function(_0x2a91ad,_0xef8551){return _0xef8551||(_0xef8551=y[_0x3f27('0x63')]()),null!=_0x2a91ad[_0x3f27('0x25')]&&Object[_0x3f27('0x7c')]['call'](_0x2a91ad,'sourcePosition')&&v[_0x3f27('0x1b')][_0x3f27('0x6a')](_0x2a91ad[_0x3f27('0x25')],_0xef8551['uint32'](0xa)[_0x3f27('0x31')]())[_0x3f27('0x6d')](),null!=_0x2a91ad[_0x3f27('0x52')]&&Object['hasOwnProperty']['call'](_0x2a91ad,'howMany')&&_0xef8551[_0x3f27('0x75')](0x10)[_0x3f27('0x75')](_0x2a91ad[_0x3f27('0x52')]),null!=_0x2a91ad[_0x3f27('0x28')]&&Object[_0x3f27('0x7c')][_0x3f27('0x21')](_0x2a91ad,'targetPosition')&&v[_0x3f27('0x1b')][_0x3f27('0x6a')](_0x2a91ad['targetPosition'],_0xef8551[_0x3f27('0x75')](0x1a)['fork']())[_0x3f27('0x6d')](),null!=_0x2a91ad['wasUndone']&&Object['hasOwnProperty'][_0x3f27('0x21')](_0x2a91ad,_0x3f27('0x49'))&&_0xef8551[_0x3f27('0x75')](0x20)[_0x3f27('0x3a')](_0x2a91ad[_0x3f27('0x49')]),_0xef8551;},_0x3914ca['encodeDelimited']=function(_0x56d75b,_0x231d48){return this[_0x3f27('0x6a')](_0x56d75b,_0x231d48)['ldelim']();},_0x3914ca[_0x3f27('0x1f')]=function(_0x5e0d12,_0xcdf6){_0x5e0d12 instanceof j||(_0x5e0d12=j[_0x3f27('0x63')](_0x5e0d12));let _0xf869da=void 0x0===_0xcdf6?_0x5e0d12[_0x3f27('0x50')]:_0x5e0d12['pos']+_0xcdf6,_0x40fdc1=new v['MoveOperation']();for(;_0x5e0d12[_0x3f27('0x65')]<_0xf869da;){let _0x296fd1=_0x5e0d12[_0x3f27('0x75')]();switch(_0x296fd1>>>0x3){case 0x1:_0x40fdc1[_0x3f27('0x25')]=v[_0x3f27('0x1b')][_0x3f27('0x1f')](_0x5e0d12,_0x5e0d12[_0x3f27('0x75')]());break;case 0x2:_0x40fdc1['howMany']=_0x5e0d12[_0x3f27('0x75')]();break;case 0x3:_0x40fdc1[_0x3f27('0x28')]=v['Position'][_0x3f27('0x1f')](_0x5e0d12,_0x5e0d12['uint32']());break;case 0x4:_0x40fdc1['wasUndone']=_0x5e0d12[_0x3f27('0x3a')]();break;default:_0x5e0d12[_0x3f27('0x6e')](0x7&_0x296fd1);}}return _0x40fdc1;},_0x3914ca['decodeDelimited']=function(_0x2e7349){return _0x2e7349 instanceof j||(_0x2e7349=new j(_0x2e7349)),this[_0x3f27('0x1f')](_0x2e7349,_0x2e7349[_0x3f27('0x75')]());},_0x3914ca[_0x3f27('0x8e')]=function(_0x5ae753){if(_0x3f27('0x12')!=typeof _0x5ae753||null===_0x5ae753)return _0x3f27('0x56');if(null!=_0x5ae753['sourcePosition']&&_0x5ae753[_0x3f27('0x7c')](_0x3f27('0x25'))){let _0x5ee548=v[_0x3f27('0x1b')][_0x3f27('0x8e')](_0x5ae753[_0x3f27('0x25')]);if(_0x5ee548)return _0x3f27('0x3d')+_0x5ee548;}if(null!=_0x5ae753[_0x3f27('0x52')]&&_0x5ae753[_0x3f27('0x7c')](_0x3f27('0x52'))&&!k[_0x3f27('0x8b')](_0x5ae753['howMany']))return _0x3f27('0x8f');if(null!=_0x5ae753[_0x3f27('0x28')]&&_0x5ae753['hasOwnProperty'](_0x3f27('0x28'))){let _0x4ebecb=v[_0x3f27('0x1b')][_0x3f27('0x8e')](_0x5ae753[_0x3f27('0x28')]);if(_0x4ebecb)return _0x3f27('0x89')+_0x4ebecb;}return null!=_0x5ae753[_0x3f27('0x49')]&&_0x5ae753[_0x3f27('0x7c')](_0x3f27('0x49'))&&_0x3f27('0x4b')!=typeof _0x5ae753['wasUndone']?_0x3f27('0x26'):null;},_0x3914ca[_0x3f27('0x87')]=function(_0x43e4f6){if(_0x43e4f6 instanceof v['MoveOperation'])return _0x43e4f6;let _0x40a8f2=new v[(_0x3f27('0x77'))]();if(null!=_0x43e4f6[_0x3f27('0x25')]){if(_0x3f27('0x12')!=typeof _0x43e4f6[_0x3f27('0x25')])throw TypeError('.MoveOperation.sourcePosition:\x20object\x20expected');_0x40a8f2[_0x3f27('0x25')]=v[_0x3f27('0x1b')]['fromObject'](_0x43e4f6[_0x3f27('0x25')]);}if(null!=_0x43e4f6['howMany']&&(_0x40a8f2['howMany']=_0x43e4f6['howMany']>>>0x0),null!=_0x43e4f6[_0x3f27('0x28')]){if(_0x3f27('0x12')!=typeof _0x43e4f6['targetPosition'])throw TypeError('.MoveOperation.targetPosition:\x20object\x20expected');_0x40a8f2[_0x3f27('0x28')]=v[_0x3f27('0x1b')][_0x3f27('0x87')](_0x43e4f6[_0x3f27('0x28')]);}return null!=_0x43e4f6['wasUndone']&&(_0x40a8f2[_0x3f27('0x49')]=Boolean(_0x43e4f6[_0x3f27('0x49')])),_0x40a8f2;},_0x3914ca['toObject']=function(_0x50e70b,_0x74328d){_0x74328d||(_0x74328d={});let _0xd5f693={};return _0x74328d[_0x3f27('0x41')]&&(_0xd5f693[_0x3f27('0x25')]=null,_0xd5f693[_0x3f27('0x52')]=0x0,_0xd5f693[_0x3f27('0x28')]=null,_0xd5f693[_0x3f27('0x49')]=!0x1),null!=_0x50e70b['sourcePosition']&&_0x50e70b[_0x3f27('0x7c')](_0x3f27('0x25'))&&(_0xd5f693['sourcePosition']=v[_0x3f27('0x1b')][_0x3f27('0x17')](_0x50e70b['sourcePosition'],_0x74328d)),null!=_0x50e70b[_0x3f27('0x52')]&&_0x50e70b['hasOwnProperty']('howMany')&&(_0xd5f693[_0x3f27('0x52')]=_0x50e70b['howMany']),null!=_0x50e70b[_0x3f27('0x28')]&&_0x50e70b[_0x3f27('0x7c')](_0x3f27('0x28'))&&(_0xd5f693[_0x3f27('0x28')]=v[_0x3f27('0x1b')][_0x3f27('0x17')](_0x50e70b[_0x3f27('0x28')],_0x74328d)),null!=_0x50e70b[_0x3f27('0x49')]&&_0x50e70b['hasOwnProperty'](_0x3f27('0x49'))&&(_0xd5f693[_0x3f27('0x49')]=_0x50e70b[_0x3f27('0x49')]),_0xd5f693;},_0x3914ca[_0x3f27('0x88')]['toJSON']=function(){return this[_0x3f27('0x20')][_0x3f27('0x17')](this,_0x4a68db[_0x3f27('0x40')]['toJSONOptions']);},_0x3914ca[_0x3f27('0x53')]=function(_0x52c939){return void 0x0===_0x52c939&&(_0x52c939=_0x3f27('0x4')),_0x52c939+_0x3f27('0x2');},_0x3914ca;})();export const RenameOperation=v[_0x3f27('0x76')]=(()=>{function _0x2b8b72(_0x534818){if(_0x534818)for(let _0xb0065f=Object['keys'](_0x534818),_0x3aa20e=0x0;_0x3aa20e<_0xb0065f[_0x3f27('0x18')];++_0x3aa20e)null!=_0x534818[_0xb0065f[_0x3aa20e]]&&(this[_0xb0065f[_0x3aa20e]]=_0x534818[_0xb0065f[_0x3aa20e]]);}return _0x2b8b72[_0x3f27('0x88')][_0x3f27('0x10')]=null,_0x2b8b72[_0x3f27('0x88')]['oldName']='',_0x2b8b72[_0x3f27('0x88')][_0x3f27('0x59')]='',_0x2b8b72[_0x3f27('0x88')][_0x3f27('0x49')]=!0x1,_0x2b8b72[_0x3f27('0x63')]=function(_0x9cd767){return new _0x2b8b72(_0x9cd767);},_0x2b8b72[_0x3f27('0x6a')]=function(_0x51c314,_0x4b0f1e){return _0x4b0f1e||(_0x4b0f1e=y['create']()),null!=_0x51c314['position']&&Object[_0x3f27('0x7c')][_0x3f27('0x21')](_0x51c314,_0x3f27('0x10'))&&v[_0x3f27('0x1b')][_0x3f27('0x6a')](_0x51c314[_0x3f27('0x10')],_0x4b0f1e['uint32'](0xa)['fork']())['ldelim'](),null!=_0x51c314[_0x3f27('0x4c')]&&Object[_0x3f27('0x7c')][_0x3f27('0x21')](_0x51c314,_0x3f27('0x4c'))&&_0x4b0f1e[_0x3f27('0x75')](0x12)[_0x3f27('0x36')](_0x51c314[_0x3f27('0x4c')]),null!=_0x51c314[_0x3f27('0x59')]&&Object[_0x3f27('0x7c')][_0x3f27('0x21')](_0x51c314,_0x3f27('0x59'))&&_0x4b0f1e[_0x3f27('0x75')](0x1a)[_0x3f27('0x36')](_0x51c314[_0x3f27('0x59')]),null!=_0x51c314[_0x3f27('0x49')]&&Object['hasOwnProperty']['call'](_0x51c314,_0x3f27('0x49'))&&_0x4b0f1e[_0x3f27('0x75')](0x20)[_0x3f27('0x3a')](_0x51c314[_0x3f27('0x49')]),_0x4b0f1e;},_0x2b8b72[_0x3f27('0x24')]=function(_0x5454b4,_0x2c4cb1){return this['encode'](_0x5454b4,_0x2c4cb1)['ldelim']();},_0x2b8b72[_0x3f27('0x1f')]=function(_0x11eb72,_0x3df642){_0x11eb72 instanceof j||(_0x11eb72=j[_0x3f27('0x63')](_0x11eb72));let _0x3436cf=void 0x0===_0x3df642?_0x11eb72[_0x3f27('0x50')]:_0x11eb72['pos']+_0x3df642,_0x112570=new v[(_0x3f27('0x76'))]();for(;_0x11eb72[_0x3f27('0x65')]<_0x3436cf;){let _0x5974cb=_0x11eb72['uint32']();switch(_0x5974cb>>>0x3){case 0x1:_0x112570['position']=v[_0x3f27('0x1b')][_0x3f27('0x1f')](_0x11eb72,_0x11eb72[_0x3f27('0x75')]());break;case 0x2:_0x112570[_0x3f27('0x4c')]=_0x11eb72['string']();break;case 0x3:_0x112570[_0x3f27('0x59')]=_0x11eb72['string']();break;case 0x4:_0x112570['wasUndone']=_0x11eb72[_0x3f27('0x3a')]();break;default:_0x11eb72[_0x3f27('0x6e')](0x7&_0x5974cb);}}return _0x112570;},_0x2b8b72[_0x3f27('0x2e')]=function(_0x25fded){return _0x25fded instanceof j||(_0x25fded=new j(_0x25fded)),this[_0x3f27('0x1f')](_0x25fded,_0x25fded[_0x3f27('0x75')]());},_0x2b8b72[_0x3f27('0x8e')]=function(_0x378c5e){if('object'!=typeof _0x378c5e||null===_0x378c5e)return _0x3f27('0x56');if(null!=_0x378c5e[_0x3f27('0x10')]&&_0x378c5e[_0x3f27('0x7c')](_0x3f27('0x10'))){let _0x3ea421=v[_0x3f27('0x1b')][_0x3f27('0x8e')](_0x378c5e[_0x3f27('0x10')]);if(_0x3ea421)return _0x3f27('0x2a')+_0x3ea421;}return null!=_0x378c5e[_0x3f27('0x4c')]&&_0x378c5e['hasOwnProperty'](_0x3f27('0x4c'))&&!k[_0x3f27('0x2f')](_0x378c5e['oldName'])?_0x3f27('0x2b'):null!=_0x378c5e[_0x3f27('0x59')]&&_0x378c5e[_0x3f27('0x7c')](_0x3f27('0x59'))&&!k['isString'](_0x378c5e[_0x3f27('0x59')])?_0x3f27('0x4f'):null!=_0x378c5e[_0x3f27('0x49')]&&_0x378c5e['hasOwnProperty'](_0x3f27('0x49'))&&'boolean'!=typeof _0x378c5e[_0x3f27('0x49')]?'wasUndone:\x20boolean\x20expected':null;},_0x2b8b72[_0x3f27('0x87')]=function(_0x34dbeb){if(_0x34dbeb instanceof v[_0x3f27('0x76')])return _0x34dbeb;let _0x481585=new v['RenameOperation']();if(null!=_0x34dbeb['position']){if('object'!=typeof _0x34dbeb[_0x3f27('0x10')])throw TypeError(_0x3f27('0x60'));_0x481585['position']=v[_0x3f27('0x1b')][_0x3f27('0x87')](_0x34dbeb['position']);}return null!=_0x34dbeb[_0x3f27('0x4c')]&&(_0x481585[_0x3f27('0x4c')]=String(_0x34dbeb['oldName'])),null!=_0x34dbeb[_0x3f27('0x59')]&&(_0x481585[_0x3f27('0x59')]=String(_0x34dbeb[_0x3f27('0x59')])),null!=_0x34dbeb['wasUndone']&&(_0x481585[_0x3f27('0x49')]=Boolean(_0x34dbeb[_0x3f27('0x49')])),_0x481585;},_0x2b8b72['toObject']=function(_0x38b219,_0x42518d){_0x42518d||(_0x42518d={});let _0x1f5aa9={};return _0x42518d[_0x3f27('0x41')]&&(_0x1f5aa9['position']=null,_0x1f5aa9[_0x3f27('0x4c')]='',_0x1f5aa9['newName']='',_0x1f5aa9[_0x3f27('0x49')]=!0x1),null!=_0x38b219['position']&&_0x38b219['hasOwnProperty']('position')&&(_0x1f5aa9['position']=v[_0x3f27('0x1b')]['toObject'](_0x38b219[_0x3f27('0x10')],_0x42518d)),null!=_0x38b219['oldName']&&_0x38b219['hasOwnProperty']('oldName')&&(_0x1f5aa9['oldName']=_0x38b219[_0x3f27('0x4c')]),null!=_0x38b219[_0x3f27('0x59')]&&_0x38b219[_0x3f27('0x7c')](_0x3f27('0x59'))&&(_0x1f5aa9[_0x3f27('0x59')]=_0x38b219[_0x3f27('0x59')]),null!=_0x38b219[_0x3f27('0x49')]&&_0x38b219[_0x3f27('0x7c')](_0x3f27('0x49'))&&(_0x1f5aa9[_0x3f27('0x49')]=_0x38b219[_0x3f27('0x49')]),_0x1f5aa9;},_0x2b8b72[_0x3f27('0x88')][_0x3f27('0xe')]=function(){return this[_0x3f27('0x20')]['toObject'](this,_0x4a68db[_0x3f27('0x40')]['toJSONOptions']);},_0x2b8b72['getTypeUrl']=function(_0x223a7b){return void 0x0===_0x223a7b&&(_0x223a7b=_0x3f27('0x4')),_0x223a7b+_0x3f27('0x74');},_0x2b8b72;})();export const RootAttributeOperation=v['RootAttributeOperation']=(()=>{function _0x2a7c94(_0x36064a){if(_0x36064a)for(let _0x5bcb25=Object['keys'](_0x36064a),_0x23dfec=0x0;_0x23dfec<_0x5bcb25[_0x3f27('0x18')];++_0x23dfec)null!=_0x36064a[_0x5bcb25[_0x23dfec]]&&(this[_0x5bcb25[_0x23dfec]]=_0x36064a[_0x5bcb25[_0x23dfec]]);}return _0x2a7c94[_0x3f27('0x88')]['root']='',_0x2a7c94['prototype'][_0x3f27('0x1c')]='',_0x2a7c94['prototype'][_0x3f27('0x82')]=!0x1,_0x2a7c94[_0x3f27('0x88')]['oldValueJson']='',_0x2a7c94[_0x3f27('0x88')][_0x3f27('0x5d')]=!0x1,_0x2a7c94['prototype'][_0x3f27('0x8c')]='',_0x2a7c94['prototype'][_0x3f27('0x49')]=!0x1,_0x2a7c94[_0x3f27('0x63')]=function(_0x5cce5c){return new _0x2a7c94(_0x5cce5c);},_0x2a7c94[_0x3f27('0x6a')]=function(_0x4ddc18,_0x440ca2){return _0x440ca2||(_0x440ca2=y[_0x3f27('0x63')]()),null!=_0x4ddc18[_0x3f27('0x45')]&&Object['hasOwnProperty']['call'](_0x4ddc18,_0x3f27('0x45'))&&_0x440ca2['uint32'](0xa)[_0x3f27('0x36')](_0x4ddc18[_0x3f27('0x45')]),null!=_0x4ddc18[_0x3f27('0x1c')]&&Object[_0x3f27('0x7c')][_0x3f27('0x21')](_0x4ddc18,_0x3f27('0x1c'))&&_0x440ca2['uint32'](0x12)['string'](_0x4ddc18[_0x3f27('0x1c')]),null!=_0x4ddc18[_0x3f27('0x82')]&&Object[_0x3f27('0x7c')][_0x3f27('0x21')](_0x4ddc18,'oldValueBoolean')&&_0x440ca2['uint32'](0x18)[_0x3f27('0x3a')](_0x4ddc18[_0x3f27('0x82')]),null!=_0x4ddc18['oldValueJson']&&Object[_0x3f27('0x7c')][_0x3f27('0x21')](_0x4ddc18,'oldValueJson')&&_0x440ca2['uint32'](0x22)[_0x3f27('0x36')](_0x4ddc18[_0x3f27('0x3b')]),null!=_0x4ddc18['newValueBoolean']&&Object['hasOwnProperty'][_0x3f27('0x21')](_0x4ddc18,'newValueBoolean')&&_0x440ca2['uint32'](0x28)['bool'](_0x4ddc18[_0x3f27('0x5d')]),null!=_0x4ddc18['newValueJson']&&Object['hasOwnProperty'][_0x3f27('0x21')](_0x4ddc18,_0x3f27('0x8c'))&&_0x440ca2[_0x3f27('0x75')](0x32)[_0x3f27('0x36')](_0x4ddc18[_0x3f27('0x8c')]),null!=_0x4ddc18[_0x3f27('0x49')]&&Object[_0x3f27('0x7c')][_0x3f27('0x21')](_0x4ddc18,_0x3f27('0x49'))&&_0x440ca2[_0x3f27('0x75')](0x38)['bool'](_0x4ddc18['wasUndone']),_0x440ca2;},_0x2a7c94[_0x3f27('0x24')]=function(_0x1ad54c,_0x5660ea){return this['encode'](_0x1ad54c,_0x5660ea)[_0x3f27('0x6d')]();},_0x2a7c94[_0x3f27('0x1f')]=function(_0x55df0d,_0x9b7992){_0x55df0d instanceof j||(_0x55df0d=j[_0x3f27('0x63')](_0x55df0d));let _0x3fdcce=void 0x0===_0x9b7992?_0x55df0d[_0x3f27('0x50')]:_0x55df0d[_0x3f27('0x65')]+_0x9b7992,_0x377cf3=new v[(_0x3f27('0x55'))]();for(;_0x55df0d[_0x3f27('0x65')]<_0x3fdcce;){let _0x51909b=_0x55df0d['uint32']();switch(_0x51909b>>>0x3){case 0x1:_0x377cf3[_0x3f27('0x45')]=_0x55df0d[_0x3f27('0x36')]();break;case 0x2:_0x377cf3[_0x3f27('0x1c')]=_0x55df0d['string']();break;case 0x3:_0x377cf3[_0x3f27('0x82')]=_0x55df0d[_0x3f27('0x3a')]();break;case 0x4:_0x377cf3[_0x3f27('0x3b')]=_0x55df0d[_0x3f27('0x36')]();break;case 0x5:_0x377cf3['newValueBoolean']=_0x55df0d['bool']();break;case 0x6:_0x377cf3['newValueJson']=_0x55df0d[_0x3f27('0x36')]();break;case 0x7:_0x377cf3['wasUndone']=_0x55df0d[_0x3f27('0x3a')]();break;default:_0x55df0d[_0x3f27('0x6e')](0x7&_0x51909b);}}return _0x377cf3;},_0x2a7c94[_0x3f27('0x2e')]=function(_0x566137){return _0x566137 instanceof j||(_0x566137=new j(_0x566137)),this[_0x3f27('0x1f')](_0x566137,_0x566137[_0x3f27('0x75')]());},_0x2a7c94[_0x3f27('0x8e')]=function(_0x26d24f){return _0x3f27('0x12')!=typeof _0x26d24f||null===_0x26d24f?_0x3f27('0x56'):null!=_0x26d24f[_0x3f27('0x45')]&&_0x26d24f[_0x3f27('0x7c')](_0x3f27('0x45'))&&!k['isString'](_0x26d24f['root'])?_0x3f27('0xa'):null!=_0x26d24f['key']&&_0x26d24f[_0x3f27('0x7c')](_0x3f27('0x1c'))&&!k[_0x3f27('0x2f')](_0x26d24f[_0x3f27('0x1c')])?_0x3f27('0x5b'):null!=_0x26d24f[_0x3f27('0x82')]&&_0x26d24f['hasOwnProperty'](_0x3f27('0x82'))&&_0x3f27('0x4b')!=typeof _0x26d24f[_0x3f27('0x82')]?'oldValueBoolean:\x20boolean\x20expected':null!=_0x26d24f[_0x3f27('0x3b')]&&_0x26d24f['hasOwnProperty'](_0x3f27('0x3b'))&&!k[_0x3f27('0x2f')](_0x26d24f[_0x3f27('0x3b')])?_0x3f27('0x3c'):null!=_0x26d24f[_0x3f27('0x5d')]&&_0x26d24f[_0x3f27('0x7c')](_0x3f27('0x5d'))&&_0x3f27('0x4b')!=typeof _0x26d24f[_0x3f27('0x5d')]?_0x3f27('0x16'):null!=_0x26d24f[_0x3f27('0x8c')]&&_0x26d24f[_0x3f27('0x7c')]('newValueJson')&&!k[_0x3f27('0x2f')](_0x26d24f[_0x3f27('0x8c')])?'newValueJson:\x20string\x20expected':null!=_0x26d24f['wasUndone']&&_0x26d24f[_0x3f27('0x7c')](_0x3f27('0x49'))&&_0x3f27('0x4b')!=typeof _0x26d24f[_0x3f27('0x49')]?'wasUndone:\x20boolean\x20expected':null;},_0x2a7c94[_0x3f27('0x87')]=function(_0xddf9ee){if(_0xddf9ee instanceof v['RootAttributeOperation'])return _0xddf9ee;let _0x174d67=new v['RootAttributeOperation']();return null!=_0xddf9ee[_0x3f27('0x45')]&&(_0x174d67[_0x3f27('0x45')]=String(_0xddf9ee['root'])),null!=_0xddf9ee[_0x3f27('0x1c')]&&(_0x174d67[_0x3f27('0x1c')]=String(_0xddf9ee['key'])),null!=_0xddf9ee[_0x3f27('0x82')]&&(_0x174d67[_0x3f27('0x82')]=Boolean(_0xddf9ee['oldValueBoolean'])),null!=_0xddf9ee[_0x3f27('0x3b')]&&(_0x174d67[_0x3f27('0x3b')]=String(_0xddf9ee[_0x3f27('0x3b')])),null!=_0xddf9ee[_0x3f27('0x5d')]&&(_0x174d67[_0x3f27('0x5d')]=Boolean(_0xddf9ee['newValueBoolean'])),null!=_0xddf9ee['newValueJson']&&(_0x174d67[_0x3f27('0x8c')]=String(_0xddf9ee[_0x3f27('0x8c')])),null!=_0xddf9ee[_0x3f27('0x49')]&&(_0x174d67[_0x3f27('0x49')]=Boolean(_0xddf9ee[_0x3f27('0x49')])),_0x174d67;},_0x2a7c94[_0x3f27('0x17')]=function(_0x14d69d,_0x4c6568){_0x4c6568||(_0x4c6568={});let _0x57f4bc={};return _0x4c6568[_0x3f27('0x41')]&&(_0x57f4bc[_0x3f27('0x45')]='',_0x57f4bc['key']='',_0x57f4bc['oldValueBoolean']=!0x1,_0x57f4bc[_0x3f27('0x3b')]='',_0x57f4bc[_0x3f27('0x5d')]=!0x1,_0x57f4bc['newValueJson']='',_0x57f4bc[_0x3f27('0x49')]=!0x1),null!=_0x14d69d[_0x3f27('0x45')]&&_0x14d69d[_0x3f27('0x7c')](_0x3f27('0x45'))&&(_0x57f4bc[_0x3f27('0x45')]=_0x14d69d[_0x3f27('0x45')]),null!=_0x14d69d['key']&&_0x14d69d[_0x3f27('0x7c')]('key')&&(_0x57f4bc['key']=_0x14d69d[_0x3f27('0x1c')]),null!=_0x14d69d[_0x3f27('0x82')]&&_0x14d69d['hasOwnProperty']('oldValueBoolean')&&(_0x57f4bc[_0x3f27('0x82')]=_0x14d69d[_0x3f27('0x82')]),null!=_0x14d69d[_0x3f27('0x3b')]&&_0x14d69d[_0x3f27('0x7c')](_0x3f27('0x3b'))&&(_0x57f4bc[_0x3f27('0x3b')]=_0x14d69d[_0x3f27('0x3b')]),null!=_0x14d69d[_0x3f27('0x5d')]&&_0x14d69d[_0x3f27('0x7c')](_0x3f27('0x5d'))&&(_0x57f4bc[_0x3f27('0x5d')]=_0x14d69d[_0x3f27('0x5d')]),null!=_0x14d69d[_0x3f27('0x8c')]&&_0x14d69d[_0x3f27('0x7c')]('newValueJson')&&(_0x57f4bc['newValueJson']=_0x14d69d[_0x3f27('0x8c')]),null!=_0x14d69d['wasUndone']&&_0x14d69d[_0x3f27('0x7c')](_0x3f27('0x49'))&&(_0x57f4bc[_0x3f27('0x49')]=_0x14d69d[_0x3f27('0x49')]),_0x57f4bc;},_0x2a7c94[_0x3f27('0x88')]['toJSON']=function(){return this[_0x3f27('0x20')][_0x3f27('0x17')](this,_0x4a68db['util'][_0x3f27('0x15')]);},_0x2a7c94[_0x3f27('0x53')]=function(_0x3ecd70){return void 0x0===_0x3ecd70&&(_0x3ecd70=_0x3f27('0x4')),_0x3ecd70+_0x3f27('0x0');},_0x2a7c94;})();export const RootOperation=v[_0x3f27('0x7f')]=(()=>{function _0x566e76(_0x5ec3b2){if(_0x5ec3b2)for(let _0x45a8b2=Object[_0x3f27('0x3e')](_0x5ec3b2),_0x342d54=0x0;_0x342d54<_0x45a8b2['length'];++_0x342d54)null!=_0x5ec3b2[_0x45a8b2[_0x342d54]]&&(this[_0x45a8b2[_0x342d54]]=_0x5ec3b2[_0x45a8b2[_0x342d54]]);}return _0x566e76[_0x3f27('0x88')][_0x3f27('0x4d')]='',_0x566e76[_0x3f27('0x88')]['elementName']='',_0x566e76[_0x3f27('0x88')]['isAdd']=!0x1,_0x566e76[_0x3f27('0x88')][_0x3f27('0x49')]=!0x1,_0x566e76[_0x3f27('0x63')]=function(_0x50e0f9){return new _0x566e76(_0x50e0f9);},_0x566e76[_0x3f27('0x6a')]=function(_0x13262e,_0xdf325){return _0xdf325||(_0xdf325=y[_0x3f27('0x63')]()),null!=_0x13262e[_0x3f27('0x4d')]&&Object[_0x3f27('0x7c')][_0x3f27('0x21')](_0x13262e,_0x3f27('0x4d'))&&_0xdf325[_0x3f27('0x75')](0xa)[_0x3f27('0x36')](_0x13262e[_0x3f27('0x4d')]),null!=_0x13262e[_0x3f27('0x94')]&&Object[_0x3f27('0x7c')][_0x3f27('0x21')](_0x13262e,_0x3f27('0x94'))&&_0xdf325[_0x3f27('0x75')](0x12)[_0x3f27('0x36')](_0x13262e['elementName']),null!=_0x13262e['isAdd']&&Object['hasOwnProperty']['call'](_0x13262e,'isAdd')&&_0xdf325[_0x3f27('0x75')](0x18)[_0x3f27('0x3a')](_0x13262e[_0x3f27('0x6f')]),null!=_0x13262e[_0x3f27('0x49')]&&Object[_0x3f27('0x7c')][_0x3f27('0x21')](_0x13262e,'wasUndone')&&_0xdf325[_0x3f27('0x75')](0x20)[_0x3f27('0x3a')](_0x13262e[_0x3f27('0x49')]),_0xdf325;},_0x566e76['encodeDelimited']=function(_0x2cf19b,_0x5dccbc){return this['encode'](_0x2cf19b,_0x5dccbc)['ldelim']();},_0x566e76['decode']=function(_0x57bdea,_0x398932){_0x57bdea instanceof j||(_0x57bdea=j[_0x3f27('0x63')](_0x57bdea));let _0x587086=void 0x0===_0x398932?_0x57bdea[_0x3f27('0x50')]:_0x57bdea[_0x3f27('0x65')]+_0x398932,_0xfbbaf3=new v['RootOperation']();for(;_0x57bdea['pos']<_0x587086;){let _0x4540ee=_0x57bdea[_0x3f27('0x75')]();switch(_0x4540ee>>>0x3){case 0x1:_0xfbbaf3[_0x3f27('0x4d')]=_0x57bdea[_0x3f27('0x36')]();break;case 0x2:_0xfbbaf3[_0x3f27('0x94')]=_0x57bdea[_0x3f27('0x36')]();break;case 0x3:_0xfbbaf3[_0x3f27('0x6f')]=_0x57bdea['bool']();break;case 0x4:_0xfbbaf3[_0x3f27('0x49')]=_0x57bdea[_0x3f27('0x3a')]();break;default:_0x57bdea[_0x3f27('0x6e')](0x7&_0x4540ee);}}return _0xfbbaf3;},_0x566e76[_0x3f27('0x2e')]=function(_0x44cac0){return _0x44cac0 instanceof j||(_0x44cac0=new j(_0x44cac0)),this[_0x3f27('0x1f')](_0x44cac0,_0x44cac0[_0x3f27('0x75')]());},_0x566e76['verify']=function(_0x371458){return _0x3f27('0x12')!=typeof _0x371458||null===_0x371458?_0x3f27('0x56'):null!=_0x371458[_0x3f27('0x4d')]&&_0x371458['hasOwnProperty'](_0x3f27('0x4d'))&&!k[_0x3f27('0x2f')](_0x371458[_0x3f27('0x4d')])?_0x3f27('0x7a'):null!=_0x371458[_0x3f27('0x94')]&&_0x371458['hasOwnProperty']('elementName')&&!k[_0x3f27('0x2f')](_0x371458[_0x3f27('0x94')])?_0x3f27('0x4a'):null!=_0x371458[_0x3f27('0x6f')]&&_0x371458['hasOwnProperty'](_0x3f27('0x6f'))&&_0x3f27('0x4b')!=typeof _0x371458[_0x3f27('0x6f')]?_0x3f27('0x66'):null!=_0x371458[_0x3f27('0x49')]&&_0x371458[_0x3f27('0x7c')](_0x3f27('0x49'))&&_0x3f27('0x4b')!=typeof _0x371458[_0x3f27('0x49')]?_0x3f27('0x26'):null;},_0x566e76[_0x3f27('0x87')]=function(_0x2d7b44){if(_0x2d7b44 instanceof v[_0x3f27('0x7f')])return _0x2d7b44;let _0x274045=new v['RootOperation']();return null!=_0x2d7b44[_0x3f27('0x4d')]&&(_0x274045[_0x3f27('0x4d')]=String(_0x2d7b44[_0x3f27('0x4d')])),null!=_0x2d7b44[_0x3f27('0x94')]&&(_0x274045[_0x3f27('0x94')]=String(_0x2d7b44[_0x3f27('0x94')])),null!=_0x2d7b44[_0x3f27('0x6f')]&&(_0x274045[_0x3f27('0x6f')]=Boolean(_0x2d7b44[_0x3f27('0x6f')])),null!=_0x2d7b44['wasUndone']&&(_0x274045['wasUndone']=Boolean(_0x2d7b44['wasUndone'])),_0x274045;},_0x566e76[_0x3f27('0x17')]=function(_0x446312,_0x3af4e2){_0x3af4e2||(_0x3af4e2={});let _0xc69182={};return _0x3af4e2[_0x3f27('0x41')]&&(_0xc69182[_0x3f27('0x4d')]='',_0xc69182[_0x3f27('0x94')]='',_0xc69182[_0x3f27('0x6f')]=!0x1,_0xc69182[_0x3f27('0x49')]=!0x1),null!=_0x446312['rootName']&&_0x446312[_0x3f27('0x7c')](_0x3f27('0x4d'))&&(_0xc69182['rootName']=_0x446312['rootName']),null!=_0x446312[_0x3f27('0x94')]&&_0x446312['hasOwnProperty'](_0x3f27('0x94'))&&(_0xc69182[_0x3f27('0x94')]=_0x446312[_0x3f27('0x94')]),null!=_0x446312['isAdd']&&_0x446312['hasOwnProperty']('isAdd')&&(_0xc69182['isAdd']=_0x446312[_0x3f27('0x6f')]),null!=_0x446312[_0x3f27('0x49')]&&_0x446312[_0x3f27('0x7c')](_0x3f27('0x49'))&&(_0xc69182[_0x3f27('0x49')]=_0x446312['wasUndone']),_0xc69182;},_0x566e76[_0x3f27('0x88')][_0x3f27('0xe')]=function(){return this[_0x3f27('0x20')][_0x3f27('0x17')](this,_0x4a68db['util'][_0x3f27('0x15')]);},_0x566e76[_0x3f27('0x53')]=function(_0x3b0fb5){return void 0x0===_0x3b0fb5&&(_0x3b0fb5=_0x3f27('0x4')),_0x3b0fb5+_0x3f27('0xc');},_0x566e76;})();export const SplitOperation=v[_0x3f27('0x85')]=(()=>{function _0x12d353(_0x5cb629){if(_0x5cb629)for(let _0x4f9fa7=Object['keys'](_0x5cb629),_0x5cafe9=0x0;_0x5cafe9<_0x4f9fa7[_0x3f27('0x18')];++_0x5cafe9)null!=_0x5cb629[_0x4f9fa7[_0x5cafe9]]&&(this[_0x4f9fa7[_0x5cafe9]]=_0x5cb629[_0x4f9fa7[_0x5cafe9]]);}return _0x12d353[_0x3f27('0x88')][_0x3f27('0x39')]=null,_0x12d353[_0x3f27('0x88')][_0x3f27('0x46')]=null,_0x12d353['prototype'][_0x3f27('0x52')]=0x0,_0x12d353[_0x3f27('0x88')][_0x3f27('0x7b')]=null,_0x12d353['prototype']['wasUndone']=!0x1,_0x12d353[_0x3f27('0x63')]=function(_0x4fd7ec){return new _0x12d353(_0x4fd7ec);},_0x12d353[_0x3f27('0x6a')]=function(_0x55681a,_0xf5c90c){return _0xf5c90c||(_0xf5c90c=y['create']()),null!=_0x55681a[_0x3f27('0x39')]&&Object[_0x3f27('0x7c')][_0x3f27('0x21')](_0x55681a,_0x3f27('0x39'))&&v[_0x3f27('0x1b')]['encode'](_0x55681a[_0x3f27('0x39')],_0xf5c90c[_0x3f27('0x75')](0xa)['fork']())[_0x3f27('0x6d')](),null!=_0x55681a[_0x3f27('0x46')]&&Object[_0x3f27('0x7c')]['call'](_0x55681a,_0x3f27('0x46'))&&v[_0x3f27('0x1b')][_0x3f27('0x6a')](_0x55681a[_0x3f27('0x46')],_0xf5c90c['uint32'](0x12)[_0x3f27('0x31')]())[_0x3f27('0x6d')](),null!=_0x55681a[_0x3f27('0x52')]&&Object['hasOwnProperty'][_0x3f27('0x21')](_0x55681a,_0x3f27('0x52'))&&_0xf5c90c[_0x3f27('0x75')](0x18)[_0x3f27('0x75')](_0x55681a[_0x3f27('0x52')]),null!=_0x55681a[_0x3f27('0x7b')]&&Object[_0x3f27('0x7c')][_0x3f27('0x21')](_0x55681a,_0x3f27('0x7b'))&&v[_0x3f27('0x1b')][_0x3f27('0x6a')](_0x55681a['insertionPosition'],_0xf5c90c['uint32'](0x22)['fork']())['ldelim'](),null!=_0x55681a[_0x3f27('0x49')]&&Object[_0x3f27('0x7c')][_0x3f27('0x21')](_0x55681a,_0x3f27('0x49'))&&_0xf5c90c[_0x3f27('0x75')](0x28)['bool'](_0x55681a[_0x3f27('0x49')]),_0xf5c90c;},_0x12d353[_0x3f27('0x24')]=function(_0xaa4317,_0x2000f8){return this['encode'](_0xaa4317,_0x2000f8)['ldelim']();},_0x12d353[_0x3f27('0x1f')]=function(_0x2e8446,_0x23c6bf){_0x2e8446 instanceof j||(_0x2e8446=j[_0x3f27('0x63')](_0x2e8446));let _0x5599f0=void 0x0===_0x23c6bf?_0x2e8446['len']:_0x2e8446[_0x3f27('0x65')]+_0x23c6bf,_0x5ede5c=new v[(_0x3f27('0x85'))]();for(;_0x2e8446[_0x3f27('0x65')]<_0x5599f0;){let _0x3ffe9c=_0x2e8446[_0x3f27('0x75')]();switch(_0x3ffe9c>>>0x3){case 0x1:_0x5ede5c['splitPosition']=v[_0x3f27('0x1b')]['decode'](_0x2e8446,_0x2e8446[_0x3f27('0x75')]());break;case 0x2:_0x5ede5c[_0x3f27('0x46')]=v[_0x3f27('0x1b')][_0x3f27('0x1f')](_0x2e8446,_0x2e8446[_0x3f27('0x75')]());break;case 0x3:_0x5ede5c[_0x3f27('0x52')]=_0x2e8446['uint32']();break;case 0x4:_0x5ede5c[_0x3f27('0x7b')]=v[_0x3f27('0x1b')][_0x3f27('0x1f')](_0x2e8446,_0x2e8446[_0x3f27('0x75')]());break;case 0x5:_0x5ede5c[_0x3f27('0x49')]=_0x2e8446[_0x3f27('0x3a')]();break;default:_0x2e8446[_0x3f27('0x6e')](0x7&_0x3ffe9c);}}return _0x5ede5c;},_0x12d353[_0x3f27('0x2e')]=function(_0x1d54e7){return _0x1d54e7 instanceof j||(_0x1d54e7=new j(_0x1d54e7)),this['decode'](_0x1d54e7,_0x1d54e7['uint32']());},_0x12d353[_0x3f27('0x8e')]=function(_0xbe8cfa){if(_0x3f27('0x12')!=typeof _0xbe8cfa||null===_0xbe8cfa)return _0x3f27('0x56');if(null!=_0xbe8cfa[_0x3f27('0x39')]&&_0xbe8cfa[_0x3f27('0x7c')]('splitPosition')){let _0x53be64=v[_0x3f27('0x1b')][_0x3f27('0x8e')](_0xbe8cfa[_0x3f27('0x39')]);if(_0x53be64)return _0x3f27('0x30')+_0x53be64;}if(null!=_0xbe8cfa[_0x3f27('0x46')]&&_0xbe8cfa[_0x3f27('0x7c')](_0x3f27('0x46'))){let _0x75e35e=v[_0x3f27('0x1b')][_0x3f27('0x8e')](_0xbe8cfa[_0x3f27('0x46')]);if(_0x75e35e)return _0x3f27('0x95')+_0x75e35e;}if(null!=_0xbe8cfa[_0x3f27('0x52')]&&_0xbe8cfa[_0x3f27('0x7c')](_0x3f27('0x52'))&&!k[_0x3f27('0x8b')](_0xbe8cfa['howMany']))return _0x3f27('0x8f');if(null!=_0xbe8cfa[_0x3f27('0x7b')]&&_0xbe8cfa['hasOwnProperty'](_0x3f27('0x7b'))){let _0x5985f9=v['Position']['verify'](_0xbe8cfa[_0x3f27('0x7b')]);if(_0x5985f9)return _0x3f27('0x2c')+_0x5985f9;}return null!=_0xbe8cfa[_0x3f27('0x49')]&&_0xbe8cfa[_0x3f27('0x7c')](_0x3f27('0x49'))&&_0x3f27('0x4b')!=typeof _0xbe8cfa[_0x3f27('0x49')]?'wasUndone:\x20boolean\x20expected':null;},_0x12d353[_0x3f27('0x87')]=function(_0x4f65d4){if(_0x4f65d4 instanceof v[_0x3f27('0x85')])return _0x4f65d4;let _0x1dacd2=new v['SplitOperation']();if(null!=_0x4f65d4[_0x3f27('0x39')]){if(_0x3f27('0x12')!=typeof _0x4f65d4[_0x3f27('0x39')])throw TypeError(_0x3f27('0x58'));_0x1dacd2[_0x3f27('0x39')]=v[_0x3f27('0x1b')][_0x3f27('0x87')](_0x4f65d4[_0x3f27('0x39')]);}if(null!=_0x4f65d4[_0x3f27('0x46')]){if(_0x3f27('0x12')!=typeof _0x4f65d4[_0x3f27('0x46')])throw TypeError(_0x3f27('0x4e'));_0x1dacd2[_0x3f27('0x46')]=v['Position'][_0x3f27('0x87')](_0x4f65d4[_0x3f27('0x46')]);}if(null!=_0x4f65d4[_0x3f27('0x52')]&&(_0x1dacd2[_0x3f27('0x52')]=_0x4f65d4[_0x3f27('0x52')]>>>0x0),null!=_0x4f65d4[_0x3f27('0x7b')]){if(_0x3f27('0x12')!=typeof _0x4f65d4[_0x3f27('0x7b')])throw TypeError('.SplitOperation.insertionPosition:\x20object\x20expected');_0x1dacd2[_0x3f27('0x7b')]=v[_0x3f27('0x1b')][_0x3f27('0x87')](_0x4f65d4[_0x3f27('0x7b')]);}return null!=_0x4f65d4['wasUndone']&&(_0x1dacd2[_0x3f27('0x49')]=Boolean(_0x4f65d4[_0x3f27('0x49')])),_0x1dacd2;},_0x12d353[_0x3f27('0x17')]=function(_0x486e39,_0x1a1d8a){_0x1a1d8a||(_0x1a1d8a={});let _0x19285c={};return _0x1a1d8a['defaults']&&(_0x19285c['splitPosition']=null,_0x19285c['graveyardPosition']=null,_0x19285c[_0x3f27('0x52')]=0x0,_0x19285c[_0x3f27('0x7b')]=null,_0x19285c['wasUndone']=!0x1),null!=_0x486e39[_0x3f27('0x39')]&&_0x486e39['hasOwnProperty']('splitPosition')&&(_0x19285c[_0x3f27('0x39')]=v[_0x3f27('0x1b')][_0x3f27('0x17')](_0x486e39['splitPosition'],_0x1a1d8a)),null!=_0x486e39['graveyardPosition']&&_0x486e39[_0x3f27('0x7c')](_0x3f27('0x46'))&&(_0x19285c[_0x3f27('0x46')]=v[_0x3f27('0x1b')][_0x3f27('0x17')](_0x486e39[_0x3f27('0x46')],_0x1a1d8a)),null!=_0x486e39[_0x3f27('0x52')]&&_0x486e39[_0x3f27('0x7c')](_0x3f27('0x52'))&&(_0x19285c[_0x3f27('0x52')]=_0x486e39[_0x3f27('0x52')]),null!=_0x486e39[_0x3f27('0x7b')]&&_0x486e39[_0x3f27('0x7c')](_0x3f27('0x7b'))&&(_0x19285c[_0x3f27('0x7b')]=v['Position'][_0x3f27('0x17')](_0x486e39[_0x3f27('0x7b')],_0x1a1d8a)),null!=_0x486e39[_0x3f27('0x49')]&&_0x486e39[_0x3f27('0x7c')](_0x3f27('0x49'))&&(_0x19285c[_0x3f27('0x49')]=_0x486e39[_0x3f27('0x49')]),_0x19285c;},_0x12d353[_0x3f27('0x88')][_0x3f27('0xe')]=function(){return this[_0x3f27('0x20')][_0x3f27('0x17')](this,_0x4a68db[_0x3f27('0x40')][_0x3f27('0x15')]);},_0x12d353[_0x3f27('0x53')]=function(_0x45b208){return void 0x0===_0x45b208&&(_0x45b208=_0x3f27('0x4')),_0x45b208+_0x3f27('0x86');},_0x12d353;})();export const Position=v['Position']=(()=>{function _0x12a325(_0x7b5695){if(this[_0x3f27('0x71')]=[],_0x7b5695)for(let _0x40d6fd=Object[_0x3f27('0x3e')](_0x7b5695),_0x376b1d=0x0;_0x376b1d<_0x40d6fd[_0x3f27('0x18')];++_0x376b1d)null!=_0x7b5695[_0x40d6fd[_0x376b1d]]&&(this[_0x40d6fd[_0x376b1d]]=_0x7b5695[_0x40d6fd[_0x376b1d]]);}return _0x12a325[_0x3f27('0x88')]['root']='',_0x12a325[_0x3f27('0x88')][_0x3f27('0x7')]=!0x1,_0x12a325[_0x3f27('0x88')]['rootGraveyard']=!0x1,_0x12a325['prototype'][_0x3f27('0x71')]=k[_0x3f27('0x61')],_0x12a325[_0x3f27('0x88')][_0x3f27('0x2d')]='',_0x12a325[_0x3f27('0x63')]=function(_0x2ff4ac){return new _0x12a325(_0x2ff4ac);},_0x12a325[_0x3f27('0x6a')]=function(_0x204990,_0x509dd0){if(_0x509dd0||(_0x509dd0=y[_0x3f27('0x63')]()),null!=_0x204990[_0x3f27('0x45')]&&Object['hasOwnProperty'][_0x3f27('0x21')](_0x204990,_0x3f27('0x45'))&&_0x509dd0[_0x3f27('0x75')](0xa)[_0x3f27('0x36')](_0x204990['root']),null!=_0x204990[_0x3f27('0x7')]&&Object[_0x3f27('0x7c')][_0x3f27('0x21')](_0x204990,_0x3f27('0x7'))&&_0x509dd0[_0x3f27('0x75')](0x10)['bool'](_0x204990[_0x3f27('0x7')]),null!=_0x204990[_0x3f27('0x62')]&&Object[_0x3f27('0x7c')][_0x3f27('0x21')](_0x204990,_0x3f27('0x62'))&&_0x509dd0[_0x3f27('0x75')](0x18)[_0x3f27('0x3a')](_0x204990['rootGraveyard']),null!=_0x204990[_0x3f27('0x71')]&&_0x204990[_0x3f27('0x71')][_0x3f27('0x18')]){_0x509dd0['uint32'](0x22)[_0x3f27('0x31')]();for(let _0x322a3b=0x0;_0x322a3b<_0x204990[_0x3f27('0x71')]['length'];++_0x322a3b)_0x509dd0[_0x3f27('0x75')](_0x204990['path'][_0x322a3b]);_0x509dd0[_0x3f27('0x6d')]();}return null!=_0x204990[_0x3f27('0x2d')]&&Object[_0x3f27('0x7c')][_0x3f27('0x21')](_0x204990,_0x3f27('0x2d'))&&_0x509dd0['uint32'](0x2a)[_0x3f27('0x36')](_0x204990[_0x3f27('0x2d')]),_0x509dd0;},_0x12a325[_0x3f27('0x24')]=function(_0x27fe23,_0x556db7){return this[_0x3f27('0x6a')](_0x27fe23,_0x556db7)[_0x3f27('0x6d')]();},_0x12a325['decode']=function(_0x4fc9c9,_0x5a2745){_0x4fc9c9 instanceof j||(_0x4fc9c9=j[_0x3f27('0x63')](_0x4fc9c9));let _0x12afe6=void 0x0===_0x5a2745?_0x4fc9c9['len']:_0x4fc9c9['pos']+_0x5a2745,_0x55f42d=new v[(_0x3f27('0x1b'))]();for(;_0x4fc9c9[_0x3f27('0x65')]<_0x12afe6;){let _0x572a20=_0x4fc9c9[_0x3f27('0x75')]();switch(_0x572a20>>>0x3){case 0x1:_0x55f42d[_0x3f27('0x45')]=_0x4fc9c9['string']();break;case 0x2:_0x55f42d['rootMain']=_0x4fc9c9['bool']();break;case 0x3:_0x55f42d[_0x3f27('0x62')]=_0x4fc9c9['bool']();break;case 0x4:if(_0x55f42d['path']&&_0x55f42d[_0x3f27('0x71')][_0x3f27('0x18')]||(_0x55f42d[_0x3f27('0x71')]=[]),0x2==(0x7&_0x572a20)){let _0x558534=_0x4fc9c9['uint32']()+_0x4fc9c9[_0x3f27('0x65')];for(;_0x4fc9c9[_0x3f27('0x65')]<_0x558534;)_0x55f42d[_0x3f27('0x71')][_0x3f27('0x91')](_0x4fc9c9[_0x3f27('0x75')]());}else _0x55f42d[_0x3f27('0x71')][_0x3f27('0x91')](_0x4fc9c9['uint32']());break;case 0x5:_0x55f42d[_0x3f27('0x2d')]=_0x4fc9c9[_0x3f27('0x36')]();break;default:_0x4fc9c9[_0x3f27('0x6e')](0x7&_0x572a20);}}return _0x55f42d;},_0x12a325[_0x3f27('0x2e')]=function(_0x505260){return _0x505260 instanceof j||(_0x505260=new j(_0x505260)),this[_0x3f27('0x1f')](_0x505260,_0x505260[_0x3f27('0x75')]());},_0x12a325[_0x3f27('0x8e')]=function(_0x295eec){if('object'!=typeof _0x295eec||null===_0x295eec)return'object\x20expected';if(null!=_0x295eec[_0x3f27('0x45')]&&_0x295eec[_0x3f27('0x7c')](_0x3f27('0x45'))&&!k[_0x3f27('0x2f')](_0x295eec[_0x3f27('0x45')]))return _0x3f27('0xa');if(null!=_0x295eec[_0x3f27('0x7')]&&_0x295eec[_0x3f27('0x7c')](_0x3f27('0x7'))&&_0x3f27('0x4b')!=typeof _0x295eec['rootMain'])return _0x3f27('0x81');if(null!=_0x295eec['rootGraveyard']&&_0x295eec[_0x3f27('0x7c')]('rootGraveyard')&&_0x3f27('0x4b')!=typeof _0x295eec[_0x3f27('0x62')])return'rootGraveyard:\x20boolean\x20expected';if(null!=_0x295eec[_0x3f27('0x71')]&&_0x295eec[_0x3f27('0x7c')](_0x3f27('0x71'))){if(!Array['isArray'](_0x295eec[_0x3f27('0x71')]))return _0x3f27('0x6b');for(let _0x336068=0x0;_0x336068<_0x295eec[_0x3f27('0x71')][_0x3f27('0x18')];++_0x336068)if(!k['isInteger'](_0x295eec[_0x3f27('0x71')][_0x336068]))return _0x3f27('0x5a');}return null!=_0x295eec[_0x3f27('0x2d')]&&_0x295eec[_0x3f27('0x7c')]('stickiness')&&!k[_0x3f27('0x2f')](_0x295eec['stickiness'])?'stickiness:\x20string\x20expected':null;},_0x12a325[_0x3f27('0x87')]=function(_0x112dab){if(_0x112dab instanceof v['Position'])return _0x112dab;let _0x2a6c0f=new v[(_0x3f27('0x1b'))]();if(null!=_0x112dab[_0x3f27('0x45')]&&(_0x2a6c0f['root']=String(_0x112dab[_0x3f27('0x45')])),null!=_0x112dab[_0x3f27('0x7')]&&(_0x2a6c0f[_0x3f27('0x7')]=Boolean(_0x112dab[_0x3f27('0x7')])),null!=_0x112dab[_0x3f27('0x62')]&&(_0x2a6c0f[_0x3f27('0x62')]=Boolean(_0x112dab['rootGraveyard'])),_0x112dab[_0x3f27('0x71')]){if(!Array[_0x3f27('0xb')](_0x112dab[_0x3f27('0x71')]))throw TypeError('.Position.path:\x20array\x20expected');_0x2a6c0f['path']=[];for(let _0x1cca0d=0x0;_0x1cca0d<_0x112dab[_0x3f27('0x71')][_0x3f27('0x18')];++_0x1cca0d)_0x2a6c0f[_0x3f27('0x71')][_0x1cca0d]=_0x112dab[_0x3f27('0x71')][_0x1cca0d]>>>0x0;}return null!=_0x112dab[_0x3f27('0x2d')]&&(_0x2a6c0f[_0x3f27('0x2d')]=String(_0x112dab['stickiness'])),_0x2a6c0f;},_0x12a325['toObject']=function(_0x164815,_0x511f21){_0x511f21||(_0x511f21={});let _0x361cf8={};if((_0x511f21[_0x3f27('0x3')]||_0x511f21[_0x3f27('0x41')])&&(_0x361cf8[_0x3f27('0x71')]=[]),_0x511f21[_0x3f27('0x41')]&&(_0x361cf8[_0x3f27('0x45')]='',_0x361cf8[_0x3f27('0x7')]=!0x1,_0x361cf8[_0x3f27('0x62')]=!0x1,_0x361cf8[_0x3f27('0x2d')]=''),null!=_0x164815['root']&&_0x164815[_0x3f27('0x7c')](_0x3f27('0x45'))&&(_0x361cf8[_0x3f27('0x45')]=_0x164815[_0x3f27('0x45')]),null!=_0x164815['rootMain']&&_0x164815[_0x3f27('0x7c')](_0x3f27('0x7'))&&(_0x361cf8[_0x3f27('0x7')]=_0x164815[_0x3f27('0x7')]),null!=_0x164815[_0x3f27('0x62')]&&_0x164815[_0x3f27('0x7c')]('rootGraveyard')&&(_0x361cf8[_0x3f27('0x62')]=_0x164815[_0x3f27('0x62')]),_0x164815[_0x3f27('0x71')]&&_0x164815[_0x3f27('0x71')][_0x3f27('0x18')]){_0x361cf8[_0x3f27('0x71')]=[];for(let _0x1c8b89=0x0;_0x1c8b89<_0x164815[_0x3f27('0x71')]['length'];++_0x1c8b89)_0x361cf8['path'][_0x1c8b89]=_0x164815['path'][_0x1c8b89];}return null!=_0x164815['stickiness']&&_0x164815[_0x3f27('0x7c')](_0x3f27('0x2d'))&&(_0x361cf8[_0x3f27('0x2d')]=_0x164815[_0x3f27('0x2d')]),_0x361cf8;},_0x12a325[_0x3f27('0x88')][_0x3f27('0xe')]=function(){return this[_0x3f27('0x20')][_0x3f27('0x17')](this,_0x4a68db[_0x3f27('0x40')][_0x3f27('0x15')]);},_0x12a325['getTypeUrl']=function(_0x1aded9){return void 0x0===_0x1aded9&&(_0x1aded9=_0x3f27('0x4')),_0x1aded9+'/Position';},_0x12a325;})();export const Range=v[_0x3f27('0x38')]=(()=>{function _0x53b7db(_0x30a8df){if(_0x30a8df)for(let _0x13fc3c=Object[_0x3f27('0x3e')](_0x30a8df),_0xb8c23f=0x0;_0xb8c23f<_0x13fc3c['length'];++_0xb8c23f)null!=_0x30a8df[_0x13fc3c[_0xb8c23f]]&&(this[_0x13fc3c[_0xb8c23f]]=_0x30a8df[_0x13fc3c[_0xb8c23f]]);}return _0x53b7db['prototype'][_0x3f27('0x11')]=null,_0x53b7db[_0x3f27('0x88')][_0x3f27('0x78')]=null,_0x53b7db[_0x3f27('0x63')]=function(_0x12bf39){return new _0x53b7db(_0x12bf39);},_0x53b7db['encode']=function(_0x31f496,_0x57d3ed){return _0x57d3ed||(_0x57d3ed=y[_0x3f27('0x63')]()),null!=_0x31f496['start']&&Object['hasOwnProperty'][_0x3f27('0x21')](_0x31f496,_0x3f27('0x11'))&&v[_0x3f27('0x1b')][_0x3f27('0x6a')](_0x31f496[_0x3f27('0x11')],_0x57d3ed[_0x3f27('0x75')](0xa)['fork']())[_0x3f27('0x6d')](),null!=_0x31f496[_0x3f27('0x78')]&&Object[_0x3f27('0x7c')][_0x3f27('0x21')](_0x31f496,'end')&&v[_0x3f27('0x1b')]['encode'](_0x31f496['end'],_0x57d3ed[_0x3f27('0x75')](0x12)['fork']())[_0x3f27('0x6d')](),_0x57d3ed;},_0x53b7db[_0x3f27('0x24')]=function(_0x179d88,_0x3b4467){return this[_0x3f27('0x6a')](_0x179d88,_0x3b4467)[_0x3f27('0x6d')]();},_0x53b7db[_0x3f27('0x1f')]=function(_0x9455ce,_0x15a9f2){_0x9455ce instanceof j||(_0x9455ce=j[_0x3f27('0x63')](_0x9455ce));let _0x3912c0=void 0x0===_0x15a9f2?_0x9455ce[_0x3f27('0x50')]:_0x9455ce['pos']+_0x15a9f2,_0x3ba220=new v['Range']();for(;_0x9455ce[_0x3f27('0x65')]<_0x3912c0;){let _0x202ffe=_0x9455ce[_0x3f27('0x75')]();switch(_0x202ffe>>>0x3){case 0x1:_0x3ba220[_0x3f27('0x11')]=v[_0x3f27('0x1b')][_0x3f27('0x1f')](_0x9455ce,_0x9455ce['uint32']());break;case 0x2:_0x3ba220[_0x3f27('0x78')]=v[_0x3f27('0x1b')][_0x3f27('0x1f')](_0x9455ce,_0x9455ce['uint32']());break;default:_0x9455ce[_0x3f27('0x6e')](0x7&_0x202ffe);}}return _0x3ba220;},_0x53b7db[_0x3f27('0x2e')]=function(_0x1cff89){return _0x1cff89 instanceof j||(_0x1cff89=new j(_0x1cff89)),this[_0x3f27('0x1f')](_0x1cff89,_0x1cff89[_0x3f27('0x75')]());},_0x53b7db[_0x3f27('0x8e')]=function(_0x1f2b01){if(_0x3f27('0x12')!=typeof _0x1f2b01||null===_0x1f2b01)return _0x3f27('0x56');if(null!=_0x1f2b01['start']&&_0x1f2b01[_0x3f27('0x7c')](_0x3f27('0x11'))){let _0x5c0195=v[_0x3f27('0x1b')][_0x3f27('0x8e')](_0x1f2b01[_0x3f27('0x11')]);if(_0x5c0195)return _0x3f27('0x73')+_0x5c0195;}if(null!=_0x1f2b01[_0x3f27('0x78')]&&_0x1f2b01['hasOwnProperty'](_0x3f27('0x78'))){let _0x9c8eb0=v[_0x3f27('0x1b')][_0x3f27('0x8e')](_0x1f2b01['end']);if(_0x9c8eb0)return _0x3f27('0x44')+_0x9c8eb0;}return null;},_0x53b7db[_0x3f27('0x87')]=function(_0xf262ae){if(_0xf262ae instanceof v['Range'])return _0xf262ae;let _0x32b40c=new v[(_0x3f27('0x38'))]();if(null!=_0xf262ae[_0x3f27('0x11')]){if(_0x3f27('0x12')!=typeof _0xf262ae[_0x3f27('0x11')])throw TypeError(_0x3f27('0x29'));_0x32b40c['start']=v['Position'][_0x3f27('0x87')](_0xf262ae[_0x3f27('0x11')]);}if(null!=_0xf262ae['end']){if(_0x3f27('0x12')!=typeof _0xf262ae[_0x3f27('0x78')])throw TypeError(_0x3f27('0x5f'));_0x32b40c[_0x3f27('0x78')]=v[_0x3f27('0x1b')][_0x3f27('0x87')](_0xf262ae[_0x3f27('0x78')]);}return _0x32b40c;},_0x53b7db[_0x3f27('0x17')]=function(_0x353ead,_0x462ee2){_0x462ee2||(_0x462ee2={});let _0xf2805e={};return _0x462ee2[_0x3f27('0x41')]&&(_0xf2805e['start']=null,_0xf2805e[_0x3f27('0x78')]=null),null!=_0x353ead[_0x3f27('0x11')]&&_0x353ead['hasOwnProperty'](_0x3f27('0x11'))&&(_0xf2805e[_0x3f27('0x11')]=v[_0x3f27('0x1b')][_0x3f27('0x17')](_0x353ead[_0x3f27('0x11')],_0x462ee2)),null!=_0x353ead[_0x3f27('0x78')]&&_0x353ead[_0x3f27('0x7c')]('end')&&(_0xf2805e[_0x3f27('0x78')]=v[_0x3f27('0x1b')]['toObject'](_0x353ead[_0x3f27('0x78')],_0x462ee2)),_0xf2805e;},_0x53b7db['prototype'][_0x3f27('0xe')]=function(){return this[_0x3f27('0x20')][_0x3f27('0x17')](this,_0x4a68db['util'][_0x3f27('0x15')]);},_0x53b7db[_0x3f27('0x53')]=function(_0x5ea746){return void 0x0===_0x5ea746&&(_0x5ea746=_0x3f27('0x4')),_0x5ea746+'/Range';},_0x53b7db;})();export const Element=v[_0x3f27('0x57')]=(()=>{function _0xff8102(_0x3e0d31){if(this[_0x3f27('0x70')]=[],this[_0x3f27('0x69')]={},_0x3e0d31)for(let _0x37574f=Object[_0x3f27('0x3e')](_0x3e0d31),_0x5c4b37=0x0;_0x5c4b37<_0x37574f[_0x3f27('0x18')];++_0x5c4b37)null!=_0x3e0d31[_0x37574f[_0x5c4b37]]&&(this[_0x37574f[_0x5c4b37]]=_0x3e0d31[_0x37574f[_0x5c4b37]]);}return _0xff8102['prototype'][_0x3f27('0x9')]='',_0xff8102[_0x3f27('0x88')]['children']=k[_0x3f27('0x61')],_0xff8102[_0x3f27('0x88')]['data']='',_0xff8102[_0x3f27('0x88')][_0x3f27('0x69')]=k[_0x3f27('0x68')],_0xff8102[_0x3f27('0x88')][_0x3f27('0x7d')]='',_0xff8102[_0x3f27('0x63')]=function(_0x2079e5){return new _0xff8102(_0x2079e5);},_0xff8102[_0x3f27('0x6a')]=function(_0x55b697,_0x52bfe0){if(_0x52bfe0||(_0x52bfe0=y[_0x3f27('0x63')]()),null!=_0x55b697[_0x3f27('0x9')]&&Object['hasOwnProperty'][_0x3f27('0x21')](_0x55b697,_0x3f27('0x9'))&&_0x52bfe0['uint32'](0xa)[_0x3f27('0x36')](_0x55b697[_0x3f27('0x9')]),null!=_0x55b697[_0x3f27('0x70')]&&_0x55b697[_0x3f27('0x70')][_0x3f27('0x18')])for(let _0x4099dc=0x0;_0x4099dc<_0x55b697[_0x3f27('0x70')][_0x3f27('0x18')];++_0x4099dc)v[_0x3f27('0x57')][_0x3f27('0x6a')](_0x55b697[_0x3f27('0x70')][_0x4099dc],_0x52bfe0[_0x3f27('0x75')](0x12)[_0x3f27('0x31')]())[_0x3f27('0x6d')]();if(null!=_0x55b697[_0x3f27('0x54')]&&Object['hasOwnProperty'][_0x3f27('0x21')](_0x55b697,_0x3f27('0x54'))&&_0x52bfe0[_0x3f27('0x75')](0x1a)['string'](_0x55b697[_0x3f27('0x54')]),null!=_0x55b697[_0x3f27('0x69')]&&Object[_0x3f27('0x7c')][_0x3f27('0x21')](_0x55b697,'attributesBoolean'))for(let _0x4a0917=Object[_0x3f27('0x3e')](_0x55b697[_0x3f27('0x69')]),_0x5ea6ff=0x0;_0x5ea6ff<_0x4a0917['length'];++_0x5ea6ff)_0x52bfe0[_0x3f27('0x75')](0x22)['fork']()[_0x3f27('0x75')](0xa)[_0x3f27('0x36')](_0x4a0917[_0x5ea6ff])[_0x3f27('0x75')](0x10)['bool'](_0x55b697[_0x3f27('0x69')][_0x4a0917[_0x5ea6ff]])['ldelim']();return null!=_0x55b697[_0x3f27('0x7d')]&&Object[_0x3f27('0x7c')][_0x3f27('0x21')](_0x55b697,'attributesJson')&&_0x52bfe0['uint32'](0x2a)[_0x3f27('0x36')](_0x55b697[_0x3f27('0x7d')]),_0x52bfe0;},_0xff8102[_0x3f27('0x24')]=function(_0x1f1a78,_0x238e73){return this[_0x3f27('0x6a')](_0x1f1a78,_0x238e73)[_0x3f27('0x6d')]();},_0xff8102[_0x3f27('0x1f')]=function(_0x4dee26,_0x3708d2){_0x4dee26 instanceof j||(_0x4dee26=j['create'](_0x4dee26));let _0x46f125,_0x20704e,_0x2fbf1e=void 0x0===_0x3708d2?_0x4dee26[_0x3f27('0x50')]:_0x4dee26[_0x3f27('0x65')]+_0x3708d2,_0x381ea0=new v[(_0x3f27('0x57'))]();for(;_0x4dee26['pos']<_0x2fbf1e;){let _0x4b3847=_0x4dee26[_0x3f27('0x75')]();switch(_0x4b3847>>>0x3){case 0x1:_0x381ea0[_0x3f27('0x9')]=_0x4dee26[_0x3f27('0x36')]();break;case 0x2:_0x381ea0[_0x3f27('0x70')]&&_0x381ea0['children']['length']||(_0x381ea0[_0x3f27('0x70')]=[]),_0x381ea0[_0x3f27('0x70')][_0x3f27('0x91')](v['Element']['decode'](_0x4dee26,_0x4dee26[_0x3f27('0x75')]()));break;case 0x3:_0x381ea0[_0x3f27('0x54')]=_0x4dee26[_0x3f27('0x36')]();break;case 0x4:{_0x381ea0['attributesBoolean']===k[_0x3f27('0x68')]&&(_0x381ea0[_0x3f27('0x69')]={});let _0x5d0a55=_0x4dee26[_0x3f27('0x75')]()+_0x4dee26[_0x3f27('0x65')];for(_0x46f125='',_0x20704e=!0x1;_0x4dee26[_0x3f27('0x65')]<_0x5d0a55;){let _0x49e4a0=_0x4dee26[_0x3f27('0x75')]();switch(_0x49e4a0>>>0x3){case 0x1:_0x46f125=_0x4dee26[_0x3f27('0x36')]();break;case 0x2:_0x20704e=_0x4dee26[_0x3f27('0x3a')]();break;default:_0x4dee26[_0x3f27('0x6e')](0x7&_0x49e4a0);}}_0x381ea0[_0x3f27('0x69')][_0x46f125]=_0x20704e;break;}case 0x5:_0x381ea0[_0x3f27('0x7d')]=_0x4dee26[_0x3f27('0x36')]();break;default:_0x4dee26['skipType'](0x7&_0x4b3847);}}return _0x381ea0;},_0xff8102['decodeDelimited']=function(_0x2f4ad1){return _0x2f4ad1 instanceof j||(_0x2f4ad1=new j(_0x2f4ad1)),this[_0x3f27('0x1f')](_0x2f4ad1,_0x2f4ad1[_0x3f27('0x75')]());},_0xff8102[_0x3f27('0x8e')]=function(_0x3d6cab){if(_0x3f27('0x12')!=typeof _0x3d6cab||null===_0x3d6cab)return _0x3f27('0x56');if(null!=_0x3d6cab[_0x3f27('0x9')]&&_0x3d6cab['hasOwnProperty'](_0x3f27('0x9'))&&!k[_0x3f27('0x2f')](_0x3d6cab[_0x3f27('0x9')]))return _0x3f27('0x8a');if(null!=_0x3d6cab['children']&&_0x3d6cab[_0x3f27('0x7c')](_0x3f27('0x70'))){if(!Array['isArray'](_0x3d6cab[_0x3f27('0x70')]))return _0x3f27('0x64');for(let _0x892729=0x0;_0x892729<_0x3d6cab[_0x3f27('0x70')][_0x3f27('0x18')];++_0x892729){let _0x3489ec=v['Element'][_0x3f27('0x8e')](_0x3d6cab['children'][_0x892729]);if(_0x3489ec)return'children.'+_0x3489ec;}}if(null!=_0x3d6cab[_0x3f27('0x54')]&&_0x3d6cab[_0x3f27('0x7c')](_0x3f27('0x54'))&&!k[_0x3f27('0x2f')](_0x3d6cab[_0x3f27('0x54')]))return _0x3f27('0x5');if(null!=_0x3d6cab[_0x3f27('0x69')]&&_0x3d6cab[_0x3f27('0x7c')](_0x3f27('0x69'))){if(!k[_0x3f27('0x34')](_0x3d6cab[_0x3f27('0x69')]))return _0x3f27('0x43');let _0x389576=Object[_0x3f27('0x3e')](_0x3d6cab['attributesBoolean']);for(let _0x85fd7e=0x0;_0x85fd7e<_0x389576[_0x3f27('0x18')];++_0x85fd7e)if(_0x3f27('0x4b')!=typeof _0x3d6cab[_0x3f27('0x69')][_0x389576[_0x85fd7e]])return _0x3f27('0x3f');}return null!=_0x3d6cab[_0x3f27('0x7d')]&&_0x3d6cab['hasOwnProperty'](_0x3f27('0x7d'))&&!k['isString'](_0x3d6cab[_0x3f27('0x7d')])?_0x3f27('0x8'):null;},_0xff8102[_0x3f27('0x87')]=function(_0x25f3ce){if(_0x25f3ce instanceof v[_0x3f27('0x57')])return _0x25f3ce;let _0x5324d9=new v[(_0x3f27('0x57'))]();if(null!=_0x25f3ce[_0x3f27('0x9')]&&(_0x5324d9[_0x3f27('0x9')]=String(_0x25f3ce[_0x3f27('0x9')])),_0x25f3ce[_0x3f27('0x70')]){if(!Array[_0x3f27('0xb')](_0x25f3ce[_0x3f27('0x70')]))throw TypeError(_0x3f27('0x7e'));_0x5324d9[_0x3f27('0x70')]=[];for(let _0x449be4=0x0;_0x449be4<_0x25f3ce['children']['length'];++_0x449be4){if(_0x3f27('0x12')!=typeof _0x25f3ce['children'][_0x449be4])throw TypeError(_0x3f27('0x22'));_0x5324d9[_0x3f27('0x70')][_0x449be4]=v['Element'][_0x3f27('0x87')](_0x25f3ce[_0x3f27('0x70')][_0x449be4]);}}if(null!=_0x25f3ce[_0x3f27('0x54')]&&(_0x5324d9[_0x3f27('0x54')]=String(_0x25f3ce['data'])),_0x25f3ce[_0x3f27('0x69')]){if(_0x3f27('0x12')!=typeof _0x25f3ce[_0x3f27('0x69')])throw TypeError(_0x3f27('0xd'));_0x5324d9[_0x3f27('0x69')]={};for(let _0x3e52de=Object[_0x3f27('0x3e')](_0x25f3ce['attributesBoolean']),_0x79d48a=0x0;_0x79d48a<_0x3e52de[_0x3f27('0x18')];++_0x79d48a)_0x5324d9[_0x3f27('0x69')][_0x3e52de[_0x79d48a]]=Boolean(_0x25f3ce[_0x3f27('0x69')][_0x3e52de[_0x79d48a]]);}return null!=_0x25f3ce['attributesJson']&&(_0x5324d9[_0x3f27('0x7d')]=String(_0x25f3ce[_0x3f27('0x7d')])),_0x5324d9;},_0xff8102[_0x3f27('0x17')]=function(_0x1b4667,_0x568e5d){_0x568e5d||(_0x568e5d={});let _0x2502a4,_0x2153de={};if((_0x568e5d[_0x3f27('0x3')]||_0x568e5d['defaults'])&&(_0x2153de[_0x3f27('0x70')]=[]),(_0x568e5d[_0x3f27('0x35')]||_0x568e5d['defaults'])&&(_0x2153de[_0x3f27('0x69')]={}),_0x568e5d[_0x3f27('0x41')]&&(_0x2153de[_0x3f27('0x9')]='',_0x2153de['data']='',_0x2153de[_0x3f27('0x7d')]=''),null!=_0x1b4667[_0x3f27('0x9')]&&_0x1b4667['hasOwnProperty']('name')&&(_0x2153de['name']=_0x1b4667['name']),_0x1b4667['children']&&_0x1b4667['children'][_0x3f27('0x18')]){_0x2153de[_0x3f27('0x70')]=[];for(let _0x233e0a=0x0;_0x233e0a<_0x1b4667['children']['length'];++_0x233e0a)_0x2153de['children'][_0x233e0a]=v['Element']['toObject'](_0x1b4667[_0x3f27('0x70')][_0x233e0a],_0x568e5d);}if(null!=_0x1b4667[_0x3f27('0x54')]&&_0x1b4667[_0x3f27('0x7c')](_0x3f27('0x54'))&&(_0x2153de['data']=_0x1b4667[_0x3f27('0x54')]),_0x1b4667[_0x3f27('0x69')]&&(_0x2502a4=Object[_0x3f27('0x3e')](_0x1b4667[_0x3f27('0x69')]))[_0x3f27('0x18')]){_0x2153de['attributesBoolean']={};for(let _0x5616f4=0x0;_0x5616f4<_0x2502a4[_0x3f27('0x18')];++_0x5616f4)_0x2153de[_0x3f27('0x69')][_0x2502a4[_0x5616f4]]=_0x1b4667[_0x3f27('0x69')][_0x2502a4[_0x5616f4]];}return null!=_0x1b4667[_0x3f27('0x7d')]&&_0x1b4667['hasOwnProperty']('attributesJson')&&(_0x2153de['attributesJson']=_0x1b4667[_0x3f27('0x7d')]),_0x2153de;},_0xff8102[_0x3f27('0x88')]['toJSON']=function(){return this[_0x3f27('0x20')][_0x3f27('0x17')](this,_0x4a68db[_0x3f27('0x40')]['toJSONOptions']);},_0xff8102[_0x3f27('0x53')]=function(_0x2928bc){return void 0x0===_0x2928bc&&(_0x2928bc=_0x3f27('0x4')),_0x2928bc+_0x3f27('0x80');},_0xff8102;})();export{v as default};
23
+ const _0x168c=['sourcePosition.','boolean','nodes.','/Range','.SplitOperation.graveyardPosition:\x20object\x20expected','sourcePosition','oldName:\x20string\x20expected','.Range.start:\x20object\x20expected','Range','position.','object\x20expected','howMany:\x20integer\x20expected','.AttributeOperation.range:\x20object\x20expected','.MarkerOperation.oldRange:\x20object\x20expected','AttributeOperation','isString','newValueJson','path','Element','targetPosition','emptyArray','root:\x20string\x20expected','object','.InsertOperation.nodes:\x20object\x20expected','elementName:\x20string\x20expected','wasUndone:\x20boolean\x20expected','elementName','graveyardPosition','.MoveOperation.sourcePosition:\x20object\x20expected','.SplitOperation.splitPosition:\x20object\x20expected','ldelim','/RenameOperation','attributesBoolean:\x20boolean{k:string}\x20expected','position','oldRange.','affectsData','oldName','.RenameOperation.position:\x20object\x20expected','.SplitOperation.insertionPosition:\x20object\x20expected','push','defaults','call','/RootOperation','verify','name:\x20string\x20expected','toJSONOptions','encodeDelimited','pos','encode','.Element.attributesBoolean:\x20object\x20expected','hasOwnProperty','len','roots','shouldReceiveAttributes','newValueJson:\x20string\x20expected','MarkerOperation','length','oldValueBoolean','stickiness:\x20string\x20expected','/Element','skipType','toObject','emptyObject','RenameOperation','MoveOperation','insertionPosition.','newValueBoolean:\x20boolean\x20expected','nodes:\x20array\x20expected','end.','newRange','graveyardPosition.','attributesJson','path:\x20integer[]\x20expected','range','keys','oldValueJson','splitPosition','isInteger','util','key','.MoveOperation.targetPosition:\x20object\x20expected','constructor','start.','root','oldValueBoolean:\x20boolean\x20expected','string','stickiness','InsertOperation','MergeOperation','default','SplitOperation','newValueBoolean','getTypeUrl','children:\x20array\x20expected','shouldReceiveAttributes:\x20boolean\x20expected','create','children.','fork','targetPosition.','/MarkerOperation','objects','decodeDelimited','.Position.path:\x20array\x20expected','end','Reader','.Element.children:\x20object\x20expected','wasUndone','isAdd','arrays','RootAttributeOperation','/RootAttributeOperation','affectsData:\x20boolean\x20expected','.MergeOperation.targetPosition:\x20object\x20expected','fromObject','prototype','rootGraveyard:\x20boolean\x20expected','nodes','attributesJson:\x20string\x20expected','rootMain','oldValueJson:\x20string\x20expected','rootGraveyard','children','/MergeOperation','attributesBoolean','start','splitPosition.','RootOperation','howMany','/Position','decode','data','rootName','.MergeOperation.sourcePosition:\x20object\x20expected','range.','type.googleapis.com','oldRange','name','toJSON','/SplitOperation','bool','Position','/MoveOperation','uint32','/InsertOperation','newName','attributesBoolean:\x20object\x20expected','isArray','insertionPosition','Writer'];(function(_0x231b59,_0x168cbe){const _0x175924=function(_0x112a69){while(--_0x112a69){_0x231b59['push'](_0x231b59['shift']());}};_0x175924(++_0x168cbe);}(_0x168c,0xf7));const _0x1759=function(_0x231b59,_0x168cbe){_0x231b59=_0x231b59-0x0;let _0x175924=_0x168c[_0x231b59];return _0x175924;};import*as _0x2789b2 from'protobufjs/minimal';const j=_0x2789b2[_0x1759('0x6')],y=_0x2789b2[_0x1759('0x32')],k=_0x2789b2['util'],v=_0x2789b2['roots'][_0x1759('0x8c')]||(_0x2789b2[_0x1759('0x67')]['default']={});export const AttributeOperation=v[_0x1759('0x41')]=(()=>{function _0x2c96a0(_0x42d538){if(_0x42d538)for(let _0x396558=Object[_0x1759('0x7d')](_0x42d538),_0x3c6d99=0x0;_0x3c6d99<_0x396558[_0x1759('0x6b')];++_0x3c6d99)null!=_0x42d538[_0x396558[_0x3c6d99]]&&(this[_0x396558[_0x3c6d99]]=_0x42d538[_0x396558[_0x3c6d99]]);}return _0x2c96a0[_0x1759('0x10')]['range']=null,_0x2c96a0[_0x1759('0x10')][_0x1759('0x82')]='',_0x2c96a0[_0x1759('0x10')][_0x1759('0x6c')]=!0x1,_0x2c96a0[_0x1759('0x10')][_0x1759('0x7e')]='',_0x2c96a0[_0x1759('0x10')][_0x1759('0x8e')]=!0x1,_0x2c96a0[_0x1759('0x10')][_0x1759('0x43')]='',_0x2c96a0['prototype'][_0x1759('0x8')]=!0x1,_0x2c96a0['create']=function(_0x3a4d26){return new _0x2c96a0(_0x3a4d26);},_0x2c96a0[_0x1759('0x63')]=function(_0x44847c,_0xaa5e3f){return _0xaa5e3f||(_0xaa5e3f=y[_0x1759('0x92')]()),null!=_0x44847c[_0x1759('0x7c')]&&Object[_0x1759('0x65')][_0x1759('0x5c')](_0x44847c,_0x1759('0x7c'))&&v[_0x1759('0x3b')][_0x1759('0x63')](_0x44847c[_0x1759('0x7c')],_0xaa5e3f['uint32'](0xa)[_0x1759('0x94')]())[_0x1759('0x51')](),null!=_0x44847c[_0x1759('0x82')]&&Object['hasOwnProperty'][_0x1759('0x5c')](_0x44847c,_0x1759('0x82'))&&_0xaa5e3f[_0x1759('0x2c')](0x12)['string'](_0x44847c[_0x1759('0x82')]),null!=_0x44847c['oldValueBoolean']&&Object[_0x1759('0x65')]['call'](_0x44847c,_0x1759('0x6c'))&&_0xaa5e3f[_0x1759('0x2c')](0x18)[_0x1759('0x29')](_0x44847c[_0x1759('0x6c')]),null!=_0x44847c[_0x1759('0x7e')]&&Object['hasOwnProperty'][_0x1759('0x5c')](_0x44847c,'oldValueJson')&&_0xaa5e3f[_0x1759('0x2c')](0x22)[_0x1759('0x88')](_0x44847c['oldValueJson']),null!=_0x44847c[_0x1759('0x8e')]&&Object['hasOwnProperty'][_0x1759('0x5c')](_0x44847c,_0x1759('0x8e'))&&_0xaa5e3f['uint32'](0x28)[_0x1759('0x29')](_0x44847c[_0x1759('0x8e')]),null!=_0x44847c['newValueJson']&&Object['hasOwnProperty']['call'](_0x44847c,_0x1759('0x43'))&&_0xaa5e3f['uint32'](0x32)['string'](_0x44847c[_0x1759('0x43')]),null!=_0x44847c['wasUndone']&&Object[_0x1759('0x65')][_0x1759('0x5c')](_0x44847c,_0x1759('0x8'))&&_0xaa5e3f['uint32'](0x38)[_0x1759('0x29')](_0x44847c[_0x1759('0x8')]),_0xaa5e3f;},_0x2c96a0[_0x1759('0x61')]=function(_0x4e1d14,_0x34a43d){return this[_0x1759('0x63')](_0x4e1d14,_0x34a43d)['ldelim']();},_0x2c96a0['decode']=function(_0x36173c,_0x467dc9){_0x36173c instanceof j||(_0x36173c=j[_0x1759('0x92')](_0x36173c));let _0x2a46a8=void 0x0===_0x467dc9?_0x36173c[_0x1759('0x66')]:_0x36173c['pos']+_0x467dc9,_0x1ce649=new v[(_0x1759('0x41'))]();for(;_0x36173c[_0x1759('0x62')]<_0x2a46a8;){let _0x22c929=_0x36173c[_0x1759('0x2c')]();switch(_0x22c929>>>0x3){case 0x1:_0x1ce649[_0x1759('0x7c')]=v[_0x1759('0x3b')][_0x1759('0x1f')](_0x36173c,_0x36173c[_0x1759('0x2c')]());break;case 0x2:_0x1ce649[_0x1759('0x82')]=_0x36173c[_0x1759('0x88')]();break;case 0x3:_0x1ce649[_0x1759('0x6c')]=_0x36173c[_0x1759('0x29')]();break;case 0x4:_0x1ce649[_0x1759('0x7e')]=_0x36173c[_0x1759('0x88')]();break;case 0x5:_0x1ce649[_0x1759('0x8e')]=_0x36173c[_0x1759('0x29')]();break;case 0x6:_0x1ce649['newValueJson']=_0x36173c[_0x1759('0x88')]();break;case 0x7:_0x1ce649[_0x1759('0x8')]=_0x36173c[_0x1759('0x29')]();break;default:_0x36173c[_0x1759('0x6f')](0x7&_0x22c929);}}return _0x1ce649;},_0x2c96a0[_0x1759('0x3')]=function(_0x5b68b6){return _0x5b68b6 instanceof j||(_0x5b68b6=new j(_0x5b68b6)),this[_0x1759('0x1f')](_0x5b68b6,_0x5b68b6[_0x1759('0x2c')]());},_0x2c96a0[_0x1759('0x5e')]=function(_0x4f74e8){if(_0x1759('0x49')!=typeof _0x4f74e8||null===_0x4f74e8)return _0x1759('0x3d');if(null!=_0x4f74e8[_0x1759('0x7c')]&&_0x4f74e8[_0x1759('0x65')]('range')){let _0x291bf1=v['Range']['verify'](_0x4f74e8[_0x1759('0x7c')]);if(_0x291bf1)return _0x1759('0x23')+_0x291bf1;}return null!=_0x4f74e8[_0x1759('0x82')]&&_0x4f74e8[_0x1759('0x65')](_0x1759('0x82'))&&!k[_0x1759('0x42')](_0x4f74e8[_0x1759('0x82')])?'key:\x20string\x20expected':null!=_0x4f74e8[_0x1759('0x6c')]&&_0x4f74e8[_0x1759('0x65')]('oldValueBoolean')&&_0x1759('0x34')!=typeof _0x4f74e8[_0x1759('0x6c')]?_0x1759('0x87'):null!=_0x4f74e8[_0x1759('0x7e')]&&_0x4f74e8['hasOwnProperty']('oldValueJson')&&!k[_0x1759('0x42')](_0x4f74e8[_0x1759('0x7e')])?_0x1759('0x15'):null!=_0x4f74e8[_0x1759('0x8e')]&&_0x4f74e8['hasOwnProperty'](_0x1759('0x8e'))&&'boolean'!=typeof _0x4f74e8['newValueBoolean']?_0x1759('0x75'):null!=_0x4f74e8['newValueJson']&&_0x4f74e8[_0x1759('0x65')](_0x1759('0x43'))&&!k[_0x1759('0x42')](_0x4f74e8[_0x1759('0x43')])?_0x1759('0x69'):null!=_0x4f74e8[_0x1759('0x8')]&&_0x4f74e8['hasOwnProperty'](_0x1759('0x8'))&&_0x1759('0x34')!=typeof _0x4f74e8[_0x1759('0x8')]?_0x1759('0x4c'):null;},_0x2c96a0[_0x1759('0xf')]=function(_0x1e71e6){if(_0x1e71e6 instanceof v[_0x1759('0x41')])return _0x1e71e6;let _0x57c83c=new v[(_0x1759('0x41'))]();if(null!=_0x1e71e6[_0x1759('0x7c')]){if('object'!=typeof _0x1e71e6[_0x1759('0x7c')])throw TypeError(_0x1759('0x3f'));_0x57c83c[_0x1759('0x7c')]=v[_0x1759('0x3b')][_0x1759('0xf')](_0x1e71e6[_0x1759('0x7c')]);}return null!=_0x1e71e6['key']&&(_0x57c83c[_0x1759('0x82')]=String(_0x1e71e6[_0x1759('0x82')])),null!=_0x1e71e6[_0x1759('0x6c')]&&(_0x57c83c[_0x1759('0x6c')]=Boolean(_0x1e71e6[_0x1759('0x6c')])),null!=_0x1e71e6['oldValueJson']&&(_0x57c83c[_0x1759('0x7e')]=String(_0x1e71e6[_0x1759('0x7e')])),null!=_0x1e71e6[_0x1759('0x8e')]&&(_0x57c83c[_0x1759('0x8e')]=Boolean(_0x1e71e6['newValueBoolean'])),null!=_0x1e71e6[_0x1759('0x43')]&&(_0x57c83c[_0x1759('0x43')]=String(_0x1e71e6[_0x1759('0x43')])),null!=_0x1e71e6[_0x1759('0x8')]&&(_0x57c83c[_0x1759('0x8')]=Boolean(_0x1e71e6[_0x1759('0x8')])),_0x57c83c;},_0x2c96a0[_0x1759('0x70')]=function(_0x257770,_0x27383f){_0x27383f||(_0x27383f={});let _0x2e4f3f={};return _0x27383f[_0x1759('0x5b')]&&(_0x2e4f3f[_0x1759('0x7c')]=null,_0x2e4f3f[_0x1759('0x82')]='',_0x2e4f3f[_0x1759('0x6c')]=!0x1,_0x2e4f3f[_0x1759('0x7e')]='',_0x2e4f3f[_0x1759('0x8e')]=!0x1,_0x2e4f3f[_0x1759('0x43')]='',_0x2e4f3f[_0x1759('0x8')]=!0x1),null!=_0x257770[_0x1759('0x7c')]&&_0x257770[_0x1759('0x65')](_0x1759('0x7c'))&&(_0x2e4f3f[_0x1759('0x7c')]=v[_0x1759('0x3b')][_0x1759('0x70')](_0x257770[_0x1759('0x7c')],_0x27383f)),null!=_0x257770['key']&&_0x257770[_0x1759('0x65')](_0x1759('0x82'))&&(_0x2e4f3f[_0x1759('0x82')]=_0x257770[_0x1759('0x82')]),null!=_0x257770['oldValueBoolean']&&_0x257770[_0x1759('0x65')](_0x1759('0x6c'))&&(_0x2e4f3f[_0x1759('0x6c')]=_0x257770[_0x1759('0x6c')]),null!=_0x257770['oldValueJson']&&_0x257770[_0x1759('0x65')](_0x1759('0x7e'))&&(_0x2e4f3f['oldValueJson']=_0x257770[_0x1759('0x7e')]),null!=_0x257770[_0x1759('0x8e')]&&_0x257770[_0x1759('0x65')](_0x1759('0x8e'))&&(_0x2e4f3f[_0x1759('0x8e')]=_0x257770['newValueBoolean']),null!=_0x257770[_0x1759('0x43')]&&_0x257770[_0x1759('0x65')](_0x1759('0x43'))&&(_0x2e4f3f[_0x1759('0x43')]=_0x257770[_0x1759('0x43')]),null!=_0x257770[_0x1759('0x8')]&&_0x257770[_0x1759('0x65')]('wasUndone')&&(_0x2e4f3f[_0x1759('0x8')]=_0x257770['wasUndone']),_0x2e4f3f;},_0x2c96a0[_0x1759('0x10')][_0x1759('0x27')]=function(){return this['constructor'][_0x1759('0x70')](this,_0x2789b2[_0x1759('0x81')]['toJSONOptions']);},_0x2c96a0[_0x1759('0x8f')]=function(_0x1411ab){return void 0x0===_0x1411ab&&(_0x1411ab=_0x1759('0x24')),_0x1411ab+'/AttributeOperation';},_0x2c96a0;})();export const InsertOperation=v[_0x1759('0x8a')]=(()=>{function _0x53a3ff(_0x7abe37){if(this[_0x1759('0x12')]=[],_0x7abe37)for(let _0x2d3ec7=Object['keys'](_0x7abe37),_0x4ea7d1=0x0;_0x4ea7d1<_0x2d3ec7[_0x1759('0x6b')];++_0x4ea7d1)null!=_0x7abe37[_0x2d3ec7[_0x4ea7d1]]&&(this[_0x2d3ec7[_0x4ea7d1]]=_0x7abe37[_0x2d3ec7[_0x4ea7d1]]);}return _0x53a3ff[_0x1759('0x10')][_0x1759('0x54')]=null,_0x53a3ff['prototype'][_0x1759('0x12')]=k[_0x1759('0x47')],_0x53a3ff[_0x1759('0x10')][_0x1759('0x68')]=!0x1,_0x53a3ff[_0x1759('0x10')][_0x1759('0x8')]=!0x1,_0x53a3ff[_0x1759('0x92')]=function(_0x1290a8){return new _0x53a3ff(_0x1290a8);},_0x53a3ff[_0x1759('0x63')]=function(_0x362bba,_0x35317a){if(_0x35317a||(_0x35317a=y[_0x1759('0x92')]()),null!=_0x362bba[_0x1759('0x54')]&&Object['hasOwnProperty'][_0x1759('0x5c')](_0x362bba,_0x1759('0x54'))&&v[_0x1759('0x2a')][_0x1759('0x63')](_0x362bba['position'],_0x35317a['uint32'](0xa)['fork']())[_0x1759('0x51')](),null!=_0x362bba[_0x1759('0x12')]&&_0x362bba[_0x1759('0x12')][_0x1759('0x6b')])for(let _0x152fde=0x0;_0x152fde<_0x362bba[_0x1759('0x12')][_0x1759('0x6b')];++_0x152fde)v[_0x1759('0x45')][_0x1759('0x63')](_0x362bba[_0x1759('0x12')][_0x152fde],_0x35317a[_0x1759('0x2c')](0x12)[_0x1759('0x94')]())['ldelim']();return null!=_0x362bba[_0x1759('0x68')]&&Object[_0x1759('0x65')][_0x1759('0x5c')](_0x362bba,_0x1759('0x68'))&&_0x35317a[_0x1759('0x2c')](0x18)[_0x1759('0x29')](_0x362bba[_0x1759('0x68')]),null!=_0x362bba[_0x1759('0x8')]&&Object[_0x1759('0x65')][_0x1759('0x5c')](_0x362bba,_0x1759('0x8'))&&_0x35317a[_0x1759('0x2c')](0x20)[_0x1759('0x29')](_0x362bba[_0x1759('0x8')]),_0x35317a;},_0x53a3ff[_0x1759('0x61')]=function(_0x1731ef,_0x27d92d){return this[_0x1759('0x63')](_0x1731ef,_0x27d92d)['ldelim']();},_0x53a3ff[_0x1759('0x1f')]=function(_0x1b95b9,_0x451296){_0x1b95b9 instanceof j||(_0x1b95b9=j['create'](_0x1b95b9));let _0x547926=void 0x0===_0x451296?_0x1b95b9[_0x1759('0x66')]:_0x1b95b9['pos']+_0x451296,_0x17df6f=new v['InsertOperation']();for(;_0x1b95b9['pos']<_0x547926;){let _0xa9d0b=_0x1b95b9['uint32']();switch(_0xa9d0b>>>0x3){case 0x1:_0x17df6f[_0x1759('0x54')]=v[_0x1759('0x2a')][_0x1759('0x1f')](_0x1b95b9,_0x1b95b9['uint32']());break;case 0x2:_0x17df6f['nodes']&&_0x17df6f[_0x1759('0x12')][_0x1759('0x6b')]||(_0x17df6f[_0x1759('0x12')]=[]),_0x17df6f[_0x1759('0x12')][_0x1759('0x5a')](v[_0x1759('0x45')][_0x1759('0x1f')](_0x1b95b9,_0x1b95b9['uint32']()));break;case 0x3:_0x17df6f[_0x1759('0x68')]=_0x1b95b9['bool']();break;case 0x4:_0x17df6f[_0x1759('0x8')]=_0x1b95b9[_0x1759('0x29')]();break;default:_0x1b95b9[_0x1759('0x6f')](0x7&_0xa9d0b);}}return _0x17df6f;},_0x53a3ff[_0x1759('0x3')]=function(_0x22ca19){return _0x22ca19 instanceof j||(_0x22ca19=new j(_0x22ca19)),this['decode'](_0x22ca19,_0x22ca19['uint32']());},_0x53a3ff[_0x1759('0x5e')]=function(_0x3654fe){if(_0x1759('0x49')!=typeof _0x3654fe||null===_0x3654fe)return _0x1759('0x3d');if(null!=_0x3654fe[_0x1759('0x54')]&&_0x3654fe[_0x1759('0x65')]('position')){let _0x283e1b=v['Position']['verify'](_0x3654fe[_0x1759('0x54')]);if(_0x283e1b)return _0x1759('0x3c')+_0x283e1b;}if(null!=_0x3654fe['nodes']&&_0x3654fe['hasOwnProperty']('nodes')){if(!Array[_0x1759('0x30')](_0x3654fe[_0x1759('0x12')]))return _0x1759('0x76');for(let _0x2f8a3c=0x0;_0x2f8a3c<_0x3654fe[_0x1759('0x12')][_0x1759('0x6b')];++_0x2f8a3c){let _0x3eb7fa=v[_0x1759('0x45')][_0x1759('0x5e')](_0x3654fe[_0x1759('0x12')][_0x2f8a3c]);if(_0x3eb7fa)return _0x1759('0x35')+_0x3eb7fa;}}return null!=_0x3654fe['shouldReceiveAttributes']&&_0x3654fe[_0x1759('0x65')]('shouldReceiveAttributes')&&_0x1759('0x34')!=typeof _0x3654fe[_0x1759('0x68')]?_0x1759('0x91'):null!=_0x3654fe['wasUndone']&&_0x3654fe[_0x1759('0x65')](_0x1759('0x8'))&&_0x1759('0x34')!=typeof _0x3654fe['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x53a3ff[_0x1759('0xf')]=function(_0x11d673){if(_0x11d673 instanceof v[_0x1759('0x8a')])return _0x11d673;let _0x4b2cda=new v['InsertOperation']();if(null!=_0x11d673[_0x1759('0x54')]){if(_0x1759('0x49')!=typeof _0x11d673[_0x1759('0x54')])throw TypeError('.InsertOperation.position:\x20object\x20expected');_0x4b2cda[_0x1759('0x54')]=v[_0x1759('0x2a')][_0x1759('0xf')](_0x11d673[_0x1759('0x54')]);}if(_0x11d673[_0x1759('0x12')]){if(!Array['isArray'](_0x11d673[_0x1759('0x12')]))throw TypeError('.InsertOperation.nodes:\x20array\x20expected');_0x4b2cda[_0x1759('0x12')]=[];for(let _0x173742=0x0;_0x173742<_0x11d673[_0x1759('0x12')][_0x1759('0x6b')];++_0x173742){if('object'!=typeof _0x11d673[_0x1759('0x12')][_0x173742])throw TypeError(_0x1759('0x4a'));_0x4b2cda['nodes'][_0x173742]=v['Element'][_0x1759('0xf')](_0x11d673[_0x1759('0x12')][_0x173742]);}}return null!=_0x11d673[_0x1759('0x68')]&&(_0x4b2cda[_0x1759('0x68')]=Boolean(_0x11d673[_0x1759('0x68')])),null!=_0x11d673[_0x1759('0x8')]&&(_0x4b2cda[_0x1759('0x8')]=Boolean(_0x11d673[_0x1759('0x8')])),_0x4b2cda;},_0x53a3ff[_0x1759('0x70')]=function(_0x2301df,_0x1c6d5a){_0x1c6d5a||(_0x1c6d5a={});let _0xf073c0={};if((_0x1c6d5a[_0x1759('0xa')]||_0x1c6d5a[_0x1759('0x5b')])&&(_0xf073c0[_0x1759('0x12')]=[]),_0x1c6d5a['defaults']&&(_0xf073c0[_0x1759('0x54')]=null,_0xf073c0[_0x1759('0x68')]=!0x1,_0xf073c0[_0x1759('0x8')]=!0x1),null!=_0x2301df[_0x1759('0x54')]&&_0x2301df[_0x1759('0x65')](_0x1759('0x54'))&&(_0xf073c0[_0x1759('0x54')]=v[_0x1759('0x2a')][_0x1759('0x70')](_0x2301df[_0x1759('0x54')],_0x1c6d5a)),_0x2301df['nodes']&&_0x2301df[_0x1759('0x12')][_0x1759('0x6b')]){_0xf073c0[_0x1759('0x12')]=[];for(let _0x40aba3=0x0;_0x40aba3<_0x2301df['nodes']['length'];++_0x40aba3)_0xf073c0['nodes'][_0x40aba3]=v['Element'][_0x1759('0x70')](_0x2301df[_0x1759('0x12')][_0x40aba3],_0x1c6d5a);}return null!=_0x2301df[_0x1759('0x68')]&&_0x2301df[_0x1759('0x65')](_0x1759('0x68'))&&(_0xf073c0[_0x1759('0x68')]=_0x2301df['shouldReceiveAttributes']),null!=_0x2301df[_0x1759('0x8')]&&_0x2301df[_0x1759('0x65')](_0x1759('0x8'))&&(_0xf073c0[_0x1759('0x8')]=_0x2301df[_0x1759('0x8')]),_0xf073c0;},_0x53a3ff[_0x1759('0x10')][_0x1759('0x27')]=function(){return this[_0x1759('0x84')]['toObject'](this,_0x2789b2['util'][_0x1759('0x60')]);},_0x53a3ff[_0x1759('0x8f')]=function(_0x156875){return void 0x0===_0x156875&&(_0x156875=_0x1759('0x24')),_0x156875+_0x1759('0x2d');},_0x53a3ff;})();export const MarkerOperation=v[_0x1759('0x6a')]=(()=>{function _0x42827f(_0x5ea28f){if(_0x5ea28f)for(let _0x443fcc=Object[_0x1759('0x7d')](_0x5ea28f),_0x451b63=0x0;_0x451b63<_0x443fcc['length'];++_0x451b63)null!=_0x5ea28f[_0x443fcc[_0x451b63]]&&(this[_0x443fcc[_0x451b63]]=_0x5ea28f[_0x443fcc[_0x451b63]]);}return _0x42827f[_0x1759('0x10')]['name']='',_0x42827f['prototype'][_0x1759('0x25')]=null,_0x42827f[_0x1759('0x10')][_0x1759('0x78')]=null,_0x42827f[_0x1759('0x10')][_0x1759('0x56')]=!0x1,_0x42827f['prototype'][_0x1759('0x8')]=!0x1,_0x42827f[_0x1759('0x92')]=function(_0x5915b3){return new _0x42827f(_0x5915b3);},_0x42827f[_0x1759('0x63')]=function(_0x3e4b14,_0x197f6c){return _0x197f6c||(_0x197f6c=y[_0x1759('0x92')]()),null!=_0x3e4b14['name']&&Object['hasOwnProperty'][_0x1759('0x5c')](_0x3e4b14,_0x1759('0x26'))&&_0x197f6c[_0x1759('0x2c')](0xa)[_0x1759('0x88')](_0x3e4b14[_0x1759('0x26')]),null!=_0x3e4b14[_0x1759('0x25')]&&Object[_0x1759('0x65')][_0x1759('0x5c')](_0x3e4b14,_0x1759('0x25'))&&v[_0x1759('0x3b')][_0x1759('0x63')](_0x3e4b14[_0x1759('0x25')],_0x197f6c[_0x1759('0x2c')](0x12)[_0x1759('0x94')]())[_0x1759('0x51')](),null!=_0x3e4b14[_0x1759('0x78')]&&Object[_0x1759('0x65')][_0x1759('0x5c')](_0x3e4b14,_0x1759('0x78'))&&v[_0x1759('0x3b')][_0x1759('0x63')](_0x3e4b14['newRange'],_0x197f6c[_0x1759('0x2c')](0x1a)[_0x1759('0x94')]())[_0x1759('0x51')](),null!=_0x3e4b14[_0x1759('0x56')]&&Object[_0x1759('0x65')]['call'](_0x3e4b14,_0x1759('0x56'))&&_0x197f6c['uint32'](0x20)[_0x1759('0x29')](_0x3e4b14['affectsData']),null!=_0x3e4b14[_0x1759('0x8')]&&Object[_0x1759('0x65')][_0x1759('0x5c')](_0x3e4b14,'wasUndone')&&_0x197f6c[_0x1759('0x2c')](0x28)[_0x1759('0x29')](_0x3e4b14[_0x1759('0x8')]),_0x197f6c;},_0x42827f['encodeDelimited']=function(_0x6e7049,_0x337909){return this[_0x1759('0x63')](_0x6e7049,_0x337909)[_0x1759('0x51')]();},_0x42827f[_0x1759('0x1f')]=function(_0x15efb2,_0x1dd9fa){_0x15efb2 instanceof j||(_0x15efb2=j[_0x1759('0x92')](_0x15efb2));let _0x503d6d=void 0x0===_0x1dd9fa?_0x15efb2[_0x1759('0x66')]:_0x15efb2[_0x1759('0x62')]+_0x1dd9fa,_0x1ae8a1=new v['MarkerOperation']();for(;_0x15efb2['pos']<_0x503d6d;){let _0x4831a2=_0x15efb2['uint32']();switch(_0x4831a2>>>0x3){case 0x1:_0x1ae8a1[_0x1759('0x26')]=_0x15efb2[_0x1759('0x88')]();break;case 0x2:_0x1ae8a1[_0x1759('0x25')]=v[_0x1759('0x3b')][_0x1759('0x1f')](_0x15efb2,_0x15efb2[_0x1759('0x2c')]());break;case 0x3:_0x1ae8a1[_0x1759('0x78')]=v[_0x1759('0x3b')][_0x1759('0x1f')](_0x15efb2,_0x15efb2[_0x1759('0x2c')]());break;case 0x4:_0x1ae8a1[_0x1759('0x56')]=_0x15efb2[_0x1759('0x29')]();break;case 0x5:_0x1ae8a1[_0x1759('0x8')]=_0x15efb2[_0x1759('0x29')]();break;default:_0x15efb2[_0x1759('0x6f')](0x7&_0x4831a2);}}return _0x1ae8a1;},_0x42827f[_0x1759('0x3')]=function(_0x39f337){return _0x39f337 instanceof j||(_0x39f337=new j(_0x39f337)),this[_0x1759('0x1f')](_0x39f337,_0x39f337['uint32']());},_0x42827f[_0x1759('0x5e')]=function(_0x48f57b){if(_0x1759('0x49')!=typeof _0x48f57b||null===_0x48f57b)return'object\x20expected';if(null!=_0x48f57b['name']&&_0x48f57b['hasOwnProperty']('name')&&!k[_0x1759('0x42')](_0x48f57b[_0x1759('0x26')]))return _0x1759('0x5f');if(null!=_0x48f57b[_0x1759('0x25')]&&_0x48f57b[_0x1759('0x65')](_0x1759('0x25'))){let _0x294e81=v['Range']['verify'](_0x48f57b['oldRange']);if(_0x294e81)return _0x1759('0x55')+_0x294e81;}if(null!=_0x48f57b[_0x1759('0x78')]&&_0x48f57b[_0x1759('0x65')](_0x1759('0x78'))){let _0x3ce460=v['Range'][_0x1759('0x5e')](_0x48f57b[_0x1759('0x78')]);if(_0x3ce460)return'newRange.'+_0x3ce460;}return null!=_0x48f57b['affectsData']&&_0x48f57b[_0x1759('0x65')](_0x1759('0x56'))&&_0x1759('0x34')!=typeof _0x48f57b[_0x1759('0x56')]?_0x1759('0xd'):null!=_0x48f57b[_0x1759('0x8')]&&_0x48f57b['hasOwnProperty'](_0x1759('0x8'))&&_0x1759('0x34')!=typeof _0x48f57b[_0x1759('0x8')]?_0x1759('0x4c'):null;},_0x42827f[_0x1759('0xf')]=function(_0xf05d6a){if(_0xf05d6a instanceof v[_0x1759('0x6a')])return _0xf05d6a;let _0x2dbe4b=new v[(_0x1759('0x6a'))]();if(null!=_0xf05d6a[_0x1759('0x26')]&&(_0x2dbe4b[_0x1759('0x26')]=String(_0xf05d6a['name'])),null!=_0xf05d6a['oldRange']){if(_0x1759('0x49')!=typeof _0xf05d6a[_0x1759('0x25')])throw TypeError(_0x1759('0x40'));_0x2dbe4b[_0x1759('0x25')]=v['Range'][_0x1759('0xf')](_0xf05d6a[_0x1759('0x25')]);}if(null!=_0xf05d6a['newRange']){if(_0x1759('0x49')!=typeof _0xf05d6a[_0x1759('0x78')])throw TypeError('.MarkerOperation.newRange:\x20object\x20expected');_0x2dbe4b[_0x1759('0x78')]=v['Range'][_0x1759('0xf')](_0xf05d6a[_0x1759('0x78')]);}return null!=_0xf05d6a['affectsData']&&(_0x2dbe4b[_0x1759('0x56')]=Boolean(_0xf05d6a[_0x1759('0x56')])),null!=_0xf05d6a[_0x1759('0x8')]&&(_0x2dbe4b['wasUndone']=Boolean(_0xf05d6a[_0x1759('0x8')])),_0x2dbe4b;},_0x42827f[_0x1759('0x70')]=function(_0x91eaff,_0x4a631){_0x4a631||(_0x4a631={});let _0x3e36ce={};return _0x4a631[_0x1759('0x5b')]&&(_0x3e36ce[_0x1759('0x26')]='',_0x3e36ce[_0x1759('0x25')]=null,_0x3e36ce[_0x1759('0x78')]=null,_0x3e36ce[_0x1759('0x56')]=!0x1,_0x3e36ce[_0x1759('0x8')]=!0x1),null!=_0x91eaff[_0x1759('0x26')]&&_0x91eaff['hasOwnProperty'](_0x1759('0x26'))&&(_0x3e36ce[_0x1759('0x26')]=_0x91eaff[_0x1759('0x26')]),null!=_0x91eaff['oldRange']&&_0x91eaff[_0x1759('0x65')](_0x1759('0x25'))&&(_0x3e36ce[_0x1759('0x25')]=v[_0x1759('0x3b')][_0x1759('0x70')](_0x91eaff[_0x1759('0x25')],_0x4a631)),null!=_0x91eaff['newRange']&&_0x91eaff[_0x1759('0x65')](_0x1759('0x78'))&&(_0x3e36ce[_0x1759('0x78')]=v[_0x1759('0x3b')]['toObject'](_0x91eaff[_0x1759('0x78')],_0x4a631)),null!=_0x91eaff['affectsData']&&_0x91eaff[_0x1759('0x65')](_0x1759('0x56'))&&(_0x3e36ce[_0x1759('0x56')]=_0x91eaff[_0x1759('0x56')]),null!=_0x91eaff['wasUndone']&&_0x91eaff['hasOwnProperty'](_0x1759('0x8'))&&(_0x3e36ce[_0x1759('0x8')]=_0x91eaff[_0x1759('0x8')]),_0x3e36ce;},_0x42827f[_0x1759('0x10')][_0x1759('0x27')]=function(){return this['constructor'][_0x1759('0x70')](this,_0x2789b2['util'][_0x1759('0x60')]);},_0x42827f['getTypeUrl']=function(_0x1a3dba){return void 0x0===_0x1a3dba&&(_0x1a3dba=_0x1759('0x24')),_0x1a3dba+_0x1759('0x1');},_0x42827f;})();export const MergeOperation=v[_0x1759('0x8b')]=(()=>{function _0x1ae6e5(_0x167c7a){if(_0x167c7a)for(let _0x399bf9=Object[_0x1759('0x7d')](_0x167c7a),_0x471cf6=0x0;_0x471cf6<_0x399bf9[_0x1759('0x6b')];++_0x471cf6)null!=_0x167c7a[_0x399bf9[_0x471cf6]]&&(this[_0x399bf9[_0x471cf6]]=_0x167c7a[_0x399bf9[_0x471cf6]]);}return _0x1ae6e5[_0x1759('0x10')][_0x1759('0x38')]=null,_0x1ae6e5[_0x1759('0x10')]['targetPosition']=null,_0x1ae6e5['prototype'][_0x1759('0x4e')]=null,_0x1ae6e5[_0x1759('0x10')][_0x1759('0x1d')]=0x0,_0x1ae6e5[_0x1759('0x10')]['wasUndone']=!0x1,_0x1ae6e5[_0x1759('0x92')]=function(_0x38030a){return new _0x1ae6e5(_0x38030a);},_0x1ae6e5[_0x1759('0x63')]=function(_0x17d4c6,_0xa4b332){return _0xa4b332||(_0xa4b332=y[_0x1759('0x92')]()),null!=_0x17d4c6['sourcePosition']&&Object[_0x1759('0x65')][_0x1759('0x5c')](_0x17d4c6,_0x1759('0x38'))&&v[_0x1759('0x2a')][_0x1759('0x63')](_0x17d4c6[_0x1759('0x38')],_0xa4b332['uint32'](0xa)['fork']())[_0x1759('0x51')](),null!=_0x17d4c6[_0x1759('0x46')]&&Object[_0x1759('0x65')]['call'](_0x17d4c6,'targetPosition')&&v[_0x1759('0x2a')][_0x1759('0x63')](_0x17d4c6[_0x1759('0x46')],_0xa4b332[_0x1759('0x2c')](0x12)[_0x1759('0x94')]())[_0x1759('0x51')](),null!=_0x17d4c6[_0x1759('0x4e')]&&Object['hasOwnProperty'][_0x1759('0x5c')](_0x17d4c6,_0x1759('0x4e'))&&v[_0x1759('0x2a')]['encode'](_0x17d4c6[_0x1759('0x4e')],_0xa4b332[_0x1759('0x2c')](0x1a)[_0x1759('0x94')]())['ldelim'](),null!=_0x17d4c6[_0x1759('0x1d')]&&Object[_0x1759('0x65')][_0x1759('0x5c')](_0x17d4c6,_0x1759('0x1d'))&&_0xa4b332[_0x1759('0x2c')](0x20)[_0x1759('0x2c')](_0x17d4c6['howMany']),null!=_0x17d4c6['wasUndone']&&Object[_0x1759('0x65')][_0x1759('0x5c')](_0x17d4c6,'wasUndone')&&_0xa4b332[_0x1759('0x2c')](0x28)[_0x1759('0x29')](_0x17d4c6[_0x1759('0x8')]),_0xa4b332;},_0x1ae6e5[_0x1759('0x61')]=function(_0x3345c8,_0x757212){return this[_0x1759('0x63')](_0x3345c8,_0x757212)[_0x1759('0x51')]();},_0x1ae6e5['decode']=function(_0x214b0b,_0x34e67e){_0x214b0b instanceof j||(_0x214b0b=j[_0x1759('0x92')](_0x214b0b));let _0x2aaab3=void 0x0===_0x34e67e?_0x214b0b[_0x1759('0x66')]:_0x214b0b[_0x1759('0x62')]+_0x34e67e,_0x529fc3=new v[(_0x1759('0x8b'))]();for(;_0x214b0b[_0x1759('0x62')]<_0x2aaab3;){let _0x209b7c=_0x214b0b['uint32']();switch(_0x209b7c>>>0x3){case 0x1:_0x529fc3['sourcePosition']=v[_0x1759('0x2a')][_0x1759('0x1f')](_0x214b0b,_0x214b0b['uint32']());break;case 0x2:_0x529fc3[_0x1759('0x46')]=v['Position']['decode'](_0x214b0b,_0x214b0b['uint32']());break;case 0x3:_0x529fc3[_0x1759('0x4e')]=v[_0x1759('0x2a')]['decode'](_0x214b0b,_0x214b0b[_0x1759('0x2c')]());break;case 0x4:_0x529fc3[_0x1759('0x1d')]=_0x214b0b[_0x1759('0x2c')]();break;case 0x5:_0x529fc3[_0x1759('0x8')]=_0x214b0b[_0x1759('0x29')]();break;default:_0x214b0b['skipType'](0x7&_0x209b7c);}}return _0x529fc3;},_0x1ae6e5['decodeDelimited']=function(_0x117dba){return _0x117dba instanceof j||(_0x117dba=new j(_0x117dba)),this[_0x1759('0x1f')](_0x117dba,_0x117dba['uint32']());},_0x1ae6e5[_0x1759('0x5e')]=function(_0x384112){if(_0x1759('0x49')!=typeof _0x384112||null===_0x384112)return _0x1759('0x3d');if(null!=_0x384112[_0x1759('0x38')]&&_0x384112['hasOwnProperty'](_0x1759('0x38'))){let _0x470cb8=v[_0x1759('0x2a')][_0x1759('0x5e')](_0x384112[_0x1759('0x38')]);if(_0x470cb8)return _0x1759('0x33')+_0x470cb8;}if(null!=_0x384112['targetPosition']&&_0x384112[_0x1759('0x65')](_0x1759('0x46'))){let _0x120854=v[_0x1759('0x2a')]['verify'](_0x384112[_0x1759('0x46')]);if(_0x120854)return _0x1759('0x0')+_0x120854;}if(null!=_0x384112['graveyardPosition']&&_0x384112[_0x1759('0x65')](_0x1759('0x4e'))){let _0x2efec9=v[_0x1759('0x2a')][_0x1759('0x5e')](_0x384112[_0x1759('0x4e')]);if(_0x2efec9)return _0x1759('0x79')+_0x2efec9;}return null!=_0x384112['howMany']&&_0x384112['hasOwnProperty'](_0x1759('0x1d'))&&!k['isInteger'](_0x384112[_0x1759('0x1d')])?_0x1759('0x3e'):null!=_0x384112[_0x1759('0x8')]&&_0x384112[_0x1759('0x65')](_0x1759('0x8'))&&'boolean'!=typeof _0x384112['wasUndone']?_0x1759('0x4c'):null;},_0x1ae6e5[_0x1759('0xf')]=function(_0x2231fe){if(_0x2231fe instanceof v['MergeOperation'])return _0x2231fe;let _0x26cf3f=new v['MergeOperation']();if(null!=_0x2231fe['sourcePosition']){if(_0x1759('0x49')!=typeof _0x2231fe['sourcePosition'])throw TypeError(_0x1759('0x22'));_0x26cf3f[_0x1759('0x38')]=v[_0x1759('0x2a')]['fromObject'](_0x2231fe[_0x1759('0x38')]);}if(null!=_0x2231fe[_0x1759('0x46')]){if(_0x1759('0x49')!=typeof _0x2231fe[_0x1759('0x46')])throw TypeError(_0x1759('0xe'));_0x26cf3f[_0x1759('0x46')]=v[_0x1759('0x2a')][_0x1759('0xf')](_0x2231fe['targetPosition']);}if(null!=_0x2231fe['graveyardPosition']){if('object'!=typeof _0x2231fe[_0x1759('0x4e')])throw TypeError('.MergeOperation.graveyardPosition:\x20object\x20expected');_0x26cf3f['graveyardPosition']=v[_0x1759('0x2a')][_0x1759('0xf')](_0x2231fe[_0x1759('0x4e')]);}return null!=_0x2231fe['howMany']&&(_0x26cf3f[_0x1759('0x1d')]=_0x2231fe[_0x1759('0x1d')]>>>0x0),null!=_0x2231fe[_0x1759('0x8')]&&(_0x26cf3f[_0x1759('0x8')]=Boolean(_0x2231fe[_0x1759('0x8')])),_0x26cf3f;},_0x1ae6e5[_0x1759('0x70')]=function(_0x96bd10,_0x231258){_0x231258||(_0x231258={});let _0x448884={};return _0x231258['defaults']&&(_0x448884[_0x1759('0x38')]=null,_0x448884[_0x1759('0x46')]=null,_0x448884[_0x1759('0x4e')]=null,_0x448884[_0x1759('0x1d')]=0x0,_0x448884[_0x1759('0x8')]=!0x1),null!=_0x96bd10[_0x1759('0x38')]&&_0x96bd10[_0x1759('0x65')](_0x1759('0x38'))&&(_0x448884[_0x1759('0x38')]=v[_0x1759('0x2a')][_0x1759('0x70')](_0x96bd10[_0x1759('0x38')],_0x231258)),null!=_0x96bd10[_0x1759('0x46')]&&_0x96bd10['hasOwnProperty'](_0x1759('0x46'))&&(_0x448884[_0x1759('0x46')]=v[_0x1759('0x2a')][_0x1759('0x70')](_0x96bd10[_0x1759('0x46')],_0x231258)),null!=_0x96bd10[_0x1759('0x4e')]&&_0x96bd10[_0x1759('0x65')](_0x1759('0x4e'))&&(_0x448884[_0x1759('0x4e')]=v[_0x1759('0x2a')][_0x1759('0x70')](_0x96bd10[_0x1759('0x4e')],_0x231258)),null!=_0x96bd10[_0x1759('0x1d')]&&_0x96bd10['hasOwnProperty'](_0x1759('0x1d'))&&(_0x448884[_0x1759('0x1d')]=_0x96bd10[_0x1759('0x1d')]),null!=_0x96bd10[_0x1759('0x8')]&&_0x96bd10[_0x1759('0x65')](_0x1759('0x8'))&&(_0x448884[_0x1759('0x8')]=_0x96bd10[_0x1759('0x8')]),_0x448884;},_0x1ae6e5['prototype'][_0x1759('0x27')]=function(){return this['constructor']['toObject'](this,_0x2789b2['util'][_0x1759('0x60')]);},_0x1ae6e5[_0x1759('0x8f')]=function(_0x30851d){return void 0x0===_0x30851d&&(_0x30851d=_0x1759('0x24')),_0x30851d+_0x1759('0x18');},_0x1ae6e5;})();export const MoveOperation=v[_0x1759('0x73')]=(()=>{function _0x5a7092(_0x990967){if(_0x990967)for(let _0x353228=Object[_0x1759('0x7d')](_0x990967),_0xac75df=0x0;_0xac75df<_0x353228[_0x1759('0x6b')];++_0xac75df)null!=_0x990967[_0x353228[_0xac75df]]&&(this[_0x353228[_0xac75df]]=_0x990967[_0x353228[_0xac75df]]);}return _0x5a7092[_0x1759('0x10')][_0x1759('0x38')]=null,_0x5a7092[_0x1759('0x10')][_0x1759('0x1d')]=0x0,_0x5a7092[_0x1759('0x10')]['targetPosition']=null,_0x5a7092[_0x1759('0x10')]['wasUndone']=!0x1,_0x5a7092[_0x1759('0x92')]=function(_0x116d4f){return new _0x5a7092(_0x116d4f);},_0x5a7092[_0x1759('0x63')]=function(_0x34fb7b,_0x5d4b0c){return _0x5d4b0c||(_0x5d4b0c=y[_0x1759('0x92')]()),null!=_0x34fb7b[_0x1759('0x38')]&&Object['hasOwnProperty']['call'](_0x34fb7b,_0x1759('0x38'))&&v['Position'][_0x1759('0x63')](_0x34fb7b[_0x1759('0x38')],_0x5d4b0c[_0x1759('0x2c')](0xa)[_0x1759('0x94')]())[_0x1759('0x51')](),null!=_0x34fb7b[_0x1759('0x1d')]&&Object[_0x1759('0x65')]['call'](_0x34fb7b,_0x1759('0x1d'))&&_0x5d4b0c[_0x1759('0x2c')](0x10)[_0x1759('0x2c')](_0x34fb7b['howMany']),null!=_0x34fb7b['targetPosition']&&Object[_0x1759('0x65')][_0x1759('0x5c')](_0x34fb7b,_0x1759('0x46'))&&v[_0x1759('0x2a')]['encode'](_0x34fb7b[_0x1759('0x46')],_0x5d4b0c[_0x1759('0x2c')](0x1a)[_0x1759('0x94')]())[_0x1759('0x51')](),null!=_0x34fb7b[_0x1759('0x8')]&&Object[_0x1759('0x65')]['call'](_0x34fb7b,_0x1759('0x8'))&&_0x5d4b0c[_0x1759('0x2c')](0x20)[_0x1759('0x29')](_0x34fb7b[_0x1759('0x8')]),_0x5d4b0c;},_0x5a7092[_0x1759('0x61')]=function(_0x4a5c08,_0x23464c){return this[_0x1759('0x63')](_0x4a5c08,_0x23464c)[_0x1759('0x51')]();},_0x5a7092[_0x1759('0x1f')]=function(_0x5b87de,_0xde71ad){_0x5b87de instanceof j||(_0x5b87de=j[_0x1759('0x92')](_0x5b87de));let _0x5ad5f6=void 0x0===_0xde71ad?_0x5b87de[_0x1759('0x66')]:_0x5b87de[_0x1759('0x62')]+_0xde71ad,_0x6966d4=new v[(_0x1759('0x73'))]();for(;_0x5b87de[_0x1759('0x62')]<_0x5ad5f6;){let _0x5748e4=_0x5b87de[_0x1759('0x2c')]();switch(_0x5748e4>>>0x3){case 0x1:_0x6966d4[_0x1759('0x38')]=v[_0x1759('0x2a')]['decode'](_0x5b87de,_0x5b87de[_0x1759('0x2c')]());break;case 0x2:_0x6966d4[_0x1759('0x1d')]=_0x5b87de[_0x1759('0x2c')]();break;case 0x3:_0x6966d4['targetPosition']=v['Position'][_0x1759('0x1f')](_0x5b87de,_0x5b87de[_0x1759('0x2c')]());break;case 0x4:_0x6966d4['wasUndone']=_0x5b87de[_0x1759('0x29')]();break;default:_0x5b87de[_0x1759('0x6f')](0x7&_0x5748e4);}}return _0x6966d4;},_0x5a7092['decodeDelimited']=function(_0x331769){return _0x331769 instanceof j||(_0x331769=new j(_0x331769)),this[_0x1759('0x1f')](_0x331769,_0x331769[_0x1759('0x2c')]());},_0x5a7092['verify']=function(_0x1791f4){if(_0x1759('0x49')!=typeof _0x1791f4||null===_0x1791f4)return _0x1759('0x3d');if(null!=_0x1791f4[_0x1759('0x38')]&&_0x1791f4[_0x1759('0x65')](_0x1759('0x38'))){let _0x137c6b=v['Position']['verify'](_0x1791f4[_0x1759('0x38')]);if(_0x137c6b)return _0x1759('0x33')+_0x137c6b;}if(null!=_0x1791f4[_0x1759('0x1d')]&&_0x1791f4['hasOwnProperty']('howMany')&&!k[_0x1759('0x80')](_0x1791f4[_0x1759('0x1d')]))return _0x1759('0x3e');if(null!=_0x1791f4[_0x1759('0x46')]&&_0x1791f4['hasOwnProperty'](_0x1759('0x46'))){let _0x1c06a1=v[_0x1759('0x2a')][_0x1759('0x5e')](_0x1791f4[_0x1759('0x46')]);if(_0x1c06a1)return'targetPosition.'+_0x1c06a1;}return null!=_0x1791f4['wasUndone']&&_0x1791f4[_0x1759('0x65')](_0x1759('0x8'))&&'boolean'!=typeof _0x1791f4[_0x1759('0x8')]?'wasUndone:\x20boolean\x20expected':null;},_0x5a7092['fromObject']=function(_0x527eb6){if(_0x527eb6 instanceof v['MoveOperation'])return _0x527eb6;let _0x550d8a=new v[(_0x1759('0x73'))]();if(null!=_0x527eb6[_0x1759('0x38')]){if(_0x1759('0x49')!=typeof _0x527eb6['sourcePosition'])throw TypeError(_0x1759('0x4f'));_0x550d8a[_0x1759('0x38')]=v['Position'][_0x1759('0xf')](_0x527eb6[_0x1759('0x38')]);}if(null!=_0x527eb6['howMany']&&(_0x550d8a[_0x1759('0x1d')]=_0x527eb6[_0x1759('0x1d')]>>>0x0),null!=_0x527eb6['targetPosition']){if('object'!=typeof _0x527eb6[_0x1759('0x46')])throw TypeError(_0x1759('0x83'));_0x550d8a[_0x1759('0x46')]=v[_0x1759('0x2a')]['fromObject'](_0x527eb6[_0x1759('0x46')]);}return null!=_0x527eb6[_0x1759('0x8')]&&(_0x550d8a[_0x1759('0x8')]=Boolean(_0x527eb6[_0x1759('0x8')])),_0x550d8a;},_0x5a7092[_0x1759('0x70')]=function(_0x1845f9,_0x3a2179){_0x3a2179||(_0x3a2179={});let _0x477857={};return _0x3a2179[_0x1759('0x5b')]&&(_0x477857[_0x1759('0x38')]=null,_0x477857['howMany']=0x0,_0x477857[_0x1759('0x46')]=null,_0x477857['wasUndone']=!0x1),null!=_0x1845f9['sourcePosition']&&_0x1845f9[_0x1759('0x65')](_0x1759('0x38'))&&(_0x477857[_0x1759('0x38')]=v[_0x1759('0x2a')][_0x1759('0x70')](_0x1845f9[_0x1759('0x38')],_0x3a2179)),null!=_0x1845f9[_0x1759('0x1d')]&&_0x1845f9[_0x1759('0x65')](_0x1759('0x1d'))&&(_0x477857[_0x1759('0x1d')]=_0x1845f9['howMany']),null!=_0x1845f9['targetPosition']&&_0x1845f9[_0x1759('0x65')](_0x1759('0x46'))&&(_0x477857[_0x1759('0x46')]=v[_0x1759('0x2a')]['toObject'](_0x1845f9[_0x1759('0x46')],_0x3a2179)),null!=_0x1845f9['wasUndone']&&_0x1845f9['hasOwnProperty'](_0x1759('0x8'))&&(_0x477857[_0x1759('0x8')]=_0x1845f9[_0x1759('0x8')]),_0x477857;},_0x5a7092[_0x1759('0x10')][_0x1759('0x27')]=function(){return this[_0x1759('0x84')][_0x1759('0x70')](this,_0x2789b2[_0x1759('0x81')][_0x1759('0x60')]);},_0x5a7092[_0x1759('0x8f')]=function(_0x59e73c){return void 0x0===_0x59e73c&&(_0x59e73c=_0x1759('0x24')),_0x59e73c+_0x1759('0x2b');},_0x5a7092;})();export const RenameOperation=v[_0x1759('0x72')]=(()=>{function _0x14706b(_0x2d363e){if(_0x2d363e)for(let _0x1a0f22=Object[_0x1759('0x7d')](_0x2d363e),_0x1fb5fb=0x0;_0x1fb5fb<_0x1a0f22[_0x1759('0x6b')];++_0x1fb5fb)null!=_0x2d363e[_0x1a0f22[_0x1fb5fb]]&&(this[_0x1a0f22[_0x1fb5fb]]=_0x2d363e[_0x1a0f22[_0x1fb5fb]]);}return _0x14706b[_0x1759('0x10')][_0x1759('0x54')]=null,_0x14706b[_0x1759('0x10')][_0x1759('0x57')]='',_0x14706b[_0x1759('0x10')][_0x1759('0x2e')]='',_0x14706b[_0x1759('0x10')][_0x1759('0x8')]=!0x1,_0x14706b[_0x1759('0x92')]=function(_0x1f5746){return new _0x14706b(_0x1f5746);},_0x14706b['encode']=function(_0x2015f6,_0x1a55d4){return _0x1a55d4||(_0x1a55d4=y[_0x1759('0x92')]()),null!=_0x2015f6[_0x1759('0x54')]&&Object[_0x1759('0x65')][_0x1759('0x5c')](_0x2015f6,'position')&&v[_0x1759('0x2a')][_0x1759('0x63')](_0x2015f6[_0x1759('0x54')],_0x1a55d4[_0x1759('0x2c')](0xa)[_0x1759('0x94')]())[_0x1759('0x51')](),null!=_0x2015f6[_0x1759('0x57')]&&Object['hasOwnProperty'][_0x1759('0x5c')](_0x2015f6,_0x1759('0x57'))&&_0x1a55d4[_0x1759('0x2c')](0x12)[_0x1759('0x88')](_0x2015f6[_0x1759('0x57')]),null!=_0x2015f6[_0x1759('0x2e')]&&Object[_0x1759('0x65')]['call'](_0x2015f6,'newName')&&_0x1a55d4[_0x1759('0x2c')](0x1a)[_0x1759('0x88')](_0x2015f6[_0x1759('0x2e')]),null!=_0x2015f6[_0x1759('0x8')]&&Object[_0x1759('0x65')]['call'](_0x2015f6,'wasUndone')&&_0x1a55d4[_0x1759('0x2c')](0x20)['bool'](_0x2015f6[_0x1759('0x8')]),_0x1a55d4;},_0x14706b[_0x1759('0x61')]=function(_0x3f9fe2,_0x1e0f66){return this[_0x1759('0x63')](_0x3f9fe2,_0x1e0f66)[_0x1759('0x51')]();},_0x14706b[_0x1759('0x1f')]=function(_0x2562ce,_0x2899eb){_0x2562ce instanceof j||(_0x2562ce=j['create'](_0x2562ce));let _0x2113f3=void 0x0===_0x2899eb?_0x2562ce[_0x1759('0x66')]:_0x2562ce['pos']+_0x2899eb,_0x2cc377=new v[(_0x1759('0x72'))]();for(;_0x2562ce[_0x1759('0x62')]<_0x2113f3;){let _0x145dea=_0x2562ce[_0x1759('0x2c')]();switch(_0x145dea>>>0x3){case 0x1:_0x2cc377[_0x1759('0x54')]=v[_0x1759('0x2a')]['decode'](_0x2562ce,_0x2562ce['uint32']());break;case 0x2:_0x2cc377[_0x1759('0x57')]=_0x2562ce[_0x1759('0x88')]();break;case 0x3:_0x2cc377[_0x1759('0x2e')]=_0x2562ce[_0x1759('0x88')]();break;case 0x4:_0x2cc377[_0x1759('0x8')]=_0x2562ce[_0x1759('0x29')]();break;default:_0x2562ce['skipType'](0x7&_0x145dea);}}return _0x2cc377;},_0x14706b['decodeDelimited']=function(_0xe8f04e){return _0xe8f04e instanceof j||(_0xe8f04e=new j(_0xe8f04e)),this[_0x1759('0x1f')](_0xe8f04e,_0xe8f04e[_0x1759('0x2c')]());},_0x14706b[_0x1759('0x5e')]=function(_0x2e815a){if(_0x1759('0x49')!=typeof _0x2e815a||null===_0x2e815a)return _0x1759('0x3d');if(null!=_0x2e815a['position']&&_0x2e815a[_0x1759('0x65')]('position')){let _0x22140c=v[_0x1759('0x2a')][_0x1759('0x5e')](_0x2e815a[_0x1759('0x54')]);if(_0x22140c)return _0x1759('0x3c')+_0x22140c;}return null!=_0x2e815a[_0x1759('0x57')]&&_0x2e815a[_0x1759('0x65')](_0x1759('0x57'))&&!k[_0x1759('0x42')](_0x2e815a[_0x1759('0x57')])?_0x1759('0x39'):null!=_0x2e815a[_0x1759('0x2e')]&&_0x2e815a['hasOwnProperty'](_0x1759('0x2e'))&&!k[_0x1759('0x42')](_0x2e815a[_0x1759('0x2e')])?'newName:\x20string\x20expected':null!=_0x2e815a[_0x1759('0x8')]&&_0x2e815a[_0x1759('0x65')](_0x1759('0x8'))&&'boolean'!=typeof _0x2e815a[_0x1759('0x8')]?_0x1759('0x4c'):null;},_0x14706b[_0x1759('0xf')]=function(_0x5d4334){if(_0x5d4334 instanceof v[_0x1759('0x72')])return _0x5d4334;let _0x13ba23=new v[(_0x1759('0x72'))]();if(null!=_0x5d4334['position']){if(_0x1759('0x49')!=typeof _0x5d4334[_0x1759('0x54')])throw TypeError(_0x1759('0x58'));_0x13ba23[_0x1759('0x54')]=v[_0x1759('0x2a')][_0x1759('0xf')](_0x5d4334[_0x1759('0x54')]);}return null!=_0x5d4334['oldName']&&(_0x13ba23[_0x1759('0x57')]=String(_0x5d4334[_0x1759('0x57')])),null!=_0x5d4334[_0x1759('0x2e')]&&(_0x13ba23['newName']=String(_0x5d4334[_0x1759('0x2e')])),null!=_0x5d4334[_0x1759('0x8')]&&(_0x13ba23[_0x1759('0x8')]=Boolean(_0x5d4334['wasUndone'])),_0x13ba23;},_0x14706b['toObject']=function(_0x108d4a,_0x5985d9){_0x5985d9||(_0x5985d9={});let _0x88c2fd={};return _0x5985d9[_0x1759('0x5b')]&&(_0x88c2fd[_0x1759('0x54')]=null,_0x88c2fd['oldName']='',_0x88c2fd[_0x1759('0x2e')]='',_0x88c2fd[_0x1759('0x8')]=!0x1),null!=_0x108d4a['position']&&_0x108d4a[_0x1759('0x65')](_0x1759('0x54'))&&(_0x88c2fd[_0x1759('0x54')]=v[_0x1759('0x2a')][_0x1759('0x70')](_0x108d4a[_0x1759('0x54')],_0x5985d9)),null!=_0x108d4a[_0x1759('0x57')]&&_0x108d4a[_0x1759('0x65')](_0x1759('0x57'))&&(_0x88c2fd[_0x1759('0x57')]=_0x108d4a['oldName']),null!=_0x108d4a[_0x1759('0x2e')]&&_0x108d4a[_0x1759('0x65')](_0x1759('0x2e'))&&(_0x88c2fd[_0x1759('0x2e')]=_0x108d4a[_0x1759('0x2e')]),null!=_0x108d4a[_0x1759('0x8')]&&_0x108d4a[_0x1759('0x65')](_0x1759('0x8'))&&(_0x88c2fd['wasUndone']=_0x108d4a[_0x1759('0x8')]),_0x88c2fd;},_0x14706b[_0x1759('0x10')]['toJSON']=function(){return this[_0x1759('0x84')][_0x1759('0x70')](this,_0x2789b2['util']['toJSONOptions']);},_0x14706b[_0x1759('0x8f')]=function(_0x3e82dd){return void 0x0===_0x3e82dd&&(_0x3e82dd='type.googleapis.com'),_0x3e82dd+_0x1759('0x52');},_0x14706b;})();export const RootAttributeOperation=v[_0x1759('0xb')]=(()=>{function _0x472b86(_0x46dedf){if(_0x46dedf)for(let _0x262cac=Object['keys'](_0x46dedf),_0x25286a=0x0;_0x25286a<_0x262cac[_0x1759('0x6b')];++_0x25286a)null!=_0x46dedf[_0x262cac[_0x25286a]]&&(this[_0x262cac[_0x25286a]]=_0x46dedf[_0x262cac[_0x25286a]]);}return _0x472b86[_0x1759('0x10')]['root']='',_0x472b86[_0x1759('0x10')][_0x1759('0x82')]='',_0x472b86[_0x1759('0x10')]['oldValueBoolean']=!0x1,_0x472b86[_0x1759('0x10')][_0x1759('0x7e')]='',_0x472b86['prototype'][_0x1759('0x8e')]=!0x1,_0x472b86[_0x1759('0x10')][_0x1759('0x43')]='',_0x472b86[_0x1759('0x10')][_0x1759('0x8')]=!0x1,_0x472b86['create']=function(_0x40de95){return new _0x472b86(_0x40de95);},_0x472b86['encode']=function(_0x37d946,_0x5c071a){return _0x5c071a||(_0x5c071a=y['create']()),null!=_0x37d946[_0x1759('0x86')]&&Object[_0x1759('0x65')][_0x1759('0x5c')](_0x37d946,_0x1759('0x86'))&&_0x5c071a[_0x1759('0x2c')](0xa)[_0x1759('0x88')](_0x37d946[_0x1759('0x86')]),null!=_0x37d946[_0x1759('0x82')]&&Object[_0x1759('0x65')][_0x1759('0x5c')](_0x37d946,_0x1759('0x82'))&&_0x5c071a[_0x1759('0x2c')](0x12)[_0x1759('0x88')](_0x37d946['key']),null!=_0x37d946[_0x1759('0x6c')]&&Object[_0x1759('0x65')][_0x1759('0x5c')](_0x37d946,'oldValueBoolean')&&_0x5c071a[_0x1759('0x2c')](0x18)['bool'](_0x37d946[_0x1759('0x6c')]),null!=_0x37d946[_0x1759('0x7e')]&&Object[_0x1759('0x65')][_0x1759('0x5c')](_0x37d946,_0x1759('0x7e'))&&_0x5c071a[_0x1759('0x2c')](0x22)[_0x1759('0x88')](_0x37d946[_0x1759('0x7e')]),null!=_0x37d946[_0x1759('0x8e')]&&Object[_0x1759('0x65')][_0x1759('0x5c')](_0x37d946,_0x1759('0x8e'))&&_0x5c071a[_0x1759('0x2c')](0x28)[_0x1759('0x29')](_0x37d946[_0x1759('0x8e')]),null!=_0x37d946[_0x1759('0x43')]&&Object[_0x1759('0x65')][_0x1759('0x5c')](_0x37d946,_0x1759('0x43'))&&_0x5c071a[_0x1759('0x2c')](0x32)[_0x1759('0x88')](_0x37d946[_0x1759('0x43')]),null!=_0x37d946[_0x1759('0x8')]&&Object[_0x1759('0x65')][_0x1759('0x5c')](_0x37d946,'wasUndone')&&_0x5c071a[_0x1759('0x2c')](0x38)[_0x1759('0x29')](_0x37d946[_0x1759('0x8')]),_0x5c071a;},_0x472b86[_0x1759('0x61')]=function(_0x263477,_0x1a3461){return this[_0x1759('0x63')](_0x263477,_0x1a3461)[_0x1759('0x51')]();},_0x472b86['decode']=function(_0x489f48,_0x344329){_0x489f48 instanceof j||(_0x489f48=j[_0x1759('0x92')](_0x489f48));let _0x36f8a0=void 0x0===_0x344329?_0x489f48[_0x1759('0x66')]:_0x489f48[_0x1759('0x62')]+_0x344329,_0x58bd9a=new v[(_0x1759('0xb'))]();for(;_0x489f48['pos']<_0x36f8a0;){let _0xe3470d=_0x489f48[_0x1759('0x2c')]();switch(_0xe3470d>>>0x3){case 0x1:_0x58bd9a[_0x1759('0x86')]=_0x489f48[_0x1759('0x88')]();break;case 0x2:_0x58bd9a['key']=_0x489f48[_0x1759('0x88')]();break;case 0x3:_0x58bd9a['oldValueBoolean']=_0x489f48[_0x1759('0x29')]();break;case 0x4:_0x58bd9a[_0x1759('0x7e')]=_0x489f48[_0x1759('0x88')]();break;case 0x5:_0x58bd9a[_0x1759('0x8e')]=_0x489f48[_0x1759('0x29')]();break;case 0x6:_0x58bd9a['newValueJson']=_0x489f48['string']();break;case 0x7:_0x58bd9a[_0x1759('0x8')]=_0x489f48[_0x1759('0x29')]();break;default:_0x489f48[_0x1759('0x6f')](0x7&_0xe3470d);}}return _0x58bd9a;},_0x472b86[_0x1759('0x3')]=function(_0x561cbc){return _0x561cbc instanceof j||(_0x561cbc=new j(_0x561cbc)),this[_0x1759('0x1f')](_0x561cbc,_0x561cbc['uint32']());},_0x472b86[_0x1759('0x5e')]=function(_0x181d1a){return'object'!=typeof _0x181d1a||null===_0x181d1a?'object\x20expected':null!=_0x181d1a[_0x1759('0x86')]&&_0x181d1a[_0x1759('0x65')](_0x1759('0x86'))&&!k[_0x1759('0x42')](_0x181d1a[_0x1759('0x86')])?_0x1759('0x48'):null!=_0x181d1a[_0x1759('0x82')]&&_0x181d1a[_0x1759('0x65')](_0x1759('0x82'))&&!k[_0x1759('0x42')](_0x181d1a[_0x1759('0x82')])?'key:\x20string\x20expected':null!=_0x181d1a['oldValueBoolean']&&_0x181d1a['hasOwnProperty'](_0x1759('0x6c'))&&_0x1759('0x34')!=typeof _0x181d1a[_0x1759('0x6c')]?_0x1759('0x87'):null!=_0x181d1a[_0x1759('0x7e')]&&_0x181d1a['hasOwnProperty'](_0x1759('0x7e'))&&!k[_0x1759('0x42')](_0x181d1a[_0x1759('0x7e')])?'oldValueJson:\x20string\x20expected':null!=_0x181d1a[_0x1759('0x8e')]&&_0x181d1a['hasOwnProperty'](_0x1759('0x8e'))&&_0x1759('0x34')!=typeof _0x181d1a[_0x1759('0x8e')]?'newValueBoolean:\x20boolean\x20expected':null!=_0x181d1a[_0x1759('0x43')]&&_0x181d1a[_0x1759('0x65')](_0x1759('0x43'))&&!k['isString'](_0x181d1a[_0x1759('0x43')])?_0x1759('0x69'):null!=_0x181d1a[_0x1759('0x8')]&&_0x181d1a['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x181d1a['wasUndone']?_0x1759('0x4c'):null;},_0x472b86[_0x1759('0xf')]=function(_0x941010){if(_0x941010 instanceof v[_0x1759('0xb')])return _0x941010;let _0x2c5461=new v[(_0x1759('0xb'))]();return null!=_0x941010[_0x1759('0x86')]&&(_0x2c5461['root']=String(_0x941010[_0x1759('0x86')])),null!=_0x941010[_0x1759('0x82')]&&(_0x2c5461[_0x1759('0x82')]=String(_0x941010['key'])),null!=_0x941010['oldValueBoolean']&&(_0x2c5461['oldValueBoolean']=Boolean(_0x941010[_0x1759('0x6c')])),null!=_0x941010[_0x1759('0x7e')]&&(_0x2c5461[_0x1759('0x7e')]=String(_0x941010[_0x1759('0x7e')])),null!=_0x941010[_0x1759('0x8e')]&&(_0x2c5461['newValueBoolean']=Boolean(_0x941010[_0x1759('0x8e')])),null!=_0x941010['newValueJson']&&(_0x2c5461['newValueJson']=String(_0x941010[_0x1759('0x43')])),null!=_0x941010[_0x1759('0x8')]&&(_0x2c5461[_0x1759('0x8')]=Boolean(_0x941010[_0x1759('0x8')])),_0x2c5461;},_0x472b86[_0x1759('0x70')]=function(_0x3ff678,_0x51f297){_0x51f297||(_0x51f297={});let _0xb70f8={};return _0x51f297['defaults']&&(_0xb70f8[_0x1759('0x86')]='',_0xb70f8[_0x1759('0x82')]='',_0xb70f8[_0x1759('0x6c')]=!0x1,_0xb70f8[_0x1759('0x7e')]='',_0xb70f8['newValueBoolean']=!0x1,_0xb70f8[_0x1759('0x43')]='',_0xb70f8[_0x1759('0x8')]=!0x1),null!=_0x3ff678[_0x1759('0x86')]&&_0x3ff678[_0x1759('0x65')](_0x1759('0x86'))&&(_0xb70f8[_0x1759('0x86')]=_0x3ff678['root']),null!=_0x3ff678[_0x1759('0x82')]&&_0x3ff678[_0x1759('0x65')]('key')&&(_0xb70f8[_0x1759('0x82')]=_0x3ff678[_0x1759('0x82')]),null!=_0x3ff678[_0x1759('0x6c')]&&_0x3ff678[_0x1759('0x65')](_0x1759('0x6c'))&&(_0xb70f8[_0x1759('0x6c')]=_0x3ff678[_0x1759('0x6c')]),null!=_0x3ff678[_0x1759('0x7e')]&&_0x3ff678['hasOwnProperty'](_0x1759('0x7e'))&&(_0xb70f8[_0x1759('0x7e')]=_0x3ff678[_0x1759('0x7e')]),null!=_0x3ff678['newValueBoolean']&&_0x3ff678[_0x1759('0x65')](_0x1759('0x8e'))&&(_0xb70f8[_0x1759('0x8e')]=_0x3ff678[_0x1759('0x8e')]),null!=_0x3ff678[_0x1759('0x43')]&&_0x3ff678[_0x1759('0x65')](_0x1759('0x43'))&&(_0xb70f8['newValueJson']=_0x3ff678[_0x1759('0x43')]),null!=_0x3ff678[_0x1759('0x8')]&&_0x3ff678['hasOwnProperty'](_0x1759('0x8'))&&(_0xb70f8[_0x1759('0x8')]=_0x3ff678[_0x1759('0x8')]),_0xb70f8;},_0x472b86[_0x1759('0x10')][_0x1759('0x27')]=function(){return this[_0x1759('0x84')][_0x1759('0x70')](this,_0x2789b2['util'][_0x1759('0x60')]);},_0x472b86[_0x1759('0x8f')]=function(_0xa394b0){return void 0x0===_0xa394b0&&(_0xa394b0=_0x1759('0x24')),_0xa394b0+_0x1759('0xc');},_0x472b86;})();export const RootOperation=v['RootOperation']=(()=>{function _0x3a38ca(_0x51d82f){if(_0x51d82f)for(let _0x3bf726=Object['keys'](_0x51d82f),_0x2bd0b1=0x0;_0x2bd0b1<_0x3bf726[_0x1759('0x6b')];++_0x2bd0b1)null!=_0x51d82f[_0x3bf726[_0x2bd0b1]]&&(this[_0x3bf726[_0x2bd0b1]]=_0x51d82f[_0x3bf726[_0x2bd0b1]]);}return _0x3a38ca['prototype'][_0x1759('0x21')]='',_0x3a38ca[_0x1759('0x10')][_0x1759('0x4d')]='',_0x3a38ca[_0x1759('0x10')][_0x1759('0x9')]=!0x1,_0x3a38ca[_0x1759('0x10')][_0x1759('0x8')]=!0x1,_0x3a38ca[_0x1759('0x92')]=function(_0x5b3144){return new _0x3a38ca(_0x5b3144);},_0x3a38ca[_0x1759('0x63')]=function(_0x55e989,_0x9f7c8){return _0x9f7c8||(_0x9f7c8=y[_0x1759('0x92')]()),null!=_0x55e989[_0x1759('0x21')]&&Object[_0x1759('0x65')][_0x1759('0x5c')](_0x55e989,_0x1759('0x21'))&&_0x9f7c8[_0x1759('0x2c')](0xa)['string'](_0x55e989[_0x1759('0x21')]),null!=_0x55e989[_0x1759('0x4d')]&&Object[_0x1759('0x65')][_0x1759('0x5c')](_0x55e989,_0x1759('0x4d'))&&_0x9f7c8[_0x1759('0x2c')](0x12)[_0x1759('0x88')](_0x55e989[_0x1759('0x4d')]),null!=_0x55e989['isAdd']&&Object[_0x1759('0x65')][_0x1759('0x5c')](_0x55e989,_0x1759('0x9'))&&_0x9f7c8['uint32'](0x18)[_0x1759('0x29')](_0x55e989[_0x1759('0x9')]),null!=_0x55e989['wasUndone']&&Object[_0x1759('0x65')][_0x1759('0x5c')](_0x55e989,'wasUndone')&&_0x9f7c8[_0x1759('0x2c')](0x20)[_0x1759('0x29')](_0x55e989['wasUndone']),_0x9f7c8;},_0x3a38ca[_0x1759('0x61')]=function(_0xd6c776,_0x1aabee){return this[_0x1759('0x63')](_0xd6c776,_0x1aabee)[_0x1759('0x51')]();},_0x3a38ca[_0x1759('0x1f')]=function(_0x4f8326,_0x4d9049){_0x4f8326 instanceof j||(_0x4f8326=j[_0x1759('0x92')](_0x4f8326));let _0x100475=void 0x0===_0x4d9049?_0x4f8326[_0x1759('0x66')]:_0x4f8326[_0x1759('0x62')]+_0x4d9049,_0x5b409a=new v[(_0x1759('0x1c'))]();for(;_0x4f8326[_0x1759('0x62')]<_0x100475;){let _0x4bd8ed=_0x4f8326[_0x1759('0x2c')]();switch(_0x4bd8ed>>>0x3){case 0x1:_0x5b409a['rootName']=_0x4f8326[_0x1759('0x88')]();break;case 0x2:_0x5b409a[_0x1759('0x4d')]=_0x4f8326['string']();break;case 0x3:_0x5b409a[_0x1759('0x9')]=_0x4f8326['bool']();break;case 0x4:_0x5b409a[_0x1759('0x8')]=_0x4f8326['bool']();break;default:_0x4f8326[_0x1759('0x6f')](0x7&_0x4bd8ed);}}return _0x5b409a;},_0x3a38ca[_0x1759('0x3')]=function(_0x12f9dc){return _0x12f9dc instanceof j||(_0x12f9dc=new j(_0x12f9dc)),this[_0x1759('0x1f')](_0x12f9dc,_0x12f9dc[_0x1759('0x2c')]());},_0x3a38ca[_0x1759('0x5e')]=function(_0x517ed0){return'object'!=typeof _0x517ed0||null===_0x517ed0?_0x1759('0x3d'):null!=_0x517ed0[_0x1759('0x21')]&&_0x517ed0[_0x1759('0x65')](_0x1759('0x21'))&&!k[_0x1759('0x42')](_0x517ed0['rootName'])?'rootName:\x20string\x20expected':null!=_0x517ed0[_0x1759('0x4d')]&&_0x517ed0['hasOwnProperty'](_0x1759('0x4d'))&&!k[_0x1759('0x42')](_0x517ed0[_0x1759('0x4d')])?_0x1759('0x4b'):null!=_0x517ed0[_0x1759('0x9')]&&_0x517ed0[_0x1759('0x65')](_0x1759('0x9'))&&_0x1759('0x34')!=typeof _0x517ed0['isAdd']?'isAdd:\x20boolean\x20expected':null!=_0x517ed0[_0x1759('0x8')]&&_0x517ed0[_0x1759('0x65')](_0x1759('0x8'))&&_0x1759('0x34')!=typeof _0x517ed0[_0x1759('0x8')]?_0x1759('0x4c'):null;},_0x3a38ca[_0x1759('0xf')]=function(_0xa1a94d){if(_0xa1a94d instanceof v['RootOperation'])return _0xa1a94d;let _0x351f1a=new v[(_0x1759('0x1c'))]();return null!=_0xa1a94d[_0x1759('0x21')]&&(_0x351f1a['rootName']=String(_0xa1a94d['rootName'])),null!=_0xa1a94d[_0x1759('0x4d')]&&(_0x351f1a['elementName']=String(_0xa1a94d[_0x1759('0x4d')])),null!=_0xa1a94d[_0x1759('0x9')]&&(_0x351f1a['isAdd']=Boolean(_0xa1a94d[_0x1759('0x9')])),null!=_0xa1a94d[_0x1759('0x8')]&&(_0x351f1a[_0x1759('0x8')]=Boolean(_0xa1a94d[_0x1759('0x8')])),_0x351f1a;},_0x3a38ca[_0x1759('0x70')]=function(_0x52c3ea,_0x22d951){_0x22d951||(_0x22d951={});let _0x43b120={};return _0x22d951[_0x1759('0x5b')]&&(_0x43b120['rootName']='',_0x43b120['elementName']='',_0x43b120[_0x1759('0x9')]=!0x1,_0x43b120['wasUndone']=!0x1),null!=_0x52c3ea[_0x1759('0x21')]&&_0x52c3ea[_0x1759('0x65')](_0x1759('0x21'))&&(_0x43b120[_0x1759('0x21')]=_0x52c3ea[_0x1759('0x21')]),null!=_0x52c3ea['elementName']&&_0x52c3ea['hasOwnProperty']('elementName')&&(_0x43b120[_0x1759('0x4d')]=_0x52c3ea[_0x1759('0x4d')]),null!=_0x52c3ea[_0x1759('0x9')]&&_0x52c3ea['hasOwnProperty'](_0x1759('0x9'))&&(_0x43b120['isAdd']=_0x52c3ea[_0x1759('0x9')]),null!=_0x52c3ea['wasUndone']&&_0x52c3ea[_0x1759('0x65')](_0x1759('0x8'))&&(_0x43b120[_0x1759('0x8')]=_0x52c3ea['wasUndone']),_0x43b120;},_0x3a38ca[_0x1759('0x10')]['toJSON']=function(){return this[_0x1759('0x84')][_0x1759('0x70')](this,_0x2789b2[_0x1759('0x81')][_0x1759('0x60')]);},_0x3a38ca[_0x1759('0x8f')]=function(_0x58ef7b){return void 0x0===_0x58ef7b&&(_0x58ef7b=_0x1759('0x24')),_0x58ef7b+_0x1759('0x5d');},_0x3a38ca;})();export const SplitOperation=v['SplitOperation']=(()=>{function _0x1b5bc1(_0xd62805){if(_0xd62805)for(let _0x36fbc6=Object[_0x1759('0x7d')](_0xd62805),_0x572715=0x0;_0x572715<_0x36fbc6[_0x1759('0x6b')];++_0x572715)null!=_0xd62805[_0x36fbc6[_0x572715]]&&(this[_0x36fbc6[_0x572715]]=_0xd62805[_0x36fbc6[_0x572715]]);}return _0x1b5bc1[_0x1759('0x10')][_0x1759('0x7f')]=null,_0x1b5bc1[_0x1759('0x10')][_0x1759('0x4e')]=null,_0x1b5bc1[_0x1759('0x10')][_0x1759('0x1d')]=0x0,_0x1b5bc1[_0x1759('0x10')][_0x1759('0x31')]=null,_0x1b5bc1[_0x1759('0x10')][_0x1759('0x8')]=!0x1,_0x1b5bc1['create']=function(_0x1dfe69){return new _0x1b5bc1(_0x1dfe69);},_0x1b5bc1[_0x1759('0x63')]=function(_0x34e745,_0x59e013){return _0x59e013||(_0x59e013=y[_0x1759('0x92')]()),null!=_0x34e745['splitPosition']&&Object[_0x1759('0x65')][_0x1759('0x5c')](_0x34e745,_0x1759('0x7f'))&&v[_0x1759('0x2a')]['encode'](_0x34e745[_0x1759('0x7f')],_0x59e013[_0x1759('0x2c')](0xa)[_0x1759('0x94')]())[_0x1759('0x51')](),null!=_0x34e745[_0x1759('0x4e')]&&Object[_0x1759('0x65')][_0x1759('0x5c')](_0x34e745,_0x1759('0x4e'))&&v['Position'][_0x1759('0x63')](_0x34e745['graveyardPosition'],_0x59e013['uint32'](0x12)[_0x1759('0x94')]())[_0x1759('0x51')](),null!=_0x34e745[_0x1759('0x1d')]&&Object[_0x1759('0x65')]['call'](_0x34e745,'howMany')&&_0x59e013['uint32'](0x18)[_0x1759('0x2c')](_0x34e745[_0x1759('0x1d')]),null!=_0x34e745['insertionPosition']&&Object[_0x1759('0x65')]['call'](_0x34e745,_0x1759('0x31'))&&v[_0x1759('0x2a')][_0x1759('0x63')](_0x34e745[_0x1759('0x31')],_0x59e013[_0x1759('0x2c')](0x22)[_0x1759('0x94')]())[_0x1759('0x51')](),null!=_0x34e745[_0x1759('0x8')]&&Object[_0x1759('0x65')]['call'](_0x34e745,_0x1759('0x8'))&&_0x59e013[_0x1759('0x2c')](0x28)[_0x1759('0x29')](_0x34e745[_0x1759('0x8')]),_0x59e013;},_0x1b5bc1['encodeDelimited']=function(_0xdd7f3a,_0x556999){return this[_0x1759('0x63')](_0xdd7f3a,_0x556999)['ldelim']();},_0x1b5bc1[_0x1759('0x1f')]=function(_0x32641f,_0x25ec38){_0x32641f instanceof j||(_0x32641f=j[_0x1759('0x92')](_0x32641f));let _0x211e35=void 0x0===_0x25ec38?_0x32641f[_0x1759('0x66')]:_0x32641f['pos']+_0x25ec38,_0x5514b1=new v[(_0x1759('0x8d'))]();for(;_0x32641f[_0x1759('0x62')]<_0x211e35;){let _0x4973d3=_0x32641f[_0x1759('0x2c')]();switch(_0x4973d3>>>0x3){case 0x1:_0x5514b1[_0x1759('0x7f')]=v[_0x1759('0x2a')][_0x1759('0x1f')](_0x32641f,_0x32641f[_0x1759('0x2c')]());break;case 0x2:_0x5514b1[_0x1759('0x4e')]=v[_0x1759('0x2a')][_0x1759('0x1f')](_0x32641f,_0x32641f[_0x1759('0x2c')]());break;case 0x3:_0x5514b1['howMany']=_0x32641f[_0x1759('0x2c')]();break;case 0x4:_0x5514b1[_0x1759('0x31')]=v['Position'][_0x1759('0x1f')](_0x32641f,_0x32641f['uint32']());break;case 0x5:_0x5514b1[_0x1759('0x8')]=_0x32641f['bool']();break;default:_0x32641f[_0x1759('0x6f')](0x7&_0x4973d3);}}return _0x5514b1;},_0x1b5bc1[_0x1759('0x3')]=function(_0x129b76){return _0x129b76 instanceof j||(_0x129b76=new j(_0x129b76)),this['decode'](_0x129b76,_0x129b76[_0x1759('0x2c')]());},_0x1b5bc1[_0x1759('0x5e')]=function(_0x40196d){if(_0x1759('0x49')!=typeof _0x40196d||null===_0x40196d)return'object\x20expected';if(null!=_0x40196d[_0x1759('0x7f')]&&_0x40196d['hasOwnProperty'](_0x1759('0x7f'))){let _0x4b9adc=v['Position']['verify'](_0x40196d[_0x1759('0x7f')]);if(_0x4b9adc)return _0x1759('0x1b')+_0x4b9adc;}if(null!=_0x40196d[_0x1759('0x4e')]&&_0x40196d[_0x1759('0x65')](_0x1759('0x4e'))){let _0x4885d2=v[_0x1759('0x2a')]['verify'](_0x40196d[_0x1759('0x4e')]);if(_0x4885d2)return _0x1759('0x79')+_0x4885d2;}if(null!=_0x40196d[_0x1759('0x1d')]&&_0x40196d[_0x1759('0x65')](_0x1759('0x1d'))&&!k['isInteger'](_0x40196d[_0x1759('0x1d')]))return'howMany:\x20integer\x20expected';if(null!=_0x40196d[_0x1759('0x31')]&&_0x40196d[_0x1759('0x65')](_0x1759('0x31'))){let _0x4133da=v[_0x1759('0x2a')]['verify'](_0x40196d[_0x1759('0x31')]);if(_0x4133da)return _0x1759('0x74')+_0x4133da;}return null!=_0x40196d[_0x1759('0x8')]&&_0x40196d['hasOwnProperty'](_0x1759('0x8'))&&_0x1759('0x34')!=typeof _0x40196d['wasUndone']?_0x1759('0x4c'):null;},_0x1b5bc1[_0x1759('0xf')]=function(_0x3a3504){if(_0x3a3504 instanceof v[_0x1759('0x8d')])return _0x3a3504;let _0x305f2c=new v[(_0x1759('0x8d'))]();if(null!=_0x3a3504[_0x1759('0x7f')]){if(_0x1759('0x49')!=typeof _0x3a3504['splitPosition'])throw TypeError(_0x1759('0x50'));_0x305f2c[_0x1759('0x7f')]=v[_0x1759('0x2a')]['fromObject'](_0x3a3504[_0x1759('0x7f')]);}if(null!=_0x3a3504[_0x1759('0x4e')]){if('object'!=typeof _0x3a3504['graveyardPosition'])throw TypeError(_0x1759('0x37'));_0x305f2c[_0x1759('0x4e')]=v[_0x1759('0x2a')][_0x1759('0xf')](_0x3a3504[_0x1759('0x4e')]);}if(null!=_0x3a3504['howMany']&&(_0x305f2c[_0x1759('0x1d')]=_0x3a3504['howMany']>>>0x0),null!=_0x3a3504[_0x1759('0x31')]){if(_0x1759('0x49')!=typeof _0x3a3504[_0x1759('0x31')])throw TypeError(_0x1759('0x59'));_0x305f2c[_0x1759('0x31')]=v['Position'][_0x1759('0xf')](_0x3a3504['insertionPosition']);}return null!=_0x3a3504[_0x1759('0x8')]&&(_0x305f2c[_0x1759('0x8')]=Boolean(_0x3a3504[_0x1759('0x8')])),_0x305f2c;},_0x1b5bc1['toObject']=function(_0x14f1e7,_0x3f7c1c){_0x3f7c1c||(_0x3f7c1c={});let _0x4523e2={};return _0x3f7c1c['defaults']&&(_0x4523e2[_0x1759('0x7f')]=null,_0x4523e2[_0x1759('0x4e')]=null,_0x4523e2[_0x1759('0x1d')]=0x0,_0x4523e2['insertionPosition']=null,_0x4523e2[_0x1759('0x8')]=!0x1),null!=_0x14f1e7[_0x1759('0x7f')]&&_0x14f1e7[_0x1759('0x65')]('splitPosition')&&(_0x4523e2['splitPosition']=v[_0x1759('0x2a')]['toObject'](_0x14f1e7['splitPosition'],_0x3f7c1c)),null!=_0x14f1e7[_0x1759('0x4e')]&&_0x14f1e7['hasOwnProperty'](_0x1759('0x4e'))&&(_0x4523e2[_0x1759('0x4e')]=v['Position'][_0x1759('0x70')](_0x14f1e7['graveyardPosition'],_0x3f7c1c)),null!=_0x14f1e7['howMany']&&_0x14f1e7[_0x1759('0x65')](_0x1759('0x1d'))&&(_0x4523e2[_0x1759('0x1d')]=_0x14f1e7[_0x1759('0x1d')]),null!=_0x14f1e7[_0x1759('0x31')]&&_0x14f1e7[_0x1759('0x65')](_0x1759('0x31'))&&(_0x4523e2[_0x1759('0x31')]=v[_0x1759('0x2a')]['toObject'](_0x14f1e7[_0x1759('0x31')],_0x3f7c1c)),null!=_0x14f1e7[_0x1759('0x8')]&&_0x14f1e7[_0x1759('0x65')](_0x1759('0x8'))&&(_0x4523e2[_0x1759('0x8')]=_0x14f1e7[_0x1759('0x8')]),_0x4523e2;},_0x1b5bc1['prototype']['toJSON']=function(){return this[_0x1759('0x84')][_0x1759('0x70')](this,_0x2789b2[_0x1759('0x81')][_0x1759('0x60')]);},_0x1b5bc1['getTypeUrl']=function(_0x3ecdac){return void 0x0===_0x3ecdac&&(_0x3ecdac='type.googleapis.com'),_0x3ecdac+_0x1759('0x28');},_0x1b5bc1;})();export const Position=v[_0x1759('0x2a')]=(()=>{function _0x3ebde1(_0x9295cb){if(this[_0x1759('0x44')]=[],_0x9295cb)for(let _0xbed3d2=Object[_0x1759('0x7d')](_0x9295cb),_0x3460cd=0x0;_0x3460cd<_0xbed3d2['length'];++_0x3460cd)null!=_0x9295cb[_0xbed3d2[_0x3460cd]]&&(this[_0xbed3d2[_0x3460cd]]=_0x9295cb[_0xbed3d2[_0x3460cd]]);}return _0x3ebde1[_0x1759('0x10')][_0x1759('0x86')]='',_0x3ebde1[_0x1759('0x10')][_0x1759('0x14')]=!0x1,_0x3ebde1[_0x1759('0x10')][_0x1759('0x16')]=!0x1,_0x3ebde1['prototype']['path']=k[_0x1759('0x47')],_0x3ebde1['prototype'][_0x1759('0x89')]='',_0x3ebde1[_0x1759('0x92')]=function(_0xca1f7b){return new _0x3ebde1(_0xca1f7b);},_0x3ebde1['encode']=function(_0x19172a,_0x806a7a){if(_0x806a7a||(_0x806a7a=y[_0x1759('0x92')]()),null!=_0x19172a['root']&&Object[_0x1759('0x65')][_0x1759('0x5c')](_0x19172a,_0x1759('0x86'))&&_0x806a7a[_0x1759('0x2c')](0xa)['string'](_0x19172a[_0x1759('0x86')]),null!=_0x19172a[_0x1759('0x14')]&&Object[_0x1759('0x65')]['call'](_0x19172a,_0x1759('0x14'))&&_0x806a7a[_0x1759('0x2c')](0x10)[_0x1759('0x29')](_0x19172a[_0x1759('0x14')]),null!=_0x19172a[_0x1759('0x16')]&&Object['hasOwnProperty'][_0x1759('0x5c')](_0x19172a,_0x1759('0x16'))&&_0x806a7a[_0x1759('0x2c')](0x18)[_0x1759('0x29')](_0x19172a[_0x1759('0x16')]),null!=_0x19172a[_0x1759('0x44')]&&_0x19172a[_0x1759('0x44')]['length']){_0x806a7a['uint32'](0x22)[_0x1759('0x94')]();for(let _0x2454e9=0x0;_0x2454e9<_0x19172a[_0x1759('0x44')]['length'];++_0x2454e9)_0x806a7a[_0x1759('0x2c')](_0x19172a[_0x1759('0x44')][_0x2454e9]);_0x806a7a[_0x1759('0x51')]();}return null!=_0x19172a[_0x1759('0x89')]&&Object[_0x1759('0x65')][_0x1759('0x5c')](_0x19172a,'stickiness')&&_0x806a7a[_0x1759('0x2c')](0x2a)['string'](_0x19172a['stickiness']),_0x806a7a;},_0x3ebde1[_0x1759('0x61')]=function(_0x6fa621,_0x2cb3e7){return this[_0x1759('0x63')](_0x6fa621,_0x2cb3e7)[_0x1759('0x51')]();},_0x3ebde1['decode']=function(_0x404308,_0x5acb9b){_0x404308 instanceof j||(_0x404308=j[_0x1759('0x92')](_0x404308));let _0x2e0f02=void 0x0===_0x5acb9b?_0x404308[_0x1759('0x66')]:_0x404308['pos']+_0x5acb9b,_0xe7662b=new v[(_0x1759('0x2a'))]();for(;_0x404308[_0x1759('0x62')]<_0x2e0f02;){let _0x265616=_0x404308[_0x1759('0x2c')]();switch(_0x265616>>>0x3){case 0x1:_0xe7662b[_0x1759('0x86')]=_0x404308[_0x1759('0x88')]();break;case 0x2:_0xe7662b['rootMain']=_0x404308[_0x1759('0x29')]();break;case 0x3:_0xe7662b[_0x1759('0x16')]=_0x404308[_0x1759('0x29')]();break;case 0x4:if(_0xe7662b['path']&&_0xe7662b[_0x1759('0x44')][_0x1759('0x6b')]||(_0xe7662b[_0x1759('0x44')]=[]),0x2==(0x7&_0x265616)){let _0x48beef=_0x404308['uint32']()+_0x404308[_0x1759('0x62')];for(;_0x404308[_0x1759('0x62')]<_0x48beef;)_0xe7662b[_0x1759('0x44')][_0x1759('0x5a')](_0x404308['uint32']());}else _0xe7662b[_0x1759('0x44')][_0x1759('0x5a')](_0x404308[_0x1759('0x2c')]());break;case 0x5:_0xe7662b[_0x1759('0x89')]=_0x404308[_0x1759('0x88')]();break;default:_0x404308[_0x1759('0x6f')](0x7&_0x265616);}}return _0xe7662b;},_0x3ebde1['decodeDelimited']=function(_0x2b252a){return _0x2b252a instanceof j||(_0x2b252a=new j(_0x2b252a)),this[_0x1759('0x1f')](_0x2b252a,_0x2b252a[_0x1759('0x2c')]());},_0x3ebde1[_0x1759('0x5e')]=function(_0x1edea3){if('object'!=typeof _0x1edea3||null===_0x1edea3)return _0x1759('0x3d');if(null!=_0x1edea3[_0x1759('0x86')]&&_0x1edea3[_0x1759('0x65')](_0x1759('0x86'))&&!k['isString'](_0x1edea3[_0x1759('0x86')]))return _0x1759('0x48');if(null!=_0x1edea3[_0x1759('0x14')]&&_0x1edea3[_0x1759('0x65')](_0x1759('0x14'))&&_0x1759('0x34')!=typeof _0x1edea3[_0x1759('0x14')])return'rootMain:\x20boolean\x20expected';if(null!=_0x1edea3['rootGraveyard']&&_0x1edea3[_0x1759('0x65')](_0x1759('0x16'))&&_0x1759('0x34')!=typeof _0x1edea3[_0x1759('0x16')])return _0x1759('0x11');if(null!=_0x1edea3['path']&&_0x1edea3['hasOwnProperty'](_0x1759('0x44'))){if(!Array[_0x1759('0x30')](_0x1edea3[_0x1759('0x44')]))return'path:\x20array\x20expected';for(let _0x5f01ab=0x0;_0x5f01ab<_0x1edea3[_0x1759('0x44')][_0x1759('0x6b')];++_0x5f01ab)if(!k[_0x1759('0x80')](_0x1edea3[_0x1759('0x44')][_0x5f01ab]))return _0x1759('0x7b');}return null!=_0x1edea3['stickiness']&&_0x1edea3['hasOwnProperty']('stickiness')&&!k[_0x1759('0x42')](_0x1edea3[_0x1759('0x89')])?_0x1759('0x6d'):null;},_0x3ebde1[_0x1759('0xf')]=function(_0x4593eb){if(_0x4593eb instanceof v[_0x1759('0x2a')])return _0x4593eb;let _0x206894=new v[(_0x1759('0x2a'))]();if(null!=_0x4593eb[_0x1759('0x86')]&&(_0x206894['root']=String(_0x4593eb[_0x1759('0x86')])),null!=_0x4593eb[_0x1759('0x14')]&&(_0x206894[_0x1759('0x14')]=Boolean(_0x4593eb[_0x1759('0x14')])),null!=_0x4593eb[_0x1759('0x16')]&&(_0x206894['rootGraveyard']=Boolean(_0x4593eb[_0x1759('0x16')])),_0x4593eb[_0x1759('0x44')]){if(!Array[_0x1759('0x30')](_0x4593eb[_0x1759('0x44')]))throw TypeError(_0x1759('0x4'));_0x206894['path']=[];for(let _0x35ac1f=0x0;_0x35ac1f<_0x4593eb[_0x1759('0x44')][_0x1759('0x6b')];++_0x35ac1f)_0x206894['path'][_0x35ac1f]=_0x4593eb[_0x1759('0x44')][_0x35ac1f]>>>0x0;}return null!=_0x4593eb[_0x1759('0x89')]&&(_0x206894[_0x1759('0x89')]=String(_0x4593eb[_0x1759('0x89')])),_0x206894;},_0x3ebde1[_0x1759('0x70')]=function(_0x55c03d,_0x1e797d){_0x1e797d||(_0x1e797d={});let _0x48dc87={};if((_0x1e797d[_0x1759('0xa')]||_0x1e797d[_0x1759('0x5b')])&&(_0x48dc87[_0x1759('0x44')]=[]),_0x1e797d[_0x1759('0x5b')]&&(_0x48dc87['root']='',_0x48dc87['rootMain']=!0x1,_0x48dc87[_0x1759('0x16')]=!0x1,_0x48dc87[_0x1759('0x89')]=''),null!=_0x55c03d['root']&&_0x55c03d[_0x1759('0x65')](_0x1759('0x86'))&&(_0x48dc87[_0x1759('0x86')]=_0x55c03d[_0x1759('0x86')]),null!=_0x55c03d['rootMain']&&_0x55c03d[_0x1759('0x65')](_0x1759('0x14'))&&(_0x48dc87[_0x1759('0x14')]=_0x55c03d[_0x1759('0x14')]),null!=_0x55c03d['rootGraveyard']&&_0x55c03d[_0x1759('0x65')](_0x1759('0x16'))&&(_0x48dc87[_0x1759('0x16')]=_0x55c03d[_0x1759('0x16')]),_0x55c03d[_0x1759('0x44')]&&_0x55c03d[_0x1759('0x44')][_0x1759('0x6b')]){_0x48dc87[_0x1759('0x44')]=[];for(let _0x66193=0x0;_0x66193<_0x55c03d[_0x1759('0x44')][_0x1759('0x6b')];++_0x66193)_0x48dc87[_0x1759('0x44')][_0x66193]=_0x55c03d[_0x1759('0x44')][_0x66193];}return null!=_0x55c03d[_0x1759('0x89')]&&_0x55c03d['hasOwnProperty'](_0x1759('0x89'))&&(_0x48dc87['stickiness']=_0x55c03d[_0x1759('0x89')]),_0x48dc87;},_0x3ebde1[_0x1759('0x10')][_0x1759('0x27')]=function(){return this['constructor'][_0x1759('0x70')](this,_0x2789b2[_0x1759('0x81')][_0x1759('0x60')]);},_0x3ebde1[_0x1759('0x8f')]=function(_0x4bccfe){return void 0x0===_0x4bccfe&&(_0x4bccfe=_0x1759('0x24')),_0x4bccfe+_0x1759('0x1e');},_0x3ebde1;})();export const Range=v[_0x1759('0x3b')]=(()=>{function _0x5d93cc(_0x233bea){if(_0x233bea)for(let _0x262b1d=Object[_0x1759('0x7d')](_0x233bea),_0x24dc17=0x0;_0x24dc17<_0x262b1d['length'];++_0x24dc17)null!=_0x233bea[_0x262b1d[_0x24dc17]]&&(this[_0x262b1d[_0x24dc17]]=_0x233bea[_0x262b1d[_0x24dc17]]);}return _0x5d93cc[_0x1759('0x10')][_0x1759('0x1a')]=null,_0x5d93cc[_0x1759('0x10')][_0x1759('0x5')]=null,_0x5d93cc[_0x1759('0x92')]=function(_0x3e1aa1){return new _0x5d93cc(_0x3e1aa1);},_0x5d93cc[_0x1759('0x63')]=function(_0x1dbfa2,_0x51c38d){return _0x51c38d||(_0x51c38d=y[_0x1759('0x92')]()),null!=_0x1dbfa2[_0x1759('0x1a')]&&Object['hasOwnProperty'][_0x1759('0x5c')](_0x1dbfa2,_0x1759('0x1a'))&&v[_0x1759('0x2a')][_0x1759('0x63')](_0x1dbfa2[_0x1759('0x1a')],_0x51c38d['uint32'](0xa)[_0x1759('0x94')]())['ldelim'](),null!=_0x1dbfa2[_0x1759('0x5')]&&Object['hasOwnProperty'][_0x1759('0x5c')](_0x1dbfa2,_0x1759('0x5'))&&v[_0x1759('0x2a')][_0x1759('0x63')](_0x1dbfa2[_0x1759('0x5')],_0x51c38d[_0x1759('0x2c')](0x12)[_0x1759('0x94')]())['ldelim'](),_0x51c38d;},_0x5d93cc[_0x1759('0x61')]=function(_0x4ee110,_0x54707c){return this[_0x1759('0x63')](_0x4ee110,_0x54707c)[_0x1759('0x51')]();},_0x5d93cc['decode']=function(_0x2ade5f,_0x3586b9){_0x2ade5f instanceof j||(_0x2ade5f=j['create'](_0x2ade5f));let _0x1b6726=void 0x0===_0x3586b9?_0x2ade5f[_0x1759('0x66')]:_0x2ade5f[_0x1759('0x62')]+_0x3586b9,_0x246cab=new v['Range']();for(;_0x2ade5f[_0x1759('0x62')]<_0x1b6726;){let _0x5b76c0=_0x2ade5f[_0x1759('0x2c')]();switch(_0x5b76c0>>>0x3){case 0x1:_0x246cab[_0x1759('0x1a')]=v[_0x1759('0x2a')]['decode'](_0x2ade5f,_0x2ade5f['uint32']());break;case 0x2:_0x246cab['end']=v['Position'][_0x1759('0x1f')](_0x2ade5f,_0x2ade5f[_0x1759('0x2c')]());break;default:_0x2ade5f[_0x1759('0x6f')](0x7&_0x5b76c0);}}return _0x246cab;},_0x5d93cc['decodeDelimited']=function(_0x55a9c0){return _0x55a9c0 instanceof j||(_0x55a9c0=new j(_0x55a9c0)),this[_0x1759('0x1f')](_0x55a9c0,_0x55a9c0[_0x1759('0x2c')]());},_0x5d93cc['verify']=function(_0x5cd129){if('object'!=typeof _0x5cd129||null===_0x5cd129)return _0x1759('0x3d');if(null!=_0x5cd129['start']&&_0x5cd129['hasOwnProperty'](_0x1759('0x1a'))){let _0x1e6ca2=v['Position'][_0x1759('0x5e')](_0x5cd129['start']);if(_0x1e6ca2)return _0x1759('0x85')+_0x1e6ca2;}if(null!=_0x5cd129['end']&&_0x5cd129['hasOwnProperty'](_0x1759('0x5'))){let _0x4ed80f=v[_0x1759('0x2a')][_0x1759('0x5e')](_0x5cd129[_0x1759('0x5')]);if(_0x4ed80f)return _0x1759('0x77')+_0x4ed80f;}return null;},_0x5d93cc['fromObject']=function(_0x38f94f){if(_0x38f94f instanceof v[_0x1759('0x3b')])return _0x38f94f;let _0x2e790c=new v[(_0x1759('0x3b'))]();if(null!=_0x38f94f[_0x1759('0x1a')]){if(_0x1759('0x49')!=typeof _0x38f94f[_0x1759('0x1a')])throw TypeError(_0x1759('0x3a'));_0x2e790c[_0x1759('0x1a')]=v['Position'][_0x1759('0xf')](_0x38f94f[_0x1759('0x1a')]);}if(null!=_0x38f94f[_0x1759('0x5')]){if(_0x1759('0x49')!=typeof _0x38f94f[_0x1759('0x5')])throw TypeError('.Range.end:\x20object\x20expected');_0x2e790c[_0x1759('0x5')]=v[_0x1759('0x2a')][_0x1759('0xf')](_0x38f94f['end']);}return _0x2e790c;},_0x5d93cc[_0x1759('0x70')]=function(_0x47ee35,_0xe48e3b){_0xe48e3b||(_0xe48e3b={});let _0x3dcede={};return _0xe48e3b[_0x1759('0x5b')]&&(_0x3dcede[_0x1759('0x1a')]=null,_0x3dcede[_0x1759('0x5')]=null),null!=_0x47ee35[_0x1759('0x1a')]&&_0x47ee35['hasOwnProperty'](_0x1759('0x1a'))&&(_0x3dcede[_0x1759('0x1a')]=v['Position']['toObject'](_0x47ee35['start'],_0xe48e3b)),null!=_0x47ee35[_0x1759('0x5')]&&_0x47ee35['hasOwnProperty'](_0x1759('0x5'))&&(_0x3dcede[_0x1759('0x5')]=v[_0x1759('0x2a')]['toObject'](_0x47ee35[_0x1759('0x5')],_0xe48e3b)),_0x3dcede;},_0x5d93cc[_0x1759('0x10')]['toJSON']=function(){return this[_0x1759('0x84')][_0x1759('0x70')](this,_0x2789b2[_0x1759('0x81')][_0x1759('0x60')]);},_0x5d93cc[_0x1759('0x8f')]=function(_0x19185b){return void 0x0===_0x19185b&&(_0x19185b=_0x1759('0x24')),_0x19185b+_0x1759('0x36');},_0x5d93cc;})();export const Element=v[_0x1759('0x45')]=(()=>{function _0x3c562d(_0x55b33e){if(this[_0x1759('0x17')]=[],this[_0x1759('0x19')]={},_0x55b33e)for(let _0xccc145=Object[_0x1759('0x7d')](_0x55b33e),_0x2be966=0x0;_0x2be966<_0xccc145[_0x1759('0x6b')];++_0x2be966)null!=_0x55b33e[_0xccc145[_0x2be966]]&&(this[_0xccc145[_0x2be966]]=_0x55b33e[_0xccc145[_0x2be966]]);}return _0x3c562d[_0x1759('0x10')][_0x1759('0x26')]='',_0x3c562d[_0x1759('0x10')][_0x1759('0x17')]=k['emptyArray'],_0x3c562d[_0x1759('0x10')][_0x1759('0x20')]='',_0x3c562d[_0x1759('0x10')]['attributesBoolean']=k[_0x1759('0x71')],_0x3c562d['prototype']['attributesJson']='',_0x3c562d[_0x1759('0x92')]=function(_0x512b7e){return new _0x3c562d(_0x512b7e);},_0x3c562d['encode']=function(_0x22da06,_0x1af1d7){if(_0x1af1d7||(_0x1af1d7=y[_0x1759('0x92')]()),null!=_0x22da06[_0x1759('0x26')]&&Object[_0x1759('0x65')][_0x1759('0x5c')](_0x22da06,_0x1759('0x26'))&&_0x1af1d7['uint32'](0xa)['string'](_0x22da06[_0x1759('0x26')]),null!=_0x22da06[_0x1759('0x17')]&&_0x22da06[_0x1759('0x17')]['length'])for(let _0x461fb3=0x0;_0x461fb3<_0x22da06[_0x1759('0x17')][_0x1759('0x6b')];++_0x461fb3)v[_0x1759('0x45')]['encode'](_0x22da06['children'][_0x461fb3],_0x1af1d7[_0x1759('0x2c')](0x12)[_0x1759('0x94')]())['ldelim']();if(null!=_0x22da06[_0x1759('0x20')]&&Object[_0x1759('0x65')][_0x1759('0x5c')](_0x22da06,_0x1759('0x20'))&&_0x1af1d7[_0x1759('0x2c')](0x1a)[_0x1759('0x88')](_0x22da06[_0x1759('0x20')]),null!=_0x22da06[_0x1759('0x19')]&&Object[_0x1759('0x65')][_0x1759('0x5c')](_0x22da06,_0x1759('0x19')))for(let _0x10edce=Object[_0x1759('0x7d')](_0x22da06[_0x1759('0x19')]),_0x194f5a=0x0;_0x194f5a<_0x10edce[_0x1759('0x6b')];++_0x194f5a)_0x1af1d7[_0x1759('0x2c')](0x22)['fork']()[_0x1759('0x2c')](0xa)[_0x1759('0x88')](_0x10edce[_0x194f5a])[_0x1759('0x2c')](0x10)['bool'](_0x22da06[_0x1759('0x19')][_0x10edce[_0x194f5a]])[_0x1759('0x51')]();return null!=_0x22da06[_0x1759('0x7a')]&&Object[_0x1759('0x65')][_0x1759('0x5c')](_0x22da06,'attributesJson')&&_0x1af1d7['uint32'](0x2a)[_0x1759('0x88')](_0x22da06['attributesJson']),_0x1af1d7;},_0x3c562d[_0x1759('0x61')]=function(_0x19a51b,_0x4f403c){return this[_0x1759('0x63')](_0x19a51b,_0x4f403c)[_0x1759('0x51')]();},_0x3c562d[_0x1759('0x1f')]=function(_0x1b2414,_0x281803){_0x1b2414 instanceof j||(_0x1b2414=j[_0x1759('0x92')](_0x1b2414));let _0x2e31b4,_0x434cc8,_0xed61dd=void 0x0===_0x281803?_0x1b2414[_0x1759('0x66')]:_0x1b2414[_0x1759('0x62')]+_0x281803,_0x4675eb=new v['Element']();for(;_0x1b2414[_0x1759('0x62')]<_0xed61dd;){let _0x50bcc9=_0x1b2414[_0x1759('0x2c')]();switch(_0x50bcc9>>>0x3){case 0x1:_0x4675eb['name']=_0x1b2414[_0x1759('0x88')]();break;case 0x2:_0x4675eb[_0x1759('0x17')]&&_0x4675eb[_0x1759('0x17')][_0x1759('0x6b')]||(_0x4675eb[_0x1759('0x17')]=[]),_0x4675eb[_0x1759('0x17')]['push'](v[_0x1759('0x45')][_0x1759('0x1f')](_0x1b2414,_0x1b2414[_0x1759('0x2c')]()));break;case 0x3:_0x4675eb[_0x1759('0x20')]=_0x1b2414[_0x1759('0x88')]();break;case 0x4:{_0x4675eb[_0x1759('0x19')]===k[_0x1759('0x71')]&&(_0x4675eb['attributesBoolean']={});let _0x5d53f4=_0x1b2414[_0x1759('0x2c')]()+_0x1b2414[_0x1759('0x62')];for(_0x2e31b4='',_0x434cc8=!0x1;_0x1b2414['pos']<_0x5d53f4;){let _0x5aef40=_0x1b2414[_0x1759('0x2c')]();switch(_0x5aef40>>>0x3){case 0x1:_0x2e31b4=_0x1b2414[_0x1759('0x88')]();break;case 0x2:_0x434cc8=_0x1b2414['bool']();break;default:_0x1b2414[_0x1759('0x6f')](0x7&_0x5aef40);}}_0x4675eb[_0x1759('0x19')][_0x2e31b4]=_0x434cc8;break;}case 0x5:_0x4675eb[_0x1759('0x7a')]=_0x1b2414[_0x1759('0x88')]();break;default:_0x1b2414[_0x1759('0x6f')](0x7&_0x50bcc9);}}return _0x4675eb;},_0x3c562d[_0x1759('0x3')]=function(_0x6716c3){return _0x6716c3 instanceof j||(_0x6716c3=new j(_0x6716c3)),this['decode'](_0x6716c3,_0x6716c3[_0x1759('0x2c')]());},_0x3c562d[_0x1759('0x5e')]=function(_0x297db3){if(_0x1759('0x49')!=typeof _0x297db3||null===_0x297db3)return'object\x20expected';if(null!=_0x297db3['name']&&_0x297db3[_0x1759('0x65')](_0x1759('0x26'))&&!k['isString'](_0x297db3[_0x1759('0x26')]))return _0x1759('0x5f');if(null!=_0x297db3[_0x1759('0x17')]&&_0x297db3[_0x1759('0x65')](_0x1759('0x17'))){if(!Array['isArray'](_0x297db3[_0x1759('0x17')]))return _0x1759('0x90');for(let _0x50f9aa=0x0;_0x50f9aa<_0x297db3[_0x1759('0x17')]['length'];++_0x50f9aa){let _0x40de41=v[_0x1759('0x45')][_0x1759('0x5e')](_0x297db3[_0x1759('0x17')][_0x50f9aa]);if(_0x40de41)return _0x1759('0x93')+_0x40de41;}}if(null!=_0x297db3[_0x1759('0x20')]&&_0x297db3['hasOwnProperty'](_0x1759('0x20'))&&!k['isString'](_0x297db3[_0x1759('0x20')]))return'data:\x20string\x20expected';if(null!=_0x297db3['attributesBoolean']&&_0x297db3[_0x1759('0x65')](_0x1759('0x19'))){if(!k['isObject'](_0x297db3[_0x1759('0x19')]))return _0x1759('0x2f');let _0x1c075a=Object[_0x1759('0x7d')](_0x297db3['attributesBoolean']);for(let _0x2a23ea=0x0;_0x2a23ea<_0x1c075a[_0x1759('0x6b')];++_0x2a23ea)if(_0x1759('0x34')!=typeof _0x297db3[_0x1759('0x19')][_0x1c075a[_0x2a23ea]])return _0x1759('0x53');}return null!=_0x297db3['attributesJson']&&_0x297db3[_0x1759('0x65')](_0x1759('0x7a'))&&!k[_0x1759('0x42')](_0x297db3[_0x1759('0x7a')])?_0x1759('0x13'):null;},_0x3c562d[_0x1759('0xf')]=function(_0x1197bd){if(_0x1197bd instanceof v[_0x1759('0x45')])return _0x1197bd;let _0x1eea0c=new v[(_0x1759('0x45'))]();if(null!=_0x1197bd['name']&&(_0x1eea0c['name']=String(_0x1197bd[_0x1759('0x26')])),_0x1197bd[_0x1759('0x17')]){if(!Array[_0x1759('0x30')](_0x1197bd[_0x1759('0x17')]))throw TypeError('.Element.children:\x20array\x20expected');_0x1eea0c[_0x1759('0x17')]=[];for(let _0xe3232a=0x0;_0xe3232a<_0x1197bd[_0x1759('0x17')][_0x1759('0x6b')];++_0xe3232a){if(_0x1759('0x49')!=typeof _0x1197bd[_0x1759('0x17')][_0xe3232a])throw TypeError(_0x1759('0x7'));_0x1eea0c[_0x1759('0x17')][_0xe3232a]=v['Element']['fromObject'](_0x1197bd['children'][_0xe3232a]);}}if(null!=_0x1197bd[_0x1759('0x20')]&&(_0x1eea0c[_0x1759('0x20')]=String(_0x1197bd[_0x1759('0x20')])),_0x1197bd[_0x1759('0x19')]){if(_0x1759('0x49')!=typeof _0x1197bd[_0x1759('0x19')])throw TypeError(_0x1759('0x64'));_0x1eea0c[_0x1759('0x19')]={};for(let _0x5b11e2=Object['keys'](_0x1197bd[_0x1759('0x19')]),_0x17892e=0x0;_0x17892e<_0x5b11e2[_0x1759('0x6b')];++_0x17892e)_0x1eea0c[_0x1759('0x19')][_0x5b11e2[_0x17892e]]=Boolean(_0x1197bd[_0x1759('0x19')][_0x5b11e2[_0x17892e]]);}return null!=_0x1197bd[_0x1759('0x7a')]&&(_0x1eea0c[_0x1759('0x7a')]=String(_0x1197bd[_0x1759('0x7a')])),_0x1eea0c;},_0x3c562d['toObject']=function(_0x556315,_0x36afdf){_0x36afdf||(_0x36afdf={});let _0x58d90d,_0xff5d89={};if((_0x36afdf['arrays']||_0x36afdf[_0x1759('0x5b')])&&(_0xff5d89[_0x1759('0x17')]=[]),(_0x36afdf[_0x1759('0x2')]||_0x36afdf[_0x1759('0x5b')])&&(_0xff5d89[_0x1759('0x19')]={}),_0x36afdf['defaults']&&(_0xff5d89[_0x1759('0x26')]='',_0xff5d89[_0x1759('0x20')]='',_0xff5d89[_0x1759('0x7a')]=''),null!=_0x556315[_0x1759('0x26')]&&_0x556315[_0x1759('0x65')](_0x1759('0x26'))&&(_0xff5d89[_0x1759('0x26')]=_0x556315[_0x1759('0x26')]),_0x556315[_0x1759('0x17')]&&_0x556315[_0x1759('0x17')]['length']){_0xff5d89[_0x1759('0x17')]=[];for(let _0x3c2671=0x0;_0x3c2671<_0x556315['children'][_0x1759('0x6b')];++_0x3c2671)_0xff5d89['children'][_0x3c2671]=v[_0x1759('0x45')][_0x1759('0x70')](_0x556315[_0x1759('0x17')][_0x3c2671],_0x36afdf);}if(null!=_0x556315[_0x1759('0x20')]&&_0x556315[_0x1759('0x65')]('data')&&(_0xff5d89['data']=_0x556315['data']),_0x556315[_0x1759('0x19')]&&(_0x58d90d=Object['keys'](_0x556315['attributesBoolean']))[_0x1759('0x6b')]){_0xff5d89[_0x1759('0x19')]={};for(let _0xa53fb=0x0;_0xa53fb<_0x58d90d[_0x1759('0x6b')];++_0xa53fb)_0xff5d89[_0x1759('0x19')][_0x58d90d[_0xa53fb]]=_0x556315[_0x1759('0x19')][_0x58d90d[_0xa53fb]];}return null!=_0x556315[_0x1759('0x7a')]&&_0x556315[_0x1759('0x65')](_0x1759('0x7a'))&&(_0xff5d89[_0x1759('0x7a')]=_0x556315['attributesJson']),_0xff5d89;},_0x3c562d['prototype']['toJSON']=function(){return this[_0x1759('0x84')][_0x1759('0x70')](this,_0x2789b2[_0x1759('0x81')][_0x1759('0x60')]);},_0x3c562d[_0x1759('0x8f')]=function(_0x1f3b3c){return void 0x0===_0x1f3b3c&&(_0x1f3b3c=_0x1759('0x24')),_0x1f3b3c+_0x1759('0x6e');},_0x3c562d;})();export{v as default};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x55a4=['name','compress','decompress','MarkerOperation','__className','startsWith','_omittedNamespace','replace'];(function(_0x26ec08,_0x55a413){const _0x36054b=function(_0x49f940){while(--_0x49f940){_0x26ec08['push'](_0x26ec08['shift']());}};_0x36054b(++_0x55a413);}(_0x55a4,0x107));const _0x3605=function(_0x26ec08,_0x55a413){_0x26ec08=_0x26ec08-0x0;let _0x36054b=_0x55a4[_0x26ec08];return _0x36054b;};import _0x5aca64 from'./markeroperationcompressor';export default class a extends _0x5aca64{constructor(_0x2b1ed5,_0x32c6c3,_0x5731f3,_0x2a9336){super(_0x2b1ed5,_0x32c6c3,_0x5731f3),this['_omittedNamespace']=_0x2a9336+':';}[_0x3605('0x2')](_0x1b122c,_0x354078){return!(_0x3605('0x4')!=_0x354078[0x0][_0x3605('0x5')]||!_0x354078[0x0][_0x3605('0x1')][_0x3605('0x6')](this[_0x3605('0x7')]))&&(_0x354078[0x0][_0x3605('0x1')]=_0x354078[0x0][_0x3605('0x1')][_0x3605('0x0')](new RegExp('^'+this[_0x3605('0x7')]),''),super[_0x3605('0x2')](_0x1b122c,_0x354078),!0x0);}[_0x3605('0x3')](_0x4e3d26,_0xb15bfa){super[_0x3605('0x3')](_0x4e3d26,_0xb15bfa);const _0x4ac384=_0x4e3d26[_0x4e3d26['length']-0x1];_0x4ac384[_0x3605('0x1')]=this[_0x3605('0x7')]+_0x4ac384['name'];}}
23
+ const _0x13fb=['_omittedNamespace','__className','length','compress','name','startsWith'];(function(_0x20f0e1,_0x13fbb1){const _0x5f23a1=function(_0x4dca14){while(--_0x4dca14){_0x20f0e1['push'](_0x20f0e1['shift']());}};_0x5f23a1(++_0x13fbb1);}(_0x13fb,0xee));const _0x5f23=function(_0x20f0e1,_0x13fbb1){_0x20f0e1=_0x20f0e1-0x0;let _0x5f23a1=_0x13fb[_0x20f0e1];return _0x5f23a1;};import _0x5b7485 from'./markeroperationcompressor';export default class a extends _0x5b7485{constructor(_0xd63785,_0x2c4468,_0x51923c,_0xc6b661){super(_0xd63785,_0x2c4468,_0x51923c),this[_0x5f23('0x2')]=_0xc6b661+':';}['compress'](_0x368a77,_0x38b09f){return!('MarkerOperation'!=_0x38b09f[0x0][_0x5f23('0x3')]||!_0x38b09f[0x0][_0x5f23('0x0')][_0x5f23('0x1')](this['_omittedNamespace']))&&(_0x38b09f[0x0][_0x5f23('0x0')]=_0x38b09f[0x0][_0x5f23('0x0')]['replace'](new RegExp('^'+this[_0x5f23('0x2')]),''),super[_0x5f23('0x5')](_0x368a77,_0x38b09f),!0x0);}['decompress'](_0xc5684b,_0x3da1e1){super['decompress'](_0xc5684b,_0x3da1e1);const _0x2ef504=_0xc5684b[_0xc5684b[_0x5f23('0x4')]-0x1];_0x2ef504[_0x5f23('0x0')]=this[_0x5f23('0x2')]+_0x2ef504['name'];}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1773=['_deserializeOneOf','newValue','parse','_operationName','compress','boolean','Boolean','_serializeOneOf','__className','shift','push','_id','decompress','buffers','Json','_protobufDescriptor','oldValue','types'];(function(_0x56f499,_0x177350){const _0x1f6b6f=function(_0x17d017){while(--_0x17d017){_0x56f499['push'](_0x56f499['shift']());}};_0x1f6b6f(++_0x177350);}(_0x1773,0x7a));const _0x1f6b=function(_0x56f499,_0x177350){_0x56f499=_0x56f499-0x0;let _0x1f6b6f=_0x1773[_0x56f499];return _0x1f6b6f;};import _0x41c6a6 from'./operationcompressor';import{parsePositionBeforeCompression as _0x47939b,parsePositionAfterCompression as _0x3b9910}from'../utils';export default class i extends _0x41c6a6{[_0x1f6b('0x8')](_0x354397,_0x24c7aa){const _0x56d803=_0x24c7aa[_0x1f6b('0xd')]();return this[_0x1f6b('0xb')](_0x1f6b('0x2'),_0x56d803),this[_0x1f6b('0xb')]('newValue',_0x56d803),_0x47939b(_0x56d803),_0x354397[_0x1f6b('0x11')][_0x1f6b('0xe')](this[_0x1f6b('0x1')][_0x1f6b('0x8')](_0x56d803)),_0x354397[_0x1f6b('0x3')][_0x1f6b('0xe')](this[_0x1f6b('0xf')]),!0x0;}[_0x1f6b('0x10')](_0x305a6e,_0x5e7b1d){const {types:_0x215357,buffers:_0x21679d}=_0x5e7b1d,_0x4a2445=this[_0x1f6b('0x1')][_0x1f6b('0x10')](_0x21679d[_0x1f6b('0xd')]());_0x215357[_0x1f6b('0xd')](),this[_0x1f6b('0x4')](_0x1f6b('0x2'),_0x4a2445),this[_0x1f6b('0x4')](_0x1f6b('0x5'),_0x4a2445),_0x3b9910(_0x4a2445),_0x4a2445[_0x1f6b('0xc')]=this[_0x1f6b('0x7')],_0x305a6e[_0x1f6b('0xe')](_0x4a2445);}[_0x1f6b('0xb')](_0x962333,_0x5f1d91){const _0x433f00=_0x5f1d91[_0x962333];_0x1f6b('0x9')==typeof _0x433f00?_0x5f1d91[_0x962333+'Boolean']=_0x433f00:_0x5f1d91[_0x962333+_0x1f6b('0x0')]=JSON['stringify'](_0x433f00);}[_0x1f6b('0x4')](_0x402a9c,_0x5252ab){const _0x2833ac=_0x402a9c+_0x1f6b('0x0');_0x5252ab[_0x2833ac]?(_0x5252ab[_0x402a9c]=JSON[_0x1f6b('0x6')](_0x5252ab[_0x2833ac]),delete _0x5252ab[_0x2833ac]):(_0x5252ab[_0x402a9c]=_0x5252ab[_0x402a9c+_0x1f6b('0xa')],delete _0x5252ab[_0x402a9c+_0x1f6b('0xa')]);}}
23
+ const _0x48b9=['Json','newValue','decompress','buffers','stringify','shift','_deserializeOneOf','_serializeOneOf','_operationName','Boolean','boolean','push','_id','types','compress','oldValue','__className'];(function(_0x21d4a6,_0x48b977){const _0xe2d9f5=function(_0x399af9){while(--_0x399af9){_0x21d4a6['push'](_0x21d4a6['shift']());}};_0xe2d9f5(++_0x48b977);}(_0x48b9,0xf2));const _0xe2d9=function(_0x21d4a6,_0x48b977){_0x21d4a6=_0x21d4a6-0x0;let _0xe2d9f5=_0x48b9[_0x21d4a6];return _0xe2d9f5;};import _0x2bcd44 from'./operationcompressor';import{parsePositionBeforeCompression as _0x19cb2c,parsePositionAfterCompression as _0x258748}from'../utils';export default class i extends _0x2bcd44{['compress'](_0x5fd3e9,_0x16b1aa){const _0x153313=_0x16b1aa[_0xe2d9('0x1')]();return this[_0xe2d9('0x3')](_0xe2d9('0xb'),_0x153313),this[_0xe2d9('0x3')]('newValue',_0x153313),_0x19cb2c(_0x153313),_0x5fd3e9[_0xe2d9('0x10')]['push'](this['_protobufDescriptor'][_0xe2d9('0xa')](_0x153313)),_0x5fd3e9[_0xe2d9('0x9')][_0xe2d9('0x7')](this[_0xe2d9('0x8')]),!0x0;}[_0xe2d9('0xf')](_0x2b2328,_0x145b93){const {types:_0x2353c9,buffers:_0x355f0b}=_0x145b93,_0x312f19=this['_protobufDescriptor'][_0xe2d9('0xf')](_0x355f0b[_0xe2d9('0x1')]());_0x2353c9[_0xe2d9('0x1')](),this['_deserializeOneOf'](_0xe2d9('0xb'),_0x312f19),this[_0xe2d9('0x2')](_0xe2d9('0xe'),_0x312f19),_0x258748(_0x312f19),_0x312f19[_0xe2d9('0xc')]=this[_0xe2d9('0x4')],_0x2b2328[_0xe2d9('0x7')](_0x312f19);}[_0xe2d9('0x3')](_0x10694f,_0x29f7a5){const _0x132801=_0x29f7a5[_0x10694f];_0xe2d9('0x6')==typeof _0x132801?_0x29f7a5[_0x10694f+'Boolean']=_0x132801:_0x29f7a5[_0x10694f+_0xe2d9('0xd')]=JSON[_0xe2d9('0x0')](_0x132801);}[_0xe2d9('0x2')](_0x4e699e,_0xa62045){const _0x1b5c46=_0x4e699e+_0xe2d9('0xd');_0xa62045[_0x1b5c46]?(_0xa62045[_0x4e699e]=JSON['parse'](_0xa62045[_0x1b5c46]),delete _0xa62045[_0x1b5c46]):(_0xa62045[_0x4e699e]=_0xa62045[_0x4e699e+_0xe2d9('0x5')],delete _0xa62045[_0x4e699e+_0xe2d9('0x5')]);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x10c9=['_operationName','stringify','push','nodes','_id','attributesBoolean','attributes','every','shift','__className','keys','_deserializeNodesAttributes','_serializeNodesAttributes','decompress','attributesJson','_protobufDescriptor','boolean','_areValuesBoolean','compress','types','children'];(function(_0x2cb350,_0x10c903){const _0x3e5dbc=function(_0x47a2e6){while(--_0x47a2e6){_0x2cb350['push'](_0x2cb350['shift']());}};_0x3e5dbc(++_0x10c903);}(_0x10c9,0x11f));const _0x3e5d=function(_0x2cb350,_0x10c903){_0x2cb350=_0x2cb350-0x0;let _0x3e5dbc=_0x10c9[_0x2cb350];return _0x3e5dbc;};import _0x23c6c5 from'./operationcompressor';import{parsePositionBeforeCompression as _0x5b9fe4,parsePositionAfterCompression as _0x15d2ad}from'../utils';export default class s extends _0x23c6c5{[_0x3e5d('0x4')](_0x274d5c,_0x101b2f){const _0x5639d3=_0x101b2f[_0x3e5d('0xf')]();return this[_0x3e5d('0x13')](_0x5639d3[_0x3e5d('0xa')]),_0x5b9fe4(_0x5639d3),_0x274d5c['buffers']['push'](this[_0x3e5d('0x1')]['compress'](_0x5639d3)),_0x274d5c[_0x3e5d('0x5')][_0x3e5d('0x9')](this[_0x3e5d('0xb')]),!0x0;}[_0x3e5d('0x14')](_0x55254f,_0x26917c){const {types:_0x1ec371,buffers:_0x4fb227}=_0x26917c,_0x6e666=this[_0x3e5d('0x1')]['decompress'](_0x4fb227['shift']());_0x1ec371[_0x3e5d('0xf')](),_0x6e666[_0x3e5d('0xa')]||(_0x6e666[_0x3e5d('0xa')]=[]),this[_0x3e5d('0x12')](_0x6e666[_0x3e5d('0xa')]),_0x15d2ad(_0x6e666),_0x6e666[_0x3e5d('0x10')]=this[_0x3e5d('0x7')],_0x55254f['push'](_0x6e666);}[_0x3e5d('0x13')](_0x558a74){for(const _0x3016f3 of _0x558a74){if(_0x3016f3[_0x3e5d('0xd')]){const _0x34d2af=_0x3016f3[_0x3e5d('0xd')];this[_0x3e5d('0x3')](_0x34d2af)?_0x3016f3[_0x3e5d('0xc')]=_0x34d2af:_0x3016f3[_0x3e5d('0x0')]=JSON[_0x3e5d('0x8')](_0x34d2af);}_0x3016f3['children']&&this[_0x3e5d('0x13')](_0x3016f3['children']);}}['_deserializeNodesAttributes'](_0x350c94){for(const _0x27a8e1 of _0x350c94)(_0x27a8e1[_0x3e5d('0xc')]||_0x27a8e1[_0x3e5d('0x0')])&&(_0x27a8e1[_0x3e5d('0xc')]?(_0x27a8e1[_0x3e5d('0xd')]=_0x27a8e1[_0x3e5d('0xc')],delete _0x27a8e1['attributesBoolean']):(_0x27a8e1['attributes']=JSON['parse'](_0x27a8e1['attributesJson']),delete _0x27a8e1[_0x3e5d('0x0')])),_0x27a8e1['children']&&this['_deserializeNodesAttributes'](_0x27a8e1[_0x3e5d('0x6')]);}[_0x3e5d('0x3')](_0x4a0fd9){return Object[_0x3e5d('0x11')](_0x4a0fd9)[_0x3e5d('0xe')](_0x1c9259=>_0x3e5d('0x2')==typeof _0x4a0fd9[_0x1c9259]);}}
23
+ const _0x2a2e=['__className','nodes','_areValuesBoolean','boolean','_serializeNodesAttributes','_protobufDescriptor','children','compress','attributes','_deserializeNodesAttributes','shift','attributesBoolean','push','attributesJson','keys','types','decompress','stringify'];(function(_0x4e7485,_0x2a2e7c){const _0x1022e8=function(_0x33458b){while(--_0x33458b){_0x4e7485['push'](_0x4e7485['shift']());}};_0x1022e8(++_0x2a2e7c);}(_0x2a2e,0x1ad));const _0x1022=function(_0x4e7485,_0x2a2e7c){_0x4e7485=_0x4e7485-0x0;let _0x1022e8=_0x2a2e[_0x4e7485];return _0x1022e8;};import _0x40c7ce from'./operationcompressor';import{parsePositionBeforeCompression as _0x38b6cc,parsePositionAfterCompression as _0x2b2d19}from'../utils';export default class s extends _0x40c7ce{[_0x1022('0xa')](_0x429dc8,_0x8841c5){const _0x91759e=_0x8841c5[_0x1022('0xd')]();return this[_0x1022('0x7')](_0x91759e['nodes']),_0x38b6cc(_0x91759e),_0x429dc8['buffers'][_0x1022('0xf')](this['_protobufDescriptor'][_0x1022('0xa')](_0x91759e)),_0x429dc8[_0x1022('0x0')]['push'](this['_id']),!0x0;}[_0x1022('0x1')](_0x56cbcd,_0x333420){const {types:_0x4eaf5d,buffers:_0x524cc3}=_0x333420,_0x4f07ec=this[_0x1022('0x8')][_0x1022('0x1')](_0x524cc3['shift']());_0x4eaf5d[_0x1022('0xd')](),_0x4f07ec[_0x1022('0x4')]||(_0x4f07ec[_0x1022('0x4')]=[]),this[_0x1022('0xc')](_0x4f07ec[_0x1022('0x4')]),_0x2b2d19(_0x4f07ec),_0x4f07ec[_0x1022('0x3')]=this['_operationName'],_0x56cbcd[_0x1022('0xf')](_0x4f07ec);}[_0x1022('0x7')](_0x4d5302){for(const _0x48e8c8 of _0x4d5302){if(_0x48e8c8[_0x1022('0xb')]){const _0x2641db=_0x48e8c8[_0x1022('0xb')];this[_0x1022('0x5')](_0x2641db)?_0x48e8c8[_0x1022('0xe')]=_0x2641db:_0x48e8c8[_0x1022('0x10')]=JSON[_0x1022('0x2')](_0x2641db);}_0x48e8c8[_0x1022('0x9')]&&this[_0x1022('0x7')](_0x48e8c8['children']);}}[_0x1022('0xc')](_0x5bc17e){for(const _0x2f49dd of _0x5bc17e)(_0x2f49dd[_0x1022('0xe')]||_0x2f49dd[_0x1022('0x10')])&&(_0x2f49dd['attributesBoolean']?(_0x2f49dd[_0x1022('0xb')]=_0x2f49dd[_0x1022('0xe')],delete _0x2f49dd['attributesBoolean']):(_0x2f49dd[_0x1022('0xb')]=JSON['parse'](_0x2f49dd[_0x1022('0x10')]),delete _0x2f49dd[_0x1022('0x10')])),_0x2f49dd[_0x1022('0x9')]&&this[_0x1022('0xc')](_0x2f49dd[_0x1022('0x9')]);}['_areValuesBoolean'](_0x46ceff){return Object[_0x1022('0x11')](_0x46ceff)['every'](_0x5f098a=>_0x1022('0x6')==typeof _0x46ceff[_0x5f098a]);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x13c7=['length','oldRange','newRange'];(function(_0x480ef1,_0x13c7e5){const _0x1f65ff=function(_0x503efc){while(--_0x503efc){_0x480ef1['push'](_0x480ef1['shift']());}};_0x1f65ff(++_0x13c7e5);}(_0x13c7,0x192));const _0x1f65=function(_0x480ef1,_0x13c7e5){_0x480ef1=_0x480ef1-0x0;let _0x1f65ff=_0x13c7[_0x480ef1];return _0x1f65ff;};import _0x1c38b0 from'./operationcompressor';export default class n extends _0x1c38b0{['decompress'](_0x4e8d8e,_0x55f9b7){super['decompress'](_0x4e8d8e,_0x55f9b7);const _0x3e6e80=_0x4e8d8e[_0x4e8d8e[_0x1f65('0x0')]-0x1];_0x3e6e80[_0x1f65('0x1')]||(_0x3e6e80['oldRange']=null),_0x3e6e80[_0x1f65('0x2')]||(_0x3e6e80[_0x1f65('0x2')]=null);}}
23
+ const _0x2de6=['oldRange','newRange','decompress'];(function(_0x394b1a,_0x2de647){const _0x525440=function(_0x5a8d87){while(--_0x5a8d87){_0x394b1a['push'](_0x394b1a['shift']());}};_0x525440(++_0x2de647);}(_0x2de6,0x154));const _0x5254=function(_0x394b1a,_0x2de647){_0x394b1a=_0x394b1a-0x0;let _0x525440=_0x2de6[_0x394b1a];return _0x525440;};import _0x38d6d7 from'./operationcompressor';export default class n extends _0x38d6d7{[_0x5254('0x1')](_0x4014e3,_0xfa1531){super[_0x5254('0x1')](_0x4014e3,_0xfa1531);const _0x59b5c8=_0x4014e3[_0x4014e3['length']-0x1];_0x59b5c8[_0x5254('0x2')]||(_0x59b5c8['oldRange']=null),_0x59b5c8[_0x5254('0x0')]||(_0x59b5c8[_0x5254('0x0')]=null);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x3b46=['_id','types','shift','push','_operationName'];(function(_0x18c5d5,_0x3b4611){var _0x2dbb5d=function(_0x1b8029){while(--_0x1b8029){_0x18c5d5['push'](_0x18c5d5['shift']());}};_0x2dbb5d(++_0x3b4611);}(_0x3b46,0xcc));var _0x2dbb=function(_0x18c5d5,_0x3b4611){_0x18c5d5=_0x18c5d5-0x0;var _0x2dbb5d=_0x3b46[_0x18c5d5];return _0x2dbb5d;};import _0x177fca from'./operationcompressor';export default class p extends _0x177fca{['compress'](_0x2053cf,_0x1475b3){return _0x1475b3[_0x2dbb('0x3')](),_0x2053cf[_0x2dbb('0x2')][_0x2dbb('0x4')](this[_0x2dbb('0x1')]),!0x0;}['decompress'](_0x32bad7,_0x592c21){_0x592c21[_0x2dbb('0x2')]['shift'](),_0x32bad7[_0x2dbb('0x4')]({'__className':this[_0x2dbb('0x0')]});}}
23
+ var _0x33d9=['shift','types','push','compress','_operationName','_id','decompress'];(function(_0x39b83b,_0x33d938){var _0x3a4ba1=function(_0x32661f){while(--_0x32661f){_0x39b83b['push'](_0x39b83b['shift']());}};_0x3a4ba1(++_0x33d938);}(_0x33d9,0x156));var _0x3a4b=function(_0x39b83b,_0x33d938){_0x39b83b=_0x39b83b-0x0;var _0x3a4ba1=_0x33d9[_0x39b83b];return _0x3a4ba1;};import _0x10a5a1 from'./operationcompressor';export default class p extends _0x10a5a1{[_0x3a4b('0x4')](_0x298fdb,_0x382836){return _0x382836[_0x3a4b('0x1')](),_0x298fdb[_0x3a4b('0x2')][_0x3a4b('0x3')](this[_0x3a4b('0x6')]),!0x0;}[_0x3a4b('0x0')](_0x190825,_0x31465b){_0x31465b[_0x3a4b('0x2')][_0x3a4b('0x1')](),_0x190825['push']({'__className':this[_0x3a4b('0x5')]});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x55dc=['compress','push','_operationName','types','__className','buffers','decompress','shift','_id','_protobufDescriptor'];(function(_0x2d0f29,_0x55dc15){const _0x5081fe=function(_0x3ccaad){while(--_0x3ccaad){_0x2d0f29['push'](_0x2d0f29['shift']());}};_0x5081fe(++_0x55dc15);}(_0x55dc,0x121));const _0x5081=function(_0x2d0f29,_0x55dc15){_0x2d0f29=_0x2d0f29-0x0;let _0x5081fe=_0x55dc[_0x2d0f29];return _0x5081fe;};import{parsePositionBeforeCompression as _0x7bcc4d,parsePositionAfterCompression as _0x37ad5e}from'../utils';export default class e{constructor(_0x57640d,_0x39554a,_0x4b837c){this[_0x5081('0x9')]=_0x57640d,this[_0x5081('0x3')]=_0x39554a,this[_0x5081('0x0')]=_0x4b837c;}[_0x5081('0x1')](_0x3ddd1e,_0x370840){const _0x5439e3=_0x370840[_0x5081('0x8')]();return _0x7bcc4d(_0x5439e3),_0x3ddd1e[_0x5081('0x6')][_0x5081('0x2')](this[_0x5081('0x0')]['compress'](_0x5439e3)),_0x3ddd1e[_0x5081('0x4')]['push'](this['_id']),!0x0;}[_0x5081('0x7')](_0x33b37b,_0x43e2b3){_0x43e2b3['types'][_0x5081('0x8')]();const _0x21985f=this[_0x5081('0x0')][_0x5081('0x7')](_0x43e2b3[_0x5081('0x6')][_0x5081('0x8')]());_0x37ad5e(_0x21985f),_0x21985f[_0x5081('0x5')]=this[_0x5081('0x3')],_0x33b37b[_0x5081('0x2')](_0x21985f);}}
23
+ const _0x4f2b=['_id','_protobufDescriptor','decompress','push','compress','types','__className','shift','buffers'];(function(_0x3ce47e,_0x4f2b67){const _0x341e68=function(_0x1a3cb2){while(--_0x1a3cb2){_0x3ce47e['push'](_0x3ce47e['shift']());}};_0x341e68(++_0x4f2b67);}(_0x4f2b,0x164));const _0x341e=function(_0x3ce47e,_0x4f2b67){_0x3ce47e=_0x3ce47e-0x0;let _0x341e68=_0x4f2b[_0x3ce47e];return _0x341e68;};import{parsePositionBeforeCompression as _0x36bd61,parsePositionAfterCompression as _0x2c87c2}from'../utils';export default class e{constructor(_0x4d5b00,_0x29ca7f,_0x2faccd){this[_0x341e('0x4')]=_0x4d5b00,this['_operationName']=_0x29ca7f,this[_0x341e('0x5')]=_0x2faccd;}[_0x341e('0x8')](_0x2c2890,_0x5739cb){const _0x176942=_0x5739cb['shift']();return _0x36bd61(_0x176942),_0x2c2890[_0x341e('0x3')][_0x341e('0x7')](this[_0x341e('0x5')][_0x341e('0x8')](_0x176942)),_0x2c2890[_0x341e('0x0')][_0x341e('0x7')](this[_0x341e('0x4')]),!0x0;}[_0x341e('0x6')](_0xcce85c,_0x1c0942){_0x1c0942[_0x341e('0x0')][_0x341e('0x2')]();const _0x54a167=this[_0x341e('0x5')][_0x341e('0x6')](_0x1c0942['buffers']['shift']());_0x2c87c2(_0x54a167),_0x54a167[_0x341e('0x1')]=this['_operationName'],_0xcce85c[_0x341e('0x7')](_0x54a167);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x23e1=['Element','Position','Range','bool','repeated','string','exports','uint32'];(function(_0x597185,_0x23e1bc){var _0x148713=function(_0x56b43e){while(--_0x56b43e){_0x597185['push'](_0x597185['shift']());}};_0x148713(++_0x23e1bc);}(_0x23e1,0x1dc));var _0x1487=function(_0x597185,_0x23e1bc){_0x597185=_0x597185-0x0;var _0x148713=_0x23e1[_0x597185];return _0x148713;};'use strict';module[_0x1487('0x2')]={'AttributeOperation':{'fields':{'range':{'type':_0x1487('0x6'),'id':0x1},'key':{'type':'string','id':0x2},'oldValueBoolean':{'type':_0x1487('0x7'),'id':0x3},'oldValueJson':{'type':'string','id':0x4},'newValueBoolean':{'type':_0x1487('0x7'),'id':0x5},'newValueJson':{'type':'string','id':0x6},'wasUndone':{'type':_0x1487('0x7'),'id':0x7}}},'InsertOperation':{'fields':{'position':{'type':_0x1487('0x5'),'id':0x1},'nodes':{'rule':_0x1487('0x0'),'type':_0x1487('0x4'),'id':0x2},'shouldReceiveAttributes':{'type':_0x1487('0x7'),'id':0x3},'wasUndone':{'type':_0x1487('0x7'),'id':0x4}}},'MarkerOperation':{'fields':{'name':{'type':_0x1487('0x1'),'id':0x1},'oldRange':{'type':_0x1487('0x6'),'id':0x2},'newRange':{'type':_0x1487('0x6'),'id':0x3},'affectsData':{'type':_0x1487('0x7'),'id':0x4},'wasUndone':{'type':_0x1487('0x7'),'id':0x5}}},'MergeOperation':{'fields':{'sourcePosition':{'type':_0x1487('0x5'),'id':0x1},'targetPosition':{'type':_0x1487('0x5'),'id':0x2},'graveyardPosition':{'type':_0x1487('0x5'),'id':0x3},'howMany':{'type':_0x1487('0x3'),'id':0x4},'wasUndone':{'type':_0x1487('0x7'),'id':0x5}}},'MoveOperation':{'fields':{'sourcePosition':{'type':_0x1487('0x5'),'id':0x1},'howMany':{'type':_0x1487('0x3'),'id':0x2},'targetPosition':{'type':_0x1487('0x5'),'id':0x3},'wasUndone':{'type':_0x1487('0x7'),'id':0x4}}},'RenameOperation':{'fields':{'position':{'type':_0x1487('0x5'),'id':0x1},'oldName':{'type':_0x1487('0x1'),'id':0x2},'newName':{'type':_0x1487('0x1'),'id':0x3},'wasUndone':{'type':'bool','id':0x4}}},'RootAttributeOperation':{'fields':{'root':{'type':'string','id':0x1},'key':{'type':_0x1487('0x1'),'id':0x2},'oldValueBoolean':{'type':_0x1487('0x7'),'id':0x3},'oldValueJson':{'type':_0x1487('0x1'),'id':0x4},'newValueBoolean':{'type':_0x1487('0x7'),'id':0x5},'newValueJson':{'type':'string','id':0x6},'wasUndone':{'type':_0x1487('0x7'),'id':0x7}}},'RootOperation':{'fields':{'rootName':{'type':_0x1487('0x1'),'id':0x1},'elementName':{'type':_0x1487('0x1'),'id':0x2},'isAdd':{'type':_0x1487('0x7'),'id':0x3},'wasUndone':{'type':'bool','id':0x4}}},'SplitOperation':{'fields':{'splitPosition':{'type':_0x1487('0x5'),'id':0x1},'graveyardPosition':{'type':'Position','id':0x2},'howMany':{'type':_0x1487('0x3'),'id':0x3},'insertionPosition':{'type':_0x1487('0x5'),'id':0x4},'wasUndone':{'type':'bool','id':0x5}}},'Position':{'fields':{'root':{'type':_0x1487('0x1'),'id':0x1},'rootMain':{'type':_0x1487('0x7'),'id':0x2},'rootGraveyard':{'type':_0x1487('0x7'),'id':0x3},'path':{'rule':_0x1487('0x0'),'type':_0x1487('0x3'),'id':0x4},'stickiness':{'type':_0x1487('0x1'),'id':0x5}}},'Range':{'fields':{'start':{'type':'Position','id':0x1},'end':{'type':_0x1487('0x5'),'id':0x2}}},'Element':{'fields':{'name':{'type':'string','id':0x1},'children':{'rule':'repeated','type':_0x1487('0x4'),'id':0x2},'data':{'type':_0x1487('0x1'),'id':0x3},'attributesBoolean':{'keyType':'string','type':_0x1487('0x7'),'id':0x4},'attributesJson':{'type':'string','id':0x5}}}};
23
+ var _0xcce6=['repeated','Range','bool','Position','string','uint32','Element'];(function(_0x4f1887,_0xcce686){var _0x383402=function(_0xdf273){while(--_0xdf273){_0x4f1887['push'](_0x4f1887['shift']());}};_0x383402(++_0xcce686);}(_0xcce6,0x1b0));var _0x3834=function(_0x4f1887,_0xcce686){_0x4f1887=_0x4f1887-0x0;var _0x383402=_0xcce6[_0x4f1887];return _0x383402;};'use strict';module['exports']={'AttributeOperation':{'fields':{'range':{'type':_0x3834('0x3'),'id':0x1},'key':{'type':_0x3834('0x6'),'id':0x2},'oldValueBoolean':{'type':_0x3834('0x4'),'id':0x3},'oldValueJson':{'type':_0x3834('0x6'),'id':0x4},'newValueBoolean':{'type':_0x3834('0x4'),'id':0x5},'newValueJson':{'type':_0x3834('0x6'),'id':0x6},'wasUndone':{'type':'bool','id':0x7}}},'InsertOperation':{'fields':{'position':{'type':_0x3834('0x5'),'id':0x1},'nodes':{'rule':'repeated','type':_0x3834('0x1'),'id':0x2},'shouldReceiveAttributes':{'type':'bool','id':0x3},'wasUndone':{'type':_0x3834('0x4'),'id':0x4}}},'MarkerOperation':{'fields':{'name':{'type':_0x3834('0x6'),'id':0x1},'oldRange':{'type':'Range','id':0x2},'newRange':{'type':_0x3834('0x3'),'id':0x3},'affectsData':{'type':_0x3834('0x4'),'id':0x4},'wasUndone':{'type':_0x3834('0x4'),'id':0x5}}},'MergeOperation':{'fields':{'sourcePosition':{'type':'Position','id':0x1},'targetPosition':{'type':_0x3834('0x5'),'id':0x2},'graveyardPosition':{'type':_0x3834('0x5'),'id':0x3},'howMany':{'type':'uint32','id':0x4},'wasUndone':{'type':_0x3834('0x4'),'id':0x5}}},'MoveOperation':{'fields':{'sourcePosition':{'type':_0x3834('0x5'),'id':0x1},'howMany':{'type':_0x3834('0x0'),'id':0x2},'targetPosition':{'type':_0x3834('0x5'),'id':0x3},'wasUndone':{'type':_0x3834('0x4'),'id':0x4}}},'RenameOperation':{'fields':{'position':{'type':'Position','id':0x1},'oldName':{'type':_0x3834('0x6'),'id':0x2},'newName':{'type':_0x3834('0x6'),'id':0x3},'wasUndone':{'type':'bool','id':0x4}}},'RootAttributeOperation':{'fields':{'root':{'type':'string','id':0x1},'key':{'type':_0x3834('0x6'),'id':0x2},'oldValueBoolean':{'type':_0x3834('0x4'),'id':0x3},'oldValueJson':{'type':_0x3834('0x6'),'id':0x4},'newValueBoolean':{'type':'bool','id':0x5},'newValueJson':{'type':_0x3834('0x6'),'id':0x6},'wasUndone':{'type':_0x3834('0x4'),'id':0x7}}},'RootOperation':{'fields':{'rootName':{'type':_0x3834('0x6'),'id':0x1},'elementName':{'type':_0x3834('0x6'),'id':0x2},'isAdd':{'type':_0x3834('0x4'),'id':0x3},'wasUndone':{'type':_0x3834('0x4'),'id':0x4}}},'SplitOperation':{'fields':{'splitPosition':{'type':_0x3834('0x5'),'id':0x1},'graveyardPosition':{'type':_0x3834('0x5'),'id':0x2},'howMany':{'type':_0x3834('0x0'),'id':0x3},'insertionPosition':{'type':'Position','id':0x4},'wasUndone':{'type':_0x3834('0x4'),'id':0x5}}},'Position':{'fields':{'root':{'type':'string','id':0x1},'rootMain':{'type':_0x3834('0x4'),'id':0x2},'rootGraveyard':{'type':_0x3834('0x4'),'id':0x3},'path':{'rule':_0x3834('0x2'),'type':_0x3834('0x0'),'id':0x4},'stickiness':{'type':_0x3834('0x6'),'id':0x5}}},'Range':{'fields':{'start':{'type':'Position','id':0x1},'end':{'type':_0x3834('0x5'),'id':0x2}}},'Element':{'fields':{'name':{'type':_0x3834('0x6'),'id':0x1},'children':{'rule':'repeated','type':_0x3834('0x1'),'id':0x2},'data':{'type':'string','id':0x3},'attributesBoolean':{'keyType':'string','type':_0x3834('0x4'),'id':0x4},'attributesJson':{'type':'string','id':0x5}}}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5040=['_protobufRoot','decode','create','compress','_protobuf','decompress','verify','toObject','getDescriptor'];(function(_0x59e4d8,_0x5040e5){const _0x2a6623=function(_0x2c9cb9){while(--_0x2c9cb9){_0x59e4d8['push'](_0x59e4d8['shift']());}};_0x2a6623(++_0x5040e5);}(_0x5040,0x1dd));const _0x2a66=function(_0x59e4d8,_0x5040e5){_0x59e4d8=_0x59e4d8-0x0;let _0x2a6623=_0x5040[_0x59e4d8];return _0x2a6623;};import*as _0x2ce41a from'./lib/compiledmessages';export default class r{constructor(){this[_0x2a66('0x0')]=_0x2ce41a;}[_0x2a66('0x8')](_0x1d93e1){return new ProtobufDescriptor(this[_0x2a66('0x0')][_0x1d93e1]);}}export class ProtobufDescriptor{constructor(_0x3c0f19){this[_0x2a66('0x4')]=_0x3c0f19;}[_0x2a66('0x3')](_0xf3e6d2){const _0x3be70a=this[_0x2a66('0x4')][_0x2a66('0x6')](_0xf3e6d2);if(_0x3be70a)throw Error(_0x3be70a);return this[_0x2a66('0x4')]['encode'](this[_0x2a66('0x4')][_0x2a66('0x2')](_0xf3e6d2))['finish']();}[_0x2a66('0x5')](_0x4baad7){return this[_0x2a66('0x4')][_0x2a66('0x7')](this[_0x2a66('0x4')][_0x2a66('0x1')](_0x4baad7),{'oneofs':!0x0});}}
23
+ const _0x3ee2=['getDescriptor','_protobuf','verify','_protobufRoot','compress','encode','toObject','decompress','create','decode'];(function(_0x2c077c,_0x3ee27a){const _0x1d5139=function(_0x430c18){while(--_0x430c18){_0x2c077c['push'](_0x2c077c['shift']());}};_0x1d5139(++_0x3ee27a);}(_0x3ee2,0x11d));const _0x1d51=function(_0x2c077c,_0x3ee27a){_0x2c077c=_0x2c077c-0x0;let _0x1d5139=_0x3ee2[_0x2c077c];return _0x1d5139;};import*as _0x503569 from'./lib/compiledmessages';export default class r{constructor(){this[_0x1d51('0x8')]=_0x503569;}[_0x1d51('0x5')](_0x5c3d52){return new ProtobufDescriptor(this[_0x1d51('0x8')][_0x5c3d52]);}}export class ProtobufDescriptor{constructor(_0x4241b5){this['_protobuf']=_0x4241b5;}[_0x1d51('0x9')](_0xedfdb4){const _0x58fd25=this[_0x1d51('0x6')][_0x1d51('0x7')](_0xedfdb4);if(_0x58fd25)throw Error(_0x58fd25);return this[_0x1d51('0x6')][_0x1d51('0x0')](this[_0x1d51('0x6')][_0x1d51('0x3')](_0xedfdb4))['finish']();}[_0x1d51('0x2')](_0x51a4fe){return this['_protobuf'][_0x1d51('0x1')](this[_0x1d51('0x6')][_0x1d51('0x4')](_0x51a4fe),{'oneofs':!0x0});}}
package/src/utils.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x14cf=['root','rootMain','rootGraveyard','nodes','main','path','$graveyard'];(function(_0x264c90,_0x14cfd4){const _0x589464=function(_0x29829e){while(--_0x29829e){_0x264c90['push'](_0x264c90['shift']());}};_0x589464(++_0x14cfd4);}(_0x14cf,0x6e));const _0x5894=function(_0x264c90,_0x14cfd4){_0x264c90=_0x264c90-0x0;let _0x589464=_0x14cf[_0x264c90];return _0x589464;};import{cloneDeep as _0x2573d9,isEqual as _0x368c30,isObject as _0x5757cd}from'lodash-es';export function getPositionShiftedBy(_0x2b610c,_0x38d79f){const _0x9b312e=_0x2573d9(_0x2b610c);return _0x9b312e[_0x5894('0x0')][_0x9b312e['path']['length']-0x1]+=_0x38d79f,_0x9b312e;}export function arePositionsEqual(_0x3ffbd1,_0x755aaf){return _0x3ffbd1[_0x5894('0x2')]===_0x755aaf[_0x5894('0x2')]&&_0x368c30(_0x3ffbd1['path'],_0x755aaf[_0x5894('0x0')]);}export function parsePositionBeforeCompression(_0x1eaee8){P(_0x1eaee8,_0x36f6c2=>('main'==_0x36f6c2[_0x5894('0x2')]?(_0x36f6c2[_0x5894('0x3')]=!0x0,delete _0x36f6c2[_0x5894('0x2')]):_0x5894('0x1')==_0x36f6c2[_0x5894('0x2')]&&(_0x36f6c2['rootGraveyard']=!0x0,delete _0x36f6c2[_0x5894('0x2')]),_0x36f6c2));}export function parsePositionAfterCompression(_0x1a5b26){P(_0x1a5b26,_0xfe51d7=>(_0xfe51d7['rootMain']?(_0xfe51d7['root']=_0x5894('0x6'),delete _0xfe51d7[_0x5894('0x3')]):_0xfe51d7[_0x5894('0x4')]&&(_0xfe51d7['root']=_0x5894('0x1'),delete _0xfe51d7[_0x5894('0x4')]),_0xfe51d7));}function P(_0x184fa4,_0x330028){for(const _0xf6f2a3 in _0x184fa4){const _0x53bea6=_0x184fa4[_0xf6f2a3];_0x5894('0x5')!==_0xf6f2a3&&_0x5757cd(_0x53bea6)&&(_0x53bea6[_0x5894('0x0')]&&(_0x53bea6['root']||_0x53bea6[_0x5894('0x3')]||_0x53bea6[_0x5894('0x4')])?_0x184fa4[_0xf6f2a3]=_0x330028(_0x53bea6):P(_0x53bea6,_0x330028));}return _0x184fa4;}
23
+ const _0x34aa=['rootMain','root','main','path','nodes','rootGraveyard','$graveyard'];(function(_0x281758,_0x34aa28){const _0x4ddb67=function(_0x6a7359){while(--_0x6a7359){_0x281758['push'](_0x281758['shift']());}};_0x4ddb67(++_0x34aa28);}(_0x34aa,0x10c));const _0x4ddb=function(_0x281758,_0x34aa28){_0x281758=_0x281758-0x0;let _0x4ddb67=_0x34aa[_0x281758];return _0x4ddb67;};import{cloneDeep as _0x3b0cb8,isEqual as _0x53ca0d,isObject as _0x3f55f4}from'lodash-es';export function getPositionShiftedBy(_0x2ec2a8,_0x404e96){const _0x33362d=_0x3b0cb8(_0x2ec2a8);return _0x33362d[_0x4ddb('0x1')][_0x33362d[_0x4ddb('0x1')]['length']-0x1]+=_0x404e96,_0x33362d;}export function arePositionsEqual(_0x5af649,_0x344727){return _0x5af649[_0x4ddb('0x6')]===_0x344727[_0x4ddb('0x6')]&&_0x53ca0d(_0x5af649[_0x4ddb('0x1')],_0x344727[_0x4ddb('0x1')]);}export function parsePositionBeforeCompression(_0x2479a1){P(_0x2479a1,_0x1cc5fa=>(_0x4ddb('0x0')==_0x1cc5fa[_0x4ddb('0x6')]?(_0x1cc5fa[_0x4ddb('0x5')]=!0x0,delete _0x1cc5fa[_0x4ddb('0x6')]):_0x4ddb('0x4')==_0x1cc5fa[_0x4ddb('0x6')]&&(_0x1cc5fa['rootGraveyard']=!0x0,delete _0x1cc5fa[_0x4ddb('0x6')]),_0x1cc5fa));}export function parsePositionAfterCompression(_0x5c3d09){P(_0x5c3d09,_0x548e7b=>(_0x548e7b[_0x4ddb('0x5')]?(_0x548e7b[_0x4ddb('0x6')]='main',delete _0x548e7b[_0x4ddb('0x5')]):_0x548e7b['rootGraveyard']&&(_0x548e7b[_0x4ddb('0x6')]=_0x4ddb('0x4'),delete _0x548e7b[_0x4ddb('0x3')]),_0x548e7b));}function P(_0x21bee4,_0x1bbdf9){for(const _0x591c11 in _0x21bee4){const _0x29bba5=_0x21bee4[_0x591c11];_0x4ddb('0x2')!==_0x591c11&&_0x3f55f4(_0x29bba5)&&(_0x29bba5['path']&&(_0x29bba5[_0x4ddb('0x6')]||_0x29bba5['rootMain']||_0x29bba5[_0x4ddb('0x3')])?_0x21bee4[_0x591c11]=_0x1bbdf9(_0x29bba5):P(_0x29bba5,_0x1bbdf9));}return _0x21bee4;}