@ckeditor/ckeditor5-format-painter 43.2.0-alpha.0 → 43.2.0-alpha.2

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 +7 -7
  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
- (_0x457ff2=>{const {sr:{dictionary:_0x4091d9,getPluralForm:_0x36b892}}={'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':_0x45bde7=>_0x45bde7%0xa==0x1&&_0x45bde7%0x64!=0xb?0x0:_0x45bde7%0xa>=0x2&&_0x45bde7%0xa<=0x4&&(_0x45bde7%0x64<0xa||_0x45bde7%0x64>=0x14)?0x1:0x2}};_0x457ff2['sr']||={'dictionary':{},'getPluralForm':null},_0x457ff2['sr']['dictionary']=Object['assign'](_0x457ff2['sr']['dictionary'],_0x4091d9),_0x457ff2['sr']['getPluralForm']=_0x36b892;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x1794ca=>{const {sr:{dictionary:_0x5e1df9,getPluralForm:_0x16c4ca}}={'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':_0x5b8e88=>_0x5b8e88%0xa==0x1&&_0x5b8e88%0x64!=0xb?0x0:_0x5b8e88%0xa>=0x2&&_0x5b8e88%0xa<=0x4&&(_0x5b8e88%0x64<0xa||_0x5b8e88%0x64>=0x14)?0x1:0x2}};_0x1794ca['sr']||={'dictionary':{},'getPluralForm':null},_0x1794ca['sr']['dictionary']=Object['assign'](_0x1794ca['sr']['dictionary'],_0x5e1df9),_0x1794ca['sr']['getPluralForm']=_0x16c4ca;})(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':_0x56430a=>0x1!=_0x56430a}};
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':_0x24f6b6=>0x1!=_0x24f6b6}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x1c32ec=>{const {sv:{dictionary:_0x19ac82,getPluralForm:_0x1b3f29}}={'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':_0x109725=>0x1!=_0x109725}};_0x1c32ec['sv']||={'dictionary':{},'getPluralForm':null},_0x1c32ec['sv']['dictionary']=Object['assign'](_0x1c32ec['sv']['dictionary'],_0x19ac82),_0x1c32ec['sv']['getPluralForm']=_0x1b3f29;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x415a56=>{const {sv:{dictionary:_0x5b9695,getPluralForm:_0xcf586d}}={'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':_0x4f0ac3=>0x1!=_0x4f0ac3}};_0x415a56['sv']||={'dictionary':{},'getPluralForm':null},_0x415a56['sv']['dictionary']=Object['assign'](_0x415a56['sv']['dictionary'],_0x5b9695),_0x415a56['sv']['getPluralForm']=_0xcf586d;})(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':_0x2f7b85=>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':_0x561a71=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x5735b9=>{const {th:{dictionary:_0x3fc962,getPluralForm:_0x490a23}}={'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':_0xb3d0f7=>0x0}};_0x5735b9['th']||={'dictionary':{},'getPluralForm':null},_0x5735b9['th']['dictionary']=Object['assign'](_0x5735b9['th']['dictionary'],_0x3fc962),_0x5735b9['th']['getPluralForm']=_0x490a23;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x40e5e4=>{const {th:{dictionary:_0x47b4e6,getPluralForm:_0x54565d}}={'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':_0x58678b=>0x0}};_0x40e5e4['th']||={'dictionary':{},'getPluralForm':null},_0x40e5e4['th']['dictionary']=Object['assign'](_0x40e5e4['th']['dictionary'],_0x47b4e6),_0x40e5e4['th']['getPluralForm']=_0x54565d;})(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':_0x45c38e=>_0x45c38e>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':_0x178ea8=>_0x178ea8>0x1}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x4dc1a6=>{const {tr:{dictionary:_0xe849d9,getPluralForm:_0x558514}}={'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':_0x15037a=>_0x15037a>0x1}};_0x4dc1a6['tr']||={'dictionary':{},'getPluralForm':null},_0x4dc1a6['tr']['dictionary']=Object['assign'](_0x4dc1a6['tr']['dictionary'],_0xe849d9),_0x4dc1a6['tr']['getPluralForm']=_0x558514;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x817860=>{const {tr:{dictionary:_0x5cd9ad,getPluralForm:_0x3769f8}}={'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':_0x1b79f6=>_0x1b79f6>0x1}};_0x817860['tr']||={'dictionary':{},'getPluralForm':null},_0x817860['tr']['dictionary']=Object['assign'](_0x817860['tr']['dictionary'],_0x5cd9ad),_0x817860['tr']['getPluralForm']=_0x3769f8;})(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':_0xb207cd=>0x1!=_0xb207cd}};
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':_0x2c8bc4=>0x1!=_0x2c8bc4}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x4ddac2=>{const {ug:{dictionary:_0x1b186f,getPluralForm:_0x31d01d}}={'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':_0x50f822=>0x1!=_0x50f822}};_0x4ddac2['ug']||={'dictionary':{},'getPluralForm':null},_0x4ddac2['ug']['dictionary']=Object['assign'](_0x4ddac2['ug']['dictionary'],_0x1b186f),_0x4ddac2['ug']['getPluralForm']=_0x31d01d;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2e10a3=>{const {ug:{dictionary:_0x7b61e9,getPluralForm:_0x45a675}}={'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':_0x345885=>0x1!=_0x345885}};_0x2e10a3['ug']||={'dictionary':{},'getPluralForm':null},_0x2e10a3['ug']['dictionary']=Object['assign'](_0x2e10a3['ug']['dictionary'],_0x7b61e9),_0x2e10a3['ug']['getPluralForm']=_0x45a675;})(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':_0x48ed96=>_0x48ed96%0x1==0x0&&_0x48ed96%0xa==0x1&&_0x48ed96%0x64!=0xb?0x0:_0x48ed96%0x1==0x0&&_0x48ed96%0xa>=0x2&&_0x48ed96%0xa<=0x4&&(_0x48ed96%0x64<0xc||_0x48ed96%0x64>0xe)?0x1:_0x48ed96%0x1==0x0&&(_0x48ed96%0xa==0x0||_0x48ed96%0xa>=0x5&&_0x48ed96%0xa<=0x9||_0x48ed96%0x64>=0xb&&_0x48ed96%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':_0x1ee4d0=>_0x1ee4d0%0x1==0x0&&_0x1ee4d0%0xa==0x1&&_0x1ee4d0%0x64!=0xb?0x0:_0x1ee4d0%0x1==0x0&&_0x1ee4d0%0xa>=0x2&&_0x1ee4d0%0xa<=0x4&&(_0x1ee4d0%0x64<0xc||_0x1ee4d0%0x64>0xe)?0x1:_0x1ee4d0%0x1==0x0&&(_0x1ee4d0%0xa==0x0||_0x1ee4d0%0xa>=0x5&&_0x1ee4d0%0xa<=0x9||_0x1ee4d0%0x64>=0xb&&_0x1ee4d0%0x64<=0xe)?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x1429df=>{const {uk:{dictionary:_0x14085f,getPluralForm:_0x1cc7fa}}={'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':_0x2b9638=>_0x2b9638%0x1==0x0&&_0x2b9638%0xa==0x1&&_0x2b9638%0x64!=0xb?0x0:_0x2b9638%0x1==0x0&&_0x2b9638%0xa>=0x2&&_0x2b9638%0xa<=0x4&&(_0x2b9638%0x64<0xc||_0x2b9638%0x64>0xe)?0x1:_0x2b9638%0x1==0x0&&(_0x2b9638%0xa==0x0||_0x2b9638%0xa>=0x5&&_0x2b9638%0xa<=0x9||_0x2b9638%0x64>=0xb&&_0x2b9638%0x64<=0xe)?0x2:0x3}};_0x1429df['uk']||={'dictionary':{},'getPluralForm':null},_0x1429df['uk']['dictionary']=Object['assign'](_0x1429df['uk']['dictionary'],_0x14085f),_0x1429df['uk']['getPluralForm']=_0x1cc7fa;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x1dfe14=>{const {uk:{dictionary:_0x231b8d,getPluralForm:_0x509e14}}={'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':_0x24b5e8=>_0x24b5e8%0x1==0x0&&_0x24b5e8%0xa==0x1&&_0x24b5e8%0x64!=0xb?0x0:_0x24b5e8%0x1==0x0&&_0x24b5e8%0xa>=0x2&&_0x24b5e8%0xa<=0x4&&(_0x24b5e8%0x64<0xc||_0x24b5e8%0x64>0xe)?0x1:_0x24b5e8%0x1==0x0&&(_0x24b5e8%0xa==0x0||_0x24b5e8%0xa>=0x5&&_0x24b5e8%0xa<=0x9||_0x24b5e8%0x64>=0xb&&_0x24b5e8%0x64<=0xe)?0x2:0x3}};_0x1dfe14['uk']||={'dictionary':{},'getPluralForm':null},_0x1dfe14['uk']['dictionary']=Object['assign'](_0x1dfe14['uk']['dictionary'],_0x231b8d),_0x1dfe14['uk']['getPluralForm']=_0x509e14;})(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':_0x577ab9=>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':_0x295f5f=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2336cd=>{const {vi:{dictionary:_0x42b176,getPluralForm:_0x5f5c14}}={'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':_0x2859b0=>0x0}};_0x2336cd['vi']||={'dictionary':{},'getPluralForm':null},_0x2336cd['vi']['dictionary']=Object['assign'](_0x2336cd['vi']['dictionary'],_0x42b176),_0x2336cd['vi']['getPluralForm']=_0x5f5c14;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x40dcc4=>{const {vi:{dictionary:_0x202fb5,getPluralForm:_0x35efa7}}={'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':_0x51e247=>0x0}};_0x40dcc4['vi']||={'dictionary':{},'getPluralForm':null},_0x40dcc4['vi']['dictionary']=Object['assign'](_0x40dcc4['vi']['dictionary'],_0x202fb5),_0x40dcc4['vi']['getPluralForm']=_0x35efa7;})(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':_0x13a440=>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':_0xaccd15=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x41a772=>{const {'zh-cn':{dictionary:_0x3dc2ba,getPluralForm:_0x471a27}}={'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':_0x41811d=>0x0}};_0x41a772['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x41a772['zh-cn']['dictionary']=Object['assign'](_0x41a772['zh-cn']['dictionary'],_0x3dc2ba),_0x41a772['zh-cn']['getPluralForm']=_0x471a27;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x4ed095=>{const {'zh-cn':{dictionary:_0x258bb,getPluralForm:_0x494986}}={'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':_0x4d4651=>0x0}};_0x4ed095['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x4ed095['zh-cn']['dictionary']=Object['assign'](_0x4ed095['zh-cn']['dictionary'],_0x258bb),_0x4ed095['zh-cn']['getPluralForm']=_0x494986;})(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':_0xffc50a=>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':_0x5aabb1=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x1ac4d5=>{const {zh:{dictionary:_0x51c9d1,getPluralForm:_0x30f85c}}={'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':_0x5cf92e=>0x0}};_0x1ac4d5['zh']||={'dictionary':{},'getPluralForm':null},_0x1ac4d5['zh']['dictionary']=Object['assign'](_0x1ac4d5['zh']['dictionary'],_0x51c9d1),_0x1ac4d5['zh']['getPluralForm']=_0x30f85c;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3a876f=>{const {zh:{dictionary:_0x10a040,getPluralForm:_0x5430f3}}={'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':_0x48b3cd=>0x0}};_0x3a876f['zh']||={'dictionary':{},'getPluralForm':null},_0x3a876f['zh']['dictionary']=Object['assign'](_0x3a876f['zh']['dictionary'],_0x10a040),_0x3a876f['zh']['getPluralForm']=_0x5430f3;})(window['CKEDITOR_TRANSLATIONS']||={});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-format-painter",
3
- "version": "43.2.0-alpha.0",
3
+ "version": "43.2.0-alpha.2",
4
4
  "description": "Format painter feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,12 +12,12 @@
12
12
  "type": "module",
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "@ckeditor/ckeditor5-core": "43.2.0-alpha.0",
16
- "@ckeditor/ckeditor5-engine": "43.2.0-alpha.0",
17
- "@ckeditor/ckeditor5-ui": "43.2.0-alpha.0",
18
- "@ckeditor/ckeditor5-utils": "43.2.0-alpha.0",
19
- "ckeditor5": "43.2.0-alpha.0",
20
- "ckeditor5-collaboration": "43.2.0-alpha.0"
15
+ "@ckeditor/ckeditor5-core": "43.2.0-alpha.2",
16
+ "@ckeditor/ckeditor5-engine": "43.2.0-alpha.2",
17
+ "@ckeditor/ckeditor5-ui": "43.2.0-alpha.2",
18
+ "@ckeditor/ckeditor5-utils": "43.2.0-alpha.2",
19
+ "ckeditor5": "43.2.0-alpha.2",
20
+ "ckeditor5-collaboration": "43.2.0-alpha.2"
21
21
  },
22
22
  "license": "SEE LICENSE IN LICENSE.md",
23
23
  "author": "CKSource (http://cksource.com/)",
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x554192=_0x4b25;(function(_0x369fcf,_0x42c0d3){const _0xc693e8=_0x4b25,_0x4036f2=_0x369fcf();while(!![]){try{const _0x12ed4b=parseInt(_0xc693e8(0x1e1))/0x1*(-parseInt(_0xc693e8(0x1cc))/0x2)+parseInt(_0xc693e8(0x1e0))/0x3+parseInt(_0xc693e8(0x1ce))/0x4*(-parseInt(_0xc693e8(0x1d5))/0x5)+-parseInt(_0xc693e8(0x1db))/0x6*(-parseInt(_0xc693e8(0x1dc))/0x7)+-parseInt(_0xc693e8(0x1da))/0x8+parseInt(_0xc693e8(0x1dd))/0x9+-parseInt(_0xc693e8(0x1c7))/0xa*(-parseInt(_0xc693e8(0x1d2))/0xb);if(_0x12ed4b===_0x42c0d3)break;else _0x4036f2['push'](_0x4036f2['shift']());}catch(_0x40338e){_0x4036f2['push'](_0x4036f2['shift']());}}}(_0x57eb,0x86f02));import{Command as _0x25855d}from'ckeditor5/src/core.js';function _0x4b25(_0x13d76d,_0x2fbda3){const _0x57eb05=_0x57eb();return _0x4b25=function(_0x4b2595,_0xc8ecd0){_0x4b2595=_0x4b2595-0x1c4;let _0x150ef8=_0x57eb05[_0x4b2595];return _0x150ef8;},_0x4b25(_0x13d76d,_0x2fbda3);}import{PASTE_FORMAT_COMMAND_NAME as _0x2ac753}from'./utils.js';export default class r extends _0x25855d{constructor(_0x4fe7d2){const _0x475d63=_0x4b25;super(_0x4fe7d2),this[_0x475d63(0x1de)]=void 0x0,this['on'](_0x475d63(0x1c6),(_0x38e9ab,_0x513f31,_0x2f8e23)=>{const _0x11f717=_0x475d63;_0x2f8e23||this[_0x11f717(0x1cd)]();}),this['on'](_0x475d63(0x1d8),()=>_0x4fe7d2[_0x475d63(0x1d6)][_0x475d63(0x1d7)](_0x2ac753)[_0x475d63(0x1d1)]());}[_0x554192(0x1d3)](){const _0x2d0eca=_0x554192;this[_0x2d0eca(0x1de)]=this[_0x2d0eca(0x1df)]();}[_0x554192(0x1cd)](){const _0x565da5=_0x554192;this[_0x565da5(0x1de)]=void 0x0;}[_0x554192(0x1df)](){const _0x483793=_0x554192,_0x2156e0=this[_0x483793(0x1d4)][_0x483793(0x1e2)],_0x51b007=_0x2156e0[_0x483793(0x1c8)][_0x483793(0x1c5)];return Object[_0x483793(0x1ca)](Array[_0x483793(0x1c9)](_0x51b007[_0x483793(0x1d0)]())[_0x483793(0x1cb)](([_0x2a4e68])=>_0x2156e0[_0x483793(0x1cf)][_0x483793(0x1d9)](_0x2a4e68)[_0x483793(0x1c4)]));}}function _0x57eb(){const _0x5b5d00=['4814526jFtywW','7tdmZVK','5610726FwvEGD','value','_getFormattingAttributes','70506uIVBJo','276899KtaPsl','model','isFormatting','selection','change:isEnabled','13499090MXkOQd','document','from','fromEntries','filter','6PGXFHd','reset','1308676pGtBYI','schema','getAttributes','refresh','11gWvXzL','execute','editor','5clEwJp','commands','get','change:value','getAttributeProperties','8709392ShSnJL'];_0x57eb=function(){return _0x5b5d00;};return _0x57eb();}
23
+ const _0x476155=_0x12e7;(function(_0x458a3c,_0x22aba8){const _0x33fd34=_0x12e7,_0x2be32d=_0x458a3c();while(!![]){try{const _0x1fb1e7=parseInt(_0x33fd34(0x1c8))/0x1*(parseInt(_0x33fd34(0x1d1))/0x2)+-parseInt(_0x33fd34(0x1c7))/0x3+parseInt(_0x33fd34(0x1be))/0x4*(-parseInt(_0x33fd34(0x1b8))/0x5)+parseInt(_0x33fd34(0x1bd))/0x6*(parseInt(_0x33fd34(0x1c9))/0x7)+parseInt(_0x33fd34(0x1c2))/0x8*(parseInt(_0x33fd34(0x1c0))/0x9)+parseInt(_0x33fd34(0x1cf))/0xa*(-parseInt(_0x33fd34(0x1cb))/0xb)+parseInt(_0x33fd34(0x1bf))/0xc;if(_0x1fb1e7===_0x22aba8)break;else _0x2be32d['push'](_0x2be32d['shift']());}catch(_0x598f0d){_0x2be32d['push'](_0x2be32d['shift']());}}}(_0x567c,0x3e4e3));import{Command as _0x5d150c}from'ckeditor5/src/core.js';function _0x12e7(_0x4da4de,_0x56c12d){const _0x567c5c=_0x567c();return _0x12e7=function(_0x12e74f,_0x365ffe){_0x12e74f=_0x12e74f-0x1b7;let _0x3f298f=_0x567c5c[_0x12e74f];return _0x3f298f;},_0x12e7(_0x4da4de,_0x56c12d);}import{PASTE_FORMAT_COMMAND_NAME as _0x603fb8}from'./utils.js';function _0x567c(){const _0x31b80c=['reset','model','get','18jEeEen','9036PCwlIY','5241552ngxhlB','35415wJlPNy','commands','32WQAgQc','getAttributes','execute','refresh','selection','12303VLSSyo','33177kEarzu','26005POpiZr','_getFormattingAttributes','2804098xWapBG','fromEntries','schema','change:isEnabled','10TQosik','change:value','4SSwEGV','from','document','value','getAttributeProperties','filter','isFormatting','35hPRIKC','editor'];_0x567c=function(){return _0x31b80c;};return _0x567c();}export default class r extends _0x5d150c{constructor(_0x282950){const _0x45a27a=_0x12e7;super(_0x282950),this[_0x45a27a(0x1d4)]=void 0x0,this['on'](_0x45a27a(0x1ce),(_0x28408b,_0x55526c,_0x36dda0)=>{const _0x470cc6=_0x45a27a;_0x36dda0||this[_0x470cc6(0x1ba)]();}),this['on'](_0x45a27a(0x1d0),()=>_0x282950[_0x45a27a(0x1c1)][_0x45a27a(0x1bc)](_0x603fb8)[_0x45a27a(0x1c5)]());}[_0x476155(0x1c4)](){const _0x4347e6=_0x476155;this[_0x4347e6(0x1d4)]=this[_0x4347e6(0x1ca)]();}[_0x476155(0x1ba)](){const _0x1ec482=_0x476155;this[_0x1ec482(0x1d4)]=void 0x0;}[_0x476155(0x1ca)](){const _0x376182=_0x476155,_0x36bc5b=this[_0x376182(0x1b9)][_0x376182(0x1bb)],_0x175560=_0x36bc5b[_0x376182(0x1d3)][_0x376182(0x1c6)];return Object[_0x376182(0x1cc)](Array[_0x376182(0x1d2)](_0x175560[_0x376182(0x1c3)]())[_0x376182(0x1d6)](([_0x2d5278])=>_0x36bc5b[_0x376182(0x1cd)][_0x376182(0x1d5)](_0x2d5278)[_0x376182(0x1b7)]));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x26dcad=_0x3ae1;(function(_0x2ec6f9,_0xf753a2){var _0x220fd1=_0x3ae1,_0x844914=_0x2ec6f9();while(!![]){try{var _0x5979bd=parseInt(_0x220fd1(0xd3))/0x1+-parseInt(_0x220fd1(0xcf))/0x2*(parseInt(_0x220fd1(0xcd))/0x3)+-parseInt(_0x220fd1(0xd5))/0x4+-parseInt(_0x220fd1(0xcc))/0x5+parseInt(_0x220fd1(0xd4))/0x6*(-parseInt(_0x220fd1(0xd1))/0x7)+-parseInt(_0x220fd1(0xd0))/0x8+parseInt(_0x220fd1(0xce))/0x9;if(_0x5979bd===_0xf753a2)break;else _0x844914['push'](_0x844914['shift']());}catch(_0xfff6ca){_0x844914['push'](_0x844914['shift']());}}}(_0x7dee,0xa6c07));function _0x7dee(){var _0x6df3cf=['2581282nTUhLg','2878392lynqPc','273TrvLes','pluginName','884619RJJjIg','80358SvCTez','425096DIxsMm','requires','FormatPainter','2894595wCHSkf','3qWQJbg','23907204BrbjrC'];_0x7dee=function(){return _0x6df3cf;};return _0x7dee();}import{Plugin as _0x810b40}from'ckeditor5/src/core.js';function _0x3ae1(_0x24c9fc,_0x2374e7){var _0x7deedc=_0x7dee();return _0x3ae1=function(_0x3ae1ec,_0x22d418){_0x3ae1ec=_0x3ae1ec-0xcc;var _0x11f818=_0x7deedc[_0x3ae1ec];return _0x11f818;},_0x3ae1(_0x24c9fc,_0x2374e7);}import _0x249b45 from'./formatpainterediting.js';import _0x106c0d from'./formatpainterui.js';export default class m extends _0x810b40{static get[_0x26dcad(0xd6)](){return[_0x249b45,_0x106c0d];}static get[_0x26dcad(0xd2)](){var _0x5186f0=_0x26dcad;return _0x5186f0(0xd7);}}
23
+ var _0x84b5a3=_0x564e;function _0x564e(_0x1b6a61,_0xa76fcd){var _0x30259d=_0x3025();return _0x564e=function(_0x564e14,_0x364345){_0x564e14=_0x564e14-0xb4;var _0x3da6d3=_0x30259d[_0x564e14];return _0x3da6d3;},_0x564e(_0x1b6a61,_0xa76fcd);}(function(_0x3e6f61,_0x3ce53e){var _0x508169=_0x564e,_0x2db750=_0x3e6f61();while(!![]){try{var _0x54e50e=-parseInt(_0x508169(0xbd))/0x1+parseInt(_0x508169(0xb8))/0x2+-parseInt(_0x508169(0xba))/0x3*(-parseInt(_0x508169(0xbe))/0x4)+parseInt(_0x508169(0xb7))/0x5*(parseInt(_0x508169(0xb5))/0x6)+parseInt(_0x508169(0xbb))/0x7*(-parseInt(_0x508169(0xbc))/0x8)+parseInt(_0x508169(0xb9))/0x9+parseInt(_0x508169(0xc1))/0xa*(-parseInt(_0x508169(0xc0))/0xb);if(_0x54e50e===_0x3ce53e)break;else _0x2db750['push'](_0x2db750['shift']());}catch(_0x5c1839){_0x2db750['push'](_0x2db750['shift']());}}}(_0x3025,0xcacd6));import{Plugin as _0x532b27}from'ckeditor5/src/core.js';function _0x3025(){var _0x3a79a4=['945469fhRMdu','96Gdydfb','234077GVhUku','6334424IMxUPm','requires','11458403MCmPqQ','20insvoA','pluginName','6DFACnp','FormatPainter','8177035LYKcOP','2983588zaXrQB','522882eLuYXO','3RYyMMd'];_0x3025=function(){return _0x3a79a4;};return _0x3025();}import _0x454c89 from'./formatpainterediting.js';import _0x29b62b from'./formatpainterui.js';export default class m extends _0x532b27{static get[_0x84b5a3(0xbf)](){return[_0x454c89,_0x29b62b];}static get[_0x84b5a3(0xb4)](){var _0x4d6f5b=_0x84b5a3;return _0x4d6f5b(0xb6);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x279e15=_0xce63;(function(_0x47833e,_0x1b8e7e){const _0x300434=_0xce63,_0x18dbf0=_0x47833e();while(!![]){try{const _0x12b8a6=-parseInt(_0x300434(0x120))/0x1+-parseInt(_0x300434(0x11d))/0x2*(parseInt(_0x300434(0x123))/0x3)+parseInt(_0x300434(0x12f))/0x4+parseInt(_0x300434(0x12e))/0x5+parseInt(_0x300434(0x12b))/0x6*(-parseInt(_0x300434(0x129))/0x7)+parseInt(_0x300434(0x117))/0x8+parseInt(_0x300434(0x122))/0x9;if(_0x12b8a6===_0x1b8e7e)break;else _0x18dbf0['push'](_0x18dbf0['shift']());}catch(_0x799663){_0x18dbf0['push'](_0x18dbf0['shift']());}}}(_0x126a,0xab15a));import{Plugin as _0x4cc967}from'ckeditor5/src/core.js';import{CKEditorError as _0x36c9d9}from'ckeditor5/src/utils.js';import _0x3063b2 from'./copyformatcommand.js';import _0x46d00d from'./pasteformatcommand.js';function _0xce63(_0x509d33,_0x5354cf){const _0x126ac8=_0x126a();return _0xce63=function(_0xce6380,_0xd14f2c){_0xce6380=_0xce6380-0x116;let _0x37ff55=_0x126ac8[_0xce6380];return _0x37ff55;},_0xce63(_0x509d33,_0x5354cf);}function _0x126a(){const _0x285b5a=['6054181VRkFla','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.','6ZJYbKy','get','licenseKey','3894675pusHuD','1751652uunaxF','info','add','formatPainterLicenseKeyValid','1480648cJhOql','pluginName','editor','formatPainterLicenseKeyTrialLimit:operations','format-painter-invalid-license-key','_licenseKeyCheckInterval','283138NyQoqT','formatPainterLicenseKeyInvalid','destroy','953140UOOljm','formatPainterLicenseKeyTrial','11325825duEHsO','3EYMfYg','FormatPainterEditing','config','init','commands','format-painter-trial-license-key-reached-limit-changes'];_0x126a=function(){return _0x285b5a;};return _0x126a();}import{COPY_FORMAT_COMMAND_NAME as _0x180144,PASTE_FORMAT_COMMAND_NAME as _0x1792db}from'./utils.js';export default class o extends _0x4cc967{static get[_0x279e15(0x118)](){const _0x1a87da=_0x279e15;return _0x1a87da(0x124);}constructor(_0x3df509){const _0x474771=_0x279e15;super(_0x3df509),this[_0x474771(0x11c)]=null;}[_0x279e15(0x126)](){const _0x1c1100=_0x279e15,_0x440852=this[_0x1c1100(0x119)];_0x440852[_0x1c1100(0x127)][_0x1c1100(0x131)](_0x180144,new _0x3063b2(_0x440852)),_0x440852[_0x1c1100(0x127)][_0x1c1100(0x131)](_0x1792db,new _0x46d00d(_0x440852)),this[_0x1c1100(0x12d)]=_0x440852[_0x1c1100(0x125)][_0x1c1100(0x12c)](_0x1c1100(0x12d));const _0x4e5186=this[_0x1c1100(0x119)];this[_0x1c1100(0x11c)]=setInterval(()=>{const _0x2f3c03=_0x1c1100;let _0x51e7d9;for(const _0x56aadf in _0x4e5186){const _0x573b4f=_0x56aadf,_0x4b18b2=_0x4e5186[_0x573b4f];if(_0x2f3c03(0x121)===_0x4b18b2||_0x2f3c03(0x11e)===_0x4b18b2||_0x2f3c03(0x116)===_0x4b18b2||_0x2f3c03(0x11a)===_0x4b18b2){delete _0x4e5186[_0x573b4f],_0x51e7d9=_0x4b18b2;break;}}if(_0x2f3c03(0x11e)===_0x51e7d9)throw clearInterval(this[_0x2f3c03(0x11c)]),new _0x36c9d9(_0x2f3c03(0x11b),null);if(_0x2f3c03(0x121)===_0x51e7d9&&console[_0x2f3c03(0x130)](_0x2f3c03(0x12a)),_0x2f3c03(0x11a)===_0x51e7d9)throw clearInterval(this[_0x2f3c03(0x11c)]),new _0x36c9d9(_0x2f3c03(0x128),null);_0x2f3c03(0x116)===_0x51e7d9&&clearInterval(this[_0x2f3c03(0x11c)]);},0x3e8);}[_0x279e15(0x11f)](){const _0x1eb98=_0x279e15;this[_0x1eb98(0x11c)]&&clearInterval(this[_0x1eb98(0x11c)]);}}
23
+ const _0x44fb70=_0x6165;(function(_0x551dcc,_0x1a9242){const _0x368546=_0x6165,_0x2ca347=_0x551dcc();while(!![]){try{const _0x2a22a4=parseInt(_0x368546(0x121))/0x1+-parseInt(_0x368546(0x11c))/0x2*(-parseInt(_0x368546(0x112))/0x3)+parseInt(_0x368546(0x114))/0x4+parseInt(_0x368546(0x118))/0x5*(parseInt(_0x368546(0x127))/0x6)+-parseInt(_0x368546(0x12a))/0x7*(-parseInt(_0x368546(0x10e))/0x8)+parseInt(_0x368546(0x11a))/0x9*(-parseInt(_0x368546(0x110))/0xa)+-parseInt(_0x368546(0x115))/0xb;if(_0x2a22a4===_0x1a9242)break;else _0x2ca347['push'](_0x2ca347['shift']());}catch(_0x19d02e){_0x2ca347['push'](_0x2ca347['shift']());}}}(_0x4698,0xa9641));function _0x4698(){const _0x548d20=['info','_licenseKeyCheckInterval','formatPainterLicenseKeyTrialLimit:operations','init','6tngOMb','destroy','commands','826HrHoIX','editor','87784UUOLyr','config','10vInFZq','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.','179016CVLSjp','get','2314284EEjPMS','13924559kHtvoj','pluginName','add','449525PoWRYa','licenseKey','10113993TIftmX','formatPainterLicenseKeyValid','14najble','format-painter-trial-license-key-reached-limit-changes','formatPainterLicenseKeyTrial','FormatPainterEditing','formatPainterLicenseKeyInvalid','702477QRfEEY','format-painter-invalid-license-key'];_0x4698=function(){return _0x548d20;};return _0x4698();}function _0x6165(_0x560ec9,_0x44bac1){const _0x469806=_0x4698();return _0x6165=function(_0x616582,_0x53cf2d){_0x616582=_0x616582-0x10d;let _0x29ac35=_0x469806[_0x616582];return _0x29ac35;},_0x6165(_0x560ec9,_0x44bac1);}import{Plugin as _0x876943}from'ckeditor5/src/core.js';import{CKEditorError as _0x2985c7}from'ckeditor5/src/utils.js';import _0x5475c4 from'./copyformatcommand.js';import _0x5cc69b from'./pasteformatcommand.js';import{COPY_FORMAT_COMMAND_NAME as _0x1cafd7,PASTE_FORMAT_COMMAND_NAME as _0x58af14}from'./utils.js';export default class o extends _0x876943{static get[_0x44fb70(0x116)](){const _0xde4aa5=_0x44fb70;return _0xde4aa5(0x11f);}constructor(_0x9455b4){const _0x1833ea=_0x44fb70;super(_0x9455b4),this[_0x1833ea(0x124)]=null;}[_0x44fb70(0x126)](){const _0x866d91=_0x44fb70,_0x437805=this[_0x866d91(0x10d)];_0x437805[_0x866d91(0x129)][_0x866d91(0x117)](_0x1cafd7,new _0x5475c4(_0x437805)),_0x437805[_0x866d91(0x129)][_0x866d91(0x117)](_0x58af14,new _0x5cc69b(_0x437805)),this[_0x866d91(0x119)]=_0x437805[_0x866d91(0x10f)][_0x866d91(0x113)](_0x866d91(0x119));const _0x27ac05=this[_0x866d91(0x10d)];this[_0x866d91(0x124)]=setInterval(()=>{const _0x58cf25=_0x866d91;let _0x5082a6;for(const _0x2cd8f8 in _0x27ac05){const _0x5531bd=_0x2cd8f8,_0x2c4498=_0x27ac05[_0x5531bd];if(_0x58cf25(0x11e)===_0x2c4498||_0x58cf25(0x120)===_0x2c4498||_0x58cf25(0x11b)===_0x2c4498||_0x58cf25(0x125)===_0x2c4498){delete _0x27ac05[_0x5531bd],_0x5082a6=_0x2c4498;break;}}if(_0x58cf25(0x120)===_0x5082a6)throw clearInterval(this[_0x58cf25(0x124)]),new _0x2985c7(_0x58cf25(0x122),null);if(_0x58cf25(0x11e)===_0x5082a6&&console[_0x58cf25(0x123)](_0x58cf25(0x111)),_0x58cf25(0x125)===_0x5082a6)throw clearInterval(this[_0x58cf25(0x124)]),new _0x2985c7(_0x58cf25(0x11d),null);_0x58cf25(0x11b)===_0x5082a6&&clearInterval(this[_0x58cf25(0x124)]);},0x3e8);}[_0x44fb70(0x128)](){const _0x59424c=_0x44fb70;this[_0x59424c(0x124)]&&clearInterval(this[_0x59424c(0x124)]);}}