@ckeditor/ckeditor5-template 41.2.0 → 41.3.0-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (111) hide show
  1. package/build/template.js +1 -1
  2. package/dist/content-index.css +332 -0
  3. package/dist/editor-index.css +406 -0
  4. package/dist/index.css +1101 -0
  5. package/dist/translations/ar.d.ts +8 -0
  6. package/dist/translations/ar.js +23 -0
  7. package/dist/translations/bg.d.ts +8 -0
  8. package/dist/translations/bg.js +23 -0
  9. package/dist/translations/bn.d.ts +8 -0
  10. package/dist/translations/bn.js +23 -0
  11. package/dist/translations/ca.d.ts +8 -0
  12. package/dist/translations/ca.js +23 -0
  13. package/dist/translations/cs.d.ts +8 -0
  14. package/dist/translations/cs.js +23 -0
  15. package/dist/translations/da.d.ts +8 -0
  16. package/dist/translations/da.js +23 -0
  17. package/dist/translations/de.d.ts +8 -0
  18. package/dist/translations/de.js +23 -0
  19. package/dist/translations/el.d.ts +8 -0
  20. package/dist/translations/el.js +23 -0
  21. package/dist/translations/en-au.d.ts +8 -0
  22. package/dist/translations/en-au.js +23 -0
  23. package/dist/translations/en.d.ts +8 -0
  24. package/dist/translations/en.js +23 -0
  25. package/dist/translations/es.d.ts +8 -0
  26. package/dist/translations/es.js +23 -0
  27. package/dist/translations/et.d.ts +8 -0
  28. package/dist/translations/et.js +23 -0
  29. package/dist/translations/fi.d.ts +8 -0
  30. package/dist/translations/fi.js +23 -0
  31. package/dist/translations/fr.d.ts +8 -0
  32. package/dist/translations/fr.js +23 -0
  33. package/dist/translations/gl.d.ts +8 -0
  34. package/dist/translations/gl.js +23 -0
  35. package/dist/translations/he.d.ts +8 -0
  36. package/dist/translations/he.js +23 -0
  37. package/dist/translations/hi.d.ts +8 -0
  38. package/dist/translations/hi.js +23 -0
  39. package/dist/translations/hr.d.ts +8 -0
  40. package/dist/translations/hr.js +23 -0
  41. package/dist/translations/hu.d.ts +8 -0
  42. package/dist/translations/hu.js +23 -0
  43. package/dist/translations/id.d.ts +8 -0
  44. package/dist/translations/id.js +23 -0
  45. package/dist/translations/it.d.ts +8 -0
  46. package/dist/translations/it.js +23 -0
  47. package/dist/translations/ja.d.ts +8 -0
  48. package/dist/translations/ja.js +23 -0
  49. package/dist/translations/ko.d.ts +8 -0
  50. package/dist/translations/ko.js +23 -0
  51. package/dist/translations/lt.d.ts +8 -0
  52. package/dist/translations/lt.js +23 -0
  53. package/dist/translations/lv.d.ts +8 -0
  54. package/dist/translations/lv.js +23 -0
  55. package/dist/translations/ms.d.ts +8 -0
  56. package/dist/translations/ms.js +23 -0
  57. package/dist/translations/nl.d.ts +8 -0
  58. package/dist/translations/nl.js +23 -0
  59. package/dist/translations/no.d.ts +8 -0
  60. package/dist/translations/no.js +23 -0
  61. package/dist/translations/pl.d.ts +8 -0
  62. package/dist/translations/pl.js +23 -0
  63. package/dist/translations/pt-br.d.ts +8 -0
  64. package/dist/translations/pt-br.js +23 -0
  65. package/dist/translations/pt.d.ts +8 -0
  66. package/dist/translations/pt.js +23 -0
  67. package/dist/translations/ro.d.ts +8 -0
  68. package/dist/translations/ro.js +23 -0
  69. package/dist/translations/ru.d.ts +8 -0
  70. package/dist/translations/ru.js +23 -0
  71. package/dist/translations/sk.d.ts +8 -0
  72. package/dist/translations/sk.js +23 -0
  73. package/dist/translations/sr-latn.d.ts +8 -0
  74. package/dist/translations/sr-latn.js +23 -0
  75. package/dist/translations/sr.d.ts +8 -0
  76. package/dist/translations/sr.js +23 -0
  77. package/dist/translations/sv.d.ts +8 -0
  78. package/dist/translations/sv.js +23 -0
  79. package/dist/translations/th.d.ts +8 -0
  80. package/dist/translations/th.js +23 -0
  81. package/dist/translations/tr.d.ts +8 -0
  82. package/dist/translations/tr.js +23 -0
  83. package/dist/translations/uk.d.ts +8 -0
  84. package/dist/translations/uk.js +23 -0
  85. package/dist/translations/uz.d.ts +8 -0
  86. package/dist/translations/uz.js +23 -0
  87. package/dist/translations/vi.d.ts +8 -0
  88. package/dist/translations/vi.js +23 -0
  89. package/dist/translations/zh-cn.d.ts +8 -0
  90. package/dist/translations/zh-cn.js +23 -0
  91. package/dist/translations/zh.d.ts +8 -0
  92. package/dist/translations/zh.js +23 -0
  93. package/dist/types/augmentation.d.ts +27 -0
  94. package/dist/types/index.d.ts +17 -0
  95. package/dist/types/template.d.ts +119 -0
  96. package/dist/types/templatecommand.d.ts +27 -0
  97. package/dist/types/templateediting.d.ts +34 -0
  98. package/dist/types/templateui.d.ts +33 -0
  99. package/dist/types/ui/templatelistbuttonview.d.ts +108 -0
  100. package/dist/types/ui/templatelistitemview.d.ts +38 -0
  101. package/dist/types/ui/templatelistview.d.ts +42 -0
  102. package/package.json +5 -4
  103. package/src/index.js +1 -1
  104. package/src/template.js +1 -1
  105. package/src/templatecommand.js +1 -1
  106. package/src/templateediting.js +1 -1
  107. package/src/templateui.js +1 -1
  108. package/src/ui/templatelistbuttonview.js +1 -1
  109. package/src/ui/templatelistitemview.d.ts +1 -1
  110. package/src/ui/templatelistitemview.js +1 -1
  111. package/src/ui/templatelistview.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x183612=_0x5341;(function(_0x45dab5,_0x39a4c3){const _0x27c1fd=_0x5341,_0x2d501b=_0x45dab5();while(!![]){try{const _0x74f94=-parseInt(_0x27c1fd(0x115))/0x1+parseInt(_0x27c1fd(0xef))/0x2+-parseInt(_0x27c1fd(0x10b))/0x3+-parseInt(_0x27c1fd(0x109))/0x4+parseInt(_0x27c1fd(0x113))/0x5+parseInt(_0x27c1fd(0x103))/0x6*(-parseInt(_0x27c1fd(0xf8))/0x7)+parseInt(_0x27c1fd(0xf6))/0x8*(parseInt(_0x27c1fd(0xf7))/0x9);if(_0x74f94===_0x39a4c3)break;else _0x2d501b['push'](_0x2d501b['shift']());}catch(_0x370e82){_0x2d501b['push'](_0x2d501b['shift']());}}}(_0x183d,0x55261));import{ButtonView as _0x44f264,HighlightedTextView as _0xb5f7d,View as _0x56f199}from'ckeditor5/src/ui.js';import _0x262453 from'../../theme/icons/template-generic.svg';function _0x5341(_0x464bde,_0x5ef5e6){const _0x183d3c=_0x183d();return _0x5341=function(_0x534123,_0x2cc953){_0x534123=_0x534123-0xef;let _0x49e865=_0x183d3c[_0x534123];return _0x49e865;},_0x5341(_0x464bde,_0x5ef5e6);}function _0x183d(){const _0x27e75f=['match','ck-template-form__description','render','iconView','title','remove','1032kRpDQk','7479rKLDzY','7TZQdbL','destroy','labelView','push','extendTemplate','element','highlightText','textPartView','text','description','add','863562AAFFOR','setTemplate','option','set','locale','div','78272WHIseD','titleView','604209tiwyEz','isColorInherited','ck-button__label','span','ck-template-form__text-part','isMatching','templateDefinition','children','873320RwpoCW','descriptionView','172892wgQvgm','1209392FuwWZk'];_0x183d=function(){return _0x27e75f;};return _0x183d();}export default class w extends _0x44f264{constructor(_0x3365da,_0x4ae599){const _0xda0d6f=_0x5341;super(_0x3365da),this[_0xda0d6f(0x111)]=_0x4ae599,this[_0xda0d6f(0xff)]=null;const {icon:_0x5cda7f=_0x262453}=_0x4ae599;this[_0xda0d6f(0x106)]({'withText':!0x0,'icon':_0x5cda7f}),this[_0xda0d6f(0xfc)]({'attributes':{'role':_0xda0d6f(0x105)}}),this[_0xda0d6f(0xf3)][_0xda0d6f(0x10c)]=!0x1;}[_0x183612(0xf2)](){const _0x144c82=_0x183612;super[_0x144c82(0xf2)](),this[_0x144c82(0xff)]=new TextPartView(this[_0x144c82(0x107)],this[_0x144c82(0x111)],this[_0x144c82(0xfa)][_0x144c82(0xfd)]['id']),this[_0x144c82(0x112)][_0x144c82(0xf5)](this[_0x144c82(0xfa)]),this[_0x144c82(0x112)][_0x144c82(0x102)](this[_0x144c82(0xff)]);}[_0x183612(0xf9)](){const _0x1cfa51=_0x183612;super[_0x1cfa51(0xf9)](),this[_0x1cfa51(0xfa)][_0x1cfa51(0xf9)]();}[_0x183612(0x110)](_0x1158d0){const _0x513ac8=_0x183612,{title:_0x411338,description:_0x2cdce9}=this[_0x513ac8(0x111)],_0x458d42=!!_0x411338[_0x513ac8(0xf0)](_0x1158d0),_0x220a8b=!(!_0x2cdce9||!_0x2cdce9[_0x513ac8(0xf0)](_0x1158d0));return _0x458d42||_0x220a8b?{'title':_0x458d42,'description':_0x220a8b}:null;}[_0x183612(0xfe)](_0x55ce31){const _0x2819c7=_0x183612;this[_0x2819c7(0xff)][_0x2819c7(0xfe)](_0x55ce31);}}export class TextPartView extends _0x56f199{constructor(_0x2b4a02,_0x41a8ee,_0x592116){const _0x3c24c9=_0x183612;super(_0x2b4a02),this[_0x3c24c9(0xf4)]=_0x41a8ee[_0x3c24c9(0xf4)],this[_0x3c24c9(0x101)]=_0x41a8ee[_0x3c24c9(0x101)],this[_0x3c24c9(0x10a)]=new _0xb5f7d(),this[_0x3c24c9(0x10a)][_0x3c24c9(0x100)]=this[_0x3c24c9(0xf4)],this[_0x3c24c9(0x10a)][_0x3c24c9(0xfc)]({'tag':_0x3c24c9(0x10e),'attributes':{'class':[_0x3c24c9(0x10d)],'id':_0x592116}});const _0x3a807c=[this[_0x3c24c9(0x10a)]];this[_0x3c24c9(0x101)]&&(this[_0x3c24c9(0x114)]=new _0xb5f7d(),this[_0x3c24c9(0x114)][_0x3c24c9(0x100)]=this[_0x3c24c9(0x101)],this[_0x3c24c9(0x114)][_0x3c24c9(0xfc)]({'tag':'p','attributes':{'class':[_0x3c24c9(0xf1)]}}),_0x3a807c[_0x3c24c9(0xfb)](this[_0x3c24c9(0x114)])),this[_0x3c24c9(0x104)]({'tag':_0x3c24c9(0x108),'attributes':{'class':['ck',_0x3c24c9(0x10f)]},'children':_0x3a807c});}[_0x183612(0xfe)](_0x2b50b4){const _0x580d6f=_0x183612;this[_0x580d6f(0x10a)][_0x580d6f(0xfe)](_0x2b50b4),this[_0x580d6f(0x101)]&&this[_0x580d6f(0x114)][_0x580d6f(0xfe)](_0x2b50b4);}}
