@ckeditor/ckeditor5-template 42.0.0-alpha.1 → 42.0.0-alpha.10

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':_0x2d7802=>_0x2d7802%0xa==0x1&&_0x2d7802%0x64!=0xb?0x0:_0x2d7802%0xa>=0x2&&_0x2d7802%0xa<=0x4&&(_0x2d7802%0x64<0xa||_0x2d7802%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':_0x288aba=>_0x288aba%0xa==0x1&&_0x288aba%0x64!=0xb?0x0:_0x288aba%0xa>=0x2&&_0x288aba%0xa<=0x4&&(_0x288aba%0x64<0xa||_0x288aba%0x64>=0x14)?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x23c6d1=>{const {sr:{dictionary:_0x1f59d0,getPluralForm:_0x4df047}}={'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':_0x666f14=>_0x666f14%0xa==0x1&&_0x666f14%0x64!=0xb?0x0:_0x666f14%0xa>=0x2&&_0x666f14%0xa<=0x4&&(_0x666f14%0x64<0xa||_0x666f14%0x64>=0x14)?0x1:0x2}};_0x23c6d1['sr']||={'dictionary':{},'getPluralForm':null},_0x23c6d1['sr']['dictionary']=Object['assign'](_0x23c6d1['sr']['dictionary'],_0x1f59d0),_0x23c6d1['sr']['getPluralForm']=_0x4df047;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x479184=>{const {sr:{dictionary:_0x5b01e8,getPluralForm:_0x521117}}={'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':_0x537a52=>_0x537a52%0xa==0x1&&_0x537a52%0x64!=0xb?0x0:_0x537a52%0xa>=0x2&&_0x537a52%0xa<=0x4&&(_0x537a52%0x64<0xa||_0x537a52%0x64>=0x14)?0x1:0x2}};_0x479184['sr']||={'dictionary':{},'getPluralForm':null},_0x479184['sr']['dictionary']=Object['assign'](_0x479184['sr']['dictionary'],_0x5b01e8),_0x479184['sr']['getPluralForm']=_0x521117;})(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':_0x2c259c=>0x1!=_0x2c259c}};
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':_0x13c942=>0x1!=_0x13c942}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0xa32173=>{const {sv:{dictionary:_0x4c3403,getPluralForm:_0x1b654a}}={'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':_0x1b92bc=>0x1!=_0x1b92bc}};_0xa32173['sv']||={'dictionary':{},'getPluralForm':null},_0xa32173['sv']['dictionary']=Object['assign'](_0xa32173['sv']['dictionary'],_0x4c3403),_0xa32173['sv']['getPluralForm']=_0x1b654a;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x131cf2=>{const {sv:{dictionary:_0x1cf737,getPluralForm:_0x2a0e85}}={'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':_0x217894=>0x1!=_0x217894}};_0x131cf2['sv']||={'dictionary':{},'getPluralForm':null},_0x131cf2['sv']['dictionary']=Object['assign'](_0x131cf2['sv']['dictionary'],_0x1cf737),_0x131cf2['sv']['getPluralForm']=_0x2a0e85;})(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':_0x35fa9e=>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':_0xa8f3f7=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0xf6e74=>{const {th:{dictionary:_0x262606,getPluralForm:_0x19a815}}={'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':_0x351a24=>0x0}};_0xf6e74['th']||={'dictionary':{},'getPluralForm':null},_0xf6e74['th']['dictionary']=Object['assign'](_0xf6e74['th']['dictionary'],_0x262606),_0xf6e74['th']['getPluralForm']=_0x19a815;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x38e74e=>{const {th:{dictionary:_0x5826c4,getPluralForm:_0x57b8bf}}={'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':_0x32f94b=>0x0}};_0x38e74e['th']||={'dictionary':{},'getPluralForm':null},_0x38e74e['th']['dictionary']=Object['assign'](_0x38e74e['th']['dictionary'],_0x5826c4),_0x38e74e['th']['getPluralForm']=_0x57b8bf;})(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':_0x9b4c7e=>_0x9b4c7e>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':_0x33b011=>_0x33b011>0x1}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2ed11a=>{const {tr:{dictionary:_0x378fc9,getPluralForm:_0x5e7a1d}}={'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':_0x708b55=>_0x708b55>0x1}};_0x2ed11a['tr']||={'dictionary':{},'getPluralForm':null},_0x2ed11a['tr']['dictionary']=Object['assign'](_0x2ed11a['tr']['dictionary'],_0x378fc9),_0x2ed11a['tr']['getPluralForm']=_0x5e7a1d;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x5e3bd7=>{const {tr:{dictionary:_0xebb08e,getPluralForm:_0x713887}}={'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':_0x3876c0=>_0x3876c0>0x1}};_0x5e3bd7['tr']||={'dictionary':{},'getPluralForm':null},_0x5e3bd7['tr']['dictionary']=Object['assign'](_0x5e3bd7['tr']['dictionary'],_0xebb08e),_0x5e3bd7['tr']['getPluralForm']=_0x713887;})(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':_0x10b457=>_0x10b457%0x1==0x0&&_0x10b457%0xa==0x1&&_0x10b457%0x64!=0xb?0x0:_0x10b457%0x1==0x0&&_0x10b457%0xa>=0x2&&_0x10b457%0xa<=0x4&&(_0x10b457%0x64<0xc||_0x10b457%0x64>0xe)?0x1:_0x10b457%0x1==0x0&&(_0x10b457%0xa==0x0||_0x10b457%0xa>=0x5&&_0x10b457%0xa<=0x9||_0x10b457%0x64>=0xb&&_0x10b457%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':_0x5509d9=>_0x5509d9%0x1==0x0&&_0x5509d9%0xa==0x1&&_0x5509d9%0x64!=0xb?0x0:_0x5509d9%0x1==0x0&&_0x5509d9%0xa>=0x2&&_0x5509d9%0xa<=0x4&&(_0x5509d9%0x64<0xc||_0x5509d9%0x64>0xe)?0x1:_0x5509d9%0x1==0x0&&(_0x5509d9%0xa==0x0||_0x5509d9%0xa>=0x5&&_0x5509d9%0xa<=0x9||_0x5509d9%0x64>=0xb&&_0x5509d9%0x64<=0xe)?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x336b22=>{const {uk:{dictionary:_0xb96f00,getPluralForm:_0x55f00d}}={'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':_0x2dcf7a=>_0x2dcf7a%0x1==0x0&&_0x2dcf7a%0xa==0x1&&_0x2dcf7a%0x64!=0xb?0x0:_0x2dcf7a%0x1==0x0&&_0x2dcf7a%0xa>=0x2&&_0x2dcf7a%0xa<=0x4&&(_0x2dcf7a%0x64<0xc||_0x2dcf7a%0x64>0xe)?0x1:_0x2dcf7a%0x1==0x0&&(_0x2dcf7a%0xa==0x0||_0x2dcf7a%0xa>=0x5&&_0x2dcf7a%0xa<=0x9||_0x2dcf7a%0x64>=0xb&&_0x2dcf7a%0x64<=0xe)?0x2:0x3}};_0x336b22['uk']||={'dictionary':{},'getPluralForm':null},_0x336b22['uk']['dictionary']=Object['assign'](_0x336b22['uk']['dictionary'],_0xb96f00),_0x336b22['uk']['getPluralForm']=_0x55f00d;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x171b7f=>{const {uk:{dictionary:_0x2f4c65,getPluralForm:_0xcca6c5}}={'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':_0x581305=>_0x581305%0x1==0x0&&_0x581305%0xa==0x1&&_0x581305%0x64!=0xb?0x0:_0x581305%0x1==0x0&&_0x581305%0xa>=0x2&&_0x581305%0xa<=0x4&&(_0x581305%0x64<0xc||_0x581305%0x64>0xe)?0x1:_0x581305%0x1==0x0&&(_0x581305%0xa==0x0||_0x581305%0xa>=0x5&&_0x581305%0xa<=0x9||_0x581305%0x64>=0xb&&_0x581305%0x64<=0xe)?0x2:0x3}};_0x171b7f['uk']||={'dictionary':{},'getPluralForm':null},_0x171b7f['uk']['dictionary']=Object['assign'](_0x171b7f['uk']['dictionary'],_0x2f4c65),_0x171b7f['uk']['getPluralForm']=_0xcca6c5;})(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':_0xb0298e=>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':_0x22f68e=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x52a999=>{const {uz:{dictionary:_0x511ea0,getPluralForm:_0x25b94e}}={'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':_0x2ad9f7=>0x0}};_0x52a999['uz']||={'dictionary':{},'getPluralForm':null},_0x52a999['uz']['dictionary']=Object['assign'](_0x52a999['uz']['dictionary'],_0x511ea0),_0x52a999['uz']['getPluralForm']=_0x25b94e;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x5b8d8f=>{const {uz:{dictionary:_0x12a249,getPluralForm:_0x4d9464}}={'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':_0x3e8129=>0x0}};_0x5b8d8f['uz']||={'dictionary':{},'getPluralForm':null},_0x5b8d8f['uz']['dictionary']=Object['assign'](_0x5b8d8f['uz']['dictionary'],_0x12a249),_0x5b8d8f['uz']['getPluralForm']=_0x4d9464;})(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':_0x530572=>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':_0x163a76=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x326b98=>{const {vi:{dictionary:_0xb33e0f,getPluralForm:_0x14be23}}={'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':_0x2086ff=>0x0}};_0x326b98['vi']||={'dictionary':{},'getPluralForm':null},_0x326b98['vi']['dictionary']=Object['assign'](_0x326b98['vi']['dictionary'],_0xb33e0f),_0x326b98['vi']['getPluralForm']=_0x14be23;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x314f5d=>{const {vi:{dictionary:_0x23766a,getPluralForm:_0x3eee93}}={'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':_0x3acaee=>0x0}};_0x314f5d['vi']||={'dictionary':{},'getPluralForm':null},_0x314f5d['vi']['dictionary']=Object['assign'](_0x314f5d['vi']['dictionary'],_0x23766a),_0x314f5d['vi']['getPluralForm']=_0x3eee93;})(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':_0xfb07d6=>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':_0x481679=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x589fcf=>{const {'zh-cn':{dictionary:_0x56a806,getPluralForm:_0x4d5b98}}={'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':_0x28e8fd=>0x0}};_0x589fcf['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x589fcf['zh-cn']['dictionary']=Object['assign'](_0x589fcf['zh-cn']['dictionary'],_0x56a806),_0x589fcf['zh-cn']['getPluralForm']=_0x4d5b98;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0xb5fc45=>{const {'zh-cn':{dictionary:_0x273755,getPluralForm:_0x4472b0}}={'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':_0x253980=>0x0}};_0xb5fc45['zh-cn']||={'dictionary':{},'getPluralForm':null},_0xb5fc45['zh-cn']['dictionary']=Object['assign'](_0xb5fc45['zh-cn']['dictionary'],_0x273755),_0xb5fc45['zh-cn']['getPluralForm']=_0x4472b0;})(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':_0x184439=>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':_0x3731c8=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x4da248=>{const {zh:{dictionary:_0x104bd6,getPluralForm:_0x145e26}}={'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':_0x5bf175=>0x0}};_0x4da248['zh']||={'dictionary':{},'getPluralForm':null},_0x4da248['zh']['dictionary']=Object['assign'](_0x4da248['zh']['dictionary'],_0x104bd6),_0x4da248['zh']['getPluralForm']=_0x145e26;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x17e2e9=>{const {zh:{dictionary:_0x2fab0f,getPluralForm:_0x3a8dff}}={'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':_0x41dbec=>0x0}};_0x17e2e9['zh']||={'dictionary':{},'getPluralForm':null},_0x17e2e9['zh']['dictionary']=Object['assign'](_0x17e2e9['zh']['dictionary'],_0x2fab0f),_0x17e2e9['zh']['getPluralForm']=_0x3a8dff;})(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.1",
3
+ "version": "42.0.0-alpha.10",
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.1",
26
- "@ckeditor/ckeditor5-ui": "42.0.0-alpha.1",
27
- "ckeditor5-collaboration": "42.0.0-alpha.1"
25
+ "ckeditor5": "42.0.0-alpha.10",
26
+ "@ckeditor/ckeditor5-ui": "42.0.0-alpha.10",
27
+ "ckeditor5-collaboration": "42.0.0-alpha.10"
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(_0x13fc52,_0x33bba7){var _0xe3ed1=_0x44df,_0xd5e74c=_0x13fc52();while(!![]){try{var _0x2985ec=-parseInt(_0xe3ed1(0x11a))/0x1*(parseInt(_0xe3ed1(0x110))/0x2)+parseInt(_0xe3ed1(0x114))/0x3*(-parseInt(_0xe3ed1(0x115))/0x4)+parseInt(_0xe3ed1(0x113))/0x5*(-parseInt(_0xe3ed1(0x112))/0x6)+parseInt(_0xe3ed1(0x116))/0x7+parseInt(_0xe3ed1(0x117))/0x8*(-parseInt(_0xe3ed1(0x119))/0x9)+-parseInt(_0xe3ed1(0x111))/0xa+parseInt(_0xe3ed1(0x118))/0xb;if(_0x2985ec===_0x33bba7)break;else _0xd5e74c['push'](_0xd5e74c['shift']());}catch(_0x4fd124){_0xd5e74c['push'](_0xd5e74c['shift']());}}}(_0x57a3,0x53ba9));export{default as Template}from'./template.js';export{default as TemplateCommand}from'./templatecommand.js';function _0x57a3(){var _0xa0b200=['4041MKRgEM','598594yCHeDB','2BLpyIF','1784310EqXPDY','6DxpnBU','3065305tLksYg','218427eGKakM','28JYXEgW','1395009KHHFWF','1336tgSxEH','23302378qTKVON'];_0x57a3=function(){return _0xa0b200;};return _0x57a3();}export{default as TemplateEditing}from'./templateediting.js';function _0x44df(_0x3552ad,_0x518220){var _0x57a3c4=_0x57a3();return _0x44df=function(_0x44df02,_0x13f0f4){_0x44df02=_0x44df02-0x110;var _0x271862=_0x57a3c4[_0x44df02];return _0x271862;},_0x44df(_0x3552ad,_0x518220);}export{default as TemplateUI}from'./templateui.js';import'./augmentation.js';
23
+ (function(_0x103edf,_0x278540){var _0x48c230=_0x5b4c,_0x3508d8=_0x103edf();while(!![]){try{var _0x243266=parseInt(_0x48c230(0x16a))/0x1*(-parseInt(_0x48c230(0x166))/0x2)+parseInt(_0x48c230(0x169))/0x3+parseInt(_0x48c230(0x16c))/0x4+parseInt(_0x48c230(0x16e))/0x5*(-parseInt(_0x48c230(0x16f))/0x6)+parseInt(_0x48c230(0x16d))/0x7*(parseInt(_0x48c230(0x168))/0x8)+-parseInt(_0x48c230(0x16b))/0x9*(-parseInt(_0x48c230(0x165))/0xa)+-parseInt(_0x48c230(0x167))/0xb;if(_0x243266===_0x278540)break;else _0x3508d8['push'](_0x3508d8['shift']());}catch(_0x307802){_0x3508d8['push'](_0x3508d8['shift']());}}}(_0x5e67,0x87e91));export{default as Template}from'./template.js';function _0x5b4c(_0x70f6e7,_0x311daf){var _0x5e6756=_0x5e67();return _0x5b4c=function(_0x5b4c61,_0x32b5ae){_0x5b4c61=_0x5b4c61-0x165;var _0x4a1d5d=_0x5e6756[_0x5b4c61];return _0x4a1d5d;},_0x5b4c(_0x70f6e7,_0x311daf);}export{default as TemplateCommand}from'./templatecommand.js';export{default as TemplateEditing}from'./templateediting.js';function _0x5e67(){var _0x3cab0d=['51495lrcFxH','630xeYSWK','34990RENWcF','2168AXNwJu','1558821mLkEVB','1019896KGdrQN','1586373gYZftY','1MzfjkR','342cCwpsu','3966556nkAYUS','7kJODph'];_0x5e67=function(){return _0x3cab0d;};return _0x5e67();}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 _0x4861b3=_0x2456;(function(_0x13f3e0,_0x1c0bad){var _0x8f6877=_0x2456,_0x331137=_0x13f3e0();while(!![]){try{var _0x3c34a4=parseInt(_0x8f6877(0xf6))/0x1*(parseInt(_0x8f6877(0xff))/0x2)+-parseInt(_0x8f6877(0xfd))/0x3*(-parseInt(_0x8f6877(0xfa))/0x4)+parseInt(_0x8f6877(0xfe))/0x5*(parseInt(_0x8f6877(0x100))/0x6)+parseInt(_0x8f6877(0xf5))/0x7+parseInt(_0x8f6877(0xf2))/0x8*(-parseInt(_0x8f6877(0xf4))/0x9)+-parseInt(_0x8f6877(0xf9))/0xa*(parseInt(_0x8f6877(0xfc))/0xb)+-parseInt(_0x8f6877(0xf8))/0xc;if(_0x3c34a4===_0x1c0bad)break;else _0x331137['push'](_0x331137['shift']());}catch(_0x36d113){_0x331137['push'](_0x331137['shift']());}}}(_0x7a0a,0x5fe0f));import{Plugin as _0x43eb74}from'ckeditor5/src/core.js';function _0x2456(_0x26bbfd,_0x5d5f65){var _0x7a0a69=_0x7a0a();return _0x2456=function(_0x2456ee,_0x43177a){_0x2456ee=_0x2456ee-0xf2;var _0x2c95b1=_0x7a0a69[_0x2456ee];return _0x2c95b1;},_0x2456(_0x26bbfd,_0x5d5f65);}function _0x7a0a(){var _0x467114=['77wghRBg','324kDxVZg','3179035qHJNru','689364MxrWnT','6XNgklI','8qpgqag','pluginName','2010861WmntDU','4631963HUbITl','2XEbrMV','requires','24985560NFQiXp','33940cHALOK','27228KQdkTB','Template'];_0x7a0a=function(){return _0x467114;};return _0x7a0a();}import _0x21fa6a from'./templateediting.js';import _0x50f5d9 from'./templateui.js';export default class m extends _0x43eb74{static get[_0x4861b3(0xf7)](){return[_0x21fa6a,_0x50f5d9];}static get[_0x4861b3(0xf3)](){var _0x34d6ef=_0x4861b3;return _0x34d6ef(0xfb);}}
23
+ var _0x55ed27=_0x52eb;(function(_0x4c7dd1,_0x9a7fde){var _0x4283f7=_0x52eb,_0x5d8a38=_0x4c7dd1();while(!![]){try{var _0x3ffe24=-parseInt(_0x4283f7(0x148))/0x1+-parseInt(_0x4283f7(0x149))/0x2+-parseInt(_0x4283f7(0x14e))/0x3+-parseInt(_0x4283f7(0x144))/0x4*(-parseInt(_0x4283f7(0x146))/0x5)+parseInt(_0x4283f7(0x14b))/0x6*(-parseInt(_0x4283f7(0x147))/0x7)+-parseInt(_0x4283f7(0x14c))/0x8+parseInt(_0x4283f7(0x143))/0x9*(parseInt(_0x4283f7(0x14f))/0xa);if(_0x3ffe24===_0x9a7fde)break;else _0x5d8a38['push'](_0x5d8a38['shift']());}catch(_0x1b0976){_0x5d8a38['push'](_0x5d8a38['shift']());}}}(_0x43b1,0x8dfaf));import{Plugin as _0x10ee2c}from'ckeditor5/src/core.js';function _0x52eb(_0x2764e1,_0x3e300a){var _0x43b113=_0x43b1();return _0x52eb=function(_0x52ebb6,_0x1c5fd6){_0x52ebb6=_0x52ebb6-0x143;var _0x2d0396=_0x43b113[_0x52ebb6];return _0x2d0396;},_0x52eb(_0x2764e1,_0x3e300a);}import _0x36b533 from'./templateediting.js';import _0x5ce19c from'./templateui.js';function _0x43b1(){var _0x48d48a=['985093uqTsER','258906TOWxsj','requires','84MXwasH','951104KUTLSN','pluginName','3281496JcbvDB','299060ekWSCd','873BXfplU','132428vnQVkm','Template','5gzyUTD','12586bfFQSV'];_0x43b1=function(){return _0x48d48a;};return _0x43b1();}export default class m extends _0x10ee2c{static get[_0x55ed27(0x14a)](){return[_0x36b533,_0x5ce19c];}static get[_0x55ed27(0x14d)](){var _0x2939a3=_0x55ed27;return _0x2939a3(0x145);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x369876=_0x4a45;(function(_0x42582a,_0x26f3b6){const _0x4e9fa8=_0x4a45,_0x144003=_0x42582a();while(!![]){try{const _0x548100=-parseInt(_0x4e9fa8(0x1f4))/0x1+parseInt(_0x4e9fa8(0x1f1))/0x2+-parseInt(_0x4e9fa8(0x1eb))/0x3*(-parseInt(_0x4e9fa8(0x1e5))/0x4)+parseInt(_0x4e9fa8(0x1e8))/0x5*(-parseInt(_0x4e9fa8(0x1e4))/0x6)+parseInt(_0x4e9fa8(0x1ed))/0x7*(parseInt(_0x4e9fa8(0x1e6))/0x8)+parseInt(_0x4e9fa8(0x1f3))/0x9+-parseInt(_0x4e9fa8(0x1ea))/0xa*(parseInt(_0x4e9fa8(0x1ee))/0xb);if(_0x548100===_0x26f3b6)break;else _0x144003['push'](_0x144003['shift']());}catch(_0x371ec3){_0x144003['push'](_0x144003['shift']());}}}(_0x2bc4,0x7f1d8));import{Command as _0x495da4}from'ckeditor5/src/core.js';function _0x4a45(_0x21aae3,_0x40de79){const _0x2bc43f=_0x2bc4();return _0x4a45=function(_0x4a45cf,_0x21e787){_0x4a45cf=_0x4a45cf-0x1e0;let _0x1e189e=_0x2bc43f[_0x4a45cf];return _0x1e189e;},_0x4a45(_0x21aae3,_0x40de79);}function _0x2bc4(){const _0x1e064b=['1890pTacIj','toModel','91kjEHzK','82027QeAdGa','change','toView','259914TGDlqc','execute','6260733RCMQWe','79402QCKNJw','data','function','string','editor','19566ZvfIEE','44cgtmNh','279816QidsSg','htmlProcessor','985lkIZnS','insertContent','60kJNROa'];_0x2bc4=function(){return _0x1e064b;};return _0x2bc4();}export default class c extends _0x495da4{[_0x369876(0x1f2)](_0x1dcbba){const _0x5f4b0e=_0x369876,{model:_0x69d460}=this[_0x5f4b0e(0x1e3)];let _0x167ef7;switch(typeof _0x1dcbba){case _0x5f4b0e(0x1e2):_0x167ef7=_0x1dcbba;break;case _0x5f4b0e(0x1e1):_0x167ef7=_0x1dcbba();}_0x5f4b0e(0x1e2)==typeof _0x167ef7&&_0x69d460[_0x5f4b0e(0x1ef)](()=>{const _0x538d42=_0x5f4b0e,_0x5b16b3=this[_0x538d42(0x1e3)][_0x538d42(0x1e0)][_0x538d42(0x1e7)][_0x538d42(0x1f0)](_0x167ef7),_0x456d72=this[_0x538d42(0x1e3)][_0x538d42(0x1e0)][_0x538d42(0x1ec)](_0x5b16b3);_0x69d460[_0x538d42(0x1e9)](_0x456d72);});}}
23
+ const _0x42c5d3=_0xdfc3;(function(_0x1c779c,_0xb0a6b4){const _0x12c1ef=_0xdfc3,_0x3a8712=_0x1c779c();while(!![]){try{const _0x4935d5=parseInt(_0x12c1ef(0x1ab))/0x1*(-parseInt(_0x12c1ef(0x1ae))/0x2)+parseInt(_0x12c1ef(0x1a6))/0x3*(-parseInt(_0x12c1ef(0x1a7))/0x4)+parseInt(_0x12c1ef(0x1ac))/0x5*(-parseInt(_0x12c1ef(0x19a))/0x6)+-parseInt(_0x12c1ef(0x19b))/0x7+parseInt(_0x12c1ef(0x19d))/0x8+-parseInt(_0x12c1ef(0x1a3))/0x9*(-parseInt(_0x12c1ef(0x1ad))/0xa)+parseInt(_0x12c1ef(0x19e))/0xb;if(_0x4935d5===_0xb0a6b4)break;else _0x3a8712['push'](_0x3a8712['shift']());}catch(_0x2237f3){_0x3a8712['push'](_0x3a8712['shift']());}}}(_0x3930,0x4eda8));function _0xdfc3(_0x4f107e,_0x285f56){const _0x39307a=_0x3930();return _0xdfc3=function(_0xdfc316,_0x54225c){_0xdfc316=_0xdfc316-0x19a;let _0x5223a1=_0x39307a[_0xdfc316];return _0x5223a1;},_0xdfc3(_0x4f107e,_0x285f56);}function _0x3930(){const _0x58525e=['string','toModel','insertContent','change','19134ZOuZGH','execute','data','33FpcgZm','139016hznCCp','htmlProcessor','editor','toView','5ievXfS','23015LMmKDo','2020SanyUB','217014zTjIwQ','786qGEwFL','371539muAyGd','function','4372656zPvyGR','10206339GawLhH'];_0x3930=function(){return _0x58525e;};return _0x3930();}import{Command as _0xa23d45}from'ckeditor5/src/core.js';export default class c extends _0xa23d45{[_0x42c5d3(0x1a4)](_0x59190e){const _0x1a7156=_0x42c5d3,{model:_0x242698}=this[_0x1a7156(0x1a9)];let _0x114b16;switch(typeof _0x59190e){case _0x1a7156(0x19f):_0x114b16=_0x59190e;break;case _0x1a7156(0x19c):_0x114b16=_0x59190e();}_0x1a7156(0x19f)==typeof _0x114b16&&_0x242698[_0x1a7156(0x1a2)](()=>{const _0x4fd57e=_0x1a7156,_0x166a77=this[_0x4fd57e(0x1a9)][_0x4fd57e(0x1a5)][_0x4fd57e(0x1a8)][_0x4fd57e(0x1aa)](_0x114b16),_0x21058c=this[_0x4fd57e(0x1a9)][_0x4fd57e(0x1a5)][_0x4fd57e(0x1a0)](_0x166a77);_0x242698[_0x4fd57e(0x1a1)](_0x21058c);});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3b9406=_0x1869;(function(_0x551861,_0x15add9){const _0x4f3e5d=_0x1869,_0xb9153=_0x551861();while(!![]){try{const _0x351750=parseInt(_0x4f3e5d(0x1a7))/0x1+-parseInt(_0x4f3e5d(0x1b4))/0x2+-parseInt(_0x4f3e5d(0x1a6))/0x3*(-parseInt(_0x4f3e5d(0x1b3))/0x4)+-parseInt(_0x4f3e5d(0x1aa))/0x5+-parseInt(_0x4f3e5d(0x1ad))/0x6*(-parseInt(_0x4f3e5d(0x1bc))/0x7)+-parseInt(_0x4f3e5d(0x1ac))/0x8+parseInt(_0x4f3e5d(0x1b8))/0x9;if(_0x351750===_0x15add9)break;else _0xb9153['push'](_0xb9153['shift']());}catch(_0x592e21){_0xb9153['push'](_0xb9153['shift']());}}}(_0x455e,0xaf15a));function _0x455e(){const _0x5a4983=['add','3075855CZeIQH','destroy','11436928VUOIlK','4357614zBYPNF','info','templateLicenseKeyTrialLimit:operations','commands','insertTemplate','init','2644eBdbqC','1759272CQImGj','templateLicenseKeyTrial','templateLicenseKeyInvalid','pluginName','21331530zhXOGU','_licenseKeyCheckInterval','template-trial-license-key-reached-limit-changes','template-invalid-license-key','7pKygEe','licenseKey','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.','TemplateEditing','get','templateLicenseKeyValid','editor','1794JamwVp','149852rFoDwZ','config'];_0x455e=function(){return _0x5a4983;};return _0x455e();}function _0x1869(_0x15abff,_0x2c9410){const _0x455ee9=_0x455e();return _0x1869=function(_0x1869b5,_0x12b19b){_0x1869b5=_0x1869b5-0x1a4;let _0x50f1fe=_0x455ee9[_0x1869b5];return _0x50f1fe;},_0x1869(_0x15abff,_0x2c9410);}import{Plugin as _0x566085}from'ckeditor5/src/core.js';import{CKEditorError as _0x114507}from'ckeditor5/src/utils.js';import _0x55b31f from'./templatecommand.js';export default class r extends _0x566085{static get[_0x3b9406(0x1b7)](){const _0x2218d8=_0x3b9406;return _0x2218d8(0x1bf);}constructor(_0x51e14f){const _0x4ed78b=_0x3b9406;super(_0x51e14f),this[_0x4ed78b(0x1b9)]=null;}[_0x3b9406(0x1b2)](){const _0x5556b7=_0x3b9406,{editor:_0x53d072}=this;_0x53d072[_0x5556b7(0x1b0)][_0x5556b7(0x1a9)](_0x5556b7(0x1b1),new _0x55b31f(_0x53d072)),this[_0x5556b7(0x1bd)]=_0x53d072[_0x5556b7(0x1a8)][_0x5556b7(0x1c0)](_0x5556b7(0x1bd));const _0x43f003=this[_0x5556b7(0x1a5)];this[_0x5556b7(0x1b9)]=setInterval(()=>{const _0x48b36d=_0x5556b7;let _0x27893b;for(const _0x1e6a91 in _0x43f003){const _0x2ee567=_0x1e6a91,_0x51dcaa=_0x43f003[_0x2ee567];if(_0x48b36d(0x1b5)===_0x51dcaa||_0x48b36d(0x1b6)===_0x51dcaa||_0x48b36d(0x1a4)===_0x51dcaa||_0x48b36d(0x1af)===_0x51dcaa){delete _0x43f003[_0x2ee567],_0x27893b=_0x51dcaa;break;}}if(_0x48b36d(0x1b6)===_0x27893b)throw clearInterval(this[_0x48b36d(0x1b9)]),new _0x114507(_0x48b36d(0x1bb),null);if(_0x48b36d(0x1b5)===_0x27893b&&console[_0x48b36d(0x1ae)](_0x48b36d(0x1be)),_0x48b36d(0x1af)===_0x27893b)throw clearInterval(this[_0x48b36d(0x1b9)]),new _0x114507(_0x48b36d(0x1ba),null);_0x48b36d(0x1a4)===_0x27893b&&clearInterval(this[_0x48b36d(0x1b9)]);},0x3e8);}[_0x3b9406(0x1ab)](){const _0xe1b9a1=_0x3b9406;this[_0xe1b9a1(0x1b9)]&&clearInterval(this[_0xe1b9a1(0x1b9)]);}}
23
+ const _0x29ec15=_0x3611;function _0x3611(_0xc23569,_0x19c9bf){const _0x5880d0=_0x5880();return _0x3611=function(_0x361171,_0x21bd7d){_0x361171=_0x361171-0x95;let _0x108186=_0x5880d0[_0x361171];return _0x108186;},_0x3611(_0xc23569,_0x19c9bf);}(function(_0x4ff1b9,_0x5744ed){const _0x33ad01=_0x3611,_0x5a5187=_0x4ff1b9();while(!![]){try{const _0x7dc03a=-parseInt(_0x33ad01(0x98))/0x1*(parseInt(_0x33ad01(0x9a))/0x2)+-parseInt(_0x33ad01(0xae))/0x3*(-parseInt(_0x33ad01(0xa9))/0x4)+-parseInt(_0x33ad01(0xaa))/0x5+parseInt(_0x33ad01(0x95))/0x6+parseInt(_0x33ad01(0xb3))/0x7+parseInt(_0x33ad01(0x97))/0x8*(-parseInt(_0x33ad01(0xaf))/0x9)+parseInt(_0x33ad01(0x99))/0xa*(parseInt(_0x33ad01(0x9c))/0xb);if(_0x7dc03a===_0x5744ed)break;else _0x5a5187['push'](_0x5a5187['shift']());}catch(_0xd6329c){_0x5a5187['push'](_0x5a5187['shift']());}}}(_0x5880,0x7f02d));function _0x5880(){const _0x41e08c=['config','get','385512gSNTor','691560UILvPb','TemplateEditing','templateLicenseKeyInvalid','init','9FcqenL','9ncXalT','commands','editor','templateLicenseKeyTrial','4670792MQFvkZ','810012eFyzJq','_licenseKeyCheckInterval','1971064tMudbr','17672PcWKhf','120dlfxzE','22nLmgNj','add','7271CGUptn','insertTemplate','templateLicenseKeyTrialLimit:operations','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.','template-invalid-license-key','destroy','info','templateLicenseKeyValid','template-trial-license-key-reached-limit-changes','licenseKey','pluginName'];_0x5880=function(){return _0x41e08c;};return _0x5880();}import{Plugin as _0x14ab5a}from'ckeditor5/src/core.js';import{CKEditorError as _0x2a8a75}from'ckeditor5/src/utils.js';import _0x1bda7e from'./templatecommand.js';export default class r extends _0x14ab5a{static get[_0x29ec15(0xa6)](){const _0x4bb810=_0x29ec15;return _0x4bb810(0xab);}constructor(_0x2adda7){const _0x163516=_0x29ec15;super(_0x2adda7),this[_0x163516(0x96)]=null;}[_0x29ec15(0xad)](){const _0x40142c=_0x29ec15,{editor:_0x33576d}=this;_0x33576d[_0x40142c(0xb0)][_0x40142c(0x9b)](_0x40142c(0x9d),new _0x1bda7e(_0x33576d)),this[_0x40142c(0xa5)]=_0x33576d[_0x40142c(0xa7)][_0x40142c(0xa8)](_0x40142c(0xa5));const _0x56bed1=this[_0x40142c(0xb1)];this[_0x40142c(0x96)]=setInterval(()=>{const _0xdfe043=_0x40142c;let _0x17b046;for(const _0x3c1e69 in _0x56bed1){const _0xbef6da=_0x3c1e69,_0x19ed3d=_0x56bed1[_0xbef6da];if(_0xdfe043(0xb2)===_0x19ed3d||_0xdfe043(0xac)===_0x19ed3d||_0xdfe043(0xa3)===_0x19ed3d||_0xdfe043(0x9e)===_0x19ed3d){delete _0x56bed1[_0xbef6da],_0x17b046=_0x19ed3d;break;}}if(_0xdfe043(0xac)===_0x17b046)throw clearInterval(this[_0xdfe043(0x96)]),new _0x2a8a75(_0xdfe043(0xa0),null);if(_0xdfe043(0xb2)===_0x17b046&&console[_0xdfe043(0xa2)](_0xdfe043(0x9f)),_0xdfe043(0x9e)===_0x17b046)throw clearInterval(this[_0xdfe043(0x96)]),new _0x2a8a75(_0xdfe043(0xa4),null);_0xdfe043(0xa3)===_0x17b046&&clearInterval(this[_0xdfe043(0x96)]);},0x3e8);}[_0x29ec15(0xa1)](){const _0x445929=_0x29ec15;this[_0x445929(0x96)]&&clearInterval(this[_0x445929(0x96)]);}}