@ckeditor/ckeditor5-format-painter 43.0.0-alpha.5 → 43.0.0-alpha.6

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 +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
- (_0x45062c=>{const {sr:{dictionary:_0x150375,getPluralForm:_0x375661}}={'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':_0x45d2d3=>_0x45d2d3%0xa==0x1&&_0x45d2d3%0x64!=0xb?0x0:_0x45d2d3%0xa>=0x2&&_0x45d2d3%0xa<=0x4&&(_0x45d2d3%0x64<0xa||_0x45d2d3%0x64>=0x14)?0x1:0x2}};_0x45062c['sr']||={'dictionary':{},'getPluralForm':null},_0x45062c['sr']['dictionary']=Object['assign'](_0x45062c['sr']['dictionary'],_0x150375),_0x45062c['sr']['getPluralForm']=_0x375661;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2e72e0=>{const {sr:{dictionary:_0x1316f8,getPluralForm:_0x1be165}}={'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':_0x3a6237=>_0x3a6237%0xa==0x1&&_0x3a6237%0x64!=0xb?0x0:_0x3a6237%0xa>=0x2&&_0x3a6237%0xa<=0x4&&(_0x3a6237%0x64<0xa||_0x3a6237%0x64>=0x14)?0x1:0x2}};_0x2e72e0['sr']||={'dictionary':{},'getPluralForm':null},_0x2e72e0['sr']['dictionary']=Object['assign'](_0x2e72e0['sr']['dictionary'],_0x1316f8),_0x2e72e0['sr']['getPluralForm']=_0x1be165;})(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':_0x5160f5=>0x1!=_0x5160f5}};
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':_0x5235ab=>0x1!=_0x5235ab}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x38880d=>{const {sv:{dictionary:_0x3370da,getPluralForm:_0x58372e}}={'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':_0x277f95=>0x1!=_0x277f95}};_0x38880d['sv']||={'dictionary':{},'getPluralForm':null},_0x38880d['sv']['dictionary']=Object['assign'](_0x38880d['sv']['dictionary'],_0x3370da),_0x38880d['sv']['getPluralForm']=_0x58372e;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x5a126e=>{const {sv:{dictionary:_0x566b65,getPluralForm:_0x25d533}}={'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':_0x594393=>0x1!=_0x594393}};_0x5a126e['sv']||={'dictionary':{},'getPluralForm':null},_0x5a126e['sv']['dictionary']=Object['assign'](_0x5a126e['sv']['dictionary'],_0x566b65),_0x5a126e['sv']['getPluralForm']=_0x25d533;})(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':_0x229967=>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':_0x4ca430=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x32eb36=>{const {th:{dictionary:_0x44c1ec,getPluralForm:_0x2850b9}}={'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':_0x401134=>0x0}};_0x32eb36['th']||={'dictionary':{},'getPluralForm':null},_0x32eb36['th']['dictionary']=Object['assign'](_0x32eb36['th']['dictionary'],_0x44c1ec),_0x32eb36['th']['getPluralForm']=_0x2850b9;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x236e44=>{const {th:{dictionary:_0x314f01,getPluralForm:_0xf91e3b}}={'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':_0x1b2e25=>0x0}};_0x236e44['th']||={'dictionary':{},'getPluralForm':null},_0x236e44['th']['dictionary']=Object['assign'](_0x236e44['th']['dictionary'],_0x314f01),_0x236e44['th']['getPluralForm']=_0xf91e3b;})(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':_0x2f7ad7=>_0x2f7ad7>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':_0x44fad5=>_0x44fad5>0x1}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x504f5=>{const {tr:{dictionary:_0x4720bc,getPluralForm:_0x504293}}={'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':_0x3beb03=>_0x3beb03>0x1}};_0x504f5['tr']||={'dictionary':{},'getPluralForm':null},_0x504f5['tr']['dictionary']=Object['assign'](_0x504f5['tr']['dictionary'],_0x4720bc),_0x504f5['tr']['getPluralForm']=_0x504293;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x4d7471=>{const {tr:{dictionary:_0x21f679,getPluralForm:_0x38d3cc}}={'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':_0x1abc72=>_0x1abc72>0x1}};_0x4d7471['tr']||={'dictionary':{},'getPluralForm':null},_0x4d7471['tr']['dictionary']=Object['assign'](_0x4d7471['tr']['dictionary'],_0x21f679),_0x4d7471['tr']['getPluralForm']=_0x38d3cc;})(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':_0x545c07=>0x1!=_0x545c07}};
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':_0x3cdcdd=>0x1!=_0x3cdcdd}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x58d3ef=>{const {ug:{dictionary:_0x58ae2f,getPluralForm:_0x51b30c}}={'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':_0x480d76=>0x1!=_0x480d76}};_0x58d3ef['ug']||={'dictionary':{},'getPluralForm':null},_0x58d3ef['ug']['dictionary']=Object['assign'](_0x58d3ef['ug']['dictionary'],_0x58ae2f),_0x58d3ef['ug']['getPluralForm']=_0x51b30c;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2afa0b=>{const {ug:{dictionary:_0x437bda,getPluralForm:_0x356c63}}={'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':_0xe6590f=>0x1!=_0xe6590f}};_0x2afa0b['ug']||={'dictionary':{},'getPluralForm':null},_0x2afa0b['ug']['dictionary']=Object['assign'](_0x2afa0b['ug']['dictionary'],_0x437bda),_0x2afa0b['ug']['getPluralForm']=_0x356c63;})(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':_0x6f649=>_0x6f649%0x1==0x0&&_0x6f649%0xa==0x1&&_0x6f649%0x64!=0xb?0x0:_0x6f649%0x1==0x0&&_0x6f649%0xa>=0x2&&_0x6f649%0xa<=0x4&&(_0x6f649%0x64<0xc||_0x6f649%0x64>0xe)?0x1:_0x6f649%0x1==0x0&&(_0x6f649%0xa==0x0||_0x6f649%0xa>=0x5&&_0x6f649%0xa<=0x9||_0x6f649%0x64>=0xb&&_0x6f649%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':_0x1b2998=>_0x1b2998%0x1==0x0&&_0x1b2998%0xa==0x1&&_0x1b2998%0x64!=0xb?0x0:_0x1b2998%0x1==0x0&&_0x1b2998%0xa>=0x2&&_0x1b2998%0xa<=0x4&&(_0x1b2998%0x64<0xc||_0x1b2998%0x64>0xe)?0x1:_0x1b2998%0x1==0x0&&(_0x1b2998%0xa==0x0||_0x1b2998%0xa>=0x5&&_0x1b2998%0xa<=0x9||_0x1b2998%0x64>=0xb&&_0x1b2998%0x64<=0xe)?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2636db=>{const {uk:{dictionary:_0x97c085,getPluralForm:_0x4f2299}}={'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':_0x54083f=>_0x54083f%0x1==0x0&&_0x54083f%0xa==0x1&&_0x54083f%0x64!=0xb?0x0:_0x54083f%0x1==0x0&&_0x54083f%0xa>=0x2&&_0x54083f%0xa<=0x4&&(_0x54083f%0x64<0xc||_0x54083f%0x64>0xe)?0x1:_0x54083f%0x1==0x0&&(_0x54083f%0xa==0x0||_0x54083f%0xa>=0x5&&_0x54083f%0xa<=0x9||_0x54083f%0x64>=0xb&&_0x54083f%0x64<=0xe)?0x2:0x3}};_0x2636db['uk']||={'dictionary':{},'getPluralForm':null},_0x2636db['uk']['dictionary']=Object['assign'](_0x2636db['uk']['dictionary'],_0x97c085),_0x2636db['uk']['getPluralForm']=_0x4f2299;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x4ea355=>{const {uk:{dictionary:_0xe1196f,getPluralForm:_0x443398}}={'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':_0x4063b3=>_0x4063b3%0x1==0x0&&_0x4063b3%0xa==0x1&&_0x4063b3%0x64!=0xb?0x0:_0x4063b3%0x1==0x0&&_0x4063b3%0xa>=0x2&&_0x4063b3%0xa<=0x4&&(_0x4063b3%0x64<0xc||_0x4063b3%0x64>0xe)?0x1:_0x4063b3%0x1==0x0&&(_0x4063b3%0xa==0x0||_0x4063b3%0xa>=0x5&&_0x4063b3%0xa<=0x9||_0x4063b3%0x64>=0xb&&_0x4063b3%0x64<=0xe)?0x2:0x3}};_0x4ea355['uk']||={'dictionary':{},'getPluralForm':null},_0x4ea355['uk']['dictionary']=Object['assign'](_0x4ea355['uk']['dictionary'],_0xe1196f),_0x4ea355['uk']['getPluralForm']=_0x443398;})(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':_0x250a2c=>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':_0x50fff4=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x26f5df=>{const {vi:{dictionary:_0x172367,getPluralForm:_0x47f60d}}={'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':_0x466cdc=>0x0}};_0x26f5df['vi']||={'dictionary':{},'getPluralForm':null},_0x26f5df['vi']['dictionary']=Object['assign'](_0x26f5df['vi']['dictionary'],_0x172367),_0x26f5df['vi']['getPluralForm']=_0x47f60d;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x596457=>{const {vi:{dictionary:_0x1cc4c2,getPluralForm:_0x14bc5e}}={'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':_0x22442c=>0x0}};_0x596457['vi']||={'dictionary':{},'getPluralForm':null},_0x596457['vi']['dictionary']=Object['assign'](_0x596457['vi']['dictionary'],_0x1cc4c2),_0x596457['vi']['getPluralForm']=_0x14bc5e;})(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':_0x37bdb0=>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':_0x2cb134=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x5b39a9=>{const {'zh-cn':{dictionary:_0x3a0f90,getPluralForm:_0x266bdd}}={'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':_0x29621a=>0x0}};_0x5b39a9['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x5b39a9['zh-cn']['dictionary']=Object['assign'](_0x5b39a9['zh-cn']['dictionary'],_0x3a0f90),_0x5b39a9['zh-cn']['getPluralForm']=_0x266bdd;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2c3f62=>{const {'zh-cn':{dictionary:_0x4c96ea,getPluralForm:_0x3a36f3}}={'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':_0x2f4e51=>0x0}};_0x2c3f62['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x2c3f62['zh-cn']['dictionary']=Object['assign'](_0x2c3f62['zh-cn']['dictionary'],_0x4c96ea),_0x2c3f62['zh-cn']['getPluralForm']=_0x3a36f3;})(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':_0xf37b4e=>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':_0xb9b1ca=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x3ca3ae=>{const {zh:{dictionary:_0x9a2f57,getPluralForm:_0x246ac3}}={'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':_0xe5e8ab=>0x0}};_0x3ca3ae['zh']||={'dictionary':{},'getPluralForm':null},_0x3ca3ae['zh']['dictionary']=Object['assign'](_0x3ca3ae['zh']['dictionary'],_0x9a2f57),_0x3ca3ae['zh']['getPluralForm']=_0x246ac3;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x1eebb5=>{const {zh:{dictionary:_0x89ca9d,getPluralForm:_0x3ec877}}={'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':_0x303b28=>0x0}};_0x1eebb5['zh']||={'dictionary':{},'getPluralForm':null},_0x1eebb5['zh']['dictionary']=Object['assign'](_0x1eebb5['zh']['dictionary'],_0x89ca9d),_0x1eebb5['zh']['getPluralForm']=_0x3ec877;})(window['CKEDITOR_TRANSLATIONS']||={});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-format-painter",
3
- "version": "43.0.0-alpha.5",
3
+ "version": "43.0.0-alpha.6",
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": "43.0.0-alpha.5",
16
- "@ckeditor/ckeditor5-engine": "43.0.0-alpha.5",
17
- "@ckeditor/ckeditor5-ui": "43.0.0-alpha.5",
18
- "@ckeditor/ckeditor5-utils": "43.0.0-alpha.5",
19
- "ckeditor5": "43.0.0-alpha.5",
20
- "ckeditor5-collaboration": "43.0.0-alpha.5"
15
+ "@ckeditor/ckeditor5-core": "43.0.0-alpha.6",
16
+ "@ckeditor/ckeditor5-engine": "43.0.0-alpha.6",
17
+ "@ckeditor/ckeditor5-ui": "43.0.0-alpha.6",
18
+ "@ckeditor/ckeditor5-utils": "43.0.0-alpha.6",
19
+ "ckeditor5": "43.0.0-alpha.6",
20
+ "ckeditor5-collaboration": "43.0.0-alpha.6"
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 _0x5dc7c1=_0x484f;(function(_0x16d2ff,_0x3af8eb){const _0x3411a6=_0x484f,_0x127540=_0x16d2ff();while(!![]){try{const _0x1cbf62=-parseInt(_0x3411a6(0x1b9))/0x1+parseInt(_0x3411a6(0x1b6))/0x2+parseInt(_0x3411a6(0x1af))/0x3+parseInt(_0x3411a6(0x1b3))/0x4+-parseInt(_0x3411a6(0x1b5))/0x5+-parseInt(_0x3411a6(0x1ae))/0x6+-parseInt(_0x3411a6(0x1a6))/0x7*(-parseInt(_0x3411a6(0x1bd))/0x8);if(_0x1cbf62===_0x3af8eb)break;else _0x127540['push'](_0x127540['shift']());}catch(_0x3c2c8e){_0x127540['push'](_0x127540['shift']());}}}(_0x3850,0x53e6b));function _0x484f(_0x76c93e,_0x46aa96){const _0x3850e3=_0x3850();return _0x484f=function(_0x484f65,_0x4d195d){_0x484f65=_0x484f65-0x1a6;let _0x6a1043=_0x3850e3[_0x484f65];return _0x6a1043;},_0x484f(_0x76c93e,_0x46aa96);}function _0x3850(){const _0x3671db=['from','reset','fromEntries','105tJoNfH','refresh','selection','change:value','model','commands','value','change:isEnabled','1870308PQLpeU','1155567PNoDac','editor','isFormatting','getAttributeProperties','640144CEDyRT','getAttributes','1030815AhqQxv','55500PFFKSO','schema','document','406940eWCxYp','filter','get','execute','370936Uwqypu','_getFormattingAttributes'];_0x3850=function(){return _0x3671db;};return _0x3850();}import{Command as _0x5a4ed7}from'ckeditor5/src/core.js';import{PASTE_FORMAT_COMMAND_NAME as _0x13cd4e}from'./utils.js';export default class r extends _0x5a4ed7{constructor(_0x54f3e0){const _0x547d54=_0x484f;super(_0x54f3e0),this[_0x547d54(0x1ac)]=void 0x0,this['on'](_0x547d54(0x1ad),(_0x16623e,_0x301734,_0x46ca07)=>{const _0x3c537b=_0x547d54;_0x46ca07||this[_0x3c537b(0x1c0)]();}),this['on'](_0x547d54(0x1a9),()=>_0x54f3e0[_0x547d54(0x1ab)][_0x547d54(0x1bb)](_0x13cd4e)[_0x547d54(0x1a7)]());}[_0x5dc7c1(0x1bc)](){const _0x9a291f=_0x5dc7c1;this[_0x9a291f(0x1ac)]=this[_0x9a291f(0x1be)]();}[_0x5dc7c1(0x1c0)](){const _0x2d8edc=_0x5dc7c1;this[_0x2d8edc(0x1ac)]=void 0x0;}[_0x5dc7c1(0x1be)](){const _0x49b18a=_0x5dc7c1,_0x262940=this[_0x49b18a(0x1b0)][_0x49b18a(0x1aa)],_0x3cfca5=_0x262940[_0x49b18a(0x1b8)][_0x49b18a(0x1a8)];return Object[_0x49b18a(0x1c1)](Array[_0x49b18a(0x1bf)](_0x3cfca5[_0x49b18a(0x1b4)]())[_0x49b18a(0x1ba)](([_0x306180])=>_0x262940[_0x49b18a(0x1b7)][_0x49b18a(0x1b2)](_0x306180)[_0x49b18a(0x1b1)]));}}
23
+ const _0xb9c90=_0x5d1b;(function(_0xb007f1,_0x21b019){const _0xae0ec4=_0x5d1b,_0x14c3d6=_0xb007f1();while(!![]){try{const _0x3605e9=-parseInt(_0xae0ec4(0x151))/0x1+-parseInt(_0xae0ec4(0x158))/0x2*(-parseInt(_0xae0ec4(0x15f))/0x3)+parseInt(_0xae0ec4(0x169))/0x4*(-parseInt(_0xae0ec4(0x15d))/0x5)+parseInt(_0xae0ec4(0x153))/0x6*(parseInt(_0xae0ec4(0x160))/0x7)+-parseInt(_0xae0ec4(0x164))/0x8+-parseInt(_0xae0ec4(0x152))/0x9*(parseInt(_0xae0ec4(0x163))/0xa)+parseInt(_0xae0ec4(0x165))/0xb;if(_0x3605e9===_0x21b019)break;else _0x14c3d6['push'](_0x14c3d6['shift']());}catch(_0x30ddfd){_0x14c3d6['push'](_0x14c3d6['shift']());}}}(_0x7a8b,0x3a786));import{Command as _0x2fbec5}from'ckeditor5/src/core.js';import{PASTE_FORMAT_COMMAND_NAME as _0x214823}from'./utils.js';function _0x5d1b(_0x35c962,_0x3038d9){const _0x7a8b91=_0x7a8b();return _0x5d1b=function(_0x5d1b3d,_0x3c81ce){_0x5d1b3d=_0x5d1b3d-0x14b;let _0x2d265f=_0x7a8b91[_0x5d1b3d];return _0x2d265f;},_0x5d1b(_0x35c962,_0x3038d9);}function _0x7a8b(){const _0x4034b2=['isFormatting','filter','728632gYOGjk','get','change:value','editor','value','5keFOuY','change:isEnabled','3aNJrWS','14FZDWgV','_getFormattingAttributes','schema','94310MIHjOH','1590304BJJsbk','4735423ztyHYK','refresh','getAttributes','getAttributeProperties','152220GkfmEW','model','from','fromEntries','selection','document','commands','133331ZjRVOI','297lbIpPy','378246BZqDjo','execute','reset'];_0x7a8b=function(){return _0x4034b2;};return _0x7a8b();}export default class r extends _0x2fbec5{constructor(_0x47fe5e){const _0x20faa6=_0x5d1b;super(_0x47fe5e),this[_0x20faa6(0x15c)]=void 0x0,this['on'](_0x20faa6(0x15e),(_0x28baa4,_0x208d63,_0x4b2a03)=>{const _0x185667=_0x20faa6;_0x4b2a03||this[_0x185667(0x155)]();}),this['on'](_0x20faa6(0x15a),()=>_0x47fe5e[_0x20faa6(0x150)][_0x20faa6(0x159)](_0x214823)[_0x20faa6(0x166)]());}[_0xb9c90(0x154)](){const _0x35aaf6=_0xb9c90;this[_0x35aaf6(0x15c)]=this[_0x35aaf6(0x161)]();}[_0xb9c90(0x155)](){const _0x26dfe7=_0xb9c90;this[_0x26dfe7(0x15c)]=void 0x0;}[_0xb9c90(0x161)](){const _0x2d6cb6=_0xb9c90,_0x6c8f66=this[_0x2d6cb6(0x15b)][_0x2d6cb6(0x14b)],_0x190bc0=_0x6c8f66[_0x2d6cb6(0x14f)][_0x2d6cb6(0x14e)];return Object[_0x2d6cb6(0x14d)](Array[_0x2d6cb6(0x14c)](_0x190bc0[_0x2d6cb6(0x167)]())[_0x2d6cb6(0x157)](([_0x14497b])=>_0x6c8f66[_0x2d6cb6(0x162)][_0x2d6cb6(0x168)](_0x14497b)[_0x2d6cb6(0x156)]));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0xcbf3c0=_0x3e29;(function(_0x155c2f,_0xaa781c){var _0x49b09c=_0x3e29,_0x68c6aa=_0x155c2f();while(!![]){try{var _0x23e4b9=-parseInt(_0x49b09c(0x19a))/0x1*(-parseInt(_0x49b09c(0x199))/0x2)+-parseInt(_0x49b09c(0x198))/0x3*(-parseInt(_0x49b09c(0x1a0))/0x4)+parseInt(_0x49b09c(0x1a4))/0x5+parseInt(_0x49b09c(0x19e))/0x6*(parseInt(_0x49b09c(0x19c))/0x7)+-parseInt(_0x49b09c(0x1a6))/0x8*(parseInt(_0x49b09c(0x1a1))/0x9)+parseInt(_0x49b09c(0x1a3))/0xa*(-parseInt(_0x49b09c(0x19b))/0xb)+-parseInt(_0x49b09c(0x1a5))/0xc;if(_0x23e4b9===_0xaa781c)break;else _0x68c6aa['push'](_0x68c6aa['shift']());}catch(_0x1350b4){_0x68c6aa['push'](_0x68c6aa['shift']());}}}(_0x40bc,0x42eb7));function _0x40bc(){var _0x841c09=['1133HfPcfP','2490432xgsIgO','pluginName','6ewxJhY','FormatPainter','4MQnMGQ','9630afZRAm','requires','49570zhfbVk','2159865ZeIbkj','4390656smzvZh','1688vFHgne','693309CqGiks','1324JjgVoo','540UlVQlw'];_0x40bc=function(){return _0x841c09;};return _0x40bc();}import{Plugin as _0x263760}from'ckeditor5/src/core.js';import _0x44ef89 from'./formatpainterediting.js';function _0x3e29(_0xb9c50e,_0x1f160d){var _0x40bc11=_0x40bc();return _0x3e29=function(_0x3e29bf,_0x34bd09){_0x3e29bf=_0x3e29bf-0x198;var _0x5c4fb2=_0x40bc11[_0x3e29bf];return _0x5c4fb2;},_0x3e29(_0xb9c50e,_0x1f160d);}import _0x20a260 from'./formatpainterui.js';export default class m extends _0x263760{static get[_0xcbf3c0(0x1a2)](){return[_0x44ef89,_0x20a260];}static get[_0xcbf3c0(0x19d)](){var _0x55d10e=_0xcbf3c0;return _0x55d10e(0x19f);}}
23
+ var _0xf2e23a=_0x2782;(function(_0x3e8329,_0x17033b){var _0x32fef4=_0x2782,_0x5c0989=_0x3e8329();while(!![]){try{var _0x1e110a=parseInt(_0x32fef4(0xe3))/0x1*(-parseInt(_0x32fef4(0xdf))/0x2)+-parseInt(_0x32fef4(0xe0))/0x3+-parseInt(_0x32fef4(0xd5))/0x4*(-parseInt(_0x32fef4(0xd6))/0x5)+-parseInt(_0x32fef4(0xe2))/0x6*(parseInt(_0x32fef4(0xda))/0x7)+parseInt(_0x32fef4(0xdb))/0x8*(parseInt(_0x32fef4(0xd7))/0x9)+-parseInt(_0x32fef4(0xe1))/0xa*(parseInt(_0x32fef4(0xd4))/0xb)+parseInt(_0x32fef4(0xd8))/0xc*(parseInt(_0x32fef4(0xd9))/0xd);if(_0x1e110a===_0x17033b)break;else _0x5c0989['push'](_0x5c0989['shift']());}catch(_0xdd90ae){_0x5c0989['push'](_0x5c0989['shift']());}}}(_0x2f06,0xba5ba));import{Plugin as _0x42d01d}from'ckeditor5/src/core.js';import _0x5c5da4 from'./formatpainterediting.js';import _0x5d617c from'./formatpainterui.js';function _0x2782(_0x162987,_0x2e4648){var _0x2f064b=_0x2f06();return _0x2782=function(_0x2782a1,_0x528b4a){_0x2782a1=_0x2782a1-0xd4;var _0x599acb=_0x2f064b[_0x2782a1];return _0x599acb;},_0x2782(_0x162987,_0x2e4648);}export default class m extends _0x42d01d{static get[_0xf2e23a(0xdd)](){return[_0x5c5da4,_0x5d617c];}static get[_0xf2e23a(0xdc)](){var _0x36f99e=_0xf2e23a;return _0x36f99e(0xde);}}function _0x2f06(){var _0x4cab64=['10YPbnxE','408786NFuhdB','4955ycvNIb','9925817spMbJQ','12pxWcrK','2058385yDugft','18WjTNjS','12dwwyjK','51059723xcsbBT','112ufoTCT','2323544dFhEJq','pluginName','requires','FormatPainter','598ZElGPx','4518834jeHUFx'];_0x2f06=function(){return _0x4cab64;};return _0x2f06();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0xc1ff(_0x3c125e,_0x5a26b5){const _0x231c8e=_0x231c();return _0xc1ff=function(_0xc1ffbc,_0x3749b){_0xc1ffbc=_0xc1ffbc-0x129;let _0xf7bf64=_0x231c8e[_0xc1ffbc];return _0xf7bf64;},_0xc1ff(_0x3c125e,_0x5a26b5);}const _0x4189ad=_0xc1ff;function _0x231c(){const _0x3140c0=['FormatPainterEditing','_licenseKeyCheckInterval','get','commands','formatPainterLicenseKeyValid','1579494AcfgGL','pluginName','35226ugsUko','config','24vWunUG','add','init','formatPainterLicenseKeyTrialLimit:operations','formatPainterLicenseKeyTrial','32364035leVYnN','format-painter-trial-license-key-reached-limit-changes','717554gOsLMA','50859HidFQF','info','4013584LkmIRJ','12qdEuxK','format-painter-invalid-license-key','editor','30ajuAns','licenseKey','419316CirLQN','106lyEmbz','formatPainterLicenseKeyInvalid','You\x20are\x20using\x20the\x20trial\x20version\x20of\x20CKEditor\x205\x20format\x20painter\x20plugin\x20with\x20limited\x20usage.\x20Make\x20sure\x20you\x20will\x20not\x20use\x20it\x20in\x20the\x20production\x20environment.','destroy','1850QOWyaA'];_0x231c=function(){return _0x3140c0;};return _0x231c();}(function(_0x47f4fd,_0x35a00e){const _0x544f99=_0xc1ff,_0x5ab19b=_0x47f4fd();while(!![]){try{const _0x4c9c6f=-parseInt(_0x544f99(0x12f))/0x1+-parseInt(_0x544f99(0x139))/0x2*(parseInt(_0x544f99(0x130))/0x3)+parseInt(_0x544f99(0x132))/0x4+parseInt(_0x544f99(0x136))/0x5*(-parseInt(_0x544f99(0x138))/0x6)+-parseInt(_0x544f99(0x143))/0x7*(parseInt(_0x544f99(0x147))/0x8)+parseInt(_0x544f99(0x145))/0x9*(-parseInt(_0x544f99(0x13d))/0xa)+parseInt(_0x544f99(0x12d))/0xb*(parseInt(_0x544f99(0x133))/0xc);if(_0x4c9c6f===_0x35a00e)break;else _0x5ab19b['push'](_0x5ab19b['shift']());}catch(_0x5db526){_0x5ab19b['push'](_0x5ab19b['shift']());}}}(_0x231c,0x7c502));import{Plugin as _0x5eb798}from'ckeditor5/src/core.js';import{CKEditorError as _0x391fce}from'ckeditor5/src/utils.js';import _0x19e15d from'./copyformatcommand.js';import _0x361954 from'./pasteformatcommand.js';import{COPY_FORMAT_COMMAND_NAME as _0x49483d,PASTE_FORMAT_COMMAND_NAME as _0xbcff10}from'./utils.js';export default class o extends _0x5eb798{static get[_0x4189ad(0x144)](){const _0x2f3606=_0x4189ad;return _0x2f3606(0x13e);}constructor(_0x168e2e){const _0x1dca99=_0x4189ad;super(_0x168e2e),this[_0x1dca99(0x13f)]=null;}[_0x4189ad(0x12a)](){const _0x39f41f=_0x4189ad,_0x51dc72=this[_0x39f41f(0x135)];_0x51dc72[_0x39f41f(0x141)][_0x39f41f(0x129)](_0x49483d,new _0x19e15d(_0x51dc72)),_0x51dc72[_0x39f41f(0x141)][_0x39f41f(0x129)](_0xbcff10,new _0x361954(_0x51dc72)),this[_0x39f41f(0x137)]=_0x51dc72[_0x39f41f(0x146)][_0x39f41f(0x140)](_0x39f41f(0x137));const _0x1bff51=this[_0x39f41f(0x135)];this[_0x39f41f(0x13f)]=setInterval(()=>{const _0x24eecb=_0x39f41f;let _0x321296;for(const _0x2efeaa in _0x1bff51){const _0x2dbb45=_0x2efeaa,_0x3bd5ea=_0x1bff51[_0x2dbb45];if(_0x24eecb(0x12c)===_0x3bd5ea||_0x24eecb(0x13a)===_0x3bd5ea||_0x24eecb(0x142)===_0x3bd5ea||_0x24eecb(0x12b)===_0x3bd5ea){delete _0x1bff51[_0x2dbb45],_0x321296=_0x3bd5ea;break;}}if(_0x24eecb(0x13a)===_0x321296)throw clearInterval(this[_0x24eecb(0x13f)]),new _0x391fce(_0x24eecb(0x134),null);if(_0x24eecb(0x12c)===_0x321296&&console[_0x24eecb(0x131)](_0x24eecb(0x13b)),_0x24eecb(0x12b)===_0x321296)throw clearInterval(this[_0x24eecb(0x13f)]),new _0x391fce(_0x24eecb(0x12e),null);_0x24eecb(0x142)===_0x321296&&clearInterval(this[_0x24eecb(0x13f)]);},0x3e8);}[_0x4189ad(0x13c)](){const _0x4a1d9d=_0x4189ad;this[_0x4a1d9d(0x13f)]&&clearInterval(this[_0x4a1d9d(0x13f)]);}}
23
+ const _0x514df3=_0x5e0a;(function(_0x4b383f,_0x4c904b){const _0x3588a=_0x5e0a,_0x3dd39d=_0x4b383f();while(!![]){try{const _0x5d2a03=parseInt(_0x3588a(0xbe))/0x1*(parseInt(_0x3588a(0xd2))/0x2)+-parseInt(_0x3588a(0xd4))/0x3*(parseInt(_0x3588a(0xcb))/0x4)+parseInt(_0x3588a(0xbf))/0x5+-parseInt(_0x3588a(0xc6))/0x6+parseInt(_0x3588a(0xd7))/0x7*(parseInt(_0x3588a(0xcd))/0x8)+parseInt(_0x3588a(0xc1))/0x9+-parseInt(_0x3588a(0xc0))/0xa;if(_0x5d2a03===_0x4c904b)break;else _0x3dd39d['push'](_0x3dd39d['shift']());}catch(_0x5c7d05){_0x3dd39d['push'](_0x3dd39d['shift']());}}}(_0x5564,0x8bf06));function _0x5564(){const _0x31d0c1=['3499325cnlLHs','8988360ppToin','5694354gJzpcH','get','config','destroy','formatPainterLicenseKeyTrialLimit:operations','1639008GWzTyU','formatPainterLicenseKeyTrial','formatPainterLicenseKeyInvalid','format-painter-trial-license-key-reached-limit-changes','formatPainterLicenseKeyValid','4QuMczt','init','328qWNCyM','editor','licenseKey','info','add','1252UVLUMW','_licenseKeyCheckInterval','2277462GhCPCd','FormatPainterEditing','commands','38353kXKtog','pluginName','format-painter-invalid-license-key','You\x20are\x20using\x20the\x20trial\x20version\x20of\x20CKEditor\x205\x20format\x20painter\x20plugin\x20with\x20limited\x20usage.\x20Make\x20sure\x20you\x20will\x20not\x20use\x20it\x20in\x20the\x20production\x20environment.','1513KtVfYa'];_0x5564=function(){return _0x31d0c1;};return _0x5564();}import{Plugin as _0x5178c3}from'ckeditor5/src/core.js';import{CKEditorError as _0x18f187}from'ckeditor5/src/utils.js';import _0xa9a48d from'./copyformatcommand.js';function _0x5e0a(_0xec877b,_0x49cb7f){const _0x55648d=_0x5564();return _0x5e0a=function(_0x5e0a09,_0x3d1a4e){_0x5e0a09=_0x5e0a09-0xbd;let _0x4d5895=_0x55648d[_0x5e0a09];return _0x4d5895;},_0x5e0a(_0xec877b,_0x49cb7f);}import _0x365f00 from'./pasteformatcommand.js';import{COPY_FORMAT_COMMAND_NAME as _0x3e125f,PASTE_FORMAT_COMMAND_NAME as _0x629aa9}from'./utils.js';export default class o extends _0x5178c3{static get[_0x514df3(0xd8)](){const _0x4a358a=_0x514df3;return _0x4a358a(0xd5);}constructor(_0x1a27b2){const _0x42f5a5=_0x514df3;super(_0x1a27b2),this[_0x42f5a5(0xd3)]=null;}[_0x514df3(0xcc)](){const _0x204640=_0x514df3,_0x2253c9=this[_0x204640(0xce)];_0x2253c9[_0x204640(0xd6)][_0x204640(0xd1)](_0x3e125f,new _0xa9a48d(_0x2253c9)),_0x2253c9[_0x204640(0xd6)][_0x204640(0xd1)](_0x629aa9,new _0x365f00(_0x2253c9)),this[_0x204640(0xcf)]=_0x2253c9[_0x204640(0xc3)][_0x204640(0xc2)](_0x204640(0xcf));const _0x58cb93=this[_0x204640(0xce)];this[_0x204640(0xd3)]=setInterval(()=>{const _0xbe22ee=_0x204640;let _0x4ac099;for(const _0x4f22bf in _0x58cb93){const _0x448999=_0x4f22bf,_0x3513e8=_0x58cb93[_0x448999];if(_0xbe22ee(0xc7)===_0x3513e8||_0xbe22ee(0xc8)===_0x3513e8||_0xbe22ee(0xca)===_0x3513e8||_0xbe22ee(0xc5)===_0x3513e8){delete _0x58cb93[_0x448999],_0x4ac099=_0x3513e8;break;}}if(_0xbe22ee(0xc8)===_0x4ac099)throw clearInterval(this[_0xbe22ee(0xd3)]),new _0x18f187(_0xbe22ee(0xd9),null);if(_0xbe22ee(0xc7)===_0x4ac099&&console[_0xbe22ee(0xd0)](_0xbe22ee(0xbd)),_0xbe22ee(0xc5)===_0x4ac099)throw clearInterval(this[_0xbe22ee(0xd3)]),new _0x18f187(_0xbe22ee(0xc9),null);_0xbe22ee(0xca)===_0x4ac099&&clearInterval(this[_0xbe22ee(0xd3)]);},0x3e8);}[_0x514df3(0xc4)](){const _0x13d8c7=_0x514df3;this[_0x13d8c7(0xd3)]&&clearInterval(this[_0x13d8c7(0xd3)]);}}