23
+ const _0x905247=_0x2e67;(function(_0x47cb35,_0x11483c){const _0x111440=_0x2e67,_0x3389f2=_0x47cb35();while(!![]){try{const _0x183f85=parseInt(_0x111440(0xb7))/0x1+parseInt(_0x111440(0xab))/0x2*(-parseInt(_0x111440(0xa1))/0x3)+-parseInt(_0x111440(0xac))/0x4*(-parseInt(_0x111440(0xb5))/0x5)+parseInt(_0x111440(0xb6))/0x6+-parseInt(_0x111440(0xaf))/0x7+parseInt(_0x111440(0x93))/0x8+-parseInt(_0x111440(0xa9))/0x9;if(_0x183f85===_0x11483c)break;else _0x3389f2['push'](_0x3389f2['shift']());}catch(_0x41fc21){_0x3389f2['push'](_0x3389f2['shift']());}}}(_0x5d62,0x727ae));function _0x5d62(){const _0x20eee9=['locale','setTemplate','isMatching','span','div','descriptionView','1221264wTVPim','destroy','2dwCKGD','2564InYEoi','ck-button__label','templateDefinition','6432384yrDvdD','element','option','push','highlightText','text','7055XBuMkp','747036MmVFQa','367398IPjxxe','labelView','match','7325344MbdAmE','remove','titleView','isColorInherited','children','add','title','render','description','iconView','textPartView','ck-template-form__text-part','ck-template-form__description','set','2365515rBbENq','extendTemplate'];_0x5d62=function(){return _0x20eee9;};return _0x5d62();}import{ButtonView as _0xbf8c3c,HighlightedTextView as _0x2ee3e7,View as _0x49e6c8}from'ckeditor5/src/ui.js';function _0x2e67(_0x96d812,_0x21de36){const _0x5d6244=_0x5d62();return _0x2e67=function(_0x2e676f,_0x195501){_0x2e676f=_0x2e676f-0x93;let _0x1eeb4f=_0x5d6244[_0x2e676f];return _0x1eeb4f;},_0x2e67(_0x96d812,_0x21de36);}import _0x4a5a2b from'../../theme/icons/template-generic.svg';export default class w extends _0xbf8c3c{constructor(_0x16f306,_0x391b63){const _0x30dcaf=_0x2e67;super(_0x16f306),this[_0x30dcaf(0xae)]=_0x391b63,this[_0x30dcaf(0x9d)]=null;const {icon:_0x3aee95=_0x4a5a2b}=_0x391b63;this[_0x30dcaf(0xa0)]({'withText':!0x0,'icon':_0x3aee95}),this[_0x30dcaf(0xa2)]({'attributes':{'role':_0x30dcaf(0xb1)}}),this[_0x30dcaf(0x9c)][_0x30dcaf(0x96)]=!0x1;}[_0x905247(0x9a)](){const _0x38e0da=_0x905247;super[_0x38e0da(0x9a)](),this[_0x38e0da(0x9d)]=new TextPartView(this[_0x38e0da(0xa3)],this[_0x38e0da(0xae)],this[_0x38e0da(0xb8)][_0x38e0da(0xb0)]['id']),this[_0x38e0da(0x97)][_0x38e0da(0x94)](this[_0x38e0da(0xb8)]),this[_0x38e0da(0x97)][_0x38e0da(0x98)](this[_0x38e0da(0x9d)]);}[_0x905247(0xaa)](){const _0x32cf91=_0x905247;super[_0x32cf91(0xaa)](),this[_0x32cf91(0xb8)][_0x32cf91(0xaa)]();}[_0x905247(0xa5)](_0x4e8841){const _0x5975df=_0x905247,{title:_0x29a9b6,description:_0x383a21}=this[_0x5975df(0xae)],_0x2db882=!!_0x29a9b6[_0x5975df(0xb9)](_0x4e8841),_0x35bc66=!(!_0x383a21||!_0x383a21[_0x5975df(0xb9)](_0x4e8841));return _0x2db882||_0x35bc66?{'title':_0x2db882,'description':_0x35bc66}:null;}[_0x905247(0xb3)](_0x314d39){const _0x4c341b=_0x905247;this[_0x4c341b(0x9d)][_0x4c341b(0xb3)](_0x314d39);}}export class TextPartView extends _0x49e6c8{constructor(_0x450b69,_0x109cb3,_0x14c340){const _0x410373=_0x905247;super(_0x450b69),this[_0x410373(0x99)]=_0x109cb3[_0x410373(0x99)],this[_0x410373(0x9b)]=_0x109cb3[_0x410373(0x9b)],this[_0x410373(0x95)]=new _0x2ee3e7(),this[_0x410373(0x95)][_0x410373(0xb4)]=this[_0x410373(0x99)],this[_0x410373(0x95)][_0x410373(0xa2)]({'tag':_0x410373(0xa6),'attributes':{'class':[_0x410373(0xad)],'id':_0x14c340}});const _0x2184fa=[this[_0x410373(0x95)]];this[_0x410373(0x9b)]&&(this[_0x410373(0xa8)]=new _0x2ee3e7(),this[_0x410373(0xa8)][_0x410373(0xb4)]=this[_0x410373(0x9b)],this[_0x410373(0xa8)][_0x410373(0xa2)]({'tag':'p','attributes':{'class':[_0x410373(0x9f)]}}),_0x2184fa[_0x410373(0xb2)](this[_0x410373(0xa8)])),this[_0x410373(0xa4)]({'tag':_0x410373(0xa7),'attributes':{'class':['ck',_0x410373(0x9e)]},'children':_0x2184fa});}[_0x905247(0xb3)](_0x223465){const _0x162c12=_0x905247;this[_0x162c12(0x95)][_0x162c12(0xb3)](_0x223465),this[_0x162c12(0x9b)]&&this[_0x162c12(0xa8)][_0x162c12(0xb3)](_0x223465);}}
@@ -5,7 +5,7 @@
5
5
  /**
6
6
  * @module template/ui/templatelistitemview
7
7
  */
