@ckeditor/ckeditor5-format-painter 0.0.0-nightly-20240628.0 → 0.0.0-nightly-20240630.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (98) hide show
  1. package/build/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/package.json +3 -3
  91. package/src/copyformatcommand.js +1 -1
  92. package/src/formatpainter.js +1 -1
  93. package/src/formatpainterediting.js +1 -1
  94. package/src/formatpainterui.js +2 -2
  95. package/src/index.js +1 -1
  96. package/src/pasteformatcommand.js +1 -1
  97. package/src/utils/common-translations.js +1 -1
  98. package/src/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0xeb3079=>{const {sr:{dictionary:_0x3d31c0,getPluralForm:_0xe6945}}={'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':_0x10efaa=>_0x10efaa%0xa==0x1&&_0x10efaa%0x64!=0xb?0x0:_0x10efaa%0xa>=0x2&&_0x10efaa%0xa<=0x4&&(_0x10efaa%0x64<0xa||_0x10efaa%0x64>=0x14)?0x1:0x2}};_0xeb3079['sr']||={'dictionary':{},'getPluralForm':null},_0xeb3079['sr']['dictionary']=Object['assign'](_0xeb3079['sr']['dictionary'],_0x3d31c0),_0xeb3079['sr']['getPluralForm']=_0xe6945;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x5c5397=>{const {sr:{dictionary:_0x2cb89a,getPluralForm:_0x48343c}}={'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':_0x2b41d2=>_0x2b41d2%0xa==0x1&&_0x2b41d2%0x64!=0xb?0x0:_0x2b41d2%0xa>=0x2&&_0x2b41d2%0xa<=0x4&&(_0x2b41d2%0x64<0xa||_0x2b41d2%0x64>=0x14)?0x1:0x2}};_0x5c5397['sr']||={'dictionary':{},'getPluralForm':null},_0x5c5397['sr']['dictionary']=Object['assign'](_0x5c5397['sr']['dictionary'],_0x2cb89a),_0x5c5397['sr']['getPluralForm']=_0x48343c;})(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':_0x171f64=>0x1!=_0x171f64}};
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':_0x43091b=>0x1!=_0x43091b}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2a1653=>{const {sv:{dictionary:_0x393334,getPluralForm:_0x118ee2}}={'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':_0xf0db2f=>0x1!=_0xf0db2f}};_0x2a1653['sv']||={'dictionary':{},'getPluralForm':null},_0x2a1653['sv']['dictionary']=Object['assign'](_0x2a1653['sv']['dictionary'],_0x393334),_0x2a1653['sv']['getPluralForm']=_0x118ee2;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x243b8c=>{const {sv:{dictionary:_0x545bcc,getPluralForm:_0x450b41}}={'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':_0x369bad=>0x1!=_0x369bad}};_0x243b8c['sv']||={'dictionary':{},'getPluralForm':null},_0x243b8c['sv']['dictionary']=Object['assign'](_0x243b8c['sv']['dictionary'],_0x545bcc),_0x243b8c['sv']['getPluralForm']=_0x450b41;})(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':_0x229eb9=>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':_0x384f5d=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x3e794e=>{const {th:{dictionary:_0x29a356,getPluralForm:_0x3de6af}}={'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':_0x2e6d0d=>0x0}};_0x3e794e['th']||={'dictionary':{},'getPluralForm':null},_0x3e794e['th']['dictionary']=Object['assign'](_0x3e794e['th']['dictionary'],_0x29a356),_0x3e794e['th']['getPluralForm']=_0x3de6af;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x5647e6=>{const {th:{dictionary:_0x10670b,getPluralForm:_0x18a1d0}}={'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':_0x308088=>0x0}};_0x5647e6['th']||={'dictionary':{},'getPluralForm':null},_0x5647e6['th']['dictionary']=Object['assign'](_0x5647e6['th']['dictionary'],_0x10670b),_0x5647e6['th']['getPluralForm']=_0x18a1d0;})(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':_0x29251f=>_0x29251f>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':_0x5d0ea5=>_0x5d0ea5>0x1}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x154881=>{const {tr:{dictionary:_0xcf8cf1,getPluralForm:_0x5bd57e}}={'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':_0x3c9bb3=>_0x3c9bb3>0x1}};_0x154881['tr']||={'dictionary':{},'getPluralForm':null},_0x154881['tr']['dictionary']=Object['assign'](_0x154881['tr']['dictionary'],_0xcf8cf1),_0x154881['tr']['getPluralForm']=_0x5bd57e;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x4fe361=>{const {tr:{dictionary:_0x4d32e6,getPluralForm:_0x2b4251}}={'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':_0x1d4285=>_0x1d4285>0x1}};_0x4fe361['tr']||={'dictionary':{},'getPluralForm':null},_0x4fe361['tr']['dictionary']=Object['assign'](_0x4fe361['tr']['dictionary'],_0x4d32e6),_0x4fe361['tr']['getPluralForm']=_0x2b4251;})(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':_0x345ffc=>0x1!=_0x345ffc}};
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':_0x5c999a=>0x1!=_0x5c999a}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x29fb5f=>{const {ug:{dictionary:_0x5cce0b,getPluralForm:_0x433dbd}}={'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':_0x5dece7=>0x1!=_0x5dece7}};_0x29fb5f['ug']||={'dictionary':{},'getPluralForm':null},_0x29fb5f['ug']['dictionary']=Object['assign'](_0x29fb5f['ug']['dictionary'],_0x5cce0b),_0x29fb5f['ug']['getPluralForm']=_0x433dbd;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0xd082ed=>{const {ug:{dictionary:_0x490786,getPluralForm:_0x265f0c}}={'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':_0x274ec2=>0x1!=_0x274ec2}};_0xd082ed['ug']||={'dictionary':{},'getPluralForm':null},_0xd082ed['ug']['dictionary']=Object['assign'](_0xd082ed['ug']['dictionary'],_0x490786),_0xd082ed['ug']['getPluralForm']=_0x265f0c;})(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':_0x148705=>_0x148705%0x1==0x0&&_0x148705%0xa==0x1&&_0x148705%0x64!=0xb?0x0:_0x148705%0x1==0x0&&_0x148705%0xa>=0x2&&_0x148705%0xa<=0x4&&(_0x148705%0x64<0xc||_0x148705%0x64>0xe)?0x1:_0x148705%0x1==0x0&&(_0x148705%0xa==0x0||_0x148705%0xa>=0x5&&_0x148705%0xa<=0x9||_0x148705%0x64>=0xb&&_0x148705%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':_0x41e12d=>_0x41e12d%0x1==0x0&&_0x41e12d%0xa==0x1&&_0x41e12d%0x64!=0xb?0x0:_0x41e12d%0x1==0x0&&_0x41e12d%0xa>=0x2&&_0x41e12d%0xa<=0x4&&(_0x41e12d%0x64<0xc||_0x41e12d%0x64>0xe)?0x1:_0x41e12d%0x1==0x0&&(_0x41e12d%0xa==0x0||_0x41e12d%0xa>=0x5&&_0x41e12d%0xa<=0x9||_0x41e12d%0x64>=0xb&&_0x41e12d%0x64<=0xe)?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2e9155=>{const {uk:{dictionary:_0x22d143,getPluralForm:_0x4af702}}={'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':_0x32e432=>_0x32e432%0x1==0x0&&_0x32e432%0xa==0x1&&_0x32e432%0x64!=0xb?0x0:_0x32e432%0x1==0x0&&_0x32e432%0xa>=0x2&&_0x32e432%0xa<=0x4&&(_0x32e432%0x64<0xc||_0x32e432%0x64>0xe)?0x1:_0x32e432%0x1==0x0&&(_0x32e432%0xa==0x0||_0x32e432%0xa>=0x5&&_0x32e432%0xa<=0x9||_0x32e432%0x64>=0xb&&_0x32e432%0x64<=0xe)?0x2:0x3}};_0x2e9155['uk']||={'dictionary':{},'getPluralForm':null},_0x2e9155['uk']['dictionary']=Object['assign'](_0x2e9155['uk']['dictionary'],_0x22d143),_0x2e9155['uk']['getPluralForm']=_0x4af702;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x32e6bb=>{const {uk:{dictionary:_0xb4627a,getPluralForm:_0xc00258}}={'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':_0x19043a=>_0x19043a%0x1==0x0&&_0x19043a%0xa==0x1&&_0x19043a%0x64!=0xb?0x0:_0x19043a%0x1==0x0&&_0x19043a%0xa>=0x2&&_0x19043a%0xa<=0x4&&(_0x19043a%0x64<0xc||_0x19043a%0x64>0xe)?0x1:_0x19043a%0x1==0x0&&(_0x19043a%0xa==0x0||_0x19043a%0xa>=0x5&&_0x19043a%0xa<=0x9||_0x19043a%0x64>=0xb&&_0x19043a%0x64<=0xe)?0x2:0x3}};_0x32e6bb['uk']||={'dictionary':{},'getPluralForm':null},_0x32e6bb['uk']['dictionary']=Object['assign'](_0x32e6bb['uk']['dictionary'],_0xb4627a),_0x32e6bb['uk']['getPluralForm']=_0xc00258;})(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':_0x3cfe4b=>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':_0x21c2dc=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2eff65=>{const {vi:{dictionary:_0x3e8730,getPluralForm:_0x4e2814}}={'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':_0x107ebf=>0x0}};_0x2eff65['vi']||={'dictionary':{},'getPluralForm':null},_0x2eff65['vi']['dictionary']=Object['assign'](_0x2eff65['vi']['dictionary'],_0x3e8730),_0x2eff65['vi']['getPluralForm']=_0x4e2814;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3beeab=>{const {vi:{dictionary:_0xf87737,getPluralForm:_0x2e108b}}={'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':_0x186c4c=>0x0}};_0x3beeab['vi']||={'dictionary':{},'getPluralForm':null},_0x3beeab['vi']['dictionary']=Object['assign'](_0x3beeab['vi']['dictionary'],_0xf87737),_0x3beeab['vi']['getPluralForm']=_0x2e108b;})(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':_0x50934e=>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':_0x548a2e=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x423cf6=>{const {'zh-cn':{dictionary:_0x36e4a6,getPluralForm:_0x49cb8a}}={'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':_0x5dd577=>0x0}};_0x423cf6['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x423cf6['zh-cn']['dictionary']=Object['assign'](_0x423cf6['zh-cn']['dictionary'],_0x36e4a6),_0x423cf6['zh-cn']['getPluralForm']=_0x49cb8a;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0xa9490b=>{const {'zh-cn':{dictionary:_0x1e01e5,getPluralForm:_0x2c264f}}={'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':_0xd48284=>0x0}};_0xa9490b['zh-cn']||={'dictionary':{},'getPluralForm':null},_0xa9490b['zh-cn']['dictionary']=Object['assign'](_0xa9490b['zh-cn']['dictionary'],_0x1e01e5),_0xa9490b['zh-cn']['getPluralForm']=_0x2c264f;})(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':_0x1332af=>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':_0x3aec3b=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2ee4fa=>{const {zh:{dictionary:_0x493005,getPluralForm:_0x401a58}}={'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':_0x5e5531=>0x0}};_0x2ee4fa['zh']||={'dictionary':{},'getPluralForm':null},_0x2ee4fa['zh']['dictionary']=Object['assign'](_0x2ee4fa['zh']['dictionary'],_0x493005),_0x2ee4fa['zh']['getPluralForm']=_0x401a58;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x29be0c=>{const {zh:{dictionary:_0x51f18f,getPluralForm:_0x2bf8b1}}={'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':_0x5f3718=>0x0}};_0x29be0c['zh']||={'dictionary':{},'getPluralForm':null},_0x29be0c['zh']['dictionary']=Object['assign'](_0x29be0c['zh']['dictionary'],_0x51f18f),_0x29be0c['zh']['getPluralForm']=_0x2bf8b1;})(window['CKEDITOR_TRANSLATIONS']||={});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-format-painter",
3
- "version": "0.0.0-nightly-20240628.0",
3
+ "version": "0.0.0-nightly-20240630.0",
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-20240628.0",
16
- "ckeditor5-collaboration": "0.0.0-nightly-20240628.0"
15
+ "ckeditor5": "0.0.0-nightly-20240630.0",
16
+ "ckeditor5-collaboration": "0.0.0-nightly-20240630.0"
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 _0xe3eedb=_0x5db7;(function(_0x389da7,_0x42c594){const _0x51fdbf=_0x5db7,_0x4553b5=_0x389da7();while(!![]){try{const _0x3bc731=-parseInt(_0x51fdbf(0xcc))/0x1*(parseInt(_0x51fdbf(0xcb))/0x2)+-parseInt(_0x51fdbf(0xd4))/0x3*(parseInt(_0x51fdbf(0xd0))/0x4)+parseInt(_0x51fdbf(0xc2))/0x5*(-parseInt(_0x51fdbf(0xd5))/0x6)+parseInt(_0x51fdbf(0xd2))/0x7+-parseInt(_0x51fdbf(0xc5))/0x8+-parseInt(_0x51fdbf(0xc1))/0x9*(parseInt(_0x51fdbf(0xbe))/0xa)+parseInt(_0x51fdbf(0xc3))/0xb;if(_0x3bc731===_0x42c594)break;else _0x4553b5['push'](_0x4553b5['shift']());}catch(_0x14ee20){_0x4553b5['push'](_0x4553b5['shift']());}}}(_0x538b,0xacea4));import{Command as _0x3058f8}from'ckeditor5/src/core.js';function _0x538b(){const _0x48cf4e=['model','isFormatting','from','document','get','editor','getAttributes','17330mzlxVG','fromEntries','commands','3015QqVsDA','5rcBOSv','18483586dFcfgN','change:value','6624360KMRMAx','filter','_getFormattingAttributes','change:isEnabled','schema','reset','2nfCCxC','259841fGQiQM','execute','value','getAttributeProperties','12uoleWk','selection','8105433XyLpLv','refresh','416631ggEztR','269478xXtevX'];_0x538b=function(){return _0x48cf4e;};return _0x538b();}function _0x5db7(_0xa6f2b2,_0x5b6072){const _0x538bba=_0x538b();return _0x5db7=function(_0x5db7bd,_0x231958){_0x5db7bd=_0x5db7bd-0xb7;let _0x4775b9=_0x538bba[_0x5db7bd];return _0x4775b9;},_0x5db7(_0xa6f2b2,_0x5b6072);}import{PASTE_FORMAT_COMMAND_NAME as _0x2d92f3}from'./utils.js';export default class r extends _0x3058f8{constructor(_0x1d465b){const _0x2a7077=_0x5db7;super(_0x1d465b),this[_0x2a7077(0xce)]=void 0x0,this['on'](_0x2a7077(0xc8),(_0x38c288,_0x407299,_0x5df22e)=>{const _0x54087d=_0x2a7077;_0x5df22e||this[_0x54087d(0xca)]();}),this['on'](_0x2a7077(0xc4),()=>_0x1d465b[_0x2a7077(0xc0)][_0x2a7077(0xbb)](_0x2d92f3)[_0x2a7077(0xd3)]());}[_0xe3eedb(0xcd)](){const _0x427562=_0xe3eedb;this[_0x427562(0xce)]=this[_0x427562(0xc7)]();}[_0xe3eedb(0xca)](){const _0x2f6c98=_0xe3eedb;this[_0x2f6c98(0xce)]=void 0x0;}[_0xe3eedb(0xc7)](){const _0x2fe84c=_0xe3eedb,_0x4dfad0=this[_0x2fe84c(0xbc)][_0x2fe84c(0xb7)],_0x58c45b=_0x4dfad0[_0x2fe84c(0xba)][_0x2fe84c(0xd1)];return Object[_0x2fe84c(0xbf)](Array[_0x2fe84c(0xb9)](_0x58c45b[_0x2fe84c(0xbd)]())[_0x2fe84c(0xc6)](([_0x1ba1f8])=>_0x4dfad0[_0x2fe84c(0xc9)][_0x2fe84c(0xcf)](_0x1ba1f8)[_0x2fe84c(0xb8)]));}}
23
+ const _0x487400=_0x6d14;(function(_0x110f57,_0x124274){const _0x66e91c=_0x6d14,_0x1ad136=_0x110f57();while(!![]){try{const _0x446e59=-parseInt(_0x66e91c(0x112))/0x1*(parseInt(_0x66e91c(0x106))/0x2)+parseInt(_0x66e91c(0x11c))/0x3*(-parseInt(_0x66e91c(0x11b))/0x4)+parseInt(_0x66e91c(0x108))/0x5*(-parseInt(_0x66e91c(0x115))/0x6)+parseInt(_0x66e91c(0x10b))/0x7+-parseInt(_0x66e91c(0x109))/0x8*(-parseInt(_0x66e91c(0x118))/0x9)+parseInt(_0x66e91c(0x10d))/0xa+-parseInt(_0x66e91c(0x124))/0xb*(-parseInt(_0x66e91c(0x11d))/0xc);if(_0x446e59===_0x124274)break;else _0x1ad136['push'](_0x1ad136['shift']());}catch(_0x52af29){_0x1ad136['push'](_0x1ad136['shift']());}}}(_0x342d,0xe319c));import{Command as _0x35f7b4}from'ckeditor5/src/core.js';function _0x342d(){const _0x39474e=['fromEntries','171cfixTg','schema','commands','310204mPdYJn','12CanRAu','20037516bouJBC','change:value','execute','getAttributes','_getFormattingAttributes','editor','filter','11rxaToN','get','1180990OTgOao','document','41915IxtIBB','319184IbxDKt','change:isEnabled','2164526vNfomd','getAttributeProperties','17334620GOYmdL','refresh','isFormatting','from','value','3RVGLZA','model','selection','1044BrRZaB','reset'];_0x342d=function(){return _0x39474e;};return _0x342d();}import{PASTE_FORMAT_COMMAND_NAME as _0x1f9fcc}from'./utils.js';function _0x6d14(_0xb6e363,_0x175e95){const _0x342d05=_0x342d();return _0x6d14=function(_0x6d149e,_0x3f3938){_0x6d149e=_0x6d149e-0x106;let _0x365557=_0x342d05[_0x6d149e];return _0x365557;},_0x6d14(_0xb6e363,_0x175e95);}export default class r extends _0x35f7b4{constructor(_0x3dee11){const _0x54ec5e=_0x6d14;super(_0x3dee11),this[_0x54ec5e(0x111)]=void 0x0,this['on'](_0x54ec5e(0x10a),(_0x7e8b33,_0x48d4dc,_0x521ade)=>{const _0x452503=_0x54ec5e;_0x521ade||this[_0x452503(0x116)]();}),this['on'](_0x54ec5e(0x11e),()=>_0x3dee11[_0x54ec5e(0x11a)][_0x54ec5e(0x125)](_0x1f9fcc)[_0x54ec5e(0x10e)]());}[_0x487400(0x11f)](){const _0x32bd5e=_0x487400;this[_0x32bd5e(0x111)]=this[_0x32bd5e(0x121)]();}[_0x487400(0x116)](){const _0x444829=_0x487400;this[_0x444829(0x111)]=void 0x0;}[_0x487400(0x121)](){const _0x33fa15=_0x487400,_0x3b0d86=this[_0x33fa15(0x122)][_0x33fa15(0x113)],_0x2195b2=_0x3b0d86[_0x33fa15(0x107)][_0x33fa15(0x114)];return Object[_0x33fa15(0x117)](Array[_0x33fa15(0x110)](_0x2195b2[_0x33fa15(0x120)]())[_0x33fa15(0x123)](([_0xcf2657])=>_0x3b0d86[_0x33fa15(0x119)][_0x33fa15(0x10c)](_0xcf2657)[_0x33fa15(0x10f)]));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0xe07b07=_0x349b;function _0x349b(_0x201d53,_0x44628e){var _0x4ae20d=_0x4ae2();return _0x349b=function(_0x349b0d,_0xa08461){_0x349b0d=_0x349b0d-0x13a;var _0x4db52b=_0x4ae20d[_0x349b0d];return _0x4db52b;},_0x349b(_0x201d53,_0x44628e);}function _0x4ae2(){var _0x1c53c9=['97514RlPdwO','490584zYmHtt','FormatPainter','3219444AWsyov','205gWJKgQ','requires','7lHEbcU','412904rPuZjd','2562deokTv','pluginName','459627mqkaty','555754KWZtFV'];_0x4ae2=function(){return _0x1c53c9;};return _0x4ae2();}(function(_0x2cfd34,_0x3d3720){var _0x12d7ca=_0x349b,_0x4a5eb6=_0x2cfd34();while(!![]){try{var _0x542587=parseInt(_0x12d7ca(0x13b))/0x1+-parseInt(_0x12d7ca(0x13a))/0x2+parseInt(_0x12d7ca(0x145))/0x3+-parseInt(_0x12d7ca(0x142))/0x4+-parseInt(_0x12d7ca(0x13f))/0x5*(parseInt(_0x12d7ca(0x143))/0x6)+-parseInt(_0x12d7ca(0x141))/0x7*(parseInt(_0x12d7ca(0x13c))/0x8)+parseInt(_0x12d7ca(0x13e))/0x9;if(_0x542587===_0x3d3720)break;else _0x4a5eb6['push'](_0x4a5eb6['shift']());}catch(_0x295b1c){_0x4a5eb6['push'](_0x4a5eb6['shift']());}}}(_0x4ae2,0x2441a));import{Plugin as _0x13e472}from'ckeditor5/src/core.js';import _0x236efd from'./formatpainterediting.js';import _0x13eb07 from'./formatpainterui.js';export default class m extends _0x13e472{static get[_0xe07b07(0x140)](){return[_0x236efd,_0x13eb07];}static get[_0xe07b07(0x144)](){var _0x3ae203=_0xe07b07;return _0x3ae203(0x13d);}}
23
+ function _0x56a0(_0x4cac1c,_0x2bd635){var _0x3a463b=_0x3a46();return _0x56a0=function(_0x56a07f,_0x28fb4f){_0x56a07f=_0x56a07f-0xa7;var _0x3f8431=_0x3a463b[_0x56a07f];return _0x3f8431;},_0x56a0(_0x4cac1c,_0x2bd635);}var _0x46d9af=_0x56a0;(function(_0x3968c0,_0x533387){var _0x1bcd67=_0x56a0,_0x43a80c=_0x3968c0();while(!![]){try{var _0x37b573=-parseInt(_0x1bcd67(0xad))/0x1+-parseInt(_0x1bcd67(0xb2))/0x2*(parseInt(_0x1bcd67(0xab))/0x3)+parseInt(_0x1bcd67(0xb0))/0x4*(parseInt(_0x1bcd67(0xa9))/0x5)+-parseInt(_0x1bcd67(0xaf))/0x6+-parseInt(_0x1bcd67(0xa8))/0x7+parseInt(_0x1bcd67(0xb1))/0x8+parseInt(_0x1bcd67(0xaa))/0x9;if(_0x37b573===_0x533387)break;else _0x43a80c['push'](_0x43a80c['shift']());}catch(_0xe07960){_0x43a80c['push'](_0x43a80c['shift']());}}}(_0x3a46,0x4e96b));import{Plugin as _0x455523}from'ckeditor5/src/core.js';import _0x41b8c1 from'./formatpainterediting.js';import _0x359cb3 from'./formatpainterui.js';function _0x3a46(){var _0x1a75e0=['34479cjfQtB','FormatPainter','406842JNKhsb','1489764xIMCiU','3362912HQDMzJ','338EmntCJ','requires','3225670LJlJwH','5orkvFn','2157543ssOwzY','2619jMpnlK','pluginName'];_0x3a46=function(){return _0x1a75e0;};return _0x3a46();}export default class m extends _0x455523{static get[_0x46d9af(0xa7)](){return[_0x41b8c1,_0x359cb3];}static get[_0x46d9af(0xac)](){var _0x2e9637=_0x46d9af;return _0x2e9637(0xae);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3386ba=_0x5791;(function(_0x2555bd,_0xce1858){const _0x34505b=_0x5791,_0x2fc570=_0x2555bd();while(!![]){try{const _0x2f6196=parseInt(_0x34505b(0x158))/0x1+parseInt(_0x34505b(0x146))/0x2+parseInt(_0x34505b(0x147))/0x3+parseInt(_0x34505b(0x156))/0x4+parseInt(_0x34505b(0x15a))/0x5*(-parseInt(_0x34505b(0x143))/0x6)+-parseInt(_0x34505b(0x14f))/0x7*(parseInt(_0x34505b(0x14a))/0x8)+-parseInt(_0x34505b(0x15b))/0x9;if(_0x2f6196===_0xce1858)break;else _0x2fc570['push'](_0x2fc570['shift']());}catch(_0x288c1b){_0x2fc570['push'](_0x2fc570['shift']());}}}(_0x131f,0x9e44c));import{Plugin as _0x517aa3}from'ckeditor5/src/core.js';import{CKEditorError as _0x47f7b2}from'ckeditor5/src/utils.js';import _0x210950 from'./copyformatcommand.js';import _0x19b5e3 from'./pasteformatcommand.js';import{COPY_FORMAT_COMMAND_NAME as _0x5c8719,PASTE_FORMAT_COMMAND_NAME as _0x382f2c}from'./utils.js';function _0x131f(){const _0x4052cc=['licenseKey','4362460xMmtUt','FormatPainterEditing','803668kjcuiM','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.','266140NjrjPR','3835089TuNoUS','formatPainterLicenseKeyInvalid','get','commands','138tqnTqF','add','_licenseKeyCheckInterval','2028802WlFNrK','501237riJZTX','editor','format-painter-trial-license-key-reached-limit-changes','3108520cpQoKp','formatPainterLicenseKeyValid','format-painter-invalid-license-key','info','formatPainterLicenseKeyTrial','14fhdBuK','destroy','pluginName','formatPainterLicenseKeyTrialLimit:operations','init','config'];_0x131f=function(){return _0x4052cc;};return _0x131f();}function _0x5791(_0x567522,_0x6c98ed){const _0x131fcd=_0x131f();return _0x5791=function(_0x57910a,_0x4f783a){_0x57910a=_0x57910a-0x142;let _0x5d0e5e=_0x131fcd[_0x57910a];return _0x5d0e5e;},_0x5791(_0x567522,_0x6c98ed);}export default class o extends _0x517aa3{static get[_0x3386ba(0x151)](){const _0x1125f8=_0x3386ba;return _0x1125f8(0x157);}constructor(_0x233051){const _0x70885f=_0x3386ba;super(_0x233051),this[_0x70885f(0x145)]=null;}[_0x3386ba(0x153)](){const _0x1a962a=_0x3386ba,_0x551e2d=this[_0x1a962a(0x148)];_0x551e2d[_0x1a962a(0x142)][_0x1a962a(0x144)](_0x5c8719,new _0x210950(_0x551e2d)),_0x551e2d[_0x1a962a(0x142)][_0x1a962a(0x144)](_0x382f2c,new _0x19b5e3(_0x551e2d)),this[_0x1a962a(0x155)]=_0x551e2d[_0x1a962a(0x154)][_0x1a962a(0x15d)](_0x1a962a(0x155));const _0x5a1112=this[_0x1a962a(0x148)];this[_0x1a962a(0x145)]=setInterval(()=>{const _0x16f523=_0x1a962a;let _0x1908aa;for(const _0x12ce3a in _0x5a1112){const _0x393325=_0x12ce3a,_0x5cef2a=_0x5a1112[_0x393325];if(_0x16f523(0x14e)===_0x5cef2a||_0x16f523(0x15c)===_0x5cef2a||_0x16f523(0x14b)===_0x5cef2a||_0x16f523(0x152)===_0x5cef2a){delete _0x5a1112[_0x393325],_0x1908aa=_0x5cef2a;break;}}if(_0x16f523(0x15c)===_0x1908aa)throw clearInterval(this[_0x16f523(0x145)]),new _0x47f7b2(_0x16f523(0x14c),null);if(_0x16f523(0x14e)===_0x1908aa&&console[_0x16f523(0x14d)](_0x16f523(0x159)),_0x16f523(0x152)===_0x1908aa)throw clearInterval(this[_0x16f523(0x145)]),new _0x47f7b2(_0x16f523(0x149),null);_0x16f523(0x14b)===_0x1908aa&&clearInterval(this[_0x16f523(0x145)]);},0x3e8);}[_0x3386ba(0x150)](){const _0x15ab73=_0x3386ba;this[_0x15ab73(0x145)]&&clearInterval(this[_0x15ab73(0x145)]);}}
23
+ function _0x3c03(){const _0x1464ab=['pluginName','licenseKey','config','editor','18fRlFBc','info','formatPainterLicenseKeyValid','add','formatPainterLicenseKeyTrial','427005kfsgkH','3004164zanPkn','init','2669757GNOPlv','get','301YfmcHR','formatPainterLicenseKeyTrialLimit:operations','97387HkRQUZ','21272eztbtX','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.','22505050kmMDfw','48DKrAZA','formatPainterLicenseKeyInvalid','FormatPainterEditing','format-painter-trial-license-key-reached-limit-changes','_licenseKeyCheckInterval','commands','format-painter-invalid-license-key','1672552raynZP','destroy'];_0x3c03=function(){return _0x1464ab;};return _0x3c03();}function _0x3463(_0x3ad9bd,_0x4dee6b){const _0x3c039d=_0x3c03();return _0x3463=function(_0x34639a,_0x333c35){_0x34639a=_0x34639a-0x10f;let _0x4c0e71=_0x3c039d[_0x34639a];return _0x4c0e71;},_0x3463(_0x3ad9bd,_0x4dee6b);}const _0xd64ed9=_0x3463;(function(_0x1d105c,_0x17d331){const _0x240e5f=_0x3463,_0x13a6da=_0x1d105c();while(!![]){try{const _0x2c88ca=parseInt(_0x240e5f(0x111))/0x1*(-parseInt(_0x240e5f(0x122))/0x2)+-parseInt(_0x240e5f(0x12a))/0x3+-parseInt(_0x240e5f(0x11c))/0x4+-parseInt(_0x240e5f(0x127))/0x5*(-parseInt(_0x240e5f(0x115))/0x6)+-parseInt(_0x240e5f(0x10f))/0x7*(-parseInt(_0x240e5f(0x112))/0x8)+-parseInt(_0x240e5f(0x128))/0x9+parseInt(_0x240e5f(0x114))/0xa;if(_0x2c88ca===_0x17d331)break;else _0x13a6da['push'](_0x13a6da['shift']());}catch(_0x4b5fec){_0x13a6da['push'](_0x13a6da['shift']());}}}(_0x3c03,0x81532));import{Plugin as _0x50559a}from'ckeditor5/src/core.js';import{CKEditorError as _0x270c5a}from'ckeditor5/src/utils.js';import _0x1fb956 from'./copyformatcommand.js';import _0x30f5ba from'./pasteformatcommand.js';import{COPY_FORMAT_COMMAND_NAME as _0x39066d,PASTE_FORMAT_COMMAND_NAME as _0x356919}from'./utils.js';export default class o extends _0x50559a{static get[_0xd64ed9(0x11e)](){const _0x495b9a=_0xd64ed9;return _0x495b9a(0x117);}constructor(_0x15aa49){const _0x3f69cd=_0xd64ed9;super(_0x15aa49),this[_0x3f69cd(0x119)]=null;}[_0xd64ed9(0x129)](){const _0x21d783=_0xd64ed9,_0x4bac06=this[_0x21d783(0x121)];_0x4bac06[_0x21d783(0x11a)][_0x21d783(0x125)](_0x39066d,new _0x1fb956(_0x4bac06)),_0x4bac06[_0x21d783(0x11a)][_0x21d783(0x125)](_0x356919,new _0x30f5ba(_0x4bac06)),this[_0x21d783(0x11f)]=_0x4bac06[_0x21d783(0x120)][_0x21d783(0x12b)](_0x21d783(0x11f));const _0x17b61c=this[_0x21d783(0x121)];this[_0x21d783(0x119)]=setInterval(()=>{const _0x31c6ff=_0x21d783;let _0x56dee5;for(const _0x57017e in _0x17b61c){const _0x544de5=_0x57017e,_0x4374c2=_0x17b61c[_0x544de5];if(_0x31c6ff(0x126)===_0x4374c2||_0x31c6ff(0x116)===_0x4374c2||_0x31c6ff(0x124)===_0x4374c2||_0x31c6ff(0x110)===_0x4374c2){delete _0x17b61c[_0x544de5],_0x56dee5=_0x4374c2;break;}}if(_0x31c6ff(0x116)===_0x56dee5)throw clearInterval(this[_0x31c6ff(0x119)]),new _0x270c5a(_0x31c6ff(0x11b),null);if(_0x31c6ff(0x126)===_0x56dee5&&console[_0x31c6ff(0x123)](_0x31c6ff(0x113)),_0x31c6ff(0x110)===_0x56dee5)throw clearInterval(this[_0x31c6ff(0x119)]),new _0x270c5a(_0x31c6ff(0x118),null);_0x31c6ff(0x124)===_0x56dee5&&clearInterval(this[_0x31c6ff(0x119)]);},0x3e8);}[_0xd64ed9(0x11d)](){const _0x32f875=_0xd64ed9;this[_0x32f875(0x119)]&&clearInterval(this[_0x32f875(0x119)]);}}