@ckeditor/ckeditor5-format-painter 43.1.0-alpha.6 → 43.1.0-alpha.8

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
- (_0x319a72=>{const {sr:{dictionary:_0x16afdb,getPluralForm:_0x174e56}}={'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':_0x45ad68=>_0x45ad68%0xa==0x1&&_0x45ad68%0x64!=0xb?0x0:_0x45ad68%0xa>=0x2&&_0x45ad68%0xa<=0x4&&(_0x45ad68%0x64<0xa||_0x45ad68%0x64>=0x14)?0x1:0x2}};_0x319a72['sr']||={'dictionary':{},'getPluralForm':null},_0x319a72['sr']['dictionary']=Object['assign'](_0x319a72['sr']['dictionary'],_0x16afdb),_0x319a72['sr']['getPluralForm']=_0x174e56;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x374604=>{const {sr:{dictionary:_0x4a5cf1,getPluralForm:_0x176530}}={'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':_0x404922=>_0x404922%0xa==0x1&&_0x404922%0x64!=0xb?0x0:_0x404922%0xa>=0x2&&_0x404922%0xa<=0x4&&(_0x404922%0x64<0xa||_0x404922%0x64>=0x14)?0x1:0x2}};_0x374604['sr']||={'dictionary':{},'getPluralForm':null},_0x374604['sr']['dictionary']=Object['assign'](_0x374604['sr']['dictionary'],_0x4a5cf1),_0x374604['sr']['getPluralForm']=_0x176530;})(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':_0x222e84=>0x1!=_0x222e84}};
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':_0x40b058=>0x1!=_0x40b058}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x411710=>{const {sv:{dictionary:_0x24c850,getPluralForm:_0x3b7442}}={'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':_0x18b057=>0x1!=_0x18b057}};_0x411710['sv']||={'dictionary':{},'getPluralForm':null},_0x411710['sv']['dictionary']=Object['assign'](_0x411710['sv']['dictionary'],_0x24c850),_0x411710['sv']['getPluralForm']=_0x3b7442;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2d4de4=>{const {sv:{dictionary:_0x18edbe,getPluralForm:_0x1d5696}}={'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':_0x5a771d=>0x1!=_0x5a771d}};_0x2d4de4['sv']||={'dictionary':{},'getPluralForm':null},_0x2d4de4['sv']['dictionary']=Object['assign'](_0x2d4de4['sv']['dictionary'],_0x18edbe),_0x2d4de4['sv']['getPluralForm']=_0x1d5696;})(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':_0x5b3771=>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':_0x495eb1=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x3c0497=>{const {th:{dictionary:_0x5d6d38,getPluralForm:_0x2bc9a5}}={'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':_0x1b23fd=>0x0}};_0x3c0497['th']||={'dictionary':{},'getPluralForm':null},_0x3c0497['th']['dictionary']=Object['assign'](_0x3c0497['th']['dictionary'],_0x5d6d38),_0x3c0497['th']['getPluralForm']=_0x2bc9a5;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x59a85e=>{const {th:{dictionary:_0x40916f,getPluralForm:_0x266bc5}}={'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':_0x23aac5=>0x0}};_0x59a85e['th']||={'dictionary':{},'getPluralForm':null},_0x59a85e['th']['dictionary']=Object['assign'](_0x59a85e['th']['dictionary'],_0x40916f),_0x59a85e['th']['getPluralForm']=_0x266bc5;})(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':_0x329e9b=>_0x329e9b>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':_0x5e9ed0=>_0x5e9ed0>0x1}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x5e6060=>{const {tr:{dictionary:_0x4e2369,getPluralForm:_0x527544}}={'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':_0x3209c4=>_0x3209c4>0x1}};_0x5e6060['tr']||={'dictionary':{},'getPluralForm':null},_0x5e6060['tr']['dictionary']=Object['assign'](_0x5e6060['tr']['dictionary'],_0x4e2369),_0x5e6060['tr']['getPluralForm']=_0x527544;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x152d64=>{const {tr:{dictionary:_0x47c4e6,getPluralForm:_0x2d4ffb}}={'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':_0x1f5da6=>_0x1f5da6>0x1}};_0x152d64['tr']||={'dictionary':{},'getPluralForm':null},_0x152d64['tr']['dictionary']=Object['assign'](_0x152d64['tr']['dictionary'],_0x47c4e6),_0x152d64['tr']['getPluralForm']=_0x2d4ffb;})(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':_0x3b3f23=>0x1!=_0x3b3f23}};
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':_0x4ef070=>0x1!=_0x4ef070}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x274811=>{const {ug:{dictionary:_0x1a3c85,getPluralForm:_0x46933b}}={'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':_0x43927a=>0x1!=_0x43927a}};_0x274811['ug']||={'dictionary':{},'getPluralForm':null},_0x274811['ug']['dictionary']=Object['assign'](_0x274811['ug']['dictionary'],_0x1a3c85),_0x274811['ug']['getPluralForm']=_0x46933b;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x40261a=>{const {ug:{dictionary:_0x28fde7,getPluralForm:_0x135501}}={'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':_0x274278=>0x1!=_0x274278}};_0x40261a['ug']||={'dictionary':{},'getPluralForm':null},_0x40261a['ug']['dictionary']=Object['assign'](_0x40261a['ug']['dictionary'],_0x28fde7),_0x40261a['ug']['getPluralForm']=_0x135501;})(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':_0x2abab3=>_0x2abab3%0x1==0x0&&_0x2abab3%0xa==0x1&&_0x2abab3%0x64!=0xb?0x0:_0x2abab3%0x1==0x0&&_0x2abab3%0xa>=0x2&&_0x2abab3%0xa<=0x4&&(_0x2abab3%0x64<0xc||_0x2abab3%0x64>0xe)?0x1:_0x2abab3%0x1==0x0&&(_0x2abab3%0xa==0x0||_0x2abab3%0xa>=0x5&&_0x2abab3%0xa<=0x9||_0x2abab3%0x64>=0xb&&_0x2abab3%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':_0x32db24=>_0x32db24%0x1==0x0&&_0x32db24%0xa==0x1&&_0x32db24%0x64!=0xb?0x0:_0x32db24%0x1==0x0&&_0x32db24%0xa>=0x2&&_0x32db24%0xa<=0x4&&(_0x32db24%0x64<0xc||_0x32db24%0x64>0xe)?0x1:_0x32db24%0x1==0x0&&(_0x32db24%0xa==0x0||_0x32db24%0xa>=0x5&&_0x32db24%0xa<=0x9||_0x32db24%0x64>=0xb&&_0x32db24%0x64<=0xe)?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2c614=>{const {uk:{dictionary:_0x4c984a,getPluralForm:_0x462e91}}={'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':_0x3025e5=>_0x3025e5%0x1==0x0&&_0x3025e5%0xa==0x1&&_0x3025e5%0x64!=0xb?0x0:_0x3025e5%0x1==0x0&&_0x3025e5%0xa>=0x2&&_0x3025e5%0xa<=0x4&&(_0x3025e5%0x64<0xc||_0x3025e5%0x64>0xe)?0x1:_0x3025e5%0x1==0x0&&(_0x3025e5%0xa==0x0||_0x3025e5%0xa>=0x5&&_0x3025e5%0xa<=0x9||_0x3025e5%0x64>=0xb&&_0x3025e5%0x64<=0xe)?0x2:0x3}};_0x2c614['uk']||={'dictionary':{},'getPluralForm':null},_0x2c614['uk']['dictionary']=Object['assign'](_0x2c614['uk']['dictionary'],_0x4c984a),_0x2c614['uk']['getPluralForm']=_0x462e91;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x204a42=>{const {uk:{dictionary:_0x5d98f3,getPluralForm:_0x1fd5af}}={'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':_0x339612=>_0x339612%0x1==0x0&&_0x339612%0xa==0x1&&_0x339612%0x64!=0xb?0x0:_0x339612%0x1==0x0&&_0x339612%0xa>=0x2&&_0x339612%0xa<=0x4&&(_0x339612%0x64<0xc||_0x339612%0x64>0xe)?0x1:_0x339612%0x1==0x0&&(_0x339612%0xa==0x0||_0x339612%0xa>=0x5&&_0x339612%0xa<=0x9||_0x339612%0x64>=0xb&&_0x339612%0x64<=0xe)?0x2:0x3}};_0x204a42['uk']||={'dictionary':{},'getPluralForm':null},_0x204a42['uk']['dictionary']=Object['assign'](_0x204a42['uk']['dictionary'],_0x5d98f3),_0x204a42['uk']['getPluralForm']=_0x1fd5af;})(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':_0x2ab25d=>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':_0x388a0f=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x24ba52=>{const {vi:{dictionary:_0x5c5884,getPluralForm:_0x2d3f46}}={'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':_0x3fc918=>0x0}};_0x24ba52['vi']||={'dictionary':{},'getPluralForm':null},_0x24ba52['vi']['dictionary']=Object['assign'](_0x24ba52['vi']['dictionary'],_0x5c5884),_0x24ba52['vi']['getPluralForm']=_0x2d3f46;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x32a9cd=>{const {vi:{dictionary:_0x4e9ea0,getPluralForm:_0x2cd140}}={'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':_0x207033=>0x0}};_0x32a9cd['vi']||={'dictionary':{},'getPluralForm':null},_0x32a9cd['vi']['dictionary']=Object['assign'](_0x32a9cd['vi']['dictionary'],_0x4e9ea0),_0x32a9cd['vi']['getPluralForm']=_0x2cd140;})(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':_0x1884fe=>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':_0x1599c5=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x483f3d=>{const {'zh-cn':{dictionary:_0x167bc8,getPluralForm:_0x31f967}}={'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':_0x37ab02=>0x0}};_0x483f3d['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x483f3d['zh-cn']['dictionary']=Object['assign'](_0x483f3d['zh-cn']['dictionary'],_0x167bc8),_0x483f3d['zh-cn']['getPluralForm']=_0x31f967;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x9db685=>{const {'zh-cn':{dictionary:_0x2f9d03,getPluralForm:_0xe3e57e}}={'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':_0x21e435=>0x0}};_0x9db685['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x9db685['zh-cn']['dictionary']=Object['assign'](_0x9db685['zh-cn']['dictionary'],_0x2f9d03),_0x9db685['zh-cn']['getPluralForm']=_0xe3e57e;})(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':_0x146bb1=>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':_0x5b9dfe=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x901401=>{const {zh:{dictionary:_0x88bf0d,getPluralForm:_0x3a8e54}}={'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':_0x4a7091=>0x0}};_0x901401['zh']||={'dictionary':{},'getPluralForm':null},_0x901401['zh']['dictionary']=Object['assign'](_0x901401['zh']['dictionary'],_0x88bf0d),_0x901401['zh']['getPluralForm']=_0x3a8e54;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3d241a=>{const {zh:{dictionary:_0xf66203,getPluralForm:_0x220e9a}}={'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':_0x411be0=>0x0}};_0x3d241a['zh']||={'dictionary':{},'getPluralForm':null},_0x3d241a['zh']['dictionary']=Object['assign'](_0x3d241a['zh']['dictionary'],_0xf66203),_0x3d241a['zh']['getPluralForm']=_0x220e9a;})(window['CKEDITOR_TRANSLATIONS']||={});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-format-painter",
3
- "version": "43.1.0-alpha.6",
3
+ "version": "43.1.0-alpha.8",
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.1.0-alpha.6",
16
- "@ckeditor/ckeditor5-engine": "43.1.0-alpha.6",
17
- "@ckeditor/ckeditor5-ui": "43.1.0-alpha.6",
18
- "@ckeditor/ckeditor5-utils": "43.1.0-alpha.6",
19
- "ckeditor5": "43.1.0-alpha.6",
20
- "ckeditor5-collaboration": "43.1.0-alpha.6"
15
+ "@ckeditor/ckeditor5-core": "43.1.0-alpha.8",
16
+ "@ckeditor/ckeditor5-engine": "43.1.0-alpha.8",
17
+ "@ckeditor/ckeditor5-ui": "43.1.0-alpha.8",
18
+ "@ckeditor/ckeditor5-utils": "43.1.0-alpha.8",
19
+ "ckeditor5": "43.1.0-alpha.8",
20
+ "ckeditor5-collaboration": "43.1.0-alpha.8"
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
- function _0x1634(_0x443a85,_0x3afd2c){const _0x47c220=_0x47c2();return _0x1634=function(_0x163467,_0x206c77){_0x163467=_0x163467-0x183;let _0x462536=_0x47c220[_0x163467];return _0x462536;},_0x1634(_0x443a85,_0x3afd2c);}const _0x4a457b=_0x1634;(function(_0xdf5ca1,_0x7bd8ca){const _0x9de18c=_0x1634,_0x29a715=_0xdf5ca1();while(!![]){try{const _0x4b0324=-parseInt(_0x9de18c(0x18a))/0x1*(-parseInt(_0x9de18c(0x187))/0x2)+-parseInt(_0x9de18c(0x18e))/0x3*(parseInt(_0x9de18c(0x198))/0x4)+-parseInt(_0x9de18c(0x199))/0x5*(parseInt(_0x9de18c(0x19b))/0x6)+-parseInt(_0x9de18c(0x184))/0x7*(parseInt(_0x9de18c(0x186))/0x8)+-parseInt(_0x9de18c(0x188))/0x9+parseInt(_0x9de18c(0x1a0))/0xa+parseInt(_0x9de18c(0x18f))/0xb;if(_0x4b0324===_0x7bd8ca)break;else _0x29a715['push'](_0x29a715['shift']());}catch(_0x4c717a){_0x29a715['push'](_0x29a715['shift']());}}}(_0x47c2,0xe1a34));import{Command as _0x54d095}from'ckeditor5/src/core.js';import{PASTE_FORMAT_COMMAND_NAME as _0x12e58c}from'./utils.js';function _0x47c2(){const _0x497b70=['3jELUQh','41274156GvAMXk','isFormatting','model','from','_getFormattingAttributes','editor','schema','fromEntries','selection','3774964MSKfGc','21355ucvnij','get','606cMxKfn','getAttributeProperties','filter','change:isEnabled','document','2795700ssPGcF','reset','execute','1108205ZbZROP','value','88puvrnj','143114yYuIFH','1206819ntmVFM','refresh','2EaltCc','commands','getAttributes','change:value'];_0x47c2=function(){return _0x497b70;};return _0x47c2();}export default class r extends _0x54d095{constructor(_0x141442){const _0x18c56a=_0x1634;super(_0x141442),this[_0x18c56a(0x185)]=void 0x0,this['on'](_0x18c56a(0x19e),(_0x3494d8,_0x4bec21,_0x3ecd5f)=>{const _0xdaf588=_0x18c56a;_0x3ecd5f||this[_0xdaf588(0x1a1)]();}),this['on'](_0x18c56a(0x18d),()=>_0x141442[_0x18c56a(0x18b)][_0x18c56a(0x19a)](_0x12e58c)[_0x18c56a(0x189)]());}[_0x4a457b(0x183)](){const _0x2f1a93=_0x4a457b;this[_0x2f1a93(0x185)]=this[_0x2f1a93(0x193)]();}[_0x4a457b(0x1a1)](){const _0x253785=_0x4a457b;this[_0x253785(0x185)]=void 0x0;}[_0x4a457b(0x193)](){const _0x1404cf=_0x4a457b,_0x175091=this[_0x1404cf(0x194)][_0x1404cf(0x191)],_0x4eed63=_0x175091[_0x1404cf(0x19f)][_0x1404cf(0x197)];return Object[_0x1404cf(0x196)](Array[_0x1404cf(0x192)](_0x4eed63[_0x1404cf(0x18c)]())[_0x1404cf(0x19d)](([_0x47dccc])=>_0x175091[_0x1404cf(0x195)][_0x1404cf(0x19c)](_0x47dccc)[_0x1404cf(0x190)]));}}
23
+ const _0x1da6eb=_0x5c9b;function _0x5c9b(_0x1323f6,_0x29215d){const _0x33b699=_0x33b6();return _0x5c9b=function(_0x5c9bc8,_0x173e68){_0x5c9bc8=_0x5c9bc8-0x1e5;let _0x1f6d01=_0x33b699[_0x5c9bc8];return _0x1f6d01;},_0x5c9b(_0x1323f6,_0x29215d);}function _0x33b6(){const _0xe16afe=['reset','refresh','16428335wVWcep','document','270imonCu','schema','124aRNQYv','value','160478QtYKNV','getAttributes','12wEubno','selection','_getFormattingAttributes','810LxILig','101110oIqEHV','editor','filter','from','commands','change:value','1462223UVoOgV','model','getAttributeProperties','fromEntries','8UsOFCP','change:isEnabled','isFormatting','get','86964pskBTp','1972142VFvpkp','7809nAJyWp','execute'];_0x33b6=function(){return _0xe16afe;};return _0x33b6();}(function(_0x1c57eb,_0x3cff7c){const _0x3618ef=_0x5c9b,_0xf4d533=_0x1c57eb();while(!![]){try{const _0x6c8b0d=-parseInt(_0x3618ef(0x1f6))/0x1+-parseInt(_0x3618ef(0x1eb))/0x2+-parseInt(_0x3618ef(0x1ec))/0x3*(-parseInt(_0x3618ef(0x1f4))/0x4)+-parseInt(_0x3618ef(0x1f2))/0x5*(-parseInt(_0x3618ef(0x1ea))/0x6)+parseInt(_0x3618ef(0x202))/0x7*(parseInt(_0x3618ef(0x1e6))/0x8)+-parseInt(_0x3618ef(0x1fb))/0x9*(parseInt(_0x3618ef(0x1fc))/0xa)+parseInt(_0x3618ef(0x1f0))/0xb*(parseInt(_0x3618ef(0x1f8))/0xc);if(_0x6c8b0d===_0x3cff7c)break;else _0xf4d533['push'](_0xf4d533['shift']());}catch(_0x655d2c){_0xf4d533['push'](_0xf4d533['shift']());}}}(_0x33b6,0x7c514));import{Command as _0x2e80d1}from'ckeditor5/src/core.js';import{PASTE_FORMAT_COMMAND_NAME as _0x1cd3e2}from'./utils.js';export default class r extends _0x2e80d1{constructor(_0x1d727f){const _0x5e342b=_0x5c9b;super(_0x1d727f),this[_0x5e342b(0x1f5)]=void 0x0,this['on'](_0x5e342b(0x1e7),(_0x21de0a,_0x426c19,_0x1bb90f)=>{const _0x1b7a89=_0x5e342b;_0x1bb90f||this[_0x1b7a89(0x1ee)]();}),this['on'](_0x5e342b(0x201),()=>_0x1d727f[_0x5e342b(0x200)][_0x5e342b(0x1e9)](_0x1cd3e2)[_0x5e342b(0x1ef)]());}[_0x1da6eb(0x1ed)](){const _0x355170=_0x1da6eb;this[_0x355170(0x1f5)]=this[_0x355170(0x1fa)]();}[_0x1da6eb(0x1ee)](){const _0x1514e0=_0x1da6eb;this[_0x1514e0(0x1f5)]=void 0x0;}[_0x1da6eb(0x1fa)](){const _0x53f19d=_0x1da6eb,_0x20ec0a=this[_0x53f19d(0x1fd)][_0x53f19d(0x203)],_0x5679e1=_0x20ec0a[_0x53f19d(0x1f1)][_0x53f19d(0x1f9)];return Object[_0x53f19d(0x1e5)](Array[_0x53f19d(0x1ff)](_0x5679e1[_0x53f19d(0x1f7)]())[_0x53f19d(0x1fe)](([_0xe16dc0])=>_0x20ec0a[_0x53f19d(0x1f3)][_0x53f19d(0x204)](_0xe16dc0)[_0x53f19d(0x1e8)]));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x59bd(_0x1f6d65,_0x5aaa2b){var _0x514293=_0x5142();return _0x59bd=function(_0x59bd80,_0x1aa823){_0x59bd80=_0x59bd80-0xc6;var _0x39523c=_0x514293[_0x59bd80];return _0x39523c;},_0x59bd(_0x1f6d65,_0x5aaa2b);}var _0x35019f=_0x59bd;(function(_0x249ba4,_0x32e572){var _0x54b467=_0x59bd,_0x2f4a3a=_0x249ba4();while(!![]){try{var _0x221792=-parseInt(_0x54b467(0xc7))/0x1*(parseInt(_0x54b467(0xd1))/0x2)+parseInt(_0x54b467(0xd0))/0x3+-parseInt(_0x54b467(0xce))/0x4*(-parseInt(_0x54b467(0xcc))/0x5)+-parseInt(_0x54b467(0xcb))/0x6+-parseInt(_0x54b467(0xcd))/0x7+-parseInt(_0x54b467(0xd2))/0x8+-parseInt(_0x54b467(0xc9))/0x9*(-parseInt(_0x54b467(0xc6))/0xa);if(_0x221792===_0x32e572)break;else _0x2f4a3a['push'](_0x2f4a3a['shift']());}catch(_0x379fce){_0x2f4a3a['push'](_0x2f4a3a['shift']());}}}(_0x5142,0xa83ab));import{Plugin as _0x461356}from'ckeditor5/src/core.js';function _0x5142(){var _0x36ab2c=['9478480NsbFMJ','1141130dIyjoK','13WngGIy','FormatPainter','270DWcfqH','requires','8195274ZQgapi','1894545dUoeBc','8795675HETkwc','12uQKXau','pluginName','1303323MeqBDl','76658UxdinZ'];_0x5142=function(){return _0x36ab2c;};return _0x5142();}import _0x2e21a6 from'./formatpainterediting.js';import _0x1e9904 from'./formatpainterui.js';export default class m extends _0x461356{static get[_0x35019f(0xca)](){return[_0x2e21a6,_0x1e9904];}static get[_0x35019f(0xcf)](){var _0x39d1d9=_0x35019f;return _0x39d1d9(0xc8);}}
23
+ function _0x17ef(_0x101619,_0x18baf3){var _0x1c8041=_0x1c80();return _0x17ef=function(_0x17effc,_0x8ac43d){_0x17effc=_0x17effc-0x67;var _0x1781de=_0x1c8041[_0x17effc];return _0x1781de;},_0x17ef(_0x101619,_0x18baf3);}var _0x520b20=_0x17ef;(function(_0x39c1c1,_0x490410){var _0x287d7e=_0x17ef,_0xb695b2=_0x39c1c1();while(!![]){try{var _0x4ce969=-parseInt(_0x287d7e(0x70))/0x1*(parseInt(_0x287d7e(0x73))/0x2)+parseInt(_0x287d7e(0x72))/0x3+parseInt(_0x287d7e(0x67))/0x4*(-parseInt(_0x287d7e(0x6d))/0x5)+-parseInt(_0x287d7e(0x6b))/0x6*(-parseInt(_0x287d7e(0x6f))/0x7)+parseInt(_0x287d7e(0x74))/0x8+parseInt(_0x287d7e(0x6a))/0x9*(parseInt(_0x287d7e(0x71))/0xa)+-parseInt(_0x287d7e(0x68))/0xb;if(_0x4ce969===_0x490410)break;else _0xb695b2['push'](_0xb695b2['shift']());}catch(_0x47ef17){_0xb695b2['push'](_0xb695b2['shift']());}}}(_0x1c80,0xc3c71));function _0x1c80(){var _0x203dce=['107890qOjCkQ','3964164TFbUrG','713592ounfzb','12081592GXOHtB','4WpZvRr','39910882sTqMkT','pluginName','549fwFwoY','12TSJOtW','FormatPainter','941335GfcHzH','requires','5199299SAWmPe','1sigtJl'];_0x1c80=function(){return _0x203dce;};return _0x1c80();}import{Plugin as _0x1ad872}from'ckeditor5/src/core.js';import _0x117958 from'./formatpainterediting.js';import _0x20aeef from'./formatpainterui.js';export default class m extends _0x1ad872{static get[_0x520b20(0x6e)](){return[_0x117958,_0x20aeef];}static get[_0x520b20(0x69)](){var _0x3495fc=_0x520b20;return _0x3495fc(0x6c);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x31dac1=_0x59f8;(function(_0x18bbfe,_0x12f71f){const _0x945fb=_0x59f8,_0x2e8da5=_0x18bbfe();while(!![]){try{const _0x355c35=-parseInt(_0x945fb(0x9f))/0x1+parseInt(_0x945fb(0xad))/0x2*(-parseInt(_0x945fb(0xb2))/0x3)+parseInt(_0x945fb(0xac))/0x4+-parseInt(_0x945fb(0xa6))/0x5*(-parseInt(_0x945fb(0x99))/0x6)+parseInt(_0x945fb(0xa2))/0x7+parseInt(_0x945fb(0x9b))/0x8*(parseInt(_0x945fb(0x9c))/0x9)+parseInt(_0x945fb(0xb1))/0xa;if(_0x355c35===_0x12f71f)break;else _0x2e8da5['push'](_0x2e8da5['shift']());}catch(_0x3e9f9b){_0x2e8da5['push'](_0x2e8da5['shift']());}}}(_0x3ff2,0xeb75d));import{Plugin as _0x143b1e}from'ckeditor5/src/core.js';function _0x59f8(_0x13f241,_0x276452){const _0x3ff2ad=_0x3ff2();return _0x59f8=function(_0x59f8fb,_0x4e286a){_0x59f8fb=_0x59f8fb-0x99;let _0x39a7ee=_0x3ff2ad[_0x59f8fb];return _0x39a7ee;},_0x59f8(_0x13f241,_0x276452);}import{CKEditorError as _0x193d19}from'ckeditor5/src/utils.js';function _0x3ff2(){const _0x5c5645=['init','destroy','formatPainterLicenseKeyValid','102ZkOezf','get','344qTDIpH','320787AuhKVj','FormatPainterEditing','add','1073124KxIEqy','info','editor','5511009tbAekx','format-painter-invalid-license-key','formatPainterLicenseKeyTrialLimit:operations','config','254595GhbLxp','licenseKey','_licenseKeyCheckInterval','commands','You\x20are\x20using\x20the\x20trial\x20version\x20of\x20CKEditor\x205\x20format\x20painter\x20plugin\x20with\x20limited\x20usage.\x20Make\x20sure\x20you\x20will\x20not\x20use\x20it\x20in\x20the\x20production\x20environment.','pluginName','780376vpfcoC','10XPBaqr','formatPainterLicenseKeyInvalid','formatPainterLicenseKeyTrial','format-painter-trial-license-key-reached-limit-changes','161610aFzGfF','815547ZDsCOG'];_0x3ff2=function(){return _0x5c5645;};return _0x3ff2();}import _0x41d053 from'./copyformatcommand.js';import _0x36fa6b from'./pasteformatcommand.js';import{COPY_FORMAT_COMMAND_NAME as _0xb185f,PASTE_FORMAT_COMMAND_NAME as _0x1002e4}from'./utils.js';export default class o extends _0x143b1e{static get[_0x31dac1(0xab)](){const _0x51a8c3=_0x31dac1;return _0x51a8c3(0x9d);}constructor(_0x33240b){const _0x3bdf4a=_0x31dac1;super(_0x33240b),this[_0x3bdf4a(0xa8)]=null;}[_0x31dac1(0xb3)](){const _0x5eed47=_0x31dac1,_0x291bf8=this[_0x5eed47(0xa1)];_0x291bf8[_0x5eed47(0xa9)][_0x5eed47(0x9e)](_0xb185f,new _0x41d053(_0x291bf8)),_0x291bf8[_0x5eed47(0xa9)][_0x5eed47(0x9e)](_0x1002e4,new _0x36fa6b(_0x291bf8)),this[_0x5eed47(0xa7)]=_0x291bf8[_0x5eed47(0xa5)][_0x5eed47(0x9a)](_0x5eed47(0xa7));const _0x58f07b=this[_0x5eed47(0xa1)];this[_0x5eed47(0xa8)]=setInterval(()=>{const _0x4d13cd=_0x5eed47;let _0x423700;for(const _0x13b0e9 in _0x58f07b){const _0x46f5a1=_0x13b0e9,_0x57cdc5=_0x58f07b[_0x46f5a1];if(_0x4d13cd(0xaf)===_0x57cdc5||_0x4d13cd(0xae)===_0x57cdc5||_0x4d13cd(0xb5)===_0x57cdc5||_0x4d13cd(0xa4)===_0x57cdc5){delete _0x58f07b[_0x46f5a1],_0x423700=_0x57cdc5;break;}}if(_0x4d13cd(0xae)===_0x423700)throw clearInterval(this[_0x4d13cd(0xa8)]),new _0x193d19(_0x4d13cd(0xa3),null);if(_0x4d13cd(0xaf)===_0x423700&&console[_0x4d13cd(0xa0)](_0x4d13cd(0xaa)),_0x4d13cd(0xa4)===_0x423700)throw clearInterval(this[_0x4d13cd(0xa8)]),new _0x193d19(_0x4d13cd(0xb0),null);_0x4d13cd(0xb5)===_0x423700&&clearInterval(this[_0x4d13cd(0xa8)]);},0x3e8);}[_0x31dac1(0xb4)](){const _0x4f817f=_0x31dac1;this[_0x4f817f(0xa8)]&&clearInterval(this[_0x4f817f(0xa8)]);}}
23
+ const _0x4428c7=_0x407d;(function(_0x1f6135,_0x239366){const _0x2bd165=_0x407d,_0x54a258=_0x1f6135();while(!![]){try{const _0x3f2e44=-parseInt(_0x2bd165(0xae))/0x1+parseInt(_0x2bd165(0xb8))/0x2+-parseInt(_0x2bd165(0xa7))/0x3*(parseInt(_0x2bd165(0xb0))/0x4)+parseInt(_0x2bd165(0xb9))/0x5+-parseInt(_0x2bd165(0xb6))/0x6*(parseInt(_0x2bd165(0xb5))/0x7)+parseInt(_0x2bd165(0xb1))/0x8+parseInt(_0x2bd165(0xbb))/0x9*(parseInt(_0x2bd165(0xa5))/0xa);if(_0x3f2e44===_0x239366)break;else _0x54a258['push'](_0x54a258['shift']());}catch(_0x3e5e14){_0x54a258['push'](_0x54a258['shift']());}}}(_0x276c,0x8305f));import{Plugin as _0x3c8730}from'ckeditor5/src/core.js';import{CKEditorError as _0x5934b9}from'ckeditor5/src/utils.js';function _0x276c(){const _0x2808c8=['5104vwwJEm','2988464GMizPx','config','formatPainterLicenseKeyTrialLimit:operations','formatPainterLicenseKeyValid','633493blIgPH','66hqSwDN','format-painter-trial-license-key-reached-limit-changes','971958QtoFFQ','5122575IbHoSJ','get','4842ygPJfJ','editor','_licenseKeyCheckInterval','commands','formatPainterLicenseKeyTrial','format-painter-invalid-license-key','formatPainterLicenseKeyInvalid','2810vuDeFW','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.','537MGEsfe','pluginName','FormatPainterEditing','init','licenseKey','add','destroy','274666zFsYWG','info'];_0x276c=function(){return _0x2808c8;};return _0x276c();}function _0x407d(_0x37471c,_0xb8257a){const _0x276c2a=_0x276c();return _0x407d=function(_0x407d76,_0x67ba5e){_0x407d76=_0x407d76-0xa1;let _0x566976=_0x276c2a[_0x407d76];return _0x566976;},_0x407d(_0x37471c,_0xb8257a);}import _0x2d6a71 from'./copyformatcommand.js';import _0x237626 from'./pasteformatcommand.js';import{COPY_FORMAT_COMMAND_NAME as _0x39632b,PASTE_FORMAT_COMMAND_NAME as _0x164f41}from'./utils.js';export default class o extends _0x3c8730{static get[_0x4428c7(0xa8)](){const _0x44ffe9=_0x4428c7;return _0x44ffe9(0xa9);}constructor(_0x4ddff3){const _0x1ffa29=_0x4428c7;super(_0x4ddff3),this[_0x1ffa29(0xbd)]=null;}[_0x4428c7(0xaa)](){const _0x2fd67a=_0x4428c7,_0x15922c=this[_0x2fd67a(0xbc)];_0x15922c[_0x2fd67a(0xa1)][_0x2fd67a(0xac)](_0x39632b,new _0x2d6a71(_0x15922c)),_0x15922c[_0x2fd67a(0xa1)][_0x2fd67a(0xac)](_0x164f41,new _0x237626(_0x15922c)),this[_0x2fd67a(0xab)]=_0x15922c[_0x2fd67a(0xb2)][_0x2fd67a(0xba)](_0x2fd67a(0xab));const _0x4b534f=this[_0x2fd67a(0xbc)];this[_0x2fd67a(0xbd)]=setInterval(()=>{const _0x96d3cb=_0x2fd67a;let _0x1d7512;for(const _0x22c6dc in _0x4b534f){const _0x131379=_0x22c6dc,_0x4b5439=_0x4b534f[_0x131379];if(_0x96d3cb(0xa2)===_0x4b5439||_0x96d3cb(0xa4)===_0x4b5439||_0x96d3cb(0xb4)===_0x4b5439||_0x96d3cb(0xb3)===_0x4b5439){delete _0x4b534f[_0x131379],_0x1d7512=_0x4b5439;break;}}if(_0x96d3cb(0xa4)===_0x1d7512)throw clearInterval(this[_0x96d3cb(0xbd)]),new _0x5934b9(_0x96d3cb(0xa3),null);if(_0x96d3cb(0xa2)===_0x1d7512&&console[_0x96d3cb(0xaf)](_0x96d3cb(0xa6)),_0x96d3cb(0xb3)===_0x1d7512)throw clearInterval(this[_0x96d3cb(0xbd)]),new _0x5934b9(_0x96d3cb(0xb7),null);_0x96d3cb(0xb4)===_0x1d7512&&clearInterval(this[_0x96d3cb(0xbd)]);},0x3e8);}[_0x4428c7(0xad)](){const _0x48d0fd=_0x4428c7;this[_0x48d0fd(0xbd)]&&clearInterval(this[_0x48d0fd(0xbd)]);}}