@ckeditor/ckeditor5-format-painter 42.0.0-alpha.21 → 42.0.0-alpha.23

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
- (_0x18df8d=>{const {sr:{dictionary:_0x21447b,getPluralForm:_0x2eb87b}}={'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':_0xcff8f4=>_0xcff8f4%0xa==0x1&&_0xcff8f4%0x64!=0xb?0x0:_0xcff8f4%0xa>=0x2&&_0xcff8f4%0xa<=0x4&&(_0xcff8f4%0x64<0xa||_0xcff8f4%0x64>=0x14)?0x1:0x2}};_0x18df8d['sr']||={'dictionary':{},'getPluralForm':null},_0x18df8d['sr']['dictionary']=Object['assign'](_0x18df8d['sr']['dictionary'],_0x21447b),_0x18df8d['sr']['getPluralForm']=_0x2eb87b;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2d1b39=>{const {sr:{dictionary:_0x381217,getPluralForm:_0x4b5a3c}}={'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':_0x50ef6c=>_0x50ef6c%0xa==0x1&&_0x50ef6c%0x64!=0xb?0x0:_0x50ef6c%0xa>=0x2&&_0x50ef6c%0xa<=0x4&&(_0x50ef6c%0x64<0xa||_0x50ef6c%0x64>=0x14)?0x1:0x2}};_0x2d1b39['sr']||={'dictionary':{},'getPluralForm':null},_0x2d1b39['sr']['dictionary']=Object['assign'](_0x2d1b39['sr']['dictionary'],_0x381217),_0x2d1b39['sr']['getPluralForm']=_0x4b5a3c;})(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':_0x286062=>0x1!=_0x286062}};
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':_0x31213e=>0x1!=_0x31213e}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2733ee=>{const {sv:{dictionary:_0x46c70c,getPluralForm:_0x591664}}={'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':_0x2cead3=>0x1!=_0x2cead3}};_0x2733ee['sv']||={'dictionary':{},'getPluralForm':null},_0x2733ee['sv']['dictionary']=Object['assign'](_0x2733ee['sv']['dictionary'],_0x46c70c),_0x2733ee['sv']['getPluralForm']=_0x591664;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x32fee8=>{const {sv:{dictionary:_0x4e29f4,getPluralForm:_0x5656a4}}={'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':_0x440b07=>0x1!=_0x440b07}};_0x32fee8['sv']||={'dictionary':{},'getPluralForm':null},_0x32fee8['sv']['dictionary']=Object['assign'](_0x32fee8['sv']['dictionary'],_0x4e29f4),_0x32fee8['sv']['getPluralForm']=_0x5656a4;})(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':_0x165324=>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':_0xb9fd6c=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x44631b=>{const {th:{dictionary:_0x38d9fa,getPluralForm:_0x16d508}}={'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':_0x27d9ab=>0x0}};_0x44631b['th']||={'dictionary':{},'getPluralForm':null},_0x44631b['th']['dictionary']=Object['assign'](_0x44631b['th']['dictionary'],_0x38d9fa),_0x44631b['th']['getPluralForm']=_0x16d508;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x211474=>{const {th:{dictionary:_0x127051,getPluralForm:_0x2b8d80}}={'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':_0x3fd792=>0x0}};_0x211474['th']||={'dictionary':{},'getPluralForm':null},_0x211474['th']['dictionary']=Object['assign'](_0x211474['th']['dictionary'],_0x127051),_0x211474['th']['getPluralForm']=_0x2b8d80;})(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':_0x40cb9d=>_0x40cb9d>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':_0x57a771=>_0x57a771>0x1}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x4c2e4c=>{const {tr:{dictionary:_0x396e51,getPluralForm:_0x3c9647}}={'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':_0x2980e1=>_0x2980e1>0x1}};_0x4c2e4c['tr']||={'dictionary':{},'getPluralForm':null},_0x4c2e4c['tr']['dictionary']=Object['assign'](_0x4c2e4c['tr']['dictionary'],_0x396e51),_0x4c2e4c['tr']['getPluralForm']=_0x3c9647;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x45d368=>{const {tr:{dictionary:_0xd766cc,getPluralForm:_0x2741f8}}={'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':_0xa92a7d=>_0xa92a7d>0x1}};_0x45d368['tr']||={'dictionary':{},'getPluralForm':null},_0x45d368['tr']['dictionary']=Object['assign'](_0x45d368['tr']['dictionary'],_0xd766cc),_0x45d368['tr']['getPluralForm']=_0x2741f8;})(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':_0x34b5fd=>0x1!=_0x34b5fd}};
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':_0x17c276=>0x1!=_0x17c276}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x222e50=>{const {ug:{dictionary:_0x5acc18,getPluralForm:_0x282d38}}={'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':_0x404278=>0x1!=_0x404278}};_0x222e50['ug']||={'dictionary':{},'getPluralForm':null},_0x222e50['ug']['dictionary']=Object['assign'](_0x222e50['ug']['dictionary'],_0x5acc18),_0x222e50['ug']['getPluralForm']=_0x282d38;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x4a1a31=>{const {ug:{dictionary:_0x5b632f,getPluralForm:_0x53adf2}}={'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':_0x19a498=>0x1!=_0x19a498}};_0x4a1a31['ug']||={'dictionary':{},'getPluralForm':null},_0x4a1a31['ug']['dictionary']=Object['assign'](_0x4a1a31['ug']['dictionary'],_0x5b632f),_0x4a1a31['ug']['getPluralForm']=_0x53adf2;})(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':_0x492f50=>_0x492f50%0x1==0x0&&_0x492f50%0xa==0x1&&_0x492f50%0x64!=0xb?0x0:_0x492f50%0x1==0x0&&_0x492f50%0xa>=0x2&&_0x492f50%0xa<=0x4&&(_0x492f50%0x64<0xc||_0x492f50%0x64>0xe)?0x1:_0x492f50%0x1==0x0&&(_0x492f50%0xa==0x0||_0x492f50%0xa>=0x5&&_0x492f50%0xa<=0x9||_0x492f50%0x64>=0xb&&_0x492f50%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':_0x1a2bce=>_0x1a2bce%0x1==0x0&&_0x1a2bce%0xa==0x1&&_0x1a2bce%0x64!=0xb?0x0:_0x1a2bce%0x1==0x0&&_0x1a2bce%0xa>=0x2&&_0x1a2bce%0xa<=0x4&&(_0x1a2bce%0x64<0xc||_0x1a2bce%0x64>0xe)?0x1:_0x1a2bce%0x1==0x0&&(_0x1a2bce%0xa==0x0||_0x1a2bce%0xa>=0x5&&_0x1a2bce%0xa<=0x9||_0x1a2bce%0x64>=0xb&&_0x1a2bce%0x64<=0xe)?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2b47b=>{const {uk:{dictionary:_0x63fc7a,getPluralForm:_0x29b1f0}}={'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':_0x32807c=>_0x32807c%0x1==0x0&&_0x32807c%0xa==0x1&&_0x32807c%0x64!=0xb?0x0:_0x32807c%0x1==0x0&&_0x32807c%0xa>=0x2&&_0x32807c%0xa<=0x4&&(_0x32807c%0x64<0xc||_0x32807c%0x64>0xe)?0x1:_0x32807c%0x1==0x0&&(_0x32807c%0xa==0x0||_0x32807c%0xa>=0x5&&_0x32807c%0xa<=0x9||_0x32807c%0x64>=0xb&&_0x32807c%0x64<=0xe)?0x2:0x3}};_0x2b47b['uk']||={'dictionary':{},'getPluralForm':null},_0x2b47b['uk']['dictionary']=Object['assign'](_0x2b47b['uk']['dictionary'],_0x63fc7a),_0x2b47b['uk']['getPluralForm']=_0x29b1f0;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x22898a=>{const {uk:{dictionary:_0x13eb79,getPluralForm:_0xbecd39}}={'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':_0x25e128=>_0x25e128%0x1==0x0&&_0x25e128%0xa==0x1&&_0x25e128%0x64!=0xb?0x0:_0x25e128%0x1==0x0&&_0x25e128%0xa>=0x2&&_0x25e128%0xa<=0x4&&(_0x25e128%0x64<0xc||_0x25e128%0x64>0xe)?0x1:_0x25e128%0x1==0x0&&(_0x25e128%0xa==0x0||_0x25e128%0xa>=0x5&&_0x25e128%0xa<=0x9||_0x25e128%0x64>=0xb&&_0x25e128%0x64<=0xe)?0x2:0x3}};_0x22898a['uk']||={'dictionary':{},'getPluralForm':null},_0x22898a['uk']['dictionary']=Object['assign'](_0x22898a['uk']['dictionary'],_0x13eb79),_0x22898a['uk']['getPluralForm']=_0xbecd39;})(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':_0x11fbaa=>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':_0x94feea=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x5d8c43=>{const {vi:{dictionary:_0x1fa17d,getPluralForm:_0x5a92a7}}={'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':_0x52affe=>0x0}};_0x5d8c43['vi']||={'dictionary':{},'getPluralForm':null},_0x5d8c43['vi']['dictionary']=Object['assign'](_0x5d8c43['vi']['dictionary'],_0x1fa17d),_0x5d8c43['vi']['getPluralForm']=_0x5a92a7;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x4dcab9=>{const {vi:{dictionary:_0xe59506,getPluralForm:_0xd1637c}}={'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':_0x39f23f=>0x0}};_0x4dcab9['vi']||={'dictionary':{},'getPluralForm':null},_0x4dcab9['vi']['dictionary']=Object['assign'](_0x4dcab9['vi']['dictionary'],_0xe59506),_0x4dcab9['vi']['getPluralForm']=_0xd1637c;})(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':_0x1b8220=>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':_0x3cfa41=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x49f475=>{const {'zh-cn':{dictionary:_0x1abefa,getPluralForm:_0x11993e}}={'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':_0x2ad3dd=>0x0}};_0x49f475['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x49f475['zh-cn']['dictionary']=Object['assign'](_0x49f475['zh-cn']['dictionary'],_0x1abefa),_0x49f475['zh-cn']['getPluralForm']=_0x11993e;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x44b16c=>{const {'zh-cn':{dictionary:_0x2f78ff,getPluralForm:_0x128753}}={'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':_0x376822=>0x0}};_0x44b16c['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x44b16c['zh-cn']['dictionary']=Object['assign'](_0x44b16c['zh-cn']['dictionary'],_0x2f78ff),_0x44b16c['zh-cn']['getPluralForm']=_0x128753;})(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':_0x61775e=>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':_0x2f8122=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x346a2a=>{const {zh:{dictionary:_0x343814,getPluralForm:_0x361558}}={'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':_0x172c95=>0x0}};_0x346a2a['zh']||={'dictionary':{},'getPluralForm':null},_0x346a2a['zh']['dictionary']=Object['assign'](_0x346a2a['zh']['dictionary'],_0x343814),_0x346a2a['zh']['getPluralForm']=_0x361558;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x471c55=>{const {zh:{dictionary:_0x32b477,getPluralForm:_0x418e82}}={'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':_0x1f688c=>0x0}};_0x471c55['zh']||={'dictionary':{},'getPluralForm':null},_0x471c55['zh']['dictionary']=Object['assign'](_0x471c55['zh']['dictionary'],_0x32b477),_0x471c55['zh']['getPluralForm']=_0x418e82;})(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.21",
3
+ "version": "42.0.0-alpha.23",
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.21",
16
- "ckeditor5-collaboration": "42.0.0-alpha.21"
15
+ "ckeditor5": "42.0.0-alpha.23",
16
+ "ckeditor5-collaboration": "42.0.0-alpha.23"
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 _0x915166=_0x26fb;(function(_0x1d9e42,_0xde73a){const _0x154a0c=_0x26fb,_0x31149a=_0x1d9e42();while(!![]){try{const _0x30fea0=-parseInt(_0x154a0c(0x18c))/0x1+parseInt(_0x154a0c(0x189))/0x2+-parseInt(_0x154a0c(0x17b))/0x3*(-parseInt(_0x154a0c(0x17e))/0x4)+parseInt(_0x154a0c(0x196))/0x5*(parseInt(_0x154a0c(0x191))/0x6)+parseInt(_0x154a0c(0x17d))/0x7+-parseInt(_0x154a0c(0x194))/0x8+-parseInt(_0x154a0c(0x18e))/0x9*(parseInt(_0x154a0c(0x197))/0xa);if(_0x30fea0===_0xde73a)break;else _0x31149a['push'](_0x31149a['shift']());}catch(_0x46f9aa){_0x31149a['push'](_0x31149a['shift']());}}}(_0x462b,0x33f63));function _0x26fb(_0x5d049a,_0x16d5a1){const _0x462b1a=_0x462b();return _0x26fb=function(_0x26fbe1,_0x40ab3b){_0x26fbe1=_0x26fbe1-0x17a;let _0x2ede67=_0x462b1a[_0x26fbe1];return _0x2ede67;},_0x26fb(_0x5d049a,_0x16d5a1);}function _0x462b(){const _0x37b70e=['27malQVX','execute','change:isEnabled','6tfHNbX','selection','model','1057616VsdZHK','getAttributeProperties','1446475JDcOFK','191870wUBkzm','filter','17679rvEZBZ','fromEntries','2093000QDBqul','4WyKrZL','from','isFormatting','commands','change:value','reset','getAttributes','value','editor','schema','refresh','250560sJxouZ','_getFormattingAttributes','document','316870ViQrgX','get'];_0x462b=function(){return _0x37b70e;};return _0x462b();}import{Command as _0x3e58b9}from'ckeditor5/src/core.js';import{PASTE_FORMAT_COMMAND_NAME as _0x3dd6d5}from'./utils.js';export default class r extends _0x3e58b9{constructor(_0x67d776){const _0x28a5e3=_0x26fb;super(_0x67d776),this[_0x28a5e3(0x185)]=void 0x0,this['on'](_0x28a5e3(0x190),(_0x1159a0,_0x6cdb7f,_0x4b84e1)=>{const _0x26aed3=_0x28a5e3;_0x4b84e1||this[_0x26aed3(0x183)]();}),this['on'](_0x28a5e3(0x182),()=>_0x67d776[_0x28a5e3(0x181)][_0x28a5e3(0x18d)](_0x3dd6d5)[_0x28a5e3(0x188)]());}[_0x915166(0x18f)](){const _0x40f054=_0x915166;this[_0x40f054(0x185)]=this[_0x40f054(0x18a)]();}[_0x915166(0x183)](){const _0x530d5c=_0x915166;this[_0x530d5c(0x185)]=void 0x0;}[_0x915166(0x18a)](){const _0x150665=_0x915166,_0x224449=this[_0x150665(0x186)][_0x150665(0x193)],_0x1ae04f=_0x224449[_0x150665(0x18b)][_0x150665(0x192)];return Object[_0x150665(0x17c)](Array[_0x150665(0x17f)](_0x1ae04f[_0x150665(0x184)]())[_0x150665(0x17a)](([_0x3c42e4])=>_0x224449[_0x150665(0x187)][_0x150665(0x195)](_0x3c42e4)[_0x150665(0x180)]));}}
23
+ const _0x42edac=_0x5040;(function(_0x362ca8,_0x53b9c9){const _0x297e05=_0x5040,_0x29fbb4=_0x362ca8();while(!![]){try{const _0x47c2af=parseInt(_0x297e05(0x11a))/0x1*(-parseInt(_0x297e05(0x109))/0x2)+-parseInt(_0x297e05(0x104))/0x3+parseInt(_0x297e05(0x108))/0x4+-parseInt(_0x297e05(0x110))/0x5+-parseInt(_0x297e05(0x10a))/0x6+parseInt(_0x297e05(0x120))/0x7+parseInt(_0x297e05(0x117))/0x8*(parseInt(_0x297e05(0x106))/0x9);if(_0x47c2af===_0x53b9c9)break;else _0x29fbb4['push'](_0x29fbb4['shift']());}catch(_0x56408d){_0x29fbb4['push'](_0x29fbb4['shift']());}}}(_0x62a1,0xef3f2));import{Command as _0xdf549}from'ckeditor5/src/core.js';function _0x5040(_0x23a597,_0x1d3e13){const _0x62a128=_0x62a1();return _0x5040=function(_0x504077,_0x59b911){_0x504077=_0x504077-0x104;let _0x3d7384=_0x62a128[_0x504077];return _0x3d7384;},_0x5040(_0x23a597,_0x1d3e13);}import{PASTE_FORMAT_COMMAND_NAME as _0x1148ff}from'./utils.js';function _0x62a1(){const _0x3a6367=['2439028PWZevN','6639000OnuFUN','execute','reset','commands','document','schema','4336140GVrnRL','refresh','from','change:isEnabled','filter','getAttributes','selection','8CaDISz','editor','getAttributeProperties','1sJAQMo','value','get','model','_getFormattingAttributes','fromEntries','8559173ZqHBjE','5255613iYNkvj','isFormatting','41000733MDWHOG','change:value','586764zgkPpK'];_0x62a1=function(){return _0x3a6367;};return _0x62a1();}export default class r extends _0xdf549{constructor(_0x14e3b8){const _0xa5ebc3=_0x5040;super(_0x14e3b8),this[_0xa5ebc3(0x11b)]=void 0x0,this['on'](_0xa5ebc3(0x113),(_0x2a2373,_0x15a606,_0x2ea996)=>{const _0x4ba596=_0xa5ebc3;_0x2ea996||this[_0x4ba596(0x10c)]();}),this['on'](_0xa5ebc3(0x107),()=>_0x14e3b8[_0xa5ebc3(0x10d)][_0xa5ebc3(0x11c)](_0x1148ff)[_0xa5ebc3(0x111)]());}[_0x42edac(0x10b)](){const _0x4abf7b=_0x42edac;this[_0x4abf7b(0x11b)]=this[_0x4abf7b(0x11e)]();}[_0x42edac(0x10c)](){const _0x4b569d=_0x42edac;this[_0x4b569d(0x11b)]=void 0x0;}[_0x42edac(0x11e)](){const _0x5e4414=_0x42edac,_0x11e0e0=this[_0x5e4414(0x118)][_0x5e4414(0x11d)],_0x4ffc3c=_0x11e0e0[_0x5e4414(0x10e)][_0x5e4414(0x116)];return Object[_0x5e4414(0x11f)](Array[_0x5e4414(0x112)](_0x4ffc3c[_0x5e4414(0x115)]())[_0x5e4414(0x114)](([_0x359bf1])=>_0x11e0e0[_0x5e4414(0x10f)][_0x5e4414(0x119)](_0x359bf1)[_0x5e4414(0x105)]));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x25b201=_0x4b8e;(function(_0x3004fb,_0x32e8a5){var _0x2c77b2=_0x4b8e,_0x5eb67e=_0x3004fb();while(!![]){try{var _0x5ba916=parseInt(_0x2c77b2(0x1e7))/0x1*(parseInt(_0x2c77b2(0x1e9))/0x2)+-parseInt(_0x2c77b2(0x1e6))/0x3*(-parseInt(_0x2c77b2(0x1e8))/0x4)+parseInt(_0x2c77b2(0x1eb))/0x5*(parseInt(_0x2c77b2(0x1e3))/0x6)+parseInt(_0x2c77b2(0x1ed))/0x7*(-parseInt(_0x2c77b2(0x1f0))/0x8)+-parseInt(_0x2c77b2(0x1ec))/0x9*(parseInt(_0x2c77b2(0x1f1))/0xa)+-parseInt(_0x2c77b2(0x1f3))/0xb*(parseInt(_0x2c77b2(0x1e4))/0xc)+-parseInt(_0x2c77b2(0x1ea))/0xd*(-parseInt(_0x2c77b2(0x1ee))/0xe);if(_0x5ba916===_0x32e8a5)break;else _0x5eb67e['push'](_0x5eb67e['shift']());}catch(_0x37bc16){_0x5eb67e['push'](_0x5eb67e['shift']());}}}(_0x31b1,0xe5b53));import{Plugin as _0x360e51}from'ckeditor5/src/core.js';function _0x31b1(){var _0x459e61=['17FfvoFF','641552KIylCY','212582sBHyOS','26VpWkuk','5RIZSwA','855243odyPiK','7miecEr','842282aKHslR','requires','9850456WydiWA','80KZtaEc','pluginName','11GWBQpC','10071528TCRPVC','17704740OhKoyd','FormatPainter','15xZTNbv'];_0x31b1=function(){return _0x459e61;};return _0x31b1();}function _0x4b8e(_0x5bd748,_0x2c1442){var _0x31b12c=_0x31b1();return _0x4b8e=function(_0x4b8e1b,_0x1ec7c0){_0x4b8e1b=_0x4b8e1b-0x1e3;var _0x1c712d=_0x31b12c[_0x4b8e1b];return _0x1c712d;},_0x4b8e(_0x5bd748,_0x2c1442);}import _0x6eb688 from'./formatpainterediting.js';import _0x2d0560 from'./formatpainterui.js';export default class m extends _0x360e51{static get[_0x25b201(0x1ef)](){return[_0x6eb688,_0x2d0560];}static get[_0x25b201(0x1f2)](){var _0x4d4d6d=_0x25b201;return _0x4d4d6d(0x1e5);}}
23
+ var _0x404c12=_0x5991;function _0x19af(){var _0x5444dd=['3621633vdhpCR','2616328WsFdeq','747520DCwNSo','FormatPainter','6079560HnwTWj','pluginName','459222szkbJM','requires','242199GXYKZM','1325798GHRfkX','968hhnoXd','112kUMecm'];_0x19af=function(){return _0x5444dd;};return _0x19af();}(function(_0x2ab3f4,_0x4c53f2){var _0x1f4a66=_0x5991,_0x1caeeb=_0x2ab3f4();while(!![]){try{var _0x3bca57=parseInt(_0x1f4a66(0x114))/0x1+parseInt(_0x1f4a66(0x118))/0x2+parseInt(_0x1f4a66(0x117))/0x3+parseInt(_0x1f4a66(0x119))/0x4+-parseInt(_0x1f4a66(0x11b))/0x5+parseInt(_0x1f4a66(0x111))/0x6*(parseInt(_0x1f4a66(0x116))/0x7)+parseInt(_0x1f4a66(0x115))/0x8*(-parseInt(_0x1f4a66(0x113))/0x9);if(_0x3bca57===_0x4c53f2)break;else _0x1caeeb['push'](_0x1caeeb['shift']());}catch(_0x12057b){_0x1caeeb['push'](_0x1caeeb['shift']());}}}(_0x19af,0xbe8d6));import{Plugin as _0x2adb29}from'ckeditor5/src/core.js';import _0x1f13ab from'./formatpainterediting.js';function _0x5991(_0x3c6f47,_0x16e567){var _0x19af52=_0x19af();return _0x5991=function(_0x59913f,_0x43cbef){_0x59913f=_0x59913f-0x110;var _0x275177=_0x19af52[_0x59913f];return _0x275177;},_0x5991(_0x3c6f47,_0x16e567);}import _0x333932 from'./formatpainterui.js';export default class m extends _0x2adb29{static get[_0x404c12(0x112)](){return[_0x1f13ab,_0x333932];}static get[_0x404c12(0x110)](){var _0x8e9e54=_0x404c12;return _0x8e9e54(0x11a);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x188dcd=_0x1deb;function _0x1deb(_0x9c6828,_0x593339){const _0x146a54=_0x146a();return _0x1deb=function(_0x1debbe,_0x1fb67e){_0x1debbe=_0x1debbe-0x161;let _0x2cf2f0=_0x146a54[_0x1debbe];return _0x2cf2f0;},_0x1deb(_0x9c6828,_0x593339);}(function(_0x26e65b,_0x180d7e){const _0x260cf3=_0x1deb,_0x943ea0=_0x26e65b();while(!![]){try{const _0x9c5948=-parseInt(_0x260cf3(0x16a))/0x1+parseInt(_0x260cf3(0x16d))/0x2+parseInt(_0x260cf3(0x169))/0x3+-parseInt(_0x260cf3(0x167))/0x4*(parseInt(_0x260cf3(0x17b))/0x5)+parseInt(_0x260cf3(0x163))/0x6+-parseInt(_0x260cf3(0x179))/0x7+parseInt(_0x260cf3(0x175))/0x8;if(_0x9c5948===_0x180d7e)break;else _0x943ea0['push'](_0x943ea0['shift']());}catch(_0x1945de){_0x943ea0['push'](_0x943ea0['shift']());}}}(_0x146a,0x20763));import{Plugin as _0x38fafe}from'ckeditor5/src/core.js';import{CKEditorError as _0x2369bf}from'ckeditor5/src/utils.js';import _0x1af82b from'./copyformatcommand.js';function _0x146a(){const _0x3ee029=['pluginName','formatPainterLicenseKeyTrial','info','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.','4295704LbqbuE','formatPainterLicenseKeyValid','get','editor','1493520wxewPe','_licenseKeyCheckInterval','50pliTzs','FormatPainterEditing','formatPainterLicenseKeyInvalid','527154kYwynE','format-painter-invalid-license-key','licenseKey','destroy','95672YfONgs','add','147960VCunsV','264421iiOhcH','formatPainterLicenseKeyTrialLimit:operations','commands','351564MccHdN','init','config','format-painter-trial-license-key-reached-limit-changes'];_0x146a=function(){return _0x3ee029;};return _0x146a();}import _0x4d59e5 from'./pasteformatcommand.js';import{COPY_FORMAT_COMMAND_NAME as _0x24fa14,PASTE_FORMAT_COMMAND_NAME as _0x4c8282}from'./utils.js';export default class o extends _0x38fafe{static get[_0x188dcd(0x171)](){const _0x4b4ae4=_0x188dcd;return _0x4b4ae4(0x161);}constructor(_0x5b897a){const _0x5ef8a2=_0x188dcd;super(_0x5b897a),this[_0x5ef8a2(0x17a)]=null;}[_0x188dcd(0x16e)](){const _0x354c92=_0x188dcd,_0x29992b=this[_0x354c92(0x178)];_0x29992b[_0x354c92(0x16c)][_0x354c92(0x168)](_0x24fa14,new _0x1af82b(_0x29992b)),_0x29992b[_0x354c92(0x16c)][_0x354c92(0x168)](_0x4c8282,new _0x4d59e5(_0x29992b)),this[_0x354c92(0x165)]=_0x29992b[_0x354c92(0x16f)][_0x354c92(0x177)](_0x354c92(0x165));const _0x4cf756=this[_0x354c92(0x178)];this[_0x354c92(0x17a)]=setInterval(()=>{const _0x42b2d3=_0x354c92;let _0x23832f;for(const _0x4f0b6d in _0x4cf756){const _0x4aee8e=_0x4f0b6d,_0x239e50=_0x4cf756[_0x4aee8e];if(_0x42b2d3(0x172)===_0x239e50||_0x42b2d3(0x162)===_0x239e50||_0x42b2d3(0x176)===_0x239e50||_0x42b2d3(0x16b)===_0x239e50){delete _0x4cf756[_0x4aee8e],_0x23832f=_0x239e50;break;}}if(_0x42b2d3(0x162)===_0x23832f)throw clearInterval(this[_0x42b2d3(0x17a)]),new _0x2369bf(_0x42b2d3(0x164),null);if(_0x42b2d3(0x172)===_0x23832f&&console[_0x42b2d3(0x173)](_0x42b2d3(0x174)),_0x42b2d3(0x16b)===_0x23832f)throw clearInterval(this[_0x42b2d3(0x17a)]),new _0x2369bf(_0x42b2d3(0x170),null);_0x42b2d3(0x176)===_0x23832f&&clearInterval(this[_0x42b2d3(0x17a)]);},0x3e8);}[_0x188dcd(0x166)](){const _0xaa400f=_0x188dcd;this[_0xaa400f(0x17a)]&&clearInterval(this[_0xaa400f(0x17a)]);}}
23
+ const _0x42b2e9=_0x5b5e;(function(_0xb8484a,_0x14fd62){const _0x126bf9=_0x5b5e,_0x3a0e11=_0xb8484a();while(!![]){try{const _0x53cdb6=-parseInt(_0x126bf9(0x1d0))/0x1+parseInt(_0x126bf9(0x1c9))/0x2+parseInt(_0x126bf9(0x1d6))/0x3*(parseInt(_0x126bf9(0x1d4))/0x4)+-parseInt(_0x126bf9(0x1c7))/0x5+-parseInt(_0x126bf9(0x1da))/0x6*(parseInt(_0x126bf9(0x1e1))/0x7)+-parseInt(_0x126bf9(0x1df))/0x8*(parseInt(_0x126bf9(0x1c6))/0x9)+parseInt(_0x126bf9(0x1dc))/0xa;if(_0x53cdb6===_0x14fd62)break;else _0x3a0e11['push'](_0x3a0e11['shift']());}catch(_0x14dbfa){_0x3a0e11['push'](_0x3a0e11['shift']());}}}(_0x4a0b,0x56bc1));function _0x4a0b(){const _0x1e7398=['pluginName','736906mhArCL','info','_licenseKeyCheckInterval','formatPainterLicenseKeyTrialLimit:operations','commands','destroy','get','426886AUbQSW','init','config','format-painter-invalid-license-key','73020lEvBib','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.','57IsshEN','editor','formatPainterLicenseKeyTrial','FormatPainterEditing','1374rXmRVr','format-painter-trial-license-key-reached-limit-changes','8118430OErRxr','add','formatPainterLicenseKeyValid','8CSzbFr','formatPainterLicenseKeyInvalid','1099RpqGJM','licenseKey','3455559SCxKJT','1625430LWScQo'];_0x4a0b=function(){return _0x1e7398;};return _0x4a0b();}import{Plugin as _0x43b0b8}from'ckeditor5/src/core.js';import{CKEditorError as _0x48fda5}from'ckeditor5/src/utils.js';function _0x5b5e(_0x4a1359,_0x5f1913){const _0x4a0bd2=_0x4a0b();return _0x5b5e=function(_0x5b5e21,_0x396d3c){_0x5b5e21=_0x5b5e21-0x1c5;let _0x4c703d=_0x4a0bd2[_0x5b5e21];return _0x4c703d;},_0x5b5e(_0x4a1359,_0x5f1913);}import _0x3e68c5 from'./copyformatcommand.js';import _0x1726e2 from'./pasteformatcommand.js';import{COPY_FORMAT_COMMAND_NAME as _0x5a625d,PASTE_FORMAT_COMMAND_NAME as _0x45ddc8}from'./utils.js';export default class o extends _0x43b0b8{static get[_0x42b2e9(0x1c8)](){const _0x268ade=_0x42b2e9;return _0x268ade(0x1d9);}constructor(_0x1159b4){const _0x2082c6=_0x42b2e9;super(_0x1159b4),this[_0x2082c6(0x1cb)]=null;}[_0x42b2e9(0x1d1)](){const _0x34e989=_0x42b2e9,_0x3b1f79=this[_0x34e989(0x1d7)];_0x3b1f79[_0x34e989(0x1cd)][_0x34e989(0x1dd)](_0x5a625d,new _0x3e68c5(_0x3b1f79)),_0x3b1f79[_0x34e989(0x1cd)][_0x34e989(0x1dd)](_0x45ddc8,new _0x1726e2(_0x3b1f79)),this[_0x34e989(0x1c5)]=_0x3b1f79[_0x34e989(0x1d2)][_0x34e989(0x1cf)](_0x34e989(0x1c5));const _0x350438=this[_0x34e989(0x1d7)];this[_0x34e989(0x1cb)]=setInterval(()=>{const _0x14b5ca=_0x34e989;let _0x3cd627;for(const _0x12062a in _0x350438){const _0x4a88b9=_0x12062a,_0x1b91cd=_0x350438[_0x4a88b9];if(_0x14b5ca(0x1d8)===_0x1b91cd||_0x14b5ca(0x1e0)===_0x1b91cd||_0x14b5ca(0x1de)===_0x1b91cd||_0x14b5ca(0x1cc)===_0x1b91cd){delete _0x350438[_0x4a88b9],_0x3cd627=_0x1b91cd;break;}}if(_0x14b5ca(0x1e0)===_0x3cd627)throw clearInterval(this[_0x14b5ca(0x1cb)]),new _0x48fda5(_0x14b5ca(0x1d3),null);if(_0x14b5ca(0x1d8)===_0x3cd627&&console[_0x14b5ca(0x1ca)](_0x14b5ca(0x1d5)),_0x14b5ca(0x1cc)===_0x3cd627)throw clearInterval(this[_0x14b5ca(0x1cb)]),new _0x48fda5(_0x14b5ca(0x1db),null);_0x14b5ca(0x1de)===_0x3cd627&&clearInterval(this[_0x14b5ca(0x1cb)]);},0x3e8);}[_0x42b2e9(0x1ce)](){const _0x574312=_0x42b2e9;this[_0x574312(0x1cb)]&&clearInterval(this[_0x574312(0x1cb)]);}}