@ckeditor/ckeditor5-operations-compressor 39.0.0 → 39.0.2

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
@@ -89,4 +89,4 @@ Internal changes only (updated dependencies, documentation, etc.).
89
89
 
90
90
  ## 1.0.0 (2018-10-08)
91
91
 
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.
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/LICENSE.md CHANGED
@@ -1,23 +1,23 @@
1
1
  Software License Agreement
2
2
  ==========================
3
3
 
4
- **CKEditor 5 operations compressor**<br>
4
+ **CKEditor&nbsp;5 operations compressor**<br>
5
5
  Copyright (c) 2003-2022, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
6
6
 
7
- CKEditor 5 operations compressor is licensed under a commercial license and is protected by copyright law.
7
+ CKEditor&nbsp;5 operations compressor is licensed under a commercial license and is protected by copyright law.
8
8
  For more details about available licensing options please contact us at sales@cksource.com.
9
9
 
10
- Sources of Intellectual Property Included in CKEditor 5 operations compressor
10
+ Sources of Intellectual Property Included in CKEditor&nbsp;5 operations compressor
11
11
  -----------------------------------------------------
12
12
 
13
- Where not otherwise indicated, all CKEditor 5 Operations Compressor content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
13
+ Where not otherwise indicated, all CKEditor&nbsp;5 Operations Compressor content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
14
14
  Any attempts to deobfuscate or disassemble the code are forbidden and will result in legal consequences.
15
15
 
16
- The following libraries are included in CKEditor 5 Operations Compressor under the [MIT license](https://opensource.org/licenses/MIT):
16
+ The following libraries are included in CKEditor&nbsp;5 Operations Compressor under the [MIT license](https://opensource.org/licenses/MIT):
17
17
 
18
18
  * Lo-Dash - Copyright (c) JS Foundation and other contributors https://js.foundation/. Based on Underscore.js, copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors http://underscorejs.org/.
19
19
 
20
- The following libraries are included in CKEditor 5 Operations Compressor under the [BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause):
20
+ The following libraries are included in CKEditor&nbsp;5 Operations Compressor under the [BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause):
21
21
 
22
22
  * Protocol Buffers for JavaScript - Copyright (c) 2016, Daniel Wirtz.
23
23
 
package/README.md CHANGED
@@ -1,27 +1,27 @@
1
- # CKEditor 5 operations compressor
1
+ # CKEditor&nbsp;5 operations compressor
2
2
 
3
3
  [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-operations-compressor.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-operations-compressor)
4
4
 
5
- CKEditor 5 operations compressor is a low-level API that compresses and decompresses operations to a normalized binary format in order to decrease network usage during real-time collaborative editing. It is required by the [CKEditor 5 real-time collaborative editing](https://ckeditor.com/collaboration/real-time/) feature to enable collaboration in [CKEditor 5](https://ckeditor.com/ckeditor-5/).
5
+ CKEditor&nbsp;5 operations compressor is a low-level API that compresses and decompresses operations to a normalized binary format in order to decrease network usage during real-time collaborative editing. It is required by the [CKEditor&nbsp;5 real-time collaborative editing](https://ckeditor.com/collaboration/real-time/) feature to enable collaboration in [CKEditor&nbsp;5](https://ckeditor.com/ckeditor-5/).
6
6
 
7
7
  ## Documentation
8
8
 
9
- For more information about real-time collaboration see the [CKEditor 5 real-time collaboration documentation](https://ckeditor.com/docs/ckeditor5/latest/features/collaboration/real-time-collaboration/real-time-collaboration.html).
9
+ For more information about real-time collaboration see the [CKEditor&nbsp;5 real-time collaboration documentation](https://ckeditor.com/docs/ckeditor5/latest/features/collaboration/real-time-collaboration/real-time-collaboration.html).
10
10
 
11
- Also, make sure you visit the [CKEditor 5 changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md) whenever a new version of the package is released.
11
+ Also, make sure you visit the [CKEditor&nbsp;5 changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md) whenever a new version of the package is released.
12
12
 
13
13
  ## Getting support
14
14
 
15
- CKEditor 5 operations compressor comes with outstanding support from a dedicated team of customer care specialists, QA engineers and CKEditor 5 developers. The team will gladly assist you in all aspects from setting up your account to integrating CKEditor 5 Collaboration features with your application.
15
+ CKEditor&nbsp;5 operations compressor comes with outstanding support from a dedicated team of customer care specialists, QA engineers and CKEditor&nbsp;5 developers. The team will gladly assist you in all aspects from setting up your account to integrating CKEditor&nbsp;5 Collaboration features with your application.
16
16
 
17
- As a licensed CKEditor 5 Collaboration features user you can report bugs and request features directly through the CKEditor Ecosystem customer dashboard.
17
+ As a licensed CKEditor&nbsp;5 Collaboration features user you can report bugs and request features directly through the CKEditor Ecosystem customer dashboard.
18
18
 
19
19
  ## License
20
20
 
21
- **CKEditor 5 operations compressor**<br>
21
+ **CKEditor&nbsp;5 operations compressor**<br>
22
22
  Copyright (c) 2003-2022, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
23
23
 
24
- CKEditor 5 operations compressor is licensed under a commercial license and is protected by copyright law.
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.
26
26
 
27
27
  ### Trademarks
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-operations-compressor",
3
- "version": "39.0.0",
3
+ "version": "39.0.2",
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,14 +30,10 @@
30
30
  "url": "https://support.ckeditor.com/hc/en-us/requests/new"
31
31
  },
32
32
  "dependencies": {
33
- "ckeditor5": "39.0.0",
33
+ "ckeditor5": "39.0.2",
34
34
  "lodash-es": "4.17.21",
35
35
  "protobufjs": "7.2.4"
36
36
  },
37
- "engines": {
38
- "node": ">=16.0.0",
39
- "npm": ">=5.7.1"
40
- },
41
37
  "files": [
42
38
  "src/**/*.js",
43
39
  "src/**/*.d.ts",
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3541=['_compressSingleOperation','buffers','_decompressSingleOperation','_context','_combineNext','types','shift','length','_id','push','decompress','_compareOperations'];(function(_0x1dd4c8,_0x354135){const _0x332841=function(_0x2b06c7){while(--_0x2b06c7){_0x1dd4c8['push'](_0x1dd4c8['shift']());}};_0x332841(++_0x354135);}(_0x3541,0xe1));const _0x3328=function(_0x1dd4c8,_0x354135){_0x1dd4c8=_0x1dd4c8-0x0;let _0x332841=_0x3541[_0x1dd4c8];return _0x332841;};import{cloneDeep as _0x311edf}from'lodash-es';export default class b{constructor(_0x85c9b7,_0x355272){this[_0x3328('0xb')]=_0x85c9b7,this[_0x3328('0x6')]=_0x355272;}['compress'](_0x5e0261,_0x44df5b){let _0x3db5d2;for(;_0x44df5b[_0x3328('0xa')]>0x1&&this[_0x3328('0x2')](_0x44df5b[0x0],_0x44df5b[0x1]);)_0x3db5d2?(_0x3db5d2=this['_combineNext'](_0x44df5b[_0x3328('0x9')](),_0x3db5d2),_0x5e0261[_0x3328('0x8')]['push'](0x0)):(_0x3db5d2=_0x311edf(_0x44df5b['shift']()),_0x5e0261[_0x3328('0x8')][_0x3328('0x0')](this[_0x3328('0xb')]));return!!_0x3db5d2&&(_0x3db5d2=this[_0x3328('0x7')](_0x44df5b['shift'](),_0x3db5d2),_0x5e0261[_0x3328('0x8')]['push'](0x0),_0x5e0261[_0x3328('0x4')][_0x3328('0x0')](this[_0x3328('0x3')](_0x3db5d2)),!0x0);}[_0x3328('0x1')](_0x3673e0,_0x29f7a2){const _0x295e84=this[_0x3328('0x5')](_0x29f7a2);for(;0x0==_0x29f7a2[_0x3328('0x8')][0x0];)_0x29f7a2[_0x3328('0x8')]['shift'](),_0x3673e0[_0x3328('0x0')](this['_splitCurrent'](_0x295e84));_0x3673e0[_0x3328('0x0')](_0x295e84);}}
23
+ const _0x9b70=['_combineNext','push','shift','_decompressSingleOperation','types','_compareOperations','_id','_compressSingleOperation','_splitCurrent','_context','compress','buffers','decompress','length'];(function(_0x18c218,_0x9b702){const _0x491c47=function(_0x15c293){while(--_0x15c293){_0x18c218['push'](_0x18c218['shift']());}};_0x491c47(++_0x9b702);}(_0x9b70,0xcc));const _0x491c=function(_0x18c218,_0x9b702){_0x18c218=_0x18c218-0x0;let _0x491c47=_0x9b70[_0x18c218];return _0x491c47;};import{cloneDeep as _0x59f038}from'lodash-es';export default class b{constructor(_0x4e4672,_0x125813){this[_0x491c('0xc')]=_0x4e4672,this[_0x491c('0x1')]=_0x125813;}[_0x491c('0x2')](_0x2f3d6c,_0x50b3e5){let _0xbae73a;for(;_0x50b3e5[_0x491c('0x5')]>0x1&&this[_0x491c('0xb')](_0x50b3e5[0x0],_0x50b3e5[0x1]);)_0xbae73a?(_0xbae73a=this[_0x491c('0x6')](_0x50b3e5[_0x491c('0x8')](),_0xbae73a),_0x2f3d6c[_0x491c('0xa')][_0x491c('0x7')](0x0)):(_0xbae73a=_0x59f038(_0x50b3e5[_0x491c('0x8')]()),_0x2f3d6c[_0x491c('0xa')][_0x491c('0x7')](this[_0x491c('0xc')]));return!!_0xbae73a&&(_0xbae73a=this['_combineNext'](_0x50b3e5['shift'](),_0xbae73a),_0x2f3d6c[_0x491c('0xa')]['push'](0x0),_0x2f3d6c[_0x491c('0x3')][_0x491c('0x7')](this[_0x491c('0xd')](_0xbae73a)),!0x0);}[_0x491c('0x4')](_0x13a4ea,_0x4261a2){const _0x4ba403=this[_0x491c('0x9')](_0x4261a2);for(;0x0==_0x4261a2[_0x491c('0xa')][0x0];)_0x4261a2['types'][_0x491c('0x8')](),_0x13a4ea[_0x491c('0x7')](this[_0x491c('0x0')](_0x4ba403));_0x13a4ea[_0x491c('0x7')](_0x4ba403);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x44fb=['MoveOperation','compress','targetPosition','decompress','_combineNext','_getCompressorByName','_compressSingleOperation','howMany','_checkOperation','_context','sourcePosition','wasUndone','_decompressSingleOperation','_splitCurrent'];(function(_0x5a1629,_0x44fba8){const _0x497324=function(_0x59f6e5){while(--_0x59f6e5){_0x5a1629['push'](_0x5a1629['shift']());}};_0x497324(++_0x44fba8);}(_0x44fb,0x1de));const _0x4973=function(_0x5a1629,_0x44fba8){_0x5a1629=_0x5a1629-0x0;let _0x497324=_0x44fb[_0x5a1629];return _0x497324;};import _0x5c028d from'./actioncompressor';import{arePositionsEqual as _0x51a062,getPositionShiftedBy as _0x392a9d}from'../utils';import{cloneDeep as _0x5797c7}from'lodash-es';export default class c extends _0x5c028d{[_0x4973('0x2')](_0x55bbc0,_0x28105a){return _0x28105a['howMany']++,_0x28105a['sourcePosition']=_0x5797c7(_0x55bbc0['sourcePosition']),_0x28105a;}[_0x4973('0xb')](_0x1cacae){const _0x380caa=_0x5797c7(_0x1cacae);return _0x1cacae['howMany']--,_0x380caa[_0x4973('0x5')]=0x1,_0x380caa[_0x4973('0x8')]=_0x392a9d(_0x380caa['sourcePosition'],_0x1cacae['howMany']),_0x380caa;}['_compareOperations'](_0x3ad8df,_0x3eef03){return!(!this[_0x4973('0x6')](_0x3ad8df)||!this['_checkOperation'](_0x3eef03))&&(_0x51a062(_0x392a9d(_0x3ad8df[_0x4973('0x8')],-0x1),_0x3eef03[_0x4973('0x8')])&&_0x51a062(_0x3ad8df['targetPosition'],_0x3eef03['targetPosition']));}[_0x4973('0x4')](_0x349610){const _0x2a914b={'types':[],'buffers':[],'baseVersion':0x0};return this[_0x4973('0x7')][_0x4973('0x3')](_0x4973('0xc'))[_0x4973('0xd')](_0x2a914b,[_0x349610]),_0x2a914b['buffers'][0x0];}[_0x4973('0xa')](_0x59bc0e){const _0x3df65d=[];return this[_0x4973('0x7')]['_getCompressorByName'](_0x4973('0xc'))[_0x4973('0x1')](_0x3df65d,_0x59bc0e),_0x3df65d[0x0];}['_checkOperation'](_0x511dad){return _0x4973('0xc')==_0x511dad['__className']&&'$graveyard'==_0x511dad[_0x4973('0x0')]['root']&&0x1==_0x511dad[_0x4973('0x5')]&&!_0x511dad[_0x4973('0x9')];}}
23
+ const _0x5939=['MoveOperation','_getCompressorByName','root','__className','$graveyard','howMany','wasUndone','decompress','_compareOperations','buffers','compress','targetPosition','_context','sourcePosition','_checkOperation'];(function(_0x19ad52,_0x593920){const _0x2e985a=function(_0x591fc4){while(--_0x591fc4){_0x19ad52['push'](_0x19ad52['shift']());}};_0x2e985a(++_0x593920);}(_0x5939,0xcf));const _0x2e98=function(_0x19ad52,_0x593920){_0x19ad52=_0x19ad52-0x0;let _0x2e985a=_0x5939[_0x19ad52];return _0x2e985a;};import _0x1e5219 from'./actioncompressor';import{arePositionsEqual as _0x4219cc,getPositionShiftedBy as _0x563395}from'../utils';import{cloneDeep as _0x1e9187}from'lodash-es';export default class c extends _0x1e5219{['_combineNext'](_0x1cfa1c,_0x4cb6b6){return _0x4cb6b6[_0x2e98('0x8')]++,_0x4cb6b6['sourcePosition']=_0x1e9187(_0x1cfa1c[_0x2e98('0x1')]),_0x4cb6b6;}['_splitCurrent'](_0x258f2c){const _0x38f3aa=_0x1e9187(_0x258f2c);return _0x258f2c['howMany']--,_0x38f3aa[_0x2e98('0x8')]=0x1,_0x38f3aa[_0x2e98('0x1')]=_0x563395(_0x38f3aa['sourcePosition'],_0x258f2c[_0x2e98('0x8')]),_0x38f3aa;}[_0x2e98('0xb')](_0x404e24,_0x2fe77c){return!(!this[_0x2e98('0x2')](_0x404e24)||!this[_0x2e98('0x2')](_0x2fe77c))&&(_0x4219cc(_0x563395(_0x404e24[_0x2e98('0x1')],-0x1),_0x2fe77c[_0x2e98('0x1')])&&_0x4219cc(_0x404e24[_0x2e98('0xe')],_0x2fe77c['targetPosition']));}['_compressSingleOperation'](_0x1d46f3){const _0x5d39a8={'types':[],'buffers':[],'baseVersion':0x0};return this[_0x2e98('0x0')][_0x2e98('0x4')](_0x2e98('0x3'))[_0x2e98('0xd')](_0x5d39a8,[_0x1d46f3]),_0x5d39a8[_0x2e98('0xc')][0x0];}['_decompressSingleOperation'](_0x1ae716){const _0x264c29=[];return this['_context']['_getCompressorByName'](_0x2e98('0x3'))[_0x2e98('0xa')](_0x264c29,_0x1ae716),_0x264c29[0x0];}[_0x2e98('0x2')](_0x494539){return _0x2e98('0x3')==_0x494539[_0x2e98('0x6')]&&_0x2e98('0x7')==_0x494539[_0x2e98('0xe')][_0x2e98('0x5')]&&0x1==_0x494539[_0x2e98('0x8')]&&!_0x494539[_0x2e98('0x9')];}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1ac9=['howMany','buffers','_getCompressorByName','_checkOperation','compress','$graveyard','__className','wasUndone','root','_context','targetPosition','MoveOperation','_splitCurrent','sourcePosition'];(function(_0x36f995,_0x1ac99b){const _0x3e14b4=function(_0x43c5ed){while(--_0x43c5ed){_0x36f995['push'](_0x36f995['shift']());}};_0x3e14b4(++_0x1ac99b);}(_0x1ac9,0x14b));const _0x3e14=function(_0x36f995,_0x1ac99b){_0x36f995=_0x36f995-0x0;let _0x3e14b4=_0x1ac9[_0x36f995];return _0x3e14b4;};import _0x3adc66 from'./actioncompressor';import{arePositionsEqual as _0x3af255}from'../utils';import{cloneDeep as _0xc9796d}from'lodash-es';export default class h extends _0x3adc66{['_combineNext'](_0x2cc298,_0x307658){return _0x307658[_0x3e14('0x5')]++,_0x307658;}[_0x3e14('0x3')](_0x317cfa){const _0x5e6885=_0xc9796d(_0x317cfa);return _0x5e6885['howMany']=0x1,_0x317cfa[_0x3e14('0x5')]--,_0x5e6885;}['_compareOperations'](_0x5a873e,_0x73f4b4){return!(!this[_0x3e14('0x8')](_0x5a873e)||!this[_0x3e14('0x8')](_0x73f4b4))&&(_0x3af255(_0x5a873e[_0x3e14('0x4')],_0x73f4b4[_0x3e14('0x4')])&&_0x3af255(_0x5a873e[_0x3e14('0x1')],_0x73f4b4['targetPosition']));}['_compressSingleOperation'](_0x71c628){const _0x41b426={'types':[],'buffers':[],'baseVersion':0x0};return this[_0x3e14('0x0')]['_getCompressorByName'](_0x3e14('0x2'))[_0x3e14('0x9')](_0x41b426,[_0x71c628]),_0x41b426[_0x3e14('0x6')][0x0];}['_decompressSingleOperation'](_0x5a6a3d){const _0xfaaaf1=[];return this[_0x3e14('0x0')][_0x3e14('0x7')]('MoveOperation')['decompress'](_0xfaaaf1,_0x5a6a3d),_0xfaaaf1[0x0];}[_0x3e14('0x8')](_0x2858a5){return _0x3e14('0x2')==_0x2858a5[_0x3e14('0xb')]&&_0x3e14('0xa')==_0x2858a5[_0x3e14('0x1')][_0x3e14('0xd')]&&0x1==_0x2858a5['howMany']&&!_0x2858a5[_0x3e14('0xc')];}}
23
+ const _0x3967=['_decompressSingleOperation','targetPosition','_compareOperations','_splitCurrent','howMany','root','__className','MoveOperation','compress','_context','decompress','_compressSingleOperation','buffers','sourcePosition','wasUndone','$graveyard','_checkOperation','_combineNext','_getCompressorByName'];(function(_0x30db06,_0x396798){const _0x1c2f7c=function(_0x2163e3){while(--_0x2163e3){_0x30db06['push'](_0x30db06['shift']());}};_0x1c2f7c(++_0x396798);}(_0x3967,0x131));const _0x1c2f=function(_0x30db06,_0x396798){_0x30db06=_0x30db06-0x0;let _0x1c2f7c=_0x3967[_0x30db06];return _0x1c2f7c;};import _0x4d37c1 from'./actioncompressor';import{arePositionsEqual as _0x3a6756}from'../utils';import{cloneDeep as _0x4c0966}from'lodash-es';export default class h extends _0x4d37c1{[_0x1c2f('0x10')](_0x1cfa07,_0x4a61a3){return _0x4a61a3[_0x1c2f('0x3')]++,_0x4a61a3;}[_0x1c2f('0x2')](_0x280ca0){const _0x19effe=_0x4c0966(_0x280ca0);return _0x19effe['howMany']=0x1,_0x280ca0[_0x1c2f('0x3')]--,_0x19effe;}[_0x1c2f('0x1')](_0x2266a8,_0x1c0ee6){return!(!this['_checkOperation'](_0x2266a8)||!this[_0x1c2f('0xf')](_0x1c0ee6))&&(_0x3a6756(_0x2266a8[_0x1c2f('0xc')],_0x1c0ee6[_0x1c2f('0xc')])&&_0x3a6756(_0x2266a8[_0x1c2f('0x0')],_0x1c0ee6['targetPosition']));}[_0x1c2f('0xa')](_0x2fbd56){const _0x3fe255={'types':[],'buffers':[],'baseVersion':0x0};return this[_0x1c2f('0x8')][_0x1c2f('0x11')](_0x1c2f('0x6'))[_0x1c2f('0x7')](_0x3fe255,[_0x2fbd56]),_0x3fe255[_0x1c2f('0xb')][0x0];}[_0x1c2f('0x12')](_0x3b14d3){const _0x594ffa=[];return this[_0x1c2f('0x8')][_0x1c2f('0x11')]('MoveOperation')[_0x1c2f('0x9')](_0x594ffa,_0x3b14d3),_0x594ffa[0x0];}[_0x1c2f('0xf')](_0x19f58b){return _0x1c2f('0x6')==_0x19f58b[_0x1c2f('0x5')]&&_0x1c2f('0xe')==_0x19f58b[_0x1c2f('0x0')][_0x1c2f('0x4')]&&0x1==_0x19f58b['howMany']&&!_0x19f58b[_0x1c2f('0xd')];}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4e0e=['next','compress','attributes','from','wasUndone','keys','length','InsertOperation','position','substr','_splitCurrent','every','__className','_getCompressorByName','_context','nodes','_compressSingleOperation','buffers','data','_compareOperations','_combineNext','value','_compareAttributes','_checkOperation'];(function(_0x1cafc4,_0x4e0ebc){const _0x5c8855=function(_0x98c35d){while(--_0x98c35d){_0x1cafc4['push'](_0x1cafc4['shift']());}};_0x5c8855(++_0x4e0ebc);}(_0x4e0e,0xdc));const _0x5c88=function(_0x1cafc4,_0x4e0ebc){_0x1cafc4=_0x1cafc4-0x0;let _0x5c8855=_0x4e0e[_0x1cafc4];return _0x5c8855;};import _0x4e6893 from'./actioncompressor';import{arePositionsEqual as _0x25bc79,getPositionShiftedBy as _0x246578}from'../utils';import{cloneDeep as _0x5ab85e}from'lodash-es';export default class m extends _0x4e6893{[_0x5c88('0x10')](_0x1716be,_0xbb174d){return _0xbb174d[_0x5c88('0xb')][0x0][_0x5c88('0xe')]+=_0x1716be['nodes'][0x0][_0x5c88('0xe')],_0xbb174d;}[_0x5c88('0x6')](_0x5049b5){const _0x4d59f9=_0x5ab85e(_0x5049b5),_0x1e16e5=_0x4d59f9[_0x5c88('0xb')][0x0],_0x3fc9f7=_0x5049b5[_0x5c88('0xb')][0x0],_0x340d75=_0x3fc9f7[_0x5c88('0xe')][Symbol['iterator']]()[_0x5c88('0x14')]()[_0x5c88('0x11')],_0x309eed=_0x340d75[_0x5c88('0x2')];return _0x1e16e5[_0x5c88('0xe')]=_0x340d75,_0x3fc9f7[_0x5c88('0xe')]=_0x3fc9f7[_0x5c88('0xe')][_0x5c88('0x5')](_0x309eed),_0x5049b5[_0x5c88('0x4')]=_0x246578(_0x5049b5[_0x5c88('0x4')],_0x309eed),_0x4d59f9;}[_0x5c88('0xf')](_0x28bb05,_0x52bc3f){if(this['_checkOperation'](_0x28bb05)&&this[_0x5c88('0x13')](_0x52bc3f)){const _0x2b19f9=_0x28bb05[_0x5c88('0xb')][0x0][_0x5c88('0xe')][_0x5c88('0x2')],_0x3eef21=_0x25bc79(_0x246578(_0x28bb05[_0x5c88('0x4')],_0x2b19f9),_0x52bc3f[_0x5c88('0x4')]),_0x4f188e=_0x28bb05[_0x5c88('0xb')][0x0],_0x4b19f6=_0x52bc3f[_0x5c88('0xb')][0x0];return _0x3eef21&&this[_0x5c88('0x12')](_0x4f188e,_0x4b19f6);}return!0x1;}[_0x5c88('0xc')](_0x23b2fe){const _0x24e79a={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName'](_0x5c88('0x3'))[_0x5c88('0x15')](_0x24e79a,[_0x23b2fe]),_0x24e79a[_0x5c88('0xd')][0x0];}['_decompressSingleOperation'](_0x4ed1d0){const _0x13f75d=[];return this[_0x5c88('0xa')][_0x5c88('0x9')](_0x5c88('0x3'))['decompress'](_0x13f75d,_0x4ed1d0),_0x13f75d[0x0];}['_checkOperation'](_0x4ced88){return _0x5c88('0x3')==_0x4ced88[_0x5c88('0x8')]&&0x1==_0x4ced88['nodes'][_0x5c88('0x2')]&&_0x4ced88['nodes'][0x0][_0x5c88('0xe')]&&!_0x4ced88[_0x5c88('0x0')]&&0x1==Array[_0x5c88('0x17')](_0x4ced88['nodes'][0x0][_0x5c88('0xe')])[_0x5c88('0x2')];}['_compareAttributes'](_0x2e3339,_0x3f6f0c){const _0x38accd=Object[_0x5c88('0x1')](_0x2e3339[_0x5c88('0x16')]||{}),_0x1ae979=Object[_0x5c88('0x1')](_0x3f6f0c['attributes']||{});return _0x38accd[_0x5c88('0x2')]===_0x1ae979[_0x5c88('0x2')]&&_0x38accd[_0x5c88('0x7')](_0x7e57f1=>_0x3f6f0c[_0x5c88('0x16')][_0x7e57f1]&&_0x3f6f0c[_0x5c88('0x16')][_0x7e57f1]===_0x2e3339[_0x5c88('0x16')][_0x7e57f1]);}}
23
+ const _0x43c5=['data','attributes','_compressSingleOperation','nodes','_decompressSingleOperation','_getCompressorByName','_compareAttributes','position','_context','_splitCurrent','length','compress','InsertOperation','_combineNext','next','keys','from','value','decompress','_checkOperation'];(function(_0x58e42f,_0x43c5f4){const _0x13d964=function(_0x5ae30f){while(--_0x5ae30f){_0x58e42f['push'](_0x58e42f['shift']());}};_0x13d964(++_0x43c5f4);}(_0x43c5,0x1d9));const _0x13d9=function(_0x58e42f,_0x43c5f4){_0x58e42f=_0x58e42f-0x0;let _0x13d964=_0x43c5[_0x58e42f];return _0x13d964;};import _0x1c4d69 from'./actioncompressor';import{arePositionsEqual as _0x1901ad,getPositionShiftedBy as _0x4d00c4}from'../utils';import{cloneDeep as _0x1e70b0}from'lodash-es';export default class m extends _0x1c4d69{[_0x13d9('0x0')](_0x3a0d03,_0x16510e){return _0x16510e[_0x13d9('0xa')][0x0][_0x13d9('0x7')]+=_0x3a0d03[_0x13d9('0xa')][0x0][_0x13d9('0x7')],_0x16510e;}[_0x13d9('0x10')](_0x256a93){const _0x326d20=_0x1e70b0(_0x256a93),_0x13d11c=_0x326d20[_0x13d9('0xa')][0x0],_0x472436=_0x256a93[_0x13d9('0xa')][0x0],_0x1da579=_0x472436[_0x13d9('0x7')][Symbol['iterator']]()[_0x13d9('0x1')]()[_0x13d9('0x4')],_0x36dd8f=_0x1da579[_0x13d9('0x11')];return _0x13d11c['data']=_0x1da579,_0x472436[_0x13d9('0x7')]=_0x472436[_0x13d9('0x7')]['substr'](_0x36dd8f),_0x256a93[_0x13d9('0xe')]=_0x4d00c4(_0x256a93[_0x13d9('0xe')],_0x36dd8f),_0x326d20;}['_compareOperations'](_0x506616,_0x1f42d0){if(this['_checkOperation'](_0x506616)&&this[_0x13d9('0x6')](_0x1f42d0)){const _0x57635f=_0x506616[_0x13d9('0xa')][0x0][_0x13d9('0x7')]['length'],_0x300fc1=_0x1901ad(_0x4d00c4(_0x506616['position'],_0x57635f),_0x1f42d0[_0x13d9('0xe')]),_0x3275f6=_0x506616[_0x13d9('0xa')][0x0],_0x4b96f7=_0x1f42d0[_0x13d9('0xa')][0x0];return _0x300fc1&&this[_0x13d9('0xd')](_0x3275f6,_0x4b96f7);}return!0x1;}[_0x13d9('0x9')](_0x4173a3){const _0x388af0={'types':[],'buffers':[],'baseVersion':0x0};return this[_0x13d9('0xf')][_0x13d9('0xc')](_0x13d9('0x13'))[_0x13d9('0x12')](_0x388af0,[_0x4173a3]),_0x388af0['buffers'][0x0];}[_0x13d9('0xb')](_0x521673){const _0x11e751=[];return this[_0x13d9('0xf')][_0x13d9('0xc')]('InsertOperation')[_0x13d9('0x5')](_0x11e751,_0x521673),_0x11e751[0x0];}[_0x13d9('0x6')](_0x4ec5d7){return'InsertOperation'==_0x4ec5d7['__className']&&0x1==_0x4ec5d7[_0x13d9('0xa')]['length']&&_0x4ec5d7['nodes'][0x0]['data']&&!_0x4ec5d7['wasUndone']&&0x1==Array[_0x13d9('0x3')](_0x4ec5d7[_0x13d9('0xa')][0x0][_0x13d9('0x7')])[_0x13d9('0x11')];}['_compareAttributes'](_0x3747a0,_0x1fa3f4){const _0x5f06b8=Object[_0x13d9('0x2')](_0x3747a0['attributes']||{}),_0x2a08a5=Object[_0x13d9('0x2')](_0x1fa3f4[_0x13d9('0x8')]||{});return _0x5f06b8[_0x13d9('0x11')]===_0x2a08a5[_0x13d9('0x11')]&&_0x5f06b8['every'](_0xf40dbc=>_0x1fa3f4['attributes'][_0xf40dbc]&&_0x1fa3f4[_0x13d9('0x8')][_0xf40dbc]===_0x3747a0[_0x13d9('0x8')][_0xf40dbc]);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x35ce=['decompress','push','buffers','_context','startsWith','oldRange','name','_getCompressorByName','__className','_id','start','end','MarkerOperation','toNone','newRange','stickiness','_compressSingleOperation','split','_decompressSingleOperation','shift','user:position:','types','compress','_compareOperations'];(function(_0xfafb2,_0x35ce8d){const _0x209689=function(_0x259c5f){while(--_0x259c5f){_0xfafb2['push'](_0xfafb2['shift']());}};_0x209689(++_0x35ce8d);}(_0x35ce,0x68));const _0x2096=function(_0xfafb2,_0x35ce8d){_0xfafb2=_0xfafb2-0x0;let _0x209689=_0x35ce[_0xfafb2];return _0x209689;};import _0x4cb46c from'./actioncompressor';import{arePositionsEqual as _0x521376}from'../utils';import{cloneDeep as _0x470191}from'lodash-es';export default class f extends _0x4cb46c{[_0x2096('0xe')](_0x32e734,_0x3e609c){if(!this[_0x2096('0xf')](_0x3e609c[0x0],_0x3e609c[0x1]))return!0x1;const _0x29c4ae=_0x3e609c[_0x2096('0xb')]();return _0x29c4ae[_0x2096('0x15')]=null,_0x29c4ae[_0x2096('0x6')]&&_0x521376(_0x29c4ae[_0x2096('0x6')][_0x2096('0x2')],_0x29c4ae['newRange'][_0x2096('0x3')])&&(_0x29c4ae[_0x2096('0x6')][_0x2096('0x3')]=null),_0x3e609c['shift'](),_0x32e734[_0x2096('0xd')]['push'](this[_0x2096('0x1')]),_0x32e734[_0x2096('0xd')]['push'](0x0),_0x32e734[_0x2096('0x12')][_0x2096('0x11')](this[_0x2096('0x8')](_0x29c4ae)),!0x0;}[_0x2096('0x10')](_0x65690f,_0x1fd9b0){const _0x45e7bb=this[_0x2096('0xa')](_0x1fd9b0);_0x45e7bb[_0x2096('0x6')]&&!_0x45e7bb[_0x2096('0x6')][_0x2096('0x3')]&&(_0x45e7bb[_0x2096('0x6')]['end']=_0x470191(_0x45e7bb[_0x2096('0x6')]['start']));const _0x2f1981=_0x470191(_0x45e7bb);_0x2f1981[_0x2096('0x6')]&&(_0x2f1981[_0x2096('0x6')][_0x2096('0x2')][_0x2096('0x7')]=_0x2096('0x5'),_0x2f1981['newRange']['end']=_0x470191(_0x2f1981[_0x2096('0x6')][_0x2096('0x2')])),_0x2f1981[_0x2096('0x16')]=_0x2096('0xc')+_0x2f1981[_0x2096('0x16')][_0x2096('0x9')](':')[0x2],_0x1fd9b0[_0x2096('0xd')][_0x2096('0xb')](),_0x65690f[_0x2096('0x11')](_0x45e7bb),_0x65690f[_0x2096('0x11')](_0x2f1981);}[_0x2096('0x8')](_0x5af24d){const _0x315a18={'types':[],'buffers':[],'baseVersion':0x0};return this[_0x2096('0x13')][_0x2096('0x17')](_0x2096('0x4'))['compress'](_0x315a18,[_0x5af24d]),_0x315a18[_0x2096('0x12')][0x0];}[_0x2096('0xa')](_0x27ac3c){const _0x31a659=[];return this[_0x2096('0x13')][_0x2096('0x17')](_0x2096('0x4'))[_0x2096('0x10')](_0x31a659,_0x27ac3c),_0x31a659[0x0];}[_0x2096('0xf')](_0x581639,_0xfeff3f){return!(!_0x581639||!_0xfeff3f)&&(_0x2096('0x4')==_0x581639['__className']&&'MarkerOperation'==_0xfeff3f[_0x2096('0x0')]&&!(!_0x581639[_0x2096('0x16')][_0x2096('0x14')]('user:')||!_0xfeff3f['name'][_0x2096('0x14')]('user:')||_0x581639['name']==_0xfeff3f['name']));}}
23
+ const _0x2b03=['types','push','_context','oldRange','split','end','shift','_getCompressorByName','MarkerOperation','newRange','user:','_decompressSingleOperation','__className','start','toNone','_compareOperations','user:position:','compress','buffers','name','decompress','startsWith','_compressSingleOperation'];(function(_0x5ac70d,_0x2b0381){const _0x54130e=function(_0x50a121){while(--_0x50a121){_0x5ac70d['push'](_0x5ac70d['shift']());}};_0x54130e(++_0x2b0381);}(_0x2b03,0x1e1));const _0x5413=function(_0x5ac70d,_0x2b0381){_0x5ac70d=_0x5ac70d-0x0;let _0x54130e=_0x2b03[_0x5ac70d];return _0x54130e;};import _0x4f2142 from'./actioncompressor';import{arePositionsEqual as _0x3260fc}from'../utils';import{cloneDeep as _0x25e1cb}from'lodash-es';export default class f extends _0x4f2142{[_0x5413('0x13')](_0x153e96,_0x6ce317){if(!this[_0x5413('0x11')](_0x6ce317[0x0],_0x6ce317[0x1]))return!0x1;const _0x335690=_0x6ce317[_0x5413('0x8')]();return _0x335690[_0x5413('0x5')]=null,_0x335690[_0x5413('0xb')]&&_0x3260fc(_0x335690[_0x5413('0xb')][_0x5413('0xf')],_0x335690[_0x5413('0xb')]['end'])&&(_0x335690[_0x5413('0xb')][_0x5413('0x7')]=null),_0x6ce317[_0x5413('0x8')](),_0x153e96[_0x5413('0x2')][_0x5413('0x3')](this['_id']),_0x153e96[_0x5413('0x2')][_0x5413('0x3')](0x0),_0x153e96['buffers']['push'](this[_0x5413('0x1')](_0x335690)),!0x0;}[_0x5413('0x16')](_0x36292b,_0x1aaf06){const _0x1f58c0=this['_decompressSingleOperation'](_0x1aaf06);_0x1f58c0[_0x5413('0xb')]&&!_0x1f58c0[_0x5413('0xb')][_0x5413('0x7')]&&(_0x1f58c0[_0x5413('0xb')][_0x5413('0x7')]=_0x25e1cb(_0x1f58c0['newRange']['start']));const _0x587138=_0x25e1cb(_0x1f58c0);_0x587138[_0x5413('0xb')]&&(_0x587138[_0x5413('0xb')]['start']['stickiness']=_0x5413('0x10'),_0x587138[_0x5413('0xb')][_0x5413('0x7')]=_0x25e1cb(_0x587138[_0x5413('0xb')][_0x5413('0xf')])),_0x587138['name']=_0x5413('0x12')+_0x587138[_0x5413('0x15')][_0x5413('0x6')](':')[0x2],_0x1aaf06['types'][_0x5413('0x8')](),_0x36292b['push'](_0x1f58c0),_0x36292b[_0x5413('0x3')](_0x587138);}[_0x5413('0x1')](_0x3501fc){const _0x366f58={'types':[],'buffers':[],'baseVersion':0x0};return this[_0x5413('0x4')][_0x5413('0x9')]('MarkerOperation')[_0x5413('0x13')](_0x366f58,[_0x3501fc]),_0x366f58[_0x5413('0x14')][0x0];}[_0x5413('0xd')](_0x431a68){const _0x4aeea3=[];return this['_context'][_0x5413('0x9')](_0x5413('0xa'))[_0x5413('0x16')](_0x4aeea3,_0x431a68),_0x4aeea3[0x0];}[_0x5413('0x11')](_0x5c76f0,_0x5029a2){return!(!_0x5c76f0||!_0x5029a2)&&(_0x5413('0xa')==_0x5c76f0[_0x5413('0xe')]&&_0x5413('0xa')==_0x5029a2[_0x5413('0xe')]&&!(!_0x5c76f0['name'][_0x5413('0x0')](_0x5413('0xc'))||!_0x5029a2[_0x5413('0x15')][_0x5413('0x0')](_0x5413('0xc'))||_0x5c76f0[_0x5413('0x15')]==_0x5029a2[_0x5413('0x15')]));}}
package/src/compressor.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x10b4=['_protobufFactory','suggestion','forEach','InsertOperation','MoveOperation','NoOperation','MergeOperation','RenameOperation','baseVersion','no-operations-provided','compress','_registerCompressor','_compressorById','_compressorByName','SplitOperation','AttributeOperation','_getCompressorByName','CommentMarkerOperation','DeletingAction','MarkerOperation','ForwardDeletingAction','_registerOperationCompressor','length','decompress','_registerActionCompressor','set','types','SuggestionMarkerOperation','RootOperation','TypingAction','UserSelectionAction','getDescriptor','__className'];(function(_0x1ffa18,_0x10b40a){const _0x5deb19=function(_0x1ec4f7){while(--_0x1ec4f7){_0x1ffa18['push'](_0x1ffa18['shift']());}};_0x5deb19(++_0x10b40a);}(_0x10b4,0xea));const _0x5deb=function(_0x1ffa18,_0x10b40a){_0x1ffa18=_0x1ffa18-0x0;let _0x5deb19=_0x10b4[_0x1ffa18];return _0x5deb19;};import{CKEditorError as _0x35864d}from'ckeditor5/src/utils';import _0x361b66 from'./protobuffactory';import _0x4dad20 from'./operationcompressor/operationcompressor';import _0x47e3ed from'./operationcompressor/attributeoperationcompressor';import _0x62115e from'./operationcompressor/insertoperationcompressor';import _0x2bfed1 from'./operationcompressor/markeroperationcompressor';import _0x1156ca from'./operationcompressor/nooperationcompressor';import _0x440012 from'./operationcompressor/annotationmarkeroperationcompressor';import _0x52372c from'./actioncompressor/typingactioncompressor';import _0x8856b8 from'./actioncompressor/deletingactioncompressor';import _0x136d1a from'./actioncompressor/forwarddeletingactioncompressor';import _0xcf3bd5 from'./actioncompressor/userselectionactioncompressor';export default class g{constructor(){this[_0x5deb('0x9')]=new Map(),this[_0x5deb('0xa')]=new Map(),this['_protobufFactory']=new _0x361b66();const _0x15d8b4=this[_0x5deb('0x1e')]['getDescriptor'](_0x5deb('0x10'));this['_registerCompressor'](0x1,_0x5deb('0x2'),new _0x1156ca(0x1,_0x5deb('0x2'),void 0x0)),this[_0x5deb('0x12')](0xa,_0x5deb('0xc'),_0x47e3ed),this['_registerOperationCompressor'](0xb,_0x5deb('0x0'),_0x62115e),this[_0x5deb('0x12')](0xc,_0x5deb('0x10'),_0x2bfed1),this[_0x5deb('0x12')](0xd,_0x5deb('0x3'),_0x4dad20),this[_0x5deb('0x12')](0xe,_0x5deb('0x1'),_0x4dad20),this[_0x5deb('0x12')](0xf,_0x5deb('0x4'),_0x4dad20),this['_registerOperationCompressor'](0x10,'RootAttributeOperation',_0x47e3ed),this['_registerOperationCompressor'](0x11,_0x5deb('0xb'),_0x4dad20),this['_registerCompressor'](0x12,'CommentMarkerOperation',new _0x440012(0x12,_0x5deb('0x10'),_0x15d8b4,'comment')),this[_0x5deb('0x8')](0x13,_0x5deb('0x18'),new _0x440012(0x13,'MarkerOperation',_0x15d8b4,_0x5deb('0x1f'))),this['_registerOperationCompressor'](0x14,_0x5deb('0x19'),_0x4dad20),this['_registerActionCompressor'](0x64,_0x5deb('0x1a'),_0x52372c),this[_0x5deb('0x15')](0x65,_0x5deb('0xf'),_0x8856b8),this[_0x5deb('0x15')](0x66,_0x5deb('0x11'),_0x136d1a),this[_0x5deb('0x15')](0x67,_0x5deb('0x1b'),_0xcf3bd5);}[_0x5deb('0x7')](_0x264d94){if(!_0x264d94||!_0x264d94[0x0])throw new _0x35864d(_0x5deb('0x6'),this);const _0x410a51={'types':[],'buffers':[],'baseVersion':_0x264d94[0x0][_0x5deb('0x5')]};for(;_0x264d94[_0x5deb('0x13')];)this['_getCompressorByName']('UserSelectionAction')[_0x5deb('0x7')](_0x410a51,_0x264d94)||this[_0x5deb('0xd')](_0x5deb('0x1a'))['compress'](_0x410a51,_0x264d94)||this['_getCompressorByName'](_0x5deb('0xf'))[_0x5deb('0x7')](_0x410a51,_0x264d94)||this['_getCompressorByName'](_0x5deb('0x11'))['compress'](_0x410a51,_0x264d94)||this[_0x5deb('0xd')](_0x5deb('0xe'))[_0x5deb('0x7')](_0x410a51,_0x264d94)||this[_0x5deb('0xd')](_0x5deb('0x18'))[_0x5deb('0x7')](_0x410a51,_0x264d94)||this[_0x5deb('0xd')](_0x264d94[0x0][_0x5deb('0x1d')])['compress'](_0x410a51,_0x264d94);return _0x410a51;}[_0x5deb('0x14')](_0x2c8f87){const _0x260ba5=[];for(;_0x2c8f87['types'][_0x5deb('0x13')];){this[_0x5deb('0x9')]['get'](_0x2c8f87[_0x5deb('0x17')][0x0])[_0x5deb('0x14')](_0x260ba5,_0x2c8f87);}return _0x260ba5[_0x5deb('0x20')]((_0x118052,_0x12b5f2)=>_0x118052[_0x5deb('0x5')]=_0x2c8f87[_0x5deb('0x5')]+_0x12b5f2),_0x260ba5;}[_0x5deb('0xd')](_0x945b99){return this['_compressorByName']['get'](_0x945b99);}[_0x5deb('0x12')](_0xb4dff3,_0x5e3245,_0x394c21){const _0x569b9b=new _0x394c21(_0xb4dff3,_0x5e3245,this['_protobufFactory'][_0x5deb('0x1c')](_0x5e3245));this[_0x5deb('0x8')](_0xb4dff3,_0x5e3245,_0x569b9b);}[_0x5deb('0x15')](_0xbb119,_0x5c34d5,_0x3e6c9c){const _0x142ef3=new _0x3e6c9c(_0xbb119,this);this['_registerCompressor'](_0xbb119,_0x5c34d5,_0x142ef3);}[_0x5deb('0x8')](_0x30cc8b,_0x28e261,_0x417a29){this[_0x5deb('0x9')][_0x5deb('0x16')](_0x30cc8b,_0x417a29),this['_compressorByName']['set'](_0x28e261,_0x417a29);}}
23
+ const _0x1866=['ForwardDeletingAction','MarkerOperation','no-operations-provided','get','compress','TypingAction','getDescriptor','_compressorById','_compressorByName','forEach','RootOperation','set','length','baseVersion','RootAttributeOperation','RenameOperation','DeletingAction','__className','SuggestionMarkerOperation','InsertOperation','_getCompressorByName','SplitOperation','_protobufFactory','suggestion','types','MergeOperation','_registerCompressor','_registerOperationCompressor','NoOperation','_registerActionCompressor','CommentMarkerOperation','comment','decompress'];(function(_0x10c255,_0x1866da){const _0x2ff3aa=function(_0x4bc870){while(--_0x4bc870){_0x10c255['push'](_0x10c255['shift']());}};_0x2ff3aa(++_0x1866da);}(_0x1866,0xaa));const _0x2ff3=function(_0x10c255,_0x1866da){_0x10c255=_0x10c255-0x0;let _0x2ff3aa=_0x1866[_0x10c255];return _0x2ff3aa;};import{CKEditorError as _0x2efebf}from'ckeditor5/src/utils';import _0x24b532 from'./protobuffactory';import _0x2b5e81 from'./operationcompressor/operationcompressor';import _0x36badf from'./operationcompressor/attributeoperationcompressor';import _0x3fd0e3 from'./operationcompressor/insertoperationcompressor';import _0x4ac0f2 from'./operationcompressor/markeroperationcompressor';import _0x227ea4 from'./operationcompressor/nooperationcompressor';import _0x4f4284 from'./operationcompressor/annotationmarkeroperationcompressor';import _0x5adc47 from'./actioncompressor/typingactioncompressor';import _0x5710e1 from'./actioncompressor/deletingactioncompressor';import _0x58e562 from'./actioncompressor/forwarddeletingactioncompressor';import _0x4376aa from'./actioncompressor/userselectionactioncompressor';export default class g{constructor(){this[_0x2ff3('0x2')]=new Map(),this['_compressorByName']=new Map(),this[_0x2ff3('0x11')]=new _0x24b532();const _0x464516=this[_0x2ff3('0x11')][_0x2ff3('0x1')]('MarkerOperation');this[_0x2ff3('0x15')](0x1,_0x2ff3('0x17'),new _0x227ea4(0x1,_0x2ff3('0x17'),void 0x0)),this[_0x2ff3('0x16')](0xa,'AttributeOperation',_0x36badf),this[_0x2ff3('0x16')](0xb,_0x2ff3('0xe'),_0x3fd0e3),this[_0x2ff3('0x16')](0xc,_0x2ff3('0x1d'),_0x4ac0f2),this[_0x2ff3('0x16')](0xd,_0x2ff3('0x14'),_0x2b5e81),this[_0x2ff3('0x16')](0xe,'MoveOperation',_0x2b5e81),this[_0x2ff3('0x16')](0xf,_0x2ff3('0xa'),_0x2b5e81),this[_0x2ff3('0x16')](0x10,_0x2ff3('0x9'),_0x36badf),this[_0x2ff3('0x16')](0x11,_0x2ff3('0x10'),_0x2b5e81),this[_0x2ff3('0x15')](0x12,_0x2ff3('0x19'),new _0x4f4284(0x12,'MarkerOperation',_0x464516,_0x2ff3('0x1a'))),this[_0x2ff3('0x15')](0x13,_0x2ff3('0xd'),new _0x4f4284(0x13,'MarkerOperation',_0x464516,_0x2ff3('0x12'))),this['_registerOperationCompressor'](0x14,_0x2ff3('0x5'),_0x2b5e81),this[_0x2ff3('0x18')](0x64,_0x2ff3('0x0'),_0x5adc47),this[_0x2ff3('0x18')](0x65,_0x2ff3('0xb'),_0x5710e1),this['_registerActionCompressor'](0x66,_0x2ff3('0x1c'),_0x58e562),this['_registerActionCompressor'](0x67,'UserSelectionAction',_0x4376aa);}['compress'](_0x27ec1a){if(!_0x27ec1a||!_0x27ec1a[0x0])throw new _0x2efebf(_0x2ff3('0x1e'),this);const _0x30ccae={'types':[],'buffers':[],'baseVersion':_0x27ec1a[0x0][_0x2ff3('0x8')]};for(;_0x27ec1a[_0x2ff3('0x7')];)this[_0x2ff3('0xf')]('UserSelectionAction')['compress'](_0x30ccae,_0x27ec1a)||this[_0x2ff3('0xf')]('TypingAction')['compress'](_0x30ccae,_0x27ec1a)||this['_getCompressorByName']('DeletingAction')[_0x2ff3('0x20')](_0x30ccae,_0x27ec1a)||this[_0x2ff3('0xf')](_0x2ff3('0x1c'))[_0x2ff3('0x20')](_0x30ccae,_0x27ec1a)||this[_0x2ff3('0xf')](_0x2ff3('0x19'))[_0x2ff3('0x20')](_0x30ccae,_0x27ec1a)||this['_getCompressorByName'](_0x2ff3('0xd'))[_0x2ff3('0x20')](_0x30ccae,_0x27ec1a)||this[_0x2ff3('0xf')](_0x27ec1a[0x0][_0x2ff3('0xc')])[_0x2ff3('0x20')](_0x30ccae,_0x27ec1a);return _0x30ccae;}[_0x2ff3('0x1b')](_0x4eb1d2){const _0x274501=[];for(;_0x4eb1d2[_0x2ff3('0x13')]['length'];){this[_0x2ff3('0x2')][_0x2ff3('0x1f')](_0x4eb1d2[_0x2ff3('0x13')][0x0])['decompress'](_0x274501,_0x4eb1d2);}return _0x274501[_0x2ff3('0x4')]((_0x54d7ad,_0x357f6b)=>_0x54d7ad[_0x2ff3('0x8')]=_0x4eb1d2[_0x2ff3('0x8')]+_0x357f6b),_0x274501;}[_0x2ff3('0xf')](_0x552893){return this[_0x2ff3('0x3')]['get'](_0x552893);}[_0x2ff3('0x16')](_0x3a511b,_0x519085,_0x3ed531){const _0x28e65a=new _0x3ed531(_0x3a511b,_0x519085,this[_0x2ff3('0x11')][_0x2ff3('0x1')](_0x519085));this[_0x2ff3('0x15')](_0x3a511b,_0x519085,_0x28e65a);}[_0x2ff3('0x18')](_0x319db7,_0x50592e,_0x58df42){const _0xd03815=new _0x58df42(_0x319db7,this);this[_0x2ff3('0x15')](_0x319db7,_0x50592e,_0xd03815);}[_0x2ff3('0x15')](_0x3a7721,_0x15930c,_0xf14b26){this[_0x2ff3('0x2')][_0x2ff3('0x6')](_0x3a7721,_0xf14b26),this[_0x2ff3('0x3')][_0x2ff3('0x6')](_0x15930c,_0xf14b26);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x25ee=['graveyardPosition.','children','Writer','newName','.MarkerOperation.newRange:\x20object\x20expected','nodes.','rootName:\x20string\x20expected','arrays','attributesBoolean','toJSONOptions','shouldReceiveAttributes:\x20boolean\x20expected','ldelim','wasUndone','attributesJson:\x20string\x20expected','elementName','fork','.MergeOperation.graveyardPosition:\x20object\x20expected','object\x20expected','MarkerOperation','oldRange','verify','nodes:\x20array\x20expected','oldValueBoolean','emptyObject','.SplitOperation.splitPosition:\x20object\x20expected','root:\x20string\x20expected','RootAttributeOperation','/MergeOperation','push','stickiness','elementName:\x20string\x20expected','oldValueJson:\x20string\x20expected','howMany:\x20integer\x20expected','SplitOperation','isArray','path:\x20array\x20expected','oldValueBoolean:\x20boolean\x20expected','encodeDelimited','/InsertOperation','InsertOperation','boolean','newRange','.Element.children:\x20array\x20expected','length','util','.Element.children:\x20object\x20expected','position','type.googleapis.com','range.','defaults','RenameOperation','.SplitOperation.insertionPosition:\x20object\x20expected','RootOperation','rootMain:\x20boolean\x20expected','/AttributeOperation','wasUndone:\x20boolean\x20expected','howMany','/Range','/RootOperation','rootMain','Position','Reader','bool','.MarkerOperation.oldRange:\x20object\x20expected','end','encode','path:\x20integer[]\x20expected','newRange.','targetPosition.','oldValueJson','/SplitOperation','newValueBoolean','affectsData','string','oldName:\x20string\x20expected','toJSON','call','uint32','Range','emptyArray','path','sourcePosition.','position.','sourcePosition','skipType','newValueBoolean:\x20boolean\x20expected','attributesBoolean:\x20object\x20expected','AttributeOperation','decodeDelimited','shouldReceiveAttributes','attributesBoolean:\x20boolean{k:string}\x20expected','name:\x20string\x20expected','.MoveOperation.targetPosition:\x20object\x20expected','prototype','data:\x20string\x20expected','splitPosition','insertionPosition','start','rootName','.AttributeOperation.range:\x20object\x20expected','newValueJson','/MarkerOperation','rootGraveyard','object','data','nodes','.SplitOperation.graveyardPosition:\x20object\x20expected','decode','keys','oldName','key','.InsertOperation.nodes:\x20object\x20expected','.Range.end:\x20object\x20expected','isString','start.','root','Element','isAdd','create','attributesJson','hasOwnProperty','key:\x20string\x20expected','children:\x20array\x20expected','constructor','MergeOperation','/RootAttributeOperation','.MergeOperation.sourcePosition:\x20object\x20expected','MoveOperation','.Range.start:\x20object\x20expected','range','newName:\x20string\x20expected','objects','/MoveOperation','graveyardPosition','len','isInteger','name','toObject','pos','targetPosition','fromObject','getTypeUrl','newValueJson:\x20string\x20expected','.Position.path:\x20array\x20expected'];(function(_0x4778b2,_0x25eedb){const _0x267404=function(_0x263b77){while(--_0x263b77){_0x4778b2['push'](_0x4778b2['shift']());}};_0x267404(++_0x25eedb);}(_0x25ee,0x190));const _0x2674=function(_0x4778b2,_0x25eedb){_0x4778b2=_0x4778b2-0x0;let _0x267404=_0x25ee[_0x4778b2];return _0x267404;};import*as _0x558ff9 from'protobufjs/minimal';const j=_0x558ff9[_0x2674('0x5d')],y=_0x558ff9[_0x2674('0x22')],k=_0x558ff9[_0x2674('0x4c')],v=_0x558ff9['roots']['default']||(_0x558ff9['roots']['default']={});export const AttributeOperation=v['AttributeOperation']=(()=>{function _0x4969bf(_0x4a4e45){if(_0x4a4e45)for(let _0x5a7557=Object[_0x2674('0x8c')](_0x4a4e45),_0x2f5f2a=0x0;_0x2f5f2a<_0x5a7557[_0x2674('0x4b')];++_0x2f5f2a)null!=_0x4a4e45[_0x5a7557[_0x2f5f2a]]&&(this[_0x5a7557[_0x2f5f2a]]=_0x4a4e45[_0x5a7557[_0x2f5f2a]]);}return _0x4969bf[_0x2674('0x7d')][_0x2674('0x11')]=null,_0x4969bf[_0x2674('0x7d')]['key']='',_0x4969bf[_0x2674('0x7d')][_0x2674('0x36')]=!0x1,_0x4969bf[_0x2674('0x7d')][_0x2674('0x65')]='',_0x4969bf[_0x2674('0x7d')][_0x2674('0x67')]=!0x1,_0x4969bf[_0x2674('0x7d')][_0x2674('0x84')]='',_0x4969bf[_0x2674('0x7d')][_0x2674('0x2c')]=!0x1,_0x4969bf[_0x2674('0x6')]=function(_0x534d58){return new _0x4969bf(_0x534d58);},_0x4969bf['encode']=function(_0x336d34,_0x1ccbec){return _0x1ccbec||(_0x1ccbec=y[_0x2674('0x6')]()),null!=_0x336d34[_0x2674('0x11')]&&Object['hasOwnProperty']['call'](_0x336d34,_0x2674('0x11'))&&v['Range']['encode'](_0x336d34[_0x2674('0x11')],_0x1ccbec['uint32'](0xa)[_0x2674('0x2f')]())['ldelim'](),null!=_0x336d34[_0x2674('0x8e')]&&Object[_0x2674('0x8')]['call'](_0x336d34,_0x2674('0x8e'))&&_0x1ccbec[_0x2674('0x6d')](0x12)['string'](_0x336d34[_0x2674('0x8e')]),null!=_0x336d34['oldValueBoolean']&&Object['hasOwnProperty'][_0x2674('0x6c')](_0x336d34,_0x2674('0x36'))&&_0x1ccbec[_0x2674('0x6d')](0x18)[_0x2674('0x5e')](_0x336d34['oldValueBoolean']),null!=_0x336d34[_0x2674('0x65')]&&Object[_0x2674('0x8')]['call'](_0x336d34,_0x2674('0x65'))&&_0x1ccbec[_0x2674('0x6d')](0x22)[_0x2674('0x69')](_0x336d34[_0x2674('0x65')]),null!=_0x336d34['newValueBoolean']&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x336d34,_0x2674('0x67'))&&_0x1ccbec[_0x2674('0x6d')](0x28)[_0x2674('0x5e')](_0x336d34['newValueBoolean']),null!=_0x336d34['newValueJson']&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x336d34,_0x2674('0x84'))&&_0x1ccbec[_0x2674('0x6d')](0x32)[_0x2674('0x69')](_0x336d34[_0x2674('0x84')]),null!=_0x336d34[_0x2674('0x2c')]&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x336d34,_0x2674('0x2c'))&&_0x1ccbec[_0x2674('0x6d')](0x38)[_0x2674('0x5e')](_0x336d34[_0x2674('0x2c')]),_0x1ccbec;},_0x4969bf[_0x2674('0x45')]=function(_0xb38fab,_0x267e3e){return this['encode'](_0xb38fab,_0x267e3e)[_0x2674('0x2b')]();},_0x4969bf[_0x2674('0x8b')]=function(_0x15b7c4,_0x46621d){_0x15b7c4 instanceof j||(_0x15b7c4=j[_0x2674('0x6')](_0x15b7c4));let _0x1b8915=void 0x0===_0x46621d?_0x15b7c4[_0x2674('0x16')]:_0x15b7c4[_0x2674('0x1a')]+_0x46621d,_0x4b867c=new v['AttributeOperation']();for(;_0x15b7c4[_0x2674('0x1a')]<_0x1b8915;){let _0x22d40f=_0x15b7c4[_0x2674('0x6d')]();switch(_0x22d40f>>>0x3){case 0x1:_0x4b867c['range']=v['Range'][_0x2674('0x8b')](_0x15b7c4,_0x15b7c4['uint32']());break;case 0x2:_0x4b867c[_0x2674('0x8e')]=_0x15b7c4[_0x2674('0x69')]();break;case 0x3:_0x4b867c[_0x2674('0x36')]=_0x15b7c4[_0x2674('0x5e')]();break;case 0x4:_0x4b867c['oldValueJson']=_0x15b7c4[_0x2674('0x69')]();break;case 0x5:_0x4b867c['newValueBoolean']=_0x15b7c4['bool']();break;case 0x6:_0x4b867c['newValueJson']=_0x15b7c4[_0x2674('0x69')]();break;case 0x7:_0x4b867c['wasUndone']=_0x15b7c4['bool']();break;default:_0x15b7c4['skipType'](0x7&_0x22d40f);}}return _0x4b867c;},_0x4969bf[_0x2674('0x78')]=function(_0x2ee0d1){return _0x2ee0d1 instanceof j||(_0x2ee0d1=new j(_0x2ee0d1)),this[_0x2674('0x8b')](_0x2ee0d1,_0x2ee0d1[_0x2674('0x6d')]());},_0x4969bf['verify']=function(_0x25e899){if(_0x2674('0x87')!=typeof _0x25e899||null===_0x25e899)return _0x2674('0x31');if(null!=_0x25e899[_0x2674('0x11')]&&_0x25e899['hasOwnProperty']('range')){let _0x39a709=v[_0x2674('0x6e')][_0x2674('0x34')](_0x25e899[_0x2674('0x11')]);if(_0x39a709)return _0x2674('0x50')+_0x39a709;}return null!=_0x25e899[_0x2674('0x8e')]&&_0x25e899['hasOwnProperty'](_0x2674('0x8e'))&&!k['isString'](_0x25e899[_0x2674('0x8e')])?_0x2674('0x9'):null!=_0x25e899[_0x2674('0x36')]&&_0x25e899[_0x2674('0x8')]('oldValueBoolean')&&_0x2674('0x48')!=typeof _0x25e899[_0x2674('0x36')]?_0x2674('0x44'):null!=_0x25e899['oldValueJson']&&_0x25e899[_0x2674('0x8')](_0x2674('0x65'))&&!k[_0x2674('0x1')](_0x25e899[_0x2674('0x65')])?_0x2674('0x3f'):null!=_0x25e899[_0x2674('0x67')]&&_0x25e899[_0x2674('0x8')](_0x2674('0x67'))&&_0x2674('0x48')!=typeof _0x25e899[_0x2674('0x67')]?_0x2674('0x75'):null!=_0x25e899[_0x2674('0x84')]&&_0x25e899[_0x2674('0x8')]('newValueJson')&&!k[_0x2674('0x1')](_0x25e899['newValueJson'])?_0x2674('0x1e'):null!=_0x25e899[_0x2674('0x2c')]&&_0x25e899[_0x2674('0x8')](_0x2674('0x2c'))&&_0x2674('0x48')!=typeof _0x25e899[_0x2674('0x2c')]?_0x2674('0x57'):null;},_0x4969bf[_0x2674('0x1c')]=function(_0xf0ee5c){if(_0xf0ee5c instanceof v[_0x2674('0x77')])return _0xf0ee5c;let _0x5c2086=new v[(_0x2674('0x77'))]();if(null!=_0xf0ee5c['range']){if(_0x2674('0x87')!=typeof _0xf0ee5c[_0x2674('0x11')])throw TypeError(_0x2674('0x83'));_0x5c2086[_0x2674('0x11')]=v[_0x2674('0x6e')][_0x2674('0x1c')](_0xf0ee5c[_0x2674('0x11')]);}return null!=_0xf0ee5c['key']&&(_0x5c2086[_0x2674('0x8e')]=String(_0xf0ee5c[_0x2674('0x8e')])),null!=_0xf0ee5c[_0x2674('0x36')]&&(_0x5c2086[_0x2674('0x36')]=Boolean(_0xf0ee5c[_0x2674('0x36')])),null!=_0xf0ee5c[_0x2674('0x65')]&&(_0x5c2086[_0x2674('0x65')]=String(_0xf0ee5c[_0x2674('0x65')])),null!=_0xf0ee5c[_0x2674('0x67')]&&(_0x5c2086[_0x2674('0x67')]=Boolean(_0xf0ee5c['newValueBoolean'])),null!=_0xf0ee5c['newValueJson']&&(_0x5c2086[_0x2674('0x84')]=String(_0xf0ee5c[_0x2674('0x84')])),null!=_0xf0ee5c[_0x2674('0x2c')]&&(_0x5c2086[_0x2674('0x2c')]=Boolean(_0xf0ee5c['wasUndone'])),_0x5c2086;},_0x4969bf[_0x2674('0x19')]=function(_0x17b2cc,_0x109729){_0x109729||(_0x109729={});let _0x1f8aa5={};return _0x109729[_0x2674('0x51')]&&(_0x1f8aa5[_0x2674('0x11')]=null,_0x1f8aa5[_0x2674('0x8e')]='',_0x1f8aa5[_0x2674('0x36')]=!0x1,_0x1f8aa5[_0x2674('0x65')]='',_0x1f8aa5[_0x2674('0x67')]=!0x1,_0x1f8aa5['newValueJson']='',_0x1f8aa5[_0x2674('0x2c')]=!0x1),null!=_0x17b2cc[_0x2674('0x11')]&&_0x17b2cc[_0x2674('0x8')](_0x2674('0x11'))&&(_0x1f8aa5[_0x2674('0x11')]=v['Range'][_0x2674('0x19')](_0x17b2cc[_0x2674('0x11')],_0x109729)),null!=_0x17b2cc[_0x2674('0x8e')]&&_0x17b2cc[_0x2674('0x8')](_0x2674('0x8e'))&&(_0x1f8aa5[_0x2674('0x8e')]=_0x17b2cc['key']),null!=_0x17b2cc[_0x2674('0x36')]&&_0x17b2cc[_0x2674('0x8')](_0x2674('0x36'))&&(_0x1f8aa5[_0x2674('0x36')]=_0x17b2cc[_0x2674('0x36')]),null!=_0x17b2cc[_0x2674('0x65')]&&_0x17b2cc[_0x2674('0x8')](_0x2674('0x65'))&&(_0x1f8aa5['oldValueJson']=_0x17b2cc[_0x2674('0x65')]),null!=_0x17b2cc[_0x2674('0x67')]&&_0x17b2cc['hasOwnProperty'](_0x2674('0x67'))&&(_0x1f8aa5[_0x2674('0x67')]=_0x17b2cc[_0x2674('0x67')]),null!=_0x17b2cc['newValueJson']&&_0x17b2cc[_0x2674('0x8')]('newValueJson')&&(_0x1f8aa5[_0x2674('0x84')]=_0x17b2cc['newValueJson']),null!=_0x17b2cc['wasUndone']&&_0x17b2cc[_0x2674('0x8')](_0x2674('0x2c'))&&(_0x1f8aa5['wasUndone']=_0x17b2cc['wasUndone']),_0x1f8aa5;},_0x4969bf[_0x2674('0x7d')][_0x2674('0x6b')]=function(){return this[_0x2674('0xb')][_0x2674('0x19')](this,_0x558ff9[_0x2674('0x4c')][_0x2674('0x29')]);},_0x4969bf[_0x2674('0x1d')]=function(_0x32879a){return void 0x0===_0x32879a&&(_0x32879a='type.googleapis.com'),_0x32879a+_0x2674('0x56');},_0x4969bf;})();export const InsertOperation=v[_0x2674('0x47')]=(()=>{function _0x1af0dd(_0x3d5334){if(this[_0x2674('0x89')]=[],_0x3d5334)for(let _0x2ed39f=Object['keys'](_0x3d5334),_0x3546b4=0x0;_0x3546b4<_0x2ed39f[_0x2674('0x4b')];++_0x3546b4)null!=_0x3d5334[_0x2ed39f[_0x3546b4]]&&(this[_0x2ed39f[_0x3546b4]]=_0x3d5334[_0x2ed39f[_0x3546b4]]);}return _0x1af0dd[_0x2674('0x7d')][_0x2674('0x4e')]=null,_0x1af0dd[_0x2674('0x7d')][_0x2674('0x89')]=k['emptyArray'],_0x1af0dd[_0x2674('0x7d')][_0x2674('0x79')]=!0x1,_0x1af0dd['prototype'][_0x2674('0x2c')]=!0x1,_0x1af0dd[_0x2674('0x6')]=function(_0x520a1a){return new _0x1af0dd(_0x520a1a);},_0x1af0dd[_0x2674('0x61')]=function(_0x435821,_0x4e6ea7){if(_0x4e6ea7||(_0x4e6ea7=y['create']()),null!=_0x435821[_0x2674('0x4e')]&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x435821,'position')&&v[_0x2674('0x5c')][_0x2674('0x61')](_0x435821[_0x2674('0x4e')],_0x4e6ea7['uint32'](0xa)[_0x2674('0x2f')]())[_0x2674('0x2b')](),null!=_0x435821[_0x2674('0x89')]&&_0x435821['nodes'][_0x2674('0x4b')])for(let _0x1704ff=0x0;_0x1704ff<_0x435821[_0x2674('0x89')][_0x2674('0x4b')];++_0x1704ff)v[_0x2674('0x4')][_0x2674('0x61')](_0x435821[_0x2674('0x89')][_0x1704ff],_0x4e6ea7[_0x2674('0x6d')](0x12)[_0x2674('0x2f')]())[_0x2674('0x2b')]();return null!=_0x435821[_0x2674('0x79')]&&Object[_0x2674('0x8')]['call'](_0x435821,'shouldReceiveAttributes')&&_0x4e6ea7['uint32'](0x18)[_0x2674('0x5e')](_0x435821['shouldReceiveAttributes']),null!=_0x435821['wasUndone']&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x435821,_0x2674('0x2c'))&&_0x4e6ea7[_0x2674('0x6d')](0x20)['bool'](_0x435821[_0x2674('0x2c')]),_0x4e6ea7;},_0x1af0dd[_0x2674('0x45')]=function(_0x11e579,_0xacd102){return this['encode'](_0x11e579,_0xacd102)[_0x2674('0x2b')]();},_0x1af0dd['decode']=function(_0x1927b2,_0x5314e5){_0x1927b2 instanceof j||(_0x1927b2=j[_0x2674('0x6')](_0x1927b2));let _0x354c48=void 0x0===_0x5314e5?_0x1927b2['len']:_0x1927b2[_0x2674('0x1a')]+_0x5314e5,_0x3930a5=new v[(_0x2674('0x47'))]();for(;_0x1927b2[_0x2674('0x1a')]<_0x354c48;){let _0x548668=_0x1927b2[_0x2674('0x6d')]();switch(_0x548668>>>0x3){case 0x1:_0x3930a5[_0x2674('0x4e')]=v[_0x2674('0x5c')][_0x2674('0x8b')](_0x1927b2,_0x1927b2[_0x2674('0x6d')]());break;case 0x2:_0x3930a5['nodes']&&_0x3930a5[_0x2674('0x89')]['length']||(_0x3930a5[_0x2674('0x89')]=[]),_0x3930a5['nodes'][_0x2674('0x3c')](v[_0x2674('0x4')][_0x2674('0x8b')](_0x1927b2,_0x1927b2['uint32']()));break;case 0x3:_0x3930a5[_0x2674('0x79')]=_0x1927b2[_0x2674('0x5e')]();break;case 0x4:_0x3930a5[_0x2674('0x2c')]=_0x1927b2[_0x2674('0x5e')]();break;default:_0x1927b2[_0x2674('0x74')](0x7&_0x548668);}}return _0x3930a5;},_0x1af0dd[_0x2674('0x78')]=function(_0x260a4c){return _0x260a4c instanceof j||(_0x260a4c=new j(_0x260a4c)),this[_0x2674('0x8b')](_0x260a4c,_0x260a4c['uint32']());},_0x1af0dd[_0x2674('0x34')]=function(_0x2ecb81){if('object'!=typeof _0x2ecb81||null===_0x2ecb81)return _0x2674('0x31');if(null!=_0x2ecb81[_0x2674('0x4e')]&&_0x2ecb81['hasOwnProperty']('position')){let _0x39f656=v[_0x2674('0x5c')][_0x2674('0x34')](_0x2ecb81['position']);if(_0x39f656)return _0x2674('0x72')+_0x39f656;}if(null!=_0x2ecb81[_0x2674('0x89')]&&_0x2ecb81[_0x2674('0x8')](_0x2674('0x89'))){if(!Array[_0x2674('0x42')](_0x2ecb81[_0x2674('0x89')]))return _0x2674('0x35');for(let _0x35329a=0x0;_0x35329a<_0x2ecb81['nodes'][_0x2674('0x4b')];++_0x35329a){let _0xc4ccff=v[_0x2674('0x4')][_0x2674('0x34')](_0x2ecb81[_0x2674('0x89')][_0x35329a]);if(_0xc4ccff)return _0x2674('0x25')+_0xc4ccff;}}return null!=_0x2ecb81[_0x2674('0x79')]&&_0x2ecb81[_0x2674('0x8')](_0x2674('0x79'))&&_0x2674('0x48')!=typeof _0x2ecb81[_0x2674('0x79')]?_0x2674('0x2a'):null!=_0x2ecb81[_0x2674('0x2c')]&&_0x2ecb81[_0x2674('0x8')](_0x2674('0x2c'))&&_0x2674('0x48')!=typeof _0x2ecb81[_0x2674('0x2c')]?'wasUndone:\x20boolean\x20expected':null;},_0x1af0dd[_0x2674('0x1c')]=function(_0x264135){if(_0x264135 instanceof v[_0x2674('0x47')])return _0x264135;let _0x883fde=new v['InsertOperation']();if(null!=_0x264135[_0x2674('0x4e')]){if('object'!=typeof _0x264135[_0x2674('0x4e')])throw TypeError('.InsertOperation.position:\x20object\x20expected');_0x883fde['position']=v[_0x2674('0x5c')][_0x2674('0x1c')](_0x264135['position']);}if(_0x264135[_0x2674('0x89')]){if(!Array[_0x2674('0x42')](_0x264135['nodes']))throw TypeError('.InsertOperation.nodes:\x20array\x20expected');_0x883fde['nodes']=[];for(let _0x5f52a0=0x0;_0x5f52a0<_0x264135[_0x2674('0x89')][_0x2674('0x4b')];++_0x5f52a0){if(_0x2674('0x87')!=typeof _0x264135[_0x2674('0x89')][_0x5f52a0])throw TypeError(_0x2674('0x8f'));_0x883fde[_0x2674('0x89')][_0x5f52a0]=v['Element'][_0x2674('0x1c')](_0x264135[_0x2674('0x89')][_0x5f52a0]);}}return null!=_0x264135[_0x2674('0x79')]&&(_0x883fde[_0x2674('0x79')]=Boolean(_0x264135[_0x2674('0x79')])),null!=_0x264135['wasUndone']&&(_0x883fde[_0x2674('0x2c')]=Boolean(_0x264135[_0x2674('0x2c')])),_0x883fde;},_0x1af0dd['toObject']=function(_0x521896,_0x265097){_0x265097||(_0x265097={});let _0x11ad11={};if((_0x265097[_0x2674('0x27')]||_0x265097[_0x2674('0x51')])&&(_0x11ad11[_0x2674('0x89')]=[]),_0x265097[_0x2674('0x51')]&&(_0x11ad11[_0x2674('0x4e')]=null,_0x11ad11[_0x2674('0x79')]=!0x1,_0x11ad11[_0x2674('0x2c')]=!0x1),null!=_0x521896['position']&&_0x521896[_0x2674('0x8')](_0x2674('0x4e'))&&(_0x11ad11[_0x2674('0x4e')]=v['Position'][_0x2674('0x19')](_0x521896[_0x2674('0x4e')],_0x265097)),_0x521896[_0x2674('0x89')]&&_0x521896[_0x2674('0x89')][_0x2674('0x4b')]){_0x11ad11[_0x2674('0x89')]=[];for(let _0x357009=0x0;_0x357009<_0x521896[_0x2674('0x89')][_0x2674('0x4b')];++_0x357009)_0x11ad11['nodes'][_0x357009]=v[_0x2674('0x4')][_0x2674('0x19')](_0x521896[_0x2674('0x89')][_0x357009],_0x265097);}return null!=_0x521896[_0x2674('0x79')]&&_0x521896[_0x2674('0x8')](_0x2674('0x79'))&&(_0x11ad11[_0x2674('0x79')]=_0x521896[_0x2674('0x79')]),null!=_0x521896[_0x2674('0x2c')]&&_0x521896[_0x2674('0x8')](_0x2674('0x2c'))&&(_0x11ad11[_0x2674('0x2c')]=_0x521896[_0x2674('0x2c')]),_0x11ad11;},_0x1af0dd[_0x2674('0x7d')][_0x2674('0x6b')]=function(){return this['constructor'][_0x2674('0x19')](this,_0x558ff9[_0x2674('0x4c')][_0x2674('0x29')]);},_0x1af0dd[_0x2674('0x1d')]=function(_0x1a70cf){return void 0x0===_0x1a70cf&&(_0x1a70cf=_0x2674('0x4f')),_0x1a70cf+_0x2674('0x46');},_0x1af0dd;})();export const MarkerOperation=v[_0x2674('0x32')]=(()=>{function _0x3da095(_0x5cfdd5){if(_0x5cfdd5)for(let _0x42d2f7=Object[_0x2674('0x8c')](_0x5cfdd5),_0x3c28e9=0x0;_0x3c28e9<_0x42d2f7['length'];++_0x3c28e9)null!=_0x5cfdd5[_0x42d2f7[_0x3c28e9]]&&(this[_0x42d2f7[_0x3c28e9]]=_0x5cfdd5[_0x42d2f7[_0x3c28e9]]);}return _0x3da095[_0x2674('0x7d')]['name']='',_0x3da095['prototype'][_0x2674('0x33')]=null,_0x3da095[_0x2674('0x7d')][_0x2674('0x49')]=null,_0x3da095[_0x2674('0x7d')][_0x2674('0x68')]=!0x1,_0x3da095[_0x2674('0x7d')][_0x2674('0x2c')]=!0x1,_0x3da095[_0x2674('0x6')]=function(_0x18a8fb){return new _0x3da095(_0x18a8fb);},_0x3da095['encode']=function(_0x555bd9,_0x2dfd87){return _0x2dfd87||(_0x2dfd87=y[_0x2674('0x6')]()),null!=_0x555bd9[_0x2674('0x18')]&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x555bd9,_0x2674('0x18'))&&_0x2dfd87['uint32'](0xa)[_0x2674('0x69')](_0x555bd9[_0x2674('0x18')]),null!=_0x555bd9['oldRange']&&Object[_0x2674('0x8')]['call'](_0x555bd9,'oldRange')&&v[_0x2674('0x6e')][_0x2674('0x61')](_0x555bd9[_0x2674('0x33')],_0x2dfd87['uint32'](0x12)[_0x2674('0x2f')]())['ldelim'](),null!=_0x555bd9[_0x2674('0x49')]&&Object[_0x2674('0x8')]['call'](_0x555bd9,_0x2674('0x49'))&&v[_0x2674('0x6e')]['encode'](_0x555bd9['newRange'],_0x2dfd87[_0x2674('0x6d')](0x1a)[_0x2674('0x2f')]())[_0x2674('0x2b')](),null!=_0x555bd9[_0x2674('0x68')]&&Object['hasOwnProperty'][_0x2674('0x6c')](_0x555bd9,'affectsData')&&_0x2dfd87[_0x2674('0x6d')](0x20)[_0x2674('0x5e')](_0x555bd9[_0x2674('0x68')]),null!=_0x555bd9[_0x2674('0x2c')]&&Object[_0x2674('0x8')]['call'](_0x555bd9,_0x2674('0x2c'))&&_0x2dfd87[_0x2674('0x6d')](0x28)[_0x2674('0x5e')](_0x555bd9['wasUndone']),_0x2dfd87;},_0x3da095[_0x2674('0x45')]=function(_0x342c89,_0xb619de){return this[_0x2674('0x61')](_0x342c89,_0xb619de)[_0x2674('0x2b')]();},_0x3da095[_0x2674('0x8b')]=function(_0x57b63a,_0x2b9d6b){_0x57b63a instanceof j||(_0x57b63a=j[_0x2674('0x6')](_0x57b63a));let _0x3c4af4=void 0x0===_0x2b9d6b?_0x57b63a[_0x2674('0x16')]:_0x57b63a[_0x2674('0x1a')]+_0x2b9d6b,_0x13232e=new v['MarkerOperation']();for(;_0x57b63a[_0x2674('0x1a')]<_0x3c4af4;){let _0x4962b5=_0x57b63a['uint32']();switch(_0x4962b5>>>0x3){case 0x1:_0x13232e[_0x2674('0x18')]=_0x57b63a[_0x2674('0x69')]();break;case 0x2:_0x13232e['oldRange']=v[_0x2674('0x6e')]['decode'](_0x57b63a,_0x57b63a[_0x2674('0x6d')]());break;case 0x3:_0x13232e['newRange']=v[_0x2674('0x6e')][_0x2674('0x8b')](_0x57b63a,_0x57b63a['uint32']());break;case 0x4:_0x13232e[_0x2674('0x68')]=_0x57b63a[_0x2674('0x5e')]();break;case 0x5:_0x13232e[_0x2674('0x2c')]=_0x57b63a[_0x2674('0x5e')]();break;default:_0x57b63a[_0x2674('0x74')](0x7&_0x4962b5);}}return _0x13232e;},_0x3da095[_0x2674('0x78')]=function(_0x5595a0){return _0x5595a0 instanceof j||(_0x5595a0=new j(_0x5595a0)),this[_0x2674('0x8b')](_0x5595a0,_0x5595a0['uint32']());},_0x3da095['verify']=function(_0x43b90f){if(_0x2674('0x87')!=typeof _0x43b90f||null===_0x43b90f)return'object\x20expected';if(null!=_0x43b90f[_0x2674('0x18')]&&_0x43b90f['hasOwnProperty'](_0x2674('0x18'))&&!k[_0x2674('0x1')](_0x43b90f[_0x2674('0x18')]))return'name:\x20string\x20expected';if(null!=_0x43b90f[_0x2674('0x33')]&&_0x43b90f['hasOwnProperty'](_0x2674('0x33'))){let _0x201e1f=v[_0x2674('0x6e')][_0x2674('0x34')](_0x43b90f[_0x2674('0x33')]);if(_0x201e1f)return'oldRange.'+_0x201e1f;}if(null!=_0x43b90f[_0x2674('0x49')]&&_0x43b90f[_0x2674('0x8')](_0x2674('0x49'))){let _0x5cb33b=v[_0x2674('0x6e')][_0x2674('0x34')](_0x43b90f['newRange']);if(_0x5cb33b)return _0x2674('0x63')+_0x5cb33b;}return null!=_0x43b90f[_0x2674('0x68')]&&_0x43b90f[_0x2674('0x8')]('affectsData')&&'boolean'!=typeof _0x43b90f[_0x2674('0x68')]?'affectsData:\x20boolean\x20expected':null!=_0x43b90f[_0x2674('0x2c')]&&_0x43b90f[_0x2674('0x8')](_0x2674('0x2c'))&&'boolean'!=typeof _0x43b90f[_0x2674('0x2c')]?_0x2674('0x57'):null;},_0x3da095[_0x2674('0x1c')]=function(_0x569e1b){if(_0x569e1b instanceof v['MarkerOperation'])return _0x569e1b;let _0x3abb28=new v[(_0x2674('0x32'))]();if(null!=_0x569e1b['name']&&(_0x3abb28[_0x2674('0x18')]=String(_0x569e1b[_0x2674('0x18')])),null!=_0x569e1b[_0x2674('0x33')]){if('object'!=typeof _0x569e1b[_0x2674('0x33')])throw TypeError(_0x2674('0x5f'));_0x3abb28[_0x2674('0x33')]=v[_0x2674('0x6e')]['fromObject'](_0x569e1b['oldRange']);}if(null!=_0x569e1b[_0x2674('0x49')]){if('object'!=typeof _0x569e1b[_0x2674('0x49')])throw TypeError(_0x2674('0x24'));_0x3abb28[_0x2674('0x49')]=v['Range']['fromObject'](_0x569e1b[_0x2674('0x49')]);}return null!=_0x569e1b[_0x2674('0x68')]&&(_0x3abb28[_0x2674('0x68')]=Boolean(_0x569e1b[_0x2674('0x68')])),null!=_0x569e1b[_0x2674('0x2c')]&&(_0x3abb28[_0x2674('0x2c')]=Boolean(_0x569e1b[_0x2674('0x2c')])),_0x3abb28;},_0x3da095[_0x2674('0x19')]=function(_0x1d9b49,_0x5d1ad7){_0x5d1ad7||(_0x5d1ad7={});let _0x3dd0e6={};return _0x5d1ad7[_0x2674('0x51')]&&(_0x3dd0e6[_0x2674('0x18')]='',_0x3dd0e6[_0x2674('0x33')]=null,_0x3dd0e6[_0x2674('0x49')]=null,_0x3dd0e6[_0x2674('0x68')]=!0x1,_0x3dd0e6[_0x2674('0x2c')]=!0x1),null!=_0x1d9b49[_0x2674('0x18')]&&_0x1d9b49[_0x2674('0x8')](_0x2674('0x18'))&&(_0x3dd0e6['name']=_0x1d9b49[_0x2674('0x18')]),null!=_0x1d9b49[_0x2674('0x33')]&&_0x1d9b49[_0x2674('0x8')](_0x2674('0x33'))&&(_0x3dd0e6[_0x2674('0x33')]=v[_0x2674('0x6e')][_0x2674('0x19')](_0x1d9b49[_0x2674('0x33')],_0x5d1ad7)),null!=_0x1d9b49[_0x2674('0x49')]&&_0x1d9b49[_0x2674('0x8')](_0x2674('0x49'))&&(_0x3dd0e6['newRange']=v[_0x2674('0x6e')][_0x2674('0x19')](_0x1d9b49[_0x2674('0x49')],_0x5d1ad7)),null!=_0x1d9b49['affectsData']&&_0x1d9b49[_0x2674('0x8')]('affectsData')&&(_0x3dd0e6[_0x2674('0x68')]=_0x1d9b49['affectsData']),null!=_0x1d9b49['wasUndone']&&_0x1d9b49[_0x2674('0x8')]('wasUndone')&&(_0x3dd0e6[_0x2674('0x2c')]=_0x1d9b49[_0x2674('0x2c')]),_0x3dd0e6;},_0x3da095[_0x2674('0x7d')][_0x2674('0x6b')]=function(){return this[_0x2674('0xb')]['toObject'](this,_0x558ff9[_0x2674('0x4c')]['toJSONOptions']);},_0x3da095[_0x2674('0x1d')]=function(_0x5427b8){return void 0x0===_0x5427b8&&(_0x5427b8=_0x2674('0x4f')),_0x5427b8+_0x2674('0x85');},_0x3da095;})();export const MergeOperation=v['MergeOperation']=(()=>{function _0x45c653(_0x139fb1){if(_0x139fb1)for(let _0x17ccf9=Object[_0x2674('0x8c')](_0x139fb1),_0x38452c=0x0;_0x38452c<_0x17ccf9['length'];++_0x38452c)null!=_0x139fb1[_0x17ccf9[_0x38452c]]&&(this[_0x17ccf9[_0x38452c]]=_0x139fb1[_0x17ccf9[_0x38452c]]);}return _0x45c653[_0x2674('0x7d')][_0x2674('0x73')]=null,_0x45c653[_0x2674('0x7d')][_0x2674('0x1b')]=null,_0x45c653[_0x2674('0x7d')][_0x2674('0x15')]=null,_0x45c653[_0x2674('0x7d')][_0x2674('0x58')]=0x0,_0x45c653['prototype'][_0x2674('0x2c')]=!0x1,_0x45c653[_0x2674('0x6')]=function(_0x2c0763){return new _0x45c653(_0x2c0763);},_0x45c653[_0x2674('0x61')]=function(_0x3cbf7e,_0x4e9cc0){return _0x4e9cc0||(_0x4e9cc0=y['create']()),null!=_0x3cbf7e[_0x2674('0x73')]&&Object['hasOwnProperty'][_0x2674('0x6c')](_0x3cbf7e,'sourcePosition')&&v[_0x2674('0x5c')][_0x2674('0x61')](_0x3cbf7e[_0x2674('0x73')],_0x4e9cc0[_0x2674('0x6d')](0xa)[_0x2674('0x2f')]())[_0x2674('0x2b')](),null!=_0x3cbf7e['targetPosition']&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x3cbf7e,_0x2674('0x1b'))&&v[_0x2674('0x5c')][_0x2674('0x61')](_0x3cbf7e[_0x2674('0x1b')],_0x4e9cc0[_0x2674('0x6d')](0x12)['fork']())[_0x2674('0x2b')](),null!=_0x3cbf7e['graveyardPosition']&&Object['hasOwnProperty'][_0x2674('0x6c')](_0x3cbf7e,_0x2674('0x15'))&&v[_0x2674('0x5c')][_0x2674('0x61')](_0x3cbf7e['graveyardPosition'],_0x4e9cc0[_0x2674('0x6d')](0x1a)['fork']())[_0x2674('0x2b')](),null!=_0x3cbf7e['howMany']&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x3cbf7e,_0x2674('0x58'))&&_0x4e9cc0[_0x2674('0x6d')](0x20)[_0x2674('0x6d')](_0x3cbf7e['howMany']),null!=_0x3cbf7e[_0x2674('0x2c')]&&Object['hasOwnProperty'][_0x2674('0x6c')](_0x3cbf7e,_0x2674('0x2c'))&&_0x4e9cc0['uint32'](0x28)[_0x2674('0x5e')](_0x3cbf7e[_0x2674('0x2c')]),_0x4e9cc0;},_0x45c653[_0x2674('0x45')]=function(_0x2d99a1,_0x4fad6c){return this['encode'](_0x2d99a1,_0x4fad6c)[_0x2674('0x2b')]();},_0x45c653[_0x2674('0x8b')]=function(_0x4224e5,_0x5db485){_0x4224e5 instanceof j||(_0x4224e5=j[_0x2674('0x6')](_0x4224e5));let _0x1e255f=void 0x0===_0x5db485?_0x4224e5[_0x2674('0x16')]:_0x4224e5['pos']+_0x5db485,_0x3cfd9e=new v[(_0x2674('0xc'))]();for(;_0x4224e5['pos']<_0x1e255f;){let _0x27d2cd=_0x4224e5[_0x2674('0x6d')]();switch(_0x27d2cd>>>0x3){case 0x1:_0x3cfd9e[_0x2674('0x73')]=v[_0x2674('0x5c')][_0x2674('0x8b')](_0x4224e5,_0x4224e5[_0x2674('0x6d')]());break;case 0x2:_0x3cfd9e[_0x2674('0x1b')]=v[_0x2674('0x5c')][_0x2674('0x8b')](_0x4224e5,_0x4224e5[_0x2674('0x6d')]());break;case 0x3:_0x3cfd9e[_0x2674('0x15')]=v[_0x2674('0x5c')][_0x2674('0x8b')](_0x4224e5,_0x4224e5['uint32']());break;case 0x4:_0x3cfd9e[_0x2674('0x58')]=_0x4224e5[_0x2674('0x6d')]();break;case 0x5:_0x3cfd9e[_0x2674('0x2c')]=_0x4224e5['bool']();break;default:_0x4224e5[_0x2674('0x74')](0x7&_0x27d2cd);}}return _0x3cfd9e;},_0x45c653[_0x2674('0x78')]=function(_0x196440){return _0x196440 instanceof j||(_0x196440=new j(_0x196440)),this[_0x2674('0x8b')](_0x196440,_0x196440['uint32']());},_0x45c653['verify']=function(_0x2ed661){if(_0x2674('0x87')!=typeof _0x2ed661||null===_0x2ed661)return _0x2674('0x31');if(null!=_0x2ed661[_0x2674('0x73')]&&_0x2ed661[_0x2674('0x8')](_0x2674('0x73'))){let _0x4bd2c0=v[_0x2674('0x5c')][_0x2674('0x34')](_0x2ed661[_0x2674('0x73')]);if(_0x4bd2c0)return _0x2674('0x71')+_0x4bd2c0;}if(null!=_0x2ed661['targetPosition']&&_0x2ed661[_0x2674('0x8')](_0x2674('0x1b'))){let _0x3637a9=v[_0x2674('0x5c')][_0x2674('0x34')](_0x2ed661[_0x2674('0x1b')]);if(_0x3637a9)return'targetPosition.'+_0x3637a9;}if(null!=_0x2ed661['graveyardPosition']&&_0x2ed661[_0x2674('0x8')](_0x2674('0x15'))){let _0x560833=v[_0x2674('0x5c')]['verify'](_0x2ed661['graveyardPosition']);if(_0x560833)return'graveyardPosition.'+_0x560833;}return null!=_0x2ed661[_0x2674('0x58')]&&_0x2ed661[_0x2674('0x8')](_0x2674('0x58'))&&!k[_0x2674('0x17')](_0x2ed661[_0x2674('0x58')])?'howMany:\x20integer\x20expected':null!=_0x2ed661[_0x2674('0x2c')]&&_0x2ed661[_0x2674('0x8')](_0x2674('0x2c'))&&'boolean'!=typeof _0x2ed661[_0x2674('0x2c')]?_0x2674('0x57'):null;},_0x45c653[_0x2674('0x1c')]=function(_0x45d83b){if(_0x45d83b instanceof v[_0x2674('0xc')])return _0x45d83b;let _0xcd4ba8=new v['MergeOperation']();if(null!=_0x45d83b[_0x2674('0x73')]){if(_0x2674('0x87')!=typeof _0x45d83b[_0x2674('0x73')])throw TypeError(_0x2674('0xe'));_0xcd4ba8[_0x2674('0x73')]=v[_0x2674('0x5c')][_0x2674('0x1c')](_0x45d83b[_0x2674('0x73')]);}if(null!=_0x45d83b[_0x2674('0x1b')]){if(_0x2674('0x87')!=typeof _0x45d83b[_0x2674('0x1b')])throw TypeError('.MergeOperation.targetPosition:\x20object\x20expected');_0xcd4ba8[_0x2674('0x1b')]=v['Position'][_0x2674('0x1c')](_0x45d83b['targetPosition']);}if(null!=_0x45d83b[_0x2674('0x15')]){if(_0x2674('0x87')!=typeof _0x45d83b['graveyardPosition'])throw TypeError(_0x2674('0x30'));_0xcd4ba8[_0x2674('0x15')]=v['Position'][_0x2674('0x1c')](_0x45d83b[_0x2674('0x15')]);}return null!=_0x45d83b[_0x2674('0x58')]&&(_0xcd4ba8[_0x2674('0x58')]=_0x45d83b[_0x2674('0x58')]>>>0x0),null!=_0x45d83b[_0x2674('0x2c')]&&(_0xcd4ba8['wasUndone']=Boolean(_0x45d83b[_0x2674('0x2c')])),_0xcd4ba8;},_0x45c653['toObject']=function(_0x5c31a9,_0x5bf057){_0x5bf057||(_0x5bf057={});let _0x4e788a={};return _0x5bf057['defaults']&&(_0x4e788a['sourcePosition']=null,_0x4e788a['targetPosition']=null,_0x4e788a['graveyardPosition']=null,_0x4e788a[_0x2674('0x58')]=0x0,_0x4e788a[_0x2674('0x2c')]=!0x1),null!=_0x5c31a9['sourcePosition']&&_0x5c31a9[_0x2674('0x8')](_0x2674('0x73'))&&(_0x4e788a[_0x2674('0x73')]=v['Position'][_0x2674('0x19')](_0x5c31a9[_0x2674('0x73')],_0x5bf057)),null!=_0x5c31a9[_0x2674('0x1b')]&&_0x5c31a9['hasOwnProperty'](_0x2674('0x1b'))&&(_0x4e788a[_0x2674('0x1b')]=v[_0x2674('0x5c')]['toObject'](_0x5c31a9[_0x2674('0x1b')],_0x5bf057)),null!=_0x5c31a9['graveyardPosition']&&_0x5c31a9['hasOwnProperty'](_0x2674('0x15'))&&(_0x4e788a[_0x2674('0x15')]=v[_0x2674('0x5c')][_0x2674('0x19')](_0x5c31a9[_0x2674('0x15')],_0x5bf057)),null!=_0x5c31a9['howMany']&&_0x5c31a9[_0x2674('0x8')](_0x2674('0x58'))&&(_0x4e788a[_0x2674('0x58')]=_0x5c31a9['howMany']),null!=_0x5c31a9[_0x2674('0x2c')]&&_0x5c31a9[_0x2674('0x8')](_0x2674('0x2c'))&&(_0x4e788a[_0x2674('0x2c')]=_0x5c31a9[_0x2674('0x2c')]),_0x4e788a;},_0x45c653[_0x2674('0x7d')]['toJSON']=function(){return this['constructor'][_0x2674('0x19')](this,_0x558ff9[_0x2674('0x4c')][_0x2674('0x29')]);},_0x45c653['getTypeUrl']=function(_0xcb3cd6){return void 0x0===_0xcb3cd6&&(_0xcb3cd6=_0x2674('0x4f')),_0xcb3cd6+_0x2674('0x3b');},_0x45c653;})();export const MoveOperation=v[_0x2674('0xf')]=(()=>{function _0x2f32ed(_0x11101b){if(_0x11101b)for(let _0x6098b9=Object[_0x2674('0x8c')](_0x11101b),_0x4fc680=0x0;_0x4fc680<_0x6098b9[_0x2674('0x4b')];++_0x4fc680)null!=_0x11101b[_0x6098b9[_0x4fc680]]&&(this[_0x6098b9[_0x4fc680]]=_0x11101b[_0x6098b9[_0x4fc680]]);}return _0x2f32ed[_0x2674('0x7d')]['sourcePosition']=null,_0x2f32ed['prototype'][_0x2674('0x58')]=0x0,_0x2f32ed[_0x2674('0x7d')][_0x2674('0x1b')]=null,_0x2f32ed[_0x2674('0x7d')][_0x2674('0x2c')]=!0x1,_0x2f32ed[_0x2674('0x6')]=function(_0x543d3b){return new _0x2f32ed(_0x543d3b);},_0x2f32ed[_0x2674('0x61')]=function(_0x34f93e,_0x247199){return _0x247199||(_0x247199=y[_0x2674('0x6')]()),null!=_0x34f93e[_0x2674('0x73')]&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x34f93e,_0x2674('0x73'))&&v['Position'][_0x2674('0x61')](_0x34f93e[_0x2674('0x73')],_0x247199[_0x2674('0x6d')](0xa)[_0x2674('0x2f')]())['ldelim'](),null!=_0x34f93e['howMany']&&Object['hasOwnProperty'][_0x2674('0x6c')](_0x34f93e,'howMany')&&_0x247199['uint32'](0x10)['uint32'](_0x34f93e[_0x2674('0x58')]),null!=_0x34f93e['targetPosition']&&Object['hasOwnProperty'][_0x2674('0x6c')](_0x34f93e,_0x2674('0x1b'))&&v[_0x2674('0x5c')][_0x2674('0x61')](_0x34f93e[_0x2674('0x1b')],_0x247199[_0x2674('0x6d')](0x1a)[_0x2674('0x2f')]())[_0x2674('0x2b')](),null!=_0x34f93e[_0x2674('0x2c')]&&Object['hasOwnProperty'][_0x2674('0x6c')](_0x34f93e,_0x2674('0x2c'))&&_0x247199[_0x2674('0x6d')](0x20)[_0x2674('0x5e')](_0x34f93e[_0x2674('0x2c')]),_0x247199;},_0x2f32ed[_0x2674('0x45')]=function(_0x4bd748,_0x27840a){return this[_0x2674('0x61')](_0x4bd748,_0x27840a)[_0x2674('0x2b')]();},_0x2f32ed['decode']=function(_0x202b10,_0x55d3d9){_0x202b10 instanceof j||(_0x202b10=j[_0x2674('0x6')](_0x202b10));let _0x3a637f=void 0x0===_0x55d3d9?_0x202b10[_0x2674('0x16')]:_0x202b10[_0x2674('0x1a')]+_0x55d3d9,_0xc27f20=new v[(_0x2674('0xf'))]();for(;_0x202b10[_0x2674('0x1a')]<_0x3a637f;){let _0x31ec26=_0x202b10[_0x2674('0x6d')]();switch(_0x31ec26>>>0x3){case 0x1:_0xc27f20['sourcePosition']=v[_0x2674('0x5c')][_0x2674('0x8b')](_0x202b10,_0x202b10['uint32']());break;case 0x2:_0xc27f20[_0x2674('0x58')]=_0x202b10[_0x2674('0x6d')]();break;case 0x3:_0xc27f20[_0x2674('0x1b')]=v[_0x2674('0x5c')][_0x2674('0x8b')](_0x202b10,_0x202b10[_0x2674('0x6d')]());break;case 0x4:_0xc27f20[_0x2674('0x2c')]=_0x202b10[_0x2674('0x5e')]();break;default:_0x202b10['skipType'](0x7&_0x31ec26);}}return _0xc27f20;},_0x2f32ed['decodeDelimited']=function(_0x31f5b1){return _0x31f5b1 instanceof j||(_0x31f5b1=new j(_0x31f5b1)),this[_0x2674('0x8b')](_0x31f5b1,_0x31f5b1[_0x2674('0x6d')]());},_0x2f32ed[_0x2674('0x34')]=function(_0x23d179){if(_0x2674('0x87')!=typeof _0x23d179||null===_0x23d179)return _0x2674('0x31');if(null!=_0x23d179[_0x2674('0x73')]&&_0x23d179[_0x2674('0x8')](_0x2674('0x73'))){let _0xadc679=v['Position'][_0x2674('0x34')](_0x23d179['sourcePosition']);if(_0xadc679)return _0x2674('0x71')+_0xadc679;}if(null!=_0x23d179[_0x2674('0x58')]&&_0x23d179[_0x2674('0x8')](_0x2674('0x58'))&&!k[_0x2674('0x17')](_0x23d179[_0x2674('0x58')]))return _0x2674('0x40');if(null!=_0x23d179[_0x2674('0x1b')]&&_0x23d179[_0x2674('0x8')](_0x2674('0x1b'))){let _0x4462e4=v['Position'][_0x2674('0x34')](_0x23d179[_0x2674('0x1b')]);if(_0x4462e4)return _0x2674('0x64')+_0x4462e4;}return null!=_0x23d179['wasUndone']&&_0x23d179['hasOwnProperty']('wasUndone')&&_0x2674('0x48')!=typeof _0x23d179[_0x2674('0x2c')]?'wasUndone:\x20boolean\x20expected':null;},_0x2f32ed['fromObject']=function(_0x47047a){if(_0x47047a instanceof v['MoveOperation'])return _0x47047a;let _0x142484=new v[(_0x2674('0xf'))]();if(null!=_0x47047a[_0x2674('0x73')]){if('object'!=typeof _0x47047a[_0x2674('0x73')])throw TypeError('.MoveOperation.sourcePosition:\x20object\x20expected');_0x142484[_0x2674('0x73')]=v[_0x2674('0x5c')]['fromObject'](_0x47047a[_0x2674('0x73')]);}if(null!=_0x47047a[_0x2674('0x58')]&&(_0x142484[_0x2674('0x58')]=_0x47047a[_0x2674('0x58')]>>>0x0),null!=_0x47047a['targetPosition']){if('object'!=typeof _0x47047a[_0x2674('0x1b')])throw TypeError(_0x2674('0x7c'));_0x142484['targetPosition']=v[_0x2674('0x5c')][_0x2674('0x1c')](_0x47047a['targetPosition']);}return null!=_0x47047a[_0x2674('0x2c')]&&(_0x142484[_0x2674('0x2c')]=Boolean(_0x47047a[_0x2674('0x2c')])),_0x142484;},_0x2f32ed[_0x2674('0x19')]=function(_0xd24fae,_0x34d57c){_0x34d57c||(_0x34d57c={});let _0x1035ea={};return _0x34d57c[_0x2674('0x51')]&&(_0x1035ea[_0x2674('0x73')]=null,_0x1035ea[_0x2674('0x58')]=0x0,_0x1035ea[_0x2674('0x1b')]=null,_0x1035ea[_0x2674('0x2c')]=!0x1),null!=_0xd24fae[_0x2674('0x73')]&&_0xd24fae[_0x2674('0x8')](_0x2674('0x73'))&&(_0x1035ea['sourcePosition']=v[_0x2674('0x5c')][_0x2674('0x19')](_0xd24fae[_0x2674('0x73')],_0x34d57c)),null!=_0xd24fae[_0x2674('0x58')]&&_0xd24fae[_0x2674('0x8')](_0x2674('0x58'))&&(_0x1035ea[_0x2674('0x58')]=_0xd24fae['howMany']),null!=_0xd24fae['targetPosition']&&_0xd24fae[_0x2674('0x8')](_0x2674('0x1b'))&&(_0x1035ea['targetPosition']=v['Position'][_0x2674('0x19')](_0xd24fae[_0x2674('0x1b')],_0x34d57c)),null!=_0xd24fae['wasUndone']&&_0xd24fae['hasOwnProperty']('wasUndone')&&(_0x1035ea[_0x2674('0x2c')]=_0xd24fae['wasUndone']),_0x1035ea;},_0x2f32ed[_0x2674('0x7d')][_0x2674('0x6b')]=function(){return this[_0x2674('0xb')][_0x2674('0x19')](this,_0x558ff9[_0x2674('0x4c')][_0x2674('0x29')]);},_0x2f32ed[_0x2674('0x1d')]=function(_0xf67870){return void 0x0===_0xf67870&&(_0xf67870=_0x2674('0x4f')),_0xf67870+_0x2674('0x14');},_0x2f32ed;})();export const RenameOperation=v['RenameOperation']=(()=>{function _0x4ebac0(_0x47c236){if(_0x47c236)for(let _0xd39129=Object[_0x2674('0x8c')](_0x47c236),_0x9cf641=0x0;_0x9cf641<_0xd39129[_0x2674('0x4b')];++_0x9cf641)null!=_0x47c236[_0xd39129[_0x9cf641]]&&(this[_0xd39129[_0x9cf641]]=_0x47c236[_0xd39129[_0x9cf641]]);}return _0x4ebac0[_0x2674('0x7d')][_0x2674('0x4e')]=null,_0x4ebac0[_0x2674('0x7d')][_0x2674('0x8d')]='',_0x4ebac0[_0x2674('0x7d')]['newName']='',_0x4ebac0['prototype'][_0x2674('0x2c')]=!0x1,_0x4ebac0[_0x2674('0x6')]=function(_0x37ce9b){return new _0x4ebac0(_0x37ce9b);},_0x4ebac0['encode']=function(_0x1f5e78,_0x40e70a){return _0x40e70a||(_0x40e70a=y[_0x2674('0x6')]()),null!=_0x1f5e78[_0x2674('0x4e')]&&Object['hasOwnProperty']['call'](_0x1f5e78,_0x2674('0x4e'))&&v['Position'][_0x2674('0x61')](_0x1f5e78[_0x2674('0x4e')],_0x40e70a[_0x2674('0x6d')](0xa)[_0x2674('0x2f')]())[_0x2674('0x2b')](),null!=_0x1f5e78[_0x2674('0x8d')]&&Object['hasOwnProperty']['call'](_0x1f5e78,'oldName')&&_0x40e70a[_0x2674('0x6d')](0x12)['string'](_0x1f5e78[_0x2674('0x8d')]),null!=_0x1f5e78[_0x2674('0x23')]&&Object['hasOwnProperty']['call'](_0x1f5e78,_0x2674('0x23'))&&_0x40e70a[_0x2674('0x6d')](0x1a)[_0x2674('0x69')](_0x1f5e78[_0x2674('0x23')]),null!=_0x1f5e78['wasUndone']&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x1f5e78,'wasUndone')&&_0x40e70a[_0x2674('0x6d')](0x20)[_0x2674('0x5e')](_0x1f5e78[_0x2674('0x2c')]),_0x40e70a;},_0x4ebac0[_0x2674('0x45')]=function(_0x439c94,_0x3499d9){return this[_0x2674('0x61')](_0x439c94,_0x3499d9)[_0x2674('0x2b')]();},_0x4ebac0[_0x2674('0x8b')]=function(_0x26756c,_0x2c5b22){_0x26756c instanceof j||(_0x26756c=j[_0x2674('0x6')](_0x26756c));let _0x5c834d=void 0x0===_0x2c5b22?_0x26756c['len']:_0x26756c[_0x2674('0x1a')]+_0x2c5b22,_0x5dae46=new v[(_0x2674('0x52'))]();for(;_0x26756c[_0x2674('0x1a')]<_0x5c834d;){let _0x2b34cd=_0x26756c[_0x2674('0x6d')]();switch(_0x2b34cd>>>0x3){case 0x1:_0x5dae46[_0x2674('0x4e')]=v['Position'][_0x2674('0x8b')](_0x26756c,_0x26756c[_0x2674('0x6d')]());break;case 0x2:_0x5dae46[_0x2674('0x8d')]=_0x26756c['string']();break;case 0x3:_0x5dae46['newName']=_0x26756c[_0x2674('0x69')]();break;case 0x4:_0x5dae46[_0x2674('0x2c')]=_0x26756c[_0x2674('0x5e')]();break;default:_0x26756c[_0x2674('0x74')](0x7&_0x2b34cd);}}return _0x5dae46;},_0x4ebac0[_0x2674('0x78')]=function(_0xc66bf9){return _0xc66bf9 instanceof j||(_0xc66bf9=new j(_0xc66bf9)),this[_0x2674('0x8b')](_0xc66bf9,_0xc66bf9[_0x2674('0x6d')]());},_0x4ebac0[_0x2674('0x34')]=function(_0x5576a9){if('object'!=typeof _0x5576a9||null===_0x5576a9)return _0x2674('0x31');if(null!=_0x5576a9[_0x2674('0x4e')]&&_0x5576a9[_0x2674('0x8')](_0x2674('0x4e'))){let _0x4353c3=v[_0x2674('0x5c')][_0x2674('0x34')](_0x5576a9[_0x2674('0x4e')]);if(_0x4353c3)return _0x2674('0x72')+_0x4353c3;}return null!=_0x5576a9[_0x2674('0x8d')]&&_0x5576a9[_0x2674('0x8')](_0x2674('0x8d'))&&!k['isString'](_0x5576a9[_0x2674('0x8d')])?_0x2674('0x6a'):null!=_0x5576a9[_0x2674('0x23')]&&_0x5576a9[_0x2674('0x8')](_0x2674('0x23'))&&!k[_0x2674('0x1')](_0x5576a9[_0x2674('0x23')])?_0x2674('0x12'):null!=_0x5576a9[_0x2674('0x2c')]&&_0x5576a9[_0x2674('0x8')](_0x2674('0x2c'))&&_0x2674('0x48')!=typeof _0x5576a9[_0x2674('0x2c')]?_0x2674('0x57'):null;},_0x4ebac0[_0x2674('0x1c')]=function(_0x1e6d11){if(_0x1e6d11 instanceof v[_0x2674('0x52')])return _0x1e6d11;let _0x49c09b=new v[(_0x2674('0x52'))]();if(null!=_0x1e6d11[_0x2674('0x4e')]){if('object'!=typeof _0x1e6d11[_0x2674('0x4e')])throw TypeError('.RenameOperation.position:\x20object\x20expected');_0x49c09b[_0x2674('0x4e')]=v[_0x2674('0x5c')][_0x2674('0x1c')](_0x1e6d11[_0x2674('0x4e')]);}return null!=_0x1e6d11[_0x2674('0x8d')]&&(_0x49c09b['oldName']=String(_0x1e6d11[_0x2674('0x8d')])),null!=_0x1e6d11[_0x2674('0x23')]&&(_0x49c09b[_0x2674('0x23')]=String(_0x1e6d11[_0x2674('0x23')])),null!=_0x1e6d11[_0x2674('0x2c')]&&(_0x49c09b[_0x2674('0x2c')]=Boolean(_0x1e6d11['wasUndone'])),_0x49c09b;},_0x4ebac0[_0x2674('0x19')]=function(_0x1b1822,_0x804fb9){_0x804fb9||(_0x804fb9={});let _0x3c2af1={};return _0x804fb9['defaults']&&(_0x3c2af1[_0x2674('0x4e')]=null,_0x3c2af1[_0x2674('0x8d')]='',_0x3c2af1['newName']='',_0x3c2af1[_0x2674('0x2c')]=!0x1),null!=_0x1b1822[_0x2674('0x4e')]&&_0x1b1822[_0x2674('0x8')](_0x2674('0x4e'))&&(_0x3c2af1[_0x2674('0x4e')]=v[_0x2674('0x5c')][_0x2674('0x19')](_0x1b1822[_0x2674('0x4e')],_0x804fb9)),null!=_0x1b1822['oldName']&&_0x1b1822[_0x2674('0x8')](_0x2674('0x8d'))&&(_0x3c2af1['oldName']=_0x1b1822[_0x2674('0x8d')]),null!=_0x1b1822[_0x2674('0x23')]&&_0x1b1822[_0x2674('0x8')](_0x2674('0x23'))&&(_0x3c2af1[_0x2674('0x23')]=_0x1b1822[_0x2674('0x23')]),null!=_0x1b1822[_0x2674('0x2c')]&&_0x1b1822[_0x2674('0x8')](_0x2674('0x2c'))&&(_0x3c2af1[_0x2674('0x2c')]=_0x1b1822['wasUndone']),_0x3c2af1;},_0x4ebac0[_0x2674('0x7d')][_0x2674('0x6b')]=function(){return this[_0x2674('0xb')][_0x2674('0x19')](this,_0x558ff9[_0x2674('0x4c')][_0x2674('0x29')]);},_0x4ebac0[_0x2674('0x1d')]=function(_0x248eb2){return void 0x0===_0x248eb2&&(_0x248eb2=_0x2674('0x4f')),_0x248eb2+'/RenameOperation';},_0x4ebac0;})();export const RootAttributeOperation=v[_0x2674('0x3a')]=(()=>{function _0x55e53a(_0x42646b){if(_0x42646b)for(let _0x2ed939=Object['keys'](_0x42646b),_0x57f77a=0x0;_0x57f77a<_0x2ed939[_0x2674('0x4b')];++_0x57f77a)null!=_0x42646b[_0x2ed939[_0x57f77a]]&&(this[_0x2ed939[_0x57f77a]]=_0x42646b[_0x2ed939[_0x57f77a]]);}return _0x55e53a[_0x2674('0x7d')][_0x2674('0x3')]='',_0x55e53a['prototype'][_0x2674('0x8e')]='',_0x55e53a['prototype'][_0x2674('0x36')]=!0x1,_0x55e53a[_0x2674('0x7d')][_0x2674('0x65')]='',_0x55e53a[_0x2674('0x7d')][_0x2674('0x67')]=!0x1,_0x55e53a['prototype'][_0x2674('0x84')]='',_0x55e53a[_0x2674('0x7d')]['wasUndone']=!0x1,_0x55e53a[_0x2674('0x6')]=function(_0x538512){return new _0x55e53a(_0x538512);},_0x55e53a[_0x2674('0x61')]=function(_0x558f03,_0x20b27d){return _0x20b27d||(_0x20b27d=y[_0x2674('0x6')]()),null!=_0x558f03['root']&&Object[_0x2674('0x8')]['call'](_0x558f03,_0x2674('0x3'))&&_0x20b27d[_0x2674('0x6d')](0xa)['string'](_0x558f03[_0x2674('0x3')]),null!=_0x558f03['key']&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x558f03,'key')&&_0x20b27d['uint32'](0x12)['string'](_0x558f03[_0x2674('0x8e')]),null!=_0x558f03[_0x2674('0x36')]&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x558f03,_0x2674('0x36'))&&_0x20b27d[_0x2674('0x6d')](0x18)[_0x2674('0x5e')](_0x558f03[_0x2674('0x36')]),null!=_0x558f03[_0x2674('0x65')]&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x558f03,_0x2674('0x65'))&&_0x20b27d[_0x2674('0x6d')](0x22)[_0x2674('0x69')](_0x558f03['oldValueJson']),null!=_0x558f03['newValueBoolean']&&Object['hasOwnProperty'][_0x2674('0x6c')](_0x558f03,'newValueBoolean')&&_0x20b27d['uint32'](0x28)[_0x2674('0x5e')](_0x558f03['newValueBoolean']),null!=_0x558f03['newValueJson']&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x558f03,'newValueJson')&&_0x20b27d[_0x2674('0x6d')](0x32)[_0x2674('0x69')](_0x558f03[_0x2674('0x84')]),null!=_0x558f03['wasUndone']&&Object[_0x2674('0x8')]['call'](_0x558f03,_0x2674('0x2c'))&&_0x20b27d['uint32'](0x38)['bool'](_0x558f03['wasUndone']),_0x20b27d;},_0x55e53a[_0x2674('0x45')]=function(_0x47a4a8,_0x7d1331){return this[_0x2674('0x61')](_0x47a4a8,_0x7d1331)[_0x2674('0x2b')]();},_0x55e53a[_0x2674('0x8b')]=function(_0x4aa48b,_0x1e6e5f){_0x4aa48b instanceof j||(_0x4aa48b=j[_0x2674('0x6')](_0x4aa48b));let _0x4280bb=void 0x0===_0x1e6e5f?_0x4aa48b['len']:_0x4aa48b[_0x2674('0x1a')]+_0x1e6e5f,_0xee07f0=new v[(_0x2674('0x3a'))]();for(;_0x4aa48b[_0x2674('0x1a')]<_0x4280bb;){let _0x26817c=_0x4aa48b[_0x2674('0x6d')]();switch(_0x26817c>>>0x3){case 0x1:_0xee07f0[_0x2674('0x3')]=_0x4aa48b[_0x2674('0x69')]();break;case 0x2:_0xee07f0[_0x2674('0x8e')]=_0x4aa48b[_0x2674('0x69')]();break;case 0x3:_0xee07f0[_0x2674('0x36')]=_0x4aa48b[_0x2674('0x5e')]();break;case 0x4:_0xee07f0[_0x2674('0x65')]=_0x4aa48b[_0x2674('0x69')]();break;case 0x5:_0xee07f0[_0x2674('0x67')]=_0x4aa48b[_0x2674('0x5e')]();break;case 0x6:_0xee07f0['newValueJson']=_0x4aa48b[_0x2674('0x69')]();break;case 0x7:_0xee07f0[_0x2674('0x2c')]=_0x4aa48b['bool']();break;default:_0x4aa48b['skipType'](0x7&_0x26817c);}}return _0xee07f0;},_0x55e53a[_0x2674('0x78')]=function(_0x2ded63){return _0x2ded63 instanceof j||(_0x2ded63=new j(_0x2ded63)),this[_0x2674('0x8b')](_0x2ded63,_0x2ded63['uint32']());},_0x55e53a[_0x2674('0x34')]=function(_0x2a1946){return _0x2674('0x87')!=typeof _0x2a1946||null===_0x2a1946?_0x2674('0x31'):null!=_0x2a1946[_0x2674('0x3')]&&_0x2a1946[_0x2674('0x8')](_0x2674('0x3'))&&!k[_0x2674('0x1')](_0x2a1946['root'])?_0x2674('0x39'):null!=_0x2a1946[_0x2674('0x8e')]&&_0x2a1946[_0x2674('0x8')](_0x2674('0x8e'))&&!k[_0x2674('0x1')](_0x2a1946[_0x2674('0x8e')])?_0x2674('0x9'):null!=_0x2a1946[_0x2674('0x36')]&&_0x2a1946[_0x2674('0x8')]('oldValueBoolean')&&_0x2674('0x48')!=typeof _0x2a1946[_0x2674('0x36')]?_0x2674('0x44'):null!=_0x2a1946[_0x2674('0x65')]&&_0x2a1946['hasOwnProperty'](_0x2674('0x65'))&&!k[_0x2674('0x1')](_0x2a1946[_0x2674('0x65')])?_0x2674('0x3f'):null!=_0x2a1946[_0x2674('0x67')]&&_0x2a1946['hasOwnProperty'](_0x2674('0x67'))&&_0x2674('0x48')!=typeof _0x2a1946[_0x2674('0x67')]?'newValueBoolean:\x20boolean\x20expected':null!=_0x2a1946['newValueJson']&&_0x2a1946[_0x2674('0x8')](_0x2674('0x84'))&&!k[_0x2674('0x1')](_0x2a1946['newValueJson'])?_0x2674('0x1e'):null!=_0x2a1946['wasUndone']&&_0x2a1946[_0x2674('0x8')](_0x2674('0x2c'))&&'boolean'!=typeof _0x2a1946[_0x2674('0x2c')]?_0x2674('0x57'):null;},_0x55e53a[_0x2674('0x1c')]=function(_0xf4ecd){if(_0xf4ecd instanceof v[_0x2674('0x3a')])return _0xf4ecd;let _0x15e186=new v[(_0x2674('0x3a'))]();return null!=_0xf4ecd[_0x2674('0x3')]&&(_0x15e186[_0x2674('0x3')]=String(_0xf4ecd[_0x2674('0x3')])),null!=_0xf4ecd[_0x2674('0x8e')]&&(_0x15e186[_0x2674('0x8e')]=String(_0xf4ecd['key'])),null!=_0xf4ecd[_0x2674('0x36')]&&(_0x15e186[_0x2674('0x36')]=Boolean(_0xf4ecd[_0x2674('0x36')])),null!=_0xf4ecd[_0x2674('0x65')]&&(_0x15e186[_0x2674('0x65')]=String(_0xf4ecd[_0x2674('0x65')])),null!=_0xf4ecd[_0x2674('0x67')]&&(_0x15e186[_0x2674('0x67')]=Boolean(_0xf4ecd[_0x2674('0x67')])),null!=_0xf4ecd['newValueJson']&&(_0x15e186['newValueJson']=String(_0xf4ecd['newValueJson'])),null!=_0xf4ecd[_0x2674('0x2c')]&&(_0x15e186[_0x2674('0x2c')]=Boolean(_0xf4ecd[_0x2674('0x2c')])),_0x15e186;},_0x55e53a[_0x2674('0x19')]=function(_0x228b7b,_0x49d30d){_0x49d30d||(_0x49d30d={});let _0x54ba44={};return _0x49d30d['defaults']&&(_0x54ba44['root']='',_0x54ba44[_0x2674('0x8e')]='',_0x54ba44[_0x2674('0x36')]=!0x1,_0x54ba44[_0x2674('0x65')]='',_0x54ba44[_0x2674('0x67')]=!0x1,_0x54ba44[_0x2674('0x84')]='',_0x54ba44[_0x2674('0x2c')]=!0x1),null!=_0x228b7b[_0x2674('0x3')]&&_0x228b7b['hasOwnProperty']('root')&&(_0x54ba44[_0x2674('0x3')]=_0x228b7b[_0x2674('0x3')]),null!=_0x228b7b[_0x2674('0x8e')]&&_0x228b7b[_0x2674('0x8')](_0x2674('0x8e'))&&(_0x54ba44['key']=_0x228b7b[_0x2674('0x8e')]),null!=_0x228b7b[_0x2674('0x36')]&&_0x228b7b['hasOwnProperty'](_0x2674('0x36'))&&(_0x54ba44['oldValueBoolean']=_0x228b7b[_0x2674('0x36')]),null!=_0x228b7b[_0x2674('0x65')]&&_0x228b7b[_0x2674('0x8')]('oldValueJson')&&(_0x54ba44['oldValueJson']=_0x228b7b[_0x2674('0x65')]),null!=_0x228b7b[_0x2674('0x67')]&&_0x228b7b[_0x2674('0x8')](_0x2674('0x67'))&&(_0x54ba44[_0x2674('0x67')]=_0x228b7b[_0x2674('0x67')]),null!=_0x228b7b[_0x2674('0x84')]&&_0x228b7b[_0x2674('0x8')](_0x2674('0x84'))&&(_0x54ba44['newValueJson']=_0x228b7b[_0x2674('0x84')]),null!=_0x228b7b[_0x2674('0x2c')]&&_0x228b7b[_0x2674('0x8')]('wasUndone')&&(_0x54ba44[_0x2674('0x2c')]=_0x228b7b[_0x2674('0x2c')]),_0x54ba44;},_0x55e53a[_0x2674('0x7d')][_0x2674('0x6b')]=function(){return this['constructor'][_0x2674('0x19')](this,_0x558ff9[_0x2674('0x4c')][_0x2674('0x29')]);},_0x55e53a[_0x2674('0x1d')]=function(_0x593104){return void 0x0===_0x593104&&(_0x593104=_0x2674('0x4f')),_0x593104+_0x2674('0xd');},_0x55e53a;})();export const RootOperation=v[_0x2674('0x54')]=(()=>{function _0x53d5c9(_0xa74785){if(_0xa74785)for(let _0x16d8e5=Object['keys'](_0xa74785),_0x13912b=0x0;_0x13912b<_0x16d8e5['length'];++_0x13912b)null!=_0xa74785[_0x16d8e5[_0x13912b]]&&(this[_0x16d8e5[_0x13912b]]=_0xa74785[_0x16d8e5[_0x13912b]]);}return _0x53d5c9[_0x2674('0x7d')][_0x2674('0x82')]='',_0x53d5c9[_0x2674('0x7d')][_0x2674('0x2e')]='',_0x53d5c9[_0x2674('0x7d')][_0x2674('0x5')]=!0x1,_0x53d5c9[_0x2674('0x7d')]['wasUndone']=!0x1,_0x53d5c9[_0x2674('0x6')]=function(_0x411831){return new _0x53d5c9(_0x411831);},_0x53d5c9[_0x2674('0x61')]=function(_0x58249c,_0x424cf3){return _0x424cf3||(_0x424cf3=y[_0x2674('0x6')]()),null!=_0x58249c[_0x2674('0x82')]&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x58249c,_0x2674('0x82'))&&_0x424cf3['uint32'](0xa)[_0x2674('0x69')](_0x58249c[_0x2674('0x82')]),null!=_0x58249c[_0x2674('0x2e')]&&Object['hasOwnProperty'][_0x2674('0x6c')](_0x58249c,_0x2674('0x2e'))&&_0x424cf3['uint32'](0x12)['string'](_0x58249c['elementName']),null!=_0x58249c[_0x2674('0x5')]&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x58249c,_0x2674('0x5'))&&_0x424cf3[_0x2674('0x6d')](0x18)[_0x2674('0x5e')](_0x58249c[_0x2674('0x5')]),null!=_0x58249c['wasUndone']&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x58249c,_0x2674('0x2c'))&&_0x424cf3[_0x2674('0x6d')](0x20)['bool'](_0x58249c[_0x2674('0x2c')]),_0x424cf3;},_0x53d5c9[_0x2674('0x45')]=function(_0x350cf5,_0x441049){return this[_0x2674('0x61')](_0x350cf5,_0x441049)[_0x2674('0x2b')]();},_0x53d5c9[_0x2674('0x8b')]=function(_0x1ef3b0,_0x16bf87){_0x1ef3b0 instanceof j||(_0x1ef3b0=j['create'](_0x1ef3b0));let _0x43a146=void 0x0===_0x16bf87?_0x1ef3b0[_0x2674('0x16')]:_0x1ef3b0[_0x2674('0x1a')]+_0x16bf87,_0x38ffe1=new v[(_0x2674('0x54'))]();for(;_0x1ef3b0[_0x2674('0x1a')]<_0x43a146;){let _0x26c0f5=_0x1ef3b0['uint32']();switch(_0x26c0f5>>>0x3){case 0x1:_0x38ffe1[_0x2674('0x82')]=_0x1ef3b0['string']();break;case 0x2:_0x38ffe1['elementName']=_0x1ef3b0[_0x2674('0x69')]();break;case 0x3:_0x38ffe1[_0x2674('0x5')]=_0x1ef3b0[_0x2674('0x5e')]();break;case 0x4:_0x38ffe1[_0x2674('0x2c')]=_0x1ef3b0[_0x2674('0x5e')]();break;default:_0x1ef3b0[_0x2674('0x74')](0x7&_0x26c0f5);}}return _0x38ffe1;},_0x53d5c9[_0x2674('0x78')]=function(_0xf1fe4){return _0xf1fe4 instanceof j||(_0xf1fe4=new j(_0xf1fe4)),this['decode'](_0xf1fe4,_0xf1fe4[_0x2674('0x6d')]());},_0x53d5c9[_0x2674('0x34')]=function(_0x5a3934){return'object'!=typeof _0x5a3934||null===_0x5a3934?_0x2674('0x31'):null!=_0x5a3934[_0x2674('0x82')]&&_0x5a3934[_0x2674('0x8')](_0x2674('0x82'))&&!k['isString'](_0x5a3934[_0x2674('0x82')])?_0x2674('0x26'):null!=_0x5a3934[_0x2674('0x2e')]&&_0x5a3934['hasOwnProperty']('elementName')&&!k[_0x2674('0x1')](_0x5a3934['elementName'])?_0x2674('0x3e'):null!=_0x5a3934['isAdd']&&_0x5a3934[_0x2674('0x8')](_0x2674('0x5'))&&'boolean'!=typeof _0x5a3934[_0x2674('0x5')]?'isAdd:\x20boolean\x20expected':null!=_0x5a3934[_0x2674('0x2c')]&&_0x5a3934['hasOwnProperty'](_0x2674('0x2c'))&&_0x2674('0x48')!=typeof _0x5a3934[_0x2674('0x2c')]?'wasUndone:\x20boolean\x20expected':null;},_0x53d5c9[_0x2674('0x1c')]=function(_0x1a3a91){if(_0x1a3a91 instanceof v[_0x2674('0x54')])return _0x1a3a91;let _0x25349c=new v[(_0x2674('0x54'))]();return null!=_0x1a3a91[_0x2674('0x82')]&&(_0x25349c[_0x2674('0x82')]=String(_0x1a3a91[_0x2674('0x82')])),null!=_0x1a3a91[_0x2674('0x2e')]&&(_0x25349c['elementName']=String(_0x1a3a91['elementName'])),null!=_0x1a3a91['isAdd']&&(_0x25349c[_0x2674('0x5')]=Boolean(_0x1a3a91[_0x2674('0x5')])),null!=_0x1a3a91[_0x2674('0x2c')]&&(_0x25349c[_0x2674('0x2c')]=Boolean(_0x1a3a91['wasUndone'])),_0x25349c;},_0x53d5c9[_0x2674('0x19')]=function(_0x4eb857,_0x42ea6d){_0x42ea6d||(_0x42ea6d={});let _0x224dfc={};return _0x42ea6d[_0x2674('0x51')]&&(_0x224dfc[_0x2674('0x82')]='',_0x224dfc[_0x2674('0x2e')]='',_0x224dfc[_0x2674('0x5')]=!0x1,_0x224dfc[_0x2674('0x2c')]=!0x1),null!=_0x4eb857[_0x2674('0x82')]&&_0x4eb857[_0x2674('0x8')](_0x2674('0x82'))&&(_0x224dfc[_0x2674('0x82')]=_0x4eb857[_0x2674('0x82')]),null!=_0x4eb857['elementName']&&_0x4eb857['hasOwnProperty'](_0x2674('0x2e'))&&(_0x224dfc[_0x2674('0x2e')]=_0x4eb857['elementName']),null!=_0x4eb857[_0x2674('0x5')]&&_0x4eb857[_0x2674('0x8')](_0x2674('0x5'))&&(_0x224dfc[_0x2674('0x5')]=_0x4eb857[_0x2674('0x5')]),null!=_0x4eb857[_0x2674('0x2c')]&&_0x4eb857[_0x2674('0x8')](_0x2674('0x2c'))&&(_0x224dfc[_0x2674('0x2c')]=_0x4eb857[_0x2674('0x2c')]),_0x224dfc;},_0x53d5c9[_0x2674('0x7d')][_0x2674('0x6b')]=function(){return this['constructor'][_0x2674('0x19')](this,_0x558ff9[_0x2674('0x4c')]['toJSONOptions']);},_0x53d5c9[_0x2674('0x1d')]=function(_0xdfbf7f){return void 0x0===_0xdfbf7f&&(_0xdfbf7f=_0x2674('0x4f')),_0xdfbf7f+_0x2674('0x5a');},_0x53d5c9;})();export const SplitOperation=v[_0x2674('0x41')]=(()=>{function _0x42cd06(_0x3a79da){if(_0x3a79da)for(let _0x259602=Object[_0x2674('0x8c')](_0x3a79da),_0x4dbbf2=0x0;_0x4dbbf2<_0x259602['length'];++_0x4dbbf2)null!=_0x3a79da[_0x259602[_0x4dbbf2]]&&(this[_0x259602[_0x4dbbf2]]=_0x3a79da[_0x259602[_0x4dbbf2]]);}return _0x42cd06['prototype'][_0x2674('0x7f')]=null,_0x42cd06['prototype']['graveyardPosition']=null,_0x42cd06[_0x2674('0x7d')]['howMany']=0x0,_0x42cd06['prototype'][_0x2674('0x80')]=null,_0x42cd06['prototype'][_0x2674('0x2c')]=!0x1,_0x42cd06['create']=function(_0x5880d6){return new _0x42cd06(_0x5880d6);},_0x42cd06['encode']=function(_0x57e1c3,_0x3ee17b){return _0x3ee17b||(_0x3ee17b=y['create']()),null!=_0x57e1c3['splitPosition']&&Object[_0x2674('0x8')]['call'](_0x57e1c3,_0x2674('0x7f'))&&v[_0x2674('0x5c')][_0x2674('0x61')](_0x57e1c3[_0x2674('0x7f')],_0x3ee17b[_0x2674('0x6d')](0xa)[_0x2674('0x2f')]())[_0x2674('0x2b')](),null!=_0x57e1c3['graveyardPosition']&&Object[_0x2674('0x8')]['call'](_0x57e1c3,_0x2674('0x15'))&&v[_0x2674('0x5c')][_0x2674('0x61')](_0x57e1c3['graveyardPosition'],_0x3ee17b[_0x2674('0x6d')](0x12)[_0x2674('0x2f')]())[_0x2674('0x2b')](),null!=_0x57e1c3[_0x2674('0x58')]&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x57e1c3,'howMany')&&_0x3ee17b[_0x2674('0x6d')](0x18)[_0x2674('0x6d')](_0x57e1c3['howMany']),null!=_0x57e1c3['insertionPosition']&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x57e1c3,_0x2674('0x80'))&&v[_0x2674('0x5c')][_0x2674('0x61')](_0x57e1c3[_0x2674('0x80')],_0x3ee17b[_0x2674('0x6d')](0x22)[_0x2674('0x2f')]())[_0x2674('0x2b')](),null!=_0x57e1c3[_0x2674('0x2c')]&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x57e1c3,'wasUndone')&&_0x3ee17b['uint32'](0x28)[_0x2674('0x5e')](_0x57e1c3['wasUndone']),_0x3ee17b;},_0x42cd06[_0x2674('0x45')]=function(_0x3fda16,_0x47b895){return this[_0x2674('0x61')](_0x3fda16,_0x47b895)[_0x2674('0x2b')]();},_0x42cd06[_0x2674('0x8b')]=function(_0x5dadf2,_0x4ed625){_0x5dadf2 instanceof j||(_0x5dadf2=j[_0x2674('0x6')](_0x5dadf2));let _0x10b73f=void 0x0===_0x4ed625?_0x5dadf2[_0x2674('0x16')]:_0x5dadf2['pos']+_0x4ed625,_0x1667fc=new v[(_0x2674('0x41'))]();for(;_0x5dadf2['pos']<_0x10b73f;){let _0x2322a5=_0x5dadf2['uint32']();switch(_0x2322a5>>>0x3){case 0x1:_0x1667fc[_0x2674('0x7f')]=v[_0x2674('0x5c')]['decode'](_0x5dadf2,_0x5dadf2[_0x2674('0x6d')]());break;case 0x2:_0x1667fc[_0x2674('0x15')]=v[_0x2674('0x5c')][_0x2674('0x8b')](_0x5dadf2,_0x5dadf2[_0x2674('0x6d')]());break;case 0x3:_0x1667fc[_0x2674('0x58')]=_0x5dadf2['uint32']();break;case 0x4:_0x1667fc[_0x2674('0x80')]=v[_0x2674('0x5c')]['decode'](_0x5dadf2,_0x5dadf2[_0x2674('0x6d')]());break;case 0x5:_0x1667fc[_0x2674('0x2c')]=_0x5dadf2[_0x2674('0x5e')]();break;default:_0x5dadf2[_0x2674('0x74')](0x7&_0x2322a5);}}return _0x1667fc;},_0x42cd06[_0x2674('0x78')]=function(_0x1475ff){return _0x1475ff instanceof j||(_0x1475ff=new j(_0x1475ff)),this[_0x2674('0x8b')](_0x1475ff,_0x1475ff[_0x2674('0x6d')]());},_0x42cd06[_0x2674('0x34')]=function(_0x42ee8e){if(_0x2674('0x87')!=typeof _0x42ee8e||null===_0x42ee8e)return'object\x20expected';if(null!=_0x42ee8e[_0x2674('0x7f')]&&_0x42ee8e[_0x2674('0x8')](_0x2674('0x7f'))){let _0x33a11b=v[_0x2674('0x5c')][_0x2674('0x34')](_0x42ee8e[_0x2674('0x7f')]);if(_0x33a11b)return'splitPosition.'+_0x33a11b;}if(null!=_0x42ee8e[_0x2674('0x15')]&&_0x42ee8e[_0x2674('0x8')](_0x2674('0x15'))){let _0x4fcec5=v[_0x2674('0x5c')]['verify'](_0x42ee8e['graveyardPosition']);if(_0x4fcec5)return _0x2674('0x20')+_0x4fcec5;}if(null!=_0x42ee8e[_0x2674('0x58')]&&_0x42ee8e[_0x2674('0x8')](_0x2674('0x58'))&&!k['isInteger'](_0x42ee8e[_0x2674('0x58')]))return _0x2674('0x40');if(null!=_0x42ee8e[_0x2674('0x80')]&&_0x42ee8e[_0x2674('0x8')](_0x2674('0x80'))){let _0x2fa7f9=v['Position']['verify'](_0x42ee8e[_0x2674('0x80')]);if(_0x2fa7f9)return'insertionPosition.'+_0x2fa7f9;}return null!=_0x42ee8e[_0x2674('0x2c')]&&_0x42ee8e[_0x2674('0x8')](_0x2674('0x2c'))&&_0x2674('0x48')!=typeof _0x42ee8e['wasUndone']?_0x2674('0x57'):null;},_0x42cd06['fromObject']=function(_0x4aa276){if(_0x4aa276 instanceof v[_0x2674('0x41')])return _0x4aa276;let _0x2ed2fd=new v[(_0x2674('0x41'))]();if(null!=_0x4aa276['splitPosition']){if(_0x2674('0x87')!=typeof _0x4aa276[_0x2674('0x7f')])throw TypeError(_0x2674('0x38'));_0x2ed2fd[_0x2674('0x7f')]=v['Position'][_0x2674('0x1c')](_0x4aa276[_0x2674('0x7f')]);}if(null!=_0x4aa276['graveyardPosition']){if(_0x2674('0x87')!=typeof _0x4aa276[_0x2674('0x15')])throw TypeError(_0x2674('0x8a'));_0x2ed2fd[_0x2674('0x15')]=v['Position']['fromObject'](_0x4aa276[_0x2674('0x15')]);}if(null!=_0x4aa276[_0x2674('0x58')]&&(_0x2ed2fd[_0x2674('0x58')]=_0x4aa276[_0x2674('0x58')]>>>0x0),null!=_0x4aa276['insertionPosition']){if(_0x2674('0x87')!=typeof _0x4aa276['insertionPosition'])throw TypeError(_0x2674('0x53'));_0x2ed2fd['insertionPosition']=v[_0x2674('0x5c')][_0x2674('0x1c')](_0x4aa276[_0x2674('0x80')]);}return null!=_0x4aa276[_0x2674('0x2c')]&&(_0x2ed2fd[_0x2674('0x2c')]=Boolean(_0x4aa276['wasUndone'])),_0x2ed2fd;},_0x42cd06['toObject']=function(_0x581f64,_0x3a64b2){_0x3a64b2||(_0x3a64b2={});let _0x720de={};return _0x3a64b2[_0x2674('0x51')]&&(_0x720de[_0x2674('0x7f')]=null,_0x720de['graveyardPosition']=null,_0x720de[_0x2674('0x58')]=0x0,_0x720de[_0x2674('0x80')]=null,_0x720de['wasUndone']=!0x1),null!=_0x581f64[_0x2674('0x7f')]&&_0x581f64[_0x2674('0x8')](_0x2674('0x7f'))&&(_0x720de['splitPosition']=v[_0x2674('0x5c')][_0x2674('0x19')](_0x581f64[_0x2674('0x7f')],_0x3a64b2)),null!=_0x581f64['graveyardPosition']&&_0x581f64['hasOwnProperty'](_0x2674('0x15'))&&(_0x720de[_0x2674('0x15')]=v[_0x2674('0x5c')]['toObject'](_0x581f64[_0x2674('0x15')],_0x3a64b2)),null!=_0x581f64[_0x2674('0x58')]&&_0x581f64['hasOwnProperty'](_0x2674('0x58'))&&(_0x720de[_0x2674('0x58')]=_0x581f64[_0x2674('0x58')]),null!=_0x581f64['insertionPosition']&&_0x581f64[_0x2674('0x8')](_0x2674('0x80'))&&(_0x720de['insertionPosition']=v[_0x2674('0x5c')][_0x2674('0x19')](_0x581f64[_0x2674('0x80')],_0x3a64b2)),null!=_0x581f64[_0x2674('0x2c')]&&_0x581f64[_0x2674('0x8')](_0x2674('0x2c'))&&(_0x720de[_0x2674('0x2c')]=_0x581f64[_0x2674('0x2c')]),_0x720de;},_0x42cd06[_0x2674('0x7d')]['toJSON']=function(){return this[_0x2674('0xb')][_0x2674('0x19')](this,_0x558ff9[_0x2674('0x4c')][_0x2674('0x29')]);},_0x42cd06['getTypeUrl']=function(_0x4a2949){return void 0x0===_0x4a2949&&(_0x4a2949=_0x2674('0x4f')),_0x4a2949+_0x2674('0x66');},_0x42cd06;})();export const Position=v[_0x2674('0x5c')]=(()=>{function _0x30e574(_0x4c6c3d){if(this[_0x2674('0x70')]=[],_0x4c6c3d)for(let _0x5ba5ef=Object[_0x2674('0x8c')](_0x4c6c3d),_0x521251=0x0;_0x521251<_0x5ba5ef['length'];++_0x521251)null!=_0x4c6c3d[_0x5ba5ef[_0x521251]]&&(this[_0x5ba5ef[_0x521251]]=_0x4c6c3d[_0x5ba5ef[_0x521251]]);}return _0x30e574[_0x2674('0x7d')][_0x2674('0x3')]='',_0x30e574[_0x2674('0x7d')][_0x2674('0x5b')]=!0x1,_0x30e574[_0x2674('0x7d')][_0x2674('0x86')]=!0x1,_0x30e574[_0x2674('0x7d')][_0x2674('0x70')]=k[_0x2674('0x6f')],_0x30e574[_0x2674('0x7d')][_0x2674('0x3d')]='',_0x30e574['create']=function(_0x5a29ff){return new _0x30e574(_0x5a29ff);},_0x30e574['encode']=function(_0x5f398f,_0x2a5f5c){if(_0x2a5f5c||(_0x2a5f5c=y[_0x2674('0x6')]()),null!=_0x5f398f[_0x2674('0x3')]&&Object[_0x2674('0x8')]['call'](_0x5f398f,_0x2674('0x3'))&&_0x2a5f5c[_0x2674('0x6d')](0xa)[_0x2674('0x69')](_0x5f398f['root']),null!=_0x5f398f[_0x2674('0x5b')]&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x5f398f,'rootMain')&&_0x2a5f5c[_0x2674('0x6d')](0x10)['bool'](_0x5f398f[_0x2674('0x5b')]),null!=_0x5f398f[_0x2674('0x86')]&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x5f398f,'rootGraveyard')&&_0x2a5f5c['uint32'](0x18)[_0x2674('0x5e')](_0x5f398f['rootGraveyard']),null!=_0x5f398f['path']&&_0x5f398f[_0x2674('0x70')][_0x2674('0x4b')]){_0x2a5f5c['uint32'](0x22)[_0x2674('0x2f')]();for(let _0x4e614c=0x0;_0x4e614c<_0x5f398f[_0x2674('0x70')][_0x2674('0x4b')];++_0x4e614c)_0x2a5f5c[_0x2674('0x6d')](_0x5f398f['path'][_0x4e614c]);_0x2a5f5c[_0x2674('0x2b')]();}return null!=_0x5f398f[_0x2674('0x3d')]&&Object['hasOwnProperty'][_0x2674('0x6c')](_0x5f398f,'stickiness')&&_0x2a5f5c[_0x2674('0x6d')](0x2a)[_0x2674('0x69')](_0x5f398f[_0x2674('0x3d')]),_0x2a5f5c;},_0x30e574['encodeDelimited']=function(_0x2e1590,_0x31dd00){return this[_0x2674('0x61')](_0x2e1590,_0x31dd00)[_0x2674('0x2b')]();},_0x30e574[_0x2674('0x8b')]=function(_0x53d86f,_0x5c1453){_0x53d86f instanceof j||(_0x53d86f=j[_0x2674('0x6')](_0x53d86f));let _0x315145=void 0x0===_0x5c1453?_0x53d86f[_0x2674('0x16')]:_0x53d86f[_0x2674('0x1a')]+_0x5c1453,_0x1101db=new v['Position']();for(;_0x53d86f[_0x2674('0x1a')]<_0x315145;){let _0x21ef2a=_0x53d86f['uint32']();switch(_0x21ef2a>>>0x3){case 0x1:_0x1101db['root']=_0x53d86f[_0x2674('0x69')]();break;case 0x2:_0x1101db[_0x2674('0x5b')]=_0x53d86f[_0x2674('0x5e')]();break;case 0x3:_0x1101db[_0x2674('0x86')]=_0x53d86f[_0x2674('0x5e')]();break;case 0x4:if(_0x1101db[_0x2674('0x70')]&&_0x1101db[_0x2674('0x70')][_0x2674('0x4b')]||(_0x1101db['path']=[]),0x2==(0x7&_0x21ef2a)){let _0x377786=_0x53d86f[_0x2674('0x6d')]()+_0x53d86f['pos'];for(;_0x53d86f[_0x2674('0x1a')]<_0x377786;)_0x1101db[_0x2674('0x70')][_0x2674('0x3c')](_0x53d86f[_0x2674('0x6d')]());}else _0x1101db[_0x2674('0x70')][_0x2674('0x3c')](_0x53d86f[_0x2674('0x6d')]());break;case 0x5:_0x1101db['stickiness']=_0x53d86f[_0x2674('0x69')]();break;default:_0x53d86f[_0x2674('0x74')](0x7&_0x21ef2a);}}return _0x1101db;},_0x30e574[_0x2674('0x78')]=function(_0x19fceb){return _0x19fceb instanceof j||(_0x19fceb=new j(_0x19fceb)),this[_0x2674('0x8b')](_0x19fceb,_0x19fceb[_0x2674('0x6d')]());},_0x30e574[_0x2674('0x34')]=function(_0x835b70){if(_0x2674('0x87')!=typeof _0x835b70||null===_0x835b70)return _0x2674('0x31');if(null!=_0x835b70['root']&&_0x835b70[_0x2674('0x8')](_0x2674('0x3'))&&!k[_0x2674('0x1')](_0x835b70[_0x2674('0x3')]))return _0x2674('0x39');if(null!=_0x835b70['rootMain']&&_0x835b70['hasOwnProperty'](_0x2674('0x5b'))&&_0x2674('0x48')!=typeof _0x835b70['rootMain'])return _0x2674('0x55');if(null!=_0x835b70[_0x2674('0x86')]&&_0x835b70[_0x2674('0x8')](_0x2674('0x86'))&&'boolean'!=typeof _0x835b70[_0x2674('0x86')])return'rootGraveyard:\x20boolean\x20expected';if(null!=_0x835b70[_0x2674('0x70')]&&_0x835b70[_0x2674('0x8')]('path')){if(!Array[_0x2674('0x42')](_0x835b70[_0x2674('0x70')]))return _0x2674('0x43');for(let _0x18f830=0x0;_0x18f830<_0x835b70[_0x2674('0x70')][_0x2674('0x4b')];++_0x18f830)if(!k[_0x2674('0x17')](_0x835b70[_0x2674('0x70')][_0x18f830]))return _0x2674('0x62');}return null!=_0x835b70['stickiness']&&_0x835b70[_0x2674('0x8')](_0x2674('0x3d'))&&!k[_0x2674('0x1')](_0x835b70[_0x2674('0x3d')])?'stickiness:\x20string\x20expected':null;},_0x30e574['fromObject']=function(_0x5ae013){if(_0x5ae013 instanceof v[_0x2674('0x5c')])return _0x5ae013;let _0x4877c8=new v['Position']();if(null!=_0x5ae013[_0x2674('0x3')]&&(_0x4877c8[_0x2674('0x3')]=String(_0x5ae013[_0x2674('0x3')])),null!=_0x5ae013[_0x2674('0x5b')]&&(_0x4877c8[_0x2674('0x5b')]=Boolean(_0x5ae013[_0x2674('0x5b')])),null!=_0x5ae013[_0x2674('0x86')]&&(_0x4877c8[_0x2674('0x86')]=Boolean(_0x5ae013[_0x2674('0x86')])),_0x5ae013[_0x2674('0x70')]){if(!Array[_0x2674('0x42')](_0x5ae013['path']))throw TypeError(_0x2674('0x1f'));_0x4877c8[_0x2674('0x70')]=[];for(let _0x5ebdf6=0x0;_0x5ebdf6<_0x5ae013[_0x2674('0x70')]['length'];++_0x5ebdf6)_0x4877c8[_0x2674('0x70')][_0x5ebdf6]=_0x5ae013['path'][_0x5ebdf6]>>>0x0;}return null!=_0x5ae013[_0x2674('0x3d')]&&(_0x4877c8[_0x2674('0x3d')]=String(_0x5ae013['stickiness'])),_0x4877c8;},_0x30e574[_0x2674('0x19')]=function(_0x524498,_0x1f83a0){_0x1f83a0||(_0x1f83a0={});let _0x28934a={};if((_0x1f83a0[_0x2674('0x27')]||_0x1f83a0[_0x2674('0x51')])&&(_0x28934a[_0x2674('0x70')]=[]),_0x1f83a0['defaults']&&(_0x28934a[_0x2674('0x3')]='',_0x28934a[_0x2674('0x5b')]=!0x1,_0x28934a[_0x2674('0x86')]=!0x1,_0x28934a['stickiness']=''),null!=_0x524498['root']&&_0x524498['hasOwnProperty'](_0x2674('0x3'))&&(_0x28934a['root']=_0x524498[_0x2674('0x3')]),null!=_0x524498[_0x2674('0x5b')]&&_0x524498['hasOwnProperty']('rootMain')&&(_0x28934a[_0x2674('0x5b')]=_0x524498['rootMain']),null!=_0x524498[_0x2674('0x86')]&&_0x524498['hasOwnProperty'](_0x2674('0x86'))&&(_0x28934a[_0x2674('0x86')]=_0x524498[_0x2674('0x86')]),_0x524498['path']&&_0x524498[_0x2674('0x70')][_0x2674('0x4b')]){_0x28934a[_0x2674('0x70')]=[];for(let _0x36f19d=0x0;_0x36f19d<_0x524498[_0x2674('0x70')][_0x2674('0x4b')];++_0x36f19d)_0x28934a['path'][_0x36f19d]=_0x524498[_0x2674('0x70')][_0x36f19d];}return null!=_0x524498[_0x2674('0x3d')]&&_0x524498[_0x2674('0x8')](_0x2674('0x3d'))&&(_0x28934a[_0x2674('0x3d')]=_0x524498[_0x2674('0x3d')]),_0x28934a;},_0x30e574[_0x2674('0x7d')][_0x2674('0x6b')]=function(){return this[_0x2674('0xb')][_0x2674('0x19')](this,_0x558ff9['util']['toJSONOptions']);},_0x30e574[_0x2674('0x1d')]=function(_0x5668a6){return void 0x0===_0x5668a6&&(_0x5668a6='type.googleapis.com'),_0x5668a6+'/Position';},_0x30e574;})();export const Range=v['Range']=(()=>{function _0x4ab2d3(_0x23ed93){if(_0x23ed93)for(let _0x42eba9=Object['keys'](_0x23ed93),_0x452595=0x0;_0x452595<_0x42eba9[_0x2674('0x4b')];++_0x452595)null!=_0x23ed93[_0x42eba9[_0x452595]]&&(this[_0x42eba9[_0x452595]]=_0x23ed93[_0x42eba9[_0x452595]]);}return _0x4ab2d3['prototype'][_0x2674('0x81')]=null,_0x4ab2d3[_0x2674('0x7d')][_0x2674('0x60')]=null,_0x4ab2d3[_0x2674('0x6')]=function(_0x25168c){return new _0x4ab2d3(_0x25168c);},_0x4ab2d3['encode']=function(_0x2bd740,_0x155e80){return _0x155e80||(_0x155e80=y[_0x2674('0x6')]()),null!=_0x2bd740[_0x2674('0x81')]&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x2bd740,_0x2674('0x81'))&&v[_0x2674('0x5c')][_0x2674('0x61')](_0x2bd740[_0x2674('0x81')],_0x155e80[_0x2674('0x6d')](0xa)[_0x2674('0x2f')]())[_0x2674('0x2b')](),null!=_0x2bd740['end']&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x2bd740,_0x2674('0x60'))&&v[_0x2674('0x5c')][_0x2674('0x61')](_0x2bd740[_0x2674('0x60')],_0x155e80[_0x2674('0x6d')](0x12)['fork']())[_0x2674('0x2b')](),_0x155e80;},_0x4ab2d3[_0x2674('0x45')]=function(_0x52a7fd,_0x410053){return this['encode'](_0x52a7fd,_0x410053)[_0x2674('0x2b')]();},_0x4ab2d3['decode']=function(_0x4135b1,_0x35f4d4){_0x4135b1 instanceof j||(_0x4135b1=j[_0x2674('0x6')](_0x4135b1));let _0x1ada8c=void 0x0===_0x35f4d4?_0x4135b1['len']:_0x4135b1['pos']+_0x35f4d4,_0xe05197=new v['Range']();for(;_0x4135b1[_0x2674('0x1a')]<_0x1ada8c;){let _0x1d5509=_0x4135b1[_0x2674('0x6d')]();switch(_0x1d5509>>>0x3){case 0x1:_0xe05197[_0x2674('0x81')]=v['Position'][_0x2674('0x8b')](_0x4135b1,_0x4135b1[_0x2674('0x6d')]());break;case 0x2:_0xe05197['end']=v['Position'][_0x2674('0x8b')](_0x4135b1,_0x4135b1[_0x2674('0x6d')]());break;default:_0x4135b1['skipType'](0x7&_0x1d5509);}}return _0xe05197;},_0x4ab2d3[_0x2674('0x78')]=function(_0x5ce19d){return _0x5ce19d instanceof j||(_0x5ce19d=new j(_0x5ce19d)),this[_0x2674('0x8b')](_0x5ce19d,_0x5ce19d[_0x2674('0x6d')]());},_0x4ab2d3[_0x2674('0x34')]=function(_0x2108ad){if(_0x2674('0x87')!=typeof _0x2108ad||null===_0x2108ad)return _0x2674('0x31');if(null!=_0x2108ad[_0x2674('0x81')]&&_0x2108ad[_0x2674('0x8')]('start')){let _0x1b2ebe=v['Position'][_0x2674('0x34')](_0x2108ad[_0x2674('0x81')]);if(_0x1b2ebe)return _0x2674('0x2')+_0x1b2ebe;}if(null!=_0x2108ad[_0x2674('0x60')]&&_0x2108ad[_0x2674('0x8')]('end')){let _0xa3e32a=v[_0x2674('0x5c')][_0x2674('0x34')](_0x2108ad[_0x2674('0x60')]);if(_0xa3e32a)return'end.'+_0xa3e32a;}return null;},_0x4ab2d3['fromObject']=function(_0x1f9c03){if(_0x1f9c03 instanceof v['Range'])return _0x1f9c03;let _0x895e20=new v[(_0x2674('0x6e'))]();if(null!=_0x1f9c03[_0x2674('0x81')]){if(_0x2674('0x87')!=typeof _0x1f9c03['start'])throw TypeError(_0x2674('0x10'));_0x895e20[_0x2674('0x81')]=v[_0x2674('0x5c')][_0x2674('0x1c')](_0x1f9c03[_0x2674('0x81')]);}if(null!=_0x1f9c03[_0x2674('0x60')]){if(_0x2674('0x87')!=typeof _0x1f9c03[_0x2674('0x60')])throw TypeError(_0x2674('0x0'));_0x895e20[_0x2674('0x60')]=v['Position'][_0x2674('0x1c')](_0x1f9c03[_0x2674('0x60')]);}return _0x895e20;},_0x4ab2d3[_0x2674('0x19')]=function(_0x1c5408,_0x1800ad){_0x1800ad||(_0x1800ad={});let _0x2d91f6={};return _0x1800ad[_0x2674('0x51')]&&(_0x2d91f6[_0x2674('0x81')]=null,_0x2d91f6['end']=null),null!=_0x1c5408[_0x2674('0x81')]&&_0x1c5408[_0x2674('0x8')](_0x2674('0x81'))&&(_0x2d91f6[_0x2674('0x81')]=v[_0x2674('0x5c')][_0x2674('0x19')](_0x1c5408[_0x2674('0x81')],_0x1800ad)),null!=_0x1c5408[_0x2674('0x60')]&&_0x1c5408[_0x2674('0x8')](_0x2674('0x60'))&&(_0x2d91f6['end']=v['Position'][_0x2674('0x19')](_0x1c5408[_0x2674('0x60')],_0x1800ad)),_0x2d91f6;},_0x4ab2d3[_0x2674('0x7d')]['toJSON']=function(){return this['constructor'][_0x2674('0x19')](this,_0x558ff9[_0x2674('0x4c')][_0x2674('0x29')]);},_0x4ab2d3['getTypeUrl']=function(_0x6e7f5a){return void 0x0===_0x6e7f5a&&(_0x6e7f5a='type.googleapis.com'),_0x6e7f5a+_0x2674('0x59');},_0x4ab2d3;})();export const Element=v[_0x2674('0x4')]=(()=>{function _0x509e2b(_0x37e0ad){if(this[_0x2674('0x21')]=[],this[_0x2674('0x28')]={},_0x37e0ad)for(let _0x57e497=Object[_0x2674('0x8c')](_0x37e0ad),_0x3d77d8=0x0;_0x3d77d8<_0x57e497[_0x2674('0x4b')];++_0x3d77d8)null!=_0x37e0ad[_0x57e497[_0x3d77d8]]&&(this[_0x57e497[_0x3d77d8]]=_0x37e0ad[_0x57e497[_0x3d77d8]]);}return _0x509e2b[_0x2674('0x7d')][_0x2674('0x18')]='',_0x509e2b['prototype']['children']=k['emptyArray'],_0x509e2b[_0x2674('0x7d')][_0x2674('0x88')]='',_0x509e2b[_0x2674('0x7d')][_0x2674('0x28')]=k[_0x2674('0x37')],_0x509e2b[_0x2674('0x7d')][_0x2674('0x7')]='',_0x509e2b[_0x2674('0x6')]=function(_0x80c10){return new _0x509e2b(_0x80c10);},_0x509e2b[_0x2674('0x61')]=function(_0x3c5a4e,_0x2e9e33){if(_0x2e9e33||(_0x2e9e33=y[_0x2674('0x6')]()),null!=_0x3c5a4e[_0x2674('0x18')]&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x3c5a4e,_0x2674('0x18'))&&_0x2e9e33[_0x2674('0x6d')](0xa)[_0x2674('0x69')](_0x3c5a4e[_0x2674('0x18')]),null!=_0x3c5a4e[_0x2674('0x21')]&&_0x3c5a4e['children']['length'])for(let _0x5d0dae=0x0;_0x5d0dae<_0x3c5a4e[_0x2674('0x21')][_0x2674('0x4b')];++_0x5d0dae)v[_0x2674('0x4')][_0x2674('0x61')](_0x3c5a4e['children'][_0x5d0dae],_0x2e9e33[_0x2674('0x6d')](0x12)[_0x2674('0x2f')]())[_0x2674('0x2b')]();if(null!=_0x3c5a4e[_0x2674('0x88')]&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x3c5a4e,_0x2674('0x88'))&&_0x2e9e33['uint32'](0x1a)['string'](_0x3c5a4e['data']),null!=_0x3c5a4e[_0x2674('0x28')]&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x3c5a4e,_0x2674('0x28')))for(let _0x328582=Object[_0x2674('0x8c')](_0x3c5a4e[_0x2674('0x28')]),_0x4102e6=0x0;_0x4102e6<_0x328582['length'];++_0x4102e6)_0x2e9e33[_0x2674('0x6d')](0x22)['fork']()[_0x2674('0x6d')](0xa)[_0x2674('0x69')](_0x328582[_0x4102e6])['uint32'](0x10)['bool'](_0x3c5a4e[_0x2674('0x28')][_0x328582[_0x4102e6]])[_0x2674('0x2b')]();return null!=_0x3c5a4e[_0x2674('0x7')]&&Object[_0x2674('0x8')][_0x2674('0x6c')](_0x3c5a4e,'attributesJson')&&_0x2e9e33['uint32'](0x2a)[_0x2674('0x69')](_0x3c5a4e[_0x2674('0x7')]),_0x2e9e33;},_0x509e2b['encodeDelimited']=function(_0x6e73f7,_0x49e722){return this['encode'](_0x6e73f7,_0x49e722)[_0x2674('0x2b')]();},_0x509e2b[_0x2674('0x8b')]=function(_0x4dbaa8,_0x153bca){_0x4dbaa8 instanceof j||(_0x4dbaa8=j[_0x2674('0x6')](_0x4dbaa8));let _0x1d8f20,_0x42fba6,_0x836bb8=void 0x0===_0x153bca?_0x4dbaa8[_0x2674('0x16')]:_0x4dbaa8[_0x2674('0x1a')]+_0x153bca,_0x5e9e0c=new v[(_0x2674('0x4'))]();for(;_0x4dbaa8[_0x2674('0x1a')]<_0x836bb8;){let _0x32a674=_0x4dbaa8[_0x2674('0x6d')]();switch(_0x32a674>>>0x3){case 0x1:_0x5e9e0c[_0x2674('0x18')]=_0x4dbaa8['string']();break;case 0x2:_0x5e9e0c[_0x2674('0x21')]&&_0x5e9e0c['children'][_0x2674('0x4b')]||(_0x5e9e0c['children']=[]),_0x5e9e0c[_0x2674('0x21')]['push'](v[_0x2674('0x4')]['decode'](_0x4dbaa8,_0x4dbaa8[_0x2674('0x6d')]()));break;case 0x3:_0x5e9e0c[_0x2674('0x88')]=_0x4dbaa8[_0x2674('0x69')]();break;case 0x4:{_0x5e9e0c[_0x2674('0x28')]===k[_0x2674('0x37')]&&(_0x5e9e0c[_0x2674('0x28')]={});let _0x28cce4=_0x4dbaa8[_0x2674('0x6d')]()+_0x4dbaa8[_0x2674('0x1a')];for(_0x1d8f20='',_0x42fba6=!0x1;_0x4dbaa8[_0x2674('0x1a')]<_0x28cce4;){let _0x46cd26=_0x4dbaa8[_0x2674('0x6d')]();switch(_0x46cd26>>>0x3){case 0x1:_0x1d8f20=_0x4dbaa8['string']();break;case 0x2:_0x42fba6=_0x4dbaa8['bool']();break;default:_0x4dbaa8[_0x2674('0x74')](0x7&_0x46cd26);}}_0x5e9e0c[_0x2674('0x28')][_0x1d8f20]=_0x42fba6;break;}case 0x5:_0x5e9e0c[_0x2674('0x7')]=_0x4dbaa8['string']();break;default:_0x4dbaa8[_0x2674('0x74')](0x7&_0x32a674);}}return _0x5e9e0c;},_0x509e2b[_0x2674('0x78')]=function(_0x46a1b8){return _0x46a1b8 instanceof j||(_0x46a1b8=new j(_0x46a1b8)),this[_0x2674('0x8b')](_0x46a1b8,_0x46a1b8[_0x2674('0x6d')]());},_0x509e2b[_0x2674('0x34')]=function(_0x550a5d){if('object'!=typeof _0x550a5d||null===_0x550a5d)return'object\x20expected';if(null!=_0x550a5d[_0x2674('0x18')]&&_0x550a5d[_0x2674('0x8')](_0x2674('0x18'))&&!k[_0x2674('0x1')](_0x550a5d[_0x2674('0x18')]))return _0x2674('0x7b');if(null!=_0x550a5d[_0x2674('0x21')]&&_0x550a5d[_0x2674('0x8')](_0x2674('0x21'))){if(!Array[_0x2674('0x42')](_0x550a5d['children']))return _0x2674('0xa');for(let _0x3b686e=0x0;_0x3b686e<_0x550a5d[_0x2674('0x21')][_0x2674('0x4b')];++_0x3b686e){let _0x33b21d=v[_0x2674('0x4')][_0x2674('0x34')](_0x550a5d[_0x2674('0x21')][_0x3b686e]);if(_0x33b21d)return'children.'+_0x33b21d;}}if(null!=_0x550a5d['data']&&_0x550a5d[_0x2674('0x8')](_0x2674('0x88'))&&!k[_0x2674('0x1')](_0x550a5d[_0x2674('0x88')]))return _0x2674('0x7e');if(null!=_0x550a5d[_0x2674('0x28')]&&_0x550a5d[_0x2674('0x8')](_0x2674('0x28'))){if(!k['isObject'](_0x550a5d[_0x2674('0x28')]))return _0x2674('0x76');let _0xdfb50a=Object[_0x2674('0x8c')](_0x550a5d['attributesBoolean']);for(let _0x2039b9=0x0;_0x2039b9<_0xdfb50a['length'];++_0x2039b9)if(_0x2674('0x48')!=typeof _0x550a5d['attributesBoolean'][_0xdfb50a[_0x2039b9]])return _0x2674('0x7a');}return null!=_0x550a5d[_0x2674('0x7')]&&_0x550a5d[_0x2674('0x8')](_0x2674('0x7'))&&!k['isString'](_0x550a5d[_0x2674('0x7')])?_0x2674('0x2d'):null;},_0x509e2b['fromObject']=function(_0x3836cc){if(_0x3836cc instanceof v[_0x2674('0x4')])return _0x3836cc;let _0x3f1f5d=new v[(_0x2674('0x4'))]();if(null!=_0x3836cc[_0x2674('0x18')]&&(_0x3f1f5d['name']=String(_0x3836cc[_0x2674('0x18')])),_0x3836cc[_0x2674('0x21')]){if(!Array['isArray'](_0x3836cc[_0x2674('0x21')]))throw TypeError(_0x2674('0x4a'));_0x3f1f5d[_0x2674('0x21')]=[];for(let _0x251352=0x0;_0x251352<_0x3836cc['children'][_0x2674('0x4b')];++_0x251352){if('object'!=typeof _0x3836cc[_0x2674('0x21')][_0x251352])throw TypeError(_0x2674('0x4d'));_0x3f1f5d[_0x2674('0x21')][_0x251352]=v[_0x2674('0x4')]['fromObject'](_0x3836cc['children'][_0x251352]);}}if(null!=_0x3836cc[_0x2674('0x88')]&&(_0x3f1f5d['data']=String(_0x3836cc[_0x2674('0x88')])),_0x3836cc[_0x2674('0x28')]){if(_0x2674('0x87')!=typeof _0x3836cc[_0x2674('0x28')])throw TypeError('.Element.attributesBoolean:\x20object\x20expected');_0x3f1f5d['attributesBoolean']={};for(let _0x3e12cf=Object['keys'](_0x3836cc[_0x2674('0x28')]),_0x56d35d=0x0;_0x56d35d<_0x3e12cf[_0x2674('0x4b')];++_0x56d35d)_0x3f1f5d[_0x2674('0x28')][_0x3e12cf[_0x56d35d]]=Boolean(_0x3836cc[_0x2674('0x28')][_0x3e12cf[_0x56d35d]]);}return null!=_0x3836cc[_0x2674('0x7')]&&(_0x3f1f5d['attributesJson']=String(_0x3836cc[_0x2674('0x7')])),_0x3f1f5d;},_0x509e2b[_0x2674('0x19')]=function(_0x5bd470,_0x4767c7){_0x4767c7||(_0x4767c7={});let _0x7b58a,_0x454a76={};if((_0x4767c7[_0x2674('0x27')]||_0x4767c7['defaults'])&&(_0x454a76['children']=[]),(_0x4767c7[_0x2674('0x13')]||_0x4767c7[_0x2674('0x51')])&&(_0x454a76[_0x2674('0x28')]={}),_0x4767c7[_0x2674('0x51')]&&(_0x454a76[_0x2674('0x18')]='',_0x454a76[_0x2674('0x88')]='',_0x454a76[_0x2674('0x7')]=''),null!=_0x5bd470[_0x2674('0x18')]&&_0x5bd470[_0x2674('0x8')](_0x2674('0x18'))&&(_0x454a76[_0x2674('0x18')]=_0x5bd470[_0x2674('0x18')]),_0x5bd470[_0x2674('0x21')]&&_0x5bd470['children'][_0x2674('0x4b')]){_0x454a76[_0x2674('0x21')]=[];for(let _0x11cb8c=0x0;_0x11cb8c<_0x5bd470['children'][_0x2674('0x4b')];++_0x11cb8c)_0x454a76[_0x2674('0x21')][_0x11cb8c]=v[_0x2674('0x4')][_0x2674('0x19')](_0x5bd470[_0x2674('0x21')][_0x11cb8c],_0x4767c7);}if(null!=_0x5bd470['data']&&_0x5bd470[_0x2674('0x8')]('data')&&(_0x454a76[_0x2674('0x88')]=_0x5bd470['data']),_0x5bd470[_0x2674('0x28')]&&(_0x7b58a=Object['keys'](_0x5bd470[_0x2674('0x28')]))[_0x2674('0x4b')]){_0x454a76[_0x2674('0x28')]={};for(let _0x13ad87=0x0;_0x13ad87<_0x7b58a['length'];++_0x13ad87)_0x454a76[_0x2674('0x28')][_0x7b58a[_0x13ad87]]=_0x5bd470[_0x2674('0x28')][_0x7b58a[_0x13ad87]];}return null!=_0x5bd470[_0x2674('0x7')]&&_0x5bd470[_0x2674('0x8')](_0x2674('0x7'))&&(_0x454a76[_0x2674('0x7')]=_0x5bd470[_0x2674('0x7')]),_0x454a76;},_0x509e2b['prototype'][_0x2674('0x6b')]=function(){return this['constructor']['toObject'](this,_0x558ff9[_0x2674('0x4c')][_0x2674('0x29')]);},_0x509e2b[_0x2674('0x1d')]=function(_0x17d983){return void 0x0===_0x17d983&&(_0x17d983=_0x2674('0x4f')),_0x17d983+'/Element';},_0x509e2b;})();export{v as default};
23
+ const _0x54e6=['root','attributesBoolean:\x20object\x20expected','.InsertOperation.nodes:\x20object\x20expected','call','.MoveOperation.sourcePosition:\x20object\x20expected','shouldReceiveAttributes:\x20boolean\x20expected','prototype','/Range','targetPosition','stickiness:\x20string\x20expected','SplitOperation','oldName:\x20string\x20expected','.Element.children:\x20object\x20expected','shouldReceiveAttributes','.Element.attributesBoolean:\x20object\x20expected','.SplitOperation.insertionPosition:\x20object\x20expected','length','position','newValueBoolean','splitPosition','rootName','MarkerOperation','pos','decode','nodes.','newValueJson:\x20string\x20expected','push','attributesBoolean:\x20boolean{k:string}\x20expected','isAdd','MergeOperation','MoveOperation','oldName','affectsData','newValueJson','elementName','verify','ldelim','newName','.Position.path:\x20array\x20expected','attributesJson:\x20string\x20expected','.SplitOperation.splitPosition:\x20object\x20expected','Range','RootOperation','isArray','insertionPosition.','path:\x20array\x20expected','.MarkerOperation.oldRange:\x20object\x20expected','newName:\x20string\x20expected','.RenameOperation.position:\x20object\x20expected','/Position','string','fromObject','len','/MoveOperation','/RootOperation','/Element','isString','emptyObject','children','isInteger','key','fork','emptyArray','data','rootMain','arrays','oldRange','roots','toJSON','newRange.','toObject','.Range.end:\x20object\x20expected','howMany:\x20integer\x20expected','.MergeOperation.targetPosition:\x20object\x20expected','InsertOperation','attributesJson','position.','attributesBoolean','.Element.children:\x20array\x20expected','create','end.','Element','sourcePosition','graveyardPosition.','end','affectsData:\x20boolean\x20expected','defaults','Position','nodes','object\x20expected','isAdd:\x20boolean\x20expected','objects','/SplitOperation','isObject','root:\x20string\x20expected','elementName:\x20string\x20expected','RenameOperation','targetPosition.','boolean','graveyardPosition','splitPosition.','newRange','start','.AttributeOperation.range:\x20object\x20expected','.MergeOperation.sourcePosition:\x20object\x20expected','type.googleapis.com','insertionPosition','constructor','toJSONOptions','oldRange.','wasUndone','key:\x20string\x20expected','object','oldValueJson','util','.MoveOperation.targetPosition:\x20object\x20expected','/RootAttributeOperation','/MarkerOperation','/MergeOperation','keys','hasOwnProperty','oldValueBoolean:\x20boolean\x20expected','default','newValueBoolean:\x20boolean\x20expected','nodes:\x20array\x20expected','AttributeOperation','rootMain:\x20boolean\x20expected','getTypeUrl','.MergeOperation.graveyardPosition:\x20object\x20expected','name','encode','range','/InsertOperation','oldValueBoolean','/RenameOperation','decodeDelimited','.MarkerOperation.newRange:\x20object\x20expected','sourcePosition.','start.','.InsertOperation.nodes:\x20array\x20expected','stickiness','data:\x20string\x20expected','Reader','/AttributeOperation','uint32','children:\x20array\x20expected','howMany','RootAttributeOperation','name:\x20string\x20expected','rootName:\x20string\x20expected','skipType','encodeDelimited','rootGraveyard','bool','path','wasUndone:\x20boolean\x20expected'];(function(_0x4b507d,_0x54e6a7){const _0x20bd86=function(_0x1fe31b){while(--_0x1fe31b){_0x4b507d['push'](_0x4b507d['shift']());}};_0x20bd86(++_0x54e6a7);}(_0x54e6,0x1a0));const _0x20bd=function(_0x4b507d,_0x54e6a7){_0x4b507d=_0x4b507d-0x0;let _0x20bd86=_0x54e6[_0x4b507d];return _0x20bd86;};import*as _0x1ecc16 from'protobufjs/minimal';const j=_0x1ecc16[_0x20bd('0x26')],y=_0x1ecc16['Writer'],k=_0x1ecc16[_0x20bd('0xa')],v=_0x1ecc16[_0x20bd('0x77')]['default']||(_0x1ecc16['roots'][_0x20bd('0x12')]={});export const AttributeOperation=v['AttributeOperation']=(()=>{function _0x492f80(_0x283a9d){if(_0x283a9d)for(let _0x1846d9=Object[_0x20bd('0xf')](_0x283a9d),_0x4649a3=0x0;_0x4649a3<_0x1846d9[_0x20bd('0x44')];++_0x4649a3)null!=_0x283a9d[_0x1846d9[_0x4649a3]]&&(this[_0x1846d9[_0x4649a3]]=_0x283a9d[_0x1846d9[_0x4649a3]]);}return _0x492f80[_0x20bd('0x3a')][_0x20bd('0x1b')]=null,_0x492f80[_0x20bd('0x3a')][_0x20bd('0x70')]='',_0x492f80[_0x20bd('0x3a')][_0x20bd('0x1d')]=!0x1,_0x492f80['prototype']['oldValueJson']='',_0x492f80[_0x20bd('0x3a')]['newValueBoolean']=!0x1,_0x492f80[_0x20bd('0x3a')][_0x20bd('0x55')]='',_0x492f80[_0x20bd('0x3a')][_0x20bd('0x6')]=!0x1,_0x492f80[_0x20bd('0x83')]=function(_0x2a68e3){return new _0x492f80(_0x2a68e3);},_0x492f80[_0x20bd('0x1a')]=function(_0x5973e9,_0x1f6f58){return _0x1f6f58||(_0x1f6f58=y[_0x20bd('0x83')]()),null!=_0x5973e9[_0x20bd('0x1b')]&&Object[_0x20bd('0x10')][_0x20bd('0x37')](_0x5973e9,'range')&&v[_0x20bd('0x5d')][_0x20bd('0x1a')](_0x5973e9[_0x20bd('0x1b')],_0x1f6f58[_0x20bd('0x28')](0xa)['fork']())[_0x20bd('0x58')](),null!=_0x5973e9[_0x20bd('0x70')]&&Object[_0x20bd('0x10')]['call'](_0x5973e9,_0x20bd('0x70'))&&_0x1f6f58['uint32'](0x12)[_0x20bd('0x66')](_0x5973e9[_0x20bd('0x70')]),null!=_0x5973e9[_0x20bd('0x1d')]&&Object[_0x20bd('0x10')][_0x20bd('0x37')](_0x5973e9,_0x20bd('0x1d'))&&_0x1f6f58[_0x20bd('0x28')](0x18)['bool'](_0x5973e9[_0x20bd('0x1d')]),null!=_0x5973e9['oldValueJson']&&Object['hasOwnProperty'][_0x20bd('0x37')](_0x5973e9,_0x20bd('0x9'))&&_0x1f6f58[_0x20bd('0x28')](0x22)[_0x20bd('0x66')](_0x5973e9[_0x20bd('0x9')]),null!=_0x5973e9['newValueBoolean']&&Object[_0x20bd('0x10')][_0x20bd('0x37')](_0x5973e9,_0x20bd('0x46'))&&_0x1f6f58['uint32'](0x28)[_0x20bd('0x31')](_0x5973e9[_0x20bd('0x46')]),null!=_0x5973e9[_0x20bd('0x55')]&&Object[_0x20bd('0x10')][_0x20bd('0x37')](_0x5973e9,'newValueJson')&&_0x1f6f58[_0x20bd('0x28')](0x32)[_0x20bd('0x66')](_0x5973e9['newValueJson']),null!=_0x5973e9[_0x20bd('0x6')]&&Object[_0x20bd('0x10')][_0x20bd('0x37')](_0x5973e9,_0x20bd('0x6'))&&_0x1f6f58[_0x20bd('0x28')](0x38)['bool'](_0x5973e9[_0x20bd('0x6')]),_0x1f6f58;},_0x492f80['encodeDelimited']=function(_0x2ad48f,_0x2e6bc2){return this[_0x20bd('0x1a')](_0x2ad48f,_0x2e6bc2)[_0x20bd('0x58')]();},_0x492f80[_0x20bd('0x4b')]=function(_0x237273,_0x247b40){_0x237273 instanceof j||(_0x237273=j[_0x20bd('0x83')](_0x237273));let _0x3e7010=void 0x0===_0x247b40?_0x237273[_0x20bd('0x68')]:_0x237273[_0x20bd('0x4a')]+_0x247b40,_0x4b5499=new v[(_0x20bd('0x15'))]();for(;_0x237273[_0x20bd('0x4a')]<_0x3e7010;){let _0x3a0d88=_0x237273[_0x20bd('0x28')]();switch(_0x3a0d88>>>0x3){case 0x1:_0x4b5499[_0x20bd('0x1b')]=v[_0x20bd('0x5d')]['decode'](_0x237273,_0x237273[_0x20bd('0x28')]());break;case 0x2:_0x4b5499[_0x20bd('0x70')]=_0x237273[_0x20bd('0x66')]();break;case 0x3:_0x4b5499[_0x20bd('0x1d')]=_0x237273[_0x20bd('0x31')]();break;case 0x4:_0x4b5499[_0x20bd('0x9')]=_0x237273[_0x20bd('0x66')]();break;case 0x5:_0x4b5499[_0x20bd('0x46')]=_0x237273[_0x20bd('0x31')]();break;case 0x6:_0x4b5499[_0x20bd('0x55')]=_0x237273[_0x20bd('0x66')]();break;case 0x7:_0x4b5499[_0x20bd('0x6')]=_0x237273[_0x20bd('0x31')]();break;default:_0x237273[_0x20bd('0x2e')](0x7&_0x3a0d88);}}return _0x4b5499;},_0x492f80['decodeDelimited']=function(_0xef6c70){return _0xef6c70 instanceof j||(_0xef6c70=new j(_0xef6c70)),this[_0x20bd('0x4b')](_0xef6c70,_0xef6c70[_0x20bd('0x28')]());},_0x492f80['verify']=function(_0x5d02ef){if(_0x20bd('0x8')!=typeof _0x5d02ef||null===_0x5d02ef)return _0x20bd('0x8d');if(null!=_0x5d02ef['range']&&_0x5d02ef[_0x20bd('0x10')](_0x20bd('0x1b'))){let _0x24c3c6=v[_0x20bd('0x5d')][_0x20bd('0x57')](_0x5d02ef[_0x20bd('0x1b')]);if(_0x24c3c6)return'range.'+_0x24c3c6;}return null!=_0x5d02ef[_0x20bd('0x70')]&&_0x5d02ef[_0x20bd('0x10')]('key')&&!k['isString'](_0x5d02ef[_0x20bd('0x70')])?_0x20bd('0x7'):null!=_0x5d02ef[_0x20bd('0x1d')]&&_0x5d02ef[_0x20bd('0x10')](_0x20bd('0x1d'))&&_0x20bd('0x96')!=typeof _0x5d02ef[_0x20bd('0x1d')]?_0x20bd('0x11'):null!=_0x5d02ef['oldValueJson']&&_0x5d02ef[_0x20bd('0x10')](_0x20bd('0x9'))&&!k['isString'](_0x5d02ef[_0x20bd('0x9')])?'oldValueJson:\x20string\x20expected':null!=_0x5d02ef[_0x20bd('0x46')]&&_0x5d02ef['hasOwnProperty']('newValueBoolean')&&_0x20bd('0x96')!=typeof _0x5d02ef[_0x20bd('0x46')]?_0x20bd('0x13'):null!=_0x5d02ef[_0x20bd('0x55')]&&_0x5d02ef[_0x20bd('0x10')](_0x20bd('0x55'))&&!k[_0x20bd('0x6c')](_0x5d02ef[_0x20bd('0x55')])?_0x20bd('0x4d'):null!=_0x5d02ef[_0x20bd('0x6')]&&_0x5d02ef[_0x20bd('0x10')]('wasUndone')&&_0x20bd('0x96')!=typeof _0x5d02ef['wasUndone']?_0x20bd('0x33'):null;},_0x492f80[_0x20bd('0x67')]=function(_0xc1beb3){if(_0xc1beb3 instanceof v[_0x20bd('0x15')])return _0xc1beb3;let _0x31b911=new v['AttributeOperation']();if(null!=_0xc1beb3[_0x20bd('0x1b')]){if('object'!=typeof _0xc1beb3[_0x20bd('0x1b')])throw TypeError(_0x20bd('0x9b'));_0x31b911[_0x20bd('0x1b')]=v['Range']['fromObject'](_0xc1beb3[_0x20bd('0x1b')]);}return null!=_0xc1beb3[_0x20bd('0x70')]&&(_0x31b911[_0x20bd('0x70')]=String(_0xc1beb3[_0x20bd('0x70')])),null!=_0xc1beb3['oldValueBoolean']&&(_0x31b911[_0x20bd('0x1d')]=Boolean(_0xc1beb3[_0x20bd('0x1d')])),null!=_0xc1beb3[_0x20bd('0x9')]&&(_0x31b911[_0x20bd('0x9')]=String(_0xc1beb3[_0x20bd('0x9')])),null!=_0xc1beb3[_0x20bd('0x46')]&&(_0x31b911[_0x20bd('0x46')]=Boolean(_0xc1beb3[_0x20bd('0x46')])),null!=_0xc1beb3['newValueJson']&&(_0x31b911[_0x20bd('0x55')]=String(_0xc1beb3[_0x20bd('0x55')])),null!=_0xc1beb3[_0x20bd('0x6')]&&(_0x31b911[_0x20bd('0x6')]=Boolean(_0xc1beb3[_0x20bd('0x6')])),_0x31b911;},_0x492f80[_0x20bd('0x7a')]=function(_0x15ed65,_0x290420){_0x290420||(_0x290420={});let _0x3e561b={};return _0x290420[_0x20bd('0x8a')]&&(_0x3e561b['range']=null,_0x3e561b[_0x20bd('0x70')]='',_0x3e561b[_0x20bd('0x1d')]=!0x1,_0x3e561b['oldValueJson']='',_0x3e561b[_0x20bd('0x46')]=!0x1,_0x3e561b[_0x20bd('0x55')]='',_0x3e561b[_0x20bd('0x6')]=!0x1),null!=_0x15ed65[_0x20bd('0x1b')]&&_0x15ed65[_0x20bd('0x10')]('range')&&(_0x3e561b['range']=v[_0x20bd('0x5d')][_0x20bd('0x7a')](_0x15ed65[_0x20bd('0x1b')],_0x290420)),null!=_0x15ed65[_0x20bd('0x70')]&&_0x15ed65[_0x20bd('0x10')]('key')&&(_0x3e561b[_0x20bd('0x70')]=_0x15ed65['key']),null!=_0x15ed65[_0x20bd('0x1d')]&&_0x15ed65[_0x20bd('0x10')](_0x20bd('0x1d'))&&(_0x3e561b[_0x20bd('0x1d')]=_0x15ed65[_0x20bd('0x1d')]),null!=_0x15ed65['oldValueJson']&&_0x15ed65[_0x20bd('0x10')](_0x20bd('0x9'))&&(_0x3e561b[_0x20bd('0x9')]=_0x15ed65[_0x20bd('0x9')]),null!=_0x15ed65[_0x20bd('0x46')]&&_0x15ed65[_0x20bd('0x10')](_0x20bd('0x46'))&&(_0x3e561b[_0x20bd('0x46')]=_0x15ed65['newValueBoolean']),null!=_0x15ed65[_0x20bd('0x55')]&&_0x15ed65[_0x20bd('0x10')](_0x20bd('0x55'))&&(_0x3e561b['newValueJson']=_0x15ed65[_0x20bd('0x55')]),null!=_0x15ed65['wasUndone']&&_0x15ed65[_0x20bd('0x10')](_0x20bd('0x6'))&&(_0x3e561b[_0x20bd('0x6')]=_0x15ed65[_0x20bd('0x6')]),_0x3e561b;},_0x492f80[_0x20bd('0x3a')][_0x20bd('0x78')]=function(){return this[_0x20bd('0x3')][_0x20bd('0x7a')](this,_0x1ecc16[_0x20bd('0xa')][_0x20bd('0x4')]);},_0x492f80[_0x20bd('0x17')]=function(_0xee04ad){return void 0x0===_0xee04ad&&(_0xee04ad=_0x20bd('0x1')),_0xee04ad+_0x20bd('0x27');},_0x492f80;})();export const InsertOperation=v[_0x20bd('0x7e')]=(()=>{function _0x4b1dce(_0xcb987b){if(this[_0x20bd('0x8c')]=[],_0xcb987b)for(let _0x58d199=Object[_0x20bd('0xf')](_0xcb987b),_0x3aea9d=0x0;_0x3aea9d<_0x58d199[_0x20bd('0x44')];++_0x3aea9d)null!=_0xcb987b[_0x58d199[_0x3aea9d]]&&(this[_0x58d199[_0x3aea9d]]=_0xcb987b[_0x58d199[_0x3aea9d]]);}return _0x4b1dce[_0x20bd('0x3a')][_0x20bd('0x45')]=null,_0x4b1dce[_0x20bd('0x3a')][_0x20bd('0x8c')]=k['emptyArray'],_0x4b1dce['prototype'][_0x20bd('0x41')]=!0x1,_0x4b1dce[_0x20bd('0x3a')][_0x20bd('0x6')]=!0x1,_0x4b1dce[_0x20bd('0x83')]=function(_0xe6f7d7){return new _0x4b1dce(_0xe6f7d7);},_0x4b1dce[_0x20bd('0x1a')]=function(_0x1c75a8,_0x5c219d){if(_0x5c219d||(_0x5c219d=y[_0x20bd('0x83')]()),null!=_0x1c75a8[_0x20bd('0x45')]&&Object[_0x20bd('0x10')][_0x20bd('0x37')](_0x1c75a8,_0x20bd('0x45'))&&v[_0x20bd('0x8b')][_0x20bd('0x1a')](_0x1c75a8['position'],_0x5c219d[_0x20bd('0x28')](0xa)[_0x20bd('0x71')]())[_0x20bd('0x58')](),null!=_0x1c75a8[_0x20bd('0x8c')]&&_0x1c75a8[_0x20bd('0x8c')][_0x20bd('0x44')])for(let _0xb62255=0x0;_0xb62255<_0x1c75a8[_0x20bd('0x8c')]['length'];++_0xb62255)v['Element'][_0x20bd('0x1a')](_0x1c75a8[_0x20bd('0x8c')][_0xb62255],_0x5c219d[_0x20bd('0x28')](0x12)[_0x20bd('0x71')]())[_0x20bd('0x58')]();return null!=_0x1c75a8[_0x20bd('0x41')]&&Object['hasOwnProperty'][_0x20bd('0x37')](_0x1c75a8,_0x20bd('0x41'))&&_0x5c219d[_0x20bd('0x28')](0x18)[_0x20bd('0x31')](_0x1c75a8['shouldReceiveAttributes']),null!=_0x1c75a8[_0x20bd('0x6')]&&Object[_0x20bd('0x10')][_0x20bd('0x37')](_0x1c75a8,'wasUndone')&&_0x5c219d['uint32'](0x20)[_0x20bd('0x31')](_0x1c75a8[_0x20bd('0x6')]),_0x5c219d;},_0x4b1dce[_0x20bd('0x2f')]=function(_0x578247,_0x494dfe){return this['encode'](_0x578247,_0x494dfe)[_0x20bd('0x58')]();},_0x4b1dce[_0x20bd('0x4b')]=function(_0x251ac7,_0x4cf4d9){_0x251ac7 instanceof j||(_0x251ac7=j[_0x20bd('0x83')](_0x251ac7));let _0x819bd6=void 0x0===_0x4cf4d9?_0x251ac7['len']:_0x251ac7['pos']+_0x4cf4d9,_0x1460f1=new v[(_0x20bd('0x7e'))]();for(;_0x251ac7[_0x20bd('0x4a')]<_0x819bd6;){let _0xf41361=_0x251ac7[_0x20bd('0x28')]();switch(_0xf41361>>>0x3){case 0x1:_0x1460f1[_0x20bd('0x45')]=v[_0x20bd('0x8b')][_0x20bd('0x4b')](_0x251ac7,_0x251ac7['uint32']());break;case 0x2:_0x1460f1[_0x20bd('0x8c')]&&_0x1460f1[_0x20bd('0x8c')][_0x20bd('0x44')]||(_0x1460f1[_0x20bd('0x8c')]=[]),_0x1460f1['nodes'][_0x20bd('0x4e')](v[_0x20bd('0x85')][_0x20bd('0x4b')](_0x251ac7,_0x251ac7[_0x20bd('0x28')]()));break;case 0x3:_0x1460f1[_0x20bd('0x41')]=_0x251ac7[_0x20bd('0x31')]();break;case 0x4:_0x1460f1[_0x20bd('0x6')]=_0x251ac7[_0x20bd('0x31')]();break;default:_0x251ac7[_0x20bd('0x2e')](0x7&_0xf41361);}}return _0x1460f1;},_0x4b1dce[_0x20bd('0x1f')]=function(_0x349209){return _0x349209 instanceof j||(_0x349209=new j(_0x349209)),this['decode'](_0x349209,_0x349209[_0x20bd('0x28')]());},_0x4b1dce[_0x20bd('0x57')]=function(_0x570108){if(_0x20bd('0x8')!=typeof _0x570108||null===_0x570108)return _0x20bd('0x8d');if(null!=_0x570108[_0x20bd('0x45')]&&_0x570108[_0x20bd('0x10')](_0x20bd('0x45'))){let _0x4df007=v[_0x20bd('0x8b')][_0x20bd('0x57')](_0x570108[_0x20bd('0x45')]);if(_0x4df007)return _0x20bd('0x80')+_0x4df007;}if(null!=_0x570108[_0x20bd('0x8c')]&&_0x570108['hasOwnProperty'](_0x20bd('0x8c'))){if(!Array['isArray'](_0x570108[_0x20bd('0x8c')]))return _0x20bd('0x14');for(let _0x333de5=0x0;_0x333de5<_0x570108[_0x20bd('0x8c')][_0x20bd('0x44')];++_0x333de5){let _0x4def88=v[_0x20bd('0x85')][_0x20bd('0x57')](_0x570108['nodes'][_0x333de5]);if(_0x4def88)return _0x20bd('0x4c')+_0x4def88;}}return null!=_0x570108['shouldReceiveAttributes']&&_0x570108[_0x20bd('0x10')](_0x20bd('0x41'))&&'boolean'!=typeof _0x570108[_0x20bd('0x41')]?_0x20bd('0x39'):null!=_0x570108[_0x20bd('0x6')]&&_0x570108[_0x20bd('0x10')](_0x20bd('0x6'))&&_0x20bd('0x96')!=typeof _0x570108['wasUndone']?_0x20bd('0x33'):null;},_0x4b1dce[_0x20bd('0x67')]=function(_0x56db9d){if(_0x56db9d instanceof v[_0x20bd('0x7e')])return _0x56db9d;let _0x3a07cb=new v['InsertOperation']();if(null!=_0x56db9d[_0x20bd('0x45')]){if('object'!=typeof _0x56db9d[_0x20bd('0x45')])throw TypeError('.InsertOperation.position:\x20object\x20expected');_0x3a07cb[_0x20bd('0x45')]=v[_0x20bd('0x8b')]['fromObject'](_0x56db9d['position']);}if(_0x56db9d['nodes']){if(!Array[_0x20bd('0x5f')](_0x56db9d[_0x20bd('0x8c')]))throw TypeError(_0x20bd('0x23'));_0x3a07cb[_0x20bd('0x8c')]=[];for(let _0x471ffb=0x0;_0x471ffb<_0x56db9d[_0x20bd('0x8c')][_0x20bd('0x44')];++_0x471ffb){if('object'!=typeof _0x56db9d[_0x20bd('0x8c')][_0x471ffb])throw TypeError(_0x20bd('0x36'));_0x3a07cb[_0x20bd('0x8c')][_0x471ffb]=v['Element'][_0x20bd('0x67')](_0x56db9d[_0x20bd('0x8c')][_0x471ffb]);}}return null!=_0x56db9d[_0x20bd('0x41')]&&(_0x3a07cb['shouldReceiveAttributes']=Boolean(_0x56db9d[_0x20bd('0x41')])),null!=_0x56db9d[_0x20bd('0x6')]&&(_0x3a07cb[_0x20bd('0x6')]=Boolean(_0x56db9d[_0x20bd('0x6')])),_0x3a07cb;},_0x4b1dce['toObject']=function(_0x104092,_0x42b6d4){_0x42b6d4||(_0x42b6d4={});let _0x40bcfd={};if((_0x42b6d4[_0x20bd('0x75')]||_0x42b6d4[_0x20bd('0x8a')])&&(_0x40bcfd[_0x20bd('0x8c')]=[]),_0x42b6d4[_0x20bd('0x8a')]&&(_0x40bcfd[_0x20bd('0x45')]=null,_0x40bcfd['shouldReceiveAttributes']=!0x1,_0x40bcfd[_0x20bd('0x6')]=!0x1),null!=_0x104092['position']&&_0x104092['hasOwnProperty'](_0x20bd('0x45'))&&(_0x40bcfd['position']=v[_0x20bd('0x8b')][_0x20bd('0x7a')](_0x104092[_0x20bd('0x45')],_0x42b6d4)),_0x104092['nodes']&&_0x104092[_0x20bd('0x8c')][_0x20bd('0x44')]){_0x40bcfd['nodes']=[];for(let _0xfbe358=0x0;_0xfbe358<_0x104092[_0x20bd('0x8c')]['length'];++_0xfbe358)_0x40bcfd['nodes'][_0xfbe358]=v[_0x20bd('0x85')][_0x20bd('0x7a')](_0x104092['nodes'][_0xfbe358],_0x42b6d4);}return null!=_0x104092[_0x20bd('0x41')]&&_0x104092[_0x20bd('0x10')]('shouldReceiveAttributes')&&(_0x40bcfd[_0x20bd('0x41')]=_0x104092[_0x20bd('0x41')]),null!=_0x104092[_0x20bd('0x6')]&&_0x104092[_0x20bd('0x10')](_0x20bd('0x6'))&&(_0x40bcfd[_0x20bd('0x6')]=_0x104092[_0x20bd('0x6')]),_0x40bcfd;},_0x4b1dce[_0x20bd('0x3a')][_0x20bd('0x78')]=function(){return this['constructor']['toObject'](this,_0x1ecc16['util'][_0x20bd('0x4')]);},_0x4b1dce[_0x20bd('0x17')]=function(_0x45ee98){return void 0x0===_0x45ee98&&(_0x45ee98='type.googleapis.com'),_0x45ee98+_0x20bd('0x1c');},_0x4b1dce;})();export const MarkerOperation=v[_0x20bd('0x49')]=(()=>{function _0x42b549(_0x133c7f){if(_0x133c7f)for(let _0x17b163=Object['keys'](_0x133c7f),_0x537bbf=0x0;_0x537bbf<_0x17b163[_0x20bd('0x44')];++_0x537bbf)null!=_0x133c7f[_0x17b163[_0x537bbf]]&&(this[_0x17b163[_0x537bbf]]=_0x133c7f[_0x17b163[_0x537bbf]]);}return _0x42b549['prototype'][_0x20bd('0x19')]='',_0x42b549[_0x20bd('0x3a')][_0x20bd('0x76')]=null,_0x42b549['prototype'][_0x20bd('0x99')]=null,_0x42b549[_0x20bd('0x3a')][_0x20bd('0x54')]=!0x1,_0x42b549[_0x20bd('0x3a')]['wasUndone']=!0x1,_0x42b549[_0x20bd('0x83')]=function(_0x478ef2){return new _0x42b549(_0x478ef2);},_0x42b549[_0x20bd('0x1a')]=function(_0x1883a6,_0x4ccb31){return _0x4ccb31||(_0x4ccb31=y['create']()),null!=_0x1883a6[_0x20bd('0x19')]&&Object[_0x20bd('0x10')][_0x20bd('0x37')](_0x1883a6,_0x20bd('0x19'))&&_0x4ccb31[_0x20bd('0x28')](0xa)[_0x20bd('0x66')](_0x1883a6[_0x20bd('0x19')]),null!=_0x1883a6[_0x20bd('0x76')]&&Object[_0x20bd('0x10')][_0x20bd('0x37')](_0x1883a6,'oldRange')&&v['Range'][_0x20bd('0x1a')](_0x1883a6['oldRange'],_0x4ccb31[_0x20bd('0x28')](0x12)[_0x20bd('0x71')]())[_0x20bd('0x58')](),null!=_0x1883a6[_0x20bd('0x99')]&&Object[_0x20bd('0x10')][_0x20bd('0x37')](_0x1883a6,_0x20bd('0x99'))&&v[_0x20bd('0x5d')][_0x20bd('0x1a')](_0x1883a6['newRange'],_0x4ccb31[_0x20bd('0x28')](0x1a)['fork']())['ldelim'](),null!=_0x1883a6[_0x20bd('0x54')]&&Object[_0x20bd('0x10')][_0x20bd('0x37')](_0x1883a6,'affectsData')&&_0x4ccb31[_0x20bd('0x28')](0x20)[_0x20bd('0x31')](_0x1883a6[_0x20bd('0x54')]),null!=_0x1883a6[_0x20bd('0x6')]&&Object[_0x20bd('0x10')][_0x20bd('0x37')](_0x1883a6,_0x20bd('0x6'))&&_0x4ccb31[_0x20bd('0x28')](0x28)[_0x20bd('0x31')](_0x1883a6[_0x20bd('0x6')]),_0x4ccb31;},_0x42b549[_0x20bd('0x2f')]=function(_0x1c34ee,_0x208d5d){return this[_0x20bd('0x1a')](_0x1c34ee,_0x208d5d)[_0x20bd('0x58')]();},_0x42b549['decode']=function(_0x5870a7,_0x31cdc7){_0x5870a7 instanceof j||(_0x5870a7=j[_0x20bd('0x83')](_0x5870a7));let _0x2b55c1=void 0x0===_0x31cdc7?_0x5870a7[_0x20bd('0x68')]:_0x5870a7[_0x20bd('0x4a')]+_0x31cdc7,_0x186e27=new v[(_0x20bd('0x49'))]();for(;_0x5870a7[_0x20bd('0x4a')]<_0x2b55c1;){let _0x4e7ed0=_0x5870a7[_0x20bd('0x28')]();switch(_0x4e7ed0>>>0x3){case 0x1:_0x186e27[_0x20bd('0x19')]=_0x5870a7[_0x20bd('0x66')]();break;case 0x2:_0x186e27[_0x20bd('0x76')]=v[_0x20bd('0x5d')][_0x20bd('0x4b')](_0x5870a7,_0x5870a7['uint32']());break;case 0x3:_0x186e27[_0x20bd('0x99')]=v['Range']['decode'](_0x5870a7,_0x5870a7[_0x20bd('0x28')]());break;case 0x4:_0x186e27[_0x20bd('0x54')]=_0x5870a7[_0x20bd('0x31')]();break;case 0x5:_0x186e27[_0x20bd('0x6')]=_0x5870a7[_0x20bd('0x31')]();break;default:_0x5870a7['skipType'](0x7&_0x4e7ed0);}}return _0x186e27;},_0x42b549[_0x20bd('0x1f')]=function(_0x4a0dc9){return _0x4a0dc9 instanceof j||(_0x4a0dc9=new j(_0x4a0dc9)),this['decode'](_0x4a0dc9,_0x4a0dc9['uint32']());},_0x42b549[_0x20bd('0x57')]=function(_0x24cc69){if('object'!=typeof _0x24cc69||null===_0x24cc69)return _0x20bd('0x8d');if(null!=_0x24cc69[_0x20bd('0x19')]&&_0x24cc69['hasOwnProperty'](_0x20bd('0x19'))&&!k[_0x20bd('0x6c')](_0x24cc69['name']))return _0x20bd('0x2c');if(null!=_0x24cc69[_0x20bd('0x76')]&&_0x24cc69[_0x20bd('0x10')]('oldRange')){let _0x536aac=v[_0x20bd('0x5d')][_0x20bd('0x57')](_0x24cc69[_0x20bd('0x76')]);if(_0x536aac)return _0x20bd('0x5')+_0x536aac;}if(null!=_0x24cc69['newRange']&&_0x24cc69[_0x20bd('0x10')]('newRange')){let _0x583cc4=v[_0x20bd('0x5d')][_0x20bd('0x57')](_0x24cc69[_0x20bd('0x99')]);if(_0x583cc4)return _0x20bd('0x79')+_0x583cc4;}return null!=_0x24cc69[_0x20bd('0x54')]&&_0x24cc69[_0x20bd('0x10')]('affectsData')&&_0x20bd('0x96')!=typeof _0x24cc69[_0x20bd('0x54')]?_0x20bd('0x89'):null!=_0x24cc69[_0x20bd('0x6')]&&_0x24cc69[_0x20bd('0x10')](_0x20bd('0x6'))&&_0x20bd('0x96')!=typeof _0x24cc69[_0x20bd('0x6')]?_0x20bd('0x33'):null;},_0x42b549[_0x20bd('0x67')]=function(_0x307121){if(_0x307121 instanceof v[_0x20bd('0x49')])return _0x307121;let _0x150757=new v[(_0x20bd('0x49'))]();if(null!=_0x307121[_0x20bd('0x19')]&&(_0x150757[_0x20bd('0x19')]=String(_0x307121['name'])),null!=_0x307121[_0x20bd('0x76')]){if(_0x20bd('0x8')!=typeof _0x307121[_0x20bd('0x76')])throw TypeError(_0x20bd('0x62'));_0x150757['oldRange']=v[_0x20bd('0x5d')][_0x20bd('0x67')](_0x307121[_0x20bd('0x76')]);}if(null!=_0x307121[_0x20bd('0x99')]){if(_0x20bd('0x8')!=typeof _0x307121[_0x20bd('0x99')])throw TypeError(_0x20bd('0x20'));_0x150757['newRange']=v[_0x20bd('0x5d')][_0x20bd('0x67')](_0x307121[_0x20bd('0x99')]);}return null!=_0x307121[_0x20bd('0x54')]&&(_0x150757[_0x20bd('0x54')]=Boolean(_0x307121['affectsData'])),null!=_0x307121['wasUndone']&&(_0x150757['wasUndone']=Boolean(_0x307121[_0x20bd('0x6')])),_0x150757;},_0x42b549[_0x20bd('0x7a')]=function(_0x2d17d0,_0x1517a0){_0x1517a0||(_0x1517a0={});let _0x38085a={};return _0x1517a0[_0x20bd('0x8a')]&&(_0x38085a[_0x20bd('0x19')]='',_0x38085a[_0x20bd('0x76')]=null,_0x38085a[_0x20bd('0x99')]=null,_0x38085a[_0x20bd('0x54')]=!0x1,_0x38085a[_0x20bd('0x6')]=!0x1),null!=_0x2d17d0[_0x20bd('0x19')]&&_0x2d17d0[_0x20bd('0x10')](_0x20bd('0x19'))&&(_0x38085a[_0x20bd('0x19')]=_0x2d17d0[_0x20bd('0x19')]),null!=_0x2d17d0[_0x20bd('0x76')]&&_0x2d17d0[_0x20bd('0x10')](_0x20bd('0x76'))&&(_0x38085a[_0x20bd('0x76')]=v[_0x20bd('0x5d')][_0x20bd('0x7a')](_0x2d17d0[_0x20bd('0x76')],_0x1517a0)),null!=_0x2d17d0['newRange']&&_0x2d17d0[_0x20bd('0x10')](_0x20bd('0x99'))&&(_0x38085a[_0x20bd('0x99')]=v[_0x20bd('0x5d')]['toObject'](_0x2d17d0[_0x20bd('0x99')],_0x1517a0)),null!=_0x2d17d0[_0x20bd('0x54')]&&_0x2d17d0[_0x20bd('0x10')]('affectsData')&&(_0x38085a['affectsData']=_0x2d17d0[_0x20bd('0x54')]),null!=_0x2d17d0[_0x20bd('0x6')]&&_0x2d17d0[_0x20bd('0x10')]('wasUndone')&&(_0x38085a[_0x20bd('0x6')]=_0x2d17d0['wasUndone']),_0x38085a;},_0x42b549[_0x20bd('0x3a')][_0x20bd('0x78')]=function(){return this[_0x20bd('0x3')][_0x20bd('0x7a')](this,_0x1ecc16[_0x20bd('0xa')]['toJSONOptions']);},_0x42b549[_0x20bd('0x17')]=function(_0x2a5e9a){return void 0x0===_0x2a5e9a&&(_0x2a5e9a=_0x20bd('0x1')),_0x2a5e9a+_0x20bd('0xd');},_0x42b549;})();export const MergeOperation=v['MergeOperation']=(()=>{function _0x21df13(_0x42d62b){if(_0x42d62b)for(let _0x1119c8=Object[_0x20bd('0xf')](_0x42d62b),_0x3f1766=0x0;_0x3f1766<_0x1119c8['length'];++_0x3f1766)null!=_0x42d62b[_0x1119c8[_0x3f1766]]&&(this[_0x1119c8[_0x3f1766]]=_0x42d62b[_0x1119c8[_0x3f1766]]);}return _0x21df13[_0x20bd('0x3a')][_0x20bd('0x86')]=null,_0x21df13[_0x20bd('0x3a')][_0x20bd('0x3c')]=null,_0x21df13['prototype']['graveyardPosition']=null,_0x21df13[_0x20bd('0x3a')][_0x20bd('0x2a')]=0x0,_0x21df13['prototype'][_0x20bd('0x6')]=!0x1,_0x21df13['create']=function(_0x188d6c){return new _0x21df13(_0x188d6c);},_0x21df13[_0x20bd('0x1a')]=function(_0xc7a524,_0x386b7b){return _0x386b7b||(_0x386b7b=y[_0x20bd('0x83')]()),null!=_0xc7a524[_0x20bd('0x86')]&&Object[_0x20bd('0x10')][_0x20bd('0x37')](_0xc7a524,_0x20bd('0x86'))&&v[_0x20bd('0x8b')][_0x20bd('0x1a')](_0xc7a524['sourcePosition'],_0x386b7b[_0x20bd('0x28')](0xa)[_0x20bd('0x71')]())[_0x20bd('0x58')](),null!=_0xc7a524[_0x20bd('0x3c')]&&Object[_0x20bd('0x10')][_0x20bd('0x37')](_0xc7a524,_0x20bd('0x3c'))&&v[_0x20bd('0x8b')][_0x20bd('0x1a')](_0xc7a524[_0x20bd('0x3c')],_0x386b7b[_0x20bd('0x28')](0x12)[_0x20bd('0x71')]())[_0x20bd('0x58')](),null!=_0xc7a524[_0x20bd('0x97')]&&Object[_0x20bd('0x10')][_0x20bd('0x37')](_0xc7a524,_0x20bd('0x97'))&&v[_0x20bd('0x8b')][_0x20bd('0x1a')](_0xc7a524[_0x20bd('0x97')],_0x386b7b['uint32'](0x1a)[_0x20bd('0x71')]())['ldelim'](),null!=_0xc7a524[_0x20bd('0x2a')]&&Object['hasOwnProperty'][_0x20bd('0x37')](_0xc7a524,'howMany')&&_0x386b7b['uint32'](0x20)['uint32'](_0xc7a524[_0x20bd('0x2a')]),null!=_0xc7a524[_0x20bd('0x6')]&&Object[_0x20bd('0x10')][_0x20bd('0x37')](_0xc7a524,'wasUndone')&&_0x386b7b[_0x20bd('0x28')](0x28)[_0x20bd('0x31')](_0xc7a524[_0x20bd('0x6')]),_0x386b7b;},_0x21df13[_0x20bd('0x2f')]=function(_0x4a07ff,_0x207cc5){return this[_0x20bd('0x1a')](_0x4a07ff,_0x207cc5)[_0x20bd('0x58')]();},_0x21df13[_0x20bd('0x4b')]=function(_0x649dfd,_0x4b9355){_0x649dfd instanceof j||(_0x649dfd=j[_0x20bd('0x83')](_0x649dfd));let _0x4a7585=void 0x0===_0x4b9355?_0x649dfd[_0x20bd('0x68')]:_0x649dfd[_0x20bd('0x4a')]+_0x4b9355,_0x33be21=new v[(_0x20bd('0x51'))]();for(;_0x649dfd[_0x20bd('0x4a')]<_0x4a7585;){let _0x438ff5=_0x649dfd[_0x20bd('0x28')]();switch(_0x438ff5>>>0x3){case 0x1:_0x33be21[_0x20bd('0x86')]=v[_0x20bd('0x8b')][_0x20bd('0x4b')](_0x649dfd,_0x649dfd[_0x20bd('0x28')]());break;case 0x2:_0x33be21[_0x20bd('0x3c')]=v[_0x20bd('0x8b')][_0x20bd('0x4b')](_0x649dfd,_0x649dfd['uint32']());break;case 0x3:_0x33be21[_0x20bd('0x97')]=v['Position'][_0x20bd('0x4b')](_0x649dfd,_0x649dfd[_0x20bd('0x28')]());break;case 0x4:_0x33be21['howMany']=_0x649dfd[_0x20bd('0x28')]();break;case 0x5:_0x33be21[_0x20bd('0x6')]=_0x649dfd[_0x20bd('0x31')]();break;default:_0x649dfd[_0x20bd('0x2e')](0x7&_0x438ff5);}}return _0x33be21;},_0x21df13[_0x20bd('0x1f')]=function(_0x2e3497){return _0x2e3497 instanceof j||(_0x2e3497=new j(_0x2e3497)),this[_0x20bd('0x4b')](_0x2e3497,_0x2e3497[_0x20bd('0x28')]());},_0x21df13['verify']=function(_0x119539){if(_0x20bd('0x8')!=typeof _0x119539||null===_0x119539)return _0x20bd('0x8d');if(null!=_0x119539[_0x20bd('0x86')]&&_0x119539[_0x20bd('0x10')](_0x20bd('0x86'))){let _0x3641b3=v[_0x20bd('0x8b')][_0x20bd('0x57')](_0x119539[_0x20bd('0x86')]);if(_0x3641b3)return _0x20bd('0x21')+_0x3641b3;}if(null!=_0x119539[_0x20bd('0x3c')]&&_0x119539[_0x20bd('0x10')](_0x20bd('0x3c'))){let _0x4b3464=v[_0x20bd('0x8b')]['verify'](_0x119539[_0x20bd('0x3c')]);if(_0x4b3464)return _0x20bd('0x95')+_0x4b3464;}if(null!=_0x119539[_0x20bd('0x97')]&&_0x119539[_0x20bd('0x10')](_0x20bd('0x97'))){let _0x137889=v[_0x20bd('0x8b')][_0x20bd('0x57')](_0x119539['graveyardPosition']);if(_0x137889)return _0x20bd('0x87')+_0x137889;}return null!=_0x119539[_0x20bd('0x2a')]&&_0x119539[_0x20bd('0x10')](_0x20bd('0x2a'))&&!k[_0x20bd('0x6f')](_0x119539[_0x20bd('0x2a')])?_0x20bd('0x7c'):null!=_0x119539[_0x20bd('0x6')]&&_0x119539[_0x20bd('0x10')](_0x20bd('0x6'))&&'boolean'!=typeof _0x119539[_0x20bd('0x6')]?_0x20bd('0x33'):null;},_0x21df13[_0x20bd('0x67')]=function(_0x4e6440){if(_0x4e6440 instanceof v[_0x20bd('0x51')])return _0x4e6440;let _0xdbda77=new v[(_0x20bd('0x51'))]();if(null!=_0x4e6440['sourcePosition']){if(_0x20bd('0x8')!=typeof _0x4e6440[_0x20bd('0x86')])throw TypeError(_0x20bd('0x0'));_0xdbda77[_0x20bd('0x86')]=v[_0x20bd('0x8b')][_0x20bd('0x67')](_0x4e6440[_0x20bd('0x86')]);}if(null!=_0x4e6440[_0x20bd('0x3c')]){if(_0x20bd('0x8')!=typeof _0x4e6440[_0x20bd('0x3c')])throw TypeError(_0x20bd('0x7d'));_0xdbda77[_0x20bd('0x3c')]=v[_0x20bd('0x8b')][_0x20bd('0x67')](_0x4e6440[_0x20bd('0x3c')]);}if(null!=_0x4e6440['graveyardPosition']){if('object'!=typeof _0x4e6440['graveyardPosition'])throw TypeError(_0x20bd('0x18'));_0xdbda77['graveyardPosition']=v[_0x20bd('0x8b')]['fromObject'](_0x4e6440[_0x20bd('0x97')]);}return null!=_0x4e6440['howMany']&&(_0xdbda77[_0x20bd('0x2a')]=_0x4e6440[_0x20bd('0x2a')]>>>0x0),null!=_0x4e6440[_0x20bd('0x6')]&&(_0xdbda77[_0x20bd('0x6')]=Boolean(_0x4e6440['wasUndone'])),_0xdbda77;},_0x21df13[_0x20bd('0x7a')]=function(_0x4ab0c3,_0x360225){_0x360225||(_0x360225={});let _0xc4032f={};return _0x360225[_0x20bd('0x8a')]&&(_0xc4032f[_0x20bd('0x86')]=null,_0xc4032f[_0x20bd('0x3c')]=null,_0xc4032f['graveyardPosition']=null,_0xc4032f[_0x20bd('0x2a')]=0x0,_0xc4032f['wasUndone']=!0x1),null!=_0x4ab0c3[_0x20bd('0x86')]&&_0x4ab0c3[_0x20bd('0x10')](_0x20bd('0x86'))&&(_0xc4032f[_0x20bd('0x86')]=v['Position'][_0x20bd('0x7a')](_0x4ab0c3[_0x20bd('0x86')],_0x360225)),null!=_0x4ab0c3[_0x20bd('0x3c')]&&_0x4ab0c3[_0x20bd('0x10')](_0x20bd('0x3c'))&&(_0xc4032f[_0x20bd('0x3c')]=v[_0x20bd('0x8b')]['toObject'](_0x4ab0c3[_0x20bd('0x3c')],_0x360225)),null!=_0x4ab0c3[_0x20bd('0x97')]&&_0x4ab0c3[_0x20bd('0x10')](_0x20bd('0x97'))&&(_0xc4032f[_0x20bd('0x97')]=v[_0x20bd('0x8b')][_0x20bd('0x7a')](_0x4ab0c3[_0x20bd('0x97')],_0x360225)),null!=_0x4ab0c3[_0x20bd('0x2a')]&&_0x4ab0c3[_0x20bd('0x10')](_0x20bd('0x2a'))&&(_0xc4032f[_0x20bd('0x2a')]=_0x4ab0c3['howMany']),null!=_0x4ab0c3[_0x20bd('0x6')]&&_0x4ab0c3[_0x20bd('0x10')]('wasUndone')&&(_0xc4032f[_0x20bd('0x6')]=_0x4ab0c3[_0x20bd('0x6')]),_0xc4032f;},_0x21df13[_0x20bd('0x3a')][_0x20bd('0x78')]=function(){return this['constructor'][_0x20bd('0x7a')](this,_0x1ecc16[_0x20bd('0xa')][_0x20bd('0x4')]);},_0x21df13[_0x20bd('0x17')]=function(_0x406b6a){return void 0x0===_0x406b6a&&(_0x406b6a='type.googleapis.com'),_0x406b6a+_0x20bd('0xe');},_0x21df13;})();export const MoveOperation=v[_0x20bd('0x52')]=(()=>{function _0x31cc69(_0x43fdb8){if(_0x43fdb8)for(let _0x306220=Object['keys'](_0x43fdb8),_0x1d2ae0=0x0;_0x1d2ae0<_0x306220[_0x20bd('0x44')];++_0x1d2ae0)null!=_0x43fdb8[_0x306220[_0x1d2ae0]]&&(this[_0x306220[_0x1d2ae0]]=_0x43fdb8[_0x306220[_0x1d2ae0]]);}return _0x31cc69['prototype'][_0x20bd('0x86')]=null,_0x31cc69[_0x20bd('0x3a')][_0x20bd('0x2a')]=0x0,_0x31cc69['prototype'][_0x20bd('0x3c')]=null,_0x31cc69[_0x20bd('0x3a')]['wasUndone']=!0x1,_0x31cc69[_0x20bd('0x83')]=function(_0x4d1a22){return new _0x31cc69(_0x4d1a22);},_0x31cc69['encode']=function(_0x24e6a8,_0x4966dd){return _0x4966dd||(_0x4966dd=y[_0x20bd('0x83')]()),null!=_0x24e6a8['sourcePosition']&&Object['hasOwnProperty']['call'](_0x24e6a8,_0x20bd('0x86'))&&v[_0x20bd('0x8b')][_0x20bd('0x1a')](_0x24e6a8[_0x20bd('0x86')],_0x4966dd[_0x20bd('0x28')](0xa)[_0x20bd('0x71')]())[_0x20bd('0x58')](),null!=_0x24e6a8[_0x20bd('0x2a')]&&Object[_0x20bd('0x10')][_0x20bd('0x37')](_0x24e6a8,'howMany')&&_0x4966dd[_0x20bd('0x28')](0x10)[_0x20bd('0x28')](_0x24e6a8['howMany']),null!=_0x24e6a8['targetPosition']&&Object[_0x20bd('0x10')][_0x20bd('0x37')](_0x24e6a8,'targetPosition')&&v[_0x20bd('0x8b')]['encode'](_0x24e6a8[_0x20bd('0x3c')],_0x4966dd[_0x20bd('0x28')](0x1a)[_0x20bd('0x71')]())['ldelim'](),null!=_0x24e6a8[_0x20bd('0x6')]&&Object[_0x20bd('0x10')]['call'](_0x24e6a8,'wasUndone')&&_0x4966dd['uint32'](0x20)[_0x20bd('0x31')](_0x24e6a8['wasUndone']),_0x4966dd;},_0x31cc69[_0x20bd('0x2f')]=function(_0xb38d6d,_0x29321d){return this[_0x20bd('0x1a')](_0xb38d6d,_0x29321d)[_0x20bd('0x58')]();},_0x31cc69[_0x20bd('0x4b')]=function(_0x37f3c9,_0x15c388){_0x37f3c9 instanceof j||(_0x37f3c9=j[_0x20bd('0x83')](_0x37f3c9));let _0x574e75=void 0x0===_0x15c388?_0x37f3c9['len']:_0x37f3c9['pos']+_0x15c388,_0x48d51b=new v[(_0x20bd('0x52'))]();for(;_0x37f3c9[_0x20bd('0x4a')]<_0x574e75;){let _0x1c1cdb=_0x37f3c9[_0x20bd('0x28')]();switch(_0x1c1cdb>>>0x3){case 0x1:_0x48d51b[_0x20bd('0x86')]=v['Position'][_0x20bd('0x4b')](_0x37f3c9,_0x37f3c9[_0x20bd('0x28')]());break;case 0x2:_0x48d51b['howMany']=_0x37f3c9['uint32']();break;case 0x3:_0x48d51b[_0x20bd('0x3c')]=v[_0x20bd('0x8b')][_0x20bd('0x4b')](_0x37f3c9,_0x37f3c9['uint32']());break;case 0x4:_0x48d51b['wasUndone']=_0x37f3c9['bool']();break;default:_0x37f3c9[_0x20bd('0x2e')](0x7&_0x1c1cdb);}}return _0x48d51b;},_0x31cc69['decodeDelimited']=function(_0xb0ffed){return _0xb0ffed instanceof j||(_0xb0ffed=new j(_0xb0ffed)),this[_0x20bd('0x4b')](_0xb0ffed,_0xb0ffed[_0x20bd('0x28')]());},_0x31cc69[_0x20bd('0x57')]=function(_0xd34eb2){if(_0x20bd('0x8')!=typeof _0xd34eb2||null===_0xd34eb2)return _0x20bd('0x8d');if(null!=_0xd34eb2[_0x20bd('0x86')]&&_0xd34eb2['hasOwnProperty'](_0x20bd('0x86'))){let _0x32d542=v[_0x20bd('0x8b')][_0x20bd('0x57')](_0xd34eb2[_0x20bd('0x86')]);if(_0x32d542)return _0x20bd('0x21')+_0x32d542;}if(null!=_0xd34eb2['howMany']&&_0xd34eb2[_0x20bd('0x10')](_0x20bd('0x2a'))&&!k['isInteger'](_0xd34eb2[_0x20bd('0x2a')]))return _0x20bd('0x7c');if(null!=_0xd34eb2[_0x20bd('0x3c')]&&_0xd34eb2[_0x20bd('0x10')](_0x20bd('0x3c'))){let _0x9731f6=v[_0x20bd('0x8b')][_0x20bd('0x57')](_0xd34eb2[_0x20bd('0x3c')]);if(_0x9731f6)return _0x20bd('0x95')+_0x9731f6;}return null!=_0xd34eb2[_0x20bd('0x6')]&&_0xd34eb2['hasOwnProperty'](_0x20bd('0x6'))&&_0x20bd('0x96')!=typeof _0xd34eb2['wasUndone']?_0x20bd('0x33'):null;},_0x31cc69['fromObject']=function(_0x204e2b){if(_0x204e2b instanceof v[_0x20bd('0x52')])return _0x204e2b;let _0x550611=new v[(_0x20bd('0x52'))]();if(null!=_0x204e2b[_0x20bd('0x86')]){if(_0x20bd('0x8')!=typeof _0x204e2b['sourcePosition'])throw TypeError(_0x20bd('0x38'));_0x550611[_0x20bd('0x86')]=v[_0x20bd('0x8b')]['fromObject'](_0x204e2b[_0x20bd('0x86')]);}if(null!=_0x204e2b['howMany']&&(_0x550611[_0x20bd('0x2a')]=_0x204e2b[_0x20bd('0x2a')]>>>0x0),null!=_0x204e2b['targetPosition']){if(_0x20bd('0x8')!=typeof _0x204e2b[_0x20bd('0x3c')])throw TypeError(_0x20bd('0xb'));_0x550611[_0x20bd('0x3c')]=v[_0x20bd('0x8b')][_0x20bd('0x67')](_0x204e2b[_0x20bd('0x3c')]);}return null!=_0x204e2b['wasUndone']&&(_0x550611[_0x20bd('0x6')]=Boolean(_0x204e2b[_0x20bd('0x6')])),_0x550611;},_0x31cc69[_0x20bd('0x7a')]=function(_0x2fbcf4,_0x39899a){_0x39899a||(_0x39899a={});let _0x1d5660={};return _0x39899a[_0x20bd('0x8a')]&&(_0x1d5660['sourcePosition']=null,_0x1d5660['howMany']=0x0,_0x1d5660['targetPosition']=null,_0x1d5660[_0x20bd('0x6')]=!0x1),null!=_0x2fbcf4[_0x20bd('0x86')]&&_0x2fbcf4['hasOwnProperty']('sourcePosition')&&(_0x1d5660[_0x20bd('0x86')]=v[_0x20bd('0x8b')][_0x20bd('0x7a')](_0x2fbcf4['sourcePosition'],_0x39899a)),null!=_0x2fbcf4[_0x20bd('0x2a')]&&_0x2fbcf4[_0x20bd('0x10')](_0x20bd('0x2a'))&&(_0x1d5660[_0x20bd('0x2a')]=_0x2fbcf4[_0x20bd('0x2a')]),null!=_0x2fbcf4[_0x20bd('0x3c')]&&_0x2fbcf4[_0x20bd('0x10')](_0x20bd('0x3c'))&&(_0x1d5660['targetPosition']=v[_0x20bd('0x8b')]['toObject'](_0x2fbcf4[_0x20bd('0x3c')],_0x39899a)),null!=_0x2fbcf4[_0x20bd('0x6')]&&_0x2fbcf4['hasOwnProperty']('wasUndone')&&(_0x1d5660[_0x20bd('0x6')]=_0x2fbcf4[_0x20bd('0x6')]),_0x1d5660;},_0x31cc69[_0x20bd('0x3a')][_0x20bd('0x78')]=function(){return this[_0x20bd('0x3')][_0x20bd('0x7a')](this,_0x1ecc16[_0x20bd('0xa')][_0x20bd('0x4')]);},_0x31cc69['getTypeUrl']=function(_0x41d12d){return void 0x0===_0x41d12d&&(_0x41d12d=_0x20bd('0x1')),_0x41d12d+_0x20bd('0x69');},_0x31cc69;})();export const RenameOperation=v[_0x20bd('0x94')]=(()=>{function _0x103166(_0x43eaad){if(_0x43eaad)for(let _0x3ee31a=Object[_0x20bd('0xf')](_0x43eaad),_0x46a9cf=0x0;_0x46a9cf<_0x3ee31a[_0x20bd('0x44')];++_0x46a9cf)null!=_0x43eaad[_0x3ee31a[_0x46a9cf]]&&(this[_0x3ee31a[_0x46a9cf]]=_0x43eaad[_0x3ee31a[_0x46a9cf]]);}return _0x103166[_0x20bd('0x3a')][_0x20bd('0x45')]=null,_0x103166[_0x20bd('0x3a')][_0x20bd('0x53')]='',_0x103166[_0x20bd('0x3a')]['newName']='',_0x103166[_0x20bd('0x3a')][_0x20bd('0x6')]=!0x1,_0x103166['create']=function(_0x47f58c){return new _0x103166(_0x47f58c);},_0x103166[_0x20bd('0x1a')]=function(_0x108d08,_0x2aa687){return _0x2aa687||(_0x2aa687=y[_0x20bd('0x83')]()),null!=_0x108d08[_0x20bd('0x45')]&&Object[_0x20bd('0x10')][_0x20bd('0x37')](_0x108d08,_0x20bd('0x45'))&&v[_0x20bd('0x8b')][_0x20bd('0x1a')](_0x108d08[_0x20bd('0x45')],_0x2aa687['uint32'](0xa)['fork']())[_0x20bd('0x58')](),null!=_0x108d08[_0x20bd('0x53')]&&Object[_0x20bd('0x10')][_0x20bd('0x37')](_0x108d08,'oldName')&&_0x2aa687[_0x20bd('0x28')](0x12)[_0x20bd('0x66')](_0x108d08[_0x20bd('0x53')]),null!=_0x108d08['newName']&&Object['hasOwnProperty']['call'](_0x108d08,_0x20bd('0x59'))&&_0x2aa687[_0x20bd('0x28')](0x1a)[_0x20bd('0x66')](_0x108d08['newName']),null!=_0x108d08[_0x20bd('0x6')]&&Object[_0x20bd('0x10')]['call'](_0x108d08,_0x20bd('0x6'))&&_0x2aa687[_0x20bd('0x28')](0x20)[_0x20bd('0x31')](_0x108d08[_0x20bd('0x6')]),_0x2aa687;},_0x103166[_0x20bd('0x2f')]=function(_0x8818c8,_0x1a821b){return this[_0x20bd('0x1a')](_0x8818c8,_0x1a821b)[_0x20bd('0x58')]();},_0x103166[_0x20bd('0x4b')]=function(_0x1df928,_0x9e2f93){_0x1df928 instanceof j||(_0x1df928=j[_0x20bd('0x83')](_0x1df928));let _0x11ecc3=void 0x0===_0x9e2f93?_0x1df928['len']:_0x1df928[_0x20bd('0x4a')]+_0x9e2f93,_0xb7f85e=new v[(_0x20bd('0x94'))]();for(;_0x1df928['pos']<_0x11ecc3;){let _0x2cc7f5=_0x1df928['uint32']();switch(_0x2cc7f5>>>0x3){case 0x1:_0xb7f85e[_0x20bd('0x45')]=v[_0x20bd('0x8b')][_0x20bd('0x4b')](_0x1df928,_0x1df928[_0x20bd('0x28')]());break;case 0x2:_0xb7f85e[_0x20bd('0x53')]=_0x1df928[_0x20bd('0x66')]();break;case 0x3:_0xb7f85e[_0x20bd('0x59')]=_0x1df928[_0x20bd('0x66')]();break;case 0x4:_0xb7f85e['wasUndone']=_0x1df928[_0x20bd('0x31')]();break;default:_0x1df928[_0x20bd('0x2e')](0x7&_0x2cc7f5);}}return _0xb7f85e;},_0x103166['decodeDelimited']=function(_0x481556){return _0x481556 instanceof j||(_0x481556=new j(_0x481556)),this[_0x20bd('0x4b')](_0x481556,_0x481556[_0x20bd('0x28')]());},_0x103166[_0x20bd('0x57')]=function(_0x288ff6){if(_0x20bd('0x8')!=typeof _0x288ff6||null===_0x288ff6)return _0x20bd('0x8d');if(null!=_0x288ff6[_0x20bd('0x45')]&&_0x288ff6[_0x20bd('0x10')]('position')){let _0x292ac5=v['Position'][_0x20bd('0x57')](_0x288ff6[_0x20bd('0x45')]);if(_0x292ac5)return'position.'+_0x292ac5;}return null!=_0x288ff6[_0x20bd('0x53')]&&_0x288ff6[_0x20bd('0x10')](_0x20bd('0x53'))&&!k[_0x20bd('0x6c')](_0x288ff6[_0x20bd('0x53')])?_0x20bd('0x3f'):null!=_0x288ff6[_0x20bd('0x59')]&&_0x288ff6[_0x20bd('0x10')](_0x20bd('0x59'))&&!k[_0x20bd('0x6c')](_0x288ff6[_0x20bd('0x59')])?_0x20bd('0x63'):null!=_0x288ff6[_0x20bd('0x6')]&&_0x288ff6[_0x20bd('0x10')](_0x20bd('0x6'))&&_0x20bd('0x96')!=typeof _0x288ff6['wasUndone']?_0x20bd('0x33'):null;},_0x103166['fromObject']=function(_0x326d47){if(_0x326d47 instanceof v[_0x20bd('0x94')])return _0x326d47;let _0x48a15b=new v['RenameOperation']();if(null!=_0x326d47[_0x20bd('0x45')]){if(_0x20bd('0x8')!=typeof _0x326d47['position'])throw TypeError(_0x20bd('0x64'));_0x48a15b[_0x20bd('0x45')]=v[_0x20bd('0x8b')][_0x20bd('0x67')](_0x326d47[_0x20bd('0x45')]);}return null!=_0x326d47[_0x20bd('0x53')]&&(_0x48a15b[_0x20bd('0x53')]=String(_0x326d47[_0x20bd('0x53')])),null!=_0x326d47[_0x20bd('0x59')]&&(_0x48a15b[_0x20bd('0x59')]=String(_0x326d47[_0x20bd('0x59')])),null!=_0x326d47['wasUndone']&&(_0x48a15b[_0x20bd('0x6')]=Boolean(_0x326d47[_0x20bd('0x6')])),_0x48a15b;},_0x103166['toObject']=function(_0x372e4a,_0x1932a2){_0x1932a2||(_0x1932a2={});let _0x5c94d0={};return _0x1932a2[_0x20bd('0x8a')]&&(_0x5c94d0[_0x20bd('0x45')]=null,_0x5c94d0[_0x20bd('0x53')]='',_0x5c94d0[_0x20bd('0x59')]='',_0x5c94d0[_0x20bd('0x6')]=!0x1),null!=_0x372e4a[_0x20bd('0x45')]&&_0x372e4a['hasOwnProperty'](_0x20bd('0x45'))&&(_0x5c94d0[_0x20bd('0x45')]=v[_0x20bd('0x8b')][_0x20bd('0x7a')](_0x372e4a['position'],_0x1932a2)),null!=_0x372e4a['oldName']&&_0x372e4a['hasOwnProperty'](_0x20bd('0x53'))&&(_0x5c94d0[_0x20bd('0x53')]=_0x372e4a[_0x20bd('0x53')]),null!=_0x372e4a[_0x20bd('0x59')]&&_0x372e4a['hasOwnProperty'](_0x20bd('0x59'))&&(_0x5c94d0[_0x20bd('0x59')]=_0x372e4a[_0x20bd('0x59')]),null!=_0x372e4a[_0x20bd('0x6')]&&_0x372e4a[_0x20bd('0x10')](_0x20bd('0x6'))&&(_0x5c94d0[_0x20bd('0x6')]=_0x372e4a[_0x20bd('0x6')]),_0x5c94d0;},_0x103166['prototype'][_0x20bd('0x78')]=function(){return this[_0x20bd('0x3')][_0x20bd('0x7a')](this,_0x1ecc16[_0x20bd('0xa')][_0x20bd('0x4')]);},_0x103166['getTypeUrl']=function(_0x55ce2d){return void 0x0===_0x55ce2d&&(_0x55ce2d=_0x20bd('0x1')),_0x55ce2d+_0x20bd('0x1e');},_0x103166;})();export const RootAttributeOperation=v['RootAttributeOperation']=(()=>{function _0xb5056b(_0xe46016){if(_0xe46016)for(let _0x3c4fb9=Object[_0x20bd('0xf')](_0xe46016),_0x2bd90d=0x0;_0x2bd90d<_0x3c4fb9[_0x20bd('0x44')];++_0x2bd90d)null!=_0xe46016[_0x3c4fb9[_0x2bd90d]]&&(this[_0x3c4fb9[_0x2bd90d]]=_0xe46016[_0x3c4fb9[_0x2bd90d]]);}return _0xb5056b[_0x20bd('0x3a')]['root']='',_0xb5056b[_0x20bd('0x3a')][_0x20bd('0x70')]='',_0xb5056b[_0x20bd('0x3a')][_0x20bd('0x1d')]=!0x1,_0xb5056b[_0x20bd('0x3a')][_0x20bd('0x9')]='',_0xb5056b['prototype'][_0x20bd('0x46')]=!0x1,_0xb5056b['prototype']['newValueJson']='',_0xb5056b[_0x20bd('0x3a')]['wasUndone']=!0x1,_0xb5056b[_0x20bd('0x83')]=function(_0x40701a){return new _0xb5056b(_0x40701a);},_0xb5056b[_0x20bd('0x1a')]=function(_0x2ae965,_0x32fdd7){return _0x32fdd7||(_0x32fdd7=y[_0x20bd('0x83')]()),null!=_0x2ae965[_0x20bd('0x34')]&&Object[_0x20bd('0x10')]['call'](_0x2ae965,'root')&&_0x32fdd7[_0x20bd('0x28')](0xa)[_0x20bd('0x66')](_0x2ae965[_0x20bd('0x34')]),null!=_0x2ae965[_0x20bd('0x70')]&&Object[_0x20bd('0x10')][_0x20bd('0x37')](_0x2ae965,'key')&&_0x32fdd7[_0x20bd('0x28')](0x12)[_0x20bd('0x66')](_0x2ae965[_0x20bd('0x70')]),null!=_0x2ae965[_0x20bd('0x1d')]&&Object[_0x20bd('0x10')][_0x20bd('0x37')](_0x2ae965,_0x20bd('0x1d'))&&_0x32fdd7['uint32'](0x18)[_0x20bd('0x31')](_0x2ae965[_0x20bd('0x1d')]),null!=_0x2ae965[_0x20bd('0x9')]&&Object[_0x20bd('0x10')]['call'](_0x2ae965,_0x20bd('0x9'))&&_0x32fdd7[_0x20bd('0x28')](0x22)[_0x20bd('0x66')](_0x2ae965['oldValueJson']),null!=_0x2ae965[_0x20bd('0x46')]&&Object[_0x20bd('0x10')][_0x20bd('0x37')](_0x2ae965,_0x20bd('0x46'))&&_0x32fdd7['uint32'](0x28)['bool'](_0x2ae965[_0x20bd('0x46')]),null!=_0x2ae965[_0x20bd('0x55')]&&Object[_0x20bd('0x10')]['call'](_0x2ae965,'newValueJson')&&_0x32fdd7['uint32'](0x32)[_0x20bd('0x66')](_0x2ae965[_0x20bd('0x55')]),null!=_0x2ae965[_0x20bd('0x6')]&&Object[_0x20bd('0x10')][_0x20bd('0x37')](_0x2ae965,'wasUndone')&&_0x32fdd7['uint32'](0x38)[_0x20bd('0x31')](_0x2ae965[_0x20bd('0x6')]),_0x32fdd7;},_0xb5056b[_0x20bd('0x2f')]=function(_0x32b634,_0x384e18){return this[_0x20bd('0x1a')](_0x32b634,_0x384e18)[_0x20bd('0x58')]();},_0xb5056b[_0x20bd('0x4b')]=function(_0x1c2b0e,_0x297b12){_0x1c2b0e instanceof j||(_0x1c2b0e=j[_0x20bd('0x83')](_0x1c2b0e));let _0x225f73=void 0x0===_0x297b12?_0x1c2b0e['len']:_0x1c2b0e[_0x20bd('0x4a')]+_0x297b12,_0x40a930=new v[(_0x20bd('0x2b'))]();for(;_0x1c2b0e[_0x20bd('0x4a')]<_0x225f73;){let _0x1669f7=_0x1c2b0e['uint32']();switch(_0x1669f7>>>0x3){case 0x1:_0x40a930['root']=_0x1c2b0e['string']();break;case 0x2:_0x40a930[_0x20bd('0x70')]=_0x1c2b0e[_0x20bd('0x66')]();break;case 0x3:_0x40a930[_0x20bd('0x1d')]=_0x1c2b0e[_0x20bd('0x31')]();break;case 0x4:_0x40a930[_0x20bd('0x9')]=_0x1c2b0e[_0x20bd('0x66')]();break;case 0x5:_0x40a930[_0x20bd('0x46')]=_0x1c2b0e['bool']();break;case 0x6:_0x40a930[_0x20bd('0x55')]=_0x1c2b0e[_0x20bd('0x66')]();break;case 0x7:_0x40a930[_0x20bd('0x6')]=_0x1c2b0e[_0x20bd('0x31')]();break;default:_0x1c2b0e[_0x20bd('0x2e')](0x7&_0x1669f7);}}return _0x40a930;},_0xb5056b['decodeDelimited']=function(_0x38e17e){return _0x38e17e instanceof j||(_0x38e17e=new j(_0x38e17e)),this['decode'](_0x38e17e,_0x38e17e[_0x20bd('0x28')]());},_0xb5056b[_0x20bd('0x57')]=function(_0x5ce44d){return _0x20bd('0x8')!=typeof _0x5ce44d||null===_0x5ce44d?_0x20bd('0x8d'):null!=_0x5ce44d[_0x20bd('0x34')]&&_0x5ce44d['hasOwnProperty']('root')&&!k[_0x20bd('0x6c')](_0x5ce44d[_0x20bd('0x34')])?_0x20bd('0x92'):null!=_0x5ce44d[_0x20bd('0x70')]&&_0x5ce44d[_0x20bd('0x10')](_0x20bd('0x70'))&&!k[_0x20bd('0x6c')](_0x5ce44d[_0x20bd('0x70')])?_0x20bd('0x7'):null!=_0x5ce44d[_0x20bd('0x1d')]&&_0x5ce44d[_0x20bd('0x10')](_0x20bd('0x1d'))&&_0x20bd('0x96')!=typeof _0x5ce44d[_0x20bd('0x1d')]?_0x20bd('0x11'):null!=_0x5ce44d[_0x20bd('0x9')]&&_0x5ce44d[_0x20bd('0x10')](_0x20bd('0x9'))&&!k[_0x20bd('0x6c')](_0x5ce44d[_0x20bd('0x9')])?'oldValueJson:\x20string\x20expected':null!=_0x5ce44d[_0x20bd('0x46')]&&_0x5ce44d[_0x20bd('0x10')]('newValueBoolean')&&'boolean'!=typeof _0x5ce44d[_0x20bd('0x46')]?_0x20bd('0x13'):null!=_0x5ce44d[_0x20bd('0x55')]&&_0x5ce44d[_0x20bd('0x10')](_0x20bd('0x55'))&&!k[_0x20bd('0x6c')](_0x5ce44d['newValueJson'])?_0x20bd('0x4d'):null!=_0x5ce44d['wasUndone']&&_0x5ce44d[_0x20bd('0x10')](_0x20bd('0x6'))&&'boolean'!=typeof _0x5ce44d[_0x20bd('0x6')]?_0x20bd('0x33'):null;},_0xb5056b['fromObject']=function(_0x5a7b58){if(_0x5a7b58 instanceof v[_0x20bd('0x2b')])return _0x5a7b58;let _0x3172fe=new v['RootAttributeOperation']();return null!=_0x5a7b58[_0x20bd('0x34')]&&(_0x3172fe['root']=String(_0x5a7b58['root'])),null!=_0x5a7b58[_0x20bd('0x70')]&&(_0x3172fe['key']=String(_0x5a7b58['key'])),null!=_0x5a7b58[_0x20bd('0x1d')]&&(_0x3172fe['oldValueBoolean']=Boolean(_0x5a7b58['oldValueBoolean'])),null!=_0x5a7b58['oldValueJson']&&(_0x3172fe[_0x20bd('0x9')]=String(_0x5a7b58[_0x20bd('0x9')])),null!=_0x5a7b58[_0x20bd('0x46')]&&(_0x3172fe[_0x20bd('0x46')]=Boolean(_0x5a7b58[_0x20bd('0x46')])),null!=_0x5a7b58[_0x20bd('0x55')]&&(_0x3172fe['newValueJson']=String(_0x5a7b58['newValueJson'])),null!=_0x5a7b58[_0x20bd('0x6')]&&(_0x3172fe[_0x20bd('0x6')]=Boolean(_0x5a7b58[_0x20bd('0x6')])),_0x3172fe;},_0xb5056b[_0x20bd('0x7a')]=function(_0x1569de,_0x5d79f){_0x5d79f||(_0x5d79f={});let _0x1c94a1={};return _0x5d79f[_0x20bd('0x8a')]&&(_0x1c94a1[_0x20bd('0x34')]='',_0x1c94a1[_0x20bd('0x70')]='',_0x1c94a1[_0x20bd('0x1d')]=!0x1,_0x1c94a1[_0x20bd('0x9')]='',_0x1c94a1[_0x20bd('0x46')]=!0x1,_0x1c94a1[_0x20bd('0x55')]='',_0x1c94a1[_0x20bd('0x6')]=!0x1),null!=_0x1569de[_0x20bd('0x34')]&&_0x1569de['hasOwnProperty'](_0x20bd('0x34'))&&(_0x1c94a1['root']=_0x1569de[_0x20bd('0x34')]),null!=_0x1569de['key']&&_0x1569de['hasOwnProperty']('key')&&(_0x1c94a1[_0x20bd('0x70')]=_0x1569de[_0x20bd('0x70')]),null!=_0x1569de['oldValueBoolean']&&_0x1569de['hasOwnProperty'](_0x20bd('0x1d'))&&(_0x1c94a1[_0x20bd('0x1d')]=_0x1569de['oldValueBoolean']),null!=_0x1569de[_0x20bd('0x9')]&&_0x1569de[_0x20bd('0x10')](_0x20bd('0x9'))&&(_0x1c94a1[_0x20bd('0x9')]=_0x1569de[_0x20bd('0x9')]),null!=_0x1569de[_0x20bd('0x46')]&&_0x1569de[_0x20bd('0x10')](_0x20bd('0x46'))&&(_0x1c94a1[_0x20bd('0x46')]=_0x1569de['newValueBoolean']),null!=_0x1569de[_0x20bd('0x55')]&&_0x1569de['hasOwnProperty']('newValueJson')&&(_0x1c94a1[_0x20bd('0x55')]=_0x1569de[_0x20bd('0x55')]),null!=_0x1569de[_0x20bd('0x6')]&&_0x1569de[_0x20bd('0x10')]('wasUndone')&&(_0x1c94a1[_0x20bd('0x6')]=_0x1569de[_0x20bd('0x6')]),_0x1c94a1;},_0xb5056b['prototype'][_0x20bd('0x78')]=function(){return this['constructor'][_0x20bd('0x7a')](this,_0x1ecc16['util'][_0x20bd('0x4')]);},_0xb5056b[_0x20bd('0x17')]=function(_0x1aa27d){return void 0x0===_0x1aa27d&&(_0x1aa27d=_0x20bd('0x1')),_0x1aa27d+_0x20bd('0xc');},_0xb5056b;})();export const RootOperation=v['RootOperation']=(()=>{function _0x3324a3(_0x172321){if(_0x172321)for(let _0x1c66a9=Object[_0x20bd('0xf')](_0x172321),_0x2a2a55=0x0;_0x2a2a55<_0x1c66a9['length'];++_0x2a2a55)null!=_0x172321[_0x1c66a9[_0x2a2a55]]&&(this[_0x1c66a9[_0x2a2a55]]=_0x172321[_0x1c66a9[_0x2a2a55]]);}return _0x3324a3[_0x20bd('0x3a')]['rootName']='',_0x3324a3[_0x20bd('0x3a')][_0x20bd('0x56')]='',_0x3324a3[_0x20bd('0x3a')][_0x20bd('0x50')]=!0x1,_0x3324a3[_0x20bd('0x3a')][_0x20bd('0x6')]=!0x1,_0x3324a3['create']=function(_0x10de04){return new _0x3324a3(_0x10de04);},_0x3324a3[_0x20bd('0x1a')]=function(_0x12a1e6,_0x6a1b1d){return _0x6a1b1d||(_0x6a1b1d=y['create']()),null!=_0x12a1e6['rootName']&&Object[_0x20bd('0x10')]['call'](_0x12a1e6,'rootName')&&_0x6a1b1d['uint32'](0xa)[_0x20bd('0x66')](_0x12a1e6['rootName']),null!=_0x12a1e6['elementName']&&Object['hasOwnProperty']['call'](_0x12a1e6,_0x20bd('0x56'))&&_0x6a1b1d['uint32'](0x12)['string'](_0x12a1e6[_0x20bd('0x56')]),null!=_0x12a1e6[_0x20bd('0x50')]&&Object['hasOwnProperty'][_0x20bd('0x37')](_0x12a1e6,'isAdd')&&_0x6a1b1d[_0x20bd('0x28')](0x18)['bool'](_0x12a1e6['isAdd']),null!=_0x12a1e6['wasUndone']&&Object[_0x20bd('0x10')]['call'](_0x12a1e6,_0x20bd('0x6'))&&_0x6a1b1d[_0x20bd('0x28')](0x20)[_0x20bd('0x31')](_0x12a1e6[_0x20bd('0x6')]),_0x6a1b1d;},_0x3324a3[_0x20bd('0x2f')]=function(_0x4be60e,_0xe1b19f){return this[_0x20bd('0x1a')](_0x4be60e,_0xe1b19f)[_0x20bd('0x58')]();},_0x3324a3['decode']=function(_0x124ff6,_0x22a5fd){_0x124ff6 instanceof j||(_0x124ff6=j[_0x20bd('0x83')](_0x124ff6));let _0x2bac5e=void 0x0===_0x22a5fd?_0x124ff6[_0x20bd('0x68')]:_0x124ff6['pos']+_0x22a5fd,_0x44a717=new v[(_0x20bd('0x5e'))]();for(;_0x124ff6[_0x20bd('0x4a')]<_0x2bac5e;){let _0x747157=_0x124ff6[_0x20bd('0x28')]();switch(_0x747157>>>0x3){case 0x1:_0x44a717[_0x20bd('0x48')]=_0x124ff6['string']();break;case 0x2:_0x44a717[_0x20bd('0x56')]=_0x124ff6['string']();break;case 0x3:_0x44a717[_0x20bd('0x50')]=_0x124ff6[_0x20bd('0x31')]();break;case 0x4:_0x44a717['wasUndone']=_0x124ff6['bool']();break;default:_0x124ff6[_0x20bd('0x2e')](0x7&_0x747157);}}return _0x44a717;},_0x3324a3['decodeDelimited']=function(_0x3a8236){return _0x3a8236 instanceof j||(_0x3a8236=new j(_0x3a8236)),this[_0x20bd('0x4b')](_0x3a8236,_0x3a8236[_0x20bd('0x28')]());},_0x3324a3[_0x20bd('0x57')]=function(_0x350dd2){return _0x20bd('0x8')!=typeof _0x350dd2||null===_0x350dd2?_0x20bd('0x8d'):null!=_0x350dd2[_0x20bd('0x48')]&&_0x350dd2['hasOwnProperty']('rootName')&&!k[_0x20bd('0x6c')](_0x350dd2[_0x20bd('0x48')])?_0x20bd('0x2d'):null!=_0x350dd2['elementName']&&_0x350dd2[_0x20bd('0x10')](_0x20bd('0x56'))&&!k['isString'](_0x350dd2[_0x20bd('0x56')])?_0x20bd('0x93'):null!=_0x350dd2[_0x20bd('0x50')]&&_0x350dd2['hasOwnProperty'](_0x20bd('0x50'))&&'boolean'!=typeof _0x350dd2[_0x20bd('0x50')]?_0x20bd('0x8e'):null!=_0x350dd2[_0x20bd('0x6')]&&_0x350dd2[_0x20bd('0x10')](_0x20bd('0x6'))&&_0x20bd('0x96')!=typeof _0x350dd2[_0x20bd('0x6')]?_0x20bd('0x33'):null;},_0x3324a3[_0x20bd('0x67')]=function(_0x4b8b3c){if(_0x4b8b3c instanceof v[_0x20bd('0x5e')])return _0x4b8b3c;let _0x1ba784=new v[(_0x20bd('0x5e'))]();return null!=_0x4b8b3c[_0x20bd('0x48')]&&(_0x1ba784['rootName']=String(_0x4b8b3c['rootName'])),null!=_0x4b8b3c[_0x20bd('0x56')]&&(_0x1ba784['elementName']=String(_0x4b8b3c[_0x20bd('0x56')])),null!=_0x4b8b3c[_0x20bd('0x50')]&&(_0x1ba784[_0x20bd('0x50')]=Boolean(_0x4b8b3c[_0x20bd('0x50')])),null!=_0x4b8b3c[_0x20bd('0x6')]&&(_0x1ba784[_0x20bd('0x6')]=Boolean(_0x4b8b3c[_0x20bd('0x6')])),_0x1ba784;},_0x3324a3[_0x20bd('0x7a')]=function(_0x1c170c,_0x497d54){_0x497d54||(_0x497d54={});let _0x451bea={};return _0x497d54[_0x20bd('0x8a')]&&(_0x451bea[_0x20bd('0x48')]='',_0x451bea[_0x20bd('0x56')]='',_0x451bea[_0x20bd('0x50')]=!0x1,_0x451bea[_0x20bd('0x6')]=!0x1),null!=_0x1c170c[_0x20bd('0x48')]&&_0x1c170c[_0x20bd('0x10')](_0x20bd('0x48'))&&(_0x451bea['rootName']=_0x1c170c[_0x20bd('0x48')]),null!=_0x1c170c[_0x20bd('0x56')]&&_0x1c170c[_0x20bd('0x10')](_0x20bd('0x56'))&&(_0x451bea[_0x20bd('0x56')]=_0x1c170c[_0x20bd('0x56')]),null!=_0x1c170c[_0x20bd('0x50')]&&_0x1c170c['hasOwnProperty'](_0x20bd('0x50'))&&(_0x451bea[_0x20bd('0x50')]=_0x1c170c[_0x20bd('0x50')]),null!=_0x1c170c['wasUndone']&&_0x1c170c[_0x20bd('0x10')](_0x20bd('0x6'))&&(_0x451bea['wasUndone']=_0x1c170c['wasUndone']),_0x451bea;},_0x3324a3[_0x20bd('0x3a')]['toJSON']=function(){return this[_0x20bd('0x3')]['toObject'](this,_0x1ecc16[_0x20bd('0xa')][_0x20bd('0x4')]);},_0x3324a3[_0x20bd('0x17')]=function(_0x3da5d4){return void 0x0===_0x3da5d4&&(_0x3da5d4=_0x20bd('0x1')),_0x3da5d4+_0x20bd('0x6a');},_0x3324a3;})();export const SplitOperation=v['SplitOperation']=(()=>{function _0x5462b8(_0x452e19){if(_0x452e19)for(let _0x160194=Object[_0x20bd('0xf')](_0x452e19),_0x4c1e58=0x0;_0x4c1e58<_0x160194[_0x20bd('0x44')];++_0x4c1e58)null!=_0x452e19[_0x160194[_0x4c1e58]]&&(this[_0x160194[_0x4c1e58]]=_0x452e19[_0x160194[_0x4c1e58]]);}return _0x5462b8['prototype'][_0x20bd('0x47')]=null,_0x5462b8[_0x20bd('0x3a')][_0x20bd('0x97')]=null,_0x5462b8['prototype'][_0x20bd('0x2a')]=0x0,_0x5462b8[_0x20bd('0x3a')][_0x20bd('0x2')]=null,_0x5462b8[_0x20bd('0x3a')][_0x20bd('0x6')]=!0x1,_0x5462b8[_0x20bd('0x83')]=function(_0x57f9b2){return new _0x5462b8(_0x57f9b2);},_0x5462b8[_0x20bd('0x1a')]=function(_0x55245f,_0x49a2bd){return _0x49a2bd||(_0x49a2bd=y[_0x20bd('0x83')]()),null!=_0x55245f['splitPosition']&&Object[_0x20bd('0x10')]['call'](_0x55245f,_0x20bd('0x47'))&&v['Position']['encode'](_0x55245f[_0x20bd('0x47')],_0x49a2bd[_0x20bd('0x28')](0xa)[_0x20bd('0x71')]())[_0x20bd('0x58')](),null!=_0x55245f[_0x20bd('0x97')]&&Object[_0x20bd('0x10')][_0x20bd('0x37')](_0x55245f,'graveyardPosition')&&v[_0x20bd('0x8b')][_0x20bd('0x1a')](_0x55245f[_0x20bd('0x97')],_0x49a2bd[_0x20bd('0x28')](0x12)[_0x20bd('0x71')]())[_0x20bd('0x58')](),null!=_0x55245f[_0x20bd('0x2a')]&&Object[_0x20bd('0x10')][_0x20bd('0x37')](_0x55245f,_0x20bd('0x2a'))&&_0x49a2bd[_0x20bd('0x28')](0x18)[_0x20bd('0x28')](_0x55245f[_0x20bd('0x2a')]),null!=_0x55245f[_0x20bd('0x2')]&&Object[_0x20bd('0x10')][_0x20bd('0x37')](_0x55245f,_0x20bd('0x2'))&&v[_0x20bd('0x8b')][_0x20bd('0x1a')](_0x55245f[_0x20bd('0x2')],_0x49a2bd['uint32'](0x22)[_0x20bd('0x71')]())[_0x20bd('0x58')](),null!=_0x55245f[_0x20bd('0x6')]&&Object['hasOwnProperty']['call'](_0x55245f,_0x20bd('0x6'))&&_0x49a2bd['uint32'](0x28)[_0x20bd('0x31')](_0x55245f['wasUndone']),_0x49a2bd;},_0x5462b8['encodeDelimited']=function(_0x45c605,_0x572c3f){return this[_0x20bd('0x1a')](_0x45c605,_0x572c3f)[_0x20bd('0x58')]();},_0x5462b8[_0x20bd('0x4b')]=function(_0x388209,_0x1c6aac){_0x388209 instanceof j||(_0x388209=j[_0x20bd('0x83')](_0x388209));let _0x19420f=void 0x0===_0x1c6aac?_0x388209['len']:_0x388209['pos']+_0x1c6aac,_0x1e1e14=new v[(_0x20bd('0x3e'))]();for(;_0x388209[_0x20bd('0x4a')]<_0x19420f;){let _0x126d42=_0x388209['uint32']();switch(_0x126d42>>>0x3){case 0x1:_0x1e1e14[_0x20bd('0x47')]=v[_0x20bd('0x8b')][_0x20bd('0x4b')](_0x388209,_0x388209[_0x20bd('0x28')]());break;case 0x2:_0x1e1e14[_0x20bd('0x97')]=v[_0x20bd('0x8b')][_0x20bd('0x4b')](_0x388209,_0x388209['uint32']());break;case 0x3:_0x1e1e14[_0x20bd('0x2a')]=_0x388209['uint32']();break;case 0x4:_0x1e1e14[_0x20bd('0x2')]=v[_0x20bd('0x8b')]['decode'](_0x388209,_0x388209[_0x20bd('0x28')]());break;case 0x5:_0x1e1e14[_0x20bd('0x6')]=_0x388209['bool']();break;default:_0x388209['skipType'](0x7&_0x126d42);}}return _0x1e1e14;},_0x5462b8[_0x20bd('0x1f')]=function(_0x2707d6){return _0x2707d6 instanceof j||(_0x2707d6=new j(_0x2707d6)),this[_0x20bd('0x4b')](_0x2707d6,_0x2707d6[_0x20bd('0x28')]());},_0x5462b8[_0x20bd('0x57')]=function(_0x11190e){if(_0x20bd('0x8')!=typeof _0x11190e||null===_0x11190e)return _0x20bd('0x8d');if(null!=_0x11190e[_0x20bd('0x47')]&&_0x11190e[_0x20bd('0x10')](_0x20bd('0x47'))){let _0x4bd4a1=v[_0x20bd('0x8b')]['verify'](_0x11190e[_0x20bd('0x47')]);if(_0x4bd4a1)return _0x20bd('0x98')+_0x4bd4a1;}if(null!=_0x11190e['graveyardPosition']&&_0x11190e['hasOwnProperty'](_0x20bd('0x97'))){let _0x4268ba=v[_0x20bd('0x8b')][_0x20bd('0x57')](_0x11190e['graveyardPosition']);if(_0x4268ba)return _0x20bd('0x87')+_0x4268ba;}if(null!=_0x11190e[_0x20bd('0x2a')]&&_0x11190e[_0x20bd('0x10')](_0x20bd('0x2a'))&&!k[_0x20bd('0x6f')](_0x11190e[_0x20bd('0x2a')]))return _0x20bd('0x7c');if(null!=_0x11190e[_0x20bd('0x2')]&&_0x11190e[_0x20bd('0x10')](_0x20bd('0x2'))){let _0x414565=v[_0x20bd('0x8b')][_0x20bd('0x57')](_0x11190e[_0x20bd('0x2')]);if(_0x414565)return _0x20bd('0x60')+_0x414565;}return null!=_0x11190e[_0x20bd('0x6')]&&_0x11190e['hasOwnProperty'](_0x20bd('0x6'))&&_0x20bd('0x96')!=typeof _0x11190e[_0x20bd('0x6')]?'wasUndone:\x20boolean\x20expected':null;},_0x5462b8['fromObject']=function(_0x5e09b1){if(_0x5e09b1 instanceof v[_0x20bd('0x3e')])return _0x5e09b1;let _0x36b90b=new v['SplitOperation']();if(null!=_0x5e09b1['splitPosition']){if(_0x20bd('0x8')!=typeof _0x5e09b1[_0x20bd('0x47')])throw TypeError(_0x20bd('0x5c'));_0x36b90b[_0x20bd('0x47')]=v[_0x20bd('0x8b')][_0x20bd('0x67')](_0x5e09b1[_0x20bd('0x47')]);}if(null!=_0x5e09b1['graveyardPosition']){if(_0x20bd('0x8')!=typeof _0x5e09b1[_0x20bd('0x97')])throw TypeError('.SplitOperation.graveyardPosition:\x20object\x20expected');_0x36b90b[_0x20bd('0x97')]=v['Position']['fromObject'](_0x5e09b1['graveyardPosition']);}if(null!=_0x5e09b1[_0x20bd('0x2a')]&&(_0x36b90b[_0x20bd('0x2a')]=_0x5e09b1['howMany']>>>0x0),null!=_0x5e09b1[_0x20bd('0x2')]){if(_0x20bd('0x8')!=typeof _0x5e09b1[_0x20bd('0x2')])throw TypeError(_0x20bd('0x43'));_0x36b90b[_0x20bd('0x2')]=v[_0x20bd('0x8b')][_0x20bd('0x67')](_0x5e09b1['insertionPosition']);}return null!=_0x5e09b1['wasUndone']&&(_0x36b90b['wasUndone']=Boolean(_0x5e09b1[_0x20bd('0x6')])),_0x36b90b;},_0x5462b8[_0x20bd('0x7a')]=function(_0x2ee065,_0x488346){_0x488346||(_0x488346={});let _0x2ba8e6={};return _0x488346['defaults']&&(_0x2ba8e6[_0x20bd('0x47')]=null,_0x2ba8e6['graveyardPosition']=null,_0x2ba8e6[_0x20bd('0x2a')]=0x0,_0x2ba8e6['insertionPosition']=null,_0x2ba8e6[_0x20bd('0x6')]=!0x1),null!=_0x2ee065[_0x20bd('0x47')]&&_0x2ee065[_0x20bd('0x10')]('splitPosition')&&(_0x2ba8e6[_0x20bd('0x47')]=v[_0x20bd('0x8b')][_0x20bd('0x7a')](_0x2ee065[_0x20bd('0x47')],_0x488346)),null!=_0x2ee065[_0x20bd('0x97')]&&_0x2ee065[_0x20bd('0x10')](_0x20bd('0x97'))&&(_0x2ba8e6[_0x20bd('0x97')]=v['Position'][_0x20bd('0x7a')](_0x2ee065[_0x20bd('0x97')],_0x488346)),null!=_0x2ee065[_0x20bd('0x2a')]&&_0x2ee065[_0x20bd('0x10')]('howMany')&&(_0x2ba8e6[_0x20bd('0x2a')]=_0x2ee065[_0x20bd('0x2a')]),null!=_0x2ee065[_0x20bd('0x2')]&&_0x2ee065[_0x20bd('0x10')](_0x20bd('0x2'))&&(_0x2ba8e6[_0x20bd('0x2')]=v[_0x20bd('0x8b')][_0x20bd('0x7a')](_0x2ee065[_0x20bd('0x2')],_0x488346)),null!=_0x2ee065[_0x20bd('0x6')]&&_0x2ee065[_0x20bd('0x10')](_0x20bd('0x6'))&&(_0x2ba8e6['wasUndone']=_0x2ee065[_0x20bd('0x6')]),_0x2ba8e6;},_0x5462b8[_0x20bd('0x3a')]['toJSON']=function(){return this['constructor'][_0x20bd('0x7a')](this,_0x1ecc16[_0x20bd('0xa')][_0x20bd('0x4')]);},_0x5462b8[_0x20bd('0x17')]=function(_0x4605e7){return void 0x0===_0x4605e7&&(_0x4605e7=_0x20bd('0x1')),_0x4605e7+_0x20bd('0x90');},_0x5462b8;})();export const Position=v['Position']=(()=>{function _0x39cfec(_0xdb5c){if(this[_0x20bd('0x32')]=[],_0xdb5c)for(let _0x363ae3=Object[_0x20bd('0xf')](_0xdb5c),_0x18d3c4=0x0;_0x18d3c4<_0x363ae3[_0x20bd('0x44')];++_0x18d3c4)null!=_0xdb5c[_0x363ae3[_0x18d3c4]]&&(this[_0x363ae3[_0x18d3c4]]=_0xdb5c[_0x363ae3[_0x18d3c4]]);}return _0x39cfec['prototype'][_0x20bd('0x34')]='',_0x39cfec[_0x20bd('0x3a')][_0x20bd('0x74')]=!0x1,_0x39cfec['prototype'][_0x20bd('0x30')]=!0x1,_0x39cfec['prototype'][_0x20bd('0x32')]=k[_0x20bd('0x72')],_0x39cfec[_0x20bd('0x3a')][_0x20bd('0x24')]='',_0x39cfec[_0x20bd('0x83')]=function(_0x17dd34){return new _0x39cfec(_0x17dd34);},_0x39cfec[_0x20bd('0x1a')]=function(_0x3c93f5,_0x5dadfd){if(_0x5dadfd||(_0x5dadfd=y['create']()),null!=_0x3c93f5[_0x20bd('0x34')]&&Object[_0x20bd('0x10')][_0x20bd('0x37')](_0x3c93f5,_0x20bd('0x34'))&&_0x5dadfd['uint32'](0xa)[_0x20bd('0x66')](_0x3c93f5[_0x20bd('0x34')]),null!=_0x3c93f5[_0x20bd('0x74')]&&Object[_0x20bd('0x10')]['call'](_0x3c93f5,_0x20bd('0x74'))&&_0x5dadfd[_0x20bd('0x28')](0x10)['bool'](_0x3c93f5[_0x20bd('0x74')]),null!=_0x3c93f5[_0x20bd('0x30')]&&Object['hasOwnProperty'][_0x20bd('0x37')](_0x3c93f5,_0x20bd('0x30'))&&_0x5dadfd['uint32'](0x18)['bool'](_0x3c93f5[_0x20bd('0x30')]),null!=_0x3c93f5[_0x20bd('0x32')]&&_0x3c93f5[_0x20bd('0x32')][_0x20bd('0x44')]){_0x5dadfd[_0x20bd('0x28')](0x22)[_0x20bd('0x71')]();for(let _0xba02e9=0x0;_0xba02e9<_0x3c93f5[_0x20bd('0x32')][_0x20bd('0x44')];++_0xba02e9)_0x5dadfd[_0x20bd('0x28')](_0x3c93f5[_0x20bd('0x32')][_0xba02e9]);_0x5dadfd[_0x20bd('0x58')]();}return null!=_0x3c93f5[_0x20bd('0x24')]&&Object[_0x20bd('0x10')][_0x20bd('0x37')](_0x3c93f5,_0x20bd('0x24'))&&_0x5dadfd[_0x20bd('0x28')](0x2a)[_0x20bd('0x66')](_0x3c93f5[_0x20bd('0x24')]),_0x5dadfd;},_0x39cfec[_0x20bd('0x2f')]=function(_0x426f52,_0x9709d2){return this[_0x20bd('0x1a')](_0x426f52,_0x9709d2)[_0x20bd('0x58')]();},_0x39cfec[_0x20bd('0x4b')]=function(_0x496f9f,_0x1af0f9){_0x496f9f instanceof j||(_0x496f9f=j['create'](_0x496f9f));let _0x3f5ee9=void 0x0===_0x1af0f9?_0x496f9f[_0x20bd('0x68')]:_0x496f9f['pos']+_0x1af0f9,_0x4d24a3=new v[(_0x20bd('0x8b'))]();for(;_0x496f9f[_0x20bd('0x4a')]<_0x3f5ee9;){let _0xd9af2c=_0x496f9f[_0x20bd('0x28')]();switch(_0xd9af2c>>>0x3){case 0x1:_0x4d24a3[_0x20bd('0x34')]=_0x496f9f[_0x20bd('0x66')]();break;case 0x2:_0x4d24a3['rootMain']=_0x496f9f[_0x20bd('0x31')]();break;case 0x3:_0x4d24a3[_0x20bd('0x30')]=_0x496f9f['bool']();break;case 0x4:if(_0x4d24a3[_0x20bd('0x32')]&&_0x4d24a3[_0x20bd('0x32')][_0x20bd('0x44')]||(_0x4d24a3[_0x20bd('0x32')]=[]),0x2==(0x7&_0xd9af2c)){let _0x3f8cce=_0x496f9f[_0x20bd('0x28')]()+_0x496f9f[_0x20bd('0x4a')];for(;_0x496f9f[_0x20bd('0x4a')]<_0x3f8cce;)_0x4d24a3[_0x20bd('0x32')][_0x20bd('0x4e')](_0x496f9f[_0x20bd('0x28')]());}else _0x4d24a3[_0x20bd('0x32')][_0x20bd('0x4e')](_0x496f9f[_0x20bd('0x28')]());break;case 0x5:_0x4d24a3[_0x20bd('0x24')]=_0x496f9f[_0x20bd('0x66')]();break;default:_0x496f9f['skipType'](0x7&_0xd9af2c);}}return _0x4d24a3;},_0x39cfec[_0x20bd('0x1f')]=function(_0x1b1aae){return _0x1b1aae instanceof j||(_0x1b1aae=new j(_0x1b1aae)),this[_0x20bd('0x4b')](_0x1b1aae,_0x1b1aae[_0x20bd('0x28')]());},_0x39cfec['verify']=function(_0xd18f57){if(_0x20bd('0x8')!=typeof _0xd18f57||null===_0xd18f57)return _0x20bd('0x8d');if(null!=_0xd18f57[_0x20bd('0x34')]&&_0xd18f57['hasOwnProperty'](_0x20bd('0x34'))&&!k['isString'](_0xd18f57[_0x20bd('0x34')]))return _0x20bd('0x92');if(null!=_0xd18f57[_0x20bd('0x74')]&&_0xd18f57['hasOwnProperty'](_0x20bd('0x74'))&&_0x20bd('0x96')!=typeof _0xd18f57[_0x20bd('0x74')])return _0x20bd('0x16');if(null!=_0xd18f57[_0x20bd('0x30')]&&_0xd18f57[_0x20bd('0x10')](_0x20bd('0x30'))&&_0x20bd('0x96')!=typeof _0xd18f57[_0x20bd('0x30')])return'rootGraveyard:\x20boolean\x20expected';if(null!=_0xd18f57[_0x20bd('0x32')]&&_0xd18f57[_0x20bd('0x10')](_0x20bd('0x32'))){if(!Array[_0x20bd('0x5f')](_0xd18f57['path']))return _0x20bd('0x61');for(let _0x4a2bb7=0x0;_0x4a2bb7<_0xd18f57[_0x20bd('0x32')]['length'];++_0x4a2bb7)if(!k[_0x20bd('0x6f')](_0xd18f57[_0x20bd('0x32')][_0x4a2bb7]))return'path:\x20integer[]\x20expected';}return null!=_0xd18f57[_0x20bd('0x24')]&&_0xd18f57['hasOwnProperty'](_0x20bd('0x24'))&&!k[_0x20bd('0x6c')](_0xd18f57[_0x20bd('0x24')])?_0x20bd('0x3d'):null;},_0x39cfec[_0x20bd('0x67')]=function(_0x7b975b){if(_0x7b975b instanceof v[_0x20bd('0x8b')])return _0x7b975b;let _0x583071=new v[(_0x20bd('0x8b'))]();if(null!=_0x7b975b[_0x20bd('0x34')]&&(_0x583071['root']=String(_0x7b975b[_0x20bd('0x34')])),null!=_0x7b975b['rootMain']&&(_0x583071[_0x20bd('0x74')]=Boolean(_0x7b975b['rootMain'])),null!=_0x7b975b[_0x20bd('0x30')]&&(_0x583071['rootGraveyard']=Boolean(_0x7b975b[_0x20bd('0x30')])),_0x7b975b[_0x20bd('0x32')]){if(!Array[_0x20bd('0x5f')](_0x7b975b['path']))throw TypeError(_0x20bd('0x5a'));_0x583071[_0x20bd('0x32')]=[];for(let _0x3402c4=0x0;_0x3402c4<_0x7b975b[_0x20bd('0x32')]['length'];++_0x3402c4)_0x583071[_0x20bd('0x32')][_0x3402c4]=_0x7b975b[_0x20bd('0x32')][_0x3402c4]>>>0x0;}return null!=_0x7b975b[_0x20bd('0x24')]&&(_0x583071[_0x20bd('0x24')]=String(_0x7b975b[_0x20bd('0x24')])),_0x583071;},_0x39cfec[_0x20bd('0x7a')]=function(_0x543f81,_0x2c6864){_0x2c6864||(_0x2c6864={});let _0x1f5d59={};if((_0x2c6864['arrays']||_0x2c6864[_0x20bd('0x8a')])&&(_0x1f5d59[_0x20bd('0x32')]=[]),_0x2c6864[_0x20bd('0x8a')]&&(_0x1f5d59['root']='',_0x1f5d59['rootMain']=!0x1,_0x1f5d59[_0x20bd('0x30')]=!0x1,_0x1f5d59['stickiness']=''),null!=_0x543f81[_0x20bd('0x34')]&&_0x543f81[_0x20bd('0x10')]('root')&&(_0x1f5d59[_0x20bd('0x34')]=_0x543f81[_0x20bd('0x34')]),null!=_0x543f81[_0x20bd('0x74')]&&_0x543f81['hasOwnProperty'](_0x20bd('0x74'))&&(_0x1f5d59['rootMain']=_0x543f81[_0x20bd('0x74')]),null!=_0x543f81[_0x20bd('0x30')]&&_0x543f81[_0x20bd('0x10')](_0x20bd('0x30'))&&(_0x1f5d59['rootGraveyard']=_0x543f81[_0x20bd('0x30')]),_0x543f81[_0x20bd('0x32')]&&_0x543f81[_0x20bd('0x32')][_0x20bd('0x44')]){_0x1f5d59[_0x20bd('0x32')]=[];for(let _0x196caf=0x0;_0x196caf<_0x543f81[_0x20bd('0x32')][_0x20bd('0x44')];++_0x196caf)_0x1f5d59[_0x20bd('0x32')][_0x196caf]=_0x543f81[_0x20bd('0x32')][_0x196caf];}return null!=_0x543f81['stickiness']&&_0x543f81[_0x20bd('0x10')](_0x20bd('0x24'))&&(_0x1f5d59[_0x20bd('0x24')]=_0x543f81[_0x20bd('0x24')]),_0x1f5d59;},_0x39cfec[_0x20bd('0x3a')][_0x20bd('0x78')]=function(){return this['constructor'][_0x20bd('0x7a')](this,_0x1ecc16['util'][_0x20bd('0x4')]);},_0x39cfec[_0x20bd('0x17')]=function(_0x3e2ba3){return void 0x0===_0x3e2ba3&&(_0x3e2ba3=_0x20bd('0x1')),_0x3e2ba3+_0x20bd('0x65');},_0x39cfec;})();export const Range=v[_0x20bd('0x5d')]=(()=>{function _0xe24134(_0x395e4e){if(_0x395e4e)for(let _0x18e702=Object[_0x20bd('0xf')](_0x395e4e),_0xf19c0b=0x0;_0xf19c0b<_0x18e702[_0x20bd('0x44')];++_0xf19c0b)null!=_0x395e4e[_0x18e702[_0xf19c0b]]&&(this[_0x18e702[_0xf19c0b]]=_0x395e4e[_0x18e702[_0xf19c0b]]);}return _0xe24134[_0x20bd('0x3a')]['start']=null,_0xe24134[_0x20bd('0x3a')][_0x20bd('0x88')]=null,_0xe24134[_0x20bd('0x83')]=function(_0x4e77f5){return new _0xe24134(_0x4e77f5);},_0xe24134['encode']=function(_0x45b05c,_0x4f9f10){return _0x4f9f10||(_0x4f9f10=y[_0x20bd('0x83')]()),null!=_0x45b05c['start']&&Object['hasOwnProperty']['call'](_0x45b05c,_0x20bd('0x9a'))&&v[_0x20bd('0x8b')][_0x20bd('0x1a')](_0x45b05c[_0x20bd('0x9a')],_0x4f9f10[_0x20bd('0x28')](0xa)[_0x20bd('0x71')]())['ldelim'](),null!=_0x45b05c[_0x20bd('0x88')]&&Object[_0x20bd('0x10')][_0x20bd('0x37')](_0x45b05c,'end')&&v[_0x20bd('0x8b')][_0x20bd('0x1a')](_0x45b05c['end'],_0x4f9f10[_0x20bd('0x28')](0x12)[_0x20bd('0x71')]())[_0x20bd('0x58')](),_0x4f9f10;},_0xe24134[_0x20bd('0x2f')]=function(_0x48fce1,_0x17e98a){return this[_0x20bd('0x1a')](_0x48fce1,_0x17e98a)[_0x20bd('0x58')]();},_0xe24134['decode']=function(_0x5576c8,_0x5b4f55){_0x5576c8 instanceof j||(_0x5576c8=j[_0x20bd('0x83')](_0x5576c8));let _0x3709f7=void 0x0===_0x5b4f55?_0x5576c8[_0x20bd('0x68')]:_0x5576c8[_0x20bd('0x4a')]+_0x5b4f55,_0x4cc8f6=new v[(_0x20bd('0x5d'))]();for(;_0x5576c8['pos']<_0x3709f7;){let _0x101c9a=_0x5576c8['uint32']();switch(_0x101c9a>>>0x3){case 0x1:_0x4cc8f6['start']=v[_0x20bd('0x8b')][_0x20bd('0x4b')](_0x5576c8,_0x5576c8['uint32']());break;case 0x2:_0x4cc8f6[_0x20bd('0x88')]=v[_0x20bd('0x8b')][_0x20bd('0x4b')](_0x5576c8,_0x5576c8['uint32']());break;default:_0x5576c8['skipType'](0x7&_0x101c9a);}}return _0x4cc8f6;},_0xe24134[_0x20bd('0x1f')]=function(_0x21a338){return _0x21a338 instanceof j||(_0x21a338=new j(_0x21a338)),this[_0x20bd('0x4b')](_0x21a338,_0x21a338[_0x20bd('0x28')]());},_0xe24134['verify']=function(_0x540b6a){if(_0x20bd('0x8')!=typeof _0x540b6a||null===_0x540b6a)return'object\x20expected';if(null!=_0x540b6a[_0x20bd('0x9a')]&&_0x540b6a[_0x20bd('0x10')](_0x20bd('0x9a'))){let _0x281c19=v[_0x20bd('0x8b')]['verify'](_0x540b6a['start']);if(_0x281c19)return _0x20bd('0x22')+_0x281c19;}if(null!=_0x540b6a[_0x20bd('0x88')]&&_0x540b6a[_0x20bd('0x10')]('end')){let _0x58dc82=v[_0x20bd('0x8b')][_0x20bd('0x57')](_0x540b6a['end']);if(_0x58dc82)return _0x20bd('0x84')+_0x58dc82;}return null;},_0xe24134[_0x20bd('0x67')]=function(_0x445b72){if(_0x445b72 instanceof v[_0x20bd('0x5d')])return _0x445b72;let _0x382645=new v[(_0x20bd('0x5d'))]();if(null!=_0x445b72[_0x20bd('0x9a')]){if(_0x20bd('0x8')!=typeof _0x445b72[_0x20bd('0x9a')])throw TypeError('.Range.start:\x20object\x20expected');_0x382645[_0x20bd('0x9a')]=v[_0x20bd('0x8b')]['fromObject'](_0x445b72[_0x20bd('0x9a')]);}if(null!=_0x445b72[_0x20bd('0x88')]){if('object'!=typeof _0x445b72[_0x20bd('0x88')])throw TypeError(_0x20bd('0x7b'));_0x382645['end']=v[_0x20bd('0x8b')][_0x20bd('0x67')](_0x445b72[_0x20bd('0x88')]);}return _0x382645;},_0xe24134['toObject']=function(_0x5ae844,_0x8de468){_0x8de468||(_0x8de468={});let _0x4abd7b={};return _0x8de468[_0x20bd('0x8a')]&&(_0x4abd7b['start']=null,_0x4abd7b[_0x20bd('0x88')]=null),null!=_0x5ae844[_0x20bd('0x9a')]&&_0x5ae844[_0x20bd('0x10')]('start')&&(_0x4abd7b[_0x20bd('0x9a')]=v[_0x20bd('0x8b')][_0x20bd('0x7a')](_0x5ae844[_0x20bd('0x9a')],_0x8de468)),null!=_0x5ae844[_0x20bd('0x88')]&&_0x5ae844[_0x20bd('0x10')](_0x20bd('0x88'))&&(_0x4abd7b[_0x20bd('0x88')]=v[_0x20bd('0x8b')][_0x20bd('0x7a')](_0x5ae844[_0x20bd('0x88')],_0x8de468)),_0x4abd7b;},_0xe24134[_0x20bd('0x3a')]['toJSON']=function(){return this[_0x20bd('0x3')][_0x20bd('0x7a')](this,_0x1ecc16[_0x20bd('0xa')][_0x20bd('0x4')]);},_0xe24134[_0x20bd('0x17')]=function(_0x5d6e84){return void 0x0===_0x5d6e84&&(_0x5d6e84=_0x20bd('0x1')),_0x5d6e84+_0x20bd('0x3b');},_0xe24134;})();export const Element=v['Element']=(()=>{function _0x3e5b75(_0x259793){if(this[_0x20bd('0x6e')]=[],this[_0x20bd('0x81')]={},_0x259793)for(let _0x285d82=Object[_0x20bd('0xf')](_0x259793),_0x4d2ac8=0x0;_0x4d2ac8<_0x285d82['length'];++_0x4d2ac8)null!=_0x259793[_0x285d82[_0x4d2ac8]]&&(this[_0x285d82[_0x4d2ac8]]=_0x259793[_0x285d82[_0x4d2ac8]]);}return _0x3e5b75[_0x20bd('0x3a')][_0x20bd('0x19')]='',_0x3e5b75[_0x20bd('0x3a')][_0x20bd('0x6e')]=k['emptyArray'],_0x3e5b75['prototype']['data']='',_0x3e5b75['prototype']['attributesBoolean']=k[_0x20bd('0x6d')],_0x3e5b75[_0x20bd('0x3a')][_0x20bd('0x7f')]='',_0x3e5b75['create']=function(_0x1cdd3f){return new _0x3e5b75(_0x1cdd3f);},_0x3e5b75[_0x20bd('0x1a')]=function(_0x3e377c,_0xf5347){if(_0xf5347||(_0xf5347=y['create']()),null!=_0x3e377c['name']&&Object[_0x20bd('0x10')][_0x20bd('0x37')](_0x3e377c,'name')&&_0xf5347[_0x20bd('0x28')](0xa)['string'](_0x3e377c['name']),null!=_0x3e377c[_0x20bd('0x6e')]&&_0x3e377c[_0x20bd('0x6e')]['length'])for(let _0x2bc412=0x0;_0x2bc412<_0x3e377c[_0x20bd('0x6e')]['length'];++_0x2bc412)v[_0x20bd('0x85')][_0x20bd('0x1a')](_0x3e377c[_0x20bd('0x6e')][_0x2bc412],_0xf5347[_0x20bd('0x28')](0x12)[_0x20bd('0x71')]())[_0x20bd('0x58')]();if(null!=_0x3e377c[_0x20bd('0x73')]&&Object[_0x20bd('0x10')][_0x20bd('0x37')](_0x3e377c,_0x20bd('0x73'))&&_0xf5347['uint32'](0x1a)[_0x20bd('0x66')](_0x3e377c[_0x20bd('0x73')]),null!=_0x3e377c['attributesBoolean']&&Object['hasOwnProperty'][_0x20bd('0x37')](_0x3e377c,_0x20bd('0x81')))for(let _0x54a776=Object[_0x20bd('0xf')](_0x3e377c[_0x20bd('0x81')]),_0x4d4037=0x0;_0x4d4037<_0x54a776['length'];++_0x4d4037)_0xf5347[_0x20bd('0x28')](0x22)[_0x20bd('0x71')]()['uint32'](0xa)[_0x20bd('0x66')](_0x54a776[_0x4d4037])['uint32'](0x10)[_0x20bd('0x31')](_0x3e377c[_0x20bd('0x81')][_0x54a776[_0x4d4037]])[_0x20bd('0x58')]();return null!=_0x3e377c[_0x20bd('0x7f')]&&Object[_0x20bd('0x10')][_0x20bd('0x37')](_0x3e377c,_0x20bd('0x7f'))&&_0xf5347['uint32'](0x2a)['string'](_0x3e377c['attributesJson']),_0xf5347;},_0x3e5b75[_0x20bd('0x2f')]=function(_0x1e50e7,_0x368155){return this[_0x20bd('0x1a')](_0x1e50e7,_0x368155)[_0x20bd('0x58')]();},_0x3e5b75[_0x20bd('0x4b')]=function(_0x456dbf,_0x4dc169){_0x456dbf instanceof j||(_0x456dbf=j['create'](_0x456dbf));let _0x541c69,_0x18b830,_0x34b6ff=void 0x0===_0x4dc169?_0x456dbf[_0x20bd('0x68')]:_0x456dbf['pos']+_0x4dc169,_0x190362=new v[(_0x20bd('0x85'))]();for(;_0x456dbf[_0x20bd('0x4a')]<_0x34b6ff;){let _0x49a495=_0x456dbf['uint32']();switch(_0x49a495>>>0x3){case 0x1:_0x190362[_0x20bd('0x19')]=_0x456dbf[_0x20bd('0x66')]();break;case 0x2:_0x190362['children']&&_0x190362[_0x20bd('0x6e')][_0x20bd('0x44')]||(_0x190362[_0x20bd('0x6e')]=[]),_0x190362[_0x20bd('0x6e')][_0x20bd('0x4e')](v[_0x20bd('0x85')]['decode'](_0x456dbf,_0x456dbf[_0x20bd('0x28')]()));break;case 0x3:_0x190362[_0x20bd('0x73')]=_0x456dbf[_0x20bd('0x66')]();break;case 0x4:{_0x190362[_0x20bd('0x81')]===k[_0x20bd('0x6d')]&&(_0x190362['attributesBoolean']={});let _0x18629f=_0x456dbf[_0x20bd('0x28')]()+_0x456dbf[_0x20bd('0x4a')];for(_0x541c69='',_0x18b830=!0x1;_0x456dbf['pos']<_0x18629f;){let _0x15160f=_0x456dbf[_0x20bd('0x28')]();switch(_0x15160f>>>0x3){case 0x1:_0x541c69=_0x456dbf[_0x20bd('0x66')]();break;case 0x2:_0x18b830=_0x456dbf[_0x20bd('0x31')]();break;default:_0x456dbf[_0x20bd('0x2e')](0x7&_0x15160f);}}_0x190362[_0x20bd('0x81')][_0x541c69]=_0x18b830;break;}case 0x5:_0x190362[_0x20bd('0x7f')]=_0x456dbf[_0x20bd('0x66')]();break;default:_0x456dbf['skipType'](0x7&_0x49a495);}}return _0x190362;},_0x3e5b75[_0x20bd('0x1f')]=function(_0x564508){return _0x564508 instanceof j||(_0x564508=new j(_0x564508)),this[_0x20bd('0x4b')](_0x564508,_0x564508['uint32']());},_0x3e5b75[_0x20bd('0x57')]=function(_0xbf62b6){if('object'!=typeof _0xbf62b6||null===_0xbf62b6)return'object\x20expected';if(null!=_0xbf62b6['name']&&_0xbf62b6[_0x20bd('0x10')]('name')&&!k[_0x20bd('0x6c')](_0xbf62b6['name']))return _0x20bd('0x2c');if(null!=_0xbf62b6['children']&&_0xbf62b6[_0x20bd('0x10')](_0x20bd('0x6e'))){if(!Array[_0x20bd('0x5f')](_0xbf62b6['children']))return _0x20bd('0x29');for(let _0x134312=0x0;_0x134312<_0xbf62b6[_0x20bd('0x6e')][_0x20bd('0x44')];++_0x134312){let _0x386b98=v['Element'][_0x20bd('0x57')](_0xbf62b6[_0x20bd('0x6e')][_0x134312]);if(_0x386b98)return'children.'+_0x386b98;}}if(null!=_0xbf62b6[_0x20bd('0x73')]&&_0xbf62b6[_0x20bd('0x10')](_0x20bd('0x73'))&&!k[_0x20bd('0x6c')](_0xbf62b6[_0x20bd('0x73')]))return _0x20bd('0x25');if(null!=_0xbf62b6[_0x20bd('0x81')]&&_0xbf62b6[_0x20bd('0x10')](_0x20bd('0x81'))){if(!k[_0x20bd('0x91')](_0xbf62b6['attributesBoolean']))return _0x20bd('0x35');let _0x442c4a=Object[_0x20bd('0xf')](_0xbf62b6[_0x20bd('0x81')]);for(let _0x15a222=0x0;_0x15a222<_0x442c4a[_0x20bd('0x44')];++_0x15a222)if(_0x20bd('0x96')!=typeof _0xbf62b6['attributesBoolean'][_0x442c4a[_0x15a222]])return _0x20bd('0x4f');}return null!=_0xbf62b6[_0x20bd('0x7f')]&&_0xbf62b6['hasOwnProperty']('attributesJson')&&!k[_0x20bd('0x6c')](_0xbf62b6['attributesJson'])?_0x20bd('0x5b'):null;},_0x3e5b75['fromObject']=function(_0x7e2eb0){if(_0x7e2eb0 instanceof v[_0x20bd('0x85')])return _0x7e2eb0;let _0x37d987=new v['Element']();if(null!=_0x7e2eb0[_0x20bd('0x19')]&&(_0x37d987['name']=String(_0x7e2eb0['name'])),_0x7e2eb0[_0x20bd('0x6e')]){if(!Array[_0x20bd('0x5f')](_0x7e2eb0[_0x20bd('0x6e')]))throw TypeError(_0x20bd('0x82'));_0x37d987[_0x20bd('0x6e')]=[];for(let _0x204b3d=0x0;_0x204b3d<_0x7e2eb0[_0x20bd('0x6e')][_0x20bd('0x44')];++_0x204b3d){if(_0x20bd('0x8')!=typeof _0x7e2eb0[_0x20bd('0x6e')][_0x204b3d])throw TypeError(_0x20bd('0x40'));_0x37d987[_0x20bd('0x6e')][_0x204b3d]=v['Element']['fromObject'](_0x7e2eb0[_0x20bd('0x6e')][_0x204b3d]);}}if(null!=_0x7e2eb0[_0x20bd('0x73')]&&(_0x37d987['data']=String(_0x7e2eb0[_0x20bd('0x73')])),_0x7e2eb0[_0x20bd('0x81')]){if(_0x20bd('0x8')!=typeof _0x7e2eb0[_0x20bd('0x81')])throw TypeError(_0x20bd('0x42'));_0x37d987[_0x20bd('0x81')]={};for(let _0x4f7fe4=Object[_0x20bd('0xf')](_0x7e2eb0[_0x20bd('0x81')]),_0x22c970=0x0;_0x22c970<_0x4f7fe4['length'];++_0x22c970)_0x37d987[_0x20bd('0x81')][_0x4f7fe4[_0x22c970]]=Boolean(_0x7e2eb0[_0x20bd('0x81')][_0x4f7fe4[_0x22c970]]);}return null!=_0x7e2eb0[_0x20bd('0x7f')]&&(_0x37d987[_0x20bd('0x7f')]=String(_0x7e2eb0[_0x20bd('0x7f')])),_0x37d987;},_0x3e5b75[_0x20bd('0x7a')]=function(_0x2eb34d,_0x12eb32){_0x12eb32||(_0x12eb32={});let _0x3567b4,_0x1f1f1e={};if((_0x12eb32[_0x20bd('0x75')]||_0x12eb32[_0x20bd('0x8a')])&&(_0x1f1f1e[_0x20bd('0x6e')]=[]),(_0x12eb32[_0x20bd('0x8f')]||_0x12eb32[_0x20bd('0x8a')])&&(_0x1f1f1e['attributesBoolean']={}),_0x12eb32['defaults']&&(_0x1f1f1e['name']='',_0x1f1f1e[_0x20bd('0x73')]='',_0x1f1f1e[_0x20bd('0x7f')]=''),null!=_0x2eb34d[_0x20bd('0x19')]&&_0x2eb34d[_0x20bd('0x10')](_0x20bd('0x19'))&&(_0x1f1f1e[_0x20bd('0x19')]=_0x2eb34d[_0x20bd('0x19')]),_0x2eb34d[_0x20bd('0x6e')]&&_0x2eb34d[_0x20bd('0x6e')][_0x20bd('0x44')]){_0x1f1f1e[_0x20bd('0x6e')]=[];for(let _0x543486=0x0;_0x543486<_0x2eb34d[_0x20bd('0x6e')][_0x20bd('0x44')];++_0x543486)_0x1f1f1e[_0x20bd('0x6e')][_0x543486]=v['Element'][_0x20bd('0x7a')](_0x2eb34d[_0x20bd('0x6e')][_0x543486],_0x12eb32);}if(null!=_0x2eb34d['data']&&_0x2eb34d[_0x20bd('0x10')](_0x20bd('0x73'))&&(_0x1f1f1e['data']=_0x2eb34d[_0x20bd('0x73')]),_0x2eb34d[_0x20bd('0x81')]&&(_0x3567b4=Object[_0x20bd('0xf')](_0x2eb34d['attributesBoolean']))[_0x20bd('0x44')]){_0x1f1f1e[_0x20bd('0x81')]={};for(let _0x5651dd=0x0;_0x5651dd<_0x3567b4[_0x20bd('0x44')];++_0x5651dd)_0x1f1f1e[_0x20bd('0x81')][_0x3567b4[_0x5651dd]]=_0x2eb34d[_0x20bd('0x81')][_0x3567b4[_0x5651dd]];}return null!=_0x2eb34d[_0x20bd('0x7f')]&&_0x2eb34d['hasOwnProperty'](_0x20bd('0x7f'))&&(_0x1f1f1e[_0x20bd('0x7f')]=_0x2eb34d[_0x20bd('0x7f')]),_0x1f1f1e;},_0x3e5b75['prototype']['toJSON']=function(){return this[_0x20bd('0x3')]['toObject'](this,_0x1ecc16['util'][_0x20bd('0x4')]);},_0x3e5b75['getTypeUrl']=function(_0x321f88){return void 0x0===_0x321f88&&(_0x321f88=_0x20bd('0x1')),_0x321f88+_0x20bd('0x6b');},_0x3e5b75;})();export{v as default};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5800=['name','decompress','_omittedNamespace','length','MarkerOperation','compress','startsWith','replace'];(function(_0x434fac,_0x5800d5){const _0x314b8d=function(_0x195f78){while(--_0x195f78){_0x434fac['push'](_0x434fac['shift']());}};_0x314b8d(++_0x5800d5);}(_0x5800,0x17f));const _0x314b=function(_0x434fac,_0x5800d5){_0x434fac=_0x434fac-0x0;let _0x314b8d=_0x5800[_0x434fac];return _0x314b8d;};import _0xc63a4c from'./markeroperationcompressor';export default class a extends _0xc63a4c{constructor(_0x268212,_0x24b6b7,_0x2c7110,_0x282a9b){super(_0x268212,_0x24b6b7,_0x2c7110),this[_0x314b('0x3')]=_0x282a9b+':';}[_0x314b('0x6')](_0x27383b,_0x4e3319){return!(_0x314b('0x5')!=_0x4e3319[0x0]['__className']||!_0x4e3319[0x0][_0x314b('0x1')][_0x314b('0x7')](this[_0x314b('0x3')]))&&(_0x4e3319[0x0][_0x314b('0x1')]=_0x4e3319[0x0][_0x314b('0x1')][_0x314b('0x0')](new RegExp('^'+this[_0x314b('0x3')]),''),super[_0x314b('0x6')](_0x27383b,_0x4e3319),!0x0);}[_0x314b('0x2')](_0x3fd071,_0x480860){super[_0x314b('0x2')](_0x3fd071,_0x480860);const _0x417cca=_0x3fd071[_0x3fd071[_0x314b('0x4')]-0x1];_0x417cca['name']=this[_0x314b('0x3')]+_0x417cca['name'];}}
23
+ const _0x365e=['MarkerOperation','__className','_omittedNamespace','compress','replace','name','startsWith','length','decompress'];(function(_0x28093c,_0x365e2b){const _0x164922=function(_0x552399){while(--_0x552399){_0x28093c['push'](_0x28093c['shift']());}};_0x164922(++_0x365e2b);}(_0x365e,0x10c));const _0x1649=function(_0x28093c,_0x365e2b){_0x28093c=_0x28093c-0x0;let _0x164922=_0x365e[_0x28093c];return _0x164922;};import _0x3a5bb6 from'./markeroperationcompressor';export default class a extends _0x3a5bb6{constructor(_0x4a071a,_0x16e480,_0x1202ea,_0x4adc92){super(_0x4a071a,_0x16e480,_0x1202ea),this[_0x1649('0x4')]=_0x4adc92+':';}['compress'](_0x7e2094,_0x5e051a){return!(_0x1649('0x2')!=_0x5e051a[0x0][_0x1649('0x3')]||!_0x5e051a[0x0][_0x1649('0x7')][_0x1649('0x8')](this[_0x1649('0x4')]))&&(_0x5e051a[0x0][_0x1649('0x7')]=_0x5e051a[0x0][_0x1649('0x7')][_0x1649('0x6')](new RegExp('^'+this[_0x1649('0x4')]),''),super[_0x1649('0x5')](_0x7e2094,_0x5e051a),!0x0);}[_0x1649('0x1')](_0x1936ef,_0xc146e0){super[_0x1649('0x1')](_0x1936ef,_0xc146e0);const _0x578ab9=_0x1936ef[_0x1936ef[_0x1649('0x0')]-0x1];_0x578ab9[_0x1649('0x7')]=this[_0x1649('0x4')]+_0x578ab9[_0x1649('0x7')];}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xb3fd=['buffers','stringify','Boolean','parse','_operationName','compress','boolean','newValue','Json','oldValue','_id','shift','_serializeOneOf','push','_deserializeOneOf','types','decompress','__className'];(function(_0x2da55d,_0xb3fda3){const _0x5d7513=function(_0x1a3720){while(--_0x1a3720){_0x2da55d['push'](_0x2da55d['shift']());}};_0x5d7513(++_0xb3fda3);}(_0xb3fd,0x123));const _0x5d75=function(_0x2da55d,_0xb3fda3){_0x2da55d=_0x2da55d-0x0;let _0x5d7513=_0xb3fd[_0x2da55d];return _0x5d7513;};import _0x5569dd from'./operationcompressor';import{parsePositionBeforeCompression as _0x191157,parsePositionAfterCompression as _0x10c13a}from'../utils';export default class i extends _0x5569dd{[_0x5d75('0x2')](_0x3a7ad4,_0x372f6e){const _0x96e50e=_0x372f6e['shift']();return this[_0x5d75('0x9')](_0x5d75('0x6'),_0x96e50e),this[_0x5d75('0x9')](_0x5d75('0x4'),_0x96e50e),_0x191157(_0x96e50e),_0x3a7ad4[_0x5d75('0xf')][_0x5d75('0xa')](this['_protobufDescriptor'][_0x5d75('0x2')](_0x96e50e)),_0x3a7ad4[_0x5d75('0xc')][_0x5d75('0xa')](this[_0x5d75('0x7')]),!0x0;}[_0x5d75('0xd')](_0xdba653,_0x602b0){const {types:_0x39e767,buffers:_0x4df60c}=_0x602b0,_0x562a4c=this['_protobufDescriptor'][_0x5d75('0xd')](_0x4df60c[_0x5d75('0x8')]());_0x39e767[_0x5d75('0x8')](),this['_deserializeOneOf'](_0x5d75('0x6'),_0x562a4c),this[_0x5d75('0xb')](_0x5d75('0x4'),_0x562a4c),_0x10c13a(_0x562a4c),_0x562a4c[_0x5d75('0xe')]=this[_0x5d75('0x1')],_0xdba653[_0x5d75('0xa')](_0x562a4c);}[_0x5d75('0x9')](_0x1102fa,_0x5941d6){const _0x24acb8=_0x5941d6[_0x1102fa];_0x5d75('0x3')==typeof _0x24acb8?_0x5941d6[_0x1102fa+_0x5d75('0x11')]=_0x24acb8:_0x5941d6[_0x1102fa+_0x5d75('0x5')]=JSON[_0x5d75('0x10')](_0x24acb8);}[_0x5d75('0xb')](_0x424dd2,_0x54bc58){const _0x2d316f=_0x424dd2+'Json';_0x54bc58[_0x2d316f]?(_0x54bc58[_0x424dd2]=JSON[_0x5d75('0x0')](_0x54bc58[_0x2d316f]),delete _0x54bc58[_0x2d316f]):(_0x54bc58[_0x424dd2]=_0x54bc58[_0x424dd2+'Boolean'],delete _0x54bc58[_0x424dd2+_0x5d75('0x11')]);}}
23
+ const _0x4758=['push','_serializeOneOf','decompress','_deserializeOneOf','newValue','_protobufDescriptor','Json','stringify','shift','parse','boolean','_operationName','types','Boolean'];(function(_0x54fa7c,_0x4758e4){const _0x3348dc=function(_0x2caac7){while(--_0x2caac7){_0x54fa7c['push'](_0x54fa7c['shift']());}};_0x3348dc(++_0x4758e4);}(_0x4758,0x1c9));const _0x3348=function(_0x54fa7c,_0x4758e4){_0x54fa7c=_0x54fa7c-0x0;let _0x3348dc=_0x4758[_0x54fa7c];return _0x3348dc;};import _0x20e69e from'./operationcompressor';import{parsePositionBeforeCompression as _0x4a74dd,parsePositionAfterCompression as _0x372e5b}from'../utils';export default class i extends _0x20e69e{['compress'](_0x3e2382,_0xc6f22b){const _0x4fb628=_0xc6f22b[_0x3348('0xd')]();return this[_0x3348('0x6')]('oldValue',_0x4fb628),this[_0x3348('0x6')](_0x3348('0x9'),_0x4fb628),_0x4a74dd(_0x4fb628),_0x3e2382['buffers']['push'](this[_0x3348('0xa')]['compress'](_0x4fb628)),_0x3e2382[_0x3348('0x3')][_0x3348('0x5')](this['_id']),!0x0;}[_0x3348('0x7')](_0x8120af,_0x184f67){const {types:_0x13c8d4,buffers:_0x54f5b0}=_0x184f67,_0x522ba3=this[_0x3348('0xa')][_0x3348('0x7')](_0x54f5b0[_0x3348('0xd')]());_0x13c8d4[_0x3348('0xd')](),this[_0x3348('0x8')]('oldValue',_0x522ba3),this[_0x3348('0x8')](_0x3348('0x9'),_0x522ba3),_0x372e5b(_0x522ba3),_0x522ba3['__className']=this[_0x3348('0x2')],_0x8120af['push'](_0x522ba3);}[_0x3348('0x6')](_0x45b640,_0x1867a7){const _0x3ad4e5=_0x1867a7[_0x45b640];_0x3348('0x1')==typeof _0x3ad4e5?_0x1867a7[_0x45b640+_0x3348('0x4')]=_0x3ad4e5:_0x1867a7[_0x45b640+'Json']=JSON[_0x3348('0xc')](_0x3ad4e5);}[_0x3348('0x8')](_0x116ed1,_0x15cc3c){const _0x160748=_0x116ed1+_0x3348('0xb');_0x15cc3c[_0x160748]?(_0x15cc3c[_0x116ed1]=JSON[_0x3348('0x0')](_0x15cc3c[_0x160748]),delete _0x15cc3c[_0x160748]):(_0x15cc3c[_0x116ed1]=_0x15cc3c[_0x116ed1+_0x3348('0x4')],delete _0x15cc3c[_0x116ed1+_0x3348('0x4')]);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x172a=['__className','every','types','boolean','buffers','push','nodes','attributes','_protobufDescriptor','attributesBoolean','decompress','stringify','_serializeNodesAttributes','shift','parse','_areValuesBoolean','children','keys','_deserializeNodesAttributes','_operationName','attributesJson'];(function(_0xc29963,_0x172a2b){const _0x558bfe=function(_0x1f5031){while(--_0x1f5031){_0xc29963['push'](_0xc29963['shift']());}};_0x558bfe(++_0x172a2b);}(_0x172a,0x97));const _0x558b=function(_0xc29963,_0x172a2b){_0xc29963=_0xc29963-0x0;let _0x558bfe=_0x172a[_0xc29963];return _0x558bfe;};import _0x541a52 from'./operationcompressor';import{parsePositionBeforeCompression as _0x85043a,parsePositionAfterCompression as _0x57d71f}from'../utils';export default class s extends _0x541a52{['compress'](_0x9461ac,_0x2b93cb){const _0x4e8d73=_0x2b93cb[_0x558b('0x9')]();return this[_0x558b('0x8')](_0x4e8d73[_0x558b('0x2')]),_0x85043a(_0x4e8d73),_0x9461ac[_0x558b('0x0')][_0x558b('0x1')](this[_0x558b('0x4')]['compress'](_0x4e8d73)),_0x9461ac[_0x558b('0x13')][_0x558b('0x1')](this['_id']),!0x0;}[_0x558b('0x6')](_0x94c735,_0x529281){const {types:_0x27534a,buffers:_0x4390e2}=_0x529281,_0x7c0b1b=this[_0x558b('0x4')][_0x558b('0x6')](_0x4390e2[_0x558b('0x9')]());_0x27534a[_0x558b('0x9')](),_0x7c0b1b['nodes']||(_0x7c0b1b['nodes']=[]),this['_deserializeNodesAttributes'](_0x7c0b1b[_0x558b('0x2')]),_0x57d71f(_0x7c0b1b),_0x7c0b1b[_0x558b('0x11')]=this[_0x558b('0xf')],_0x94c735[_0x558b('0x1')](_0x7c0b1b);}['_serializeNodesAttributes'](_0x413b6e){for(const _0x518faf of _0x413b6e){if(_0x518faf[_0x558b('0x3')]){const _0x56c949=_0x518faf[_0x558b('0x3')];this[_0x558b('0xb')](_0x56c949)?_0x518faf[_0x558b('0x5')]=_0x56c949:_0x518faf[_0x558b('0x10')]=JSON[_0x558b('0x7')](_0x56c949);}_0x518faf[_0x558b('0xc')]&&this[_0x558b('0x8')](_0x518faf['children']);}}['_deserializeNodesAttributes'](_0xfbf5d6){for(const _0x2d7c85 of _0xfbf5d6)(_0x2d7c85[_0x558b('0x5')]||_0x2d7c85[_0x558b('0x10')])&&(_0x2d7c85[_0x558b('0x5')]?(_0x2d7c85[_0x558b('0x3')]=_0x2d7c85[_0x558b('0x5')],delete _0x2d7c85['attributesBoolean']):(_0x2d7c85[_0x558b('0x3')]=JSON[_0x558b('0xa')](_0x2d7c85[_0x558b('0x10')]),delete _0x2d7c85[_0x558b('0x10')])),_0x2d7c85[_0x558b('0xc')]&&this[_0x558b('0xe')](_0x2d7c85[_0x558b('0xc')]);}[_0x558b('0xb')](_0x1d86db){return Object[_0x558b('0xd')](_0x1d86db)[_0x558b('0x12')](_0x4cba91=>_0x558b('0x14')==typeof _0x1d86db[_0x4cba91]);}}
23
+ const _0x542b=['stringify','decompress','_protobufDescriptor','_areValuesBoolean','children','__className','push','_id','_deserializeNodesAttributes','shift','keys','_serializeNodesAttributes','attributesBoolean','nodes','attributesJson','attributes','parse','compress','boolean'];(function(_0x5b6c80,_0x542bd6){const _0x5bacd2=function(_0x22408d){while(--_0x22408d){_0x5b6c80['push'](_0x5b6c80['shift']());}};_0x5bacd2(++_0x542bd6);}(_0x542b,0x1e4));const _0x5bac=function(_0x5b6c80,_0x542bd6){_0x5b6c80=_0x5b6c80-0x0;let _0x5bacd2=_0x542b[_0x5b6c80];return _0x5bacd2;};import _0x4ac2f4 from'./operationcompressor';import{parsePositionBeforeCompression as _0x1066e3,parsePositionAfterCompression as _0x265c71}from'../utils';export default class s extends _0x4ac2f4{['compress'](_0x3ef389,_0x21de16){const _0x5920d1=_0x21de16[_0x5bac('0x0')]();return this['_serializeNodesAttributes'](_0x5920d1[_0x5bac('0x4')]),_0x1066e3(_0x5920d1),_0x3ef389['buffers'][_0x5bac('0x10')](this[_0x5bac('0xc')][_0x5bac('0x8')](_0x5920d1)),_0x3ef389['types']['push'](this[_0x5bac('0x11')]),!0x0;}[_0x5bac('0xb')](_0x3ce7e6,_0x53e9c6){const {types:_0x214502,buffers:_0x3a0cd2}=_0x53e9c6,_0x4c3bd2=this[_0x5bac('0xc')]['decompress'](_0x3a0cd2['shift']());_0x214502[_0x5bac('0x0')](),_0x4c3bd2[_0x5bac('0x4')]||(_0x4c3bd2[_0x5bac('0x4')]=[]),this[_0x5bac('0x12')](_0x4c3bd2[_0x5bac('0x4')]),_0x265c71(_0x4c3bd2),_0x4c3bd2[_0x5bac('0xf')]=this['_operationName'],_0x3ce7e6[_0x5bac('0x10')](_0x4c3bd2);}['_serializeNodesAttributes'](_0x4d336e){for(const _0x395c47 of _0x4d336e){if(_0x395c47[_0x5bac('0x6')]){const _0x116e30=_0x395c47[_0x5bac('0x6')];this[_0x5bac('0xd')](_0x116e30)?_0x395c47['attributesBoolean']=_0x116e30:_0x395c47[_0x5bac('0x5')]=JSON[_0x5bac('0xa')](_0x116e30);}_0x395c47[_0x5bac('0xe')]&&this[_0x5bac('0x2')](_0x395c47[_0x5bac('0xe')]);}}['_deserializeNodesAttributes'](_0x442284){for(const _0x58c88f of _0x442284)(_0x58c88f[_0x5bac('0x3')]||_0x58c88f['attributesJson'])&&(_0x58c88f[_0x5bac('0x3')]?(_0x58c88f[_0x5bac('0x6')]=_0x58c88f[_0x5bac('0x3')],delete _0x58c88f['attributesBoolean']):(_0x58c88f['attributes']=JSON[_0x5bac('0x7')](_0x58c88f[_0x5bac('0x5')]),delete _0x58c88f[_0x5bac('0x5')])),_0x58c88f['children']&&this[_0x5bac('0x12')](_0x58c88f[_0x5bac('0xe')]);}['_areValuesBoolean'](_0x189a71){return Object[_0x5bac('0x1')](_0x189a71)['every'](_0xc1dc51=>_0x5bac('0x9')==typeof _0x189a71[_0xc1dc51]);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xf36c=['decompress','length','oldRange','newRange'];(function(_0x5769b2,_0xf36c13){const _0x2f276a=function(_0x47382f){while(--_0x47382f){_0x5769b2['push'](_0x5769b2['shift']());}};_0x2f276a(++_0xf36c13);}(_0xf36c,0x1d3));const _0x2f27=function(_0x5769b2,_0xf36c13){_0x5769b2=_0x5769b2-0x0;let _0x2f276a=_0xf36c[_0x5769b2];return _0x2f276a;};import _0x55489e from'./operationcompressor';export default class n extends _0x55489e{[_0x2f27('0x1')](_0x57bf29,_0x246574){super['decompress'](_0x57bf29,_0x246574);const _0x356738=_0x57bf29[_0x57bf29[_0x2f27('0x2')]-0x1];_0x356738[_0x2f27('0x3')]||(_0x356738[_0x2f27('0x3')]=null),_0x356738[_0x2f27('0x0')]||(_0x356738[_0x2f27('0x0')]=null);}}
23
+ const _0xa426=['decompress','newRange'];(function(_0x8ecf39,_0xa426f2){const _0xedb079=function(_0x1b696e){while(--_0x1b696e){_0x8ecf39['push'](_0x8ecf39['shift']());}};_0xedb079(++_0xa426f2);}(_0xa426,0x89));const _0xedb0=function(_0x8ecf39,_0xa426f2){_0x8ecf39=_0x8ecf39-0x0;let _0xedb079=_0xa426[_0x8ecf39];return _0xedb079;};import _0xde054d from'./operationcompressor';export default class n extends _0xde054d{['decompress'](_0x1147f5,_0x31b8ed){super[_0xedb0('0x1')](_0x1147f5,_0x31b8ed);const _0x110bf5=_0x1147f5[_0x1147f5['length']-0x1];_0x110bf5['oldRange']||(_0x110bf5['oldRange']=null),_0x110bf5[_0xedb0('0x0')]||(_0x110bf5['newRange']=null);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x133c=['types','_operationName','decompress','compress','_id','shift','push'];(function(_0x290dbb,_0x133c56){var _0x402752=function(_0xb4f76f){while(--_0xb4f76f){_0x290dbb['push'](_0x290dbb['shift']());}};_0x402752(++_0x133c56);}(_0x133c,0x110));var _0x4027=function(_0x290dbb,_0x133c56){_0x290dbb=_0x290dbb-0x0;var _0x402752=_0x133c[_0x290dbb];return _0x402752;};import _0x4a2a30 from'./operationcompressor';export default class p extends _0x4a2a30{[_0x4027('0x4')](_0x558498,_0x3b139b){return _0x3b139b['shift'](),_0x558498[_0x4027('0x1')][_0x4027('0x0')](this[_0x4027('0x5')]),!0x0;}[_0x4027('0x3')](_0x2496ee,_0x3d53ba){_0x3d53ba[_0x4027('0x1')][_0x4027('0x6')](),_0x2496ee[_0x4027('0x0')]({'__className':this[_0x4027('0x2')]});}}
23
+ var _0x61d6=['decompress','shift','compress','_id','_operationName','push'];(function(_0x3082fc,_0x61d67d){var _0x39fac1=function(_0x76e24b){while(--_0x76e24b){_0x3082fc['push'](_0x3082fc['shift']());}};_0x39fac1(++_0x61d67d);}(_0x61d6,0x12f));var _0x39fa=function(_0x3082fc,_0x61d67d){_0x3082fc=_0x3082fc-0x0;var _0x39fac1=_0x61d6[_0x3082fc];return _0x39fac1;};import _0x49b914 from'./operationcompressor';export default class p extends _0x49b914{[_0x39fa('0x5')](_0x150cdc,_0xc5fed){return _0xc5fed[_0x39fa('0x4')](),_0x150cdc['types'][_0x39fa('0x2')](this[_0x39fa('0x0')]),!0x0;}[_0x39fa('0x3')](_0x66183d,_0x23c3c3){_0x23c3c3['types']['shift'](),_0x66183d['push']({'__className':this[_0x39fa('0x1')]});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x17f7=['buffers','compress','_operationName','types','shift','push','_protobufDescriptor'];(function(_0xb37f7e,_0x17f7bb){const _0x45813=function(_0x2649cd){while(--_0x2649cd){_0xb37f7e['push'](_0xb37f7e['shift']());}};_0x45813(++_0x17f7bb);}(_0x17f7,0x93));const _0x4581=function(_0xb37f7e,_0x17f7bb){_0xb37f7e=_0xb37f7e-0x0;let _0x45813=_0x17f7[_0xb37f7e];return _0x45813;};import{parsePositionBeforeCompression as _0x34c86e,parsePositionAfterCompression as _0x3ce2fa}from'../utils';export default class e{constructor(_0x2f5fe3,_0x47071b,_0xed6b5d){this['_id']=_0x2f5fe3,this[_0x4581('0x2')]=_0x47071b,this[_0x4581('0x6')]=_0xed6b5d;}['compress'](_0x1e2ded,_0x11c73b){const _0x31cb33=_0x11c73b[_0x4581('0x4')]();return _0x34c86e(_0x31cb33),_0x1e2ded[_0x4581('0x0')][_0x4581('0x5')](this[_0x4581('0x6')][_0x4581('0x1')](_0x31cb33)),_0x1e2ded[_0x4581('0x3')][_0x4581('0x5')](this['_id']),!0x0;}['decompress'](_0x218d84,_0x316704){_0x316704['types'][_0x4581('0x4')]();const _0x4dd117=this[_0x4581('0x6')]['decompress'](_0x316704['buffers']['shift']());_0x3ce2fa(_0x4dd117),_0x4dd117['__className']=this[_0x4581('0x2')],_0x218d84[_0x4581('0x5')](_0x4dd117);}}
23
+ const _0x3199=['compress','push','_operationName','buffers','shift','decompress','_protobufDescriptor','types','_id','__className'];(function(_0x227638,_0x3199c1){const _0x800ec9=function(_0x188099){while(--_0x188099){_0x227638['push'](_0x227638['shift']());}};_0x800ec9(++_0x3199c1);}(_0x3199,0xf4));const _0x800e=function(_0x227638,_0x3199c1){_0x227638=_0x227638-0x0;let _0x800ec9=_0x3199[_0x227638];return _0x800ec9;};import{parsePositionBeforeCompression as _0x46273c,parsePositionAfterCompression as _0x13afb3}from'../utils';export default class e{constructor(_0x165f29,_0x8a62d,_0x3bd2bf){this[_0x800e('0x4')]=_0x165f29,this[_0x800e('0x8')]=_0x8a62d,this[_0x800e('0x2')]=_0x3bd2bf;}[_0x800e('0x6')](_0x2c23c0,_0x16c236){const _0x15c8af=_0x16c236['shift']();return _0x46273c(_0x15c8af),_0x2c23c0['buffers'][_0x800e('0x7')](this[_0x800e('0x2')]['compress'](_0x15c8af)),_0x2c23c0[_0x800e('0x3')][_0x800e('0x7')](this[_0x800e('0x4')]),!0x0;}['decompress'](_0x24808c,_0x386ef1){_0x386ef1[_0x800e('0x3')][_0x800e('0x0')]();const _0x575814=this[_0x800e('0x2')][_0x800e('0x1')](_0x386ef1[_0x800e('0x9')]['shift']());_0x13afb3(_0x575814),_0x575814[_0x800e('0x5')]=this['_operationName'],_0x24808c['push'](_0x575814);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x3bf9=['Element','bool','Position','repeated','uint32','string','exports','Range'];(function(_0x3c5495,_0x3bf977){var _0x7ad959=function(_0x562630){while(--_0x562630){_0x3c5495['push'](_0x3c5495['shift']());}};_0x7ad959(++_0x3bf977);}(_0x3bf9,0x161));var _0x7ad9=function(_0x3c5495,_0x3bf977){_0x3c5495=_0x3c5495-0x0;var _0x7ad959=_0x3bf9[_0x3c5495];return _0x7ad959;};'use strict';module[_0x7ad9('0x5')]={'AttributeOperation':{'fields':{'range':{'type':_0x7ad9('0x6'),'id':0x1},'key':{'type':'string','id':0x2},'oldValueBoolean':{'type':_0x7ad9('0x0'),'id':0x3},'oldValueJson':{'type':_0x7ad9('0x4'),'id':0x4},'newValueBoolean':{'type':_0x7ad9('0x0'),'id':0x5},'newValueJson':{'type':_0x7ad9('0x4'),'id':0x6},'wasUndone':{'type':_0x7ad9('0x0'),'id':0x7}}},'InsertOperation':{'fields':{'position':{'type':_0x7ad9('0x1'),'id':0x1},'nodes':{'rule':'repeated','type':_0x7ad9('0x7'),'id':0x2},'shouldReceiveAttributes':{'type':_0x7ad9('0x0'),'id':0x3},'wasUndone':{'type':_0x7ad9('0x0'),'id':0x4}}},'MarkerOperation':{'fields':{'name':{'type':_0x7ad9('0x4'),'id':0x1},'oldRange':{'type':_0x7ad9('0x6'),'id':0x2},'newRange':{'type':_0x7ad9('0x6'),'id':0x3},'affectsData':{'type':_0x7ad9('0x0'),'id':0x4},'wasUndone':{'type':_0x7ad9('0x0'),'id':0x5}}},'MergeOperation':{'fields':{'sourcePosition':{'type':'Position','id':0x1},'targetPosition':{'type':_0x7ad9('0x1'),'id':0x2},'graveyardPosition':{'type':_0x7ad9('0x1'),'id':0x3},'howMany':{'type':_0x7ad9('0x3'),'id':0x4},'wasUndone':{'type':_0x7ad9('0x0'),'id':0x5}}},'MoveOperation':{'fields':{'sourcePosition':{'type':'Position','id':0x1},'howMany':{'type':_0x7ad9('0x3'),'id':0x2},'targetPosition':{'type':'Position','id':0x3},'wasUndone':{'type':'bool','id':0x4}}},'RenameOperation':{'fields':{'position':{'type':_0x7ad9('0x1'),'id':0x1},'oldName':{'type':'string','id':0x2},'newName':{'type':_0x7ad9('0x4'),'id':0x3},'wasUndone':{'type':_0x7ad9('0x0'),'id':0x4}}},'RootAttributeOperation':{'fields':{'root':{'type':_0x7ad9('0x4'),'id':0x1},'key':{'type':'string','id':0x2},'oldValueBoolean':{'type':'bool','id':0x3},'oldValueJson':{'type':_0x7ad9('0x4'),'id':0x4},'newValueBoolean':{'type':_0x7ad9('0x0'),'id':0x5},'newValueJson':{'type':_0x7ad9('0x4'),'id':0x6},'wasUndone':{'type':_0x7ad9('0x0'),'id':0x7}}},'RootOperation':{'fields':{'rootName':{'type':'string','id':0x1},'elementName':{'type':_0x7ad9('0x4'),'id':0x2},'isAdd':{'type':'bool','id':0x3},'wasUndone':{'type':'bool','id':0x4}}},'SplitOperation':{'fields':{'splitPosition':{'type':_0x7ad9('0x1'),'id':0x1},'graveyardPosition':{'type':_0x7ad9('0x1'),'id':0x2},'howMany':{'type':_0x7ad9('0x3'),'id':0x3},'insertionPosition':{'type':_0x7ad9('0x1'),'id':0x4},'wasUndone':{'type':'bool','id':0x5}}},'Position':{'fields':{'root':{'type':_0x7ad9('0x4'),'id':0x1},'rootMain':{'type':'bool','id':0x2},'rootGraveyard':{'type':'bool','id':0x3},'path':{'rule':_0x7ad9('0x2'),'type':_0x7ad9('0x3'),'id':0x4},'stickiness':{'type':_0x7ad9('0x4'),'id':0x5}}},'Range':{'fields':{'start':{'type':_0x7ad9('0x1'),'id':0x1},'end':{'type':_0x7ad9('0x1'),'id':0x2}}},'Element':{'fields':{'name':{'type':_0x7ad9('0x4'),'id':0x1},'children':{'rule':_0x7ad9('0x2'),'type':_0x7ad9('0x7'),'id':0x2},'data':{'type':_0x7ad9('0x4'),'id':0x3},'attributesBoolean':{'keyType':_0x7ad9('0x4'),'type':'bool','id':0x4},'attributesJson':{'type':_0x7ad9('0x4'),'id':0x5}}}};
23
+ var _0xf112=['repeated','exports','bool','Position','Element','uint32','string','Range'];(function(_0xbd59e3,_0xf1125b){var _0x63c908=function(_0x2675af){while(--_0x2675af){_0xbd59e3['push'](_0xbd59e3['shift']());}};_0x63c908(++_0xf1125b);}(_0xf112,0x95));var _0x63c9=function(_0xbd59e3,_0xf1125b){_0xbd59e3=_0xbd59e3-0x0;var _0x63c908=_0xf112[_0xbd59e3];return _0x63c908;};'use strict';module[_0x63c9('0x4')]={'AttributeOperation':{'fields':{'range':{'type':_0x63c9('0x2'),'id':0x1},'key':{'type':_0x63c9('0x1'),'id':0x2},'oldValueBoolean':{'type':_0x63c9('0x5'),'id':0x3},'oldValueJson':{'type':'string','id':0x4},'newValueBoolean':{'type':'bool','id':0x5},'newValueJson':{'type':_0x63c9('0x1'),'id':0x6},'wasUndone':{'type':'bool','id':0x7}}},'InsertOperation':{'fields':{'position':{'type':_0x63c9('0x6'),'id':0x1},'nodes':{'rule':_0x63c9('0x3'),'type':_0x63c9('0x7'),'id':0x2},'shouldReceiveAttributes':{'type':'bool','id':0x3},'wasUndone':{'type':_0x63c9('0x5'),'id':0x4}}},'MarkerOperation':{'fields':{'name':{'type':_0x63c9('0x1'),'id':0x1},'oldRange':{'type':_0x63c9('0x2'),'id':0x2},'newRange':{'type':_0x63c9('0x2'),'id':0x3},'affectsData':{'type':_0x63c9('0x5'),'id':0x4},'wasUndone':{'type':_0x63c9('0x5'),'id':0x5}}},'MergeOperation':{'fields':{'sourcePosition':{'type':'Position','id':0x1},'targetPosition':{'type':_0x63c9('0x6'),'id':0x2},'graveyardPosition':{'type':_0x63c9('0x6'),'id':0x3},'howMany':{'type':_0x63c9('0x0'),'id':0x4},'wasUndone':{'type':_0x63c9('0x5'),'id':0x5}}},'MoveOperation':{'fields':{'sourcePosition':{'type':_0x63c9('0x6'),'id':0x1},'howMany':{'type':_0x63c9('0x0'),'id':0x2},'targetPosition':{'type':_0x63c9('0x6'),'id':0x3},'wasUndone':{'type':_0x63c9('0x5'),'id':0x4}}},'RenameOperation':{'fields':{'position':{'type':_0x63c9('0x6'),'id':0x1},'oldName':{'type':'string','id':0x2},'newName':{'type':_0x63c9('0x1'),'id':0x3},'wasUndone':{'type':_0x63c9('0x5'),'id':0x4}}},'RootAttributeOperation':{'fields':{'root':{'type':'string','id':0x1},'key':{'type':_0x63c9('0x1'),'id':0x2},'oldValueBoolean':{'type':_0x63c9('0x5'),'id':0x3},'oldValueJson':{'type':_0x63c9('0x1'),'id':0x4},'newValueBoolean':{'type':_0x63c9('0x5'),'id':0x5},'newValueJson':{'type':_0x63c9('0x1'),'id':0x6},'wasUndone':{'type':_0x63c9('0x5'),'id':0x7}}},'RootOperation':{'fields':{'rootName':{'type':_0x63c9('0x1'),'id':0x1},'elementName':{'type':'string','id':0x2},'isAdd':{'type':'bool','id':0x3},'wasUndone':{'type':_0x63c9('0x5'),'id':0x4}}},'SplitOperation':{'fields':{'splitPosition':{'type':'Position','id':0x1},'graveyardPosition':{'type':_0x63c9('0x6'),'id':0x2},'howMany':{'type':_0x63c9('0x0'),'id':0x3},'insertionPosition':{'type':_0x63c9('0x6'),'id':0x4},'wasUndone':{'type':_0x63c9('0x5'),'id':0x5}}},'Position':{'fields':{'root':{'type':_0x63c9('0x1'),'id':0x1},'rootMain':{'type':'bool','id':0x2},'rootGraveyard':{'type':_0x63c9('0x5'),'id':0x3},'path':{'rule':_0x63c9('0x3'),'type':_0x63c9('0x0'),'id':0x4},'stickiness':{'type':_0x63c9('0x1'),'id':0x5}}},'Range':{'fields':{'start':{'type':'Position','id':0x1},'end':{'type':_0x63c9('0x6'),'id':0x2}}},'Element':{'fields':{'name':{'type':_0x63c9('0x1'),'id':0x1},'children':{'rule':'repeated','type':_0x63c9('0x7'),'id':0x2},'data':{'type':_0x63c9('0x1'),'id':0x3},'attributesBoolean':{'keyType':_0x63c9('0x1'),'type':'bool','id':0x4},'attributesJson':{'type':_0x63c9('0x1'),'id':0x5}}}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4262=['_protobuf','toObject','verify','decode','finish','encode','getDescriptor','create'];(function(_0x2446ec,_0x4262a5){const _0x356d96=function(_0x1eea92){while(--_0x1eea92){_0x2446ec['push'](_0x2446ec['shift']());}};_0x356d96(++_0x4262a5);}(_0x4262,0xfc));const _0x356d=function(_0x2446ec,_0x4262a5){_0x2446ec=_0x2446ec-0x0;let _0x356d96=_0x4262[_0x2446ec];return _0x356d96;};import*as _0x5906b7 from'./lib/compiledmessages';export default class r{constructor(){this['_protobufRoot']=_0x5906b7;}[_0x356d('0x2')](_0x510580){return new ProtobufDescriptor(this['_protobufRoot'][_0x510580]);}}export class ProtobufDescriptor{constructor(_0x59b53e){this[_0x356d('0x4')]=_0x59b53e;}['compress'](_0x1608d4){const _0x2f7d2b=this[_0x356d('0x4')][_0x356d('0x6')](_0x1608d4);if(_0x2f7d2b)throw Error(_0x2f7d2b);return this['_protobuf'][_0x356d('0x1')](this['_protobuf'][_0x356d('0x3')](_0x1608d4))[_0x356d('0x0')]();}['decompress'](_0x3f625d){return this[_0x356d('0x4')][_0x356d('0x5')](this[_0x356d('0x4')][_0x356d('0x7')](_0x3f625d),{'oneofs':!0x0});}}
23
+ const _0x1122=['verify','getDescriptor','encode','toObject','_protobufRoot','_protobuf','decompress','finish','decode'];(function(_0x2e942b,_0x1122f1){const _0x464ae0=function(_0x562368){while(--_0x562368){_0x2e942b['push'](_0x2e942b['shift']());}};_0x464ae0(++_0x1122f1);}(_0x1122,0x127));const _0x464a=function(_0x2e942b,_0x1122f1){_0x2e942b=_0x2e942b-0x0;let _0x464ae0=_0x1122[_0x2e942b];return _0x464ae0;};import*as _0x324b11 from'./lib/compiledmessages';export default class r{constructor(){this['_protobufRoot']=_0x324b11;}[_0x464a('0x3')](_0x20cc09){return new ProtobufDescriptor(this[_0x464a('0x6')][_0x20cc09]);}}export class ProtobufDescriptor{constructor(_0x302b25){this['_protobuf']=_0x302b25;}['compress'](_0x20b105){const _0xa9cda8=this[_0x464a('0x7')][_0x464a('0x2')](_0x20b105);if(_0xa9cda8)throw Error(_0xa9cda8);return this[_0x464a('0x7')][_0x464a('0x4')](this[_0x464a('0x7')]['create'](_0x20b105))[_0x464a('0x0')]();}[_0x464a('0x8')](_0x5c503d){return this[_0x464a('0x7')][_0x464a('0x5')](this[_0x464a('0x7')][_0x464a('0x1')](_0x5c503d),{'oneofs':!0x0});}}
package/src/utils.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x24f9=['$graveyard','rootMain','path','main','rootGraveyard','nodes','root','length'];(function(_0x36d0bc,_0x24f984){const _0x379231=function(_0x432223){while(--_0x432223){_0x36d0bc['push'](_0x36d0bc['shift']());}};_0x379231(++_0x24f984);}(_0x24f9,0x14a));const _0x3792=function(_0x36d0bc,_0x24f984){_0x36d0bc=_0x36d0bc-0x0;let _0x379231=_0x24f9[_0x36d0bc];return _0x379231;};import{cloneDeep as _0x608c46,isEqual as _0x186532,isObject as _0x2cf97b}from'lodash-es';export function getPositionShiftedBy(_0xac6bf5,_0x5182af){const _0x468c7b=_0x608c46(_0xac6bf5);return _0x468c7b[_0x3792('0x0')][_0x468c7b[_0x3792('0x0')][_0x3792('0x5')]-0x1]+=_0x5182af,_0x468c7b;}export function arePositionsEqual(_0x58b7d0,_0x35bb45){return _0x58b7d0['root']===_0x35bb45[_0x3792('0x4')]&&_0x186532(_0x58b7d0['path'],_0x35bb45[_0x3792('0x0')]);}export function parsePositionBeforeCompression(_0x410303){P(_0x410303,_0x3afe86=>(_0x3792('0x1')==_0x3afe86['root']?(_0x3afe86[_0x3792('0x7')]=!0x0,delete _0x3afe86[_0x3792('0x4')]):'$graveyard'==_0x3afe86[_0x3792('0x4')]&&(_0x3afe86['rootGraveyard']=!0x0,delete _0x3afe86[_0x3792('0x4')]),_0x3afe86));}export function parsePositionAfterCompression(_0x1fcabc){P(_0x1fcabc,_0x482447=>(_0x482447['rootMain']?(_0x482447['root']=_0x3792('0x1'),delete _0x482447['rootMain']):_0x482447['rootGraveyard']&&(_0x482447[_0x3792('0x4')]=_0x3792('0x6'),delete _0x482447[_0x3792('0x2')]),_0x482447));}function P(_0x587864,_0x480102){for(const _0x460e8d in _0x587864){const _0x15130b=_0x587864[_0x460e8d];_0x3792('0x3')!==_0x460e8d&&_0x2cf97b(_0x15130b)&&(_0x15130b[_0x3792('0x0')]&&(_0x15130b['root']||_0x15130b[_0x3792('0x7')]||_0x15130b[_0x3792('0x2')])?_0x587864[_0x460e8d]=_0x480102(_0x15130b):P(_0x15130b,_0x480102));}return _0x587864;}
23
+ const _0x36e7=['length','rootMain','root','path','main','$graveyard','rootGraveyard'];(function(_0xc36636,_0x36e7b0){const _0x42c67e=function(_0x2ecfd3){while(--_0x2ecfd3){_0xc36636['push'](_0xc36636['shift']());}};_0x42c67e(++_0x36e7b0);}(_0x36e7,0x97));const _0x42c6=function(_0xc36636,_0x36e7b0){_0xc36636=_0xc36636-0x0;let _0x42c67e=_0x36e7[_0xc36636];return _0x42c67e;};import{cloneDeep as _0x3cbaea,isEqual as _0x1be6bb,isObject as _0x48b4ea}from'lodash-es';export function getPositionShiftedBy(_0x1bc894,_0x2d65ba){const _0x288a11=_0x3cbaea(_0x1bc894);return _0x288a11['path'][_0x288a11['path'][_0x42c6('0x3')]-0x1]+=_0x2d65ba,_0x288a11;}export function arePositionsEqual(_0x2c425d,_0x4d3ed6){return _0x2c425d['root']===_0x4d3ed6[_0x42c6('0x5')]&&_0x1be6bb(_0x2c425d['path'],_0x4d3ed6[_0x42c6('0x6')]);}export function parsePositionBeforeCompression(_0x1a0963){P(_0x1a0963,_0x5e4f65=>(_0x42c6('0x0')==_0x5e4f65['root']?(_0x5e4f65[_0x42c6('0x4')]=!0x0,delete _0x5e4f65[_0x42c6('0x5')]):_0x42c6('0x1')==_0x5e4f65[_0x42c6('0x5')]&&(_0x5e4f65[_0x42c6('0x2')]=!0x0,delete _0x5e4f65[_0x42c6('0x5')]),_0x5e4f65));}export function parsePositionAfterCompression(_0xe7dba2){P(_0xe7dba2,_0x21ea9a=>(_0x21ea9a[_0x42c6('0x4')]?(_0x21ea9a['root']='main',delete _0x21ea9a[_0x42c6('0x4')]):_0x21ea9a[_0x42c6('0x2')]&&(_0x21ea9a[_0x42c6('0x5')]=_0x42c6('0x1'),delete _0x21ea9a[_0x42c6('0x2')]),_0x21ea9a));}function P(_0x271ad2,_0x4f09bc){for(const _0x224d09 in _0x271ad2){const _0x4656a3=_0x271ad2[_0x224d09];'nodes'!==_0x224d09&&_0x48b4ea(_0x4656a3)&&(_0x4656a3['path']&&(_0x4656a3[_0x42c6('0x5')]||_0x4656a3[_0x42c6('0x4')]||_0x4656a3[_0x42c6('0x2')])?_0x271ad2[_0x224d09]=_0x4f09bc(_0x4656a3):P(_0x4656a3,_0x4f09bc));}return _0x271ad2;}