@ckeditor/ckeditor5-format-painter 0.0.0-nightly-20240718.0 → 0.0.0-nightly-20240719.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 +3 -3
  91. package/src/copyformatcommand.js +1 -1
  92. package/src/formatpainter.js +1 -1
  93. package/src/formatpainterediting.js +1 -1
  94. package/src/formatpainterui.js +2 -2
  95. package/src/index.js +1 -1
  96. package/src/pasteformatcommand.js +1 -1
  97. package/src/utils/common-translations.js +1 -1
  98. package/src/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x51a855=>{const {sr:{dictionary:_0x3a2c97,getPluralForm:_0x250cb2}}={'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':_0x28298d=>_0x28298d%0xa==0x1&&_0x28298d%0x64!=0xb?0x0:_0x28298d%0xa>=0x2&&_0x28298d%0xa<=0x4&&(_0x28298d%0x64<0xa||_0x28298d%0x64>=0x14)?0x1:0x2}};_0x51a855['sr']||={'dictionary':{},'getPluralForm':null},_0x51a855['sr']['dictionary']=Object['assign'](_0x51a855['sr']['dictionary'],_0x3a2c97),_0x51a855['sr']['getPluralForm']=_0x250cb2;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x4fa535=>{const {sr:{dictionary:_0xfc85a9,getPluralForm:_0x3825df}}={'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':_0x497661=>_0x497661%0xa==0x1&&_0x497661%0x64!=0xb?0x0:_0x497661%0xa>=0x2&&_0x497661%0xa<=0x4&&(_0x497661%0x64<0xa||_0x497661%0x64>=0x14)?0x1:0x2}};_0x4fa535['sr']||={'dictionary':{},'getPluralForm':null},_0x4fa535['sr']['dictionary']=Object['assign'](_0x4fa535['sr']['dictionary'],_0xfc85a9),_0x4fa535['sr']['getPluralForm']=_0x3825df;})(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':_0x4f3678=>0x1!=_0x4f3678}};
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':_0x3a7d24=>0x1!=_0x3a7d24}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x10b6c0=>{const {sv:{dictionary:_0x1d7241,getPluralForm:_0x125f57}}={'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':_0x18129b=>0x1!=_0x18129b}};_0x10b6c0['sv']||={'dictionary':{},'getPluralForm':null},_0x10b6c0['sv']['dictionary']=Object['assign'](_0x10b6c0['sv']['dictionary'],_0x1d7241),_0x10b6c0['sv']['getPluralForm']=_0x125f57;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x1187fb=>{const {sv:{dictionary:_0x4606d6,getPluralForm:_0x508578}}={'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':_0x5a3a5b=>0x1!=_0x5a3a5b}};_0x1187fb['sv']||={'dictionary':{},'getPluralForm':null},_0x1187fb['sv']['dictionary']=Object['assign'](_0x1187fb['sv']['dictionary'],_0x4606d6),_0x1187fb['sv']['getPluralForm']=_0x508578;})(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':_0x2d66bd=>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':_0x1a6818=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x516e42=>{const {th:{dictionary:_0x44bad7,getPluralForm:_0x2a4a05}}={'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':_0x3aed41=>0x0}};_0x516e42['th']||={'dictionary':{},'getPluralForm':null},_0x516e42['th']['dictionary']=Object['assign'](_0x516e42['th']['dictionary'],_0x44bad7),_0x516e42['th']['getPluralForm']=_0x2a4a05;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x25956a=>{const {th:{dictionary:_0x3d6e2b,getPluralForm:_0x4a11d7}}={'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':_0x586649=>0x0}};_0x25956a['th']||={'dictionary':{},'getPluralForm':null},_0x25956a['th']['dictionary']=Object['assign'](_0x25956a['th']['dictionary'],_0x3d6e2b),_0x25956a['th']['getPluralForm']=_0x4a11d7;})(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':_0x386cdd=>_0x386cdd>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':_0x10c51a=>_0x10c51a>0x1}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x108773=>{const {tr:{dictionary:_0x16f20b,getPluralForm:_0x3510f5}}={'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':_0x104d2f=>_0x104d2f>0x1}};_0x108773['tr']||={'dictionary':{},'getPluralForm':null},_0x108773['tr']['dictionary']=Object['assign'](_0x108773['tr']['dictionary'],_0x16f20b),_0x108773['tr']['getPluralForm']=_0x3510f5;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0xdddf41=>{const {tr:{dictionary:_0x1d9ce8,getPluralForm:_0x20bee3}}={'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':_0x409e35=>_0x409e35>0x1}};_0xdddf41['tr']||={'dictionary':{},'getPluralForm':null},_0xdddf41['tr']['dictionary']=Object['assign'](_0xdddf41['tr']['dictionary'],_0x1d9ce8),_0xdddf41['tr']['getPluralForm']=_0x20bee3;})(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':_0x5ac9e3=>0x1!=_0x5ac9e3}};
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':_0x3fa555=>0x1!=_0x3fa555}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x5881ee=>{const {ug:{dictionary:_0x7febfb,getPluralForm:_0x29d83e}}={'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':_0x2e423f=>0x1!=_0x2e423f}};_0x5881ee['ug']||={'dictionary':{},'getPluralForm':null},_0x5881ee['ug']['dictionary']=Object['assign'](_0x5881ee['ug']['dictionary'],_0x7febfb),_0x5881ee['ug']['getPluralForm']=_0x29d83e;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2f88c8=>{const {ug:{dictionary:_0x233c61,getPluralForm:_0x5265d6}}={'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':_0x558bff=>0x1!=_0x558bff}};_0x2f88c8['ug']||={'dictionary':{},'getPluralForm':null},_0x2f88c8['ug']['dictionary']=Object['assign'](_0x2f88c8['ug']['dictionary'],_0x233c61),_0x2f88c8['ug']['getPluralForm']=_0x5265d6;})(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':_0x1d4d60=>_0x1d4d60%0x1==0x0&&_0x1d4d60%0xa==0x1&&_0x1d4d60%0x64!=0xb?0x0:_0x1d4d60%0x1==0x0&&_0x1d4d60%0xa>=0x2&&_0x1d4d60%0xa<=0x4&&(_0x1d4d60%0x64<0xc||_0x1d4d60%0x64>0xe)?0x1:_0x1d4d60%0x1==0x0&&(_0x1d4d60%0xa==0x0||_0x1d4d60%0xa>=0x5&&_0x1d4d60%0xa<=0x9||_0x1d4d60%0x64>=0xb&&_0x1d4d60%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':_0x5be5f7=>_0x5be5f7%0x1==0x0&&_0x5be5f7%0xa==0x1&&_0x5be5f7%0x64!=0xb?0x0:_0x5be5f7%0x1==0x0&&_0x5be5f7%0xa>=0x2&&_0x5be5f7%0xa<=0x4&&(_0x5be5f7%0x64<0xc||_0x5be5f7%0x64>0xe)?0x1:_0x5be5f7%0x1==0x0&&(_0x5be5f7%0xa==0x0||_0x5be5f7%0xa>=0x5&&_0x5be5f7%0xa<=0x9||_0x5be5f7%0x64>=0xb&&_0x5be5f7%0x64<=0xe)?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x54466c=>{const {uk:{dictionary:_0x46d803,getPluralForm:_0x2b9e70}}={'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':_0x4058e5=>_0x4058e5%0x1==0x0&&_0x4058e5%0xa==0x1&&_0x4058e5%0x64!=0xb?0x0:_0x4058e5%0x1==0x0&&_0x4058e5%0xa>=0x2&&_0x4058e5%0xa<=0x4&&(_0x4058e5%0x64<0xc||_0x4058e5%0x64>0xe)?0x1:_0x4058e5%0x1==0x0&&(_0x4058e5%0xa==0x0||_0x4058e5%0xa>=0x5&&_0x4058e5%0xa<=0x9||_0x4058e5%0x64>=0xb&&_0x4058e5%0x64<=0xe)?0x2:0x3}};_0x54466c['uk']||={'dictionary':{},'getPluralForm':null},_0x54466c['uk']['dictionary']=Object['assign'](_0x54466c['uk']['dictionary'],_0x46d803),_0x54466c['uk']['getPluralForm']=_0x2b9e70;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x21529f=>{const {uk:{dictionary:_0x29f2b2,getPluralForm:_0x244a88}}={'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':_0x6be71a=>_0x6be71a%0x1==0x0&&_0x6be71a%0xa==0x1&&_0x6be71a%0x64!=0xb?0x0:_0x6be71a%0x1==0x0&&_0x6be71a%0xa>=0x2&&_0x6be71a%0xa<=0x4&&(_0x6be71a%0x64<0xc||_0x6be71a%0x64>0xe)?0x1:_0x6be71a%0x1==0x0&&(_0x6be71a%0xa==0x0||_0x6be71a%0xa>=0x5&&_0x6be71a%0xa<=0x9||_0x6be71a%0x64>=0xb&&_0x6be71a%0x64<=0xe)?0x2:0x3}};_0x21529f['uk']||={'dictionary':{},'getPluralForm':null},_0x21529f['uk']['dictionary']=Object['assign'](_0x21529f['uk']['dictionary'],_0x29f2b2),_0x21529f['uk']['getPluralForm']=_0x244a88;})(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':_0x17f7cc=>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':_0x5afcf7=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x18c4f4=>{const {vi:{dictionary:_0x24984a,getPluralForm:_0x49428b}}={'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':_0x29f7a8=>0x0}};_0x18c4f4['vi']||={'dictionary':{},'getPluralForm':null},_0x18c4f4['vi']['dictionary']=Object['assign'](_0x18c4f4['vi']['dictionary'],_0x24984a),_0x18c4f4['vi']['getPluralForm']=_0x49428b;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2f272b=>{const {vi:{dictionary:_0x343fca,getPluralForm:_0x51a80b}}={'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':_0x3e5735=>0x0}};_0x2f272b['vi']||={'dictionary':{},'getPluralForm':null},_0x2f272b['vi']['dictionary']=Object['assign'](_0x2f272b['vi']['dictionary'],_0x343fca),_0x2f272b['vi']['getPluralForm']=_0x51a80b;})(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':_0x1990df=>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':_0x485d23=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x4d0bba=>{const {'zh-cn':{dictionary:_0x40e186,getPluralForm:_0x19b5c4}}={'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':_0x5c2343=>0x0}};_0x4d0bba['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x4d0bba['zh-cn']['dictionary']=Object['assign'](_0x4d0bba['zh-cn']['dictionary'],_0x40e186),_0x4d0bba['zh-cn']['getPluralForm']=_0x19b5c4;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x513689=>{const {'zh-cn':{dictionary:_0x5e9112,getPluralForm:_0x3e917e}}={'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':_0x5c2a4b=>0x0}};_0x513689['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x513689['zh-cn']['dictionary']=Object['assign'](_0x513689['zh-cn']['dictionary'],_0x5e9112),_0x513689['zh-cn']['getPluralForm']=_0x3e917e;})(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':_0x290350=>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':_0x547dd8=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x18a4fe=>{const {zh:{dictionary:_0x48fc30,getPluralForm:_0x31c832}}={'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':_0x46c58f=>0x0}};_0x18a4fe['zh']||={'dictionary':{},'getPluralForm':null},_0x18a4fe['zh']['dictionary']=Object['assign'](_0x18a4fe['zh']['dictionary'],_0x48fc30),_0x18a4fe['zh']['getPluralForm']=_0x31c832;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2ba2bc=>{const {zh:{dictionary:_0x300187,getPluralForm:_0x4f3826}}={'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':_0x86ebfe=>0x0}};_0x2ba2bc['zh']||={'dictionary':{},'getPluralForm':null},_0x2ba2bc['zh']['dictionary']=Object['assign'](_0x2ba2bc['zh']['dictionary'],_0x300187),_0x2ba2bc['zh']['getPluralForm']=_0x4f3826;})(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-20240718.0",
3
+ "version": "0.0.0-nightly-20240719.0",
4
4
  "description": "Format painter feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,8 +12,8 @@
12
12
  "type": "module",
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "ckeditor5": "0.0.0-nightly-20240718.0",
16
- "ckeditor5-collaboration": "0.0.0-nightly-20240718.0"
15
+ "ckeditor5": "0.0.0-nightly-20240719.0",
16
+ "ckeditor5-collaboration": "0.0.0-nightly-20240719.0"
17
17
  },
18
18
  "license": "SEE LICENSE IN LICENSE.md",
19
19
  "author": "CKSource (http://cksource.com/)",
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x581467=_0x5af5;(function(_0x3fa155,_0x2e1a60){const _0x290a55=_0x5af5,_0x32768d=_0x3fa155();while(!![]){try{const _0x4bd7eb=-parseInt(_0x290a55(0x135))/0x1+-parseInt(_0x290a55(0x13c))/0x2*(parseInt(_0x290a55(0x131))/0x3)+-parseInt(_0x290a55(0x146))/0x4*(-parseInt(_0x290a55(0x142))/0x5)+parseInt(_0x290a55(0x13b))/0x6*(parseInt(_0x290a55(0x130))/0x7)+parseInt(_0x290a55(0x134))/0x8+parseInt(_0x290a55(0x145))/0x9*(parseInt(_0x290a55(0x13a))/0xa)+-parseInt(_0x290a55(0x140))/0xb;if(_0x4bd7eb===_0x2e1a60)break;else _0x32768d['push'](_0x32768d['shift']());}catch(_0x38c0fc){_0x32768d['push'](_0x32768d['shift']());}}}(_0x4aa0,0xb6c67));import{Command as _0x433559}from'ckeditor5/src/core.js';function _0x5af5(_0x5d530a,_0x2282f6){const _0x4aa019=_0x4aa0();return _0x5af5=function(_0x5af5f2,_0x72725a){_0x5af5f2=_0x5af5f2-0x12a;let _0x325e2b=_0x4aa019[_0x5af5f2];return _0x325e2b;},_0x5af5(_0x5d530a,_0x2282f6);}import{PASTE_FORMAT_COMMAND_NAME as _0x2fa4d7}from'./utils.js';export default class r extends _0x433559{constructor(_0x4c2338){const _0x292f3b=_0x5af5;super(_0x4c2338),this[_0x292f3b(0x13e)]=void 0x0,this['on'](_0x292f3b(0x12b),(_0xb90403,_0xbc1e6d,_0x2d4013)=>{const _0x2fd2b5=_0x292f3b;_0x2d4013||this[_0x2fd2b5(0x139)]();}),this['on'](_0x292f3b(0x12a),()=>_0x4c2338[_0x292f3b(0x12f)][_0x292f3b(0x143)](_0x2fa4d7)[_0x292f3b(0x133)]());}[_0x581467(0x144)](){const _0x5a9698=_0x581467;this[_0x5a9698(0x13e)]=this[_0x5a9698(0x138)]();}[_0x581467(0x139)](){const _0x475e2c=_0x581467;this[_0x475e2c(0x13e)]=void 0x0;}[_0x581467(0x138)](){const _0x553eaa=_0x581467,_0x54c632=this[_0x553eaa(0x136)][_0x553eaa(0x137)],_0xae9a4=_0x54c632[_0x553eaa(0x13d)][_0x553eaa(0x12d)];return Object[_0x553eaa(0x141)](Array[_0x553eaa(0x147)](_0xae9a4[_0x553eaa(0x132)]())[_0x553eaa(0x12e)](([_0x258b91])=>_0x54c632[_0x553eaa(0x13f)][_0x553eaa(0x148)](_0x258b91)[_0x553eaa(0x12c)]));}}function _0x4aa0(){const _0xcf809b=['isFormatting','selection','filter','commands','3269YnIGia','138120CXPjWf','getAttributes','refresh','6307016ZDgAMZ','789117IKaQJU','editor','model','_getFormattingAttributes','reset','47910xPNHiX','9804VVWoBt','12TJgiSB','document','value','schema','835362fKpMFE','fromEntries','5SYajcK','get','execute','90fgTpVL','1162324YvTVoB','from','getAttributeProperties','change:value','change:isEnabled'];_0x4aa0=function(){return _0xcf809b;};return _0x4aa0();}
23
+ const _0x3e89a9=_0x2232;function _0x2232(_0x181eef,_0x44a4e2){const _0x1b68b5=_0x1b68();return _0x2232=function(_0x22322c,_0x9c8ca2){_0x22322c=_0x22322c-0x1a2;let _0x35644c=_0x1b68b5[_0x22322c];return _0x35644c;},_0x2232(_0x181eef,_0x44a4e2);}(function(_0xbf66ad,_0x1b5d95){const _0x26af78=_0x2232,_0xe93795=_0xbf66ad();while(!![]){try{const _0x45db8d=parseInt(_0x26af78(0x1a8))/0x1+-parseInt(_0x26af78(0x1ab))/0x2*(-parseInt(_0x26af78(0x1a9))/0x3)+parseInt(_0x26af78(0x1b0))/0x4+parseInt(_0x26af78(0x1bd))/0x5+-parseInt(_0x26af78(0x1b8))/0x6+parseInt(_0x26af78(0x1a5))/0x7*(-parseInt(_0x26af78(0x1a3))/0x8)+-parseInt(_0x26af78(0x1a2))/0x9*(parseInt(_0x26af78(0x1b5))/0xa);if(_0x45db8d===_0x1b5d95)break;else _0xe93795['push'](_0xe93795['shift']());}catch(_0x52efe8){_0xe93795['push'](_0xe93795['shift']());}}}(_0x1b68,0xb820b));import{Command as _0x24b5f8}from'ckeditor5/src/core.js';function _0x1b68(){const _0x235c0c=['102822xKBblM','selection','4kBgCUN','_getFormattingAttributes','fromEntries','schema','change:value','5303592pqoIxU','value','get','refresh','document','10SDuUks','reset','isFormatting','4353474NBfgxp','filter','change:isEnabled','getAttributeProperties','commands','5133770TYtqnJ','editor','from','8345556JHOkAz','7523304Xanith','model','7AGPQMk','getAttributes','execute','926263HGrbtQ'];_0x1b68=function(){return _0x235c0c;};return _0x1b68();}import{PASTE_FORMAT_COMMAND_NAME as _0x1e2e47}from'./utils.js';export default class r extends _0x24b5f8{constructor(_0x698f97){const _0x376ea0=_0x2232;super(_0x698f97),this[_0x376ea0(0x1b1)]=void 0x0,this['on'](_0x376ea0(0x1ba),(_0x536270,_0x4b295a,_0x53e855)=>{const _0x5e2ce9=_0x376ea0;_0x53e855||this[_0x5e2ce9(0x1b6)]();}),this['on'](_0x376ea0(0x1af),()=>_0x698f97[_0x376ea0(0x1bc)][_0x376ea0(0x1b2)](_0x1e2e47)[_0x376ea0(0x1b3)]());}[_0x3e89a9(0x1a7)](){const _0x2af748=_0x3e89a9;this[_0x2af748(0x1b1)]=this[_0x2af748(0x1ac)]();}[_0x3e89a9(0x1b6)](){const _0x1ea190=_0x3e89a9;this[_0x1ea190(0x1b1)]=void 0x0;}[_0x3e89a9(0x1ac)](){const _0x31e9e6=_0x3e89a9,_0x230bd2=this[_0x31e9e6(0x1be)][_0x31e9e6(0x1a4)],_0x5df220=_0x230bd2[_0x31e9e6(0x1b4)][_0x31e9e6(0x1aa)];return Object[_0x31e9e6(0x1ad)](Array[_0x31e9e6(0x1bf)](_0x5df220[_0x31e9e6(0x1a6)]())[_0x31e9e6(0x1b9)](([_0x3e21c8])=>_0x230bd2[_0x31e9e6(0x1ae)][_0x31e9e6(0x1bb)](_0x3e21c8)[_0x31e9e6(0x1b7)]));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x5249cc=_0x4d22;function _0x5b45(){var _0x33b255=['149470kFbOAv','2918208yaTsjL','200GNBSIg','5fBHEPX','583gVRHzr','374dfbldn','requires','16263ReIReD','FormatPainter','39210204hzwluZ','14ySFdTQ','37521tTbVDj','pluginName','632332NtSCqf','1331882RFCkgg'];_0x5b45=function(){return _0x33b255;};return _0x5b45();}function _0x4d22(_0x10ac0a,_0x4d99a9){var _0x5b45bf=_0x5b45();return _0x4d22=function(_0x4d2220,_0x2f0826){_0x4d2220=_0x4d2220-0x1ac;var _0x40c376=_0x5b45bf[_0x4d2220];return _0x40c376;},_0x4d22(_0x10ac0a,_0x4d99a9);}(function(_0x29113d,_0x117f48){var _0x2630d1=_0x4d22,_0x204f2f=_0x29113d();while(!![]){try{var _0x280a45=-parseInt(_0x2630d1(0x1b2))/0x1+-parseInt(_0x2630d1(0x1b8))/0x2*(parseInt(_0x2630d1(0x1ba))/0x3)+-parseInt(_0x2630d1(0x1b1))/0x4*(-parseInt(_0x2630d1(0x1b6))/0x5)+parseInt(_0x2630d1(0x1b4))/0x6*(-parseInt(_0x2630d1(0x1ae))/0x7)+parseInt(_0x2630d1(0x1b5))/0x8*(-parseInt(_0x2630d1(0x1af))/0x9)+-parseInt(_0x2630d1(0x1b3))/0xa*(-parseInt(_0x2630d1(0x1b7))/0xb)+parseInt(_0x2630d1(0x1ad))/0xc;if(_0x280a45===_0x117f48)break;else _0x204f2f['push'](_0x204f2f['shift']());}catch(_0x385902){_0x204f2f['push'](_0x204f2f['shift']());}}}(_0x5b45,0xc2255));import{Plugin as _0x709d48}from'ckeditor5/src/core.js';import _0x12a339 from'./formatpainterediting.js';import _0x2d2cc2 from'./formatpainterui.js';export default class m extends _0x709d48{static get[_0x5249cc(0x1b9)](){return[_0x12a339,_0x2d2cc2];}static get[_0x5249cc(0x1b0)](){var _0x3a0c8f=_0x5249cc;return _0x3a0c8f(0x1ac);}}
23
+ var _0x3bba9c=_0x23a4;(function(_0x4e1153,_0x5b7f97){var _0x3f04c9=_0x23a4,_0x299c25=_0x4e1153();while(!![]){try{var _0x3eb8c0=parseInt(_0x3f04c9(0x1e6))/0x1+-parseInt(_0x3f04c9(0x1e5))/0x2+parseInt(_0x3f04c9(0x1f0))/0x3*(parseInt(_0x3f04c9(0x1ec))/0x4)+-parseInt(_0x3f04c9(0x1e8))/0x5+-parseInt(_0x3f04c9(0x1ee))/0x6*(parseInt(_0x3f04c9(0x1e7))/0x7)+parseInt(_0x3f04c9(0x1ef))/0x8+parseInt(_0x3f04c9(0x1ea))/0x9;if(_0x3eb8c0===_0x5b7f97)break;else _0x299c25['push'](_0x299c25['shift']());}catch(_0x21e667){_0x299c25['push'](_0x299c25['shift']());}}}(_0xef61,0xe2cda));import{Plugin as _0x3e71a6}from'ckeditor5/src/core.js';import _0x1e7da0 from'./formatpainterediting.js';import _0x408919 from'./formatpainterui.js';export default class m extends _0x3e71a6{static get[_0x3bba9c(0x1e9)](){return[_0x1e7da0,_0x408919];}static get[_0x3bba9c(0x1ed)](){var _0x518954=_0x3bba9c;return _0x518954(0x1eb);}}function _0x23a4(_0x1e2da8,_0x5d3050){var _0xef616e=_0xef61();return _0x23a4=function(_0x23a455,_0x51d333){_0x23a455=_0x23a455-0x1e5;var _0x9199d1=_0xef616e[_0x23a455];return _0x9199d1;},_0x23a4(_0x1e2da8,_0x5d3050);}function _0xef61(){var _0x4f3ca8=['3sNMhiT','2377710MdFOJk','1036423wQSAJd','4652844YWOUKN','7741455HhbtNP','requires','22241574VSSHqv','FormatPainter','2724620pPCmMJ','pluginName','12cwSThY','6453216PWJuZW'];_0xef61=function(){return _0x4f3ca8;};return _0xef61();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x26fd75=_0x17fb;(function(_0x3c7754,_0x5ea256){const _0x1614c6=_0x17fb,_0x314f48=_0x3c7754();while(!![]){try{const _0x38c493=-parseInt(_0x1614c6(0x12a))/0x1+-parseInt(_0x1614c6(0x12e))/0x2*(parseInt(_0x1614c6(0x134))/0x3)+-parseInt(_0x1614c6(0x124))/0x4+-parseInt(_0x1614c6(0x11f))/0x5+parseInt(_0x1614c6(0x13b))/0x6*(parseInt(_0x1614c6(0x133))/0x7)+-parseInt(_0x1614c6(0x128))/0x8*(-parseInt(_0x1614c6(0x125))/0x9)+parseInt(_0x1614c6(0x136))/0xa*(parseInt(_0x1614c6(0x126))/0xb);if(_0x38c493===_0x5ea256)break;else _0x314f48['push'](_0x314f48['shift']());}catch(_0x2cad7d){_0x314f48['push'](_0x314f48['shift']());}}}(_0x1c4d,0x26a1d));import{Plugin as _0x2db834}from'ckeditor5/src/core.js';function _0x17fb(_0x27f731,_0x22372c){const _0x1c4d57=_0x1c4d();return _0x17fb=function(_0x17fb95,_0x3e7ef6){_0x17fb95=_0x17fb95-0x11e;let _0x45e198=_0x1c4d57[_0x17fb95];return _0x45e198;},_0x17fb(_0x27f731,_0x22372c);}import{CKEditorError as _0x1c5f48}from'ckeditor5/src/utils.js';import _0xda9e8c from'./copyformatcommand.js';import _0x11ebd9 from'./pasteformatcommand.js';import{COPY_FORMAT_COMMAND_NAME as _0xa143a8,PASTE_FORMAT_COMMAND_NAME as _0x230625}from'./utils.js';function _0x1c4d(){const _0x49c468=['FormatPainterEditing','init','format-painter-trial-license-key-reached-limit-changes','759288dFXOwQ','45ASfbrZ','4266273pjtXIx','formatPainterLicenseKeyTrial','215272Pfuplc','_licenseKeyCheckInterval','292224JTwxqM','pluginName','add','format-painter-invalid-license-key','9474FfUHxv','config','commands','info','formatPainterLicenseKeyTrialLimit:operations','63FzGcQe','138mMyzje','destroy','20SbGoIN','formatPainterLicenseKeyInvalid','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.','get','editor','100794pjgiFP','formatPainterLicenseKeyValid','1016185dTxoMk','licenseKey'];_0x1c4d=function(){return _0x49c468;};return _0x1c4d();}export default class o extends _0x2db834{static get[_0x26fd75(0x12b)](){const _0x54e532=_0x26fd75;return _0x54e532(0x121);}constructor(_0x2b2296){const _0x5bd051=_0x26fd75;super(_0x2b2296),this[_0x5bd051(0x129)]=null;}[_0x26fd75(0x122)](){const _0x486887=_0x26fd75,_0x50f497=this[_0x486887(0x13a)];_0x50f497[_0x486887(0x130)][_0x486887(0x12c)](_0xa143a8,new _0xda9e8c(_0x50f497)),_0x50f497[_0x486887(0x130)][_0x486887(0x12c)](_0x230625,new _0x11ebd9(_0x50f497)),this[_0x486887(0x120)]=_0x50f497[_0x486887(0x12f)][_0x486887(0x139)](_0x486887(0x120));const _0x4b55e3=this[_0x486887(0x13a)];this[_0x486887(0x129)]=setInterval(()=>{const _0x6dc392=_0x486887;let _0x394e66;for(const _0x3e27bd in _0x4b55e3){const _0x3a3d5b=_0x3e27bd,_0x2b86a7=_0x4b55e3[_0x3a3d5b];if(_0x6dc392(0x127)===_0x2b86a7||_0x6dc392(0x137)===_0x2b86a7||_0x6dc392(0x11e)===_0x2b86a7||_0x6dc392(0x132)===_0x2b86a7){delete _0x4b55e3[_0x3a3d5b],_0x394e66=_0x2b86a7;break;}}if(_0x6dc392(0x137)===_0x394e66)throw clearInterval(this[_0x6dc392(0x129)]),new _0x1c5f48(_0x6dc392(0x12d),null);if(_0x6dc392(0x127)===_0x394e66&&console[_0x6dc392(0x131)](_0x6dc392(0x138)),_0x6dc392(0x132)===_0x394e66)throw clearInterval(this[_0x6dc392(0x129)]),new _0x1c5f48(_0x6dc392(0x123),null);_0x6dc392(0x11e)===_0x394e66&&clearInterval(this[_0x6dc392(0x129)]);},0x3e8);}[_0x26fd75(0x135)](){const _0xf22624=_0x26fd75;this[_0xf22624(0x129)]&&clearInterval(this[_0xf22624(0x129)]);}}
23
+ const _0x5168ed=_0x6b17;(function(_0x367130,_0x29a1c3){const _0x4db60d=_0x6b17,_0x342485=_0x367130();while(!![]){try{const _0x191c8c=-parseInt(_0x4db60d(0x122))/0x1+parseInt(_0x4db60d(0x13a))/0x2*(-parseInt(_0x4db60d(0x130))/0x3)+parseInt(_0x4db60d(0x125))/0x4+parseInt(_0x4db60d(0x12b))/0x5*(parseInt(_0x4db60d(0x13c))/0x6)+-parseInt(_0x4db60d(0x12c))/0x7*(parseInt(_0x4db60d(0x121))/0x8)+-parseInt(_0x4db60d(0x128))/0x9+parseInt(_0x4db60d(0x135))/0xa;if(_0x191c8c===_0x29a1c3)break;else _0x342485['push'](_0x342485['shift']());}catch(_0xf94ac1){_0x342485['push'](_0x342485['shift']());}}}(_0x1867,0xbc652));import{Plugin as _0x92b06e}from'ckeditor5/src/core.js';function _0x1867(){const _0x30e38c=['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.','format-painter-invalid-license-key','destroy','22FkoXIF','add','18786TReedC','pluginName','1096dlTmRj','877556GLjVFa','get','formatPainterLicenseKeyTrialLimit:operations','4562524HiLLTr','editor','init','7391844poGGBu','config','formatPainterLicenseKeyTrial','205zNASdu','57953sWTAKr','FormatPainterEditing','formatPainterLicenseKeyInvalid','format-painter-trial-license-key-reached-limit-changes','243201bpdCmN','_licenseKeyCheckInterval','info','formatPainterLicenseKeyValid','commands','32274960kcbXxO','licenseKey'];_0x1867=function(){return _0x30e38c;};return _0x1867();}import{CKEditorError as _0x430b27}from'ckeditor5/src/utils.js';function _0x6b17(_0x39d4ba,_0x5e2bec){const _0x186791=_0x1867();return _0x6b17=function(_0x6b17e0,_0x3beb25){_0x6b17e0=_0x6b17e0-0x120;let _0x5ecfef=_0x186791[_0x6b17e0];return _0x5ecfef;},_0x6b17(_0x39d4ba,_0x5e2bec);}import _0x1b1ea6 from'./copyformatcommand.js';import _0x1bf3c9 from'./pasteformatcommand.js';import{COPY_FORMAT_COMMAND_NAME as _0x10f374,PASTE_FORMAT_COMMAND_NAME as _0x18f125}from'./utils.js';export default class o extends _0x92b06e{static get[_0x5168ed(0x120)](){const _0x202ea8=_0x5168ed;return _0x202ea8(0x12d);}constructor(_0x4b2046){const _0x315a0f=_0x5168ed;super(_0x4b2046),this[_0x315a0f(0x131)]=null;}[_0x5168ed(0x127)](){const _0x54a103=_0x5168ed,_0x1103bd=this[_0x54a103(0x126)];_0x1103bd[_0x54a103(0x134)][_0x54a103(0x13b)](_0x10f374,new _0x1b1ea6(_0x1103bd)),_0x1103bd[_0x54a103(0x134)][_0x54a103(0x13b)](_0x18f125,new _0x1bf3c9(_0x1103bd)),this[_0x54a103(0x136)]=_0x1103bd[_0x54a103(0x129)][_0x54a103(0x123)](_0x54a103(0x136));const _0x4d52a0=this[_0x54a103(0x126)];this[_0x54a103(0x131)]=setInterval(()=>{const _0x530641=_0x54a103;let _0x2658e0;for(const _0x1ad05b in _0x4d52a0){const _0x4c7dbf=_0x1ad05b,_0x5e2c8d=_0x4d52a0[_0x4c7dbf];if(_0x530641(0x12a)===_0x5e2c8d||_0x530641(0x12e)===_0x5e2c8d||_0x530641(0x133)===_0x5e2c8d||_0x530641(0x124)===_0x5e2c8d){delete _0x4d52a0[_0x4c7dbf],_0x2658e0=_0x5e2c8d;break;}}if(_0x530641(0x12e)===_0x2658e0)throw clearInterval(this[_0x530641(0x131)]),new _0x430b27(_0x530641(0x138),null);if(_0x530641(0x12a)===_0x2658e0&&console[_0x530641(0x132)](_0x530641(0x137)),_0x530641(0x124)===_0x2658e0)throw clearInterval(this[_0x530641(0x131)]),new _0x430b27(_0x530641(0x12f),null);_0x530641(0x133)===_0x2658e0&&clearInterval(this[_0x530641(0x131)]);},0x3e8);}[_0x5168ed(0x139)](){const _0x5ee566=_0x5168ed;this[_0x5ee566(0x131)]&&clearInterval(this[_0x5ee566(0x131)]);}}