@ckeditor/ckeditor5-template 0.0.0-nightly-20241015.0 → 0.0.0-nightly-20241017.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.
Files changed (105) hide show
  1. package/build/template.js +1 -1
  2. package/dist/index.js +1 -1
  3. package/dist/template.d.ts +8 -0
  4. package/dist/templateediting.d.ts +8 -0
  5. package/dist/templateui.d.ts +8 -0
  6. package/dist/translations/ar.js +1 -1
  7. package/dist/translations/ar.umd.js +1 -1
  8. package/dist/translations/bg.js +1 -1
  9. package/dist/translations/bg.umd.js +1 -1
  10. package/dist/translations/bn.js +1 -1
  11. package/dist/translations/bn.umd.js +1 -1
  12. package/dist/translations/ca.js +1 -1
  13. package/dist/translations/ca.umd.js +1 -1
  14. package/dist/translations/cs.js +1 -1
  15. package/dist/translations/cs.umd.js +1 -1
  16. package/dist/translations/da.js +1 -1
  17. package/dist/translations/da.umd.js +1 -1
  18. package/dist/translations/de.js +1 -1
  19. package/dist/translations/de.umd.js +1 -1
  20. package/dist/translations/el.js +1 -1
  21. package/dist/translations/el.umd.js +1 -1
  22. package/dist/translations/en-au.js +1 -1
  23. package/dist/translations/en-au.umd.js +1 -1
  24. package/dist/translations/en.umd.js +1 -1
  25. package/dist/translations/es.js +1 -1
  26. package/dist/translations/es.umd.js +1 -1
  27. package/dist/translations/et.js +1 -1
  28. package/dist/translations/et.umd.js +1 -1
  29. package/dist/translations/fi.js +1 -1
  30. package/dist/translations/fi.umd.js +1 -1
  31. package/dist/translations/fr.js +1 -1
  32. package/dist/translations/fr.umd.js +1 -1
  33. package/dist/translations/gl.js +1 -1
  34. package/dist/translations/gl.umd.js +1 -1
  35. package/dist/translations/he.js +1 -1
  36. package/dist/translations/he.umd.js +1 -1
  37. package/dist/translations/hi.js +1 -1
  38. package/dist/translations/hi.umd.js +1 -1
  39. package/dist/translations/hr.js +1 -1
  40. package/dist/translations/hr.umd.js +1 -1
  41. package/dist/translations/hu.js +1 -1
  42. package/dist/translations/hu.umd.js +1 -1
  43. package/dist/translations/id.js +1 -1
  44. package/dist/translations/id.umd.js +1 -1
  45. package/dist/translations/it.js +1 -1
  46. package/dist/translations/it.umd.js +1 -1
  47. package/dist/translations/ja.js +1 -1
  48. package/dist/translations/ja.umd.js +1 -1
  49. package/dist/translations/ko.js +1 -1
  50. package/dist/translations/ko.umd.js +1 -1
  51. package/dist/translations/lt.js +1 -1
  52. package/dist/translations/lt.umd.js +1 -1
  53. package/dist/translations/lv.js +1 -1
  54. package/dist/translations/lv.umd.js +1 -1
  55. package/dist/translations/ms.js +1 -1
  56. package/dist/translations/ms.umd.js +1 -1
  57. package/dist/translations/nl.js +1 -1
  58. package/dist/translations/nl.umd.js +1 -1
  59. package/dist/translations/no.js +1 -1
  60. package/dist/translations/no.umd.js +1 -1
  61. package/dist/translations/pl.js +1 -1
  62. package/dist/translations/pl.umd.js +1 -1
  63. package/dist/translations/pt-br.js +1 -1
  64. package/dist/translations/pt-br.umd.js +1 -1
  65. package/dist/translations/pt.js +1 -1
  66. package/dist/translations/pt.umd.js +1 -1
  67. package/dist/translations/ro.js +1 -1
  68. package/dist/translations/ro.umd.js +1 -1
  69. package/dist/translations/ru.js +1 -1
  70. package/dist/translations/ru.umd.js +1 -1
  71. package/dist/translations/sk.js +1 -1
  72. package/dist/translations/sk.umd.js +1 -1
  73. package/dist/translations/sr-latn.js +1 -1
  74. package/dist/translations/sr-latn.umd.js +1 -1
  75. package/dist/translations/sr.js +1 -1
  76. package/dist/translations/sr.umd.js +1 -1
  77. package/dist/translations/sv.js +1 -1
  78. package/dist/translations/sv.umd.js +1 -1
  79. package/dist/translations/th.js +1 -1
  80. package/dist/translations/th.umd.js +1 -1
  81. package/dist/translations/tr.js +1 -1
  82. package/dist/translations/tr.umd.js +1 -1
  83. package/dist/translations/uk.js +1 -1
  84. package/dist/translations/uk.umd.js +1 -1
  85. package/dist/translations/uz.js +1 -1
  86. package/dist/translations/uz.umd.js +1 -1
  87. package/dist/translations/vi.js +1 -1
  88. package/dist/translations/vi.umd.js +1 -1
  89. package/dist/translations/zh-cn.js +1 -1
  90. package/dist/translations/zh-cn.umd.js +1 -1
  91. package/dist/translations/zh.js +1 -1
  92. package/dist/translations/zh.umd.js +1 -1
  93. package/package.json +6 -6
  94. package/src/index.js +1 -1
  95. package/src/template.d.ts +8 -0
  96. package/src/template.js +1 -1
  97. package/src/templatecommand.js +1 -1
  98. package/src/templateediting.d.ts +8 -0
  99. package/src/templateediting.js +1 -1
  100. package/src/templateui.d.ts +8 -0
  101. package/src/templateui.js +1 -1
  102. package/src/ui/templatelistbuttonview.js +1 -1
  103. package/src/ui/templatelistitemview.js +1 -1
  104. package/src/ui/templatelistview.js +1 -1
  105. package/src/utils/common-translations.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'sk':{'dictionary':{'Template':'Šablóna','Insert\x20template':'Vložiť\x20šablónu','No\x20templates\x20available.':'Nie\x20je\x20dostupná\x20žiadna\x20šablóna.','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'Nenašli\x20sa\x20žiadne\x20šablóny\x20zodpovedajúce\x20výrazu\x20„%0“.','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'Skúste\x20inú\x20frázu\x20alebo\x20skontrolujte\x20pravopis.','Search\x20template':'Vyhľadávanie\x20šablóny','%0\x20templates\x20found':'Našlo\x20sa\x20%0\x20šablón'},'getPluralForm':_0x208349=>_0x208349%0x1==0x0&&0x1==_0x208349?0x0:_0x208349%0x1==0x0&&_0x208349>=0x2&&_0x208349<=0x4?0x1:_0x208349%0x1!=0x0?0x2:0x3}};