8
- import { type Locale } from 'ckeditor5/src/utils.js';
8
+ import type { Locale } from 'ckeditor5/src/utils.js';
9
9
  import { ListItemView } from 'ckeditor5/src/ui.js';
10
10
  import type TemplateListButtonView from './templatelistbuttonview.js';
11
11
  /**
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x4fa9(){var _0x44399f=['549DdpoBE','buttonView','94876yQzpLk','348yHpKHu','180DOgGZM','257733euOgLy','753328vrUGRb','152801ftOCpx','80390QBuecn','176prfFpy','948232AvbIBV','90580dlTmcZ','57FVLBnz','originalIndex'];_0x4fa9=function(){return _0x44399f;};return _0x4fa9();}(function(_0x670cfb,_0x69d111){var _0x25ad28=_0x2470,_0xd31041=_0x670cfb();while(!![]){try{var _0x284820=-parseInt(_0x25ad28(0x129))/0x1+-parseInt(_0x25ad28(0x11f))/0x2+-parseInt(_0x25ad28(0x121))/0x3*(-parseInt(_0x25ad28(0x125))/0x4)+-parseInt(_0x25ad28(0x120))/0x5*(-parseInt(_0x25ad28(0x127))/0x6)+parseInt(_0x25ad28(0x128))/0x7*(parseInt(_0x25ad28(0x11e))/0x8)+parseInt(_0x25ad28(0x123))/0x9*(-parseInt(_0x25ad28(0x11d))/0xa)+-parseInt(_0x25ad28(0x12a))/0xb*(-parseInt(_0x25ad28(0x126))/0xc);if(_0x284820===_0x69d111)break;else _0xd31041['push'](_0xd31041['shift']());}catch(_0x34f7ea){_0xd31041['push'](_0xd31041['shift']());}}}(_0x4fa9,0x776d7));import{ListItemView as _0x28cd19}from'ckeditor5/src/ui.js';function _0x2470(_0xe53ff5,_0x5591da){var _0x4fa9e8=_0x4fa9();return _0x2470=function(_0x247063,_0x283e18){_0x247063=_0x247063-0x11d;var _0x900107=_0x4fa9e8[_0x247063];return _0x900107;},_0x2470(_0xe53ff5,_0x5591da);}export default class a extends _0x28cd19{constructor(_0x2d75f6,_0x48234a){var _0x4ad338=_0x2470;super(_0x2d75f6),this[_0x4ad338(0x122)]=_0x48234a,this[_0x4ad338(0x124)]=null;}}
23
+ (function(_0x4d8adc,_0x2d8c02){var _0x4dbdbb=_0x531e,_0x11aff6=_0x4d8adc();while(!![]){try{var _0x442b62=parseInt(_0x4dbdbb(0x15f))/0x1*(parseInt(_0x4dbdbb(0x15b))/0x2)+-parseInt(_0x4dbdbb(0x160))/0x3+parseInt(_0x4dbdbb(0x159))/0x4*(parseInt(_0x4dbdbb(0x157))/0x5)+-parseInt(_0x4dbdbb(0x15e))/0x6*(-parseInt(_0x4dbdbb(0x158))/0x7)+parseInt(_0x4dbdbb(0x15c))/0x8+parseInt(_0x4dbdbb(0x156))/0x9+parseInt(_0x4dbdbb(0x15d))/0xa*(-parseInt(_0x4dbdbb(0x15a))/0xb);if(_0x442b62===_0x2d8c02)break;else _0x11aff6['push'](_0x11aff6['shift']());}catch(_0x53056e){_0x11aff6['push'](_0x11aff6['shift']());}}}(_0x563c,0xd79ef));function _0x531e(_0x12d6d6,_0x331f57){var _0x563c4c=_0x563c();return _0x531e=function(_0x531e1b,_0xb64a92){_0x531e1b=_0x531e1b-0x156;var _0x10cff8=_0x563c4c[_0x531e1b];return _0x10cff8;},_0x531e(_0x12d6d6,_0x331f57);}function _0x563c(){var _0x25e76b=['originalIndex','buttonView','10797876QiihTO','125155OsZPqx','371kVahBZ','40vifrKr','38643825oyNIlx','111014aERWRL','10782288FvsyYV','10bTiWSs','178398EqehcH','29sOQYIB','4761462hwRmwB'];_0x563c=function(){return _0x25e76b;};return _0x563c();}import{ListItemView as _0x305945}from'ckeditor5/src/ui.js';export default class a extends _0x305945{constructor(_0x5cc19e,_0x4ecccb){var _0x4466f7=_0x531e;super(_0x5cc19e),this[_0x4466f7(0x161)]=_0x4ecccb,this[_0x4466f7(0x162)]=null;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x256f23=_0x4600;(function(_0x3f57e3,_0x9cd057){const _0x13f37d=_0x4600,_0x430685=_0x3f57e3();while(!![]){try{const _0x577da2=-parseInt(_0x13f37d(0x1ab))/0x1*(parseInt(_0x13f37d(0x1c2))/0x2)+parseInt(_0x13f37d(0x1a9))/0x3+-parseInt(_0x13f37d(0x1aa))/0x4+-parseInt(_0x13f37d(0x1c3))/0x5*(parseInt(_0x13f37d(0x1bb))/0x6)+parseInt(_0x13f37d(0x1c4))/0x7+-parseInt(_0x13f37d(0x1bd))/0x8*(-parseInt(_0x13f37d(0x1bf))/0x9)+parseInt(_0x13f37d(0x1b9))/0xa;if(_0x577da2===_0x9cd057)break;else _0x430685['push'](_0x430685['shift']());}catch(_0x5447f8){_0x430685['push'](_0x430685['shift']());}}}(_0x261a,0xf0c1c));import{ListView as _0x29e363}from'ckeditor5/src/ui.js';function _0x261a(){const _0x1ca6a9=['items','36056XwziSh','clear','468BZujxA','get','originalIndex','3212916aYZKeV','5lOMdUU','5905368ZfvwMA','3444438lCrKVc','4940016iDEpfb','1NsQHlE','length','isMatching','isVisible','set','size','_resetFiltering','buttonView','filter','title','highlightText','forEach','map','sort','34013670OXrIXu','addMany','10799394EKjrEx'];_0x261a=function(){return _0x1ca6a9;};return _0x261a();}export default class f extends _0x29e363{[_0x256f23(0x1b3)](_0x41fd80){const _0x1c405a=_0x256f23;if(!_0x41fd80)return this[_0x1c405a(0x1b1)]();const _0x44e905=new Map(),_0x442314=this[_0x1c405a(0x1bc)][_0x1c405a(0x1b7)](_0x267676=>{const _0x83a78d=_0x1c405a,_0x5ced47=_0x267676[_0x83a78d(0x1b2)][_0x83a78d(0x1ad)](_0x41fd80);return _0x267676[_0x83a78d(0x1ae)]=!!_0x5ced47,_0x267676[_0x83a78d(0x1b2)][_0x83a78d(0x1b5)](_0x5ced47?_0x41fd80:null),_0x5ced47&&_0x44e905[_0x83a78d(0x1af)](_0x267676,_0x5ced47),_0x267676;})[_0x1c405a(0x1b8)](I)[_0x1c405a(0x1b8)](function(_0x4a8728){return function(_0x473993,_0x40f0d9){const _0x42e528=_0x4600,_0x5f199f=_0x4a8728[_0x42e528(0x1c0)](_0x473993),_0x51e794=_0x4a8728[_0x42e528(0x1c0)](_0x40f0d9);return _0x5f199f&&!_0x51e794?-0x1:_0x51e794&&!_0x5f199f?0x1:_0x5f199f||_0x51e794?_0x5f199f[_0x42e528(0x1b4)]&&!_0x51e794[_0x42e528(0x1b4)]?-0x1:!_0x5f199f[_0x42e528(0x1b4)]&&_0x51e794[_0x42e528(0x1b4)]?0x1:0x0:0x0;};}(_0x44e905));return this[_0x1c405a(0x1bc)][_0x1c405a(0x1be)](),this[_0x1c405a(0x1bc)][_0x1c405a(0x1ba)](_0x442314),{'resultsCount':_0x44e905[_0x1c405a(0x1b0)],'totalItemsCount':this[_0x1c405a(0x1bc)][_0x1c405a(0x1ac)]};}[_0x256f23(0x1b1)](){const _0x2dd261=_0x256f23,_0x56fa51=this[_0x2dd261(0x1bc)][_0x2dd261(0x1b7)](_0x219b1f=>_0x219b1f)[_0x2dd261(0x1b8)](I);return _0x56fa51[_0x2dd261(0x1b6)](_0x324276=>{const _0x40ce04=_0x2dd261;_0x324276[_0x40ce04(0x1ae)]=!0x0,_0x324276[_0x40ce04(0x1b2)][_0x40ce04(0x1b5)](null);}),this[_0x2dd261(0x1bc)][_0x2dd261(0x1be)](),this[_0x2dd261(0x1bc)][_0x2dd261(0x1ba)](_0x56fa51),{'resultsCount':_0x56fa51[_0x2dd261(0x1ac)],'totalItemsCount':_0x56fa51[_0x2dd261(0x1ac)]};}}function _0x4600(_0x297d01,_0x167f76){const _0x261a39=_0x261a();return _0x4600=function(_0x4600ee,_0x921038){_0x4600ee=_0x4600ee-0x1a9;let _0x2d3457=_0x261a39[_0x4600ee];return _0x2d3457;},_0x4600(_0x297d01,_0x167f76);}function I(_0x1d6199,_0x5f4e92){const _0x3d4388=_0x256f23;return _0x1d6199[_0x3d4388(0x1c1)]-_0x5f4e92[_0x3d4388(0x1c1)];}
23
+ const _0x1e0cb8=_0x5db4;(function(_0x4b751c,_0x1c7cf9){const _0x58d6a0=_0x5db4,_0x4899ab=_0x4b751c();while(!![]){try{const _0x5461b4=parseInt(_0x58d6a0(0x1fc))/0x1*(-parseInt(_0x58d6a0(0x1e9))/0x2)+-parseInt(_0x58d6a0(0x1f0))/0x3*(parseInt(_0x58d6a0(0x200))/0x4)+parseInt(_0x58d6a0(0x1e8))/0x5+parseInt(_0x58d6a0(0x1f1))/0x6*(-parseInt(_0x58d6a0(0x1ea))/0x7)+parseInt(_0x58d6a0(0x1f5))/0x8*(-parseInt(_0x58d6a0(0x1e3))/0x9)+parseInt(_0x58d6a0(0x1fb))/0xa*(-parseInt(_0x58d6a0(0x1ee))/0xb)+-parseInt(_0x58d6a0(0x1fd))/0xc*(-parseInt(_0x58d6a0(0x1e6))/0xd);if(_0x5461b4===_0x1c7cf9)break;else _0x4899ab['push'](_0x4899ab['shift']());}catch(_0x1b4d90){_0x4899ab['push'](_0x4899ab['shift']());}}}(_0x5a11,0x492de));import{ListView as _0x107958}from'ckeditor5/src/ui.js';function _0x5db4(_0x5499c0,_0x406122){const _0x5a11b8=_0x5a11();return _0x5db4=function(_0x5db411,_0x491b73){_0x5db411=_0x5db411-0x1e2;let _0x519a7f=_0x5a11b8[_0x5db411];return _0x519a7f;},_0x5db4(_0x5499c0,_0x406122);}function _0x5a11(){const _0x17d33a=['filter','8iLPHEc','originalIndex','9gcIBcq','highlightText','clear','170846HqFqab','map','2589660rufxfp','926VMpdji','63777niFtDv','_resetFiltering','addMany','length','2612676VfwrIW','get','534306jyHEvD','6lIfHrD','buttonView','isVisible','title','1013216ABTZtL','size','sort','set','isMatching','items','20MTBwXN','29SJfMDW','696mgXTBw','forEach'];_0x5a11=function(){return _0x17d33a;};return _0x5a11();}export default class f extends _0x107958{[_0x1e0cb8(0x1ff)](_0x20cde9){const _0x8fe944=_0x1e0cb8;if(!_0x20cde9)return this[_0x8fe944(0x1eb)]();const _0x3b579e=new Map(),_0x343509=this[_0x8fe944(0x1fa)][_0x8fe944(0x1e7)](_0x4a4809=>{const _0x55f524=_0x8fe944,_0x1b1c38=_0x4a4809[_0x55f524(0x1f2)][_0x55f524(0x1f9)](_0x20cde9);return _0x4a4809[_0x55f524(0x1f3)]=!!_0x1b1c38,_0x4a4809[_0x55f524(0x1f2)][_0x55f524(0x1e4)](_0x1b1c38?_0x20cde9:null),_0x1b1c38&&_0x3b579e[_0x55f524(0x1f8)](_0x4a4809,_0x1b1c38),_0x4a4809;})[_0x8fe944(0x1f7)](I)[_0x8fe944(0x1f7)](function(_0x5047e2){return function(_0x2b45b3,_0x206830){const _0x882930=_0x5db4,_0x3b6e59=_0x5047e2[_0x882930(0x1ef)](_0x2b45b3),_0x3c7eca=_0x5047e2[_0x882930(0x1ef)](_0x206830);return _0x3b6e59&&!_0x3c7eca?-0x1:_0x3c7eca&&!_0x3b6e59?0x1:_0x3b6e59||_0x3c7eca?_0x3b6e59[_0x882930(0x1f4)]&&!_0x3c7eca[_0x882930(0x1f4)]?-0x1:!_0x3b6e59[_0x882930(0x1f4)]&&_0x3c7eca[_0x882930(0x1f4)]?0x1:0x0:0x0;};}(_0x3b579e));return this[_0x8fe944(0x1fa)][_0x8fe944(0x1e5)](),this[_0x8fe944(0x1fa)][_0x8fe944(0x1ec)](_0x343509),{'resultsCount':_0x3b579e[_0x8fe944(0x1f6)],'totalItemsCount':this[_0x8fe944(0x1fa)][_0x8fe944(0x1ed)]};}[_0x1e0cb8(0x1eb)](){const _0xab8550=_0x1e0cb8,_0x32139d=this[_0xab8550(0x1fa)][_0xab8550(0x1e7)](_0x3629fc=>_0x3629fc)[_0xab8550(0x1f7)](I);return _0x32139d[_0xab8550(0x1fe)](_0x1b9c02=>{const _0x2bf031=_0xab8550;_0x1b9c02[_0x2bf031(0x1f3)]=!0x0,_0x1b9c02[_0x2bf031(0x1f2)][_0x2bf031(0x1e4)](null);}),this[_0xab8550(0x1fa)][_0xab8550(0x1e5)](),this[_0xab8550(0x1fa)][_0xab8550(0x1ec)](_0x32139d),{'resultsCount':_0x32139d[_0xab8550(0x1ed)],'totalItemsCount':_0x32139d[_0xab8550(0x1ed)]};}}function I(_0x49b6d1,_0x24bd2c){const _0x57f312=_0x1e0cb8;return _0x49b6d1[_0x57f312(0x1e2)]-_0x24bd2c[_0x57f312(0x1e2)];}