@ckeditor/ckeditor5-template 42.0.0-alpha.6 → 42.0.0-alpha.8

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':_0x4b3571=>_0x4b3571%0xa==0x1&&_0x4b3571%0x64!=0xb?0x0:_0x4b3571%0xa>=0x2&&_0x4b3571%0xa<=0x4&&(_0x4b3571%0x64<0xa||_0x4b3571%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':_0xdfb9e1=>_0xdfb9e1%0xa==0x1&&_0xdfb9e1%0x64!=0xb?0x0:_0xdfb9e1%0xa>=0x2&&_0xdfb9e1%0xa<=0x4&&(_0xdfb9e1%0x64<0xa||_0xdfb9e1%0x64>=0x14)?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x24a229=>{const {sr:{dictionary:_0x401ab9,getPluralForm:_0x52e72e}}={'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':_0x2dfdb6=>_0x2dfdb6%0xa==0x1&&_0x2dfdb6%0x64!=0xb?0x0:_0x2dfdb6%0xa>=0x2&&_0x2dfdb6%0xa<=0x4&&(_0x2dfdb6%0x64<0xa||_0x2dfdb6%0x64>=0x14)?0x1:0x2}};_0x24a229['sr']||={'dictionary':{},'getPluralForm':null},_0x24a229['sr']['dictionary']=Object['assign'](_0x24a229['sr']['dictionary'],_0x401ab9),_0x24a229['sr']['getPluralForm']=_0x52e72e;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x398539=>{const {sr:{dictionary:_0x32da6d,getPluralForm:_0x5a9c5f}}={'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':_0x2c53f5=>_0x2c53f5%0xa==0x1&&_0x2c53f5%0x64!=0xb?0x0:_0x2c53f5%0xa>=0x2&&_0x2c53f5%0xa<=0x4&&(_0x2c53f5%0x64<0xa||_0x2c53f5%0x64>=0x14)?0x1:0x2}};_0x398539['sr']||={'dictionary':{},'getPluralForm':null},_0x398539['sr']['dictionary']=Object['assign'](_0x398539['sr']['dictionary'],_0x32da6d),_0x398539['sr']['getPluralForm']=_0x5a9c5f;})(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':_0x2deed0=>0x1!=_0x2deed0}};
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':_0x29892d=>0x1!=_0x29892d}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x17fc3f=>{const {sv:{dictionary:_0x4d20dd,getPluralForm:_0x32dc46}}={'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':_0x50bbb0=>0x1!=_0x50bbb0}};_0x17fc3f['sv']||={'dictionary':{},'getPluralForm':null},_0x17fc3f['sv']['dictionary']=Object['assign'](_0x17fc3f['sv']['dictionary'],_0x4d20dd),_0x17fc3f['sv']['getPluralForm']=_0x32dc46;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x16143b=>{const {sv:{dictionary:_0x4f3ca3,getPluralForm:_0x544a6a}}={'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':_0xba9347=>0x1!=_0xba9347}};_0x16143b['sv']||={'dictionary':{},'getPluralForm':null},_0x16143b['sv']['dictionary']=Object['assign'](_0x16143b['sv']['dictionary'],_0x4f3ca3),_0x16143b['sv']['getPluralForm']=_0x544a6a;})(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':_0x2bb3f9=>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':_0x177c1d=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x343828=>{const {th:{dictionary:_0xacb6f6,getPluralForm:_0x415701}}={'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':_0x56168f=>0x0}};_0x343828['th']||={'dictionary':{},'getPluralForm':null},_0x343828['th']['dictionary']=Object['assign'](_0x343828['th']['dictionary'],_0xacb6f6),_0x343828['th']['getPluralForm']=_0x415701;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3fdd9d=>{const {th:{dictionary:_0x1f6683,getPluralForm:_0x3fd482}}={'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':_0x316f5f=>0x0}};_0x3fdd9d['th']||={'dictionary':{},'getPluralForm':null},_0x3fdd9d['th']['dictionary']=Object['assign'](_0x3fdd9d['th']['dictionary'],_0x1f6683),_0x3fdd9d['th']['getPluralForm']=_0x3fd482;})(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':_0xf95a8b=>_0xf95a8b>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':_0x554aa2=>_0x554aa2>0x1}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x204638=>{const {tr:{dictionary:_0x2ec03b,getPluralForm:_0x48e44b}}={'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':_0xcd4b98=>_0xcd4b98>0x1}};_0x204638['tr']||={'dictionary':{},'getPluralForm':null},_0x204638['tr']['dictionary']=Object['assign'](_0x204638['tr']['dictionary'],_0x2ec03b),_0x204638['tr']['getPluralForm']=_0x48e44b;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x7f7b42=>{const {tr:{dictionary:_0x44faa9,getPluralForm:_0x22bde8}}={'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':_0x25097a=>_0x25097a>0x1}};_0x7f7b42['tr']||={'dictionary':{},'getPluralForm':null},_0x7f7b42['tr']['dictionary']=Object['assign'](_0x7f7b42['tr']['dictionary'],_0x44faa9),_0x7f7b42['tr']['getPluralForm']=_0x22bde8;})(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':_0x5ba3c3=>_0x5ba3c3%0x1==0x0&&_0x5ba3c3%0xa==0x1&&_0x5ba3c3%0x64!=0xb?0x0:_0x5ba3c3%0x1==0x0&&_0x5ba3c3%0xa>=0x2&&_0x5ba3c3%0xa<=0x4&&(_0x5ba3c3%0x64<0xc||_0x5ba3c3%0x64>0xe)?0x1:_0x5ba3c3%0x1==0x0&&(_0x5ba3c3%0xa==0x0||_0x5ba3c3%0xa>=0x5&&_0x5ba3c3%0xa<=0x9||_0x5ba3c3%0x64>=0xb&&_0x5ba3c3%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':_0x354c08=>_0x354c08%0x1==0x0&&_0x354c08%0xa==0x1&&_0x354c08%0x64!=0xb?0x0:_0x354c08%0x1==0x0&&_0x354c08%0xa>=0x2&&_0x354c08%0xa<=0x4&&(_0x354c08%0x64<0xc||_0x354c08%0x64>0xe)?0x1:_0x354c08%0x1==0x0&&(_0x354c08%0xa==0x0||_0x354c08%0xa>=0x5&&_0x354c08%0xa<=0x9||_0x354c08%0x64>=0xb&&_0x354c08%0x64<=0xe)?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x1af282=>{const {uk:{dictionary:_0x23bf2e,getPluralForm:_0x1f9461}}={'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':_0x591eb2=>_0x591eb2%0x1==0x0&&_0x591eb2%0xa==0x1&&_0x591eb2%0x64!=0xb?0x0:_0x591eb2%0x1==0x0&&_0x591eb2%0xa>=0x2&&_0x591eb2%0xa<=0x4&&(_0x591eb2%0x64<0xc||_0x591eb2%0x64>0xe)?0x1:_0x591eb2%0x1==0x0&&(_0x591eb2%0xa==0x0||_0x591eb2%0xa>=0x5&&_0x591eb2%0xa<=0x9||_0x591eb2%0x64>=0xb&&_0x591eb2%0x64<=0xe)?0x2:0x3}};_0x1af282['uk']||={'dictionary':{},'getPluralForm':null},_0x1af282['uk']['dictionary']=Object['assign'](_0x1af282['uk']['dictionary'],_0x23bf2e),_0x1af282['uk']['getPluralForm']=_0x1f9461;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x11ecca=>{const {uk:{dictionary:_0x414a50,getPluralForm:_0x12eb4e}}={'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':_0x2316de=>_0x2316de%0x1==0x0&&_0x2316de%0xa==0x1&&_0x2316de%0x64!=0xb?0x0:_0x2316de%0x1==0x0&&_0x2316de%0xa>=0x2&&_0x2316de%0xa<=0x4&&(_0x2316de%0x64<0xc||_0x2316de%0x64>0xe)?0x1:_0x2316de%0x1==0x0&&(_0x2316de%0xa==0x0||_0x2316de%0xa>=0x5&&_0x2316de%0xa<=0x9||_0x2316de%0x64>=0xb&&_0x2316de%0x64<=0xe)?0x2:0x3}};_0x11ecca['uk']||={'dictionary':{},'getPluralForm':null},_0x11ecca['uk']['dictionary']=Object['assign'](_0x11ecca['uk']['dictionary'],_0x414a50),_0x11ecca['uk']['getPluralForm']=_0x12eb4e;})(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':_0x68d7f1=>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':_0x14e3d2=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x18b4c7=>{const {uz:{dictionary:_0x1448bc,getPluralForm:_0x485369}}={'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':_0x567ece=>0x0}};_0x18b4c7['uz']||={'dictionary':{},'getPluralForm':null},_0x18b4c7['uz']['dictionary']=Object['assign'](_0x18b4c7['uz']['dictionary'],_0x1448bc),_0x18b4c7['uz']['getPluralForm']=_0x485369;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3ab0de=>{const {uz:{dictionary:_0x4cc0cb,getPluralForm:_0x5cc87e}}={'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':_0x3d9f25=>0x0}};_0x3ab0de['uz']||={'dictionary':{},'getPluralForm':null},_0x3ab0de['uz']['dictionary']=Object['assign'](_0x3ab0de['uz']['dictionary'],_0x4cc0cb),_0x3ab0de['uz']['getPluralForm']=_0x5cc87e;})(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':_0x4126c8=>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':_0x38024c=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0xc003e7=>{const {vi:{dictionary:_0x54f29d,getPluralForm:_0xc6a8b}}={'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':_0x6dccef=>0x0}};_0xc003e7['vi']||={'dictionary':{},'getPluralForm':null},_0xc003e7['vi']['dictionary']=Object['assign'](_0xc003e7['vi']['dictionary'],_0x54f29d),_0xc003e7['vi']['getPluralForm']=_0xc6a8b;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x4c0e33=>{const {vi:{dictionary:_0x2780a0,getPluralForm:_0x19b644}}={'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':_0x4a3add=>0x0}};_0x4c0e33['vi']||={'dictionary':{},'getPluralForm':null},_0x4c0e33['vi']['dictionary']=Object['assign'](_0x4c0e33['vi']['dictionary'],_0x2780a0),_0x4c0e33['vi']['getPluralForm']=_0x19b644;})(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':_0x345f7f=>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':_0x106761=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x26d23f=>{const {'zh-cn':{dictionary:_0x10101c,getPluralForm:_0x256db6}}={'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':_0xcfd870=>0x0}};_0x26d23f['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x26d23f['zh-cn']['dictionary']=Object['assign'](_0x26d23f['zh-cn']['dictionary'],_0x10101c),_0x26d23f['zh-cn']['getPluralForm']=_0x256db6;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3b8e2b=>{const {'zh-cn':{dictionary:_0x529426,getPluralForm:_0x15edf9}}={'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':_0x438003=>0x0}};_0x3b8e2b['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x3b8e2b['zh-cn']['dictionary']=Object['assign'](_0x3b8e2b['zh-cn']['dictionary'],_0x529426),_0x3b8e2b['zh-cn']['getPluralForm']=_0x15edf9;})(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':_0x3e3a02=>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':_0x33ac86=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x5b6e5a=>{const {zh:{dictionary:_0x23cb71,getPluralForm:_0x4a46f9}}={'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':_0x56c0b2=>0x0}};_0x5b6e5a['zh']||={'dictionary':{},'getPluralForm':null},_0x5b6e5a['zh']['dictionary']=Object['assign'](_0x5b6e5a['zh']['dictionary'],_0x23cb71),_0x5b6e5a['zh']['getPluralForm']=_0x4a46f9;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0xe5b8cc=>{const {zh:{dictionary:_0x486bdb,getPluralForm:_0x34c689}}={'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':_0x42e0df=>0x0}};_0xe5b8cc['zh']||={'dictionary':{},'getPluralForm':null},_0xe5b8cc['zh']['dictionary']=Object['assign'](_0xe5b8cc['zh']['dictionary'],_0x486bdb),_0xe5b8cc['zh']['getPluralForm']=_0x34c689;})(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.6",
3
+ "version": "42.0.0-alpha.8",
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.6",
26
- "@ckeditor/ckeditor5-ui": "42.0.0-alpha.6",
27
- "ckeditor5-collaboration": "42.0.0-alpha.6"
25
+ "ckeditor5": "42.0.0-alpha.8",
26
+ "@ckeditor/ckeditor5-ui": "42.0.0-alpha.8",
27
+ "ckeditor5-collaboration": "42.0.0-alpha.8"
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(_0x57bce4,_0x39092a){var _0x19d560=_0xedbe,_0x2cd971=_0x57bce4();while(!![]){try{var _0x11d8f7=-parseInt(_0x19d560(0x6e))/0x1*(parseInt(_0x19d560(0x72))/0x2)+parseInt(_0x19d560(0x73))/0x3*(parseInt(_0x19d560(0x6b))/0x4)+-parseInt(_0x19d560(0x76))/0x5*(-parseInt(_0x19d560(0x71))/0x6)+-parseInt(_0x19d560(0x74))/0x7*(-parseInt(_0x19d560(0x6f))/0x8)+parseInt(_0x19d560(0x75))/0x9+parseInt(_0x19d560(0x77))/0xa*(parseInt(_0x19d560(0x6d))/0xb)+-parseInt(_0x19d560(0x70))/0xc*(parseInt(_0x19d560(0x6c))/0xd);if(_0x11d8f7===_0x39092a)break;else _0x2cd971['push'](_0x2cd971['shift']());}catch(_0x1d6a6a){_0x2cd971['push'](_0x2cd971['shift']());}}}(_0x3bb3,0xa3ab1));function _0xedbe(_0x57c186,_0x4cd6ff){var _0x3bb34c=_0x3bb3();return _0xedbe=function(_0xedbecd,_0x13a6e1){_0xedbecd=_0xedbecd-0x6b;var _0x3627ff=_0x3bb34c[_0xedbecd];return _0x3627ff;},_0xedbe(_0x57c186,_0x4cd6ff);}export{default as Template}from'./template.js';export{default as TemplateCommand}from'./templatecommand.js';export{default as TemplateEditing}from'./templateediting.js';function _0x3bb3(){var _0x153ee1=['1401jFitZC','775512SVYrfP','3688464oDmKHd','94434JoHFev','1272WRxzhw','363XHIYfL','56anAJtx','6438411kGwStw','265rpAwzj','94350NWwLCQ','43388pxQBMK','91crBQmm','88qIHfPC'];_0x3bb3=function(){return _0x153ee1;};return _0x3bb3();}export{default as TemplateUI}from'./templateui.js';import'./augmentation.js';
23
+ (function(_0x333732,_0x3a66d5){var _0x3e7bda=_0x2450,_0x4e12bd=_0x333732();while(!![]){try{var _0x4316e0=-parseInt(_0x3e7bda(0x169))/0x1*(parseInt(_0x3e7bda(0x160))/0x2)+-parseInt(_0x3e7bda(0x162))/0x3*(-parseInt(_0x3e7bda(0x165))/0x4)+parseInt(_0x3e7bda(0x167))/0x5+parseInt(_0x3e7bda(0x16c))/0x6*(-parseInt(_0x3e7bda(0x168))/0x7)+-parseInt(_0x3e7bda(0x161))/0x8*(parseInt(_0x3e7bda(0x16a))/0x9)+-parseInt(_0x3e7bda(0x16b))/0xa*(parseInt(_0x3e7bda(0x164))/0xb)+-parseInt(_0x3e7bda(0x163))/0xc*(-parseInt(_0x3e7bda(0x166))/0xd);if(_0x4316e0===_0x3a66d5)break;else _0x4e12bd['push'](_0x4e12bd['shift']());}catch(_0x38292d){_0x4e12bd['push'](_0x4e12bd['shift']());}}}(_0x2695,0x7cfa6));export{default as Template}from'./template.js';export{default as TemplateCommand}from'./templatecommand.js';export{default as TemplateEditing}from'./templateediting.js';function _0x2695(){var _0x2c3f90=['3444755aBMryy','605668tTMgZw','50537OcRATf','7968447GGCpqw','50ZvDJmN','6aGFTRr','14mOhrTy','8siAIWR','3OpLDZi','72084AkMPsQ','2227203tKciej','3525996lIeSDP','2769NAyurg'];_0x2695=function(){return _0x2c3f90;};return _0x2695();}function _0x2450(_0x2663d3,_0x3f4ab5){var _0x26954c=_0x2695();return _0x2450=function(_0x24504e,_0x36a5e3){_0x24504e=_0x24504e-0x160;var _0x520ae2=_0x26954c[_0x24504e];return _0x520ae2;},_0x2450(_0x2663d3,_0x3f4ab5);}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 _0x493c53=_0x1988;(function(_0x21b0dc,_0x51786d){var _0x2f8502=_0x1988,_0x56e51e=_0x21b0dc();while(!![]){try{var _0x680094=-parseInt(_0x2f8502(0x1bd))/0x1*(parseInt(_0x2f8502(0x1b4))/0x2)+-parseInt(_0x2f8502(0x1bb))/0x3*(-parseInt(_0x2f8502(0x1b5))/0x4)+parseInt(_0x2f8502(0x1b1))/0x5*(parseInt(_0x2f8502(0x1b8))/0x6)+parseInt(_0x2f8502(0x1b2))/0x7+parseInt(_0x2f8502(0x1bc))/0x8+-parseInt(_0x2f8502(0x1b6))/0x9+-parseInt(_0x2f8502(0x1be))/0xa*(parseInt(_0x2f8502(0x1b7))/0xb);if(_0x680094===_0x51786d)break;else _0x56e51e['push'](_0x56e51e['shift']());}catch(_0x156c60){_0x56e51e['push'](_0x56e51e['shift']());}}}(_0xd06f,0xed70e));function _0x1988(_0x1289e1,_0x2f7004){var _0xd06f2d=_0xd06f();return _0x1988=function(_0x19889c,_0x3e69ce){_0x19889c=_0x19889c-0x1b1;var _0x5371f7=_0xd06f2d[_0x19889c];return _0x5371f7;},_0x1988(_0x1289e1,_0x2f7004);}import{Plugin as _0x391cb1}from'ckeditor5/src/core.js';function _0xd06f(){var _0x29c9ec=['3972703IdPEMJ','requires','14ffSJIz','6664232NJQtlG','2879100wduLio','11zdORrE','60ijdjVb','Template','pluginName','3NPPCPx','1158256SYgcEC','23005XciZKo','10469860zGKPgM','61055hBCcPn'];_0xd06f=function(){return _0x29c9ec;};return _0xd06f();}import _0x1652ca from'./templateediting.js';import _0x2ae715 from'./templateui.js';export default class m extends _0x391cb1{static get[_0x493c53(0x1b3)](){return[_0x1652ca,_0x2ae715];}static get[_0x493c53(0x1ba)](){var _0x17072f=_0x493c53;return _0x17072f(0x1b9);}}
23
+ var _0x16bf47=_0x1b5e;function _0x1b5e(_0x23f5a4,_0xb25186){var _0x36e510=_0x36e5();return _0x1b5e=function(_0x1b5e9e,_0x3af6df){_0x1b5e9e=_0x1b5e9e-0xf3;var _0x55f9fd=_0x36e510[_0x1b5e9e];return _0x55f9fd;},_0x1b5e(_0x23f5a4,_0xb25186);}function _0x36e5(){var _0x3dbdf9=['6155824LCCiUF','pluginName','39191706ckHSrn','104192vadUBi','358552rDxXCa','1058248TrbWPn','132JeBKfw','Template','1979400MymWvT','105920mvaVTX','requires','7FpmZtq'];_0x36e5=function(){return _0x3dbdf9;};return _0x36e5();}(function(_0x43a2cf,_0x3174f2){var _0x21b5f0=_0x1b5e,_0x49d03d=_0x43a2cf();while(!![]){try{var _0x1bf07f=-parseInt(_0x21b5f0(0xfa))/0x1+-parseInt(_0x21b5f0(0xfb))/0x2+-parseInt(_0x21b5f0(0xfe))/0x3+-parseInt(_0x21b5f0(0xf6))/0x4+-parseInt(_0x21b5f0(0xf3))/0x5*(parseInt(_0x21b5f0(0xfc))/0x6)+parseInt(_0x21b5f0(0xf5))/0x7*(-parseInt(_0x21b5f0(0xf9))/0x8)+parseInt(_0x21b5f0(0xf8))/0x9;if(_0x1bf07f===_0x3174f2)break;else _0x49d03d['push'](_0x49d03d['shift']());}catch(_0x1bb525){_0x49d03d['push'](_0x49d03d['shift']());}}}(_0x36e5,0xc0a8a));import{Plugin as _0x53c0cd}from'ckeditor5/src/core.js';import _0x2fd50b from'./templateediting.js';import _0x4d7bc4 from'./templateui.js';export default class m extends _0x53c0cd{static get[_0x16bf47(0xf4)](){return[_0x2fd50b,_0x4d7bc4];}static get[_0x16bf47(0xf7)](){var _0x3b0771=_0x16bf47;return _0x3b0771(0xfd);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x2b04(){const _0x4b4416=['toModel','toView','change','htmlProcessor','342CivCxA','data','8578380wJLmCP','44IeFQJc','61649shsABn','execute','81460NnzErV','459cZWohx','function','321640dMHpiO','string','editor','93257IMRrRH','24645cpgtvD','2454144rPscIH','insertContent'];_0x2b04=function(){return _0x4b4416;};return _0x2b04();}function _0x2129(_0x11597e,_0xc884e0){const _0x2b04d9=_0x2b04();return _0x2129=function(_0x212944,_0x2aabb5){_0x212944=_0x212944-0x19e;let _0x4ab0ed=_0x2b04d9[_0x212944];return _0x4ab0ed;},_0x2129(_0x11597e,_0xc884e0);}const _0x339cfa=_0x2129;(function(_0x5d40b0,_0x5e1b79){const _0x1a7aa5=_0x2129,_0x4a5f0a=_0x5d40b0();while(!![]){try{const _0x84afa6=-parseInt(_0x1a7aa5(0x1af))/0x1+-parseInt(_0x1a7aa5(0x1a6))/0x2*(parseInt(_0x1a7aa5(0x1b0))/0x3)+-parseInt(_0x1a7aa5(0x1b1))/0x4+parseInt(_0x1a7aa5(0x1a5))/0x5+-parseInt(_0x1a7aa5(0x1a3))/0x6*(-parseInt(_0x1a7aa5(0x1a7))/0x7)+-parseInt(_0x1a7aa5(0x1ac))/0x8+parseInt(_0x1a7aa5(0x1aa))/0x9*(-parseInt(_0x1a7aa5(0x1a9))/0xa);if(_0x84afa6===_0x5e1b79)break;else _0x4a5f0a['push'](_0x4a5f0a['shift']());}catch(_0x2f371e){_0x4a5f0a['push'](_0x4a5f0a['shift']());}}}(_0x2b04,0xd5805));import{Command as _0x27158b}from'ckeditor5/src/core.js';export default class c extends _0x27158b{[_0x339cfa(0x1a8)](_0x589584){const _0xe76b4b=_0x339cfa,{model:_0x25cf76}=this[_0xe76b4b(0x1ae)];let _0x1137cc;switch(typeof _0x589584){case _0xe76b4b(0x1ad):_0x1137cc=_0x589584;break;case _0xe76b4b(0x1ab):_0x1137cc=_0x589584();}_0xe76b4b(0x1ad)==typeof _0x1137cc&&_0x25cf76[_0xe76b4b(0x1a1)](()=>{const _0x33d1d7=_0xe76b4b,_0x15085e=this[_0x33d1d7(0x1ae)][_0x33d1d7(0x1a4)][_0x33d1d7(0x1a2)][_0x33d1d7(0x1a0)](_0x1137cc),_0x47d1f3=this[_0x33d1d7(0x1ae)][_0x33d1d7(0x1a4)][_0x33d1d7(0x19f)](_0x15085e);_0x25cf76[_0x33d1d7(0x19e)](_0x47d1f3);});}}
23
+ function _0x9546(_0x1e662e,_0x424b5f){const _0x2cab24=_0x2cab();return _0x9546=function(_0x954695,_0x4f8aa5){_0x954695=_0x954695-0x1e0;let _0xd41405=_0x2cab24[_0x954695];return _0xd41405;},_0x9546(_0x1e662e,_0x424b5f);}function _0x2cab(){const _0x113773=['244588RLVIio','100YDuoTf','function','toModel','string','1781046iOMsGK','19752gXjxUv','execute','6MdQHCz','15yBwdtl','192561AYdwVU','317565kPSaLT','data','52889KhgIyt','change','htmlProcessor','9402481oxzOVv','insertContent','7JKXpGh','editor','toView'];_0x2cab=function(){return _0x113773;};return _0x2cab();}const _0x2e2860=_0x9546;(function(_0x5a0b8c,_0x38c1ae){const _0x4e6d4d=_0x9546,_0x43fc82=_0x5a0b8c();while(!![]){try{const _0x8bcbfc=-parseInt(_0x4e6d4d(0x1e4))/0x1*(-parseInt(_0x4e6d4d(0x1f4))/0x2)+parseInt(_0x4e6d4d(0x1e1))/0x3+parseInt(_0x4e6d4d(0x1ec))/0x4*(parseInt(_0x4e6d4d(0x1e0))/0x5)+parseInt(_0x4e6d4d(0x1f1))/0x6*(parseInt(_0x4e6d4d(0x1e9))/0x7)+-parseInt(_0x4e6d4d(0x1f2))/0x8+-parseInt(_0x4e6d4d(0x1e2))/0x9*(-parseInt(_0x4e6d4d(0x1ed))/0xa)+-parseInt(_0x4e6d4d(0x1e7))/0xb;if(_0x8bcbfc===_0x38c1ae)break;else _0x43fc82['push'](_0x43fc82['shift']());}catch(_0x3a17b8){_0x43fc82['push'](_0x43fc82['shift']());}}}(_0x2cab,0x3085a));import{Command as _0x4fb013}from'ckeditor5/src/core.js';export default class c extends _0x4fb013{[_0x2e2860(0x1f3)](_0x56ca13){const _0x2d3253=_0x2e2860,{model:_0x6c5be4}=this[_0x2d3253(0x1ea)];let _0x4f3d97;switch(typeof _0x56ca13){case _0x2d3253(0x1f0):_0x4f3d97=_0x56ca13;break;case _0x2d3253(0x1ee):_0x4f3d97=_0x56ca13();}_0x2d3253(0x1f0)==typeof _0x4f3d97&&_0x6c5be4[_0x2d3253(0x1e5)](()=>{const _0x44f503=_0x2d3253,_0x434859=this[_0x44f503(0x1ea)][_0x44f503(0x1e3)][_0x44f503(0x1e6)][_0x44f503(0x1eb)](_0x4f3d97),_0xd3d774=this[_0x44f503(0x1ea)][_0x44f503(0x1e3)][_0x44f503(0x1ef)](_0x434859);_0x6c5be4[_0x44f503(0x1e8)](_0xd3d774);});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x1090(_0x4c604c,_0xd4e135){const _0x43e026=_0x43e0();return _0x1090=function(_0x109082,_0x99b046){_0x109082=_0x109082-0x15e;let _0x36ed82=_0x43e026[_0x109082];return _0x36ed82;},_0x1090(_0x4c604c,_0xd4e135);}const _0x26c85a=_0x1090;(function(_0x3aa5af,_0x1ba6af){const _0x49ccc0=_0x1090,_0x2b9ae5=_0x3aa5af();while(!![]){try{const _0x385438=-parseInt(_0x49ccc0(0x16e))/0x1+-parseInt(_0x49ccc0(0x167))/0x2*(-parseInt(_0x49ccc0(0x16a))/0x3)+-parseInt(_0x49ccc0(0x169))/0x4*(parseInt(_0x49ccc0(0x179))/0x5)+-parseInt(_0x49ccc0(0x174))/0x6+-parseInt(_0x49ccc0(0x165))/0x7+-parseInt(_0x49ccc0(0x178))/0x8+parseInt(_0x49ccc0(0x164))/0x9;if(_0x385438===_0x1ba6af)break;else _0x2b9ae5['push'](_0x2b9ae5['shift']());}catch(_0x4c3665){_0x2b9ae5['push'](_0x2b9ae5['shift']());}}}(_0x43e0,0x532c9));import{Plugin as _0x34f25f}from'ckeditor5/src/core.js';function _0x43e0(){const _0x5495c8=['templateLicenseKeyInvalid','licenseKey','config','339122YXWuXm','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','pluginName','commands','4037502lpqiee','templateLicenseKeyTrialLimit:operations','templateLicenseKeyValid','editor','1721160LWEKFd','5lvFwHu','_licenseKeyCheckInterval','get','init','info','TemplateEditing','template-trial-license-key-reached-limit-changes','template-invalid-license-key','16852761eOgapi','3220994FLEeHf','insertTemplate','752666CxgjJd','add','883420VSfXwp','3Ofblov'];_0x43e0=function(){return _0x5495c8;};return _0x43e0();}import{CKEditorError as _0x584914}from'ckeditor5/src/utils.js';import _0x44fc40 from'./templatecommand.js';export default class r extends _0x34f25f{static get[_0x26c85a(0x172)](){const _0x4123d4=_0x26c85a;return _0x4123d4(0x161);}constructor(_0x13028a){const _0x4a95ed=_0x26c85a;super(_0x13028a),this[_0x4a95ed(0x17a)]=null;}[_0x26c85a(0x15f)](){const _0x51cc81=_0x26c85a,{editor:_0x56ee3d}=this;_0x56ee3d[_0x51cc81(0x173)][_0x51cc81(0x168)](_0x51cc81(0x166),new _0x44fc40(_0x56ee3d)),this[_0x51cc81(0x16c)]=_0x56ee3d[_0x51cc81(0x16d)][_0x51cc81(0x15e)](_0x51cc81(0x16c));const _0x4772d0=this[_0x51cc81(0x177)];this[_0x51cc81(0x17a)]=setInterval(()=>{const _0x56e756=_0x51cc81;let _0x56b2cf;for(const _0x50c459 in _0x4772d0){const _0x4d8a1e=_0x50c459,_0x14bead=_0x4772d0[_0x4d8a1e];if(_0x56e756(0x170)===_0x14bead||_0x56e756(0x16b)===_0x14bead||_0x56e756(0x176)===_0x14bead||_0x56e756(0x175)===_0x14bead){delete _0x4772d0[_0x4d8a1e],_0x56b2cf=_0x14bead;break;}}if(_0x56e756(0x16b)===_0x56b2cf)throw clearInterval(this[_0x56e756(0x17a)]),new _0x584914(_0x56e756(0x163),null);if(_0x56e756(0x170)===_0x56b2cf&&console[_0x56e756(0x160)](_0x56e756(0x16f)),_0x56e756(0x175)===_0x56b2cf)throw clearInterval(this[_0x56e756(0x17a)]),new _0x584914(_0x56e756(0x162),null);_0x56e756(0x176)===_0x56b2cf&&clearInterval(this[_0x56e756(0x17a)]);},0x3e8);}[_0x26c85a(0x171)](){const _0x3fefb7=_0x26c85a;this[_0x3fefb7(0x17a)]&&clearInterval(this[_0x3fefb7(0x17a)]);}}
23
+ const _0x22f18f=_0x2ce5;(function(_0x53328a,_0x49eee7){const _0xd3fb53=_0x2ce5,_0x2e27fc=_0x53328a();while(!![]){try{const _0x2b3fae=-parseInt(_0xd3fb53(0x131))/0x1*(parseInt(_0xd3fb53(0x12e))/0x2)+parseInt(_0xd3fb53(0x133))/0x3*(-parseInt(_0xd3fb53(0x13a))/0x4)+-parseInt(_0xd3fb53(0x126))/0x5+parseInt(_0xd3fb53(0x128))/0x6+-parseInt(_0xd3fb53(0x12f))/0x7*(-parseInt(_0xd3fb53(0x12d))/0x8)+-parseInt(_0xd3fb53(0x144))/0x9*(-parseInt(_0xd3fb53(0x136))/0xa)+-parseInt(_0xd3fb53(0x13b))/0xb*(-parseInt(_0xd3fb53(0x12a))/0xc);if(_0x2b3fae===_0x49eee7)break;else _0x2e27fc['push'](_0x2e27fc['shift']());}catch(_0x39b438){_0x2e27fc['push'](_0x2e27fc['shift']());}}}(_0x2c68,0xe948f));import{Plugin as _0x2be25f}from'ckeditor5/src/core.js';function _0x2c68(){const _0x110ccf=['insertTemplate','add','init','9dynoBd','destroy','1025280ovhymf','templateLicenseKeyTrial','2414028OENTbg','templateLicenseKeyInvalid','4422732ldinaq','commands','editor','4997896YTbFwZ','9198voeqkD','7vamLfO','template-invalid-license-key','55Cxiupp','templateLicenseKeyValid','3FuiMlK','TemplateEditing','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.','1173970KgljYj','config','pluginName','get','6294964AYJvju','55dAZkWg','templateLicenseKeyTrialLimit:operations','_licenseKeyCheckInterval','licenseKey','template-trial-license-key-reached-limit-changes','info'];_0x2c68=function(){return _0x110ccf;};return _0x2c68();}import{CKEditorError as _0x56a5af}from'ckeditor5/src/utils.js';import _0x336dd6 from'./templatecommand.js';function _0x2ce5(_0x3eba52,_0x25a07c){const _0x2c6865=_0x2c68();return _0x2ce5=function(_0x2ce50d,_0x5c8af4){_0x2ce50d=_0x2ce50d-0x126;let _0x510540=_0x2c6865[_0x2ce50d];return _0x510540;},_0x2ce5(_0x3eba52,_0x25a07c);}export default class r extends _0x2be25f{static get[_0x22f18f(0x138)](){const _0x494734=_0x22f18f;return _0x494734(0x134);}constructor(_0x34ae00){const _0x34d9db=_0x22f18f;super(_0x34ae00),this[_0x34d9db(0x13d)]=null;}[_0x22f18f(0x143)](){const _0x12b8a6=_0x22f18f,{editor:_0x4cf103}=this;_0x4cf103[_0x12b8a6(0x12b)][_0x12b8a6(0x142)](_0x12b8a6(0x141),new _0x336dd6(_0x4cf103)),this[_0x12b8a6(0x13e)]=_0x4cf103[_0x12b8a6(0x137)][_0x12b8a6(0x139)](_0x12b8a6(0x13e));const _0xb59b48=this[_0x12b8a6(0x12c)];this[_0x12b8a6(0x13d)]=setInterval(()=>{const _0x4ab6ea=_0x12b8a6;let _0x4751c7;for(const _0x3eff7a in _0xb59b48){const _0x4b6447=_0x3eff7a,_0x19b52d=_0xb59b48[_0x4b6447];if(_0x4ab6ea(0x127)===_0x19b52d||_0x4ab6ea(0x129)===_0x19b52d||_0x4ab6ea(0x132)===_0x19b52d||_0x4ab6ea(0x13c)===_0x19b52d){delete _0xb59b48[_0x4b6447],_0x4751c7=_0x19b52d;break;}}if(_0x4ab6ea(0x129)===_0x4751c7)throw clearInterval(this[_0x4ab6ea(0x13d)]),new _0x56a5af(_0x4ab6ea(0x130),null);if(_0x4ab6ea(0x127)===_0x4751c7&&console[_0x4ab6ea(0x140)](_0x4ab6ea(0x135)),_0x4ab6ea(0x13c)===_0x4751c7)throw clearInterval(this[_0x4ab6ea(0x13d)]),new _0x56a5af(_0x4ab6ea(0x13f),null);_0x4ab6ea(0x132)===_0x4751c7&&clearInterval(this[_0x4ab6ea(0x13d)]);},0x3e8);}[_0x22f18f(0x145)](){const _0x55d69d=_0x22f18f;this[_0x55d69d(0x13d)]&&clearInterval(this[_0x55d69d(0x13d)]);}}