@ckeditor/ckeditor5-format-painter 42.0.0-alpha.12 → 42.0.0-alpha.15

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 (97) 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.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x327e63=>{const {sr:{dictionary:_0x44aefa,getPluralForm:_0x286208}}={'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':_0x890660=>_0x890660%0xa==0x1&&_0x890660%0x64!=0xb?0x0:_0x890660%0xa>=0x2&&_0x890660%0xa<=0x4&&(_0x890660%0x64<0xa||_0x890660%0x64>=0x14)?0x1:0x2}};_0x327e63['sr']||={'dictionary':{},'getPluralForm':null},_0x327e63['sr']['dictionary']=Object['assign'](_0x327e63['sr']['dictionary'],_0x44aefa),_0x327e63['sr']['getPluralForm']=_0x286208;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0xfe65c3=>{const {sr:{dictionary:_0x3a95a5,getPluralForm:_0x10449a}}={'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':_0x227656=>_0x227656%0xa==0x1&&_0x227656%0x64!=0xb?0x0:_0x227656%0xa>=0x2&&_0x227656%0xa<=0x4&&(_0x227656%0x64<0xa||_0x227656%0x64>=0x14)?0x1:0x2}};_0xfe65c3['sr']||={'dictionary':{},'getPluralForm':null},_0xfe65c3['sr']['dictionary']=Object['assign'](_0xfe65c3['sr']['dictionary'],_0x3a95a5),_0xfe65c3['sr']['getPluralForm']=_0x10449a;})(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':_0x53b5b6=>0x1!=_0x53b5b6}};
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':_0x2a785d=>0x1!=_0x2a785d}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x4866dd=>{const {sv:{dictionary:_0x384331,getPluralForm:_0x521221}}={'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':_0x23c9c7=>0x1!=_0x23c9c7}};_0x4866dd['sv']||={'dictionary':{},'getPluralForm':null},_0x4866dd['sv']['dictionary']=Object['assign'](_0x4866dd['sv']['dictionary'],_0x384331),_0x4866dd['sv']['getPluralForm']=_0x521221;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x11e857=>{const {sv:{dictionary:_0x429adb,getPluralForm:_0x59e347}}={'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':_0x27a6da=>0x1!=_0x27a6da}};_0x11e857['sv']||={'dictionary':{},'getPluralForm':null},_0x11e857['sv']['dictionary']=Object['assign'](_0x11e857['sv']['dictionary'],_0x429adb),_0x11e857['sv']['getPluralForm']=_0x59e347;})(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':_0x33a657=>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':_0x1ece0a=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x1b4a28=>{const {th:{dictionary:_0x276bbc,getPluralForm:_0x32b06c}}={'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':_0x12a516=>0x0}};_0x1b4a28['th']||={'dictionary':{},'getPluralForm':null},_0x1b4a28['th']['dictionary']=Object['assign'](_0x1b4a28['th']['dictionary'],_0x276bbc),_0x1b4a28['th']['getPluralForm']=_0x32b06c;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x17d368=>{const {th:{dictionary:_0x390a8e,getPluralForm:_0x265400}}={'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':_0x3ee6c1=>0x0}};_0x17d368['th']||={'dictionary':{},'getPluralForm':null},_0x17d368['th']['dictionary']=Object['assign'](_0x17d368['th']['dictionary'],_0x390a8e),_0x17d368['th']['getPluralForm']=_0x265400;})(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':_0x3795c4=>_0x3795c4>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':_0x1762d9=>_0x1762d9>0x1}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0xa9029b=>{const {tr:{dictionary:_0x43705a,getPluralForm:_0x11cec0}}={'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':_0x4b6d5b=>_0x4b6d5b>0x1}};_0xa9029b['tr']||={'dictionary':{},'getPluralForm':null},_0xa9029b['tr']['dictionary']=Object['assign'](_0xa9029b['tr']['dictionary'],_0x43705a),_0xa9029b['tr']['getPluralForm']=_0x11cec0;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x38c888=>{const {tr:{dictionary:_0x23f234,getPluralForm:_0x140942}}={'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':_0x441caf=>_0x441caf>0x1}};_0x38c888['tr']||={'dictionary':{},'getPluralForm':null},_0x38c888['tr']['dictionary']=Object['assign'](_0x38c888['tr']['dictionary'],_0x23f234),_0x38c888['tr']['getPluralForm']=_0x140942;})(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':_0x2d941d=>0x1!=_0x2d941d}};
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':_0x23df54=>0x1!=_0x23df54}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x47d7ed=>{const {ug:{dictionary:_0x247341,getPluralForm:_0xc1350e}}={'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':_0x56d276=>0x1!=_0x56d276}};_0x47d7ed['ug']||={'dictionary':{},'getPluralForm':null},_0x47d7ed['ug']['dictionary']=Object['assign'](_0x47d7ed['ug']['dictionary'],_0x247341),_0x47d7ed['ug']['getPluralForm']=_0xc1350e;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x525991=>{const {ug:{dictionary:_0x235dfa,getPluralForm:_0x16c81e}}={'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':_0x2e9116=>0x1!=_0x2e9116}};_0x525991['ug']||={'dictionary':{},'getPluralForm':null},_0x525991['ug']['dictionary']=Object['assign'](_0x525991['ug']['dictionary'],_0x235dfa),_0x525991['ug']['getPluralForm']=_0x16c81e;})(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':_0x243443=>_0x243443%0x1==0x0&&_0x243443%0xa==0x1&&_0x243443%0x64!=0xb?0x0:_0x243443%0x1==0x0&&_0x243443%0xa>=0x2&&_0x243443%0xa<=0x4&&(_0x243443%0x64<0xc||_0x243443%0x64>0xe)?0x1:_0x243443%0x1==0x0&&(_0x243443%0xa==0x0||_0x243443%0xa>=0x5&&_0x243443%0xa<=0x9||_0x243443%0x64>=0xb&&_0x243443%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':_0x4bcdf5=>_0x4bcdf5%0x1==0x0&&_0x4bcdf5%0xa==0x1&&_0x4bcdf5%0x64!=0xb?0x0:_0x4bcdf5%0x1==0x0&&_0x4bcdf5%0xa>=0x2&&_0x4bcdf5%0xa<=0x4&&(_0x4bcdf5%0x64<0xc||_0x4bcdf5%0x64>0xe)?0x1:_0x4bcdf5%0x1==0x0&&(_0x4bcdf5%0xa==0x0||_0x4bcdf5%0xa>=0x5&&_0x4bcdf5%0xa<=0x9||_0x4bcdf5%0x64>=0xb&&_0x4bcdf5%0x64<=0xe)?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x376333=>{const {uk:{dictionary:_0x1c63a1,getPluralForm:_0x3b7c3c}}={'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':_0x9478a6=>_0x9478a6%0x1==0x0&&_0x9478a6%0xa==0x1&&_0x9478a6%0x64!=0xb?0x0:_0x9478a6%0x1==0x0&&_0x9478a6%0xa>=0x2&&_0x9478a6%0xa<=0x4&&(_0x9478a6%0x64<0xc||_0x9478a6%0x64>0xe)?0x1:_0x9478a6%0x1==0x0&&(_0x9478a6%0xa==0x0||_0x9478a6%0xa>=0x5&&_0x9478a6%0xa<=0x9||_0x9478a6%0x64>=0xb&&_0x9478a6%0x64<=0xe)?0x2:0x3}};_0x376333['uk']||={'dictionary':{},'getPluralForm':null},_0x376333['uk']['dictionary']=Object['assign'](_0x376333['uk']['dictionary'],_0x1c63a1),_0x376333['uk']['getPluralForm']=_0x3b7c3c;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x146d93=>{const {uk:{dictionary:_0x4fde1f,getPluralForm:_0x46488b}}={'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':_0x4d8892=>_0x4d8892%0x1==0x0&&_0x4d8892%0xa==0x1&&_0x4d8892%0x64!=0xb?0x0:_0x4d8892%0x1==0x0&&_0x4d8892%0xa>=0x2&&_0x4d8892%0xa<=0x4&&(_0x4d8892%0x64<0xc||_0x4d8892%0x64>0xe)?0x1:_0x4d8892%0x1==0x0&&(_0x4d8892%0xa==0x0||_0x4d8892%0xa>=0x5&&_0x4d8892%0xa<=0x9||_0x4d8892%0x64>=0xb&&_0x4d8892%0x64<=0xe)?0x2:0x3}};_0x146d93['uk']||={'dictionary':{},'getPluralForm':null},_0x146d93['uk']['dictionary']=Object['assign'](_0x146d93['uk']['dictionary'],_0x4fde1f),_0x146d93['uk']['getPluralForm']=_0x46488b;})(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':_0x3382dc=>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':_0x4944c5=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x35299b=>{const {vi:{dictionary:_0x28a7fc,getPluralForm:_0x146835}}={'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':_0x5f3a0c=>0x0}};_0x35299b['vi']||={'dictionary':{},'getPluralForm':null},_0x35299b['vi']['dictionary']=Object['assign'](_0x35299b['vi']['dictionary'],_0x28a7fc),_0x35299b['vi']['getPluralForm']=_0x146835;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x1c63e3=>{const {vi:{dictionary:_0x5b13b0,getPluralForm:_0x2b28fb}}={'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':_0x1d2305=>0x0}};_0x1c63e3['vi']||={'dictionary':{},'getPluralForm':null},_0x1c63e3['vi']['dictionary']=Object['assign'](_0x1c63e3['vi']['dictionary'],_0x5b13b0),_0x1c63e3['vi']['getPluralForm']=_0x2b28fb;})(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':_0x2711e7=>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':_0x10f34b=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x521e66=>{const {'zh-cn':{dictionary:_0x5cfbc6,getPluralForm:_0x414fc2}}={'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':_0x1121b0=>0x0}};_0x521e66['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x521e66['zh-cn']['dictionary']=Object['assign'](_0x521e66['zh-cn']['dictionary'],_0x5cfbc6),_0x521e66['zh-cn']['getPluralForm']=_0x414fc2;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0xd2d74f=>{const {'zh-cn':{dictionary:_0x4a29c7,getPluralForm:_0xdbff3d}}={'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':_0x43a736=>0x0}};_0xd2d74f['zh-cn']||={'dictionary':{},'getPluralForm':null},_0xd2d74f['zh-cn']['dictionary']=Object['assign'](_0xd2d74f['zh-cn']['dictionary'],_0x4a29c7),_0xd2d74f['zh-cn']['getPluralForm']=_0xdbff3d;})(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':_0x5c51e8=>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':_0x1f43c5=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0xbc0039=>{const {zh:{dictionary:_0x49e9f8,getPluralForm:_0x19a675}}={'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':_0x4bca93=>0x0}};_0xbc0039['zh']||={'dictionary':{},'getPluralForm':null},_0xbc0039['zh']['dictionary']=Object['assign'](_0xbc0039['zh']['dictionary'],_0x49e9f8),_0xbc0039['zh']['getPluralForm']=_0x19a675;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x431360=>{const {zh:{dictionary:_0x5427b8,getPluralForm:_0x4df8cf}}={'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':_0x397d19=>0x0}};_0x431360['zh']||={'dictionary':{},'getPluralForm':null},_0x431360['zh']['dictionary']=Object['assign'](_0x431360['zh']['dictionary'],_0x5427b8),_0x431360['zh']['getPluralForm']=_0x4df8cf;})(window['CKEDITOR_TRANSLATIONS']||={});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-format-painter",
3
- "version": "42.0.0-alpha.12",
3
+ "version": "42.0.0-alpha.15",
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": "42.0.0-alpha.12",
16
- "ckeditor5-collaboration": "42.0.0-alpha.12"
15
+ "ckeditor5": "42.0.0-alpha.15",
16
+ "ckeditor5-collaboration": "42.0.0-alpha.15"
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 _0x5d0c83=_0x4d51;function _0x52f4(){const _0xb6fe57=['change:value','reset','getAttributeProperties','3781113IszcIX','schema','27LkZRBM','21WPLUhw','1941042mmqwAj','100ufEKau','filter','execute','selection','1306352yxFTEf','19298qmdifk','_getFormattingAttributes','editor','145BqMWXs','get','fromEntries','refresh','5149920MgVjOS','594495YjkRuO','isFormatting','from','document','change:isEnabled','value','184236pgfset','model','commands','getAttributes','360FjlvoT'];_0x52f4=function(){return _0xb6fe57;};return _0x52f4();}function _0x4d51(_0x40c0b1,_0x2b33db){const _0x52f4fd=_0x52f4();return _0x4d51=function(_0x4d513d,_0x17970d){_0x4d513d=_0x4d513d-0xf5;let _0x50dfcd=_0x52f4fd[_0x4d513d];return _0x50dfcd;},_0x4d51(_0x40c0b1,_0x2b33db);}(function(_0x637b5c,_0x4ef542){const _0x5513c1=_0x4d51,_0x3ba59a=_0x637b5c();while(!![]){try{const _0x1c02b6=-parseInt(_0x5513c1(0x111))/0x1*(-parseInt(_0x5513c1(0x10e))/0x2)+-parseInt(_0x5513c1(0x104))/0x3+-parseInt(_0x5513c1(0xfc))/0x4*(-parseInt(_0x5513c1(0x109))/0x5)+-parseInt(_0x5513c1(0x108))/0x6*(parseInt(_0x5513c1(0x107))/0x7)+parseInt(_0x5513c1(0x10d))/0x8*(-parseInt(_0x5513c1(0x106))/0x9)+-parseInt(_0x5513c1(0xf5))/0xa+-parseInt(_0x5513c1(0xf6))/0xb*(-parseInt(_0x5513c1(0x100))/0xc);if(_0x1c02b6===_0x4ef542)break;else _0x3ba59a['push'](_0x3ba59a['shift']());}catch(_0x341440){_0x3ba59a['push'](_0x3ba59a['shift']());}}}(_0x52f4,0xac54d));import{Command as _0x3d718a}from'ckeditor5/src/core.js';import{PASTE_FORMAT_COMMAND_NAME as _0x36215b}from'./utils.js';export default class r extends _0x3d718a{constructor(_0x55a998){const _0x556690=_0x4d51;super(_0x55a998),this[_0x556690(0xfb)]=void 0x0,this['on'](_0x556690(0xfa),(_0x5cdad9,_0x5b5726,_0x1434d0)=>{const _0x38b470=_0x556690;_0x1434d0||this[_0x38b470(0x102)]();}),this['on'](_0x556690(0x101),()=>_0x55a998[_0x556690(0xfe)][_0x556690(0x112)](_0x36215b)[_0x556690(0x114)]());}[_0x5d0c83(0x10b)](){const _0x4bbc66=_0x5d0c83;this[_0x4bbc66(0xfb)]=this[_0x4bbc66(0x10f)]();}[_0x5d0c83(0x102)](){const _0x2a5082=_0x5d0c83;this[_0x2a5082(0xfb)]=void 0x0;}[_0x5d0c83(0x10f)](){const _0x55eebf=_0x5d0c83,_0x12585e=this[_0x55eebf(0x110)][_0x55eebf(0xfd)],_0x268321=_0x12585e[_0x55eebf(0xf9)][_0x55eebf(0x10c)];return Object[_0x55eebf(0x113)](Array[_0x55eebf(0xf8)](_0x268321[_0x55eebf(0xff)]())[_0x55eebf(0x10a)](([_0x287c4f])=>_0x12585e[_0x55eebf(0x105)][_0x55eebf(0x103)](_0x287c4f)[_0x55eebf(0xf7)]));}}
23
+ const _0x3c1e26=_0xaa7f;function _0xaa7f(_0x571917,_0x31ffb4){const _0x1dcb68=_0x1dcb();return _0xaa7f=function(_0xaa7f10,_0x1cffbe){_0xaa7f10=_0xaa7f10-0x19a;let _0x2cb621=_0x1dcb68[_0xaa7f10];return _0x2cb621;},_0xaa7f(_0x571917,_0x31ffb4);}(function(_0xe05156,_0x4e6022){const _0xa3f1c2=_0xaa7f,_0x5bb9c5=_0xe05156();while(!![]){try{const _0x5940d1=parseInt(_0xa3f1c2(0x1b5))/0x1+parseInt(_0xa3f1c2(0x1af))/0x2*(-parseInt(_0xa3f1c2(0x1b7))/0x3)+parseInt(_0xa3f1c2(0x1ae))/0x4+-parseInt(_0xa3f1c2(0x1b6))/0x5*(-parseInt(_0xa3f1c2(0x1a5))/0x6)+-parseInt(_0xa3f1c2(0x19f))/0x7*(parseInt(_0xa3f1c2(0x19b))/0x8)+-parseInt(_0xa3f1c2(0x1a1))/0x9+-parseInt(_0xa3f1c2(0x1a9))/0xa*(-parseInt(_0xa3f1c2(0x1b8))/0xb);if(_0x5940d1===_0x4e6022)break;else _0x5bb9c5['push'](_0x5bb9c5['shift']());}catch(_0x220ea0){_0x5bb9c5['push'](_0x5bb9c5['shift']());}}}(_0x1dcb,0xb799e));import{Command as _0x1a9b02}from'ckeditor5/src/core.js';import{PASTE_FORMAT_COMMAND_NAME as _0x3f8e7b}from'./utils.js';export default class r extends _0x1a9b02{constructor(_0xbfd406){const _0x1697d2=_0xaa7f;super(_0xbfd406),this[_0x1697d2(0x1a3)]=void 0x0,this['on'](_0x1697d2(0x19c),(_0x5349c0,_0x44ead8,_0xc027c1)=>{const _0x5082be=_0x1697d2;_0xc027c1||this[_0x5082be(0x1a8)]();}),this['on'](_0x1697d2(0x1b2),()=>_0xbfd406[_0x1697d2(0x1b4)][_0x1697d2(0x1ad)](_0x3f8e7b)[_0x1697d2(0x1a4)]());}[_0x3c1e26(0x1a6)](){const _0x68352d=_0x3c1e26;this[_0x68352d(0x1a3)]=this[_0x68352d(0x1b1)]();}[_0x3c1e26(0x1a8)](){const _0x1f60bf=_0x3c1e26;this[_0x1f60bf(0x1a3)]=void 0x0;}[_0x3c1e26(0x1b1)](){const _0x3daa78=_0x3c1e26,_0x4c2fb4=this[_0x3daa78(0x1a7)][_0x3daa78(0x1aa)],_0x4167cb=_0x4c2fb4[_0x3daa78(0x1a2)][_0x3daa78(0x19e)];return Object[_0x3daa78(0x1b0)](Array[_0x3daa78(0x1ac)](_0x4167cb[_0x3daa78(0x1ab)]())[_0x3daa78(0x1b3)](([_0x242ca8])=>_0x4c2fb4[_0x3daa78(0x19d)][_0x3daa78(0x19a)](_0x242ca8)[_0x3daa78(0x1a0)]));}}function _0x1dcb(){const _0x2f40db=['6773715fKRdlh','document','value','refresh','934272gVywKH','execute','editor','reset','10PdyPXa','model','getAttributes','from','get','5673704JoJqEx','976766IWXgPJ','fromEntries','_getFormattingAttributes','change:value','filter','commands','435957KLPAbr','25xklatQ','9hsRIza','12169190NHQHqT','getAttributeProperties','168KMVpqG','change:isEnabled','schema','selection','256473bnDHGZ','isFormatting'];_0x1dcb=function(){return _0x2f40db;};return _0x1dcb();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x3aaeee=_0x5cb0;function _0x2067(){var _0x2b295e=['166ojVeZK','9684FIatze','4NeRCEM','313962bTWfft','290ekXURo','13942IYxXsL','pluginName','FormatPainter','3125605MsqHIN','5942997DDhDmY','39942VTZqxf','requires','582WJKrtX','936808FLNowP'];_0x2067=function(){return _0x2b295e;};return _0x2067();}(function(_0x4b09e2,_0xd417e9){var _0x4ab707=_0x5cb0,_0x99b840=_0x4b09e2();while(!![]){try{var _0x17d499=-parseInt(_0x4ab707(0x114))/0x1+parseInt(_0x4ab707(0x10f))/0x2*(parseInt(_0x4ab707(0x110))/0x3)+-parseInt(_0x4ab707(0x111))/0x4*(-parseInt(_0x4ab707(0x117))/0x5)+-parseInt(_0x4ab707(0x10d))/0x6*(parseInt(_0x4ab707(0x10b))/0x7)+-parseInt(_0x4ab707(0x10e))/0x8+-parseInt(_0x4ab707(0x118))/0x9+-parseInt(_0x4ab707(0x113))/0xa*(-parseInt(_0x4ab707(0x112))/0xb);if(_0x17d499===_0xd417e9)break;else _0x99b840['push'](_0x99b840['shift']());}catch(_0x5487bd){_0x99b840['push'](_0x99b840['shift']());}}}(_0x2067,0x5bc61));import{Plugin as _0x2754bf}from'ckeditor5/src/core.js';function _0x5cb0(_0x5c52be,_0x33a50c){var _0x2067c4=_0x2067();return _0x5cb0=function(_0x5cb036,_0x1c53ae){_0x5cb036=_0x5cb036-0x10b;var _0x963391=_0x2067c4[_0x5cb036];return _0x963391;},_0x5cb0(_0x5c52be,_0x33a50c);}import _0x263366 from'./formatpainterediting.js';import _0x4df58e from'./formatpainterui.js';export default class m extends _0x2754bf{static get[_0x3aaeee(0x10c)](){return[_0x263366,_0x4df58e];}static get[_0x3aaeee(0x115)](){var _0x3606d9=_0x3aaeee;return _0x3606d9(0x116);}}
23
+ var _0x275533=_0x2168;function _0x281e(){var _0x5a2d10=['FormatPainter','1569500laxEpe','pluginName','97678DuqqwG','360sldbhV','22095QJQFdo','4SBRPxQ','522bTJUcN','requires','200268avGYsg','1873269WmXYzt','235230kCBJSc','6192635UzkBdY','66FspXNA','16ZYebgR'];_0x281e=function(){return _0x5a2d10;};return _0x281e();}(function(_0x1d8736,_0xa9dc2){var _0x20fc2e=_0x2168,_0x19bf9a=_0x1d8736();while(!![]){try{var _0x3f2d9e=parseInt(_0x20fc2e(0x16b))/0x1*(parseInt(_0x20fc2e(0x175))/0x2)+-parseInt(_0x20fc2e(0x174))/0x3*(-parseInt(_0x20fc2e(0x173))/0x4)+parseInt(_0x20fc2e(0x16c))/0x5+parseInt(_0x20fc2e(0x176))/0x6*(-parseInt(_0x20fc2e(0x172))/0x7)+-parseInt(_0x20fc2e(0x16e))/0x8*(parseInt(_0x20fc2e(0x16a))/0x9)+parseInt(_0x20fc2e(0x170))/0xa+-parseInt(_0x20fc2e(0x16d))/0xb*(parseInt(_0x20fc2e(0x178))/0xc);if(_0x3f2d9e===_0xa9dc2)break;else _0x19bf9a['push'](_0x19bf9a['shift']());}catch(_0x4af6e6){_0x19bf9a['push'](_0x19bf9a['shift']());}}}(_0x281e,0xc2ea5));import{Plugin as _0x5d023e}from'ckeditor5/src/core.js';import _0x26e349 from'./formatpainterediting.js';import _0x574e50 from'./formatpainterui.js';function _0x2168(_0x4fad40,_0xded15b){var _0x281e21=_0x281e();return _0x2168=function(_0x216827,_0x4856bd){_0x216827=_0x216827-0x16a;var _0x502c5d=_0x281e21[_0x216827];return _0x502c5d;},_0x2168(_0x4fad40,_0xded15b);}export default class m extends _0x5d023e{static get[_0x275533(0x177)](){return[_0x26e349,_0x574e50];}static get[_0x275533(0x171)](){var _0x29b402=_0x275533;return _0x29b402(0x16f);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2bef39=_0xa3d9;(function(_0x259f94,_0x3e86e4){const _0x20bc8b=_0xa3d9,_0x431519=_0x259f94();while(!![]){try{const _0x38e4a2=-parseInt(_0x20bc8b(0x1e7))/0x1*(parseInt(_0x20bc8b(0x1e4))/0x2)+-parseInt(_0x20bc8b(0x1ec))/0x3+-parseInt(_0x20bc8b(0x1d4))/0x4*(-parseInt(_0x20bc8b(0x1da))/0x5)+parseInt(_0x20bc8b(0x1d7))/0x6*(-parseInt(_0x20bc8b(0x1e9))/0x7)+parseInt(_0x20bc8b(0x1d5))/0x8+-parseInt(_0x20bc8b(0x1d8))/0x9+-parseInt(_0x20bc8b(0x1dd))/0xa*(-parseInt(_0x20bc8b(0x1d2))/0xb);if(_0x38e4a2===_0x3e86e4)break;else _0x431519['push'](_0x431519['shift']());}catch(_0x2969c6){_0x431519['push'](_0x431519['shift']());}}}(_0x4b2f,0xa2a08));import{Plugin as _0x32acde}from'ckeditor5/src/core.js';import{CKEditorError as _0x1127ae}from'ckeditor5/src/utils.js';import _0x4999d0 from'./copyformatcommand.js';function _0x4b2f(){const _0x1fc5ea=['get','pluginName','2070vasnnk','init','formatPainterLicenseKeyTrialLimit:operations','info','formatPainterLicenseKeyTrial','format-painter-invalid-license-key','licenseKey','2521270wqiGzr','add','format-painter-trial-license-key-reached-limit-changes','1zjmxKo','formatPainterLicenseKeyValid','1161307VsHCxC','commands','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.','2943924llJULh','FormatPainterEditing','destroy','formatPainterLicenseKeyInvalid','79904OHvdpW','editor','4GlHQXB','9531816GhkBZK','config','12NtbgiR','6393312ztPSCL','_licenseKeyCheckInterval','6275540pcVWcm'];_0x4b2f=function(){return _0x1fc5ea;};return _0x4b2f();}function _0xa3d9(_0x178638,_0xf1ce8a){const _0x4b2f28=_0x4b2f();return _0xa3d9=function(_0xa3d906,_0x36dbb6){_0xa3d906=_0xa3d906-0x1d2;let _0x421e26=_0x4b2f28[_0xa3d906];return _0x421e26;},_0xa3d9(_0x178638,_0xf1ce8a);}import _0x26d4e8 from'./pasteformatcommand.js';import{COPY_FORMAT_COMMAND_NAME as _0x4c1e2e,PASTE_FORMAT_COMMAND_NAME as _0xad98e5}from'./utils.js';export default class o extends _0x32acde{static get[_0x2bef39(0x1dc)](){const _0x2b7117=_0x2bef39;return _0x2b7117(0x1ed);}constructor(_0x596886){const _0x32dae5=_0x2bef39;super(_0x596886),this[_0x32dae5(0x1d9)]=null;}[_0x2bef39(0x1de)](){const _0x2a0995=_0x2bef39,_0x43e2aa=this[_0x2a0995(0x1d3)];_0x43e2aa[_0x2a0995(0x1ea)][_0x2a0995(0x1e5)](_0x4c1e2e,new _0x4999d0(_0x43e2aa)),_0x43e2aa[_0x2a0995(0x1ea)][_0x2a0995(0x1e5)](_0xad98e5,new _0x26d4e8(_0x43e2aa)),this[_0x2a0995(0x1e3)]=_0x43e2aa[_0x2a0995(0x1d6)][_0x2a0995(0x1db)](_0x2a0995(0x1e3));const _0x33f56b=this[_0x2a0995(0x1d3)];this[_0x2a0995(0x1d9)]=setInterval(()=>{const _0x462d60=_0x2a0995;let _0x5c4fec;for(const _0x2fd17c in _0x33f56b){const _0x4a0d0d=_0x2fd17c,_0x278584=_0x33f56b[_0x4a0d0d];if(_0x462d60(0x1e1)===_0x278584||_0x462d60(0x1ef)===_0x278584||_0x462d60(0x1e8)===_0x278584||_0x462d60(0x1df)===_0x278584){delete _0x33f56b[_0x4a0d0d],_0x5c4fec=_0x278584;break;}}if(_0x462d60(0x1ef)===_0x5c4fec)throw clearInterval(this[_0x462d60(0x1d9)]),new _0x1127ae(_0x462d60(0x1e2),null);if(_0x462d60(0x1e1)===_0x5c4fec&&console[_0x462d60(0x1e0)](_0x462d60(0x1eb)),_0x462d60(0x1df)===_0x5c4fec)throw clearInterval(this[_0x462d60(0x1d9)]),new _0x1127ae(_0x462d60(0x1e6),null);_0x462d60(0x1e8)===_0x5c4fec&&clearInterval(this[_0x462d60(0x1d9)]);},0x3e8);}[_0x2bef39(0x1ee)](){const _0x218616=_0x2bef39;this[_0x218616(0x1d9)]&&clearInterval(this[_0x218616(0x1d9)]);}}
23
+ function _0xb389(_0x2b1c6b,_0x2aa7dc){const _0x40b88f=_0x40b8();return _0xb389=function(_0xb3893f,_0x5b21ba){_0xb3893f=_0xb3893f-0x12f;let _0x270989=_0x40b88f[_0xb3893f];return _0x270989;},_0xb389(_0x2b1c6b,_0x2aa7dc);}const _0x3f782f=_0xb389;(function(_0x38c6be,_0x1c23c4){const _0x5e5ef1=_0xb389,_0x501b62=_0x38c6be();while(!![]){try{const _0xa85f58=-parseInt(_0x5e5ef1(0x148))/0x1+parseInt(_0x5e5ef1(0x13c))/0x2+parseInt(_0x5e5ef1(0x134))/0x3*(-parseInt(_0x5e5ef1(0x135))/0x4)+parseInt(_0x5e5ef1(0x13b))/0x5*(-parseInt(_0x5e5ef1(0x149))/0x6)+parseInt(_0x5e5ef1(0x12f))/0x7+-parseInt(_0x5e5ef1(0x14a))/0x8+parseInt(_0x5e5ef1(0x130))/0x9;if(_0xa85f58===_0x1c23c4)break;else _0x501b62['push'](_0x501b62['shift']());}catch(_0xba7d13){_0x501b62['push'](_0x501b62['shift']());}}}(_0x40b8,0x7d955));import{Plugin as _0x50491a}from'ckeditor5/src/core.js';import{CKEditorError as _0xafca3e}from'ckeditor5/src/utils.js';import _0x2c290a from'./copyformatcommand.js';function _0x40b8(){const _0x81f131=['editor','formatPainterLicenseKeyTrial','format-painter-trial-license-key-reached-limit-changes','606145PBsqdX','6LqNBlv','2524296aZgLsE','2792160ukSIbX','10951461TYnHWY','formatPainterLicenseKeyValid','config','_licenseKeyCheckInterval','48TOVGEE','111680OVdByO','get','licenseKey','format-painter-invalid-license-key','info','commands','1080535xIbhlW','966378xCqdkK','init','destroy','FormatPainterEditing','pluginName','add','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','formatPainterLicenseKeyTrialLimit:operations'];_0x40b8=function(){return _0x81f131;};return _0x40b8();}import _0x3396ba from'./pasteformatcommand.js';import{COPY_FORMAT_COMMAND_NAME as _0x5a6239,PASTE_FORMAT_COMMAND_NAME as _0x4f02ed}from'./utils.js';export default class o extends _0x50491a{static get[_0x3f782f(0x140)](){const _0x4f13aa=_0x3f782f;return _0x4f13aa(0x13f);}constructor(_0x348f48){const _0x51ac2d=_0x3f782f;super(_0x348f48),this[_0x51ac2d(0x133)]=null;}[_0x3f782f(0x13d)](){const _0x54b33d=_0x3f782f,_0x4261b8=this[_0x54b33d(0x145)];_0x4261b8[_0x54b33d(0x13a)][_0x54b33d(0x141)](_0x5a6239,new _0x2c290a(_0x4261b8)),_0x4261b8[_0x54b33d(0x13a)][_0x54b33d(0x141)](_0x4f02ed,new _0x3396ba(_0x4261b8)),this[_0x54b33d(0x137)]=_0x4261b8[_0x54b33d(0x132)][_0x54b33d(0x136)](_0x54b33d(0x137));const _0x45aab5=this[_0x54b33d(0x145)];this[_0x54b33d(0x133)]=setInterval(()=>{const _0x3876d6=_0x54b33d;let _0x21b11b;for(const _0x4d1442 in _0x45aab5){const _0x373f77=_0x4d1442,_0x229cbe=_0x45aab5[_0x373f77];if(_0x3876d6(0x146)===_0x229cbe||_0x3876d6(0x143)===_0x229cbe||_0x3876d6(0x131)===_0x229cbe||_0x3876d6(0x144)===_0x229cbe){delete _0x45aab5[_0x373f77],_0x21b11b=_0x229cbe;break;}}if(_0x3876d6(0x143)===_0x21b11b)throw clearInterval(this[_0x3876d6(0x133)]),new _0xafca3e(_0x3876d6(0x138),null);if(_0x3876d6(0x146)===_0x21b11b&&console[_0x3876d6(0x139)](_0x3876d6(0x142)),_0x3876d6(0x144)===_0x21b11b)throw clearInterval(this[_0x3876d6(0x133)]),new _0xafca3e(_0x3876d6(0x147),null);_0x3876d6(0x131)===_0x21b11b&&clearInterval(this[_0x3876d6(0x133)]);},0x3e8);}[_0x3f782f(0x13e)](){const _0x2e8548=_0x3f782f;this[_0x2e8548(0x133)]&&clearInterval(this[_0x2e8548(0x133)]);}}