@ckeditor/ckeditor5-template 42.0.0-alpha.15 → 42.0.0-alpha.17

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':_0x3b475b=>_0x3b475b%0xa==0x1&&_0x3b475b%0x64!=0xb?0x0:_0x3b475b%0xa>=0x2&&_0x3b475b%0xa<=0x4&&(_0x3b475b%0x64<0xa||_0x3b475b%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':_0x4263d4=>_0x4263d4%0xa==0x1&&_0x4263d4%0x64!=0xb?0x0:_0x4263d4%0xa>=0x2&&_0x4263d4%0xa<=0x4&&(_0x4263d4%0x64<0xa||_0x4263d4%0x64>=0x14)?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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']||={});
23
+ (_0x1d1e93=>{const {sr:{dictionary:_0x3e45e7,getPluralForm:_0x4b2500}}={'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':_0x5460b4=>_0x5460b4%0xa==0x1&&_0x5460b4%0x64!=0xb?0x0:_0x5460b4%0xa>=0x2&&_0x5460b4%0xa<=0x4&&(_0x5460b4%0x64<0xa||_0x5460b4%0x64>=0x14)?0x1:0x2}};_0x1d1e93['sr']||={'dictionary':{},'getPluralForm':null},_0x1d1e93['sr']['dictionary']=Object['assign'](_0x1d1e93['sr']['dictionary'],_0x3e45e7),_0x1d1e93['sr']['getPluralForm']=_0x4b2500;})(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':_0x47c848=>0x1!=_0x47c848}};
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':_0x26d107=>0x1!=_0x26d107}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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']||={});
23
+ (_0x5e7aa1=>{const {sv:{dictionary:_0x257427,getPluralForm:_0x1272a0}}={'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':_0x5ed15e=>0x1!=_0x5ed15e}};_0x5e7aa1['sv']||={'dictionary':{},'getPluralForm':null},_0x5e7aa1['sv']['dictionary']=Object['assign'](_0x5e7aa1['sv']['dictionary'],_0x257427),_0x5e7aa1['sv']['getPluralForm']=_0x1272a0;})(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':_0x2723ef=>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':_0x14e867=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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']||={});
23
+ (_0x37b1f6=>{const {th:{dictionary:_0x1b713d,getPluralForm:_0x58223b}}={'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':_0x3ecb63=>0x0}};_0x37b1f6['th']||={'dictionary':{},'getPluralForm':null},_0x37b1f6['th']['dictionary']=Object['assign'](_0x37b1f6['th']['dictionary'],_0x1b713d),_0x37b1f6['th']['getPluralForm']=_0x58223b;})(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':_0x4bc540=>_0x4bc540>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':_0x3f0934=>_0x3f0934>0x1}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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']||={});
23
+ (_0x210b02=>{const {tr:{dictionary:_0x3ca28b,getPluralForm:_0x22370c}}={'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':_0x5de7a4=>_0x5de7a4>0x1}};_0x210b02['tr']||={'dictionary':{},'getPluralForm':null},_0x210b02['tr']['dictionary']=Object['assign'](_0x210b02['tr']['dictionary'],_0x3ca28b),_0x210b02['tr']['getPluralForm']=_0x22370c;})(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':_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}};
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':_0x23e00b=>_0x23e00b%0x1==0x0&&_0x23e00b%0xa==0x1&&_0x23e00b%0x64!=0xb?0x0:_0x23e00b%0x1==0x0&&_0x23e00b%0xa>=0x2&&_0x23e00b%0xa<=0x4&&(_0x23e00b%0x64<0xc||_0x23e00b%0x64>0xe)?0x1:_0x23e00b%0x1==0x0&&(_0x23e00b%0xa==0x0||_0x23e00b%0xa>=0x5&&_0x23e00b%0xa<=0x9||_0x23e00b%0x64>=0xb&&_0x23e00b%0x64<=0xe)?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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']||={});
23
+ (_0x47535f=>{const {uk:{dictionary:_0x2bd6b7,getPluralForm:_0x5866f5}}={'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':_0x1c124d=>_0x1c124d%0x1==0x0&&_0x1c124d%0xa==0x1&&_0x1c124d%0x64!=0xb?0x0:_0x1c124d%0x1==0x0&&_0x1c124d%0xa>=0x2&&_0x1c124d%0xa<=0x4&&(_0x1c124d%0x64<0xc||_0x1c124d%0x64>0xe)?0x1:_0x1c124d%0x1==0x0&&(_0x1c124d%0xa==0x0||_0x1c124d%0xa>=0x5&&_0x1c124d%0xa<=0x9||_0x1c124d%0x64>=0xb&&_0x1c124d%0x64<=0xe)?0x2:0x3}};_0x47535f['uk']||={'dictionary':{},'getPluralForm':null},_0x47535f['uk']['dictionary']=Object['assign'](_0x47535f['uk']['dictionary'],_0x2bd6b7),_0x47535f['uk']['getPluralForm']=_0x5866f5;})(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':_0x2a1ee2=>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':_0x40a070=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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']||={});
23
+ (_0x18acde=>{const {uz:{dictionary:_0x12b7b4,getPluralForm:_0x569389}}={'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':_0x3460af=>0x0}};_0x18acde['uz']||={'dictionary':{},'getPluralForm':null},_0x18acde['uz']['dictionary']=Object['assign'](_0x18acde['uz']['dictionary'],_0x12b7b4),_0x18acde['uz']['getPluralForm']=_0x569389;})(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':_0x2b5425=>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':_0x5cff0a=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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']||={});
23
+ (_0x415e98=>{const {vi:{dictionary:_0x3083fb,getPluralForm:_0xd938c1}}={'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':_0x45a357=>0x0}};_0x415e98['vi']||={'dictionary':{},'getPluralForm':null},_0x415e98['vi']['dictionary']=Object['assign'](_0x415e98['vi']['dictionary'],_0x3083fb),_0x415e98['vi']['getPluralForm']=_0xd938c1;})(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':_0x4a6a63=>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':_0x511f57=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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']||={});
23
+ (_0x54caf6=>{const {'zh-cn':{dictionary:_0x4e41ec,getPluralForm:_0xf59921}}={'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':_0x2b33f0=>0x0}};_0x54caf6['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x54caf6['zh-cn']['dictionary']=Object['assign'](_0x54caf6['zh-cn']['dictionary'],_0x4e41ec),_0x54caf6['zh-cn']['getPluralForm']=_0xf59921;})(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':_0x5dce40=>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':_0x46433f=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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']||={});
23
+ (_0xd5d34f=>{const {zh:{dictionary:_0x1f3424,getPluralForm:_0x149dae}}={'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':_0x498d70=>0x0}};_0xd5d34f['zh']||={'dictionary':{},'getPluralForm':null},_0xd5d34f['zh']['dictionary']=Object['assign'](_0xd5d34f['zh']['dictionary'],_0x1f3424),_0xd5d34f['zh']['getPluralForm']=_0x149dae;})(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.15",
3
+ "version": "42.0.0-alpha.17",
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.15",
26
- "@ckeditor/ckeditor5-ui": "42.0.0-alpha.15",
27
- "ckeditor5-collaboration": "42.0.0-alpha.15"
25
+ "ckeditor5": "42.0.0-alpha.17",
26
+ "@ckeditor/ckeditor5-ui": "42.0.0-alpha.17",
27
+ "ckeditor5-collaboration": "42.0.0-alpha.17"
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(_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';
23
+ (function(_0x3a6335,_0x3b91f9){var _0x5ac6e5=_0x440d,_0x85c6a5=_0x3a6335();while(!![]){try{var _0x3ac584=parseInt(_0x5ac6e5(0x10a))/0x1+parseInt(_0x5ac6e5(0x10e))/0x2*(-parseInt(_0x5ac6e5(0x10c))/0x3)+parseInt(_0x5ac6e5(0x112))/0x4+parseInt(_0x5ac6e5(0x111))/0x5+parseInt(_0x5ac6e5(0x10b))/0x6*(-parseInt(_0x5ac6e5(0x113))/0x7)+parseInt(_0x5ac6e5(0x10d))/0x8+-parseInt(_0x5ac6e5(0x10f))/0x9*(parseInt(_0x5ac6e5(0x110))/0xa);if(_0x3ac584===_0x3b91f9)break;else _0x85c6a5['push'](_0x85c6a5['shift']());}catch(_0x3bb46c){_0x85c6a5['push'](_0x85c6a5['shift']());}}}(_0x9a85,0xdbe67));function _0x440d(_0x53a064,_0x2759d1){var _0x9a856e=_0x9a85();return _0x440d=function(_0x440d6b,_0x4e21a2){_0x440d6b=_0x440d6b-0x10a;var _0x3d1e4c=_0x9a856e[_0x440d6b];return _0x3d1e4c;},_0x440d(_0x53a064,_0x2759d1);}export{default as Template}from'./template.js';export{default as TemplateCommand}from'./templatecommand.js';export{default as TemplateEditing}from'./templateediting.js';export{default as TemplateUI}from'./templateui.js';import'./augmentation.js';function _0x9a85(){var _0x28ff38=['18AHyuNg','4977939WalJZr','9024760NSKcRt','2MsTqqk','27flXKQe','3993140mgaYCK','8958615kQtIJH','3299000brIeLb','1942738SCvxAu','846000nsxHuz'];_0x9a85=function(){return _0x28ff38;};return _0x9a85();}
package/src/template.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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);}}
23
+ var _0x5db4d6=_0x2a49;(function(_0x28e2a7,_0x135438){var _0x4f5017=_0x2a49,_0x5a2b13=_0x28e2a7();while(!![]){try{var _0x330d6d=parseInt(_0x4f5017(0xd8))/0x1*(parseInt(_0x4f5017(0xdf))/0x2)+-parseInt(_0x4f5017(0xe2))/0x3+-parseInt(_0x4f5017(0xe0))/0x4*(parseInt(_0x4f5017(0xde))/0x5)+-parseInt(_0x4f5017(0xdd))/0x6+parseInt(_0x4f5017(0xd7))/0x7*(-parseInt(_0x4f5017(0xe3))/0x8)+parseInt(_0x4f5017(0xe1))/0x9+-parseInt(_0x4f5017(0xda))/0xa*(-parseInt(_0x4f5017(0xd9))/0xb);if(_0x330d6d===_0x135438)break;else _0x5a2b13['push'](_0x5a2b13['shift']());}catch(_0x230cf9){_0x5a2b13['push'](_0x5a2b13['shift']());}}}(_0x50dc,0x402cb));import{Plugin as _0x1d8ca8}from'ckeditor5/src/core.js';import _0x32b747 from'./templateediting.js';import _0x4310eb from'./templateui.js';export default class m extends _0x1d8ca8{static get[_0x5db4d6(0xdc)](){return[_0x32b747,_0x4310eb];}static get[_0x5db4d6(0xe4)](){var _0x4a0e9d=_0x5db4d6;return _0x4a0e9d(0xdb);}}function _0x2a49(_0x279552,_0x52a65a){var _0x50dc7f=_0x50dc();return _0x2a49=function(_0x2a49e9,_0x961c39){_0x2a49e9=_0x2a49e9-0xd7;var _0x2bf759=_0x50dc7f[_0x2a49e9];return _0x2bf759;},_0x2a49(_0x279552,_0x52a65a);}function _0x50dc(){var _0x9b6be1=['3628926LBmgmV','1183245tcBzLw','8AqgwCT','pluginName','1312829QdtHis','791SPVEww','11JNrwjs','4049890fjLbFF','Template','requires','1158624EJBPOS','5345fjPCkM','916MKxgaN','496NmGEbL'];_0x50dc=function(){return _0x9b6be1;};return _0x50dc();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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);});}}
23
+ const _0x3c0e58=_0x173a;function _0x23c4(){const _0x2c749f=['3tYXXbf','10HWWHWD','toModel','data','382635YWLneI','htmlProcessor','insertContent','654744zgIhGS','string','2494724SptywV','1333bRctXD','20Nstdah','176HBQrEC','55783PwxvaA','6790slndno','3378234LsTFJh','2422fOnWbL','change','735adeKHm','94448KNUZnz','toView','function','editor','execute'];_0x23c4=function(){return _0x2c749f;};return _0x23c4();}(function(_0x450994,_0x5bbacd){const _0x42dc1b=_0x173a,_0x3e147c=_0x450994();while(!![]){try{const _0x5e57f4=parseInt(_0x42dc1b(0x76))/0x1*(-parseInt(_0x42dc1b(0x7c))/0x2)+parseInt(_0x42dc1b(0x84))/0x3*(-parseInt(_0x42dc1b(0x8d))/0x4)+parseInt(_0x42dc1b(0x85))/0x5*(-parseInt(_0x42dc1b(0x7b))/0x6)+-parseInt(_0x42dc1b(0x7e))/0x7*(-parseInt(_0x42dc1b(0x7f))/0x8)+-parseInt(_0x42dc1b(0x88))/0x9*(-parseInt(_0x42dc1b(0x77))/0xa)+parseInt(_0x42dc1b(0x78))/0xb*(parseInt(_0x42dc1b(0x8b))/0xc)+-parseInt(_0x42dc1b(0x79))/0xd*(-parseInt(_0x42dc1b(0x7a))/0xe);if(_0x5e57f4===_0x5bbacd)break;else _0x3e147c['push'](_0x3e147c['shift']());}catch(_0x5570d5){_0x3e147c['push'](_0x3e147c['shift']());}}}(_0x23c4,0xdf54d));import{Command as _0x5cf2d1}from'ckeditor5/src/core.js';function _0x173a(_0x7962fb,_0x349155){const _0x23c4ac=_0x23c4();return _0x173a=function(_0x173a92,_0x4debd7){_0x173a92=_0x173a92-0x76;let _0x2a65c6=_0x23c4ac[_0x173a92];return _0x2a65c6;},_0x173a(_0x7962fb,_0x349155);}export default class c extends _0x5cf2d1{[_0x3c0e58(0x83)](_0x5cf9a7){const _0x178ae5=_0x3c0e58,{model:_0x26fa34}=this[_0x178ae5(0x82)];let _0x459a33;switch(typeof _0x5cf9a7){case _0x178ae5(0x8c):_0x459a33=_0x5cf9a7;break;case _0x178ae5(0x81):_0x459a33=_0x5cf9a7();}_0x178ae5(0x8c)==typeof _0x459a33&&_0x26fa34[_0x178ae5(0x7d)](()=>{const _0x343b47=_0x178ae5,_0x2dcda2=this[_0x343b47(0x82)][_0x343b47(0x87)][_0x343b47(0x89)][_0x343b47(0x80)](_0x459a33),_0x53d820=this[_0x343b47(0x82)][_0x343b47(0x87)][_0x343b47(0x86)](_0x2dcda2);_0x26fa34[_0x343b47(0x8a)](_0x53d820);});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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)]);}}
23
+ const _0x5879e7=_0x5b43;(function(_0xf20d7c,_0x35a875){const _0x477cb8=_0x5b43,_0x35107c=_0xf20d7c();while(!![]){try{const _0xb09b52=-parseInt(_0x477cb8(0x9e))/0x1*(-parseInt(_0x477cb8(0x9a))/0x2)+parseInt(_0x477cb8(0x98))/0x3+parseInt(_0x477cb8(0xa8))/0x4*(-parseInt(_0x477cb8(0x8c))/0x5)+parseInt(_0x477cb8(0x90))/0x6*(parseInt(_0x477cb8(0x96))/0x7)+-parseInt(_0x477cb8(0x9b))/0x8+parseInt(_0x477cb8(0xa7))/0x9+-parseInt(_0x477cb8(0xa6))/0xa*(parseInt(_0x477cb8(0x8e))/0xb);if(_0xb09b52===_0x35a875)break;else _0x35107c['push'](_0x35107c['shift']());}catch(_0x4c13e1){_0x35107c['push'](_0x35107c['shift']());}}}(_0x12e5,0x74b0d));import{Plugin as _0x5dfee7}from'ckeditor5/src/core.js';import{CKEditorError as _0x3ad2e3}from'ckeditor5/src/utils.js';import _0x21b4b1 from'./templatecommand.js';function _0x5b43(_0x287e55,_0x3523f2){const _0x12e5c3=_0x12e5();return _0x5b43=function(_0x5b43f0,_0x2f83ff){_0x5b43f0=_0x5b43f0-0x8b;let _0x33618d=_0x12e5c3[_0x5b43f0];return _0x33618d;},_0x5b43(_0x287e55,_0x3523f2);}export default class r extends _0x5dfee7{static get[_0x5879e7(0xa9)](){const _0xffbf48=_0x5879e7;return _0xffbf48(0x93);}constructor(_0x148ec3){const _0x422443=_0x5879e7;super(_0x148ec3),this[_0x422443(0xa0)]=null;}[_0x5879e7(0xa4)](){const _0x126d5e=_0x5879e7,{editor:_0x5b41d0}=this;_0x5b41d0[_0x126d5e(0x92)][_0x126d5e(0x91)](_0x126d5e(0x94),new _0x21b4b1(_0x5b41d0)),this[_0x126d5e(0x9d)]=_0x5b41d0[_0x126d5e(0x8d)][_0x126d5e(0x9f)](_0x126d5e(0x9d));const _0x3f5926=this[_0x126d5e(0x95)];this[_0x126d5e(0xa0)]=setInterval(()=>{const _0x5b568e=_0x126d5e;let _0x59035d;for(const _0x22c9f2 in _0x3f5926){const _0x275d56=_0x22c9f2,_0x19d5fd=_0x3f5926[_0x275d56];if(_0x5b568e(0xa2)===_0x19d5fd||_0x5b568e(0x8f)===_0x19d5fd||_0x5b568e(0x97)===_0x19d5fd||_0x5b568e(0x8b)===_0x19d5fd){delete _0x3f5926[_0x275d56],_0x59035d=_0x19d5fd;break;}}if(_0x5b568e(0x8f)===_0x59035d)throw clearInterval(this[_0x5b568e(0xa0)]),new _0x3ad2e3(_0x5b568e(0x99),null);if(_0x5b568e(0xa2)===_0x59035d&&console[_0x5b568e(0xa5)](_0x5b568e(0xa1)),_0x5b568e(0x8b)===_0x59035d)throw clearInterval(this[_0x5b568e(0xa0)]),new _0x3ad2e3(_0x5b568e(0x9c),null);_0x5b568e(0x97)===_0x59035d&&clearInterval(this[_0x5b568e(0xa0)]);},0x3e8);}[_0x5879e7(0xa3)](){const _0x461331=_0x5879e7;this[_0x461331(0xa0)]&&clearInterval(this[_0x461331(0xa0)]);}}function _0x12e5(){const _0x5ef88d=['get','_licenseKeyCheckInterval','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','destroy','init','info','399660VvYYmo','99981xJPJlm','424644RiueoK','pluginName','templateLicenseKeyTrialLimit:operations','25IgAsQx','config','220xOWvzS','templateLicenseKeyInvalid','102jcJmcD','add','commands','TemplateEditing','insertTemplate','editor','115031DDZsNA','templateLicenseKeyValid','2861385uVkQua','template-invalid-license-key','248HuhtpQ','509912kKQQHg','template-trial-license-key-reached-limit-changes','licenseKey','5061OakpFv'];_0x12e5=function(){return _0x5ef88d;};return _0x12e5();}