@ckeditor/ckeditor5-format-painter 0.0.0-nightly-20241002.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 +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 +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
- (_0x4538ba=>{const {sr:{dictionary:_0x4fab60,getPluralForm:_0x5e7dec}}={'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':_0x55ea9a=>_0x55ea9a%0xa==0x1&&_0x55ea9a%0x64!=0xb?0x0:_0x55ea9a%0xa>=0x2&&_0x55ea9a%0xa<=0x4&&(_0x55ea9a%0x64<0xa||_0x55ea9a%0x64>=0x14)?0x1:0x2}};_0x4538ba['sr']||={'dictionary':{},'getPluralForm':null},_0x4538ba['sr']['dictionary']=Object['assign'](_0x4538ba['sr']['dictionary'],_0x4fab60),_0x4538ba['sr']['getPluralForm']=_0x5e7dec;})(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':_0x3d850b=>0x1!=_0x3d850b}};
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
- (_0x3a7029=>{const {sv:{dictionary:_0x1a620e,getPluralForm:_0x5e6ec4}}={'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':_0x498b1e=>0x1!=_0x498b1e}};_0x3a7029['sv']||={'dictionary':{},'getPluralForm':null},_0x3a7029['sv']['dictionary']=Object['assign'](_0x3a7029['sv']['dictionary'],_0x1a620e),_0x3a7029['sv']['getPluralForm']=_0x5e6ec4;})(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':_0x1742fe=>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
- (_0x5f379f=>{const {th:{dictionary:_0x5a4969,getPluralForm:_0x276352}}={'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':_0x4f32a6=>0x0}};_0x5f379f['th']||={'dictionary':{},'getPluralForm':null},_0x5f379f['th']['dictionary']=Object['assign'](_0x5f379f['th']['dictionary'],_0x5a4969),_0x5f379f['th']['getPluralForm']=_0x276352;})(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':_0x2577bd=>_0x2577bd>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
- (_0x277872=>{const {tr:{dictionary:_0x33015f,getPluralForm:_0x48b3db}}={'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':_0x453f30=>_0x453f30>0x1}};_0x277872['tr']||={'dictionary':{},'getPluralForm':null},_0x277872['tr']['dictionary']=Object['assign'](_0x277872['tr']['dictionary'],_0x33015f),_0x277872['tr']['getPluralForm']=_0x48b3db;})(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':_0x2debb8=>0x1!=_0x2debb8}};
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
- (_0x1736c8=>{const {ug:{dictionary:_0x41ea8a,getPluralForm:_0x2a039e}}={'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':_0x130a47=>0x1!=_0x130a47}};_0x1736c8['ug']||={'dictionary':{},'getPluralForm':null},_0x1736c8['ug']['dictionary']=Object['assign'](_0x1736c8['ug']['dictionary'],_0x41ea8a),_0x1736c8['ug']['getPluralForm']=_0x2a039e;})(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':_0x53ef8f=>_0x53ef8f%0x1==0x0&&_0x53ef8f%0xa==0x1&&_0x53ef8f%0x64!=0xb?0x0:_0x53ef8f%0x1==0x0&&_0x53ef8f%0xa>=0x2&&_0x53ef8f%0xa<=0x4&&(_0x53ef8f%0x64<0xc||_0x53ef8f%0x64>0xe)?0x1:_0x53ef8f%0x1==0x0&&(_0x53ef8f%0xa==0x0||_0x53ef8f%0xa>=0x5&&_0x53ef8f%0xa<=0x9||_0x53ef8f%0x64>=0xb&&_0x53ef8f%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
- (_0x1e5a47=>{const {uk:{dictionary:_0x431d0e,getPluralForm:_0x234699}}={'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':_0x5902cb=>_0x5902cb%0x1==0x0&&_0x5902cb%0xa==0x1&&_0x5902cb%0x64!=0xb?0x0:_0x5902cb%0x1==0x0&&_0x5902cb%0xa>=0x2&&_0x5902cb%0xa<=0x4&&(_0x5902cb%0x64<0xc||_0x5902cb%0x64>0xe)?0x1:_0x5902cb%0x1==0x0&&(_0x5902cb%0xa==0x0||_0x5902cb%0xa>=0x5&&_0x5902cb%0xa<=0x9||_0x5902cb%0x64>=0xb&&_0x5902cb%0x64<=0xe)?0x2:0x3}};_0x1e5a47['uk']||={'dictionary':{},'getPluralForm':null},_0x1e5a47['uk']['dictionary']=Object['assign'](_0x1e5a47['uk']['dictionary'],_0x431d0e),_0x1e5a47['uk']['getPluralForm']=_0x234699;})(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':_0x12f3f2=>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
- (_0x2de76e=>{const {vi:{dictionary:_0x4c8b8b,getPluralForm:_0x56f37b}}={'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':_0x9074c5=>0x0}};_0x2de76e['vi']||={'dictionary':{},'getPluralForm':null},_0x2de76e['vi']['dictionary']=Object['assign'](_0x2de76e['vi']['dictionary'],_0x4c8b8b),_0x2de76e['vi']['getPluralForm']=_0x56f37b;})(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':_0x3e9438=>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
- (_0x26c19d=>{const {'zh-cn':{dictionary:_0x4e7818,getPluralForm:_0x12cf2a}}={'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':_0x508c31=>0x0}};_0x26c19d['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x26c19d['zh-cn']['dictionary']=Object['assign'](_0x26c19d['zh-cn']['dictionary'],_0x4e7818),_0x26c19d['zh-cn']['getPluralForm']=_0x12cf2a;})(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':_0x489884=>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
- (_0x476c05=>{const {zh:{dictionary:_0x45447c,getPluralForm:_0x533ff2}}={'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':_0x2c7bcb=>0x0}};_0x476c05['zh']||={'dictionary':{},'getPluralForm':null},_0x476c05['zh']['dictionary']=Object['assign'](_0x476c05['zh']['dictionary'],_0x45447c),_0x476c05['zh']['getPluralForm']=_0x533ff2;})(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-20241002.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-20241002.0",
16
- "@ckeditor/ckeditor5-engine": "0.0.0-nightly-20241002.0",
17
- "@ckeditor/ckeditor5-ui": "0.0.0-nightly-20241002.0",
18
- "@ckeditor/ckeditor5-utils": "0.0.0-nightly-20241002.0",
19
- "ckeditor5": "0.0.0-nightly-20241002.0",
20
- "ckeditor5-collaboration": "0.0.0-nightly-20241002.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 _0x5c7b81=_0x58d6;function _0x58d6(_0x48dcf8,_0x3c7805){const _0x561ead=_0x561e();return _0x58d6=function(_0x58d655,_0x261aae){_0x58d655=_0x58d655-0x199;let _0x42eb63=_0x561ead[_0x58d655];return _0x42eb63;},_0x58d6(_0x48dcf8,_0x3c7805);}(function(_0x50f5b2,_0x3f1303){const _0x2271b9=_0x58d6,_0x573954=_0x50f5b2();while(!![]){try{const _0x46c96b=-parseInt(_0x2271b9(0x19b))/0x1+parseInt(_0x2271b9(0x1ae))/0x2+parseInt(_0x2271b9(0x19a))/0x3+parseInt(_0x2271b9(0x1ad))/0x4*(-parseInt(_0x2271b9(0x199))/0x5)+-parseInt(_0x2271b9(0x1b6))/0x6*(-parseInt(_0x2271b9(0x1ab))/0x7)+parseInt(_0x2271b9(0x1a5))/0x8*(-parseInt(_0x2271b9(0x1a0))/0x9)+-parseInt(_0x2271b9(0x1b5))/0xa;if(_0x46c96b===_0x3f1303)break;else _0x573954['push'](_0x573954['shift']());}catch(_0x54ff09){_0x573954['push'](_0x573954['shift']());}}}(_0x561e,0x8c220));import{Command as _0x2a15aa}from'ckeditor5/src/core.js';import{PASTE_FORMAT_COMMAND_NAME as _0x196fbf}from'./utils.js';function _0x561e(){const _0x4a7338=['973231oTyzzK','_getFormattingAttributes','36032pDlcQq','844272tsUXgb','selection','change:value','get','schema','commands','filter','4609270YdGNHW','18VnITlk','105GVTTBg','2177031MLzYFv','109656UkkFpq','isFormatting','refresh','reset','getAttributeProperties','2637wYCWLA','model','value','from','execute','6312vgtoyv','getAttributes','document','fromEntries','editor','change:isEnabled'];_0x561e=function(){return _0x4a7338;};return _0x561e();}export default class r extends _0x2a15aa{constructor(_0x3e23dc){const _0xb5608e=_0x58d6;super(_0x3e23dc),this[_0xb5608e(0x1a2)]=void 0x0,this['on'](_0xb5608e(0x1aa),(_0x4b7951,_0x24daa8,_0x4ac224)=>{const _0x2925ca=_0xb5608e;_0x4ac224||this[_0x2925ca(0x19e)]();}),this['on'](_0xb5608e(0x1b0),()=>_0x3e23dc[_0xb5608e(0x1b3)][_0xb5608e(0x1b1)](_0x196fbf)[_0xb5608e(0x19d)]());}[_0x5c7b81(0x1a4)](){const _0x155f11=_0x5c7b81;this[_0x155f11(0x1a2)]=this[_0x155f11(0x1ac)]();}[_0x5c7b81(0x19e)](){const _0x1f39e8=_0x5c7b81;this[_0x1f39e8(0x1a2)]=void 0x0;}[_0x5c7b81(0x1ac)](){const _0x2b6fb9=_0x5c7b81,_0x2a23f6=this[_0x2b6fb9(0x1a9)][_0x2b6fb9(0x1a1)],_0x403e5f=_0x2a23f6[_0x2b6fb9(0x1a7)][_0x2b6fb9(0x1af)];return Object[_0x2b6fb9(0x1a8)](Array[_0x2b6fb9(0x1a3)](_0x403e5f[_0x2b6fb9(0x1a6)]())[_0x2b6fb9(0x1b4)](([_0x103df9])=>_0x2a23f6[_0x2b6fb9(0x1b2)][_0x2b6fb9(0x19f)](_0x103df9)[_0x2b6fb9(0x19c)]));}}
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
- function _0xb8c1(){var _0x5f5a01=['2893190WUIMEQ','611138tSMkld','2428yMUGJB','10vUrXQh','requires','3018992yeNlIN','12138srRuiQ','1197824TemPaO','3666mLfMri','pluginName','24407713aLqQGz','138BhLRPD','FormatPainter','9TNIxBx'];_0xb8c1=function(){return _0x5f5a01;};return _0xb8c1();}var _0xbdbfb1=_0xf7e9;(function(_0x579762,_0x34cbaf){var _0x1844d9=_0xf7e9,_0x7ae7f=_0x579762();while(!![]){try{var _0x3d21ed=parseInt(_0x1844d9(0x16e))/0x1+-parseInt(_0x1844d9(0x16f))/0x2*(parseInt(_0x1844d9(0x178))/0x3)+parseInt(_0x1844d9(0x172))/0x4+parseInt(_0x1844d9(0x16d))/0x5+parseInt(_0x1844d9(0x175))/0x6*(parseInt(_0x1844d9(0x173))/0x7)+-parseInt(_0x1844d9(0x174))/0x8*(parseInt(_0x1844d9(0x16c))/0x9)+parseInt(_0x1844d9(0x170))/0xa*(-parseInt(_0x1844d9(0x177))/0xb);if(_0x3d21ed===_0x34cbaf)break;else _0x7ae7f['push'](_0x7ae7f['shift']());}catch(_0x38d0c2){_0x7ae7f['push'](_0x7ae7f['shift']());}}}(_0xb8c1,0x8d7d7));import{Plugin as _0x26eb86}from'ckeditor5/src/core.js';import _0x4316ab from'./formatpainterediting.js';function _0xf7e9(_0x326455,_0x32a138){var _0xb8c1f8=_0xb8c1();return _0xf7e9=function(_0xf7e984,_0x3282e4){_0xf7e984=_0xf7e984-0x16c;var _0x39c64a=_0xb8c1f8[_0xf7e984];return _0x39c64a;},_0xf7e9(_0x326455,_0x32a138);}import _0x4c790e from'./formatpainterui.js';export default class m extends _0x26eb86{static get[_0xbdbfb1(0x171)](){return[_0x4316ab,_0x4c790e];}static get[_0xbdbfb1(0x176)](){var _0x2b5856=_0xbdbfb1;return _0x2b5856(0x179);}}
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 _0x2ab958=_0x4fe1;function _0x3111(){const _0x311dff=['commands','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.','16wXRplB','789597cMUJID','formatPainterLicenseKeyInvalid','1793550vcgqic','pluginName','572698YuHMZT','format-painter-invalid-license-key','format-painter-trial-license-key-reached-limit-changes','2701623TxaocO','destroy','1769754xoqaBR','9zPrqVK','4IppfDd','licenseKey','get','formatPainterLicenseKeyValid','init','FormatPainterEditing','config','1622982LKDvsb','formatPainterLicenseKeyTrialLimit:operations','add','editor','info','formatPainterLicenseKeyTrial','_licenseKeyCheckInterval','16570380gkJYNw'];_0x3111=function(){return _0x311dff;};return _0x3111();}(function(_0x39289f,_0x588bf4){const _0x436016=_0x4fe1,_0x35ff09=_0x39289f();while(!![]){try{const _0x55ce3c=parseInt(_0x436016(0x1eb))/0x1+-parseInt(_0x436016(0x1e0))/0x2+parseInt(_0x436016(0x1d5))/0x3*(-parseInt(_0x436016(0x1d9))/0x4)+-parseInt(_0x436016(0x1ed))/0x5+parseInt(_0x436016(0x1d7))/0x6+-parseInt(_0x436016(0x1d2))/0x7*(parseInt(_0x436016(0x1ea))/0x8)+parseInt(_0x436016(0x1d8))/0x9*(parseInt(_0x436016(0x1e7))/0xa);if(_0x55ce3c===_0x588bf4)break;else _0x35ff09['push'](_0x35ff09['shift']());}catch(_0x4457c1){_0x35ff09['push'](_0x35ff09['shift']());}}}(_0x3111,0x7bd58));import{Plugin as _0x19ed47}from'ckeditor5/src/core.js';import{CKEditorError as _0x2eabe2}from'ckeditor5/src/utils.js';import _0x58a73b from'./copyformatcommand.js';import _0x4b7bea from'./pasteformatcommand.js';import{COPY_FORMAT_COMMAND_NAME as _0x3f67c8,PASTE_FORMAT_COMMAND_NAME as _0x34623e}from'./utils.js';function _0x4fe1(_0x498b11,_0x2ea8de){const _0x3111d8=_0x3111();return _0x4fe1=function(_0x4fe1d8,_0x88f887){_0x4fe1d8=_0x4fe1d8-0x1d1;let _0x22182b=_0x3111d8[_0x4fe1d8];return _0x22182b;},_0x4fe1(_0x498b11,_0x2ea8de);}export default class o extends _0x19ed47{static get[_0x2ab958(0x1d1)](){const _0x1a59c5=_0x2ab958;return _0x1a59c5(0x1de);}constructor(_0x46a326){const _0x48d554=_0x2ab958;super(_0x46a326),this[_0x48d554(0x1e6)]=null;}[_0x2ab958(0x1dd)](){const _0x3a15f1=_0x2ab958,_0x3be40d=this[_0x3a15f1(0x1e3)];_0x3be40d[_0x3a15f1(0x1e8)][_0x3a15f1(0x1e2)](_0x3f67c8,new _0x58a73b(_0x3be40d)),_0x3be40d[_0x3a15f1(0x1e8)][_0x3a15f1(0x1e2)](_0x34623e,new _0x4b7bea(_0x3be40d)),this[_0x3a15f1(0x1da)]=_0x3be40d[_0x3a15f1(0x1df)][_0x3a15f1(0x1db)](_0x3a15f1(0x1da));const _0x295dab=this[_0x3a15f1(0x1e3)];this[_0x3a15f1(0x1e6)]=setInterval(()=>{const _0x3a8a36=_0x3a15f1;let _0x5e0951;for(const _0x25833e in _0x295dab){const _0x53976a=_0x25833e,_0xe86584=_0x295dab[_0x53976a];if(_0x3a8a36(0x1e5)===_0xe86584||_0x3a8a36(0x1ec)===_0xe86584||_0x3a8a36(0x1dc)===_0xe86584||_0x3a8a36(0x1e1)===_0xe86584){delete _0x295dab[_0x53976a],_0x5e0951=_0xe86584;break;}}if(_0x3a8a36(0x1ec)===_0x5e0951)throw clearInterval(this[_0x3a8a36(0x1e6)]),new _0x2eabe2(_0x3a8a36(0x1d3),null);if(_0x3a8a36(0x1e5)===_0x5e0951&&console[_0x3a8a36(0x1e4)](_0x3a8a36(0x1e9)),_0x3a8a36(0x1e1)===_0x5e0951)throw clearInterval(this[_0x3a8a36(0x1e6)]),new _0x2eabe2(_0x3a8a36(0x1d4),null);_0x3a8a36(0x1dc)===_0x5e0951&&clearInterval(this[_0x3a8a36(0x1e6)]);},0x3e8);}[_0x2ab958(0x1d6)](){const _0x3caf4c=_0x2ab958;this[_0x3caf4c(0x1e6)]&&clearInterval(this[_0x3caf4c(0x1e6)]);}}
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)]);}}