@ckeditor/ckeditor5-format-painter 43.2.0-alpha.5 → 43.2.0-alpha.7

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
- (_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']||={});
23
+ (_0x280e24=>{const {sr:{dictionary:_0x661fb,getPluralForm:_0x5746ea}}={'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':_0xace1e3=>_0xace1e3%0xa==0x1&&_0xace1e3%0x64!=0xb?0x0:_0xace1e3%0xa>=0x2&&_0xace1e3%0xa<=0x4&&(_0xace1e3%0x64<0xa||_0xace1e3%0x64>=0x14)?0x1:0x2}};_0x280e24['sr']||={'dictionary':{},'getPluralForm':null},_0x280e24['sr']['dictionary']=Object['assign'](_0x280e24['sr']['dictionary'],_0x661fb),_0x280e24['sr']['getPluralForm']=_0x5746ea;})(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':_0x24f6b6=>0x1!=_0x24f6b6}};
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':_0x2a87b7=>0x1!=_0x2a87b7}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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']||={});
23
+ (_0x5a9055=>{const {sv:{dictionary:_0x144366,getPluralForm:_0x2aef66}}={'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':_0x28307f=>0x1!=_0x28307f}};_0x5a9055['sv']||={'dictionary':{},'getPluralForm':null},_0x5a9055['sv']['dictionary']=Object['assign'](_0x5a9055['sv']['dictionary'],_0x144366),_0x5a9055['sv']['getPluralForm']=_0x2aef66;})(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':_0x561a71=>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':_0x13f511=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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']||={});
23
+ (_0x5cd139=>{const {th:{dictionary:_0x40a936,getPluralForm:_0x4d2f00}}={'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':_0x3f444f=>0x0}};_0x5cd139['th']||={'dictionary':{},'getPluralForm':null},_0x5cd139['th']['dictionary']=Object['assign'](_0x5cd139['th']['dictionary'],_0x40a936),_0x5cd139['th']['getPluralForm']=_0x4d2f00;})(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':_0x178ea8=>_0x178ea8>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':_0xfb87a3=>_0xfb87a3>0x1}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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']||={});
23
+ (_0x43f8e8=>{const {tr:{dictionary:_0x31a8ab,getPluralForm:_0x5ba00e}}={'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':_0x17b2e1=>_0x17b2e1>0x1}};_0x43f8e8['tr']||={'dictionary':{},'getPluralForm':null},_0x43f8e8['tr']['dictionary']=Object['assign'](_0x43f8e8['tr']['dictionary'],_0x31a8ab),_0x43f8e8['tr']['getPluralForm']=_0x5ba00e;})(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':_0x2c8bc4=>0x1!=_0x2c8bc4}};
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':_0x2ebb09=>0x1!=_0x2ebb09}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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']||={});
23
+ (_0x146f56=>{const {ug:{dictionary:_0x55058d,getPluralForm:_0x38d97e}}={'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':_0x5ec51c=>0x1!=_0x5ec51c}};_0x146f56['ug']||={'dictionary':{},'getPluralForm':null},_0x146f56['ug']['dictionary']=Object['assign'](_0x146f56['ug']['dictionary'],_0x55058d),_0x146f56['ug']['getPluralForm']=_0x38d97e;})(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':_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}};
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':_0x4a55bf=>_0x4a55bf%0x1==0x0&&_0x4a55bf%0xa==0x1&&_0x4a55bf%0x64!=0xb?0x0:_0x4a55bf%0x1==0x0&&_0x4a55bf%0xa>=0x2&&_0x4a55bf%0xa<=0x4&&(_0x4a55bf%0x64<0xc||_0x4a55bf%0x64>0xe)?0x1:_0x4a55bf%0x1==0x0&&(_0x4a55bf%0xa==0x0||_0x4a55bf%0xa>=0x5&&_0x4a55bf%0xa<=0x9||_0x4a55bf%0x64>=0xb&&_0x4a55bf%0x64<=0xe)?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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']||={});
23
+ (_0x1f0e3d=>{const {uk:{dictionary:_0x5b751a,getPluralForm:_0xb1d20f}}={'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':_0x4ab442=>_0x4ab442%0x1==0x0&&_0x4ab442%0xa==0x1&&_0x4ab442%0x64!=0xb?0x0:_0x4ab442%0x1==0x0&&_0x4ab442%0xa>=0x2&&_0x4ab442%0xa<=0x4&&(_0x4ab442%0x64<0xc||_0x4ab442%0x64>0xe)?0x1:_0x4ab442%0x1==0x0&&(_0x4ab442%0xa==0x0||_0x4ab442%0xa>=0x5&&_0x4ab442%0xa<=0x9||_0x4ab442%0x64>=0xb&&_0x4ab442%0x64<=0xe)?0x2:0x3}};_0x1f0e3d['uk']||={'dictionary':{},'getPluralForm':null},_0x1f0e3d['uk']['dictionary']=Object['assign'](_0x1f0e3d['uk']['dictionary'],_0x5b751a),_0x1f0e3d['uk']['getPluralForm']=_0xb1d20f;})(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':_0x295f5f=>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':_0x1ea5b7=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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']||={});
23
+ (_0x41b59c=>{const {vi:{dictionary:_0x1b68c8,getPluralForm:_0x25aa08}}={'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':_0x3580ad=>0x0}};_0x41b59c['vi']||={'dictionary':{},'getPluralForm':null},_0x41b59c['vi']['dictionary']=Object['assign'](_0x41b59c['vi']['dictionary'],_0x1b68c8),_0x41b59c['vi']['getPluralForm']=_0x25aa08;})(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':_0xaccd15=>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':_0x1de86f=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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']||={});
23
+ (_0x39ed1b=>{const {'zh-cn':{dictionary:_0x46cccb,getPluralForm:_0xfed7b4}}={'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':_0x17b00b=>0x0}};_0x39ed1b['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x39ed1b['zh-cn']['dictionary']=Object['assign'](_0x39ed1b['zh-cn']['dictionary'],_0x46cccb),_0x39ed1b['zh-cn']['getPluralForm']=_0xfed7b4;})(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':_0x5aabb1=>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':_0x5c88a0=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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']||={});
23
+ (_0x2c342f=>{const {zh:{dictionary:_0x1c0b89,getPluralForm:_0x1f6506}}={'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':_0x4a7f67=>0x0}};_0x2c342f['zh']||={'dictionary':{},'getPluralForm':null},_0x2c342f['zh']['dictionary']=Object['assign'](_0x2c342f['zh']['dictionary'],_0x1c0b89),_0x2c342f['zh']['getPluralForm']=_0x1f6506;})(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.5",
3
+ "version": "43.2.0-alpha.7",
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.5",
16
- "@ckeditor/ckeditor5-engine": "43.2.0-alpha.5",
17
- "@ckeditor/ckeditor5-ui": "43.2.0-alpha.5",
18
- "@ckeditor/ckeditor5-utils": "43.2.0-alpha.5",
19
- "ckeditor5": "43.2.0-alpha.5",
20
- "ckeditor5-collaboration": "43.2.0-alpha.5"
15
+ "@ckeditor/ckeditor5-core": "43.2.0-alpha.7",
16
+ "@ckeditor/ckeditor5-engine": "43.2.0-alpha.7",
17
+ "@ckeditor/ckeditor5-ui": "43.2.0-alpha.7",
18
+ "@ckeditor/ckeditor5-utils": "43.2.0-alpha.7",
19
+ "ckeditor5": "43.2.0-alpha.7",
20
+ "ckeditor5-collaboration": "43.2.0-alpha.7"
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 _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)]));}}
23
+ const _0x2572cd=_0x3697;function _0x3697(_0x3d0dfa,_0x49b026){const _0x15f5ae=_0x15f5();return _0x3697=function(_0x3697a4,_0x26aab0){_0x3697a4=_0x3697a4-0xd4;let _0x29a426=_0x15f5ae[_0x3697a4];return _0x29a426;},_0x3697(_0x3d0dfa,_0x49b026);}(function(_0x2ecca1,_0x177ac9){const _0x414c1b=_0x3697,_0x5d7ce3=_0x2ecca1();while(!![]){try{const _0x4efaba=-parseInt(_0x414c1b(0xe6))/0x1+-parseInt(_0x414c1b(0xf0))/0x2*(parseInt(_0x414c1b(0xe9))/0x3)+parseInt(_0x414c1b(0xe0))/0x4+-parseInt(_0x414c1b(0xe5))/0x5*(-parseInt(_0x414c1b(0xdf))/0x6)+parseInt(_0x414c1b(0xd6))/0x7+parseInt(_0x414c1b(0xd8))/0x8*(-parseInt(_0x414c1b(0xda))/0x9)+parseInt(_0x414c1b(0xe8))/0xa;if(_0x4efaba===_0x177ac9)break;else _0x5d7ce3['push'](_0x5d7ce3['shift']());}catch(_0x584d66){_0x5d7ce3['push'](_0x5d7ce3['shift']());}}}(_0x15f5,0xb8046));function _0x15f5(){const _0x44c871=['7534702oimJnD','refresh','1208AzTlgJ','value','61461uufivO','commands','_getFormattingAttributes','getAttributeProperties','model','3228ZSMloZ','2424236kgiCNS','change:isEnabled','document','from','filter','1675EStPIO','1425584IuepLg','isFormatting','27978230wDOtBs','1077ovsSNB','selection','fromEntries','get','editor','reset','change:value','8078IeOSXY','schema','execute','getAttributes'];_0x15f5=function(){return _0x44c871;};return _0x15f5();}import{Command as _0x33ef6f}from'ckeditor5/src/core.js';import{PASTE_FORMAT_COMMAND_NAME as _0x1ec233}from'./utils.js';export default class r extends _0x33ef6f{constructor(_0xff75a2){const _0x4b21da=_0x3697;super(_0xff75a2),this[_0x4b21da(0xd9)]=void 0x0,this['on'](_0x4b21da(0xe1),(_0x11b53e,_0x53cd14,_0x123f71)=>{const _0x5a4626=_0x4b21da;_0x123f71||this[_0x5a4626(0xee)]();}),this['on'](_0x4b21da(0xef),()=>_0xff75a2[_0x4b21da(0xdb)][_0x4b21da(0xec)](_0x1ec233)[_0x4b21da(0xd7)]());}[_0x2572cd(0xd4)](){const _0x182ae1=_0x2572cd;this[_0x182ae1(0xd9)]=this[_0x182ae1(0xdc)]();}[_0x2572cd(0xee)](){const _0xcee35b=_0x2572cd;this[_0xcee35b(0xd9)]=void 0x0;}[_0x2572cd(0xdc)](){const _0x448b7b=_0x2572cd,_0x35ea37=this[_0x448b7b(0xed)][_0x448b7b(0xde)],_0x35f54e=_0x35ea37[_0x448b7b(0xe2)][_0x448b7b(0xea)];return Object[_0x448b7b(0xeb)](Array[_0x448b7b(0xe3)](_0x35f54e[_0x448b7b(0xd5)]())[_0x448b7b(0xe4)](([_0x3640d7])=>_0x35ea37[_0x448b7b(0xf1)][_0x448b7b(0xdd)](_0x3640d7)[_0x448b7b(0xe7)]));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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);}}
23
+ function _0x21ce(_0x4a03e7,_0x57d4aa){var _0x302b27=_0x302b();return _0x21ce=function(_0x21ce81,_0x166884){_0x21ce81=_0x21ce81-0x11e;var _0x3235fe=_0x302b27[_0x21ce81];return _0x3235fe;},_0x21ce(_0x4a03e7,_0x57d4aa);}var _0x5e4222=_0x21ce;(function(_0x13007d,_0x1ef6d7){var _0x2e895d=_0x21ce,_0x38e34e=_0x13007d();while(!![]){try{var _0x3726d8=-parseInt(_0x2e895d(0x122))/0x1+parseInt(_0x2e895d(0x127))/0x2+parseInt(_0x2e895d(0x125))/0x3+parseInt(_0x2e895d(0x126))/0x4*(-parseInt(_0x2e895d(0x124))/0x5)+parseInt(_0x2e895d(0x123))/0x6*(-parseInt(_0x2e895d(0x121))/0x7)+parseInt(_0x2e895d(0x11e))/0x8+parseInt(_0x2e895d(0x128))/0x9*(-parseInt(_0x2e895d(0x120))/0xa);if(_0x3726d8===_0x1ef6d7)break;else _0x38e34e['push'](_0x38e34e['shift']());}catch(_0x5ed61f){_0x38e34e['push'](_0x38e34e['shift']());}}}(_0x302b,0x82682));import{Plugin as _0x33169c}from'ckeditor5/src/core.js';import _0x396abe from'./formatpainterediting.js';import _0x33ca3e from'./formatpainterui.js';export default class m extends _0x33169c{static get[_0x5e4222(0x129)](){return[_0x396abe,_0x33ca3e];}static get[_0x5e4222(0x11f)](){var _0x19f1b2=_0x5e4222;return _0x19f1b2(0x12a);}}function _0x302b(){var _0x1cade4=['requires','FormatPainter','3148176yflllH','pluginName','121900wdkfMk','7172585XzUajh','266068cVfIGB','6HKItgt','505mCmQMn','2657226XpBkHj','444jDBYGY','1284292yEkKpz','63xTuduw'];_0x302b=function(){return _0x1cade4;};return _0x302b();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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)]);}}
23
+ const _0x24bc83=_0x58a9;(function(_0x1540fa,_0x4b2d39){const _0x358019=_0x58a9,_0x557dac=_0x1540fa();while(!![]){try{const _0x495a89=-parseInt(_0x358019(0xc2))/0x1+parseInt(_0x358019(0xbe))/0x2+parseInt(_0x358019(0xb9))/0x3*(-parseInt(_0x358019(0xc3))/0x4)+parseInt(_0x358019(0xac))/0x5+-parseInt(_0x358019(0xaa))/0x6*(parseInt(_0x358019(0xad))/0x7)+-parseInt(_0x358019(0xbc))/0x8*(parseInt(_0x358019(0xbd))/0x9)+parseInt(_0x358019(0xbb))/0xa;if(_0x495a89===_0x4b2d39)break;else _0x557dac['push'](_0x557dac['shift']());}catch(_0x54fa6c){_0x557dac['push'](_0x557dac['shift']());}}}(_0x3510,0x9de15));function _0x58a9(_0x5ddf8f,_0x343ad5){const _0x351018=_0x3510();return _0x58a9=function(_0x58a936,_0x2d6bce){_0x58a936=_0x58a936-0xa7;let _0x4881d2=_0x351018[_0x58a936];return _0x4881d2;},_0x58a9(_0x5ddf8f,_0x343ad5);}import{Plugin as _0x3f2326}from'ckeditor5/src/core.js';import{CKEditorError as _0x276610}from'ckeditor5/src/utils.js';import _0x543c0f from'./copyformatcommand.js';import _0x1aa602 from'./pasteformatcommand.js';function _0x3510(){const _0x19a828=['6975FzeGKc','2278476FXoAfK','pluginName','You\x20are\x20using\x20the\x20trial\x20version\x20of\x20CKEditor\x205\x20format\x20painter\x20plugin\x20with\x20limited\x20usage.\x20Make\x20sure\x20you\x20will\x20not\x20use\x20it\x20in\x20the\x20production\x20environment.','format-painter-invalid-license-key','957616OKcWuM','2616mJuOLr','config','formatPainterLicenseKeyTrial','destroy','6ijnvDL','commands','1366045cjPuuh','1484889SytDLi','get','add','formatPainterLicenseKeyTrialLimit:operations','format-painter-trial-license-key-reached-limit-changes','init','info','formatPainterLicenseKeyInvalid','licenseKey','formatPainterLicenseKeyValid','_licenseKeyCheckInterval','FormatPainterEditing','174ChGXBt','editor','5945800uHtHWd','1576MKkZcr'];_0x3510=function(){return _0x19a828;};return _0x3510();}import{COPY_FORMAT_COMMAND_NAME as _0xba831,PASTE_FORMAT_COMMAND_NAME as _0xdbac5}from'./utils.js';export default class o extends _0x3f2326{static get[_0x24bc83(0xbf)](){const _0x4d76d2=_0x24bc83;return _0x4d76d2(0xb8);}constructor(_0x4ac902){const _0x1c3848=_0x24bc83;super(_0x4ac902),this[_0x1c3848(0xb7)]=null;}[_0x24bc83(0xb2)](){const _0x4ad8cd=_0x24bc83,_0x461505=this[_0x4ad8cd(0xba)];_0x461505[_0x4ad8cd(0xab)][_0x4ad8cd(0xaf)](_0xba831,new _0x543c0f(_0x461505)),_0x461505[_0x4ad8cd(0xab)][_0x4ad8cd(0xaf)](_0xdbac5,new _0x1aa602(_0x461505)),this[_0x4ad8cd(0xb5)]=_0x461505[_0x4ad8cd(0xa7)][_0x4ad8cd(0xae)](_0x4ad8cd(0xb5));const _0x1169c5=this[_0x4ad8cd(0xba)];this[_0x4ad8cd(0xb7)]=setInterval(()=>{const _0x42f38f=_0x4ad8cd;let _0x1f0de5;for(const _0x59cd5d in _0x1169c5){const _0x14001a=_0x59cd5d,_0x13289d=_0x1169c5[_0x14001a];if(_0x42f38f(0xa8)===_0x13289d||_0x42f38f(0xb4)===_0x13289d||_0x42f38f(0xb6)===_0x13289d||_0x42f38f(0xb0)===_0x13289d){delete _0x1169c5[_0x14001a],_0x1f0de5=_0x13289d;break;}}if(_0x42f38f(0xb4)===_0x1f0de5)throw clearInterval(this[_0x42f38f(0xb7)]),new _0x276610(_0x42f38f(0xc1),null);if(_0x42f38f(0xa8)===_0x1f0de5&&console[_0x42f38f(0xb3)](_0x42f38f(0xc0)),_0x42f38f(0xb0)===_0x1f0de5)throw clearInterval(this[_0x42f38f(0xb7)]),new _0x276610(_0x42f38f(0xb1),null);_0x42f38f(0xb6)===_0x1f0de5&&clearInterval(this[_0x42f38f(0xb7)]);},0x3e8);}[_0x24bc83(0xa9)](){const _0x3c7eba=_0x24bc83;this[_0x3c7eba(0xb7)]&&clearInterval(this[_0x3c7eba(0xb7)]);}}