@ckeditor/ckeditor5-template 43.0.0-alpha.0 → 43.0.0-alpha.1

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 (99) hide show
  1. package/build/template.js +1 -1
  2. package/dist/index.js +1 -1
  3. package/dist/translations/ar.js +1 -1
  4. package/dist/translations/ar.umd.js +1 -1
  5. package/dist/translations/bg.js +1 -1
  6. package/dist/translations/bg.umd.js +1 -1
  7. package/dist/translations/bn.js +1 -1
  8. package/dist/translations/bn.umd.js +1 -1
  9. package/dist/translations/ca.js +1 -1
  10. package/dist/translations/ca.umd.js +1 -1
  11. package/dist/translations/cs.js +1 -1
  12. package/dist/translations/cs.umd.js +1 -1
  13. package/dist/translations/da.js +1 -1
  14. package/dist/translations/da.umd.js +1 -1
  15. package/dist/translations/de.js +1 -1
  16. package/dist/translations/de.umd.js +1 -1
  17. package/dist/translations/el.js +1 -1
  18. package/dist/translations/el.umd.js +1 -1
  19. package/dist/translations/en-au.js +1 -1
  20. package/dist/translations/en-au.umd.js +1 -1
  21. package/dist/translations/en.umd.js +1 -1
  22. package/dist/translations/es.js +1 -1
  23. package/dist/translations/es.umd.js +1 -1
  24. package/dist/translations/et.js +1 -1
  25. package/dist/translations/et.umd.js +1 -1
  26. package/dist/translations/fi.js +1 -1
  27. package/dist/translations/fi.umd.js +1 -1
  28. package/dist/translations/fr.js +1 -1
  29. package/dist/translations/fr.umd.js +1 -1
  30. package/dist/translations/gl.js +1 -1
  31. package/dist/translations/gl.umd.js +1 -1
  32. package/dist/translations/he.js +1 -1
  33. package/dist/translations/he.umd.js +1 -1
  34. package/dist/translations/hi.js +1 -1
  35. package/dist/translations/hi.umd.js +1 -1
  36. package/dist/translations/hr.js +1 -1
  37. package/dist/translations/hr.umd.js +1 -1
  38. package/dist/translations/hu.js +1 -1
  39. package/dist/translations/hu.umd.js +1 -1
  40. package/dist/translations/id.js +1 -1
  41. package/dist/translations/id.umd.js +1 -1
  42. package/dist/translations/it.js +1 -1
  43. package/dist/translations/it.umd.js +1 -1
  44. package/dist/translations/ja.js +1 -1
  45. package/dist/translations/ja.umd.js +1 -1
  46. package/dist/translations/ko.js +1 -1
  47. package/dist/translations/ko.umd.js +1 -1
  48. package/dist/translations/lt.js +1 -1
  49. package/dist/translations/lt.umd.js +1 -1
  50. package/dist/translations/lv.js +1 -1
  51. package/dist/translations/lv.umd.js +1 -1
  52. package/dist/translations/ms.js +1 -1
  53. package/dist/translations/ms.umd.js +1 -1
  54. package/dist/translations/nl.js +1 -1
  55. package/dist/translations/nl.umd.js +1 -1
  56. package/dist/translations/no.js +1 -1
  57. package/dist/translations/no.umd.js +1 -1
  58. package/dist/translations/pl.js +1 -1
  59. package/dist/translations/pl.umd.js +1 -1
  60. package/dist/translations/pt-br.js +1 -1
  61. package/dist/translations/pt-br.umd.js +1 -1
  62. package/dist/translations/pt.js +1 -1
  63. package/dist/translations/pt.umd.js +1 -1
  64. package/dist/translations/ro.js +1 -1
  65. package/dist/translations/ro.umd.js +1 -1
  66. package/dist/translations/ru.js +1 -1
  67. package/dist/translations/ru.umd.js +1 -1
  68. package/dist/translations/sk.js +1 -1
  69. package/dist/translations/sk.umd.js +1 -1
  70. package/dist/translations/sr-latn.js +1 -1
  71. package/dist/translations/sr-latn.umd.js +1 -1
  72. package/dist/translations/sr.js +1 -1
  73. package/dist/translations/sr.umd.js +1 -1
  74. package/dist/translations/sv.js +1 -1
  75. package/dist/translations/sv.umd.js +1 -1
  76. package/dist/translations/th.js +1 -1
  77. package/dist/translations/th.umd.js +1 -1
  78. package/dist/translations/tr.js +1 -1
  79. package/dist/translations/tr.umd.js +1 -1
  80. package/dist/translations/uk.js +1 -1
  81. package/dist/translations/uk.umd.js +1 -1
  82. package/dist/translations/uz.js +1 -1
  83. package/dist/translations/uz.umd.js +1 -1
  84. package/dist/translations/vi.js +1 -1
  85. package/dist/translations/vi.umd.js +1 -1
  86. package/dist/translations/zh-cn.js +1 -1
  87. package/dist/translations/zh-cn.umd.js +1 -1
  88. package/dist/translations/zh.js +1 -1
  89. package/dist/translations/zh.umd.js +1 -1
  90. package/package.json +6 -6
  91. package/src/index.js +1 -1
  92. package/src/template.js +1 -1
  93. package/src/templatecommand.js +1 -1
  94. package/src/templateediting.js +1 -1
  95. package/src/templateui.js +1 -1
  96. package/src/ui/templatelistbuttonview.js +1 -1
  97. package/src/ui/templatelistitemview.js +1 -1
  98. package/src/ui/templatelistview.js +1 -1
  99. package/src/utils/common-translations.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x5126e2=>{const {'sr-latn':{dictionary:_0x1e6eee,getPluralForm:_0x344b88}}={'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':_0x21d746=>_0x21d746%0xa==0x1&&_0x21d746%0x64!=0xb?0x0:_0x21d746%0xa>=0x2&&_0x21d746%0xa<=0x4&&(_0x21d746%0x64<0xa||_0x21d746%0x64>=0x14)?0x1:0x2}};_0x5126e2['sr-latn']||={'dictionary':{},'getPluralForm':null},_0x5126e2['sr-latn']['dictionary']=Object['assign'](_0x5126e2['sr-latn']['dictionary'],_0x1e6eee),_0x5126e2['sr-latn']['getPluralForm']=_0x344b88;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0xb9aea5=>{const {'sr-latn':{dictionary:_0x321caf,getPluralForm:_0x132702}}={'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':_0x335c35=>_0x335c35%0xa==0x1&&_0x335c35%0x64!=0xb?0x0:_0x335c35%0xa>=0x2&&_0x335c35%0xa<=0x4&&(_0x335c35%0x64<0xa||_0x335c35%0x64>=0x14)?0x1:0x2}};_0xb9aea5['sr-latn']||={'dictionary':{},'getPluralForm':null},_0xb9aea5['sr-latn']['dictionary']=Object['assign'](_0xb9aea5['sr-latn']['dictionary'],_0x321caf),_0xb9aea5['sr-latn']['getPluralForm']=_0x132702;})(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':_0x4f3ffc=>_0x4f3ffc%0xa==0x1&&_0x4f3ffc%0x64!=0xb?0x0:_0x4f3ffc%0xa>=0x2&&_0x4f3ffc%0xa<=0x4&&(_0x4f3ffc%0x64<0xa||_0x4f3ffc%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':_0x37f7ef=>_0x37f7ef%0xa==0x1&&_0x37f7ef%0x64!=0xb?0x0:_0x37f7ef%0xa>=0x2&&_0x37f7ef%0xa<=0x4&&(_0x37f7ef%0x64<0xa||_0x37f7ef%0x64>=0x14)?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2e4aa5=>{const {sr:{dictionary:_0x2f486a,getPluralForm:_0x3a0c1f}}={'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':_0x1a41ba=>_0x1a41ba%0xa==0x1&&_0x1a41ba%0x64!=0xb?0x0:_0x1a41ba%0xa>=0x2&&_0x1a41ba%0xa<=0x4&&(_0x1a41ba%0x64<0xa||_0x1a41ba%0x64>=0x14)?0x1:0x2}};_0x2e4aa5['sr']||={'dictionary':{},'getPluralForm':null},_0x2e4aa5['sr']['dictionary']=Object['assign'](_0x2e4aa5['sr']['dictionary'],_0x2f486a),_0x2e4aa5['sr']['getPluralForm']=_0x3a0c1f;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2fc1ac=>{const {sr:{dictionary:_0x20872c,getPluralForm:_0x198de8}}={'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':_0x2afdbb=>_0x2afdbb%0xa==0x1&&_0x2afdbb%0x64!=0xb?0x0:_0x2afdbb%0xa>=0x2&&_0x2afdbb%0xa<=0x4&&(_0x2afdbb%0x64<0xa||_0x2afdbb%0x64>=0x14)?0x1:0x2}};_0x2fc1ac['sr']||={'dictionary':{},'getPluralForm':null},_0x2fc1ac['sr']['dictionary']=Object['assign'](_0x2fc1ac['sr']['dictionary'],_0x20872c),_0x2fc1ac['sr']['getPluralForm']=_0x198de8;})(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':_0x1269ee=>0x1!=_0x1269ee}};
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':_0x44e81c=>0x1!=_0x44e81c}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x47604c=>{const {sv:{dictionary:_0x853a69,getPluralForm:_0x1d9bda}}={'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':_0x242591=>0x1!=_0x242591}};_0x47604c['sv']||={'dictionary':{},'getPluralForm':null},_0x47604c['sv']['dictionary']=Object['assign'](_0x47604c['sv']['dictionary'],_0x853a69),_0x47604c['sv']['getPluralForm']=_0x1d9bda;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3d316d=>{const {sv:{dictionary:_0x2421a7,getPluralForm:_0x338791}}={'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':_0x527573=>0x1!=_0x527573}};_0x3d316d['sv']||={'dictionary':{},'getPluralForm':null},_0x3d316d['sv']['dictionary']=Object['assign'](_0x3d316d['sv']['dictionary'],_0x2421a7),_0x3d316d['sv']['getPluralForm']=_0x338791;})(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':_0x30f81e=>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':_0x33e50b=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x4db79e=>{const {th:{dictionary:_0x3441e9,getPluralForm:_0x5a018c}}={'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':_0x526b80=>0x0}};_0x4db79e['th']||={'dictionary':{},'getPluralForm':null},_0x4db79e['th']['dictionary']=Object['assign'](_0x4db79e['th']['dictionary'],_0x3441e9),_0x4db79e['th']['getPluralForm']=_0x5a018c;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2bbe09=>{const {th:{dictionary:_0x538ef2,getPluralForm:_0x43833b}}={'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':_0x76a3a3=>0x0}};_0x2bbe09['th']||={'dictionary':{},'getPluralForm':null},_0x2bbe09['th']['dictionary']=Object['assign'](_0x2bbe09['th']['dictionary'],_0x538ef2),_0x2bbe09['th']['getPluralForm']=_0x43833b;})(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':_0x311c57=>_0x311c57>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':_0x2d7190=>_0x2d7190>0x1}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0xb17a93=>{const {tr:{dictionary:_0x122e95,getPluralForm:_0x16fb30}}={'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':_0x319850=>_0x319850>0x1}};_0xb17a93['tr']||={'dictionary':{},'getPluralForm':null},_0xb17a93['tr']['dictionary']=Object['assign'](_0xb17a93['tr']['dictionary'],_0x122e95),_0xb17a93['tr']['getPluralForm']=_0x16fb30;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x4e6575=>{const {tr:{dictionary:_0x2b3409,getPluralForm:_0x300ec6}}={'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':_0x54cfa5=>_0x54cfa5>0x1}};_0x4e6575['tr']||={'dictionary':{},'getPluralForm':null},_0x4e6575['tr']['dictionary']=Object['assign'](_0x4e6575['tr']['dictionary'],_0x2b3409),_0x4e6575['tr']['getPluralForm']=_0x300ec6;})(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':_0x13f354=>_0x13f354%0x1==0x0&&_0x13f354%0xa==0x1&&_0x13f354%0x64!=0xb?0x0:_0x13f354%0x1==0x0&&_0x13f354%0xa>=0x2&&_0x13f354%0xa<=0x4&&(_0x13f354%0x64<0xc||_0x13f354%0x64>0xe)?0x1:_0x13f354%0x1==0x0&&(_0x13f354%0xa==0x0||_0x13f354%0xa>=0x5&&_0x13f354%0xa<=0x9||_0x13f354%0x64>=0xb&&_0x13f354%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':_0x217658=>_0x217658%0x1==0x0&&_0x217658%0xa==0x1&&_0x217658%0x64!=0xb?0x0:_0x217658%0x1==0x0&&_0x217658%0xa>=0x2&&_0x217658%0xa<=0x4&&(_0x217658%0x64<0xc||_0x217658%0x64>0xe)?0x1:_0x217658%0x1==0x0&&(_0x217658%0xa==0x0||_0x217658%0xa>=0x5&&_0x217658%0xa<=0x9||_0x217658%0x64>=0xb&&_0x217658%0x64<=0xe)?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x455439=>{const {uk:{dictionary:_0x5687d4,getPluralForm:_0x169979}}={'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':_0x5d0292=>_0x5d0292%0x1==0x0&&_0x5d0292%0xa==0x1&&_0x5d0292%0x64!=0xb?0x0:_0x5d0292%0x1==0x0&&_0x5d0292%0xa>=0x2&&_0x5d0292%0xa<=0x4&&(_0x5d0292%0x64<0xc||_0x5d0292%0x64>0xe)?0x1:_0x5d0292%0x1==0x0&&(_0x5d0292%0xa==0x0||_0x5d0292%0xa>=0x5&&_0x5d0292%0xa<=0x9||_0x5d0292%0x64>=0xb&&_0x5d0292%0x64<=0xe)?0x2:0x3}};_0x455439['uk']||={'dictionary':{},'getPluralForm':null},_0x455439['uk']['dictionary']=Object['assign'](_0x455439['uk']['dictionary'],_0x5687d4),_0x455439['uk']['getPluralForm']=_0x169979;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x1e852a=>{const {uk:{dictionary:_0x5920cc,getPluralForm:_0x2ed46a}}={'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':_0x21ca45=>_0x21ca45%0x1==0x0&&_0x21ca45%0xa==0x1&&_0x21ca45%0x64!=0xb?0x0:_0x21ca45%0x1==0x0&&_0x21ca45%0xa>=0x2&&_0x21ca45%0xa<=0x4&&(_0x21ca45%0x64<0xc||_0x21ca45%0x64>0xe)?0x1:_0x21ca45%0x1==0x0&&(_0x21ca45%0xa==0x0||_0x21ca45%0xa>=0x5&&_0x21ca45%0xa<=0x9||_0x21ca45%0x64>=0xb&&_0x21ca45%0x64<=0xe)?0x2:0x3}};_0x1e852a['uk']||={'dictionary':{},'getPluralForm':null},_0x1e852a['uk']['dictionary']=Object['assign'](_0x1e852a['uk']['dictionary'],_0x5920cc),_0x1e852a['uk']['getPluralForm']=_0x2ed46a;})(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':_0x26313a=>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':_0xed99cb=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x55d544=>{const {uz:{dictionary:_0x24abaa,getPluralForm:_0x3594b3}}={'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':_0x4bec1c=>0x0}};_0x55d544['uz']||={'dictionary':{},'getPluralForm':null},_0x55d544['uz']['dictionary']=Object['assign'](_0x55d544['uz']['dictionary'],_0x24abaa),_0x55d544['uz']['getPluralForm']=_0x3594b3;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x42b364=>{const {uz:{dictionary:_0x2fcbac,getPluralForm:_0x400379}}={'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':_0x49356b=>0x0}};_0x42b364['uz']||={'dictionary':{},'getPluralForm':null},_0x42b364['uz']['dictionary']=Object['assign'](_0x42b364['uz']['dictionary'],_0x2fcbac),_0x42b364['uz']['getPluralForm']=_0x400379;})(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':_0x45963c=>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':_0x335d4f=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x39195a=>{const {vi:{dictionary:_0x1c3390,getPluralForm:_0x57b3aa}}={'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':_0x8d8aed=>0x0}};_0x39195a['vi']||={'dictionary':{},'getPluralForm':null},_0x39195a['vi']['dictionary']=Object['assign'](_0x39195a['vi']['dictionary'],_0x1c3390),_0x39195a['vi']['getPluralForm']=_0x57b3aa;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x52743b=>{const {vi:{dictionary:_0x34d65f,getPluralForm:_0x28919e}}={'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':_0x26ea13=>0x0}};_0x52743b['vi']||={'dictionary':{},'getPluralForm':null},_0x52743b['vi']['dictionary']=Object['assign'](_0x52743b['vi']['dictionary'],_0x34d65f),_0x52743b['vi']['getPluralForm']=_0x28919e;})(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':_0x2c1902=>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':_0xdcb2c8=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x585257=>{const {'zh-cn':{dictionary:_0x333d01,getPluralForm:_0x3ef940}}={'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':_0x55b111=>0x0}};_0x585257['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x585257['zh-cn']['dictionary']=Object['assign'](_0x585257['zh-cn']['dictionary'],_0x333d01),_0x585257['zh-cn']['getPluralForm']=_0x3ef940;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x46c6c8=>{const {'zh-cn':{dictionary:_0x4986ad,getPluralForm:_0x3ece4f}}={'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':_0x32d6be=>0x0}};_0x46c6c8['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x46c6c8['zh-cn']['dictionary']=Object['assign'](_0x46c6c8['zh-cn']['dictionary'],_0x4986ad),_0x46c6c8['zh-cn']['getPluralForm']=_0x3ece4f;})(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':_0x4d1182=>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':_0x2cf9c6=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x16beeb=>{const {zh:{dictionary:_0x298467,getPluralForm:_0xf40b88}}={'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':_0x3543e4=>0x0}};_0x16beeb['zh']||={'dictionary':{},'getPluralForm':null},_0x16beeb['zh']['dictionary']=Object['assign'](_0x16beeb['zh']['dictionary'],_0x298467),_0x16beeb['zh']['getPluralForm']=_0xf40b88;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x568248=>{const {zh:{dictionary:_0x5194d5,getPluralForm:_0x5d4f9c}}={'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':_0x5a67aa=>0x0}};_0x568248['zh']||={'dictionary':{},'getPluralForm':null},_0x568248['zh']['dictionary']=Object['assign'](_0x568248['zh']['dictionary'],_0x5194d5),_0x568248['zh']['getPluralForm']=_0x5d4f9c;})(window['CKEDITOR_TRANSLATIONS']||={});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-template",
3
- "version": "43.0.0-alpha.0",
3
+ "version": "43.0.0-alpha.1",
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": "43.0.0-alpha.0",
26
- "@ckeditor/ckeditor5-ui": "43.0.0-alpha.0",
27
- "@ckeditor/ckeditor5-utils": "43.0.0-alpha.0",
28
- "ckeditor5": "43.0.0-alpha.0",
29
- "ckeditor5-collaboration": "43.0.0-alpha.0"
25
+ "@ckeditor/ckeditor5-core": "43.0.0-alpha.1",
26
+ "@ckeditor/ckeditor5-ui": "43.0.0-alpha.1",
27
+ "@ckeditor/ckeditor5-utils": "43.0.0-alpha.1",
28
+ "ckeditor5": "43.0.0-alpha.1",
29
+ "ckeditor5-collaboration": "43.0.0-alpha.1"
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(_0x5da216,_0x3c68f2){var _0x426373=_0x1cb0,_0x3ed63=_0x5da216();while(!![]){try{var _0x162b6f=-parseInt(_0x426373(0x13c))/0x1*(-parseInt(_0x426373(0x143))/0x2)+parseInt(_0x426373(0x144))/0x3*(parseInt(_0x426373(0x141))/0x4)+-parseInt(_0x426373(0x13f))/0x5*(-parseInt(_0x426373(0x145))/0x6)+-parseInt(_0x426373(0x146))/0x7+parseInt(_0x426373(0x142))/0x8*(parseInt(_0x426373(0x140))/0x9)+parseInt(_0x426373(0x13d))/0xa+-parseInt(_0x426373(0x13e))/0xb*(parseInt(_0x426373(0x147))/0xc);if(_0x162b6f===_0x3c68f2)break;else _0x3ed63['push'](_0x3ed63['shift']());}catch(_0x531cc9){_0x3ed63['push'](_0x3ed63['shift']());}}}(_0xaef4,0x7c7dc));export{default as Template}from'./template.js';export{default as TemplateCommand}from'./templatecommand.js';function _0x1cb0(_0x1ae4b9,_0x3eab93){var _0xaef4b8=_0xaef4();return _0x1cb0=function(_0x1cb009,_0xb55097){_0x1cb009=_0x1cb009-0x13c;var _0x408be1=_0xaef4b8[_0x1cb009];return _0x408be1;},_0x1cb0(_0x1ae4b9,_0x3eab93);}export{default as TemplateEditing}from'./templateediting.js';export{default as TemplateUI}from'./templateui.js';import'./augmentation.js';function _0xaef4(){var _0x2299ab=['3293160afMQdy','2937jdiOJO','6425aqIxAc','6309CFTfLf','252172FAsveK','3448oKrxiy','170ycjYWD','3kcaYTz','480kurBwE','6373598lXmEuz','10620lelBIb','10111jhUHKy'];_0xaef4=function(){return _0x2299ab;};return _0xaef4();}
23
+ (function(_0x9b8a63,_0x1da13a){var _0x27137e=_0x5a46,_0x1a2c16=_0x9b8a63();while(!![]){try{var _0x23b99d=parseInt(_0x27137e(0x1c3))/0x1+parseInt(_0x27137e(0x1c2))/0x2*(parseInt(_0x27137e(0x1c5))/0x3)+-parseInt(_0x27137e(0x1c4))/0x4+parseInt(_0x27137e(0x1c1))/0x5+parseInt(_0x27137e(0x1c8))/0x6+-parseInt(_0x27137e(0x1c6))/0x7*(-parseInt(_0x27137e(0x1c7))/0x8)+-parseInt(_0x27137e(0x1c9))/0x9;if(_0x23b99d===_0x1da13a)break;else _0x1a2c16['push'](_0x1a2c16['shift']());}catch(_0x584339){_0x1a2c16['push'](_0x1a2c16['shift']());}}}(_0x3e9b,0x5afd8));function _0x5a46(_0x2fcefe,_0x10e460){var _0x3e9b41=_0x3e9b();return _0x5a46=function(_0x5a4682,_0x69cef0){_0x5a4682=_0x5a4682-0x1c1;var _0x2c6f37=_0x3e9b41[_0x5a4682];return _0x2c6f37;},_0x5a46(_0x2fcefe,_0x10e460);}export{default as Template}from'./template.js';function _0x3e9b(){var _0x9f95da=['2547zcPsdr','7OWmksw','158856MqyFqS','2743482bQtrja','3931524XFTgWz','657845bWrtFI','62BFzmZE','220123ghaQim','182332DBhaRr'];_0x3e9b=function(){return _0x9f95da;};return _0x3e9b();}export{default as TemplateCommand}from'./templatecommand.js';export{default as TemplateEditing}from'./templateediting.js';export{default as TemplateUI}from'./templateui.js';import'./augmentation.js';
package/src/template.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x29cad0=_0x4d67;function _0x4d67(_0x209f62,_0x3dfff1){var _0x56d61a=_0x56d6();return _0x4d67=function(_0x4d67f5,_0x52f119){_0x4d67f5=_0x4d67f5-0x18b;var _0x26a5a1=_0x56d61a[_0x4d67f5];return _0x26a5a1;},_0x4d67(_0x209f62,_0x3dfff1);}(function(_0x2230d7,_0x53d68c){var _0x4243d1=_0x4d67,_0x441ad8=_0x2230d7();while(!![]){try{var _0x3399fa=parseInt(_0x4243d1(0x197))/0x1+-parseInt(_0x4243d1(0x18d))/0x2*(parseInt(_0x4243d1(0x193))/0x3)+parseInt(_0x4243d1(0x18e))/0x4*(-parseInt(_0x4243d1(0x18c))/0x5)+parseInt(_0x4243d1(0x191))/0x6*(parseInt(_0x4243d1(0x18b))/0x7)+-parseInt(_0x4243d1(0x195))/0x8*(-parseInt(_0x4243d1(0x192))/0x9)+-parseInt(_0x4243d1(0x199))/0xa+-parseInt(_0x4243d1(0x194))/0xb*(-parseInt(_0x4243d1(0x190))/0xc);if(_0x3399fa===_0x53d68c)break;else _0x441ad8['push'](_0x441ad8['shift']());}catch(_0x5abb9d){_0x441ad8['push'](_0x441ad8['shift']());}}}(_0x56d6,0xd3487));function _0x56d6(){var _0x5be5d5=['1009044MDxMMZ','19050jwfKpv','9791073LhkauU','18393rHIeIe','77JKMkeo','8OofCzG','requires','858328ryfnui','Template','3940770QRxgqV','539UhUEfJ','398210MLpiUn','210jjDusX','44FleJVP','pluginName'];_0x56d6=function(){return _0x5be5d5;};return _0x56d6();}import{Plugin as _0x3cdd9c}from'ckeditor5/src/core.js';import _0x18a06c from'./templateediting.js';import _0x55f9e4 from'./templateui.js';export default class m extends _0x3cdd9c{static get[_0x29cad0(0x196)](){return[_0x18a06c,_0x55f9e4];}static get[_0x29cad0(0x18f)](){var _0x7c6656=_0x29cad0;return _0x7c6656(0x198);}}
23
+ var _0x32037d=_0x4eff;(function(_0x730bdc,_0x2cef9e){var _0x19dbfe=_0x4eff,_0x5ca0a6=_0x730bdc();while(!![]){try{var _0xbf02f1=parseInt(_0x19dbfe(0xbe))/0x1+-parseInt(_0x19dbfe(0xb7))/0x2+-parseInt(_0x19dbfe(0xc0))/0x3*(-parseInt(_0x19dbfe(0xc1))/0x4)+parseInt(_0x19dbfe(0xb9))/0x5+parseInt(_0x19dbfe(0xc3))/0x6*(-parseInt(_0x19dbfe(0xba))/0x7)+parseInt(_0x19dbfe(0xbc))/0x8*(parseInt(_0x19dbfe(0xc2))/0x9)+-parseInt(_0x19dbfe(0xbf))/0xa;if(_0xbf02f1===_0x2cef9e)break;else _0x5ca0a6['push'](_0x5ca0a6['shift']());}catch(_0x22cc06){_0x5ca0a6['push'](_0x5ca0a6['shift']());}}}(_0x1dae,0x87bd1));function _0x4eff(_0x2f1413,_0x437ea0){var _0x1daeae=_0x1dae();return _0x4eff=function(_0x4eff7e,_0x5e11e6){_0x4eff7e=_0x4eff7e-0xb7;var _0x35b6b3=_0x1daeae[_0x4eff7e];return _0x35b6b3;},_0x4eff(_0x2f1413,_0x437ea0);}import{Plugin as _0xdbd3bb}from'ckeditor5/src/core.js';import _0x2b28f2 from'./templateediting.js';import _0x3235f3 from'./templateui.js';function _0x1dae(){var _0x2bff05=['162544wNQilE','1044XilTuN','419622eUalhl','1029522WxdaFq','requires','1821480NcFLhE','7yCrbex','pluginName','19928qDzvoY','Template','76723gjnFQH','2394680CmhfcM','48JaaHPG'];_0x1dae=function(){return _0x2bff05;};return _0x1dae();}export default class m extends _0xdbd3bb{static get[_0x32037d(0xb8)](){return[_0x2b28f2,_0x3235f3];}static get[_0x32037d(0xbb)](){var _0x2d6f17=_0x32037d;return _0x2d6f17(0xbd);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x9d86f2=_0x1367;function _0x1367(_0x527527,_0x3ff170){const _0x43b488=_0x43b4();return _0x1367=function(_0x13671e,_0x3a289f){_0x13671e=_0x13671e-0x1da;let _0x18aed6=_0x43b488[_0x13671e];return _0x18aed6;},_0x1367(_0x527527,_0x3ff170);}(function(_0x2a78ba,_0x193991){const _0x5e657a=_0x1367,_0x482bf0=_0x2a78ba();while(!![]){try{const _0x503a10=parseInt(_0x5e657a(0x1e6))/0x1*(parseInt(_0x5e657a(0x1ec))/0x2)+parseInt(_0x5e657a(0x1e8))/0x3+parseInt(_0x5e657a(0x1e7))/0x4+parseInt(_0x5e657a(0x1e5))/0x5*(-parseInt(_0x5e657a(0x1e3))/0x6)+-parseInt(_0x5e657a(0x1df))/0x7+parseInt(_0x5e657a(0x1e2))/0x8+parseInt(_0x5e657a(0x1e4))/0x9;if(_0x503a10===_0x193991)break;else _0x482bf0['push'](_0x482bf0['shift']());}catch(_0x2a445e){_0x482bf0['push'](_0x482bf0['shift']());}}}(_0x43b4,0x757a9));import{Command as _0x3a5a82}from'ckeditor5/src/core.js';function _0x43b4(){const _0x513faa=['245574OaliRY','3841443BVWovk','55trbKWr','3103OcBgOq','329212itNIpl','624375sBwHgG','toView','editor','function','460WoScVb','insertContent','data','execute','change','htmlProcessor','4295025nAAMse','toModel','string','912336IUpVjH'];_0x43b4=function(){return _0x513faa;};return _0x43b4();}export default class c extends _0x3a5a82{[_0x9d86f2(0x1dc)](_0xb9003d){const _0x968ef5=_0x9d86f2,{model:_0x1165d4}=this[_0x968ef5(0x1ea)];let _0xa64be3;switch(typeof _0xb9003d){case _0x968ef5(0x1e1):_0xa64be3=_0xb9003d;break;case _0x968ef5(0x1eb):_0xa64be3=_0xb9003d();}_0x968ef5(0x1e1)==typeof _0xa64be3&&_0x1165d4[_0x968ef5(0x1dd)](()=>{const _0x22cfdb=_0x968ef5,_0x5d1479=this[_0x22cfdb(0x1ea)][_0x22cfdb(0x1db)][_0x22cfdb(0x1de)][_0x22cfdb(0x1e9)](_0xa64be3),_0x56ccd9=this[_0x22cfdb(0x1ea)][_0x22cfdb(0x1db)][_0x22cfdb(0x1e0)](_0x5d1479);_0x1165d4[_0x22cfdb(0x1da)](_0x56ccd9);});}}
23
+ function _0xa1ad(_0x582471,_0x1eca06){const _0xacee33=_0xacee();return _0xa1ad=function(_0xa1ad6a,_0x4b5048){_0xa1ad6a=_0xa1ad6a-0x80;let _0x212994=_0xacee33[_0xa1ad6a];return _0x212994;},_0xa1ad(_0x582471,_0x1eca06);}const _0x495977=_0xa1ad;function _0xacee(){const _0x311672=['88482vcTzTs','editor','string','data','65923teViHo','1236606emBJJT','8micNdO','toModel','execute','toView','change','2240010DnvRNi','948VxITwC','8zNnoUM','insertContent','4735171cWQIlh','function','6NspRLI','htmlProcessor','24WuJZdM','1011635wTjHrY','1570626OiAQZd'];_0xacee=function(){return _0x311672;};return _0xacee();}(function(_0x58c8db,_0xe0706a){const _0x29fcb4=_0xa1ad,_0x34480d=_0x58c8db();while(!![]){try{const _0x31b3f7=parseInt(_0x29fcb4(0x92))/0x1*(parseInt(_0x29fcb4(0x85))/0x2)+-parseInt(_0x29fcb4(0x8a))/0x3*(-parseInt(_0x29fcb4(0x8b))/0x4)+parseInt(_0x29fcb4(0x83))/0x5+-parseInt(_0x29fcb4(0x80))/0x6*(parseInt(_0x29fcb4(0x94))/0x7)+-parseInt(_0x29fcb4(0x82))/0x8*(parseInt(_0x29fcb4(0x84))/0x9)+-parseInt(_0x29fcb4(0x90))/0xa+-parseInt(_0x29fcb4(0x89))/0xb*(-parseInt(_0x29fcb4(0x91))/0xc);if(_0x31b3f7===_0xe0706a)break;else _0x34480d['push'](_0x34480d['shift']());}catch(_0x59f633){_0x34480d['push'](_0x34480d['shift']());}}}(_0xacee,0x6901e));import{Command as _0x4f956b}from'ckeditor5/src/core.js';export default class c extends _0x4f956b{[_0x495977(0x8d)](_0x3dfdfb){const _0x5c3762=_0x495977,{model:_0x585664}=this[_0x5c3762(0x86)];let _0x21a811;switch(typeof _0x3dfdfb){case _0x5c3762(0x87):_0x21a811=_0x3dfdfb;break;case _0x5c3762(0x95):_0x21a811=_0x3dfdfb();}_0x5c3762(0x87)==typeof _0x21a811&&_0x585664[_0x5c3762(0x8f)](()=>{const _0x1e4e3a=_0x5c3762,_0x3acc8b=this[_0x1e4e3a(0x86)][_0x1e4e3a(0x88)][_0x1e4e3a(0x81)][_0x1e4e3a(0x8e)](_0x21a811),_0x2b3271=this[_0x1e4e3a(0x86)][_0x1e4e3a(0x88)][_0x1e4e3a(0x8c)](_0x3acc8b);_0x585664[_0x1e4e3a(0x93)](_0x2b3271);});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x39aef8=_0x19c4;(function(_0x15f7e9,_0x47a465){const _0x244632=_0x19c4,_0x106e60=_0x15f7e9();while(!![]){try{const _0x356cec=parseInt(_0x244632(0x127))/0x1+-parseInt(_0x244632(0x12a))/0x2*(parseInt(_0x244632(0x141))/0x3)+-parseInt(_0x244632(0x126))/0x4+parseInt(_0x244632(0x125))/0x5*(parseInt(_0x244632(0x13e))/0x6)+-parseInt(_0x244632(0x13a))/0x7*(parseInt(_0x244632(0x137))/0x8)+parseInt(_0x244632(0x124))/0x9*(parseInt(_0x244632(0x12d))/0xa)+parseInt(_0x244632(0x12e))/0xb;if(_0x356cec===_0x47a465)break;else _0x106e60['push'](_0x106e60['shift']());}catch(_0xb86009){_0x106e60['push'](_0x106e60['shift']());}}}(_0x1809,0x3b022));import{Plugin as _0x53aa2b}from'ckeditor5/src/core.js';import{CKEditorError as _0x2529e7}from'ckeditor5/src/utils.js';import _0x1e2d94 from'./templatecommand.js';function _0x19c4(_0x55c1d3,_0x30991e){const _0x180967=_0x1809();return _0x19c4=function(_0x19c41a,_0x269b09){_0x19c41a=_0x19c41a-0x123;let _0x53df70=_0x180967[_0x19c41a];return _0x53df70;},_0x19c4(_0x55c1d3,_0x30991e);}function _0x1809(){const _0x15b514=['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.','commands','257248AulYtJ','templateLicenseKeyInvalid','info','2215130Feqgxi','504262gEqUTf','template-invalid-license-key','TemplateEditing','get','destroy','_licenseKeyCheckInterval','licenseKey','pluginName','add','510944fHybhV','insertTemplate','templateLicenseKeyValid','28uXXWIG','init','editor','config','28452zuzXIL','template-trial-license-key-reached-limit-changes','templateLicenseKeyTrialLimit:operations','3dVehJQ','templateLicenseKeyTrial','9clHSSa','325XBQTjf','234324FmMscA','108790SaZdKc'];_0x1809=function(){return _0x15b514;};return _0x1809();}export default class r extends _0x53aa2b{static get[_0x39aef8(0x135)](){const _0x19e97f=_0x39aef8;return _0x19e97f(0x130);}constructor(_0x56bd3d){const _0x3f7d32=_0x39aef8;super(_0x56bd3d),this[_0x3f7d32(0x133)]=null;}[_0x39aef8(0x13b)](){const _0x4d467e=_0x39aef8,{editor:_0xc60aef}=this;_0xc60aef[_0x4d467e(0x129)][_0x4d467e(0x136)](_0x4d467e(0x138),new _0x1e2d94(_0xc60aef)),this[_0x4d467e(0x134)]=_0xc60aef[_0x4d467e(0x13d)][_0x4d467e(0x131)](_0x4d467e(0x134));const _0x2b13f0=this[_0x4d467e(0x13c)];this[_0x4d467e(0x133)]=setInterval(()=>{const _0x3d78f0=_0x4d467e;let _0x20dbd0;for(const _0xf1cfcd in _0x2b13f0){const _0x4f3512=_0xf1cfcd,_0x5b060c=_0x2b13f0[_0x4f3512];if(_0x3d78f0(0x123)===_0x5b060c||_0x3d78f0(0x12b)===_0x5b060c||_0x3d78f0(0x139)===_0x5b060c||_0x3d78f0(0x140)===_0x5b060c){delete _0x2b13f0[_0x4f3512],_0x20dbd0=_0x5b060c;break;}}if(_0x3d78f0(0x12b)===_0x20dbd0)throw clearInterval(this[_0x3d78f0(0x133)]),new _0x2529e7(_0x3d78f0(0x12f),null);if(_0x3d78f0(0x123)===_0x20dbd0&&console[_0x3d78f0(0x12c)](_0x3d78f0(0x128)),_0x3d78f0(0x140)===_0x20dbd0)throw clearInterval(this[_0x3d78f0(0x133)]),new _0x2529e7(_0x3d78f0(0x13f),null);_0x3d78f0(0x139)===_0x20dbd0&&clearInterval(this[_0x3d78f0(0x133)]);},0x3e8);}[_0x39aef8(0x132)](){const _0xecced6=_0x39aef8;this[_0xecced6(0x133)]&&clearInterval(this[_0xecced6(0x133)]);}}
23
+ function _0x19e9(_0x49c18b,_0xe43260){const _0x3e4225=_0x3e42();return _0x19e9=function(_0x19e9e6,_0xe8df81){_0x19e9e6=_0x19e9e6-0xa3;let _0x3ed630=_0x3e4225[_0x19e9e6];return _0x3ed630;},_0x19e9(_0x49c18b,_0xe43260);}const _0x359441=_0x19e9;(function(_0x3fb8ea,_0x4d9f99){const _0x23d00c=_0x19e9,_0x214d5a=_0x3fb8ea();while(!![]){try{const _0x619464=-parseInt(_0x23d00c(0xb3))/0x1*(parseInt(_0x23d00c(0xb7))/0x2)+-parseInt(_0x23d00c(0xb6))/0x3*(parseInt(_0x23d00c(0xae))/0x4)+-parseInt(_0x23d00c(0xa3))/0x5+parseInt(_0x23d00c(0xbc))/0x6+parseInt(_0x23d00c(0xb2))/0x7+parseInt(_0x23d00c(0xa8))/0x8+-parseInt(_0x23d00c(0xbd))/0x9*(-parseInt(_0x23d00c(0xa6))/0xa);if(_0x619464===_0x4d9f99)break;else _0x214d5a['push'](_0x214d5a['shift']());}catch(_0x26fec3){_0x214d5a['push'](_0x214d5a['shift']());}}}(_0x3e42,0xec204));import{Plugin as _0x114061}from'ckeditor5/src/core.js';import{CKEditorError as _0x19e804}from'ckeditor5/src/utils.js';import _0x4eeb7b from'./templatecommand.js';function _0x3e42(){const _0x141671=['TemplateEditing','info','template-invalid-license-key','6218814FdnzjK','693YouDaL','templateLicenseKeyTrialLimit:operations','licenseKey','commands','1149455lCaUfu','templateLicenseKeyValid','pluginName','100520uVKdbe','editor','14123696AZIohN','template-trial-license-key-reached-limit-changes','templateLicenseKeyTrial','destroy','add','init','1744812lWRgtF','templateLicenseKeyInvalid','insertTemplate','get','399112ArOfPM','1xkUXGl','config','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.','6GBIVfZ','3126964QvmjKM','_licenseKeyCheckInterval'];_0x3e42=function(){return _0x141671;};return _0x3e42();}export default class r extends _0x114061{static get[_0x359441(0xa5)](){const _0x2302dd=_0x359441;return _0x2302dd(0xb9);}constructor(_0x2c8824){const _0x342717=_0x359441;super(_0x2c8824),this[_0x342717(0xb8)]=null;}[_0x359441(0xad)](){const _0x296b75=_0x359441,{editor:_0x6b2dc2}=this;_0x6b2dc2[_0x296b75(0xc0)][_0x296b75(0xac)](_0x296b75(0xb0),new _0x4eeb7b(_0x6b2dc2)),this[_0x296b75(0xbf)]=_0x6b2dc2[_0x296b75(0xb4)][_0x296b75(0xb1)](_0x296b75(0xbf));const _0x3131c9=this[_0x296b75(0xa7)];this[_0x296b75(0xb8)]=setInterval(()=>{const _0x31ef74=_0x296b75;let _0x337b54;for(const _0x10748d in _0x3131c9){const _0x5e52a4=_0x10748d,_0x268adf=_0x3131c9[_0x5e52a4];if(_0x31ef74(0xaa)===_0x268adf||_0x31ef74(0xaf)===_0x268adf||_0x31ef74(0xa4)===_0x268adf||_0x31ef74(0xbe)===_0x268adf){delete _0x3131c9[_0x5e52a4],_0x337b54=_0x268adf;break;}}if(_0x31ef74(0xaf)===_0x337b54)throw clearInterval(this[_0x31ef74(0xb8)]),new _0x19e804(_0x31ef74(0xbb),null);if(_0x31ef74(0xaa)===_0x337b54&&console[_0x31ef74(0xba)](_0x31ef74(0xb5)),_0x31ef74(0xbe)===_0x337b54)throw clearInterval(this[_0x31ef74(0xb8)]),new _0x19e804(_0x31ef74(0xa9),null);_0x31ef74(0xa4)===_0x337b54&&clearInterval(this[_0x31ef74(0xb8)]);},0x3e8);}[_0x359441(0xab)](){const _0x3adb70=_0x359441;this[_0x3adb70(0xb8)]&&clearInterval(this[_0x3adb70(0xb8)]);}}