@ckeditor/ckeditor5-format-painter 0.0.0-nightly-20240605.0 → 0.0.0-nightly-20240605.1

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 (100) hide show
  1. package/README.md +6 -0
  2. package/build/format-painter.js +1 -1
  3. package/dist/index.js +2 -1
  4. package/dist/translations/ar.js +1 -1
  5. package/dist/translations/ar.umd.js +1 -1
  6. package/dist/translations/bg.js +1 -1
  7. package/dist/translations/bg.umd.js +1 -1
  8. package/dist/translations/bn.js +1 -1
  9. package/dist/translations/bn.umd.js +1 -1
  10. package/dist/translations/ca.js +1 -1
  11. package/dist/translations/ca.umd.js +1 -1
  12. package/dist/translations/cs.js +1 -1
  13. package/dist/translations/cs.umd.js +1 -1
  14. package/dist/translations/da.js +1 -1
  15. package/dist/translations/da.umd.js +1 -1
  16. package/dist/translations/de.js +1 -1
  17. package/dist/translations/de.umd.js +1 -1
  18. package/dist/translations/el.js +1 -1
  19. package/dist/translations/el.umd.js +1 -1
  20. package/dist/translations/en-au.js +1 -1
  21. package/dist/translations/en-au.umd.js +1 -1
  22. package/dist/translations/en.umd.js +1 -1
  23. package/dist/translations/es.js +1 -1
  24. package/dist/translations/es.umd.js +1 -1
  25. package/dist/translations/et.js +1 -1
  26. package/dist/translations/et.umd.js +1 -1
  27. package/dist/translations/fi.js +1 -1
  28. package/dist/translations/fi.umd.js +1 -1
  29. package/dist/translations/fr.js +1 -1
  30. package/dist/translations/fr.umd.js +1 -1
  31. package/dist/translations/gl.js +1 -1
  32. package/dist/translations/gl.umd.js +1 -1
  33. package/dist/translations/he.js +1 -1
  34. package/dist/translations/he.umd.js +1 -1
  35. package/dist/translations/hi.js +1 -1
  36. package/dist/translations/hi.umd.js +1 -1
  37. package/dist/translations/hr.js +1 -1
  38. package/dist/translations/hr.umd.js +1 -1
  39. package/dist/translations/hu.js +1 -1
  40. package/dist/translations/hu.umd.js +1 -1
  41. package/dist/translations/id.js +1 -1
  42. package/dist/translations/id.umd.js +1 -1
  43. package/dist/translations/it.js +1 -1
  44. package/dist/translations/it.umd.js +1 -1
  45. package/dist/translations/ja.js +1 -1
  46. package/dist/translations/ja.umd.js +1 -1
  47. package/dist/translations/ko.js +1 -1
  48. package/dist/translations/ko.umd.js +1 -1
  49. package/dist/translations/lt.js +1 -1
  50. package/dist/translations/lt.umd.js +1 -1
  51. package/dist/translations/lv.js +1 -1
  52. package/dist/translations/lv.umd.js +1 -1
  53. package/dist/translations/ms.js +1 -1
  54. package/dist/translations/ms.umd.js +1 -1
  55. package/dist/translations/nl.js +1 -1
  56. package/dist/translations/nl.umd.js +1 -1
  57. package/dist/translations/no.js +1 -1
  58. package/dist/translations/no.umd.js +1 -1
  59. package/dist/translations/pl.js +1 -1
  60. package/dist/translations/pl.umd.js +1 -1
  61. package/dist/translations/pt-br.js +1 -1
  62. package/dist/translations/pt-br.umd.js +1 -1
  63. package/dist/translations/pt.js +1 -1
  64. package/dist/translations/pt.umd.js +1 -1
  65. package/dist/translations/ro.js +1 -1
  66. package/dist/translations/ro.umd.js +1 -1
  67. package/dist/translations/ru.js +1 -1
  68. package/dist/translations/ru.umd.js +1 -1
  69. package/dist/translations/sk.js +1 -1
  70. package/dist/translations/sk.umd.js +1 -1
  71. package/dist/translations/sr-latn.js +1 -1
  72. package/dist/translations/sr-latn.umd.js +1 -1
  73. package/dist/translations/sr.js +1 -1
  74. package/dist/translations/sr.umd.js +1 -1
  75. package/dist/translations/sv.js +1 -1
  76. package/dist/translations/sv.umd.js +1 -1
  77. package/dist/translations/th.js +1 -1
  78. package/dist/translations/th.umd.js +1 -1
  79. package/dist/translations/tr.js +1 -1
  80. package/dist/translations/tr.umd.js +1 -1
  81. package/dist/translations/ug.js +1 -1
  82. package/dist/translations/ug.umd.js +1 -1
  83. package/dist/translations/uk.js +1 -1
  84. package/dist/translations/uk.umd.js +1 -1
  85. package/dist/translations/vi.js +1 -1
  86. package/dist/translations/vi.umd.js +1 -1
  87. package/dist/translations/zh-cn.js +1 -1
  88. package/dist/translations/zh-cn.umd.js +1 -1
  89. package/dist/translations/zh.js +1 -1
  90. package/dist/translations/zh.umd.js +1 -1
  91. package/dist/types/formatpainterui.d.ts +1 -1
  92. package/package.json +3 -3
  93. package/src/copyformatcommand.js +1 -1
  94. package/src/formatpainter.js +1 -1
  95. package/src/formatpainterediting.js +1 -1
  96. package/src/formatpainterui.d.ts +1 -1
  97. package/src/formatpainterui.js +2 -1
  98. package/src/index.js +1 -1
  99. package/src/pasteformatcommand.js +1 -1
  100. package/src/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x4146cd=>{const {sr:{dictionary:_0x119b0b,getPluralForm:_0x30e687}}={'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':_0x24fd3b=>_0x24fd3b%0xa==0x1&&_0x24fd3b%0x64!=0xb?0x0:_0x24fd3b%0xa>=0x2&&_0x24fd3b%0xa<=0x4&&(_0x24fd3b%0x64<0xa||_0x24fd3b%0x64>=0x14)?0x1:0x2}};_0x4146cd['sr']||={'dictionary':{},'getPluralForm':null},_0x4146cd['sr']['dictionary']=Object['assign'](_0x4146cd['sr']['dictionary'],_0x119b0b),_0x4146cd['sr']['getPluralForm']=_0x30e687;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x38bb03=>{const {sr:{dictionary:_0x364d6d,getPluralForm:_0x37ea1c}}={'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':_0x1e2e09=>_0x1e2e09%0xa==0x1&&_0x1e2e09%0x64!=0xb?0x0:_0x1e2e09%0xa>=0x2&&_0x1e2e09%0xa<=0x4&&(_0x1e2e09%0x64<0xa||_0x1e2e09%0x64>=0x14)?0x1:0x2}};_0x38bb03['sr']||={'dictionary':{},'getPluralForm':null},_0x38bb03['sr']['dictionary']=Object['assign'](_0x38bb03['sr']['dictionary'],_0x364d6d),_0x38bb03['sr']['getPluralForm']=_0x37ea1c;})(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':_0x4fe5e0=>0x1!=_0x4fe5e0}};
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':_0x283d7e=>0x1!=_0x283d7e}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x5b6597=>{const {sv:{dictionary:_0x139a59,getPluralForm:_0x32a752}}={'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':_0x5df85d=>0x1!=_0x5df85d}};_0x5b6597['sv']||={'dictionary':{},'getPluralForm':null},_0x5b6597['sv']['dictionary']=Object['assign'](_0x5b6597['sv']['dictionary'],_0x139a59),_0x5b6597['sv']['getPluralForm']=_0x32a752;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x54b36f=>{const {sv:{dictionary:_0x5017ed,getPluralForm:_0x2910c0}}={'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':_0x43a0d3=>0x1!=_0x43a0d3}};_0x54b36f['sv']||={'dictionary':{},'getPluralForm':null},_0x54b36f['sv']['dictionary']=Object['assign'](_0x54b36f['sv']['dictionary'],_0x5017ed),_0x54b36f['sv']['getPluralForm']=_0x2910c0;})(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':_0x3aa5ea=>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':_0x3adcf6=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x197504=>{const {th:{dictionary:_0x5f4933,getPluralForm:_0x5b4382}}={'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':_0x2e0cee=>0x0}};_0x197504['th']||={'dictionary':{},'getPluralForm':null},_0x197504['th']['dictionary']=Object['assign'](_0x197504['th']['dictionary'],_0x5f4933),_0x197504['th']['getPluralForm']=_0x5b4382;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3f21f5=>{const {th:{dictionary:_0x375c13,getPluralForm:_0x336a6d}}={'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':_0x43a3d2=>0x0}};_0x3f21f5['th']||={'dictionary':{},'getPluralForm':null},_0x3f21f5['th']['dictionary']=Object['assign'](_0x3f21f5['th']['dictionary'],_0x375c13),_0x3f21f5['th']['getPluralForm']=_0x336a6d;})(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':_0x611b52=>_0x611b52>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':_0x97b060=>_0x97b060>0x1}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x42d11a=>{const {tr:{dictionary:_0x45f8f5,getPluralForm:_0x5e4faa}}={'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':_0x4959d5=>_0x4959d5>0x1}};_0x42d11a['tr']||={'dictionary':{},'getPluralForm':null},_0x42d11a['tr']['dictionary']=Object['assign'](_0x42d11a['tr']['dictionary'],_0x45f8f5),_0x42d11a['tr']['getPluralForm']=_0x5e4faa;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2c5d42=>{const {tr:{dictionary:_0x54085d,getPluralForm:_0x38f540}}={'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':_0x173b9e=>_0x173b9e>0x1}};_0x2c5d42['tr']||={'dictionary':{},'getPluralForm':null},_0x2c5d42['tr']['dictionary']=Object['assign'](_0x2c5d42['tr']['dictionary'],_0x54085d),_0x2c5d42['tr']['getPluralForm']=_0x38f540;})(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':_0x5c44e0=>0x1!=_0x5c44e0}};
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':_0x33609e=>0x1!=_0x33609e}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x4e1be6=>{const {ug:{dictionary:_0x47ed48,getPluralForm:_0x196ee3}}={'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':_0x1729e7=>0x1!=_0x1729e7}};_0x4e1be6['ug']||={'dictionary':{},'getPluralForm':null},_0x4e1be6['ug']['dictionary']=Object['assign'](_0x4e1be6['ug']['dictionary'],_0x47ed48),_0x4e1be6['ug']['getPluralForm']=_0x196ee3;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x28e4a8=>{const {ug:{dictionary:_0x2a130f,getPluralForm:_0x2cd2ff}}={'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':_0x849c10=>0x1!=_0x849c10}};_0x28e4a8['ug']||={'dictionary':{},'getPluralForm':null},_0x28e4a8['ug']['dictionary']=Object['assign'](_0x28e4a8['ug']['dictionary'],_0x2a130f),_0x28e4a8['ug']['getPluralForm']=_0x2cd2ff;})(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':_0x3051e6=>_0x3051e6%0x1==0x0&&_0x3051e6%0xa==0x1&&_0x3051e6%0x64!=0xb?0x0:_0x3051e6%0x1==0x0&&_0x3051e6%0xa>=0x2&&_0x3051e6%0xa<=0x4&&(_0x3051e6%0x64<0xc||_0x3051e6%0x64>0xe)?0x1:_0x3051e6%0x1==0x0&&(_0x3051e6%0xa==0x0||_0x3051e6%0xa>=0x5&&_0x3051e6%0xa<=0x9||_0x3051e6%0x64>=0xb&&_0x3051e6%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':_0x8e79fa=>_0x8e79fa%0x1==0x0&&_0x8e79fa%0xa==0x1&&_0x8e79fa%0x64!=0xb?0x0:_0x8e79fa%0x1==0x0&&_0x8e79fa%0xa>=0x2&&_0x8e79fa%0xa<=0x4&&(_0x8e79fa%0x64<0xc||_0x8e79fa%0x64>0xe)?0x1:_0x8e79fa%0x1==0x0&&(_0x8e79fa%0xa==0x0||_0x8e79fa%0xa>=0x5&&_0x8e79fa%0xa<=0x9||_0x8e79fa%0x64>=0xb&&_0x8e79fa%0x64<=0xe)?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x552bdc=>{const {uk:{dictionary:_0x3fb89c,getPluralForm:_0x2ac80e}}={'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':_0x135228=>_0x135228%0x1==0x0&&_0x135228%0xa==0x1&&_0x135228%0x64!=0xb?0x0:_0x135228%0x1==0x0&&_0x135228%0xa>=0x2&&_0x135228%0xa<=0x4&&(_0x135228%0x64<0xc||_0x135228%0x64>0xe)?0x1:_0x135228%0x1==0x0&&(_0x135228%0xa==0x0||_0x135228%0xa>=0x5&&_0x135228%0xa<=0x9||_0x135228%0x64>=0xb&&_0x135228%0x64<=0xe)?0x2:0x3}};_0x552bdc['uk']||={'dictionary':{},'getPluralForm':null},_0x552bdc['uk']['dictionary']=Object['assign'](_0x552bdc['uk']['dictionary'],_0x3fb89c),_0x552bdc['uk']['getPluralForm']=_0x2ac80e;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x100b41=>{const {uk:{dictionary:_0x13fb99,getPluralForm:_0x33365a}}={'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':_0x166094=>_0x166094%0x1==0x0&&_0x166094%0xa==0x1&&_0x166094%0x64!=0xb?0x0:_0x166094%0x1==0x0&&_0x166094%0xa>=0x2&&_0x166094%0xa<=0x4&&(_0x166094%0x64<0xc||_0x166094%0x64>0xe)?0x1:_0x166094%0x1==0x0&&(_0x166094%0xa==0x0||_0x166094%0xa>=0x5&&_0x166094%0xa<=0x9||_0x166094%0x64>=0xb&&_0x166094%0x64<=0xe)?0x2:0x3}};_0x100b41['uk']||={'dictionary':{},'getPluralForm':null},_0x100b41['uk']['dictionary']=Object['assign'](_0x100b41['uk']['dictionary'],_0x13fb99),_0x100b41['uk']['getPluralForm']=_0x33365a;})(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':_0x20a456=>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':_0x145ff9=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x405d4c=>{const {vi:{dictionary:_0x2a97b5,getPluralForm:_0x3bebe2}}={'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':_0x3e4e82=>0x0}};_0x405d4c['vi']||={'dictionary':{},'getPluralForm':null},_0x405d4c['vi']['dictionary']=Object['assign'](_0x405d4c['vi']['dictionary'],_0x2a97b5),_0x405d4c['vi']['getPluralForm']=_0x3bebe2;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x492efc=>{const {vi:{dictionary:_0x453897,getPluralForm:_0x2638d2}}={'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':_0xee1572=>0x0}};_0x492efc['vi']||={'dictionary':{},'getPluralForm':null},_0x492efc['vi']['dictionary']=Object['assign'](_0x492efc['vi']['dictionary'],_0x453897),_0x492efc['vi']['getPluralForm']=_0x2638d2;})(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':_0x2a82e0=>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':_0x54f931=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x1d76ce=>{const {'zh-cn':{dictionary:_0x443208,getPluralForm:_0x27acf8}}={'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':_0x56d42c=>0x0}};_0x1d76ce['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x1d76ce['zh-cn']['dictionary']=Object['assign'](_0x1d76ce['zh-cn']['dictionary'],_0x443208),_0x1d76ce['zh-cn']['getPluralForm']=_0x27acf8;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2f7225=>{const {'zh-cn':{dictionary:_0x45fd0f,getPluralForm:_0xd0d108}}={'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':_0x70e44c=>0x0}};_0x2f7225['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x2f7225['zh-cn']['dictionary']=Object['assign'](_0x2f7225['zh-cn']['dictionary'],_0x45fd0f),_0x2f7225['zh-cn']['getPluralForm']=_0xd0d108;})(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':_0x157fec=>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':_0x2844f7=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x32d028=>{const {zh:{dictionary:_0x1bdd02,getPluralForm:_0x3fda10}}={'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':_0x251db9=>0x0}};_0x32d028['zh']||={'dictionary':{},'getPluralForm':null},_0x32d028['zh']['dictionary']=Object['assign'](_0x32d028['zh']['dictionary'],_0x1bdd02),_0x32d028['zh']['getPluralForm']=_0x3fda10;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3f49ea=>{const {zh:{dictionary:_0x505456,getPluralForm:_0x2a4b21}}={'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':_0x51afed=>0x0}};_0x3f49ea['zh']||={'dictionary':{},'getPluralForm':null},_0x3f49ea['zh']['dictionary']=Object['assign'](_0x3f49ea['zh']['dictionary'],_0x505456),_0x3f49ea['zh']['getPluralForm']=_0x2a4b21;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -19,7 +19,7 @@ declare const FormatPainterUI_base: import("ckeditor5/src/utils.js").Mixed<typeo
19
19
  * The first click on the dropdown button copies the formatting of the selected text.
20
20
  * Then the next click in the editor editable pastes the formatting.
21
21
  */
22
- export default class FormatPainterUI extends FormatPainterUI_base {
22
+ export default class FormatPainterUI extends /* #__PURE__ -- @preserve */ FormatPainterUI_base {
23
23
  /**
24
24
  * @inheritDoc
25
25
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-format-painter",
3
- "version": "0.0.0-nightly-20240605.0",
3
+ "version": "0.0.0-nightly-20240605.1",
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-20240605.0",
16
- "ckeditor5-collaboration": "0.0.0-nightly-20240605.0"
15
+ "ckeditor5": "0.0.0-nightly-20240605.1",
16
+ "ckeditor5-collaboration": "0.0.0-nightly-20240605.1"
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
- function _0x2346(_0x56b7ec,_0x50c59d){const _0x1c718b=_0x1c71();return _0x2346=function(_0x23465d,_0x11f8fc){_0x23465d=_0x23465d-0x189;let _0x7a7056=_0x1c718b[_0x23465d];return _0x7a7056;},_0x2346(_0x56b7ec,_0x50c59d);}const _0x30eb06=_0x2346;function _0x1c71(){const _0x1dbbb6=['model','editor','from','getAttributes','change:isEnabled','40AyhQaZ','1380764okpBvl','fromEntries','7154082TCogfQ','document','change:value','isFormatting','refresh','execute','1246792kfzoRR','_getFormattingAttributes','filter','2FrWFyU','commands','getAttributeProperties','104778QRZsSt','2025569mHkXrI','value','schema','get','108624tatnnd','87786HOwshU','reset','selection'];_0x1c71=function(){return _0x1dbbb6;};return _0x1c71();}(function(_0x40678c,_0x2210e6){const _0x1264fc=_0x2346,_0x46dfa8=_0x40678c();while(!![]){try{const _0x504e75=-parseInt(_0x1264fc(0x194))/0x1*(-parseInt(_0x1264fc(0x191))/0x2)+-parseInt(_0x1264fc(0x199))/0x3+parseInt(_0x1264fc(0x1a3))/0x4+parseInt(_0x1264fc(0x1a2))/0x5*(parseInt(_0x1264fc(0x19a))/0x6)+parseInt(_0x1264fc(0x195))/0x7+parseInt(_0x1264fc(0x18e))/0x8+-parseInt(_0x1264fc(0x1a5))/0x9;if(_0x504e75===_0x2210e6)break;else _0x46dfa8['push'](_0x46dfa8['shift']());}catch(_0x6dde22){_0x46dfa8['push'](_0x46dfa8['shift']());}}}(_0x1c71,0x2c387));import{Command as _0x174530}from'ckeditor5/src/core.js';import{PASTE_FORMAT_COMMAND_NAME as _0x172080}from'./utils.js';export default class r extends _0x174530{constructor(_0x1b3f75){const _0x172a65=_0x2346;super(_0x1b3f75),this[_0x172a65(0x196)]=void 0x0,this['on'](_0x172a65(0x1a1),(_0x490da7,_0x4a8b0b,_0xfdb1e6)=>{const _0xdc4568=_0x172a65;_0xfdb1e6||this[_0xdc4568(0x19b)]();}),this['on'](_0x172a65(0x18a),()=>_0x1b3f75[_0x172a65(0x192)][_0x172a65(0x198)](_0x172080)[_0x172a65(0x18c)]());}[_0x30eb06(0x18d)](){const _0x36754e=_0x30eb06;this[_0x36754e(0x196)]=this[_0x36754e(0x18f)]();}[_0x30eb06(0x19b)](){const _0x11309a=_0x30eb06;this[_0x11309a(0x196)]=void 0x0;}[_0x30eb06(0x18f)](){const _0x45b40f=_0x30eb06,_0x11e9af=this[_0x45b40f(0x19e)][_0x45b40f(0x19d)],_0x19597a=_0x11e9af[_0x45b40f(0x189)][_0x45b40f(0x19c)];return Object[_0x45b40f(0x1a4)](Array[_0x45b40f(0x19f)](_0x19597a[_0x45b40f(0x1a0)]())[_0x45b40f(0x190)](([_0x2a3d5d])=>_0x11e9af[_0x45b40f(0x197)][_0x45b40f(0x193)](_0x2a3d5d)[_0x45b40f(0x18b)]));}}
23
+ const _0x3c41b0=_0x1693;(function(_0x2aaa38,_0x3c15be){const _0x397fb9=_0x1693,_0x115826=_0x2aaa38();while(!![]){try{const _0x5a58a9=-parseInt(_0x397fb9(0xfb))/0x1*(-parseInt(_0x397fb9(0xf3))/0x2)+-parseInt(_0x397fb9(0x108))/0x3*(-parseInt(_0x397fb9(0xf0))/0x4)+parseInt(_0x397fb9(0xf7))/0x5*(-parseInt(_0x397fb9(0xff))/0x6)+parseInt(_0x397fb9(0x107))/0x7+-parseInt(_0x397fb9(0x10c))/0x8*(parseInt(_0x397fb9(0x10d))/0x9)+-parseInt(_0x397fb9(0xed))/0xa*(parseInt(_0x397fb9(0xfd))/0xb)+-parseInt(_0x397fb9(0xfc))/0xc*(-parseInt(_0x397fb9(0xf9))/0xd);if(_0x5a58a9===_0x3c15be)break;else _0x115826['push'](_0x115826['shift']());}catch(_0x41dd98){_0x115826['push'](_0x115826['shift']());}}}(_0x15d9,0xf3c4c));function _0x15d9(){const _0x1575b1=['getAttributes','filter','35vJelFV','get','4622267TOdYte','document','1fMOnNR','108eBgcdi','9468107OFezUK','value','1679814wbUwUC','getAttributeProperties','change:isEnabled','execute','change:value','editor','schema','refresh','11908323GScZjU','25089ttVBbX','_getFormattingAttributes','isFormatting','from','728vaUvlF','197010gWazaj','10grOxSM','model','reset','332UEhtkk','selection','fromEntries','431274sXNJSl','commands'];_0x15d9=function(){return _0x1575b1;};return _0x15d9();}function _0x1693(_0x5381a5,_0xf631a8){const _0x15d921=_0x15d9();return _0x1693=function(_0x16932a,_0x319768){_0x16932a=_0x16932a-0xed;let _0x64a1f1=_0x15d921[_0x16932a];return _0x64a1f1;},_0x1693(_0x5381a5,_0xf631a8);}import{Command as _0x2a821e}from'ckeditor5/src/core.js';import{PASTE_FORMAT_COMMAND_NAME as _0x1217f2}from'./utils.js';export default class r extends _0x2a821e{constructor(_0x36db47){const _0x272118=_0x1693;super(_0x36db47),this[_0x272118(0xfe)]=void 0x0,this['on'](_0x272118(0x101),(_0xfea2fa,_0xd74d62,_0x1453fe)=>{const _0x12b984=_0x272118;_0x1453fe||this[_0x12b984(0xef)]();}),this['on'](_0x272118(0x103),()=>_0x36db47[_0x272118(0xf4)][_0x272118(0xf8)](_0x1217f2)[_0x272118(0x106)]());}[_0x3c41b0(0x102)](){const _0x25a142=_0x3c41b0;this[_0x25a142(0xfe)]=this[_0x25a142(0x109)]();}[_0x3c41b0(0xef)](){const _0x393d4d=_0x3c41b0;this[_0x393d4d(0xfe)]=void 0x0;}[_0x3c41b0(0x109)](){const _0x109f44=_0x3c41b0,_0x31a4cd=this[_0x109f44(0x104)][_0x109f44(0xee)],_0x2017ac=_0x31a4cd[_0x109f44(0xfa)][_0x109f44(0xf1)];return Object[_0x109f44(0xf2)](Array[_0x109f44(0x10b)](_0x2017ac[_0x109f44(0xf5)]())[_0x109f44(0xf6)](([_0x25d6f5])=>_0x31a4cd[_0x109f44(0x105)][_0x109f44(0x100)](_0x25d6f5)[_0x109f44(0x10a)]));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x53f8f3=_0x3cc1;(function(_0x3a628d,_0x76b38){var _0x5d6c07=_0x3cc1,_0x316d1c=_0x3a628d();while(!![]){try{var _0x54ff4f=parseInt(_0x5d6c07(0x1f1))/0x1+-parseInt(_0x5d6c07(0x1ed))/0x2*(-parseInt(_0x5d6c07(0x1ec))/0x3)+parseInt(_0x5d6c07(0x1f3))/0x4*(parseInt(_0x5d6c07(0x1e9))/0x5)+parseInt(_0x5d6c07(0x1f4))/0x6*(parseInt(_0x5d6c07(0x1ef))/0x7)+-parseInt(_0x5d6c07(0x1eb))/0x8+-parseInt(_0x5d6c07(0x1e6))/0x9*(-parseInt(_0x5d6c07(0x1ee))/0xa)+parseInt(_0x5d6c07(0x1f2))/0xb*(-parseInt(_0x5d6c07(0x1e7))/0xc);if(_0x54ff4f===_0x76b38)break;else _0x316d1c['push'](_0x316d1c['shift']());}catch(_0x1091c8){_0x316d1c['push'](_0x316d1c['shift']());}}}(_0x1cfe,0xd069a));import{Plugin as _0x35068c}from'ckeditor5/src/core.js';import _0x128215 from'./formatpainterediting.js';function _0x1cfe(){var _0x3c43e1=['49zWoMuN','requires','192009BARtTF','319NOYzYU','4CdEilB','695346QXjUsa','8604bvAkcx','402552fisMVK','FormatPainter','2673115lqmicS','pluginName','3932904ZUQwoW','5379DPxarr','560OjCPEB','2910MIwmRV'];_0x1cfe=function(){return _0x3c43e1;};return _0x1cfe();}import _0x2af3f0 from'./formatpainterui.js';function _0x3cc1(_0x38d4e6,_0x52c8dc){var _0x1cfe83=_0x1cfe();return _0x3cc1=function(_0x3cc12b,_0x3360d2){_0x3cc12b=_0x3cc12b-0x1e6;var _0x5e3553=_0x1cfe83[_0x3cc12b];return _0x5e3553;},_0x3cc1(_0x38d4e6,_0x52c8dc);}export default class m extends _0x35068c{static get[_0x53f8f3(0x1f0)](){return[_0x128215,_0x2af3f0];}static get[_0x53f8f3(0x1ea)](){var _0x2f8647=_0x53f8f3;return _0x2f8647(0x1e8);}}
23
+ function _0x4c88(_0x575262,_0x346d6f){var _0x5efc3a=_0x5efc();return _0x4c88=function(_0x4c889e,_0x31c92e){_0x4c889e=_0x4c889e-0xf4;var _0x2db03a=_0x5efc3a[_0x4c889e];return _0x2db03a;},_0x4c88(_0x575262,_0x346d6f);}var _0x31a009=_0x4c88;function _0x5efc(){var _0x2792a1=['requires','3BumMLs','pluginName','FormatPainter','10CEyndy','11364820FYmqYz','2455652rCoJEf','10737387ljICFt','2523122WoIJIm','24BjMrzX','352019wwaJqa','159810izeLbo','1653494seGOiG'];_0x5efc=function(){return _0x2792a1;};return _0x5efc();}(function(_0x5e6be1,_0x2c1d0b){var _0x3e8464=_0x4c88,_0x393ce3=_0x5e6be1();while(!![]){try{var _0x167236=parseInt(_0x3e8464(0xf7))/0x1+parseInt(_0x3e8464(0xf9))/0x2+parseInt(_0x3e8464(0xfb))/0x3*(parseInt(_0x3e8464(0x100))/0x4)+parseInt(_0x3e8464(0xfe))/0x5*(parseInt(_0x3e8464(0xf8))/0x6)+parseInt(_0x3e8464(0xf5))/0x7*(-parseInt(_0x3e8464(0xf6))/0x8)+-parseInt(_0x3e8464(0xf4))/0x9+parseInt(_0x3e8464(0xff))/0xa;if(_0x167236===_0x2c1d0b)break;else _0x393ce3['push'](_0x393ce3['shift']());}catch(_0x76b164){_0x393ce3['push'](_0x393ce3['shift']());}}}(_0x5efc,0xacdd2));import{Plugin as _0x29ef22}from'ckeditor5/src/core.js';import _0x4376d9 from'./formatpainterediting.js';import _0x12e483 from'./formatpainterui.js';export default class m extends _0x29ef22{static get[_0x31a009(0xfa)](){return[_0x4376d9,_0x12e483];}static get[_0x31a009(0xfc)](){var _0x303bc8=_0x31a009;return _0x303bc8(0xfd);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x141d1b=_0x4455;(function(_0x5b1c42,_0x4d0d89){const _0x158cb1=_0x4455,_0x352f44=_0x5b1c42();while(!![]){try{const _0x1ce8a3=parseInt(_0x158cb1(0xb7))/0x1+-parseInt(_0x158cb1(0xae))/0x2*(parseInt(_0x158cb1(0xaf))/0x3)+parseInt(_0x158cb1(0xb3))/0x4*(-parseInt(_0x158cb1(0xb4))/0x5)+parseInt(_0x158cb1(0xab))/0x6+parseInt(_0x158cb1(0xb9))/0x7+parseInt(_0x158cb1(0xa7))/0x8+-parseInt(_0x158cb1(0xa4))/0x9;if(_0x1ce8a3===_0x4d0d89)break;else _0x352f44['push'](_0x352f44['shift']());}catch(_0x116005){_0x352f44['push'](_0x352f44['shift']());}}}(_0x526c,0x81a91));import{Plugin as _0x59c8a9}from'ckeditor5/src/core.js';function _0x4455(_0x37aa20,_0x339632){const _0x526c92=_0x526c();return _0x4455=function(_0x445583,_0x4e1a13){_0x445583=_0x445583-0xa2;let _0x1c49e2=_0x526c92[_0x445583];return _0x1c49e2;},_0x4455(_0x37aa20,_0x339632);}function _0x526c(){const _0x15a86f=['3524738kCGDYx','formatPainterLicenseKeyTrialLimit:operations','editor','format-painter-invalid-license-key','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.','formatPainterLicenseKeyTrial','licenseKey','13870197kebJER','init','formatPainterLicenseKeyValid','6049624aYXjVo','info','_licenseKeyCheckInterval','commands','5177442zDsvXd','pluginName','format-painter-trial-license-key-reached-limit-changes','2iVDLtI','2708676VpLsjq','destroy','get','config','5628ErfmHj','405OPcuRX','formatPainterLicenseKeyInvalid','add','966437vnGOIt','FormatPainterEditing'];_0x526c=function(){return _0x15a86f;};return _0x526c();}import{CKEditorError as _0x7d2e70}from'ckeditor5/src/utils.js';import _0x23ac73 from'./copyformatcommand.js';import _0x1e0774 from'./pasteformatcommand.js';import{COPY_FORMAT_COMMAND_NAME as _0x38b4cb,PASTE_FORMAT_COMMAND_NAME as _0x4deb45}from'./utils.js';export default class o extends _0x59c8a9{static get[_0x141d1b(0xac)](){const _0xe86836=_0x141d1b;return _0xe86836(0xb8);}constructor(_0x5048a1){const _0x428314=_0x141d1b;super(_0x5048a1),this[_0x428314(0xa9)]=null;}[_0x141d1b(0xa5)](){const _0x5da0d4=_0x141d1b,_0x3e192c=this[_0x5da0d4(0xbb)];_0x3e192c[_0x5da0d4(0xaa)][_0x5da0d4(0xb6)](_0x38b4cb,new _0x23ac73(_0x3e192c)),_0x3e192c[_0x5da0d4(0xaa)][_0x5da0d4(0xb6)](_0x4deb45,new _0x1e0774(_0x3e192c)),this[_0x5da0d4(0xa3)]=_0x3e192c[_0x5da0d4(0xb2)][_0x5da0d4(0xb1)](_0x5da0d4(0xa3));const _0xc20628=this[_0x5da0d4(0xbb)];this[_0x5da0d4(0xa9)]=setInterval(()=>{const _0x42681d=_0x5da0d4;let _0x460f09;for(const _0x253373 in _0xc20628){const _0xb23fcd=_0x253373,_0x3527e0=_0xc20628[_0xb23fcd];if(_0x42681d(0xa2)===_0x3527e0||_0x42681d(0xb5)===_0x3527e0||_0x42681d(0xa6)===_0x3527e0||_0x42681d(0xba)===_0x3527e0){delete _0xc20628[_0xb23fcd],_0x460f09=_0x3527e0;break;}}if(_0x42681d(0xb5)===_0x460f09)throw clearInterval(this[_0x42681d(0xa9)]),new _0x7d2e70(_0x42681d(0xbc),null);if(_0x42681d(0xa2)===_0x460f09&&console[_0x42681d(0xa8)](_0x42681d(0xbd)),_0x42681d(0xba)===_0x460f09)throw clearInterval(this[_0x42681d(0xa9)]),new _0x7d2e70(_0x42681d(0xad),null);_0x42681d(0xa6)===_0x460f09&&clearInterval(this[_0x42681d(0xa9)]);},0x3e8);}[_0x141d1b(0xb0)](){const _0x2ade3f=_0x141d1b;this[_0x2ade3f(0xa9)]&&clearInterval(this[_0x2ade3f(0xa9)]);}}
23
+ function _0x5e8e(_0xd79e0d,_0xa18c5a){const _0x3d894a=_0x3d89();return _0x5e8e=function(_0x5e8eba,_0x349aef){_0x5e8eba=_0x5e8eba-0x1c9;let _0x5aff26=_0x3d894a[_0x5e8eba];return _0x5aff26;},_0x5e8e(_0xd79e0d,_0xa18c5a);}function _0x3d89(){const _0x128656=['get','2978592wlQneu','396786qMHAyH','formatPainterLicenseKeyTrial','editor','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.','info','add','commands','format-painter-trial-license-key-reached-limit-changes','123385zVnnXy','4660733RpKIIM','licenseKey','1600336YOxdmA','1065735ABllkW','destroy','FormatPainterEditing','36FspoUe','442794IBuCsJ','config','2wIRwot','init','format-painter-invalid-license-key','formatPainterLicenseKeyValid','pluginName','_licenseKeyCheckInterval','formatPainterLicenseKeyTrialLimit:operations'];_0x3d89=function(){return _0x128656;};return _0x3d89();}const _0x18b66f=_0x5e8e;(function(_0x513db1,_0x213385){const _0x46c34c=_0x5e8e,_0x51e3f0=_0x513db1();while(!![]){try{const _0x5224f7=parseInt(_0x46c34c(0x1e3))/0x1+-parseInt(_0x46c34c(0x1c9))/0x2*(parseInt(_0x46c34c(0x1d2))/0x3)+-parseInt(_0x46c34c(0x1e2))/0x4*(parseInt(_0x46c34c(0x1db))/0x5)+-parseInt(_0x46c34c(0x1d1))/0x6+parseInt(_0x46c34c(0x1dc))/0x7+parseInt(_0x46c34c(0x1de))/0x8+-parseInt(_0x46c34c(0x1df))/0x9;if(_0x5224f7===_0x213385)break;else _0x51e3f0['push'](_0x51e3f0['shift']());}catch(_0x4fb15d){_0x51e3f0['push'](_0x51e3f0['shift']());}}}(_0x3d89,0x52dfd));import{Plugin as _0xc08e91}from'ckeditor5/src/core.js';import{CKEditorError as _0x5a9d3d}from'ckeditor5/src/utils.js';import _0x517933 from'./copyformatcommand.js';import _0x42ac7b from'./pasteformatcommand.js';import{COPY_FORMAT_COMMAND_NAME as _0x2f8f25,PASTE_FORMAT_COMMAND_NAME as _0x2cf48f}from'./utils.js';export default class o extends _0xc08e91{static get[_0x18b66f(0x1cd)](){const _0x61eb52=_0x18b66f;return _0x61eb52(0x1e1);}constructor(_0xdb9afd){const _0x3d928e=_0x18b66f;super(_0xdb9afd),this[_0x3d928e(0x1ce)]=null;}[_0x18b66f(0x1ca)](){const _0x4082cc=_0x18b66f,_0x44e08a=this[_0x4082cc(0x1d4)];_0x44e08a[_0x4082cc(0x1d9)][_0x4082cc(0x1d8)](_0x2f8f25,new _0x517933(_0x44e08a)),_0x44e08a[_0x4082cc(0x1d9)][_0x4082cc(0x1d8)](_0x2cf48f,new _0x42ac7b(_0x44e08a)),this[_0x4082cc(0x1dd)]=_0x44e08a[_0x4082cc(0x1e4)][_0x4082cc(0x1d0)](_0x4082cc(0x1dd));const _0x4ee611=this[_0x4082cc(0x1d4)];this[_0x4082cc(0x1ce)]=setInterval(()=>{const _0x5ebb6d=_0x4082cc;let _0x165898;for(const _0x57c462 in _0x4ee611){const _0x1a98ab=_0x57c462,_0x44b0ea=_0x4ee611[_0x1a98ab];if(_0x5ebb6d(0x1d3)===_0x44b0ea||_0x5ebb6d(0x1d5)===_0x44b0ea||_0x5ebb6d(0x1cc)===_0x44b0ea||_0x5ebb6d(0x1cf)===_0x44b0ea){delete _0x4ee611[_0x1a98ab],_0x165898=_0x44b0ea;break;}}if(_0x5ebb6d(0x1d5)===_0x165898)throw clearInterval(this[_0x5ebb6d(0x1ce)]),new _0x5a9d3d(_0x5ebb6d(0x1cb),null);if(_0x5ebb6d(0x1d3)===_0x165898&&console[_0x5ebb6d(0x1d7)](_0x5ebb6d(0x1d6)),_0x5ebb6d(0x1cf)===_0x165898)throw clearInterval(this[_0x5ebb6d(0x1ce)]),new _0x5a9d3d(_0x5ebb6d(0x1da),null);_0x5ebb6d(0x1cc)===_0x165898&&clearInterval(this[_0x5ebb6d(0x1ce)]);},0x3e8);}[_0x18b66f(0x1e0)](){const _0x4d03dc=_0x18b66f;this[_0x4d03dc(0x1ce)]&&clearInterval(this[_0x4d03dc(0x1ce)]);}}
@@ -15,7 +15,7 @@ declare const FormatPainterUI_base: import("ckeditor5/src/utils.js").Mixed<typeo
15
15
  * The first click on the dropdown button copies the formatting of the selected text.
16
16
  * Then the next click in the editor editable pastes the formatting.
17
17
  */
18
- export default class FormatPainterUI extends FormatPainterUI_base {
18
+ export default class FormatPainterUI extends /* #__PURE__ -- @preserve */ FormatPainterUI_base {
19
19
  /**
20
20
  * @inheritDoc
21
21
  */