@ckeditor/ckeditor5-format-painter 0.0.0-nightly-20240813.0 → 0.0.0-nightly-20240815.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
- (_0x27aeaa=>{const {sr:{dictionary:_0x19d811,getPluralForm:_0x426f18}}={'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':_0x2f8508=>_0x2f8508%0xa==0x1&&_0x2f8508%0x64!=0xb?0x0:_0x2f8508%0xa>=0x2&&_0x2f8508%0xa<=0x4&&(_0x2f8508%0x64<0xa||_0x2f8508%0x64>=0x14)?0x1:0x2}};_0x27aeaa['sr']||={'dictionary':{},'getPluralForm':null},_0x27aeaa['sr']['dictionary']=Object['assign'](_0x27aeaa['sr']['dictionary'],_0x19d811),_0x27aeaa['sr']['getPluralForm']=_0x426f18;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x433030=>{const {sr:{dictionary:_0x4f9656,getPluralForm:_0x1ecaf8}}={'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':_0x303537=>_0x303537%0xa==0x1&&_0x303537%0x64!=0xb?0x0:_0x303537%0xa>=0x2&&_0x303537%0xa<=0x4&&(_0x303537%0x64<0xa||_0x303537%0x64>=0x14)?0x1:0x2}};_0x433030['sr']||={'dictionary':{},'getPluralForm':null},_0x433030['sr']['dictionary']=Object['assign'](_0x433030['sr']['dictionary'],_0x4f9656),_0x433030['sr']['getPluralForm']=_0x1ecaf8;})(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':_0x5f1239=>0x1!=_0x5f1239}};
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':_0x5493f6=>0x1!=_0x5493f6}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x338f8c=>{const {sv:{dictionary:_0x25fc78,getPluralForm:_0x37da1d}}={'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':_0x1370ba=>0x1!=_0x1370ba}};_0x338f8c['sv']||={'dictionary':{},'getPluralForm':null},_0x338f8c['sv']['dictionary']=Object['assign'](_0x338f8c['sv']['dictionary'],_0x25fc78),_0x338f8c['sv']['getPluralForm']=_0x37da1d;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3be5ed=>{const {sv:{dictionary:_0x13d465,getPluralForm:_0x131b32}}={'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':_0x20cca5=>0x1!=_0x20cca5}};_0x3be5ed['sv']||={'dictionary':{},'getPluralForm':null},_0x3be5ed['sv']['dictionary']=Object['assign'](_0x3be5ed['sv']['dictionary'],_0x13d465),_0x3be5ed['sv']['getPluralForm']=_0x131b32;})(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':_0x439ad7=>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':_0x40eaa8=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x1b89eb=>{const {th:{dictionary:_0x55f6cd,getPluralForm:_0x58ddc5}}={'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':_0x1619ac=>0x0}};_0x1b89eb['th']||={'dictionary':{},'getPluralForm':null},_0x1b89eb['th']['dictionary']=Object['assign'](_0x1b89eb['th']['dictionary'],_0x55f6cd),_0x1b89eb['th']['getPluralForm']=_0x58ddc5;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x118d4e=>{const {th:{dictionary:_0x14b8b7,getPluralForm:_0x450356}}={'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':_0x5d8ec8=>0x0}};_0x118d4e['th']||={'dictionary':{},'getPluralForm':null},_0x118d4e['th']['dictionary']=Object['assign'](_0x118d4e['th']['dictionary'],_0x14b8b7),_0x118d4e['th']['getPluralForm']=_0x450356;})(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':_0x127591=>_0x127591>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':_0x363557=>_0x363557>0x1}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x46280d=>{const {tr:{dictionary:_0x3fd3ce,getPluralForm:_0x2303ac}}={'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':_0x4db376=>_0x4db376>0x1}};_0x46280d['tr']||={'dictionary':{},'getPluralForm':null},_0x46280d['tr']['dictionary']=Object['assign'](_0x46280d['tr']['dictionary'],_0x3fd3ce),_0x46280d['tr']['getPluralForm']=_0x2303ac;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2fbe34=>{const {tr:{dictionary:_0x3edf8f,getPluralForm:_0x25bd6f}}={'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':_0x51be79=>_0x51be79>0x1}};_0x2fbe34['tr']||={'dictionary':{},'getPluralForm':null},_0x2fbe34['tr']['dictionary']=Object['assign'](_0x2fbe34['tr']['dictionary'],_0x3edf8f),_0x2fbe34['tr']['getPluralForm']=_0x25bd6f;})(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':_0x420e42=>0x1!=_0x420e42}};
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':_0x49e2fb=>0x1!=_0x49e2fb}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x3e4536=>{const {ug:{dictionary:_0x7836b8,getPluralForm:_0x56447b}}={'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':_0x49e725=>0x1!=_0x49e725}};_0x3e4536['ug']||={'dictionary':{},'getPluralForm':null},_0x3e4536['ug']['dictionary']=Object['assign'](_0x3e4536['ug']['dictionary'],_0x7836b8),_0x3e4536['ug']['getPluralForm']=_0x56447b;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3108ab=>{const {ug:{dictionary:_0x489da2,getPluralForm:_0x1c7185}}={'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':_0x420486=>0x1!=_0x420486}};_0x3108ab['ug']||={'dictionary':{},'getPluralForm':null},_0x3108ab['ug']['dictionary']=Object['assign'](_0x3108ab['ug']['dictionary'],_0x489da2),_0x3108ab['ug']['getPluralForm']=_0x1c7185;})(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':_0x36bdbc=>_0x36bdbc%0x1==0x0&&_0x36bdbc%0xa==0x1&&_0x36bdbc%0x64!=0xb?0x0:_0x36bdbc%0x1==0x0&&_0x36bdbc%0xa>=0x2&&_0x36bdbc%0xa<=0x4&&(_0x36bdbc%0x64<0xc||_0x36bdbc%0x64>0xe)?0x1:_0x36bdbc%0x1==0x0&&(_0x36bdbc%0xa==0x0||_0x36bdbc%0xa>=0x5&&_0x36bdbc%0xa<=0x9||_0x36bdbc%0x64>=0xb&&_0x36bdbc%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':_0x33bbd9=>_0x33bbd9%0x1==0x0&&_0x33bbd9%0xa==0x1&&_0x33bbd9%0x64!=0xb?0x0:_0x33bbd9%0x1==0x0&&_0x33bbd9%0xa>=0x2&&_0x33bbd9%0xa<=0x4&&(_0x33bbd9%0x64<0xc||_0x33bbd9%0x64>0xe)?0x1:_0x33bbd9%0x1==0x0&&(_0x33bbd9%0xa==0x0||_0x33bbd9%0xa>=0x5&&_0x33bbd9%0xa<=0x9||_0x33bbd9%0x64>=0xb&&_0x33bbd9%0x64<=0xe)?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x3a228b=>{const {uk:{dictionary:_0x5979f5,getPluralForm:_0x52d457}}={'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':_0x17e3e7=>_0x17e3e7%0x1==0x0&&_0x17e3e7%0xa==0x1&&_0x17e3e7%0x64!=0xb?0x0:_0x17e3e7%0x1==0x0&&_0x17e3e7%0xa>=0x2&&_0x17e3e7%0xa<=0x4&&(_0x17e3e7%0x64<0xc||_0x17e3e7%0x64>0xe)?0x1:_0x17e3e7%0x1==0x0&&(_0x17e3e7%0xa==0x0||_0x17e3e7%0xa>=0x5&&_0x17e3e7%0xa<=0x9||_0x17e3e7%0x64>=0xb&&_0x17e3e7%0x64<=0xe)?0x2:0x3}};_0x3a228b['uk']||={'dictionary':{},'getPluralForm':null},_0x3a228b['uk']['dictionary']=Object['assign'](_0x3a228b['uk']['dictionary'],_0x5979f5),_0x3a228b['uk']['getPluralForm']=_0x52d457;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x5ee31c=>{const {uk:{dictionary:_0x5bc694,getPluralForm:_0x2da0ef}}={'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':_0x3c1df3=>_0x3c1df3%0x1==0x0&&_0x3c1df3%0xa==0x1&&_0x3c1df3%0x64!=0xb?0x0:_0x3c1df3%0x1==0x0&&_0x3c1df3%0xa>=0x2&&_0x3c1df3%0xa<=0x4&&(_0x3c1df3%0x64<0xc||_0x3c1df3%0x64>0xe)?0x1:_0x3c1df3%0x1==0x0&&(_0x3c1df3%0xa==0x0||_0x3c1df3%0xa>=0x5&&_0x3c1df3%0xa<=0x9||_0x3c1df3%0x64>=0xb&&_0x3c1df3%0x64<=0xe)?0x2:0x3}};_0x5ee31c['uk']||={'dictionary':{},'getPluralForm':null},_0x5ee31c['uk']['dictionary']=Object['assign'](_0x5ee31c['uk']['dictionary'],_0x5bc694),_0x5ee31c['uk']['getPluralForm']=_0x2da0ef;})(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':_0x18c1c2=>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':_0x40d33c=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x3643f5=>{const {vi:{dictionary:_0x2b0e89,getPluralForm:_0x227a91}}={'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':_0x5281c9=>0x0}};_0x3643f5['vi']||={'dictionary':{},'getPluralForm':null},_0x3643f5['vi']['dictionary']=Object['assign'](_0x3643f5['vi']['dictionary'],_0x2b0e89),_0x3643f5['vi']['getPluralForm']=_0x227a91;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3c64ba=>{const {vi:{dictionary:_0x38a0c7,getPluralForm:_0x3dc30f}}={'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':_0x5d689b=>0x0}};_0x3c64ba['vi']||={'dictionary':{},'getPluralForm':null},_0x3c64ba['vi']['dictionary']=Object['assign'](_0x3c64ba['vi']['dictionary'],_0x38a0c7),_0x3c64ba['vi']['getPluralForm']=_0x3dc30f;})(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':_0xdae277=>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':_0x51bb5a=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2cd16a=>{const {'zh-cn':{dictionary:_0x3ac04b,getPluralForm:_0x94e1af}}={'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':_0x524d0d=>0x0}};_0x2cd16a['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x2cd16a['zh-cn']['dictionary']=Object['assign'](_0x2cd16a['zh-cn']['dictionary'],_0x3ac04b),_0x2cd16a['zh-cn']['getPluralForm']=_0x94e1af;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x547159=>{const {'zh-cn':{dictionary:_0x4fde1b,getPluralForm:_0x284dbb}}={'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':_0x36e48e=>0x0}};_0x547159['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x547159['zh-cn']['dictionary']=Object['assign'](_0x547159['zh-cn']['dictionary'],_0x4fde1b),_0x547159['zh-cn']['getPluralForm']=_0x284dbb;})(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':_0x1d1781=>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':_0x50d90b=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x558467=>{const {zh:{dictionary:_0x87fd93,getPluralForm:_0x1b1ee5}}={'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':_0x5c0efd=>0x0}};_0x558467['zh']||={'dictionary':{},'getPluralForm':null},_0x558467['zh']['dictionary']=Object['assign'](_0x558467['zh']['dictionary'],_0x87fd93),_0x558467['zh']['getPluralForm']=_0x1b1ee5;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x4a9c44=>{const {zh:{dictionary:_0x3d873b,getPluralForm:_0x2e8e93}}={'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':_0x235864=>0x0}};_0x4a9c44['zh']||={'dictionary':{},'getPluralForm':null},_0x4a9c44['zh']['dictionary']=Object['assign'](_0x4a9c44['zh']['dictionary'],_0x3d873b),_0x4a9c44['zh']['getPluralForm']=_0x2e8e93;})(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-20240813.0",
3
+ "version": "0.0.0-nightly-20240815.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-20240813.0",
16
- "@ckeditor/ckeditor5-engine": "0.0.0-nightly-20240813.0",
17
- "@ckeditor/ckeditor5-ui": "0.0.0-nightly-20240813.0",
18
- "@ckeditor/ckeditor5-utils": "0.0.0-nightly-20240813.0",
19
- "ckeditor5": "0.0.0-nightly-20240813.0",
20
- "ckeditor5-collaboration": "0.0.0-nightly-20240813.0"
15
+ "@ckeditor/ckeditor5-core": "0.0.0-nightly-20240815.0",
16
+ "@ckeditor/ckeditor5-engine": "0.0.0-nightly-20240815.0",
17
+ "@ckeditor/ckeditor5-ui": "0.0.0-nightly-20240815.0",
18
+ "@ckeditor/ckeditor5-utils": "0.0.0-nightly-20240815.0",
19
+ "ckeditor5": "0.0.0-nightly-20240815.0",
20
+ "ckeditor5-collaboration": "0.0.0-nightly-20240815.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 _0x44db76=_0x10f0;(function(_0x60dbf7,_0x13f8d7){const _0x426da7=_0x10f0,_0x39179d=_0x60dbf7();while(!![]){try{const _0x1c277f=-parseInt(_0x426da7(0x179))/0x1+-parseInt(_0x426da7(0x18b))/0x2*(-parseInt(_0x426da7(0x177))/0x3)+parseInt(_0x426da7(0x17a))/0x4+-parseInt(_0x426da7(0x175))/0x5*(parseInt(_0x426da7(0x178))/0x6)+parseInt(_0x426da7(0x185))/0x7*(parseInt(_0x426da7(0x18a))/0x8)+parseInt(_0x426da7(0x183))/0x9*(-parseInt(_0x426da7(0x18d))/0xa)+parseInt(_0x426da7(0x182))/0xb;if(_0x1c277f===_0x13f8d7)break;else _0x39179d['push'](_0x39179d['shift']());}catch(_0x267abf){_0x39179d['push'](_0x39179d['shift']());}}}(_0x3e3a,0xe1550));import{Command as _0x4ed0bf}from'ckeditor5/src/core.js';import{PASTE_FORMAT_COMMAND_NAME as _0x26ee66}from'./utils.js';function _0x3e3a(){const _0x3ec011=['fromEntries','21kQMLdJ','getAttributeProperties','selection','filter','commands','4143168XDcZUo','21144FLvGgZ','_getFormattingAttributes','6659930lxEAim','getAttributes','execute','editor','change:value','change:isEnabled','document','15DOcvgy','from','513UJPNFO','2465046UoyjkW','1767868VDMesy','5615168TYvvXD','schema','reset','get','refresh','value','model','isFormatting','5390495whGieW','18kYIJJZ'];_0x3e3a=function(){return _0x3ec011;};return _0x3e3a();}function _0x10f0(_0x523b80,_0x507945){const _0x3e3a08=_0x3e3a();return _0x10f0=function(_0x10f0e6,_0x4e17ac){_0x10f0e6=_0x10f0e6-0x174;let _0x3d030e=_0x3e3a08[_0x10f0e6];return _0x3d030e;},_0x10f0(_0x523b80,_0x507945);}export default class r extends _0x4ed0bf{constructor(_0x125eb2){const _0x2d6b58=_0x10f0;super(_0x125eb2),this[_0x2d6b58(0x17f)]=void 0x0,this['on'](_0x2d6b58(0x192),(_0x2e39d9,_0x597977,_0x2cbce0)=>{const _0x2b9bc9=_0x2d6b58;_0x2cbce0||this[_0x2b9bc9(0x17c)]();}),this['on'](_0x2d6b58(0x191),()=>_0x125eb2[_0x2d6b58(0x189)][_0x2d6b58(0x17d)](_0x26ee66)[_0x2d6b58(0x17e)]());}[_0x44db76(0x18f)](){const _0x49cede=_0x44db76;this[_0x49cede(0x17f)]=this[_0x49cede(0x18c)]();}[_0x44db76(0x17c)](){const _0x287ee4=_0x44db76;this[_0x287ee4(0x17f)]=void 0x0;}[_0x44db76(0x18c)](){const _0x21ce9e=_0x44db76,_0x2904cc=this[_0x21ce9e(0x190)][_0x21ce9e(0x180)],_0x35ec3c=_0x2904cc[_0x21ce9e(0x174)][_0x21ce9e(0x187)];return Object[_0x21ce9e(0x184)](Array[_0x21ce9e(0x176)](_0x35ec3c[_0x21ce9e(0x18e)]())[_0x21ce9e(0x188)](([_0x3fc9d0])=>_0x2904cc[_0x21ce9e(0x17b)][_0x21ce9e(0x186)](_0x3fc9d0)[_0x21ce9e(0x181)]));}}
23
+ const _0x1d904c=_0x1fcd;(function(_0xffb8fd,_0x43da5e){const _0x64ec75=_0x1fcd,_0x36ff1b=_0xffb8fd();while(!![]){try{const _0x34f6f8=parseInt(_0x64ec75(0x1ac))/0x1+-parseInt(_0x64ec75(0x1bb))/0x2*(-parseInt(_0x64ec75(0x1c0))/0x3)+-parseInt(_0x64ec75(0x1b0))/0x4+parseInt(_0x64ec75(0x1c2))/0x5*(parseInt(_0x64ec75(0x1b1))/0x6)+parseInt(_0x64ec75(0x1b9))/0x7*(parseInt(_0x64ec75(0x1af))/0x8)+parseInt(_0x64ec75(0x1bd))/0x9+parseInt(_0x64ec75(0x1bf))/0xa;if(_0x34f6f8===_0x43da5e)break;else _0x36ff1b['push'](_0x36ff1b['shift']());}catch(_0x4a3bec){_0x36ff1b['push'](_0x36ff1b['shift']());}}}(_0x36ba,0xad771));import{Command as _0x1ad9a4}from'ckeditor5/src/core.js';import{PASTE_FORMAT_COMMAND_NAME as _0x330ec2}from'./utils.js';export default class r extends _0x1ad9a4{constructor(_0x3b25fa){const _0x9ff9fa=_0x1fcd;super(_0x3b25fa),this[_0x9ff9fa(0x1a7)]=void 0x0,this['on'](_0x9ff9fa(0x1ba),(_0x436194,_0x15bd06,_0xac906a)=>{const _0xa708bc=_0x9ff9fa;_0xac906a||this[_0xa708bc(0x1be)]();}),this['on'](_0x9ff9fa(0x1b4),()=>_0x3b25fa[_0x9ff9fa(0x1ad)][_0x9ff9fa(0x1ae)](_0x330ec2)[_0x9ff9fa(0x1a9)]());}[_0x1d904c(0x1b8)](){const _0x3fced9=_0x1d904c;this[_0x3fced9(0x1a7)]=this[_0x3fced9(0x1b7)]();}[_0x1d904c(0x1be)](){const _0x319158=_0x1d904c;this[_0x319158(0x1a7)]=void 0x0;}[_0x1d904c(0x1b7)](){const _0x5b9ae2=_0x1d904c,_0x11c206=this[_0x5b9ae2(0x1b3)][_0x5b9ae2(0x1c1)],_0x22f352=_0x11c206[_0x5b9ae2(0x1c4)][_0x5b9ae2(0x1aa)];return Object[_0x5b9ae2(0x1b2)](Array[_0x5b9ae2(0x1b5)](_0x22f352[_0x5b9ae2(0x1b6)]())[_0x5b9ae2(0x1a8)](([_0x278ca9])=>_0x11c206[_0x5b9ae2(0x1ab)][_0x5b9ae2(0x1c3)](_0x278ca9)[_0x5b9ae2(0x1bc)]));}}function _0x1fcd(_0x1512e2,_0x500d28){const _0x36ba19=_0x36ba();return _0x1fcd=function(_0x1fcde1,_0x16eafc){_0x1fcde1=_0x1fcde1-0x1a7;let _0x5b870e=_0x36ba19[_0x1fcde1];return _0x5b870e;},_0x1fcd(_0x1512e2,_0x500d28);}function _0x36ba(){const _0x3d0d80=['filter','refresh','selection','schema','554308zQlYWZ','commands','get','10808kTYgIr','2569568yTIYOP','106758BuQTDh','fromEntries','editor','change:value','from','getAttributes','_getFormattingAttributes','execute','707tXZQKF','change:isEnabled','55516ORxeyu','isFormatting','973395ZoqDXT','reset','3383380SMEysJ','6QHNCts','model','45jrZcKW','getAttributeProperties','document','value'];_0x36ba=function(){return _0x3d0d80;};return _0x36ba();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x182f1a=_0x4357;(function(_0x1eae7f,_0x564666){var _0x2a1bf4=_0x4357,_0x1a8232=_0x1eae7f();while(!![]){try{var _0x1f5bbd=-parseInt(_0x2a1bf4(0x11a))/0x1+parseInt(_0x2a1bf4(0x115))/0x2*(-parseInt(_0x2a1bf4(0x110))/0x3)+parseInt(_0x2a1bf4(0x113))/0x4*(parseInt(_0x2a1bf4(0x118))/0x5)+-parseInt(_0x2a1bf4(0x10f))/0x6+parseInt(_0x2a1bf4(0x117))/0x7+parseInt(_0x2a1bf4(0x114))/0x8+-parseInt(_0x2a1bf4(0x11b))/0x9*(-parseInt(_0x2a1bf4(0x116))/0xa);if(_0x1f5bbd===_0x564666)break;else _0x1a8232['push'](_0x1a8232['shift']());}catch(_0x3cbda8){_0x1a8232['push'](_0x1a8232['shift']());}}}(_0x5b49,0x3a58f));function _0x4357(_0x382e60,_0xb7a8e2){var _0x5b49cb=_0x5b49();return _0x4357=function(_0x4357c0,_0x3bb4e1){_0x4357c0=_0x4357c0-0x10f;var _0x1ac61d=_0x5b49cb[_0x4357c0];return _0x1ac61d;},_0x4357(_0x382e60,_0xb7a8e2);}import{Plugin as _0x1ddf93}from'ckeditor5/src/core.js';import _0x519129 from'./formatpainterediting.js';function _0x5b49(){var _0x287a7b=['3305EUgFIf','pluginName','7262bEhpqh','18LfzOUu','38136kUJjAA','1222530kdJxLs','FormatPainter','requires','2092chzCLV','1734824fRvcTm','2hfTzJf','433530AIILUp','75999UoxOAd'];_0x5b49=function(){return _0x287a7b;};return _0x5b49();}import _0xe2d6fa from'./formatpainterui.js';export default class m extends _0x1ddf93{static get[_0x182f1a(0x112)](){return[_0x519129,_0xe2d6fa];}static get[_0x182f1a(0x119)](){var _0x45fe23=_0x182f1a;return _0x45fe23(0x111);}}
23
+ var _0x8b4360=_0x92fe;(function(_0x3676b6,_0x29e30f){var _0x55dde7=_0x92fe,_0xc386b3=_0x3676b6();while(!![]){try{var _0x1e76a2=parseInt(_0x55dde7(0x152))/0x1*(parseInt(_0x55dde7(0x156))/0x2)+parseInt(_0x55dde7(0x15d))/0x3*(-parseInt(_0x55dde7(0x157))/0x4)+parseInt(_0x55dde7(0x15a))/0x5+parseInt(_0x55dde7(0x15b))/0x6+parseInt(_0x55dde7(0x155))/0x7+-parseInt(_0x55dde7(0x158))/0x8*(-parseInt(_0x55dde7(0x154))/0x9)+-parseInt(_0x55dde7(0x150))/0xa*(parseInt(_0x55dde7(0x153))/0xb);if(_0x1e76a2===_0x29e30f)break;else _0xc386b3['push'](_0xc386b3['shift']());}catch(_0x2f5a6f){_0xc386b3['push'](_0xc386b3['shift']());}}}(_0x36df,0x5fae4));function _0x36df(){var _0x24da56=['1452132rIhzom','FormatPainter','66qzhViZ','9290XdPREX','pluginName','165812iCFMgi','11759BNRUIy','9iqrsYm','3136224qBzhcM','4VHPFVg','59272NBARNe','4723880wyIJKT','requires','494210IAauiy'];_0x36df=function(){return _0x24da56;};return _0x36df();}function _0x92fe(_0x19de29,_0x211e97){var _0x36dfaa=_0x36df();return _0x92fe=function(_0x92fee0,_0x1a8fa6){_0x92fee0=_0x92fee0-0x150;var _0x1e3c79=_0x36dfaa[_0x92fee0];return _0x1e3c79;},_0x92fe(_0x19de29,_0x211e97);}import{Plugin as _0xd4e32e}from'ckeditor5/src/core.js';import _0x574f84 from'./formatpainterediting.js';import _0x57df79 from'./formatpainterui.js';export default class m extends _0xd4e32e{static get[_0x8b4360(0x159)](){return[_0x574f84,_0x57df79];}static get[_0x8b4360(0x151)](){var _0x579c19=_0x8b4360;return _0x579c19(0x15c);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1720a6=_0x2310;(function(_0x3b4cd6,_0x2a68a4){const _0x32cc99=_0x2310,_0x2dae27=_0x3b4cd6();while(!![]){try{const _0x17cde0=-parseInt(_0x32cc99(0x116))/0x1+parseInt(_0x32cc99(0x111))/0x2*(-parseInt(_0x32cc99(0x104))/0x3)+parseInt(_0x32cc99(0x114))/0x4+-parseInt(_0x32cc99(0x10c))/0x5+-parseInt(_0x32cc99(0x112))/0x6+parseInt(_0x32cc99(0x10b))/0x7*(parseInt(_0x32cc99(0x110))/0x8)+parseInt(_0x32cc99(0x11a))/0x9*(parseInt(_0x32cc99(0x109))/0xa);if(_0x17cde0===_0x2a68a4)break;else _0x2dae27['push'](_0x2dae27['shift']());}catch(_0x2f5a16){_0x2dae27['push'](_0x2dae27['shift']());}}}(_0x3400,0xdbe68));function _0x3400(){const _0x8c459e=['licenseKey','1218680XXDLLj','2dkGMlN','1705026nTwhCI','FormatPainterEditing','4825444qKrDLw','formatPainterLicenseKeyValid','318759vAzXdC','commands','info','format-painter-trial-license-key-reached-limit-changes','9HxnvSf','destroy','format-painter-invalid-license-key','add','config','formatPainterLicenseKeyTrialLimit:operations','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.','3686175cdUait','pluginName','formatPainterLicenseKeyInvalid','formatPainterLicenseKeyTrial','init','22885250elEfZw','get','21CAGvOR','6097620tBoIcA','_licenseKeyCheckInterval','editor'];_0x3400=function(){return _0x8c459e;};return _0x3400();}function _0x2310(_0x4027ed,_0x4e1157){const _0x3400c1=_0x3400();return _0x2310=function(_0x231012,_0x51928c){_0x231012=_0x231012-0xff;let _0x4edd80=_0x3400c1[_0x231012];return _0x4edd80;},_0x2310(_0x4027ed,_0x4e1157);}import{Plugin as _0x16b95d}from'ckeditor5/src/core.js';import{CKEditorError as _0x3af808}from'ckeditor5/src/utils.js';import _0xc0eff6 from'./copyformatcommand.js';import _0x42040d from'./pasteformatcommand.js';import{COPY_FORMAT_COMMAND_NAME as _0x295ab6,PASTE_FORMAT_COMMAND_NAME as _0x1273e0}from'./utils.js';export default class o extends _0x16b95d{static get[_0x1720a6(0x105)](){const _0x57508d=_0x1720a6;return _0x57508d(0x113);}constructor(_0x4f4082){const _0x542713=_0x1720a6;super(_0x4f4082),this[_0x542713(0x10d)]=null;}[_0x1720a6(0x108)](){const _0x58d6cc=_0x1720a6,_0x3fd897=this[_0x58d6cc(0x10e)];_0x3fd897[_0x58d6cc(0x117)][_0x58d6cc(0x100)](_0x295ab6,new _0xc0eff6(_0x3fd897)),_0x3fd897[_0x58d6cc(0x117)][_0x58d6cc(0x100)](_0x1273e0,new _0x42040d(_0x3fd897)),this[_0x58d6cc(0x10f)]=_0x3fd897[_0x58d6cc(0x101)][_0x58d6cc(0x10a)](_0x58d6cc(0x10f));const _0x399a6a=this[_0x58d6cc(0x10e)];this[_0x58d6cc(0x10d)]=setInterval(()=>{const _0xc3a867=_0x58d6cc;let _0x779050;for(const _0xcf46b1 in _0x399a6a){const _0x2ba743=_0xcf46b1,_0x3527d3=_0x399a6a[_0x2ba743];if(_0xc3a867(0x107)===_0x3527d3||_0xc3a867(0x106)===_0x3527d3||_0xc3a867(0x115)===_0x3527d3||_0xc3a867(0x102)===_0x3527d3){delete _0x399a6a[_0x2ba743],_0x779050=_0x3527d3;break;}}if(_0xc3a867(0x106)===_0x779050)throw clearInterval(this[_0xc3a867(0x10d)]),new _0x3af808(_0xc3a867(0xff),null);if(_0xc3a867(0x107)===_0x779050&&console[_0xc3a867(0x118)](_0xc3a867(0x103)),_0xc3a867(0x102)===_0x779050)throw clearInterval(this[_0xc3a867(0x10d)]),new _0x3af808(_0xc3a867(0x119),null);_0xc3a867(0x115)===_0x779050&&clearInterval(this[_0xc3a867(0x10d)]);},0x3e8);}[_0x1720a6(0x11b)](){const _0x1de311=_0x1720a6;this[_0x1de311(0x10d)]&&clearInterval(this[_0x1de311(0x10d)]);}}
23
+ function _0x56fd(_0x3e561f,_0x379783){const _0x51d4b6=_0x51d4();return _0x56fd=function(_0x56fdc7,_0x1bc19a){_0x56fdc7=_0x56fdc7-0x8b;let _0x5cbec0=_0x51d4b6[_0x56fdc7];return _0x5cbec0;},_0x56fd(_0x3e561f,_0x379783);}const _0x30d067=_0x56fd;function _0x51d4(){const _0x4efb07=['get','commands','8JvKtNt','formatPainterLicenseKeyValid','formatPainterLicenseKeyInvalid','editor','12DuPjJZ','_licenseKeyCheckInterval','2777919TCcfYQ','10039743MunyzB','init','FormatPainterEditing','formatPainterLicenseKeyTrial','473520vmAxqk','destroy','info','2778QVNpBF','387282qqIpYH','format-painter-invalid-license-key','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.','format-painter-trial-license-key-reached-limit-changes','add','config','15912110YhnYyr','licenseKey','pluginName','782vmImnS','6993875XOxUoY','formatPainterLicenseKeyTrialLimit:operations'];_0x51d4=function(){return _0x4efb07;};return _0x51d4();}(function(_0x495d91,_0x2915cc){const _0x4f1f67=_0x56fd,_0x21dcfb=_0x495d91();while(!![]){try{const _0x3adb42=parseInt(_0x4f1f67(0x9f))/0x1*(parseInt(_0x4f1f67(0x95))/0x2)+parseInt(_0x4f1f67(0x8d))/0x3+parseInt(_0x4f1f67(0x8b))/0x4*(parseInt(_0x4f1f67(0x92))/0x5)+parseInt(_0x4f1f67(0x96))/0x6+-parseInt(_0x4f1f67(0xa0))/0x7+-parseInt(_0x4f1f67(0xa4))/0x8*(-parseInt(_0x4f1f67(0x8e))/0x9)+-parseInt(_0x4f1f67(0x9c))/0xa;if(_0x3adb42===_0x2915cc)break;else _0x21dcfb['push'](_0x21dcfb['shift']());}catch(_0x41bfe7){_0x21dcfb['push'](_0x21dcfb['shift']());}}}(_0x51d4,0xd8505));import{Plugin as _0x31b122}from'ckeditor5/src/core.js';import{CKEditorError as _0x1ed3ff}from'ckeditor5/src/utils.js';import _0x2a3e76 from'./copyformatcommand.js';import _0x5996af from'./pasteformatcommand.js';import{COPY_FORMAT_COMMAND_NAME as _0x37022c,PASTE_FORMAT_COMMAND_NAME as _0x4d7a45}from'./utils.js';export default class o extends _0x31b122{static get[_0x30d067(0x9e)](){const _0xcfe934=_0x30d067;return _0xcfe934(0x90);}constructor(_0x3b23a0){const _0xa12b3b=_0x30d067;super(_0x3b23a0),this[_0xa12b3b(0x8c)]=null;}[_0x30d067(0x8f)](){const _0x53a2d5=_0x30d067,_0xb1c0a1=this[_0x53a2d5(0xa7)];_0xb1c0a1[_0x53a2d5(0xa3)][_0x53a2d5(0x9a)](_0x37022c,new _0x2a3e76(_0xb1c0a1)),_0xb1c0a1[_0x53a2d5(0xa3)][_0x53a2d5(0x9a)](_0x4d7a45,new _0x5996af(_0xb1c0a1)),this[_0x53a2d5(0x9d)]=_0xb1c0a1[_0x53a2d5(0x9b)][_0x53a2d5(0xa2)](_0x53a2d5(0x9d));const _0x3a43ac=this[_0x53a2d5(0xa7)];this[_0x53a2d5(0x8c)]=setInterval(()=>{const _0x4248fd=_0x53a2d5;let _0x44ec21;for(const _0x2de67e in _0x3a43ac){const _0x144648=_0x2de67e,_0x264d18=_0x3a43ac[_0x144648];if(_0x4248fd(0x91)===_0x264d18||_0x4248fd(0xa6)===_0x264d18||_0x4248fd(0xa5)===_0x264d18||_0x4248fd(0xa1)===_0x264d18){delete _0x3a43ac[_0x144648],_0x44ec21=_0x264d18;break;}}if(_0x4248fd(0xa6)===_0x44ec21)throw clearInterval(this[_0x4248fd(0x8c)]),new _0x1ed3ff(_0x4248fd(0x97),null);if(_0x4248fd(0x91)===_0x44ec21&&console[_0x4248fd(0x94)](_0x4248fd(0x98)),_0x4248fd(0xa1)===_0x44ec21)throw clearInterval(this[_0x4248fd(0x8c)]),new _0x1ed3ff(_0x4248fd(0x99),null);_0x4248fd(0xa5)===_0x44ec21&&clearInterval(this[_0x4248fd(0x8c)]);},0x3e8);}[_0x30d067(0x93)](){const _0x369724=_0x30d067;this[_0x369724(0x8c)]&&clearInterval(this[_0x369724(0x8c)]);}}