@ckeditor/ckeditor5-template 43.1.0-alpha.4 → 43.1.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
- (_0x3b2fe3=>{const {'sr-latn':{dictionary:_0x17a6db,getPluralForm:_0x3c6616}}={'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':_0x39ed6e=>_0x39ed6e%0xa==0x1&&_0x39ed6e%0x64!=0xb?0x0:_0x39ed6e%0xa>=0x2&&_0x39ed6e%0xa<=0x4&&(_0x39ed6e%0x64<0xa||_0x39ed6e%0x64>=0x14)?0x1:0x2}};_0x3b2fe3['sr-latn']||={'dictionary':{},'getPluralForm':null},_0x3b2fe3['sr-latn']['dictionary']=Object['assign'](_0x3b2fe3['sr-latn']['dictionary'],_0x17a6db),_0x3b2fe3['sr-latn']['getPluralForm']=_0x3c6616;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2cf91a=>{const {'sr-latn':{dictionary:_0x8878e1,getPluralForm:_0x2c1b68}}={'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':_0x247a67=>_0x247a67%0xa==0x1&&_0x247a67%0x64!=0xb?0x0:_0x247a67%0xa>=0x2&&_0x247a67%0xa<=0x4&&(_0x247a67%0x64<0xa||_0x247a67%0x64>=0x14)?0x1:0x2}};_0x2cf91a['sr-latn']||={'dictionary':{},'getPluralForm':null},_0x2cf91a['sr-latn']['dictionary']=Object['assign'](_0x2cf91a['sr-latn']['dictionary'],_0x8878e1),_0x2cf91a['sr-latn']['getPluralForm']=_0x2c1b68;})(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':_0x278099=>_0x278099%0xa==0x1&&_0x278099%0x64!=0xb?0x0:_0x278099%0xa>=0x2&&_0x278099%0xa<=0x4&&(_0x278099%0x64<0xa||_0x278099%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':_0x96e394=>_0x96e394%0xa==0x1&&_0x96e394%0x64!=0xb?0x0:_0x96e394%0xa>=0x2&&_0x96e394%0xa<=0x4&&(_0x96e394%0x64<0xa||_0x96e394%0x64>=0x14)?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x135c1d=>{const {sr:{dictionary:_0x43b781,getPluralForm:_0x38bead}}={'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':_0x34e5b0=>_0x34e5b0%0xa==0x1&&_0x34e5b0%0x64!=0xb?0x0:_0x34e5b0%0xa>=0x2&&_0x34e5b0%0xa<=0x4&&(_0x34e5b0%0x64<0xa||_0x34e5b0%0x64>=0x14)?0x1:0x2}};_0x135c1d['sr']||={'dictionary':{},'getPluralForm':null},_0x135c1d['sr']['dictionary']=Object['assign'](_0x135c1d['sr']['dictionary'],_0x43b781),_0x135c1d['sr']['getPluralForm']=_0x38bead;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x46c549=>{const {sr:{dictionary:_0x178dfb,getPluralForm:_0x382b57}}={'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':_0x22f027=>_0x22f027%0xa==0x1&&_0x22f027%0x64!=0xb?0x0:_0x22f027%0xa>=0x2&&_0x22f027%0xa<=0x4&&(_0x22f027%0x64<0xa||_0x22f027%0x64>=0x14)?0x1:0x2}};_0x46c549['sr']||={'dictionary':{},'getPluralForm':null},_0x46c549['sr']['dictionary']=Object['assign'](_0x46c549['sr']['dictionary'],_0x178dfb),_0x46c549['sr']['getPluralForm']=_0x382b57;})(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':_0x358217=>0x1!=_0x358217}};
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':_0x4ac85d=>0x1!=_0x4ac85d}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2cf36d=>{const {sv:{dictionary:_0x469496,getPluralForm:_0x1bc96a}}={'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':_0x2da2b9=>0x1!=_0x2da2b9}};_0x2cf36d['sv']||={'dictionary':{},'getPluralForm':null},_0x2cf36d['sv']['dictionary']=Object['assign'](_0x2cf36d['sv']['dictionary'],_0x469496),_0x2cf36d['sv']['getPluralForm']=_0x1bc96a;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x1dfbec=>{const {sv:{dictionary:_0x4c3780,getPluralForm:_0x389a33}}={'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':_0x10233c=>0x1!=_0x10233c}};_0x1dfbec['sv']||={'dictionary':{},'getPluralForm':null},_0x1dfbec['sv']['dictionary']=Object['assign'](_0x1dfbec['sv']['dictionary'],_0x4c3780),_0x1dfbec['sv']['getPluralForm']=_0x389a33;})(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':_0x434d69=>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':_0xefba7a=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2f5679=>{const {th:{dictionary:_0x9e763f,getPluralForm:_0x3179eb}}={'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':_0x4ede66=>0x0}};_0x2f5679['th']||={'dictionary':{},'getPluralForm':null},_0x2f5679['th']['dictionary']=Object['assign'](_0x2f5679['th']['dictionary'],_0x9e763f),_0x2f5679['th']['getPluralForm']=_0x3179eb;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x456909=>{const {th:{dictionary:_0x173e13,getPluralForm:_0x1a2e7a}}={'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':_0x2bcd00=>0x0}};_0x456909['th']||={'dictionary':{},'getPluralForm':null},_0x456909['th']['dictionary']=Object['assign'](_0x456909['th']['dictionary'],_0x173e13),_0x456909['th']['getPluralForm']=_0x1a2e7a;})(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':_0x5f3b70=>_0x5f3b70>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':_0x3f5e28=>_0x3f5e28>0x1}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x3f951d=>{const {tr:{dictionary:_0x44faac,getPluralForm:_0x2227f9}}={'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':_0x220760=>_0x220760>0x1}};_0x3f951d['tr']||={'dictionary':{},'getPluralForm':null},_0x3f951d['tr']['dictionary']=Object['assign'](_0x3f951d['tr']['dictionary'],_0x44faac),_0x3f951d['tr']['getPluralForm']=_0x2227f9;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x5de9e3=>{const {tr:{dictionary:_0x13585b,getPluralForm:_0x12170e}}={'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':_0x1b53c1=>_0x1b53c1>0x1}};_0x5de9e3['tr']||={'dictionary':{},'getPluralForm':null},_0x5de9e3['tr']['dictionary']=Object['assign'](_0x5de9e3['tr']['dictionary'],_0x13585b),_0x5de9e3['tr']['getPluralForm']=_0x12170e;})(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':_0x23915e=>_0x23915e%0x1==0x0&&_0x23915e%0xa==0x1&&_0x23915e%0x64!=0xb?0x0:_0x23915e%0x1==0x0&&_0x23915e%0xa>=0x2&&_0x23915e%0xa<=0x4&&(_0x23915e%0x64<0xc||_0x23915e%0x64>0xe)?0x1:_0x23915e%0x1==0x0&&(_0x23915e%0xa==0x0||_0x23915e%0xa>=0x5&&_0x23915e%0xa<=0x9||_0x23915e%0x64>=0xb&&_0x23915e%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':_0x5d7ca1=>_0x5d7ca1%0x1==0x0&&_0x5d7ca1%0xa==0x1&&_0x5d7ca1%0x64!=0xb?0x0:_0x5d7ca1%0x1==0x0&&_0x5d7ca1%0xa>=0x2&&_0x5d7ca1%0xa<=0x4&&(_0x5d7ca1%0x64<0xc||_0x5d7ca1%0x64>0xe)?0x1:_0x5d7ca1%0x1==0x0&&(_0x5d7ca1%0xa==0x0||_0x5d7ca1%0xa>=0x5&&_0x5d7ca1%0xa<=0x9||_0x5d7ca1%0x64>=0xb&&_0x5d7ca1%0x64<=0xe)?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x27f057=>{const {uk:{dictionary:_0x5d9f34,getPluralForm:_0x1c2cfb}}={'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':_0x2cb039=>_0x2cb039%0x1==0x0&&_0x2cb039%0xa==0x1&&_0x2cb039%0x64!=0xb?0x0:_0x2cb039%0x1==0x0&&_0x2cb039%0xa>=0x2&&_0x2cb039%0xa<=0x4&&(_0x2cb039%0x64<0xc||_0x2cb039%0x64>0xe)?0x1:_0x2cb039%0x1==0x0&&(_0x2cb039%0xa==0x0||_0x2cb039%0xa>=0x5&&_0x2cb039%0xa<=0x9||_0x2cb039%0x64>=0xb&&_0x2cb039%0x64<=0xe)?0x2:0x3}};_0x27f057['uk']||={'dictionary':{},'getPluralForm':null},_0x27f057['uk']['dictionary']=Object['assign'](_0x27f057['uk']['dictionary'],_0x5d9f34),_0x27f057['uk']['getPluralForm']=_0x1c2cfb;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x7ad433=>{const {uk:{dictionary:_0xd3416a,getPluralForm:_0x371641}}={'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':_0x5d0fe2=>_0x5d0fe2%0x1==0x0&&_0x5d0fe2%0xa==0x1&&_0x5d0fe2%0x64!=0xb?0x0:_0x5d0fe2%0x1==0x0&&_0x5d0fe2%0xa>=0x2&&_0x5d0fe2%0xa<=0x4&&(_0x5d0fe2%0x64<0xc||_0x5d0fe2%0x64>0xe)?0x1:_0x5d0fe2%0x1==0x0&&(_0x5d0fe2%0xa==0x0||_0x5d0fe2%0xa>=0x5&&_0x5d0fe2%0xa<=0x9||_0x5d0fe2%0x64>=0xb&&_0x5d0fe2%0x64<=0xe)?0x2:0x3}};_0x7ad433['uk']||={'dictionary':{},'getPluralForm':null},_0x7ad433['uk']['dictionary']=Object['assign'](_0x7ad433['uk']['dictionary'],_0xd3416a),_0x7ad433['uk']['getPluralForm']=_0x371641;})(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':_0x16e268=>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':_0x24b2c2=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x5d7b58=>{const {uz:{dictionary:_0x1cd7cd,getPluralForm:_0x3837c2}}={'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':_0xea89d2=>0x0}};_0x5d7b58['uz']||={'dictionary':{},'getPluralForm':null},_0x5d7b58['uz']['dictionary']=Object['assign'](_0x5d7b58['uz']['dictionary'],_0x1cd7cd),_0x5d7b58['uz']['getPluralForm']=_0x3837c2;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x216389=>{const {uz:{dictionary:_0x5c83d1,getPluralForm:_0x2a18c6}}={'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':_0xf746ff=>0x0}};_0x216389['uz']||={'dictionary':{},'getPluralForm':null},_0x216389['uz']['dictionary']=Object['assign'](_0x216389['uz']['dictionary'],_0x5c83d1),_0x216389['uz']['getPluralForm']=_0x2a18c6;})(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':_0x15b312=>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':_0x31b4f3=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x19e259=>{const {vi:{dictionary:_0x5cc52d,getPluralForm:_0x4157a9}}={'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':_0x5350d1=>0x0}};_0x19e259['vi']||={'dictionary':{},'getPluralForm':null},_0x19e259['vi']['dictionary']=Object['assign'](_0x19e259['vi']['dictionary'],_0x5cc52d),_0x19e259['vi']['getPluralForm']=_0x4157a9;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x5d3d96=>{const {vi:{dictionary:_0x55ce03,getPluralForm:_0x89c7c4}}={'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':_0x10ca2d=>0x0}};_0x5d3d96['vi']||={'dictionary':{},'getPluralForm':null},_0x5d3d96['vi']['dictionary']=Object['assign'](_0x5d3d96['vi']['dictionary'],_0x55ce03),_0x5d3d96['vi']['getPluralForm']=_0x89c7c4;})(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':_0x2c6a3e=>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':_0x131399=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x40eb7c=>{const {'zh-cn':{dictionary:_0x315b2b,getPluralForm:_0x11e0d4}}={'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':_0x3b5961=>0x0}};_0x40eb7c['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x40eb7c['zh-cn']['dictionary']=Object['assign'](_0x40eb7c['zh-cn']['dictionary'],_0x315b2b),_0x40eb7c['zh-cn']['getPluralForm']=_0x11e0d4;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x16c3b4=>{const {'zh-cn':{dictionary:_0xf4c3c8,getPluralForm:_0x12c2ed}}={'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':_0x1e7bde=>0x0}};_0x16c3b4['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x16c3b4['zh-cn']['dictionary']=Object['assign'](_0x16c3b4['zh-cn']['dictionary'],_0xf4c3c8),_0x16c3b4['zh-cn']['getPluralForm']=_0x12c2ed;})(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':_0x214058=>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':_0x55aae8=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x5bf60b=>{const {zh:{dictionary:_0x232bc4,getPluralForm:_0x291072}}={'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':_0x265423=>0x0}};_0x5bf60b['zh']||={'dictionary':{},'getPluralForm':null},_0x5bf60b['zh']['dictionary']=Object['assign'](_0x5bf60b['zh']['dictionary'],_0x232bc4),_0x5bf60b['zh']['getPluralForm']=_0x291072;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x426089=>{const {zh:{dictionary:_0x42671f,getPluralForm:_0x5d0bcb}}={'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':_0x893b50=>0x0}};_0x426089['zh']||={'dictionary':{},'getPluralForm':null},_0x426089['zh']['dictionary']=Object['assign'](_0x426089['zh']['dictionary'],_0x42671f),_0x426089['zh']['getPluralForm']=_0x5d0bcb;})(window['CKEDITOR_TRANSLATIONS']||={});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-template",
3
- "version": "43.1.0-alpha.4",
3
+ "version": "43.1.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.1.0-alpha.4",
26
- "@ckeditor/ckeditor5-ui": "43.1.0-alpha.4",
27
- "@ckeditor/ckeditor5-utils": "43.1.0-alpha.4",
28
- "ckeditor5": "43.1.0-alpha.4",
29
- "ckeditor5-collaboration": "43.1.0-alpha.4"
25
+ "@ckeditor/ckeditor5-core": "43.1.0-alpha.6",
26
+ "@ckeditor/ckeditor5-ui": "43.1.0-alpha.6",
27
+ "@ckeditor/ckeditor5-utils": "43.1.0-alpha.6",
28
+ "ckeditor5": "43.1.0-alpha.6",
29
+ "ckeditor5-collaboration": "43.1.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 _0x1a40(){var _0x488266=['36614yBTdpd','3708229RoIOfv','447944SJrtDf','1601532hEHsDC','4317894QTIkhr','5551430fcYXAq','57iqjkPT','150hWviQs','8xldvqr','25800snAIRM'];_0x1a40=function(){return _0x488266;};return _0x1a40();}(function(_0x17d8cd,_0x52253b){var _0x37c72a=_0xe102,_0x52efb3=_0x17d8cd();while(!![]){try{var _0x2c8bf6=-parseInt(_0x37c72a(0xdb))/0x1+parseInt(_0x37c72a(0xd9))/0x2*(-parseInt(_0x37c72a(0xd5))/0x3)+-parseInt(_0x37c72a(0xd8))/0x4*(-parseInt(_0x37c72a(0xd6))/0x5)+parseInt(_0x37c72a(0xdc))/0x6+-parseInt(_0x37c72a(0xda))/0x7*(-parseInt(_0x37c72a(0xd7))/0x8)+-parseInt(_0x37c72a(0xd3))/0x9+parseInt(_0x37c72a(0xd4))/0xa;if(_0x2c8bf6===_0x52253b)break;else _0x52efb3['push'](_0x52efb3['shift']());}catch(_0x4186dc){_0x52efb3['push'](_0x52efb3['shift']());}}}(_0x1a40,0x41dc9));function _0xe102(_0x1ed7f2,_0x4b4a34){var _0x1a407c=_0x1a40();return _0xe102=function(_0xe10287,_0x31c5b1){_0xe10287=_0xe10287-0xd3;var _0x2e2814=_0x1a407c[_0xe10287];return _0x2e2814;},_0xe102(_0x1ed7f2,_0x4b4a34);}export{default as Template}from'./template.js';export{default as TemplateCommand}from'./templatecommand.js';export{default as TemplateEditing}from'./templateediting.js';export{default as TemplateUI}from'./templateui.js';import'./augmentation.js';
23
+ (function(_0x51cb2e,_0x1ca4f4){var _0x4ecbf3=_0xfede,_0xd1ccea=_0x51cb2e();while(!![]){try{var _0x5c7dc4=-parseInt(_0x4ecbf3(0x126))/0x1*(-parseInt(_0x4ecbf3(0x11e))/0x2)+parseInt(_0x4ecbf3(0x125))/0x3+-parseInt(_0x4ecbf3(0x123))/0x4+-parseInt(_0x4ecbf3(0x11f))/0x5*(parseInt(_0x4ecbf3(0x120))/0x6)+-parseInt(_0x4ecbf3(0x121))/0x7+-parseInt(_0x4ecbf3(0x11d))/0x8*(parseInt(_0x4ecbf3(0x124))/0x9)+parseInt(_0x4ecbf3(0x122))/0xa;if(_0x5c7dc4===_0x1ca4f4)break;else _0xd1ccea['push'](_0xd1ccea['shift']());}catch(_0x40e9ce){_0xd1ccea['push'](_0xd1ccea['shift']());}}}(_0x2c17,0xd9d39));export{default as Template}from'./template.js';export{default as TemplateCommand}from'./templatecommand.js';function _0xfede(_0x3de0dd,_0x35cea9){var _0x2c17d4=_0x2c17();return _0xfede=function(_0xfede64,_0x3ec55c){_0xfede64=_0xfede64-0x11d;var _0x40dbab=_0x2c17d4[_0xfede64];return _0x40dbab;},_0xfede(_0x3de0dd,_0x35cea9);}export{default as TemplateEditing}from'./templateediting.js';export{default as TemplateUI}from'./templateui.js';function _0x2c17(){var _0x428491=['5bVSgFK','36018uDqjTE','1706488SqKJDR','11121980lqpUfx','4546320qaHlbZ','9yXWvaR','611337GqKyth','984026sYRPHm','171352pgNvEL','2TuNsVF'];_0x2c17=function(){return _0x428491;};return _0x2c17();}import'./augmentation.js';
package/src/template.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x275847=_0x59a5;function _0x59a5(_0x13902e,_0x8a0dae){var _0x37d608=_0x37d6();return _0x59a5=function(_0x59a518,_0x11fe00){_0x59a518=_0x59a518-0x1df;var _0xd3ecbc=_0x37d608[_0x59a518];return _0xd3ecbc;},_0x59a5(_0x13902e,_0x8a0dae);}function _0x37d6(){var _0x1e02e5=['95525gtOqLl','8oRtocJ','Template','requires','3743796wbtbcy','28YVHker','pluginName','2321751BEZcGy','2141730CyNfAG','987947IULHBH','4748208JHJMiJ','1217830wdAKAl'];_0x37d6=function(){return _0x1e02e5;};return _0x37d6();}(function(_0x153c19,_0x5b7252){var _0x83fa8=_0x59a5,_0x45df49=_0x153c19();while(!![]){try{var _0x22c463=parseInt(_0x83fa8(0x1e4))/0x1+parseInt(_0x83fa8(0x1e6))/0x2+-parseInt(_0x83fa8(0x1e2))/0x3+parseInt(_0x83fa8(0x1e0))/0x4*(parseInt(_0x83fa8(0x1e7))/0x5)+-parseInt(_0x83fa8(0x1e5))/0x6+parseInt(_0x83fa8(0x1df))/0x7*(parseInt(_0x83fa8(0x1e8))/0x8)+parseInt(_0x83fa8(0x1e3))/0x9;if(_0x22c463===_0x5b7252)break;else _0x45df49['push'](_0x45df49['shift']());}catch(_0x2f8f6e){_0x45df49['push'](_0x45df49['shift']());}}}(_0x37d6,0xe507e));import{Plugin as _0x338ca8}from'ckeditor5/src/core.js';import _0x44214a from'./templateediting.js';import _0x4195f2 from'./templateui.js';export default class m extends _0x338ca8{static get[_0x275847(0x1ea)](){return[_0x44214a,_0x4195f2];}static get[_0x275847(0x1e1)](){var _0x496700=_0x275847;return _0x496700(0x1e9);}}
23
+ var _0x18b6de=_0x3e80;function _0x37cc(){var _0x2a1dc3=['pluginName','requires','35QcKKMU','18WlfXzF','16850310GqzrOi','62632YDmtMg','2978856YzVFQY','884990tRcfhl','3AGIQOM','1458090xGEZkg','1150152PofLrK','3339865MkUfMW','Template'];_0x37cc=function(){return _0x2a1dc3;};return _0x37cc();}function _0x3e80(_0x49abb4,_0x14436c){var _0x37cc2e=_0x37cc();return _0x3e80=function(_0x3e8028,_0x1d56d8){_0x3e8028=_0x3e8028-0x1e7;var _0x55a1ec=_0x37cc2e[_0x3e8028];return _0x55a1ec;},_0x3e80(_0x49abb4,_0x14436c);}(function(_0x1ac8fe,_0x4ffbd8){var _0x426321=_0x3e80,_0x306246=_0x1ac8fe();while(!![]){try{var _0x435214=-parseInt(_0x426321(0x1eb))/0x1+parseInt(_0x426321(0x1ed))/0x2*(parseInt(_0x426321(0x1ec))/0x3)+parseInt(_0x426321(0x1ea))/0x4+parseInt(_0x426321(0x1ef))/0x5+-parseInt(_0x426321(0x1ee))/0x6*(-parseInt(_0x426321(0x1f3))/0x7)+-parseInt(_0x426321(0x1e9))/0x8*(-parseInt(_0x426321(0x1e7))/0x9)+-parseInt(_0x426321(0x1e8))/0xa;if(_0x435214===_0x4ffbd8)break;else _0x306246['push'](_0x306246['shift']());}catch(_0x42423a){_0x306246['push'](_0x306246['shift']());}}}(_0x37cc,0x85425));import{Plugin as _0x38807c}from'ckeditor5/src/core.js';import _0x110358 from'./templateediting.js';import _0x1dcf1e from'./templateui.js';export default class m extends _0x38807c{static get[_0x18b6de(0x1f2)](){return[_0x110358,_0x1dcf1e];}static get[_0x18b6de(0x1f1)](){var _0x44d062=_0x18b6de;return _0x44d062(0x1f0);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x47c6(_0x23890a,_0x21b4de){const _0x5d955b=_0x5d95();return _0x47c6=function(_0x47c683,_0x1e7089){_0x47c683=_0x47c683-0x1c8;let _0x4356fd=_0x5d955b[_0x47c683];return _0x4356fd;},_0x47c6(_0x23890a,_0x21b4de);}const _0x32809e=_0x47c6;function _0x5d95(){const _0xd8c519=['toModel','data','703080nYzeZr','insertContent','change','928034spSqQE','13399208cPSuWV','editor','340572HSjASb','25656BmrNBL','1035oNelvC','toView','string','3315628YTNOwm','htmlProcessor','798654dQdIJY','execute','function'];_0x5d95=function(){return _0xd8c519;};return _0x5d95();}(function(_0x2586d9,_0x5b85a2){const _0x45af1b=_0x47c6,_0x21a58e=_0x2586d9();while(!![]){try{const _0x33c372=parseInt(_0x45af1b(0x1cd))/0x1+parseInt(_0x45af1b(0x1ca))/0x2+-parseInt(_0x45af1b(0x1d4))/0x3+parseInt(_0x45af1b(0x1d2))/0x4+-parseInt(_0x45af1b(0x1cf))/0x5*(-parseInt(_0x45af1b(0x1ce))/0x6)+-parseInt(_0x45af1b(0x1d9))/0x7+-parseInt(_0x45af1b(0x1cb))/0x8;if(_0x33c372===_0x5b85a2)break;else _0x21a58e['push'](_0x21a58e['shift']());}catch(_0x15a283){_0x21a58e['push'](_0x21a58e['shift']());}}}(_0x5d95,0x7478d));import{Command as _0x3edf7f}from'ckeditor5/src/core.js';export default class c extends _0x3edf7f{[_0x32809e(0x1d5)](_0x19283b){const _0x49febf=_0x32809e,{model:_0x165525}=this[_0x49febf(0x1cc)];let _0x51bc20;switch(typeof _0x19283b){case _0x49febf(0x1d1):_0x51bc20=_0x19283b;break;case _0x49febf(0x1d6):_0x51bc20=_0x19283b();}_0x49febf(0x1d1)==typeof _0x51bc20&&_0x165525[_0x49febf(0x1c9)](()=>{const _0x41410e=_0x49febf,_0x2cc3f3=this[_0x41410e(0x1cc)][_0x41410e(0x1d8)][_0x41410e(0x1d3)][_0x41410e(0x1d0)](_0x51bc20),_0x194eac=this[_0x41410e(0x1cc)][_0x41410e(0x1d8)][_0x41410e(0x1d7)](_0x2cc3f3);_0x165525[_0x41410e(0x1c8)](_0x194eac);});}}
23
+ function _0x4d56(_0x514078,_0x1adfea){const _0x56c34a=_0x56c3();return _0x4d56=function(_0x4d56ad,_0x43f8ba){_0x4d56ad=_0x4d56ad-0x179;let _0x11072d=_0x56c34a[_0x4d56ad];return _0x11072d;},_0x4d56(_0x514078,_0x1adfea);}const _0x4b60e5=_0x4d56;function _0x56c3(){const _0x56666f=['toModel','170722ErAUbB','10bGQqSW','insertContent','66296OGyWDJ','htmlProcessor','function','execute','256840uwiDGE','1211UEHjKY','toView','editor','68646lcKlFs','string','1309520Joldas','data','2yqCmUb','1463rFoxOh','change','13361112LvftVr','5738352lnTjfE'];_0x56c3=function(){return _0x56666f;};return _0x56c3();}(function(_0x58c513,_0x19b37a){const _0x4ac7b8=_0x4d56,_0x4956d7=_0x58c513();while(!![]){try{const _0x2fd206=parseInt(_0x4ac7b8(0x18d))/0x1*(-parseInt(_0x4ac7b8(0x17e))/0x2)+parseInt(_0x4ac7b8(0x189))/0x3+-parseInt(_0x4ac7b8(0x18b))/0x4+-parseInt(_0x4ac7b8(0x17f))/0x5*(parseInt(_0x4ac7b8(0x17c))/0x6)+-parseInt(_0x4ac7b8(0x186))/0x7*(-parseInt(_0x4ac7b8(0x181))/0x8)+-parseInt(_0x4ac7b8(0x17b))/0x9+parseInt(_0x4ac7b8(0x185))/0xa*(parseInt(_0x4ac7b8(0x179))/0xb);if(_0x2fd206===_0x19b37a)break;else _0x4956d7['push'](_0x4956d7['shift']());}catch(_0x4743df){_0x4956d7['push'](_0x4956d7['shift']());}}}(_0x56c3,0xee89b));import{Command as _0x4b237a}from'ckeditor5/src/core.js';export default class c extends _0x4b237a{[_0x4b60e5(0x184)](_0x5e422c){const _0xd63df2=_0x4b60e5,{model:_0x5af88e}=this[_0xd63df2(0x188)];let _0x1cbbe0;switch(typeof _0x5e422c){case _0xd63df2(0x18a):_0x1cbbe0=_0x5e422c;break;case _0xd63df2(0x183):_0x1cbbe0=_0x5e422c();}_0xd63df2(0x18a)==typeof _0x1cbbe0&&_0x5af88e[_0xd63df2(0x17a)](()=>{const _0x1b5b82=_0xd63df2,_0x485e7d=this[_0x1b5b82(0x188)][_0x1b5b82(0x18c)][_0x1b5b82(0x182)][_0x1b5b82(0x187)](_0x1cbbe0),_0x26200a=this[_0x1b5b82(0x188)][_0x1b5b82(0x18c)][_0x1b5b82(0x17d)](_0x485e7d);_0x5af88e[_0x1b5b82(0x180)](_0x26200a);});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3501da=_0x2186;(function(_0x3c863c,_0x496751){const _0x245cea=_0x2186,_0x5bbbe1=_0x3c863c();while(!![]){try{const _0x4ba184=parseInt(_0x245cea(0x97))/0x1*(-parseInt(_0x245cea(0x93))/0x2)+-parseInt(_0x245cea(0xa8))/0x3*(parseInt(_0x245cea(0x92))/0x4)+-parseInt(_0x245cea(0xa6))/0x5+parseInt(_0x245cea(0xaa))/0x6*(parseInt(_0x245cea(0x9a))/0x7)+parseInt(_0x245cea(0xa3))/0x8+parseInt(_0x245cea(0x9e))/0x9+-parseInt(_0x245cea(0xab))/0xa;if(_0x4ba184===_0x496751)break;else _0x5bbbe1['push'](_0x5bbbe1['shift']());}catch(_0x3c29b1){_0x5bbbe1['push'](_0x5bbbe1['shift']());}}}(_0x1cba,0xe6d88));import{Plugin as _0xf67710}from'ckeditor5/src/core.js';import{CKEditorError as _0x284f7c}from'ckeditor5/src/utils.js';function _0x2186(_0xef7391,_0x4758b7){const _0x1cba75=_0x1cba();return _0x2186=function(_0x2186af,_0x2aaa78){_0x2186af=_0x2186af-0x8f;let _0x59672a=_0x1cba75[_0x2186af];return _0x59672a;},_0x2186(_0xef7391,_0x4758b7);}function _0x1cba(){const _0x5545ad=['778lbsVyc','config','TemplateEditing','templateLicenseKeyValid','2015NHzvCs','get','templateLicenseKeyTrialLimit:operations','7MCBqjZ','commands','template-invalid-license-key','templateLicenseKeyInvalid','11666115QgMhaT','editor','info','add','templateLicenseKeyTrial','11842168hoPKRK','licenseKey','init','3328580ORVXrN','template-trial-license-key-reached-limit-changes','33171GTkErQ','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.','7057488OInuvH','3745600uFtKTP','_licenseKeyCheckInterval','pluginName','insertTemplate','destroy','428oydDUN'];_0x1cba=function(){return _0x5545ad;};return _0x1cba();}import _0x4f7c97 from'./templatecommand.js';export default class r extends _0xf67710{static get[_0x3501da(0x8f)](){const _0x1ee7f4=_0x3501da;return _0x1ee7f4(0x95);}constructor(_0x1b3b27){const _0x51eb05=_0x3501da;super(_0x1b3b27),this[_0x51eb05(0xac)]=null;}[_0x3501da(0xa5)](){const _0x2aae3=_0x3501da,{editor:_0x44b13f}=this;_0x44b13f[_0x2aae3(0x9b)][_0x2aae3(0xa1)](_0x2aae3(0x90),new _0x4f7c97(_0x44b13f)),this[_0x2aae3(0xa4)]=_0x44b13f[_0x2aae3(0x94)][_0x2aae3(0x98)](_0x2aae3(0xa4));const _0x3562da=this[_0x2aae3(0x9f)];this[_0x2aae3(0xac)]=setInterval(()=>{const _0x461d0d=_0x2aae3;let _0x2f0c99;for(const _0xa027fa in _0x3562da){const _0x4c0a87=_0xa027fa,_0x35b891=_0x3562da[_0x4c0a87];if(_0x461d0d(0xa2)===_0x35b891||_0x461d0d(0x9d)===_0x35b891||_0x461d0d(0x96)===_0x35b891||_0x461d0d(0x99)===_0x35b891){delete _0x3562da[_0x4c0a87],_0x2f0c99=_0x35b891;break;}}if(_0x461d0d(0x9d)===_0x2f0c99)throw clearInterval(this[_0x461d0d(0xac)]),new _0x284f7c(_0x461d0d(0x9c),null);if(_0x461d0d(0xa2)===_0x2f0c99&&console[_0x461d0d(0xa0)](_0x461d0d(0xa9)),_0x461d0d(0x99)===_0x2f0c99)throw clearInterval(this[_0x461d0d(0xac)]),new _0x284f7c(_0x461d0d(0xa7),null);_0x461d0d(0x96)===_0x2f0c99&&clearInterval(this[_0x461d0d(0xac)]);},0x3e8);}[_0x3501da(0x91)](){const _0x49fecf=_0x3501da;this[_0x49fecf(0xac)]&&clearInterval(this[_0x49fecf(0xac)]);}}
23
+ const _0xf929e=_0x1b59;(function(_0x3cbcc7,_0x20dfc5){const _0x5c11b7=_0x1b59,_0x50fc9f=_0x3cbcc7();while(!![]){try{const _0x34e9c4=parseInt(_0x5c11b7(0xa7))/0x1+parseInt(_0x5c11b7(0xa4))/0x2*(-parseInt(_0x5c11b7(0xa8))/0x3)+parseInt(_0x5c11b7(0xaa))/0x4*(parseInt(_0x5c11b7(0xb3))/0x5)+-parseInt(_0x5c11b7(0xbd))/0x6*(parseInt(_0x5c11b7(0xae))/0x7)+parseInt(_0x5c11b7(0xaf))/0x8*(-parseInt(_0x5c11b7(0xb6))/0x9)+parseInt(_0x5c11b7(0xa6))/0xa+parseInt(_0x5c11b7(0xb8))/0xb;if(_0x34e9c4===_0x20dfc5)break;else _0x50fc9f['push'](_0x50fc9f['shift']());}catch(_0x50266f){_0x50fc9f['push'](_0x50fc9f['shift']());}}}(_0xb987,0xc30c7));function _0x1b59(_0xcbaa62,_0x4b665e){const _0xb987fe=_0xb987();return _0x1b59=function(_0x1b5978,_0x4dd787){_0x1b5978=_0x1b5978-0xa3;let _0x2d2e60=_0xb987fe[_0x1b5978];return _0x2d2e60;},_0x1b59(_0xcbaa62,_0x4b665e);}function _0xb987(){const _0x3220d5=['pluginName','28031476Oofetw','templateLicenseKeyValid','init','TemplateEditing','destroy','2039682BIpAHg','add','insertTemplate','templateLicenseKeyTrialLimit:operations','templateLicenseKeyTrial','_licenseKeyCheckInterval','771256rFtpuN','config','4729350eLuJii','134278VikhiR','6IXbSOH','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.','28CaRFQo','template-invalid-license-key','info','get','14livTti','8188568oboUag','editor','licenseKey','commands','84365ThkQpU','templateLicenseKeyInvalid','template-trial-license-key-reached-limit-changes','9atcskc'];_0xb987=function(){return _0x3220d5;};return _0xb987();}import{Plugin as _0x4a2786}from'ckeditor5/src/core.js';import{CKEditorError as _0x33c07b}from'ckeditor5/src/utils.js';import _0xba9c95 from'./templatecommand.js';export default class r extends _0x4a2786{static get[_0xf929e(0xb7)](){const _0x4a5aea=_0xf929e;return _0x4a5aea(0xbb);}constructor(_0x1557e8){const _0x2019fd=_0xf929e;super(_0x1557e8),this[_0x2019fd(0xa3)]=null;}[_0xf929e(0xba)](){const _0x3fa62b=_0xf929e,{editor:_0x3b036a}=this;_0x3b036a[_0x3fa62b(0xb2)][_0x3fa62b(0xbe)](_0x3fa62b(0xbf),new _0xba9c95(_0x3b036a)),this[_0x3fa62b(0xb1)]=_0x3b036a[_0x3fa62b(0xa5)][_0x3fa62b(0xad)](_0x3fa62b(0xb1));const _0x42d1b1=this[_0x3fa62b(0xb0)];this[_0x3fa62b(0xa3)]=setInterval(()=>{const _0x5577a8=_0x3fa62b;let _0x1959c7;for(const _0x22092b in _0x42d1b1){const _0x5ee33d=_0x22092b,_0x3aa4f9=_0x42d1b1[_0x5ee33d];if(_0x5577a8(0xc1)===_0x3aa4f9||_0x5577a8(0xb4)===_0x3aa4f9||_0x5577a8(0xb9)===_0x3aa4f9||_0x5577a8(0xc0)===_0x3aa4f9){delete _0x42d1b1[_0x5ee33d],_0x1959c7=_0x3aa4f9;break;}}if(_0x5577a8(0xb4)===_0x1959c7)throw clearInterval(this[_0x5577a8(0xa3)]),new _0x33c07b(_0x5577a8(0xab),null);if(_0x5577a8(0xc1)===_0x1959c7&&console[_0x5577a8(0xac)](_0x5577a8(0xa9)),_0x5577a8(0xc0)===_0x1959c7)throw clearInterval(this[_0x5577a8(0xa3)]),new _0x33c07b(_0x5577a8(0xb5),null);_0x5577a8(0xb9)===_0x1959c7&&clearInterval(this[_0x5577a8(0xa3)]);},0x3e8);}[_0xf929e(0xbc)](){const _0x52e4c9=_0xf929e;this[_0x52e4c9(0xa3)]&&clearInterval(this[_0x52e4c9(0xa3)]);}}