@ckeditor/ckeditor5-format-painter 0.0.0-nightly-20240701.0 → 0.0.0-nightly-20240703.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
- (_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']||={});
23
+ (_0x340286=>{const {sr:{dictionary:_0x594da4,getPluralForm:_0xdc9c6}}={'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':_0x160ea1=>_0x160ea1%0xa==0x1&&_0x160ea1%0x64!=0xb?0x0:_0x160ea1%0xa>=0x2&&_0x160ea1%0xa<=0x4&&(_0x160ea1%0x64<0xa||_0x160ea1%0x64>=0x14)?0x1:0x2}};_0x340286['sr']||={'dictionary':{},'getPluralForm':null},_0x340286['sr']['dictionary']=Object['assign'](_0x340286['sr']['dictionary'],_0x594da4),_0x340286['sr']['getPluralForm']=_0xdc9c6;})(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':_0x43091b=>0x1!=_0x43091b}};
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':_0x1867a8=>0x1!=_0x1867a8}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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']||={});
23
+ (_0x5c04a6=>{const {sv:{dictionary:_0x13e902,getPluralForm:_0x2b48d5}}={'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':_0xfa99f0=>0x1!=_0xfa99f0}};_0x5c04a6['sv']||={'dictionary':{},'getPluralForm':null},_0x5c04a6['sv']['dictionary']=Object['assign'](_0x5c04a6['sv']['dictionary'],_0x13e902),_0x5c04a6['sv']['getPluralForm']=_0x2b48d5;})(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':_0x384f5d=>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':_0x293a1d=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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']||={});
23
+ (_0x5040f8=>{const {th:{dictionary:_0x5f5b5b,getPluralForm:_0x13d7b9}}={'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':_0x304919=>0x0}};_0x5040f8['th']||={'dictionary':{},'getPluralForm':null},_0x5040f8['th']['dictionary']=Object['assign'](_0x5040f8['th']['dictionary'],_0x5f5b5b),_0x5040f8['th']['getPluralForm']=_0x13d7b9;})(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':_0x5d0ea5=>_0x5d0ea5>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':_0x4d00de=>_0x4d00de>0x1}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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']||={});
23
+ (_0x341b87=>{const {tr:{dictionary:_0x2985ba,getPluralForm:_0x4925f2}}={'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':_0x58a8a9=>_0x58a8a9>0x1}};_0x341b87['tr']||={'dictionary':{},'getPluralForm':null},_0x341b87['tr']['dictionary']=Object['assign'](_0x341b87['tr']['dictionary'],_0x2985ba),_0x341b87['tr']['getPluralForm']=_0x4925f2;})(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':_0x5c999a=>0x1!=_0x5c999a}};
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':_0x81cb79=>0x1!=_0x81cb79}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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']||={});
23
+ (_0x379bf7=>{const {ug:{dictionary:_0x450d0b,getPluralForm:_0x1fcc63}}={'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':_0x28b9b9=>0x1!=_0x28b9b9}};_0x379bf7['ug']||={'dictionary':{},'getPluralForm':null},_0x379bf7['ug']['dictionary']=Object['assign'](_0x379bf7['ug']['dictionary'],_0x450d0b),_0x379bf7['ug']['getPluralForm']=_0x1fcc63;})(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':_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}};
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':_0x4dfe4e=>_0x4dfe4e%0x1==0x0&&_0x4dfe4e%0xa==0x1&&_0x4dfe4e%0x64!=0xb?0x0:_0x4dfe4e%0x1==0x0&&_0x4dfe4e%0xa>=0x2&&_0x4dfe4e%0xa<=0x4&&(_0x4dfe4e%0x64<0xc||_0x4dfe4e%0x64>0xe)?0x1:_0x4dfe4e%0x1==0x0&&(_0x4dfe4e%0xa==0x0||_0x4dfe4e%0xa>=0x5&&_0x4dfe4e%0xa<=0x9||_0x4dfe4e%0x64>=0xb&&_0x4dfe4e%0x64<=0xe)?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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']||={});
23
+ (_0x2f4d94=>{const {uk:{dictionary:_0x2720de,getPluralForm:_0x34ba0f}}={'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':_0x304c52=>_0x304c52%0x1==0x0&&_0x304c52%0xa==0x1&&_0x304c52%0x64!=0xb?0x0:_0x304c52%0x1==0x0&&_0x304c52%0xa>=0x2&&_0x304c52%0xa<=0x4&&(_0x304c52%0x64<0xc||_0x304c52%0x64>0xe)?0x1:_0x304c52%0x1==0x0&&(_0x304c52%0xa==0x0||_0x304c52%0xa>=0x5&&_0x304c52%0xa<=0x9||_0x304c52%0x64>=0xb&&_0x304c52%0x64<=0xe)?0x2:0x3}};_0x2f4d94['uk']||={'dictionary':{},'getPluralForm':null},_0x2f4d94['uk']['dictionary']=Object['assign'](_0x2f4d94['uk']['dictionary'],_0x2720de),_0x2f4d94['uk']['getPluralForm']=_0x34ba0f;})(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':_0x21c2dc=>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':_0x259653=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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']||={});
23
+ (_0x3b2a8c=>{const {vi:{dictionary:_0x4c0e9b,getPluralForm:_0x1cefea}}={'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':_0x54c038=>0x0}};_0x3b2a8c['vi']||={'dictionary':{},'getPluralForm':null},_0x3b2a8c['vi']['dictionary']=Object['assign'](_0x3b2a8c['vi']['dictionary'],_0x4c0e9b),_0x3b2a8c['vi']['getPluralForm']=_0x1cefea;})(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':_0x548a2e=>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':_0x20c836=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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']||={});
23
+ (_0x35840c=>{const {'zh-cn':{dictionary:_0x18798b,getPluralForm:_0x3abdc5}}={'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':_0x803987=>0x0}};_0x35840c['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x35840c['zh-cn']['dictionary']=Object['assign'](_0x35840c['zh-cn']['dictionary'],_0x18798b),_0x35840c['zh-cn']['getPluralForm']=_0x3abdc5;})(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':_0x3aec3b=>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':_0x3b2cfd=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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']||={});
23
+ (_0x2f182b=>{const {zh:{dictionary:_0x269668,getPluralForm:_0x498d63}}={'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':_0x2f06de=>0x0}};_0x2f182b['zh']||={'dictionary':{},'getPluralForm':null},_0x2f182b['zh']['dictionary']=Object['assign'](_0x2f182b['zh']['dictionary'],_0x269668),_0x2f182b['zh']['getPluralForm']=_0x498d63;})(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-20240701.0",
3
+ "version": "0.0.0-nightly-20240703.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-20240701.0",
16
- "ckeditor5-collaboration": "0.0.0-nightly-20240701.0"
15
+ "ckeditor5": "0.0.0-nightly-20240703.0",
16
+ "ckeditor5-collaboration": "0.0.0-nightly-20240703.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 _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)]));}}
23
+ const _0x23afe9=_0x1efa;function _0x1efa(_0x4953f7,_0x4b3373){const _0xd4964b=_0xd496();return _0x1efa=function(_0x1efaf7,_0xf72d0){_0x1efaf7=_0x1efaf7-0x106;let _0x3c3964=_0xd4964b[_0x1efaf7];return _0x3c3964;},_0x1efa(_0x4953f7,_0x4b3373);}(function(_0x4a47d2,_0x2ccac9){const _0x279697=_0x1efa,_0x46b024=_0x4a47d2();while(!![]){try{const _0x16a59f=parseInt(_0x279697(0x108))/0x1*(parseInt(_0x279697(0x119))/0x2)+-parseInt(_0x279697(0x120))/0x3+-parseInt(_0x279697(0x117))/0x4*(-parseInt(_0x279697(0x109))/0x5)+parseInt(_0x279697(0x115))/0x6*(-parseInt(_0x279697(0x10a))/0x7)+-parseInt(_0x279697(0x121))/0x8*(parseInt(_0x279697(0x107))/0x9)+-parseInt(_0x279697(0x10f))/0xa+parseInt(_0x279697(0x10c))/0xb;if(_0x16a59f===_0x2ccac9)break;else _0x46b024['push'](_0x46b024['shift']());}catch(_0x1b08a6){_0x46b024['push'](_0x46b024['shift']());}}}(_0xd496,0x2806b));import{Command as _0x386c28}from'ckeditor5/src/core.js';import{PASTE_FORMAT_COMMAND_NAME as _0x252ddd}from'./utils.js';export default class r extends _0x386c28{constructor(_0x1c6f02){const _0x2e958c=_0x1efa;super(_0x1c6f02),this[_0x2e958c(0x11f)]=void 0x0,this['on'](_0x2e958c(0x10d),(_0x1a0805,_0x6c85fd,_0x34c993)=>{const _0x22d5c7=_0x2e958c;_0x34c993||this[_0x22d5c7(0x122)]();}),this['on'](_0x2e958c(0x11b),()=>_0x1c6f02[_0x2e958c(0x110)][_0x2e958c(0x11c)](_0x252ddd)[_0x2e958c(0x10b)]());}[_0x23afe9(0x116)](){const _0x14c89e=_0x23afe9;this[_0x14c89e(0x11f)]=this[_0x14c89e(0x113)]();}[_0x23afe9(0x122)](){const _0x5d597d=_0x23afe9;this[_0x5d597d(0x11f)]=void 0x0;}[_0x23afe9(0x113)](){const _0x2f59f4=_0x23afe9,_0x2ebe84=this[_0x2f59f4(0x124)][_0x2f59f4(0x106)],_0x26c509=_0x2ebe84[_0x2f59f4(0x118)][_0x2f59f4(0x11d)];return Object[_0x2f59f4(0x11a)](Array[_0x2f59f4(0x123)](_0x26c509[_0x2f59f4(0x11e)]())[_0x2f59f4(0x112)](([_0x51c5ab])=>_0x2ebe84[_0x2f59f4(0x10e)][_0x2f59f4(0x111)](_0x51c5ab)[_0x2f59f4(0x114)]));}}function _0xd496(){const _0xbe7247=['isFormatting','3858ADxzMS','execute','21248qTdVCx','document','8lXFIic','fromEntries','change:value','get','selection','getAttributes','value','652617klEYbc','6296KCeUQF','reset','from','editor','model','1926oGdIyY','5288olDdJG','65smLWOs','287jvzFNE','refresh','6307884Onpdho','change:isEnabled','schema','873850EWWlxf','commands','getAttributeProperties','filter','_getFormattingAttributes'];_0xd496=function(){return _0xbe7247;};return _0xd496();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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);}}
23
+ var _0x5aa132=_0x448e;function _0x1e33(){var _0x576ed4=['164YAvLMV','11012106iiZyul','4288752ETTdCz','4005775MBiTGF','20106wKPyYP','3538848EDtUvE','requires','pluginName','FormatPainter','12aXxTuP','40CdfGfI','35889gEjjdF','14279660CSkLHW'];_0x1e33=function(){return _0x576ed4;};return _0x1e33();}(function(_0x3312d9,_0x262120){var _0x5e1f44=_0x448e,_0x5d40d9=_0x3312d9();while(!![]){try{var _0x5ac868=parseInt(_0x5e1f44(0xd0))/0x1*(-parseInt(_0x5e1f44(0xca))/0x2)+parseInt(_0x5e1f44(0xd1))/0x3*(parseInt(_0x5e1f44(0xd3))/0x4)+parseInt(_0x5e1f44(0xc9))/0x5*(parseInt(_0x5e1f44(0xcf))/0x6)+parseInt(_0x5e1f44(0xc7))/0x7+-parseInt(_0x5e1f44(0xcb))/0x8+-parseInt(_0x5e1f44(0xc8))/0x9+-parseInt(_0x5e1f44(0xd2))/0xa;if(_0x5ac868===_0x262120)break;else _0x5d40d9['push'](_0x5d40d9['shift']());}catch(_0xe22f15){_0x5d40d9['push'](_0x5d40d9['shift']());}}}(_0x1e33,0xdfdf5));import{Plugin as _0x3ff403}from'ckeditor5/src/core.js';import _0xbc5528 from'./formatpainterediting.js';import _0x119050 from'./formatpainterui.js';function _0x448e(_0x5f391a,_0x4ae07f){var _0x1e3317=_0x1e33();return _0x448e=function(_0x448edf,_0x101767){_0x448edf=_0x448edf-0xc7;var _0x5040e0=_0x1e3317[_0x448edf];return _0x5040e0;},_0x448e(_0x5f391a,_0x4ae07f);}export default class m extends _0x3ff403{static get[_0x5aa132(0xcc)](){return[_0xbc5528,_0x119050];}static get[_0x5aa132(0xcd)](){var _0x52dead=_0x5aa132;return _0x52dead(0xce);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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)]);}}
23
+ function _0x2ccc(){const _0xf1da42=['14477133moqRsh','add','30xvpytS','FormatPainterEditing','pluginName','formatPainterLicenseKeyTrialLimit:operations','get','format-painter-trial-license-key-reached-limit-changes','1pjVKKV','formatPainterLicenseKeyInvalid','editor','licenseKey','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.','info','18ypayct','format-painter-invalid-license-key','64864pcJtEe','410984vDcubj','64132YqwIfR','commands','1276851qwYdtg','_licenseKeyCheckInterval','init','formatPainterLicenseKeyValid','164570YUFOlG','297pHpzyf','1067654HnXkWc','config','destroy','formatPainterLicenseKeyTrial'];_0x2ccc=function(){return _0xf1da42;};return _0x2ccc();}const _0x57fa85=_0x4c0d;(function(_0x3fb17e,_0x3e2ce8){const _0x3ddffc=_0x4c0d,_0x35dad6=_0x3fb17e();while(!![]){try{const _0x318889=parseInt(_0x3ddffc(0x11f))/0x1*(-parseInt(_0x3ddffc(0x128))/0x2)+-parseInt(_0x3ddffc(0x12b))/0x3+-parseInt(_0x3ddffc(0x129))/0x4*(parseInt(_0x3ddffc(0x137))/0x5)+parseInt(_0x3ddffc(0x125))/0x6*(-parseInt(_0x3ddffc(0x131))/0x7)+parseInt(_0x3ddffc(0x127))/0x8*(parseInt(_0x3ddffc(0x130))/0x9)+-parseInt(_0x3ddffc(0x12f))/0xa+parseInt(_0x3ddffc(0x135))/0xb;if(_0x318889===_0x3e2ce8)break;else _0x35dad6['push'](_0x35dad6['shift']());}catch(_0x6092e2){_0x35dad6['push'](_0x35dad6['shift']());}}}(_0x2ccc,0x5d581));import{Plugin as _0x5823f5}from'ckeditor5/src/core.js';import{CKEditorError as _0x531424}from'ckeditor5/src/utils.js';import _0x1c41f4 from'./copyformatcommand.js';function _0x4c0d(_0x1ed202,_0xc5792c){const _0x2ccc83=_0x2ccc();return _0x4c0d=function(_0x4c0dac,_0x3ac958){_0x4c0dac=_0x4c0dac-0x11f;let _0x5e42e2=_0x2ccc83[_0x4c0dac];return _0x5e42e2;},_0x4c0d(_0x1ed202,_0xc5792c);}import _0x4f2118 from'./pasteformatcommand.js';import{COPY_FORMAT_COMMAND_NAME as _0x1be0b4,PASTE_FORMAT_COMMAND_NAME as _0x5bcd8d}from'./utils.js';export default class o extends _0x5823f5{static get[_0x57fa85(0x139)](){const _0x155b38=_0x57fa85;return _0x155b38(0x138);}constructor(_0x26e019){const _0x101f74=_0x57fa85;super(_0x26e019),this[_0x101f74(0x12c)]=null;}[_0x57fa85(0x12d)](){const _0x43c491=_0x57fa85,_0x4d5d3f=this[_0x43c491(0x121)];_0x4d5d3f[_0x43c491(0x12a)][_0x43c491(0x136)](_0x1be0b4,new _0x1c41f4(_0x4d5d3f)),_0x4d5d3f[_0x43c491(0x12a)][_0x43c491(0x136)](_0x5bcd8d,new _0x4f2118(_0x4d5d3f)),this[_0x43c491(0x122)]=_0x4d5d3f[_0x43c491(0x132)][_0x43c491(0x13b)](_0x43c491(0x122));const _0x4d02e2=this[_0x43c491(0x121)];this[_0x43c491(0x12c)]=setInterval(()=>{const _0x3c6194=_0x43c491;let _0x4300ea;for(const _0x2b36dd in _0x4d02e2){const _0x28dc47=_0x2b36dd,_0x1548f2=_0x4d02e2[_0x28dc47];if(_0x3c6194(0x134)===_0x1548f2||_0x3c6194(0x120)===_0x1548f2||_0x3c6194(0x12e)===_0x1548f2||_0x3c6194(0x13a)===_0x1548f2){delete _0x4d02e2[_0x28dc47],_0x4300ea=_0x1548f2;break;}}if(_0x3c6194(0x120)===_0x4300ea)throw clearInterval(this[_0x3c6194(0x12c)]),new _0x531424(_0x3c6194(0x126),null);if(_0x3c6194(0x134)===_0x4300ea&&console[_0x3c6194(0x124)](_0x3c6194(0x123)),_0x3c6194(0x13a)===_0x4300ea)throw clearInterval(this[_0x3c6194(0x12c)]),new _0x531424(_0x3c6194(0x13c),null);_0x3c6194(0x12e)===_0x4300ea&&clearInterval(this[_0x3c6194(0x12c)]);},0x3e8);}[_0x57fa85(0x133)](){const _0x573d02=_0x57fa85;this[_0x573d02(0x12c)]&&clearInterval(this[_0x573d02(0x12c)]);}}