@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 +0,0 @@
|
|
|
1
|
-
.editable-tree{position:relative}.editable-tree.et-tree-label-overflow-visible .et-tree-label{position:static}.et-tree-wrapper{display:flex;flex-direction:column;width:100%;overflow:auto;text-align:left}.et-tree-wrapper .el-tree{display:table;width:100%;overflow:visible}.et-tree-wrapper .el-button+.el-button{margin-left:8px!important}.et-tree-wrapper .el-input__inner{padding:0 4px}.et-tree-wrapper .custom-tree-node{display:flex;align-items:center;width:100%;padding-right:8px;font-size:14px}.et-tree-wrapper .custom-tree-node:hover .handle-actions{display:block}.et-tree-wrapper .custom-tree-node .handle-actions{display:none;align-self:flex-end}.et-tree-wrapper .custom-tree-node .node-icon{margin-top:2px;margin-right:4px}.et-tree-wrapper .node-label{align-items:center}.et-tree-wrapper .node-input{min-width:140px;margin-right:10px}.et-tree-wrapper .menu{position:fixed;z-index:3;padding:0;background:#fff;border-radius:4px;box-shadow:0 5px 10px #bebebe}.et-tree-wrapper .menu-item{display:block;padding:8px 20px 8px 8px;color:#242f42;font: 11px tahoma,arial,sans-serif;line-height:100%;white-space:nowrap;cursor:pointer;user-select:none}.et-tree-wrapper .menu .menu-item:hover{color:#66b1ff;background-color:#ecf5ff}.et-tree-wrapper .menu-item-icon{margin-right:4px;font-weight:700;font-size:1.3em}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.element-dialog.el-dialog.el-dialog-resizeable{display:flex;flex-direction:column}.element-dialog.el-dialog.el-dialog-resizeable .el-dialog__body{position:relative;flex:1 1 auto;padding:0}.element-dialog.el-dialog.el-dialog-resizeable .el-dialog__header{position:relative;font-size:18px}.element-dialog.el-dialog.el-dialog-resizeable .el-dialog__footer{padding-bottom:10px;text-align:right}.element-dialog.el-dialog.el-dialog-resizeable .fullscreen-btn{position:absolute;top:14px;right:50px;padding:2px;color:#fff;background:0 0;border:none;outline:0;cursor:pointer}.element-dialog.el-dialog.el-dialog-resizeable .fullscreen-btn:hover{background:#e34e55}.element-dialog.el-dialog.el-dialog-resizeable .fullscreen-btn .el-icon-full-screen,.element-dialog.el-dialog.el-dialog-resizeable .fullscreen-btn .el-icon-copy-document{padding:4px;font-size:13px}.element-dialog.el-dialog.el-dialog-resizeable .dialog-head-group{position:absolute;top:50%;right:14px;transform:translateY(-50%)}.element-dialog.el-dialog.is-fullscreen{position:absolute;top:0!important;left:0!important;width:100%!important;height:100%!important}.element-dialog.el-dialog.el-dialog--center .el-dialog__header{justify-content:center}.element-dialog.el-dialog.el-dialog--flex-column .el-dialog__body{display:flex;flex-direction:column}.element-dialog.el-dialog.el-dialog--flex-row .el-dialog__body{display:flex;flex-direction:row}.element-dialog.el-dialog.el-dialog__body-padding .el-dialog__body{padding:10px}.element-dialog.el-dialog .el-dialog__body{padding:0}.element-dialog.el-dialog .el-dialog__header{display:flex;flex-direction:row;position:relative;align-items:center;padding:4px 10px;font-size:16px;background-color:#409eff}.element-dialog.el-dialog .el-dialog__header .el-dialog__title{color:#fff;font-weight:400;font-size:16px}.element-dialog.el-dialog .header-button-wrapper{position:absolute;top:50%;right:10px;display:flex;transform:translateY(-50%)}.element-dialog.el-dialog .header-button{padding:2px;color:#fff;border:none;outline:0;cursor:pointer}.element-dialog.el-dialog .header-button:hover{background:#e34e55}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.empty-view{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#909399;font-size:20px;background-color:#fff}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.error-view{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#909399;font-size:20px;background-color:#fff}
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import { h as s } from "../../chunks/f71045fc.js";
|
|
2
|
-
import { n as a } from "../../chunks/5d4282fb.js";
|
|
3
|
-
const c = {
|
|
4
|
-
name: "FlexColumn",
|
|
5
|
-
functional: !0,
|
|
6
|
-
props: {
|
|
7
|
-
verticalCenter: {
|
|
8
|
-
type: Boolean,
|
|
9
|
-
default: !1
|
|
10
|
-
},
|
|
11
|
-
horizonCenter: {
|
|
12
|
-
type: Boolean,
|
|
13
|
-
default: !1
|
|
14
|
-
},
|
|
15
|
-
center: {
|
|
16
|
-
type: Boolean,
|
|
17
|
-
default: !1
|
|
18
|
-
},
|
|
19
|
-
textCenter: {
|
|
20
|
-
type: Boolean,
|
|
21
|
-
default: !1
|
|
22
|
-
}
|
|
23
|
-
},
|
|
24
|
-
render(l, { data: n, children: o, props: e }) {
|
|
25
|
-
const t = s(n.class, "flex-column");
|
|
26
|
-
return e.center || e.horizonCenter && e.verticalCenter ? (t.push("horizon-center"), t.push("vertical-center")) : (e.horizonCenter && t.push("horizon-center"), e.verticalCenter && t.push("vertical-center")), e.textCenter && t.push("text-center"), l("div", { ...n, class: t }, o);
|
|
27
|
-
}
|
|
28
|
-
};
|
|
29
|
-
let i, u;
|
|
30
|
-
const r = {};
|
|
31
|
-
var f = /* @__PURE__ */ a(
|
|
32
|
-
c,
|
|
33
|
-
i,
|
|
34
|
-
u,
|
|
35
|
-
!1,
|
|
36
|
-
_,
|
|
37
|
-
null,
|
|
38
|
-
null,
|
|
39
|
-
null
|
|
40
|
-
);
|
|
41
|
-
function _(l) {
|
|
42
|
-
for (let n in r)
|
|
43
|
-
this[n] = r[n];
|
|
44
|
-
}
|
|
45
|
-
const v = /* @__PURE__ */ function() {
|
|
46
|
-
return f.exports;
|
|
47
|
-
}();
|
|
48
|
-
export {
|
|
49
|
-
v as default
|
|
50
|
-
};
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
import { h as f } from "../../chunks/f71045fc.js";
|
|
2
|
-
import { n as s } from "../../chunks/5d4282fb.js";
|
|
3
|
-
const r = {
|
|
4
|
-
name: "FlexItem",
|
|
5
|
-
functional: !0,
|
|
6
|
-
props: {
|
|
7
|
-
flexRow: {
|
|
8
|
-
type: Boolean,
|
|
9
|
-
default: !1
|
|
10
|
-
},
|
|
11
|
-
flexColumn: {
|
|
12
|
-
type: Boolean,
|
|
13
|
-
default: !1
|
|
14
|
-
},
|
|
15
|
-
verticalCenter: {
|
|
16
|
-
type: Boolean,
|
|
17
|
-
default: !1
|
|
18
|
-
},
|
|
19
|
-
horizonCenter: {
|
|
20
|
-
type: Boolean,
|
|
21
|
-
default: !1
|
|
22
|
-
},
|
|
23
|
-
center: {
|
|
24
|
-
type: Boolean,
|
|
25
|
-
default: !1
|
|
26
|
-
},
|
|
27
|
-
textCenter: {
|
|
28
|
-
type: Boolean,
|
|
29
|
-
default: !1
|
|
30
|
-
},
|
|
31
|
-
relative: {
|
|
32
|
-
type: Boolean,
|
|
33
|
-
default: !1
|
|
34
|
-
},
|
|
35
|
-
absolute: {
|
|
36
|
-
type: Boolean,
|
|
37
|
-
default: !1
|
|
38
|
-
}
|
|
39
|
-
},
|
|
40
|
-
render(n, { children: l, data: o, props: e }) {
|
|
41
|
-
const t = f(o.class, e.relative ? "flex-item-relative" : "flex-item");
|
|
42
|
-
return e.absolute && !e.relative && t.push("flex-item-relative"), e.center || e.horizonCenter && e.verticalCenter ? (t.push("horizon-center"), t.push("vertical-center")) : (e.horizonCenter && t.push("horizon-center"), e.verticalCenter && t.push("vertical-center")), e.textCenter && t.push("text-center"), e.flexColumn && t.push("flex-column"), e.flexRow && t.push("flex-row"), e.absolute ? n("div", { ...o, class: t }, [n("div", { class: "absolute", style: "overflow:auto" }, l)]) : n("div", { ...o, class: t }, l);
|
|
43
|
-
}
|
|
44
|
-
};
|
|
45
|
-
let i, u;
|
|
46
|
-
const a = {};
|
|
47
|
-
var c = /* @__PURE__ */ s(
|
|
48
|
-
r,
|
|
49
|
-
i,
|
|
50
|
-
u,
|
|
51
|
-
!1,
|
|
52
|
-
v,
|
|
53
|
-
null,
|
|
54
|
-
null,
|
|
55
|
-
null
|
|
56
|
-
);
|
|
57
|
-
function v(n) {
|
|
58
|
-
for (let l in a)
|
|
59
|
-
this[l] = a[l];
|
|
60
|
-
}
|
|
61
|
-
const h = /* @__PURE__ */ function() {
|
|
62
|
-
return c.exports;
|
|
63
|
-
}();
|
|
64
|
-
export {
|
|
65
|
-
h as default
|
|
66
|
-
};
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import { h as s } from "../../chunks/f71045fc.js";
|
|
2
|
-
import { n as a } from "../../chunks/5d4282fb.js";
|
|
3
|
-
const c = {
|
|
4
|
-
name: "FlexRow",
|
|
5
|
-
functional: !0,
|
|
6
|
-
props: {
|
|
7
|
-
verticalCenter: {
|
|
8
|
-
type: Boolean,
|
|
9
|
-
default: !1
|
|
10
|
-
},
|
|
11
|
-
horizonCenter: {
|
|
12
|
-
type: Boolean,
|
|
13
|
-
default: !1
|
|
14
|
-
},
|
|
15
|
-
center: {
|
|
16
|
-
type: Boolean,
|
|
17
|
-
default: !1
|
|
18
|
-
},
|
|
19
|
-
textCenter: {
|
|
20
|
-
type: Boolean,
|
|
21
|
-
default: !1
|
|
22
|
-
}
|
|
23
|
-
},
|
|
24
|
-
render(r, { data: n, children: o, props: e }) {
|
|
25
|
-
const t = s(n.class, "flex-row");
|
|
26
|
-
return e.center || e.horizonCenter && e.verticalCenter ? (t.push("horizon-center"), t.push("vertical-center")) : (e.horizonCenter && t.push("horizon-center"), e.verticalCenter && t.push("vertical-center")), e.textCenter && t.push("text-center"), r("div", { ...n, class: t }, o);
|
|
27
|
-
}
|
|
28
|
-
};
|
|
29
|
-
let i, u;
|
|
30
|
-
const l = {};
|
|
31
|
-
var f = /* @__PURE__ */ a(
|
|
32
|
-
c,
|
|
33
|
-
i,
|
|
34
|
-
u,
|
|
35
|
-
!1,
|
|
36
|
-
_,
|
|
37
|
-
null,
|
|
38
|
-
null,
|
|
39
|
-
null
|
|
40
|
-
);
|
|
41
|
-
function _(r) {
|
|
42
|
-
for (let n in l)
|
|
43
|
-
this[n] = l[n];
|
|
44
|
-
}
|
|
45
|
-
const C = /* @__PURE__ */ function() {
|
|
46
|
-
return f.exports;
|
|
47
|
-
}();
|
|
48
|
-
export {
|
|
49
|
-
C as default
|
|
50
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.flex-scroller-wrapper{position:relative;flex:1 1 auto}.flex-scroller-wrapper .flex-scroller{position:absolute;top:0;right:0;bottom:0;left:0}.flex-scroller-wrapper .flex-scroller.content-scroll{overflow:auto}
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
import { c as r } from "../../chunks/3a79781b.js";
|
|
2
|
-
import { n as o } from "../../chunks/5d4282fb.js";
|
|
3
|
-
const i = {
|
|
4
|
-
name: "Confirmable",
|
|
5
|
-
mixins: [r]
|
|
6
|
-
};
|
|
7
|
-
let s, _;
|
|
8
|
-
const t = {};
|
|
9
|
-
var a = /* @__PURE__ */ o(
|
|
10
|
-
i,
|
|
11
|
-
s,
|
|
12
|
-
_,
|
|
13
|
-
!1,
|
|
14
|
-
u,
|
|
15
|
-
null,
|
|
16
|
-
null,
|
|
17
|
-
null
|
|
18
|
-
);
|
|
19
|
-
function u(l) {
|
|
20
|
-
for (let n in t)
|
|
21
|
-
this[n] = t[n];
|
|
22
|
-
}
|
|
23
|
-
const c = /* @__PURE__ */ function() {
|
|
24
|
-
return a.exports;
|
|
25
|
-
}(), p = {
|
|
26
|
-
props: {
|
|
27
|
-
type: {
|
|
28
|
-
type: String,
|
|
29
|
-
default: "danger"
|
|
30
|
-
},
|
|
31
|
-
size: String,
|
|
32
|
-
icon: {
|
|
33
|
-
type: String,
|
|
34
|
-
default: ""
|
|
35
|
-
},
|
|
36
|
-
nativeType: {
|
|
37
|
-
type: String,
|
|
38
|
-
default: "button"
|
|
39
|
-
},
|
|
40
|
-
loading: Boolean,
|
|
41
|
-
disabled: Boolean,
|
|
42
|
-
plain: Boolean,
|
|
43
|
-
autofocus: Boolean,
|
|
44
|
-
round: Boolean,
|
|
45
|
-
confirmable: Boolean,
|
|
46
|
-
text: {
|
|
47
|
-
type: String,
|
|
48
|
-
default: ""
|
|
49
|
-
},
|
|
50
|
-
tag: {
|
|
51
|
-
type: String,
|
|
52
|
-
default: "AwesomeButton"
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
}, f = {
|
|
56
|
-
name: "FormButton",
|
|
57
|
-
mixins: [c, p]
|
|
58
|
-
};
|
|
59
|
-
let m, d;
|
|
60
|
-
const e = {};
|
|
61
|
-
var v = /* @__PURE__ */ o(
|
|
62
|
-
f,
|
|
63
|
-
m,
|
|
64
|
-
d,
|
|
65
|
-
!1,
|
|
66
|
-
g,
|
|
67
|
-
null,
|
|
68
|
-
null,
|
|
69
|
-
null
|
|
70
|
-
);
|
|
71
|
-
function g(l) {
|
|
72
|
-
for (let n in e)
|
|
73
|
-
this[n] = e[n];
|
|
74
|
-
}
|
|
75
|
-
const B = /* @__PURE__ */ function() {
|
|
76
|
-
return v.exports;
|
|
77
|
-
}();
|
|
78
|
-
export {
|
|
79
|
-
B as default
|
|
80
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.form-checkbox-group.form-checkbox-group-row.form-checkbox-group-row-ellipsis .el-checkbox__label{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.form-checkbox-group.form-checkbox-group-row.form-checkbox-group-row-break-word .el-checkbox__label{word-wrap:break-word;word-break:break-all}.form-checkbox-group.form-checkbox-group-row .el-checkbox-group{display:block}.form-checkbox-group.form-checkbox-group-row .el-checkbox{display:flex;flex-direction:row;flex-wrap:nowrap;width:100%}.form-checkbox-group.form-checkbox-group-row .el-checkbox__input{flex-shrink:0;top:3px}.form-checkbox-group.form-checkbox-group-row .el-checkbox__label{flex:1 1 auto;display:block;margin-bottom:6px;vertical-align:sub}.form-checkbox-group .form-checkbox-group-other{display:inline-block;margin-left:10px}.form-checkbox-group .form-checkbox-group-other .el-form-item__label{display:none}.form-checkbox-group .el-checkbox-group{line-height:inherit}.form-checkbox-group .el-checkbox{margin-right:10px;vertical-align:middle}.form-checkbox-group .el-checkbox__label{padding-left:4px}
|
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
import { warning as l } from "@web-utils/core";
|
|
2
|
-
import { j as a } from "../../chunks/f71045fc.js";
|
|
3
|
-
import { n as s } from "../../chunks/5d4282fb.js";
|
|
4
|
-
var o = function() {
|
|
5
|
-
var e = this, r = e.$createElement, i = e._self._c || r;
|
|
6
|
-
return i("ElForm", e._g(e._b({
|
|
7
|
-
ref: "form",
|
|
8
|
-
staticClass: "clear-fix",
|
|
9
|
-
attrs: {
|
|
10
|
-
model: e.model,
|
|
11
|
-
size: e.size,
|
|
12
|
-
disabled: e.disabled,
|
|
13
|
-
"label-width": e.labelWidth,
|
|
14
|
-
"label-position": e.labelPosition
|
|
15
|
-
}
|
|
16
|
-
}, "ElForm", e.$attrs, !1), e.$listeners), [e._t("default")], 2);
|
|
17
|
-
}, n = [];
|
|
18
|
-
const d = {
|
|
19
|
-
name: "FormHolder",
|
|
20
|
-
provide() {
|
|
21
|
-
return {
|
|
22
|
-
formHolder: this
|
|
23
|
-
};
|
|
24
|
-
},
|
|
25
|
-
props: {
|
|
26
|
-
model: {
|
|
27
|
-
type: Object
|
|
28
|
-
},
|
|
29
|
-
size: {
|
|
30
|
-
type: String,
|
|
31
|
-
default: "mini"
|
|
32
|
-
},
|
|
33
|
-
disabled: Boolean,
|
|
34
|
-
labelPosition: {
|
|
35
|
-
type: String,
|
|
36
|
-
default: "right"
|
|
37
|
-
},
|
|
38
|
-
labelWidth: {
|
|
39
|
-
type: String,
|
|
40
|
-
default: "160px"
|
|
41
|
-
},
|
|
42
|
-
required: {
|
|
43
|
-
type: Boolean,
|
|
44
|
-
default: !0
|
|
45
|
-
},
|
|
46
|
-
requiredFields: {
|
|
47
|
-
type: Array
|
|
48
|
-
}
|
|
49
|
-
},
|
|
50
|
-
watch: {
|
|
51
|
-
required() {
|
|
52
|
-
this.clearValidate();
|
|
53
|
-
}
|
|
54
|
-
},
|
|
55
|
-
created() {
|
|
56
|
-
this.required || l.call(a(this, (e) => ["FormView", "FormHolder"].includes(e.$options.name)), "一般情况下不建议设置 required=false,因为 required 设置为 false 后必填字段要自行维护,在处理表格时会比较复杂,请自行权衡利弊");
|
|
57
|
-
},
|
|
58
|
-
methods: {
|
|
59
|
-
clearValidate(e) {
|
|
60
|
-
var r;
|
|
61
|
-
(r = this.$refs.form) == null || r.clearValidate(e);
|
|
62
|
-
},
|
|
63
|
-
async validate() {
|
|
64
|
-
return this.$refs.form.validate();
|
|
65
|
-
},
|
|
66
|
-
resetFields() {
|
|
67
|
-
return this.$refs.form.resetFields();
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
}, t = {};
|
|
71
|
-
var f = /* @__PURE__ */ s(
|
|
72
|
-
d,
|
|
73
|
-
o,
|
|
74
|
-
n,
|
|
75
|
-
!1,
|
|
76
|
-
m,
|
|
77
|
-
null,
|
|
78
|
-
null,
|
|
79
|
-
null
|
|
80
|
-
);
|
|
81
|
-
function m(e) {
|
|
82
|
-
for (let r in t)
|
|
83
|
-
this[r] = t[r];
|
|
84
|
-
}
|
|
85
|
-
const _ = /* @__PURE__ */ function() {
|
|
86
|
-
return f.exports;
|
|
87
|
-
}();
|
|
88
|
-
export {
|
|
89
|
-
_ as default
|
|
90
|
-
};
|
|
@@ -1,119 +0,0 @@
|
|
|
1
|
-
import { f as E } from "../../chunks/b4acd3a6.js";
|
|
2
|
-
import { hasOwn as _ } from "@web-utils/core";
|
|
3
|
-
import { n as W } from "../../chunks/5d4282fb.js";
|
|
4
|
-
const j = {
|
|
5
|
-
name: "FormItem",
|
|
6
|
-
mixins: [E],
|
|
7
|
-
inject: {
|
|
8
|
-
formHolder: {
|
|
9
|
-
default: ""
|
|
10
|
-
},
|
|
11
|
-
formItemConfig: {
|
|
12
|
-
default: null
|
|
13
|
-
}
|
|
14
|
-
},
|
|
15
|
-
computed: {
|
|
16
|
-
gutter() {
|
|
17
|
-
let e = this.$parent;
|
|
18
|
-
for (; e && e.$options.componentName !== "ElRow"; )
|
|
19
|
-
e = e.$parent;
|
|
20
|
-
return (e == null ? void 0 : e.gutter) ?? 0;
|
|
21
|
-
}
|
|
22
|
-
},
|
|
23
|
-
methods: {
|
|
24
|
-
renderFormItem() {
|
|
25
|
-
var I, C, v;
|
|
26
|
-
const e = this.$createElement, {
|
|
27
|
-
label: r,
|
|
28
|
-
labelWidth: c,
|
|
29
|
-
prop: l,
|
|
30
|
-
rules: u,
|
|
31
|
-
$scopedSlots: a,
|
|
32
|
-
elFormItemProps: t,
|
|
33
|
-
elForm: n,
|
|
34
|
-
formHolder: o,
|
|
35
|
-
formItemClass: m,
|
|
36
|
-
required: s,
|
|
37
|
-
block: g,
|
|
38
|
-
half: q,
|
|
39
|
-
wrapCol: F,
|
|
40
|
-
wrapFormItem: x,
|
|
41
|
-
disabled: k,
|
|
42
|
-
formItemConfig: f,
|
|
43
|
-
getRequireRule: y
|
|
44
|
-
} = this;
|
|
45
|
-
let i = u, d = s, p = s, h = g, w = F;
|
|
46
|
-
f && (_(f, "block") && (h = f.block), _(f, "wrapCol") && (w = f.wrapCol));
|
|
47
|
-
const $ = h && q && w ? `calc( 50% - ${this.gutter / 2}px)` : "";
|
|
48
|
-
return k || n != null && n.disabled ? (i = [], o && !o.required && !((I = o.requiredFields) != null && I.includes(l)) && (p = !1)) : (o && !o.required && !((C = o.requiredFields) != null && C.includes(l)) && (d = !1), d && !(i != null && i.length) && l ? i = [y()] : d || (p = !1, i && (i = i.filter((R) => !R.required)))), x ? e("ElFormItem", {
|
|
49
|
-
style: {
|
|
50
|
-
width: $
|
|
51
|
-
},
|
|
52
|
-
key: `${l}-${d}`,
|
|
53
|
-
class: p ? `form-item required ${m || ""}` : `${m || ""}`,
|
|
54
|
-
scopedSlots: a,
|
|
55
|
-
props: {
|
|
56
|
-
...t
|
|
57
|
-
},
|
|
58
|
-
attrs: {
|
|
59
|
-
label: r,
|
|
60
|
-
"label-width": c,
|
|
61
|
-
prop: l,
|
|
62
|
-
rules: i
|
|
63
|
-
},
|
|
64
|
-
ref: "formItem"
|
|
65
|
-
}) : e("div", [(v = a.default) == null ? void 0 : v.call(a)]);
|
|
66
|
-
},
|
|
67
|
-
async clearValidate() {
|
|
68
|
-
var e, r;
|
|
69
|
-
await this.$nextTick(), (r = (e = this.$refs.formItem).clearValidate) == null || r.call(e);
|
|
70
|
-
},
|
|
71
|
-
async validate() {
|
|
72
|
-
var e, r;
|
|
73
|
-
await this.$nextTick(), (r = (e = this.$refs.formItem).validate) == null || r.call(e);
|
|
74
|
-
}
|
|
75
|
-
},
|
|
76
|
-
render() {
|
|
77
|
-
var m, s;
|
|
78
|
-
const e = arguments[0], {
|
|
79
|
-
computeSpan: r,
|
|
80
|
-
wrapCol: c,
|
|
81
|
-
formItemConfig: l,
|
|
82
|
-
renderFormItem: u,
|
|
83
|
-
elColProps: a,
|
|
84
|
-
$scopedSlots: t,
|
|
85
|
-
unwrap: n
|
|
86
|
-
} = this;
|
|
87
|
-
let o = c;
|
|
88
|
-
return l && _(l, "wrapCol") && (o = l.wrapCol), n ? e("div", [(m = t.default) == null ? void 0 : m.call(t)]) : o ? e("ElCol", {
|
|
89
|
-
props: {
|
|
90
|
-
...a
|
|
91
|
-
},
|
|
92
|
-
attrs: {
|
|
93
|
-
span: r
|
|
94
|
-
}
|
|
95
|
-
}, [u(), (s = t == null ? void 0 : t.below) == null ? void 0 : s.call(t)]) : u();
|
|
96
|
-
}
|
|
97
|
-
};
|
|
98
|
-
let H, M;
|
|
99
|
-
const b = {};
|
|
100
|
-
var P = /* @__PURE__ */ W(
|
|
101
|
-
j,
|
|
102
|
-
H,
|
|
103
|
-
M,
|
|
104
|
-
!1,
|
|
105
|
-
T,
|
|
106
|
-
null,
|
|
107
|
-
null,
|
|
108
|
-
null
|
|
109
|
-
);
|
|
110
|
-
function T(e) {
|
|
111
|
-
for (let r in b)
|
|
112
|
-
this[r] = b[r];
|
|
113
|
-
}
|
|
114
|
-
const N = /* @__PURE__ */ function() {
|
|
115
|
-
return P.exports;
|
|
116
|
-
}();
|
|
117
|
-
export {
|
|
118
|
-
N as default
|
|
119
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.form-item-group{margin-bottom:10px;background-color:#fff}.form-item-group.is-disabled .is-required .el-form-item__label:before,.form-item-group.is-disabled .required .el-form-item__label:before{display:none}.form-item-group .form-item-group-row{margin:0!important}.form-item-group .form-item-group-title{display:flex;flex-direction:row;align-items:center;height:30px;margin:0 0 10px;padding:0 10px;color:#333;font-weight:700;font-size:14px;line-height:30px;background-color:#f3f5fb;cursor:pointer}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.form-radio-group.inline{display:inline}.form-radio-group.inline .el-radio{float:left;margin-right:10px}.form-radio-group.form-radio-group-row.form-radio-group-row-ellipsis .el-radio__label{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.form-radio-group.form-radio-group-row.form-radio-group-row-break-word .el-radio__label{word-wrap:break-word;word-break:break-all}.form-radio-group.form-radio-group-row .el-radio-group{display:block}.form-radio-group.form-radio-group-row .el-radio{display:flex;flex-direction:row;flex-wrap:nowrap;width:100%}.form-radio-group.form-radio-group-row .el-radio__input{flex-shrink:0;top:3px}.form-radio-group.form-radio-group-row .el-radio__label{flex:1 1 auto;display:block;margin-bottom:6px;padding-left:4px;vertical-align:sub}.form-radio-group .el-radio-group{line-height:1}.form-radio-group .el-radio{margin-right:10px;vertical-align:middle}.form-radio-group .el-radio__label{padding-left:0;line-height:19px}
|
|
@@ -1,102 +0,0 @@
|
|
|
1
|
-
import { f as s } from "../../chunks/76680a03.js";
|
|
2
|
-
import { i, n as a } from "../../chunks/f71045fc.js";
|
|
3
|
-
import { Input as u } from "element-ui";
|
|
4
|
-
import { n as p } from "../../chunks/5d4282fb.js";
|
|
5
|
-
var m = function() {
|
|
6
|
-
var e = this, t = e.$createElement, o = e._self._c || t;
|
|
7
|
-
return o("FormItem", e._b({
|
|
8
|
-
attrs: {
|
|
9
|
-
block: e.block,
|
|
10
|
-
rules: e.computeRules,
|
|
11
|
-
disabled: e.inputDisabled
|
|
12
|
-
},
|
|
13
|
-
scopedSlots: e._u([{
|
|
14
|
-
key: "default",
|
|
15
|
-
fn: function() {
|
|
16
|
-
return [o("ElInput", e._g(e._b({
|
|
17
|
-
attrs: {
|
|
18
|
-
value: e.value,
|
|
19
|
-
type: "textarea",
|
|
20
|
-
rows: e.rows,
|
|
21
|
-
resize: e.resize ? null : "none",
|
|
22
|
-
"show-word-limit": e.showWordLimit,
|
|
23
|
-
disabled: e.inputDisabled,
|
|
24
|
-
maxlength: e.maxLength,
|
|
25
|
-
placeholder: e.computePlaceholder
|
|
26
|
-
},
|
|
27
|
-
on: {
|
|
28
|
-
input: function(r) {
|
|
29
|
-
return e.$emit("input", r);
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
}, "ElInput", e.inputProps, !1), e.listeners))];
|
|
33
|
-
},
|
|
34
|
-
proxy: !0
|
|
35
|
-
}, {
|
|
36
|
-
key: "error",
|
|
37
|
-
fn: function(r) {
|
|
38
|
-
var l = r.error;
|
|
39
|
-
return [e._t("error", null, {
|
|
40
|
-
error: l
|
|
41
|
-
})];
|
|
42
|
-
}
|
|
43
|
-
}, {
|
|
44
|
-
key: "label",
|
|
45
|
-
fn: function() {
|
|
46
|
-
return [e._t("label")];
|
|
47
|
-
},
|
|
48
|
-
proxy: !0
|
|
49
|
-
}], null, !0)
|
|
50
|
-
}, "FormItem", e.formItemProps, !1));
|
|
51
|
-
}, c = [];
|
|
52
|
-
const f = Object.keys(u.props).filter((e) => !["value", "placeholder", "type", "rows", "resize", "showWordLimit", "maxLength", "maxlength"].includes(e)), d = {
|
|
53
|
-
name: "FormTextarea",
|
|
54
|
-
mixins: [s],
|
|
55
|
-
props: {
|
|
56
|
-
value: {
|
|
57
|
-
type: [String, Number]
|
|
58
|
-
},
|
|
59
|
-
rows: {
|
|
60
|
-
type: String,
|
|
61
|
-
default: "4"
|
|
62
|
-
},
|
|
63
|
-
resize: Boolean,
|
|
64
|
-
showWordLimit: {
|
|
65
|
-
type: Boolean,
|
|
66
|
-
default: !0
|
|
67
|
-
},
|
|
68
|
-
maxLength: {
|
|
69
|
-
type: String,
|
|
70
|
-
default: "800"
|
|
71
|
-
},
|
|
72
|
-
block: {
|
|
73
|
-
type: Boolean,
|
|
74
|
-
default: !0
|
|
75
|
-
}
|
|
76
|
-
},
|
|
77
|
-
computed: {
|
|
78
|
-
inputProps() {
|
|
79
|
-
return i({ ...a(this.$attrs), ...this.$props }, f);
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
}, n = {};
|
|
83
|
-
var _ = /* @__PURE__ */ p(
|
|
84
|
-
d,
|
|
85
|
-
m,
|
|
86
|
-
c,
|
|
87
|
-
!1,
|
|
88
|
-
h,
|
|
89
|
-
null,
|
|
90
|
-
null,
|
|
91
|
-
null
|
|
92
|
-
);
|
|
93
|
-
function h(e) {
|
|
94
|
-
for (let t in n)
|
|
95
|
-
this[t] = n[t];
|
|
96
|
-
}
|
|
97
|
-
const g = /* @__PURE__ */ function() {
|
|
98
|
-
return _.exports;
|
|
99
|
-
}();
|
|
100
|
-
export {
|
|
101
|
-
g as default
|
|
102
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.form-view{display:flex;flex-direction:column;height:100%}.form-view .form-scroller-wrapper{position:relative;flex:1}.form-view .not-form{margin:0 auto}.form-view .form-view-toolbar{overflow:hidden}.form-view .form-scroller{flex:1;overflow:auto}.form-view .form-scroller .el-row{position:static}.form-view .form-content .el-form .el-row{padding-right:2rem}.form-view .form-content .el-form .el-row .el-row{padding-right:0}.form-view .form-card{box-shadow:0 2px 12px #0000001a;max-width:1000px;margin:14px auto;padding:20px;color:#303133;background-color:#fff;border:1px solid #ebeef5;border-radius:4px;transition:.3s}.form-view .form-card.un-limit{max-width:100%}.form-view .form-nav{box-shadow:0 2px 12px #0000001a;position:absolute;top:55px;left:20px;background-color:#fff}.form-view .form-nav-list{min-width:180px;padding:10px 20px}.form-view .form-nav-header{position:relative;padding:5px 20px;color:#e34e55;font-weight:700;font-size:15px;background-color:#f3f5fb}.form-view .form-nav-item{position:relative;padding:5px 0;font-family:element-icons!important;cursor:pointer}.form-view .form-nav-item.active,.form-view .form-nav-item:hover{color:#e34e55;font-weight:700}.form-view .form-nav-item.active:before{position:absolute;left:-14px;content:"\e6e0"}.form-view .form-view-title{width:100%;height:36px;margin-bottom:10px;color:#333;font-size:22px;line-height:36px;text-align:center;background-color:#fff}.form-view .tip{margin:20px 0;padding:8px 16px;background-color:#ecf8ff;border-left:5px solid #50bfff;border-radius:4px}.form-view .tip p{color:#5e6d82;font-size:14px;line-height:1.5em}.form-view .tip.danger{background-color:#fde2e2;border-left-color:#f56c6c}.form-view .tip.danger p{color:#564646}.form-view .tip.warning{background-color:#f7efe2;border-left-color:#e6a23c}.form-view .tip.warning p{color:#5d564b}.form-view .select-num{color:#898989;font-size:12px}.form-view .select-num .num{font-size:19px;font-family:impact,Constantia,Georgia}.form-view .el-table .el-table__header th{color:#595959;font-weight:400;background:#fff}.form-view .el-table td{padding:4px 0}.form-view .el-table td .cell .el-input .el-input__inner{padding-left:4px}.form-view .el-table td .cell .el-input.el-input--prefix .el-input__inner{padding-left:30px}.form-view .el-table td .cell .el-input.is-disabled .el-input__suffix{display:none}.form-view .el-table td .cell .el-input.is-disabled .el-input__inner{padding:0 0 0 4px;line-height:1.6;white-space:normal;word-break:break-word;background:transparent;border:0}@media screen and (min-width: 1700px){.form-view.form-view__lg .form-card{position:relative;left:60px}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.iframe-window.element-dialog.el-dialog.el-dialog-resizeable .el-dialog__body{position:relative;padding:0}.iframe-window .iframe-window-iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:none}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.image-viewer .image-item{display:inline-block;width:100px;height:100px;cursor:pointer;background-repeat:no-repeat;background-size:cover;background-position:center;border:none;background-color:transparent;outline:none}.viewer-backdrop{background-color:#5e5e5e}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.input-number-range{display:flex;flex-direction:row;align-items:center;width:100%}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.loading-view{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#909399;font-size:20px;background-color:#fff}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.nav-bar{flex-shrink:0;display:flex;width:100%;height:40px;background-color:#fff;border-bottom:1px #eee solid}.nav-bar .el-button--text{margin-left:12px}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { n as r } from "../../chunks/5d4282fb.js";
|
|
2
|
-
var s = function() {
|
|
3
|
-
var e = this, t = e.$createElement;
|
|
4
|
-
return e._self._c, e._m(0);
|
|
5
|
-
}, o = [function() {
|
|
6
|
-
var e = this, t = e.$createElement, n = e._self._c || t;
|
|
7
|
-
return n("div", {
|
|
8
|
-
staticClass: "not-implement"
|
|
9
|
-
}, [n("div", [n("i", {
|
|
10
|
-
staticClass: "fa fa-wrench"
|
|
11
|
-
}), e._v(" 建设中... ")])]);
|
|
12
|
-
}];
|
|
13
|
-
const a = {
|
|
14
|
-
name: "NotImplement"
|
|
15
|
-
}, _ = {};
|
|
16
|
-
var l = /* @__PURE__ */ r(
|
|
17
|
-
a,
|
|
18
|
-
s,
|
|
19
|
-
o,
|
|
20
|
-
!1,
|
|
21
|
-
c,
|
|
22
|
-
null,
|
|
23
|
-
null,
|
|
24
|
-
null
|
|
25
|
-
);
|
|
26
|
-
function c(e) {
|
|
27
|
-
for (let t in _)
|
|
28
|
-
this[t] = _[t];
|
|
29
|
-
}
|
|
30
|
-
const m = /* @__PURE__ */ function() {
|
|
31
|
-
return l.exports;
|
|
32
|
-
}();
|
|
33
|
-
export {
|
|
34
|
-
m as default
|
|
35
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.not-implement{display:flex;align-items:center;justify-content:center;height:100%;color:gray;font-size:3em;text-align:center}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.page-index-content{display:flex;flex:1 1 auto;flex-direction:column;height:100%;padding:0;overflow:hidden}.page-index-content-empty{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:gray;font-size:20px}
|