@ckeditor/ckeditor5-format-painter 43.1.0-alpha.2 → 43.1.0-alpha.3

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
- (_0x45cc2b=>{const {sr:{dictionary:_0x4900fa,getPluralForm:_0x3fdabe}}={'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':_0x55387f=>_0x55387f%0xa==0x1&&_0x55387f%0x64!=0xb?0x0:_0x55387f%0xa>=0x2&&_0x55387f%0xa<=0x4&&(_0x55387f%0x64<0xa||_0x55387f%0x64>=0x14)?0x1:0x2}};_0x45cc2b['sr']||={'dictionary':{},'getPluralForm':null},_0x45cc2b['sr']['dictionary']=Object['assign'](_0x45cc2b['sr']['dictionary'],_0x4900fa),_0x45cc2b['sr']['getPluralForm']=_0x3fdabe;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0xbf4302=>{const {sr:{dictionary:_0x4bee96,getPluralForm:_0x1222b6}}={'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':_0xdc4f85=>_0xdc4f85%0xa==0x1&&_0xdc4f85%0x64!=0xb?0x0:_0xdc4f85%0xa>=0x2&&_0xdc4f85%0xa<=0x4&&(_0xdc4f85%0x64<0xa||_0xdc4f85%0x64>=0x14)?0x1:0x2}};_0xbf4302['sr']||={'dictionary':{},'getPluralForm':null},_0xbf4302['sr']['dictionary']=Object['assign'](_0xbf4302['sr']['dictionary'],_0x4bee96),_0xbf4302['sr']['getPluralForm']=_0x1222b6;})(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':_0x3f9d67=>0x1!=_0x3f9d67}};
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':_0xc1b45e=>0x1!=_0xc1b45e}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x46a755=>{const {sv:{dictionary:_0x5f463f,getPluralForm:_0x2d9418}}={'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':_0x18b81c=>0x1!=_0x18b81c}};_0x46a755['sv']||={'dictionary':{},'getPluralForm':null},_0x46a755['sv']['dictionary']=Object['assign'](_0x46a755['sv']['dictionary'],_0x5f463f),_0x46a755['sv']['getPluralForm']=_0x2d9418;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x11363b=>{const {sv:{dictionary:_0x23b52b,getPluralForm:_0x170adc}}={'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':_0x48e3b7=>0x1!=_0x48e3b7}};_0x11363b['sv']||={'dictionary':{},'getPluralForm':null},_0x11363b['sv']['dictionary']=Object['assign'](_0x11363b['sv']['dictionary'],_0x23b52b),_0x11363b['sv']['getPluralForm']=_0x170adc;})(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':_0x3c9f16=>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':_0x494a4c=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x297c51=>{const {th:{dictionary:_0x52a723,getPluralForm:_0x320d8e}}={'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':_0x5d7f1a=>0x0}};_0x297c51['th']||={'dictionary':{},'getPluralForm':null},_0x297c51['th']['dictionary']=Object['assign'](_0x297c51['th']['dictionary'],_0x52a723),_0x297c51['th']['getPluralForm']=_0x320d8e;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x568bbb=>{const {th:{dictionary:_0x51a292,getPluralForm:_0x194828}}={'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':_0x27e2a9=>0x0}};_0x568bbb['th']||={'dictionary':{},'getPluralForm':null},_0x568bbb['th']['dictionary']=Object['assign'](_0x568bbb['th']['dictionary'],_0x51a292),_0x568bbb['th']['getPluralForm']=_0x194828;})(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':_0x3990fd=>_0x3990fd>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':_0x4da754=>_0x4da754>0x1}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x1c3e15=>{const {tr:{dictionary:_0x39d3bc,getPluralForm:_0x467952}}={'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':_0x54987d=>_0x54987d>0x1}};_0x1c3e15['tr']||={'dictionary':{},'getPluralForm':null},_0x1c3e15['tr']['dictionary']=Object['assign'](_0x1c3e15['tr']['dictionary'],_0x39d3bc),_0x1c3e15['tr']['getPluralForm']=_0x467952;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2678b4=>{const {tr:{dictionary:_0x11f50f,getPluralForm:_0x37af2c}}={'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':_0x41adf4=>_0x41adf4>0x1}};_0x2678b4['tr']||={'dictionary':{},'getPluralForm':null},_0x2678b4['tr']['dictionary']=Object['assign'](_0x2678b4['tr']['dictionary'],_0x11f50f),_0x2678b4['tr']['getPluralForm']=_0x37af2c;})(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':_0x3b2643=>0x1!=_0x3b2643}};
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':_0x351eda=>0x1!=_0x351eda}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x5cfedf=>{const {ug:{dictionary:_0x30be73,getPluralForm:_0x391458}}={'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':_0x317efb=>0x1!=_0x317efb}};_0x5cfedf['ug']||={'dictionary':{},'getPluralForm':null},_0x5cfedf['ug']['dictionary']=Object['assign'](_0x5cfedf['ug']['dictionary'],_0x30be73),_0x5cfedf['ug']['getPluralForm']=_0x391458;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x309b6f=>{const {ug:{dictionary:_0x177787,getPluralForm:_0x33cef5}}={'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':_0x1e3a92=>0x1!=_0x1e3a92}};_0x309b6f['ug']||={'dictionary':{},'getPluralForm':null},_0x309b6f['ug']['dictionary']=Object['assign'](_0x309b6f['ug']['dictionary'],_0x177787),_0x309b6f['ug']['getPluralForm']=_0x33cef5;})(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':_0x1c54a2=>_0x1c54a2%0x1==0x0&&_0x1c54a2%0xa==0x1&&_0x1c54a2%0x64!=0xb?0x0:_0x1c54a2%0x1==0x0&&_0x1c54a2%0xa>=0x2&&_0x1c54a2%0xa<=0x4&&(_0x1c54a2%0x64<0xc||_0x1c54a2%0x64>0xe)?0x1:_0x1c54a2%0x1==0x0&&(_0x1c54a2%0xa==0x0||_0x1c54a2%0xa>=0x5&&_0x1c54a2%0xa<=0x9||_0x1c54a2%0x64>=0xb&&_0x1c54a2%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':_0x463bce=>_0x463bce%0x1==0x0&&_0x463bce%0xa==0x1&&_0x463bce%0x64!=0xb?0x0:_0x463bce%0x1==0x0&&_0x463bce%0xa>=0x2&&_0x463bce%0xa<=0x4&&(_0x463bce%0x64<0xc||_0x463bce%0x64>0xe)?0x1:_0x463bce%0x1==0x0&&(_0x463bce%0xa==0x0||_0x463bce%0xa>=0x5&&_0x463bce%0xa<=0x9||_0x463bce%0x64>=0xb&&_0x463bce%0x64<=0xe)?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x289ec9=>{const {uk:{dictionary:_0xe35a4b,getPluralForm:_0x2a0907}}={'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':_0x23e894=>_0x23e894%0x1==0x0&&_0x23e894%0xa==0x1&&_0x23e894%0x64!=0xb?0x0:_0x23e894%0x1==0x0&&_0x23e894%0xa>=0x2&&_0x23e894%0xa<=0x4&&(_0x23e894%0x64<0xc||_0x23e894%0x64>0xe)?0x1:_0x23e894%0x1==0x0&&(_0x23e894%0xa==0x0||_0x23e894%0xa>=0x5&&_0x23e894%0xa<=0x9||_0x23e894%0x64>=0xb&&_0x23e894%0x64<=0xe)?0x2:0x3}};_0x289ec9['uk']||={'dictionary':{},'getPluralForm':null},_0x289ec9['uk']['dictionary']=Object['assign'](_0x289ec9['uk']['dictionary'],_0xe35a4b),_0x289ec9['uk']['getPluralForm']=_0x2a0907;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x5b6d36=>{const {uk:{dictionary:_0x262609,getPluralForm:_0x27e877}}={'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':_0x285489=>_0x285489%0x1==0x0&&_0x285489%0xa==0x1&&_0x285489%0x64!=0xb?0x0:_0x285489%0x1==0x0&&_0x285489%0xa>=0x2&&_0x285489%0xa<=0x4&&(_0x285489%0x64<0xc||_0x285489%0x64>0xe)?0x1:_0x285489%0x1==0x0&&(_0x285489%0xa==0x0||_0x285489%0xa>=0x5&&_0x285489%0xa<=0x9||_0x285489%0x64>=0xb&&_0x285489%0x64<=0xe)?0x2:0x3}};_0x5b6d36['uk']||={'dictionary':{},'getPluralForm':null},_0x5b6d36['uk']['dictionary']=Object['assign'](_0x5b6d36['uk']['dictionary'],_0x262609),_0x5b6d36['uk']['getPluralForm']=_0x27e877;})(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':_0xaf8e6c=>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':_0x411c3d=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x37bbc5=>{const {vi:{dictionary:_0x34c2e8,getPluralForm:_0x5cde79}}={'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':_0x191a7c=>0x0}};_0x37bbc5['vi']||={'dictionary':{},'getPluralForm':null},_0x37bbc5['vi']['dictionary']=Object['assign'](_0x37bbc5['vi']['dictionary'],_0x34c2e8),_0x37bbc5['vi']['getPluralForm']=_0x5cde79;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2f2425=>{const {vi:{dictionary:_0x4b1187,getPluralForm:_0x4bd0f0}}={'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':_0x404355=>0x0}};_0x2f2425['vi']||={'dictionary':{},'getPluralForm':null},_0x2f2425['vi']['dictionary']=Object['assign'](_0x2f2425['vi']['dictionary'],_0x4b1187),_0x2f2425['vi']['getPluralForm']=_0x4bd0f0;})(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':_0x4de32c=>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':_0x31da93=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x615b96=>{const {'zh-cn':{dictionary:_0x3f34f5,getPluralForm:_0x2ebc4f}}={'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':_0x732792=>0x0}};_0x615b96['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x615b96['zh-cn']['dictionary']=Object['assign'](_0x615b96['zh-cn']['dictionary'],_0x3f34f5),_0x615b96['zh-cn']['getPluralForm']=_0x2ebc4f;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2c9b00=>{const {'zh-cn':{dictionary:_0x307ed2,getPluralForm:_0x469ae4}}={'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':_0x46dc8e=>0x0}};_0x2c9b00['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x2c9b00['zh-cn']['dictionary']=Object['assign'](_0x2c9b00['zh-cn']['dictionary'],_0x307ed2),_0x2c9b00['zh-cn']['getPluralForm']=_0x469ae4;})(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':_0x26388c=>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':_0x597c4b=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x11391f=>{const {zh:{dictionary:_0x46208f,getPluralForm:_0x115cbf}}={'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':_0x30af78=>0x0}};_0x11391f['zh']||={'dictionary':{},'getPluralForm':null},_0x11391f['zh']['dictionary']=Object['assign'](_0x11391f['zh']['dictionary'],_0x46208f),_0x11391f['zh']['getPluralForm']=_0x115cbf;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x4a6286=>{const {zh:{dictionary:_0x21e5a0,getPluralForm:_0x1ab45b}}={'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':_0x3489fd=>0x0}};_0x4a6286['zh']||={'dictionary':{},'getPluralForm':null},_0x4a6286['zh']['dictionary']=Object['assign'](_0x4a6286['zh']['dictionary'],_0x21e5a0),_0x4a6286['zh']['getPluralForm']=_0x1ab45b;})(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.2",
3
+ "version": "43.1.0-alpha.3",
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.2",
16
- "@ckeditor/ckeditor5-engine": "43.1.0-alpha.2",
17
- "@ckeditor/ckeditor5-ui": "43.1.0-alpha.2",
18
- "@ckeditor/ckeditor5-utils": "43.1.0-alpha.2",
19
- "ckeditor5": "43.1.0-alpha.2",
20
- "ckeditor5-collaboration": "43.1.0-alpha.2"
15
+ "@ckeditor/ckeditor5-core": "43.1.0-alpha.3",
16
+ "@ckeditor/ckeditor5-engine": "43.1.0-alpha.3",
17
+ "@ckeditor/ckeditor5-ui": "43.1.0-alpha.3",
18
+ "@ckeditor/ckeditor5-utils": "43.1.0-alpha.3",
19
+ "ckeditor5": "43.1.0-alpha.3",
20
+ "ckeditor5-collaboration": "43.1.0-alpha.3"
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 _0x4a01(_0x354829,_0x5e2d54){const _0x25c3bb=_0x25c3();return _0x4a01=function(_0x4a01ec,_0x23456d){_0x4a01ec=_0x4a01ec-0xd7;let _0x54a074=_0x25c3bb[_0x4a01ec];return _0x54a074;},_0x4a01(_0x354829,_0x5e2d54);}const _0x24a134=_0x4a01;function _0x25c3(){const _0x359ea7=['14epRxir','selection','2346174FiChUs','fromEntries','35736TMRRCe','getAttributes','2240360RJUexu','commands','325377gKJFjx','refresh','189HtbtMx','28CbAEVc','12woSbDo','reset','_getFormattingAttributes','document','99928Hnzzun','isFormatting','get','10hEQEAo','model','value','5338476VtpenO','change:value','17697229hKLsRR','from','execute','filter','getAttributeProperties','schema','editor','change:isEnabled'];_0x25c3=function(){return _0x359ea7;};return _0x25c3();}(function(_0x38aa7d,_0x35506c){const _0x2b8d00=_0x4a01,_0x3c859d=_0x38aa7d();while(!![]){try{const _0x160780=-parseInt(_0x2b8d00(0xe2))/0x1*(parseInt(_0x2b8d00(0xf2))/0x2)+-parseInt(_0x2b8d00(0xda))/0x3*(parseInt(_0x2b8d00(0xdd))/0x4)+-parseInt(_0x2b8d00(0xd8))/0x5+parseInt(_0x2b8d00(0xe8))/0x6+parseInt(_0x2b8d00(0xdc))/0x7*(parseInt(_0x2b8d00(0xf6))/0x8)+parseInt(_0x2b8d00(0xf4))/0x9*(-parseInt(_0x2b8d00(0xe5))/0xa)+parseInt(_0x2b8d00(0xea))/0xb*(parseInt(_0x2b8d00(0xde))/0xc);if(_0x160780===_0x35506c)break;else _0x3c859d['push'](_0x3c859d['shift']());}catch(_0x441207){_0x3c859d['push'](_0x3c859d['shift']());}}}(_0x25c3,0x6e48f));import{Command as _0x5d84c9}from'ckeditor5/src/core.js';import{PASTE_FORMAT_COMMAND_NAME as _0x3a6497}from'./utils.js';export default class r extends _0x5d84c9{constructor(_0x53ce33){const _0x5de685=_0x4a01;super(_0x53ce33),this[_0x5de685(0xe7)]=void 0x0,this['on'](_0x5de685(0xf1),(_0x6e652c,_0x5a3372,_0x5265cd)=>{const _0x1c4416=_0x5de685;_0x5265cd||this[_0x1c4416(0xdf)]();}),this['on'](_0x5de685(0xe9),()=>_0x53ce33[_0x5de685(0xd9)][_0x5de685(0xe4)](_0x3a6497)[_0x5de685(0xdb)]());}[_0x24a134(0xec)](){const _0x35f62c=_0x24a134;this[_0x35f62c(0xe7)]=this[_0x35f62c(0xe0)]();}[_0x24a134(0xdf)](){const _0x5ada11=_0x24a134;this[_0x5ada11(0xe7)]=void 0x0;}[_0x24a134(0xe0)](){const _0x4df846=_0x24a134,_0x5c35d0=this[_0x4df846(0xf0)][_0x4df846(0xe6)],_0x56b989=_0x5c35d0[_0x4df846(0xe1)][_0x4df846(0xf3)];return Object[_0x4df846(0xf5)](Array[_0x4df846(0xeb)](_0x56b989[_0x4df846(0xd7)]())[_0x4df846(0xed)](([_0x26ebf8])=>_0x5c35d0[_0x4df846(0xef)][_0x4df846(0xee)](_0x26ebf8)[_0x4df846(0xe3)]));}}
23
+ const _0x59edca=_0x2b0f;(function(_0x43876a,_0x3b0b2a){const _0x4ec1ab=_0x2b0f,_0x262607=_0x43876a();while(!![]){try{const _0x27a9d4=-parseInt(_0x4ec1ab(0x1a6))/0x1*(parseInt(_0x4ec1ab(0x1a2))/0x2)+-parseInt(_0x4ec1ab(0x1aa))/0x3+parseInt(_0x4ec1ab(0x19b))/0x4+parseInt(_0x4ec1ab(0x19c))/0x5*(parseInt(_0x4ec1ab(0x18d))/0x6)+parseInt(_0x4ec1ab(0x190))/0x7+-parseInt(_0x4ec1ab(0x196))/0x8*(parseInt(_0x4ec1ab(0x199))/0x9)+-parseInt(_0x4ec1ab(0x19d))/0xa;if(_0x27a9d4===_0x3b0b2a)break;else _0x262607['push'](_0x262607['shift']());}catch(_0x412427){_0x262607['push'](_0x262607['shift']());}}}(_0x5a0d,0x8525e));function _0x2b0f(_0x74e1a5,_0x1303b3){const _0x5a0dcb=_0x5a0d();return _0x2b0f=function(_0x2b0f81,_0x103307){_0x2b0f81=_0x2b0f81-0x18d;let _0x4b0957=_0x5a0dcb[_0x2b0f81];return _0x4b0957;},_0x2b0f(_0x74e1a5,_0x1303b3);}import{Command as _0x19ccb6}from'ckeditor5/src/core.js';function _0x5a0d(){const _0x4c598d=['isFormatting','497844dCjGyh','18CLlopJ','change:isEnabled','getAttributes','4660096Saxqqx','fromEntries','commands','get','_getFormattingAttributes','reset','24088TunQSV','value','execute','1098CdRnaI','from','2908392pkcGmq','827695TGSZFv','3441600pcnbgP','filter','schema','getAttributeProperties','selection','2ohZJqQ','model','document','change:value','466619GvGjfS','editor','refresh'];_0x5a0d=function(){return _0x4c598d;};return _0x5a0d();}import{PASTE_FORMAT_COMMAND_NAME as _0x319f7f}from'./utils.js';export default class r extends _0x19ccb6{constructor(_0x123d34){const _0x13d65e=_0x2b0f;super(_0x123d34),this[_0x13d65e(0x197)]=void 0x0,this['on'](_0x13d65e(0x18e),(_0x1fd88d,_0x1ef11e,_0x23055b)=>{const _0x32466=_0x13d65e;_0x23055b||this[_0x32466(0x195)]();}),this['on'](_0x13d65e(0x1a5),()=>_0x123d34[_0x13d65e(0x192)][_0x13d65e(0x193)](_0x319f7f)[_0x13d65e(0x1a8)]());}[_0x59edca(0x198)](){const _0x15f06a=_0x59edca;this[_0x15f06a(0x197)]=this[_0x15f06a(0x194)]();}[_0x59edca(0x195)](){const _0x5386cf=_0x59edca;this[_0x5386cf(0x197)]=void 0x0;}[_0x59edca(0x194)](){const _0x251bc0=_0x59edca,_0x55bc75=this[_0x251bc0(0x1a7)][_0x251bc0(0x1a3)],_0x1bac48=_0x55bc75[_0x251bc0(0x1a4)][_0x251bc0(0x1a1)];return Object[_0x251bc0(0x191)](Array[_0x251bc0(0x19a)](_0x1bac48[_0x251bc0(0x18f)]())[_0x251bc0(0x19e)](([_0x4f2e0f])=>_0x55bc75[_0x251bc0(0x19f)][_0x251bc0(0x1a0)](_0x4f2e0f)[_0x251bc0(0x1a9)]));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x4aad(){var _0x27b5a0=['3wGaryY','9fpXBbb','25275536npNWdp','12WiBNlC','232KkzcoT','101206owOeZg','457833MywIFf','176140mAZVoF','FormatPainter','6265240vIGxtV','pluginName','155915jtpFiC','requires','684690ZujaYf'];_0x4aad=function(){return _0x27b5a0;};return _0x4aad();}var _0x101d2b=_0xf7ac;(function(_0x488b09,_0x4e01ea){var _0x4e0493=_0xf7ac,_0x3e7086=_0x488b09();while(!![]){try{var _0x289809=-parseInt(_0x4e0493(0x6f))/0x1+-parseInt(_0x4e0493(0x76))/0x2+parseInt(_0x4e0493(0x77))/0x3*(-parseInt(_0x4e0493(0x70))/0x4)+-parseInt(_0x4e0493(0x74))/0x5*(parseInt(_0x4e0493(0x6c))/0x6)+-parseInt(_0x4e0493(0x6e))/0x7*(parseInt(_0x4e0493(0x6d))/0x8)+-parseInt(_0x4e0493(0x6a))/0x9*(parseInt(_0x4e0493(0x72))/0xa)+parseInt(_0x4e0493(0x6b))/0xb;if(_0x289809===_0x4e01ea)break;else _0x3e7086['push'](_0x3e7086['shift']());}catch(_0x9e92e2){_0x3e7086['push'](_0x3e7086['shift']());}}}(_0x4aad,0x5452f));import{Plugin as _0x2a52eb}from'ckeditor5/src/core.js';import _0x400f87 from'./formatpainterediting.js';function _0xf7ac(_0x21b44b,_0x26d2aa){var _0x4aadf6=_0x4aad();return _0xf7ac=function(_0xf7ac47,_0xbf04c2){_0xf7ac47=_0xf7ac47-0x6a;var _0x545d1f=_0x4aadf6[_0xf7ac47];return _0x545d1f;},_0xf7ac(_0x21b44b,_0x26d2aa);}import _0x2557bf from'./formatpainterui.js';export default class m extends _0x2a52eb{static get[_0x101d2b(0x75)](){return[_0x400f87,_0x2557bf];}static get[_0x101d2b(0x73)](){var _0x180ca2=_0x101d2b;return _0x180ca2(0x71);}}
23
+ var _0x3d037e=_0x66ab;function _0x66ab(_0x2e4579,_0x247e4d){var _0x18240a=_0x1824();return _0x66ab=function(_0x66ab5b,_0x26e177){_0x66ab5b=_0x66ab5b-0xa2;var _0x3be1f5=_0x18240a[_0x66ab5b];return _0x3be1f5;},_0x66ab(_0x2e4579,_0x247e4d);}(function(_0x2ef187,_0x4170be){var _0x13de1=_0x66ab,_0x3cbd84=_0x2ef187();while(!![]){try{var _0x4661aa=parseInt(_0x13de1(0xab))/0x1+parseInt(_0x13de1(0xa2))/0x2*(-parseInt(_0x13de1(0xa8))/0x3)+-parseInt(_0x13de1(0xa9))/0x4+parseInt(_0x13de1(0xa5))/0x5*(parseInt(_0x13de1(0xa3))/0x6)+parseInt(_0x13de1(0xa6))/0x7*(parseInt(_0x13de1(0xaa))/0x8)+parseInt(_0x13de1(0xa7))/0x9+-parseInt(_0x13de1(0xa4))/0xa*(parseInt(_0x13de1(0xac))/0xb);if(_0x4661aa===_0x4170be)break;else _0x3cbd84['push'](_0x3cbd84['shift']());}catch(_0x5332eb){_0x3cbd84['push'](_0x3cbd84['shift']());}}}(_0x1824,0xb7c7d));function _0x1824(){var _0x23bfbb=['pluginName','requires','90718xLWWlL','446022vrXeqX','575030lfaEfI','95YOoIGj','6188861QLYdfY','5604507SLmBiR','21hHRruA','562596iawWHX','8UyUhWQ','649301abPHIH','451vCnKhh','FormatPainter'];_0x1824=function(){return _0x23bfbb;};return _0x1824();}import{Plugin as _0x50f1fc}from'ckeditor5/src/core.js';import _0x26be7c from'./formatpainterediting.js';import _0x49483a from'./formatpainterui.js';export default class m extends _0x50f1fc{static get[_0x3d037e(0xaf)](){return[_0x26be7c,_0x49483a];}static get[_0x3d037e(0xae)](){var _0x2f5918=_0x3d037e;return _0x2f5918(0xad);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x3050(_0x1c2df1,_0x367493){const _0x28cafe=_0x28ca();return _0x3050=function(_0x3050b6,_0x47d45e){_0x3050b6=_0x3050b6-0x174;let _0x2f01a4=_0x28cafe[_0x3050b6];return _0x2f01a4;},_0x3050(_0x1c2df1,_0x367493);}const _0x57f8b4=_0x3050;(function(_0xf846f3,_0x2e34fd){const _0x595332=_0x3050,_0x267e8f=_0xf846f3();while(!![]){try{const _0x419181=-parseInt(_0x595332(0x186))/0x1+-parseInt(_0x595332(0x179))/0x2+-parseInt(_0x595332(0x181))/0x3+-parseInt(_0x595332(0x185))/0x4*(parseInt(_0x595332(0x175))/0x5)+-parseInt(_0x595332(0x184))/0x6*(parseInt(_0x595332(0x17e))/0x7)+-parseInt(_0x595332(0x182))/0x8+-parseInt(_0x595332(0x188))/0x9*(-parseInt(_0x595332(0x17a))/0xa);if(_0x419181===_0x2e34fd)break;else _0x267e8f['push'](_0x267e8f['shift']());}catch(_0x21e80d){_0x267e8f['push'](_0x267e8f['shift']());}}}(_0x28ca,0xbbce4));import{Plugin as _0x50de91}from'ckeditor5/src/core.js';import{CKEditorError as _0x5a22df}from'ckeditor5/src/utils.js';import _0x5b7c9f from'./copyformatcommand.js';function _0x28ca(){const _0x3b9416=['config','init','_licenseKeyCheckInterval','licenseKey','format-painter-invalid-license-key','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.','commands','245Lhwqnz','editor','format-painter-trial-license-key-reached-limit-changes','formatPainterLicenseKeyInvalid','2362822gEjDPU','10AUfRyq','destroy','formatPainterLicenseKeyTrialLimit:operations','formatPainterLicenseKeyTrial','161BLRHAU','add','FormatPainterEditing','2009856SqGbDS','10872376uvbeFN','get','140298GmhRNL','44396SgcrUg','260181QCrFgb','pluginName','47893527jKJpnx','formatPainterLicenseKeyValid'];_0x28ca=function(){return _0x3b9416;};return _0x28ca();}import _0x21ec0b from'./pasteformatcommand.js';import{COPY_FORMAT_COMMAND_NAME as _0x198d57,PASTE_FORMAT_COMMAND_NAME as _0x206984}from'./utils.js';export default class o extends _0x50de91{static get[_0x57f8b4(0x187)](){const _0x4407a7=_0x57f8b4;return _0x4407a7(0x180);}constructor(_0x4b87ce){const _0x10345c=_0x57f8b4;super(_0x4b87ce),this[_0x10345c(0x18c)]=null;}[_0x57f8b4(0x18b)](){const _0x5935ab=_0x57f8b4,_0xbf72f0=this[_0x5935ab(0x176)];_0xbf72f0[_0x5935ab(0x174)][_0x5935ab(0x17f)](_0x198d57,new _0x5b7c9f(_0xbf72f0)),_0xbf72f0[_0x5935ab(0x174)][_0x5935ab(0x17f)](_0x206984,new _0x21ec0b(_0xbf72f0)),this[_0x5935ab(0x18d)]=_0xbf72f0[_0x5935ab(0x18a)][_0x5935ab(0x183)](_0x5935ab(0x18d));const _0x2585e3=this[_0x5935ab(0x176)];this[_0x5935ab(0x18c)]=setInterval(()=>{const _0x56439d=_0x5935ab;let _0x443d12;for(const _0x1a5b98 in _0x2585e3){const _0x3c45c1=_0x1a5b98,_0x1cd159=_0x2585e3[_0x3c45c1];if(_0x56439d(0x17d)===_0x1cd159||_0x56439d(0x178)===_0x1cd159||_0x56439d(0x189)===_0x1cd159||_0x56439d(0x17c)===_0x1cd159){delete _0x2585e3[_0x3c45c1],_0x443d12=_0x1cd159;break;}}if(_0x56439d(0x178)===_0x443d12)throw clearInterval(this[_0x56439d(0x18c)]),new _0x5a22df(_0x56439d(0x18e),null);if(_0x56439d(0x17d)===_0x443d12&&console[_0x56439d(0x18f)](_0x56439d(0x190)),_0x56439d(0x17c)===_0x443d12)throw clearInterval(this[_0x56439d(0x18c)]),new _0x5a22df(_0x56439d(0x177),null);_0x56439d(0x189)===_0x443d12&&clearInterval(this[_0x56439d(0x18c)]);},0x3e8);}[_0x57f8b4(0x17b)](){const _0x177b52=_0x57f8b4;this[_0x177b52(0x18c)]&&clearInterval(this[_0x177b52(0x18c)]);}}
23
+ const _0x34a597=_0x7636;(function(_0x122b0d,_0x539eef){const _0x38181f=_0x7636,_0x1f2d11=_0x122b0d();while(!![]){try{const _0x5a6996=-parseInt(_0x38181f(0x102))/0x1*(-parseInt(_0x38181f(0x103))/0x2)+parseInt(_0x38181f(0x101))/0x3*(parseInt(_0x38181f(0x113))/0x4)+parseInt(_0x38181f(0x10d))/0x5+parseInt(_0x38181f(0xfa))/0x6+parseInt(_0x38181f(0xfe))/0x7+parseInt(_0x38181f(0x105))/0x8+-parseInt(_0x38181f(0x104))/0x9;if(_0x5a6996===_0x539eef)break;else _0x1f2d11['push'](_0x1f2d11['shift']());}catch(_0x44ad9f){_0x1f2d11['push'](_0x1f2d11['shift']());}}}(_0x7c3e,0xab5e7));import{Plugin as _0x522cf1}from'ckeditor5/src/core.js';function _0x7636(_0x4b5857,_0x1eaef2){const _0x7c3e75=_0x7c3e();return _0x7636=function(_0x763618,_0x527513){_0x763618=_0x763618-0xf8;let _0x3a05be=_0x7c3e75[_0x763618];return _0x3a05be;},_0x7636(_0x4b5857,_0x1eaef2);}import{CKEditorError as _0x264157}from'ckeditor5/src/utils.js';function _0x7c3e(){const _0x59372c=['_licenseKeyCheckInterval','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.','7942074IHoheL','info','formatPainterLicenseKeyTrialLimit:operations','get','8173263cavySe','formatPainterLicenseKeyValid','add','9LGpwWy','30eeIvPA','44588NLcQav','35022168jZEKhn','6734744XkIkOF','config','commands','pluginName','FormatPainterEditing','formatPainterLicenseKeyInvalid','format-painter-invalid-license-key','init','1129325PrOfAL','formatPainterLicenseKeyTrial','destroy','format-painter-trial-license-key-reached-limit-changes','editor','licenseKey','487284DAnVdX'];_0x7c3e=function(){return _0x59372c;};return _0x7c3e();}import _0x4becaf from'./copyformatcommand.js';import _0x20f70f from'./pasteformatcommand.js';import{COPY_FORMAT_COMMAND_NAME as _0x23047d,PASTE_FORMAT_COMMAND_NAME as _0x343740}from'./utils.js';export default class o extends _0x522cf1{static get[_0x34a597(0x108)](){const _0x96d6e0=_0x34a597;return _0x96d6e0(0x109);}constructor(_0x5a84f3){const _0x3ea792=_0x34a597;super(_0x5a84f3),this[_0x3ea792(0xf8)]=null;}[_0x34a597(0x10c)](){const _0x454985=_0x34a597,_0x62bc66=this[_0x454985(0x111)];_0x62bc66[_0x454985(0x107)][_0x454985(0x100)](_0x23047d,new _0x4becaf(_0x62bc66)),_0x62bc66[_0x454985(0x107)][_0x454985(0x100)](_0x343740,new _0x20f70f(_0x62bc66)),this[_0x454985(0x112)]=_0x62bc66[_0x454985(0x106)][_0x454985(0xfd)](_0x454985(0x112));const _0x1a1162=this[_0x454985(0x111)];this[_0x454985(0xf8)]=setInterval(()=>{const _0x182ef3=_0x454985;let _0x18e3c2;for(const _0x1393d4 in _0x1a1162){const _0x314c15=_0x1393d4,_0x55a1fe=_0x1a1162[_0x314c15];if(_0x182ef3(0x10e)===_0x55a1fe||_0x182ef3(0x10a)===_0x55a1fe||_0x182ef3(0xff)===_0x55a1fe||_0x182ef3(0xfc)===_0x55a1fe){delete _0x1a1162[_0x314c15],_0x18e3c2=_0x55a1fe;break;}}if(_0x182ef3(0x10a)===_0x18e3c2)throw clearInterval(this[_0x182ef3(0xf8)]),new _0x264157(_0x182ef3(0x10b),null);if(_0x182ef3(0x10e)===_0x18e3c2&&console[_0x182ef3(0xfb)](_0x182ef3(0xf9)),_0x182ef3(0xfc)===_0x18e3c2)throw clearInterval(this[_0x182ef3(0xf8)]),new _0x264157(_0x182ef3(0x110),null);_0x182ef3(0xff)===_0x18e3c2&&clearInterval(this[_0x182ef3(0xf8)]);},0x3e8);}[_0x34a597(0x10f)](){const _0x51a35c=_0x34a597;this[_0x51a35c(0xf8)]&&clearInterval(this[_0x51a35c(0xf8)]);}}