23
+ export default{'sk':{'dictionary':{'Template':'Šablóna','Insert\x20template':'Vložiť\x20šablónu','No\x20templates\x20available.':'Nie\x20je\x20dostupná\x20žiadna\x20šablóna.','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'Nenašli\x20sa\x20žiadne\x20šablóny\x20zodpovedajúce\x20výrazu\x20„%0“.','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'Skúste\x20inú\x20frázu\x20alebo\x20skontrolujte\x20pravopis.','Search\x20template':'Vyhľadávanie\x20šablóny','%0\x20templates\x20found':'Našlo\x20sa\x20%0\x20šablón'},'getPluralForm':_0x6bdfb2=>_0x6bdfb2%0x1==0x0&&0x1==_0x6bdfb2?0x0:_0x6bdfb2%0x1==0x0&&_0x6bdfb2>=0x2&&_0x6bdfb2<=0x4?0x1:_0x6bdfb2%0x1!=0x0?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x44080c=>{const {sk:{dictionary:_0x393b85,getPluralForm:_0x122263}}={'sk':{'dictionary':{'Template':'Šablóna','Insert\x20template':'Vložiť\x20šablónu','No\x20templates\x20available.':'Nie\x20je\x20dostupná\x20žiadna\x20šablóna.','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'Nenašli\x20sa\x20žiadne\x20šablóny\x20zodpovedajúce\x20výrazu\x20„%0“.','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'Skúste\x20inú\x20frázu\x20alebo\x20skontrolujte\x20pravopis.','Search\x20template':'Vyhľadávanie\x20šablóny','%0\x20templates\x20found':'Našlo\x20sa\x20%0\x20šablón'},'getPluralForm':_0x53edba=>_0x53edba%0x1==0x0&&0x1==_0x53edba?0x0:_0x53edba%0x1==0x0&&_0x53edba>=0x2&&_0x53edba<=0x4?0x1:_0x53edba%0x1!=0x0?0x2:0x3}};_0x44080c['sk']||={'dictionary':{},'getPluralForm':null},_0x44080c['sk']['dictionary']=Object['assign'](_0x44080c['sk']['dictionary'],_0x393b85),_0x44080c['sk']['getPluralForm']=_0x122263;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3a4e99=>{const {sk:{dictionary:_0x4e3c0e,getPluralForm:_0x16c784}}={'sk':{'dictionary':{'Template':'Šablóna','Insert\x20template':'Vložiť\x20šablónu','No\x20templates\x20available.':'Nie\x20je\x20dostupná\x20žiadna\x20šablóna.','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'Nenašli\x20sa\x20žiadne\x20šablóny\x20zodpovedajúce\x20výrazu\x20„%0“.','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'Skúste\x20inú\x20frázu\x20alebo\x20skontrolujte\x20pravopis.','Search\x20template':'Vyhľadávanie\x20šablóny','%0\x20templates\x20found':'Našlo\x20sa\x20%0\x20šablón'},'getPluralForm':_0x3d2878=>_0x3d2878%0x1==0x0&&0x1==_0x3d2878?0x0:_0x3d2878%0x1==0x0&&_0x3d2878>=0x2&&_0x3d2878<=0x4?0x1:_0x3d2878%0x1!=0x0?0x2:0x3}};_0x3a4e99['sk']||={'dictionary':{},'getPluralForm':null},_0x3a4e99['sk']['dictionary']=Object['assign'](_0x3a4e99['sk']['dictionary'],_0x4e3c0e),_0x3a4e99['sk']['getPluralForm']=_0x16c784;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'sr-latn':{'dictionary':{'Template':'','Insert\x20template':'Umetni\x20predložak','No\x20templates\x20available.':'Nema\x20dostupnih\x20predložaka.','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'Nije\x20pronađen\x20nijedan\x20predložak\x20koji\x20odgovara\x20\x22%0\x22.','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'Pokušajte\x20sa\x20drugom\x20frazom\x20ili\x20proverite\x20pravopis.','Search\x20template':'Potraži\x20predložak','%0\x20templates\x20found':''},'getPluralForm':_0x414d75=>_0x414d75%0xa==0x1&&_0x414d75%0x64!=0xb?0x0:_0x414d75%0xa>=0x2&&_0x414d75%0xa<=0x4&&(_0x414d75%0x64<0xa||_0x414d75%0x64>=0x14)?0x1:0x2}};
23
+ export default{'sr-latn':{'dictionary':{'Template':'','Insert\x20template':'Umetni\x20predložak','No\x20templates\x20available.':'Nema\x20dostupnih\x20predložaka.','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'Nije\x20pronađen\x20nijedan\x20predložak\x20koji\x20odgovara\x20\x22%0\x22.','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'Pokušajte\x20sa\x20drugom\x20frazom\x20ili\x20proverite\x20pravopis.','Search\x20template':'Potraži\x20predložak','%0\x20templates\x20found':''},'getPluralForm':_0xdda344=>_0xdda344%0xa==0x1&&_0xdda344%0x64!=0xb?0x0:_0xdda344%0xa>=0x2&&_0xdda344%0xa<=0x4&&(_0xdda344%0x64<0xa||_0xdda344%0x64>=0x14)?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x4339ea=>{const {'sr-latn':{dictionary:_0x6df1a7,getPluralForm:_0x551a6f}}={'sr-latn':{'dictionary':{'Template':'','Insert\x20template':'Umetni\x20predložak','No\x20templates\x20available.':'Nema\x20dostupnih\x20predložaka.','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'Nije\x20pronađen\x20nijedan\x20predložak\x20koji\x20odgovara\x20\x22%0\x22.','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'Pokušajte\x20sa\x20drugom\x20frazom\x20ili\x20proverite\x20pravopis.','Search\x20template':'Potraži\x20predložak','%0\x20templates\x20found':''},'getPluralForm':_0x6a0b5e=>_0x6a0b5e%0xa==0x1&&_0x6a0b5e%0x64!=0xb?0x0:_0x6a0b5e%0xa>=0x2&&_0x6a0b5e%0xa<=0x4&&(_0x6a0b5e%0x64<0xa||_0x6a0b5e%0x64>=0x14)?0x1:0x2}};_0x4339ea['sr-latn']||={'dictionary':{},'getPluralForm':null},_0x4339ea['sr-latn']['dictionary']=Object['assign'](_0x4339ea['sr-latn']['dictionary'],_0x6df1a7),_0x4339ea['sr-latn']['getPluralForm']=_0x551a6f;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x5f3dcf=>{const {'sr-latn':{dictionary:_0x2e9a1c,getPluralForm:_0x3cdb42}}={'sr-latn':{'dictionary':{'Template':'','Insert\x20template':'Umetni\x20predložak','No\x20templates\x20available.':'Nema\x20dostupnih\x20predložaka.','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'Nije\x20pronađen\x20nijedan\x20predložak\x20koji\x20odgovara\x20\x22%0\x22.','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'Pokušajte\x20sa\x20drugom\x20frazom\x20ili\x20proverite\x20pravopis.','Search\x20template':'Potraži\x20predložak','%0\x20templates\x20found':''},'getPluralForm':_0x15b652=>_0x15b652%0xa==0x1&&_0x15b652%0x64!=0xb?0x0:_0x15b652%0xa>=0x2&&_0x15b652%0xa<=0x4&&(_0x15b652%0x64<0xa||_0x15b652%0x64>=0x14)?0x1:0x2}};_0x5f3dcf['sr-latn']||={'dictionary':{},'getPluralForm':null},_0x5f3dcf['sr-latn']['dictionary']=Object['assign'](_0x5f3dcf['sr-latn']['dictionary'],_0x2e9a1c),_0x5f3dcf['sr-latn']['getPluralForm']=_0x3cdb42;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'sr':{'dictionary':{'Template':'Šablon','Insert\x20template':'Umetni\x20predložak','No\x20templates\x20available.':'Nema\x20dostupnih\x20predložaka.','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'Nije\x20pronađen\x20nijedan\x20predložak\x20koji\x20odgovara\x20\x22%0\x22.','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'Pokušajte\x20sa\x20drugom\x20frazom\x20ili\x20proverite\x20pravopis.','Search\x20template':'Potraži\x20predložak','%0\x20templates\x20found':'%0\x20šablona\x20je\x20pronađeno'},'getPluralForm':_0xe35c64=>_0xe35c64%0xa==0x1&&_0xe35c64%0x64!=0xb?0x0:_0xe35c64%0xa>=0x2&&_0xe35c64%0xa<=0x4&&(_0xe35c64%0x64<0xa||_0xe35c64%0x64>=0x14)?0x1:0x2}};
23
+ export default{'sr':{'dictionary':{'Template':'Šablon','Insert\x20template':'Umetni\x20predložak','No\x20templates\x20available.':'Nema\x20dostupnih\x20predložaka.','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'Nije\x20pronađen\x20nijedan\x20predložak\x20koji\x20odgovara\x20\x22%0\x22.','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'Pokušajte\x20sa\x20drugom\x20frazom\x20ili\x20proverite\x20pravopis.','Search\x20template':'Potraži\x20predložak','%0\x20templates\x20found':'%0\x20šablona\x20je\x20pronađeno'},'getPluralForm':_0x339aee=>_0x339aee%0xa==0x1&&_0x339aee%0x64!=0xb?0x0:_0x339aee%0xa>=0x2&&_0x339aee%0xa<=0x4&&(_0x339aee%0x64<0xa||_0x339aee%0x64>=0x14)?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x10d9e2=>{const {sr:{dictionary:_0x1cfead,getPluralForm:_0x2d77a1}}={'sr':{'dictionary':{'Template':'Šablon','Insert\x20template':'Umetni\x20predložak','No\x20templates\x20available.':'Nema\x20dostupnih\x20predložaka.','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'Nije\x20pronađen\x20nijedan\x20predložak\x20koji\x20odgovara\x20\x22%0\x22.','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'Pokušajte\x20sa\x20drugom\x20frazom\x20ili\x20proverite\x20pravopis.','Search\x20template':'Potraži\x20predložak','%0\x20templates\x20found':'%0\x20šablona\x20je\x20pronađeno'},'getPluralForm':_0x49fe95=>_0x49fe95%0xa==0x1&&_0x49fe95%0x64!=0xb?0x0:_0x49fe95%0xa>=0x2&&_0x49fe95%0xa<=0x4&&(_0x49fe95%0x64<0xa||_0x49fe95%0x64>=0x14)?0x1:0x2}};_0x10d9e2['sr']||={'dictionary':{},'getPluralForm':null},_0x10d9e2['sr']['dictionary']=Object['assign'](_0x10d9e2['sr']['dictionary'],_0x1cfead),_0x10d9e2['sr']['getPluralForm']=_0x2d77a1;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x30034a=>{const {sr:{dictionary:_0x426d82,getPluralForm:_0x395bde}}={'sr':{'dictionary':{'Template':'Šablon','Insert\x20template':'Umetni\x20predložak','No\x20templates\x20available.':'Nema\x20dostupnih\x20predložaka.','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'Nije\x20pronađen\x20nijedan\x20predložak\x20koji\x20odgovara\x20\x22%0\x22.','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'Pokušajte\x20sa\x20drugom\x20frazom\x20ili\x20proverite\x20pravopis.','Search\x20template':'Potraži\x20predložak','%0\x20templates\x20found':'%0\x20šablona\x20je\x20pronađeno'},'getPluralForm':_0x156a87=>_0x156a87%0xa==0x1&&_0x156a87%0x64!=0xb?0x0:_0x156a87%0xa>=0x2&&_0x156a87%0xa<=0x4&&(_0x156a87%0x64<0xa||_0x156a87%0x64>=0x14)?0x1:0x2}};_0x30034a['sr']||={'dictionary':{},'getPluralForm':null},_0x30034a['sr']['dictionary']=Object['assign'](_0x30034a['sr']['dictionary'],_0x426d82),_0x30034a['sr']['getPluralForm']=_0x395bde;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'sv':{'dictionary':{'Template':'Mall','Insert\x20template':'Infoga\x20mall','No\x20templates\x20available.':'Inga\x20mallar\x20finns.','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'Inga\x20mallar\x20hittades\x20som\x20matchar\x20\x22%0\x22.','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'Prova\x20en\x20annan\x20fras\x20eller\x20kontrollera\x20stavningen.','Search\x20template':'Sök\x20mall','%0\x20templates\x20found':'%0\x20mallar\x20hittades'},'getPluralForm':_0x5ed183=>0x1!=_0x5ed183}};
23
+ export default{'sv':{'dictionary':{'Template':'Mall','Insert\x20template':'Infoga\x20mall','No\x20templates\x20available.':'Inga\x20mallar\x20finns.','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'Inga\x20mallar\x20hittades\x20som\x20matchar\x20\x22%0\x22.','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'Prova\x20en\x20annan\x20fras\x20eller\x20kontrollera\x20stavningen.','Search\x20template':'Sök\x20mall','%0\x20templates\x20found':'%0\x20mallar\x20hittades'},'getPluralForm':_0xc0dae4=>0x1!=_0xc0dae4}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x3ef8ad=>{const {sv:{dictionary:_0x5792d2,getPluralForm:_0x15f657}}={'sv':{'dictionary':{'Template':'Mall','Insert\x20template':'Infoga\x20mall','No\x20templates\x20available.':'Inga\x20mallar\x20finns.','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'Inga\x20mallar\x20hittades\x20som\x20matchar\x20\x22%0\x22.','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'Prova\x20en\x20annan\x20fras\x20eller\x20kontrollera\x20stavningen.','Search\x20template':'Sök\x20mall','%0\x20templates\x20found':'%0\x20mallar\x20hittades'},'getPluralForm':_0x1a759a=>0x1!=_0x1a759a}};_0x3ef8ad['sv']||={'dictionary':{},'getPluralForm':null},_0x3ef8ad['sv']['dictionary']=Object['assign'](_0x3ef8ad['sv']['dictionary'],_0x5792d2),_0x3ef8ad['sv']['getPluralForm']=_0x15f657;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x29961d=>{const {sv:{dictionary:_0x5ac381,getPluralForm:_0x21b834}}={'sv':{'dictionary':{'Template':'Mall','Insert\x20template':'Infoga\x20mall','No\x20templates\x20available.':'Inga\x20mallar\x20finns.','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'Inga\x20mallar\x20hittades\x20som\x20matchar\x20\x22%0\x22.','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'Prova\x20en\x20annan\x20fras\x20eller\x20kontrollera\x20stavningen.','Search\x20template':'Sök\x20mall','%0\x20templates\x20found':'%0\x20mallar\x20hittades'},'getPluralForm':_0x15d3f9=>0x1!=_0x15d3f9}};_0x29961d['sv']||={'dictionary':{},'getPluralForm':null},_0x29961d['sv']['dictionary']=Object['assign'](_0x29961d['sv']['dictionary'],_0x5ac381),_0x29961d['sv']['getPluralForm']=_0x21b834;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'th':{'dictionary':{'Template':'แม่แบบ','Insert\x20template':'แทรกเทมเพลต','No\x20templates\x20available.':'ไม่มีเทมเพลต','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'ไม่พบเทมเพลตที่ตรงกับ\x20\x22%0\x22','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'โปรดลองใช้วลีอื่นหรือตรวจสอบตัวสะกด','Search\x20template':'ค้นหาเทมเพลต','%0\x20templates\x20found':'พบเทมเพลต\x20%0\x20รายการ'},'getPluralForm':_0x2d7003=>0x0}};
23
+ export default{'th':{'dictionary':{'Template':'แม่แบบ','Insert\x20template':'แทรกเทมเพลต','No\x20templates\x20available.':'ไม่มีเทมเพลต','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'ไม่พบเทมเพลตที่ตรงกับ\x20\x22%0\x22','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'โปรดลองใช้วลีอื่นหรือตรวจสอบตัวสะกด','Search\x20template':'ค้นหาเทมเพลต','%0\x20templates\x20found':'พบเทมเพลต\x20%0\x20รายการ'},'getPluralForm':_0xf4ee0f=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x268371=>{const {th:{dictionary:_0x38dc81,getPluralForm:_0x1787cf}}={'th':{'dictionary':{'Template':'แม่แบบ','Insert\x20template':'แทรกเทมเพลต','No\x20templates\x20available.':'ไม่มีเทมเพลต','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'ไม่พบเทมเพลตที่ตรงกับ\x20\x22%0\x22','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'โปรดลองใช้วลีอื่นหรือตรวจสอบตัวสะกด','Search\x20template':'ค้นหาเทมเพลต','%0\x20templates\x20found':'พบเทมเพลต\x20%0\x20รายการ'},'getPluralForm':_0x88f89b=>0x0}};_0x268371['th']||={'dictionary':{},'getPluralForm':null},_0x268371['th']['dictionary']=Object['assign'](_0x268371['th']['dictionary'],_0x38dc81),_0x268371['th']['getPluralForm']=_0x1787cf;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x224d37=>{const {th:{dictionary:_0x4dd4ec,getPluralForm:_0x501f1d}}={'th':{'dictionary':{'Template':'แม่แบบ','Insert\x20template':'แทรกเทมเพลต','No\x20templates\x20available.':'ไม่มีเทมเพลต','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'ไม่พบเทมเพลตที่ตรงกับ\x20\x22%0\x22','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'โปรดลองใช้วลีอื่นหรือตรวจสอบตัวสะกด','Search\x20template':'ค้นหาเทมเพลต','%0\x20templates\x20found':'พบเทมเพลต\x20%0\x20รายการ'},'getPluralForm':_0x261f3d=>0x0}};_0x224d37['th']||={'dictionary':{},'getPluralForm':null},_0x224d37['th']['dictionary']=Object['assign'](_0x224d37['th']['dictionary'],_0x4dd4ec),_0x224d37['th']['getPluralForm']=_0x501f1d;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'tr':{'dictionary':{'Template':'Şablon','Insert\x20template':'Şablon\x20ekle','No\x20templates\x20available.':'Kullanılabilir\x20şablon\x20yok.','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'\x22%0\x22\x20ile\x20eşleşen\x20şablon\x20bulunamadı.','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'Lütfen\x20farklı\x20bir\x20kelime\x20grubu\x20deneyin\x20veya\x20yazım\x20denetimi\x20yapın.','Search\x20template':'Şablon\x20ara','%0\x20templates\x20found':'%0\x20şablon\x20bulundu'},'getPluralForm':_0x3985c3=>_0x3985c3>0x1}};
23
+ export default{'tr':{'dictionary':{'Template':'Şablon','Insert\x20template':'Şablon\x20ekle','No\x20templates\x20available.':'Kullanılabilir\x20şablon\x20yok.','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'\x22%0\x22\x20ile\x20eşleşen\x20şablon\x20bulunamadı.','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'Lütfen\x20farklı\x20bir\x20kelime\x20grubu\x20deneyin\x20veya\x20yazım\x20denetimi\x20yapın.','Search\x20template':'Şablon\x20ara','%0\x20templates\x20found':'%0\x20şablon\x20bulundu'},'getPluralForm':_0x4fc7ed=>_0x4fc7ed>0x1}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x216f98=>{const {tr:{dictionary:_0x77cbae,getPluralForm:_0x57982d}}={'tr':{'dictionary':{'Template':'Şablon','Insert\x20template':'Şablon\x20ekle','No\x20templates\x20available.':'Kullanılabilir\x20şablon\x20yok.','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'\x22%0\x22\x20ile\x20eşleşen\x20şablon\x20bulunamadı.','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'Lütfen\x20farklı\x20bir\x20kelime\x20grubu\x20deneyin\x20veya\x20yazım\x20denetimi\x20yapın.','Search\x20template':'Şablon\x20ara','%0\x20templates\x20found':'%0\x20şablon\x20bulundu'},'getPluralForm':_0x598378=>_0x598378>0x1}};_0x216f98['tr']||={'dictionary':{},'getPluralForm':null},_0x216f98['tr']['dictionary']=Object['assign'](_0x216f98['tr']['dictionary'],_0x77cbae),_0x216f98['tr']['getPluralForm']=_0x57982d;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x4288ec=>{const {tr:{dictionary:_0x19d5e5,getPluralForm:_0x373090}}={'tr':{'dictionary':{'Template':'Şablon','Insert\x20template':'Şablon\x20ekle','No\x20templates\x20available.':'Kullanılabilir\x20şablon\x20yok.','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'\x22%0\x22\x20ile\x20eşleşen\x20şablon\x20bulunamadı.','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'Lütfen\x20farklı\x20bir\x20kelime\x20grubu\x20deneyin\x20veya\x20yazım\x20denetimi\x20yapın.','Search\x20template':'Şablon\x20ara','%0\x20templates\x20found':'%0\x20şablon\x20bulundu'},'getPluralForm':_0x53da22=>_0x53da22>0x1}};_0x4288ec['tr']||={'dictionary':{},'getPluralForm':null},_0x4288ec['tr']['dictionary']=Object['assign'](_0x4288ec['tr']['dictionary'],_0x19d5e5),_0x4288ec['tr']['getPluralForm']=_0x373090;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'uk':{'dictionary':{'Template':'Шаблон','Insert\x20template':'Вставити\x20шаблон','No\x20templates\x20available.':'Немає\x20доступних\x20шаблонів','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'Не\x20знайдено\x20шаблонів,\x20які\x20б\x20відповідали\x20\x22%0\x22.','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'Будь\x20ласка,\x20спробуйте\x20іншу\x20фразу\x20або\x20перевірте\x20написання.','Search\x20template':'Шукати\x20шаблон','%0\x20templates\x20found':'Знайдено\x20%0\x20шаблонів'},'getPluralForm':_0xe0be1c=>_0xe0be1c%0x1==0x0&&_0xe0be1c%0xa==0x1&&_0xe0be1c%0x64!=0xb?0x0:_0xe0be1c%0x1==0x0&&_0xe0be1c%0xa>=0x2&&_0xe0be1c%0xa<=0x4&&(_0xe0be1c%0x64<0xc||_0xe0be1c%0x64>0xe)?0x1:_0xe0be1c%0x1==0x0&&(_0xe0be1c%0xa==0x0||_0xe0be1c%0xa>=0x5&&_0xe0be1c%0xa<=0x9||_0xe0be1c%0x64>=0xb&&_0xe0be1c%0x64<=0xe)?0x2:0x3}};
23
+ export default{'uk':{'dictionary':{'Template':'Шаблон','Insert\x20template':'Вставити\x20шаблон','No\x20templates\x20available.':'Немає\x20доступних\x20шаблонів','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'Не\x20знайдено\x20шаблонів,\x20які\x20б\x20відповідали\x20\x22%0\x22.','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'Будь\x20ласка,\x20спробуйте\x20іншу\x20фразу\x20або\x20перевірте\x20написання.','Search\x20template':'Шукати\x20шаблон','%0\x20templates\x20found':'Знайдено\x20%0\x20шаблонів'},'getPluralForm':_0x1b81c7=>_0x1b81c7%0x1==0x0&&_0x1b81c7%0xa==0x1&&_0x1b81c7%0x64!=0xb?0x0:_0x1b81c7%0x1==0x0&&_0x1b81c7%0xa>=0x2&&_0x1b81c7%0xa<=0x4&&(_0x1b81c7%0x64<0xc||_0x1b81c7%0x64>0xe)?0x1:_0x1b81c7%0x1==0x0&&(_0x1b81c7%0xa==0x0||_0x1b81c7%0xa>=0x5&&_0x1b81c7%0xa<=0x9||_0x1b81c7%0x64>=0xb&&_0x1b81c7%0x64<=0xe)?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x4b19b7=>{const {uk:{dictionary:_0x544400,getPluralForm:_0x15d9e3}}={'uk':{'dictionary':{'Template':'Шаблон','Insert\x20template':'Вставити\x20шаблон','No\x20templates\x20available.':'Немає\x20доступних\x20шаблонів','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'Не\x20знайдено\x20шаблонів,\x20які\x20б\x20відповідали\x20\x22%0\x22.','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'Будь\x20ласка,\x20спробуйте\x20іншу\x20фразу\x20або\x20перевірте\x20написання.','Search\x20template':'Шукати\x20шаблон','%0\x20templates\x20found':'Знайдено\x20%0\x20шаблонів'},'getPluralForm':_0x1800fc=>_0x1800fc%0x1==0x0&&_0x1800fc%0xa==0x1&&_0x1800fc%0x64!=0xb?0x0:_0x1800fc%0x1==0x0&&_0x1800fc%0xa>=0x2&&_0x1800fc%0xa<=0x4&&(_0x1800fc%0x64<0xc||_0x1800fc%0x64>0xe)?0x1:_0x1800fc%0x1==0x0&&(_0x1800fc%0xa==0x0||_0x1800fc%0xa>=0x5&&_0x1800fc%0xa<=0x9||_0x1800fc%0x64>=0xb&&_0x1800fc%0x64<=0xe)?0x2:0x3}};_0x4b19b7['uk']||={'dictionary':{},'getPluralForm':null},_0x4b19b7['uk']['dictionary']=Object['assign'](_0x4b19b7['uk']['dictionary'],_0x544400),_0x4b19b7['uk']['getPluralForm']=_0x15d9e3;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x454559=>{const {uk:{dictionary:_0x3e1170,getPluralForm:_0x5892bc}}={'uk':{'dictionary':{'Template':'Шаблон','Insert\x20template':'Вставити\x20шаблон','No\x20templates\x20available.':'Немає\x20доступних\x20шаблонів','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'Не\x20знайдено\x20шаблонів,\x20які\x20б\x20відповідали\x20\x22%0\x22.','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'Будь\x20ласка,\x20спробуйте\x20іншу\x20фразу\x20або\x20перевірте\x20написання.','Search\x20template':'Шукати\x20шаблон','%0\x20templates\x20found':'Знайдено\x20%0\x20шаблонів'},'getPluralForm':_0x53f4a6=>_0x53f4a6%0x1==0x0&&_0x53f4a6%0xa==0x1&&_0x53f4a6%0x64!=0xb?0x0:_0x53f4a6%0x1==0x0&&_0x53f4a6%0xa>=0x2&&_0x53f4a6%0xa<=0x4&&(_0x53f4a6%0x64<0xc||_0x53f4a6%0x64>0xe)?0x1:_0x53f4a6%0x1==0x0&&(_0x53f4a6%0xa==0x0||_0x53f4a6%0xa>=0x5&&_0x53f4a6%0xa<=0x9||_0x53f4a6%0x64>=0xb&&_0x53f4a6%0x64<=0xe)?0x2:0x3}};_0x454559['uk']||={'dictionary':{},'getPluralForm':null},_0x454559['uk']['dictionary']=Object['assign'](_0x454559['uk']['dictionary'],_0x3e1170),_0x454559['uk']['getPluralForm']=_0x5892bc;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'uz':{'dictionary':{'Template':'','Insert\x20template':'Shablonni\x20kiritish','No\x20templates\x20available.':'Hech\x20qanday\x20shablon\x20mavjud\x20emas.','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'Iltimos,\x20boshqa\x20iborani\x20sinab\x20ko\x27ring\x20yoki\x20imloni\x20tekshiring.','Search\x20template':'Shablonni\x20qidirish','%0\x20templates\x20found':''},'getPluralForm':_0x7988f9=>0x0}};
23
+ export default{'uz':{'dictionary':{'Template':'','Insert\x20template':'Shablonni\x20kiritish','No\x20templates\x20available.':'Hech\x20qanday\x20shablon\x20mavjud\x20emas.','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'Iltimos,\x20boshqa\x20iborani\x20sinab\x20ko\x27ring\x20yoki\x20imloni\x20tekshiring.','Search\x20template':'Shablonni\x20qidirish','%0\x20templates\x20found':''},'getPluralForm':_0x1415b8=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x4107e9=>{const {uz:{dictionary:_0x13509d,getPluralForm:_0x6a14e2}}={'uz':{'dictionary':{'Template':'','Insert\x20template':'Shablonni\x20kiritish','No\x20templates\x20available.':'Hech\x20qanday\x20shablon\x20mavjud\x20emas.','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'Iltimos,\x20boshqa\x20iborani\x20sinab\x20ko\x27ring\x20yoki\x20imloni\x20tekshiring.','Search\x20template':'Shablonni\x20qidirish','%0\x20templates\x20found':''},'getPluralForm':_0x558689=>0x0}};_0x4107e9['uz']||={'dictionary':{},'getPluralForm':null},_0x4107e9['uz']['dictionary']=Object['assign'](_0x4107e9['uz']['dictionary'],_0x13509d),_0x4107e9['uz']['getPluralForm']=_0x6a14e2;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x5c4240=>{const {uz:{dictionary:_0x345cf7,getPluralForm:_0x1aa9e0}}={'uz':{'dictionary':{'Template':'','Insert\x20template':'Shablonni\x20kiritish','No\x20templates\x20available.':'Hech\x20qanday\x20shablon\x20mavjud\x20emas.','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'Iltimos,\x20boshqa\x20iborani\x20sinab\x20ko\x27ring\x20yoki\x20imloni\x20tekshiring.','Search\x20template':'Shablonni\x20qidirish','%0\x20templates\x20found':''},'getPluralForm':_0x547df7=>0x0}};_0x5c4240['uz']||={'dictionary':{},'getPluralForm':null},_0x5c4240['uz']['dictionary']=Object['assign'](_0x5c4240['uz']['dictionary'],_0x345cf7),_0x5c4240['uz']['getPluralForm']=_0x1aa9e0;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'vi':{'dictionary':{'Template':'Mẫu','Insert\x20template':'Chèn\x20mẫu\x20sẵn','No\x20templates\x20available.':'Không\x20có\x20mẫu\x20sẵn\x20nào.','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'Không\x20tìm\x20thấy\x20mẫu\x20sẵn\x20nào\x20khớp\x20với\x20\x22%0\x22.','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'Vui\x20lòng\x20thử\x20một\x20cụm\x20từ\x20khác\x20hoặc\x20kiểm\x20tra\x20lại\x20cụm\x20từ.','Search\x20template':'Tìm\x20mẫu\x20sẵn','%0\x20templates\x20found':'Đã\x20tìm\x20thấy\x20%0\x20mẫu'},'getPluralForm':_0x555385=>0x0}};
23
+ export default{'vi':{'dictionary':{'Template':'Mẫu','Insert\x20template':'Chèn\x20mẫu\x20sẵn','No\x20templates\x20available.':'Không\x20có\x20mẫu\x20sẵn\x20nào.','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'Không\x20tìm\x20thấy\x20mẫu\x20sẵn\x20nào\x20khớp\x20với\x20\x22%0\x22.','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'Vui\x20lòng\x20thử\x20một\x20cụm\x20từ\x20khác\x20hoặc\x20kiểm\x20tra\x20lại\x20cụm\x20từ.','Search\x20template':'Tìm\x20mẫu\x20sẵn','%0\x20templates\x20found':'Đã\x20tìm\x20thấy\x20%0\x20mẫu'},'getPluralForm':_0x56074e=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x3a6f99=>{const {vi:{dictionary:_0xa9dcc8,getPluralForm:_0x4411a1}}={'vi':{'dictionary':{'Template':'Mẫu','Insert\x20template':'Chèn\x20mẫu\x20sẵn','No\x20templates\x20available.':'Không\x20có\x20mẫu\x20sẵn\x20nào.','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'Không\x20tìm\x20thấy\x20mẫu\x20sẵn\x20nào\x20khớp\x20với\x20\x22%0\x22.','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'Vui\x20lòng\x20thử\x20một\x20cụm\x20từ\x20khác\x20hoặc\x20kiểm\x20tra\x20lại\x20cụm\x20từ.','Search\x20template':'Tìm\x20mẫu\x20sẵn','%0\x20templates\x20found':'Đã\x20tìm\x20thấy\x20%0\x20mẫu'},'getPluralForm':_0x321c3c=>0x0}};_0x3a6f99['vi']||={'dictionary':{},'getPluralForm':null},_0x3a6f99['vi']['dictionary']=Object['assign'](_0x3a6f99['vi']['dictionary'],_0xa9dcc8),_0x3a6f99['vi']['getPluralForm']=_0x4411a1;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x21a59d=>{const {vi:{dictionary:_0x5587cd,getPluralForm:_0x290d2d}}={'vi':{'dictionary':{'Template':'Mẫu','Insert\x20template':'Chèn\x20mẫu\x20sẵn','No\x20templates\x20available.':'Không\x20có\x20mẫu\x20sẵn\x20nào.','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'Không\x20tìm\x20thấy\x20mẫu\x20sẵn\x20nào\x20khớp\x20với\x20\x22%0\x22.','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'Vui\x20lòng\x20thử\x20một\x20cụm\x20từ\x20khác\x20hoặc\x20kiểm\x20tra\x20lại\x20cụm\x20từ.','Search\x20template':'Tìm\x20mẫu\x20sẵn','%0\x20templates\x20found':'Đã\x20tìm\x20thấy\x20%0\x20mẫu'},'getPluralForm':_0x27cae8=>0x0}};_0x21a59d['vi']||={'dictionary':{},'getPluralForm':null},_0x21a59d['vi']['dictionary']=Object['assign'](_0x21a59d['vi']['dictionary'],_0x5587cd),_0x21a59d['vi']['getPluralForm']=_0x290d2d;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'zh-cn':{'dictionary':{'Template':'模板','Insert\x20template':'插入模板','No\x20templates\x20available.':'无可用的模板','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'未找到与\x22%0\x22匹配的模板。','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'请尝试使用不同的短语或检查拼写。','Search\x20template':'搜索模板','%0\x20templates\x20found':'找到\x20%0\x20个模板'},'getPluralForm':_0x3636b9=>0x0}};
23
+ export default{'zh-cn':{'dictionary':{'Template':'模板','Insert\x20template':'插入模板','No\x20templates\x20available.':'无可用的模板','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'未找到与\x22%0\x22匹配的模板。','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'请尝试使用不同的短语或检查拼写。','Search\x20template':'搜索模板','%0\x20templates\x20found':'找到\x20%0\x20个模板'},'getPluralForm':_0x22416f=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x43c78d=>{const {'zh-cn':{dictionary:_0x2a634e,getPluralForm:_0x3a9134}}={'zh-cn':{'dictionary':{'Template':'模板','Insert\x20template':'插入模板','No\x20templates\x20available.':'无可用的模板','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'未找到与\x22%0\x22匹配的模板。','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'请尝试使用不同的短语或检查拼写。','Search\x20template':'搜索模板','%0\x20templates\x20found':'找到\x20%0\x20个模板'},'getPluralForm':_0x4174df=>0x0}};_0x43c78d['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x43c78d['zh-cn']['dictionary']=Object['assign'](_0x43c78d['zh-cn']['dictionary'],_0x2a634e),_0x43c78d['zh-cn']['getPluralForm']=_0x3a9134;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x39cf7c=>{const {'zh-cn':{dictionary:_0x55842a,getPluralForm:_0x2f1c1e}}={'zh-cn':{'dictionary':{'Template':'模板','Insert\x20template':'插入模板','No\x20templates\x20available.':'无可用的模板','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'未找到与\x22%0\x22匹配的模板。','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'请尝试使用不同的短语或检查拼写。','Search\x20template':'搜索模板','%0\x20templates\x20found':'找到\x20%0\x20个模板'},'getPluralForm':_0x574878=>0x0}};_0x39cf7c['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x39cf7c['zh-cn']['dictionary']=Object['assign'](_0x39cf7c['zh-cn']['dictionary'],_0x55842a),_0x39cf7c['zh-cn']['getPluralForm']=_0x2f1c1e;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'zh':{'dictionary':{'Template':'範本','Insert\x20template':'插入範本','No\x20templates\x20available.':'無可用範本。','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'找不到符合「%0」的範本','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'請嘗試其他詞彙或確認拼寫是否正確。','Search\x20template':'搜尋範本','%0\x20templates\x20found':'已找到\x20%0\x20個範本'},'getPluralForm':_0x19ac35=>0x0}};
23
+ export default{'zh':{'dictionary':{'Template':'範本','Insert\x20template':'插入範本','No\x20templates\x20available.':'無可用範本。','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'找不到符合「%0」的範本','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'請嘗試其他詞彙或確認拼寫是否正確。','Search\x20template':'搜尋範本','%0\x20templates\x20found':'已找到\x20%0\x20個範本'},'getPluralForm':_0x466022=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x4b46c2=>{const {zh:{dictionary:_0x2aa564,getPluralForm:_0x4c4091}}={'zh':{'dictionary':{'Template':'範本','Insert\x20template':'插入範本','No\x20templates\x20available.':'無可用範本。','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'找不到符合「%0」的範本','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'請嘗試其他詞彙或確認拼寫是否正確。','Search\x20template':'搜尋範本','%0\x20templates\x20found':'已找到\x20%0\x20個範本'},'getPluralForm':_0x194f5e=>0x0}};_0x4b46c2['zh']||={'dictionary':{},'getPluralForm':null},_0x4b46c2['zh']['dictionary']=Object['assign'](_0x4b46c2['zh']['dictionary'],_0x2aa564),_0x4b46c2['zh']['getPluralForm']=_0x4c4091;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x31854d=>{const {zh:{dictionary:_0x4a9041,getPluralForm:_0x4d53c9}}={'zh':{'dictionary':{'Template':'範本','Insert\x20template':'插入範本','No\x20templates\x20available.':'無可用範本。','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'找不到符合「%0」的範本','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'請嘗試其他詞彙或確認拼寫是否正確。','Search\x20template':'搜尋範本','%0\x20templates\x20found':'已找到\x20%0\x20個範本'},'getPluralForm':_0x3bec59=>0x0}};_0x31854d['zh']||={'dictionary':{},'getPluralForm':null},_0x31854d['zh']['dictionary']=Object['assign'](_0x31854d['zh']['dictionary'],_0x4a9041),_0x31854d['zh']['getPluralForm']=_0x4d53c9;})(window['CKEDITOR_TRANSLATIONS']||={});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-template",
3
- "version": "0.0.0-nightly-20241015.0",
3
+ "version": "0.0.0-nightly-20241017.0",
4
4
  "description": "Template feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -22,11 +22,11 @@
22
22
  "type": "module",
23
23
  "main": "src/index.js",
24
24
  "dependencies": {
25
- "@ckeditor/ckeditor5-core": "0.0.0-nightly-20241015.0",
26
- "@ckeditor/ckeditor5-ui": "0.0.0-nightly-20241015.0",
27
- "@ckeditor/ckeditor5-utils": "0.0.0-nightly-20241015.0",
28
- "ckeditor5": "0.0.0-nightly-20241015.0",
29
- "ckeditor5-collaboration": "0.0.0-nightly-20241015.0"
25
+ "@ckeditor/ckeditor5-core": "0.0.0-nightly-20241017.0",
26
+ "@ckeditor/ckeditor5-ui": "0.0.0-nightly-20241017.0",
27
+ "@ckeditor/ckeditor5-utils": "0.0.0-nightly-20241017.0",
28
+ "ckeditor5": "0.0.0-nightly-20241017.0",
29
+ "ckeditor5-collaboration": "0.0.0-nightly-20241017.0"
30
30
  },
31
31
  "license": "SEE LICENSE IN LICENSE.md",
32
32
  "author": "CKSource (http://cksource.com/)",
package/src/index.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x3094(){var _0x35df0=['14wcxcIb','2763522tqBbZa','475483GvaTUh','11429YPfuSZ','501716qOSpvI','4xBcgur','2441048LrtJhx','1651524qamthm','3925845uBkZex','15RJHkCN','13730zquNDZ'];_0x3094=function(){return _0x35df0;};return _0x3094();}function _0x36cd(_0x255794,_0x5e63f6){var _0x309448=_0x3094();return _0x36cd=function(_0x36cdf8,_0x3cdf30){_0x36cdf8=_0x36cdf8-0x1da;var _0x2fe364=_0x309448[_0x36cdf8];return _0x2fe364;},_0x36cd(_0x255794,_0x5e63f6);}(function(_0x4f68a0,_0x579611){var _0x4756b0=_0x36cd,_0x46c9ea=_0x4f68a0();while(!![]){try{var _0x2d6c58=parseInt(_0x4756b0(0x1da))/0x1*(parseInt(_0x4756b0(0x1dd))/0x2)+parseInt(_0x4756b0(0x1e1))/0x3*(parseInt(_0x4756b0(0x1dc))/0x4)+-parseInt(_0x4756b0(0x1e0))/0x5+parseInt(_0x4756b0(0x1df))/0x6*(parseInt(_0x4756b0(0x1e3))/0x7)+parseInt(_0x4756b0(0x1de))/0x8+parseInt(_0x4756b0(0x1e4))/0x9+parseInt(_0x4756b0(0x1e2))/0xa*(-parseInt(_0x4756b0(0x1db))/0xb);if(_0x2d6c58===_0x579611)break;else _0x46c9ea['push'](_0x46c9ea['shift']());}catch(_0x44ab73){_0x46c9ea['push'](_0x46c9ea['shift']());}}}(_0x3094,0x812c4));export{default as Template}from'./template.js';export{default as TemplateCommand}from'./templatecommand.js';export{default as TemplateEditing}from'./templateediting.js';export{default as TemplateUI}from'./templateui.js';import'./augmentation.js';
23
+ (function(_0x561ad2,_0x3be8fe){var _0x4f79c0=_0x3b32,_0x2809e8=_0x561ad2();while(!![]){try{var _0x33c466=-parseInt(_0x4f79c0(0x168))/0x1+-parseInt(_0x4f79c0(0x16c))/0x2+parseInt(_0x4f79c0(0x16a))/0x3+-parseInt(_0x4f79c0(0x169))/0x4*(parseInt(_0x4f79c0(0x165))/0x5)+-parseInt(_0x4f79c0(0x167))/0x6*(-parseInt(_0x4f79c0(0x16b))/0x7)+parseInt(_0x4f79c0(0x164))/0x8+parseInt(_0x4f79c0(0x166))/0x9;if(_0x33c466===_0x3be8fe)break;else _0x2809e8['push'](_0x2809e8['shift']());}catch(_0x55e197){_0x2809e8['push'](_0x2809e8['shift']());}}}(_0x5aa2,0xe1a1a));export{default as Template}from'./template.js';function _0x5aa2(){var _0x3b6f89=['600150qiuJfh','648316VHvnZz','1220ocNgrX','1167909fnTHRH','56CSBRQq','2918066fHGXgE','11755440vIZOuh','14240yPpSEX','11171178qTgdKk'];_0x5aa2=function(){return _0x3b6f89;};return _0x5aa2();}export{default as TemplateCommand}from'./templatecommand.js';function _0x3b32(_0x41b198,_0x558638){var _0x5aa2e5=_0x5aa2();return _0x3b32=function(_0x3b32e7,_0x2edf25){_0x3b32e7=_0x3b32e7-0x164;var _0x5aad46=_0x5aa2e5[_0x3b32e7];return _0x5aad46;},_0x3b32(_0x41b198,_0x558638);}export{default as TemplateEditing}from'./templateediting.js';export{default as TemplateUI}from'./templateui.js';import'./augmentation.js';
package/src/template.d.ts CHANGED
@@ -23,6 +23,14 @@ export default class Template extends Plugin {
23
23
  * @inheritDoc
24
24
  */
25
25
  static get pluginName(): "Template";
26
+ /**
27
+ * @inheritDoc
28
+ */
29
+ static get isOfficialPlugin(): true;
30
+ /**
31
+ * @inheritDoc
32
+ */
33
+ static get isPremiumPlugin(): true;
26
34
  }
27
35
  /**
28
36
  * The configuration of the template feature.
package/src/template.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x296ee8=_0x5d33;(function(_0x1a4d75,_0x12bbee){var _0x4a03dd=_0x5d33,_0x417687=_0x1a4d75();while(!![]){try{var _0xab4b33=parseInt(_0x4a03dd(0x9a))/0x1+-parseInt(_0x4a03dd(0x96))/0x2+-parseInt(_0x4a03dd(0x93))/0x3+parseInt(_0x4a03dd(0x99))/0x4+-parseInt(_0x4a03dd(0x9d))/0x5*(-parseInt(_0x4a03dd(0x97))/0x6)+parseInt(_0x4a03dd(0x92))/0x7*(parseInt(_0x4a03dd(0x98))/0x8)+parseInt(_0x4a03dd(0x95))/0x9;if(_0xab4b33===_0x12bbee)break;else _0x417687['push'](_0x417687['shift']());}catch(_0x5c6a21){_0x417687['push'](_0x417687['shift']());}}}(_0x34d9,0xe0f21));import{Plugin as _0x1e8854}from'ckeditor5/src/core.js';import _0x117c1f from'./templateediting.js';function _0x34d9(){var _0x708435=['3424854fASgKg','4628248FWOVBp','1569008vnphNY','1184925vLFAiP','requires','pluginName','5EkZJlo','7piHYBu','729540QwFRtl','Template','546624yBgsXQ','3245392SaDgpR'];_0x34d9=function(){return _0x708435;};return _0x34d9();}import _0x3fd55d from'./templateui.js';function _0x5d33(_0x319b4b,_0x186dc3){var _0x34d919=_0x34d9();return _0x5d33=function(_0x5d33c4,_0x5ed375){_0x5d33c4=_0x5d33c4-0x92;var _0x423ab3=_0x34d919[_0x5d33c4];return _0x423ab3;},_0x5d33(_0x319b4b,_0x186dc3);}export default class m extends _0x1e8854{static get[_0x296ee8(0x9b)](){return[_0x117c1f,_0x3fd55d];}static get[_0x296ee8(0x9c)](){var _0x38232b=_0x296ee8;return _0x38232b(0x94);}}
23
+ var _0x38b795=_0x30fb;(function(_0x192896,_0x54d37a){var _0x5a8a59=_0x30fb,_0x585a96=_0x192896();while(!![]){try{var _0x3736f8=parseInt(_0x5a8a59(0x1bb))/0x1*(parseInt(_0x5a8a59(0x1b5))/0x2)+parseInt(_0x5a8a59(0x1b1))/0x3+parseInt(_0x5a8a59(0x1b2))/0x4+-parseInt(_0x5a8a59(0x1ba))/0x5*(-parseInt(_0x5a8a59(0x1b8))/0x6)+-parseInt(_0x5a8a59(0x1bc))/0x7+-parseInt(_0x5a8a59(0x1b6))/0x8+-parseInt(_0x5a8a59(0x1b7))/0x9*(parseInt(_0x5a8a59(0x1bd))/0xa);if(_0x3736f8===_0x54d37a)break;else _0x585a96['push'](_0x585a96['shift']());}catch(_0x41ff17){_0x585a96['push'](_0x585a96['shift']());}}}(_0x2157,0xbf715));function _0x30fb(_0x2d0172,_0x6485fc){var _0x21571e=_0x2157();return _0x30fb=function(_0x30fbd3,_0x22eee7){_0x30fbd3=_0x30fbd3-0x1b0;var _0x1c5095=_0x21571e[_0x30fbd3];return _0x1c5095;},_0x30fb(_0x2d0172,_0x6485fc);}import{Plugin as _0x2b9e77}from'ckeditor5/src/core.js';function _0x2157(){var _0x33c715=['isPremiumPlugin','requires','38aPQYTY','1675720EnpMDc','9GPMrPo','40818YXbVHE','isOfficialPlugin','765bvOwvv','14797ruPAhk','2802275GFkmYc','16428810TGesfa','Template','pluginName','4408632fnTves','981096JITEmD'];_0x2157=function(){return _0x33c715;};return _0x2157();}import _0x12130e from'./templateediting.js';import _0x231196 from'./templateui.js';export default class s extends _0x2b9e77{static get[_0x38b795(0x1b4)](){return[_0x12130e,_0x231196];}static get[_0x38b795(0x1b0)](){var _0x132aa4=_0x38b795;return _0x132aa4(0x1be);}static get[_0x38b795(0x1b9)](){return!0x0;}static get[_0x38b795(0x1b3)](){return!0x0;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x5571(_0x1b9f4a,_0x4993ed){const _0x2684f1=_0x2684();return _0x5571=function(_0x5571c7,_0x5c5f5f){_0x5571c7=_0x5571c7-0x17f;let _0x436d2d=_0x2684f1[_0x5571c7];return _0x436d2d;},_0x5571(_0x1b9f4a,_0x4993ed);}const _0x39e054=_0x5571;(function(_0x3dae69,_0x43923f){const _0xa129b=_0x5571,_0x54034b=_0x3dae69();while(!![]){try{const _0x1a32d=parseInt(_0xa129b(0x193))/0x1+parseInt(_0xa129b(0x192))/0x2*(parseInt(_0xa129b(0x18d))/0x3)+parseInt(_0xa129b(0x18c))/0x4*(-parseInt(_0xa129b(0x17f))/0x5)+parseInt(_0xa129b(0x18b))/0x6+parseInt(_0xa129b(0x18a))/0x7*(-parseInt(_0xa129b(0x185))/0x8)+parseInt(_0xa129b(0x191))/0x9+-parseInt(_0xa129b(0x189))/0xa*(-parseInt(_0xa129b(0x187))/0xb);if(_0x1a32d===_0x43923f)break;else _0x54034b['push'](_0x54034b['shift']());}catch(_0x5e5764){_0x54034b['push'](_0x54034b['shift']());}}}(_0x2684,0xc3d23));import{Command as _0x3d838c}from'ckeditor5/src/core.js';export default class c extends _0x3d838c{[_0x39e054(0x182)](_0x42a161){const _0x4ecb81=_0x39e054,{model:_0x46ed71}=this[_0x4ecb81(0x184)];let _0x4e9ec7;switch(typeof _0x42a161){case _0x4ecb81(0x186):_0x4e9ec7=_0x42a161;break;case _0x4ecb81(0x183):_0x4e9ec7=_0x42a161();}_0x4ecb81(0x186)==typeof _0x4e9ec7&&_0x46ed71[_0x4ecb81(0x180)](()=>{const _0x3be22e=_0x4ecb81,_0x1fd83b=this[_0x3be22e(0x184)][_0x3be22e(0x18e)][_0x3be22e(0x190)][_0x3be22e(0x18f)](_0x4e9ec7),_0x4fe27f=this[_0x3be22e(0x184)][_0x3be22e(0x18e)][_0x3be22e(0x181)](_0x1fd83b);_0x46ed71[_0x3be22e(0x188)](_0x4fe27f);});}}function _0x2684(){const _0xc1c529=['2333226yRvwdT','4837108aqPyEg','604542VIZCsm','data','toView','htmlProcessor','7387263PElHMo','6AAwmid','492497QzpIXh','5uGysHK','change','toModel','execute','function','editor','8zTRHOB','string','9918469CFJlVp','insertContent','10jMuOZz','8379252uWOclx'];_0x2684=function(){return _0xc1c529;};return _0x2684();}
23
+ const _0x1947c3=_0x19db;function _0x253e(){const _0xc6fafd=['change','editor','string','toView','4165182ieVRCg','data','htmlProcessor','2597982bhUpYv','30ZbpiTR','toModel','3648120CBstaM','270614CoHzmj','29022320IFuHzz','function','insertContent','3755728lcHOtf','1172929tWWtWX','execute'];_0x253e=function(){return _0xc6fafd;};return _0x253e();}(function(_0x48e087,_0xa85140){const _0x4633cf=_0x19db,_0x4ff531=_0x48e087();while(!![]){try{const _0x1abb5b=-parseInt(_0x4633cf(0x185))/0x1+parseInt(_0x4633cf(0x180))/0x2*(-parseInt(_0x4633cf(0x17d))/0x3)+-parseInt(_0x4633cf(0x184))/0x4+parseInt(_0x4633cf(0x17f))/0x5+parseInt(_0x4633cf(0x17c))/0x6+-parseInt(_0x4633cf(0x18b))/0x7+parseInt(_0x4633cf(0x181))/0x8;if(_0x1abb5b===_0xa85140)break;else _0x4ff531['push'](_0x4ff531['shift']());}catch(_0x5b9c7d){_0x4ff531['push'](_0x4ff531['shift']());}}}(_0x253e,0xb2556));import{Command as _0x262108}from'ckeditor5/src/core.js';function _0x19db(_0x479f50,_0x324949){const _0x253e26=_0x253e();return _0x19db=function(_0x19dbec,_0x4c19b6){_0x19dbec=_0x19dbec-0x17c;let _0x1b0259=_0x253e26[_0x19dbec];return _0x1b0259;},_0x19db(_0x479f50,_0x324949);}export default class o extends _0x262108{[_0x1947c3(0x186)](_0x3a8794){const _0x508e33=_0x1947c3,{model:_0x17b454}=this[_0x508e33(0x188)];let _0x1ec03b;switch(typeof _0x3a8794){case _0x508e33(0x189):_0x1ec03b=_0x3a8794;break;case _0x508e33(0x182):_0x1ec03b=_0x3a8794();}_0x508e33(0x189)==typeof _0x1ec03b&&_0x17b454[_0x508e33(0x187)](()=>{const _0x237681=_0x508e33,_0x5a2a15=this[_0x237681(0x188)][_0x237681(0x18c)][_0x237681(0x18d)][_0x237681(0x18a)](_0x1ec03b),_0x5621a1=this[_0x237681(0x188)][_0x237681(0x18c)][_0x237681(0x17e)](_0x5a2a15);_0x17b454[_0x237681(0x183)](_0x5621a1);});}}
@@ -15,6 +15,14 @@ export default class TemplateEditing extends Plugin {
15
15
  * @inheritDoc
16
16
  */
17
17
  static get pluginName(): "TemplateEditing";
18
+ /**
19
+ * @inheritDoc
20
+ */
21
+ static get isOfficialPlugin(): true;
22
+ /**
23
+ * @inheritDoc
24
+ */
25
+ static get isPremiumPlugin(): true;
18
26
  /**
19
27
  * @inheritDoc
20
28
  */
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x351108=_0x1fa3;function _0x626b(){const _0x293144=['template-trial-license-key-reached-limit-changes','pluginName','250251lVEUZW','72PZkaJE','templateLicenseKeyValid','You\x20are\x20using\x20the\x20trial\x20version\x20of\x20CKEditor\x205\x20template\x20plugin\x20with\x20limited\x20usage.\x20Make\x20sure\x20you\x20will\x20not\x20use\x20it\x20in\x20the\x20production\x20environment.','insertTemplate','TemplateEditing','_licenseKeyCheckInterval','6170717ZnKPHv','8sdzZGA','templateLicenseKeyInvalid','destroy','editor','licenseKey','2187545HXzCmq','info','2gYynpz','36PiaSPZ','commands','6kvvAfA','config','5670247wteqEn','261302PtQJRB','templateLicenseKeyTrial','templateLicenseKeyTrialLimit:operations','init','8792172tCiyHH','template-invalid-license-key','5034140aTUyug','get','add'];_0x626b=function(){return _0x293144;};return _0x626b();}(function(_0x804716,_0x29cb58){const _0x4bdf71=_0x1fa3,_0x29cbec=_0x804716();while(!![]){try{const _0x5aef25=parseInt(_0x4bdf71(0x12e))/0x1*(parseInt(_0x4bdf71(0x134))/0x2)+-parseInt(_0x4bdf71(0x13f))/0x3*(-parseInt(_0x4bdf71(0x12f))/0x4)+parseInt(_0x4bdf71(0x12c))/0x5*(parseInt(_0x4bdf71(0x131))/0x6)+parseInt(_0x4bdf71(0x126))/0x7*(parseInt(_0x4bdf71(0x127))/0x8)+parseInt(_0x4bdf71(0x138))/0x9+parseInt(_0x4bdf71(0x13a))/0xa+parseInt(_0x4bdf71(0x133))/0xb*(-parseInt(_0x4bdf71(0x140))/0xc);if(_0x5aef25===_0x29cb58)break;else _0x29cbec['push'](_0x29cbec['shift']());}catch(_0x4a4ef9){_0x29cbec['push'](_0x29cbec['shift']());}}}(_0x626b,0xaf6db));function _0x1fa3(_0x1c184b,_0x45b09a){const _0x626b87=_0x626b();return _0x1fa3=function(_0x1fa3a8,_0x206e0a){_0x1fa3a8=_0x1fa3a8-0x124;let _0x4fbf14=_0x626b87[_0x1fa3a8];return _0x4fbf14;},_0x1fa3(_0x1c184b,_0x45b09a);}import{Plugin as _0x4a9c9c}from'ckeditor5/src/core.js';import{CKEditorError as _0x5454ab}from'ckeditor5/src/utils.js';import _0x5d0322 from'./templatecommand.js';export default class r extends _0x4a9c9c{static get[_0x351108(0x13e)](){const _0x18eefc=_0x351108;return _0x18eefc(0x124);}constructor(_0x157d33){const _0x3315e1=_0x351108;super(_0x157d33),this[_0x3315e1(0x125)]=null;}[_0x351108(0x137)](){const _0x2f08a4=_0x351108,{editor:_0x18c820}=this;_0x18c820[_0x2f08a4(0x130)][_0x2f08a4(0x13c)](_0x2f08a4(0x143),new _0x5d0322(_0x18c820)),this[_0x2f08a4(0x12b)]=_0x18c820[_0x2f08a4(0x132)][_0x2f08a4(0x13b)](_0x2f08a4(0x12b));const _0x2a23cb=this[_0x2f08a4(0x12a)];this[_0x2f08a4(0x125)]=setInterval(()=>{const _0x314f85=_0x2f08a4;let _0xba7f17;for(const _0x23fd5c in _0x2a23cb){const _0x56ef1c=_0x23fd5c,_0x479ac2=_0x2a23cb[_0x56ef1c];if(_0x314f85(0x135)===_0x479ac2||_0x314f85(0x128)===_0x479ac2||_0x314f85(0x141)===_0x479ac2||_0x314f85(0x136)===_0x479ac2){delete _0x2a23cb[_0x56ef1c],_0xba7f17=_0x479ac2;break;}}if(_0x314f85(0x128)===_0xba7f17)throw clearInterval(this[_0x314f85(0x125)]),new _0x5454ab(_0x314f85(0x139),null);if(_0x314f85(0x135)===_0xba7f17&&console[_0x314f85(0x12d)](_0x314f85(0x142)),_0x314f85(0x136)===_0xba7f17)throw clearInterval(this[_0x314f85(0x125)]),new _0x5454ab(_0x314f85(0x13d),null);_0x314f85(0x141)===_0xba7f17&&clearInterval(this[_0x314f85(0x125)]);},0x3e8);}[_0x351108(0x129)](){const _0x1dffd9=_0x351108;this[_0x1dffd9(0x125)]&&clearInterval(this[_0x1dffd9(0x125)]);}}
23
+ const _0x43b673=_0x3540;function _0x3540(_0x5943fb,_0x4816df){const _0x147f59=_0x147f();return _0x3540=function(_0x3540fa,_0x2e3e7b){_0x3540fa=_0x3540fa-0x141;let _0x1d5fb9=_0x147f59[_0x3540fa];return _0x1d5fb9;},_0x3540(_0x5943fb,_0x4816df);}(function(_0x9dc3e0,_0x148642){const _0x35e82b=_0x3540,_0x5de2c3=_0x9dc3e0();while(!![]){try{const _0x361b15=-parseInt(_0x35e82b(0x159))/0x1+-parseInt(_0x35e82b(0x14b))/0x2*(-parseInt(_0x35e82b(0x150))/0x3)+-parseInt(_0x35e82b(0x15a))/0x4*(-parseInt(_0x35e82b(0x14e))/0x5)+parseInt(_0x35e82b(0x148))/0x6*(-parseInt(_0x35e82b(0x155))/0x7)+parseInt(_0x35e82b(0x152))/0x8+parseInt(_0x35e82b(0x156))/0x9+-parseInt(_0x35e82b(0x153))/0xa*(parseInt(_0x35e82b(0x15d))/0xb);if(_0x361b15===_0x148642)break;else _0x5de2c3['push'](_0x5de2c3['shift']());}catch(_0x39b0fe){_0x5de2c3['push'](_0x5de2c3['shift']());}}}(_0x147f,0x5b031));function _0x147f(){const _0x49d1ec=['363125bVjXMu','16nqNTpm','init','commands','11ygQOyL','_licenseKeyCheckInterval','templateLicenseKeyInvalid','template-invalid-license-key','info','insertTemplate','templateLicenseKeyValid','add','isPremiumPlugin','templateLicenseKeyTrialLimit:operations','templateLicenseKeyTrial','pluginName','12dJeNfo','config','isOfficialPlugin','28510PJeYHJ','get','TemplateEditing','465835dijEUm','editor','111iVCpiw','licenseKey','3487352QRewEI','6717720lLCLMn','template-trial-license-key-reached-limit-changes','951454PRhstS','3091536ddMPKt','You\x20are\x20using\x20the\x20trial\x20version\x20of\x20CKEditor\x205\x20template\x20plugin\x20with\x20limited\x20usage.\x20Make\x20sure\x20you\x20will\x20not\x20use\x20it\x20in\x20the\x20production\x20environment.','destroy'];_0x147f=function(){return _0x49d1ec;};return _0x147f();}import{Plugin as _0x52329b}from'ckeditor5/src/core.js';import{CKEditorError as _0x5a5b6e}from'ckeditor5/src/utils.js';import _0xce7958 from'./templatecommand.js';export default class r extends _0x52329b{static get[_0x43b673(0x147)](){const _0x400eca=_0x43b673;return _0x400eca(0x14d);}static get[_0x43b673(0x14a)](){return!0x0;}static get[_0x43b673(0x144)](){return!0x0;}constructor(_0x5075e4){const _0x5991ea=_0x43b673;super(_0x5075e4),this[_0x5991ea(0x15e)]=null;}[_0x43b673(0x15b)](){const _0x3546b2=_0x43b673,{editor:_0x57ac07}=this;_0x57ac07[_0x3546b2(0x15c)][_0x3546b2(0x143)](_0x3546b2(0x141),new _0xce7958(_0x57ac07)),this[_0x3546b2(0x151)]=_0x57ac07[_0x3546b2(0x149)][_0x3546b2(0x14c)](_0x3546b2(0x151));const _0xf9bb21=this[_0x3546b2(0x14f)];this[_0x3546b2(0x15e)]=setInterval(()=>{const _0xd38426=_0x3546b2;let _0x3abae5;for(const _0x37d9c5 in _0xf9bb21){const _0x11bf7e=_0x37d9c5,_0x49cddd=_0xf9bb21[_0x11bf7e];if(_0xd38426(0x146)===_0x49cddd||_0xd38426(0x15f)===_0x49cddd||_0xd38426(0x142)===_0x49cddd||_0xd38426(0x145)===_0x49cddd){delete _0xf9bb21[_0x11bf7e],_0x3abae5=_0x49cddd;break;}}if(_0xd38426(0x15f)===_0x3abae5)throw clearInterval(this[_0xd38426(0x15e)]),new _0x5a5b6e(_0xd38426(0x160),null);if(_0xd38426(0x146)===_0x3abae5&&console[_0xd38426(0x161)](_0xd38426(0x157)),_0xd38426(0x145)===_0x3abae5)throw clearInterval(this[_0xd38426(0x15e)]),new _0x5a5b6e(_0xd38426(0x154),null);_0xd38426(0x142)===_0x3abae5&&clearInterval(this[_0xd38426(0x15e)]);},0x3e8);}[_0x43b673(0x158)](){const _0x4d9a6c=_0x43b673;this[_0x4d9a6c(0x15e)]&&clearInterval(this[_0x4d9a6c(0x15e)]);}}
@@ -18,6 +18,14 @@ export default class TemplateUI extends Plugin {
18
18
  * @inheritDoc
19
19
  */
20
20
  static get pluginName(): "TemplateUI";
21
+ /**
22
+ * @inheritDoc
23
+ */
24
+ static get isOfficialPlugin(): true;
25
+ /**
26
+ * @inheritDoc
27
+ */
28
+ static get isPremiumPlugin(): true;
21
29
  /**
22
30
  * @inheritDoc
23
31
  */