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,268 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<transition name="el-fade-in-linear">
|
|
3
|
+
<div v-if="initted && table">
|
|
4
|
+
<div v-if="groupName === 'QUESTIONS'" class="px-2">
|
|
5
|
+
<el-alert show-icon :closable="false">
|
|
6
|
+
<div class="text-sm">
|
|
7
|
+
Шинжилгээ хийх нийт хугацаа <b>
|
|
8
|
+
"{{ temps.reduce((n, {duration_total}) => n + duration_total, 0) }}"</b> өдөр. Шалгах хугацааг объектын тоог жишиг хугацаагаар үржүүлж зөвхөн ажлын өдрөөр тооцно.
|
|
9
|
+
</div>
|
|
10
|
+
</el-alert>
|
|
11
|
+
</div>
|
|
12
|
+
<el-table
|
|
13
|
+
:data="temps"
|
|
14
|
+
class="core-table-inline rounded"
|
|
15
|
+
width="100%"
|
|
16
|
+
:border="false"
|
|
17
|
+
:resizable="false"
|
|
18
|
+
>
|
|
19
|
+
<el-table-column
|
|
20
|
+
v-for="col in showColumns"
|
|
21
|
+
v-bind="col.props"
|
|
22
|
+
:key="col.col_field"
|
|
23
|
+
:prop="col.col_field"
|
|
24
|
+
:sortable="false"
|
|
25
|
+
>
|
|
26
|
+
<template slot="header" slot-scope="scope">
|
|
27
|
+
<div class="h-full flex items-center w-full">
|
|
28
|
+
<div
|
|
29
|
+
class="flex-1 text-xs leading-4 line-clamp-2 whitespace-normal break-normal text-left"
|
|
30
|
+
:title="scope.column.label"
|
|
31
|
+
>
|
|
32
|
+
{{ scope.column.label }}
|
|
33
|
+
</div>
|
|
34
|
+
</div>
|
|
35
|
+
</template>
|
|
36
|
+
<template slot-scope="scope">
|
|
37
|
+
<div :class="['el-form-item !mb-0 text-left', { 'is-error': validates.length > scope.$index && validates[scope.$index].isError && validates[scope.$index][col.col_field] }]">
|
|
38
|
+
<div class="el-form-item__content text-center">
|
|
39
|
+
<core-form-item
|
|
40
|
+
:col="col"
|
|
41
|
+
:parent-temp="parentTemp || scope.row"
|
|
42
|
+
:temp="scope.row"
|
|
43
|
+
:project-id="projectId"
|
|
44
|
+
:pk_field_name="pk_field_name"
|
|
45
|
+
default-size="small"
|
|
46
|
+
:disabled="disabled || col.disabled || col.form?.col_readonly || ['duration_days', 'duration_total'].includes(col.col_field)"
|
|
47
|
+
@temp-change="($event) => handleChangeRow(scope.$index, col, $event)"
|
|
48
|
+
/>
|
|
49
|
+
<div v-if="validates.length > scope.$index && validates[scope.$index].isError && validates[scope.$index][col.col_field]" class="el-form-item__error !leading-4 !static !line-clamp-2 w-full !whitespace-normal text-left">
|
|
50
|
+
{{ validates.length > scope.$index && validates[scope.$index].isError && validates[scope.$index][col.col_field] }}
|
|
51
|
+
</div>
|
|
52
|
+
</div>
|
|
53
|
+
</div>
|
|
54
|
+
</template>
|
|
55
|
+
</el-table-column>
|
|
56
|
+
<el-table-column v-if="!disabled" label="#" width="40px" :align="'center'">
|
|
57
|
+
<template slot-scope="scope">
|
|
58
|
+
<el-button
|
|
59
|
+
v-if="!isEqualTemp(scope.row, defaultTemp) || temps.length - 1 > scope.$index"
|
|
60
|
+
icon="el-icon-minus" size="small" plain type="warning" circle
|
|
61
|
+
@click="() => handleRemoveRow(scope.$index)"
|
|
62
|
+
/>
|
|
63
|
+
<el-button
|
|
64
|
+
v-else
|
|
65
|
+
icon="el-icon-plus" size="small" plain type="success" circle
|
|
66
|
+
@click="() => handleAddRow(true)"
|
|
67
|
+
/>
|
|
68
|
+
</template>
|
|
69
|
+
</el-table-column>
|
|
70
|
+
</el-table>
|
|
71
|
+
</div>
|
|
72
|
+
</transition>
|
|
73
|
+
</template>
|
|
74
|
+
<script>
|
|
75
|
+
import { isEqual, get, has, cloneDeep } from 'lodash'
|
|
76
|
+
import Schema from 'async-validator'
|
|
77
|
+
import { getTriggerFields } from '../utils/data-helper'
|
|
78
|
+
import { tableData, tableMethods, tableComputed, tableWatch, getAsyncData } from '@/../core-components/utils/table-helper'
|
|
79
|
+
export default {
|
|
80
|
+
name: 'CoreFormTableList',
|
|
81
|
+
props: {
|
|
82
|
+
groupName: { type: String, default: '' },
|
|
83
|
+
value: { type: Array, default: () => { return [] } },
|
|
84
|
+
table_name: { type: String, default: '' },
|
|
85
|
+
projectId: { type: [Number, String], default: '' },
|
|
86
|
+
sub: { type: String, default: null },
|
|
87
|
+
tempId: { type: String, default: null },
|
|
88
|
+
parentTemp: { type: Object, default: () => { return null } },
|
|
89
|
+
refColumn: { type: Object, default: () => { return null } },
|
|
90
|
+
apiName: { type: String, default: null },
|
|
91
|
+
disabled: { type: Boolean, default: false },
|
|
92
|
+
required: { type: Boolean, default: false }
|
|
93
|
+
},
|
|
94
|
+
data () {
|
|
95
|
+
return {
|
|
96
|
+
...tableData,
|
|
97
|
+
currentPage: 1,
|
|
98
|
+
id: null,
|
|
99
|
+
configProjectId: null,
|
|
100
|
+
project: null,
|
|
101
|
+
table: null,
|
|
102
|
+
formWidth: null,
|
|
103
|
+
columns: null,
|
|
104
|
+
configTableName: null,
|
|
105
|
+
configColFields: null,
|
|
106
|
+
hasPassword: null,
|
|
107
|
+
refColumns: null,
|
|
108
|
+
subColumn: null,
|
|
109
|
+
parentRow: null,
|
|
110
|
+
readOnly: null,
|
|
111
|
+
config_group_fields: null,
|
|
112
|
+
config_form_menus: null,
|
|
113
|
+
initted: false,
|
|
114
|
+
temps: [],
|
|
115
|
+
validates: []
|
|
116
|
+
}
|
|
117
|
+
},
|
|
118
|
+
computed: {
|
|
119
|
+
...tableComputed,
|
|
120
|
+
showColumns () {
|
|
121
|
+
const cols = this.columns.filter(c => !c.form.col_readonly && c.props && !c.props.hidden && (this.showPkid || !['pkid', 'uuid'].includes(c.col_type)))
|
|
122
|
+
cols.sort((a, b) => {
|
|
123
|
+
if (a.col_order !== b.col_order) { return a.col_order - b.col_order }
|
|
124
|
+
return Number(a._id) - Number(b._id)
|
|
125
|
+
})
|
|
126
|
+
return cols
|
|
127
|
+
}
|
|
128
|
+
},
|
|
129
|
+
watch: {
|
|
130
|
+
...tableWatch,
|
|
131
|
+
parentTemp: {
|
|
132
|
+
handler (val) {
|
|
133
|
+
this.parentRow = cloneDeep(val)
|
|
134
|
+
},
|
|
135
|
+
deep: true
|
|
136
|
+
},
|
|
137
|
+
'parentTemp.reg_type_id': {
|
|
138
|
+
handler () {
|
|
139
|
+
this.defaultTemp[this.subColumn.col_field] = cloneDeep(this.parentTemp) // { ...this.parentTemp }
|
|
140
|
+
for (const r of this.temps) {
|
|
141
|
+
r[this.subColumn.col_field] = cloneDeep(this.parentTemp)
|
|
142
|
+
}
|
|
143
|
+
},
|
|
144
|
+
deep: true
|
|
145
|
+
}
|
|
146
|
+
},
|
|
147
|
+
mounted () {
|
|
148
|
+
this.handleGetConfig()
|
|
149
|
+
},
|
|
150
|
+
methods: {
|
|
151
|
+
...tableMethods,
|
|
152
|
+
isEqual,
|
|
153
|
+
isEqualTemp (obj1, obj2) {
|
|
154
|
+
const getObj = (obj) => {
|
|
155
|
+
const newObj = {}
|
|
156
|
+
for (const key in obj) {
|
|
157
|
+
if (typeof obj[key] === 'object' && Array.isArray(obj[key])) {
|
|
158
|
+
newObj[key] = obj[key].map(c => getObj(c))
|
|
159
|
+
} else if (typeof obj[key] === 'object' && has(obj[key], this.pk_field_name)) {
|
|
160
|
+
newObj[key] = obj[key][this.pk_field_name]
|
|
161
|
+
} else {
|
|
162
|
+
newObj[key] = obj[key]
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
return newObj
|
|
166
|
+
}
|
|
167
|
+
return isEqual(getObj(obj1), getObj(obj2))
|
|
168
|
+
},
|
|
169
|
+
async isValidate () {
|
|
170
|
+
const trigger_fields = getTriggerFields(this.subColumn.trigger_fields)
|
|
171
|
+
for (const c of trigger_fields) {
|
|
172
|
+
const cc = c.split(':')
|
|
173
|
+
const localKey = cc[0]
|
|
174
|
+
const localVal = cc[1]
|
|
175
|
+
if (localVal.includes('#')) {
|
|
176
|
+
const tempKey = localVal.substring(1)
|
|
177
|
+
for (const r of this.temps) {
|
|
178
|
+
if (!r[localKey] !== this.parentRow[tempKey]) {
|
|
179
|
+
r[localKey] = this.parentRow[tempKey] || null
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
const values = this.temps.slice(0, this.temps.length - 1) // .filter(c => !isEqualTemp(c, this.defaultTemp))
|
|
185
|
+
const promises = []
|
|
186
|
+
for (const val of values) {
|
|
187
|
+
const promise = new Promise((resolve) => {
|
|
188
|
+
const validator = new Schema(this.rules)
|
|
189
|
+
validator.validate({ ...val }, (errors, fields) => {
|
|
190
|
+
if (errors) {
|
|
191
|
+
const errorMessages = { isError: true }
|
|
192
|
+
for (const r in fields) {
|
|
193
|
+
errorMessages[r] = get(fields[r], '[0].message')
|
|
194
|
+
}
|
|
195
|
+
resolve(errorMessages)
|
|
196
|
+
} else {
|
|
197
|
+
resolve({ isError: false })
|
|
198
|
+
}
|
|
199
|
+
})
|
|
200
|
+
})
|
|
201
|
+
promises.push(promise)
|
|
202
|
+
}
|
|
203
|
+
this.validates = await Promise.all(promises)
|
|
204
|
+
return !this.validates.some(c => c.isError)
|
|
205
|
+
},
|
|
206
|
+
handleAddRow (isForce) {
|
|
207
|
+
const lastTemp = { ...this.temps[this.temps.length - 1] }
|
|
208
|
+
if (!this.disabled && (isForce || !this.isEqualTemp(lastTemp, this.defaultTemp))) {
|
|
209
|
+
this.temps.push({ ...this.defaultTemp })
|
|
210
|
+
}
|
|
211
|
+
},
|
|
212
|
+
handleChangeRow (index, { col_field }, $event) {
|
|
213
|
+
if (this.disabled) {
|
|
214
|
+
return
|
|
215
|
+
}
|
|
216
|
+
const temp = { ...this.temps[index], [col_field]: $event }
|
|
217
|
+
if (this.groupName === 'QUESTIONS') {
|
|
218
|
+
temp.duration_days = temp.question_id?.duration_days || 0
|
|
219
|
+
temp.duration_total = temp.duration_days * temp.object_count
|
|
220
|
+
}
|
|
221
|
+
this.temps.splice(index, 1, temp)
|
|
222
|
+
this.handleAddRow()
|
|
223
|
+
this.$emit('input', this.temps.filter(c => !this.isEqualTemp(c, this.defaultTemp)))
|
|
224
|
+
},
|
|
225
|
+
handleRemoveRow (index) {
|
|
226
|
+
const temp = { ...this.temps[index] }
|
|
227
|
+
if (this.isEqualTemp(temp, this.defaultTemp)) {
|
|
228
|
+
this.temps.splice(index, 1)
|
|
229
|
+
this.isValidate()
|
|
230
|
+
return
|
|
231
|
+
}
|
|
232
|
+
this.$showConfirm('Тухайн мөрийг хасах уу?').then(() => {
|
|
233
|
+
this.temps.splice(index, 1)
|
|
234
|
+
this.isValidate()
|
|
235
|
+
this.handleAddRow()
|
|
236
|
+
this.$emit('input', this.temps.filter(c => !this.isEqualTemp(c, this.defaultTemp)))
|
|
237
|
+
})
|
|
238
|
+
},
|
|
239
|
+
async handleGetConfig () {
|
|
240
|
+
try {
|
|
241
|
+
this.initted = false
|
|
242
|
+
const config = await getAsyncData({
|
|
243
|
+
tableName: this.refColumn ? this.refColumn.ref_table : this.table_name,
|
|
244
|
+
projectId: this.projectId,
|
|
245
|
+
sub: this.refColumn ? this.refColumn._id : this.sub,
|
|
246
|
+
$axios: this.$axios,
|
|
247
|
+
id: this.tempId,
|
|
248
|
+
apiName: this.apiName,
|
|
249
|
+
isInline: true,
|
|
250
|
+
error: this.$nuxt.error
|
|
251
|
+
})
|
|
252
|
+
for (const configKey in config) {
|
|
253
|
+
this[configKey] = config[configKey]
|
|
254
|
+
}
|
|
255
|
+
this.$nextTick(() => {
|
|
256
|
+
this.resetDefaultTemp()
|
|
257
|
+
this.temps = [...this.value]
|
|
258
|
+
this.handleAddRow()
|
|
259
|
+
})
|
|
260
|
+
} catch (err) {
|
|
261
|
+
this.$showError(err)
|
|
262
|
+
} finally {
|
|
263
|
+
this.initted = true
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
</script>
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<img v-if="src" :src="fullSrc" style="object-fit: cover;">
|
|
3
|
+
<div v-else class="bg-bellPrimary items-center flex justify-center text-bellGray3">
|
|
4
|
+
<span v-if="letter" class="uppercase text-white">{{ letter.slice(0, 1) }}</span>
|
|
5
|
+
<i v-else class="el-icon-picture-outline-round" />
|
|
6
|
+
</div>
|
|
7
|
+
</template>
|
|
8
|
+
<script>
|
|
9
|
+
import { mapGetters } from 'vuex'
|
|
10
|
+
export default {
|
|
11
|
+
props: {
|
|
12
|
+
src: {
|
|
13
|
+
type: String,
|
|
14
|
+
default: ''
|
|
15
|
+
},
|
|
16
|
+
thumbnail: {
|
|
17
|
+
type: Boolean,
|
|
18
|
+
default: false
|
|
19
|
+
},
|
|
20
|
+
letter: {
|
|
21
|
+
type: String,
|
|
22
|
+
default: ''
|
|
23
|
+
},
|
|
24
|
+
tid: {
|
|
25
|
+
type: String,
|
|
26
|
+
default: ''
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
computed: {
|
|
30
|
+
...mapGetters('settings', ['env']),
|
|
31
|
+
fullSrc () {
|
|
32
|
+
const path = this.thumbnail ? `/api${this.env.fileRoutePath}/thumbnail` : `/api${this.env.fileRoutePath}/`
|
|
33
|
+
return path + this.src + '?tid=' + this.tid
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
</script>
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<el-input
|
|
3
|
+
ref="refComponent"
|
|
4
|
+
v-model="modelValue"
|
|
5
|
+
:disabled="disabled"
|
|
6
|
+
:size="size"
|
|
7
|
+
@keydown.native.enter="handleKeydownEnter"
|
|
8
|
+
@keydown="$emit('keydown', $event)"
|
|
9
|
+
@focus="selectAllText"
|
|
10
|
+
/>
|
|
11
|
+
</template>
|
|
12
|
+
<script>
|
|
13
|
+
import { isNaN, get } from 'lodash'
|
|
14
|
+
export default {
|
|
15
|
+
name: 'CoreInlineNumber',
|
|
16
|
+
props: {
|
|
17
|
+
value: { type: Number, default: null },
|
|
18
|
+
disabled: { type: Boolean, default: false },
|
|
19
|
+
size: { type: String, default: '' }
|
|
20
|
+
},
|
|
21
|
+
computed: {
|
|
22
|
+
modelValue: {
|
|
23
|
+
get () {
|
|
24
|
+
return this.value.$format()
|
|
25
|
+
},
|
|
26
|
+
set (val) {
|
|
27
|
+
const parseVal = Number(val?.toString().replace(/,/g, ''))
|
|
28
|
+
const val1 = isNaN(parseVal) ? (isNaN(this.value) ? 0 : this.value) : parseVal
|
|
29
|
+
if (parseVal !== this.value) {
|
|
30
|
+
this.$emit('input', val1)
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
methods: {
|
|
36
|
+
async selectAllText ($event) {
|
|
37
|
+
$event.preventDefault()
|
|
38
|
+
await new Promise(reject => setTimeout(reject), 100)
|
|
39
|
+
$event.target.select()
|
|
40
|
+
},
|
|
41
|
+
async focus () {
|
|
42
|
+
await this.$nextTick()
|
|
43
|
+
const refComponents = this.$refs.refComponent
|
|
44
|
+
const refComponent = get(refComponents, '[0]') || refComponents
|
|
45
|
+
if (refComponent.focus) {
|
|
46
|
+
this.$refs.refComponent.focus()
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
handleKeydownEnter () {
|
|
50
|
+
this.$emit('keydown-enter')
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
</script>
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<el-input-number
|
|
3
|
+
ref="refComponent"
|
|
4
|
+
v-model="modelValue"
|
|
5
|
+
:min="min"
|
|
6
|
+
:max="max"
|
|
7
|
+
:clearable="clearable"
|
|
8
|
+
:controls-position="controlsPosition"
|
|
9
|
+
:precision="precision"
|
|
10
|
+
:size="size"
|
|
11
|
+
:pk_field_name="pk_field_name"
|
|
12
|
+
:disabled="disabled"
|
|
13
|
+
@change="$emit('change', $event)"
|
|
14
|
+
@keydown.native.enter="$emit('keydown-enter', $event)"
|
|
15
|
+
@keydown="$emit('keydown', $event)"
|
|
16
|
+
/>
|
|
17
|
+
</template>
|
|
18
|
+
<script>
|
|
19
|
+
export default {
|
|
20
|
+
props: {
|
|
21
|
+
value: { type: [Number, String], default: 0 },
|
|
22
|
+
min: { type: Number, default: -Infinity },
|
|
23
|
+
max: { type: Number, default: Infinity },
|
|
24
|
+
clearable: { type: Boolean, default: false },
|
|
25
|
+
disabled: { type: Boolean, default: false },
|
|
26
|
+
controlsPosition: { type: String, default: 'right' },
|
|
27
|
+
precision: { type: Number, default: null },
|
|
28
|
+
size: { type: String, default: null },
|
|
29
|
+
pk_field_name: { type: String, default: '_id' }
|
|
30
|
+
},
|
|
31
|
+
computed: {
|
|
32
|
+
modelValue: {
|
|
33
|
+
get () {
|
|
34
|
+
return this.value
|
|
35
|
+
},
|
|
36
|
+
set (val) {
|
|
37
|
+
if (Number(val) !== Number(this.value)) {
|
|
38
|
+
this.$emit('input', val)
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
method: {
|
|
44
|
+
focus () {
|
|
45
|
+
this.$refs.refComponent.focus()
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
</script>
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<el-input
|
|
3
|
+
v-model="modelValue"
|
|
4
|
+
:disabled="disabled"
|
|
5
|
+
:placeholder="placeholder"
|
|
6
|
+
:size="size"
|
|
7
|
+
clearable
|
|
8
|
+
:validate-event="false"
|
|
9
|
+
@clear="$emit('form-search')"
|
|
10
|
+
@change="$emit('change')"
|
|
11
|
+
@keydown.native.enter.prevent="$emit('form-search')"
|
|
12
|
+
>
|
|
13
|
+
<el-button
|
|
14
|
+
slot="append"
|
|
15
|
+
tabindex="-1"
|
|
16
|
+
icon="el-icon-search"
|
|
17
|
+
:disabled="disabled"
|
|
18
|
+
:loading="loading"
|
|
19
|
+
@click="$emit('form-search')"
|
|
20
|
+
/>
|
|
21
|
+
</el-input>
|
|
22
|
+
</template>
|
|
23
|
+
<script>
|
|
24
|
+
export default {
|
|
25
|
+
name: 'CoreInputSearch',
|
|
26
|
+
props: {
|
|
27
|
+
disabled: { type: Boolean, default: false },
|
|
28
|
+
value: { type: [Number, String, Boolean], default: null },
|
|
29
|
+
loading: { type: Boolean, default: false },
|
|
30
|
+
placeholder: { type: String, default: null },
|
|
31
|
+
size: { type: String, default: null }
|
|
32
|
+
},
|
|
33
|
+
computed: {
|
|
34
|
+
modelValue: {
|
|
35
|
+
get () {
|
|
36
|
+
return this.value
|
|
37
|
+
},
|
|
38
|
+
set (val) {
|
|
39
|
+
this.$emit('input', val)
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
</script>
|
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div class="sk-fading-circle">
|
|
3
|
+
<div class="sk-circle1 sk-circle" />
|
|
4
|
+
<div class="sk-circle2 sk-circle" />
|
|
5
|
+
<div class="sk-circle3 sk-circle" />
|
|
6
|
+
<div class="sk-circle4 sk-circle" />
|
|
7
|
+
<div class="sk-circle5 sk-circle" />
|
|
8
|
+
<div class="sk-circle6 sk-circle" />
|
|
9
|
+
<div class="sk-circle7 sk-circle" />
|
|
10
|
+
<div class="sk-circle8 sk-circle" />
|
|
11
|
+
<div class="sk-circle9 sk-circle" />
|
|
12
|
+
<div class="sk-circle10 sk-circle" />
|
|
13
|
+
<div class="sk-circle11 sk-circle" />
|
|
14
|
+
<div class="sk-circle12 sk-circle" />
|
|
15
|
+
</div>
|
|
16
|
+
</template>
|
|
17
|
+
<style lang="css">
|
|
18
|
+
.sk-fading-circle {
|
|
19
|
+
margin: 100px auto;
|
|
20
|
+
width: 40px;
|
|
21
|
+
height: 40px;
|
|
22
|
+
position: relative;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.sk-fading-circle .sk-circle {
|
|
26
|
+
width: 100%;
|
|
27
|
+
height: 100%;
|
|
28
|
+
position: absolute;
|
|
29
|
+
left: 0;
|
|
30
|
+
top: 0;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.sk-fading-circle .sk-circle:before {
|
|
34
|
+
content: '';
|
|
35
|
+
display: block;
|
|
36
|
+
margin: 0 auto;
|
|
37
|
+
width: 15%;
|
|
38
|
+
height: 15%;
|
|
39
|
+
background-color: var(--foreground-regular);
|
|
40
|
+
border-radius: 100%;
|
|
41
|
+
-webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
|
|
42
|
+
animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
|
|
43
|
+
}
|
|
44
|
+
.sk-fading-circle .sk-circle2 {
|
|
45
|
+
-webkit-transform: rotate(30deg);
|
|
46
|
+
-ms-transform: rotate(30deg);
|
|
47
|
+
transform: rotate(30deg);
|
|
48
|
+
}
|
|
49
|
+
.sk-fading-circle .sk-circle3 {
|
|
50
|
+
-webkit-transform: rotate(60deg);
|
|
51
|
+
-ms-transform: rotate(60deg);
|
|
52
|
+
transform: rotate(60deg);
|
|
53
|
+
}
|
|
54
|
+
.sk-fading-circle .sk-circle4 {
|
|
55
|
+
-webkit-transform: rotate(90deg);
|
|
56
|
+
-ms-transform: rotate(90deg);
|
|
57
|
+
transform: rotate(90deg);
|
|
58
|
+
}
|
|
59
|
+
.sk-fading-circle .sk-circle5 {
|
|
60
|
+
-webkit-transform: rotate(120deg);
|
|
61
|
+
-ms-transform: rotate(120deg);
|
|
62
|
+
transform: rotate(120deg);
|
|
63
|
+
}
|
|
64
|
+
.sk-fading-circle .sk-circle6 {
|
|
65
|
+
-webkit-transform: rotate(150deg);
|
|
66
|
+
-ms-transform: rotate(150deg);
|
|
67
|
+
transform: rotate(150deg);
|
|
68
|
+
}
|
|
69
|
+
.sk-fading-circle .sk-circle7 {
|
|
70
|
+
-webkit-transform: rotate(180deg);
|
|
71
|
+
-ms-transform: rotate(180deg);
|
|
72
|
+
transform: rotate(180deg);
|
|
73
|
+
}
|
|
74
|
+
.sk-fading-circle .sk-circle8 {
|
|
75
|
+
-webkit-transform: rotate(210deg);
|
|
76
|
+
-ms-transform: rotate(210deg);
|
|
77
|
+
transform: rotate(210deg);
|
|
78
|
+
}
|
|
79
|
+
.sk-fading-circle .sk-circle9 {
|
|
80
|
+
-webkit-transform: rotate(240deg);
|
|
81
|
+
-ms-transform: rotate(240deg);
|
|
82
|
+
transform: rotate(240deg);
|
|
83
|
+
}
|
|
84
|
+
.sk-fading-circle .sk-circle10 {
|
|
85
|
+
-webkit-transform: rotate(270deg);
|
|
86
|
+
-ms-transform: rotate(270deg);
|
|
87
|
+
transform: rotate(270deg);
|
|
88
|
+
}
|
|
89
|
+
.sk-fading-circle .sk-circle11 {
|
|
90
|
+
-webkit-transform: rotate(300deg);
|
|
91
|
+
-ms-transform: rotate(300deg);
|
|
92
|
+
transform: rotate(300deg);
|
|
93
|
+
}
|
|
94
|
+
.sk-fading-circle .sk-circle12 {
|
|
95
|
+
-webkit-transform: rotate(330deg);
|
|
96
|
+
-ms-transform: rotate(330deg);
|
|
97
|
+
transform: rotate(330deg);
|
|
98
|
+
}
|
|
99
|
+
.sk-fading-circle .sk-circle2:before {
|
|
100
|
+
-webkit-animation-delay: -1.1s;
|
|
101
|
+
animation-delay: -1.1s;
|
|
102
|
+
}
|
|
103
|
+
.sk-fading-circle .sk-circle3:before {
|
|
104
|
+
-webkit-animation-delay: -1s;
|
|
105
|
+
animation-delay: -1s;
|
|
106
|
+
}
|
|
107
|
+
.sk-fading-circle .sk-circle4:before {
|
|
108
|
+
-webkit-animation-delay: -0.9s;
|
|
109
|
+
animation-delay: -0.9s;
|
|
110
|
+
}
|
|
111
|
+
.sk-fading-circle .sk-circle5:before {
|
|
112
|
+
-webkit-animation-delay: -0.8s;
|
|
113
|
+
animation-delay: -0.8s;
|
|
114
|
+
}
|
|
115
|
+
.sk-fading-circle .sk-circle6:before {
|
|
116
|
+
-webkit-animation-delay: -0.7s;
|
|
117
|
+
animation-delay: -0.7s;
|
|
118
|
+
}
|
|
119
|
+
.sk-fading-circle .sk-circle7:before {
|
|
120
|
+
-webkit-animation-delay: -0.6s;
|
|
121
|
+
animation-delay: -0.6s;
|
|
122
|
+
}
|
|
123
|
+
.sk-fading-circle .sk-circle8:before {
|
|
124
|
+
-webkit-animation-delay: -0.5s;
|
|
125
|
+
animation-delay: -0.5s;
|
|
126
|
+
}
|
|
127
|
+
.sk-fading-circle .sk-circle9:before {
|
|
128
|
+
-webkit-animation-delay: -0.4s;
|
|
129
|
+
animation-delay: -0.4s;
|
|
130
|
+
}
|
|
131
|
+
.sk-fading-circle .sk-circle10:before {
|
|
132
|
+
-webkit-animation-delay: -0.3s;
|
|
133
|
+
animation-delay: -0.3s;
|
|
134
|
+
}
|
|
135
|
+
.sk-fading-circle .sk-circle11:before {
|
|
136
|
+
-webkit-animation-delay: -0.2s;
|
|
137
|
+
animation-delay: -0.2s;
|
|
138
|
+
}
|
|
139
|
+
.sk-fading-circle .sk-circle12:before {
|
|
140
|
+
-webkit-animation-delay: -0.1s;
|
|
141
|
+
animation-delay: -0.1s;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
@-webkit-keyframes sk-circleFadeDelay {
|
|
145
|
+
0%, 39%, 100% { opacity: 0; }
|
|
146
|
+
40% { opacity: 1; }
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
@keyframes sk-circleFadeDelay {
|
|
150
|
+
0%, 39%, 100% { opacity: 0; }
|
|
151
|
+
40% { opacity: 1; }
|
|
152
|
+
}
|
|
153
|
+
</style>
|