@ckeditor/ckeditor5-format-painter 42.0.0-alpha.5 → 42.0.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 (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
- (_0xec7e86=>{const {sr:{dictionary:_0x494a82,getPluralForm:_0x5d61fa}}={'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':_0x30fb20=>_0x30fb20%0xa==0x1&&_0x30fb20%0x64!=0xb?0x0:_0x30fb20%0xa>=0x2&&_0x30fb20%0xa<=0x4&&(_0x30fb20%0x64<0xa||_0x30fb20%0x64>=0x14)?0x1:0x2}};_0xec7e86['sr']||={'dictionary':{},'getPluralForm':null},_0xec7e86['sr']['dictionary']=Object['assign'](_0xec7e86['sr']['dictionary'],_0x494a82),_0xec7e86['sr']['getPluralForm']=_0x5d61fa;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x4e9659=>{const {sr:{dictionary:_0x44d7de,getPluralForm:_0xbd6a7e}}={'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':_0x246c9a=>_0x246c9a%0xa==0x1&&_0x246c9a%0x64!=0xb?0x0:_0x246c9a%0xa>=0x2&&_0x246c9a%0xa<=0x4&&(_0x246c9a%0x64<0xa||_0x246c9a%0x64>=0x14)?0x1:0x2}};_0x4e9659['sr']||={'dictionary':{},'getPluralForm':null},_0x4e9659['sr']['dictionary']=Object['assign'](_0x4e9659['sr']['dictionary'],_0x44d7de),_0x4e9659['sr']['getPluralForm']=_0xbd6a7e;})(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':_0x173e60=>0x1!=_0x173e60}};
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':_0x3742a7=>0x1!=_0x3742a7}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x514cfa=>{const {sv:{dictionary:_0x49b6f5,getPluralForm:_0x1b57f6}}={'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':_0x5005c9=>0x1!=_0x5005c9}};_0x514cfa['sv']||={'dictionary':{},'getPluralForm':null},_0x514cfa['sv']['dictionary']=Object['assign'](_0x514cfa['sv']['dictionary'],_0x49b6f5),_0x514cfa['sv']['getPluralForm']=_0x1b57f6;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x361a53=>{const {sv:{dictionary:_0x375c4a,getPluralForm:_0x278170}}={'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':_0x3e3efc=>0x1!=_0x3e3efc}};_0x361a53['sv']||={'dictionary':{},'getPluralForm':null},_0x361a53['sv']['dictionary']=Object['assign'](_0x361a53['sv']['dictionary'],_0x375c4a),_0x361a53['sv']['getPluralForm']=_0x278170;})(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':_0xe4ba2c=>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':_0xbb4657=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x8194a1=>{const {th:{dictionary:_0x2fa8dd,getPluralForm:_0x41b781}}={'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':_0x37054c=>0x0}};_0x8194a1['th']||={'dictionary':{},'getPluralForm':null},_0x8194a1['th']['dictionary']=Object['assign'](_0x8194a1['th']['dictionary'],_0x2fa8dd),_0x8194a1['th']['getPluralForm']=_0x41b781;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x267b7c=>{const {th:{dictionary:_0x74a56c,getPluralForm:_0x14d4f1}}={'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':_0x19bf1d=>0x0}};_0x267b7c['th']||={'dictionary':{},'getPluralForm':null},_0x267b7c['th']['dictionary']=Object['assign'](_0x267b7c['th']['dictionary'],_0x74a56c),_0x267b7c['th']['getPluralForm']=_0x14d4f1;})(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':_0x55ee58=>_0x55ee58>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':_0x4e1916=>_0x4e1916>0x1}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x563df3=>{const {tr:{dictionary:_0xbb0428,getPluralForm:_0x55bf3d}}={'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':_0x20564f=>_0x20564f>0x1}};_0x563df3['tr']||={'dictionary':{},'getPluralForm':null},_0x563df3['tr']['dictionary']=Object['assign'](_0x563df3['tr']['dictionary'],_0xbb0428),_0x563df3['tr']['getPluralForm']=_0x55bf3d;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0xc43d4b=>{const {tr:{dictionary:_0x30a10f,getPluralForm:_0x145cfb}}={'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':_0x5516e5=>_0x5516e5>0x1}};_0xc43d4b['tr']||={'dictionary':{},'getPluralForm':null},_0xc43d4b['tr']['dictionary']=Object['assign'](_0xc43d4b['tr']['dictionary'],_0x30a10f),_0xc43d4b['tr']['getPluralForm']=_0x145cfb;})(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':_0x2fa7d9=>0x1!=_0x2fa7d9}};
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':_0x1f06e6=>0x1!=_0x1f06e6}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x25472a=>{const {ug:{dictionary:_0x230b98,getPluralForm:_0xc6defd}}={'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':_0x1095c7=>0x1!=_0x1095c7}};_0x25472a['ug']||={'dictionary':{},'getPluralForm':null},_0x25472a['ug']['dictionary']=Object['assign'](_0x25472a['ug']['dictionary'],_0x230b98),_0x25472a['ug']['getPluralForm']=_0xc6defd;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x4fc0b7=>{const {ug:{dictionary:_0x5e2eeb,getPluralForm:_0x9c0161}}={'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':_0x2293ad=>0x1!=_0x2293ad}};_0x4fc0b7['ug']||={'dictionary':{},'getPluralForm':null},_0x4fc0b7['ug']['dictionary']=Object['assign'](_0x4fc0b7['ug']['dictionary'],_0x5e2eeb),_0x4fc0b7['ug']['getPluralForm']=_0x9c0161;})(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':_0x4c9b6d=>_0x4c9b6d%0x1==0x0&&_0x4c9b6d%0xa==0x1&&_0x4c9b6d%0x64!=0xb?0x0:_0x4c9b6d%0x1==0x0&&_0x4c9b6d%0xa>=0x2&&_0x4c9b6d%0xa<=0x4&&(_0x4c9b6d%0x64<0xc||_0x4c9b6d%0x64>0xe)?0x1:_0x4c9b6d%0x1==0x0&&(_0x4c9b6d%0xa==0x0||_0x4c9b6d%0xa>=0x5&&_0x4c9b6d%0xa<=0x9||_0x4c9b6d%0x64>=0xb&&_0x4c9b6d%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':_0x3251ca=>_0x3251ca%0x1==0x0&&_0x3251ca%0xa==0x1&&_0x3251ca%0x64!=0xb?0x0:_0x3251ca%0x1==0x0&&_0x3251ca%0xa>=0x2&&_0x3251ca%0xa<=0x4&&(_0x3251ca%0x64<0xc||_0x3251ca%0x64>0xe)?0x1:_0x3251ca%0x1==0x0&&(_0x3251ca%0xa==0x0||_0x3251ca%0xa>=0x5&&_0x3251ca%0xa<=0x9||_0x3251ca%0x64>=0xb&&_0x3251ca%0x64<=0xe)?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x40cd92=>{const {uk:{dictionary:_0x18fc6e,getPluralForm:_0x318f5f}}={'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':_0x1f3678=>_0x1f3678%0x1==0x0&&_0x1f3678%0xa==0x1&&_0x1f3678%0x64!=0xb?0x0:_0x1f3678%0x1==0x0&&_0x1f3678%0xa>=0x2&&_0x1f3678%0xa<=0x4&&(_0x1f3678%0x64<0xc||_0x1f3678%0x64>0xe)?0x1:_0x1f3678%0x1==0x0&&(_0x1f3678%0xa==0x0||_0x1f3678%0xa>=0x5&&_0x1f3678%0xa<=0x9||_0x1f3678%0x64>=0xb&&_0x1f3678%0x64<=0xe)?0x2:0x3}};_0x40cd92['uk']||={'dictionary':{},'getPluralForm':null},_0x40cd92['uk']['dictionary']=Object['assign'](_0x40cd92['uk']['dictionary'],_0x18fc6e),_0x40cd92['uk']['getPluralForm']=_0x318f5f;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x5ccc0d=>{const {uk:{dictionary:_0x474a62,getPluralForm:_0x49a31f}}={'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':_0x4ccc38=>_0x4ccc38%0x1==0x0&&_0x4ccc38%0xa==0x1&&_0x4ccc38%0x64!=0xb?0x0:_0x4ccc38%0x1==0x0&&_0x4ccc38%0xa>=0x2&&_0x4ccc38%0xa<=0x4&&(_0x4ccc38%0x64<0xc||_0x4ccc38%0x64>0xe)?0x1:_0x4ccc38%0x1==0x0&&(_0x4ccc38%0xa==0x0||_0x4ccc38%0xa>=0x5&&_0x4ccc38%0xa<=0x9||_0x4ccc38%0x64>=0xb&&_0x4ccc38%0x64<=0xe)?0x2:0x3}};_0x5ccc0d['uk']||={'dictionary':{},'getPluralForm':null},_0x5ccc0d['uk']['dictionary']=Object['assign'](_0x5ccc0d['uk']['dictionary'],_0x474a62),_0x5ccc0d['uk']['getPluralForm']=_0x49a31f;})(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':_0x2a0f42=>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':_0x4d2055=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x34c487=>{const {vi:{dictionary:_0x7706c6,getPluralForm:_0x4e49f2}}={'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':_0xbe6b44=>0x0}};_0x34c487['vi']||={'dictionary':{},'getPluralForm':null},_0x34c487['vi']['dictionary']=Object['assign'](_0x34c487['vi']['dictionary'],_0x7706c6),_0x34c487['vi']['getPluralForm']=_0x4e49f2;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x4b770c=>{const {vi:{dictionary:_0x54a75f,getPluralForm:_0x31ba24}}={'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':_0x1ffed2=>0x0}};_0x4b770c['vi']||={'dictionary':{},'getPluralForm':null},_0x4b770c['vi']['dictionary']=Object['assign'](_0x4b770c['vi']['dictionary'],_0x54a75f),_0x4b770c['vi']['getPluralForm']=_0x31ba24;})(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':_0x459904=>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':_0x5e8a48=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x3d6636=>{const {'zh-cn':{dictionary:_0x15998d,getPluralForm:_0xd3ebe2}}={'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':_0x19eeb2=>0x0}};_0x3d6636['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x3d6636['zh-cn']['dictionary']=Object['assign'](_0x3d6636['zh-cn']['dictionary'],_0x15998d),_0x3d6636['zh-cn']['getPluralForm']=_0xd3ebe2;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3c3473=>{const {'zh-cn':{dictionary:_0xfc953,getPluralForm:_0x8d84f5}}={'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':_0x368a01=>0x0}};_0x3c3473['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x3c3473['zh-cn']['dictionary']=Object['assign'](_0x3c3473['zh-cn']['dictionary'],_0xfc953),_0x3c3473['zh-cn']['getPluralForm']=_0x8d84f5;})(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':_0x4e599a=>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':_0x58109a=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0xa1147a=>{const {zh:{dictionary:_0x4bf773,getPluralForm:_0xbd1072}}={'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':_0x499a24=>0x0}};_0xa1147a['zh']||={'dictionary':{},'getPluralForm':null},_0xa1147a['zh']['dictionary']=Object['assign'](_0xa1147a['zh']['dictionary'],_0x4bf773),_0xa1147a['zh']['getPluralForm']=_0xbd1072;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x5dd072=>{const {zh:{dictionary:_0x1f8978,getPluralForm:_0x3d2127}}={'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':_0x566e6b=>0x0}};_0x5dd072['zh']||={'dictionary':{},'getPluralForm':null},_0x5dd072['zh']['dictionary']=Object['assign'](_0x5dd072['zh']['dictionary'],_0x1f8978),_0x5dd072['zh']['getPluralForm']=_0x3d2127;})(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.5",
3
+ "version": "42.0.0-alpha.7",
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.5",
16
- "ckeditor5-collaboration": "42.0.0-alpha.5"
15
+ "ckeditor5": "42.0.0-alpha.7",
16
+ "ckeditor5-collaboration": "42.0.0-alpha.7"
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 _0x1eaba3=_0xa636;function _0xa636(_0x70a9b5,_0x4c92b8){const _0x213c55=_0x213c();return _0xa636=function(_0xa63697,_0xf30dd7){_0xa63697=_0xa63697-0x1c2;let _0x175e1d=_0x213c55[_0xa63697];return _0x175e1d;},_0xa636(_0x70a9b5,_0x4c92b8);}(function(_0xe72a59,_0x93120){const _0x31ae77=_0xa636,_0x3a6598=_0xe72a59();while(!![]){try{const _0xaa2026=parseInt(_0x31ae77(0x1d2))/0x1*(parseInt(_0x31ae77(0x1d4))/0x2)+parseInt(_0x31ae77(0x1e0))/0x3*(parseInt(_0x31ae77(0x1da))/0x4)+parseInt(_0x31ae77(0x1c8))/0x5*(parseInt(_0x31ae77(0x1de))/0x6)+parseInt(_0x31ae77(0x1ce))/0x7*(-parseInt(_0x31ae77(0x1c6))/0x8)+-parseInt(_0x31ae77(0x1cc))/0x9+-parseInt(_0x31ae77(0x1ca))/0xa+parseInt(_0x31ae77(0x1dc))/0xb*(parseInt(_0x31ae77(0x1d7))/0xc);if(_0xaa2026===_0x93120)break;else _0x3a6598['push'](_0x3a6598['shift']());}catch(_0x39445a){_0x3a6598['push'](_0x3a6598['shift']());}}}(_0x213c,0xae111));import{Command as _0x4bb878}from'ckeditor5/src/core.js';import{PASTE_FORMAT_COMMAND_NAME as _0x229908}from'./utils.js';function _0x213c(){const _0x37431a=['refresh','7nWXFwg','filter','reset','getAttributeProperties','827703qGDVav','isFormatting','2OctuuL','_getFormattingAttributes','change:isEnabled','8966604tpCtYP','execute','commands','12sznwRE','editor','22aHWgWh','model','2231916DSemxM','get','303915GyVwUP','schema','document','fromEntries','from','value','9019952aQOCcx','selection','15phRhEB','getAttributes','10989050vBjnet','change:value','7223706MtqyEV'];_0x213c=function(){return _0x37431a;};return _0x213c();}export default class r extends _0x4bb878{constructor(_0x12165e){const _0x1d3a6b=_0xa636;super(_0x12165e),this[_0x1d3a6b(0x1c5)]=void 0x0,this['on'](_0x1d3a6b(0x1d6),(_0x1e6ee7,_0x5b88b3,_0x42591c)=>{const _0x1f8431=_0x1d3a6b;_0x42591c||this[_0x1f8431(0x1d0)]();}),this['on'](_0x1d3a6b(0x1cb),()=>_0x12165e[_0x1d3a6b(0x1d9)][_0x1d3a6b(0x1df)](_0x229908)[_0x1d3a6b(0x1cd)]());}[_0x1eaba3(0x1d8)](){const _0x3a6824=_0x1eaba3;this[_0x3a6824(0x1c5)]=this[_0x3a6824(0x1d5)]();}[_0x1eaba3(0x1d0)](){const _0x2c3d60=_0x1eaba3;this[_0x2c3d60(0x1c5)]=void 0x0;}[_0x1eaba3(0x1d5)](){const _0x48957f=_0x1eaba3,_0x525e3c=this[_0x48957f(0x1db)][_0x48957f(0x1dd)],_0x2b1d1b=_0x525e3c[_0x48957f(0x1c2)][_0x48957f(0x1c7)];return Object[_0x48957f(0x1c3)](Array[_0x48957f(0x1c4)](_0x2b1d1b[_0x48957f(0x1c9)]())[_0x48957f(0x1cf)](([_0x375f67])=>_0x525e3c[_0x48957f(0x1e1)][_0x48957f(0x1d1)](_0x375f67)[_0x48957f(0x1d3)]));}}
23
+ function _0x26b8(){const _0xc7bdc0=['filter','getAttributeProperties','execute','from','model','4006424TtvCSq','_getFormattingAttributes','refresh','14VIBDXy','150918JPqhZL','117852jTqvXP','535659WUFSbP','reset','editor','9VjcJzU','getAttributes','commands','isFormatting','schema','selection','change:isEnabled','change:value','document','fromEntries','11121885ipsppK','value','get','56702sHiyVw','2003500YTWuGB'];_0x26b8=function(){return _0xc7bdc0;};return _0x26b8();}function _0xd2f5(_0x4c8bc4,_0x51cc65){const _0x26b845=_0x26b8();return _0xd2f5=function(_0xd2f59e,_0x37a2d5){_0xd2f59e=_0xd2f59e-0x18a;let _0x4d661d=_0x26b845[_0xd2f59e];return _0x4d661d;},_0xd2f5(_0x4c8bc4,_0x51cc65);}const _0x383099=_0xd2f5;(function(_0x5a9125,_0x25d7c0){const _0x2afeb3=_0xd2f5,_0x225212=_0x5a9125();while(!![]){try{const _0x2ba8ae=parseInt(_0x2afeb3(0x19c))/0x1*(parseInt(_0x2afeb3(0x18c))/0x2)+-parseInt(_0x2afeb3(0x199))/0x3+-parseInt(_0x2afeb3(0x198))/0x4+-parseInt(_0x2afeb3(0x18d))/0x5+-parseInt(_0x2afeb3(0x197))/0x6*(parseInt(_0x2afeb3(0x196))/0x7)+-parseInt(_0x2afeb3(0x193))/0x8+parseInt(_0x2afeb3(0x1a6))/0x9;if(_0x2ba8ae===_0x25d7c0)break;else _0x225212['push'](_0x225212['shift']());}catch(_0x2d47c8){_0x225212['push'](_0x225212['shift']());}}}(_0x26b8,0x50d5b));import{Command as _0xcdd8f4}from'ckeditor5/src/core.js';import{PASTE_FORMAT_COMMAND_NAME as _0x347ecd}from'./utils.js';export default class r extends _0xcdd8f4{constructor(_0x4f1628){const _0x38b35e=_0xd2f5;super(_0x4f1628),this[_0x38b35e(0x18a)]=void 0x0,this['on'](_0x38b35e(0x1a2),(_0x5cbb52,_0x2342c7,_0x4dd150)=>{const _0x3abca9=_0x38b35e;_0x4dd150||this[_0x3abca9(0x19a)]();}),this['on'](_0x38b35e(0x1a3),()=>_0x4f1628[_0x38b35e(0x19e)][_0x38b35e(0x18b)](_0x347ecd)[_0x38b35e(0x195)]());}[_0x383099(0x190)](){const _0x1ff5c0=_0x383099;this[_0x1ff5c0(0x18a)]=this[_0x1ff5c0(0x194)]();}[_0x383099(0x19a)](){const _0x38f895=_0x383099;this[_0x38f895(0x18a)]=void 0x0;}[_0x383099(0x194)](){const _0x181537=_0x383099,_0x236562=this[_0x181537(0x19b)][_0x181537(0x192)],_0xfd2e49=_0x236562[_0x181537(0x1a4)][_0x181537(0x1a1)];return Object[_0x181537(0x1a5)](Array[_0x181537(0x191)](_0xfd2e49[_0x181537(0x19d)]())[_0x181537(0x18e)](([_0x4a9cb9])=>_0x236562[_0x181537(0x1a0)][_0x181537(0x18f)](_0x4a9cb9)[_0x181537(0x19f)]));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x164565=_0x5a8a;(function(_0x343bac,_0x24010b){var _0x223256=_0x5a8a,_0xb5b5ae=_0x343bac();while(!![]){try{var _0x63fb29=-parseInt(_0x223256(0x18e))/0x1+parseInt(_0x223256(0x18d))/0x2+-parseInt(_0x223256(0x18f))/0x3+-parseInt(_0x223256(0x187))/0x4*(parseInt(_0x223256(0x186))/0x5)+-parseInt(_0x223256(0x182))/0x6*(parseInt(_0x223256(0x18c))/0x7)+-parseInt(_0x223256(0x183))/0x8*(parseInt(_0x223256(0x188))/0x9)+parseInt(_0x223256(0x18b))/0xa*(parseInt(_0x223256(0x184))/0xb);if(_0x63fb29===_0x24010b)break;else _0xb5b5ae['push'](_0xb5b5ae['shift']());}catch(_0x5e4f5a){_0xb5b5ae['push'](_0xb5b5ae['shift']());}}}(_0x1c82,0xc3969));function _0x1c82(){var _0x36aec5=['30663NiwcyS','pluginName','FormatPainter','3110EYaSun','1183QDlMzt','2547414wHjqmt','335039OBCMCo','1860768warpNd','606KxWKKV','3288Blshyf','80443mSUeEg','requires','40ykdNVK','187140vfmRGp'];_0x1c82=function(){return _0x36aec5;};return _0x1c82();}import{Plugin as _0x2f9d83}from'ckeditor5/src/core.js';import _0xf5c625 from'./formatpainterediting.js';import _0x394a53 from'./formatpainterui.js';function _0x5a8a(_0x386882,_0x2ba180){var _0x1c8241=_0x1c82();return _0x5a8a=function(_0x5a8afc,_0x3446ca){_0x5a8afc=_0x5a8afc-0x182;var _0x4e9f88=_0x1c8241[_0x5a8afc];return _0x4e9f88;},_0x5a8a(_0x386882,_0x2ba180);}export default class m extends _0x2f9d83{static get[_0x164565(0x185)](){return[_0xf5c625,_0x394a53];}static get[_0x164565(0x189)](){var _0x3a1aef=_0x164565;return _0x3a1aef(0x18a);}}
23
+ function _0x55ec(_0x51608b,_0x1b2f09){var _0x25d492=_0x25d4();return _0x55ec=function(_0x55ec17,_0x4a5bcc){_0x55ec17=_0x55ec17-0x166;var _0x592fa7=_0x25d492[_0x55ec17];return _0x592fa7;},_0x55ec(_0x51608b,_0x1b2f09);}var _0x36ad35=_0x55ec;(function(_0x3395d9,_0x13479b){var _0x42081c=_0x55ec,_0x15925c=_0x3395d9();while(!![]){try{var _0x17c843=parseInt(_0x42081c(0x169))/0x1+-parseInt(_0x42081c(0x166))/0x2*(-parseInt(_0x42081c(0x167))/0x3)+parseInt(_0x42081c(0x170))/0x4+-parseInt(_0x42081c(0x16b))/0x5*(parseInt(_0x42081c(0x168))/0x6)+-parseInt(_0x42081c(0x16e))/0x7+parseInt(_0x42081c(0x16c))/0x8+parseInt(_0x42081c(0x16f))/0x9;if(_0x17c843===_0x13479b)break;else _0x15925c['push'](_0x15925c['shift']());}catch(_0x93c199){_0x15925c['push'](_0x15925c['shift']());}}}(_0x25d4,0xdda68));function _0x25d4(){var _0x345a3d=['requires','952yJXZZr','1053RdchiP','12lkSbkq','563464sowuHo','FormatPainter','2136385zzmtar','12063432qpBSIj','pluginName','11540347OHDqgk','526509bTvFkY','4456340tpCcxR'];_0x25d4=function(){return _0x345a3d;};return _0x25d4();}import{Plugin as _0x54df11}from'ckeditor5/src/core.js';import _0x5726df from'./formatpainterediting.js';import _0x26537f from'./formatpainterui.js';export default class m extends _0x54df11{static get[_0x36ad35(0x171)](){return[_0x5726df,_0x26537f];}static get[_0x36ad35(0x16d)](){var _0x130d4e=_0x36ad35;return _0x130d4e(0x16a);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5a4762=_0x2b2a;(function(_0x36541f,_0x292737){const _0x58db03=_0x2b2a,_0x197dc9=_0x36541f();while(!![]){try{const _0x14972d=-parseInt(_0x58db03(0x1b1))/0x1*(-parseInt(_0x58db03(0x1ba))/0x2)+parseInt(_0x58db03(0x1c2))/0x3+-parseInt(_0x58db03(0x1b9))/0x4*(-parseInt(_0x58db03(0x1c0))/0x5)+parseInt(_0x58db03(0x1c1))/0x6+parseInt(_0x58db03(0x1c7))/0x7+parseInt(_0x58db03(0x1c3))/0x8+-parseInt(_0x58db03(0x1b8))/0x9;if(_0x14972d===_0x292737)break;else _0x197dc9['push'](_0x197dc9['shift']());}catch(_0x3d6cb5){_0x197dc9['push'](_0x197dc9['shift']());}}}(_0x48ec,0x78594));import{Plugin as _0x5ef35a}from'ckeditor5/src/core.js';import{CKEditorError as _0x21e7d9}from'ckeditor5/src/utils.js';function _0x2b2a(_0xdbd39c,_0x47798c){const _0x48ec20=_0x48ec();return _0x2b2a=function(_0x2b2a16,_0x48164d){_0x2b2a16=_0x2b2a16-0x1ae;let _0x16f938=_0x48ec20[_0x2b2a16];return _0x16f938;},_0x2b2a(_0xdbd39c,_0x47798c);}import _0x2e74e4 from'./copyformatcommand.js';import _0x2bf638 from'./pasteformatcommand.js';import{COPY_FORMAT_COMMAND_NAME as _0x236537,PASTE_FORMAT_COMMAND_NAME as _0x5ccf8c}from'./utils.js';function _0x48ec(){const _0x29c1d3=['pluginName','formatPainterLicenseKeyTrialLimit:operations','licenseKey','init','editor','205bMxvsF','3390840EIEnGO','655962ElylQZ','5075984lpZZtv','format-painter-trial-license-key-reached-limit-changes','commands','formatPainterLicenseKeyValid','3833249KwlesU','FormatPainterEditing','formatPainterLicenseKeyInvalid','_licenseKeyCheckInterval','config','info','209058ScxRhV','add','formatPainterLicenseKeyTrial','format-painter-invalid-license-key','destroy','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.','get','22030254tigYbe','54316FTEIok','4QLSsRw'];_0x48ec=function(){return _0x29c1d3;};return _0x48ec();}export default class o extends _0x5ef35a{static get[_0x5a4762(0x1bb)](){const _0x149f1d=_0x5a4762;return _0x149f1d(0x1c8);}constructor(_0x168213){const _0x40c70d=_0x5a4762;super(_0x168213),this[_0x40c70d(0x1ae)]=null;}[_0x5a4762(0x1be)](){const _0x2b9809=_0x5a4762,_0x20402c=this[_0x2b9809(0x1bf)];_0x20402c[_0x2b9809(0x1c5)][_0x2b9809(0x1b2)](_0x236537,new _0x2e74e4(_0x20402c)),_0x20402c[_0x2b9809(0x1c5)][_0x2b9809(0x1b2)](_0x5ccf8c,new _0x2bf638(_0x20402c)),this[_0x2b9809(0x1bd)]=_0x20402c[_0x2b9809(0x1af)][_0x2b9809(0x1b7)](_0x2b9809(0x1bd));const _0x11a236=this[_0x2b9809(0x1bf)];this[_0x2b9809(0x1ae)]=setInterval(()=>{const _0x232c0d=_0x2b9809;let _0x1bf482;for(const _0x1b645b in _0x11a236){const _0x319bda=_0x1b645b,_0x20e857=_0x11a236[_0x319bda];if(_0x232c0d(0x1b3)===_0x20e857||_0x232c0d(0x1c9)===_0x20e857||_0x232c0d(0x1c6)===_0x20e857||_0x232c0d(0x1bc)===_0x20e857){delete _0x11a236[_0x319bda],_0x1bf482=_0x20e857;break;}}if(_0x232c0d(0x1c9)===_0x1bf482)throw clearInterval(this[_0x232c0d(0x1ae)]),new _0x21e7d9(_0x232c0d(0x1b4),null);if(_0x232c0d(0x1b3)===_0x1bf482&&console[_0x232c0d(0x1b0)](_0x232c0d(0x1b6)),_0x232c0d(0x1bc)===_0x1bf482)throw clearInterval(this[_0x232c0d(0x1ae)]),new _0x21e7d9(_0x232c0d(0x1c4),null);_0x232c0d(0x1c6)===_0x1bf482&&clearInterval(this[_0x232c0d(0x1ae)]);},0x3e8);}[_0x5a4762(0x1b5)](){const _0x1db518=_0x5a4762;this[_0x1db518(0x1ae)]&&clearInterval(this[_0x1db518(0x1ae)]);}}
23
+ const _0x59f81f=_0x413c;(function(_0xaadcb,_0x217c46){const _0xa5e28a=_0x413c,_0x652821=_0xaadcb();while(!![]){try{const _0x566b0f=parseInt(_0xa5e28a(0xe1))/0x1*(-parseInt(_0xa5e28a(0xe5))/0x2)+parseInt(_0xa5e28a(0xef))/0x3+parseInt(_0xa5e28a(0xee))/0x4+parseInt(_0xa5e28a(0xdf))/0x5*(-parseInt(_0xa5e28a(0xdb))/0x6)+parseInt(_0xa5e28a(0xe7))/0x7*(-parseInt(_0xa5e28a(0xe0))/0x8)+parseInt(_0xa5e28a(0xda))/0x9*(-parseInt(_0xa5e28a(0xf2))/0xa)+parseInt(_0xa5e28a(0xe2))/0xb;if(_0x566b0f===_0x217c46)break;else _0x652821['push'](_0x652821['shift']());}catch(_0x1ea9cd){_0x652821['push'](_0x652821['shift']());}}}(_0x4ea7,0x6f7cb));function _0x413c(_0x5d259f,_0x3c2a3f){const _0x4ea7fb=_0x4ea7();return _0x413c=function(_0x413cc7,_0x1d866e){_0x413cc7=_0x413cc7-0xd8;let _0x444a65=_0x4ea7fb[_0x413cc7];return _0x444a65;},_0x413c(_0x5d259f,_0x3c2a3f);}import{Plugin as _0x50ab86}from'ckeditor5/src/core.js';import{CKEditorError as _0x70787c}from'ckeditor5/src/utils.js';import _0x28d98b from'./copyformatcommand.js';import _0x8357cf from'./pasteformatcommand.js';import{COPY_FORMAT_COMMAND_NAME as _0xf045ef,PASTE_FORMAT_COMMAND_NAME as _0x32f8fd}from'./utils.js';export default class o extends _0x50ab86{static get[_0x59f81f(0xf1)](){const _0x58f348=_0x59f81f;return _0x58f348(0xeb);}constructor(_0x1c9399){const _0x4156ad=_0x59f81f;super(_0x1c9399),this[_0x4156ad(0xf4)]=null;}[_0x59f81f(0xf0)](){const _0x36869b=_0x59f81f,_0x247cdb=this[_0x36869b(0xf3)];_0x247cdb[_0x36869b(0xdc)][_0x36869b(0xd9)](_0xf045ef,new _0x28d98b(_0x247cdb)),_0x247cdb[_0x36869b(0xdc)][_0x36869b(0xd9)](_0x32f8fd,new _0x8357cf(_0x247cdb)),this[_0x36869b(0xe9)]=_0x247cdb[_0x36869b(0xf5)][_0x36869b(0xe8)](_0x36869b(0xe9));const _0x301ebe=this[_0x36869b(0xf3)];this[_0x36869b(0xf4)]=setInterval(()=>{const _0x3e6cff=_0x36869b;let _0x193aa1;for(const _0x20be65 in _0x301ebe){const _0x493f81=_0x20be65,_0x110717=_0x301ebe[_0x493f81];if(_0x3e6cff(0xed)===_0x110717||_0x3e6cff(0xdd)===_0x110717||_0x3e6cff(0xe3)===_0x110717||_0x3e6cff(0xe6)===_0x110717){delete _0x301ebe[_0x493f81],_0x193aa1=_0x110717;break;}}if(_0x3e6cff(0xdd)===_0x193aa1)throw clearInterval(this[_0x3e6cff(0xf4)]),new _0x70787c(_0x3e6cff(0xde),null);if(_0x3e6cff(0xed)===_0x193aa1&&console[_0x3e6cff(0xec)](_0x3e6cff(0xea)),_0x3e6cff(0xe6)===_0x193aa1)throw clearInterval(this[_0x3e6cff(0xf4)]),new _0x70787c(_0x3e6cff(0xd8),null);_0x3e6cff(0xe3)===_0x193aa1&&clearInterval(this[_0x3e6cff(0xf4)]);},0x3e8);}[_0x59f81f(0xe4)](){const _0x17b603=_0x59f81f;this[_0x17b603(0xf4)]&&clearInterval(this[_0x17b603(0xf4)]);}}function _0x4ea7(){const _0x52b1ea=['licenseKey','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.','FormatPainterEditing','info','formatPainterLicenseKeyTrial','1509664ViSBrb','1223436trgwkS','init','pluginName','87740VLVyJk','editor','_licenseKeyCheckInterval','config','format-painter-trial-license-key-reached-limit-changes','add','306nDLOJF','700578kNsdJW','commands','formatPainterLicenseKeyInvalid','format-painter-invalid-license-key','15tjnsOa','3425048pYdEvS','191354elgcVN','10334643frpkVj','formatPainterLicenseKeyValid','destroy','2rYCLWQ','formatPainterLicenseKeyTrialLimit:operations','7USQqRd','get'];_0x4ea7=function(){return _0x52b1ea;};return _0x4ea7();}