@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,165 @@
|
|
|
1
|
+
import { isBlank as h } from "@web-utils/core";
|
|
2
|
+
import { formatDate as i } from "@web-utils/integrations/dayjs";
|
|
3
|
+
import { p as g, M as b, A as v, b as c, q as A, e as S, k as d, t as T, h as x, v as C, u as j } from "./util.C2Bhx22L.mjs";
|
|
4
|
+
import "@web-utils/component/fy-u-editor/style.css";
|
|
5
|
+
import { a as D, b as O } from "./dataformat.X_61lMA7.mjs";
|
|
6
|
+
import { s as L } from "./slot.j1uMmBnG.mjs";
|
|
7
|
+
import { n as Y } from "./vueComponentNormalizer.JwmUNtgn.mjs";
|
|
8
|
+
const U = (e = {}, r = {}, o = {}, n = []) => {
|
|
9
|
+
let t = e[r.prop];
|
|
10
|
+
const a = r.type, s = r.separator;
|
|
11
|
+
if (r.bind && (t = g(e, r.bind)), h(t))
|
|
12
|
+
t = "";
|
|
13
|
+
else {
|
|
14
|
+
const y = b.includes(r.type) && r.multiple, _ = v.includes(r.type);
|
|
15
|
+
if ((["string", "number"].includes(r.dataType) || y || _) && !Array.isArray(t) && (t = `${t}`.split(s || c), r.dataType === "number" && (t = A(t))), S.includes(a))
|
|
16
|
+
Array.isArray(t) ? t = t.join(s || d) : t = t.split(s || c).join(s || d);
|
|
17
|
+
else if (a === "password")
|
|
18
|
+
t = T(t, "*");
|
|
19
|
+
else if (x.includes(a) && r.format) {
|
|
20
|
+
const u = r.format.replace("dd", "DD").replace("yyyy", "YYYY"), m = i(Date.now(), "YYYY-MM-DD");
|
|
21
|
+
if (a.indexOf("range") !== -1) {
|
|
22
|
+
let l = t[0] || "", p = t[1] || "";
|
|
23
|
+
a === "timerange" && l.length <= 8 && p.length < 8 && (l = `${m} ${l}`, p = `${m} ${p}`), t = [i(l, u), i(p, u)].join(r.separator || "~");
|
|
24
|
+
} else
|
|
25
|
+
a === "time" && t.length <= 8 && (t = `${m} ${t}`), t = i(t, u);
|
|
26
|
+
}
|
|
27
|
+
t = C(n, t, r.props || o.props);
|
|
28
|
+
}
|
|
29
|
+
return r.formatter && typeof r.formatter == "function" && (t = r.formatter(e, e[r.prop], t, r)), t;
|
|
30
|
+
};
|
|
31
|
+
var k = function() {
|
|
32
|
+
var e = this, r = e.$createElement, o = e._self._c || r;
|
|
33
|
+
return o(e.getComponent(e.column.type, e.column.component), e._g(e._b({
|
|
34
|
+
ref: "temp",
|
|
35
|
+
tag: "Component",
|
|
36
|
+
attrs: {
|
|
37
|
+
column: Object.assign(e.column, e.params),
|
|
38
|
+
dic: e.dic,
|
|
39
|
+
disabled: e.column.disabled || e.disabled,
|
|
40
|
+
readonly: e.column.readonly || e.readonly,
|
|
41
|
+
placeholder: e.getPlaceholder(e.column),
|
|
42
|
+
props: e.column.props || e.props,
|
|
43
|
+
"props-http": e.column.propsHttp || e.propsHttp,
|
|
44
|
+
size: e.column.size || e.size,
|
|
45
|
+
"table-data": e.tableData,
|
|
46
|
+
type: e.type || e.column.type,
|
|
47
|
+
"column-slot": e.columnSlot
|
|
48
|
+
},
|
|
49
|
+
nativeOn: {
|
|
50
|
+
keyup: function(n) {
|
|
51
|
+
return !n.type.indexOf("key") && e._k(n.keyCode, "enter", 13, n.key, "Enter") ? null : e.enterChange.apply(null, arguments);
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
scopedSlots: e._u([e._l(e.columnSlot, function(n) {
|
|
55
|
+
return {
|
|
56
|
+
key: n,
|
|
57
|
+
fn: function(t) {
|
|
58
|
+
return [e._t(n, null, null, t)];
|
|
59
|
+
}
|
|
60
|
+
};
|
|
61
|
+
})], null, !0),
|
|
62
|
+
model: {
|
|
63
|
+
value: e.text,
|
|
64
|
+
callback: function(n) {
|
|
65
|
+
e.text = n;
|
|
66
|
+
},
|
|
67
|
+
expression: "text"
|
|
68
|
+
}
|
|
69
|
+
}, "Component", Object.assign(e.column, e.uploadFun(e.column)), !1), e.event), [e.params.html ? o("span", {
|
|
70
|
+
domProps: {
|
|
71
|
+
innerHTML: e._s(e.params.html)
|
|
72
|
+
}
|
|
73
|
+
}) : e._e()]);
|
|
74
|
+
}, F = [];
|
|
75
|
+
const I = {
|
|
76
|
+
name: "FormTemp",
|
|
77
|
+
components: { FyUEditor: () => import("@web-utils/component/fy-u-editor") },
|
|
78
|
+
mixins: [L],
|
|
79
|
+
props: {
|
|
80
|
+
value: [String, Object, Number, Boolean, Array],
|
|
81
|
+
columnSlot: {
|
|
82
|
+
type: Array,
|
|
83
|
+
default: () => []
|
|
84
|
+
},
|
|
85
|
+
tableData: {
|
|
86
|
+
type: Object,
|
|
87
|
+
default: () => ({})
|
|
88
|
+
},
|
|
89
|
+
enter: {
|
|
90
|
+
type: Boolean,
|
|
91
|
+
default: !1
|
|
92
|
+
},
|
|
93
|
+
type: {
|
|
94
|
+
type: String
|
|
95
|
+
},
|
|
96
|
+
propsHttp: {
|
|
97
|
+
type: Object,
|
|
98
|
+
default: () => ({})
|
|
99
|
+
},
|
|
100
|
+
props: {
|
|
101
|
+
type: Object
|
|
102
|
+
},
|
|
103
|
+
dic: {
|
|
104
|
+
type: Array
|
|
105
|
+
},
|
|
106
|
+
size: {
|
|
107
|
+
type: String
|
|
108
|
+
},
|
|
109
|
+
disabled: {
|
|
110
|
+
type: Boolean
|
|
111
|
+
},
|
|
112
|
+
readonly: {
|
|
113
|
+
type: Boolean
|
|
114
|
+
},
|
|
115
|
+
column: {
|
|
116
|
+
type: Object,
|
|
117
|
+
default: () => ({})
|
|
118
|
+
}
|
|
119
|
+
},
|
|
120
|
+
computed: {
|
|
121
|
+
params() {
|
|
122
|
+
return this.column.params || {};
|
|
123
|
+
},
|
|
124
|
+
event() {
|
|
125
|
+
return this.column.event || {};
|
|
126
|
+
},
|
|
127
|
+
text: {
|
|
128
|
+
get() {
|
|
129
|
+
return this.value;
|
|
130
|
+
},
|
|
131
|
+
set(e) {
|
|
132
|
+
this.$emit("input", e), this.$emit("change", e);
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
methods: {
|
|
137
|
+
uploadFun: j,
|
|
138
|
+
getComponent: D,
|
|
139
|
+
getPlaceholder: O,
|
|
140
|
+
enterChange() {
|
|
141
|
+
typeof this.column.enter == "function" ? this.column.enter({ value: this.text, column: this.column }) : this.enter && this.$emit("enter");
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
}, f = {};
|
|
145
|
+
var $ = /* @__PURE__ */ Y(
|
|
146
|
+
I,
|
|
147
|
+
k,
|
|
148
|
+
F,
|
|
149
|
+
!1,
|
|
150
|
+
P,
|
|
151
|
+
null,
|
|
152
|
+
null,
|
|
153
|
+
null
|
|
154
|
+
);
|
|
155
|
+
function P(e) {
|
|
156
|
+
for (let r in f)
|
|
157
|
+
this[r] = f[r];
|
|
158
|
+
}
|
|
159
|
+
const N = /* @__PURE__ */ function() {
|
|
160
|
+
return $.exports;
|
|
161
|
+
}();
|
|
162
|
+
export {
|
|
163
|
+
N as F,
|
|
164
|
+
U as d
|
|
165
|
+
};
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
var M = Object.defineProperty, C = Object.defineProperties;
|
|
2
|
+
var D = Object.getOwnPropertyDescriptors;
|
|
3
|
+
var x = Object.getOwnPropertySymbols;
|
|
4
|
+
var F = Object.prototype.hasOwnProperty, I = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var b = (e, t, a) => t in e ? M(e, t, { enumerable: !0, configurable: !0, writable: !0, value: a }) : e[t] = a, T = (e, t) => {
|
|
6
|
+
for (var a in t || (t = {}))
|
|
7
|
+
F.call(t, a) && b(e, a, t[a]);
|
|
8
|
+
if (x)
|
|
9
|
+
for (var a of x(t))
|
|
10
|
+
I.call(t, a) && b(e, a, t[a]);
|
|
11
|
+
return e;
|
|
12
|
+
}, S = (e, t) => C(e, D(t));
|
|
13
|
+
var w = (e, t, a) => new Promise((o, n) => {
|
|
14
|
+
var r = (i) => {
|
|
15
|
+
try {
|
|
16
|
+
f(a.next(i));
|
|
17
|
+
} catch (l) {
|
|
18
|
+
n(l);
|
|
19
|
+
}
|
|
20
|
+
}, c = (i) => {
|
|
21
|
+
try {
|
|
22
|
+
f(a.throw(i));
|
|
23
|
+
} catch (l) {
|
|
24
|
+
n(l);
|
|
25
|
+
}
|
|
26
|
+
}, f = (i) => i.done ? o(i.value) : Promise.resolve(i.value).then(r, c);
|
|
27
|
+
f((a = a.apply(e, t)).next());
|
|
28
|
+
});
|
|
29
|
+
import v from "element-ui/lib/loading";
|
|
30
|
+
import B from "element-ui/lib/message-box";
|
|
31
|
+
import { isFunction as g } from "@web-utils/core";
|
|
32
|
+
function L(e, t, a) {
|
|
33
|
+
return w(this, null, function* () {
|
|
34
|
+
const { stop: o, prevent: n, message: r, loadable: c, loadingText: f, confirmable: i, confirmType: l, confirmText: k, confirmTitle: h } = t;
|
|
35
|
+
o && e.stopPropagation(), n && e.preventDefault();
|
|
36
|
+
const { before: p, click: s, cancel: d, after: m } = a;
|
|
37
|
+
if (g(s))
|
|
38
|
+
try {
|
|
39
|
+
let u = !0;
|
|
40
|
+
if (g(p) && (u = yield p(e)), u === !1)
|
|
41
|
+
return;
|
|
42
|
+
i && (yield (B.confirm || B.default.confirm)(r || k, { type: l, title: h }));
|
|
43
|
+
let y;
|
|
44
|
+
c && (y = (v.service || v.default.service)({ background: "rgba(0,0,0,0.3)", text: f }));
|
|
45
|
+
try {
|
|
46
|
+
yield s(e);
|
|
47
|
+
} catch (P) {
|
|
48
|
+
}
|
|
49
|
+
c && y.close(), g(m) && (yield m(e));
|
|
50
|
+
} catch (u) {
|
|
51
|
+
g(d) && (yield d(u));
|
|
52
|
+
}
|
|
53
|
+
});
|
|
54
|
+
}
|
|
55
|
+
const E = {
|
|
56
|
+
functional: !0,
|
|
57
|
+
props: {
|
|
58
|
+
stop: {
|
|
59
|
+
type: Boolean,
|
|
60
|
+
default: !0
|
|
61
|
+
},
|
|
62
|
+
prevent: {
|
|
63
|
+
type: Boolean,
|
|
64
|
+
default: !0
|
|
65
|
+
},
|
|
66
|
+
text: {
|
|
67
|
+
type: String,
|
|
68
|
+
default: ""
|
|
69
|
+
},
|
|
70
|
+
message: {
|
|
71
|
+
type: String,
|
|
72
|
+
default: "你确定要删除该记录吗?"
|
|
73
|
+
},
|
|
74
|
+
confirmable: {
|
|
75
|
+
type: Boolean,
|
|
76
|
+
default: !0
|
|
77
|
+
},
|
|
78
|
+
confirmText: {
|
|
79
|
+
type: String,
|
|
80
|
+
default: "你确定要删除该记录吗?"
|
|
81
|
+
},
|
|
82
|
+
confirmType: {
|
|
83
|
+
type: String,
|
|
84
|
+
default: "warning"
|
|
85
|
+
},
|
|
86
|
+
confirmTitle: String,
|
|
87
|
+
loadable: Boolean,
|
|
88
|
+
loadingText: {
|
|
89
|
+
type: String,
|
|
90
|
+
default: "正在处理中请稍候..."
|
|
91
|
+
},
|
|
92
|
+
tag: {
|
|
93
|
+
type: String,
|
|
94
|
+
default: "i"
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
render(e, { props: t, data: a, children: o, listeners: n }) {
|
|
98
|
+
return e(t.tag, S(T({}, a), {
|
|
99
|
+
on: { click: (r) => L(r, t, n) },
|
|
100
|
+
props: t
|
|
101
|
+
}), o || t.text);
|
|
102
|
+
}
|
|
103
|
+
};
|
|
104
|
+
export {
|
|
105
|
+
E as c
|
|
106
|
+
};
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
import { isBlank as l } from "@web-utils/core";
|
|
2
|
+
import { f as E, M as f, A as h, R as T, c as p, e as m, K as A, g as I, S as L, b as S, h as B, I as _ } from "./util.C2Bhx22L.mjs";
|
|
3
|
+
const P = {
|
|
4
|
+
common: {
|
|
5
|
+
condition: "条件",
|
|
6
|
+
display: "显示",
|
|
7
|
+
hide: "隐藏"
|
|
8
|
+
},
|
|
9
|
+
tip: {
|
|
10
|
+
select: "请选择",
|
|
11
|
+
input: "请输入"
|
|
12
|
+
},
|
|
13
|
+
check: {
|
|
14
|
+
checkAll: "全选"
|
|
15
|
+
},
|
|
16
|
+
upload: {
|
|
17
|
+
upload: "点击上传",
|
|
18
|
+
tip: "将文件拖到此处,或"
|
|
19
|
+
},
|
|
20
|
+
time: {
|
|
21
|
+
start: "开始",
|
|
22
|
+
end: "结束"
|
|
23
|
+
},
|
|
24
|
+
date: {
|
|
25
|
+
start: "开始",
|
|
26
|
+
end: "结束",
|
|
27
|
+
t: "今日",
|
|
28
|
+
y: "昨日",
|
|
29
|
+
n: "近7天",
|
|
30
|
+
a: "全部"
|
|
31
|
+
},
|
|
32
|
+
form: {
|
|
33
|
+
printBtn: "打 印",
|
|
34
|
+
mockBtn: "模 拟",
|
|
35
|
+
submitBtn: "提 交",
|
|
36
|
+
emptyBtn: "清 空"
|
|
37
|
+
},
|
|
38
|
+
crud: {
|
|
39
|
+
filter: {
|
|
40
|
+
addBtn: "新增条件",
|
|
41
|
+
clearBtn: "清空数据",
|
|
42
|
+
resetBtn: "清空条件",
|
|
43
|
+
cancelBtn: "取 消",
|
|
44
|
+
submitBtn: "确 定"
|
|
45
|
+
},
|
|
46
|
+
column: {
|
|
47
|
+
name: "列名",
|
|
48
|
+
hide: "隐藏",
|
|
49
|
+
fixed: "冻结",
|
|
50
|
+
filters: "过滤",
|
|
51
|
+
sortable: "排序",
|
|
52
|
+
index: "顺序",
|
|
53
|
+
width: "宽度"
|
|
54
|
+
},
|
|
55
|
+
tipStartTitle: "当前表格已选择",
|
|
56
|
+
tipEndTitle: "项",
|
|
57
|
+
editTitle: "编 辑",
|
|
58
|
+
copyTitle: "复 制",
|
|
59
|
+
addTitle: "新 增",
|
|
60
|
+
viewTitle: "查 看",
|
|
61
|
+
filterTitle: "过滤条件",
|
|
62
|
+
showTitle: "列显隐",
|
|
63
|
+
menu: "操作",
|
|
64
|
+
addBtn: "新 增",
|
|
65
|
+
show: "显 示",
|
|
66
|
+
hide: "隐 藏",
|
|
67
|
+
open: "展 开",
|
|
68
|
+
shrink: "收 缩",
|
|
69
|
+
printBtn: "打 印",
|
|
70
|
+
excelBtn: "导 出",
|
|
71
|
+
updateBtn: "修 改",
|
|
72
|
+
cancelBtn: "取 消",
|
|
73
|
+
searchBtn: "搜 索",
|
|
74
|
+
emptyBtn: "清 空",
|
|
75
|
+
menuBtn: "功 能",
|
|
76
|
+
saveBtn: "保 存",
|
|
77
|
+
viewBtn: "查 看",
|
|
78
|
+
editBtn: "编 辑",
|
|
79
|
+
copyBtn: "复 制",
|
|
80
|
+
delBtn: "删 除"
|
|
81
|
+
}
|
|
82
|
+
}, k = (e, n) => {
|
|
83
|
+
n = n || "";
|
|
84
|
+
const t = n.split(".");
|
|
85
|
+
let a = e, i = null;
|
|
86
|
+
for (let c = 0, o = t.length; c < o; c++) {
|
|
87
|
+
const d = t[c];
|
|
88
|
+
if (!a)
|
|
89
|
+
break;
|
|
90
|
+
if (c === o - 1) {
|
|
91
|
+
i = a[d];
|
|
92
|
+
break;
|
|
93
|
+
}
|
|
94
|
+
a = a[d];
|
|
95
|
+
}
|
|
96
|
+
return i;
|
|
97
|
+
}, u = (e) => k(P, e), R = (e = []) => (e.forEach((n) => {
|
|
98
|
+
const t = n.cascader;
|
|
99
|
+
if (!l(t)) {
|
|
100
|
+
const a = n.prop;
|
|
101
|
+
t.forEach((i) => {
|
|
102
|
+
const c = E(e, i);
|
|
103
|
+
c !== -1 && (c.parentProp = a);
|
|
104
|
+
});
|
|
105
|
+
}
|
|
106
|
+
}), e);
|
|
107
|
+
let r = 0;
|
|
108
|
+
const v = (e, n = 12, t = !1) => {
|
|
109
|
+
t && (r = 0);
|
|
110
|
+
const a = 24;
|
|
111
|
+
return r = r + (e.span || n) + (e.offset || 0), r === a ? r = 0 : r > a ? r = (e.span || n) + (e.offset || 0) : e.row && r !== a && (e.count = a - r, r = 0), e;
|
|
112
|
+
}, C = (e, n) => {
|
|
113
|
+
const { type: t, multiple: a, dataType: i, separator: c = S, alone: o, emitPath: d, range: y } = n;
|
|
114
|
+
let s = e;
|
|
115
|
+
return f.includes(t) && a === !0 || h.includes(t) && d !== !1 || T.includes(t) && y === !0 ? (Array.isArray(s) || (l(s) ? s = [] : s = `${s}`.split(c) || []), s.forEach((b, g) => {
|
|
116
|
+
s[g] = p(b, i);
|
|
117
|
+
}), m.includes(t) && l(s) && o && (s = [""])) : s = p(s, i), s;
|
|
118
|
+
}, $ = (e) => {
|
|
119
|
+
const n = e.type, t = e.searchRange;
|
|
120
|
+
let a = n;
|
|
121
|
+
if (e.searchType)
|
|
122
|
+
return e.searchType;
|
|
123
|
+
if (["radio", "checkbox", "switch"].includes(n))
|
|
124
|
+
a = "select";
|
|
125
|
+
else if (B.includes(n)) {
|
|
126
|
+
const i = "range";
|
|
127
|
+
t ? n.includes(i) ? a = n : a = n + i : a = n.replace(i, "");
|
|
128
|
+
} else
|
|
129
|
+
["textarea"].includes(n) && (a = "input");
|
|
130
|
+
return a;
|
|
131
|
+
}, N = (e, n) => {
|
|
132
|
+
let t = e || "input";
|
|
133
|
+
if (l(n))
|
|
134
|
+
m.includes(e) ? t = "array" : ["time", "timerange"].includes(e) ? t = "time" : B.includes(e) ? t = "date" : ["password", "textarea", "search"].includes(e) ? t = "input" : _.includes(e) && (t = `input-${e}`);
|
|
135
|
+
else
|
|
136
|
+
return n;
|
|
137
|
+
return A + t;
|
|
138
|
+
}, M = (e = []) => {
|
|
139
|
+
let n = {};
|
|
140
|
+
return e.forEach((t) => {
|
|
141
|
+
h.includes(t.type) && t.emitPath !== !1 || f.includes(t.type) && t.multiple || t.dataType === "array" ? n[t.prop] = [] : T.includes(t.type) && t.range === !0 ? n[t.prop] = [0, 0] : ["rate", "slider", "number"].includes(t.type) || t.dataType === "number" ? n[t.prop] = void 0 : n[t.prop] = "", t.bind && (n = I(n, t.bind)), l(t.value) || (n[t.prop] = t.value);
|
|
142
|
+
}), {
|
|
143
|
+
tableForm: n
|
|
144
|
+
};
|
|
145
|
+
}, O = function(e) {
|
|
146
|
+
const n = e.placeholder, t = e.label;
|
|
147
|
+
return l(n) ? L.includes(e.type) ? `${u("tip.select")} ${t}` : `${u("tip.input")} ${t}` : n;
|
|
148
|
+
};
|
|
149
|
+
export {
|
|
150
|
+
N as a,
|
|
151
|
+
O as b,
|
|
152
|
+
R as c,
|
|
153
|
+
v as d,
|
|
154
|
+
M as f,
|
|
155
|
+
$ as g,
|
|
156
|
+
C as i,
|
|
157
|
+
u as t
|
|
158
|
+
};
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
import { isBlank as P } from "@web-utils/core";
|
|
2
|
+
import { m as w, n as E } from "./util.C2Bhx22L.mjs";
|
|
3
|
+
const F = (n, t = []) => new Promise((i) => {
|
|
4
|
+
const c = [], s = [], a = {};
|
|
5
|
+
n.forEach((r) => {
|
|
6
|
+
r.parentProp && c.push(r);
|
|
7
|
+
}), t.forEach((r, e) => {
|
|
8
|
+
c.forEach((o) => {
|
|
9
|
+
o.hide !== !0 && o.dicFlag !== !1 && s.push(
|
|
10
|
+
new Promise((d) => {
|
|
11
|
+
P(r[o.parentProp]) ? d({
|
|
12
|
+
prop: o.prop,
|
|
13
|
+
data: [],
|
|
14
|
+
index: e
|
|
15
|
+
}) : o.dicUrl && D({
|
|
16
|
+
url: `${o.dicUrl.replace("{{key}}", r[o.parentProp])}`,
|
|
17
|
+
props: o.props,
|
|
18
|
+
method: o.dicMethod,
|
|
19
|
+
headers: o.dicHeaders,
|
|
20
|
+
formatter: o.dicFormatter,
|
|
21
|
+
query: o.dicQuery,
|
|
22
|
+
form: r
|
|
23
|
+
}).then((u) => {
|
|
24
|
+
d({
|
|
25
|
+
prop: o.prop,
|
|
26
|
+
data: u,
|
|
27
|
+
index: e
|
|
28
|
+
});
|
|
29
|
+
});
|
|
30
|
+
})
|
|
31
|
+
);
|
|
32
|
+
});
|
|
33
|
+
}), Promise.all(s).then((r) => {
|
|
34
|
+
r.forEach((e) => {
|
|
35
|
+
P(a[e.index]) && (a[e.index] = {}), a[e.index][e.prop] = e.data;
|
|
36
|
+
}), i(a);
|
|
37
|
+
});
|
|
38
|
+
}), U = (n) => {
|
|
39
|
+
let t = [];
|
|
40
|
+
return new Promise((i, c) => {
|
|
41
|
+
t = k(n).ajaxdic, x(t).then((a) => {
|
|
42
|
+
i(a);
|
|
43
|
+
}).catch((a) => {
|
|
44
|
+
c(a);
|
|
45
|
+
});
|
|
46
|
+
});
|
|
47
|
+
}, K = (n) => {
|
|
48
|
+
const t = {}, i = n.dicData || {};
|
|
49
|
+
return n.column.forEach((c) => {
|
|
50
|
+
c.dicData && (t[c.prop] = w(c.dicData, c.props, c.dataType));
|
|
51
|
+
}), Object.assign(i, t);
|
|
52
|
+
};
|
|
53
|
+
function k(n) {
|
|
54
|
+
const t = n.column || [], i = [], c = {};
|
|
55
|
+
let s = [];
|
|
56
|
+
return t.forEach((a) => {
|
|
57
|
+
const r = a.dicData, e = a.dicUrl, o = a.prop, d = a.parentProp;
|
|
58
|
+
s = s.concat(a.cascader || []), Array.isArray(r) && (c[o] = r), !(a.dicFlag === !1 || a.lazy === !0 || s.includes(o)) && e && !d && i.push({
|
|
59
|
+
url: e,
|
|
60
|
+
name: o,
|
|
61
|
+
method: a.dicMethod,
|
|
62
|
+
headers: t.dicHeaders,
|
|
63
|
+
formatter: a.dicFormatter,
|
|
64
|
+
props: a.props,
|
|
65
|
+
dataType: a.dataType,
|
|
66
|
+
resKey: (a.props || {}).res,
|
|
67
|
+
query: a.dicQuery || {}
|
|
68
|
+
});
|
|
69
|
+
}), {
|
|
70
|
+
ajaxdic: i,
|
|
71
|
+
locationdic: c
|
|
72
|
+
};
|
|
73
|
+
}
|
|
74
|
+
function x(n) {
|
|
75
|
+
const t = {}, i = [];
|
|
76
|
+
return new Promise((c) => {
|
|
77
|
+
n.forEach((s) => {
|
|
78
|
+
i.push(
|
|
79
|
+
new Promise((a) => {
|
|
80
|
+
D(Object.assign(s, {
|
|
81
|
+
url: `${s.url.replace("{{key}}", "")}`
|
|
82
|
+
})).then((r) => {
|
|
83
|
+
r = w(r, s.props, s.dataType), a(r);
|
|
84
|
+
}).catch(() => {
|
|
85
|
+
a([]);
|
|
86
|
+
});
|
|
87
|
+
})
|
|
88
|
+
);
|
|
89
|
+
}), Promise.all(i).then((s) => {
|
|
90
|
+
n.forEach((a, r) => {
|
|
91
|
+
t[a.name] = s[r];
|
|
92
|
+
}), c(t);
|
|
93
|
+
});
|
|
94
|
+
});
|
|
95
|
+
}
|
|
96
|
+
const D = (n) => {
|
|
97
|
+
let { url: t, query: i, method: c, resKey: s, props: a, formatter: r, headers: e = {}, value: o = "", column: d, form: u = {} } = n;
|
|
98
|
+
d && (t = d.dicUrl, c = d.dicMethod, e = d.headers || {}, i = d.dicQuery || {}, r = d.dicFormatter, a = d.props);
|
|
99
|
+
const g = "key";
|
|
100
|
+
t = t || "";
|
|
101
|
+
let m;
|
|
102
|
+
const y = {};
|
|
103
|
+
return m = t.match(/[^{}]+(?=})/g) || [], m.forEach((p) => {
|
|
104
|
+
const f = `{{${p}}}`, h = u[p];
|
|
105
|
+
p === g ? t = t.replace(f, o) : t = t.replace(f, h);
|
|
106
|
+
}), c === "post" && (m = Object.keys(i), m.forEach((p) => {
|
|
107
|
+
const f = i[p];
|
|
108
|
+
typeof f == "string" && f.match(/\{{|}}/g) ? y[p] = u[f.replace(/\{{|}}/g, "")] : y[p] = f;
|
|
109
|
+
})), a && (s = (a || {}).res || s), new Promise((p) => {
|
|
110
|
+
const f = (h) => {
|
|
111
|
+
let l = [];
|
|
112
|
+
typeof r == "function" ? l = r(h.data) : l = E(h.data, s), p(l);
|
|
113
|
+
};
|
|
114
|
+
c === "post" ? window.axios.post(t, y, { headers: e }).then(function(h) {
|
|
115
|
+
f(h);
|
|
116
|
+
}).catch(() => [
|
|
117
|
+
p([])
|
|
118
|
+
]) : window.axios.get(t, { params: i, headers: e }).then(function(h) {
|
|
119
|
+
f(h);
|
|
120
|
+
}).catch(() => [
|
|
121
|
+
p([])
|
|
122
|
+
]);
|
|
123
|
+
});
|
|
124
|
+
};
|
|
125
|
+
export {
|
|
126
|
+
U as a,
|
|
127
|
+
F as b,
|
|
128
|
+
K as l,
|
|
129
|
+
D as s
|
|
130
|
+
};
|