@ckeditor/ckeditor5-operations-compressor 0.0.0-nightly-20230807.0 → 0.0.0-nightly-20230808.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -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": "0.0.0-nightly-20230807.0",
3
+ "version": "0.0.0-nightly-20230808.0",
4
4
  "description": "CKEditor 5 operations compressor for real-time collaboration.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "homepage": "https://ckeditor.com/collaboration/real-time/",
@@ -30,7 +30,7 @@
30
30
  "url": "https://support.ckeditor.com/hc/en-us/requests/new"
31
31
  },
32
32
  "dependencies": {
33
- "ckeditor5": "0.0.0-nightly-20230807.0",
33
+ "ckeditor5": "0.0.0-nightly-20230808.0",
34
34
  "lodash-es": "4.17.21",
35
35
  "protobufjs": "7.2.4"
36
36
  },
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3517=['_decompressSingleOperation','_compareOperations','types','_compressSingleOperation','_splitCurrent','buffers','compress','shift','push','_context','_combineNext','_id'];(function(_0x1342b2,_0x35176b){const _0x3c963e=function(_0x1b3cc2){while(--_0x1b3cc2){_0x1342b2['push'](_0x1342b2['shift']());}};_0x3c963e(++_0x35176b);}(_0x3517,0xb4));const _0x3c96=function(_0x1342b2,_0x35176b){_0x1342b2=_0x1342b2-0x0;let _0x3c963e=_0x3517[_0x1342b2];return _0x3c963e;};import{cloneDeep as _0x4c20f4}from'lodash-es';export default class b{constructor(_0x4e8997,_0x467b51){this['_id']=_0x4e8997,this[_0x3c96('0x9')]=_0x467b51;}[_0x3c96('0x6')](_0x51673b,_0x437921){let _0x2a060a;for(;_0x437921['length']>0x1&&this[_0x3c96('0x1')](_0x437921[0x0],_0x437921[0x1]);)_0x2a060a?(_0x2a060a=this['_combineNext'](_0x437921[_0x3c96('0x7')](),_0x2a060a),_0x51673b[_0x3c96('0x2')][_0x3c96('0x8')](0x0)):(_0x2a060a=_0x4c20f4(_0x437921[_0x3c96('0x7')]()),_0x51673b['types']['push'](this[_0x3c96('0xb')]));return!!_0x2a060a&&(_0x2a060a=this[_0x3c96('0xa')](_0x437921[_0x3c96('0x7')](),_0x2a060a),_0x51673b[_0x3c96('0x2')][_0x3c96('0x8')](0x0),_0x51673b[_0x3c96('0x5')]['push'](this[_0x3c96('0x3')](_0x2a060a)),!0x0);}['decompress'](_0x419992,_0x525cb2){const _0x6efdd3=this[_0x3c96('0x0')](_0x525cb2);for(;0x0==_0x525cb2['types'][0x0];)_0x525cb2[_0x3c96('0x2')]['shift'](),_0x419992['push'](this[_0x3c96('0x4')](_0x6efdd3));_0x419992['push'](_0x6efdd3);}}
23
+ const _0x707f=['_splitCurrent','_id','_compressSingleOperation','types','push','decompress','shift','_context','buffers','compress','_decompressSingleOperation'];(function(_0x2ed4cd,_0x707ff2){const _0x3ccbcb=function(_0x43f98a){while(--_0x43f98a){_0x2ed4cd['push'](_0x2ed4cd['shift']());}};_0x3ccbcb(++_0x707ff2);}(_0x707f,0x128));const _0x3ccb=function(_0x2ed4cd,_0x707ff2){_0x2ed4cd=_0x2ed4cd-0x0;let _0x3ccbcb=_0x707f[_0x2ed4cd];return _0x3ccbcb;};import{cloneDeep as _0x1e2613}from'lodash-es';export default class b{constructor(_0x3775be,_0x22f922){this[_0x3ccb('0x2')]=_0x3775be,this[_0x3ccb('0x8')]=_0x22f922;}[_0x3ccb('0xa')](_0x531bdb,_0x1661d1){let _0x197e28;for(;_0x1661d1['length']>0x1&&this['_compareOperations'](_0x1661d1[0x0],_0x1661d1[0x1]);)_0x197e28?(_0x197e28=this['_combineNext'](_0x1661d1['shift'](),_0x197e28),_0x531bdb[_0x3ccb('0x4')][_0x3ccb('0x5')](0x0)):(_0x197e28=_0x1e2613(_0x1661d1[_0x3ccb('0x7')]()),_0x531bdb[_0x3ccb('0x4')][_0x3ccb('0x5')](this[_0x3ccb('0x2')]));return!!_0x197e28&&(_0x197e28=this['_combineNext'](_0x1661d1[_0x3ccb('0x7')](),_0x197e28),_0x531bdb['types'][_0x3ccb('0x5')](0x0),_0x531bdb[_0x3ccb('0x9')][_0x3ccb('0x5')](this[_0x3ccb('0x3')](_0x197e28)),!0x0);}[_0x3ccb('0x6')](_0x48f854,_0x2ec6d1){const _0x29968f=this[_0x3ccb('0x0')](_0x2ec6d1);for(;0x0==_0x2ec6d1[_0x3ccb('0x4')][0x0];)_0x2ec6d1[_0x3ccb('0x4')][_0x3ccb('0x7')](),_0x48f854[_0x3ccb('0x5')](this[_0x3ccb('0x1')](_0x29968f));_0x48f854[_0x3ccb('0x5')](_0x29968f);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xb2fa=['targetPosition','wasUndone','MoveOperation','root','_compareOperations','sourcePosition','_checkOperation','compress','__className','_getCompressorByName','_compressSingleOperation','buffers','_combineNext','$graveyard','howMany','_decompressSingleOperation','_context','decompress'];(function(_0x454967,_0xb2fa5){const _0x391b3b=function(_0x2c8e38){while(--_0x2c8e38){_0x454967['push'](_0x454967['shift']());}};_0x391b3b(++_0xb2fa5);}(_0xb2fa,0x187));const _0x391b=function(_0x454967,_0xb2fa5){_0x454967=_0x454967-0x0;let _0x391b3b=_0xb2fa[_0x454967];return _0x391b3b;};import _0x5330e7 from'./actioncompressor';import{arePositionsEqual as _0x3bd180,getPositionShiftedBy as _0x40b3d4}from'../utils';import{cloneDeep as _0x26aa64}from'lodash-es';export default class c extends _0x5330e7{[_0x391b('0x11')](_0x1265db,_0x3bf087){return _0x3bf087[_0x391b('0x1')]++,_0x3bf087['sourcePosition']=_0x26aa64(_0x1265db['sourcePosition']),_0x3bf087;}['_splitCurrent'](_0x25923b){const _0x3f2193=_0x26aa64(_0x25923b);return _0x25923b['howMany']--,_0x3f2193[_0x391b('0x1')]=0x1,_0x3f2193[_0x391b('0xa')]=_0x40b3d4(_0x3f2193['sourcePosition'],_0x25923b['howMany']),_0x3f2193;}[_0x391b('0x9')](_0x3fff78,_0x1da2b6){return!(!this[_0x391b('0xb')](_0x3fff78)||!this[_0x391b('0xb')](_0x1da2b6))&&(_0x3bd180(_0x40b3d4(_0x3fff78[_0x391b('0xa')],-0x1),_0x1da2b6['sourcePosition'])&&_0x3bd180(_0x3fff78[_0x391b('0x5')],_0x1da2b6[_0x391b('0x5')]));}[_0x391b('0xf')](_0x2283ac){const _0x550bf8={'types':[],'buffers':[],'baseVersion':0x0};return this['_context'][_0x391b('0xe')](_0x391b('0x7'))[_0x391b('0xc')](_0x550bf8,[_0x2283ac]),_0x550bf8[_0x391b('0x10')][0x0];}[_0x391b('0x2')](_0x4883f7){const _0x12cddf=[];return this[_0x391b('0x3')][_0x391b('0xe')](_0x391b('0x7'))[_0x391b('0x4')](_0x12cddf,_0x4883f7),_0x12cddf[0x0];}[_0x391b('0xb')](_0x49d273){return _0x391b('0x7')==_0x49d273[_0x391b('0xd')]&&_0x391b('0x0')==_0x49d273[_0x391b('0x5')][_0x391b('0x8')]&&0x1==_0x49d273[_0x391b('0x1')]&&!_0x49d273[_0x391b('0x6')];}}
23
+ const _0x1417=['_checkOperation','sourcePosition','_context','decompress','_getCompressorByName','$graveyard','_compareOperations','_combineNext','_compressSingleOperation','root','_splitCurrent','_decompressSingleOperation','howMany','compress','targetPosition','MoveOperation','wasUndone'];(function(_0x15e307,_0x1417db){const _0x5416c3=function(_0x6fa2ec){while(--_0x6fa2ec){_0x15e307['push'](_0x15e307['shift']());}};_0x5416c3(++_0x1417db);}(_0x1417,0xbf));const _0x5416=function(_0x15e307,_0x1417db){_0x15e307=_0x15e307-0x0;let _0x5416c3=_0x1417[_0x15e307];return _0x5416c3;};import _0x1014fe from'./actioncompressor';import{arePositionsEqual as _0x4558f9,getPositionShiftedBy as _0x51bf24}from'../utils';import{cloneDeep as _0x36ac5e}from'lodash-es';export default class c extends _0x1014fe{[_0x5416('0x3')](_0x204fda,_0x48227b){return _0x48227b['howMany']++,_0x48227b[_0x5416('0xe')]=_0x36ac5e(_0x204fda[_0x5416('0xe')]),_0x48227b;}[_0x5416('0x6')](_0x34876e){const _0x4d7688=_0x36ac5e(_0x34876e);return _0x34876e[_0x5416('0x8')]--,_0x4d7688[_0x5416('0x8')]=0x1,_0x4d7688[_0x5416('0xe')]=_0x51bf24(_0x4d7688[_0x5416('0xe')],_0x34876e[_0x5416('0x8')]),_0x4d7688;}[_0x5416('0x2')](_0x174bba,_0x246d8c){return!(!this['_checkOperation'](_0x174bba)||!this[_0x5416('0xd')](_0x246d8c))&&(_0x4558f9(_0x51bf24(_0x174bba[_0x5416('0xe')],-0x1),_0x246d8c[_0x5416('0xe')])&&_0x4558f9(_0x174bba[_0x5416('0xa')],_0x246d8c[_0x5416('0xa')]));}[_0x5416('0x4')](_0xc3d0b5){const _0x472ba6={'types':[],'buffers':[],'baseVersion':0x0};return this[_0x5416('0xf')][_0x5416('0x0')](_0x5416('0xb'))[_0x5416('0x9')](_0x472ba6,[_0xc3d0b5]),_0x472ba6['buffers'][0x0];}[_0x5416('0x7')](_0x125c35){const _0x26317e=[];return this[_0x5416('0xf')][_0x5416('0x0')](_0x5416('0xb'))[_0x5416('0x10')](_0x26317e,_0x125c35),_0x26317e[0x0];}['_checkOperation'](_0x11eb28){return _0x5416('0xb')==_0x11eb28['__className']&&_0x5416('0x1')==_0x11eb28[_0x5416('0xa')][_0x5416('0x5')]&&0x1==_0x11eb28['howMany']&&!_0x11eb28[_0x5416('0xc')];}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2672=['MoveOperation','howMany','buffers','_combineNext','_checkOperation','decompress','root','sourcePosition','_compareOperations','_getCompressorByName','targetPosition','wasUndone','_context','_splitCurrent'];(function(_0x2b16d0,_0x2672b6){const _0x448884=function(_0x50c19d){while(--_0x50c19d){_0x2b16d0['push'](_0x2b16d0['shift']());}};_0x448884(++_0x2672b6);}(_0x2672,0x119));const _0x4488=function(_0x2b16d0,_0x2672b6){_0x2b16d0=_0x2b16d0-0x0;let _0x448884=_0x2672[_0x2b16d0];return _0x448884;};import _0x59c232 from'./actioncompressor';import{arePositionsEqual as _0x1fe794}from'../utils';import{cloneDeep as _0x4f768a}from'lodash-es';export default class h extends _0x59c232{[_0x4488('0x2')](_0x37a11f,_0xf4b8ed){return _0xf4b8ed[_0x4488('0x0')]++,_0xf4b8ed;}[_0x4488('0xc')](_0x5bf31f){const _0x2c1656=_0x4f768a(_0x5bf31f);return _0x2c1656[_0x4488('0x0')]=0x1,_0x5bf31f['howMany']--,_0x2c1656;}[_0x4488('0x7')](_0x144196,_0x384272){return!(!this[_0x4488('0x3')](_0x144196)||!this[_0x4488('0x3')](_0x384272))&&(_0x1fe794(_0x144196['sourcePosition'],_0x384272[_0x4488('0x6')])&&_0x1fe794(_0x144196[_0x4488('0x9')],_0x384272[_0x4488('0x9')]));}['_compressSingleOperation'](_0x2adee8){const _0x241979={'types':[],'buffers':[],'baseVersion':0x0};return this[_0x4488('0xb')][_0x4488('0x8')]('MoveOperation')['compress'](_0x241979,[_0x2adee8]),_0x241979[_0x4488('0x1')][0x0];}['_decompressSingleOperation'](_0x414270){const _0x2f480f=[];return this[_0x4488('0xb')][_0x4488('0x8')](_0x4488('0xd'))[_0x4488('0x4')](_0x2f480f,_0x414270),_0x2f480f[0x0];}[_0x4488('0x3')](_0x2ea4ee){return'MoveOperation'==_0x2ea4ee['__className']&&'$graveyard'==_0x2ea4ee['targetPosition'][_0x4488('0x5')]&&0x1==_0x2ea4ee[_0x4488('0x0')]&&!_0x2ea4ee[_0x4488('0xa')];}}
23
+ const _0x5e49=['_combineNext','howMany','targetPosition','_context','MoveOperation','$graveyard','_compareOperations','__className','root','buffers','compress','_checkOperation','_splitCurrent','_getCompressorByName','decompress','sourcePosition'];(function(_0x162709,_0x5e4909){const _0x7f924c=function(_0x152339){while(--_0x152339){_0x162709['push'](_0x162709['shift']());}};_0x7f924c(++_0x5e4909);}(_0x5e49,0xc1));const _0x7f92=function(_0x162709,_0x5e4909){_0x162709=_0x162709-0x0;let _0x7f924c=_0x5e49[_0x162709];return _0x7f924c;};import _0x27b076 from'./actioncompressor';import{arePositionsEqual as _0x292757}from'../utils';import{cloneDeep as _0x4a5d02}from'lodash-es';export default class h extends _0x27b076{[_0x7f92('0xf')](_0x3837c6,_0x4cad70){return _0x4cad70[_0x7f92('0x0')]++,_0x4cad70;}[_0x7f92('0xb')](_0x1c070d){const _0x55e1f8=_0x4a5d02(_0x1c070d);return _0x55e1f8[_0x7f92('0x0')]=0x1,_0x1c070d[_0x7f92('0x0')]--,_0x55e1f8;}[_0x7f92('0x5')](_0x27cd09,_0x5b81f8){return!(!this[_0x7f92('0xa')](_0x27cd09)||!this['_checkOperation'](_0x5b81f8))&&(_0x292757(_0x27cd09[_0x7f92('0xe')],_0x5b81f8[_0x7f92('0xe')])&&_0x292757(_0x27cd09[_0x7f92('0x1')],_0x5b81f8['targetPosition']));}['_compressSingleOperation'](_0x5686be){const _0x357968={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName'](_0x7f92('0x3'))[_0x7f92('0x9')](_0x357968,[_0x5686be]),_0x357968[_0x7f92('0x8')][0x0];}['_decompressSingleOperation'](_0x41b24d){const _0x63c1aa=[];return this[_0x7f92('0x2')][_0x7f92('0xc')](_0x7f92('0x3'))[_0x7f92('0xd')](_0x63c1aa,_0x41b24d),_0x63c1aa[0x0];}[_0x7f92('0xa')](_0x4fb17b){return _0x7f92('0x3')==_0x4fb17b[_0x7f92('0x6')]&&_0x7f92('0x4')==_0x4fb17b['targetPosition'][_0x7f92('0x7')]&&0x1==_0x4fb17b[_0x7f92('0x0')]&&!_0x4fb17b['wasUndone'];}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x17cf=['_splitCurrent','position','_getCompressorByName','wasUndone','_context','attributes','data','__className','from','_checkOperation','nodes','length','iterator','_combineNext','every','InsertOperation','next','_compressSingleOperation','_decompressSingleOperation','keys','buffers'];(function(_0x47a23e,_0x17cf23){const _0xf5a799=function(_0x24405b){while(--_0x24405b){_0x47a23e['push'](_0x47a23e['shift']());}};_0xf5a799(++_0x17cf23);}(_0x17cf,0x191));const _0xf5a7=function(_0x47a23e,_0x17cf23){_0x47a23e=_0x47a23e-0x0;let _0xf5a799=_0x17cf[_0x47a23e];return _0xf5a799;};import _0x2010fa from'./actioncompressor';import{arePositionsEqual as _0x47571b,getPositionShiftedBy as _0x4d2335}from'../utils';import{cloneDeep as _0x172441}from'lodash-es';export default class m extends _0x2010fa{[_0xf5a7('0xb')](_0x47c549,_0x401b9b){return _0x401b9b['nodes'][0x0][_0xf5a7('0x4')]+=_0x47c549[_0xf5a7('0x8')][0x0][_0xf5a7('0x4')],_0x401b9b;}[_0xf5a7('0x13')](_0x8e6924){const _0x48e238=_0x172441(_0x8e6924),_0x3b4286=_0x48e238[_0xf5a7('0x8')][0x0],_0x2c0260=_0x8e6924[_0xf5a7('0x8')][0x0],_0x38a972=_0x2c0260[_0xf5a7('0x4')][Symbol[_0xf5a7('0xa')]]()[_0xf5a7('0xe')]()['value'],_0x453a62=_0x38a972[_0xf5a7('0x9')];return _0x3b4286['data']=_0x38a972,_0x2c0260[_0xf5a7('0x4')]=_0x2c0260[_0xf5a7('0x4')]['substr'](_0x453a62),_0x8e6924[_0xf5a7('0x14')]=_0x4d2335(_0x8e6924['position'],_0x453a62),_0x48e238;}['_compareOperations'](_0x60ace,_0x87975c){if(this[_0xf5a7('0x7')](_0x60ace)&&this[_0xf5a7('0x7')](_0x87975c)){const _0x21e65b=_0x60ace[_0xf5a7('0x8')][0x0][_0xf5a7('0x4')][_0xf5a7('0x9')],_0x222c02=_0x47571b(_0x4d2335(_0x60ace[_0xf5a7('0x14')],_0x21e65b),_0x87975c[_0xf5a7('0x14')]),_0xc44f17=_0x60ace['nodes'][0x0],_0x2a1b3b=_0x87975c[_0xf5a7('0x8')][0x0];return _0x222c02&&this['_compareAttributes'](_0xc44f17,_0x2a1b3b);}return!0x1;}[_0xf5a7('0xf')](_0x1c66cc){const _0x5e352f={'types':[],'buffers':[],'baseVersion':0x0};return this['_context'][_0xf5a7('0x0')](_0xf5a7('0xd'))['compress'](_0x5e352f,[_0x1c66cc]),_0x5e352f[_0xf5a7('0x12')][0x0];}[_0xf5a7('0x10')](_0x1c7adb){const _0x8cb776=[];return this[_0xf5a7('0x2')][_0xf5a7('0x0')]('InsertOperation')['decompress'](_0x8cb776,_0x1c7adb),_0x8cb776[0x0];}[_0xf5a7('0x7')](_0xba6aa3){return _0xf5a7('0xd')==_0xba6aa3[_0xf5a7('0x5')]&&0x1==_0xba6aa3[_0xf5a7('0x8')][_0xf5a7('0x9')]&&_0xba6aa3['nodes'][0x0][_0xf5a7('0x4')]&&!_0xba6aa3[_0xf5a7('0x1')]&&0x1==Array[_0xf5a7('0x6')](_0xba6aa3[_0xf5a7('0x8')][0x0]['data'])[_0xf5a7('0x9')];}['_compareAttributes'](_0x2df2f0,_0x9d1fee){const _0x2425d8=Object[_0xf5a7('0x11')](_0x2df2f0[_0xf5a7('0x3')]||{}),_0x8015e0=Object[_0xf5a7('0x11')](_0x9d1fee[_0xf5a7('0x3')]||{});return _0x2425d8['length']===_0x8015e0[_0xf5a7('0x9')]&&_0x2425d8[_0xf5a7('0xc')](_0x3b1c52=>_0x9d1fee[_0xf5a7('0x3')][_0x3b1c52]&&_0x9d1fee[_0xf5a7('0x3')][_0x3b1c52]===_0x2df2f0['attributes'][_0x3b1c52]);}}
23
+ const _0x556f=['_splitCurrent','compress','nodes','_getCompressorByName','_checkOperation','value','__className','position','buffers','_compareOperations','every','next','substr','InsertOperation','from','wasUndone','_context','attributes','data','_compareAttributes','keys','length','_combineNext'];(function(_0x43863d,_0x556f60){const _0x52b551=function(_0x1b234a){while(--_0x1b234a){_0x43863d['push'](_0x43863d['shift']());}};_0x52b551(++_0x556f60);}(_0x556f,0x17f));const _0x52b5=function(_0x43863d,_0x556f60){_0x43863d=_0x43863d-0x0;let _0x52b551=_0x556f[_0x43863d];return _0x52b551;};import _0x1cbaae from'./actioncompressor';import{arePositionsEqual as _0x586b6f,getPositionShiftedBy as _0x5bf571}from'../utils';import{cloneDeep as _0x1408cd}from'lodash-es';export default class m extends _0x1cbaae{[_0x52b5('0x7')](_0x318c38,_0x582f7d){return _0x582f7d[_0x52b5('0xa')][0x0]['data']+=_0x318c38[_0x52b5('0xa')][0x0][_0x52b5('0x3')],_0x582f7d;}[_0x52b5('0x8')](_0x25a1f3){const _0x4bf4=_0x1408cd(_0x25a1f3),_0x3228d6=_0x4bf4[_0x52b5('0xa')][0x0],_0x41fb98=_0x25a1f3[_0x52b5('0xa')][0x0],_0x135399=_0x41fb98[_0x52b5('0x3')][Symbol['iterator']]()[_0x52b5('0x13')]()[_0x52b5('0xd')],_0x4844e5=_0x135399['length'];return _0x3228d6['data']=_0x135399,_0x41fb98[_0x52b5('0x3')]=_0x41fb98[_0x52b5('0x3')][_0x52b5('0x14')](_0x4844e5),_0x25a1f3[_0x52b5('0xf')]=_0x5bf571(_0x25a1f3[_0x52b5('0xf')],_0x4844e5),_0x4bf4;}[_0x52b5('0x11')](_0x658fc7,_0x678284){if(this[_0x52b5('0xc')](_0x658fc7)&&this[_0x52b5('0xc')](_0x678284)){const _0x1bf4ba=_0x658fc7[_0x52b5('0xa')][0x0][_0x52b5('0x3')]['length'],_0x244db1=_0x586b6f(_0x5bf571(_0x658fc7[_0x52b5('0xf')],_0x1bf4ba),_0x678284[_0x52b5('0xf')]),_0x3ff626=_0x658fc7[_0x52b5('0xa')][0x0],_0x28aa3b=_0x678284['nodes'][0x0];return _0x244db1&&this[_0x52b5('0x4')](_0x3ff626,_0x28aa3b);}return!0x1;}['_compressSingleOperation'](_0x42d0d1){const _0x4bbaf5={'types':[],'buffers':[],'baseVersion':0x0};return this[_0x52b5('0x1')][_0x52b5('0xb')](_0x52b5('0x15'))[_0x52b5('0x9')](_0x4bbaf5,[_0x42d0d1]),_0x4bbaf5[_0x52b5('0x10')][0x0];}['_decompressSingleOperation'](_0x26f208){const _0x2f5869=[];return this['_context'][_0x52b5('0xb')]('InsertOperation')['decompress'](_0x2f5869,_0x26f208),_0x2f5869[0x0];}[_0x52b5('0xc')](_0x4610e4){return'InsertOperation'==_0x4610e4[_0x52b5('0xe')]&&0x1==_0x4610e4[_0x52b5('0xa')][_0x52b5('0x6')]&&_0x4610e4['nodes'][0x0][_0x52b5('0x3')]&&!_0x4610e4[_0x52b5('0x0')]&&0x1==Array[_0x52b5('0x16')](_0x4610e4[_0x52b5('0xa')][0x0]['data'])['length'];}[_0x52b5('0x4')](_0x544caa,_0x2cd5a1){const _0x4c0a0b=Object[_0x52b5('0x5')](_0x544caa[_0x52b5('0x2')]||{}),_0x42b601=Object[_0x52b5('0x5')](_0x2cd5a1[_0x52b5('0x2')]||{});return _0x4c0a0b[_0x52b5('0x6')]===_0x42b601[_0x52b5('0x6')]&&_0x4c0a0b[_0x52b5('0x12')](_0xa57055=>_0x2cd5a1[_0x52b5('0x2')][_0xa57055]&&_0x2cd5a1[_0x52b5('0x2')][_0xa57055]===_0x544caa[_0x52b5('0x2')][_0xa57055]);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5111=['startsWith','newRange','shift','push','compress','_id','end','types','split','__className','_getCompressorByName','_context','_compressSingleOperation','buffers','start','_compareOperations','MarkerOperation','stickiness','name','decompress','_decompressSingleOperation'];(function(_0x427531,_0x5111b5){const _0x5892b2=function(_0x416c50){while(--_0x416c50){_0x427531['push'](_0x427531['shift']());}};_0x5892b2(++_0x5111b5);}(_0x5111,0x17b));const _0x5892=function(_0x427531,_0x5111b5){_0x427531=_0x427531-0x0;let _0x5892b2=_0x5111[_0x427531];return _0x5892b2;};import _0x108196 from'./actioncompressor';import{arePositionsEqual as _0x4da6db}from'../utils';import{cloneDeep as _0x431bf8}from'lodash-es';export default class f extends _0x108196{[_0x5892('0x3')](_0x1a2f26,_0xc0d079){if(!this[_0x5892('0xe')](_0xc0d079[0x0],_0xc0d079[0x1]))return!0x1;const _0x3c80d3=_0xc0d079['shift']();return _0x3c80d3['oldRange']=null,_0x3c80d3[_0x5892('0x0')]&&_0x4da6db(_0x3c80d3[_0x5892('0x0')][_0x5892('0xd')],_0x3c80d3[_0x5892('0x0')][_0x5892('0x5')])&&(_0x3c80d3[_0x5892('0x0')][_0x5892('0x5')]=null),_0xc0d079[_0x5892('0x1')](),_0x1a2f26[_0x5892('0x6')][_0x5892('0x2')](this[_0x5892('0x4')]),_0x1a2f26[_0x5892('0x6')][_0x5892('0x2')](0x0),_0x1a2f26[_0x5892('0xc')][_0x5892('0x2')](this[_0x5892('0xb')](_0x3c80d3)),!0x0;}[_0x5892('0x12')](_0x24b22d,_0x1cca1f){const _0x1c460d=this[_0x5892('0x13')](_0x1cca1f);_0x1c460d[_0x5892('0x0')]&&!_0x1c460d[_0x5892('0x0')][_0x5892('0x5')]&&(_0x1c460d[_0x5892('0x0')]['end']=_0x431bf8(_0x1c460d[_0x5892('0x0')][_0x5892('0xd')]));const _0x53446f=_0x431bf8(_0x1c460d);_0x53446f[_0x5892('0x0')]&&(_0x53446f[_0x5892('0x0')][_0x5892('0xd')][_0x5892('0x10')]='toNone',_0x53446f['newRange'][_0x5892('0x5')]=_0x431bf8(_0x53446f[_0x5892('0x0')][_0x5892('0xd')])),_0x53446f[_0x5892('0x11')]='user:position:'+_0x53446f[_0x5892('0x11')][_0x5892('0x7')](':')[0x2],_0x1cca1f['types'][_0x5892('0x1')](),_0x24b22d[_0x5892('0x2')](_0x1c460d),_0x24b22d['push'](_0x53446f);}[_0x5892('0xb')](_0x49cb65){const _0x5222d5={'types':[],'buffers':[],'baseVersion':0x0};return this[_0x5892('0xa')][_0x5892('0x9')](_0x5892('0xf'))[_0x5892('0x3')](_0x5222d5,[_0x49cb65]),_0x5222d5[_0x5892('0xc')][0x0];}['_decompressSingleOperation'](_0x36e28a){const _0x3afda0=[];return this[_0x5892('0xa')][_0x5892('0x9')]('MarkerOperation')[_0x5892('0x12')](_0x3afda0,_0x36e28a),_0x3afda0[0x0];}[_0x5892('0xe')](_0xcb55d4,_0x2036bc){return!(!_0xcb55d4||!_0x2036bc)&&(_0x5892('0xf')==_0xcb55d4[_0x5892('0x8')]&&_0x5892('0xf')==_0x2036bc[_0x5892('0x8')]&&!(!_0xcb55d4[_0x5892('0x11')][_0x5892('0x14')]('user:')||!_0x2036bc[_0x5892('0x11')][_0x5892('0x14')]('user:')||_0xcb55d4[_0x5892('0x11')]==_0x2036bc[_0x5892('0x11')]));}}
23
+ const _0x96cc=['end','name','toNone','_context','shift','_compareOperations','_id','push','MarkerOperation','_decompressSingleOperation','buffers','user:','split','__className','oldRange','decompress','_getCompressorByName','stickiness','compress','_compressSingleOperation','user:position:','start','types','newRange','startsWith'];(function(_0x1a4d72,_0x96ccb5){const _0x29930a=function(_0x5a2508){while(--_0x5a2508){_0x1a4d72['push'](_0x1a4d72['shift']());}};_0x29930a(++_0x96ccb5);}(_0x96cc,0xd2));const _0x2993=function(_0x1a4d72,_0x96ccb5){_0x1a4d72=_0x1a4d72-0x0;let _0x29930a=_0x96cc[_0x1a4d72];return _0x29930a;};import _0x4fcb54 from'./actioncompressor';import{arePositionsEqual as _0x345020}from'../utils';import{cloneDeep as _0x23bd8c}from'lodash-es';export default class f extends _0x4fcb54{[_0x2993('0x8')](_0x4fc1e9,_0x3eacab){if(!this[_0x2993('0x14')](_0x3eacab[0x0],_0x3eacab[0x1]))return!0x1;const _0x201296=_0x3eacab[_0x2993('0x13')]();return _0x201296[_0x2993('0x4')]=null,_0x201296[_0x2993('0xd')]&&_0x345020(_0x201296[_0x2993('0xd')][_0x2993('0xb')],_0x201296[_0x2993('0xd')][_0x2993('0xf')])&&(_0x201296[_0x2993('0xd')][_0x2993('0xf')]=null),_0x3eacab['shift'](),_0x4fc1e9[_0x2993('0xc')][_0x2993('0x16')](this[_0x2993('0x15')]),_0x4fc1e9[_0x2993('0xc')][_0x2993('0x16')](0x0),_0x4fc1e9['buffers'][_0x2993('0x16')](this[_0x2993('0x9')](_0x201296)),!0x0;}['decompress'](_0xaa3d87,_0x359480){const _0x4fcc8e=this[_0x2993('0x18')](_0x359480);_0x4fcc8e[_0x2993('0xd')]&&!_0x4fcc8e[_0x2993('0xd')][_0x2993('0xf')]&&(_0x4fcc8e[_0x2993('0xd')][_0x2993('0xf')]=_0x23bd8c(_0x4fcc8e[_0x2993('0xd')]['start']));const _0x1aad9a=_0x23bd8c(_0x4fcc8e);_0x1aad9a['newRange']&&(_0x1aad9a[_0x2993('0xd')][_0x2993('0xb')][_0x2993('0x7')]=_0x2993('0x11'),_0x1aad9a[_0x2993('0xd')][_0x2993('0xf')]=_0x23bd8c(_0x1aad9a[_0x2993('0xd')][_0x2993('0xb')])),_0x1aad9a[_0x2993('0x10')]=_0x2993('0xa')+_0x1aad9a[_0x2993('0x10')][_0x2993('0x2')](':')[0x2],_0x359480[_0x2993('0xc')][_0x2993('0x13')](),_0xaa3d87[_0x2993('0x16')](_0x4fcc8e),_0xaa3d87[_0x2993('0x16')](_0x1aad9a);}[_0x2993('0x9')](_0x20c986){const _0x1fca24={'types':[],'buffers':[],'baseVersion':0x0};return this['_context'][_0x2993('0x6')](_0x2993('0x17'))[_0x2993('0x8')](_0x1fca24,[_0x20c986]),_0x1fca24[_0x2993('0x0')][0x0];}['_decompressSingleOperation'](_0xe740ba){const _0x44acb7=[];return this[_0x2993('0x12')][_0x2993('0x6')](_0x2993('0x17'))[_0x2993('0x5')](_0x44acb7,_0xe740ba),_0x44acb7[0x0];}['_compareOperations'](_0x47df03,_0x46337f){return!(!_0x47df03||!_0x46337f)&&('MarkerOperation'==_0x47df03[_0x2993('0x3')]&&_0x2993('0x17')==_0x46337f[_0x2993('0x3')]&&!(!_0x47df03[_0x2993('0x10')][_0x2993('0xe')](_0x2993('0x1'))||!_0x46337f['name'][_0x2993('0xe')](_0x2993('0x1'))||_0x47df03[_0x2993('0x10')]==_0x46337f[_0x2993('0x10')]));}}
package/src/compressor.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x8eda=['UserSelectionAction','_registerOperationCompressor','compress','_registerCompressor','_registerActionCompressor','MoveOperation','types','InsertOperation','DeletingAction','_getCompressorByName','comment','NoOperation','AttributeOperation','MarkerOperation','baseVersion','CommentMarkerOperation','_compressorByName','_protobufFactory','MergeOperation','get','RootOperation','SuggestionMarkerOperation','length','TypingAction','RootAttributeOperation','_compressorById','ForwardDeletingAction','decompress','getDescriptor','RenameOperation','SplitOperation'];(function(_0x5eeaa9,_0x8eda3c){const _0x2713c7=function(_0x2653ed){while(--_0x2653ed){_0x5eeaa9['push'](_0x5eeaa9['shift']());}};_0x2713c7(++_0x8eda3c);}(_0x8eda,0x1f3));const _0x2713=function(_0x5eeaa9,_0x8eda3c){_0x5eeaa9=_0x5eeaa9-0x0;let _0x2713c7=_0x8eda[_0x5eeaa9];return _0x2713c7;};import{CKEditorError as _0x61f80c}from'ckeditor5/src/utils';import _0x3af1b9 from'./protobuffactory';import _0x5d40ef from'./operationcompressor/operationcompressor';import _0x33cb07 from'./operationcompressor/attributeoperationcompressor';import _0x33f585 from'./operationcompressor/insertoperationcompressor';import _0x2366a4 from'./operationcompressor/markeroperationcompressor';import _0x9c79c6 from'./operationcompressor/nooperationcompressor';import _0x254af7 from'./operationcompressor/annotationmarkeroperationcompressor';import _0x3bb7a1 from'./actioncompressor/typingactioncompressor';import _0x59c20e from'./actioncompressor/deletingactioncompressor';import _0x5723c6 from'./actioncompressor/forwarddeletingactioncompressor';import _0x1bbac7 from'./actioncompressor/userselectionactioncompressor';export default class g{constructor(){this[_0x2713('0x16')]=new Map(),this[_0x2713('0xd')]=new Map(),this[_0x2713('0xe')]=new _0x3af1b9();const _0x55d644=this[_0x2713('0xe')][_0x2713('0x19')](_0x2713('0xa'));this[_0x2713('0x0')](0x1,_0x2713('0x8'),new _0x9c79c6(0x1,_0x2713('0x8'),void 0x0)),this[_0x2713('0x1d')](0xa,_0x2713('0x9'),_0x33cb07),this[_0x2713('0x1d')](0xb,_0x2713('0x4'),_0x33f585),this['_registerOperationCompressor'](0xc,_0x2713('0xa'),_0x2366a4),this[_0x2713('0x1d')](0xd,_0x2713('0xf'),_0x5d40ef),this[_0x2713('0x1d')](0xe,_0x2713('0x2'),_0x5d40ef),this[_0x2713('0x1d')](0xf,_0x2713('0x1a'),_0x5d40ef),this[_0x2713('0x1d')](0x10,_0x2713('0x15'),_0x33cb07),this['_registerOperationCompressor'](0x11,_0x2713('0x1b'),_0x5d40ef),this[_0x2713('0x0')](0x12,_0x2713('0xc'),new _0x254af7(0x12,_0x2713('0xa'),_0x55d644,_0x2713('0x7'))),this[_0x2713('0x0')](0x13,_0x2713('0x12'),new _0x254af7(0x13,'MarkerOperation',_0x55d644,'suggestion')),this['_registerOperationCompressor'](0x14,_0x2713('0x11'),_0x5d40ef),this[_0x2713('0x1')](0x64,_0x2713('0x14'),_0x3bb7a1),this[_0x2713('0x1')](0x65,_0x2713('0x5'),_0x59c20e),this['_registerActionCompressor'](0x66,_0x2713('0x17'),_0x5723c6),this['_registerActionCompressor'](0x67,_0x2713('0x1c'),_0x1bbac7);}[_0x2713('0x1e')](_0x299642){if(!_0x299642||!_0x299642[0x0])throw new _0x61f80c('no-operations-provided',this);const _0x3c2e5d={'types':[],'buffers':[],'baseVersion':_0x299642[0x0][_0x2713('0xb')]};for(;_0x299642[_0x2713('0x13')];)this[_0x2713('0x6')](_0x2713('0x1c'))[_0x2713('0x1e')](_0x3c2e5d,_0x299642)||this[_0x2713('0x6')](_0x2713('0x14'))[_0x2713('0x1e')](_0x3c2e5d,_0x299642)||this[_0x2713('0x6')](_0x2713('0x5'))[_0x2713('0x1e')](_0x3c2e5d,_0x299642)||this[_0x2713('0x6')](_0x2713('0x17'))[_0x2713('0x1e')](_0x3c2e5d,_0x299642)||this[_0x2713('0x6')](_0x2713('0xc'))[_0x2713('0x1e')](_0x3c2e5d,_0x299642)||this[_0x2713('0x6')]('SuggestionMarkerOperation')['compress'](_0x3c2e5d,_0x299642)||this[_0x2713('0x6')](_0x299642[0x0]['__className'])[_0x2713('0x1e')](_0x3c2e5d,_0x299642);return _0x3c2e5d;}['decompress'](_0x58595d){const _0x1d4eb7=[];for(;_0x58595d[_0x2713('0x3')]['length'];){this['_compressorById']['get'](_0x58595d[_0x2713('0x3')][0x0])[_0x2713('0x18')](_0x1d4eb7,_0x58595d);}return _0x1d4eb7['forEach']((_0x25cc74,_0x142f67)=>_0x25cc74[_0x2713('0xb')]=_0x58595d[_0x2713('0xb')]+_0x142f67),_0x1d4eb7;}[_0x2713('0x6')](_0x14103e){return this['_compressorByName'][_0x2713('0x10')](_0x14103e);}[_0x2713('0x1d')](_0x4b498d,_0x22dbda,_0x35bae7){const _0x571475=new _0x35bae7(_0x4b498d,_0x22dbda,this[_0x2713('0xe')][_0x2713('0x19')](_0x22dbda));this['_registerCompressor'](_0x4b498d,_0x22dbda,_0x571475);}[_0x2713('0x1')](_0x39fc06,_0x2bb923,_0x29d408){const _0x96c767=new _0x29d408(_0x39fc06,this);this[_0x2713('0x0')](_0x39fc06,_0x2bb923,_0x96c767);}[_0x2713('0x0')](_0x51b864,_0x2a1094,_0x27ac96){this['_compressorById']['set'](_0x51b864,_0x27ac96),this[_0x2713('0xd')]['set'](_0x2a1094,_0x27ac96);}}
23
+ const _0x5b57=['suggestion','compress','TypingAction','baseVersion','get','_registerOperationCompressor','NoOperation','getDescriptor','no-operations-provided','_registerCompressor','SuggestionMarkerOperation','CommentMarkerOperation','MarkerOperation','ForwardDeletingAction','forEach','decompress','_protobufFactory','_compressorById','_compressorByName','UserSelectionAction','InsertOperation','AttributeOperation','length','_registerActionCompressor','RootOperation','MergeOperation','MoveOperation','_getCompressorByName','set','RenameOperation','DeletingAction'];(function(_0x2d34b9,_0x5b578d){const _0xd7abdc=function(_0x109641){while(--_0x109641){_0x2d34b9['push'](_0x2d34b9['shift']());}};_0xd7abdc(++_0x5b578d);}(_0x5b57,0x122));const _0xd7ab=function(_0x2d34b9,_0x5b578d){_0x2d34b9=_0x2d34b9-0x0;let _0xd7abdc=_0x5b57[_0x2d34b9];return _0xd7abdc;};import{CKEditorError as _0x42ed25}from'ckeditor5/src/utils';import _0x13ab81 from'./protobuffactory';import _0x4b99b8 from'./operationcompressor/operationcompressor';import _0x4920f7 from'./operationcompressor/attributeoperationcompressor';import _0x5f0a52 from'./operationcompressor/insertoperationcompressor';import _0x4de0d9 from'./operationcompressor/markeroperationcompressor';import _0x142f57 from'./operationcompressor/nooperationcompressor';import _0x543b3c from'./operationcompressor/annotationmarkeroperationcompressor';import _0x60a2ff from'./actioncompressor/typingactioncompressor';import _0xde1dd4 from'./actioncompressor/deletingactioncompressor';import _0x20192a from'./actioncompressor/forwarddeletingactioncompressor';import _0x1e4b18 from'./actioncompressor/userselectionactioncompressor';export default class g{constructor(){this[_0xd7ab('0x6')]=new Map(),this['_compressorByName']=new Map(),this[_0xd7ab('0x5')]=new _0x13ab81();const _0x1f42c8=this[_0xd7ab('0x5')][_0xd7ab('0x1b')](_0xd7ab('0x1'));this[_0xd7ab('0x1d')](0x1,_0xd7ab('0x1a'),new _0x142f57(0x1,'NoOperation',void 0x0)),this[_0xd7ab('0x19')](0xa,_0xd7ab('0xa'),_0x4920f7),this[_0xd7ab('0x19')](0xb,_0xd7ab('0x9'),_0x5f0a52),this[_0xd7ab('0x19')](0xc,_0xd7ab('0x1'),_0x4de0d9),this[_0xd7ab('0x19')](0xd,_0xd7ab('0xe'),_0x4b99b8),this[_0xd7ab('0x19')](0xe,_0xd7ab('0xf'),_0x4b99b8),this[_0xd7ab('0x19')](0xf,_0xd7ab('0x12'),_0x4b99b8),this[_0xd7ab('0x19')](0x10,'RootAttributeOperation',_0x4920f7),this[_0xd7ab('0x19')](0x11,'SplitOperation',_0x4b99b8),this[_0xd7ab('0x1d')](0x12,_0xd7ab('0x0'),new _0x543b3c(0x12,_0xd7ab('0x1'),_0x1f42c8,'comment')),this[_0xd7ab('0x1d')](0x13,'SuggestionMarkerOperation',new _0x543b3c(0x13,_0xd7ab('0x1'),_0x1f42c8,_0xd7ab('0x14'))),this[_0xd7ab('0x19')](0x14,_0xd7ab('0xd'),_0x4b99b8),this[_0xd7ab('0xc')](0x64,_0xd7ab('0x16'),_0x60a2ff),this[_0xd7ab('0xc')](0x65,_0xd7ab('0x13'),_0xde1dd4),this[_0xd7ab('0xc')](0x66,'ForwardDeletingAction',_0x20192a),this[_0xd7ab('0xc')](0x67,_0xd7ab('0x8'),_0x1e4b18);}[_0xd7ab('0x15')](_0x41b438){if(!_0x41b438||!_0x41b438[0x0])throw new _0x42ed25(_0xd7ab('0x1c'),this);const _0x4d4a48={'types':[],'buffers':[],'baseVersion':_0x41b438[0x0][_0xd7ab('0x17')]};for(;_0x41b438['length'];)this[_0xd7ab('0x10')](_0xd7ab('0x8'))[_0xd7ab('0x15')](_0x4d4a48,_0x41b438)||this[_0xd7ab('0x10')](_0xd7ab('0x16'))[_0xd7ab('0x15')](_0x4d4a48,_0x41b438)||this[_0xd7ab('0x10')](_0xd7ab('0x13'))[_0xd7ab('0x15')](_0x4d4a48,_0x41b438)||this[_0xd7ab('0x10')](_0xd7ab('0x2'))[_0xd7ab('0x15')](_0x4d4a48,_0x41b438)||this[_0xd7ab('0x10')](_0xd7ab('0x0'))[_0xd7ab('0x15')](_0x4d4a48,_0x41b438)||this[_0xd7ab('0x10')](_0xd7ab('0x1e'))['compress'](_0x4d4a48,_0x41b438)||this[_0xd7ab('0x10')](_0x41b438[0x0]['__className'])[_0xd7ab('0x15')](_0x4d4a48,_0x41b438);return _0x4d4a48;}[_0xd7ab('0x4')](_0x452274){const _0x143ed1=[];for(;_0x452274['types'][_0xd7ab('0xb')];){this[_0xd7ab('0x6')][_0xd7ab('0x18')](_0x452274['types'][0x0])[_0xd7ab('0x4')](_0x143ed1,_0x452274);}return _0x143ed1[_0xd7ab('0x3')]((_0x2abbdc,_0x3a5c1a)=>_0x2abbdc[_0xd7ab('0x17')]=_0x452274[_0xd7ab('0x17')]+_0x3a5c1a),_0x143ed1;}[_0xd7ab('0x10')](_0x2c2212){return this[_0xd7ab('0x7')][_0xd7ab('0x18')](_0x2c2212);}['_registerOperationCompressor'](_0x197fb6,_0x28117a,_0x882405){const _0x1f1f64=new _0x882405(_0x197fb6,_0x28117a,this[_0xd7ab('0x5')]['getDescriptor'](_0x28117a));this[_0xd7ab('0x1d')](_0x197fb6,_0x28117a,_0x1f1f64);}[_0xd7ab('0xc')](_0x439824,_0x5c4803,_0x3fad2f){const _0x2bcf40=new _0x3fad2f(_0x439824,this);this[_0xd7ab('0x1d')](_0x439824,_0x5c4803,_0x2bcf40);}[_0xd7ab('0x1d')](_0x29bbd7,_0x980d59,_0x4a7116){this[_0xd7ab('0x6')][_0xd7ab('0x11')](_0x29bbd7,_0x4a7116),this[_0xd7ab('0x7')][_0xd7ab('0x11')](_0x980d59,_0x4a7116);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4adb=['rootMain:\x20boolean\x20expected','newValueBoolean','.Position.path:\x20array\x20expected','defaults','getTypeUrl','call','isArray','len','insertionPosition','.InsertOperation.nodes:\x20object\x20expected','targetPosition','start.','rootName:\x20string\x20expected','.SplitOperation.insertionPosition:\x20object\x20expected','newValueBoolean:\x20boolean\x20expected','/SplitOperation','splitPosition.','newName:\x20string\x20expected','emptyObject','elementName','.MergeOperation.sourcePosition:\x20object\x20expected','encodeDelimited','position','affectsData:\x20boolean\x20expected','toJSON','name:\x20string\x20expected','wasUndone:\x20boolean\x20expected','newRange','oldName','.Element.attributesBoolean:\x20object\x20expected','oldRange.','isString','howMany:\x20integer\x20expected','children:\x20array\x20expected','Position','stickiness','bool','create','key','MergeOperation','attributesBoolean:\x20boolean{k:string}\x20expected','children','affectsData','.MergeOperation.targetPosition:\x20object\x20expected','path','isAdd:\x20boolean\x20expected','path:\x20array\x20expected','/RenameOperation','boolean','emptyArray','targetPosition.','.MergeOperation.graveyardPosition:\x20object\x20expected','object','arrays','path:\x20integer[]\x20expected','push','newName','object\x20expected','fork','oldValueBoolean:\x20boolean\x20expected','isAdd','default','children.','shouldReceiveAttributes:\x20boolean\x20expected','newRange.','SplitOperation','/RootAttributeOperation','oldValueBoolean','position.','.MarkerOperation.oldRange:\x20object\x20expected','data','insertionPosition.','.SplitOperation.graveyardPosition:\x20object\x20expected','Element','splitPosition','MoveOperation','root:\x20string\x20expected','start','nodes','/MergeOperation','isInteger','root','graveyardPosition','elementName:\x20string\x20expected','keys','toObject','attributesJson:\x20string\x20expected','decodeDelimited','toJSONOptions','data:\x20string\x20expected','MarkerOperation','RenameOperation','/Range','range','shouldReceiveAttributes','string','attributesJson','.MoveOperation.targetPosition:\x20object\x20expected','oldName:\x20string\x20expected','roots','prototype','end','constructor','/RootOperation','uint32','nodes.','rootMain','graveyardPosition.','hasOwnProperty','fromObject','pos','type.googleapis.com','.AttributeOperation.range:\x20object\x20expected','length','ldelim','Range','.Element.children:\x20object\x20expected','skipType','sourcePosition','/InsertOperation','newValueJson','rootName','rootGraveyard','attributesBoolean:\x20object\x20expected','/MarkerOperation','howMany','Reader','Writer','verify','attributesBoolean','/MoveOperation','oldRange','encode','decode','.MarkerOperation.newRange:\x20object\x20expected','/AttributeOperation','wasUndone','newValueJson:\x20string\x20expected','RootOperation','oldValueJson:\x20string\x20expected','AttributeOperation','oldValueJson','key:\x20string\x20expected','util','RootAttributeOperation','/Position','InsertOperation','.MoveOperation.sourcePosition:\x20object\x20expected','name','stickiness:\x20string\x20expected'];(function(_0x4b8d00,_0x4adbe7){const _0x4b3e02=function(_0xfe46eb){while(--_0xfe46eb){_0x4b8d00['push'](_0x4b8d00['shift']());}};_0x4b3e02(++_0x4adbe7);}(_0x4adb,0x1a1));const _0x4b3e=function(_0x4b8d00,_0x4adbe7){_0x4b8d00=_0x4b8d00-0x0;let _0x4b3e02=_0x4adb[_0x4b8d00];return _0x4b3e02;};import*as _0x5b5e48 from'protobufjs/minimal';const j=_0x5b5e48[_0x4b3e('0x9')],y=_0x5b5e48[_0x4b3e('0xa')],k=_0x5b5e48[_0x4b3e('0x1a')],v=_0x5b5e48[_0x4b3e('0x84')][_0x4b3e('0x5e')]||(_0x5b5e48['roots'][_0x4b3e('0x5e')]={});export const AttributeOperation=v[_0x4b3e('0x17')]=(()=>{function _0x4d1f17(_0x3a9681){if(_0x3a9681)for(let _0x5c517d=Object[_0x4b3e('0x75')](_0x3a9681),_0x195afa=0x0;_0x195afa<_0x5c517d[_0x4b3e('0x92')];++_0x195afa)null!=_0x3a9681[_0x5c517d[_0x195afa]]&&(this[_0x5c517d[_0x195afa]]=_0x3a9681[_0x5c517d[_0x195afa]]);}return _0x4d1f17[_0x4b3e('0x85')]['range']=null,_0x4d1f17[_0x4b3e('0x85')][_0x4b3e('0x47')]='',_0x4d1f17[_0x4b3e('0x85')][_0x4b3e('0x64')]=!0x1,_0x4d1f17[_0x4b3e('0x85')][_0x4b3e('0x18')]='',_0x4d1f17[_0x4b3e('0x85')][_0x4b3e('0x22')]=!0x1,_0x4d1f17['prototype'][_0x4b3e('0x3')]='',_0x4d1f17[_0x4b3e('0x85')]['wasUndone']=!0x1,_0x4d1f17[_0x4b3e('0x46')]=function(_0x38e735){return new _0x4d1f17(_0x38e735);},_0x4d1f17[_0x4b3e('0xf')]=function(_0x41986c,_0x470b22){return _0x470b22||(_0x470b22=y[_0x4b3e('0x46')]()),null!=_0x41986c[_0x4b3e('0x7e')]&&Object[_0x4b3e('0x8d')][_0x4b3e('0x26')](_0x41986c,'range')&&v['Range'][_0x4b3e('0xf')](_0x41986c['range'],_0x470b22[_0x4b3e('0x89')](0xa)[_0x4b3e('0x5b')]())[_0x4b3e('0x93')](),null!=_0x41986c[_0x4b3e('0x47')]&&Object[_0x4b3e('0x8d')][_0x4b3e('0x26')](_0x41986c,'key')&&_0x470b22[_0x4b3e('0x89')](0x12)[_0x4b3e('0x80')](_0x41986c[_0x4b3e('0x47')]),null!=_0x41986c[_0x4b3e('0x64')]&&Object[_0x4b3e('0x8d')][_0x4b3e('0x26')](_0x41986c,_0x4b3e('0x64'))&&_0x470b22[_0x4b3e('0x89')](0x18)[_0x4b3e('0x45')](_0x41986c['oldValueBoolean']),null!=_0x41986c[_0x4b3e('0x18')]&&Object[_0x4b3e('0x8d')][_0x4b3e('0x26')](_0x41986c,'oldValueJson')&&_0x470b22[_0x4b3e('0x89')](0x22)[_0x4b3e('0x80')](_0x41986c[_0x4b3e('0x18')]),null!=_0x41986c[_0x4b3e('0x22')]&&Object['hasOwnProperty'][_0x4b3e('0x26')](_0x41986c,_0x4b3e('0x22'))&&_0x470b22['uint32'](0x28)[_0x4b3e('0x45')](_0x41986c[_0x4b3e('0x22')]),null!=_0x41986c[_0x4b3e('0x3')]&&Object['hasOwnProperty'][_0x4b3e('0x26')](_0x41986c,_0x4b3e('0x3'))&&_0x470b22['uint32'](0x32)['string'](_0x41986c['newValueJson']),null!=_0x41986c['wasUndone']&&Object['hasOwnProperty'][_0x4b3e('0x26')](_0x41986c,_0x4b3e('0x13'))&&_0x470b22['uint32'](0x38)[_0x4b3e('0x45')](_0x41986c['wasUndone']),_0x470b22;},_0x4d1f17[_0x4b3e('0x36')]=function(_0x64e7b2,_0x4a6c6e){return this[_0x4b3e('0xf')](_0x64e7b2,_0x4a6c6e)[_0x4b3e('0x93')]();},_0x4d1f17['decode']=function(_0x47ea45,_0x41060a){_0x47ea45 instanceof j||(_0x47ea45=j['create'](_0x47ea45));let _0x471ee7=void 0x0===_0x41060a?_0x47ea45['len']:_0x47ea45[_0x4b3e('0x8f')]+_0x41060a,_0x2f68b5=new v[(_0x4b3e('0x17'))]();for(;_0x47ea45[_0x4b3e('0x8f')]<_0x471ee7;){let _0x5deaa0=_0x47ea45[_0x4b3e('0x89')]();switch(_0x5deaa0>>>0x3){case 0x1:_0x2f68b5[_0x4b3e('0x7e')]=v['Range'][_0x4b3e('0x10')](_0x47ea45,_0x47ea45['uint32']());break;case 0x2:_0x2f68b5[_0x4b3e('0x47')]=_0x47ea45[_0x4b3e('0x80')]();break;case 0x3:_0x2f68b5['oldValueBoolean']=_0x47ea45['bool']();break;case 0x4:_0x2f68b5[_0x4b3e('0x18')]=_0x47ea45[_0x4b3e('0x80')]();break;case 0x5:_0x2f68b5[_0x4b3e('0x22')]=_0x47ea45[_0x4b3e('0x45')]();break;case 0x6:_0x2f68b5[_0x4b3e('0x3')]=_0x47ea45['string']();break;case 0x7:_0x2f68b5['wasUndone']=_0x47ea45['bool']();break;default:_0x47ea45[_0x4b3e('0x0')](0x7&_0x5deaa0);}}return _0x2f68b5;},_0x4d1f17[_0x4b3e('0x78')]=function(_0x4b7f6b){return _0x4b7f6b instanceof j||(_0x4b7f6b=new j(_0x4b7f6b)),this[_0x4b3e('0x10')](_0x4b7f6b,_0x4b7f6b[_0x4b3e('0x89')]());},_0x4d1f17['verify']=function(_0x31b268){if(_0x4b3e('0x55')!=typeof _0x31b268||null===_0x31b268)return _0x4b3e('0x5a');if(null!=_0x31b268['range']&&_0x31b268[_0x4b3e('0x8d')](_0x4b3e('0x7e'))){let _0x48e20c=v['Range'][_0x4b3e('0xb')](_0x31b268[_0x4b3e('0x7e')]);if(_0x48e20c)return'range.'+_0x48e20c;}return null!=_0x31b268[_0x4b3e('0x47')]&&_0x31b268['hasOwnProperty']('key')&&!k['isString'](_0x31b268[_0x4b3e('0x47')])?_0x4b3e('0x19'):null!=_0x31b268[_0x4b3e('0x64')]&&_0x31b268[_0x4b3e('0x8d')]('oldValueBoolean')&&'boolean'!=typeof _0x31b268[_0x4b3e('0x64')]?_0x4b3e('0x5c'):null!=_0x31b268[_0x4b3e('0x18')]&&_0x31b268[_0x4b3e('0x8d')](_0x4b3e('0x18'))&&!k['isString'](_0x31b268[_0x4b3e('0x18')])?_0x4b3e('0x16'):null!=_0x31b268[_0x4b3e('0x22')]&&_0x31b268[_0x4b3e('0x8d')](_0x4b3e('0x22'))&&'boolean'!=typeof _0x31b268[_0x4b3e('0x22')]?_0x4b3e('0x2f'):null!=_0x31b268[_0x4b3e('0x3')]&&_0x31b268[_0x4b3e('0x8d')](_0x4b3e('0x3'))&&!k[_0x4b3e('0x40')](_0x31b268[_0x4b3e('0x3')])?'newValueJson:\x20string\x20expected':null!=_0x31b268[_0x4b3e('0x13')]&&_0x31b268[_0x4b3e('0x8d')]('wasUndone')&&_0x4b3e('0x51')!=typeof _0x31b268[_0x4b3e('0x13')]?_0x4b3e('0x3b'):null;},_0x4d1f17[_0x4b3e('0x8e')]=function(_0x395cbd){if(_0x395cbd instanceof v['AttributeOperation'])return _0x395cbd;let _0x4f6071=new v[(_0x4b3e('0x17'))]();if(null!=_0x395cbd[_0x4b3e('0x7e')]){if('object'!=typeof _0x395cbd['range'])throw TypeError(_0x4b3e('0x91'));_0x4f6071[_0x4b3e('0x7e')]=v['Range'][_0x4b3e('0x8e')](_0x395cbd[_0x4b3e('0x7e')]);}return null!=_0x395cbd['key']&&(_0x4f6071['key']=String(_0x395cbd[_0x4b3e('0x47')])),null!=_0x395cbd[_0x4b3e('0x64')]&&(_0x4f6071['oldValueBoolean']=Boolean(_0x395cbd[_0x4b3e('0x64')])),null!=_0x395cbd[_0x4b3e('0x18')]&&(_0x4f6071[_0x4b3e('0x18')]=String(_0x395cbd[_0x4b3e('0x18')])),null!=_0x395cbd[_0x4b3e('0x22')]&&(_0x4f6071[_0x4b3e('0x22')]=Boolean(_0x395cbd[_0x4b3e('0x22')])),null!=_0x395cbd[_0x4b3e('0x3')]&&(_0x4f6071[_0x4b3e('0x3')]=String(_0x395cbd[_0x4b3e('0x3')])),null!=_0x395cbd[_0x4b3e('0x13')]&&(_0x4f6071[_0x4b3e('0x13')]=Boolean(_0x395cbd[_0x4b3e('0x13')])),_0x4f6071;},_0x4d1f17[_0x4b3e('0x76')]=function(_0x56b4fc,_0x3bbaa7){_0x3bbaa7||(_0x3bbaa7={});let _0x442bc0={};return _0x3bbaa7['defaults']&&(_0x442bc0['range']=null,_0x442bc0[_0x4b3e('0x47')]='',_0x442bc0[_0x4b3e('0x64')]=!0x1,_0x442bc0[_0x4b3e('0x18')]='',_0x442bc0[_0x4b3e('0x22')]=!0x1,_0x442bc0[_0x4b3e('0x3')]='',_0x442bc0[_0x4b3e('0x13')]=!0x1),null!=_0x56b4fc[_0x4b3e('0x7e')]&&_0x56b4fc[_0x4b3e('0x8d')](_0x4b3e('0x7e'))&&(_0x442bc0[_0x4b3e('0x7e')]=v[_0x4b3e('0x94')][_0x4b3e('0x76')](_0x56b4fc['range'],_0x3bbaa7)),null!=_0x56b4fc[_0x4b3e('0x47')]&&_0x56b4fc['hasOwnProperty']('key')&&(_0x442bc0[_0x4b3e('0x47')]=_0x56b4fc[_0x4b3e('0x47')]),null!=_0x56b4fc['oldValueBoolean']&&_0x56b4fc[_0x4b3e('0x8d')](_0x4b3e('0x64'))&&(_0x442bc0[_0x4b3e('0x64')]=_0x56b4fc[_0x4b3e('0x64')]),null!=_0x56b4fc[_0x4b3e('0x18')]&&_0x56b4fc[_0x4b3e('0x8d')](_0x4b3e('0x18'))&&(_0x442bc0['oldValueJson']=_0x56b4fc[_0x4b3e('0x18')]),null!=_0x56b4fc[_0x4b3e('0x22')]&&_0x56b4fc['hasOwnProperty'](_0x4b3e('0x22'))&&(_0x442bc0[_0x4b3e('0x22')]=_0x56b4fc[_0x4b3e('0x22')]),null!=_0x56b4fc[_0x4b3e('0x3')]&&_0x56b4fc['hasOwnProperty'](_0x4b3e('0x3'))&&(_0x442bc0[_0x4b3e('0x3')]=_0x56b4fc[_0x4b3e('0x3')]),null!=_0x56b4fc[_0x4b3e('0x13')]&&_0x56b4fc[_0x4b3e('0x8d')](_0x4b3e('0x13'))&&(_0x442bc0[_0x4b3e('0x13')]=_0x56b4fc['wasUndone']),_0x442bc0;},_0x4d1f17[_0x4b3e('0x85')][_0x4b3e('0x39')]=function(){return this['constructor'][_0x4b3e('0x76')](this,_0x5b5e48['util']['toJSONOptions']);},_0x4d1f17[_0x4b3e('0x25')]=function(_0x239a64){return void 0x0===_0x239a64&&(_0x239a64=_0x4b3e('0x90')),_0x239a64+_0x4b3e('0x12');},_0x4d1f17;})();export const InsertOperation=v['InsertOperation']=(()=>{function _0x321e38(_0x4c9dbd){if(this[_0x4b3e('0x6f')]=[],_0x4c9dbd)for(let _0x5a4b12=Object[_0x4b3e('0x75')](_0x4c9dbd),_0x13a626=0x0;_0x13a626<_0x5a4b12[_0x4b3e('0x92')];++_0x13a626)null!=_0x4c9dbd[_0x5a4b12[_0x13a626]]&&(this[_0x5a4b12[_0x13a626]]=_0x4c9dbd[_0x5a4b12[_0x13a626]]);}return _0x321e38[_0x4b3e('0x85')][_0x4b3e('0x37')]=null,_0x321e38[_0x4b3e('0x85')][_0x4b3e('0x6f')]=k['emptyArray'],_0x321e38[_0x4b3e('0x85')][_0x4b3e('0x7f')]=!0x1,_0x321e38[_0x4b3e('0x85')][_0x4b3e('0x13')]=!0x1,_0x321e38['create']=function(_0x8351ea){return new _0x321e38(_0x8351ea);},_0x321e38[_0x4b3e('0xf')]=function(_0x5b3a33,_0x5a44a1){if(_0x5a44a1||(_0x5a44a1=y[_0x4b3e('0x46')]()),null!=_0x5b3a33[_0x4b3e('0x37')]&&Object[_0x4b3e('0x8d')][_0x4b3e('0x26')](_0x5b3a33,_0x4b3e('0x37'))&&v[_0x4b3e('0x43')][_0x4b3e('0xf')](_0x5b3a33['position'],_0x5a44a1[_0x4b3e('0x89')](0xa)['fork']())[_0x4b3e('0x93')](),null!=_0x5b3a33['nodes']&&_0x5b3a33[_0x4b3e('0x6f')][_0x4b3e('0x92')])for(let _0x5a4dde=0x0;_0x5a4dde<_0x5b3a33[_0x4b3e('0x6f')][_0x4b3e('0x92')];++_0x5a4dde)v[_0x4b3e('0x6a')][_0x4b3e('0xf')](_0x5b3a33[_0x4b3e('0x6f')][_0x5a4dde],_0x5a44a1['uint32'](0x12)[_0x4b3e('0x5b')]())[_0x4b3e('0x93')]();return null!=_0x5b3a33[_0x4b3e('0x7f')]&&Object['hasOwnProperty']['call'](_0x5b3a33,_0x4b3e('0x7f'))&&_0x5a44a1[_0x4b3e('0x89')](0x18)[_0x4b3e('0x45')](_0x5b3a33[_0x4b3e('0x7f')]),null!=_0x5b3a33[_0x4b3e('0x13')]&&Object[_0x4b3e('0x8d')]['call'](_0x5b3a33,_0x4b3e('0x13'))&&_0x5a44a1[_0x4b3e('0x89')](0x20)[_0x4b3e('0x45')](_0x5b3a33[_0x4b3e('0x13')]),_0x5a44a1;},_0x321e38[_0x4b3e('0x36')]=function(_0x56b66b,_0x59e81d){return this['encode'](_0x56b66b,_0x59e81d)[_0x4b3e('0x93')]();},_0x321e38[_0x4b3e('0x10')]=function(_0x203088,_0x2a6942){_0x203088 instanceof j||(_0x203088=j[_0x4b3e('0x46')](_0x203088));let _0x845689=void 0x0===_0x2a6942?_0x203088[_0x4b3e('0x28')]:_0x203088[_0x4b3e('0x8f')]+_0x2a6942,_0x1d3289=new v[(_0x4b3e('0x1d'))]();for(;_0x203088['pos']<_0x845689;){let _0x181f32=_0x203088['uint32']();switch(_0x181f32>>>0x3){case 0x1:_0x1d3289[_0x4b3e('0x37')]=v['Position'][_0x4b3e('0x10')](_0x203088,_0x203088['uint32']());break;case 0x2:_0x1d3289['nodes']&&_0x1d3289['nodes']['length']||(_0x1d3289[_0x4b3e('0x6f')]=[]),_0x1d3289[_0x4b3e('0x6f')][_0x4b3e('0x58')](v[_0x4b3e('0x6a')]['decode'](_0x203088,_0x203088[_0x4b3e('0x89')]()));break;case 0x3:_0x1d3289[_0x4b3e('0x7f')]=_0x203088[_0x4b3e('0x45')]();break;case 0x4:_0x1d3289[_0x4b3e('0x13')]=_0x203088[_0x4b3e('0x45')]();break;default:_0x203088[_0x4b3e('0x0')](0x7&_0x181f32);}}return _0x1d3289;},_0x321e38['decodeDelimited']=function(_0x29b48a){return _0x29b48a instanceof j||(_0x29b48a=new j(_0x29b48a)),this[_0x4b3e('0x10')](_0x29b48a,_0x29b48a['uint32']());},_0x321e38[_0x4b3e('0xb')]=function(_0x3248fa){if(_0x4b3e('0x55')!=typeof _0x3248fa||null===_0x3248fa)return _0x4b3e('0x5a');if(null!=_0x3248fa[_0x4b3e('0x37')]&&_0x3248fa[_0x4b3e('0x8d')]('position')){let _0x24a363=v['Position'][_0x4b3e('0xb')](_0x3248fa['position']);if(_0x24a363)return _0x4b3e('0x65')+_0x24a363;}if(null!=_0x3248fa[_0x4b3e('0x6f')]&&_0x3248fa[_0x4b3e('0x8d')](_0x4b3e('0x6f'))){if(!Array['isArray'](_0x3248fa[_0x4b3e('0x6f')]))return'nodes:\x20array\x20expected';for(let _0x1d3257=0x0;_0x1d3257<_0x3248fa['nodes']['length'];++_0x1d3257){let _0x1a83b5=v['Element']['verify'](_0x3248fa[_0x4b3e('0x6f')][_0x1d3257]);if(_0x1a83b5)return _0x4b3e('0x8a')+_0x1a83b5;}}return null!=_0x3248fa[_0x4b3e('0x7f')]&&_0x3248fa[_0x4b3e('0x8d')]('shouldReceiveAttributes')&&_0x4b3e('0x51')!=typeof _0x3248fa['shouldReceiveAttributes']?_0x4b3e('0x60'):null!=_0x3248fa[_0x4b3e('0x13')]&&_0x3248fa[_0x4b3e('0x8d')](_0x4b3e('0x13'))&&'boolean'!=typeof _0x3248fa['wasUndone']?_0x4b3e('0x3b'):null;},_0x321e38[_0x4b3e('0x8e')]=function(_0x27821f){if(_0x27821f instanceof v[_0x4b3e('0x1d')])return _0x27821f;let _0xae7ed3=new v[(_0x4b3e('0x1d'))]();if(null!=_0x27821f[_0x4b3e('0x37')]){if(_0x4b3e('0x55')!=typeof _0x27821f[_0x4b3e('0x37')])throw TypeError('.InsertOperation.position:\x20object\x20expected');_0xae7ed3['position']=v['Position'][_0x4b3e('0x8e')](_0x27821f['position']);}if(_0x27821f['nodes']){if(!Array[_0x4b3e('0x27')](_0x27821f[_0x4b3e('0x6f')]))throw TypeError('.InsertOperation.nodes:\x20array\x20expected');_0xae7ed3['nodes']=[];for(let _0x40c6c1=0x0;_0x40c6c1<_0x27821f[_0x4b3e('0x6f')][_0x4b3e('0x92')];++_0x40c6c1){if(_0x4b3e('0x55')!=typeof _0x27821f[_0x4b3e('0x6f')][_0x40c6c1])throw TypeError(_0x4b3e('0x2a'));_0xae7ed3[_0x4b3e('0x6f')][_0x40c6c1]=v['Element'][_0x4b3e('0x8e')](_0x27821f[_0x4b3e('0x6f')][_0x40c6c1]);}}return null!=_0x27821f[_0x4b3e('0x7f')]&&(_0xae7ed3[_0x4b3e('0x7f')]=Boolean(_0x27821f[_0x4b3e('0x7f')])),null!=_0x27821f[_0x4b3e('0x13')]&&(_0xae7ed3['wasUndone']=Boolean(_0x27821f[_0x4b3e('0x13')])),_0xae7ed3;},_0x321e38['toObject']=function(_0x17c161,_0x5018a7){_0x5018a7||(_0x5018a7={});let _0x9685df={};if((_0x5018a7[_0x4b3e('0x56')]||_0x5018a7[_0x4b3e('0x24')])&&(_0x9685df[_0x4b3e('0x6f')]=[]),_0x5018a7[_0x4b3e('0x24')]&&(_0x9685df[_0x4b3e('0x37')]=null,_0x9685df[_0x4b3e('0x7f')]=!0x1,_0x9685df[_0x4b3e('0x13')]=!0x1),null!=_0x17c161['position']&&_0x17c161['hasOwnProperty'](_0x4b3e('0x37'))&&(_0x9685df[_0x4b3e('0x37')]=v[_0x4b3e('0x43')][_0x4b3e('0x76')](_0x17c161['position'],_0x5018a7)),_0x17c161[_0x4b3e('0x6f')]&&_0x17c161[_0x4b3e('0x6f')]['length']){_0x9685df[_0x4b3e('0x6f')]=[];for(let _0x58220f=0x0;_0x58220f<_0x17c161[_0x4b3e('0x6f')]['length'];++_0x58220f)_0x9685df[_0x4b3e('0x6f')][_0x58220f]=v[_0x4b3e('0x6a')][_0x4b3e('0x76')](_0x17c161[_0x4b3e('0x6f')][_0x58220f],_0x5018a7);}return null!=_0x17c161[_0x4b3e('0x7f')]&&_0x17c161[_0x4b3e('0x8d')](_0x4b3e('0x7f'))&&(_0x9685df['shouldReceiveAttributes']=_0x17c161[_0x4b3e('0x7f')]),null!=_0x17c161['wasUndone']&&_0x17c161[_0x4b3e('0x8d')](_0x4b3e('0x13'))&&(_0x9685df['wasUndone']=_0x17c161[_0x4b3e('0x13')]),_0x9685df;},_0x321e38[_0x4b3e('0x85')][_0x4b3e('0x39')]=function(){return this[_0x4b3e('0x87')][_0x4b3e('0x76')](this,_0x5b5e48[_0x4b3e('0x1a')]['toJSONOptions']);},_0x321e38[_0x4b3e('0x25')]=function(_0x386f07){return void 0x0===_0x386f07&&(_0x386f07=_0x4b3e('0x90')),_0x386f07+_0x4b3e('0x2');},_0x321e38;})();export const MarkerOperation=v['MarkerOperation']=(()=>{function _0x5e09dd(_0x51a3c2){if(_0x51a3c2)for(let _0x3ed631=Object['keys'](_0x51a3c2),_0x17d537=0x0;_0x17d537<_0x3ed631[_0x4b3e('0x92')];++_0x17d537)null!=_0x51a3c2[_0x3ed631[_0x17d537]]&&(this[_0x3ed631[_0x17d537]]=_0x51a3c2[_0x3ed631[_0x17d537]]);}return _0x5e09dd[_0x4b3e('0x85')]['name']='',_0x5e09dd['prototype'][_0x4b3e('0xe')]=null,_0x5e09dd[_0x4b3e('0x85')][_0x4b3e('0x3c')]=null,_0x5e09dd[_0x4b3e('0x85')][_0x4b3e('0x4b')]=!0x1,_0x5e09dd[_0x4b3e('0x85')][_0x4b3e('0x13')]=!0x1,_0x5e09dd[_0x4b3e('0x46')]=function(_0x5070af){return new _0x5e09dd(_0x5070af);},_0x5e09dd['encode']=function(_0x52d444,_0x6e86){return _0x6e86||(_0x6e86=y[_0x4b3e('0x46')]()),null!=_0x52d444[_0x4b3e('0x1f')]&&Object[_0x4b3e('0x8d')][_0x4b3e('0x26')](_0x52d444,'name')&&_0x6e86['uint32'](0xa)[_0x4b3e('0x80')](_0x52d444[_0x4b3e('0x1f')]),null!=_0x52d444[_0x4b3e('0xe')]&&Object[_0x4b3e('0x8d')][_0x4b3e('0x26')](_0x52d444,'oldRange')&&v['Range'][_0x4b3e('0xf')](_0x52d444['oldRange'],_0x6e86[_0x4b3e('0x89')](0x12)['fork']())[_0x4b3e('0x93')](),null!=_0x52d444[_0x4b3e('0x3c')]&&Object['hasOwnProperty'][_0x4b3e('0x26')](_0x52d444,_0x4b3e('0x3c'))&&v[_0x4b3e('0x94')]['encode'](_0x52d444[_0x4b3e('0x3c')],_0x6e86[_0x4b3e('0x89')](0x1a)[_0x4b3e('0x5b')]())[_0x4b3e('0x93')](),null!=_0x52d444['affectsData']&&Object[_0x4b3e('0x8d')][_0x4b3e('0x26')](_0x52d444,'affectsData')&&_0x6e86[_0x4b3e('0x89')](0x20)[_0x4b3e('0x45')](_0x52d444[_0x4b3e('0x4b')]),null!=_0x52d444[_0x4b3e('0x13')]&&Object[_0x4b3e('0x8d')]['call'](_0x52d444,'wasUndone')&&_0x6e86[_0x4b3e('0x89')](0x28)[_0x4b3e('0x45')](_0x52d444[_0x4b3e('0x13')]),_0x6e86;},_0x5e09dd[_0x4b3e('0x36')]=function(_0x514036,_0x3fdee1){return this[_0x4b3e('0xf')](_0x514036,_0x3fdee1)['ldelim']();},_0x5e09dd[_0x4b3e('0x10')]=function(_0x501410,_0xac15f5){_0x501410 instanceof j||(_0x501410=j[_0x4b3e('0x46')](_0x501410));let _0x1d64ec=void 0x0===_0xac15f5?_0x501410[_0x4b3e('0x28')]:_0x501410[_0x4b3e('0x8f')]+_0xac15f5,_0x58191f=new v[(_0x4b3e('0x7b'))]();for(;_0x501410[_0x4b3e('0x8f')]<_0x1d64ec;){let _0x3c9f18=_0x501410[_0x4b3e('0x89')]();switch(_0x3c9f18>>>0x3){case 0x1:_0x58191f['name']=_0x501410['string']();break;case 0x2:_0x58191f[_0x4b3e('0xe')]=v['Range'][_0x4b3e('0x10')](_0x501410,_0x501410[_0x4b3e('0x89')]());break;case 0x3:_0x58191f[_0x4b3e('0x3c')]=v[_0x4b3e('0x94')]['decode'](_0x501410,_0x501410[_0x4b3e('0x89')]());break;case 0x4:_0x58191f['affectsData']=_0x501410[_0x4b3e('0x45')]();break;case 0x5:_0x58191f[_0x4b3e('0x13')]=_0x501410[_0x4b3e('0x45')]();break;default:_0x501410[_0x4b3e('0x0')](0x7&_0x3c9f18);}}return _0x58191f;},_0x5e09dd[_0x4b3e('0x78')]=function(_0x4898cc){return _0x4898cc instanceof j||(_0x4898cc=new j(_0x4898cc)),this['decode'](_0x4898cc,_0x4898cc['uint32']());},_0x5e09dd[_0x4b3e('0xb')]=function(_0x4f2497){if('object'!=typeof _0x4f2497||null===_0x4f2497)return _0x4b3e('0x5a');if(null!=_0x4f2497[_0x4b3e('0x1f')]&&_0x4f2497[_0x4b3e('0x8d')](_0x4b3e('0x1f'))&&!k[_0x4b3e('0x40')](_0x4f2497[_0x4b3e('0x1f')]))return _0x4b3e('0x3a');if(null!=_0x4f2497[_0x4b3e('0xe')]&&_0x4f2497[_0x4b3e('0x8d')](_0x4b3e('0xe'))){let _0x2074e1=v[_0x4b3e('0x94')]['verify'](_0x4f2497[_0x4b3e('0xe')]);if(_0x2074e1)return _0x4b3e('0x3f')+_0x2074e1;}if(null!=_0x4f2497['newRange']&&_0x4f2497[_0x4b3e('0x8d')](_0x4b3e('0x3c'))){let _0x194b50=v[_0x4b3e('0x94')][_0x4b3e('0xb')](_0x4f2497[_0x4b3e('0x3c')]);if(_0x194b50)return _0x4b3e('0x61')+_0x194b50;}return null!=_0x4f2497['affectsData']&&_0x4f2497[_0x4b3e('0x8d')](_0x4b3e('0x4b'))&&_0x4b3e('0x51')!=typeof _0x4f2497[_0x4b3e('0x4b')]?_0x4b3e('0x38'):null!=_0x4f2497[_0x4b3e('0x13')]&&_0x4f2497[_0x4b3e('0x8d')]('wasUndone')&&'boolean'!=typeof _0x4f2497[_0x4b3e('0x13')]?_0x4b3e('0x3b'):null;},_0x5e09dd[_0x4b3e('0x8e')]=function(_0x490bfa){if(_0x490bfa instanceof v[_0x4b3e('0x7b')])return _0x490bfa;let _0x16ae4d=new v['MarkerOperation']();if(null!=_0x490bfa[_0x4b3e('0x1f')]&&(_0x16ae4d[_0x4b3e('0x1f')]=String(_0x490bfa[_0x4b3e('0x1f')])),null!=_0x490bfa[_0x4b3e('0xe')]){if(_0x4b3e('0x55')!=typeof _0x490bfa[_0x4b3e('0xe')])throw TypeError(_0x4b3e('0x66'));_0x16ae4d[_0x4b3e('0xe')]=v[_0x4b3e('0x94')]['fromObject'](_0x490bfa[_0x4b3e('0xe')]);}if(null!=_0x490bfa[_0x4b3e('0x3c')]){if(_0x4b3e('0x55')!=typeof _0x490bfa[_0x4b3e('0x3c')])throw TypeError(_0x4b3e('0x11'));_0x16ae4d[_0x4b3e('0x3c')]=v['Range'][_0x4b3e('0x8e')](_0x490bfa[_0x4b3e('0x3c')]);}return null!=_0x490bfa[_0x4b3e('0x4b')]&&(_0x16ae4d[_0x4b3e('0x4b')]=Boolean(_0x490bfa[_0x4b3e('0x4b')])),null!=_0x490bfa[_0x4b3e('0x13')]&&(_0x16ae4d[_0x4b3e('0x13')]=Boolean(_0x490bfa[_0x4b3e('0x13')])),_0x16ae4d;},_0x5e09dd['toObject']=function(_0x174673,_0x305f7c){_0x305f7c||(_0x305f7c={});let _0x56ea6c={};return _0x305f7c['defaults']&&(_0x56ea6c[_0x4b3e('0x1f')]='',_0x56ea6c[_0x4b3e('0xe')]=null,_0x56ea6c['newRange']=null,_0x56ea6c[_0x4b3e('0x4b')]=!0x1,_0x56ea6c[_0x4b3e('0x13')]=!0x1),null!=_0x174673[_0x4b3e('0x1f')]&&_0x174673['hasOwnProperty'](_0x4b3e('0x1f'))&&(_0x56ea6c[_0x4b3e('0x1f')]=_0x174673[_0x4b3e('0x1f')]),null!=_0x174673[_0x4b3e('0xe')]&&_0x174673[_0x4b3e('0x8d')](_0x4b3e('0xe'))&&(_0x56ea6c[_0x4b3e('0xe')]=v['Range'][_0x4b3e('0x76')](_0x174673['oldRange'],_0x305f7c)),null!=_0x174673['newRange']&&_0x174673[_0x4b3e('0x8d')](_0x4b3e('0x3c'))&&(_0x56ea6c[_0x4b3e('0x3c')]=v[_0x4b3e('0x94')][_0x4b3e('0x76')](_0x174673[_0x4b3e('0x3c')],_0x305f7c)),null!=_0x174673['affectsData']&&_0x174673[_0x4b3e('0x8d')](_0x4b3e('0x4b'))&&(_0x56ea6c['affectsData']=_0x174673[_0x4b3e('0x4b')]),null!=_0x174673[_0x4b3e('0x13')]&&_0x174673[_0x4b3e('0x8d')](_0x4b3e('0x13'))&&(_0x56ea6c[_0x4b3e('0x13')]=_0x174673[_0x4b3e('0x13')]),_0x56ea6c;},_0x5e09dd['prototype'][_0x4b3e('0x39')]=function(){return this['constructor']['toObject'](this,_0x5b5e48[_0x4b3e('0x1a')][_0x4b3e('0x79')]);},_0x5e09dd[_0x4b3e('0x25')]=function(_0x33f3e4){return void 0x0===_0x33f3e4&&(_0x33f3e4=_0x4b3e('0x90')),_0x33f3e4+_0x4b3e('0x7');},_0x5e09dd;})();export const MergeOperation=v[_0x4b3e('0x48')]=(()=>{function _0x1f88b1(_0x58bf6f){if(_0x58bf6f)for(let _0x36ba31=Object['keys'](_0x58bf6f),_0x35e14c=0x0;_0x35e14c<_0x36ba31[_0x4b3e('0x92')];++_0x35e14c)null!=_0x58bf6f[_0x36ba31[_0x35e14c]]&&(this[_0x36ba31[_0x35e14c]]=_0x58bf6f[_0x36ba31[_0x35e14c]]);}return _0x1f88b1[_0x4b3e('0x85')][_0x4b3e('0x1')]=null,_0x1f88b1[_0x4b3e('0x85')]['targetPosition']=null,_0x1f88b1['prototype']['graveyardPosition']=null,_0x1f88b1[_0x4b3e('0x85')][_0x4b3e('0x8')]=0x0,_0x1f88b1[_0x4b3e('0x85')]['wasUndone']=!0x1,_0x1f88b1[_0x4b3e('0x46')]=function(_0x164c95){return new _0x1f88b1(_0x164c95);},_0x1f88b1[_0x4b3e('0xf')]=function(_0x10a742,_0x2ea0c3){return _0x2ea0c3||(_0x2ea0c3=y[_0x4b3e('0x46')]()),null!=_0x10a742[_0x4b3e('0x1')]&&Object[_0x4b3e('0x8d')][_0x4b3e('0x26')](_0x10a742,_0x4b3e('0x1'))&&v[_0x4b3e('0x43')]['encode'](_0x10a742['sourcePosition'],_0x2ea0c3['uint32'](0xa)['fork']())[_0x4b3e('0x93')](),null!=_0x10a742['targetPosition']&&Object['hasOwnProperty'][_0x4b3e('0x26')](_0x10a742,_0x4b3e('0x2b'))&&v[_0x4b3e('0x43')][_0x4b3e('0xf')](_0x10a742['targetPosition'],_0x2ea0c3[_0x4b3e('0x89')](0x12)['fork']())[_0x4b3e('0x93')](),null!=_0x10a742['graveyardPosition']&&Object[_0x4b3e('0x8d')][_0x4b3e('0x26')](_0x10a742,'graveyardPosition')&&v[_0x4b3e('0x43')]['encode'](_0x10a742['graveyardPosition'],_0x2ea0c3[_0x4b3e('0x89')](0x1a)[_0x4b3e('0x5b')]())[_0x4b3e('0x93')](),null!=_0x10a742[_0x4b3e('0x8')]&&Object['hasOwnProperty'][_0x4b3e('0x26')](_0x10a742,'howMany')&&_0x2ea0c3[_0x4b3e('0x89')](0x20)[_0x4b3e('0x89')](_0x10a742[_0x4b3e('0x8')]),null!=_0x10a742[_0x4b3e('0x13')]&&Object[_0x4b3e('0x8d')][_0x4b3e('0x26')](_0x10a742,'wasUndone')&&_0x2ea0c3['uint32'](0x28)[_0x4b3e('0x45')](_0x10a742[_0x4b3e('0x13')]),_0x2ea0c3;},_0x1f88b1[_0x4b3e('0x36')]=function(_0xed382b,_0x39415d){return this['encode'](_0xed382b,_0x39415d)[_0x4b3e('0x93')]();},_0x1f88b1[_0x4b3e('0x10')]=function(_0x12f35d,_0x5accc5){_0x12f35d instanceof j||(_0x12f35d=j[_0x4b3e('0x46')](_0x12f35d));let _0x1e9f6e=void 0x0===_0x5accc5?_0x12f35d[_0x4b3e('0x28')]:_0x12f35d[_0x4b3e('0x8f')]+_0x5accc5,_0x5b4679=new v[(_0x4b3e('0x48'))]();for(;_0x12f35d[_0x4b3e('0x8f')]<_0x1e9f6e;){let _0x470eb4=_0x12f35d[_0x4b3e('0x89')]();switch(_0x470eb4>>>0x3){case 0x1:_0x5b4679[_0x4b3e('0x1')]=v['Position']['decode'](_0x12f35d,_0x12f35d[_0x4b3e('0x89')]());break;case 0x2:_0x5b4679[_0x4b3e('0x2b')]=v['Position'][_0x4b3e('0x10')](_0x12f35d,_0x12f35d[_0x4b3e('0x89')]());break;case 0x3:_0x5b4679[_0x4b3e('0x73')]=v[_0x4b3e('0x43')][_0x4b3e('0x10')](_0x12f35d,_0x12f35d['uint32']());break;case 0x4:_0x5b4679[_0x4b3e('0x8')]=_0x12f35d[_0x4b3e('0x89')]();break;case 0x5:_0x5b4679[_0x4b3e('0x13')]=_0x12f35d['bool']();break;default:_0x12f35d[_0x4b3e('0x0')](0x7&_0x470eb4);}}return _0x5b4679;},_0x1f88b1[_0x4b3e('0x78')]=function(_0x381222){return _0x381222 instanceof j||(_0x381222=new j(_0x381222)),this[_0x4b3e('0x10')](_0x381222,_0x381222['uint32']());},_0x1f88b1[_0x4b3e('0xb')]=function(_0x251320){if(_0x4b3e('0x55')!=typeof _0x251320||null===_0x251320)return _0x4b3e('0x5a');if(null!=_0x251320[_0x4b3e('0x1')]&&_0x251320[_0x4b3e('0x8d')](_0x4b3e('0x1'))){let _0x4ceab1=v[_0x4b3e('0x43')][_0x4b3e('0xb')](_0x251320['sourcePosition']);if(_0x4ceab1)return'sourcePosition.'+_0x4ceab1;}if(null!=_0x251320[_0x4b3e('0x2b')]&&_0x251320['hasOwnProperty'](_0x4b3e('0x2b'))){let _0x4ae97a=v['Position'][_0x4b3e('0xb')](_0x251320[_0x4b3e('0x2b')]);if(_0x4ae97a)return _0x4b3e('0x53')+_0x4ae97a;}if(null!=_0x251320[_0x4b3e('0x73')]&&_0x251320[_0x4b3e('0x8d')](_0x4b3e('0x73'))){let _0x3e27f4=v[_0x4b3e('0x43')][_0x4b3e('0xb')](_0x251320['graveyardPosition']);if(_0x3e27f4)return _0x4b3e('0x8c')+_0x3e27f4;}return null!=_0x251320['howMany']&&_0x251320[_0x4b3e('0x8d')](_0x4b3e('0x8'))&&!k[_0x4b3e('0x71')](_0x251320[_0x4b3e('0x8')])?_0x4b3e('0x41'):null!=_0x251320['wasUndone']&&_0x251320['hasOwnProperty'](_0x4b3e('0x13'))&&_0x4b3e('0x51')!=typeof _0x251320[_0x4b3e('0x13')]?_0x4b3e('0x3b'):null;},_0x1f88b1[_0x4b3e('0x8e')]=function(_0x246723){if(_0x246723 instanceof v['MergeOperation'])return _0x246723;let _0x5b19aa=new v[(_0x4b3e('0x48'))]();if(null!=_0x246723['sourcePosition']){if(_0x4b3e('0x55')!=typeof _0x246723[_0x4b3e('0x1')])throw TypeError(_0x4b3e('0x35'));_0x5b19aa['sourcePosition']=v[_0x4b3e('0x43')][_0x4b3e('0x8e')](_0x246723[_0x4b3e('0x1')]);}if(null!=_0x246723[_0x4b3e('0x2b')]){if(_0x4b3e('0x55')!=typeof _0x246723[_0x4b3e('0x2b')])throw TypeError(_0x4b3e('0x4c'));_0x5b19aa[_0x4b3e('0x2b')]=v['Position'][_0x4b3e('0x8e')](_0x246723[_0x4b3e('0x2b')]);}if(null!=_0x246723[_0x4b3e('0x73')]){if('object'!=typeof _0x246723[_0x4b3e('0x73')])throw TypeError(_0x4b3e('0x54'));_0x5b19aa[_0x4b3e('0x73')]=v[_0x4b3e('0x43')]['fromObject'](_0x246723['graveyardPosition']);}return null!=_0x246723[_0x4b3e('0x8')]&&(_0x5b19aa['howMany']=_0x246723[_0x4b3e('0x8')]>>>0x0),null!=_0x246723['wasUndone']&&(_0x5b19aa[_0x4b3e('0x13')]=Boolean(_0x246723[_0x4b3e('0x13')])),_0x5b19aa;},_0x1f88b1[_0x4b3e('0x76')]=function(_0x2b223a,_0x5bc6d1){_0x5bc6d1||(_0x5bc6d1={});let _0x41f569={};return _0x5bc6d1[_0x4b3e('0x24')]&&(_0x41f569[_0x4b3e('0x1')]=null,_0x41f569[_0x4b3e('0x2b')]=null,_0x41f569[_0x4b3e('0x73')]=null,_0x41f569[_0x4b3e('0x8')]=0x0,_0x41f569[_0x4b3e('0x13')]=!0x1),null!=_0x2b223a['sourcePosition']&&_0x2b223a['hasOwnProperty'](_0x4b3e('0x1'))&&(_0x41f569[_0x4b3e('0x1')]=v[_0x4b3e('0x43')]['toObject'](_0x2b223a[_0x4b3e('0x1')],_0x5bc6d1)),null!=_0x2b223a[_0x4b3e('0x2b')]&&_0x2b223a[_0x4b3e('0x8d')](_0x4b3e('0x2b'))&&(_0x41f569[_0x4b3e('0x2b')]=v['Position'][_0x4b3e('0x76')](_0x2b223a['targetPosition'],_0x5bc6d1)),null!=_0x2b223a[_0x4b3e('0x73')]&&_0x2b223a[_0x4b3e('0x8d')]('graveyardPosition')&&(_0x41f569[_0x4b3e('0x73')]=v[_0x4b3e('0x43')]['toObject'](_0x2b223a[_0x4b3e('0x73')],_0x5bc6d1)),null!=_0x2b223a[_0x4b3e('0x8')]&&_0x2b223a['hasOwnProperty'](_0x4b3e('0x8'))&&(_0x41f569['howMany']=_0x2b223a[_0x4b3e('0x8')]),null!=_0x2b223a[_0x4b3e('0x13')]&&_0x2b223a[_0x4b3e('0x8d')](_0x4b3e('0x13'))&&(_0x41f569[_0x4b3e('0x13')]=_0x2b223a[_0x4b3e('0x13')]),_0x41f569;},_0x1f88b1[_0x4b3e('0x85')][_0x4b3e('0x39')]=function(){return this[_0x4b3e('0x87')][_0x4b3e('0x76')](this,_0x5b5e48[_0x4b3e('0x1a')][_0x4b3e('0x79')]);},_0x1f88b1['getTypeUrl']=function(_0x13629b){return void 0x0===_0x13629b&&(_0x13629b=_0x4b3e('0x90')),_0x13629b+_0x4b3e('0x70');},_0x1f88b1;})();export const MoveOperation=v[_0x4b3e('0x6c')]=(()=>{function _0x1b74ba(_0x40a526){if(_0x40a526)for(let _0x3b8ed6=Object[_0x4b3e('0x75')](_0x40a526),_0x583ca5=0x0;_0x583ca5<_0x3b8ed6[_0x4b3e('0x92')];++_0x583ca5)null!=_0x40a526[_0x3b8ed6[_0x583ca5]]&&(this[_0x3b8ed6[_0x583ca5]]=_0x40a526[_0x3b8ed6[_0x583ca5]]);}return _0x1b74ba[_0x4b3e('0x85')][_0x4b3e('0x1')]=null,_0x1b74ba[_0x4b3e('0x85')][_0x4b3e('0x8')]=0x0,_0x1b74ba[_0x4b3e('0x85')][_0x4b3e('0x2b')]=null,_0x1b74ba['prototype'][_0x4b3e('0x13')]=!0x1,_0x1b74ba[_0x4b3e('0x46')]=function(_0x344233){return new _0x1b74ba(_0x344233);},_0x1b74ba[_0x4b3e('0xf')]=function(_0x2af384,_0x40cd27){return _0x40cd27||(_0x40cd27=y[_0x4b3e('0x46')]()),null!=_0x2af384[_0x4b3e('0x1')]&&Object['hasOwnProperty'][_0x4b3e('0x26')](_0x2af384,_0x4b3e('0x1'))&&v[_0x4b3e('0x43')][_0x4b3e('0xf')](_0x2af384[_0x4b3e('0x1')],_0x40cd27[_0x4b3e('0x89')](0xa)[_0x4b3e('0x5b')]())['ldelim'](),null!=_0x2af384[_0x4b3e('0x8')]&&Object['hasOwnProperty'][_0x4b3e('0x26')](_0x2af384,_0x4b3e('0x8'))&&_0x40cd27[_0x4b3e('0x89')](0x10)[_0x4b3e('0x89')](_0x2af384[_0x4b3e('0x8')]),null!=_0x2af384['targetPosition']&&Object[_0x4b3e('0x8d')]['call'](_0x2af384,_0x4b3e('0x2b'))&&v[_0x4b3e('0x43')][_0x4b3e('0xf')](_0x2af384[_0x4b3e('0x2b')],_0x40cd27['uint32'](0x1a)[_0x4b3e('0x5b')]())[_0x4b3e('0x93')](),null!=_0x2af384['wasUndone']&&Object[_0x4b3e('0x8d')][_0x4b3e('0x26')](_0x2af384,_0x4b3e('0x13'))&&_0x40cd27[_0x4b3e('0x89')](0x20)[_0x4b3e('0x45')](_0x2af384[_0x4b3e('0x13')]),_0x40cd27;},_0x1b74ba[_0x4b3e('0x36')]=function(_0x7fa8a8,_0x58cce1){return this[_0x4b3e('0xf')](_0x7fa8a8,_0x58cce1)[_0x4b3e('0x93')]();},_0x1b74ba[_0x4b3e('0x10')]=function(_0x2f424f,_0x17999b){_0x2f424f instanceof j||(_0x2f424f=j[_0x4b3e('0x46')](_0x2f424f));let _0x31230=void 0x0===_0x17999b?_0x2f424f[_0x4b3e('0x28')]:_0x2f424f[_0x4b3e('0x8f')]+_0x17999b,_0x5b3596=new v[(_0x4b3e('0x6c'))]();for(;_0x2f424f[_0x4b3e('0x8f')]<_0x31230;){let _0x4792f0=_0x2f424f[_0x4b3e('0x89')]();switch(_0x4792f0>>>0x3){case 0x1:_0x5b3596[_0x4b3e('0x1')]=v['Position'][_0x4b3e('0x10')](_0x2f424f,_0x2f424f['uint32']());break;case 0x2:_0x5b3596[_0x4b3e('0x8')]=_0x2f424f[_0x4b3e('0x89')]();break;case 0x3:_0x5b3596[_0x4b3e('0x2b')]=v[_0x4b3e('0x43')]['decode'](_0x2f424f,_0x2f424f['uint32']());break;case 0x4:_0x5b3596['wasUndone']=_0x2f424f[_0x4b3e('0x45')]();break;default:_0x2f424f[_0x4b3e('0x0')](0x7&_0x4792f0);}}return _0x5b3596;},_0x1b74ba[_0x4b3e('0x78')]=function(_0x545841){return _0x545841 instanceof j||(_0x545841=new j(_0x545841)),this[_0x4b3e('0x10')](_0x545841,_0x545841[_0x4b3e('0x89')]());},_0x1b74ba[_0x4b3e('0xb')]=function(_0x56e89c){if(_0x4b3e('0x55')!=typeof _0x56e89c||null===_0x56e89c)return _0x4b3e('0x5a');if(null!=_0x56e89c[_0x4b3e('0x1')]&&_0x56e89c['hasOwnProperty'](_0x4b3e('0x1'))){let _0x179530=v['Position'][_0x4b3e('0xb')](_0x56e89c['sourcePosition']);if(_0x179530)return'sourcePosition.'+_0x179530;}if(null!=_0x56e89c[_0x4b3e('0x8')]&&_0x56e89c[_0x4b3e('0x8d')](_0x4b3e('0x8'))&&!k['isInteger'](_0x56e89c[_0x4b3e('0x8')]))return _0x4b3e('0x41');if(null!=_0x56e89c[_0x4b3e('0x2b')]&&_0x56e89c['hasOwnProperty'](_0x4b3e('0x2b'))){let _0x5f5a1c=v[_0x4b3e('0x43')][_0x4b3e('0xb')](_0x56e89c[_0x4b3e('0x2b')]);if(_0x5f5a1c)return _0x4b3e('0x53')+_0x5f5a1c;}return null!=_0x56e89c['wasUndone']&&_0x56e89c[_0x4b3e('0x8d')](_0x4b3e('0x13'))&&_0x4b3e('0x51')!=typeof _0x56e89c['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x1b74ba[_0x4b3e('0x8e')]=function(_0x581983){if(_0x581983 instanceof v[_0x4b3e('0x6c')])return _0x581983;let _0x1d23e3=new v[(_0x4b3e('0x6c'))]();if(null!=_0x581983[_0x4b3e('0x1')]){if(_0x4b3e('0x55')!=typeof _0x581983[_0x4b3e('0x1')])throw TypeError(_0x4b3e('0x1e'));_0x1d23e3['sourcePosition']=v[_0x4b3e('0x43')][_0x4b3e('0x8e')](_0x581983[_0x4b3e('0x1')]);}if(null!=_0x581983[_0x4b3e('0x8')]&&(_0x1d23e3[_0x4b3e('0x8')]=_0x581983[_0x4b3e('0x8')]>>>0x0),null!=_0x581983[_0x4b3e('0x2b')]){if(_0x4b3e('0x55')!=typeof _0x581983['targetPosition'])throw TypeError(_0x4b3e('0x82'));_0x1d23e3[_0x4b3e('0x2b')]=v['Position'][_0x4b3e('0x8e')](_0x581983[_0x4b3e('0x2b')]);}return null!=_0x581983[_0x4b3e('0x13')]&&(_0x1d23e3['wasUndone']=Boolean(_0x581983['wasUndone'])),_0x1d23e3;},_0x1b74ba[_0x4b3e('0x76')]=function(_0x5aa067,_0x24128e){_0x24128e||(_0x24128e={});let _0x3a16ee={};return _0x24128e[_0x4b3e('0x24')]&&(_0x3a16ee[_0x4b3e('0x1')]=null,_0x3a16ee[_0x4b3e('0x8')]=0x0,_0x3a16ee[_0x4b3e('0x2b')]=null,_0x3a16ee[_0x4b3e('0x13')]=!0x1),null!=_0x5aa067['sourcePosition']&&_0x5aa067[_0x4b3e('0x8d')](_0x4b3e('0x1'))&&(_0x3a16ee[_0x4b3e('0x1')]=v['Position'][_0x4b3e('0x76')](_0x5aa067['sourcePosition'],_0x24128e)),null!=_0x5aa067[_0x4b3e('0x8')]&&_0x5aa067[_0x4b3e('0x8d')](_0x4b3e('0x8'))&&(_0x3a16ee[_0x4b3e('0x8')]=_0x5aa067[_0x4b3e('0x8')]),null!=_0x5aa067[_0x4b3e('0x2b')]&&_0x5aa067[_0x4b3e('0x8d')]('targetPosition')&&(_0x3a16ee[_0x4b3e('0x2b')]=v['Position'][_0x4b3e('0x76')](_0x5aa067['targetPosition'],_0x24128e)),null!=_0x5aa067[_0x4b3e('0x13')]&&_0x5aa067['hasOwnProperty']('wasUndone')&&(_0x3a16ee[_0x4b3e('0x13')]=_0x5aa067[_0x4b3e('0x13')]),_0x3a16ee;},_0x1b74ba[_0x4b3e('0x85')]['toJSON']=function(){return this[_0x4b3e('0x87')][_0x4b3e('0x76')](this,_0x5b5e48[_0x4b3e('0x1a')][_0x4b3e('0x79')]);},_0x1b74ba[_0x4b3e('0x25')]=function(_0x3e248e){return void 0x0===_0x3e248e&&(_0x3e248e=_0x4b3e('0x90')),_0x3e248e+_0x4b3e('0xd');},_0x1b74ba;})();export const RenameOperation=v['RenameOperation']=(()=>{function _0xc22993(_0x1fdb5c){if(_0x1fdb5c)for(let _0x3fc51a=Object[_0x4b3e('0x75')](_0x1fdb5c),_0x316431=0x0;_0x316431<_0x3fc51a[_0x4b3e('0x92')];++_0x316431)null!=_0x1fdb5c[_0x3fc51a[_0x316431]]&&(this[_0x3fc51a[_0x316431]]=_0x1fdb5c[_0x3fc51a[_0x316431]]);}return _0xc22993[_0x4b3e('0x85')][_0x4b3e('0x37')]=null,_0xc22993['prototype'][_0x4b3e('0x3d')]='',_0xc22993[_0x4b3e('0x85')][_0x4b3e('0x59')]='',_0xc22993['prototype'][_0x4b3e('0x13')]=!0x1,_0xc22993[_0x4b3e('0x46')]=function(_0x2693be){return new _0xc22993(_0x2693be);},_0xc22993[_0x4b3e('0xf')]=function(_0x2c3390,_0x40de83){return _0x40de83||(_0x40de83=y[_0x4b3e('0x46')]()),null!=_0x2c3390['position']&&Object['hasOwnProperty'][_0x4b3e('0x26')](_0x2c3390,_0x4b3e('0x37'))&&v[_0x4b3e('0x43')][_0x4b3e('0xf')](_0x2c3390[_0x4b3e('0x37')],_0x40de83[_0x4b3e('0x89')](0xa)['fork']())['ldelim'](),null!=_0x2c3390[_0x4b3e('0x3d')]&&Object[_0x4b3e('0x8d')][_0x4b3e('0x26')](_0x2c3390,_0x4b3e('0x3d'))&&_0x40de83[_0x4b3e('0x89')](0x12)[_0x4b3e('0x80')](_0x2c3390[_0x4b3e('0x3d')]),null!=_0x2c3390[_0x4b3e('0x59')]&&Object[_0x4b3e('0x8d')]['call'](_0x2c3390,_0x4b3e('0x59'))&&_0x40de83[_0x4b3e('0x89')](0x1a)[_0x4b3e('0x80')](_0x2c3390[_0x4b3e('0x59')]),null!=_0x2c3390[_0x4b3e('0x13')]&&Object[_0x4b3e('0x8d')]['call'](_0x2c3390,_0x4b3e('0x13'))&&_0x40de83['uint32'](0x20)[_0x4b3e('0x45')](_0x2c3390[_0x4b3e('0x13')]),_0x40de83;},_0xc22993[_0x4b3e('0x36')]=function(_0x2c495b,_0x3c34d6){return this[_0x4b3e('0xf')](_0x2c495b,_0x3c34d6)[_0x4b3e('0x93')]();},_0xc22993[_0x4b3e('0x10')]=function(_0x1796f4,_0x2472ec){_0x1796f4 instanceof j||(_0x1796f4=j[_0x4b3e('0x46')](_0x1796f4));let _0x3f67ba=void 0x0===_0x2472ec?_0x1796f4['len']:_0x1796f4[_0x4b3e('0x8f')]+_0x2472ec,_0x18cf3b=new v[(_0x4b3e('0x7c'))]();for(;_0x1796f4[_0x4b3e('0x8f')]<_0x3f67ba;){let _0x414d73=_0x1796f4[_0x4b3e('0x89')]();switch(_0x414d73>>>0x3){case 0x1:_0x18cf3b[_0x4b3e('0x37')]=v[_0x4b3e('0x43')][_0x4b3e('0x10')](_0x1796f4,_0x1796f4['uint32']());break;case 0x2:_0x18cf3b[_0x4b3e('0x3d')]=_0x1796f4[_0x4b3e('0x80')]();break;case 0x3:_0x18cf3b[_0x4b3e('0x59')]=_0x1796f4[_0x4b3e('0x80')]();break;case 0x4:_0x18cf3b[_0x4b3e('0x13')]=_0x1796f4[_0x4b3e('0x45')]();break;default:_0x1796f4[_0x4b3e('0x0')](0x7&_0x414d73);}}return _0x18cf3b;},_0xc22993[_0x4b3e('0x78')]=function(_0x5ea090){return _0x5ea090 instanceof j||(_0x5ea090=new j(_0x5ea090)),this['decode'](_0x5ea090,_0x5ea090[_0x4b3e('0x89')]());},_0xc22993[_0x4b3e('0xb')]=function(_0x42ae0d){if(_0x4b3e('0x55')!=typeof _0x42ae0d||null===_0x42ae0d)return _0x4b3e('0x5a');if(null!=_0x42ae0d[_0x4b3e('0x37')]&&_0x42ae0d[_0x4b3e('0x8d')](_0x4b3e('0x37'))){let _0x5975a5=v[_0x4b3e('0x43')]['verify'](_0x42ae0d['position']);if(_0x5975a5)return'position.'+_0x5975a5;}return null!=_0x42ae0d['oldName']&&_0x42ae0d[_0x4b3e('0x8d')](_0x4b3e('0x3d'))&&!k[_0x4b3e('0x40')](_0x42ae0d[_0x4b3e('0x3d')])?_0x4b3e('0x83'):null!=_0x42ae0d[_0x4b3e('0x59')]&&_0x42ae0d[_0x4b3e('0x8d')](_0x4b3e('0x59'))&&!k['isString'](_0x42ae0d['newName'])?_0x4b3e('0x32'):null!=_0x42ae0d[_0x4b3e('0x13')]&&_0x42ae0d[_0x4b3e('0x8d')](_0x4b3e('0x13'))&&_0x4b3e('0x51')!=typeof _0x42ae0d[_0x4b3e('0x13')]?'wasUndone:\x20boolean\x20expected':null;},_0xc22993['fromObject']=function(_0x1b6c54){if(_0x1b6c54 instanceof v[_0x4b3e('0x7c')])return _0x1b6c54;let _0x465822=new v[(_0x4b3e('0x7c'))]();if(null!=_0x1b6c54[_0x4b3e('0x37')]){if('object'!=typeof _0x1b6c54['position'])throw TypeError('.RenameOperation.position:\x20object\x20expected');_0x465822[_0x4b3e('0x37')]=v[_0x4b3e('0x43')][_0x4b3e('0x8e')](_0x1b6c54[_0x4b3e('0x37')]);}return null!=_0x1b6c54['oldName']&&(_0x465822[_0x4b3e('0x3d')]=String(_0x1b6c54['oldName'])),null!=_0x1b6c54[_0x4b3e('0x59')]&&(_0x465822[_0x4b3e('0x59')]=String(_0x1b6c54[_0x4b3e('0x59')])),null!=_0x1b6c54['wasUndone']&&(_0x465822[_0x4b3e('0x13')]=Boolean(_0x1b6c54['wasUndone'])),_0x465822;},_0xc22993[_0x4b3e('0x76')]=function(_0x23e7a3,_0x51e29f){_0x51e29f||(_0x51e29f={});let _0x11b827={};return _0x51e29f[_0x4b3e('0x24')]&&(_0x11b827[_0x4b3e('0x37')]=null,_0x11b827[_0x4b3e('0x3d')]='',_0x11b827[_0x4b3e('0x59')]='',_0x11b827[_0x4b3e('0x13')]=!0x1),null!=_0x23e7a3['position']&&_0x23e7a3[_0x4b3e('0x8d')](_0x4b3e('0x37'))&&(_0x11b827[_0x4b3e('0x37')]=v[_0x4b3e('0x43')][_0x4b3e('0x76')](_0x23e7a3[_0x4b3e('0x37')],_0x51e29f)),null!=_0x23e7a3[_0x4b3e('0x3d')]&&_0x23e7a3[_0x4b3e('0x8d')]('oldName')&&(_0x11b827['oldName']=_0x23e7a3['oldName']),null!=_0x23e7a3['newName']&&_0x23e7a3[_0x4b3e('0x8d')]('newName')&&(_0x11b827[_0x4b3e('0x59')]=_0x23e7a3[_0x4b3e('0x59')]),null!=_0x23e7a3[_0x4b3e('0x13')]&&_0x23e7a3[_0x4b3e('0x8d')](_0x4b3e('0x13'))&&(_0x11b827['wasUndone']=_0x23e7a3[_0x4b3e('0x13')]),_0x11b827;},_0xc22993['prototype'][_0x4b3e('0x39')]=function(){return this['constructor'][_0x4b3e('0x76')](this,_0x5b5e48[_0x4b3e('0x1a')][_0x4b3e('0x79')]);},_0xc22993[_0x4b3e('0x25')]=function(_0x41f1ca){return void 0x0===_0x41f1ca&&(_0x41f1ca='type.googleapis.com'),_0x41f1ca+_0x4b3e('0x50');},_0xc22993;})();export const RootAttributeOperation=v[_0x4b3e('0x1b')]=(()=>{function _0x1ebf88(_0x1e5b03){if(_0x1e5b03)for(let _0x2a91b6=Object[_0x4b3e('0x75')](_0x1e5b03),_0x56a949=0x0;_0x56a949<_0x2a91b6[_0x4b3e('0x92')];++_0x56a949)null!=_0x1e5b03[_0x2a91b6[_0x56a949]]&&(this[_0x2a91b6[_0x56a949]]=_0x1e5b03[_0x2a91b6[_0x56a949]]);}return _0x1ebf88[_0x4b3e('0x85')]['root']='',_0x1ebf88[_0x4b3e('0x85')]['key']='',_0x1ebf88[_0x4b3e('0x85')]['oldValueBoolean']=!0x1,_0x1ebf88[_0x4b3e('0x85')]['oldValueJson']='',_0x1ebf88['prototype'][_0x4b3e('0x22')]=!0x1,_0x1ebf88['prototype'][_0x4b3e('0x3')]='',_0x1ebf88[_0x4b3e('0x85')][_0x4b3e('0x13')]=!0x1,_0x1ebf88[_0x4b3e('0x46')]=function(_0xd4040d){return new _0x1ebf88(_0xd4040d);},_0x1ebf88['encode']=function(_0xf74930,_0x341e49){return _0x341e49||(_0x341e49=y[_0x4b3e('0x46')]()),null!=_0xf74930[_0x4b3e('0x72')]&&Object[_0x4b3e('0x8d')]['call'](_0xf74930,'root')&&_0x341e49[_0x4b3e('0x89')](0xa)[_0x4b3e('0x80')](_0xf74930[_0x4b3e('0x72')]),null!=_0xf74930['key']&&Object[_0x4b3e('0x8d')][_0x4b3e('0x26')](_0xf74930,_0x4b3e('0x47'))&&_0x341e49[_0x4b3e('0x89')](0x12)[_0x4b3e('0x80')](_0xf74930[_0x4b3e('0x47')]),null!=_0xf74930['oldValueBoolean']&&Object[_0x4b3e('0x8d')]['call'](_0xf74930,_0x4b3e('0x64'))&&_0x341e49['uint32'](0x18)[_0x4b3e('0x45')](_0xf74930['oldValueBoolean']),null!=_0xf74930['oldValueJson']&&Object[_0x4b3e('0x8d')][_0x4b3e('0x26')](_0xf74930,'oldValueJson')&&_0x341e49[_0x4b3e('0x89')](0x22)[_0x4b3e('0x80')](_0xf74930[_0x4b3e('0x18')]),null!=_0xf74930[_0x4b3e('0x22')]&&Object[_0x4b3e('0x8d')]['call'](_0xf74930,_0x4b3e('0x22'))&&_0x341e49[_0x4b3e('0x89')](0x28)[_0x4b3e('0x45')](_0xf74930[_0x4b3e('0x22')]),null!=_0xf74930[_0x4b3e('0x3')]&&Object[_0x4b3e('0x8d')][_0x4b3e('0x26')](_0xf74930,'newValueJson')&&_0x341e49[_0x4b3e('0x89')](0x32)['string'](_0xf74930[_0x4b3e('0x3')]),null!=_0xf74930[_0x4b3e('0x13')]&&Object[_0x4b3e('0x8d')]['call'](_0xf74930,_0x4b3e('0x13'))&&_0x341e49[_0x4b3e('0x89')](0x38)[_0x4b3e('0x45')](_0xf74930[_0x4b3e('0x13')]),_0x341e49;},_0x1ebf88[_0x4b3e('0x36')]=function(_0x4cac74,_0xaae443){return this[_0x4b3e('0xf')](_0x4cac74,_0xaae443)[_0x4b3e('0x93')]();},_0x1ebf88[_0x4b3e('0x10')]=function(_0x32ea5e,_0x10b807){_0x32ea5e instanceof j||(_0x32ea5e=j[_0x4b3e('0x46')](_0x32ea5e));let _0x169200=void 0x0===_0x10b807?_0x32ea5e[_0x4b3e('0x28')]:_0x32ea5e['pos']+_0x10b807,_0x58bf92=new v[(_0x4b3e('0x1b'))]();for(;_0x32ea5e[_0x4b3e('0x8f')]<_0x169200;){let _0x194a13=_0x32ea5e[_0x4b3e('0x89')]();switch(_0x194a13>>>0x3){case 0x1:_0x58bf92['root']=_0x32ea5e[_0x4b3e('0x80')]();break;case 0x2:_0x58bf92[_0x4b3e('0x47')]=_0x32ea5e['string']();break;case 0x3:_0x58bf92[_0x4b3e('0x64')]=_0x32ea5e[_0x4b3e('0x45')]();break;case 0x4:_0x58bf92['oldValueJson']=_0x32ea5e[_0x4b3e('0x80')]();break;case 0x5:_0x58bf92[_0x4b3e('0x22')]=_0x32ea5e[_0x4b3e('0x45')]();break;case 0x6:_0x58bf92[_0x4b3e('0x3')]=_0x32ea5e[_0x4b3e('0x80')]();break;case 0x7:_0x58bf92['wasUndone']=_0x32ea5e[_0x4b3e('0x45')]();break;default:_0x32ea5e[_0x4b3e('0x0')](0x7&_0x194a13);}}return _0x58bf92;},_0x1ebf88[_0x4b3e('0x78')]=function(_0x1484f7){return _0x1484f7 instanceof j||(_0x1484f7=new j(_0x1484f7)),this[_0x4b3e('0x10')](_0x1484f7,_0x1484f7['uint32']());},_0x1ebf88['verify']=function(_0x3e5090){return _0x4b3e('0x55')!=typeof _0x3e5090||null===_0x3e5090?'object\x20expected':null!=_0x3e5090[_0x4b3e('0x72')]&&_0x3e5090['hasOwnProperty'](_0x4b3e('0x72'))&&!k['isString'](_0x3e5090['root'])?'root:\x20string\x20expected':null!=_0x3e5090[_0x4b3e('0x47')]&&_0x3e5090['hasOwnProperty'](_0x4b3e('0x47'))&&!k['isString'](_0x3e5090[_0x4b3e('0x47')])?_0x4b3e('0x19'):null!=_0x3e5090[_0x4b3e('0x64')]&&_0x3e5090['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x3e5090[_0x4b3e('0x64')]?_0x4b3e('0x5c'):null!=_0x3e5090['oldValueJson']&&_0x3e5090[_0x4b3e('0x8d')](_0x4b3e('0x18'))&&!k[_0x4b3e('0x40')](_0x3e5090['oldValueJson'])?_0x4b3e('0x16'):null!=_0x3e5090['newValueBoolean']&&_0x3e5090['hasOwnProperty']('newValueBoolean')&&_0x4b3e('0x51')!=typeof _0x3e5090[_0x4b3e('0x22')]?_0x4b3e('0x2f'):null!=_0x3e5090['newValueJson']&&_0x3e5090[_0x4b3e('0x8d')]('newValueJson')&&!k[_0x4b3e('0x40')](_0x3e5090['newValueJson'])?_0x4b3e('0x14'):null!=_0x3e5090[_0x4b3e('0x13')]&&_0x3e5090['hasOwnProperty'](_0x4b3e('0x13'))&&_0x4b3e('0x51')!=typeof _0x3e5090[_0x4b3e('0x13')]?_0x4b3e('0x3b'):null;},_0x1ebf88['fromObject']=function(_0x1b6df5){if(_0x1b6df5 instanceof v['RootAttributeOperation'])return _0x1b6df5;let _0x1f5aef=new v['RootAttributeOperation']();return null!=_0x1b6df5[_0x4b3e('0x72')]&&(_0x1f5aef[_0x4b3e('0x72')]=String(_0x1b6df5[_0x4b3e('0x72')])),null!=_0x1b6df5[_0x4b3e('0x47')]&&(_0x1f5aef['key']=String(_0x1b6df5[_0x4b3e('0x47')])),null!=_0x1b6df5[_0x4b3e('0x64')]&&(_0x1f5aef[_0x4b3e('0x64')]=Boolean(_0x1b6df5[_0x4b3e('0x64')])),null!=_0x1b6df5['oldValueJson']&&(_0x1f5aef['oldValueJson']=String(_0x1b6df5[_0x4b3e('0x18')])),null!=_0x1b6df5[_0x4b3e('0x22')]&&(_0x1f5aef[_0x4b3e('0x22')]=Boolean(_0x1b6df5[_0x4b3e('0x22')])),null!=_0x1b6df5[_0x4b3e('0x3')]&&(_0x1f5aef[_0x4b3e('0x3')]=String(_0x1b6df5[_0x4b3e('0x3')])),null!=_0x1b6df5[_0x4b3e('0x13')]&&(_0x1f5aef[_0x4b3e('0x13')]=Boolean(_0x1b6df5[_0x4b3e('0x13')])),_0x1f5aef;},_0x1ebf88['toObject']=function(_0x287499,_0x1a7e08){_0x1a7e08||(_0x1a7e08={});let _0xbdfab1={};return _0x1a7e08['defaults']&&(_0xbdfab1[_0x4b3e('0x72')]='',_0xbdfab1[_0x4b3e('0x47')]='',_0xbdfab1[_0x4b3e('0x64')]=!0x1,_0xbdfab1[_0x4b3e('0x18')]='',_0xbdfab1[_0x4b3e('0x22')]=!0x1,_0xbdfab1[_0x4b3e('0x3')]='',_0xbdfab1['wasUndone']=!0x1),null!=_0x287499['root']&&_0x287499['hasOwnProperty'](_0x4b3e('0x72'))&&(_0xbdfab1[_0x4b3e('0x72')]=_0x287499[_0x4b3e('0x72')]),null!=_0x287499[_0x4b3e('0x47')]&&_0x287499['hasOwnProperty'](_0x4b3e('0x47'))&&(_0xbdfab1[_0x4b3e('0x47')]=_0x287499[_0x4b3e('0x47')]),null!=_0x287499[_0x4b3e('0x64')]&&_0x287499[_0x4b3e('0x8d')]('oldValueBoolean')&&(_0xbdfab1['oldValueBoolean']=_0x287499['oldValueBoolean']),null!=_0x287499[_0x4b3e('0x18')]&&_0x287499[_0x4b3e('0x8d')](_0x4b3e('0x18'))&&(_0xbdfab1['oldValueJson']=_0x287499[_0x4b3e('0x18')]),null!=_0x287499[_0x4b3e('0x22')]&&_0x287499[_0x4b3e('0x8d')](_0x4b3e('0x22'))&&(_0xbdfab1[_0x4b3e('0x22')]=_0x287499[_0x4b3e('0x22')]),null!=_0x287499['newValueJson']&&_0x287499[_0x4b3e('0x8d')](_0x4b3e('0x3'))&&(_0xbdfab1[_0x4b3e('0x3')]=_0x287499[_0x4b3e('0x3')]),null!=_0x287499[_0x4b3e('0x13')]&&_0x287499[_0x4b3e('0x8d')]('wasUndone')&&(_0xbdfab1[_0x4b3e('0x13')]=_0x287499[_0x4b3e('0x13')]),_0xbdfab1;},_0x1ebf88[_0x4b3e('0x85')]['toJSON']=function(){return this['constructor'][_0x4b3e('0x76')](this,_0x5b5e48[_0x4b3e('0x1a')][_0x4b3e('0x79')]);},_0x1ebf88[_0x4b3e('0x25')]=function(_0x4d2514){return void 0x0===_0x4d2514&&(_0x4d2514='type.googleapis.com'),_0x4d2514+_0x4b3e('0x63');},_0x1ebf88;})();export const RootOperation=v[_0x4b3e('0x15')]=(()=>{function _0x46f504(_0x3d9d1a){if(_0x3d9d1a)for(let _0x2d7698=Object[_0x4b3e('0x75')](_0x3d9d1a),_0x19cd21=0x0;_0x19cd21<_0x2d7698[_0x4b3e('0x92')];++_0x19cd21)null!=_0x3d9d1a[_0x2d7698[_0x19cd21]]&&(this[_0x2d7698[_0x19cd21]]=_0x3d9d1a[_0x2d7698[_0x19cd21]]);}return _0x46f504[_0x4b3e('0x85')][_0x4b3e('0x4')]='',_0x46f504['prototype']['elementName']='',_0x46f504['prototype'][_0x4b3e('0x5d')]=!0x1,_0x46f504[_0x4b3e('0x85')][_0x4b3e('0x13')]=!0x1,_0x46f504[_0x4b3e('0x46')]=function(_0x3aaf26){return new _0x46f504(_0x3aaf26);},_0x46f504[_0x4b3e('0xf')]=function(_0x29da3b,_0x3378d7){return _0x3378d7||(_0x3378d7=y[_0x4b3e('0x46')]()),null!=_0x29da3b[_0x4b3e('0x4')]&&Object[_0x4b3e('0x8d')]['call'](_0x29da3b,_0x4b3e('0x4'))&&_0x3378d7[_0x4b3e('0x89')](0xa)[_0x4b3e('0x80')](_0x29da3b[_0x4b3e('0x4')]),null!=_0x29da3b['elementName']&&Object[_0x4b3e('0x8d')][_0x4b3e('0x26')](_0x29da3b,_0x4b3e('0x34'))&&_0x3378d7[_0x4b3e('0x89')](0x12)['string'](_0x29da3b[_0x4b3e('0x34')]),null!=_0x29da3b[_0x4b3e('0x5d')]&&Object[_0x4b3e('0x8d')][_0x4b3e('0x26')](_0x29da3b,_0x4b3e('0x5d'))&&_0x3378d7[_0x4b3e('0x89')](0x18)[_0x4b3e('0x45')](_0x29da3b[_0x4b3e('0x5d')]),null!=_0x29da3b[_0x4b3e('0x13')]&&Object['hasOwnProperty'][_0x4b3e('0x26')](_0x29da3b,_0x4b3e('0x13'))&&_0x3378d7[_0x4b3e('0x89')](0x20)[_0x4b3e('0x45')](_0x29da3b[_0x4b3e('0x13')]),_0x3378d7;},_0x46f504[_0x4b3e('0x36')]=function(_0x4ee7f1,_0x956642){return this[_0x4b3e('0xf')](_0x4ee7f1,_0x956642)[_0x4b3e('0x93')]();},_0x46f504['decode']=function(_0x416d01,_0x4830da){_0x416d01 instanceof j||(_0x416d01=j[_0x4b3e('0x46')](_0x416d01));let _0x51c50a=void 0x0===_0x4830da?_0x416d01[_0x4b3e('0x28')]:_0x416d01['pos']+_0x4830da,_0x2b7ae1=new v[(_0x4b3e('0x15'))]();for(;_0x416d01[_0x4b3e('0x8f')]<_0x51c50a;){let _0x3e9f15=_0x416d01[_0x4b3e('0x89')]();switch(_0x3e9f15>>>0x3){case 0x1:_0x2b7ae1[_0x4b3e('0x4')]=_0x416d01['string']();break;case 0x2:_0x2b7ae1['elementName']=_0x416d01[_0x4b3e('0x80')]();break;case 0x3:_0x2b7ae1['isAdd']=_0x416d01[_0x4b3e('0x45')]();break;case 0x4:_0x2b7ae1[_0x4b3e('0x13')]=_0x416d01['bool']();break;default:_0x416d01[_0x4b3e('0x0')](0x7&_0x3e9f15);}}return _0x2b7ae1;},_0x46f504['decodeDelimited']=function(_0x517f6b){return _0x517f6b instanceof j||(_0x517f6b=new j(_0x517f6b)),this[_0x4b3e('0x10')](_0x517f6b,_0x517f6b[_0x4b3e('0x89')]());},_0x46f504[_0x4b3e('0xb')]=function(_0x4ccdec){return _0x4b3e('0x55')!=typeof _0x4ccdec||null===_0x4ccdec?_0x4b3e('0x5a'):null!=_0x4ccdec['rootName']&&_0x4ccdec[_0x4b3e('0x8d')](_0x4b3e('0x4'))&&!k[_0x4b3e('0x40')](_0x4ccdec[_0x4b3e('0x4')])?_0x4b3e('0x2d'):null!=_0x4ccdec[_0x4b3e('0x34')]&&_0x4ccdec['hasOwnProperty']('elementName')&&!k['isString'](_0x4ccdec['elementName'])?_0x4b3e('0x74'):null!=_0x4ccdec[_0x4b3e('0x5d')]&&_0x4ccdec[_0x4b3e('0x8d')](_0x4b3e('0x5d'))&&'boolean'!=typeof _0x4ccdec[_0x4b3e('0x5d')]?_0x4b3e('0x4e'):null!=_0x4ccdec[_0x4b3e('0x13')]&&_0x4ccdec[_0x4b3e('0x8d')](_0x4b3e('0x13'))&&_0x4b3e('0x51')!=typeof _0x4ccdec['wasUndone']?_0x4b3e('0x3b'):null;},_0x46f504[_0x4b3e('0x8e')]=function(_0x352bda){if(_0x352bda instanceof v[_0x4b3e('0x15')])return _0x352bda;let _0x4135e6=new v[(_0x4b3e('0x15'))]();return null!=_0x352bda['rootName']&&(_0x4135e6['rootName']=String(_0x352bda[_0x4b3e('0x4')])),null!=_0x352bda[_0x4b3e('0x34')]&&(_0x4135e6[_0x4b3e('0x34')]=String(_0x352bda[_0x4b3e('0x34')])),null!=_0x352bda['isAdd']&&(_0x4135e6[_0x4b3e('0x5d')]=Boolean(_0x352bda['isAdd'])),null!=_0x352bda[_0x4b3e('0x13')]&&(_0x4135e6[_0x4b3e('0x13')]=Boolean(_0x352bda[_0x4b3e('0x13')])),_0x4135e6;},_0x46f504['toObject']=function(_0x1c2d8a,_0x4273e9){_0x4273e9||(_0x4273e9={});let _0x1c0461={};return _0x4273e9[_0x4b3e('0x24')]&&(_0x1c0461['rootName']='',_0x1c0461[_0x4b3e('0x34')]='',_0x1c0461[_0x4b3e('0x5d')]=!0x1,_0x1c0461[_0x4b3e('0x13')]=!0x1),null!=_0x1c2d8a[_0x4b3e('0x4')]&&_0x1c2d8a['hasOwnProperty'](_0x4b3e('0x4'))&&(_0x1c0461[_0x4b3e('0x4')]=_0x1c2d8a[_0x4b3e('0x4')]),null!=_0x1c2d8a['elementName']&&_0x1c2d8a['hasOwnProperty'](_0x4b3e('0x34'))&&(_0x1c0461[_0x4b3e('0x34')]=_0x1c2d8a[_0x4b3e('0x34')]),null!=_0x1c2d8a[_0x4b3e('0x5d')]&&_0x1c2d8a[_0x4b3e('0x8d')](_0x4b3e('0x5d'))&&(_0x1c0461[_0x4b3e('0x5d')]=_0x1c2d8a[_0x4b3e('0x5d')]),null!=_0x1c2d8a[_0x4b3e('0x13')]&&_0x1c2d8a[_0x4b3e('0x8d')](_0x4b3e('0x13'))&&(_0x1c0461[_0x4b3e('0x13')]=_0x1c2d8a[_0x4b3e('0x13')]),_0x1c0461;},_0x46f504['prototype'][_0x4b3e('0x39')]=function(){return this[_0x4b3e('0x87')][_0x4b3e('0x76')](this,_0x5b5e48['util']['toJSONOptions']);},_0x46f504[_0x4b3e('0x25')]=function(_0x1a8eed){return void 0x0===_0x1a8eed&&(_0x1a8eed=_0x4b3e('0x90')),_0x1a8eed+_0x4b3e('0x88');},_0x46f504;})();export const SplitOperation=v[_0x4b3e('0x62')]=(()=>{function _0x4ce20c(_0x2ff015){if(_0x2ff015)for(let _0x28f5b6=Object['keys'](_0x2ff015),_0x425975=0x0;_0x425975<_0x28f5b6[_0x4b3e('0x92')];++_0x425975)null!=_0x2ff015[_0x28f5b6[_0x425975]]&&(this[_0x28f5b6[_0x425975]]=_0x2ff015[_0x28f5b6[_0x425975]]);}return _0x4ce20c['prototype'][_0x4b3e('0x6b')]=null,_0x4ce20c[_0x4b3e('0x85')][_0x4b3e('0x73')]=null,_0x4ce20c['prototype']['howMany']=0x0,_0x4ce20c[_0x4b3e('0x85')][_0x4b3e('0x29')]=null,_0x4ce20c[_0x4b3e('0x85')][_0x4b3e('0x13')]=!0x1,_0x4ce20c[_0x4b3e('0x46')]=function(_0xe799ae){return new _0x4ce20c(_0xe799ae);},_0x4ce20c[_0x4b3e('0xf')]=function(_0xc9c544,_0x17b831){return _0x17b831||(_0x17b831=y['create']()),null!=_0xc9c544[_0x4b3e('0x6b')]&&Object['hasOwnProperty'][_0x4b3e('0x26')](_0xc9c544,_0x4b3e('0x6b'))&&v[_0x4b3e('0x43')][_0x4b3e('0xf')](_0xc9c544[_0x4b3e('0x6b')],_0x17b831[_0x4b3e('0x89')](0xa)[_0x4b3e('0x5b')]())['ldelim'](),null!=_0xc9c544[_0x4b3e('0x73')]&&Object[_0x4b3e('0x8d')][_0x4b3e('0x26')](_0xc9c544,_0x4b3e('0x73'))&&v[_0x4b3e('0x43')][_0x4b3e('0xf')](_0xc9c544[_0x4b3e('0x73')],_0x17b831[_0x4b3e('0x89')](0x12)[_0x4b3e('0x5b')]())[_0x4b3e('0x93')](),null!=_0xc9c544[_0x4b3e('0x8')]&&Object['hasOwnProperty'][_0x4b3e('0x26')](_0xc9c544,_0x4b3e('0x8'))&&_0x17b831['uint32'](0x18)[_0x4b3e('0x89')](_0xc9c544[_0x4b3e('0x8')]),null!=_0xc9c544['insertionPosition']&&Object['hasOwnProperty']['call'](_0xc9c544,_0x4b3e('0x29'))&&v[_0x4b3e('0x43')][_0x4b3e('0xf')](_0xc9c544[_0x4b3e('0x29')],_0x17b831[_0x4b3e('0x89')](0x22)[_0x4b3e('0x5b')]())[_0x4b3e('0x93')](),null!=_0xc9c544['wasUndone']&&Object[_0x4b3e('0x8d')][_0x4b3e('0x26')](_0xc9c544,_0x4b3e('0x13'))&&_0x17b831[_0x4b3e('0x89')](0x28)[_0x4b3e('0x45')](_0xc9c544[_0x4b3e('0x13')]),_0x17b831;},_0x4ce20c[_0x4b3e('0x36')]=function(_0x3a56cc,_0x2681da){return this[_0x4b3e('0xf')](_0x3a56cc,_0x2681da)[_0x4b3e('0x93')]();},_0x4ce20c[_0x4b3e('0x10')]=function(_0x151a60,_0x3cd794){_0x151a60 instanceof j||(_0x151a60=j['create'](_0x151a60));let _0x2b0866=void 0x0===_0x3cd794?_0x151a60[_0x4b3e('0x28')]:_0x151a60['pos']+_0x3cd794,_0xe21eaa=new v['SplitOperation']();for(;_0x151a60[_0x4b3e('0x8f')]<_0x2b0866;){let _0x5df84d=_0x151a60['uint32']();switch(_0x5df84d>>>0x3){case 0x1:_0xe21eaa[_0x4b3e('0x6b')]=v[_0x4b3e('0x43')][_0x4b3e('0x10')](_0x151a60,_0x151a60[_0x4b3e('0x89')]());break;case 0x2:_0xe21eaa['graveyardPosition']=v['Position']['decode'](_0x151a60,_0x151a60[_0x4b3e('0x89')]());break;case 0x3:_0xe21eaa['howMany']=_0x151a60[_0x4b3e('0x89')]();break;case 0x4:_0xe21eaa['insertionPosition']=v[_0x4b3e('0x43')]['decode'](_0x151a60,_0x151a60['uint32']());break;case 0x5:_0xe21eaa[_0x4b3e('0x13')]=_0x151a60['bool']();break;default:_0x151a60[_0x4b3e('0x0')](0x7&_0x5df84d);}}return _0xe21eaa;},_0x4ce20c[_0x4b3e('0x78')]=function(_0x15160d){return _0x15160d instanceof j||(_0x15160d=new j(_0x15160d)),this['decode'](_0x15160d,_0x15160d['uint32']());},_0x4ce20c[_0x4b3e('0xb')]=function(_0xcece9f){if(_0x4b3e('0x55')!=typeof _0xcece9f||null===_0xcece9f)return _0x4b3e('0x5a');if(null!=_0xcece9f[_0x4b3e('0x6b')]&&_0xcece9f[_0x4b3e('0x8d')](_0x4b3e('0x6b'))){let _0x534299=v[_0x4b3e('0x43')]['verify'](_0xcece9f[_0x4b3e('0x6b')]);if(_0x534299)return _0x4b3e('0x31')+_0x534299;}if(null!=_0xcece9f[_0x4b3e('0x73')]&&_0xcece9f[_0x4b3e('0x8d')](_0x4b3e('0x73'))){let _0x36c5d5=v['Position'][_0x4b3e('0xb')](_0xcece9f[_0x4b3e('0x73')]);if(_0x36c5d5)return'graveyardPosition.'+_0x36c5d5;}if(null!=_0xcece9f[_0x4b3e('0x8')]&&_0xcece9f[_0x4b3e('0x8d')](_0x4b3e('0x8'))&&!k[_0x4b3e('0x71')](_0xcece9f[_0x4b3e('0x8')]))return _0x4b3e('0x41');if(null!=_0xcece9f[_0x4b3e('0x29')]&&_0xcece9f[_0x4b3e('0x8d')](_0x4b3e('0x29'))){let _0x5392e3=v[_0x4b3e('0x43')][_0x4b3e('0xb')](_0xcece9f[_0x4b3e('0x29')]);if(_0x5392e3)return _0x4b3e('0x68')+_0x5392e3;}return null!=_0xcece9f[_0x4b3e('0x13')]&&_0xcece9f['hasOwnProperty'](_0x4b3e('0x13'))&&'boolean'!=typeof _0xcece9f[_0x4b3e('0x13')]?_0x4b3e('0x3b'):null;},_0x4ce20c[_0x4b3e('0x8e')]=function(_0xdf8d39){if(_0xdf8d39 instanceof v[_0x4b3e('0x62')])return _0xdf8d39;let _0x279f7c=new v[(_0x4b3e('0x62'))]();if(null!=_0xdf8d39[_0x4b3e('0x6b')]){if('object'!=typeof _0xdf8d39[_0x4b3e('0x6b')])throw TypeError('.SplitOperation.splitPosition:\x20object\x20expected');_0x279f7c[_0x4b3e('0x6b')]=v[_0x4b3e('0x43')][_0x4b3e('0x8e')](_0xdf8d39[_0x4b3e('0x6b')]);}if(null!=_0xdf8d39[_0x4b3e('0x73')]){if(_0x4b3e('0x55')!=typeof _0xdf8d39[_0x4b3e('0x73')])throw TypeError(_0x4b3e('0x69'));_0x279f7c[_0x4b3e('0x73')]=v['Position'][_0x4b3e('0x8e')](_0xdf8d39[_0x4b3e('0x73')]);}if(null!=_0xdf8d39['howMany']&&(_0x279f7c[_0x4b3e('0x8')]=_0xdf8d39['howMany']>>>0x0),null!=_0xdf8d39[_0x4b3e('0x29')]){if(_0x4b3e('0x55')!=typeof _0xdf8d39[_0x4b3e('0x29')])throw TypeError(_0x4b3e('0x2e'));_0x279f7c[_0x4b3e('0x29')]=v[_0x4b3e('0x43')][_0x4b3e('0x8e')](_0xdf8d39['insertionPosition']);}return null!=_0xdf8d39['wasUndone']&&(_0x279f7c[_0x4b3e('0x13')]=Boolean(_0xdf8d39[_0x4b3e('0x13')])),_0x279f7c;},_0x4ce20c['toObject']=function(_0x118f03,_0x13d12a){_0x13d12a||(_0x13d12a={});let _0x3bd442={};return _0x13d12a[_0x4b3e('0x24')]&&(_0x3bd442[_0x4b3e('0x6b')]=null,_0x3bd442[_0x4b3e('0x73')]=null,_0x3bd442[_0x4b3e('0x8')]=0x0,_0x3bd442[_0x4b3e('0x29')]=null,_0x3bd442[_0x4b3e('0x13')]=!0x1),null!=_0x118f03[_0x4b3e('0x6b')]&&_0x118f03[_0x4b3e('0x8d')]('splitPosition')&&(_0x3bd442[_0x4b3e('0x6b')]=v['Position']['toObject'](_0x118f03[_0x4b3e('0x6b')],_0x13d12a)),null!=_0x118f03[_0x4b3e('0x73')]&&_0x118f03[_0x4b3e('0x8d')](_0x4b3e('0x73'))&&(_0x3bd442['graveyardPosition']=v[_0x4b3e('0x43')][_0x4b3e('0x76')](_0x118f03[_0x4b3e('0x73')],_0x13d12a)),null!=_0x118f03['howMany']&&_0x118f03[_0x4b3e('0x8d')](_0x4b3e('0x8'))&&(_0x3bd442[_0x4b3e('0x8')]=_0x118f03[_0x4b3e('0x8')]),null!=_0x118f03['insertionPosition']&&_0x118f03[_0x4b3e('0x8d')](_0x4b3e('0x29'))&&(_0x3bd442[_0x4b3e('0x29')]=v[_0x4b3e('0x43')][_0x4b3e('0x76')](_0x118f03[_0x4b3e('0x29')],_0x13d12a)),null!=_0x118f03[_0x4b3e('0x13')]&&_0x118f03[_0x4b3e('0x8d')](_0x4b3e('0x13'))&&(_0x3bd442[_0x4b3e('0x13')]=_0x118f03[_0x4b3e('0x13')]),_0x3bd442;},_0x4ce20c[_0x4b3e('0x85')]['toJSON']=function(){return this[_0x4b3e('0x87')]['toObject'](this,_0x5b5e48[_0x4b3e('0x1a')][_0x4b3e('0x79')]);},_0x4ce20c[_0x4b3e('0x25')]=function(_0x40af02){return void 0x0===_0x40af02&&(_0x40af02=_0x4b3e('0x90')),_0x40af02+_0x4b3e('0x30');},_0x4ce20c;})();export const Position=v[_0x4b3e('0x43')]=(()=>{function _0x388c9e(_0x308007){if(this[_0x4b3e('0x4d')]=[],_0x308007)for(let _0x28bfbd=Object['keys'](_0x308007),_0x2b6573=0x0;_0x2b6573<_0x28bfbd['length'];++_0x2b6573)null!=_0x308007[_0x28bfbd[_0x2b6573]]&&(this[_0x28bfbd[_0x2b6573]]=_0x308007[_0x28bfbd[_0x2b6573]]);}return _0x388c9e['prototype'][_0x4b3e('0x72')]='',_0x388c9e[_0x4b3e('0x85')][_0x4b3e('0x8b')]=!0x1,_0x388c9e[_0x4b3e('0x85')][_0x4b3e('0x5')]=!0x1,_0x388c9e[_0x4b3e('0x85')][_0x4b3e('0x4d')]=k[_0x4b3e('0x52')],_0x388c9e[_0x4b3e('0x85')][_0x4b3e('0x44')]='',_0x388c9e[_0x4b3e('0x46')]=function(_0x305460){return new _0x388c9e(_0x305460);},_0x388c9e[_0x4b3e('0xf')]=function(_0x32a3c5,_0x3fa70d){if(_0x3fa70d||(_0x3fa70d=y[_0x4b3e('0x46')]()),null!=_0x32a3c5[_0x4b3e('0x72')]&&Object[_0x4b3e('0x8d')]['call'](_0x32a3c5,'root')&&_0x3fa70d[_0x4b3e('0x89')](0xa)['string'](_0x32a3c5['root']),null!=_0x32a3c5['rootMain']&&Object[_0x4b3e('0x8d')][_0x4b3e('0x26')](_0x32a3c5,'rootMain')&&_0x3fa70d[_0x4b3e('0x89')](0x10)[_0x4b3e('0x45')](_0x32a3c5['rootMain']),null!=_0x32a3c5['rootGraveyard']&&Object[_0x4b3e('0x8d')][_0x4b3e('0x26')](_0x32a3c5,_0x4b3e('0x5'))&&_0x3fa70d[_0x4b3e('0x89')](0x18)[_0x4b3e('0x45')](_0x32a3c5[_0x4b3e('0x5')]),null!=_0x32a3c5[_0x4b3e('0x4d')]&&_0x32a3c5['path'][_0x4b3e('0x92')]){_0x3fa70d[_0x4b3e('0x89')](0x22)[_0x4b3e('0x5b')]();for(let _0x1937ae=0x0;_0x1937ae<_0x32a3c5['path']['length'];++_0x1937ae)_0x3fa70d[_0x4b3e('0x89')](_0x32a3c5[_0x4b3e('0x4d')][_0x1937ae]);_0x3fa70d['ldelim']();}return null!=_0x32a3c5[_0x4b3e('0x44')]&&Object['hasOwnProperty'][_0x4b3e('0x26')](_0x32a3c5,'stickiness')&&_0x3fa70d[_0x4b3e('0x89')](0x2a)[_0x4b3e('0x80')](_0x32a3c5[_0x4b3e('0x44')]),_0x3fa70d;},_0x388c9e[_0x4b3e('0x36')]=function(_0x5462b4,_0x1e755d){return this[_0x4b3e('0xf')](_0x5462b4,_0x1e755d)['ldelim']();},_0x388c9e[_0x4b3e('0x10')]=function(_0x56519a,_0x77c677){_0x56519a instanceof j||(_0x56519a=j['create'](_0x56519a));let _0x3c6ef0=void 0x0===_0x77c677?_0x56519a['len']:_0x56519a[_0x4b3e('0x8f')]+_0x77c677,_0x59f199=new v[(_0x4b3e('0x43'))]();for(;_0x56519a[_0x4b3e('0x8f')]<_0x3c6ef0;){let _0x149a7a=_0x56519a['uint32']();switch(_0x149a7a>>>0x3){case 0x1:_0x59f199[_0x4b3e('0x72')]=_0x56519a[_0x4b3e('0x80')]();break;case 0x2:_0x59f199[_0x4b3e('0x8b')]=_0x56519a[_0x4b3e('0x45')]();break;case 0x3:_0x59f199[_0x4b3e('0x5')]=_0x56519a['bool']();break;case 0x4:if(_0x59f199[_0x4b3e('0x4d')]&&_0x59f199[_0x4b3e('0x4d')]['length']||(_0x59f199[_0x4b3e('0x4d')]=[]),0x2==(0x7&_0x149a7a)){let _0x382d21=_0x56519a[_0x4b3e('0x89')]()+_0x56519a['pos'];for(;_0x56519a[_0x4b3e('0x8f')]<_0x382d21;)_0x59f199[_0x4b3e('0x4d')]['push'](_0x56519a[_0x4b3e('0x89')]());}else _0x59f199[_0x4b3e('0x4d')][_0x4b3e('0x58')](_0x56519a['uint32']());break;case 0x5:_0x59f199['stickiness']=_0x56519a['string']();break;default:_0x56519a[_0x4b3e('0x0')](0x7&_0x149a7a);}}return _0x59f199;},_0x388c9e[_0x4b3e('0x78')]=function(_0x19e76b){return _0x19e76b instanceof j||(_0x19e76b=new j(_0x19e76b)),this['decode'](_0x19e76b,_0x19e76b[_0x4b3e('0x89')]());},_0x388c9e['verify']=function(_0x1c1c39){if(_0x4b3e('0x55')!=typeof _0x1c1c39||null===_0x1c1c39)return _0x4b3e('0x5a');if(null!=_0x1c1c39[_0x4b3e('0x72')]&&_0x1c1c39[_0x4b3e('0x8d')](_0x4b3e('0x72'))&&!k[_0x4b3e('0x40')](_0x1c1c39['root']))return _0x4b3e('0x6d');if(null!=_0x1c1c39[_0x4b3e('0x8b')]&&_0x1c1c39[_0x4b3e('0x8d')]('rootMain')&&'boolean'!=typeof _0x1c1c39[_0x4b3e('0x8b')])return _0x4b3e('0x21');if(null!=_0x1c1c39['rootGraveyard']&&_0x1c1c39[_0x4b3e('0x8d')]('rootGraveyard')&&_0x4b3e('0x51')!=typeof _0x1c1c39[_0x4b3e('0x5')])return'rootGraveyard:\x20boolean\x20expected';if(null!=_0x1c1c39['path']&&_0x1c1c39[_0x4b3e('0x8d')](_0x4b3e('0x4d'))){if(!Array[_0x4b3e('0x27')](_0x1c1c39['path']))return _0x4b3e('0x4f');for(let _0x277152=0x0;_0x277152<_0x1c1c39[_0x4b3e('0x4d')]['length'];++_0x277152)if(!k[_0x4b3e('0x71')](_0x1c1c39[_0x4b3e('0x4d')][_0x277152]))return _0x4b3e('0x57');}return null!=_0x1c1c39[_0x4b3e('0x44')]&&_0x1c1c39[_0x4b3e('0x8d')]('stickiness')&&!k[_0x4b3e('0x40')](_0x1c1c39[_0x4b3e('0x44')])?_0x4b3e('0x20'):null;},_0x388c9e[_0x4b3e('0x8e')]=function(_0xcbc00){if(_0xcbc00 instanceof v[_0x4b3e('0x43')])return _0xcbc00;let _0x190285=new v['Position']();if(null!=_0xcbc00[_0x4b3e('0x72')]&&(_0x190285[_0x4b3e('0x72')]=String(_0xcbc00[_0x4b3e('0x72')])),null!=_0xcbc00[_0x4b3e('0x8b')]&&(_0x190285[_0x4b3e('0x8b')]=Boolean(_0xcbc00[_0x4b3e('0x8b')])),null!=_0xcbc00[_0x4b3e('0x5')]&&(_0x190285[_0x4b3e('0x5')]=Boolean(_0xcbc00[_0x4b3e('0x5')])),_0xcbc00[_0x4b3e('0x4d')]){if(!Array[_0x4b3e('0x27')](_0xcbc00[_0x4b3e('0x4d')]))throw TypeError(_0x4b3e('0x23'));_0x190285[_0x4b3e('0x4d')]=[];for(let _0x300d2d=0x0;_0x300d2d<_0xcbc00[_0x4b3e('0x4d')][_0x4b3e('0x92')];++_0x300d2d)_0x190285[_0x4b3e('0x4d')][_0x300d2d]=_0xcbc00[_0x4b3e('0x4d')][_0x300d2d]>>>0x0;}return null!=_0xcbc00[_0x4b3e('0x44')]&&(_0x190285[_0x4b3e('0x44')]=String(_0xcbc00[_0x4b3e('0x44')])),_0x190285;},_0x388c9e[_0x4b3e('0x76')]=function(_0xb75a97,_0x271c2a){_0x271c2a||(_0x271c2a={});let _0x54f39f={};if((_0x271c2a['arrays']||_0x271c2a[_0x4b3e('0x24')])&&(_0x54f39f['path']=[]),_0x271c2a[_0x4b3e('0x24')]&&(_0x54f39f[_0x4b3e('0x72')]='',_0x54f39f['rootMain']=!0x1,_0x54f39f[_0x4b3e('0x5')]=!0x1,_0x54f39f[_0x4b3e('0x44')]=''),null!=_0xb75a97[_0x4b3e('0x72')]&&_0xb75a97[_0x4b3e('0x8d')](_0x4b3e('0x72'))&&(_0x54f39f[_0x4b3e('0x72')]=_0xb75a97[_0x4b3e('0x72')]),null!=_0xb75a97[_0x4b3e('0x8b')]&&_0xb75a97[_0x4b3e('0x8d')]('rootMain')&&(_0x54f39f[_0x4b3e('0x8b')]=_0xb75a97[_0x4b3e('0x8b')]),null!=_0xb75a97[_0x4b3e('0x5')]&&_0xb75a97[_0x4b3e('0x8d')](_0x4b3e('0x5'))&&(_0x54f39f[_0x4b3e('0x5')]=_0xb75a97['rootGraveyard']),_0xb75a97[_0x4b3e('0x4d')]&&_0xb75a97[_0x4b3e('0x4d')]['length']){_0x54f39f['path']=[];for(let _0x2f7018=0x0;_0x2f7018<_0xb75a97['path'][_0x4b3e('0x92')];++_0x2f7018)_0x54f39f['path'][_0x2f7018]=_0xb75a97[_0x4b3e('0x4d')][_0x2f7018];}return null!=_0xb75a97[_0x4b3e('0x44')]&&_0xb75a97[_0x4b3e('0x8d')](_0x4b3e('0x44'))&&(_0x54f39f['stickiness']=_0xb75a97[_0x4b3e('0x44')]),_0x54f39f;},_0x388c9e[_0x4b3e('0x85')][_0x4b3e('0x39')]=function(){return this[_0x4b3e('0x87')][_0x4b3e('0x76')](this,_0x5b5e48[_0x4b3e('0x1a')][_0x4b3e('0x79')]);},_0x388c9e[_0x4b3e('0x25')]=function(_0x5a9801){return void 0x0===_0x5a9801&&(_0x5a9801=_0x4b3e('0x90')),_0x5a9801+_0x4b3e('0x1c');},_0x388c9e;})();export const Range=v[_0x4b3e('0x94')]=(()=>{function _0x5d04a4(_0xc3d144){if(_0xc3d144)for(let _0x2f74f2=Object[_0x4b3e('0x75')](_0xc3d144),_0x4cdb73=0x0;_0x4cdb73<_0x2f74f2[_0x4b3e('0x92')];++_0x4cdb73)null!=_0xc3d144[_0x2f74f2[_0x4cdb73]]&&(this[_0x2f74f2[_0x4cdb73]]=_0xc3d144[_0x2f74f2[_0x4cdb73]]);}return _0x5d04a4[_0x4b3e('0x85')][_0x4b3e('0x6e')]=null,_0x5d04a4['prototype']['end']=null,_0x5d04a4[_0x4b3e('0x46')]=function(_0x566222){return new _0x5d04a4(_0x566222);},_0x5d04a4['encode']=function(_0x29f989,_0x191c3d){return _0x191c3d||(_0x191c3d=y[_0x4b3e('0x46')]()),null!=_0x29f989[_0x4b3e('0x6e')]&&Object[_0x4b3e('0x8d')][_0x4b3e('0x26')](_0x29f989,_0x4b3e('0x6e'))&&v[_0x4b3e('0x43')][_0x4b3e('0xf')](_0x29f989[_0x4b3e('0x6e')],_0x191c3d[_0x4b3e('0x89')](0xa)[_0x4b3e('0x5b')]())[_0x4b3e('0x93')](),null!=_0x29f989[_0x4b3e('0x86')]&&Object['hasOwnProperty']['call'](_0x29f989,_0x4b3e('0x86'))&&v['Position'][_0x4b3e('0xf')](_0x29f989[_0x4b3e('0x86')],_0x191c3d['uint32'](0x12)[_0x4b3e('0x5b')]())[_0x4b3e('0x93')](),_0x191c3d;},_0x5d04a4['encodeDelimited']=function(_0x35f3cb,_0x43014d){return this[_0x4b3e('0xf')](_0x35f3cb,_0x43014d)['ldelim']();},_0x5d04a4['decode']=function(_0xedf2ea,_0x6dd252){_0xedf2ea instanceof j||(_0xedf2ea=j[_0x4b3e('0x46')](_0xedf2ea));let _0x45fdaa=void 0x0===_0x6dd252?_0xedf2ea[_0x4b3e('0x28')]:_0xedf2ea['pos']+_0x6dd252,_0xba44db=new v['Range']();for(;_0xedf2ea[_0x4b3e('0x8f')]<_0x45fdaa;){let _0x2ac39c=_0xedf2ea['uint32']();switch(_0x2ac39c>>>0x3){case 0x1:_0xba44db[_0x4b3e('0x6e')]=v[_0x4b3e('0x43')][_0x4b3e('0x10')](_0xedf2ea,_0xedf2ea[_0x4b3e('0x89')]());break;case 0x2:_0xba44db[_0x4b3e('0x86')]=v[_0x4b3e('0x43')][_0x4b3e('0x10')](_0xedf2ea,_0xedf2ea['uint32']());break;default:_0xedf2ea[_0x4b3e('0x0')](0x7&_0x2ac39c);}}return _0xba44db;},_0x5d04a4[_0x4b3e('0x78')]=function(_0x283319){return _0x283319 instanceof j||(_0x283319=new j(_0x283319)),this[_0x4b3e('0x10')](_0x283319,_0x283319[_0x4b3e('0x89')]());},_0x5d04a4['verify']=function(_0x58927f){if(_0x4b3e('0x55')!=typeof _0x58927f||null===_0x58927f)return _0x4b3e('0x5a');if(null!=_0x58927f[_0x4b3e('0x6e')]&&_0x58927f[_0x4b3e('0x8d')]('start')){let _0x53343f=v[_0x4b3e('0x43')][_0x4b3e('0xb')](_0x58927f[_0x4b3e('0x6e')]);if(_0x53343f)return _0x4b3e('0x2c')+_0x53343f;}if(null!=_0x58927f[_0x4b3e('0x86')]&&_0x58927f[_0x4b3e('0x8d')](_0x4b3e('0x86'))){let _0x3cbd06=v['Position']['verify'](_0x58927f[_0x4b3e('0x86')]);if(_0x3cbd06)return'end.'+_0x3cbd06;}return null;},_0x5d04a4['fromObject']=function(_0x49e05e){if(_0x49e05e instanceof v[_0x4b3e('0x94')])return _0x49e05e;let _0x1341ec=new v[(_0x4b3e('0x94'))]();if(null!=_0x49e05e[_0x4b3e('0x6e')]){if(_0x4b3e('0x55')!=typeof _0x49e05e['start'])throw TypeError('.Range.start:\x20object\x20expected');_0x1341ec['start']=v[_0x4b3e('0x43')][_0x4b3e('0x8e')](_0x49e05e[_0x4b3e('0x6e')]);}if(null!=_0x49e05e[_0x4b3e('0x86')]){if(_0x4b3e('0x55')!=typeof _0x49e05e[_0x4b3e('0x86')])throw TypeError('.Range.end:\x20object\x20expected');_0x1341ec[_0x4b3e('0x86')]=v[_0x4b3e('0x43')][_0x4b3e('0x8e')](_0x49e05e[_0x4b3e('0x86')]);}return _0x1341ec;},_0x5d04a4['toObject']=function(_0x4dd7a1,_0x5c0311){_0x5c0311||(_0x5c0311={});let _0x2ef6e8={};return _0x5c0311[_0x4b3e('0x24')]&&(_0x2ef6e8[_0x4b3e('0x6e')]=null,_0x2ef6e8[_0x4b3e('0x86')]=null),null!=_0x4dd7a1[_0x4b3e('0x6e')]&&_0x4dd7a1[_0x4b3e('0x8d')](_0x4b3e('0x6e'))&&(_0x2ef6e8[_0x4b3e('0x6e')]=v[_0x4b3e('0x43')][_0x4b3e('0x76')](_0x4dd7a1[_0x4b3e('0x6e')],_0x5c0311)),null!=_0x4dd7a1[_0x4b3e('0x86')]&&_0x4dd7a1[_0x4b3e('0x8d')](_0x4b3e('0x86'))&&(_0x2ef6e8[_0x4b3e('0x86')]=v[_0x4b3e('0x43')][_0x4b3e('0x76')](_0x4dd7a1[_0x4b3e('0x86')],_0x5c0311)),_0x2ef6e8;},_0x5d04a4[_0x4b3e('0x85')][_0x4b3e('0x39')]=function(){return this[_0x4b3e('0x87')][_0x4b3e('0x76')](this,_0x5b5e48[_0x4b3e('0x1a')][_0x4b3e('0x79')]);},_0x5d04a4['getTypeUrl']=function(_0x2977f4){return void 0x0===_0x2977f4&&(_0x2977f4=_0x4b3e('0x90')),_0x2977f4+_0x4b3e('0x7d');},_0x5d04a4;})();export const Element=v['Element']=(()=>{function _0x354280(_0x23b002){if(this[_0x4b3e('0x4a')]=[],this['attributesBoolean']={},_0x23b002)for(let _0xb0d4c3=Object[_0x4b3e('0x75')](_0x23b002),_0x5d999b=0x0;_0x5d999b<_0xb0d4c3[_0x4b3e('0x92')];++_0x5d999b)null!=_0x23b002[_0xb0d4c3[_0x5d999b]]&&(this[_0xb0d4c3[_0x5d999b]]=_0x23b002[_0xb0d4c3[_0x5d999b]]);}return _0x354280['prototype'][_0x4b3e('0x1f')]='',_0x354280[_0x4b3e('0x85')][_0x4b3e('0x4a')]=k[_0x4b3e('0x52')],_0x354280[_0x4b3e('0x85')]['data']='',_0x354280[_0x4b3e('0x85')]['attributesBoolean']=k[_0x4b3e('0x33')],_0x354280[_0x4b3e('0x85')][_0x4b3e('0x81')]='',_0x354280['create']=function(_0xe01b81){return new _0x354280(_0xe01b81);},_0x354280[_0x4b3e('0xf')]=function(_0x316118,_0x302b71){if(_0x302b71||(_0x302b71=y['create']()),null!=_0x316118[_0x4b3e('0x1f')]&&Object[_0x4b3e('0x8d')][_0x4b3e('0x26')](_0x316118,_0x4b3e('0x1f'))&&_0x302b71[_0x4b3e('0x89')](0xa)[_0x4b3e('0x80')](_0x316118['name']),null!=_0x316118['children']&&_0x316118[_0x4b3e('0x4a')][_0x4b3e('0x92')])for(let _0x46b223=0x0;_0x46b223<_0x316118[_0x4b3e('0x4a')][_0x4b3e('0x92')];++_0x46b223)v['Element'][_0x4b3e('0xf')](_0x316118['children'][_0x46b223],_0x302b71[_0x4b3e('0x89')](0x12)['fork']())[_0x4b3e('0x93')]();if(null!=_0x316118['data']&&Object['hasOwnProperty'][_0x4b3e('0x26')](_0x316118,'data')&&_0x302b71[_0x4b3e('0x89')](0x1a)[_0x4b3e('0x80')](_0x316118[_0x4b3e('0x67')]),null!=_0x316118[_0x4b3e('0xc')]&&Object[_0x4b3e('0x8d')][_0x4b3e('0x26')](_0x316118,'attributesBoolean'))for(let _0x1d7b17=Object[_0x4b3e('0x75')](_0x316118[_0x4b3e('0xc')]),_0x4452c8=0x0;_0x4452c8<_0x1d7b17[_0x4b3e('0x92')];++_0x4452c8)_0x302b71[_0x4b3e('0x89')](0x22)[_0x4b3e('0x5b')]()[_0x4b3e('0x89')](0xa)[_0x4b3e('0x80')](_0x1d7b17[_0x4452c8])[_0x4b3e('0x89')](0x10)[_0x4b3e('0x45')](_0x316118[_0x4b3e('0xc')][_0x1d7b17[_0x4452c8]])[_0x4b3e('0x93')]();return null!=_0x316118[_0x4b3e('0x81')]&&Object['hasOwnProperty']['call'](_0x316118,'attributesJson')&&_0x302b71[_0x4b3e('0x89')](0x2a)[_0x4b3e('0x80')](_0x316118[_0x4b3e('0x81')]),_0x302b71;},_0x354280['encodeDelimited']=function(_0x5909c3,_0x5a5910){return this[_0x4b3e('0xf')](_0x5909c3,_0x5a5910)[_0x4b3e('0x93')]();},_0x354280[_0x4b3e('0x10')]=function(_0xfeb46a,_0x3a396a){_0xfeb46a instanceof j||(_0xfeb46a=j[_0x4b3e('0x46')](_0xfeb46a));let _0xe21fc5,_0x130f7b,_0x19249f=void 0x0===_0x3a396a?_0xfeb46a[_0x4b3e('0x28')]:_0xfeb46a['pos']+_0x3a396a,_0x255385=new v[(_0x4b3e('0x6a'))]();for(;_0xfeb46a[_0x4b3e('0x8f')]<_0x19249f;){let _0x2dd6bd=_0xfeb46a[_0x4b3e('0x89')]();switch(_0x2dd6bd>>>0x3){case 0x1:_0x255385[_0x4b3e('0x1f')]=_0xfeb46a[_0x4b3e('0x80')]();break;case 0x2:_0x255385[_0x4b3e('0x4a')]&&_0x255385[_0x4b3e('0x4a')][_0x4b3e('0x92')]||(_0x255385[_0x4b3e('0x4a')]=[]),_0x255385['children'][_0x4b3e('0x58')](v[_0x4b3e('0x6a')][_0x4b3e('0x10')](_0xfeb46a,_0xfeb46a[_0x4b3e('0x89')]()));break;case 0x3:_0x255385[_0x4b3e('0x67')]=_0xfeb46a[_0x4b3e('0x80')]();break;case 0x4:{_0x255385['attributesBoolean']===k['emptyObject']&&(_0x255385[_0x4b3e('0xc')]={});let _0x25788b=_0xfeb46a['uint32']()+_0xfeb46a['pos'];for(_0xe21fc5='',_0x130f7b=!0x1;_0xfeb46a['pos']<_0x25788b;){let _0x121bb9=_0xfeb46a['uint32']();switch(_0x121bb9>>>0x3){case 0x1:_0xe21fc5=_0xfeb46a[_0x4b3e('0x80')]();break;case 0x2:_0x130f7b=_0xfeb46a['bool']();break;default:_0xfeb46a[_0x4b3e('0x0')](0x7&_0x121bb9);}}_0x255385['attributesBoolean'][_0xe21fc5]=_0x130f7b;break;}case 0x5:_0x255385['attributesJson']=_0xfeb46a['string']();break;default:_0xfeb46a['skipType'](0x7&_0x2dd6bd);}}return _0x255385;},_0x354280[_0x4b3e('0x78')]=function(_0x23c99a){return _0x23c99a instanceof j||(_0x23c99a=new j(_0x23c99a)),this[_0x4b3e('0x10')](_0x23c99a,_0x23c99a['uint32']());},_0x354280[_0x4b3e('0xb')]=function(_0x5b9754){if(_0x4b3e('0x55')!=typeof _0x5b9754||null===_0x5b9754)return _0x4b3e('0x5a');if(null!=_0x5b9754[_0x4b3e('0x1f')]&&_0x5b9754[_0x4b3e('0x8d')](_0x4b3e('0x1f'))&&!k[_0x4b3e('0x40')](_0x5b9754[_0x4b3e('0x1f')]))return _0x4b3e('0x3a');if(null!=_0x5b9754[_0x4b3e('0x4a')]&&_0x5b9754[_0x4b3e('0x8d')](_0x4b3e('0x4a'))){if(!Array[_0x4b3e('0x27')](_0x5b9754[_0x4b3e('0x4a')]))return _0x4b3e('0x42');for(let _0x30581c=0x0;_0x30581c<_0x5b9754[_0x4b3e('0x4a')]['length'];++_0x30581c){let _0x2aa852=v[_0x4b3e('0x6a')][_0x4b3e('0xb')](_0x5b9754[_0x4b3e('0x4a')][_0x30581c]);if(_0x2aa852)return _0x4b3e('0x5f')+_0x2aa852;}}if(null!=_0x5b9754['data']&&_0x5b9754['hasOwnProperty'](_0x4b3e('0x67'))&&!k['isString'](_0x5b9754[_0x4b3e('0x67')]))return _0x4b3e('0x7a');if(null!=_0x5b9754[_0x4b3e('0xc')]&&_0x5b9754[_0x4b3e('0x8d')]('attributesBoolean')){if(!k['isObject'](_0x5b9754[_0x4b3e('0xc')]))return _0x4b3e('0x6');let _0x1b1806=Object[_0x4b3e('0x75')](_0x5b9754['attributesBoolean']);for(let _0xa1a6a2=0x0;_0xa1a6a2<_0x1b1806[_0x4b3e('0x92')];++_0xa1a6a2)if('boolean'!=typeof _0x5b9754[_0x4b3e('0xc')][_0x1b1806[_0xa1a6a2]])return _0x4b3e('0x49');}return null!=_0x5b9754[_0x4b3e('0x81')]&&_0x5b9754[_0x4b3e('0x8d')]('attributesJson')&&!k[_0x4b3e('0x40')](_0x5b9754[_0x4b3e('0x81')])?_0x4b3e('0x77'):null;},_0x354280[_0x4b3e('0x8e')]=function(_0x4dbe90){if(_0x4dbe90 instanceof v[_0x4b3e('0x6a')])return _0x4dbe90;let _0x5eab24=new v[(_0x4b3e('0x6a'))]();if(null!=_0x4dbe90['name']&&(_0x5eab24[_0x4b3e('0x1f')]=String(_0x4dbe90['name'])),_0x4dbe90[_0x4b3e('0x4a')]){if(!Array[_0x4b3e('0x27')](_0x4dbe90[_0x4b3e('0x4a')]))throw TypeError('.Element.children:\x20array\x20expected');_0x5eab24[_0x4b3e('0x4a')]=[];for(let _0x5da786=0x0;_0x5da786<_0x4dbe90[_0x4b3e('0x4a')][_0x4b3e('0x92')];++_0x5da786){if(_0x4b3e('0x55')!=typeof _0x4dbe90[_0x4b3e('0x4a')][_0x5da786])throw TypeError(_0x4b3e('0x95'));_0x5eab24['children'][_0x5da786]=v['Element'][_0x4b3e('0x8e')](_0x4dbe90['children'][_0x5da786]);}}if(null!=_0x4dbe90[_0x4b3e('0x67')]&&(_0x5eab24[_0x4b3e('0x67')]=String(_0x4dbe90['data'])),_0x4dbe90[_0x4b3e('0xc')]){if(_0x4b3e('0x55')!=typeof _0x4dbe90[_0x4b3e('0xc')])throw TypeError(_0x4b3e('0x3e'));_0x5eab24[_0x4b3e('0xc')]={};for(let _0x5788f1=Object['keys'](_0x4dbe90[_0x4b3e('0xc')]),_0x315000=0x0;_0x315000<_0x5788f1['length'];++_0x315000)_0x5eab24[_0x4b3e('0xc')][_0x5788f1[_0x315000]]=Boolean(_0x4dbe90[_0x4b3e('0xc')][_0x5788f1[_0x315000]]);}return null!=_0x4dbe90[_0x4b3e('0x81')]&&(_0x5eab24[_0x4b3e('0x81')]=String(_0x4dbe90[_0x4b3e('0x81')])),_0x5eab24;},_0x354280[_0x4b3e('0x76')]=function(_0x57640b,_0x42d02d){_0x42d02d||(_0x42d02d={});let _0x6611e3,_0x375ea2={};if((_0x42d02d[_0x4b3e('0x56')]||_0x42d02d['defaults'])&&(_0x375ea2[_0x4b3e('0x4a')]=[]),(_0x42d02d['objects']||_0x42d02d[_0x4b3e('0x24')])&&(_0x375ea2[_0x4b3e('0xc')]={}),_0x42d02d['defaults']&&(_0x375ea2[_0x4b3e('0x1f')]='',_0x375ea2['data']='',_0x375ea2[_0x4b3e('0x81')]=''),null!=_0x57640b[_0x4b3e('0x1f')]&&_0x57640b[_0x4b3e('0x8d')]('name')&&(_0x375ea2[_0x4b3e('0x1f')]=_0x57640b[_0x4b3e('0x1f')]),_0x57640b['children']&&_0x57640b[_0x4b3e('0x4a')][_0x4b3e('0x92')]){_0x375ea2[_0x4b3e('0x4a')]=[];for(let _0x2c544e=0x0;_0x2c544e<_0x57640b['children'][_0x4b3e('0x92')];++_0x2c544e)_0x375ea2[_0x4b3e('0x4a')][_0x2c544e]=v[_0x4b3e('0x6a')][_0x4b3e('0x76')](_0x57640b[_0x4b3e('0x4a')][_0x2c544e],_0x42d02d);}if(null!=_0x57640b[_0x4b3e('0x67')]&&_0x57640b['hasOwnProperty'](_0x4b3e('0x67'))&&(_0x375ea2[_0x4b3e('0x67')]=_0x57640b[_0x4b3e('0x67')]),_0x57640b['attributesBoolean']&&(_0x6611e3=Object['keys'](_0x57640b[_0x4b3e('0xc')]))[_0x4b3e('0x92')]){_0x375ea2[_0x4b3e('0xc')]={};for(let _0x3b0115=0x0;_0x3b0115<_0x6611e3[_0x4b3e('0x92')];++_0x3b0115)_0x375ea2[_0x4b3e('0xc')][_0x6611e3[_0x3b0115]]=_0x57640b[_0x4b3e('0xc')][_0x6611e3[_0x3b0115]];}return null!=_0x57640b[_0x4b3e('0x81')]&&_0x57640b[_0x4b3e('0x8d')](_0x4b3e('0x81'))&&(_0x375ea2[_0x4b3e('0x81')]=_0x57640b['attributesJson']),_0x375ea2;},_0x354280[_0x4b3e('0x85')]['toJSON']=function(){return this[_0x4b3e('0x87')][_0x4b3e('0x76')](this,_0x5b5e48[_0x4b3e('0x1a')][_0x4b3e('0x79')]);},_0x354280['getTypeUrl']=function(_0x4d0c95){return void 0x0===_0x4d0c95&&(_0x4d0c95=_0x4b3e('0x90')),_0x4d0c95+'/Element';},_0x354280;})();export{v as default};
23
+ const _0x23f0=['.MarkerOperation.newRange:\x20object\x20expected','children.','/RootOperation','newValueBoolean','rootMain','prototype','RenameOperation','/Range','data','name','nodes','constructor','Position','encodeDelimited','attributesJson','/MergeOperation','skipType','uint32','Element','/SplitOperation','toObject','/Element','wasUndone:\x20boolean\x20expected','range','/InsertOperation','AttributeOperation','.Range.start:\x20object\x20expected','create','oldRange.','string','RootOperation','len','emptyArray','.MoveOperation.sourcePosition:\x20object\x20expected','newValueBoolean:\x20boolean\x20expected','targetPosition.','key','rootGraveyard:\x20boolean\x20expected','toJSONOptions','path','isAdd','object','.AttributeOperation.range:\x20object\x20expected','MoveOperation','emptyObject','type.googleapis.com','RootAttributeOperation','start','wasUndone','.Element.children:\x20object\x20expected','targetPosition','isInteger','attributesBoolean:\x20object\x20expected','newName','pos','newName:\x20string\x20expected','oldName','position','Range','children:\x20array\x20expected','InsertOperation','default','isString','.SplitOperation.splitPosition:\x20object\x20expected','/RenameOperation','util','affectsData:\x20boolean\x20expected','.MoveOperation.targetPosition:\x20object\x20expected','.SplitOperation.insertionPosition:\x20object\x20expected','Reader','splitPosition','.Element.attributesBoolean:\x20object\x20expected','/MoveOperation','path:\x20array\x20expected','insertionPosition','splitPosition.','end.','elementName','bool','keys','MergeOperation','howMany','end','sourcePosition.','.MergeOperation.targetPosition:\x20object\x20expected','shouldReceiveAttributes:\x20boolean\x20expected','name:\x20string\x20expected','attributesBoolean:\x20boolean{k:string}\x20expected','graveyardPosition','getTypeUrl','range.','graveyardPosition.','start.','decodeDelimited','.InsertOperation.nodes:\x20array\x20expected','fork','howMany:\x20integer\x20expected','call','.RenameOperation.position:\x20object\x20expected','decode','verify','stickiness','oldValueJson','attributesJson:\x20string\x20expected','length','oldName:\x20string\x20expected','newValueJson:\x20string\x20expected','key:\x20string\x20expected','push','nodes.','SplitOperation','oldValueBoolean','shouldReceiveAttributes','rootName','/Position','.SplitOperation.graveyardPosition:\x20object\x20expected','/RootAttributeOperation','.Range.end:\x20object\x20expected','newValueJson','stickiness:\x20string\x20expected','boolean','oldValueBoolean:\x20boolean\x20expected','nodes:\x20array\x20expected','.MarkerOperation.oldRange:\x20object\x20expected','attributesBoolean','.MergeOperation.sourcePosition:\x20object\x20expected','oldValueJson:\x20string\x20expected','Writer','.Element.children:\x20array\x20expected','rootGraveyard','object\x20expected','encode','.MergeOperation.graveyardPosition:\x20object\x20expected','affectsData','root','insertionPosition.','sourcePosition','arrays','defaults','oldRange','children','fromObject','newRange','isArray','ldelim','position.','MarkerOperation','roots','hasOwnProperty','data:\x20string\x20expected','toJSON'];(function(_0x130663,_0x23f0ff){const _0x34db36=function(_0x1c625b){while(--_0x1c625b){_0x130663['push'](_0x130663['shift']());}};_0x34db36(++_0x23f0ff);}(_0x23f0,0xb3));const _0x34db=function(_0x130663,_0x23f0ff){_0x130663=_0x130663-0x0;let _0x34db36=_0x23f0[_0x130663];return _0x34db36;};import*as _0x42a166 from'protobufjs/minimal';const j=_0x42a166[_0x34db('0x29')],y=_0x42a166[_0x34db('0x63')],k=_0x42a166[_0x34db('0x25')],v=_0x42a166[_0x34db('0x77')]['default']||(_0x42a166['roots'][_0x34db('0x21')]={});export const AttributeOperation=v['AttributeOperation']=(()=>{function _0x32a867(_0x40af6d){if(_0x40af6d)for(let _0x5a942a=Object[_0x34db('0x33')](_0x40af6d),_0x54ed7c=0x0;_0x54ed7c<_0x5a942a[_0x34db('0x4c')];++_0x54ed7c)null!=_0x40af6d[_0x5a942a[_0x54ed7c]]&&(this[_0x5a942a[_0x54ed7c]]=_0x40af6d[_0x5a942a[_0x54ed7c]]);}return _0x32a867[_0x34db('0x80')][_0x34db('0x92')]=null,_0x32a867[_0x34db('0x80')][_0x34db('0x8')]='',_0x32a867[_0x34db('0x80')]['oldValueBoolean']=!0x1,_0x32a867[_0x34db('0x80')][_0x34db('0x4a')]='',_0x32a867[_0x34db('0x80')][_0x34db('0x7e')]=!0x1,_0x32a867[_0x34db('0x80')][_0x34db('0x5a')]='',_0x32a867[_0x34db('0x80')]['wasUndone']=!0x1,_0x32a867[_0x34db('0x96')]=function(_0x2d0f21){return new _0x32a867(_0x2d0f21);},_0x32a867[_0x34db('0x67')]=function(_0x2362b0,_0x248ed7){return _0x248ed7||(_0x248ed7=y[_0x34db('0x96')]()),null!=_0x2362b0['range']&&Object[_0x34db('0x78')][_0x34db('0x45')](_0x2362b0,_0x34db('0x92'))&&v[_0x34db('0x1e')][_0x34db('0x67')](_0x2362b0[_0x34db('0x92')],_0x248ed7[_0x34db('0x8c')](0xa)['fork']())['ldelim'](),null!=_0x2362b0['key']&&Object[_0x34db('0x78')][_0x34db('0x45')](_0x2362b0,'key')&&_0x248ed7[_0x34db('0x8c')](0x12)[_0x34db('0x1')](_0x2362b0[_0x34db('0x8')]),null!=_0x2362b0['oldValueBoolean']&&Object[_0x34db('0x78')]['call'](_0x2362b0,'oldValueBoolean')&&_0x248ed7['uint32'](0x18)['bool'](_0x2362b0[_0x34db('0x53')]),null!=_0x2362b0[_0x34db('0x4a')]&&Object[_0x34db('0x78')][_0x34db('0x45')](_0x2362b0,_0x34db('0x4a'))&&_0x248ed7[_0x34db('0x8c')](0x22)[_0x34db('0x1')](_0x2362b0['oldValueJson']),null!=_0x2362b0['newValueBoolean']&&Object[_0x34db('0x78')]['call'](_0x2362b0,_0x34db('0x7e'))&&_0x248ed7[_0x34db('0x8c')](0x28)['bool'](_0x2362b0['newValueBoolean']),null!=_0x2362b0['newValueJson']&&Object[_0x34db('0x78')]['call'](_0x2362b0,_0x34db('0x5a'))&&_0x248ed7[_0x34db('0x8c')](0x32)['string'](_0x2362b0['newValueJson']),null!=_0x2362b0[_0x34db('0x14')]&&Object[_0x34db('0x78')]['call'](_0x2362b0,'wasUndone')&&_0x248ed7['uint32'](0x38)[_0x34db('0x32')](_0x2362b0[_0x34db('0x14')]),_0x248ed7;},_0x32a867[_0x34db('0x88')]=function(_0x6f3691,_0x3b2e89){return this['encode'](_0x6f3691,_0x3b2e89)[_0x34db('0x74')]();},_0x32a867['decode']=function(_0x3a1b1a,_0x5078a2){_0x3a1b1a instanceof j||(_0x3a1b1a=j['create'](_0x3a1b1a));let _0x1bd938=void 0x0===_0x5078a2?_0x3a1b1a[_0x34db('0x3')]:_0x3a1b1a['pos']+_0x5078a2,_0x27e6fc=new v[(_0x34db('0x94'))]();for(;_0x3a1b1a[_0x34db('0x1a')]<_0x1bd938;){let _0x4dc8fc=_0x3a1b1a[_0x34db('0x8c')]();switch(_0x4dc8fc>>>0x3){case 0x1:_0x27e6fc['range']=v[_0x34db('0x1e')][_0x34db('0x47')](_0x3a1b1a,_0x3a1b1a['uint32']());break;case 0x2:_0x27e6fc[_0x34db('0x8')]=_0x3a1b1a['string']();break;case 0x3:_0x27e6fc[_0x34db('0x53')]=_0x3a1b1a[_0x34db('0x32')]();break;case 0x4:_0x27e6fc[_0x34db('0x4a')]=_0x3a1b1a[_0x34db('0x1')]();break;case 0x5:_0x27e6fc[_0x34db('0x7e')]=_0x3a1b1a[_0x34db('0x32')]();break;case 0x6:_0x27e6fc['newValueJson']=_0x3a1b1a[_0x34db('0x1')]();break;case 0x7:_0x27e6fc['wasUndone']=_0x3a1b1a[_0x34db('0x32')]();break;default:_0x3a1b1a[_0x34db('0x8b')](0x7&_0x4dc8fc);}}return _0x27e6fc;},_0x32a867[_0x34db('0x41')]=function(_0x19ac99){return _0x19ac99 instanceof j||(_0x19ac99=new j(_0x19ac99)),this[_0x34db('0x47')](_0x19ac99,_0x19ac99[_0x34db('0x8c')]());},_0x32a867[_0x34db('0x48')]=function(_0x4ec66c){if('object'!=typeof _0x4ec66c||null===_0x4ec66c)return _0x34db('0x66');if(null!=_0x4ec66c['range']&&_0x4ec66c[_0x34db('0x78')](_0x34db('0x92'))){let _0x5bf420=v[_0x34db('0x1e')][_0x34db('0x48')](_0x4ec66c[_0x34db('0x92')]);if(_0x5bf420)return _0x34db('0x3e')+_0x5bf420;}return null!=_0x4ec66c[_0x34db('0x8')]&&_0x4ec66c['hasOwnProperty'](_0x34db('0x8'))&&!k[_0x34db('0x22')](_0x4ec66c['key'])?_0x34db('0x4f'):null!=_0x4ec66c['oldValueBoolean']&&_0x4ec66c['hasOwnProperty']('oldValueBoolean')&&_0x34db('0x5c')!=typeof _0x4ec66c[_0x34db('0x53')]?_0x34db('0x5d'):null!=_0x4ec66c[_0x34db('0x4a')]&&_0x4ec66c[_0x34db('0x78')]('oldValueJson')&&!k[_0x34db('0x22')](_0x4ec66c[_0x34db('0x4a')])?_0x34db('0x62'):null!=_0x4ec66c[_0x34db('0x7e')]&&_0x4ec66c[_0x34db('0x78')](_0x34db('0x7e'))&&_0x34db('0x5c')!=typeof _0x4ec66c['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x4ec66c[_0x34db('0x5a')]&&_0x4ec66c[_0x34db('0x78')](_0x34db('0x5a'))&&!k[_0x34db('0x22')](_0x4ec66c['newValueJson'])?_0x34db('0x4e'):null!=_0x4ec66c[_0x34db('0x14')]&&_0x4ec66c[_0x34db('0x78')](_0x34db('0x14'))&&_0x34db('0x5c')!=typeof _0x4ec66c[_0x34db('0x14')]?_0x34db('0x91'):null;},_0x32a867[_0x34db('0x71')]=function(_0x4db0a1){if(_0x4db0a1 instanceof v[_0x34db('0x94')])return _0x4db0a1;let _0x1fb44b=new v[(_0x34db('0x94'))]();if(null!=_0x4db0a1[_0x34db('0x92')]){if(_0x34db('0xd')!=typeof _0x4db0a1['range'])throw TypeError(_0x34db('0xe'));_0x1fb44b[_0x34db('0x92')]=v[_0x34db('0x1e')][_0x34db('0x71')](_0x4db0a1[_0x34db('0x92')]);}return null!=_0x4db0a1[_0x34db('0x8')]&&(_0x1fb44b[_0x34db('0x8')]=String(_0x4db0a1[_0x34db('0x8')])),null!=_0x4db0a1[_0x34db('0x53')]&&(_0x1fb44b[_0x34db('0x53')]=Boolean(_0x4db0a1[_0x34db('0x53')])),null!=_0x4db0a1[_0x34db('0x4a')]&&(_0x1fb44b[_0x34db('0x4a')]=String(_0x4db0a1['oldValueJson'])),null!=_0x4db0a1[_0x34db('0x7e')]&&(_0x1fb44b[_0x34db('0x7e')]=Boolean(_0x4db0a1[_0x34db('0x7e')])),null!=_0x4db0a1[_0x34db('0x5a')]&&(_0x1fb44b['newValueJson']=String(_0x4db0a1[_0x34db('0x5a')])),null!=_0x4db0a1[_0x34db('0x14')]&&(_0x1fb44b[_0x34db('0x14')]=Boolean(_0x4db0a1[_0x34db('0x14')])),_0x1fb44b;},_0x32a867[_0x34db('0x8f')]=function(_0x131856,_0x5216ed){_0x5216ed||(_0x5216ed={});let _0x22cb39={};return _0x5216ed[_0x34db('0x6e')]&&(_0x22cb39['range']=null,_0x22cb39[_0x34db('0x8')]='',_0x22cb39['oldValueBoolean']=!0x1,_0x22cb39['oldValueJson']='',_0x22cb39[_0x34db('0x7e')]=!0x1,_0x22cb39[_0x34db('0x5a')]='',_0x22cb39[_0x34db('0x14')]=!0x1),null!=_0x131856[_0x34db('0x92')]&&_0x131856[_0x34db('0x78')](_0x34db('0x92'))&&(_0x22cb39[_0x34db('0x92')]=v[_0x34db('0x1e')]['toObject'](_0x131856[_0x34db('0x92')],_0x5216ed)),null!=_0x131856[_0x34db('0x8')]&&_0x131856[_0x34db('0x78')]('key')&&(_0x22cb39[_0x34db('0x8')]=_0x131856[_0x34db('0x8')]),null!=_0x131856[_0x34db('0x53')]&&_0x131856[_0x34db('0x78')](_0x34db('0x53'))&&(_0x22cb39['oldValueBoolean']=_0x131856[_0x34db('0x53')]),null!=_0x131856['oldValueJson']&&_0x131856[_0x34db('0x78')]('oldValueJson')&&(_0x22cb39['oldValueJson']=_0x131856[_0x34db('0x4a')]),null!=_0x131856[_0x34db('0x7e')]&&_0x131856[_0x34db('0x78')](_0x34db('0x7e'))&&(_0x22cb39['newValueBoolean']=_0x131856[_0x34db('0x7e')]),null!=_0x131856[_0x34db('0x5a')]&&_0x131856[_0x34db('0x78')](_0x34db('0x5a'))&&(_0x22cb39[_0x34db('0x5a')]=_0x131856[_0x34db('0x5a')]),null!=_0x131856[_0x34db('0x14')]&&_0x131856[_0x34db('0x78')](_0x34db('0x14'))&&(_0x22cb39['wasUndone']=_0x131856[_0x34db('0x14')]),_0x22cb39;},_0x32a867[_0x34db('0x80')]['toJSON']=function(){return this['constructor']['toObject'](this,_0x42a166[_0x34db('0x25')]['toJSONOptions']);},_0x32a867[_0x34db('0x3d')]=function(_0x33ee5d){return void 0x0===_0x33ee5d&&(_0x33ee5d=_0x34db('0x11')),_0x33ee5d+'/AttributeOperation';},_0x32a867;})();export const InsertOperation=v[_0x34db('0x20')]=(()=>{function _0x16f897(_0x42cbec){if(this[_0x34db('0x85')]=[],_0x42cbec)for(let _0x151239=Object[_0x34db('0x33')](_0x42cbec),_0x1af8a8=0x0;_0x1af8a8<_0x151239[_0x34db('0x4c')];++_0x1af8a8)null!=_0x42cbec[_0x151239[_0x1af8a8]]&&(this[_0x151239[_0x1af8a8]]=_0x42cbec[_0x151239[_0x1af8a8]]);}return _0x16f897[_0x34db('0x80')][_0x34db('0x1d')]=null,_0x16f897[_0x34db('0x80')][_0x34db('0x85')]=k[_0x34db('0x4')],_0x16f897[_0x34db('0x80')][_0x34db('0x54')]=!0x1,_0x16f897[_0x34db('0x80')][_0x34db('0x14')]=!0x1,_0x16f897[_0x34db('0x96')]=function(_0x50af7c){return new _0x16f897(_0x50af7c);},_0x16f897[_0x34db('0x67')]=function(_0x51834e,_0x49497d){if(_0x49497d||(_0x49497d=y['create']()),null!=_0x51834e[_0x34db('0x1d')]&&Object[_0x34db('0x78')][_0x34db('0x45')](_0x51834e,_0x34db('0x1d'))&&v['Position'][_0x34db('0x67')](_0x51834e[_0x34db('0x1d')],_0x49497d[_0x34db('0x8c')](0xa)[_0x34db('0x43')]())[_0x34db('0x74')](),null!=_0x51834e[_0x34db('0x85')]&&_0x51834e['nodes'][_0x34db('0x4c')])for(let _0xfa47ba=0x0;_0xfa47ba<_0x51834e[_0x34db('0x85')][_0x34db('0x4c')];++_0xfa47ba)v[_0x34db('0x8d')][_0x34db('0x67')](_0x51834e['nodes'][_0xfa47ba],_0x49497d['uint32'](0x12)[_0x34db('0x43')]())['ldelim']();return null!=_0x51834e[_0x34db('0x54')]&&Object['hasOwnProperty'][_0x34db('0x45')](_0x51834e,_0x34db('0x54'))&&_0x49497d[_0x34db('0x8c')](0x18)[_0x34db('0x32')](_0x51834e[_0x34db('0x54')]),null!=_0x51834e[_0x34db('0x14')]&&Object[_0x34db('0x78')][_0x34db('0x45')](_0x51834e,'wasUndone')&&_0x49497d[_0x34db('0x8c')](0x20)[_0x34db('0x32')](_0x51834e[_0x34db('0x14')]),_0x49497d;},_0x16f897[_0x34db('0x88')]=function(_0x57802e,_0x58aeeb){return this[_0x34db('0x67')](_0x57802e,_0x58aeeb)[_0x34db('0x74')]();},_0x16f897[_0x34db('0x47')]=function(_0x581479,_0x3f08ba){_0x581479 instanceof j||(_0x581479=j['create'](_0x581479));let _0x3fb742=void 0x0===_0x3f08ba?_0x581479[_0x34db('0x3')]:_0x581479[_0x34db('0x1a')]+_0x3f08ba,_0x229993=new v[(_0x34db('0x20'))]();for(;_0x581479[_0x34db('0x1a')]<_0x3fb742;){let _0x15911a=_0x581479[_0x34db('0x8c')]();switch(_0x15911a>>>0x3){case 0x1:_0x229993[_0x34db('0x1d')]=v['Position'][_0x34db('0x47')](_0x581479,_0x581479[_0x34db('0x8c')]());break;case 0x2:_0x229993[_0x34db('0x85')]&&_0x229993['nodes']['length']||(_0x229993['nodes']=[]),_0x229993[_0x34db('0x85')][_0x34db('0x50')](v[_0x34db('0x8d')]['decode'](_0x581479,_0x581479[_0x34db('0x8c')]()));break;case 0x3:_0x229993['shouldReceiveAttributes']=_0x581479['bool']();break;case 0x4:_0x229993[_0x34db('0x14')]=_0x581479['bool']();break;default:_0x581479[_0x34db('0x8b')](0x7&_0x15911a);}}return _0x229993;},_0x16f897[_0x34db('0x41')]=function(_0x26c0b3){return _0x26c0b3 instanceof j||(_0x26c0b3=new j(_0x26c0b3)),this['decode'](_0x26c0b3,_0x26c0b3[_0x34db('0x8c')]());},_0x16f897[_0x34db('0x48')]=function(_0x2650e4){if(_0x34db('0xd')!=typeof _0x2650e4||null===_0x2650e4)return'object\x20expected';if(null!=_0x2650e4[_0x34db('0x1d')]&&_0x2650e4[_0x34db('0x78')](_0x34db('0x1d'))){let _0x2612ab=v[_0x34db('0x87')]['verify'](_0x2650e4[_0x34db('0x1d')]);if(_0x2612ab)return _0x34db('0x75')+_0x2612ab;}if(null!=_0x2650e4[_0x34db('0x85')]&&_0x2650e4[_0x34db('0x78')]('nodes')){if(!Array[_0x34db('0x73')](_0x2650e4[_0x34db('0x85')]))return _0x34db('0x5e');for(let _0x220e06=0x0;_0x220e06<_0x2650e4[_0x34db('0x85')][_0x34db('0x4c')];++_0x220e06){let _0x26e4c1=v[_0x34db('0x8d')][_0x34db('0x48')](_0x2650e4['nodes'][_0x220e06]);if(_0x26e4c1)return _0x34db('0x51')+_0x26e4c1;}}return null!=_0x2650e4[_0x34db('0x54')]&&_0x2650e4[_0x34db('0x78')]('shouldReceiveAttributes')&&_0x34db('0x5c')!=typeof _0x2650e4[_0x34db('0x54')]?_0x34db('0x39'):null!=_0x2650e4['wasUndone']&&_0x2650e4['hasOwnProperty'](_0x34db('0x14'))&&_0x34db('0x5c')!=typeof _0x2650e4[_0x34db('0x14')]?'wasUndone:\x20boolean\x20expected':null;},_0x16f897[_0x34db('0x71')]=function(_0x5d8bb0){if(_0x5d8bb0 instanceof v[_0x34db('0x20')])return _0x5d8bb0;let _0x382399=new v[(_0x34db('0x20'))]();if(null!=_0x5d8bb0[_0x34db('0x1d')]){if(_0x34db('0xd')!=typeof _0x5d8bb0[_0x34db('0x1d')])throw TypeError('.InsertOperation.position:\x20object\x20expected');_0x382399[_0x34db('0x1d')]=v[_0x34db('0x87')][_0x34db('0x71')](_0x5d8bb0[_0x34db('0x1d')]);}if(_0x5d8bb0['nodes']){if(!Array[_0x34db('0x73')](_0x5d8bb0[_0x34db('0x85')]))throw TypeError(_0x34db('0x42'));_0x382399['nodes']=[];for(let _0x1f8625=0x0;_0x1f8625<_0x5d8bb0[_0x34db('0x85')][_0x34db('0x4c')];++_0x1f8625){if(_0x34db('0xd')!=typeof _0x5d8bb0[_0x34db('0x85')][_0x1f8625])throw TypeError('.InsertOperation.nodes:\x20object\x20expected');_0x382399[_0x34db('0x85')][_0x1f8625]=v[_0x34db('0x8d')]['fromObject'](_0x5d8bb0[_0x34db('0x85')][_0x1f8625]);}}return null!=_0x5d8bb0['shouldReceiveAttributes']&&(_0x382399['shouldReceiveAttributes']=Boolean(_0x5d8bb0[_0x34db('0x54')])),null!=_0x5d8bb0[_0x34db('0x14')]&&(_0x382399[_0x34db('0x14')]=Boolean(_0x5d8bb0[_0x34db('0x14')])),_0x382399;},_0x16f897['toObject']=function(_0x101cd8,_0x461762){_0x461762||(_0x461762={});let _0x108225={};if((_0x461762[_0x34db('0x6d')]||_0x461762[_0x34db('0x6e')])&&(_0x108225[_0x34db('0x85')]=[]),_0x461762[_0x34db('0x6e')]&&(_0x108225[_0x34db('0x1d')]=null,_0x108225[_0x34db('0x54')]=!0x1,_0x108225[_0x34db('0x14')]=!0x1),null!=_0x101cd8[_0x34db('0x1d')]&&_0x101cd8[_0x34db('0x78')](_0x34db('0x1d'))&&(_0x108225['position']=v['Position'][_0x34db('0x8f')](_0x101cd8[_0x34db('0x1d')],_0x461762)),_0x101cd8['nodes']&&_0x101cd8[_0x34db('0x85')][_0x34db('0x4c')]){_0x108225[_0x34db('0x85')]=[];for(let _0x91e232=0x0;_0x91e232<_0x101cd8['nodes'][_0x34db('0x4c')];++_0x91e232)_0x108225[_0x34db('0x85')][_0x91e232]=v[_0x34db('0x8d')][_0x34db('0x8f')](_0x101cd8['nodes'][_0x91e232],_0x461762);}return null!=_0x101cd8[_0x34db('0x54')]&&_0x101cd8[_0x34db('0x78')](_0x34db('0x54'))&&(_0x108225[_0x34db('0x54')]=_0x101cd8[_0x34db('0x54')]),null!=_0x101cd8[_0x34db('0x14')]&&_0x101cd8[_0x34db('0x78')](_0x34db('0x14'))&&(_0x108225[_0x34db('0x14')]=_0x101cd8[_0x34db('0x14')]),_0x108225;},_0x16f897[_0x34db('0x80')]['toJSON']=function(){return this[_0x34db('0x86')][_0x34db('0x8f')](this,_0x42a166['util'][_0x34db('0xa')]);},_0x16f897[_0x34db('0x3d')]=function(_0x4f969b){return void 0x0===_0x4f969b&&(_0x4f969b=_0x34db('0x11')),_0x4f969b+_0x34db('0x93');},_0x16f897;})();export const MarkerOperation=v[_0x34db('0x76')]=(()=>{function _0x292c61(_0x18f62f){if(_0x18f62f)for(let _0x2ccb03=Object[_0x34db('0x33')](_0x18f62f),_0x4d152d=0x0;_0x4d152d<_0x2ccb03[_0x34db('0x4c')];++_0x4d152d)null!=_0x18f62f[_0x2ccb03[_0x4d152d]]&&(this[_0x2ccb03[_0x4d152d]]=_0x18f62f[_0x2ccb03[_0x4d152d]]);}return _0x292c61['prototype'][_0x34db('0x84')]='',_0x292c61['prototype']['oldRange']=null,_0x292c61[_0x34db('0x80')][_0x34db('0x72')]=null,_0x292c61[_0x34db('0x80')]['affectsData']=!0x1,_0x292c61[_0x34db('0x80')][_0x34db('0x14')]=!0x1,_0x292c61[_0x34db('0x96')]=function(_0x1afb90){return new _0x292c61(_0x1afb90);},_0x292c61[_0x34db('0x67')]=function(_0x4cab2b,_0x843cf){return _0x843cf||(_0x843cf=y[_0x34db('0x96')]()),null!=_0x4cab2b[_0x34db('0x84')]&&Object[_0x34db('0x78')][_0x34db('0x45')](_0x4cab2b,_0x34db('0x84'))&&_0x843cf[_0x34db('0x8c')](0xa)[_0x34db('0x1')](_0x4cab2b['name']),null!=_0x4cab2b['oldRange']&&Object[_0x34db('0x78')][_0x34db('0x45')](_0x4cab2b,'oldRange')&&v[_0x34db('0x1e')]['encode'](_0x4cab2b[_0x34db('0x6f')],_0x843cf[_0x34db('0x8c')](0x12)[_0x34db('0x43')]())[_0x34db('0x74')](),null!=_0x4cab2b['newRange']&&Object[_0x34db('0x78')][_0x34db('0x45')](_0x4cab2b,_0x34db('0x72'))&&v[_0x34db('0x1e')]['encode'](_0x4cab2b['newRange'],_0x843cf['uint32'](0x1a)[_0x34db('0x43')]())[_0x34db('0x74')](),null!=_0x4cab2b[_0x34db('0x69')]&&Object[_0x34db('0x78')][_0x34db('0x45')](_0x4cab2b,'affectsData')&&_0x843cf[_0x34db('0x8c')](0x20)[_0x34db('0x32')](_0x4cab2b['affectsData']),null!=_0x4cab2b[_0x34db('0x14')]&&Object['hasOwnProperty']['call'](_0x4cab2b,_0x34db('0x14'))&&_0x843cf[_0x34db('0x8c')](0x28)[_0x34db('0x32')](_0x4cab2b[_0x34db('0x14')]),_0x843cf;},_0x292c61[_0x34db('0x88')]=function(_0x48c6aa,_0x1cfe25){return this['encode'](_0x48c6aa,_0x1cfe25)['ldelim']();},_0x292c61[_0x34db('0x47')]=function(_0x59ce5b,_0x76bc68){_0x59ce5b instanceof j||(_0x59ce5b=j[_0x34db('0x96')](_0x59ce5b));let _0x35abb3=void 0x0===_0x76bc68?_0x59ce5b[_0x34db('0x3')]:_0x59ce5b[_0x34db('0x1a')]+_0x76bc68,_0x1f3f9b=new v[(_0x34db('0x76'))]();for(;_0x59ce5b['pos']<_0x35abb3;){let _0x1070a4=_0x59ce5b[_0x34db('0x8c')]();switch(_0x1070a4>>>0x3){case 0x1:_0x1f3f9b[_0x34db('0x84')]=_0x59ce5b[_0x34db('0x1')]();break;case 0x2:_0x1f3f9b[_0x34db('0x6f')]=v[_0x34db('0x1e')][_0x34db('0x47')](_0x59ce5b,_0x59ce5b[_0x34db('0x8c')]());break;case 0x3:_0x1f3f9b[_0x34db('0x72')]=v['Range']['decode'](_0x59ce5b,_0x59ce5b[_0x34db('0x8c')]());break;case 0x4:_0x1f3f9b[_0x34db('0x69')]=_0x59ce5b[_0x34db('0x32')]();break;case 0x5:_0x1f3f9b[_0x34db('0x14')]=_0x59ce5b[_0x34db('0x32')]();break;default:_0x59ce5b[_0x34db('0x8b')](0x7&_0x1070a4);}}return _0x1f3f9b;},_0x292c61[_0x34db('0x41')]=function(_0x14dd35){return _0x14dd35 instanceof j||(_0x14dd35=new j(_0x14dd35)),this[_0x34db('0x47')](_0x14dd35,_0x14dd35[_0x34db('0x8c')]());},_0x292c61[_0x34db('0x48')]=function(_0x34b2bd){if('object'!=typeof _0x34b2bd||null===_0x34b2bd)return _0x34db('0x66');if(null!=_0x34b2bd[_0x34db('0x84')]&&_0x34b2bd[_0x34db('0x78')](_0x34db('0x84'))&&!k[_0x34db('0x22')](_0x34b2bd[_0x34db('0x84')]))return _0x34db('0x3a');if(null!=_0x34b2bd[_0x34db('0x6f')]&&_0x34b2bd[_0x34db('0x78')](_0x34db('0x6f'))){let _0x5bcb77=v['Range']['verify'](_0x34b2bd[_0x34db('0x6f')]);if(_0x5bcb77)return _0x34db('0x0')+_0x5bcb77;}if(null!=_0x34b2bd['newRange']&&_0x34b2bd[_0x34db('0x78')](_0x34db('0x72'))){let _0x1835e2=v[_0x34db('0x1e')][_0x34db('0x48')](_0x34b2bd[_0x34db('0x72')]);if(_0x1835e2)return'newRange.'+_0x1835e2;}return null!=_0x34b2bd[_0x34db('0x69')]&&_0x34b2bd[_0x34db('0x78')](_0x34db('0x69'))&&_0x34db('0x5c')!=typeof _0x34b2bd[_0x34db('0x69')]?_0x34db('0x26'):null!=_0x34b2bd['wasUndone']&&_0x34b2bd[_0x34db('0x78')](_0x34db('0x14'))&&_0x34db('0x5c')!=typeof _0x34b2bd['wasUndone']?_0x34db('0x91'):null;},_0x292c61[_0x34db('0x71')]=function(_0x20b3e3){if(_0x20b3e3 instanceof v[_0x34db('0x76')])return _0x20b3e3;let _0x4fc010=new v[(_0x34db('0x76'))]();if(null!=_0x20b3e3[_0x34db('0x84')]&&(_0x4fc010[_0x34db('0x84')]=String(_0x20b3e3[_0x34db('0x84')])),null!=_0x20b3e3[_0x34db('0x6f')]){if(_0x34db('0xd')!=typeof _0x20b3e3[_0x34db('0x6f')])throw TypeError(_0x34db('0x5f'));_0x4fc010[_0x34db('0x6f')]=v[_0x34db('0x1e')][_0x34db('0x71')](_0x20b3e3[_0x34db('0x6f')]);}if(null!=_0x20b3e3[_0x34db('0x72')]){if(_0x34db('0xd')!=typeof _0x20b3e3[_0x34db('0x72')])throw TypeError(_0x34db('0x7b'));_0x4fc010[_0x34db('0x72')]=v[_0x34db('0x1e')][_0x34db('0x71')](_0x20b3e3[_0x34db('0x72')]);}return null!=_0x20b3e3[_0x34db('0x69')]&&(_0x4fc010[_0x34db('0x69')]=Boolean(_0x20b3e3['affectsData'])),null!=_0x20b3e3[_0x34db('0x14')]&&(_0x4fc010[_0x34db('0x14')]=Boolean(_0x20b3e3[_0x34db('0x14')])),_0x4fc010;},_0x292c61[_0x34db('0x8f')]=function(_0x2e846c,_0x3f0eac){_0x3f0eac||(_0x3f0eac={});let _0x34c499={};return _0x3f0eac[_0x34db('0x6e')]&&(_0x34c499[_0x34db('0x84')]='',_0x34c499[_0x34db('0x6f')]=null,_0x34c499[_0x34db('0x72')]=null,_0x34c499[_0x34db('0x69')]=!0x1,_0x34c499[_0x34db('0x14')]=!0x1),null!=_0x2e846c[_0x34db('0x84')]&&_0x2e846c[_0x34db('0x78')]('name')&&(_0x34c499[_0x34db('0x84')]=_0x2e846c[_0x34db('0x84')]),null!=_0x2e846c[_0x34db('0x6f')]&&_0x2e846c[_0x34db('0x78')](_0x34db('0x6f'))&&(_0x34c499[_0x34db('0x6f')]=v[_0x34db('0x1e')][_0x34db('0x8f')](_0x2e846c['oldRange'],_0x3f0eac)),null!=_0x2e846c[_0x34db('0x72')]&&_0x2e846c['hasOwnProperty'](_0x34db('0x72'))&&(_0x34c499[_0x34db('0x72')]=v['Range'][_0x34db('0x8f')](_0x2e846c['newRange'],_0x3f0eac)),null!=_0x2e846c[_0x34db('0x69')]&&_0x2e846c[_0x34db('0x78')](_0x34db('0x69'))&&(_0x34c499[_0x34db('0x69')]=_0x2e846c[_0x34db('0x69')]),null!=_0x2e846c['wasUndone']&&_0x2e846c[_0x34db('0x78')]('wasUndone')&&(_0x34c499[_0x34db('0x14')]=_0x2e846c[_0x34db('0x14')]),_0x34c499;},_0x292c61['prototype'][_0x34db('0x7a')]=function(){return this[_0x34db('0x86')][_0x34db('0x8f')](this,_0x42a166[_0x34db('0x25')][_0x34db('0xa')]);},_0x292c61['getTypeUrl']=function(_0x4cb895){return void 0x0===_0x4cb895&&(_0x4cb895=_0x34db('0x11')),_0x4cb895+'/MarkerOperation';},_0x292c61;})();export const MergeOperation=v[_0x34db('0x34')]=(()=>{function _0x42956c(_0x2ebf44){if(_0x2ebf44)for(let _0x207c2a=Object[_0x34db('0x33')](_0x2ebf44),_0x10a1af=0x0;_0x10a1af<_0x207c2a[_0x34db('0x4c')];++_0x10a1af)null!=_0x2ebf44[_0x207c2a[_0x10a1af]]&&(this[_0x207c2a[_0x10a1af]]=_0x2ebf44[_0x207c2a[_0x10a1af]]);}return _0x42956c[_0x34db('0x80')][_0x34db('0x6c')]=null,_0x42956c[_0x34db('0x80')][_0x34db('0x16')]=null,_0x42956c[_0x34db('0x80')][_0x34db('0x3c')]=null,_0x42956c[_0x34db('0x80')][_0x34db('0x35')]=0x0,_0x42956c['prototype'][_0x34db('0x14')]=!0x1,_0x42956c[_0x34db('0x96')]=function(_0x433939){return new _0x42956c(_0x433939);},_0x42956c['encode']=function(_0x324007,_0x5194ea){return _0x5194ea||(_0x5194ea=y['create']()),null!=_0x324007[_0x34db('0x6c')]&&Object[_0x34db('0x78')][_0x34db('0x45')](_0x324007,_0x34db('0x6c'))&&v[_0x34db('0x87')]['encode'](_0x324007[_0x34db('0x6c')],_0x5194ea['uint32'](0xa)[_0x34db('0x43')]())['ldelim'](),null!=_0x324007['targetPosition']&&Object['hasOwnProperty'][_0x34db('0x45')](_0x324007,'targetPosition')&&v[_0x34db('0x87')][_0x34db('0x67')](_0x324007[_0x34db('0x16')],_0x5194ea[_0x34db('0x8c')](0x12)['fork']())[_0x34db('0x74')](),null!=_0x324007[_0x34db('0x3c')]&&Object[_0x34db('0x78')][_0x34db('0x45')](_0x324007,'graveyardPosition')&&v['Position'][_0x34db('0x67')](_0x324007['graveyardPosition'],_0x5194ea[_0x34db('0x8c')](0x1a)[_0x34db('0x43')]())[_0x34db('0x74')](),null!=_0x324007[_0x34db('0x35')]&&Object[_0x34db('0x78')]['call'](_0x324007,'howMany')&&_0x5194ea[_0x34db('0x8c')](0x20)[_0x34db('0x8c')](_0x324007[_0x34db('0x35')]),null!=_0x324007['wasUndone']&&Object[_0x34db('0x78')][_0x34db('0x45')](_0x324007,_0x34db('0x14'))&&_0x5194ea[_0x34db('0x8c')](0x28)['bool'](_0x324007[_0x34db('0x14')]),_0x5194ea;},_0x42956c[_0x34db('0x88')]=function(_0x4d6f2a,_0x1d248e){return this[_0x34db('0x67')](_0x4d6f2a,_0x1d248e)[_0x34db('0x74')]();},_0x42956c['decode']=function(_0xdab7f3,_0x5e32e8){_0xdab7f3 instanceof j||(_0xdab7f3=j[_0x34db('0x96')](_0xdab7f3));let _0x21978a=void 0x0===_0x5e32e8?_0xdab7f3[_0x34db('0x3')]:_0xdab7f3[_0x34db('0x1a')]+_0x5e32e8,_0x6f578f=new v[(_0x34db('0x34'))]();for(;_0xdab7f3[_0x34db('0x1a')]<_0x21978a;){let _0xacc8c0=_0xdab7f3[_0x34db('0x8c')]();switch(_0xacc8c0>>>0x3){case 0x1:_0x6f578f[_0x34db('0x6c')]=v[_0x34db('0x87')]['decode'](_0xdab7f3,_0xdab7f3[_0x34db('0x8c')]());break;case 0x2:_0x6f578f[_0x34db('0x16')]=v['Position']['decode'](_0xdab7f3,_0xdab7f3[_0x34db('0x8c')]());break;case 0x3:_0x6f578f[_0x34db('0x3c')]=v[_0x34db('0x87')]['decode'](_0xdab7f3,_0xdab7f3[_0x34db('0x8c')]());break;case 0x4:_0x6f578f[_0x34db('0x35')]=_0xdab7f3[_0x34db('0x8c')]();break;case 0x5:_0x6f578f[_0x34db('0x14')]=_0xdab7f3[_0x34db('0x32')]();break;default:_0xdab7f3[_0x34db('0x8b')](0x7&_0xacc8c0);}}return _0x6f578f;},_0x42956c['decodeDelimited']=function(_0x288c58){return _0x288c58 instanceof j||(_0x288c58=new j(_0x288c58)),this['decode'](_0x288c58,_0x288c58[_0x34db('0x8c')]());},_0x42956c['verify']=function(_0xdb1b84){if(_0x34db('0xd')!=typeof _0xdb1b84||null===_0xdb1b84)return _0x34db('0x66');if(null!=_0xdb1b84[_0x34db('0x6c')]&&_0xdb1b84['hasOwnProperty']('sourcePosition')){let _0x4ea331=v[_0x34db('0x87')]['verify'](_0xdb1b84[_0x34db('0x6c')]);if(_0x4ea331)return _0x34db('0x37')+_0x4ea331;}if(null!=_0xdb1b84['targetPosition']&&_0xdb1b84['hasOwnProperty']('targetPosition')){let _0x5b6a49=v[_0x34db('0x87')][_0x34db('0x48')](_0xdb1b84[_0x34db('0x16')]);if(_0x5b6a49)return _0x34db('0x7')+_0x5b6a49;}if(null!=_0xdb1b84['graveyardPosition']&&_0xdb1b84['hasOwnProperty'](_0x34db('0x3c'))){let _0x16b23f=v['Position'][_0x34db('0x48')](_0xdb1b84[_0x34db('0x3c')]);if(_0x16b23f)return _0x34db('0x3f')+_0x16b23f;}return null!=_0xdb1b84[_0x34db('0x35')]&&_0xdb1b84[_0x34db('0x78')]('howMany')&&!k['isInteger'](_0xdb1b84[_0x34db('0x35')])?'howMany:\x20integer\x20expected':null!=_0xdb1b84[_0x34db('0x14')]&&_0xdb1b84[_0x34db('0x78')](_0x34db('0x14'))&&_0x34db('0x5c')!=typeof _0xdb1b84[_0x34db('0x14')]?_0x34db('0x91'):null;},_0x42956c[_0x34db('0x71')]=function(_0x319177){if(_0x319177 instanceof v[_0x34db('0x34')])return _0x319177;let _0x3cd632=new v[(_0x34db('0x34'))]();if(null!=_0x319177[_0x34db('0x6c')]){if('object'!=typeof _0x319177['sourcePosition'])throw TypeError(_0x34db('0x61'));_0x3cd632[_0x34db('0x6c')]=v[_0x34db('0x87')][_0x34db('0x71')](_0x319177['sourcePosition']);}if(null!=_0x319177[_0x34db('0x16')]){if('object'!=typeof _0x319177['targetPosition'])throw TypeError(_0x34db('0x38'));_0x3cd632[_0x34db('0x16')]=v[_0x34db('0x87')][_0x34db('0x71')](_0x319177[_0x34db('0x16')]);}if(null!=_0x319177['graveyardPosition']){if('object'!=typeof _0x319177['graveyardPosition'])throw TypeError(_0x34db('0x68'));_0x3cd632[_0x34db('0x3c')]=v[_0x34db('0x87')][_0x34db('0x71')](_0x319177[_0x34db('0x3c')]);}return null!=_0x319177[_0x34db('0x35')]&&(_0x3cd632[_0x34db('0x35')]=_0x319177['howMany']>>>0x0),null!=_0x319177[_0x34db('0x14')]&&(_0x3cd632['wasUndone']=Boolean(_0x319177[_0x34db('0x14')])),_0x3cd632;},_0x42956c[_0x34db('0x8f')]=function(_0x1668e2,_0x53cef3){_0x53cef3||(_0x53cef3={});let _0x26fcde={};return _0x53cef3[_0x34db('0x6e')]&&(_0x26fcde[_0x34db('0x6c')]=null,_0x26fcde[_0x34db('0x16')]=null,_0x26fcde[_0x34db('0x3c')]=null,_0x26fcde[_0x34db('0x35')]=0x0,_0x26fcde['wasUndone']=!0x1),null!=_0x1668e2[_0x34db('0x6c')]&&_0x1668e2['hasOwnProperty'](_0x34db('0x6c'))&&(_0x26fcde['sourcePosition']=v[_0x34db('0x87')][_0x34db('0x8f')](_0x1668e2[_0x34db('0x6c')],_0x53cef3)),null!=_0x1668e2[_0x34db('0x16')]&&_0x1668e2[_0x34db('0x78')](_0x34db('0x16'))&&(_0x26fcde['targetPosition']=v[_0x34db('0x87')][_0x34db('0x8f')](_0x1668e2['targetPosition'],_0x53cef3)),null!=_0x1668e2[_0x34db('0x3c')]&&_0x1668e2[_0x34db('0x78')](_0x34db('0x3c'))&&(_0x26fcde[_0x34db('0x3c')]=v[_0x34db('0x87')][_0x34db('0x8f')](_0x1668e2[_0x34db('0x3c')],_0x53cef3)),null!=_0x1668e2[_0x34db('0x35')]&&_0x1668e2[_0x34db('0x78')](_0x34db('0x35'))&&(_0x26fcde[_0x34db('0x35')]=_0x1668e2[_0x34db('0x35')]),null!=_0x1668e2['wasUndone']&&_0x1668e2['hasOwnProperty'](_0x34db('0x14'))&&(_0x26fcde[_0x34db('0x14')]=_0x1668e2['wasUndone']),_0x26fcde;},_0x42956c[_0x34db('0x80')]['toJSON']=function(){return this[_0x34db('0x86')][_0x34db('0x8f')](this,_0x42a166[_0x34db('0x25')][_0x34db('0xa')]);},_0x42956c[_0x34db('0x3d')]=function(_0x3858a4){return void 0x0===_0x3858a4&&(_0x3858a4=_0x34db('0x11')),_0x3858a4+_0x34db('0x8a');},_0x42956c;})();export const MoveOperation=v[_0x34db('0xf')]=(()=>{function _0x3d5846(_0x15438e){if(_0x15438e)for(let _0x88bee4=Object[_0x34db('0x33')](_0x15438e),_0x236c36=0x0;_0x236c36<_0x88bee4[_0x34db('0x4c')];++_0x236c36)null!=_0x15438e[_0x88bee4[_0x236c36]]&&(this[_0x88bee4[_0x236c36]]=_0x15438e[_0x88bee4[_0x236c36]]);}return _0x3d5846['prototype'][_0x34db('0x6c')]=null,_0x3d5846['prototype'][_0x34db('0x35')]=0x0,_0x3d5846[_0x34db('0x80')][_0x34db('0x16')]=null,_0x3d5846[_0x34db('0x80')][_0x34db('0x14')]=!0x1,_0x3d5846[_0x34db('0x96')]=function(_0x56c673){return new _0x3d5846(_0x56c673);},_0x3d5846['encode']=function(_0x30dbb6,_0x256854){return _0x256854||(_0x256854=y[_0x34db('0x96')]()),null!=_0x30dbb6[_0x34db('0x6c')]&&Object[_0x34db('0x78')][_0x34db('0x45')](_0x30dbb6,_0x34db('0x6c'))&&v[_0x34db('0x87')]['encode'](_0x30dbb6[_0x34db('0x6c')],_0x256854[_0x34db('0x8c')](0xa)['fork']())[_0x34db('0x74')](),null!=_0x30dbb6[_0x34db('0x35')]&&Object['hasOwnProperty'][_0x34db('0x45')](_0x30dbb6,_0x34db('0x35'))&&_0x256854['uint32'](0x10)[_0x34db('0x8c')](_0x30dbb6['howMany']),null!=_0x30dbb6['targetPosition']&&Object[_0x34db('0x78')][_0x34db('0x45')](_0x30dbb6,_0x34db('0x16'))&&v[_0x34db('0x87')][_0x34db('0x67')](_0x30dbb6['targetPosition'],_0x256854[_0x34db('0x8c')](0x1a)[_0x34db('0x43')]())['ldelim'](),null!=_0x30dbb6[_0x34db('0x14')]&&Object[_0x34db('0x78')][_0x34db('0x45')](_0x30dbb6,_0x34db('0x14'))&&_0x256854[_0x34db('0x8c')](0x20)[_0x34db('0x32')](_0x30dbb6[_0x34db('0x14')]),_0x256854;},_0x3d5846['encodeDelimited']=function(_0x1e2d5b,_0x53c7d2){return this[_0x34db('0x67')](_0x1e2d5b,_0x53c7d2)['ldelim']();},_0x3d5846['decode']=function(_0x5add67,_0xef8740){_0x5add67 instanceof j||(_0x5add67=j[_0x34db('0x96')](_0x5add67));let _0x5b4c55=void 0x0===_0xef8740?_0x5add67['len']:_0x5add67['pos']+_0xef8740,_0x3adc31=new v[(_0x34db('0xf'))]();for(;_0x5add67['pos']<_0x5b4c55;){let _0x26050f=_0x5add67[_0x34db('0x8c')]();switch(_0x26050f>>>0x3){case 0x1:_0x3adc31[_0x34db('0x6c')]=v[_0x34db('0x87')][_0x34db('0x47')](_0x5add67,_0x5add67[_0x34db('0x8c')]());break;case 0x2:_0x3adc31['howMany']=_0x5add67[_0x34db('0x8c')]();break;case 0x3:_0x3adc31['targetPosition']=v[_0x34db('0x87')][_0x34db('0x47')](_0x5add67,_0x5add67[_0x34db('0x8c')]());break;case 0x4:_0x3adc31[_0x34db('0x14')]=_0x5add67[_0x34db('0x32')]();break;default:_0x5add67['skipType'](0x7&_0x26050f);}}return _0x3adc31;},_0x3d5846[_0x34db('0x41')]=function(_0x3dab6a){return _0x3dab6a instanceof j||(_0x3dab6a=new j(_0x3dab6a)),this[_0x34db('0x47')](_0x3dab6a,_0x3dab6a[_0x34db('0x8c')]());},_0x3d5846[_0x34db('0x48')]=function(_0x21a34c){if(_0x34db('0xd')!=typeof _0x21a34c||null===_0x21a34c)return'object\x20expected';if(null!=_0x21a34c[_0x34db('0x6c')]&&_0x21a34c[_0x34db('0x78')](_0x34db('0x6c'))){let _0x34c8cf=v['Position'][_0x34db('0x48')](_0x21a34c[_0x34db('0x6c')]);if(_0x34c8cf)return _0x34db('0x37')+_0x34c8cf;}if(null!=_0x21a34c[_0x34db('0x35')]&&_0x21a34c[_0x34db('0x78')](_0x34db('0x35'))&&!k['isInteger'](_0x21a34c[_0x34db('0x35')]))return _0x34db('0x44');if(null!=_0x21a34c[_0x34db('0x16')]&&_0x21a34c[_0x34db('0x78')](_0x34db('0x16'))){let _0x279c03=v['Position']['verify'](_0x21a34c[_0x34db('0x16')]);if(_0x279c03)return _0x34db('0x7')+_0x279c03;}return null!=_0x21a34c[_0x34db('0x14')]&&_0x21a34c['hasOwnProperty']('wasUndone')&&_0x34db('0x5c')!=typeof _0x21a34c[_0x34db('0x14')]?_0x34db('0x91'):null;},_0x3d5846['fromObject']=function(_0x4533b6){if(_0x4533b6 instanceof v[_0x34db('0xf')])return _0x4533b6;let _0x1351d3=new v[(_0x34db('0xf'))]();if(null!=_0x4533b6['sourcePosition']){if(_0x34db('0xd')!=typeof _0x4533b6[_0x34db('0x6c')])throw TypeError(_0x34db('0x5'));_0x1351d3[_0x34db('0x6c')]=v['Position'][_0x34db('0x71')](_0x4533b6[_0x34db('0x6c')]);}if(null!=_0x4533b6[_0x34db('0x35')]&&(_0x1351d3[_0x34db('0x35')]=_0x4533b6[_0x34db('0x35')]>>>0x0),null!=_0x4533b6['targetPosition']){if(_0x34db('0xd')!=typeof _0x4533b6[_0x34db('0x16')])throw TypeError(_0x34db('0x27'));_0x1351d3[_0x34db('0x16')]=v[_0x34db('0x87')][_0x34db('0x71')](_0x4533b6[_0x34db('0x16')]);}return null!=_0x4533b6[_0x34db('0x14')]&&(_0x1351d3[_0x34db('0x14')]=Boolean(_0x4533b6[_0x34db('0x14')])),_0x1351d3;},_0x3d5846[_0x34db('0x8f')]=function(_0x2f21cc,_0x4a1603){_0x4a1603||(_0x4a1603={});let _0xcd3b6b={};return _0x4a1603[_0x34db('0x6e')]&&(_0xcd3b6b[_0x34db('0x6c')]=null,_0xcd3b6b[_0x34db('0x35')]=0x0,_0xcd3b6b[_0x34db('0x16')]=null,_0xcd3b6b[_0x34db('0x14')]=!0x1),null!=_0x2f21cc[_0x34db('0x6c')]&&_0x2f21cc['hasOwnProperty'](_0x34db('0x6c'))&&(_0xcd3b6b[_0x34db('0x6c')]=v[_0x34db('0x87')][_0x34db('0x8f')](_0x2f21cc[_0x34db('0x6c')],_0x4a1603)),null!=_0x2f21cc[_0x34db('0x35')]&&_0x2f21cc[_0x34db('0x78')]('howMany')&&(_0xcd3b6b[_0x34db('0x35')]=_0x2f21cc[_0x34db('0x35')]),null!=_0x2f21cc[_0x34db('0x16')]&&_0x2f21cc[_0x34db('0x78')](_0x34db('0x16'))&&(_0xcd3b6b[_0x34db('0x16')]=v[_0x34db('0x87')][_0x34db('0x8f')](_0x2f21cc[_0x34db('0x16')],_0x4a1603)),null!=_0x2f21cc[_0x34db('0x14')]&&_0x2f21cc['hasOwnProperty']('wasUndone')&&(_0xcd3b6b[_0x34db('0x14')]=_0x2f21cc['wasUndone']),_0xcd3b6b;},_0x3d5846[_0x34db('0x80')][_0x34db('0x7a')]=function(){return this[_0x34db('0x86')][_0x34db('0x8f')](this,_0x42a166[_0x34db('0x25')][_0x34db('0xa')]);},_0x3d5846[_0x34db('0x3d')]=function(_0xad5747){return void 0x0===_0xad5747&&(_0xad5747=_0x34db('0x11')),_0xad5747+_0x34db('0x2c');},_0x3d5846;})();export const RenameOperation=v[_0x34db('0x81')]=(()=>{function _0x535d1f(_0x19b4f0){if(_0x19b4f0)for(let _0x5c6ddc=Object[_0x34db('0x33')](_0x19b4f0),_0x28c4d4=0x0;_0x28c4d4<_0x5c6ddc[_0x34db('0x4c')];++_0x28c4d4)null!=_0x19b4f0[_0x5c6ddc[_0x28c4d4]]&&(this[_0x5c6ddc[_0x28c4d4]]=_0x19b4f0[_0x5c6ddc[_0x28c4d4]]);}return _0x535d1f[_0x34db('0x80')][_0x34db('0x1d')]=null,_0x535d1f[_0x34db('0x80')][_0x34db('0x1c')]='',_0x535d1f[_0x34db('0x80')][_0x34db('0x19')]='',_0x535d1f['prototype'][_0x34db('0x14')]=!0x1,_0x535d1f[_0x34db('0x96')]=function(_0x16bed1){return new _0x535d1f(_0x16bed1);},_0x535d1f['encode']=function(_0x438b6c,_0x5cdfe8){return _0x5cdfe8||(_0x5cdfe8=y[_0x34db('0x96')]()),null!=_0x438b6c[_0x34db('0x1d')]&&Object['hasOwnProperty']['call'](_0x438b6c,_0x34db('0x1d'))&&v[_0x34db('0x87')][_0x34db('0x67')](_0x438b6c[_0x34db('0x1d')],_0x5cdfe8[_0x34db('0x8c')](0xa)['fork']())['ldelim'](),null!=_0x438b6c[_0x34db('0x1c')]&&Object[_0x34db('0x78')][_0x34db('0x45')](_0x438b6c,_0x34db('0x1c'))&&_0x5cdfe8[_0x34db('0x8c')](0x12)[_0x34db('0x1')](_0x438b6c[_0x34db('0x1c')]),null!=_0x438b6c[_0x34db('0x19')]&&Object[_0x34db('0x78')]['call'](_0x438b6c,'newName')&&_0x5cdfe8[_0x34db('0x8c')](0x1a)[_0x34db('0x1')](_0x438b6c[_0x34db('0x19')]),null!=_0x438b6c['wasUndone']&&Object[_0x34db('0x78')][_0x34db('0x45')](_0x438b6c,'wasUndone')&&_0x5cdfe8[_0x34db('0x8c')](0x20)[_0x34db('0x32')](_0x438b6c[_0x34db('0x14')]),_0x5cdfe8;},_0x535d1f[_0x34db('0x88')]=function(_0x5eef86,_0x27448f){return this[_0x34db('0x67')](_0x5eef86,_0x27448f)[_0x34db('0x74')]();},_0x535d1f[_0x34db('0x47')]=function(_0x2e1411,_0x79d99a){_0x2e1411 instanceof j||(_0x2e1411=j[_0x34db('0x96')](_0x2e1411));let _0x1b5bce=void 0x0===_0x79d99a?_0x2e1411[_0x34db('0x3')]:_0x2e1411[_0x34db('0x1a')]+_0x79d99a,_0x151b1b=new v[(_0x34db('0x81'))]();for(;_0x2e1411['pos']<_0x1b5bce;){let _0x4209ae=_0x2e1411[_0x34db('0x8c')]();switch(_0x4209ae>>>0x3){case 0x1:_0x151b1b[_0x34db('0x1d')]=v['Position'][_0x34db('0x47')](_0x2e1411,_0x2e1411[_0x34db('0x8c')]());break;case 0x2:_0x151b1b[_0x34db('0x1c')]=_0x2e1411[_0x34db('0x1')]();break;case 0x3:_0x151b1b[_0x34db('0x19')]=_0x2e1411['string']();break;case 0x4:_0x151b1b[_0x34db('0x14')]=_0x2e1411['bool']();break;default:_0x2e1411['skipType'](0x7&_0x4209ae);}}return _0x151b1b;},_0x535d1f[_0x34db('0x41')]=function(_0x45e4d4){return _0x45e4d4 instanceof j||(_0x45e4d4=new j(_0x45e4d4)),this[_0x34db('0x47')](_0x45e4d4,_0x45e4d4[_0x34db('0x8c')]());},_0x535d1f[_0x34db('0x48')]=function(_0x8e66af){if('object'!=typeof _0x8e66af||null===_0x8e66af)return _0x34db('0x66');if(null!=_0x8e66af[_0x34db('0x1d')]&&_0x8e66af[_0x34db('0x78')](_0x34db('0x1d'))){let _0x4794da=v[_0x34db('0x87')][_0x34db('0x48')](_0x8e66af[_0x34db('0x1d')]);if(_0x4794da)return _0x34db('0x75')+_0x4794da;}return null!=_0x8e66af[_0x34db('0x1c')]&&_0x8e66af['hasOwnProperty'](_0x34db('0x1c'))&&!k[_0x34db('0x22')](_0x8e66af[_0x34db('0x1c')])?_0x34db('0x4d'):null!=_0x8e66af[_0x34db('0x19')]&&_0x8e66af[_0x34db('0x78')](_0x34db('0x19'))&&!k[_0x34db('0x22')](_0x8e66af['newName'])?_0x34db('0x1b'):null!=_0x8e66af[_0x34db('0x14')]&&_0x8e66af[_0x34db('0x78')]('wasUndone')&&_0x34db('0x5c')!=typeof _0x8e66af[_0x34db('0x14')]?_0x34db('0x91'):null;},_0x535d1f[_0x34db('0x71')]=function(_0x4cd8a5){if(_0x4cd8a5 instanceof v[_0x34db('0x81')])return _0x4cd8a5;let _0x487892=new v[(_0x34db('0x81'))]();if(null!=_0x4cd8a5[_0x34db('0x1d')]){if(_0x34db('0xd')!=typeof _0x4cd8a5['position'])throw TypeError(_0x34db('0x46'));_0x487892[_0x34db('0x1d')]=v[_0x34db('0x87')][_0x34db('0x71')](_0x4cd8a5[_0x34db('0x1d')]);}return null!=_0x4cd8a5[_0x34db('0x1c')]&&(_0x487892[_0x34db('0x1c')]=String(_0x4cd8a5['oldName'])),null!=_0x4cd8a5[_0x34db('0x19')]&&(_0x487892['newName']=String(_0x4cd8a5[_0x34db('0x19')])),null!=_0x4cd8a5[_0x34db('0x14')]&&(_0x487892[_0x34db('0x14')]=Boolean(_0x4cd8a5[_0x34db('0x14')])),_0x487892;},_0x535d1f[_0x34db('0x8f')]=function(_0x36b717,_0x22d159){_0x22d159||(_0x22d159={});let _0x45f004={};return _0x22d159[_0x34db('0x6e')]&&(_0x45f004[_0x34db('0x1d')]=null,_0x45f004['oldName']='',_0x45f004[_0x34db('0x19')]='',_0x45f004[_0x34db('0x14')]=!0x1),null!=_0x36b717[_0x34db('0x1d')]&&_0x36b717[_0x34db('0x78')](_0x34db('0x1d'))&&(_0x45f004[_0x34db('0x1d')]=v['Position']['toObject'](_0x36b717[_0x34db('0x1d')],_0x22d159)),null!=_0x36b717[_0x34db('0x1c')]&&_0x36b717[_0x34db('0x78')](_0x34db('0x1c'))&&(_0x45f004[_0x34db('0x1c')]=_0x36b717[_0x34db('0x1c')]),null!=_0x36b717[_0x34db('0x19')]&&_0x36b717[_0x34db('0x78')](_0x34db('0x19'))&&(_0x45f004[_0x34db('0x19')]=_0x36b717['newName']),null!=_0x36b717[_0x34db('0x14')]&&_0x36b717[_0x34db('0x78')]('wasUndone')&&(_0x45f004[_0x34db('0x14')]=_0x36b717[_0x34db('0x14')]),_0x45f004;},_0x535d1f[_0x34db('0x80')][_0x34db('0x7a')]=function(){return this['constructor'][_0x34db('0x8f')](this,_0x42a166[_0x34db('0x25')][_0x34db('0xa')]);},_0x535d1f[_0x34db('0x3d')]=function(_0x55fa36){return void 0x0===_0x55fa36&&(_0x55fa36=_0x34db('0x11')),_0x55fa36+_0x34db('0x24');},_0x535d1f;})();export const RootAttributeOperation=v[_0x34db('0x12')]=(()=>{function _0x30088b(_0x46d0bb){if(_0x46d0bb)for(let _0x3ab038=Object[_0x34db('0x33')](_0x46d0bb),_0x211f13=0x0;_0x211f13<_0x3ab038[_0x34db('0x4c')];++_0x211f13)null!=_0x46d0bb[_0x3ab038[_0x211f13]]&&(this[_0x3ab038[_0x211f13]]=_0x46d0bb[_0x3ab038[_0x211f13]]);}return _0x30088b[_0x34db('0x80')][_0x34db('0x6a')]='',_0x30088b[_0x34db('0x80')][_0x34db('0x8')]='',_0x30088b[_0x34db('0x80')][_0x34db('0x53')]=!0x1,_0x30088b['prototype']['oldValueJson']='',_0x30088b[_0x34db('0x80')]['newValueBoolean']=!0x1,_0x30088b[_0x34db('0x80')][_0x34db('0x5a')]='',_0x30088b[_0x34db('0x80')]['wasUndone']=!0x1,_0x30088b[_0x34db('0x96')]=function(_0x57665a){return new _0x30088b(_0x57665a);},_0x30088b[_0x34db('0x67')]=function(_0x5c4dbc,_0x27f4ec){return _0x27f4ec||(_0x27f4ec=y['create']()),null!=_0x5c4dbc['root']&&Object[_0x34db('0x78')]['call'](_0x5c4dbc,_0x34db('0x6a'))&&_0x27f4ec[_0x34db('0x8c')](0xa)[_0x34db('0x1')](_0x5c4dbc[_0x34db('0x6a')]),null!=_0x5c4dbc[_0x34db('0x8')]&&Object[_0x34db('0x78')][_0x34db('0x45')](_0x5c4dbc,_0x34db('0x8'))&&_0x27f4ec[_0x34db('0x8c')](0x12)[_0x34db('0x1')](_0x5c4dbc[_0x34db('0x8')]),null!=_0x5c4dbc[_0x34db('0x53')]&&Object[_0x34db('0x78')][_0x34db('0x45')](_0x5c4dbc,_0x34db('0x53'))&&_0x27f4ec[_0x34db('0x8c')](0x18)['bool'](_0x5c4dbc[_0x34db('0x53')]),null!=_0x5c4dbc[_0x34db('0x4a')]&&Object['hasOwnProperty']['call'](_0x5c4dbc,_0x34db('0x4a'))&&_0x27f4ec[_0x34db('0x8c')](0x22)[_0x34db('0x1')](_0x5c4dbc[_0x34db('0x4a')]),null!=_0x5c4dbc['newValueBoolean']&&Object[_0x34db('0x78')][_0x34db('0x45')](_0x5c4dbc,_0x34db('0x7e'))&&_0x27f4ec['uint32'](0x28)[_0x34db('0x32')](_0x5c4dbc[_0x34db('0x7e')]),null!=_0x5c4dbc[_0x34db('0x5a')]&&Object[_0x34db('0x78')]['call'](_0x5c4dbc,_0x34db('0x5a'))&&_0x27f4ec[_0x34db('0x8c')](0x32)[_0x34db('0x1')](_0x5c4dbc[_0x34db('0x5a')]),null!=_0x5c4dbc[_0x34db('0x14')]&&Object[_0x34db('0x78')][_0x34db('0x45')](_0x5c4dbc,_0x34db('0x14'))&&_0x27f4ec[_0x34db('0x8c')](0x38)['bool'](_0x5c4dbc[_0x34db('0x14')]),_0x27f4ec;},_0x30088b[_0x34db('0x88')]=function(_0x5812a9,_0x33bf8d){return this[_0x34db('0x67')](_0x5812a9,_0x33bf8d)['ldelim']();},_0x30088b[_0x34db('0x47')]=function(_0x30dd54,_0x5a239f){_0x30dd54 instanceof j||(_0x30dd54=j[_0x34db('0x96')](_0x30dd54));let _0x4b073d=void 0x0===_0x5a239f?_0x30dd54[_0x34db('0x3')]:_0x30dd54[_0x34db('0x1a')]+_0x5a239f,_0x53d132=new v['RootAttributeOperation']();for(;_0x30dd54[_0x34db('0x1a')]<_0x4b073d;){let _0x236c51=_0x30dd54[_0x34db('0x8c')]();switch(_0x236c51>>>0x3){case 0x1:_0x53d132[_0x34db('0x6a')]=_0x30dd54[_0x34db('0x1')]();break;case 0x2:_0x53d132[_0x34db('0x8')]=_0x30dd54[_0x34db('0x1')]();break;case 0x3:_0x53d132[_0x34db('0x53')]=_0x30dd54[_0x34db('0x32')]();break;case 0x4:_0x53d132[_0x34db('0x4a')]=_0x30dd54[_0x34db('0x1')]();break;case 0x5:_0x53d132[_0x34db('0x7e')]=_0x30dd54[_0x34db('0x32')]();break;case 0x6:_0x53d132['newValueJson']=_0x30dd54[_0x34db('0x1')]();break;case 0x7:_0x53d132[_0x34db('0x14')]=_0x30dd54[_0x34db('0x32')]();break;default:_0x30dd54[_0x34db('0x8b')](0x7&_0x236c51);}}return _0x53d132;},_0x30088b['decodeDelimited']=function(_0xfcdea){return _0xfcdea instanceof j||(_0xfcdea=new j(_0xfcdea)),this[_0x34db('0x47')](_0xfcdea,_0xfcdea[_0x34db('0x8c')]());},_0x30088b['verify']=function(_0x51e298){return _0x34db('0xd')!=typeof _0x51e298||null===_0x51e298?_0x34db('0x66'):null!=_0x51e298[_0x34db('0x6a')]&&_0x51e298[_0x34db('0x78')](_0x34db('0x6a'))&&!k[_0x34db('0x22')](_0x51e298['root'])?'root:\x20string\x20expected':null!=_0x51e298[_0x34db('0x8')]&&_0x51e298[_0x34db('0x78')](_0x34db('0x8'))&&!k[_0x34db('0x22')](_0x51e298[_0x34db('0x8')])?_0x34db('0x4f'):null!=_0x51e298[_0x34db('0x53')]&&_0x51e298[_0x34db('0x78')](_0x34db('0x53'))&&'boolean'!=typeof _0x51e298[_0x34db('0x53')]?_0x34db('0x5d'):null!=_0x51e298[_0x34db('0x4a')]&&_0x51e298[_0x34db('0x78')](_0x34db('0x4a'))&&!k['isString'](_0x51e298[_0x34db('0x4a')])?'oldValueJson:\x20string\x20expected':null!=_0x51e298[_0x34db('0x7e')]&&_0x51e298['hasOwnProperty'](_0x34db('0x7e'))&&_0x34db('0x5c')!=typeof _0x51e298[_0x34db('0x7e')]?_0x34db('0x6'):null!=_0x51e298[_0x34db('0x5a')]&&_0x51e298['hasOwnProperty']('newValueJson')&&!k[_0x34db('0x22')](_0x51e298[_0x34db('0x5a')])?'newValueJson:\x20string\x20expected':null!=_0x51e298['wasUndone']&&_0x51e298['hasOwnProperty']('wasUndone')&&_0x34db('0x5c')!=typeof _0x51e298[_0x34db('0x14')]?_0x34db('0x91'):null;},_0x30088b['fromObject']=function(_0x5c804a){if(_0x5c804a instanceof v[_0x34db('0x12')])return _0x5c804a;let _0x150522=new v[(_0x34db('0x12'))]();return null!=_0x5c804a['root']&&(_0x150522['root']=String(_0x5c804a[_0x34db('0x6a')])),null!=_0x5c804a[_0x34db('0x8')]&&(_0x150522[_0x34db('0x8')]=String(_0x5c804a[_0x34db('0x8')])),null!=_0x5c804a[_0x34db('0x53')]&&(_0x150522[_0x34db('0x53')]=Boolean(_0x5c804a[_0x34db('0x53')])),null!=_0x5c804a[_0x34db('0x4a')]&&(_0x150522[_0x34db('0x4a')]=String(_0x5c804a[_0x34db('0x4a')])),null!=_0x5c804a[_0x34db('0x7e')]&&(_0x150522['newValueBoolean']=Boolean(_0x5c804a[_0x34db('0x7e')])),null!=_0x5c804a['newValueJson']&&(_0x150522[_0x34db('0x5a')]=String(_0x5c804a[_0x34db('0x5a')])),null!=_0x5c804a[_0x34db('0x14')]&&(_0x150522[_0x34db('0x14')]=Boolean(_0x5c804a['wasUndone'])),_0x150522;},_0x30088b[_0x34db('0x8f')]=function(_0x1bac58,_0x2158b3){_0x2158b3||(_0x2158b3={});let _0x5127d5={};return _0x2158b3[_0x34db('0x6e')]&&(_0x5127d5[_0x34db('0x6a')]='',_0x5127d5[_0x34db('0x8')]='',_0x5127d5[_0x34db('0x53')]=!0x1,_0x5127d5[_0x34db('0x4a')]='',_0x5127d5[_0x34db('0x7e')]=!0x1,_0x5127d5['newValueJson']='',_0x5127d5['wasUndone']=!0x1),null!=_0x1bac58[_0x34db('0x6a')]&&_0x1bac58[_0x34db('0x78')]('root')&&(_0x5127d5[_0x34db('0x6a')]=_0x1bac58[_0x34db('0x6a')]),null!=_0x1bac58[_0x34db('0x8')]&&_0x1bac58[_0x34db('0x78')](_0x34db('0x8'))&&(_0x5127d5[_0x34db('0x8')]=_0x1bac58['key']),null!=_0x1bac58[_0x34db('0x53')]&&_0x1bac58[_0x34db('0x78')](_0x34db('0x53'))&&(_0x5127d5['oldValueBoolean']=_0x1bac58['oldValueBoolean']),null!=_0x1bac58[_0x34db('0x4a')]&&_0x1bac58[_0x34db('0x78')](_0x34db('0x4a'))&&(_0x5127d5['oldValueJson']=_0x1bac58[_0x34db('0x4a')]),null!=_0x1bac58[_0x34db('0x7e')]&&_0x1bac58[_0x34db('0x78')](_0x34db('0x7e'))&&(_0x5127d5['newValueBoolean']=_0x1bac58[_0x34db('0x7e')]),null!=_0x1bac58[_0x34db('0x5a')]&&_0x1bac58[_0x34db('0x78')]('newValueJson')&&(_0x5127d5[_0x34db('0x5a')]=_0x1bac58['newValueJson']),null!=_0x1bac58[_0x34db('0x14')]&&_0x1bac58['hasOwnProperty'](_0x34db('0x14'))&&(_0x5127d5[_0x34db('0x14')]=_0x1bac58[_0x34db('0x14')]),_0x5127d5;},_0x30088b[_0x34db('0x80')]['toJSON']=function(){return this[_0x34db('0x86')][_0x34db('0x8f')](this,_0x42a166[_0x34db('0x25')][_0x34db('0xa')]);},_0x30088b[_0x34db('0x3d')]=function(_0x4d7d78){return void 0x0===_0x4d7d78&&(_0x4d7d78=_0x34db('0x11')),_0x4d7d78+_0x34db('0x58');},_0x30088b;})();export const RootOperation=v['RootOperation']=(()=>{function _0x997caa(_0x9f3493){if(_0x9f3493)for(let _0x5543a5=Object[_0x34db('0x33')](_0x9f3493),_0x48155f=0x0;_0x48155f<_0x5543a5[_0x34db('0x4c')];++_0x48155f)null!=_0x9f3493[_0x5543a5[_0x48155f]]&&(this[_0x5543a5[_0x48155f]]=_0x9f3493[_0x5543a5[_0x48155f]]);}return _0x997caa[_0x34db('0x80')][_0x34db('0x55')]='',_0x997caa[_0x34db('0x80')][_0x34db('0x31')]='',_0x997caa[_0x34db('0x80')][_0x34db('0xc')]=!0x1,_0x997caa[_0x34db('0x80')][_0x34db('0x14')]=!0x1,_0x997caa[_0x34db('0x96')]=function(_0x1f71e2){return new _0x997caa(_0x1f71e2);},_0x997caa['encode']=function(_0x512343,_0x4e6b97){return _0x4e6b97||(_0x4e6b97=y[_0x34db('0x96')]()),null!=_0x512343[_0x34db('0x55')]&&Object[_0x34db('0x78')][_0x34db('0x45')](_0x512343,_0x34db('0x55'))&&_0x4e6b97[_0x34db('0x8c')](0xa)[_0x34db('0x1')](_0x512343[_0x34db('0x55')]),null!=_0x512343[_0x34db('0x31')]&&Object['hasOwnProperty']['call'](_0x512343,'elementName')&&_0x4e6b97['uint32'](0x12)['string'](_0x512343[_0x34db('0x31')]),null!=_0x512343[_0x34db('0xc')]&&Object[_0x34db('0x78')][_0x34db('0x45')](_0x512343,_0x34db('0xc'))&&_0x4e6b97[_0x34db('0x8c')](0x18)[_0x34db('0x32')](_0x512343[_0x34db('0xc')]),null!=_0x512343['wasUndone']&&Object['hasOwnProperty']['call'](_0x512343,'wasUndone')&&_0x4e6b97[_0x34db('0x8c')](0x20)[_0x34db('0x32')](_0x512343[_0x34db('0x14')]),_0x4e6b97;},_0x997caa['encodeDelimited']=function(_0x1d451c,_0xb99f18){return this[_0x34db('0x67')](_0x1d451c,_0xb99f18)['ldelim']();},_0x997caa[_0x34db('0x47')]=function(_0x1defe6,_0x3808b4){_0x1defe6 instanceof j||(_0x1defe6=j[_0x34db('0x96')](_0x1defe6));let _0x520b3a=void 0x0===_0x3808b4?_0x1defe6[_0x34db('0x3')]:_0x1defe6[_0x34db('0x1a')]+_0x3808b4,_0x154688=new v[(_0x34db('0x2'))]();for(;_0x1defe6[_0x34db('0x1a')]<_0x520b3a;){let _0x443f69=_0x1defe6[_0x34db('0x8c')]();switch(_0x443f69>>>0x3){case 0x1:_0x154688[_0x34db('0x55')]=_0x1defe6[_0x34db('0x1')]();break;case 0x2:_0x154688[_0x34db('0x31')]=_0x1defe6[_0x34db('0x1')]();break;case 0x3:_0x154688['isAdd']=_0x1defe6[_0x34db('0x32')]();break;case 0x4:_0x154688[_0x34db('0x14')]=_0x1defe6[_0x34db('0x32')]();break;default:_0x1defe6[_0x34db('0x8b')](0x7&_0x443f69);}}return _0x154688;},_0x997caa[_0x34db('0x41')]=function(_0x5c458d){return _0x5c458d instanceof j||(_0x5c458d=new j(_0x5c458d)),this['decode'](_0x5c458d,_0x5c458d[_0x34db('0x8c')]());},_0x997caa[_0x34db('0x48')]=function(_0x51c80b){return _0x34db('0xd')!=typeof _0x51c80b||null===_0x51c80b?_0x34db('0x66'):null!=_0x51c80b[_0x34db('0x55')]&&_0x51c80b['hasOwnProperty'](_0x34db('0x55'))&&!k['isString'](_0x51c80b[_0x34db('0x55')])?'rootName:\x20string\x20expected':null!=_0x51c80b[_0x34db('0x31')]&&_0x51c80b[_0x34db('0x78')](_0x34db('0x31'))&&!k[_0x34db('0x22')](_0x51c80b[_0x34db('0x31')])?'elementName:\x20string\x20expected':null!=_0x51c80b[_0x34db('0xc')]&&_0x51c80b[_0x34db('0x78')](_0x34db('0xc'))&&'boolean'!=typeof _0x51c80b[_0x34db('0xc')]?'isAdd:\x20boolean\x20expected':null!=_0x51c80b['wasUndone']&&_0x51c80b[_0x34db('0x78')]('wasUndone')&&_0x34db('0x5c')!=typeof _0x51c80b[_0x34db('0x14')]?_0x34db('0x91'):null;},_0x997caa[_0x34db('0x71')]=function(_0x38ba5b){if(_0x38ba5b instanceof v[_0x34db('0x2')])return _0x38ba5b;let _0x45cbe6=new v['RootOperation']();return null!=_0x38ba5b[_0x34db('0x55')]&&(_0x45cbe6[_0x34db('0x55')]=String(_0x38ba5b[_0x34db('0x55')])),null!=_0x38ba5b[_0x34db('0x31')]&&(_0x45cbe6['elementName']=String(_0x38ba5b[_0x34db('0x31')])),null!=_0x38ba5b['isAdd']&&(_0x45cbe6[_0x34db('0xc')]=Boolean(_0x38ba5b[_0x34db('0xc')])),null!=_0x38ba5b[_0x34db('0x14')]&&(_0x45cbe6[_0x34db('0x14')]=Boolean(_0x38ba5b['wasUndone'])),_0x45cbe6;},_0x997caa[_0x34db('0x8f')]=function(_0x2a4a39,_0x21f028){_0x21f028||(_0x21f028={});let _0x51145b={};return _0x21f028['defaults']&&(_0x51145b[_0x34db('0x55')]='',_0x51145b['elementName']='',_0x51145b[_0x34db('0xc')]=!0x1,_0x51145b[_0x34db('0x14')]=!0x1),null!=_0x2a4a39[_0x34db('0x55')]&&_0x2a4a39[_0x34db('0x78')](_0x34db('0x55'))&&(_0x51145b[_0x34db('0x55')]=_0x2a4a39[_0x34db('0x55')]),null!=_0x2a4a39[_0x34db('0x31')]&&_0x2a4a39['hasOwnProperty'](_0x34db('0x31'))&&(_0x51145b[_0x34db('0x31')]=_0x2a4a39[_0x34db('0x31')]),null!=_0x2a4a39[_0x34db('0xc')]&&_0x2a4a39['hasOwnProperty'](_0x34db('0xc'))&&(_0x51145b[_0x34db('0xc')]=_0x2a4a39[_0x34db('0xc')]),null!=_0x2a4a39['wasUndone']&&_0x2a4a39[_0x34db('0x78')](_0x34db('0x14'))&&(_0x51145b[_0x34db('0x14')]=_0x2a4a39[_0x34db('0x14')]),_0x51145b;},_0x997caa[_0x34db('0x80')]['toJSON']=function(){return this[_0x34db('0x86')][_0x34db('0x8f')](this,_0x42a166['util'][_0x34db('0xa')]);},_0x997caa[_0x34db('0x3d')]=function(_0x2f1d3a){return void 0x0===_0x2f1d3a&&(_0x2f1d3a='type.googleapis.com'),_0x2f1d3a+_0x34db('0x7d');},_0x997caa;})();export const SplitOperation=v[_0x34db('0x52')]=(()=>{function _0x462436(_0x2582f4){if(_0x2582f4)for(let _0x49bdf9=Object[_0x34db('0x33')](_0x2582f4),_0x1cd63d=0x0;_0x1cd63d<_0x49bdf9[_0x34db('0x4c')];++_0x1cd63d)null!=_0x2582f4[_0x49bdf9[_0x1cd63d]]&&(this[_0x49bdf9[_0x1cd63d]]=_0x2582f4[_0x49bdf9[_0x1cd63d]]);}return _0x462436[_0x34db('0x80')][_0x34db('0x2a')]=null,_0x462436[_0x34db('0x80')][_0x34db('0x3c')]=null,_0x462436['prototype'][_0x34db('0x35')]=0x0,_0x462436[_0x34db('0x80')][_0x34db('0x2e')]=null,_0x462436[_0x34db('0x80')]['wasUndone']=!0x1,_0x462436[_0x34db('0x96')]=function(_0x337f2e){return new _0x462436(_0x337f2e);},_0x462436['encode']=function(_0x386419,_0x16a578){return _0x16a578||(_0x16a578=y['create']()),null!=_0x386419['splitPosition']&&Object['hasOwnProperty']['call'](_0x386419,_0x34db('0x2a'))&&v['Position']['encode'](_0x386419['splitPosition'],_0x16a578[_0x34db('0x8c')](0xa)['fork']())[_0x34db('0x74')](),null!=_0x386419['graveyardPosition']&&Object[_0x34db('0x78')][_0x34db('0x45')](_0x386419,'graveyardPosition')&&v['Position'][_0x34db('0x67')](_0x386419[_0x34db('0x3c')],_0x16a578[_0x34db('0x8c')](0x12)[_0x34db('0x43')]())['ldelim'](),null!=_0x386419[_0x34db('0x35')]&&Object[_0x34db('0x78')][_0x34db('0x45')](_0x386419,_0x34db('0x35'))&&_0x16a578[_0x34db('0x8c')](0x18)[_0x34db('0x8c')](_0x386419['howMany']),null!=_0x386419[_0x34db('0x2e')]&&Object[_0x34db('0x78')][_0x34db('0x45')](_0x386419,'insertionPosition')&&v['Position'][_0x34db('0x67')](_0x386419['insertionPosition'],_0x16a578[_0x34db('0x8c')](0x22)['fork']())['ldelim'](),null!=_0x386419['wasUndone']&&Object[_0x34db('0x78')][_0x34db('0x45')](_0x386419,_0x34db('0x14'))&&_0x16a578[_0x34db('0x8c')](0x28)[_0x34db('0x32')](_0x386419['wasUndone']),_0x16a578;},_0x462436[_0x34db('0x88')]=function(_0x5d87b3,_0x5e9950){return this[_0x34db('0x67')](_0x5d87b3,_0x5e9950)[_0x34db('0x74')]();},_0x462436[_0x34db('0x47')]=function(_0x12dc89,_0x4b429f){_0x12dc89 instanceof j||(_0x12dc89=j[_0x34db('0x96')](_0x12dc89));let _0x45a292=void 0x0===_0x4b429f?_0x12dc89[_0x34db('0x3')]:_0x12dc89[_0x34db('0x1a')]+_0x4b429f,_0x1fd0f9=new v[(_0x34db('0x52'))]();for(;_0x12dc89[_0x34db('0x1a')]<_0x45a292;){let _0x3eceb7=_0x12dc89[_0x34db('0x8c')]();switch(_0x3eceb7>>>0x3){case 0x1:_0x1fd0f9['splitPosition']=v[_0x34db('0x87')][_0x34db('0x47')](_0x12dc89,_0x12dc89[_0x34db('0x8c')]());break;case 0x2:_0x1fd0f9['graveyardPosition']=v['Position'][_0x34db('0x47')](_0x12dc89,_0x12dc89[_0x34db('0x8c')]());break;case 0x3:_0x1fd0f9['howMany']=_0x12dc89['uint32']();break;case 0x4:_0x1fd0f9[_0x34db('0x2e')]=v['Position'][_0x34db('0x47')](_0x12dc89,_0x12dc89['uint32']());break;case 0x5:_0x1fd0f9['wasUndone']=_0x12dc89['bool']();break;default:_0x12dc89['skipType'](0x7&_0x3eceb7);}}return _0x1fd0f9;},_0x462436['decodeDelimited']=function(_0xf4d97a){return _0xf4d97a instanceof j||(_0xf4d97a=new j(_0xf4d97a)),this[_0x34db('0x47')](_0xf4d97a,_0xf4d97a[_0x34db('0x8c')]());},_0x462436[_0x34db('0x48')]=function(_0x51591f){if('object'!=typeof _0x51591f||null===_0x51591f)return'object\x20expected';if(null!=_0x51591f[_0x34db('0x2a')]&&_0x51591f[_0x34db('0x78')](_0x34db('0x2a'))){let _0x43e0a3=v[_0x34db('0x87')]['verify'](_0x51591f[_0x34db('0x2a')]);if(_0x43e0a3)return _0x34db('0x2f')+_0x43e0a3;}if(null!=_0x51591f[_0x34db('0x3c')]&&_0x51591f[_0x34db('0x78')](_0x34db('0x3c'))){let _0x11e7e4=v['Position'][_0x34db('0x48')](_0x51591f[_0x34db('0x3c')]);if(_0x11e7e4)return'graveyardPosition.'+_0x11e7e4;}if(null!=_0x51591f[_0x34db('0x35')]&&_0x51591f[_0x34db('0x78')](_0x34db('0x35'))&&!k[_0x34db('0x17')](_0x51591f[_0x34db('0x35')]))return _0x34db('0x44');if(null!=_0x51591f[_0x34db('0x2e')]&&_0x51591f[_0x34db('0x78')](_0x34db('0x2e'))){let _0x27592d=v[_0x34db('0x87')]['verify'](_0x51591f[_0x34db('0x2e')]);if(_0x27592d)return _0x34db('0x6b')+_0x27592d;}return null!=_0x51591f[_0x34db('0x14')]&&_0x51591f['hasOwnProperty']('wasUndone')&&_0x34db('0x5c')!=typeof _0x51591f[_0x34db('0x14')]?'wasUndone:\x20boolean\x20expected':null;},_0x462436['fromObject']=function(_0x4129b4){if(_0x4129b4 instanceof v[_0x34db('0x52')])return _0x4129b4;let _0x795081=new v[(_0x34db('0x52'))]();if(null!=_0x4129b4[_0x34db('0x2a')]){if(_0x34db('0xd')!=typeof _0x4129b4[_0x34db('0x2a')])throw TypeError(_0x34db('0x23'));_0x795081[_0x34db('0x2a')]=v[_0x34db('0x87')]['fromObject'](_0x4129b4[_0x34db('0x2a')]);}if(null!=_0x4129b4[_0x34db('0x3c')]){if('object'!=typeof _0x4129b4['graveyardPosition'])throw TypeError(_0x34db('0x57'));_0x795081[_0x34db('0x3c')]=v[_0x34db('0x87')]['fromObject'](_0x4129b4['graveyardPosition']);}if(null!=_0x4129b4['howMany']&&(_0x795081[_0x34db('0x35')]=_0x4129b4[_0x34db('0x35')]>>>0x0),null!=_0x4129b4['insertionPosition']){if(_0x34db('0xd')!=typeof _0x4129b4[_0x34db('0x2e')])throw TypeError(_0x34db('0x28'));_0x795081['insertionPosition']=v[_0x34db('0x87')][_0x34db('0x71')](_0x4129b4[_0x34db('0x2e')]);}return null!=_0x4129b4[_0x34db('0x14')]&&(_0x795081[_0x34db('0x14')]=Boolean(_0x4129b4[_0x34db('0x14')])),_0x795081;},_0x462436[_0x34db('0x8f')]=function(_0xef170,_0x44f4bd){_0x44f4bd||(_0x44f4bd={});let _0x32d0d6={};return _0x44f4bd[_0x34db('0x6e')]&&(_0x32d0d6[_0x34db('0x2a')]=null,_0x32d0d6[_0x34db('0x3c')]=null,_0x32d0d6[_0x34db('0x35')]=0x0,_0x32d0d6[_0x34db('0x2e')]=null,_0x32d0d6['wasUndone']=!0x1),null!=_0xef170[_0x34db('0x2a')]&&_0xef170['hasOwnProperty'](_0x34db('0x2a'))&&(_0x32d0d6[_0x34db('0x2a')]=v[_0x34db('0x87')]['toObject'](_0xef170['splitPosition'],_0x44f4bd)),null!=_0xef170[_0x34db('0x3c')]&&_0xef170[_0x34db('0x78')](_0x34db('0x3c'))&&(_0x32d0d6[_0x34db('0x3c')]=v[_0x34db('0x87')][_0x34db('0x8f')](_0xef170[_0x34db('0x3c')],_0x44f4bd)),null!=_0xef170[_0x34db('0x35')]&&_0xef170[_0x34db('0x78')](_0x34db('0x35'))&&(_0x32d0d6[_0x34db('0x35')]=_0xef170[_0x34db('0x35')]),null!=_0xef170[_0x34db('0x2e')]&&_0xef170['hasOwnProperty'](_0x34db('0x2e'))&&(_0x32d0d6[_0x34db('0x2e')]=v[_0x34db('0x87')][_0x34db('0x8f')](_0xef170[_0x34db('0x2e')],_0x44f4bd)),null!=_0xef170[_0x34db('0x14')]&&_0xef170[_0x34db('0x78')]('wasUndone')&&(_0x32d0d6[_0x34db('0x14')]=_0xef170[_0x34db('0x14')]),_0x32d0d6;},_0x462436[_0x34db('0x80')][_0x34db('0x7a')]=function(){return this[_0x34db('0x86')][_0x34db('0x8f')](this,_0x42a166[_0x34db('0x25')]['toJSONOptions']);},_0x462436['getTypeUrl']=function(_0x533b07){return void 0x0===_0x533b07&&(_0x533b07='type.googleapis.com'),_0x533b07+_0x34db('0x8e');},_0x462436;})();export const Position=v[_0x34db('0x87')]=(()=>{function _0x483418(_0x325e23){if(this['path']=[],_0x325e23)for(let _0x30b3b2=Object['keys'](_0x325e23),_0x2ca567=0x0;_0x2ca567<_0x30b3b2[_0x34db('0x4c')];++_0x2ca567)null!=_0x325e23[_0x30b3b2[_0x2ca567]]&&(this[_0x30b3b2[_0x2ca567]]=_0x325e23[_0x30b3b2[_0x2ca567]]);}return _0x483418[_0x34db('0x80')][_0x34db('0x6a')]='',_0x483418[_0x34db('0x80')][_0x34db('0x7f')]=!0x1,_0x483418[_0x34db('0x80')][_0x34db('0x65')]=!0x1,_0x483418[_0x34db('0x80')][_0x34db('0xb')]=k['emptyArray'],_0x483418['prototype']['stickiness']='',_0x483418[_0x34db('0x96')]=function(_0x21f23f){return new _0x483418(_0x21f23f);},_0x483418[_0x34db('0x67')]=function(_0xa3674d,_0x43daf0){if(_0x43daf0||(_0x43daf0=y[_0x34db('0x96')]()),null!=_0xa3674d[_0x34db('0x6a')]&&Object[_0x34db('0x78')][_0x34db('0x45')](_0xa3674d,_0x34db('0x6a'))&&_0x43daf0[_0x34db('0x8c')](0xa)['string'](_0xa3674d[_0x34db('0x6a')]),null!=_0xa3674d[_0x34db('0x7f')]&&Object['hasOwnProperty'][_0x34db('0x45')](_0xa3674d,_0x34db('0x7f'))&&_0x43daf0['uint32'](0x10)[_0x34db('0x32')](_0xa3674d['rootMain']),null!=_0xa3674d['rootGraveyard']&&Object[_0x34db('0x78')][_0x34db('0x45')](_0xa3674d,'rootGraveyard')&&_0x43daf0[_0x34db('0x8c')](0x18)[_0x34db('0x32')](_0xa3674d[_0x34db('0x65')]),null!=_0xa3674d[_0x34db('0xb')]&&_0xa3674d[_0x34db('0xb')][_0x34db('0x4c')]){_0x43daf0[_0x34db('0x8c')](0x22)[_0x34db('0x43')]();for(let _0x181275=0x0;_0x181275<_0xa3674d[_0x34db('0xb')][_0x34db('0x4c')];++_0x181275)_0x43daf0['uint32'](_0xa3674d['path'][_0x181275]);_0x43daf0[_0x34db('0x74')]();}return null!=_0xa3674d[_0x34db('0x49')]&&Object['hasOwnProperty'][_0x34db('0x45')](_0xa3674d,_0x34db('0x49'))&&_0x43daf0['uint32'](0x2a)[_0x34db('0x1')](_0xa3674d[_0x34db('0x49')]),_0x43daf0;},_0x483418[_0x34db('0x88')]=function(_0x1621d2,_0x3104af){return this['encode'](_0x1621d2,_0x3104af)[_0x34db('0x74')]();},_0x483418[_0x34db('0x47')]=function(_0x1aed6e,_0xc1e719){_0x1aed6e instanceof j||(_0x1aed6e=j[_0x34db('0x96')](_0x1aed6e));let _0x32195a=void 0x0===_0xc1e719?_0x1aed6e['len']:_0x1aed6e[_0x34db('0x1a')]+_0xc1e719,_0x5c4b16=new v[(_0x34db('0x87'))]();for(;_0x1aed6e[_0x34db('0x1a')]<_0x32195a;){let _0x3ca6de=_0x1aed6e[_0x34db('0x8c')]();switch(_0x3ca6de>>>0x3){case 0x1:_0x5c4b16[_0x34db('0x6a')]=_0x1aed6e[_0x34db('0x1')]();break;case 0x2:_0x5c4b16[_0x34db('0x7f')]=_0x1aed6e[_0x34db('0x32')]();break;case 0x3:_0x5c4b16[_0x34db('0x65')]=_0x1aed6e[_0x34db('0x32')]();break;case 0x4:if(_0x5c4b16[_0x34db('0xb')]&&_0x5c4b16[_0x34db('0xb')][_0x34db('0x4c')]||(_0x5c4b16['path']=[]),0x2==(0x7&_0x3ca6de)){let _0x2aa0a9=_0x1aed6e['uint32']()+_0x1aed6e[_0x34db('0x1a')];for(;_0x1aed6e[_0x34db('0x1a')]<_0x2aa0a9;)_0x5c4b16[_0x34db('0xb')][_0x34db('0x50')](_0x1aed6e[_0x34db('0x8c')]());}else _0x5c4b16[_0x34db('0xb')][_0x34db('0x50')](_0x1aed6e['uint32']());break;case 0x5:_0x5c4b16[_0x34db('0x49')]=_0x1aed6e[_0x34db('0x1')]();break;default:_0x1aed6e['skipType'](0x7&_0x3ca6de);}}return _0x5c4b16;},_0x483418['decodeDelimited']=function(_0x5b8c6a){return _0x5b8c6a instanceof j||(_0x5b8c6a=new j(_0x5b8c6a)),this['decode'](_0x5b8c6a,_0x5b8c6a[_0x34db('0x8c')]());},_0x483418['verify']=function(_0x28bed1){if(_0x34db('0xd')!=typeof _0x28bed1||null===_0x28bed1)return _0x34db('0x66');if(null!=_0x28bed1['root']&&_0x28bed1[_0x34db('0x78')](_0x34db('0x6a'))&&!k[_0x34db('0x22')](_0x28bed1[_0x34db('0x6a')]))return'root:\x20string\x20expected';if(null!=_0x28bed1['rootMain']&&_0x28bed1['hasOwnProperty'](_0x34db('0x7f'))&&_0x34db('0x5c')!=typeof _0x28bed1['rootMain'])return'rootMain:\x20boolean\x20expected';if(null!=_0x28bed1[_0x34db('0x65')]&&_0x28bed1['hasOwnProperty'](_0x34db('0x65'))&&_0x34db('0x5c')!=typeof _0x28bed1[_0x34db('0x65')])return _0x34db('0x9');if(null!=_0x28bed1[_0x34db('0xb')]&&_0x28bed1[_0x34db('0x78')](_0x34db('0xb'))){if(!Array[_0x34db('0x73')](_0x28bed1[_0x34db('0xb')]))return _0x34db('0x2d');for(let _0x200582=0x0;_0x200582<_0x28bed1[_0x34db('0xb')]['length'];++_0x200582)if(!k[_0x34db('0x17')](_0x28bed1[_0x34db('0xb')][_0x200582]))return'path:\x20integer[]\x20expected';}return null!=_0x28bed1[_0x34db('0x49')]&&_0x28bed1[_0x34db('0x78')](_0x34db('0x49'))&&!k[_0x34db('0x22')](_0x28bed1[_0x34db('0x49')])?_0x34db('0x5b'):null;},_0x483418['fromObject']=function(_0x3e143d){if(_0x3e143d instanceof v[_0x34db('0x87')])return _0x3e143d;let _0x52cc0d=new v[(_0x34db('0x87'))]();if(null!=_0x3e143d[_0x34db('0x6a')]&&(_0x52cc0d[_0x34db('0x6a')]=String(_0x3e143d['root'])),null!=_0x3e143d[_0x34db('0x7f')]&&(_0x52cc0d[_0x34db('0x7f')]=Boolean(_0x3e143d[_0x34db('0x7f')])),null!=_0x3e143d[_0x34db('0x65')]&&(_0x52cc0d[_0x34db('0x65')]=Boolean(_0x3e143d[_0x34db('0x65')])),_0x3e143d[_0x34db('0xb')]){if(!Array[_0x34db('0x73')](_0x3e143d['path']))throw TypeError('.Position.path:\x20array\x20expected');_0x52cc0d['path']=[];for(let _0x66ba2e=0x0;_0x66ba2e<_0x3e143d[_0x34db('0xb')]['length'];++_0x66ba2e)_0x52cc0d['path'][_0x66ba2e]=_0x3e143d[_0x34db('0xb')][_0x66ba2e]>>>0x0;}return null!=_0x3e143d[_0x34db('0x49')]&&(_0x52cc0d[_0x34db('0x49')]=String(_0x3e143d[_0x34db('0x49')])),_0x52cc0d;},_0x483418['toObject']=function(_0xe1b5fc,_0x5eb537){_0x5eb537||(_0x5eb537={});let _0x173071={};if((_0x5eb537[_0x34db('0x6d')]||_0x5eb537[_0x34db('0x6e')])&&(_0x173071['path']=[]),_0x5eb537['defaults']&&(_0x173071[_0x34db('0x6a')]='',_0x173071[_0x34db('0x7f')]=!0x1,_0x173071[_0x34db('0x65')]=!0x1,_0x173071['stickiness']=''),null!=_0xe1b5fc[_0x34db('0x6a')]&&_0xe1b5fc[_0x34db('0x78')](_0x34db('0x6a'))&&(_0x173071[_0x34db('0x6a')]=_0xe1b5fc[_0x34db('0x6a')]),null!=_0xe1b5fc[_0x34db('0x7f')]&&_0xe1b5fc[_0x34db('0x78')](_0x34db('0x7f'))&&(_0x173071['rootMain']=_0xe1b5fc['rootMain']),null!=_0xe1b5fc[_0x34db('0x65')]&&_0xe1b5fc[_0x34db('0x78')](_0x34db('0x65'))&&(_0x173071[_0x34db('0x65')]=_0xe1b5fc[_0x34db('0x65')]),_0xe1b5fc[_0x34db('0xb')]&&_0xe1b5fc['path']['length']){_0x173071[_0x34db('0xb')]=[];for(let _0x2e2703=0x0;_0x2e2703<_0xe1b5fc[_0x34db('0xb')][_0x34db('0x4c')];++_0x2e2703)_0x173071[_0x34db('0xb')][_0x2e2703]=_0xe1b5fc['path'][_0x2e2703];}return null!=_0xe1b5fc[_0x34db('0x49')]&&_0xe1b5fc['hasOwnProperty'](_0x34db('0x49'))&&(_0x173071[_0x34db('0x49')]=_0xe1b5fc[_0x34db('0x49')]),_0x173071;},_0x483418[_0x34db('0x80')][_0x34db('0x7a')]=function(){return this[_0x34db('0x86')][_0x34db('0x8f')](this,_0x42a166[_0x34db('0x25')][_0x34db('0xa')]);},_0x483418[_0x34db('0x3d')]=function(_0x49ed77){return void 0x0===_0x49ed77&&(_0x49ed77=_0x34db('0x11')),_0x49ed77+_0x34db('0x56');},_0x483418;})();export const Range=v[_0x34db('0x1e')]=(()=>{function _0xefb52a(_0x5a2f11){if(_0x5a2f11)for(let _0x214998=Object[_0x34db('0x33')](_0x5a2f11),_0x483669=0x0;_0x483669<_0x214998[_0x34db('0x4c')];++_0x483669)null!=_0x5a2f11[_0x214998[_0x483669]]&&(this[_0x214998[_0x483669]]=_0x5a2f11[_0x214998[_0x483669]]);}return _0xefb52a[_0x34db('0x80')][_0x34db('0x13')]=null,_0xefb52a[_0x34db('0x80')]['end']=null,_0xefb52a[_0x34db('0x96')]=function(_0x35a83f){return new _0xefb52a(_0x35a83f);},_0xefb52a[_0x34db('0x67')]=function(_0xeef747,_0x23fca3){return _0x23fca3||(_0x23fca3=y[_0x34db('0x96')]()),null!=_0xeef747[_0x34db('0x13')]&&Object[_0x34db('0x78')][_0x34db('0x45')](_0xeef747,_0x34db('0x13'))&&v['Position'][_0x34db('0x67')](_0xeef747[_0x34db('0x13')],_0x23fca3[_0x34db('0x8c')](0xa)[_0x34db('0x43')]())[_0x34db('0x74')](),null!=_0xeef747[_0x34db('0x36')]&&Object[_0x34db('0x78')][_0x34db('0x45')](_0xeef747,_0x34db('0x36'))&&v[_0x34db('0x87')][_0x34db('0x67')](_0xeef747[_0x34db('0x36')],_0x23fca3['uint32'](0x12)[_0x34db('0x43')]())[_0x34db('0x74')](),_0x23fca3;},_0xefb52a[_0x34db('0x88')]=function(_0xaba082,_0x5a4cc9){return this[_0x34db('0x67')](_0xaba082,_0x5a4cc9)[_0x34db('0x74')]();},_0xefb52a[_0x34db('0x47')]=function(_0x4cadb0,_0x1e2108){_0x4cadb0 instanceof j||(_0x4cadb0=j[_0x34db('0x96')](_0x4cadb0));let _0x46fd54=void 0x0===_0x1e2108?_0x4cadb0[_0x34db('0x3')]:_0x4cadb0['pos']+_0x1e2108,_0x571669=new v[(_0x34db('0x1e'))]();for(;_0x4cadb0[_0x34db('0x1a')]<_0x46fd54;){let _0x29950e=_0x4cadb0[_0x34db('0x8c')]();switch(_0x29950e>>>0x3){case 0x1:_0x571669[_0x34db('0x13')]=v['Position'][_0x34db('0x47')](_0x4cadb0,_0x4cadb0[_0x34db('0x8c')]());break;case 0x2:_0x571669[_0x34db('0x36')]=v['Position'][_0x34db('0x47')](_0x4cadb0,_0x4cadb0[_0x34db('0x8c')]());break;default:_0x4cadb0['skipType'](0x7&_0x29950e);}}return _0x571669;},_0xefb52a['decodeDelimited']=function(_0x2b7942){return _0x2b7942 instanceof j||(_0x2b7942=new j(_0x2b7942)),this[_0x34db('0x47')](_0x2b7942,_0x2b7942[_0x34db('0x8c')]());},_0xefb52a[_0x34db('0x48')]=function(_0x27ea33){if(_0x34db('0xd')!=typeof _0x27ea33||null===_0x27ea33)return'object\x20expected';if(null!=_0x27ea33[_0x34db('0x13')]&&_0x27ea33[_0x34db('0x78')](_0x34db('0x13'))){let _0x21eada=v[_0x34db('0x87')]['verify'](_0x27ea33[_0x34db('0x13')]);if(_0x21eada)return _0x34db('0x40')+_0x21eada;}if(null!=_0x27ea33[_0x34db('0x36')]&&_0x27ea33[_0x34db('0x78')](_0x34db('0x36'))){let _0x4c93aa=v[_0x34db('0x87')][_0x34db('0x48')](_0x27ea33[_0x34db('0x36')]);if(_0x4c93aa)return _0x34db('0x30')+_0x4c93aa;}return null;},_0xefb52a[_0x34db('0x71')]=function(_0x4aa3a9){if(_0x4aa3a9 instanceof v[_0x34db('0x1e')])return _0x4aa3a9;let _0x125ca2=new v['Range']();if(null!=_0x4aa3a9['start']){if(_0x34db('0xd')!=typeof _0x4aa3a9[_0x34db('0x13')])throw TypeError(_0x34db('0x95'));_0x125ca2[_0x34db('0x13')]=v[_0x34db('0x87')][_0x34db('0x71')](_0x4aa3a9[_0x34db('0x13')]);}if(null!=_0x4aa3a9[_0x34db('0x36')]){if(_0x34db('0xd')!=typeof _0x4aa3a9['end'])throw TypeError(_0x34db('0x59'));_0x125ca2['end']=v[_0x34db('0x87')]['fromObject'](_0x4aa3a9[_0x34db('0x36')]);}return _0x125ca2;},_0xefb52a[_0x34db('0x8f')]=function(_0xde0c5,_0x8f4cbe){_0x8f4cbe||(_0x8f4cbe={});let _0x4fd7d5={};return _0x8f4cbe[_0x34db('0x6e')]&&(_0x4fd7d5[_0x34db('0x13')]=null,_0x4fd7d5[_0x34db('0x36')]=null),null!=_0xde0c5['start']&&_0xde0c5[_0x34db('0x78')](_0x34db('0x13'))&&(_0x4fd7d5[_0x34db('0x13')]=v[_0x34db('0x87')][_0x34db('0x8f')](_0xde0c5[_0x34db('0x13')],_0x8f4cbe)),null!=_0xde0c5[_0x34db('0x36')]&&_0xde0c5['hasOwnProperty']('end')&&(_0x4fd7d5[_0x34db('0x36')]=v[_0x34db('0x87')][_0x34db('0x8f')](_0xde0c5[_0x34db('0x36')],_0x8f4cbe)),_0x4fd7d5;},_0xefb52a[_0x34db('0x80')][_0x34db('0x7a')]=function(){return this['constructor']['toObject'](this,_0x42a166[_0x34db('0x25')][_0x34db('0xa')]);},_0xefb52a[_0x34db('0x3d')]=function(_0x187766){return void 0x0===_0x187766&&(_0x187766=_0x34db('0x11')),_0x187766+_0x34db('0x82');},_0xefb52a;})();export const Element=v['Element']=(()=>{function _0x167550(_0x19826b){if(this[_0x34db('0x70')]=[],this[_0x34db('0x60')]={},_0x19826b)for(let _0x3ec018=Object['keys'](_0x19826b),_0x181228=0x0;_0x181228<_0x3ec018['length'];++_0x181228)null!=_0x19826b[_0x3ec018[_0x181228]]&&(this[_0x3ec018[_0x181228]]=_0x19826b[_0x3ec018[_0x181228]]);}return _0x167550[_0x34db('0x80')]['name']='',_0x167550[_0x34db('0x80')]['children']=k[_0x34db('0x4')],_0x167550[_0x34db('0x80')]['data']='',_0x167550[_0x34db('0x80')][_0x34db('0x60')]=k[_0x34db('0x10')],_0x167550['prototype']['attributesJson']='',_0x167550['create']=function(_0x481ddb){return new _0x167550(_0x481ddb);},_0x167550[_0x34db('0x67')]=function(_0x187964,_0x1ba455){if(_0x1ba455||(_0x1ba455=y[_0x34db('0x96')]()),null!=_0x187964[_0x34db('0x84')]&&Object['hasOwnProperty']['call'](_0x187964,_0x34db('0x84'))&&_0x1ba455[_0x34db('0x8c')](0xa)['string'](_0x187964[_0x34db('0x84')]),null!=_0x187964[_0x34db('0x70')]&&_0x187964[_0x34db('0x70')][_0x34db('0x4c')])for(let _0x2d980f=0x0;_0x2d980f<_0x187964[_0x34db('0x70')][_0x34db('0x4c')];++_0x2d980f)v[_0x34db('0x8d')][_0x34db('0x67')](_0x187964['children'][_0x2d980f],_0x1ba455['uint32'](0x12)[_0x34db('0x43')]())[_0x34db('0x74')]();if(null!=_0x187964[_0x34db('0x83')]&&Object[_0x34db('0x78')][_0x34db('0x45')](_0x187964,_0x34db('0x83'))&&_0x1ba455['uint32'](0x1a)[_0x34db('0x1')](_0x187964[_0x34db('0x83')]),null!=_0x187964[_0x34db('0x60')]&&Object['hasOwnProperty'][_0x34db('0x45')](_0x187964,_0x34db('0x60')))for(let _0x491f0c=Object[_0x34db('0x33')](_0x187964[_0x34db('0x60')]),_0x443d6e=0x0;_0x443d6e<_0x491f0c[_0x34db('0x4c')];++_0x443d6e)_0x1ba455[_0x34db('0x8c')](0x22)[_0x34db('0x43')]()[_0x34db('0x8c')](0xa)[_0x34db('0x1')](_0x491f0c[_0x443d6e])[_0x34db('0x8c')](0x10)[_0x34db('0x32')](_0x187964[_0x34db('0x60')][_0x491f0c[_0x443d6e]])[_0x34db('0x74')]();return null!=_0x187964[_0x34db('0x89')]&&Object['hasOwnProperty']['call'](_0x187964,_0x34db('0x89'))&&_0x1ba455['uint32'](0x2a)['string'](_0x187964[_0x34db('0x89')]),_0x1ba455;},_0x167550[_0x34db('0x88')]=function(_0xacba34,_0x50e1db){return this[_0x34db('0x67')](_0xacba34,_0x50e1db)[_0x34db('0x74')]();},_0x167550[_0x34db('0x47')]=function(_0x113824,_0x1dc4d8){_0x113824 instanceof j||(_0x113824=j[_0x34db('0x96')](_0x113824));let _0x2084db,_0x30d26d,_0x26b63b=void 0x0===_0x1dc4d8?_0x113824[_0x34db('0x3')]:_0x113824['pos']+_0x1dc4d8,_0x3cb242=new v[(_0x34db('0x8d'))]();for(;_0x113824['pos']<_0x26b63b;){let _0xfa090=_0x113824[_0x34db('0x8c')]();switch(_0xfa090>>>0x3){case 0x1:_0x3cb242[_0x34db('0x84')]=_0x113824['string']();break;case 0x2:_0x3cb242['children']&&_0x3cb242['children'][_0x34db('0x4c')]||(_0x3cb242[_0x34db('0x70')]=[]),_0x3cb242[_0x34db('0x70')][_0x34db('0x50')](v[_0x34db('0x8d')]['decode'](_0x113824,_0x113824[_0x34db('0x8c')]()));break;case 0x3:_0x3cb242['data']=_0x113824[_0x34db('0x1')]();break;case 0x4:{_0x3cb242['attributesBoolean']===k['emptyObject']&&(_0x3cb242[_0x34db('0x60')]={});let _0x2d677c=_0x113824[_0x34db('0x8c')]()+_0x113824[_0x34db('0x1a')];for(_0x2084db='',_0x30d26d=!0x1;_0x113824[_0x34db('0x1a')]<_0x2d677c;){let _0x527357=_0x113824['uint32']();switch(_0x527357>>>0x3){case 0x1:_0x2084db=_0x113824[_0x34db('0x1')]();break;case 0x2:_0x30d26d=_0x113824['bool']();break;default:_0x113824[_0x34db('0x8b')](0x7&_0x527357);}}_0x3cb242[_0x34db('0x60')][_0x2084db]=_0x30d26d;break;}case 0x5:_0x3cb242[_0x34db('0x89')]=_0x113824[_0x34db('0x1')]();break;default:_0x113824[_0x34db('0x8b')](0x7&_0xfa090);}}return _0x3cb242;},_0x167550[_0x34db('0x41')]=function(_0x553ea0){return _0x553ea0 instanceof j||(_0x553ea0=new j(_0x553ea0)),this[_0x34db('0x47')](_0x553ea0,_0x553ea0['uint32']());},_0x167550[_0x34db('0x48')]=function(_0x76096b){if(_0x34db('0xd')!=typeof _0x76096b||null===_0x76096b)return _0x34db('0x66');if(null!=_0x76096b[_0x34db('0x84')]&&_0x76096b['hasOwnProperty'](_0x34db('0x84'))&&!k[_0x34db('0x22')](_0x76096b[_0x34db('0x84')]))return _0x34db('0x3a');if(null!=_0x76096b['children']&&_0x76096b['hasOwnProperty'](_0x34db('0x70'))){if(!Array[_0x34db('0x73')](_0x76096b[_0x34db('0x70')]))return _0x34db('0x1f');for(let _0x11e34f=0x0;_0x11e34f<_0x76096b[_0x34db('0x70')][_0x34db('0x4c')];++_0x11e34f){let _0x4f6033=v[_0x34db('0x8d')][_0x34db('0x48')](_0x76096b[_0x34db('0x70')][_0x11e34f]);if(_0x4f6033)return _0x34db('0x7c')+_0x4f6033;}}if(null!=_0x76096b[_0x34db('0x83')]&&_0x76096b[_0x34db('0x78')](_0x34db('0x83'))&&!k['isString'](_0x76096b[_0x34db('0x83')]))return _0x34db('0x79');if(null!=_0x76096b[_0x34db('0x60')]&&_0x76096b[_0x34db('0x78')](_0x34db('0x60'))){if(!k['isObject'](_0x76096b[_0x34db('0x60')]))return _0x34db('0x18');let _0x44f982=Object['keys'](_0x76096b[_0x34db('0x60')]);for(let _0x1e994f=0x0;_0x1e994f<_0x44f982[_0x34db('0x4c')];++_0x1e994f)if(_0x34db('0x5c')!=typeof _0x76096b[_0x34db('0x60')][_0x44f982[_0x1e994f]])return _0x34db('0x3b');}return null!=_0x76096b[_0x34db('0x89')]&&_0x76096b[_0x34db('0x78')](_0x34db('0x89'))&&!k[_0x34db('0x22')](_0x76096b[_0x34db('0x89')])?_0x34db('0x4b'):null;},_0x167550[_0x34db('0x71')]=function(_0x228ab6){if(_0x228ab6 instanceof v['Element'])return _0x228ab6;let _0x52176c=new v['Element']();if(null!=_0x228ab6[_0x34db('0x84')]&&(_0x52176c[_0x34db('0x84')]=String(_0x228ab6[_0x34db('0x84')])),_0x228ab6[_0x34db('0x70')]){if(!Array[_0x34db('0x73')](_0x228ab6[_0x34db('0x70')]))throw TypeError(_0x34db('0x64'));_0x52176c['children']=[];for(let _0x59e7a2=0x0;_0x59e7a2<_0x228ab6[_0x34db('0x70')]['length'];++_0x59e7a2){if(_0x34db('0xd')!=typeof _0x228ab6[_0x34db('0x70')][_0x59e7a2])throw TypeError(_0x34db('0x15'));_0x52176c[_0x34db('0x70')][_0x59e7a2]=v['Element'][_0x34db('0x71')](_0x228ab6[_0x34db('0x70')][_0x59e7a2]);}}if(null!=_0x228ab6[_0x34db('0x83')]&&(_0x52176c[_0x34db('0x83')]=String(_0x228ab6[_0x34db('0x83')])),_0x228ab6['attributesBoolean']){if(_0x34db('0xd')!=typeof _0x228ab6['attributesBoolean'])throw TypeError(_0x34db('0x2b'));_0x52176c[_0x34db('0x60')]={};for(let _0x499b73=Object[_0x34db('0x33')](_0x228ab6['attributesBoolean']),_0x428d1e=0x0;_0x428d1e<_0x499b73[_0x34db('0x4c')];++_0x428d1e)_0x52176c[_0x34db('0x60')][_0x499b73[_0x428d1e]]=Boolean(_0x228ab6['attributesBoolean'][_0x499b73[_0x428d1e]]);}return null!=_0x228ab6[_0x34db('0x89')]&&(_0x52176c[_0x34db('0x89')]=String(_0x228ab6[_0x34db('0x89')])),_0x52176c;},_0x167550['toObject']=function(_0x1d5f4f,_0x3cd10b){_0x3cd10b||(_0x3cd10b={});let _0x405344,_0x79d4a9={};if((_0x3cd10b[_0x34db('0x6d')]||_0x3cd10b[_0x34db('0x6e')])&&(_0x79d4a9[_0x34db('0x70')]=[]),(_0x3cd10b['objects']||_0x3cd10b[_0x34db('0x6e')])&&(_0x79d4a9[_0x34db('0x60')]={}),_0x3cd10b[_0x34db('0x6e')]&&(_0x79d4a9[_0x34db('0x84')]='',_0x79d4a9[_0x34db('0x83')]='',_0x79d4a9[_0x34db('0x89')]=''),null!=_0x1d5f4f[_0x34db('0x84')]&&_0x1d5f4f[_0x34db('0x78')](_0x34db('0x84'))&&(_0x79d4a9[_0x34db('0x84')]=_0x1d5f4f[_0x34db('0x84')]),_0x1d5f4f[_0x34db('0x70')]&&_0x1d5f4f[_0x34db('0x70')][_0x34db('0x4c')]){_0x79d4a9[_0x34db('0x70')]=[];for(let _0x14e925=0x0;_0x14e925<_0x1d5f4f[_0x34db('0x70')]['length'];++_0x14e925)_0x79d4a9[_0x34db('0x70')][_0x14e925]=v[_0x34db('0x8d')][_0x34db('0x8f')](_0x1d5f4f['children'][_0x14e925],_0x3cd10b);}if(null!=_0x1d5f4f[_0x34db('0x83')]&&_0x1d5f4f[_0x34db('0x78')]('data')&&(_0x79d4a9['data']=_0x1d5f4f[_0x34db('0x83')]),_0x1d5f4f[_0x34db('0x60')]&&(_0x405344=Object[_0x34db('0x33')](_0x1d5f4f[_0x34db('0x60')]))[_0x34db('0x4c')]){_0x79d4a9[_0x34db('0x60')]={};for(let _0x442312=0x0;_0x442312<_0x405344[_0x34db('0x4c')];++_0x442312)_0x79d4a9[_0x34db('0x60')][_0x405344[_0x442312]]=_0x1d5f4f['attributesBoolean'][_0x405344[_0x442312]];}return null!=_0x1d5f4f[_0x34db('0x89')]&&_0x1d5f4f[_0x34db('0x78')](_0x34db('0x89'))&&(_0x79d4a9['attributesJson']=_0x1d5f4f[_0x34db('0x89')]),_0x79d4a9;},_0x167550[_0x34db('0x80')][_0x34db('0x7a')]=function(){return this['constructor']['toObject'](this,_0x42a166[_0x34db('0x25')][_0x34db('0xa')]);},_0x167550[_0x34db('0x3d')]=function(_0x5ea88c){return void 0x0===_0x5ea88c&&(_0x5ea88c=_0x34db('0x11')),_0x5ea88c+_0x34db('0x90');},_0x167550;})();export{v as default};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4dab=['decompress','compress','_omittedNamespace','MarkerOperation','name','startsWith','__className','length'];(function(_0x395fb3,_0x4dab44){const _0x17c1fc=function(_0x3365d4){while(--_0x3365d4){_0x395fb3['push'](_0x395fb3['shift']());}};_0x17c1fc(++_0x4dab44);}(_0x4dab,0x155));const _0x17c1=function(_0x395fb3,_0x4dab44){_0x395fb3=_0x395fb3-0x0;let _0x17c1fc=_0x4dab[_0x395fb3];return _0x17c1fc;};import _0x49e9a8 from'./markeroperationcompressor';export default class a extends _0x49e9a8{constructor(_0x17babe,_0x35da1b,_0x2e683c,_0x3def5d){super(_0x17babe,_0x35da1b,_0x2e683c),this[_0x17c1('0x5')]=_0x3def5d+':';}[_0x17c1('0x4')](_0x523792,_0x56910c){return!(_0x17c1('0x6')!=_0x56910c[0x0][_0x17c1('0x1')]||!_0x56910c[0x0][_0x17c1('0x7')][_0x17c1('0x0')](this[_0x17c1('0x5')]))&&(_0x56910c[0x0]['name']=_0x56910c[0x0][_0x17c1('0x7')]['replace'](new RegExp('^'+this[_0x17c1('0x5')]),''),super[_0x17c1('0x4')](_0x523792,_0x56910c),!0x0);}[_0x17c1('0x3')](_0x3de404,_0x3bd4e7){super[_0x17c1('0x3')](_0x3de404,_0x3bd4e7);const _0x274700=_0x3de404[_0x3de404[_0x17c1('0x2')]-0x1];_0x274700[_0x17c1('0x7')]=this['_omittedNamespace']+_0x274700[_0x17c1('0x7')];}}
23
+ const _0x29ea=['replace','name','compress','decompress','_omittedNamespace','__className'];(function(_0xbca91c,_0x29ea22){const _0x44f6ec=function(_0x4b09a0){while(--_0x4b09a0){_0xbca91c['push'](_0xbca91c['shift']());}};_0x44f6ec(++_0x29ea22);}(_0x29ea,0x95));const _0x44f6=function(_0xbca91c,_0x29ea22){_0xbca91c=_0xbca91c-0x0;let _0x44f6ec=_0x29ea[_0xbca91c];return _0x44f6ec;};import _0x2bbfe9 from'./markeroperationcompressor';export default class a extends _0x2bbfe9{constructor(_0x1bf3b5,_0x2a595c,_0x471cc6,_0x516e66){super(_0x1bf3b5,_0x2a595c,_0x471cc6),this[_0x44f6('0x5')]=_0x516e66+':';}[_0x44f6('0x3')](_0x3d4ad3,_0x2550b5){return!('MarkerOperation'!=_0x2550b5[0x0][_0x44f6('0x0')]||!_0x2550b5[0x0]['name']['startsWith'](this[_0x44f6('0x5')]))&&(_0x2550b5[0x0][_0x44f6('0x2')]=_0x2550b5[0x0][_0x44f6('0x2')][_0x44f6('0x1')](new RegExp('^'+this[_0x44f6('0x5')]),''),super[_0x44f6('0x3')](_0x3d4ad3,_0x2550b5),!0x0);}[_0x44f6('0x4')](_0x5a34ee,_0x21c482){super[_0x44f6('0x4')](_0x5a34ee,_0x21c482);const _0x401c07=_0x5a34ee[_0x5a34ee['length']-0x1];_0x401c07['name']=this[_0x44f6('0x5')]+_0x401c07[_0x44f6('0x2')];}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2569=['shift','newValue','__className','_serializeOneOf','oldValue','_protobufDescriptor','types','buffers','_operationName','parse','compress','Boolean','Json','_id','push','_deserializeOneOf'];(function(_0xcd81cd,_0x2569c2){const _0x4d9bc8=function(_0x2a4f88){while(--_0x2a4f88){_0xcd81cd['push'](_0xcd81cd['shift']());}};_0x4d9bc8(++_0x2569c2);}(_0x2569,0x99));const _0x4d9b=function(_0xcd81cd,_0x2569c2){_0xcd81cd=_0xcd81cd-0x0;let _0x4d9bc8=_0x2569[_0xcd81cd];return _0x4d9bc8;};import _0xaaa9ce from'./operationcompressor';import{parsePositionBeforeCompression as _0x27b164,parsePositionAfterCompression as _0x55fc23}from'../utils';export default class i extends _0xaaa9ce{[_0x4d9b('0x1')](_0x52435f,_0x51940b){const _0x57469d=_0x51940b[_0x4d9b('0x7')]();return this[_0x4d9b('0xa')](_0x4d9b('0xb'),_0x57469d),this[_0x4d9b('0xa')](_0x4d9b('0x8'),_0x57469d),_0x27b164(_0x57469d),_0x52435f[_0x4d9b('0xe')][_0x4d9b('0x5')](this['_protobufDescriptor']['compress'](_0x57469d)),_0x52435f[_0x4d9b('0xd')][_0x4d9b('0x5')](this[_0x4d9b('0x4')]),!0x0;}['decompress'](_0x8c74c3,_0x286c3d){const {types:_0x446a85,buffers:_0x3bef4f}=_0x286c3d,_0x5a9f90=this[_0x4d9b('0xc')]['decompress'](_0x3bef4f[_0x4d9b('0x7')]());_0x446a85[_0x4d9b('0x7')](),this[_0x4d9b('0x6')](_0x4d9b('0xb'),_0x5a9f90),this['_deserializeOneOf'](_0x4d9b('0x8'),_0x5a9f90),_0x55fc23(_0x5a9f90),_0x5a9f90[_0x4d9b('0x9')]=this[_0x4d9b('0xf')],_0x8c74c3[_0x4d9b('0x5')](_0x5a9f90);}['_serializeOneOf'](_0x5be7fd,_0x2ab515){const _0x8a1fc5=_0x2ab515[_0x5be7fd];'boolean'==typeof _0x8a1fc5?_0x2ab515[_0x5be7fd+_0x4d9b('0x2')]=_0x8a1fc5:_0x2ab515[_0x5be7fd+'Json']=JSON['stringify'](_0x8a1fc5);}[_0x4d9b('0x6')](_0x1b6bd6,_0x4b8718){const _0x1caee0=_0x1b6bd6+_0x4d9b('0x3');_0x4b8718[_0x1caee0]?(_0x4b8718[_0x1b6bd6]=JSON[_0x4d9b('0x0')](_0x4b8718[_0x1caee0]),delete _0x4b8718[_0x1caee0]):(_0x4b8718[_0x1b6bd6]=_0x4b8718[_0x1b6bd6+'Boolean'],delete _0x4b8718[_0x1b6bd6+_0x4d9b('0x2')]);}}
23
+ const _0x48bb=['Boolean','oldValue','newValue','_operationName','compress','_serializeOneOf','push','shift','parse','decompress','buffers','boolean','_deserializeOneOf','Json','_protobufDescriptor'];(function(_0x4c83c5,_0x48bb1b){const _0x5a5f39=function(_0x557ae3){while(--_0x557ae3){_0x4c83c5['push'](_0x4c83c5['shift']());}};_0x5a5f39(++_0x48bb1b);}(_0x48bb,0x1a5));const _0x5a5f=function(_0x4c83c5,_0x48bb1b){_0x4c83c5=_0x4c83c5-0x0;let _0x5a5f39=_0x48bb[_0x4c83c5];return _0x5a5f39;};import _0x260823 from'./operationcompressor';import{parsePositionBeforeCompression as _0x1f0e3d,parsePositionAfterCompression as _0x48cf29}from'../utils';export default class i extends _0x260823{[_0x5a5f('0x3')](_0x4e0baa,_0x340d4b){const _0xafc0ea=_0x340d4b['shift']();return this[_0x5a5f('0x4')](_0x5a5f('0x0'),_0xafc0ea),this['_serializeOneOf'](_0x5a5f('0x1'),_0xafc0ea),_0x1f0e3d(_0xafc0ea),_0x4e0baa[_0x5a5f('0x9')][_0x5a5f('0x5')](this['_protobufDescriptor'][_0x5a5f('0x3')](_0xafc0ea)),_0x4e0baa['types'][_0x5a5f('0x5')](this['_id']),!0x0;}[_0x5a5f('0x8')](_0x1030c6,_0x20b8c0){const {types:_0xe7efd9,buffers:_0x2f72c6}=_0x20b8c0,_0x1e3564=this[_0x5a5f('0xd')][_0x5a5f('0x8')](_0x2f72c6[_0x5a5f('0x6')]());_0xe7efd9['shift'](),this['_deserializeOneOf'](_0x5a5f('0x0'),_0x1e3564),this[_0x5a5f('0xb')](_0x5a5f('0x1'),_0x1e3564),_0x48cf29(_0x1e3564),_0x1e3564['__className']=this[_0x5a5f('0x2')],_0x1030c6[_0x5a5f('0x5')](_0x1e3564);}['_serializeOneOf'](_0x2cb3b0,_0x3a4229){const _0xa388b8=_0x3a4229[_0x2cb3b0];_0x5a5f('0xa')==typeof _0xa388b8?_0x3a4229[_0x2cb3b0+_0x5a5f('0xe')]=_0xa388b8:_0x3a4229[_0x2cb3b0+_0x5a5f('0xc')]=JSON['stringify'](_0xa388b8);}[_0x5a5f('0xb')](_0x4a97a7,_0x2eba42){const _0x60f45f=_0x4a97a7+_0x5a5f('0xc');_0x2eba42[_0x60f45f]?(_0x2eba42[_0x4a97a7]=JSON[_0x5a5f('0x7')](_0x2eba42[_0x60f45f]),delete _0x2eba42[_0x60f45f]):(_0x2eba42[_0x4a97a7]=_0x2eba42[_0x4a97a7+_0x5a5f('0xe')],delete _0x2eba42[_0x4a97a7+'Boolean']);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3389=['children','push','_protobufDescriptor','types','_areValuesBoolean','__className','nodes','attributesJson','decompress','compress','_serializeNodesAttributes','keys','boolean','every','parse','buffers','_id','_deserializeNodesAttributes','attributesBoolean','stringify','attributes','shift'];(function(_0x79d473,_0x33899c){const _0x5a7dc7=function(_0x142dab){while(--_0x142dab){_0x79d473['push'](_0x79d473['shift']());}};_0x5a7dc7(++_0x33899c);}(_0x3389,0x83));const _0x5a7d=function(_0x79d473,_0x33899c){_0x79d473=_0x79d473-0x0;let _0x5a7dc7=_0x3389[_0x79d473];return _0x5a7dc7;};import _0x5bbda2 from'./operationcompressor';import{parsePositionBeforeCompression as _0x536211,parsePositionAfterCompression as _0x56af75}from'../utils';export default class s extends _0x5bbda2{[_0x5a7d('0xa')](_0x253e28,_0x5be044){const _0x4f96bf=_0x5be044[_0x5a7d('0x0')]();return this[_0x5a7d('0xb')](_0x4f96bf[_0x5a7d('0x7')]),_0x536211(_0x4f96bf),_0x253e28[_0x5a7d('0x10')]['push'](this[_0x5a7d('0x3')][_0x5a7d('0xa')](_0x4f96bf)),_0x253e28[_0x5a7d('0x4')][_0x5a7d('0x2')](this[_0x5a7d('0x11')]),!0x0;}[_0x5a7d('0x9')](_0x16c7ff,_0x218bfb){const {types:_0x417e9d,buffers:_0x5f15dc}=_0x218bfb,_0x537523=this[_0x5a7d('0x3')]['decompress'](_0x5f15dc[_0x5a7d('0x0')]());_0x417e9d[_0x5a7d('0x0')](),_0x537523[_0x5a7d('0x7')]||(_0x537523[_0x5a7d('0x7')]=[]),this[_0x5a7d('0x12')](_0x537523[_0x5a7d('0x7')]),_0x56af75(_0x537523),_0x537523[_0x5a7d('0x6')]=this['_operationName'],_0x16c7ff[_0x5a7d('0x2')](_0x537523);}['_serializeNodesAttributes'](_0x46b221){for(const _0x48fb64 of _0x46b221){if(_0x48fb64[_0x5a7d('0x15')]){const _0x5cffef=_0x48fb64['attributes'];this[_0x5a7d('0x5')](_0x5cffef)?_0x48fb64[_0x5a7d('0x13')]=_0x5cffef:_0x48fb64[_0x5a7d('0x8')]=JSON[_0x5a7d('0x14')](_0x5cffef);}_0x48fb64[_0x5a7d('0x1')]&&this[_0x5a7d('0xb')](_0x48fb64[_0x5a7d('0x1')]);}}['_deserializeNodesAttributes'](_0x22006b){for(const _0x21d264 of _0x22006b)(_0x21d264[_0x5a7d('0x13')]||_0x21d264[_0x5a7d('0x8')])&&(_0x21d264['attributesBoolean']?(_0x21d264[_0x5a7d('0x15')]=_0x21d264[_0x5a7d('0x13')],delete _0x21d264[_0x5a7d('0x13')]):(_0x21d264[_0x5a7d('0x15')]=JSON[_0x5a7d('0xf')](_0x21d264['attributesJson']),delete _0x21d264[_0x5a7d('0x8')])),_0x21d264['children']&&this[_0x5a7d('0x12')](_0x21d264[_0x5a7d('0x1')]);}[_0x5a7d('0x5')](_0x1de3d3){return Object[_0x5a7d('0xc')](_0x1de3d3)[_0x5a7d('0xe')](_0x1f6ba1=>_0x5a7d('0xd')==typeof _0x1de3d3[_0x1f6ba1]);}}
23
+ const _0x26bd=['children','stringify','_protobufDescriptor','keys','compress','parse','types','decompress','boolean','attributesBoolean','every','attributes','attributesJson','shift','_deserializeNodesAttributes','buffers','_areValuesBoolean','nodes','_id','_serializeNodesAttributes','_operationName','__className','push'];(function(_0x2de402,_0x26bdee){const _0x118c6a=function(_0x52944f){while(--_0x52944f){_0x2de402['push'](_0x2de402['shift']());}};_0x118c6a(++_0x26bdee);}(_0x26bd,0x124));const _0x118c=function(_0x2de402,_0x26bdee){_0x2de402=_0x2de402-0x0;let _0x118c6a=_0x26bd[_0x2de402];return _0x118c6a;};import _0x436b14 from'./operationcompressor';import{parsePositionBeforeCompression as _0x15e008,parsePositionAfterCompression as _0x200a14}from'../utils';export default class s extends _0x436b14{[_0x118c('0xb')](_0x38ad00,_0x5ac7fd){const _0x22194d=_0x5ac7fd[_0x118c('0x14')]();return this['_serializeNodesAttributes'](_0x22194d[_0x118c('0x1')]),_0x15e008(_0x22194d),_0x38ad00[_0x118c('0x16')]['push'](this[_0x118c('0x9')][_0x118c('0xb')](_0x22194d)),_0x38ad00[_0x118c('0xd')][_0x118c('0x6')](this[_0x118c('0x2')]),!0x0;}['decompress'](_0x54c9c8,_0x27b10b){const {types:_0x114399,buffers:_0x25268f}=_0x27b10b,_0x13e54f=this[_0x118c('0x9')][_0x118c('0xe')](_0x25268f[_0x118c('0x14')]());_0x114399[_0x118c('0x14')](),_0x13e54f[_0x118c('0x1')]||(_0x13e54f[_0x118c('0x1')]=[]),this[_0x118c('0x15')](_0x13e54f['nodes']),_0x200a14(_0x13e54f),_0x13e54f[_0x118c('0x5')]=this[_0x118c('0x4')],_0x54c9c8[_0x118c('0x6')](_0x13e54f);}[_0x118c('0x3')](_0x1fae95){for(const _0x2b7a8a of _0x1fae95){if(_0x2b7a8a[_0x118c('0x12')]){const _0x454f7f=_0x2b7a8a[_0x118c('0x12')];this[_0x118c('0x0')](_0x454f7f)?_0x2b7a8a[_0x118c('0x10')]=_0x454f7f:_0x2b7a8a[_0x118c('0x13')]=JSON[_0x118c('0x8')](_0x454f7f);}_0x2b7a8a[_0x118c('0x7')]&&this[_0x118c('0x3')](_0x2b7a8a['children']);}}[_0x118c('0x15')](_0x4d4b50){for(const _0x38e51a of _0x4d4b50)(_0x38e51a[_0x118c('0x10')]||_0x38e51a[_0x118c('0x13')])&&(_0x38e51a[_0x118c('0x10')]?(_0x38e51a[_0x118c('0x12')]=_0x38e51a[_0x118c('0x10')],delete _0x38e51a['attributesBoolean']):(_0x38e51a['attributes']=JSON[_0x118c('0xc')](_0x38e51a[_0x118c('0x13')]),delete _0x38e51a[_0x118c('0x13')])),_0x38e51a[_0x118c('0x7')]&&this[_0x118c('0x15')](_0x38e51a[_0x118c('0x7')]);}[_0x118c('0x0')](_0x43bd75){return Object[_0x118c('0xa')](_0x43bd75)[_0x118c('0x11')](_0x489f49=>_0x118c('0xf')==typeof _0x43bd75[_0x489f49]);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5c19=['oldRange','decompress','length'];(function(_0x124134,_0x5c1924){const _0x3fbe36=function(_0x2d2ee4){while(--_0x2d2ee4){_0x124134['push'](_0x124134['shift']());}};_0x3fbe36(++_0x5c1924);}(_0x5c19,0xb0));const _0x3fbe=function(_0x124134,_0x5c1924){_0x124134=_0x124134-0x0;let _0x3fbe36=_0x5c19[_0x124134];return _0x3fbe36;};import _0x1ef530 from'./operationcompressor';export default class n extends _0x1ef530{['decompress'](_0x1f054e,_0x3703fb){super[_0x3fbe('0x2')](_0x1f054e,_0x3703fb);const _0x37a786=_0x1f054e[_0x1f054e[_0x3fbe('0x0')]-0x1];_0x37a786['oldRange']||(_0x37a786[_0x3fbe('0x1')]=null),_0x37a786['newRange']||(_0x37a786['newRange']=null);}}
23
+ const _0x56e2=['oldRange','decompress','newRange'];(function(_0x435414,_0x56e212){const _0x5c4ab3=function(_0x10da26){while(--_0x10da26){_0x435414['push'](_0x435414['shift']());}};_0x5c4ab3(++_0x56e212);}(_0x56e2,0x17f));const _0x5c4a=function(_0x435414,_0x56e212){_0x435414=_0x435414-0x0;let _0x5c4ab3=_0x56e2[_0x435414];return _0x5c4ab3;};import _0x5efbce from'./operationcompressor';export default class n extends _0x5efbce{[_0x5c4a('0x2')](_0xa9e1a1,_0x4fd819){super[_0x5c4a('0x2')](_0xa9e1a1,_0x4fd819);const _0x4106aa=_0xa9e1a1[_0xa9e1a1['length']-0x1];_0x4106aa[_0x5c4a('0x1')]||(_0x4106aa['oldRange']=null),_0x4106aa['newRange']||(_0x4106aa[_0x5c4a('0x0')]=null);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x89a7=['push','shift','_id','decompress'];(function(_0x3f63c3,_0x89a7e1){var _0x33db1c=function(_0x3590f0){while(--_0x3590f0){_0x3f63c3['push'](_0x3f63c3['shift']());}};_0x33db1c(++_0x89a7e1);}(_0x89a7,0x16e));var _0x33db=function(_0x3f63c3,_0x89a7e1){_0x3f63c3=_0x3f63c3-0x0;var _0x33db1c=_0x89a7[_0x3f63c3];return _0x33db1c;};import _0x4a1b01 from'./operationcompressor';export default class p extends _0x4a1b01{['compress'](_0x4aa6a4,_0x58467f){return _0x58467f[_0x33db('0x3')](),_0x4aa6a4['types'][_0x33db('0x2')](this[_0x33db('0x0')]),!0x0;}[_0x33db('0x1')](_0x25d99e,_0x20398d){_0x20398d['types']['shift'](),_0x25d99e['push']({'__className':this['_operationName']});}}
23
+ var _0x4766=['decompress','_operationName','_id','shift','push'];(function(_0x9bc20,_0x47667f){var _0x54f033=function(_0x853a49){while(--_0x853a49){_0x9bc20['push'](_0x9bc20['shift']());}};_0x54f033(++_0x47667f);}(_0x4766,0x66));var _0x54f0=function(_0x9bc20,_0x47667f){_0x9bc20=_0x9bc20-0x0;var _0x54f033=_0x4766[_0x9bc20];return _0x54f033;};import _0x173886 from'./operationcompressor';export default class p extends _0x173886{['compress'](_0x152047,_0x55517f){return _0x55517f[_0x54f0('0x1')](),_0x152047['types'][_0x54f0('0x2')](this[_0x54f0('0x0')]),!0x0;}[_0x54f0('0x3')](_0x59d0c7,_0x217ba6){_0x217ba6['types']['shift'](),_0x59d0c7[_0x54f0('0x2')]({'__className':this[_0x54f0('0x4')]});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2bab=['shift','decompress','buffers','push','_operationName','_id','compress','_protobufDescriptor','types','__className'];(function(_0x4dee08,_0x2babe2){const _0x80f330=function(_0x5f4634){while(--_0x5f4634){_0x4dee08['push'](_0x4dee08['shift']());}};_0x80f330(++_0x2babe2);}(_0x2bab,0x1ab));const _0x80f3=function(_0x4dee08,_0x2babe2){_0x4dee08=_0x4dee08-0x0;let _0x80f330=_0x2bab[_0x4dee08];return _0x80f330;};import{parsePositionBeforeCompression as _0x38a9f4,parsePositionAfterCompression as _0x19ea79}from'../utils';export default class e{constructor(_0x400685,_0x246a16,_0x3ce49c){this[_0x80f3('0x8')]=_0x400685,this[_0x80f3('0x7')]=_0x246a16,this[_0x80f3('0x0')]=_0x3ce49c;}['compress'](_0x5f3381,_0x1c762e){const _0x3ccf5a=_0x1c762e[_0x80f3('0x3')]();return _0x38a9f4(_0x3ccf5a),_0x5f3381[_0x80f3('0x5')][_0x80f3('0x6')](this[_0x80f3('0x0')][_0x80f3('0x9')](_0x3ccf5a)),_0x5f3381[_0x80f3('0x1')][_0x80f3('0x6')](this[_0x80f3('0x8')]),!0x0;}[_0x80f3('0x4')](_0x4223cf,_0x5eac13){_0x5eac13['types'][_0x80f3('0x3')]();const _0x60d937=this[_0x80f3('0x0')][_0x80f3('0x4')](_0x5eac13[_0x80f3('0x5')][_0x80f3('0x3')]());_0x19ea79(_0x60d937),_0x60d937[_0x80f3('0x2')]=this[_0x80f3('0x7')],_0x4223cf[_0x80f3('0x6')](_0x60d937);}}
23
+ const _0x19fc=['push','_protobufDescriptor','__className','buffers','_id','_operationName','compress','shift','decompress'];(function(_0xe83580,_0x19fc81){const _0x1b1811=function(_0x28369f){while(--_0x28369f){_0xe83580['push'](_0xe83580['shift']());}};_0x1b1811(++_0x19fc81);}(_0x19fc,0xa0));const _0x1b18=function(_0xe83580,_0x19fc81){_0xe83580=_0xe83580-0x0;let _0x1b1811=_0x19fc[_0xe83580];return _0x1b1811;};import{parsePositionBeforeCompression as _0x1b5bfd,parsePositionAfterCompression as _0x1b3f43}from'../utils';export default class e{constructor(_0x5cfdbd,_0x9570fc,_0x4a5402){this[_0x1b18('0x6')]=_0x5cfdbd,this[_0x1b18('0x7')]=_0x9570fc,this['_protobufDescriptor']=_0x4a5402;}[_0x1b18('0x8')](_0x5ab050,_0x5a292a){const _0x5e9b68=_0x5a292a['shift']();return _0x1b5bfd(_0x5e9b68),_0x5ab050[_0x1b18('0x5')][_0x1b18('0x2')](this[_0x1b18('0x3')]['compress'](_0x5e9b68)),_0x5ab050['types'][_0x1b18('0x2')](this[_0x1b18('0x6')]),!0x0;}[_0x1b18('0x1')](_0x4e6915,_0x3b1579){_0x3b1579['types'][_0x1b18('0x0')]();const _0x835d3b=this[_0x1b18('0x3')][_0x1b18('0x1')](_0x3b1579[_0x1b18('0x5')]['shift']());_0x1b3f43(_0x835d3b),_0x835d3b[_0x1b18('0x4')]=this[_0x1b18('0x7')],_0x4e6915[_0x1b18('0x2')](_0x835d3b);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x3e8a=['repeated','bool','Position','string','exports','Element','uint32','Range'];(function(_0x4e24da,_0x3e8aab){var _0x2f66d1=function(_0xc5a4ab){while(--_0xc5a4ab){_0x4e24da['push'](_0x4e24da['shift']());}};_0x2f66d1(++_0x3e8aab);}(_0x3e8a,0x1ac));var _0x2f66=function(_0x4e24da,_0x3e8aab){_0x4e24da=_0x4e24da-0x0;var _0x2f66d1=_0x3e8a[_0x4e24da];return _0x2f66d1;};'use strict';module[_0x2f66('0x0')]={'AttributeOperation':{'fields':{'range':{'type':'Range','id':0x1},'key':{'type':_0x2f66('0x7'),'id':0x2},'oldValueBoolean':{'type':'bool','id':0x3},'oldValueJson':{'type':_0x2f66('0x7'),'id':0x4},'newValueBoolean':{'type':'bool','id':0x5},'newValueJson':{'type':'string','id':0x6},'wasUndone':{'type':_0x2f66('0x5'),'id':0x7}}},'InsertOperation':{'fields':{'position':{'type':'Position','id':0x1},'nodes':{'rule':_0x2f66('0x4'),'type':_0x2f66('0x1'),'id':0x2},'shouldReceiveAttributes':{'type':_0x2f66('0x5'),'id':0x3},'wasUndone':{'type':_0x2f66('0x5'),'id':0x4}}},'MarkerOperation':{'fields':{'name':{'type':_0x2f66('0x7'),'id':0x1},'oldRange':{'type':_0x2f66('0x3'),'id':0x2},'newRange':{'type':_0x2f66('0x3'),'id':0x3},'affectsData':{'type':_0x2f66('0x5'),'id':0x4},'wasUndone':{'type':'bool','id':0x5}}},'MergeOperation':{'fields':{'sourcePosition':{'type':_0x2f66('0x6'),'id':0x1},'targetPosition':{'type':_0x2f66('0x6'),'id':0x2},'graveyardPosition':{'type':_0x2f66('0x6'),'id':0x3},'howMany':{'type':_0x2f66('0x2'),'id':0x4},'wasUndone':{'type':_0x2f66('0x5'),'id':0x5}}},'MoveOperation':{'fields':{'sourcePosition':{'type':_0x2f66('0x6'),'id':0x1},'howMany':{'type':_0x2f66('0x2'),'id':0x2},'targetPosition':{'type':_0x2f66('0x6'),'id':0x3},'wasUndone':{'type':'bool','id':0x4}}},'RenameOperation':{'fields':{'position':{'type':'Position','id':0x1},'oldName':{'type':'string','id':0x2},'newName':{'type':_0x2f66('0x7'),'id':0x3},'wasUndone':{'type':_0x2f66('0x5'),'id':0x4}}},'RootAttributeOperation':{'fields':{'root':{'type':_0x2f66('0x7'),'id':0x1},'key':{'type':'string','id':0x2},'oldValueBoolean':{'type':_0x2f66('0x5'),'id':0x3},'oldValueJson':{'type':'string','id':0x4},'newValueBoolean':{'type':_0x2f66('0x5'),'id':0x5},'newValueJson':{'type':_0x2f66('0x7'),'id':0x6},'wasUndone':{'type':'bool','id':0x7}}},'RootOperation':{'fields':{'rootName':{'type':'string','id':0x1},'elementName':{'type':_0x2f66('0x7'),'id':0x2},'isAdd':{'type':_0x2f66('0x5'),'id':0x3},'wasUndone':{'type':_0x2f66('0x5'),'id':0x4}}},'SplitOperation':{'fields':{'splitPosition':{'type':_0x2f66('0x6'),'id':0x1},'graveyardPosition':{'type':'Position','id':0x2},'howMany':{'type':_0x2f66('0x2'),'id':0x3},'insertionPosition':{'type':_0x2f66('0x6'),'id':0x4},'wasUndone':{'type':_0x2f66('0x5'),'id':0x5}}},'Position':{'fields':{'root':{'type':_0x2f66('0x7'),'id':0x1},'rootMain':{'type':_0x2f66('0x5'),'id':0x2},'rootGraveyard':{'type':_0x2f66('0x5'),'id':0x3},'path':{'rule':_0x2f66('0x4'),'type':_0x2f66('0x2'),'id':0x4},'stickiness':{'type':_0x2f66('0x7'),'id':0x5}}},'Range':{'fields':{'start':{'type':_0x2f66('0x6'),'id':0x1},'end':{'type':'Position','id':0x2}}},'Element':{'fields':{'name':{'type':'string','id':0x1},'children':{'rule':_0x2f66('0x4'),'type':_0x2f66('0x1'),'id':0x2},'data':{'type':_0x2f66('0x7'),'id':0x3},'attributesBoolean':{'keyType':_0x2f66('0x7'),'type':_0x2f66('0x5'),'id':0x4},'attributesJson':{'type':_0x2f66('0x7'),'id':0x5}}}};
23
+ var _0x2e19=['string','Range','Position','bool','exports','repeated','uint32'];(function(_0x2ab47f,_0x2e1999){var _0x26fd2=function(_0x59843f){while(--_0x59843f){_0x2ab47f['push'](_0x2ab47f['shift']());}};_0x26fd2(++_0x2e1999);}(_0x2e19,0x117));var _0x26fd=function(_0x2ab47f,_0x2e1999){_0x2ab47f=_0x2ab47f-0x0;var _0x26fd2=_0x2e19[_0x2ab47f];return _0x26fd2;};'use strict';module[_0x26fd('0x5')]={'AttributeOperation':{'fields':{'range':{'type':_0x26fd('0x2'),'id':0x1},'key':{'type':'string','id':0x2},'oldValueBoolean':{'type':'bool','id':0x3},'oldValueJson':{'type':_0x26fd('0x1'),'id':0x4},'newValueBoolean':{'type':'bool','id':0x5},'newValueJson':{'type':_0x26fd('0x1'),'id':0x6},'wasUndone':{'type':_0x26fd('0x4'),'id':0x7}}},'InsertOperation':{'fields':{'position':{'type':'Position','id':0x1},'nodes':{'rule':_0x26fd('0x6'),'type':'Element','id':0x2},'shouldReceiveAttributes':{'type':_0x26fd('0x4'),'id':0x3},'wasUndone':{'type':'bool','id':0x4}}},'MarkerOperation':{'fields':{'name':{'type':_0x26fd('0x1'),'id':0x1},'oldRange':{'type':_0x26fd('0x2'),'id':0x2},'newRange':{'type':_0x26fd('0x2'),'id':0x3},'affectsData':{'type':'bool','id':0x4},'wasUndone':{'type':_0x26fd('0x4'),'id':0x5}}},'MergeOperation':{'fields':{'sourcePosition':{'type':_0x26fd('0x3'),'id':0x1},'targetPosition':{'type':_0x26fd('0x3'),'id':0x2},'graveyardPosition':{'type':_0x26fd('0x3'),'id':0x3},'howMany':{'type':_0x26fd('0x0'),'id':0x4},'wasUndone':{'type':_0x26fd('0x4'),'id':0x5}}},'MoveOperation':{'fields':{'sourcePosition':{'type':_0x26fd('0x3'),'id':0x1},'howMany':{'type':'uint32','id':0x2},'targetPosition':{'type':_0x26fd('0x3'),'id':0x3},'wasUndone':{'type':'bool','id':0x4}}},'RenameOperation':{'fields':{'position':{'type':_0x26fd('0x3'),'id':0x1},'oldName':{'type':_0x26fd('0x1'),'id':0x2},'newName':{'type':_0x26fd('0x1'),'id':0x3},'wasUndone':{'type':_0x26fd('0x4'),'id':0x4}}},'RootAttributeOperation':{'fields':{'root':{'type':'string','id':0x1},'key':{'type':_0x26fd('0x1'),'id':0x2},'oldValueBoolean':{'type':_0x26fd('0x4'),'id':0x3},'oldValueJson':{'type':_0x26fd('0x1'),'id':0x4},'newValueBoolean':{'type':_0x26fd('0x4'),'id':0x5},'newValueJson':{'type':'string','id':0x6},'wasUndone':{'type':_0x26fd('0x4'),'id':0x7}}},'RootOperation':{'fields':{'rootName':{'type':_0x26fd('0x1'),'id':0x1},'elementName':{'type':_0x26fd('0x1'),'id':0x2},'isAdd':{'type':_0x26fd('0x4'),'id':0x3},'wasUndone':{'type':'bool','id':0x4}}},'SplitOperation':{'fields':{'splitPosition':{'type':'Position','id':0x1},'graveyardPosition':{'type':_0x26fd('0x3'),'id':0x2},'howMany':{'type':_0x26fd('0x0'),'id':0x3},'insertionPosition':{'type':_0x26fd('0x3'),'id':0x4},'wasUndone':{'type':_0x26fd('0x4'),'id':0x5}}},'Position':{'fields':{'root':{'type':_0x26fd('0x1'),'id':0x1},'rootMain':{'type':_0x26fd('0x4'),'id':0x2},'rootGraveyard':{'type':_0x26fd('0x4'),'id':0x3},'path':{'rule':'repeated','type':_0x26fd('0x0'),'id':0x4},'stickiness':{'type':_0x26fd('0x1'),'id':0x5}}},'Range':{'fields':{'start':{'type':_0x26fd('0x3'),'id':0x1},'end':{'type':_0x26fd('0x3'),'id':0x2}}},'Element':{'fields':{'name':{'type':'string','id':0x1},'children':{'rule':_0x26fd('0x6'),'type':'Element','id':0x2},'data':{'type':'string','id':0x3},'attributesBoolean':{'keyType':'string','type':_0x26fd('0x4'),'id':0x4},'attributesJson':{'type':_0x26fd('0x1'),'id':0x5}}}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4f79=['decompress','create','_protobufRoot','verify','compress','_protobuf','decode','getDescriptor','encode'];(function(_0x2793b9,_0x4f7966){const _0x3aa4c6=function(_0x5bd482){while(--_0x5bd482){_0x2793b9['push'](_0x2793b9['shift']());}};_0x3aa4c6(++_0x4f7966);}(_0x4f79,0x10a));const _0x3aa4=function(_0x2793b9,_0x4f7966){_0x2793b9=_0x2793b9-0x0;let _0x3aa4c6=_0x4f79[_0x2793b9];return _0x3aa4c6;};import*as _0x13dcbd from'./lib/compiledmessages';export default class r{constructor(){this[_0x3aa4('0x6')]=_0x13dcbd;}[_0x3aa4('0x2')](_0x36ce18){return new ProtobufDescriptor(this[_0x3aa4('0x6')][_0x36ce18]);}}export class ProtobufDescriptor{constructor(_0x1db171){this[_0x3aa4('0x0')]=_0x1db171;}[_0x3aa4('0x8')](_0x21716f){const _0x33252f=this['_protobuf'][_0x3aa4('0x7')](_0x21716f);if(_0x33252f)throw Error(_0x33252f);return this[_0x3aa4('0x0')][_0x3aa4('0x3')](this[_0x3aa4('0x0')][_0x3aa4('0x5')](_0x21716f))['finish']();}[_0x3aa4('0x4')](_0x56392d){return this[_0x3aa4('0x0')]['toObject'](this[_0x3aa4('0x0')][_0x3aa4('0x1')](_0x56392d),{'oneofs':!0x0});}}
23
+ const _0x10dc=['_protobufRoot','finish','decompress','create','_protobuf','compress','verify'];(function(_0x41d1e8,_0x10dcbe){const _0x2c9a26=function(_0x4ef91f){while(--_0x4ef91f){_0x41d1e8['push'](_0x41d1e8['shift']());}};_0x2c9a26(++_0x10dcbe);}(_0x10dc,0x178));const _0x2c9a=function(_0x41d1e8,_0x10dcbe){_0x41d1e8=_0x41d1e8-0x0;let _0x2c9a26=_0x10dc[_0x41d1e8];return _0x2c9a26;};import*as _0x4e7ebf from'./lib/compiledmessages';export default class r{constructor(){this[_0x2c9a('0x2')]=_0x4e7ebf;}['getDescriptor'](_0x5ae8e4){return new ProtobufDescriptor(this['_protobufRoot'][_0x5ae8e4]);}}export class ProtobufDescriptor{constructor(_0xd85591){this['_protobuf']=_0xd85591;}[_0x2c9a('0x0')](_0x1b3eaf){const _0x2f5a90=this[_0x2c9a('0x6')][_0x2c9a('0x1')](_0x1b3eaf);if(_0x2f5a90)throw Error(_0x2f5a90);return this[_0x2c9a('0x6')]['encode'](this['_protobuf'][_0x2c9a('0x5')](_0x1b3eaf))[_0x2c9a('0x3')]();}[_0x2c9a('0x4')](_0x210dfe){return this[_0x2c9a('0x6')]['toObject'](this[_0x2c9a('0x6')]['decode'](_0x210dfe),{'oneofs':!0x0});}}
package/src/utils.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3330=['root','rootMain','$graveyard','main','rootGraveyard','path'];(function(_0x4722f3,_0x333000){const _0x37f8ce=function(_0x40a71d){while(--_0x40a71d){_0x4722f3['push'](_0x4722f3['shift']());}};_0x37f8ce(++_0x333000);}(_0x3330,0x18f));const _0x37f8=function(_0x4722f3,_0x333000){_0x4722f3=_0x4722f3-0x0;let _0x37f8ce=_0x3330[_0x4722f3];return _0x37f8ce;};import{cloneDeep as _0x1f0bfe,isEqual as _0x385b84,isObject as _0x741c9c}from'lodash-es';export function getPositionShiftedBy(_0x32de28,_0x207186){const _0x3a7044=_0x1f0bfe(_0x32de28);return _0x3a7044[_0x37f8('0x2')][_0x3a7044[_0x37f8('0x2')]['length']-0x1]+=_0x207186,_0x3a7044;}export function arePositionsEqual(_0xe43a9f,_0x2beb37){return _0xe43a9f[_0x37f8('0x3')]===_0x2beb37['root']&&_0x385b84(_0xe43a9f[_0x37f8('0x2')],_0x2beb37['path']);}export function parsePositionBeforeCompression(_0x30e8df){P(_0x30e8df,_0x3f40b4=>(_0x37f8('0x0')==_0x3f40b4[_0x37f8('0x3')]?(_0x3f40b4['rootMain']=!0x0,delete _0x3f40b4[_0x37f8('0x3')]):_0x37f8('0x5')==_0x3f40b4[_0x37f8('0x3')]&&(_0x3f40b4['rootGraveyard']=!0x0,delete _0x3f40b4[_0x37f8('0x3')]),_0x3f40b4));}export function parsePositionAfterCompression(_0x4102af){P(_0x4102af,_0x22b271=>(_0x22b271[_0x37f8('0x4')]?(_0x22b271[_0x37f8('0x3')]='main',delete _0x22b271[_0x37f8('0x4')]):_0x22b271['rootGraveyard']&&(_0x22b271[_0x37f8('0x3')]=_0x37f8('0x5'),delete _0x22b271[_0x37f8('0x1')]),_0x22b271));}function P(_0x3929a5,_0x25ec8d){for(const _0x347451 in _0x3929a5){const _0x5f1b38=_0x3929a5[_0x347451];'nodes'!==_0x347451&&_0x741c9c(_0x5f1b38)&&(_0x5f1b38[_0x37f8('0x2')]&&(_0x5f1b38['root']||_0x5f1b38['rootMain']||_0x5f1b38[_0x37f8('0x1')])?_0x3929a5[_0x347451]=_0x25ec8d(_0x5f1b38):P(_0x5f1b38,_0x25ec8d));}return _0x3929a5;}
23
+ const _0x22be=['path','root','rootGraveyard','$graveyard','main','rootMain'];(function(_0x1f78b2,_0x22befa){const _0x52465c=function(_0x5ce251){while(--_0x5ce251){_0x1f78b2['push'](_0x1f78b2['shift']());}};_0x52465c(++_0x22befa);}(_0x22be,0xe8));const _0x5246=function(_0x1f78b2,_0x22befa){_0x1f78b2=_0x1f78b2-0x0;let _0x52465c=_0x22be[_0x1f78b2];return _0x52465c;};import{cloneDeep as _0x1efae2,isEqual as _0xa43da6,isObject as _0x452367}from'lodash-es';export function getPositionShiftedBy(_0x3b97af,_0x3f474b){const _0x4d423a=_0x1efae2(_0x3b97af);return _0x4d423a[_0x5246('0x2')][_0x4d423a['path']['length']-0x1]+=_0x3f474b,_0x4d423a;}export function arePositionsEqual(_0x3ac138,_0x16838b){return _0x3ac138[_0x5246('0x3')]===_0x16838b[_0x5246('0x3')]&&_0xa43da6(_0x3ac138['path'],_0x16838b[_0x5246('0x2')]);}export function parsePositionBeforeCompression(_0x946e91){P(_0x946e91,_0x2f3bcb=>(_0x5246('0x0')==_0x2f3bcb[_0x5246('0x3')]?(_0x2f3bcb[_0x5246('0x1')]=!0x0,delete _0x2f3bcb[_0x5246('0x3')]):_0x5246('0x5')==_0x2f3bcb[_0x5246('0x3')]&&(_0x2f3bcb[_0x5246('0x4')]=!0x0,delete _0x2f3bcb['root']),_0x2f3bcb));}export function parsePositionAfterCompression(_0x390a95){P(_0x390a95,_0x4a7a32=>(_0x4a7a32[_0x5246('0x1')]?(_0x4a7a32[_0x5246('0x3')]=_0x5246('0x0'),delete _0x4a7a32[_0x5246('0x1')]):_0x4a7a32['rootGraveyard']&&(_0x4a7a32[_0x5246('0x3')]=_0x5246('0x5'),delete _0x4a7a32[_0x5246('0x4')]),_0x4a7a32));}function P(_0x38697b,_0x147fa7){for(const _0x5e80af in _0x38697b){const _0x2646e1=_0x38697b[_0x5e80af];'nodes'!==_0x5e80af&&_0x452367(_0x2646e1)&&(_0x2646e1['path']&&(_0x2646e1[_0x5246('0x3')]||_0x2646e1['rootMain']||_0x2646e1[_0x5246('0x4')])?_0x38697b[_0x5e80af]=_0x147fa7(_0x2646e1):P(_0x2646e1,_0x147fa7));}return _0x38697b;}