@ckeditor/ckeditor5-format-painter 0.0.0-nightly-20240712.0 → 0.0.0-nightly-20240713.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
- (_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']||={});
23
+ (_0x3fcfec=>{const {sr:{dictionary:_0xb2fbc3,getPluralForm:_0x4280df}}={'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':_0x50057d=>_0x50057d%0xa==0x1&&_0x50057d%0x64!=0xb?0x0:_0x50057d%0xa>=0x2&&_0x50057d%0xa<=0x4&&(_0x50057d%0x64<0xa||_0x50057d%0x64>=0x14)?0x1:0x2}};_0x3fcfec['sr']||={'dictionary':{},'getPluralForm':null},_0x3fcfec['sr']['dictionary']=Object['assign'](_0x3fcfec['sr']['dictionary'],_0xb2fbc3),_0x3fcfec['sr']['getPluralForm']=_0x4280df;})(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':_0x47d1b7=>0x1!=_0x47d1b7}};
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':_0x10ee4c=>0x1!=_0x10ee4c}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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']||={});
23
+ (_0x339fe3=>{const {sv:{dictionary:_0xff61c6,getPluralForm:_0x1fb2b2}}={'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':_0x45c653=>0x1!=_0x45c653}};_0x339fe3['sv']||={'dictionary':{},'getPluralForm':null},_0x339fe3['sv']['dictionary']=Object['assign'](_0x339fe3['sv']['dictionary'],_0xff61c6),_0x339fe3['sv']['getPluralForm']=_0x1fb2b2;})(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':_0x4a0b00=>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':_0x5de476=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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']||={});
23
+ (_0x2232a9=>{const {th:{dictionary:_0x542334,getPluralForm:_0x37ec25}}={'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':_0xea5960=>0x0}};_0x2232a9['th']||={'dictionary':{},'getPluralForm':null},_0x2232a9['th']['dictionary']=Object['assign'](_0x2232a9['th']['dictionary'],_0x542334),_0x2232a9['th']['getPluralForm']=_0x37ec25;})(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':_0x4a855d=>_0x4a855d>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':_0x5e1054=>_0x5e1054>0x1}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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']||={});
23
+ (_0x4f81f8=>{const {tr:{dictionary:_0x11c412,getPluralForm:_0x2f45e4}}={'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':_0x87bd6b=>_0x87bd6b>0x1}};_0x4f81f8['tr']||={'dictionary':{},'getPluralForm':null},_0x4f81f8['tr']['dictionary']=Object['assign'](_0x4f81f8['tr']['dictionary'],_0x11c412),_0x4f81f8['tr']['getPluralForm']=_0x2f45e4;})(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':_0x16f214=>0x1!=_0x16f214}};
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':_0x35830b=>0x1!=_0x35830b}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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']||={});
23
+ (_0x1e635a=>{const {ug:{dictionary:_0x26f7a6,getPluralForm:_0xacbb11}}={'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':_0x5b8ad8=>0x1!=_0x5b8ad8}};_0x1e635a['ug']||={'dictionary':{},'getPluralForm':null},_0x1e635a['ug']['dictionary']=Object['assign'](_0x1e635a['ug']['dictionary'],_0x26f7a6),_0x1e635a['ug']['getPluralForm']=_0xacbb11;})(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':_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}};
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':_0x446877=>_0x446877%0x1==0x0&&_0x446877%0xa==0x1&&_0x446877%0x64!=0xb?0x0:_0x446877%0x1==0x0&&_0x446877%0xa>=0x2&&_0x446877%0xa<=0x4&&(_0x446877%0x64<0xc||_0x446877%0x64>0xe)?0x1:_0x446877%0x1==0x0&&(_0x446877%0xa==0x0||_0x446877%0xa>=0x5&&_0x446877%0xa<=0x9||_0x446877%0x64>=0xb&&_0x446877%0x64<=0xe)?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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']||={});
23
+ (_0x28393f=>{const {uk:{dictionary:_0x301b5b,getPluralForm:_0x338162}}={'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':_0x5d9317=>_0x5d9317%0x1==0x0&&_0x5d9317%0xa==0x1&&_0x5d9317%0x64!=0xb?0x0:_0x5d9317%0x1==0x0&&_0x5d9317%0xa>=0x2&&_0x5d9317%0xa<=0x4&&(_0x5d9317%0x64<0xc||_0x5d9317%0x64>0xe)?0x1:_0x5d9317%0x1==0x0&&(_0x5d9317%0xa==0x0||_0x5d9317%0xa>=0x5&&_0x5d9317%0xa<=0x9||_0x5d9317%0x64>=0xb&&_0x5d9317%0x64<=0xe)?0x2:0x3}};_0x28393f['uk']||={'dictionary':{},'getPluralForm':null},_0x28393f['uk']['dictionary']=Object['assign'](_0x28393f['uk']['dictionary'],_0x301b5b),_0x28393f['uk']['getPluralForm']=_0x338162;})(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':_0xb7de83=>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':_0x31b96a=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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']||={});
23
+ (_0x292109=>{const {vi:{dictionary:_0x21d865,getPluralForm:_0x282ad1}}={'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':_0x338d42=>0x0}};_0x292109['vi']||={'dictionary':{},'getPluralForm':null},_0x292109['vi']['dictionary']=Object['assign'](_0x292109['vi']['dictionary'],_0x21d865),_0x292109['vi']['getPluralForm']=_0x282ad1;})(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':_0x54e2da=>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':_0x5091bf=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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']||={});
23
+ (_0x3bb84a=>{const {'zh-cn':{dictionary:_0x5acee2,getPluralForm:_0x265ccb}}={'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':_0x411e9a=>0x0}};_0x3bb84a['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x3bb84a['zh-cn']['dictionary']=Object['assign'](_0x3bb84a['zh-cn']['dictionary'],_0x5acee2),_0x3bb84a['zh-cn']['getPluralForm']=_0x265ccb;})(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':_0x526760=>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':_0x48c8f3=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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']||={});
23
+ (_0x242f93=>{const {zh:{dictionary:_0x5aee0c,getPluralForm:_0xa9171d}}={'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':_0x30a720=>0x0}};_0x242f93['zh']||={'dictionary':{},'getPluralForm':null},_0x242f93['zh']['dictionary']=Object['assign'](_0x242f93['zh']['dictionary'],_0x5aee0c),_0x242f93['zh']['getPluralForm']=_0xa9171d;})(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-20240712.0",
3
+ "version": "0.0.0-nightly-20240713.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-20240712.0",
16
- "ckeditor5-collaboration": "0.0.0-nightly-20240712.0"
15
+ "ckeditor5": "0.0.0-nightly-20240713.0",
16
+ "ckeditor5-collaboration": "0.0.0-nightly-20240713.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 _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)]));}}
23
+ const _0x2962b7=_0xee9a;(function(_0x1858eb,_0x4e0669){const _0x4e755d=_0xee9a,_0x54a885=_0x1858eb();while(!![]){try{const _0x423692=parseInt(_0x4e755d(0x1f4))/0x1+parseInt(_0x4e755d(0x1e4))/0x2+-parseInt(_0x4e755d(0x1db))/0x3*(-parseInt(_0x4e755d(0x1e8))/0x4)+parseInt(_0x4e755d(0x1e5))/0x5+-parseInt(_0x4e755d(0x1da))/0x6*(parseInt(_0x4e755d(0x1ec))/0x7)+parseInt(_0x4e755d(0x1df))/0x8*(-parseInt(_0x4e755d(0x1e1))/0x9)+parseInt(_0x4e755d(0x1ee))/0xa*(-parseInt(_0x4e755d(0x1dd))/0xb);if(_0x423692===_0x4e0669)break;else _0x54a885['push'](_0x54a885['shift']());}catch(_0x182ec5){_0x54a885['push'](_0x54a885['shift']());}}}(_0x3181,0xe5128));function _0x3181(){const _0x58685c=['editor','isFormatting','7756XRKtLW','from','fromEntries','document','235088XnWboi','change:value','2110CLzBqX','getAttributes','schema','getAttributeProperties','refresh','change:isEnabled','1531454BFAbCN','execute','selection','reset','filter','36KXvzQS','2436onhDVr','commands','182303vXepZH','get','1814552SsQMrh','model','27DNREwo','value','_getFormattingAttributes','3435066CNdttS','2468445GWbfaJ'];_0x3181=function(){return _0x58685c;};return _0x3181();}import{Command as _0x58eae5}from'ckeditor5/src/core.js';function _0xee9a(_0x3c6c60,_0x4defed){const _0x318190=_0x3181();return _0xee9a=function(_0xee9ad,_0x125fd9){_0xee9ad=_0xee9ad-0x1d6;let _0x9be76=_0x318190[_0xee9ad];return _0x9be76;},_0xee9a(_0x3c6c60,_0x4defed);}import{PASTE_FORMAT_COMMAND_NAME as _0x5288b3}from'./utils.js';export default class r extends _0x58eae5{constructor(_0x5326a4){const _0x59ae84=_0xee9a;super(_0x5326a4),this[_0x59ae84(0x1e2)]=void 0x0,this['on'](_0x59ae84(0x1f3),(_0x18d790,_0x33e4f6,_0x33a431)=>{const _0x223be9=_0x59ae84;_0x33a431||this[_0x223be9(0x1d8)]();}),this['on'](_0x59ae84(0x1ed),()=>_0x5326a4[_0x59ae84(0x1dc)][_0x59ae84(0x1de)](_0x5288b3)[_0x59ae84(0x1f2)]());}[_0x2962b7(0x1d6)](){const _0x2c4b23=_0x2962b7;this[_0x2c4b23(0x1e2)]=this[_0x2c4b23(0x1e3)]();}[_0x2962b7(0x1d8)](){const _0x1741c4=_0x2962b7;this[_0x1741c4(0x1e2)]=void 0x0;}[_0x2962b7(0x1e3)](){const _0x4d1440=_0x2962b7,_0x521d64=this[_0x4d1440(0x1e6)][_0x4d1440(0x1e0)],_0x3d98a8=_0x521d64[_0x4d1440(0x1eb)][_0x4d1440(0x1d7)];return Object[_0x4d1440(0x1ea)](Array[_0x4d1440(0x1e9)](_0x3d98a8[_0x4d1440(0x1ef)]())[_0x4d1440(0x1d9)](([_0x39ba60])=>_0x521d64[_0x4d1440(0x1f0)][_0x4d1440(0x1f1)](_0x39ba60)[_0x4d1440(0x1e7)]));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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);}}
23
+ var _0x5af3a1=_0x1bbc;function _0x2bf2(){var _0x127823=['306996yDMukW','pluginName','7334208mCCjqg','7939680MmpOYu','5291070lDMoxq','requires','1218525hnfjKr','1800JyIUXu','20CTXsen','2056950YZTbAQ','FormatPainter','3028eTFwoH'];_0x2bf2=function(){return _0x127823;};return _0x2bf2();}function _0x1bbc(_0x183b0b,_0x4bee5e){var _0x2bf236=_0x2bf2();return _0x1bbc=function(_0x1bbc3e,_0x1a45cd){_0x1bbc3e=_0x1bbc3e-0xa7;var _0x8c5ec9=_0x2bf236[_0x1bbc3e];return _0x8c5ec9;},_0x1bbc(_0x183b0b,_0x4bee5e);}(function(_0x14d464,_0x25eb0d){var _0x319691=_0x1bbc,_0x125359=_0x14d464();while(!![]){try{var _0x23fed6=parseInt(_0x319691(0xae))/0x1+parseInt(_0x319691(0xb0))/0x2*(-parseInt(_0x319691(0xa8))/0x3)+-parseInt(_0x319691(0xa7))/0x4*(parseInt(_0x319691(0xaf))/0x5)+parseInt(_0x319691(0xac))/0x6+parseInt(_0x319691(0xaa))/0x7+-parseInt(_0x319691(0xab))/0x8+-parseInt(_0x319691(0xb1))/0x9;if(_0x23fed6===_0x25eb0d)break;else _0x125359['push'](_0x125359['shift']());}catch(_0x566253){_0x125359['push'](_0x125359['shift']());}}}(_0x2bf2,0x9a1e0));import{Plugin as _0x215213}from'ckeditor5/src/core.js';import _0x167df5 from'./formatpainterediting.js';import _0x3e4b64 from'./formatpainterui.js';export default class m extends _0x215213{static get[_0x5af3a1(0xad)](){return[_0x167df5,_0x3e4b64];}static get[_0x5af3a1(0xa9)](){var _0x3a2738=_0x5af3a1;return _0x3a2738(0xb2);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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)]);}}
23
+ const _0x2c6cc7=_0xd87f;function _0xd87f(_0x13ad71,_0x56f578){const _0xcc5a18=_0xcc5a();return _0xd87f=function(_0xd87f2d,_0x2f4544){_0xd87f2d=_0xd87f2d-0x1b7;let _0x9713e7=_0xcc5a18[_0xd87f2d];return _0x9713e7;},_0xd87f(_0x13ad71,_0x56f578);}(function(_0x24e3b7,_0x5cfe83){const _0x2830cf=_0xd87f,_0xa6507e=_0x24e3b7();while(!![]){try{const _0x4420a6=-parseInt(_0x2830cf(0x1b8))/0x1+parseInt(_0x2830cf(0x1bf))/0x2+parseInt(_0x2830cf(0x1cc))/0x3*(parseInt(_0x2830cf(0x1cd))/0x4)+parseInt(_0x2830cf(0x1d0))/0x5+-parseInt(_0x2830cf(0x1c2))/0x6*(parseInt(_0x2830cf(0x1cf))/0x7)+parseInt(_0x2830cf(0x1c3))/0x8+-parseInt(_0x2830cf(0x1ce))/0x9;if(_0x4420a6===_0x5cfe83)break;else _0xa6507e['push'](_0xa6507e['shift']());}catch(_0x59eb1c){_0xa6507e['push'](_0xa6507e['shift']());}}}(_0xcc5a,0x18f65));import{Plugin as _0x67fd6b}from'ckeditor5/src/core.js';import{CKEditorError as _0x29f30a}from'ckeditor5/src/utils.js';import _0x1f6ab8 from'./copyformatcommand.js';function _0xcc5a(){const _0x3105a7=['formatPainterLicenseKeyTrial','15eTisYN','91780OtTWzy','2492127FBfcKp','14133bbqnxW','163300tzbApu','_licenseKeyCheckInterval','pluginName','formatPainterLicenseKeyTrialLimit:operations','34478gObwMI','commands','FormatPainterEditing','destroy','init','config','editor','408418JKuMNW','format-painter-trial-license-key-reached-limit-changes','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.','324FtwZPZ','1368464PUjjRb','formatPainterLicenseKeyInvalid','get','info','formatPainterLicenseKeyValid','add','format-painter-invalid-license-key','licenseKey'];_0xcc5a=function(){return _0x3105a7;};return _0xcc5a();}import _0x2131ea from'./pasteformatcommand.js';import{COPY_FORMAT_COMMAND_NAME as _0x367817,PASTE_FORMAT_COMMAND_NAME as _0x4bdee1}from'./utils.js';export default class o extends _0x67fd6b{static get[_0x2c6cc7(0x1d2)](){const _0x37828c=_0x2c6cc7;return _0x37828c(0x1ba);}constructor(_0x4ca0d9){const _0xc88804=_0x2c6cc7;super(_0x4ca0d9),this[_0xc88804(0x1d1)]=null;}[_0x2c6cc7(0x1bc)](){const _0xb3bfa=_0x2c6cc7,_0x5af5e0=this[_0xb3bfa(0x1be)];_0x5af5e0[_0xb3bfa(0x1b9)][_0xb3bfa(0x1c8)](_0x367817,new _0x1f6ab8(_0x5af5e0)),_0x5af5e0[_0xb3bfa(0x1b9)][_0xb3bfa(0x1c8)](_0x4bdee1,new _0x2131ea(_0x5af5e0)),this[_0xb3bfa(0x1ca)]=_0x5af5e0[_0xb3bfa(0x1bd)][_0xb3bfa(0x1c5)](_0xb3bfa(0x1ca));const _0xf2fe7a=this[_0xb3bfa(0x1be)];this[_0xb3bfa(0x1d1)]=setInterval(()=>{const _0x513fdb=_0xb3bfa;let _0x4d2b6b;for(const _0x1b54f1 in _0xf2fe7a){const _0x1ae27f=_0x1b54f1,_0x217b4e=_0xf2fe7a[_0x1ae27f];if(_0x513fdb(0x1cb)===_0x217b4e||_0x513fdb(0x1c4)===_0x217b4e||_0x513fdb(0x1c7)===_0x217b4e||_0x513fdb(0x1b7)===_0x217b4e){delete _0xf2fe7a[_0x1ae27f],_0x4d2b6b=_0x217b4e;break;}}if(_0x513fdb(0x1c4)===_0x4d2b6b)throw clearInterval(this[_0x513fdb(0x1d1)]),new _0x29f30a(_0x513fdb(0x1c9),null);if(_0x513fdb(0x1cb)===_0x4d2b6b&&console[_0x513fdb(0x1c6)](_0x513fdb(0x1c1)),_0x513fdb(0x1b7)===_0x4d2b6b)throw clearInterval(this[_0x513fdb(0x1d1)]),new _0x29f30a(_0x513fdb(0x1c0),null);_0x513fdb(0x1c7)===_0x4d2b6b&&clearInterval(this[_0x513fdb(0x1d1)]);},0x3e8);}[_0x2c6cc7(0x1bb)](){const _0x111be4=_0x2c6cc7;this[_0x111be4(0x1d1)]&&clearInterval(this[_0x111be4(0x1d1)]);}}