@ckeditor/ckeditor5-format-painter 0.0.0-nightly-20240710.0 → 0.0.0-nightly-20240712.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 (99) hide show
  1. package/build/format-painter.js +1 -1
  2. package/dist/index-editor.css +2 -1
  3. package/dist/index.js +2 -2
  4. package/dist/translations/ar.js +1 -1
  5. package/dist/translations/ar.umd.js +1 -1
  6. package/dist/translations/bg.js +1 -1
  7. package/dist/translations/bg.umd.js +1 -1
  8. package/dist/translations/bn.js +1 -1
  9. package/dist/translations/bn.umd.js +1 -1
  10. package/dist/translations/ca.js +1 -1
  11. package/dist/translations/ca.umd.js +1 -1
  12. package/dist/translations/cs.js +1 -1
  13. package/dist/translations/cs.umd.js +1 -1
  14. package/dist/translations/da.js +1 -1
  15. package/dist/translations/da.umd.js +1 -1
  16. package/dist/translations/de.js +1 -1
  17. package/dist/translations/de.umd.js +1 -1
  18. package/dist/translations/el.js +1 -1
  19. package/dist/translations/el.umd.js +1 -1
  20. package/dist/translations/en-au.js +1 -1
  21. package/dist/translations/en-au.umd.js +1 -1
  22. package/dist/translations/en.umd.js +1 -1
  23. package/dist/translations/es.js +1 -1
  24. package/dist/translations/es.umd.js +1 -1
  25. package/dist/translations/et.js +1 -1
  26. package/dist/translations/et.umd.js +1 -1
  27. package/dist/translations/fi.js +1 -1
  28. package/dist/translations/fi.umd.js +1 -1
  29. package/dist/translations/fr.js +1 -1
  30. package/dist/translations/fr.umd.js +1 -1
  31. package/dist/translations/gl.js +1 -1
  32. package/dist/translations/gl.umd.js +1 -1
  33. package/dist/translations/he.js +1 -1
  34. package/dist/translations/he.umd.js +1 -1
  35. package/dist/translations/hi.js +1 -1
  36. package/dist/translations/hi.umd.js +1 -1
  37. package/dist/translations/hr.js +1 -1
  38. package/dist/translations/hr.umd.js +1 -1
  39. package/dist/translations/hu.js +1 -1
  40. package/dist/translations/hu.umd.js +1 -1
  41. package/dist/translations/id.js +1 -1
  42. package/dist/translations/id.umd.js +1 -1
  43. package/dist/translations/it.js +1 -1
  44. package/dist/translations/it.umd.js +1 -1
  45. package/dist/translations/ja.js +1 -1
  46. package/dist/translations/ja.umd.js +1 -1
  47. package/dist/translations/ko.js +1 -1
  48. package/dist/translations/ko.umd.js +1 -1
  49. package/dist/translations/lt.js +1 -1
  50. package/dist/translations/lt.umd.js +1 -1
  51. package/dist/translations/lv.js +1 -1
  52. package/dist/translations/lv.umd.js +1 -1
  53. package/dist/translations/ms.js +1 -1
  54. package/dist/translations/ms.umd.js +1 -1
  55. package/dist/translations/nl.js +1 -1
  56. package/dist/translations/nl.umd.js +1 -1
  57. package/dist/translations/no.js +1 -1
  58. package/dist/translations/no.umd.js +1 -1
  59. package/dist/translations/pl.js +1 -1
  60. package/dist/translations/pl.umd.js +1 -1
  61. package/dist/translations/pt-br.js +1 -1
  62. package/dist/translations/pt-br.umd.js +1 -1
  63. package/dist/translations/pt.js +1 -1
  64. package/dist/translations/pt.umd.js +1 -1
  65. package/dist/translations/ro.js +1 -1
  66. package/dist/translations/ro.umd.js +1 -1
  67. package/dist/translations/ru.js +1 -1
  68. package/dist/translations/ru.umd.js +1 -1
  69. package/dist/translations/sk.js +1 -1
  70. package/dist/translations/sk.umd.js +1 -1
  71. package/dist/translations/sr-latn.js +1 -1
  72. package/dist/translations/sr-latn.umd.js +1 -1
  73. package/dist/translations/sr.js +1 -1
  74. package/dist/translations/sr.umd.js +1 -1
  75. package/dist/translations/sv.js +1 -1
  76. package/dist/translations/sv.umd.js +1 -1
  77. package/dist/translations/th.js +1 -1
  78. package/dist/translations/th.umd.js +1 -1
  79. package/dist/translations/tr.js +1 -1
  80. package/dist/translations/tr.umd.js +1 -1
  81. package/dist/translations/ug.js +1 -1
  82. package/dist/translations/ug.umd.js +1 -1
  83. package/dist/translations/uk.js +1 -1
  84. package/dist/translations/uk.umd.js +1 -1
  85. package/dist/translations/vi.js +1 -1
  86. package/dist/translations/vi.umd.js +1 -1
  87. package/dist/translations/zh-cn.js +1 -1
  88. package/dist/translations/zh-cn.umd.js +1 -1
  89. package/dist/translations/zh.js +1 -1
  90. package/dist/translations/zh.umd.js +1 -1
  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.js +1 -1
  99. package/src/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x3c0392=>{const {sr:{dictionary:_0x2d9251,getPluralForm:_0x4df76f}}={'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':_0x273065=>_0x273065%0xa==0x1&&_0x273065%0x64!=0xb?0x0:_0x273065%0xa>=0x2&&_0x273065%0xa<=0x4&&(_0x273065%0x64<0xa||_0x273065%0x64>=0x14)?0x1:0x2}};_0x3c0392['sr']||={'dictionary':{},'getPluralForm':null},_0x3c0392['sr']['dictionary']=Object['assign'](_0x3c0392['sr']['dictionary'],_0x2d9251),_0x3c0392['sr']['getPluralForm']=_0x4df76f;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x364db2=>{const {sr:{dictionary:_0x4fbc48,getPluralForm:_0x587e8f}}={'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':_0xaa299e=>_0xaa299e%0xa==0x1&&_0xaa299e%0x64!=0xb?0x0:_0xaa299e%0xa>=0x2&&_0xaa299e%0xa<=0x4&&(_0xaa299e%0x64<0xa||_0xaa299e%0x64>=0x14)?0x1:0x2}};_0x364db2['sr']||={'dictionary':{},'getPluralForm':null},_0x364db2['sr']['dictionary']=Object['assign'](_0x364db2['sr']['dictionary'],_0x4fbc48),_0x364db2['sr']['getPluralForm']=_0x587e8f;})(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':_0x57182f=>0x1!=_0x57182f}};
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':_0x47d1b7=>0x1!=_0x47d1b7}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x3c65c4=>{const {sv:{dictionary:_0xf8bf22,getPluralForm:_0x2898cd}}={'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':_0x3253eb=>0x1!=_0x3253eb}};_0x3c65c4['sv']||={'dictionary':{},'getPluralForm':null},_0x3c65c4['sv']['dictionary']=Object['assign'](_0x3c65c4['sv']['dictionary'],_0xf8bf22),_0x3c65c4['sv']['getPluralForm']=_0x2898cd;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x5716fd=>{const {sv:{dictionary:_0x1d51df,getPluralForm:_0x2ffea6}}={'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':_0x2a3599=>0x1!=_0x2a3599}};_0x5716fd['sv']||={'dictionary':{},'getPluralForm':null},_0x5716fd['sv']['dictionary']=Object['assign'](_0x5716fd['sv']['dictionary'],_0x1d51df),_0x5716fd['sv']['getPluralForm']=_0x2ffea6;})(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':_0x82d7fb=>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':_0x4a0b00=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x4967c8=>{const {th:{dictionary:_0x593dc1,getPluralForm:_0xf43349}}={'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':_0x201342=>0x0}};_0x4967c8['th']||={'dictionary':{},'getPluralForm':null},_0x4967c8['th']['dictionary']=Object['assign'](_0x4967c8['th']['dictionary'],_0x593dc1),_0x4967c8['th']['getPluralForm']=_0xf43349;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x60f4c2=>{const {th:{dictionary:_0x3bba5d,getPluralForm:_0x21c7e4}}={'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':_0x2fa385=>0x0}};_0x60f4c2['th']||={'dictionary':{},'getPluralForm':null},_0x60f4c2['th']['dictionary']=Object['assign'](_0x60f4c2['th']['dictionary'],_0x3bba5d),_0x60f4c2['th']['getPluralForm']=_0x21c7e4;})(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':_0x3d6de1=>_0x3d6de1>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':_0x4a855d=>_0x4a855d>0x1}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x33179c=>{const {tr:{dictionary:_0x5d5d29,getPluralForm:_0x49be25}}={'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':_0x5dbeb3=>_0x5dbeb3>0x1}};_0x33179c['tr']||={'dictionary':{},'getPluralForm':null},_0x33179c['tr']['dictionary']=Object['assign'](_0x33179c['tr']['dictionary'],_0x5d5d29),_0x33179c['tr']['getPluralForm']=_0x49be25;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x27ebe7=>{const {tr:{dictionary:_0x373f01,getPluralForm:_0x51b589}}={'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':_0x272cb5=>_0x272cb5>0x1}};_0x27ebe7['tr']||={'dictionary':{},'getPluralForm':null},_0x27ebe7['tr']['dictionary']=Object['assign'](_0x27ebe7['tr']['dictionary'],_0x373f01),_0x27ebe7['tr']['getPluralForm']=_0x51b589;})(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':_0x2b9cc7=>0x1!=_0x2b9cc7}};
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':_0x16f214=>0x1!=_0x16f214}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x416a03=>{const {ug:{dictionary:_0x8ce0be,getPluralForm:_0x1b75e1}}={'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':_0x534c43=>0x1!=_0x534c43}};_0x416a03['ug']||={'dictionary':{},'getPluralForm':null},_0x416a03['ug']['dictionary']=Object['assign'](_0x416a03['ug']['dictionary'],_0x8ce0be),_0x416a03['ug']['getPluralForm']=_0x1b75e1;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x124227=>{const {ug:{dictionary:_0x205e92,getPluralForm:_0x40b299}}={'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':_0x27d298=>0x1!=_0x27d298}};_0x124227['ug']||={'dictionary':{},'getPluralForm':null},_0x124227['ug']['dictionary']=Object['assign'](_0x124227['ug']['dictionary'],_0x205e92),_0x124227['ug']['getPluralForm']=_0x40b299;})(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':_0x3a9487=>_0x3a9487%0x1==0x0&&_0x3a9487%0xa==0x1&&_0x3a9487%0x64!=0xb?0x0:_0x3a9487%0x1==0x0&&_0x3a9487%0xa>=0x2&&_0x3a9487%0xa<=0x4&&(_0x3a9487%0x64<0xc||_0x3a9487%0x64>0xe)?0x1:_0x3a9487%0x1==0x0&&(_0x3a9487%0xa==0x0||_0x3a9487%0xa>=0x5&&_0x3a9487%0xa<=0x9||_0x3a9487%0x64>=0xb&&_0x3a9487%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':_0x34dd23=>_0x34dd23%0x1==0x0&&_0x34dd23%0xa==0x1&&_0x34dd23%0x64!=0xb?0x0:_0x34dd23%0x1==0x0&&_0x34dd23%0xa>=0x2&&_0x34dd23%0xa<=0x4&&(_0x34dd23%0x64<0xc||_0x34dd23%0x64>0xe)?0x1:_0x34dd23%0x1==0x0&&(_0x34dd23%0xa==0x0||_0x34dd23%0xa>=0x5&&_0x34dd23%0xa<=0x9||_0x34dd23%0x64>=0xb&&_0x34dd23%0x64<=0xe)?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x415c43=>{const {uk:{dictionary:_0x24f784,getPluralForm:_0x3d0460}}={'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':_0x45852c=>_0x45852c%0x1==0x0&&_0x45852c%0xa==0x1&&_0x45852c%0x64!=0xb?0x0:_0x45852c%0x1==0x0&&_0x45852c%0xa>=0x2&&_0x45852c%0xa<=0x4&&(_0x45852c%0x64<0xc||_0x45852c%0x64>0xe)?0x1:_0x45852c%0x1==0x0&&(_0x45852c%0xa==0x0||_0x45852c%0xa>=0x5&&_0x45852c%0xa<=0x9||_0x45852c%0x64>=0xb&&_0x45852c%0x64<=0xe)?0x2:0x3}};_0x415c43['uk']||={'dictionary':{},'getPluralForm':null},_0x415c43['uk']['dictionary']=Object['assign'](_0x415c43['uk']['dictionary'],_0x24f784),_0x415c43['uk']['getPluralForm']=_0x3d0460;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x455026=>{const {uk:{dictionary:_0x1f3c7b,getPluralForm:_0x1ddbd7}}={'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':_0x3fe2e5=>_0x3fe2e5%0x1==0x0&&_0x3fe2e5%0xa==0x1&&_0x3fe2e5%0x64!=0xb?0x0:_0x3fe2e5%0x1==0x0&&_0x3fe2e5%0xa>=0x2&&_0x3fe2e5%0xa<=0x4&&(_0x3fe2e5%0x64<0xc||_0x3fe2e5%0x64>0xe)?0x1:_0x3fe2e5%0x1==0x0&&(_0x3fe2e5%0xa==0x0||_0x3fe2e5%0xa>=0x5&&_0x3fe2e5%0xa<=0x9||_0x3fe2e5%0x64>=0xb&&_0x3fe2e5%0x64<=0xe)?0x2:0x3}};_0x455026['uk']||={'dictionary':{},'getPluralForm':null},_0x455026['uk']['dictionary']=Object['assign'](_0x455026['uk']['dictionary'],_0x1f3c7b),_0x455026['uk']['getPluralForm']=_0x1ddbd7;})(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':_0x19f03a=>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':_0xb7de83=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x158e94=>{const {vi:{dictionary:_0x1e8860,getPluralForm:_0x5ee595}}={'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':_0x508c9a=>0x0}};_0x158e94['vi']||={'dictionary':{},'getPluralForm':null},_0x158e94['vi']['dictionary']=Object['assign'](_0x158e94['vi']['dictionary'],_0x1e8860),_0x158e94['vi']['getPluralForm']=_0x5ee595;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2d8644=>{const {vi:{dictionary:_0x2da282,getPluralForm:_0x1be81a}}={'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':_0x510171=>0x0}};_0x2d8644['vi']||={'dictionary':{},'getPluralForm':null},_0x2d8644['vi']['dictionary']=Object['assign'](_0x2d8644['vi']['dictionary'],_0x2da282),_0x2d8644['vi']['getPluralForm']=_0x1be81a;})(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':_0x582c9d=>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':_0x54e2da=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2ce8f2=>{const {'zh-cn':{dictionary:_0x3ac8d7,getPluralForm:_0x57b97d}}={'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':_0x22faa5=>0x0}};_0x2ce8f2['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x2ce8f2['zh-cn']['dictionary']=Object['assign'](_0x2ce8f2['zh-cn']['dictionary'],_0x3ac8d7),_0x2ce8f2['zh-cn']['getPluralForm']=_0x57b97d;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2302e7=>{const {'zh-cn':{dictionary:_0x1c3abb,getPluralForm:_0x18953d}}={'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':_0x4a4a52=>0x0}};_0x2302e7['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x2302e7['zh-cn']['dictionary']=Object['assign'](_0x2302e7['zh-cn']['dictionary'],_0x1c3abb),_0x2302e7['zh-cn']['getPluralForm']=_0x18953d;})(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':_0x5644ba=>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':_0x526760=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x5781c0=>{const {zh:{dictionary:_0x311177,getPluralForm:_0x32e68f}}={'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':_0x93e26f=>0x0}};_0x5781c0['zh']||={'dictionary':{},'getPluralForm':null},_0x5781c0['zh']['dictionary']=Object['assign'](_0x5781c0['zh']['dictionary'],_0x311177),_0x5781c0['zh']['getPluralForm']=_0x32e68f;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0xf7adc5=>{const {zh:{dictionary:_0x33a76e,getPluralForm:_0x4ebf12}}={'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':_0x5c5364=>0x0}};_0xf7adc5['zh']||={'dictionary':{},'getPluralForm':null},_0xf7adc5['zh']['dictionary']=Object['assign'](_0xf7adc5['zh']['dictionary'],_0x33a76e),_0xf7adc5['zh']['getPluralForm']=_0x4ebf12;})(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-20240710.0",
3
+ "version": "0.0.0-nightly-20240712.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-20240710.0",
16
- "ckeditor5-collaboration": "0.0.0-nightly-20240710.0"
15
+ "ckeditor5": "0.0.0-nightly-20240712.0",
16
+ "ckeditor5-collaboration": "0.0.0-nightly-20240712.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 _0x302faf=_0x4d75;(function(_0x2fc87d,_0x2fccef){const _0x8f1db9=_0x4d75,_0x5c6bc8=_0x2fc87d();while(!![]){try{const _0x1151a7=parseInt(_0x8f1db9(0x16d))/0x1+parseInt(_0x8f1db9(0x163))/0x2+-parseInt(_0x8f1db9(0x166))/0x3*(-parseInt(_0x8f1db9(0x15c))/0x4)+parseInt(_0x8f1db9(0x170))/0x5*(-parseInt(_0x8f1db9(0x167))/0x6)+-parseInt(_0x8f1db9(0x16b))/0x7*(parseInt(_0x8f1db9(0x16c))/0x8)+parseInt(_0x8f1db9(0x162))/0x9+-parseInt(_0x8f1db9(0x15b))/0xa;if(_0x1151a7===_0x2fccef)break;else _0x5c6bc8['push'](_0x5c6bc8['shift']());}catch(_0x1f08f2){_0x5c6bc8['push'](_0x5c6bc8['shift']());}}}(_0xe5a1,0x70ee6));import{Command as _0x559382}from'ckeditor5/src/core.js';function _0x4d75(_0x259855,_0x5aa24d){const _0xe5a192=_0xe5a1();return _0x4d75=function(_0x4d752f,_0x3538e1){_0x4d752f=_0x4d752f-0x155;let _0x4402f7=_0xe5a192[_0x4d752f];return _0x4402f7;},_0x4d75(_0x259855,_0x5aa24d);}import{PASTE_FORMAT_COMMAND_NAME as _0x3eba93}from'./utils.js';function _0xe5a1(){const _0x1e24a0=['5sSwRUC','selection','execute','change:isEnabled','value','change:value','get','isFormatting','schema','7863620nLlZmL','17588ttNGPM','filter','document','from','model','reset','4958190ApnSmD','986348MRHroT','commands','fromEntries','438nJhKsO','764334MFnooW','editor','getAttributes','getAttributeProperties','451598eogpkt','80lxjRsu','335411WiIhiv','refresh','_getFormattingAttributes'];_0xe5a1=function(){return _0x1e24a0;};return _0xe5a1();}export default class r extends _0x559382{constructor(_0x2a924c){const _0xc4dbb1=_0x4d75;super(_0x2a924c),this[_0xc4dbb1(0x156)]=void 0x0,this['on'](_0xc4dbb1(0x155),(_0x95048a,_0x5c7220,_0x228437)=>{const _0x5b0ce6=_0xc4dbb1;_0x228437||this[_0x5b0ce6(0x161)]();}),this['on'](_0xc4dbb1(0x157),()=>_0x2a924c[_0xc4dbb1(0x164)][_0xc4dbb1(0x158)](_0x3eba93)[_0xc4dbb1(0x16e)]());}[_0x302faf(0x172)](){const _0x98b3=_0x302faf;this[_0x98b3(0x156)]=this[_0x98b3(0x16f)]();}[_0x302faf(0x161)](){const _0x261bc8=_0x302faf;this[_0x261bc8(0x156)]=void 0x0;}[_0x302faf(0x16f)](){const _0x8350de=_0x302faf,_0x41db41=this[_0x8350de(0x168)][_0x8350de(0x160)],_0x157e87=_0x41db41[_0x8350de(0x15e)][_0x8350de(0x171)];return Object[_0x8350de(0x165)](Array[_0x8350de(0x15f)](_0x157e87[_0x8350de(0x169)]())[_0x8350de(0x15d)](([_0x5d136b])=>_0x41db41[_0x8350de(0x15a)][_0x8350de(0x16a)](_0x5d136b)[_0x8350de(0x159)]));}}
23
+ const _0x28a68d=_0x4003;(function(_0x543488,_0x553c00){const _0x50a754=_0x4003,_0x5a5be6=_0x543488();while(!![]){try{const _0x4ff7cf=parseInt(_0x50a754(0x167))/0x1*(-parseInt(_0x50a754(0x179))/0x2)+-parseInt(_0x50a754(0x174))/0x3*(-parseInt(_0x50a754(0x177))/0x4)+parseInt(_0x50a754(0x16b))/0x5+parseInt(_0x50a754(0x17b))/0x6+-parseInt(_0x50a754(0x162))/0x7+parseInt(_0x50a754(0x160))/0x8*(parseInt(_0x50a754(0x16d))/0x9)+parseInt(_0x50a754(0x163))/0xa;if(_0x4ff7cf===_0x553c00)break;else _0x5a5be6['push'](_0x5a5be6['shift']());}catch(_0x28371c){_0x5a5be6['push'](_0x5a5be6['shift']());}}}(_0x189f,0x85b27));function _0x189f(){const _0x303a0a=['getAttributeProperties','from','391116JFBsqQ','refresh','2zXTNeb','change:value','3161772XSidtF','reset','filter','1949688LNdqCS','editor','4920132OpzmMu','241280KsRlZz','selection','value','model','1032349QrbJTT','isFormatting','schema','getAttributes','2317885uezHUl','fromEntries','36WGNedU','get','commands','_getFormattingAttributes','execute','change:isEnabled','document','9XJpKjl'];_0x189f=function(){return _0x303a0a;};return _0x189f();}import{Command as _0x320d7e}from'ckeditor5/src/core.js';function _0x4003(_0x4c35ec,_0xc910b7){const _0x189f7e=_0x189f();return _0x4003=function(_0x400357,_0x9917ac){_0x400357=_0x400357-0x15f;let _0x7abfd1=_0x189f7e[_0x400357];return _0x7abfd1;},_0x4003(_0x4c35ec,_0xc910b7);}import{PASTE_FORMAT_COMMAND_NAME as _0x54b3e0}from'./utils.js';export default class r extends _0x320d7e{constructor(_0x5e3731){const _0x4e5416=_0x4003;super(_0x5e3731),this[_0x4e5416(0x165)]=void 0x0,this['on'](_0x4e5416(0x172),(_0x145cc9,_0x375bed,_0x17f05c)=>{const _0x360183=_0x4e5416;_0x17f05c||this[_0x360183(0x17c)]();}),this['on'](_0x4e5416(0x17a),()=>_0x5e3731[_0x4e5416(0x16f)][_0x4e5416(0x16e)](_0x54b3e0)[_0x4e5416(0x178)]());}[_0x28a68d(0x171)](){const _0x30a74b=_0x28a68d;this[_0x30a74b(0x165)]=this[_0x30a74b(0x170)]();}[_0x28a68d(0x17c)](){const _0x1b8875=_0x28a68d;this[_0x1b8875(0x165)]=void 0x0;}[_0x28a68d(0x170)](){const _0x4648e7=_0x28a68d,_0x5f3d39=this[_0x4648e7(0x161)][_0x4648e7(0x166)],_0x21df50=_0x5f3d39[_0x4648e7(0x173)][_0x4648e7(0x164)];return Object[_0x4648e7(0x16c)](Array[_0x4648e7(0x176)](_0x21df50[_0x4648e7(0x16a)]())[_0x4648e7(0x15f)](([_0x4c5b49])=>_0x5f3d39[_0x4648e7(0x169)][_0x4648e7(0x175)](_0x4c5b49)[_0x4648e7(0x168)]));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x29e5(_0x3e312f,_0x3b2876){var _0x4d6ef1=_0x4d6e();return _0x29e5=function(_0x29e5d1,_0x12fd90){_0x29e5d1=_0x29e5d1-0x1cc;var _0x3d0db6=_0x4d6ef1[_0x29e5d1];return _0x3d0db6;},_0x29e5(_0x3e312f,_0x3b2876);}function _0x4d6e(){var _0x29a804=['9308560DcaPnP','5MryBqb','pluginName','1851102RlsxNl','1228512lvpdHE','8gzqpkB','5724222fvSbfr','requires','390988AVRweS','3027871ZYHirH','FormatPainter','586359qBqHKw','2OCBKkT'];_0x4d6e=function(){return _0x29a804;};return _0x4d6e();}var _0x14bf8d=_0x29e5;(function(_0x158d46,_0x529bf1){var _0x37fdf5=_0x29e5,_0x502274=_0x158d46();while(!![]){try{var _0x4d7f37=parseInt(_0x37fdf5(0x1d3))/0x1*(parseInt(_0x37fdf5(0x1d4))/0x2)+parseInt(_0x37fdf5(0x1cc))/0x3+parseInt(_0x37fdf5(0x1d0))/0x4+parseInt(_0x37fdf5(0x1d6))/0x5*(parseInt(_0x37fdf5(0x1ce))/0x6)+-parseInt(_0x37fdf5(0x1d1))/0x7*(parseInt(_0x37fdf5(0x1cd))/0x8)+-parseInt(_0x37fdf5(0x1d8))/0x9+-parseInt(_0x37fdf5(0x1d5))/0xa;if(_0x4d7f37===_0x529bf1)break;else _0x502274['push'](_0x502274['shift']());}catch(_0x72fdce){_0x502274['push'](_0x502274['shift']());}}}(_0x4d6e,0x74d60));import{Plugin as _0x576960}from'ckeditor5/src/core.js';import _0x3a0692 from'./formatpainterediting.js';import _0x24fbc7 from'./formatpainterui.js';export default class m extends _0x576960{static get[_0x14bf8d(0x1cf)](){return[_0x3a0692,_0x24fbc7];}static get[_0x14bf8d(0x1d7)](){var _0x4fed09=_0x14bf8d;return _0x4fed09(0x1d2);}}
23
+ function _0x4ae9(){var _0x541768=['2921226tVPYgO','548562pmlwsW','7KTURjq','pluginName','3035855VEVdVW','requires','598382TPUTRz','FormatPainter','2240908RRYptY','4234216cSYTQx','3lCREOo','82420WQGwXs','261XIOxIX','6EQXGxi'];_0x4ae9=function(){return _0x541768;};return _0x4ae9();}var _0x16fdc1=_0x2dc1;(function(_0x3498a7,_0x3ef835){var _0x1dcbb8=_0x2dc1,_0x54775f=_0x3498a7();while(!![]){try{var _0x2ca3b0=-parseInt(_0x1dcbb8(0x139))/0x1+parseInt(_0x1dcbb8(0x13e))/0x2*(parseInt(_0x1dcbb8(0x142))/0x3)+parseInt(_0x1dcbb8(0x140))/0x4+parseInt(_0x1dcbb8(0x13c))/0x5*(parseInt(_0x1dcbb8(0x145))/0x6)+parseInt(_0x1dcbb8(0x13a))/0x7*(-parseInt(_0x1dcbb8(0x141))/0x8)+parseInt(_0x1dcbb8(0x144))/0x9*(parseInt(_0x1dcbb8(0x143))/0xa)+-parseInt(_0x1dcbb8(0x146))/0xb;if(_0x2ca3b0===_0x3ef835)break;else _0x54775f['push'](_0x54775f['shift']());}catch(_0x5ec3ab){_0x54775f['push'](_0x54775f['shift']());}}}(_0x4ae9,0x586da));import{Plugin as _0x5bce75}from'ckeditor5/src/core.js';import _0x3a112e from'./formatpainterediting.js';import _0x27f8dc from'./formatpainterui.js';function _0x2dc1(_0x1f3c5a,_0x1286cf){var _0x4ae94a=_0x4ae9();return _0x2dc1=function(_0x2dc1da,_0x9a7f97){_0x2dc1da=_0x2dc1da-0x139;var _0x100c62=_0x4ae94a[_0x2dc1da];return _0x100c62;},_0x2dc1(_0x1f3c5a,_0x1286cf);}export default class m extends _0x5bce75{static get[_0x16fdc1(0x13d)](){return[_0x3a112e,_0x27f8dc];}static get[_0x16fdc1(0x13b)](){var _0x484e7a=_0x16fdc1;return _0x484e7a(0x13f);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2e7f6e=_0x1f4a;function _0x5606(){const _0x360f09=['formatPainterLicenseKeyValid','209367hCtBeG','7758Ldxsfz','get','destroy','licenseKey','info','editor','commands','add','374036KtgNGT','8BtvoPb','FormatPainterEditing','382850CuaCOV','format-painter-trial-license-key-reached-limit-changes','init','332178AwXGZC','_licenseKeyCheckInterval','263159XVXYnt','config','pluginName','1820592CHezNU','formatPainterLicenseKeyTrial','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-invalid-license-key','formatPainterLicenseKeyInvalid','440jfbulv','formatPainterLicenseKeyTrialLimit:operations'];_0x5606=function(){return _0x360f09;};return _0x5606();}(function(_0x23fdd3,_0x3e51f6){const _0xf2be4=_0x1f4a,_0x2eefe0=_0x23fdd3();while(!![]){try{const _0x455333=parseInt(_0xf2be4(0xca))/0x1+-parseInt(_0xf2be4(0xc5))/0x2+-parseInt(_0xf2be4(0xb9))/0x3+-parseInt(_0xf2be4(0xc2))/0x4+parseInt(_0xf2be4(0xb6))/0x5*(parseInt(_0xf2be4(0xba))/0x6)+-parseInt(_0xf2be4(0xc8))/0x7*(parseInt(_0xf2be4(0xc3))/0x8)+parseInt(_0xf2be4(0xcd))/0x9;if(_0x455333===_0x3e51f6)break;else _0x2eefe0['push'](_0x2eefe0['shift']());}catch(_0x3f98ea){_0x2eefe0['push'](_0x2eefe0['shift']());}}}(_0x5606,0x2b39e));import{Plugin as _0x5e59f3}from'ckeditor5/src/core.js';import{CKEditorError as _0x575ff3}from'ckeditor5/src/utils.js';import _0x54f153 from'./copyformatcommand.js';import _0x4c7a12 from'./pasteformatcommand.js';function _0x1f4a(_0x4ae8be,_0x410758){const _0x560669=_0x5606();return _0x1f4a=function(_0x1f4a70,_0x286212){_0x1f4a70=_0x1f4a70-0xb6;let _0x284610=_0x560669[_0x1f4a70];return _0x284610;},_0x1f4a(_0x4ae8be,_0x410758);}import{COPY_FORMAT_COMMAND_NAME as _0x50d6dd,PASTE_FORMAT_COMMAND_NAME as _0x44c1f8}from'./utils.js';export default class o extends _0x5e59f3{static get[_0x2e7f6e(0xcc)](){const _0x202358=_0x2e7f6e;return _0x202358(0xc4);}constructor(_0x313e4f){const _0x2576df=_0x2e7f6e;super(_0x313e4f),this[_0x2576df(0xc9)]=null;}[_0x2e7f6e(0xc7)](){const _0x2cd304=_0x2e7f6e,_0x5bf060=this[_0x2cd304(0xbf)];_0x5bf060[_0x2cd304(0xc0)][_0x2cd304(0xc1)](_0x50d6dd,new _0x54f153(_0x5bf060)),_0x5bf060[_0x2cd304(0xc0)][_0x2cd304(0xc1)](_0x44c1f8,new _0x4c7a12(_0x5bf060)),this[_0x2cd304(0xbd)]=_0x5bf060[_0x2cd304(0xcb)][_0x2cd304(0xbb)](_0x2cd304(0xbd));const _0x1f870c=this[_0x2cd304(0xbf)];this[_0x2cd304(0xc9)]=setInterval(()=>{const _0xc23116=_0x2cd304;let _0x450a22;for(const _0xff1ddd in _0x1f870c){const _0x2d2925=_0xff1ddd,_0x17bb0b=_0x1f870c[_0x2d2925];if(_0xc23116(0xce)===_0x17bb0b||_0xc23116(0xd1)===_0x17bb0b||_0xc23116(0xb8)===_0x17bb0b||_0xc23116(0xb7)===_0x17bb0b){delete _0x1f870c[_0x2d2925],_0x450a22=_0x17bb0b;break;}}if(_0xc23116(0xd1)===_0x450a22)throw clearInterval(this[_0xc23116(0xc9)]),new _0x575ff3(_0xc23116(0xd0),null);if(_0xc23116(0xce)===_0x450a22&&console[_0xc23116(0xbe)](_0xc23116(0xcf)),_0xc23116(0xb7)===_0x450a22)throw clearInterval(this[_0xc23116(0xc9)]),new _0x575ff3(_0xc23116(0xc6),null);_0xc23116(0xb8)===_0x450a22&&clearInterval(this[_0xc23116(0xc9)]);},0x3e8);}[_0x2e7f6e(0xbc)](){const _0x4aa880=_0x2e7f6e;this[_0x4aa880(0xc9)]&&clearInterval(this[_0x4aa880(0xc9)]);}}
23
+ const _0x44b824=_0x39b7;(function(_0x541633,_0x489e30){const _0x15eca1=_0x39b7,_0x4d7a19=_0x541633();while(!![]){try{const _0x57a674=-parseInt(_0x15eca1(0xf7))/0x1+-parseInt(_0x15eca1(0xf4))/0x2*(-parseInt(_0x15eca1(0xe4))/0x3)+-parseInt(_0x15eca1(0xef))/0x4+parseInt(_0x15eca1(0xe1))/0x5*(-parseInt(_0x15eca1(0xf1))/0x6)+-parseInt(_0x15eca1(0xf6))/0x7*(parseInt(_0x15eca1(0xe5))/0x8)+-parseInt(_0x15eca1(0xf5))/0x9*(parseInt(_0x15eca1(0xe9))/0xa)+-parseInt(_0x15eca1(0xfb))/0xb*(-parseInt(_0x15eca1(0xf0))/0xc);if(_0x57a674===_0x489e30)break;else _0x4d7a19['push'](_0x4d7a19['shift']());}catch(_0x51e219){_0x4d7a19['push'](_0x4d7a19['shift']());}}}(_0x124a,0x63c22));import{Plugin as _0x59a1cb}from'ckeditor5/src/core.js';function _0x124a(){const _0x1d9649=['formatPainterLicenseKeyTrial','commands','99hysSNV','formatPainterLicenseKeyValid','config','formatPainterLicenseKeyTrialLimit:operations','init','3755JrjRPB','formatPainterLicenseKeyInvalid','info','9003ORUCYR','4283680tiCSwP','format-painter-invalid-license-key','licenseKey','FormatPainterEditing','10hLmSoe','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','_licenseKeyCheckInterval','pluginName','editor','1538544pjskdB','3933432OYeUfR','6366PNuvWr','get','add','26ZjMntI','4381164qlbCwy','7bInHZy','376774MTYtXE','destroy'];_0x124a=function(){return _0x1d9649;};return _0x124a();}import{CKEditorError as _0x6255da}from'ckeditor5/src/utils.js';import _0x357650 from'./copyformatcommand.js';import _0xca63f7 from'./pasteformatcommand.js';import{COPY_FORMAT_COMMAND_NAME as _0x1dd2cc,PASTE_FORMAT_COMMAND_NAME as _0x4b4181}from'./utils.js';function _0x39b7(_0x5de2f3,_0xd3cdce){const _0x124aeb=_0x124a();return _0x39b7=function(_0x39b71d,_0x22646c){_0x39b71d=_0x39b71d-0xe0;let _0x48f7b4=_0x124aeb[_0x39b71d];return _0x48f7b4;},_0x39b7(_0x5de2f3,_0xd3cdce);}export default class o extends _0x59a1cb{static get[_0x44b824(0xed)](){const _0x4477ea=_0x44b824;return _0x4477ea(0xe8);}constructor(_0x35fc02){const _0x1201df=_0x44b824;super(_0x35fc02),this[_0x1201df(0xec)]=null;}[_0x44b824(0xe0)](){const _0x2ff163=_0x44b824,_0x32072d=this[_0x2ff163(0xee)];_0x32072d[_0x2ff163(0xfa)][_0x2ff163(0xf3)](_0x1dd2cc,new _0x357650(_0x32072d)),_0x32072d[_0x2ff163(0xfa)][_0x2ff163(0xf3)](_0x4b4181,new _0xca63f7(_0x32072d)),this[_0x2ff163(0xe7)]=_0x32072d[_0x2ff163(0xfd)][_0x2ff163(0xf2)](_0x2ff163(0xe7));const _0x645b7=this[_0x2ff163(0xee)];this[_0x2ff163(0xec)]=setInterval(()=>{const _0x215e5d=_0x2ff163;let _0x585738;for(const _0x23bc3b in _0x645b7){const _0x41d433=_0x23bc3b,_0x4af986=_0x645b7[_0x41d433];if(_0x215e5d(0xf9)===_0x4af986||_0x215e5d(0xe2)===_0x4af986||_0x215e5d(0xfc)===_0x4af986||_0x215e5d(0xfe)===_0x4af986){delete _0x645b7[_0x41d433],_0x585738=_0x4af986;break;}}if(_0x215e5d(0xe2)===_0x585738)throw clearInterval(this[_0x215e5d(0xec)]),new _0x6255da(_0x215e5d(0xe6),null);if(_0x215e5d(0xf9)===_0x585738&&console[_0x215e5d(0xe3)](_0x215e5d(0xea)),_0x215e5d(0xfe)===_0x585738)throw clearInterval(this[_0x215e5d(0xec)]),new _0x6255da(_0x215e5d(0xeb),null);_0x215e5d(0xfc)===_0x585738&&clearInterval(this[_0x215e5d(0xec)]);},0x3e8);}[_0x44b824(0xf8)](){const _0x35d58a=_0x44b824;this[_0x35d58a(0xec)]&&clearInterval(this[_0x35d58a(0xec)]);}}