@ckeditor/ckeditor5-format-painter 0.0.0-nightly-20240702.0 → 0.0.0-nightly-20240704.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
- (_0x1e1fdf=>{const {sr:{dictionary:_0x3a51f0,getPluralForm:_0x4f9b0f}}={'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':_0xc09c83=>_0xc09c83%0xa==0x1&&_0xc09c83%0x64!=0xb?0x0:_0xc09c83%0xa>=0x2&&_0xc09c83%0xa<=0x4&&(_0xc09c83%0x64<0xa||_0xc09c83%0x64>=0x14)?0x1:0x2}};_0x1e1fdf['sr']||={'dictionary':{},'getPluralForm':null},_0x1e1fdf['sr']['dictionary']=Object['assign'](_0x1e1fdf['sr']['dictionary'],_0x3a51f0),_0x1e1fdf['sr']['getPluralForm']=_0x4f9b0f;})(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':_0x2074cc=>0x1!=_0x2074cc}};
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
- (_0x2c59e0=>{const {sv:{dictionary:_0x581f24,getPluralForm:_0x3e7357}}={'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':_0x3c499f=>0x1!=_0x3c499f}};_0x2c59e0['sv']||={'dictionary':{},'getPluralForm':null},_0x2c59e0['sv']['dictionary']=Object['assign'](_0x2c59e0['sv']['dictionary'],_0x581f24),_0x2c59e0['sv']['getPluralForm']=_0x3e7357;})(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':_0x1b62bb=>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
- (_0x38c837=>{const {th:{dictionary:_0x1a87a3,getPluralForm:_0x185cd2}}={'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':_0x34d1a2=>0x0}};_0x38c837['th']||={'dictionary':{},'getPluralForm':null},_0x38c837['th']['dictionary']=Object['assign'](_0x38c837['th']['dictionary'],_0x1a87a3),_0x38c837['th']['getPluralForm']=_0x185cd2;})(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':_0x2bbfc1=>_0x2bbfc1>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
- (_0x280d87=>{const {tr:{dictionary:_0x1ac637,getPluralForm:_0x202177}}={'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':_0x1b1680=>_0x1b1680>0x1}};_0x280d87['tr']||={'dictionary':{},'getPluralForm':null},_0x280d87['tr']['dictionary']=Object['assign'](_0x280d87['tr']['dictionary'],_0x1ac637),_0x280d87['tr']['getPluralForm']=_0x202177;})(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':_0x4928b5=>0x1!=_0x4928b5}};
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
- (_0x3feaa8=>{const {ug:{dictionary:_0x4b436c,getPluralForm:_0x57018a}}={'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':_0x133617=>0x1!=_0x133617}};_0x3feaa8['ug']||={'dictionary':{},'getPluralForm':null},_0x3feaa8['ug']['dictionary']=Object['assign'](_0x3feaa8['ug']['dictionary'],_0x4b436c),_0x3feaa8['ug']['getPluralForm']=_0x57018a;})(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':_0x4f88cb=>_0x4f88cb%0x1==0x0&&_0x4f88cb%0xa==0x1&&_0x4f88cb%0x64!=0xb?0x0:_0x4f88cb%0x1==0x0&&_0x4f88cb%0xa>=0x2&&_0x4f88cb%0xa<=0x4&&(_0x4f88cb%0x64<0xc||_0x4f88cb%0x64>0xe)?0x1:_0x4f88cb%0x1==0x0&&(_0x4f88cb%0xa==0x0||_0x4f88cb%0xa>=0x5&&_0x4f88cb%0xa<=0x9||_0x4f88cb%0x64>=0xb&&_0x4f88cb%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
- (_0x18b181=>{const {uk:{dictionary:_0x52fada,getPluralForm:_0x1edf47}}={'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':_0x330fb8=>_0x330fb8%0x1==0x0&&_0x330fb8%0xa==0x1&&_0x330fb8%0x64!=0xb?0x0:_0x330fb8%0x1==0x0&&_0x330fb8%0xa>=0x2&&_0x330fb8%0xa<=0x4&&(_0x330fb8%0x64<0xc||_0x330fb8%0x64>0xe)?0x1:_0x330fb8%0x1==0x0&&(_0x330fb8%0xa==0x0||_0x330fb8%0xa>=0x5&&_0x330fb8%0xa<=0x9||_0x330fb8%0x64>=0xb&&_0x330fb8%0x64<=0xe)?0x2:0x3}};_0x18b181['uk']||={'dictionary':{},'getPluralForm':null},_0x18b181['uk']['dictionary']=Object['assign'](_0x18b181['uk']['dictionary'],_0x52fada),_0x18b181['uk']['getPluralForm']=_0x1edf47;})(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':_0x36bba2=>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
- (_0x15d12e=>{const {vi:{dictionary:_0x50f2d5,getPluralForm:_0x27ca4c}}={'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':_0x2f3d08=>0x0}};_0x15d12e['vi']||={'dictionary':{},'getPluralForm':null},_0x15d12e['vi']['dictionary']=Object['assign'](_0x15d12e['vi']['dictionary'],_0x50f2d5),_0x15d12e['vi']['getPluralForm']=_0x27ca4c;})(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':_0x4293c1=>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
- (_0x4d781a=>{const {'zh-cn':{dictionary:_0x61d492,getPluralForm:_0x2e12f9}}={'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':_0x29fdc2=>0x0}};_0x4d781a['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x4d781a['zh-cn']['dictionary']=Object['assign'](_0x4d781a['zh-cn']['dictionary'],_0x61d492),_0x4d781a['zh-cn']['getPluralForm']=_0x2e12f9;})(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':_0x218b25=>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
- (_0x55805a=>{const {zh:{dictionary:_0x897157,getPluralForm:_0x57268a}}={'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':_0x1d1b17=>0x0}};_0x55805a['zh']||={'dictionary':{},'getPluralForm':null},_0x55805a['zh']['dictionary']=Object['assign'](_0x55805a['zh']['dictionary'],_0x897157),_0x55805a['zh']['getPluralForm']=_0x57268a;})(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-20240702.0",
3
+ "version": "0.0.0-nightly-20240704.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-20240702.0",
16
- "ckeditor5-collaboration": "0.0.0-nightly-20240702.0"
15
+ "ckeditor5": "0.0.0-nightly-20240704.0",
16
+ "ckeditor5-collaboration": "0.0.0-nightly-20240704.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
- function _0x3bfd(){const _0x165f07=['fromEntries','230012CPxWMp','from','value','800825SrGRGI','reset','change:value','6493800VNGlhT','2084754VEDcAO','isFormatting','commands','change:isEnabled','schema','_getFormattingAttributes','1152020udGSlt','execute','filter','get','selection','refresh','editor','1123530UbaySr','80ctwqng','getAttributes','model','document','getAttributeProperties','5915826xOAFJo'];_0x3bfd=function(){return _0x165f07;};return _0x3bfd();}const _0x3e5973=_0x376e;(function(_0x16189a,_0x52c1a1){const _0x2dddad=_0x376e,_0x2c34cd=_0x16189a();while(!![]){try{const _0x10941b=-parseInt(_0x2dddad(0xff))/0x1+-parseInt(_0x2dddad(0xed))/0x2+-parseInt(_0x2dddad(0xe7))/0x3+-parseInt(_0x2dddad(0xfc))/0x4*(-parseInt(_0x2dddad(0xf5))/0x5)+parseInt(_0x2dddad(0xf4))/0x6+parseInt(_0x2dddad(0xfa))/0x7+parseInt(_0x2dddad(0xe6))/0x8;if(_0x10941b===_0x52c1a1)break;else _0x2c34cd['push'](_0x2c34cd['shift']());}catch(_0x175cc1){_0x2c34cd['push'](_0x2c34cd['shift']());}}}(_0x3bfd,0xa90a9));import{Command as _0x3bf38c}from'ckeditor5/src/core.js';import{PASTE_FORMAT_COMMAND_NAME as _0x867eab}from'./utils.js';function _0x376e(_0x384f4a,_0x5cc6d4){const _0x3bfdd9=_0x3bfd();return _0x376e=function(_0x376e34,_0x5449a0){_0x376e34=_0x376e34-0xe4;let _0xefd506=_0x3bfdd9[_0x376e34];return _0xefd506;},_0x376e(_0x384f4a,_0x5cc6d4);}export default class r extends _0x3bf38c{constructor(_0x2ffc72){const _0x2c293d=_0x376e;super(_0x2ffc72),this[_0x2c293d(0xfe)]=void 0x0,this['on'](_0x2c293d(0xea),(_0x400271,_0xedb7e,_0xd281c6)=>{const _0x66ff16=_0x2c293d;_0xd281c6||this[_0x66ff16(0xe4)]();}),this['on'](_0x2c293d(0xe5),()=>_0x2ffc72[_0x2c293d(0xe9)][_0x2c293d(0xf0)](_0x867eab)[_0x2c293d(0xf2)]());}[_0x3e5973(0xee)](){const _0x4cda5b=_0x3e5973;this[_0x4cda5b(0xfe)]=this[_0x4cda5b(0xec)]();}[_0x3e5973(0xe4)](){const _0x256af4=_0x3e5973;this[_0x256af4(0xfe)]=void 0x0;}[_0x3e5973(0xec)](){const _0x403a1e=_0x3e5973,_0x3a0de5=this[_0x403a1e(0xf3)][_0x403a1e(0xf7)],_0x298eb2=_0x3a0de5[_0x403a1e(0xf8)][_0x403a1e(0xf1)];return Object[_0x403a1e(0xfb)](Array[_0x403a1e(0xfd)](_0x298eb2[_0x403a1e(0xf6)]())[_0x403a1e(0xef)](([_0x288b7c])=>_0x3a0de5[_0x403a1e(0xeb)][_0x403a1e(0xf9)](_0x288b7c)[_0x403a1e(0xe8)]));}}
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
- var _0x354007=_0x36f3;(function(_0x529ab3,_0x5e0d00){var _0x29707e=_0x36f3,_0x14bda2=_0x529ab3();while(!![]){try{var _0x1640ab=-parseInt(_0x29707e(0x170))/0x1*(-parseInt(_0x29707e(0x168))/0x2)+parseInt(_0x29707e(0x16b))/0x3*(parseInt(_0x29707e(0x16d))/0x4)+parseInt(_0x29707e(0x16e))/0x5+-parseInt(_0x29707e(0x16c))/0x6+parseInt(_0x29707e(0x167))/0x7+parseInt(_0x29707e(0x171))/0x8+-parseInt(_0x29707e(0x172))/0x9;if(_0x1640ab===_0x5e0d00)break;else _0x14bda2['push'](_0x14bda2['shift']());}catch(_0x1e70ab){_0x14bda2['push'](_0x14bda2['shift']());}}}(_0x4771,0x89954));import{Plugin as _0x5776c7}from'ckeditor5/src/core.js';import _0x117d49 from'./formatpainterediting.js';function _0x36f3(_0xb670f0,_0x1a8333){var _0x47713e=_0x4771();return _0x36f3=function(_0x36f3e1,_0x23d405){_0x36f3e1=_0x36f3e1-0x167;var _0x4ddb4b=_0x47713e[_0x36f3e1];return _0x4ddb4b;},_0x36f3(_0xb670f0,_0x1a8333);}import _0x1f433b from'./formatpainterui.js';export default class m extends _0x5776c7{static get[_0x354007(0x169)](){return[_0x117d49,_0x1f433b];}static get[_0x354007(0x16f)](){var _0xdb3cbd=_0x354007;return _0xdb3cbd(0x16a);}}function _0x4771(){var _0x297e4c=['252233AEQrqs','8214840rxjRiT','11849454kjBpkw','747782eIhxvK','2OfAjKY','requires','FormatPainter','1641Jenbns','3314988nSjDfl','2104UnXNNY','3795040sSsitE','pluginName'];_0x4771=function(){return _0x297e4c;};return _0x4771();}
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
- const _0x2800a4=_0x5c96;(function(_0x467eec,_0x5326c9){const _0x783b32=_0x5c96,_0x218bb8=_0x467eec();while(!![]){try{const _0x52880c=parseInt(_0x783b32(0x126))/0x1*(parseInt(_0x783b32(0x12f))/0x2)+parseInt(_0x783b32(0x125))/0x3*(parseInt(_0x783b32(0x11e))/0x4)+-parseInt(_0x783b32(0x11f))/0x5+-parseInt(_0x783b32(0x123))/0x6*(-parseInt(_0x783b32(0x121))/0x7)+-parseInt(_0x783b32(0x116))/0x8*(parseInt(_0x783b32(0x119))/0x9)+-parseInt(_0x783b32(0x122))/0xa*(parseInt(_0x783b32(0x127))/0xb)+-parseInt(_0x783b32(0x12d))/0xc;if(_0x52880c===_0x5326c9)break;else _0x218bb8['push'](_0x218bb8['shift']());}catch(_0x48182c){_0x218bb8['push'](_0x218bb8['shift']());}}}(_0x1e95,0x407ab));import{Plugin as _0x1d8092}from'ckeditor5/src/core.js';import{CKEditorError as _0x152f76}from'ckeditor5/src/utils.js';function _0x1e95(){const _0x23d2fd=['format-painter-invalid-license-key','editor','add','formatPainterLicenseKeyValid','8xOONZV','formatPainterLicenseKeyInvalid','info','772551YSrnFb','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.','formatPainterLicenseKeyTrialLimit:operations','get','formatPainterLicenseKeyTrial','1000968yNwvOd','219175EOxcci','pluginName','35YqGKrq','2090GHuqMA','529794rKEHzK','destroy','3ugMJEV','373xdSEqm','5951JbjSMw','FormatPainterEditing','commands','licenseKey','format-painter-trial-license-key-reached-limit-changes','config','6206760wRHnVy','_licenseKeyCheckInterval','1782iHMIal','init'];_0x1e95=function(){return _0x23d2fd;};return _0x1e95();}import _0x6efb5d from'./copyformatcommand.js';import _0x13c087 from'./pasteformatcommand.js';import{COPY_FORMAT_COMMAND_NAME as _0x5f3e22,PASTE_FORMAT_COMMAND_NAME as _0x41d26a}from'./utils.js';function _0x5c96(_0x2c1f8c,_0x552dd4){const _0x1e95d6=_0x1e95();return _0x5c96=function(_0x5c9646,_0x3d8e98){_0x5c9646=_0x5c9646-0x113;let _0x3bec22=_0x1e95d6[_0x5c9646];return _0x3bec22;},_0x5c96(_0x2c1f8c,_0x552dd4);}export default class o extends _0x1d8092{static get[_0x2800a4(0x120)](){const _0x3c9695=_0x2800a4;return _0x3c9695(0x128);}constructor(_0x1309e5){const _0x3313ae=_0x2800a4;super(_0x1309e5),this[_0x3313ae(0x12e)]=null;}[_0x2800a4(0x130)](){const _0x5efff8=_0x2800a4,_0x5e6d12=this[_0x5efff8(0x113)];_0x5e6d12[_0x5efff8(0x129)][_0x5efff8(0x114)](_0x5f3e22,new _0x6efb5d(_0x5e6d12)),_0x5e6d12[_0x5efff8(0x129)][_0x5efff8(0x114)](_0x41d26a,new _0x13c087(_0x5e6d12)),this[_0x5efff8(0x12a)]=_0x5e6d12[_0x5efff8(0x12c)][_0x5efff8(0x11c)](_0x5efff8(0x12a));const _0x37cc9f=this[_0x5efff8(0x113)];this[_0x5efff8(0x12e)]=setInterval(()=>{const _0x4ce585=_0x5efff8;let _0x46a6c6;for(const _0x4c75fc in _0x37cc9f){const _0x1ac81b=_0x4c75fc,_0x38fa5d=_0x37cc9f[_0x1ac81b];if(_0x4ce585(0x11d)===_0x38fa5d||_0x4ce585(0x117)===_0x38fa5d||_0x4ce585(0x115)===_0x38fa5d||_0x4ce585(0x11b)===_0x38fa5d){delete _0x37cc9f[_0x1ac81b],_0x46a6c6=_0x38fa5d;break;}}if(_0x4ce585(0x117)===_0x46a6c6)throw clearInterval(this[_0x4ce585(0x12e)]),new _0x152f76(_0x4ce585(0x131),null);if(_0x4ce585(0x11d)===_0x46a6c6&&console[_0x4ce585(0x118)](_0x4ce585(0x11a)),_0x4ce585(0x11b)===_0x46a6c6)throw clearInterval(this[_0x4ce585(0x12e)]),new _0x152f76(_0x4ce585(0x12b),null);_0x4ce585(0x115)===_0x46a6c6&&clearInterval(this[_0x4ce585(0x12e)]);},0x3e8);}[_0x2800a4(0x124)](){const _0x43a9cb=_0x2800a4;this[_0x43a9cb(0x12e)]&&clearInterval(this[_0x43a9cb(0x12e)]);}}
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)]);}}