@ckeditor/ckeditor5-format-painter 0.0.0-nightly-20241003.0 → 0.0.0-nightly-20241004.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 +2 -2
  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 +7 -7
  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
- (_0x498702=>{const {sr:{dictionary:_0xf2ee58,getPluralForm:_0x1b4fa1}}={'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':_0x5c185b=>_0x5c185b%0xa==0x1&&_0x5c185b%0x64!=0xb?0x0:_0x5c185b%0xa>=0x2&&_0x5c185b%0xa<=0x4&&(_0x5c185b%0x64<0xa||_0x5c185b%0x64>=0x14)?0x1:0x2}};_0x498702['sr']||={'dictionary':{},'getPluralForm':null},_0x498702['sr']['dictionary']=Object['assign'](_0x498702['sr']['dictionary'],_0xf2ee58),_0x498702['sr']['getPluralForm']=_0x1b4fa1;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2270e4=>{const {sr:{dictionary:_0x454224,getPluralForm:_0x5cae3e}}={'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':_0xf99dac=>_0xf99dac%0xa==0x1&&_0xf99dac%0x64!=0xb?0x0:_0xf99dac%0xa>=0x2&&_0xf99dac%0xa<=0x4&&(_0xf99dac%0x64<0xa||_0xf99dac%0x64>=0x14)?0x1:0x2}};_0x2270e4['sr']||={'dictionary':{},'getPluralForm':null},_0x2270e4['sr']['dictionary']=Object['assign'](_0x2270e4['sr']['dictionary'],_0x454224),_0x2270e4['sr']['getPluralForm']=_0x5cae3e;})(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':_0x54829c=>0x1!=_0x54829c}};
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':_0x19bf68=>0x1!=_0x19bf68}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2e73fe=>{const {sv:{dictionary:_0x594488,getPluralForm:_0x269a12}}={'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':_0xc8677c=>0x1!=_0xc8677c}};_0x2e73fe['sv']||={'dictionary':{},'getPluralForm':null},_0x2e73fe['sv']['dictionary']=Object['assign'](_0x2e73fe['sv']['dictionary'],_0x594488),_0x2e73fe['sv']['getPluralForm']=_0x269a12;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0xc64b4c=>{const {sv:{dictionary:_0x462100,getPluralForm:_0x5da160}}={'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':_0x48671e=>0x1!=_0x48671e}};_0xc64b4c['sv']||={'dictionary':{},'getPluralForm':null},_0xc64b4c['sv']['dictionary']=Object['assign'](_0xc64b4c['sv']['dictionary'],_0x462100),_0xc64b4c['sv']['getPluralForm']=_0x5da160;})(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':_0xee9a44=>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':_0x6a2cfc=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x21da6e=>{const {th:{dictionary:_0x51d432,getPluralForm:_0x2c34fd}}={'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':_0x16d701=>0x0}};_0x21da6e['th']||={'dictionary':{},'getPluralForm':null},_0x21da6e['th']['dictionary']=Object['assign'](_0x21da6e['th']['dictionary'],_0x51d432),_0x21da6e['th']['getPluralForm']=_0x2c34fd;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x4defd8=>{const {th:{dictionary:_0x415b31,getPluralForm:_0x12f481}}={'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':_0xda1993=>0x0}};_0x4defd8['th']||={'dictionary':{},'getPluralForm':null},_0x4defd8['th']['dictionary']=Object['assign'](_0x4defd8['th']['dictionary'],_0x415b31),_0x4defd8['th']['getPluralForm']=_0x12f481;})(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':_0x2b19d4=>_0x2b19d4>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':_0x34ec65=>_0x34ec65>0x1}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x53e8a6=>{const {tr:{dictionary:_0x3d641c,getPluralForm:_0x45e095}}={'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':_0x597abb=>_0x597abb>0x1}};_0x53e8a6['tr']||={'dictionary':{},'getPluralForm':null},_0x53e8a6['tr']['dictionary']=Object['assign'](_0x53e8a6['tr']['dictionary'],_0x3d641c),_0x53e8a6['tr']['getPluralForm']=_0x45e095;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x1557b3=>{const {tr:{dictionary:_0x21a198,getPluralForm:_0x2e7ba8}}={'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':_0x489d63=>_0x489d63>0x1}};_0x1557b3['tr']||={'dictionary':{},'getPluralForm':null},_0x1557b3['tr']['dictionary']=Object['assign'](_0x1557b3['tr']['dictionary'],_0x21a198),_0x1557b3['tr']['getPluralForm']=_0x2e7ba8;})(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':_0x13205f=>0x1!=_0x13205f}};
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':_0x10c1f2=>0x1!=_0x10c1f2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x3ed1b3=>{const {ug:{dictionary:_0x181441,getPluralForm:_0x5c1c29}}={'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':_0x460e43=>0x1!=_0x460e43}};_0x3ed1b3['ug']||={'dictionary':{},'getPluralForm':null},_0x3ed1b3['ug']['dictionary']=Object['assign'](_0x3ed1b3['ug']['dictionary'],_0x181441),_0x3ed1b3['ug']['getPluralForm']=_0x5c1c29;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x478c5e=>{const {ug:{dictionary:_0x5e900f,getPluralForm:_0x3bdfff}}={'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':_0x267338=>0x1!=_0x267338}};_0x478c5e['ug']||={'dictionary':{},'getPluralForm':null},_0x478c5e['ug']['dictionary']=Object['assign'](_0x478c5e['ug']['dictionary'],_0x5e900f),_0x478c5e['ug']['getPluralForm']=_0x3bdfff;})(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':_0x4a38e3=>_0x4a38e3%0x1==0x0&&_0x4a38e3%0xa==0x1&&_0x4a38e3%0x64!=0xb?0x0:_0x4a38e3%0x1==0x0&&_0x4a38e3%0xa>=0x2&&_0x4a38e3%0xa<=0x4&&(_0x4a38e3%0x64<0xc||_0x4a38e3%0x64>0xe)?0x1:_0x4a38e3%0x1==0x0&&(_0x4a38e3%0xa==0x0||_0x4a38e3%0xa>=0x5&&_0x4a38e3%0xa<=0x9||_0x4a38e3%0x64>=0xb&&_0x4a38e3%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':_0x31ecc2=>_0x31ecc2%0x1==0x0&&_0x31ecc2%0xa==0x1&&_0x31ecc2%0x64!=0xb?0x0:_0x31ecc2%0x1==0x0&&_0x31ecc2%0xa>=0x2&&_0x31ecc2%0xa<=0x4&&(_0x31ecc2%0x64<0xc||_0x31ecc2%0x64>0xe)?0x1:_0x31ecc2%0x1==0x0&&(_0x31ecc2%0xa==0x0||_0x31ecc2%0xa>=0x5&&_0x31ecc2%0xa<=0x9||_0x31ecc2%0x64>=0xb&&_0x31ecc2%0x64<=0xe)?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2f3fee=>{const {uk:{dictionary:_0x28ba91,getPluralForm:_0x641a66}}={'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':_0x4f4138=>_0x4f4138%0x1==0x0&&_0x4f4138%0xa==0x1&&_0x4f4138%0x64!=0xb?0x0:_0x4f4138%0x1==0x0&&_0x4f4138%0xa>=0x2&&_0x4f4138%0xa<=0x4&&(_0x4f4138%0x64<0xc||_0x4f4138%0x64>0xe)?0x1:_0x4f4138%0x1==0x0&&(_0x4f4138%0xa==0x0||_0x4f4138%0xa>=0x5&&_0x4f4138%0xa<=0x9||_0x4f4138%0x64>=0xb&&_0x4f4138%0x64<=0xe)?0x2:0x3}};_0x2f3fee['uk']||={'dictionary':{},'getPluralForm':null},_0x2f3fee['uk']['dictionary']=Object['assign'](_0x2f3fee['uk']['dictionary'],_0x28ba91),_0x2f3fee['uk']['getPluralForm']=_0x641a66;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x37f4d1=>{const {uk:{dictionary:_0x1cf3cc,getPluralForm:_0x1c768c}}={'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':_0x1b63d2=>_0x1b63d2%0x1==0x0&&_0x1b63d2%0xa==0x1&&_0x1b63d2%0x64!=0xb?0x0:_0x1b63d2%0x1==0x0&&_0x1b63d2%0xa>=0x2&&_0x1b63d2%0xa<=0x4&&(_0x1b63d2%0x64<0xc||_0x1b63d2%0x64>0xe)?0x1:_0x1b63d2%0x1==0x0&&(_0x1b63d2%0xa==0x0||_0x1b63d2%0xa>=0x5&&_0x1b63d2%0xa<=0x9||_0x1b63d2%0x64>=0xb&&_0x1b63d2%0x64<=0xe)?0x2:0x3}};_0x37f4d1['uk']||={'dictionary':{},'getPluralForm':null},_0x37f4d1['uk']['dictionary']=Object['assign'](_0x37f4d1['uk']['dictionary'],_0x1cf3cc),_0x37f4d1['uk']['getPluralForm']=_0x1c768c;})(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':_0x5ccbfd=>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':_0x2eb9b5=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2ba6a2=>{const {vi:{dictionary:_0x5436e0,getPluralForm:_0x11b654}}={'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':_0x221762=>0x0}};_0x2ba6a2['vi']||={'dictionary':{},'getPluralForm':null},_0x2ba6a2['vi']['dictionary']=Object['assign'](_0x2ba6a2['vi']['dictionary'],_0x5436e0),_0x2ba6a2['vi']['getPluralForm']=_0x11b654;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x1423d8=>{const {vi:{dictionary:_0x3415ed,getPluralForm:_0x3cd608}}={'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':_0x4a497c=>0x0}};_0x1423d8['vi']||={'dictionary':{},'getPluralForm':null},_0x1423d8['vi']['dictionary']=Object['assign'](_0x1423d8['vi']['dictionary'],_0x3415ed),_0x1423d8['vi']['getPluralForm']=_0x3cd608;})(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':_0x3bbb07=>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':_0x7662b7=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x523d4a=>{const {'zh-cn':{dictionary:_0x2d489a,getPluralForm:_0x559946}}={'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':_0x440c18=>0x0}};_0x523d4a['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x523d4a['zh-cn']['dictionary']=Object['assign'](_0x523d4a['zh-cn']['dictionary'],_0x2d489a),_0x523d4a['zh-cn']['getPluralForm']=_0x559946;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x44b1c=>{const {'zh-cn':{dictionary:_0x239515,getPluralForm:_0x19849b}}={'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':_0x4918b7=>0x0}};_0x44b1c['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x44b1c['zh-cn']['dictionary']=Object['assign'](_0x44b1c['zh-cn']['dictionary'],_0x239515),_0x44b1c['zh-cn']['getPluralForm']=_0x19849b;})(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':_0x5fefc0=>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':_0xfc071d=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x497046=>{const {zh:{dictionary:_0x307430,getPluralForm:_0x4b6ade}}={'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':_0x1c977d=>0x0}};_0x497046['zh']||={'dictionary':{},'getPluralForm':null},_0x497046['zh']['dictionary']=Object['assign'](_0x497046['zh']['dictionary'],_0x307430),_0x497046['zh']['getPluralForm']=_0x4b6ade;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x5c0480=>{const {zh:{dictionary:_0x2eaeef,getPluralForm:_0x4d89a5}}={'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':_0x23a04f=>0x0}};_0x5c0480['zh']||={'dictionary':{},'getPluralForm':null},_0x5c0480['zh']['dictionary']=Object['assign'](_0x5c0480['zh']['dictionary'],_0x2eaeef),_0x5c0480['zh']['getPluralForm']=_0x4d89a5;})(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-20241003.0",
3
+ "version": "0.0.0-nightly-20241004.0",
4
4
  "description": "Format painter feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,12 +12,12 @@
12
12
  "type": "module",
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "@ckeditor/ckeditor5-core": "0.0.0-nightly-20241003.0",
16
- "@ckeditor/ckeditor5-engine": "0.0.0-nightly-20241003.0",
17
- "@ckeditor/ckeditor5-ui": "0.0.0-nightly-20241003.0",
18
- "@ckeditor/ckeditor5-utils": "0.0.0-nightly-20241003.0",
19
- "ckeditor5": "0.0.0-nightly-20241003.0",
20
- "ckeditor5-collaboration": "0.0.0-nightly-20241003.0"
15
+ "@ckeditor/ckeditor5-core": "0.0.0-nightly-20241004.0",
16
+ "@ckeditor/ckeditor5-engine": "0.0.0-nightly-20241004.0",
17
+ "@ckeditor/ckeditor5-ui": "0.0.0-nightly-20241004.0",
18
+ "@ckeditor/ckeditor5-utils": "0.0.0-nightly-20241004.0",
19
+ "ckeditor5": "0.0.0-nightly-20241004.0",
20
+ "ckeditor5-collaboration": "0.0.0-nightly-20241004.0"
21
21
  },
22
22
  "license": "SEE LICENSE IN LICENSE.md",
23
23
  "author": "CKSource (http://cksource.com/)",
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x565ca8=_0x18c3;function _0x2c3c(){const _0x44a60d=['selection','1215520erAPqV','894VoFOmY','refresh','getAttributes','getAttributeProperties','1863840sZwMWH','execute','fromEntries','reset','9pIeCfO','9437560RjrJAw','3292fVZGiL','change:isEnabled','model','5717112lwBQLp','filter','value','change:value','editor','10TmMRfy','get','isFormatting','1276UMhLLa','1302WkphHA','schema','169wbjttd','from','commands','1688ldmZAj','3753HZrJDZ','_getFormattingAttributes','document'];_0x2c3c=function(){return _0x44a60d;};return _0x2c3c();}(function(_0x5cd564,_0x226d3d){const _0x3e8ba8=_0x18c3,_0xa5158b=_0x5cd564();while(!![]){try{const _0x9b5e50=-parseInt(_0x3e8ba8(0xac))/0x1*(parseInt(_0x3e8ba8(0xa6))/0x2)+parseInt(_0x3e8ba8(0xad))/0x3*(parseInt(_0x3e8ba8(0x9b))/0x4)+parseInt(_0x3e8ba8(0x90))/0x5+-parseInt(_0x3e8ba8(0x91))/0x6*(-parseInt(_0x3e8ba8(0xa7))/0x7)+parseInt(_0x3e8ba8(0x9e))/0x8*(-parseInt(_0x3e8ba8(0x99))/0x9)+parseInt(_0x3e8ba8(0xa3))/0xa*(-parseInt(_0x3e8ba8(0x9a))/0xb)+-parseInt(_0x3e8ba8(0x95))/0xc*(-parseInt(_0x3e8ba8(0xa9))/0xd);if(_0x9b5e50===_0x226d3d)break;else _0xa5158b['push'](_0xa5158b['shift']());}catch(_0x54db04){_0xa5158b['push'](_0xa5158b['shift']());}}}(_0x2c3c,0xa3938));function _0x18c3(_0x1d5d80,_0x57f5d8){const _0x2c3cc2=_0x2c3c();return _0x18c3=function(_0x18c3d5,_0x33ffe1){_0x18c3d5=_0x18c3d5-0x8e;let _0x48dfc9=_0x2c3cc2[_0x18c3d5];return _0x48dfc9;},_0x18c3(_0x1d5d80,_0x57f5d8);}import{Command as _0x1707df}from'ckeditor5/src/core.js';import{PASTE_FORMAT_COMMAND_NAME as _0x37b22f}from'./utils.js';export default class r extends _0x1707df{constructor(_0x5a99fb){const _0x1fc407=_0x18c3;super(_0x5a99fb),this[_0x1fc407(0xa0)]=void 0x0,this['on'](_0x1fc407(0x9c),(_0x3d5e86,_0x1a4771,_0x491826)=>{const _0x2886cd=_0x1fc407;_0x491826||this[_0x2886cd(0x98)]();}),this['on'](_0x1fc407(0xa1),()=>_0x5a99fb[_0x1fc407(0xab)][_0x1fc407(0xa4)](_0x37b22f)[_0x1fc407(0x92)]());}[_0x565ca8(0x96)](){const _0xcb9d26=_0x565ca8;this[_0xcb9d26(0xa0)]=this[_0xcb9d26(0xae)]();}[_0x565ca8(0x98)](){const _0x436c72=_0x565ca8;this[_0x436c72(0xa0)]=void 0x0;}[_0x565ca8(0xae)](){const _0x49fc5d=_0x565ca8,_0x2e57d0=this[_0x49fc5d(0xa2)][_0x49fc5d(0x9d)],_0x457948=_0x2e57d0[_0x49fc5d(0x8e)][_0x49fc5d(0x8f)];return Object[_0x49fc5d(0x97)](Array[_0x49fc5d(0xaa)](_0x457948[_0x49fc5d(0x93)]())[_0x49fc5d(0x9f)](([_0x2d40b0])=>_0x2e57d0[_0x49fc5d(0xa8)][_0x49fc5d(0x94)](_0x2d40b0)[_0x49fc5d(0xa5)]));}}
23
+ function _0xda0c(_0x540570,_0xa9e86){const _0x225551=_0x2255();return _0xda0c=function(_0xda0c10,_0x5b0374){_0xda0c10=_0xda0c10-0x193;let _0x159c5c=_0x225551[_0xda0c10];return _0x159c5c;},_0xda0c(_0x540570,_0xa9e86);}const _0x27bb06=_0xda0c;(function(_0x4a786d,_0x42ee8d){const _0xea7c84=_0xda0c,_0x1b077b=_0x4a786d();while(!![]){try{const _0xd9003a=-parseInt(_0xea7c84(0x1a3))/0x1*(-parseInt(_0xea7c84(0x1a5))/0x2)+-parseInt(_0xea7c84(0x199))/0x3+parseInt(_0xea7c84(0x1a7))/0x4*(parseInt(_0xea7c84(0x19f))/0x5)+parseInt(_0xea7c84(0x195))/0x6+-parseInt(_0xea7c84(0x197))/0x7*(parseInt(_0xea7c84(0x1a1))/0x8)+parseInt(_0xea7c84(0x198))/0x9+-parseInt(_0xea7c84(0x196))/0xa;if(_0xd9003a===_0x42ee8d)break;else _0x1b077b['push'](_0x1b077b['shift']());}catch(_0x384fc2){_0x1b077b['push'](_0x1b077b['shift']());}}}(_0x2255,0x8d16b));import{Command as _0x111d6c}from'ckeditor5/src/core.js';import{PASTE_FORMAT_COMMAND_NAME as _0xd1c00}from'./utils.js';function _0x2255(){const _0x419ecf=['editor','isFormatting','reset','selection','schema','165310pcxuZn','value','16vBtyjM','get','258071jamDjW','change:value','6LWMuCa','execute','116PKvvRb','filter','getAttributeProperties','from','_getFormattingAttributes','document','fromEntries','model','refresh','getAttributes','change:isEnabled','commands','3850386lXQsWr','8432830bNNwPo','2225251SxMdqd','2793888iRYrmy','1884618PVngXB'];_0x2255=function(){return _0x419ecf;};return _0x2255();}export default class r extends _0x111d6c{constructor(_0xa5f438){const _0x30f987=_0xda0c;super(_0xa5f438),this[_0x30f987(0x1a0)]=void 0x0,this['on'](_0x30f987(0x193),(_0x3a98ce,_0x4fea73,_0x5adaff)=>{const _0x170faa=_0x30f987;_0x5adaff||this[_0x170faa(0x19c)]();}),this['on'](_0x30f987(0x1a4),()=>_0xa5f438[_0x30f987(0x194)][_0x30f987(0x1a2)](_0xd1c00)[_0x30f987(0x1af)]());}[_0x27bb06(0x1a6)](){const _0xfb515f=_0x27bb06;this[_0xfb515f(0x1a0)]=this[_0xfb515f(0x1ab)]();}[_0x27bb06(0x19c)](){const _0x357d86=_0x27bb06;this[_0x357d86(0x1a0)]=void 0x0;}[_0x27bb06(0x1ab)](){const _0x19a5ad=_0x27bb06,_0x4ade45=this[_0x19a5ad(0x19a)][_0x19a5ad(0x1ae)],_0x31efc6=_0x4ade45[_0x19a5ad(0x1ac)][_0x19a5ad(0x19d)];return Object[_0x19a5ad(0x1ad)](Array[_0x19a5ad(0x1aa)](_0x31efc6[_0x19a5ad(0x1b0)]())[_0x19a5ad(0x1a8)](([_0x4d53d1])=>_0x4ade45[_0x19a5ad(0x19e)][_0x19a5ad(0x1a9)](_0x4d53d1)[_0x19a5ad(0x19b)]));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x53f7ef=_0x5e0b;(function(_0x5ecc20,_0x20ca19){var _0x487b0f=_0x5e0b,_0x1fe6c5=_0x5ecc20();while(!![]){try{var _0x168e1f=-parseInt(_0x487b0f(0x1d6))/0x1+-parseInt(_0x487b0f(0x1db))/0x2*(-parseInt(_0x487b0f(0x1dc))/0x3)+-parseInt(_0x487b0f(0x1d5))/0x4*(parseInt(_0x487b0f(0x1d9))/0x5)+-parseInt(_0x487b0f(0x1d7))/0x6+parseInt(_0x487b0f(0x1d1))/0x7+-parseInt(_0x487b0f(0x1cf))/0x8*(-parseInt(_0x487b0f(0x1d2))/0x9)+parseInt(_0x487b0f(0x1d0))/0xa*(parseInt(_0x487b0f(0x1d8))/0xb);if(_0x168e1f===_0x20ca19)break;else _0x1fe6c5['push'](_0x1fe6c5['shift']());}catch(_0x1ec74e){_0x1fe6c5['push'](_0x1fe6c5['shift']());}}}(_0x57ac,0xb48d1));import{Plugin as _0x2e435c}from'ckeditor5/src/core.js';function _0x57ac(){var _0x5c4a81=['2919034dRvTvT','3XuasLT','8yDZrtc','7633690FQUfQT','2649178SXujeE','5060511qjXIhm','pluginName','requires','558708qNCiRl','1170242PRmhRV','5846916HWtGRG','11NuvcyE','10flLgNJ','FormatPainter'];_0x57ac=function(){return _0x5c4a81;};return _0x57ac();}import _0xc3f9ef from'./formatpainterediting.js';function _0x5e0b(_0x481b2e,_0x3e7040){var _0x57acbf=_0x57ac();return _0x5e0b=function(_0x5e0b42,_0x453b90){_0x5e0b42=_0x5e0b42-0x1cf;var _0x54fd4e=_0x57acbf[_0x5e0b42];return _0x54fd4e;},_0x5e0b(_0x481b2e,_0x3e7040);}import _0x31d1b3 from'./formatpainterui.js';export default class m extends _0x2e435c{static get[_0x53f7ef(0x1d4)](){return[_0xc3f9ef,_0x31d1b3];}static get[_0x53f7ef(0x1d3)](){var _0x471d8b=_0x53f7ef;return _0x471d8b(0x1da);}}
23
+ var _0x3b5f46=_0x49d8;(function(_0x2b5996,_0x46b64d){var _0x398b72=_0x49d8,_0x4d2492=_0x2b5996();while(!![]){try{var _0x10268b=-parseInt(_0x398b72(0x125))/0x1+parseInt(_0x398b72(0x126))/0x2+parseInt(_0x398b72(0x11f))/0x3+-parseInt(_0x398b72(0x120))/0x4*(-parseInt(_0x398b72(0x129))/0x5)+parseInt(_0x398b72(0x11d))/0x6*(parseInt(_0x398b72(0x127))/0x7)+-parseInt(_0x398b72(0x128))/0x8*(-parseInt(_0x398b72(0x123))/0x9)+-parseInt(_0x398b72(0x121))/0xa;if(_0x10268b===_0x46b64d)break;else _0x4d2492['push'](_0x4d2492['shift']());}catch(_0x3ac75a){_0x4d2492['push'](_0x4d2492['shift']());}}}(_0x5585,0xd6a4b));function _0x49d8(_0x448e97,_0x17beb7){var _0x5585d6=_0x5585();return _0x49d8=function(_0x49d86a,_0x3ec2c1){_0x49d86a=_0x49d86a-0x11d;var _0x34064b=_0x5585d6[_0x49d86a];return _0x34064b;},_0x49d8(_0x448e97,_0x17beb7);}import{Plugin as _0xaf45ef}from'ckeditor5/src/core.js';import _0xf5b43c from'./formatpainterediting.js';import _0x47799a from'./formatpainterui.js';function _0x5585(){var _0x4ca045=['9CUwlye','requires','770504InUlqn','576154YxspXa','35jMicDU','2325112TnJcHl','35MsvCPG','1679886kCeukT','FormatPainter','1011951thtiyY','244676dBTWdw','10944380MgKdLK','pluginName'];_0x5585=function(){return _0x4ca045;};return _0x5585();}export default class m extends _0xaf45ef{static get[_0x3b5f46(0x124)](){return[_0xf5b43c,_0x47799a];}static get[_0x3b5f46(0x122)](){var _0x533186=_0x3b5f46;return _0x533186(0x11e);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3b5bce=_0x2c22;(function(_0x2a2c84,_0x1c53a2){const _0x84bd4f=_0x2c22,_0x37053c=_0x2a2c84();while(!![]){try{const _0x229c08=-parseInt(_0x84bd4f(0xaf))/0x1*(-parseInt(_0x84bd4f(0xbc))/0x2)+parseInt(_0x84bd4f(0xb8))/0x3+parseInt(_0x84bd4f(0xbe))/0x4+-parseInt(_0x84bd4f(0xa5))/0x5+parseInt(_0x84bd4f(0xc1))/0x6+parseInt(_0x84bd4f(0xba))/0x7*(-parseInt(_0x84bd4f(0xb4))/0x8)+parseInt(_0x84bd4f(0xa8))/0x9*(-parseInt(_0x84bd4f(0xb0))/0xa);if(_0x229c08===_0x1c53a2)break;else _0x37053c['push'](_0x37053c['shift']());}catch(_0x37d931){_0x37053c['push'](_0x37053c['shift']());}}}(_0x5530,0xa31bd));function _0x2c22(_0x15b0d3,_0x68bb74){const _0x553008=_0x5530();return _0x2c22=function(_0x2c22e6,_0x30870f){_0x2c22e6=_0x2c22e6-0xa5;let _0x3408c1=_0x553008[_0x2c22e6];return _0x3408c1;},_0x2c22(_0x15b0d3,_0x68bb74);}import{Plugin as _0x904977}from'ckeditor5/src/core.js';import{CKEditorError as _0x59c27b}from'ckeditor5/src/utils.js';import _0x1e5124 from'./copyformatcommand.js';import _0x33d23b from'./pasteformatcommand.js';import{COPY_FORMAT_COMMAND_NAME as _0x3133a0,PASTE_FORMAT_COMMAND_NAME as _0x4ca27e}from'./utils.js';export default class o extends _0x904977{static get[_0x3b5bce(0xab)](){const _0x4e6453=_0x3b5bce;return _0x4e6453(0xc0);}constructor(_0x44a989){const _0xa56a1a=_0x3b5bce;super(_0x44a989),this[_0xa56a1a(0xb2)]=null;}[_0x3b5bce(0xbf)](){const _0x3765b1=_0x3b5bce,_0x3a4ebb=this[_0x3765b1(0xb9)];_0x3a4ebb[_0x3765b1(0xa9)][_0x3765b1(0xb1)](_0x3133a0,new _0x1e5124(_0x3a4ebb)),_0x3a4ebb[_0x3765b1(0xa9)][_0x3765b1(0xb1)](_0x4ca27e,new _0x33d23b(_0x3a4ebb)),this[_0x3765b1(0xbb)]=_0x3a4ebb[_0x3765b1(0xad)][_0x3765b1(0xaa)](_0x3765b1(0xbb));const _0xe62721=this[_0x3765b1(0xb9)];this[_0x3765b1(0xb2)]=setInterval(()=>{const _0x591049=_0x3765b1;let _0x146bb7;for(const _0x229d03 in _0xe62721){const _0x6ca9f5=_0x229d03,_0x350ba6=_0xe62721[_0x6ca9f5];if(_0x591049(0xb6)===_0x350ba6||_0x591049(0xb5)===_0x350ba6||_0x591049(0xb7)===_0x350ba6||_0x591049(0xae)===_0x350ba6){delete _0xe62721[_0x6ca9f5],_0x146bb7=_0x350ba6;break;}}if(_0x591049(0xb5)===_0x146bb7)throw clearInterval(this[_0x591049(0xb2)]),new _0x59c27b(_0x591049(0xbd),null);if(_0x591049(0xb6)===_0x146bb7&&console[_0x591049(0xac)](_0x591049(0xa6)),_0x591049(0xae)===_0x146bb7)throw clearInterval(this[_0x591049(0xb2)]),new _0x59c27b(_0x591049(0xb3),null);_0x591049(0xb7)===_0x146bb7&&clearInterval(this[_0x591049(0xb2)]);},0x3e8);}[_0x3b5bce(0xa7)](){const _0x16725b=_0x3b5bce;this[_0x16725b(0xb2)]&&clearInterval(this[_0x16725b(0xb2)]);}}function _0x5530(){const _0x45e198=['470236XpEaVt','format-painter-invalid-license-key','5149664PkZdpO','init','FormatPainterEditing','441246LRcVBX','654960yCClHe','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.','destroy','2332899wKwWKT','commands','get','pluginName','info','config','formatPainterLicenseKeyTrialLimit:operations','1VaXfyM','20fIZWLY','add','_licenseKeyCheckInterval','format-painter-trial-license-key-reached-limit-changes','56jTNCrg','formatPainterLicenseKeyInvalid','formatPainterLicenseKeyTrial','formatPainterLicenseKeyValid','2955573OkekEX','editor','1263759mdlmsM','licenseKey'];_0x5530=function(){return _0x45e198;};return _0x5530();}
23
+ const _0x59d1b3=_0x49e0;function _0x49e0(_0x474cf2,_0x116217){const _0x1692ac=_0x1692();return _0x49e0=function(_0x49e079,_0x6aeff7){_0x49e079=_0x49e079-0x143;let _0x57e562=_0x1692ac[_0x49e079];return _0x57e562;},_0x49e0(_0x474cf2,_0x116217);}(function(_0x18334d,_0x2821d6){const _0x366cf9=_0x49e0,_0x3e9883=_0x18334d();while(!![]){try{const _0x255484=-parseInt(_0x366cf9(0x144))/0x1+-parseInt(_0x366cf9(0x143))/0x2*(parseInt(_0x366cf9(0x155))/0x3)+-parseInt(_0x366cf9(0x161))/0x4+parseInt(_0x366cf9(0x14b))/0x5*(parseInt(_0x366cf9(0x15b))/0x6)+-parseInt(_0x366cf9(0x158))/0x7*(-parseInt(_0x366cf9(0x157))/0x8)+-parseInt(_0x366cf9(0x14f))/0x9*(-parseInt(_0x366cf9(0x14e))/0xa)+parseInt(_0x366cf9(0x14c))/0xb*(-parseInt(_0x366cf9(0x146))/0xc);if(_0x255484===_0x2821d6)break;else _0x3e9883['push'](_0x3e9883['shift']());}catch(_0x58ab52){_0x3e9883['push'](_0x3e9883['shift']());}}}(_0x1692,0x35cda));import{Plugin as _0x210cd1}from'ckeditor5/src/core.js';import{CKEditorError as _0x52be18}from'ckeditor5/src/utils.js';import _0xd0878c from'./copyformatcommand.js';function _0x1692(){const _0x4834ce=['formatPainterLicenseKeyValid','4179684XOITaU','config','licenseKey','pluginName','formatPainterLicenseKeyTrialLimit:operations','450NQwtZj','22IeoIuk','formatPainterLicenseKeyTrial','400VNZGpB','76149XPjjZW','formatPainterLicenseKeyInvalid','destroy','format-painter-invalid-license-key','get','commands','237441BGFPWk','init','3248952JYBPUS','7fyXbqG','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.','editor','28980WgShmE','FormatPainterEditing','format-painter-trial-license-key-reached-limit-changes','_licenseKeyCheckInterval','info','add','19744bPoeuI','2HFEPub','178184uTyvJW'];_0x1692=function(){return _0x4834ce;};return _0x1692();}import _0xdb9b75 from'./pasteformatcommand.js';import{COPY_FORMAT_COMMAND_NAME as _0x2340e5,PASTE_FORMAT_COMMAND_NAME as _0x2e1ef8}from'./utils.js';export default class o extends _0x210cd1{static get[_0x59d1b3(0x149)](){const _0x252481=_0x59d1b3;return _0x252481(0x15c);}constructor(_0x25bc8b){const _0x3642e3=_0x59d1b3;super(_0x25bc8b),this[_0x3642e3(0x15e)]=null;}[_0x59d1b3(0x156)](){const _0x3ffabc=_0x59d1b3,_0x146e5b=this[_0x3ffabc(0x15a)];_0x146e5b[_0x3ffabc(0x154)][_0x3ffabc(0x160)](_0x2340e5,new _0xd0878c(_0x146e5b)),_0x146e5b[_0x3ffabc(0x154)][_0x3ffabc(0x160)](_0x2e1ef8,new _0xdb9b75(_0x146e5b)),this[_0x3ffabc(0x148)]=_0x146e5b[_0x3ffabc(0x147)][_0x3ffabc(0x153)](_0x3ffabc(0x148));const _0x3ccf73=this[_0x3ffabc(0x15a)];this[_0x3ffabc(0x15e)]=setInterval(()=>{const _0x506445=_0x3ffabc;let _0x124eb6;for(const _0x1ecf7b in _0x3ccf73){const _0x1a97de=_0x1ecf7b,_0x3eb85f=_0x3ccf73[_0x1a97de];if(_0x506445(0x14d)===_0x3eb85f||_0x506445(0x150)===_0x3eb85f||_0x506445(0x145)===_0x3eb85f||_0x506445(0x14a)===_0x3eb85f){delete _0x3ccf73[_0x1a97de],_0x124eb6=_0x3eb85f;break;}}if(_0x506445(0x150)===_0x124eb6)throw clearInterval(this[_0x506445(0x15e)]),new _0x52be18(_0x506445(0x152),null);if(_0x506445(0x14d)===_0x124eb6&&console[_0x506445(0x15f)](_0x506445(0x159)),_0x506445(0x14a)===_0x124eb6)throw clearInterval(this[_0x506445(0x15e)]),new _0x52be18(_0x506445(0x15d),null);_0x506445(0x145)===_0x124eb6&&clearInterval(this[_0x506445(0x15e)]);},0x3e8);}[_0x59d1b3(0x151)](){const _0x2dd983=_0x59d1b3;this[_0x2dd983(0x15e)]&&clearInterval(this[_0x2dd983(0x15e)]);}}