@ckeditor/ckeditor5-operations-compressor 36.0.1 → 37.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +14 -4
- package/src/actioncompressor/actioncompressor.d.ts +56 -0
- package/src/actioncompressor/actioncompressor.js +1 -1
- package/src/actioncompressor/deletingactioncompressor.d.ts +24 -0
- package/src/actioncompressor/deletingactioncompressor.js +1 -1
- package/src/actioncompressor/forwarddeletingactioncompressor.d.ts +24 -0
- package/src/actioncompressor/forwarddeletingactioncompressor.js +1 -1
- package/src/actioncompressor/typingactioncompressor.d.ts +24 -0
- package/src/actioncompressor/typingactioncompressor.js +1 -1
- package/src/actioncompressor/userselectionactioncompressor.d.ts +12 -0
- package/src/actioncompressor/userselectionactioncompressor.js +1 -1
- package/src/compressor.d.ts +41 -0
- package/src/compressor.js +1 -1
- package/src/lib/compiledmessages.d.ts +1435 -0
- package/src/lib/compiledmessages.js +23 -0
- package/src/operationcompressor/annotationmarkeroperationcompressor.d.ts +18 -0
- package/src/operationcompressor/annotationmarkeroperationcompressor.js +1 -1
- package/src/operationcompressor/attributeoperationcompressor.d.ts +13 -0
- package/src/operationcompressor/attributeoperationcompressor.js +1 -1
- package/src/operationcompressor/insertoperationcompressor.d.ts +13 -0
- package/src/operationcompressor/insertoperationcompressor.js +1 -1
- package/src/operationcompressor/markeroperationcompressor.d.ts +9 -0
- package/src/operationcompressor/markeroperationcompressor.js +1 -1
- package/src/operationcompressor/nooperationcompressor.d.ts +16 -0
- package/src/operationcompressor/nooperationcompressor.js +1 -1
- package/src/operationcompressor/operationcompressor.d.ts +24 -0
- package/src/operationcompressor/operationcompressor.js +1 -1
- package/src/protobufdescriptions.d.ts +12 -0
- package/src/protobufdescriptions.js +23 -0
- package/src/protobuffactory.d.ts +1 -0
- package/src/protobuffactory.js +1 -1
- package/src/utils.d.ts +26 -0
- package/src/utils.js +1 -1
- package/src/commondescriptions.js +0 -23
- package/src/errors.jsdoc +0 -18
- package/src/operationcompressor/mergeoperationcompressor.js +0 -23
- package/src/operationcompressor/moveoperationcompressor.js +0 -23
- package/src/operationcompressor/renameoperationcompressor.js +0 -23
- package/src/operationcompressor/rootattributeoperationcompressor.js +0 -23
- package/src/operationcompressor/splitoperationcompressor.js +0 -23
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* +---------------------------------------------------------------------------------+
|
|
8
|
-
* | |
|
|
9
|
-
* | Hello stranger! |
|
|
10
|
-
* | |
|
|
11
|
-
* | |
|
|
12
|
-
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
-
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
-
* | are forbidden and will result in legal consequences. |
|
|
15
|
-
* | |
|
|
16
|
-
* | |
|
|
17
|
-
* +---------------------------------------------------------------------------------+
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var _0x4544=['repeated','Element','string','Position','bool'];(function(_0x58507b,_0x45441d){var _0x61d05e=function(_0x124ef5){while(--_0x124ef5){_0x58507b['push'](_0x58507b['shift']());}};_0x61d05e(++_0x45441d);}(_0x4544,0x1d7));var _0x61d0=function(_0x58507b,_0x45441d){_0x58507b=_0x58507b-0x0;var _0x61d05e=_0x4544[_0x58507b];return _0x61d05e;};export default{'Position':{'fields':{'root':{'type':'string','id':0x1},'rootMain':{'type':_0x61d0('0x3'),'id':0x2},'rootGraveyard':{'type':_0x61d0('0x3'),'id':0x3},'path':{'rule':_0x61d0('0x4'),'type':'uint32','id':0x4},'stickiness':{'type':'string','id':0x5}}},'Range':{'fields':{'start':{'type':_0x61d0('0x2'),'id':0x1},'end':{'type':_0x61d0('0x2'),'id':0x2}}},'Element':{'fields':{'name':{'type':_0x61d0('0x1'),'id':0x1},'children':{'rule':_0x61d0('0x4'),'type':_0x61d0('0x0'),'id':0x2},'data':{'type':_0x61d0('0x1'),'id':0x3},'attributesBoolean':{'keyType':_0x61d0('0x1'),'type':'bool','id':0x4},'attributesJson':{'type':_0x61d0('0x1'),'id':0x5}}}};
|
package/src/errors.jsdoc
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* The documentation of operations-compressor errors.
|
|
3
|
-
*
|
|
4
|
-
* @module operations-compressor/errors
|
|
5
|
-
* @publicApi
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
/**
|
|
9
|
-
* Cannot get a descriptor before building `ProtobufFactory`.
|
|
10
|
-
*
|
|
11
|
-
* @error protobuffactory-cannot-get-descriptor-before-build
|
|
12
|
-
*/
|
|
13
|
-
|
|
14
|
-
/**
|
|
15
|
-
* The compressor cannot compress operations because no operation was provided.
|
|
16
|
-
*
|
|
17
|
-
* @error no-operations-provided
|
|
18
|
-
*/
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* +---------------------------------------------------------------------------------+
|
|
8
|
-
* | |
|
|
9
|
-
* | Hello stranger! |
|
|
10
|
-
* | |
|
|
11
|
-
* | |
|
|
12
|
-
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
-
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
-
* | are forbidden and will result in legal consequences. |
|
|
15
|
-
* | |
|
|
16
|
-
* | |
|
|
17
|
-
* +---------------------------------------------------------------------------------+
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var _0x93e2=['description','Position','uint32','bool'];(function(_0x5d588d,_0x93e27b){var _0x436016=function(_0x3e3ffc){while(--_0x3e3ffc){_0x5d588d['push'](_0x5d588d['shift']());}};_0x436016(++_0x93e27b);}(_0x93e2,0x1ec));var _0x4360=function(_0x5d588d,_0x93e27b){_0x5d588d=_0x5d588d-0x0;var _0x436016=_0x93e2[_0x5d588d];return _0x436016;};import _0x1e538e from'./operationcompressor';export default class p extends _0x1e538e{static get[_0x4360('0x0')](){return{'fields':{'sourcePosition':{'type':_0x4360('0x1'),'id':0x1},'targetPosition':{'type':_0x4360('0x1'),'id':0x2},'graveyardPosition':{'type':'Position','id':0x3},'howMany':{'type':_0x4360('0x2'),'id':0x4},'wasUndone':{'type':_0x4360('0x3'),'id':0x5}}};}}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* +---------------------------------------------------------------------------------+
|
|
8
|
-
* | |
|
|
9
|
-
* | Hello stranger! |
|
|
10
|
-
* | |
|
|
11
|
-
* | |
|
|
12
|
-
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
-
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
-
* | are forbidden and will result in legal consequences. |
|
|
15
|
-
* | |
|
|
16
|
-
* | |
|
|
17
|
-
* +---------------------------------------------------------------------------------+
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var _0x3f58=['uint32','bool'];(function(_0xc657f3,_0x3f58e8){var _0xffc92c=function(_0x4a1e12){while(--_0x4a1e12){_0xc657f3['push'](_0xc657f3['shift']());}};_0xffc92c(++_0x3f58e8);}(_0x3f58,0x98));var _0xffc9=function(_0xc657f3,_0x3f58e8){_0xc657f3=_0xc657f3-0x0;var _0xffc92c=_0x3f58[_0xc657f3];return _0xffc92c;};import _0xb1c96c from'./operationcompressor';export default class m extends _0xb1c96c{static get['description'](){return{'fields':{'sourcePosition':{'type':'Position','id':0x1},'howMany':{'type':_0xffc9('0x0'),'id':0x2},'targetPosition':{'type':'Position','id':0x3},'wasUndone':{'type':_0xffc9('0x1'),'id':0x4}}};}}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* +---------------------------------------------------------------------------------+
|
|
8
|
-
* | |
|
|
9
|
-
* | Hello stranger! |
|
|
10
|
-
* | |
|
|
11
|
-
* | |
|
|
12
|
-
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
-
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
-
* | are forbidden and will result in legal consequences. |
|
|
15
|
-
* | |
|
|
16
|
-
* | |
|
|
17
|
-
* +---------------------------------------------------------------------------------+
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var _0x2f3f=['description','Position','bool','string'];(function(_0x24e632,_0x2f3fd1){var _0x4828e5=function(_0x45948e){while(--_0x45948e){_0x24e632['push'](_0x24e632['shift']());}};_0x4828e5(++_0x2f3fd1);}(_0x2f3f,0xff));var _0x4828=function(_0x24e632,_0x2f3fd1){_0x24e632=_0x24e632-0x0;var _0x4828e5=_0x2f3f[_0x24e632];return _0x4828e5;};import _0x435b54 from'./operationcompressor';export default class a extends _0x435b54{static get[_0x4828('0x1')](){return{'fields':{'position':{'type':_0x4828('0x2'),'id':0x1},'oldName':{'type':_0x4828('0x0'),'id':0x2},'newName':{'type':_0x4828('0x0'),'id':0x3},'wasUndone':{'type':_0x4828('0x3'),'id':0x4}}};}}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* +---------------------------------------------------------------------------------+
|
|
8
|
-
* | |
|
|
9
|
-
* | Hello stranger! |
|
|
10
|
-
* | |
|
|
11
|
-
* | |
|
|
12
|
-
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
-
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
-
* | are forbidden and will result in legal consequences. |
|
|
15
|
-
* | |
|
|
16
|
-
* | |
|
|
17
|
-
* +---------------------------------------------------------------------------------+
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
const _0x4784=['description','root','fields','range'];(function(_0x30042a,_0x47842a){const _0xe6700d=function(_0x30015c){while(--_0x30015c){_0x30042a['push'](_0x30042a['shift']());}};_0xe6700d(++_0x47842a);}(_0x4784,0x12d));const _0xe670=function(_0x30042a,_0x47842a){_0x30042a=_0x30042a-0x0;let _0xe6700d=_0x4784[_0x30042a];return _0xe6700d;};import _0x4fd99e from'./attributeoperationcompressor';export default class c extends _0x4fd99e{static get[_0xe670('0x3')](){const _0x4a522e=_0x4fd99e[_0xe670('0x3')];return delete _0x4a522e[_0xe670('0x1')][_0xe670('0x2')],_0x4a522e[_0xe670('0x1')][_0xe670('0x0')]={'type':'string','id':0x1},_0x4a522e;}}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* +---------------------------------------------------------------------------------+
|
|
8
|
-
* | |
|
|
9
|
-
* | Hello stranger! |
|
|
10
|
-
* | |
|
|
11
|
-
* | |
|
|
12
|
-
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
-
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
-
* | are forbidden and will result in legal consequences. |
|
|
15
|
-
* | |
|
|
16
|
-
* | |
|
|
17
|
-
* +---------------------------------------------------------------------------------+
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var _0x2633=['bool','description','Position'];(function(_0x1627c6,_0x263317){var _0x17e4f3=function(_0x28c54d){while(--_0x28c54d){_0x1627c6['push'](_0x1627c6['shift']());}};_0x17e4f3(++_0x263317);}(_0x2633,0xc1));var _0x17e4=function(_0x1627c6,_0x263317){_0x1627c6=_0x1627c6-0x0;var _0x17e4f3=_0x2633[_0x1627c6];return _0x17e4f3;};import _0x345194 from'./operationcompressor';export default class h extends _0x345194{static get[_0x17e4('0x0')](){return{'fields':{'splitPosition':{'type':_0x17e4('0x1'),'id':0x1},'graveyardPosition':{'type':_0x17e4('0x1'),'id':0x2},'howMany':{'type':'uint32','id':0x3},'insertionPosition':{'type':_0x17e4('0x1'),'id':0x4},'wasUndone':{'type':_0x17e4('0x2'),'id':0x5}}};}}
|