@web-utils/component 2.7.36 → 2.7.37
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/chunks/{config.75161c38.js → config.46422d7f.mjs} +31 -31
- package/dist/chunks/confirmable-mixin.2bfe1ab9.mjs +105 -0
- package/dist/chunks/dataformat.5f95e59e.mjs +158 -0
- package/dist/chunks/detail.81ecaefa.mjs +29 -0
- package/dist/chunks/dic.5c08c9fb.mjs +135 -0
- package/dist/chunks/{event.812c361c.js → event.e4e57889.mjs} +47 -78
- package/dist/chunks/form-input-mixin.e3b4c68c.mjs +24 -0
- package/dist/chunks/form-item-mixin.149d5844.mjs +140 -0
- package/dist/chunks/{form-pick-mixin.822300f3.js → form-pick-mixin.61ad06b2.mjs} +3 -3
- package/dist/chunks/index.9b7a65d1.mjs +185 -0
- package/dist/chunks/init.07b0cebe.mjs +122 -0
- package/dist/chunks/{input-number-mixin.44b78389.js → input-number-mixin.41a066be.mjs} +8 -8
- package/dist/chunks/{mixins.e1939731.js → mixins.5a78e0db.mjs} +5 -6
- package/dist/chunks/{packages.c4ea639d.js → packages.1fc9ccba.mjs} +9 -15
- package/dist/chunks/permission.ce5d2121.mjs +16 -0
- package/dist/chunks/slot.4b391395.mjs +27 -0
- package/dist/chunks/tab-mixin.e2b9c6a4.mjs +81 -0
- package/dist/chunks/util.eca708b6.mjs +261 -0
- package/dist/chunks/utils.97652d86.mjs +26 -0
- package/dist/chunks/vueComponentNormalizer.446f5dc4.mjs +32 -0
- package/dist/components/address-input/index.mjs +113 -0
- package/dist/components/address-input/style.css +1 -15
- package/dist/components/affix/index.mjs +102 -0
- package/dist/components/affix/style.css +1 -5
- package/dist/components/aside-menu/index.mjs +58 -0
- package/dist/components/aside-menu/style.css +1 -9
- package/dist/components/avatar/index.mjs +106 -0
- package/dist/components/avatar/style.css +1 -57
- package/dist/components/awesome-button/index.mjs +112 -0
- package/dist/components/base.css +1 -410
- package/dist/components/capsule-tab/index.mjs +52 -0
- package/dist/components/capsule-tab/style.css +1 -32
- package/dist/components/card/index.mjs +130 -0
- package/dist/components/card/style.css +1 -90
- package/dist/components/carousel/index.mjs +70 -0
- package/dist/components/carousel/style.css +1 -41
- package/dist/components/chat/index.mjs +567 -0
- package/dist/components/chat/style.css +1 -279
- package/dist/components/chunk-file-uploader/index.mjs +119 -0
- package/dist/components/chunk-file-uploader/style.css +1 -4
- package/dist/components/chunk-file-uploader-button/index.mjs +60 -0
- package/dist/components/chunk-file-uploader-button/style.css +1 -17
- package/dist/components/chunk-file-uploader-drop/index.mjs +83 -0
- package/dist/components/chunk-file-uploader-drop/style.css +1 -12
- package/dist/components/chunk-file-uploader-file/index.mjs +311 -0
- package/dist/components/chunk-file-uploader-file/style.css +1 -125
- package/dist/components/chunk-file-uploader-files/index.mjs +49 -0
- package/dist/components/chunk-file-uploader-files/style.css +1 -9
- package/dist/components/chunk-file-uploader-list/index.mjs +50 -0
- package/dist/components/chunk-file-uploader-list/style.css +1 -9
- package/dist/components/chunk-file-uploader-un-support/index.mjs +51 -0
- package/dist/components/chunk-file-uploader-un-support/style.css +1 -6
- package/dist/components/code-mirror-editor/index.mjs +313 -0
- package/dist/components/code-mirror-editor/style.css +1 -17
- package/dist/components/color-picker/index.mjs +128 -0
- package/dist/components/column/index.mjs +115 -0
- package/dist/components/column-default/index.mjs +106 -0
- package/dist/components/column-dynamic/index.mjs +93 -0
- package/dist/components/column-menu/index.mjs +286 -0
- package/dist/components/column-slot/index.mjs +266 -0
- package/dist/components/comment/index.mjs +94 -0
- package/dist/components/comment/style.css +1 -92
- package/dist/components/confirm-button/index.mjs +57 -0
- package/dist/components/confirmable/index.mjs +28 -0
- package/dist/components/context-menu/index.mjs +253 -0
- package/dist/components/context-menu/style.css +1 -88
- package/dist/components/count-up/index.mjs +131 -0
- package/dist/components/custom-scrollbar/index.mjs +167 -0
- package/dist/components/data-box/index.mjs +97 -0
- package/dist/components/data-box/style.css +1 -58
- package/dist/components/data-card/index.mjs +98 -0
- package/dist/components/data-card/style.css +1 -46
- package/dist/components/data-cardtext/index.mjs +82 -0
- package/dist/components/data-cardtext/style.css +1 -36
- package/dist/components/data-display/index.mjs +93 -0
- package/dist/components/data-display/style.css +1 -37
- package/dist/components/data-icons/index.mjs +104 -0
- package/dist/components/data-icons/style.css +1 -53
- package/dist/components/data-imgtext/index.mjs +106 -0
- package/dist/components/data-imgtext/style.css +1 -70
- package/dist/components/data-operatext/index.mjs +99 -0
- package/dist/components/data-operatext/style.css +1 -81
- package/dist/components/data-panel/index.mjs +93 -0
- package/dist/components/data-panel/style.css +1 -37
- package/dist/components/data-pay/index.mjs +149 -0
- package/dist/components/data-pay/style.css +1 -102
- package/dist/components/data-price/index.mjs +84 -0
- package/dist/components/data-price/style.css +1 -81
- package/dist/components/data-progress/index.mjs +97 -0
- package/dist/components/data-progress/style.css +1 -30
- package/dist/components/data-rotate/index.mjs +96 -0
- package/dist/components/data-rotate/style.css +1 -50
- package/dist/components/data-table-picker/index.mjs +137 -0
- package/dist/components/data-tabs/index.mjs +94 -0
- package/dist/components/data-tabs/style.css +1 -70
- package/dist/components/dialog-column/index.mjs +139 -0
- package/dist/components/dialog-excel/index.mjs +211 -0
- package/dist/components/dialog-filter/index.mjs +246 -0
- package/dist/components/dialog-form/index.mjs +143 -0
- package/dist/components/dialog-form/style.css +1 -10
- package/dist/components/dynamic-table/index.mjs +195 -0
- package/dist/components/dynamic-table/style.css +1 -30
- package/dist/components/e-charts/index.mjs +216 -0
- package/dist/components/e-charts/style.css +1 -10
- package/dist/components/easy-popup/index.mjs +87 -0
- package/dist/components/easy-popup/style.css +1 -18
- package/dist/components/editable-progress/index.mjs +141 -0
- package/dist/components/editable-progress/style.css +1 -37
- package/dist/components/editable-tree/index.mjs +844 -0
- package/dist/components/editable-tree/style.css +1 -82
- package/dist/components/egd-collapse/index.mjs +79 -0
- package/dist/components/egd-collapse-item/index.mjs +132 -0
- package/dist/components/element-dialog/index.mjs +249 -0
- package/dist/components/element-dialog/style.css +1 -88
- package/dist/components/empty-view/index.mjs +69 -0
- package/dist/components/empty-view/style.css +1 -17
- package/dist/components/error-view/index.mjs +61 -0
- package/dist/components/error-view/style.css +1 -17
- package/dist/components/flex-column/index.mjs +62 -0
- package/dist/components/flex-item/index.mjs +81 -0
- package/dist/components/flex-row/index.mjs +62 -0
- package/dist/components/flex-scroller/index.mjs +47 -0
- package/dist/components/flex-scroller/style.css +1 -20
- package/dist/components/flow/index.mjs +277 -0
- package/dist/components/flow/style.css +1 -44
- package/dist/components/flow-node/index.mjs +102 -0
- package/dist/components/flow-viewer/index.mjs +162 -0
- package/dist/components/flow-viewer/style.css +1 -19
- package/dist/components/form-button/index.mjs +80 -0
- package/dist/components/form-cascader/index.mjs +163 -0
- package/dist/components/form-checkbox-group/index.mjs +203 -0
- package/dist/components/form-checkbox-group/style.css +1 -51
- package/dist/components/form-date-picker/index.mjs +191 -0
- package/dist/components/form-group/index.mjs +122 -0
- package/dist/components/form-group/style.css +1 -76
- package/dist/components/form-holder/index.mjs +129 -0
- package/dist/components/form-input/index.mjs +117 -0
- package/dist/components/form-input-email/index.mjs +108 -0
- package/dist/components/form-input-id-card/index.mjs +115 -0
- package/dist/components/form-input-number/index.mjs +134 -0
- package/dist/components/form-input-number/style.css +1 -12
- package/dist/components/form-input-phone-number/index.mjs +109 -0
- package/dist/components/form-input-time/index.mjs +135 -0
- package/dist/components/form-item/index.mjs +147 -0
- package/dist/components/form-item/style.css +1 -11
- package/dist/components/form-item-config-provider/index.mjs +63 -0
- package/dist/components/form-item-group/index.mjs +169 -0
- package/dist/components/form-item-group/style.css +1 -30
- package/dist/components/form-radio-group/index.mjs +181 -0
- package/dist/components/form-radio-group/style.css +1 -53
- package/dist/components/form-select/index.mjs +165 -0
- package/dist/components/form-switch/index.mjs +108 -0
- package/dist/components/form-temp/index.mjs +149 -0
- package/dist/components/form-textarea/index.mjs +113 -0
- package/dist/components/form-view/index.mjs +366 -0
- package/dist/components/form-view/style.css +1 -158
- package/dist/components/fy-array/index.mjs +156 -0
- package/dist/components/fy-array/style.css +1 -18
- package/dist/components/fy-article/index.mjs +93 -0
- package/dist/components/fy-article/style.css +1 -40
- package/dist/components/fy-cascader/index.mjs +132 -0
- package/dist/components/fy-checkbox/index.mjs +116 -0
- package/dist/components/fy-checkbox/style.css +1 -15
- package/dist/components/fy-code/index.mjs +66 -0
- package/dist/components/fy-curd/index.mjs +751 -0
- package/dist/components/fy-curd/style.css +1 -239
- package/dist/components/fy-date/index.mjs +84 -0
- package/dist/components/fy-date/style.css +1 -21
- package/dist/components/fy-dialog-form/index.mjs +278 -0
- package/dist/components/fy-draggable/index.mjs +382 -0
- package/dist/components/fy-draggable/style.css +1 -136
- package/dist/components/fy-dynamic/index.mjs +337 -0
- package/dist/components/fy-dynamic/style.css +1 -35
- package/dist/components/fy-empty/{index.js → index.mjs} +28 -34
- package/dist/components/fy-empty/style.css +1 -24
- package/dist/components/fy-form/index.mjs +786 -0
- package/dist/components/fy-form/style.css +1 -79
- package/dist/components/fy-form-design/index.mjs +7775 -0
- package/dist/components/fy-form-design/style.css +1 -578
- package/dist/components/fy-form-menu/index.mjs +95 -0
- package/dist/components/fy-input/index.mjs +176 -0
- package/dist/components/fy-input-color/index.mjs +101 -0
- package/dist/components/fy-input-icon/index.mjs +161 -0
- package/dist/components/fy-input-icon/style.css +1 -39
- package/dist/components/fy-input-map/index.mjs +275 -0
- package/dist/components/fy-input-map/style.css +1 -50
- package/dist/components/fy-input-number/index.mjs +87 -0
- package/dist/components/fy-input-table/index.mjs +172 -0
- package/dist/components/fy-input-table/style.css +1 -10
- package/dist/components/fy-input-tree/index.mjs +265 -0
- package/dist/components/fy-input-tree/style.css +1 -25
- package/dist/components/fy-progress/index.mjs +60 -0
- package/dist/components/fy-radio/index.mjs +68 -0
- package/dist/components/fy-radio/style.css +1 -12
- package/dist/components/fy-rate/index.mjs +105 -0
- package/dist/components/fy-rate/style.css +1 -9
- package/dist/components/fy-select/index.mjs +224 -0
- package/dist/components/fy-select/style.css +1 -25
- package/dist/components/fy-slider/index.mjs +79 -0
- package/dist/components/fy-switch/index.mjs +73 -0
- package/dist/components/fy-tabs/index.mjs +90 -0
- package/dist/components/fy-tabs/style.css +0 -6
- package/dist/components/fy-time/index.mjs +95 -0
- package/dist/components/fy-title/index.mjs +40 -0
- package/dist/components/fy-title/style.css +1 -11
- package/dist/components/fy-tree/index.mjs +428 -0
- package/dist/components/fy-tree/style.css +1 -46
- package/dist/components/fy-u-editor/index.mjs +409 -0
- package/dist/components/fy-u-editor/style.css +1 -15
- package/dist/components/fy-upload/index.mjs +591 -0
- package/dist/components/fy-upload/style.css +1 -60
- package/dist/components/guide-steps/index.mjs +94 -0
- package/dist/components/guide-steps/style.css +1 -34
- package/dist/components/header-menu/index.mjs +238 -0
- package/dist/components/header-search/index.mjs +253 -0
- package/dist/components/highlight-j-s/index.mjs +76 -0
- package/dist/components/highlight-j-s/style.css +1 -21
- package/dist/components/icon-card/index.mjs +62 -0
- package/dist/components/icon-card/style.css +1 -56
- package/dist/components/icon-temp/index.mjs +50 -0
- package/dist/components/icon-temp/style.css +1 -21
- package/dist/components/iframe-window/index.mjs +61 -0
- package/dist/components/iframe-window/style.css +1 -20
- package/dist/components/image-cropper/index.mjs +199 -0
- package/dist/components/image-cropper/style.css +1 -34
- package/dist/components/image-preview/index.mjs +233 -0
- package/dist/components/image-preview/style.css +1 -72
- package/dist/components/image-viewer/index.mjs +95 -0
- package/dist/components/image-viewer/style.css +1 -21
- package/dist/components/input-number/index.mjs +274 -0
- package/dist/components/input-number/style.css +1 -15
- package/dist/components/input-number-range/index.mjs +110 -0
- package/dist/components/input-number-range/style.css +1 -12
- package/dist/components/j-s-x-component/{index.js → index.mjs} +4 -4
- package/dist/components/keep-view-alive/index.mjs +123 -0
- package/dist/components/keyboard/index.mjs +384 -0
- package/dist/components/keyboard/style.css +1 -547
- package/dist/components/license/index.mjs +134 -0
- package/dist/components/loading-view/index.mjs +61 -0
- package/dist/components/loading-view/style.css +1 -17
- package/dist/components/login/index.mjs +250 -0
- package/dist/components/login/style.css +1 -25
- package/dist/components/name-avatar/index.mjs +66 -0
- package/dist/components/name-avatar/style.css +1 -35
- package/dist/components/nav-bar/index.mjs +52 -0
- package/dist/components/nav-bar/style.css +1 -17
- package/dist/components/not-implement/index.mjs +35 -0
- package/dist/components/not-implement/style.css +1 -15
- package/dist/components/notice/index.mjs +143 -0
- package/dist/components/notice/style.css +1 -54
- package/dist/components/page/index.mjs +40 -0
- package/dist/components/page/style.css +1 -12
- package/dist/components/page-header/index.mjs +56 -0
- package/dist/components/page-header/style.css +1 -14
- package/dist/components/page-index/index.mjs +175 -0
- package/dist/components/page-index/style.css +1 -23
- package/dist/components/page-index-top/index.mjs +141 -0
- package/dist/components/page-skeleton/index.mjs +56 -0
- package/dist/components/page-skeleton/style.css +1 -23
- package/dist/components/page-skeleton-new/index.mjs +98 -0
- package/dist/components/page-skeleton-new/style.css +1 -42
- package/dist/components/pageable-table/index.mjs +478 -0
- package/dist/components/pageable-table/style.css +1 -72
- package/dist/components/pageable-view/index.mjs +378 -0
- package/dist/components/pageable-view/style.css +1 -69
- package/dist/components/photo-swipe/index.mjs +129 -0
- package/dist/components/process-designer/{index.js → index.mjs} +1022 -1211
- package/dist/components/process-designer/style.css +1 -1186
- package/dist/components/properties-panel/index.mjs +4791 -0
- package/dist/components/properties-panel/style.css +1 -122
- package/dist/components/queue/index.mjs +76 -0
- package/dist/components/record-video/index.mjs +173 -0
- package/dist/components/record-video/style.css +1 -53
- package/dist/components/resize-observer/index.mjs +62 -0
- package/dist/components/resize-observer/style.css +1 -31
- package/dist/components/search/index.mjs +143 -0
- package/dist/components/search/style.css +1 -57
- package/dist/components/search-popover/index.mjs +411 -0
- package/dist/components/search-popover/style.css +1 -93
- package/dist/components/sign/index.mjs +133 -0
- package/dist/components/sign/style.css +1 -12
- package/dist/components/sign-panel/index.mjs +255 -0
- package/dist/components/sign-panel/style.css +1 -97
- package/dist/components/skeleton/index.mjs +82 -0
- package/dist/components/skeleton/style.css +1 -61
- package/dist/components/split-pane/index.mjs +233 -0
- package/dist/components/split-pane/style.css +1 -100
- package/dist/components/stateful/index.mjs +84 -0
- package/dist/components/stateful/style.css +1 -33
- package/dist/components/static-pageable-table/index.mjs +92 -0
- package/dist/components/static-pageable-table/style.css +1 -9
- package/dist/components/swiper/index.mjs +178 -0
- package/dist/components/swiper/style.css +1 -43
- package/dist/components/tab/index.mjs +147 -0
- package/dist/components/tab/style.css +1 -122
- package/dist/components/tab-item/index.mjs +73 -0
- package/dist/components/table-column/index.mjs +102 -0
- package/dist/components/table-page/index.mjs +132 -0
- package/dist/components/table-view/index.mjs +390 -0
- package/dist/components/table-view/style.css +1 -95
- package/dist/components/tag-render/index.mjs +108 -0
- package/dist/components/tag-render/style.css +1 -33
- package/dist/components/text-ellipsis/index.mjs +108 -0
- package/dist/components/text-ellipsis/style.css +1 -9
- package/dist/components/tinymce-editor/index.mjs +191 -0
- package/dist/components/tinymce-editor/style.css +1 -43
- package/dist/components/tinymce-wrapper/{index.js → index.mjs} +102 -138
- package/dist/components/tinymce-wrapper/style.css +1 -36
- package/dist/components/toolbar/index.mjs +217 -0
- package/dist/components/toolbar/style.css +1 -39
- package/dist/components/toolbar-button/index.mjs +108 -0
- package/dist/components/toolbar-button/style.css +1 -21
- package/dist/components/trigger/index.mjs +71 -0
- package/dist/components/verify/index.mjs +80 -0
- package/dist/components/verify/style.css +1 -15
- package/dist/components/vue-tags-input/index.mjs +553 -0
- package/dist/components/vue-tags-input/style.css +1 -688
- package/dist/components/watermark/index.mjs +95 -0
- package/dist/components/watermark/style.css +1 -11
- package/dist/index.cjs +85 -0
- package/dist/index.css +1 -8521
- package/dist/index.mjs +45819 -0
- package/package.json +6 -6
- package/web-types.json +1 -1
- package/dist/chunks/confirmable-mixin.851d6299.js +0 -137
- package/dist/chunks/dataformat.b8c8c01a.js +0 -237
- package/dist/chunks/detail.6135ade5.js +0 -55
- package/dist/chunks/dic.e57b75f2.js +0 -215
- package/dist/chunks/form-input-mixin.3e63b57f.js +0 -24
- package/dist/chunks/form-item-mixin.a56c101a.js +0 -166
- package/dist/chunks/init.38cbb3a2.js +0 -142
- package/dist/chunks/permission.9c766972.js +0 -21
- package/dist/chunks/slot.55598d0f.js +0 -35
- package/dist/chunks/tab-mixin.9d848bf6.js +0 -99
- package/dist/chunks/util.b0d0b0ad.js +0 -478
- package/dist/chunks/utils.2a3ffac9.js +0 -250
- package/dist/chunks/utils.a8891d2c.js +0 -30
- package/dist/chunks/vueComponentNormalizer.9c6b8b3d.js +0 -59
- package/dist/components/address-input/index.js +0 -126
- package/dist/components/affix/index.js +0 -152
- package/dist/components/aside-menu/index.js +0 -64
- package/dist/components/avatar/index.js +0 -124
- package/dist/components/awesome-button/index.js +0 -126
- package/dist/components/capsule-tab/index.js +0 -58
- package/dist/components/card/index.js +0 -143
- package/dist/components/carousel/index.js +0 -76
- package/dist/components/chat/index.js +0 -673
- package/dist/components/chunk-file-uploader/index.js +0 -153
- package/dist/components/chunk-file-uploader-button/index.js +0 -66
- package/dist/components/chunk-file-uploader-drop/index.js +0 -101
- package/dist/components/chunk-file-uploader-file/index.js +0 -388
- package/dist/components/chunk-file-uploader-files/index.js +0 -55
- package/dist/components/chunk-file-uploader-list/index.js +0 -56
- package/dist/components/chunk-file-uploader-un-support/index.js +0 -59
- package/dist/components/code-mirror-editor/index.js +0 -341
- package/dist/components/color-picker/index.js +0 -151
- package/dist/components/column/index.js +0 -140
- package/dist/components/column-default/index.js +0 -120
- package/dist/components/column-dynamic/index.js +0 -100
- package/dist/components/column-menu/index.js +0 -298
- package/dist/components/column-slot/index.js +0 -326
- package/dist/components/comment/index.js +0 -107
- package/dist/components/confirm-button/index.js +0 -59
- package/dist/components/confirmable/index.js +0 -29
- package/dist/components/context-menu/index.js +0 -275
- package/dist/components/count-up/index.js +0 -148
- package/dist/components/custom-scrollbar/index.js +0 -191
- package/dist/components/data-box/index.js +0 -103
- package/dist/components/data-card/index.js +0 -104
- package/dist/components/data-cardtext/index.js +0 -88
- package/dist/components/data-display/index.js +0 -99
- package/dist/components/data-icons/index.js +0 -110
- package/dist/components/data-imgtext/index.js +0 -112
- package/dist/components/data-operatext/index.js +0 -105
- package/dist/components/data-panel/index.js +0 -99
- package/dist/components/data-pay/index.js +0 -155
- package/dist/components/data-price/index.js +0 -90
- package/dist/components/data-progress/index.js +0 -103
- package/dist/components/data-rotate/index.js +0 -102
- package/dist/components/data-table-picker/index.js +0 -156
- package/dist/components/data-tabs/index.js +0 -100
- package/dist/components/dialog-column/index.js +0 -152
- package/dist/components/dialog-excel/index.js +0 -260
- package/dist/components/dialog-filter/index.js +0 -259
- package/dist/components/dialog-form/index.js +0 -163
- package/dist/components/dynamic-table/index.js +0 -219
- package/dist/components/e-charts/index.js +0 -297
- package/dist/components/easy-popup/index.js +0 -105
- package/dist/components/editable-progress/index.js +0 -174
- package/dist/components/editable-tree/index.js +0 -1070
- package/dist/components/egd-collapse/index.js +0 -92
- package/dist/components/egd-collapse-item/index.js +0 -148
- package/dist/components/element-dialog/index.js +0 -302
- package/dist/components/empty-view/index.js +0 -75
- package/dist/components/error-view/index.js +0 -67
- package/dist/components/flex-column/index.js +0 -84
- package/dist/components/flex-item/index.js +0 -116
- package/dist/components/flex-row/index.js +0 -84
- package/dist/components/flex-scroller/index.js +0 -53
- package/dist/components/flow/index.js +0 -329
- package/dist/components/flow-node/index.js +0 -110
- package/dist/components/flow-viewer/index.js +0 -207
- package/dist/components/form-button/index.js +0 -84
- package/dist/components/form-cascader/index.js +0 -178
- package/dist/components/form-checkbox-group/index.js +0 -233
- package/dist/components/form-date-picker/index.js +0 -260
- package/dist/components/form-group/index.js +0 -128
- package/dist/components/form-holder/index.js +0 -140
- package/dist/components/form-input/index.js +0 -128
- package/dist/components/form-input-email/index.js +0 -125
- package/dist/components/form-input-id-card/index.js +0 -126
- package/dist/components/form-input-number/index.js +0 -146
- package/dist/components/form-input-phone-number/index.js +0 -120
- package/dist/components/form-input-time/index.js +0 -146
- package/dist/components/form-item/index.js +0 -199
- package/dist/components/form-item-config-provider/index.js +0 -64
- package/dist/components/form-item-group/index.js +0 -195
- package/dist/components/form-radio-group/index.js +0 -205
- package/dist/components/form-select/index.js +0 -185
- package/dist/components/form-switch/index.js +0 -119
- package/dist/components/form-temp/index.js +0 -169
- package/dist/components/form-textarea/index.js +0 -124
- package/dist/components/form-view/index.js +0 -437
- package/dist/components/fy-array/index.js +0 -164
- package/dist/components/fy-article/index.js +0 -104
- package/dist/components/fy-cascader/index.js +0 -142
- package/dist/components/fy-checkbox/index.js +0 -127
- package/dist/components/fy-code/index.js +0 -73
- package/dist/components/fy-curd/index.js +0 -889
- package/dist/components/fy-date/index.js +0 -90
- package/dist/components/fy-dialog-form/index.js +0 -351
- package/dist/components/fy-draggable/index.js +0 -505
- package/dist/components/fy-dynamic/index.js +0 -380
- package/dist/components/fy-form/index.js +0 -964
- package/dist/components/fy-form-design/index.js +0 -8412
- package/dist/components/fy-form-menu/index.js +0 -103
- package/dist/components/fy-input/index.js +0 -187
- package/dist/components/fy-input-color/index.js +0 -108
- package/dist/components/fy-input-icon/index.js +0 -182
- package/dist/components/fy-input-map/index.js +0 -320
- package/dist/components/fy-input-number/index.js +0 -92
- package/dist/components/fy-input-table/index.js +0 -206
- package/dist/components/fy-input-tree/index.js +0 -309
- package/dist/components/fy-progress/index.js +0 -65
- package/dist/components/fy-radio/index.js +0 -74
- package/dist/components/fy-rate/index.js +0 -111
- package/dist/components/fy-select/index.js +0 -242
- package/dist/components/fy-slider/index.js +0 -84
- package/dist/components/fy-switch/index.js +0 -78
- package/dist/components/fy-tabs/index.js +0 -98
- package/dist/components/fy-time/index.js +0 -106
- package/dist/components/fy-title/index.js +0 -48
- package/dist/components/fy-tree/index.js +0 -491
- package/dist/components/fy-u-editor/index.js +0 -514
- package/dist/components/fy-upload/index.js +0 -760
- package/dist/components/guide-steps/index.js +0 -108
- package/dist/components/header-menu/index.js +0 -258
- package/dist/components/header-search/index.js +0 -285
- package/dist/components/highlight-j-s/index.js +0 -89
- package/dist/components/icon-card/index.js +0 -68
- package/dist/components/icon-temp/index.js +0 -56
- package/dist/components/iframe-window/index.js +0 -67
- package/dist/components/image-cropper/index.js +0 -217
- package/dist/components/image-preview/index.js +0 -264
- package/dist/components/image-viewer/index.js +0 -113
- package/dist/components/input-number/index.js +0 -340
- package/dist/components/input-number-range/index.js +0 -122
- package/dist/components/keep-view-alive/index.js +0 -170
- package/dist/components/keyboard/index.js +0 -469
- package/dist/components/license/index.js +0 -180
- package/dist/components/loading-view/index.js +0 -67
- package/dist/components/login/index.js +0 -279
- package/dist/components/name-avatar/index.js +0 -88
- package/dist/components/nav-bar/index.js +0 -62
- package/dist/components/not-implement/index.js +0 -43
- package/dist/components/notice/index.js +0 -156
- package/dist/components/page/index.js +0 -46
- package/dist/components/page-header/index.js +0 -62
- package/dist/components/page-index/index.js +0 -200
- package/dist/components/page-index-top/index.js +0 -160
- package/dist/components/page-skeleton/index.js +0 -62
- package/dist/components/page-skeleton-new/index.js +0 -104
- package/dist/components/pageable-table/index.js +0 -559
- package/dist/components/pageable-view/index.js +0 -462
- package/dist/components/photo-swipe/index.js +0 -175
- package/dist/components/properties-panel/index.js +0 -5235
- package/dist/components/queue/index.js +0 -88
- package/dist/components/record-video/index.js +0 -199
- package/dist/components/resize-observer/index.js +0 -96
- package/dist/components/search/index.js +0 -162
- package/dist/components/search-popover/index.js +0 -473
- package/dist/components/sign/index.js +0 -236
- package/dist/components/sign-panel/index.js +0 -305
- package/dist/components/skeleton/index.js +0 -92
- package/dist/components/split-pane/index.js +0 -298
- package/dist/components/stateful/index.js +0 -87
- package/dist/components/static-pageable-table/index.js +0 -99
- package/dist/components/swiper/index.js +0 -247
- package/dist/components/tab/index.js +0 -165
- package/dist/components/tab-item/index.js +0 -78
- package/dist/components/table-column/index.js +0 -111
- package/dist/components/table-page/index.js +0 -151
- package/dist/components/table-view/index.js +0 -465
- package/dist/components/tag-render/index.js +0 -127
- package/dist/components/text-ellipsis/index.js +0 -130
- package/dist/components/tinymce-editor/index.js +0 -211
- package/dist/components/toolbar/index.js +0 -238
- package/dist/components/toolbar-button/index.js +0 -119
- package/dist/components/trigger/index.js +0 -78
- package/dist/components/verify/index.js +0 -87
- package/dist/components/vue-tags-input/index.js +0 -673
- package/dist/components/watermark/index.js +0 -114
- package/dist/index.es.js +0 -52436
|
@@ -1,578 +1 @@
|
|
|
1
|
-
/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
2
|
-
/* 应用头部高度 */
|
|
3
|
-
/* 页面宽度 */
|
|
4
|
-
/* 侧栏宽度 */
|
|
5
|
-
/* 标签高度 */
|
|
6
|
-
/* 页面头部工具条高度 */
|
|
7
|
-
.dic[data-v-2c9c8280] {
|
|
8
|
-
display: flex;
|
|
9
|
-
margin-bottom: 5px;
|
|
10
|
-
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
11
|
-
/* 应用头部高度 */
|
|
12
|
-
/* 页面宽度 */
|
|
13
|
-
/* 侧栏宽度 */
|
|
14
|
-
/* 标签高度 */
|
|
15
|
-
/* 页面头部工具条高度 */
|
|
16
|
-
.el-tag[data-v-64e64f97] {
|
|
17
|
-
vertical-align: top;
|
|
18
|
-
}
|
|
19
|
-
.el-tag + .el-tag[data-v-64e64f97] {
|
|
20
|
-
margin-left: 5px;
|
|
21
|
-
}
|
|
22
|
-
.input-new-tag[data-v-64e64f97] {
|
|
23
|
-
width: 90px;
|
|
24
|
-
margin-left: 5px;
|
|
25
|
-
vertical-align: bottom;
|
|
26
|
-
}
|
|
27
|
-
.color-picker[data-v-64e64f97] {
|
|
28
|
-
left: 10px;
|
|
29
|
-
vertical-align: top;
|
|
30
|
-
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
31
|
-
/* 应用头部高度 */
|
|
32
|
-
/* 页面宽度 */
|
|
33
|
-
/* 侧栏宽度 */
|
|
34
|
-
/* 标签高度 */
|
|
35
|
-
/* 页面头部工具条高度 */
|
|
36
|
-
.custom-tree-node[data-v-42ed5e40] {
|
|
37
|
-
flex: 1;
|
|
38
|
-
display: flex;
|
|
39
|
-
align-items: center;
|
|
40
|
-
justify-content: space-between;
|
|
41
|
-
font-size: 14px;
|
|
42
|
-
padding-right: 8px;
|
|
43
|
-
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */ /* 应用头部高度 */ /* 页面宽度 */ /* 侧栏宽度 */ /* 标签高度 */ /* 页面头部工具条高度 */
|
|
44
|
-
.form-designer {
|
|
45
|
-
height: 100%;
|
|
46
|
-
background: #fff;
|
|
47
|
-
outline: 1px solid #e4e7ed;
|
|
48
|
-
}
|
|
49
|
-
.form-designer ::-webkit-scrollbar {
|
|
50
|
-
width: 0 !important;
|
|
51
|
-
height: 0 !important;
|
|
52
|
-
}
|
|
53
|
-
.form-designer ::-webkit-scrollbar-track {
|
|
54
|
-
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0) !important;
|
|
55
|
-
border-radius: 10px !important;
|
|
56
|
-
background-color: rgba(0, 0, 0, 0) !important;
|
|
57
|
-
}
|
|
58
|
-
.form-designer ::-webkit-scrollbar-thumb {
|
|
59
|
-
border-radius: 10px !important;
|
|
60
|
-
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0) !important;
|
|
61
|
-
background-color: #fff !important;
|
|
62
|
-
}
|
|
63
|
-
.form-designer .fields-list {
|
|
64
|
-
padding: 10px 0;
|
|
65
|
-
width: 100%;
|
|
66
|
-
height: 100%;
|
|
67
|
-
}
|
|
68
|
-
.form-designer .fields-list .field-title {
|
|
69
|
-
padding: 8px 12px;
|
|
70
|
-
font-size: 13px;
|
|
71
|
-
}
|
|
72
|
-
.form-designer .fields-list ul {
|
|
73
|
-
position: relative;
|
|
74
|
-
overflow: hidden;
|
|
75
|
-
padding: 0 10px 10px;
|
|
76
|
-
margin: 0;
|
|
77
|
-
}
|
|
78
|
-
.form-designer .fields-list .field-label {
|
|
79
|
-
font-size: 12px;
|
|
80
|
-
display: block;
|
|
81
|
-
width: 47%;
|
|
82
|
-
line-height: 26px;
|
|
83
|
-
position: relative;
|
|
84
|
-
float: left;
|
|
85
|
-
left: 0;
|
|
86
|
-
overflow: hidden;
|
|
87
|
-
text-overflow: ellipsis;
|
|
88
|
-
white-space: nowrap;
|
|
89
|
-
margin: 1%;
|
|
90
|
-
color: #333;
|
|
91
|
-
border: 1px solid #f4f6fc;
|
|
92
|
-
}
|
|
93
|
-
.form-designer .fields-list .field-label:hover {
|
|
94
|
-
color: #409eff;
|
|
95
|
-
border: 1px dashed #409eff;
|
|
96
|
-
}
|
|
97
|
-
.form-designer .fields-list .field-label > a {
|
|
98
|
-
display: block;
|
|
99
|
-
cursor: move;
|
|
100
|
-
background: #f4f6fc;
|
|
101
|
-
border: 1px solid #f4f6fc;
|
|
102
|
-
color: #333;
|
|
103
|
-
}
|
|
104
|
-
.form-designer .fields-list .field-label > a .icon {
|
|
105
|
-
margin-right: 6px;
|
|
106
|
-
margin-left: 8px;
|
|
107
|
-
font-size: 14px;
|
|
108
|
-
display: inline-block;
|
|
109
|
-
vertical-align: middle;
|
|
110
|
-
}
|
|
111
|
-
.form-designer .fields-list .field-label > a span {
|
|
112
|
-
display: inline-block;
|
|
113
|
-
vertical-align: middle;
|
|
114
|
-
}
|
|
115
|
-
.form-designer .fields-list .field-label-disabled {
|
|
116
|
-
font-size: 12px;
|
|
117
|
-
display: block;
|
|
118
|
-
width: 48%;
|
|
119
|
-
line-height: 26px;
|
|
120
|
-
position: relative;
|
|
121
|
-
float: left;
|
|
122
|
-
left: 0;
|
|
123
|
-
overflow: hidden;
|
|
124
|
-
text-overflow: ellipsis;
|
|
125
|
-
white-space: nowrap;
|
|
126
|
-
margin: 1%;
|
|
127
|
-
color: #333;
|
|
128
|
-
border: 1px solid #f4f6fc;
|
|
129
|
-
}
|
|
130
|
-
.form-designer .fields-list .field-label-disabled:hover {
|
|
131
|
-
color: gray;
|
|
132
|
-
border: 1px dashed gray;
|
|
133
|
-
}
|
|
134
|
-
.form-designer .fields-list .field-label-disabled > a {
|
|
135
|
-
display: block;
|
|
136
|
-
cursor: not-allowed;
|
|
137
|
-
background: #f4f6fc;
|
|
138
|
-
border: 1px solid #f4f6fc;
|
|
139
|
-
}
|
|
140
|
-
.form-designer .fields-list .field-label-disabled > a .icon {
|
|
141
|
-
margin-right: 6px;
|
|
142
|
-
margin-left: 8px;
|
|
143
|
-
font-size: 14px;
|
|
144
|
-
display: inline-block;
|
|
145
|
-
vertical-align: middle;
|
|
146
|
-
}
|
|
147
|
-
.form-designer .fields-list .field-label-disabled > a span {
|
|
148
|
-
display: inline-block;
|
|
149
|
-
vertical-align: middle;
|
|
150
|
-
}
|
|
151
|
-
.form-designer .widget-container {
|
|
152
|
-
flex: 1;
|
|
153
|
-
border-left: 1px solid #e0e0e0;
|
|
154
|
-
border-right: 1px solid #e0e0e0;
|
|
155
|
-
}
|
|
156
|
-
.form-designer .widget-container .widget-container-header {
|
|
157
|
-
height: 45px !important;
|
|
158
|
-
display: flex;
|
|
159
|
-
justify-content: space-between;
|
|
160
|
-
align-items: center;
|
|
161
|
-
border-bottom: solid 2px #e4e7ed;
|
|
162
|
-
}
|
|
163
|
-
.form-designer .widget-container .el-main {
|
|
164
|
-
padding: 0;
|
|
165
|
-
position: relative;
|
|
166
|
-
}
|
|
167
|
-
.form-designer .widget-form-container {
|
|
168
|
-
height: 100%;
|
|
169
|
-
position: relative;
|
|
170
|
-
top: 0;
|
|
171
|
-
left: 0;
|
|
172
|
-
right: 0;
|
|
173
|
-
bottom: 0;
|
|
174
|
-
}
|
|
175
|
-
.form-designer .widget-form-container .el-form {
|
|
176
|
-
height: 100%;
|
|
177
|
-
}
|
|
178
|
-
.form-designer .widget-form-container .el-form .el-row {
|
|
179
|
-
height: 100%;
|
|
180
|
-
}
|
|
181
|
-
.form-designer .widget-form-container .widget-form-list {
|
|
182
|
-
height: 100%;
|
|
183
|
-
min-height: calc(100% - 45px);
|
|
184
|
-
padding-bottom: 50px;
|
|
185
|
-
overflow: hidden;
|
|
186
|
-
overflow-y: scroll;
|
|
187
|
-
}
|
|
188
|
-
.form-designer .widget-form-container .widget-form-list .widget-form-item {
|
|
189
|
-
min-height: 30px;
|
|
190
|
-
padding: 5px 10px 18px;
|
|
191
|
-
margin: 0;
|
|
192
|
-
position: relative;
|
|
193
|
-
border-left: 5px solid transparent;
|
|
194
|
-
}
|
|
195
|
-
.form-designer .widget-form-container .widget-form-list .widget-form-item.required .el-form-item__label::before {
|
|
196
|
-
content: "*";
|
|
197
|
-
color: #f56c6c;
|
|
198
|
-
margin-right: 4px;
|
|
199
|
-
}
|
|
200
|
-
.form-designer .widget-form-container .widget-form-list .widget-form-item:after {
|
|
201
|
-
position: absolute;
|
|
202
|
-
left: 0;
|
|
203
|
-
right: 0;
|
|
204
|
-
bottom: 0;
|
|
205
|
-
top: 0;
|
|
206
|
-
display: block;
|
|
207
|
-
z-index: 1001;
|
|
208
|
-
}
|
|
209
|
-
.form-designer .widget-form-container .widget-form-list .widget-form-item:hover {
|
|
210
|
-
background: #ecf8ff;
|
|
211
|
-
cursor: move;
|
|
212
|
-
}
|
|
213
|
-
.form-designer .widget-form-container .widget-form-list .widget-form-item.active {
|
|
214
|
-
border-left: 3px solid #409eff;
|
|
215
|
-
background: #ecf5ff;
|
|
216
|
-
}
|
|
217
|
-
.form-designer .widget-form-container .widget-form-list .widget-form-item .widget-action-delete {
|
|
218
|
-
position: absolute;
|
|
219
|
-
right: 10px;
|
|
220
|
-
bottom: -32px;
|
|
221
|
-
z-index: 1002;
|
|
222
|
-
}
|
|
223
|
-
.form-designer .widget-form-container .widget-form-list .widget-form-item .widget-action-clone {
|
|
224
|
-
position: absolute;
|
|
225
|
-
right: 50px;
|
|
226
|
-
bottom: -32px;
|
|
227
|
-
z-index: 1002;
|
|
228
|
-
}
|
|
229
|
-
.form-designer .widget-form-container .widget-form-list .widget-form-table {
|
|
230
|
-
position: relative;
|
|
231
|
-
padding: 2px;
|
|
232
|
-
float: left;
|
|
233
|
-
width: 100%;
|
|
234
|
-
}
|
|
235
|
-
.form-designer .widget-form-container .widget-form-list .widget-form-table__content {
|
|
236
|
-
display: flex;
|
|
237
|
-
padding: 10px 5px;
|
|
238
|
-
width: 100%;
|
|
239
|
-
height: 100%;
|
|
240
|
-
overflow-y: hidden;
|
|
241
|
-
outline: 1px dashed #ccc;
|
|
242
|
-
outline-offset: -1px;
|
|
243
|
-
min-height: 103px;
|
|
244
|
-
}
|
|
245
|
-
.form-designer .widget-form-container .widget-form-list .widget-form-table__content::-webkit-scrollbar {
|
|
246
|
-
width: 6px !important;
|
|
247
|
-
height: 6px !important;
|
|
248
|
-
}
|
|
249
|
-
.form-designer .widget-form-container .widget-form-list .widget-form-table__content::-webkit-scrollbar-thumb {
|
|
250
|
-
background-color: #e5e7eb !important;
|
|
251
|
-
}
|
|
252
|
-
.form-designer .widget-form-container .widget-form-list .widget-form-table__content .ghost {
|
|
253
|
-
background: white;
|
|
254
|
-
border-left: 5px solid #409eff;
|
|
255
|
-
box-sizing: border-box;
|
|
256
|
-
font-size: 0;
|
|
257
|
-
content: "";
|
|
258
|
-
overflow: hidden;
|
|
259
|
-
padding: 0 !important;
|
|
260
|
-
position: relative;
|
|
261
|
-
outline: none 0;
|
|
262
|
-
height: 100%;
|
|
263
|
-
min-height: 90px;
|
|
264
|
-
width: 0 !important;
|
|
265
|
-
min-width: 0 !important;
|
|
266
|
-
margin: 1px 2px 0 2px;
|
|
267
|
-
}
|
|
268
|
-
.form-designer .widget-form-container .widget-form-list .widget-form-table__item {
|
|
269
|
-
position: relative;
|
|
270
|
-
min-width: 33.3%;
|
|
271
|
-
width: 33.3%;
|
|
272
|
-
padding: 1px;
|
|
273
|
-
height: 100%;
|
|
274
|
-
}
|
|
275
|
-
.form-designer .widget-form-container .widget-form-list .widget-form-table__item.required .el-table__header .cell::before {
|
|
276
|
-
content: "*";
|
|
277
|
-
color: #f56c6c;
|
|
278
|
-
margin-right: 4px;
|
|
279
|
-
}
|
|
280
|
-
.form-designer .widget-form-container .widget-form-list .widget-form-table__item.active {
|
|
281
|
-
outline: 1px solid #409eff;
|
|
282
|
-
outline-offset: -1px;
|
|
283
|
-
}
|
|
284
|
-
.form-designer .widget-form-container .widget-form-list .widget-form-table__item:hover {
|
|
285
|
-
outline: 1px solid #409eff;
|
|
286
|
-
outline-offset: -1px;
|
|
287
|
-
cursor: move;
|
|
288
|
-
}
|
|
289
|
-
.form-designer .widget-form-container .widget-form-list .widget-form-table__item:after {
|
|
290
|
-
position: absolute;
|
|
291
|
-
left: 0;
|
|
292
|
-
right: 0;
|
|
293
|
-
bottom: 0;
|
|
294
|
-
top: 0;
|
|
295
|
-
display: block;
|
|
296
|
-
content: "";
|
|
297
|
-
z-index: 1001;
|
|
298
|
-
}
|
|
299
|
-
.form-designer .widget-form-container .widget-form-list .widget-form-table__item .widget-table-action-delete {
|
|
300
|
-
position: absolute;
|
|
301
|
-
right: 0;
|
|
302
|
-
bottom: 0;
|
|
303
|
-
z-index: 1002;
|
|
304
|
-
}
|
|
305
|
-
.form-designer .widget-form-container .widget-form-list .widget-form-table__item .widget-table-action-clone {
|
|
306
|
-
position: absolute;
|
|
307
|
-
right: 30px;
|
|
308
|
-
bottom: 0;
|
|
309
|
-
z-index: 1002;
|
|
310
|
-
}
|
|
311
|
-
.form-designer .widget-form-container .widget-form-list .widget-form-table__item .widget-table-action-clone i {
|
|
312
|
-
font-size: 10px;
|
|
313
|
-
}
|
|
314
|
-
.form-designer .widget-form-container .widget-form-list .widget-form-table__item .el-button--small.is-circle {
|
|
315
|
-
padding: 5px;
|
|
316
|
-
}
|
|
317
|
-
.form-designer .widget-form-container .widget-form-list .widget-form-table.active {
|
|
318
|
-
border-left: 3px solid #409eff;
|
|
319
|
-
background: #ecf5ff;
|
|
320
|
-
}
|
|
321
|
-
.form-designer .widget-form-container .widget-form-list .widget-form-table:hover {
|
|
322
|
-
background: #ecf8ff;
|
|
323
|
-
cursor: move;
|
|
324
|
-
}
|
|
325
|
-
.form-designer .widget-form-container .widget-form-list .widget-form-table .widget-action-delete {
|
|
326
|
-
position: absolute;
|
|
327
|
-
right: 10px;
|
|
328
|
-
bottom: -12px;
|
|
329
|
-
z-index: 1001;
|
|
330
|
-
}
|
|
331
|
-
.form-designer .widget-form-container .widget-form-list .widget-form-table .widget-action-clear {
|
|
332
|
-
position: absolute;
|
|
333
|
-
right: 50px;
|
|
334
|
-
bottom: -12px;
|
|
335
|
-
z-index: 1001;
|
|
336
|
-
}
|
|
337
|
-
.form-designer .widget-form-container .widget-form-list .widget-form-table .widget-action-clone {
|
|
338
|
-
position: absolute;
|
|
339
|
-
right: 90px;
|
|
340
|
-
bottom: -12px;
|
|
341
|
-
z-index: 1001;
|
|
342
|
-
}
|
|
343
|
-
.form-designer .widget-form-container .widget-form-list .widget-form-group {
|
|
344
|
-
position: relative;
|
|
345
|
-
width: 100%;
|
|
346
|
-
float: left;
|
|
347
|
-
padding: 2px;
|
|
348
|
-
}
|
|
349
|
-
.form-designer .widget-form-container .widget-form-list .widget-form-group__head {
|
|
350
|
-
margin: 10px;
|
|
351
|
-
}
|
|
352
|
-
.form-designer .widget-form-container .widget-form-list .widget-form-group__body {
|
|
353
|
-
min-height: 150px;
|
|
354
|
-
height: 100%;
|
|
355
|
-
outline: 1px dashed #ccc;
|
|
356
|
-
outline-offset: -1px;
|
|
357
|
-
overflow: hidden;
|
|
358
|
-
padding-bottom: 15px;
|
|
359
|
-
}
|
|
360
|
-
.form-designer .widget-form-container .widget-form-list .widget-form-group__body .ghost {
|
|
361
|
-
background: white;
|
|
362
|
-
border-left: 5px solid #409eff;
|
|
363
|
-
box-sizing: border-box;
|
|
364
|
-
font-size: 0;
|
|
365
|
-
content: "";
|
|
366
|
-
overflow: hidden;
|
|
367
|
-
padding: 0 !important;
|
|
368
|
-
position: relative;
|
|
369
|
-
outline: none 0;
|
|
370
|
-
height: 100%;
|
|
371
|
-
min-height: 57px;
|
|
372
|
-
width: 0 !important;
|
|
373
|
-
min-width: 0 !important;
|
|
374
|
-
margin: 1px 2px 0 2px;
|
|
375
|
-
}
|
|
376
|
-
.form-designer .widget-form-container .widget-form-list .widget-form-group__item {
|
|
377
|
-
padding: 10px;
|
|
378
|
-
margin: 3px;
|
|
379
|
-
position: relative;
|
|
380
|
-
border-left: 5px solid transparent;
|
|
381
|
-
background: white;
|
|
382
|
-
}
|
|
383
|
-
.form-designer .widget-form-container .widget-form-list .widget-form-group__item.required .el-form-item__label::before {
|
|
384
|
-
content: "*";
|
|
385
|
-
color: #f56c6c;
|
|
386
|
-
margin-right: 4px;
|
|
387
|
-
}
|
|
388
|
-
.form-designer .widget-form-container .widget-form-list .widget-form-group__item.active {
|
|
389
|
-
outline: 1px solid #409eff;
|
|
390
|
-
outline-offset: -1px;
|
|
391
|
-
}
|
|
392
|
-
.form-designer .widget-form-container .widget-form-list .widget-form-group__item:hover {
|
|
393
|
-
outline: 1px solid #409eff;
|
|
394
|
-
outline-offset: -1px;
|
|
395
|
-
cursor: move;
|
|
396
|
-
}
|
|
397
|
-
.form-designer .widget-form-container .widget-form-list .widget-form-group__item:after {
|
|
398
|
-
position: absolute;
|
|
399
|
-
left: 0;
|
|
400
|
-
right: 0;
|
|
401
|
-
bottom: 0;
|
|
402
|
-
top: 0;
|
|
403
|
-
display: block;
|
|
404
|
-
content: "";
|
|
405
|
-
z-index: 1001;
|
|
406
|
-
}
|
|
407
|
-
.form-designer .widget-form-container .widget-form-list .widget-form-group__item--delete {
|
|
408
|
-
position: absolute;
|
|
409
|
-
right: 0;
|
|
410
|
-
bottom: -24px;
|
|
411
|
-
z-index: 1002;
|
|
412
|
-
}
|
|
413
|
-
.form-designer .widget-form-container .widget-form-list .widget-form-group__item--clone {
|
|
414
|
-
position: absolute;
|
|
415
|
-
right: 34px;
|
|
416
|
-
bottom: -24px;
|
|
417
|
-
z-index: 1002;
|
|
418
|
-
}
|
|
419
|
-
.form-designer .widget-form-container .widget-form-list .widget-form-group.active {
|
|
420
|
-
border-left: 3px solid #409eff;
|
|
421
|
-
background: #ecf5ff;
|
|
422
|
-
}
|
|
423
|
-
.form-designer .widget-form-container .widget-form-list .widget-form-group:hover {
|
|
424
|
-
background: #ecf8ff;
|
|
425
|
-
cursor: move;
|
|
426
|
-
}
|
|
427
|
-
.form-designer .widget-form-container .widget-form-list .widget-form-group .widget-action-delete {
|
|
428
|
-
position: absolute;
|
|
429
|
-
right: 10px;
|
|
430
|
-
bottom: -12px;
|
|
431
|
-
z-index: 1001;
|
|
432
|
-
}
|
|
433
|
-
.form-designer .widget-form-container .widget-form-list .widget-form-group .widget-action-clear {
|
|
434
|
-
position: absolute;
|
|
435
|
-
right: 50px;
|
|
436
|
-
bottom: -12px;
|
|
437
|
-
z-index: 1001;
|
|
438
|
-
}
|
|
439
|
-
.form-designer .widget-form-container .widget-form-list .widget-form-group .widget-action-clone {
|
|
440
|
-
position: absolute;
|
|
441
|
-
right: 90px;
|
|
442
|
-
bottom: -12px;
|
|
443
|
-
z-index: 1001;
|
|
444
|
-
}
|
|
445
|
-
.form-designer .widget-form-container .widget-form-list .iconfont {
|
|
446
|
-
font-size: 13px;
|
|
447
|
-
}
|
|
448
|
-
.form-designer .widget-form-container .widget-form-list .el-button--small.is-circle {
|
|
449
|
-
padding: 7px;
|
|
450
|
-
}
|
|
451
|
-
.form-designer .widget-form-container .ghost {
|
|
452
|
-
background: white;
|
|
453
|
-
border-top: 5px solid #409eff;
|
|
454
|
-
box-sizing: border-box;
|
|
455
|
-
font-size: 0;
|
|
456
|
-
content: "";
|
|
457
|
-
overflow: hidden;
|
|
458
|
-
padding: 0 !important;
|
|
459
|
-
position: relative;
|
|
460
|
-
outline: none 0;
|
|
461
|
-
height: 0 !important;
|
|
462
|
-
width: 100%;
|
|
463
|
-
margin: 2px 0;
|
|
464
|
-
}
|
|
465
|
-
.form-designer .widget-config-container {
|
|
466
|
-
height: 100%;
|
|
467
|
-
padding-top: 5px;
|
|
468
|
-
}
|
|
469
|
-
.form-designer .widget-config-container .el-tabs {
|
|
470
|
-
height: 100%;
|
|
471
|
-
}
|
|
472
|
-
.form-designer .widget-config-container .el-tabs__header {
|
|
473
|
-
margin: 0;
|
|
474
|
-
height: 45px;
|
|
475
|
-
background: white;
|
|
476
|
-
z-index: 1000;
|
|
477
|
-
}
|
|
478
|
-
.form-designer .widget-config-container .el-tabs__content {
|
|
479
|
-
height: calc(100% - 45px);
|
|
480
|
-
overflow-y: scroll;
|
|
481
|
-
}
|
|
482
|
-
.form-designer .widget-config-container .widget-config .el-tabs__header {
|
|
483
|
-
position: relative;
|
|
484
|
-
display: block;
|
|
485
|
-
top: 0;
|
|
486
|
-
margin: 0;
|
|
487
|
-
}
|
|
488
|
-
.form-designer .widget-config-container .widget-config .el-tabs__content {
|
|
489
|
-
margin-top: 0;
|
|
490
|
-
}
|
|
491
|
-
.form-designer .widget-config-container .widget-config .ghost {
|
|
492
|
-
background: #fff;
|
|
493
|
-
border: 1px dashed #409eff;
|
|
494
|
-
}
|
|
495
|
-
.form-designer .widget-config-container .widget-config ul {
|
|
496
|
-
margin: 0;
|
|
497
|
-
padding: 0;
|
|
498
|
-
}
|
|
499
|
-
.form-designer .widget-config-container .widget-config ul li {
|
|
500
|
-
display: flex;
|
|
501
|
-
align-items: center;
|
|
502
|
-
width: 100%;
|
|
503
|
-
}
|
|
504
|
-
.form-designer .widget-config-container .widget-config ul li .ghost {
|
|
505
|
-
list-style: none;
|
|
506
|
-
font-size: 0;
|
|
507
|
-
height: 35px;
|
|
508
|
-
}
|
|
509
|
-
.form-designer .widget-config-container .avue-group__item {
|
|
510
|
-
padding: 0;
|
|
511
|
-
}
|
|
512
|
-
.form-designer .el-container {
|
|
513
|
-
height: 100%;
|
|
514
|
-
}
|
|
515
|
-
.form-designer .el-container .el-main {
|
|
516
|
-
height: calc(100% - 45px);
|
|
517
|
-
}
|
|
518
|
-
.form-designer .el-container .el-aside {
|
|
519
|
-
background: #fff;
|
|
520
|
-
}
|
|
521
|
-
.form-designer .danger {
|
|
522
|
-
color: #f56c6c;
|
|
523
|
-
}
|
|
524
|
-
.form-designer .warning {
|
|
525
|
-
color: #e6a23c;
|
|
526
|
-
}
|
|
527
|
-
.form-designer .el-input-number.is-controls-right .el-input-number__decrease {
|
|
528
|
-
border-left: none;
|
|
529
|
-
}
|
|
530
|
-
.form-designer .el-input-number.is-controls-right .el-input-number__increase {
|
|
531
|
-
border-left: none;
|
|
532
|
-
border-bottom: none;
|
|
533
|
-
}
|
|
534
|
-
.form-designer .el-date-editor,
|
|
535
|
-
.form-designer .el-cascader,
|
|
536
|
-
.form-designer .el-select,
|
|
537
|
-
.form-designer .el-input-number {
|
|
538
|
-
width: 100%;
|
|
539
|
-
}
|
|
540
|
-
.form-designer .editor-fullscreen {
|
|
541
|
-
position: fixed !important;
|
|
542
|
-
top: 0;
|
|
543
|
-
right: 0;
|
|
544
|
-
bottom: 0;
|
|
545
|
-
left: 0;
|
|
546
|
-
width: 100%;
|
|
547
|
-
height: 100% !important;
|
|
548
|
-
z-index: 1003;
|
|
549
|
-
padding: 20px;
|
|
550
|
-
box-sizing: border-box;
|
|
551
|
-
background: #fff;
|
|
552
|
-
}
|
|
553
|
-
.form-designer .editor-fullscreen i {
|
|
554
|
-
top: 20px !important;
|
|
555
|
-
left: 25px !important;
|
|
556
|
-
}
|
|
557
|
-
.afd-drawer-foot {
|
|
558
|
-
position: absolute;
|
|
559
|
-
bottom: 0;
|
|
560
|
-
left: 0;
|
|
561
|
-
right: 0;
|
|
562
|
-
padding: 20px;
|
|
563
|
-
display: flex;
|
|
564
|
-
}
|
|
565
|
-
.afd-drawer-foot button {
|
|
566
|
-
width: 50%;
|
|
567
|
-
}
|
|
568
|
-
.afd-drawer-foot > span {
|
|
569
|
-
display: inline-block;
|
|
570
|
-
width: 50%;
|
|
571
|
-
}
|
|
572
|
-
.afd-drawer-foot > span button {
|
|
573
|
-
width: 100%;
|
|
574
|
-
}
|
|
575
|
-
.afd-preview-form {
|
|
576
|
-
overflow-y: auto;
|
|
577
|
-
height: 83vh;
|
|
578
|
-
}
|
|
1
|
+
.dic[data-v-2c9c8280]{display:flex;margin-bottom:5px}.el-tag[data-v-64e64f97]{vertical-align:top}.el-tag+.el-tag[data-v-64e64f97]{margin-left:5px}.input-new-tag[data-v-64e64f97]{width:90px;margin-left:5px;vertical-align:bottom}.color-picker[data-v-64e64f97]{left:10px;vertical-align:top}.custom-tree-node[data-v-42ed5e40]{flex:1;display:flex;align-items:center;justify-content:space-between;font-size:14px;padding-right:8px}.form-designer{height:100%;background:#fff;outline:1px solid #e4e7ed}.form-designer ::-webkit-scrollbar{width:0!important;height:0!important}.form-designer ::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0)!important;border-radius:10px!important;background-color:#0000!important}.form-designer ::-webkit-scrollbar-thumb{border-radius:10px!important;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0)!important;background-color:#fff!important}.form-designer .fields-list{padding:10px 0;width:100%;height:100%}.form-designer .fields-list .field-title{padding:8px 12px;font-size:13px}.form-designer .fields-list ul{position:relative;overflow:hidden;padding:0 10px 10px;margin:0}.form-designer .fields-list .field-label{font-size:12px;display:block;width:47%;line-height:26px;position:relative;float:left;left:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:1%;color:#333;border:1px solid #f4f6fc}.form-designer .fields-list .field-label:hover{color:#409eff;border:1px dashed #409eff}.form-designer .fields-list .field-label>a{display:block;cursor:move;background:#f4f6fc;border:1px solid #f4f6fc;color:#333}.form-designer .fields-list .field-label>a .icon{margin-right:6px;margin-left:8px;font-size:14px;display:inline-block;vertical-align:middle}.form-designer .fields-list .field-label>a span{display:inline-block;vertical-align:middle}.form-designer .fields-list .field-label-disabled{font-size:12px;display:block;width:48%;line-height:26px;position:relative;float:left;left:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:1%;color:#333;border:1px solid #f4f6fc}.form-designer .fields-list .field-label-disabled:hover{color:gray;border:1px dashed gray}.form-designer .fields-list .field-label-disabled>a{display:block;cursor:not-allowed;background:#f4f6fc;border:1px solid #f4f6fc}.form-designer .fields-list .field-label-disabled>a .icon{margin-right:6px;margin-left:8px;font-size:14px;display:inline-block;vertical-align:middle}.form-designer .fields-list .field-label-disabled>a span{display:inline-block;vertical-align:middle}.form-designer .widget-container{flex:1;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0}.form-designer .widget-container .widget-container-header{height:45px!important;display:flex;justify-content:space-between;align-items:center;border-bottom:solid 2px #e4e7ed}.form-designer .widget-container .el-main{padding:0;position:relative}.form-designer .widget-form-container{height:100%;position:relative;inset:0}.form-designer .widget-form-container .el-form,.form-designer .widget-form-container .el-form .el-row{height:100%}.form-designer .widget-form-container .widget-form-list{height:100%;min-height:calc(100% - 45px);padding-bottom:50px;overflow:hidden;overflow-y:scroll}.form-designer .widget-form-container .widget-form-list .widget-form-item{min-height:30px;padding:5px 10px 18px;margin:0;position:relative;border-left:5px solid transparent}.form-designer .widget-form-container .widget-form-list .widget-form-item.required .el-form-item__label:before{content:"*";color:#f56c6c;margin-right:4px}.form-designer .widget-form-container .widget-form-list .widget-form-item:after{position:absolute;inset:0;display:block;z-index:1001}.form-designer .widget-form-container .widget-form-list .widget-form-item:hover{background:#ecf8ff;cursor:move}.form-designer .widget-form-container .widget-form-list .widget-form-item.active{border-left:3px solid #409eff;background:#ecf5ff}.form-designer .widget-form-container .widget-form-list .widget-form-item .widget-action-delete{position:absolute;right:10px;bottom:-32px;z-index:1002}.form-designer .widget-form-container .widget-form-list .widget-form-item .widget-action-clone{position:absolute;right:50px;bottom:-32px;z-index:1002}.form-designer .widget-form-container .widget-form-list .widget-form-table{position:relative;padding:2px;float:left;width:100%}.form-designer .widget-form-container .widget-form-list .widget-form-table__content{display:flex;padding:10px 5px;width:100%;height:100%;overflow-y:hidden;outline:1px dashed #ccc;outline-offset:-1px;min-height:103px}.form-designer .widget-form-container .widget-form-list .widget-form-table__content::-webkit-scrollbar{width:6px!important;height:6px!important}.form-designer .widget-form-container .widget-form-list .widget-form-table__content::-webkit-scrollbar-thumb{background-color:#e5e7eb!important}.form-designer .widget-form-container .widget-form-list .widget-form-table__content .ghost{background:white;border-left:5px solid #409eff;box-sizing:border-box;font-size:0;content:"";overflow:hidden;padding:0!important;position:relative;outline:none 0;height:100%;min-height:90px;width:0!important;min-width:0!important;margin:1px 2px 0}.form-designer .widget-form-container .widget-form-list .widget-form-table__item{position:relative;min-width:33.3%;width:33.3%;padding:1px;height:100%}.form-designer .widget-form-container .widget-form-list .widget-form-table__item.required .el-table__header .cell:before{content:"*";color:#f56c6c;margin-right:4px}.form-designer .widget-form-container .widget-form-list .widget-form-table__item.active{outline:1px solid #409eff;outline-offset:-1px}.form-designer .widget-form-container .widget-form-list .widget-form-table__item:hover{outline:1px solid #409eff;outline-offset:-1px;cursor:move}.form-designer .widget-form-container .widget-form-list .widget-form-table__item:after{position:absolute;inset:0;display:block;content:"";z-index:1001}.form-designer .widget-form-container .widget-form-list .widget-form-table__item .widget-table-action-delete{position:absolute;right:0;bottom:0;z-index:1002}.form-designer .widget-form-container .widget-form-list .widget-form-table__item .widget-table-action-clone{position:absolute;right:30px;bottom:0;z-index:1002}.form-designer .widget-form-container .widget-form-list .widget-form-table__item .widget-table-action-clone i{font-size:10px}.form-designer .widget-form-container .widget-form-list .widget-form-table__item .el-button--small.is-circle{padding:5px}.form-designer .widget-form-container .widget-form-list .widget-form-table.active{border-left:3px solid #409eff;background:#ecf5ff}.form-designer .widget-form-container .widget-form-list .widget-form-table:hover{background:#ecf8ff;cursor:move}.form-designer .widget-form-container .widget-form-list .widget-form-table .widget-action-delete{position:absolute;right:10px;bottom:-12px;z-index:1001}.form-designer .widget-form-container .widget-form-list .widget-form-table .widget-action-clear{position:absolute;right:50px;bottom:-12px;z-index:1001}.form-designer .widget-form-container .widget-form-list .widget-form-table .widget-action-clone{position:absolute;right:90px;bottom:-12px;z-index:1001}.form-designer .widget-form-container .widget-form-list .widget-form-group{position:relative;width:100%;float:left;padding:2px}.form-designer .widget-form-container .widget-form-list .widget-form-group__head{margin:10px}.form-designer .widget-form-container .widget-form-list .widget-form-group__body{min-height:150px;height:100%;outline:1px dashed #ccc;outline-offset:-1px;overflow:hidden;padding-bottom:15px}.form-designer .widget-form-container .widget-form-list .widget-form-group__body .ghost{background:white;border-left:5px solid #409eff;box-sizing:border-box;font-size:0;content:"";overflow:hidden;padding:0!important;position:relative;outline:none 0;height:100%;min-height:57px;width:0!important;min-width:0!important;margin:1px 2px 0}.form-designer .widget-form-container .widget-form-list .widget-form-group__item{padding:10px;margin:3px;position:relative;border-left:5px solid transparent;background:white}.form-designer .widget-form-container .widget-form-list .widget-form-group__item.required .el-form-item__label:before{content:"*";color:#f56c6c;margin-right:4px}.form-designer .widget-form-container .widget-form-list .widget-form-group__item.active{outline:1px solid #409eff;outline-offset:-1px}.form-designer .widget-form-container .widget-form-list .widget-form-group__item:hover{outline:1px solid #409eff;outline-offset:-1px;cursor:move}.form-designer .widget-form-container .widget-form-list .widget-form-group__item:after{position:absolute;inset:0;display:block;content:"";z-index:1001}.form-designer .widget-form-container .widget-form-list .widget-form-group__item--delete{position:absolute;right:0;bottom:-24px;z-index:1002}.form-designer .widget-form-container .widget-form-list .widget-form-group__item--clone{position:absolute;right:34px;bottom:-24px;z-index:1002}.form-designer .widget-form-container .widget-form-list .widget-form-group.active{border-left:3px solid #409eff;background:#ecf5ff}.form-designer .widget-form-container .widget-form-list .widget-form-group:hover{background:#ecf8ff;cursor:move}.form-designer .widget-form-container .widget-form-list .widget-form-group .widget-action-delete{position:absolute;right:10px;bottom:-12px;z-index:1001}.form-designer .widget-form-container .widget-form-list .widget-form-group .widget-action-clear{position:absolute;right:50px;bottom:-12px;z-index:1001}.form-designer .widget-form-container .widget-form-list .widget-form-group .widget-action-clone{position:absolute;right:90px;bottom:-12px;z-index:1001}.form-designer .widget-form-container .widget-form-list .iconfont{font-size:13px}.form-designer .widget-form-container .widget-form-list .el-button--small.is-circle{padding:7px}.form-designer .widget-form-container .ghost{background:white;border-top:5px solid #409eff;box-sizing:border-box;font-size:0;content:"";overflow:hidden;padding:0!important;position:relative;outline:none 0;height:0!important;width:100%;margin:2px 0}.form-designer .widget-config-container{height:100%;padding-top:5px}.form-designer .widget-config-container .el-tabs{height:100%}.form-designer .widget-config-container .el-tabs__header{margin:0;height:45px;background:white;z-index:1000}.form-designer .widget-config-container .el-tabs__content{height:calc(100% - 45px);overflow-y:scroll}.form-designer .widget-config-container .widget-config .el-tabs__header{position:relative;display:block;top:0;margin:0}.form-designer .widget-config-container .widget-config .el-tabs__content{margin-top:0}.form-designer .widget-config-container .widget-config .ghost{background:#fff;border:1px dashed #409eff}.form-designer .widget-config-container .widget-config ul{margin:0;padding:0}.form-designer .widget-config-container .widget-config ul li{display:flex;align-items:center;width:100%}.form-designer .widget-config-container .widget-config ul li .ghost{list-style:none;font-size:0;height:35px}.form-designer .widget-config-container .avue-group__item{padding:0}.form-designer .el-container{height:100%}.form-designer .el-container .el-main{height:calc(100% - 45px)}.form-designer .el-container .el-aside{background:#fff}.form-designer .danger{color:#f56c6c}.form-designer .warning{color:#e6a23c}.form-designer .el-input-number.is-controls-right .el-input-number__decrease{border-left:none}.form-designer .el-input-number.is-controls-right .el-input-number__increase{border-left:none;border-bottom:none}.form-designer .el-date-editor,.form-designer .el-cascader,.form-designer .el-select,.form-designer .el-input-number{width:100%}.form-designer .editor-fullscreen{position:fixed!important;inset:0;width:100%;height:100%!important;z-index:1003;padding:20px;box-sizing:border-box;background:#fff}.form-designer .editor-fullscreen i{top:20px!important;left:25px!important}.afd-drawer-foot{position:absolute;bottom:0;left:0;right:0;padding:20px;display:flex}.afd-drawer-foot button{width:50%}.afd-drawer-foot>span{display:inline-block;width:50%}.afd-drawer-foot>span button{width:100%}.afd-preview-form{overflow-y:auto;height:83vh}
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import { n as r } from "../../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
2
|
+
var a = function() {
|
|
3
|
+
var e = this, n = e.$createElement, t = e._self._c || n;
|
|
4
|
+
return e.formSafe.parentOption.menuBtn !== !1 ? t("ElCol", {
|
|
5
|
+
class: ["menu", e.formSafe.menuPosition, "no-print"],
|
|
6
|
+
style: e.styleName,
|
|
7
|
+
attrs: {
|
|
8
|
+
span: e.menuSpan,
|
|
9
|
+
md: e.menuSpan
|
|
10
|
+
}
|
|
11
|
+
}, [t("ElFormItem", {
|
|
12
|
+
staticStyle: {
|
|
13
|
+
"text-align": "center"
|
|
14
|
+
},
|
|
15
|
+
attrs: {
|
|
16
|
+
"label-width": "0px"
|
|
17
|
+
}
|
|
18
|
+
}, [e.formSafe.isMock ? t("ElButton", {
|
|
19
|
+
attrs: {
|
|
20
|
+
type: "primary",
|
|
21
|
+
size: e.formSafe.controlSize,
|
|
22
|
+
icon: "el-icon-edit-outline",
|
|
23
|
+
disabled: e.formSafe.allDisabled
|
|
24
|
+
},
|
|
25
|
+
on: {
|
|
26
|
+
click: e.formSafe.handleMock
|
|
27
|
+
}
|
|
28
|
+
}, [e._v(" " + e._s(e.formSafe.parentOption.mockText || "模拟") + " ")]) : e._e(), e.formSafe.isPrint ? t("ElButton", {
|
|
29
|
+
attrs: {
|
|
30
|
+
type: "primary",
|
|
31
|
+
size: e.formSafe.controlSize,
|
|
32
|
+
icon: "el-icon-printer",
|
|
33
|
+
disabled: e.formSafe.allDisabled
|
|
34
|
+
},
|
|
35
|
+
on: {
|
|
36
|
+
click: e.formSafe.handlePrint
|
|
37
|
+
}
|
|
38
|
+
}, [e._v(" " + e._s(e.formSafe.parentOption.printText || "打印") + " ")]) : e._e(), e.formSafe.parentOption.submitBtn !== !1 ? t("ElButton", {
|
|
39
|
+
attrs: {
|
|
40
|
+
type: "primary",
|
|
41
|
+
size: e.formSafe.controlSize,
|
|
42
|
+
icon: e.formSafe.parentOption.submitIcon || "el-icon-check",
|
|
43
|
+
loading: e.formSafe.allDisabled
|
|
44
|
+
},
|
|
45
|
+
on: {
|
|
46
|
+
click: e.formSafe.submit
|
|
47
|
+
}
|
|
48
|
+
}, [e._v(" " + e._s(e.formSafe.parentOption.submitText || "提交") + " ")]) : e._e(), e.formSafe.parentOption.emptyBtn !== !1 ? t("ElButton", {
|
|
49
|
+
attrs: {
|
|
50
|
+
icon: e.formSafe.parentOption.emptyIcon || "el-icon-delete",
|
|
51
|
+
size: e.formSafe.controlSize,
|
|
52
|
+
disabled: e.formSafe.allDisabled
|
|
53
|
+
},
|
|
54
|
+
on: {
|
|
55
|
+
click: e.formSafe.resetForm
|
|
56
|
+
}
|
|
57
|
+
}, [e._v(" " + e._s(e.formSafe.parentOption.emptyText || "清空") + " ")]) : e._e(), e._t("menuForm", null, {
|
|
58
|
+
disabled: e.formSafe.allDisabled,
|
|
59
|
+
size: e.formSafe.controlSize
|
|
60
|
+
})], 2)], 1) : e._e();
|
|
61
|
+
}, i = [];
|
|
62
|
+
const l = {
|
|
63
|
+
name: "FyFormMenu",
|
|
64
|
+
inject: ["formSafe"],
|
|
65
|
+
computed: {
|
|
66
|
+
menuSpan() {
|
|
67
|
+
return this.formSafe.parentOption.menuSpan || 24;
|
|
68
|
+
},
|
|
69
|
+
styleName() {
|
|
70
|
+
return this.menuSpan !== 24 ? {
|
|
71
|
+
padding: 0
|
|
72
|
+
} : {};
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
}, o = {};
|
|
76
|
+
var f = /* @__PURE__ */ r(
|
|
77
|
+
l,
|
|
78
|
+
a,
|
|
79
|
+
i,
|
|
80
|
+
!1,
|
|
81
|
+
m,
|
|
82
|
+
null,
|
|
83
|
+
null,
|
|
84
|
+
null
|
|
85
|
+
);
|
|
86
|
+
function m(e) {
|
|
87
|
+
for (let n in o)
|
|
88
|
+
this[n] = o[n];
|
|
89
|
+
}
|
|
90
|
+
const c = /* @__PURE__ */ function() {
|
|
91
|
+
return f.exports;
|
|
92
|
+
}();
|
|
93
|
+
export {
|
|
94
|
+
c as default
|
|
95
|
+
};
|