@ckeditor/ckeditor5-format-painter 0.0.0-nightly-20240722.0 → 0.0.0-nightly-20240724.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (98) hide show
  1. package/build/format-painter.js +1 -1
  2. package/dist/index.js +2 -2
  3. package/dist/translations/ar.js +1 -1
  4. package/dist/translations/ar.umd.js +1 -1
  5. package/dist/translations/bg.js +1 -1
  6. package/dist/translations/bg.umd.js +1 -1
  7. package/dist/translations/bn.js +1 -1
  8. package/dist/translations/bn.umd.js +1 -1
  9. package/dist/translations/ca.js +1 -1
  10. package/dist/translations/ca.umd.js +1 -1
  11. package/dist/translations/cs.js +1 -1
  12. package/dist/translations/cs.umd.js +1 -1
  13. package/dist/translations/da.js +1 -1
  14. package/dist/translations/da.umd.js +1 -1
  15. package/dist/translations/de.js +1 -1
  16. package/dist/translations/de.umd.js +1 -1
  17. package/dist/translations/el.js +1 -1
  18. package/dist/translations/el.umd.js +1 -1
  19. package/dist/translations/en-au.js +1 -1
  20. package/dist/translations/en-au.umd.js +1 -1
  21. package/dist/translations/en.umd.js +1 -1
  22. package/dist/translations/es.js +1 -1
  23. package/dist/translations/es.umd.js +1 -1
  24. package/dist/translations/et.js +1 -1
  25. package/dist/translations/et.umd.js +1 -1
  26. package/dist/translations/fi.js +1 -1
  27. package/dist/translations/fi.umd.js +1 -1
  28. package/dist/translations/fr.js +1 -1
  29. package/dist/translations/fr.umd.js +1 -1
  30. package/dist/translations/gl.js +1 -1
  31. package/dist/translations/gl.umd.js +1 -1
  32. package/dist/translations/he.js +1 -1
  33. package/dist/translations/he.umd.js +1 -1
  34. package/dist/translations/hi.js +1 -1
  35. package/dist/translations/hi.umd.js +1 -1
  36. package/dist/translations/hr.js +1 -1
  37. package/dist/translations/hr.umd.js +1 -1
  38. package/dist/translations/hu.js +1 -1
  39. package/dist/translations/hu.umd.js +1 -1
  40. package/dist/translations/id.js +1 -1
  41. package/dist/translations/id.umd.js +1 -1
  42. package/dist/translations/it.js +1 -1
  43. package/dist/translations/it.umd.js +1 -1
  44. package/dist/translations/ja.js +1 -1
  45. package/dist/translations/ja.umd.js +1 -1
  46. package/dist/translations/ko.js +1 -1
  47. package/dist/translations/ko.umd.js +1 -1
  48. package/dist/translations/lt.js +1 -1
  49. package/dist/translations/lt.umd.js +1 -1
  50. package/dist/translations/lv.js +1 -1
  51. package/dist/translations/lv.umd.js +1 -1
  52. package/dist/translations/ms.js +1 -1
  53. package/dist/translations/ms.umd.js +1 -1
  54. package/dist/translations/nl.js +1 -1
  55. package/dist/translations/nl.umd.js +1 -1
  56. package/dist/translations/no.js +1 -1
  57. package/dist/translations/no.umd.js +1 -1
  58. package/dist/translations/pl.js +1 -1
  59. package/dist/translations/pl.umd.js +1 -1
  60. package/dist/translations/pt-br.js +1 -1
  61. package/dist/translations/pt-br.umd.js +1 -1
  62. package/dist/translations/pt.js +1 -1
  63. package/dist/translations/pt.umd.js +1 -1
  64. package/dist/translations/ro.js +1 -1
  65. package/dist/translations/ro.umd.js +1 -1
  66. package/dist/translations/ru.js +1 -1
  67. package/dist/translations/ru.umd.js +1 -1
  68. package/dist/translations/sk.js +1 -1
  69. package/dist/translations/sk.umd.js +1 -1
  70. package/dist/translations/sr-latn.js +1 -1
  71. package/dist/translations/sr-latn.umd.js +1 -1
  72. package/dist/translations/sr.js +1 -1
  73. package/dist/translations/sr.umd.js +1 -1
  74. package/dist/translations/sv.js +1 -1
  75. package/dist/translations/sv.umd.js +1 -1
  76. package/dist/translations/th.js +1 -1
  77. package/dist/translations/th.umd.js +1 -1
  78. package/dist/translations/tr.js +1 -1
  79. package/dist/translations/tr.umd.js +1 -1
  80. package/dist/translations/ug.js +1 -1
  81. package/dist/translations/ug.umd.js +1 -1
  82. package/dist/translations/uk.js +1 -1
  83. package/dist/translations/uk.umd.js +1 -1
  84. package/dist/translations/vi.js +1 -1
  85. package/dist/translations/vi.umd.js +1 -1
  86. package/dist/translations/zh-cn.js +1 -1
  87. package/dist/translations/zh-cn.umd.js +1 -1
  88. package/dist/translations/zh.js +1 -1
  89. package/dist/translations/zh.umd.js +1 -1
  90. package/package.json +3 -3
  91. package/src/copyformatcommand.js +1 -1
  92. package/src/formatpainter.js +1 -1
  93. package/src/formatpainterediting.js +1 -1
  94. package/src/formatpainterui.js +2 -2
  95. package/src/index.js +1 -1
  96. package/src/pasteformatcommand.js +1 -1
  97. package/src/utils/common-translations.js +1 -1
  98. package/src/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0xba3560=>{const {sr:{dictionary:_0x419ec3,getPluralForm:_0x5d2638}}={'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':_0x312a76=>_0x312a76%0xa==0x1&&_0x312a76%0x64!=0xb?0x0:_0x312a76%0xa>=0x2&&_0x312a76%0xa<=0x4&&(_0x312a76%0x64<0xa||_0x312a76%0x64>=0x14)?0x1:0x2}};_0xba3560['sr']||={'dictionary':{},'getPluralForm':null},_0xba3560['sr']['dictionary']=Object['assign'](_0xba3560['sr']['dictionary'],_0x419ec3),_0xba3560['sr']['getPluralForm']=_0x5d2638;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0xed2b77=>{const {sr:{dictionary:_0xa72450,getPluralForm:_0x518fa6}}={'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':_0x1df672=>_0x1df672%0xa==0x1&&_0x1df672%0x64!=0xb?0x0:_0x1df672%0xa>=0x2&&_0x1df672%0xa<=0x4&&(_0x1df672%0x64<0xa||_0x1df672%0x64>=0x14)?0x1:0x2}};_0xed2b77['sr']||={'dictionary':{},'getPluralForm':null},_0xed2b77['sr']['dictionary']=Object['assign'](_0xed2b77['sr']['dictionary'],_0xa72450),_0xed2b77['sr']['getPluralForm']=_0x518fa6;})(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':_0x2c6f5a=>0x1!=_0x2c6f5a}};
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':_0x51738a=>0x1!=_0x51738a}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x4fe960=>{const {sv:{dictionary:_0x474a51,getPluralForm:_0x569700}}={'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':_0x412579=>0x1!=_0x412579}};_0x4fe960['sv']||={'dictionary':{},'getPluralForm':null},_0x4fe960['sv']['dictionary']=Object['assign'](_0x4fe960['sv']['dictionary'],_0x474a51),_0x4fe960['sv']['getPluralForm']=_0x569700;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x5476af=>{const {sv:{dictionary:_0x443dca,getPluralForm:_0x5b0843}}={'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':_0x14bc61=>0x1!=_0x14bc61}};_0x5476af['sv']||={'dictionary':{},'getPluralForm':null},_0x5476af['sv']['dictionary']=Object['assign'](_0x5476af['sv']['dictionary'],_0x443dca),_0x5476af['sv']['getPluralForm']=_0x5b0843;})(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':_0x1595ef=>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':_0x5c3f65=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x5c9b87=>{const {th:{dictionary:_0x570b4c,getPluralForm:_0x26a57}}={'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':_0x516be8=>0x0}};_0x5c9b87['th']||={'dictionary':{},'getPluralForm':null},_0x5c9b87['th']['dictionary']=Object['assign'](_0x5c9b87['th']['dictionary'],_0x570b4c),_0x5c9b87['th']['getPluralForm']=_0x26a57;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x23a336=>{const {th:{dictionary:_0x1508cf,getPluralForm:_0x4b2468}}={'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':_0x14cf02=>0x0}};_0x23a336['th']||={'dictionary':{},'getPluralForm':null},_0x23a336['th']['dictionary']=Object['assign'](_0x23a336['th']['dictionary'],_0x1508cf),_0x23a336['th']['getPluralForm']=_0x4b2468;})(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':_0x2ef1e6=>_0x2ef1e6>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':_0x5ab614=>_0x5ab614>0x1}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x4a5378=>{const {tr:{dictionary:_0x4c2cd4,getPluralForm:_0x31058f}}={'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':_0x103a80=>_0x103a80>0x1}};_0x4a5378['tr']||={'dictionary':{},'getPluralForm':null},_0x4a5378['tr']['dictionary']=Object['assign'](_0x4a5378['tr']['dictionary'],_0x4c2cd4),_0x4a5378['tr']['getPluralForm']=_0x31058f;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x188871=>{const {tr:{dictionary:_0x21d512,getPluralForm:_0x1f11a9}}={'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':_0x193fae=>_0x193fae>0x1}};_0x188871['tr']||={'dictionary':{},'getPluralForm':null},_0x188871['tr']['dictionary']=Object['assign'](_0x188871['tr']['dictionary'],_0x21d512),_0x188871['tr']['getPluralForm']=_0x1f11a9;})(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':_0x95aa6e=>0x1!=_0x95aa6e}};
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':_0x2bbaaa=>0x1!=_0x2bbaaa}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x31d33e=>{const {ug:{dictionary:_0x514dea,getPluralForm:_0x27b67c}}={'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':_0x271ecd=>0x1!=_0x271ecd}};_0x31d33e['ug']||={'dictionary':{},'getPluralForm':null},_0x31d33e['ug']['dictionary']=Object['assign'](_0x31d33e['ug']['dictionary'],_0x514dea),_0x31d33e['ug']['getPluralForm']=_0x27b67c;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x159a4e=>{const {ug:{dictionary:_0x5045ae,getPluralForm:_0x1bf733}}={'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':_0x432813=>0x1!=_0x432813}};_0x159a4e['ug']||={'dictionary':{},'getPluralForm':null},_0x159a4e['ug']['dictionary']=Object['assign'](_0x159a4e['ug']['dictionary'],_0x5045ae),_0x159a4e['ug']['getPluralForm']=_0x1bf733;})(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':_0x47e73b=>_0x47e73b%0x1==0x0&&_0x47e73b%0xa==0x1&&_0x47e73b%0x64!=0xb?0x0:_0x47e73b%0x1==0x0&&_0x47e73b%0xa>=0x2&&_0x47e73b%0xa<=0x4&&(_0x47e73b%0x64<0xc||_0x47e73b%0x64>0xe)?0x1:_0x47e73b%0x1==0x0&&(_0x47e73b%0xa==0x0||_0x47e73b%0xa>=0x5&&_0x47e73b%0xa<=0x9||_0x47e73b%0x64>=0xb&&_0x47e73b%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':_0x67d68a=>_0x67d68a%0x1==0x0&&_0x67d68a%0xa==0x1&&_0x67d68a%0x64!=0xb?0x0:_0x67d68a%0x1==0x0&&_0x67d68a%0xa>=0x2&&_0x67d68a%0xa<=0x4&&(_0x67d68a%0x64<0xc||_0x67d68a%0x64>0xe)?0x1:_0x67d68a%0x1==0x0&&(_0x67d68a%0xa==0x0||_0x67d68a%0xa>=0x5&&_0x67d68a%0xa<=0x9||_0x67d68a%0x64>=0xb&&_0x67d68a%0x64<=0xe)?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x331e5f=>{const {uk:{dictionary:_0x24ae41,getPluralForm:_0x538b6c}}={'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':_0x26ee97=>_0x26ee97%0x1==0x0&&_0x26ee97%0xa==0x1&&_0x26ee97%0x64!=0xb?0x0:_0x26ee97%0x1==0x0&&_0x26ee97%0xa>=0x2&&_0x26ee97%0xa<=0x4&&(_0x26ee97%0x64<0xc||_0x26ee97%0x64>0xe)?0x1:_0x26ee97%0x1==0x0&&(_0x26ee97%0xa==0x0||_0x26ee97%0xa>=0x5&&_0x26ee97%0xa<=0x9||_0x26ee97%0x64>=0xb&&_0x26ee97%0x64<=0xe)?0x2:0x3}};_0x331e5f['uk']||={'dictionary':{},'getPluralForm':null},_0x331e5f['uk']['dictionary']=Object['assign'](_0x331e5f['uk']['dictionary'],_0x24ae41),_0x331e5f['uk']['getPluralForm']=_0x538b6c;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x5d338d=>{const {uk:{dictionary:_0x392378,getPluralForm:_0x1005ee}}={'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':_0x41d105=>_0x41d105%0x1==0x0&&_0x41d105%0xa==0x1&&_0x41d105%0x64!=0xb?0x0:_0x41d105%0x1==0x0&&_0x41d105%0xa>=0x2&&_0x41d105%0xa<=0x4&&(_0x41d105%0x64<0xc||_0x41d105%0x64>0xe)?0x1:_0x41d105%0x1==0x0&&(_0x41d105%0xa==0x0||_0x41d105%0xa>=0x5&&_0x41d105%0xa<=0x9||_0x41d105%0x64>=0xb&&_0x41d105%0x64<=0xe)?0x2:0x3}};_0x5d338d['uk']||={'dictionary':{},'getPluralForm':null},_0x5d338d['uk']['dictionary']=Object['assign'](_0x5d338d['uk']['dictionary'],_0x392378),_0x5d338d['uk']['getPluralForm']=_0x1005ee;})(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':_0x1b1448=>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':_0x34c8b4=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x3eb958=>{const {vi:{dictionary:_0x383e8d,getPluralForm:_0x117dc0}}={'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':_0x222a40=>0x0}};_0x3eb958['vi']||={'dictionary':{},'getPluralForm':null},_0x3eb958['vi']['dictionary']=Object['assign'](_0x3eb958['vi']['dictionary'],_0x383e8d),_0x3eb958['vi']['getPluralForm']=_0x117dc0;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3cb73f=>{const {vi:{dictionary:_0x182680,getPluralForm:_0x2c60be}}={'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':_0x406339=>0x0}};_0x3cb73f['vi']||={'dictionary':{},'getPluralForm':null},_0x3cb73f['vi']['dictionary']=Object['assign'](_0x3cb73f['vi']['dictionary'],_0x182680),_0x3cb73f['vi']['getPluralForm']=_0x2c60be;})(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':_0x255310=>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':_0x58f428=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x35479f=>{const {'zh-cn':{dictionary:_0x38f6ff,getPluralForm:_0x3fcc20}}={'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':_0x4fc1fb=>0x0}};_0x35479f['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x35479f['zh-cn']['dictionary']=Object['assign'](_0x35479f['zh-cn']['dictionary'],_0x38f6ff),_0x35479f['zh-cn']['getPluralForm']=_0x3fcc20;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x392a48=>{const {'zh-cn':{dictionary:_0x5ca9b3,getPluralForm:_0x420503}}={'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':_0x3b5908=>0x0}};_0x392a48['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x392a48['zh-cn']['dictionary']=Object['assign'](_0x392a48['zh-cn']['dictionary'],_0x5ca9b3),_0x392a48['zh-cn']['getPluralForm']=_0x420503;})(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':_0x2b342a=>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':_0x472a94=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x4cafe8=>{const {zh:{dictionary:_0x1a579a,getPluralForm:_0x395e27}}={'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':_0xb7570a=>0x0}};_0x4cafe8['zh']||={'dictionary':{},'getPluralForm':null},_0x4cafe8['zh']['dictionary']=Object['assign'](_0x4cafe8['zh']['dictionary'],_0x1a579a),_0x4cafe8['zh']['getPluralForm']=_0x395e27;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x23d8dd=>{const {zh:{dictionary:_0x2b33e1,getPluralForm:_0x1b035c}}={'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':_0x55bb7d=>0x0}};_0x23d8dd['zh']||={'dictionary':{},'getPluralForm':null},_0x23d8dd['zh']['dictionary']=Object['assign'](_0x23d8dd['zh']['dictionary'],_0x2b33e1),_0x23d8dd['zh']['getPluralForm']=_0x1b035c;})(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-20240722.0",
3
+ "version": "0.0.0-nightly-20240724.0",
4
4
  "description": "Format painter feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,8 +12,8 @@
12
12
  "type": "module",
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "ckeditor5": "0.0.0-nightly-20240722.0",
16
- "ckeditor5-collaboration": "0.0.0-nightly-20240722.0"
15
+ "ckeditor5": "0.0.0-nightly-20240724.0",
16
+ "ckeditor5-collaboration": "0.0.0-nightly-20240724.0"
17
17
  },
18
18
  "license": "SEE LICENSE IN LICENSE.md",
19
19
  "author": "CKSource (http://cksource.com/)",
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x59b3(_0x5a7098,_0x43af23){const _0x3aa1a2=_0x3aa1();return _0x59b3=function(_0x59b374,_0x202a21){_0x59b374=_0x59b374-0x158;let _0x447f2b=_0x3aa1a2[_0x59b374];return _0x447f2b;},_0x59b3(_0x5a7098,_0x43af23);}const _0x43df6a=_0x59b3;(function(_0x1ab001,_0x4ff2e8){const _0x78aa3d=_0x59b3,_0x40f859=_0x1ab001();while(!![]){try{const _0x536cf3=parseInt(_0x78aa3d(0x16d))/0x1+parseInt(_0x78aa3d(0x167))/0x2*(-parseInt(_0x78aa3d(0x16b))/0x3)+parseInt(_0x78aa3d(0x159))/0x4*(-parseInt(_0x78aa3d(0x158))/0x5)+parseInt(_0x78aa3d(0x15d))/0x6+-parseInt(_0x78aa3d(0x176))/0x7+-parseInt(_0x78aa3d(0x175))/0x8*(parseInt(_0x78aa3d(0x16e))/0x9)+parseInt(_0x78aa3d(0x166))/0xa*(parseInt(_0x78aa3d(0x15a))/0xb);if(_0x536cf3===_0x4ff2e8)break;else _0x40f859['push'](_0x40f859['shift']());}catch(_0x23bdf2){_0x40f859['push'](_0x40f859['shift']());}}}(_0x3aa1,0x61263));function _0x3aa1(){const _0xd4f771=['9gfaiVU','filter','editor','value','fromEntries','_getFormattingAttributes','isFormatting','2300632YYmseE','5088475jfTZzG','60770VqDmpt','16kvQUmQ','7403jCwugO','refresh','reset','1425600FhgsUD','model','commands','selection','getAttributes','change:value','document','getAttributeProperties','change:isEnabled','16360BZHHKf','4SOtyXC','from','get','schema','324663nxMoRd','execute','338857PngVKF'];_0x3aa1=function(){return _0xd4f771;};return _0x3aa1();}import{Command as _0xc52a8f}from'ckeditor5/src/core.js';import{PASTE_FORMAT_COMMAND_NAME as _0x545818}from'./utils.js';export default class r extends _0xc52a8f{constructor(_0x44c18a){const _0x2b9bbb=_0x59b3;super(_0x44c18a),this[_0x2b9bbb(0x171)]=void 0x0,this['on'](_0x2b9bbb(0x165),(_0x8d50f0,_0x1ec299,_0x13faaa)=>{const _0x24bdd9=_0x2b9bbb;_0x13faaa||this[_0x24bdd9(0x15c)]();}),this['on'](_0x2b9bbb(0x162),()=>_0x44c18a[_0x2b9bbb(0x15f)][_0x2b9bbb(0x169)](_0x545818)[_0x2b9bbb(0x15b)]());}[_0x43df6a(0x16c)](){const _0x2259e9=_0x43df6a;this[_0x2259e9(0x171)]=this[_0x2259e9(0x173)]();}[_0x43df6a(0x15c)](){const _0x377d3b=_0x43df6a;this[_0x377d3b(0x171)]=void 0x0;}[_0x43df6a(0x173)](){const _0x14751a=_0x43df6a,_0x994425=this[_0x14751a(0x170)][_0x14751a(0x15e)],_0x438b8c=_0x994425[_0x14751a(0x163)][_0x14751a(0x160)];return Object[_0x14751a(0x172)](Array[_0x14751a(0x168)](_0x438b8c[_0x14751a(0x161)]())[_0x14751a(0x16f)](([_0x4d2145])=>_0x994425[_0x14751a(0x16a)][_0x14751a(0x164)](_0x4d2145)[_0x14751a(0x174)]));}}
23
+ const _0x482695=_0x4776;function _0x490a(){const _0x50cfc6=['2kzJvde','model','65072HJfJaS','change:isEnabled','filter','from','selection','getAttributes','execute','schema','_getFormattingAttributes','refresh','13023wQGFcV','708SzNBEr','2603457FRSbJu','get','563250aqzFCm','document','value','commands','change:value','reset','4471524YofPTx','fromEntries','30588090WzvisB','166477cXccoJ','editor','553lIgoHl','isFormatting','getAttributeProperties'];_0x490a=function(){return _0x50cfc6;};return _0x490a();}(function(_0x2a0fa0,_0x4af4c4){const _0xd3ba82=_0x4776,_0x70a969=_0x2a0fa0();while(!![]){try{const _0x52a922=parseInt(_0xd3ba82(0x9e))/0x1*(-parseInt(_0xd3ba82(0xa3))/0x2)+-parseInt(_0xd3ba82(0x91))/0x3*(parseInt(_0xd3ba82(0x92))/0x4)+parseInt(_0xd3ba82(0x95))/0x5+-parseInt(_0xd3ba82(0x9b))/0x6+-parseInt(_0xd3ba82(0xa0))/0x7*(parseInt(_0xd3ba82(0xa5))/0x8)+-parseInt(_0xd3ba82(0x93))/0x9+parseInt(_0xd3ba82(0x9d))/0xa;if(_0x52a922===_0x4af4c4)break;else _0x70a969['push'](_0x70a969['shift']());}catch(_0x4278f8){_0x70a969['push'](_0x70a969['shift']());}}}(_0x490a,0x88998));import{Command as _0x4787b4}from'ckeditor5/src/core.js';function _0x4776(_0x2a6ca1,_0xf0230){const _0x490a86=_0x490a();return _0x4776=function(_0x4776e2,_0x4e4be8){_0x4776e2=_0x4776e2-0x89;let _0x70d7=_0x490a86[_0x4776e2];return _0x70d7;},_0x4776(_0x2a6ca1,_0xf0230);}import{PASTE_FORMAT_COMMAND_NAME as _0x33ef3f}from'./utils.js';export default class r extends _0x4787b4{constructor(_0x11120e){const _0x22f779=_0x4776;super(_0x11120e),this[_0x22f779(0x97)]=void 0x0,this['on'](_0x22f779(0xa6),(_0x1f3283,_0x55855e,_0x341e31)=>{const _0x4cf420=_0x22f779;_0x341e31||this[_0x4cf420(0x9a)]();}),this['on'](_0x22f779(0x99),()=>_0x11120e[_0x22f779(0x98)][_0x22f779(0x94)](_0x33ef3f)[_0x22f779(0x90)]());}[_0x482695(0x8d)](){const _0x2089e2=_0x482695;this[_0x2089e2(0x97)]=this[_0x2089e2(0x8f)]();}[_0x482695(0x9a)](){const _0x356aff=_0x482695;this[_0x356aff(0x97)]=void 0x0;}[_0x482695(0x8f)](){const _0x46649d=_0x482695,_0x1c3ce0=this[_0x46649d(0x9f)][_0x46649d(0xa4)],_0x3aa336=_0x1c3ce0[_0x46649d(0x96)][_0x46649d(0x8b)];return Object[_0x46649d(0x9c)](Array[_0x46649d(0x8a)](_0x3aa336[_0x46649d(0x8c)]())[_0x46649d(0x89)](([_0x4f179f])=>_0x1c3ce0[_0x46649d(0x8e)][_0x46649d(0xa2)](_0x4f179f)[_0x46649d(0xa1)]));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x580463=_0x2878;function _0x2878(_0x15d6dd,_0x5c1fde){var _0x2f7d57=_0x2f7d();return _0x2878=function(_0x287872,_0x215724){_0x287872=_0x287872-0x99;var _0x21b907=_0x2f7d57[_0x287872];return _0x21b907;},_0x2878(_0x15d6dd,_0x5c1fde);}(function(_0x19e07d,_0x335945){var _0x424fb9=_0x2878,_0x6a428b=_0x19e07d();while(!![]){try{var _0x145cf1=parseInt(_0x424fb9(0xa6))/0x1*(parseInt(_0x424fb9(0xa3))/0x2)+parseInt(_0x424fb9(0x99))/0x3*(-parseInt(_0x424fb9(0xa2))/0x4)+parseInt(_0x424fb9(0xa5))/0x5+parseInt(_0x424fb9(0x9c))/0x6+-parseInt(_0x424fb9(0xa4))/0x7*(parseInt(_0x424fb9(0xa0))/0x8)+parseInt(_0x424fb9(0xa1))/0x9+-parseInt(_0x424fb9(0x9e))/0xa*(parseInt(_0x424fb9(0x9d))/0xb);if(_0x145cf1===_0x335945)break;else _0x6a428b['push'](_0x6a428b['shift']());}catch(_0x39ad84){_0x6a428b['push'](_0x6a428b['shift']());}}}(_0x2f7d,0x1bad1));function _0x2f7d(){var _0x45cae7=['603110oDiWjF','6333YLDKSD','39mPXeMx','requires','FormatPainter','979428JWxRjq','4382301IFyJBV','10rvMDhv','pluginName','296tCYJjG','1428723IsWXeW','19996ZZERmQ','64Owcndd','12964pKxCuZ'];_0x2f7d=function(){return _0x45cae7;};return _0x2f7d();}import{Plugin as _0x5a5ceb}from'ckeditor5/src/core.js';import _0x389e15 from'./formatpainterediting.js';import _0x3af63d from'./formatpainterui.js';export default class m extends _0x5a5ceb{static get[_0x580463(0x9a)](){return[_0x389e15,_0x3af63d];}static get[_0x580463(0x9f)](){var _0x23eaf5=_0x580463;return _0x23eaf5(0x9b);}}
23
+ var _0x4f3b12=_0x1cb5;(function(_0x122e65,_0x14b04c){var _0x330fab=_0x1cb5,_0xeab98a=_0x122e65();while(!![]){try{var _0x11987b=parseInt(_0x330fab(0xe4))/0x1*(-parseInt(_0x330fab(0xdf))/0x2)+parseInt(_0x330fab(0xdd))/0x3*(-parseInt(_0x330fab(0xdb))/0x4)+parseInt(_0x330fab(0xe1))/0x5*(parseInt(_0x330fab(0xde))/0x6)+parseInt(_0x330fab(0xd9))/0x7+-parseInt(_0x330fab(0xe5))/0x8*(parseInt(_0x330fab(0xd7))/0x9)+-parseInt(_0x330fab(0xd8))/0xa*(parseInt(_0x330fab(0xe2))/0xb)+parseInt(_0x330fab(0xdc))/0xc*(parseInt(_0x330fab(0xda))/0xd);if(_0x11987b===_0x14b04c)break;else _0xeab98a['push'](_0xeab98a['shift']());}catch(_0xc8820d){_0xeab98a['push'](_0xeab98a['shift']());}}}(_0x404e,0xea690));function _0x404e(){var _0x4eeac0=['FormatPainter','434mRUVOc','8ywepaO','pluginName','3993885WyEUkL','10JkIshu','1140713MiCYhi','19302972YoFVDF','696JsdLmM','12zLPXcF','1368ICVPrr','3606fLjtYZ','376YcLdnF','requires','13480VGKZCL','18735794hrfJyE'];_0x404e=function(){return _0x4eeac0;};return _0x404e();}import{Plugin as _0x4c7432}from'ckeditor5/src/core.js';import _0x456380 from'./formatpainterediting.js';function _0x1cb5(_0x31104e,_0x3448e2){var _0x404ef0=_0x404e();return _0x1cb5=function(_0x1cb5a2,_0x3ee228){_0x1cb5a2=_0x1cb5a2-0xd6;var _0x358242=_0x404ef0[_0x1cb5a2];return _0x358242;},_0x1cb5(_0x31104e,_0x3448e2);}import _0x1eaf4c from'./formatpainterui.js';export default class m extends _0x4c7432{static get[_0x4f3b12(0xe0)](){return[_0x456380,_0x1eaf4c];}static get[_0x4f3b12(0xd6)](){var _0x349fe1=_0x4f3b12;return _0x349fe1(0xe3);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2d9b34=_0x2788;(function(_0x584224,_0x570b2c){const _0x1f92ae=_0x2788,_0x2479cf=_0x584224();while(!![]){try{const _0x18fc3a=parseInt(_0x1f92ae(0x1e6))/0x1*(-parseInt(_0x1f92ae(0x1e7))/0x2)+parseInt(_0x1f92ae(0x1ed))/0x3*(parseInt(_0x1f92ae(0x1e4))/0x4)+-parseInt(_0x1f92ae(0x1f9))/0x5+-parseInt(_0x1f92ae(0x1ef))/0x6*(-parseInt(_0x1f92ae(0x1f0))/0x7)+-parseInt(_0x1f92ae(0x1f4))/0x8*(parseInt(_0x1f92ae(0x1f5))/0x9)+-parseInt(_0x1f92ae(0x1ea))/0xa+parseInt(_0x1f92ae(0x1fd))/0xb*(parseInt(_0x1f92ae(0x1f1))/0xc);if(_0x18fc3a===_0x570b2c)break;else _0x2479cf['push'](_0x2479cf['shift']());}catch(_0x107544){_0x2479cf['push'](_0x2479cf['shift']());}}}(_0x273d,0xb7aeb));import{Plugin as _0x6384e5}from'ckeditor5/src/core.js';import{CKEditorError as _0xf9a1f6}from'ckeditor5/src/utils.js';import _0x494fbf from'./copyformatcommand.js';function _0x2788(_0x28f952,_0x4544a6){const _0x273dc7=_0x273d();return _0x2788=function(_0x278872,_0x33c5c3){_0x278872=_0x278872-0x1e0;let _0x306832=_0x273dc7[_0x278872];return _0x306832;},_0x2788(_0x28f952,_0x4544a6);}function _0x273d(){const _0x5f38fa=['84vjTdDe','get','add','357456ODWnIK','81GoHmod','destroy','init','format-painter-trial-license-key-reached-limit-changes','3960175rgXFFb','info','config','editor','5018123yHcMGe','commands','licenseKey','_licenseKeyCheckInterval','pluginName','formatPainterLicenseKeyTrial','36412wFUbhG','formatPainterLicenseKeyValid','12hgyvmi','113318yMYCsW','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.','formatPainterLicenseKeyInvalid','8229150JMitgX','FormatPainterEditing','format-painter-invalid-license-key','21lmLVlp','formatPainterLicenseKeyTrialLimit:operations','102WIhwHV','79177onPTHC'];_0x273d=function(){return _0x5f38fa;};return _0x273d();}import _0x1b194a from'./pasteformatcommand.js';import{COPY_FORMAT_COMMAND_NAME as _0x13d1e7,PASTE_FORMAT_COMMAND_NAME as _0x55b3a7}from'./utils.js';export default class o extends _0x6384e5{static get[_0x2d9b34(0x1e2)](){const _0xa3e165=_0x2d9b34;return _0xa3e165(0x1eb);}constructor(_0x5a41d0){const _0x4d508d=_0x2d9b34;super(_0x5a41d0),this[_0x4d508d(0x1e1)]=null;}[_0x2d9b34(0x1f7)](){const _0x1aec64=_0x2d9b34,_0x2a8b93=this[_0x1aec64(0x1fc)];_0x2a8b93[_0x1aec64(0x1fe)][_0x1aec64(0x1f3)](_0x13d1e7,new _0x494fbf(_0x2a8b93)),_0x2a8b93[_0x1aec64(0x1fe)][_0x1aec64(0x1f3)](_0x55b3a7,new _0x1b194a(_0x2a8b93)),this[_0x1aec64(0x1e0)]=_0x2a8b93[_0x1aec64(0x1fb)][_0x1aec64(0x1f2)](_0x1aec64(0x1e0));const _0x4a7d17=this[_0x1aec64(0x1fc)];this[_0x1aec64(0x1e1)]=setInterval(()=>{const _0x192f60=_0x1aec64;let _0x90c4ac;for(const _0x3725ec in _0x4a7d17){const _0x5ac8ed=_0x3725ec,_0x4f5398=_0x4a7d17[_0x5ac8ed];if(_0x192f60(0x1e3)===_0x4f5398||_0x192f60(0x1e9)===_0x4f5398||_0x192f60(0x1e5)===_0x4f5398||_0x192f60(0x1ee)===_0x4f5398){delete _0x4a7d17[_0x5ac8ed],_0x90c4ac=_0x4f5398;break;}}if(_0x192f60(0x1e9)===_0x90c4ac)throw clearInterval(this[_0x192f60(0x1e1)]),new _0xf9a1f6(_0x192f60(0x1ec),null);if(_0x192f60(0x1e3)===_0x90c4ac&&console[_0x192f60(0x1fa)](_0x192f60(0x1e8)),_0x192f60(0x1ee)===_0x90c4ac)throw clearInterval(this[_0x192f60(0x1e1)]),new _0xf9a1f6(_0x192f60(0x1f8),null);_0x192f60(0x1e5)===_0x90c4ac&&clearInterval(this[_0x192f60(0x1e1)]);},0x3e8);}[_0x2d9b34(0x1f6)](){const _0x2b7812=_0x2d9b34;this[_0x2b7812(0x1e1)]&&clearInterval(this[_0x2b7812(0x1e1)]);}}
23
+ const _0x48b7d7=_0x3ad2;(function(_0x206c75,_0x18ab4a){const _0x58b094=_0x3ad2,_0x4ce260=_0x206c75();while(!![]){try{const _0x32c332=parseInt(_0x58b094(0x182))/0x1*(-parseInt(_0x58b094(0x178))/0x2)+-parseInt(_0x58b094(0x195))/0x3+-parseInt(_0x58b094(0x18a))/0x4*(-parseInt(_0x58b094(0x190))/0x5)+parseInt(_0x58b094(0x184))/0x6*(parseInt(_0x58b094(0x194))/0x7)+-parseInt(_0x58b094(0x185))/0x8+parseInt(_0x58b094(0x193))/0x9+parseInt(_0x58b094(0x18c))/0xa*(parseInt(_0x58b094(0x187))/0xb);if(_0x32c332===_0x18ab4a)break;else _0x4ce260['push'](_0x4ce260['shift']());}catch(_0x545ff5){_0x4ce260['push'](_0x4ce260['shift']());}}}(_0xb12c,0xa722f));import{Plugin as _0x20de22}from'ckeditor5/src/core.js';import{CKEditorError as _0x2ec0db}from'ckeditor5/src/utils.js';import _0x33d7e2 from'./copyformatcommand.js';import _0x4dc774 from'./pasteformatcommand.js';function _0xb12c(){const _0x148503=['22kJVvFU','pluginName','formatPainterLicenseKeyInvalid','303152CGiKwW','config','9338710SATeiL','_licenseKeyCheckInterval','info','destroy','5mhuIFJ','formatPainterLicenseKeyTrial','You\x20are\x20using\x20the\x20trial\x20version\x20of\x20CKEditor\x205\x20format\x20painter\x20plugin\x20with\x20limited\x20usage.\x20Make\x20sure\x20you\x20will\x20not\x20use\x20it\x20in\x20the\x20production\x20environment.','11942406Ybbosv','7hoRfHH','3389901yOtOhk','2153562HUONwX','format-painter-invalid-license-key','formatPainterLicenseKeyValid','commands','add','init','editor','licenseKey','FormatPainterEditing','format-painter-trial-license-key-reached-limit-changes','1WiQxfE','get','1286694hOXOtp','4748592BGYxFk','formatPainterLicenseKeyTrialLimit:operations'];_0xb12c=function(){return _0x148503;};return _0xb12c();}import{COPY_FORMAT_COMMAND_NAME as _0x5e8d1e,PASTE_FORMAT_COMMAND_NAME as _0x4afd63}from'./utils.js';function _0x3ad2(_0x4c4816,_0x3e4b09){const _0xb12ccb=_0xb12c();return _0x3ad2=function(_0x3ad2d9,_0x1de9c5){_0x3ad2d9=_0x3ad2d9-0x178;let _0x15a4a8=_0xb12ccb[_0x3ad2d9];return _0x15a4a8;},_0x3ad2(_0x4c4816,_0x3e4b09);}export default class o extends _0x20de22{static get[_0x48b7d7(0x188)](){const _0x11b2ba=_0x48b7d7;return _0x11b2ba(0x180);}constructor(_0x303cd7){const _0x485759=_0x48b7d7;super(_0x303cd7),this[_0x485759(0x18d)]=null;}[_0x48b7d7(0x17d)](){const _0x5eb7b7=_0x48b7d7,_0x402ddf=this[_0x5eb7b7(0x17e)];_0x402ddf[_0x5eb7b7(0x17b)][_0x5eb7b7(0x17c)](_0x5e8d1e,new _0x33d7e2(_0x402ddf)),_0x402ddf[_0x5eb7b7(0x17b)][_0x5eb7b7(0x17c)](_0x4afd63,new _0x4dc774(_0x402ddf)),this[_0x5eb7b7(0x17f)]=_0x402ddf[_0x5eb7b7(0x18b)][_0x5eb7b7(0x183)](_0x5eb7b7(0x17f));const _0x17164e=this[_0x5eb7b7(0x17e)];this[_0x5eb7b7(0x18d)]=setInterval(()=>{const _0xfac1b4=_0x5eb7b7;let _0x5479b3;for(const _0x5cf1b2 in _0x17164e){const _0x307b46=_0x5cf1b2,_0x2a1e71=_0x17164e[_0x307b46];if(_0xfac1b4(0x191)===_0x2a1e71||_0xfac1b4(0x189)===_0x2a1e71||_0xfac1b4(0x17a)===_0x2a1e71||_0xfac1b4(0x186)===_0x2a1e71){delete _0x17164e[_0x307b46],_0x5479b3=_0x2a1e71;break;}}if(_0xfac1b4(0x189)===_0x5479b3)throw clearInterval(this[_0xfac1b4(0x18d)]),new _0x2ec0db(_0xfac1b4(0x179),null);if(_0xfac1b4(0x191)===_0x5479b3&&console[_0xfac1b4(0x18e)](_0xfac1b4(0x192)),_0xfac1b4(0x186)===_0x5479b3)throw clearInterval(this[_0xfac1b4(0x18d)]),new _0x2ec0db(_0xfac1b4(0x181),null);_0xfac1b4(0x17a)===_0x5479b3&&clearInterval(this[_0xfac1b4(0x18d)]);},0x3e8);}[_0x48b7d7(0x18f)](){const _0x61ec40=_0x48b7d7;this[_0x61ec40(0x18d)]&&clearInterval(this[_0x61ec40(0x18d)]);}}