@ckeditor/ckeditor5-format-painter 0.0.0-nightly-20240703.0 → 0.0.0-nightly-20240705.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
- (_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']||={});
23
+ (_0x2f62e2=>{const {sr:{dictionary:_0x29a542,getPluralForm:_0x57a5fe}}={'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':_0x2e03be=>_0x2e03be%0xa==0x1&&_0x2e03be%0x64!=0xb?0x0:_0x2e03be%0xa>=0x2&&_0x2e03be%0xa<=0x4&&(_0x2e03be%0x64<0xa||_0x2e03be%0x64>=0x14)?0x1:0x2}};_0x2f62e2['sr']||={'dictionary':{},'getPluralForm':null},_0x2f62e2['sr']['dictionary']=Object['assign'](_0x2f62e2['sr']['dictionary'],_0x29a542),_0x2f62e2['sr']['getPluralForm']=_0x57a5fe;})(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':_0x1867a8=>0x1!=_0x1867a8}};
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':_0x401120=>0x1!=_0x401120}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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']||={});
23
+ (_0x23a070=>{const {sv:{dictionary:_0x127cfd,getPluralForm:_0x2876ca}}={'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':_0x4b0ffa=>0x1!=_0x4b0ffa}};_0x23a070['sv']||={'dictionary':{},'getPluralForm':null},_0x23a070['sv']['dictionary']=Object['assign'](_0x23a070['sv']['dictionary'],_0x127cfd),_0x23a070['sv']['getPluralForm']=_0x2876ca;})(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':_0x293a1d=>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':_0x5e61f9=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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']||={});
23
+ (_0x31933e=>{const {th:{dictionary:_0x48ebc8,getPluralForm:_0x9a1e5}}={'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':_0x29d286=>0x0}};_0x31933e['th']||={'dictionary':{},'getPluralForm':null},_0x31933e['th']['dictionary']=Object['assign'](_0x31933e['th']['dictionary'],_0x48ebc8),_0x31933e['th']['getPluralForm']=_0x9a1e5;})(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':_0x4d00de=>_0x4d00de>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':_0x43fadc=>_0x43fadc>0x1}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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']||={});
23
+ (_0x84fe5c=>{const {tr:{dictionary:_0x5ce3bd,getPluralForm:_0x5e3571}}={'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':_0x399d2a=>_0x399d2a>0x1}};_0x84fe5c['tr']||={'dictionary':{},'getPluralForm':null},_0x84fe5c['tr']['dictionary']=Object['assign'](_0x84fe5c['tr']['dictionary'],_0x5ce3bd),_0x84fe5c['tr']['getPluralForm']=_0x5e3571;})(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':_0x81cb79=>0x1!=_0x81cb79}};
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':_0xb1993d=>0x1!=_0xb1993d}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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']||={});
23
+ (_0x108991=>{const {ug:{dictionary:_0x2bcd55,getPluralForm:_0x27d8ac}}={'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':_0x4f6e23=>0x1!=_0x4f6e23}};_0x108991['ug']||={'dictionary':{},'getPluralForm':null},_0x108991['ug']['dictionary']=Object['assign'](_0x108991['ug']['dictionary'],_0x2bcd55),_0x108991['ug']['getPluralForm']=_0x27d8ac;})(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':_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}};
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':_0x162693=>_0x162693%0x1==0x0&&_0x162693%0xa==0x1&&_0x162693%0x64!=0xb?0x0:_0x162693%0x1==0x0&&_0x162693%0xa>=0x2&&_0x162693%0xa<=0x4&&(_0x162693%0x64<0xc||_0x162693%0x64>0xe)?0x1:_0x162693%0x1==0x0&&(_0x162693%0xa==0x0||_0x162693%0xa>=0x5&&_0x162693%0xa<=0x9||_0x162693%0x64>=0xb&&_0x162693%0x64<=0xe)?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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']||={});
23
+ (_0xc34c5f=>{const {uk:{dictionary:_0x3482a3,getPluralForm:_0x3a2c57}}={'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':_0x3d25d5=>_0x3d25d5%0x1==0x0&&_0x3d25d5%0xa==0x1&&_0x3d25d5%0x64!=0xb?0x0:_0x3d25d5%0x1==0x0&&_0x3d25d5%0xa>=0x2&&_0x3d25d5%0xa<=0x4&&(_0x3d25d5%0x64<0xc||_0x3d25d5%0x64>0xe)?0x1:_0x3d25d5%0x1==0x0&&(_0x3d25d5%0xa==0x0||_0x3d25d5%0xa>=0x5&&_0x3d25d5%0xa<=0x9||_0x3d25d5%0x64>=0xb&&_0x3d25d5%0x64<=0xe)?0x2:0x3}};_0xc34c5f['uk']||={'dictionary':{},'getPluralForm':null},_0xc34c5f['uk']['dictionary']=Object['assign'](_0xc34c5f['uk']['dictionary'],_0x3482a3),_0xc34c5f['uk']['getPluralForm']=_0x3a2c57;})(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':_0x259653=>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':_0x2ff944=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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']||={});
23
+ (_0x2c80d4=>{const {vi:{dictionary:_0x4d03a9,getPluralForm:_0x229f16}}={'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':_0x5b8537=>0x0}};_0x2c80d4['vi']||={'dictionary':{},'getPluralForm':null},_0x2c80d4['vi']['dictionary']=Object['assign'](_0x2c80d4['vi']['dictionary'],_0x4d03a9),_0x2c80d4['vi']['getPluralForm']=_0x229f16;})(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':_0x20c836=>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':_0x1aae0c=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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']||={});
23
+ (_0x515bc8=>{const {'zh-cn':{dictionary:_0x494420,getPluralForm:_0x16658f}}={'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':_0x129cce=>0x0}};_0x515bc8['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x515bc8['zh-cn']['dictionary']=Object['assign'](_0x515bc8['zh-cn']['dictionary'],_0x494420),_0x515bc8['zh-cn']['getPluralForm']=_0x16658f;})(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':_0x3b2cfd=>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':_0x1a4e0d=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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']||={});
23
+ (_0x4c817d=>{const {zh:{dictionary:_0xee25f7,getPluralForm:_0x25b9f2}}={'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':_0x463e80=>0x0}};_0x4c817d['zh']||={'dictionary':{},'getPluralForm':null},_0x4c817d['zh']['dictionary']=Object['assign'](_0x4c817d['zh']['dictionary'],_0xee25f7),_0x4c817d['zh']['getPluralForm']=_0x25b9f2;})(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-20240703.0",
3
+ "version": "0.0.0-nightly-20240705.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-20240703.0",
16
- "ckeditor5-collaboration": "0.0.0-nightly-20240703.0"
15
+ "ckeditor5": "0.0.0-nightly-20240705.0",
16
+ "ckeditor5-collaboration": "0.0.0-nightly-20240705.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 _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();}
23
+ function _0xdf51(_0x4c7be9,_0x171db2){const _0x51ccd9=_0x51cc();return _0xdf51=function(_0xdf51bc,_0x4217cb){_0xdf51bc=_0xdf51bc-0xc4;let _0x35c656=_0x51ccd9[_0xdf51bc];return _0x35c656;},_0xdf51(_0x4c7be9,_0x171db2);}function _0x51cc(){const _0x1dbd33=['10338GZMWME','4251492eBxbFm','refresh','execute','from','reset','20600nJjWVD','124332XCOjTC','4869BMwbxl','document','492XpYnbr','model','_getFormattingAttributes','editor','2ZtwDVT','schema','get','getAttributeProperties','change:value','5654428RuvYCv','3mSXcbl','isFormatting','3375yBafIf','1023235PRLlaR','179500rLeEgb','selection','commands','264OBKYMf','getAttributes','fromEntries','filter','change:isEnabled','value'];_0x51cc=function(){return _0x1dbd33;};return _0x51cc();}const _0x48ae58=_0xdf51;(function(_0x2a5d8d,_0x20ccf6){const _0x242e38=_0xdf51,_0x4935aa=_0x2a5d8d();while(!![]){try{const _0x25001d=-parseInt(_0x242e38(0xe1))/0x1*(-parseInt(_0x242e38(0xd8))/0x2)+-parseInt(_0x242e38(0xde))/0x3*(-parseInt(_0x242e38(0xdd))/0x4)+-parseInt(_0x242e38(0xe0))/0x5*(-parseInt(_0x242e38(0xca))/0x6)+-parseInt(_0x242e38(0xcb))/0x7+-parseInt(_0x242e38(0xd0))/0x8*(parseInt(_0x242e38(0xd2))/0x9)+-parseInt(_0x242e38(0xe2))/0xa*(parseInt(_0x242e38(0xc4))/0xb)+-parseInt(_0x242e38(0xd4))/0xc*(parseInt(_0x242e38(0xd1))/0xd);if(_0x25001d===_0x20ccf6)break;else _0x4935aa['push'](_0x4935aa['shift']());}catch(_0x59d039){_0x4935aa['push'](_0x4935aa['shift']());}}}(_0x51cc,0xbd940));import{Command as _0x2225b4}from'ckeditor5/src/core.js';import{PASTE_FORMAT_COMMAND_NAME as _0x40e96f}from'./utils.js';export default class r extends _0x2225b4{constructor(_0x4b09fa){const _0x1e4d31=_0xdf51;super(_0x4b09fa),this[_0x1e4d31(0xc9)]=void 0x0,this['on'](_0x1e4d31(0xc8),(_0x5ce292,_0x2f53a6,_0x379eff)=>{const _0x4671f9=_0x1e4d31;_0x379eff||this[_0x4671f9(0xcf)]();}),this['on'](_0x1e4d31(0xdc),()=>_0x4b09fa[_0x1e4d31(0xe4)][_0x1e4d31(0xda)](_0x40e96f)[_0x1e4d31(0xcc)]());}[_0x48ae58(0xcd)](){const _0x2799cb=_0x48ae58;this[_0x2799cb(0xc9)]=this[_0x2799cb(0xd6)]();}[_0x48ae58(0xcf)](){const _0x35aff7=_0x48ae58;this[_0x35aff7(0xc9)]=void 0x0;}[_0x48ae58(0xd6)](){const _0x10a4ba=_0x48ae58,_0x383cf7=this[_0x10a4ba(0xd7)][_0x10a4ba(0xd5)],_0xc4c586=_0x383cf7[_0x10a4ba(0xd3)][_0x10a4ba(0xe3)];return Object[_0x10a4ba(0xc6)](Array[_0x10a4ba(0xce)](_0xc4c586[_0x10a4ba(0xc5)]())[_0x10a4ba(0xc7)](([_0x142355])=>_0x383cf7[_0x10a4ba(0xd9)][_0x10a4ba(0xdb)](_0x142355)[_0x10a4ba(0xdf)]));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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);}}
23
+ function _0x5ed4(_0x39a311,_0x1ded14){var _0x12e567=_0x12e5();return _0x5ed4=function(_0x5ed42b,_0x28b2b4){_0x5ed42b=_0x5ed42b-0x123;var _0x261e2b=_0x12e567[_0x5ed42b];return _0x261e2b;},_0x5ed4(_0x39a311,_0x1ded14);}var _0x1075a1=_0x5ed4;function _0x12e5(){var _0xcd1322=['50876724ozVusB','2423908DEDlXQ','FormatPainter','pluginName','8mreSpA','105lFiLyn','8354470BNbyvh','5699975uzjYJK','6eNfHlQ','8iLuHpB','669054UXbLbC','22vhEJOJ','13347324rJyBCF','294797nQYxsO','requires'];_0x12e5=function(){return _0xcd1322;};return _0x12e5();}(function(_0x5448d6,_0x59fd93){var _0x4bffdd=_0x5ed4,_0x282988=_0x5448d6();while(!![]){try{var _0xaf43da=parseInt(_0x4bffdd(0x129))/0x1*(-parseInt(_0x4bffdd(0x12f))/0x2)+parseInt(_0x4bffdd(0x124))/0x3*(-parseInt(_0x4bffdd(0x12c))/0x4)+-parseInt(_0x4bffdd(0x123))/0x5+parseInt(_0x4bffdd(0x126))/0x6*(-parseInt(_0x4bffdd(0x130))/0x7)+parseInt(_0x4bffdd(0x125))/0x8*(-parseInt(_0x4bffdd(0x128))/0x9)+-parseInt(_0x4bffdd(0x131))/0xa+parseInt(_0x4bffdd(0x127))/0xb*(parseInt(_0x4bffdd(0x12b))/0xc);if(_0xaf43da===_0x59fd93)break;else _0x282988['push'](_0x282988['shift']());}catch(_0x252b61){_0x282988['push'](_0x282988['shift']());}}}(_0x12e5,0xe9b0f));import{Plugin as _0x487ede}from'ckeditor5/src/core.js';import _0x4beeb6 from'./formatpainterediting.js';import _0x4e085f from'./formatpainterui.js';export default class m extends _0x487ede{static get[_0x1075a1(0x12a)](){return[_0x4beeb6,_0x4e085f];}static get[_0x1075a1(0x12e)](){var _0x51af35=_0x1075a1;return _0x51af35(0x12d);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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)]);}}
23
+ const _0x4ba287=_0x2a9b;function _0x2b2f(){const _0x5dfb88=['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.','formatPainterLicenseKeyInvalid','_licenseKeyCheckInterval','format-painter-invalid-license-key','info','49492RDtWLw','4809530MZDpvY','177QAWiHZ','get','destroy','formatPainterLicenseKeyValid','licenseKey','201964cgviGk','editor','format-painter-trial-license-key-reached-limit-changes','init','add','formatPainterLicenseKeyTrial','FormatPainterEditing','995152klVxVS','3163566YVQMdU','9JSOPXN','formatPainterLicenseKeyTrialLimit:operations','5156136DzFAms','commands','config','pluginName','6707622hMMzJD'];_0x2b2f=function(){return _0x5dfb88;};return _0x2b2f();}(function(_0x24e063,_0x1cc77b){const _0x1a9f49=_0x2a9b,_0x312ac4=_0x24e063();while(!![]){try{const _0x4fc3c9=-parseInt(_0x1a9f49(0x1c3))/0x1+-parseInt(_0x1a9f49(0x1bc))/0x2+-parseInt(_0x1a9f49(0x1b7))/0x3*(-parseInt(_0x1a9f49(0x1b5))/0x4)+parseInt(_0x1a9f49(0x1b6))/0x5+-parseInt(_0x1a9f49(0x1cb))/0x6+parseInt(_0x1a9f49(0x1c4))/0x7+-parseInt(_0x1a9f49(0x1c7))/0x8*(-parseInt(_0x1a9f49(0x1c5))/0x9);if(_0x4fc3c9===_0x1cc77b)break;else _0x312ac4['push'](_0x312ac4['shift']());}catch(_0x1c5ce8){_0x312ac4['push'](_0x312ac4['shift']());}}}(_0x2b2f,0x8c359));import{Plugin as _0x66c9f4}from'ckeditor5/src/core.js';import{CKEditorError as _0x1ba6c5}from'ckeditor5/src/utils.js';function _0x2a9b(_0x4f4d0a,_0x20a303){const _0x2b2f52=_0x2b2f();return _0x2a9b=function(_0x2a9b39,_0x4cb0a2){_0x2a9b39=_0x2a9b39-0x1b3;let _0x55c55d=_0x2b2f52[_0x2a9b39];return _0x55c55d;},_0x2a9b(_0x4f4d0a,_0x20a303);}import _0x1402ba from'./copyformatcommand.js';import _0xe1653d from'./pasteformatcommand.js';import{COPY_FORMAT_COMMAND_NAME as _0x107e8d,PASTE_FORMAT_COMMAND_NAME as _0x95629c}from'./utils.js';export default class o extends _0x66c9f4{static get[_0x4ba287(0x1ca)](){const _0x5fefdd=_0x4ba287;return _0x5fefdd(0x1c2);}constructor(_0x3ae49e){const _0x594957=_0x4ba287;super(_0x3ae49e),this[_0x594957(0x1ce)]=null;}[_0x4ba287(0x1bf)](){const _0x16b374=_0x4ba287,_0x7f124f=this[_0x16b374(0x1bd)];_0x7f124f[_0x16b374(0x1c8)][_0x16b374(0x1c0)](_0x107e8d,new _0x1402ba(_0x7f124f)),_0x7f124f[_0x16b374(0x1c8)][_0x16b374(0x1c0)](_0x95629c,new _0xe1653d(_0x7f124f)),this[_0x16b374(0x1bb)]=_0x7f124f[_0x16b374(0x1c9)][_0x16b374(0x1b8)](_0x16b374(0x1bb));const _0x4a0868=this[_0x16b374(0x1bd)];this[_0x16b374(0x1ce)]=setInterval(()=>{const _0x9c7f2a=_0x16b374;let _0x305e45;for(const _0x58fa47 in _0x4a0868){const _0x5215=_0x58fa47,_0x506ea9=_0x4a0868[_0x5215];if(_0x9c7f2a(0x1c1)===_0x506ea9||_0x9c7f2a(0x1cd)===_0x506ea9||_0x9c7f2a(0x1ba)===_0x506ea9||_0x9c7f2a(0x1c6)===_0x506ea9){delete _0x4a0868[_0x5215],_0x305e45=_0x506ea9;break;}}if(_0x9c7f2a(0x1cd)===_0x305e45)throw clearInterval(this[_0x9c7f2a(0x1ce)]),new _0x1ba6c5(_0x9c7f2a(0x1b3),null);if(_0x9c7f2a(0x1c1)===_0x305e45&&console[_0x9c7f2a(0x1b4)](_0x9c7f2a(0x1cc)),_0x9c7f2a(0x1c6)===_0x305e45)throw clearInterval(this[_0x9c7f2a(0x1ce)]),new _0x1ba6c5(_0x9c7f2a(0x1be),null);_0x9c7f2a(0x1ba)===_0x305e45&&clearInterval(this[_0x9c7f2a(0x1ce)]);},0x3e8);}[_0x4ba287(0x1b9)](){const _0x2fd217=_0x4ba287;this[_0x2fd217(0x1ce)]&&clearInterval(this[_0x2fd217(0x1ce)]);}}