@ckeditor/ckeditor5-format-painter 42.0.0-alpha.11 → 42.0.0-alpha.14

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 (97) 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.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x147df0=>{const {sr:{dictionary:_0x34c94a,getPluralForm:_0x1fe81d}}={'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':_0x5d65ef=>_0x5d65ef%0xa==0x1&&_0x5d65ef%0x64!=0xb?0x0:_0x5d65ef%0xa>=0x2&&_0x5d65ef%0xa<=0x4&&(_0x5d65ef%0x64<0xa||_0x5d65ef%0x64>=0x14)?0x1:0x2}};_0x147df0['sr']||={'dictionary':{},'getPluralForm':null},_0x147df0['sr']['dictionary']=Object['assign'](_0x147df0['sr']['dictionary'],_0x34c94a),_0x147df0['sr']['getPluralForm']=_0x1fe81d;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0xd94b66=>{const {sr:{dictionary:_0x5b7b59,getPluralForm:_0x511b13}}={'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':_0x33c7f8=>_0x33c7f8%0xa==0x1&&_0x33c7f8%0x64!=0xb?0x0:_0x33c7f8%0xa>=0x2&&_0x33c7f8%0xa<=0x4&&(_0x33c7f8%0x64<0xa||_0x33c7f8%0x64>=0x14)?0x1:0x2}};_0xd94b66['sr']||={'dictionary':{},'getPluralForm':null},_0xd94b66['sr']['dictionary']=Object['assign'](_0xd94b66['sr']['dictionary'],_0x5b7b59),_0xd94b66['sr']['getPluralForm']=_0x511b13;})(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':_0xc351ad=>0x1!=_0xc351ad}};
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':_0x1a76a7=>0x1!=_0x1a76a7}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x469d9e=>{const {sv:{dictionary:_0x4ec63f,getPluralForm:_0x5108d8}}={'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':_0x17f775=>0x1!=_0x17f775}};_0x469d9e['sv']||={'dictionary':{},'getPluralForm':null},_0x469d9e['sv']['dictionary']=Object['assign'](_0x469d9e['sv']['dictionary'],_0x4ec63f),_0x469d9e['sv']['getPluralForm']=_0x5108d8;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x53caf4=>{const {sv:{dictionary:_0x57c401,getPluralForm:_0x125b59}}={'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':_0x1dc9f9=>0x1!=_0x1dc9f9}};_0x53caf4['sv']||={'dictionary':{},'getPluralForm':null},_0x53caf4['sv']['dictionary']=Object['assign'](_0x53caf4['sv']['dictionary'],_0x57c401),_0x53caf4['sv']['getPluralForm']=_0x125b59;})(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':_0x431bbc=>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':_0x3922d7=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x83b204=>{const {th:{dictionary:_0x29e8f9,getPluralForm:_0x5bf3ff}}={'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':_0x2e07e1=>0x0}};_0x83b204['th']||={'dictionary':{},'getPluralForm':null},_0x83b204['th']['dictionary']=Object['assign'](_0x83b204['th']['dictionary'],_0x29e8f9),_0x83b204['th']['getPluralForm']=_0x5bf3ff;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3330a9=>{const {th:{dictionary:_0x43ed8d,getPluralForm:_0x180cef}}={'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':_0x4f455f=>0x0}};_0x3330a9['th']||={'dictionary':{},'getPluralForm':null},_0x3330a9['th']['dictionary']=Object['assign'](_0x3330a9['th']['dictionary'],_0x43ed8d),_0x3330a9['th']['getPluralForm']=_0x180cef;})(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':_0xcb2cfc=>_0xcb2cfc>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':_0x376e02=>_0x376e02>0x1}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x52271d=>{const {tr:{dictionary:_0x2c1df8,getPluralForm:_0x5f5140}}={'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':_0x1bfa5c=>_0x1bfa5c>0x1}};_0x52271d['tr']||={'dictionary':{},'getPluralForm':null},_0x52271d['tr']['dictionary']=Object['assign'](_0x52271d['tr']['dictionary'],_0x2c1df8),_0x52271d['tr']['getPluralForm']=_0x5f5140;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3cc127=>{const {tr:{dictionary:_0x5ec616,getPluralForm:_0x152eb6}}={'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':_0x2ae26d=>_0x2ae26d>0x1}};_0x3cc127['tr']||={'dictionary':{},'getPluralForm':null},_0x3cc127['tr']['dictionary']=Object['assign'](_0x3cc127['tr']['dictionary'],_0x5ec616),_0x3cc127['tr']['getPluralForm']=_0x152eb6;})(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':_0x39f5a4=>0x1!=_0x39f5a4}};
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':_0x2c8a0f=>0x1!=_0x2c8a0f}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x204fa8=>{const {ug:{dictionary:_0x4739f4,getPluralForm:_0x4f4727}}={'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':_0x49844e=>0x1!=_0x49844e}};_0x204fa8['ug']||={'dictionary':{},'getPluralForm':null},_0x204fa8['ug']['dictionary']=Object['assign'](_0x204fa8['ug']['dictionary'],_0x4739f4),_0x204fa8['ug']['getPluralForm']=_0x4f4727;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x539d21=>{const {ug:{dictionary:_0x5787e5,getPluralForm:_0x389811}}={'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':_0x307986=>0x1!=_0x307986}};_0x539d21['ug']||={'dictionary':{},'getPluralForm':null},_0x539d21['ug']['dictionary']=Object['assign'](_0x539d21['ug']['dictionary'],_0x5787e5),_0x539d21['ug']['getPluralForm']=_0x389811;})(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':_0x4486e2=>_0x4486e2%0x1==0x0&&_0x4486e2%0xa==0x1&&_0x4486e2%0x64!=0xb?0x0:_0x4486e2%0x1==0x0&&_0x4486e2%0xa>=0x2&&_0x4486e2%0xa<=0x4&&(_0x4486e2%0x64<0xc||_0x4486e2%0x64>0xe)?0x1:_0x4486e2%0x1==0x0&&(_0x4486e2%0xa==0x0||_0x4486e2%0xa>=0x5&&_0x4486e2%0xa<=0x9||_0x4486e2%0x64>=0xb&&_0x4486e2%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':_0x40b761=>_0x40b761%0x1==0x0&&_0x40b761%0xa==0x1&&_0x40b761%0x64!=0xb?0x0:_0x40b761%0x1==0x0&&_0x40b761%0xa>=0x2&&_0x40b761%0xa<=0x4&&(_0x40b761%0x64<0xc||_0x40b761%0x64>0xe)?0x1:_0x40b761%0x1==0x0&&(_0x40b761%0xa==0x0||_0x40b761%0xa>=0x5&&_0x40b761%0xa<=0x9||_0x40b761%0x64>=0xb&&_0x40b761%0x64<=0xe)?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x5199a5=>{const {uk:{dictionary:_0xd5b057,getPluralForm:_0x34e124}}={'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':_0x59f3e4=>_0x59f3e4%0x1==0x0&&_0x59f3e4%0xa==0x1&&_0x59f3e4%0x64!=0xb?0x0:_0x59f3e4%0x1==0x0&&_0x59f3e4%0xa>=0x2&&_0x59f3e4%0xa<=0x4&&(_0x59f3e4%0x64<0xc||_0x59f3e4%0x64>0xe)?0x1:_0x59f3e4%0x1==0x0&&(_0x59f3e4%0xa==0x0||_0x59f3e4%0xa>=0x5&&_0x59f3e4%0xa<=0x9||_0x59f3e4%0x64>=0xb&&_0x59f3e4%0x64<=0xe)?0x2:0x3}};_0x5199a5['uk']||={'dictionary':{},'getPluralForm':null},_0x5199a5['uk']['dictionary']=Object['assign'](_0x5199a5['uk']['dictionary'],_0xd5b057),_0x5199a5['uk']['getPluralForm']=_0x34e124;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x8ebbf1=>{const {uk:{dictionary:_0x2813d3,getPluralForm:_0xa9eaa1}}={'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':_0x30c76f=>_0x30c76f%0x1==0x0&&_0x30c76f%0xa==0x1&&_0x30c76f%0x64!=0xb?0x0:_0x30c76f%0x1==0x0&&_0x30c76f%0xa>=0x2&&_0x30c76f%0xa<=0x4&&(_0x30c76f%0x64<0xc||_0x30c76f%0x64>0xe)?0x1:_0x30c76f%0x1==0x0&&(_0x30c76f%0xa==0x0||_0x30c76f%0xa>=0x5&&_0x30c76f%0xa<=0x9||_0x30c76f%0x64>=0xb&&_0x30c76f%0x64<=0xe)?0x2:0x3}};_0x8ebbf1['uk']||={'dictionary':{},'getPluralForm':null},_0x8ebbf1['uk']['dictionary']=Object['assign'](_0x8ebbf1['uk']['dictionary'],_0x2813d3),_0x8ebbf1['uk']['getPluralForm']=_0xa9eaa1;})(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':_0x2bf5a8=>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':_0x16d19a=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x4bff73=>{const {vi:{dictionary:_0x5cfbed,getPluralForm:_0x23b58f}}={'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':_0x27b32b=>0x0}};_0x4bff73['vi']||={'dictionary':{},'getPluralForm':null},_0x4bff73['vi']['dictionary']=Object['assign'](_0x4bff73['vi']['dictionary'],_0x5cfbed),_0x4bff73['vi']['getPluralForm']=_0x23b58f;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x186b5a=>{const {vi:{dictionary:_0x38e2e5,getPluralForm:_0x1e8e60}}={'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':_0x115284=>0x0}};_0x186b5a['vi']||={'dictionary':{},'getPluralForm':null},_0x186b5a['vi']['dictionary']=Object['assign'](_0x186b5a['vi']['dictionary'],_0x38e2e5),_0x186b5a['vi']['getPluralForm']=_0x1e8e60;})(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':_0x5ce23b=>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':_0x4b54e5=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x5b6146=>{const {'zh-cn':{dictionary:_0x4f920a,getPluralForm:_0x5ba461}}={'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':_0x523af7=>0x0}};_0x5b6146['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x5b6146['zh-cn']['dictionary']=Object['assign'](_0x5b6146['zh-cn']['dictionary'],_0x4f920a),_0x5b6146['zh-cn']['getPluralForm']=_0x5ba461;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x100d53=>{const {'zh-cn':{dictionary:_0x2be5f9,getPluralForm:_0xec1498}}={'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':_0x23904d=>0x0}};_0x100d53['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x100d53['zh-cn']['dictionary']=Object['assign'](_0x100d53['zh-cn']['dictionary'],_0x2be5f9),_0x100d53['zh-cn']['getPluralForm']=_0xec1498;})(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':_0xce9264=>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':_0x1b36e7=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x412e53=>{const {zh:{dictionary:_0x3e726e,getPluralForm:_0x113598}}={'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':_0xbc0ec0=>0x0}};_0x412e53['zh']||={'dictionary':{},'getPluralForm':null},_0x412e53['zh']['dictionary']=Object['assign'](_0x412e53['zh']['dictionary'],_0x3e726e),_0x412e53['zh']['getPluralForm']=_0x113598;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x51c72c=>{const {zh:{dictionary:_0x221ac8,getPluralForm:_0x2b4b38}}={'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':_0xd5cb3d=>0x0}};_0x51c72c['zh']||={'dictionary':{},'getPluralForm':null},_0x51c72c['zh']['dictionary']=Object['assign'](_0x51c72c['zh']['dictionary'],_0x221ac8),_0x51c72c['zh']['getPluralForm']=_0x2b4b38;})(window['CKEDITOR_TRANSLATIONS']||={});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-format-painter",
3
- "version": "42.0.0-alpha.11",
3
+ "version": "42.0.0-alpha.14",
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": "42.0.0-alpha.11",
16
- "ckeditor5-collaboration": "42.0.0-alpha.11"
15
+ "ckeditor5": "42.0.0-alpha.14",
16
+ "ckeditor5-collaboration": "42.0.0-alpha.14"
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 _0x25be(){const _0x1c90c4=['value','commands','4aWzvrm','2NgMPzF','168355vTbCKD','_getFormattingAttributes','document','get','editor','9FzVjym','reset','86596NnLvLd','refresh','getAttributeProperties','schema','fromEntries','858498GHGFbi','1936312XDTXgN','from','128076fsusrt','change:value','filter','536641EXtLZR','change:isEnabled','model','selection','242VqyhTE','46810Sdcvms','getAttributes','isFormatting','execute'];_0x25be=function(){return _0x1c90c4;};return _0x25be();}const _0x198f29=_0x15d5;(function(_0xc87676,_0x4e9a21){const _0x3e0965=_0x15d5,_0x4afd19=_0xc87676();while(!![]){try{const _0x54a283=parseInt(_0x3e0965(0x7b))/0x1*(-parseInt(_0x3e0965(0x83))/0x2)+-parseInt(_0x3e0965(0x8b))/0x3+-parseInt(_0x3e0965(0x7a))/0x4*(parseInt(_0x3e0965(0x7c))/0x5)+parseInt(_0x3e0965(0x88))/0x6+parseInt(_0x3e0965(0x8e))/0x7+parseInt(_0x3e0965(0x89))/0x8*(parseInt(_0x3e0965(0x81))/0x9)+-parseInt(_0x3e0965(0x93))/0xa*(parseInt(_0x3e0965(0x92))/0xb);if(_0x54a283===_0x4e9a21)break;else _0x4afd19['push'](_0x4afd19['shift']());}catch(_0x4cc0eb){_0x4afd19['push'](_0x4afd19['shift']());}}}(_0x25be,0x2fd04));import{Command as _0x31e4dd}from'ckeditor5/src/core.js';function _0x15d5(_0x40049f,_0x2bbd3b){const _0x25be54=_0x25be();return _0x15d5=function(_0x15d509,_0x2f42c1){_0x15d509=_0x15d509-0x7a;let _0x498c4e=_0x25be54[_0x15d509];return _0x498c4e;},_0x15d5(_0x40049f,_0x2bbd3b);}import{PASTE_FORMAT_COMMAND_NAME as _0x34c7ec}from'./utils.js';export default class r extends _0x31e4dd{constructor(_0x114753){const _0x410b66=_0x15d5;super(_0x114753),this[_0x410b66(0x97)]=void 0x0,this['on'](_0x410b66(0x8f),(_0x1a35d8,_0x105fd9,_0x1f869b)=>{const _0xf01ebd=_0x410b66;_0x1f869b||this[_0xf01ebd(0x82)]();}),this['on'](_0x410b66(0x8c),()=>_0x114753[_0x410b66(0x98)][_0x410b66(0x7f)](_0x34c7ec)[_0x410b66(0x84)]());}[_0x198f29(0x96)](){const _0x413268=_0x198f29;this[_0x413268(0x97)]=this[_0x413268(0x7d)]();}[_0x198f29(0x82)](){const _0x4b2669=_0x198f29;this[_0x4b2669(0x97)]=void 0x0;}[_0x198f29(0x7d)](){const _0x3c693c=_0x198f29,_0x2d2312=this[_0x3c693c(0x80)][_0x3c693c(0x90)],_0x10368a=_0x2d2312[_0x3c693c(0x7e)][_0x3c693c(0x91)];return Object[_0x3c693c(0x87)](Array[_0x3c693c(0x8a)](_0x10368a[_0x3c693c(0x94)]())[_0x3c693c(0x8d)](([_0x3aa358])=>_0x2d2312[_0x3c693c(0x86)][_0x3c693c(0x85)](_0x3aa358)[_0x3c693c(0x95)]));}}
23
+ const _0x541e6d=_0x2aa3;(function(_0x6a6e69,_0x2f1eec){const _0x4acb1e=_0x2aa3,_0x460d1b=_0x6a6e69();while(!![]){try{const _0x5d60a4=parseInt(_0x4acb1e(0x1bd))/0x1+parseInt(_0x4acb1e(0x1c2))/0x2*(-parseInt(_0x4acb1e(0x1bb))/0x3)+-parseInt(_0x4acb1e(0x1c3))/0x4*(parseInt(_0x4acb1e(0x1d5))/0x5)+-parseInt(_0x4acb1e(0x1c8))/0x6+-parseInt(_0x4acb1e(0x1cc))/0x7+parseInt(_0x4acb1e(0x1c1))/0x8+parseInt(_0x4acb1e(0x1c5))/0x9;if(_0x5d60a4===_0x2f1eec)break;else _0x460d1b['push'](_0x460d1b['shift']());}catch(_0xb3c6e3){_0x460d1b['push'](_0x460d1b['shift']());}}}(_0x4df6,0x7acfc));import{Command as _0x4df2fd}from'ckeditor5/src/core.js';function _0x2aa3(_0x495c8a,_0x8d61d2){const _0x4df67f=_0x4df6();return _0x2aa3=function(_0x2aa328,_0x503885){_0x2aa328=_0x2aa328-0x1bb;let _0x324bc8=_0x4df67f[_0x2aa328];return _0x324bc8;},_0x2aa3(_0x495c8a,_0x8d61d2);}import{PASTE_FORMAT_COMMAND_NAME as _0x3ceb37}from'./utils.js';export default class r extends _0x4df2fd{constructor(_0x44a7d2){const _0x2c2cd7=_0x2aa3;super(_0x44a7d2),this[_0x2c2cd7(0x1cb)]=void 0x0,this['on'](_0x2c2cd7(0x1c9),(_0x43ad2f,_0x54ceb3,_0x52a8e6)=>{const _0x31dc86=_0x2c2cd7;_0x52a8e6||this[_0x31dc86(0x1d3)]();}),this['on'](_0x2c2cd7(0x1cf),()=>_0x44a7d2[_0x2c2cd7(0x1d0)][_0x2c2cd7(0x1d1)](_0x3ceb37)[_0x2c2cd7(0x1ca)]());}[_0x541e6d(0x1bf)](){const _0x46008b=_0x541e6d;this[_0x46008b(0x1cb)]=this[_0x46008b(0x1cd)]();}[_0x541e6d(0x1d3)](){const _0x395324=_0x541e6d;this[_0x395324(0x1cb)]=void 0x0;}[_0x541e6d(0x1cd)](){const _0x4b9a40=_0x541e6d,_0xdfcccf=this[_0x4b9a40(0x1bc)][_0x4b9a40(0x1c6)],_0x5ecf49=_0xdfcccf[_0x4b9a40(0x1c4)][_0x4b9a40(0x1d4)];return Object[_0x4b9a40(0x1be)](Array[_0x4b9a40(0x1d2)](_0x5ecf49[_0x4b9a40(0x1c0)]())[_0x4b9a40(0x1ce)](([_0x1f5cd4])=>_0xdfcccf[_0x4b9a40(0x1d7)][_0x4b9a40(0x1c7)](_0x1f5cd4)[_0x4b9a40(0x1d6)]));}}function _0x4df6(){const _0x1e37ed=['from','reset','selection','10QVtqyI','isFormatting','schema','231861qSkROc','editor','954170uXdyue','fromEntries','execute','getAttributes','267296ipoYNC','24VDBgqG','432176tOntMY','document','22461300JoBDzP','model','getAttributeProperties','5244192MKARrj','change:isEnabled','refresh','value','6738774DKHvoT','_getFormattingAttributes','filter','change:value','commands','get'];_0x4df6=function(){return _0x1e37ed;};return _0x4df6();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x5a63ce=_0x2482;function _0x43b5(){var _0xafd2aa=['127650aUWYXM','1148490KhMqKA','28gKDatR','2339898eyvkIB','318402wqdNEA','33VrQKVg','2iaFozn','27QwwUMd','1120450vCsGCt','pluginName','376267BSYaem','requires','FormatPainter','315032mweTCz'];_0x43b5=function(){return _0xafd2aa;};return _0x43b5();}(function(_0x378b56,_0x5aa180){var _0x241723=_0x2482,_0x2edf06=_0x378b56();while(!![]){try{var _0x27b2e9=-parseInt(_0x241723(0x135))/0x1*(parseInt(_0x241723(0x131))/0x2)+parseInt(_0x241723(0x13a))/0x3+-parseInt(_0x241723(0x13b))/0x4*(-parseInt(_0x241723(0x139))/0x5)+-parseInt(_0x241723(0x13c))/0x6+-parseInt(_0x241723(0x12f))/0x7+parseInt(_0x241723(0x138))/0x8*(parseInt(_0x241723(0x132))/0x9)+-parseInt(_0x241723(0x133))/0xa*(-parseInt(_0x241723(0x130))/0xb);if(_0x27b2e9===_0x5aa180)break;else _0x2edf06['push'](_0x2edf06['shift']());}catch(_0x422bbb){_0x2edf06['push'](_0x2edf06['shift']());}}}(_0x43b5,0x31d2c));function _0x2482(_0x451c8e,_0x46b69a){var _0x43b54f=_0x43b5();return _0x2482=function(_0x24821d,_0xc058c3){_0x24821d=_0x24821d-0x12f;var _0x13079c=_0x43b54f[_0x24821d];return _0x13079c;},_0x2482(_0x451c8e,_0x46b69a);}import{Plugin as _0x2bb345}from'ckeditor5/src/core.js';import _0x18893d from'./formatpainterediting.js';import _0x4f4750 from'./formatpainterui.js';export default class m extends _0x2bb345{static get[_0x5a63ce(0x136)](){return[_0x18893d,_0x4f4750];}static get[_0x5a63ce(0x134)](){var _0x44180c=_0x5a63ce;return _0x44180c(0x137);}}
23
+ var _0x1a6bd4=_0x3f20;function _0x2601(){var _0x1ec35f=['67590ObPRYw','868370VRzTAf','25GUKWXV','2983169cknHYY','12162VXqqWY','FormatPainter','1111548UdZvle','21uEKGgU','346540FGHxhQ','pluginName','requires','779763YtVHvn','264JVWDIg'];_0x2601=function(){return _0x1ec35f;};return _0x2601();}function _0x3f20(_0x17de63,_0x407f9c){var _0x26018e=_0x2601();return _0x3f20=function(_0x3f2090,_0x424175){_0x3f2090=_0x3f2090-0xd2;var _0x19e1bf=_0x26018e[_0x3f2090];return _0x19e1bf;},_0x3f20(_0x17de63,_0x407f9c);}(function(_0x3ec936,_0x263f22){var _0x165f52=_0x3f20,_0x2db65f=_0x3ec936();while(!![]){try{var _0x5f33ca=parseInt(_0x165f52(0xd2))/0x1+parseInt(_0x165f52(0xd8))/0x2*(-parseInt(_0x165f52(0xdb))/0x3)+-parseInt(_0x165f52(0xdc))/0x4*(parseInt(_0x165f52(0xd6))/0x5)+parseInt(_0x165f52(0xda))/0x6+-parseInt(_0x165f52(0xd7))/0x7+-parseInt(_0x165f52(0xd3))/0x8*(-parseInt(_0x165f52(0xd4))/0x9)+parseInt(_0x165f52(0xd5))/0xa;if(_0x5f33ca===_0x263f22)break;else _0x2db65f['push'](_0x2db65f['shift']());}catch(_0x4ab860){_0x2db65f['push'](_0x2db65f['shift']());}}}(_0x2601,0x611d3));import{Plugin as _0x59c8a2}from'ckeditor5/src/core.js';import _0x948aab from'./formatpainterediting.js';import _0x2aeb69 from'./formatpainterui.js';export default class m extends _0x59c8a2{static get[_0x1a6bd4(0xde)](){return[_0x948aab,_0x2aeb69];}static get[_0x1a6bd4(0xdd)](){var _0x56d39e=_0x1a6bd4;return _0x56d39e(0xd9);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x334829=_0x1850;(function(_0x64b653,_0xe851ad){const _0x1f76e2=_0x1850,_0x6de85a=_0x64b653();while(!![]){try{const _0x3c506b=-parseInt(_0x1f76e2(0xbb))/0x1*(parseInt(_0x1f76e2(0xb8))/0x2)+-parseInt(_0x1f76e2(0xc3))/0x3+parseInt(_0x1f76e2(0xc1))/0x4*(parseInt(_0x1f76e2(0xb6))/0x5)+-parseInt(_0x1f76e2(0xab))/0x6+parseInt(_0x1f76e2(0xb2))/0x7*(-parseInt(_0x1f76e2(0xb4))/0x8)+-parseInt(_0x1f76e2(0xc5))/0x9+parseInt(_0x1f76e2(0xa9))/0xa;if(_0x3c506b===_0xe851ad)break;else _0x6de85a['push'](_0x6de85a['shift']());}catch(_0xe3bc7){_0x6de85a['push'](_0x6de85a['shift']());}}}(_0x3ece,0x8d8d4));import{Plugin as _0xc6a2be}from'ckeditor5/src/core.js';import{CKEditorError as _0x3091eb}from'ckeditor5/src/utils.js';import _0x291e60 from'./copyformatcommand.js';import _0x1b4e8a from'./pasteformatcommand.js';import{COPY_FORMAT_COMMAND_NAME as _0x13fce4,PASTE_FORMAT_COMMAND_NAME as _0x2ef00d}from'./utils.js';function _0x1850(_0x33e20a,_0x2494f5){const _0x3ecebf=_0x3ece();return _0x1850=function(_0x185022,_0x26bc91){_0x185022=_0x185022-0xa9;let _0x2277d7=_0x3ecebf[_0x185022];return _0x2277d7;},_0x1850(_0x33e20a,_0x2494f5);}function _0x3ece(){const _0x760392=['formatPainterLicenseKeyTrialLimit:operations','301978HILYMw','formatPainterLicenseKeyTrial','editor','7vFBgtd','init','pluginName','config','formatPainterLicenseKeyValid','info','244kXdIsS','format-painter-trial-license-key-reached-limit-changes','102810pgzcOA','add','1636434VqGKZs','26194390PXXHDt','get','3295290raOLpA','commands','_licenseKeyCheckInterval','licenseKey','destroy','FormatPainterEditing','format-painter-invalid-license-key','21giKNMW','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.','1426112oFKcZy','formatPainterLicenseKeyInvalid','26015jEeZEG'];_0x3ece=function(){return _0x760392;};return _0x3ece();}export default class o extends _0xc6a2be{static get[_0x334829(0xbd)](){const _0x11ea9a=_0x334829;return _0x11ea9a(0xb0);}constructor(_0x1fff86){const _0x3ff052=_0x334829;super(_0x1fff86),this[_0x3ff052(0xad)]=null;}[_0x334829(0xbc)](){const _0xa9fb40=_0x334829,_0x2a2e82=this[_0xa9fb40(0xba)];_0x2a2e82[_0xa9fb40(0xac)][_0xa9fb40(0xc4)](_0x13fce4,new _0x291e60(_0x2a2e82)),_0x2a2e82[_0xa9fb40(0xac)][_0xa9fb40(0xc4)](_0x2ef00d,new _0x1b4e8a(_0x2a2e82)),this[_0xa9fb40(0xae)]=_0x2a2e82[_0xa9fb40(0xbe)][_0xa9fb40(0xaa)](_0xa9fb40(0xae));const _0x2e25e1=this[_0xa9fb40(0xba)];this[_0xa9fb40(0xad)]=setInterval(()=>{const _0x36006b=_0xa9fb40;let _0x551df6;for(const _0x4ee7d1 in _0x2e25e1){const _0x1d5516=_0x4ee7d1,_0x72f63e=_0x2e25e1[_0x1d5516];if(_0x36006b(0xb9)===_0x72f63e||_0x36006b(0xb5)===_0x72f63e||_0x36006b(0xbf)===_0x72f63e||_0x36006b(0xb7)===_0x72f63e){delete _0x2e25e1[_0x1d5516],_0x551df6=_0x72f63e;break;}}if(_0x36006b(0xb5)===_0x551df6)throw clearInterval(this[_0x36006b(0xad)]),new _0x3091eb(_0x36006b(0xb1),null);if(_0x36006b(0xb9)===_0x551df6&&console[_0x36006b(0xc0)](_0x36006b(0xb3)),_0x36006b(0xb7)===_0x551df6)throw clearInterval(this[_0x36006b(0xad)]),new _0x3091eb(_0x36006b(0xc2),null);_0x36006b(0xbf)===_0x551df6&&clearInterval(this[_0x36006b(0xad)]);},0x3e8);}[_0x334829(0xaf)](){const _0x347aef=_0x334829;this[_0x347aef(0xad)]&&clearInterval(this[_0x347aef(0xad)]);}}
23
+ const _0x42c095=_0x1d37;(function(_0xcf2454,_0x46ede6){const _0xb47ebf=_0x1d37,_0x2dc4f0=_0xcf2454();while(!![]){try{const _0x468456=-parseInt(_0xb47ebf(0x145))/0x1+parseInt(_0xb47ebf(0x13a))/0x2+parseInt(_0xb47ebf(0x131))/0x3+parseInt(_0xb47ebf(0x136))/0x4*(parseInt(_0xb47ebf(0x13f))/0x5)+parseInt(_0xb47ebf(0x12e))/0x6*(parseInt(_0xb47ebf(0x13b))/0x7)+-parseInt(_0xb47ebf(0x143))/0x8*(-parseInt(_0xb47ebf(0x13e))/0x9)+parseInt(_0xb47ebf(0x132))/0xa*(-parseInt(_0xb47ebf(0x140))/0xb);if(_0x468456===_0x46ede6)break;else _0x2dc4f0['push'](_0x2dc4f0['shift']());}catch(_0x1c3fde){_0x2dc4f0['push'](_0x2dc4f0['shift']());}}}(_0x51cc,0x647de));import{Plugin as _0x5d7022}from'ckeditor5/src/core.js';import{CKEditorError as _0x474940}from'ckeditor5/src/utils.js';import _0x1a4db3 from'./copyformatcommand.js';import _0x57d9c3 from'./pasteformatcommand.js';function _0x51cc(){const _0x21e475=['formatPainterLicenseKeyValid','1863231WYDejz','70JPlRfm','pluginName','_licenseKeyCheckInterval','commands','4ZBbKtu','destroy','format-painter-trial-license-key-reached-limit-changes','info','1244982gFtTst','4294983xvjqRT','get','formatPainterLicenseKeyInvalid','13302xBsmny','2506285WcIuSA','3473404fHqRbS','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','2896rjhicb','editor','271468PqBKvh','config','FormatPainterEditing','add','init','licenseKey','formatPainterLicenseKeyTrialLimit:operations','6OHOIVL','formatPainterLicenseKeyTrial'];_0x51cc=function(){return _0x21e475;};return _0x51cc();}import{COPY_FORMAT_COMMAND_NAME as _0x2aa2db,PASTE_FORMAT_COMMAND_NAME as _0x2c9714}from'./utils.js';function _0x1d37(_0xaa47d5,_0x462fa2){const _0x51ccbb=_0x51cc();return _0x1d37=function(_0x1d37ad,_0x50569d){_0x1d37ad=_0x1d37ad-0x12e;let _0x2b8000=_0x51ccbb[_0x1d37ad];return _0x2b8000;},_0x1d37(_0xaa47d5,_0x462fa2);}export default class o extends _0x5d7022{static get[_0x42c095(0x133)](){const _0x2d7d39=_0x42c095;return _0x2d7d39(0x147);}constructor(_0x4c68c7){const _0x16d0fa=_0x42c095;super(_0x4c68c7),this[_0x16d0fa(0x134)]=null;}[_0x42c095(0x149)](){const _0x3f04aa=_0x42c095,_0x5bd419=this[_0x3f04aa(0x144)];_0x5bd419[_0x3f04aa(0x135)][_0x3f04aa(0x148)](_0x2aa2db,new _0x1a4db3(_0x5bd419)),_0x5bd419[_0x3f04aa(0x135)][_0x3f04aa(0x148)](_0x2c9714,new _0x57d9c3(_0x5bd419)),this[_0x3f04aa(0x14a)]=_0x5bd419[_0x3f04aa(0x146)][_0x3f04aa(0x13c)](_0x3f04aa(0x14a));const _0x41087b=this[_0x3f04aa(0x144)];this[_0x3f04aa(0x134)]=setInterval(()=>{const _0x27b99b=_0x3f04aa;let _0x402659;for(const _0x262d62 in _0x41087b){const _0x9a0603=_0x262d62,_0x29f88d=_0x41087b[_0x9a0603];if(_0x27b99b(0x12f)===_0x29f88d||_0x27b99b(0x13d)===_0x29f88d||_0x27b99b(0x130)===_0x29f88d||_0x27b99b(0x14b)===_0x29f88d){delete _0x41087b[_0x9a0603],_0x402659=_0x29f88d;break;}}if(_0x27b99b(0x13d)===_0x402659)throw clearInterval(this[_0x27b99b(0x134)]),new _0x474940(_0x27b99b(0x142),null);if(_0x27b99b(0x12f)===_0x402659&&console[_0x27b99b(0x139)](_0x27b99b(0x141)),_0x27b99b(0x14b)===_0x402659)throw clearInterval(this[_0x27b99b(0x134)]),new _0x474940(_0x27b99b(0x138),null);_0x27b99b(0x130)===_0x402659&&clearInterval(this[_0x27b99b(0x134)]);},0x3e8);}[_0x42c095(0x137)](){const _0x230a9b=_0x42c095;this[_0x230a9b(0x134)]&&clearInterval(this[_0x230a9b(0x134)]);}}