@ckeditor/ckeditor5-template 42.0.0-alpha.14 → 42.0.0-alpha.16

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 (98) 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 +4 -4
  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
@@ -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':_0x200945=>_0x200945%0xa==0x1&&_0x200945%0x64!=0xb?0x0:_0x200945%0xa>=0x2&&_0x200945%0xa<=0x4&&(_0x200945%0x64<0xa||_0x200945%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':_0x3b475b=>_0x3b475b%0xa==0x1&&_0x3b475b%0x64!=0xb?0x0:_0x3b475b%0xa>=0x2&&_0x3b475b%0xa<=0x4&&(_0x3b475b%0x64<0xa||_0x3b475b%0x64>=0x14)?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x4ee076=>{const {sr:{dictionary:_0x5f1f59,getPluralForm:_0x31ae39}}={'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':_0x361716=>_0x361716%0xa==0x1&&_0x361716%0x64!=0xb?0x0:_0x361716%0xa>=0x2&&_0x361716%0xa<=0x4&&(_0x361716%0x64<0xa||_0x361716%0x64>=0x14)?0x1:0x2}};_0x4ee076['sr']||={'dictionary':{},'getPluralForm':null},_0x4ee076['sr']['dictionary']=Object['assign'](_0x4ee076['sr']['dictionary'],_0x5f1f59),_0x4ee076['sr']['getPluralForm']=_0x31ae39;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x11f8a3=>{const {sr:{dictionary:_0x1cde5b,getPluralForm:_0x10c2b4}}={'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':_0x369a42=>_0x369a42%0xa==0x1&&_0x369a42%0x64!=0xb?0x0:_0x369a42%0xa>=0x2&&_0x369a42%0xa<=0x4&&(_0x369a42%0x64<0xa||_0x369a42%0x64>=0x14)?0x1:0x2}};_0x11f8a3['sr']||={'dictionary':{},'getPluralForm':null},_0x11f8a3['sr']['dictionary']=Object['assign'](_0x11f8a3['sr']['dictionary'],_0x1cde5b),_0x11f8a3['sr']['getPluralForm']=_0x10c2b4;})(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':_0x171364=>0x1!=_0x171364}};
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':_0x47c848=>0x1!=_0x47c848}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x3c7395=>{const {sv:{dictionary:_0x573c1b,getPluralForm:_0x3ef6ed}}={'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':_0x5db663=>0x1!=_0x5db663}};_0x3c7395['sv']||={'dictionary':{},'getPluralForm':null},_0x3c7395['sv']['dictionary']=Object['assign'](_0x3c7395['sv']['dictionary'],_0x573c1b),_0x3c7395['sv']['getPluralForm']=_0x3ef6ed;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x220cf5=>{const {sv:{dictionary:_0x54efa0,getPluralForm:_0x5300ee}}={'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':_0x2010c1=>0x1!=_0x2010c1}};_0x220cf5['sv']||={'dictionary':{},'getPluralForm':null},_0x220cf5['sv']['dictionary']=Object['assign'](_0x220cf5['sv']['dictionary'],_0x54efa0),_0x220cf5['sv']['getPluralForm']=_0x5300ee;})(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':_0x30d8f3=>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':_0x2723ef=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x4a340c=>{const {th:{dictionary:_0x1972ee,getPluralForm:_0x139c2e}}={'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':_0x16d00a=>0x0}};_0x4a340c['th']||={'dictionary':{},'getPluralForm':null},_0x4a340c['th']['dictionary']=Object['assign'](_0x4a340c['th']['dictionary'],_0x1972ee),_0x4a340c['th']['getPluralForm']=_0x139c2e;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x17fe49=>{const {th:{dictionary:_0xae4b85,getPluralForm:_0x42006e}}={'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':_0x3aba3a=>0x0}};_0x17fe49['th']||={'dictionary':{},'getPluralForm':null},_0x17fe49['th']['dictionary']=Object['assign'](_0x17fe49['th']['dictionary'],_0xae4b85),_0x17fe49['th']['getPluralForm']=_0x42006e;})(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':_0x29f9eb=>_0x29f9eb>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':_0x4bc540=>_0x4bc540>0x1}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x38644e=>{const {tr:{dictionary:_0x1678c7,getPluralForm:_0x2474c1}}={'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':_0x488665=>_0x488665>0x1}};_0x38644e['tr']||={'dictionary':{},'getPluralForm':null},_0x38644e['tr']['dictionary']=Object['assign'](_0x38644e['tr']['dictionary'],_0x1678c7),_0x38644e['tr']['getPluralForm']=_0x2474c1;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x162b25=>{const {tr:{dictionary:_0x1fb5c7,getPluralForm:_0x2d3f6b}}={'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':_0xadebfa=>_0xadebfa>0x1}};_0x162b25['tr']||={'dictionary':{},'getPluralForm':null},_0x162b25['tr']['dictionary']=Object['assign'](_0x162b25['tr']['dictionary'],_0x1fb5c7),_0x162b25['tr']['getPluralForm']=_0x2d3f6b;})(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':_0x491212=>_0x491212%0x1==0x0&&_0x491212%0xa==0x1&&_0x491212%0x64!=0xb?0x0:_0x491212%0x1==0x0&&_0x491212%0xa>=0x2&&_0x491212%0xa<=0x4&&(_0x491212%0x64<0xc||_0x491212%0x64>0xe)?0x1:_0x491212%0x1==0x0&&(_0x491212%0xa==0x0||_0x491212%0xa>=0x5&&_0x491212%0xa<=0x9||_0x491212%0x64>=0xb&&_0x491212%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':_0x73f351=>_0x73f351%0x1==0x0&&_0x73f351%0xa==0x1&&_0x73f351%0x64!=0xb?0x0:_0x73f351%0x1==0x0&&_0x73f351%0xa>=0x2&&_0x73f351%0xa<=0x4&&(_0x73f351%0x64<0xc||_0x73f351%0x64>0xe)?0x1:_0x73f351%0x1==0x0&&(_0x73f351%0xa==0x0||_0x73f351%0xa>=0x5&&_0x73f351%0xa<=0x9||_0x73f351%0x64>=0xb&&_0x73f351%0x64<=0xe)?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0xfb6f98=>{const {uk:{dictionary:_0x5e0276,getPluralForm:_0x26c316}}={'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':_0x23508e=>_0x23508e%0x1==0x0&&_0x23508e%0xa==0x1&&_0x23508e%0x64!=0xb?0x0:_0x23508e%0x1==0x0&&_0x23508e%0xa>=0x2&&_0x23508e%0xa<=0x4&&(_0x23508e%0x64<0xc||_0x23508e%0x64>0xe)?0x1:_0x23508e%0x1==0x0&&(_0x23508e%0xa==0x0||_0x23508e%0xa>=0x5&&_0x23508e%0xa<=0x9||_0x23508e%0x64>=0xb&&_0x23508e%0x64<=0xe)?0x2:0x3}};_0xfb6f98['uk']||={'dictionary':{},'getPluralForm':null},_0xfb6f98['uk']['dictionary']=Object['assign'](_0xfb6f98['uk']['dictionary'],_0x5e0276),_0xfb6f98['uk']['getPluralForm']=_0x26c316;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x46a3a6=>{const {uk:{dictionary:_0x431f66,getPluralForm:_0x243420}}={'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':_0x154ba0=>_0x154ba0%0x1==0x0&&_0x154ba0%0xa==0x1&&_0x154ba0%0x64!=0xb?0x0:_0x154ba0%0x1==0x0&&_0x154ba0%0xa>=0x2&&_0x154ba0%0xa<=0x4&&(_0x154ba0%0x64<0xc||_0x154ba0%0x64>0xe)?0x1:_0x154ba0%0x1==0x0&&(_0x154ba0%0xa==0x0||_0x154ba0%0xa>=0x5&&_0x154ba0%0xa<=0x9||_0x154ba0%0x64>=0xb&&_0x154ba0%0x64<=0xe)?0x2:0x3}};_0x46a3a6['uk']||={'dictionary':{},'getPluralForm':null},_0x46a3a6['uk']['dictionary']=Object['assign'](_0x46a3a6['uk']['dictionary'],_0x431f66),_0x46a3a6['uk']['getPluralForm']=_0x243420;})(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':_0x558732=>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':_0x2a1ee2=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2a2d41=>{const {uz:{dictionary:_0x25eb9f,getPluralForm:_0x12b890}}={'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':_0x2f1555=>0x0}};_0x2a2d41['uz']||={'dictionary':{},'getPluralForm':null},_0x2a2d41['uz']['dictionary']=Object['assign'](_0x2a2d41['uz']['dictionary'],_0x25eb9f),_0x2a2d41['uz']['getPluralForm']=_0x12b890;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x559ef3=>{const {uz:{dictionary:_0x1b099a,getPluralForm:_0x5eb454}}={'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':_0x29d9e0=>0x0}};_0x559ef3['uz']||={'dictionary':{},'getPluralForm':null},_0x559ef3['uz']['dictionary']=Object['assign'](_0x559ef3['uz']['dictionary'],_0x1b099a),_0x559ef3['uz']['getPluralForm']=_0x5eb454;})(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':_0x32ca2a=>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':_0x2b5425=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x513768=>{const {vi:{dictionary:_0x4a7e3a,getPluralForm:_0x15a13e}}={'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':_0x3b250f=>0x0}};_0x513768['vi']||={'dictionary':{},'getPluralForm':null},_0x513768['vi']['dictionary']=Object['assign'](_0x513768['vi']['dictionary'],_0x4a7e3a),_0x513768['vi']['getPluralForm']=_0x15a13e;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3a7457=>{const {vi:{dictionary:_0x38d99f,getPluralForm:_0x5a0bc1}}={'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':_0x35496d=>0x0}};_0x3a7457['vi']||={'dictionary':{},'getPluralForm':null},_0x3a7457['vi']['dictionary']=Object['assign'](_0x3a7457['vi']['dictionary'],_0x38d99f),_0x3a7457['vi']['getPluralForm']=_0x5a0bc1;})(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':_0x2c4b19=>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':_0x4a6a63=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x111815=>{const {'zh-cn':{dictionary:_0x89cc10,getPluralForm:_0x387e22}}={'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':_0x1b3d7e=>0x0}};_0x111815['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x111815['zh-cn']['dictionary']=Object['assign'](_0x111815['zh-cn']['dictionary'],_0x89cc10),_0x111815['zh-cn']['getPluralForm']=_0x387e22;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3f1741=>{const {'zh-cn':{dictionary:_0x1fe2ef,getPluralForm:_0x242489}}={'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':_0x5b93dc=>0x0}};_0x3f1741['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x3f1741['zh-cn']['dictionary']=Object['assign'](_0x3f1741['zh-cn']['dictionary'],_0x1fe2ef),_0x3f1741['zh-cn']['getPluralForm']=_0x242489;})(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':_0x49241a=>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':_0x5dce40=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x348c82=>{const {zh:{dictionary:_0x18c6e2,getPluralForm:_0x2f4ccb}}={'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':_0x258a4f=>0x0}};_0x348c82['zh']||={'dictionary':{},'getPluralForm':null},_0x348c82['zh']['dictionary']=Object['assign'](_0x348c82['zh']['dictionary'],_0x18c6e2),_0x348c82['zh']['getPluralForm']=_0x2f4ccb;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0xbeea0c=>{const {zh:{dictionary:_0x1714ec,getPluralForm:_0x2e40b7}}={'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':_0x58c5e1=>0x0}};_0xbeea0c['zh']||={'dictionary':{},'getPluralForm':null},_0xbeea0c['zh']['dictionary']=Object['assign'](_0xbeea0c['zh']['dictionary'],_0x1714ec),_0xbeea0c['zh']['getPluralForm']=_0x2e40b7;})(window['CKEDITOR_TRANSLATIONS']||={});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-template",
3
- "version": "42.0.0-alpha.14",
3
+ "version": "42.0.0-alpha.16",
4
4
  "description": "Template feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -22,9 +22,9 @@
22
22
  "type": "module",
23
23
  "main": "src/index.js",
24
24
  "dependencies": {
25
- "ckeditor5": "42.0.0-alpha.14",
26
- "@ckeditor/ckeditor5-ui": "42.0.0-alpha.14",
27
- "ckeditor5-collaboration": "42.0.0-alpha.14"
25
+ "ckeditor5": "42.0.0-alpha.16",
26
+ "@ckeditor/ckeditor5-ui": "42.0.0-alpha.16",
27
+ "ckeditor5-collaboration": "42.0.0-alpha.16"
28
28
  },
29
29
  "license": "SEE LICENSE IN LICENSE.md",
30
30
  "author": "CKSource (http://cksource.com/)",
package/src/index.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x38e5(_0x574094,_0x3b494c){var _0x3228d9=_0x3228();return _0x38e5=function(_0x38e5b5,_0x12389f){_0x38e5b5=_0x38e5b5-0x1c1;var _0x59999b=_0x3228d9[_0x38e5b5];return _0x59999b;},_0x38e5(_0x574094,_0x3b494c);}(function(_0x645419,_0x3c5b27){var _0x1b6d8e=_0x38e5,_0x1c7d06=_0x645419();while(!![]){try{var _0x35ea2f=-parseInt(_0x1b6d8e(0x1c8))/0x1*(-parseInt(_0x1b6d8e(0x1c1))/0x2)+parseInt(_0x1b6d8e(0x1c4))/0x3*(-parseInt(_0x1b6d8e(0x1c2))/0x4)+parseInt(_0x1b6d8e(0x1c5))/0x5+-parseInt(_0x1b6d8e(0x1c3))/0x6*(parseInt(_0x1b6d8e(0x1ca))/0x7)+parseInt(_0x1b6d8e(0x1c6))/0x8+-parseInt(_0x1b6d8e(0x1c7))/0x9+parseInt(_0x1b6d8e(0x1c9))/0xa;if(_0x35ea2f===_0x3c5b27)break;else _0x1c7d06['push'](_0x1c7d06['shift']());}catch(_0x5d88c6){_0x1c7d06['push'](_0x1c7d06['shift']());}}}(_0x3228,0x62fc6));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';function _0x3228(){var _0x4c3d65=['7145390aMwNGo','3199yKsiKY','2jruxET','36188DAeAjl','7548kwkiIg','219OvfWjh','1431490SjbRAL','5005720oHbSNi','4599972ypbGIf','525339VtTCJH'];_0x3228=function(){return _0x4c3d65;};return _0x3228();}import'./augmentation.js';
23
+ (function(_0x1d3bce,_0x450524){var _0x41ec99=_0x4791,_0x365e12=_0x1d3bce();while(!![]){try{var _0x4c2cf1=-parseInt(_0x41ec99(0x14e))/0x1+-parseInt(_0x41ec99(0x14c))/0x2*(-parseInt(_0x41ec99(0x14b))/0x3)+-parseInt(_0x41ec99(0x14a))/0x4*(-parseInt(_0x41ec99(0x149))/0x5)+parseInt(_0x41ec99(0x151))/0x6*(-parseInt(_0x41ec99(0x148))/0x7)+-parseInt(_0x41ec99(0x152))/0x8+-parseInt(_0x41ec99(0x150))/0x9*(parseInt(_0x41ec99(0x14d))/0xa)+parseInt(_0x41ec99(0x14f))/0xb;if(_0x4c2cf1===_0x450524)break;else _0x365e12['push'](_0x365e12['shift']());}catch(_0x127a1c){_0x365e12['push'](_0x365e12['shift']());}}}(_0x535b,0xc1311));export{default as Template}from'./template.js';export{default as TemplateCommand}from'./templatecommand.js';function _0x535b(){var _0x1b3f85=['5596288iROROy','7UGfsfj','5794330jjLkkC','4MxZnif','49191xvDktT','52fkLbJM','1030TVlEYS','1062418WGRffJ','22904189jgFOKR','61092AranBM','2489736dfZeDA'];_0x535b=function(){return _0x1b3f85;};return _0x535b();}export{default as TemplateEditing}from'./templateediting.js';function _0x4791(_0x25b33f,_0x586ebc){var _0x535be2=_0x535b();return _0x4791=function(_0x47918f,_0xae4af5){_0x47918f=_0x47918f-0x148;var _0x87f3d0=_0x535be2[_0x47918f];return _0x87f3d0;},_0x4791(_0x25b33f,_0x586ebc);}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
- function _0x99b2(){var _0x54b441=['204615wOVACd','8USEsyM','337403ZvNIGH','18dCpjSr','Template','3054DlISnp','24eAnQLZ','16925129FHgoQa','requires','956660mduPXo','28GyYwKm','2814497NvxTUk','16ngrBwU','pluginName','3935YkQxIl','17609FMVbsE'];_0x99b2=function(){return _0x54b441;};return _0x99b2();}var _0x551c92=_0x46c5;(function(_0x16ae5d,_0x2753c9){var _0x33bd24=_0x46c5,_0x213711=_0x16ae5d();while(!![]){try{var _0x35f8b7=-parseInt(_0x33bd24(0xf3))/0x1*(-parseInt(_0x33bd24(0xf0))/0x2)+-parseInt(_0x33bd24(0xf4))/0x3*(-parseInt(_0x33bd24(0xee))/0x4)+parseInt(_0x33bd24(0xf2))/0x5*(parseInt(_0x33bd24(0xe9))/0x6)+-parseInt(_0x33bd24(0xef))/0x7*(-parseInt(_0x33bd24(0xe5))/0x8)+-parseInt(_0x33bd24(0xe7))/0x9*(-parseInt(_0x33bd24(0xed))/0xa)+-parseInt(_0x33bd24(0xe6))/0xb*(parseInt(_0x33bd24(0xea))/0xc)+-parseInt(_0x33bd24(0xeb))/0xd;if(_0x35f8b7===_0x2753c9)break;else _0x213711['push'](_0x213711['shift']());}catch(_0x16696f){_0x213711['push'](_0x213711['shift']());}}}(_0x99b2,0x3ccb6));import{Plugin as _0x6bd1a5}from'ckeditor5/src/core.js';import _0x2467b7 from'./templateediting.js';import _0x13ef75 from'./templateui.js';function _0x46c5(_0x362e4c,_0x2b537b){var _0x99b218=_0x99b2();return _0x46c5=function(_0x46c5e2,_0x37c068){_0x46c5e2=_0x46c5e2-0xe5;var _0x1f1528=_0x99b218[_0x46c5e2];return _0x1f1528;},_0x46c5(_0x362e4c,_0x2b537b);}export default class m extends _0x6bd1a5{static get[_0x551c92(0xec)](){return[_0x2467b7,_0x13ef75];}static get[_0x551c92(0xf1)](){var _0x5b4ba5=_0x551c92;return _0x5b4ba5(0xe8);}}
23
+ var _0x286a31=_0x1113;(function(_0x321d86,_0x8f3b98){var _0xb8b2e1=_0x1113,_0x2739c5=_0x321d86();while(!![]){try{var _0x5d5c0f=-parseInt(_0xb8b2e1(0x121))/0x1*(-parseInt(_0xb8b2e1(0x125))/0x2)+parseInt(_0xb8b2e1(0x120))/0x3+parseInt(_0xb8b2e1(0x126))/0x4+-parseInt(_0xb8b2e1(0x124))/0x5*(parseInt(_0xb8b2e1(0x129))/0x6)+-parseInt(_0xb8b2e1(0x127))/0x7+parseInt(_0xb8b2e1(0x12a))/0x8+parseInt(_0xb8b2e1(0x123))/0x9;if(_0x5d5c0f===_0x8f3b98)break;else _0x2739c5['push'](_0x2739c5['shift']());}catch(_0x44fc69){_0x2739c5['push'](_0x2739c5['shift']());}}}(_0x3dd6,0x602cd));import{Plugin as _0x564160}from'ckeditor5/src/core.js';import _0x3bf132 from'./templateediting.js';import _0x4f632f from'./templateui.js';function _0x3dd6(){var _0x40be7d=['Template','2033649hxboBS','4365SKhrdN','6kFdbif','1458068PtPVBU','1413930sYgDfK','requires','3546FVVfaR','1645672CAOzym','pluginName','524100rVpirH','46993KOWYiW'];_0x3dd6=function(){return _0x40be7d;};return _0x3dd6();}function _0x1113(_0x48ce04,_0x22c2b2){var _0x3dd64a=_0x3dd6();return _0x1113=function(_0x11137a,_0x439f28){_0x11137a=_0x11137a-0x11f;var _0x170ab7=_0x3dd64a[_0x11137a];return _0x170ab7;},_0x1113(_0x48ce04,_0x22c2b2);}export default class m extends _0x564160{static get[_0x286a31(0x128)](){return[_0x3bf132,_0x4f632f];}static get[_0x286a31(0x11f)](){var _0x4efd74=_0x286a31;return _0x4efd74(0x122);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x259f(_0x10dc48,_0x411d3f){const _0x41ca94=_0x41ca();return _0x259f=function(_0x259fa9,_0x3d15c9){_0x259fa9=_0x259fa9-0x174;let _0x54988b=_0x41ca94[_0x259fa9];return _0x54988b;},_0x259f(_0x10dc48,_0x411d3f);}function _0x41ca(){const _0x5d52dd=['20141inGqqf','htmlProcessor','data','821643bvKTPk','8nzixnW','236512JmVhyT','editor','function','execute','insertContent','toModel','3158aQJsXi','1300DutKDD','4456692tLaeGG','4959996Vbqcxb','13NcxAoF','change','string','213XuKULO','34535hVlTBJ','270CbTIVv','toView','21gRJSgN'];_0x41ca=function(){return _0x5d52dd;};return _0x41ca();}const _0x10f836=_0x259f;(function(_0x3420d5,_0xca937){const _0x5144b3=_0x259f,_0x2f57a4=_0x3420d5();while(!![]){try{const _0x3e97ea=-parseInt(_0x5144b3(0x17e))/0x1*(parseInt(_0x5144b3(0x177))/0x2)+-parseInt(_0x5144b3(0x186))/0x3*(-parseInt(_0x5144b3(0x187))/0x4)+-parseInt(_0x5144b3(0x17f))/0x5*(-parseInt(_0x5144b3(0x180))/0x6)+-parseInt(_0x5144b3(0x182))/0x7*(parseInt(_0x5144b3(0x188))/0x8)+parseInt(_0x5144b3(0x179))/0x9+-parseInt(_0x5144b3(0x178))/0xa*(parseInt(_0x5144b3(0x183))/0xb)+parseInt(_0x5144b3(0x17a))/0xc*(-parseInt(_0x5144b3(0x17b))/0xd);if(_0x3e97ea===_0xca937)break;else _0x2f57a4['push'](_0x2f57a4['shift']());}catch(_0x20c525){_0x2f57a4['push'](_0x2f57a4['shift']());}}}(_0x41ca,0x43b87));import{Command as _0x4214f2}from'ckeditor5/src/core.js';export default class c extends _0x4214f2{[_0x10f836(0x174)](_0x380288){const _0x4a0f25=_0x10f836,{model:_0xb980fa}=this[_0x4a0f25(0x189)];let _0x339bf0;switch(typeof _0x380288){case _0x4a0f25(0x17d):_0x339bf0=_0x380288;break;case _0x4a0f25(0x18a):_0x339bf0=_0x380288();}_0x4a0f25(0x17d)==typeof _0x339bf0&&_0xb980fa[_0x4a0f25(0x17c)](()=>{const _0x3b062e=_0x4a0f25,_0x4efb96=this[_0x3b062e(0x189)][_0x3b062e(0x185)][_0x3b062e(0x184)][_0x3b062e(0x181)](_0x339bf0),_0x52e2dc=this[_0x3b062e(0x189)][_0x3b062e(0x185)][_0x3b062e(0x176)](_0x4efb96);_0xb980fa[_0x3b062e(0x175)](_0x52e2dc);});}}
23
+ const _0x408dbd=_0x46eb;(function(_0x2d1390,_0x19075e){const _0x1c3af6=_0x46eb,_0x41ae4a=_0x2d1390();while(!![]){try{const _0x57f539=parseInt(_0x1c3af6(0x156))/0x1+parseInt(_0x1c3af6(0x15f))/0x2+parseInt(_0x1c3af6(0x160))/0x3+parseInt(_0x1c3af6(0x15c))/0x4+parseInt(_0x1c3af6(0x15a))/0x5+-parseInt(_0x1c3af6(0x152))/0x6+-parseInt(_0x1c3af6(0x15b))/0x7*(parseInt(_0x1c3af6(0x150))/0x8);if(_0x57f539===_0x19075e)break;else _0x41ae4a['push'](_0x41ae4a['shift']());}catch(_0x1c6a3a){_0x41ae4a['push'](_0x41ae4a['shift']());}}}(_0x5f5b,0x546d1));import{Command as _0x331ccc}from'ckeditor5/src/core.js';function _0x46eb(_0x1bdca5,_0x58d415){const _0x5f5b96=_0x5f5b();return _0x46eb=function(_0x46eb9e,_0x56857a){_0x46eb9e=_0x46eb9e-0x150;let _0x544a9a=_0x5f5b96[_0x46eb9e];return _0x544a9a;},_0x46eb(_0x1bdca5,_0x58d415);}function _0x5f5b(){const _0x31a6e4=['8NdqoSy','execute','1307964yixxLp','string','htmlProcessor','insertContent','256396szlyQs','data','change','toModel','94490MQYsMy','6384483WsZMol','617556JmDoGy','editor','toView','1312718RLtxnZ','1169490ljsLew','function'];_0x5f5b=function(){return _0x31a6e4;};return _0x5f5b();}export default class c extends _0x331ccc{[_0x408dbd(0x151)](_0x2be85c){const _0x1e0713=_0x408dbd,{model:_0x306ab7}=this[_0x1e0713(0x15d)];let _0x4a2455;switch(typeof _0x2be85c){case _0x1e0713(0x153):_0x4a2455=_0x2be85c;break;case _0x1e0713(0x161):_0x4a2455=_0x2be85c();}_0x1e0713(0x153)==typeof _0x4a2455&&_0x306ab7[_0x1e0713(0x158)](()=>{const _0x3c30ba=_0x1e0713,_0x59cb2b=this[_0x3c30ba(0x15d)][_0x3c30ba(0x157)][_0x3c30ba(0x154)][_0x3c30ba(0x15e)](_0x4a2455),_0x535ec3=this[_0x3c30ba(0x15d)][_0x3c30ba(0x157)][_0x3c30ba(0x159)](_0x59cb2b);_0x306ab7[_0x3c30ba(0x155)](_0x535ec3);});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x390b89=_0x11b7;(function(_0x1278e2,_0x191dda){const _0x5503a4=_0x11b7,_0x46d1e7=_0x1278e2();while(!![]){try{const _0x18cc7e=parseInt(_0x5503a4(0x1e0))/0x1*(-parseInt(_0x5503a4(0x1e4))/0x2)+parseInt(_0x5503a4(0x1e9))/0x3*(-parseInt(_0x5503a4(0x1e1))/0x4)+parseInt(_0x5503a4(0x1d7))/0x5+parseInt(_0x5503a4(0x1ea))/0x6+-parseInt(_0x5503a4(0x1eb))/0x7+parseInt(_0x5503a4(0x1d8))/0x8*(-parseInt(_0x5503a4(0x1ed))/0x9)+parseInt(_0x5503a4(0x1f2))/0xa;if(_0x18cc7e===_0x191dda)break;else _0x46d1e7['push'](_0x46d1e7['shift']());}catch(_0x1003ca){_0x46d1e7['push'](_0x46d1e7['shift']());}}}(_0x3a2a,0x1fd27));import{Plugin as _0x305496}from'ckeditor5/src/core.js';import{CKEditorError as _0xa46bd9}from'ckeditor5/src/utils.js';function _0x11b7(_0x260b67,_0x40f1f8){const _0x3a2a42=_0x3a2a();return _0x11b7=function(_0x11b72b,_0x54cf14){_0x11b72b=_0x11b72b-0x1d7;let _0x5d1b93=_0x3a2a42[_0x11b72b];return _0x5d1b93;},_0x11b7(_0x260b67,_0x40f1f8);}import _0x3257fe from'./templatecommand.js';function _0x3a2a(){const _0x2190f0=['licenseKey','templateLicenseKeyInvalid','3jxZYuR','1417722CMTEjq','1723526kApluM','_licenseKeyCheckInterval','9EPJRzu','TemplateEditing','destroy','editor','info','3034930bnFKgA','template-invalid-license-key','get','1117570qsElDN','869144qFPjeC','template-trial-license-key-reached-limit-changes','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.','templateLicenseKeyTrial','config','pluginName','add','templateLicenseKeyValid','3pwlPkx','759884mftbIm','insertTemplate','commands','58746WmrYUS','templateLicenseKeyTrialLimit:operations','init'];_0x3a2a=function(){return _0x2190f0;};return _0x3a2a();}export default class r extends _0x305496{static get[_0x390b89(0x1dd)](){const _0xca62b2=_0x390b89;return _0xca62b2(0x1ee);}constructor(_0x3ca140){const _0x5f5d46=_0x390b89;super(_0x3ca140),this[_0x5f5d46(0x1ec)]=null;}[_0x390b89(0x1e6)](){const _0x4cb770=_0x390b89,{editor:_0xbd25bf}=this;_0xbd25bf[_0x4cb770(0x1e3)][_0x4cb770(0x1de)](_0x4cb770(0x1e2),new _0x3257fe(_0xbd25bf)),this[_0x4cb770(0x1e7)]=_0xbd25bf[_0x4cb770(0x1dc)][_0x4cb770(0x1f4)](_0x4cb770(0x1e7));const _0x30b64b=this[_0x4cb770(0x1f0)];this[_0x4cb770(0x1ec)]=setInterval(()=>{const _0x557c87=_0x4cb770;let _0x2571e0;for(const _0x23234f in _0x30b64b){const _0x33a97f=_0x23234f,_0x5e943e=_0x30b64b[_0x33a97f];if(_0x557c87(0x1db)===_0x5e943e||_0x557c87(0x1e8)===_0x5e943e||_0x557c87(0x1df)===_0x5e943e||_0x557c87(0x1e5)===_0x5e943e){delete _0x30b64b[_0x33a97f],_0x2571e0=_0x5e943e;break;}}if(_0x557c87(0x1e8)===_0x2571e0)throw clearInterval(this[_0x557c87(0x1ec)]),new _0xa46bd9(_0x557c87(0x1f3),null);if(_0x557c87(0x1db)===_0x2571e0&&console[_0x557c87(0x1f1)](_0x557c87(0x1da)),_0x557c87(0x1e5)===_0x2571e0)throw clearInterval(this[_0x557c87(0x1ec)]),new _0xa46bd9(_0x557c87(0x1d9),null);_0x557c87(0x1df)===_0x2571e0&&clearInterval(this[_0x557c87(0x1ec)]);},0x3e8);}[_0x390b89(0x1ef)](){const _0x190a8a=_0x390b89;this[_0x190a8a(0x1ec)]&&clearInterval(this[_0x190a8a(0x1ec)]);}}
23
+ function _0x339b(_0x404a1b,_0x2cf707){const _0x1de792=_0x1de7();return _0x339b=function(_0x339b64,_0x2c6050){_0x339b64=_0x339b64-0xa0;let _0x1d9156=_0x1de792[_0x339b64];return _0x1d9156;},_0x339b(_0x404a1b,_0x2cf707);}const _0x5a8a63=_0x339b;(function(_0x30caf9,_0x11abdb){const _0x5b5c4c=_0x339b,_0x1f2dd6=_0x30caf9();while(!![]){try{const _0x1b92fd=-parseInt(_0x5b5c4c(0xbd))/0x1*(parseInt(_0x5b5c4c(0xb6))/0x2)+parseInt(_0x5b5c4c(0xb2))/0x3+parseInt(_0x5b5c4c(0xac))/0x4+-parseInt(_0x5b5c4c(0xb3))/0x5*(-parseInt(_0x5b5c4c(0xb0))/0x6)+-parseInt(_0x5b5c4c(0xa2))/0x7*(-parseInt(_0x5b5c4c(0xa6))/0x8)+-parseInt(_0x5b5c4c(0xaf))/0x9*(parseInt(_0x5b5c4c(0xa3))/0xa)+-parseInt(_0x5b5c4c(0xb1))/0xb*(parseInt(_0x5b5c4c(0xbc))/0xc);if(_0x1b92fd===_0x11abdb)break;else _0x1f2dd6['push'](_0x1f2dd6['shift']());}catch(_0x44c615){_0x1f2dd6['push'](_0x1f2dd6['shift']());}}}(_0x1de7,0x4a0f2));import{Plugin as _0x539470}from'ckeditor5/src/core.js';import{CKEditorError as _0x5b0d83}from'ckeditor5/src/utils.js';function _0x1de7(){const _0x2425e3=['templateLicenseKeyTrialLimit:operations','pluginName','init','templateLicenseKeyInvalid','1671112puTynv','TemplateEditing','_licenseKeyCheckInterval','268677txTkLx','18dZfbqn','187cdAqCY','1561122QAyEME','883625hCnGbN','editor','add','2182NxSVYW','config','commands','get','template-trial-license-key-reached-limit-changes','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.','290772oDUBoU','361MwIiFl','licenseKey','templateLicenseKeyTrial','info','destroy','1372POvuay','150wobFYf','template-invalid-license-key','templateLicenseKeyValid','3616oQTbgm','insertTemplate'];_0x1de7=function(){return _0x2425e3;};return _0x1de7();}import _0x35ffdf from'./templatecommand.js';export default class r extends _0x539470{static get[_0x5a8a63(0xa9)](){const _0x29a6fd=_0x5a8a63;return _0x29a6fd(0xad);}constructor(_0x5e1638){const _0x57ba07=_0x5a8a63;super(_0x5e1638),this[_0x57ba07(0xae)]=null;}[_0x5a8a63(0xaa)](){const _0x3cc837=_0x5a8a63,{editor:_0x2c5a42}=this;_0x2c5a42[_0x3cc837(0xb8)][_0x3cc837(0xb5)](_0x3cc837(0xa7),new _0x35ffdf(_0x2c5a42)),this[_0x3cc837(0xbe)]=_0x2c5a42[_0x3cc837(0xb7)][_0x3cc837(0xb9)](_0x3cc837(0xbe));const _0x5e4569=this[_0x3cc837(0xb4)];this[_0x3cc837(0xae)]=setInterval(()=>{const _0x38da92=_0x3cc837;let _0x4dbc6c;for(const _0x621d2a in _0x5e4569){const _0xe602f2=_0x621d2a,_0x427dc7=_0x5e4569[_0xe602f2];if(_0x38da92(0xbf)===_0x427dc7||_0x38da92(0xab)===_0x427dc7||_0x38da92(0xa5)===_0x427dc7||_0x38da92(0xa8)===_0x427dc7){delete _0x5e4569[_0xe602f2],_0x4dbc6c=_0x427dc7;break;}}if(_0x38da92(0xab)===_0x4dbc6c)throw clearInterval(this[_0x38da92(0xae)]),new _0x5b0d83(_0x38da92(0xa4),null);if(_0x38da92(0xbf)===_0x4dbc6c&&console[_0x38da92(0xa0)](_0x38da92(0xbb)),_0x38da92(0xa8)===_0x4dbc6c)throw clearInterval(this[_0x38da92(0xae)]),new _0x5b0d83(_0x38da92(0xba),null);_0x38da92(0xa5)===_0x4dbc6c&&clearInterval(this[_0x38da92(0xae)]);},0x3e8);}[_0x5a8a63(0xa1)](){const _0x4e730c=_0x5a8a63;this[_0x4e730c(0xae)]&&clearInterval(this[_0x4e730c(0xae)]);}}