eztech-core-components 1.0.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.
- package/assets/css/index.css +405 -0
- package/ckeditor/CHANGES.md +2339 -0
- package/ckeditor/LICENSE.md +1444 -0
- package/ckeditor/MongolianScript.ttf +0 -0
- package/ckeditor/README.md +39 -0
- package/ckeditor/SECURITY.md +10 -0
- package/ckeditor/adapters/jquery.js +10 -0
- package/ckeditor/bender-runner.config.json +16 -0
- package/ckeditor/build-config.js +193 -0
- package/ckeditor/ckcontent.css +71 -0
- package/ckeditor/ckeditor.js +1446 -0
- package/ckeditor/cmdashitseden.ttf +0 -0
- package/ckeditor/config.js +21 -0
- package/ckeditor/contents.css +220 -0
- package/ckeditor/lang/af.js +5 -0
- package/ckeditor/lang/ar.js +5 -0
- package/ckeditor/lang/az.js +5 -0
- package/ckeditor/lang/bg.js +5 -0
- package/ckeditor/lang/bn.js +5 -0
- package/ckeditor/lang/bs.js +5 -0
- package/ckeditor/lang/ca.js +5 -0
- package/ckeditor/lang/cs.js +5 -0
- package/ckeditor/lang/cy.js +5 -0
- package/ckeditor/lang/da.js +5 -0
- package/ckeditor/lang/de-ch.js +5 -0
- package/ckeditor/lang/de.js +5 -0
- package/ckeditor/lang/el.js +5 -0
- package/ckeditor/lang/en-au.js +5 -0
- package/ckeditor/lang/en-ca.js +5 -0
- package/ckeditor/lang/en-gb.js +5 -0
- package/ckeditor/lang/en.js +5 -0
- package/ckeditor/lang/eo.js +5 -0
- package/ckeditor/lang/es-mx.js +5 -0
- package/ckeditor/lang/es.js +5 -0
- package/ckeditor/lang/et.js +5 -0
- package/ckeditor/lang/eu.js +5 -0
- package/ckeditor/lang/fa.js +5 -0
- package/ckeditor/lang/fi.js +5 -0
- package/ckeditor/lang/fo.js +5 -0
- package/ckeditor/lang/fr-ca.js +5 -0
- package/ckeditor/lang/fr.js +5 -0
- package/ckeditor/lang/gl.js +5 -0
- package/ckeditor/lang/gu.js +5 -0
- package/ckeditor/lang/he.js +5 -0
- package/ckeditor/lang/hi.js +5 -0
- package/ckeditor/lang/hr.js +5 -0
- package/ckeditor/lang/hu.js +5 -0
- package/ckeditor/lang/id.js +5 -0
- package/ckeditor/lang/is.js +5 -0
- package/ckeditor/lang/it.js +5 -0
- package/ckeditor/lang/ja.js +5 -0
- package/ckeditor/lang/ka.js +5 -0
- package/ckeditor/lang/km.js +5 -0
- package/ckeditor/lang/ko.js +5 -0
- package/ckeditor/lang/ku.js +5 -0
- package/ckeditor/lang/lt.js +5 -0
- package/ckeditor/lang/lv.js +5 -0
- package/ckeditor/lang/mk.js +5 -0
- package/ckeditor/lang/mn.js +5 -0
- package/ckeditor/lang/ms.js +5 -0
- package/ckeditor/lang/nb.js +5 -0
- package/ckeditor/lang/nl.js +5 -0
- package/ckeditor/lang/no.js +5 -0
- package/ckeditor/lang/oc.js +5 -0
- package/ckeditor/lang/pl.js +5 -0
- package/ckeditor/lang/pt-br.js +5 -0
- package/ckeditor/lang/pt.js +5 -0
- package/ckeditor/lang/ro.js +5 -0
- package/ckeditor/lang/ru.js +5 -0
- package/ckeditor/lang/si.js +5 -0
- package/ckeditor/lang/sk.js +5 -0
- package/ckeditor/lang/sl.js +5 -0
- package/ckeditor/lang/sq.js +5 -0
- package/ckeditor/lang/sr-latn.js +5 -0
- package/ckeditor/lang/sr.js +5 -0
- package/ckeditor/lang/sv.js +5 -0
- package/ckeditor/lang/th.js +5 -0
- package/ckeditor/lang/tr.js +5 -0
- package/ckeditor/lang/tt.js +5 -0
- package/ckeditor/lang/ug.js +5 -0
- package/ckeditor/lang/uk.js +5 -0
- package/ckeditor/lang/vi.js +5 -0
- package/ckeditor/lang/zh-cn.js +5 -0
- package/ckeditor/lang/zh.js +5 -0
- package/ckeditor/monbaiti.ttf +0 -0
- package/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +10 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt +25 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/af.js +11 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js +12 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/az.js +11 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js +12 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js +13 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js +12 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js +11 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/da.js +11 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/de-ch.js +13 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/de.js +13 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/el.js +13 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/en-au.js +12 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js +12 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/en.js +12 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js +13 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/es-mx.js +13 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/es.js +13 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/et.js +11 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/eu.js +12 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js +11 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js +12 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/fo.js +12 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js +12 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js +13 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js +12 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js +12 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/he.js +11 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js +12 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js +11 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js +12 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/id.js +11 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/it.js +13 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js +9 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/km.js +12 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js +10 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js +11 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js +12 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js +13 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js +12 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js +12 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js +12 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js +12 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/no.js +12 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/oc.js +12 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js +13 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js +13 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js +12 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js +12 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js +11 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/si.js +10 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js +11 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js +12 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js +12 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js +13 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js +13 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js +11 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/th.js +12 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js +12 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/tt.js +12 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js +12 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js +12 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js +11 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js +9 -0
- package/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js +9 -0
- package/ckeditor/plugins/about/dialogs/about.js +8 -0
- package/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png +0 -0
- package/ckeditor/plugins/about/dialogs/logo_ckeditor.png +0 -0
- package/ckeditor/plugins/clipboard/dialogs/paste.js +11 -0
- package/ckeditor/plugins/colordialog/dialogs/colordialog.css +20 -0
- package/ckeditor/plugins/colordialog/dialogs/colordialog.js +14 -0
- package/ckeditor/plugins/copyformatting/cursors/cursor-disabled.svg +25 -0
- package/ckeditor/plugins/copyformatting/cursors/cursor.svg +14 -0
- package/ckeditor/plugins/copyformatting/styles/copyformatting.css +45 -0
- package/ckeditor/plugins/dialog/dialogDefinition.js +4 -0
- package/ckeditor/plugins/dialog/styles/dialog.css +18 -0
- package/ckeditor/plugins/div/dialogs/div.js +10 -0
- package/ckeditor/plugins/find/dialogs/find.js +26 -0
- package/ckeditor/plugins/forms/dialogs/button.js +8 -0
- package/ckeditor/plugins/forms/dialogs/checkbox.js +9 -0
- package/ckeditor/plugins/forms/dialogs/form.js +8 -0
- package/ckeditor/plugins/forms/dialogs/hiddenfield.js +7 -0
- package/ckeditor/plugins/forms/dialogs/radio.js +9 -0
- package/ckeditor/plugins/forms/dialogs/select.js +21 -0
- package/ckeditor/plugins/forms/dialogs/textarea.js +9 -0
- package/ckeditor/plugins/forms/dialogs/textfield.js +11 -0
- package/ckeditor/plugins/forms/images/hiddenfield.gif +0 -0
- package/ckeditor/plugins/icons.png +0 -0
- package/ckeditor/plugins/icons_hidpi.png +0 -0
- package/ckeditor/plugins/iframe/dialogs/iframe.js +11 -0
- package/ckeditor/plugins/iframe/images/placeholder.png +0 -0
- package/ckeditor/plugins/image/dialogs/image.js +44 -0
- package/ckeditor/plugins/image/images/noimage.png +0 -0
- package/ckeditor/plugins/indent/dev/indent.html +285 -0
- package/ckeditor/plugins/indent/icons/hidpi/indent-rtl.png +0 -0
- package/ckeditor/plugins/indent/icons/hidpi/indent.png +0 -0
- package/ckeditor/plugins/indent/icons/hidpi/outdent-rtl.png +0 -0
- package/ckeditor/plugins/indent/icons/hidpi/outdent.png +0 -0
- package/ckeditor/plugins/indent/icons/indent-rtl.png +0 -0
- package/ckeditor/plugins/indent/icons/indent.png +0 -0
- package/ckeditor/plugins/indent/icons/outdent-rtl.png +0 -0
- package/ckeditor/plugins/indent/icons/outdent.png +0 -0
- package/ckeditor/plugins/indent/lang/af.js +8 -0
- package/ckeditor/plugins/indent/lang/ar.js +8 -0
- package/ckeditor/plugins/indent/lang/az.js +8 -0
- package/ckeditor/plugins/indent/lang/bg.js +8 -0
- package/ckeditor/plugins/indent/lang/bn.js +8 -0
- package/ckeditor/plugins/indent/lang/bs.js +8 -0
- package/ckeditor/plugins/indent/lang/ca.js +8 -0
- package/ckeditor/plugins/indent/lang/cs.js +8 -0
- package/ckeditor/plugins/indent/lang/cy.js +8 -0
- package/ckeditor/plugins/indent/lang/da.js +8 -0
- package/ckeditor/plugins/indent/lang/de-ch.js +8 -0
- package/ckeditor/plugins/indent/lang/de.js +8 -0
- package/ckeditor/plugins/indent/lang/el.js +8 -0
- package/ckeditor/plugins/indent/lang/en-au.js +8 -0
- package/ckeditor/plugins/indent/lang/en-ca.js +8 -0
- package/ckeditor/plugins/indent/lang/en-gb.js +8 -0
- package/ckeditor/plugins/indent/lang/en.js +8 -0
- package/ckeditor/plugins/indent/lang/eo.js +8 -0
- package/ckeditor/plugins/indent/lang/es-mx.js +8 -0
- package/ckeditor/plugins/indent/lang/es.js +8 -0
- package/ckeditor/plugins/indent/lang/et.js +8 -0
- package/ckeditor/plugins/indent/lang/eu.js +8 -0
- package/ckeditor/plugins/indent/lang/fa.js +8 -0
- package/ckeditor/plugins/indent/lang/fi.js +8 -0
- package/ckeditor/plugins/indent/lang/fo.js +8 -0
- package/ckeditor/plugins/indent/lang/fr-ca.js +8 -0
- package/ckeditor/plugins/indent/lang/fr.js +8 -0
- package/ckeditor/plugins/indent/lang/gl.js +8 -0
- package/ckeditor/plugins/indent/lang/gu.js +8 -0
- package/ckeditor/plugins/indent/lang/he.js +8 -0
- package/ckeditor/plugins/indent/lang/hi.js +8 -0
- package/ckeditor/plugins/indent/lang/hr.js +8 -0
- package/ckeditor/plugins/indent/lang/hu.js +8 -0
- package/ckeditor/plugins/indent/lang/id.js +8 -0
- package/ckeditor/plugins/indent/lang/is.js +8 -0
- package/ckeditor/plugins/indent/lang/it.js +8 -0
- package/ckeditor/plugins/indent/lang/ja.js +8 -0
- package/ckeditor/plugins/indent/lang/ka.js +8 -0
- package/ckeditor/plugins/indent/lang/km.js +8 -0
- package/ckeditor/plugins/indent/lang/ko.js +8 -0
- package/ckeditor/plugins/indent/lang/ku.js +8 -0
- package/ckeditor/plugins/indent/lang/lt.js +8 -0
- package/ckeditor/plugins/indent/lang/lv.js +8 -0
- package/ckeditor/plugins/indent/lang/mk.js +8 -0
- package/ckeditor/plugins/indent/lang/mn.js +8 -0
- package/ckeditor/plugins/indent/lang/ms.js +8 -0
- package/ckeditor/plugins/indent/lang/nb.js +8 -0
- package/ckeditor/plugins/indent/lang/nl.js +8 -0
- package/ckeditor/plugins/indent/lang/no.js +8 -0
- package/ckeditor/plugins/indent/lang/oc.js +8 -0
- package/ckeditor/plugins/indent/lang/pl.js +8 -0
- package/ckeditor/plugins/indent/lang/pt-br.js +8 -0
- package/ckeditor/plugins/indent/lang/pt.js +8 -0
- package/ckeditor/plugins/indent/lang/ro.js +8 -0
- package/ckeditor/plugins/indent/lang/ru.js +8 -0
- package/ckeditor/plugins/indent/lang/si.js +8 -0
- package/ckeditor/plugins/indent/lang/sk.js +8 -0
- package/ckeditor/plugins/indent/lang/sl.js +8 -0
- package/ckeditor/plugins/indent/lang/sq.js +8 -0
- package/ckeditor/plugins/indent/lang/sr-latn.js +8 -0
- package/ckeditor/plugins/indent/lang/sr.js +8 -0
- package/ckeditor/plugins/indent/lang/sv.js +8 -0
- package/ckeditor/plugins/indent/lang/th.js +8 -0
- package/ckeditor/plugins/indent/lang/tr.js +8 -0
- package/ckeditor/plugins/indent/lang/tt.js +8 -0
- package/ckeditor/plugins/indent/lang/ug.js +8 -0
- package/ckeditor/plugins/indent/lang/uk.js +8 -0
- package/ckeditor/plugins/indent/lang/vi.js +8 -0
- package/ckeditor/plugins/indent/lang/zh-cn.js +8 -0
- package/ckeditor/plugins/indent/lang/zh.js +8 -0
- package/ckeditor/plugins/indent/plugin.js +461 -0
- package/ckeditor/plugins/justify/icons/hidpi/justifyblock.png +0 -0
- package/ckeditor/plugins/justify/icons/hidpi/justifycenter.png +0 -0
- package/ckeditor/plugins/justify/icons/hidpi/justifyleft.png +0 -0
- package/ckeditor/plugins/justify/icons/hidpi/justifyright.png +0 -0
- package/ckeditor/plugins/justify/icons/justifyblock.png +0 -0
- package/ckeditor/plugins/justify/icons/justifycenter.png +0 -0
- package/ckeditor/plugins/justify/icons/justifyleft.png +0 -0
- package/ckeditor/plugins/justify/icons/justifyright.png +0 -0
- package/ckeditor/plugins/justify/plugin.js +269 -0
- package/ckeditor/plugins/lineheight/LICENSE +22 -0
- package/ckeditor/plugins/lineheight/README.md +2 -0
- package/ckeditor/plugins/lineheight/lang/LANG.js +3 -0
- package/ckeditor/plugins/lineheight/lang/ar.js +3 -0
- package/ckeditor/plugins/lineheight/lang/de.js +3 -0
- package/ckeditor/plugins/lineheight/lang/en.js +3 -0
- package/ckeditor/plugins/lineheight/lang/es.js +3 -0
- package/ckeditor/plugins/lineheight/lang/fr.js +3 -0
- package/ckeditor/plugins/lineheight/lang/ko.js +3 -0
- package/ckeditor/plugins/lineheight/lang/pt.js +3 -0
- package/ckeditor/plugins/lineheight/plugin.js +81 -0
- package/ckeditor/plugins/lineheight/readme.txt +30 -0
- package/ckeditor/plugins/link/dialogs/anchor.js +9 -0
- package/ckeditor/plugins/link/dialogs/link.js +30 -0
- package/ckeditor/plugins/link/images/anchor.png +0 -0
- package/ckeditor/plugins/link/images/hidpi/anchor.png +0 -0
- package/ckeditor/plugins/liststyle/dialogs/liststyle.js +10 -0
- package/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png +0 -0
- package/ckeditor/plugins/magicline/images/hidpi/icon.png +0 -0
- package/ckeditor/plugins/magicline/images/icon-rtl.png +0 -0
- package/ckeditor/plugins/magicline/images/icon.png +0 -0
- package/ckeditor/plugins/pagebreak/images/pagebreak.gif +0 -0
- package/ckeditor/plugins/pastefromgdocs/filter/default.js +8 -0
- package/ckeditor/plugins/pastefromlibreoffice/filter/default.js +11 -0
- package/ckeditor/plugins/pastefromword/filter/default.js +43 -0
- package/ckeditor/plugins/pastetools/filter/common.js +24 -0
- package/ckeditor/plugins/pastetools/filter/image.js +12 -0
- package/ckeditor/plugins/preview/images/pagebreak.gif +0 -0
- package/ckeditor/plugins/preview/preview.html +13 -0
- package/ckeditor/plugins/preview/styles/screen.css +10 -0
- package/ckeditor/plugins/scayt/CHANGELOG.md +4 -0
- package/ckeditor/plugins/scayt/LICENSE.md +28 -0
- package/ckeditor/plugins/scayt/README.md +81 -0
- package/ckeditor/plugins/scayt/dialogs/dialog.css +23 -0
- package/ckeditor/plugins/scayt/dialogs/options.js +32 -0
- package/ckeditor/plugins/scayt/dialogs/toolbar.css +71 -0
- package/ckeditor/plugins/scayt/skins/moono-lisa/scayt.css +25 -0
- package/ckeditor/plugins/showblocks/images/block_address.png +0 -0
- package/ckeditor/plugins/showblocks/images/block_blockquote.png +0 -0
- package/ckeditor/plugins/showblocks/images/block_div.png +0 -0
- package/ckeditor/plugins/showblocks/images/block_h1.png +0 -0
- package/ckeditor/plugins/showblocks/images/block_h2.png +0 -0
- package/ckeditor/plugins/showblocks/images/block_h3.png +0 -0
- package/ckeditor/plugins/showblocks/images/block_h4.png +0 -0
- package/ckeditor/plugins/showblocks/images/block_h5.png +0 -0
- package/ckeditor/plugins/showblocks/images/block_h6.png +0 -0
- package/ckeditor/plugins/showblocks/images/block_p.png +0 -0
- package/ckeditor/plugins/showblocks/images/block_pre.png +0 -0
- package/ckeditor/plugins/simage/LICENSE +674 -0
- package/ckeditor/plugins/simage/README.md +73 -0
- package/ckeditor/plugins/simage/icons/simage.png +0 -0
- package/ckeditor/plugins/simage/plugin.js +154 -0
- package/ckeditor/plugins/smiley/dialogs/smiley.js +11 -0
- package/ckeditor/plugins/smiley/images/angel_smile.gif +0 -0
- package/ckeditor/plugins/smiley/images/angel_smile.png +0 -0
- package/ckeditor/plugins/smiley/images/angry_smile.gif +0 -0
- package/ckeditor/plugins/smiley/images/angry_smile.png +0 -0
- package/ckeditor/plugins/smiley/images/broken_heart.gif +0 -0
- package/ckeditor/plugins/smiley/images/broken_heart.png +0 -0
- package/ckeditor/plugins/smiley/images/confused_smile.gif +0 -0
- package/ckeditor/plugins/smiley/images/confused_smile.png +0 -0
- package/ckeditor/plugins/smiley/images/cry_smile.gif +0 -0
- package/ckeditor/plugins/smiley/images/cry_smile.png +0 -0
- package/ckeditor/plugins/smiley/images/devil_smile.gif +0 -0
- package/ckeditor/plugins/smiley/images/devil_smile.png +0 -0
- package/ckeditor/plugins/smiley/images/embaressed_smile.gif +0 -0
- package/ckeditor/plugins/smiley/images/embarrassed_smile.gif +0 -0
- package/ckeditor/plugins/smiley/images/embarrassed_smile.png +0 -0
- package/ckeditor/plugins/smiley/images/envelope.gif +0 -0
- package/ckeditor/plugins/smiley/images/envelope.png +0 -0
- package/ckeditor/plugins/smiley/images/heart.gif +0 -0
- package/ckeditor/plugins/smiley/images/heart.png +0 -0
- package/ckeditor/plugins/smiley/images/kiss.gif +0 -0
- package/ckeditor/plugins/smiley/images/kiss.png +0 -0
- package/ckeditor/plugins/smiley/images/lightbulb.gif +0 -0
- package/ckeditor/plugins/smiley/images/lightbulb.png +0 -0
- package/ckeditor/plugins/smiley/images/omg_smile.gif +0 -0
- package/ckeditor/plugins/smiley/images/omg_smile.png +0 -0
- package/ckeditor/plugins/smiley/images/regular_smile.gif +0 -0
- package/ckeditor/plugins/smiley/images/regular_smile.png +0 -0
- package/ckeditor/plugins/smiley/images/sad_smile.gif +0 -0
- package/ckeditor/plugins/smiley/images/sad_smile.png +0 -0
- package/ckeditor/plugins/smiley/images/shades_smile.gif +0 -0
- package/ckeditor/plugins/smiley/images/shades_smile.png +0 -0
- package/ckeditor/plugins/smiley/images/teeth_smile.gif +0 -0
- package/ckeditor/plugins/smiley/images/teeth_smile.png +0 -0
- package/ckeditor/plugins/smiley/images/thumbs_down.gif +0 -0
- package/ckeditor/plugins/smiley/images/thumbs_down.png +0 -0
- package/ckeditor/plugins/smiley/images/thumbs_up.gif +0 -0
- package/ckeditor/plugins/smiley/images/thumbs_up.png +0 -0
- package/ckeditor/plugins/smiley/images/tongue_smile.gif +0 -0
- package/ckeditor/plugins/smiley/images/tongue_smile.png +0 -0
- package/ckeditor/plugins/smiley/images/tounge_smile.gif +0 -0
- package/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif +0 -0
- package/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.png +0 -0
- package/ckeditor/plugins/smiley/images/wink_smile.gif +0 -0
- package/ckeditor/plugins/smiley/images/wink_smile.png +0 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt +20 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/af.js +13 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/ar.js +13 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/az.js +10 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/bg.js +13 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/ca.js +14 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/cs.js +13 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/cy.js +14 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/da.js +11 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/de-ch.js +13 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/de.js +13 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/el.js +13 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/en-au.js +13 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/en-ca.js +13 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js +13 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/en.js +13 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/eo.js +12 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/es-mx.js +13 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/es.js +13 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/et.js +11 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/eu.js +13 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/fa.js +12 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/fi.js +13 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js +10 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/fr.js +12 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/gl.js +13 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/he.js +12 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/hr.js +13 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/hu.js +12 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/id.js +13 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/it.js +14 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/ja.js +9 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/km.js +13 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/ko.js +10 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/ku.js +13 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/lt.js +13 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/lv.js +13 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/nb.js +11 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/nl.js +13 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/no.js +11 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/oc.js +12 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/pl.js +12 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js +11 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/pt.js +13 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/ro.js +13 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/ru.js +13 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/si.js +13 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/sk.js +13 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/sl.js +12 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/sq.js +13 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/sr-latn.js +13 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/sr.js +13 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/sv.js +11 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/th.js +13 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/tr.js +12 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/tt.js +13 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/ug.js +13 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/uk.js +12 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/vi.js +14 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js +9 -0
- package/ckeditor/plugins/specialchar/dialogs/lang/zh.js +9 -0
- package/ckeditor/plugins/specialchar/dialogs/specialchar.js +14 -0
- package/ckeditor/plugins/table/dialogs/table.js +22 -0
- package/ckeditor/plugins/tableselection/styles/tableselection.css +36 -0
- package/ckeditor/plugins/tabletools/dialogs/tableCell.js +18 -0
- package/ckeditor/plugins/templates/dialogs/templates.css +84 -0
- package/ckeditor/plugins/templates/dialogs/templates.js +11 -0
- package/ckeditor/plugins/templates/templatedefinition.js +4 -0
- package/ckeditor/plugins/templates/templates/default.js +7 -0
- package/ckeditor/plugins/templates/templates/images/template1.gif +0 -0
- package/ckeditor/plugins/templates/templates/images/template2.gif +0 -0
- package/ckeditor/plugins/templates/templates/images/template3.gif +0 -0
- package/ckeditor/plugins/textindent/icons/hidpi/textindent.png +0 -0
- package/ckeditor/plugins/textindent/icons/textindent.png +0 -0
- package/ckeditor/plugins/textindent/lang/en.js +3 -0
- package/ckeditor/plugins/textindent/lang/pt-br.js +3 -0
- package/ckeditor/plugins/textindent/plugin.js +99 -0
- package/ckeditor/plugins/widget/images/handle.png +0 -0
- package/ckeditor/samples/css/samples.css +1637 -0
- package/ckeditor/samples/img/github-top.png +0 -0
- package/ckeditor/samples/img/header-bg.png +0 -0
- package/ckeditor/samples/img/header-separator.png +0 -0
- package/ckeditor/samples/img/logo.png +0 -0
- package/ckeditor/samples/img/logo.svg +13 -0
- package/ckeditor/samples/img/navigation-tip.png +0 -0
- package/ckeditor/samples/index.html +130 -0
- package/ckeditor/samples/js/sample.js +53 -0
- package/ckeditor/samples/js/sf.js +17 -0
- package/ckeditor/samples/old/ajax.html +85 -0
- package/ckeditor/samples/old/api.html +210 -0
- package/ckeditor/samples/old/appendto.html +59 -0
- package/ckeditor/samples/old/assets/inlineall/logo.png +0 -0
- package/ckeditor/samples/old/assets/outputxhtml/outputxhtml.css +204 -0
- package/ckeditor/samples/old/assets/posteddata.php +60 -0
- package/ckeditor/samples/old/assets/sample.jpg +0 -0
- package/ckeditor/samples/old/assets/uilanguages/languages.js +7 -0
- package/ckeditor/samples/old/datafiltering.html +508 -0
- package/ckeditor/samples/old/dialog/assets/my_dialog.js +48 -0
- package/ckeditor/samples/old/dialog/dialog.html +190 -0
- package/ckeditor/samples/old/divreplace.html +144 -0
- package/ckeditor/samples/old/enterkey/enterkey.html +106 -0
- package/ckeditor/samples/old/htmlwriter/outputhtml.html +224 -0
- package/ckeditor/samples/old/index.html +129 -0
- package/ckeditor/samples/old/inlineall.html +314 -0
- package/ckeditor/samples/old/inlinebycode.html +124 -0
- package/ckeditor/samples/old/inlinetextarea.html +113 -0
- package/ckeditor/samples/old/jquery.html +103 -0
- package/ckeditor/samples/old/magicline/magicline.html +209 -0
- package/ckeditor/samples/old/readonly.html +76 -0
- package/ckeditor/samples/old/replacebyclass.html +60 -0
- package/ckeditor/samples/old/replacebycode.html +59 -0
- package/ckeditor/samples/old/sample.css +357 -0
- package/ckeditor/samples/old/sample.js +50 -0
- package/ckeditor/samples/old/sample_posteddata.php +16 -0
- package/ckeditor/samples/old/tabindex.html +78 -0
- package/ckeditor/samples/old/toolbar/toolbar.html +235 -0
- package/ckeditor/samples/old/uicolor.html +72 -0
- package/ckeditor/samples/old/uilanguages.html +122 -0
- package/ckeditor/samples/old/wysiwygarea/fullpage.html +80 -0
- package/ckeditor/samples/old/xhtmlstyle.html +234 -0
- package/ckeditor/samples/toolbarconfigurator/css/fontello.css +55 -0
- package/ckeditor/samples/toolbarconfigurator/font/LICENSE.txt +10 -0
- package/ckeditor/samples/toolbarconfigurator/font/config.json +28 -0
- package/ckeditor/samples/toolbarconfigurator/font/fontello.eot +0 -0
- package/ckeditor/samples/toolbarconfigurator/font/fontello.svg +14 -0
- package/ckeditor/samples/toolbarconfigurator/font/fontello.ttf +0 -0
- package/ckeditor/samples/toolbarconfigurator/font/fontello.woff +0 -0
- package/ckeditor/samples/toolbarconfigurator/index.html +447 -0
- package/ckeditor/samples/toolbarconfigurator/js/abstracttoolbarmodifier.js +13 -0
- package/ckeditor/samples/toolbarconfigurator/js/fulltoolbareditor.js +9 -0
- package/ckeditor/samples/toolbarconfigurator/js/toolbarmodifier.js +33 -0
- package/ckeditor/samples/toolbarconfigurator/js/toolbartextmodifier.js +14 -0
- package/ckeditor/samples/toolbarconfigurator/lib/codemirror/LICENSE +19 -0
- package/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.css +325 -0
- package/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.js +288 -0
- package/ckeditor/samples/toolbarconfigurator/lib/codemirror/javascript.js +25 -0
- package/ckeditor/samples/toolbarconfigurator/lib/codemirror/neo.css +36 -0
- package/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.css +38 -0
- package/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.js +16 -0
- package/ckeditor/skins/moono-lisa/dialog.css +5 -0
- package/ckeditor/skins/moono-lisa/dialog_ie.css +5 -0
- package/ckeditor/skins/moono-lisa/dialog_ie8.css +5 -0
- package/ckeditor/skins/moono-lisa/dialog_iequirks.css +5 -0
- package/ckeditor/skins/moono-lisa/editor.css +5 -0
- package/ckeditor/skins/moono-lisa/editor_gecko.css +5 -0
- package/ckeditor/skins/moono-lisa/editor_ie.css +5 -0
- package/ckeditor/skins/moono-lisa/editor_ie8.css +5 -0
- package/ckeditor/skins/moono-lisa/editor_iequirks.css +5 -0
- package/ckeditor/skins/moono-lisa/icons.png +0 -0
- package/ckeditor/skins/moono-lisa/icons_hidpi.png +0 -0
- package/ckeditor/skins/moono-lisa/images/arrow.png +0 -0
- package/ckeditor/skins/moono-lisa/images/close.png +0 -0
- package/ckeditor/skins/moono-lisa/images/hidpi/close.png +0 -0
- package/ckeditor/skins/moono-lisa/images/hidpi/lock-open.png +0 -0
- package/ckeditor/skins/moono-lisa/images/hidpi/lock.png +0 -0
- package/ckeditor/skins/moono-lisa/images/hidpi/refresh.png +0 -0
- package/ckeditor/skins/moono-lisa/images/lock-open.png +0 -0
- package/ckeditor/skins/moono-lisa/images/lock.png +0 -0
- package/ckeditor/skins/moono-lisa/images/refresh.png +0 -0
- package/ckeditor/skins/moono-lisa/images/spinner.gif +0 -0
- package/ckeditor/skins/moono-lisa/readme.md +46 -0
- package/ckeditor/styles.js +137 -0
- package/ckeditor/vendor/promise.js +13 -0
- package/comps/Animation/Checkbox.vue +37 -0
- package/comps/Animation/Radio.vue +30 -0
- package/comps/BooleanLabel.vue +40 -0
- package/comps/CardButton.vue +18 -0
- package/comps/CardImage.vue +40 -0
- package/comps/CardItem.vue +63 -0
- package/comps/CardList.vue +57 -0
- package/comps/CardNumber.vue +27 -0
- package/comps/Config/SelectColumns.vue +137 -0
- package/comps/CoreAgeMonth.vue +44 -0
- package/comps/CoreAppPassword.vue +31 -0
- package/comps/CoreAutocomplete.vue +93 -0
- package/comps/CoreCascader.vue +129 -0
- package/comps/CoreCascaderChildOrg.vue +165 -0
- package/comps/CoreCascaderChildPosition.vue +186 -0
- package/comps/CoreCkeditor.vue +324 -0
- package/comps/CoreColorPicker.vue +35 -0
- package/comps/CoreContextMenu.vue +81 -0
- package/comps/CoreDate.vue +56 -0
- package/comps/CoreDateRange.vue +34 -0
- package/comps/CoreDatetime.vue +34 -0
- package/comps/CoreDeepLink.vue +53 -0
- package/comps/CoreDurationJustified.vue +23 -0
- package/comps/CoreFiles.vue +497 -0
- package/comps/CoreFooter.vue +100 -0
- package/comps/CoreForm.vue +499 -0
- package/comps/CoreFormDialog.vue +140 -0
- package/comps/CoreFormFields.vue +306 -0
- package/comps/CoreFormItem.vue +114 -0
- package/comps/CoreFormItemCopy.vue +155 -0
- package/comps/CoreFormSub.vue +118 -0
- package/comps/CoreFormTable.vue +197 -0
- package/comps/CoreFormTableInline.vue +300 -0
- package/comps/CoreFormTableList.vue +268 -0
- package/comps/CoreIcon.vue +5 -0
- package/comps/CoreImage.vue +37 -0
- package/comps/CoreInlineNumber.vue +54 -0
- package/comps/CoreInputNumber.vue +49 -0
- package/comps/CoreInputSearch.vue +44 -0
- package/comps/CoreJson.vue +10 -0
- package/comps/CoreLoader.vue +153 -0
- package/comps/CoreLocked.vue +151 -0
- package/comps/CoreMergeConfirm.vue +59 -0
- package/comps/CoreMultipleInput.vue +51 -0
- package/comps/CorePanel.vue +33 -0
- package/comps/CorePdfDialog.vue +84 -0
- package/comps/CorePdfView.vue +52 -0
- package/comps/CoreRegexp.vue +41 -0
- package/comps/CoreSelect.vue +249 -0
- package/comps/CoreSelectEnum.vue +103 -0
- package/comps/CoreSelectGroup.vue +237 -0
- package/comps/CoreSelectGroupItem.vue +168 -0
- package/comps/CoreSelectGroupList.vue +386 -0
- package/comps/CoreSelectOrgEmp.vue +319 -0
- package/comps/CoreSelectTable.vue +277 -0
- package/comps/CoreSelectTree.vue +183 -0
- package/comps/CoreSelectTreeItem.vue +129 -0
- package/comps/CoreSelectTreeList.vue +149 -0
- package/comps/CoreSelectYear.vue +42 -0
- package/comps/CoreSignCertificate.vue +129 -0
- package/comps/CoreSpan.vue +31 -0
- package/comps/CoreStatus.vue +29 -0
- package/comps/CoreSwitch.vue +28 -0
- package/comps/CoreTable.vue +852 -0
- package/comps/CoreTableColumn.vue +78 -0
- package/comps/CoreTableColumnHeader.vue +25 -0
- package/comps/CoreTableColumnRow.vue +234 -0
- package/comps/CoreTableConfig.vue +248 -0
- package/comps/CoreTableImage.vue +89 -0
- package/comps/CoreTableSearch.vue +267 -0
- package/comps/CoreTableSearchDetail.vue +89 -0
- package/comps/CoreTableStatus.vue +71 -0
- package/comps/CoreUploadImage.vue +542 -0
- package/comps/CoreVideo.vue +44 -0
- package/comps/CoreVimeo.vue +135 -0
- package/comps/CoreVimeoLabel.vue +32 -0
- package/comps/CoreVueEditor.vue +106 -0
- package/comps/CoreXypService.vue +233 -0
- package/comps/CoreZoomImage.vue +99 -0
- package/comps/Custom/CrimeDescription.vue +195 -0
- package/comps/Custom/CrimeNum.vue +41 -0
- package/comps/Custom/EmployeeSelect.vue +243 -0
- package/comps/Custom/EmployeeText.vue +7 -0
- package/comps/Custom/EmployeeWorkFamilies.vue +36 -0
- package/comps/Custom/NationalLangSkills.vue +137 -0
- package/comps/Custom/TableLogs.vue +86 -0
- package/comps/Custom/UserClotheRow.vue +105 -0
- package/comps/Custom/UserClothes.vue +470 -0
- package/comps/Custom/UserRoles.vue +169 -0
- package/comps/Custom/UserSelect.vue +423 -0
- package/comps/Custom/UserSkills.vue +98 -0
- package/comps/MomentAddCode.vue +91 -0
- package/comps/SclHandbook.vue +135 -0
- package/comps/Sign/Dialog.vue +321 -0
- package/comps/Sign/Info.vue +43 -0
- package/comps/Sign/InfoDialog.vue +78 -0
- package/directives/el-dragDialog/drag.js +34 -0
- package/index.js +7 -0
- package/middleware/auth.js +28 -0
- package/middleware/confirm-leave.js +15 -0
- package/middleware/login.js +6 -0
- package/middleware/router.js +5 -0
- package/package.json +48 -0
- package/plugins/axios.js +51 -0
- package/plugins/chart.js +134 -0
- package/plugins/ckeditor.js +3 -0
- package/plugins/idle-logout.js +33 -0
- package/store/settings.js +236 -0
- package/store/user.js +215 -0
- package/utils/component-helper.js +336 -0
- package/utils/data-helper.js +236 -0
- package/utils/default-nuxt-config.js +116 -0
- package/utils/eslint-rules.js +12 -0
- package/utils/helpers.js +67 -0
- package/utils/message-helper.js +19 -0
- package/utils/number-helper.js +166 -0
- package/utils/number-texts.js +217 -0
- package/utils/regexps.js +86 -0
- package/utils/role-helper.js +52 -0
- package/utils/social-helper.js +58 -0
- package/utils/table-helper.js +1612 -0
|
@@ -0,0 +1,183 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<el-popover
|
|
3
|
+
:value="visible"
|
|
4
|
+
placement="bottom-start"
|
|
5
|
+
width="400"
|
|
6
|
+
popper-class="popper-notification"
|
|
7
|
+
trigger="focus"
|
|
8
|
+
:disabled="disabled"
|
|
9
|
+
@show="handleChange(true)"
|
|
10
|
+
@hide="handleChange(false)"
|
|
11
|
+
>
|
|
12
|
+
<core-select-tree-list
|
|
13
|
+
v-model="modelValue"
|
|
14
|
+
:visible.sync="visible"
|
|
15
|
+
:project-id="projectId"
|
|
16
|
+
:table_name="table_name"
|
|
17
|
+
:ref_column="ref_column + ',parent_id'"
|
|
18
|
+
:size="size"
|
|
19
|
+
:disabled="disabled"
|
|
20
|
+
@select="handleSelect"
|
|
21
|
+
/>
|
|
22
|
+
<el-input
|
|
23
|
+
slot="reference"
|
|
24
|
+
v-model="itemName"
|
|
25
|
+
class="focus:text-coreSecondaryText"
|
|
26
|
+
placeholder="Сонгох.."
|
|
27
|
+
:size="size"
|
|
28
|
+
:disabled="disabled"
|
|
29
|
+
clearable
|
|
30
|
+
@clear="modelValue = null; visible = false;"
|
|
31
|
+
/>
|
|
32
|
+
</el-popover>
|
|
33
|
+
</template>
|
|
34
|
+
<script>
|
|
35
|
+
export default {
|
|
36
|
+
name: 'CoreSelecTree',
|
|
37
|
+
props: {
|
|
38
|
+
value: { type: [String, Object], default: null },
|
|
39
|
+
projectId: { type: [String, Number], default: '5' },
|
|
40
|
+
table_name: { type: String, default: 'hrm_organizations' },
|
|
41
|
+
ref_column: { type: String, default: 'name,parent_id' },
|
|
42
|
+
size: { type: String, default: null },
|
|
43
|
+
disabled: { type: Boolean, default: false }
|
|
44
|
+
},
|
|
45
|
+
data () {
|
|
46
|
+
return {
|
|
47
|
+
visible: false,
|
|
48
|
+
list: [],
|
|
49
|
+
loading: false,
|
|
50
|
+
item: null,
|
|
51
|
+
timeout: 0,
|
|
52
|
+
searchText: '',
|
|
53
|
+
searchTimeout: 0
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
computed: {
|
|
57
|
+
itemName: {
|
|
58
|
+
get () {
|
|
59
|
+
if (this.searchText) {
|
|
60
|
+
return this.searchText
|
|
61
|
+
}
|
|
62
|
+
if (typeof this.value === 'object') {
|
|
63
|
+
return this.value?.name
|
|
64
|
+
}
|
|
65
|
+
return this.value ? this.item?.name : null
|
|
66
|
+
},
|
|
67
|
+
set (val) {
|
|
68
|
+
this.searchText = val
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
modelValue: {
|
|
72
|
+
get () {
|
|
73
|
+
return this.value
|
|
74
|
+
},
|
|
75
|
+
set (val) {
|
|
76
|
+
this.$emit('input', val)
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
watch: {
|
|
81
|
+
// visible (val) {
|
|
82
|
+
// if (val) {
|
|
83
|
+
// this.refresh()
|
|
84
|
+
// }
|
|
85
|
+
// },
|
|
86
|
+
// modelValue () {
|
|
87
|
+
// this.getItem()
|
|
88
|
+
// }
|
|
89
|
+
searchText () {
|
|
90
|
+
clearTimeout(this.searchTimeout)
|
|
91
|
+
this.searchTimeout = setTimeout(this.refresh, 1000)
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
mounted () {
|
|
95
|
+
// this.getItem()
|
|
96
|
+
// this.refresh()
|
|
97
|
+
},
|
|
98
|
+
methods: {
|
|
99
|
+
handleChange (val) {
|
|
100
|
+
clearTimeout(this.timeout)
|
|
101
|
+
this.timeout = setTimeout(() => {
|
|
102
|
+
this.visible = val
|
|
103
|
+
}, 100)
|
|
104
|
+
},
|
|
105
|
+
handleSelect (item) {
|
|
106
|
+
this.searchText = null
|
|
107
|
+
this.item = item
|
|
108
|
+
this.modelValue = { ...item }
|
|
109
|
+
// this.modelValue = item._id
|
|
110
|
+
this.visible = false
|
|
111
|
+
},
|
|
112
|
+
async handleLoad (item) {
|
|
113
|
+
try {
|
|
114
|
+
if (item.loading) {
|
|
115
|
+
return
|
|
116
|
+
}
|
|
117
|
+
item.loading = true
|
|
118
|
+
if (!item.expand && item.list.length === 0) {
|
|
119
|
+
item.list = await this.getList(item)
|
|
120
|
+
}
|
|
121
|
+
item.expand = !item.expand
|
|
122
|
+
} catch (err) {
|
|
123
|
+
this.$showError(err)
|
|
124
|
+
} finally {
|
|
125
|
+
item.loading = false
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
async refresh () {
|
|
129
|
+
try {
|
|
130
|
+
if (!this.visible) {
|
|
131
|
+
return
|
|
132
|
+
}
|
|
133
|
+
if (this.loading || this.list.length > 0) {
|
|
134
|
+
return
|
|
135
|
+
}
|
|
136
|
+
this.loading = true
|
|
137
|
+
this.list = await this.getList()
|
|
138
|
+
} catch (err) {
|
|
139
|
+
this.$showError(err)
|
|
140
|
+
} finally {
|
|
141
|
+
this.loading = false
|
|
142
|
+
}
|
|
143
|
+
},
|
|
144
|
+
async getItem () {
|
|
145
|
+
try {
|
|
146
|
+
if (!this.modelValue || this.item) {
|
|
147
|
+
return
|
|
148
|
+
}
|
|
149
|
+
const { data: { list } } = await this.$axios.get(`reference/${this.projectId}/${this.table_name}`, {
|
|
150
|
+
params: {
|
|
151
|
+
search: JSON.stringify(Object.assign({ _id: { val: this.modelValue, t: 'number', op: 'eq' } })),
|
|
152
|
+
fields: this.ref_column,
|
|
153
|
+
isHasChildren: true
|
|
154
|
+
}
|
|
155
|
+
})
|
|
156
|
+
if (list.length > 0) {
|
|
157
|
+
this.item = list[0]
|
|
158
|
+
}
|
|
159
|
+
} catch (err) {
|
|
160
|
+
this.$showError(err)
|
|
161
|
+
}
|
|
162
|
+
},
|
|
163
|
+
async getList (row) {
|
|
164
|
+
const { data: { list } } = await this.$axios.get(`reference/${this.projectId}/${this.table_name}`, {
|
|
165
|
+
process: false,
|
|
166
|
+
params: {
|
|
167
|
+
search: JSON.stringify(Object.assign({ parent_id: { val: row ? row._id : 'null', t: 'number', op: 'eq' } })),
|
|
168
|
+
// selectedId: String(this.value),
|
|
169
|
+
fields: this.ref_column,
|
|
170
|
+
isHasChildren: true
|
|
171
|
+
}
|
|
172
|
+
})
|
|
173
|
+
return list.map((c) => {
|
|
174
|
+
// c.hasChildren = true
|
|
175
|
+
c.loading = false
|
|
176
|
+
c.expand = false
|
|
177
|
+
c.list = []
|
|
178
|
+
return c
|
|
179
|
+
})
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
</script>
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<ul :class="['w-full', { 'pl-2 pr-[6px]': treeCount <= 1, 'pl-[16px] ': treeCount > 1 }]">
|
|
3
|
+
<li
|
|
4
|
+
v-for="item in list"
|
|
5
|
+
:key="item._id"
|
|
6
|
+
:class="{
|
|
7
|
+
'border-top-half relative flex-col': !!item.parent_id
|
|
8
|
+
}"
|
|
9
|
+
>
|
|
10
|
+
<div :class="['flex overflow-hidden flex-row', {}]">
|
|
11
|
+
<div v-if="!!item.parent_id" class="h-full">
|
|
12
|
+
<div class="w-[8px] border-b border-coreSecondaryText/[.6] h-[17.5px]" />
|
|
13
|
+
</div>
|
|
14
|
+
<div v-if="item.hasChildren" class="pr-1 w-[18px] flex flex-col justify-between">
|
|
15
|
+
<div class="pt-[7px]">
|
|
16
|
+
<i v-if="item.loading" class="text-lg cursor-pointer el-icon-loading text-coreSecondaryText" />
|
|
17
|
+
<i v-else :class="['text-lg cursor-pointer el-icon-caret-bottom duration-200 text-corePrimary hover:text-coreSecondaryText', item.expand ? 'rotate-0' : '-rotate-90']" @click="() => handleLoadChildren(item)" />
|
|
18
|
+
</div>
|
|
19
|
+
<div class="h-[8px] flex-1 pl-[2px]">
|
|
20
|
+
<div :class="['w-[7px] border-r border-coreSecondaryText/[.6] leading-1 text-xs', { 'h-full': item.expand, 'h-0 duration-100 delay-300': !item.expand }]" />
|
|
21
|
+
</div>
|
|
22
|
+
</div>
|
|
23
|
+
<div
|
|
24
|
+
v-if="multiple" :class="['pt-[6px]', {
|
|
25
|
+
'px-1': !item.hasChildren,
|
|
26
|
+
'pr-1': item.hasChildren,
|
|
27
|
+
}]"
|
|
28
|
+
>
|
|
29
|
+
<el-checkbox :value="value.includes(item._id)" @change="() => handleSelectCheckbox(item, treeCount)" />
|
|
30
|
+
</div>
|
|
31
|
+
<div
|
|
32
|
+
:class="['flex-1 flex-col', {
|
|
33
|
+
'bg-coreBgHover text-corePrimary mb-2 rounded': expandedItems.includes(item._id),
|
|
34
|
+
}]"
|
|
35
|
+
>
|
|
36
|
+
<div
|
|
37
|
+
:class="['px-1 py-2 rounded hover:bg-coreBgHover cursor-pointer leading-4 break-normal text-left', {
|
|
38
|
+
'font-medium': item.hasChildren,
|
|
39
|
+
'text-corePrimary': multiple ? value && value.includes(item._id) : item._id === value
|
|
40
|
+
}]"
|
|
41
|
+
@click="() => handleSelect(item, treeCount)"
|
|
42
|
+
>
|
|
43
|
+
{{ item.name }}
|
|
44
|
+
</div>
|
|
45
|
+
<el-collapse-transition>
|
|
46
|
+
<div v-if="expandedItems.includes(item._id)" class="w-full flex justify-end pb-1 gap-1 px-2 mb-[2px]">
|
|
47
|
+
<div class="border rounded py-[2px] px-1 bg-white cursor-pointer text-coreRegularText text-xs hover:text-corePrimary active:text-coreRegularText" @click.stop="() => $emit('select', item, treeCount)">
|
|
48
|
+
<i :class="['el-icon-check duration-200']" />
|
|
49
|
+
Сонгох
|
|
50
|
+
</div>
|
|
51
|
+
<div class="border rounded py-[2px] px-1 bg-white cursor-pointer text-coreRegularText text-xs hover:text-corePrimary active:text-coreRegularText" @click.stop="() => handleLoadChildren(item, treeCount)">
|
|
52
|
+
<i :class="['el-icon-caret-bottom duration-200', item.expand ? 'rotate-0' : '-rotate-90']" />
|
|
53
|
+
{{ item.expand ? 'Хураах' : 'Задлах' }}
|
|
54
|
+
</div>
|
|
55
|
+
<div class="border rounded py-[2px] px-1 bg-white cursor-pointer text-coreRegularText text-xs hover:text-corePrimary active:text-coreRegularText" @click.stop="() => expandedItems = []">
|
|
56
|
+
<i :class="['el-icon-close']" />
|
|
57
|
+
</div>
|
|
58
|
+
</div>
|
|
59
|
+
</el-collapse-transition>
|
|
60
|
+
</div>
|
|
61
|
+
</div>
|
|
62
|
+
<el-collapse-transition>
|
|
63
|
+
<core-select-tree-item
|
|
64
|
+
v-if="item.expand && !item.loading && item.list.length > 0"
|
|
65
|
+
:tree-count="treeCount + 1"
|
|
66
|
+
:list="item.list"
|
|
67
|
+
:value="value"
|
|
68
|
+
:multiple="multiple"
|
|
69
|
+
@load="($event, $eventTreeCount) => handleLoadChildren($event, $eventTreeCount)"
|
|
70
|
+
@select="($event, $eventTreeCount) => $emit('select', $event, $eventTreeCount)"
|
|
71
|
+
@select-checkbox="($event, $eventTreeCount) => $emit('select-checkbox', $event, $eventTreeCount)"
|
|
72
|
+
/>
|
|
73
|
+
<div v-else-if="item.expand && !item.loading && item.list.length === 0" class="text-center text-coreSecondaryText">
|
|
74
|
+
Өгөгдөл байхгүй
|
|
75
|
+
</div>
|
|
76
|
+
</el-collapse-transition>
|
|
77
|
+
</li>
|
|
78
|
+
</ul>
|
|
79
|
+
</template>
|
|
80
|
+
<script>
|
|
81
|
+
export default {
|
|
82
|
+
name: 'CoreSelectTreeItem',
|
|
83
|
+
props: {
|
|
84
|
+
list: { type: Array, default: () => { return [] } },
|
|
85
|
+
value: { type: [String, Array, Object], default: null },
|
|
86
|
+
treeCount: { type: Number, default: 0 },
|
|
87
|
+
multiple: { type: Boolean, default: false },
|
|
88
|
+
selectedValues: { type: Array, default: () => { return [] } }
|
|
89
|
+
},
|
|
90
|
+
data () {
|
|
91
|
+
return {
|
|
92
|
+
expandedItems: []
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
methods: {
|
|
96
|
+
handleLoadChildren (item, treeCount) {
|
|
97
|
+
this.$emit('load', item, treeCount)
|
|
98
|
+
},
|
|
99
|
+
handleSelectCheckbox (item, treeCount) {
|
|
100
|
+
this.$emit('select-checkbox', item, treeCount)
|
|
101
|
+
},
|
|
102
|
+
handleSelect (item, treeCount) {
|
|
103
|
+
if (item.hasChildren && !item.expand) {
|
|
104
|
+
const index = this.expandedItems.indexOf(item._id)
|
|
105
|
+
if (index > -1) {
|
|
106
|
+
this.expandedItems.splice(item._id, 1)
|
|
107
|
+
}
|
|
108
|
+
this.expandedItems = [item._id]
|
|
109
|
+
} else {
|
|
110
|
+
this.$emit('select', item, treeCount)
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
</script>
|
|
116
|
+
<style>
|
|
117
|
+
.border-top-half::before {
|
|
118
|
+
content: "";
|
|
119
|
+
position: absolute;
|
|
120
|
+
top: 0;
|
|
121
|
+
left: 0;
|
|
122
|
+
height: 100%;
|
|
123
|
+
border-left: 1px solid #90939999;
|
|
124
|
+
/* border-left: 1px solid #DCDFE6; */
|
|
125
|
+
}
|
|
126
|
+
.border-top-half:last-child::before {
|
|
127
|
+
height: 18px;
|
|
128
|
+
}
|
|
129
|
+
</style>
|
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div v-if="loading" class="py-4 px-4 flex text-coreSecondaryText items-center">
|
|
3
|
+
<i class="el-icon-loading pr-1" />
|
|
4
|
+
<div class="text-sm px-1">
|
|
5
|
+
Түр хүлээнэ үү..
|
|
6
|
+
</div>
|
|
7
|
+
</div>
|
|
8
|
+
<div v-else :class="['py-2 px-1 overflow-y-auto', {'h-80': !autoHeight}]">
|
|
9
|
+
<core-select-tree-item
|
|
10
|
+
:list="list"
|
|
11
|
+
:value="value"
|
|
12
|
+
:multiple="multiple"
|
|
13
|
+
:selected-values="selectedValues"
|
|
14
|
+
@load="handleLoad"
|
|
15
|
+
@select="handleSelect"
|
|
16
|
+
@select-checkbox="handleSelectCheckbox"
|
|
17
|
+
/>
|
|
18
|
+
</div>
|
|
19
|
+
</template>
|
|
20
|
+
<script>
|
|
21
|
+
export default {
|
|
22
|
+
name: 'CoreSelectTreeList',
|
|
23
|
+
props: {
|
|
24
|
+
value: { type: [String, Array, Object], default: () => { return null } },
|
|
25
|
+
projectId: { type: [String, Number], default: '5' },
|
|
26
|
+
table_name: { type: String, default: 'hrm_organizations' },
|
|
27
|
+
ref_column: { type: String, default: 'name,parent_id' },
|
|
28
|
+
size: { type: String, default: null },
|
|
29
|
+
disabled: { type: Boolean, default: false },
|
|
30
|
+
visible: { type: Boolean, default: false },
|
|
31
|
+
multiple: { type: Boolean, default: false },
|
|
32
|
+
autoHeight: { type: Boolean, default: false },
|
|
33
|
+
selectedValues: { type: Array, default: () => { return [] } }
|
|
34
|
+
},
|
|
35
|
+
data () {
|
|
36
|
+
return {
|
|
37
|
+
list: [],
|
|
38
|
+
loading: false,
|
|
39
|
+
item: null,
|
|
40
|
+
timeout: 0
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
computed: {
|
|
44
|
+
// itemName () {
|
|
45
|
+
// return this.value ? this.item?.name : null
|
|
46
|
+
// },
|
|
47
|
+
modelValue: {
|
|
48
|
+
get () {
|
|
49
|
+
return this.value
|
|
50
|
+
},
|
|
51
|
+
set (val) {
|
|
52
|
+
this.$emit('input', val)
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
watch: {
|
|
57
|
+
visible (val) {
|
|
58
|
+
this.refresh()
|
|
59
|
+
},
|
|
60
|
+
modelValue () {
|
|
61
|
+
// this.getItem()
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
mounted () {
|
|
65
|
+
// this.getItem()
|
|
66
|
+
this.refresh()
|
|
67
|
+
},
|
|
68
|
+
methods: {
|
|
69
|
+
handleSelect (item, treeCount) {
|
|
70
|
+
this.$emit('select', item, treeCount)
|
|
71
|
+
},
|
|
72
|
+
handleSelectCheckbox (item, treeCount) {
|
|
73
|
+
this.$emit('select-checkbox', item, treeCount)
|
|
74
|
+
},
|
|
75
|
+
async handleLoad (item) {
|
|
76
|
+
try {
|
|
77
|
+
if (item.loading) {
|
|
78
|
+
return
|
|
79
|
+
}
|
|
80
|
+
item.loading = true
|
|
81
|
+
if (!item.expand && item.list.length === 0) {
|
|
82
|
+
item.list = await this.getList(item)
|
|
83
|
+
}
|
|
84
|
+
item.expand = !item.expand
|
|
85
|
+
} catch (err) {
|
|
86
|
+
this.$showError(err)
|
|
87
|
+
} finally {
|
|
88
|
+
item.loading = false
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
async refresh () {
|
|
92
|
+
try {
|
|
93
|
+
if (!this.visible) {
|
|
94
|
+
return
|
|
95
|
+
}
|
|
96
|
+
if (this.loading || this.list.length > 0) {
|
|
97
|
+
return
|
|
98
|
+
}
|
|
99
|
+
this.loading = true
|
|
100
|
+
this.list = await this.getList()
|
|
101
|
+
} catch (err) {
|
|
102
|
+
this.$showError(err)
|
|
103
|
+
} finally {
|
|
104
|
+
this.loading = false
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
// async getItem () {
|
|
108
|
+
// try {
|
|
109
|
+
// if (!this.modelValue || this.item) {
|
|
110
|
+
// return
|
|
111
|
+
// }
|
|
112
|
+
// const { data: { list } } = await this.$axios.get(`reference/${this.projectId}/${this.table_name}`, {
|
|
113
|
+
// params: {
|
|
114
|
+
// search: JSON.stringify(Object.assign({ _id: { val: this.modelValue, t: 'string', op: 'eq' } })),
|
|
115
|
+
// fields: this.ref_column.split(','),
|
|
116
|
+
// isHasChildren: true
|
|
117
|
+
// }
|
|
118
|
+
// })
|
|
119
|
+
// if (list.length > 0) {
|
|
120
|
+
// this.item = list[0]
|
|
121
|
+
// }
|
|
122
|
+
// } catch (err) {
|
|
123
|
+
// this.$showError(err)
|
|
124
|
+
// }
|
|
125
|
+
// },
|
|
126
|
+
async getList (row) {
|
|
127
|
+
let fields = null
|
|
128
|
+
if (this.ref_column) {
|
|
129
|
+
fields = this.ref_column
|
|
130
|
+
}
|
|
131
|
+
const { data: { list } } = await this.$axios.get(`reference/${this.projectId}/${this.table_name}`, {
|
|
132
|
+
process: false,
|
|
133
|
+
params: {
|
|
134
|
+
search: JSON.stringify({ parent_id: { val: row ? row._id : 'null', t: 'number', op: 'eq' } }),
|
|
135
|
+
// selectedId: String(this.value),
|
|
136
|
+
fields,
|
|
137
|
+
isHasChildren: true
|
|
138
|
+
}
|
|
139
|
+
})
|
|
140
|
+
return list.map((c) => {
|
|
141
|
+
c.loading = false
|
|
142
|
+
c.expand = false
|
|
143
|
+
c.list = []
|
|
144
|
+
return c
|
|
145
|
+
})
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
</script>
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<el-select v-model="modelValue" placeholder="Select year">
|
|
3
|
+
<el-option
|
|
4
|
+
v-for="year in options"
|
|
5
|
+
:key="year"
|
|
6
|
+
:label="year"
|
|
7
|
+
:value="year"
|
|
8
|
+
/>
|
|
9
|
+
</el-select>
|
|
10
|
+
</template>
|
|
11
|
+
|
|
12
|
+
<script>
|
|
13
|
+
export default {
|
|
14
|
+
props: {
|
|
15
|
+
value: { type: Number, default: 0 },
|
|
16
|
+
min: { type: Number, default: 2020 },
|
|
17
|
+
max: {
|
|
18
|
+
type: Number,
|
|
19
|
+
default () {
|
|
20
|
+
return parseInt(this.$moment().format('YYYY'))
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
computed: {
|
|
25
|
+
options () {
|
|
26
|
+
const years = []
|
|
27
|
+
for (let y = this.max; y >= this.min; y--) {
|
|
28
|
+
years.push(y)
|
|
29
|
+
}
|
|
30
|
+
return years
|
|
31
|
+
},
|
|
32
|
+
modelValue: {
|
|
33
|
+
get () {
|
|
34
|
+
return this.value
|
|
35
|
+
},
|
|
36
|
+
set (val) {
|
|
37
|
+
this.$emit('input', val)
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
</script>
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div v-if="!!parentRow?._id">
|
|
3
|
+
<el-button v-if="isSkipSign" :loading="uploadingPdf" :disabled="isDisabledButton" :icon="'el-icon-document'" plain type="primary" @click="handleSkipSignPdf">
|
|
4
|
+
PDF Файлруу хөрвүүлэх
|
|
5
|
+
</el-button>
|
|
6
|
+
<el-button v-else :disabled="isDisabledButton" :loading="uploadingPdf" :icon="'el-icon-key'" type="success" plain @click="handleSignPdf">
|
|
7
|
+
Тоон гарын үсгээр баталгаажуулах
|
|
8
|
+
</el-button>
|
|
9
|
+
<sign-dialog
|
|
10
|
+
v-if="visibleSign"
|
|
11
|
+
ref="signDialog"
|
|
12
|
+
:visible.sync="visibleSign"
|
|
13
|
+
:dialog-title="'Тоон гарын үсэг зурах'"
|
|
14
|
+
@onCertificateSelect="handleBase64Response"
|
|
15
|
+
@onSignedPdf="handleSignedPdf"
|
|
16
|
+
/>
|
|
17
|
+
</div>
|
|
18
|
+
</template>
|
|
19
|
+
<script>
|
|
20
|
+
import { mapGetters } from 'vuex'
|
|
21
|
+
import { get } from 'lodash'
|
|
22
|
+
import { base64ToBlob, blobToBase64 } from '../utils/helpers'
|
|
23
|
+
export default {
|
|
24
|
+
name: 'CoreSignCertificatePdf',
|
|
25
|
+
props: {
|
|
26
|
+
parentRow: { type: Object, default: () => { return null } },
|
|
27
|
+
pdfUrls: { type: Array, default: () => { return [] } }, // id, filename, url, pageSize/A4,A5/
|
|
28
|
+
isSkipSign: { type: Boolean, default: false },
|
|
29
|
+
uploadUrl: { type: String, default: 'upload/signed/pdf' },
|
|
30
|
+
ptoken: { type: String, default: null }
|
|
31
|
+
},
|
|
32
|
+
data () {
|
|
33
|
+
return {
|
|
34
|
+
visibleSign: false,
|
|
35
|
+
uploadingPdf: false,
|
|
36
|
+
pdfFiles: []
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
computed: {
|
|
40
|
+
...mapGetters('settings', ['env', 'unsavedChanges']),
|
|
41
|
+
...mapGetters('user', ['token']),
|
|
42
|
+
isDisabledButton () { return this.pdfFiles.length === this.pdfUrls.length }
|
|
43
|
+
},
|
|
44
|
+
methods: {
|
|
45
|
+
handleSignPdf () {
|
|
46
|
+
this.pdfFiles = []
|
|
47
|
+
this.visibleSign = true
|
|
48
|
+
},
|
|
49
|
+
async handleSignedPdf (pdkId, responseBase64, filename, subject) {
|
|
50
|
+
try {
|
|
51
|
+
if (this.unsavedChanges) {
|
|
52
|
+
this.$customError('Та эхлээд өөрчлөлтийг хадгална уу')
|
|
53
|
+
}
|
|
54
|
+
const blob = base64ToBlob(responseBase64, 'application/pdf')
|
|
55
|
+
const formData = new FormData()
|
|
56
|
+
formData.append('file', blob, filename)
|
|
57
|
+
const headers = { 'Content-Type': 'multipart/form-data' }
|
|
58
|
+
if (this.ptoken) {
|
|
59
|
+
headers.Authorization = `Bearer ${this.ptoken}`
|
|
60
|
+
} else if (this.token) {
|
|
61
|
+
headers.Authorization = `Bearer ${this.token}`
|
|
62
|
+
}
|
|
63
|
+
const instance = this.$axios.create({ baseURL: this.env.baseUrl, headers })
|
|
64
|
+
const { data } = await instance.post(`file/${this.uploadUrl}`, formData)
|
|
65
|
+
this.pdfFiles.push(data)
|
|
66
|
+
const index = this.pdfUrls.findIndex(c => c.filename === filename)
|
|
67
|
+
const nextPdfUrl = get(this.pdfUrls, `[${index + 1}]`)
|
|
68
|
+
if (nextPdfUrl) {
|
|
69
|
+
const responsePdf = (await this.$axios.get(nextPdfUrl.url, { responseType: 'blob', params: { pageSize: nextPdfUrl.pageSize, subject } }))
|
|
70
|
+
const base64String = await blobToBase64(responsePdf.data)
|
|
71
|
+
this.$refs.signDialog.handleSignRequest(pdkId, null, null, base64String, nextPdfUrl.filename, nextPdfUrl.id, subject)
|
|
72
|
+
} else {
|
|
73
|
+
this.$showSuccess('Тоон гарын үсэг амжилттай зурлаа.')
|
|
74
|
+
this.visibleSign = false
|
|
75
|
+
this.$emit('success', this.pdfFiles)
|
|
76
|
+
}
|
|
77
|
+
} catch (err) {
|
|
78
|
+
this.$showError(err)
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
async handleBase64Response (response) {
|
|
82
|
+
try {
|
|
83
|
+
const pdfUrl = this.pdfUrls[0]
|
|
84
|
+
const responsePdf = (await this.$axios.get(pdfUrl.url, { responseType: 'blob', params: { pageSize: pdfUrl.pageSize, subject: response.subject } }))
|
|
85
|
+
const base64String = await blobToBase64(responsePdf.data)
|
|
86
|
+
this.$refs.signDialog.handleSignRequest(response.pkId, null, null, base64String, pdfUrl.filename, pdfUrl.id, response.subject)
|
|
87
|
+
} catch (err) {
|
|
88
|
+
this.$showError(err)
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
async handleSkipSignPdf () {
|
|
92
|
+
try {
|
|
93
|
+
if (this.unsavedChanges) {
|
|
94
|
+
this.$customError('Та эхлээд өөрчлөлтийг хадгална уу')
|
|
95
|
+
}
|
|
96
|
+
if (this.uploadingPdf) {
|
|
97
|
+
return
|
|
98
|
+
}
|
|
99
|
+
this.uploadingPdf = true
|
|
100
|
+
for (const r of this.pdfUrls) {
|
|
101
|
+
await this.handleSkipPdf(r)
|
|
102
|
+
}
|
|
103
|
+
this.$showSuccess('Амжилттай хөрвүүллээ.')
|
|
104
|
+
this.$emit('success', this.pdfFiles)
|
|
105
|
+
} catch (err) {
|
|
106
|
+
this.$showError(err)
|
|
107
|
+
} finally {
|
|
108
|
+
this.uploadingPdf = false
|
|
109
|
+
}
|
|
110
|
+
},
|
|
111
|
+
async handleSkipPdf (pdfUrl) {
|
|
112
|
+
const responsePdf = (await this.$axios.get(pdfUrl.url, { responseType: 'blob', params: { pageSize: pdfUrl.pageSize, subject: {} } }))
|
|
113
|
+
const base64String = await blobToBase64(responsePdf.data)
|
|
114
|
+
const blob = base64ToBlob(base64String, 'application/pdf')
|
|
115
|
+
const formData = new FormData()
|
|
116
|
+
formData.append('file', blob, pdfUrl.filename)
|
|
117
|
+
const headers = { 'Content-Type': 'multipart/form-data' }
|
|
118
|
+
if (this.ptoken) {
|
|
119
|
+
headers.Authorization = `Bearer ${this.ptoken}`
|
|
120
|
+
} else if (this.token) {
|
|
121
|
+
headers.Authorization = `Bearer ${this.token}`
|
|
122
|
+
}
|
|
123
|
+
const instance = this.$axios.create({ baseURL: this.env.baseUrl, headers })
|
|
124
|
+
const { data } = await instance.post(`file/${this.uploadUrl}`, formData)
|
|
125
|
+
this.pdfFiles.push(data)
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
</script>
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<span
|
|
3
|
+
ref="editable"
|
|
4
|
+
class="p-1 leading-3 outline-none"
|
|
5
|
+
contenteditable
|
|
6
|
+
@input="updateContent"
|
|
7
|
+
/>
|
|
8
|
+
</template>
|
|
9
|
+
|
|
10
|
+
<script>
|
|
11
|
+
export default {
|
|
12
|
+
props: {
|
|
13
|
+
value: { type: String, default: '' }
|
|
14
|
+
},
|
|
15
|
+
watch: {
|
|
16
|
+
value (newValue) {
|
|
17
|
+
if (this.$refs.editable.innerHTML !== newValue) {
|
|
18
|
+
this.$refs.editable.innerHTML = newValue
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
mounted () {
|
|
23
|
+
this.$refs.editable.innerHTML = this.value
|
|
24
|
+
},
|
|
25
|
+
methods: {
|
|
26
|
+
updateContent (event) {
|
|
27
|
+
this.$emit('custom-change', { newValue: event.target.innerText?.trim(), oldValue: this.value })
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
</script>
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<span class="flex items-start justify-start">
|
|
3
|
+
<span
|
|
4
|
+
:style="{
|
|
5
|
+
background: color + '11',
|
|
6
|
+
borderColor: color + '33',
|
|
7
|
+
color: color
|
|
8
|
+
}"
|
|
9
|
+
class="flex flex-row items-center px-1 py-[3px] text-xs font-medium gap-1 border rounded leading-3"
|
|
10
|
+
>
|
|
11
|
+
<i v-if="status?.icon" :class="status.icon" />
|
|
12
|
+
<span v-if="status?.name">{{ status.name }}</span>
|
|
13
|
+
<span v-else>{{ placeholder }}</span>
|
|
14
|
+
</span>
|
|
15
|
+
</span>
|
|
16
|
+
</template>
|
|
17
|
+
<script>
|
|
18
|
+
export default {
|
|
19
|
+
props: {
|
|
20
|
+
status: { type: Object, default: () => { return null } },
|
|
21
|
+
placeholder: { type: String, default: () => { return '' } }
|
|
22
|
+
},
|
|
23
|
+
computed: {
|
|
24
|
+
color () {
|
|
25
|
+
return this.status?.color || '#606266'
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
</script>
|