@ckeditor/ckeditor5-format-painter 0.0.0-nightly-20240731.0 → 0.0.0-nightly-20240801.0

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
- (_0x41413a=>{const {sr:{dictionary:_0x46c925,getPluralForm:_0x19c55f}}={'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':_0x1784fa=>_0x1784fa%0xa==0x1&&_0x1784fa%0x64!=0xb?0x0:_0x1784fa%0xa>=0x2&&_0x1784fa%0xa<=0x4&&(_0x1784fa%0x64<0xa||_0x1784fa%0x64>=0x14)?0x1:0x2}};_0x41413a['sr']||={'dictionary':{},'getPluralForm':null},_0x41413a['sr']['dictionary']=Object['assign'](_0x41413a['sr']['dictionary'],_0x46c925),_0x41413a['sr']['getPluralForm']=_0x19c55f;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x4a4786=>{const {sr:{dictionary:_0x31c803,getPluralForm:_0x32928c}}={'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':_0x507359=>_0x507359%0xa==0x1&&_0x507359%0x64!=0xb?0x0:_0x507359%0xa>=0x2&&_0x507359%0xa<=0x4&&(_0x507359%0x64<0xa||_0x507359%0x64>=0x14)?0x1:0x2}};_0x4a4786['sr']||={'dictionary':{},'getPluralForm':null},_0x4a4786['sr']['dictionary']=Object['assign'](_0x4a4786['sr']['dictionary'],_0x31c803),_0x4a4786['sr']['getPluralForm']=_0x32928c;})(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':_0x3680a8=>0x1!=_0x3680a8}};
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':_0x44fb75=>0x1!=_0x44fb75}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0xddf13=>{const {sv:{dictionary:_0x4e4444,getPluralForm:_0x3064a8}}={'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':_0x5b2e9d=>0x1!=_0x5b2e9d}};_0xddf13['sv']||={'dictionary':{},'getPluralForm':null},_0xddf13['sv']['dictionary']=Object['assign'](_0xddf13['sv']['dictionary'],_0x4e4444),_0xddf13['sv']['getPluralForm']=_0x3064a8;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x37a523=>{const {sv:{dictionary:_0x1c4482,getPluralForm:_0x4c713b}}={'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':_0x2a4540=>0x1!=_0x2a4540}};_0x37a523['sv']||={'dictionary':{},'getPluralForm':null},_0x37a523['sv']['dictionary']=Object['assign'](_0x37a523['sv']['dictionary'],_0x1c4482),_0x37a523['sv']['getPluralForm']=_0x4c713b;})(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':_0x2e1a62=>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':_0x96cd93=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2362f5=>{const {th:{dictionary:_0x240588,getPluralForm:_0x24e803}}={'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':_0x1e6dea=>0x0}};_0x2362f5['th']||={'dictionary':{},'getPluralForm':null},_0x2362f5['th']['dictionary']=Object['assign'](_0x2362f5['th']['dictionary'],_0x240588),_0x2362f5['th']['getPluralForm']=_0x24e803;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x592d21=>{const {th:{dictionary:_0x3ecadb,getPluralForm:_0x20563e}}={'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':_0x240ea7=>0x0}};_0x592d21['th']||={'dictionary':{},'getPluralForm':null},_0x592d21['th']['dictionary']=Object['assign'](_0x592d21['th']['dictionary'],_0x3ecadb),_0x592d21['th']['getPluralForm']=_0x20563e;})(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':_0x16bb3b=>_0x16bb3b>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':_0x1cdbfe=>_0x1cdbfe>0x1}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x57c369=>{const {tr:{dictionary:_0x4911e9,getPluralForm:_0xf7866f}}={'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':_0x39d8bb=>_0x39d8bb>0x1}};_0x57c369['tr']||={'dictionary':{},'getPluralForm':null},_0x57c369['tr']['dictionary']=Object['assign'](_0x57c369['tr']['dictionary'],_0x4911e9),_0x57c369['tr']['getPluralForm']=_0xf7866f;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x45453e=>{const {tr:{dictionary:_0xdf672c,getPluralForm:_0x2f73f2}}={'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':_0x49c76b=>_0x49c76b>0x1}};_0x45453e['tr']||={'dictionary':{},'getPluralForm':null},_0x45453e['tr']['dictionary']=Object['assign'](_0x45453e['tr']['dictionary'],_0xdf672c),_0x45453e['tr']['getPluralForm']=_0x2f73f2;})(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':_0x3fba15=>0x1!=_0x3fba15}};
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':_0x2037e9=>0x1!=_0x2037e9}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x5d5fb9=>{const {ug:{dictionary:_0x3bb855,getPluralForm:_0x181cd4}}={'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':_0x1ab8cb=>0x1!=_0x1ab8cb}};_0x5d5fb9['ug']||={'dictionary':{},'getPluralForm':null},_0x5d5fb9['ug']['dictionary']=Object['assign'](_0x5d5fb9['ug']['dictionary'],_0x3bb855),_0x5d5fb9['ug']['getPluralForm']=_0x181cd4;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x14f40f=>{const {ug:{dictionary:_0x4a905b,getPluralForm:_0x11fc35}}={'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':_0x1ced2b=>0x1!=_0x1ced2b}};_0x14f40f['ug']||={'dictionary':{},'getPluralForm':null},_0x14f40f['ug']['dictionary']=Object['assign'](_0x14f40f['ug']['dictionary'],_0x4a905b),_0x14f40f['ug']['getPluralForm']=_0x11fc35;})(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':_0x56f35f=>_0x56f35f%0x1==0x0&&_0x56f35f%0xa==0x1&&_0x56f35f%0x64!=0xb?0x0:_0x56f35f%0x1==0x0&&_0x56f35f%0xa>=0x2&&_0x56f35f%0xa<=0x4&&(_0x56f35f%0x64<0xc||_0x56f35f%0x64>0xe)?0x1:_0x56f35f%0x1==0x0&&(_0x56f35f%0xa==0x0||_0x56f35f%0xa>=0x5&&_0x56f35f%0xa<=0x9||_0x56f35f%0x64>=0xb&&_0x56f35f%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':_0x4a7729=>_0x4a7729%0x1==0x0&&_0x4a7729%0xa==0x1&&_0x4a7729%0x64!=0xb?0x0:_0x4a7729%0x1==0x0&&_0x4a7729%0xa>=0x2&&_0x4a7729%0xa<=0x4&&(_0x4a7729%0x64<0xc||_0x4a7729%0x64>0xe)?0x1:_0x4a7729%0x1==0x0&&(_0x4a7729%0xa==0x0||_0x4a7729%0xa>=0x5&&_0x4a7729%0xa<=0x9||_0x4a7729%0x64>=0xb&&_0x4a7729%0x64<=0xe)?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x4a000a=>{const {uk:{dictionary:_0x2e585b,getPluralForm:_0x3e0cc7}}={'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':_0x206fbd=>_0x206fbd%0x1==0x0&&_0x206fbd%0xa==0x1&&_0x206fbd%0x64!=0xb?0x0:_0x206fbd%0x1==0x0&&_0x206fbd%0xa>=0x2&&_0x206fbd%0xa<=0x4&&(_0x206fbd%0x64<0xc||_0x206fbd%0x64>0xe)?0x1:_0x206fbd%0x1==0x0&&(_0x206fbd%0xa==0x0||_0x206fbd%0xa>=0x5&&_0x206fbd%0xa<=0x9||_0x206fbd%0x64>=0xb&&_0x206fbd%0x64<=0xe)?0x2:0x3}};_0x4a000a['uk']||={'dictionary':{},'getPluralForm':null},_0x4a000a['uk']['dictionary']=Object['assign'](_0x4a000a['uk']['dictionary'],_0x2e585b),_0x4a000a['uk']['getPluralForm']=_0x3e0cc7;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x246925=>{const {uk:{dictionary:_0x2dca7c,getPluralForm:_0x4ae743}}={'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':_0x1e40d9=>_0x1e40d9%0x1==0x0&&_0x1e40d9%0xa==0x1&&_0x1e40d9%0x64!=0xb?0x0:_0x1e40d9%0x1==0x0&&_0x1e40d9%0xa>=0x2&&_0x1e40d9%0xa<=0x4&&(_0x1e40d9%0x64<0xc||_0x1e40d9%0x64>0xe)?0x1:_0x1e40d9%0x1==0x0&&(_0x1e40d9%0xa==0x0||_0x1e40d9%0xa>=0x5&&_0x1e40d9%0xa<=0x9||_0x1e40d9%0x64>=0xb&&_0x1e40d9%0x64<=0xe)?0x2:0x3}};_0x246925['uk']||={'dictionary':{},'getPluralForm':null},_0x246925['uk']['dictionary']=Object['assign'](_0x246925['uk']['dictionary'],_0x2dca7c),_0x246925['uk']['getPluralForm']=_0x4ae743;})(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':_0x32ef93=>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':_0x6cbf3d=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x16004a=>{const {vi:{dictionary:_0x100a9d,getPluralForm:_0x309e7f}}={'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':_0x9c510=>0x0}};_0x16004a['vi']||={'dictionary':{},'getPluralForm':null},_0x16004a['vi']['dictionary']=Object['assign'](_0x16004a['vi']['dictionary'],_0x100a9d),_0x16004a['vi']['getPluralForm']=_0x309e7f;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x25deee=>{const {vi:{dictionary:_0x3be8fe,getPluralForm:_0x4b3223}}={'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':_0x5e56b3=>0x0}};_0x25deee['vi']||={'dictionary':{},'getPluralForm':null},_0x25deee['vi']['dictionary']=Object['assign'](_0x25deee['vi']['dictionary'],_0x3be8fe),_0x25deee['vi']['getPluralForm']=_0x4b3223;})(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':_0xc12bc7=>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':_0x582fbb=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x5ca6c0=>{const {'zh-cn':{dictionary:_0x58887b,getPluralForm:_0xd2ff13}}={'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':_0x560caf=>0x0}};_0x5ca6c0['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x5ca6c0['zh-cn']['dictionary']=Object['assign'](_0x5ca6c0['zh-cn']['dictionary'],_0x58887b),_0x5ca6c0['zh-cn']['getPluralForm']=_0xd2ff13;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x22487e=>{const {'zh-cn':{dictionary:_0x1ba11b,getPluralForm:_0x227038}}={'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':_0x1b612b=>0x0}};_0x22487e['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x22487e['zh-cn']['dictionary']=Object['assign'](_0x22487e['zh-cn']['dictionary'],_0x1ba11b),_0x22487e['zh-cn']['getPluralForm']=_0x227038;})(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':_0x369cae=>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':_0x46893f=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x3eb9e5=>{const {zh:{dictionary:_0x2e364d,getPluralForm:_0x10257e}}={'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':_0x3ab42d=>0x0}};_0x3eb9e5['zh']||={'dictionary':{},'getPluralForm':null},_0x3eb9e5['zh']['dictionary']=Object['assign'](_0x3eb9e5['zh']['dictionary'],_0x2e364d),_0x3eb9e5['zh']['getPluralForm']=_0x10257e;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x1a8e7=>{const {zh:{dictionary:_0x25b59a,getPluralForm:_0x402c44}}={'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':_0x16be9a=>0x0}};_0x1a8e7['zh']||={'dictionary':{},'getPluralForm':null},_0x1a8e7['zh']['dictionary']=Object['assign'](_0x1a8e7['zh']['dictionary'],_0x25b59a),_0x1a8e7['zh']['getPluralForm']=_0x402c44;})(window['CKEDITOR_TRANSLATIONS']||={});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-format-painter",
3
- "version": "0.0.0-nightly-20240731.0",
3
+ "version": "0.0.0-nightly-20240801.0",
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": "0.0.0-nightly-20240731.0",
16
- "@ckeditor/ckeditor5-engine": "0.0.0-nightly-20240731.0",
17
- "@ckeditor/ckeditor5-ui": "0.0.0-nightly-20240731.0",
18
- "@ckeditor/ckeditor5-utils": "0.0.0-nightly-20240731.0",
19
- "ckeditor5": "0.0.0-nightly-20240731.0",
20
- "ckeditor5-collaboration": "0.0.0-nightly-20240731.0"
15
+ "@ckeditor/ckeditor5-core": "0.0.0-nightly-20240801.0",
16
+ "@ckeditor/ckeditor5-engine": "0.0.0-nightly-20240801.0",
17
+ "@ckeditor/ckeditor5-ui": "0.0.0-nightly-20240801.0",
18
+ "@ckeditor/ckeditor5-utils": "0.0.0-nightly-20240801.0",
19
+ "ckeditor5": "0.0.0-nightly-20240801.0",
20
+ "ckeditor5-collaboration": "0.0.0-nightly-20240801.0"
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
- const _0x2a5b8b=_0x1a42;(function(_0x5dfa39,_0x2c4b32){const _0x5d4238=_0x1a42,_0x9cf351=_0x5dfa39();while(!![]){try{const _0x1f4ca9=-parseInt(_0x5d4238(0x1f0))/0x1+-parseInt(_0x5d4238(0x1e3))/0x2*(-parseInt(_0x5d4238(0x1e8))/0x3)+parseInt(_0x5d4238(0x1f6))/0x4+parseInt(_0x5d4238(0x1f5))/0x5*(parseInt(_0x5d4238(0x1f2))/0x6)+parseInt(_0x5d4238(0x1e1))/0x7+parseInt(_0x5d4238(0x1e7))/0x8+-parseInt(_0x5d4238(0x1df))/0x9;if(_0x1f4ca9===_0x2c4b32)break;else _0x9cf351['push'](_0x9cf351['shift']());}catch(_0x25d124){_0x9cf351['push'](_0x9cf351['shift']());}}}(_0x5808,0xd8460));function _0x1a42(_0x1b9a76,_0x4aa828){const _0x5808b0=_0x5808();return _0x1a42=function(_0x1a427b,_0xbce6ce){_0x1a427b=_0x1a427b-0x1da;let _0x382902=_0x5808b0[_0x1a427b];return _0x382902;},_0x1a42(_0x1b9a76,_0x4aa828);}function _0x5808(){const _0x1f1eb6=['change:value','get','editor','reset','getAttributeProperties','13166406AbHePG','getAttributes','570318tgNTdD','execute','2348GsJUSA','refresh','value','_getFormattingAttributes','3097664xpycCf','4155IlsdVB','fromEntries','isFormatting','selection','schema','filter','commands','from','1035012LJdTuY','model','6WGvKkI','document','change:isEnabled','6194815lsqBvp','200668QmXJXG'];_0x5808=function(){return _0x1f1eb6;};return _0x5808();}import{Command as _0x1c49bf}from'ckeditor5/src/core.js';import{PASTE_FORMAT_COMMAND_NAME as _0x1589f8}from'./utils.js';export default class r extends _0x1c49bf{constructor(_0x33d6b9){const _0x5860c2=_0x1a42;super(_0x33d6b9),this[_0x5860c2(0x1e5)]=void 0x0,this['on'](_0x5860c2(0x1f4),(_0x1a73cc,_0x2d9030,_0x68d45)=>{const _0x452a6f=_0x5860c2;_0x68d45||this[_0x452a6f(0x1dd)]();}),this['on'](_0x5860c2(0x1da),()=>_0x33d6b9[_0x5860c2(0x1ee)][_0x5860c2(0x1db)](_0x1589f8)[_0x5860c2(0x1e4)]());}[_0x2a5b8b(0x1e2)](){const _0x35e52b=_0x2a5b8b;this[_0x35e52b(0x1e5)]=this[_0x35e52b(0x1e6)]();}[_0x2a5b8b(0x1dd)](){const _0x54451b=_0x2a5b8b;this[_0x54451b(0x1e5)]=void 0x0;}[_0x2a5b8b(0x1e6)](){const _0x27ad0b=_0x2a5b8b,_0x26cbe8=this[_0x27ad0b(0x1dc)][_0x27ad0b(0x1f1)],_0xe9d45d=_0x26cbe8[_0x27ad0b(0x1f3)][_0x27ad0b(0x1eb)];return Object[_0x27ad0b(0x1e9)](Array[_0x27ad0b(0x1ef)](_0xe9d45d[_0x27ad0b(0x1e0)]())[_0x27ad0b(0x1ed)](([_0x142348])=>_0x26cbe8[_0x27ad0b(0x1ec)][_0x27ad0b(0x1de)](_0x142348)[_0x27ad0b(0x1ea)]));}}
23
+ const _0x42f5ab=_0x354a;(function(_0x8ca878,_0x1de989){const _0x34d715=_0x354a,_0x20a7e4=_0x8ca878();while(!![]){try{const _0x55e3ce=parseInt(_0x34d715(0x115))/0x1+parseInt(_0x34d715(0x102))/0x2*(-parseInt(_0x34d715(0x103))/0x3)+-parseInt(_0x34d715(0x117))/0x4*(-parseInt(_0x34d715(0x109))/0x5)+-parseInt(_0x34d715(0x104))/0x6*(-parseInt(_0x34d715(0x10e))/0x7)+-parseInt(_0x34d715(0x110))/0x8+-parseInt(_0x34d715(0x113))/0x9*(-parseInt(_0x34d715(0x111))/0xa)+-parseInt(_0x34d715(0x10b))/0xb;if(_0x55e3ce===_0x1de989)break;else _0x20a7e4['push'](_0x20a7e4['shift']());}catch(_0x3fb6ea){_0x20a7e4['push'](_0x20a7e4['shift']());}}}(_0x27a7,0x77791));function _0x354a(_0x268812,_0x46316f){const _0x27a77b=_0x27a7();return _0x354a=function(_0x354aa4,_0x1c9337){_0x354aa4=_0x354aa4-0x100;let _0x582604=_0x27a77b[_0x354aa4];return _0x582604;},_0x354a(_0x268812,_0x46316f);}import{Command as _0xf30b1e}from'ckeditor5/src/core.js';function _0x27a7(){const _0x31d5b7=['3103208zEIwPk','_getFormattingAttributes','schema','getAttributeProperties','filter','editor','selection','refresh','execute','commands','1126nXglRc','4413NEyhgg','511776uZyjmY','value','from','reset','change:isEnabled','5KjBcWN','get','6308555RQSUGX','change:value','model','56DYxSTP','document','6833144SRrDxj','10CYoDeh','isFormatting','3485259xdKsHs','fromEntries','899761LByruo','getAttributes'];_0x27a7=function(){return _0x31d5b7;};return _0x27a7();}import{PASTE_FORMAT_COMMAND_NAME as _0x5e9fad}from'./utils.js';export default class r extends _0xf30b1e{constructor(_0x39b74e){const _0x350869=_0x354a;super(_0x39b74e),this[_0x350869(0x105)]=void 0x0,this['on'](_0x350869(0x108),(_0x412f6b,_0x24bf37,_0x5f1bad)=>{const _0x16f16b=_0x350869;_0x5f1bad||this[_0x16f16b(0x107)]();}),this['on'](_0x350869(0x10c),()=>_0x39b74e[_0x350869(0x101)][_0x350869(0x10a)](_0x5e9fad)[_0x350869(0x11e)]());}[_0x42f5ab(0x100)](){const _0x2f0ec8=_0x42f5ab;this[_0x2f0ec8(0x105)]=this[_0x2f0ec8(0x118)]();}[_0x42f5ab(0x107)](){const _0x1138b3=_0x42f5ab;this[_0x1138b3(0x105)]=void 0x0;}[_0x42f5ab(0x118)](){const _0x99c714=_0x42f5ab,_0x576cb9=this[_0x99c714(0x11c)][_0x99c714(0x10d)],_0x112eae=_0x576cb9[_0x99c714(0x10f)][_0x99c714(0x11d)];return Object[_0x99c714(0x114)](Array[_0x99c714(0x106)](_0x112eae[_0x99c714(0x116)]())[_0x99c714(0x11b)](([_0x4d51b5])=>_0x576cb9[_0x99c714(0x119)][_0x99c714(0x11a)](_0x4d51b5)[_0x99c714(0x112)]));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x17724b=_0x269e;(function(_0x4796df,_0x70cadb){var _0x10e54c=_0x269e,_0x37de10=_0x4796df();while(!![]){try{var _0x5522a0=parseInt(_0x10e54c(0x93))/0x1*(parseInt(_0x10e54c(0x9c))/0x2)+-parseInt(_0x10e54c(0x92))/0x3+-parseInt(_0x10e54c(0x96))/0x4+-parseInt(_0x10e54c(0x99))/0x5*(-parseInt(_0x10e54c(0x94))/0x6)+-parseInt(_0x10e54c(0x95))/0x7+-parseInt(_0x10e54c(0x9a))/0x8+parseInt(_0x10e54c(0x9d))/0x9;if(_0x5522a0===_0x70cadb)break;else _0x37de10['push'](_0x37de10['shift']());}catch(_0xbb9638){_0x37de10['push'](_0x37de10['shift']());}}}(_0x5cc1,0x737e6));import{Plugin as _0x21eb60}from'ckeditor5/src/core.js';function _0x269e(_0x1dc09a,_0x5af3b0){var _0x5cc138=_0x5cc1();return _0x269e=function(_0x269e8c,_0x1976bf){_0x269e8c=_0x269e8c-0x92;var _0x90bcf0=_0x5cc138[_0x269e8c];return _0x90bcf0;},_0x269e(_0x1dc09a,_0x5af3b0);}import _0xf0953b from'./formatpainterediting.js';function _0x5cc1(){var _0x7a8964=['FormatPainter','920104wFLdzZ','14447412cWUrnw','2012961XSUNMf','1xUeDCZ','1369806sDbQtO','3668742BBbmnb','169960QdWpQj','pluginName','requires','5uKbFDw','4663808vFMetF'];_0x5cc1=function(){return _0x7a8964;};return _0x5cc1();}import _0x172ada from'./formatpainterui.js';export default class m extends _0x21eb60{static get[_0x17724b(0x98)](){return[_0xf0953b,_0x172ada];}static get[_0x17724b(0x97)](){var _0x1e9aa8=_0x17724b;return _0x1e9aa8(0x9b);}}
23
+ var _0x531348=_0x261a;function _0x261a(_0x86cf6d,_0x3b184a){var _0x3c7656=_0x3c76();return _0x261a=function(_0x261aaa,_0x3119fc){_0x261aaa=_0x261aaa-0xbc;var _0x1349c5=_0x3c7656[_0x261aaa];return _0x1349c5;},_0x261a(_0x86cf6d,_0x3b184a);}(function(_0x5c39fd,_0x25281c){var _0x41b144=_0x261a,_0x30ec7d=_0x5c39fd();while(!![]){try{var _0x3579dc=-parseInt(_0x41b144(0xc0))/0x1+parseInt(_0x41b144(0xbe))/0x2+parseInt(_0x41b144(0xc4))/0x3+-parseInt(_0x41b144(0xbc))/0x4*(-parseInt(_0x41b144(0xc6))/0x5)+-parseInt(_0x41b144(0xc2))/0x6*(-parseInt(_0x41b144(0xbd))/0x7)+-parseInt(_0x41b144(0xc7))/0x8+-parseInt(_0x41b144(0xc1))/0x9;if(_0x3579dc===_0x25281c)break;else _0x30ec7d['push'](_0x30ec7d['shift']());}catch(_0x68cc11){_0x30ec7d['push'](_0x30ec7d['shift']());}}}(_0x3c76,0xad788));import{Plugin as _0x38fad5}from'ckeditor5/src/core.js';import _0x849c from'./formatpainterediting.js';import _0x572eef from'./formatpainterui.js';function _0x3c76(){var _0x582a1e=['383862ebdHbD','pluginName','114804fOQNmY','FormatPainter','3475785KgeZYx','6944160YbsPQZ','8hRgocN','7nYdmua','2571350cwrdUX','requires','1153848DWQwAd','412470wkmhib'];_0x3c76=function(){return _0x582a1e;};return _0x3c76();}export default class m extends _0x38fad5{static get[_0x531348(0xbf)](){return[_0x849c,_0x572eef];}static get[_0x531348(0xc3)](){var _0x17c976=_0x531348;return _0x17c976(0xc5);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1771c3=_0x469d;function _0x31b3(){const _0x5515ad=['licenseKey','format-painter-invalid-license-key','1337979QhUKbY','formatPainterLicenseKeyTrial','7467705BbuLCd','init','4911235KOCkKP','destroy','formatPainterLicenseKeyTrialLimit:operations','info','format-painter-trial-license-key-reached-limit-changes','get','add','4STKCyE','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.','13819110tRYFIk','_licenseKeyCheckInterval','2605222yYgiyV','1bnlyMV','formatPainterLicenseKeyInvalid','pluginName','formatPainterLicenseKeyValid','commands','1705530FIUcOC','config','383864FcGPbg','editor','FormatPainterEditing','216SLcaUe'];_0x31b3=function(){return _0x5515ad;};return _0x31b3();}(function(_0xea4dc3,_0x2b429e){const _0x551f4d=_0x469d,_0x416cc5=_0xea4dc3();while(!![]){try{const _0x52d8a3=parseInt(_0x551f4d(0x7b))/0x1*(parseInt(_0x551f4d(0x7a))/0x2)+-parseInt(_0x551f4d(0x88))/0x3+parseInt(_0x551f4d(0x76))/0x4*(parseInt(_0x551f4d(0x8c))/0x5)+parseInt(_0x551f4d(0x80))/0x6+-parseInt(_0x551f4d(0x8a))/0x7+-parseInt(_0x551f4d(0x82))/0x8*(-parseInt(_0x551f4d(0x85))/0x9)+-parseInt(_0x551f4d(0x78))/0xa;if(_0x52d8a3===_0x2b429e)break;else _0x416cc5['push'](_0x416cc5['shift']());}catch(_0x3e98c4){_0x416cc5['push'](_0x416cc5['shift']());}}}(_0x31b3,0xc9a82));import{Plugin as _0x4eaa89}from'ckeditor5/src/core.js';function _0x469d(_0x472581,_0x546de1){const _0x31b31f=_0x31b3();return _0x469d=function(_0x469d66,_0x4d31a5){_0x469d66=_0x469d66-0x71;let _0xc11806=_0x31b31f[_0x469d66];return _0xc11806;},_0x469d(_0x472581,_0x546de1);}import{CKEditorError as _0x5e5d63}from'ckeditor5/src/utils.js';import _0x2951d7 from'./copyformatcommand.js';import _0x30f3af from'./pasteformatcommand.js';import{COPY_FORMAT_COMMAND_NAME as _0x5481ee,PASTE_FORMAT_COMMAND_NAME as _0x35ab05}from'./utils.js';export default class o extends _0x4eaa89{static get[_0x1771c3(0x7d)](){const _0x290fe8=_0x1771c3;return _0x290fe8(0x84);}constructor(_0x2c801b){const _0x59d886=_0x1771c3;super(_0x2c801b),this[_0x59d886(0x79)]=null;}[_0x1771c3(0x8b)](){const _0xf16de9=_0x1771c3,_0xda8fa4=this[_0xf16de9(0x83)];_0xda8fa4[_0xf16de9(0x7f)][_0xf16de9(0x75)](_0x5481ee,new _0x2951d7(_0xda8fa4)),_0xda8fa4[_0xf16de9(0x7f)][_0xf16de9(0x75)](_0x35ab05,new _0x30f3af(_0xda8fa4)),this[_0xf16de9(0x86)]=_0xda8fa4[_0xf16de9(0x81)][_0xf16de9(0x74)](_0xf16de9(0x86));const _0x1cfedc=this[_0xf16de9(0x83)];this[_0xf16de9(0x79)]=setInterval(()=>{const _0x4a09ae=_0xf16de9;let _0x57348e;for(const _0x2d71ad in _0x1cfedc){const _0x60c16c=_0x2d71ad,_0x4e35fc=_0x1cfedc[_0x60c16c];if(_0x4a09ae(0x89)===_0x4e35fc||_0x4a09ae(0x7c)===_0x4e35fc||_0x4a09ae(0x7e)===_0x4e35fc||_0x4a09ae(0x71)===_0x4e35fc){delete _0x1cfedc[_0x60c16c],_0x57348e=_0x4e35fc;break;}}if(_0x4a09ae(0x7c)===_0x57348e)throw clearInterval(this[_0x4a09ae(0x79)]),new _0x5e5d63(_0x4a09ae(0x87),null);if(_0x4a09ae(0x89)===_0x57348e&&console[_0x4a09ae(0x72)](_0x4a09ae(0x77)),_0x4a09ae(0x71)===_0x57348e)throw clearInterval(this[_0x4a09ae(0x79)]),new _0x5e5d63(_0x4a09ae(0x73),null);_0x4a09ae(0x7e)===_0x57348e&&clearInterval(this[_0x4a09ae(0x79)]);},0x3e8);}[_0x1771c3(0x8d)](){const _0x28de46=_0x1771c3;this[_0x28de46(0x79)]&&clearInterval(this[_0x28de46(0x79)]);}}
23
+ function _0x306b(){const _0x452eb0=['destroy','FormatPainterEditing','2900107wzXoBr','8dxAGmx','get','formatPainterLicenseKeyTrialLimit:operations','licenseKey','config','init','formatPainterLicenseKeyValid','_licenseKeyCheckInterval','format-painter-trial-license-key-reached-limit-changes','editor','525321mzegnI','format-painter-invalid-license-key','2626740DUmLVp','3560255mRosrE','6ewxRfB','formatPainterLicenseKeyTrial','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.','2441944hYeaXQ','commands','230351TjOqeo','5604870ukfAnn','add','info','pluginName','2vqYijx','formatPainterLicenseKeyInvalid'];_0x306b=function(){return _0x452eb0;};return _0x306b();}const _0x480a64=_0x3c08;(function(_0x257978,_0x1722d1){const _0x4934f7=_0x3c08,_0xef8a21=_0x257978();while(!![]){try{const _0x18e4c8=parseInt(_0x4934f7(0x16d))/0x1*(parseInt(_0x4934f7(0x172))/0x2)+-parseInt(_0x4934f7(0x166))/0x3+parseInt(_0x4934f7(0x16b))/0x4+parseInt(_0x4934f7(0x167))/0x5+-parseInt(_0x4934f7(0x168))/0x6*(-parseInt(_0x4934f7(0x176))/0x7)+-parseInt(_0x4934f7(0x177))/0x8*(-parseInt(_0x4934f7(0x164))/0x9)+-parseInt(_0x4934f7(0x16e))/0xa;if(_0x18e4c8===_0x1722d1)break;else _0xef8a21['push'](_0xef8a21['shift']());}catch(_0x6b708b){_0xef8a21['push'](_0xef8a21['shift']());}}}(_0x306b,0x8feb3));import{Plugin as _0x39400e}from'ckeditor5/src/core.js';import{CKEditorError as _0x5865fb}from'ckeditor5/src/utils.js';function _0x3c08(_0x51dbba,_0x1b3d05){const _0x306bce=_0x306b();return _0x3c08=function(_0x3c08a8,_0x5a9a49){_0x3c08a8=_0x3c08a8-0x163;let _0x2a5c11=_0x306bce[_0x3c08a8];return _0x2a5c11;},_0x3c08(_0x51dbba,_0x1b3d05);}import _0x325163 from'./copyformatcommand.js';import _0x554798 from'./pasteformatcommand.js';import{COPY_FORMAT_COMMAND_NAME as _0x57e74b,PASTE_FORMAT_COMMAND_NAME as _0x204d59}from'./utils.js';export default class o extends _0x39400e{static get[_0x480a64(0x171)](){const _0xa1a82d=_0x480a64;return _0xa1a82d(0x175);}constructor(_0xf7712){const _0x4826c0=_0x480a64;super(_0xf7712),this[_0x4826c0(0x17e)]=null;}[_0x480a64(0x17c)](){const _0x10c51b=_0x480a64,_0x589cd1=this[_0x10c51b(0x163)];_0x589cd1[_0x10c51b(0x16c)][_0x10c51b(0x16f)](_0x57e74b,new _0x325163(_0x589cd1)),_0x589cd1[_0x10c51b(0x16c)][_0x10c51b(0x16f)](_0x204d59,new _0x554798(_0x589cd1)),this[_0x10c51b(0x17a)]=_0x589cd1[_0x10c51b(0x17b)][_0x10c51b(0x178)](_0x10c51b(0x17a));const _0x2803f7=this[_0x10c51b(0x163)];this[_0x10c51b(0x17e)]=setInterval(()=>{const _0x469cc2=_0x10c51b;let _0x134f91;for(const _0xf83221 in _0x2803f7){const _0x579da4=_0xf83221,_0x566de1=_0x2803f7[_0x579da4];if(_0x469cc2(0x169)===_0x566de1||_0x469cc2(0x173)===_0x566de1||_0x469cc2(0x17d)===_0x566de1||_0x469cc2(0x179)===_0x566de1){delete _0x2803f7[_0x579da4],_0x134f91=_0x566de1;break;}}if(_0x469cc2(0x173)===_0x134f91)throw clearInterval(this[_0x469cc2(0x17e)]),new _0x5865fb(_0x469cc2(0x165),null);if(_0x469cc2(0x169)===_0x134f91&&console[_0x469cc2(0x170)](_0x469cc2(0x16a)),_0x469cc2(0x179)===_0x134f91)throw clearInterval(this[_0x469cc2(0x17e)]),new _0x5865fb(_0x469cc2(0x17f),null);_0x469cc2(0x17d)===_0x134f91&&clearInterval(this[_0x469cc2(0x17e)]);},0x3e8);}[_0x480a64(0x174)](){const _0x5037b4=_0x480a64;this[_0x5037b4(0x17e)]&&clearInterval(this[_0x5037b4(0x17e)]);}}