@ckeditor/ckeditor5-format-painter 0.0.0-nightly-20241001.0 → 0.0.0-nightly-20241003.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 +2 -2
  2. package/dist/index.js +2 -2
  3. package/dist/translations/ar.js +1 -1
  4. package/dist/translations/ar.umd.js +1 -1
  5. package/dist/translations/bg.js +1 -1
  6. package/dist/translations/bg.umd.js +1 -1
  7. package/dist/translations/bn.js +1 -1
  8. package/dist/translations/bn.umd.js +1 -1
  9. package/dist/translations/ca.js +1 -1
  10. package/dist/translations/ca.umd.js +1 -1
  11. package/dist/translations/cs.js +1 -1
  12. package/dist/translations/cs.umd.js +1 -1
  13. package/dist/translations/da.js +1 -1
  14. package/dist/translations/da.umd.js +1 -1
  15. package/dist/translations/de.js +1 -1
  16. package/dist/translations/de.umd.js +1 -1
  17. package/dist/translations/el.js +1 -1
  18. package/dist/translations/el.umd.js +1 -1
  19. package/dist/translations/en-au.js +1 -1
  20. package/dist/translations/en-au.umd.js +1 -1
  21. package/dist/translations/en.umd.js +1 -1
  22. package/dist/translations/es.js +1 -1
  23. package/dist/translations/es.umd.js +1 -1
  24. package/dist/translations/et.js +1 -1
  25. package/dist/translations/et.umd.js +1 -1
  26. package/dist/translations/fi.js +1 -1
  27. package/dist/translations/fi.umd.js +1 -1
  28. package/dist/translations/fr.js +1 -1
  29. package/dist/translations/fr.umd.js +1 -1
  30. package/dist/translations/gl.js +1 -1
  31. package/dist/translations/gl.umd.js +1 -1
  32. package/dist/translations/he.js +1 -1
  33. package/dist/translations/he.umd.js +1 -1
  34. package/dist/translations/hi.js +1 -1
  35. package/dist/translations/hi.umd.js +1 -1
  36. package/dist/translations/hr.js +1 -1
  37. package/dist/translations/hr.umd.js +1 -1
  38. package/dist/translations/hu.js +1 -1
  39. package/dist/translations/hu.umd.js +1 -1
  40. package/dist/translations/id.js +1 -1
  41. package/dist/translations/id.umd.js +1 -1
  42. package/dist/translations/it.js +1 -1
  43. package/dist/translations/it.umd.js +1 -1
  44. package/dist/translations/ja.js +1 -1
  45. package/dist/translations/ja.umd.js +1 -1
  46. package/dist/translations/ko.js +1 -1
  47. package/dist/translations/ko.umd.js +1 -1
  48. package/dist/translations/lt.js +1 -1
  49. package/dist/translations/lt.umd.js +1 -1
  50. package/dist/translations/lv.js +1 -1
  51. package/dist/translations/lv.umd.js +1 -1
  52. package/dist/translations/ms.js +1 -1
  53. package/dist/translations/ms.umd.js +1 -1
  54. package/dist/translations/nl.js +1 -1
  55. package/dist/translations/nl.umd.js +1 -1
  56. package/dist/translations/no.js +1 -1
  57. package/dist/translations/no.umd.js +1 -1
  58. package/dist/translations/pl.js +1 -1
  59. package/dist/translations/pl.umd.js +1 -1
  60. package/dist/translations/pt-br.js +1 -1
  61. package/dist/translations/pt-br.umd.js +1 -1
  62. package/dist/translations/pt.js +1 -1
  63. package/dist/translations/pt.umd.js +1 -1
  64. package/dist/translations/ro.js +1 -1
  65. package/dist/translations/ro.umd.js +1 -1
  66. package/dist/translations/ru.js +1 -1
  67. package/dist/translations/ru.umd.js +1 -1
  68. package/dist/translations/sk.js +1 -1
  69. package/dist/translations/sk.umd.js +1 -1
  70. package/dist/translations/sr-latn.js +1 -1
  71. package/dist/translations/sr-latn.umd.js +1 -1
  72. package/dist/translations/sr.js +1 -1
  73. package/dist/translations/sr.umd.js +1 -1
  74. package/dist/translations/sv.js +1 -1
  75. package/dist/translations/sv.umd.js +1 -1
  76. package/dist/translations/th.js +1 -1
  77. package/dist/translations/th.umd.js +1 -1
  78. package/dist/translations/tr.js +1 -1
  79. package/dist/translations/tr.umd.js +1 -1
  80. package/dist/translations/ug.js +1 -1
  81. package/dist/translations/ug.umd.js +1 -1
  82. package/dist/translations/uk.js +1 -1
  83. package/dist/translations/uk.umd.js +1 -1
  84. package/dist/translations/vi.js +1 -1
  85. package/dist/translations/vi.umd.js +1 -1
  86. package/dist/translations/zh-cn.js +1 -1
  87. package/dist/translations/zh-cn.umd.js +1 -1
  88. package/dist/translations/zh.js +1 -1
  89. package/dist/translations/zh.umd.js +1 -1
  90. package/package.json +7 -7
  91. package/src/copyformatcommand.js +1 -1
  92. package/src/formatpainter.js +1 -1
  93. package/src/formatpainterediting.js +1 -1
  94. package/src/formatpainterui.js +2 -2
  95. package/src/index.js +1 -1
  96. package/src/pasteformatcommand.js +1 -1
  97. package/src/utils/common-translations.js +1 -1
  98. package/src/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x4538ba=>{const {sr:{dictionary:_0x4fab60,getPluralForm:_0x5e7dec}}={'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':_0x55ea9a=>_0x55ea9a%0xa==0x1&&_0x55ea9a%0x64!=0xb?0x0:_0x55ea9a%0xa>=0x2&&_0x55ea9a%0xa<=0x4&&(_0x55ea9a%0x64<0xa||_0x55ea9a%0x64>=0x14)?0x1:0x2}};_0x4538ba['sr']||={'dictionary':{},'getPluralForm':null},_0x4538ba['sr']['dictionary']=Object['assign'](_0x4538ba['sr']['dictionary'],_0x4fab60),_0x4538ba['sr']['getPluralForm']=_0x5e7dec;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x498702=>{const {sr:{dictionary:_0xf2ee58,getPluralForm:_0x1b4fa1}}={'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':_0x5c185b=>_0x5c185b%0xa==0x1&&_0x5c185b%0x64!=0xb?0x0:_0x5c185b%0xa>=0x2&&_0x5c185b%0xa<=0x4&&(_0x5c185b%0x64<0xa||_0x5c185b%0x64>=0x14)?0x1:0x2}};_0x498702['sr']||={'dictionary':{},'getPluralForm':null},_0x498702['sr']['dictionary']=Object['assign'](_0x498702['sr']['dictionary'],_0xf2ee58),_0x498702['sr']['getPluralForm']=_0x1b4fa1;})(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':_0x3d850b=>0x1!=_0x3d850b}};
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':_0x54829c=>0x1!=_0x54829c}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x3a7029=>{const {sv:{dictionary:_0x1a620e,getPluralForm:_0x5e6ec4}}={'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':_0x498b1e=>0x1!=_0x498b1e}};_0x3a7029['sv']||={'dictionary':{},'getPluralForm':null},_0x3a7029['sv']['dictionary']=Object['assign'](_0x3a7029['sv']['dictionary'],_0x1a620e),_0x3a7029['sv']['getPluralForm']=_0x5e6ec4;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2e73fe=>{const {sv:{dictionary:_0x594488,getPluralForm:_0x269a12}}={'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':_0xc8677c=>0x1!=_0xc8677c}};_0x2e73fe['sv']||={'dictionary':{},'getPluralForm':null},_0x2e73fe['sv']['dictionary']=Object['assign'](_0x2e73fe['sv']['dictionary'],_0x594488),_0x2e73fe['sv']['getPluralForm']=_0x269a12;})(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':_0x1742fe=>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':_0xee9a44=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x5f379f=>{const {th:{dictionary:_0x5a4969,getPluralForm:_0x276352}}={'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':_0x4f32a6=>0x0}};_0x5f379f['th']||={'dictionary':{},'getPluralForm':null},_0x5f379f['th']['dictionary']=Object['assign'](_0x5f379f['th']['dictionary'],_0x5a4969),_0x5f379f['th']['getPluralForm']=_0x276352;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x21da6e=>{const {th:{dictionary:_0x51d432,getPluralForm:_0x2c34fd}}={'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':_0x16d701=>0x0}};_0x21da6e['th']||={'dictionary':{},'getPluralForm':null},_0x21da6e['th']['dictionary']=Object['assign'](_0x21da6e['th']['dictionary'],_0x51d432),_0x21da6e['th']['getPluralForm']=_0x2c34fd;})(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':_0x2577bd=>_0x2577bd>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':_0x2b19d4=>_0x2b19d4>0x1}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x277872=>{const {tr:{dictionary:_0x33015f,getPluralForm:_0x48b3db}}={'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':_0x453f30=>_0x453f30>0x1}};_0x277872['tr']||={'dictionary':{},'getPluralForm':null},_0x277872['tr']['dictionary']=Object['assign'](_0x277872['tr']['dictionary'],_0x33015f),_0x277872['tr']['getPluralForm']=_0x48b3db;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x53e8a6=>{const {tr:{dictionary:_0x3d641c,getPluralForm:_0x45e095}}={'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':_0x597abb=>_0x597abb>0x1}};_0x53e8a6['tr']||={'dictionary':{},'getPluralForm':null},_0x53e8a6['tr']['dictionary']=Object['assign'](_0x53e8a6['tr']['dictionary'],_0x3d641c),_0x53e8a6['tr']['getPluralForm']=_0x45e095;})(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':_0x2debb8=>0x1!=_0x2debb8}};
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':_0x13205f=>0x1!=_0x13205f}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x1736c8=>{const {ug:{dictionary:_0x41ea8a,getPluralForm:_0x2a039e}}={'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':_0x130a47=>0x1!=_0x130a47}};_0x1736c8['ug']||={'dictionary':{},'getPluralForm':null},_0x1736c8['ug']['dictionary']=Object['assign'](_0x1736c8['ug']['dictionary'],_0x41ea8a),_0x1736c8['ug']['getPluralForm']=_0x2a039e;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3ed1b3=>{const {ug:{dictionary:_0x181441,getPluralForm:_0x5c1c29}}={'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':_0x460e43=>0x1!=_0x460e43}};_0x3ed1b3['ug']||={'dictionary':{},'getPluralForm':null},_0x3ed1b3['ug']['dictionary']=Object['assign'](_0x3ed1b3['ug']['dictionary'],_0x181441),_0x3ed1b3['ug']['getPluralForm']=_0x5c1c29;})(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':_0x53ef8f=>_0x53ef8f%0x1==0x0&&_0x53ef8f%0xa==0x1&&_0x53ef8f%0x64!=0xb?0x0:_0x53ef8f%0x1==0x0&&_0x53ef8f%0xa>=0x2&&_0x53ef8f%0xa<=0x4&&(_0x53ef8f%0x64<0xc||_0x53ef8f%0x64>0xe)?0x1:_0x53ef8f%0x1==0x0&&(_0x53ef8f%0xa==0x0||_0x53ef8f%0xa>=0x5&&_0x53ef8f%0xa<=0x9||_0x53ef8f%0x64>=0xb&&_0x53ef8f%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':_0x4a38e3=>_0x4a38e3%0x1==0x0&&_0x4a38e3%0xa==0x1&&_0x4a38e3%0x64!=0xb?0x0:_0x4a38e3%0x1==0x0&&_0x4a38e3%0xa>=0x2&&_0x4a38e3%0xa<=0x4&&(_0x4a38e3%0x64<0xc||_0x4a38e3%0x64>0xe)?0x1:_0x4a38e3%0x1==0x0&&(_0x4a38e3%0xa==0x0||_0x4a38e3%0xa>=0x5&&_0x4a38e3%0xa<=0x9||_0x4a38e3%0x64>=0xb&&_0x4a38e3%0x64<=0xe)?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x1e5a47=>{const {uk:{dictionary:_0x431d0e,getPluralForm:_0x234699}}={'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':_0x5902cb=>_0x5902cb%0x1==0x0&&_0x5902cb%0xa==0x1&&_0x5902cb%0x64!=0xb?0x0:_0x5902cb%0x1==0x0&&_0x5902cb%0xa>=0x2&&_0x5902cb%0xa<=0x4&&(_0x5902cb%0x64<0xc||_0x5902cb%0x64>0xe)?0x1:_0x5902cb%0x1==0x0&&(_0x5902cb%0xa==0x0||_0x5902cb%0xa>=0x5&&_0x5902cb%0xa<=0x9||_0x5902cb%0x64>=0xb&&_0x5902cb%0x64<=0xe)?0x2:0x3}};_0x1e5a47['uk']||={'dictionary':{},'getPluralForm':null},_0x1e5a47['uk']['dictionary']=Object['assign'](_0x1e5a47['uk']['dictionary'],_0x431d0e),_0x1e5a47['uk']['getPluralForm']=_0x234699;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2f3fee=>{const {uk:{dictionary:_0x28ba91,getPluralForm:_0x641a66}}={'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':_0x4f4138=>_0x4f4138%0x1==0x0&&_0x4f4138%0xa==0x1&&_0x4f4138%0x64!=0xb?0x0:_0x4f4138%0x1==0x0&&_0x4f4138%0xa>=0x2&&_0x4f4138%0xa<=0x4&&(_0x4f4138%0x64<0xc||_0x4f4138%0x64>0xe)?0x1:_0x4f4138%0x1==0x0&&(_0x4f4138%0xa==0x0||_0x4f4138%0xa>=0x5&&_0x4f4138%0xa<=0x9||_0x4f4138%0x64>=0xb&&_0x4f4138%0x64<=0xe)?0x2:0x3}};_0x2f3fee['uk']||={'dictionary':{},'getPluralForm':null},_0x2f3fee['uk']['dictionary']=Object['assign'](_0x2f3fee['uk']['dictionary'],_0x28ba91),_0x2f3fee['uk']['getPluralForm']=_0x641a66;})(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':_0x12f3f2=>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':_0x5ccbfd=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2de76e=>{const {vi:{dictionary:_0x4c8b8b,getPluralForm:_0x56f37b}}={'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':_0x9074c5=>0x0}};_0x2de76e['vi']||={'dictionary':{},'getPluralForm':null},_0x2de76e['vi']['dictionary']=Object['assign'](_0x2de76e['vi']['dictionary'],_0x4c8b8b),_0x2de76e['vi']['getPluralForm']=_0x56f37b;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2ba6a2=>{const {vi:{dictionary:_0x5436e0,getPluralForm:_0x11b654}}={'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':_0x221762=>0x0}};_0x2ba6a2['vi']||={'dictionary':{},'getPluralForm':null},_0x2ba6a2['vi']['dictionary']=Object['assign'](_0x2ba6a2['vi']['dictionary'],_0x5436e0),_0x2ba6a2['vi']['getPluralForm']=_0x11b654;})(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':_0x3e9438=>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':_0x3bbb07=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x26c19d=>{const {'zh-cn':{dictionary:_0x4e7818,getPluralForm:_0x12cf2a}}={'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':_0x508c31=>0x0}};_0x26c19d['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x26c19d['zh-cn']['dictionary']=Object['assign'](_0x26c19d['zh-cn']['dictionary'],_0x4e7818),_0x26c19d['zh-cn']['getPluralForm']=_0x12cf2a;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x523d4a=>{const {'zh-cn':{dictionary:_0x2d489a,getPluralForm:_0x559946}}={'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':_0x440c18=>0x0}};_0x523d4a['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x523d4a['zh-cn']['dictionary']=Object['assign'](_0x523d4a['zh-cn']['dictionary'],_0x2d489a),_0x523d4a['zh-cn']['getPluralForm']=_0x559946;})(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':_0x489884=>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':_0x5fefc0=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x476c05=>{const {zh:{dictionary:_0x45447c,getPluralForm:_0x533ff2}}={'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':_0x2c7bcb=>0x0}};_0x476c05['zh']||={'dictionary':{},'getPluralForm':null},_0x476c05['zh']['dictionary']=Object['assign'](_0x476c05['zh']['dictionary'],_0x45447c),_0x476c05['zh']['getPluralForm']=_0x533ff2;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x497046=>{const {zh:{dictionary:_0x307430,getPluralForm:_0x4b6ade}}={'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':_0x1c977d=>0x0}};_0x497046['zh']||={'dictionary':{},'getPluralForm':null},_0x497046['zh']['dictionary']=Object['assign'](_0x497046['zh']['dictionary'],_0x307430),_0x497046['zh']['getPluralForm']=_0x4b6ade;})(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-20241001.0",
3
+ "version": "0.0.0-nightly-20241003.0",
4
4
  "description": "Format painter feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,12 +12,12 @@
12
12
  "type": "module",
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "@ckeditor/ckeditor5-core": "0.0.0-nightly-20241001.0",
16
- "@ckeditor/ckeditor5-engine": "0.0.0-nightly-20241001.0",
17
- "@ckeditor/ckeditor5-ui": "0.0.0-nightly-20241001.0",
18
- "@ckeditor/ckeditor5-utils": "0.0.0-nightly-20241001.0",
19
- "ckeditor5": "0.0.0-nightly-20241001.0",
20
- "ckeditor5-collaboration": "0.0.0-nightly-20241001.0"
15
+ "@ckeditor/ckeditor5-core": "0.0.0-nightly-20241003.0",
16
+ "@ckeditor/ckeditor5-engine": "0.0.0-nightly-20241003.0",
17
+ "@ckeditor/ckeditor5-ui": "0.0.0-nightly-20241003.0",
18
+ "@ckeditor/ckeditor5-utils": "0.0.0-nightly-20241003.0",
19
+ "ckeditor5": "0.0.0-nightly-20241003.0",
20
+ "ckeditor5-collaboration": "0.0.0-nightly-20241003.0"
21
21
  },
22
22
  "license": "SEE LICENSE IN LICENSE.md",
23
23
  "author": "CKSource (http://cksource.com/)",
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5c7b81=_0x58d6;function _0x58d6(_0x48dcf8,_0x3c7805){const _0x561ead=_0x561e();return _0x58d6=function(_0x58d655,_0x261aae){_0x58d655=_0x58d655-0x199;let _0x42eb63=_0x561ead[_0x58d655];return _0x42eb63;},_0x58d6(_0x48dcf8,_0x3c7805);}(function(_0x50f5b2,_0x3f1303){const _0x2271b9=_0x58d6,_0x573954=_0x50f5b2();while(!![]){try{const _0x46c96b=-parseInt(_0x2271b9(0x19b))/0x1+parseInt(_0x2271b9(0x1ae))/0x2+parseInt(_0x2271b9(0x19a))/0x3+parseInt(_0x2271b9(0x1ad))/0x4*(-parseInt(_0x2271b9(0x199))/0x5)+-parseInt(_0x2271b9(0x1b6))/0x6*(-parseInt(_0x2271b9(0x1ab))/0x7)+parseInt(_0x2271b9(0x1a5))/0x8*(-parseInt(_0x2271b9(0x1a0))/0x9)+-parseInt(_0x2271b9(0x1b5))/0xa;if(_0x46c96b===_0x3f1303)break;else _0x573954['push'](_0x573954['shift']());}catch(_0x54ff09){_0x573954['push'](_0x573954['shift']());}}}(_0x561e,0x8c220));import{Command as _0x2a15aa}from'ckeditor5/src/core.js';import{PASTE_FORMAT_COMMAND_NAME as _0x196fbf}from'./utils.js';function _0x561e(){const _0x4a7338=['973231oTyzzK','_getFormattingAttributes','36032pDlcQq','844272tsUXgb','selection','change:value','get','schema','commands','filter','4609270YdGNHW','18VnITlk','105GVTTBg','2177031MLzYFv','109656UkkFpq','isFormatting','refresh','reset','getAttributeProperties','2637wYCWLA','model','value','from','execute','6312vgtoyv','getAttributes','document','fromEntries','editor','change:isEnabled'];_0x561e=function(){return _0x4a7338;};return _0x561e();}export default class r extends _0x2a15aa{constructor(_0x3e23dc){const _0xb5608e=_0x58d6;super(_0x3e23dc),this[_0xb5608e(0x1a2)]=void 0x0,this['on'](_0xb5608e(0x1aa),(_0x4b7951,_0x24daa8,_0x4ac224)=>{const _0x2925ca=_0xb5608e;_0x4ac224||this[_0x2925ca(0x19e)]();}),this['on'](_0xb5608e(0x1b0),()=>_0x3e23dc[_0xb5608e(0x1b3)][_0xb5608e(0x1b1)](_0x196fbf)[_0xb5608e(0x19d)]());}[_0x5c7b81(0x1a4)](){const _0x155f11=_0x5c7b81;this[_0x155f11(0x1a2)]=this[_0x155f11(0x1ac)]();}[_0x5c7b81(0x19e)](){const _0x1f39e8=_0x5c7b81;this[_0x1f39e8(0x1a2)]=void 0x0;}[_0x5c7b81(0x1ac)](){const _0x2b6fb9=_0x5c7b81,_0x2a23f6=this[_0x2b6fb9(0x1a9)][_0x2b6fb9(0x1a1)],_0x403e5f=_0x2a23f6[_0x2b6fb9(0x1a7)][_0x2b6fb9(0x1af)];return Object[_0x2b6fb9(0x1a8)](Array[_0x2b6fb9(0x1a3)](_0x403e5f[_0x2b6fb9(0x1a6)]())[_0x2b6fb9(0x1b4)](([_0x103df9])=>_0x2a23f6[_0x2b6fb9(0x1b2)][_0x2b6fb9(0x19f)](_0x103df9)[_0x2b6fb9(0x19c)]));}}
23
+ const _0x565ca8=_0x18c3;function _0x2c3c(){const _0x44a60d=['selection','1215520erAPqV','894VoFOmY','refresh','getAttributes','getAttributeProperties','1863840sZwMWH','execute','fromEntries','reset','9pIeCfO','9437560RjrJAw','3292fVZGiL','change:isEnabled','model','5717112lwBQLp','filter','value','change:value','editor','10TmMRfy','get','isFormatting','1276UMhLLa','1302WkphHA','schema','169wbjttd','from','commands','1688ldmZAj','3753HZrJDZ','_getFormattingAttributes','document'];_0x2c3c=function(){return _0x44a60d;};return _0x2c3c();}(function(_0x5cd564,_0x226d3d){const _0x3e8ba8=_0x18c3,_0xa5158b=_0x5cd564();while(!![]){try{const _0x9b5e50=-parseInt(_0x3e8ba8(0xac))/0x1*(parseInt(_0x3e8ba8(0xa6))/0x2)+parseInt(_0x3e8ba8(0xad))/0x3*(parseInt(_0x3e8ba8(0x9b))/0x4)+parseInt(_0x3e8ba8(0x90))/0x5+-parseInt(_0x3e8ba8(0x91))/0x6*(-parseInt(_0x3e8ba8(0xa7))/0x7)+parseInt(_0x3e8ba8(0x9e))/0x8*(-parseInt(_0x3e8ba8(0x99))/0x9)+parseInt(_0x3e8ba8(0xa3))/0xa*(-parseInt(_0x3e8ba8(0x9a))/0xb)+-parseInt(_0x3e8ba8(0x95))/0xc*(-parseInt(_0x3e8ba8(0xa9))/0xd);if(_0x9b5e50===_0x226d3d)break;else _0xa5158b['push'](_0xa5158b['shift']());}catch(_0x54db04){_0xa5158b['push'](_0xa5158b['shift']());}}}(_0x2c3c,0xa3938));function _0x18c3(_0x1d5d80,_0x57f5d8){const _0x2c3cc2=_0x2c3c();return _0x18c3=function(_0x18c3d5,_0x33ffe1){_0x18c3d5=_0x18c3d5-0x8e;let _0x48dfc9=_0x2c3cc2[_0x18c3d5];return _0x48dfc9;},_0x18c3(_0x1d5d80,_0x57f5d8);}import{Command as _0x1707df}from'ckeditor5/src/core.js';import{PASTE_FORMAT_COMMAND_NAME as _0x37b22f}from'./utils.js';export default class r extends _0x1707df{constructor(_0x5a99fb){const _0x1fc407=_0x18c3;super(_0x5a99fb),this[_0x1fc407(0xa0)]=void 0x0,this['on'](_0x1fc407(0x9c),(_0x3d5e86,_0x1a4771,_0x491826)=>{const _0x2886cd=_0x1fc407;_0x491826||this[_0x2886cd(0x98)]();}),this['on'](_0x1fc407(0xa1),()=>_0x5a99fb[_0x1fc407(0xab)][_0x1fc407(0xa4)](_0x37b22f)[_0x1fc407(0x92)]());}[_0x565ca8(0x96)](){const _0xcb9d26=_0x565ca8;this[_0xcb9d26(0xa0)]=this[_0xcb9d26(0xae)]();}[_0x565ca8(0x98)](){const _0x436c72=_0x565ca8;this[_0x436c72(0xa0)]=void 0x0;}[_0x565ca8(0xae)](){const _0x49fc5d=_0x565ca8,_0x2e57d0=this[_0x49fc5d(0xa2)][_0x49fc5d(0x9d)],_0x457948=_0x2e57d0[_0x49fc5d(0x8e)][_0x49fc5d(0x8f)];return Object[_0x49fc5d(0x97)](Array[_0x49fc5d(0xaa)](_0x457948[_0x49fc5d(0x93)]())[_0x49fc5d(0x9f)](([_0x2d40b0])=>_0x2e57d0[_0x49fc5d(0xa8)][_0x49fc5d(0x94)](_0x2d40b0)[_0x49fc5d(0xa5)]));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0xb8c1(){var _0x5f5a01=['2893190WUIMEQ','611138tSMkld','2428yMUGJB','10vUrXQh','requires','3018992yeNlIN','12138srRuiQ','1197824TemPaO','3666mLfMri','pluginName','24407713aLqQGz','138BhLRPD','FormatPainter','9TNIxBx'];_0xb8c1=function(){return _0x5f5a01;};return _0xb8c1();}var _0xbdbfb1=_0xf7e9;(function(_0x579762,_0x34cbaf){var _0x1844d9=_0xf7e9,_0x7ae7f=_0x579762();while(!![]){try{var _0x3d21ed=parseInt(_0x1844d9(0x16e))/0x1+-parseInt(_0x1844d9(0x16f))/0x2*(parseInt(_0x1844d9(0x178))/0x3)+parseInt(_0x1844d9(0x172))/0x4+parseInt(_0x1844d9(0x16d))/0x5+parseInt(_0x1844d9(0x175))/0x6*(parseInt(_0x1844d9(0x173))/0x7)+-parseInt(_0x1844d9(0x174))/0x8*(parseInt(_0x1844d9(0x16c))/0x9)+parseInt(_0x1844d9(0x170))/0xa*(-parseInt(_0x1844d9(0x177))/0xb);if(_0x3d21ed===_0x34cbaf)break;else _0x7ae7f['push'](_0x7ae7f['shift']());}catch(_0x38d0c2){_0x7ae7f['push'](_0x7ae7f['shift']());}}}(_0xb8c1,0x8d7d7));import{Plugin as _0x26eb86}from'ckeditor5/src/core.js';import _0x4316ab from'./formatpainterediting.js';function _0xf7e9(_0x326455,_0x32a138){var _0xb8c1f8=_0xb8c1();return _0xf7e9=function(_0xf7e984,_0x3282e4){_0xf7e984=_0xf7e984-0x16c;var _0x39c64a=_0xb8c1f8[_0xf7e984];return _0x39c64a;},_0xf7e9(_0x326455,_0x32a138);}import _0x4c790e from'./formatpainterui.js';export default class m extends _0x26eb86{static get[_0xbdbfb1(0x171)](){return[_0x4316ab,_0x4c790e];}static get[_0xbdbfb1(0x176)](){var _0x2b5856=_0xbdbfb1;return _0x2b5856(0x179);}}
23
+ var _0x53f7ef=_0x5e0b;(function(_0x5ecc20,_0x20ca19){var _0x487b0f=_0x5e0b,_0x1fe6c5=_0x5ecc20();while(!![]){try{var _0x168e1f=-parseInt(_0x487b0f(0x1d6))/0x1+-parseInt(_0x487b0f(0x1db))/0x2*(-parseInt(_0x487b0f(0x1dc))/0x3)+-parseInt(_0x487b0f(0x1d5))/0x4*(parseInt(_0x487b0f(0x1d9))/0x5)+-parseInt(_0x487b0f(0x1d7))/0x6+parseInt(_0x487b0f(0x1d1))/0x7+-parseInt(_0x487b0f(0x1cf))/0x8*(-parseInt(_0x487b0f(0x1d2))/0x9)+parseInt(_0x487b0f(0x1d0))/0xa*(parseInt(_0x487b0f(0x1d8))/0xb);if(_0x168e1f===_0x20ca19)break;else _0x1fe6c5['push'](_0x1fe6c5['shift']());}catch(_0x1ec74e){_0x1fe6c5['push'](_0x1fe6c5['shift']());}}}(_0x57ac,0xb48d1));import{Plugin as _0x2e435c}from'ckeditor5/src/core.js';function _0x57ac(){var _0x5c4a81=['2919034dRvTvT','3XuasLT','8yDZrtc','7633690FQUfQT','2649178SXujeE','5060511qjXIhm','pluginName','requires','558708qNCiRl','1170242PRmhRV','5846916HWtGRG','11NuvcyE','10flLgNJ','FormatPainter'];_0x57ac=function(){return _0x5c4a81;};return _0x57ac();}import _0xc3f9ef from'./formatpainterediting.js';function _0x5e0b(_0x481b2e,_0x3e7040){var _0x57acbf=_0x57ac();return _0x5e0b=function(_0x5e0b42,_0x453b90){_0x5e0b42=_0x5e0b42-0x1cf;var _0x54fd4e=_0x57acbf[_0x5e0b42];return _0x54fd4e;},_0x5e0b(_0x481b2e,_0x3e7040);}import _0x31d1b3 from'./formatpainterui.js';export default class m extends _0x2e435c{static get[_0x53f7ef(0x1d4)](){return[_0xc3f9ef,_0x31d1b3];}static get[_0x53f7ef(0x1d3)](){var _0x471d8b=_0x53f7ef;return _0x471d8b(0x1da);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2ab958=_0x4fe1;function _0x3111(){const _0x311dff=['commands','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.','16wXRplB','789597cMUJID','formatPainterLicenseKeyInvalid','1793550vcgqic','pluginName','572698YuHMZT','format-painter-invalid-license-key','format-painter-trial-license-key-reached-limit-changes','2701623TxaocO','destroy','1769754xoqaBR','9zPrqVK','4IppfDd','licenseKey','get','formatPainterLicenseKeyValid','init','FormatPainterEditing','config','1622982LKDvsb','formatPainterLicenseKeyTrialLimit:operations','add','editor','info','formatPainterLicenseKeyTrial','_licenseKeyCheckInterval','16570380gkJYNw'];_0x3111=function(){return _0x311dff;};return _0x3111();}(function(_0x39289f,_0x588bf4){const _0x436016=_0x4fe1,_0x35ff09=_0x39289f();while(!![]){try{const _0x55ce3c=parseInt(_0x436016(0x1eb))/0x1+-parseInt(_0x436016(0x1e0))/0x2+parseInt(_0x436016(0x1d5))/0x3*(-parseInt(_0x436016(0x1d9))/0x4)+-parseInt(_0x436016(0x1ed))/0x5+parseInt(_0x436016(0x1d7))/0x6+-parseInt(_0x436016(0x1d2))/0x7*(parseInt(_0x436016(0x1ea))/0x8)+parseInt(_0x436016(0x1d8))/0x9*(parseInt(_0x436016(0x1e7))/0xa);if(_0x55ce3c===_0x588bf4)break;else _0x35ff09['push'](_0x35ff09['shift']());}catch(_0x4457c1){_0x35ff09['push'](_0x35ff09['shift']());}}}(_0x3111,0x7bd58));import{Plugin as _0x19ed47}from'ckeditor5/src/core.js';import{CKEditorError as _0x2eabe2}from'ckeditor5/src/utils.js';import _0x58a73b from'./copyformatcommand.js';import _0x4b7bea from'./pasteformatcommand.js';import{COPY_FORMAT_COMMAND_NAME as _0x3f67c8,PASTE_FORMAT_COMMAND_NAME as _0x34623e}from'./utils.js';function _0x4fe1(_0x498b11,_0x2ea8de){const _0x3111d8=_0x3111();return _0x4fe1=function(_0x4fe1d8,_0x88f887){_0x4fe1d8=_0x4fe1d8-0x1d1;let _0x22182b=_0x3111d8[_0x4fe1d8];return _0x22182b;},_0x4fe1(_0x498b11,_0x2ea8de);}export default class o extends _0x19ed47{static get[_0x2ab958(0x1d1)](){const _0x1a59c5=_0x2ab958;return _0x1a59c5(0x1de);}constructor(_0x46a326){const _0x48d554=_0x2ab958;super(_0x46a326),this[_0x48d554(0x1e6)]=null;}[_0x2ab958(0x1dd)](){const _0x3a15f1=_0x2ab958,_0x3be40d=this[_0x3a15f1(0x1e3)];_0x3be40d[_0x3a15f1(0x1e8)][_0x3a15f1(0x1e2)](_0x3f67c8,new _0x58a73b(_0x3be40d)),_0x3be40d[_0x3a15f1(0x1e8)][_0x3a15f1(0x1e2)](_0x34623e,new _0x4b7bea(_0x3be40d)),this[_0x3a15f1(0x1da)]=_0x3be40d[_0x3a15f1(0x1df)][_0x3a15f1(0x1db)](_0x3a15f1(0x1da));const _0x295dab=this[_0x3a15f1(0x1e3)];this[_0x3a15f1(0x1e6)]=setInterval(()=>{const _0x3a8a36=_0x3a15f1;let _0x5e0951;for(const _0x25833e in _0x295dab){const _0x53976a=_0x25833e,_0xe86584=_0x295dab[_0x53976a];if(_0x3a8a36(0x1e5)===_0xe86584||_0x3a8a36(0x1ec)===_0xe86584||_0x3a8a36(0x1dc)===_0xe86584||_0x3a8a36(0x1e1)===_0xe86584){delete _0x295dab[_0x53976a],_0x5e0951=_0xe86584;break;}}if(_0x3a8a36(0x1ec)===_0x5e0951)throw clearInterval(this[_0x3a8a36(0x1e6)]),new _0x2eabe2(_0x3a8a36(0x1d3),null);if(_0x3a8a36(0x1e5)===_0x5e0951&&console[_0x3a8a36(0x1e4)](_0x3a8a36(0x1e9)),_0x3a8a36(0x1e1)===_0x5e0951)throw clearInterval(this[_0x3a8a36(0x1e6)]),new _0x2eabe2(_0x3a8a36(0x1d4),null);_0x3a8a36(0x1dc)===_0x5e0951&&clearInterval(this[_0x3a8a36(0x1e6)]);},0x3e8);}[_0x2ab958(0x1d6)](){const _0x3caf4c=_0x2ab958;this[_0x3caf4c(0x1e6)]&&clearInterval(this[_0x3caf4c(0x1e6)]);}}
23
+ const _0x3b5bce=_0x2c22;(function(_0x2a2c84,_0x1c53a2){const _0x84bd4f=_0x2c22,_0x37053c=_0x2a2c84();while(!![]){try{const _0x229c08=-parseInt(_0x84bd4f(0xaf))/0x1*(-parseInt(_0x84bd4f(0xbc))/0x2)+parseInt(_0x84bd4f(0xb8))/0x3+parseInt(_0x84bd4f(0xbe))/0x4+-parseInt(_0x84bd4f(0xa5))/0x5+parseInt(_0x84bd4f(0xc1))/0x6+parseInt(_0x84bd4f(0xba))/0x7*(-parseInt(_0x84bd4f(0xb4))/0x8)+parseInt(_0x84bd4f(0xa8))/0x9*(-parseInt(_0x84bd4f(0xb0))/0xa);if(_0x229c08===_0x1c53a2)break;else _0x37053c['push'](_0x37053c['shift']());}catch(_0x37d931){_0x37053c['push'](_0x37053c['shift']());}}}(_0x5530,0xa31bd));function _0x2c22(_0x15b0d3,_0x68bb74){const _0x553008=_0x5530();return _0x2c22=function(_0x2c22e6,_0x30870f){_0x2c22e6=_0x2c22e6-0xa5;let _0x3408c1=_0x553008[_0x2c22e6];return _0x3408c1;},_0x2c22(_0x15b0d3,_0x68bb74);}import{Plugin as _0x904977}from'ckeditor5/src/core.js';import{CKEditorError as _0x59c27b}from'ckeditor5/src/utils.js';import _0x1e5124 from'./copyformatcommand.js';import _0x33d23b from'./pasteformatcommand.js';import{COPY_FORMAT_COMMAND_NAME as _0x3133a0,PASTE_FORMAT_COMMAND_NAME as _0x4ca27e}from'./utils.js';export default class o extends _0x904977{static get[_0x3b5bce(0xab)](){const _0x4e6453=_0x3b5bce;return _0x4e6453(0xc0);}constructor(_0x44a989){const _0xa56a1a=_0x3b5bce;super(_0x44a989),this[_0xa56a1a(0xb2)]=null;}[_0x3b5bce(0xbf)](){const _0x3765b1=_0x3b5bce,_0x3a4ebb=this[_0x3765b1(0xb9)];_0x3a4ebb[_0x3765b1(0xa9)][_0x3765b1(0xb1)](_0x3133a0,new _0x1e5124(_0x3a4ebb)),_0x3a4ebb[_0x3765b1(0xa9)][_0x3765b1(0xb1)](_0x4ca27e,new _0x33d23b(_0x3a4ebb)),this[_0x3765b1(0xbb)]=_0x3a4ebb[_0x3765b1(0xad)][_0x3765b1(0xaa)](_0x3765b1(0xbb));const _0xe62721=this[_0x3765b1(0xb9)];this[_0x3765b1(0xb2)]=setInterval(()=>{const _0x591049=_0x3765b1;let _0x146bb7;for(const _0x229d03 in _0xe62721){const _0x6ca9f5=_0x229d03,_0x350ba6=_0xe62721[_0x6ca9f5];if(_0x591049(0xb6)===_0x350ba6||_0x591049(0xb5)===_0x350ba6||_0x591049(0xb7)===_0x350ba6||_0x591049(0xae)===_0x350ba6){delete _0xe62721[_0x6ca9f5],_0x146bb7=_0x350ba6;break;}}if(_0x591049(0xb5)===_0x146bb7)throw clearInterval(this[_0x591049(0xb2)]),new _0x59c27b(_0x591049(0xbd),null);if(_0x591049(0xb6)===_0x146bb7&&console[_0x591049(0xac)](_0x591049(0xa6)),_0x591049(0xae)===_0x146bb7)throw clearInterval(this[_0x591049(0xb2)]),new _0x59c27b(_0x591049(0xb3),null);_0x591049(0xb7)===_0x146bb7&&clearInterval(this[_0x591049(0xb2)]);},0x3e8);}[_0x3b5bce(0xa7)](){const _0x16725b=_0x3b5bce;this[_0x16725b(0xb2)]&&clearInterval(this[_0x16725b(0xb2)]);}}function _0x5530(){const _0x45e198=['470236XpEaVt','format-painter-invalid-license-key','5149664PkZdpO','init','FormatPainterEditing','441246LRcVBX','654960yCClHe','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.','destroy','2332899wKwWKT','commands','get','pluginName','info','config','formatPainterLicenseKeyTrialLimit:operations','1VaXfyM','20fIZWLY','add','_licenseKeyCheckInterval','format-painter-trial-license-key-reached-limit-changes','56jTNCrg','formatPainterLicenseKeyInvalid','formatPainterLicenseKeyTrial','formatPainterLicenseKeyValid','2955573OkekEX','editor','1263759mdlmsM','licenseKey'];_0x5530=function(){return _0x45e198;};return _0x5530();}