@ckeditor/ckeditor5-template 43.0.0-alpha.5 → 43.0.0-alpha.6

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 (99) 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 +6 -6
  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
  99. package/src/utils/common-translations.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x1c140e=>{const {'sr-latn':{dictionary:_0x179fcc,getPluralForm:_0x325809}}={'sr-latn':{'dictionary':{'Template':'','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':''},'getPluralForm':_0x21eab6=>_0x21eab6%0xa==0x1&&_0x21eab6%0x64!=0xb?0x0:_0x21eab6%0xa>=0x2&&_0x21eab6%0xa<=0x4&&(_0x21eab6%0x64<0xa||_0x21eab6%0x64>=0x14)?0x1:0x2}};_0x1c140e['sr-latn']||={'dictionary':{},'getPluralForm':null},_0x1c140e['sr-latn']['dictionary']=Object['assign'](_0x1c140e['sr-latn']['dictionary'],_0x179fcc),_0x1c140e['sr-latn']['getPluralForm']=_0x325809;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x290574=>{const {'sr-latn':{dictionary:_0x447b31,getPluralForm:_0x306cf5}}={'sr-latn':{'dictionary':{'Template':'','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':''},'getPluralForm':_0x359472=>_0x359472%0xa==0x1&&_0x359472%0x64!=0xb?0x0:_0x359472%0xa>=0x2&&_0x359472%0xa<=0x4&&(_0x359472%0x64<0xa||_0x359472%0x64>=0x14)?0x1:0x2}};_0x290574['sr-latn']||={'dictionary':{},'getPluralForm':null},_0x290574['sr-latn']['dictionary']=Object['assign'](_0x290574['sr-latn']['dictionary'],_0x447b31),_0x290574['sr-latn']['getPluralForm']=_0x306cf5;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -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':_0x29e58b=>_0x29e58b%0xa==0x1&&_0x29e58b%0x64!=0xb?0x0:_0x29e58b%0xa>=0x2&&_0x29e58b%0xa<=0x4&&(_0x29e58b%0x64<0xa||_0x29e58b%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':_0x58255d=>_0x58255d%0xa==0x1&&_0x58255d%0x64!=0xb?0x0:_0x58255d%0xa>=0x2&&_0x58255d%0xa<=0x4&&(_0x58255d%0x64<0xa||_0x58255d%0x64>=0x14)?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x29fa9b=>{const {sr:{dictionary:_0x17740c,getPluralForm:_0x58cd7d}}={'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':_0x3361e5=>_0x3361e5%0xa==0x1&&_0x3361e5%0x64!=0xb?0x0:_0x3361e5%0xa>=0x2&&_0x3361e5%0xa<=0x4&&(_0x3361e5%0x64<0xa||_0x3361e5%0x64>=0x14)?0x1:0x2}};_0x29fa9b['sr']||={'dictionary':{},'getPluralForm':null},_0x29fa9b['sr']['dictionary']=Object['assign'](_0x29fa9b['sr']['dictionary'],_0x17740c),_0x29fa9b['sr']['getPluralForm']=_0x58cd7d;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x4b40fc=>{const {sr:{dictionary:_0x576197,getPluralForm:_0x2b61c7}}={'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':_0x14ac7b=>_0x14ac7b%0xa==0x1&&_0x14ac7b%0x64!=0xb?0x0:_0x14ac7b%0xa>=0x2&&_0x14ac7b%0xa<=0x4&&(_0x14ac7b%0x64<0xa||_0x14ac7b%0x64>=0x14)?0x1:0x2}};_0x4b40fc['sr']||={'dictionary':{},'getPluralForm':null},_0x4b40fc['sr']['dictionary']=Object['assign'](_0x4b40fc['sr']['dictionary'],_0x576197),_0x4b40fc['sr']['getPluralForm']=_0x2b61c7;})(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':_0x32329f=>0x1!=_0x32329f}};
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':_0xa7b4fc=>0x1!=_0xa7b4fc}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x15c3c4=>{const {sv:{dictionary:_0x5460c3,getPluralForm:_0x16d94a}}={'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':_0x47cb71=>0x1!=_0x47cb71}};_0x15c3c4['sv']||={'dictionary':{},'getPluralForm':null},_0x15c3c4['sv']['dictionary']=Object['assign'](_0x15c3c4['sv']['dictionary'],_0x5460c3),_0x15c3c4['sv']['getPluralForm']=_0x16d94a;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x393092=>{const {sv:{dictionary:_0x14f28e,getPluralForm:_0x45bf14}}={'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':_0x587a1c=>0x1!=_0x587a1c}};_0x393092['sv']||={'dictionary':{},'getPluralForm':null},_0x393092['sv']['dictionary']=Object['assign'](_0x393092['sv']['dictionary'],_0x14f28e),_0x393092['sv']['getPluralForm']=_0x45bf14;})(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':_0x29adc3=>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':_0x458b71=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x5be314=>{const {th:{dictionary:_0x53a1b7,getPluralForm:_0x35c99f}}={'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':_0x3ff670=>0x0}};_0x5be314['th']||={'dictionary':{},'getPluralForm':null},_0x5be314['th']['dictionary']=Object['assign'](_0x5be314['th']['dictionary'],_0x53a1b7),_0x5be314['th']['getPluralForm']=_0x35c99f;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x23be2a=>{const {th:{dictionary:_0x43e2e2,getPluralForm:_0x6ce86c}}={'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':_0x43911a=>0x0}};_0x23be2a['th']||={'dictionary':{},'getPluralForm':null},_0x23be2a['th']['dictionary']=Object['assign'](_0x23be2a['th']['dictionary'],_0x43e2e2),_0x23be2a['th']['getPluralForm']=_0x6ce86c;})(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':_0x44b830=>_0x44b830>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':_0xeacd1d=>_0xeacd1d>0x1}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0xeb99c2=>{const {tr:{dictionary:_0x351dd0,getPluralForm:_0x27633d}}={'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':_0x357d3e=>_0x357d3e>0x1}};_0xeb99c2['tr']||={'dictionary':{},'getPluralForm':null},_0xeb99c2['tr']['dictionary']=Object['assign'](_0xeb99c2['tr']['dictionary'],_0x351dd0),_0xeb99c2['tr']['getPluralForm']=_0x27633d;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3eb53c=>{const {tr:{dictionary:_0xc4d710,getPluralForm:_0x5aaad6}}={'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':_0x7db436=>_0x7db436>0x1}};_0x3eb53c['tr']||={'dictionary':{},'getPluralForm':null},_0x3eb53c['tr']['dictionary']=Object['assign'](_0x3eb53c['tr']['dictionary'],_0xc4d710),_0x3eb53c['tr']['getPluralForm']=_0x5aaad6;})(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':_0x1a756d=>_0x1a756d%0x1==0x0&&_0x1a756d%0xa==0x1&&_0x1a756d%0x64!=0xb?0x0:_0x1a756d%0x1==0x0&&_0x1a756d%0xa>=0x2&&_0x1a756d%0xa<=0x4&&(_0x1a756d%0x64<0xc||_0x1a756d%0x64>0xe)?0x1:_0x1a756d%0x1==0x0&&(_0x1a756d%0xa==0x0||_0x1a756d%0xa>=0x5&&_0x1a756d%0xa<=0x9||_0x1a756d%0x64>=0xb&&_0x1a756d%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':_0x27f309=>_0x27f309%0x1==0x0&&_0x27f309%0xa==0x1&&_0x27f309%0x64!=0xb?0x0:_0x27f309%0x1==0x0&&_0x27f309%0xa>=0x2&&_0x27f309%0xa<=0x4&&(_0x27f309%0x64<0xc||_0x27f309%0x64>0xe)?0x1:_0x27f309%0x1==0x0&&(_0x27f309%0xa==0x0||_0x27f309%0xa>=0x5&&_0x27f309%0xa<=0x9||_0x27f309%0x64>=0xb&&_0x27f309%0x64<=0xe)?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x17ee9f=>{const {uk:{dictionary:_0x3f61a1,getPluralForm:_0x260731}}={'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':_0x113643=>_0x113643%0x1==0x0&&_0x113643%0xa==0x1&&_0x113643%0x64!=0xb?0x0:_0x113643%0x1==0x0&&_0x113643%0xa>=0x2&&_0x113643%0xa<=0x4&&(_0x113643%0x64<0xc||_0x113643%0x64>0xe)?0x1:_0x113643%0x1==0x0&&(_0x113643%0xa==0x0||_0x113643%0xa>=0x5&&_0x113643%0xa<=0x9||_0x113643%0x64>=0xb&&_0x113643%0x64<=0xe)?0x2:0x3}};_0x17ee9f['uk']||={'dictionary':{},'getPluralForm':null},_0x17ee9f['uk']['dictionary']=Object['assign'](_0x17ee9f['uk']['dictionary'],_0x3f61a1),_0x17ee9f['uk']['getPluralForm']=_0x260731;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3ecf8e=>{const {uk:{dictionary:_0x1812fd,getPluralForm:_0x46ac42}}={'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':_0x520a7c=>_0x520a7c%0x1==0x0&&_0x520a7c%0xa==0x1&&_0x520a7c%0x64!=0xb?0x0:_0x520a7c%0x1==0x0&&_0x520a7c%0xa>=0x2&&_0x520a7c%0xa<=0x4&&(_0x520a7c%0x64<0xc||_0x520a7c%0x64>0xe)?0x1:_0x520a7c%0x1==0x0&&(_0x520a7c%0xa==0x0||_0x520a7c%0xa>=0x5&&_0x520a7c%0xa<=0x9||_0x520a7c%0x64>=0xb&&_0x520a7c%0x64<=0xe)?0x2:0x3}};_0x3ecf8e['uk']||={'dictionary':{},'getPluralForm':null},_0x3ecf8e['uk']['dictionary']=Object['assign'](_0x3ecf8e['uk']['dictionary'],_0x1812fd),_0x3ecf8e['uk']['getPluralForm']=_0x46ac42;})(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':_0x2bdee2=>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':_0x5e8081=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2efe8e=>{const {uz:{dictionary:_0x356164,getPluralForm:_0x2a8f2e}}={'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':_0x348e47=>0x0}};_0x2efe8e['uz']||={'dictionary':{},'getPluralForm':null},_0x2efe8e['uz']['dictionary']=Object['assign'](_0x2efe8e['uz']['dictionary'],_0x356164),_0x2efe8e['uz']['getPluralForm']=_0x2a8f2e;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x405062=>{const {uz:{dictionary:_0x24a4c6,getPluralForm:_0x3501f9}}={'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':_0xb23e76=>0x0}};_0x405062['uz']||={'dictionary':{},'getPluralForm':null},_0x405062['uz']['dictionary']=Object['assign'](_0x405062['uz']['dictionary'],_0x24a4c6),_0x405062['uz']['getPluralForm']=_0x3501f9;})(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':_0x263f0f=>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':_0x304e03=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x37a5e2=>{const {vi:{dictionary:_0x1e8a2e,getPluralForm:_0x4f6aa3}}={'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':_0x3dbb3a=>0x0}};_0x37a5e2['vi']||={'dictionary':{},'getPluralForm':null},_0x37a5e2['vi']['dictionary']=Object['assign'](_0x37a5e2['vi']['dictionary'],_0x1e8a2e),_0x37a5e2['vi']['getPluralForm']=_0x4f6aa3;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x5e9859=>{const {vi:{dictionary:_0x4fa1e3,getPluralForm:_0x3977a5}}={'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':_0x965693=>0x0}};_0x5e9859['vi']||={'dictionary':{},'getPluralForm':null},_0x5e9859['vi']['dictionary']=Object['assign'](_0x5e9859['vi']['dictionary'],_0x4fa1e3),_0x5e9859['vi']['getPluralForm']=_0x3977a5;})(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':_0x36e4ec=>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':_0x5c9d52=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x356dcf=>{const {'zh-cn':{dictionary:_0x1a5af2,getPluralForm:_0x5ce543}}={'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':_0x519974=>0x0}};_0x356dcf['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x356dcf['zh-cn']['dictionary']=Object['assign'](_0x356dcf['zh-cn']['dictionary'],_0x1a5af2),_0x356dcf['zh-cn']['getPluralForm']=_0x5ce543;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x24fd68=>{const {'zh-cn':{dictionary:_0x1b30b4,getPluralForm:_0x286b57}}={'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':_0x87aded=>0x0}};_0x24fd68['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x24fd68['zh-cn']['dictionary']=Object['assign'](_0x24fd68['zh-cn']['dictionary'],_0x1b30b4),_0x24fd68['zh-cn']['getPluralForm']=_0x286b57;})(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':_0xe291c4=>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':_0x258e11=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x201cca=>{const {zh:{dictionary:_0x8c4c56,getPluralForm:_0x2a4525}}={'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':_0x35352e=>0x0}};_0x201cca['zh']||={'dictionary':{},'getPluralForm':null},_0x201cca['zh']['dictionary']=Object['assign'](_0x201cca['zh']['dictionary'],_0x8c4c56),_0x201cca['zh']['getPluralForm']=_0x2a4525;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x621f2d=>{const {zh:{dictionary:_0x323f5e,getPluralForm:_0x2a71f5}}={'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':_0x30128f=>0x0}};_0x621f2d['zh']||={'dictionary':{},'getPluralForm':null},_0x621f2d['zh']['dictionary']=Object['assign'](_0x621f2d['zh']['dictionary'],_0x323f5e),_0x621f2d['zh']['getPluralForm']=_0x2a71f5;})(window['CKEDITOR_TRANSLATIONS']||={});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-template",
3
- "version": "43.0.0-alpha.5",
3
+ "version": "43.0.0-alpha.6",
4
4
  "description": "Template feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -22,11 +22,11 @@
22
22
  "type": "module",
23
23
  "main": "src/index.js",
24
24
  "dependencies": {
25
- "@ckeditor/ckeditor5-core": "43.0.0-alpha.5",
26
- "@ckeditor/ckeditor5-ui": "43.0.0-alpha.5",
27
- "@ckeditor/ckeditor5-utils": "43.0.0-alpha.5",
28
- "ckeditor5": "43.0.0-alpha.5",
29
- "ckeditor5-collaboration": "43.0.0-alpha.5"
25
+ "@ckeditor/ckeditor5-core": "43.0.0-alpha.6",
26
+ "@ckeditor/ckeditor5-ui": "43.0.0-alpha.6",
27
+ "@ckeditor/ckeditor5-utils": "43.0.0-alpha.6",
28
+ "ckeditor5": "43.0.0-alpha.6",
29
+ "ckeditor5-collaboration": "43.0.0-alpha.6"
30
30
  },
31
31
  "license": "SEE LICENSE IN LICENSE.md",
32
32
  "author": "CKSource (http://cksource.com/)",
package/src/index.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x2fe69b,_0x2c1811){var _0x411659=_0x42d6,_0x93c58a=_0x2fe69b();while(!![]){try{var _0xd92030=parseInt(_0x411659(0x113))/0x1+-parseInt(_0x411659(0x10c))/0x2+parseInt(_0x411659(0x110))/0x3+-parseInt(_0x411659(0x10d))/0x4+parseInt(_0x411659(0x112))/0x5+-parseInt(_0x411659(0x111))/0x6*(parseInt(_0x411659(0x10e))/0x7)+parseInt(_0x411659(0x10f))/0x8;if(_0xd92030===_0x2c1811)break;else _0x93c58a['push'](_0x93c58a['shift']());}catch(_0x441b35){_0x93c58a['push'](_0x93c58a['shift']());}}}(_0x2841,0xe8986));function _0x42d6(_0x3c49c6,_0x19f8c5){var _0x28413e=_0x2841();return _0x42d6=function(_0x42d64d,_0x5679ba){_0x42d64d=_0x42d64d-0x10c;var _0x327c13=_0x28413e[_0x42d64d];return _0x327c13;},_0x42d6(_0x3c49c6,_0x19f8c5);}export{default as Template}from'./template.js';function _0x2841(){var _0x71f671=['6190212XJOZse','7iEVkHD','6099488OfTlkv','5429739oKILvi','10678854CqZHCx','2962355KiIjgX','1482960eDiDsC','735416fhqNvb'];_0x2841=function(){return _0x71f671;};return _0x2841();}export{default as TemplateCommand}from'./templatecommand.js';export{default as TemplateEditing}from'./templateediting.js';export{default as TemplateUI}from'./templateui.js';import'./augmentation.js';
23
+ (function(_0x58e26b,_0x496e62){var _0x198577=_0x3123,_0x586db8=_0x58e26b();while(!![]){try{var _0x574712=parseInt(_0x198577(0x1d1))/0x1+-parseInt(_0x198577(0x1d2))/0x2+-parseInt(_0x198577(0x1d7))/0x3+-parseInt(_0x198577(0x1d5))/0x4+-parseInt(_0x198577(0x1d4))/0x5+-parseInt(_0x198577(0x1d6))/0x6*(parseInt(_0x198577(0x1d3))/0x7)+parseInt(_0x198577(0x1d0))/0x8;if(_0x574712===_0x496e62)break;else _0x586db8['push'](_0x586db8['shift']());}catch(_0x3cd069){_0x586db8['push'](_0x586db8['shift']());}}}(_0x3623,0x6e22b));export{default as Template}from'./template.js';export{default as TemplateCommand}from'./templatecommand.js';function _0x3123(_0x5742f0,_0x2d5f0a){var _0x36235a=_0x3623();return _0x3123=function(_0x31237e,_0x1f2a21){_0x31237e=_0x31237e-0x1d0;var _0x41ef63=_0x36235a[_0x31237e];return _0x41ef63;},_0x3123(_0x5742f0,_0x2d5f0a);}export{default as TemplateEditing}from'./templateediting.js';export{default as TemplateUI}from'./templateui.js';function _0x3623(){var _0x2638cb=['4192975mprzNx','1388732auhsxT','66XslTBQ','2455236rKsXAX','21387848IojTZs','857048hicXGp','985086JLWsQi','370797OSsiMJ'];_0x3623=function(){return _0x2638cb;};return _0x3623();}import'./augmentation.js';
package/src/template.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x2b825a=_0x5426;function _0x5989(){var _0x2f8c65=['4022304mHKZyH','2791376ekDivx','requires','70506PFAnzU','Template','pluginName','30426hAEKMa','55ocSLtP','7pyFYUz','191238mkWWSV','34948WzUixt','1287333NysHiP','410DJmDbN','824ixPjON'];_0x5989=function(){return _0x2f8c65;};return _0x5989();}function _0x5426(_0xeacccb,_0x4a1797){var _0x5989f1=_0x5989();return _0x5426=function(_0x5426ad,_0x45ba7c){_0x5426ad=_0x5426ad-0x174;var _0x3dcc00=_0x5989f1[_0x5426ad];return _0x3dcc00;},_0x5426(_0xeacccb,_0x4a1797);}(function(_0x2c66f3,_0x3bb24a){var _0x4d0762=_0x5426,_0x42cf76=_0x2c66f3();while(!![]){try{var _0x9eabbe=-parseInt(_0x4d0762(0x178))/0x1*(-parseInt(_0x4d0762(0x17a))/0x2)+parseInt(_0x4d0762(0x17b))/0x3+-parseInt(_0x4d0762(0x17e))/0x4+-parseInt(_0x4d0762(0x177))/0x5*(parseInt(_0x4d0762(0x179))/0x6)+parseInt(_0x4d0762(0x17f))/0x7+parseInt(_0x4d0762(0x17d))/0x8*(parseInt(_0x4d0762(0x181))/0x9)+-parseInt(_0x4d0762(0x17c))/0xa*(-parseInt(_0x4d0762(0x176))/0xb);if(_0x9eabbe===_0x3bb24a)break;else _0x42cf76['push'](_0x42cf76['shift']());}catch(_0x5e9ef1){_0x42cf76['push'](_0x42cf76['shift']());}}}(_0x5989,0x7d916));import{Plugin as _0x414bca}from'ckeditor5/src/core.js';import _0x2bae77 from'./templateediting.js';import _0x2b3596 from'./templateui.js';export default class m extends _0x414bca{static get[_0x2b825a(0x180)](){return[_0x2bae77,_0x2b3596];}static get[_0x2b825a(0x175)](){var _0x41f6a6=_0x2b825a;return _0x41f6a6(0x174);}}
23
+ var _0x21f191=_0x3262;(function(_0x3e4bc4,_0x18b9b7){var _0x3cc5f7=_0x3262,_0xa70082=_0x3e4bc4();while(!![]){try{var _0x1093b8=parseInt(_0x3cc5f7(0x74))/0x1*(parseInt(_0x3cc5f7(0x6c))/0x2)+parseInt(_0x3cc5f7(0x6d))/0x3*(parseInt(_0x3cc5f7(0x6b))/0x4)+parseInt(_0x3cc5f7(0x69))/0x5+-parseInt(_0x3cc5f7(0x6e))/0x6*(parseInt(_0x3cc5f7(0x73))/0x7)+-parseInt(_0x3cc5f7(0x75))/0x8*(parseInt(_0x3cc5f7(0x67))/0x9)+parseInt(_0x3cc5f7(0x70))/0xa+parseInt(_0x3cc5f7(0x72))/0xb*(-parseInt(_0x3cc5f7(0x71))/0xc);if(_0x1093b8===_0x18b9b7)break;else _0xa70082['push'](_0xa70082['shift']());}catch(_0x4c538d){_0xa70082['push'](_0xa70082['shift']());}}}(_0x28cc,0x94cc0));function _0x28cc(){var _0x3b052c=['Template','1858720zDRenC','201444MnhLiG','11VoOXsL','3889781FcdTqs','17QYhoOv','808smnAoJ','63117blJxFR','pluginName','3898600zrZObO','requires','4mpdKPQ','51458brZGmV','1461810ZEpJQX','6DOrKFm'];_0x28cc=function(){return _0x3b052c;};return _0x28cc();}function _0x3262(_0x55d1fe,_0x519349){var _0x28cc13=_0x28cc();return _0x3262=function(_0x326273,_0x396cae){_0x326273=_0x326273-0x67;var _0x5e240b=_0x28cc13[_0x326273];return _0x5e240b;},_0x3262(_0x55d1fe,_0x519349);}import{Plugin as _0xee9d48}from'ckeditor5/src/core.js';import _0x3badeb from'./templateediting.js';import _0x21a924 from'./templateui.js';export default class m extends _0xee9d48{static get[_0x21f191(0x6a)](){return[_0x3badeb,_0x21a924];}static get[_0x21f191(0x68)](){var _0x1512ba=_0x21f191;return _0x1512ba(0x6f);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3db432=_0x1cd9;(function(_0x12a955,_0x1f3642){const _0x5e492a=_0x1cd9,_0x582aeb=_0x12a955();while(!![]){try{const _0x5b4857=-parseInt(_0x5e492a(0x199))/0x1*(-parseInt(_0x5e492a(0x194))/0x2)+-parseInt(_0x5e492a(0x1a3))/0x3*(-parseInt(_0x5e492a(0x190))/0x4)+parseInt(_0x5e492a(0x19b))/0x5+parseInt(_0x5e492a(0x19a))/0x6+parseInt(_0x5e492a(0x195))/0x7*(parseInt(_0x5e492a(0x1a0))/0x8)+parseInt(_0x5e492a(0x19c))/0x9*(parseInt(_0x5e492a(0x193))/0xa)+-parseInt(_0x5e492a(0x19e))/0xb*(parseInt(_0x5e492a(0x197))/0xc);if(_0x5b4857===_0x1f3642)break;else _0x582aeb['push'](_0x582aeb['shift']());}catch(_0x3c253f){_0x582aeb['push'](_0x582aeb['shift']());}}}(_0x3b10,0x20db8));import{Command as _0x33aab3}from'ckeditor5/src/core.js';function _0x3b10(){const _0xb32bae=['change','string','11094RORcuB','data','toModel','56LbLKCC','toView','insertContent','10BdZXCO','46232rSwDAa','28ZgChFJ','editor','8904372nrTfyq','htmlProcessor','9mfqPRH','674148jrdqtA','939930OlNJDG','1118727zpwumI','function','11Hhfwid','execute','384304zMaHOC'];_0x3b10=function(){return _0xb32bae;};return _0x3b10();}function _0x1cd9(_0x2b007f,_0xe49971){const _0x3b1082=_0x3b10();return _0x1cd9=function(_0x1cd992,_0x3a43e1){_0x1cd992=_0x1cd992-0x18f;let _0x407cb2=_0x3b1082[_0x1cd992];return _0x407cb2;},_0x1cd9(_0x2b007f,_0xe49971);}export default class c extends _0x33aab3{[_0x3db432(0x19f)](_0x3ec27c){const _0xc5c725=_0x3db432,{model:_0x3f9ec7}=this[_0xc5c725(0x196)];let _0x4a8ca3;switch(typeof _0x3ec27c){case _0xc5c725(0x1a2):_0x4a8ca3=_0x3ec27c;break;case _0xc5c725(0x19d):_0x4a8ca3=_0x3ec27c();}_0xc5c725(0x1a2)==typeof _0x4a8ca3&&_0x3f9ec7[_0xc5c725(0x1a1)](()=>{const _0x5437f2=_0xc5c725,_0x14254e=this[_0x5437f2(0x196)][_0x5437f2(0x1a4)][_0x5437f2(0x198)][_0x5437f2(0x191)](_0x4a8ca3),_0x1a776d=this[_0x5437f2(0x196)][_0x5437f2(0x1a4)][_0x5437f2(0x18f)](_0x14254e);_0x3f9ec7[_0x5437f2(0x192)](_0x1a776d);});}}
23
+ const _0x167a92=_0x8d4b;(function(_0x5a29ce,_0xf3dc92){const _0x3de830=_0x8d4b,_0x25f9a8=_0x5a29ce();while(!![]){try{const _0x2e2c11=parseInt(_0x3de830(0xa3))/0x1*(parseInt(_0x3de830(0xa2))/0x2)+-parseInt(_0x3de830(0x92))/0x3*(-parseInt(_0x3de830(0x9f))/0x4)+-parseInt(_0x3de830(0x99))/0x5+-parseInt(_0x3de830(0x9e))/0x6*(-parseInt(_0x3de830(0x98))/0x7)+-parseInt(_0x3de830(0x9c))/0x8+-parseInt(_0x3de830(0x97))/0x9*(parseInt(_0x3de830(0x9d))/0xa)+parseInt(_0x3de830(0x93))/0xb*(parseInt(_0x3de830(0x94))/0xc);if(_0x2e2c11===_0xf3dc92)break;else _0x25f9a8['push'](_0x25f9a8['shift']());}catch(_0x19440f){_0x25f9a8['push'](_0x25f9a8['shift']());}}}(_0x3d04,0xf4001));import{Command as _0x4a4609}from'ckeditor5/src/core.js';function _0x8d4b(_0x20d353,_0x138ba0){const _0x3d04f9=_0x3d04();return _0x8d4b=function(_0x8d4b74,_0x2e7f30){_0x8d4b74=_0x8d4b74-0x90;let _0xc13db0=_0x3d04f9[_0x8d4b74];return _0xc13db0;},_0x8d4b(_0x20d353,_0x138ba0);}function _0x3d04(){const _0x4d73c2=['156VZTbFG','743196sojwTR','string','execute','35146KcyUfe','13JXVcax','function','toModel','htmlProcessor','change','18CVSQJB','175109LDmwtk','948KEnNfs','insertContent','toView','18DMmbQH','296149tKYsqg','9111330ttkFNJ','editor','data','2413592CuSuNX','2887180ldHVHE'];_0x3d04=function(){return _0x4d73c2;};return _0x3d04();}export default class c extends _0x4a4609{[_0x167a92(0xa1)](_0x49ccc0){const _0x15058c=_0x167a92,{model:_0x38009f}=this[_0x15058c(0x9a)];let _0x339814;switch(typeof _0x49ccc0){case _0x15058c(0xa0):_0x339814=_0x49ccc0;break;case _0x15058c(0xa4):_0x339814=_0x49ccc0();}_0x15058c(0xa0)==typeof _0x339814&&_0x38009f[_0x15058c(0x91)](()=>{const _0x55c101=_0x15058c,_0x4ca028=this[_0x55c101(0x9a)][_0x55c101(0x9b)][_0x55c101(0x90)][_0x55c101(0x96)](_0x339814),_0x9c079a=this[_0x55c101(0x9a)][_0x55c101(0x9b)][_0x55c101(0xa5)](_0x4ca028);_0x38009f[_0x55c101(0x95)](_0x9c079a);});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xcaf116=_0x3d8a;(function(_0x5ade68,_0x26d75f){const _0x2a6fa4=_0x3d8a,_0x5f524d=_0x5ade68();while(!![]){try{const _0x11b442=-parseInt(_0x2a6fa4(0x1b4))/0x1+-parseInt(_0x2a6fa4(0x1ae))/0x2+-parseInt(_0x2a6fa4(0x1a9))/0x3*(-parseInt(_0x2a6fa4(0x1aa))/0x4)+parseInt(_0x2a6fa4(0x1a4))/0x5+-parseInt(_0x2a6fa4(0x1a3))/0x6+-parseInt(_0x2a6fa4(0x1b5))/0x7+parseInt(_0x2a6fa4(0x1a1))/0x8;if(_0x11b442===_0x26d75f)break;else _0x5f524d['push'](_0x5f524d['shift']());}catch(_0x6bf83){_0x5f524d['push'](_0x5f524d['shift']());}}}(_0x4166,0xdba9e));function _0x4166(){const _0x30f7da=['licenseKey','You\x20are\x20using\x20the\x20trial\x20version\x20of\x20CKEditor\x205\x20template\x20plugin\x20with\x20limited\x20usage.\x20Make\x20sure\x20you\x20will\x20not\x20use\x20it\x20in\x20the\x20production\x20environment.','templateLicenseKeyTrialLimit:operations','2131796WoaIyJ','commands','template-invalid-license-key','pluginName','add','template-trial-license-key-reached-limit-changes','162039dXWIoB','9150330iHhLrW','config','templateLicenseKeyValid','_licenseKeyCheckInterval','editor','templateLicenseKeyInvalid','TemplateEditing','init','15089464wWzHtu','destroy','824334ndmoDp','6790425bUVqUS','templateLicenseKeyTrial','insertTemplate','get','info','1305lOkgfT','3016pXjEsv'];_0x4166=function(){return _0x30f7da;};return _0x4166();}import{Plugin as _0x2c1fd8}from'ckeditor5/src/core.js';import{CKEditorError as _0x3841e1}from'ckeditor5/src/utils.js';function _0x3d8a(_0x5132e5,_0x3fcf47){const _0x4166be=_0x4166();return _0x3d8a=function(_0x3d8aff,_0x50ca74){_0x3d8aff=_0x3d8aff-0x19c;let _0x38abf2=_0x4166be[_0x3d8aff];return _0x38abf2;},_0x3d8a(_0x5132e5,_0x3fcf47);}import _0x1e5164 from'./templatecommand.js';export default class r extends _0x2c1fd8{static get[_0xcaf116(0x1b1)](){const _0x152073=_0xcaf116;return _0x152073(0x19f);}constructor(_0x550ac0){const _0x153356=_0xcaf116;super(_0x550ac0),this[_0x153356(0x19c)]=null;}[_0xcaf116(0x1a0)](){const _0x4b9c57=_0xcaf116,{editor:_0x16f7bd}=this;_0x16f7bd[_0x4b9c57(0x1af)][_0x4b9c57(0x1b2)](_0x4b9c57(0x1a6),new _0x1e5164(_0x16f7bd)),this[_0x4b9c57(0x1ab)]=_0x16f7bd[_0x4b9c57(0x1b6)][_0x4b9c57(0x1a7)](_0x4b9c57(0x1ab));const _0x269f85=this[_0x4b9c57(0x19d)];this[_0x4b9c57(0x19c)]=setInterval(()=>{const _0x15a226=_0x4b9c57;let _0x4ad4f1;for(const _0xd9750 in _0x269f85){const _0x11b8b0=_0xd9750,_0x345de7=_0x269f85[_0x11b8b0];if(_0x15a226(0x1a5)===_0x345de7||_0x15a226(0x19e)===_0x345de7||_0x15a226(0x1b7)===_0x345de7||_0x15a226(0x1ad)===_0x345de7){delete _0x269f85[_0x11b8b0],_0x4ad4f1=_0x345de7;break;}}if(_0x15a226(0x19e)===_0x4ad4f1)throw clearInterval(this[_0x15a226(0x19c)]),new _0x3841e1(_0x15a226(0x1b0),null);if(_0x15a226(0x1a5)===_0x4ad4f1&&console[_0x15a226(0x1a8)](_0x15a226(0x1ac)),_0x15a226(0x1ad)===_0x4ad4f1)throw clearInterval(this[_0x15a226(0x19c)]),new _0x3841e1(_0x15a226(0x1b3),null);_0x15a226(0x1b7)===_0x4ad4f1&&clearInterval(this[_0x15a226(0x19c)]);},0x3e8);}[_0xcaf116(0x1a2)](){const _0x19ce4d=_0xcaf116;this[_0x19ce4d(0x19c)]&&clearInterval(this[_0x19ce4d(0x19c)]);}}
23
+ function _0x54d0(_0x466f8c,_0x101139){const _0x2bb3f1=_0x2bb3();return _0x54d0=function(_0x54d0a7,_0x54592c){_0x54d0a7=_0x54d0a7-0x153;let _0x5cbe97=_0x2bb3f1[_0x54d0a7];return _0x5cbe97;},_0x54d0(_0x466f8c,_0x101139);}const _0x4a7f6f=_0x54d0;(function(_0x3a871b,_0x51d2b5){const _0x9f85b2=_0x54d0,_0x54da0d=_0x3a871b();while(!![]){try{const _0x247552=parseInt(_0x9f85b2(0x15c))/0x1+parseInt(_0x9f85b2(0x167))/0x2+parseInt(_0x9f85b2(0x153))/0x3*(-parseInt(_0x9f85b2(0x160))/0x4)+-parseInt(_0x9f85b2(0x168))/0x5*(-parseInt(_0x9f85b2(0x158))/0x6)+-parseInt(_0x9f85b2(0x16d))/0x7+parseInt(_0x9f85b2(0x161))/0x8+parseInt(_0x9f85b2(0x159))/0x9*(-parseInt(_0x9f85b2(0x15a))/0xa);if(_0x247552===_0x51d2b5)break;else _0x54da0d['push'](_0x54da0d['shift']());}catch(_0x469639){_0x54da0d['push'](_0x54da0d['shift']());}}}(_0x2bb3,0x7765c));import{Plugin as _0x57dc12}from'ckeditor5/src/core.js';import{CKEditorError as _0x3a9bad}from'ckeditor5/src/utils.js';function _0x2bb3(){const _0x4a294b=['add','5190114QQBAjN','7758IZVfPw','5630RGGjCy','get','711051GJgAnv','commands','_licenseKeyCheckInterval','templateLicenseKeyTrialLimit:operations','50644zDSvnP','6397600rANKEa','template-trial-license-key-reached-limit-changes','config','destroy','pluginName','TemplateEditing','162736sXdwhZ','5JobrAI','insertTemplate','template-invalid-license-key','templateLicenseKeyTrial','info','3909689oMKYue','templateLicenseKeyValid','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.','init','219CSJJqN','templateLicenseKeyInvalid','licenseKey','editor'];_0x2bb3=function(){return _0x4a294b;};return _0x2bb3();}import _0x4aad2d from'./templatecommand.js';export default class r extends _0x57dc12{static get[_0x4a7f6f(0x165)](){const _0x352da1=_0x4a7f6f;return _0x352da1(0x166);}constructor(_0x4aa6f9){const _0x4d5b9e=_0x4a7f6f;super(_0x4aa6f9),this[_0x4d5b9e(0x15e)]=null;}[_0x4a7f6f(0x170)](){const _0x5bc488=_0x4a7f6f,{editor:_0x10c049}=this;_0x10c049[_0x5bc488(0x15d)][_0x5bc488(0x157)](_0x5bc488(0x169),new _0x4aad2d(_0x10c049)),this[_0x5bc488(0x155)]=_0x10c049[_0x5bc488(0x163)][_0x5bc488(0x15b)](_0x5bc488(0x155));const _0x2d4c57=this[_0x5bc488(0x156)];this[_0x5bc488(0x15e)]=setInterval(()=>{const _0x466a32=_0x5bc488;let _0x1c4ac0;for(const _0x696d3b in _0x2d4c57){const _0x540cae=_0x696d3b,_0xd90b06=_0x2d4c57[_0x540cae];if(_0x466a32(0x16b)===_0xd90b06||_0x466a32(0x154)===_0xd90b06||_0x466a32(0x16e)===_0xd90b06||_0x466a32(0x15f)===_0xd90b06){delete _0x2d4c57[_0x540cae],_0x1c4ac0=_0xd90b06;break;}}if(_0x466a32(0x154)===_0x1c4ac0)throw clearInterval(this[_0x466a32(0x15e)]),new _0x3a9bad(_0x466a32(0x16a),null);if(_0x466a32(0x16b)===_0x1c4ac0&&console[_0x466a32(0x16c)](_0x466a32(0x16f)),_0x466a32(0x15f)===_0x1c4ac0)throw clearInterval(this[_0x466a32(0x15e)]),new _0x3a9bad(_0x466a32(0x162),null);_0x466a32(0x16e)===_0x1c4ac0&&clearInterval(this[_0x466a32(0x15e)]);},0x3e8);}[_0x4a7f6f(0x164)](){const _0x3afdd6=_0x4a7f6f;this[_0x3afdd6(0x15e)]&&clearInterval(this[_0x3afdd6(0x15e)]);}}