@ckeditor/ckeditor5-format-painter 0.0.0-nightly-20240624.0 → 0.0.0-nightly-20240625.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 (100) 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/dist/types/utils/common-translations.d.ts +13 -0
  91. package/package.json +3 -3
  92. package/src/copyformatcommand.js +1 -1
  93. package/src/formatpainter.js +1 -1
  94. package/src/formatpainterediting.js +1 -1
  95. package/src/formatpainterui.js +2 -2
  96. package/src/index.js +1 -1
  97. package/src/pasteformatcommand.js +1 -1
  98. package/src/utils/common-translations.d.ts +9 -0
  99. package/src/utils/common-translations.js +23 -0
  100. package/src/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x24e603=>{const {sr:{dictionary:_0x5182f4,getPluralForm:_0xdb77cc}}={'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':_0x4506b5=>_0x4506b5%0xa==0x1&&_0x4506b5%0x64!=0xb?0x0:_0x4506b5%0xa>=0x2&&_0x4506b5%0xa<=0x4&&(_0x4506b5%0x64<0xa||_0x4506b5%0x64>=0x14)?0x1:0x2}};_0x24e603['sr']||={'dictionary':{},'getPluralForm':null},_0x24e603['sr']['dictionary']=Object['assign'](_0x24e603['sr']['dictionary'],_0x5182f4),_0x24e603['sr']['getPluralForm']=_0xdb77cc;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3b3e68=>{const {sr:{dictionary:_0x2b95fd,getPluralForm:_0x2bcfa8}}={'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':_0x32b47f=>_0x32b47f%0xa==0x1&&_0x32b47f%0x64!=0xb?0x0:_0x32b47f%0xa>=0x2&&_0x32b47f%0xa<=0x4&&(_0x32b47f%0x64<0xa||_0x32b47f%0x64>=0x14)?0x1:0x2}};_0x3b3e68['sr']||={'dictionary':{},'getPluralForm':null},_0x3b3e68['sr']['dictionary']=Object['assign'](_0x3b3e68['sr']['dictionary'],_0x2b95fd),_0x3b3e68['sr']['getPluralForm']=_0x2bcfa8;})(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':_0x217b7b=>0x1!=_0x217b7b}};
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':_0x4b8f4c=>0x1!=_0x4b8f4c}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x11046d=>{const {sv:{dictionary:_0x18e758,getPluralForm:_0x4b3130}}={'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':_0x27a705=>0x1!=_0x27a705}};_0x11046d['sv']||={'dictionary':{},'getPluralForm':null},_0x11046d['sv']['dictionary']=Object['assign'](_0x11046d['sv']['dictionary'],_0x18e758),_0x11046d['sv']['getPluralForm']=_0x4b3130;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x69c72f=>{const {sv:{dictionary:_0x58f322,getPluralForm:_0x24f8ac}}={'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':_0x408d2b=>0x1!=_0x408d2b}};_0x69c72f['sv']||={'dictionary':{},'getPluralForm':null},_0x69c72f['sv']['dictionary']=Object['assign'](_0x69c72f['sv']['dictionary'],_0x58f322),_0x69c72f['sv']['getPluralForm']=_0x24f8ac;})(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':_0x54afac=>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':_0x746ae9=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2dfd37=>{const {th:{dictionary:_0x3a037a,getPluralForm:_0x20495f}}={'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':_0x4e8be2=>0x0}};_0x2dfd37['th']||={'dictionary':{},'getPluralForm':null},_0x2dfd37['th']['dictionary']=Object['assign'](_0x2dfd37['th']['dictionary'],_0x3a037a),_0x2dfd37['th']['getPluralForm']=_0x20495f;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x95ef35=>{const {th:{dictionary:_0x45d96e,getPluralForm:_0x324c3e}}={'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':_0x35f70a=>0x0}};_0x95ef35['th']||={'dictionary':{},'getPluralForm':null},_0x95ef35['th']['dictionary']=Object['assign'](_0x95ef35['th']['dictionary'],_0x45d96e),_0x95ef35['th']['getPluralForm']=_0x324c3e;})(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':_0x2cfd27=>_0x2cfd27>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':_0x32ac35=>_0x32ac35>0x1}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x4f8917=>{const {tr:{dictionary:_0x247938,getPluralForm:_0x546133}}={'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':_0x15f400=>_0x15f400>0x1}};_0x4f8917['tr']||={'dictionary':{},'getPluralForm':null},_0x4f8917['tr']['dictionary']=Object['assign'](_0x4f8917['tr']['dictionary'],_0x247938),_0x4f8917['tr']['getPluralForm']=_0x546133;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x277e06=>{const {tr:{dictionary:_0x5d3768,getPluralForm:_0x41c6b1}}={'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':_0x420d22=>_0x420d22>0x1}};_0x277e06['tr']||={'dictionary':{},'getPluralForm':null},_0x277e06['tr']['dictionary']=Object['assign'](_0x277e06['tr']['dictionary'],_0x5d3768),_0x277e06['tr']['getPluralForm']=_0x41c6b1;})(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':_0x597c9e=>0x1!=_0x597c9e}};
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':_0xe25f07=>0x1!=_0xe25f07}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x17c327=>{const {ug:{dictionary:_0x2404e4,getPluralForm:_0x56e442}}={'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':_0x6e1b0d=>0x1!=_0x6e1b0d}};_0x17c327['ug']||={'dictionary':{},'getPluralForm':null},_0x17c327['ug']['dictionary']=Object['assign'](_0x17c327['ug']['dictionary'],_0x2404e4),_0x17c327['ug']['getPluralForm']=_0x56e442;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x17d792=>{const {ug:{dictionary:_0x3fe307,getPluralForm:_0x1b2d82}}={'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':_0x2350a3=>0x1!=_0x2350a3}};_0x17d792['ug']||={'dictionary':{},'getPluralForm':null},_0x17d792['ug']['dictionary']=Object['assign'](_0x17d792['ug']['dictionary'],_0x3fe307),_0x17d792['ug']['getPluralForm']=_0x1b2d82;})(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':_0x274d46=>_0x274d46%0x1==0x0&&_0x274d46%0xa==0x1&&_0x274d46%0x64!=0xb?0x0:_0x274d46%0x1==0x0&&_0x274d46%0xa>=0x2&&_0x274d46%0xa<=0x4&&(_0x274d46%0x64<0xc||_0x274d46%0x64>0xe)?0x1:_0x274d46%0x1==0x0&&(_0x274d46%0xa==0x0||_0x274d46%0xa>=0x5&&_0x274d46%0xa<=0x9||_0x274d46%0x64>=0xb&&_0x274d46%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':_0xd2316d=>_0xd2316d%0x1==0x0&&_0xd2316d%0xa==0x1&&_0xd2316d%0x64!=0xb?0x0:_0xd2316d%0x1==0x0&&_0xd2316d%0xa>=0x2&&_0xd2316d%0xa<=0x4&&(_0xd2316d%0x64<0xc||_0xd2316d%0x64>0xe)?0x1:_0xd2316d%0x1==0x0&&(_0xd2316d%0xa==0x0||_0xd2316d%0xa>=0x5&&_0xd2316d%0xa<=0x9||_0xd2316d%0x64>=0xb&&_0xd2316d%0x64<=0xe)?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x1912d9=>{const {uk:{dictionary:_0x1fd225,getPluralForm:_0x37f109}}={'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':_0x2d08ea=>_0x2d08ea%0x1==0x0&&_0x2d08ea%0xa==0x1&&_0x2d08ea%0x64!=0xb?0x0:_0x2d08ea%0x1==0x0&&_0x2d08ea%0xa>=0x2&&_0x2d08ea%0xa<=0x4&&(_0x2d08ea%0x64<0xc||_0x2d08ea%0x64>0xe)?0x1:_0x2d08ea%0x1==0x0&&(_0x2d08ea%0xa==0x0||_0x2d08ea%0xa>=0x5&&_0x2d08ea%0xa<=0x9||_0x2d08ea%0x64>=0xb&&_0x2d08ea%0x64<=0xe)?0x2:0x3}};_0x1912d9['uk']||={'dictionary':{},'getPluralForm':null},_0x1912d9['uk']['dictionary']=Object['assign'](_0x1912d9['uk']['dictionary'],_0x1fd225),_0x1912d9['uk']['getPluralForm']=_0x37f109;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3a3d5a=>{const {uk:{dictionary:_0x4789f9,getPluralForm:_0xf35b7}}={'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':_0x1a0465=>_0x1a0465%0x1==0x0&&_0x1a0465%0xa==0x1&&_0x1a0465%0x64!=0xb?0x0:_0x1a0465%0x1==0x0&&_0x1a0465%0xa>=0x2&&_0x1a0465%0xa<=0x4&&(_0x1a0465%0x64<0xc||_0x1a0465%0x64>0xe)?0x1:_0x1a0465%0x1==0x0&&(_0x1a0465%0xa==0x0||_0x1a0465%0xa>=0x5&&_0x1a0465%0xa<=0x9||_0x1a0465%0x64>=0xb&&_0x1a0465%0x64<=0xe)?0x2:0x3}};_0x3a3d5a['uk']||={'dictionary':{},'getPluralForm':null},_0x3a3d5a['uk']['dictionary']=Object['assign'](_0x3a3d5a['uk']['dictionary'],_0x4789f9),_0x3a3d5a['uk']['getPluralForm']=_0xf35b7;})(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':_0x402ab3=>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':_0x5ce822=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x3caa61=>{const {vi:{dictionary:_0x58b4f0,getPluralForm:_0x27bd35}}={'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':_0x3e010c=>0x0}};_0x3caa61['vi']||={'dictionary':{},'getPluralForm':null},_0x3caa61['vi']['dictionary']=Object['assign'](_0x3caa61['vi']['dictionary'],_0x58b4f0),_0x3caa61['vi']['getPluralForm']=_0x27bd35;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x11c7d2=>{const {vi:{dictionary:_0x1546df,getPluralForm:_0x445309}}={'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':_0x4cad4b=>0x0}};_0x11c7d2['vi']||={'dictionary':{},'getPluralForm':null},_0x11c7d2['vi']['dictionary']=Object['assign'](_0x11c7d2['vi']['dictionary'],_0x1546df),_0x11c7d2['vi']['getPluralForm']=_0x445309;})(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':_0x574188=>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':_0x27ad32=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x3648e2=>{const {'zh-cn':{dictionary:_0x11ceb1,getPluralForm:_0xede71a}}={'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':_0x113c26=>0x0}};_0x3648e2['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x3648e2['zh-cn']['dictionary']=Object['assign'](_0x3648e2['zh-cn']['dictionary'],_0x11ceb1),_0x3648e2['zh-cn']['getPluralForm']=_0xede71a;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x30cfd1=>{const {'zh-cn':{dictionary:_0xbf57ed,getPluralForm:_0x1978ca}}={'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':_0xc68c2a=>0x0}};_0x30cfd1['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x30cfd1['zh-cn']['dictionary']=Object['assign'](_0x30cfd1['zh-cn']['dictionary'],_0xbf57ed),_0x30cfd1['zh-cn']['getPluralForm']=_0x1978ca;})(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':_0x40318a=>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':_0x191ca4=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x164fd5=>{const {zh:{dictionary:_0x377dfc,getPluralForm:_0x22b507}}={'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':_0x685c76=>0x0}};_0x164fd5['zh']||={'dictionary':{},'getPluralForm':null},_0x164fd5['zh']['dictionary']=Object['assign'](_0x164fd5['zh']['dictionary'],_0x377dfc),_0x164fd5['zh']['getPluralForm']=_0x22b507;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3c4d63=>{const {zh:{dictionary:_0x31a034,getPluralForm:_0x3323ff}}={'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':_0x58995e=>0x0}};_0x3c4d63['zh']||={'dictionary':{},'getPluralForm':null},_0x3c4d63['zh']['dictionary']=Object['assign'](_0x3c4d63['zh']['dictionary'],_0x31a034),_0x3c4d63['zh']['getPluralForm']=_0x3323ff;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -0,0 +1,13 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+ /**
6
+ * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
7
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
8
+ */
9
+ /**
10
+ * @module format-painter/utils/common-translations
11
+ */
12
+ import type { Locale } from 'ckeditor5/src/utils.js';
13
+ export declare function getTranslation(locale: Locale, id: string): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-format-painter",
3
- "version": "0.0.0-nightly-20240624.0",
3
+ "version": "0.0.0-nightly-20240625.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-20240624.0",
16
- "ckeditor5-collaboration": "0.0.0-nightly-20240624.0"
15
+ "ckeditor5": "0.0.0-nightly-20240625.0",
16
+ "ckeditor5-collaboration": "0.0.0-nightly-20240625.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
- const _0xeae4aa=_0x2f36;(function(_0x53d78a,_0x5f36d5){const _0x3de44e=_0x2f36,_0x3ccbc9=_0x53d78a();while(!![]){try{const _0x4895c2=-parseInt(_0x3de44e(0x1a4))/0x1+-parseInt(_0x3de44e(0x1af))/0x2+parseInt(_0x3de44e(0x1ae))/0x3+-parseInt(_0x3de44e(0x1a2))/0x4*(parseInt(_0x3de44e(0x1a8))/0x5)+-parseInt(_0x3de44e(0x1ac))/0x6*(-parseInt(_0x3de44e(0x1a6))/0x7)+parseInt(_0x3de44e(0x198))/0x8*(-parseInt(_0x3de44e(0x1b0))/0x9)+parseInt(_0x3de44e(0x19a))/0xa;if(_0x4895c2===_0x5f36d5)break;else _0x3ccbc9['push'](_0x3ccbc9['shift']());}catch(_0x528b2c){_0x3ccbc9['push'](_0x3ccbc9['shift']());}}}(_0x2427,0xe7b8b));function _0x2f36(_0x950404,_0x4f6ccb){const _0x2427bd=_0x2427();return _0x2f36=function(_0x2f36fa,_0x1a439b){_0x2f36fa=_0x2f36fa-0x197;let _0xc39897=_0x2427bd[_0x2f36fa];return _0xc39897;},_0x2f36(_0x950404,_0x4f6ccb);}function _0x2427(){const _0x321095=['refresh','10ilmcPh','_getFormattingAttributes','schema','value','5608188ATQzld','getAttributes','2708943KPWtkV','2045494iZLPAV','9wyxTPt','change:isEnabled','execute','commands','editor','isFormatting','4584200wxjZNI','selection','32532380AJkzdW','reset','change:value','model','from','getAttributeProperties','get','document','2095988TkKOEf','filter','1498020ZNyzBT','fromEntries','7IoyIKg'];_0x2427=function(){return _0x321095;};return _0x2427();}import{Command as _0x179c64}from'ckeditor5/src/core.js';import{PASTE_FORMAT_COMMAND_NAME as _0x59b23e}from'./utils.js';export default class r extends _0x179c64{constructor(_0x5262b6){const _0x201780=_0x2f36;super(_0x5262b6),this[_0x201780(0x1ab)]=void 0x0,this['on'](_0x201780(0x1b1),(_0x2674a8,_0x284854,_0x5cda1d)=>{const _0x30c5ad=_0x201780;_0x5cda1d||this[_0x30c5ad(0x19b)]();}),this['on'](_0x201780(0x19c),()=>_0x5262b6[_0x201780(0x1b3)][_0x201780(0x1a0)](_0x59b23e)[_0x201780(0x1a7)]());}[_0xeae4aa(0x1b2)](){const _0x41c836=_0xeae4aa;this[_0x41c836(0x1ab)]=this[_0x41c836(0x1a9)]();}[_0xeae4aa(0x19b)](){const _0x44fd59=_0xeae4aa;this[_0x44fd59(0x1ab)]=void 0x0;}[_0xeae4aa(0x1a9)](){const _0x3f6b72=_0xeae4aa,_0x14daab=this[_0x3f6b72(0x1b4)][_0x3f6b72(0x19d)],_0x4cd5a6=_0x14daab[_0x3f6b72(0x1a1)][_0x3f6b72(0x199)];return Object[_0x3f6b72(0x1a5)](Array[_0x3f6b72(0x19e)](_0x4cd5a6[_0x3f6b72(0x1ad)]())[_0x3f6b72(0x1a3)](([_0x50b4c3])=>_0x14daab[_0x3f6b72(0x1aa)][_0x3f6b72(0x19f)](_0x50b4c3)[_0x3f6b72(0x197)]));}}
23
+ const _0x15382f=_0x569d;(function(_0x38b596,_0x4152e6){const _0x2b69b4=_0x569d,_0x277feb=_0x38b596();while(!![]){try{const _0x5e96fd=-parseInt(_0x2b69b4(0x201))/0x1*(parseInt(_0x2b69b4(0x20b))/0x2)+parseInt(_0x2b69b4(0x209))/0x3+parseInt(_0x2b69b4(0x1f8))/0x4+-parseInt(_0x2b69b4(0x1f6))/0x5+parseInt(_0x2b69b4(0x1fd))/0x6+-parseInt(_0x2b69b4(0x1ff))/0x7*(-parseInt(_0x2b69b4(0x208))/0x8)+parseInt(_0x2b69b4(0x204))/0x9;if(_0x5e96fd===_0x4152e6)break;else _0x277feb['push'](_0x277feb['shift']());}catch(_0x1ab9ec){_0x277feb['push'](_0x277feb['shift']());}}}(_0x27bf,0x60950));function _0x569d(_0x3516ff,_0x42ea3b){const _0x27bff5=_0x27bf();return _0x569d=function(_0x569dfb,_0x528b62){_0x569dfb=_0x569dfb-0x1f1;let _0x3ed218=_0x27bff5[_0x569dfb];return _0x3ed218;},_0x569d(_0x3516ff,_0x42ea3b);}function _0x27bf(){const _0x13ccd7=['value','reset','commands','selection','filter','getAttributeProperties','_getFormattingAttributes','1028865OmLyDw','document','605708NKrmCw','execute','change:isEnabled','model','editor','1445154vwOUUO','from','45703SDdmpX','refresh','13813yfcICn','getAttributes','change:value','2583306tIzklm','isFormatting','fromEntries','schema','96RLiuEg','235578wlQqVV','get','34blwaUi'];_0x27bf=function(){return _0x13ccd7;};return _0x27bf();}import{Command as _0x2f3ecf}from'ckeditor5/src/core.js';import{PASTE_FORMAT_COMMAND_NAME as _0x9c0a52}from'./utils.js';export default class r extends _0x2f3ecf{constructor(_0xbfe676){const _0x24c013=_0x569d;super(_0xbfe676),this[_0x24c013(0x20c)]=void 0x0,this['on'](_0x24c013(0x1fa),(_0x233b92,_0x35e734,_0x1466bf)=>{const _0x186cce=_0x24c013;_0x1466bf||this[_0x186cce(0x20d)]();}),this['on'](_0x24c013(0x203),()=>_0xbfe676[_0x24c013(0x1f1)][_0x24c013(0x20a)](_0x9c0a52)[_0x24c013(0x200)]());}[_0x15382f(0x1f9)](){const _0x47d014=_0x15382f;this[_0x47d014(0x20c)]=this[_0x47d014(0x1f5)]();}[_0x15382f(0x20d)](){const _0x137e9e=_0x15382f;this[_0x137e9e(0x20c)]=void 0x0;}[_0x15382f(0x1f5)](){const _0x34e58e=_0x15382f,_0x45e1c2=this[_0x34e58e(0x1fc)][_0x34e58e(0x1fb)],_0x294893=_0x45e1c2[_0x34e58e(0x1f7)][_0x34e58e(0x1f2)];return Object[_0x34e58e(0x206)](Array[_0x34e58e(0x1fe)](_0x294893[_0x34e58e(0x202)]())[_0x34e58e(0x1f3)](([_0x129c3a])=>_0x45e1c2[_0x34e58e(0x207)][_0x34e58e(0x1f4)](_0x129c3a)[_0x34e58e(0x205)]));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x1b521f=_0x321c;(function(_0x393496,_0xd5b508){var _0xec33df=_0x321c,_0x5577f1=_0x393496();while(!![]){try{var _0x39031a=-parseInt(_0xec33df(0xaf))/0x1+-parseInt(_0xec33df(0xb4))/0x2+-parseInt(_0xec33df(0xb1))/0x3*(parseInt(_0xec33df(0xb7))/0x4)+parseInt(_0xec33df(0xae))/0x5+-parseInt(_0xec33df(0xb5))/0x6*(-parseInt(_0xec33df(0xb6))/0x7)+parseInt(_0xec33df(0xba))/0x8*(-parseInt(_0xec33df(0xbb))/0x9)+-parseInt(_0xec33df(0xb8))/0xa*(-parseInt(_0xec33df(0xb0))/0xb);if(_0x39031a===_0xd5b508)break;else _0x5577f1['push'](_0x5577f1['shift']());}catch(_0x443858){_0x5577f1['push'](_0x5577f1['shift']());}}}(_0x5d2d,0x9a849));import{Plugin as _0x20b57f}from'ckeditor5/src/core.js';function _0x321c(_0xd13f98,_0x21d1af){var _0x5d2db6=_0x5d2d();return _0x321c=function(_0x321c9a,_0x3029e4){_0x321c9a=_0x321c9a-0xae;var _0x136f04=_0x5d2db6[_0x321c9a];return _0x136f04;},_0x321c(_0xd13f98,_0x21d1af);}import _0x4b05fd from'./formatpainterediting.js';import _0xe58791 from'./formatpainterui.js';function _0x5d2d(){var _0x404443=['pluginName','8OGzabL','1052262KhgxWI','193495PIeDRM','457191ozRvUV','3765729JMxQLm','3lvRITk','requires','FormatPainter','2020162aiArvg','7243512GZiWKz','7WExJlJ','223492VWGGSE','30xPMUda'];_0x5d2d=function(){return _0x404443;};return _0x5d2d();}export default class m extends _0x20b57f{static get[_0x1b521f(0xb2)](){return[_0x4b05fd,_0xe58791];}static get[_0x1b521f(0xb9)](){var _0x2f787a=_0x1b521f;return _0x2f787a(0xb3);}}
23
+ function _0x4bfb(_0x2c3d9d,_0x176966){var _0x702782=_0x7027();return _0x4bfb=function(_0x4bfbb7,_0x1957b5){_0x4bfbb7=_0x4bfbb7-0x19d;var _0x43dcbe=_0x702782[_0x4bfbb7];return _0x43dcbe;},_0x4bfb(_0x2c3d9d,_0x176966);}function _0x7027(){var _0x157889=['7175990LyfksL','7319136PmUiTA','6252cbssFP','pluginName','FormatPainter','2285GTBvfj','9EkfRKa','6084722fiQVlK','555557PNKFFM','2579034nmgBJy','requires','5909192UGrELB','4wPrEFv'];_0x7027=function(){return _0x157889;};return _0x7027();}var _0x436cd6=_0x4bfb;(function(_0x56d1ac,_0x3b2dd8){var _0xe5fa76=_0x4bfb,_0x22ee87=_0x56d1ac();while(!![]){try{var _0x5305a0=-parseInt(_0xe5fa76(0x1a8))/0x1*(-parseInt(_0xe5fa76(0x19f))/0x2)+-parseInt(_0xe5fa76(0x1a9))/0x3+-parseInt(_0xe5fa76(0x1a2))/0x4*(-parseInt(_0xe5fa76(0x1a5))/0x5)+-parseInt(_0xe5fa76(0x1a1))/0x6+parseInt(_0xe5fa76(0x1a7))/0x7+parseInt(_0xe5fa76(0x19e))/0x8+parseInt(_0xe5fa76(0x1a6))/0x9*(-parseInt(_0xe5fa76(0x1a0))/0xa);if(_0x5305a0===_0x3b2dd8)break;else _0x22ee87['push'](_0x22ee87['shift']());}catch(_0x3556e4){_0x22ee87['push'](_0x22ee87['shift']());}}}(_0x7027,0x9b507));import{Plugin as _0x399d5d}from'ckeditor5/src/core.js';import _0x1dd898 from'./formatpainterediting.js';import _0x227fb1 from'./formatpainterui.js';export default class m extends _0x399d5d{static get[_0x436cd6(0x19d)](){return[_0x1dd898,_0x227fb1];}static get[_0x436cd6(0x1a3)](){var _0x259a9b=_0x436cd6;return _0x259a9b(0x1a4);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x49dd59=_0x6465;(function(_0x43917f,_0x3bd77e){const _0x2bbde3=_0x6465,_0x2838ac=_0x43917f();while(!![]){try{const _0x476e72=-parseInt(_0x2bbde3(0xd2))/0x1*(parseInt(_0x2bbde3(0xce))/0x2)+parseInt(_0x2bbde3(0xc7))/0x3+-parseInt(_0x2bbde3(0xc9))/0x4+parseInt(_0x2bbde3(0xda))/0x5+-parseInt(_0x2bbde3(0xde))/0x6+-parseInt(_0x2bbde3(0xe1))/0x7*(-parseInt(_0x2bbde3(0xe2))/0x8)+parseInt(_0x2bbde3(0xc8))/0x9*(parseInt(_0x2bbde3(0xd5))/0xa);if(_0x476e72===_0x3bd77e)break;else _0x2838ac['push'](_0x2838ac['shift']());}catch(_0x5278de){_0x2838ac['push'](_0x2838ac['shift']());}}}(_0x138a,0xaa118));function _0x138a(){const _0x2e4bb6=['6112300HWGBxH','commands','formatPainterLicenseKeyInvalid','init','format-painter-invalid-license-key','6716605RiKtYw','formatPainterLicenseKeyTrial','editor','add','5893188XwUmrq','pluginName','FormatPainterEditing','72520UXdTmt','312jRTrbL','format-painter-trial-license-key-reached-limit-changes','3524748LYXeBp','9VCnHSf','4145016EkaDtz','formatPainterLicenseKeyValid','licenseKey','info','_licenseKeyCheckInterval','327382IXJHuT','formatPainterLicenseKeyTrialLimit:operations','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.','get','5ZqDASA','destroy','config'];_0x138a=function(){return _0x2e4bb6;};return _0x138a();}import{Plugin as _0x336d30}from'ckeditor5/src/core.js';import{CKEditorError as _0x158947}from'ckeditor5/src/utils.js';import _0xb2e00a from'./copyformatcommand.js';import _0x4d381d from'./pasteformatcommand.js';import{COPY_FORMAT_COMMAND_NAME as _0x74b465,PASTE_FORMAT_COMMAND_NAME as _0x23eaa2}from'./utils.js';function _0x6465(_0x38102d,_0x41d044){const _0x138a95=_0x138a();return _0x6465=function(_0x64652b,_0x4dd0a7){_0x64652b=_0x64652b-0xc6;let _0x1ede46=_0x138a95[_0x64652b];return _0x1ede46;},_0x6465(_0x38102d,_0x41d044);}export default class o extends _0x336d30{static get[_0x49dd59(0xdf)](){const _0x66e173=_0x49dd59;return _0x66e173(0xe0);}constructor(_0x58184e){const _0x3ab1ea=_0x49dd59;super(_0x58184e),this[_0x3ab1ea(0xcd)]=null;}[_0x49dd59(0xd8)](){const _0x390d31=_0x49dd59,_0x2a5e8e=this[_0x390d31(0xdc)];_0x2a5e8e[_0x390d31(0xd6)][_0x390d31(0xdd)](_0x74b465,new _0xb2e00a(_0x2a5e8e)),_0x2a5e8e[_0x390d31(0xd6)][_0x390d31(0xdd)](_0x23eaa2,new _0x4d381d(_0x2a5e8e)),this[_0x390d31(0xcb)]=_0x2a5e8e[_0x390d31(0xd4)][_0x390d31(0xd1)](_0x390d31(0xcb));const _0x1cd7c1=this[_0x390d31(0xdc)];this[_0x390d31(0xcd)]=setInterval(()=>{const _0x239e57=_0x390d31;let _0x479d8c;for(const _0x1b8d89 in _0x1cd7c1){const _0x31ea54=_0x1b8d89,_0x1d0e60=_0x1cd7c1[_0x31ea54];if(_0x239e57(0xdb)===_0x1d0e60||_0x239e57(0xd7)===_0x1d0e60||_0x239e57(0xca)===_0x1d0e60||_0x239e57(0xcf)===_0x1d0e60){delete _0x1cd7c1[_0x31ea54],_0x479d8c=_0x1d0e60;break;}}if(_0x239e57(0xd7)===_0x479d8c)throw clearInterval(this[_0x239e57(0xcd)]),new _0x158947(_0x239e57(0xd9),null);if(_0x239e57(0xdb)===_0x479d8c&&console[_0x239e57(0xcc)](_0x239e57(0xd0)),_0x239e57(0xcf)===_0x479d8c)throw clearInterval(this[_0x239e57(0xcd)]),new _0x158947(_0x239e57(0xc6),null);_0x239e57(0xca)===_0x479d8c&&clearInterval(this[_0x239e57(0xcd)]);},0x3e8);}[_0x49dd59(0xd3)](){const _0x4bf519=_0x49dd59;this[_0x4bf519(0xcd)]&&clearInterval(this[_0x4bf519(0xcd)]);}}
23
+ const _0x59f0ee=_0x5ce2;(function(_0x2e4286,_0xbb5b91){const _0x19195e=_0x5ce2,_0x12faea=_0x2e4286();while(!![]){try{const _0x524d9e=parseInt(_0x19195e(0xdd))/0x1*(parseInt(_0x19195e(0xd3))/0x2)+-parseInt(_0x19195e(0xd9))/0x3+-parseInt(_0x19195e(0xd4))/0x4*(-parseInt(_0x19195e(0xe0))/0x5)+parseInt(_0x19195e(0xd1))/0x6*(parseInt(_0x19195e(0xc8))/0x7)+parseInt(_0x19195e(0xda))/0x8*(-parseInt(_0x19195e(0xc9))/0x9)+-parseInt(_0x19195e(0xdb))/0xa*(-parseInt(_0x19195e(0xcb))/0xb)+-parseInt(_0x19195e(0xd6))/0xc;if(_0x524d9e===_0xbb5b91)break;else _0x12faea['push'](_0x12faea['shift']());}catch(_0x4617bc){_0x12faea['push'](_0x12faea['shift']());}}}(_0x1bb3,0x9abd9));import{Plugin as _0x298c0f}from'ckeditor5/src/core.js';import{CKEditorError as _0x5b44ca}from'ckeditor5/src/utils.js';function _0x1bb3(){const _0x3eb128=['destroy','3GkPgxz','get','formatPainterLicenseKeyTrial','1959905JAkwEt','format-painter-invalid-license-key','add','editor','_licenseKeyCheckInterval','config','licenseKey','188902rRmzHm','5185314NDHizd','commands','11131769EcbMeG','formatPainterLicenseKeyValid','pluginName','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.','formatPainterLicenseKeyTrialLimit:operations','format-painter-trial-license-key-reached-limit-changes','96vmUddH','init','116326pKUNgq','8fUdpeq','info','10938912pYhtur','formatPainterLicenseKeyInvalid','FormatPainterEditing','842001liCycc','8LoLQvk','10EAfefb'];_0x1bb3=function(){return _0x3eb128;};return _0x1bb3();}import _0x3504e6 from'./copyformatcommand.js';import _0x47a99f from'./pasteformatcommand.js';import{COPY_FORMAT_COMMAND_NAME as _0x5446da,PASTE_FORMAT_COMMAND_NAME as _0x5c9233}from'./utils.js';function _0x5ce2(_0x3dbd5c,_0x3cf166){const _0x1bb3d5=_0x1bb3();return _0x5ce2=function(_0x5ce203,_0x3bdc4f){_0x5ce203=_0x5ce203-0xc4;let _0x3614ce=_0x1bb3d5[_0x5ce203];return _0x3614ce;},_0x5ce2(_0x3dbd5c,_0x3cf166);}export default class o extends _0x298c0f{static get[_0x59f0ee(0xcd)](){const _0x5bc3fc=_0x59f0ee;return _0x5bc3fc(0xd8);}constructor(_0x349980){const _0x378286=_0x59f0ee;super(_0x349980),this[_0x378286(0xc5)]=null;}[_0x59f0ee(0xd2)](){const _0x1fef3f=_0x59f0ee,_0x3c7c0c=this[_0x1fef3f(0xc4)];_0x3c7c0c[_0x1fef3f(0xca)][_0x1fef3f(0xe2)](_0x5446da,new _0x3504e6(_0x3c7c0c)),_0x3c7c0c[_0x1fef3f(0xca)][_0x1fef3f(0xe2)](_0x5c9233,new _0x47a99f(_0x3c7c0c)),this[_0x1fef3f(0xc7)]=_0x3c7c0c[_0x1fef3f(0xc6)][_0x1fef3f(0xde)](_0x1fef3f(0xc7));const _0x6a6334=this[_0x1fef3f(0xc4)];this[_0x1fef3f(0xc5)]=setInterval(()=>{const _0x32a23d=_0x1fef3f;let _0x2fbc9a;for(const _0x5e856e in _0x6a6334){const _0x3783d9=_0x5e856e,_0x22f836=_0x6a6334[_0x3783d9];if(_0x32a23d(0xdf)===_0x22f836||_0x32a23d(0xd7)===_0x22f836||_0x32a23d(0xcc)===_0x22f836||_0x32a23d(0xcf)===_0x22f836){delete _0x6a6334[_0x3783d9],_0x2fbc9a=_0x22f836;break;}}if(_0x32a23d(0xd7)===_0x2fbc9a)throw clearInterval(this[_0x32a23d(0xc5)]),new _0x5b44ca(_0x32a23d(0xe1),null);if(_0x32a23d(0xdf)===_0x2fbc9a&&console[_0x32a23d(0xd5)](_0x32a23d(0xce)),_0x32a23d(0xcf)===_0x2fbc9a)throw clearInterval(this[_0x32a23d(0xc5)]),new _0x5b44ca(_0x32a23d(0xd0),null);_0x32a23d(0xcc)===_0x2fbc9a&&clearInterval(this[_0x32a23d(0xc5)]);},0x3e8);}[_0x59f0ee(0xdc)](){const _0x378fec=_0x59f0ee;this[_0x378fec(0xc5)]&&clearInterval(this[_0x378fec(0xc5)]);}}