@web-utils/component 2.0.14 → 2.2.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/{dist/components/address-input/index.js → address-input/index.mjs} +9 -9
- package/affix/index.mjs +102 -0
- package/affix/style.css +1 -0
- package/aside-menu/index.mjs +58 -0
- package/avatar/index.mjs +106 -0
- package/avatar/style.css +1 -0
- package/awesome-button/index.mjs +112 -0
- package/base.css +1 -0
- package/{dist/components/capsule-tab/index.js → capsule-tab/index.mjs} +10 -10
- package/{dist/components/capsule-tab → capsule-tab}/style.css +1 -1
- package/card/index.mjs +126 -0
- package/card/style.css +1 -0
- package/carousel/index.mjs +70 -0
- package/carousel/style.css +1 -0
- package/chat/index.mjs +576 -0
- package/chat/style.css +1 -0
- package/{dist/components/chunk-file-uploader/index.js → chunk-file-uploader/index.mjs} +8 -6
- package/chunks/FormTemp.FX8xmbVB.mjs +165 -0
- package/chunks/confirmable-mixin.rTUMhoRH.mjs +106 -0
- package/chunks/dataformat.X_61lMA7.mjs +158 -0
- package/chunks/dic.6tk91Dmq.mjs +130 -0
- package/chunks/event.NHA7rYFE.mjs +236 -0
- package/{dist/chunks/76680a03.js → chunks/form-input-mixin.IKogWBfn.mjs} +2 -2
- package/{dist/chunks/b4acd3a6.js → chunks/form-item-mixin.BilKDUlK.mjs} +28 -14
- package/{dist/chunks/f71045fc.js → chunks/index.LGsb2aDq.mjs} +7 -6
- package/chunks/init.Ac4dKUJB.mjs +122 -0
- package/chunks/json-beautifier.fUZFSW5j.mjs +126 -0
- package/chunks/packages.v6r2Hr7E.mjs +58 -0
- package/chunks/permission.E9kZbW48.mjs +16 -0
- package/chunks/slot.j1uMmBnG.mjs +27 -0
- package/{dist/chunks/8c0142e0.js → chunks/tab-mixin.tM9jcRT8.mjs} +1 -1
- package/chunks/util.C2Bhx22L.mjs +259 -0
- package/{dist/chunks/5d4282fb.js → chunks/vueComponentNormalizer.JwmUNtgn.mjs} +3 -1
- package/{dist/components/code-mirror-editor/index.js → code-mirror-editor/index.mjs} +41 -38
- package/code-mirror-editor/style.css +1 -0
- package/{dist/components/color-picker/index.js → color-picker/index.mjs} +41 -23
- package/comment/index.mjs +90 -0
- package/comment/style.css +1 -0
- package/{dist/components/confirm-button/index.js → confirm-button/index.mjs} +2 -2
- package/{dist/components/confirmable/index.js → confirmable/index.mjs} +2 -2
- package/{dist/components/context-menu/index.js → context-menu/index.mjs} +27 -15
- package/context-menu/style.css +1 -0
- package/count-up/index.mjs +131 -0
- package/custom-scrollbar/index.mjs +116 -0
- package/data-box/index.mjs +97 -0
- package/data-box/style.css +1 -0
- package/data-card/index.mjs +98 -0
- package/data-card/style.css +1 -0
- package/data-cardtext/index.mjs +82 -0
- package/data-cardtext/style.css +1 -0
- package/data-display/index.mjs +97 -0
- package/data-display/style.css +1 -0
- package/data-icons/index.mjs +104 -0
- package/data-icons/style.css +1 -0
- package/data-imgtext/index.mjs +106 -0
- package/data-imgtext/style.css +1 -0
- package/data-operatext/index.mjs +99 -0
- package/data-operatext/style.css +1 -0
- package/data-panel/index.mjs +93 -0
- package/data-panel/style.css +1 -0
- package/data-pay/index.mjs +152 -0
- package/data-pay/style.css +1 -0
- package/data-price/index.mjs +84 -0
- package/data-price/style.css +1 -0
- package/data-progress/index.mjs +97 -0
- package/data-progress/style.css +1 -0
- package/data-rotate/index.mjs +96 -0
- package/data-rotate/style.css +1 -0
- package/{dist/components/data-table-picker/index.js → data-table-picker/index.mjs} +22 -22
- package/data-tabs/index.mjs +94 -0
- package/data-tabs/style.css +1 -0
- package/dialog-form/index.mjs +148 -0
- package/dialog-form/style.css +1 -0
- package/{dist/components/dynamic-table/index.js → dynamic-table/index.mjs} +11 -11
- package/dynamic-table/style.css +1 -0
- package/{dist/components/e-charts/index.js → e-charts/index.mjs} +33 -46
- package/easy-popup/index.mjs +136 -0
- package/easy-popup/style.css +1 -0
- package/{dist/components/editable-progress/index.js → editable-progress/index.mjs} +1 -1
- package/editable-progress/style.css +1 -0
- package/editable-tree/index.mjs +844 -0
- package/editable-tree/style.css +1 -0
- package/{dist/components/egd-collapse/index.js → egd-collapse/index.mjs} +1 -1
- package/{dist/components/egd-collapse-item/index.js → egd-collapse-item/index.mjs} +14 -12
- package/{dist/components/element-dialog/index.js → element-dialog/index.mjs} +88 -35
- package/element-dialog/style.css +1 -0
- package/{dist/components/empty-view/index.js → empty-view/index.mjs} +9 -9
- package/empty-view/style.css +1 -0
- package/{dist/components/error-view/index.js → error-view/index.mjs} +13 -13
- package/error-view/style.css +1 -0
- package/flex-column/index.mjs +62 -0
- package/flex-item/index.mjs +81 -0
- package/flex-row/index.mjs +62 -0
- package/{dist/components/flex-scroller/index.js → flex-scroller/index.mjs} +5 -5
- package/flex-scroller/style.css +1 -0
- package/flow/index.mjs +277 -0
- package/flow/style.css +1 -0
- package/flow-designer/index.mjs +10184 -0
- package/flow-designer/style.css +1 -0
- package/flow-node/index.mjs +102 -0
- package/flow-viewer/index.mjs +209 -0
- package/flow-viewer/style.css +1 -0
- package/form-block/index.mjs +156 -0
- package/form-block/style.css +1 -0
- package/form-button/index.mjs +58 -0
- package/{dist/components/form-cascader/index.js → form-cascader/index.mjs} +41 -29
- package/{dist/components/form-checkbox-group/index.js → form-checkbox-group/index.mjs} +47 -36
- package/form-checkbox-group/style.css +1 -0
- package/{dist/components/form-date-picker/index.js → form-date-picker/index.mjs} +45 -36
- package/form-holder/index.mjs +129 -0
- package/{dist/components/form-input/index.js → form-input/index.mjs} +34 -23
- package/{dist/components/form-input-email/index.js → form-input-email/index.mjs} +36 -25
- package/{dist/components/form-input-id-card/index.js → form-input-id-card/index.mjs} +35 -24
- package/{dist/components/form-input-number/index.js → form-input-number/index.mjs} +40 -29
- package/{dist/components/form-input-phone-number/index.js → form-input-phone-number/index.mjs} +37 -26
- package/form-input-tag/index.mjs +108 -0
- package/{dist/components/form-input-time/index.js → form-input-time/index.mjs} +40 -29
- package/form-item/index.mjs +147 -0
- package/{dist/components/form-item → form-item}/style.css +1 -1
- package/{dist/components/form-item-config-provider/index.js → form-item-config-provider/index.mjs} +1 -1
- package/{dist/components/form-item-group/index.js → form-item-group/index.mjs} +4 -4
- package/form-item-group/style.css +1 -0
- package/{dist/components/form-radio-group/index.js → form-radio-group/index.mjs} +51 -40
- package/form-radio-group/style.css +1 -0
- package/{dist/components/form-select/index.js → form-select/index.mjs} +40 -29
- package/{dist/components/form-switch/index.js → form-switch/index.mjs} +35 -24
- package/form-textarea/index.mjs +113 -0
- package/{dist/components/form-view/index.js → form-view/index.mjs} +72 -44
- package/form-view/style.css +1 -0
- package/fy-array/index.mjs +158 -0
- package/fy-array/style.css +1 -0
- package/fy-article/index.mjs +93 -0
- package/fy-article/style.css +1 -0
- package/fy-cascader/index.mjs +132 -0
- package/fy-checkbox/index.mjs +117 -0
- package/fy-checkbox/style.css +1 -0
- package/fy-code/index.mjs +66 -0
- package/fy-curd/index.mjs +3119 -0
- package/fy-curd/style.css +1 -0
- package/fy-date/index.mjs +84 -0
- package/fy-date/style.css +1 -0
- package/fy-draggable/index.mjs +382 -0
- package/fy-draggable/style.css +1 -0
- package/fy-dynamic/index.mjs +337 -0
- package/fy-dynamic/style.css +1 -0
- package/fy-empty/index.mjs +59 -0
- package/fy-empty/style.css +1 -0
- package/fy-form/index.mjs +993 -0
- package/fy-form/style.css +1 -0
- package/fy-form-design/index.mjs +7483 -0
- package/fy-form-design/style.css +1 -0
- package/fy-input/index.mjs +171 -0
- package/fy-input-color/index.mjs +101 -0
- package/fy-input-icon/index.mjs +169 -0
- package/fy-input-icon/style.css +1 -0
- package/fy-input-map/index.mjs +279 -0
- package/fy-input-map/style.css +1 -0
- package/fy-input-number/index.mjs +87 -0
- package/fy-input-table/index.mjs +172 -0
- package/fy-input-table/style.css +1 -0
- package/fy-input-tree/index.mjs +267 -0
- package/fy-input-tree/style.css +1 -0
- package/fy-progress/index.mjs +60 -0
- package/fy-radio/index.mjs +70 -0
- package/fy-radio/style.css +1 -0
- package/fy-rate/index.mjs +106 -0
- package/fy-rate/style.css +1 -0
- package/fy-select/index.mjs +225 -0
- package/fy-select/style.css +1 -0
- package/fy-slider/index.mjs +79 -0
- package/fy-switch/index.mjs +74 -0
- package/fy-tabs/index.mjs +92 -0
- package/fy-time/index.mjs +95 -0
- package/fy-title/index.mjs +40 -0
- package/fy-title/style.css +1 -0
- package/fy-tree/index.mjs +433 -0
- package/fy-tree/style.css +1 -0
- package/fy-u-editor/index.mjs +398 -0
- package/fy-u-editor/style.css +1 -0
- package/fy-upload/index.mjs +592 -0
- package/fy-upload/style.css +1 -0
- package/{dist/components/guide-steps/index.js → guide-steps/index.mjs} +12 -12
- package/{dist/components/guide-steps → guide-steps}/style.css +1 -1
- package/highlight-j-s/index.mjs +76 -0
- package/highlight-j-s/style.css +1 -0
- package/{dist/components/icon-card/index.js → icon-card/index.mjs} +9 -9
- package/{dist/components/icon-card → icon-card}/style.css +1 -1
- package/icon-temp/index.mjs +50 -0
- package/icon-temp/style.css +1 -0
- package/{dist/components/iframe-window/index.js → iframe-window/index.mjs} +5 -5
- package/iframe-window/style.css +1 -0
- package/image-cropper/index.mjs +249 -0
- package/image-cropper/style.css +1 -0
- package/image-preview/index.mjs +260 -0
- package/image-preview/style.css +1 -0
- package/{dist/components/image-viewer/index.js → image-viewer/index.mjs} +5 -5
- package/image-viewer/style.css +1 -0
- package/index.mjs +627 -0
- package/{dist/components/input-number/index.js → input-number/index.mjs} +2 -2
- package/{dist/components/input-number-range/index.js → input-number-range/index.mjs} +7 -7
- package/input-number-range/style.css +1 -0
- package/{dist/components/keep-view-alive/index.js → keep-view-alive/index.mjs} +6 -2
- package/keyboard/index.mjs +384 -0
- package/keyboard/style.css +1 -0
- package/license/index.mjs +134 -0
- package/{dist/components/loading-view/index.js → loading-view/index.mjs} +5 -5
- package/loading-view/style.css +1 -0
- package/login/index.mjs +250 -0
- package/login/style.css +1 -0
- package/monaco-editor/index.mjs +197 -0
- package/name-avatar/index.mjs +66 -0
- package/name-avatar/style.css +1 -0
- package/{dist/components/nav-bar/index.js → nav-bar/index.mjs} +8 -8
- package/nav-bar/style.css +1 -0
- package/not-implement/index.mjs +35 -0
- package/not-implement/style.css +1 -0
- package/notice/index.mjs +143 -0
- package/notice/style.css +1 -0
- package/package.json +41 -148
- package/{dist/components/page/index.js → page/index.mjs} +8 -8
- package/{dist/components/page-header/index.js → page-header/index.mjs} +6 -6
- package/{dist/components/page-index/index.js → page-index/index.mjs} +58 -34
- package/page-index/style.css +1 -0
- package/page-index-top/index.mjs +141 -0
- package/page-skeleton/index.mjs +67 -0
- package/page-skeleton/style.css +1 -0
- package/{dist/components/page-skeleton-new/index.js → page-skeleton-new/index.mjs} +3 -3
- package/page-skeleton-new/style.css +1 -0
- package/{dist/components/pageable-table/index.js → pageable-table/index.mjs} +149 -100
- package/pageable-table/style.css +1 -0
- package/{dist/components/pageable-view/index.js → pageable-view/index.mjs} +118 -68
- package/pageable-view/style.css +1 -0
- package/photo-swipe/index.mjs +129 -0
- package/present-view/index.mjs +365 -0
- package/present-view/style.css +1 -0
- package/queue/index.mjs +71 -0
- package/queue/style.css +1 -0
- package/record-video/index.mjs +173 -0
- package/record-video/style.css +1 -0
- package/{dist/components/resize-observer/index.js → resize-observer/index.mjs} +6 -6
- package/resize-observer/style.css +1 -0
- package/search/index.mjs +143 -0
- package/search/style.css +1 -0
- package/{dist/components/search-popover/index.js → search-popover/index.mjs} +64 -43
- package/search-popover/style.css +1 -0
- package/sign/index.mjs +132 -0
- package/sign/style.css +1 -0
- package/{dist/components/sign-panel/index.js → sign-panel/index.mjs} +18 -5
- package/sign-panel/style.css +1 -0
- package/skeleton/index.mjs +82 -0
- package/skeleton/style.css +1 -0
- package/{dist/components/split-pane/index.js → split-pane/index.mjs} +125 -28
- package/split-pane/style.css +1 -0
- package/{dist/components/stateful/index.js → stateful/index.mjs} +12 -12
- package/{dist/components/stateful → stateful}/style.css +1 -1
- package/{dist/components/static-pageable-table/index.js → static-pageable-table/index.mjs} +10 -10
- package/static-pageable-table/style.css +1 -0
- package/{dist/components/swiper/index.js → swiper/index.mjs} +49 -24
- package/swiper/style.css +1 -0
- package/{dist/components/tab/index.js → tab/index.mjs} +4 -2
- package/tab/style.css +1 -0
- package/{dist/components/tab-item/index.js → tab-item/index.mjs} +3 -3
- package/{dist/components/table-column/index.js → table-column/index.mjs} +35 -22
- package/{dist/components/table-view/index.js → table-view/index.mjs} +91 -64
- package/table-view/style.css +1 -0
- package/{dist/components/tag-render/index.js → tag-render/index.mjs} +45 -26
- package/tag-render/style.css +1 -0
- package/text-ellipsis/index.mjs +108 -0
- package/text-ellipsis/style.css +1 -0
- package/{dist/components/tinymce-wrapper/index.js → tinymce-editor/index.mjs} +446 -71
- package/tinymce-editor/style.css +1 -0
- package/{dist/components/toolbar/index.js → toolbar/index.mjs} +21 -21
- package/toolbar/style.css +1 -0
- package/toolbar-button/index.mjs +108 -0
- package/toolbar-button/style.css +1 -0
- package/verify/index.mjs +80 -0
- package/verify/style.css +1 -0
- package/vue-cron/index.mjs +1410 -0
- package/vue-cron/style.css +1 -0
- package/vue-qr-code/index.mjs +83 -0
- package/vue-quill-editor/index.mjs +117 -0
- package/vue-quill-editor/style.css +1 -0
- package/{dist/components/vue-tags-input/index.js → vue-tags-input/index.mjs} +115 -1
- package/vue-tags-input/style.css +1 -0
- package/vue-tree-select/index.mjs +2881 -0
- package/vue-tree-select/style.css +1 -0
- package/vue-video-player/index.mjs +192 -0
- package/vue-video-player/style.css +1 -0
- package/watermark/index.mjs +95 -0
- package/watermark/style.css +1 -0
- package/web-types.json +14033 -2752
- package/x-input-tag/index.mjs +203 -0
- package/x-input-tag/style.css +1 -0
- package/README.md +0 -27
- package/dist/chunks/3a79781b.js +0 -75
- package/dist/chunks/5a78e0db.js +0 -16
- package/dist/chunks/97652d86.js +0 -26
- package/dist/components/aside-menu/index.js +0 -58
- package/dist/components/awesome-button/index.js +0 -82
- package/dist/components/base.css +0 -1
- package/dist/components/chunk-file-uploader-button/index.js +0 -60
- package/dist/components/chunk-file-uploader-button/style.css +0 -1
- package/dist/components/chunk-file-uploader-drop/index.js +0 -65
- package/dist/components/chunk-file-uploader-drop/style.css +0 -1
- package/dist/components/chunk-file-uploader-file/index.js +0 -311
- package/dist/components/chunk-file-uploader-file/style.css +0 -1
- package/dist/components/chunk-file-uploader-files/index.js +0 -49
- package/dist/components/chunk-file-uploader-files/style.css +0 -1
- package/dist/components/chunk-file-uploader-list/index.js +0 -50
- package/dist/components/chunk-file-uploader-list/style.css +0 -1
- package/dist/components/chunk-file-uploader-un-support/index.js +0 -51
- package/dist/components/chunk-file-uploader-un-support/style.css +0 -1
- package/dist/components/code-mirror-editor/style.css +0 -1
- package/dist/components/context-menu/style.css +0 -1
- package/dist/components/custom-scrollbar/index.js +0 -149
- package/dist/components/dynamic-table/style.css +0 -1
- package/dist/components/editable-progress/style.css +0 -1
- package/dist/components/editable-tree/index.js +0 -789
- package/dist/components/editable-tree/style.css +0 -1
- package/dist/components/element-dialog/style.css +0 -1
- package/dist/components/empty-view/style.css +0 -1
- package/dist/components/error-view/style.css +0 -1
- package/dist/components/flex-column/index.js +0 -50
- package/dist/components/flex-item/index.js +0 -66
- package/dist/components/flex-row/index.js +0 -50
- package/dist/components/flex-scroller/style.css +0 -1
- package/dist/components/form-button/index.js +0 -80
- package/dist/components/form-checkbox-group/style.css +0 -1
- package/dist/components/form-holder/index.js +0 -90
- package/dist/components/form-item/index.js +0 -119
- package/dist/components/form-item-group/style.css +0 -1
- package/dist/components/form-radio-group/style.css +0 -1
- package/dist/components/form-textarea/index.js +0 -102
- package/dist/components/form-view/style.css +0 -1
- package/dist/components/iframe-window/style.css +0 -1
- package/dist/components/image-viewer/style.css +0 -1
- package/dist/components/input-number-range/style.css +0 -1
- package/dist/components/loading-view/style.css +0 -1
- package/dist/components/nav-bar/style.css +0 -1
- package/dist/components/not-implement/index.js +0 -35
- package/dist/components/not-implement/style.css +0 -1
- package/dist/components/page-index/style.css +0 -1
- package/dist/components/page-index-top/index.js +0 -119
- package/dist/components/page-skeleton/index.js +0 -56
- package/dist/components/page-skeleton/style.css +0 -1
- package/dist/components/page-skeleton-new/style.css +0 -1
- package/dist/components/pageable-table/style.css +0 -1
- package/dist/components/pageable-view/style.css +0 -1
- package/dist/components/photo-swipe/index.js +0 -187
- package/dist/components/photo-swipe/style.css +0 -1
- package/dist/components/resize-observer/style.css +0 -1
- package/dist/components/search-popover/style.css +0 -1
- package/dist/components/sign-panel/style.css +0 -1
- package/dist/components/split-pane/style.css +0 -1
- package/dist/components/static-pageable-table/style.css +0 -1
- package/dist/components/swiper/style.css +0 -1
- package/dist/components/tab/style.css +0 -1
- package/dist/components/table-view/style.css +0 -1
- package/dist/components/tag-render/style.css +0 -1
- package/dist/components/tinymce-editor/index.js +0 -173
- package/dist/components/tinymce-editor/style.css +0 -1
- package/dist/components/tinymce-wrapper/style.css +0 -1
- package/dist/components/toolbar/style.css +0 -1
- package/dist/components/toolbar-button/index.js +0 -90
- package/dist/components/toolbar-button/style.css +0 -1
- package/dist/components/trigger/index.js +0 -71
- package/dist/components/vue-tags-input/style.css +0 -1
- package/dist/components/watermark/index.js +0 -63
- package/dist/components/watermark/style.css +0 -1
- package/dist/components/x-dialog/index.js +0 -173
- package/dist/components/x-dialog/style.css +0 -1
- package/dist/index.css +0 -2060
- package/dist/index.es.js +0 -13236
- /package/{dist/components/address-input → address-input}/style.css +0 -0
- /package/{dist/components/aside-menu → aside-menu}/style.css +0 -0
- /package/{dist/components/chunk-file-uploader → chunk-file-uploader}/style.css +0 -0
- /package/{dist/chunks/61ad06b2.js → chunks/form-pick-mixin.y-qhZJi6.mjs} +0 -0
- /package/{dist/chunks/41a066be.js → chunks/input-number-mixin.GE2zr_3s.mjs} +0 -0
- /package/{dist/components/e-charts → e-charts}/style.css +0 -0
- /package/{dist/components/form-input-number → form-input-number}/style.css +0 -0
- /package/{dist/components/input-number → input-number}/style.css +0 -0
- /package/{dist/components/j-s-x-component/index.js → j-s-x-component/index.mjs} +0 -0
- /package/{dist/components/page → page}/style.css +0 -0
- /package/{dist/components/page-header → page-header}/style.css +0 -0
|
@@ -0,0 +1,203 @@
|
|
|
1
|
+
var f = Object.defineProperty, _ = Object.defineProperties;
|
|
2
|
+
var b = Object.getOwnPropertyDescriptors;
|
|
3
|
+
var p = Object.getOwnPropertySymbols;
|
|
4
|
+
var v = Object.prototype.hasOwnProperty, y = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var h = (t, s, e) => s in t ? f(t, s, { enumerable: !0, configurable: !0, writable: !0, value: e }) : t[s] = e, d = (t, s) => {
|
|
6
|
+
for (var e in s || (s = {}))
|
|
7
|
+
v.call(s, e) && h(t, e, s[e]);
|
|
8
|
+
if (p)
|
|
9
|
+
for (var e of p(s))
|
|
10
|
+
y.call(s, e) && h(t, e, s[e]);
|
|
11
|
+
return t;
|
|
12
|
+
}, c = (t, s) => _(t, b(s));
|
|
13
|
+
var r = (t, s, e) => new Promise((a, n) => {
|
|
14
|
+
var o = (i) => {
|
|
15
|
+
try {
|
|
16
|
+
l(e.next(i));
|
|
17
|
+
} catch (u) {
|
|
18
|
+
n(u);
|
|
19
|
+
}
|
|
20
|
+
}, g = (i) => {
|
|
21
|
+
try {
|
|
22
|
+
l(e.throw(i));
|
|
23
|
+
} catch (u) {
|
|
24
|
+
n(u);
|
|
25
|
+
}
|
|
26
|
+
}, l = (i) => i.done ? a(i.value) : Promise.resolve(i.value).then(o, g);
|
|
27
|
+
l((e = e.apply(t, s)).next());
|
|
28
|
+
});
|
|
29
|
+
import { n as V } from "../chunks/vueComponentNormalizer.JwmUNtgn.mjs";
|
|
30
|
+
var w = function() {
|
|
31
|
+
var t = this, s = t.$createElement, e = t._self._c || s;
|
|
32
|
+
return e("div", {
|
|
33
|
+
staticClass: "x-input-tag"
|
|
34
|
+
}, [t.tags && t.tags.length && t.tags[0] ? t._l(t.tags, function(a, n) {
|
|
35
|
+
return e("ElTag", {
|
|
36
|
+
key: a.id || a,
|
|
37
|
+
attrs: {
|
|
38
|
+
size: "medium",
|
|
39
|
+
"disable-transitions": "",
|
|
40
|
+
closable: !t.inputDisabled
|
|
41
|
+
},
|
|
42
|
+
on: {
|
|
43
|
+
close: function(o) {
|
|
44
|
+
return t.handleClose(a, n);
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}, [t._v(" " + t._s(a.name || a) + " ")]);
|
|
48
|
+
}) : t.inputDisabled ? [e("span", {
|
|
49
|
+
staticStyle: {
|
|
50
|
+
color: "#b5b5b5"
|
|
51
|
+
}
|
|
52
|
+
}, [t._v("无")])] : t._e(), t.inputDisabled ? t._e() : e("ElInput", {
|
|
53
|
+
directives: [{
|
|
54
|
+
name: "show",
|
|
55
|
+
rawName: "v-show",
|
|
56
|
+
value: t.inputVisible,
|
|
57
|
+
expression: "inputVisible"
|
|
58
|
+
}],
|
|
59
|
+
ref: "saveTagInput",
|
|
60
|
+
staticClass: "input-new-tag",
|
|
61
|
+
attrs: {
|
|
62
|
+
size: "mini"
|
|
63
|
+
},
|
|
64
|
+
on: {
|
|
65
|
+
blur: t.handleInputConfirm
|
|
66
|
+
},
|
|
67
|
+
nativeOn: {
|
|
68
|
+
keyup: function(a) {
|
|
69
|
+
return !a.type.indexOf("key") && t._k(a.keyCode, "enter", 13, a.key, "Enter") ? null : t.handleInputConfirm.apply(null, arguments);
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
model: {
|
|
73
|
+
value: t.inputValue,
|
|
74
|
+
callback: function(a) {
|
|
75
|
+
t.inputValue = a;
|
|
76
|
+
},
|
|
77
|
+
expression: "inputValue"
|
|
78
|
+
}
|
|
79
|
+
}), !t.inputDisabled && !t.inputVisible ? e("ElButton", {
|
|
80
|
+
directives: [{
|
|
81
|
+
name: "show",
|
|
82
|
+
rawName: "v-show",
|
|
83
|
+
value: t.tags.length < t.maxTag,
|
|
84
|
+
expression: "tags.length < maxTag"
|
|
85
|
+
}],
|
|
86
|
+
staticClass: "button-new-tag",
|
|
87
|
+
attrs: {
|
|
88
|
+
size: "mini"
|
|
89
|
+
},
|
|
90
|
+
on: {
|
|
91
|
+
click: t.showInput
|
|
92
|
+
}
|
|
93
|
+
}, [t._v(" + 添加 ")]) : t._e(), t.count ? e("span", {
|
|
94
|
+
staticClass: "tags-count"
|
|
95
|
+
}, [t._v(t._s(t.tags.length && t.tags[0] ? t.tags.length : ""))]) : t._e()], 2);
|
|
96
|
+
}, x = [];
|
|
97
|
+
const C = {
|
|
98
|
+
name: "XInputTag",
|
|
99
|
+
inject: {
|
|
100
|
+
elForm: {
|
|
101
|
+
default: ""
|
|
102
|
+
},
|
|
103
|
+
elFormItem: {
|
|
104
|
+
default: ""
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
props: {
|
|
108
|
+
value: {
|
|
109
|
+
type: [Array, String],
|
|
110
|
+
default: () => []
|
|
111
|
+
},
|
|
112
|
+
disabled: Boolean,
|
|
113
|
+
separator: {
|
|
114
|
+
type: String,
|
|
115
|
+
default: ","
|
|
116
|
+
},
|
|
117
|
+
count: {
|
|
118
|
+
type: Boolean,
|
|
119
|
+
default: !0
|
|
120
|
+
},
|
|
121
|
+
arrayMode: {
|
|
122
|
+
type: Boolean,
|
|
123
|
+
default: !0
|
|
124
|
+
},
|
|
125
|
+
objectMode: {
|
|
126
|
+
type: Boolean,
|
|
127
|
+
default: !0
|
|
128
|
+
}
|
|
129
|
+
},
|
|
130
|
+
data() {
|
|
131
|
+
return {
|
|
132
|
+
inputVisible: !1,
|
|
133
|
+
inputValue: "",
|
|
134
|
+
maxTag: 20
|
|
135
|
+
};
|
|
136
|
+
},
|
|
137
|
+
computed: {
|
|
138
|
+
inputDisabled() {
|
|
139
|
+
return this.disabled || (this.elForm || {}).disabled;
|
|
140
|
+
},
|
|
141
|
+
tags: {
|
|
142
|
+
get() {
|
|
143
|
+
var t, s;
|
|
144
|
+
if (this.arrayMode)
|
|
145
|
+
return (t = this.value) != null && t.length ? this.objectMode ? this.value.map((e) => e.id > 0 ? e : c(d({}, e), { id: Math.random() })) : this.value : [];
|
|
146
|
+
{
|
|
147
|
+
const e = ((s = this.value) == null ? void 0 : s.split(this.separator)) || [];
|
|
148
|
+
return e.length && e[0] ? e.map((a) => this.objectMode ? { name: a, id: Math.random() } : a) : [];
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
},
|
|
153
|
+
methods: {
|
|
154
|
+
showInput() {
|
|
155
|
+
return r(this, null, function* () {
|
|
156
|
+
this.inputVisible = !0, yield this.$nextTick(), this.$refs.saveTagInput.$refs.input.focus();
|
|
157
|
+
});
|
|
158
|
+
},
|
|
159
|
+
handleClose(t) {
|
|
160
|
+
const s = this.tags.filter((e) => e !== t);
|
|
161
|
+
this.$emit("input", this.arrayMode ? s : s.map((e) => e.name || e).join(this.separator));
|
|
162
|
+
},
|
|
163
|
+
handleInputConfirm() {
|
|
164
|
+
return r(this, null, function* () {
|
|
165
|
+
var s;
|
|
166
|
+
if (this.tags.length >= this.maxTag) {
|
|
167
|
+
this.$message.warning({ message: "标签已达上限,请删除一些标签再添加!", showClose: !0 }), this.inputVisible = !1, this.inputValue = "";
|
|
168
|
+
return;
|
|
169
|
+
}
|
|
170
|
+
const t = this.inputValue;
|
|
171
|
+
if (t) {
|
|
172
|
+
if (this.tags.some((a) => (a.name || a) === t)) {
|
|
173
|
+
this.inputVisible = !1, this.inputValue = "", this.$message.warning({ message: "标签已存在!", showClose: !0 });
|
|
174
|
+
return;
|
|
175
|
+
}
|
|
176
|
+
const e = [...this.tags];
|
|
177
|
+
e.push(this.objectMode ? { id: Date.now(), name: this.inputValue } : this.inputValue), this.$emit("input", this.arrayMode ? e : e.map((a) => a.name || a).join(this.separator)), yield this.$nextTick(), (s = this.elFormItem) == null || s.clearValidate();
|
|
178
|
+
}
|
|
179
|
+
this.inputVisible = !1, this.inputValue = "";
|
|
180
|
+
});
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
}, m = {};
|
|
184
|
+
var I = /* @__PURE__ */ V(
|
|
185
|
+
C,
|
|
186
|
+
w,
|
|
187
|
+
x,
|
|
188
|
+
!1,
|
|
189
|
+
M,
|
|
190
|
+
null,
|
|
191
|
+
null,
|
|
192
|
+
null
|
|
193
|
+
);
|
|
194
|
+
function M(t) {
|
|
195
|
+
for (let s in m)
|
|
196
|
+
this[s] = m[s];
|
|
197
|
+
}
|
|
198
|
+
const j = /* @__PURE__ */ function() {
|
|
199
|
+
return I.exports;
|
|
200
|
+
}();
|
|
201
|
+
export {
|
|
202
|
+
j as default
|
|
203
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.el-form-item.is-error .x-input-tag{border-color:#f56c6c}.x-input-tag{border:1px solid var(--border-color);border-radius:4px;height:120px;padding-top:4px;padding-right:4px;line-height:0;overflow:auto}.x-input-tag .el-tag .el-tag__close:hover{background-color:#ee8677}.x-input-tag .el-tag,.x-input-tag .button-new-tag{margin-bottom:4px;margin-left:4px}.x-input-tag .el-input.input-new-tag{width:120px;margin-bottom:4px;margin-left:4px}.x-input-tag .tags-count{color:#b7b7b7;font-size:.9em;position:absolute;bottom:10px;right:6px}
|
package/README.md
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
# web-component
|
|
2
|
-
|
|
3
|
-
## usage
|
|
4
|
-
|
|
5
|
-
```js
|
|
6
|
-
import { defineConfig } from 'vite'
|
|
7
|
-
import styleImport from "vite-plugin-style-import";
|
|
8
|
-
|
|
9
|
-
export default defineConfig({
|
|
10
|
-
plugins: [
|
|
11
|
-
styleImport({
|
|
12
|
-
libs: [{
|
|
13
|
-
libraryName: '@web-utils/component',
|
|
14
|
-
base: '@web-utils/component/dist/base.css',
|
|
15
|
-
ensureStyleFile: true,
|
|
16
|
-
libraryNameChangeCase: 'pascalCase',
|
|
17
|
-
resolveStyle: name => {
|
|
18
|
-
return `@web-utils/component/dist/${name}.css`
|
|
19
|
-
},
|
|
20
|
-
resolveComponent: name => {
|
|
21
|
-
return `@web-utils/component/dist/${name}.js`
|
|
22
|
-
}
|
|
23
|
-
}]
|
|
24
|
-
})
|
|
25
|
-
]
|
|
26
|
-
}
|
|
27
|
-
```
|
package/dist/chunks/3a79781b.js
DELETED
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
import { MessageBox as b, Loading as w } from "element-ui";
|
|
2
|
-
import { isFunction as i } from "@web-utils/core";
|
|
3
|
-
async function S(t, e, n) {
|
|
4
|
-
const { stop: o, prevent: r, message: f, loadable: l, loadingText: d, confirmable: y, confirmType: m, confirmText: x } = e;
|
|
5
|
-
o && t.stopPropagation(), r && t.preventDefault();
|
|
6
|
-
const { before: c, click: u, cancel: g, after: p } = n;
|
|
7
|
-
if (i(u))
|
|
8
|
-
try {
|
|
9
|
-
let a = !0;
|
|
10
|
-
if (i(c) && (a = await c(t)), a === !1)
|
|
11
|
-
return;
|
|
12
|
-
y && await b.confirm(f || x, { type: m });
|
|
13
|
-
let s;
|
|
14
|
-
l && (s = w.service({ background: "rgba(0,0,0,0.3)", text: d }));
|
|
15
|
-
try {
|
|
16
|
-
await u(t);
|
|
17
|
-
} catch {
|
|
18
|
-
}
|
|
19
|
-
l && s.close(), i(p) && await p(t);
|
|
20
|
-
} catch (a) {
|
|
21
|
-
i(g) && await g(a);
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
const v = {
|
|
25
|
-
functional: !0,
|
|
26
|
-
props: {
|
|
27
|
-
stop: {
|
|
28
|
-
type: Boolean,
|
|
29
|
-
default: !0
|
|
30
|
-
},
|
|
31
|
-
prevent: {
|
|
32
|
-
type: Boolean,
|
|
33
|
-
default: !0
|
|
34
|
-
},
|
|
35
|
-
text: {
|
|
36
|
-
type: String,
|
|
37
|
-
default: ""
|
|
38
|
-
},
|
|
39
|
-
message: {
|
|
40
|
-
type: String,
|
|
41
|
-
default: "你确定要删除该记录吗?"
|
|
42
|
-
},
|
|
43
|
-
confirmable: {
|
|
44
|
-
type: Boolean,
|
|
45
|
-
default: !0
|
|
46
|
-
},
|
|
47
|
-
confirmText: {
|
|
48
|
-
type: String,
|
|
49
|
-
default: "你确定要删除该记录吗?"
|
|
50
|
-
},
|
|
51
|
-
confirmType: {
|
|
52
|
-
type: String,
|
|
53
|
-
default: "warning"
|
|
54
|
-
},
|
|
55
|
-
loadable: Boolean,
|
|
56
|
-
loadingText: {
|
|
57
|
-
type: String,
|
|
58
|
-
default: "正在处理中请稍候..."
|
|
59
|
-
},
|
|
60
|
-
tag: {
|
|
61
|
-
type: String,
|
|
62
|
-
default: "i"
|
|
63
|
-
}
|
|
64
|
-
},
|
|
65
|
-
render(t, { props: e, data: n, children: o, listeners: r }) {
|
|
66
|
-
return t(e.tag, {
|
|
67
|
-
...n,
|
|
68
|
-
on: { click: (f) => S(f, e, r) },
|
|
69
|
-
props: e
|
|
70
|
-
}, o || e.text);
|
|
71
|
-
}
|
|
72
|
-
};
|
|
73
|
-
export {
|
|
74
|
-
v as c
|
|
75
|
-
};
|
package/dist/chunks/5a78e0db.js
DELETED
package/dist/chunks/97652d86.js
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
function c(r) {
|
|
2
|
-
const n = Math.floor(r / 31536e3);
|
|
3
|
-
if (n)
|
|
4
|
-
return `${n} 年${o(n)}`;
|
|
5
|
-
const t = Math.floor((r %= 31536e3) / 86400);
|
|
6
|
-
if (t)
|
|
7
|
-
return `${t} 天${o(t)}`;
|
|
8
|
-
const s = Math.floor((r %= 86400) / 3600);
|
|
9
|
-
if (s)
|
|
10
|
-
return `${s} 时${o(s)}`;
|
|
11
|
-
const e = Math.floor((r %= 3600) / 60);
|
|
12
|
-
if (e)
|
|
13
|
-
return `${e} 分${o(e)}`;
|
|
14
|
-
const u = r % 60;
|
|
15
|
-
return `${u} 秒${o(u)}`;
|
|
16
|
-
function o(a) {
|
|
17
|
-
return a > 1, "";
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
function f(r) {
|
|
21
|
-
return r.replace(/[A-Z]/g, (n) => `-${n.toLowerCase()}`);
|
|
22
|
-
}
|
|
23
|
-
export {
|
|
24
|
-
f as k,
|
|
25
|
-
c as s
|
|
26
|
-
};
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
import { n as a } from "../../chunks/5d4282fb.js";
|
|
2
|
-
var o = function() {
|
|
3
|
-
var e = this, t = e.$createElement, s = e._self._c || t;
|
|
4
|
-
return s("div", {
|
|
5
|
-
staticStyle: {
|
|
6
|
-
"padding-top": "4px"
|
|
7
|
-
}
|
|
8
|
-
}, e._l(e.menu, function(n) {
|
|
9
|
-
return s("div", {
|
|
10
|
-
key: n.key,
|
|
11
|
-
staticClass: "aside-menu-item hover-active",
|
|
12
|
-
class: {
|
|
13
|
-
active: e.$route.path === n.path
|
|
14
|
-
},
|
|
15
|
-
on: {
|
|
16
|
-
click: function(l) {
|
|
17
|
-
return e.$router.push(n.path);
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
}, [e._t("default", function() {
|
|
21
|
-
return [s("i", {
|
|
22
|
-
staticClass: "egd-icon-common",
|
|
23
|
-
class: n.icon
|
|
24
|
-
}), e._v(" " + e._s(n.label) + " ")];
|
|
25
|
-
}, {
|
|
26
|
-
item: n
|
|
27
|
-
})], 2);
|
|
28
|
-
}), 0);
|
|
29
|
-
}, c = [];
|
|
30
|
-
const u = {
|
|
31
|
-
name: "AsideMenu",
|
|
32
|
-
props: {
|
|
33
|
-
menu: {
|
|
34
|
-
type: Array,
|
|
35
|
-
default: () => []
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
}, r = {};
|
|
39
|
-
var i = /* @__PURE__ */ a(
|
|
40
|
-
u,
|
|
41
|
-
o,
|
|
42
|
-
c,
|
|
43
|
-
!1,
|
|
44
|
-
_,
|
|
45
|
-
null,
|
|
46
|
-
null,
|
|
47
|
-
null
|
|
48
|
-
);
|
|
49
|
-
function _(e) {
|
|
50
|
-
for (let t in r)
|
|
51
|
-
this[t] = r[t];
|
|
52
|
-
}
|
|
53
|
-
const p = /* @__PURE__ */ function() {
|
|
54
|
-
return i.exports;
|
|
55
|
-
}();
|
|
56
|
-
export {
|
|
57
|
-
p as default
|
|
58
|
-
};
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
import { isFunction as i, error as r } from "@web-utils/core";
|
|
2
|
-
import { n as a } from "../../chunks/5d4282fb.js";
|
|
3
|
-
const l = {
|
|
4
|
-
props: {
|
|
5
|
-
type: {
|
|
6
|
-
type: String,
|
|
7
|
-
default: "primary"
|
|
8
|
-
},
|
|
9
|
-
size: String,
|
|
10
|
-
icon: {
|
|
11
|
-
type: String,
|
|
12
|
-
default: ""
|
|
13
|
-
},
|
|
14
|
-
nativeType: {
|
|
15
|
-
type: String,
|
|
16
|
-
default: "button"
|
|
17
|
-
},
|
|
18
|
-
loading: Boolean,
|
|
19
|
-
disabled: Boolean,
|
|
20
|
-
plain: Boolean,
|
|
21
|
-
autofocus: Boolean,
|
|
22
|
-
round: Boolean
|
|
23
|
-
}
|
|
24
|
-
}, c = {
|
|
25
|
-
name: "AwesomeButton",
|
|
26
|
-
mixins: [l],
|
|
27
|
-
props: {
|
|
28
|
-
text: {
|
|
29
|
-
type: String,
|
|
30
|
-
default: ""
|
|
31
|
-
}
|
|
32
|
-
},
|
|
33
|
-
data() {
|
|
34
|
-
return {
|
|
35
|
-
isLoading: !1
|
|
36
|
-
};
|
|
37
|
-
},
|
|
38
|
-
methods: {
|
|
39
|
-
async onClick(e) {
|
|
40
|
-
this.isLoading = !0;
|
|
41
|
-
const { click: t } = this.$listeners;
|
|
42
|
-
if (i(t))
|
|
43
|
-
try {
|
|
44
|
-
await t(e);
|
|
45
|
-
} catch (o) {
|
|
46
|
-
r.call(this, o);
|
|
47
|
-
}
|
|
48
|
-
this.isLoading = !1;
|
|
49
|
-
}
|
|
50
|
-
},
|
|
51
|
-
render(e) {
|
|
52
|
-
var o, n;
|
|
53
|
-
const t = (n = (o = this.$scopedSlots).default) == null ? void 0 : n.call(o);
|
|
54
|
-
return e(
|
|
55
|
-
"ElButton",
|
|
56
|
-
{ on: { click: this.onClick }, props: { ...this.$props, disabled: this.isLoading } },
|
|
57
|
-
t && (t[0].tag || t[0].text) ? t : this.text
|
|
58
|
-
);
|
|
59
|
-
}
|
|
60
|
-
};
|
|
61
|
-
let u, p;
|
|
62
|
-
const s = {};
|
|
63
|
-
var d = /* @__PURE__ */ a(
|
|
64
|
-
c,
|
|
65
|
-
u,
|
|
66
|
-
p,
|
|
67
|
-
!1,
|
|
68
|
-
_,
|
|
69
|
-
null,
|
|
70
|
-
null,
|
|
71
|
-
null
|
|
72
|
-
);
|
|
73
|
-
function _(e) {
|
|
74
|
-
for (let t in s)
|
|
75
|
-
this[t] = s[t];
|
|
76
|
-
}
|
|
77
|
-
const h = /* @__PURE__ */ function() {
|
|
78
|
-
return d.exports;
|
|
79
|
-
}();
|
|
80
|
-
export {
|
|
81
|
-
h as default
|
|
82
|
-
};
|
package/dist/components/base.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.border-bottom{border-bottom:1px solid #d7dae0}.clear-fix:after{display:block;clear:both;height:0;visibility:hidden;content:" "}.flex-row{display:flex;flex-direction:row;flex-shrink:0}.flex-row.vertical-center{align-items:center}.flex-row.vertical-start{align-items:flex-start}.flex-row.horizon-center{justify-content:center}.text-center{text-align:center}.flex-column{display:flex;flex-direction:column}.flex-column.vertical-center{justify-content:center}.flex-column.horizon-center{align-items:center}.flex-item,.flex-item-relative{flex:1 1 auto}.flex-item-relative{position:relative}.flex-item-relative .flex-content{position:absolute;top:0;right:0;bottom:0;left:0}.flex-not-shrink{flex-shrink:0}
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
import { u as r, s as o } from "../../chunks/5a78e0db.js";
|
|
2
|
-
import { n as a } from "../../chunks/5d4282fb.js";
|
|
3
|
-
var l = function() {
|
|
4
|
-
var e = this, t = e.$createElement, s = e._self._c || t;
|
|
5
|
-
return s("label", {
|
|
6
|
-
directives: [{
|
|
7
|
-
name: "show",
|
|
8
|
-
rawName: "v-show",
|
|
9
|
-
value: e.support,
|
|
10
|
-
expression: "support"
|
|
11
|
-
}],
|
|
12
|
-
ref: "btn",
|
|
13
|
-
staticClass: "uploader-btn"
|
|
14
|
-
}, [e._t("default")], 2);
|
|
15
|
-
}, i = [];
|
|
16
|
-
const u = {
|
|
17
|
-
name: "ChunkFileUploaderButton",
|
|
18
|
-
mixins: [r, o],
|
|
19
|
-
props: {
|
|
20
|
-
directory: {
|
|
21
|
-
type: Boolean,
|
|
22
|
-
default: !1
|
|
23
|
-
},
|
|
24
|
-
single: {
|
|
25
|
-
type: Boolean,
|
|
26
|
-
default: !1
|
|
27
|
-
},
|
|
28
|
-
attrs: {
|
|
29
|
-
type: Object,
|
|
30
|
-
default() {
|
|
31
|
-
return {};
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
|
-
mounted() {
|
|
36
|
-
this.$nextTick(() => {
|
|
37
|
-
this.uploader.uploader.assignBrowse(this.$refs.btn, this.directory, this.single, this.attrs);
|
|
38
|
-
});
|
|
39
|
-
}
|
|
40
|
-
}, n = {};
|
|
41
|
-
var p = /* @__PURE__ */ a(
|
|
42
|
-
u,
|
|
43
|
-
l,
|
|
44
|
-
i,
|
|
45
|
-
!1,
|
|
46
|
-
_,
|
|
47
|
-
null,
|
|
48
|
-
null,
|
|
49
|
-
null
|
|
50
|
-
);
|
|
51
|
-
function _(e) {
|
|
52
|
-
for (let t in n)
|
|
53
|
-
this[t] = n[t];
|
|
54
|
-
}
|
|
55
|
-
const f = /* @__PURE__ */ function() {
|
|
56
|
-
return p.exports;
|
|
57
|
-
}();
|
|
58
|
-
export {
|
|
59
|
-
f as default
|
|
60
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.uploader-btn{position:relative;display:inline-block;padding:4px 8px;color:#666;font-size:100%;line-height:1.4;background:none;border:1px solid #666;border-radius:2px;outline:none;cursor:pointer}.uploader-btn:hover{background-color:#00000014}
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import { u as t, s as n } from "../../chunks/5a78e0db.js";
|
|
2
|
-
import { n as a } from "../../chunks/5d4282fb.js";
|
|
3
|
-
var p = function() {
|
|
4
|
-
var o = this, r = o.$createElement, s = o._self._c || r;
|
|
5
|
-
return s("div", {
|
|
6
|
-
directives: [{
|
|
7
|
-
name: "show",
|
|
8
|
-
rawName: "v-show",
|
|
9
|
-
value: o.support,
|
|
10
|
-
expression: "support"
|
|
11
|
-
}],
|
|
12
|
-
ref: "drop",
|
|
13
|
-
staticClass: "uploader-drop",
|
|
14
|
-
class: o.dropClass
|
|
15
|
-
}, [o._t("default")], 2);
|
|
16
|
-
}, i = [];
|
|
17
|
-
const l = {
|
|
18
|
-
name: "ChunkFileUploaderDrop",
|
|
19
|
-
mixins: [t, n],
|
|
20
|
-
data() {
|
|
21
|
-
return {
|
|
22
|
-
dropClass: ""
|
|
23
|
-
};
|
|
24
|
-
},
|
|
25
|
-
async mounted() {
|
|
26
|
-
await this.$nextTick();
|
|
27
|
-
const o = this.$refs.drop, r = this.uploader.uploader;
|
|
28
|
-
r.assignDrop(o), r.on("dragenter", this.onDragEnter), r.on("dragleave", this.onDragLeave), r.on("drop", this.onDrop);
|
|
29
|
-
},
|
|
30
|
-
beforeDestroy() {
|
|
31
|
-
const o = this.$refs.drop, r = this.uploader.uploader;
|
|
32
|
-
r.off("dragenter", this.onDragEnter), r.off("dragleave", this.onDragLeave), r.off("drop", this.onDrop), r.unAssignDrop(o);
|
|
33
|
-
},
|
|
34
|
-
methods: {
|
|
35
|
-
onDragEnter() {
|
|
36
|
-
this.dropClass = "uploader-dragover";
|
|
37
|
-
},
|
|
38
|
-
onDragLeave() {
|
|
39
|
-
this.dropClass = "";
|
|
40
|
-
},
|
|
41
|
-
onDrop() {
|
|
42
|
-
this.dropClass = "uploader-droped";
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
}, e = {};
|
|
46
|
-
var d = /* @__PURE__ */ a(
|
|
47
|
-
l,
|
|
48
|
-
p,
|
|
49
|
-
i,
|
|
50
|
-
!1,
|
|
51
|
-
u,
|
|
52
|
-
null,
|
|
53
|
-
null,
|
|
54
|
-
null
|
|
55
|
-
);
|
|
56
|
-
function u(o) {
|
|
57
|
-
for (let r in e)
|
|
58
|
-
this[r] = e[r];
|
|
59
|
-
}
|
|
60
|
-
const h = /* @__PURE__ */ function() {
|
|
61
|
-
return d.exports;
|
|
62
|
-
}();
|
|
63
|
-
export {
|
|
64
|
-
h as default
|
|
65
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.uploader-drop{position:relative;padding:10px;overflow:hidden;background-color:#f5f5f5;border:1px dashed #ccc}.uploader-dragover{background-color:#f7f7f7;border-color:#999}
|