@ckeditor/ckeditor5-format-painter 0.0.0-nightly-20240624.0 → 0.0.0-nightly-20240626.1

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 (100) hide show
  1. package/build/format-painter.js +1 -1
  2. package/dist/index.js +2 -2
  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/ug.js +1 -1
  81. package/dist/translations/ug.umd.js +1 -1
  82. package/dist/translations/uk.js +1 -1
  83. package/dist/translations/uk.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/dist/types/utils/common-translations.d.ts +13 -0
  91. package/package.json +3 -3
  92. package/src/copyformatcommand.js +1 -1
  93. package/src/formatpainter.js +1 -1
  94. package/src/formatpainterediting.js +1 -1
  95. package/src/formatpainterui.js +2 -2
  96. package/src/index.js +1 -1
  97. package/src/pasteformatcommand.js +1 -1
  98. package/src/utils/common-translations.d.ts +9 -0
  99. package/src/utils/common-translations.js +23 -0
  100. package/src/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x24e603=>{const {sr:{dictionary:_0x5182f4,getPluralForm:_0xdb77cc}}={'sr':{'dictionary':{'Paint\x20formatting':'Formatiranje\x20boje','Copy\x20text\x20formatting':'Kopirajte\x20oblikovanje\x20teksta','Paste\x20text\x20formatting':'Nalepite\x20oblikovanje\x20teksta','Continuous\x20painting':'Kontinuirano\x20slikanje','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Ostavlja\x20četkicu\x20uključenom\x20nakon\x20podešavanja\x20formatiranja.','Formatting\x20copied.':'Formatiranje\x20je\x20kopirano.','Pasted\x20formatting.':'Formatiranje\x20je\x20nalepljeno.'},'getPluralForm':_0x4506b5=>_0x4506b5%0xa==0x1&&_0x4506b5%0x64!=0xb?0x0:_0x4506b5%0xa>=0x2&&_0x4506b5%0xa<=0x4&&(_0x4506b5%0x64<0xa||_0x4506b5%0x64>=0x14)?0x1:0x2}};_0x24e603['sr']||={'dictionary':{},'getPluralForm':null},_0x24e603['sr']['dictionary']=Object['assign'](_0x24e603['sr']['dictionary'],_0x5182f4),_0x24e603['sr']['getPluralForm']=_0xdb77cc;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x32faec=>{const {sr:{dictionary:_0x204491,getPluralForm:_0x4a7b62}}={'sr':{'dictionary':{'Paint\x20formatting':'Formatiranje\x20boje','Copy\x20text\x20formatting':'Kopirajte\x20oblikovanje\x20teksta','Paste\x20text\x20formatting':'Nalepite\x20oblikovanje\x20teksta','Continuous\x20painting':'Kontinuirano\x20slikanje','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Ostavlja\x20četkicu\x20uključenom\x20nakon\x20podešavanja\x20formatiranja.','Formatting\x20copied.':'Formatiranje\x20je\x20kopirano.','Pasted\x20formatting.':'Formatiranje\x20je\x20nalepljeno.'},'getPluralForm':_0x284c1f=>_0x284c1f%0xa==0x1&&_0x284c1f%0x64!=0xb?0x0:_0x284c1f%0xa>=0x2&&_0x284c1f%0xa<=0x4&&(_0x284c1f%0x64<0xa||_0x284c1f%0x64>=0x14)?0x1:0x2}};_0x32faec['sr']||={'dictionary':{},'getPluralForm':null},_0x32faec['sr']['dictionary']=Object['assign'](_0x32faec['sr']['dictionary'],_0x204491),_0x32faec['sr']['getPluralForm']=_0x4a7b62;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'sv':{'dictionary':{'Paint\x20formatting':'Formatering\x20av\x20färgläggning','Copy\x20text\x20formatting':'Kopiera\x20textformatering','Paste\x20text\x20formatting':'Klistra\x20in\x20textformatering','Continuous\x20painting':'Fortlöpande\x20målning','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Behåller\x20målaren\x20på\x20efter\x20att\x20formateringen\x20har\x20satts.','Formatting\x20copied.':'Formateringen\x20har\x20kopierats.','Pasted\x20formatting.':'Inklistrad\x20formatering.'},'getPluralForm':_0x217b7b=>0x1!=_0x217b7b}};
23
+ export default{'sv':{'dictionary':{'Paint\x20formatting':'Formatering\x20av\x20färgläggning','Copy\x20text\x20formatting':'Kopiera\x20textformatering','Paste\x20text\x20formatting':'Klistra\x20in\x20textformatering','Continuous\x20painting':'Fortlöpande\x20målning','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Behåller\x20målaren\x20på\x20efter\x20att\x20formateringen\x20har\x20satts.','Formatting\x20copied.':'Formateringen\x20har\x20kopierats.','Pasted\x20formatting.':'Inklistrad\x20formatering.'},'getPluralForm':_0x229af7=>0x1!=_0x229af7}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x11046d=>{const {sv:{dictionary:_0x18e758,getPluralForm:_0x4b3130}}={'sv':{'dictionary':{'Paint\x20formatting':'Formatering\x20av\x20färgläggning','Copy\x20text\x20formatting':'Kopiera\x20textformatering','Paste\x20text\x20formatting':'Klistra\x20in\x20textformatering','Continuous\x20painting':'Fortlöpande\x20målning','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Behåller\x20målaren\x20på\x20efter\x20att\x20formateringen\x20har\x20satts.','Formatting\x20copied.':'Formateringen\x20har\x20kopierats.','Pasted\x20formatting.':'Inklistrad\x20formatering.'},'getPluralForm':_0x27a705=>0x1!=_0x27a705}};_0x11046d['sv']||={'dictionary':{},'getPluralForm':null},_0x11046d['sv']['dictionary']=Object['assign'](_0x11046d['sv']['dictionary'],_0x18e758),_0x11046d['sv']['getPluralForm']=_0x4b3130;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3e7b10=>{const {sv:{dictionary:_0x318274,getPluralForm:_0x16891e}}={'sv':{'dictionary':{'Paint\x20formatting':'Formatering\x20av\x20färgläggning','Copy\x20text\x20formatting':'Kopiera\x20textformatering','Paste\x20text\x20formatting':'Klistra\x20in\x20textformatering','Continuous\x20painting':'Fortlöpande\x20målning','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Behåller\x20målaren\x20på\x20efter\x20att\x20formateringen\x20har\x20satts.','Formatting\x20copied.':'Formateringen\x20har\x20kopierats.','Pasted\x20formatting.':'Inklistrad\x20formatering.'},'getPluralForm':_0x308d28=>0x1!=_0x308d28}};_0x3e7b10['sv']||={'dictionary':{},'getPluralForm':null},_0x3e7b10['sv']['dictionary']=Object['assign'](_0x3e7b10['sv']['dictionary'],_0x318274),_0x3e7b10['sv']['getPluralForm']=_0x16891e;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'th':{'dictionary':{'Paint\x20formatting':'ระบายการจัดรูป','Copy\x20text\x20formatting':'คัดลอกการจัดรูปแบบข้อความ','Paste\x20text\x20formatting':'วางการจัดรูปแบบข้อความ','Continuous\x20painting':'การระบายอย่างต่อเนื่อง','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'เก็บเครื่องมือระบายไว้หลังจากตั้งค่าการจัดรูปแบบแล้ว','Formatting\x20copied.':'คัดลอกการจัดรูปแบบแล้ว','Pasted\x20formatting.':'วางการจัดรูปแบบแล้ว'},'getPluralForm':_0x54afac=>0x0}};
23
+ export default{'th':{'dictionary':{'Paint\x20formatting':'ระบายการจัดรูป','Copy\x20text\x20formatting':'คัดลอกการจัดรูปแบบข้อความ','Paste\x20text\x20formatting':'วางการจัดรูปแบบข้อความ','Continuous\x20painting':'การระบายอย่างต่อเนื่อง','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'เก็บเครื่องมือระบายไว้หลังจากตั้งค่าการจัดรูปแบบแล้ว','Formatting\x20copied.':'คัดลอกการจัดรูปแบบแล้ว','Pasted\x20formatting.':'วางการจัดรูปแบบแล้ว'},'getPluralForm':_0x56e16a=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2dfd37=>{const {th:{dictionary:_0x3a037a,getPluralForm:_0x20495f}}={'th':{'dictionary':{'Paint\x20formatting':'ระบายการจัดรูป','Copy\x20text\x20formatting':'คัดลอกการจัดรูปแบบข้อความ','Paste\x20text\x20formatting':'วางการจัดรูปแบบข้อความ','Continuous\x20painting':'การระบายอย่างต่อเนื่อง','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'เก็บเครื่องมือระบายไว้หลังจากตั้งค่าการจัดรูปแบบแล้ว','Formatting\x20copied.':'คัดลอกการจัดรูปแบบแล้ว','Pasted\x20formatting.':'วางการจัดรูปแบบแล้ว'},'getPluralForm':_0x4e8be2=>0x0}};_0x2dfd37['th']||={'dictionary':{},'getPluralForm':null},_0x2dfd37['th']['dictionary']=Object['assign'](_0x2dfd37['th']['dictionary'],_0x3a037a),_0x2dfd37['th']['getPluralForm']=_0x20495f;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2ca19a=>{const {th:{dictionary:_0x310350,getPluralForm:_0x5c08a1}}={'th':{'dictionary':{'Paint\x20formatting':'ระบายการจัดรูป','Copy\x20text\x20formatting':'คัดลอกการจัดรูปแบบข้อความ','Paste\x20text\x20formatting':'วางการจัดรูปแบบข้อความ','Continuous\x20painting':'การระบายอย่างต่อเนื่อง','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'เก็บเครื่องมือระบายไว้หลังจากตั้งค่าการจัดรูปแบบแล้ว','Formatting\x20copied.':'คัดลอกการจัดรูปแบบแล้ว','Pasted\x20formatting.':'วางการจัดรูปแบบแล้ว'},'getPluralForm':_0x81a7f1=>0x0}};_0x2ca19a['th']||={'dictionary':{},'getPluralForm':null},_0x2ca19a['th']['dictionary']=Object['assign'](_0x2ca19a['th']['dictionary'],_0x310350),_0x2ca19a['th']['getPluralForm']=_0x5c08a1;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'tr':{'dictionary':{'Paint\x20formatting':'Boya\x20biçimlendirme','Copy\x20text\x20formatting':'Metin\x20biçimlendirmesini\x20kopyala','Paste\x20text\x20formatting':'Metin\x20biçimlendirmesini\x20yapıştır','Continuous\x20painting':'Sürekli\x20boyama','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Biçimlendirmeyi\x20ayarladıktan\x20sonra\x20boyacıyı\x20açık\x20tutar.','Formatting\x20copied.':'Biçimlendirme\x20kopyalandı.','Pasted\x20formatting.':'Biçimlendirme\x20yapıştırıldı.'},'getPluralForm':_0x2cfd27=>_0x2cfd27>0x1}};
23
+ export default{'tr':{'dictionary':{'Paint\x20formatting':'Boya\x20biçimlendirme','Copy\x20text\x20formatting':'Metin\x20biçimlendirmesini\x20kopyala','Paste\x20text\x20formatting':'Metin\x20biçimlendirmesini\x20yapıştır','Continuous\x20painting':'Sürekli\x20boyama','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Biçimlendirmeyi\x20ayarladıktan\x20sonra\x20boyacıyı\x20açık\x20tutar.','Formatting\x20copied.':'Biçimlendirme\x20kopyalandı.','Pasted\x20formatting.':'Biçimlendirme\x20yapıştırıldı.'},'getPluralForm':_0x3cfef6=>_0x3cfef6>0x1}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x4f8917=>{const {tr:{dictionary:_0x247938,getPluralForm:_0x546133}}={'tr':{'dictionary':{'Paint\x20formatting':'Boya\x20biçimlendirme','Copy\x20text\x20formatting':'Metin\x20biçimlendirmesini\x20kopyala','Paste\x20text\x20formatting':'Metin\x20biçimlendirmesini\x20yapıştır','Continuous\x20painting':'Sürekli\x20boyama','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Biçimlendirmeyi\x20ayarladıktan\x20sonra\x20boyacıyı\x20açık\x20tutar.','Formatting\x20copied.':'Biçimlendirme\x20kopyalandı.','Pasted\x20formatting.':'Biçimlendirme\x20yapıştırıldı.'},'getPluralForm':_0x15f400=>_0x15f400>0x1}};_0x4f8917['tr']||={'dictionary':{},'getPluralForm':null},_0x4f8917['tr']['dictionary']=Object['assign'](_0x4f8917['tr']['dictionary'],_0x247938),_0x4f8917['tr']['getPluralForm']=_0x546133;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3d8ecb=>{const {tr:{dictionary:_0x5096cd,getPluralForm:_0x3ef32b}}={'tr':{'dictionary':{'Paint\x20formatting':'Boya\x20biçimlendirme','Copy\x20text\x20formatting':'Metin\x20biçimlendirmesini\x20kopyala','Paste\x20text\x20formatting':'Metin\x20biçimlendirmesini\x20yapıştır','Continuous\x20painting':'Sürekli\x20boyama','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Biçimlendirmeyi\x20ayarladıktan\x20sonra\x20boyacıyı\x20açık\x20tutar.','Formatting\x20copied.':'Biçimlendirme\x20kopyalandı.','Pasted\x20formatting.':'Biçimlendirme\x20yapıştırıldı.'},'getPluralForm':_0x196788=>_0x196788>0x1}};_0x3d8ecb['tr']||={'dictionary':{},'getPluralForm':null},_0x3d8ecb['tr']['dictionary']=Object['assign'](_0x3d8ecb['tr']['dictionary'],_0x5096cd),_0x3d8ecb['tr']['getPluralForm']=_0x3ef32b;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'ug':{'dictionary':{'Paint\x20formatting':'سىزما\x20پىچىمى','Copy\x20text\x20formatting':'','Paste\x20text\x20formatting':'','Continuous\x20painting':'سىزما\x20داۋاملاشتۇرۇش','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'پىچىم\x20تەڭشەلگەندىن\x20كېيىن\x20رەسسامنىڭ\x20ھالىتىنى\x20ساقلاپ\x20قالىدۇ.','Formatting\x20copied.':'','Pasted\x20formatting.':''},'getPluralForm':_0x597c9e=>0x1!=_0x597c9e}};
23
+ export default{'ug':{'dictionary':{'Paint\x20formatting':'سىزما\x20پىچىمى','Copy\x20text\x20formatting':'','Paste\x20text\x20formatting':'','Continuous\x20painting':'سىزما\x20داۋاملاشتۇرۇش','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'پىچىم\x20تەڭشەلگەندىن\x20كېيىن\x20رەسسامنىڭ\x20ھالىتىنى\x20ساقلاپ\x20قالىدۇ.','Formatting\x20copied.':'','Pasted\x20formatting.':''},'getPluralForm':_0x232b5e=>0x1!=_0x232b5e}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x17c327=>{const {ug:{dictionary:_0x2404e4,getPluralForm:_0x56e442}}={'ug':{'dictionary':{'Paint\x20formatting':'سىزما\x20پىچىمى','Copy\x20text\x20formatting':'','Paste\x20text\x20formatting':'','Continuous\x20painting':'سىزما\x20داۋاملاشتۇرۇش','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'پىچىم\x20تەڭشەلگەندىن\x20كېيىن\x20رەسسامنىڭ\x20ھالىتىنى\x20ساقلاپ\x20قالىدۇ.','Formatting\x20copied.':'','Pasted\x20formatting.':''},'getPluralForm':_0x6e1b0d=>0x1!=_0x6e1b0d}};_0x17c327['ug']||={'dictionary':{},'getPluralForm':null},_0x17c327['ug']['dictionary']=Object['assign'](_0x17c327['ug']['dictionary'],_0x2404e4),_0x17c327['ug']['getPluralForm']=_0x56e442;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x18bf48=>{const {ug:{dictionary:_0x284833,getPluralForm:_0xf95fe5}}={'ug':{'dictionary':{'Paint\x20formatting':'سىزما\x20پىچىمى','Copy\x20text\x20formatting':'','Paste\x20text\x20formatting':'','Continuous\x20painting':'سىزما\x20داۋاملاشتۇرۇش','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'پىچىم\x20تەڭشەلگەندىن\x20كېيىن\x20رەسسامنىڭ\x20ھالىتىنى\x20ساقلاپ\x20قالىدۇ.','Formatting\x20copied.':'','Pasted\x20formatting.':''},'getPluralForm':_0x5c39c2=>0x1!=_0x5c39c2}};_0x18bf48['ug']||={'dictionary':{},'getPluralForm':null},_0x18bf48['ug']['dictionary']=Object['assign'](_0x18bf48['ug']['dictionary'],_0x284833),_0x18bf48['ug']['getPluralForm']=_0xf95fe5;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'uk':{'dictionary':{'Paint\x20formatting':'Художнє\x20форматування','Copy\x20text\x20formatting':'Копіювати\x20форматування\x20тексту','Paste\x20text\x20formatting':'Вставити\x20форматування\x20тексту','Continuous\x20painting':'Постійне\x20малювання','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Тримає\x20малювання\x20ввімкненим\x20після\x20налаштування\x20форматування.','Formatting\x20copied.':'Форматування\x20скопійоване.','Pasted\x20formatting.':'Форматування\x20вставлене.'},'getPluralForm':_0x274d46=>_0x274d46%0x1==0x0&&_0x274d46%0xa==0x1&&_0x274d46%0x64!=0xb?0x0:_0x274d46%0x1==0x0&&_0x274d46%0xa>=0x2&&_0x274d46%0xa<=0x4&&(_0x274d46%0x64<0xc||_0x274d46%0x64>0xe)?0x1:_0x274d46%0x1==0x0&&(_0x274d46%0xa==0x0||_0x274d46%0xa>=0x5&&_0x274d46%0xa<=0x9||_0x274d46%0x64>=0xb&&_0x274d46%0x64<=0xe)?0x2:0x3}};
23
+ export default{'uk':{'dictionary':{'Paint\x20formatting':'Художнє\x20форматування','Copy\x20text\x20formatting':'Копіювати\x20форматування\x20тексту','Paste\x20text\x20formatting':'Вставити\x20форматування\x20тексту','Continuous\x20painting':'Постійне\x20малювання','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Тримає\x20малювання\x20ввімкненим\x20після\x20налаштування\x20форматування.','Formatting\x20copied.':'Форматування\x20скопійоване.','Pasted\x20formatting.':'Форматування\x20вставлене.'},'getPluralForm':_0x1f8c28=>_0x1f8c28%0x1==0x0&&_0x1f8c28%0xa==0x1&&_0x1f8c28%0x64!=0xb?0x0:_0x1f8c28%0x1==0x0&&_0x1f8c28%0xa>=0x2&&_0x1f8c28%0xa<=0x4&&(_0x1f8c28%0x64<0xc||_0x1f8c28%0x64>0xe)?0x1:_0x1f8c28%0x1==0x0&&(_0x1f8c28%0xa==0x0||_0x1f8c28%0xa>=0x5&&_0x1f8c28%0xa<=0x9||_0x1f8c28%0x64>=0xb&&_0x1f8c28%0x64<=0xe)?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x1912d9=>{const {uk:{dictionary:_0x1fd225,getPluralForm:_0x37f109}}={'uk':{'dictionary':{'Paint\x20formatting':'Художнє\x20форматування','Copy\x20text\x20formatting':'Копіювати\x20форматування\x20тексту','Paste\x20text\x20formatting':'Вставити\x20форматування\x20тексту','Continuous\x20painting':'Постійне\x20малювання','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Тримає\x20малювання\x20ввімкненим\x20після\x20налаштування\x20форматування.','Formatting\x20copied.':'Форматування\x20скопійоване.','Pasted\x20formatting.':'Форматування\x20вставлене.'},'getPluralForm':_0x2d08ea=>_0x2d08ea%0x1==0x0&&_0x2d08ea%0xa==0x1&&_0x2d08ea%0x64!=0xb?0x0:_0x2d08ea%0x1==0x0&&_0x2d08ea%0xa>=0x2&&_0x2d08ea%0xa<=0x4&&(_0x2d08ea%0x64<0xc||_0x2d08ea%0x64>0xe)?0x1:_0x2d08ea%0x1==0x0&&(_0x2d08ea%0xa==0x0||_0x2d08ea%0xa>=0x5&&_0x2d08ea%0xa<=0x9||_0x2d08ea%0x64>=0xb&&_0x2d08ea%0x64<=0xe)?0x2:0x3}};_0x1912d9['uk']||={'dictionary':{},'getPluralForm':null},_0x1912d9['uk']['dictionary']=Object['assign'](_0x1912d9['uk']['dictionary'],_0x1fd225),_0x1912d9['uk']['getPluralForm']=_0x37f109;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3df758=>{const {uk:{dictionary:_0x6a9884,getPluralForm:_0xe7ad1e}}={'uk':{'dictionary':{'Paint\x20formatting':'Художнє\x20форматування','Copy\x20text\x20formatting':'Копіювати\x20форматування\x20тексту','Paste\x20text\x20formatting':'Вставити\x20форматування\x20тексту','Continuous\x20painting':'Постійне\x20малювання','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Тримає\x20малювання\x20ввімкненим\x20після\x20налаштування\x20форматування.','Formatting\x20copied.':'Форматування\x20скопійоване.','Pasted\x20formatting.':'Форматування\x20вставлене.'},'getPluralForm':_0x2114d2=>_0x2114d2%0x1==0x0&&_0x2114d2%0xa==0x1&&_0x2114d2%0x64!=0xb?0x0:_0x2114d2%0x1==0x0&&_0x2114d2%0xa>=0x2&&_0x2114d2%0xa<=0x4&&(_0x2114d2%0x64<0xc||_0x2114d2%0x64>0xe)?0x1:_0x2114d2%0x1==0x0&&(_0x2114d2%0xa==0x0||_0x2114d2%0xa>=0x5&&_0x2114d2%0xa<=0x9||_0x2114d2%0x64>=0xb&&_0x2114d2%0x64<=0xe)?0x2:0x3}};_0x3df758['uk']||={'dictionary':{},'getPluralForm':null},_0x3df758['uk']['dictionary']=Object['assign'](_0x3df758['uk']['dictionary'],_0x6a9884),_0x3df758['uk']['getPluralForm']=_0xe7ad1e;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'vi':{'dictionary':{'Paint\x20formatting':'Sao\x20chép\x20định\x20dạng','Copy\x20text\x20formatting':'Sao\x20chép\x20định\x20dạng\x20văn\x20bản','Paste\x20text\x20formatting':'Dán\x20định\x20dạng\x20văn\x20bản','Continuous\x20painting':'Tô\x20màu\x20liên\x20tục','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Giữ\x20trình\x20tô\x20màu\x20được\x20bật\x20sau\x20khi\x20đặt\x20định\x20dạng.','Formatting\x20copied.':'Đã\x20sao\x20chép\x20định\x20dạng.','Pasted\x20formatting.':'Đã\x20dán\x20định\x20dạng.'},'getPluralForm':_0x402ab3=>0x0}};
23
+ export default{'vi':{'dictionary':{'Paint\x20formatting':'Sao\x20chép\x20định\x20dạng','Copy\x20text\x20formatting':'Sao\x20chép\x20định\x20dạng\x20văn\x20bản','Paste\x20text\x20formatting':'Dán\x20định\x20dạng\x20văn\x20bản','Continuous\x20painting':'Tô\x20màu\x20liên\x20tục','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Giữ\x20trình\x20tô\x20màu\x20được\x20bật\x20sau\x20khi\x20đặt\x20định\x20dạng.','Formatting\x20copied.':'Đã\x20sao\x20chép\x20định\x20dạng.','Pasted\x20formatting.':'Đã\x20dán\x20định\x20dạng.'},'getPluralForm':_0x437c00=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x3caa61=>{const {vi:{dictionary:_0x58b4f0,getPluralForm:_0x27bd35}}={'vi':{'dictionary':{'Paint\x20formatting':'Sao\x20chép\x20định\x20dạng','Copy\x20text\x20formatting':'Sao\x20chép\x20định\x20dạng\x20văn\x20bản','Paste\x20text\x20formatting':'Dán\x20định\x20dạng\x20văn\x20bản','Continuous\x20painting':'Tô\x20màu\x20liên\x20tục','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Giữ\x20trình\x20tô\x20màu\x20được\x20bật\x20sau\x20khi\x20đặt\x20định\x20dạng.','Formatting\x20copied.':'Đã\x20sao\x20chép\x20định\x20dạng.','Pasted\x20formatting.':'Đã\x20dán\x20định\x20dạng.'},'getPluralForm':_0x3e010c=>0x0}};_0x3caa61['vi']||={'dictionary':{},'getPluralForm':null},_0x3caa61['vi']['dictionary']=Object['assign'](_0x3caa61['vi']['dictionary'],_0x58b4f0),_0x3caa61['vi']['getPluralForm']=_0x27bd35;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x238214=>{const {vi:{dictionary:_0x5913e5,getPluralForm:_0x431ef6}}={'vi':{'dictionary':{'Paint\x20formatting':'Sao\x20chép\x20định\x20dạng','Copy\x20text\x20formatting':'Sao\x20chép\x20định\x20dạng\x20văn\x20bản','Paste\x20text\x20formatting':'Dán\x20định\x20dạng\x20văn\x20bản','Continuous\x20painting':'Tô\x20màu\x20liên\x20tục','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Giữ\x20trình\x20tô\x20màu\x20được\x20bật\x20sau\x20khi\x20đặt\x20định\x20dạng.','Formatting\x20copied.':'Đã\x20sao\x20chép\x20định\x20dạng.','Pasted\x20formatting.':'Đã\x20dán\x20định\x20dạng.'},'getPluralForm':_0x346522=>0x0}};_0x238214['vi']||={'dictionary':{},'getPluralForm':null},_0x238214['vi']['dictionary']=Object['assign'](_0x238214['vi']['dictionary'],_0x5913e5),_0x238214['vi']['getPluralForm']=_0x431ef6;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'zh-cn':{'dictionary':{'Paint\x20formatting':'绘画格式化','Copy\x20text\x20formatting':'复制文本格式','Paste\x20text\x20formatting':'粘贴文本格式','Continuous\x20painting':'连续绘画','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'设置格式化后,保持画师的状态。','Formatting\x20copied.':'格式已复制。','Pasted\x20formatting.':'已粘贴格式。'},'getPluralForm':_0x574188=>0x0}};
23
+ export default{'zh-cn':{'dictionary':{'Paint\x20formatting':'绘画格式化','Copy\x20text\x20formatting':'复制文本格式','Paste\x20text\x20formatting':'粘贴文本格式','Continuous\x20painting':'连续绘画','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'设置格式化后,保持画师的状态。','Formatting\x20copied.':'格式已复制。','Pasted\x20formatting.':'已粘贴格式。'},'getPluralForm':_0x3bb34d=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x3648e2=>{const {'zh-cn':{dictionary:_0x11ceb1,getPluralForm:_0xede71a}}={'zh-cn':{'dictionary':{'Paint\x20formatting':'绘画格式化','Copy\x20text\x20formatting':'复制文本格式','Paste\x20text\x20formatting':'粘贴文本格式','Continuous\x20painting':'连续绘画','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'设置格式化后,保持画师的状态。','Formatting\x20copied.':'格式已复制。','Pasted\x20formatting.':'已粘贴格式。'},'getPluralForm':_0x113c26=>0x0}};_0x3648e2['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x3648e2['zh-cn']['dictionary']=Object['assign'](_0x3648e2['zh-cn']['dictionary'],_0x11ceb1),_0x3648e2['zh-cn']['getPluralForm']=_0xede71a;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x22b6b4=>{const {'zh-cn':{dictionary:_0x4e5b54,getPluralForm:_0x4c01f8}}={'zh-cn':{'dictionary':{'Paint\x20formatting':'绘画格式化','Copy\x20text\x20formatting':'复制文本格式','Paste\x20text\x20formatting':'粘贴文本格式','Continuous\x20painting':'连续绘画','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'设置格式化后,保持画师的状态。','Formatting\x20copied.':'格式已复制。','Pasted\x20formatting.':'已粘贴格式。'},'getPluralForm':_0x2f22a2=>0x0}};_0x22b6b4['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x22b6b4['zh-cn']['dictionary']=Object['assign'](_0x22b6b4['zh-cn']['dictionary'],_0x4e5b54),_0x22b6b4['zh-cn']['getPluralForm']=_0x4c01f8;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'zh':{'dictionary':{'Paint\x20formatting':'油漆格式','Copy\x20text\x20formatting':'複製文字格式','Paste\x20text\x20formatting':'貼上文字格式','Continuous\x20painting':'連續繪製','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'設定格式後,保持繪圖工具開啟。','Formatting\x20copied.':'已複製格式。','Pasted\x20formatting.':'已貼上格式。'},'getPluralForm':_0x40318a=>0x0}};
23
+ export default{'zh':{'dictionary':{'Paint\x20formatting':'油漆格式','Copy\x20text\x20formatting':'複製文字格式','Paste\x20text\x20formatting':'貼上文字格式','Continuous\x20painting':'連續繪製','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'設定格式後,保持繪圖工具開啟。','Formatting\x20copied.':'已複製格式。','Pasted\x20formatting.':'已貼上格式。'},'getPluralForm':_0x15955b=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x164fd5=>{const {zh:{dictionary:_0x377dfc,getPluralForm:_0x22b507}}={'zh':{'dictionary':{'Paint\x20formatting':'油漆格式','Copy\x20text\x20formatting':'複製文字格式','Paste\x20text\x20formatting':'貼上文字格式','Continuous\x20painting':'連續繪製','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'設定格式後,保持繪圖工具開啟。','Formatting\x20copied.':'已複製格式。','Pasted\x20formatting.':'已貼上格式。'},'getPluralForm':_0x685c76=>0x0}};_0x164fd5['zh']||={'dictionary':{},'getPluralForm':null},_0x164fd5['zh']['dictionary']=Object['assign'](_0x164fd5['zh']['dictionary'],_0x377dfc),_0x164fd5['zh']['getPluralForm']=_0x22b507;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x460c96=>{const {zh:{dictionary:_0xd3a9e7,getPluralForm:_0xf4c7f9}}={'zh':{'dictionary':{'Paint\x20formatting':'油漆格式','Copy\x20text\x20formatting':'複製文字格式','Paste\x20text\x20formatting':'貼上文字格式','Continuous\x20painting':'連續繪製','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'設定格式後,保持繪圖工具開啟。','Formatting\x20copied.':'已複製格式。','Pasted\x20formatting.':'已貼上格式。'},'getPluralForm':_0x2180a2=>0x0}};_0x460c96['zh']||={'dictionary':{},'getPluralForm':null},_0x460c96['zh']['dictionary']=Object['assign'](_0x460c96['zh']['dictionary'],_0xd3a9e7),_0x460c96['zh']['getPluralForm']=_0xf4c7f9;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -0,0 +1,13 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
8
+ */
9
+ /**
10
+ * @module format-painter/utils/common-translations
11
+ */
12
+ import type { Locale } from 'ckeditor5/src/utils.js';
13
+ export declare function getTranslation(locale: Locale, id: string): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-format-painter",
3
- "version": "0.0.0-nightly-20240624.0",
3
+ "version": "0.0.0-nightly-20240626.1",
4
4
  "description": "Format painter feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,8 +12,8 @@
12
12
  "type": "module",
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "ckeditor5": "0.0.0-nightly-20240624.0",
16
- "ckeditor5-collaboration": "0.0.0-nightly-20240624.0"
15
+ "ckeditor5": "0.0.0-nightly-20240626.1",
16
+ "ckeditor5-collaboration": "0.0.0-nightly-20240626.1"
17
17
  },
18
18
  "license": "SEE LICENSE IN LICENSE.md",
19
19
  "author": "CKSource (http://cksource.com/)",
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xeae4aa=_0x2f36;(function(_0x53d78a,_0x5f36d5){const _0x3de44e=_0x2f36,_0x3ccbc9=_0x53d78a();while(!![]){try{const _0x4895c2=-parseInt(_0x3de44e(0x1a4))/0x1+-parseInt(_0x3de44e(0x1af))/0x2+parseInt(_0x3de44e(0x1ae))/0x3+-parseInt(_0x3de44e(0x1a2))/0x4*(parseInt(_0x3de44e(0x1a8))/0x5)+-parseInt(_0x3de44e(0x1ac))/0x6*(-parseInt(_0x3de44e(0x1a6))/0x7)+parseInt(_0x3de44e(0x198))/0x8*(-parseInt(_0x3de44e(0x1b0))/0x9)+parseInt(_0x3de44e(0x19a))/0xa;if(_0x4895c2===_0x5f36d5)break;else _0x3ccbc9['push'](_0x3ccbc9['shift']());}catch(_0x528b2c){_0x3ccbc9['push'](_0x3ccbc9['shift']());}}}(_0x2427,0xe7b8b));function _0x2f36(_0x950404,_0x4f6ccb){const _0x2427bd=_0x2427();return _0x2f36=function(_0x2f36fa,_0x1a439b){_0x2f36fa=_0x2f36fa-0x197;let _0xc39897=_0x2427bd[_0x2f36fa];return _0xc39897;},_0x2f36(_0x950404,_0x4f6ccb);}function _0x2427(){const _0x321095=['refresh','10ilmcPh','_getFormattingAttributes','schema','value','5608188ATQzld','getAttributes','2708943KPWtkV','2045494iZLPAV','9wyxTPt','change:isEnabled','execute','commands','editor','isFormatting','4584200wxjZNI','selection','32532380AJkzdW','reset','change:value','model','from','getAttributeProperties','get','document','2095988TkKOEf','filter','1498020ZNyzBT','fromEntries','7IoyIKg'];_0x2427=function(){return _0x321095;};return _0x2427();}import{Command as _0x179c64}from'ckeditor5/src/core.js';import{PASTE_FORMAT_COMMAND_NAME as _0x59b23e}from'./utils.js';export default class r extends _0x179c64{constructor(_0x5262b6){const _0x201780=_0x2f36;super(_0x5262b6),this[_0x201780(0x1ab)]=void 0x0,this['on'](_0x201780(0x1b1),(_0x2674a8,_0x284854,_0x5cda1d)=>{const _0x30c5ad=_0x201780;_0x5cda1d||this[_0x30c5ad(0x19b)]();}),this['on'](_0x201780(0x19c),()=>_0x5262b6[_0x201780(0x1b3)][_0x201780(0x1a0)](_0x59b23e)[_0x201780(0x1a7)]());}[_0xeae4aa(0x1b2)](){const _0x41c836=_0xeae4aa;this[_0x41c836(0x1ab)]=this[_0x41c836(0x1a9)]();}[_0xeae4aa(0x19b)](){const _0x44fd59=_0xeae4aa;this[_0x44fd59(0x1ab)]=void 0x0;}[_0xeae4aa(0x1a9)](){const _0x3f6b72=_0xeae4aa,_0x14daab=this[_0x3f6b72(0x1b4)][_0x3f6b72(0x19d)],_0x4cd5a6=_0x14daab[_0x3f6b72(0x1a1)][_0x3f6b72(0x199)];return Object[_0x3f6b72(0x1a5)](Array[_0x3f6b72(0x19e)](_0x4cd5a6[_0x3f6b72(0x1ad)]())[_0x3f6b72(0x1a3)](([_0x50b4c3])=>_0x14daab[_0x3f6b72(0x1aa)][_0x3f6b72(0x19f)](_0x50b4c3)[_0x3f6b72(0x197)]));}}
23
+ const _0x220e6b=_0xca6e;function _0xca6e(_0x25cb5e,_0x48ef6a){const _0x54cfbc=_0x54cf();return _0xca6e=function(_0xca6eae,_0x28dd6b){_0xca6eae=_0xca6eae-0xbb;let _0x4b5a88=_0x54cfbc[_0xca6eae];return _0x4b5a88;},_0xca6e(_0x25cb5e,_0x48ef6a);}(function(_0x5d8052,_0x1fa27f){const _0x3af116=_0xca6e,_0xcb596d=_0x5d8052();while(!![]){try{const _0x14a241=-parseInt(_0x3af116(0xbd))/0x1+parseInt(_0x3af116(0xca))/0x2+parseInt(_0x3af116(0xd0))/0x3*(parseInt(_0x3af116(0xd3))/0x4)+-parseInt(_0x3af116(0xc7))/0x5+parseInt(_0x3af116(0xc5))/0x6*(parseInt(_0x3af116(0xbe))/0x7)+-parseInt(_0x3af116(0xc9))/0x8+-parseInt(_0x3af116(0xd2))/0x9;if(_0x14a241===_0x1fa27f)break;else _0xcb596d['push'](_0xcb596d['shift']());}catch(_0x4d4c90){_0xcb596d['push'](_0xcb596d['shift']());}}}(_0x54cf,0x4d331));import{Command as _0x3a1ef1}from'ckeditor5/src/core.js';function _0x54cf(){const _0xd7b590=['from','2388664rbDWuu','1104546BdHzBU','schema','document','commands','filter','isFormatting','6lseYjX','getAttributes','1306431XWFmpN','907924xtUKyF','execute','refresh','fromEntries','change:isEnabled','editor','value','274028srUgFv','16471VnocjL','reset','change:value','_getFormattingAttributes','get','selection','model','480ipoMzf','getAttributeProperties','802480WrezbN'];_0x54cf=function(){return _0xd7b590;};return _0x54cf();}import{PASTE_FORMAT_COMMAND_NAME as _0x310026}from'./utils.js';export default class r extends _0x3a1ef1{constructor(_0x22eb2e){const _0x242d3a=_0xca6e;super(_0x22eb2e),this[_0x242d3a(0xbc)]=void 0x0,this['on'](_0x242d3a(0xd7),(_0x111db9,_0x947f66,_0x221c05)=>{const _0x3bb160=_0x242d3a;_0x221c05||this[_0x3bb160(0xbf)]();}),this['on'](_0x242d3a(0xc0),()=>_0x22eb2e[_0x242d3a(0xcd)][_0x242d3a(0xc2)](_0x310026)[_0x242d3a(0xd5)]());}[_0x220e6b(0xd4)](){const _0x50767d=_0x220e6b;this[_0x50767d(0xbc)]=this[_0x50767d(0xc1)]();}[_0x220e6b(0xbf)](){const _0x1fc833=_0x220e6b;this[_0x1fc833(0xbc)]=void 0x0;}[_0x220e6b(0xc1)](){const _0x15d7c4=_0x220e6b,_0x458d00=this[_0x15d7c4(0xbb)][_0x15d7c4(0xc4)],_0x519e62=_0x458d00[_0x15d7c4(0xcc)][_0x15d7c4(0xc3)];return Object[_0x15d7c4(0xd6)](Array[_0x15d7c4(0xc8)](_0x519e62[_0x15d7c4(0xd1)]())[_0x15d7c4(0xce)](([_0x14ea13])=>_0x458d00[_0x15d7c4(0xcb)][_0x15d7c4(0xc6)](_0x14ea13)[_0x15d7c4(0xcf)]));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x1b521f=_0x321c;(function(_0x393496,_0xd5b508){var _0xec33df=_0x321c,_0x5577f1=_0x393496();while(!![]){try{var _0x39031a=-parseInt(_0xec33df(0xaf))/0x1+-parseInt(_0xec33df(0xb4))/0x2+-parseInt(_0xec33df(0xb1))/0x3*(parseInt(_0xec33df(0xb7))/0x4)+parseInt(_0xec33df(0xae))/0x5+-parseInt(_0xec33df(0xb5))/0x6*(-parseInt(_0xec33df(0xb6))/0x7)+parseInt(_0xec33df(0xba))/0x8*(-parseInt(_0xec33df(0xbb))/0x9)+-parseInt(_0xec33df(0xb8))/0xa*(-parseInt(_0xec33df(0xb0))/0xb);if(_0x39031a===_0xd5b508)break;else _0x5577f1['push'](_0x5577f1['shift']());}catch(_0x443858){_0x5577f1['push'](_0x5577f1['shift']());}}}(_0x5d2d,0x9a849));import{Plugin as _0x20b57f}from'ckeditor5/src/core.js';function _0x321c(_0xd13f98,_0x21d1af){var _0x5d2db6=_0x5d2d();return _0x321c=function(_0x321c9a,_0x3029e4){_0x321c9a=_0x321c9a-0xae;var _0x136f04=_0x5d2db6[_0x321c9a];return _0x136f04;},_0x321c(_0xd13f98,_0x21d1af);}import _0x4b05fd from'./formatpainterediting.js';import _0xe58791 from'./formatpainterui.js';function _0x5d2d(){var _0x404443=['pluginName','8OGzabL','1052262KhgxWI','193495PIeDRM','457191ozRvUV','3765729JMxQLm','3lvRITk','requires','FormatPainter','2020162aiArvg','7243512GZiWKz','7WExJlJ','223492VWGGSE','30xPMUda'];_0x5d2d=function(){return _0x404443;};return _0x5d2d();}export default class m extends _0x20b57f{static get[_0x1b521f(0xb2)](){return[_0x4b05fd,_0xe58791];}static get[_0x1b521f(0xb9)](){var _0x2f787a=_0x1b521f;return _0x2f787a(0xb3);}}
23
+ function _0x4d31(){var _0x524627=['792ELVItQ','2828787nMbRht','8IaoAkS','7213479euwgxx','requires','13122OBuHyP','78036ZkaOmy','FormatPainter','266ZQhCtu','30yGYGXZ','106202gyOiZs','30990CEnCfy','pluginName','19LjXqJI','869fNnGva','359728joLBbH','475ZpqgTP'];_0x4d31=function(){return _0x524627;};return _0x4d31();}var _0x119591=_0x21e3;(function(_0x26498b,_0x1e1539){var _0x49ee54=_0x21e3,_0x473074=_0x26498b();while(!![]){try{var _0x11b961=parseInt(_0x49ee54(0x12b))/0x1*(-parseInt(_0x49ee54(0x139))/0x2)+parseInt(_0x49ee54(0x138))/0x3*(-parseInt(_0x49ee54(0x12d))/0x4)+parseInt(_0x49ee54(0x12e))/0x5*(parseInt(_0x49ee54(0x134))/0x6)+parseInt(_0x49ee54(0x132))/0x7*(-parseInt(_0x49ee54(0x131))/0x8)+parseInt(_0x49ee54(0x12f))/0x9*(-parseInt(_0x49ee54(0x13a))/0xa)+-parseInt(_0x49ee54(0x12c))/0xb*(parseInt(_0x49ee54(0x135))/0xc)+parseInt(_0x49ee54(0x130))/0xd*(parseInt(_0x49ee54(0x137))/0xe);if(_0x11b961===_0x1e1539)break;else _0x473074['push'](_0x473074['shift']());}catch(_0x513d93){_0x473074['push'](_0x473074['shift']());}}}(_0x4d31,0x96a01));import{Plugin as _0x2e7891}from'ckeditor5/src/core.js';function _0x21e3(_0x4b4e00,_0x49cb43){var _0x4d313f=_0x4d31();return _0x21e3=function(_0x21e3b7,_0xca9a3){_0x21e3b7=_0x21e3b7-0x12a;var _0x6506c5=_0x4d313f[_0x21e3b7];return _0x6506c5;},_0x21e3(_0x4b4e00,_0x49cb43);}import _0x47275e from'./formatpainterediting.js';import _0x1a026a from'./formatpainterui.js';export default class m extends _0x2e7891{static get[_0x119591(0x133)](){return[_0x47275e,_0x1a026a];}static get[_0x119591(0x12a)](){var _0x18cd12=_0x119591;return _0x18cd12(0x136);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x49dd59=_0x6465;(function(_0x43917f,_0x3bd77e){const _0x2bbde3=_0x6465,_0x2838ac=_0x43917f();while(!![]){try{const _0x476e72=-parseInt(_0x2bbde3(0xd2))/0x1*(parseInt(_0x2bbde3(0xce))/0x2)+parseInt(_0x2bbde3(0xc7))/0x3+-parseInt(_0x2bbde3(0xc9))/0x4+parseInt(_0x2bbde3(0xda))/0x5+-parseInt(_0x2bbde3(0xde))/0x6+-parseInt(_0x2bbde3(0xe1))/0x7*(-parseInt(_0x2bbde3(0xe2))/0x8)+parseInt(_0x2bbde3(0xc8))/0x9*(parseInt(_0x2bbde3(0xd5))/0xa);if(_0x476e72===_0x3bd77e)break;else _0x2838ac['push'](_0x2838ac['shift']());}catch(_0x5278de){_0x2838ac['push'](_0x2838ac['shift']());}}}(_0x138a,0xaa118));function _0x138a(){const _0x2e4bb6=['6112300HWGBxH','commands','formatPainterLicenseKeyInvalid','init','format-painter-invalid-license-key','6716605RiKtYw','formatPainterLicenseKeyTrial','editor','add','5893188XwUmrq','pluginName','FormatPainterEditing','72520UXdTmt','312jRTrbL','format-painter-trial-license-key-reached-limit-changes','3524748LYXeBp','9VCnHSf','4145016EkaDtz','formatPainterLicenseKeyValid','licenseKey','info','_licenseKeyCheckInterval','327382IXJHuT','formatPainterLicenseKeyTrialLimit:operations','You\x20are\x20using\x20the\x20trial\x20version\x20of\x20CKEditor\x205\x20format\x20painter\x20plugin\x20with\x20limited\x20usage.\x20Make\x20sure\x20you\x20will\x20not\x20use\x20it\x20in\x20the\x20production\x20environment.','get','5ZqDASA','destroy','config'];_0x138a=function(){return _0x2e4bb6;};return _0x138a();}import{Plugin as _0x336d30}from'ckeditor5/src/core.js';import{CKEditorError as _0x158947}from'ckeditor5/src/utils.js';import _0xb2e00a from'./copyformatcommand.js';import _0x4d381d from'./pasteformatcommand.js';import{COPY_FORMAT_COMMAND_NAME as _0x74b465,PASTE_FORMAT_COMMAND_NAME as _0x23eaa2}from'./utils.js';function _0x6465(_0x38102d,_0x41d044){const _0x138a95=_0x138a();return _0x6465=function(_0x64652b,_0x4dd0a7){_0x64652b=_0x64652b-0xc6;let _0x1ede46=_0x138a95[_0x64652b];return _0x1ede46;},_0x6465(_0x38102d,_0x41d044);}export default class o extends _0x336d30{static get[_0x49dd59(0xdf)](){const _0x66e173=_0x49dd59;return _0x66e173(0xe0);}constructor(_0x58184e){const _0x3ab1ea=_0x49dd59;super(_0x58184e),this[_0x3ab1ea(0xcd)]=null;}[_0x49dd59(0xd8)](){const _0x390d31=_0x49dd59,_0x2a5e8e=this[_0x390d31(0xdc)];_0x2a5e8e[_0x390d31(0xd6)][_0x390d31(0xdd)](_0x74b465,new _0xb2e00a(_0x2a5e8e)),_0x2a5e8e[_0x390d31(0xd6)][_0x390d31(0xdd)](_0x23eaa2,new _0x4d381d(_0x2a5e8e)),this[_0x390d31(0xcb)]=_0x2a5e8e[_0x390d31(0xd4)][_0x390d31(0xd1)](_0x390d31(0xcb));const _0x1cd7c1=this[_0x390d31(0xdc)];this[_0x390d31(0xcd)]=setInterval(()=>{const _0x239e57=_0x390d31;let _0x479d8c;for(const _0x1b8d89 in _0x1cd7c1){const _0x31ea54=_0x1b8d89,_0x1d0e60=_0x1cd7c1[_0x31ea54];if(_0x239e57(0xdb)===_0x1d0e60||_0x239e57(0xd7)===_0x1d0e60||_0x239e57(0xca)===_0x1d0e60||_0x239e57(0xcf)===_0x1d0e60){delete _0x1cd7c1[_0x31ea54],_0x479d8c=_0x1d0e60;break;}}if(_0x239e57(0xd7)===_0x479d8c)throw clearInterval(this[_0x239e57(0xcd)]),new _0x158947(_0x239e57(0xd9),null);if(_0x239e57(0xdb)===_0x479d8c&&console[_0x239e57(0xcc)](_0x239e57(0xd0)),_0x239e57(0xcf)===_0x479d8c)throw clearInterval(this[_0x239e57(0xcd)]),new _0x158947(_0x239e57(0xc6),null);_0x239e57(0xca)===_0x479d8c&&clearInterval(this[_0x239e57(0xcd)]);},0x3e8);}[_0x49dd59(0xd3)](){const _0x4bf519=_0x49dd59;this[_0x4bf519(0xcd)]&&clearInterval(this[_0x4bf519(0xcd)]);}}
23
+ const _0x1a5709=_0xec17;(function(_0x4060df,_0x697510){const _0x2d2c55=_0xec17,_0x3ee941=_0x4060df();while(!![]){try{const _0x28beba=-parseInt(_0x2d2c55(0x192))/0x1*(parseInt(_0x2d2c55(0x193))/0x2)+parseInt(_0x2d2c55(0x17d))/0x3*(-parseInt(_0x2d2c55(0x18a))/0x4)+-parseInt(_0x2d2c55(0x191))/0x5+-parseInt(_0x2d2c55(0x18e))/0x6+parseInt(_0x2d2c55(0x18f))/0x7+parseInt(_0x2d2c55(0x188))/0x8+parseInt(_0x2d2c55(0x18d))/0x9;if(_0x28beba===_0x697510)break;else _0x3ee941['push'](_0x3ee941['shift']());}catch(_0x3fd1bd){_0x3ee941['push'](_0x3ee941['shift']());}}}(_0x872a,0x692ae));import{Plugin as _0x5e1840}from'ckeditor5/src/core.js';import{CKEditorError as _0x533d47}from'ckeditor5/src/utils.js';import _0x4992b2 from'./copyformatcommand.js';import _0x548e5f from'./pasteformatcommand.js';function _0xec17(_0x213cad,_0x58a0bc){const _0x872ac0=_0x872a();return _0xec17=function(_0xec17ba,_0x1dae4b){_0xec17ba=_0xec17ba-0x178;let _0x2c19c8=_0x872ac0[_0xec17ba];return _0x2c19c8;},_0xec17(_0x213cad,_0x58a0bc);}import{COPY_FORMAT_COMMAND_NAME as _0x270b08,PASTE_FORMAT_COMMAND_NAME as _0x2e0b31}from'./utils.js';function _0x872a(){const _0x5b30a4=['1351118MagTmT','info','format-painter-invalid-license-key','formatPainterLicenseKeyInvalid','config','init','57ndzypo','destroy','pluginName','licenseKey','FormatPainterEditing','commands','editor','formatPainterLicenseKeyValid','You\x20are\x20using\x20the\x20trial\x20version\x20of\x20CKEditor\x205\x20format\x20painter\x20plugin\x20with\x20limited\x20usage.\x20Make\x20sure\x20you\x20will\x20not\x20use\x20it\x20in\x20the\x20production\x20environment.','format-painter-trial-license-key-reached-limit-changes','formatPainterLicenseKeyTrialLimit:operations','1094232PvIORw','formatPainterLicenseKeyTrial','130876LDspQg','get','_licenseKeyCheckInterval','19074060KKjcjs','5155350mFLNrz','4139163kTaUYj','add','1301085ldRwQT','1wMxtVL'];_0x872a=function(){return _0x5b30a4;};return _0x872a();}export default class o extends _0x5e1840{static get[_0x1a5709(0x17f)](){const _0x58ce33=_0x1a5709;return _0x58ce33(0x181);}constructor(_0x5d979e){const _0x148399=_0x1a5709;super(_0x5d979e),this[_0x148399(0x18c)]=null;}[_0x1a5709(0x17c)](){const _0x1753eb=_0x1a5709,_0x56d13e=this[_0x1753eb(0x183)];_0x56d13e[_0x1753eb(0x182)][_0x1753eb(0x190)](_0x270b08,new _0x4992b2(_0x56d13e)),_0x56d13e[_0x1753eb(0x182)][_0x1753eb(0x190)](_0x2e0b31,new _0x548e5f(_0x56d13e)),this[_0x1753eb(0x180)]=_0x56d13e[_0x1753eb(0x17b)][_0x1753eb(0x18b)](_0x1753eb(0x180));const _0x5bc7e0=this[_0x1753eb(0x183)];this[_0x1753eb(0x18c)]=setInterval(()=>{const _0x2a6289=_0x1753eb;let _0x242552;for(const _0x5e782c in _0x5bc7e0){const _0x3ae60d=_0x5e782c,_0x27ecc6=_0x5bc7e0[_0x3ae60d];if(_0x2a6289(0x189)===_0x27ecc6||_0x2a6289(0x17a)===_0x27ecc6||_0x2a6289(0x184)===_0x27ecc6||_0x2a6289(0x187)===_0x27ecc6){delete _0x5bc7e0[_0x3ae60d],_0x242552=_0x27ecc6;break;}}if(_0x2a6289(0x17a)===_0x242552)throw clearInterval(this[_0x2a6289(0x18c)]),new _0x533d47(_0x2a6289(0x179),null);if(_0x2a6289(0x189)===_0x242552&&console[_0x2a6289(0x178)](_0x2a6289(0x185)),_0x2a6289(0x187)===_0x242552)throw clearInterval(this[_0x2a6289(0x18c)]),new _0x533d47(_0x2a6289(0x186),null);_0x2a6289(0x184)===_0x242552&&clearInterval(this[_0x2a6289(0x18c)]);},0x3e8);}[_0x1a5709(0x17e)](){const _0x3cca8e=_0x1a5709;this[_0x3cca8e(0x18c)]&&clearInterval(this[_0x3cca8e(0x18c)]);}}