@ckeditor/ckeditor5-format-painter 0.0.0-nightly-20240625.0 → 0.0.0-nightly-20240627.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
- (_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']||={});
23
+ (_0x3abedd=>{const {sr:{dictionary:_0x1a1526,getPluralForm:_0x38344c}}={'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':_0x2ecf63=>_0x2ecf63%0xa==0x1&&_0x2ecf63%0x64!=0xb?0x0:_0x2ecf63%0xa>=0x2&&_0x2ecf63%0xa<=0x4&&(_0x2ecf63%0x64<0xa||_0x2ecf63%0x64>=0x14)?0x1:0x2}};_0x3abedd['sr']||={'dictionary':{},'getPluralForm':null},_0x3abedd['sr']['dictionary']=Object['assign'](_0x3abedd['sr']['dictionary'],_0x1a1526),_0x3abedd['sr']['getPluralForm']=_0x38344c;})(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':_0x4b8f4c=>0x1!=_0x4b8f4c}};
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':_0x11ca70=>0x1!=_0x11ca70}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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']||={});
23
+ (_0x44ccce=>{const {sv:{dictionary:_0x3d80fe,getPluralForm:_0x592af5}}={'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':_0x13b588=>0x1!=_0x13b588}};_0x44ccce['sv']||={'dictionary':{},'getPluralForm':null},_0x44ccce['sv']['dictionary']=Object['assign'](_0x44ccce['sv']['dictionary'],_0x3d80fe),_0x44ccce['sv']['getPluralForm']=_0x592af5;})(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':_0x746ae9=>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':_0x4aa3bf=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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']||={});
23
+ (_0x24060a=>{const {th:{dictionary:_0x1b6337,getPluralForm:_0x1abbc4}}={'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':_0x2fbb34=>0x0}};_0x24060a['th']||={'dictionary':{},'getPluralForm':null},_0x24060a['th']['dictionary']=Object['assign'](_0x24060a['th']['dictionary'],_0x1b6337),_0x24060a['th']['getPluralForm']=_0x1abbc4;})(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':_0x32ac35=>_0x32ac35>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':_0x3eddc3=>_0x3eddc3>0x1}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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']||={});
23
+ (_0x21421e=>{const {tr:{dictionary:_0x53db37,getPluralForm:_0x203f7d}}={'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':_0x19cdf1=>_0x19cdf1>0x1}};_0x21421e['tr']||={'dictionary':{},'getPluralForm':null},_0x21421e['tr']['dictionary']=Object['assign'](_0x21421e['tr']['dictionary'],_0x53db37),_0x21421e['tr']['getPluralForm']=_0x203f7d;})(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':_0xe25f07=>0x1!=_0xe25f07}};
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':_0x193cad=>0x1!=_0x193cad}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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']||={});
23
+ (_0x52e48f=>{const {ug:{dictionary:_0x2e6130,getPluralForm:_0x4be3ea}}={'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':_0x4ebceb=>0x1!=_0x4ebceb}};_0x52e48f['ug']||={'dictionary':{},'getPluralForm':null},_0x52e48f['ug']['dictionary']=Object['assign'](_0x52e48f['ug']['dictionary'],_0x2e6130),_0x52e48f['ug']['getPluralForm']=_0x4be3ea;})(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':_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}};
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':_0x528516=>_0x528516%0x1==0x0&&_0x528516%0xa==0x1&&_0x528516%0x64!=0xb?0x0:_0x528516%0x1==0x0&&_0x528516%0xa>=0x2&&_0x528516%0xa<=0x4&&(_0x528516%0x64<0xc||_0x528516%0x64>0xe)?0x1:_0x528516%0x1==0x0&&(_0x528516%0xa==0x0||_0x528516%0xa>=0x5&&_0x528516%0xa<=0x9||_0x528516%0x64>=0xb&&_0x528516%0x64<=0xe)?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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']||={});
23
+ (_0x3d8f7a=>{const {uk:{dictionary:_0x11bc5b,getPluralForm:_0x36bcfd}}={'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':_0x391112=>_0x391112%0x1==0x0&&_0x391112%0xa==0x1&&_0x391112%0x64!=0xb?0x0:_0x391112%0x1==0x0&&_0x391112%0xa>=0x2&&_0x391112%0xa<=0x4&&(_0x391112%0x64<0xc||_0x391112%0x64>0xe)?0x1:_0x391112%0x1==0x0&&(_0x391112%0xa==0x0||_0x391112%0xa>=0x5&&_0x391112%0xa<=0x9||_0x391112%0x64>=0xb&&_0x391112%0x64<=0xe)?0x2:0x3}};_0x3d8f7a['uk']||={'dictionary':{},'getPluralForm':null},_0x3d8f7a['uk']['dictionary']=Object['assign'](_0x3d8f7a['uk']['dictionary'],_0x11bc5b),_0x3d8f7a['uk']['getPluralForm']=_0x36bcfd;})(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':_0x5ce822=>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':_0x58f7e5=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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']||={});
23
+ (_0x4b9962=>{const {vi:{dictionary:_0x5b0deb,getPluralForm:_0x1aa239}}={'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':_0x374e68=>0x0}};_0x4b9962['vi']||={'dictionary':{},'getPluralForm':null},_0x4b9962['vi']['dictionary']=Object['assign'](_0x4b9962['vi']['dictionary'],_0x5b0deb),_0x4b9962['vi']['getPluralForm']=_0x1aa239;})(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':_0x27ad32=>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':_0xdabaaa=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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']||={});
23
+ (_0x19e62b=>{const {'zh-cn':{dictionary:_0x5ceb0e,getPluralForm:_0x1a92df}}={'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':_0x5cd65a=>0x0}};_0x19e62b['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x19e62b['zh-cn']['dictionary']=Object['assign'](_0x19e62b['zh-cn']['dictionary'],_0x5ceb0e),_0x19e62b['zh-cn']['getPluralForm']=_0x1a92df;})(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':_0x191ca4=>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':_0x39f131=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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']||={});
23
+ (_0x2585af=>{const {zh:{dictionary:_0x694e74,getPluralForm:_0x563fc6}}={'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':_0x138623=>0x0}};_0x2585af['zh']||={'dictionary':{},'getPluralForm':null},_0x2585af['zh']['dictionary']=Object['assign'](_0x2585af['zh']['dictionary'],_0x694e74),_0x2585af['zh']['getPluralForm']=_0x563fc6;})(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-20240625.0",
3
+ "version": "0.0.0-nightly-20240627.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-20240625.0",
16
- "ckeditor5-collaboration": "0.0.0-nightly-20240625.0"
15
+ "ckeditor5": "0.0.0-nightly-20240627.0",
16
+ "ckeditor5-collaboration": "0.0.0-nightly-20240627.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 _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)]));}}
23
+ function _0xaf2f(){const _0x4e799c=['document','editor','selection','2940HuETdM','filter','value','5270RJlgzf','9504810BrIQms','2595dkLFgg','4120410LVzBKW','model','execute','408AbvPvK','fromEntries','get','getAttributes','from','reset','260139HzQhFd','refresh','_getFormattingAttributes','1162quaxAj','getAttributeProperties','schema','68ZycNQb','isFormatting','30708gWWOuq','15328wZQVDA','461kthSMZ','change:value','commands','change:isEnabled'];_0xaf2f=function(){return _0x4e799c;};return _0xaf2f();}const _0x25956d=_0x1d41;(function(_0x53159d,_0x364188){const _0x3ea28c=_0x1d41,_0x2021d6=_0x53159d();while(!![]){try{const _0x177255=-parseInt(_0x3ea28c(0x169))/0x1*(-parseInt(_0x3ea28c(0x153))/0x2)+-parseInt(_0x3ea28c(0x167))/0x3*(parseInt(_0x3ea28c(0x165))/0x4)+-parseInt(_0x3ea28c(0x155))/0x5*(parseInt(_0x3ea28c(0x150))/0x6)+parseInt(_0x3ea28c(0x162))/0x7*(-parseInt(_0x3ea28c(0x168))/0x8)+-parseInt(_0x3ea28c(0x154))/0x9+parseInt(_0x3ea28c(0x156))/0xa+-parseInt(_0x3ea28c(0x15f))/0xb*(-parseInt(_0x3ea28c(0x159))/0xc);if(_0x177255===_0x364188)break;else _0x2021d6['push'](_0x2021d6['shift']());}catch(_0x768fdd){_0x2021d6['push'](_0x2021d6['shift']());}}}(_0xaf2f,0x99696));function _0x1d41(_0x2ecd3b,_0xda0c8f){const _0xaf2f96=_0xaf2f();return _0x1d41=function(_0x1d41bf,_0x522ac8){_0x1d41bf=_0x1d41bf-0x14f;let _0x26ab19=_0xaf2f96[_0x1d41bf];return _0x26ab19;},_0x1d41(_0x2ecd3b,_0xda0c8f);}import{Command as _0x12ce05}from'ckeditor5/src/core.js';import{PASTE_FORMAT_COMMAND_NAME as _0x2a6272}from'./utils.js';export default class r extends _0x12ce05{constructor(_0x27e8aa){const _0x293bee=_0x1d41;super(_0x27e8aa),this[_0x293bee(0x152)]=void 0x0,this['on'](_0x293bee(0x16c),(_0x12b6bd,_0x55ae9d,_0xf4adad)=>{const _0x1283be=_0x293bee;_0xf4adad||this[_0x1283be(0x15e)]();}),this['on'](_0x293bee(0x16a),()=>_0x27e8aa[_0x293bee(0x16b)][_0x293bee(0x15b)](_0x2a6272)[_0x293bee(0x160)]());}[_0x25956d(0x158)](){const _0x5a8b01=_0x25956d;this[_0x5a8b01(0x152)]=this[_0x5a8b01(0x161)]();}[_0x25956d(0x15e)](){const _0x2b5934=_0x25956d;this[_0x2b5934(0x152)]=void 0x0;}[_0x25956d(0x161)](){const _0x1c9f89=_0x25956d,_0xcfd6a9=this[_0x1c9f89(0x16e)][_0x1c9f89(0x157)],_0x27a412=_0xcfd6a9[_0x1c9f89(0x16d)][_0x1c9f89(0x14f)];return Object[_0x1c9f89(0x15a)](Array[_0x1c9f89(0x15d)](_0x27a412[_0x1c9f89(0x15c)]())[_0x1c9f89(0x151)](([_0x55f26d])=>_0xcfd6a9[_0x1c9f89(0x164)][_0x1c9f89(0x163)](_0x55f26d)[_0x1c9f89(0x166)]));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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);}}
23
+ var _0x577521=_0x685d;(function(_0x388e71,_0x4f0a42){var _0x45a227=_0x685d,_0x57250f=_0x388e71();while(!![]){try{var _0x5c0c3c=parseInt(_0x45a227(0x1c0))/0x1+-parseInt(_0x45a227(0x1c2))/0x2*(-parseInt(_0x45a227(0x1b6))/0x3)+-parseInt(_0x45a227(0x1bd))/0x4*(-parseInt(_0x45a227(0x1b9))/0x5)+parseInt(_0x45a227(0x1c3))/0x6*(parseInt(_0x45a227(0x1bc))/0x7)+-parseInt(_0x45a227(0x1b8))/0x8*(parseInt(_0x45a227(0x1bf))/0x9)+parseInt(_0x45a227(0x1b7))/0xa+-parseInt(_0x45a227(0x1c1))/0xb*(parseInt(_0x45a227(0x1b5))/0xc);if(_0x5c0c3c===_0x4f0a42)break;else _0x57250f['push'](_0x57250f['shift']());}catch(_0x5f0a84){_0x57250f['push'](_0x57250f['shift']());}}}(_0x5887,0x37d2c));import{Plugin as _0x539bbf}from'ckeditor5/src/core.js';import _0x2e430d from'./formatpainterediting.js';import _0x43a315 from'./formatpainterui.js';function _0x685d(_0x670c30,_0x309851){var _0x58870e=_0x5887();return _0x685d=function(_0x685d18,_0x21d7ad){_0x685d18=_0x685d18-0x1b5;var _0x4acd77=_0x58870e[_0x685d18];return _0x4acd77;},_0x685d(_0x670c30,_0x309851);}function _0x5887(){var _0x2e2c27=['12PwuFum','21SfmsKd','215820DmLmjb','4760crAyUh','303515Phtlbt','pluginName','FormatPainter','7YHEaGJ','20QYzKoD','requires','1233OwOzVK','177154uBYnkP','9469757bHcntc','117806mvrZUW','1538892BNQDxE'];_0x5887=function(){return _0x2e2c27;};return _0x5887();}export default class m extends _0x539bbf{static get[_0x577521(0x1be)](){return[_0x2e430d,_0x43a315];}static get[_0x577521(0x1ba)](){var _0x547d27=_0x577521;return _0x547d27(0x1bb);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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)]);}}
23
+ const _0x2e1919=_0x17c6;(function(_0x545292,_0x36c75d){const _0x46698b=_0x17c6,_0x20f75f=_0x545292();while(!![]){try{const _0xb78659=-parseInt(_0x46698b(0x163))/0x1+-parseInt(_0x46698b(0x152))/0x2*(parseInt(_0x46698b(0x15b))/0x3)+parseInt(_0x46698b(0x166))/0x4*(-parseInt(_0x46698b(0x158))/0x5)+parseInt(_0x46698b(0x161))/0x6+-parseInt(_0x46698b(0x14b))/0x7+-parseInt(_0x46698b(0x165))/0x8+parseInt(_0x46698b(0x162))/0x9;if(_0xb78659===_0x36c75d)break;else _0x20f75f['push'](_0x20f75f['shift']());}catch(_0x25ca9a){_0x20f75f['push'](_0x20f75f['shift']());}}}(_0x525d,0x230f6));function _0x525d(){const _0x5a8170=['formatPainterLicenseKeyTrial','format-painter-trial-license-key-reached-limit-changes','destroy','1115376IywoEG','7098165heRamI','170385DNacBe','commands','909432KavVrg','4mYCYma','1097222vqDiIe','format-painter-invalid-license-key','formatPainterLicenseKeyInvalid','FormatPainterEditing','pluginName','add','licenseKey','177544hcTCWa','init','formatPainterLicenseKeyTrialLimit:operations','formatPainterLicenseKeyValid','_licenseKeyCheckInterval','get','1063105KFfEkb','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.','editor','6ZFNKNI','info','config'];_0x525d=function(){return _0x5a8170;};return _0x525d();}import{Plugin as _0x5ca300}from'ckeditor5/src/core.js';import{CKEditorError as _0x157979}from'ckeditor5/src/utils.js';import _0x4b04db from'./copyformatcommand.js';import _0x3fa1da from'./pasteformatcommand.js';function _0x17c6(_0x33bc1a,_0x1c68ec){const _0x525d32=_0x525d();return _0x17c6=function(_0x17c656,_0x42585c){_0x17c656=_0x17c656-0x14b;let _0x1d44b4=_0x525d32[_0x17c656];return _0x1d44b4;},_0x17c6(_0x33bc1a,_0x1c68ec);}import{COPY_FORMAT_COMMAND_NAME as _0x46f58e,PASTE_FORMAT_COMMAND_NAME as _0x4b1ae0}from'./utils.js';export default class o extends _0x5ca300{static get[_0x2e1919(0x14f)](){const _0x416afb=_0x2e1919;return _0x416afb(0x14e);}constructor(_0x13babb){const _0x403f73=_0x2e1919;super(_0x13babb),this[_0x403f73(0x156)]=null;}[_0x2e1919(0x153)](){const _0x3bc8da=_0x2e1919,_0x581cce=this[_0x3bc8da(0x15a)];_0x581cce[_0x3bc8da(0x164)][_0x3bc8da(0x150)](_0x46f58e,new _0x4b04db(_0x581cce)),_0x581cce[_0x3bc8da(0x164)][_0x3bc8da(0x150)](_0x4b1ae0,new _0x3fa1da(_0x581cce)),this[_0x3bc8da(0x151)]=_0x581cce[_0x3bc8da(0x15d)][_0x3bc8da(0x157)](_0x3bc8da(0x151));const _0x51c3c0=this[_0x3bc8da(0x15a)];this[_0x3bc8da(0x156)]=setInterval(()=>{const _0x4062e9=_0x3bc8da;let _0x4999fd;for(const _0x2fb256 in _0x51c3c0){const _0x148da6=_0x2fb256,_0x450722=_0x51c3c0[_0x148da6];if(_0x4062e9(0x15e)===_0x450722||_0x4062e9(0x14d)===_0x450722||_0x4062e9(0x155)===_0x450722||_0x4062e9(0x154)===_0x450722){delete _0x51c3c0[_0x148da6],_0x4999fd=_0x450722;break;}}if(_0x4062e9(0x14d)===_0x4999fd)throw clearInterval(this[_0x4062e9(0x156)]),new _0x157979(_0x4062e9(0x14c),null);if(_0x4062e9(0x15e)===_0x4999fd&&console[_0x4062e9(0x15c)](_0x4062e9(0x159)),_0x4062e9(0x154)===_0x4999fd)throw clearInterval(this[_0x4062e9(0x156)]),new _0x157979(_0x4062e9(0x15f),null);_0x4062e9(0x155)===_0x4999fd&&clearInterval(this[_0x4062e9(0x156)]);},0x3e8);}[_0x2e1919(0x160)](){const _0x39f2e9=_0x2e1919;this[_0x39f2e9(0x156)]&&clearInterval(this[_0x39f2e9(0x156)]);}}