@ckeditor/ckeditor5-operations-compressor 40.1.0 → 40.2.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 +16 -16
- package/README.md +1 -1
- package/package.json +2 -2
- package/src/actioncompressor/actioncompressor.js +1 -1
- package/src/actioncompressor/deletingactioncompressor.js +1 -1
- package/src/actioncompressor/forwarddeletingactioncompressor.js +1 -1
- package/src/actioncompressor/typingactioncompressor.js +1 -1
- package/src/actioncompressor/userselectionactioncompressor.js +1 -1
- package/src/compressor.js +1 -1
- package/src/lib/compiledmessages.js +1 -1
- package/src/operationcompressor/annotationmarkeroperationcompressor.js +1 -1
- package/src/operationcompressor/attributeoperationcompressor.js +1 -1
- package/src/operationcompressor/insertoperationcompressor.js +1 -1
- package/src/operationcompressor/markeroperationcompressor.js +1 -1
- package/src/operationcompressor/nooperationcompressor.js +1 -1
- package/src/operationcompressor/operationcompressor.js +1 -1
- package/src/protobufdescriptions.js +1 -1
- package/src/protobuffactory.js +1 -1
- package/src/utils.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,87 +6,87 @@ All changes in the package are documented at https://github.com/ckeditor/ckedito
|
|
|
6
6
|
Changes for the past releases are available below.
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
## 23.0.0 (2020
|
|
9
|
+
## 23.0.0 (September 25, 2020)
|
|
10
10
|
|
|
11
11
|
Internal changes only (updated dependencies, documentation, etc.).
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
## 22.0.0 (2020
|
|
14
|
+
## 22.0.0 (August 25, 2020)
|
|
15
15
|
|
|
16
16
|
Internal changes only (updated dependencies, documentation, etc.).
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
## 21.0.0 (2020
|
|
19
|
+
## 21.0.0 (July 24, 2020)
|
|
20
20
|
|
|
21
21
|
Internal changes only (updated dependencies, documentation, etc.).
|
|
22
22
|
|
|
23
23
|
|
|
24
|
-
## 20.0.1 (2020
|
|
24
|
+
## 20.0.1 (June 26, 2020)
|
|
25
25
|
|
|
26
26
|
Internal changes only (updated dependencies, documentation, etc.).
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
## 19.0.2 (2020
|
|
29
|
+
## 19.0.2 (May 25, 2020)
|
|
30
30
|
|
|
31
31
|
Internal changes only (updated dependencies, documentation, etc.).
|
|
32
32
|
|
|
33
33
|
|
|
34
|
-
## 19.0.1 (2020
|
|
34
|
+
## 19.0.1 (April 30, 2020)
|
|
35
35
|
|
|
36
36
|
Internal changes only (updated dependencies, documentation, etc.).
|
|
37
37
|
|
|
38
38
|
|
|
39
|
-
## 18.0.0 (2020
|
|
39
|
+
## 18.0.0 (March 19, 2020)
|
|
40
40
|
|
|
41
41
|
Internal changes only (updated dependencies, documentation, etc.).
|
|
42
42
|
|
|
43
43
|
|
|
44
|
-
## 17.0.0 (2020
|
|
44
|
+
## 17.0.0 (February 20, 2020)
|
|
45
45
|
|
|
46
46
|
Internal changes only (updated dependencies, documentation, etc.).
|
|
47
47
|
|
|
48
48
|
|
|
49
|
-
## 16.0.0 (2019
|
|
49
|
+
## 16.0.0 (December 2, 2019)
|
|
50
50
|
|
|
51
51
|
Internal changes only (updated dependencies, documentation, etc.).
|
|
52
52
|
|
|
53
53
|
|
|
54
|
-
## 15.0.0 (2019
|
|
54
|
+
## 15.0.0 (October 23, 2019)
|
|
55
55
|
|
|
56
56
|
### Other changes
|
|
57
57
|
|
|
58
58
|
Internal changes only (updated dependencies, documentation, etc.).
|
|
59
59
|
|
|
60
60
|
|
|
61
|
-
## 1.1.3 (2019
|
|
61
|
+
## 1.1.3 (August 22, 2019)
|
|
62
62
|
|
|
63
63
|
Internal changes only (updated dependencies, documentation, etc.).
|
|
64
64
|
|
|
65
65
|
|
|
66
|
-
## 1.1.2 (2019
|
|
66
|
+
## 1.1.2 (July 4, 2019)
|
|
67
67
|
|
|
68
68
|
### Bug fixes
|
|
69
69
|
|
|
70
70
|
* Undone user selection changes will now be properly recognized by the operations compressor.
|
|
71
71
|
|
|
72
72
|
|
|
73
|
-
## 1.1.1 (2019
|
|
73
|
+
## 1.1.1 (March 6, 2019)
|
|
74
74
|
|
|
75
75
|
### Bug fixes
|
|
76
76
|
|
|
77
77
|
* Fixed decompressing InsertOperation with no nodes.
|
|
78
78
|
|
|
79
79
|
|
|
80
|
-
## 1.1.0 (2019
|
|
80
|
+
## 1.1.0 (February 5, 2019)
|
|
81
81
|
|
|
82
82
|
Added special compression codes for annotation markers.
|
|
83
83
|
|
|
84
84
|
|
|
85
|
-
## 1.0.1 (2018
|
|
85
|
+
## 1.0.1 (December 6, 2018)
|
|
86
86
|
|
|
87
87
|
Internal changes only (updated dependencies, documentation, etc.).
|
|
88
88
|
|
|
89
89
|
|
|
90
|
-
## 1.0.0 (2018
|
|
90
|
+
## 1.0.0 (October 8, 2018)
|
|
91
91
|
|
|
92
92
|
The first stable release of the CKEditor 5 operations compressor. Compress and decompress a collection of operations using [Protocol Buffers for JavaScript](https://github.com/dcodeIO/ProtoBuf.js/) and custom optimizations.
|
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ As a licensed CKEditor 5 Collaboration features user you can report bugs an
|
|
|
19
19
|
## License
|
|
20
20
|
|
|
21
21
|
**CKEditor 5 operations compressor**<br>
|
|
22
|
-
Copyright (c) 2003
|
|
22
|
+
Copyright (c) 2003–2023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
|
|
23
23
|
|
|
24
24
|
CKEditor 5 operations compressor is licensed under a commercial license and is protected by copyright law.
|
|
25
25
|
For more details about available licensing options please contact us at sales@cksource.com.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-operations-compressor",
|
|
3
|
-
"version": "40.
|
|
3
|
+
"version": "40.2.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": "40.
|
|
33
|
+
"ckeditor5": "40.2.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
|
|
23
|
+
const _0x4311=['types','buffers','compress','_context','_decompressSingleOperation','_splitCurrent','_id','length','_compareOperations','shift','push','_combineNext'];(function(_0xaeaee6,_0x4311ab){const _0x1a6ef6=function(_0x45ef6e){while(--_0x45ef6e){_0xaeaee6['push'](_0xaeaee6['shift']());}};_0x1a6ef6(++_0x4311ab);}(_0x4311,0x91));const _0x1a6e=function(_0xaeaee6,_0x4311ab){_0xaeaee6=_0xaeaee6-0x0;let _0x1a6ef6=_0x4311[_0xaeaee6];return _0x1a6ef6;};import{cloneDeep as _0x5eb656}from'lodash-es';export default class b{constructor(_0x1b9562,_0xe54fbe){this['_id']=_0x1b9562,this[_0x1a6e('0x2')]=_0xe54fbe;}[_0x1a6e('0x1')](_0x494197,_0x5b9ae4){let _0xd49b01;for(;_0x5b9ae4[_0x1a6e('0x6')]>0x1&&this[_0x1a6e('0x7')](_0x5b9ae4[0x0],_0x5b9ae4[0x1]);)_0xd49b01?(_0xd49b01=this[_0x1a6e('0xa')](_0x5b9ae4[_0x1a6e('0x8')](),_0xd49b01),_0x494197[_0x1a6e('0xb')][_0x1a6e('0x9')](0x0)):(_0xd49b01=_0x5eb656(_0x5b9ae4[_0x1a6e('0x8')]()),_0x494197[_0x1a6e('0xb')][_0x1a6e('0x9')](this[_0x1a6e('0x5')]));return!!_0xd49b01&&(_0xd49b01=this[_0x1a6e('0xa')](_0x5b9ae4['shift'](),_0xd49b01),_0x494197[_0x1a6e('0xb')]['push'](0x0),_0x494197[_0x1a6e('0x0')][_0x1a6e('0x9')](this['_compressSingleOperation'](_0xd49b01)),!0x0);}['decompress'](_0x203d47,_0x5b06b1){const _0x727e99=this[_0x1a6e('0x3')](_0x5b06b1);for(;0x0==_0x5b06b1[_0x1a6e('0xb')][0x0];)_0x5b06b1[_0x1a6e('0xb')][_0x1a6e('0x8')](),_0x203d47[_0x1a6e('0x9')](this[_0x1a6e('0x4')](_0x727e99));_0x203d47[_0x1a6e('0x9')](_0x727e99);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x2ed6=['_combineNext','sourcePosition','_getCompressorByName','_context','_compareOperations','root','_checkOperation','$graveyard','MoveOperation','decompress','_splitCurrent','targetPosition','compress','wasUndone','__className','howMany'];(function(_0x129133,_0x2ed6c5){const _0x2692ed=function(_0x4e0c7d){while(--_0x4e0c7d){_0x129133['push'](_0x129133['shift']());}};_0x2692ed(++_0x2ed6c5);}(_0x2ed6,0xb2));const _0x2692=function(_0x129133,_0x2ed6c5){_0x129133=_0x129133-0x0;let _0x2692ed=_0x2ed6[_0x129133];return _0x2692ed;};import _0x40e73f from'./actioncompressor';import{arePositionsEqual as _0x107c24,getPositionShiftedBy as _0x2c9db6}from'../utils';import{cloneDeep as _0xd78ea4}from'lodash-es';export default class c extends _0x40e73f{[_0x2692('0xe')](_0x4910b1,_0x486d20){return _0x486d20[_0x2692('0xd')]++,_0x486d20[_0x2692('0xf')]=_0xd78ea4(_0x4910b1['sourcePosition']),_0x486d20;}[_0x2692('0x8')](_0x54a8ad){const _0xb15582=_0xd78ea4(_0x54a8ad);return _0x54a8ad[_0x2692('0xd')]--,_0xb15582[_0x2692('0xd')]=0x1,_0xb15582['sourcePosition']=_0x2c9db6(_0xb15582['sourcePosition'],_0x54a8ad['howMany']),_0xb15582;}[_0x2692('0x2')](_0x21549b,_0x871ee7){return!(!this['_checkOperation'](_0x21549b)||!this[_0x2692('0x4')](_0x871ee7))&&(_0x107c24(_0x2c9db6(_0x21549b[_0x2692('0xf')],-0x1),_0x871ee7[_0x2692('0xf')])&&_0x107c24(_0x21549b[_0x2692('0x9')],_0x871ee7['targetPosition']));}['_compressSingleOperation'](_0x35bc66){const _0x29c154={'types':[],'buffers':[],'baseVersion':0x0};return this[_0x2692('0x1')][_0x2692('0x0')](_0x2692('0x6'))[_0x2692('0xa')](_0x29c154,[_0x35bc66]),_0x29c154['buffers'][0x0];}['_decompressSingleOperation'](_0x17b1ed){const _0x2a4263=[];return this[_0x2692('0x1')][_0x2692('0x0')]('MoveOperation')[_0x2692('0x7')](_0x2a4263,_0x17b1ed),_0x2a4263[0x0];}[_0x2692('0x4')](_0x4bc689){return _0x2692('0x6')==_0x4bc689[_0x2692('0xc')]&&_0x2692('0x5')==_0x4bc689[_0x2692('0x9')][_0x2692('0x3')]&&0x1==_0x4bc689[_0x2692('0xd')]&&!_0x4bc689[_0x2692('0xb')];}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0xb4cd=['wasUndone','_compareOperations','_context','_getCompressorByName','__className','root','_compressSingleOperation','MoveOperation','decompress','_checkOperation','sourcePosition','_decompressSingleOperation','compress','howMany','targetPosition'];(function(_0x192fd7,_0xb4cd40){const _0x267200=function(_0x5d3e5e){while(--_0x5d3e5e){_0x192fd7['push'](_0x192fd7['shift']());}};_0x267200(++_0xb4cd40);}(_0xb4cd,0x6a));const _0x2672=function(_0x192fd7,_0xb4cd40){_0x192fd7=_0x192fd7-0x0;let _0x267200=_0xb4cd[_0x192fd7];return _0x267200;};import _0x4957f4 from'./actioncompressor';import{arePositionsEqual as _0x2c6b61}from'../utils';import{cloneDeep as _0x18e53e}from'lodash-es';export default class h extends _0x4957f4{['_combineNext'](_0xf01d0c,_0x30e693){return _0x30e693[_0x2672('0xc')]++,_0x30e693;}['_splitCurrent'](_0x2c786b){const _0x400dda=_0x18e53e(_0x2c786b);return _0x400dda[_0x2672('0xc')]=0x1,_0x2c786b[_0x2672('0xc')]--,_0x400dda;}[_0x2672('0x0')](_0x568b62,_0x55b96d){return!(!this['_checkOperation'](_0x568b62)||!this['_checkOperation'](_0x55b96d))&&(_0x2c6b61(_0x568b62[_0x2672('0x9')],_0x55b96d[_0x2672('0x9')])&&_0x2c6b61(_0x568b62['targetPosition'],_0x55b96d[_0x2672('0xd')]));}[_0x2672('0x5')](_0x264ae6){const _0x1fcf37={'types':[],'buffers':[],'baseVersion':0x0};return this[_0x2672('0x1')]['_getCompressorByName'](_0x2672('0x6'))[_0x2672('0xb')](_0x1fcf37,[_0x264ae6]),_0x1fcf37['buffers'][0x0];}[_0x2672('0xa')](_0x1fc1e3){const _0x1d8c54=[];return this[_0x2672('0x1')][_0x2672('0x2')](_0x2672('0x6'))[_0x2672('0x7')](_0x1d8c54,_0x1fc1e3),_0x1d8c54[0x0];}[_0x2672('0x8')](_0x3dd404){return _0x2672('0x6')==_0x3dd404[_0x2672('0x3')]&&'$graveyard'==_0x3dd404['targetPosition'][_0x2672('0x4')]&&0x1==_0x3dd404[_0x2672('0xc')]&&!_0x3dd404[_0x2672('0xe')];}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x451e=['_combineNext','compress','keys','position','wasUndone','length','_decompressSingleOperation','_compressSingleOperation','_compareOperations','next','_checkOperation','attributes','_compareAttributes','nodes','_context','__className','substr','decompress','InsertOperation','data','from','_getCompressorByName'];(function(_0x230d6c,_0x451e63){const _0xf1eb25=function(_0x5f1225){while(--_0x5f1225){_0x230d6c['push'](_0x230d6c['shift']());}};_0xf1eb25(++_0x451e63);}(_0x451e,0xf7));const _0xf1eb=function(_0x230d6c,_0x451e63){_0x230d6c=_0x230d6c-0x0;let _0xf1eb25=_0x451e[_0x230d6c];return _0xf1eb25;};import _0x54e4a9 from'./actioncompressor';import{arePositionsEqual as _0x14093b,getPositionShiftedBy as _0x176401}from'../utils';import{cloneDeep as _0xad6e31}from'lodash-es';export default class m extends _0x54e4a9{[_0xf1eb('0x11')](_0x47fb04,_0xd72c4b){return _0xd72c4b[_0xf1eb('0x8')][0x0][_0xf1eb('0xe')]+=_0x47fb04[_0xf1eb('0x8')][0x0][_0xf1eb('0xe')],_0xd72c4b;}['_splitCurrent'](_0x547547){const _0x434aa5=_0xad6e31(_0x547547),_0x397d37=_0x434aa5[_0xf1eb('0x8')][0x0],_0x301abf=_0x547547[_0xf1eb('0x8')][0x0],_0x279686=_0x301abf[_0xf1eb('0xe')][Symbol['iterator']]()[_0xf1eb('0x4')]()['value'],_0x187384=_0x279686[_0xf1eb('0x0')];return _0x397d37[_0xf1eb('0xe')]=_0x279686,_0x301abf[_0xf1eb('0xe')]=_0x301abf[_0xf1eb('0xe')][_0xf1eb('0xb')](_0x187384),_0x547547[_0xf1eb('0x14')]=_0x176401(_0x547547[_0xf1eb('0x14')],_0x187384),_0x434aa5;}[_0xf1eb('0x3')](_0xf00abb,_0x509e1b){if(this['_checkOperation'](_0xf00abb)&&this[_0xf1eb('0x5')](_0x509e1b)){const _0x1033be=_0xf00abb[_0xf1eb('0x8')][0x0][_0xf1eb('0xe')][_0xf1eb('0x0')],_0x442fe3=_0x14093b(_0x176401(_0xf00abb[_0xf1eb('0x14')],_0x1033be),_0x509e1b[_0xf1eb('0x14')]),_0x50f5c5=_0xf00abb[_0xf1eb('0x8')][0x0],_0x430edc=_0x509e1b[_0xf1eb('0x8')][0x0];return _0x442fe3&&this[_0xf1eb('0x7')](_0x50f5c5,_0x430edc);}return!0x1;}[_0xf1eb('0x2')](_0x50b5c3){const _0x1891d5={'types':[],'buffers':[],'baseVersion':0x0};return this[_0xf1eb('0x9')][_0xf1eb('0x10')]('InsertOperation')[_0xf1eb('0x12')](_0x1891d5,[_0x50b5c3]),_0x1891d5['buffers'][0x0];}[_0xf1eb('0x1')](_0x5006a7){const _0x457139=[];return this['_context'][_0xf1eb('0x10')](_0xf1eb('0xd'))[_0xf1eb('0xc')](_0x457139,_0x5006a7),_0x457139[0x0];}['_checkOperation'](_0x13c28b){return _0xf1eb('0xd')==_0x13c28b[_0xf1eb('0xa')]&&0x1==_0x13c28b['nodes']['length']&&_0x13c28b['nodes'][0x0][_0xf1eb('0xe')]&&!_0x13c28b[_0xf1eb('0x15')]&&0x1==Array[_0xf1eb('0xf')](_0x13c28b[_0xf1eb('0x8')][0x0][_0xf1eb('0xe')])[_0xf1eb('0x0')];}[_0xf1eb('0x7')](_0x2223dc,_0x45c41f){const _0x43b5f7=Object[_0xf1eb('0x13')](_0x2223dc[_0xf1eb('0x6')]||{}),_0x3f891d=Object[_0xf1eb('0x13')](_0x45c41f[_0xf1eb('0x6')]||{});return _0x43b5f7[_0xf1eb('0x0')]===_0x3f891d['length']&&_0x43b5f7['every'](_0x536b45=>_0x45c41f['attributes'][_0x536b45]&&_0x45c41f[_0xf1eb('0x6')][_0x536b45]===_0x2223dc[_0xf1eb('0x6')][_0x536b45]);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x1b1d=['newRange','compress','split','toNone','buffers','startsWith','stickiness','_getCompressorByName','oldRange','__className','MarkerOperation','user:position:','name','start','types','end','_compressSingleOperation','_compareOperations','user:','decompress','_context','push','shift'];(function(_0x91cfda,_0x1b1dce){const _0x52d280=function(_0xbc336c){while(--_0xbc336c){_0x91cfda['push'](_0x91cfda['shift']());}};_0x52d280(++_0x1b1dce);}(_0x1b1d,0x8a));const _0x52d2=function(_0x91cfda,_0x1b1dce){_0x91cfda=_0x91cfda-0x0;let _0x52d280=_0x1b1d[_0x91cfda];return _0x52d280;};import _0x58ddf0 from'./actioncompressor';import{arePositionsEqual as _0x150dba}from'../utils';import{cloneDeep as _0x168330}from'lodash-es';export default class f extends _0x58ddf0{[_0x52d2('0x1')](_0x4612aa,_0x53b885){if(!this[_0x52d2('0x11')](_0x53b885[0x0],_0x53b885[0x1]))return!0x1;const _0x5503c5=_0x53b885[_0x52d2('0x16')]();return _0x5503c5[_0x52d2('0x8')]=null,_0x5503c5[_0x52d2('0x0')]&&_0x150dba(_0x5503c5['newRange'][_0x52d2('0xd')],_0x5503c5[_0x52d2('0x0')]['end'])&&(_0x5503c5[_0x52d2('0x0')]['end']=null),_0x53b885['shift'](),_0x4612aa[_0x52d2('0xe')][_0x52d2('0x15')](this['_id']),_0x4612aa[_0x52d2('0xe')][_0x52d2('0x15')](0x0),_0x4612aa['buffers']['push'](this[_0x52d2('0x10')](_0x5503c5)),!0x0;}['decompress'](_0x41c95f,_0xdf8ef0){const _0x41d565=this['_decompressSingleOperation'](_0xdf8ef0);_0x41d565[_0x52d2('0x0')]&&!_0x41d565[_0x52d2('0x0')][_0x52d2('0xf')]&&(_0x41d565[_0x52d2('0x0')][_0x52d2('0xf')]=_0x168330(_0x41d565[_0x52d2('0x0')]['start']));const _0x137d8d=_0x168330(_0x41d565);_0x137d8d[_0x52d2('0x0')]&&(_0x137d8d['newRange'][_0x52d2('0xd')][_0x52d2('0x6')]=_0x52d2('0x3'),_0x137d8d[_0x52d2('0x0')][_0x52d2('0xf')]=_0x168330(_0x137d8d[_0x52d2('0x0')][_0x52d2('0xd')])),_0x137d8d[_0x52d2('0xc')]=_0x52d2('0xb')+_0x137d8d['name'][_0x52d2('0x2')](':')[0x2],_0xdf8ef0[_0x52d2('0xe')][_0x52d2('0x16')](),_0x41c95f['push'](_0x41d565),_0x41c95f[_0x52d2('0x15')](_0x137d8d);}[_0x52d2('0x10')](_0x4f72ae){const _0x3d8314={'types':[],'buffers':[],'baseVersion':0x0};return this[_0x52d2('0x14')]['_getCompressorByName']('MarkerOperation')[_0x52d2('0x1')](_0x3d8314,[_0x4f72ae]),_0x3d8314[_0x52d2('0x4')][0x0];}['_decompressSingleOperation'](_0x2917ad){const _0x5e4b1a=[];return this[_0x52d2('0x14')][_0x52d2('0x7')](_0x52d2('0xa'))[_0x52d2('0x13')](_0x5e4b1a,_0x2917ad),_0x5e4b1a[0x0];}[_0x52d2('0x11')](_0x4eff88,_0x17aa56){return!(!_0x4eff88||!_0x17aa56)&&(_0x52d2('0xa')==_0x4eff88[_0x52d2('0x9')]&&'MarkerOperation'==_0x17aa56[_0x52d2('0x9')]&&!(!_0x4eff88[_0x52d2('0xc')][_0x52d2('0x5')](_0x52d2('0x12'))||!_0x17aa56['name'][_0x52d2('0x5')](_0x52d2('0x12'))||_0x4eff88[_0x52d2('0xc')]==_0x17aa56[_0x52d2('0xc')]));}}
|
package/src/compressor.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x4d06=['MarkerOperation','CommentMarkerOperation','SplitOperation','getDescriptor','set','_protobufFactory','TypingAction','_getCompressorByName','comment','SuggestionMarkerOperation','DeletingAction','_compressorByName','baseVersion','__className','RootAttributeOperation','forEach','AttributeOperation','_compressorById','NoOperation','suggestion','compress','decompress','_registerActionCompressor','MoveOperation','_registerCompressor','_registerOperationCompressor','RenameOperation','length','types','ForwardDeletingAction','UserSelectionAction','get'];(function(_0x40f043,_0x4d06c1){const _0x37288b=function(_0x1b4c98){while(--_0x1b4c98){_0x40f043['push'](_0x40f043['shift']());}};_0x37288b(++_0x4d06c1);}(_0x4d06,0x75));const _0x3728=function(_0x40f043,_0x4d06c1){_0x40f043=_0x40f043-0x0;let _0x37288b=_0x4d06[_0x40f043];return _0x37288b;};import{CKEditorError as _0xdd095}from'ckeditor5/src/utils';import _0x29d182 from'./protobuffactory';import _0x4aba4d from'./operationcompressor/operationcompressor';import _0x13f5e4 from'./operationcompressor/attributeoperationcompressor';import _0x427809 from'./operationcompressor/insertoperationcompressor';import _0x2c3470 from'./operationcompressor/markeroperationcompressor';import _0x304d59 from'./operationcompressor/nooperationcompressor';import _0x12bc84 from'./operationcompressor/annotationmarkeroperationcompressor';import _0x536f1d from'./actioncompressor/typingactioncompressor';import _0x371bc5 from'./actioncompressor/deletingactioncompressor';import _0x4d7a86 from'./actioncompressor/forwarddeletingactioncompressor';import _0x35c6aa from'./actioncompressor/userselectionactioncompressor';export default class g{constructor(){this[_0x3728('0x1c')]=new Map(),this[_0x3728('0x16')]=new Map(),this[_0x3728('0x10')]=new _0x29d182();const _0x4c54ec=this[_0x3728('0x10')][_0x3728('0xe')](_0x3728('0xb'));this[_0x3728('0x3')](0x1,_0x3728('0x1d'),new _0x304d59(0x1,_0x3728('0x1d'),void 0x0)),this[_0x3728('0x4')](0xa,_0x3728('0x1b'),_0x13f5e4),this[_0x3728('0x4')](0xb,'InsertOperation',_0x427809),this[_0x3728('0x4')](0xc,'MarkerOperation',_0x2c3470),this['_registerOperationCompressor'](0xd,'MergeOperation',_0x4aba4d),this[_0x3728('0x4')](0xe,_0x3728('0x2'),_0x4aba4d),this[_0x3728('0x4')](0xf,_0x3728('0x5'),_0x4aba4d),this[_0x3728('0x4')](0x10,_0x3728('0x19'),_0x13f5e4),this[_0x3728('0x4')](0x11,_0x3728('0xd'),_0x4aba4d),this['_registerCompressor'](0x12,_0x3728('0xc'),new _0x12bc84(0x12,_0x3728('0xb'),_0x4c54ec,_0x3728('0x13'))),this[_0x3728('0x3')](0x13,_0x3728('0x14'),new _0x12bc84(0x13,_0x3728('0xb'),_0x4c54ec,_0x3728('0x1e'))),this[_0x3728('0x4')](0x14,'RootOperation',_0x4aba4d),this['_registerActionCompressor'](0x64,_0x3728('0x11'),_0x536f1d),this[_0x3728('0x1')](0x65,_0x3728('0x15'),_0x371bc5),this[_0x3728('0x1')](0x66,_0x3728('0x8'),_0x4d7a86),this[_0x3728('0x1')](0x67,_0x3728('0x9'),_0x35c6aa);}['compress'](_0x3ce696){if(!_0x3ce696||!_0x3ce696[0x0])throw new _0xdd095('no-operations-provided',this);const _0x12c7c5={'types':[],'buffers':[],'baseVersion':_0x3ce696[0x0]['baseVersion']};for(;_0x3ce696[_0x3728('0x6')];)this['_getCompressorByName'](_0x3728('0x9'))['compress'](_0x12c7c5,_0x3ce696)||this[_0x3728('0x12')](_0x3728('0x11'))[_0x3728('0x1f')](_0x12c7c5,_0x3ce696)||this[_0x3728('0x12')](_0x3728('0x15'))[_0x3728('0x1f')](_0x12c7c5,_0x3ce696)||this[_0x3728('0x12')](_0x3728('0x8'))[_0x3728('0x1f')](_0x12c7c5,_0x3ce696)||this[_0x3728('0x12')]('CommentMarkerOperation')[_0x3728('0x1f')](_0x12c7c5,_0x3ce696)||this[_0x3728('0x12')](_0x3728('0x14'))[_0x3728('0x1f')](_0x12c7c5,_0x3ce696)||this[_0x3728('0x12')](_0x3ce696[0x0][_0x3728('0x18')])['compress'](_0x12c7c5,_0x3ce696);return _0x12c7c5;}[_0x3728('0x0')](_0x2ccf00){const _0x2ebb39=[];for(;_0x2ccf00[_0x3728('0x7')][_0x3728('0x6')];){this['_compressorById'][_0x3728('0xa')](_0x2ccf00[_0x3728('0x7')][0x0])[_0x3728('0x0')](_0x2ebb39,_0x2ccf00);}return _0x2ebb39[_0x3728('0x1a')]((_0x6bc300,_0x1838b7)=>_0x6bc300[_0x3728('0x17')]=_0x2ccf00[_0x3728('0x17')]+_0x1838b7),_0x2ebb39;}[_0x3728('0x12')](_0x479c20){return this['_compressorByName'][_0x3728('0xa')](_0x479c20);}[_0x3728('0x4')](_0x4ad401,_0x525826,_0x335ab5){const _0x4c03b4=new _0x335ab5(_0x4ad401,_0x525826,this[_0x3728('0x10')][_0x3728('0xe')](_0x525826));this[_0x3728('0x3')](_0x4ad401,_0x525826,_0x4c03b4);}[_0x3728('0x1')](_0x45ae5b,_0xb3cf2,_0x301c0b){const _0x9230c7=new _0x301c0b(_0x45ae5b,this);this[_0x3728('0x3')](_0x45ae5b,_0xb3cf2,_0x9230c7);}[_0x3728('0x3')](_0x7d157,_0x58f9ee,_0xc8e4b1){this[_0x3728('0x1c')][_0x3728('0xf')](_0x7d157,_0xc8e4b1),this[_0x3728('0x16')][_0x3728('0xf')](_0x58f9ee,_0xc8e4b1);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x3da2=['uint32','/RenameOperation','splitPosition','affectsData:\x20boolean\x20expected','getTypeUrl','roots','.SplitOperation.insertionPosition:\x20object\x20expected','boolean','/MergeOperation','pos','/Element','attributesJson:\x20string\x20expected','.SplitOperation.splitPosition:\x20object\x20expected','MergeOperation','howMany','isArray','verify','nodes:\x20array\x20expected','/Range','root','length','wasUndone:\x20boolean\x20expected','isInteger','decodeDelimited','fromObject','isString','emptyObject','bool','/InsertOperation','.MoveOperation.sourcePosition:\x20object\x20expected','fork','oldName:\x20string\x20expected','push','emptyArray','newName:\x20string\x20expected','wasUndone','keys','key','rootGraveyard:\x20boolean\x20expected','range','SplitOperation','newValueJson:\x20string\x20expected','.Range.start:\x20object\x20expected','arrays','attributesJson','name','object\x20expected','Position','children.','oldValueJson','encodeDelimited','.MergeOperation.targetPosition:\x20object\x20expected','shouldReceiveAttributes:\x20boolean\x20expected','oldValueBoolean','.MergeOperation.sourcePosition:\x20object\x20expected','call','oldValueBoolean:\x20boolean\x20expected','root:\x20string\x20expected','nodes.','objects','data','ldelim','graveyardPosition','elementName','string','isAdd:\x20boolean\x20expected','range.','path:\x20integer[]\x20expected','hasOwnProperty','util','oldRange.','/RootAttributeOperation','newValueBoolean','.InsertOperation.nodes:\x20array\x20expected','graveyardPosition.','newName','RenameOperation','object','shouldReceiveAttributes','encode','oldRange','/Position','AttributeOperation','isObject','targetPosition.','start.','targetPosition','/MarkerOperation','type.googleapis.com','prototype','skipType','insertionPosition.','.Range.end:\x20object\x20expected','Element','attributesBoolean','.Element.children:\x20array\x20expected','position','newRange','decode','.Position.path:\x20array\x20expected','toObject','.MarkerOperation.oldRange:\x20object\x20expected','Range','/AttributeOperation','rootGraveyard','newValueBoolean:\x20boolean\x20expected','stickiness','insertionPosition','MarkerOperation','newRange.','/RootOperation','children','.InsertOperation.nodes:\x20object\x20expected','rootMain','affectsData','end.','path:\x20array\x20expected','.InsertOperation.position:\x20object\x20expected','howMany:\x20integer\x20expected','elementName:\x20string\x20expected','/MoveOperation','end','.Element.attributesBoolean:\x20object\x20expected','.SplitOperation.graveyardPosition:\x20object\x20expected','RootAttributeOperation','newValueJson','nodes','rootName','create','isAdd','stickiness:\x20string\x20expected','toJSON','toJSONOptions','InsertOperation','constructor','sourcePosition.','RootOperation','children:\x20array\x20expected','defaults','/SplitOperation','start','oldValueJson:\x20string\x20expected','path','.MergeOperation.graveyardPosition:\x20object\x20expected','len','key:\x20string\x20expected','name:\x20string\x20expected','default','oldName','sourcePosition'];(function(_0x2464cd,_0x3da2f2){const _0x114115=function(_0x43d227){while(--_0x43d227){_0x2464cd['push'](_0x2464cd['shift']());}};_0x114115(++_0x3da2f2);}(_0x3da2,0xfd));const _0x1141=function(_0x2464cd,_0x3da2f2){_0x2464cd=_0x2464cd-0x0;let _0x114115=_0x3da2[_0x2464cd];return _0x114115;};import*as _0x28608e from'protobufjs/minimal';const j=_0x28608e['Reader'],y=_0x28608e['Writer'],k=_0x28608e[_0x1141('0x74')],v=_0x28608e[_0x1141('0x34')]['default']||(_0x28608e[_0x1141('0x34')][_0x1141('0x2c')]={});export const AttributeOperation=v[_0x1141('0x81')]=(()=>{function _0x3d3133(_0x1554f6){if(_0x1554f6)for(let _0x3f58e1=Object[_0x1141('0x53')](_0x1554f6),_0x417196=0x0;_0x417196<_0x3f58e1[_0x1141('0x43')];++_0x417196)null!=_0x1554f6[_0x3f58e1[_0x417196]]&&(this[_0x3f58e1[_0x417196]]=_0x1554f6[_0x3f58e1[_0x417196]]);}return _0x3d3133[_0x1141('0x88')]['range']=null,_0x3d3133[_0x1141('0x88')][_0x1141('0x54')]='',_0x3d3133[_0x1141('0x88')][_0x1141('0x64')]=!0x1,_0x3d3133['prototype']['oldValueJson']='',_0x3d3133[_0x1141('0x88')][_0x1141('0x77')]=!0x1,_0x3d3133[_0x1141('0x88')][_0x1141('0x16')]='',_0x3d3133[_0x1141('0x88')]['wasUndone']=!0x1,_0x3d3133['create']=function(_0x1cac01){return new _0x3d3133(_0x1cac01);},_0x3d3133[_0x1141('0x7e')]=function(_0x537dde,_0x4c8dcc){return _0x4c8dcc||(_0x4c8dcc=y[_0x1141('0x19')]()),null!=_0x537dde[_0x1141('0x56')]&&Object[_0x1141('0x73')][_0x1141('0x66')](_0x537dde,_0x1141('0x56'))&&v[_0x1141('0x95')][_0x1141('0x7e')](_0x537dde[_0x1141('0x56')],_0x4c8dcc[_0x1141('0x2f')](0xa)[_0x1141('0x4d')]())[_0x1141('0x6c')](),null!=_0x537dde[_0x1141('0x54')]&&Object['hasOwnProperty'][_0x1141('0x66')](_0x537dde,_0x1141('0x54'))&&_0x4c8dcc[_0x1141('0x2f')](0x12)[_0x1141('0x6f')](_0x537dde['key']),null!=_0x537dde['oldValueBoolean']&&Object['hasOwnProperty'][_0x1141('0x66')](_0x537dde,_0x1141('0x64'))&&_0x4c8dcc[_0x1141('0x2f')](0x18)[_0x1141('0x4a')](_0x537dde[_0x1141('0x64')]),null!=_0x537dde[_0x1141('0x60')]&&Object[_0x1141('0x73')][_0x1141('0x66')](_0x537dde,_0x1141('0x60'))&&_0x4c8dcc[_0x1141('0x2f')](0x22)[_0x1141('0x6f')](_0x537dde[_0x1141('0x60')]),null!=_0x537dde[_0x1141('0x77')]&&Object[_0x1141('0x73')]['call'](_0x537dde,_0x1141('0x77'))&&_0x4c8dcc['uint32'](0x28)[_0x1141('0x4a')](_0x537dde[_0x1141('0x77')]),null!=_0x537dde[_0x1141('0x16')]&&Object['hasOwnProperty']['call'](_0x537dde,_0x1141('0x16'))&&_0x4c8dcc[_0x1141('0x2f')](0x32)[_0x1141('0x6f')](_0x537dde[_0x1141('0x16')]),null!=_0x537dde['wasUndone']&&Object['hasOwnProperty'][_0x1141('0x66')](_0x537dde,_0x1141('0x52'))&&_0x4c8dcc[_0x1141('0x2f')](0x38)[_0x1141('0x4a')](_0x537dde[_0x1141('0x52')]),_0x4c8dcc;},_0x3d3133[_0x1141('0x61')]=function(_0x5d19d0,_0x556e3c){return this[_0x1141('0x7e')](_0x5d19d0,_0x556e3c)['ldelim']();},_0x3d3133[_0x1141('0x91')]=function(_0x4d5bcf,_0x429db9){_0x4d5bcf instanceof j||(_0x4d5bcf=j[_0x1141('0x19')](_0x4d5bcf));let _0x29cb97=void 0x0===_0x429db9?_0x4d5bcf[_0x1141('0x29')]:_0x4d5bcf[_0x1141('0x38')]+_0x429db9,_0x2cffc1=new v[(_0x1141('0x81'))]();for(;_0x4d5bcf[_0x1141('0x38')]<_0x29cb97;){let _0x13a976=_0x4d5bcf[_0x1141('0x2f')]();switch(_0x13a976>>>0x3){case 0x1:_0x2cffc1[_0x1141('0x56')]=v[_0x1141('0x95')][_0x1141('0x91')](_0x4d5bcf,_0x4d5bcf[_0x1141('0x2f')]());break;case 0x2:_0x2cffc1[_0x1141('0x54')]=_0x4d5bcf['string']();break;case 0x3:_0x2cffc1[_0x1141('0x64')]=_0x4d5bcf[_0x1141('0x4a')]();break;case 0x4:_0x2cffc1[_0x1141('0x60')]=_0x4d5bcf[_0x1141('0x6f')]();break;case 0x5:_0x2cffc1[_0x1141('0x77')]=_0x4d5bcf[_0x1141('0x4a')]();break;case 0x6:_0x2cffc1[_0x1141('0x16')]=_0x4d5bcf[_0x1141('0x6f')]();break;case 0x7:_0x2cffc1[_0x1141('0x52')]=_0x4d5bcf[_0x1141('0x4a')]();break;default:_0x4d5bcf[_0x1141('0x89')](0x7&_0x13a976);}}return _0x2cffc1;},_0x3d3133[_0x1141('0x46')]=function(_0x14a30f){return _0x14a30f instanceof j||(_0x14a30f=new j(_0x14a30f)),this[_0x1141('0x91')](_0x14a30f,_0x14a30f[_0x1141('0x2f')]());},_0x3d3133[_0x1141('0x3f')]=function(_0x33c39a){if(_0x1141('0x7c')!=typeof _0x33c39a||null===_0x33c39a)return _0x1141('0x5d');if(null!=_0x33c39a[_0x1141('0x56')]&&_0x33c39a[_0x1141('0x73')](_0x1141('0x56'))){let _0x54d32f=v[_0x1141('0x95')][_0x1141('0x3f')](_0x33c39a[_0x1141('0x56')]);if(_0x54d32f)return _0x1141('0x71')+_0x54d32f;}return null!=_0x33c39a[_0x1141('0x54')]&&_0x33c39a[_0x1141('0x73')](_0x1141('0x54'))&&!k[_0x1141('0x48')](_0x33c39a['key'])?_0x1141('0x2a'):null!=_0x33c39a[_0x1141('0x64')]&&_0x33c39a['hasOwnProperty']('oldValueBoolean')&&_0x1141('0x36')!=typeof _0x33c39a['oldValueBoolean']?_0x1141('0x67'):null!=_0x33c39a['oldValueJson']&&_0x33c39a[_0x1141('0x73')](_0x1141('0x60'))&&!k[_0x1141('0x48')](_0x33c39a[_0x1141('0x60')])?_0x1141('0x26'):null!=_0x33c39a['newValueBoolean']&&_0x33c39a[_0x1141('0x73')](_0x1141('0x77'))&&_0x1141('0x36')!=typeof _0x33c39a['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x33c39a[_0x1141('0x16')]&&_0x33c39a[_0x1141('0x73')](_0x1141('0x16'))&&!k[_0x1141('0x48')](_0x33c39a[_0x1141('0x16')])?_0x1141('0x58'):null!=_0x33c39a[_0x1141('0x52')]&&_0x33c39a[_0x1141('0x73')]('wasUndone')&&'boolean'!=typeof _0x33c39a[_0x1141('0x52')]?'wasUndone:\x20boolean\x20expected':null;},_0x3d3133[_0x1141('0x47')]=function(_0x480a00){if(_0x480a00 instanceof v[_0x1141('0x81')])return _0x480a00;let _0x16b9f1=new v[(_0x1141('0x81'))]();if(null!=_0x480a00['range']){if(_0x1141('0x7c')!=typeof _0x480a00[_0x1141('0x56')])throw TypeError('.AttributeOperation.range:\x20object\x20expected');_0x16b9f1[_0x1141('0x56')]=v[_0x1141('0x95')][_0x1141('0x47')](_0x480a00[_0x1141('0x56')]);}return null!=_0x480a00[_0x1141('0x54')]&&(_0x16b9f1[_0x1141('0x54')]=String(_0x480a00['key'])),null!=_0x480a00['oldValueBoolean']&&(_0x16b9f1['oldValueBoolean']=Boolean(_0x480a00[_0x1141('0x64')])),null!=_0x480a00[_0x1141('0x60')]&&(_0x16b9f1[_0x1141('0x60')]=String(_0x480a00[_0x1141('0x60')])),null!=_0x480a00[_0x1141('0x77')]&&(_0x16b9f1['newValueBoolean']=Boolean(_0x480a00[_0x1141('0x77')])),null!=_0x480a00['newValueJson']&&(_0x16b9f1[_0x1141('0x16')]=String(_0x480a00['newValueJson'])),null!=_0x480a00[_0x1141('0x52')]&&(_0x16b9f1[_0x1141('0x52')]=Boolean(_0x480a00['wasUndone'])),_0x16b9f1;},_0x3d3133['toObject']=function(_0x2912d5,_0x2b7ce0){_0x2b7ce0||(_0x2b7ce0={});let _0x41d174={};return _0x2b7ce0[_0x1141('0x23')]&&(_0x41d174[_0x1141('0x56')]=null,_0x41d174[_0x1141('0x54')]='',_0x41d174['oldValueBoolean']=!0x1,_0x41d174[_0x1141('0x60')]='',_0x41d174[_0x1141('0x77')]=!0x1,_0x41d174[_0x1141('0x16')]='',_0x41d174['wasUndone']=!0x1),null!=_0x2912d5[_0x1141('0x56')]&&_0x2912d5[_0x1141('0x73')]('range')&&(_0x41d174['range']=v['Range'][_0x1141('0x93')](_0x2912d5[_0x1141('0x56')],_0x2b7ce0)),null!=_0x2912d5[_0x1141('0x54')]&&_0x2912d5['hasOwnProperty'](_0x1141('0x54'))&&(_0x41d174['key']=_0x2912d5['key']),null!=_0x2912d5[_0x1141('0x64')]&&_0x2912d5['hasOwnProperty']('oldValueBoolean')&&(_0x41d174['oldValueBoolean']=_0x2912d5[_0x1141('0x64')]),null!=_0x2912d5[_0x1141('0x60')]&&_0x2912d5['hasOwnProperty'](_0x1141('0x60'))&&(_0x41d174[_0x1141('0x60')]=_0x2912d5[_0x1141('0x60')]),null!=_0x2912d5[_0x1141('0x77')]&&_0x2912d5[_0x1141('0x73')]('newValueBoolean')&&(_0x41d174[_0x1141('0x77')]=_0x2912d5[_0x1141('0x77')]),null!=_0x2912d5[_0x1141('0x16')]&&_0x2912d5[_0x1141('0x73')](_0x1141('0x16'))&&(_0x41d174[_0x1141('0x16')]=_0x2912d5[_0x1141('0x16')]),null!=_0x2912d5[_0x1141('0x52')]&&_0x2912d5[_0x1141('0x73')]('wasUndone')&&(_0x41d174[_0x1141('0x52')]=_0x2912d5[_0x1141('0x52')]),_0x41d174;},_0x3d3133[_0x1141('0x88')][_0x1141('0x1c')]=function(){return this[_0x1141('0x1f')][_0x1141('0x93')](this,_0x28608e[_0x1141('0x74')][_0x1141('0x1d')]);},_0x3d3133[_0x1141('0x33')]=function(_0x1f1055){return void 0x0===_0x1f1055&&(_0x1f1055=_0x1141('0x87')),_0x1f1055+_0x1141('0x0');},_0x3d3133;})();export const InsertOperation=v['InsertOperation']=(()=>{function _0x554c0b(_0x72ddf5){if(this[_0x1141('0x17')]=[],_0x72ddf5)for(let _0x59eaa5=Object[_0x1141('0x53')](_0x72ddf5),_0x3c3df9=0x0;_0x3c3df9<_0x59eaa5[_0x1141('0x43')];++_0x3c3df9)null!=_0x72ddf5[_0x59eaa5[_0x3c3df9]]&&(this[_0x59eaa5[_0x3c3df9]]=_0x72ddf5[_0x59eaa5[_0x3c3df9]]);}return _0x554c0b[_0x1141('0x88')][_0x1141('0x8f')]=null,_0x554c0b[_0x1141('0x88')][_0x1141('0x17')]=k[_0x1141('0x50')],_0x554c0b[_0x1141('0x88')][_0x1141('0x7d')]=!0x1,_0x554c0b[_0x1141('0x88')][_0x1141('0x52')]=!0x1,_0x554c0b[_0x1141('0x19')]=function(_0x29be75){return new _0x554c0b(_0x29be75);},_0x554c0b[_0x1141('0x7e')]=function(_0x478684,_0x53618f){if(_0x53618f||(_0x53618f=y[_0x1141('0x19')]()),null!=_0x478684[_0x1141('0x8f')]&&Object[_0x1141('0x73')][_0x1141('0x66')](_0x478684,_0x1141('0x8f'))&&v['Position']['encode'](_0x478684[_0x1141('0x8f')],_0x53618f['uint32'](0xa)[_0x1141('0x4d')]())[_0x1141('0x6c')](),null!=_0x478684[_0x1141('0x17')]&&_0x478684['nodes'][_0x1141('0x43')])for(let _0x278183=0x0;_0x278183<_0x478684['nodes'][_0x1141('0x43')];++_0x278183)v['Element'][_0x1141('0x7e')](_0x478684[_0x1141('0x17')][_0x278183],_0x53618f[_0x1141('0x2f')](0x12)[_0x1141('0x4d')]())['ldelim']();return null!=_0x478684[_0x1141('0x7d')]&&Object['hasOwnProperty'][_0x1141('0x66')](_0x478684,_0x1141('0x7d'))&&_0x53618f['uint32'](0x18)['bool'](_0x478684[_0x1141('0x7d')]),null!=_0x478684[_0x1141('0x52')]&&Object[_0x1141('0x73')][_0x1141('0x66')](_0x478684,_0x1141('0x52'))&&_0x53618f[_0x1141('0x2f')](0x20)[_0x1141('0x4a')](_0x478684[_0x1141('0x52')]),_0x53618f;},_0x554c0b[_0x1141('0x61')]=function(_0x49e94e,_0xb3eb16){return this[_0x1141('0x7e')](_0x49e94e,_0xb3eb16)[_0x1141('0x6c')]();},_0x554c0b[_0x1141('0x91')]=function(_0x348501,_0x4868fd){_0x348501 instanceof j||(_0x348501=j[_0x1141('0x19')](_0x348501));let _0xa8279a=void 0x0===_0x4868fd?_0x348501[_0x1141('0x29')]:_0x348501[_0x1141('0x38')]+_0x4868fd,_0x55e81c=new v[(_0x1141('0x1e'))]();for(;_0x348501['pos']<_0xa8279a;){let _0x324c6e=_0x348501[_0x1141('0x2f')]();switch(_0x324c6e>>>0x3){case 0x1:_0x55e81c[_0x1141('0x8f')]=v[_0x1141('0x5e')][_0x1141('0x91')](_0x348501,_0x348501[_0x1141('0x2f')]());break;case 0x2:_0x55e81c[_0x1141('0x17')]&&_0x55e81c[_0x1141('0x17')][_0x1141('0x43')]||(_0x55e81c[_0x1141('0x17')]=[]),_0x55e81c[_0x1141('0x17')][_0x1141('0x4f')](v[_0x1141('0x8c')][_0x1141('0x91')](_0x348501,_0x348501[_0x1141('0x2f')]()));break;case 0x3:_0x55e81c[_0x1141('0x7d')]=_0x348501[_0x1141('0x4a')]();break;case 0x4:_0x55e81c[_0x1141('0x52')]=_0x348501[_0x1141('0x4a')]();break;default:_0x348501[_0x1141('0x89')](0x7&_0x324c6e);}}return _0x55e81c;},_0x554c0b[_0x1141('0x46')]=function(_0x34febd){return _0x34febd instanceof j||(_0x34febd=new j(_0x34febd)),this[_0x1141('0x91')](_0x34febd,_0x34febd[_0x1141('0x2f')]());},_0x554c0b[_0x1141('0x3f')]=function(_0x198029){if(_0x1141('0x7c')!=typeof _0x198029||null===_0x198029)return'object\x20expected';if(null!=_0x198029[_0x1141('0x8f')]&&_0x198029[_0x1141('0x73')](_0x1141('0x8f'))){let _0x1a95ef=v[_0x1141('0x5e')][_0x1141('0x3f')](_0x198029['position']);if(_0x1a95ef)return'position.'+_0x1a95ef;}if(null!=_0x198029['nodes']&&_0x198029[_0x1141('0x73')](_0x1141('0x17'))){if(!Array[_0x1141('0x3e')](_0x198029[_0x1141('0x17')]))return _0x1141('0x40');for(let _0x51e25d=0x0;_0x51e25d<_0x198029['nodes'][_0x1141('0x43')];++_0x51e25d){let _0x2973ee=v[_0x1141('0x8c')][_0x1141('0x3f')](_0x198029['nodes'][_0x51e25d]);if(_0x2973ee)return _0x1141('0x69')+_0x2973ee;}}return null!=_0x198029['shouldReceiveAttributes']&&_0x198029[_0x1141('0x73')](_0x1141('0x7d'))&&_0x1141('0x36')!=typeof _0x198029[_0x1141('0x7d')]?_0x1141('0x63'):null!=_0x198029[_0x1141('0x52')]&&_0x198029['hasOwnProperty'](_0x1141('0x52'))&&_0x1141('0x36')!=typeof _0x198029[_0x1141('0x52')]?'wasUndone:\x20boolean\x20expected':null;},_0x554c0b[_0x1141('0x47')]=function(_0x864bc9){if(_0x864bc9 instanceof v[_0x1141('0x1e')])return _0x864bc9;let _0x541030=new v[(_0x1141('0x1e'))]();if(null!=_0x864bc9[_0x1141('0x8f')]){if(_0x1141('0x7c')!=typeof _0x864bc9['position'])throw TypeError(_0x1141('0xe'));_0x541030['position']=v[_0x1141('0x5e')][_0x1141('0x47')](_0x864bc9[_0x1141('0x8f')]);}if(_0x864bc9[_0x1141('0x17')]){if(!Array[_0x1141('0x3e')](_0x864bc9['nodes']))throw TypeError(_0x1141('0x78'));_0x541030[_0x1141('0x17')]=[];for(let _0x41b921=0x0;_0x41b921<_0x864bc9['nodes']['length'];++_0x41b921){if(_0x1141('0x7c')!=typeof _0x864bc9[_0x1141('0x17')][_0x41b921])throw TypeError(_0x1141('0x9'));_0x541030[_0x1141('0x17')][_0x41b921]=v['Element'][_0x1141('0x47')](_0x864bc9[_0x1141('0x17')][_0x41b921]);}}return null!=_0x864bc9['shouldReceiveAttributes']&&(_0x541030[_0x1141('0x7d')]=Boolean(_0x864bc9['shouldReceiveAttributes'])),null!=_0x864bc9[_0x1141('0x52')]&&(_0x541030[_0x1141('0x52')]=Boolean(_0x864bc9[_0x1141('0x52')])),_0x541030;},_0x554c0b[_0x1141('0x93')]=function(_0x3b7651,_0x2ec757){_0x2ec757||(_0x2ec757={});let _0x2bc92f={};if((_0x2ec757['arrays']||_0x2ec757[_0x1141('0x23')])&&(_0x2bc92f['nodes']=[]),_0x2ec757['defaults']&&(_0x2bc92f[_0x1141('0x8f')]=null,_0x2bc92f[_0x1141('0x7d')]=!0x1,_0x2bc92f[_0x1141('0x52')]=!0x1),null!=_0x3b7651[_0x1141('0x8f')]&&_0x3b7651[_0x1141('0x73')](_0x1141('0x8f'))&&(_0x2bc92f['position']=v[_0x1141('0x5e')]['toObject'](_0x3b7651[_0x1141('0x8f')],_0x2ec757)),_0x3b7651[_0x1141('0x17')]&&_0x3b7651[_0x1141('0x17')][_0x1141('0x43')]){_0x2bc92f[_0x1141('0x17')]=[];for(let _0x425f6c=0x0;_0x425f6c<_0x3b7651[_0x1141('0x17')][_0x1141('0x43')];++_0x425f6c)_0x2bc92f['nodes'][_0x425f6c]=v[_0x1141('0x8c')][_0x1141('0x93')](_0x3b7651[_0x1141('0x17')][_0x425f6c],_0x2ec757);}return null!=_0x3b7651[_0x1141('0x7d')]&&_0x3b7651[_0x1141('0x73')]('shouldReceiveAttributes')&&(_0x2bc92f['shouldReceiveAttributes']=_0x3b7651['shouldReceiveAttributes']),null!=_0x3b7651[_0x1141('0x52')]&&_0x3b7651[_0x1141('0x73')](_0x1141('0x52'))&&(_0x2bc92f[_0x1141('0x52')]=_0x3b7651[_0x1141('0x52')]),_0x2bc92f;},_0x554c0b[_0x1141('0x88')][_0x1141('0x1c')]=function(){return this[_0x1141('0x1f')][_0x1141('0x93')](this,_0x28608e[_0x1141('0x74')][_0x1141('0x1d')]);},_0x554c0b['getTypeUrl']=function(_0xd935ce){return void 0x0===_0xd935ce&&(_0xd935ce=_0x1141('0x87')),_0xd935ce+_0x1141('0x4b');},_0x554c0b;})();export const MarkerOperation=v[_0x1141('0x5')]=(()=>{function _0x1e4c62(_0x494f4d){if(_0x494f4d)for(let _0x4334bc=Object[_0x1141('0x53')](_0x494f4d),_0x5e18ee=0x0;_0x5e18ee<_0x4334bc[_0x1141('0x43')];++_0x5e18ee)null!=_0x494f4d[_0x4334bc[_0x5e18ee]]&&(this[_0x4334bc[_0x5e18ee]]=_0x494f4d[_0x4334bc[_0x5e18ee]]);}return _0x1e4c62[_0x1141('0x88')]['name']='',_0x1e4c62[_0x1141('0x88')][_0x1141('0x7f')]=null,_0x1e4c62['prototype']['newRange']=null,_0x1e4c62[_0x1141('0x88')]['affectsData']=!0x1,_0x1e4c62['prototype']['wasUndone']=!0x1,_0x1e4c62[_0x1141('0x19')]=function(_0x397ac0){return new _0x1e4c62(_0x397ac0);},_0x1e4c62['encode']=function(_0x588110,_0x5c7bf4){return _0x5c7bf4||(_0x5c7bf4=y[_0x1141('0x19')]()),null!=_0x588110[_0x1141('0x5c')]&&Object[_0x1141('0x73')][_0x1141('0x66')](_0x588110,'name')&&_0x5c7bf4[_0x1141('0x2f')](0xa)['string'](_0x588110[_0x1141('0x5c')]),null!=_0x588110['oldRange']&&Object['hasOwnProperty'][_0x1141('0x66')](_0x588110,_0x1141('0x7f'))&&v[_0x1141('0x95')][_0x1141('0x7e')](_0x588110[_0x1141('0x7f')],_0x5c7bf4[_0x1141('0x2f')](0x12)[_0x1141('0x4d')]())['ldelim'](),null!=_0x588110['newRange']&&Object[_0x1141('0x73')][_0x1141('0x66')](_0x588110,_0x1141('0x90'))&&v['Range']['encode'](_0x588110['newRange'],_0x5c7bf4[_0x1141('0x2f')](0x1a)[_0x1141('0x4d')]())['ldelim'](),null!=_0x588110[_0x1141('0xb')]&&Object[_0x1141('0x73')][_0x1141('0x66')](_0x588110,_0x1141('0xb'))&&_0x5c7bf4['uint32'](0x20)[_0x1141('0x4a')](_0x588110['affectsData']),null!=_0x588110[_0x1141('0x52')]&&Object[_0x1141('0x73')][_0x1141('0x66')](_0x588110,_0x1141('0x52'))&&_0x5c7bf4['uint32'](0x28)[_0x1141('0x4a')](_0x588110['wasUndone']),_0x5c7bf4;},_0x1e4c62[_0x1141('0x61')]=function(_0x38bdd1,_0x271ffc){return this['encode'](_0x38bdd1,_0x271ffc)[_0x1141('0x6c')]();},_0x1e4c62[_0x1141('0x91')]=function(_0x3803ec,_0x6e41bb){_0x3803ec instanceof j||(_0x3803ec=j['create'](_0x3803ec));let _0x1fbc06=void 0x0===_0x6e41bb?_0x3803ec[_0x1141('0x29')]:_0x3803ec[_0x1141('0x38')]+_0x6e41bb,_0xc9a015=new v['MarkerOperation']();for(;_0x3803ec[_0x1141('0x38')]<_0x1fbc06;){let _0x1628f4=_0x3803ec[_0x1141('0x2f')]();switch(_0x1628f4>>>0x3){case 0x1:_0xc9a015[_0x1141('0x5c')]=_0x3803ec['string']();break;case 0x2:_0xc9a015[_0x1141('0x7f')]=v[_0x1141('0x95')][_0x1141('0x91')](_0x3803ec,_0x3803ec[_0x1141('0x2f')]());break;case 0x3:_0xc9a015[_0x1141('0x90')]=v['Range']['decode'](_0x3803ec,_0x3803ec[_0x1141('0x2f')]());break;case 0x4:_0xc9a015[_0x1141('0xb')]=_0x3803ec['bool']();break;case 0x5:_0xc9a015['wasUndone']=_0x3803ec[_0x1141('0x4a')]();break;default:_0x3803ec[_0x1141('0x89')](0x7&_0x1628f4);}}return _0xc9a015;},_0x1e4c62[_0x1141('0x46')]=function(_0x197e21){return _0x197e21 instanceof j||(_0x197e21=new j(_0x197e21)),this['decode'](_0x197e21,_0x197e21[_0x1141('0x2f')]());},_0x1e4c62[_0x1141('0x3f')]=function(_0x45bfbd){if(_0x1141('0x7c')!=typeof _0x45bfbd||null===_0x45bfbd)return'object\x20expected';if(null!=_0x45bfbd[_0x1141('0x5c')]&&_0x45bfbd[_0x1141('0x73')](_0x1141('0x5c'))&&!k['isString'](_0x45bfbd[_0x1141('0x5c')]))return _0x1141('0x2b');if(null!=_0x45bfbd[_0x1141('0x7f')]&&_0x45bfbd[_0x1141('0x73')](_0x1141('0x7f'))){let _0x4fdd92=v[_0x1141('0x95')][_0x1141('0x3f')](_0x45bfbd[_0x1141('0x7f')]);if(_0x4fdd92)return _0x1141('0x75')+_0x4fdd92;}if(null!=_0x45bfbd['newRange']&&_0x45bfbd[_0x1141('0x73')](_0x1141('0x90'))){let _0x505867=v['Range']['verify'](_0x45bfbd[_0x1141('0x90')]);if(_0x505867)return _0x1141('0x6')+_0x505867;}return null!=_0x45bfbd['affectsData']&&_0x45bfbd[_0x1141('0x73')](_0x1141('0xb'))&&'boolean'!=typeof _0x45bfbd['affectsData']?_0x1141('0x32'):null!=_0x45bfbd[_0x1141('0x52')]&&_0x45bfbd['hasOwnProperty'](_0x1141('0x52'))&&'boolean'!=typeof _0x45bfbd['wasUndone']?_0x1141('0x44'):null;},_0x1e4c62[_0x1141('0x47')]=function(_0x583bc4){if(_0x583bc4 instanceof v[_0x1141('0x5')])return _0x583bc4;let _0x4cf3cd=new v[(_0x1141('0x5'))]();if(null!=_0x583bc4[_0x1141('0x5c')]&&(_0x4cf3cd[_0x1141('0x5c')]=String(_0x583bc4[_0x1141('0x5c')])),null!=_0x583bc4['oldRange']){if(_0x1141('0x7c')!=typeof _0x583bc4[_0x1141('0x7f')])throw TypeError(_0x1141('0x94'));_0x4cf3cd[_0x1141('0x7f')]=v[_0x1141('0x95')]['fromObject'](_0x583bc4[_0x1141('0x7f')]);}if(null!=_0x583bc4[_0x1141('0x90')]){if('object'!=typeof _0x583bc4[_0x1141('0x90')])throw TypeError('.MarkerOperation.newRange:\x20object\x20expected');_0x4cf3cd[_0x1141('0x90')]=v['Range'][_0x1141('0x47')](_0x583bc4[_0x1141('0x90')]);}return null!=_0x583bc4['affectsData']&&(_0x4cf3cd[_0x1141('0xb')]=Boolean(_0x583bc4[_0x1141('0xb')])),null!=_0x583bc4[_0x1141('0x52')]&&(_0x4cf3cd[_0x1141('0x52')]=Boolean(_0x583bc4[_0x1141('0x52')])),_0x4cf3cd;},_0x1e4c62[_0x1141('0x93')]=function(_0x2514a7,_0x45a95b){_0x45a95b||(_0x45a95b={});let _0x1c73dc={};return _0x45a95b[_0x1141('0x23')]&&(_0x1c73dc[_0x1141('0x5c')]='',_0x1c73dc[_0x1141('0x7f')]=null,_0x1c73dc[_0x1141('0x90')]=null,_0x1c73dc[_0x1141('0xb')]=!0x1,_0x1c73dc[_0x1141('0x52')]=!0x1),null!=_0x2514a7[_0x1141('0x5c')]&&_0x2514a7['hasOwnProperty']('name')&&(_0x1c73dc[_0x1141('0x5c')]=_0x2514a7[_0x1141('0x5c')]),null!=_0x2514a7[_0x1141('0x7f')]&&_0x2514a7[_0x1141('0x73')](_0x1141('0x7f'))&&(_0x1c73dc[_0x1141('0x7f')]=v[_0x1141('0x95')][_0x1141('0x93')](_0x2514a7[_0x1141('0x7f')],_0x45a95b)),null!=_0x2514a7['newRange']&&_0x2514a7[_0x1141('0x73')](_0x1141('0x90'))&&(_0x1c73dc[_0x1141('0x90')]=v[_0x1141('0x95')]['toObject'](_0x2514a7['newRange'],_0x45a95b)),null!=_0x2514a7['affectsData']&&_0x2514a7[_0x1141('0x73')]('affectsData')&&(_0x1c73dc[_0x1141('0xb')]=_0x2514a7['affectsData']),null!=_0x2514a7['wasUndone']&&_0x2514a7[_0x1141('0x73')](_0x1141('0x52'))&&(_0x1c73dc[_0x1141('0x52')]=_0x2514a7[_0x1141('0x52')]),_0x1c73dc;},_0x1e4c62[_0x1141('0x88')][_0x1141('0x1c')]=function(){return this['constructor']['toObject'](this,_0x28608e[_0x1141('0x74')][_0x1141('0x1d')]);},_0x1e4c62[_0x1141('0x33')]=function(_0x884a6){return void 0x0===_0x884a6&&(_0x884a6=_0x1141('0x87')),_0x884a6+_0x1141('0x86');},_0x1e4c62;})();export const MergeOperation=v['MergeOperation']=(()=>{function _0x1c8958(_0x2bfce2){if(_0x2bfce2)for(let _0x127452=Object[_0x1141('0x53')](_0x2bfce2),_0x188471=0x0;_0x188471<_0x127452[_0x1141('0x43')];++_0x188471)null!=_0x2bfce2[_0x127452[_0x188471]]&&(this[_0x127452[_0x188471]]=_0x2bfce2[_0x127452[_0x188471]]);}return _0x1c8958['prototype']['sourcePosition']=null,_0x1c8958['prototype'][_0x1141('0x85')]=null,_0x1c8958[_0x1141('0x88')]['graveyardPosition']=null,_0x1c8958[_0x1141('0x88')][_0x1141('0x3d')]=0x0,_0x1c8958['prototype'][_0x1141('0x52')]=!0x1,_0x1c8958[_0x1141('0x19')]=function(_0x2711db){return new _0x1c8958(_0x2711db);},_0x1c8958[_0x1141('0x7e')]=function(_0x175e61,_0x4db0d8){return _0x4db0d8||(_0x4db0d8=y[_0x1141('0x19')]()),null!=_0x175e61[_0x1141('0x2e')]&&Object[_0x1141('0x73')][_0x1141('0x66')](_0x175e61,_0x1141('0x2e'))&&v[_0x1141('0x5e')][_0x1141('0x7e')](_0x175e61[_0x1141('0x2e')],_0x4db0d8[_0x1141('0x2f')](0xa)[_0x1141('0x4d')]())[_0x1141('0x6c')](),null!=_0x175e61[_0x1141('0x85')]&&Object[_0x1141('0x73')][_0x1141('0x66')](_0x175e61,'targetPosition')&&v[_0x1141('0x5e')]['encode'](_0x175e61[_0x1141('0x85')],_0x4db0d8[_0x1141('0x2f')](0x12)[_0x1141('0x4d')]())[_0x1141('0x6c')](),null!=_0x175e61['graveyardPosition']&&Object[_0x1141('0x73')]['call'](_0x175e61,_0x1141('0x6d'))&&v['Position']['encode'](_0x175e61['graveyardPosition'],_0x4db0d8['uint32'](0x1a)[_0x1141('0x4d')]())[_0x1141('0x6c')](),null!=_0x175e61[_0x1141('0x3d')]&&Object['hasOwnProperty']['call'](_0x175e61,'howMany')&&_0x4db0d8['uint32'](0x20)[_0x1141('0x2f')](_0x175e61[_0x1141('0x3d')]),null!=_0x175e61[_0x1141('0x52')]&&Object[_0x1141('0x73')]['call'](_0x175e61,'wasUndone')&&_0x4db0d8[_0x1141('0x2f')](0x28)[_0x1141('0x4a')](_0x175e61['wasUndone']),_0x4db0d8;},_0x1c8958[_0x1141('0x61')]=function(_0x2c1a64,_0x6aa759){return this[_0x1141('0x7e')](_0x2c1a64,_0x6aa759)[_0x1141('0x6c')]();},_0x1c8958[_0x1141('0x91')]=function(_0x2c3720,_0x37291e){_0x2c3720 instanceof j||(_0x2c3720=j[_0x1141('0x19')](_0x2c3720));let _0x566ea7=void 0x0===_0x37291e?_0x2c3720[_0x1141('0x29')]:_0x2c3720[_0x1141('0x38')]+_0x37291e,_0x4b551c=new v[(_0x1141('0x3c'))]();for(;_0x2c3720['pos']<_0x566ea7;){let _0x1c6765=_0x2c3720[_0x1141('0x2f')]();switch(_0x1c6765>>>0x3){case 0x1:_0x4b551c['sourcePosition']=v[_0x1141('0x5e')][_0x1141('0x91')](_0x2c3720,_0x2c3720[_0x1141('0x2f')]());break;case 0x2:_0x4b551c[_0x1141('0x85')]=v[_0x1141('0x5e')][_0x1141('0x91')](_0x2c3720,_0x2c3720[_0x1141('0x2f')]());break;case 0x3:_0x4b551c[_0x1141('0x6d')]=v['Position'][_0x1141('0x91')](_0x2c3720,_0x2c3720[_0x1141('0x2f')]());break;case 0x4:_0x4b551c[_0x1141('0x3d')]=_0x2c3720[_0x1141('0x2f')]();break;case 0x5:_0x4b551c[_0x1141('0x52')]=_0x2c3720[_0x1141('0x4a')]();break;default:_0x2c3720[_0x1141('0x89')](0x7&_0x1c6765);}}return _0x4b551c;},_0x1c8958[_0x1141('0x46')]=function(_0x111798){return _0x111798 instanceof j||(_0x111798=new j(_0x111798)),this[_0x1141('0x91')](_0x111798,_0x111798[_0x1141('0x2f')]());},_0x1c8958[_0x1141('0x3f')]=function(_0x25651a){if(_0x1141('0x7c')!=typeof _0x25651a||null===_0x25651a)return'object\x20expected';if(null!=_0x25651a[_0x1141('0x2e')]&&_0x25651a[_0x1141('0x73')](_0x1141('0x2e'))){let _0x430a9d=v['Position'][_0x1141('0x3f')](_0x25651a[_0x1141('0x2e')]);if(_0x430a9d)return _0x1141('0x20')+_0x430a9d;}if(null!=_0x25651a['targetPosition']&&_0x25651a['hasOwnProperty'](_0x1141('0x85'))){let _0x300613=v[_0x1141('0x5e')][_0x1141('0x3f')](_0x25651a[_0x1141('0x85')]);if(_0x300613)return _0x1141('0x83')+_0x300613;}if(null!=_0x25651a[_0x1141('0x6d')]&&_0x25651a[_0x1141('0x73')]('graveyardPosition')){let _0x3cd263=v[_0x1141('0x5e')][_0x1141('0x3f')](_0x25651a[_0x1141('0x6d')]);if(_0x3cd263)return _0x1141('0x79')+_0x3cd263;}return null!=_0x25651a[_0x1141('0x3d')]&&_0x25651a[_0x1141('0x73')](_0x1141('0x3d'))&&!k[_0x1141('0x45')](_0x25651a[_0x1141('0x3d')])?_0x1141('0xf'):null!=_0x25651a[_0x1141('0x52')]&&_0x25651a[_0x1141('0x73')](_0x1141('0x52'))&&_0x1141('0x36')!=typeof _0x25651a[_0x1141('0x52')]?_0x1141('0x44'):null;},_0x1c8958[_0x1141('0x47')]=function(_0xbcc31c){if(_0xbcc31c instanceof v[_0x1141('0x3c')])return _0xbcc31c;let _0x1a918e=new v[(_0x1141('0x3c'))]();if(null!=_0xbcc31c[_0x1141('0x2e')]){if('object'!=typeof _0xbcc31c[_0x1141('0x2e')])throw TypeError(_0x1141('0x65'));_0x1a918e[_0x1141('0x2e')]=v['Position']['fromObject'](_0xbcc31c[_0x1141('0x2e')]);}if(null!=_0xbcc31c['targetPosition']){if(_0x1141('0x7c')!=typeof _0xbcc31c[_0x1141('0x85')])throw TypeError(_0x1141('0x62'));_0x1a918e[_0x1141('0x85')]=v['Position'][_0x1141('0x47')](_0xbcc31c[_0x1141('0x85')]);}if(null!=_0xbcc31c[_0x1141('0x6d')]){if(_0x1141('0x7c')!=typeof _0xbcc31c[_0x1141('0x6d')])throw TypeError(_0x1141('0x28'));_0x1a918e['graveyardPosition']=v[_0x1141('0x5e')]['fromObject'](_0xbcc31c[_0x1141('0x6d')]);}return null!=_0xbcc31c[_0x1141('0x3d')]&&(_0x1a918e[_0x1141('0x3d')]=_0xbcc31c[_0x1141('0x3d')]>>>0x0),null!=_0xbcc31c[_0x1141('0x52')]&&(_0x1a918e['wasUndone']=Boolean(_0xbcc31c[_0x1141('0x52')])),_0x1a918e;},_0x1c8958[_0x1141('0x93')]=function(_0x273ea1,_0x34eb2e){_0x34eb2e||(_0x34eb2e={});let _0xbfb062={};return _0x34eb2e['defaults']&&(_0xbfb062[_0x1141('0x2e')]=null,_0xbfb062['targetPosition']=null,_0xbfb062['graveyardPosition']=null,_0xbfb062[_0x1141('0x3d')]=0x0,_0xbfb062[_0x1141('0x52')]=!0x1),null!=_0x273ea1['sourcePosition']&&_0x273ea1[_0x1141('0x73')]('sourcePosition')&&(_0xbfb062[_0x1141('0x2e')]=v['Position'][_0x1141('0x93')](_0x273ea1[_0x1141('0x2e')],_0x34eb2e)),null!=_0x273ea1[_0x1141('0x85')]&&_0x273ea1['hasOwnProperty'](_0x1141('0x85'))&&(_0xbfb062[_0x1141('0x85')]=v[_0x1141('0x5e')][_0x1141('0x93')](_0x273ea1['targetPosition'],_0x34eb2e)),null!=_0x273ea1['graveyardPosition']&&_0x273ea1[_0x1141('0x73')](_0x1141('0x6d'))&&(_0xbfb062[_0x1141('0x6d')]=v[_0x1141('0x5e')][_0x1141('0x93')](_0x273ea1[_0x1141('0x6d')],_0x34eb2e)),null!=_0x273ea1[_0x1141('0x3d')]&&_0x273ea1[_0x1141('0x73')](_0x1141('0x3d'))&&(_0xbfb062['howMany']=_0x273ea1['howMany']),null!=_0x273ea1[_0x1141('0x52')]&&_0x273ea1[_0x1141('0x73')](_0x1141('0x52'))&&(_0xbfb062[_0x1141('0x52')]=_0x273ea1[_0x1141('0x52')]),_0xbfb062;},_0x1c8958['prototype'][_0x1141('0x1c')]=function(){return this[_0x1141('0x1f')][_0x1141('0x93')](this,_0x28608e['util'][_0x1141('0x1d')]);},_0x1c8958[_0x1141('0x33')]=function(_0x1629ed){return void 0x0===_0x1629ed&&(_0x1629ed=_0x1141('0x87')),_0x1629ed+_0x1141('0x37');},_0x1c8958;})();export const MoveOperation=v['MoveOperation']=(()=>{function _0x46c4fb(_0x4b2475){if(_0x4b2475)for(let _0x19f4bb=Object[_0x1141('0x53')](_0x4b2475),_0x415e1c=0x0;_0x415e1c<_0x19f4bb['length'];++_0x415e1c)null!=_0x4b2475[_0x19f4bb[_0x415e1c]]&&(this[_0x19f4bb[_0x415e1c]]=_0x4b2475[_0x19f4bb[_0x415e1c]]);}return _0x46c4fb[_0x1141('0x88')][_0x1141('0x2e')]=null,_0x46c4fb['prototype'][_0x1141('0x3d')]=0x0,_0x46c4fb[_0x1141('0x88')][_0x1141('0x85')]=null,_0x46c4fb[_0x1141('0x88')][_0x1141('0x52')]=!0x1,_0x46c4fb[_0x1141('0x19')]=function(_0x1aa716){return new _0x46c4fb(_0x1aa716);},_0x46c4fb['encode']=function(_0x11c16b,_0x4ac03e){return _0x4ac03e||(_0x4ac03e=y['create']()),null!=_0x11c16b['sourcePosition']&&Object[_0x1141('0x73')]['call'](_0x11c16b,_0x1141('0x2e'))&&v[_0x1141('0x5e')][_0x1141('0x7e')](_0x11c16b[_0x1141('0x2e')],_0x4ac03e[_0x1141('0x2f')](0xa)['fork']())[_0x1141('0x6c')](),null!=_0x11c16b[_0x1141('0x3d')]&&Object['hasOwnProperty'][_0x1141('0x66')](_0x11c16b,_0x1141('0x3d'))&&_0x4ac03e['uint32'](0x10)['uint32'](_0x11c16b[_0x1141('0x3d')]),null!=_0x11c16b['targetPosition']&&Object[_0x1141('0x73')]['call'](_0x11c16b,_0x1141('0x85'))&&v[_0x1141('0x5e')][_0x1141('0x7e')](_0x11c16b[_0x1141('0x85')],_0x4ac03e[_0x1141('0x2f')](0x1a)['fork']())[_0x1141('0x6c')](),null!=_0x11c16b['wasUndone']&&Object['hasOwnProperty'][_0x1141('0x66')](_0x11c16b,'wasUndone')&&_0x4ac03e[_0x1141('0x2f')](0x20)[_0x1141('0x4a')](_0x11c16b['wasUndone']),_0x4ac03e;},_0x46c4fb[_0x1141('0x61')]=function(_0x2bbfe0,_0x4d8e38){return this[_0x1141('0x7e')](_0x2bbfe0,_0x4d8e38)[_0x1141('0x6c')]();},_0x46c4fb[_0x1141('0x91')]=function(_0xf1badc,_0x31654f){_0xf1badc instanceof j||(_0xf1badc=j['create'](_0xf1badc));let _0x1b06d1=void 0x0===_0x31654f?_0xf1badc[_0x1141('0x29')]:_0xf1badc[_0x1141('0x38')]+_0x31654f,_0x5e54f7=new v['MoveOperation']();for(;_0xf1badc['pos']<_0x1b06d1;){let _0x439371=_0xf1badc[_0x1141('0x2f')]();switch(_0x439371>>>0x3){case 0x1:_0x5e54f7[_0x1141('0x2e')]=v[_0x1141('0x5e')]['decode'](_0xf1badc,_0xf1badc[_0x1141('0x2f')]());break;case 0x2:_0x5e54f7[_0x1141('0x3d')]=_0xf1badc[_0x1141('0x2f')]();break;case 0x3:_0x5e54f7[_0x1141('0x85')]=v[_0x1141('0x5e')][_0x1141('0x91')](_0xf1badc,_0xf1badc[_0x1141('0x2f')]());break;case 0x4:_0x5e54f7[_0x1141('0x52')]=_0xf1badc[_0x1141('0x4a')]();break;default:_0xf1badc[_0x1141('0x89')](0x7&_0x439371);}}return _0x5e54f7;},_0x46c4fb[_0x1141('0x46')]=function(_0x397550){return _0x397550 instanceof j||(_0x397550=new j(_0x397550)),this['decode'](_0x397550,_0x397550[_0x1141('0x2f')]());},_0x46c4fb['verify']=function(_0x3661a7){if(_0x1141('0x7c')!=typeof _0x3661a7||null===_0x3661a7)return'object\x20expected';if(null!=_0x3661a7[_0x1141('0x2e')]&&_0x3661a7[_0x1141('0x73')](_0x1141('0x2e'))){let _0x540fd0=v[_0x1141('0x5e')]['verify'](_0x3661a7['sourcePosition']);if(_0x540fd0)return _0x1141('0x20')+_0x540fd0;}if(null!=_0x3661a7['howMany']&&_0x3661a7[_0x1141('0x73')]('howMany')&&!k[_0x1141('0x45')](_0x3661a7[_0x1141('0x3d')]))return'howMany:\x20integer\x20expected';if(null!=_0x3661a7[_0x1141('0x85')]&&_0x3661a7[_0x1141('0x73')]('targetPosition')){let _0x244bd5=v[_0x1141('0x5e')]['verify'](_0x3661a7['targetPosition']);if(_0x244bd5)return _0x1141('0x83')+_0x244bd5;}return null!=_0x3661a7[_0x1141('0x52')]&&_0x3661a7[_0x1141('0x73')](_0x1141('0x52'))&&_0x1141('0x36')!=typeof _0x3661a7[_0x1141('0x52')]?_0x1141('0x44'):null;},_0x46c4fb[_0x1141('0x47')]=function(_0x135351){if(_0x135351 instanceof v['MoveOperation'])return _0x135351;let _0x1e5aaf=new v['MoveOperation']();if(null!=_0x135351[_0x1141('0x2e')]){if(_0x1141('0x7c')!=typeof _0x135351[_0x1141('0x2e')])throw TypeError(_0x1141('0x4c'));_0x1e5aaf[_0x1141('0x2e')]=v['Position'][_0x1141('0x47')](_0x135351['sourcePosition']);}if(null!=_0x135351[_0x1141('0x3d')]&&(_0x1e5aaf[_0x1141('0x3d')]=_0x135351[_0x1141('0x3d')]>>>0x0),null!=_0x135351[_0x1141('0x85')]){if(_0x1141('0x7c')!=typeof _0x135351[_0x1141('0x85')])throw TypeError('.MoveOperation.targetPosition:\x20object\x20expected');_0x1e5aaf[_0x1141('0x85')]=v[_0x1141('0x5e')][_0x1141('0x47')](_0x135351['targetPosition']);}return null!=_0x135351[_0x1141('0x52')]&&(_0x1e5aaf['wasUndone']=Boolean(_0x135351[_0x1141('0x52')])),_0x1e5aaf;},_0x46c4fb['toObject']=function(_0x4d09ee,_0x157813){_0x157813||(_0x157813={});let _0x2fe662={};return _0x157813['defaults']&&(_0x2fe662['sourcePosition']=null,_0x2fe662['howMany']=0x0,_0x2fe662[_0x1141('0x85')]=null,_0x2fe662[_0x1141('0x52')]=!0x1),null!=_0x4d09ee[_0x1141('0x2e')]&&_0x4d09ee[_0x1141('0x73')](_0x1141('0x2e'))&&(_0x2fe662[_0x1141('0x2e')]=v[_0x1141('0x5e')]['toObject'](_0x4d09ee[_0x1141('0x2e')],_0x157813)),null!=_0x4d09ee[_0x1141('0x3d')]&&_0x4d09ee['hasOwnProperty'](_0x1141('0x3d'))&&(_0x2fe662[_0x1141('0x3d')]=_0x4d09ee['howMany']),null!=_0x4d09ee['targetPosition']&&_0x4d09ee[_0x1141('0x73')](_0x1141('0x85'))&&(_0x2fe662['targetPosition']=v['Position'][_0x1141('0x93')](_0x4d09ee[_0x1141('0x85')],_0x157813)),null!=_0x4d09ee[_0x1141('0x52')]&&_0x4d09ee[_0x1141('0x73')](_0x1141('0x52'))&&(_0x2fe662[_0x1141('0x52')]=_0x4d09ee[_0x1141('0x52')]),_0x2fe662;},_0x46c4fb[_0x1141('0x88')][_0x1141('0x1c')]=function(){return this[_0x1141('0x1f')][_0x1141('0x93')](this,_0x28608e['util'][_0x1141('0x1d')]);},_0x46c4fb[_0x1141('0x33')]=function(_0x22ba6e){return void 0x0===_0x22ba6e&&(_0x22ba6e=_0x1141('0x87')),_0x22ba6e+_0x1141('0x11');},_0x46c4fb;})();export const RenameOperation=v[_0x1141('0x7b')]=(()=>{function _0x1524cb(_0x46139a){if(_0x46139a)for(let _0x36518c=Object['keys'](_0x46139a),_0x307773=0x0;_0x307773<_0x36518c[_0x1141('0x43')];++_0x307773)null!=_0x46139a[_0x36518c[_0x307773]]&&(this[_0x36518c[_0x307773]]=_0x46139a[_0x36518c[_0x307773]]);}return _0x1524cb['prototype'][_0x1141('0x8f')]=null,_0x1524cb[_0x1141('0x88')]['oldName']='',_0x1524cb[_0x1141('0x88')][_0x1141('0x7a')]='',_0x1524cb[_0x1141('0x88')][_0x1141('0x52')]=!0x1,_0x1524cb['create']=function(_0x213e8e){return new _0x1524cb(_0x213e8e);},_0x1524cb['encode']=function(_0x5a6139,_0x289f86){return _0x289f86||(_0x289f86=y[_0x1141('0x19')]()),null!=_0x5a6139['position']&&Object[_0x1141('0x73')]['call'](_0x5a6139,'position')&&v[_0x1141('0x5e')][_0x1141('0x7e')](_0x5a6139[_0x1141('0x8f')],_0x289f86[_0x1141('0x2f')](0xa)[_0x1141('0x4d')]())[_0x1141('0x6c')](),null!=_0x5a6139['oldName']&&Object[_0x1141('0x73')][_0x1141('0x66')](_0x5a6139,'oldName')&&_0x289f86['uint32'](0x12)['string'](_0x5a6139[_0x1141('0x2d')]),null!=_0x5a6139[_0x1141('0x7a')]&&Object[_0x1141('0x73')]['call'](_0x5a6139,'newName')&&_0x289f86['uint32'](0x1a)[_0x1141('0x6f')](_0x5a6139['newName']),null!=_0x5a6139[_0x1141('0x52')]&&Object[_0x1141('0x73')][_0x1141('0x66')](_0x5a6139,_0x1141('0x52'))&&_0x289f86['uint32'](0x20)['bool'](_0x5a6139[_0x1141('0x52')]),_0x289f86;},_0x1524cb[_0x1141('0x61')]=function(_0x60801e,_0x14c5a3){return this['encode'](_0x60801e,_0x14c5a3)['ldelim']();},_0x1524cb[_0x1141('0x91')]=function(_0x4d209c,_0x17979c){_0x4d209c instanceof j||(_0x4d209c=j[_0x1141('0x19')](_0x4d209c));let _0x10371d=void 0x0===_0x17979c?_0x4d209c['len']:_0x4d209c[_0x1141('0x38')]+_0x17979c,_0xfb8248=new v[(_0x1141('0x7b'))]();for(;_0x4d209c[_0x1141('0x38')]<_0x10371d;){let _0x698e75=_0x4d209c[_0x1141('0x2f')]();switch(_0x698e75>>>0x3){case 0x1:_0xfb8248['position']=v[_0x1141('0x5e')][_0x1141('0x91')](_0x4d209c,_0x4d209c['uint32']());break;case 0x2:_0xfb8248[_0x1141('0x2d')]=_0x4d209c[_0x1141('0x6f')]();break;case 0x3:_0xfb8248[_0x1141('0x7a')]=_0x4d209c[_0x1141('0x6f')]();break;case 0x4:_0xfb8248[_0x1141('0x52')]=_0x4d209c[_0x1141('0x4a')]();break;default:_0x4d209c[_0x1141('0x89')](0x7&_0x698e75);}}return _0xfb8248;},_0x1524cb['decodeDelimited']=function(_0x97411f){return _0x97411f instanceof j||(_0x97411f=new j(_0x97411f)),this[_0x1141('0x91')](_0x97411f,_0x97411f[_0x1141('0x2f')]());},_0x1524cb[_0x1141('0x3f')]=function(_0x4a7802){if(_0x1141('0x7c')!=typeof _0x4a7802||null===_0x4a7802)return _0x1141('0x5d');if(null!=_0x4a7802[_0x1141('0x8f')]&&_0x4a7802['hasOwnProperty'](_0x1141('0x8f'))){let _0xd55f45=v['Position'][_0x1141('0x3f')](_0x4a7802[_0x1141('0x8f')]);if(_0xd55f45)return'position.'+_0xd55f45;}return null!=_0x4a7802['oldName']&&_0x4a7802['hasOwnProperty'](_0x1141('0x2d'))&&!k[_0x1141('0x48')](_0x4a7802[_0x1141('0x2d')])?_0x1141('0x4e'):null!=_0x4a7802['newName']&&_0x4a7802[_0x1141('0x73')](_0x1141('0x7a'))&&!k[_0x1141('0x48')](_0x4a7802[_0x1141('0x7a')])?_0x1141('0x51'):null!=_0x4a7802['wasUndone']&&_0x4a7802[_0x1141('0x73')](_0x1141('0x52'))&&_0x1141('0x36')!=typeof _0x4a7802['wasUndone']?_0x1141('0x44'):null;},_0x1524cb[_0x1141('0x47')]=function(_0x21b50b){if(_0x21b50b instanceof v['RenameOperation'])return _0x21b50b;let _0x5eda43=new v[(_0x1141('0x7b'))]();if(null!=_0x21b50b[_0x1141('0x8f')]){if('object'!=typeof _0x21b50b[_0x1141('0x8f')])throw TypeError('.RenameOperation.position:\x20object\x20expected');_0x5eda43[_0x1141('0x8f')]=v[_0x1141('0x5e')][_0x1141('0x47')](_0x21b50b[_0x1141('0x8f')]);}return null!=_0x21b50b[_0x1141('0x2d')]&&(_0x5eda43[_0x1141('0x2d')]=String(_0x21b50b[_0x1141('0x2d')])),null!=_0x21b50b[_0x1141('0x7a')]&&(_0x5eda43[_0x1141('0x7a')]=String(_0x21b50b[_0x1141('0x7a')])),null!=_0x21b50b[_0x1141('0x52')]&&(_0x5eda43['wasUndone']=Boolean(_0x21b50b[_0x1141('0x52')])),_0x5eda43;},_0x1524cb['toObject']=function(_0x443d97,_0x301c2f){_0x301c2f||(_0x301c2f={});let _0x3e4649={};return _0x301c2f[_0x1141('0x23')]&&(_0x3e4649[_0x1141('0x8f')]=null,_0x3e4649['oldName']='',_0x3e4649['newName']='',_0x3e4649['wasUndone']=!0x1),null!=_0x443d97[_0x1141('0x8f')]&&_0x443d97['hasOwnProperty'](_0x1141('0x8f'))&&(_0x3e4649[_0x1141('0x8f')]=v['Position'][_0x1141('0x93')](_0x443d97[_0x1141('0x8f')],_0x301c2f)),null!=_0x443d97['oldName']&&_0x443d97[_0x1141('0x73')]('oldName')&&(_0x3e4649['oldName']=_0x443d97['oldName']),null!=_0x443d97[_0x1141('0x7a')]&&_0x443d97[_0x1141('0x73')]('newName')&&(_0x3e4649['newName']=_0x443d97[_0x1141('0x7a')]),null!=_0x443d97[_0x1141('0x52')]&&_0x443d97[_0x1141('0x73')](_0x1141('0x52'))&&(_0x3e4649[_0x1141('0x52')]=_0x443d97[_0x1141('0x52')]),_0x3e4649;},_0x1524cb[_0x1141('0x88')]['toJSON']=function(){return this['constructor'][_0x1141('0x93')](this,_0x28608e[_0x1141('0x74')][_0x1141('0x1d')]);},_0x1524cb[_0x1141('0x33')]=function(_0x16d139){return void 0x0===_0x16d139&&(_0x16d139=_0x1141('0x87')),_0x16d139+_0x1141('0x30');},_0x1524cb;})();export const RootAttributeOperation=v[_0x1141('0x15')]=(()=>{function _0x39eeab(_0x1ba425){if(_0x1ba425)for(let _0x25a4f3=Object[_0x1141('0x53')](_0x1ba425),_0x1f200d=0x0;_0x1f200d<_0x25a4f3['length'];++_0x1f200d)null!=_0x1ba425[_0x25a4f3[_0x1f200d]]&&(this[_0x25a4f3[_0x1f200d]]=_0x1ba425[_0x25a4f3[_0x1f200d]]);}return _0x39eeab[_0x1141('0x88')][_0x1141('0x42')]='',_0x39eeab[_0x1141('0x88')][_0x1141('0x54')]='',_0x39eeab[_0x1141('0x88')]['oldValueBoolean']=!0x1,_0x39eeab[_0x1141('0x88')][_0x1141('0x60')]='',_0x39eeab['prototype'][_0x1141('0x77')]=!0x1,_0x39eeab[_0x1141('0x88')][_0x1141('0x16')]='',_0x39eeab[_0x1141('0x88')][_0x1141('0x52')]=!0x1,_0x39eeab[_0x1141('0x19')]=function(_0x2890d0){return new _0x39eeab(_0x2890d0);},_0x39eeab[_0x1141('0x7e')]=function(_0x487557,_0x5771f1){return _0x5771f1||(_0x5771f1=y[_0x1141('0x19')]()),null!=_0x487557[_0x1141('0x42')]&&Object[_0x1141('0x73')][_0x1141('0x66')](_0x487557,'root')&&_0x5771f1['uint32'](0xa)[_0x1141('0x6f')](_0x487557[_0x1141('0x42')]),null!=_0x487557['key']&&Object[_0x1141('0x73')][_0x1141('0x66')](_0x487557,_0x1141('0x54'))&&_0x5771f1[_0x1141('0x2f')](0x12)[_0x1141('0x6f')](_0x487557[_0x1141('0x54')]),null!=_0x487557['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x487557,_0x1141('0x64'))&&_0x5771f1['uint32'](0x18)['bool'](_0x487557[_0x1141('0x64')]),null!=_0x487557['oldValueJson']&&Object[_0x1141('0x73')][_0x1141('0x66')](_0x487557,_0x1141('0x60'))&&_0x5771f1[_0x1141('0x2f')](0x22)['string'](_0x487557[_0x1141('0x60')]),null!=_0x487557[_0x1141('0x77')]&&Object[_0x1141('0x73')][_0x1141('0x66')](_0x487557,_0x1141('0x77'))&&_0x5771f1[_0x1141('0x2f')](0x28)['bool'](_0x487557[_0x1141('0x77')]),null!=_0x487557['newValueJson']&&Object['hasOwnProperty'][_0x1141('0x66')](_0x487557,'newValueJson')&&_0x5771f1[_0x1141('0x2f')](0x32)['string'](_0x487557[_0x1141('0x16')]),null!=_0x487557[_0x1141('0x52')]&&Object['hasOwnProperty'][_0x1141('0x66')](_0x487557,'wasUndone')&&_0x5771f1[_0x1141('0x2f')](0x38)[_0x1141('0x4a')](_0x487557['wasUndone']),_0x5771f1;},_0x39eeab[_0x1141('0x61')]=function(_0x1ac5d5,_0x5de5b2){return this[_0x1141('0x7e')](_0x1ac5d5,_0x5de5b2)[_0x1141('0x6c')]();},_0x39eeab[_0x1141('0x91')]=function(_0x50ecb5,_0x57d2eb){_0x50ecb5 instanceof j||(_0x50ecb5=j[_0x1141('0x19')](_0x50ecb5));let _0x499e5d=void 0x0===_0x57d2eb?_0x50ecb5[_0x1141('0x29')]:_0x50ecb5[_0x1141('0x38')]+_0x57d2eb,_0x15c8ae=new v[(_0x1141('0x15'))]();for(;_0x50ecb5[_0x1141('0x38')]<_0x499e5d;){let _0x2a8d0e=_0x50ecb5[_0x1141('0x2f')]();switch(_0x2a8d0e>>>0x3){case 0x1:_0x15c8ae[_0x1141('0x42')]=_0x50ecb5['string']();break;case 0x2:_0x15c8ae[_0x1141('0x54')]=_0x50ecb5['string']();break;case 0x3:_0x15c8ae[_0x1141('0x64')]=_0x50ecb5['bool']();break;case 0x4:_0x15c8ae[_0x1141('0x60')]=_0x50ecb5[_0x1141('0x6f')]();break;case 0x5:_0x15c8ae[_0x1141('0x77')]=_0x50ecb5[_0x1141('0x4a')]();break;case 0x6:_0x15c8ae[_0x1141('0x16')]=_0x50ecb5[_0x1141('0x6f')]();break;case 0x7:_0x15c8ae['wasUndone']=_0x50ecb5[_0x1141('0x4a')]();break;default:_0x50ecb5[_0x1141('0x89')](0x7&_0x2a8d0e);}}return _0x15c8ae;},_0x39eeab[_0x1141('0x46')]=function(_0x258529){return _0x258529 instanceof j||(_0x258529=new j(_0x258529)),this[_0x1141('0x91')](_0x258529,_0x258529['uint32']());},_0x39eeab[_0x1141('0x3f')]=function(_0x50d903){return _0x1141('0x7c')!=typeof _0x50d903||null===_0x50d903?'object\x20expected':null!=_0x50d903[_0x1141('0x42')]&&_0x50d903[_0x1141('0x73')](_0x1141('0x42'))&&!k[_0x1141('0x48')](_0x50d903[_0x1141('0x42')])?'root:\x20string\x20expected':null!=_0x50d903[_0x1141('0x54')]&&_0x50d903['hasOwnProperty']('key')&&!k[_0x1141('0x48')](_0x50d903[_0x1141('0x54')])?_0x1141('0x2a'):null!=_0x50d903[_0x1141('0x64')]&&_0x50d903[_0x1141('0x73')]('oldValueBoolean')&&_0x1141('0x36')!=typeof _0x50d903['oldValueBoolean']?_0x1141('0x67'):null!=_0x50d903[_0x1141('0x60')]&&_0x50d903[_0x1141('0x73')](_0x1141('0x60'))&&!k[_0x1141('0x48')](_0x50d903[_0x1141('0x60')])?_0x1141('0x26'):null!=_0x50d903['newValueBoolean']&&_0x50d903[_0x1141('0x73')](_0x1141('0x77'))&&_0x1141('0x36')!=typeof _0x50d903[_0x1141('0x77')]?_0x1141('0x2'):null!=_0x50d903[_0x1141('0x16')]&&_0x50d903[_0x1141('0x73')](_0x1141('0x16'))&&!k['isString'](_0x50d903['newValueJson'])?_0x1141('0x58'):null!=_0x50d903[_0x1141('0x52')]&&_0x50d903[_0x1141('0x73')](_0x1141('0x52'))&&_0x1141('0x36')!=typeof _0x50d903[_0x1141('0x52')]?_0x1141('0x44'):null;},_0x39eeab[_0x1141('0x47')]=function(_0x58a27b){if(_0x58a27b instanceof v['RootAttributeOperation'])return _0x58a27b;let _0x43852a=new v[(_0x1141('0x15'))]();return null!=_0x58a27b[_0x1141('0x42')]&&(_0x43852a[_0x1141('0x42')]=String(_0x58a27b['root'])),null!=_0x58a27b[_0x1141('0x54')]&&(_0x43852a[_0x1141('0x54')]=String(_0x58a27b[_0x1141('0x54')])),null!=_0x58a27b[_0x1141('0x64')]&&(_0x43852a[_0x1141('0x64')]=Boolean(_0x58a27b['oldValueBoolean'])),null!=_0x58a27b['oldValueJson']&&(_0x43852a['oldValueJson']=String(_0x58a27b[_0x1141('0x60')])),null!=_0x58a27b[_0x1141('0x77')]&&(_0x43852a[_0x1141('0x77')]=Boolean(_0x58a27b['newValueBoolean'])),null!=_0x58a27b[_0x1141('0x16')]&&(_0x43852a[_0x1141('0x16')]=String(_0x58a27b[_0x1141('0x16')])),null!=_0x58a27b['wasUndone']&&(_0x43852a[_0x1141('0x52')]=Boolean(_0x58a27b[_0x1141('0x52')])),_0x43852a;},_0x39eeab[_0x1141('0x93')]=function(_0x1e3bb7,_0x418070){_0x418070||(_0x418070={});let _0x14e4ca={};return _0x418070[_0x1141('0x23')]&&(_0x14e4ca[_0x1141('0x42')]='',_0x14e4ca[_0x1141('0x54')]='',_0x14e4ca['oldValueBoolean']=!0x1,_0x14e4ca['oldValueJson']='',_0x14e4ca[_0x1141('0x77')]=!0x1,_0x14e4ca['newValueJson']='',_0x14e4ca[_0x1141('0x52')]=!0x1),null!=_0x1e3bb7['root']&&_0x1e3bb7[_0x1141('0x73')](_0x1141('0x42'))&&(_0x14e4ca[_0x1141('0x42')]=_0x1e3bb7[_0x1141('0x42')]),null!=_0x1e3bb7[_0x1141('0x54')]&&_0x1e3bb7[_0x1141('0x73')](_0x1141('0x54'))&&(_0x14e4ca[_0x1141('0x54')]=_0x1e3bb7[_0x1141('0x54')]),null!=_0x1e3bb7[_0x1141('0x64')]&&_0x1e3bb7[_0x1141('0x73')](_0x1141('0x64'))&&(_0x14e4ca[_0x1141('0x64')]=_0x1e3bb7[_0x1141('0x64')]),null!=_0x1e3bb7[_0x1141('0x60')]&&_0x1e3bb7['hasOwnProperty']('oldValueJson')&&(_0x14e4ca[_0x1141('0x60')]=_0x1e3bb7[_0x1141('0x60')]),null!=_0x1e3bb7['newValueBoolean']&&_0x1e3bb7[_0x1141('0x73')](_0x1141('0x77'))&&(_0x14e4ca[_0x1141('0x77')]=_0x1e3bb7[_0x1141('0x77')]),null!=_0x1e3bb7[_0x1141('0x16')]&&_0x1e3bb7[_0x1141('0x73')](_0x1141('0x16'))&&(_0x14e4ca[_0x1141('0x16')]=_0x1e3bb7[_0x1141('0x16')]),null!=_0x1e3bb7[_0x1141('0x52')]&&_0x1e3bb7[_0x1141('0x73')](_0x1141('0x52'))&&(_0x14e4ca['wasUndone']=_0x1e3bb7[_0x1141('0x52')]),_0x14e4ca;},_0x39eeab['prototype'][_0x1141('0x1c')]=function(){return this[_0x1141('0x1f')][_0x1141('0x93')](this,_0x28608e['util']['toJSONOptions']);},_0x39eeab[_0x1141('0x33')]=function(_0x514941){return void 0x0===_0x514941&&(_0x514941='type.googleapis.com'),_0x514941+_0x1141('0x76');},_0x39eeab;})();export const RootOperation=v[_0x1141('0x21')]=(()=>{function _0x3d8d4f(_0x48cc43){if(_0x48cc43)for(let _0x23ea8b=Object[_0x1141('0x53')](_0x48cc43),_0x5d6fa5=0x0;_0x5d6fa5<_0x23ea8b['length'];++_0x5d6fa5)null!=_0x48cc43[_0x23ea8b[_0x5d6fa5]]&&(this[_0x23ea8b[_0x5d6fa5]]=_0x48cc43[_0x23ea8b[_0x5d6fa5]]);}return _0x3d8d4f[_0x1141('0x88')][_0x1141('0x18')]='',_0x3d8d4f[_0x1141('0x88')]['elementName']='',_0x3d8d4f[_0x1141('0x88')][_0x1141('0x1a')]=!0x1,_0x3d8d4f[_0x1141('0x88')][_0x1141('0x52')]=!0x1,_0x3d8d4f[_0x1141('0x19')]=function(_0x21a5ad){return new _0x3d8d4f(_0x21a5ad);},_0x3d8d4f[_0x1141('0x7e')]=function(_0x2bf7a7,_0x32d7c1){return _0x32d7c1||(_0x32d7c1=y[_0x1141('0x19')]()),null!=_0x2bf7a7[_0x1141('0x18')]&&Object[_0x1141('0x73')][_0x1141('0x66')](_0x2bf7a7,_0x1141('0x18'))&&_0x32d7c1['uint32'](0xa)[_0x1141('0x6f')](_0x2bf7a7[_0x1141('0x18')]),null!=_0x2bf7a7[_0x1141('0x6e')]&&Object[_0x1141('0x73')][_0x1141('0x66')](_0x2bf7a7,_0x1141('0x6e'))&&_0x32d7c1[_0x1141('0x2f')](0x12)[_0x1141('0x6f')](_0x2bf7a7[_0x1141('0x6e')]),null!=_0x2bf7a7[_0x1141('0x1a')]&&Object[_0x1141('0x73')][_0x1141('0x66')](_0x2bf7a7,_0x1141('0x1a'))&&_0x32d7c1[_0x1141('0x2f')](0x18)[_0x1141('0x4a')](_0x2bf7a7[_0x1141('0x1a')]),null!=_0x2bf7a7['wasUndone']&&Object[_0x1141('0x73')][_0x1141('0x66')](_0x2bf7a7,'wasUndone')&&_0x32d7c1[_0x1141('0x2f')](0x20)[_0x1141('0x4a')](_0x2bf7a7[_0x1141('0x52')]),_0x32d7c1;},_0x3d8d4f['encodeDelimited']=function(_0x1aaf06,_0x24cc98){return this[_0x1141('0x7e')](_0x1aaf06,_0x24cc98)[_0x1141('0x6c')]();},_0x3d8d4f[_0x1141('0x91')]=function(_0x333373,_0x44d3cd){_0x333373 instanceof j||(_0x333373=j[_0x1141('0x19')](_0x333373));let _0x555865=void 0x0===_0x44d3cd?_0x333373[_0x1141('0x29')]:_0x333373['pos']+_0x44d3cd,_0x30b6f3=new v[(_0x1141('0x21'))]();for(;_0x333373['pos']<_0x555865;){let _0xe641dd=_0x333373['uint32']();switch(_0xe641dd>>>0x3){case 0x1:_0x30b6f3['rootName']=_0x333373[_0x1141('0x6f')]();break;case 0x2:_0x30b6f3[_0x1141('0x6e')]=_0x333373[_0x1141('0x6f')]();break;case 0x3:_0x30b6f3[_0x1141('0x1a')]=_0x333373[_0x1141('0x4a')]();break;case 0x4:_0x30b6f3[_0x1141('0x52')]=_0x333373[_0x1141('0x4a')]();break;default:_0x333373[_0x1141('0x89')](0x7&_0xe641dd);}}return _0x30b6f3;},_0x3d8d4f['decodeDelimited']=function(_0x118b6e){return _0x118b6e instanceof j||(_0x118b6e=new j(_0x118b6e)),this['decode'](_0x118b6e,_0x118b6e[_0x1141('0x2f')]());},_0x3d8d4f['verify']=function(_0x4c8724){return _0x1141('0x7c')!=typeof _0x4c8724||null===_0x4c8724?_0x1141('0x5d'):null!=_0x4c8724[_0x1141('0x18')]&&_0x4c8724['hasOwnProperty'](_0x1141('0x18'))&&!k[_0x1141('0x48')](_0x4c8724['rootName'])?'rootName:\x20string\x20expected':null!=_0x4c8724[_0x1141('0x6e')]&&_0x4c8724[_0x1141('0x73')](_0x1141('0x6e'))&&!k[_0x1141('0x48')](_0x4c8724[_0x1141('0x6e')])?_0x1141('0x10'):null!=_0x4c8724[_0x1141('0x1a')]&&_0x4c8724[_0x1141('0x73')](_0x1141('0x1a'))&&'boolean'!=typeof _0x4c8724['isAdd']?_0x1141('0x70'):null!=_0x4c8724[_0x1141('0x52')]&&_0x4c8724[_0x1141('0x73')]('wasUndone')&&_0x1141('0x36')!=typeof _0x4c8724['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x3d8d4f[_0x1141('0x47')]=function(_0x260745){if(_0x260745 instanceof v[_0x1141('0x21')])return _0x260745;let _0x387d03=new v[(_0x1141('0x21'))]();return null!=_0x260745[_0x1141('0x18')]&&(_0x387d03[_0x1141('0x18')]=String(_0x260745['rootName'])),null!=_0x260745[_0x1141('0x6e')]&&(_0x387d03[_0x1141('0x6e')]=String(_0x260745[_0x1141('0x6e')])),null!=_0x260745[_0x1141('0x1a')]&&(_0x387d03[_0x1141('0x1a')]=Boolean(_0x260745[_0x1141('0x1a')])),null!=_0x260745[_0x1141('0x52')]&&(_0x387d03[_0x1141('0x52')]=Boolean(_0x260745['wasUndone'])),_0x387d03;},_0x3d8d4f['toObject']=function(_0x156303,_0x975ede){_0x975ede||(_0x975ede={});let _0x4f219d={};return _0x975ede[_0x1141('0x23')]&&(_0x4f219d['rootName']='',_0x4f219d[_0x1141('0x6e')]='',_0x4f219d['isAdd']=!0x1,_0x4f219d[_0x1141('0x52')]=!0x1),null!=_0x156303['rootName']&&_0x156303[_0x1141('0x73')](_0x1141('0x18'))&&(_0x4f219d['rootName']=_0x156303[_0x1141('0x18')]),null!=_0x156303[_0x1141('0x6e')]&&_0x156303[_0x1141('0x73')](_0x1141('0x6e'))&&(_0x4f219d[_0x1141('0x6e')]=_0x156303[_0x1141('0x6e')]),null!=_0x156303[_0x1141('0x1a')]&&_0x156303[_0x1141('0x73')]('isAdd')&&(_0x4f219d['isAdd']=_0x156303['isAdd']),null!=_0x156303[_0x1141('0x52')]&&_0x156303[_0x1141('0x73')](_0x1141('0x52'))&&(_0x4f219d[_0x1141('0x52')]=_0x156303[_0x1141('0x52')]),_0x4f219d;},_0x3d8d4f['prototype']['toJSON']=function(){return this[_0x1141('0x1f')][_0x1141('0x93')](this,_0x28608e[_0x1141('0x74')][_0x1141('0x1d')]);},_0x3d8d4f['getTypeUrl']=function(_0xd391be){return void 0x0===_0xd391be&&(_0xd391be='type.googleapis.com'),_0xd391be+_0x1141('0x7');},_0x3d8d4f;})();export const SplitOperation=v[_0x1141('0x57')]=(()=>{function _0xebb69f(_0x5651e9){if(_0x5651e9)for(let _0x692f13=Object[_0x1141('0x53')](_0x5651e9),_0x628b00=0x0;_0x628b00<_0x692f13[_0x1141('0x43')];++_0x628b00)null!=_0x5651e9[_0x692f13[_0x628b00]]&&(this[_0x692f13[_0x628b00]]=_0x5651e9[_0x692f13[_0x628b00]]);}return _0xebb69f['prototype']['splitPosition']=null,_0xebb69f['prototype'][_0x1141('0x6d')]=null,_0xebb69f['prototype'][_0x1141('0x3d')]=0x0,_0xebb69f[_0x1141('0x88')]['insertionPosition']=null,_0xebb69f[_0x1141('0x88')][_0x1141('0x52')]=!0x1,_0xebb69f['create']=function(_0x219f7e){return new _0xebb69f(_0x219f7e);},_0xebb69f['encode']=function(_0x468f8a,_0x5a5d87){return _0x5a5d87||(_0x5a5d87=y[_0x1141('0x19')]()),null!=_0x468f8a[_0x1141('0x31')]&&Object[_0x1141('0x73')][_0x1141('0x66')](_0x468f8a,_0x1141('0x31'))&&v[_0x1141('0x5e')]['encode'](_0x468f8a['splitPosition'],_0x5a5d87[_0x1141('0x2f')](0xa)[_0x1141('0x4d')]())[_0x1141('0x6c')](),null!=_0x468f8a[_0x1141('0x6d')]&&Object[_0x1141('0x73')][_0x1141('0x66')](_0x468f8a,_0x1141('0x6d'))&&v['Position'][_0x1141('0x7e')](_0x468f8a[_0x1141('0x6d')],_0x5a5d87['uint32'](0x12)['fork']())[_0x1141('0x6c')](),null!=_0x468f8a[_0x1141('0x3d')]&&Object[_0x1141('0x73')][_0x1141('0x66')](_0x468f8a,_0x1141('0x3d'))&&_0x5a5d87[_0x1141('0x2f')](0x18)['uint32'](_0x468f8a[_0x1141('0x3d')]),null!=_0x468f8a[_0x1141('0x4')]&&Object[_0x1141('0x73')][_0x1141('0x66')](_0x468f8a,_0x1141('0x4'))&&v[_0x1141('0x5e')][_0x1141('0x7e')](_0x468f8a['insertionPosition'],_0x5a5d87[_0x1141('0x2f')](0x22)[_0x1141('0x4d')]())['ldelim'](),null!=_0x468f8a[_0x1141('0x52')]&&Object[_0x1141('0x73')][_0x1141('0x66')](_0x468f8a,_0x1141('0x52'))&&_0x5a5d87[_0x1141('0x2f')](0x28)[_0x1141('0x4a')](_0x468f8a['wasUndone']),_0x5a5d87;},_0xebb69f[_0x1141('0x61')]=function(_0x2c44c1,_0x5be3c6){return this[_0x1141('0x7e')](_0x2c44c1,_0x5be3c6)['ldelim']();},_0xebb69f[_0x1141('0x91')]=function(_0x3b6757,_0x299b49){_0x3b6757 instanceof j||(_0x3b6757=j[_0x1141('0x19')](_0x3b6757));let _0xe9e494=void 0x0===_0x299b49?_0x3b6757[_0x1141('0x29')]:_0x3b6757[_0x1141('0x38')]+_0x299b49,_0x7a3bbb=new v[(_0x1141('0x57'))]();for(;_0x3b6757[_0x1141('0x38')]<_0xe9e494;){let _0x3e26a0=_0x3b6757[_0x1141('0x2f')]();switch(_0x3e26a0>>>0x3){case 0x1:_0x7a3bbb[_0x1141('0x31')]=v[_0x1141('0x5e')][_0x1141('0x91')](_0x3b6757,_0x3b6757[_0x1141('0x2f')]());break;case 0x2:_0x7a3bbb[_0x1141('0x6d')]=v[_0x1141('0x5e')][_0x1141('0x91')](_0x3b6757,_0x3b6757[_0x1141('0x2f')]());break;case 0x3:_0x7a3bbb[_0x1141('0x3d')]=_0x3b6757['uint32']();break;case 0x4:_0x7a3bbb[_0x1141('0x4')]=v['Position'][_0x1141('0x91')](_0x3b6757,_0x3b6757[_0x1141('0x2f')]());break;case 0x5:_0x7a3bbb[_0x1141('0x52')]=_0x3b6757[_0x1141('0x4a')]();break;default:_0x3b6757[_0x1141('0x89')](0x7&_0x3e26a0);}}return _0x7a3bbb;},_0xebb69f['decodeDelimited']=function(_0x58b5d6){return _0x58b5d6 instanceof j||(_0x58b5d6=new j(_0x58b5d6)),this[_0x1141('0x91')](_0x58b5d6,_0x58b5d6[_0x1141('0x2f')]());},_0xebb69f['verify']=function(_0x184eb0){if(_0x1141('0x7c')!=typeof _0x184eb0||null===_0x184eb0)return _0x1141('0x5d');if(null!=_0x184eb0[_0x1141('0x31')]&&_0x184eb0[_0x1141('0x73')]('splitPosition')){let _0x179f43=v[_0x1141('0x5e')][_0x1141('0x3f')](_0x184eb0[_0x1141('0x31')]);if(_0x179f43)return'splitPosition.'+_0x179f43;}if(null!=_0x184eb0[_0x1141('0x6d')]&&_0x184eb0[_0x1141('0x73')](_0x1141('0x6d'))){let _0x153690=v[_0x1141('0x5e')][_0x1141('0x3f')](_0x184eb0['graveyardPosition']);if(_0x153690)return _0x1141('0x79')+_0x153690;}if(null!=_0x184eb0[_0x1141('0x3d')]&&_0x184eb0[_0x1141('0x73')]('howMany')&&!k[_0x1141('0x45')](_0x184eb0[_0x1141('0x3d')]))return _0x1141('0xf');if(null!=_0x184eb0[_0x1141('0x4')]&&_0x184eb0[_0x1141('0x73')]('insertionPosition')){let _0x4c01a8=v[_0x1141('0x5e')]['verify'](_0x184eb0[_0x1141('0x4')]);if(_0x4c01a8)return _0x1141('0x8a')+_0x4c01a8;}return null!=_0x184eb0[_0x1141('0x52')]&&_0x184eb0[_0x1141('0x73')](_0x1141('0x52'))&&_0x1141('0x36')!=typeof _0x184eb0[_0x1141('0x52')]?_0x1141('0x44'):null;},_0xebb69f[_0x1141('0x47')]=function(_0x493f6a){if(_0x493f6a instanceof v[_0x1141('0x57')])return _0x493f6a;let _0x6ee4b7=new v[(_0x1141('0x57'))]();if(null!=_0x493f6a[_0x1141('0x31')]){if(_0x1141('0x7c')!=typeof _0x493f6a[_0x1141('0x31')])throw TypeError(_0x1141('0x3b'));_0x6ee4b7[_0x1141('0x31')]=v[_0x1141('0x5e')][_0x1141('0x47')](_0x493f6a['splitPosition']);}if(null!=_0x493f6a['graveyardPosition']){if(_0x1141('0x7c')!=typeof _0x493f6a[_0x1141('0x6d')])throw TypeError(_0x1141('0x14'));_0x6ee4b7['graveyardPosition']=v[_0x1141('0x5e')]['fromObject'](_0x493f6a['graveyardPosition']);}if(null!=_0x493f6a[_0x1141('0x3d')]&&(_0x6ee4b7[_0x1141('0x3d')]=_0x493f6a[_0x1141('0x3d')]>>>0x0),null!=_0x493f6a[_0x1141('0x4')]){if(_0x1141('0x7c')!=typeof _0x493f6a['insertionPosition'])throw TypeError(_0x1141('0x35'));_0x6ee4b7[_0x1141('0x4')]=v[_0x1141('0x5e')][_0x1141('0x47')](_0x493f6a[_0x1141('0x4')]);}return null!=_0x493f6a[_0x1141('0x52')]&&(_0x6ee4b7[_0x1141('0x52')]=Boolean(_0x493f6a[_0x1141('0x52')])),_0x6ee4b7;},_0xebb69f['toObject']=function(_0x5719e8,_0x45186c){_0x45186c||(_0x45186c={});let _0x2ee0a7={};return _0x45186c[_0x1141('0x23')]&&(_0x2ee0a7[_0x1141('0x31')]=null,_0x2ee0a7['graveyardPosition']=null,_0x2ee0a7[_0x1141('0x3d')]=0x0,_0x2ee0a7['insertionPosition']=null,_0x2ee0a7[_0x1141('0x52')]=!0x1),null!=_0x5719e8[_0x1141('0x31')]&&_0x5719e8[_0x1141('0x73')](_0x1141('0x31'))&&(_0x2ee0a7[_0x1141('0x31')]=v['Position']['toObject'](_0x5719e8[_0x1141('0x31')],_0x45186c)),null!=_0x5719e8[_0x1141('0x6d')]&&_0x5719e8[_0x1141('0x73')](_0x1141('0x6d'))&&(_0x2ee0a7[_0x1141('0x6d')]=v[_0x1141('0x5e')][_0x1141('0x93')](_0x5719e8[_0x1141('0x6d')],_0x45186c)),null!=_0x5719e8[_0x1141('0x3d')]&&_0x5719e8[_0x1141('0x73')]('howMany')&&(_0x2ee0a7[_0x1141('0x3d')]=_0x5719e8[_0x1141('0x3d')]),null!=_0x5719e8['insertionPosition']&&_0x5719e8[_0x1141('0x73')](_0x1141('0x4'))&&(_0x2ee0a7['insertionPosition']=v[_0x1141('0x5e')][_0x1141('0x93')](_0x5719e8[_0x1141('0x4')],_0x45186c)),null!=_0x5719e8[_0x1141('0x52')]&&_0x5719e8[_0x1141('0x73')](_0x1141('0x52'))&&(_0x2ee0a7[_0x1141('0x52')]=_0x5719e8[_0x1141('0x52')]),_0x2ee0a7;},_0xebb69f['prototype']['toJSON']=function(){return this[_0x1141('0x1f')][_0x1141('0x93')](this,_0x28608e[_0x1141('0x74')][_0x1141('0x1d')]);},_0xebb69f['getTypeUrl']=function(_0x6bc34c){return void 0x0===_0x6bc34c&&(_0x6bc34c=_0x1141('0x87')),_0x6bc34c+_0x1141('0x24');},_0xebb69f;})();export const Position=v['Position']=(()=>{function _0x35b745(_0x5635b3){if(this['path']=[],_0x5635b3)for(let _0x142298=Object['keys'](_0x5635b3),_0x4e5ae1=0x0;_0x4e5ae1<_0x142298[_0x1141('0x43')];++_0x4e5ae1)null!=_0x5635b3[_0x142298[_0x4e5ae1]]&&(this[_0x142298[_0x4e5ae1]]=_0x5635b3[_0x142298[_0x4e5ae1]]);}return _0x35b745[_0x1141('0x88')]['root']='',_0x35b745[_0x1141('0x88')]['rootMain']=!0x1,_0x35b745['prototype']['rootGraveyard']=!0x1,_0x35b745['prototype']['path']=k[_0x1141('0x50')],_0x35b745[_0x1141('0x88')][_0x1141('0x3')]='',_0x35b745[_0x1141('0x19')]=function(_0xe095ce){return new _0x35b745(_0xe095ce);},_0x35b745['encode']=function(_0x42e96d,_0xf02e4f){if(_0xf02e4f||(_0xf02e4f=y['create']()),null!=_0x42e96d[_0x1141('0x42')]&&Object['hasOwnProperty'][_0x1141('0x66')](_0x42e96d,_0x1141('0x42'))&&_0xf02e4f[_0x1141('0x2f')](0xa)[_0x1141('0x6f')](_0x42e96d[_0x1141('0x42')]),null!=_0x42e96d[_0x1141('0xa')]&&Object[_0x1141('0x73')][_0x1141('0x66')](_0x42e96d,_0x1141('0xa'))&&_0xf02e4f[_0x1141('0x2f')](0x10)[_0x1141('0x4a')](_0x42e96d['rootMain']),null!=_0x42e96d[_0x1141('0x1')]&&Object[_0x1141('0x73')][_0x1141('0x66')](_0x42e96d,_0x1141('0x1'))&&_0xf02e4f[_0x1141('0x2f')](0x18)[_0x1141('0x4a')](_0x42e96d[_0x1141('0x1')]),null!=_0x42e96d[_0x1141('0x27')]&&_0x42e96d[_0x1141('0x27')][_0x1141('0x43')]){_0xf02e4f[_0x1141('0x2f')](0x22)[_0x1141('0x4d')]();for(let _0x4bd587=0x0;_0x4bd587<_0x42e96d[_0x1141('0x27')][_0x1141('0x43')];++_0x4bd587)_0xf02e4f[_0x1141('0x2f')](_0x42e96d['path'][_0x4bd587]);_0xf02e4f[_0x1141('0x6c')]();}return null!=_0x42e96d[_0x1141('0x3')]&&Object[_0x1141('0x73')][_0x1141('0x66')](_0x42e96d,_0x1141('0x3'))&&_0xf02e4f[_0x1141('0x2f')](0x2a)[_0x1141('0x6f')](_0x42e96d[_0x1141('0x3')]),_0xf02e4f;},_0x35b745[_0x1141('0x61')]=function(_0xf4381e,_0x36fe41){return this['encode'](_0xf4381e,_0x36fe41)['ldelim']();},_0x35b745[_0x1141('0x91')]=function(_0x40409f,_0x181889){_0x40409f instanceof j||(_0x40409f=j[_0x1141('0x19')](_0x40409f));let _0x5bc1f8=void 0x0===_0x181889?_0x40409f[_0x1141('0x29')]:_0x40409f[_0x1141('0x38')]+_0x181889,_0x5ec425=new v[(_0x1141('0x5e'))]();for(;_0x40409f['pos']<_0x5bc1f8;){let _0x12c4be=_0x40409f['uint32']();switch(_0x12c4be>>>0x3){case 0x1:_0x5ec425[_0x1141('0x42')]=_0x40409f[_0x1141('0x6f')]();break;case 0x2:_0x5ec425['rootMain']=_0x40409f[_0x1141('0x4a')]();break;case 0x3:_0x5ec425[_0x1141('0x1')]=_0x40409f[_0x1141('0x4a')]();break;case 0x4:if(_0x5ec425[_0x1141('0x27')]&&_0x5ec425[_0x1141('0x27')]['length']||(_0x5ec425[_0x1141('0x27')]=[]),0x2==(0x7&_0x12c4be)){let _0x3b032e=_0x40409f['uint32']()+_0x40409f[_0x1141('0x38')];for(;_0x40409f[_0x1141('0x38')]<_0x3b032e;)_0x5ec425[_0x1141('0x27')][_0x1141('0x4f')](_0x40409f[_0x1141('0x2f')]());}else _0x5ec425[_0x1141('0x27')][_0x1141('0x4f')](_0x40409f[_0x1141('0x2f')]());break;case 0x5:_0x5ec425[_0x1141('0x3')]=_0x40409f[_0x1141('0x6f')]();break;default:_0x40409f['skipType'](0x7&_0x12c4be);}}return _0x5ec425;},_0x35b745[_0x1141('0x46')]=function(_0xdacba3){return _0xdacba3 instanceof j||(_0xdacba3=new j(_0xdacba3)),this[_0x1141('0x91')](_0xdacba3,_0xdacba3[_0x1141('0x2f')]());},_0x35b745[_0x1141('0x3f')]=function(_0x533d35){if(_0x1141('0x7c')!=typeof _0x533d35||null===_0x533d35)return _0x1141('0x5d');if(null!=_0x533d35[_0x1141('0x42')]&&_0x533d35[_0x1141('0x73')](_0x1141('0x42'))&&!k['isString'](_0x533d35[_0x1141('0x42')]))return _0x1141('0x68');if(null!=_0x533d35[_0x1141('0xa')]&&_0x533d35[_0x1141('0x73')](_0x1141('0xa'))&&'boolean'!=typeof _0x533d35[_0x1141('0xa')])return'rootMain:\x20boolean\x20expected';if(null!=_0x533d35['rootGraveyard']&&_0x533d35[_0x1141('0x73')](_0x1141('0x1'))&&_0x1141('0x36')!=typeof _0x533d35[_0x1141('0x1')])return _0x1141('0x55');if(null!=_0x533d35['path']&&_0x533d35[_0x1141('0x73')](_0x1141('0x27'))){if(!Array['isArray'](_0x533d35[_0x1141('0x27')]))return _0x1141('0xd');for(let _0x46d034=0x0;_0x46d034<_0x533d35[_0x1141('0x27')][_0x1141('0x43')];++_0x46d034)if(!k[_0x1141('0x45')](_0x533d35['path'][_0x46d034]))return _0x1141('0x72');}return null!=_0x533d35[_0x1141('0x3')]&&_0x533d35[_0x1141('0x73')](_0x1141('0x3'))&&!k['isString'](_0x533d35[_0x1141('0x3')])?_0x1141('0x1b'):null;},_0x35b745[_0x1141('0x47')]=function(_0x784ec9){if(_0x784ec9 instanceof v[_0x1141('0x5e')])return _0x784ec9;let _0x208ed1=new v['Position']();if(null!=_0x784ec9[_0x1141('0x42')]&&(_0x208ed1[_0x1141('0x42')]=String(_0x784ec9[_0x1141('0x42')])),null!=_0x784ec9[_0x1141('0xa')]&&(_0x208ed1[_0x1141('0xa')]=Boolean(_0x784ec9['rootMain'])),null!=_0x784ec9[_0x1141('0x1')]&&(_0x208ed1[_0x1141('0x1')]=Boolean(_0x784ec9['rootGraveyard'])),_0x784ec9[_0x1141('0x27')]){if(!Array[_0x1141('0x3e')](_0x784ec9[_0x1141('0x27')]))throw TypeError(_0x1141('0x92'));_0x208ed1['path']=[];for(let _0x5dd6fa=0x0;_0x5dd6fa<_0x784ec9[_0x1141('0x27')][_0x1141('0x43')];++_0x5dd6fa)_0x208ed1[_0x1141('0x27')][_0x5dd6fa]=_0x784ec9['path'][_0x5dd6fa]>>>0x0;}return null!=_0x784ec9[_0x1141('0x3')]&&(_0x208ed1[_0x1141('0x3')]=String(_0x784ec9['stickiness'])),_0x208ed1;},_0x35b745[_0x1141('0x93')]=function(_0x4bb960,_0x54ad59){_0x54ad59||(_0x54ad59={});let _0x4e6514={};if((_0x54ad59[_0x1141('0x5a')]||_0x54ad59[_0x1141('0x23')])&&(_0x4e6514[_0x1141('0x27')]=[]),_0x54ad59['defaults']&&(_0x4e6514[_0x1141('0x42')]='',_0x4e6514[_0x1141('0xa')]=!0x1,_0x4e6514[_0x1141('0x1')]=!0x1,_0x4e6514['stickiness']=''),null!=_0x4bb960[_0x1141('0x42')]&&_0x4bb960['hasOwnProperty'](_0x1141('0x42'))&&(_0x4e6514[_0x1141('0x42')]=_0x4bb960[_0x1141('0x42')]),null!=_0x4bb960[_0x1141('0xa')]&&_0x4bb960[_0x1141('0x73')]('rootMain')&&(_0x4e6514['rootMain']=_0x4bb960[_0x1141('0xa')]),null!=_0x4bb960[_0x1141('0x1')]&&_0x4bb960['hasOwnProperty'](_0x1141('0x1'))&&(_0x4e6514[_0x1141('0x1')]=_0x4bb960[_0x1141('0x1')]),_0x4bb960[_0x1141('0x27')]&&_0x4bb960['path'][_0x1141('0x43')]){_0x4e6514[_0x1141('0x27')]=[];for(let _0x37a27d=0x0;_0x37a27d<_0x4bb960[_0x1141('0x27')]['length'];++_0x37a27d)_0x4e6514[_0x1141('0x27')][_0x37a27d]=_0x4bb960[_0x1141('0x27')][_0x37a27d];}return null!=_0x4bb960[_0x1141('0x3')]&&_0x4bb960[_0x1141('0x73')](_0x1141('0x3'))&&(_0x4e6514[_0x1141('0x3')]=_0x4bb960['stickiness']),_0x4e6514;},_0x35b745[_0x1141('0x88')]['toJSON']=function(){return this[_0x1141('0x1f')]['toObject'](this,_0x28608e['util'][_0x1141('0x1d')]);},_0x35b745[_0x1141('0x33')]=function(_0xee9097){return void 0x0===_0xee9097&&(_0xee9097=_0x1141('0x87')),_0xee9097+_0x1141('0x80');},_0x35b745;})();export const Range=v[_0x1141('0x95')]=(()=>{function _0x488966(_0x361caa){if(_0x361caa)for(let _0x390c37=Object[_0x1141('0x53')](_0x361caa),_0x183abf=0x0;_0x183abf<_0x390c37[_0x1141('0x43')];++_0x183abf)null!=_0x361caa[_0x390c37[_0x183abf]]&&(this[_0x390c37[_0x183abf]]=_0x361caa[_0x390c37[_0x183abf]]);}return _0x488966['prototype'][_0x1141('0x25')]=null,_0x488966[_0x1141('0x88')]['end']=null,_0x488966[_0x1141('0x19')]=function(_0x23c590){return new _0x488966(_0x23c590);},_0x488966[_0x1141('0x7e')]=function(_0x32894c,_0x2aad92){return _0x2aad92||(_0x2aad92=y[_0x1141('0x19')]()),null!=_0x32894c['start']&&Object[_0x1141('0x73')]['call'](_0x32894c,_0x1141('0x25'))&&v[_0x1141('0x5e')]['encode'](_0x32894c['start'],_0x2aad92['uint32'](0xa)['fork']())[_0x1141('0x6c')](),null!=_0x32894c[_0x1141('0x12')]&&Object['hasOwnProperty'][_0x1141('0x66')](_0x32894c,_0x1141('0x12'))&&v['Position'][_0x1141('0x7e')](_0x32894c[_0x1141('0x12')],_0x2aad92['uint32'](0x12)[_0x1141('0x4d')]())[_0x1141('0x6c')](),_0x2aad92;},_0x488966[_0x1141('0x61')]=function(_0x2ec3b1,_0x7a399b){return this[_0x1141('0x7e')](_0x2ec3b1,_0x7a399b)['ldelim']();},_0x488966['decode']=function(_0x1e3107,_0xc91c30){_0x1e3107 instanceof j||(_0x1e3107=j[_0x1141('0x19')](_0x1e3107));let _0x11e378=void 0x0===_0xc91c30?_0x1e3107[_0x1141('0x29')]:_0x1e3107['pos']+_0xc91c30,_0x16044a=new v[(_0x1141('0x95'))]();for(;_0x1e3107[_0x1141('0x38')]<_0x11e378;){let _0x1db847=_0x1e3107['uint32']();switch(_0x1db847>>>0x3){case 0x1:_0x16044a['start']=v[_0x1141('0x5e')][_0x1141('0x91')](_0x1e3107,_0x1e3107['uint32']());break;case 0x2:_0x16044a[_0x1141('0x12')]=v[_0x1141('0x5e')][_0x1141('0x91')](_0x1e3107,_0x1e3107[_0x1141('0x2f')]());break;default:_0x1e3107[_0x1141('0x89')](0x7&_0x1db847);}}return _0x16044a;},_0x488966[_0x1141('0x46')]=function(_0x15bce6){return _0x15bce6 instanceof j||(_0x15bce6=new j(_0x15bce6)),this[_0x1141('0x91')](_0x15bce6,_0x15bce6[_0x1141('0x2f')]());},_0x488966[_0x1141('0x3f')]=function(_0x229d4b){if(_0x1141('0x7c')!=typeof _0x229d4b||null===_0x229d4b)return _0x1141('0x5d');if(null!=_0x229d4b[_0x1141('0x25')]&&_0x229d4b['hasOwnProperty'](_0x1141('0x25'))){let _0x49ac99=v[_0x1141('0x5e')]['verify'](_0x229d4b['start']);if(_0x49ac99)return _0x1141('0x84')+_0x49ac99;}if(null!=_0x229d4b[_0x1141('0x12')]&&_0x229d4b[_0x1141('0x73')](_0x1141('0x12'))){let _0x54d7d8=v[_0x1141('0x5e')][_0x1141('0x3f')](_0x229d4b[_0x1141('0x12')]);if(_0x54d7d8)return _0x1141('0xc')+_0x54d7d8;}return null;},_0x488966[_0x1141('0x47')]=function(_0x22cebc){if(_0x22cebc instanceof v[_0x1141('0x95')])return _0x22cebc;let _0x2a0760=new v[(_0x1141('0x95'))]();if(null!=_0x22cebc[_0x1141('0x25')]){if(_0x1141('0x7c')!=typeof _0x22cebc[_0x1141('0x25')])throw TypeError(_0x1141('0x59'));_0x2a0760[_0x1141('0x25')]=v[_0x1141('0x5e')][_0x1141('0x47')](_0x22cebc[_0x1141('0x25')]);}if(null!=_0x22cebc[_0x1141('0x12')]){if(_0x1141('0x7c')!=typeof _0x22cebc[_0x1141('0x12')])throw TypeError(_0x1141('0x8b'));_0x2a0760['end']=v[_0x1141('0x5e')][_0x1141('0x47')](_0x22cebc[_0x1141('0x12')]);}return _0x2a0760;},_0x488966[_0x1141('0x93')]=function(_0x28b18e,_0x197c54){_0x197c54||(_0x197c54={});let _0xc89174={};return _0x197c54[_0x1141('0x23')]&&(_0xc89174[_0x1141('0x25')]=null,_0xc89174[_0x1141('0x12')]=null),null!=_0x28b18e[_0x1141('0x25')]&&_0x28b18e['hasOwnProperty']('start')&&(_0xc89174[_0x1141('0x25')]=v[_0x1141('0x5e')][_0x1141('0x93')](_0x28b18e[_0x1141('0x25')],_0x197c54)),null!=_0x28b18e[_0x1141('0x12')]&&_0x28b18e[_0x1141('0x73')](_0x1141('0x12'))&&(_0xc89174['end']=v[_0x1141('0x5e')][_0x1141('0x93')](_0x28b18e[_0x1141('0x12')],_0x197c54)),_0xc89174;},_0x488966[_0x1141('0x88')][_0x1141('0x1c')]=function(){return this[_0x1141('0x1f')][_0x1141('0x93')](this,_0x28608e[_0x1141('0x74')][_0x1141('0x1d')]);},_0x488966[_0x1141('0x33')]=function(_0x25cc8e){return void 0x0===_0x25cc8e&&(_0x25cc8e='type.googleapis.com'),_0x25cc8e+_0x1141('0x41');},_0x488966;})();export const Element=v['Element']=(()=>{function _0x2752c3(_0x1e1489){if(this[_0x1141('0x8')]=[],this[_0x1141('0x8d')]={},_0x1e1489)for(let _0x3de9dd=Object[_0x1141('0x53')](_0x1e1489),_0x509b6a=0x0;_0x509b6a<_0x3de9dd[_0x1141('0x43')];++_0x509b6a)null!=_0x1e1489[_0x3de9dd[_0x509b6a]]&&(this[_0x3de9dd[_0x509b6a]]=_0x1e1489[_0x3de9dd[_0x509b6a]]);}return _0x2752c3['prototype']['name']='',_0x2752c3[_0x1141('0x88')][_0x1141('0x8')]=k[_0x1141('0x50')],_0x2752c3[_0x1141('0x88')][_0x1141('0x6b')]='',_0x2752c3['prototype'][_0x1141('0x8d')]=k[_0x1141('0x49')],_0x2752c3[_0x1141('0x88')][_0x1141('0x5b')]='',_0x2752c3[_0x1141('0x19')]=function(_0x4f10b4){return new _0x2752c3(_0x4f10b4);},_0x2752c3['encode']=function(_0x12cc3a,_0x55d092){if(_0x55d092||(_0x55d092=y[_0x1141('0x19')]()),null!=_0x12cc3a['name']&&Object[_0x1141('0x73')][_0x1141('0x66')](_0x12cc3a,_0x1141('0x5c'))&&_0x55d092[_0x1141('0x2f')](0xa)[_0x1141('0x6f')](_0x12cc3a['name']),null!=_0x12cc3a['children']&&_0x12cc3a[_0x1141('0x8')][_0x1141('0x43')])for(let _0x2ec9d0=0x0;_0x2ec9d0<_0x12cc3a[_0x1141('0x8')]['length'];++_0x2ec9d0)v['Element']['encode'](_0x12cc3a[_0x1141('0x8')][_0x2ec9d0],_0x55d092[_0x1141('0x2f')](0x12)[_0x1141('0x4d')]())[_0x1141('0x6c')]();if(null!=_0x12cc3a[_0x1141('0x6b')]&&Object[_0x1141('0x73')][_0x1141('0x66')](_0x12cc3a,_0x1141('0x6b'))&&_0x55d092[_0x1141('0x2f')](0x1a)['string'](_0x12cc3a['data']),null!=_0x12cc3a[_0x1141('0x8d')]&&Object[_0x1141('0x73')][_0x1141('0x66')](_0x12cc3a,_0x1141('0x8d')))for(let _0x54b710=Object[_0x1141('0x53')](_0x12cc3a[_0x1141('0x8d')]),_0x9fecee=0x0;_0x9fecee<_0x54b710['length'];++_0x9fecee)_0x55d092['uint32'](0x22)[_0x1141('0x4d')]()['uint32'](0xa)[_0x1141('0x6f')](_0x54b710[_0x9fecee])['uint32'](0x10)['bool'](_0x12cc3a[_0x1141('0x8d')][_0x54b710[_0x9fecee]])['ldelim']();return null!=_0x12cc3a[_0x1141('0x5b')]&&Object['hasOwnProperty'][_0x1141('0x66')](_0x12cc3a,_0x1141('0x5b'))&&_0x55d092['uint32'](0x2a)[_0x1141('0x6f')](_0x12cc3a[_0x1141('0x5b')]),_0x55d092;},_0x2752c3[_0x1141('0x61')]=function(_0x2cc2bb,_0x2f3ceb){return this[_0x1141('0x7e')](_0x2cc2bb,_0x2f3ceb)[_0x1141('0x6c')]();},_0x2752c3[_0x1141('0x91')]=function(_0x396418,_0x2123f2){_0x396418 instanceof j||(_0x396418=j[_0x1141('0x19')](_0x396418));let _0x4f6f35,_0x136a96,_0x2b7b74=void 0x0===_0x2123f2?_0x396418['len']:_0x396418[_0x1141('0x38')]+_0x2123f2,_0x1a6d93=new v[(_0x1141('0x8c'))]();for(;_0x396418[_0x1141('0x38')]<_0x2b7b74;){let _0x39655e=_0x396418[_0x1141('0x2f')]();switch(_0x39655e>>>0x3){case 0x1:_0x1a6d93[_0x1141('0x5c')]=_0x396418[_0x1141('0x6f')]();break;case 0x2:_0x1a6d93[_0x1141('0x8')]&&_0x1a6d93[_0x1141('0x8')][_0x1141('0x43')]||(_0x1a6d93['children']=[]),_0x1a6d93[_0x1141('0x8')]['push'](v[_0x1141('0x8c')][_0x1141('0x91')](_0x396418,_0x396418[_0x1141('0x2f')]()));break;case 0x3:_0x1a6d93[_0x1141('0x6b')]=_0x396418[_0x1141('0x6f')]();break;case 0x4:{_0x1a6d93[_0x1141('0x8d')]===k['emptyObject']&&(_0x1a6d93[_0x1141('0x8d')]={});let _0x5c1905=_0x396418[_0x1141('0x2f')]()+_0x396418['pos'];for(_0x4f6f35='',_0x136a96=!0x1;_0x396418[_0x1141('0x38')]<_0x5c1905;){let _0x4cd41e=_0x396418[_0x1141('0x2f')]();switch(_0x4cd41e>>>0x3){case 0x1:_0x4f6f35=_0x396418[_0x1141('0x6f')]();break;case 0x2:_0x136a96=_0x396418['bool']();break;default:_0x396418[_0x1141('0x89')](0x7&_0x4cd41e);}}_0x1a6d93[_0x1141('0x8d')][_0x4f6f35]=_0x136a96;break;}case 0x5:_0x1a6d93[_0x1141('0x5b')]=_0x396418['string']();break;default:_0x396418[_0x1141('0x89')](0x7&_0x39655e);}}return _0x1a6d93;},_0x2752c3['decodeDelimited']=function(_0x869892){return _0x869892 instanceof j||(_0x869892=new j(_0x869892)),this[_0x1141('0x91')](_0x869892,_0x869892[_0x1141('0x2f')]());},_0x2752c3[_0x1141('0x3f')]=function(_0x41a6fb){if('object'!=typeof _0x41a6fb||null===_0x41a6fb)return _0x1141('0x5d');if(null!=_0x41a6fb[_0x1141('0x5c')]&&_0x41a6fb[_0x1141('0x73')](_0x1141('0x5c'))&&!k['isString'](_0x41a6fb['name']))return _0x1141('0x2b');if(null!=_0x41a6fb['children']&&_0x41a6fb[_0x1141('0x73')](_0x1141('0x8'))){if(!Array[_0x1141('0x3e')](_0x41a6fb['children']))return _0x1141('0x22');for(let _0x2f6f05=0x0;_0x2f6f05<_0x41a6fb['children'][_0x1141('0x43')];++_0x2f6f05){let _0x477a92=v['Element'][_0x1141('0x3f')](_0x41a6fb[_0x1141('0x8')][_0x2f6f05]);if(_0x477a92)return _0x1141('0x5f')+_0x477a92;}}if(null!=_0x41a6fb[_0x1141('0x6b')]&&_0x41a6fb[_0x1141('0x73')](_0x1141('0x6b'))&&!k['isString'](_0x41a6fb[_0x1141('0x6b')]))return'data:\x20string\x20expected';if(null!=_0x41a6fb[_0x1141('0x8d')]&&_0x41a6fb['hasOwnProperty'](_0x1141('0x8d'))){if(!k[_0x1141('0x82')](_0x41a6fb[_0x1141('0x8d')]))return'attributesBoolean:\x20object\x20expected';let _0x3e9ca8=Object[_0x1141('0x53')](_0x41a6fb['attributesBoolean']);for(let _0x12db21=0x0;_0x12db21<_0x3e9ca8[_0x1141('0x43')];++_0x12db21)if(_0x1141('0x36')!=typeof _0x41a6fb['attributesBoolean'][_0x3e9ca8[_0x12db21]])return'attributesBoolean:\x20boolean{k:string}\x20expected';}return null!=_0x41a6fb[_0x1141('0x5b')]&&_0x41a6fb[_0x1141('0x73')](_0x1141('0x5b'))&&!k[_0x1141('0x48')](_0x41a6fb[_0x1141('0x5b')])?_0x1141('0x3a'):null;},_0x2752c3[_0x1141('0x47')]=function(_0x2321bb){if(_0x2321bb instanceof v['Element'])return _0x2321bb;let _0x39d899=new v[(_0x1141('0x8c'))]();if(null!=_0x2321bb['name']&&(_0x39d899[_0x1141('0x5c')]=String(_0x2321bb['name'])),_0x2321bb[_0x1141('0x8')]){if(!Array[_0x1141('0x3e')](_0x2321bb['children']))throw TypeError(_0x1141('0x8e'));_0x39d899[_0x1141('0x8')]=[];for(let _0x427247=0x0;_0x427247<_0x2321bb[_0x1141('0x8')][_0x1141('0x43')];++_0x427247){if(_0x1141('0x7c')!=typeof _0x2321bb[_0x1141('0x8')][_0x427247])throw TypeError('.Element.children:\x20object\x20expected');_0x39d899['children'][_0x427247]=v[_0x1141('0x8c')]['fromObject'](_0x2321bb[_0x1141('0x8')][_0x427247]);}}if(null!=_0x2321bb['data']&&(_0x39d899[_0x1141('0x6b')]=String(_0x2321bb[_0x1141('0x6b')])),_0x2321bb[_0x1141('0x8d')]){if(_0x1141('0x7c')!=typeof _0x2321bb[_0x1141('0x8d')])throw TypeError(_0x1141('0x13'));_0x39d899[_0x1141('0x8d')]={};for(let _0x7abb95=Object['keys'](_0x2321bb[_0x1141('0x8d')]),_0x3ffcd0=0x0;_0x3ffcd0<_0x7abb95[_0x1141('0x43')];++_0x3ffcd0)_0x39d899[_0x1141('0x8d')][_0x7abb95[_0x3ffcd0]]=Boolean(_0x2321bb[_0x1141('0x8d')][_0x7abb95[_0x3ffcd0]]);}return null!=_0x2321bb[_0x1141('0x5b')]&&(_0x39d899[_0x1141('0x5b')]=String(_0x2321bb[_0x1141('0x5b')])),_0x39d899;},_0x2752c3[_0x1141('0x93')]=function(_0x3a8600,_0x223708){_0x223708||(_0x223708={});let _0x280cb1,_0x59ba5d={};if((_0x223708[_0x1141('0x5a')]||_0x223708[_0x1141('0x23')])&&(_0x59ba5d[_0x1141('0x8')]=[]),(_0x223708[_0x1141('0x6a')]||_0x223708[_0x1141('0x23')])&&(_0x59ba5d[_0x1141('0x8d')]={}),_0x223708[_0x1141('0x23')]&&(_0x59ba5d[_0x1141('0x5c')]='',_0x59ba5d[_0x1141('0x6b')]='',_0x59ba5d[_0x1141('0x5b')]=''),null!=_0x3a8600[_0x1141('0x5c')]&&_0x3a8600[_0x1141('0x73')](_0x1141('0x5c'))&&(_0x59ba5d['name']=_0x3a8600[_0x1141('0x5c')]),_0x3a8600[_0x1141('0x8')]&&_0x3a8600[_0x1141('0x8')][_0x1141('0x43')]){_0x59ba5d[_0x1141('0x8')]=[];for(let _0x3a6cb6=0x0;_0x3a6cb6<_0x3a8600[_0x1141('0x8')][_0x1141('0x43')];++_0x3a6cb6)_0x59ba5d[_0x1141('0x8')][_0x3a6cb6]=v[_0x1141('0x8c')][_0x1141('0x93')](_0x3a8600[_0x1141('0x8')][_0x3a6cb6],_0x223708);}if(null!=_0x3a8600['data']&&_0x3a8600['hasOwnProperty'](_0x1141('0x6b'))&&(_0x59ba5d[_0x1141('0x6b')]=_0x3a8600[_0x1141('0x6b')]),_0x3a8600[_0x1141('0x8d')]&&(_0x280cb1=Object[_0x1141('0x53')](_0x3a8600[_0x1141('0x8d')]))['length']){_0x59ba5d[_0x1141('0x8d')]={};for(let _0x16e352=0x0;_0x16e352<_0x280cb1[_0x1141('0x43')];++_0x16e352)_0x59ba5d[_0x1141('0x8d')][_0x280cb1[_0x16e352]]=_0x3a8600[_0x1141('0x8d')][_0x280cb1[_0x16e352]];}return null!=_0x3a8600[_0x1141('0x5b')]&&_0x3a8600[_0x1141('0x73')](_0x1141('0x5b'))&&(_0x59ba5d['attributesJson']=_0x3a8600[_0x1141('0x5b')]),_0x59ba5d;},_0x2752c3[_0x1141('0x88')][_0x1141('0x1c')]=function(){return this['constructor'][_0x1141('0x93')](this,_0x28608e[_0x1141('0x74')][_0x1141('0x1d')]);},_0x2752c3[_0x1141('0x33')]=function(_0xb92a15){return void 0x0===_0xb92a15&&(_0xb92a15=_0x1141('0x87')),_0xb92a15+_0x1141('0x39');},_0x2752c3;})();export{v as default};
|
|
23
|
+
const _0x5185=['MergeOperation','verify','.AttributeOperation.range:\x20object\x20expected','splitPosition','emptyArray','affectsData:\x20boolean\x20expected','RootOperation','.MoveOperation.targetPosition:\x20object\x20expected','end','/Range','.Position.path:\x20array\x20expected','hasOwnProperty','targetPosition','children','fork','path:\x20integer[]\x20expected','type.googleapis.com','/MergeOperation','roots','insertionPosition.','rootGraveyard','ldelim','decodeDelimited','isString','.InsertOperation.nodes:\x20array\x20expected','encode','stickiness:\x20string\x20expected','.MergeOperation.graveyardPosition:\x20object\x20expected','RenameOperation','newRange','oldValueJson','howMany:\x20integer\x20expected','decode','.MergeOperation.targetPosition:\x20object\x20expected','insertionPosition','nodes','Reader','bool','newRange.','encodeDelimited','range.','targetPosition.','key:\x20string\x20expected','Range','oldName:\x20string\x20expected','oldValueJson:\x20string\x20expected','.Element.children:\x20object\x20expected','toJSON','oldValueBoolean:\x20boolean\x20expected','isInteger','rootMain','keys','range','rootName','getTypeUrl','/RootAttributeOperation','.MarkerOperation.oldRange:\x20object\x20expected','wasUndone:\x20boolean\x20expected','/InsertOperation','len','newName','/MoveOperation','constructor','toObject','newValueBoolean','attributesBoolean:\x20boolean{k:string}\x20expected','.InsertOperation.nodes:\x20object\x20expected','SplitOperation','key','push','oldName','affectsData','default','object','name:\x20string\x20expected','data:\x20string\x20expected','shouldReceiveAttributes:\x20boolean\x20expected','/Element','children:\x20array\x20expected','emptyObject','children.','fromObject','string','root','MarkerOperation','length','newName:\x20string\x20expected','/RenameOperation','attributesJson','prototype','arrays','attributesBoolean','name','isAdd','RootAttributeOperation','oldValueBoolean','toJSONOptions','uint32','.MergeOperation.sourcePosition:\x20object\x20expected','.SplitOperation.splitPosition:\x20object\x20expected','sourcePosition','isAdd:\x20boolean\x20expected','newValueJson','newValueBoolean:\x20boolean\x20expected','elementName:\x20string\x20expected','.Range.end:\x20object\x20expected','isArray','rootMain:\x20boolean\x20expected','shouldReceiveAttributes','MoveOperation','/AttributeOperation','rootGraveyard:\x20boolean\x20expected','nodes.','pos','InsertOperation','.MarkerOperation.newRange:\x20object\x20expected','oldRange','root:\x20string\x20expected','boolean','sourcePosition.','skipType','position','graveyardPosition.','objects','graveyardPosition','call','rootName:\x20string\x20expected','Position','AttributeOperation','.Element.children:\x20array\x20expected','wasUndone','/MarkerOperation','/RootOperation','path','start','stickiness','Element','util','elementName','howMany','create','defaults','start.','object\x20expected','.SplitOperation.insertionPosition:\x20object\x20expected','data','newValueJson:\x20string\x20expected','position.'];(function(_0x101112,_0x518582){const _0x7017c1=function(_0x295983){while(--_0x295983){_0x101112['push'](_0x101112['shift']());}};_0x7017c1(++_0x518582);}(_0x5185,0xa7));const _0x7017=function(_0x101112,_0x518582){_0x101112=_0x101112-0x0;let _0x7017c1=_0x5185[_0x101112];return _0x7017c1;};import*as _0x3642c from'protobufjs/minimal';const j=_0x3642c[_0x7017('0x11')],y=_0x3642c['Writer'],k=_0x3642c[_0x7017('0x76')],v=_0x3642c[_0x7017('0x93')][_0x7017('0x35')]||(_0x3642c['roots'][_0x7017('0x35')]={});export const AttributeOperation=v['AttributeOperation']=(()=>{function _0x9fa1d8(_0x50ec37){if(_0x50ec37)for(let _0x384052=Object[_0x7017('0x20')](_0x50ec37),_0x438ca4=0x0;_0x438ca4<_0x384052['length'];++_0x438ca4)null!=_0x50ec37[_0x384052[_0x438ca4]]&&(this[_0x384052[_0x438ca4]]=_0x50ec37[_0x384052[_0x438ca4]]);}return _0x9fa1d8[_0x7017('0x46')][_0x7017('0x21')]=null,_0x9fa1d8['prototype']['key']='',_0x9fa1d8['prototype']['oldValueBoolean']=!0x1,_0x9fa1d8[_0x7017('0x46')][_0x7017('0xb')]='',_0x9fa1d8[_0x7017('0x46')]['newValueBoolean']=!0x1,_0x9fa1d8[_0x7017('0x46')][_0x7017('0x53')]='',_0x9fa1d8[_0x7017('0x46')][_0x7017('0x6f')]=!0x1,_0x9fa1d8[_0x7017('0x79')]=function(_0x1d94c2){return new _0x9fa1d8(_0x1d94c2);},_0x9fa1d8[_0x7017('0x6')]=function(_0xff65c4,_0xa649ae){return _0xa649ae||(_0xa649ae=y[_0x7017('0x79')]()),null!=_0xff65c4['range']&&Object[_0x7017('0x8c')]['call'](_0xff65c4,'range')&&v[_0x7017('0x18')][_0x7017('0x6')](_0xff65c4[_0x7017('0x21')],_0xa649ae[_0x7017('0x4e')](0xa)[_0x7017('0x8f')]())[_0x7017('0x2')](),null!=_0xff65c4[_0x7017('0x31')]&&Object['hasOwnProperty'][_0x7017('0x6a')](_0xff65c4,_0x7017('0x31'))&&_0xa649ae[_0x7017('0x4e')](0x12)[_0x7017('0x3f')](_0xff65c4[_0x7017('0x31')]),null!=_0xff65c4[_0x7017('0x4c')]&&Object['hasOwnProperty'][_0x7017('0x6a')](_0xff65c4,'oldValueBoolean')&&_0xa649ae[_0x7017('0x4e')](0x18)[_0x7017('0x12')](_0xff65c4[_0x7017('0x4c')]),null!=_0xff65c4[_0x7017('0xb')]&&Object['hasOwnProperty'][_0x7017('0x6a')](_0xff65c4,_0x7017('0xb'))&&_0xa649ae['uint32'](0x22)[_0x7017('0x3f')](_0xff65c4['oldValueJson']),null!=_0xff65c4[_0x7017('0x2d')]&&Object[_0x7017('0x8c')][_0x7017('0x6a')](_0xff65c4,'newValueBoolean')&&_0xa649ae['uint32'](0x28)[_0x7017('0x12')](_0xff65c4[_0x7017('0x2d')]),null!=_0xff65c4['newValueJson']&&Object[_0x7017('0x8c')][_0x7017('0x6a')](_0xff65c4,_0x7017('0x53'))&&_0xa649ae[_0x7017('0x4e')](0x32)[_0x7017('0x3f')](_0xff65c4[_0x7017('0x53')]),null!=_0xff65c4[_0x7017('0x6f')]&&Object[_0x7017('0x8c')][_0x7017('0x6a')](_0xff65c4,_0x7017('0x6f'))&&_0xa649ae['uint32'](0x38)[_0x7017('0x12')](_0xff65c4[_0x7017('0x6f')]),_0xa649ae;},_0x9fa1d8[_0x7017('0x14')]=function(_0xad847e,_0x5c1bd2){return this['encode'](_0xad847e,_0x5c1bd2)['ldelim']();},_0x9fa1d8[_0x7017('0xd')]=function(_0x3482ad,_0x1a048b){_0x3482ad instanceof j||(_0x3482ad=j[_0x7017('0x79')](_0x3482ad));let _0x16a7a5=void 0x0===_0x1a048b?_0x3482ad['len']:_0x3482ad['pos']+_0x1a048b,_0x58061f=new v[(_0x7017('0x6d'))]();for(;_0x3482ad[_0x7017('0x5e')]<_0x16a7a5;){let _0x408ac0=_0x3482ad[_0x7017('0x4e')]();switch(_0x408ac0>>>0x3){case 0x1:_0x58061f[_0x7017('0x21')]=v['Range']['decode'](_0x3482ad,_0x3482ad[_0x7017('0x4e')]());break;case 0x2:_0x58061f[_0x7017('0x31')]=_0x3482ad['string']();break;case 0x3:_0x58061f[_0x7017('0x4c')]=_0x3482ad[_0x7017('0x12')]();break;case 0x4:_0x58061f[_0x7017('0xb')]=_0x3482ad[_0x7017('0x3f')]();break;case 0x5:_0x58061f[_0x7017('0x2d')]=_0x3482ad['bool']();break;case 0x6:_0x58061f[_0x7017('0x53')]=_0x3482ad[_0x7017('0x3f')]();break;case 0x7:_0x58061f[_0x7017('0x6f')]=_0x3482ad['bool']();break;default:_0x3482ad[_0x7017('0x65')](0x7&_0x408ac0);}}return _0x58061f;},_0x9fa1d8[_0x7017('0x3')]=function(_0x3eaf34){return _0x3eaf34 instanceof j||(_0x3eaf34=new j(_0x3eaf34)),this[_0x7017('0xd')](_0x3eaf34,_0x3eaf34[_0x7017('0x4e')]());},_0x9fa1d8[_0x7017('0x82')]=function(_0x2af751){if(_0x7017('0x36')!=typeof _0x2af751||null===_0x2af751)return'object\x20expected';if(null!=_0x2af751[_0x7017('0x21')]&&_0x2af751[_0x7017('0x8c')](_0x7017('0x21'))){let _0x2a300b=v[_0x7017('0x18')]['verify'](_0x2af751['range']);if(_0x2a300b)return _0x7017('0x15')+_0x2a300b;}return null!=_0x2af751[_0x7017('0x31')]&&_0x2af751[_0x7017('0x8c')](_0x7017('0x31'))&&!k['isString'](_0x2af751['key'])?_0x7017('0x17'):null!=_0x2af751['oldValueBoolean']&&_0x2af751[_0x7017('0x8c')](_0x7017('0x4c'))&&'boolean'!=typeof _0x2af751[_0x7017('0x4c')]?_0x7017('0x1d'):null!=_0x2af751['oldValueJson']&&_0x2af751[_0x7017('0x8c')](_0x7017('0xb'))&&!k[_0x7017('0x4')](_0x2af751[_0x7017('0xb')])?_0x7017('0x1a'):null!=_0x2af751[_0x7017('0x2d')]&&_0x2af751[_0x7017('0x8c')](_0x7017('0x2d'))&&_0x7017('0x63')!=typeof _0x2af751[_0x7017('0x2d')]?_0x7017('0x54'):null!=_0x2af751['newValueJson']&&_0x2af751[_0x7017('0x8c')](_0x7017('0x53'))&&!k[_0x7017('0x4')](_0x2af751['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x2af751[_0x7017('0x6f')]&&_0x2af751[_0x7017('0x8c')](_0x7017('0x6f'))&&'boolean'!=typeof _0x2af751[_0x7017('0x6f')]?_0x7017('0x26'):null;},_0x9fa1d8[_0x7017('0x3e')]=function(_0x521883){if(_0x521883 instanceof v[_0x7017('0x6d')])return _0x521883;let _0x28d521=new v['AttributeOperation']();if(null!=_0x521883[_0x7017('0x21')]){if('object'!=typeof _0x521883[_0x7017('0x21')])throw TypeError(_0x7017('0x83'));_0x28d521[_0x7017('0x21')]=v[_0x7017('0x18')][_0x7017('0x3e')](_0x521883[_0x7017('0x21')]);}return null!=_0x521883[_0x7017('0x31')]&&(_0x28d521[_0x7017('0x31')]=String(_0x521883[_0x7017('0x31')])),null!=_0x521883[_0x7017('0x4c')]&&(_0x28d521[_0x7017('0x4c')]=Boolean(_0x521883[_0x7017('0x4c')])),null!=_0x521883[_0x7017('0xb')]&&(_0x28d521[_0x7017('0xb')]=String(_0x521883['oldValueJson'])),null!=_0x521883['newValueBoolean']&&(_0x28d521[_0x7017('0x2d')]=Boolean(_0x521883[_0x7017('0x2d')])),null!=_0x521883[_0x7017('0x53')]&&(_0x28d521[_0x7017('0x53')]=String(_0x521883[_0x7017('0x53')])),null!=_0x521883[_0x7017('0x6f')]&&(_0x28d521[_0x7017('0x6f')]=Boolean(_0x521883['wasUndone'])),_0x28d521;},_0x9fa1d8[_0x7017('0x2c')]=function(_0xe67abc,_0x288cfb){_0x288cfb||(_0x288cfb={});let _0x47712a={};return _0x288cfb[_0x7017('0x7a')]&&(_0x47712a['range']=null,_0x47712a['key']='',_0x47712a['oldValueBoolean']=!0x1,_0x47712a['oldValueJson']='',_0x47712a[_0x7017('0x2d')]=!0x1,_0x47712a[_0x7017('0x53')]='',_0x47712a['wasUndone']=!0x1),null!=_0xe67abc[_0x7017('0x21')]&&_0xe67abc['hasOwnProperty'](_0x7017('0x21'))&&(_0x47712a[_0x7017('0x21')]=v['Range'][_0x7017('0x2c')](_0xe67abc[_0x7017('0x21')],_0x288cfb)),null!=_0xe67abc[_0x7017('0x31')]&&_0xe67abc[_0x7017('0x8c')](_0x7017('0x31'))&&(_0x47712a['key']=_0xe67abc[_0x7017('0x31')]),null!=_0xe67abc[_0x7017('0x4c')]&&_0xe67abc[_0x7017('0x8c')](_0x7017('0x4c'))&&(_0x47712a['oldValueBoolean']=_0xe67abc[_0x7017('0x4c')]),null!=_0xe67abc['oldValueJson']&&_0xe67abc[_0x7017('0x8c')](_0x7017('0xb'))&&(_0x47712a[_0x7017('0xb')]=_0xe67abc['oldValueJson']),null!=_0xe67abc[_0x7017('0x2d')]&&_0xe67abc['hasOwnProperty'](_0x7017('0x2d'))&&(_0x47712a[_0x7017('0x2d')]=_0xe67abc['newValueBoolean']),null!=_0xe67abc[_0x7017('0x53')]&&_0xe67abc[_0x7017('0x8c')](_0x7017('0x53'))&&(_0x47712a['newValueJson']=_0xe67abc[_0x7017('0x53')]),null!=_0xe67abc[_0x7017('0x6f')]&&_0xe67abc[_0x7017('0x8c')](_0x7017('0x6f'))&&(_0x47712a[_0x7017('0x6f')]=_0xe67abc['wasUndone']),_0x47712a;},_0x9fa1d8[_0x7017('0x46')]['toJSON']=function(){return this['constructor']['toObject'](this,_0x3642c[_0x7017('0x76')][_0x7017('0x4d')]);},_0x9fa1d8[_0x7017('0x23')]=function(_0x486076){return void 0x0===_0x486076&&(_0x486076=_0x7017('0x91')),_0x486076+_0x7017('0x5b');},_0x9fa1d8;})();export const InsertOperation=v[_0x7017('0x5f')]=(()=>{function _0x37d90a(_0x9682cb){if(this[_0x7017('0x10')]=[],_0x9682cb)for(let _0x39c410=Object[_0x7017('0x20')](_0x9682cb),_0x18716c=0x0;_0x18716c<_0x39c410[_0x7017('0x42')];++_0x18716c)null!=_0x9682cb[_0x39c410[_0x18716c]]&&(this[_0x39c410[_0x18716c]]=_0x9682cb[_0x39c410[_0x18716c]]);}return _0x37d90a['prototype'][_0x7017('0x66')]=null,_0x37d90a[_0x7017('0x46')][_0x7017('0x10')]=k[_0x7017('0x85')],_0x37d90a[_0x7017('0x46')][_0x7017('0x59')]=!0x1,_0x37d90a['prototype'][_0x7017('0x6f')]=!0x1,_0x37d90a['create']=function(_0x58edcd){return new _0x37d90a(_0x58edcd);},_0x37d90a[_0x7017('0x6')]=function(_0x5de3b4,_0x11fb3f){if(_0x11fb3f||(_0x11fb3f=y[_0x7017('0x79')]()),null!=_0x5de3b4[_0x7017('0x66')]&&Object['hasOwnProperty']['call'](_0x5de3b4,'position')&&v[_0x7017('0x6c')]['encode'](_0x5de3b4[_0x7017('0x66')],_0x11fb3f['uint32'](0xa)[_0x7017('0x8f')]())['ldelim'](),null!=_0x5de3b4[_0x7017('0x10')]&&_0x5de3b4['nodes']['length'])for(let _0x44701f=0x0;_0x44701f<_0x5de3b4[_0x7017('0x10')][_0x7017('0x42')];++_0x44701f)v['Element']['encode'](_0x5de3b4[_0x7017('0x10')][_0x44701f],_0x11fb3f[_0x7017('0x4e')](0x12)[_0x7017('0x8f')]())[_0x7017('0x2')]();return null!=_0x5de3b4[_0x7017('0x59')]&&Object[_0x7017('0x8c')][_0x7017('0x6a')](_0x5de3b4,'shouldReceiveAttributes')&&_0x11fb3f[_0x7017('0x4e')](0x18)[_0x7017('0x12')](_0x5de3b4[_0x7017('0x59')]),null!=_0x5de3b4[_0x7017('0x6f')]&&Object[_0x7017('0x8c')][_0x7017('0x6a')](_0x5de3b4,_0x7017('0x6f'))&&_0x11fb3f[_0x7017('0x4e')](0x20)[_0x7017('0x12')](_0x5de3b4[_0x7017('0x6f')]),_0x11fb3f;},_0x37d90a['encodeDelimited']=function(_0x989ffd,_0x143630){return this[_0x7017('0x6')](_0x989ffd,_0x143630)[_0x7017('0x2')]();},_0x37d90a[_0x7017('0xd')]=function(_0x5d503d,_0x34e870){_0x5d503d instanceof j||(_0x5d503d=j[_0x7017('0x79')](_0x5d503d));let _0x7dd7e0=void 0x0===_0x34e870?_0x5d503d[_0x7017('0x28')]:_0x5d503d[_0x7017('0x5e')]+_0x34e870,_0x1bc40e=new v[(_0x7017('0x5f'))]();for(;_0x5d503d['pos']<_0x7dd7e0;){let _0x39a8ce=_0x5d503d[_0x7017('0x4e')]();switch(_0x39a8ce>>>0x3){case 0x1:_0x1bc40e[_0x7017('0x66')]=v[_0x7017('0x6c')][_0x7017('0xd')](_0x5d503d,_0x5d503d[_0x7017('0x4e')]());break;case 0x2:_0x1bc40e[_0x7017('0x10')]&&_0x1bc40e[_0x7017('0x10')]['length']||(_0x1bc40e[_0x7017('0x10')]=[]),_0x1bc40e[_0x7017('0x10')][_0x7017('0x32')](v['Element']['decode'](_0x5d503d,_0x5d503d[_0x7017('0x4e')]()));break;case 0x3:_0x1bc40e['shouldReceiveAttributes']=_0x5d503d['bool']();break;case 0x4:_0x1bc40e[_0x7017('0x6f')]=_0x5d503d[_0x7017('0x12')]();break;default:_0x5d503d[_0x7017('0x65')](0x7&_0x39a8ce);}}return _0x1bc40e;},_0x37d90a[_0x7017('0x3')]=function(_0x32c379){return _0x32c379 instanceof j||(_0x32c379=new j(_0x32c379)),this[_0x7017('0xd')](_0x32c379,_0x32c379[_0x7017('0x4e')]());},_0x37d90a[_0x7017('0x82')]=function(_0x5cd940){if(_0x7017('0x36')!=typeof _0x5cd940||null===_0x5cd940)return _0x7017('0x7c');if(null!=_0x5cd940[_0x7017('0x66')]&&_0x5cd940[_0x7017('0x8c')](_0x7017('0x66'))){let _0xa1a45f=v['Position'][_0x7017('0x82')](_0x5cd940['position']);if(_0xa1a45f)return'position.'+_0xa1a45f;}if(null!=_0x5cd940[_0x7017('0x10')]&&_0x5cd940[_0x7017('0x8c')](_0x7017('0x10'))){if(!Array[_0x7017('0x57')](_0x5cd940['nodes']))return'nodes:\x20array\x20expected';for(let _0x1130b8=0x0;_0x1130b8<_0x5cd940[_0x7017('0x10')]['length'];++_0x1130b8){let _0x513bdf=v[_0x7017('0x75')][_0x7017('0x82')](_0x5cd940[_0x7017('0x10')][_0x1130b8]);if(_0x513bdf)return _0x7017('0x5d')+_0x513bdf;}}return null!=_0x5cd940[_0x7017('0x59')]&&_0x5cd940['hasOwnProperty'](_0x7017('0x59'))&&_0x7017('0x63')!=typeof _0x5cd940[_0x7017('0x59')]?_0x7017('0x39'):null!=_0x5cd940[_0x7017('0x6f')]&&_0x5cd940['hasOwnProperty'](_0x7017('0x6f'))&&_0x7017('0x63')!=typeof _0x5cd940['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x37d90a[_0x7017('0x3e')]=function(_0x3b6964){if(_0x3b6964 instanceof v[_0x7017('0x5f')])return _0x3b6964;let _0x3b6a97=new v['InsertOperation']();if(null!=_0x3b6964[_0x7017('0x66')]){if(_0x7017('0x36')!=typeof _0x3b6964[_0x7017('0x66')])throw TypeError('.InsertOperation.position:\x20object\x20expected');_0x3b6a97[_0x7017('0x66')]=v[_0x7017('0x6c')][_0x7017('0x3e')](_0x3b6964['position']);}if(_0x3b6964[_0x7017('0x10')]){if(!Array['isArray'](_0x3b6964[_0x7017('0x10')]))throw TypeError(_0x7017('0x5'));_0x3b6a97[_0x7017('0x10')]=[];for(let _0x5260a4=0x0;_0x5260a4<_0x3b6964[_0x7017('0x10')][_0x7017('0x42')];++_0x5260a4){if(_0x7017('0x36')!=typeof _0x3b6964[_0x7017('0x10')][_0x5260a4])throw TypeError(_0x7017('0x2f'));_0x3b6a97['nodes'][_0x5260a4]=v[_0x7017('0x75')][_0x7017('0x3e')](_0x3b6964[_0x7017('0x10')][_0x5260a4]);}}return null!=_0x3b6964[_0x7017('0x59')]&&(_0x3b6a97[_0x7017('0x59')]=Boolean(_0x3b6964[_0x7017('0x59')])),null!=_0x3b6964[_0x7017('0x6f')]&&(_0x3b6a97[_0x7017('0x6f')]=Boolean(_0x3b6964[_0x7017('0x6f')])),_0x3b6a97;},_0x37d90a[_0x7017('0x2c')]=function(_0x1171a3,_0x1498e4){_0x1498e4||(_0x1498e4={});let _0x52794b={};if((_0x1498e4[_0x7017('0x47')]||_0x1498e4[_0x7017('0x7a')])&&(_0x52794b['nodes']=[]),_0x1498e4[_0x7017('0x7a')]&&(_0x52794b[_0x7017('0x66')]=null,_0x52794b[_0x7017('0x59')]=!0x1,_0x52794b[_0x7017('0x6f')]=!0x1),null!=_0x1171a3[_0x7017('0x66')]&&_0x1171a3['hasOwnProperty'](_0x7017('0x66'))&&(_0x52794b[_0x7017('0x66')]=v[_0x7017('0x6c')][_0x7017('0x2c')](_0x1171a3[_0x7017('0x66')],_0x1498e4)),_0x1171a3[_0x7017('0x10')]&&_0x1171a3[_0x7017('0x10')]['length']){_0x52794b[_0x7017('0x10')]=[];for(let _0x1693a7=0x0;_0x1693a7<_0x1171a3[_0x7017('0x10')]['length'];++_0x1693a7)_0x52794b['nodes'][_0x1693a7]=v['Element'][_0x7017('0x2c')](_0x1171a3[_0x7017('0x10')][_0x1693a7],_0x1498e4);}return null!=_0x1171a3[_0x7017('0x59')]&&_0x1171a3['hasOwnProperty'](_0x7017('0x59'))&&(_0x52794b[_0x7017('0x59')]=_0x1171a3[_0x7017('0x59')]),null!=_0x1171a3['wasUndone']&&_0x1171a3[_0x7017('0x8c')](_0x7017('0x6f'))&&(_0x52794b[_0x7017('0x6f')]=_0x1171a3[_0x7017('0x6f')]),_0x52794b;},_0x37d90a[_0x7017('0x46')][_0x7017('0x1c')]=function(){return this[_0x7017('0x2b')][_0x7017('0x2c')](this,_0x3642c['util']['toJSONOptions']);},_0x37d90a[_0x7017('0x23')]=function(_0x471e33){return void 0x0===_0x471e33&&(_0x471e33=_0x7017('0x91')),_0x471e33+_0x7017('0x27');},_0x37d90a;})();export const MarkerOperation=v[_0x7017('0x41')]=(()=>{function _0x4292e3(_0x420d31){if(_0x420d31)for(let _0x356905=Object[_0x7017('0x20')](_0x420d31),_0x270235=0x0;_0x270235<_0x356905[_0x7017('0x42')];++_0x270235)null!=_0x420d31[_0x356905[_0x270235]]&&(this[_0x356905[_0x270235]]=_0x420d31[_0x356905[_0x270235]]);}return _0x4292e3[_0x7017('0x46')]['name']='',_0x4292e3[_0x7017('0x46')][_0x7017('0x61')]=null,_0x4292e3[_0x7017('0x46')][_0x7017('0xa')]=null,_0x4292e3[_0x7017('0x46')][_0x7017('0x34')]=!0x1,_0x4292e3['prototype']['wasUndone']=!0x1,_0x4292e3[_0x7017('0x79')]=function(_0x24961e){return new _0x4292e3(_0x24961e);},_0x4292e3[_0x7017('0x6')]=function(_0x1433c8,_0x1415d8){return _0x1415d8||(_0x1415d8=y[_0x7017('0x79')]()),null!=_0x1433c8[_0x7017('0x49')]&&Object[_0x7017('0x8c')][_0x7017('0x6a')](_0x1433c8,_0x7017('0x49'))&&_0x1415d8['uint32'](0xa)[_0x7017('0x3f')](_0x1433c8[_0x7017('0x49')]),null!=_0x1433c8[_0x7017('0x61')]&&Object[_0x7017('0x8c')]['call'](_0x1433c8,'oldRange')&&v[_0x7017('0x18')][_0x7017('0x6')](_0x1433c8[_0x7017('0x61')],_0x1415d8[_0x7017('0x4e')](0x12)['fork']())['ldelim'](),null!=_0x1433c8[_0x7017('0xa')]&&Object[_0x7017('0x8c')][_0x7017('0x6a')](_0x1433c8,_0x7017('0xa'))&&v[_0x7017('0x18')][_0x7017('0x6')](_0x1433c8['newRange'],_0x1415d8[_0x7017('0x4e')](0x1a)[_0x7017('0x8f')]())[_0x7017('0x2')](),null!=_0x1433c8[_0x7017('0x34')]&&Object[_0x7017('0x8c')][_0x7017('0x6a')](_0x1433c8,_0x7017('0x34'))&&_0x1415d8[_0x7017('0x4e')](0x20)[_0x7017('0x12')](_0x1433c8['affectsData']),null!=_0x1433c8[_0x7017('0x6f')]&&Object[_0x7017('0x8c')][_0x7017('0x6a')](_0x1433c8,'wasUndone')&&_0x1415d8['uint32'](0x28)['bool'](_0x1433c8[_0x7017('0x6f')]),_0x1415d8;},_0x4292e3['encodeDelimited']=function(_0x433cd8,_0x387cbc){return this[_0x7017('0x6')](_0x433cd8,_0x387cbc)[_0x7017('0x2')]();},_0x4292e3[_0x7017('0xd')]=function(_0x34ac94,_0x40584d){_0x34ac94 instanceof j||(_0x34ac94=j[_0x7017('0x79')](_0x34ac94));let _0x15380c=void 0x0===_0x40584d?_0x34ac94[_0x7017('0x28')]:_0x34ac94[_0x7017('0x5e')]+_0x40584d,_0x22fb18=new v[(_0x7017('0x41'))]();for(;_0x34ac94[_0x7017('0x5e')]<_0x15380c;){let _0x146236=_0x34ac94['uint32']();switch(_0x146236>>>0x3){case 0x1:_0x22fb18[_0x7017('0x49')]=_0x34ac94[_0x7017('0x3f')]();break;case 0x2:_0x22fb18[_0x7017('0x61')]=v[_0x7017('0x18')][_0x7017('0xd')](_0x34ac94,_0x34ac94['uint32']());break;case 0x3:_0x22fb18[_0x7017('0xa')]=v[_0x7017('0x18')][_0x7017('0xd')](_0x34ac94,_0x34ac94[_0x7017('0x4e')]());break;case 0x4:_0x22fb18['affectsData']=_0x34ac94[_0x7017('0x12')]();break;case 0x5:_0x22fb18[_0x7017('0x6f')]=_0x34ac94[_0x7017('0x12')]();break;default:_0x34ac94[_0x7017('0x65')](0x7&_0x146236);}}return _0x22fb18;},_0x4292e3[_0x7017('0x3')]=function(_0x1b28ad){return _0x1b28ad instanceof j||(_0x1b28ad=new j(_0x1b28ad)),this[_0x7017('0xd')](_0x1b28ad,_0x1b28ad['uint32']());},_0x4292e3[_0x7017('0x82')]=function(_0x11eb67){if(_0x7017('0x36')!=typeof _0x11eb67||null===_0x11eb67)return _0x7017('0x7c');if(null!=_0x11eb67[_0x7017('0x49')]&&_0x11eb67[_0x7017('0x8c')]('name')&&!k[_0x7017('0x4')](_0x11eb67[_0x7017('0x49')]))return'name:\x20string\x20expected';if(null!=_0x11eb67[_0x7017('0x61')]&&_0x11eb67[_0x7017('0x8c')](_0x7017('0x61'))){let _0x17d2ef=v[_0x7017('0x18')][_0x7017('0x82')](_0x11eb67[_0x7017('0x61')]);if(_0x17d2ef)return'oldRange.'+_0x17d2ef;}if(null!=_0x11eb67[_0x7017('0xa')]&&_0x11eb67[_0x7017('0x8c')]('newRange')){let _0x41e69c=v[_0x7017('0x18')]['verify'](_0x11eb67[_0x7017('0xa')]);if(_0x41e69c)return _0x7017('0x13')+_0x41e69c;}return null!=_0x11eb67[_0x7017('0x34')]&&_0x11eb67[_0x7017('0x8c')](_0x7017('0x34'))&&_0x7017('0x63')!=typeof _0x11eb67[_0x7017('0x34')]?_0x7017('0x86'):null!=_0x11eb67[_0x7017('0x6f')]&&_0x11eb67[_0x7017('0x8c')]('wasUndone')&&_0x7017('0x63')!=typeof _0x11eb67[_0x7017('0x6f')]?_0x7017('0x26'):null;},_0x4292e3[_0x7017('0x3e')]=function(_0x3473b3){if(_0x3473b3 instanceof v[_0x7017('0x41')])return _0x3473b3;let _0x3b4718=new v[(_0x7017('0x41'))]();if(null!=_0x3473b3[_0x7017('0x49')]&&(_0x3b4718[_0x7017('0x49')]=String(_0x3473b3['name'])),null!=_0x3473b3[_0x7017('0x61')]){if('object'!=typeof _0x3473b3[_0x7017('0x61')])throw TypeError(_0x7017('0x25'));_0x3b4718[_0x7017('0x61')]=v[_0x7017('0x18')][_0x7017('0x3e')](_0x3473b3[_0x7017('0x61')]);}if(null!=_0x3473b3['newRange']){if(_0x7017('0x36')!=typeof _0x3473b3[_0x7017('0xa')])throw TypeError(_0x7017('0x60'));_0x3b4718[_0x7017('0xa')]=v[_0x7017('0x18')][_0x7017('0x3e')](_0x3473b3[_0x7017('0xa')]);}return null!=_0x3473b3[_0x7017('0x34')]&&(_0x3b4718[_0x7017('0x34')]=Boolean(_0x3473b3['affectsData'])),null!=_0x3473b3[_0x7017('0x6f')]&&(_0x3b4718[_0x7017('0x6f')]=Boolean(_0x3473b3['wasUndone'])),_0x3b4718;},_0x4292e3['toObject']=function(_0x309ad8,_0xa7a257){_0xa7a257||(_0xa7a257={});let _0x223d36={};return _0xa7a257['defaults']&&(_0x223d36[_0x7017('0x49')]='',_0x223d36[_0x7017('0x61')]=null,_0x223d36['newRange']=null,_0x223d36[_0x7017('0x34')]=!0x1,_0x223d36[_0x7017('0x6f')]=!0x1),null!=_0x309ad8[_0x7017('0x49')]&&_0x309ad8['hasOwnProperty']('name')&&(_0x223d36[_0x7017('0x49')]=_0x309ad8[_0x7017('0x49')]),null!=_0x309ad8[_0x7017('0x61')]&&_0x309ad8[_0x7017('0x8c')]('oldRange')&&(_0x223d36['oldRange']=v[_0x7017('0x18')]['toObject'](_0x309ad8[_0x7017('0x61')],_0xa7a257)),null!=_0x309ad8[_0x7017('0xa')]&&_0x309ad8['hasOwnProperty'](_0x7017('0xa'))&&(_0x223d36[_0x7017('0xa')]=v[_0x7017('0x18')]['toObject'](_0x309ad8[_0x7017('0xa')],_0xa7a257)),null!=_0x309ad8[_0x7017('0x34')]&&_0x309ad8[_0x7017('0x8c')](_0x7017('0x34'))&&(_0x223d36[_0x7017('0x34')]=_0x309ad8[_0x7017('0x34')]),null!=_0x309ad8[_0x7017('0x6f')]&&_0x309ad8[_0x7017('0x8c')]('wasUndone')&&(_0x223d36[_0x7017('0x6f')]=_0x309ad8[_0x7017('0x6f')]),_0x223d36;},_0x4292e3[_0x7017('0x46')]['toJSON']=function(){return this[_0x7017('0x2b')][_0x7017('0x2c')](this,_0x3642c['util'][_0x7017('0x4d')]);},_0x4292e3[_0x7017('0x23')]=function(_0x186ed7){return void 0x0===_0x186ed7&&(_0x186ed7=_0x7017('0x91')),_0x186ed7+_0x7017('0x70');},_0x4292e3;})();export const MergeOperation=v['MergeOperation']=(()=>{function _0x37e133(_0x1ce10d){if(_0x1ce10d)for(let _0x52de4b=Object['keys'](_0x1ce10d),_0x4119ba=0x0;_0x4119ba<_0x52de4b[_0x7017('0x42')];++_0x4119ba)null!=_0x1ce10d[_0x52de4b[_0x4119ba]]&&(this[_0x52de4b[_0x4119ba]]=_0x1ce10d[_0x52de4b[_0x4119ba]]);}return _0x37e133[_0x7017('0x46')]['sourcePosition']=null,_0x37e133['prototype'][_0x7017('0x8d')]=null,_0x37e133[_0x7017('0x46')][_0x7017('0x69')]=null,_0x37e133['prototype'][_0x7017('0x78')]=0x0,_0x37e133['prototype'][_0x7017('0x6f')]=!0x1,_0x37e133[_0x7017('0x79')]=function(_0x53a5c6){return new _0x37e133(_0x53a5c6);},_0x37e133['encode']=function(_0x1c0783,_0x12f818){return _0x12f818||(_0x12f818=y['create']()),null!=_0x1c0783[_0x7017('0x51')]&&Object['hasOwnProperty'][_0x7017('0x6a')](_0x1c0783,'sourcePosition')&&v[_0x7017('0x6c')][_0x7017('0x6')](_0x1c0783[_0x7017('0x51')],_0x12f818[_0x7017('0x4e')](0xa)[_0x7017('0x8f')]())[_0x7017('0x2')](),null!=_0x1c0783['targetPosition']&&Object[_0x7017('0x8c')]['call'](_0x1c0783,'targetPosition')&&v[_0x7017('0x6c')][_0x7017('0x6')](_0x1c0783['targetPosition'],_0x12f818['uint32'](0x12)[_0x7017('0x8f')]())[_0x7017('0x2')](),null!=_0x1c0783[_0x7017('0x69')]&&Object[_0x7017('0x8c')][_0x7017('0x6a')](_0x1c0783,_0x7017('0x69'))&&v['Position']['encode'](_0x1c0783[_0x7017('0x69')],_0x12f818[_0x7017('0x4e')](0x1a)[_0x7017('0x8f')]())['ldelim'](),null!=_0x1c0783[_0x7017('0x78')]&&Object[_0x7017('0x8c')][_0x7017('0x6a')](_0x1c0783,_0x7017('0x78'))&&_0x12f818[_0x7017('0x4e')](0x20)[_0x7017('0x4e')](_0x1c0783[_0x7017('0x78')]),null!=_0x1c0783[_0x7017('0x6f')]&&Object['hasOwnProperty']['call'](_0x1c0783,_0x7017('0x6f'))&&_0x12f818['uint32'](0x28)[_0x7017('0x12')](_0x1c0783[_0x7017('0x6f')]),_0x12f818;},_0x37e133[_0x7017('0x14')]=function(_0x2cf6f0,_0x44bd52){return this['encode'](_0x2cf6f0,_0x44bd52)['ldelim']();},_0x37e133['decode']=function(_0x9f54a,_0x481c3c){_0x9f54a instanceof j||(_0x9f54a=j[_0x7017('0x79')](_0x9f54a));let _0x6df090=void 0x0===_0x481c3c?_0x9f54a[_0x7017('0x28')]:_0x9f54a['pos']+_0x481c3c,_0x215c33=new v[(_0x7017('0x81'))]();for(;_0x9f54a[_0x7017('0x5e')]<_0x6df090;){let _0x223b09=_0x9f54a[_0x7017('0x4e')]();switch(_0x223b09>>>0x3){case 0x1:_0x215c33[_0x7017('0x51')]=v[_0x7017('0x6c')][_0x7017('0xd')](_0x9f54a,_0x9f54a[_0x7017('0x4e')]());break;case 0x2:_0x215c33['targetPosition']=v['Position'][_0x7017('0xd')](_0x9f54a,_0x9f54a['uint32']());break;case 0x3:_0x215c33[_0x7017('0x69')]=v[_0x7017('0x6c')][_0x7017('0xd')](_0x9f54a,_0x9f54a[_0x7017('0x4e')]());break;case 0x4:_0x215c33[_0x7017('0x78')]=_0x9f54a[_0x7017('0x4e')]();break;case 0x5:_0x215c33['wasUndone']=_0x9f54a[_0x7017('0x12')]();break;default:_0x9f54a[_0x7017('0x65')](0x7&_0x223b09);}}return _0x215c33;},_0x37e133[_0x7017('0x3')]=function(_0x5d03cc){return _0x5d03cc instanceof j||(_0x5d03cc=new j(_0x5d03cc)),this['decode'](_0x5d03cc,_0x5d03cc[_0x7017('0x4e')]());},_0x37e133[_0x7017('0x82')]=function(_0x54f12c){if(_0x7017('0x36')!=typeof _0x54f12c||null===_0x54f12c)return _0x7017('0x7c');if(null!=_0x54f12c['sourcePosition']&&_0x54f12c[_0x7017('0x8c')](_0x7017('0x51'))){let _0x19b35e=v[_0x7017('0x6c')][_0x7017('0x82')](_0x54f12c[_0x7017('0x51')]);if(_0x19b35e)return _0x7017('0x64')+_0x19b35e;}if(null!=_0x54f12c[_0x7017('0x8d')]&&_0x54f12c['hasOwnProperty'](_0x7017('0x8d'))){let _0x22bbc2=v[_0x7017('0x6c')][_0x7017('0x82')](_0x54f12c[_0x7017('0x8d')]);if(_0x22bbc2)return'targetPosition.'+_0x22bbc2;}if(null!=_0x54f12c[_0x7017('0x69')]&&_0x54f12c['hasOwnProperty'](_0x7017('0x69'))){let _0x148da0=v[_0x7017('0x6c')][_0x7017('0x82')](_0x54f12c[_0x7017('0x69')]);if(_0x148da0)return _0x7017('0x67')+_0x148da0;}return null!=_0x54f12c['howMany']&&_0x54f12c[_0x7017('0x8c')](_0x7017('0x78'))&&!k['isInteger'](_0x54f12c[_0x7017('0x78')])?_0x7017('0xc'):null!=_0x54f12c[_0x7017('0x6f')]&&_0x54f12c['hasOwnProperty'](_0x7017('0x6f'))&&_0x7017('0x63')!=typeof _0x54f12c[_0x7017('0x6f')]?'wasUndone:\x20boolean\x20expected':null;},_0x37e133['fromObject']=function(_0x30c1e1){if(_0x30c1e1 instanceof v[_0x7017('0x81')])return _0x30c1e1;let _0x51154d=new v[(_0x7017('0x81'))]();if(null!=_0x30c1e1[_0x7017('0x51')]){if(_0x7017('0x36')!=typeof _0x30c1e1[_0x7017('0x51')])throw TypeError(_0x7017('0x4f'));_0x51154d[_0x7017('0x51')]=v['Position']['fromObject'](_0x30c1e1[_0x7017('0x51')]);}if(null!=_0x30c1e1[_0x7017('0x8d')]){if('object'!=typeof _0x30c1e1[_0x7017('0x8d')])throw TypeError(_0x7017('0xe'));_0x51154d['targetPosition']=v[_0x7017('0x6c')][_0x7017('0x3e')](_0x30c1e1[_0x7017('0x8d')]);}if(null!=_0x30c1e1[_0x7017('0x69')]){if(_0x7017('0x36')!=typeof _0x30c1e1[_0x7017('0x69')])throw TypeError(_0x7017('0x8'));_0x51154d[_0x7017('0x69')]=v[_0x7017('0x6c')][_0x7017('0x3e')](_0x30c1e1[_0x7017('0x69')]);}return null!=_0x30c1e1[_0x7017('0x78')]&&(_0x51154d[_0x7017('0x78')]=_0x30c1e1['howMany']>>>0x0),null!=_0x30c1e1[_0x7017('0x6f')]&&(_0x51154d[_0x7017('0x6f')]=Boolean(_0x30c1e1[_0x7017('0x6f')])),_0x51154d;},_0x37e133[_0x7017('0x2c')]=function(_0x39eb9c,_0x1c65cf){_0x1c65cf||(_0x1c65cf={});let _0x53f925={};return _0x1c65cf[_0x7017('0x7a')]&&(_0x53f925[_0x7017('0x51')]=null,_0x53f925[_0x7017('0x8d')]=null,_0x53f925[_0x7017('0x69')]=null,_0x53f925[_0x7017('0x78')]=0x0,_0x53f925[_0x7017('0x6f')]=!0x1),null!=_0x39eb9c['sourcePosition']&&_0x39eb9c[_0x7017('0x8c')](_0x7017('0x51'))&&(_0x53f925['sourcePosition']=v[_0x7017('0x6c')][_0x7017('0x2c')](_0x39eb9c['sourcePosition'],_0x1c65cf)),null!=_0x39eb9c[_0x7017('0x8d')]&&_0x39eb9c['hasOwnProperty']('targetPosition')&&(_0x53f925[_0x7017('0x8d')]=v[_0x7017('0x6c')][_0x7017('0x2c')](_0x39eb9c[_0x7017('0x8d')],_0x1c65cf)),null!=_0x39eb9c[_0x7017('0x69')]&&_0x39eb9c[_0x7017('0x8c')](_0x7017('0x69'))&&(_0x53f925[_0x7017('0x69')]=v[_0x7017('0x6c')][_0x7017('0x2c')](_0x39eb9c['graveyardPosition'],_0x1c65cf)),null!=_0x39eb9c[_0x7017('0x78')]&&_0x39eb9c[_0x7017('0x8c')](_0x7017('0x78'))&&(_0x53f925[_0x7017('0x78')]=_0x39eb9c['howMany']),null!=_0x39eb9c[_0x7017('0x6f')]&&_0x39eb9c[_0x7017('0x8c')](_0x7017('0x6f'))&&(_0x53f925[_0x7017('0x6f')]=_0x39eb9c['wasUndone']),_0x53f925;},_0x37e133[_0x7017('0x46')][_0x7017('0x1c')]=function(){return this[_0x7017('0x2b')][_0x7017('0x2c')](this,_0x3642c[_0x7017('0x76')][_0x7017('0x4d')]);},_0x37e133[_0x7017('0x23')]=function(_0x4a02b4){return void 0x0===_0x4a02b4&&(_0x4a02b4='type.googleapis.com'),_0x4a02b4+_0x7017('0x92');},_0x37e133;})();export const MoveOperation=v[_0x7017('0x5a')]=(()=>{function _0x285e00(_0x582a25){if(_0x582a25)for(let _0x5d17d7=Object[_0x7017('0x20')](_0x582a25),_0x21b8d6=0x0;_0x21b8d6<_0x5d17d7[_0x7017('0x42')];++_0x21b8d6)null!=_0x582a25[_0x5d17d7[_0x21b8d6]]&&(this[_0x5d17d7[_0x21b8d6]]=_0x582a25[_0x5d17d7[_0x21b8d6]]);}return _0x285e00['prototype'][_0x7017('0x51')]=null,_0x285e00[_0x7017('0x46')][_0x7017('0x78')]=0x0,_0x285e00[_0x7017('0x46')]['targetPosition']=null,_0x285e00[_0x7017('0x46')][_0x7017('0x6f')]=!0x1,_0x285e00[_0x7017('0x79')]=function(_0x5d4948){return new _0x285e00(_0x5d4948);},_0x285e00['encode']=function(_0x1b5f1d,_0x3c9f9e){return _0x3c9f9e||(_0x3c9f9e=y[_0x7017('0x79')]()),null!=_0x1b5f1d[_0x7017('0x51')]&&Object['hasOwnProperty'][_0x7017('0x6a')](_0x1b5f1d,'sourcePosition')&&v[_0x7017('0x6c')][_0x7017('0x6')](_0x1b5f1d[_0x7017('0x51')],_0x3c9f9e['uint32'](0xa)[_0x7017('0x8f')]())['ldelim'](),null!=_0x1b5f1d[_0x7017('0x78')]&&Object[_0x7017('0x8c')][_0x7017('0x6a')](_0x1b5f1d,_0x7017('0x78'))&&_0x3c9f9e[_0x7017('0x4e')](0x10)[_0x7017('0x4e')](_0x1b5f1d[_0x7017('0x78')]),null!=_0x1b5f1d['targetPosition']&&Object[_0x7017('0x8c')]['call'](_0x1b5f1d,_0x7017('0x8d'))&&v[_0x7017('0x6c')][_0x7017('0x6')](_0x1b5f1d['targetPosition'],_0x3c9f9e[_0x7017('0x4e')](0x1a)[_0x7017('0x8f')]())['ldelim'](),null!=_0x1b5f1d[_0x7017('0x6f')]&&Object[_0x7017('0x8c')][_0x7017('0x6a')](_0x1b5f1d,_0x7017('0x6f'))&&_0x3c9f9e['uint32'](0x20)['bool'](_0x1b5f1d['wasUndone']),_0x3c9f9e;},_0x285e00[_0x7017('0x14')]=function(_0x3661f0,_0xfeca0a){return this['encode'](_0x3661f0,_0xfeca0a)[_0x7017('0x2')]();},_0x285e00['decode']=function(_0x1e85ce,_0x1eb744){_0x1e85ce instanceof j||(_0x1e85ce=j[_0x7017('0x79')](_0x1e85ce));let _0x231ef5=void 0x0===_0x1eb744?_0x1e85ce[_0x7017('0x28')]:_0x1e85ce['pos']+_0x1eb744,_0xbebef7=new v['MoveOperation']();for(;_0x1e85ce['pos']<_0x231ef5;){let _0x31b8fb=_0x1e85ce[_0x7017('0x4e')]();switch(_0x31b8fb>>>0x3){case 0x1:_0xbebef7['sourcePosition']=v['Position']['decode'](_0x1e85ce,_0x1e85ce[_0x7017('0x4e')]());break;case 0x2:_0xbebef7[_0x7017('0x78')]=_0x1e85ce[_0x7017('0x4e')]();break;case 0x3:_0xbebef7[_0x7017('0x8d')]=v[_0x7017('0x6c')][_0x7017('0xd')](_0x1e85ce,_0x1e85ce[_0x7017('0x4e')]());break;case 0x4:_0xbebef7[_0x7017('0x6f')]=_0x1e85ce[_0x7017('0x12')]();break;default:_0x1e85ce['skipType'](0x7&_0x31b8fb);}}return _0xbebef7;},_0x285e00['decodeDelimited']=function(_0x2949ba){return _0x2949ba instanceof j||(_0x2949ba=new j(_0x2949ba)),this['decode'](_0x2949ba,_0x2949ba[_0x7017('0x4e')]());},_0x285e00[_0x7017('0x82')]=function(_0x388ca9){if(_0x7017('0x36')!=typeof _0x388ca9||null===_0x388ca9)return _0x7017('0x7c');if(null!=_0x388ca9['sourcePosition']&&_0x388ca9['hasOwnProperty'](_0x7017('0x51'))){let _0xe9bd14=v['Position']['verify'](_0x388ca9[_0x7017('0x51')]);if(_0xe9bd14)return _0x7017('0x64')+_0xe9bd14;}if(null!=_0x388ca9[_0x7017('0x78')]&&_0x388ca9['hasOwnProperty'](_0x7017('0x78'))&&!k[_0x7017('0x1e')](_0x388ca9[_0x7017('0x78')]))return'howMany:\x20integer\x20expected';if(null!=_0x388ca9['targetPosition']&&_0x388ca9[_0x7017('0x8c')](_0x7017('0x8d'))){let _0x2682a2=v[_0x7017('0x6c')][_0x7017('0x82')](_0x388ca9[_0x7017('0x8d')]);if(_0x2682a2)return _0x7017('0x16')+_0x2682a2;}return null!=_0x388ca9['wasUndone']&&_0x388ca9[_0x7017('0x8c')](_0x7017('0x6f'))&&'boolean'!=typeof _0x388ca9[_0x7017('0x6f')]?_0x7017('0x26'):null;},_0x285e00[_0x7017('0x3e')]=function(_0x2b61d0){if(_0x2b61d0 instanceof v[_0x7017('0x5a')])return _0x2b61d0;let _0x3bc61a=new v[(_0x7017('0x5a'))]();if(null!=_0x2b61d0[_0x7017('0x51')]){if(_0x7017('0x36')!=typeof _0x2b61d0[_0x7017('0x51')])throw TypeError('.MoveOperation.sourcePosition:\x20object\x20expected');_0x3bc61a['sourcePosition']=v[_0x7017('0x6c')]['fromObject'](_0x2b61d0[_0x7017('0x51')]);}if(null!=_0x2b61d0[_0x7017('0x78')]&&(_0x3bc61a['howMany']=_0x2b61d0[_0x7017('0x78')]>>>0x0),null!=_0x2b61d0[_0x7017('0x8d')]){if(_0x7017('0x36')!=typeof _0x2b61d0[_0x7017('0x8d')])throw TypeError(_0x7017('0x88'));_0x3bc61a[_0x7017('0x8d')]=v[_0x7017('0x6c')][_0x7017('0x3e')](_0x2b61d0[_0x7017('0x8d')]);}return null!=_0x2b61d0[_0x7017('0x6f')]&&(_0x3bc61a['wasUndone']=Boolean(_0x2b61d0['wasUndone'])),_0x3bc61a;},_0x285e00[_0x7017('0x2c')]=function(_0x4b7e43,_0x5241e5){_0x5241e5||(_0x5241e5={});let _0x21beb2={};return _0x5241e5['defaults']&&(_0x21beb2['sourcePosition']=null,_0x21beb2[_0x7017('0x78')]=0x0,_0x21beb2[_0x7017('0x8d')]=null,_0x21beb2[_0x7017('0x6f')]=!0x1),null!=_0x4b7e43[_0x7017('0x51')]&&_0x4b7e43[_0x7017('0x8c')](_0x7017('0x51'))&&(_0x21beb2[_0x7017('0x51')]=v['Position'][_0x7017('0x2c')](_0x4b7e43[_0x7017('0x51')],_0x5241e5)),null!=_0x4b7e43[_0x7017('0x78')]&&_0x4b7e43[_0x7017('0x8c')](_0x7017('0x78'))&&(_0x21beb2['howMany']=_0x4b7e43['howMany']),null!=_0x4b7e43[_0x7017('0x8d')]&&_0x4b7e43[_0x7017('0x8c')](_0x7017('0x8d'))&&(_0x21beb2['targetPosition']=v['Position'][_0x7017('0x2c')](_0x4b7e43['targetPosition'],_0x5241e5)),null!=_0x4b7e43[_0x7017('0x6f')]&&_0x4b7e43[_0x7017('0x8c')](_0x7017('0x6f'))&&(_0x21beb2[_0x7017('0x6f')]=_0x4b7e43['wasUndone']),_0x21beb2;},_0x285e00['prototype'][_0x7017('0x1c')]=function(){return this[_0x7017('0x2b')]['toObject'](this,_0x3642c[_0x7017('0x76')][_0x7017('0x4d')]);},_0x285e00[_0x7017('0x23')]=function(_0x4d8458){return void 0x0===_0x4d8458&&(_0x4d8458=_0x7017('0x91')),_0x4d8458+_0x7017('0x2a');},_0x285e00;})();export const RenameOperation=v[_0x7017('0x9')]=(()=>{function _0x2b63de(_0x20acdb){if(_0x20acdb)for(let _0x243ea3=Object['keys'](_0x20acdb),_0x517a3b=0x0;_0x517a3b<_0x243ea3[_0x7017('0x42')];++_0x517a3b)null!=_0x20acdb[_0x243ea3[_0x517a3b]]&&(this[_0x243ea3[_0x517a3b]]=_0x20acdb[_0x243ea3[_0x517a3b]]);}return _0x2b63de['prototype'][_0x7017('0x66')]=null,_0x2b63de[_0x7017('0x46')]['oldName']='',_0x2b63de[_0x7017('0x46')]['newName']='',_0x2b63de[_0x7017('0x46')]['wasUndone']=!0x1,_0x2b63de[_0x7017('0x79')]=function(_0x1c1553){return new _0x2b63de(_0x1c1553);},_0x2b63de[_0x7017('0x6')]=function(_0x537197,_0x3dcc8a){return _0x3dcc8a||(_0x3dcc8a=y[_0x7017('0x79')]()),null!=_0x537197[_0x7017('0x66')]&&Object[_0x7017('0x8c')]['call'](_0x537197,_0x7017('0x66'))&&v['Position'][_0x7017('0x6')](_0x537197[_0x7017('0x66')],_0x3dcc8a[_0x7017('0x4e')](0xa)[_0x7017('0x8f')]())[_0x7017('0x2')](),null!=_0x537197['oldName']&&Object[_0x7017('0x8c')][_0x7017('0x6a')](_0x537197,_0x7017('0x33'))&&_0x3dcc8a[_0x7017('0x4e')](0x12)[_0x7017('0x3f')](_0x537197['oldName']),null!=_0x537197[_0x7017('0x29')]&&Object[_0x7017('0x8c')]['call'](_0x537197,_0x7017('0x29'))&&_0x3dcc8a['uint32'](0x1a)[_0x7017('0x3f')](_0x537197[_0x7017('0x29')]),null!=_0x537197[_0x7017('0x6f')]&&Object[_0x7017('0x8c')][_0x7017('0x6a')](_0x537197,_0x7017('0x6f'))&&_0x3dcc8a['uint32'](0x20)['bool'](_0x537197[_0x7017('0x6f')]),_0x3dcc8a;},_0x2b63de[_0x7017('0x14')]=function(_0x2aaf07,_0xea30fb){return this[_0x7017('0x6')](_0x2aaf07,_0xea30fb)[_0x7017('0x2')]();},_0x2b63de[_0x7017('0xd')]=function(_0x5068f7,_0x558705){_0x5068f7 instanceof j||(_0x5068f7=j[_0x7017('0x79')](_0x5068f7));let _0x2fa493=void 0x0===_0x558705?_0x5068f7['len']:_0x5068f7[_0x7017('0x5e')]+_0x558705,_0xbbfef9=new v[(_0x7017('0x9'))]();for(;_0x5068f7[_0x7017('0x5e')]<_0x2fa493;){let _0x5db07d=_0x5068f7['uint32']();switch(_0x5db07d>>>0x3){case 0x1:_0xbbfef9[_0x7017('0x66')]=v['Position'][_0x7017('0xd')](_0x5068f7,_0x5068f7[_0x7017('0x4e')]());break;case 0x2:_0xbbfef9[_0x7017('0x33')]=_0x5068f7[_0x7017('0x3f')]();break;case 0x3:_0xbbfef9['newName']=_0x5068f7[_0x7017('0x3f')]();break;case 0x4:_0xbbfef9[_0x7017('0x6f')]=_0x5068f7['bool']();break;default:_0x5068f7[_0x7017('0x65')](0x7&_0x5db07d);}}return _0xbbfef9;},_0x2b63de[_0x7017('0x3')]=function(_0x1887f6){return _0x1887f6 instanceof j||(_0x1887f6=new j(_0x1887f6)),this[_0x7017('0xd')](_0x1887f6,_0x1887f6[_0x7017('0x4e')]());},_0x2b63de[_0x7017('0x82')]=function(_0x3f69d6){if(_0x7017('0x36')!=typeof _0x3f69d6||null===_0x3f69d6)return _0x7017('0x7c');if(null!=_0x3f69d6[_0x7017('0x66')]&&_0x3f69d6['hasOwnProperty']('position')){let _0x57190b=v[_0x7017('0x6c')]['verify'](_0x3f69d6[_0x7017('0x66')]);if(_0x57190b)return _0x7017('0x80')+_0x57190b;}return null!=_0x3f69d6[_0x7017('0x33')]&&_0x3f69d6[_0x7017('0x8c')](_0x7017('0x33'))&&!k['isString'](_0x3f69d6[_0x7017('0x33')])?_0x7017('0x19'):null!=_0x3f69d6[_0x7017('0x29')]&&_0x3f69d6[_0x7017('0x8c')](_0x7017('0x29'))&&!k[_0x7017('0x4')](_0x3f69d6[_0x7017('0x29')])?_0x7017('0x43'):null!=_0x3f69d6[_0x7017('0x6f')]&&_0x3f69d6['hasOwnProperty'](_0x7017('0x6f'))&&_0x7017('0x63')!=typeof _0x3f69d6[_0x7017('0x6f')]?'wasUndone:\x20boolean\x20expected':null;},_0x2b63de[_0x7017('0x3e')]=function(_0x60b1dc){if(_0x60b1dc instanceof v[_0x7017('0x9')])return _0x60b1dc;let _0x125c33=new v[(_0x7017('0x9'))]();if(null!=_0x60b1dc[_0x7017('0x66')]){if(_0x7017('0x36')!=typeof _0x60b1dc[_0x7017('0x66')])throw TypeError('.RenameOperation.position:\x20object\x20expected');_0x125c33[_0x7017('0x66')]=v[_0x7017('0x6c')][_0x7017('0x3e')](_0x60b1dc[_0x7017('0x66')]);}return null!=_0x60b1dc['oldName']&&(_0x125c33[_0x7017('0x33')]=String(_0x60b1dc['oldName'])),null!=_0x60b1dc[_0x7017('0x29')]&&(_0x125c33['newName']=String(_0x60b1dc[_0x7017('0x29')])),null!=_0x60b1dc[_0x7017('0x6f')]&&(_0x125c33['wasUndone']=Boolean(_0x60b1dc['wasUndone'])),_0x125c33;},_0x2b63de[_0x7017('0x2c')]=function(_0x2f85be,_0x5e4708){_0x5e4708||(_0x5e4708={});let _0x3bc7c1={};return _0x5e4708[_0x7017('0x7a')]&&(_0x3bc7c1[_0x7017('0x66')]=null,_0x3bc7c1[_0x7017('0x33')]='',_0x3bc7c1[_0x7017('0x29')]='',_0x3bc7c1[_0x7017('0x6f')]=!0x1),null!=_0x2f85be[_0x7017('0x66')]&&_0x2f85be[_0x7017('0x8c')]('position')&&(_0x3bc7c1[_0x7017('0x66')]=v[_0x7017('0x6c')][_0x7017('0x2c')](_0x2f85be[_0x7017('0x66')],_0x5e4708)),null!=_0x2f85be[_0x7017('0x33')]&&_0x2f85be['hasOwnProperty'](_0x7017('0x33'))&&(_0x3bc7c1[_0x7017('0x33')]=_0x2f85be[_0x7017('0x33')]),null!=_0x2f85be[_0x7017('0x29')]&&_0x2f85be[_0x7017('0x8c')](_0x7017('0x29'))&&(_0x3bc7c1[_0x7017('0x29')]=_0x2f85be['newName']),null!=_0x2f85be['wasUndone']&&_0x2f85be[_0x7017('0x8c')](_0x7017('0x6f'))&&(_0x3bc7c1[_0x7017('0x6f')]=_0x2f85be[_0x7017('0x6f')]),_0x3bc7c1;},_0x2b63de['prototype'][_0x7017('0x1c')]=function(){return this[_0x7017('0x2b')]['toObject'](this,_0x3642c[_0x7017('0x76')][_0x7017('0x4d')]);},_0x2b63de[_0x7017('0x23')]=function(_0x1fd6a2){return void 0x0===_0x1fd6a2&&(_0x1fd6a2=_0x7017('0x91')),_0x1fd6a2+_0x7017('0x44');},_0x2b63de;})();export const RootAttributeOperation=v['RootAttributeOperation']=(()=>{function _0x4e8224(_0x11aca7){if(_0x11aca7)for(let _0x48d8a7=Object['keys'](_0x11aca7),_0x354933=0x0;_0x354933<_0x48d8a7[_0x7017('0x42')];++_0x354933)null!=_0x11aca7[_0x48d8a7[_0x354933]]&&(this[_0x48d8a7[_0x354933]]=_0x11aca7[_0x48d8a7[_0x354933]]);}return _0x4e8224[_0x7017('0x46')]['root']='',_0x4e8224[_0x7017('0x46')][_0x7017('0x31')]='',_0x4e8224[_0x7017('0x46')][_0x7017('0x4c')]=!0x1,_0x4e8224[_0x7017('0x46')][_0x7017('0xb')]='',_0x4e8224['prototype']['newValueBoolean']=!0x1,_0x4e8224['prototype'][_0x7017('0x53')]='',_0x4e8224['prototype']['wasUndone']=!0x1,_0x4e8224[_0x7017('0x79')]=function(_0x33fc0d){return new _0x4e8224(_0x33fc0d);},_0x4e8224[_0x7017('0x6')]=function(_0x225740,_0x21e304){return _0x21e304||(_0x21e304=y[_0x7017('0x79')]()),null!=_0x225740[_0x7017('0x40')]&&Object[_0x7017('0x8c')][_0x7017('0x6a')](_0x225740,_0x7017('0x40'))&&_0x21e304[_0x7017('0x4e')](0xa)['string'](_0x225740[_0x7017('0x40')]),null!=_0x225740['key']&&Object['hasOwnProperty'][_0x7017('0x6a')](_0x225740,'key')&&_0x21e304[_0x7017('0x4e')](0x12)[_0x7017('0x3f')](_0x225740[_0x7017('0x31')]),null!=_0x225740[_0x7017('0x4c')]&&Object['hasOwnProperty'][_0x7017('0x6a')](_0x225740,_0x7017('0x4c'))&&_0x21e304['uint32'](0x18)['bool'](_0x225740['oldValueBoolean']),null!=_0x225740['oldValueJson']&&Object[_0x7017('0x8c')][_0x7017('0x6a')](_0x225740,_0x7017('0xb'))&&_0x21e304['uint32'](0x22)[_0x7017('0x3f')](_0x225740[_0x7017('0xb')]),null!=_0x225740[_0x7017('0x2d')]&&Object[_0x7017('0x8c')]['call'](_0x225740,'newValueBoolean')&&_0x21e304['uint32'](0x28)['bool'](_0x225740[_0x7017('0x2d')]),null!=_0x225740[_0x7017('0x53')]&&Object[_0x7017('0x8c')][_0x7017('0x6a')](_0x225740,_0x7017('0x53'))&&_0x21e304[_0x7017('0x4e')](0x32)[_0x7017('0x3f')](_0x225740[_0x7017('0x53')]),null!=_0x225740[_0x7017('0x6f')]&&Object[_0x7017('0x8c')][_0x7017('0x6a')](_0x225740,_0x7017('0x6f'))&&_0x21e304[_0x7017('0x4e')](0x38)[_0x7017('0x12')](_0x225740[_0x7017('0x6f')]),_0x21e304;},_0x4e8224[_0x7017('0x14')]=function(_0x4623b5,_0x48111a){return this[_0x7017('0x6')](_0x4623b5,_0x48111a)[_0x7017('0x2')]();},_0x4e8224['decode']=function(_0x384d64,_0x35e2c1){_0x384d64 instanceof j||(_0x384d64=j[_0x7017('0x79')](_0x384d64));let _0x282667=void 0x0===_0x35e2c1?_0x384d64[_0x7017('0x28')]:_0x384d64[_0x7017('0x5e')]+_0x35e2c1,_0x45b38f=new v['RootAttributeOperation']();for(;_0x384d64[_0x7017('0x5e')]<_0x282667;){let _0x502c67=_0x384d64[_0x7017('0x4e')]();switch(_0x502c67>>>0x3){case 0x1:_0x45b38f['root']=_0x384d64[_0x7017('0x3f')]();break;case 0x2:_0x45b38f[_0x7017('0x31')]=_0x384d64[_0x7017('0x3f')]();break;case 0x3:_0x45b38f['oldValueBoolean']=_0x384d64[_0x7017('0x12')]();break;case 0x4:_0x45b38f[_0x7017('0xb')]=_0x384d64[_0x7017('0x3f')]();break;case 0x5:_0x45b38f[_0x7017('0x2d')]=_0x384d64[_0x7017('0x12')]();break;case 0x6:_0x45b38f[_0x7017('0x53')]=_0x384d64[_0x7017('0x3f')]();break;case 0x7:_0x45b38f['wasUndone']=_0x384d64['bool']();break;default:_0x384d64[_0x7017('0x65')](0x7&_0x502c67);}}return _0x45b38f;},_0x4e8224[_0x7017('0x3')]=function(_0x13d93d){return _0x13d93d instanceof j||(_0x13d93d=new j(_0x13d93d)),this[_0x7017('0xd')](_0x13d93d,_0x13d93d['uint32']());},_0x4e8224[_0x7017('0x82')]=function(_0x57e1f0){return'object'!=typeof _0x57e1f0||null===_0x57e1f0?_0x7017('0x7c'):null!=_0x57e1f0[_0x7017('0x40')]&&_0x57e1f0[_0x7017('0x8c')]('root')&&!k[_0x7017('0x4')](_0x57e1f0[_0x7017('0x40')])?_0x7017('0x62'):null!=_0x57e1f0['key']&&_0x57e1f0['hasOwnProperty']('key')&&!k['isString'](_0x57e1f0[_0x7017('0x31')])?_0x7017('0x17'):null!=_0x57e1f0[_0x7017('0x4c')]&&_0x57e1f0[_0x7017('0x8c')](_0x7017('0x4c'))&&_0x7017('0x63')!=typeof _0x57e1f0[_0x7017('0x4c')]?'oldValueBoolean:\x20boolean\x20expected':null!=_0x57e1f0[_0x7017('0xb')]&&_0x57e1f0[_0x7017('0x8c')](_0x7017('0xb'))&&!k[_0x7017('0x4')](_0x57e1f0['oldValueJson'])?_0x7017('0x1a'):null!=_0x57e1f0[_0x7017('0x2d')]&&_0x57e1f0[_0x7017('0x8c')]('newValueBoolean')&&_0x7017('0x63')!=typeof _0x57e1f0[_0x7017('0x2d')]?_0x7017('0x54'):null!=_0x57e1f0[_0x7017('0x53')]&&_0x57e1f0['hasOwnProperty'](_0x7017('0x53'))&&!k[_0x7017('0x4')](_0x57e1f0['newValueJson'])?_0x7017('0x7f'):null!=_0x57e1f0[_0x7017('0x6f')]&&_0x57e1f0['hasOwnProperty'](_0x7017('0x6f'))&&_0x7017('0x63')!=typeof _0x57e1f0['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x4e8224[_0x7017('0x3e')]=function(_0x53e3a8){if(_0x53e3a8 instanceof v[_0x7017('0x4b')])return _0x53e3a8;let _0x48b86e=new v[(_0x7017('0x4b'))]();return null!=_0x53e3a8[_0x7017('0x40')]&&(_0x48b86e[_0x7017('0x40')]=String(_0x53e3a8[_0x7017('0x40')])),null!=_0x53e3a8[_0x7017('0x31')]&&(_0x48b86e['key']=String(_0x53e3a8[_0x7017('0x31')])),null!=_0x53e3a8[_0x7017('0x4c')]&&(_0x48b86e[_0x7017('0x4c')]=Boolean(_0x53e3a8['oldValueBoolean'])),null!=_0x53e3a8[_0x7017('0xb')]&&(_0x48b86e[_0x7017('0xb')]=String(_0x53e3a8[_0x7017('0xb')])),null!=_0x53e3a8[_0x7017('0x2d')]&&(_0x48b86e[_0x7017('0x2d')]=Boolean(_0x53e3a8['newValueBoolean'])),null!=_0x53e3a8[_0x7017('0x53')]&&(_0x48b86e['newValueJson']=String(_0x53e3a8['newValueJson'])),null!=_0x53e3a8[_0x7017('0x6f')]&&(_0x48b86e[_0x7017('0x6f')]=Boolean(_0x53e3a8[_0x7017('0x6f')])),_0x48b86e;},_0x4e8224[_0x7017('0x2c')]=function(_0x1adf14,_0x1cb0cb){_0x1cb0cb||(_0x1cb0cb={});let _0x2444c6={};return _0x1cb0cb[_0x7017('0x7a')]&&(_0x2444c6[_0x7017('0x40')]='',_0x2444c6[_0x7017('0x31')]='',_0x2444c6[_0x7017('0x4c')]=!0x1,_0x2444c6['oldValueJson']='',_0x2444c6[_0x7017('0x2d')]=!0x1,_0x2444c6['newValueJson']='',_0x2444c6[_0x7017('0x6f')]=!0x1),null!=_0x1adf14['root']&&_0x1adf14[_0x7017('0x8c')](_0x7017('0x40'))&&(_0x2444c6[_0x7017('0x40')]=_0x1adf14[_0x7017('0x40')]),null!=_0x1adf14[_0x7017('0x31')]&&_0x1adf14[_0x7017('0x8c')](_0x7017('0x31'))&&(_0x2444c6[_0x7017('0x31')]=_0x1adf14[_0x7017('0x31')]),null!=_0x1adf14['oldValueBoolean']&&_0x1adf14[_0x7017('0x8c')](_0x7017('0x4c'))&&(_0x2444c6[_0x7017('0x4c')]=_0x1adf14[_0x7017('0x4c')]),null!=_0x1adf14[_0x7017('0xb')]&&_0x1adf14[_0x7017('0x8c')](_0x7017('0xb'))&&(_0x2444c6[_0x7017('0xb')]=_0x1adf14[_0x7017('0xb')]),null!=_0x1adf14[_0x7017('0x2d')]&&_0x1adf14['hasOwnProperty'](_0x7017('0x2d'))&&(_0x2444c6[_0x7017('0x2d')]=_0x1adf14[_0x7017('0x2d')]),null!=_0x1adf14['newValueJson']&&_0x1adf14[_0x7017('0x8c')](_0x7017('0x53'))&&(_0x2444c6['newValueJson']=_0x1adf14['newValueJson']),null!=_0x1adf14[_0x7017('0x6f')]&&_0x1adf14[_0x7017('0x8c')](_0x7017('0x6f'))&&(_0x2444c6['wasUndone']=_0x1adf14['wasUndone']),_0x2444c6;},_0x4e8224['prototype'][_0x7017('0x1c')]=function(){return this[_0x7017('0x2b')][_0x7017('0x2c')](this,_0x3642c[_0x7017('0x76')][_0x7017('0x4d')]);},_0x4e8224[_0x7017('0x23')]=function(_0x2c70e5){return void 0x0===_0x2c70e5&&(_0x2c70e5=_0x7017('0x91')),_0x2c70e5+_0x7017('0x24');},_0x4e8224;})();export const RootOperation=v[_0x7017('0x87')]=(()=>{function _0x2282b5(_0x49dba8){if(_0x49dba8)for(let _0x104c92=Object[_0x7017('0x20')](_0x49dba8),_0x2beb7a=0x0;_0x2beb7a<_0x104c92[_0x7017('0x42')];++_0x2beb7a)null!=_0x49dba8[_0x104c92[_0x2beb7a]]&&(this[_0x104c92[_0x2beb7a]]=_0x49dba8[_0x104c92[_0x2beb7a]]);}return _0x2282b5['prototype'][_0x7017('0x22')]='',_0x2282b5[_0x7017('0x46')]['elementName']='',_0x2282b5[_0x7017('0x46')]['isAdd']=!0x1,_0x2282b5[_0x7017('0x46')][_0x7017('0x6f')]=!0x1,_0x2282b5['create']=function(_0x22e2a8){return new _0x2282b5(_0x22e2a8);},_0x2282b5[_0x7017('0x6')]=function(_0x48f201,_0x25331f){return _0x25331f||(_0x25331f=y[_0x7017('0x79')]()),null!=_0x48f201['rootName']&&Object[_0x7017('0x8c')][_0x7017('0x6a')](_0x48f201,_0x7017('0x22'))&&_0x25331f[_0x7017('0x4e')](0xa)[_0x7017('0x3f')](_0x48f201[_0x7017('0x22')]),null!=_0x48f201[_0x7017('0x77')]&&Object['hasOwnProperty'][_0x7017('0x6a')](_0x48f201,_0x7017('0x77'))&&_0x25331f[_0x7017('0x4e')](0x12)[_0x7017('0x3f')](_0x48f201[_0x7017('0x77')]),null!=_0x48f201[_0x7017('0x4a')]&&Object[_0x7017('0x8c')][_0x7017('0x6a')](_0x48f201,'isAdd')&&_0x25331f['uint32'](0x18)[_0x7017('0x12')](_0x48f201['isAdd']),null!=_0x48f201[_0x7017('0x6f')]&&Object[_0x7017('0x8c')][_0x7017('0x6a')](_0x48f201,_0x7017('0x6f'))&&_0x25331f[_0x7017('0x4e')](0x20)['bool'](_0x48f201[_0x7017('0x6f')]),_0x25331f;},_0x2282b5['encodeDelimited']=function(_0x51749e,_0x55bf41){return this[_0x7017('0x6')](_0x51749e,_0x55bf41)[_0x7017('0x2')]();},_0x2282b5[_0x7017('0xd')]=function(_0x550269,_0xe510f2){_0x550269 instanceof j||(_0x550269=j[_0x7017('0x79')](_0x550269));let _0x24cb7d=void 0x0===_0xe510f2?_0x550269[_0x7017('0x28')]:_0x550269[_0x7017('0x5e')]+_0xe510f2,_0x6ef7ae=new v[(_0x7017('0x87'))]();for(;_0x550269['pos']<_0x24cb7d;){let _0x1308ca=_0x550269[_0x7017('0x4e')]();switch(_0x1308ca>>>0x3){case 0x1:_0x6ef7ae['rootName']=_0x550269['string']();break;case 0x2:_0x6ef7ae[_0x7017('0x77')]=_0x550269[_0x7017('0x3f')]();break;case 0x3:_0x6ef7ae[_0x7017('0x4a')]=_0x550269[_0x7017('0x12')]();break;case 0x4:_0x6ef7ae[_0x7017('0x6f')]=_0x550269[_0x7017('0x12')]();break;default:_0x550269[_0x7017('0x65')](0x7&_0x1308ca);}}return _0x6ef7ae;},_0x2282b5[_0x7017('0x3')]=function(_0x55c1fb){return _0x55c1fb instanceof j||(_0x55c1fb=new j(_0x55c1fb)),this[_0x7017('0xd')](_0x55c1fb,_0x55c1fb[_0x7017('0x4e')]());},_0x2282b5[_0x7017('0x82')]=function(_0x36ce36){return _0x7017('0x36')!=typeof _0x36ce36||null===_0x36ce36?_0x7017('0x7c'):null!=_0x36ce36[_0x7017('0x22')]&&_0x36ce36[_0x7017('0x8c')](_0x7017('0x22'))&&!k['isString'](_0x36ce36[_0x7017('0x22')])?_0x7017('0x6b'):null!=_0x36ce36[_0x7017('0x77')]&&_0x36ce36['hasOwnProperty'](_0x7017('0x77'))&&!k[_0x7017('0x4')](_0x36ce36[_0x7017('0x77')])?_0x7017('0x55'):null!=_0x36ce36['isAdd']&&_0x36ce36[_0x7017('0x8c')](_0x7017('0x4a'))&&_0x7017('0x63')!=typeof _0x36ce36[_0x7017('0x4a')]?_0x7017('0x52'):null!=_0x36ce36[_0x7017('0x6f')]&&_0x36ce36[_0x7017('0x8c')](_0x7017('0x6f'))&&'boolean'!=typeof _0x36ce36[_0x7017('0x6f')]?_0x7017('0x26'):null;},_0x2282b5[_0x7017('0x3e')]=function(_0x2424b0){if(_0x2424b0 instanceof v[_0x7017('0x87')])return _0x2424b0;let _0x46c57c=new v[(_0x7017('0x87'))]();return null!=_0x2424b0[_0x7017('0x22')]&&(_0x46c57c[_0x7017('0x22')]=String(_0x2424b0['rootName'])),null!=_0x2424b0['elementName']&&(_0x46c57c['elementName']=String(_0x2424b0[_0x7017('0x77')])),null!=_0x2424b0['isAdd']&&(_0x46c57c[_0x7017('0x4a')]=Boolean(_0x2424b0[_0x7017('0x4a')])),null!=_0x2424b0[_0x7017('0x6f')]&&(_0x46c57c[_0x7017('0x6f')]=Boolean(_0x2424b0[_0x7017('0x6f')])),_0x46c57c;},_0x2282b5[_0x7017('0x2c')]=function(_0x34a345,_0x6ae9d8){_0x6ae9d8||(_0x6ae9d8={});let _0x51ac58={};return _0x6ae9d8['defaults']&&(_0x51ac58[_0x7017('0x22')]='',_0x51ac58[_0x7017('0x77')]='',_0x51ac58[_0x7017('0x4a')]=!0x1,_0x51ac58[_0x7017('0x6f')]=!0x1),null!=_0x34a345[_0x7017('0x22')]&&_0x34a345[_0x7017('0x8c')](_0x7017('0x22'))&&(_0x51ac58[_0x7017('0x22')]=_0x34a345[_0x7017('0x22')]),null!=_0x34a345[_0x7017('0x77')]&&_0x34a345[_0x7017('0x8c')](_0x7017('0x77'))&&(_0x51ac58['elementName']=_0x34a345[_0x7017('0x77')]),null!=_0x34a345[_0x7017('0x4a')]&&_0x34a345[_0x7017('0x8c')](_0x7017('0x4a'))&&(_0x51ac58['isAdd']=_0x34a345[_0x7017('0x4a')]),null!=_0x34a345[_0x7017('0x6f')]&&_0x34a345[_0x7017('0x8c')]('wasUndone')&&(_0x51ac58[_0x7017('0x6f')]=_0x34a345[_0x7017('0x6f')]),_0x51ac58;},_0x2282b5[_0x7017('0x46')][_0x7017('0x1c')]=function(){return this[_0x7017('0x2b')][_0x7017('0x2c')](this,_0x3642c['util'][_0x7017('0x4d')]);},_0x2282b5[_0x7017('0x23')]=function(_0xfc3204){return void 0x0===_0xfc3204&&(_0xfc3204='type.googleapis.com'),_0xfc3204+_0x7017('0x71');},_0x2282b5;})();export const SplitOperation=v['SplitOperation']=(()=>{function _0x186d34(_0x1bd5f0){if(_0x1bd5f0)for(let _0x4ea40a=Object['keys'](_0x1bd5f0),_0x4f2623=0x0;_0x4f2623<_0x4ea40a[_0x7017('0x42')];++_0x4f2623)null!=_0x1bd5f0[_0x4ea40a[_0x4f2623]]&&(this[_0x4ea40a[_0x4f2623]]=_0x1bd5f0[_0x4ea40a[_0x4f2623]]);}return _0x186d34['prototype'][_0x7017('0x84')]=null,_0x186d34['prototype'][_0x7017('0x69')]=null,_0x186d34[_0x7017('0x46')][_0x7017('0x78')]=0x0,_0x186d34[_0x7017('0x46')][_0x7017('0xf')]=null,_0x186d34[_0x7017('0x46')]['wasUndone']=!0x1,_0x186d34[_0x7017('0x79')]=function(_0x16484f){return new _0x186d34(_0x16484f);},_0x186d34[_0x7017('0x6')]=function(_0x28b31d,_0x59c6fa){return _0x59c6fa||(_0x59c6fa=y[_0x7017('0x79')]()),null!=_0x28b31d[_0x7017('0x84')]&&Object[_0x7017('0x8c')][_0x7017('0x6a')](_0x28b31d,_0x7017('0x84'))&&v[_0x7017('0x6c')][_0x7017('0x6')](_0x28b31d[_0x7017('0x84')],_0x59c6fa['uint32'](0xa)['fork']())[_0x7017('0x2')](),null!=_0x28b31d[_0x7017('0x69')]&&Object[_0x7017('0x8c')][_0x7017('0x6a')](_0x28b31d,_0x7017('0x69'))&&v[_0x7017('0x6c')][_0x7017('0x6')](_0x28b31d[_0x7017('0x69')],_0x59c6fa[_0x7017('0x4e')](0x12)[_0x7017('0x8f')]())[_0x7017('0x2')](),null!=_0x28b31d[_0x7017('0x78')]&&Object[_0x7017('0x8c')][_0x7017('0x6a')](_0x28b31d,_0x7017('0x78'))&&_0x59c6fa[_0x7017('0x4e')](0x18)[_0x7017('0x4e')](_0x28b31d[_0x7017('0x78')]),null!=_0x28b31d[_0x7017('0xf')]&&Object[_0x7017('0x8c')][_0x7017('0x6a')](_0x28b31d,_0x7017('0xf'))&&v[_0x7017('0x6c')]['encode'](_0x28b31d[_0x7017('0xf')],_0x59c6fa[_0x7017('0x4e')](0x22)[_0x7017('0x8f')]())[_0x7017('0x2')](),null!=_0x28b31d['wasUndone']&&Object[_0x7017('0x8c')][_0x7017('0x6a')](_0x28b31d,'wasUndone')&&_0x59c6fa[_0x7017('0x4e')](0x28)['bool'](_0x28b31d['wasUndone']),_0x59c6fa;},_0x186d34[_0x7017('0x14')]=function(_0x2ec778,_0x153bab){return this[_0x7017('0x6')](_0x2ec778,_0x153bab)['ldelim']();},_0x186d34['decode']=function(_0x23feaf,_0xf06e9d){_0x23feaf instanceof j||(_0x23feaf=j[_0x7017('0x79')](_0x23feaf));let _0x5eb914=void 0x0===_0xf06e9d?_0x23feaf[_0x7017('0x28')]:_0x23feaf[_0x7017('0x5e')]+_0xf06e9d,_0x137af3=new v['SplitOperation']();for(;_0x23feaf[_0x7017('0x5e')]<_0x5eb914;){let _0x4a03b0=_0x23feaf[_0x7017('0x4e')]();switch(_0x4a03b0>>>0x3){case 0x1:_0x137af3[_0x7017('0x84')]=v['Position']['decode'](_0x23feaf,_0x23feaf['uint32']());break;case 0x2:_0x137af3['graveyardPosition']=v[_0x7017('0x6c')][_0x7017('0xd')](_0x23feaf,_0x23feaf[_0x7017('0x4e')]());break;case 0x3:_0x137af3[_0x7017('0x78')]=_0x23feaf[_0x7017('0x4e')]();break;case 0x4:_0x137af3[_0x7017('0xf')]=v[_0x7017('0x6c')][_0x7017('0xd')](_0x23feaf,_0x23feaf[_0x7017('0x4e')]());break;case 0x5:_0x137af3[_0x7017('0x6f')]=_0x23feaf[_0x7017('0x12')]();break;default:_0x23feaf['skipType'](0x7&_0x4a03b0);}}return _0x137af3;},_0x186d34[_0x7017('0x3')]=function(_0xbfb576){return _0xbfb576 instanceof j||(_0xbfb576=new j(_0xbfb576)),this[_0x7017('0xd')](_0xbfb576,_0xbfb576[_0x7017('0x4e')]());},_0x186d34[_0x7017('0x82')]=function(_0x15cb34){if(_0x7017('0x36')!=typeof _0x15cb34||null===_0x15cb34)return'object\x20expected';if(null!=_0x15cb34['splitPosition']&&_0x15cb34['hasOwnProperty'](_0x7017('0x84'))){let _0x202ac6=v[_0x7017('0x6c')]['verify'](_0x15cb34['splitPosition']);if(_0x202ac6)return'splitPosition.'+_0x202ac6;}if(null!=_0x15cb34[_0x7017('0x69')]&&_0x15cb34[_0x7017('0x8c')](_0x7017('0x69'))){let _0x560a92=v[_0x7017('0x6c')][_0x7017('0x82')](_0x15cb34['graveyardPosition']);if(_0x560a92)return _0x7017('0x67')+_0x560a92;}if(null!=_0x15cb34[_0x7017('0x78')]&&_0x15cb34[_0x7017('0x8c')](_0x7017('0x78'))&&!k[_0x7017('0x1e')](_0x15cb34[_0x7017('0x78')]))return _0x7017('0xc');if(null!=_0x15cb34['insertionPosition']&&_0x15cb34[_0x7017('0x8c')](_0x7017('0xf'))){let _0x8779f=v['Position'][_0x7017('0x82')](_0x15cb34[_0x7017('0xf')]);if(_0x8779f)return _0x7017('0x0')+_0x8779f;}return null!=_0x15cb34['wasUndone']&&_0x15cb34[_0x7017('0x8c')](_0x7017('0x6f'))&&_0x7017('0x63')!=typeof _0x15cb34[_0x7017('0x6f')]?_0x7017('0x26'):null;},_0x186d34[_0x7017('0x3e')]=function(_0x371a8f){if(_0x371a8f instanceof v['SplitOperation'])return _0x371a8f;let _0x5004cd=new v[(_0x7017('0x30'))]();if(null!=_0x371a8f['splitPosition']){if(_0x7017('0x36')!=typeof _0x371a8f['splitPosition'])throw TypeError(_0x7017('0x50'));_0x5004cd[_0x7017('0x84')]=v[_0x7017('0x6c')]['fromObject'](_0x371a8f['splitPosition']);}if(null!=_0x371a8f[_0x7017('0x69')]){if(_0x7017('0x36')!=typeof _0x371a8f[_0x7017('0x69')])throw TypeError('.SplitOperation.graveyardPosition:\x20object\x20expected');_0x5004cd['graveyardPosition']=v[_0x7017('0x6c')][_0x7017('0x3e')](_0x371a8f[_0x7017('0x69')]);}if(null!=_0x371a8f[_0x7017('0x78')]&&(_0x5004cd[_0x7017('0x78')]=_0x371a8f['howMany']>>>0x0),null!=_0x371a8f['insertionPosition']){if('object'!=typeof _0x371a8f[_0x7017('0xf')])throw TypeError(_0x7017('0x7d'));_0x5004cd[_0x7017('0xf')]=v[_0x7017('0x6c')][_0x7017('0x3e')](_0x371a8f[_0x7017('0xf')]);}return null!=_0x371a8f[_0x7017('0x6f')]&&(_0x5004cd['wasUndone']=Boolean(_0x371a8f[_0x7017('0x6f')])),_0x5004cd;},_0x186d34[_0x7017('0x2c')]=function(_0x593e12,_0x142d4d){_0x142d4d||(_0x142d4d={});let _0x54c8a9={};return _0x142d4d[_0x7017('0x7a')]&&(_0x54c8a9[_0x7017('0x84')]=null,_0x54c8a9[_0x7017('0x69')]=null,_0x54c8a9[_0x7017('0x78')]=0x0,_0x54c8a9[_0x7017('0xf')]=null,_0x54c8a9[_0x7017('0x6f')]=!0x1),null!=_0x593e12[_0x7017('0x84')]&&_0x593e12[_0x7017('0x8c')]('splitPosition')&&(_0x54c8a9[_0x7017('0x84')]=v[_0x7017('0x6c')][_0x7017('0x2c')](_0x593e12[_0x7017('0x84')],_0x142d4d)),null!=_0x593e12[_0x7017('0x69')]&&_0x593e12['hasOwnProperty']('graveyardPosition')&&(_0x54c8a9[_0x7017('0x69')]=v[_0x7017('0x6c')]['toObject'](_0x593e12[_0x7017('0x69')],_0x142d4d)),null!=_0x593e12[_0x7017('0x78')]&&_0x593e12['hasOwnProperty']('howMany')&&(_0x54c8a9[_0x7017('0x78')]=_0x593e12['howMany']),null!=_0x593e12[_0x7017('0xf')]&&_0x593e12[_0x7017('0x8c')]('insertionPosition')&&(_0x54c8a9[_0x7017('0xf')]=v[_0x7017('0x6c')][_0x7017('0x2c')](_0x593e12[_0x7017('0xf')],_0x142d4d)),null!=_0x593e12[_0x7017('0x6f')]&&_0x593e12[_0x7017('0x8c')]('wasUndone')&&(_0x54c8a9[_0x7017('0x6f')]=_0x593e12[_0x7017('0x6f')]),_0x54c8a9;},_0x186d34[_0x7017('0x46')][_0x7017('0x1c')]=function(){return this[_0x7017('0x2b')][_0x7017('0x2c')](this,_0x3642c[_0x7017('0x76')][_0x7017('0x4d')]);},_0x186d34[_0x7017('0x23')]=function(_0x167676){return void 0x0===_0x167676&&(_0x167676='type.googleapis.com'),_0x167676+'/SplitOperation';},_0x186d34;})();export const Position=v[_0x7017('0x6c')]=(()=>{function _0xe207f5(_0x32ad57){if(this[_0x7017('0x72')]=[],_0x32ad57)for(let _0x125e7f=Object[_0x7017('0x20')](_0x32ad57),_0x14137c=0x0;_0x14137c<_0x125e7f['length'];++_0x14137c)null!=_0x32ad57[_0x125e7f[_0x14137c]]&&(this[_0x125e7f[_0x14137c]]=_0x32ad57[_0x125e7f[_0x14137c]]);}return _0xe207f5[_0x7017('0x46')][_0x7017('0x40')]='',_0xe207f5[_0x7017('0x46')]['rootMain']=!0x1,_0xe207f5[_0x7017('0x46')]['rootGraveyard']=!0x1,_0xe207f5[_0x7017('0x46')]['path']=k['emptyArray'],_0xe207f5[_0x7017('0x46')][_0x7017('0x74')]='',_0xe207f5['create']=function(_0xde9d8c){return new _0xe207f5(_0xde9d8c);},_0xe207f5[_0x7017('0x6')]=function(_0x2f2add,_0x17c953){if(_0x17c953||(_0x17c953=y[_0x7017('0x79')]()),null!=_0x2f2add['root']&&Object[_0x7017('0x8c')][_0x7017('0x6a')](_0x2f2add,_0x7017('0x40'))&&_0x17c953[_0x7017('0x4e')](0xa)[_0x7017('0x3f')](_0x2f2add[_0x7017('0x40')]),null!=_0x2f2add[_0x7017('0x1f')]&&Object['hasOwnProperty']['call'](_0x2f2add,'rootMain')&&_0x17c953[_0x7017('0x4e')](0x10)[_0x7017('0x12')](_0x2f2add[_0x7017('0x1f')]),null!=_0x2f2add[_0x7017('0x1')]&&Object[_0x7017('0x8c')][_0x7017('0x6a')](_0x2f2add,_0x7017('0x1'))&&_0x17c953[_0x7017('0x4e')](0x18)['bool'](_0x2f2add['rootGraveyard']),null!=_0x2f2add['path']&&_0x2f2add[_0x7017('0x72')][_0x7017('0x42')]){_0x17c953[_0x7017('0x4e')](0x22)[_0x7017('0x8f')]();for(let _0x5ba6d2=0x0;_0x5ba6d2<_0x2f2add['path'][_0x7017('0x42')];++_0x5ba6d2)_0x17c953[_0x7017('0x4e')](_0x2f2add['path'][_0x5ba6d2]);_0x17c953['ldelim']();}return null!=_0x2f2add[_0x7017('0x74')]&&Object[_0x7017('0x8c')]['call'](_0x2f2add,_0x7017('0x74'))&&_0x17c953['uint32'](0x2a)[_0x7017('0x3f')](_0x2f2add[_0x7017('0x74')]),_0x17c953;},_0xe207f5[_0x7017('0x14')]=function(_0x3beea7,_0x5e6e27){return this[_0x7017('0x6')](_0x3beea7,_0x5e6e27)[_0x7017('0x2')]();},_0xe207f5[_0x7017('0xd')]=function(_0x16e560,_0x19921c){_0x16e560 instanceof j||(_0x16e560=j[_0x7017('0x79')](_0x16e560));let _0x521352=void 0x0===_0x19921c?_0x16e560['len']:_0x16e560[_0x7017('0x5e')]+_0x19921c,_0xb9c965=new v[(_0x7017('0x6c'))]();for(;_0x16e560[_0x7017('0x5e')]<_0x521352;){let _0xd7486c=_0x16e560['uint32']();switch(_0xd7486c>>>0x3){case 0x1:_0xb9c965[_0x7017('0x40')]=_0x16e560[_0x7017('0x3f')]();break;case 0x2:_0xb9c965[_0x7017('0x1f')]=_0x16e560['bool']();break;case 0x3:_0xb9c965[_0x7017('0x1')]=_0x16e560[_0x7017('0x12')]();break;case 0x4:if(_0xb9c965[_0x7017('0x72')]&&_0xb9c965[_0x7017('0x72')]['length']||(_0xb9c965['path']=[]),0x2==(0x7&_0xd7486c)){let _0x2e5f0e=_0x16e560[_0x7017('0x4e')]()+_0x16e560['pos'];for(;_0x16e560[_0x7017('0x5e')]<_0x2e5f0e;)_0xb9c965[_0x7017('0x72')][_0x7017('0x32')](_0x16e560[_0x7017('0x4e')]());}else _0xb9c965['path']['push'](_0x16e560['uint32']());break;case 0x5:_0xb9c965[_0x7017('0x74')]=_0x16e560[_0x7017('0x3f')]();break;default:_0x16e560[_0x7017('0x65')](0x7&_0xd7486c);}}return _0xb9c965;},_0xe207f5[_0x7017('0x3')]=function(_0x170c52){return _0x170c52 instanceof j||(_0x170c52=new j(_0x170c52)),this[_0x7017('0xd')](_0x170c52,_0x170c52['uint32']());},_0xe207f5[_0x7017('0x82')]=function(_0x543a19){if(_0x7017('0x36')!=typeof _0x543a19||null===_0x543a19)return _0x7017('0x7c');if(null!=_0x543a19['root']&&_0x543a19[_0x7017('0x8c')]('root')&&!k['isString'](_0x543a19[_0x7017('0x40')]))return _0x7017('0x62');if(null!=_0x543a19[_0x7017('0x1f')]&&_0x543a19[_0x7017('0x8c')](_0x7017('0x1f'))&&_0x7017('0x63')!=typeof _0x543a19['rootMain'])return _0x7017('0x58');if(null!=_0x543a19[_0x7017('0x1')]&&_0x543a19['hasOwnProperty'](_0x7017('0x1'))&&'boolean'!=typeof _0x543a19[_0x7017('0x1')])return _0x7017('0x5c');if(null!=_0x543a19[_0x7017('0x72')]&&_0x543a19[_0x7017('0x8c')](_0x7017('0x72'))){if(!Array[_0x7017('0x57')](_0x543a19[_0x7017('0x72')]))return'path:\x20array\x20expected';for(let _0x656b90=0x0;_0x656b90<_0x543a19[_0x7017('0x72')]['length'];++_0x656b90)if(!k[_0x7017('0x1e')](_0x543a19[_0x7017('0x72')][_0x656b90]))return _0x7017('0x90');}return null!=_0x543a19[_0x7017('0x74')]&&_0x543a19[_0x7017('0x8c')](_0x7017('0x74'))&&!k['isString'](_0x543a19['stickiness'])?_0x7017('0x7'):null;},_0xe207f5[_0x7017('0x3e')]=function(_0x22a4b3){if(_0x22a4b3 instanceof v['Position'])return _0x22a4b3;let _0x3ce5a6=new v[(_0x7017('0x6c'))]();if(null!=_0x22a4b3[_0x7017('0x40')]&&(_0x3ce5a6['root']=String(_0x22a4b3[_0x7017('0x40')])),null!=_0x22a4b3['rootMain']&&(_0x3ce5a6['rootMain']=Boolean(_0x22a4b3[_0x7017('0x1f')])),null!=_0x22a4b3[_0x7017('0x1')]&&(_0x3ce5a6[_0x7017('0x1')]=Boolean(_0x22a4b3['rootGraveyard'])),_0x22a4b3[_0x7017('0x72')]){if(!Array['isArray'](_0x22a4b3[_0x7017('0x72')]))throw TypeError(_0x7017('0x8b'));_0x3ce5a6[_0x7017('0x72')]=[];for(let _0x19965b=0x0;_0x19965b<_0x22a4b3[_0x7017('0x72')][_0x7017('0x42')];++_0x19965b)_0x3ce5a6[_0x7017('0x72')][_0x19965b]=_0x22a4b3[_0x7017('0x72')][_0x19965b]>>>0x0;}return null!=_0x22a4b3['stickiness']&&(_0x3ce5a6[_0x7017('0x74')]=String(_0x22a4b3['stickiness'])),_0x3ce5a6;},_0xe207f5[_0x7017('0x2c')]=function(_0x5a13fd,_0x4a1b95){_0x4a1b95||(_0x4a1b95={});let _0x29cdf5={};if((_0x4a1b95[_0x7017('0x47')]||_0x4a1b95[_0x7017('0x7a')])&&(_0x29cdf5['path']=[]),_0x4a1b95[_0x7017('0x7a')]&&(_0x29cdf5[_0x7017('0x40')]='',_0x29cdf5[_0x7017('0x1f')]=!0x1,_0x29cdf5[_0x7017('0x1')]=!0x1,_0x29cdf5[_0x7017('0x74')]=''),null!=_0x5a13fd[_0x7017('0x40')]&&_0x5a13fd[_0x7017('0x8c')]('root')&&(_0x29cdf5[_0x7017('0x40')]=_0x5a13fd[_0x7017('0x40')]),null!=_0x5a13fd['rootMain']&&_0x5a13fd[_0x7017('0x8c')]('rootMain')&&(_0x29cdf5['rootMain']=_0x5a13fd[_0x7017('0x1f')]),null!=_0x5a13fd[_0x7017('0x1')]&&_0x5a13fd[_0x7017('0x8c')](_0x7017('0x1'))&&(_0x29cdf5[_0x7017('0x1')]=_0x5a13fd[_0x7017('0x1')]),_0x5a13fd[_0x7017('0x72')]&&_0x5a13fd[_0x7017('0x72')][_0x7017('0x42')]){_0x29cdf5[_0x7017('0x72')]=[];for(let _0x53d184=0x0;_0x53d184<_0x5a13fd[_0x7017('0x72')][_0x7017('0x42')];++_0x53d184)_0x29cdf5['path'][_0x53d184]=_0x5a13fd['path'][_0x53d184];}return null!=_0x5a13fd[_0x7017('0x74')]&&_0x5a13fd[_0x7017('0x8c')]('stickiness')&&(_0x29cdf5[_0x7017('0x74')]=_0x5a13fd['stickiness']),_0x29cdf5;},_0xe207f5[_0x7017('0x46')]['toJSON']=function(){return this[_0x7017('0x2b')][_0x7017('0x2c')](this,_0x3642c[_0x7017('0x76')][_0x7017('0x4d')]);},_0xe207f5[_0x7017('0x23')]=function(_0x389873){return void 0x0===_0x389873&&(_0x389873=_0x7017('0x91')),_0x389873+'/Position';},_0xe207f5;})();export const Range=v['Range']=(()=>{function _0x4170d6(_0x21b1d9){if(_0x21b1d9)for(let _0x2eeabf=Object[_0x7017('0x20')](_0x21b1d9),_0x269d0a=0x0;_0x269d0a<_0x2eeabf[_0x7017('0x42')];++_0x269d0a)null!=_0x21b1d9[_0x2eeabf[_0x269d0a]]&&(this[_0x2eeabf[_0x269d0a]]=_0x21b1d9[_0x2eeabf[_0x269d0a]]);}return _0x4170d6['prototype']['start']=null,_0x4170d6[_0x7017('0x46')]['end']=null,_0x4170d6[_0x7017('0x79')]=function(_0x2ddab1){return new _0x4170d6(_0x2ddab1);},_0x4170d6[_0x7017('0x6')]=function(_0x5c733f,_0x4a17ab){return _0x4a17ab||(_0x4a17ab=y[_0x7017('0x79')]()),null!=_0x5c733f[_0x7017('0x73')]&&Object[_0x7017('0x8c')][_0x7017('0x6a')](_0x5c733f,'start')&&v[_0x7017('0x6c')][_0x7017('0x6')](_0x5c733f['start'],_0x4a17ab[_0x7017('0x4e')](0xa)[_0x7017('0x8f')]())['ldelim'](),null!=_0x5c733f[_0x7017('0x89')]&&Object['hasOwnProperty'][_0x7017('0x6a')](_0x5c733f,_0x7017('0x89'))&&v['Position'][_0x7017('0x6')](_0x5c733f[_0x7017('0x89')],_0x4a17ab[_0x7017('0x4e')](0x12)[_0x7017('0x8f')]())[_0x7017('0x2')](),_0x4a17ab;},_0x4170d6[_0x7017('0x14')]=function(_0xa287e7,_0x2f5e5a){return this['encode'](_0xa287e7,_0x2f5e5a)[_0x7017('0x2')]();},_0x4170d6['decode']=function(_0x29eeb2,_0x3f7c0b){_0x29eeb2 instanceof j||(_0x29eeb2=j[_0x7017('0x79')](_0x29eeb2));let _0x342a30=void 0x0===_0x3f7c0b?_0x29eeb2['len']:_0x29eeb2[_0x7017('0x5e')]+_0x3f7c0b,_0x1e8164=new v['Range']();for(;_0x29eeb2[_0x7017('0x5e')]<_0x342a30;){let _0xe4ffe5=_0x29eeb2[_0x7017('0x4e')]();switch(_0xe4ffe5>>>0x3){case 0x1:_0x1e8164[_0x7017('0x73')]=v[_0x7017('0x6c')][_0x7017('0xd')](_0x29eeb2,_0x29eeb2['uint32']());break;case 0x2:_0x1e8164['end']=v[_0x7017('0x6c')][_0x7017('0xd')](_0x29eeb2,_0x29eeb2[_0x7017('0x4e')]());break;default:_0x29eeb2[_0x7017('0x65')](0x7&_0xe4ffe5);}}return _0x1e8164;},_0x4170d6['decodeDelimited']=function(_0x274f77){return _0x274f77 instanceof j||(_0x274f77=new j(_0x274f77)),this[_0x7017('0xd')](_0x274f77,_0x274f77[_0x7017('0x4e')]());},_0x4170d6[_0x7017('0x82')]=function(_0x13eb8e){if(_0x7017('0x36')!=typeof _0x13eb8e||null===_0x13eb8e)return _0x7017('0x7c');if(null!=_0x13eb8e[_0x7017('0x73')]&&_0x13eb8e['hasOwnProperty'](_0x7017('0x73'))){let _0x5ad731=v[_0x7017('0x6c')]['verify'](_0x13eb8e['start']);if(_0x5ad731)return _0x7017('0x7b')+_0x5ad731;}if(null!=_0x13eb8e['end']&&_0x13eb8e['hasOwnProperty'](_0x7017('0x89'))){let _0x121cd2=v[_0x7017('0x6c')][_0x7017('0x82')](_0x13eb8e['end']);if(_0x121cd2)return'end.'+_0x121cd2;}return null;},_0x4170d6[_0x7017('0x3e')]=function(_0x77b742){if(_0x77b742 instanceof v[_0x7017('0x18')])return _0x77b742;let _0x48f2d9=new v[(_0x7017('0x18'))]();if(null!=_0x77b742[_0x7017('0x73')]){if('object'!=typeof _0x77b742[_0x7017('0x73')])throw TypeError('.Range.start:\x20object\x20expected');_0x48f2d9[_0x7017('0x73')]=v[_0x7017('0x6c')][_0x7017('0x3e')](_0x77b742[_0x7017('0x73')]);}if(null!=_0x77b742[_0x7017('0x89')]){if('object'!=typeof _0x77b742[_0x7017('0x89')])throw TypeError(_0x7017('0x56'));_0x48f2d9[_0x7017('0x89')]=v[_0x7017('0x6c')][_0x7017('0x3e')](_0x77b742[_0x7017('0x89')]);}return _0x48f2d9;},_0x4170d6[_0x7017('0x2c')]=function(_0x5db756,_0x56f7d2){_0x56f7d2||(_0x56f7d2={});let _0x45c957={};return _0x56f7d2['defaults']&&(_0x45c957['start']=null,_0x45c957[_0x7017('0x89')]=null),null!=_0x5db756[_0x7017('0x73')]&&_0x5db756['hasOwnProperty'](_0x7017('0x73'))&&(_0x45c957['start']=v[_0x7017('0x6c')][_0x7017('0x2c')](_0x5db756[_0x7017('0x73')],_0x56f7d2)),null!=_0x5db756[_0x7017('0x89')]&&_0x5db756[_0x7017('0x8c')](_0x7017('0x89'))&&(_0x45c957['end']=v[_0x7017('0x6c')][_0x7017('0x2c')](_0x5db756[_0x7017('0x89')],_0x56f7d2)),_0x45c957;},_0x4170d6['prototype'][_0x7017('0x1c')]=function(){return this['constructor'][_0x7017('0x2c')](this,_0x3642c[_0x7017('0x76')]['toJSONOptions']);},_0x4170d6[_0x7017('0x23')]=function(_0x49303d){return void 0x0===_0x49303d&&(_0x49303d='type.googleapis.com'),_0x49303d+_0x7017('0x8a');},_0x4170d6;})();export const Element=v['Element']=(()=>{function _0x483b2c(_0x3c8619){if(this[_0x7017('0x8e')]=[],this[_0x7017('0x48')]={},_0x3c8619)for(let _0x182944=Object[_0x7017('0x20')](_0x3c8619),_0x4b7bfe=0x0;_0x4b7bfe<_0x182944[_0x7017('0x42')];++_0x4b7bfe)null!=_0x3c8619[_0x182944[_0x4b7bfe]]&&(this[_0x182944[_0x4b7bfe]]=_0x3c8619[_0x182944[_0x4b7bfe]]);}return _0x483b2c[_0x7017('0x46')][_0x7017('0x49')]='',_0x483b2c[_0x7017('0x46')][_0x7017('0x8e')]=k[_0x7017('0x85')],_0x483b2c[_0x7017('0x46')][_0x7017('0x7e')]='',_0x483b2c[_0x7017('0x46')][_0x7017('0x48')]=k[_0x7017('0x3c')],_0x483b2c[_0x7017('0x46')][_0x7017('0x45')]='',_0x483b2c[_0x7017('0x79')]=function(_0x4af843){return new _0x483b2c(_0x4af843);},_0x483b2c[_0x7017('0x6')]=function(_0x3d75e2,_0x807f36){if(_0x807f36||(_0x807f36=y[_0x7017('0x79')]()),null!=_0x3d75e2[_0x7017('0x49')]&&Object[_0x7017('0x8c')][_0x7017('0x6a')](_0x3d75e2,'name')&&_0x807f36[_0x7017('0x4e')](0xa)[_0x7017('0x3f')](_0x3d75e2[_0x7017('0x49')]),null!=_0x3d75e2['children']&&_0x3d75e2[_0x7017('0x8e')][_0x7017('0x42')])for(let _0x41c0a8=0x0;_0x41c0a8<_0x3d75e2['children'][_0x7017('0x42')];++_0x41c0a8)v['Element'][_0x7017('0x6')](_0x3d75e2[_0x7017('0x8e')][_0x41c0a8],_0x807f36['uint32'](0x12)[_0x7017('0x8f')]())['ldelim']();if(null!=_0x3d75e2['data']&&Object['hasOwnProperty'][_0x7017('0x6a')](_0x3d75e2,_0x7017('0x7e'))&&_0x807f36[_0x7017('0x4e')](0x1a)[_0x7017('0x3f')](_0x3d75e2[_0x7017('0x7e')]),null!=_0x3d75e2['attributesBoolean']&&Object[_0x7017('0x8c')][_0x7017('0x6a')](_0x3d75e2,_0x7017('0x48')))for(let _0xb7e94=Object[_0x7017('0x20')](_0x3d75e2[_0x7017('0x48')]),_0x3aa5d3=0x0;_0x3aa5d3<_0xb7e94['length'];++_0x3aa5d3)_0x807f36[_0x7017('0x4e')](0x22)[_0x7017('0x8f')]()['uint32'](0xa)[_0x7017('0x3f')](_0xb7e94[_0x3aa5d3])[_0x7017('0x4e')](0x10)[_0x7017('0x12')](_0x3d75e2[_0x7017('0x48')][_0xb7e94[_0x3aa5d3]])['ldelim']();return null!=_0x3d75e2[_0x7017('0x45')]&&Object[_0x7017('0x8c')][_0x7017('0x6a')](_0x3d75e2,_0x7017('0x45'))&&_0x807f36[_0x7017('0x4e')](0x2a)[_0x7017('0x3f')](_0x3d75e2[_0x7017('0x45')]),_0x807f36;},_0x483b2c['encodeDelimited']=function(_0x4d63db,_0x19ec0b){return this[_0x7017('0x6')](_0x4d63db,_0x19ec0b)[_0x7017('0x2')]();},_0x483b2c['decode']=function(_0x1186cd,_0x3c66a4){_0x1186cd instanceof j||(_0x1186cd=j[_0x7017('0x79')](_0x1186cd));let _0x4786ad,_0x50e0a3,_0x2e9587=void 0x0===_0x3c66a4?_0x1186cd[_0x7017('0x28')]:_0x1186cd[_0x7017('0x5e')]+_0x3c66a4,_0x92bdc7=new v['Element']();for(;_0x1186cd[_0x7017('0x5e')]<_0x2e9587;){let _0x3ec6f8=_0x1186cd[_0x7017('0x4e')]();switch(_0x3ec6f8>>>0x3){case 0x1:_0x92bdc7[_0x7017('0x49')]=_0x1186cd[_0x7017('0x3f')]();break;case 0x2:_0x92bdc7[_0x7017('0x8e')]&&_0x92bdc7['children'][_0x7017('0x42')]||(_0x92bdc7[_0x7017('0x8e')]=[]),_0x92bdc7['children'][_0x7017('0x32')](v[_0x7017('0x75')]['decode'](_0x1186cd,_0x1186cd[_0x7017('0x4e')]()));break;case 0x3:_0x92bdc7['data']=_0x1186cd['string']();break;case 0x4:{_0x92bdc7['attributesBoolean']===k[_0x7017('0x3c')]&&(_0x92bdc7[_0x7017('0x48')]={});let _0x49b00d=_0x1186cd['uint32']()+_0x1186cd['pos'];for(_0x4786ad='',_0x50e0a3=!0x1;_0x1186cd['pos']<_0x49b00d;){let _0x57d74e=_0x1186cd['uint32']();switch(_0x57d74e>>>0x3){case 0x1:_0x4786ad=_0x1186cd[_0x7017('0x3f')]();break;case 0x2:_0x50e0a3=_0x1186cd[_0x7017('0x12')]();break;default:_0x1186cd[_0x7017('0x65')](0x7&_0x57d74e);}}_0x92bdc7[_0x7017('0x48')][_0x4786ad]=_0x50e0a3;break;}case 0x5:_0x92bdc7['attributesJson']=_0x1186cd[_0x7017('0x3f')]();break;default:_0x1186cd[_0x7017('0x65')](0x7&_0x3ec6f8);}}return _0x92bdc7;},_0x483b2c['decodeDelimited']=function(_0x209807){return _0x209807 instanceof j||(_0x209807=new j(_0x209807)),this['decode'](_0x209807,_0x209807['uint32']());},_0x483b2c[_0x7017('0x82')]=function(_0x405eb8){if(_0x7017('0x36')!=typeof _0x405eb8||null===_0x405eb8)return _0x7017('0x7c');if(null!=_0x405eb8['name']&&_0x405eb8['hasOwnProperty'](_0x7017('0x49'))&&!k[_0x7017('0x4')](_0x405eb8[_0x7017('0x49')]))return _0x7017('0x37');if(null!=_0x405eb8['children']&&_0x405eb8['hasOwnProperty'](_0x7017('0x8e'))){if(!Array[_0x7017('0x57')](_0x405eb8[_0x7017('0x8e')]))return _0x7017('0x3b');for(let _0x284e58=0x0;_0x284e58<_0x405eb8['children']['length'];++_0x284e58){let _0x3ca993=v[_0x7017('0x75')][_0x7017('0x82')](_0x405eb8[_0x7017('0x8e')][_0x284e58]);if(_0x3ca993)return _0x7017('0x3d')+_0x3ca993;}}if(null!=_0x405eb8[_0x7017('0x7e')]&&_0x405eb8[_0x7017('0x8c')](_0x7017('0x7e'))&&!k['isString'](_0x405eb8[_0x7017('0x7e')]))return _0x7017('0x38');if(null!=_0x405eb8[_0x7017('0x48')]&&_0x405eb8[_0x7017('0x8c')]('attributesBoolean')){if(!k['isObject'](_0x405eb8[_0x7017('0x48')]))return'attributesBoolean:\x20object\x20expected';let _0x1c3c4c=Object[_0x7017('0x20')](_0x405eb8[_0x7017('0x48')]);for(let _0x196ade=0x0;_0x196ade<_0x1c3c4c[_0x7017('0x42')];++_0x196ade)if(_0x7017('0x63')!=typeof _0x405eb8[_0x7017('0x48')][_0x1c3c4c[_0x196ade]])return _0x7017('0x2e');}return null!=_0x405eb8[_0x7017('0x45')]&&_0x405eb8[_0x7017('0x8c')](_0x7017('0x45'))&&!k['isString'](_0x405eb8[_0x7017('0x45')])?'attributesJson:\x20string\x20expected':null;},_0x483b2c[_0x7017('0x3e')]=function(_0x4b4030){if(_0x4b4030 instanceof v[_0x7017('0x75')])return _0x4b4030;let _0x10a5cb=new v['Element']();if(null!=_0x4b4030[_0x7017('0x49')]&&(_0x10a5cb[_0x7017('0x49')]=String(_0x4b4030[_0x7017('0x49')])),_0x4b4030[_0x7017('0x8e')]){if(!Array['isArray'](_0x4b4030[_0x7017('0x8e')]))throw TypeError(_0x7017('0x6e'));_0x10a5cb[_0x7017('0x8e')]=[];for(let _0x3257be=0x0;_0x3257be<_0x4b4030[_0x7017('0x8e')]['length'];++_0x3257be){if(_0x7017('0x36')!=typeof _0x4b4030[_0x7017('0x8e')][_0x3257be])throw TypeError(_0x7017('0x1b'));_0x10a5cb[_0x7017('0x8e')][_0x3257be]=v['Element'][_0x7017('0x3e')](_0x4b4030[_0x7017('0x8e')][_0x3257be]);}}if(null!=_0x4b4030[_0x7017('0x7e')]&&(_0x10a5cb[_0x7017('0x7e')]=String(_0x4b4030['data'])),_0x4b4030[_0x7017('0x48')]){if(_0x7017('0x36')!=typeof _0x4b4030[_0x7017('0x48')])throw TypeError('.Element.attributesBoolean:\x20object\x20expected');_0x10a5cb[_0x7017('0x48')]={};for(let _0x3af3e8=Object[_0x7017('0x20')](_0x4b4030[_0x7017('0x48')]),_0x26d46a=0x0;_0x26d46a<_0x3af3e8[_0x7017('0x42')];++_0x26d46a)_0x10a5cb[_0x7017('0x48')][_0x3af3e8[_0x26d46a]]=Boolean(_0x4b4030['attributesBoolean'][_0x3af3e8[_0x26d46a]]);}return null!=_0x4b4030[_0x7017('0x45')]&&(_0x10a5cb[_0x7017('0x45')]=String(_0x4b4030[_0x7017('0x45')])),_0x10a5cb;},_0x483b2c[_0x7017('0x2c')]=function(_0x5490af,_0x1208cb){_0x1208cb||(_0x1208cb={});let _0x4d7c14,_0x16c84b={};if((_0x1208cb[_0x7017('0x47')]||_0x1208cb['defaults'])&&(_0x16c84b['children']=[]),(_0x1208cb[_0x7017('0x68')]||_0x1208cb['defaults'])&&(_0x16c84b[_0x7017('0x48')]={}),_0x1208cb[_0x7017('0x7a')]&&(_0x16c84b['name']='',_0x16c84b[_0x7017('0x7e')]='',_0x16c84b[_0x7017('0x45')]=''),null!=_0x5490af[_0x7017('0x49')]&&_0x5490af[_0x7017('0x8c')](_0x7017('0x49'))&&(_0x16c84b['name']=_0x5490af['name']),_0x5490af['children']&&_0x5490af[_0x7017('0x8e')][_0x7017('0x42')]){_0x16c84b[_0x7017('0x8e')]=[];for(let _0x436e71=0x0;_0x436e71<_0x5490af[_0x7017('0x8e')][_0x7017('0x42')];++_0x436e71)_0x16c84b['children'][_0x436e71]=v[_0x7017('0x75')][_0x7017('0x2c')](_0x5490af[_0x7017('0x8e')][_0x436e71],_0x1208cb);}if(null!=_0x5490af['data']&&_0x5490af[_0x7017('0x8c')](_0x7017('0x7e'))&&(_0x16c84b[_0x7017('0x7e')]=_0x5490af[_0x7017('0x7e')]),_0x5490af[_0x7017('0x48')]&&(_0x4d7c14=Object['keys'](_0x5490af['attributesBoolean']))[_0x7017('0x42')]){_0x16c84b[_0x7017('0x48')]={};for(let _0x4e6a35=0x0;_0x4e6a35<_0x4d7c14[_0x7017('0x42')];++_0x4e6a35)_0x16c84b[_0x7017('0x48')][_0x4d7c14[_0x4e6a35]]=_0x5490af[_0x7017('0x48')][_0x4d7c14[_0x4e6a35]];}return null!=_0x5490af[_0x7017('0x45')]&&_0x5490af[_0x7017('0x8c')](_0x7017('0x45'))&&(_0x16c84b['attributesJson']=_0x5490af[_0x7017('0x45')]),_0x16c84b;},_0x483b2c[_0x7017('0x46')][_0x7017('0x1c')]=function(){return this[_0x7017('0x2b')][_0x7017('0x2c')](this,_0x3642c[_0x7017('0x76')][_0x7017('0x4d')]);},_0x483b2c['getTypeUrl']=function(_0x446b81){return void 0x0===_0x446b81&&(_0x446b81=_0x7017('0x91')),_0x446b81+_0x7017('0x3a');},_0x483b2c;})();export{v as default};
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x1677=['decompress','__className','compress','startsWith','name','MarkerOperation','_omittedNamespace','length'];(function(_0xcaae91,_0x167736){const _0x4ea36d=function(_0x34f77b){while(--_0x34f77b){_0xcaae91['push'](_0xcaae91['shift']());}};_0x4ea36d(++_0x167736);}(_0x1677,0x99));const _0x4ea3=function(_0xcaae91,_0x167736){_0xcaae91=_0xcaae91-0x0;let _0x4ea36d=_0x1677[_0xcaae91];return _0x4ea36d;};import _0x44a4ba from'./markeroperationcompressor';export default class a extends _0x44a4ba{constructor(_0x5d65c1,_0x13aa43,_0x285099,_0x4c5f12){super(_0x5d65c1,_0x13aa43,_0x285099),this['_omittedNamespace']=_0x4c5f12+':';}['compress'](_0x43427f,_0x41d356){return!(_0x4ea3('0x4')!=_0x41d356[0x0][_0x4ea3('0x0')]||!_0x41d356[0x0][_0x4ea3('0x3')][_0x4ea3('0x2')](this['_omittedNamespace']))&&(_0x41d356[0x0][_0x4ea3('0x3')]=_0x41d356[0x0][_0x4ea3('0x3')]['replace'](new RegExp('^'+this[_0x4ea3('0x5')]),''),super[_0x4ea3('0x1')](_0x43427f,_0x41d356),!0x0);}[_0x4ea3('0x7')](_0x15bbe9,_0x50168b){super['decompress'](_0x15bbe9,_0x50168b);const _0x88bcb1=_0x15bbe9[_0x15bbe9[_0x4ea3('0x6')]-0x1];_0x88bcb1[_0x4ea3('0x3')]=this[_0x4ea3('0x5')]+_0x88bcb1[_0x4ea3('0x3')];}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x2b01=['_protobufDescriptor','Boolean','newValue','shift','compress','push','decompress','_id','oldValue','_deserializeOneOf','stringify','boolean','buffers','Json','__className','parse','_serializeOneOf'];(function(_0x2c2304,_0x2b0147){const _0x267103=function(_0x473219){while(--_0x473219){_0x2c2304['push'](_0x2c2304['shift']());}};_0x267103(++_0x2b0147);}(_0x2b01,0x11d));const _0x2671=function(_0x2c2304,_0x2b0147){_0x2c2304=_0x2c2304-0x0;let _0x267103=_0x2b01[_0x2c2304];return _0x267103;};import _0x14cb3c from'./operationcompressor';import{parsePositionBeforeCompression as _0x476dca,parsePositionAfterCompression as _0x3a8716}from'../utils';export default class i extends _0x14cb3c{[_0x2671('0x8')](_0x2128fa,_0x12b8d3){const _0xc74352=_0x12b8d3[_0x2671('0x7')]();return this[_0x2671('0x3')]('oldValue',_0xc74352),this[_0x2671('0x3')](_0x2671('0x6'),_0xc74352),_0x476dca(_0xc74352),_0x2128fa[_0x2671('0x10')][_0x2671('0x9')](this[_0x2671('0x4')][_0x2671('0x8')](_0xc74352)),_0x2128fa['types'][_0x2671('0x9')](this[_0x2671('0xb')]),!0x0;}[_0x2671('0xa')](_0x3f35b9,_0x5306b2){const {types:_0x5b1923,buffers:_0x55e0c5}=_0x5306b2,_0x28a649=this['_protobufDescriptor'][_0x2671('0xa')](_0x55e0c5[_0x2671('0x7')]());_0x5b1923['shift'](),this[_0x2671('0xd')](_0x2671('0xc'),_0x28a649),this[_0x2671('0xd')]('newValue',_0x28a649),_0x3a8716(_0x28a649),_0x28a649[_0x2671('0x1')]=this['_operationName'],_0x3f35b9['push'](_0x28a649);}[_0x2671('0x3')](_0xb144bb,_0x2bb3f5){const _0x1b44c0=_0x2bb3f5[_0xb144bb];_0x2671('0xf')==typeof _0x1b44c0?_0x2bb3f5[_0xb144bb+_0x2671('0x5')]=_0x1b44c0:_0x2bb3f5[_0xb144bb+_0x2671('0x0')]=JSON[_0x2671('0xe')](_0x1b44c0);}[_0x2671('0xd')](_0x143a53,_0x3f0715){const _0x1ff4bf=_0x143a53+_0x2671('0x0');_0x3f0715[_0x1ff4bf]?(_0x3f0715[_0x143a53]=JSON[_0x2671('0x2')](_0x3f0715[_0x1ff4bf]),delete _0x3f0715[_0x1ff4bf]):(_0x3f0715[_0x143a53]=_0x3f0715[_0x143a53+_0x2671('0x5')],delete _0x3f0715[_0x143a53+_0x2671('0x5')]);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x4a17=['compress','types','boolean','children','every','_serializeNodesAttributes','parse','nodes','_deserializeNodesAttributes','_areValuesBoolean','buffers','keys','attributes','__className','attributesJson','decompress','_operationName','shift','push','_protobufDescriptor','attributesBoolean','_id'];(function(_0x53f424,_0x4a171b){const _0xab30eb=function(_0x5af2ca){while(--_0x5af2ca){_0x53f424['push'](_0x53f424['shift']());}};_0xab30eb(++_0x4a171b);}(_0x4a17,0x1c5));const _0xab30=function(_0x53f424,_0x4a171b){_0x53f424=_0x53f424-0x0;let _0xab30eb=_0x4a17[_0x53f424];return _0xab30eb;};import _0x5d2c11 from'./operationcompressor';import{parsePositionBeforeCompression as _0x54063a,parsePositionAfterCompression as _0x11f12f}from'../utils';export default class s extends _0x5d2c11{[_0xab30('0x9')](_0x1bd4bc,_0x5ae013){const _0x1247d4=_0x5ae013[_0xab30('0x4')]();return this[_0xab30('0xe')](_0x1247d4[_0xab30('0x10')]),_0x54063a(_0x1247d4),_0x1bd4bc[_0xab30('0x13')][_0xab30('0x5')](this[_0xab30('0x6')][_0xab30('0x9')](_0x1247d4)),_0x1bd4bc[_0xab30('0xa')][_0xab30('0x5')](this[_0xab30('0x8')]),!0x0;}['decompress'](_0x3f8341,_0x61df5f){const {types:_0x1ff299,buffers:_0x3a670a}=_0x61df5f,_0x3c8d83=this['_protobufDescriptor'][_0xab30('0x2')](_0x3a670a[_0xab30('0x4')]());_0x1ff299[_0xab30('0x4')](),_0x3c8d83[_0xab30('0x10')]||(_0x3c8d83[_0xab30('0x10')]=[]),this[_0xab30('0x11')](_0x3c8d83[_0xab30('0x10')]),_0x11f12f(_0x3c8d83),_0x3c8d83[_0xab30('0x0')]=this[_0xab30('0x3')],_0x3f8341[_0xab30('0x5')](_0x3c8d83);}['_serializeNodesAttributes'](_0x5d16a6){for(const _0x22837c of _0x5d16a6){if(_0x22837c[_0xab30('0x15')]){const _0x16f318=_0x22837c[_0xab30('0x15')];this[_0xab30('0x12')](_0x16f318)?_0x22837c[_0xab30('0x7')]=_0x16f318:_0x22837c[_0xab30('0x1')]=JSON['stringify'](_0x16f318);}_0x22837c[_0xab30('0xc')]&&this[_0xab30('0xe')](_0x22837c[_0xab30('0xc')]);}}['_deserializeNodesAttributes'](_0x2cefcc){for(const _0x4221b6 of _0x2cefcc)(_0x4221b6[_0xab30('0x7')]||_0x4221b6['attributesJson'])&&(_0x4221b6[_0xab30('0x7')]?(_0x4221b6['attributes']=_0x4221b6[_0xab30('0x7')],delete _0x4221b6['attributesBoolean']):(_0x4221b6[_0xab30('0x15')]=JSON[_0xab30('0xf')](_0x4221b6['attributesJson']),delete _0x4221b6[_0xab30('0x1')])),_0x4221b6[_0xab30('0xc')]&&this[_0xab30('0x11')](_0x4221b6[_0xab30('0xc')]);}[_0xab30('0x12')](_0x436de2){return Object[_0xab30('0x14')](_0x436de2)[_0xab30('0xd')](_0x2a67ce=>_0xab30('0xb')==typeof _0x436de2[_0x2a67ce]);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x216a=['newRange','length','oldRange','decompress'];(function(_0x12d77f,_0x216ab3){const _0x1d91ba=function(_0x3ca9c3){while(--_0x3ca9c3){_0x12d77f['push'](_0x12d77f['shift']());}};_0x1d91ba(++_0x216ab3);}(_0x216a,0x68));const _0x1d91=function(_0x12d77f,_0x216ab3){_0x12d77f=_0x12d77f-0x0;let _0x1d91ba=_0x216a[_0x12d77f];return _0x1d91ba;};import _0x4fffdf from'./operationcompressor';export default class n extends _0x4fffdf{['decompress'](_0x8ba554,_0x1a382f){super[_0x1d91('0x3')](_0x8ba554,_0x1a382f);const _0x3f10b7=_0x8ba554[_0x8ba554[_0x1d91('0x1')]-0x1];_0x3f10b7['oldRange']||(_0x3f10b7[_0x1d91('0x2')]=null),_0x3f10b7[_0x1d91('0x0')]||(_0x3f10b7[_0x1d91('0x0')]=null);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
var _0x3070=['_id','shift','decompress','push','compress','types'];(function(_0x30c94f,_0x3070b8){var _0x42d94d=function(_0x36bbb3){while(--_0x36bbb3){_0x30c94f['push'](_0x30c94f['shift']());}};_0x42d94d(++_0x3070b8);}(_0x3070,0x131));var _0x42d9=function(_0x30c94f,_0x3070b8){_0x30c94f=_0x30c94f-0x0;var _0x42d94d=_0x3070[_0x30c94f];return _0x42d94d;};import _0x20413d from'./operationcompressor';export default class p extends _0x20413d{[_0x42d9('0x5')](_0x54bcdc,_0x4c6dee){return _0x4c6dee[_0x42d9('0x2')](),_0x54bcdc[_0x42d9('0x0')][_0x42d9('0x4')](this[_0x42d9('0x1')]),!0x0;}[_0x42d9('0x3')](_0x68b79,_0x508fb2){_0x508fb2[_0x42d9('0x0')]['shift'](),_0x68b79[_0x42d9('0x4')]({'__className':this['_operationName']});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x2cd7=['types','compress','_protobufDescriptor','shift','_operationName','_id','__className','decompress','push'];(function(_0x4d9a83,_0x2cd7b9){const _0x20e672=function(_0x5779a6){while(--_0x5779a6){_0x4d9a83['push'](_0x4d9a83['shift']());}};_0x20e672(++_0x2cd7b9);}(_0x2cd7,0x1aa));const _0x20e6=function(_0x4d9a83,_0x2cd7b9){_0x4d9a83=_0x4d9a83-0x0;let _0x20e672=_0x2cd7[_0x4d9a83];return _0x20e672;};import{parsePositionBeforeCompression as _0x3924c6,parsePositionAfterCompression as _0x4fa630}from'../utils';export default class e{constructor(_0x1e7187,_0x272554,_0x5c1e43){this[_0x20e6('0x2')]=_0x1e7187,this[_0x20e6('0x1')]=_0x272554,this[_0x20e6('0x8')]=_0x5c1e43;}[_0x20e6('0x7')](_0x211097,_0x5f28d8){const _0xee4865=_0x5f28d8['shift']();return _0x3924c6(_0xee4865),_0x211097['buffers']['push'](this[_0x20e6('0x8')][_0x20e6('0x7')](_0xee4865)),_0x211097[_0x20e6('0x6')][_0x20e6('0x5')](this[_0x20e6('0x2')]),!0x0;}[_0x20e6('0x4')](_0x23c53b,_0x532232){_0x532232[_0x20e6('0x6')][_0x20e6('0x0')]();const _0x342c19=this[_0x20e6('0x8')]['decompress'](_0x532232['buffers'][_0x20e6('0x0')]());_0x4fa630(_0x342c19),_0x342c19[_0x20e6('0x3')]=this['_operationName'],_0x23c53b[_0x20e6('0x5')](_0x342c19);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
var _0x21dd=['bool','string','Range','uint32','Position','repeated'];(function(_0x5b3770,_0x21dda6){var _0x49939f=function(_0x1a1b5b){while(--_0x1a1b5b){_0x5b3770['push'](_0x5b3770['shift']());}};_0x49939f(++_0x21dda6);}(_0x21dd,0x1e3));var _0x4993=function(_0x5b3770,_0x21dda6){_0x5b3770=_0x5b3770-0x0;var _0x49939f=_0x21dd[_0x5b3770];return _0x49939f;};'use strict';module['exports']={'AttributeOperation':{'fields':{'range':{'type':'Range','id':0x1},'key':{'type':_0x4993('0x4'),'id':0x2},'oldValueBoolean':{'type':_0x4993('0x3'),'id':0x3},'oldValueJson':{'type':_0x4993('0x4'),'id':0x4},'newValueBoolean':{'type':_0x4993('0x3'),'id':0x5},'newValueJson':{'type':_0x4993('0x4'),'id':0x6},'wasUndone':{'type':_0x4993('0x3'),'id':0x7}}},'InsertOperation':{'fields':{'position':{'type':_0x4993('0x1'),'id':0x1},'nodes':{'rule':_0x4993('0x2'),'type':'Element','id':0x2},'shouldReceiveAttributes':{'type':_0x4993('0x3'),'id':0x3},'wasUndone':{'type':_0x4993('0x3'),'id':0x4}}},'MarkerOperation':{'fields':{'name':{'type':_0x4993('0x4'),'id':0x1},'oldRange':{'type':_0x4993('0x5'),'id':0x2},'newRange':{'type':_0x4993('0x5'),'id':0x3},'affectsData':{'type':_0x4993('0x3'),'id':0x4},'wasUndone':{'type':'bool','id':0x5}}},'MergeOperation':{'fields':{'sourcePosition':{'type':_0x4993('0x1'),'id':0x1},'targetPosition':{'type':_0x4993('0x1'),'id':0x2},'graveyardPosition':{'type':_0x4993('0x1'),'id':0x3},'howMany':{'type':_0x4993('0x0'),'id':0x4},'wasUndone':{'type':'bool','id':0x5}}},'MoveOperation':{'fields':{'sourcePosition':{'type':_0x4993('0x1'),'id':0x1},'howMany':{'type':'uint32','id':0x2},'targetPosition':{'type':_0x4993('0x1'),'id':0x3},'wasUndone':{'type':_0x4993('0x3'),'id':0x4}}},'RenameOperation':{'fields':{'position':{'type':_0x4993('0x1'),'id':0x1},'oldName':{'type':_0x4993('0x4'),'id':0x2},'newName':{'type':_0x4993('0x4'),'id':0x3},'wasUndone':{'type':_0x4993('0x3'),'id':0x4}}},'RootAttributeOperation':{'fields':{'root':{'type':_0x4993('0x4'),'id':0x1},'key':{'type':'string','id':0x2},'oldValueBoolean':{'type':_0x4993('0x3'),'id':0x3},'oldValueJson':{'type':'string','id':0x4},'newValueBoolean':{'type':'bool','id':0x5},'newValueJson':{'type':_0x4993('0x4'),'id':0x6},'wasUndone':{'type':'bool','id':0x7}}},'RootOperation':{'fields':{'rootName':{'type':_0x4993('0x4'),'id':0x1},'elementName':{'type':_0x4993('0x4'),'id':0x2},'isAdd':{'type':_0x4993('0x3'),'id':0x3},'wasUndone':{'type':'bool','id':0x4}}},'SplitOperation':{'fields':{'splitPosition':{'type':_0x4993('0x1'),'id':0x1},'graveyardPosition':{'type':'Position','id':0x2},'howMany':{'type':_0x4993('0x0'),'id':0x3},'insertionPosition':{'type':_0x4993('0x1'),'id':0x4},'wasUndone':{'type':'bool','id':0x5}}},'Position':{'fields':{'root':{'type':'string','id':0x1},'rootMain':{'type':_0x4993('0x3'),'id':0x2},'rootGraveyard':{'type':_0x4993('0x3'),'id':0x3},'path':{'rule':_0x4993('0x2'),'type':_0x4993('0x0'),'id':0x4},'stickiness':{'type':_0x4993('0x4'),'id':0x5}}},'Range':{'fields':{'start':{'type':_0x4993('0x1'),'id':0x1},'end':{'type':_0x4993('0x1'),'id':0x2}}},'Element':{'fields':{'name':{'type':_0x4993('0x4'),'id':0x1},'children':{'rule':_0x4993('0x2'),'type':'Element','id':0x2},'data':{'type':'string','id':0x3},'attributesBoolean':{'keyType':_0x4993('0x4'),'type':_0x4993('0x3'),'id':0x4},'attributesJson':{'type':_0x4993('0x4'),'id':0x5}}}};
|
package/src/protobuffactory.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x5a29=['decompress','_protobufRoot','_protobuf','toObject','encode','verify','getDescriptor','create','compress','decode'];(function(_0x557c27,_0x5a2934){const _0x345615=function(_0x46d063){while(--_0x46d063){_0x557c27['push'](_0x557c27['shift']());}};_0x345615(++_0x5a2934);}(_0x5a29,0x1cb));const _0x3456=function(_0x557c27,_0x5a2934){_0x557c27=_0x557c27-0x0;let _0x345615=_0x5a29[_0x557c27];return _0x345615;};import*as _0x8d29d from'./lib/compiledmessages';export default class r{constructor(){this['_protobufRoot']=_0x8d29d;}[_0x3456('0x7')](_0x5ed47a){return new ProtobufDescriptor(this[_0x3456('0x2')][_0x5ed47a]);}}export class ProtobufDescriptor{constructor(_0x230137){this[_0x3456('0x3')]=_0x230137;}[_0x3456('0x9')](_0xc671b3){const _0x260f7a=this[_0x3456('0x3')][_0x3456('0x6')](_0xc671b3);if(_0x260f7a)throw Error(_0x260f7a);return this[_0x3456('0x3')][_0x3456('0x5')](this[_0x3456('0x3')][_0x3456('0x8')](_0xc671b3))['finish']();}[_0x3456('0x1')](_0x5e69cd){return this[_0x3456('0x3')][_0x3456('0x4')](this['_protobuf'][_0x3456('0x0')](_0x5e69cd),{'oneofs':!0x0});}}
|
package/src/utils.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0xa8f1=['$graveyard','main','rootGraveyard','length','root','path','nodes','rootMain'];(function(_0xdf222f,_0xa8f1f0){const _0x23d419=function(_0x46293e){while(--_0x46293e){_0xdf222f['push'](_0xdf222f['shift']());}};_0x23d419(++_0xa8f1f0);}(_0xa8f1,0x9e));const _0x23d4=function(_0xdf222f,_0xa8f1f0){_0xdf222f=_0xdf222f-0x0;let _0x23d419=_0xa8f1[_0xdf222f];return _0x23d419;};import{cloneDeep as _0x2b16c0,isEqual as _0x4afa06,isObject as _0x398673}from'lodash-es';export function getPositionShiftedBy(_0xda0a54,_0x2385b9){const _0x20726b=_0x2b16c0(_0xda0a54);return _0x20726b['path'][_0x20726b[_0x23d4('0x7')][_0x23d4('0x5')]-0x1]+=_0x2385b9,_0x20726b;}export function arePositionsEqual(_0x159071,_0xfa66fb){return _0x159071[_0x23d4('0x6')]===_0xfa66fb['root']&&_0x4afa06(_0x159071[_0x23d4('0x7')],_0xfa66fb[_0x23d4('0x7')]);}export function parsePositionBeforeCompression(_0x2a9d35){P(_0x2a9d35,_0x379126=>(_0x23d4('0x3')==_0x379126[_0x23d4('0x6')]?(_0x379126[_0x23d4('0x1')]=!0x0,delete _0x379126[_0x23d4('0x6')]):_0x23d4('0x2')==_0x379126['root']&&(_0x379126[_0x23d4('0x4')]=!0x0,delete _0x379126['root']),_0x379126));}export function parsePositionAfterCompression(_0x5023fe){P(_0x5023fe,_0x52452e=>(_0x52452e['rootMain']?(_0x52452e[_0x23d4('0x6')]='main',delete _0x52452e['rootMain']):_0x52452e['rootGraveyard']&&(_0x52452e[_0x23d4('0x6')]=_0x23d4('0x2'),delete _0x52452e[_0x23d4('0x4')]),_0x52452e));}function P(_0x286724,_0x5cb4a0){for(const _0x143b74 in _0x286724){const _0x41a126=_0x286724[_0x143b74];_0x23d4('0x0')!==_0x143b74&&_0x398673(_0x41a126)&&(_0x41a126[_0x23d4('0x7')]&&(_0x41a126[_0x23d4('0x6')]||_0x41a126[_0x23d4('0x1')]||_0x41a126[_0x23d4('0x4')])?_0x286724[_0x143b74]=_0x5cb4a0(_0x41a126):P(_0x41a126,_0x5cb4a0));}return _0x286724;}
|