@ckeditor/ckeditor5-format-painter 0.0.0-nightly-20240708.0 → 0.0.0-nightly-20240709.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 (99) hide show
  1. package/build/format-painter.js +1 -1
  2. package/dist/index-editor.css +1 -2
  3. package/dist/index.js +2 -2
  4. package/dist/translations/ar.js +1 -1
  5. package/dist/translations/ar.umd.js +1 -1
  6. package/dist/translations/bg.js +1 -1
  7. package/dist/translations/bg.umd.js +1 -1
  8. package/dist/translations/bn.js +1 -1
  9. package/dist/translations/bn.umd.js +1 -1
  10. package/dist/translations/ca.js +1 -1
  11. package/dist/translations/ca.umd.js +1 -1
  12. package/dist/translations/cs.js +1 -1
  13. package/dist/translations/cs.umd.js +1 -1
  14. package/dist/translations/da.js +1 -1
  15. package/dist/translations/da.umd.js +1 -1
  16. package/dist/translations/de.js +1 -1
  17. package/dist/translations/de.umd.js +1 -1
  18. package/dist/translations/el.js +1 -1
  19. package/dist/translations/el.umd.js +1 -1
  20. package/dist/translations/en-au.js +1 -1
  21. package/dist/translations/en-au.umd.js +1 -1
  22. package/dist/translations/en.umd.js +1 -1
  23. package/dist/translations/es.js +1 -1
  24. package/dist/translations/es.umd.js +1 -1
  25. package/dist/translations/et.js +1 -1
  26. package/dist/translations/et.umd.js +1 -1
  27. package/dist/translations/fi.js +1 -1
  28. package/dist/translations/fi.umd.js +1 -1
  29. package/dist/translations/fr.js +1 -1
  30. package/dist/translations/fr.umd.js +1 -1
  31. package/dist/translations/gl.js +1 -1
  32. package/dist/translations/gl.umd.js +1 -1
  33. package/dist/translations/he.js +1 -1
  34. package/dist/translations/he.umd.js +1 -1
  35. package/dist/translations/hi.js +1 -1
  36. package/dist/translations/hi.umd.js +1 -1
  37. package/dist/translations/hr.js +1 -1
  38. package/dist/translations/hr.umd.js +1 -1
  39. package/dist/translations/hu.js +1 -1
  40. package/dist/translations/hu.umd.js +1 -1
  41. package/dist/translations/id.js +1 -1
  42. package/dist/translations/id.umd.js +1 -1
  43. package/dist/translations/it.js +1 -1
  44. package/dist/translations/it.umd.js +1 -1
  45. package/dist/translations/ja.js +1 -1
  46. package/dist/translations/ja.umd.js +1 -1
  47. package/dist/translations/ko.js +1 -1
  48. package/dist/translations/ko.umd.js +1 -1
  49. package/dist/translations/lt.js +1 -1
  50. package/dist/translations/lt.umd.js +1 -1
  51. package/dist/translations/lv.js +1 -1
  52. package/dist/translations/lv.umd.js +1 -1
  53. package/dist/translations/ms.js +1 -1
  54. package/dist/translations/ms.umd.js +1 -1
  55. package/dist/translations/nl.js +1 -1
  56. package/dist/translations/nl.umd.js +1 -1
  57. package/dist/translations/no.js +1 -1
  58. package/dist/translations/no.umd.js +1 -1
  59. package/dist/translations/pl.js +1 -1
  60. package/dist/translations/pl.umd.js +1 -1
  61. package/dist/translations/pt-br.js +1 -1
  62. package/dist/translations/pt-br.umd.js +1 -1
  63. package/dist/translations/pt.js +1 -1
  64. package/dist/translations/pt.umd.js +1 -1
  65. package/dist/translations/ro.js +1 -1
  66. package/dist/translations/ro.umd.js +1 -1
  67. package/dist/translations/ru.js +1 -1
  68. package/dist/translations/ru.umd.js +1 -1
  69. package/dist/translations/sk.js +1 -1
  70. package/dist/translations/sk.umd.js +1 -1
  71. package/dist/translations/sr-latn.js +1 -1
  72. package/dist/translations/sr-latn.umd.js +1 -1
  73. package/dist/translations/sr.js +1 -1
  74. package/dist/translations/sr.umd.js +1 -1
  75. package/dist/translations/sv.js +1 -1
  76. package/dist/translations/sv.umd.js +1 -1
  77. package/dist/translations/th.js +1 -1
  78. package/dist/translations/th.umd.js +1 -1
  79. package/dist/translations/tr.js +1 -1
  80. package/dist/translations/tr.umd.js +1 -1
  81. package/dist/translations/ug.js +1 -1
  82. package/dist/translations/ug.umd.js +1 -1
  83. package/dist/translations/uk.js +1 -1
  84. package/dist/translations/uk.umd.js +1 -1
  85. package/dist/translations/vi.js +1 -1
  86. package/dist/translations/vi.umd.js +1 -1
  87. package/dist/translations/zh-cn.js +1 -1
  88. package/dist/translations/zh-cn.umd.js +1 -1
  89. package/dist/translations/zh.js +1 -1
  90. package/dist/translations/zh.umd.js +1 -1
  91. package/package.json +3 -3
  92. package/src/copyformatcommand.js +1 -1
  93. package/src/formatpainter.js +1 -1
  94. package/src/formatpainterediting.js +1 -1
  95. package/src/formatpainterui.js +2 -2
  96. package/src/index.js +1 -1
  97. package/src/pasteformatcommand.js +1 -1
  98. package/src/utils/common-translations.js +1 -1
  99. package/src/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2f62e2=>{const {sr:{dictionary:_0x29a542,getPluralForm:_0x57a5fe}}={'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':_0x2e03be=>_0x2e03be%0xa==0x1&&_0x2e03be%0x64!=0xb?0x0:_0x2e03be%0xa>=0x2&&_0x2e03be%0xa<=0x4&&(_0x2e03be%0x64<0xa||_0x2e03be%0x64>=0x14)?0x1:0x2}};_0x2f62e2['sr']||={'dictionary':{},'getPluralForm':null},_0x2f62e2['sr']['dictionary']=Object['assign'](_0x2f62e2['sr']['dictionary'],_0x29a542),_0x2f62e2['sr']['getPluralForm']=_0x57a5fe;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x39f16f=>{const {sr:{dictionary:_0x382494,getPluralForm:_0x23c091}}={'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':_0x1e9149=>_0x1e9149%0xa==0x1&&_0x1e9149%0x64!=0xb?0x0:_0x1e9149%0xa>=0x2&&_0x1e9149%0xa<=0x4&&(_0x1e9149%0x64<0xa||_0x1e9149%0x64>=0x14)?0x1:0x2}};_0x39f16f['sr']||={'dictionary':{},'getPluralForm':null},_0x39f16f['sr']['dictionary']=Object['assign'](_0x39f16f['sr']['dictionary'],_0x382494),_0x39f16f['sr']['getPluralForm']=_0x23c091;})(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':_0x401120=>0x1!=_0x401120}};
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':_0x39cb46=>0x1!=_0x39cb46}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x23a070=>{const {sv:{dictionary:_0x127cfd,getPluralForm:_0x2876ca}}={'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':_0x4b0ffa=>0x1!=_0x4b0ffa}};_0x23a070['sv']||={'dictionary':{},'getPluralForm':null},_0x23a070['sv']['dictionary']=Object['assign'](_0x23a070['sv']['dictionary'],_0x127cfd),_0x23a070['sv']['getPluralForm']=_0x2876ca;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0xb12388=>{const {sv:{dictionary:_0x3c35e2,getPluralForm:_0x42c601}}={'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':_0x11001a=>0x1!=_0x11001a}};_0xb12388['sv']||={'dictionary':{},'getPluralForm':null},_0xb12388['sv']['dictionary']=Object['assign'](_0xb12388['sv']['dictionary'],_0x3c35e2),_0xb12388['sv']['getPluralForm']=_0x42c601;})(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':_0x5e61f9=>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':_0x2feec8=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x31933e=>{const {th:{dictionary:_0x48ebc8,getPluralForm:_0x9a1e5}}={'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':_0x29d286=>0x0}};_0x31933e['th']||={'dictionary':{},'getPluralForm':null},_0x31933e['th']['dictionary']=Object['assign'](_0x31933e['th']['dictionary'],_0x48ebc8),_0x31933e['th']['getPluralForm']=_0x9a1e5;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0xf982a0=>{const {th:{dictionary:_0x4a3575,getPluralForm:_0x290f77}}={'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':_0x2c2c93=>0x0}};_0xf982a0['th']||={'dictionary':{},'getPluralForm':null},_0xf982a0['th']['dictionary']=Object['assign'](_0xf982a0['th']['dictionary'],_0x4a3575),_0xf982a0['th']['getPluralForm']=_0x290f77;})(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':_0x43fadc=>_0x43fadc>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':_0x7b7187=>_0x7b7187>0x1}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x84fe5c=>{const {tr:{dictionary:_0x5ce3bd,getPluralForm:_0x5e3571}}={'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':_0x399d2a=>_0x399d2a>0x1}};_0x84fe5c['tr']||={'dictionary':{},'getPluralForm':null},_0x84fe5c['tr']['dictionary']=Object['assign'](_0x84fe5c['tr']['dictionary'],_0x5ce3bd),_0x84fe5c['tr']['getPluralForm']=_0x5e3571;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x5a1784=>{const {tr:{dictionary:_0x2e7b58,getPluralForm:_0x3fa027}}={'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':_0x1c380c=>_0x1c380c>0x1}};_0x5a1784['tr']||={'dictionary':{},'getPluralForm':null},_0x5a1784['tr']['dictionary']=Object['assign'](_0x5a1784['tr']['dictionary'],_0x2e7b58),_0x5a1784['tr']['getPluralForm']=_0x3fa027;})(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':_0xb1993d=>0x1!=_0xb1993d}};
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':_0x33f23f=>0x1!=_0x33f23f}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x108991=>{const {ug:{dictionary:_0x2bcd55,getPluralForm:_0x27d8ac}}={'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':_0x4f6e23=>0x1!=_0x4f6e23}};_0x108991['ug']||={'dictionary':{},'getPluralForm':null},_0x108991['ug']['dictionary']=Object['assign'](_0x108991['ug']['dictionary'],_0x2bcd55),_0x108991['ug']['getPluralForm']=_0x27d8ac;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x53a70b=>{const {ug:{dictionary:_0x164bb0,getPluralForm:_0x487d49}}={'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':_0x276afc=>0x1!=_0x276afc}};_0x53a70b['ug']||={'dictionary':{},'getPluralForm':null},_0x53a70b['ug']['dictionary']=Object['assign'](_0x53a70b['ug']['dictionary'],_0x164bb0),_0x53a70b['ug']['getPluralForm']=_0x487d49;})(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':_0x162693=>_0x162693%0x1==0x0&&_0x162693%0xa==0x1&&_0x162693%0x64!=0xb?0x0:_0x162693%0x1==0x0&&_0x162693%0xa>=0x2&&_0x162693%0xa<=0x4&&(_0x162693%0x64<0xc||_0x162693%0x64>0xe)?0x1:_0x162693%0x1==0x0&&(_0x162693%0xa==0x0||_0x162693%0xa>=0x5&&_0x162693%0xa<=0x9||_0x162693%0x64>=0xb&&_0x162693%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':_0x1976fc=>_0x1976fc%0x1==0x0&&_0x1976fc%0xa==0x1&&_0x1976fc%0x64!=0xb?0x0:_0x1976fc%0x1==0x0&&_0x1976fc%0xa>=0x2&&_0x1976fc%0xa<=0x4&&(_0x1976fc%0x64<0xc||_0x1976fc%0x64>0xe)?0x1:_0x1976fc%0x1==0x0&&(_0x1976fc%0xa==0x0||_0x1976fc%0xa>=0x5&&_0x1976fc%0xa<=0x9||_0x1976fc%0x64>=0xb&&_0x1976fc%0x64<=0xe)?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0xc34c5f=>{const {uk:{dictionary:_0x3482a3,getPluralForm:_0x3a2c57}}={'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':_0x3d25d5=>_0x3d25d5%0x1==0x0&&_0x3d25d5%0xa==0x1&&_0x3d25d5%0x64!=0xb?0x0:_0x3d25d5%0x1==0x0&&_0x3d25d5%0xa>=0x2&&_0x3d25d5%0xa<=0x4&&(_0x3d25d5%0x64<0xc||_0x3d25d5%0x64>0xe)?0x1:_0x3d25d5%0x1==0x0&&(_0x3d25d5%0xa==0x0||_0x3d25d5%0xa>=0x5&&_0x3d25d5%0xa<=0x9||_0x3d25d5%0x64>=0xb&&_0x3d25d5%0x64<=0xe)?0x2:0x3}};_0xc34c5f['uk']||={'dictionary':{},'getPluralForm':null},_0xc34c5f['uk']['dictionary']=Object['assign'](_0xc34c5f['uk']['dictionary'],_0x3482a3),_0xc34c5f['uk']['getPluralForm']=_0x3a2c57;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x1bcd7b=>{const {uk:{dictionary:_0x5b3713,getPluralForm:_0x1fe57a}}={'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':_0xe14bb9=>_0xe14bb9%0x1==0x0&&_0xe14bb9%0xa==0x1&&_0xe14bb9%0x64!=0xb?0x0:_0xe14bb9%0x1==0x0&&_0xe14bb9%0xa>=0x2&&_0xe14bb9%0xa<=0x4&&(_0xe14bb9%0x64<0xc||_0xe14bb9%0x64>0xe)?0x1:_0xe14bb9%0x1==0x0&&(_0xe14bb9%0xa==0x0||_0xe14bb9%0xa>=0x5&&_0xe14bb9%0xa<=0x9||_0xe14bb9%0x64>=0xb&&_0xe14bb9%0x64<=0xe)?0x2:0x3}};_0x1bcd7b['uk']||={'dictionary':{},'getPluralForm':null},_0x1bcd7b['uk']['dictionary']=Object['assign'](_0x1bcd7b['uk']['dictionary'],_0x5b3713),_0x1bcd7b['uk']['getPluralForm']=_0x1fe57a;})(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':_0x2ff944=>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':_0x24450a=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2c80d4=>{const {vi:{dictionary:_0x4d03a9,getPluralForm:_0x229f16}}={'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':_0x5b8537=>0x0}};_0x2c80d4['vi']||={'dictionary':{},'getPluralForm':null},_0x2c80d4['vi']['dictionary']=Object['assign'](_0x2c80d4['vi']['dictionary'],_0x4d03a9),_0x2c80d4['vi']['getPluralForm']=_0x229f16;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x140c32=>{const {vi:{dictionary:_0x352f97,getPluralForm:_0x388131}}={'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':_0x5468e2=>0x0}};_0x140c32['vi']||={'dictionary':{},'getPluralForm':null},_0x140c32['vi']['dictionary']=Object['assign'](_0x140c32['vi']['dictionary'],_0x352f97),_0x140c32['vi']['getPluralForm']=_0x388131;})(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':_0x1aae0c=>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':_0x25fa1e=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x515bc8=>{const {'zh-cn':{dictionary:_0x494420,getPluralForm:_0x16658f}}={'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':_0x129cce=>0x0}};_0x515bc8['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x515bc8['zh-cn']['dictionary']=Object['assign'](_0x515bc8['zh-cn']['dictionary'],_0x494420),_0x515bc8['zh-cn']['getPluralForm']=_0x16658f;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x25d43d=>{const {'zh-cn':{dictionary:_0x56ae6f,getPluralForm:_0x36a154}}={'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':_0x54a863=>0x0}};_0x25d43d['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x25d43d['zh-cn']['dictionary']=Object['assign'](_0x25d43d['zh-cn']['dictionary'],_0x56ae6f),_0x25d43d['zh-cn']['getPluralForm']=_0x36a154;})(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':_0x1a4e0d=>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':_0x33125c=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x4c817d=>{const {zh:{dictionary:_0xee25f7,getPluralForm:_0x25b9f2}}={'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':_0x463e80=>0x0}};_0x4c817d['zh']||={'dictionary':{},'getPluralForm':null},_0x4c817d['zh']['dictionary']=Object['assign'](_0x4c817d['zh']['dictionary'],_0xee25f7),_0x4c817d['zh']['getPluralForm']=_0x25b9f2;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x5d4720=>{const {zh:{dictionary:_0x52fb44,getPluralForm:_0x4dc81f}}={'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':_0x197912=>0x0}};_0x5d4720['zh']||={'dictionary':{},'getPluralForm':null},_0x5d4720['zh']['dictionary']=Object['assign'](_0x5d4720['zh']['dictionary'],_0x52fb44),_0x5d4720['zh']['getPluralForm']=_0x4dc81f;})(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-20240708.0",
3
+ "version": "0.0.0-nightly-20240709.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-20240708.0",
16
- "ckeditor5-collaboration": "0.0.0-nightly-20240708.0"
15
+ "ckeditor5": "0.0.0-nightly-20240709.0",
16
+ "ckeditor5-collaboration": "0.0.0-nightly-20240709.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 _0xdf51(_0x4c7be9,_0x171db2){const _0x51ccd9=_0x51cc();return _0xdf51=function(_0xdf51bc,_0x4217cb){_0xdf51bc=_0xdf51bc-0xc4;let _0x35c656=_0x51ccd9[_0xdf51bc];return _0x35c656;},_0xdf51(_0x4c7be9,_0x171db2);}function _0x51cc(){const _0x1dbd33=['10338GZMWME','4251492eBxbFm','refresh','execute','from','reset','20600nJjWVD','124332XCOjTC','4869BMwbxl','document','492XpYnbr','model','_getFormattingAttributes','editor','2ZtwDVT','schema','get','getAttributeProperties','change:value','5654428RuvYCv','3mSXcbl','isFormatting','3375yBafIf','1023235PRLlaR','179500rLeEgb','selection','commands','264OBKYMf','getAttributes','fromEntries','filter','change:isEnabled','value'];_0x51cc=function(){return _0x1dbd33;};return _0x51cc();}const _0x48ae58=_0xdf51;(function(_0x2a5d8d,_0x20ccf6){const _0x242e38=_0xdf51,_0x4935aa=_0x2a5d8d();while(!![]){try{const _0x25001d=-parseInt(_0x242e38(0xe1))/0x1*(-parseInt(_0x242e38(0xd8))/0x2)+-parseInt(_0x242e38(0xde))/0x3*(-parseInt(_0x242e38(0xdd))/0x4)+-parseInt(_0x242e38(0xe0))/0x5*(-parseInt(_0x242e38(0xca))/0x6)+-parseInt(_0x242e38(0xcb))/0x7+-parseInt(_0x242e38(0xd0))/0x8*(parseInt(_0x242e38(0xd2))/0x9)+-parseInt(_0x242e38(0xe2))/0xa*(parseInt(_0x242e38(0xc4))/0xb)+-parseInt(_0x242e38(0xd4))/0xc*(parseInt(_0x242e38(0xd1))/0xd);if(_0x25001d===_0x20ccf6)break;else _0x4935aa['push'](_0x4935aa['shift']());}catch(_0x59d039){_0x4935aa['push'](_0x4935aa['shift']());}}}(_0x51cc,0xbd940));import{Command as _0x2225b4}from'ckeditor5/src/core.js';import{PASTE_FORMAT_COMMAND_NAME as _0x40e96f}from'./utils.js';export default class r extends _0x2225b4{constructor(_0x4b09fa){const _0x1e4d31=_0xdf51;super(_0x4b09fa),this[_0x1e4d31(0xc9)]=void 0x0,this['on'](_0x1e4d31(0xc8),(_0x5ce292,_0x2f53a6,_0x379eff)=>{const _0x4671f9=_0x1e4d31;_0x379eff||this[_0x4671f9(0xcf)]();}),this['on'](_0x1e4d31(0xdc),()=>_0x4b09fa[_0x1e4d31(0xe4)][_0x1e4d31(0xda)](_0x40e96f)[_0x1e4d31(0xcc)]());}[_0x48ae58(0xcd)](){const _0x2799cb=_0x48ae58;this[_0x2799cb(0xc9)]=this[_0x2799cb(0xd6)]();}[_0x48ae58(0xcf)](){const _0x35aff7=_0x48ae58;this[_0x35aff7(0xc9)]=void 0x0;}[_0x48ae58(0xd6)](){const _0x10a4ba=_0x48ae58,_0x383cf7=this[_0x10a4ba(0xd7)][_0x10a4ba(0xd5)],_0xc4c586=_0x383cf7[_0x10a4ba(0xd3)][_0x10a4ba(0xe3)];return Object[_0x10a4ba(0xc6)](Array[_0x10a4ba(0xce)](_0xc4c586[_0x10a4ba(0xc5)]())[_0x10a4ba(0xc7)](([_0x142355])=>_0x383cf7[_0x10a4ba(0xd9)][_0x10a4ba(0xdb)](_0x142355)[_0x10a4ba(0xdf)]));}}
23
+ const _0x1f47ef=_0x59be;(function(_0x43f50c,_0x4f9ca0){const _0xa409cb=_0x59be,_0x4e0891=_0x43f50c();while(!![]){try{const _0x3f3a58=parseInt(_0xa409cb(0x1d1))/0x1*(-parseInt(_0xa409cb(0x1b8))/0x2)+parseInt(_0xa409cb(0x1c4))/0x3+parseInt(_0xa409cb(0x1bc))/0x4+parseInt(_0xa409cb(0x1ba))/0x5+parseInt(_0xa409cb(0x1d2))/0x6*(parseInt(_0xa409cb(0x1b6))/0x7)+parseInt(_0xa409cb(0x1cf))/0x8*(parseInt(_0xa409cb(0x1bf))/0x9)+-parseInt(_0xa409cb(0x1cc))/0xa;if(_0x3f3a58===_0x4f9ca0)break;else _0x4e0891['push'](_0x4e0891['shift']());}catch(_0x167a86){_0x4e0891['push'](_0x4e0891['shift']());}}}(_0x4d2d,0xd723f));import{Command as _0x37325d}from'ckeditor5/src/core.js';import{PASTE_FORMAT_COMMAND_NAME as _0x5f0173}from'./utils.js';function _0x59be(_0x40f263,_0x352feb){const _0x4d2d4e=_0x4d2d();return _0x59be=function(_0x59be02,_0x1d8785){_0x59be02=_0x59be02-0x1b6;let _0x3c9168=_0x4d2d4e[_0x59be02];return _0x3c9168;},_0x59be(_0x40f263,_0x352feb);}export default class r extends _0x37325d{constructor(_0x11cfae){const _0x41b088=_0x59be;super(_0x11cfae),this[_0x41b088(0x1bb)]=void 0x0,this['on'](_0x41b088(0x1c0),(_0x47e8d0,_0x202b28,_0x152c68)=>{const _0x185fac=_0x41b088;_0x152c68||this[_0x185fac(0x1c8)]();}),this['on'](_0x41b088(0x1c5),()=>_0x11cfae[_0x41b088(0x1ca)][_0x41b088(0x1d0)](_0x5f0173)[_0x41b088(0x1c2)]());}[_0x1f47ef(0x1bd)](){const _0x3899f9=_0x1f47ef;this[_0x3899f9(0x1bb)]=this[_0x3899f9(0x1cd)]();}[_0x1f47ef(0x1c8)](){const _0x264552=_0x1f47ef;this[_0x264552(0x1bb)]=void 0x0;}[_0x1f47ef(0x1cd)](){const _0x9eb45=_0x1f47ef,_0x3f809f=this[_0x9eb45(0x1b9)][_0x9eb45(0x1c6)],_0x51d855=_0x3f809f[_0x9eb45(0x1ce)][_0x9eb45(0x1c3)];return Object[_0x9eb45(0x1c7)](Array[_0x9eb45(0x1b7)](_0x51d855[_0x9eb45(0x1d3)]())[_0x9eb45(0x1c9)](([_0x2ae74c])=>_0x3f809f[_0x9eb45(0x1cb)][_0x9eb45(0x1c1)](_0x2ae74c)[_0x9eb45(0x1be)]));}}function _0x4d2d(){const _0x3a6ea6=['46837sbZktq','from','2iPTWHJ','editor','2304205KcwHAJ','value','1464140nvidSh','execute','isFormatting','873whkAcT','change:isEnabled','getAttributeProperties','refresh','selection','774786SBRkFs','change:value','model','fromEntries','reset','filter','commands','schema','1929540owALoB','_getFormattingAttributes','document','66336YugSAD','get','1076242hVyQbm','234RaCztI','getAttributes'];_0x4d2d=function(){return _0x3a6ea6;};return _0x4d2d();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x5ed4(_0x39a311,_0x1ded14){var _0x12e567=_0x12e5();return _0x5ed4=function(_0x5ed42b,_0x28b2b4){_0x5ed42b=_0x5ed42b-0x123;var _0x261e2b=_0x12e567[_0x5ed42b];return _0x261e2b;},_0x5ed4(_0x39a311,_0x1ded14);}var _0x1075a1=_0x5ed4;function _0x12e5(){var _0xcd1322=['50876724ozVusB','2423908DEDlXQ','FormatPainter','pluginName','8mreSpA','105lFiLyn','8354470BNbyvh','5699975uzjYJK','6eNfHlQ','8iLuHpB','669054UXbLbC','22vhEJOJ','13347324rJyBCF','294797nQYxsO','requires'];_0x12e5=function(){return _0xcd1322;};return _0x12e5();}(function(_0x5448d6,_0x59fd93){var _0x4bffdd=_0x5ed4,_0x282988=_0x5448d6();while(!![]){try{var _0xaf43da=parseInt(_0x4bffdd(0x129))/0x1*(-parseInt(_0x4bffdd(0x12f))/0x2)+parseInt(_0x4bffdd(0x124))/0x3*(-parseInt(_0x4bffdd(0x12c))/0x4)+-parseInt(_0x4bffdd(0x123))/0x5+parseInt(_0x4bffdd(0x126))/0x6*(-parseInt(_0x4bffdd(0x130))/0x7)+parseInt(_0x4bffdd(0x125))/0x8*(-parseInt(_0x4bffdd(0x128))/0x9)+-parseInt(_0x4bffdd(0x131))/0xa+parseInt(_0x4bffdd(0x127))/0xb*(parseInt(_0x4bffdd(0x12b))/0xc);if(_0xaf43da===_0x59fd93)break;else _0x282988['push'](_0x282988['shift']());}catch(_0x252b61){_0x282988['push'](_0x282988['shift']());}}}(_0x12e5,0xe9b0f));import{Plugin as _0x487ede}from'ckeditor5/src/core.js';import _0x4beeb6 from'./formatpainterediting.js';import _0x4e085f from'./formatpainterui.js';export default class m extends _0x487ede{static get[_0x1075a1(0x12a)](){return[_0x4beeb6,_0x4e085f];}static get[_0x1075a1(0x12e)](){var _0x51af35=_0x1075a1;return _0x51af35(0x12d);}}
23
+ function _0x5490(){var _0x576c5c=['229620DjhQQI','pluginName','4511016qnYGlr','3651621WZUCFu','48ekELRA','24930spcnrm','2ClBtZv','FormatPainter','requires','1290iWAHBA','44NbebmZ','1393904TenUPg','1144wBBNhN','8848338GoeKtF','19117IQKSns'];_0x5490=function(){return _0x576c5c;};return _0x5490();}var _0x56bb40=_0x2d03;(function(_0x3b1d8,_0xea5210){var _0x5b0890=_0x2d03,_0x384421=_0x3b1d8();while(!![]){try{var _0x5c4d79=parseInt(_0x5b0890(0x75))/0x1+-parseInt(_0x5b0890(0x7f))/0x2*(parseInt(_0x5b0890(0x7c))/0x3)+parseInt(_0x5b0890(0x7d))/0x4*(parseInt(_0x5b0890(0x79))/0x5)+-parseInt(_0x5b0890(0x77))/0x6+-parseInt(_0x5b0890(0x78))/0x7*(-parseInt(_0x5b0890(0x76))/0x8)+-parseInt(_0x5b0890(0x7e))/0x9*(parseInt(_0x5b0890(0x73))/0xa)+-parseInt(_0x5b0890(0x74))/0xb*(-parseInt(_0x5b0890(0x7b))/0xc);if(_0x5c4d79===_0xea5210)break;else _0x384421['push'](_0x384421['shift']());}catch(_0xda7250){_0x384421['push'](_0x384421['shift']());}}}(_0x5490,0xc0db1));import{Plugin as _0x1284dc}from'ckeditor5/src/core.js';import _0x574278 from'./formatpainterediting.js';import _0x2964bd from'./formatpainterui.js';function _0x2d03(_0x3b7c71,_0x2b715c){var _0x54902a=_0x5490();return _0x2d03=function(_0x2d03b9,_0xc93042){_0x2d03b9=_0x2d03b9-0x73;var _0x4f5638=_0x54902a[_0x2d03b9];return _0x4f5638;},_0x2d03(_0x3b7c71,_0x2b715c);}export default class m extends _0x1284dc{static get[_0x56bb40(0x81)](){return[_0x574278,_0x2964bd];}static get[_0x56bb40(0x7a)](){var _0x364b44=_0x56bb40;return _0x364b44(0x80);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4ba287=_0x2a9b;function _0x2b2f(){const _0x5dfb88=['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.','formatPainterLicenseKeyInvalid','_licenseKeyCheckInterval','format-painter-invalid-license-key','info','49492RDtWLw','4809530MZDpvY','177QAWiHZ','get','destroy','formatPainterLicenseKeyValid','licenseKey','201964cgviGk','editor','format-painter-trial-license-key-reached-limit-changes','init','add','formatPainterLicenseKeyTrial','FormatPainterEditing','995152klVxVS','3163566YVQMdU','9JSOPXN','formatPainterLicenseKeyTrialLimit:operations','5156136DzFAms','commands','config','pluginName','6707622hMMzJD'];_0x2b2f=function(){return _0x5dfb88;};return _0x2b2f();}(function(_0x24e063,_0x1cc77b){const _0x1a9f49=_0x2a9b,_0x312ac4=_0x24e063();while(!![]){try{const _0x4fc3c9=-parseInt(_0x1a9f49(0x1c3))/0x1+-parseInt(_0x1a9f49(0x1bc))/0x2+-parseInt(_0x1a9f49(0x1b7))/0x3*(-parseInt(_0x1a9f49(0x1b5))/0x4)+parseInt(_0x1a9f49(0x1b6))/0x5+-parseInt(_0x1a9f49(0x1cb))/0x6+parseInt(_0x1a9f49(0x1c4))/0x7+-parseInt(_0x1a9f49(0x1c7))/0x8*(-parseInt(_0x1a9f49(0x1c5))/0x9);if(_0x4fc3c9===_0x1cc77b)break;else _0x312ac4['push'](_0x312ac4['shift']());}catch(_0x1c5ce8){_0x312ac4['push'](_0x312ac4['shift']());}}}(_0x2b2f,0x8c359));import{Plugin as _0x66c9f4}from'ckeditor5/src/core.js';import{CKEditorError as _0x1ba6c5}from'ckeditor5/src/utils.js';function _0x2a9b(_0x4f4d0a,_0x20a303){const _0x2b2f52=_0x2b2f();return _0x2a9b=function(_0x2a9b39,_0x4cb0a2){_0x2a9b39=_0x2a9b39-0x1b3;let _0x55c55d=_0x2b2f52[_0x2a9b39];return _0x55c55d;},_0x2a9b(_0x4f4d0a,_0x20a303);}import _0x1402ba from'./copyformatcommand.js';import _0xe1653d from'./pasteformatcommand.js';import{COPY_FORMAT_COMMAND_NAME as _0x107e8d,PASTE_FORMAT_COMMAND_NAME as _0x95629c}from'./utils.js';export default class o extends _0x66c9f4{static get[_0x4ba287(0x1ca)](){const _0x5fefdd=_0x4ba287;return _0x5fefdd(0x1c2);}constructor(_0x3ae49e){const _0x594957=_0x4ba287;super(_0x3ae49e),this[_0x594957(0x1ce)]=null;}[_0x4ba287(0x1bf)](){const _0x16b374=_0x4ba287,_0x7f124f=this[_0x16b374(0x1bd)];_0x7f124f[_0x16b374(0x1c8)][_0x16b374(0x1c0)](_0x107e8d,new _0x1402ba(_0x7f124f)),_0x7f124f[_0x16b374(0x1c8)][_0x16b374(0x1c0)](_0x95629c,new _0xe1653d(_0x7f124f)),this[_0x16b374(0x1bb)]=_0x7f124f[_0x16b374(0x1c9)][_0x16b374(0x1b8)](_0x16b374(0x1bb));const _0x4a0868=this[_0x16b374(0x1bd)];this[_0x16b374(0x1ce)]=setInterval(()=>{const _0x9c7f2a=_0x16b374;let _0x305e45;for(const _0x58fa47 in _0x4a0868){const _0x5215=_0x58fa47,_0x506ea9=_0x4a0868[_0x5215];if(_0x9c7f2a(0x1c1)===_0x506ea9||_0x9c7f2a(0x1cd)===_0x506ea9||_0x9c7f2a(0x1ba)===_0x506ea9||_0x9c7f2a(0x1c6)===_0x506ea9){delete _0x4a0868[_0x5215],_0x305e45=_0x506ea9;break;}}if(_0x9c7f2a(0x1cd)===_0x305e45)throw clearInterval(this[_0x9c7f2a(0x1ce)]),new _0x1ba6c5(_0x9c7f2a(0x1b3),null);if(_0x9c7f2a(0x1c1)===_0x305e45&&console[_0x9c7f2a(0x1b4)](_0x9c7f2a(0x1cc)),_0x9c7f2a(0x1c6)===_0x305e45)throw clearInterval(this[_0x9c7f2a(0x1ce)]),new _0x1ba6c5(_0x9c7f2a(0x1be),null);_0x9c7f2a(0x1ba)===_0x305e45&&clearInterval(this[_0x9c7f2a(0x1ce)]);},0x3e8);}[_0x4ba287(0x1b9)](){const _0x2fd217=_0x4ba287;this[_0x2fd217(0x1ce)]&&clearInterval(this[_0x2fd217(0x1ce)]);}}
23
+ const _0xf93a92=_0x4cf7;(function(_0x4fa094,_0x5d3524){const _0x248334=_0x4cf7,_0x35a1ba=_0x4fa094();while(!![]){try{const _0x531d2d=-parseInt(_0x248334(0x1d1))/0x1+-parseInt(_0x248334(0x1d0))/0x2*(parseInt(_0x248334(0x1c1))/0x3)+parseInt(_0x248334(0x1be))/0x4+parseInt(_0x248334(0x1d4))/0x5*(parseInt(_0x248334(0x1c2))/0x6)+-parseInt(_0x248334(0x1ce))/0x7+parseInt(_0x248334(0x1c7))/0x8+-parseInt(_0x248334(0x1bf))/0x9;if(_0x531d2d===_0x5d3524)break;else _0x35a1ba['push'](_0x35a1ba['shift']());}catch(_0x44daa5){_0x35a1ba['push'](_0x35a1ba['shift']());}}}(_0x5652,0xe7c7f));import{Plugin as _0x589f87}from'ckeditor5/src/core.js';import{CKEditorError as _0x21b53d}from'ckeditor5/src/utils.js';function _0x4cf7(_0x4b5bc7,_0x33f23b){const _0x565285=_0x5652();return _0x4cf7=function(_0x4cf78b,_0x1fc7c9){_0x4cf78b=_0x4cf78b-0x1bb;let _0x557e34=_0x565285[_0x4cf78b];return _0x557e34;},_0x4cf7(_0x4b5bc7,_0x33f23b);}function _0x5652(){const _0x530cb7=['licenseKey','FormatPainterEditing','add','commands','pluginName','editor','1389451dPqFwv','config','3319708KqpuSi','1135601bRmeup','format-painter-trial-license-key-reached-limit-changes','formatPainterLicenseKeyTrial','24755kOfgTO','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.','info','formatPainterLicenseKeyTrialLimit:operations','_licenseKeyCheckInterval','format-painter-invalid-license-key','7024116FnarCi','6432516CVaLWZ','get','3OwQYgB','1242JIQZwY','destroy','formatPainterLicenseKeyInvalid','formatPainterLicenseKeyValid','init','15017288TOJcQi'];_0x5652=function(){return _0x530cb7;};return _0x5652();}import _0x4b4c3a from'./copyformatcommand.js';import _0x520448 from'./pasteformatcommand.js';import{COPY_FORMAT_COMMAND_NAME as _0x15b188,PASTE_FORMAT_COMMAND_NAME as _0x5d2f39}from'./utils.js';export default class o extends _0x589f87{static get[_0xf93a92(0x1cc)](){const _0x189291=_0xf93a92;return _0x189291(0x1c9);}constructor(_0x207959){const _0x3016a8=_0xf93a92;super(_0x207959),this[_0x3016a8(0x1bc)]=null;}[_0xf93a92(0x1c6)](){const _0x16cbb8=_0xf93a92,_0x39c786=this[_0x16cbb8(0x1cd)];_0x39c786[_0x16cbb8(0x1cb)][_0x16cbb8(0x1ca)](_0x15b188,new _0x4b4c3a(_0x39c786)),_0x39c786[_0x16cbb8(0x1cb)][_0x16cbb8(0x1ca)](_0x5d2f39,new _0x520448(_0x39c786)),this[_0x16cbb8(0x1c8)]=_0x39c786[_0x16cbb8(0x1cf)][_0x16cbb8(0x1c0)](_0x16cbb8(0x1c8));const _0x4697fb=this[_0x16cbb8(0x1cd)];this[_0x16cbb8(0x1bc)]=setInterval(()=>{const _0x3af29b=_0x16cbb8;let _0x19d877;for(const _0x49573e in _0x4697fb){const _0x452ea2=_0x49573e,_0x14b8f6=_0x4697fb[_0x452ea2];if(_0x3af29b(0x1d3)===_0x14b8f6||_0x3af29b(0x1c4)===_0x14b8f6||_0x3af29b(0x1c5)===_0x14b8f6||_0x3af29b(0x1bb)===_0x14b8f6){delete _0x4697fb[_0x452ea2],_0x19d877=_0x14b8f6;break;}}if(_0x3af29b(0x1c4)===_0x19d877)throw clearInterval(this[_0x3af29b(0x1bc)]),new _0x21b53d(_0x3af29b(0x1bd),null);if(_0x3af29b(0x1d3)===_0x19d877&&console[_0x3af29b(0x1d6)](_0x3af29b(0x1d5)),_0x3af29b(0x1bb)===_0x19d877)throw clearInterval(this[_0x3af29b(0x1bc)]),new _0x21b53d(_0x3af29b(0x1d2),null);_0x3af29b(0x1c5)===_0x19d877&&clearInterval(this[_0x3af29b(0x1bc)]);},0x3e8);}[_0xf93a92(0x1c3)](){const _0x44c837=_0xf93a92;this[_0x44c837(0x1bc)]&&clearInterval(this[_0x44c837(0x1bc)]);}}