@ckeditor/ckeditor5-format-painter 0.0.0-nightly-20240730.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
- (_0x2c8602=>{const {sr:{dictionary:_0x5b0b09,getPluralForm:_0x3ea23f}}={'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':_0x2f0b68=>_0x2f0b68%0xa==0x1&&_0x2f0b68%0x64!=0xb?0x0:_0x2f0b68%0xa>=0x2&&_0x2f0b68%0xa<=0x4&&(_0x2f0b68%0x64<0xa||_0x2f0b68%0x64>=0x14)?0x1:0x2}};_0x2c8602['sr']||={'dictionary':{},'getPluralForm':null},_0x2c8602['sr']['dictionary']=Object['assign'](_0x2c8602['sr']['dictionary'],_0x5b0b09),_0x2c8602['sr']['getPluralForm']=_0x3ea23f;})(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':_0x436974=>0x1!=_0x436974}};
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
- (_0x33a4db=>{const {sv:{dictionary:_0x32434b,getPluralForm:_0x5ff7bb}}={'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':_0x4c0be8=>0x1!=_0x4c0be8}};_0x33a4db['sv']||={'dictionary':{},'getPluralForm':null},_0x33a4db['sv']['dictionary']=Object['assign'](_0x33a4db['sv']['dictionary'],_0x32434b),_0x33a4db['sv']['getPluralForm']=_0x5ff7bb;})(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':_0x2072b6=>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
- (_0x539e8f=>{const {th:{dictionary:_0x34ec77,getPluralForm:_0x2abf48}}={'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':_0x4e06e7=>0x0}};_0x539e8f['th']||={'dictionary':{},'getPluralForm':null},_0x539e8f['th']['dictionary']=Object['assign'](_0x539e8f['th']['dictionary'],_0x34ec77),_0x539e8f['th']['getPluralForm']=_0x2abf48;})(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':_0x18fd09=>_0x18fd09>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
- (_0x3b8be4=>{const {tr:{dictionary:_0x2c6ba4,getPluralForm:_0x786996}}={'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':_0x3ba813=>_0x3ba813>0x1}};_0x3b8be4['tr']||={'dictionary':{},'getPluralForm':null},_0x3b8be4['tr']['dictionary']=Object['assign'](_0x3b8be4['tr']['dictionary'],_0x2c6ba4),_0x3b8be4['tr']['getPluralForm']=_0x786996;})(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':_0x3513a3=>0x1!=_0x3513a3}};
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
- (_0xb678f1=>{const {ug:{dictionary:_0x47955c,getPluralForm:_0x4fc79d}}={'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':_0xf16820=>0x1!=_0xf16820}};_0xb678f1['ug']||={'dictionary':{},'getPluralForm':null},_0xb678f1['ug']['dictionary']=Object['assign'](_0xb678f1['ug']['dictionary'],_0x47955c),_0xb678f1['ug']['getPluralForm']=_0x4fc79d;})(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':_0x31681b=>_0x31681b%0x1==0x0&&_0x31681b%0xa==0x1&&_0x31681b%0x64!=0xb?0x0:_0x31681b%0x1==0x0&&_0x31681b%0xa>=0x2&&_0x31681b%0xa<=0x4&&(_0x31681b%0x64<0xc||_0x31681b%0x64>0xe)?0x1:_0x31681b%0x1==0x0&&(_0x31681b%0xa==0x0||_0x31681b%0xa>=0x5&&_0x31681b%0xa<=0x9||_0x31681b%0x64>=0xb&&_0x31681b%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
- (_0x22defd=>{const {uk:{dictionary:_0x4ca91e,getPluralForm:_0x12b1c2}}={'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':_0x113f76=>_0x113f76%0x1==0x0&&_0x113f76%0xa==0x1&&_0x113f76%0x64!=0xb?0x0:_0x113f76%0x1==0x0&&_0x113f76%0xa>=0x2&&_0x113f76%0xa<=0x4&&(_0x113f76%0x64<0xc||_0x113f76%0x64>0xe)?0x1:_0x113f76%0x1==0x0&&(_0x113f76%0xa==0x0||_0x113f76%0xa>=0x5&&_0x113f76%0xa<=0x9||_0x113f76%0x64>=0xb&&_0x113f76%0x64<=0xe)?0x2:0x3}};_0x22defd['uk']||={'dictionary':{},'getPluralForm':null},_0x22defd['uk']['dictionary']=Object['assign'](_0x22defd['uk']['dictionary'],_0x4ca91e),_0x22defd['uk']['getPluralForm']=_0x12b1c2;})(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':_0x452586=>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
- (_0x3ebd91=>{const {vi:{dictionary:_0x65e98c,getPluralForm:_0x110040}}={'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':_0x42045c=>0x0}};_0x3ebd91['vi']||={'dictionary':{},'getPluralForm':null},_0x3ebd91['vi']['dictionary']=Object['assign'](_0x3ebd91['vi']['dictionary'],_0x65e98c),_0x3ebd91['vi']['getPluralForm']=_0x110040;})(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':_0x307954=>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
- (_0x21b128=>{const {'zh-cn':{dictionary:_0x294e16,getPluralForm:_0x42e2cf}}={'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':_0x578d86=>0x0}};_0x21b128['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x21b128['zh-cn']['dictionary']=Object['assign'](_0x21b128['zh-cn']['dictionary'],_0x294e16),_0x21b128['zh-cn']['getPluralForm']=_0x42e2cf;})(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':_0x23c062=>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
- (_0x178ea1=>{const {zh:{dictionary:_0x1ae0c8,getPluralForm:_0x578322}}={'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':_0x15132d=>0x0}};_0x178ea1['zh']||={'dictionary':{},'getPluralForm':null},_0x178ea1['zh']['dictionary']=Object['assign'](_0x178ea1['zh']['dictionary'],_0x1ae0c8),_0x178ea1['zh']['getPluralForm']=_0x578322;})(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-20240730.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-20240730.0",
16
- "@ckeditor/ckeditor5-engine": "0.0.0-nightly-20240730.0",
17
- "@ckeditor/ckeditor5-ui": "0.0.0-nightly-20240730.0",
18
- "@ckeditor/ckeditor5-utils": "0.0.0-nightly-20240730.0",
19
- "ckeditor5": "0.0.0-nightly-20240730.0",
20
- "ckeditor5-collaboration": "0.0.0-nightly-20240730.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 _0x3aa589=_0x5e41;function _0x5e41(_0x69d84a,_0x175493){const _0x3c7d82=_0x3c7d();return _0x5e41=function(_0x5e41ce,_0x3e49b6){_0x5e41ce=_0x5e41ce-0x71;let _0x9ce737=_0x3c7d82[_0x5e41ce];return _0x9ce737;},_0x5e41(_0x69d84a,_0x175493);}(function(_0x121bcb,_0x507924){const _0x446958=_0x5e41,_0x4cb16b=_0x121bcb();while(!![]){try{const _0x52bcdf=parseInt(_0x446958(0x85))/0x1*(-parseInt(_0x446958(0x88))/0x2)+parseInt(_0x446958(0x8c))/0x3+parseInt(_0x446958(0x79))/0x4+parseInt(_0x446958(0x7d))/0x5+parseInt(_0x446958(0x8a))/0x6+-parseInt(_0x446958(0x87))/0x7+parseInt(_0x446958(0x73))/0x8*(-parseInt(_0x446958(0x78))/0x9);if(_0x52bcdf===_0x507924)break;else _0x4cb16b['push'](_0x4cb16b['shift']());}catch(_0x4cb6d5){_0x4cb16b['push'](_0x4cb16b['shift']());}}}(_0x3c7d,0x19bbe));import{Command as _0xcad9e6}from'ckeditor5/src/core.js';import{PASTE_FORMAT_COMMAND_NAME as _0x221123}from'./utils.js';function _0x3c7d(){const _0x4099f8=['get','editor','52tTHMrV','change:value','976122lnTHME','1284FZjcsp','change:isEnabled','648402gxOxeM','_getFormattingAttributes','259074jeXies','getAttributes','isFormatting','document','1093088ddPBKo','fromEntries','reset','getAttributeProperties','selection','9lwlfZk','84160cjUpUS','execute','value','model','997035IYBhUh','filter','schema','refresh','from','commands'];_0x3c7d=function(){return _0x4099f8;};return _0x3c7d();}export default class r extends _0xcad9e6{constructor(_0x584386){const _0x51d175=_0x5e41;super(_0x584386),this[_0x51d175(0x7b)]=void 0x0,this['on'](_0x51d175(0x89),(_0x1e92ff,_0x3a6e0d,_0x4aac72)=>{const _0x1d2872=_0x51d175;_0x4aac72||this[_0x1d2872(0x75)]();}),this['on'](_0x51d175(0x86),()=>_0x584386[_0x51d175(0x82)][_0x51d175(0x83)](_0x221123)[_0x51d175(0x80)]());}[_0x3aa589(0x7a)](){const _0x16a76e=_0x3aa589;this[_0x16a76e(0x7b)]=this[_0x16a76e(0x8b)]();}[_0x3aa589(0x75)](){const _0xd2cf95=_0x3aa589;this[_0xd2cf95(0x7b)]=void 0x0;}[_0x3aa589(0x8b)](){const _0x257217=_0x3aa589,_0x5d228a=this[_0x257217(0x84)][_0x257217(0x7c)],_0x49b83f=_0x5d228a[_0x257217(0x72)][_0x257217(0x77)];return Object[_0x257217(0x74)](Array[_0x257217(0x81)](_0x49b83f[_0x257217(0x8d)]())[_0x257217(0x7e)](([_0x5f3bb6])=>_0x5d228a[_0x257217(0x7f)][_0x257217(0x76)](_0x5f3bb6)[_0x257217(0x71)]));}}
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 _0x3d05e7=_0x4b4c;function _0x4b4c(_0x25d81f,_0x4123ae){var _0x4b9033=_0x4b90();return _0x4b4c=function(_0x4b4c1c,_0x2fde7a){_0x4b4c1c=_0x4b4c1c-0xc1;var _0x5ba3b6=_0x4b9033[_0x4b4c1c];return _0x5ba3b6;},_0x4b4c(_0x25d81f,_0x4123ae);}(function(_0x38d680,_0x361a36){var _0x5815a2=_0x4b4c,_0x568dcb=_0x38d680();while(!![]){try{var _0x199a8d=parseInt(_0x5815a2(0xc7))/0x1*(parseInt(_0x5815a2(0xcd))/0x2)+parseInt(_0x5815a2(0xce))/0x3+-parseInt(_0x5815a2(0xcc))/0x4*(-parseInt(_0x5815a2(0xc6))/0x5)+parseInt(_0x5815a2(0xca))/0x6+parseInt(_0x5815a2(0xc4))/0x7*(-parseInt(_0x5815a2(0xc1))/0x8)+-parseInt(_0x5815a2(0xcb))/0x9*(-parseInt(_0x5815a2(0xc2))/0xa)+-parseInt(_0x5815a2(0xc5))/0xb;if(_0x199a8d===_0x361a36)break;else _0x568dcb['push'](_0x568dcb['shift']());}catch(_0x463b59){_0x568dcb['push'](_0x568dcb['shift']());}}}(_0x4b90,0xad49e));import{Plugin as _0xc16861}from'ckeditor5/src/core.js';function _0x4b90(){var _0x19e70b=['13655RsLAnw','19003ZoybSJ','requires','FormatPainter','894468Gwpxii','446526HFoqSQ','1616QXrfCm','6yQZcoV','3217857WcOSWI','43688XZBnfV','10cmuGZZ','pluginName','658nyHknk','13293720TCiTXj'];_0x4b90=function(){return _0x19e70b;};return _0x4b90();}import _0x1bfe9f from'./formatpainterediting.js';import _0xfa9fe1 from'./formatpainterui.js';export default class m extends _0xc16861{static get[_0x3d05e7(0xc8)](){return[_0x1bfe9f,_0xfa9fe1];}static get[_0x3d05e7(0xc3)](){var _0x18c037=_0x3d05e7;return _0x18c037(0xc9);}}
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 _0x222541=_0x3f49;function _0x3f49(_0x3cb4c8,_0xbbcd6){const _0x5a89c4=_0x5a89();return _0x3f49=function(_0x3f49bf,_0x774176){_0x3f49bf=_0x3f49bf-0xf2;let _0x52af21=_0x5a89c4[_0x3f49bf];return _0x52af21;},_0x3f49(_0x3cb4c8,_0xbbcd6);}function _0x5a89(){const _0x289981=['20TeodAL','FormatPainterEditing','destroy','366IeSnjY','formatPainterLicenseKeyTrial','19334dOwqFm','add','6957020MWjGXL','formatPainterLicenseKeyInvalid','init','5993478exkbpJ','4394824VuCRxZ','formatPainterLicenseKeyValid','info','14NousjZ','3887283MfYRrz','get','format-painter-invalid-license-key','config','editor','You\x20are\x20using\x20the\x20trial\x20version\x20of\x20CKEditor\x205\x20format\x20painter\x20plugin\x20with\x20limited\x20usage.\x20Make\x20sure\x20you\x20will\x20not\x20use\x20it\x20in\x20the\x20production\x20environment.','pluginName','57ROWmzh','_licenseKeyCheckInterval','17457803HKKvtr','formatPainterLicenseKeyTrialLimit:operations','licenseKey','commands','106910pLYIXj','format-painter-trial-license-key-reached-limit-changes'];_0x5a89=function(){return _0x289981;};return _0x5a89();}(function(_0x25c3ae,_0x130674){const _0x1f2cf9=_0x3f49,_0xd9f2cd=_0x25c3ae();while(!![]){try{const _0x157e74=parseInt(_0x1f2cf9(0xf4))/0x1*(parseInt(_0x1f2cf9(0x101))/0x2)+parseInt(_0x1f2cf9(0x10b))/0x3+parseInt(_0x1f2cf9(0x103))/0x4+parseInt(_0x1f2cf9(0xfa))/0x5*(parseInt(_0x1f2cf9(0xff))/0x6)+-parseInt(_0x1f2cf9(0x10a))/0x7*(parseInt(_0x1f2cf9(0x107))/0x8)+parseInt(_0x1f2cf9(0x106))/0x9*(-parseInt(_0x1f2cf9(0xfc))/0xa)+-parseInt(_0x1f2cf9(0xf6))/0xb;if(_0x157e74===_0x130674)break;else _0xd9f2cd['push'](_0xd9f2cd['shift']());}catch(_0x260b51){_0xd9f2cd['push'](_0xd9f2cd['shift']());}}}(_0x5a89,0xd50e2));import{Plugin as _0x30a7ab}from'ckeditor5/src/core.js';import{CKEditorError as _0x114234}from'ckeditor5/src/utils.js';import _0x28c10c from'./copyformatcommand.js';import _0x5e3ae4 from'./pasteformatcommand.js';import{COPY_FORMAT_COMMAND_NAME as _0x5082ce,PASTE_FORMAT_COMMAND_NAME as _0x534673}from'./utils.js';export default class o extends _0x30a7ab{static get[_0x222541(0xf3)](){const _0x41e0eb=_0x222541;return _0x41e0eb(0xfd);}constructor(_0x5b9f34){const _0x3dce3e=_0x222541;super(_0x5b9f34),this[_0x3dce3e(0xf5)]=null;}[_0x222541(0x105)](){const _0x1f87f2=_0x222541,_0x4b54d7=this[_0x1f87f2(0x10f)];_0x4b54d7[_0x1f87f2(0xf9)][_0x1f87f2(0x102)](_0x5082ce,new _0x28c10c(_0x4b54d7)),_0x4b54d7[_0x1f87f2(0xf9)][_0x1f87f2(0x102)](_0x534673,new _0x5e3ae4(_0x4b54d7)),this[_0x1f87f2(0xf8)]=_0x4b54d7[_0x1f87f2(0x10e)][_0x1f87f2(0x10c)](_0x1f87f2(0xf8));const _0x3e6592=this[_0x1f87f2(0x10f)];this[_0x1f87f2(0xf5)]=setInterval(()=>{const _0xf24b02=_0x1f87f2;let _0xe12b49;for(const _0x9a5f8d in _0x3e6592){const _0x30e4cb=_0x9a5f8d,_0x23c768=_0x3e6592[_0x30e4cb];if(_0xf24b02(0x100)===_0x23c768||_0xf24b02(0x104)===_0x23c768||_0xf24b02(0x108)===_0x23c768||_0xf24b02(0xf7)===_0x23c768){delete _0x3e6592[_0x30e4cb],_0xe12b49=_0x23c768;break;}}if(_0xf24b02(0x104)===_0xe12b49)throw clearInterval(this[_0xf24b02(0xf5)]),new _0x114234(_0xf24b02(0x10d),null);if(_0xf24b02(0x100)===_0xe12b49&&console[_0xf24b02(0x109)](_0xf24b02(0xf2)),_0xf24b02(0xf7)===_0xe12b49)throw clearInterval(this[_0xf24b02(0xf5)]),new _0x114234(_0xf24b02(0xfb),null);_0xf24b02(0x108)===_0xe12b49&&clearInterval(this[_0xf24b02(0xf5)]);},0x3e8);}[_0x222541(0xfe)](){const _0x4a253a=_0x222541;this[_0x4a253a(0xf5)]&&clearInterval(this[_0x4a253a(0xf5)]);}}
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)]);}}