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

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':_0x33e17b=>_0x33e17b%0xa==0x1&&_0x33e17b%0x64!=0xb?0x0:_0x33e17b%0xa>=0x2&&_0x33e17b%0xa<=0x4&&(_0x33e17b%0x64<0xa||_0x33e17b%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
- (_0x3341d5=>{const {sr:{dictionary:_0x1c166a,getPluralForm:_0x37c923}}={'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':_0x1b0075=>_0x1b0075%0xa==0x1&&_0x1b0075%0x64!=0xb?0x0:_0x1b0075%0xa>=0x2&&_0x1b0075%0xa<=0x4&&(_0x1b0075%0x64<0xa||_0x1b0075%0x64>=0x14)?0x1:0x2}};_0x3341d5['sr']||={'dictionary':{},'getPluralForm':null},_0x3341d5['sr']['dictionary']=Object['assign'](_0x3341d5['sr']['dictionary'],_0x1c166a),_0x3341d5['sr']['getPluralForm']=_0x37c923;})(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':_0x740a51=>0x1!=_0x740a51}};
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
- (_0x17c42a=>{const {sv:{dictionary:_0x358842,getPluralForm:_0x588fee}}={'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':_0xb42c25=>0x1!=_0xb42c25}};_0x17c42a['sv']||={'dictionary':{},'getPluralForm':null},_0x17c42a['sv']['dictionary']=Object['assign'](_0x17c42a['sv']['dictionary'],_0x358842),_0x17c42a['sv']['getPluralForm']=_0x588fee;})(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':_0xd3a5d4=>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
- (_0xbbfdb1=>{const {th:{dictionary:_0x61df67,getPluralForm:_0x54ebac}}={'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':_0x52d972=>0x0}};_0xbbfdb1['th']||={'dictionary':{},'getPluralForm':null},_0xbbfdb1['th']['dictionary']=Object['assign'](_0xbbfdb1['th']['dictionary'],_0x61df67),_0xbbfdb1['th']['getPluralForm']=_0x54ebac;})(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':_0x4c363b=>_0x4c363b>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
- (_0xa971ed=>{const {tr:{dictionary:_0x1a1cf9,getPluralForm:_0xcc5d44}}={'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':_0x2dea57=>_0x2dea57>0x1}};_0xa971ed['tr']||={'dictionary':{},'getPluralForm':null},_0xa971ed['tr']['dictionary']=Object['assign'](_0xa971ed['tr']['dictionary'],_0x1a1cf9),_0xa971ed['tr']['getPluralForm']=_0xcc5d44;})(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':_0x5b255c=>_0x5b255c%0x1==0x0&&_0x5b255c%0xa==0x1&&_0x5b255c%0x64!=0xb?0x0:_0x5b255c%0x1==0x0&&_0x5b255c%0xa>=0x2&&_0x5b255c%0xa<=0x4&&(_0x5b255c%0x64<0xc||_0x5b255c%0x64>0xe)?0x1:_0x5b255c%0x1==0x0&&(_0x5b255c%0xa==0x0||_0x5b255c%0xa>=0x5&&_0x5b255c%0xa<=0x9||_0x5b255c%0x64>=0xb&&_0x5b255c%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
- (_0x2a6cb9=>{const {uk:{dictionary:_0x130710,getPluralForm:_0x226283}}={'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':_0x2252ea=>_0x2252ea%0x1==0x0&&_0x2252ea%0xa==0x1&&_0x2252ea%0x64!=0xb?0x0:_0x2252ea%0x1==0x0&&_0x2252ea%0xa>=0x2&&_0x2252ea%0xa<=0x4&&(_0x2252ea%0x64<0xc||_0x2252ea%0x64>0xe)?0x1:_0x2252ea%0x1==0x0&&(_0x2252ea%0xa==0x0||_0x2252ea%0xa>=0x5&&_0x2252ea%0xa<=0x9||_0x2252ea%0x64>=0xb&&_0x2252ea%0x64<=0xe)?0x2:0x3}};_0x2a6cb9['uk']||={'dictionary':{},'getPluralForm':null},_0x2a6cb9['uk']['dictionary']=Object['assign'](_0x2a6cb9['uk']['dictionary'],_0x130710),_0x2a6cb9['uk']['getPluralForm']=_0x226283;})(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':_0x584d5c=>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
- (_0x85dfc8=>{const {uz:{dictionary:_0x651b3f,getPluralForm:_0x5e9842}}={'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':_0x4e8904=>0x0}};_0x85dfc8['uz']||={'dictionary':{},'getPluralForm':null},_0x85dfc8['uz']['dictionary']=Object['assign'](_0x85dfc8['uz']['dictionary'],_0x651b3f),_0x85dfc8['uz']['getPluralForm']=_0x5e9842;})(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':_0x315f42=>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
- (_0x575b77=>{const {vi:{dictionary:_0x2e188d,getPluralForm:_0x3a5604}}={'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':_0x160e2e=>0x0}};_0x575b77['vi']||={'dictionary':{},'getPluralForm':null},_0x575b77['vi']['dictionary']=Object['assign'](_0x575b77['vi']['dictionary'],_0x2e188d),_0x575b77['vi']['getPluralForm']=_0x3a5604;})(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':_0x5cb1fd=>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
- (_0x1a3fa0=>{const {'zh-cn':{dictionary:_0x4fcacc,getPluralForm:_0x813b72}}={'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':_0x3362f0=>0x0}};_0x1a3fa0['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x1a3fa0['zh-cn']['dictionary']=Object['assign'](_0x1a3fa0['zh-cn']['dictionary'],_0x4fcacc),_0x1a3fa0['zh-cn']['getPluralForm']=_0x813b72;})(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':_0x417fef=>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
- (_0x37393f=>{const {zh:{dictionary:_0x5a07ba,getPluralForm:_0x29cc79}}={'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':_0x3b0e8c=>0x0}};_0x37393f['zh']||={'dictionary':{},'getPluralForm':null},_0x37393f['zh']['dictionary']=Object['assign'](_0x37393f['zh']['dictionary'],_0x5a07ba),_0x37393f['zh']['getPluralForm']=_0x29cc79;})(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.12",
3
+ "version": "42.0.0-alpha.15",
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.12",
26
- "@ckeditor/ckeditor5-ui": "42.0.0-alpha.12",
27
- "ckeditor5-collaboration": "42.0.0-alpha.12"
25
+ "ckeditor5": "42.0.0-alpha.15",
26
+ "@ckeditor/ckeditor5-ui": "42.0.0-alpha.15",
27
+ "ckeditor5-collaboration": "42.0.0-alpha.15"
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(_0xc03b16,_0x754813){var _0x195b3e=_0x28a7,_0x5e53dc=_0xc03b16();while(!![]){try{var _0x242bda=-parseInt(_0x195b3e(0x19d))/0x1*(-parseInt(_0x195b3e(0x196))/0x2)+parseInt(_0x195b3e(0x198))/0x3+-parseInt(_0x195b3e(0x199))/0x4+parseInt(_0x195b3e(0x19a))/0x5+parseInt(_0x195b3e(0x19c))/0x6*(parseInt(_0x195b3e(0x19b))/0x7)+-parseInt(_0x195b3e(0x197))/0x8*(-parseInt(_0x195b3e(0x19e))/0x9)+-parseInt(_0x195b3e(0x19f))/0xa;if(_0x242bda===_0x754813)break;else _0x5e53dc['push'](_0x5e53dc['shift']());}catch(_0xb0fc34){_0x5e53dc['push'](_0x5e53dc['shift']());}}}(_0x1994,0x8576c));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 _0x28a7(_0x2d0ec2,_0xb6adcd){var _0x19942f=_0x1994();return _0x28a7=function(_0x28a7df,_0x4f4840){_0x28a7df=_0x28a7df-0x196;var _0x110733=_0x19942f[_0x28a7df];return _0x110733;},_0x28a7(_0x2d0ec2,_0xb6adcd);}function _0x1994(){var _0x5449b8=['575214DsYpej','1FPYDxA','21852vhJGKK','11828160appiCX','350158qewpYi','728jJHLno','183603hMiFGy','3024492sJNfMX','5348445okakNT','70CYWaQr'];_0x1994=function(){return _0x5449b8;};return _0x1994();}
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
- var _0x1fea6a=_0x415e;(function(_0x460495,_0x5b5687){var _0x4d5543=_0x415e,_0x3918a5=_0x460495();while(!![]){try{var _0x3fc01=-parseInt(_0x4d5543(0x1d6))/0x1+-parseInt(_0x4d5543(0x1ce))/0x2+parseInt(_0x4d5543(0x1d4))/0x3*(parseInt(_0x4d5543(0x1cf))/0x4)+-parseInt(_0x4d5543(0x1d7))/0x5+-parseInt(_0x4d5543(0x1d9))/0x6*(parseInt(_0x4d5543(0x1d0))/0x7)+parseInt(_0x4d5543(0x1d3))/0x8+parseInt(_0x4d5543(0x1d5))/0x9;if(_0x3fc01===_0x5b5687)break;else _0x3918a5['push'](_0x3918a5['shift']());}catch(_0x29c727){_0x3918a5['push'](_0x3918a5['shift']());}}}(_0x1452,0xa60f9));function _0x415e(_0x184644,_0x3225dd){var _0x1452f2=_0x1452();return _0x415e=function(_0x415e54,_0x3e59c9){_0x415e54=_0x415e54-0x1ce;var _0x57ee5d=_0x1452f2[_0x415e54];return _0x57ee5d;},_0x415e(_0x184644,_0x3225dd);}import{Plugin as _0x363d9a}from'ckeditor5/src/core.js';import _0x25c286 from'./templateediting.js';import _0x460b65 from'./templateui.js';function _0x1452(){var _0x30fc9f=['36WGMQpX','26339688ngFjWn','689705SroTsw','2844000BxjqLY','requires','335784bHyxmC','764102wGmKXU','141536tZYlbW','161pzuqQQ','Template','pluginName','2053384EVxqgJ'];_0x1452=function(){return _0x30fc9f;};return _0x1452();}export default class m extends _0x363d9a{static get[_0x1fea6a(0x1d8)](){return[_0x25c286,_0x460b65];}static get[_0x1fea6a(0x1d2)](){var _0x4a53b5=_0x1fea6a;return _0x4a53b5(0x1d1);}}
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
- const _0x4b14aa=_0x5b3c;function _0x5b3c(_0x214f76,_0x348c77){const _0x247737=_0x2477();return _0x5b3c=function(_0x5b3c3e,_0x46206f){_0x5b3c3e=_0x5b3c3e-0x175;let _0x34ec71=_0x247737[_0x5b3c3e];return _0x34ec71;},_0x5b3c(_0x214f76,_0x348c77);}(function(_0x4c2ac8,_0x46027f){const _0x306ad6=_0x5b3c,_0x512f10=_0x4c2ac8();while(!![]){try{const _0x429836=parseInt(_0x306ad6(0x17a))/0x1+parseInt(_0x306ad6(0x17b))/0x2*(-parseInt(_0x306ad6(0x185))/0x3)+-parseInt(_0x306ad6(0x175))/0x4+parseInt(_0x306ad6(0x182))/0x5+-parseInt(_0x306ad6(0x187))/0x6*(parseInt(_0x306ad6(0x180))/0x7)+parseInt(_0x306ad6(0x179))/0x8*(-parseInt(_0x306ad6(0x178))/0x9)+parseInt(_0x306ad6(0x184))/0xa;if(_0x429836===_0x46027f)break;else _0x512f10['push'](_0x512f10['shift']());}catch(_0x561e6a){_0x512f10['push'](_0x512f10['shift']());}}}(_0x2477,0xee079));import{Command as _0xa34f5f}from'ckeditor5/src/core.js';export default class c extends _0xa34f5f{[_0x4b14aa(0x181)](_0x2ef2bb){const _0x2ecf53=_0x4b14aa,{model:_0x232ba7}=this[_0x2ecf53(0x17f)];let _0x527968;switch(typeof _0x2ef2bb){case _0x2ecf53(0x186):_0x527968=_0x2ef2bb;break;case _0x2ecf53(0x183):_0x527968=_0x2ef2bb();}_0x2ecf53(0x186)==typeof _0x527968&&_0x232ba7[_0x2ecf53(0x188)](()=>{const _0x8d9685=_0x2ecf53,_0x22d924=this[_0x8d9685(0x17f)][_0x8d9685(0x17c)][_0x8d9685(0x177)][_0x8d9685(0x17d)](_0x527968),_0x7b1066=this[_0x8d9685(0x17f)][_0x8d9685(0x17c)][_0x8d9685(0x17e)](_0x22d924);_0x232ba7[_0x8d9685(0x176)](_0x7b1066);});}}function _0x2477(){const _0x997d7e=['string','3398166AGhZLT','change','3510232cBmPGZ','insertContent','htmlProcessor','15074892GtPCWl','8iVOTyL','1274438LNAeZl','426642PzOHFb','data','toView','toModel','editor','14WppghJ','execute','5891450RjoJcU','function','39140770WopOpQ','24plEuZj'];_0x2477=function(){return _0x997d7e;};return _0x2477();}
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 _0x4abe7e=_0x2769;function _0x5e18(){const _0x3ddc7b=['479jeumGb','info','26480670kUlmcw','394842UqJxJy','destroy','commands','2473655uiUCLB','templateLicenseKeyTrial','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.','9134820eKCLJe','get','editor','423426LFGRMQ','insertTemplate','init','11WRHFhV','_licenseKeyCheckInterval','templateLicenseKeyInvalid','add','6TgKvxp','272JKNnmc','pluginName','config','2392960lBMdQf','licenseKey','template-invalid-license-key','templateLicenseKeyTrialLimit:operations','8vjPvhj','templateLicenseKeyValid','TemplateEditing','template-trial-license-key-reached-limit-changes'];_0x5e18=function(){return _0x3ddc7b;};return _0x5e18();}(function(_0xc64c76,_0x18ea28){const _0x186882=_0x2769,_0xe5870b=_0xc64c76();while(!![]){try{const _0x3e5360=-parseInt(_0x186882(0x1a1))/0x1*(parseInt(_0x186882(0x196))/0x2)+parseInt(_0x186882(0x18e))/0x3*(-parseInt(_0x186882(0x19d))/0x4)+parseInt(_0x186882(0x188))/0x5*(-parseInt(_0x186882(0x195))/0x6)+parseInt(_0x186882(0x185))/0x7+-parseInt(_0x186882(0x199))/0x8+-parseInt(_0x186882(0x18b))/0x9+-parseInt(_0x186882(0x184))/0xa*(-parseInt(_0x186882(0x191))/0xb);if(_0x3e5360===_0x18ea28)break;else _0xe5870b['push'](_0xe5870b['shift']());}catch(_0x32f5b5){_0xe5870b['push'](_0xe5870b['shift']());}}}(_0x5e18,0x85d76));function _0x2769(_0x126c63,_0x9588e){const _0x5e18fc=_0x5e18();return _0x2769=function(_0x27698e,_0x1d8ae1){_0x27698e=_0x27698e-0x184;let _0xc78476=_0x5e18fc[_0x27698e];return _0xc78476;},_0x2769(_0x126c63,_0x9588e);}import{Plugin as _0x429188}from'ckeditor5/src/core.js';import{CKEditorError as _0x3b630e}from'ckeditor5/src/utils.js';import _0x2901e6 from'./templatecommand.js';export default class r extends _0x429188{static get[_0x4abe7e(0x197)](){const _0x5e37f3=_0x4abe7e;return _0x5e37f3(0x19f);}constructor(_0x404329){const _0x31e2c7=_0x4abe7e;super(_0x404329),this[_0x31e2c7(0x192)]=null;}[_0x4abe7e(0x190)](){const _0xc6dc52=_0x4abe7e,{editor:_0x27d529}=this;_0x27d529[_0xc6dc52(0x187)][_0xc6dc52(0x194)](_0xc6dc52(0x18f),new _0x2901e6(_0x27d529)),this[_0xc6dc52(0x19a)]=_0x27d529[_0xc6dc52(0x198)][_0xc6dc52(0x18c)](_0xc6dc52(0x19a));const _0x19cfe5=this[_0xc6dc52(0x18d)];this[_0xc6dc52(0x192)]=setInterval(()=>{const _0x59d41b=_0xc6dc52;let _0x560762;for(const _0xadb8d6 in _0x19cfe5){const _0x128eaf=_0xadb8d6,_0x2158e3=_0x19cfe5[_0x128eaf];if(_0x59d41b(0x189)===_0x2158e3||_0x59d41b(0x193)===_0x2158e3||_0x59d41b(0x19e)===_0x2158e3||_0x59d41b(0x19c)===_0x2158e3){delete _0x19cfe5[_0x128eaf],_0x560762=_0x2158e3;break;}}if(_0x59d41b(0x193)===_0x560762)throw clearInterval(this[_0x59d41b(0x192)]),new _0x3b630e(_0x59d41b(0x19b),null);if(_0x59d41b(0x189)===_0x560762&&console[_0x59d41b(0x1a2)](_0x59d41b(0x18a)),_0x59d41b(0x19c)===_0x560762)throw clearInterval(this[_0x59d41b(0x192)]),new _0x3b630e(_0x59d41b(0x1a0),null);_0x59d41b(0x19e)===_0x560762&&clearInterval(this[_0x59d41b(0x192)]);},0x3e8);}[_0x4abe7e(0x186)](){const _0x5d918c=_0x4abe7e;this[_0x5d918c(0x192)]&&clearInterval(this[_0x5d918c(0x192)]);}}
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)]);}}