@ckeditor/ckeditor5-format-painter 0.0.0-nightly-20240717.0 → 0.0.0-nightly-20240718.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (98) hide show
  1. package/build/format-painter.js +1 -1
  2. package/dist/index.js +2 -2
  3. package/dist/translations/ar.js +1 -1
  4. package/dist/translations/ar.umd.js +1 -1
  5. package/dist/translations/bg.js +1 -1
  6. package/dist/translations/bg.umd.js +1 -1
  7. package/dist/translations/bn.js +1 -1
  8. package/dist/translations/bn.umd.js +1 -1
  9. package/dist/translations/ca.js +1 -1
  10. package/dist/translations/ca.umd.js +1 -1
  11. package/dist/translations/cs.js +1 -1
  12. package/dist/translations/cs.umd.js +1 -1
  13. package/dist/translations/da.js +1 -1
  14. package/dist/translations/da.umd.js +1 -1
  15. package/dist/translations/de.js +1 -1
  16. package/dist/translations/de.umd.js +1 -1
  17. package/dist/translations/el.js +1 -1
  18. package/dist/translations/el.umd.js +1 -1
  19. package/dist/translations/en-au.js +1 -1
  20. package/dist/translations/en-au.umd.js +1 -1
  21. package/dist/translations/en.umd.js +1 -1
  22. package/dist/translations/es.js +1 -1
  23. package/dist/translations/es.umd.js +1 -1
  24. package/dist/translations/et.js +1 -1
  25. package/dist/translations/et.umd.js +1 -1
  26. package/dist/translations/fi.js +1 -1
  27. package/dist/translations/fi.umd.js +1 -1
  28. package/dist/translations/fr.js +1 -1
  29. package/dist/translations/fr.umd.js +1 -1
  30. package/dist/translations/gl.js +1 -1
  31. package/dist/translations/gl.umd.js +1 -1
  32. package/dist/translations/he.js +1 -1
  33. package/dist/translations/he.umd.js +1 -1
  34. package/dist/translations/hi.js +1 -1
  35. package/dist/translations/hi.umd.js +1 -1
  36. package/dist/translations/hr.js +1 -1
  37. package/dist/translations/hr.umd.js +1 -1
  38. package/dist/translations/hu.js +1 -1
  39. package/dist/translations/hu.umd.js +1 -1
  40. package/dist/translations/id.js +1 -1
  41. package/dist/translations/id.umd.js +1 -1
  42. package/dist/translations/it.js +1 -1
  43. package/dist/translations/it.umd.js +1 -1
  44. package/dist/translations/ja.js +1 -1
  45. package/dist/translations/ja.umd.js +1 -1
  46. package/dist/translations/ko.js +1 -1
  47. package/dist/translations/ko.umd.js +1 -1
  48. package/dist/translations/lt.js +1 -1
  49. package/dist/translations/lt.umd.js +1 -1
  50. package/dist/translations/lv.js +1 -1
  51. package/dist/translations/lv.umd.js +1 -1
  52. package/dist/translations/ms.js +1 -1
  53. package/dist/translations/ms.umd.js +1 -1
  54. package/dist/translations/nl.js +1 -1
  55. package/dist/translations/nl.umd.js +1 -1
  56. package/dist/translations/no.js +1 -1
  57. package/dist/translations/no.umd.js +1 -1
  58. package/dist/translations/pl.js +1 -1
  59. package/dist/translations/pl.umd.js +1 -1
  60. package/dist/translations/pt-br.js +1 -1
  61. package/dist/translations/pt-br.umd.js +1 -1
  62. package/dist/translations/pt.js +1 -1
  63. package/dist/translations/pt.umd.js +1 -1
  64. package/dist/translations/ro.js +1 -1
  65. package/dist/translations/ro.umd.js +1 -1
  66. package/dist/translations/ru.js +1 -1
  67. package/dist/translations/ru.umd.js +1 -1
  68. package/dist/translations/sk.js +1 -1
  69. package/dist/translations/sk.umd.js +1 -1
  70. package/dist/translations/sr-latn.js +1 -1
  71. package/dist/translations/sr-latn.umd.js +1 -1
  72. package/dist/translations/sr.js +1 -1
  73. package/dist/translations/sr.umd.js +1 -1
  74. package/dist/translations/sv.js +1 -1
  75. package/dist/translations/sv.umd.js +1 -1
  76. package/dist/translations/th.js +1 -1
  77. package/dist/translations/th.umd.js +1 -1
  78. package/dist/translations/tr.js +1 -1
  79. package/dist/translations/tr.umd.js +1 -1
  80. package/dist/translations/ug.js +1 -1
  81. package/dist/translations/ug.umd.js +1 -1
  82. package/dist/translations/uk.js +1 -1
  83. package/dist/translations/uk.umd.js +1 -1
  84. package/dist/translations/vi.js +1 -1
  85. package/dist/translations/vi.umd.js +1 -1
  86. package/dist/translations/zh-cn.js +1 -1
  87. package/dist/translations/zh-cn.umd.js +1 -1
  88. package/dist/translations/zh.js +1 -1
  89. package/dist/translations/zh.umd.js +1 -1
  90. package/package.json +3 -3
  91. package/src/copyformatcommand.js +1 -1
  92. package/src/formatpainter.js +1 -1
  93. package/src/formatpainterediting.js +1 -1
  94. package/src/formatpainterui.js +2 -2
  95. package/src/index.js +1 -1
  96. package/src/pasteformatcommand.js +1 -1
  97. package/src/utils/common-translations.js +1 -1
  98. package/src/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x47934d=>{const {sr:{dictionary:_0x24b4cc,getPluralForm:_0x2568f7}}={'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':_0x1c842b=>_0x1c842b%0xa==0x1&&_0x1c842b%0x64!=0xb?0x0:_0x1c842b%0xa>=0x2&&_0x1c842b%0xa<=0x4&&(_0x1c842b%0x64<0xa||_0x1c842b%0x64>=0x14)?0x1:0x2}};_0x47934d['sr']||={'dictionary':{},'getPluralForm':null},_0x47934d['sr']['dictionary']=Object['assign'](_0x47934d['sr']['dictionary'],_0x24b4cc),_0x47934d['sr']['getPluralForm']=_0x2568f7;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x51a855=>{const {sr:{dictionary:_0x3a2c97,getPluralForm:_0x250cb2}}={'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':_0x28298d=>_0x28298d%0xa==0x1&&_0x28298d%0x64!=0xb?0x0:_0x28298d%0xa>=0x2&&_0x28298d%0xa<=0x4&&(_0x28298d%0x64<0xa||_0x28298d%0x64>=0x14)?0x1:0x2}};_0x51a855['sr']||={'dictionary':{},'getPluralForm':null},_0x51a855['sr']['dictionary']=Object['assign'](_0x51a855['sr']['dictionary'],_0x3a2c97),_0x51a855['sr']['getPluralForm']=_0x250cb2;})(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':_0x21edab=>0x1!=_0x21edab}};
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':_0x4f3678=>0x1!=_0x4f3678}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2c3589=>{const {sv:{dictionary:_0x58fc4f,getPluralForm:_0x529fc1}}={'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':_0x4755a2=>0x1!=_0x4755a2}};_0x2c3589['sv']||={'dictionary':{},'getPluralForm':null},_0x2c3589['sv']['dictionary']=Object['assign'](_0x2c3589['sv']['dictionary'],_0x58fc4f),_0x2c3589['sv']['getPluralForm']=_0x529fc1;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x10b6c0=>{const {sv:{dictionary:_0x1d7241,getPluralForm:_0x125f57}}={'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':_0x18129b=>0x1!=_0x18129b}};_0x10b6c0['sv']||={'dictionary':{},'getPluralForm':null},_0x10b6c0['sv']['dictionary']=Object['assign'](_0x10b6c0['sv']['dictionary'],_0x1d7241),_0x10b6c0['sv']['getPluralForm']=_0x125f57;})(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':_0x4c46f9=>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':_0x2d66bd=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x4061a3=>{const {th:{dictionary:_0x4c4cad,getPluralForm:_0x585659}}={'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':_0x37f6b2=>0x0}};_0x4061a3['th']||={'dictionary':{},'getPluralForm':null},_0x4061a3['th']['dictionary']=Object['assign'](_0x4061a3['th']['dictionary'],_0x4c4cad),_0x4061a3['th']['getPluralForm']=_0x585659;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x516e42=>{const {th:{dictionary:_0x44bad7,getPluralForm:_0x2a4a05}}={'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':_0x3aed41=>0x0}};_0x516e42['th']||={'dictionary':{},'getPluralForm':null},_0x516e42['th']['dictionary']=Object['assign'](_0x516e42['th']['dictionary'],_0x44bad7),_0x516e42['th']['getPluralForm']=_0x2a4a05;})(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':_0x1e9f0f=>_0x1e9f0f>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':_0x386cdd=>_0x386cdd>0x1}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x4a6853=>{const {tr:{dictionary:_0x2f4c3b,getPluralForm:_0x10e668}}={'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':_0x29ccca=>_0x29ccca>0x1}};_0x4a6853['tr']||={'dictionary':{},'getPluralForm':null},_0x4a6853['tr']['dictionary']=Object['assign'](_0x4a6853['tr']['dictionary'],_0x2f4c3b),_0x4a6853['tr']['getPluralForm']=_0x10e668;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x108773=>{const {tr:{dictionary:_0x16f20b,getPluralForm:_0x3510f5}}={'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':_0x104d2f=>_0x104d2f>0x1}};_0x108773['tr']||={'dictionary':{},'getPluralForm':null},_0x108773['tr']['dictionary']=Object['assign'](_0x108773['tr']['dictionary'],_0x16f20b),_0x108773['tr']['getPluralForm']=_0x3510f5;})(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':_0x26bd79=>0x1!=_0x26bd79}};
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':_0x5ac9e3=>0x1!=_0x5ac9e3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x46a6af=>{const {ug:{dictionary:_0x5786ad,getPluralForm:_0x38e6af}}={'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':_0x474ee8=>0x1!=_0x474ee8}};_0x46a6af['ug']||={'dictionary':{},'getPluralForm':null},_0x46a6af['ug']['dictionary']=Object['assign'](_0x46a6af['ug']['dictionary'],_0x5786ad),_0x46a6af['ug']['getPluralForm']=_0x38e6af;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x5881ee=>{const {ug:{dictionary:_0x7febfb,getPluralForm:_0x29d83e}}={'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':_0x2e423f=>0x1!=_0x2e423f}};_0x5881ee['ug']||={'dictionary':{},'getPluralForm':null},_0x5881ee['ug']['dictionary']=Object['assign'](_0x5881ee['ug']['dictionary'],_0x7febfb),_0x5881ee['ug']['getPluralForm']=_0x29d83e;})(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':_0x2ce1b4=>_0x2ce1b4%0x1==0x0&&_0x2ce1b4%0xa==0x1&&_0x2ce1b4%0x64!=0xb?0x0:_0x2ce1b4%0x1==0x0&&_0x2ce1b4%0xa>=0x2&&_0x2ce1b4%0xa<=0x4&&(_0x2ce1b4%0x64<0xc||_0x2ce1b4%0x64>0xe)?0x1:_0x2ce1b4%0x1==0x0&&(_0x2ce1b4%0xa==0x0||_0x2ce1b4%0xa>=0x5&&_0x2ce1b4%0xa<=0x9||_0x2ce1b4%0x64>=0xb&&_0x2ce1b4%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':_0x1d4d60=>_0x1d4d60%0x1==0x0&&_0x1d4d60%0xa==0x1&&_0x1d4d60%0x64!=0xb?0x0:_0x1d4d60%0x1==0x0&&_0x1d4d60%0xa>=0x2&&_0x1d4d60%0xa<=0x4&&(_0x1d4d60%0x64<0xc||_0x1d4d60%0x64>0xe)?0x1:_0x1d4d60%0x1==0x0&&(_0x1d4d60%0xa==0x0||_0x1d4d60%0xa>=0x5&&_0x1d4d60%0xa<=0x9||_0x1d4d60%0x64>=0xb&&_0x1d4d60%0x64<=0xe)?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0xa725e1=>{const {uk:{dictionary:_0x3cdbdf,getPluralForm:_0x4bfaeb}}={'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':_0x59dea5=>_0x59dea5%0x1==0x0&&_0x59dea5%0xa==0x1&&_0x59dea5%0x64!=0xb?0x0:_0x59dea5%0x1==0x0&&_0x59dea5%0xa>=0x2&&_0x59dea5%0xa<=0x4&&(_0x59dea5%0x64<0xc||_0x59dea5%0x64>0xe)?0x1:_0x59dea5%0x1==0x0&&(_0x59dea5%0xa==0x0||_0x59dea5%0xa>=0x5&&_0x59dea5%0xa<=0x9||_0x59dea5%0x64>=0xb&&_0x59dea5%0x64<=0xe)?0x2:0x3}};_0xa725e1['uk']||={'dictionary':{},'getPluralForm':null},_0xa725e1['uk']['dictionary']=Object['assign'](_0xa725e1['uk']['dictionary'],_0x3cdbdf),_0xa725e1['uk']['getPluralForm']=_0x4bfaeb;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x54466c=>{const {uk:{dictionary:_0x46d803,getPluralForm:_0x2b9e70}}={'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':_0x4058e5=>_0x4058e5%0x1==0x0&&_0x4058e5%0xa==0x1&&_0x4058e5%0x64!=0xb?0x0:_0x4058e5%0x1==0x0&&_0x4058e5%0xa>=0x2&&_0x4058e5%0xa<=0x4&&(_0x4058e5%0x64<0xc||_0x4058e5%0x64>0xe)?0x1:_0x4058e5%0x1==0x0&&(_0x4058e5%0xa==0x0||_0x4058e5%0xa>=0x5&&_0x4058e5%0xa<=0x9||_0x4058e5%0x64>=0xb&&_0x4058e5%0x64<=0xe)?0x2:0x3}};_0x54466c['uk']||={'dictionary':{},'getPluralForm':null},_0x54466c['uk']['dictionary']=Object['assign'](_0x54466c['uk']['dictionary'],_0x46d803),_0x54466c['uk']['getPluralForm']=_0x2b9e70;})(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':_0x566a69=>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':_0x17f7cc=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x3de121=>{const {vi:{dictionary:_0x328482,getPluralForm:_0x432a1b}}={'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':_0x528c05=>0x0}};_0x3de121['vi']||={'dictionary':{},'getPluralForm':null},_0x3de121['vi']['dictionary']=Object['assign'](_0x3de121['vi']['dictionary'],_0x328482),_0x3de121['vi']['getPluralForm']=_0x432a1b;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x18c4f4=>{const {vi:{dictionary:_0x24984a,getPluralForm:_0x49428b}}={'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':_0x29f7a8=>0x0}};_0x18c4f4['vi']||={'dictionary':{},'getPluralForm':null},_0x18c4f4['vi']['dictionary']=Object['assign'](_0x18c4f4['vi']['dictionary'],_0x24984a),_0x18c4f4['vi']['getPluralForm']=_0x49428b;})(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':_0x4e769c=>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':_0x1990df=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x343beb=>{const {'zh-cn':{dictionary:_0x38715e,getPluralForm:_0x170fb0}}={'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':_0x1d7589=>0x0}};_0x343beb['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x343beb['zh-cn']['dictionary']=Object['assign'](_0x343beb['zh-cn']['dictionary'],_0x38715e),_0x343beb['zh-cn']['getPluralForm']=_0x170fb0;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x4d0bba=>{const {'zh-cn':{dictionary:_0x40e186,getPluralForm:_0x19b5c4}}={'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':_0x5c2343=>0x0}};_0x4d0bba['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x4d0bba['zh-cn']['dictionary']=Object['assign'](_0x4d0bba['zh-cn']['dictionary'],_0x40e186),_0x4d0bba['zh-cn']['getPluralForm']=_0x19b5c4;})(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':_0xe20355=>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':_0x290350=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x588d18=>{const {zh:{dictionary:_0x32d576,getPluralForm:_0x3a8325}}={'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':_0x2a3c58=>0x0}};_0x588d18['zh']||={'dictionary':{},'getPluralForm':null},_0x588d18['zh']['dictionary']=Object['assign'](_0x588d18['zh']['dictionary'],_0x32d576),_0x588d18['zh']['getPluralForm']=_0x3a8325;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x18a4fe=>{const {zh:{dictionary:_0x48fc30,getPluralForm:_0x31c832}}={'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':_0x46c58f=>0x0}};_0x18a4fe['zh']||={'dictionary':{},'getPluralForm':null},_0x18a4fe['zh']['dictionary']=Object['assign'](_0x18a4fe['zh']['dictionary'],_0x48fc30),_0x18a4fe['zh']['getPluralForm']=_0x31c832;})(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-20240717.0",
3
+ "version": "0.0.0-nightly-20240718.0",
4
4
  "description": "Format painter feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,8 +12,8 @@
12
12
  "type": "module",
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "ckeditor5": "0.0.0-nightly-20240717.0",
16
- "ckeditor5-collaboration": "0.0.0-nightly-20240717.0"
15
+ "ckeditor5": "0.0.0-nightly-20240718.0",
16
+ "ckeditor5-collaboration": "0.0.0-nightly-20240718.0"
17
17
  },
18
18
  "license": "SEE LICENSE IN LICENSE.md",
19
19
  "author": "CKSource (http://cksource.com/)",
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x43dc(){const _0xc7f39c=['getAttributeProperties','112OwEwpn','getAttributes','isFormatting','model','commands','change:value','8007468WYvTEr','change:isEnabled','5052070netNyN','from','filter','selection','refresh','943358TukkgO','3HxYgNe','7086940mPXVsT','execute','972676hvYEZv','2142EnWhwX','6ZPWbtM','_getFormattingAttributes','document','reset','editor','value','2797292Qpznry','fromEntries','get','schema'];_0x43dc=function(){return _0xc7f39c;};return _0x43dc();}const _0x4ef63d=_0x221c;(function(_0x6ec2f3,_0x2ed031){const _0x5ed031=_0x221c,_0x2211a4=_0x6ec2f3();while(!![]){try{const _0x242814=parseInt(_0x5ed031(0x1c1))/0x1+-parseInt(_0x5ed031(0x1c5))/0x2+-parseInt(_0x5ed031(0x1c2))/0x3*(parseInt(_0x5ed031(0x1cd))/0x4)+parseInt(_0x5ed031(0x1bc))/0x5*(-parseInt(_0x5ed031(0x1c7))/0x6)+parseInt(_0x5ed031(0x1ba))/0x7+parseInt(_0x5ed031(0x1d2))/0x8*(parseInt(_0x5ed031(0x1c6))/0x9)+parseInt(_0x5ed031(0x1c3))/0xa;if(_0x242814===_0x2ed031)break;else _0x2211a4['push'](_0x2211a4['shift']());}catch(_0x3f37e5){_0x2211a4['push'](_0x2211a4['shift']());}}}(_0x43dc,0x93461));function _0x221c(_0x106ea2,_0x635eb){const _0x43dcf5=_0x43dc();return _0x221c=function(_0x221c41,_0x1d97d3){_0x221c41=_0x221c41-0x1b6;let _0x183aa0=_0x43dcf5[_0x221c41];return _0x183aa0;},_0x221c(_0x106ea2,_0x635eb);}import{Command as _0x11103f}from'ckeditor5/src/core.js';import{PASTE_FORMAT_COMMAND_NAME as _0x249554}from'./utils.js';export default class r extends _0x11103f{constructor(_0x157a9c){const _0x4c6aca=_0x221c;super(_0x157a9c),this[_0x4c6aca(0x1cc)]=void 0x0,this['on'](_0x4c6aca(0x1bb),(_0x5d52de,_0x40fa65,_0x46fd17)=>{const _0x408a64=_0x4c6aca;_0x46fd17||this[_0x408a64(0x1ca)]();}),this['on'](_0x4c6aca(0x1b9),()=>_0x157a9c[_0x4c6aca(0x1b8)][_0x4c6aca(0x1cf)](_0x249554)[_0x4c6aca(0x1c0)]());}[_0x4ef63d(0x1c4)](){const _0x27b8ed=_0x4ef63d;this[_0x27b8ed(0x1cc)]=this[_0x27b8ed(0x1c8)]();}[_0x4ef63d(0x1ca)](){const _0x5e2cef=_0x4ef63d;this[_0x5e2cef(0x1cc)]=void 0x0;}[_0x4ef63d(0x1c8)](){const _0x33d7a1=_0x4ef63d,_0x7265e6=this[_0x33d7a1(0x1cb)][_0x33d7a1(0x1b7)],_0x4947a9=_0x7265e6[_0x33d7a1(0x1c9)][_0x33d7a1(0x1bf)];return Object[_0x33d7a1(0x1ce)](Array[_0x33d7a1(0x1bd)](_0x4947a9[_0x33d7a1(0x1d3)]())[_0x33d7a1(0x1be)](([_0x9da7c1])=>_0x7265e6[_0x33d7a1(0x1d0)][_0x33d7a1(0x1d1)](_0x9da7c1)[_0x33d7a1(0x1b6)]));}}
23
+ const _0x581467=_0x5af5;(function(_0x3fa155,_0x2e1a60){const _0x290a55=_0x5af5,_0x32768d=_0x3fa155();while(!![]){try{const _0x4bd7eb=-parseInt(_0x290a55(0x135))/0x1+-parseInt(_0x290a55(0x13c))/0x2*(parseInt(_0x290a55(0x131))/0x3)+-parseInt(_0x290a55(0x146))/0x4*(-parseInt(_0x290a55(0x142))/0x5)+parseInt(_0x290a55(0x13b))/0x6*(parseInt(_0x290a55(0x130))/0x7)+parseInt(_0x290a55(0x134))/0x8+parseInt(_0x290a55(0x145))/0x9*(parseInt(_0x290a55(0x13a))/0xa)+-parseInt(_0x290a55(0x140))/0xb;if(_0x4bd7eb===_0x2e1a60)break;else _0x32768d['push'](_0x32768d['shift']());}catch(_0x38c0fc){_0x32768d['push'](_0x32768d['shift']());}}}(_0x4aa0,0xb6c67));import{Command as _0x433559}from'ckeditor5/src/core.js';function _0x5af5(_0x5d530a,_0x2282f6){const _0x4aa019=_0x4aa0();return _0x5af5=function(_0x5af5f2,_0x72725a){_0x5af5f2=_0x5af5f2-0x12a;let _0x325e2b=_0x4aa019[_0x5af5f2];return _0x325e2b;},_0x5af5(_0x5d530a,_0x2282f6);}import{PASTE_FORMAT_COMMAND_NAME as _0x2fa4d7}from'./utils.js';export default class r extends _0x433559{constructor(_0x4c2338){const _0x292f3b=_0x5af5;super(_0x4c2338),this[_0x292f3b(0x13e)]=void 0x0,this['on'](_0x292f3b(0x12b),(_0xb90403,_0xbc1e6d,_0x2d4013)=>{const _0x2fd2b5=_0x292f3b;_0x2d4013||this[_0x2fd2b5(0x139)]();}),this['on'](_0x292f3b(0x12a),()=>_0x4c2338[_0x292f3b(0x12f)][_0x292f3b(0x143)](_0x2fa4d7)[_0x292f3b(0x133)]());}[_0x581467(0x144)](){const _0x5a9698=_0x581467;this[_0x5a9698(0x13e)]=this[_0x5a9698(0x138)]();}[_0x581467(0x139)](){const _0x475e2c=_0x581467;this[_0x475e2c(0x13e)]=void 0x0;}[_0x581467(0x138)](){const _0x553eaa=_0x581467,_0x54c632=this[_0x553eaa(0x136)][_0x553eaa(0x137)],_0xae9a4=_0x54c632[_0x553eaa(0x13d)][_0x553eaa(0x12d)];return Object[_0x553eaa(0x141)](Array[_0x553eaa(0x147)](_0xae9a4[_0x553eaa(0x132)]())[_0x553eaa(0x12e)](([_0x258b91])=>_0x54c632[_0x553eaa(0x13f)][_0x553eaa(0x148)](_0x258b91)[_0x553eaa(0x12c)]));}}function _0x4aa0(){const _0xcf809b=['isFormatting','selection','filter','commands','3269YnIGia','138120CXPjWf','getAttributes','refresh','6307016ZDgAMZ','789117IKaQJU','editor','model','_getFormattingAttributes','reset','47910xPNHiX','9804VVWoBt','12TJgiSB','document','value','schema','835362fKpMFE','fromEntries','5SYajcK','get','execute','90fgTpVL','1162324YvTVoB','from','getAttributeProperties','change:value','change:isEnabled'];_0x4aa0=function(){return _0xcf809b;};return _0x4aa0();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0xec1dc=_0x27e0;(function(_0x2db5fe,_0x346123){var _0x1c0702=_0x27e0,_0x4ce3d6=_0x2db5fe();while(!![]){try{var _0x496b12=-parseInt(_0x1c0702(0x95))/0x1*(parseInt(_0x1c0702(0x99))/0x2)+parseInt(_0x1c0702(0x8e))/0x3*(parseInt(_0x1c0702(0x8c))/0x4)+parseInt(_0x1c0702(0x97))/0x5+-parseInt(_0x1c0702(0x8b))/0x6*(parseInt(_0x1c0702(0x8f))/0x7)+parseInt(_0x1c0702(0x98))/0x8*(-parseInt(_0x1c0702(0x8d))/0x9)+parseInt(_0x1c0702(0x93))/0xa+-parseInt(_0x1c0702(0x91))/0xb*(-parseInt(_0x1c0702(0x90))/0xc);if(_0x496b12===_0x346123)break;else _0x4ce3d6['push'](_0x4ce3d6['shift']());}catch(_0x57866b){_0x4ce3d6['push'](_0x4ce3d6['shift']());}}}(_0x1ffe,0xbbdcf));import{Plugin as _0x453fbe}from'ckeditor5/src/core.js';function _0x27e0(_0x1455c4,_0x68d7fb){var _0x1ffebe=_0x1ffe();return _0x27e0=function(_0x27e0a4,_0x1a7535){_0x27e0a4=_0x27e0a4-0x8b;var _0x197212=_0x1ffebe[_0x27e0a4];return _0x197212;},_0x27e0(_0x1455c4,_0x68d7fb);}import _0x49e23b from'./formatpainterediting.js';function _0x1ffe(){var _0x5a2ba8=['5873RyJdKz','12sBCMWK','9042242LmiPGc','requires','11526860CMgblA','pluginName','1968EuNgau','FormatPainter','2474585nPIWou','2606776YqsVwx','1038eWKEhA','6282NJnkVa','4908JEZPgO','36DcSMGx','3675fHvOsm'];_0x1ffe=function(){return _0x5a2ba8;};return _0x1ffe();}import _0x58d9e2 from'./formatpainterui.js';export default class m extends _0x453fbe{static get[_0xec1dc(0x92)](){return[_0x49e23b,_0x58d9e2];}static get[_0xec1dc(0x94)](){var _0xfa9d6c=_0xec1dc;return _0xfa9d6c(0x96);}}
23
+ var _0x5249cc=_0x4d22;function _0x5b45(){var _0x33b255=['149470kFbOAv','2918208yaTsjL','200GNBSIg','5fBHEPX','583gVRHzr','374dfbldn','requires','16263ReIReD','FormatPainter','39210204hzwluZ','14ySFdTQ','37521tTbVDj','pluginName','632332NtSCqf','1331882RFCkgg'];_0x5b45=function(){return _0x33b255;};return _0x5b45();}function _0x4d22(_0x10ac0a,_0x4d99a9){var _0x5b45bf=_0x5b45();return _0x4d22=function(_0x4d2220,_0x2f0826){_0x4d2220=_0x4d2220-0x1ac;var _0x40c376=_0x5b45bf[_0x4d2220];return _0x40c376;},_0x4d22(_0x10ac0a,_0x4d99a9);}(function(_0x29113d,_0x117f48){var _0x2630d1=_0x4d22,_0x204f2f=_0x29113d();while(!![]){try{var _0x280a45=-parseInt(_0x2630d1(0x1b2))/0x1+-parseInt(_0x2630d1(0x1b8))/0x2*(parseInt(_0x2630d1(0x1ba))/0x3)+-parseInt(_0x2630d1(0x1b1))/0x4*(-parseInt(_0x2630d1(0x1b6))/0x5)+parseInt(_0x2630d1(0x1b4))/0x6*(-parseInt(_0x2630d1(0x1ae))/0x7)+parseInt(_0x2630d1(0x1b5))/0x8*(-parseInt(_0x2630d1(0x1af))/0x9)+-parseInt(_0x2630d1(0x1b3))/0xa*(-parseInt(_0x2630d1(0x1b7))/0xb)+parseInt(_0x2630d1(0x1ad))/0xc;if(_0x280a45===_0x117f48)break;else _0x204f2f['push'](_0x204f2f['shift']());}catch(_0x385902){_0x204f2f['push'](_0x204f2f['shift']());}}}(_0x5b45,0xc2255));import{Plugin as _0x709d48}from'ckeditor5/src/core.js';import _0x12a339 from'./formatpainterediting.js';import _0x2d2cc2 from'./formatpainterui.js';export default class m extends _0x709d48{static get[_0x5249cc(0x1b9)](){return[_0x12a339,_0x2d2cc2];}static get[_0x5249cc(0x1b0)](){var _0x3a0c8f=_0x5249cc;return _0x3a0c8f(0x1ac);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5bfd0f=_0x4819;function _0x4819(_0x12e02d,_0x25ecfc){const _0x34d640=_0x34d6();return _0x4819=function(_0x481987,_0x15f7f7){_0x481987=_0x481987-0xf7;let _0x17520a=_0x34d640[_0x481987];return _0x17520a;},_0x4819(_0x12e02d,_0x25ecfc);}(function(_0x3e490d,_0x5c842e){const _0x4c7093=_0x4819,_0x472ade=_0x3e490d();while(!![]){try{const _0x5b5078=-parseInt(_0x4c7093(0x110))/0x1*(-parseInt(_0x4c7093(0x114))/0x2)+parseInt(_0x4c7093(0x106))/0x3*(parseInt(_0x4c7093(0xfe))/0x4)+parseInt(_0x4c7093(0xfd))/0x5*(-parseInt(_0x4c7093(0xfb))/0x6)+-parseInt(_0x4c7093(0x10e))/0x7*(parseInt(_0x4c7093(0x103))/0x8)+-parseInt(_0x4c7093(0x109))/0x9*(-parseInt(_0x4c7093(0x10c))/0xa)+-parseInt(_0x4c7093(0x108))/0xb*(-parseInt(_0x4c7093(0x116))/0xc)+-parseInt(_0x4c7093(0xf7))/0xd*(parseInt(_0x4c7093(0x100))/0xe);if(_0x5b5078===_0x5c842e)break;else _0x472ade['push'](_0x472ade['shift']());}catch(_0x58058c){_0x472ade['push'](_0x472ade['shift']());}}}(_0x34d6,0xce523));import{Plugin as _0x37299b}from'ckeditor5/src/core.js';function _0x34d6(){const _0x1cc430=['30350DzlIAx','licenseKey','3357636OQaLzN','formatPainterLicenseKeyInvalid','691626fnkgri','info','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','911646JOpBOY','pluginName','40QwtsEN','2204XnmyjI','commands','532fTRVJx','format-painter-invalid-license-key','formatPainterLicenseKeyValid','16GKOFSR','FormatPainterEditing','init','7572fulQKV','destroy','33KFhinS','18MUvfpk','add','formatPainterLicenseKeyTrialLimit:operations','5726930SfumZR','formatPainterLicenseKeyTrial','1244159MkOfPn','config','70lVVPfL','format-painter-trial-license-key-reached-limit-changes','get','_licenseKeyCheckInterval'];_0x34d6=function(){return _0x1cc430;};return _0x34d6();}import{CKEditorError as _0x16df5c}from'ckeditor5/src/utils.js';import _0x3efffb from'./copyformatcommand.js';import _0x58d836 from'./pasteformatcommand.js';import{COPY_FORMAT_COMMAND_NAME as _0x336263,PASTE_FORMAT_COMMAND_NAME as _0x211afe}from'./utils.js';export default class o extends _0x37299b{static get[_0x5bfd0f(0xfc)](){const _0x487772=_0x5bfd0f;return _0x487772(0x104);}constructor(_0x37f1f5){const _0x154d58=_0x5bfd0f;super(_0x37f1f5),this[_0x154d58(0x113)]=null;}[_0x5bfd0f(0x105)](){const _0x52b165=_0x5bfd0f,_0x5f22a7=this[_0x52b165(0xfa)];_0x5f22a7[_0x52b165(0xff)][_0x52b165(0x10a)](_0x336263,new _0x3efffb(_0x5f22a7)),_0x5f22a7[_0x52b165(0xff)][_0x52b165(0x10a)](_0x211afe,new _0x58d836(_0x5f22a7)),this[_0x52b165(0x115)]=_0x5f22a7[_0x52b165(0x10f)][_0x52b165(0x112)](_0x52b165(0x115));const _0x325ea5=this[_0x52b165(0xfa)];this[_0x52b165(0x113)]=setInterval(()=>{const _0x274636=_0x52b165;let _0x12237c;for(const _0x1ab29b in _0x325ea5){const _0x9d8d8c=_0x1ab29b,_0x5bd152=_0x325ea5[_0x9d8d8c];if(_0x274636(0x10d)===_0x5bd152||_0x274636(0x117)===_0x5bd152||_0x274636(0x102)===_0x5bd152||_0x274636(0x10b)===_0x5bd152){delete _0x325ea5[_0x9d8d8c],_0x12237c=_0x5bd152;break;}}if(_0x274636(0x117)===_0x12237c)throw clearInterval(this[_0x274636(0x113)]),new _0x16df5c(_0x274636(0x101),null);if(_0x274636(0x10d)===_0x12237c&&console[_0x274636(0xf8)](_0x274636(0xf9)),_0x274636(0x10b)===_0x12237c)throw clearInterval(this[_0x274636(0x113)]),new _0x16df5c(_0x274636(0x111),null);_0x274636(0x102)===_0x12237c&&clearInterval(this[_0x274636(0x113)]);},0x3e8);}[_0x5bfd0f(0x107)](){const _0x34898b=_0x5bfd0f;this[_0x34898b(0x113)]&&clearInterval(this[_0x34898b(0x113)]);}}
23
+ const _0x26fd75=_0x17fb;(function(_0x3c7754,_0x5ea256){const _0x1614c6=_0x17fb,_0x314f48=_0x3c7754();while(!![]){try{const _0x38c493=-parseInt(_0x1614c6(0x12a))/0x1+-parseInt(_0x1614c6(0x12e))/0x2*(parseInt(_0x1614c6(0x134))/0x3)+-parseInt(_0x1614c6(0x124))/0x4+-parseInt(_0x1614c6(0x11f))/0x5+parseInt(_0x1614c6(0x13b))/0x6*(parseInt(_0x1614c6(0x133))/0x7)+-parseInt(_0x1614c6(0x128))/0x8*(-parseInt(_0x1614c6(0x125))/0x9)+parseInt(_0x1614c6(0x136))/0xa*(parseInt(_0x1614c6(0x126))/0xb);if(_0x38c493===_0x5ea256)break;else _0x314f48['push'](_0x314f48['shift']());}catch(_0x2cad7d){_0x314f48['push'](_0x314f48['shift']());}}}(_0x1c4d,0x26a1d));import{Plugin as _0x2db834}from'ckeditor5/src/core.js';function _0x17fb(_0x27f731,_0x22372c){const _0x1c4d57=_0x1c4d();return _0x17fb=function(_0x17fb95,_0x3e7ef6){_0x17fb95=_0x17fb95-0x11e;let _0x45e198=_0x1c4d57[_0x17fb95];return _0x45e198;},_0x17fb(_0x27f731,_0x22372c);}import{CKEditorError as _0x1c5f48}from'ckeditor5/src/utils.js';import _0xda9e8c from'./copyformatcommand.js';import _0x11ebd9 from'./pasteformatcommand.js';import{COPY_FORMAT_COMMAND_NAME as _0xa143a8,PASTE_FORMAT_COMMAND_NAME as _0x230625}from'./utils.js';function _0x1c4d(){const _0x49c468=['FormatPainterEditing','init','format-painter-trial-license-key-reached-limit-changes','759288dFXOwQ','45ASfbrZ','4266273pjtXIx','formatPainterLicenseKeyTrial','215272Pfuplc','_licenseKeyCheckInterval','292224JTwxqM','pluginName','add','format-painter-invalid-license-key','9474FfUHxv','config','commands','info','formatPainterLicenseKeyTrialLimit:operations','63FzGcQe','138mMyzje','destroy','20SbGoIN','formatPainterLicenseKeyInvalid','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.','get','editor','100794pjgiFP','formatPainterLicenseKeyValid','1016185dTxoMk','licenseKey'];_0x1c4d=function(){return _0x49c468;};return _0x1c4d();}export default class o extends _0x2db834{static get[_0x26fd75(0x12b)](){const _0x54e532=_0x26fd75;return _0x54e532(0x121);}constructor(_0x2b2296){const _0x5bd051=_0x26fd75;super(_0x2b2296),this[_0x5bd051(0x129)]=null;}[_0x26fd75(0x122)](){const _0x486887=_0x26fd75,_0x50f497=this[_0x486887(0x13a)];_0x50f497[_0x486887(0x130)][_0x486887(0x12c)](_0xa143a8,new _0xda9e8c(_0x50f497)),_0x50f497[_0x486887(0x130)][_0x486887(0x12c)](_0x230625,new _0x11ebd9(_0x50f497)),this[_0x486887(0x120)]=_0x50f497[_0x486887(0x12f)][_0x486887(0x139)](_0x486887(0x120));const _0x4b55e3=this[_0x486887(0x13a)];this[_0x486887(0x129)]=setInterval(()=>{const _0x6dc392=_0x486887;let _0x394e66;for(const _0x3e27bd in _0x4b55e3){const _0x3a3d5b=_0x3e27bd,_0x2b86a7=_0x4b55e3[_0x3a3d5b];if(_0x6dc392(0x127)===_0x2b86a7||_0x6dc392(0x137)===_0x2b86a7||_0x6dc392(0x11e)===_0x2b86a7||_0x6dc392(0x132)===_0x2b86a7){delete _0x4b55e3[_0x3a3d5b],_0x394e66=_0x2b86a7;break;}}if(_0x6dc392(0x137)===_0x394e66)throw clearInterval(this[_0x6dc392(0x129)]),new _0x1c5f48(_0x6dc392(0x12d),null);if(_0x6dc392(0x127)===_0x394e66&&console[_0x6dc392(0x131)](_0x6dc392(0x138)),_0x6dc392(0x132)===_0x394e66)throw clearInterval(this[_0x6dc392(0x129)]),new _0x1c5f48(_0x6dc392(0x123),null);_0x6dc392(0x11e)===_0x394e66&&clearInterval(this[_0x6dc392(0x129)]);},0x3e8);}[_0x26fd75(0x135)](){const _0xf22624=_0x26fd75;this[_0xf22624(0x129)]&&clearInterval(this[_0xf22624(0x129)]);}}