@ckeditor/ckeditor5-format-painter 0.0.0-nightly-20240711.0 → 0.0.0-nightly-20240712.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
- (_0x415ab8=>{const {sr:{dictionary:_0x1fdda3,getPluralForm:_0x4765b2}}={'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':_0x2fa8af=>_0x2fa8af%0xa==0x1&&_0x2fa8af%0x64!=0xb?0x0:_0x2fa8af%0xa>=0x2&&_0x2fa8af%0xa<=0x4&&(_0x2fa8af%0x64<0xa||_0x2fa8af%0x64>=0x14)?0x1:0x2}};_0x415ab8['sr']||={'dictionary':{},'getPluralForm':null},_0x415ab8['sr']['dictionary']=Object['assign'](_0x415ab8['sr']['dictionary'],_0x1fdda3),_0x415ab8['sr']['getPluralForm']=_0x4765b2;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x364db2=>{const {sr:{dictionary:_0x4fbc48,getPluralForm:_0x587e8f}}={'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':_0xaa299e=>_0xaa299e%0xa==0x1&&_0xaa299e%0x64!=0xb?0x0:_0xaa299e%0xa>=0x2&&_0xaa299e%0xa<=0x4&&(_0xaa299e%0x64<0xa||_0xaa299e%0x64>=0x14)?0x1:0x2}};_0x364db2['sr']||={'dictionary':{},'getPluralForm':null},_0x364db2['sr']['dictionary']=Object['assign'](_0x364db2['sr']['dictionary'],_0x4fbc48),_0x364db2['sr']['getPluralForm']=_0x587e8f;})(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':_0x466a62=>0x1!=_0x466a62}};
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':_0x47d1b7=>0x1!=_0x47d1b7}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x3664c8=>{const {sv:{dictionary:_0x2721e2,getPluralForm:_0x1a915f}}={'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':_0x100cdd=>0x1!=_0x100cdd}};_0x3664c8['sv']||={'dictionary':{},'getPluralForm':null},_0x3664c8['sv']['dictionary']=Object['assign'](_0x3664c8['sv']['dictionary'],_0x2721e2),_0x3664c8['sv']['getPluralForm']=_0x1a915f;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x5716fd=>{const {sv:{dictionary:_0x1d51df,getPluralForm:_0x2ffea6}}={'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':_0x2a3599=>0x1!=_0x2a3599}};_0x5716fd['sv']||={'dictionary':{},'getPluralForm':null},_0x5716fd['sv']['dictionary']=Object['assign'](_0x5716fd['sv']['dictionary'],_0x1d51df),_0x5716fd['sv']['getPluralForm']=_0x2ffea6;})(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':_0x457db9=>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':_0x4a0b00=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x5ea071=>{const {th:{dictionary:_0x22673f,getPluralForm:_0xe1e2b9}}={'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':_0x24d702=>0x0}};_0x5ea071['th']||={'dictionary':{},'getPluralForm':null},_0x5ea071['th']['dictionary']=Object['assign'](_0x5ea071['th']['dictionary'],_0x22673f),_0x5ea071['th']['getPluralForm']=_0xe1e2b9;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x60f4c2=>{const {th:{dictionary:_0x3bba5d,getPluralForm:_0x21c7e4}}={'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':_0x2fa385=>0x0}};_0x60f4c2['th']||={'dictionary':{},'getPluralForm':null},_0x60f4c2['th']['dictionary']=Object['assign'](_0x60f4c2['th']['dictionary'],_0x3bba5d),_0x60f4c2['th']['getPluralForm']=_0x21c7e4;})(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':_0xeb8226=>_0xeb8226>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':_0x4a855d=>_0x4a855d>0x1}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0xd56fd1=>{const {tr:{dictionary:_0x1edf72,getPluralForm:_0x54372e}}={'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':_0x27e630=>_0x27e630>0x1}};_0xd56fd1['tr']||={'dictionary':{},'getPluralForm':null},_0xd56fd1['tr']['dictionary']=Object['assign'](_0xd56fd1['tr']['dictionary'],_0x1edf72),_0xd56fd1['tr']['getPluralForm']=_0x54372e;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x27ebe7=>{const {tr:{dictionary:_0x373f01,getPluralForm:_0x51b589}}={'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':_0x272cb5=>_0x272cb5>0x1}};_0x27ebe7['tr']||={'dictionary':{},'getPluralForm':null},_0x27ebe7['tr']['dictionary']=Object['assign'](_0x27ebe7['tr']['dictionary'],_0x373f01),_0x27ebe7['tr']['getPluralForm']=_0x51b589;})(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':_0x394fe8=>0x1!=_0x394fe8}};
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':_0x16f214=>0x1!=_0x16f214}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2a3131=>{const {ug:{dictionary:_0x1ee61e,getPluralForm:_0x416b8c}}={'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':_0x49556c=>0x1!=_0x49556c}};_0x2a3131['ug']||={'dictionary':{},'getPluralForm':null},_0x2a3131['ug']['dictionary']=Object['assign'](_0x2a3131['ug']['dictionary'],_0x1ee61e),_0x2a3131['ug']['getPluralForm']=_0x416b8c;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x124227=>{const {ug:{dictionary:_0x205e92,getPluralForm:_0x40b299}}={'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':_0x27d298=>0x1!=_0x27d298}};_0x124227['ug']||={'dictionary':{},'getPluralForm':null},_0x124227['ug']['dictionary']=Object['assign'](_0x124227['ug']['dictionary'],_0x205e92),_0x124227['ug']['getPluralForm']=_0x40b299;})(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':_0x134cfa=>_0x134cfa%0x1==0x0&&_0x134cfa%0xa==0x1&&_0x134cfa%0x64!=0xb?0x0:_0x134cfa%0x1==0x0&&_0x134cfa%0xa>=0x2&&_0x134cfa%0xa<=0x4&&(_0x134cfa%0x64<0xc||_0x134cfa%0x64>0xe)?0x1:_0x134cfa%0x1==0x0&&(_0x134cfa%0xa==0x0||_0x134cfa%0xa>=0x5&&_0x134cfa%0xa<=0x9||_0x134cfa%0x64>=0xb&&_0x134cfa%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':_0x34dd23=>_0x34dd23%0x1==0x0&&_0x34dd23%0xa==0x1&&_0x34dd23%0x64!=0xb?0x0:_0x34dd23%0x1==0x0&&_0x34dd23%0xa>=0x2&&_0x34dd23%0xa<=0x4&&(_0x34dd23%0x64<0xc||_0x34dd23%0x64>0xe)?0x1:_0x34dd23%0x1==0x0&&(_0x34dd23%0xa==0x0||_0x34dd23%0xa>=0x5&&_0x34dd23%0xa<=0x9||_0x34dd23%0x64>=0xb&&_0x34dd23%0x64<=0xe)?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2657b1=>{const {uk:{dictionary:_0x4c222a,getPluralForm:_0xcf389f}}={'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':_0x29ac5b=>_0x29ac5b%0x1==0x0&&_0x29ac5b%0xa==0x1&&_0x29ac5b%0x64!=0xb?0x0:_0x29ac5b%0x1==0x0&&_0x29ac5b%0xa>=0x2&&_0x29ac5b%0xa<=0x4&&(_0x29ac5b%0x64<0xc||_0x29ac5b%0x64>0xe)?0x1:_0x29ac5b%0x1==0x0&&(_0x29ac5b%0xa==0x0||_0x29ac5b%0xa>=0x5&&_0x29ac5b%0xa<=0x9||_0x29ac5b%0x64>=0xb&&_0x29ac5b%0x64<=0xe)?0x2:0x3}};_0x2657b1['uk']||={'dictionary':{},'getPluralForm':null},_0x2657b1['uk']['dictionary']=Object['assign'](_0x2657b1['uk']['dictionary'],_0x4c222a),_0x2657b1['uk']['getPluralForm']=_0xcf389f;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x455026=>{const {uk:{dictionary:_0x1f3c7b,getPluralForm:_0x1ddbd7}}={'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':_0x3fe2e5=>_0x3fe2e5%0x1==0x0&&_0x3fe2e5%0xa==0x1&&_0x3fe2e5%0x64!=0xb?0x0:_0x3fe2e5%0x1==0x0&&_0x3fe2e5%0xa>=0x2&&_0x3fe2e5%0xa<=0x4&&(_0x3fe2e5%0x64<0xc||_0x3fe2e5%0x64>0xe)?0x1:_0x3fe2e5%0x1==0x0&&(_0x3fe2e5%0xa==0x0||_0x3fe2e5%0xa>=0x5&&_0x3fe2e5%0xa<=0x9||_0x3fe2e5%0x64>=0xb&&_0x3fe2e5%0x64<=0xe)?0x2:0x3}};_0x455026['uk']||={'dictionary':{},'getPluralForm':null},_0x455026['uk']['dictionary']=Object['assign'](_0x455026['uk']['dictionary'],_0x1f3c7b),_0x455026['uk']['getPluralForm']=_0x1ddbd7;})(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':_0x260296=>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':_0xb7de83=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x315e5f=>{const {vi:{dictionary:_0x5207af,getPluralForm:_0x3ea33e}}={'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':_0x15ea74=>0x0}};_0x315e5f['vi']||={'dictionary':{},'getPluralForm':null},_0x315e5f['vi']['dictionary']=Object['assign'](_0x315e5f['vi']['dictionary'],_0x5207af),_0x315e5f['vi']['getPluralForm']=_0x3ea33e;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2d8644=>{const {vi:{dictionary:_0x2da282,getPluralForm:_0x1be81a}}={'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':_0x510171=>0x0}};_0x2d8644['vi']||={'dictionary':{},'getPluralForm':null},_0x2d8644['vi']['dictionary']=Object['assign'](_0x2d8644['vi']['dictionary'],_0x2da282),_0x2d8644['vi']['getPluralForm']=_0x1be81a;})(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':_0x107051=>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':_0x54e2da=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x4b112d=>{const {'zh-cn':{dictionary:_0x318289,getPluralForm:_0x2d5dc8}}={'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':_0x4b7bd9=>0x0}};_0x4b112d['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x4b112d['zh-cn']['dictionary']=Object['assign'](_0x4b112d['zh-cn']['dictionary'],_0x318289),_0x4b112d['zh-cn']['getPluralForm']=_0x2d5dc8;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2302e7=>{const {'zh-cn':{dictionary:_0x1c3abb,getPluralForm:_0x18953d}}={'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':_0x4a4a52=>0x0}};_0x2302e7['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x2302e7['zh-cn']['dictionary']=Object['assign'](_0x2302e7['zh-cn']['dictionary'],_0x1c3abb),_0x2302e7['zh-cn']['getPluralForm']=_0x18953d;})(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':_0x1f8ac2=>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':_0x526760=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x31f490=>{const {zh:{dictionary:_0x27de29,getPluralForm:_0x23ca88}}={'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':_0x4f2975=>0x0}};_0x31f490['zh']||={'dictionary':{},'getPluralForm':null},_0x31f490['zh']['dictionary']=Object['assign'](_0x31f490['zh']['dictionary'],_0x27de29),_0x31f490['zh']['getPluralForm']=_0x23ca88;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0xf7adc5=>{const {zh:{dictionary:_0x33a76e,getPluralForm:_0x4ebf12}}={'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':_0x5c5364=>0x0}};_0xf7adc5['zh']||={'dictionary':{},'getPluralForm':null},_0xf7adc5['zh']['dictionary']=Object['assign'](_0xf7adc5['zh']['dictionary'],_0x33a76e),_0xf7adc5['zh']['getPluralForm']=_0x4ebf12;})(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-20240711.0",
3
+ "version": "0.0.0-nightly-20240712.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-20240711.0",
16
- "ckeditor5-collaboration": "0.0.0-nightly-20240711.0"
15
+ "ckeditor5": "0.0.0-nightly-20240712.0",
16
+ "ckeditor5-collaboration": "0.0.0-nightly-20240712.0"
17
17
  },
18
18
  "license": "SEE LICENSE IN LICENSE.md",
19
19
  "author": "CKSource (http://cksource.com/)",
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2a8267=_0x54be;function _0x54be(_0x52d1c4,_0x5e74b6){const _0x123a8e=_0x123a();return _0x54be=function(_0x54beb4,_0x59812a){_0x54beb4=_0x54beb4-0x13f;let _0x53319c=_0x123a8e[_0x54beb4];return _0x53319c;},_0x54be(_0x52d1c4,_0x5e74b6);}(function(_0x387c72,_0x26084d){const _0xdabbd=_0x54be,_0x2a42ef=_0x387c72();while(!![]){try{const _0x1387aa=-parseInt(_0xdabbd(0x141))/0x1+parseInt(_0xdabbd(0x14f))/0x2+-parseInt(_0xdabbd(0x14b))/0x3*(parseInt(_0xdabbd(0x149))/0x4)+-parseInt(_0xdabbd(0x156))/0x5+-parseInt(_0xdabbd(0x158))/0x6+parseInt(_0xdabbd(0x153))/0x7+parseInt(_0xdabbd(0x152))/0x8*(parseInt(_0xdabbd(0x159))/0x9);if(_0x1387aa===_0x26084d)break;else _0x2a42ef['push'](_0x2a42ef['shift']());}catch(_0x5a4f94){_0x2a42ef['push'](_0x2a42ef['shift']());}}}(_0x123a,0xb1a06));import{Command as _0xd43b45}from'ckeditor5/src/core.js';import{PASTE_FORMAT_COMMAND_NAME as _0x3abf62}from'./utils.js';export default class r extends _0xd43b45{constructor(_0x3ee03d){const _0x71f3b5=_0x54be;super(_0x3ee03d),this[_0x71f3b5(0x155)]=void 0x0,this['on'](_0x71f3b5(0x14a),(_0x4ea18a,_0x2a9116,_0x8864e0)=>{const _0x5c6c27=_0x71f3b5;_0x8864e0||this[_0x5c6c27(0x15a)]();}),this['on'](_0x71f3b5(0x15b),()=>_0x3ee03d[_0x71f3b5(0x145)][_0x71f3b5(0x13f)](_0x3abf62)[_0x71f3b5(0x150)]());}[_0x2a8267(0x143)](){const _0x3495ec=_0x2a8267;this[_0x3495ec(0x155)]=this[_0x3495ec(0x154)]();}[_0x2a8267(0x15a)](){const _0x5768ac=_0x2a8267;this[_0x5768ac(0x155)]=void 0x0;}[_0x2a8267(0x154)](){const _0x38c5b3=_0x2a8267,_0x3c5833=this[_0x38c5b3(0x14e)][_0x38c5b3(0x157)],_0xfc9b9d=_0x3c5833[_0x38c5b3(0x140)][_0x38c5b3(0x14c)];return Object[_0x38c5b3(0x144)](Array[_0x38c5b3(0x146)](_0xfc9b9d[_0x38c5b3(0x142)]())[_0x38c5b3(0x147)](([_0x83ffa2])=>_0x3c5833[_0x38c5b3(0x14d)][_0x38c5b3(0x151)](_0x83ffa2)[_0x38c5b3(0x148)]));}}function _0x123a(){const _0x545f40=['1791RxtXup','reset','change:value','get','document','39929EXlCZN','getAttributes','execute','fromEntries','commands','from','filter','isFormatting','144GEGXAD','change:isEnabled','79098Quuonp','selection','schema','editor','1413824RbwtiS','refresh','getAttributeProperties','60872JjyDVB','1438787tPxsyN','_getFormattingAttributes','value','3084445ROGfqK','model','558552alkBzU'];_0x123a=function(){return _0x545f40;};return _0x123a();}
23
+ const _0x28a68d=_0x4003;(function(_0x543488,_0x553c00){const _0x50a754=_0x4003,_0x5a5be6=_0x543488();while(!![]){try{const _0x4ff7cf=parseInt(_0x50a754(0x167))/0x1*(-parseInt(_0x50a754(0x179))/0x2)+-parseInt(_0x50a754(0x174))/0x3*(-parseInt(_0x50a754(0x177))/0x4)+parseInt(_0x50a754(0x16b))/0x5+parseInt(_0x50a754(0x17b))/0x6+-parseInt(_0x50a754(0x162))/0x7+parseInt(_0x50a754(0x160))/0x8*(parseInt(_0x50a754(0x16d))/0x9)+parseInt(_0x50a754(0x163))/0xa;if(_0x4ff7cf===_0x553c00)break;else _0x5a5be6['push'](_0x5a5be6['shift']());}catch(_0x28371c){_0x5a5be6['push'](_0x5a5be6['shift']());}}}(_0x189f,0x85b27));function _0x189f(){const _0x303a0a=['getAttributeProperties','from','391116JFBsqQ','refresh','2zXTNeb','change:value','3161772XSidtF','reset','filter','1949688LNdqCS','editor','4920132OpzmMu','241280KsRlZz','selection','value','model','1032349QrbJTT','isFormatting','schema','getAttributes','2317885uezHUl','fromEntries','36WGNedU','get','commands','_getFormattingAttributes','execute','change:isEnabled','document','9XJpKjl'];_0x189f=function(){return _0x303a0a;};return _0x189f();}import{Command as _0x320d7e}from'ckeditor5/src/core.js';function _0x4003(_0x4c35ec,_0xc910b7){const _0x189f7e=_0x189f();return _0x4003=function(_0x400357,_0x9917ac){_0x400357=_0x400357-0x15f;let _0x7abfd1=_0x189f7e[_0x400357];return _0x7abfd1;},_0x4003(_0x4c35ec,_0xc910b7);}import{PASTE_FORMAT_COMMAND_NAME as _0x54b3e0}from'./utils.js';export default class r extends _0x320d7e{constructor(_0x5e3731){const _0x4e5416=_0x4003;super(_0x5e3731),this[_0x4e5416(0x165)]=void 0x0,this['on'](_0x4e5416(0x172),(_0x145cc9,_0x375bed,_0x17f05c)=>{const _0x360183=_0x4e5416;_0x17f05c||this[_0x360183(0x17c)]();}),this['on'](_0x4e5416(0x17a),()=>_0x5e3731[_0x4e5416(0x16f)][_0x4e5416(0x16e)](_0x54b3e0)[_0x4e5416(0x178)]());}[_0x28a68d(0x171)](){const _0x30a74b=_0x28a68d;this[_0x30a74b(0x165)]=this[_0x30a74b(0x170)]();}[_0x28a68d(0x17c)](){const _0x1b8875=_0x28a68d;this[_0x1b8875(0x165)]=void 0x0;}[_0x28a68d(0x170)](){const _0x4648e7=_0x28a68d,_0x5f3d39=this[_0x4648e7(0x161)][_0x4648e7(0x166)],_0x21df50=_0x5f3d39[_0x4648e7(0x173)][_0x4648e7(0x164)];return Object[_0x4648e7(0x16c)](Array[_0x4648e7(0x176)](_0x21df50[_0x4648e7(0x16a)]())[_0x4648e7(0x15f)](([_0x4c5b49])=>_0x5f3d39[_0x4648e7(0x169)][_0x4648e7(0x175)](_0x4c5b49)[_0x4648e7(0x168)]));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x31049a=_0xd09c;function _0xd09c(_0x32c392,_0x513aa1){var _0x34ce5b=_0x34ce();return _0xd09c=function(_0xd09c42,_0x5088fb){_0xd09c42=_0xd09c42-0x113;var _0x3a4a3d=_0x34ce5b[_0xd09c42];return _0x3a4a3d;},_0xd09c(_0x32c392,_0x513aa1);}(function(_0x34e1e7,_0x608628){var _0x4beb3b=_0xd09c,_0x4b974b=_0x34e1e7();while(!![]){try{var _0x10ffe8=-parseInt(_0x4beb3b(0x116))/0x1*(-parseInt(_0x4beb3b(0x114))/0x2)+parseInt(_0x4beb3b(0x121))/0x3*(-parseInt(_0x4beb3b(0x11c))/0x4)+-parseInt(_0x4beb3b(0x11f))/0x5+-parseInt(_0x4beb3b(0x11b))/0x6*(parseInt(_0x4beb3b(0x11e))/0x7)+parseInt(_0x4beb3b(0x117))/0x8*(parseInt(_0x4beb3b(0x11d))/0x9)+-parseInt(_0x4beb3b(0x118))/0xa*(parseInt(_0x4beb3b(0x113))/0xb)+parseInt(_0x4beb3b(0x119))/0xc;if(_0x10ffe8===_0x608628)break;else _0x4b974b['push'](_0x4b974b['shift']());}catch(_0x1c4d19){_0x4b974b['push'](_0x4b974b['shift']());}}}(_0x34ce,0x58621));function _0x34ce(){var _0xf49f34=['pluginName','42jDUeUA','4AjDKzS','75285nnoyOR','605857YBmova','257920LNRCMV','requires','1861557VAnIQw','19998isRQrK','2xbRuak','FormatPainter','339834TpbGve','392TCUXjH','3940sRxyMP','19278600Iodgpr'];_0x34ce=function(){return _0xf49f34;};return _0x34ce();}import{Plugin as _0x5cf3e6}from'ckeditor5/src/core.js';import _0xf8cb85 from'./formatpainterediting.js';import _0x11c49a from'./formatpainterui.js';export default class m extends _0x5cf3e6{static get[_0x31049a(0x120)](){return[_0xf8cb85,_0x11c49a];}static get[_0x31049a(0x11a)](){var _0x25f6a8=_0x31049a;return _0x25f6a8(0x115);}}
23
+ function _0x4ae9(){var _0x541768=['2921226tVPYgO','548562pmlwsW','7KTURjq','pluginName','3035855VEVdVW','requires','598382TPUTRz','FormatPainter','2240908RRYptY','4234216cSYTQx','3lCREOo','82420WQGwXs','261XIOxIX','6EQXGxi'];_0x4ae9=function(){return _0x541768;};return _0x4ae9();}var _0x16fdc1=_0x2dc1;(function(_0x3498a7,_0x3ef835){var _0x1dcbb8=_0x2dc1,_0x54775f=_0x3498a7();while(!![]){try{var _0x2ca3b0=-parseInt(_0x1dcbb8(0x139))/0x1+parseInt(_0x1dcbb8(0x13e))/0x2*(parseInt(_0x1dcbb8(0x142))/0x3)+parseInt(_0x1dcbb8(0x140))/0x4+parseInt(_0x1dcbb8(0x13c))/0x5*(parseInt(_0x1dcbb8(0x145))/0x6)+parseInt(_0x1dcbb8(0x13a))/0x7*(-parseInt(_0x1dcbb8(0x141))/0x8)+parseInt(_0x1dcbb8(0x144))/0x9*(parseInt(_0x1dcbb8(0x143))/0xa)+-parseInt(_0x1dcbb8(0x146))/0xb;if(_0x2ca3b0===_0x3ef835)break;else _0x54775f['push'](_0x54775f['shift']());}catch(_0x5ec3ab){_0x54775f['push'](_0x54775f['shift']());}}}(_0x4ae9,0x586da));import{Plugin as _0x5bce75}from'ckeditor5/src/core.js';import _0x3a112e from'./formatpainterediting.js';import _0x27f8dc from'./formatpainterui.js';function _0x2dc1(_0x1f3c5a,_0x1286cf){var _0x4ae94a=_0x4ae9();return _0x2dc1=function(_0x2dc1da,_0x9a7f97){_0x2dc1da=_0x2dc1da-0x139;var _0x100c62=_0x4ae94a[_0x2dc1da];return _0x100c62;},_0x2dc1(_0x1f3c5a,_0x1286cf);}export default class m extends _0x5bce75{static get[_0x16fdc1(0x13d)](){return[_0x3a112e,_0x27f8dc];}static get[_0x16fdc1(0x13b)](){var _0x484e7a=_0x16fdc1;return _0x484e7a(0x13f);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x1528(){const _0x121e59=['destroy','2226688zPLVkl','4563PzpiCQ','info','302897gzNkUb','176XHOpcR','3TzIeoJ','formatPainterLicenseKeyTrial','7214810DUPlzZ','493715cQrEkQ','add','editor','pluginName','formatPainterLicenseKeyValid','get','format-painter-trial-license-key-reached-limit-changes','6620xnxuic','licenseKey','You\x20are\x20using\x20the\x20trial\x20version\x20of\x20CKEditor\x205\x20format\x20painter\x20plugin\x20with\x20limited\x20usage.\x20Make\x20sure\x20you\x20will\x20not\x20use\x20it\x20in\x20the\x20production\x20environment.','FormatPainterEditing','formatPainterLicenseKeyInvalid','config','6661140yMOPie','commands','formatPainterLicenseKeyTrialLimit:operations','_licenseKeyCheckInterval','format-painter-invalid-license-key','5658728itJyNJ','init'];_0x1528=function(){return _0x121e59;};return _0x1528();}const _0x430cba=_0x48d4;(function(_0x301aaf,_0x143288){const _0x1d79f6=_0x48d4,_0x13b080=_0x301aaf();while(!![]){try{const _0x5a473c=-parseInt(_0x1d79f6(0x198))/0x1+parseInt(_0x1d79f6(0x190))/0x2+parseInt(_0x1d79f6(0x195))/0x3*(parseInt(_0x1d79f6(0x18d))/0x4)+-parseInt(_0x1d79f6(0x197))/0x5+-parseInt(_0x1d79f6(0x188))/0x6+parseInt(_0x1d79f6(0x193))/0x7*(parseInt(_0x1d79f6(0x194))/0x8)+parseInt(_0x1d79f6(0x191))/0x9*(parseInt(_0x1d79f6(0x182))/0xa);if(_0x5a473c===_0x143288)break;else _0x13b080['push'](_0x13b080['shift']());}catch(_0x5da64d){_0x13b080['push'](_0x13b080['shift']());}}}(_0x1528,0xbbaf3));import{Plugin as _0x3538ca}from'ckeditor5/src/core.js';import{CKEditorError as _0x5226ff}from'ckeditor5/src/utils.js';import _0x541f96 from'./copyformatcommand.js';import _0x2f3b6e from'./pasteformatcommand.js';import{COPY_FORMAT_COMMAND_NAME as _0x2956c7,PASTE_FORMAT_COMMAND_NAME as _0xc58edd}from'./utils.js';function _0x48d4(_0x198f8c,_0x297946){const _0x152853=_0x1528();return _0x48d4=function(_0x48d469,_0x2f35a9){_0x48d469=_0x48d469-0x17c;let _0x3190ba=_0x152853[_0x48d469];return _0x3190ba;},_0x48d4(_0x198f8c,_0x297946);}export default class o extends _0x3538ca{static get[_0x430cba(0x17e)](){const _0x5735c7=_0x430cba;return _0x5735c7(0x185);}constructor(_0x84dcee){const _0x18325b=_0x430cba;super(_0x84dcee),this[_0x18325b(0x18b)]=null;}[_0x430cba(0x18e)](){const _0x53450f=_0x430cba,_0x341ad6=this[_0x53450f(0x17d)];_0x341ad6[_0x53450f(0x189)][_0x53450f(0x17c)](_0x2956c7,new _0x541f96(_0x341ad6)),_0x341ad6[_0x53450f(0x189)][_0x53450f(0x17c)](_0xc58edd,new _0x2f3b6e(_0x341ad6)),this[_0x53450f(0x183)]=_0x341ad6[_0x53450f(0x187)][_0x53450f(0x180)](_0x53450f(0x183));const _0x16919d=this[_0x53450f(0x17d)];this[_0x53450f(0x18b)]=setInterval(()=>{const _0x24be71=_0x53450f;let _0x3be7c7;for(const _0x14aa13 in _0x16919d){const _0x49b680=_0x14aa13,_0x57265b=_0x16919d[_0x49b680];if(_0x24be71(0x196)===_0x57265b||_0x24be71(0x186)===_0x57265b||_0x24be71(0x17f)===_0x57265b||_0x24be71(0x18a)===_0x57265b){delete _0x16919d[_0x49b680],_0x3be7c7=_0x57265b;break;}}if(_0x24be71(0x186)===_0x3be7c7)throw clearInterval(this[_0x24be71(0x18b)]),new _0x5226ff(_0x24be71(0x18c),null);if(_0x24be71(0x196)===_0x3be7c7&&console[_0x24be71(0x192)](_0x24be71(0x184)),_0x24be71(0x18a)===_0x3be7c7)throw clearInterval(this[_0x24be71(0x18b)]),new _0x5226ff(_0x24be71(0x181),null);_0x24be71(0x17f)===_0x3be7c7&&clearInterval(this[_0x24be71(0x18b)]);},0x3e8);}[_0x430cba(0x18f)](){const _0x166d1e=_0x430cba;this[_0x166d1e(0x18b)]&&clearInterval(this[_0x166d1e(0x18b)]);}}
23
+ const _0x44b824=_0x39b7;(function(_0x541633,_0x489e30){const _0x15eca1=_0x39b7,_0x4d7a19=_0x541633();while(!![]){try{const _0x57a674=-parseInt(_0x15eca1(0xf7))/0x1+-parseInt(_0x15eca1(0xf4))/0x2*(-parseInt(_0x15eca1(0xe4))/0x3)+-parseInt(_0x15eca1(0xef))/0x4+parseInt(_0x15eca1(0xe1))/0x5*(-parseInt(_0x15eca1(0xf1))/0x6)+-parseInt(_0x15eca1(0xf6))/0x7*(parseInt(_0x15eca1(0xe5))/0x8)+-parseInt(_0x15eca1(0xf5))/0x9*(parseInt(_0x15eca1(0xe9))/0xa)+-parseInt(_0x15eca1(0xfb))/0xb*(-parseInt(_0x15eca1(0xf0))/0xc);if(_0x57a674===_0x489e30)break;else _0x4d7a19['push'](_0x4d7a19['shift']());}catch(_0x51e219){_0x4d7a19['push'](_0x4d7a19['shift']());}}}(_0x124a,0x63c22));import{Plugin as _0x59a1cb}from'ckeditor5/src/core.js';function _0x124a(){const _0x1d9649=['formatPainterLicenseKeyTrial','commands','99hysSNV','formatPainterLicenseKeyValid','config','formatPainterLicenseKeyTrialLimit:operations','init','3755JrjRPB','formatPainterLicenseKeyInvalid','info','9003ORUCYR','4283680tiCSwP','format-painter-invalid-license-key','licenseKey','FormatPainterEditing','10hLmSoe','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','_licenseKeyCheckInterval','pluginName','editor','1538544pjskdB','3933432OYeUfR','6366PNuvWr','get','add','26ZjMntI','4381164qlbCwy','7bInHZy','376774MTYtXE','destroy'];_0x124a=function(){return _0x1d9649;};return _0x124a();}import{CKEditorError as _0x6255da}from'ckeditor5/src/utils.js';import _0x357650 from'./copyformatcommand.js';import _0xca63f7 from'./pasteformatcommand.js';import{COPY_FORMAT_COMMAND_NAME as _0x1dd2cc,PASTE_FORMAT_COMMAND_NAME as _0x4b4181}from'./utils.js';function _0x39b7(_0x5de2f3,_0xd3cdce){const _0x124aeb=_0x124a();return _0x39b7=function(_0x39b71d,_0x22646c){_0x39b71d=_0x39b71d-0xe0;let _0x48f7b4=_0x124aeb[_0x39b71d];return _0x48f7b4;},_0x39b7(_0x5de2f3,_0xd3cdce);}export default class o extends _0x59a1cb{static get[_0x44b824(0xed)](){const _0x4477ea=_0x44b824;return _0x4477ea(0xe8);}constructor(_0x35fc02){const _0x1201df=_0x44b824;super(_0x35fc02),this[_0x1201df(0xec)]=null;}[_0x44b824(0xe0)](){const _0x2ff163=_0x44b824,_0x32072d=this[_0x2ff163(0xee)];_0x32072d[_0x2ff163(0xfa)][_0x2ff163(0xf3)](_0x1dd2cc,new _0x357650(_0x32072d)),_0x32072d[_0x2ff163(0xfa)][_0x2ff163(0xf3)](_0x4b4181,new _0xca63f7(_0x32072d)),this[_0x2ff163(0xe7)]=_0x32072d[_0x2ff163(0xfd)][_0x2ff163(0xf2)](_0x2ff163(0xe7));const _0x645b7=this[_0x2ff163(0xee)];this[_0x2ff163(0xec)]=setInterval(()=>{const _0x215e5d=_0x2ff163;let _0x585738;for(const _0x23bc3b in _0x645b7){const _0x41d433=_0x23bc3b,_0x4af986=_0x645b7[_0x41d433];if(_0x215e5d(0xf9)===_0x4af986||_0x215e5d(0xe2)===_0x4af986||_0x215e5d(0xfc)===_0x4af986||_0x215e5d(0xfe)===_0x4af986){delete _0x645b7[_0x41d433],_0x585738=_0x4af986;break;}}if(_0x215e5d(0xe2)===_0x585738)throw clearInterval(this[_0x215e5d(0xec)]),new _0x6255da(_0x215e5d(0xe6),null);if(_0x215e5d(0xf9)===_0x585738&&console[_0x215e5d(0xe3)](_0x215e5d(0xea)),_0x215e5d(0xfe)===_0x585738)throw clearInterval(this[_0x215e5d(0xec)]),new _0x6255da(_0x215e5d(0xeb),null);_0x215e5d(0xfc)===_0x585738&&clearInterval(this[_0x215e5d(0xec)]);},0x3e8);}[_0x44b824(0xf8)](){const _0x35d58a=_0x44b824;this[_0x35d58a(0xec)]&&clearInterval(this[_0x35d58a(0xec)]);}}