@ckeditor/ckeditor5-format-painter 42.0.0-alpha.6 → 42.0.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 (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
- (_0x1d9974=>{const {sr:{dictionary:_0x39faf5,getPluralForm:_0x4d79a1}}={'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':_0xf1f05f=>_0xf1f05f%0xa==0x1&&_0xf1f05f%0x64!=0xb?0x0:_0xf1f05f%0xa>=0x2&&_0xf1f05f%0xa<=0x4&&(_0xf1f05f%0x64<0xa||_0xf1f05f%0x64>=0x14)?0x1:0x2}};_0x1d9974['sr']||={'dictionary':{},'getPluralForm':null},_0x1d9974['sr']['dictionary']=Object['assign'](_0x1d9974['sr']['dictionary'],_0x39faf5),_0x1d9974['sr']['getPluralForm']=_0x4d79a1;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x4eef06=>{const {sr:{dictionary:_0x6e32ac,getPluralForm:_0x2548b7}}={'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':_0x59c6fa=>_0x59c6fa%0xa==0x1&&_0x59c6fa%0x64!=0xb?0x0:_0x59c6fa%0xa>=0x2&&_0x59c6fa%0xa<=0x4&&(_0x59c6fa%0x64<0xa||_0x59c6fa%0x64>=0x14)?0x1:0x2}};_0x4eef06['sr']||={'dictionary':{},'getPluralForm':null},_0x4eef06['sr']['dictionary']=Object['assign'](_0x4eef06['sr']['dictionary'],_0x6e32ac),_0x4eef06['sr']['getPluralForm']=_0x2548b7;})(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':_0x539f7f=>0x1!=_0x539f7f}};
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':_0x82513d=>0x1!=_0x82513d}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x6598d6=>{const {sv:{dictionary:_0x29a9ab,getPluralForm:_0x1f60e2}}={'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':_0x5f4f7b=>0x1!=_0x5f4f7b}};_0x6598d6['sv']||={'dictionary':{},'getPluralForm':null},_0x6598d6['sv']['dictionary']=Object['assign'](_0x6598d6['sv']['dictionary'],_0x29a9ab),_0x6598d6['sv']['getPluralForm']=_0x1f60e2;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x205d55=>{const {sv:{dictionary:_0x2da72c,getPluralForm:_0x2587a6}}={'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':_0x2a03a4=>0x1!=_0x2a03a4}};_0x205d55['sv']||={'dictionary':{},'getPluralForm':null},_0x205d55['sv']['dictionary']=Object['assign'](_0x205d55['sv']['dictionary'],_0x2da72c),_0x205d55['sv']['getPluralForm']=_0x2587a6;})(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':_0x3ea05a=>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':_0x2464ab=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x1c7773=>{const {th:{dictionary:_0x24bac6,getPluralForm:_0x3f7462}}={'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':_0x4e7651=>0x0}};_0x1c7773['th']||={'dictionary':{},'getPluralForm':null},_0x1c7773['th']['dictionary']=Object['assign'](_0x1c7773['th']['dictionary'],_0x24bac6),_0x1c7773['th']['getPluralForm']=_0x3f7462;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x452ff2=>{const {th:{dictionary:_0x45c3f7,getPluralForm:_0x5e8969}}={'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':_0x3535d9=>0x0}};_0x452ff2['th']||={'dictionary':{},'getPluralForm':null},_0x452ff2['th']['dictionary']=Object['assign'](_0x452ff2['th']['dictionary'],_0x45c3f7),_0x452ff2['th']['getPluralForm']=_0x5e8969;})(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':_0x5a70e7=>_0x5a70e7>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':_0x33ce03=>_0x33ce03>0x1}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0xfb8c67=>{const {tr:{dictionary:_0x3e0aff,getPluralForm:_0x3763f0}}={'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':_0x2af31e=>_0x2af31e>0x1}};_0xfb8c67['tr']||={'dictionary':{},'getPluralForm':null},_0xfb8c67['tr']['dictionary']=Object['assign'](_0xfb8c67['tr']['dictionary'],_0x3e0aff),_0xfb8c67['tr']['getPluralForm']=_0x3763f0;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x10955c=>{const {tr:{dictionary:_0x4d5d91,getPluralForm:_0x4fbb72}}={'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':_0x144145=>_0x144145>0x1}};_0x10955c['tr']||={'dictionary':{},'getPluralForm':null},_0x10955c['tr']['dictionary']=Object['assign'](_0x10955c['tr']['dictionary'],_0x4d5d91),_0x10955c['tr']['getPluralForm']=_0x4fbb72;})(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':_0x215770=>0x1!=_0x215770}};
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':_0x151e26=>0x1!=_0x151e26}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x43e9a8=>{const {ug:{dictionary:_0x4e3905,getPluralForm:_0x5c4e64}}={'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':_0x1bfb4e=>0x1!=_0x1bfb4e}};_0x43e9a8['ug']||={'dictionary':{},'getPluralForm':null},_0x43e9a8['ug']['dictionary']=Object['assign'](_0x43e9a8['ug']['dictionary'],_0x4e3905),_0x43e9a8['ug']['getPluralForm']=_0x5c4e64;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2dec2f=>{const {ug:{dictionary:_0x12a70e,getPluralForm:_0x29ad93}}={'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':_0x1c8586=>0x1!=_0x1c8586}};_0x2dec2f['ug']||={'dictionary':{},'getPluralForm':null},_0x2dec2f['ug']['dictionary']=Object['assign'](_0x2dec2f['ug']['dictionary'],_0x12a70e),_0x2dec2f['ug']['getPluralForm']=_0x29ad93;})(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':_0x5f03d1=>_0x5f03d1%0x1==0x0&&_0x5f03d1%0xa==0x1&&_0x5f03d1%0x64!=0xb?0x0:_0x5f03d1%0x1==0x0&&_0x5f03d1%0xa>=0x2&&_0x5f03d1%0xa<=0x4&&(_0x5f03d1%0x64<0xc||_0x5f03d1%0x64>0xe)?0x1:_0x5f03d1%0x1==0x0&&(_0x5f03d1%0xa==0x0||_0x5f03d1%0xa>=0x5&&_0x5f03d1%0xa<=0x9||_0x5f03d1%0x64>=0xb&&_0x5f03d1%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':_0x1e0682=>_0x1e0682%0x1==0x0&&_0x1e0682%0xa==0x1&&_0x1e0682%0x64!=0xb?0x0:_0x1e0682%0x1==0x0&&_0x1e0682%0xa>=0x2&&_0x1e0682%0xa<=0x4&&(_0x1e0682%0x64<0xc||_0x1e0682%0x64>0xe)?0x1:_0x1e0682%0x1==0x0&&(_0x1e0682%0xa==0x0||_0x1e0682%0xa>=0x5&&_0x1e0682%0xa<=0x9||_0x1e0682%0x64>=0xb&&_0x1e0682%0x64<=0xe)?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x31adf0=>{const {uk:{dictionary:_0x20afca,getPluralForm:_0x13e93a}}={'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':_0xdd7e8e=>_0xdd7e8e%0x1==0x0&&_0xdd7e8e%0xa==0x1&&_0xdd7e8e%0x64!=0xb?0x0:_0xdd7e8e%0x1==0x0&&_0xdd7e8e%0xa>=0x2&&_0xdd7e8e%0xa<=0x4&&(_0xdd7e8e%0x64<0xc||_0xdd7e8e%0x64>0xe)?0x1:_0xdd7e8e%0x1==0x0&&(_0xdd7e8e%0xa==0x0||_0xdd7e8e%0xa>=0x5&&_0xdd7e8e%0xa<=0x9||_0xdd7e8e%0x64>=0xb&&_0xdd7e8e%0x64<=0xe)?0x2:0x3}};_0x31adf0['uk']||={'dictionary':{},'getPluralForm':null},_0x31adf0['uk']['dictionary']=Object['assign'](_0x31adf0['uk']['dictionary'],_0x20afca),_0x31adf0['uk']['getPluralForm']=_0x13e93a;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x4f2628=>{const {uk:{dictionary:_0x5ed4cd,getPluralForm:_0x59d19d}}={'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':_0x1bc73d=>_0x1bc73d%0x1==0x0&&_0x1bc73d%0xa==0x1&&_0x1bc73d%0x64!=0xb?0x0:_0x1bc73d%0x1==0x0&&_0x1bc73d%0xa>=0x2&&_0x1bc73d%0xa<=0x4&&(_0x1bc73d%0x64<0xc||_0x1bc73d%0x64>0xe)?0x1:_0x1bc73d%0x1==0x0&&(_0x1bc73d%0xa==0x0||_0x1bc73d%0xa>=0x5&&_0x1bc73d%0xa<=0x9||_0x1bc73d%0x64>=0xb&&_0x1bc73d%0x64<=0xe)?0x2:0x3}};_0x4f2628['uk']||={'dictionary':{},'getPluralForm':null},_0x4f2628['uk']['dictionary']=Object['assign'](_0x4f2628['uk']['dictionary'],_0x5ed4cd),_0x4f2628['uk']['getPluralForm']=_0x59d19d;})(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':_0x21acc4=>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':_0x228574=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x3f0743=>{const {vi:{dictionary:_0x31e6aa,getPluralForm:_0x2d38bf}}={'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':_0x276911=>0x0}};_0x3f0743['vi']||={'dictionary':{},'getPluralForm':null},_0x3f0743['vi']['dictionary']=Object['assign'](_0x3f0743['vi']['dictionary'],_0x31e6aa),_0x3f0743['vi']['getPluralForm']=_0x2d38bf;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x53aed3=>{const {vi:{dictionary:_0x3e64e2,getPluralForm:_0x274056}}={'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':_0x1cead2=>0x0}};_0x53aed3['vi']||={'dictionary':{},'getPluralForm':null},_0x53aed3['vi']['dictionary']=Object['assign'](_0x53aed3['vi']['dictionary'],_0x3e64e2),_0x53aed3['vi']['getPluralForm']=_0x274056;})(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':_0x5e21b4=>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':_0x1e436a=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x16db6f=>{const {'zh-cn':{dictionary:_0x14bc60,getPluralForm:_0x4cc5b0}}={'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':_0x5cec41=>0x0}};_0x16db6f['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x16db6f['zh-cn']['dictionary']=Object['assign'](_0x16db6f['zh-cn']['dictionary'],_0x14bc60),_0x16db6f['zh-cn']['getPluralForm']=_0x4cc5b0;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x1d1737=>{const {'zh-cn':{dictionary:_0x2081b4,getPluralForm:_0xdc274e}}={'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':_0x4b2756=>0x0}};_0x1d1737['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x1d1737['zh-cn']['dictionary']=Object['assign'](_0x1d1737['zh-cn']['dictionary'],_0x2081b4),_0x1d1737['zh-cn']['getPluralForm']=_0xdc274e;})(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':_0x53f434=>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':_0xfad2b3=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2e8ca2=>{const {zh:{dictionary:_0x13792e,getPluralForm:_0x415f56}}={'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':_0x50db21=>0x0}};_0x2e8ca2['zh']||={'dictionary':{},'getPluralForm':null},_0x2e8ca2['zh']['dictionary']=Object['assign'](_0x2e8ca2['zh']['dictionary'],_0x13792e),_0x2e8ca2['zh']['getPluralForm']=_0x415f56;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2133df=>{const {zh:{dictionary:_0x1f3b44,getPluralForm:_0x1e221c}}={'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':_0xef4efc=>0x0}};_0x2133df['zh']||={'dictionary':{},'getPluralForm':null},_0x2133df['zh']['dictionary']=Object['assign'](_0x2133df['zh']['dictionary'],_0x1f3b44),_0x2133df['zh']['getPluralForm']=_0x1e221c;})(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.6",
3
+ "version": "42.0.0-alpha.8",
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.6",
16
- "ckeditor5-collaboration": "42.0.0-alpha.6"
15
+ "ckeditor5": "42.0.0-alpha.8",
16
+ "ckeditor5-collaboration": "42.0.0-alpha.8"
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 _0xfd323b=_0x2eb5;function _0x2eb5(_0x4518fb,_0x1dd16a){const _0x305a10=_0x305a();return _0x2eb5=function(_0x2eb597,_0x2e6872){_0x2eb597=_0x2eb597-0x9e;let _0x17fb85=_0x305a10[_0x2eb597];return _0x17fb85;},_0x2eb5(_0x4518fb,_0x1dd16a);}(function(_0x55d010,_0x430e82){const _0x179f47=_0x2eb5,_0x2bfa64=_0x55d010();while(!![]){try{const _0x57c072=parseInt(_0x179f47(0xb0))/0x1+-parseInt(_0x179f47(0xba))/0x2+parseInt(_0x179f47(0xa9))/0x3*(-parseInt(_0x179f47(0xa3))/0x4)+parseInt(_0x179f47(0x9e))/0x5*(parseInt(_0x179f47(0xac))/0x6)+-parseInt(_0x179f47(0xbc))/0x7*(parseInt(_0x179f47(0xbd))/0x8)+parseInt(_0x179f47(0xa1))/0x9*(-parseInt(_0x179f47(0xb1))/0xa)+parseInt(_0x179f47(0xb4))/0xb*(parseInt(_0x179f47(0xb6))/0xc);if(_0x57c072===_0x430e82)break;else _0x2bfa64['push'](_0x2bfa64['shift']());}catch(_0x32ab82){_0x2bfa64['push'](_0x2bfa64['shift']());}}}(_0x305a,0x5a1fd));function _0x305a(){const _0x42b729=['12295MFOthE','editor','selection','27edNvUo','reset','1178920pgQefu','schema','from','fromEntries','model','commands','3aCGmlN','refresh','change:isEnabled','330GfgPxs','getAttributes','isFormatting','change:value','421657sgjlYE','1813930LJUbtK','execute','value','11yiwDzi','document','14149104BitjvS','getAttributeProperties','filter','get','215896FrAyMy','_getFormattingAttributes','15806pPrpkf','1488zllyms'];_0x305a=function(){return _0x42b729;};return _0x305a();}import{Command as _0x363dd4}from'ckeditor5/src/core.js';import{PASTE_FORMAT_COMMAND_NAME as _0x36796f}from'./utils.js';export default class r extends _0x363dd4{constructor(_0x4135b0){const _0x27800d=_0x2eb5;super(_0x4135b0),this[_0x27800d(0xb3)]=void 0x0,this['on'](_0x27800d(0xab),(_0x17f098,_0x5c9819,_0x19e7b0)=>{const _0xe62ebd=_0x27800d;_0x19e7b0||this[_0xe62ebd(0xa2)]();}),this['on'](_0x27800d(0xaf),()=>_0x4135b0[_0x27800d(0xa8)][_0x27800d(0xb9)](_0x36796f)[_0x27800d(0xaa)]());}[_0xfd323b(0xb2)](){const _0x57c1a8=_0xfd323b;this[_0x57c1a8(0xb3)]=this[_0x57c1a8(0xbb)]();}[_0xfd323b(0xa2)](){const _0x9a5439=_0xfd323b;this[_0x9a5439(0xb3)]=void 0x0;}[_0xfd323b(0xbb)](){const _0x4c34aa=_0xfd323b,_0x383b03=this[_0x4c34aa(0x9f)][_0x4c34aa(0xa7)],_0x8e1d11=_0x383b03[_0x4c34aa(0xb5)][_0x4c34aa(0xa0)];return Object[_0x4c34aa(0xa6)](Array[_0x4c34aa(0xa5)](_0x8e1d11[_0x4c34aa(0xad)]())[_0x4c34aa(0xb8)](([_0x7b0561])=>_0x383b03[_0x4c34aa(0xa4)][_0x4c34aa(0xb7)](_0x7b0561)[_0x4c34aa(0xae)]));}}
23
+ function _0x55ba(_0x28edc5,_0x20cb3b){const _0x36858a=_0x3685();return _0x55ba=function(_0x55ba87,_0xc03d6e){_0x55ba87=_0x55ba87-0x76;let _0x2e27cf=_0x36858a[_0x55ba87];return _0x2e27cf;},_0x55ba(_0x28edc5,_0x20cb3b);}function _0x3685(){const _0x4ea160=['874166aHRVtE','from','269769xbaQRL','change:value','commands','39613KMIWrO','selection','5263291WiwgMK','3650195Deuzrk','schema','40gUEJNa','fromEntries','value','5709848mkKlbf','getAttributes','editor','isFormatting','3179470UPacHg','getAttributeProperties','342RzOLcz','_getFormattingAttributes','get','refresh','reset','9cVtBLV','execute','2OrgrBy','filter','model','change:isEnabled','document'];_0x3685=function(){return _0x4ea160;};return _0x3685();}const _0x237917=_0x55ba;(function(_0x4b576f,_0x447eaa){const _0x589a83=_0x55ba,_0x24fd05=_0x4b576f();while(!![]){try{const _0x57e70d=parseInt(_0x589a83(0x86))/0x1*(-parseInt(_0x589a83(0x81))/0x2)+parseInt(_0x589a83(0x88))/0x3*(parseInt(_0x589a83(0x90))/0x4)+parseInt(_0x589a83(0x8e))/0x5+parseInt(_0x589a83(0x7a))/0x6*(parseInt(_0x589a83(0x8b))/0x7)+-parseInt(_0x589a83(0x93))/0x8+-parseInt(_0x589a83(0x7f))/0x9*(parseInt(_0x589a83(0x78))/0xa)+parseInt(_0x589a83(0x8d))/0xb;if(_0x57e70d===_0x447eaa)break;else _0x24fd05['push'](_0x24fd05['shift']());}catch(_0x40470e){_0x24fd05['push'](_0x24fd05['shift']());}}}(_0x3685,0x800b5));import{Command as _0x12bc47}from'ckeditor5/src/core.js';import{PASTE_FORMAT_COMMAND_NAME as _0x4d3fcc}from'./utils.js';export default class r extends _0x12bc47{constructor(_0x466df3){const _0x117c35=_0x55ba;super(_0x466df3),this[_0x117c35(0x92)]=void 0x0,this['on'](_0x117c35(0x84),(_0x3081e5,_0x45583e,_0x1389e4)=>{const _0x9ddb18=_0x117c35;_0x1389e4||this[_0x9ddb18(0x7e)]();}),this['on'](_0x117c35(0x89),()=>_0x466df3[_0x117c35(0x8a)][_0x117c35(0x7c)](_0x4d3fcc)[_0x117c35(0x7d)]());}[_0x237917(0x80)](){const _0x49e7de=_0x237917;this[_0x49e7de(0x92)]=this[_0x49e7de(0x7b)]();}[_0x237917(0x7e)](){const _0x4f2fdf=_0x237917;this[_0x4f2fdf(0x92)]=void 0x0;}[_0x237917(0x7b)](){const _0x3743d9=_0x237917,_0x1fd492=this[_0x3743d9(0x76)][_0x3743d9(0x83)],_0x1cd9f9=_0x1fd492[_0x3743d9(0x85)][_0x3743d9(0x8c)];return Object[_0x3743d9(0x91)](Array[_0x3743d9(0x87)](_0x1cd9f9[_0x3743d9(0x94)]())[_0x3743d9(0x82)](([_0x3c4c4b])=>_0x1fd492[_0x3743d9(0x8f)][_0x3743d9(0x79)](_0x3c4c4b)[_0x3743d9(0x77)]));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x3fd3(){var _0x25eb44=['11254970HjKoLM','6sLdIZM','13021041AFqpRO','45616eVKpAt','1176830wCJTVb','25TnbAfb','45ksLuak','751004kSlNao','requires','24aWqFOq','pluginName','FormatPainter','7051128cuBIOn','18806IVEkTQ'];_0x3fd3=function(){return _0x25eb44;};return _0x3fd3();}var _0x466bc2=_0x39a5;(function(_0x5871fc,_0x5cad46){var _0x319d30=_0x39a5,_0x20fe5c=_0x5871fc();while(!![]){try{var _0x5abea3=parseInt(_0x319d30(0x1ee))/0x1*(parseInt(_0x319d30(0x1f6))/0x2)+-parseInt(_0x319d30(0x1f8))/0x3*(-parseInt(_0x319d30(0x1f0))/0x4)+parseInt(_0x319d30(0x1fb))/0x5*(-parseInt(_0x319d30(0x1f2))/0x6)+parseInt(_0x319d30(0x1f5))/0x7+parseInt(_0x319d30(0x1fa))/0x8*(-parseInt(_0x319d30(0x1ef))/0x9)+parseInt(_0x319d30(0x1f7))/0xa+-parseInt(_0x319d30(0x1f9))/0xb;if(_0x5abea3===_0x5cad46)break;else _0x20fe5c['push'](_0x20fe5c['shift']());}catch(_0xeb050a){_0x20fe5c['push'](_0x20fe5c['shift']());}}}(_0x3fd3,0x8ff69));import{Plugin as _0xcf5e8a}from'ckeditor5/src/core.js';import _0x4d7839 from'./formatpainterediting.js';function _0x39a5(_0x593568,_0x1201d9){var _0x3fd3b8=_0x3fd3();return _0x39a5=function(_0x39a54c,_0x134576){_0x39a54c=_0x39a54c-0x1ee;var _0x2a85d6=_0x3fd3b8[_0x39a54c];return _0x2a85d6;},_0x39a5(_0x593568,_0x1201d9);}import _0x426de7 from'./formatpainterui.js';export default class m extends _0xcf5e8a{static get[_0x466bc2(0x1f1)](){return[_0x4d7839,_0x426de7];}static get[_0x466bc2(0x1f3)](){var _0x33db26=_0x466bc2;return _0x33db26(0x1f4);}}
23
+ var _0x16cdde=_0x5dfe;(function(_0x1637da,_0x3c4f62){var _0x436afe=_0x5dfe,_0x561815=_0x1637da();while(!![]){try{var _0x1dd5e0=-parseInt(_0x436afe(0xa4))/0x1+parseInt(_0x436afe(0xaa))/0x2*(-parseInt(_0x436afe(0xa9))/0x3)+parseInt(_0x436afe(0xac))/0x4*(-parseInt(_0x436afe(0xa7))/0x5)+parseInt(_0x436afe(0xae))/0x6*(parseInt(_0x436afe(0xab))/0x7)+parseInt(_0x436afe(0xb0))/0x8+parseInt(_0x436afe(0xaf))/0x9+parseInt(_0x436afe(0xad))/0xa;if(_0x1dd5e0===_0x3c4f62)break;else _0x561815['push'](_0x561815['shift']());}catch(_0x3f653d){_0x561815['push'](_0x561815['shift']());}}}(_0x382d,0xcdf60));function _0x5dfe(_0x3c269d,_0xfe5a5c){var _0x382dd5=_0x382d();return _0x5dfe=function(_0x5dfe4e,_0x470e07){_0x5dfe4e=_0x5dfe4e-0xa4;var _0x33a312=_0x382dd5[_0x5dfe4e];return _0x33a312;},_0x5dfe(_0x3c269d,_0xfe5a5c);}import{Plugin as _0x1f602a}from'ckeditor5/src/core.js';function _0x382d(){var _0x1f6670=['FormatPainter','9gDMdXI','804912NSYbIM','2455474npdArd','1803876OCwnge','17110480WgGrcp','6yilCJi','12632994vyXvrS','2004360OshURa','1214088XKWkJS','pluginName','requires','5NQJhyj'];_0x382d=function(){return _0x1f6670;};return _0x382d();}import _0x36eb83 from'./formatpainterediting.js';import _0x2f0217 from'./formatpainterui.js';export default class m extends _0x1f602a{static get[_0x16cdde(0xa6)](){return[_0x36eb83,_0x2f0217];}static get[_0x16cdde(0xa5)](){var _0x59e36f=_0x16cdde;return _0x59e36f(0xa8);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x4111(_0x1085d7,_0x30007e){const _0x25d2c0=_0x25d2();return _0x4111=function(_0x4111f6,_0x30d942){_0x4111f6=_0x4111f6-0xa8;let _0x2a8264=_0x25d2c0[_0x4111f6];return _0x2a8264;},_0x4111(_0x1085d7,_0x30007e);}const _0x1031bf=_0x4111;(function(_0x5e133b,_0x3d3009){const _0xd4c3d7=_0x4111,_0x5457cd=_0x5e133b();while(!![]){try{const _0x8a03bc=parseInt(_0xd4c3d7(0xbf))/0x1*(parseInt(_0xd4c3d7(0xc5))/0x2)+parseInt(_0xd4c3d7(0xab))/0x3*(parseInt(_0xd4c3d7(0xbc))/0x4)+parseInt(_0xd4c3d7(0xc2))/0x5+-parseInt(_0xd4c3d7(0xc3))/0x6*(parseInt(_0xd4c3d7(0xc6))/0x7)+-parseInt(_0xd4c3d7(0xba))/0x8+-parseInt(_0xd4c3d7(0xb9))/0x9*(-parseInt(_0xd4c3d7(0xb6))/0xa)+-parseInt(_0xd4c3d7(0xc1))/0xb*(parseInt(_0xd4c3d7(0xad))/0xc);if(_0x8a03bc===_0x3d3009)break;else _0x5457cd['push'](_0x5457cd['shift']());}catch(_0x5c9eef){_0x5457cd['push'](_0x5457cd['shift']());}}}(_0x25d2,0xeaaaf));import{Plugin as _0x35995a}from'ckeditor5/src/core.js';import{CKEditorError as _0x3ef986}from'ckeditor5/src/utils.js';import _0xff2656 from'./copyformatcommand.js';import _0x459530 from'./pasteformatcommand.js';import{COPY_FORMAT_COMMAND_NAME as _0x2d7c82,PASTE_FORMAT_COMMAND_NAME as _0x1dc6c3}from'./utils.js';function _0x25d2(){const _0x8be0e0=['commands','destroy','9kvyatj','6239880dKcWLn','config','8SfeZLY','formatPainterLicenseKeyTrialLimit:operations','pluginName','129439FvlOZp','editor','605sBQWQK','8215045sIeeiB','414cRquRB','info','2UfECqD','7973gEIBGU','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.','formatPainterLicenseKeyValid','init','227862mtYshl','licenseKey','363144booLLE','add','formatPainterLicenseKeyTrial','formatPainterLicenseKeyInvalid','format-painter-trial-license-key-reached-limit-changes','get','_licenseKeyCheckInterval','FormatPainterEditing','format-painter-invalid-license-key','15598290UQpyzU'];_0x25d2=function(){return _0x8be0e0;};return _0x25d2();}export default class o extends _0x35995a{static get[_0x1031bf(0xbe)](){const _0x3272e5=_0x1031bf;return _0x3272e5(0xb4);}constructor(_0x3379a4){const _0x36a1f1=_0x1031bf;super(_0x3379a4),this[_0x36a1f1(0xb3)]=null;}[_0x1031bf(0xaa)](){const _0x3e5731=_0x1031bf,_0x4ec7fe=this[_0x3e5731(0xc0)];_0x4ec7fe[_0x3e5731(0xb7)][_0x3e5731(0xae)](_0x2d7c82,new _0xff2656(_0x4ec7fe)),_0x4ec7fe[_0x3e5731(0xb7)][_0x3e5731(0xae)](_0x1dc6c3,new _0x459530(_0x4ec7fe)),this[_0x3e5731(0xac)]=_0x4ec7fe[_0x3e5731(0xbb)][_0x3e5731(0xb2)](_0x3e5731(0xac));const _0x362453=this[_0x3e5731(0xc0)];this[_0x3e5731(0xb3)]=setInterval(()=>{const _0x2163fb=_0x3e5731;let _0x1a1f6c;for(const _0x45d9d1 in _0x362453){const _0x5e3a70=_0x45d9d1,_0x3ae40a=_0x362453[_0x5e3a70];if(_0x2163fb(0xaf)===_0x3ae40a||_0x2163fb(0xb0)===_0x3ae40a||_0x2163fb(0xa9)===_0x3ae40a||_0x2163fb(0xbd)===_0x3ae40a){delete _0x362453[_0x5e3a70],_0x1a1f6c=_0x3ae40a;break;}}if(_0x2163fb(0xb0)===_0x1a1f6c)throw clearInterval(this[_0x2163fb(0xb3)]),new _0x3ef986(_0x2163fb(0xb5),null);if(_0x2163fb(0xaf)===_0x1a1f6c&&console[_0x2163fb(0xc4)](_0x2163fb(0xa8)),_0x2163fb(0xbd)===_0x1a1f6c)throw clearInterval(this[_0x2163fb(0xb3)]),new _0x3ef986(_0x2163fb(0xb1),null);_0x2163fb(0xa9)===_0x1a1f6c&&clearInterval(this[_0x2163fb(0xb3)]);},0x3e8);}[_0x1031bf(0xb8)](){const _0x4b8dde=_0x1031bf;this[_0x4b8dde(0xb3)]&&clearInterval(this[_0x4b8dde(0xb3)]);}}
23
+ const _0x33275c=_0x4c7d;(function(_0x39b600,_0x610484){const _0x382fe1=_0x4c7d,_0x585942=_0x39b600();while(!![]){try{const _0x2ae78c=-parseInt(_0x382fe1(0x95))/0x1*(-parseInt(_0x382fe1(0x92))/0x2)+parseInt(_0x382fe1(0x90))/0x3*(parseInt(_0x382fe1(0x98))/0x4)+-parseInt(_0x382fe1(0xa9))/0x5*(-parseInt(_0x382fe1(0x97))/0x6)+parseInt(_0x382fe1(0x9e))/0x7*(parseInt(_0x382fe1(0x8e))/0x8)+parseInt(_0x382fe1(0xa0))/0x9*(parseInt(_0x382fe1(0xad))/0xa)+-parseInt(_0x382fe1(0xaa))/0xb*(-parseInt(_0x382fe1(0x8f))/0xc)+parseInt(_0x382fe1(0x9c))/0xd*(-parseInt(_0x382fe1(0xa6))/0xe);if(_0x2ae78c===_0x610484)break;else _0x585942['push'](_0x585942['shift']());}catch(_0x136dbb){_0x585942['push'](_0x585942['shift']());}}}(_0x5c2d,0x97119));import{Plugin as _0x1a09fe}from'ckeditor5/src/core.js';function _0x4c7d(_0x56eb93,_0x451516){const _0x5c2d2d=_0x5c2d();return _0x4c7d=function(_0x4c7d30,_0x41bdd3){_0x4c7d30=_0x4c7d30-0x8d;let _0x3247b4=_0x5c2d2d[_0x4c7d30];return _0x3247b4;},_0x4c7d(_0x56eb93,_0x451516);}import{CKEditorError as _0x2b6007}from'ckeditor5/src/utils.js';function _0x5c2d(){const _0x1215ed=['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.','215030uPfzva','44GiaKaB','formatPainterLicenseKeyTrial','add','9152210kyiFxH','format-painter-invalid-license-key','2448XEogpc','2090256hNsAlP','586386UjgkRZ','commands','2362618uVoqGj','FormatPainterEditing','pluginName','1fxCugj','format-painter-trial-license-key-reached-limit-changes','96Rujsmf','12bMNzxq','get','init','licenseKey','13TWljiQ','destroy','3052yEeMsn','formatPainterLicenseKeyTrialLimit:operations','9ApezFG','editor','_licenseKeyCheckInterval','info','config','formatPainterLicenseKeyInvalid','50153642JhrvfA','formatPainterLicenseKeyValid'];_0x5c2d=function(){return _0x1215ed;};return _0x5c2d();}import _0x103ce4 from'./copyformatcommand.js';import _0x205729 from'./pasteformatcommand.js';import{COPY_FORMAT_COMMAND_NAME as _0x30b278,PASTE_FORMAT_COMMAND_NAME as _0x3dc02b}from'./utils.js';export default class o extends _0x1a09fe{static get[_0x33275c(0x94)](){const _0x2b86d1=_0x33275c;return _0x2b86d1(0x93);}constructor(_0x3e5bb4){const _0x26dbe8=_0x33275c;super(_0x3e5bb4),this[_0x26dbe8(0xa2)]=null;}[_0x33275c(0x9a)](){const _0x5baf60=_0x33275c,_0x56b4ee=this[_0x5baf60(0xa1)];_0x56b4ee[_0x5baf60(0x91)][_0x5baf60(0xac)](_0x30b278,new _0x103ce4(_0x56b4ee)),_0x56b4ee[_0x5baf60(0x91)][_0x5baf60(0xac)](_0x3dc02b,new _0x205729(_0x56b4ee)),this[_0x5baf60(0x9b)]=_0x56b4ee[_0x5baf60(0xa4)][_0x5baf60(0x99)](_0x5baf60(0x9b));const _0x4d60ba=this[_0x5baf60(0xa1)];this[_0x5baf60(0xa2)]=setInterval(()=>{const _0xac5ee6=_0x5baf60;let _0xf77b0f;for(const _0x291720 in _0x4d60ba){const _0xfd1ff=_0x291720,_0x212ec9=_0x4d60ba[_0xfd1ff];if(_0xac5ee6(0xab)===_0x212ec9||_0xac5ee6(0xa5)===_0x212ec9||_0xac5ee6(0xa7)===_0x212ec9||_0xac5ee6(0x9f)===_0x212ec9){delete _0x4d60ba[_0xfd1ff],_0xf77b0f=_0x212ec9;break;}}if(_0xac5ee6(0xa5)===_0xf77b0f)throw clearInterval(this[_0xac5ee6(0xa2)]),new _0x2b6007(_0xac5ee6(0x8d),null);if(_0xac5ee6(0xab)===_0xf77b0f&&console[_0xac5ee6(0xa3)](_0xac5ee6(0xa8)),_0xac5ee6(0x9f)===_0xf77b0f)throw clearInterval(this[_0xac5ee6(0xa2)]),new _0x2b6007(_0xac5ee6(0x96),null);_0xac5ee6(0xa7)===_0xf77b0f&&clearInterval(this[_0xac5ee6(0xa2)]);},0x3e8);}[_0x33275c(0x9d)](){const _0x555971=_0x33275c;this[_0x555971(0xa2)]&&clearInterval(this[_0x555971(0xa2)]);}}