@ckeditor/ckeditor5-template 42.0.0-alpha.20 → 42.0.0-alpha.22

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':_0x4263d4=>_0x4263d4%0xa==0x1&&_0x4263d4%0x64!=0xb?0x0:_0x4263d4%0xa>=0x2&&_0x4263d4%0xa<=0x4&&(_0x4263d4%0x64<0xa||_0x4263d4%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':_0x460c2f=>_0x460c2f%0xa==0x1&&_0x460c2f%0x64!=0xb?0x0:_0x460c2f%0xa>=0x2&&_0x460c2f%0xa<=0x4&&(_0x460c2f%0x64<0xa||_0x460c2f%0x64>=0x14)?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x1d1e93=>{const {sr:{dictionary:_0x3e45e7,getPluralForm:_0x4b2500}}={'sr':{'dictionary':{'Template':'Šablon','Insert\x20template':'Umetni\x20predložak','No\x20templates\x20available.':'Nema\x20dostupnih\x20predložaka.','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'Nije\x20pronađen\x20nijedan\x20predložak\x20koji\x20odgovara\x20\x22%0\x22.','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'Pokušajte\x20sa\x20drugom\x20frazom\x20ili\x20proverite\x20pravopis.','Search\x20template':'Potraži\x20predložak','%0\x20templates\x20found':'%0\x20šablona\x20je\x20pronađeno'},'getPluralForm':_0x5460b4=>_0x5460b4%0xa==0x1&&_0x5460b4%0x64!=0xb?0x0:_0x5460b4%0xa>=0x2&&_0x5460b4%0xa<=0x4&&(_0x5460b4%0x64<0xa||_0x5460b4%0x64>=0x14)?0x1:0x2}};_0x1d1e93['sr']||={'dictionary':{},'getPluralForm':null},_0x1d1e93['sr']['dictionary']=Object['assign'](_0x1d1e93['sr']['dictionary'],_0x3e45e7),_0x1d1e93['sr']['getPluralForm']=_0x4b2500;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x25f9f0=>{const {sr:{dictionary:_0x4bb07,getPluralForm:_0x35ab66}}={'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':_0x561988=>_0x561988%0xa==0x1&&_0x561988%0x64!=0xb?0x0:_0x561988%0xa>=0x2&&_0x561988%0xa<=0x4&&(_0x561988%0x64<0xa||_0x561988%0x64>=0x14)?0x1:0x2}};_0x25f9f0['sr']||={'dictionary':{},'getPluralForm':null},_0x25f9f0['sr']['dictionary']=Object['assign'](_0x25f9f0['sr']['dictionary'],_0x4bb07),_0x25f9f0['sr']['getPluralForm']=_0x35ab66;})(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':_0x26d107=>0x1!=_0x26d107}};
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':_0x2835a5=>0x1!=_0x2835a5}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x5e7aa1=>{const {sv:{dictionary:_0x257427,getPluralForm:_0x1272a0}}={'sv':{'dictionary':{'Template':'Mall','Insert\x20template':'Infoga\x20mall','No\x20templates\x20available.':'Inga\x20mallar\x20finns.','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'Inga\x20mallar\x20hittades\x20som\x20matchar\x20\x22%0\x22.','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'Prova\x20en\x20annan\x20fras\x20eller\x20kontrollera\x20stavningen.','Search\x20template':'Sök\x20mall','%0\x20templates\x20found':'%0\x20mallar\x20hittades'},'getPluralForm':_0x5ed15e=>0x1!=_0x5ed15e}};_0x5e7aa1['sv']||={'dictionary':{},'getPluralForm':null},_0x5e7aa1['sv']['dictionary']=Object['assign'](_0x5e7aa1['sv']['dictionary'],_0x257427),_0x5e7aa1['sv']['getPluralForm']=_0x1272a0;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x1b245d=>{const {sv:{dictionary:_0xf3088c,getPluralForm:_0x44ebd8}}={'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':_0x458854=>0x1!=_0x458854}};_0x1b245d['sv']||={'dictionary':{},'getPluralForm':null},_0x1b245d['sv']['dictionary']=Object['assign'](_0x1b245d['sv']['dictionary'],_0xf3088c),_0x1b245d['sv']['getPluralForm']=_0x44ebd8;})(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':_0x14e867=>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':_0x4c0956=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x37b1f6=>{const {th:{dictionary:_0x1b713d,getPluralForm:_0x58223b}}={'th':{'dictionary':{'Template':'แม่แบบ','Insert\x20template':'แทรกเทมเพลต','No\x20templates\x20available.':'ไม่มีเทมเพลต','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'ไม่พบเทมเพลตที่ตรงกับ\x20\x22%0\x22','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'โปรดลองใช้วลีอื่นหรือตรวจสอบตัวสะกด','Search\x20template':'ค้นหาเทมเพลต','%0\x20templates\x20found':'พบเทมเพลต\x20%0\x20รายการ'},'getPluralForm':_0x3ecb63=>0x0}};_0x37b1f6['th']||={'dictionary':{},'getPluralForm':null},_0x37b1f6['th']['dictionary']=Object['assign'](_0x37b1f6['th']['dictionary'],_0x1b713d),_0x37b1f6['th']['getPluralForm']=_0x58223b;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x495791=>{const {th:{dictionary:_0x33379f,getPluralForm:_0x467f6d}}={'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':_0x331eba=>0x0}};_0x495791['th']||={'dictionary':{},'getPluralForm':null},_0x495791['th']['dictionary']=Object['assign'](_0x495791['th']['dictionary'],_0x33379f),_0x495791['th']['getPluralForm']=_0x467f6d;})(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':_0x3f0934=>_0x3f0934>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':_0x28348a=>_0x28348a>0x1}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x210b02=>{const {tr:{dictionary:_0x3ca28b,getPluralForm:_0x22370c}}={'tr':{'dictionary':{'Template':'Şablon','Insert\x20template':'Şablon\x20ekle','No\x20templates\x20available.':'Kullanılabilir\x20şablon\x20yok.','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'\x22%0\x22\x20ile\x20eşleşen\x20şablon\x20bulunamadı.','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'Lütfen\x20farklı\x20bir\x20kelime\x20grubu\x20deneyin\x20veya\x20yazım\x20denetimi\x20yapın.','Search\x20template':'Şablon\x20ara','%0\x20templates\x20found':'%0\x20şablon\x20bulundu'},'getPluralForm':_0x5de7a4=>_0x5de7a4>0x1}};_0x210b02['tr']||={'dictionary':{},'getPluralForm':null},_0x210b02['tr']['dictionary']=Object['assign'](_0x210b02['tr']['dictionary'],_0x3ca28b),_0x210b02['tr']['getPluralForm']=_0x22370c;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x147ad8=>{const {tr:{dictionary:_0x44495c,getPluralForm:_0x389072}}={'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':_0x43d6c4=>_0x43d6c4>0x1}};_0x147ad8['tr']||={'dictionary':{},'getPluralForm':null},_0x147ad8['tr']['dictionary']=Object['assign'](_0x147ad8['tr']['dictionary'],_0x44495c),_0x147ad8['tr']['getPluralForm']=_0x389072;})(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':_0x23e00b=>_0x23e00b%0x1==0x0&&_0x23e00b%0xa==0x1&&_0x23e00b%0x64!=0xb?0x0:_0x23e00b%0x1==0x0&&_0x23e00b%0xa>=0x2&&_0x23e00b%0xa<=0x4&&(_0x23e00b%0x64<0xc||_0x23e00b%0x64>0xe)?0x1:_0x23e00b%0x1==0x0&&(_0x23e00b%0xa==0x0||_0x23e00b%0xa>=0x5&&_0x23e00b%0xa<=0x9||_0x23e00b%0x64>=0xb&&_0x23e00b%0x64<=0xe)?0x2:0x3}};
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':_0x3070de=>_0x3070de%0x1==0x0&&_0x3070de%0xa==0x1&&_0x3070de%0x64!=0xb?0x0:_0x3070de%0x1==0x0&&_0x3070de%0xa>=0x2&&_0x3070de%0xa<=0x4&&(_0x3070de%0x64<0xc||_0x3070de%0x64>0xe)?0x1:_0x3070de%0x1==0x0&&(_0x3070de%0xa==0x0||_0x3070de%0xa>=0x5&&_0x3070de%0xa<=0x9||_0x3070de%0x64>=0xb&&_0x3070de%0x64<=0xe)?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x47535f=>{const {uk:{dictionary:_0x2bd6b7,getPluralForm:_0x5866f5}}={'uk':{'dictionary':{'Template':'Шаблон','Insert\x20template':'Вставити\x20шаблон','No\x20templates\x20available.':'Немає\x20доступних\x20шаблонів','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'Не\x20знайдено\x20шаблонів,\x20які\x20б\x20відповідали\x20\x22%0\x22.','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'Будь\x20ласка,\x20спробуйте\x20іншу\x20фразу\x20або\x20перевірте\x20написання.','Search\x20template':'Шукати\x20шаблон','%0\x20templates\x20found':'Знайдено\x20%0\x20шаблонів'},'getPluralForm':_0x1c124d=>_0x1c124d%0x1==0x0&&_0x1c124d%0xa==0x1&&_0x1c124d%0x64!=0xb?0x0:_0x1c124d%0x1==0x0&&_0x1c124d%0xa>=0x2&&_0x1c124d%0xa<=0x4&&(_0x1c124d%0x64<0xc||_0x1c124d%0x64>0xe)?0x1:_0x1c124d%0x1==0x0&&(_0x1c124d%0xa==0x0||_0x1c124d%0xa>=0x5&&_0x1c124d%0xa<=0x9||_0x1c124d%0x64>=0xb&&_0x1c124d%0x64<=0xe)?0x2:0x3}};_0x47535f['uk']||={'dictionary':{},'getPluralForm':null},_0x47535f['uk']['dictionary']=Object['assign'](_0x47535f['uk']['dictionary'],_0x2bd6b7),_0x47535f['uk']['getPluralForm']=_0x5866f5;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x4674b8=>{const {uk:{dictionary:_0xe9838b,getPluralForm:_0x22caae}}={'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':_0x5d4455=>_0x5d4455%0x1==0x0&&_0x5d4455%0xa==0x1&&_0x5d4455%0x64!=0xb?0x0:_0x5d4455%0x1==0x0&&_0x5d4455%0xa>=0x2&&_0x5d4455%0xa<=0x4&&(_0x5d4455%0x64<0xc||_0x5d4455%0x64>0xe)?0x1:_0x5d4455%0x1==0x0&&(_0x5d4455%0xa==0x0||_0x5d4455%0xa>=0x5&&_0x5d4455%0xa<=0x9||_0x5d4455%0x64>=0xb&&_0x5d4455%0x64<=0xe)?0x2:0x3}};_0x4674b8['uk']||={'dictionary':{},'getPluralForm':null},_0x4674b8['uk']['dictionary']=Object['assign'](_0x4674b8['uk']['dictionary'],_0xe9838b),_0x4674b8['uk']['getPluralForm']=_0x22caae;})(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':_0x40a070=>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':_0xd8d331=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x18acde=>{const {uz:{dictionary:_0x12b7b4,getPluralForm:_0x569389}}={'uz':{'dictionary':{'Template':'','Insert\x20template':'Shablonni\x20kiritish','No\x20templates\x20available.':'Hech\x20qanday\x20shablon\x20mavjud\x20emas.','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'Iltimos,\x20boshqa\x20iborani\x20sinab\x20ko\x27ring\x20yoki\x20imloni\x20tekshiring.','Search\x20template':'Shablonni\x20qidirish','%0\x20templates\x20found':''},'getPluralForm':_0x3460af=>0x0}};_0x18acde['uz']||={'dictionary':{},'getPluralForm':null},_0x18acde['uz']['dictionary']=Object['assign'](_0x18acde['uz']['dictionary'],_0x12b7b4),_0x18acde['uz']['getPluralForm']=_0x569389;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3a26be=>{const {uz:{dictionary:_0x41147c,getPluralForm:_0x355b71}}={'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':_0x2def40=>0x0}};_0x3a26be['uz']||={'dictionary':{},'getPluralForm':null},_0x3a26be['uz']['dictionary']=Object['assign'](_0x3a26be['uz']['dictionary'],_0x41147c),_0x3a26be['uz']['getPluralForm']=_0x355b71;})(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':_0x5cff0a=>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':_0x51ae6c=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x415e98=>{const {vi:{dictionary:_0x3083fb,getPluralForm:_0xd938c1}}={'vi':{'dictionary':{'Template':'Mẫu','Insert\x20template':'Chèn\x20mẫu\x20sẵn','No\x20templates\x20available.':'Không\x20có\x20mẫu\x20sẵn\x20nào.','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'Không\x20tìm\x20thấy\x20mẫu\x20sẵn\x20nào\x20khớp\x20với\x20\x22%0\x22.','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'Vui\x20lòng\x20thử\x20một\x20cụm\x20từ\x20khác\x20hoặc\x20kiểm\x20tra\x20lại\x20cụm\x20từ.','Search\x20template':'Tìm\x20mẫu\x20sẵn','%0\x20templates\x20found':'Đã\x20tìm\x20thấy\x20%0\x20mẫu'},'getPluralForm':_0x45a357=>0x0}};_0x415e98['vi']||={'dictionary':{},'getPluralForm':null},_0x415e98['vi']['dictionary']=Object['assign'](_0x415e98['vi']['dictionary'],_0x3083fb),_0x415e98['vi']['getPluralForm']=_0xd938c1;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2a2397=>{const {vi:{dictionary:_0x1333d,getPluralForm:_0x4a8e1e}}={'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':_0x531434=>0x0}};_0x2a2397['vi']||={'dictionary':{},'getPluralForm':null},_0x2a2397['vi']['dictionary']=Object['assign'](_0x2a2397['vi']['dictionary'],_0x1333d),_0x2a2397['vi']['getPluralForm']=_0x4a8e1e;})(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':_0x511f57=>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':_0x47a8f1=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x54caf6=>{const {'zh-cn':{dictionary:_0x4e41ec,getPluralForm:_0xf59921}}={'zh-cn':{'dictionary':{'Template':'模板','Insert\x20template':'插入模板','No\x20templates\x20available.':'无可用的模板','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'未找到与\x22%0\x22匹配的模板。','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'请尝试使用不同的短语或检查拼写。','Search\x20template':'搜索模板','%0\x20templates\x20found':'找到\x20%0\x20个模板'},'getPluralForm':_0x2b33f0=>0x0}};_0x54caf6['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x54caf6['zh-cn']['dictionary']=Object['assign'](_0x54caf6['zh-cn']['dictionary'],_0x4e41ec),_0x54caf6['zh-cn']['getPluralForm']=_0xf59921;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x1bdc05=>{const {'zh-cn':{dictionary:_0x5e0639,getPluralForm:_0x54c9d6}}={'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':_0x3cc70c=>0x0}};_0x1bdc05['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x1bdc05['zh-cn']['dictionary']=Object['assign'](_0x1bdc05['zh-cn']['dictionary'],_0x5e0639),_0x1bdc05['zh-cn']['getPluralForm']=_0x54c9d6;})(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':_0x46433f=>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':_0x4aefd7=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0xd5d34f=>{const {zh:{dictionary:_0x1f3424,getPluralForm:_0x149dae}}={'zh':{'dictionary':{'Template':'範本','Insert\x20template':'插入範本','No\x20templates\x20available.':'無可用範本。','No\x20templates\x20were\x20found\x20matching\x20\x22%0\x22.':'找不到符合「%0」的範本','Please\x20try\x20a\x20different\x20phrase\x20or\x20check\x20the\x20spelling.':'請嘗試其他詞彙或確認拼寫是否正確。','Search\x20template':'搜尋範本','%0\x20templates\x20found':'已找到\x20%0\x20個範本'},'getPluralForm':_0x498d70=>0x0}};_0xd5d34f['zh']||={'dictionary':{},'getPluralForm':null},_0xd5d34f['zh']['dictionary']=Object['assign'](_0xd5d34f['zh']['dictionary'],_0x1f3424),_0xd5d34f['zh']['getPluralForm']=_0x149dae;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x17dc70=>{const {zh:{dictionary:_0x508bda,getPluralForm:_0x26e7e8}}={'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':_0x24f8a3=>0x0}};_0x17dc70['zh']||={'dictionary':{},'getPluralForm':null},_0x17dc70['zh']['dictionary']=Object['assign'](_0x17dc70['zh']['dictionary'],_0x508bda),_0x17dc70['zh']['getPluralForm']=_0x26e7e8;})(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.20",
3
+ "version": "42.0.0-alpha.22",
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.20",
26
- "@ckeditor/ckeditor5-ui": "42.0.0-alpha.20",
27
- "ckeditor5-collaboration": "42.0.0-alpha.20"
25
+ "ckeditor5": "42.0.0-alpha.22",
26
+ "@ckeditor/ckeditor5-ui": "42.0.0-alpha.22",
27
+ "ckeditor5-collaboration": "42.0.0-alpha.22"
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(_0x3a6335,_0x3b91f9){var _0x5ac6e5=_0x440d,_0x85c6a5=_0x3a6335();while(!![]){try{var _0x3ac584=parseInt(_0x5ac6e5(0x10a))/0x1+parseInt(_0x5ac6e5(0x10e))/0x2*(-parseInt(_0x5ac6e5(0x10c))/0x3)+parseInt(_0x5ac6e5(0x112))/0x4+parseInt(_0x5ac6e5(0x111))/0x5+parseInt(_0x5ac6e5(0x10b))/0x6*(-parseInt(_0x5ac6e5(0x113))/0x7)+parseInt(_0x5ac6e5(0x10d))/0x8+-parseInt(_0x5ac6e5(0x10f))/0x9*(parseInt(_0x5ac6e5(0x110))/0xa);if(_0x3ac584===_0x3b91f9)break;else _0x85c6a5['push'](_0x85c6a5['shift']());}catch(_0x3bb46c){_0x85c6a5['push'](_0x85c6a5['shift']());}}}(_0x9a85,0xdbe67));function _0x440d(_0x53a064,_0x2759d1){var _0x9a856e=_0x9a85();return _0x440d=function(_0x440d6b,_0x4e21a2){_0x440d6b=_0x440d6b-0x10a;var _0x3d1e4c=_0x9a856e[_0x440d6b];return _0x3d1e4c;},_0x440d(_0x53a064,_0x2759d1);}export{default as Template}from'./template.js';export{default as TemplateCommand}from'./templatecommand.js';export{default as TemplateEditing}from'./templateediting.js';export{default as TemplateUI}from'./templateui.js';import'./augmentation.js';function _0x9a85(){var _0x28ff38=['18AHyuNg','4977939WalJZr','9024760NSKcRt','2MsTqqk','27flXKQe','3993140mgaYCK','8958615kQtIJH','3299000brIeLb','1942738SCvxAu','846000nsxHuz'];_0x9a85=function(){return _0x28ff38;};return _0x9a85();}
23
+ function _0x4ecb(){var _0x5d67a2=['4648pYWgrE','10518392GFhfif','6264YzQgQo','1246984BnHLpQ','1674NAAuhn','507705nlSqvZ','3370vGsggc','34DZdgbH','9cVjMNM','2994PAUait','42042zkemMs','32719aoZHjQ'];_0x4ecb=function(){return _0x5d67a2;};return _0x4ecb();}(function(_0x8da3a7,_0x288288){var _0x562997=_0x3b13,_0x5e3077=_0x8da3a7();while(!![]){try{var _0x52043c=parseInt(_0x562997(0x98))/0x1*(parseInt(_0x562997(0x94))/0x2)+parseInt(_0x562997(0x95))/0x3*(-parseInt(_0x562997(0x90))/0x4)+parseInt(_0x562997(0x92))/0x5+parseInt(_0x562997(0x96))/0x6*(parseInt(_0x562997(0x99))/0x7)+-parseInt(_0x562997(0x8e))/0x8+-parseInt(_0x562997(0x91))/0x9*(parseInt(_0x562997(0x93))/0xa)+-parseInt(_0x562997(0x97))/0xb*(-parseInt(_0x562997(0x8f))/0xc);if(_0x52043c===_0x288288)break;else _0x5e3077['push'](_0x5e3077['shift']());}catch(_0x27d1ea){_0x5e3077['push'](_0x5e3077['shift']());}}}(_0x4ecb,0xa3ee9));export{default as Template}from'./template.js';export{default as TemplateCommand}from'./templatecommand.js';function _0x3b13(_0x213667,_0x34594c){var _0x4ecb18=_0x4ecb();return _0x3b13=function(_0x3b13b4,_0x4af069){_0x3b13b4=_0x3b13b4-0x8e;var _0x2d8220=_0x4ecb18[_0x3b13b4];return _0x2d8220;},_0x3b13(_0x213667,_0x34594c);}export{default as TemplateEditing}from'./templateediting.js';export{default as TemplateUI}from'./templateui.js';import'./augmentation.js';
package/src/template.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x5db4d6=_0x2a49;(function(_0x28e2a7,_0x135438){var _0x4f5017=_0x2a49,_0x5a2b13=_0x28e2a7();while(!![]){try{var _0x330d6d=parseInt(_0x4f5017(0xd8))/0x1*(parseInt(_0x4f5017(0xdf))/0x2)+-parseInt(_0x4f5017(0xe2))/0x3+-parseInt(_0x4f5017(0xe0))/0x4*(parseInt(_0x4f5017(0xde))/0x5)+-parseInt(_0x4f5017(0xdd))/0x6+parseInt(_0x4f5017(0xd7))/0x7*(-parseInt(_0x4f5017(0xe3))/0x8)+parseInt(_0x4f5017(0xe1))/0x9+-parseInt(_0x4f5017(0xda))/0xa*(-parseInt(_0x4f5017(0xd9))/0xb);if(_0x330d6d===_0x135438)break;else _0x5a2b13['push'](_0x5a2b13['shift']());}catch(_0x230cf9){_0x5a2b13['push'](_0x5a2b13['shift']());}}}(_0x50dc,0x402cb));import{Plugin as _0x1d8ca8}from'ckeditor5/src/core.js';import _0x32b747 from'./templateediting.js';import _0x4310eb from'./templateui.js';export default class m extends _0x1d8ca8{static get[_0x5db4d6(0xdc)](){return[_0x32b747,_0x4310eb];}static get[_0x5db4d6(0xe4)](){var _0x4a0e9d=_0x5db4d6;return _0x4a0e9d(0xdb);}}function _0x2a49(_0x279552,_0x52a65a){var _0x50dc7f=_0x50dc();return _0x2a49=function(_0x2a49e9,_0x961c39){_0x2a49e9=_0x2a49e9-0xd7;var _0x2bf759=_0x50dc7f[_0x2a49e9];return _0x2bf759;},_0x2a49(_0x279552,_0x52a65a);}function _0x50dc(){var _0x9b6be1=['3628926LBmgmV','1183245tcBzLw','8AqgwCT','pluginName','1312829QdtHis','791SPVEww','11JNrwjs','4049890fjLbFF','Template','requires','1158624EJBPOS','5345fjPCkM','916MKxgaN','496NmGEbL'];_0x50dc=function(){return _0x9b6be1;};return _0x50dc();}
23
+ function _0x1c35(){var _0x543639=['29211vkBAsX','1014494BazjjU','pluginName','10615210tIaQpX','221970zALuRS','9nSMFYJ','90fTLnnt','39378aWFvyc','276AWcKYt','requires','1603504LEtnfn','Template','3587514mdaTIP'];_0x1c35=function(){return _0x543639;};return _0x1c35();}var _0x5bdaf0=_0x9986;(function(_0x438cb2,_0x4386a0){var _0x3ad6d4=_0x9986,_0x45580e=_0x438cb2();while(!![]){try{var _0x401661=-parseInt(_0x3ad6d4(0xb5))/0x1+-parseInt(_0x3ad6d4(0xbc))/0x2+-parseInt(_0x3ad6d4(0xbb))/0x3*(-parseInt(_0x3ad6d4(0xb6))/0x4)+-parseInt(_0x3ad6d4(0xb4))/0x5*(-parseInt(_0x3ad6d4(0xb2))/0x6)+parseInt(_0x3ad6d4(0xba))/0x7+parseInt(_0x3ad6d4(0xb8))/0x8+-parseInt(_0x3ad6d4(0xb3))/0x9*(parseInt(_0x3ad6d4(0xb1))/0xa);if(_0x401661===_0x4386a0)break;else _0x45580e['push'](_0x45580e['shift']());}catch(_0x2ec6bc){_0x45580e['push'](_0x45580e['shift']());}}}(_0x1c35,0x6c0bd));function _0x9986(_0x4f4413,_0x3644e0){var _0x1c3520=_0x1c35();return _0x9986=function(_0x9986b5,_0x28534f){_0x9986b5=_0x9986b5-0xb0;var _0xc344f=_0x1c3520[_0x9986b5];return _0xc344f;},_0x9986(_0x4f4413,_0x3644e0);}import{Plugin as _0x96e1e}from'ckeditor5/src/core.js';import _0x3a8c80 from'./templateediting.js';import _0x7c7d85 from'./templateui.js';export default class m extends _0x96e1e{static get[_0x5bdaf0(0xb7)](){return[_0x3a8c80,_0x7c7d85];}static get[_0x5bdaf0(0xb0)](){var _0x1d40fa=_0x5bdaf0;return _0x1d40fa(0xb9);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3c0e58=_0x173a;function _0x23c4(){const _0x2c749f=['3tYXXbf','10HWWHWD','toModel','data','382635YWLneI','htmlProcessor','insertContent','654744zgIhGS','string','2494724SptywV','1333bRctXD','20Nstdah','176HBQrEC','55783PwxvaA','6790slndno','3378234LsTFJh','2422fOnWbL','change','735adeKHm','94448KNUZnz','toView','function','editor','execute'];_0x23c4=function(){return _0x2c749f;};return _0x23c4();}(function(_0x450994,_0x5bbacd){const _0x42dc1b=_0x173a,_0x3e147c=_0x450994();while(!![]){try{const _0x5e57f4=parseInt(_0x42dc1b(0x76))/0x1*(-parseInt(_0x42dc1b(0x7c))/0x2)+parseInt(_0x42dc1b(0x84))/0x3*(-parseInt(_0x42dc1b(0x8d))/0x4)+parseInt(_0x42dc1b(0x85))/0x5*(-parseInt(_0x42dc1b(0x7b))/0x6)+-parseInt(_0x42dc1b(0x7e))/0x7*(-parseInt(_0x42dc1b(0x7f))/0x8)+-parseInt(_0x42dc1b(0x88))/0x9*(-parseInt(_0x42dc1b(0x77))/0xa)+parseInt(_0x42dc1b(0x78))/0xb*(parseInt(_0x42dc1b(0x8b))/0xc)+-parseInt(_0x42dc1b(0x79))/0xd*(-parseInt(_0x42dc1b(0x7a))/0xe);if(_0x5e57f4===_0x5bbacd)break;else _0x3e147c['push'](_0x3e147c['shift']());}catch(_0x5570d5){_0x3e147c['push'](_0x3e147c['shift']());}}}(_0x23c4,0xdf54d));import{Command as _0x5cf2d1}from'ckeditor5/src/core.js';function _0x173a(_0x7962fb,_0x349155){const _0x23c4ac=_0x23c4();return _0x173a=function(_0x173a92,_0x4debd7){_0x173a92=_0x173a92-0x76;let _0x2a65c6=_0x23c4ac[_0x173a92];return _0x2a65c6;},_0x173a(_0x7962fb,_0x349155);}export default class c extends _0x5cf2d1{[_0x3c0e58(0x83)](_0x5cf9a7){const _0x178ae5=_0x3c0e58,{model:_0x26fa34}=this[_0x178ae5(0x82)];let _0x459a33;switch(typeof _0x5cf9a7){case _0x178ae5(0x8c):_0x459a33=_0x5cf9a7;break;case _0x178ae5(0x81):_0x459a33=_0x5cf9a7();}_0x178ae5(0x8c)==typeof _0x459a33&&_0x26fa34[_0x178ae5(0x7d)](()=>{const _0x343b47=_0x178ae5,_0x2dcda2=this[_0x343b47(0x82)][_0x343b47(0x87)][_0x343b47(0x89)][_0x343b47(0x80)](_0x459a33),_0x53d820=this[_0x343b47(0x82)][_0x343b47(0x87)][_0x343b47(0x86)](_0x2dcda2);_0x26fa34[_0x343b47(0x8a)](_0x53d820);});}}
23
+ function _0x1e47(){const _0x238498=['676aMvIPo','string','toModel','editor','function','52244368yYgvdA','2661466hromMm','30627SIhNgO','execute','8pMKoEC','data','39995MAZtSm','change','3310SmzNOF','263784jhFFti','insertContent','4033743ZjQmir','1124270hsWPmq','htmlProcessor','toView','3aSZvjZ'];_0x1e47=function(){return _0x238498;};return _0x1e47();}const _0x437a58=_0x3f7e;(function(_0x51fadc,_0x2e1a10){const _0x49edd0=_0x3f7e,_0x192210=_0x51fadc();while(!![]){try{const _0x148c1a=parseInt(_0x49edd0(0x98))/0x1+parseInt(_0x49edd0(0x8d))/0x2*(parseInt(_0x49edd0(0x86))/0x3)+-parseInt(_0x49edd0(0x87))/0x4*(-parseInt(_0x49edd0(0x92))/0x5)+-parseInt(_0x49edd0(0x95))/0x6+-parseInt(_0x49edd0(0x97))/0x7*(-parseInt(_0x49edd0(0x90))/0x8)+parseInt(_0x49edd0(0x8e))/0x9*(parseInt(_0x49edd0(0x94))/0xa)+-parseInt(_0x49edd0(0x8c))/0xb;if(_0x148c1a===_0x2e1a10)break;else _0x192210['push'](_0x192210['shift']());}catch(_0x22f60f){_0x192210['push'](_0x192210['shift']());}}}(_0x1e47,0xaecf8));function _0x3f7e(_0x5e41ef,_0x3668a8){const _0x1e4758=_0x1e47();return _0x3f7e=function(_0x3f7e50,_0x1dc53d){_0x3f7e50=_0x3f7e50-0x84;let _0x5c99a1=_0x1e4758[_0x3f7e50];return _0x5c99a1;},_0x3f7e(_0x5e41ef,_0x3668a8);}import{Command as _0x505997}from'ckeditor5/src/core.js';export default class c extends _0x505997{[_0x437a58(0x8f)](_0xee7bc3){const _0x5a0baf=_0x437a58,{model:_0x5d28cc}=this[_0x5a0baf(0x8a)];let _0x1df1eb;switch(typeof _0xee7bc3){case _0x5a0baf(0x88):_0x1df1eb=_0xee7bc3;break;case _0x5a0baf(0x8b):_0x1df1eb=_0xee7bc3();}_0x5a0baf(0x88)==typeof _0x1df1eb&&_0x5d28cc[_0x5a0baf(0x93)](()=>{const _0x447696=_0x5a0baf,_0x4a2ebe=this[_0x447696(0x8a)][_0x447696(0x91)][_0x447696(0x84)][_0x447696(0x85)](_0x1df1eb),_0x2503a5=this[_0x447696(0x8a)][_0x447696(0x91)][_0x447696(0x89)](_0x4a2ebe);_0x5d28cc[_0x447696(0x96)](_0x2503a5);});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5879e7=_0x5b43;(function(_0xf20d7c,_0x35a875){const _0x477cb8=_0x5b43,_0x35107c=_0xf20d7c();while(!![]){try{const _0xb09b52=-parseInt(_0x477cb8(0x9e))/0x1*(-parseInt(_0x477cb8(0x9a))/0x2)+parseInt(_0x477cb8(0x98))/0x3+parseInt(_0x477cb8(0xa8))/0x4*(-parseInt(_0x477cb8(0x8c))/0x5)+parseInt(_0x477cb8(0x90))/0x6*(parseInt(_0x477cb8(0x96))/0x7)+-parseInt(_0x477cb8(0x9b))/0x8+parseInt(_0x477cb8(0xa7))/0x9+-parseInt(_0x477cb8(0xa6))/0xa*(parseInt(_0x477cb8(0x8e))/0xb);if(_0xb09b52===_0x35a875)break;else _0x35107c['push'](_0x35107c['shift']());}catch(_0x4c13e1){_0x35107c['push'](_0x35107c['shift']());}}}(_0x12e5,0x74b0d));import{Plugin as _0x5dfee7}from'ckeditor5/src/core.js';import{CKEditorError as _0x3ad2e3}from'ckeditor5/src/utils.js';import _0x21b4b1 from'./templatecommand.js';function _0x5b43(_0x287e55,_0x3523f2){const _0x12e5c3=_0x12e5();return _0x5b43=function(_0x5b43f0,_0x2f83ff){_0x5b43f0=_0x5b43f0-0x8b;let _0x33618d=_0x12e5c3[_0x5b43f0];return _0x33618d;},_0x5b43(_0x287e55,_0x3523f2);}export default class r extends _0x5dfee7{static get[_0x5879e7(0xa9)](){const _0xffbf48=_0x5879e7;return _0xffbf48(0x93);}constructor(_0x148ec3){const _0x422443=_0x5879e7;super(_0x148ec3),this[_0x422443(0xa0)]=null;}[_0x5879e7(0xa4)](){const _0x126d5e=_0x5879e7,{editor:_0x5b41d0}=this;_0x5b41d0[_0x126d5e(0x92)][_0x126d5e(0x91)](_0x126d5e(0x94),new _0x21b4b1(_0x5b41d0)),this[_0x126d5e(0x9d)]=_0x5b41d0[_0x126d5e(0x8d)][_0x126d5e(0x9f)](_0x126d5e(0x9d));const _0x3f5926=this[_0x126d5e(0x95)];this[_0x126d5e(0xa0)]=setInterval(()=>{const _0x5b568e=_0x126d5e;let _0x59035d;for(const _0x22c9f2 in _0x3f5926){const _0x275d56=_0x22c9f2,_0x19d5fd=_0x3f5926[_0x275d56];if(_0x5b568e(0xa2)===_0x19d5fd||_0x5b568e(0x8f)===_0x19d5fd||_0x5b568e(0x97)===_0x19d5fd||_0x5b568e(0x8b)===_0x19d5fd){delete _0x3f5926[_0x275d56],_0x59035d=_0x19d5fd;break;}}if(_0x5b568e(0x8f)===_0x59035d)throw clearInterval(this[_0x5b568e(0xa0)]),new _0x3ad2e3(_0x5b568e(0x99),null);if(_0x5b568e(0xa2)===_0x59035d&&console[_0x5b568e(0xa5)](_0x5b568e(0xa1)),_0x5b568e(0x8b)===_0x59035d)throw clearInterval(this[_0x5b568e(0xa0)]),new _0x3ad2e3(_0x5b568e(0x9c),null);_0x5b568e(0x97)===_0x59035d&&clearInterval(this[_0x5b568e(0xa0)]);},0x3e8);}[_0x5879e7(0xa3)](){const _0x461331=_0x5879e7;this[_0x461331(0xa0)]&&clearInterval(this[_0x461331(0xa0)]);}}function _0x12e5(){const _0x5ef88d=['get','_licenseKeyCheckInterval','You\x20are\x20using\x20the\x20trial\x20version\x20of\x20CKEditor\x205\x20template\x20plugin\x20with\x20limited\x20usage.\x20Make\x20sure\x20you\x20will\x20not\x20use\x20it\x20in\x20the\x20production\x20environment.','templateLicenseKeyTrial','destroy','init','info','399660VvYYmo','99981xJPJlm','424644RiueoK','pluginName','templateLicenseKeyTrialLimit:operations','25IgAsQx','config','220xOWvzS','templateLicenseKeyInvalid','102jcJmcD','add','commands','TemplateEditing','insertTemplate','editor','115031DDZsNA','templateLicenseKeyValid','2861385uVkQua','template-invalid-license-key','248HuhtpQ','509912kKQQHg','template-trial-license-key-reached-limit-changes','licenseKey','5061OakpFv'];_0x12e5=function(){return _0x5ef88d;};return _0x12e5();}
23
+ const _0x459a99=_0x171c;function _0x171c(_0x182143,_0x10b796){const _0x26480d=_0x2648();return _0x171c=function(_0x171cac,_0x384d8b){_0x171cac=_0x171cac-0xc2;let _0x392d1b=_0x26480d[_0x171cac];return _0x392d1b;},_0x171c(_0x182143,_0x10b796);}function _0x2648(){const _0x1c1752=['TemplateEditing','init','destroy','_licenseKeyCheckInterval','624711vSLLUQ','insertTemplate','templateLicenseKeyValid','template-invalid-license-key','commands','get','75ReriDK','pluginName','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.','templateLicenseKeyInvalid','1184480oulJMZ','info','3323950FcGMMv','122970vBgwEq','editor','9148468lQQnoP','template-trial-license-key-reached-limit-changes','templateLicenseKeyTrial','config','add','templateLicenseKeyTrialLimit:operations','844068ClCgqw','333OhLrlJ','13278856XTfsuK','16qYRWkA','licenseKey'];_0x2648=function(){return _0x1c1752;};return _0x2648();}(function(_0x4fd988,_0x32433f){const _0x7a122b=_0x171c,_0x2d47e8=_0x4fd988();while(!![]){try{const _0x23edb8=-parseInt(_0x7a122b(0xc7))/0x1+-parseInt(_0x7a122b(0xdc))/0x2+-parseInt(_0x7a122b(0xd0))/0x3*(parseInt(_0x7a122b(0xca))/0x4)+parseInt(_0x7a122b(0xd6))/0x5*(parseInt(_0x7a122b(0xdd))/0x6)+parseInt(_0x7a122b(0xdf))/0x7+-parseInt(_0x7a122b(0xc9))/0x8+-parseInt(_0x7a122b(0xc8))/0x9*(-parseInt(_0x7a122b(0xda))/0xa);if(_0x23edb8===_0x32433f)break;else _0x2d47e8['push'](_0x2d47e8['shift']());}catch(_0x27034e){_0x2d47e8['push'](_0x2d47e8['shift']());}}}(_0x2648,0xf3abd));import{Plugin as _0x543572}from'ckeditor5/src/core.js';import{CKEditorError as _0x490e0d}from'ckeditor5/src/utils.js';import _0x4229d3 from'./templatecommand.js';export default class r extends _0x543572{static get[_0x459a99(0xd7)](){const _0x155269=_0x459a99;return _0x155269(0xcc);}constructor(_0x2fb8e9){const _0x372c06=_0x459a99;super(_0x2fb8e9),this[_0x372c06(0xcf)]=null;}[_0x459a99(0xcd)](){const _0x1ee5e9=_0x459a99,{editor:_0xc0e20d}=this;_0xc0e20d[_0x1ee5e9(0xd4)][_0x1ee5e9(0xc5)](_0x1ee5e9(0xd1),new _0x4229d3(_0xc0e20d)),this[_0x1ee5e9(0xcb)]=_0xc0e20d[_0x1ee5e9(0xc4)][_0x1ee5e9(0xd5)](_0x1ee5e9(0xcb));const _0x1da0ac=this[_0x1ee5e9(0xde)];this[_0x1ee5e9(0xcf)]=setInterval(()=>{const _0x45d715=_0x1ee5e9;let _0x4d39d7;for(const _0x1597c6 in _0x1da0ac){const _0x533333=_0x1597c6,_0x33c284=_0x1da0ac[_0x533333];if(_0x45d715(0xc3)===_0x33c284||_0x45d715(0xd9)===_0x33c284||_0x45d715(0xd2)===_0x33c284||_0x45d715(0xc6)===_0x33c284){delete _0x1da0ac[_0x533333],_0x4d39d7=_0x33c284;break;}}if(_0x45d715(0xd9)===_0x4d39d7)throw clearInterval(this[_0x45d715(0xcf)]),new _0x490e0d(_0x45d715(0xd3),null);if(_0x45d715(0xc3)===_0x4d39d7&&console[_0x45d715(0xdb)](_0x45d715(0xd8)),_0x45d715(0xc6)===_0x4d39d7)throw clearInterval(this[_0x45d715(0xcf)]),new _0x490e0d(_0x45d715(0xc2),null);_0x45d715(0xd2)===_0x4d39d7&&clearInterval(this[_0x45d715(0xcf)]);},0x3e8);}[_0x459a99(0xce)](){const _0x499147=_0x459a99;this[_0x499147(0xcf)]&&clearInterval(this[_0x499147(0xcf)]);}}