@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
|
@@ -1,7 +1,24 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
var o = (e, r, t) => new Promise((s, l) => {
|
|
2
|
+
var a = (i) => {
|
|
3
|
+
try {
|
|
4
|
+
c(t.next(i));
|
|
5
|
+
} catch (h) {
|
|
6
|
+
l(h);
|
|
7
|
+
}
|
|
8
|
+
}, b = (i) => {
|
|
9
|
+
try {
|
|
10
|
+
c(t.throw(i));
|
|
11
|
+
} catch (h) {
|
|
12
|
+
l(h);
|
|
13
|
+
}
|
|
14
|
+
}, c = (i) => i.done ? s(i.value) : Promise.resolve(i.value).then(a, b);
|
|
15
|
+
c((t = t.apply(e, r)).next());
|
|
16
|
+
});
|
|
17
|
+
import { merge as n } from "@web-utils/integrations/lodash";
|
|
18
|
+
import { isString as d, isArray as m, trace as f, warning as g, toStringArray as w, isFunction as _, hasOwn as p } from "@web-utils/core";
|
|
19
|
+
import { k as v } from "../chunks/index.LGsb2aDq.mjs";
|
|
20
|
+
import { n as y } from "../chunks/vueComponentNormalizer.JwmUNtgn.mjs";
|
|
21
|
+
var P = function() {
|
|
5
22
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
6
23
|
return t("div", {
|
|
7
24
|
staticClass: "table-view"
|
|
@@ -138,7 +155,7 @@ var _ = function() {
|
|
|
138
155
|
click: e.onClearClick
|
|
139
156
|
}
|
|
140
157
|
}, [e._v(" 清除条件 ")])], 1)])], 1)], 1)]) : e._e()]), e._t("default")], 2);
|
|
141
|
-
},
|
|
158
|
+
}, S = [function() {
|
|
142
159
|
var e = this, r = e.$createElement, t = e._self._c || r;
|
|
143
160
|
return t("div", {
|
|
144
161
|
staticClass: "slide-panel-line"
|
|
@@ -146,16 +163,16 @@ var _ = function() {
|
|
|
146
163
|
staticClass: "slide-panel-line-indicator"
|
|
147
164
|
})]);
|
|
148
165
|
}];
|
|
149
|
-
const
|
|
166
|
+
const $ = ["back", "create", "save", "withdraw", "edit", "submit", "publish", "agree", "disagree", "reject", "finish", "cancel", "enable", "exp", "imp", "del", "disabled", "reload", "slot"], T = {
|
|
150
167
|
name: "TableView",
|
|
151
168
|
bus: {
|
|
152
169
|
reloadTableView(e, r) {
|
|
153
170
|
if (this._viewIds)
|
|
154
|
-
if (
|
|
171
|
+
if (d(e) || m(e)) {
|
|
155
172
|
let t = e;
|
|
156
|
-
|
|
173
|
+
d(t) && (t = t.split(",")), this._viewIds.some((s) => t.includes(s)) && (r ? this.$refs.tree && (f.call(this.$parent || {}, "reloadTree"), this.refreshTree()) : (f.call(this.$parent || {}, "reloadTable"), this.reloadTable()));
|
|
157
174
|
} else
|
|
158
|
-
|
|
175
|
+
g.call(this.$parent || {}, "`viewId`的类型必须是字符串或数组");
|
|
159
176
|
}
|
|
160
177
|
},
|
|
161
178
|
props: {
|
|
@@ -223,20 +240,20 @@ const w = ["back", "create", "save", "withdraw", "edit", "submit", "publish", "a
|
|
|
223
240
|
},
|
|
224
241
|
computed: {
|
|
225
242
|
buttonSlots() {
|
|
226
|
-
return
|
|
243
|
+
return $.filter((e) => this.$scopedSlots[e]);
|
|
227
244
|
},
|
|
228
245
|
toolbarProps() {
|
|
229
246
|
var s, l;
|
|
230
|
-
const e = {}, r =
|
|
247
|
+
const e = {}, r = n(this.toolbarAttrs, e);
|
|
231
248
|
let t = (r == null ? void 0 : r.buttons) || this.$parent.buttons;
|
|
232
|
-
return t = t || [], t.includes("reload") || (t = [...t, "reload"]), r.buttons = t, r.buttons =
|
|
249
|
+
return t = t || [], t.includes("reload") || (t = [...t, "reload"]), r.buttons = t, r.buttons = w(r.buttons), r.searchable = !!((l = (s = this.$scopedSlots)["search-form"]) != null && l.call(s)), r;
|
|
233
250
|
},
|
|
234
251
|
treeProps() {
|
|
235
252
|
const e = {
|
|
236
253
|
treeProps: {
|
|
237
254
|
children: "children",
|
|
238
255
|
label: "label",
|
|
239
|
-
isLeaf: (r) =>
|
|
256
|
+
isLeaf: (r) => p(r, "hasChildren") ? !r.hasChildren : p(r, "hasChild") ? !r.hasChild : !0
|
|
240
257
|
},
|
|
241
258
|
show: !1,
|
|
242
259
|
lazy: !0,
|
|
@@ -245,7 +262,7 @@ const w = ["back", "create", "save", "withdraw", "edit", "submit", "publish", "a
|
|
|
245
262
|
"expand-first-node": !1,
|
|
246
263
|
"default-expand-all": !1
|
|
247
264
|
};
|
|
248
|
-
return
|
|
265
|
+
return n(this.treeAttrs, e);
|
|
249
266
|
},
|
|
250
267
|
tableProps() {
|
|
251
268
|
const e = this.tableAttrs.api || this.$parent.getPage, r = {
|
|
@@ -254,21 +271,23 @@ const w = ["back", "create", "save", "withdraw", "edit", "submit", "publish", "a
|
|
|
254
271
|
"highlight-current-row": !0,
|
|
255
272
|
api: e
|
|
256
273
|
};
|
|
257
|
-
return
|
|
274
|
+
return n(this.tableAttrs, r);
|
|
258
275
|
},
|
|
259
276
|
searchPanelProps() {
|
|
260
277
|
const e = {
|
|
261
278
|
width: 350,
|
|
262
279
|
model: this.searchModel || {}
|
|
263
280
|
};
|
|
264
|
-
return
|
|
281
|
+
return n(this.searchPanelAttrs, e);
|
|
265
282
|
}
|
|
266
283
|
},
|
|
267
284
|
created() {
|
|
268
285
|
this._viewIds = [], this.viewId && this._viewIds.push(this.viewId), this._viewIds.includes(this.$parent.$options.name) || this._viewIds.push(this.$parent.$options.name);
|
|
269
286
|
},
|
|
270
|
-
|
|
271
|
-
|
|
287
|
+
activated() {
|
|
288
|
+
return o(this, null, function* () {
|
|
289
|
+
this.$refs.treeScroller && (this.treeScrollTop && (this.$refs.treeScroller.scrollTop = this.treeScrollTop), this.treeScrollLeft && (this.$refs.treeScroller.scrollLeft = this.treeScrollLeft));
|
|
290
|
+
});
|
|
272
291
|
},
|
|
273
292
|
methods: {
|
|
274
293
|
onTreeScroll() {
|
|
@@ -277,14 +296,18 @@ const w = ["back", "create", "save", "withdraw", "edit", "submit", "publish", "a
|
|
|
277
296
|
toggleSearch() {
|
|
278
297
|
this.right = this.right === 0 ? -this.searchPanelProps.width : 0;
|
|
279
298
|
},
|
|
280
|
-
|
|
281
|
-
|
|
299
|
+
onSearchClick() {
|
|
300
|
+
return o(this, null, function* () {
|
|
301
|
+
this.$refs.table.setModel(this.searchModel || this.searchPanelProps.model), yield this.refreshTable();
|
|
302
|
+
});
|
|
282
303
|
},
|
|
283
|
-
|
|
284
|
-
|
|
304
|
+
onClearClick() {
|
|
305
|
+
return o(this, null, function* () {
|
|
306
|
+
this.$emit("reset"), this.$refs.form.resetFields(), this.$refs.table.setModel(this.searchModel || this.searchPanelProps.model), yield this.refreshTable();
|
|
307
|
+
});
|
|
285
308
|
},
|
|
286
309
|
openFrom(e) {
|
|
287
|
-
this.$router.push(
|
|
310
|
+
this.$router.push(v(this.formPath, e));
|
|
288
311
|
},
|
|
289
312
|
rowDbClick(e) {
|
|
290
313
|
var r;
|
|
@@ -297,41 +320,45 @@ const w = ["back", "create", "save", "withdraw", "edit", "submit", "publish", "a
|
|
|
297
320
|
var e;
|
|
298
321
|
!((e = this.toolbarListeners) != null && e.create) && this.formPath && this.openFrom();
|
|
299
322
|
},
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
if (!this.
|
|
305
|
-
this
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
await this.$confirm(
|
|
309
|
-
`您确定要删除选中的[<span class="break-word" style="color: orange">${this.selectedRows.length}</span>]行记录吗?`,
|
|
310
|
-
"系统提示",
|
|
311
|
-
{
|
|
312
|
-
type: "warning",
|
|
313
|
-
modal: !0,
|
|
314
|
-
dangerouslyUseHTMLString: !0,
|
|
315
|
-
closeOnClickModal: !1,
|
|
316
|
-
beforeClose: async (t, s, l) => {
|
|
317
|
-
if (t === "confirm")
|
|
318
|
-
try {
|
|
319
|
-
s.confirmButtonLoading = !0, s.confirmButtonText = "删除...", await e.call(this, this.selectedRows.map((a) => a.id).join(",")), this.$message.success("删除成功"), await this.reloadTable(), await this.refreshTree();
|
|
320
|
-
} catch {
|
|
321
|
-
}
|
|
322
|
-
l();
|
|
323
|
-
}
|
|
323
|
+
del() {
|
|
324
|
+
return o(this, null, function* () {
|
|
325
|
+
var r;
|
|
326
|
+
const e = this.deleteApi || this.$parent.del;
|
|
327
|
+
if (!((r = this.toolbarListeners) != null && r.del) && _(e)) {
|
|
328
|
+
if (!this.selectedRows.length) {
|
|
329
|
+
this.$message.warning("请选择要删除的记录!");
|
|
330
|
+
return;
|
|
324
331
|
}
|
|
325
|
-
|
|
326
|
-
|
|
332
|
+
yield this.$confirm(
|
|
333
|
+
`您确定要删除选中的[<span class="break-word" style="color: orange">${this.selectedRows.length}</span>]行记录吗?`,
|
|
334
|
+
"系统提示",
|
|
335
|
+
{
|
|
336
|
+
type: "warning",
|
|
337
|
+
modal: !0,
|
|
338
|
+
dangerouslyUseHTMLString: !0,
|
|
339
|
+
closeOnClickModal: !1,
|
|
340
|
+
beforeClose: (t, s, l) => o(this, null, function* () {
|
|
341
|
+
if (t === "confirm")
|
|
342
|
+
try {
|
|
343
|
+
s.confirmButtonLoading = !0, s.confirmButtonText = "删除...", yield e.call(this, this.selectedRows.map((a) => a.id).join(",")), this.$message.success("删除成功"), yield this.reloadTable(), yield this.refreshTree();
|
|
344
|
+
} catch (a) {
|
|
345
|
+
}
|
|
346
|
+
l();
|
|
347
|
+
})
|
|
348
|
+
}
|
|
349
|
+
).catch((t) => t);
|
|
350
|
+
}
|
|
351
|
+
});
|
|
327
352
|
},
|
|
328
353
|
reloadTable() {
|
|
329
354
|
var e;
|
|
330
355
|
(e = this.$refs.table) == null || e.reload();
|
|
331
356
|
},
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
357
|
+
refreshTable() {
|
|
358
|
+
return o(this, null, function* () {
|
|
359
|
+
var e;
|
|
360
|
+
yield (e = this.$refs.table) == null ? void 0 : e.getPage();
|
|
361
|
+
});
|
|
335
362
|
},
|
|
336
363
|
refreshTree() {
|
|
337
364
|
this.$refs.tree.reloadTree();
|
|
@@ -340,24 +367,24 @@ const w = ["back", "create", "save", "withdraw", "edit", "submit", "publish", "a
|
|
|
340
367
|
return this.searchPanelProps.model;
|
|
341
368
|
}
|
|
342
369
|
}
|
|
343
|
-
},
|
|
344
|
-
var
|
|
345
|
-
|
|
346
|
-
_,
|
|
347
|
-
g,
|
|
348
|
-
!1,
|
|
370
|
+
}, u = {};
|
|
371
|
+
var C = /* @__PURE__ */ y(
|
|
372
|
+
T,
|
|
349
373
|
P,
|
|
374
|
+
S,
|
|
375
|
+
!1,
|
|
376
|
+
L,
|
|
350
377
|
null,
|
|
351
378
|
null,
|
|
352
379
|
null
|
|
353
380
|
);
|
|
354
|
-
function
|
|
355
|
-
for (let r in
|
|
356
|
-
this[r] =
|
|
381
|
+
function L(e) {
|
|
382
|
+
for (let r in u)
|
|
383
|
+
this[r] = u[r];
|
|
357
384
|
}
|
|
358
|
-
const
|
|
359
|
-
return
|
|
385
|
+
const M = /* @__PURE__ */ function() {
|
|
386
|
+
return C.exports;
|
|
360
387
|
}();
|
|
361
388
|
export {
|
|
362
|
-
|
|
389
|
+
M as default
|
|
363
390
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.table-view{flex-direction:column;height:100%;display:flex}.table-view .el-table--border{border:none}.table-view .border-top .el-table--border{border-top:1px solid #ebeef5}.table-view .border-bottom .el-table--border{border-bottom:1px solid #ebeef5}.table-view .border-left .el-table--border,.table-view .border-left .el-pagination{border-left:1px solid #ebeef5}.table-view .border-right .el-table--border{border-right:1px solid #ebeef5}.table-view .table-view-content-wrapper{flex:1;position:relative;overflow:hidden}.table-view .table-view-content{background-color:#fff;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.table-view .table-view-sidebar{flex-shrink:0;width:240px;height:100%;padding:10px;overflow:auto}.table-view .table-view-sidebar .et-tree-wrapper{display:table;overflow:visible}.table-view .table-view-table{flex:auto;height:100%}.table-view .slide-panel{z-index:5;background-color:#fff;transition:right .2s;display:flex;position:absolute;top:0;bottom:0;right:0}.table-view .slide-panel .slide-panel-line{background-color:#ddd;flex-shrink:0;width:3px;height:100%;position:relative}.table-view .slide-panel .slide-panel-line-indicator{background-color:#aaa;width:100%;height:50px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.table-view .slide-panel .slide-panel-actions{justify-content:center;align-items:center;margin-top:10px;display:flex}.table-view .slide-panel .slide-panel-content{flex:1;padding:10px;overflow:auto}.table-view .slide-panel .slide-panel-content .el-date-editor{width:100%}
|
|
@@ -1,6 +1,17 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
var
|
|
1
|
+
var c = Object.defineProperty;
|
|
2
|
+
var r = Object.getOwnPropertySymbols;
|
|
3
|
+
var m = Object.prototype.hasOwnProperty, _ = Object.prototype.propertyIsEnumerable;
|
|
4
|
+
var l = (t, e, n) => e in t ? c(t, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[e] = n, o = (t, e) => {
|
|
5
|
+
for (var n in e || (e = {}))
|
|
6
|
+
m.call(e, n) && l(t, n, e[n]);
|
|
7
|
+
if (r)
|
|
8
|
+
for (var n of r(e))
|
|
9
|
+
_.call(e, n) && l(t, n, e[n]);
|
|
10
|
+
return t;
|
|
11
|
+
};
|
|
12
|
+
import { hasOwn as i } from "@web-utils/core";
|
|
13
|
+
import { n as g } from "../chunks/vueComponentNormalizer.JwmUNtgn.mjs";
|
|
14
|
+
var f = function() {
|
|
4
15
|
var t = this, e = t.$createElement, n = t._self._c || e;
|
|
5
16
|
return n("div", {
|
|
6
17
|
staticClass: "tag-render"
|
|
@@ -9,35 +20,42 @@ var i = function() {
|
|
|
9
20
|
key: a,
|
|
10
21
|
attrs: {
|
|
11
22
|
closable: t.enable,
|
|
23
|
+
size: "medium",
|
|
12
24
|
"disable-transitions": ""
|
|
13
25
|
},
|
|
14
26
|
on: {
|
|
15
|
-
close: function(
|
|
27
|
+
close: function(b) {
|
|
16
28
|
return t.$emit("close", t.tags[a], a);
|
|
17
29
|
}
|
|
18
30
|
}
|
|
19
31
|
}, [t._v(" " + t._s(t.getTagName(s)) + " ")]);
|
|
20
32
|
}) : t.enable ? t._e() : [n("span", {
|
|
21
33
|
staticStyle: {
|
|
22
|
-
|
|
34
|
+
"margin-left": "4px",
|
|
35
|
+
color: "#b5b5b5",
|
|
36
|
+
"line-height": "16px"
|
|
23
37
|
}
|
|
24
38
|
}, [t._v("无")])], t.enable ? n("ElButton", {
|
|
25
|
-
staticClass: "
|
|
39
|
+
staticClass: "add-tag",
|
|
26
40
|
attrs: {
|
|
27
|
-
size: "
|
|
41
|
+
size: "mini"
|
|
28
42
|
},
|
|
29
43
|
on: {
|
|
30
44
|
click: function(s) {
|
|
31
45
|
return t.$emit("add");
|
|
32
46
|
}
|
|
33
47
|
}
|
|
34
|
-
}, [t._v("
|
|
48
|
+
}, [t._v("+ 添加")]) : t._e(), t.count ? n("span", {
|
|
35
49
|
staticClass: "tags-count"
|
|
36
50
|
}, [t._v(t._s(t.tags.length && t.tags[0] ? t.tags.length : ""))]) : t._e()], 2);
|
|
37
|
-
},
|
|
38
|
-
const
|
|
51
|
+
}, d = [];
|
|
52
|
+
const p = {
|
|
39
53
|
name: "TagRender",
|
|
40
|
-
inject:
|
|
54
|
+
inject: {
|
|
55
|
+
elFormItem: {
|
|
56
|
+
default: {}
|
|
57
|
+
}
|
|
58
|
+
},
|
|
41
59
|
props: {
|
|
42
60
|
enable: {
|
|
43
61
|
type: Boolean,
|
|
@@ -59,39 +77,40 @@ const c = {
|
|
|
59
77
|
computed: {
|
|
60
78
|
internalTags() {
|
|
61
79
|
return this.transfer ? this.tags.map((t) => {
|
|
62
|
-
const e = {
|
|
80
|
+
const e = o({}, t);
|
|
63
81
|
return this.transfer(e);
|
|
64
82
|
}) : this.tags;
|
|
65
83
|
}
|
|
66
84
|
},
|
|
67
85
|
watch: {
|
|
68
86
|
tags(t) {
|
|
69
|
-
|
|
87
|
+
var e, n;
|
|
88
|
+
this.elFormItem && t && t.length > 0 && ((n = (e = this.elFormItem).clearValidate) == null || n.call(e));
|
|
70
89
|
}
|
|
71
90
|
},
|
|
72
91
|
methods: {
|
|
73
92
|
getTagName(t) {
|
|
74
|
-
return
|
|
93
|
+
return i(t, "name") ? t.name : i(t, "label") ? t.label : t;
|
|
75
94
|
}
|
|
76
95
|
}
|
|
77
|
-
},
|
|
78
|
-
var
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
96
|
+
}, u = {};
|
|
97
|
+
var h = /* @__PURE__ */ g(
|
|
98
|
+
p,
|
|
99
|
+
f,
|
|
100
|
+
d,
|
|
82
101
|
!1,
|
|
83
|
-
|
|
102
|
+
v,
|
|
84
103
|
null,
|
|
85
104
|
null,
|
|
86
105
|
null
|
|
87
106
|
);
|
|
88
|
-
function
|
|
89
|
-
for (let e in
|
|
90
|
-
this[e] =
|
|
107
|
+
function v(t) {
|
|
108
|
+
for (let e in u)
|
|
109
|
+
this[e] = u[e];
|
|
91
110
|
}
|
|
92
|
-
const
|
|
93
|
-
return
|
|
111
|
+
const $ = /* @__PURE__ */ function() {
|
|
112
|
+
return h.exports;
|
|
94
113
|
}();
|
|
95
114
|
export {
|
|
96
|
-
|
|
115
|
+
$ as default
|
|
97
116
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.tag-render{background-color:#fff;border:1px solid #d7dae0;border-radius:4px;min-height:80px;padding-top:4px;padding-right:4px;line-height:0;overflow:hidden}.tag-render .el-tag{margin-bottom:4px;margin-left:4px}.tag-render .add-tag{margin-left:4px}.tag-render .el-tag .el-tag__close:hover{background-color:#ee8677}.tag-render .tags-count{color:#b7b7b7;font-size:.9em;position:absolute;bottom:10px;right:6px}
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
import { s as o } from "../chunks/util.C2Bhx22L.mjs";
|
|
2
|
+
import { n as r } from "../chunks/vueComponentNormalizer.JwmUNtgn.mjs";
|
|
3
|
+
var h = function() {
|
|
4
|
+
var t = this, e = t.$createElement, i = t._self._c || e;
|
|
5
|
+
return i("div", {
|
|
6
|
+
staticClass: "avue-text-ellipsis",
|
|
7
|
+
style: {
|
|
8
|
+
width: t.setPx(t.width, "100%")
|
|
9
|
+
}
|
|
10
|
+
}, [t._t("before"), i("ElTooltip", {
|
|
11
|
+
attrs: {
|
|
12
|
+
content: t.text,
|
|
13
|
+
disabled: !(t.useTooltip && t.isHide),
|
|
14
|
+
placement: t.placement
|
|
15
|
+
}
|
|
16
|
+
}, [i("span", [i("span", {
|
|
17
|
+
key: t.keyIndex,
|
|
18
|
+
ref: "text",
|
|
19
|
+
staticClass: "avue-text-ellipsis__text"
|
|
20
|
+
}, [t._v(t._s(t.text))])])]), i("span", {
|
|
21
|
+
ref: "more",
|
|
22
|
+
staticClass: "avue-text-ellipsis__more"
|
|
23
|
+
}, [t._t("more")], 2), t._t("after")], 2);
|
|
24
|
+
}, a = [];
|
|
25
|
+
const f = {
|
|
26
|
+
name: "TextEllipsis",
|
|
27
|
+
props: {
|
|
28
|
+
text: String,
|
|
29
|
+
height: Number,
|
|
30
|
+
width: Number,
|
|
31
|
+
isLimitHeight: {
|
|
32
|
+
type: Boolean,
|
|
33
|
+
default: !0
|
|
34
|
+
},
|
|
35
|
+
useTooltip: {
|
|
36
|
+
type: Boolean,
|
|
37
|
+
default: !1
|
|
38
|
+
},
|
|
39
|
+
placement: String
|
|
40
|
+
},
|
|
41
|
+
data() {
|
|
42
|
+
return {
|
|
43
|
+
keyIndex: 0,
|
|
44
|
+
oversize: !1,
|
|
45
|
+
isHide: !1
|
|
46
|
+
};
|
|
47
|
+
},
|
|
48
|
+
watch: {
|
|
49
|
+
isLimitHeight() {
|
|
50
|
+
this.init();
|
|
51
|
+
},
|
|
52
|
+
text() {
|
|
53
|
+
this.init();
|
|
54
|
+
},
|
|
55
|
+
height() {
|
|
56
|
+
this.init();
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
mounted() {
|
|
60
|
+
this.init();
|
|
61
|
+
},
|
|
62
|
+
methods: {
|
|
63
|
+
setPx: o,
|
|
64
|
+
init() {
|
|
65
|
+
this.oversize = !1, this.keyIndex += 1;
|
|
66
|
+
const t = this.$refs.more;
|
|
67
|
+
t.style.display = "none", this.isLimitHeight && this.limitShow();
|
|
68
|
+
},
|
|
69
|
+
limitShow() {
|
|
70
|
+
this.$nextTick(() => {
|
|
71
|
+
const t = this.$refs.text, e = this.$el, i = this.$refs.more;
|
|
72
|
+
let n = 1e3;
|
|
73
|
+
if (t)
|
|
74
|
+
if (e.offsetHeight > this.height) {
|
|
75
|
+
i.style.display = "inline-block";
|
|
76
|
+
let s = this.text;
|
|
77
|
+
for (; e.offsetHeight > this.height && n > 0; )
|
|
78
|
+
e.offsetHeight > this.height * 3 ? t.innerText = s = s.substring(
|
|
79
|
+
0,
|
|
80
|
+
Math.floor(s.length / 2)
|
|
81
|
+
) : t.innerText = s = s.substring(0, s.length - 1), n--;
|
|
82
|
+
this.$emit("hide"), this.isHide = !0;
|
|
83
|
+
} else
|
|
84
|
+
this.$emit("show"), this.isHide = !1;
|
|
85
|
+
});
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
}, l = {};
|
|
89
|
+
var m = /* @__PURE__ */ r(
|
|
90
|
+
f,
|
|
91
|
+
h,
|
|
92
|
+
a,
|
|
93
|
+
!1,
|
|
94
|
+
c,
|
|
95
|
+
null,
|
|
96
|
+
null,
|
|
97
|
+
null
|
|
98
|
+
);
|
|
99
|
+
function c(t) {
|
|
100
|
+
for (let e in l)
|
|
101
|
+
this[e] = l[e];
|
|
102
|
+
}
|
|
103
|
+
const x = /* @__PURE__ */ function() {
|
|
104
|
+
return m.exports;
|
|
105
|
+
}();
|
|
106
|
+
export {
|
|
107
|
+
x as default
|
|
108
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.avue-text-ellipsis__more{padding:0 2px}
|