ele-admin-plus 1.3.1-beta.1 → 1.4.0-beta.1
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/README.md +0 -34
- package/es/components.d.ts +2 -0
- package/es/components.js +12 -8
- package/es/core-components.d.ts +12 -0
- package/es/core-components.js +124 -100
- package/es/ele-admin-layout/components/layout-skeleton.d.ts +17 -4
- package/es/ele-admin-layout/components/layout-skeleton.js +32 -39
- package/es/ele-admin-layout/components/layout-tabs.d.ts +29 -15
- package/es/ele-admin-layout/components/layout-tabs.js +59 -83
- package/es/ele-admin-layout/components/layout-tool.d.ts +10 -1
- package/es/ele-admin-layout/components/layout-tool.js +13 -18
- package/es/ele-admin-layout/index.d.ts +146 -119
- package/es/ele-admin-layout/index.js +386 -448
- package/es/ele-admin-layout/props.d.ts +46 -18
- package/es/ele-admin-layout/props.js +36 -8
- package/es/ele-admin-layout/style/header.scss +16 -1
- package/es/ele-admin-layout/style/index.scss +6 -0
- package/es/ele-admin-layout/style/sidebar.scss +2 -2
- package/es/ele-alert/index.d.ts +20 -9
- package/es/ele-alert/index.js +88 -103
- package/es/ele-app/components/form-item-rest.d.ts +1 -1
- package/es/ele-app/components/message-body.d.ts +16 -9
- package/es/ele-app/components/message-body.js +51 -70
- package/es/ele-app/components/message-box-icon.d.ts +6 -6
- package/es/ele-app/components/message-box-icon.js +17 -35
- package/es/ele-app/el.d.ts +86 -0
- package/es/ele-app/index.d.ts +1 -1
- package/es/ele-app/plus.d.ts +72 -1
- package/es/ele-app/style/overwrite/autocomplete/index.scss +0 -5
- package/es/ele-app/style/overwrite/cascader/index.scss +3 -9
- package/es/ele-app/style/overwrite/date-picker/index.scss +20 -12
- package/es/ele-app/style/overwrite/descriptions/index.scss +4 -0
- package/es/ele-app/style/overwrite/message-box/index.scss +1 -0
- package/es/ele-app/style/overwrite/notification/index.scss +1 -0
- package/es/ele-app/style/overwrite/select/index.scss +0 -7
- package/es/ele-app/types.d.ts +42 -1
- package/es/ele-autocomplete/index.d.ts +271 -0
- package/es/ele-autocomplete/index.js +67 -0
- package/es/ele-autocomplete/props.d.ts +124 -0
- package/es/ele-autocomplete/props.js +11 -0
- package/es/ele-autocomplete/style/index.d.ts +1 -0
- package/es/ele-autocomplete/style/index.js +1 -0
- package/es/ele-autocomplete/types.d.ts +18 -0
- package/es/ele-avatar-group/index.d.ts +26 -21
- package/es/ele-avatar-group/index.js +109 -131
- package/es/ele-backtop/index.d.ts +15 -9
- package/es/ele-backtop/index.js +36 -45
- package/es/ele-bar-code/index.d.ts +7 -9
- package/es/ele-bar-code/index.js +26 -26
- package/es/ele-basic-select/index.d.ts +35 -28
- package/es/ele-basic-select/index.js +189 -199
- package/es/ele-bottom-bar/index.d.ts +14 -7
- package/es/ele-bottom-bar/index.js +29 -37
- package/es/ele-breadcrumb/index.d.ts +17 -10
- package/es/ele-breadcrumb/index.js +63 -74
- package/es/ele-breadcrumb/props.d.ts +1 -1
- package/es/ele-breadcrumb/style/index.scss +1 -1
- package/es/ele-card/index.d.ts +25 -16
- package/es/ele-card/index.js +83 -102
- package/es/ele-card/props.d.ts +4 -0
- package/es/ele-card/props.js +4 -0
- package/es/ele-cascader/index.d.ts +366 -0
- package/es/ele-cascader/index.js +92 -0
- package/es/ele-cascader/props.d.ts +166 -0
- package/es/ele-cascader/props.js +13 -0
- package/es/ele-cascader/style/index.d.ts +1 -0
- package/es/ele-cascader/style/index.js +1 -0
- package/es/ele-cascader/types.d.ts +9 -0
- package/es/ele-check-card/components/card-item.d.ts +17 -4
- package/es/ele-check-card/components/card-item.js +28 -33
- package/es/ele-check-card/index.d.ts +26 -14
- package/es/ele-check-card/index.js +71 -74
- package/es/ele-check-card/props.d.ts +2 -2
- package/es/ele-check-card/props.js +1 -1
- package/es/ele-check-card/types.d.ts +5 -0
- package/es/ele-checkbox-group/index.d.ts +104 -0
- package/es/ele-checkbox-group/index.js +66 -0
- package/es/ele-checkbox-group/props.d.ts +50 -0
- package/es/ele-checkbox-group/props.js +13 -0
- package/es/ele-checkbox-group/style/index.d.ts +1 -0
- package/es/ele-checkbox-group/style/index.js +3 -0
- package/es/ele-checkbox-group/types.d.ts +25 -0
- package/es/ele-config-provider/components/receiver-view.d.ts +15 -7
- package/es/ele-config-provider/components/receiver-view.js +109 -103
- package/es/ele-config-provider/index.d.ts +6 -6
- package/es/ele-config-provider/props.d.ts +2 -2
- package/es/ele-config-provider/types.d.ts +54 -54
- package/es/ele-copyable/index.d.ts +15 -15
- package/es/ele-copyable/index.js +64 -81
- package/es/ele-count-up/index.d.ts +7 -8
- package/es/ele-count-up/index.js +17 -21
- package/es/ele-cropper/components/cropper-preview.d.ts +4 -5
- package/es/ele-cropper/components/cropper-preview.js +50 -54
- package/es/ele-cropper/components/cropper-tools.d.ts +21 -31
- package/es/ele-cropper/components/cropper-tools.js +88 -108
- package/es/ele-cropper/index.d.ts +6 -27
- package/es/ele-cropper/index.js +57 -81
- package/es/ele-cropper/style/index.scss +5 -1
- package/es/ele-cropper-modal/index.d.ts +26 -12
- package/es/ele-cropper-modal/index.js +69 -78
- package/es/ele-crud/components/edit-modal.d.ts +89 -0
- package/es/ele-crud/components/edit-modal.js +219 -0
- package/es/ele-crud/components/page-side.d.ts +40 -0
- package/es/ele-crud/components/page-side.js +154 -0
- package/es/ele-crud/components/table-action.d.ts +44 -0
- package/es/ele-crud/components/table-action.js +65 -0
- package/es/ele-crud/components/table-extra.d.ts +111 -0
- package/es/ele-crud/components/table-extra.js +208 -0
- package/es/ele-crud/components/table-toolbar.d.ts +39 -0
- package/es/ele-crud/components/table-toolbar.js +64 -0
- package/es/ele-crud/index.d.ts +77 -0
- package/es/ele-crud/index.js +578 -0
- package/es/ele-crud/props.d.ts +64 -0
- package/es/ele-crud/props.js +59 -0
- package/es/ele-crud/style/index.d.ts +1 -0
- package/es/ele-crud/style/index.js +17 -0
- package/es/ele-crud/style/index.scss +50 -0
- package/es/ele-crud/types.d.ts +248 -0
- package/es/ele-crud/util.d.ts +47 -0
- package/es/ele-crud/util.js +117 -0
- package/es/ele-crud-builder/components/body-header.d.ts +79 -0
- package/es/ele-crud-builder/components/body-header.js +201 -0
- package/es/ele-crud-builder/components/code-generator.d.ts +12 -0
- package/es/ele-crud-builder/components/code-generator.js +18 -0
- package/es/ele-crud-builder/components/code-preview.d.ts +32 -0
- package/es/ele-crud-builder/components/code-preview.js +123 -0
- package/es/ele-crud-builder/components/code-template.d.ts +4 -0
- package/es/ele-crud-builder/components/code-template.js +15 -0
- package/es/ele-crud-builder/components/field-list.d.ts +41 -0
- package/es/ele-crud-builder/components/field-list.js +162 -0
- package/es/ele-crud-builder/components/field-tree.d.ts +50 -0
- package/es/ele-crud-builder/components/field-tree.js +264 -0
- package/es/ele-crud-builder/components/form-design-modal.d.ts +65 -0
- package/es/ele-crud-builder/components/form-design-modal.js +145 -0
- package/es/ele-crud-builder/components/import-modal.d.ts +38 -0
- package/es/ele-crud-builder/components/import-modal.js +137 -0
- package/es/ele-crud-builder/components/page-config.d.ts +59 -0
- package/es/ele-crud-builder/components/page-config.js +233 -0
- package/es/ele-crud-builder/components/template-list.d.ts +24 -0
- package/es/ele-crud-builder/components/template-list.js +50 -0
- package/es/ele-crud-builder/index.d.ts +55 -0
- package/es/ele-crud-builder/index.js +402 -0
- package/es/ele-crud-builder/props.d.ts +51 -0
- package/es/ele-crud-builder/props.js +46 -0
- package/es/ele-crud-builder/style/index.d.ts +1 -0
- package/es/ele-crud-builder/style/index.js +12 -0
- package/es/ele-crud-builder/style/index.scss +765 -0
- package/es/ele-crud-builder/types.d.ts +60 -0
- package/es/ele-crud-builder/util.d.ts +30 -0
- package/es/ele-crud-builder/util.js +1215 -0
- package/es/ele-dashboard/index.d.ts +12 -5
- package/es/ele-dashboard/index.js +28 -36
- package/es/ele-dashboard/style/index.scss +4 -2
- package/es/ele-data-table/index.d.ts +94 -71
- package/es/ele-data-table/index.js +21 -11
- package/es/ele-data-table/props.d.ts +100 -56
- package/es/ele-data-table/props.js +7 -2
- package/es/ele-data-table/style/index.scss +19 -12
- package/es/ele-data-table/types.d.ts +5 -1
- package/es/ele-data-table/util.d.ts +26 -20
- package/es/ele-data-table/util.js +31 -110
- package/es/ele-dot/index.d.ts +4 -4
- package/es/ele-dot/index.js +32 -37
- package/es/ele-drawer/index.d.ts +289 -71
- package/es/ele-drawer/index.js +107 -126
- package/es/ele-drawer/props.d.ts +128 -20
- package/es/ele-drawer/style/index.scss +4 -0
- package/es/ele-dropdown/components/dropdown-menu-item.d.ts +17 -13
- package/es/ele-dropdown/components/dropdown-menu-item.js +67 -81
- package/es/ele-dropdown/components/dropdown-menus.d.ts +15 -9
- package/es/ele-dropdown/components/dropdown-menus.js +65 -77
- package/es/ele-dropdown/components/pro-dropdown.d.ts +370 -103
- package/es/ele-dropdown/components/pro-dropdown.js +95 -118
- package/es/ele-dropdown/index.d.ts +370 -96
- package/es/ele-dropdown/index.js +144 -170
- package/es/ele-dropdown/props.d.ts +287 -51
- package/es/ele-dropdown/props.js +1 -1
- package/es/ele-dropdown/style/index.scss +0 -6
- package/es/ele-edit-tag/index.d.ts +20 -23
- package/es/ele-edit-tag/index.js +130 -159
- package/es/ele-ellipsis/index.d.ts +18 -15
- package/es/ele-ellipsis/index.js +25 -39
- package/es/ele-file-list/components/file-grid-item.d.ts +23 -16
- package/es/ele-file-list/components/file-grid-item.js +57 -72
- package/es/ele-file-list/components/file-grid.d.ts +17 -16
- package/es/ele-file-list/components/file-grid.js +59 -74
- package/es/ele-file-list/components/file-sort.d.ts +3 -3
- package/es/ele-file-list/components/file-sort.js +16 -21
- package/es/ele-file-list/components/file-table-item.d.ts +29 -16
- package/es/ele-file-list/components/file-table-item.js +89 -102
- package/es/ele-file-list/components/file-table.d.ts +23 -18
- package/es/ele-file-list/components/file-table.js +106 -123
- package/es/ele-file-list/index.d.ts +22 -49
- package/es/ele-file-list/index.js +107 -136
- package/es/ele-file-list/style/index.scss +1 -1
- package/es/ele-file-list-tool/index.d.ts +13 -6
- package/es/ele-file-list-tool/index.js +17 -23
- package/es/ele-icon/index.d.ts +41 -6
- package/es/ele-icon/index.js +29 -43
- package/es/ele-icon/props.d.ts +15 -0
- package/es/ele-icon/props.js +5 -1
- package/es/ele-icon/types.d.ts +4 -0
- package/es/ele-icon-select/components/icon-grid.d.ts +19 -13
- package/es/ele-icon-select/components/icon-grid.js +57 -69
- package/es/ele-icon-select/index.d.ts +32 -37
- package/es/ele-icon-select/index.js +142 -169
- package/es/ele-image-viewer/index.d.ts +157 -59
- package/es/ele-image-viewer/index.js +54 -56
- package/es/ele-image-viewer/props.d.ts +65 -8
- package/es/ele-loading/index.d.ts +14 -6
- package/es/ele-loading/index.js +49 -61
- package/es/ele-map-picker/components/map-view.d.ts +11 -71
- package/es/ele-map-picker/components/map-view.js +181 -225
- package/es/ele-map-picker/index.d.ts +23 -24
- package/es/ele-map-picker/index.js +47 -61
- package/es/ele-map-picker/style/index.scss +1 -1
- package/es/ele-mention/index.d.ts +469 -0
- package/es/ele-mention/index.js +46 -0
- package/es/ele-mention/props.d.ts +217 -0
- package/es/ele-mention/props.js +11 -0
- package/es/ele-mention/style/index.d.ts +1 -0
- package/es/ele-mention/style/index.js +1 -0
- package/es/ele-mention/types.d.ts +16 -0
- package/es/ele-menus/components/item-title.d.ts +26 -16
- package/es/ele-menus/components/item-title.js +60 -75
- package/es/ele-menus/components/menu-items.d.ts +23 -24
- package/es/ele-menus/components/menu-items.js +193 -216
- package/es/ele-menus/index.d.ts +208 -67
- package/es/ele-menus/index.js +161 -183
- package/es/ele-menus/props.d.ts +88 -10
- package/es/ele-menus/util.js +1 -1
- package/es/ele-modal/index.d.ts +236 -68
- package/es/ele-modal/index.js +169 -194
- package/es/ele-modal/props.d.ts +98 -16
- package/es/ele-modal/props.js +2 -0
- package/es/ele-modal/util.js +1 -1
- package/es/ele-page/index.d.ts +13 -4
- package/es/ele-page/index.js +21 -26
- package/es/ele-pagination/index.d.ts +174 -41
- package/es/ele-pagination/index.js +54 -62
- package/es/ele-pagination/props.d.ts +74 -10
- package/es/ele-popconfirm/index.d.ts +320 -84
- package/es/ele-popconfirm/index.js +113 -136
- package/es/ele-popconfirm/props.d.ts +139 -27
- package/es/ele-popover/index.d.ts +320 -76
- package/es/ele-popover/index.js +55 -67
- package/es/ele-popover/props.d.ts +147 -28
- package/es/ele-popover/props.js +1 -1
- package/es/ele-printer/index.d.ts +20 -12
- package/es/ele-printer/index.js +68 -73
- package/es/ele-pro-form/components/builder-tool-wrapper.d.ts +43 -0
- package/es/ele-pro-form/components/builder-tool-wrapper.js +49 -0
- package/es/ele-pro-form/components/builder-wrapper.d.ts +5 -13
- package/es/ele-pro-form/components/builder-wrapper.js +16 -29
- package/es/ele-pro-form/components/draggable-row.d.ts +84 -0
- package/es/ele-pro-form/components/draggable-row.js +143 -0
- package/es/ele-pro-form/components/item-type-data.d.ts +3 -0
- package/es/ele-pro-form/components/item-type-data.js +462 -85
- package/es/ele-pro-form/components/pro-form-footer.d.ts +23 -13
- package/es/ele-pro-form/components/pro-form-footer.js +84 -98
- package/es/ele-pro-form/components/render-core.d.ts +62 -0
- package/es/ele-pro-form/components/render-core.js +175 -0
- package/es/ele-pro-form/components/render-util.d.ts +137 -0
- package/es/ele-pro-form/components/render-util.js +526 -0
- package/es/ele-pro-form/index.d.ts +157 -313
- package/es/ele-pro-form/index.js +191 -176
- package/es/ele-pro-form/props.d.ts +134 -33
- package/es/ele-pro-form/props.js +66 -24
- package/es/ele-pro-form/style/index.js +17 -20
- package/es/ele-pro-form/style/index.scss +179 -15
- package/es/ele-pro-form/types.d.ts +42 -56
- package/es/ele-pro-form/util.d.ts +12 -110
- package/es/ele-pro-form/util.js +43 -287
- package/es/ele-pro-form-builder/components/body-form.d.ts +22 -13
- package/es/ele-pro-form-builder/components/body-form.js +18 -13
- package/es/ele-pro-form-builder/components/body-header.d.ts +40 -10
- package/es/ele-pro-form-builder/components/body-header.js +141 -32
- package/es/ele-pro-form-builder/components/build-core.d.ts +64 -0
- package/es/ele-pro-form-builder/components/build-core.js +212 -0
- package/es/ele-pro-form-builder/components/build-util.d.ts +6 -6
- package/es/ele-pro-form-builder/components/build-util.js +16 -8
- package/es/ele-pro-form-builder/components/builder-tools.d.ts +5 -5
- package/es/ele-pro-form-builder/components/builder-tools.js +4 -3
- package/es/ele-pro-form-builder/components/children-edit.d.ts +16 -15
- package/es/ele-pro-form-builder/components/children-edit.js +66 -53
- package/es/ele-pro-form-builder/components/code-editer.d.ts +21 -0
- package/es/ele-pro-form-builder/components/code-editer.js +28 -0
- package/es/ele-pro-form-builder/components/code-generator.d.ts +121 -0
- package/es/ele-pro-form-builder/components/code-generator.js +487 -0
- package/es/ele-pro-form-builder/components/code-js-var.d.ts +4 -17
- package/es/ele-pro-form-builder/components/code-js-var.js +18 -84
- package/es/ele-pro-form-builder/components/code-preview.d.ts +37 -0
- package/es/ele-pro-form-builder/components/code-preview.js +123 -0
- package/es/ele-pro-form-builder/components/code-template.d.ts +4 -115
- package/es/ele-pro-form-builder/components/code-template.js +42 -522
- package/es/ele-pro-form-builder/components/code-util.d.ts +13 -13
- package/es/ele-pro-form-builder/components/code-util.js +9 -9
- package/es/ele-pro-form-builder/components/code-viewer.d.ts +17 -0
- package/es/ele-pro-form-builder/components/code-viewer.js +34 -0
- package/es/ele-pro-form-builder/components/component-data.d.ts +2 -0
- package/es/ele-pro-form-builder/components/component-data.js +4406 -1184
- package/es/ele-pro-form-builder/components/component-list.d.ts +22 -8
- package/es/ele-pro-form-builder/components/component-list.js +50 -20
- package/es/ele-pro-form-builder/components/component-name.d.ts +3 -3
- package/es/ele-pro-form-builder/components/component-name.js +3 -2
- package/es/ele-pro-form-builder/components/component-picker.d.ts +50 -0
- package/es/ele-pro-form-builder/components/component-picker.js +63 -0
- package/es/ele-pro-form-builder/components/config-form.d.ts +20 -8
- package/es/ele-pro-form-builder/components/config-form.js +44 -16
- package/es/ele-pro-form-builder/components/covers/cover-alert.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-alert.js +2 -2
- package/es/ele-pro-form-builder/components/covers/cover-autocomplete.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-autocomplete.js +2 -2
- package/es/ele-pro-form-builder/components/covers/cover-button.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-button.js +2 -2
- package/es/ele-pro-form-builder/components/covers/cover-card.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-card.js +2 -2
- package/es/ele-pro-form-builder/components/covers/cover-carousel.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-carousel.js +2 -2
- package/es/ele-pro-form-builder/components/covers/cover-cascader.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-cascader.js +2 -2
- package/es/ele-pro-form-builder/components/covers/cover-check-card.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-check-card.js +2 -2
- package/es/ele-pro-form-builder/components/covers/cover-checkbox-button.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-checkbox-button.js +2 -2
- package/es/ele-pro-form-builder/components/covers/cover-checkbox.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-checkbox.js +2 -2
- package/es/ele-pro-form-builder/components/covers/cover-collapse.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-collapse.js +2 -2
- package/es/ele-pro-form-builder/components/covers/cover-color-picker.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-color-picker.js +10 -10
- package/es/ele-pro-form-builder/components/covers/cover-date.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-date.js +2 -2
- package/es/ele-pro-form-builder/components/covers/cover-daterange.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-daterange.js +2 -2
- package/es/ele-pro-form-builder/components/covers/cover-datetime.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-datetime.js +2 -2
- package/es/ele-pro-form-builder/components/covers/cover-datetimerange.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-datetimerange.js +2 -2
- package/es/ele-pro-form-builder/components/covers/cover-descriptions.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-descriptions.js +36 -40
- package/es/ele-pro-form-builder/components/covers/cover-div.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-div.js +2 -2
- package/es/ele-pro-form-builder/components/covers/cover-divider.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-divider.js +10 -12
- package/es/ele-pro-form-builder/components/covers/cover-edit-tag.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-edit-tag.js +2 -2
- package/es/ele-pro-form-builder/components/covers/cover-icon.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-icon.js +2 -2
- package/es/ele-pro-form-builder/components/covers/cover-image.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-image.js +2 -2
- package/es/ele-pro-form-builder/components/covers/cover-input-number.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-input-number.js +26 -28
- package/es/ele-pro-form-builder/components/covers/cover-input.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-input.js +2 -2
- package/es/ele-pro-form-builder/components/covers/cover-label.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-label.js +14 -22
- package/es/ele-pro-form-builder/components/covers/cover-mention.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-mention.js +15 -15
- package/es/ele-pro-form-builder/components/covers/cover-multiple-cascader.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-multiple-cascader.js +2 -2
- package/es/ele-pro-form-builder/components/covers/cover-multiple-check-card.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-multiple-check-card.js +2 -2
- package/es/ele-pro-form-builder/components/covers/cover-multiple-select.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-multiple-select.js +2 -2
- package/es/ele-pro-form-builder/components/covers/cover-pro-table.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-pro-table.js +2 -2
- package/es/ele-pro-form-builder/components/covers/cover-radio-button.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-radio-button.js +2 -2
- package/es/ele-pro-form-builder/components/covers/cover-radio.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-radio.js +2 -2
- package/es/ele-pro-form-builder/components/covers/cover-rate.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-rate.js +2 -2
- package/es/ele-pro-form-builder/components/covers/cover-row.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-row.js +2 -2
- package/es/ele-pro-form-builder/components/covers/cover-select.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-select.js +2 -2
- package/es/ele-pro-form-builder/components/covers/cover-slider-range.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-slider-range.js +12 -18
- package/es/ele-pro-form-builder/components/covers/cover-slider.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-slider.js +40 -48
- package/es/ele-pro-form-builder/components/covers/cover-steps.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-steps.js +40 -40
- package/es/ele-pro-form-builder/components/covers/cover-switch.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-switch.js +18 -24
- package/es/ele-pro-form-builder/components/covers/cover-table-multiple-select.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-table-multiple-select.js +2 -2
- package/es/ele-pro-form-builder/components/covers/cover-table-select.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-table-select.js +2 -2
- package/es/ele-pro-form-builder/components/covers/cover-table.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-table.js +29 -33
- package/es/ele-pro-form-builder/components/covers/cover-tabs.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-tabs.js +2 -2
- package/es/ele-pro-form-builder/components/covers/cover-text.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-text.js +14 -22
- package/es/ele-pro-form-builder/components/covers/cover-textarea.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-textarea.js +2 -2
- package/es/ele-pro-form-builder/components/covers/cover-time-select.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-time-select.js +2 -2
- package/es/ele-pro-form-builder/components/covers/cover-time.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-time.js +2 -2
- package/es/ele-pro-form-builder/components/covers/cover-timerange.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-timerange.js +2 -2
- package/es/ele-pro-form-builder/components/covers/cover-transfer.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-transfer.js +2 -2
- package/es/ele-pro-form-builder/components/covers/cover-tree-multiple-select.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-tree-multiple-select.js +2 -2
- package/es/ele-pro-form-builder/components/covers/cover-tree-select.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-tree-select.js +2 -2
- package/es/ele-pro-form-builder/components/covers/cover-virtual-tree-multiple-select.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-virtual-tree-multiple-select.js +15 -15
- package/es/ele-pro-form-builder/components/covers/cover-virtual-tree-select.d.ts +1 -1
- package/es/ele-pro-form-builder/components/covers/cover-virtual-tree-select.js +15 -15
- package/es/ele-pro-form-builder/components/covers/index.d.ts +52 -52
- package/es/ele-pro-form-builder/components/covers/index.js +53 -52
- package/es/ele-pro-form-builder/components/event-edit.d.ts +43 -0
- package/es/ele-pro-form-builder/components/event-edit.js +142 -0
- package/es/ele-pro-form-builder/components/html-edit.d.ts +31 -0
- package/es/ele-pro-form-builder/components/html-edit.js +100 -0
- package/es/ele-pro-form-builder/components/icons/icon-arrow.d.ts +3 -3
- package/es/ele-pro-form-builder/components/icons/icon-arrow.js +1 -1
- package/es/ele-pro-form-builder/components/icons/icon-button.d.ts +3 -3
- package/es/ele-pro-form-builder/components/icons/icon-button.js +1 -1
- package/es/ele-pro-form-builder/components/icons/icon-calendar.d.ts +3 -3
- package/es/ele-pro-form-builder/components/icons/icon-calendar.js +1 -1
- package/es/ele-pro-form-builder/components/icons/icon-card.d.ts +3 -3
- package/es/ele-pro-form-builder/components/icons/icon-card.js +1 -1
- package/es/ele-pro-form-builder/components/icons/icon-checkbox.d.ts +3 -3
- package/es/ele-pro-form-builder/components/icons/icon-checkbox.js +2 -2
- package/es/ele-pro-form-builder/components/icons/icon-cursor.d.ts +1 -1
- package/es/ele-pro-form-builder/components/icons/icon-cursor.js +18 -24
- package/es/ele-pro-form-builder/components/icons/icon-image.d.ts +3 -3
- package/es/ele-pro-form-builder/components/icons/icon-image.js +1 -1
- package/es/ele-pro-form-builder/components/icons/icon-input.d.ts +3 -3
- package/es/ele-pro-form-builder/components/icons/icon-input.js +1 -1
- package/es/ele-pro-form-builder/components/icons/icon-panel.d.ts +3 -3
- package/es/ele-pro-form-builder/components/icons/icon-panel.js +1 -1
- package/es/ele-pro-form-builder/components/icons/icon-radio-button.d.ts +3 -3
- package/es/ele-pro-form-builder/components/icons/icon-radio-button.js +1 -1
- package/es/ele-pro-form-builder/components/icons/icon-radio.d.ts +3 -3
- package/es/ele-pro-form-builder/components/icons/icon-radio.js +1 -1
- package/es/ele-pro-form-builder/components/icons/icon-range-skeleton.d.ts +3 -3
- package/es/ele-pro-form-builder/components/icons/icon-range-skeleton.js +1 -1
- package/es/ele-pro-form-builder/components/icons/icon-skeleton.d.ts +3 -3
- package/es/ele-pro-form-builder/components/icons/icon-skeleton.js +1 -1
- package/es/ele-pro-form-builder/components/icons/icon-table-row.d.ts +3 -3
- package/es/ele-pro-form-builder/components/icons/icon-table-row.js +1 -1
- package/es/ele-pro-form-builder/components/icons/icon-table.d.ts +3 -3
- package/es/ele-pro-form-builder/components/icons/icon-table.js +4 -4
- package/es/ele-pro-form-builder/components/icons/svg-icon.d.ts +3 -3
- package/es/ele-pro-form-builder/components/icons/svg-icon.js +2 -2
- package/es/ele-pro-form-builder/components/if-edit.d.ts +35 -0
- package/es/ele-pro-form-builder/components/if-edit.js +122 -0
- package/es/ele-pro-form-builder/components/import-modal.d.ts +38 -0
- package/es/ele-pro-form-builder/components/import-modal.js +153 -0
- package/es/ele-pro-form-builder/components/json-input.d.ts +26 -0
- package/es/ele-pro-form-builder/components/json-input.js +65 -0
- package/es/ele-pro-form-builder/components/options-code.d.ts +33 -0
- package/es/ele-pro-form-builder/components/options-code.js +51 -0
- package/es/ele-pro-form-builder/components/options-edit.d.ts +31 -32
- package/es/ele-pro-form-builder/components/options-edit.js +93 -433
- package/es/ele-pro-form-builder/components/options-table.d.ts +33 -0
- package/es/ele-pro-form-builder/components/options-table.js +382 -0
- package/es/ele-pro-form-builder/components/outline-list.d.ts +21 -17
- package/es/ele-pro-form-builder/components/outline-list.js +44 -38
- package/es/ele-pro-form-builder/components/outline-tree.d.ts +18 -12
- package/es/ele-pro-form-builder/components/outline-tree.js +35 -66
- package/es/ele-pro-form-builder/components/preview-modal.d.ts +18 -7
- package/es/ele-pro-form-builder/components/preview-modal.js +37 -29
- package/es/ele-pro-form-builder/components/props-form.d.ts +32 -9
- package/es/ele-pro-form-builder/components/props-form.js +151 -49
- package/es/ele-pro-form-builder/components/source-edit.d.ts +35 -0
- package/es/ele-pro-form-builder/components/source-edit.js +117 -0
- package/es/ele-pro-form-builder/components/style-edit.d.ts +4 -4
- package/es/ele-pro-form-builder/components/style-edit.js +4 -3
- package/es/ele-pro-form-builder/components/table-tool-menu.d.ts +14 -8
- package/es/ele-pro-form-builder/components/table-tool-menu.js +26 -9
- package/es/ele-pro-form-builder/components/table-util.d.ts +25 -17
- package/es/ele-pro-form-builder/components/table-util.js +53 -30
- package/es/ele-pro-form-builder/components/template-list.d.ts +8 -7
- package/es/ele-pro-form-builder/components/template-list.js +11 -13
- package/es/ele-pro-form-builder/components/tool-button.d.ts +4 -4
- package/es/ele-pro-form-builder/components/tool-button.js +2 -1
- package/es/ele-pro-form-builder/components/type-edit.d.ts +28 -0
- package/es/ele-pro-form-builder/components/type-edit.js +49 -0
- package/es/ele-pro-form-builder/index.d.ts +60 -0
- package/es/ele-pro-form-builder/index.js +374 -334
- package/es/ele-pro-form-builder/props.d.ts +30 -5
- package/es/ele-pro-form-builder/props.js +26 -2
- package/es/ele-pro-form-builder/style/css-var.scss +2 -1
- package/es/ele-pro-form-builder/style/index.js +10 -0
- package/es/ele-pro-form-builder/style/index.scss +391 -320
- package/es/ele-pro-form-builder/types.d.ts +85 -88
- package/es/ele-pro-form-builder/util.d.ts +6 -79
- package/es/ele-pro-form-builder/util.js +116 -199
- package/es/ele-pro-layout/components/pro-iframe.d.ts +5 -9
- package/es/ele-pro-layout/components/pro-iframe.js +43 -50
- package/es/ele-pro-layout/index.d.ts +208 -208
- package/es/ele-pro-layout/index.js +200 -246
- package/es/ele-pro-layout/props.d.ts +93 -127
- package/es/ele-pro-layout/props.js +16 -123
- package/es/ele-pro-layout/util.js +1 -1
- package/es/ele-pro-table/components/table-tools.d.ts +32 -25
- package/es/ele-pro-table/components/table-tools.js +178 -215
- package/es/ele-pro-table/components/tool-column-list.d.ts +12 -23
- package/es/ele-pro-table/components/tool-column-list.js +118 -151
- package/es/ele-pro-table/components/tool-column.d.ts +8 -29
- package/es/ele-pro-table/components/tool-column.js +78 -110
- package/es/ele-pro-table/components/tool-export.d.ts +7 -38
- package/es/ele-pro-table/components/tool-export.js +153 -199
- package/es/ele-pro-table/components/tool-print-body-cell.d.ts +3 -9
- package/es/ele-pro-table/components/tool-print-body-cell.js +56 -66
- package/es/ele-pro-table/components/tool-print-header-cell.d.ts +3 -9
- package/es/ele-pro-table/components/tool-print-header-cell.js +19 -27
- package/es/ele-pro-table/components/tool-print.d.ts +29 -34
- package/es/ele-pro-table/components/tool-print.js +301 -352
- package/es/ele-pro-table/index.d.ts +138 -114
- package/es/ele-pro-table/index.js +144 -161
- package/es/ele-pro-table/props.d.ts +36 -30
- package/es/ele-pro-table/props.js +1 -1
- package/es/ele-pro-table/types.d.ts +1 -0
- package/es/ele-pro-table/util.js +3 -3
- package/es/ele-qr-code/components/canvas-render.d.ts +6 -11
- package/es/ele-qr-code/components/canvas-render.js +46 -50
- package/es/ele-qr-code/index.d.ts +6 -8
- package/es/ele-qr-code/index.js +34 -44
- package/es/ele-qr-code-svg/index.d.ts +6 -15
- package/es/ele-qr-code-svg/index.js +46 -61
- package/es/ele-radio-group/index.d.ts +147 -0
- package/es/ele-radio-group/index.js +66 -0
- package/es/ele-radio-group/props.d.ts +70 -0
- package/es/ele-radio-group/props.js +13 -0
- package/es/ele-radio-group/style/index.d.ts +1 -0
- package/es/ele-radio-group/style/index.js +3 -0
- package/es/ele-radio-group/types.d.ts +25 -0
- package/es/ele-segmented/index.d.ts +20 -11
- package/es/ele-segmented/index.js +62 -72
- package/es/ele-segmented/style/index.scss +18 -6
- package/es/ele-select/index.d.ts +237 -0
- package/es/ele-select/index.js +78 -0
- package/es/ele-select/props.d.ts +107 -0
- package/es/ele-select/props.js +19 -0
- package/es/ele-select/style/index.d.ts +1 -0
- package/es/ele-select/style/index.js +3 -0
- package/es/ele-select/types.d.ts +25 -0
- package/es/ele-select-tree/index.d.ts +358 -0
- package/es/ele-select-tree/index.js +45 -0
- package/es/ele-select-tree/props.d.ts +228 -0
- package/es/ele-select-tree/props.js +81 -0
- package/es/ele-select-tree/style/index.d.ts +1 -0
- package/es/ele-select-tree/style/index.js +1 -0
- package/es/ele-select-tree/types.d.ts +14 -0
- package/es/ele-split-panel/index.d.ts +22 -17
- package/es/ele-split-panel/index.js +89 -104
- package/es/ele-steps/index.d.ts +109 -41
- package/es/ele-steps/index.js +43 -50
- package/es/ele-steps/props.d.ts +44 -12
- package/es/ele-steps/props.js +1 -4
- package/es/ele-steps/style/index.scss +2 -0
- package/es/ele-steps/types.d.ts +5 -0
- package/es/ele-tab-bar/index.d.ts +31 -0
- package/es/ele-tab-bar/index.js +46 -0
- package/es/ele-tab-bar/props.d.ts +25 -0
- package/es/ele-tab-bar/props.js +18 -0
- package/es/ele-tab-bar/style/css-var.scss +8 -0
- package/es/ele-tab-bar/style/index.d.ts +1 -0
- package/es/ele-tab-bar/style/index.js +1 -0
- package/es/ele-tab-bar/style/index.scss +95 -0
- package/es/ele-tab-bar/types.d.ts +14 -0
- package/es/ele-tab-tool/index.d.ts +13 -7
- package/es/ele-tab-tool/index.js +35 -46
- package/es/ele-tab-wrap/components/tab-dropdown.d.ts +17 -9
- package/es/ele-tab-wrap/components/tab-dropdown.js +50 -57
- package/es/ele-tab-wrap/index.d.ts +12 -3
- package/es/ele-tab-wrap/index.js +23 -30
- package/es/ele-table/index.d.ts +13 -4
- package/es/ele-table/index.js +24 -29
- package/es/ele-table-select/index.d.ts +26 -173
- package/es/ele-table-select/index.js +103 -119
- package/es/ele-tabs/index.d.ts +93 -70
- package/es/ele-tabs/index.js +143 -181
- package/es/ele-tabs/props.d.ts +20 -14
- package/es/ele-tabs/style/index.scss +10 -0
- package/es/ele-text/index.d.ts +13 -4
- package/es/ele-text/index.js +49 -54
- package/es/ele-text/style/index.scss +8 -2
- package/es/ele-text/types.d.ts +2 -0
- package/es/ele-timeline/index.d.ts +25 -12
- package/es/ele-timeline/index.js +103 -112
- package/es/ele-timeline/props.d.ts +1 -1
- package/es/ele-timeline/props.js +1 -1
- package/es/ele-timeline/style/css-var.scss +1 -1
- package/es/ele-timeline/style/index.scss +15 -2
- package/es/ele-timeline/types.d.ts +1 -1
- package/es/ele-tool/index.d.ts +17 -10
- package/es/ele-tool/index.js +22 -29
- package/es/ele-toolbar/index.d.ts +16 -9
- package/es/ele-toolbar/index.js +64 -76
- package/es/ele-tooltip/index.d.ts +303 -66
- package/es/ele-tooltip/index.js +57 -67
- package/es/ele-tooltip/props.d.ts +130 -18
- package/es/ele-tooltip/props.js +1 -1
- package/es/ele-tooltip/style/css-var.scss +13 -0
- package/es/ele-tooltip/style/index.scss +0 -2
- package/es/ele-tour/index.d.ts +28 -19
- package/es/ele-tour/index.js +126 -144
- package/es/ele-transfer/index.d.ts +220 -0
- package/es/ele-transfer/index.js +48 -0
- package/es/ele-transfer/props.d.ts +102 -0
- package/es/ele-transfer/props.js +11 -0
- package/es/ele-transfer/style/index.d.ts +1 -0
- package/es/ele-transfer/style/index.js +1 -0
- package/es/ele-transfer/types.d.ts +16 -0
- package/es/ele-tree-select/index.d.ts +28 -89
- package/es/ele-tree-select/index.js +114 -126
- package/es/ele-tree-select/props.d.ts +4 -4
- package/es/ele-tree-select/types.d.ts +13 -0
- package/es/ele-tree-select/util.js +1 -1
- package/es/ele-tree-table/components/table-body.d.ts +71 -0
- package/es/ele-tree-table/components/table-body.js +93 -0
- package/es/ele-tree-table/components/table-row.d.ts +60 -0
- package/es/ele-tree-table/components/table-row.js +91 -0
- package/es/ele-tree-table/index.d.ts +35 -0
- package/es/ele-tree-table/index.js +141 -0
- package/es/ele-tree-table/props.d.ts +25 -0
- package/es/ele-tree-table/props.js +20 -0
- package/es/ele-tree-table/style/css-var.scss +8 -0
- package/es/ele-tree-table/style/index.d.ts +1 -0
- package/es/ele-tree-table/style/index.js +2 -0
- package/es/ele-tree-table/style/index.scss +224 -0
- package/es/ele-tree-table/types.d.ts +27 -0
- package/es/ele-upload-list/components/list-item.d.ts +30 -20
- package/es/ele-upload-list/components/list-item.js +129 -161
- package/es/ele-upload-list/index.d.ts +26 -46
- package/es/ele-upload-list/index.js +121 -155
- package/es/ele-viewer/index.d.ts +87 -0
- package/es/ele-viewer/index.js +276 -0
- package/es/ele-viewer/props.d.ts +45 -0
- package/es/ele-viewer/props.js +38 -0
- package/es/ele-viewer/style/css-var.scss +8 -0
- package/es/ele-viewer/style/index.d.ts +1 -0
- package/es/ele-viewer/style/index.js +1 -0
- package/es/ele-viewer/style/index.scss +55 -0
- package/es/ele-viewer/types.d.ts +13 -0
- package/es/ele-viewer/util.d.ts +10 -0
- package/es/ele-viewer/util.js +11 -0
- package/es/ele-virtual-table/components/body-cell.d.ts +18 -41
- package/es/ele-virtual-table/components/body-cell.js +65 -97
- package/es/ele-virtual-table/components/body-row.d.ts +19 -32
- package/es/ele-virtual-table/components/body-row.js +51 -72
- package/es/ele-virtual-table/components/cell-checkbox.d.ts +6 -9
- package/es/ele-virtual-table/components/cell-checkbox.js +17 -25
- package/es/ele-virtual-table/components/cell-filter.d.ts +9 -20
- package/es/ele-virtual-table/components/cell-filter.js +112 -142
- package/es/ele-virtual-table/components/expand-row.d.ts +14 -3
- package/es/ele-virtual-table/components/expand-row.js +13 -18
- package/es/ele-virtual-table/components/footer-row.d.ts +6 -10
- package/es/ele-virtual-table/components/footer-row.js +46 -54
- package/es/ele-virtual-table/components/header-cell.d.ts +12 -29
- package/es/ele-virtual-table/components/header-cell.js +57 -77
- package/es/ele-virtual-table/components/header-row.d.ts +18 -24
- package/es/ele-virtual-table/components/header-row.js +42 -58
- package/es/ele-virtual-table/index.d.ts +122 -139
- package/es/ele-virtual-table/index.js +197 -267
- package/es/ele-virtual-table/props.d.ts +36 -30
- package/es/ele-virtual-table/style/index.scss +8 -0
- package/es/ele-virtual-table/util.d.ts +4 -4
- package/es/ele-virtual-table/util.js +1 -1
- package/es/ele-watermark/index.d.ts +14 -11
- package/es/ele-watermark/index.js +25 -30
- package/es/ele-xg-player/index.d.ts +6 -7
- package/es/ele-xg-player/index.js +17 -18
- package/es/icons/AnalysisOutlined.d.ts +1 -1
- package/es/icons/AnalysisOutlined.js +16 -26
- package/es/icons/ApplicationOutlined.d.ts +1 -1
- package/es/icons/ApplicationOutlined.js +13 -20
- package/es/icons/AppstoreAddOutlined.d.ts +1 -1
- package/es/icons/AppstoreAddOutlined.js +16 -26
- package/es/icons/AppstoreOutlined.d.ts +1 -1
- package/es/icons/AppstoreOutlined.js +16 -26
- package/es/icons/ArrowDown.d.ts +1 -1
- package/es/icons/ArrowDown.js +13 -20
- package/es/icons/ArrowDownOutlined.d.ts +1 -1
- package/es/icons/ArrowDownOutlined.js +13 -20
- package/es/icons/ArrowLeft.d.ts +1 -1
- package/es/icons/ArrowLeft.js +13 -20
- package/es/icons/ArrowLeftOutlined.d.ts +1 -1
- package/es/icons/ArrowLeftOutlined.js +13 -20
- package/es/icons/ArrowRight.d.ts +1 -1
- package/es/icons/ArrowRight.js +13 -20
- package/es/icons/ArrowRightOutlined.d.ts +1 -1
- package/es/icons/ArrowRightOutlined.js +13 -20
- package/es/icons/ArrowUp.d.ts +1 -1
- package/es/icons/ArrowUp.js +13 -20
- package/es/icons/ArrowUpOutlined.d.ts +1 -1
- package/es/icons/ArrowUpOutlined.js +13 -20
- package/es/icons/BellOutlined.d.ts +1 -1
- package/es/icons/BellOutlined.js +13 -20
- package/es/icons/BookOutlined.d.ts +1 -1
- package/es/icons/BookOutlined.js +13 -20
- package/es/icons/CalendarOutlined.d.ts +1 -1
- package/es/icons/CalendarOutlined.js +13 -20
- package/es/icons/CaretDownFilled.d.ts +1 -1
- package/es/icons/CaretDownFilled.js +13 -20
- package/es/icons/CaretUpFilled.d.ts +1 -1
- package/es/icons/CaretUpFilled.js +13 -20
- package/es/icons/CheckCircleFilled.d.ts +1 -1
- package/es/icons/CheckCircleFilled.js +13 -20
- package/es/icons/CheckCircleOutlined.d.ts +1 -1
- package/es/icons/CheckCircleOutlined.js +14 -22
- package/es/icons/CheckOutlined.d.ts +1 -1
- package/es/icons/CheckOutlined.js +13 -20
- package/es/icons/CityOutlined.d.ts +1 -1
- package/es/icons/CityOutlined.js +16 -26
- package/es/icons/ClockCircleOutlined.d.ts +1 -1
- package/es/icons/ClockCircleOutlined.js +14 -22
- package/es/icons/CloseCircleFilled.d.ts +1 -1
- package/es/icons/CloseCircleFilled.js +13 -20
- package/es/icons/CloseCircleOutlined.d.ts +1 -1
- package/es/icons/CloseCircleOutlined.js +14 -22
- package/es/icons/CloseOutlined.d.ts +1 -1
- package/es/icons/CloseOutlined.js +13 -20
- package/es/icons/CloudUploadOutlined.d.ts +1 -1
- package/es/icons/CloudUploadOutlined.js +14 -22
- package/es/icons/ClusterOutlined.d.ts +1 -1
- package/es/icons/ClusterOutlined.js +13 -20
- package/es/icons/CodeOutlined.d.ts +1 -1
- package/es/icons/CodeOutlined.js +15 -24
- package/es/icons/ColumnHeightOutlined.d.ts +1 -1
- package/es/icons/ColumnHeightOutlined.js +18 -27
- package/es/icons/CompassOutlined.d.ts +1 -1
- package/es/icons/CompassOutlined.js +17 -25
- package/es/icons/CompressOutlined.d.ts +1 -1
- package/es/icons/CompressOutlined.js +16 -26
- package/es/icons/ConnectionOutlined.d.ts +1 -1
- package/es/icons/ConnectionOutlined.js +14 -22
- package/es/icons/ControlOutlined.d.ts +1 -1
- package/es/icons/ControlOutlined.js +15 -24
- package/es/icons/CopyOutlined.d.ts +1 -1
- package/es/icons/CopyOutlined.js +16 -26
- package/es/icons/CornerLeftFilled.d.ts +1 -1
- package/es/icons/CornerLeftFilled.js +13 -20
- package/es/icons/CornerRightFilled.d.ts +1 -1
- package/es/icons/CornerRightFilled.js +13 -20
- package/es/icons/CpuOutlined.d.ts +1 -1
- package/es/icons/CpuOutlined.js +13 -20
- package/es/icons/DashboardOutlined.d.ts +1 -1
- package/es/icons/DashboardOutlined.js +18 -27
- package/es/icons/DatabaseOutlined.d.ts +1 -1
- package/es/icons/DatabaseOutlined.js +16 -26
- package/es/icons/DeleteOutlined.d.ts +1 -1
- package/es/icons/DeleteOutlined.js +15 -24
- package/es/icons/DesktopOutlined.d.ts +1 -1
- package/es/icons/DesktopOutlined.js +13 -20
- package/es/icons/DownloadOutlined.d.ts +1 -1
- package/es/icons/DownloadOutlined.js +14 -22
- package/es/icons/DragOutlined.d.ts +1 -1
- package/es/icons/DragOutlined.js +13 -20
- package/es/icons/EditOutlined.d.ts +1 -1
- package/es/icons/EditOutlined.js +14 -22
- package/es/icons/EllipsisOutlined.d.ts +1 -1
- package/es/icons/EllipsisOutlined.js +27 -36
- package/es/icons/EnvironmentOutlined.d.ts +1 -1
- package/es/icons/EnvironmentOutlined.js +14 -22
- package/es/icons/ExclamationCircleFilled.d.ts +1 -1
- package/es/icons/ExclamationCircleFilled.js +13 -20
- package/es/icons/ExpandOutlined.d.ts +1 -1
- package/es/icons/ExpandOutlined.js +16 -26
- package/es/icons/EyeOutlined.d.ts +1 -1
- package/es/icons/EyeOutlined.js +14 -22
- package/es/icons/FileOutlined.d.ts +1 -1
- package/es/icons/FileOutlined.js +16 -26
- package/es/icons/FilterFilled.d.ts +1 -1
- package/es/icons/FilterFilled.js +13 -20
- package/es/icons/FolderAddOutlined.d.ts +1 -1
- package/es/icons/FolderAddOutlined.js +14 -22
- package/es/icons/FolderOutlined.d.ts +1 -1
- package/es/icons/FolderOutlined.js +13 -20
- package/es/icons/FormOutlined.d.ts +1 -1
- package/es/icons/FormOutlined.js +14 -22
- package/es/icons/FullscreenExitOutlined.d.ts +1 -1
- package/es/icons/FullscreenExitOutlined.js +16 -26
- package/es/icons/FullscreenOutlined.d.ts +1 -1
- package/es/icons/FullscreenOutlined.js +16 -26
- package/es/icons/FundOutlined.d.ts +1 -1
- package/es/icons/FundOutlined.js +14 -22
- package/es/icons/GlobalOutlined.d.ts +1 -1
- package/es/icons/GlobalOutlined.js +13 -20
- package/es/icons/HolderOutlined.d.ts +1 -1
- package/es/icons/HolderOutlined.js +13 -20
- package/es/icons/HomeOutlined.d.ts +1 -1
- package/es/icons/HomeOutlined.js +13 -20
- package/es/icons/IdcardOutlined.d.ts +1 -1
- package/es/icons/IdcardOutlined.js +19 -29
- package/es/icons/InfoCircleFilled.d.ts +1 -1
- package/es/icons/InfoCircleFilled.js +13 -20
- package/es/icons/InsertColumnOutlined.d.ts +1 -1
- package/es/icons/InsertColumnOutlined.js +16 -26
- package/es/icons/InsertRowOutlined.d.ts +1 -1
- package/es/icons/InsertRowOutlined.js +16 -26
- package/es/icons/LinkOutlined.d.ts +1 -1
- package/es/icons/LinkOutlined.js +15 -24
- package/es/icons/LoadingDotOutlined.d.ts +1 -1
- package/es/icons/LoadingDotOutlined.js +13 -20
- package/es/icons/LoadingOutlined.d.ts +1 -1
- package/es/icons/LoadingOutlined.js +13 -20
- package/es/icons/LockOutlined.d.ts +1 -1
- package/es/icons/LockOutlined.js +14 -22
- package/es/icons/LogOutlined.d.ts +1 -1
- package/es/icons/LogOutlined.js +16 -26
- package/es/icons/LogoutOutlined.d.ts +1 -1
- package/es/icons/LogoutOutlined.js +14 -22
- package/es/icons/MailOutlined.d.ts +1 -1
- package/es/icons/MailOutlined.js +13 -20
- package/es/icons/MenuFoldOutlined.d.ts +1 -1
- package/es/icons/MenuFoldOutlined.js +13 -20
- package/es/icons/MenuOutlined.d.ts +1 -1
- package/es/icons/MenuOutlined.js +15 -24
- package/es/icons/MenuUnfoldOutlined.d.ts +1 -1
- package/es/icons/MenuUnfoldOutlined.js +13 -20
- package/es/icons/MessageOutlined.d.ts +1 -1
- package/es/icons/MessageOutlined.js +34 -44
- package/es/icons/MinusCircleOutlined.d.ts +1 -1
- package/es/icons/MinusCircleOutlined.js +14 -22
- package/es/icons/MobileOutlined.d.ts +1 -1
- package/es/icons/MobileOutlined.js +20 -28
- package/es/icons/MoonOutlined.d.ts +1 -1
- package/es/icons/MoonOutlined.js +13 -20
- package/es/icons/MoreOutlined.d.ts +1 -1
- package/es/icons/MoreOutlined.js +27 -36
- package/es/icons/PauseFilled.d.ts +1 -1
- package/es/icons/PauseFilled.js +14 -22
- package/es/icons/PieChartOutlined.d.ts +1 -1
- package/es/icons/PieChartOutlined.js +14 -22
- package/es/icons/PlayFilled.d.ts +1 -1
- package/es/icons/PlayFilled.js +13 -20
- package/es/icons/PlusCircleOutlined.d.ts +1 -1
- package/es/icons/PlusCircleOutlined.js +14 -22
- package/es/icons/PlusOutlined.d.ts +1 -1
- package/es/icons/PlusOutlined.js +13 -20
- package/es/icons/PlusSquareDashOutlined.d.ts +1 -1
- package/es/icons/PlusSquareDashOutlined.js +13 -20
- package/es/icons/PrinterOutlined.d.ts +1 -1
- package/es/icons/PrinterOutlined.js +13 -20
- package/es/icons/ProtectOutlined.d.ts +1 -1
- package/es/icons/ProtectOutlined.js +14 -22
- package/es/icons/QuestionCircleFilled.d.ts +1 -1
- package/es/icons/QuestionCircleFilled.js +13 -20
- package/es/icons/QuestionCircleOutlined.d.ts +1 -1
- package/es/icons/QuestionCircleOutlined.js +21 -30
- package/es/icons/RecoverOutlined.d.ts +1 -1
- package/es/icons/RecoverOutlined.js +13 -20
- package/es/icons/ReloadOutlined.d.ts +1 -1
- package/es/icons/ReloadOutlined.js +13 -20
- package/es/icons/ResizeOutlined.d.ts +1 -1
- package/es/icons/ResizeOutlined.js +14 -22
- package/es/icons/RollbackOutlined.d.ts +1 -1
- package/es/icons/RollbackOutlined.js +13 -20
- package/es/icons/SearchOutlined.d.ts +1 -1
- package/es/icons/SearchOutlined.js +13 -20
- package/es/icons/SettingOutlined.d.ts +1 -1
- package/es/icons/SettingOutlined.js +14 -22
- package/es/icons/ShoppingOutlined.d.ts +1 -1
- package/es/icons/ShoppingOutlined.js +13 -20
- package/es/icons/SizeCompactOutlined.d.ts +1 -1
- package/es/icons/SizeCompactOutlined.js +13 -20
- package/es/icons/SizeMiddleOutlined.d.ts +1 -1
- package/es/icons/SizeMiddleOutlined.js +13 -20
- package/es/icons/SizeSlackOutlined.d.ts +1 -1
- package/es/icons/SizeSlackOutlined.js +16 -26
- package/es/icons/SortOutlined.d.ts +1 -1
- package/es/icons/SortOutlined.js +14 -22
- package/es/icons/StarFilled.d.ts +1 -1
- package/es/icons/StarFilled.js +13 -20
- package/es/icons/StepBackwardFilled.d.ts +1 -1
- package/es/icons/StepBackwardFilled.js +22 -30
- package/es/icons/StepForwardFilled.d.ts +1 -1
- package/es/icons/StepForwardFilled.js +22 -30
- package/es/icons/StopOutlined.d.ts +2 -0
- package/es/icons/StopOutlined.js +22 -0
- package/es/icons/SuitcaseOutlined.d.ts +1 -1
- package/es/icons/SuitcaseOutlined.js +13 -20
- package/es/icons/SunOutlined.d.ts +1 -1
- package/es/icons/SunOutlined.js +13 -20
- package/es/icons/SwapOutlined.d.ts +1 -1
- package/es/icons/SwapOutlined.js +14 -22
- package/es/icons/SyncOutlined.d.ts +1 -1
- package/es/icons/SyncOutlined.js +14 -22
- package/es/icons/TableOutlined.d.ts +1 -1
- package/es/icons/TableOutlined.js +13 -20
- package/es/icons/TagOutlined.d.ts +1 -1
- package/es/icons/TagOutlined.js +14 -22
- package/es/icons/TimerOutlined.d.ts +1 -1
- package/es/icons/TimerOutlined.js +14 -22
- package/es/icons/UndoOutlined.d.ts +1 -1
- package/es/icons/UndoOutlined.js +13 -20
- package/es/icons/UnlockOutlined.d.ts +1 -1
- package/es/icons/UnlockOutlined.js +14 -22
- package/es/icons/UploadOutlined.d.ts +1 -1
- package/es/icons/UploadOutlined.js +14 -22
- package/es/icons/UserOutlined.d.ts +1 -1
- package/es/icons/UserOutlined.js +13 -20
- package/es/icons/VerticalAlignMiddleOutlined.d.ts +1 -1
- package/es/icons/VerticalAlignMiddleOutlined.js +15 -24
- package/es/icons/VerticalLeftOutlined.d.ts +1 -1
- package/es/icons/VerticalLeftOutlined.js +13 -20
- package/es/icons/VerticalRightOutlined.d.ts +1 -1
- package/es/icons/VerticalRightOutlined.js +13 -20
- package/es/icons/WarningOutlined.d.ts +1 -1
- package/es/icons/WarningOutlined.js +24 -33
- package/es/icons/ZoomInOutlined.d.ts +1 -1
- package/es/icons/ZoomInOutlined.js +14 -22
- package/es/icons/ZoomOutOutlined.d.ts +1 -1
- package/es/icons/ZoomOutOutlined.js +14 -22
- package/es/icons/index.d.ts +1 -0
- package/es/icons/index.js +36 -34
- package/es/lang/en_US.js +30 -0
- package/es/lang/zh_CN.js +30 -0
- package/es/lang/zh_TW.js +33 -3
- package/es/style/plus.scss +5 -0
- package/es/style/themes/default.scss +38 -6
- package/es/style/themes/rounded.scss +1 -5
- package/es/style/themes/theme-util.scss +6 -0
- package/es/style/themes/transparent-css-var.scss +45 -0
- package/es/style/themes/transparent.scss +86 -0
- package/es/utils/common.d.ts +82 -0
- package/es/utils/common.js +162 -0
- package/es/utils/core.d.ts +33 -77
- package/es/utils/core.js +89 -148
- package/es/utils/hook.d.ts +20 -1
- package/es/utils/hook.js +59 -1
- package/es/utils/menu-util.d.ts +8 -0
- package/es/utils/menu-util.js +26 -25
- package/es/utils/message-box.js +1 -1
- package/es/utils/message.d.ts +1 -1
- package/es/utils/message.js +1 -1
- package/es/utils/theme-util.d.ts +49 -1
- package/es/utils/theme-util.js +198 -29
- package/lib/components.cjs +12 -8
- package/lib/components.d.ts +2 -0
- package/lib/core-components.cjs +124 -100
- package/lib/core-components.d.ts +12 -0
- package/lib/ele-admin-layout/components/layout-skeleton.cjs +31 -38
- package/lib/ele-admin-layout/components/layout-skeleton.d.ts +17 -4
- package/lib/ele-admin-layout/components/layout-tabs.cjs +58 -82
- package/lib/ele-admin-layout/components/layout-tabs.d.ts +29 -15
- package/lib/ele-admin-layout/components/layout-tool.cjs +12 -17
- package/lib/ele-admin-layout/components/layout-tool.d.ts +10 -1
- package/lib/ele-admin-layout/index.cjs +384 -446
- package/lib/ele-admin-layout/index.d.ts +146 -119
- package/lib/ele-admin-layout/props.cjs +36 -8
- package/lib/ele-admin-layout/props.d.ts +46 -18
- package/lib/ele-admin-layout/style/header.scss +16 -1
- package/lib/ele-admin-layout/style/index.scss +6 -0
- package/lib/ele-admin-layout/style/sidebar.scss +2 -2
- package/lib/ele-alert/index.cjs +86 -101
- package/lib/ele-alert/index.d.ts +20 -9
- package/lib/ele-app/components/form-item-rest.d.ts +1 -1
- package/lib/ele-app/components/message-body.cjs +50 -69
- package/lib/ele-app/components/message-body.d.ts +16 -9
- package/lib/ele-app/components/message-box-icon.cjs +16 -34
- package/lib/ele-app/components/message-box-icon.d.ts +6 -6
- package/lib/ele-app/el.d.ts +86 -0
- package/lib/ele-app/index.d.ts +1 -1
- package/lib/ele-app/plus.d.ts +72 -1
- package/lib/ele-app/style/overwrite/autocomplete/index.scss +0 -5
- package/lib/ele-app/style/overwrite/cascader/index.scss +3 -9
- package/lib/ele-app/style/overwrite/date-picker/index.scss +20 -12
- package/lib/ele-app/style/overwrite/descriptions/index.scss +4 -0
- package/lib/ele-app/style/overwrite/message-box/index.scss +1 -0
- package/lib/ele-app/style/overwrite/notification/index.scss +1 -0
- package/lib/ele-app/style/overwrite/select/index.scss +0 -7
- package/lib/ele-app/types.d.ts +42 -1
- package/lib/ele-autocomplete/index.cjs +66 -0
- package/lib/ele-autocomplete/index.d.ts +271 -0
- package/lib/ele-autocomplete/props.cjs +13 -0
- package/lib/ele-autocomplete/props.d.ts +124 -0
- package/lib/ele-autocomplete/style/index.cjs +2 -0
- package/lib/ele-autocomplete/style/index.d.ts +1 -0
- package/lib/ele-autocomplete/types.d.ts +18 -0
- package/lib/ele-avatar-group/index.cjs +107 -129
- package/lib/ele-avatar-group/index.d.ts +26 -21
- package/lib/ele-backtop/index.cjs +35 -44
- package/lib/ele-backtop/index.d.ts +15 -9
- package/lib/ele-bar-code/index.cjs +25 -25
- package/lib/ele-bar-code/index.d.ts +7 -9
- package/lib/ele-basic-select/index.cjs +187 -197
- package/lib/ele-basic-select/index.d.ts +35 -28
- package/lib/ele-bottom-bar/index.cjs +28 -36
- package/lib/ele-bottom-bar/index.d.ts +14 -7
- package/lib/ele-breadcrumb/index.cjs +62 -73
- package/lib/ele-breadcrumb/index.d.ts +17 -10
- package/lib/ele-breadcrumb/props.d.ts +1 -1
- package/lib/ele-breadcrumb/style/index.scss +1 -1
- package/lib/ele-card/index.cjs +81 -100
- package/lib/ele-card/index.d.ts +25 -16
- package/lib/ele-card/props.cjs +4 -0
- package/lib/ele-card/props.d.ts +4 -0
- package/lib/ele-cascader/index.cjs +91 -0
- package/lib/ele-cascader/index.d.ts +366 -0
- package/lib/ele-cascader/props.cjs +15 -0
- package/lib/ele-cascader/props.d.ts +166 -0
- package/lib/ele-cascader/style/index.cjs +2 -0
- package/lib/ele-cascader/style/index.d.ts +1 -0
- package/lib/ele-cascader/types.d.ts +9 -0
- package/lib/ele-check-card/components/card-item.cjs +27 -32
- package/lib/ele-check-card/components/card-item.d.ts +17 -4
- package/lib/ele-check-card/index.cjs +69 -72
- package/lib/ele-check-card/index.d.ts +26 -14
- package/lib/ele-check-card/props.cjs +1 -1
- package/lib/ele-check-card/props.d.ts +2 -2
- package/lib/ele-check-card/types.d.ts +5 -0
- package/lib/ele-checkbox-group/index.cjs +65 -0
- package/lib/ele-checkbox-group/index.d.ts +104 -0
- package/lib/ele-checkbox-group/props.cjs +15 -0
- package/lib/ele-checkbox-group/props.d.ts +50 -0
- package/lib/ele-checkbox-group/style/index.cjs +4 -0
- package/lib/ele-checkbox-group/style/index.d.ts +1 -0
- package/lib/ele-checkbox-group/types.d.ts +25 -0
- package/lib/ele-config-provider/components/receiver-view.cjs +2 -2
- package/lib/ele-config-provider/components/receiver-view.d.ts +15 -7
- package/lib/ele-config-provider/index.d.ts +6 -6
- package/lib/ele-config-provider/props.d.ts +2 -2
- package/lib/ele-config-provider/types.d.ts +54 -54
- package/lib/ele-copyable/index.cjs +63 -80
- package/lib/ele-copyable/index.d.ts +15 -15
- package/lib/ele-count-up/index.cjs +15 -19
- package/lib/ele-count-up/index.d.ts +7 -8
- package/lib/ele-cropper/components/cropper-preview.cjs +49 -53
- package/lib/ele-cropper/components/cropper-preview.d.ts +4 -5
- package/lib/ele-cropper/components/cropper-tools.cjs +86 -106
- package/lib/ele-cropper/components/cropper-tools.d.ts +21 -31
- package/lib/ele-cropper/index.cjs +55 -79
- package/lib/ele-cropper/index.d.ts +6 -27
- package/lib/ele-cropper/style/index.scss +5 -1
- package/lib/ele-cropper-modal/index.cjs +67 -76
- package/lib/ele-cropper-modal/index.d.ts +26 -12
- package/lib/ele-crud/components/edit-modal.cjs +218 -0
- package/lib/ele-crud/components/edit-modal.d.ts +89 -0
- package/lib/ele-crud/components/page-side.cjs +153 -0
- package/lib/ele-crud/components/page-side.d.ts +40 -0
- package/lib/ele-crud/components/table-action.cjs +64 -0
- package/lib/ele-crud/components/table-action.d.ts +44 -0
- package/lib/ele-crud/components/table-extra.cjs +207 -0
- package/lib/ele-crud/components/table-extra.d.ts +111 -0
- package/lib/ele-crud/components/table-toolbar.cjs +63 -0
- package/lib/ele-crud/components/table-toolbar.d.ts +39 -0
- package/lib/ele-crud/index.cjs +577 -0
- package/lib/ele-crud/index.d.ts +77 -0
- package/lib/ele-crud/props.cjs +59 -0
- package/lib/ele-crud/props.d.ts +64 -0
- package/lib/ele-crud/style/index.cjs +18 -0
- package/lib/ele-crud/style/index.d.ts +1 -0
- package/lib/ele-crud/style/index.scss +50 -0
- package/lib/ele-crud/types.d.ts +248 -0
- package/lib/ele-crud/util.cjs +117 -0
- package/lib/ele-crud/util.d.ts +47 -0
- package/lib/ele-crud-builder/components/body-header.cjs +200 -0
- package/lib/ele-crud-builder/components/body-header.d.ts +79 -0
- package/lib/ele-crud-builder/components/code-generator.cjs +18 -0
- package/lib/ele-crud-builder/components/code-generator.d.ts +12 -0
- package/lib/ele-crud-builder/components/code-preview.cjs +122 -0
- package/lib/ele-crud-builder/components/code-preview.d.ts +32 -0
- package/lib/ele-crud-builder/components/code-template.cjs +15 -0
- package/lib/ele-crud-builder/components/code-template.d.ts +4 -0
- package/lib/ele-crud-builder/components/field-list.cjs +161 -0
- package/lib/ele-crud-builder/components/field-list.d.ts +41 -0
- package/lib/ele-crud-builder/components/field-tree.cjs +263 -0
- package/lib/ele-crud-builder/components/field-tree.d.ts +50 -0
- package/lib/ele-crud-builder/components/form-design-modal.cjs +144 -0
- package/lib/ele-crud-builder/components/form-design-modal.d.ts +65 -0
- package/lib/ele-crud-builder/components/import-modal.cjs +136 -0
- package/lib/ele-crud-builder/components/import-modal.d.ts +38 -0
- package/lib/ele-crud-builder/components/page-config.cjs +232 -0
- package/lib/ele-crud-builder/components/page-config.d.ts +59 -0
- package/lib/ele-crud-builder/components/template-list.cjs +49 -0
- package/lib/ele-crud-builder/components/template-list.d.ts +24 -0
- package/lib/ele-crud-builder/index.cjs +401 -0
- package/lib/ele-crud-builder/index.d.ts +55 -0
- package/lib/ele-crud-builder/props.cjs +46 -0
- package/lib/ele-crud-builder/props.d.ts +51 -0
- package/lib/ele-crud-builder/style/index.cjs +13 -0
- package/lib/ele-crud-builder/style/index.d.ts +1 -0
- package/lib/ele-crud-builder/style/index.scss +765 -0
- package/lib/ele-crud-builder/types.d.ts +60 -0
- package/lib/ele-crud-builder/util.cjs +1215 -0
- package/lib/ele-crud-builder/util.d.ts +30 -0
- package/lib/ele-dashboard/index.cjs +27 -35
- package/lib/ele-dashboard/index.d.ts +12 -5
- package/lib/ele-dashboard/style/index.scss +4 -2
- package/lib/ele-data-table/index.cjs +29 -19
- package/lib/ele-data-table/index.d.ts +94 -71
- package/lib/ele-data-table/props.cjs +8 -3
- package/lib/ele-data-table/props.d.ts +100 -56
- package/lib/ele-data-table/style/index.scss +19 -12
- package/lib/ele-data-table/types.d.ts +5 -1
- package/lib/ele-data-table/util.cjs +45 -122
- package/lib/ele-data-table/util.d.ts +26 -20
- package/lib/ele-dot/index.cjs +31 -36
- package/lib/ele-dot/index.d.ts +4 -4
- package/lib/ele-drawer/index.cjs +105 -124
- package/lib/ele-drawer/index.d.ts +289 -71
- package/lib/ele-drawer/props.d.ts +128 -20
- package/lib/ele-drawer/style/index.scss +4 -0
- package/lib/ele-dropdown/components/dropdown-menu-item.cjs +66 -80
- package/lib/ele-dropdown/components/dropdown-menu-item.d.ts +17 -13
- package/lib/ele-dropdown/components/dropdown-menus.cjs +64 -76
- package/lib/ele-dropdown/components/dropdown-menus.d.ts +15 -9
- package/lib/ele-dropdown/components/pro-dropdown.cjs +94 -117
- package/lib/ele-dropdown/components/pro-dropdown.d.ts +370 -103
- package/lib/ele-dropdown/index.cjs +142 -168
- package/lib/ele-dropdown/index.d.ts +370 -96
- package/lib/ele-dropdown/props.cjs +3 -3
- package/lib/ele-dropdown/props.d.ts +287 -51
- package/lib/ele-dropdown/style/index.scss +0 -6
- package/lib/ele-edit-tag/index.cjs +119 -148
- package/lib/ele-edit-tag/index.d.ts +20 -23
- package/lib/ele-ellipsis/index.cjs +27 -41
- package/lib/ele-ellipsis/index.d.ts +18 -15
- package/lib/ele-file-list/components/file-grid-item.cjs +56 -71
- package/lib/ele-file-list/components/file-grid-item.d.ts +23 -16
- package/lib/ele-file-list/components/file-grid.cjs +58 -73
- package/lib/ele-file-list/components/file-grid.d.ts +17 -16
- package/lib/ele-file-list/components/file-sort.cjs +15 -20
- package/lib/ele-file-list/components/file-sort.d.ts +3 -3
- package/lib/ele-file-list/components/file-table-item.cjs +88 -101
- package/lib/ele-file-list/components/file-table-item.d.ts +29 -16
- package/lib/ele-file-list/components/file-table.cjs +105 -122
- package/lib/ele-file-list/components/file-table.d.ts +23 -18
- package/lib/ele-file-list/index.cjs +106 -135
- package/lib/ele-file-list/index.d.ts +22 -49
- package/lib/ele-file-list/style/index.scss +1 -1
- package/lib/ele-file-list-tool/index.cjs +16 -22
- package/lib/ele-file-list-tool/index.d.ts +13 -6
- package/lib/ele-icon/index.cjs +28 -42
- package/lib/ele-icon/index.d.ts +41 -6
- package/lib/ele-icon/props.cjs +5 -1
- package/lib/ele-icon/props.d.ts +15 -0
- package/lib/ele-icon/types.d.ts +4 -0
- package/lib/ele-icon-select/components/icon-grid.cjs +55 -67
- package/lib/ele-icon-select/components/icon-grid.d.ts +19 -13
- package/lib/ele-icon-select/index.cjs +141 -168
- package/lib/ele-icon-select/index.d.ts +32 -37
- package/lib/ele-image-viewer/index.cjs +53 -55
- package/lib/ele-image-viewer/index.d.ts +157 -59
- package/lib/ele-image-viewer/props.d.ts +65 -8
- package/lib/ele-loading/index.cjs +48 -60
- package/lib/ele-loading/index.d.ts +14 -6
- package/lib/ele-map-picker/components/map-view.cjs +182 -226
- package/lib/ele-map-picker/components/map-view.d.ts +11 -71
- package/lib/ele-map-picker/index.cjs +46 -60
- package/lib/ele-map-picker/index.d.ts +23 -24
- package/lib/ele-map-picker/style/index.scss +1 -1
- package/lib/ele-mention/index.cjs +45 -0
- package/lib/ele-mention/index.d.ts +469 -0
- package/lib/ele-mention/props.cjs +13 -0
- package/lib/ele-mention/props.d.ts +217 -0
- package/lib/ele-mention/style/index.cjs +2 -0
- package/lib/ele-mention/style/index.d.ts +1 -0
- package/lib/ele-mention/types.d.ts +16 -0
- package/lib/ele-menus/components/item-title.cjs +59 -74
- package/lib/ele-menus/components/item-title.d.ts +26 -16
- package/lib/ele-menus/components/menu-items.cjs +191 -214
- package/lib/ele-menus/components/menu-items.d.ts +23 -24
- package/lib/ele-menus/index.cjs +148 -170
- package/lib/ele-menus/index.d.ts +208 -67
- package/lib/ele-menus/props.d.ts +88 -10
- package/lib/ele-menus/util.cjs +4 -4
- package/lib/ele-modal/index.cjs +166 -191
- package/lib/ele-modal/index.d.ts +236 -68
- package/lib/ele-modal/props.cjs +2 -0
- package/lib/ele-modal/props.d.ts +98 -16
- package/lib/ele-modal/util.cjs +4 -4
- package/lib/ele-page/index.cjs +20 -25
- package/lib/ele-page/index.d.ts +13 -4
- package/lib/ele-pagination/index.cjs +52 -60
- package/lib/ele-pagination/index.d.ts +174 -41
- package/lib/ele-pagination/props.d.ts +74 -10
- package/lib/ele-popconfirm/index.cjs +111 -134
- package/lib/ele-popconfirm/index.d.ts +320 -84
- package/lib/ele-popconfirm/props.d.ts +139 -27
- package/lib/ele-popover/index.cjs +54 -66
- package/lib/ele-popover/index.d.ts +320 -76
- package/lib/ele-popover/props.cjs +3 -3
- package/lib/ele-popover/props.d.ts +147 -28
- package/lib/ele-printer/index.cjs +66 -71
- package/lib/ele-printer/index.d.ts +20 -12
- package/lib/ele-pro-form/components/builder-tool-wrapper.cjs +48 -0
- package/lib/ele-pro-form/components/builder-tool-wrapper.d.ts +43 -0
- package/lib/ele-pro-form/components/builder-wrapper.cjs +15 -28
- package/lib/ele-pro-form/components/builder-wrapper.d.ts +5 -13
- package/lib/ele-pro-form/components/draggable-row.cjs +142 -0
- package/lib/ele-pro-form/components/draggable-row.d.ts +84 -0
- package/lib/ele-pro-form/components/item-type-data.cjs +461 -84
- package/lib/ele-pro-form/components/item-type-data.d.ts +3 -0
- package/lib/ele-pro-form/components/pro-form-footer.cjs +83 -97
- package/lib/ele-pro-form/components/pro-form-footer.d.ts +23 -13
- package/lib/ele-pro-form/components/render-core.cjs +175 -0
- package/lib/ele-pro-form/components/render-core.d.ts +62 -0
- package/lib/ele-pro-form/components/render-util.cjs +537 -0
- package/lib/ele-pro-form/components/render-util.d.ts +137 -0
- package/lib/ele-pro-form/index.cjs +189 -174
- package/lib/ele-pro-form/index.d.ts +157 -313
- package/lib/ele-pro-form/props.cjs +66 -24
- package/lib/ele-pro-form/props.d.ts +134 -33
- package/lib/ele-pro-form/style/index.cjs +17 -20
- package/lib/ele-pro-form/style/index.scss +179 -15
- package/lib/ele-pro-form/types.d.ts +42 -56
- package/lib/ele-pro-form/util.cjs +61 -288
- package/lib/ele-pro-form/util.d.ts +12 -110
- package/lib/ele-pro-form-builder/components/body-form.cjs +18 -13
- package/lib/ele-pro-form-builder/components/body-form.d.ts +22 -13
- package/lib/ele-pro-form-builder/components/body-header.cjs +140 -31
- package/lib/ele-pro-form-builder/components/body-header.d.ts +40 -10
- package/lib/ele-pro-form-builder/components/build-core.cjs +212 -0
- package/lib/ele-pro-form-builder/components/build-core.d.ts +64 -0
- package/lib/ele-pro-form-builder/components/build-util.cjs +21 -13
- package/lib/ele-pro-form-builder/components/build-util.d.ts +6 -6
- package/lib/ele-pro-form-builder/components/builder-tools.cjs +9 -8
- package/lib/ele-pro-form-builder/components/builder-tools.d.ts +5 -5
- package/lib/ele-pro-form-builder/components/children-edit.cjs +65 -52
- package/lib/ele-pro-form-builder/components/children-edit.d.ts +16 -15
- package/lib/ele-pro-form-builder/components/code-editer.cjs +27 -0
- package/lib/ele-pro-form-builder/components/code-editer.d.ts +21 -0
- package/lib/ele-pro-form-builder/components/code-generator.cjs +487 -0
- package/lib/ele-pro-form-builder/components/code-generator.d.ts +121 -0
- package/lib/ele-pro-form-builder/components/code-js-var.cjs +17 -100
- package/lib/ele-pro-form-builder/components/code-js-var.d.ts +4 -17
- package/lib/ele-pro-form-builder/components/code-preview.cjs +122 -0
- package/lib/ele-pro-form-builder/components/code-preview.d.ts +37 -0
- package/lib/ele-pro-form-builder/components/code-template.cjs +42 -522
- package/lib/ele-pro-form-builder/components/code-template.d.ts +4 -115
- package/lib/ele-pro-form-builder/components/code-util.cjs +9 -9
- package/lib/ele-pro-form-builder/components/code-util.d.ts +13 -13
- package/lib/ele-pro-form-builder/components/code-viewer.cjs +33 -0
- package/lib/ele-pro-form-builder/components/code-viewer.d.ts +17 -0
- package/lib/ele-pro-form-builder/components/component-data.cjs +4405 -1183
- package/lib/ele-pro-form-builder/components/component-data.d.ts +2 -0
- package/lib/ele-pro-form-builder/components/component-list.cjs +51 -21
- package/lib/ele-pro-form-builder/components/component-list.d.ts +22 -8
- package/lib/ele-pro-form-builder/components/component-name.cjs +3 -2
- package/lib/ele-pro-form-builder/components/component-name.d.ts +3 -3
- package/lib/ele-pro-form-builder/components/component-picker.cjs +62 -0
- package/lib/ele-pro-form-builder/components/component-picker.d.ts +50 -0
- package/lib/ele-pro-form-builder/components/config-form.cjs +43 -15
- package/lib/ele-pro-form-builder/components/config-form.d.ts +20 -8
- package/lib/ele-pro-form-builder/components/covers/cover-alert.cjs +7 -7
- package/lib/ele-pro-form-builder/components/covers/cover-alert.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-autocomplete.cjs +8 -8
- package/lib/ele-pro-form-builder/components/covers/cover-autocomplete.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-button.cjs +2 -2
- package/lib/ele-pro-form-builder/components/covers/cover-button.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-card.cjs +4 -4
- package/lib/ele-pro-form-builder/components/covers/cover-card.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-carousel.cjs +8 -8
- package/lib/ele-pro-form-builder/components/covers/cover-carousel.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-cascader.cjs +20 -20
- package/lib/ele-pro-form-builder/components/covers/cover-cascader.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-check-card.cjs +4 -4
- package/lib/ele-pro-form-builder/components/covers/cover-check-card.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-checkbox-button.cjs +4 -4
- package/lib/ele-pro-form-builder/components/covers/cover-checkbox-button.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-checkbox.cjs +7 -7
- package/lib/ele-pro-form-builder/components/covers/cover-checkbox.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-collapse.cjs +12 -12
- package/lib/ele-pro-form-builder/components/covers/cover-collapse.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-color-picker.cjs +11 -11
- package/lib/ele-pro-form-builder/components/covers/cover-color-picker.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-date.cjs +6 -6
- package/lib/ele-pro-form-builder/components/covers/cover-date.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-daterange.cjs +6 -6
- package/lib/ele-pro-form-builder/components/covers/cover-daterange.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-datetime.cjs +6 -6
- package/lib/ele-pro-form-builder/components/covers/cover-datetime.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-datetimerange.cjs +6 -6
- package/lib/ele-pro-form-builder/components/covers/cover-datetimerange.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-descriptions.cjs +35 -39
- package/lib/ele-pro-form-builder/components/covers/cover-descriptions.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-div.cjs +4 -4
- package/lib/ele-pro-form-builder/components/covers/cover-div.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-divider.cjs +12 -14
- package/lib/ele-pro-form-builder/components/covers/cover-divider.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-edit-tag.cjs +6 -6
- package/lib/ele-pro-form-builder/components/covers/cover-edit-tag.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-icon.cjs +4 -4
- package/lib/ele-pro-form-builder/components/covers/cover-icon.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-image.cjs +2 -2
- package/lib/ele-pro-form-builder/components/covers/cover-image.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-input-number.cjs +26 -28
- package/lib/ele-pro-form-builder/components/covers/cover-input-number.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-input.cjs +4 -4
- package/lib/ele-pro-form-builder/components/covers/cover-input.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-label.cjs +13 -21
- package/lib/ele-pro-form-builder/components/covers/cover-label.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-mention.cjs +21 -21
- package/lib/ele-pro-form-builder/components/covers/cover-mention.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-multiple-cascader.cjs +31 -31
- package/lib/ele-pro-form-builder/components/covers/cover-multiple-cascader.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-multiple-check-card.cjs +4 -4
- package/lib/ele-pro-form-builder/components/covers/cover-multiple-check-card.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-multiple-select.cjs +13 -13
- package/lib/ele-pro-form-builder/components/covers/cover-multiple-select.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-pro-table.cjs +2 -2
- package/lib/ele-pro-form-builder/components/covers/cover-pro-table.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-radio-button.cjs +4 -4
- package/lib/ele-pro-form-builder/components/covers/cover-radio-button.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-radio.cjs +7 -7
- package/lib/ele-pro-form-builder/components/covers/cover-radio.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-rate.cjs +5 -5
- package/lib/ele-pro-form-builder/components/covers/cover-rate.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-row.cjs +4 -4
- package/lib/ele-pro-form-builder/components/covers/cover-row.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-select.cjs +8 -8
- package/lib/ele-pro-form-builder/components/covers/cover-select.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-slider-range.cjs +11 -17
- package/lib/ele-pro-form-builder/components/covers/cover-slider-range.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-slider.cjs +39 -47
- package/lib/ele-pro-form-builder/components/covers/cover-slider.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-steps.cjs +49 -49
- package/lib/ele-pro-form-builder/components/covers/cover-steps.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-switch.cjs +17 -23
- package/lib/ele-pro-form-builder/components/covers/cover-switch.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-table-multiple-select.cjs +8 -8
- package/lib/ele-pro-form-builder/components/covers/cover-table-multiple-select.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-table-select.cjs +6 -6
- package/lib/ele-pro-form-builder/components/covers/cover-table-select.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-table.cjs +28 -32
- package/lib/ele-pro-form-builder/components/covers/cover-table.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-tabs.cjs +6 -6
- package/lib/ele-pro-form-builder/components/covers/cover-tabs.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-text.cjs +13 -21
- package/lib/ele-pro-form-builder/components/covers/cover-text.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-textarea.cjs +5 -5
- package/lib/ele-pro-form-builder/components/covers/cover-textarea.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-time-select.cjs +8 -8
- package/lib/ele-pro-form-builder/components/covers/cover-time-select.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-time.cjs +14 -14
- package/lib/ele-pro-form-builder/components/covers/cover-time.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-timerange.cjs +14 -14
- package/lib/ele-pro-form-builder/components/covers/cover-timerange.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-transfer.cjs +25 -25
- package/lib/ele-pro-form-builder/components/covers/cover-transfer.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-tree-multiple-select.cjs +16 -16
- package/lib/ele-pro-form-builder/components/covers/cover-tree-multiple-select.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-tree-select.cjs +11 -11
- package/lib/ele-pro-form-builder/components/covers/cover-tree-select.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-virtual-tree-multiple-select.cjs +29 -29
- package/lib/ele-pro-form-builder/components/covers/cover-virtual-tree-multiple-select.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/cover-virtual-tree-select.cjs +24 -24
- package/lib/ele-pro-form-builder/components/covers/cover-virtual-tree-select.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/covers/index.cjs +53 -52
- package/lib/ele-pro-form-builder/components/covers/index.d.ts +52 -52
- package/lib/ele-pro-form-builder/components/event-edit.cjs +141 -0
- package/lib/ele-pro-form-builder/components/event-edit.d.ts +43 -0
- package/lib/ele-pro-form-builder/components/html-edit.cjs +99 -0
- package/lib/ele-pro-form-builder/components/html-edit.d.ts +31 -0
- package/lib/ele-pro-form-builder/components/icons/icon-arrow.d.ts +3 -3
- package/lib/ele-pro-form-builder/components/icons/icon-button.d.ts +3 -3
- package/lib/ele-pro-form-builder/components/icons/icon-calendar.d.ts +3 -3
- package/lib/ele-pro-form-builder/components/icons/icon-card.d.ts +3 -3
- package/lib/ele-pro-form-builder/components/icons/icon-checkbox.cjs +1 -1
- package/lib/ele-pro-form-builder/components/icons/icon-checkbox.d.ts +3 -3
- package/lib/ele-pro-form-builder/components/icons/icon-cursor.cjs +17 -23
- package/lib/ele-pro-form-builder/components/icons/icon-cursor.d.ts +1 -1
- package/lib/ele-pro-form-builder/components/icons/icon-image.d.ts +3 -3
- package/lib/ele-pro-form-builder/components/icons/icon-input.d.ts +3 -3
- package/lib/ele-pro-form-builder/components/icons/icon-panel.d.ts +3 -3
- package/lib/ele-pro-form-builder/components/icons/icon-radio-button.d.ts +3 -3
- package/lib/ele-pro-form-builder/components/icons/icon-radio.d.ts +3 -3
- package/lib/ele-pro-form-builder/components/icons/icon-range-skeleton.d.ts +3 -3
- package/lib/ele-pro-form-builder/components/icons/icon-skeleton.d.ts +3 -3
- package/lib/ele-pro-form-builder/components/icons/icon-table-row.d.ts +3 -3
- package/lib/ele-pro-form-builder/components/icons/icon-table.cjs +3 -3
- package/lib/ele-pro-form-builder/components/icons/icon-table.d.ts +3 -3
- package/lib/ele-pro-form-builder/components/icons/svg-icon.cjs +16 -16
- package/lib/ele-pro-form-builder/components/icons/svg-icon.d.ts +3 -3
- package/lib/ele-pro-form-builder/components/if-edit.cjs +121 -0
- package/lib/ele-pro-form-builder/components/if-edit.d.ts +35 -0
- package/lib/ele-pro-form-builder/components/import-modal.cjs +152 -0
- package/lib/ele-pro-form-builder/components/import-modal.d.ts +38 -0
- package/lib/ele-pro-form-builder/components/json-input.cjs +64 -0
- package/lib/ele-pro-form-builder/components/json-input.d.ts +26 -0
- package/lib/ele-pro-form-builder/components/options-code.cjs +50 -0
- package/lib/ele-pro-form-builder/components/options-code.d.ts +33 -0
- package/lib/ele-pro-form-builder/components/options-edit.cjs +91 -431
- package/lib/ele-pro-form-builder/components/options-edit.d.ts +31 -32
- package/lib/ele-pro-form-builder/components/options-table.cjs +381 -0
- package/lib/ele-pro-form-builder/components/options-table.d.ts +33 -0
- package/lib/ele-pro-form-builder/components/outline-list.cjs +49 -43
- package/lib/ele-pro-form-builder/components/outline-list.d.ts +21 -17
- package/lib/ele-pro-form-builder/components/outline-tree.cjs +35 -66
- package/lib/ele-pro-form-builder/components/outline-tree.d.ts +18 -12
- package/lib/ele-pro-form-builder/components/preview-modal.cjs +34 -26
- package/lib/ele-pro-form-builder/components/preview-modal.d.ts +18 -7
- package/lib/ele-pro-form-builder/components/props-form.cjs +151 -49
- package/lib/ele-pro-form-builder/components/props-form.d.ts +32 -9
- package/lib/ele-pro-form-builder/components/source-edit.cjs +116 -0
- package/lib/ele-pro-form-builder/components/source-edit.d.ts +35 -0
- package/lib/ele-pro-form-builder/components/style-edit.cjs +13 -12
- package/lib/ele-pro-form-builder/components/style-edit.d.ts +4 -4
- package/lib/ele-pro-form-builder/components/table-tool-menu.cjs +24 -7
- package/lib/ele-pro-form-builder/components/table-tool-menu.d.ts +14 -8
- package/lib/ele-pro-form-builder/components/table-util.cjs +60 -37
- package/lib/ele-pro-form-builder/components/table-util.d.ts +25 -17
- package/lib/ele-pro-form-builder/components/template-list.cjs +10 -12
- package/lib/ele-pro-form-builder/components/template-list.d.ts +8 -7
- package/lib/ele-pro-form-builder/components/tool-button.cjs +1 -0
- package/lib/ele-pro-form-builder/components/tool-button.d.ts +4 -4
- package/lib/ele-pro-form-builder/components/type-edit.cjs +48 -0
- package/lib/ele-pro-form-builder/components/type-edit.d.ts +28 -0
- package/lib/ele-pro-form-builder/index.cjs +373 -333
- package/lib/ele-pro-form-builder/index.d.ts +60 -0
- package/lib/ele-pro-form-builder/props.cjs +26 -2
- package/lib/ele-pro-form-builder/props.d.ts +30 -5
- package/lib/ele-pro-form-builder/style/css-var.scss +2 -1
- package/lib/ele-pro-form-builder/style/index.cjs +10 -0
- package/lib/ele-pro-form-builder/style/index.scss +391 -320
- package/lib/ele-pro-form-builder/types.d.ts +85 -88
- package/lib/ele-pro-form-builder/util.cjs +116 -199
- package/lib/ele-pro-form-builder/util.d.ts +6 -79
- package/lib/ele-pro-layout/components/pro-iframe.cjs +42 -49
- package/lib/ele-pro-layout/components/pro-iframe.d.ts +5 -9
- package/lib/ele-pro-layout/index.cjs +198 -244
- package/lib/ele-pro-layout/index.d.ts +208 -208
- package/lib/ele-pro-layout/props.cjs +16 -123
- package/lib/ele-pro-layout/props.d.ts +93 -127
- package/lib/ele-pro-layout/util.cjs +4 -4
- package/lib/ele-pro-table/components/table-tools.cjs +180 -217
- package/lib/ele-pro-table/components/table-tools.d.ts +32 -25
- package/lib/ele-pro-table/components/tool-column-list.cjs +116 -149
- package/lib/ele-pro-table/components/tool-column-list.d.ts +12 -23
- package/lib/ele-pro-table/components/tool-column.cjs +81 -113
- package/lib/ele-pro-table/components/tool-column.d.ts +8 -29
- package/lib/ele-pro-table/components/tool-export.cjs +157 -203
- package/lib/ele-pro-table/components/tool-export.d.ts +7 -38
- package/lib/ele-pro-table/components/tool-print-body-cell.cjs +55 -65
- package/lib/ele-pro-table/components/tool-print-body-cell.d.ts +3 -9
- package/lib/ele-pro-table/components/tool-print-header-cell.cjs +18 -26
- package/lib/ele-pro-table/components/tool-print-header-cell.d.ts +3 -9
- package/lib/ele-pro-table/components/tool-print.cjs +305 -356
- package/lib/ele-pro-table/components/tool-print.d.ts +29 -34
- package/lib/ele-pro-table/index.cjs +143 -160
- package/lib/ele-pro-table/index.d.ts +138 -114
- package/lib/ele-pro-table/props.cjs +2 -2
- package/lib/ele-pro-table/props.d.ts +36 -30
- package/lib/ele-pro-table/types.d.ts +1 -0
- package/lib/ele-pro-table/util.cjs +17 -17
- package/lib/ele-qr-code/components/canvas-render.cjs +44 -48
- package/lib/ele-qr-code/components/canvas-render.d.ts +6 -11
- package/lib/ele-qr-code/index.cjs +32 -42
- package/lib/ele-qr-code/index.d.ts +6 -8
- package/lib/ele-qr-code-svg/index.cjs +44 -59
- package/lib/ele-qr-code-svg/index.d.ts +6 -15
- package/lib/ele-radio-group/index.cjs +65 -0
- package/lib/ele-radio-group/index.d.ts +147 -0
- package/lib/ele-radio-group/props.cjs +15 -0
- package/lib/ele-radio-group/props.d.ts +70 -0
- package/lib/ele-radio-group/style/index.cjs +4 -0
- package/lib/ele-radio-group/style/index.d.ts +1 -0
- package/lib/ele-radio-group/types.d.ts +25 -0
- package/lib/ele-segmented/index.cjs +59 -69
- package/lib/ele-segmented/index.d.ts +20 -11
- package/lib/ele-segmented/style/index.scss +18 -6
- package/lib/ele-select/index.cjs +77 -0
- package/lib/ele-select/index.d.ts +237 -0
- package/lib/ele-select/props.cjs +19 -0
- package/lib/ele-select/props.d.ts +107 -0
- package/lib/ele-select/style/index.cjs +4 -0
- package/lib/ele-select/style/index.d.ts +1 -0
- package/lib/ele-select/types.d.ts +25 -0
- package/lib/ele-select-tree/index.cjs +44 -0
- package/lib/ele-select-tree/index.d.ts +358 -0
- package/lib/ele-select-tree/props.cjs +81 -0
- package/lib/ele-select-tree/props.d.ts +228 -0
- package/lib/ele-select-tree/style/index.cjs +2 -0
- package/lib/ele-select-tree/style/index.d.ts +1 -0
- package/lib/ele-select-tree/types.d.ts +14 -0
- package/lib/ele-split-panel/index.cjs +87 -102
- package/lib/ele-split-panel/index.d.ts +22 -17
- package/lib/ele-steps/index.cjs +42 -49
- package/lib/ele-steps/index.d.ts +109 -41
- package/lib/ele-steps/props.cjs +1 -4
- package/lib/ele-steps/props.d.ts +44 -12
- package/lib/ele-steps/style/index.scss +2 -0
- package/lib/ele-steps/types.d.ts +5 -0
- package/lib/ele-tab-bar/index.cjs +45 -0
- package/lib/ele-tab-bar/index.d.ts +31 -0
- package/lib/ele-tab-bar/props.cjs +18 -0
- package/lib/ele-tab-bar/props.d.ts +25 -0
- package/lib/ele-tab-bar/style/css-var.scss +8 -0
- package/lib/ele-tab-bar/style/index.cjs +2 -0
- package/lib/ele-tab-bar/style/index.d.ts +1 -0
- package/lib/ele-tab-bar/style/index.scss +95 -0
- package/lib/ele-tab-bar/types.d.ts +14 -0
- package/lib/ele-tab-tool/index.cjs +34 -45
- package/lib/ele-tab-tool/index.d.ts +13 -7
- package/lib/ele-tab-wrap/components/tab-dropdown.cjs +49 -56
- package/lib/ele-tab-wrap/components/tab-dropdown.d.ts +17 -9
- package/lib/ele-tab-wrap/index.cjs +22 -29
- package/lib/ele-tab-wrap/index.d.ts +12 -3
- package/lib/ele-table/index.cjs +23 -28
- package/lib/ele-table/index.d.ts +13 -4
- package/lib/ele-table-select/index.cjs +101 -117
- package/lib/ele-table-select/index.d.ts +26 -173
- package/lib/ele-tabs/index.cjs +142 -180
- package/lib/ele-tabs/index.d.ts +93 -70
- package/lib/ele-tabs/props.d.ts +20 -14
- package/lib/ele-tabs/style/index.scss +10 -0
- package/lib/ele-text/index.cjs +48 -53
- package/lib/ele-text/index.d.ts +13 -4
- package/lib/ele-text/style/index.scss +8 -2
- package/lib/ele-text/types.d.ts +2 -0
- package/lib/ele-timeline/index.cjs +95 -104
- package/lib/ele-timeline/index.d.ts +25 -12
- package/lib/ele-timeline/props.cjs +1 -1
- package/lib/ele-timeline/props.d.ts +1 -1
- package/lib/ele-timeline/style/css-var.scss +1 -1
- package/lib/ele-timeline/style/index.scss +15 -2
- package/lib/ele-timeline/types.d.ts +1 -1
- package/lib/ele-tool/index.cjs +20 -27
- package/lib/ele-tool/index.d.ts +17 -10
- package/lib/ele-toolbar/index.cjs +63 -75
- package/lib/ele-toolbar/index.d.ts +16 -9
- package/lib/ele-tooltip/index.cjs +56 -66
- package/lib/ele-tooltip/index.d.ts +303 -66
- package/lib/ele-tooltip/props.cjs +2 -2
- package/lib/ele-tooltip/props.d.ts +130 -18
- package/lib/ele-tooltip/style/css-var.scss +13 -0
- package/lib/ele-tooltip/style/index.scss +0 -2
- package/lib/ele-tour/index.cjs +124 -142
- package/lib/ele-tour/index.d.ts +28 -19
- package/lib/ele-transfer/index.cjs +47 -0
- package/lib/ele-transfer/index.d.ts +220 -0
- package/lib/ele-transfer/props.cjs +13 -0
- package/lib/ele-transfer/props.d.ts +102 -0
- package/lib/ele-transfer/style/index.cjs +2 -0
- package/lib/ele-transfer/style/index.d.ts +1 -0
- package/lib/ele-transfer/types.d.ts +16 -0
- package/lib/ele-tree-select/index.cjs +113 -125
- package/lib/ele-tree-select/index.d.ts +28 -89
- package/lib/ele-tree-select/props.d.ts +4 -4
- package/lib/ele-tree-select/types.d.ts +13 -0
- package/lib/ele-tree-select/util.cjs +2 -2
- package/lib/ele-tree-table/components/table-body.cjs +92 -0
- package/lib/ele-tree-table/components/table-body.d.ts +71 -0
- package/lib/ele-tree-table/components/table-row.cjs +90 -0
- package/lib/ele-tree-table/components/table-row.d.ts +60 -0
- package/lib/ele-tree-table/index.cjs +140 -0
- package/lib/ele-tree-table/index.d.ts +35 -0
- package/lib/ele-tree-table/props.cjs +20 -0
- package/lib/ele-tree-table/props.d.ts +25 -0
- package/lib/ele-tree-table/style/css-var.scss +8 -0
- package/lib/ele-tree-table/style/index.cjs +3 -0
- package/lib/ele-tree-table/style/index.d.ts +1 -0
- package/lib/ele-tree-table/style/index.scss +224 -0
- package/lib/ele-tree-table/types.d.ts +27 -0
- package/lib/ele-upload-list/components/list-item.cjs +127 -159
- package/lib/ele-upload-list/components/list-item.d.ts +30 -20
- package/lib/ele-upload-list/index.cjs +115 -149
- package/lib/ele-upload-list/index.d.ts +26 -46
- package/lib/ele-viewer/index.cjs +275 -0
- package/lib/ele-viewer/index.d.ts +87 -0
- package/lib/ele-viewer/props.cjs +38 -0
- package/lib/ele-viewer/props.d.ts +45 -0
- package/lib/ele-viewer/style/css-var.scss +8 -0
- package/lib/ele-viewer/style/index.cjs +2 -0
- package/lib/ele-viewer/style/index.d.ts +1 -0
- package/lib/ele-viewer/style/index.scss +55 -0
- package/lib/ele-viewer/types.d.ts +13 -0
- package/lib/ele-viewer/util.cjs +11 -0
- package/lib/ele-viewer/util.d.ts +10 -0
- package/lib/ele-virtual-table/components/body-cell.cjs +64 -96
- package/lib/ele-virtual-table/components/body-cell.d.ts +18 -41
- package/lib/ele-virtual-table/components/body-row.cjs +50 -71
- package/lib/ele-virtual-table/components/body-row.d.ts +19 -32
- package/lib/ele-virtual-table/components/cell-checkbox.cjs +16 -24
- package/lib/ele-virtual-table/components/cell-checkbox.d.ts +6 -9
- package/lib/ele-virtual-table/components/cell-filter.cjs +110 -140
- package/lib/ele-virtual-table/components/cell-filter.d.ts +9 -20
- package/lib/ele-virtual-table/components/expand-row.cjs +12 -17
- package/lib/ele-virtual-table/components/expand-row.d.ts +14 -3
- package/lib/ele-virtual-table/components/footer-row.cjs +44 -52
- package/lib/ele-virtual-table/components/footer-row.d.ts +6 -10
- package/lib/ele-virtual-table/components/header-cell.cjs +55 -75
- package/lib/ele-virtual-table/components/header-cell.d.ts +12 -29
- package/lib/ele-virtual-table/components/header-row.cjs +41 -57
- package/lib/ele-virtual-table/components/header-row.d.ts +18 -24
- package/lib/ele-virtual-table/index.cjs +204 -274
- package/lib/ele-virtual-table/index.d.ts +122 -139
- package/lib/ele-virtual-table/props.d.ts +36 -30
- package/lib/ele-virtual-table/style/index.scss +8 -0
- package/lib/ele-virtual-table/util.cjs +14 -14
- package/lib/ele-virtual-table/util.d.ts +4 -4
- package/lib/ele-watermark/index.cjs +24 -29
- package/lib/ele-watermark/index.d.ts +14 -11
- package/lib/ele-xg-player/index.cjs +16 -17
- package/lib/ele-xg-player/index.d.ts +6 -7
- package/lib/icons/AnalysisOutlined.cjs +15 -25
- package/lib/icons/AnalysisOutlined.d.ts +1 -1
- package/lib/icons/ApplicationOutlined.cjs +12 -19
- package/lib/icons/ApplicationOutlined.d.ts +1 -1
- package/lib/icons/AppstoreAddOutlined.cjs +15 -25
- package/lib/icons/AppstoreAddOutlined.d.ts +1 -1
- package/lib/icons/AppstoreOutlined.cjs +15 -25
- package/lib/icons/AppstoreOutlined.d.ts +1 -1
- package/lib/icons/ArrowDown.cjs +12 -19
- package/lib/icons/ArrowDown.d.ts +1 -1
- package/lib/icons/ArrowDownOutlined.cjs +12 -19
- package/lib/icons/ArrowDownOutlined.d.ts +1 -1
- package/lib/icons/ArrowLeft.cjs +12 -19
- package/lib/icons/ArrowLeft.d.ts +1 -1
- package/lib/icons/ArrowLeftOutlined.cjs +12 -19
- package/lib/icons/ArrowLeftOutlined.d.ts +1 -1
- package/lib/icons/ArrowRight.cjs +12 -19
- package/lib/icons/ArrowRight.d.ts +1 -1
- package/lib/icons/ArrowRightOutlined.cjs +12 -19
- package/lib/icons/ArrowRightOutlined.d.ts +1 -1
- package/lib/icons/ArrowUp.cjs +12 -19
- package/lib/icons/ArrowUp.d.ts +1 -1
- package/lib/icons/ArrowUpOutlined.cjs +12 -19
- package/lib/icons/ArrowUpOutlined.d.ts +1 -1
- package/lib/icons/BellOutlined.cjs +12 -19
- package/lib/icons/BellOutlined.d.ts +1 -1
- package/lib/icons/BookOutlined.cjs +12 -19
- package/lib/icons/BookOutlined.d.ts +1 -1
- package/lib/icons/CalendarOutlined.cjs +12 -19
- package/lib/icons/CalendarOutlined.d.ts +1 -1
- package/lib/icons/CaretDownFilled.cjs +12 -19
- package/lib/icons/CaretDownFilled.d.ts +1 -1
- package/lib/icons/CaretUpFilled.cjs +12 -19
- package/lib/icons/CaretUpFilled.d.ts +1 -1
- package/lib/icons/CheckCircleFilled.cjs +12 -19
- package/lib/icons/CheckCircleFilled.d.ts +1 -1
- package/lib/icons/CheckCircleOutlined.cjs +13 -21
- package/lib/icons/CheckCircleOutlined.d.ts +1 -1
- package/lib/icons/CheckOutlined.cjs +12 -19
- package/lib/icons/CheckOutlined.d.ts +1 -1
- package/lib/icons/CityOutlined.cjs +15 -25
- package/lib/icons/CityOutlined.d.ts +1 -1
- package/lib/icons/ClockCircleOutlined.cjs +13 -21
- package/lib/icons/ClockCircleOutlined.d.ts +1 -1
- package/lib/icons/CloseCircleFilled.cjs +12 -19
- package/lib/icons/CloseCircleFilled.d.ts +1 -1
- package/lib/icons/CloseCircleOutlined.cjs +13 -21
- package/lib/icons/CloseCircleOutlined.d.ts +1 -1
- package/lib/icons/CloseOutlined.cjs +12 -19
- package/lib/icons/CloseOutlined.d.ts +1 -1
- package/lib/icons/CloudUploadOutlined.cjs +13 -21
- package/lib/icons/CloudUploadOutlined.d.ts +1 -1
- package/lib/icons/ClusterOutlined.cjs +12 -19
- package/lib/icons/ClusterOutlined.d.ts +1 -1
- package/lib/icons/CodeOutlined.cjs +14 -23
- package/lib/icons/CodeOutlined.d.ts +1 -1
- package/lib/icons/ColumnHeightOutlined.cjs +17 -26
- package/lib/icons/ColumnHeightOutlined.d.ts +1 -1
- package/lib/icons/CompassOutlined.cjs +16 -24
- package/lib/icons/CompassOutlined.d.ts +1 -1
- package/lib/icons/CompressOutlined.cjs +15 -25
- package/lib/icons/CompressOutlined.d.ts +1 -1
- package/lib/icons/ConnectionOutlined.cjs +13 -21
- package/lib/icons/ConnectionOutlined.d.ts +1 -1
- package/lib/icons/ControlOutlined.cjs +14 -23
- package/lib/icons/ControlOutlined.d.ts +1 -1
- package/lib/icons/CopyOutlined.cjs +15 -25
- package/lib/icons/CopyOutlined.d.ts +1 -1
- package/lib/icons/CornerLeftFilled.cjs +12 -19
- package/lib/icons/CornerLeftFilled.d.ts +1 -1
- package/lib/icons/CornerRightFilled.cjs +12 -19
- package/lib/icons/CornerRightFilled.d.ts +1 -1
- package/lib/icons/CpuOutlined.cjs +12 -19
- package/lib/icons/CpuOutlined.d.ts +1 -1
- package/lib/icons/DashboardOutlined.cjs +17 -26
- package/lib/icons/DashboardOutlined.d.ts +1 -1
- package/lib/icons/DatabaseOutlined.cjs +15 -25
- package/lib/icons/DatabaseOutlined.d.ts +1 -1
- package/lib/icons/DeleteOutlined.cjs +14 -23
- package/lib/icons/DeleteOutlined.d.ts +1 -1
- package/lib/icons/DesktopOutlined.cjs +12 -19
- package/lib/icons/DesktopOutlined.d.ts +1 -1
- package/lib/icons/DownloadOutlined.cjs +13 -21
- package/lib/icons/DownloadOutlined.d.ts +1 -1
- package/lib/icons/DragOutlined.cjs +12 -19
- package/lib/icons/DragOutlined.d.ts +1 -1
- package/lib/icons/EditOutlined.cjs +13 -21
- package/lib/icons/EditOutlined.d.ts +1 -1
- package/lib/icons/EllipsisOutlined.cjs +26 -35
- package/lib/icons/EllipsisOutlined.d.ts +1 -1
- package/lib/icons/EnvironmentOutlined.cjs +13 -21
- package/lib/icons/EnvironmentOutlined.d.ts +1 -1
- package/lib/icons/ExclamationCircleFilled.cjs +12 -19
- package/lib/icons/ExclamationCircleFilled.d.ts +1 -1
- package/lib/icons/ExpandOutlined.cjs +15 -25
- package/lib/icons/ExpandOutlined.d.ts +1 -1
- package/lib/icons/EyeOutlined.cjs +13 -21
- package/lib/icons/EyeOutlined.d.ts +1 -1
- package/lib/icons/FileOutlined.cjs +15 -25
- package/lib/icons/FileOutlined.d.ts +1 -1
- package/lib/icons/FilterFilled.cjs +12 -19
- package/lib/icons/FilterFilled.d.ts +1 -1
- package/lib/icons/FolderAddOutlined.cjs +13 -21
- package/lib/icons/FolderAddOutlined.d.ts +1 -1
- package/lib/icons/FolderOutlined.cjs +12 -19
- package/lib/icons/FolderOutlined.d.ts +1 -1
- package/lib/icons/FormOutlined.cjs +13 -21
- package/lib/icons/FormOutlined.d.ts +1 -1
- package/lib/icons/FullscreenExitOutlined.cjs +15 -25
- package/lib/icons/FullscreenExitOutlined.d.ts +1 -1
- package/lib/icons/FullscreenOutlined.cjs +15 -25
- package/lib/icons/FullscreenOutlined.d.ts +1 -1
- package/lib/icons/FundOutlined.cjs +13 -21
- package/lib/icons/FundOutlined.d.ts +1 -1
- package/lib/icons/GlobalOutlined.cjs +12 -19
- package/lib/icons/GlobalOutlined.d.ts +1 -1
- package/lib/icons/HolderOutlined.cjs +12 -19
- package/lib/icons/HolderOutlined.d.ts +1 -1
- package/lib/icons/HomeOutlined.cjs +12 -19
- package/lib/icons/HomeOutlined.d.ts +1 -1
- package/lib/icons/IdcardOutlined.cjs +18 -28
- package/lib/icons/IdcardOutlined.d.ts +1 -1
- package/lib/icons/InfoCircleFilled.cjs +12 -19
- package/lib/icons/InfoCircleFilled.d.ts +1 -1
- package/lib/icons/InsertColumnOutlined.cjs +15 -25
- package/lib/icons/InsertColumnOutlined.d.ts +1 -1
- package/lib/icons/InsertRowOutlined.cjs +15 -25
- package/lib/icons/InsertRowOutlined.d.ts +1 -1
- package/lib/icons/LinkOutlined.cjs +14 -23
- package/lib/icons/LinkOutlined.d.ts +1 -1
- package/lib/icons/LoadingDotOutlined.cjs +12 -19
- package/lib/icons/LoadingDotOutlined.d.ts +1 -1
- package/lib/icons/LoadingOutlined.cjs +12 -19
- package/lib/icons/LoadingOutlined.d.ts +1 -1
- package/lib/icons/LockOutlined.cjs +13 -21
- package/lib/icons/LockOutlined.d.ts +1 -1
- package/lib/icons/LogOutlined.cjs +15 -25
- package/lib/icons/LogOutlined.d.ts +1 -1
- package/lib/icons/LogoutOutlined.cjs +13 -21
- package/lib/icons/LogoutOutlined.d.ts +1 -1
- package/lib/icons/MailOutlined.cjs +12 -19
- package/lib/icons/MailOutlined.d.ts +1 -1
- package/lib/icons/MenuFoldOutlined.cjs +12 -19
- package/lib/icons/MenuFoldOutlined.d.ts +1 -1
- package/lib/icons/MenuOutlined.cjs +14 -23
- package/lib/icons/MenuOutlined.d.ts +1 -1
- package/lib/icons/MenuUnfoldOutlined.cjs +12 -19
- package/lib/icons/MenuUnfoldOutlined.d.ts +1 -1
- package/lib/icons/MessageOutlined.cjs +33 -43
- package/lib/icons/MessageOutlined.d.ts +1 -1
- package/lib/icons/MinusCircleOutlined.cjs +13 -21
- package/lib/icons/MinusCircleOutlined.d.ts +1 -1
- package/lib/icons/MobileOutlined.cjs +19 -27
- package/lib/icons/MobileOutlined.d.ts +1 -1
- package/lib/icons/MoonOutlined.cjs +12 -19
- package/lib/icons/MoonOutlined.d.ts +1 -1
- package/lib/icons/MoreOutlined.cjs +26 -35
- package/lib/icons/MoreOutlined.d.ts +1 -1
- package/lib/icons/PauseFilled.cjs +13 -21
- package/lib/icons/PauseFilled.d.ts +1 -1
- package/lib/icons/PieChartOutlined.cjs +13 -21
- package/lib/icons/PieChartOutlined.d.ts +1 -1
- package/lib/icons/PlayFilled.cjs +12 -19
- package/lib/icons/PlayFilled.d.ts +1 -1
- package/lib/icons/PlusCircleOutlined.cjs +13 -21
- package/lib/icons/PlusCircleOutlined.d.ts +1 -1
- package/lib/icons/PlusOutlined.cjs +12 -19
- package/lib/icons/PlusOutlined.d.ts +1 -1
- package/lib/icons/PlusSquareDashOutlined.cjs +12 -19
- package/lib/icons/PlusSquareDashOutlined.d.ts +1 -1
- package/lib/icons/PrinterOutlined.cjs +12 -19
- package/lib/icons/PrinterOutlined.d.ts +1 -1
- package/lib/icons/ProtectOutlined.cjs +13 -21
- package/lib/icons/ProtectOutlined.d.ts +1 -1
- package/lib/icons/QuestionCircleFilled.cjs +12 -19
- package/lib/icons/QuestionCircleFilled.d.ts +1 -1
- package/lib/icons/QuestionCircleOutlined.cjs +20 -29
- package/lib/icons/QuestionCircleOutlined.d.ts +1 -1
- package/lib/icons/RecoverOutlined.cjs +12 -19
- package/lib/icons/RecoverOutlined.d.ts +1 -1
- package/lib/icons/ReloadOutlined.cjs +12 -19
- package/lib/icons/ReloadOutlined.d.ts +1 -1
- package/lib/icons/ResizeOutlined.cjs +13 -21
- package/lib/icons/ResizeOutlined.d.ts +1 -1
- package/lib/icons/RollbackOutlined.cjs +12 -19
- package/lib/icons/RollbackOutlined.d.ts +1 -1
- package/lib/icons/SearchOutlined.cjs +12 -19
- package/lib/icons/SearchOutlined.d.ts +1 -1
- package/lib/icons/SettingOutlined.cjs +13 -21
- package/lib/icons/SettingOutlined.d.ts +1 -1
- package/lib/icons/ShoppingOutlined.cjs +12 -19
- package/lib/icons/ShoppingOutlined.d.ts +1 -1
- package/lib/icons/SizeCompactOutlined.cjs +12 -19
- package/lib/icons/SizeCompactOutlined.d.ts +1 -1
- package/lib/icons/SizeMiddleOutlined.cjs +12 -19
- package/lib/icons/SizeMiddleOutlined.d.ts +1 -1
- package/lib/icons/SizeSlackOutlined.cjs +15 -25
- package/lib/icons/SizeSlackOutlined.d.ts +1 -1
- package/lib/icons/SortOutlined.cjs +13 -21
- package/lib/icons/SortOutlined.d.ts +1 -1
- package/lib/icons/StarFilled.cjs +12 -19
- package/lib/icons/StarFilled.d.ts +1 -1
- package/lib/icons/StepBackwardFilled.cjs +21 -29
- package/lib/icons/StepBackwardFilled.d.ts +1 -1
- package/lib/icons/StepForwardFilled.cjs +21 -29
- package/lib/icons/StepForwardFilled.d.ts +1 -1
- package/lib/icons/StopOutlined.cjs +21 -0
- package/lib/icons/StopOutlined.d.ts +2 -0
- package/lib/icons/SuitcaseOutlined.cjs +12 -19
- package/lib/icons/SuitcaseOutlined.d.ts +1 -1
- package/lib/icons/SunOutlined.cjs +12 -19
- package/lib/icons/SunOutlined.d.ts +1 -1
- package/lib/icons/SwapOutlined.cjs +13 -21
- package/lib/icons/SwapOutlined.d.ts +1 -1
- package/lib/icons/SyncOutlined.cjs +13 -21
- package/lib/icons/SyncOutlined.d.ts +1 -1
- package/lib/icons/TableOutlined.cjs +12 -19
- package/lib/icons/TableOutlined.d.ts +1 -1
- package/lib/icons/TagOutlined.cjs +13 -21
- package/lib/icons/TagOutlined.d.ts +1 -1
- package/lib/icons/TimerOutlined.cjs +13 -21
- package/lib/icons/TimerOutlined.d.ts +1 -1
- package/lib/icons/UndoOutlined.cjs +12 -19
- package/lib/icons/UndoOutlined.d.ts +1 -1
- package/lib/icons/UnlockOutlined.cjs +13 -21
- package/lib/icons/UnlockOutlined.d.ts +1 -1
- package/lib/icons/UploadOutlined.cjs +13 -21
- package/lib/icons/UploadOutlined.d.ts +1 -1
- package/lib/icons/UserOutlined.cjs +12 -19
- package/lib/icons/UserOutlined.d.ts +1 -1
- package/lib/icons/VerticalAlignMiddleOutlined.cjs +14 -23
- package/lib/icons/VerticalAlignMiddleOutlined.d.ts +1 -1
- package/lib/icons/VerticalLeftOutlined.cjs +12 -19
- package/lib/icons/VerticalLeftOutlined.d.ts +1 -1
- package/lib/icons/VerticalRightOutlined.cjs +12 -19
- package/lib/icons/VerticalRightOutlined.d.ts +1 -1
- package/lib/icons/WarningOutlined.cjs +23 -32
- package/lib/icons/WarningOutlined.d.ts +1 -1
- package/lib/icons/ZoomInOutlined.cjs +13 -21
- package/lib/icons/ZoomInOutlined.d.ts +1 -1
- package/lib/icons/ZoomOutOutlined.cjs +13 -21
- package/lib/icons/ZoomOutOutlined.d.ts +1 -1
- package/lib/icons/index.cjs +2 -0
- package/lib/icons/index.d.ts +1 -0
- package/lib/lang/en_US.cjs +30 -0
- package/lib/lang/zh_CN.cjs +30 -0
- package/lib/lang/zh_TW.cjs +33 -3
- package/lib/style/plus.scss +5 -0
- package/lib/style/themes/default.scss +38 -6
- package/lib/style/themes/rounded.scss +1 -5
- package/lib/style/themes/theme-util.scss +6 -0
- package/lib/style/themes/transparent-css-var.scss +45 -0
- package/lib/style/themes/transparent.scss +86 -0
- package/lib/utils/common.cjs +168 -0
- package/lib/utils/common.d.ts +82 -0
- package/lib/utils/core.cjs +89 -148
- package/lib/utils/core.d.ts +33 -77
- package/lib/utils/hook.cjs +58 -0
- package/lib/utils/hook.d.ts +20 -1
- package/lib/utils/menu-util.cjs +29 -28
- package/lib/utils/menu-util.d.ts +8 -0
- package/lib/utils/message-box.cjs +2 -2
- package/lib/utils/message.cjs +3 -3
- package/lib/utils/message.d.ts +1 -1
- package/lib/utils/theme-util.cjs +197 -28
- package/lib/utils/theme-util.d.ts +49 -1
- package/package.json +40 -41
- package/typings/global.d.ts +13 -0
- package/es/ele-pro-form/components/pro-form-content.d.ts +0 -84
- package/es/ele-pro-form/components/pro-form-content.js +0 -292
- package/es/ele-pro-form/components/pro-form-item.d.ts +0 -59
- package/es/ele-pro-form/components/pro-form-item.js +0 -1917
- package/es/ele-pro-form-builder/components/tree-table.d.ts +0 -3253
- package/es/ele-pro-form-builder/components/tree-table.js +0 -239
- package/lib/ele-pro-form/components/pro-form-content.cjs +0 -291
- package/lib/ele-pro-form/components/pro-form-content.d.ts +0 -84
- package/lib/ele-pro-form/components/pro-form-item.cjs +0 -1933
- package/lib/ele-pro-form/components/pro-form-item.d.ts +0 -59
- package/lib/ele-pro-form-builder/components/tree-table.cjs +0 -238
- package/lib/ele-pro-form-builder/components/tree-table.d.ts +0 -3253
|
@@ -1,1933 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
const vue = require("vue");
|
|
3
|
-
const elementPlus = require("element-plus");
|
|
4
|
-
const EleText = require("../../ele-text/index");
|
|
5
|
-
const EleAlert = require("../../ele-alert/index");
|
|
6
|
-
const EleSteps = require("../../ele-steps/index");
|
|
7
|
-
const EleProTable = require("../../ele-pro-table/index");
|
|
8
|
-
const EleCard = require("../../ele-card/index");
|
|
9
|
-
const EleTabs = require("../../ele-tabs/index");
|
|
10
|
-
const EleTable = require("../../ele-table/index");
|
|
11
|
-
const EleTreeSelect = require("../../ele-tree-select/index");
|
|
12
|
-
const EleTableSelect = require("../../ele-table-select/index");
|
|
13
|
-
const EleCheckCard = require("../../ele-check-card/index");
|
|
14
|
-
const EleEditTag = require("../../ele-edit-tag/index");
|
|
15
|
-
const EleAdminLayout = require("../../ele-admin-layout/index");
|
|
16
|
-
const ALL_ICONS = require("../../icons");
|
|
17
|
-
const util = require("../util");
|
|
18
|
-
const ProFormContent = require("./pro-form-content");
|
|
19
|
-
function _interopNamespaceDefault(e) {
|
|
20
|
-
const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
|
|
21
|
-
if (e) {
|
|
22
|
-
for (const k in e) {
|
|
23
|
-
if (k !== "default") {
|
|
24
|
-
const d = Object.getOwnPropertyDescriptor(e, k);
|
|
25
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
26
|
-
enumerable: true,
|
|
27
|
-
get: () => e[k]
|
|
28
|
-
});
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
n.default = e;
|
|
33
|
-
return Object.freeze(n);
|
|
34
|
-
}
|
|
35
|
-
const ALL_ICONS__namespace = /* @__PURE__ */ _interopNamespaceDefault(ALL_ICONS);
|
|
36
|
-
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
37
|
-
...{
|
|
38
|
-
name: "ProFormItem",
|
|
39
|
-
components: { ...ALL_ICONS__namespace, EleAdminLayout }
|
|
40
|
-
},
|
|
41
|
-
__name: "pro-form-item",
|
|
42
|
-
props: {
|
|
43
|
-
item: {},
|
|
44
|
-
model: {},
|
|
45
|
-
rules: {},
|
|
46
|
-
formItems: {},
|
|
47
|
-
searchExpand: { type: Boolean },
|
|
48
|
-
editable: { type: Boolean },
|
|
49
|
-
activeItemKey: {}
|
|
50
|
-
},
|
|
51
|
-
emits: ["updateItemValue", "updateItemsData", "update:activeItemKey"],
|
|
52
|
-
setup(__props, { emit: __emit }) {
|
|
53
|
-
var _a, _b, _c, _d, _e, _f;
|
|
54
|
-
const props = __props;
|
|
55
|
-
const emit = __emit;
|
|
56
|
-
const modelValue = vue.computed(() => {
|
|
57
|
-
if (props.model == null || props.item.prop == null) {
|
|
58
|
-
return;
|
|
59
|
-
}
|
|
60
|
-
return util.getValue(props.model, props.item.prop);
|
|
61
|
-
});
|
|
62
|
-
const updateItemValue = (prop, value) => {
|
|
63
|
-
emit("updateItemValue", prop, value);
|
|
64
|
-
};
|
|
65
|
-
const updatePropValue = (propName, value) => {
|
|
66
|
-
if (propName != null) {
|
|
67
|
-
updateItemValue(propName, value);
|
|
68
|
-
}
|
|
69
|
-
};
|
|
70
|
-
const updateValue = (value) => {
|
|
71
|
-
var _a2;
|
|
72
|
-
updatePropValue((_a2 = props.item) == null ? void 0 : _a2.prop, value);
|
|
73
|
-
};
|
|
74
|
-
const handleUpdateItemsData = (items, parentItem) => {
|
|
75
|
-
emit("updateItemsData", items, parentItem);
|
|
76
|
-
};
|
|
77
|
-
const handleUpdateActiveItemKey = (activeKey) => {
|
|
78
|
-
emit("update:activeItemKey", activeKey);
|
|
79
|
-
};
|
|
80
|
-
const itemComponentRef = vue.ref(null);
|
|
81
|
-
const itemRefs = { itemComponentRef };
|
|
82
|
-
const uploadIsDone = () => {
|
|
83
|
-
console.log("uploadIsDone:", itemComponentRef.value);
|
|
84
|
-
if (itemComponentRef.value && typeof itemComponentRef.value.isFormValidate === "function") {
|
|
85
|
-
return itemComponentRef.value.isFormValidate();
|
|
86
|
-
}
|
|
87
|
-
if (props.item.type && util.uploadTypes.includes(props.item.type) && itemComponentRef.value && typeof itemComponentRef.value.isDone === "function") {
|
|
88
|
-
return itemComponentRef.value.isDone();
|
|
89
|
-
}
|
|
90
|
-
return true;
|
|
91
|
-
};
|
|
92
|
-
const itemRules = vue.computed(() => {
|
|
93
|
-
var _a2;
|
|
94
|
-
const itemProps = props.item.itemProps;
|
|
95
|
-
const iRule = itemProps ? itemProps.rules : void 0;
|
|
96
|
-
const iRules = iRule ? Array.isArray(iRule) ? iRule : [iRule] : void 0;
|
|
97
|
-
const fRule = props.rules ? props.rules[props.item.prop] : void 0;
|
|
98
|
-
const fRules = fRule ? Array.isArray(fRule) ? fRule : [fRule] : void 0;
|
|
99
|
-
const rules = iRules || fRules || [];
|
|
100
|
-
const trigger = util.getRuleTrigger(props.item.type);
|
|
101
|
-
const message = util.getRuleMessage(
|
|
102
|
-
props.item.type,
|
|
103
|
-
props.item.label,
|
|
104
|
-
props.item.requiredMessage,
|
|
105
|
-
(_a2 = props.item.props) == null ? void 0 : _a2.placeholder
|
|
106
|
-
);
|
|
107
|
-
if (props.item.required) {
|
|
108
|
-
rules.unshift({ required: true, message, trigger });
|
|
109
|
-
}
|
|
110
|
-
if (props.item.type && util.uploadTypes.includes(props.item.type)) {
|
|
111
|
-
const validator = (_rule, value, callback) => {
|
|
112
|
-
if (value && !uploadIsDone()) {
|
|
113
|
-
return callback(new Error(`${props.item.label ?? ""}还未上传完毕`));
|
|
114
|
-
}
|
|
115
|
-
callback();
|
|
116
|
-
};
|
|
117
|
-
rules.push({ trigger, validator });
|
|
118
|
-
}
|
|
119
|
-
return rules;
|
|
120
|
-
});
|
|
121
|
-
const cascaderProps = vue.reactive({
|
|
122
|
-
...((_b = (_a = props.item) == null ? void 0 : _a.props) == null ? void 0 : _b.props) || {},
|
|
123
|
-
multiple: ((_c = props.item) == null ? void 0 : _c.type) === "multipleCascader" || !!((_f = (_e = (_d = props.item) == null ? void 0 : _d.props) == null ? void 0 : _e.props) == null ? void 0 : _f.multiple)
|
|
124
|
-
});
|
|
125
|
-
vue.watch(
|
|
126
|
-
() => props.item,
|
|
127
|
-
(item) => {
|
|
128
|
-
var _a2;
|
|
129
|
-
const cProps = ((_a2 = item == null ? void 0 : item.props) == null ? void 0 : _a2.props) || {};
|
|
130
|
-
[
|
|
131
|
-
"expandTrigger",
|
|
132
|
-
"checkStrictly",
|
|
133
|
-
"emitPath",
|
|
134
|
-
"lazy",
|
|
135
|
-
"lazyLoad",
|
|
136
|
-
"value",
|
|
137
|
-
"label",
|
|
138
|
-
"children",
|
|
139
|
-
"disabled",
|
|
140
|
-
"leaf",
|
|
141
|
-
"hoverThreshold"
|
|
142
|
-
].forEach((k) => {
|
|
143
|
-
if (cascaderProps[k] == null && cProps[k] == null) {
|
|
144
|
-
return;
|
|
145
|
-
}
|
|
146
|
-
if (cascaderProps[k] !== cProps[k]) {
|
|
147
|
-
cascaderProps[k] = cProps[k];
|
|
148
|
-
}
|
|
149
|
-
});
|
|
150
|
-
if (item.type === "multipleCascader") {
|
|
151
|
-
if (!cascaderProps.multiple) {
|
|
152
|
-
cascaderProps.multiple = true;
|
|
153
|
-
}
|
|
154
|
-
} else if (!!cascaderProps.multiple !== !!cProps.multiple) {
|
|
155
|
-
cascaderProps.multiple = cProps.multiple;
|
|
156
|
-
}
|
|
157
|
-
},
|
|
158
|
-
{
|
|
159
|
-
immediate: true,
|
|
160
|
-
deep: true
|
|
161
|
-
}
|
|
162
|
-
);
|
|
163
|
-
return (_ctx, _cache) => {
|
|
164
|
-
var _a2, _b2, _c2, _d2, _e2, _f2, _g, _h, _i, _j, _k, _l;
|
|
165
|
-
const _component_ElOption = vue.resolveComponent("ElOption");
|
|
166
|
-
const _component_ElOptionGroup = vue.resolveComponent("ElOptionGroup");
|
|
167
|
-
return _ctx.item.type === "label" ? (vue.openBlock(), vue.createBlock(EleText, vue.normalizeProps(vue.mergeProps({ key: 0 }, _ctx.item.props || {})), vue.createSlots({
|
|
168
|
-
default: vue.withCtx(() => [
|
|
169
|
-
!(_ctx.item.slots && _ctx.item.slots.default && _ctx.$slots[_ctx.item.slots.default]) ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
170
|
-
_ctx.item.label != null && _ctx.item.label !== "" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
171
|
-
vue.createTextVNode(vue.toDisplayString(_ctx.item.label), 1)
|
|
172
|
-
], 64)) : vue.createCommentVNode("", true),
|
|
173
|
-
_ctx.item.children && _ctx.item.children.length ? (vue.openBlock(), vue.createBlock(ProFormContent, {
|
|
174
|
-
key: 1,
|
|
175
|
-
model: _ctx.model,
|
|
176
|
-
rules: _ctx.rules,
|
|
177
|
-
items: _ctx.item.children,
|
|
178
|
-
grid: _ctx.item.grid,
|
|
179
|
-
rowProps: _ctx.item.rowProps,
|
|
180
|
-
formItems: _ctx.formItems,
|
|
181
|
-
searchExpand: _ctx.searchExpand,
|
|
182
|
-
parentItem: _ctx.item,
|
|
183
|
-
editable: _ctx.editable,
|
|
184
|
-
sortDisabled: true,
|
|
185
|
-
activeItemKey: _ctx.activeItemKey,
|
|
186
|
-
onUpdateItemValue: updateItemValue,
|
|
187
|
-
onUpdateItemsData: handleUpdateItemsData,
|
|
188
|
-
"onUpdate:activeItemKey": handleUpdateActiveItemKey
|
|
189
|
-
}, vue.createSlots({ _: 2 }, [
|
|
190
|
-
vue.renderList(Object.keys(_ctx.$slots), (name) => {
|
|
191
|
-
return {
|
|
192
|
-
name,
|
|
193
|
-
fn: vue.withCtx((slotProps) => [
|
|
194
|
-
vue.renderSlot(_ctx.$slots, name, vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
195
|
-
])
|
|
196
|
-
};
|
|
197
|
-
})
|
|
198
|
-
]), 1032, ["model", "rules", "items", "grid", "rowProps", "formItems", "searchExpand", "parentItem", "editable", "activeItemKey"])) : vue.createCommentVNode("", true)
|
|
199
|
-
], 64)) : vue.createCommentVNode("", true)
|
|
200
|
-
]),
|
|
201
|
-
_: 2
|
|
202
|
-
}, [
|
|
203
|
-
vue.renderList(Object.keys(_ctx.item.slots || {}).filter(
|
|
204
|
-
(k) => !!(_ctx.item.slots && _ctx.item.slots[k] && _ctx.$slots[_ctx.item.slots[k]])
|
|
205
|
-
), (name) => {
|
|
206
|
-
return {
|
|
207
|
-
name,
|
|
208
|
-
fn: vue.withCtx((slotProps) => {
|
|
209
|
-
var _a3;
|
|
210
|
-
return [
|
|
211
|
-
vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3[name], vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
212
|
-
];
|
|
213
|
-
})
|
|
214
|
-
};
|
|
215
|
-
})
|
|
216
|
-
]), 1040)) : _ctx.item.type === "divider" ? (vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElDivider), vue.normalizeProps(vue.mergeProps({ key: 1 }, _ctx.item.props || {})), vue.createSlots({
|
|
217
|
-
default: vue.withCtx(() => [
|
|
218
|
-
!(_ctx.item.slots && _ctx.item.slots.default && _ctx.$slots[_ctx.item.slots.default]) ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
219
|
-
_ctx.item.label != null && _ctx.item.label !== "" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
220
|
-
vue.createTextVNode(vue.toDisplayString(_ctx.item.label), 1)
|
|
221
|
-
], 64)) : vue.createCommentVNode("", true),
|
|
222
|
-
_ctx.item.children && _ctx.item.children.length ? (vue.openBlock(), vue.createBlock(ProFormContent, {
|
|
223
|
-
key: 1,
|
|
224
|
-
model: _ctx.model,
|
|
225
|
-
rules: _ctx.rules,
|
|
226
|
-
items: _ctx.item.children,
|
|
227
|
-
grid: _ctx.item.grid,
|
|
228
|
-
rowProps: _ctx.item.rowProps,
|
|
229
|
-
formItems: _ctx.formItems,
|
|
230
|
-
searchExpand: _ctx.searchExpand,
|
|
231
|
-
parentItem: _ctx.item,
|
|
232
|
-
editable: _ctx.editable,
|
|
233
|
-
sortDisabled: true,
|
|
234
|
-
activeItemKey: _ctx.activeItemKey,
|
|
235
|
-
onUpdateItemValue: updateItemValue,
|
|
236
|
-
onUpdateItemsData: handleUpdateItemsData,
|
|
237
|
-
"onUpdate:activeItemKey": handleUpdateActiveItemKey
|
|
238
|
-
}, vue.createSlots({ _: 2 }, [
|
|
239
|
-
vue.renderList(Object.keys(_ctx.$slots), (name) => {
|
|
240
|
-
return {
|
|
241
|
-
name,
|
|
242
|
-
fn: vue.withCtx((slotProps) => [
|
|
243
|
-
vue.renderSlot(_ctx.$slots, name, vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
244
|
-
])
|
|
245
|
-
};
|
|
246
|
-
})
|
|
247
|
-
]), 1032, ["model", "rules", "items", "grid", "rowProps", "formItems", "searchExpand", "parentItem", "editable", "activeItemKey"])) : vue.createCommentVNode("", true)
|
|
248
|
-
], 64)) : vue.createCommentVNode("", true)
|
|
249
|
-
]),
|
|
250
|
-
_: 2
|
|
251
|
-
}, [
|
|
252
|
-
vue.renderList(Object.keys(_ctx.item.slots || {}).filter(
|
|
253
|
-
(k) => !!(_ctx.item.slots && _ctx.item.slots[k] && _ctx.$slots[_ctx.item.slots[k]])
|
|
254
|
-
), (name) => {
|
|
255
|
-
return {
|
|
256
|
-
name,
|
|
257
|
-
fn: vue.withCtx((slotProps) => {
|
|
258
|
-
var _a3;
|
|
259
|
-
return [
|
|
260
|
-
vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3[name], vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
261
|
-
];
|
|
262
|
-
})
|
|
263
|
-
};
|
|
264
|
-
})
|
|
265
|
-
]), 1040)) : _ctx.item.type === "button" ? (vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElButton), vue.mergeProps({
|
|
266
|
-
key: 2,
|
|
267
|
-
type: "primary"
|
|
268
|
-
}, _ctx.item.props || {}), vue.createSlots({
|
|
269
|
-
default: vue.withCtx(() => [
|
|
270
|
-
!(_ctx.item.slots && _ctx.item.slots.default && _ctx.$slots[_ctx.item.slots.default]) ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
271
|
-
_ctx.item.label != null && _ctx.item.label !== "" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
272
|
-
vue.createTextVNode(vue.toDisplayString(_ctx.item.label), 1)
|
|
273
|
-
], 64)) : vue.createCommentVNode("", true),
|
|
274
|
-
_ctx.item.children && _ctx.item.children.length ? (vue.openBlock(), vue.createBlock(ProFormContent, {
|
|
275
|
-
key: 1,
|
|
276
|
-
model: _ctx.model,
|
|
277
|
-
rules: _ctx.rules,
|
|
278
|
-
items: _ctx.item.children,
|
|
279
|
-
grid: _ctx.item.grid,
|
|
280
|
-
rowProps: _ctx.item.rowProps,
|
|
281
|
-
formItems: _ctx.formItems,
|
|
282
|
-
searchExpand: _ctx.searchExpand,
|
|
283
|
-
parentItem: _ctx.item,
|
|
284
|
-
editable: _ctx.editable,
|
|
285
|
-
sortDisabled: true,
|
|
286
|
-
activeItemKey: _ctx.activeItemKey,
|
|
287
|
-
onUpdateItemValue: updateItemValue,
|
|
288
|
-
onUpdateItemsData: handleUpdateItemsData,
|
|
289
|
-
"onUpdate:activeItemKey": handleUpdateActiveItemKey
|
|
290
|
-
}, vue.createSlots({ _: 2 }, [
|
|
291
|
-
vue.renderList(Object.keys(_ctx.$slots), (name) => {
|
|
292
|
-
return {
|
|
293
|
-
name,
|
|
294
|
-
fn: vue.withCtx((slotProps) => [
|
|
295
|
-
vue.renderSlot(_ctx.$slots, name, vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
296
|
-
])
|
|
297
|
-
};
|
|
298
|
-
})
|
|
299
|
-
]), 1032, ["model", "rules", "items", "grid", "rowProps", "formItems", "searchExpand", "parentItem", "editable", "activeItemKey"])) : vue.createCommentVNode("", true)
|
|
300
|
-
], 64)) : vue.createCommentVNode("", true)
|
|
301
|
-
]),
|
|
302
|
-
_: 2
|
|
303
|
-
}, [
|
|
304
|
-
vue.renderList(Object.keys(_ctx.item.slots || {}).filter(
|
|
305
|
-
(k) => !!(_ctx.item.slots && _ctx.item.slots[k] && _ctx.$slots[_ctx.item.slots[k]])
|
|
306
|
-
), (name) => {
|
|
307
|
-
return {
|
|
308
|
-
name,
|
|
309
|
-
fn: vue.withCtx((slotProps) => {
|
|
310
|
-
var _a3;
|
|
311
|
-
return [
|
|
312
|
-
vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3[name], vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
313
|
-
];
|
|
314
|
-
})
|
|
315
|
-
};
|
|
316
|
-
})
|
|
317
|
-
]), 1040)) : _ctx.item.type === "icon" || _ctx.item.type === "div" && ((_a2 = _ctx.item.props) == null ? void 0 : _a2.is) && ["el-icon", "ElIcon"].includes(_ctx.item.props.is) ? (vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElIcon), vue.normalizeProps(vue.mergeProps({ key: 3 }, _ctx.item.props || {})), vue.createSlots({
|
|
318
|
-
default: vue.withCtx(() => [
|
|
319
|
-
!(_ctx.item.slots && _ctx.item.slots.default && _ctx.$slots[_ctx.item.slots.default]) ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
320
|
-
_ctx.item.label != null && _ctx.item.label !== "" ? (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(_ctx.item.label), { key: 0 })) : vue.createCommentVNode("", true),
|
|
321
|
-
_ctx.item.children && _ctx.item.children.length ? (vue.openBlock(), vue.createBlock(ProFormContent, {
|
|
322
|
-
key: 1,
|
|
323
|
-
model: _ctx.model,
|
|
324
|
-
rules: _ctx.rules,
|
|
325
|
-
items: _ctx.item.children,
|
|
326
|
-
grid: _ctx.item.grid,
|
|
327
|
-
rowProps: _ctx.item.rowProps,
|
|
328
|
-
formItems: _ctx.formItems,
|
|
329
|
-
searchExpand: _ctx.searchExpand,
|
|
330
|
-
parentItem: _ctx.item,
|
|
331
|
-
editable: _ctx.editable,
|
|
332
|
-
sortDisabled: true,
|
|
333
|
-
activeItemKey: _ctx.activeItemKey,
|
|
334
|
-
onUpdateItemValue: updateItemValue,
|
|
335
|
-
onUpdateItemsData: handleUpdateItemsData,
|
|
336
|
-
"onUpdate:activeItemKey": handleUpdateActiveItemKey
|
|
337
|
-
}, vue.createSlots({ _: 2 }, [
|
|
338
|
-
vue.renderList(Object.keys(_ctx.$slots), (name) => {
|
|
339
|
-
return {
|
|
340
|
-
name,
|
|
341
|
-
fn: vue.withCtx((slotProps) => [
|
|
342
|
-
vue.renderSlot(_ctx.$slots, name, vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
343
|
-
])
|
|
344
|
-
};
|
|
345
|
-
})
|
|
346
|
-
]), 1032, ["model", "rules", "items", "grid", "rowProps", "formItems", "searchExpand", "parentItem", "editable", "activeItemKey"])) : vue.createCommentVNode("", true)
|
|
347
|
-
], 64)) : vue.createCommentVNode("", true)
|
|
348
|
-
]),
|
|
349
|
-
_: 2
|
|
350
|
-
}, [
|
|
351
|
-
vue.renderList(Object.keys(_ctx.item.slots || {}).filter(
|
|
352
|
-
(k) => !!(_ctx.item.slots && _ctx.item.slots[k] && _ctx.$slots[_ctx.item.slots[k]])
|
|
353
|
-
), (name) => {
|
|
354
|
-
return {
|
|
355
|
-
name,
|
|
356
|
-
fn: vue.withCtx((slotProps) => {
|
|
357
|
-
var _a3;
|
|
358
|
-
return [
|
|
359
|
-
vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3[name], vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
360
|
-
];
|
|
361
|
-
})
|
|
362
|
-
};
|
|
363
|
-
})
|
|
364
|
-
]), 1040)) : _ctx.item.type === "image" ? (vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElImage), vue.mergeProps({
|
|
365
|
-
key: 4,
|
|
366
|
-
alt: _ctx.item.label
|
|
367
|
-
}, _ctx.item.props || {}), vue.createSlots({ _: 2 }, [
|
|
368
|
-
vue.renderList(Object.keys(_ctx.item.slots || {}).filter(
|
|
369
|
-
(k) => !!(_ctx.item.slots && _ctx.item.slots[k] && _ctx.$slots[_ctx.item.slots[k]])
|
|
370
|
-
), (name) => {
|
|
371
|
-
return {
|
|
372
|
-
name,
|
|
373
|
-
fn: vue.withCtx((slotProps) => {
|
|
374
|
-
var _a3;
|
|
375
|
-
return [
|
|
376
|
-
vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3[name], vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
377
|
-
];
|
|
378
|
-
})
|
|
379
|
-
};
|
|
380
|
-
})
|
|
381
|
-
]), 1040, ["alt"])) : _ctx.item.type === "alert" || _ctx.item.type === "div" && ((_b2 = _ctx.item.props) == null ? void 0 : _b2.is) && ["el-alert", "EleAlert"].includes(_ctx.item.props.is) ? (vue.openBlock(), vue.createBlock(EleAlert, vue.mergeProps({
|
|
382
|
-
key: 5,
|
|
383
|
-
title: _ctx.item.label
|
|
384
|
-
}, _ctx.item.props || {}), vue.createSlots({ _: 2 }, [
|
|
385
|
-
vue.renderList(Object.keys(_ctx.item.slots || {}).filter(
|
|
386
|
-
(k) => !!(_ctx.item.slots && _ctx.item.slots[k] && _ctx.$slots[_ctx.item.slots[k]])
|
|
387
|
-
), (name) => {
|
|
388
|
-
return {
|
|
389
|
-
name,
|
|
390
|
-
fn: vue.withCtx((slotProps) => {
|
|
391
|
-
var _a3;
|
|
392
|
-
return [
|
|
393
|
-
vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3[name], vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
394
|
-
];
|
|
395
|
-
})
|
|
396
|
-
};
|
|
397
|
-
})
|
|
398
|
-
]), 1040, ["title"])) : _ctx.item.type === "steps" ? (vue.openBlock(), vue.createBlock(EleSteps, vue.mergeProps({
|
|
399
|
-
key: 6,
|
|
400
|
-
active: modelValue.value ?? 0
|
|
401
|
-
}, _ctx.item.props || {}), vue.createSlots({ _: 2 }, [
|
|
402
|
-
vue.renderList(Object.keys(_ctx.item.slots || {}).filter(
|
|
403
|
-
(k) => !!(_ctx.item.slots && _ctx.item.slots[k] && _ctx.$slots[_ctx.item.slots[k]])
|
|
404
|
-
), (name) => {
|
|
405
|
-
return {
|
|
406
|
-
name,
|
|
407
|
-
fn: vue.withCtx((slotProps) => {
|
|
408
|
-
var _a3;
|
|
409
|
-
return [
|
|
410
|
-
vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3[name], vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
411
|
-
];
|
|
412
|
-
})
|
|
413
|
-
};
|
|
414
|
-
})
|
|
415
|
-
]), 1040, ["active"])) : _ctx.item.type === "proTable" ? (vue.openBlock(), vue.createBlock(EleProTable, vue.normalizeProps(vue.mergeProps({ key: 7 }, _ctx.item.props || {})), vue.createSlots({ _: 2 }, [
|
|
416
|
-
vue.renderList(Object.keys(_ctx.item.slots || {}).filter(
|
|
417
|
-
(k) => !!(_ctx.item.slots && _ctx.item.slots[k] && _ctx.$slots[_ctx.item.slots[k]])
|
|
418
|
-
), (name) => {
|
|
419
|
-
return {
|
|
420
|
-
name,
|
|
421
|
-
fn: vue.withCtx((slotProps) => {
|
|
422
|
-
var _a3;
|
|
423
|
-
return [
|
|
424
|
-
vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3[name], vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
425
|
-
];
|
|
426
|
-
})
|
|
427
|
-
};
|
|
428
|
-
})
|
|
429
|
-
]), 1040)) : _ctx.item.type === "card" ? (vue.openBlock(), vue.createBlock(EleCard, vue.mergeProps({
|
|
430
|
-
key: 8,
|
|
431
|
-
header: _ctx.item.label,
|
|
432
|
-
bordered: true
|
|
433
|
-
}, _ctx.item.props || {}), vue.createSlots({
|
|
434
|
-
default: vue.withCtx(() => [
|
|
435
|
-
_ctx.editable || _ctx.item.children && _ctx.item.children.length && !(_ctx.item.slots && _ctx.item.slots.default && _ctx.$slots[_ctx.item.slots.default]) ? (vue.openBlock(), vue.createBlock(ProFormContent, {
|
|
436
|
-
key: 0,
|
|
437
|
-
model: _ctx.model,
|
|
438
|
-
rules: _ctx.rules,
|
|
439
|
-
items: _ctx.item.children || [],
|
|
440
|
-
grid: _ctx.item.grid,
|
|
441
|
-
rowProps: _ctx.item.rowProps,
|
|
442
|
-
formItems: _ctx.formItems,
|
|
443
|
-
searchExpand: _ctx.searchExpand,
|
|
444
|
-
parentItem: _ctx.item,
|
|
445
|
-
editable: _ctx.editable,
|
|
446
|
-
activeItemKey: _ctx.activeItemKey,
|
|
447
|
-
onUpdateItemValue: updateItemValue,
|
|
448
|
-
onUpdateItemsData: handleUpdateItemsData,
|
|
449
|
-
"onUpdate:activeItemKey": handleUpdateActiveItemKey
|
|
450
|
-
}, vue.createSlots({ _: 2 }, [
|
|
451
|
-
vue.renderList(Object.keys(_ctx.$slots), (name) => {
|
|
452
|
-
return {
|
|
453
|
-
name,
|
|
454
|
-
fn: vue.withCtx((slotProps) => [
|
|
455
|
-
vue.renderSlot(_ctx.$slots, name, vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
456
|
-
])
|
|
457
|
-
};
|
|
458
|
-
})
|
|
459
|
-
]), 1032, ["model", "rules", "items", "grid", "rowProps", "formItems", "searchExpand", "parentItem", "editable", "activeItemKey"])) : vue.createCommentVNode("", true)
|
|
460
|
-
]),
|
|
461
|
-
_: 2
|
|
462
|
-
}, [
|
|
463
|
-
vue.renderList(Object.keys(_ctx.item.slots || {}).filter(
|
|
464
|
-
(k) => !!(_ctx.item.slots && _ctx.item.slots[k] && _ctx.$slots[_ctx.item.slots[k]])
|
|
465
|
-
), (name) => {
|
|
466
|
-
return {
|
|
467
|
-
name,
|
|
468
|
-
fn: vue.withCtx((slotProps) => {
|
|
469
|
-
var _a3;
|
|
470
|
-
return [
|
|
471
|
-
vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3[name], vue.mergeProps(slotProps || {}, {
|
|
472
|
-
proForm: {
|
|
473
|
-
item: _ctx.item,
|
|
474
|
-
model: _ctx.model,
|
|
475
|
-
rules: _ctx.rules,
|
|
476
|
-
formItems: _ctx.formItems,
|
|
477
|
-
searchExpand: _ctx.searchExpand,
|
|
478
|
-
updateItemValue,
|
|
479
|
-
slots: _ctx.$slots
|
|
480
|
-
}
|
|
481
|
-
}))
|
|
482
|
-
];
|
|
483
|
-
})
|
|
484
|
-
};
|
|
485
|
-
})
|
|
486
|
-
]), 1040, ["header"])) : _ctx.item.type === "tabs" ? (vue.openBlock(), vue.createBlock(EleTabs, vue.mergeProps({
|
|
487
|
-
key: 9,
|
|
488
|
-
type: "border-card",
|
|
489
|
-
modelValue: modelValue.value ?? (((_c2 = _ctx.item.children) == null ? void 0 : _c2.length) ? _ctx.item.children[0].prop : void 0)
|
|
490
|
-
}, _ctx.item.props || {}, {
|
|
491
|
-
items: _ctx.item.children ? _ctx.item.children.filter(
|
|
492
|
-
(c) => _ctx.editable || vue.unref(util.isShowItem)(c, _ctx.model, _ctx.formItems, _ctx.searchExpand)
|
|
493
|
-
).map((c) => ({
|
|
494
|
-
name: c.prop,
|
|
495
|
-
label: c.label,
|
|
496
|
-
slot: "itemContent",
|
|
497
|
-
meta: c
|
|
498
|
-
})) || [] : [],
|
|
499
|
-
"onUpdate:modelValue": updateValue
|
|
500
|
-
}), {
|
|
501
|
-
itemContent: vue.withCtx(({ item: tabItem }) => [
|
|
502
|
-
tabItem.meta.slots && tabItem.meta.slots.default && _ctx.$slots[tabItem.meta.slots.default] ? vue.renderSlot(_ctx.$slots, tabItem.meta.slots.default, {
|
|
503
|
-
key: 0,
|
|
504
|
-
proForm: {
|
|
505
|
-
item: tabItem,
|
|
506
|
-
model: _ctx.model,
|
|
507
|
-
rules: _ctx.rules,
|
|
508
|
-
formItems: _ctx.formItems,
|
|
509
|
-
searchExpand: _ctx.searchExpand,
|
|
510
|
-
updateItemValue,
|
|
511
|
-
slots: _ctx.$slots
|
|
512
|
-
}
|
|
513
|
-
}) : _ctx.editable || tabItem.meta.children && tabItem.meta.children.length ? (vue.openBlock(), vue.createBlock(ProFormContent, {
|
|
514
|
-
key: 1,
|
|
515
|
-
model: _ctx.model,
|
|
516
|
-
rules: _ctx.rules,
|
|
517
|
-
items: tabItem.meta.children || [],
|
|
518
|
-
grid: tabItem.meta.grid,
|
|
519
|
-
rowProps: tabItem.meta.rowProps,
|
|
520
|
-
formItems: _ctx.formItems,
|
|
521
|
-
searchExpand: _ctx.searchExpand,
|
|
522
|
-
parentItem: tabItem.meta,
|
|
523
|
-
editable: _ctx.editable,
|
|
524
|
-
containerSelectable: true,
|
|
525
|
-
activeItemKey: _ctx.activeItemKey,
|
|
526
|
-
onUpdateItemValue: updateItemValue,
|
|
527
|
-
onUpdateItemsData: handleUpdateItemsData,
|
|
528
|
-
"onUpdate:activeItemKey": handleUpdateActiveItemKey
|
|
529
|
-
}, vue.createSlots({ _: 2 }, [
|
|
530
|
-
vue.renderList(Object.keys(_ctx.$slots), (name) => {
|
|
531
|
-
return {
|
|
532
|
-
name,
|
|
533
|
-
fn: vue.withCtx((slotProps) => [
|
|
534
|
-
vue.renderSlot(_ctx.$slots, name, vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
535
|
-
])
|
|
536
|
-
};
|
|
537
|
-
})
|
|
538
|
-
]), 1032, ["model", "rules", "items", "grid", "rowProps", "formItems", "searchExpand", "parentItem", "editable", "activeItemKey"])) : vue.createCommentVNode("", true)
|
|
539
|
-
]),
|
|
540
|
-
_: 3
|
|
541
|
-
}, 16, ["modelValue", "items"])) : _ctx.item.type === "table" || _ctx.item.type === "div" && ((_d2 = _ctx.item.props) == null ? void 0 : _d2.is) && ["ele-table", "EleTable"].includes(_ctx.item.props.is) ? (vue.openBlock(), vue.createBlock(EleTable, vue.normalizeProps(vue.mergeProps({ key: 10 }, _ctx.item.props ? { ..._ctx.item.props, is: void 0 } : {})), {
|
|
542
|
-
default: vue.withCtx(() => {
|
|
543
|
-
var _a3;
|
|
544
|
-
return [
|
|
545
|
-
_ctx.item.slots && _ctx.item.slots.default && _ctx.$slots[_ctx.item.slots.default] ? vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3.default, {
|
|
546
|
-
key: 0,
|
|
547
|
-
proForm: {
|
|
548
|
-
item: _ctx.item,
|
|
549
|
-
model: _ctx.model,
|
|
550
|
-
rules: _ctx.rules,
|
|
551
|
-
formItems: _ctx.formItems,
|
|
552
|
-
searchExpand: _ctx.searchExpand,
|
|
553
|
-
updateItemValue,
|
|
554
|
-
slots: _ctx.$slots
|
|
555
|
-
}
|
|
556
|
-
}) : _ctx.item.children && _ctx.item.children.length ? (vue.openBlock(), vue.createBlock(ProFormContent, {
|
|
557
|
-
key: 1,
|
|
558
|
-
model: _ctx.model,
|
|
559
|
-
rules: _ctx.rules,
|
|
560
|
-
items: _ctx.item.children,
|
|
561
|
-
grid: _ctx.item.grid,
|
|
562
|
-
rowProps: _ctx.item.rowProps,
|
|
563
|
-
formItems: _ctx.formItems,
|
|
564
|
-
searchExpand: _ctx.searchExpand,
|
|
565
|
-
parentItem: _ctx.item,
|
|
566
|
-
editable: _ctx.editable,
|
|
567
|
-
sortDisabled: true,
|
|
568
|
-
activeItemKey: _ctx.activeItemKey,
|
|
569
|
-
onUpdateItemValue: updateItemValue,
|
|
570
|
-
onUpdateItemsData: handleUpdateItemsData,
|
|
571
|
-
"onUpdate:activeItemKey": handleUpdateActiveItemKey
|
|
572
|
-
}, vue.createSlots({ _: 2 }, [
|
|
573
|
-
vue.renderList(Object.keys(_ctx.$slots), (name) => {
|
|
574
|
-
return {
|
|
575
|
-
name,
|
|
576
|
-
fn: vue.withCtx((slotProps) => [
|
|
577
|
-
vue.renderSlot(_ctx.$slots, name, vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
578
|
-
])
|
|
579
|
-
};
|
|
580
|
-
})
|
|
581
|
-
]), 1032, ["model", "rules", "items", "grid", "rowProps", "formItems", "searchExpand", "parentItem", "editable", "activeItemKey"])) : vue.createCommentVNode("", true)
|
|
582
|
-
];
|
|
583
|
-
}),
|
|
584
|
-
_: 3
|
|
585
|
-
}, 16)) : _ctx.item.type === "collapse" ? (vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElCollapse), vue.mergeProps({
|
|
586
|
-
key: 11,
|
|
587
|
-
modelValue: modelValue.value ?? (((_e2 = _ctx.item.props) == null ? void 0 : _e2.accordion) ? ((_f2 = _ctx.item.children) == null ? void 0 : _f2.length) ? ((_g = _ctx.item.children[0].props) == null ? void 0 : _g.name) ?? _ctx.item.children[0].prop : void 0 : [])
|
|
588
|
-
}, _ctx.item.props || {}, { "onUpdate:modelValue": updateValue }), vue.createSlots({
|
|
589
|
-
default: vue.withCtx(() => [
|
|
590
|
-
_ctx.item.children && _ctx.item.children.length && !(_ctx.item.slots && _ctx.item.slots.default && _ctx.$slots[_ctx.item.slots.default]) ? (vue.openBlock(), vue.createBlock(ProFormContent, {
|
|
591
|
-
key: 0,
|
|
592
|
-
model: _ctx.model,
|
|
593
|
-
rules: _ctx.rules,
|
|
594
|
-
items: _ctx.item.children,
|
|
595
|
-
grid: _ctx.item.grid,
|
|
596
|
-
rowProps: _ctx.item.rowProps,
|
|
597
|
-
formItems: _ctx.formItems,
|
|
598
|
-
searchExpand: _ctx.searchExpand,
|
|
599
|
-
parentItem: _ctx.item,
|
|
600
|
-
editable: _ctx.editable,
|
|
601
|
-
sortDisabled: true,
|
|
602
|
-
activeItemKey: _ctx.activeItemKey,
|
|
603
|
-
onUpdateItemValue: updateItemValue,
|
|
604
|
-
onUpdateItemsData: handleUpdateItemsData,
|
|
605
|
-
"onUpdate:activeItemKey": handleUpdateActiveItemKey
|
|
606
|
-
}, vue.createSlots({ _: 2 }, [
|
|
607
|
-
vue.renderList(Object.keys(_ctx.$slots), (name) => {
|
|
608
|
-
return {
|
|
609
|
-
name,
|
|
610
|
-
fn: vue.withCtx((slotProps) => [
|
|
611
|
-
vue.renderSlot(_ctx.$slots, name, vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
612
|
-
])
|
|
613
|
-
};
|
|
614
|
-
})
|
|
615
|
-
]), 1032, ["model", "rules", "items", "grid", "rowProps", "formItems", "searchExpand", "parentItem", "editable", "activeItemKey"])) : vue.createCommentVNode("", true)
|
|
616
|
-
]),
|
|
617
|
-
_: 2
|
|
618
|
-
}, [
|
|
619
|
-
vue.renderList(Object.keys(_ctx.item.slots || {}).filter(
|
|
620
|
-
(k) => !!(_ctx.item.slots && _ctx.item.slots[k] && _ctx.$slots[_ctx.item.slots[k]])
|
|
621
|
-
), (name) => {
|
|
622
|
-
return {
|
|
623
|
-
name,
|
|
624
|
-
fn: vue.withCtx((slotProps) => {
|
|
625
|
-
var _a3;
|
|
626
|
-
return [
|
|
627
|
-
vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3[name], vue.mergeProps(slotProps || {}, {
|
|
628
|
-
proForm: {
|
|
629
|
-
item: _ctx.item,
|
|
630
|
-
model: _ctx.model,
|
|
631
|
-
rules: _ctx.rules,
|
|
632
|
-
formItems: _ctx.formItems,
|
|
633
|
-
searchExpand: _ctx.searchExpand,
|
|
634
|
-
updateItemValue,
|
|
635
|
-
slots: _ctx.$slots
|
|
636
|
-
}
|
|
637
|
-
}))
|
|
638
|
-
];
|
|
639
|
-
})
|
|
640
|
-
};
|
|
641
|
-
})
|
|
642
|
-
]), 1040, ["modelValue"])) : _ctx.item.type === "collapseItem" ? (vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElCollapseItem), vue.mergeProps({
|
|
643
|
-
key: 12,
|
|
644
|
-
title: _ctx.item.label,
|
|
645
|
-
name: _ctx.item.prop
|
|
646
|
-
}, _ctx.item.props || {}), vue.createSlots({
|
|
647
|
-
default: vue.withCtx(() => [
|
|
648
|
-
_ctx.editable || _ctx.item.children && _ctx.item.children.length && !(_ctx.item.slots && _ctx.item.slots.default && _ctx.$slots[_ctx.item.slots.default]) ? (vue.openBlock(), vue.createBlock(ProFormContent, {
|
|
649
|
-
key: 0,
|
|
650
|
-
model: _ctx.model,
|
|
651
|
-
rules: _ctx.rules,
|
|
652
|
-
items: _ctx.item.children || [],
|
|
653
|
-
grid: _ctx.item.grid,
|
|
654
|
-
rowProps: _ctx.item.rowProps,
|
|
655
|
-
formItems: _ctx.formItems,
|
|
656
|
-
searchExpand: _ctx.searchExpand,
|
|
657
|
-
parentItem: _ctx.item,
|
|
658
|
-
editable: _ctx.editable,
|
|
659
|
-
containerSelectable: true,
|
|
660
|
-
activeItemKey: _ctx.activeItemKey,
|
|
661
|
-
onUpdateItemValue: updateItemValue,
|
|
662
|
-
onUpdateItemsData: handleUpdateItemsData,
|
|
663
|
-
"onUpdate:activeItemKey": handleUpdateActiveItemKey
|
|
664
|
-
}, vue.createSlots({ _: 2 }, [
|
|
665
|
-
vue.renderList(Object.keys(_ctx.$slots), (name) => {
|
|
666
|
-
return {
|
|
667
|
-
name,
|
|
668
|
-
fn: vue.withCtx((slotProps) => [
|
|
669
|
-
vue.renderSlot(_ctx.$slots, name, vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
670
|
-
])
|
|
671
|
-
};
|
|
672
|
-
})
|
|
673
|
-
]), 1032, ["model", "rules", "items", "grid", "rowProps", "formItems", "searchExpand", "parentItem", "editable", "activeItemKey"])) : vue.createCommentVNode("", true)
|
|
674
|
-
]),
|
|
675
|
-
_: 2
|
|
676
|
-
}, [
|
|
677
|
-
vue.renderList(Object.keys(_ctx.item.slots || {}).filter(
|
|
678
|
-
(k) => !!(_ctx.item.slots && _ctx.item.slots[k] && _ctx.$slots[_ctx.item.slots[k]])
|
|
679
|
-
), (name) => {
|
|
680
|
-
return {
|
|
681
|
-
name,
|
|
682
|
-
fn: vue.withCtx((slotProps) => {
|
|
683
|
-
var _a3;
|
|
684
|
-
return [
|
|
685
|
-
vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3[name], vue.mergeProps(slotProps || {}, {
|
|
686
|
-
proForm: {
|
|
687
|
-
item: _ctx.item,
|
|
688
|
-
model: _ctx.model,
|
|
689
|
-
rules: _ctx.rules,
|
|
690
|
-
formItems: _ctx.formItems,
|
|
691
|
-
searchExpand: _ctx.searchExpand,
|
|
692
|
-
updateItemValue,
|
|
693
|
-
slots: _ctx.$slots
|
|
694
|
-
}
|
|
695
|
-
}))
|
|
696
|
-
];
|
|
697
|
-
})
|
|
698
|
-
};
|
|
699
|
-
})
|
|
700
|
-
]), 1040, ["title", "name"])) : _ctx.item.type === "carousel" || _ctx.item.type === "div" && ((_h = _ctx.item.props) == null ? void 0 : _h.is) && ["el-carousel", "ElCarousel"].includes(_ctx.item.props.is) ? (vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElCarousel), vue.normalizeProps(vue.mergeProps({ key: 13 }, _ctx.item.props || {})), vue.createSlots({
|
|
701
|
-
default: vue.withCtx(() => [
|
|
702
|
-
_ctx.item.children && _ctx.item.children.length && !(_ctx.item.slots && _ctx.item.slots.default && _ctx.$slots[_ctx.item.slots.default]) ? (vue.openBlock(), vue.createBlock(ProFormContent, {
|
|
703
|
-
key: 0,
|
|
704
|
-
model: _ctx.model,
|
|
705
|
-
rules: _ctx.rules,
|
|
706
|
-
items: _ctx.item.children,
|
|
707
|
-
grid: _ctx.item.grid,
|
|
708
|
-
rowProps: _ctx.item.rowProps,
|
|
709
|
-
formItems: _ctx.formItems,
|
|
710
|
-
searchExpand: _ctx.searchExpand,
|
|
711
|
-
parentItem: _ctx.item,
|
|
712
|
-
editable: _ctx.editable,
|
|
713
|
-
sortDisabled: true,
|
|
714
|
-
activeItemKey: _ctx.activeItemKey,
|
|
715
|
-
onUpdateItemValue: updateItemValue,
|
|
716
|
-
onUpdateItemsData: handleUpdateItemsData,
|
|
717
|
-
"onUpdate:activeItemKey": handleUpdateActiveItemKey
|
|
718
|
-
}, vue.createSlots({ _: 2 }, [
|
|
719
|
-
vue.renderList(Object.keys(_ctx.$slots), (name) => {
|
|
720
|
-
return {
|
|
721
|
-
name,
|
|
722
|
-
fn: vue.withCtx((slotProps) => [
|
|
723
|
-
vue.renderSlot(_ctx.$slots, name, vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
724
|
-
])
|
|
725
|
-
};
|
|
726
|
-
})
|
|
727
|
-
]), 1032, ["model", "rules", "items", "grid", "rowProps", "formItems", "searchExpand", "parentItem", "editable", "activeItemKey"])) : vue.createCommentVNode("", true)
|
|
728
|
-
]),
|
|
729
|
-
_: 2
|
|
730
|
-
}, [
|
|
731
|
-
vue.renderList(Object.keys(_ctx.item.slots || {}).filter(
|
|
732
|
-
(k) => !!(_ctx.item.slots && _ctx.item.slots[k] && _ctx.$slots[_ctx.item.slots[k]])
|
|
733
|
-
), (name) => {
|
|
734
|
-
return {
|
|
735
|
-
name,
|
|
736
|
-
fn: vue.withCtx((slotProps) => {
|
|
737
|
-
var _a3;
|
|
738
|
-
return [
|
|
739
|
-
vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3[name], vue.mergeProps(slotProps || {}, {
|
|
740
|
-
proForm: {
|
|
741
|
-
item: _ctx.item,
|
|
742
|
-
model: _ctx.model,
|
|
743
|
-
rules: _ctx.rules,
|
|
744
|
-
formItems: _ctx.formItems,
|
|
745
|
-
searchExpand: _ctx.searchExpand,
|
|
746
|
-
updateItemValue,
|
|
747
|
-
slots: _ctx.$slots
|
|
748
|
-
}
|
|
749
|
-
}))
|
|
750
|
-
];
|
|
751
|
-
})
|
|
752
|
-
};
|
|
753
|
-
})
|
|
754
|
-
]), 1040)) : _ctx.item.type === "carouselItem" || _ctx.item.type === "div" && ((_i = _ctx.item.props) == null ? void 0 : _i.is) && ["el-carousel-item", "ElCarouselItem"].includes(_ctx.item.props.is) ? (vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElCarouselItem), vue.mergeProps({
|
|
755
|
-
key: 14,
|
|
756
|
-
title: _ctx.item.label,
|
|
757
|
-
name: _ctx.item.prop
|
|
758
|
-
}, _ctx.item.props || {}), vue.createSlots({
|
|
759
|
-
default: vue.withCtx(() => [
|
|
760
|
-
_ctx.editable || _ctx.item.children && _ctx.item.children.length && !(_ctx.item.slots && _ctx.item.slots.default && _ctx.$slots[_ctx.item.slots.default]) ? (vue.openBlock(), vue.createBlock(ProFormContent, {
|
|
761
|
-
key: 0,
|
|
762
|
-
model: _ctx.model,
|
|
763
|
-
rules: _ctx.rules,
|
|
764
|
-
items: _ctx.item.children || [],
|
|
765
|
-
grid: _ctx.item.grid,
|
|
766
|
-
rowProps: _ctx.item.rowProps,
|
|
767
|
-
formItems: _ctx.formItems,
|
|
768
|
-
searchExpand: _ctx.searchExpand,
|
|
769
|
-
parentItem: _ctx.item,
|
|
770
|
-
editable: _ctx.editable,
|
|
771
|
-
containerSelectable: true,
|
|
772
|
-
activeItemKey: _ctx.activeItemKey,
|
|
773
|
-
onUpdateItemValue: updateItemValue,
|
|
774
|
-
onUpdateItemsData: handleUpdateItemsData,
|
|
775
|
-
"onUpdate:activeItemKey": handleUpdateActiveItemKey
|
|
776
|
-
}, vue.createSlots({ _: 2 }, [
|
|
777
|
-
vue.renderList(Object.keys(_ctx.$slots), (name) => {
|
|
778
|
-
return {
|
|
779
|
-
name,
|
|
780
|
-
fn: vue.withCtx((slotProps) => [
|
|
781
|
-
vue.renderSlot(_ctx.$slots, name, vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
782
|
-
])
|
|
783
|
-
};
|
|
784
|
-
})
|
|
785
|
-
]), 1032, ["model", "rules", "items", "grid", "rowProps", "formItems", "searchExpand", "parentItem", "editable", "activeItemKey"])) : vue.createCommentVNode("", true)
|
|
786
|
-
]),
|
|
787
|
-
_: 2
|
|
788
|
-
}, [
|
|
789
|
-
vue.renderList(Object.keys(_ctx.item.slots || {}).filter(
|
|
790
|
-
(k) => !!(_ctx.item.slots && _ctx.item.slots[k] && _ctx.$slots[_ctx.item.slots[k]])
|
|
791
|
-
), (name) => {
|
|
792
|
-
return {
|
|
793
|
-
name,
|
|
794
|
-
fn: vue.withCtx((slotProps) => {
|
|
795
|
-
var _a3;
|
|
796
|
-
return [
|
|
797
|
-
vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3[name], vue.mergeProps(slotProps || {}, {
|
|
798
|
-
proForm: {
|
|
799
|
-
item: _ctx.item,
|
|
800
|
-
model: _ctx.model,
|
|
801
|
-
rules: _ctx.rules,
|
|
802
|
-
formItems: _ctx.formItems,
|
|
803
|
-
searchExpand: _ctx.searchExpand,
|
|
804
|
-
updateItemValue,
|
|
805
|
-
slots: _ctx.$slots
|
|
806
|
-
}
|
|
807
|
-
}))
|
|
808
|
-
];
|
|
809
|
-
})
|
|
810
|
-
};
|
|
811
|
-
})
|
|
812
|
-
]), 1040, ["title", "name"])) : _ctx.item.type === "descriptions" ? (vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElDescriptions), vue.mergeProps({
|
|
813
|
-
key: 15,
|
|
814
|
-
title: _ctx.item.label
|
|
815
|
-
}, _ctx.item.props || {}), vue.createSlots({
|
|
816
|
-
default: vue.withCtx(() => [
|
|
817
|
-
_ctx.item.children && _ctx.item.children.length ? (vue.openBlock(true), vue.createElementBlock(vue.Fragment, { key: 0 }, vue.renderList(_ctx.item.children, (descriptionsItem) => {
|
|
818
|
-
return vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElDescriptionsItem), vue.mergeProps({
|
|
819
|
-
key: descriptionsItem.key ?? descriptionsItem.prop,
|
|
820
|
-
label: descriptionsItem.label,
|
|
821
|
-
ref_for: true
|
|
822
|
-
}, descriptionsItem.props || {}), vue.createSlots({
|
|
823
|
-
default: vue.withCtx(() => [
|
|
824
|
-
_ctx.editable || descriptionsItem.children && descriptionsItem.children.length && !(descriptionsItem.slots && descriptionsItem.slots.default && _ctx.$slots[descriptionsItem.slots.default]) ? (vue.openBlock(), vue.createBlock(ProFormContent, {
|
|
825
|
-
key: 0,
|
|
826
|
-
model: _ctx.model,
|
|
827
|
-
rules: _ctx.rules,
|
|
828
|
-
items: descriptionsItem.children || [],
|
|
829
|
-
grid: descriptionsItem.grid,
|
|
830
|
-
rowProps: descriptionsItem.rowProps,
|
|
831
|
-
formItems: _ctx.formItems,
|
|
832
|
-
searchExpand: _ctx.searchExpand,
|
|
833
|
-
parentItem: descriptionsItem,
|
|
834
|
-
editable: _ctx.editable,
|
|
835
|
-
containerSelectable: true,
|
|
836
|
-
activeItemKey: _ctx.activeItemKey,
|
|
837
|
-
onUpdateItemValue: updateItemValue,
|
|
838
|
-
onUpdateItemsData: handleUpdateItemsData,
|
|
839
|
-
"onUpdate:activeItemKey": handleUpdateActiveItemKey
|
|
840
|
-
}, vue.createSlots({ _: 2 }, [
|
|
841
|
-
vue.renderList(Object.keys(_ctx.$slots), (name) => {
|
|
842
|
-
return {
|
|
843
|
-
name,
|
|
844
|
-
fn: vue.withCtx((slotProps) => [
|
|
845
|
-
vue.renderSlot(_ctx.$slots, name, vue.mergeProps({ ref_for: true }, slotProps || {}))
|
|
846
|
-
])
|
|
847
|
-
};
|
|
848
|
-
})
|
|
849
|
-
]), 1032, ["model", "rules", "items", "grid", "rowProps", "formItems", "searchExpand", "parentItem", "editable", "activeItemKey"])) : vue.createCommentVNode("", true)
|
|
850
|
-
]),
|
|
851
|
-
_: 2
|
|
852
|
-
}, [
|
|
853
|
-
vue.renderList(Object.keys(_ctx.item.slots || {}).filter(
|
|
854
|
-
(k) => !!(_ctx.item.slots && _ctx.item.slots[k] && _ctx.$slots[_ctx.item.slots[k]])
|
|
855
|
-
), (name) => {
|
|
856
|
-
return {
|
|
857
|
-
name,
|
|
858
|
-
fn: vue.withCtx((slotProps) => {
|
|
859
|
-
var _a3;
|
|
860
|
-
return [
|
|
861
|
-
vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3[name], vue.mergeProps({ ref_for: true }, slotProps || {}, {
|
|
862
|
-
proForm: {
|
|
863
|
-
item: _ctx.item,
|
|
864
|
-
model: _ctx.model,
|
|
865
|
-
rules: _ctx.rules,
|
|
866
|
-
formItems: _ctx.formItems,
|
|
867
|
-
searchExpand: _ctx.searchExpand,
|
|
868
|
-
updateItemValue,
|
|
869
|
-
slots: _ctx.$slots
|
|
870
|
-
}
|
|
871
|
-
}))
|
|
872
|
-
];
|
|
873
|
-
})
|
|
874
|
-
};
|
|
875
|
-
})
|
|
876
|
-
]), 1040, ["label"]);
|
|
877
|
-
}), 128)) : vue.createCommentVNode("", true)
|
|
878
|
-
]),
|
|
879
|
-
_: 2
|
|
880
|
-
}, [
|
|
881
|
-
vue.renderList(Object.keys(_ctx.item.slots || {}).filter(
|
|
882
|
-
(k) => k !== "default" && !!(_ctx.item.slots && _ctx.item.slots[k] && _ctx.$slots[_ctx.item.slots[k]])
|
|
883
|
-
), (name) => {
|
|
884
|
-
return {
|
|
885
|
-
name,
|
|
886
|
-
fn: vue.withCtx((slotProps) => {
|
|
887
|
-
var _a3;
|
|
888
|
-
return [
|
|
889
|
-
vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3[name], vue.mergeProps(slotProps || {}, {
|
|
890
|
-
proForm: {
|
|
891
|
-
item: _ctx.item,
|
|
892
|
-
model: _ctx.model,
|
|
893
|
-
rules: _ctx.rules,
|
|
894
|
-
formItems: _ctx.formItems,
|
|
895
|
-
searchExpand: _ctx.searchExpand,
|
|
896
|
-
updateItemValue,
|
|
897
|
-
slots: _ctx.$slots
|
|
898
|
-
}
|
|
899
|
-
}))
|
|
900
|
-
];
|
|
901
|
-
})
|
|
902
|
-
};
|
|
903
|
-
})
|
|
904
|
-
]), 1040, ["title"])) : _ctx.item.type === "row" ? (vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElRow), vue.normalizeProps(vue.mergeProps({ key: 16 }, _ctx.item.props || {})), vue.createSlots({
|
|
905
|
-
default: vue.withCtx(() => [
|
|
906
|
-
_ctx.item.children && _ctx.item.children.length && !(_ctx.item.slots && _ctx.item.slots.default && _ctx.$slots[_ctx.item.slots.default]) ? (vue.openBlock(), vue.createBlock(ProFormContent, {
|
|
907
|
-
key: 0,
|
|
908
|
-
model: _ctx.model,
|
|
909
|
-
rules: _ctx.rules,
|
|
910
|
-
items: _ctx.item.children,
|
|
911
|
-
grid: _ctx.item.grid,
|
|
912
|
-
rowProps: _ctx.item.rowProps,
|
|
913
|
-
formItems: _ctx.formItems,
|
|
914
|
-
searchExpand: _ctx.searchExpand,
|
|
915
|
-
parentItem: _ctx.item,
|
|
916
|
-
editable: _ctx.editable,
|
|
917
|
-
sortDisabled: true,
|
|
918
|
-
activeItemKey: _ctx.activeItemKey,
|
|
919
|
-
onUpdateItemValue: updateItemValue,
|
|
920
|
-
onUpdateItemsData: handleUpdateItemsData,
|
|
921
|
-
"onUpdate:activeItemKey": handleUpdateActiveItemKey
|
|
922
|
-
}, vue.createSlots({ _: 2 }, [
|
|
923
|
-
vue.renderList(Object.keys(_ctx.$slots), (name) => {
|
|
924
|
-
return {
|
|
925
|
-
name,
|
|
926
|
-
fn: vue.withCtx((slotProps) => [
|
|
927
|
-
vue.renderSlot(_ctx.$slots, name, vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
928
|
-
])
|
|
929
|
-
};
|
|
930
|
-
})
|
|
931
|
-
]), 1032, ["model", "rules", "items", "grid", "rowProps", "formItems", "searchExpand", "parentItem", "editable", "activeItemKey"])) : vue.createCommentVNode("", true)
|
|
932
|
-
]),
|
|
933
|
-
_: 2
|
|
934
|
-
}, [
|
|
935
|
-
vue.renderList(Object.keys(_ctx.item.slots || {}).filter(
|
|
936
|
-
(k) => !!(_ctx.item.slots && _ctx.item.slots[k] && _ctx.$slots[_ctx.item.slots[k]])
|
|
937
|
-
), (name) => {
|
|
938
|
-
return {
|
|
939
|
-
name,
|
|
940
|
-
fn: vue.withCtx((slotProps) => {
|
|
941
|
-
var _a3;
|
|
942
|
-
return [
|
|
943
|
-
vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3[name], vue.mergeProps(slotProps || {}, {
|
|
944
|
-
proForm: {
|
|
945
|
-
item: _ctx.item,
|
|
946
|
-
model: _ctx.model,
|
|
947
|
-
rules: _ctx.rules,
|
|
948
|
-
formItems: _ctx.formItems,
|
|
949
|
-
searchExpand: _ctx.searchExpand,
|
|
950
|
-
updateItemValue,
|
|
951
|
-
slots: _ctx.$slots
|
|
952
|
-
}
|
|
953
|
-
}))
|
|
954
|
-
];
|
|
955
|
-
})
|
|
956
|
-
};
|
|
957
|
-
})
|
|
958
|
-
]), 1040)) : _ctx.item.type === "col" ? (vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElCol), vue.normalizeProps(vue.mergeProps({ key: 17 }, _ctx.item.props || {})), vue.createSlots({
|
|
959
|
-
default: vue.withCtx(() => [
|
|
960
|
-
_ctx.editable || _ctx.item.children && _ctx.item.children.length && !(_ctx.item.slots && _ctx.item.slots.default && _ctx.$slots[_ctx.item.slots.default]) ? (vue.openBlock(), vue.createBlock(ProFormContent, {
|
|
961
|
-
key: 0,
|
|
962
|
-
model: _ctx.model,
|
|
963
|
-
rules: _ctx.rules,
|
|
964
|
-
items: _ctx.item.children || [],
|
|
965
|
-
grid: _ctx.item.grid,
|
|
966
|
-
rowProps: _ctx.item.rowProps,
|
|
967
|
-
formItems: _ctx.formItems,
|
|
968
|
-
searchExpand: _ctx.searchExpand,
|
|
969
|
-
parentItem: _ctx.item,
|
|
970
|
-
editable: _ctx.editable,
|
|
971
|
-
containerSelectable: true,
|
|
972
|
-
activeItemKey: _ctx.activeItemKey,
|
|
973
|
-
onUpdateItemValue: updateItemValue,
|
|
974
|
-
onUpdateItemsData: handleUpdateItemsData,
|
|
975
|
-
"onUpdate:activeItemKey": handleUpdateActiveItemKey
|
|
976
|
-
}, vue.createSlots({ _: 2 }, [
|
|
977
|
-
vue.renderList(Object.keys(_ctx.$slots), (name) => {
|
|
978
|
-
return {
|
|
979
|
-
name,
|
|
980
|
-
fn: vue.withCtx((slotProps) => [
|
|
981
|
-
vue.renderSlot(_ctx.$slots, name, vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
982
|
-
])
|
|
983
|
-
};
|
|
984
|
-
})
|
|
985
|
-
]), 1032, ["model", "rules", "items", "grid", "rowProps", "formItems", "searchExpand", "parentItem", "editable", "activeItemKey"])) : vue.createCommentVNode("", true)
|
|
986
|
-
]),
|
|
987
|
-
_: 2
|
|
988
|
-
}, [
|
|
989
|
-
vue.renderList(Object.keys(_ctx.item.slots || {}).filter(
|
|
990
|
-
(k) => !!(_ctx.item.slots && _ctx.item.slots[k] && _ctx.$slots[_ctx.item.slots[k]])
|
|
991
|
-
), (name) => {
|
|
992
|
-
return {
|
|
993
|
-
name,
|
|
994
|
-
fn: vue.withCtx((slotProps) => {
|
|
995
|
-
var _a3;
|
|
996
|
-
return [
|
|
997
|
-
vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3[name], vue.mergeProps(slotProps || {}, {
|
|
998
|
-
proForm: {
|
|
999
|
-
item: _ctx.item,
|
|
1000
|
-
model: _ctx.model,
|
|
1001
|
-
rules: _ctx.rules,
|
|
1002
|
-
formItems: _ctx.formItems,
|
|
1003
|
-
searchExpand: _ctx.searchExpand,
|
|
1004
|
-
updateItemValue,
|
|
1005
|
-
slots: _ctx.$slots
|
|
1006
|
-
}
|
|
1007
|
-
}))
|
|
1008
|
-
];
|
|
1009
|
-
})
|
|
1010
|
-
};
|
|
1011
|
-
})
|
|
1012
|
-
]), 1040)) : _ctx.item.type === "div" || _ctx.item.type && ["tableRow", "tableCell", "tabPane", "descriptionsItem"].includes(
|
|
1013
|
-
_ctx.item.type
|
|
1014
|
-
) ? (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(
|
|
1015
|
-
((_j = _ctx.item.props) == null ? void 0 : _j.is) || {
|
|
1016
|
-
tableRow: "tr",
|
|
1017
|
-
tableCell: "td",
|
|
1018
|
-
tabPane: "div",
|
|
1019
|
-
descriptionsItem: "div"
|
|
1020
|
-
}[_ctx.item.type] || _ctx.item.type
|
|
1021
|
-
), vue.normalizeProps(vue.mergeProps({ key: 18 }, _ctx.item.props ? { ..._ctx.item.props, is: void 0 } : {})), {
|
|
1022
|
-
default: vue.withCtx(() => {
|
|
1023
|
-
var _a3;
|
|
1024
|
-
return [
|
|
1025
|
-
!(_ctx.item.slots && _ctx.item.slots.default && _ctx.$slots[_ctx.item.slots.default]) ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
1026
|
-
_ctx.item.label != null && _ctx.item.label !== "" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
1027
|
-
vue.createTextVNode(vue.toDisplayString(_ctx.item.label), 1)
|
|
1028
|
-
], 64)) : vue.createCommentVNode("", true),
|
|
1029
|
-
_ctx.editable || _ctx.item.children && _ctx.item.children.length ? (vue.openBlock(), vue.createBlock(ProFormContent, {
|
|
1030
|
-
key: 1,
|
|
1031
|
-
model: _ctx.model,
|
|
1032
|
-
rules: _ctx.rules,
|
|
1033
|
-
items: _ctx.item.children || [],
|
|
1034
|
-
grid: _ctx.item.grid,
|
|
1035
|
-
rowProps: _ctx.item.rowProps,
|
|
1036
|
-
formItems: _ctx.formItems,
|
|
1037
|
-
searchExpand: _ctx.searchExpand,
|
|
1038
|
-
parentItem: _ctx.item,
|
|
1039
|
-
editable: _ctx.editable,
|
|
1040
|
-
sortDisabled: !_ctx.item.type || !["tableCell", "tabPane", "descriptionsItem"].includes(_ctx.item.type),
|
|
1041
|
-
containerSelectable: _ctx.item.type && ["tableCell", "tabPane", "descriptionsItem"].includes(_ctx.item.type),
|
|
1042
|
-
activeItemKey: _ctx.activeItemKey,
|
|
1043
|
-
onUpdateItemValue: updateItemValue,
|
|
1044
|
-
onUpdateItemsData: handleUpdateItemsData,
|
|
1045
|
-
"onUpdate:activeItemKey": handleUpdateActiveItemKey
|
|
1046
|
-
}, vue.createSlots({ _: 2 }, [
|
|
1047
|
-
vue.renderList(Object.keys(_ctx.$slots), (name) => {
|
|
1048
|
-
return {
|
|
1049
|
-
name,
|
|
1050
|
-
fn: vue.withCtx((slotProps) => [
|
|
1051
|
-
vue.renderSlot(_ctx.$slots, name, vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
1052
|
-
])
|
|
1053
|
-
};
|
|
1054
|
-
})
|
|
1055
|
-
]), 1032, ["model", "rules", "items", "grid", "rowProps", "formItems", "searchExpand", "parentItem", "editable", "sortDisabled", "containerSelectable", "activeItemKey"])) : vue.createCommentVNode("", true)
|
|
1056
|
-
], 64)) : vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3.default, {
|
|
1057
|
-
key: 1,
|
|
1058
|
-
proForm: {
|
|
1059
|
-
item: _ctx.item,
|
|
1060
|
-
model: _ctx.model,
|
|
1061
|
-
rules: _ctx.rules,
|
|
1062
|
-
formItems: _ctx.formItems,
|
|
1063
|
-
searchExpand: _ctx.searchExpand,
|
|
1064
|
-
updateItemValue,
|
|
1065
|
-
slots: _ctx.$slots
|
|
1066
|
-
}
|
|
1067
|
-
})
|
|
1068
|
-
];
|
|
1069
|
-
}),
|
|
1070
|
-
_: 3
|
|
1071
|
-
}, 16)) : _ctx.item.type && !vue.unref(util.defaultTypes).includes(_ctx.item.type) && (_ctx.item.itemType === "view" || _ctx.item.itemType === "container") ? vue.renderSlot(_ctx.$slots, _ctx.item.type, {
|
|
1072
|
-
key: 19,
|
|
1073
|
-
item: _ctx.item,
|
|
1074
|
-
model: _ctx.model,
|
|
1075
|
-
modelValue: modelValue.value,
|
|
1076
|
-
updateValue,
|
|
1077
|
-
proForm: {
|
|
1078
|
-
item: _ctx.item,
|
|
1079
|
-
model: _ctx.model,
|
|
1080
|
-
rules: _ctx.rules,
|
|
1081
|
-
formItems: _ctx.formItems,
|
|
1082
|
-
searchExpand: _ctx.searchExpand,
|
|
1083
|
-
updateItemValue,
|
|
1084
|
-
slots: _ctx.$slots
|
|
1085
|
-
}
|
|
1086
|
-
}) : (vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElFormItem), vue.mergeProps({
|
|
1087
|
-
key: 20,
|
|
1088
|
-
label: _ctx.item.label
|
|
1089
|
-
}, _ctx.item.itemProps || {}, {
|
|
1090
|
-
labelWidth: typeof ((_k = _ctx.item.itemProps) == null ? void 0 : _k.labelWidth) === "number" ? `${_ctx.item.itemProps.labelWidth}px` : (_l = _ctx.item.itemProps) == null ? void 0 : _l.labelWidth,
|
|
1091
|
-
prop: _ctx.item.prop,
|
|
1092
|
-
rules: itemRules.value
|
|
1093
|
-
}), vue.createSlots({
|
|
1094
|
-
default: vue.withCtx(() => [
|
|
1095
|
-
_ctx.item.type === "input" ? (vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElInput), vue.mergeProps({
|
|
1096
|
-
key: 0,
|
|
1097
|
-
clearable: true,
|
|
1098
|
-
placeholder: "请输入" + _ctx.item.label
|
|
1099
|
-
}, _ctx.item.props || {}, {
|
|
1100
|
-
modelValue: modelValue.value,
|
|
1101
|
-
"onUpdate:modelValue": updateValue
|
|
1102
|
-
}), vue.createSlots({ _: 2 }, [
|
|
1103
|
-
vue.renderList(Object.keys(_ctx.item.slots || {}).filter(
|
|
1104
|
-
(k) => !!(_ctx.item.slots && _ctx.item.slots[k] && _ctx.$slots[_ctx.item.slots[k]])
|
|
1105
|
-
), (name) => {
|
|
1106
|
-
return {
|
|
1107
|
-
name,
|
|
1108
|
-
fn: vue.withCtx((slotProps) => {
|
|
1109
|
-
var _a3;
|
|
1110
|
-
return [
|
|
1111
|
-
vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3[name], vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
1112
|
-
];
|
|
1113
|
-
})
|
|
1114
|
-
};
|
|
1115
|
-
})
|
|
1116
|
-
]), 1040, ["placeholder", "modelValue"])) : _ctx.item.type === "textarea" ? (vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElInput), vue.mergeProps({
|
|
1117
|
-
key: 1,
|
|
1118
|
-
rows: 4,
|
|
1119
|
-
placeholder: "请输入" + _ctx.item.label
|
|
1120
|
-
}, _ctx.item.props || {}, {
|
|
1121
|
-
type: "textarea",
|
|
1122
|
-
modelValue: modelValue.value,
|
|
1123
|
-
"onUpdate:modelValue": updateValue
|
|
1124
|
-
}), vue.createSlots({ _: 2 }, [
|
|
1125
|
-
vue.renderList(Object.keys(_ctx.item.slots || {}).filter(
|
|
1126
|
-
(k) => !!(_ctx.item.slots && _ctx.item.slots[k] && _ctx.$slots[_ctx.item.slots[k]])
|
|
1127
|
-
), (name) => {
|
|
1128
|
-
return {
|
|
1129
|
-
name,
|
|
1130
|
-
fn: vue.withCtx((slotProps) => {
|
|
1131
|
-
var _a3;
|
|
1132
|
-
return [
|
|
1133
|
-
vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3[name], vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
1134
|
-
];
|
|
1135
|
-
})
|
|
1136
|
-
};
|
|
1137
|
-
})
|
|
1138
|
-
]), 1040, ["placeholder", "modelValue"])) : _ctx.item.type === "select" ? (vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElSelect), vue.mergeProps({
|
|
1139
|
-
key: 2,
|
|
1140
|
-
class: "ele-fluid",
|
|
1141
|
-
clearable: true,
|
|
1142
|
-
placeholder: "请选择" + _ctx.item.label
|
|
1143
|
-
}, _ctx.item.props || {}, {
|
|
1144
|
-
modelValue: modelValue.value,
|
|
1145
|
-
"onUpdate:modelValue": updateValue
|
|
1146
|
-
}), vue.createSlots({
|
|
1147
|
-
default: vue.withCtx(() => [
|
|
1148
|
-
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.item.options || [], (opt) => {
|
|
1149
|
-
return vue.openBlock(), vue.createElementBlock(vue.Fragment, {
|
|
1150
|
-
key: opt.key ?? opt.value
|
|
1151
|
-
}, [
|
|
1152
|
-
opt.children ? (vue.openBlock(), vue.createBlock(_component_ElOptionGroup, {
|
|
1153
|
-
key: 0,
|
|
1154
|
-
label: opt.label
|
|
1155
|
-
}, {
|
|
1156
|
-
default: vue.withCtx(() => [
|
|
1157
|
-
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(opt.children, (childOpt) => {
|
|
1158
|
-
return vue.openBlock(), vue.createBlock(_component_ElOption, {
|
|
1159
|
-
key: childOpt.key ?? childOpt.value,
|
|
1160
|
-
label: childOpt.label,
|
|
1161
|
-
value: childOpt.value,
|
|
1162
|
-
disabled: childOpt.disabled
|
|
1163
|
-
}, null, 8, ["label", "value", "disabled"]);
|
|
1164
|
-
}), 128))
|
|
1165
|
-
]),
|
|
1166
|
-
_: 2
|
|
1167
|
-
}, 1032, ["label"])) : (vue.openBlock(), vue.createBlock(_component_ElOption, {
|
|
1168
|
-
key: 1,
|
|
1169
|
-
label: opt.label,
|
|
1170
|
-
value: opt.value,
|
|
1171
|
-
disabled: opt.disabled
|
|
1172
|
-
}, null, 8, ["label", "value", "disabled"]))
|
|
1173
|
-
], 64);
|
|
1174
|
-
}), 128))
|
|
1175
|
-
]),
|
|
1176
|
-
_: 2
|
|
1177
|
-
}, [
|
|
1178
|
-
vue.renderList(Object.keys(_ctx.item.slots || {}).filter(
|
|
1179
|
-
(k) => !!(_ctx.item.slots && _ctx.item.slots[k] && _ctx.$slots[_ctx.item.slots[k]])
|
|
1180
|
-
), (name) => {
|
|
1181
|
-
return {
|
|
1182
|
-
name,
|
|
1183
|
-
fn: vue.withCtx((slotProps) => {
|
|
1184
|
-
var _a3;
|
|
1185
|
-
return [
|
|
1186
|
-
vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3[name], vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
1187
|
-
];
|
|
1188
|
-
})
|
|
1189
|
-
};
|
|
1190
|
-
})
|
|
1191
|
-
]), 1040, ["placeholder", "modelValue"])) : _ctx.item.type === "multipleSelect" ? (vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElSelect), vue.mergeProps({
|
|
1192
|
-
key: 3,
|
|
1193
|
-
class: "ele-fluid",
|
|
1194
|
-
clearable: true,
|
|
1195
|
-
placeholder: "请选择" + _ctx.item.label
|
|
1196
|
-
}, _ctx.item.props || {}, {
|
|
1197
|
-
multiple: true,
|
|
1198
|
-
modelValue: modelValue.value,
|
|
1199
|
-
"onUpdate:modelValue": updateValue
|
|
1200
|
-
}), vue.createSlots({
|
|
1201
|
-
default: vue.withCtx(() => [
|
|
1202
|
-
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.item.options || [], (opt) => {
|
|
1203
|
-
return vue.openBlock(), vue.createElementBlock(vue.Fragment, {
|
|
1204
|
-
key: opt.key ?? opt.value
|
|
1205
|
-
}, [
|
|
1206
|
-
opt.children ? (vue.openBlock(), vue.createBlock(_component_ElOptionGroup, {
|
|
1207
|
-
key: 0,
|
|
1208
|
-
label: opt.label
|
|
1209
|
-
}, {
|
|
1210
|
-
default: vue.withCtx(() => [
|
|
1211
|
-
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(opt.children, (childOpt) => {
|
|
1212
|
-
return vue.openBlock(), vue.createBlock(_component_ElOption, {
|
|
1213
|
-
key: childOpt.key ?? childOpt.value,
|
|
1214
|
-
label: childOpt.label,
|
|
1215
|
-
value: childOpt.value,
|
|
1216
|
-
disabled: childOpt.disabled
|
|
1217
|
-
}, null, 8, ["label", "value", "disabled"]);
|
|
1218
|
-
}), 128))
|
|
1219
|
-
]),
|
|
1220
|
-
_: 2
|
|
1221
|
-
}, 1032, ["label"])) : (vue.openBlock(), vue.createBlock(_component_ElOption, {
|
|
1222
|
-
key: 1,
|
|
1223
|
-
label: opt.label,
|
|
1224
|
-
value: opt.value,
|
|
1225
|
-
disabled: opt.disabled
|
|
1226
|
-
}, null, 8, ["label", "value", "disabled"]))
|
|
1227
|
-
], 64);
|
|
1228
|
-
}), 128))
|
|
1229
|
-
]),
|
|
1230
|
-
_: 2
|
|
1231
|
-
}, [
|
|
1232
|
-
vue.renderList(Object.keys(_ctx.item.slots || {}).filter(
|
|
1233
|
-
(k) => !!(_ctx.item.slots && _ctx.item.slots[k] && _ctx.$slots[_ctx.item.slots[k]])
|
|
1234
|
-
), (name) => {
|
|
1235
|
-
return {
|
|
1236
|
-
name,
|
|
1237
|
-
fn: vue.withCtx((slotProps) => {
|
|
1238
|
-
var _a3;
|
|
1239
|
-
return [
|
|
1240
|
-
vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3[name], vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
1241
|
-
];
|
|
1242
|
-
})
|
|
1243
|
-
};
|
|
1244
|
-
})
|
|
1245
|
-
]), 1040, ["placeholder", "modelValue"])) : _ctx.item.type === "radio" ? (vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElRadioGroup), vue.mergeProps({ key: 4 }, _ctx.item.props || {}, {
|
|
1246
|
-
modelValue: modelValue.value,
|
|
1247
|
-
"onUpdate:modelValue": updateValue
|
|
1248
|
-
}), {
|
|
1249
|
-
default: vue.withCtx(() => [
|
|
1250
|
-
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.item.options || [], (opt) => {
|
|
1251
|
-
return vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElRadio), {
|
|
1252
|
-
key: opt.key ?? opt.value,
|
|
1253
|
-
value: opt.value,
|
|
1254
|
-
label: opt.label,
|
|
1255
|
-
disabled: opt.disabled,
|
|
1256
|
-
border: opt.border
|
|
1257
|
-
}, null, 8, ["value", "label", "disabled", "border"]);
|
|
1258
|
-
}), 128))
|
|
1259
|
-
]),
|
|
1260
|
-
_: 1
|
|
1261
|
-
}, 16, ["modelValue"])) : _ctx.item.type === "radioButton" ? (vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElRadioGroup), vue.mergeProps({ key: 5 }, _ctx.item.props || {}, {
|
|
1262
|
-
modelValue: modelValue.value,
|
|
1263
|
-
"onUpdate:modelValue": updateValue
|
|
1264
|
-
}), {
|
|
1265
|
-
default: vue.withCtx(() => [
|
|
1266
|
-
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.item.options || [], (opt) => {
|
|
1267
|
-
return vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElRadioButton), {
|
|
1268
|
-
key: opt.key ?? opt.value,
|
|
1269
|
-
value: opt.value,
|
|
1270
|
-
label: opt.label,
|
|
1271
|
-
disabled: opt.disabled
|
|
1272
|
-
}, null, 8, ["value", "label", "disabled"]);
|
|
1273
|
-
}), 128))
|
|
1274
|
-
]),
|
|
1275
|
-
_: 1
|
|
1276
|
-
}, 16, ["modelValue"])) : _ctx.item.type === "checkbox" ? (vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElCheckboxGroup), vue.mergeProps({ key: 6 }, _ctx.item.props || {}, {
|
|
1277
|
-
modelValue: modelValue.value,
|
|
1278
|
-
"onUpdate:modelValue": updateValue
|
|
1279
|
-
}), {
|
|
1280
|
-
default: vue.withCtx(() => [
|
|
1281
|
-
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.item.options || [], (opt) => {
|
|
1282
|
-
return vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElCheckbox), {
|
|
1283
|
-
key: opt.key ?? opt.value,
|
|
1284
|
-
value: opt.value,
|
|
1285
|
-
label: opt.label,
|
|
1286
|
-
disabled: opt.disabled,
|
|
1287
|
-
border: opt.border
|
|
1288
|
-
}, null, 8, ["value", "label", "disabled", "border"]);
|
|
1289
|
-
}), 128))
|
|
1290
|
-
]),
|
|
1291
|
-
_: 1
|
|
1292
|
-
}, 16, ["modelValue"])) : _ctx.item.type === "checkboxButton" ? (vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElCheckboxGroup), vue.mergeProps({ key: 7 }, _ctx.item.props || {}, {
|
|
1293
|
-
modelValue: modelValue.value,
|
|
1294
|
-
"onUpdate:modelValue": updateValue
|
|
1295
|
-
}), {
|
|
1296
|
-
default: vue.withCtx(() => [
|
|
1297
|
-
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.item.options || [], (opt) => {
|
|
1298
|
-
return vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElCheckboxButton), {
|
|
1299
|
-
key: opt.key ?? opt.value,
|
|
1300
|
-
value: opt.value,
|
|
1301
|
-
label: opt.label,
|
|
1302
|
-
disabled: opt.disabled
|
|
1303
|
-
}, null, 8, ["value", "label", "disabled"]);
|
|
1304
|
-
}), 128))
|
|
1305
|
-
]),
|
|
1306
|
-
_: 1
|
|
1307
|
-
}, 16, ["modelValue"])) : _ctx.item.type === "date" ? (vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElDatePicker), vue.mergeProps({
|
|
1308
|
-
key: 8,
|
|
1309
|
-
valueFormat: "YYYY-MM-DD",
|
|
1310
|
-
class: "ele-fluid",
|
|
1311
|
-
placeholder: "请选择" + _ctx.item.label
|
|
1312
|
-
}, _ctx.item.props || {}, {
|
|
1313
|
-
modelValue: modelValue.value,
|
|
1314
|
-
"onUpdate:modelValue": updateValue
|
|
1315
|
-
}), vue.createSlots({ _: 2 }, [
|
|
1316
|
-
vue.renderList(Object.keys(_ctx.item.slots || {}).filter(
|
|
1317
|
-
(k) => !!(_ctx.item.slots && _ctx.item.slots[k] && _ctx.$slots[_ctx.item.slots[k]])
|
|
1318
|
-
), (name) => {
|
|
1319
|
-
return {
|
|
1320
|
-
name,
|
|
1321
|
-
fn: vue.withCtx((slotProps) => {
|
|
1322
|
-
var _a3;
|
|
1323
|
-
return [
|
|
1324
|
-
vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3[name], vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
1325
|
-
];
|
|
1326
|
-
})
|
|
1327
|
-
};
|
|
1328
|
-
})
|
|
1329
|
-
]), 1040, ["placeholder", "modelValue"])) : _ctx.item.type === "datetime" ? (vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElDatePicker), vue.mergeProps({
|
|
1330
|
-
key: 9,
|
|
1331
|
-
valueFormat: "YYYY-MM-DD HH:mm:ss",
|
|
1332
|
-
class: "ele-fluid",
|
|
1333
|
-
placeholder: "请选择" + _ctx.item.label
|
|
1334
|
-
}, _ctx.item.props || {}, {
|
|
1335
|
-
type: "datetime",
|
|
1336
|
-
modelValue: modelValue.value,
|
|
1337
|
-
"onUpdate:modelValue": updateValue
|
|
1338
|
-
}), vue.createSlots({ _: 2 }, [
|
|
1339
|
-
vue.renderList(Object.keys(_ctx.item.slots || {}).filter(
|
|
1340
|
-
(k) => !!(_ctx.item.slots && _ctx.item.slots[k] && _ctx.$slots[_ctx.item.slots[k]])
|
|
1341
|
-
), (name) => {
|
|
1342
|
-
return {
|
|
1343
|
-
name,
|
|
1344
|
-
fn: vue.withCtx((slotProps) => {
|
|
1345
|
-
var _a3;
|
|
1346
|
-
return [
|
|
1347
|
-
vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3[name], vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
1348
|
-
];
|
|
1349
|
-
})
|
|
1350
|
-
};
|
|
1351
|
-
})
|
|
1352
|
-
]), 1040, ["placeholder", "modelValue"])) : _ctx.item.type === "daterange" ? (vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElDatePicker), vue.mergeProps({
|
|
1353
|
-
key: 10,
|
|
1354
|
-
valueFormat: "YYYY-MM-DD",
|
|
1355
|
-
rangeSeparator: "-",
|
|
1356
|
-
startPlaceholder: "开始日期",
|
|
1357
|
-
endPlaceholder: "结束日期",
|
|
1358
|
-
unlinkPanels: true,
|
|
1359
|
-
class: "ele-fluid",
|
|
1360
|
-
type: "daterange"
|
|
1361
|
-
}, _ctx.item.props || {}, {
|
|
1362
|
-
modelValue: modelValue.value,
|
|
1363
|
-
"onUpdate:modelValue": updateValue
|
|
1364
|
-
}), vue.createSlots({ _: 2 }, [
|
|
1365
|
-
vue.renderList(Object.keys(_ctx.item.slots || {}).filter(
|
|
1366
|
-
(k) => !!(_ctx.item.slots && _ctx.item.slots[k] && _ctx.$slots[_ctx.item.slots[k]])
|
|
1367
|
-
), (name) => {
|
|
1368
|
-
return {
|
|
1369
|
-
name,
|
|
1370
|
-
fn: vue.withCtx((slotProps) => {
|
|
1371
|
-
var _a3;
|
|
1372
|
-
return [
|
|
1373
|
-
vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3[name], vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
1374
|
-
];
|
|
1375
|
-
})
|
|
1376
|
-
};
|
|
1377
|
-
})
|
|
1378
|
-
]), 1040, ["modelValue"])) : _ctx.item.type === "datetimerange" ? (vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElDatePicker), vue.mergeProps({
|
|
1379
|
-
key: 11,
|
|
1380
|
-
valueFormat: "YYYY-MM-DD HH:mm:ss",
|
|
1381
|
-
rangeSeparator: "-",
|
|
1382
|
-
startPlaceholder: "开始时间",
|
|
1383
|
-
endPlaceholder: "结束时间",
|
|
1384
|
-
unlinkPanels: true,
|
|
1385
|
-
class: "ele-fluid"
|
|
1386
|
-
}, _ctx.item.props || {}, {
|
|
1387
|
-
type: "datetimerange",
|
|
1388
|
-
modelValue: modelValue.value,
|
|
1389
|
-
"onUpdate:modelValue": updateValue
|
|
1390
|
-
}), vue.createSlots({ _: 2 }, [
|
|
1391
|
-
vue.renderList(Object.keys(_ctx.item.slots || {}).filter(
|
|
1392
|
-
(k) => !!(_ctx.item.slots && _ctx.item.slots[k] && _ctx.$slots[_ctx.item.slots[k]])
|
|
1393
|
-
), (name) => {
|
|
1394
|
-
return {
|
|
1395
|
-
name,
|
|
1396
|
-
fn: vue.withCtx((slotProps) => {
|
|
1397
|
-
var _a3;
|
|
1398
|
-
return [
|
|
1399
|
-
vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3[name], vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
1400
|
-
];
|
|
1401
|
-
})
|
|
1402
|
-
};
|
|
1403
|
-
})
|
|
1404
|
-
]), 1040, ["modelValue"])) : _ctx.item.type === "time" ? (vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElTimePicker), vue.mergeProps({
|
|
1405
|
-
key: 12,
|
|
1406
|
-
valueFormat: "HH:mm:ss",
|
|
1407
|
-
class: "ele-fluid",
|
|
1408
|
-
placeholder: "请选择" + _ctx.item.label
|
|
1409
|
-
}, _ctx.item.props || {}, {
|
|
1410
|
-
modelValue: modelValue.value,
|
|
1411
|
-
"onUpdate:modelValue": updateValue
|
|
1412
|
-
}), vue.createSlots({ _: 2 }, [
|
|
1413
|
-
vue.renderList(Object.keys(_ctx.item.slots || {}).filter(
|
|
1414
|
-
(k) => !!(_ctx.item.slots && _ctx.item.slots[k] && _ctx.$slots[_ctx.item.slots[k]])
|
|
1415
|
-
), (name) => {
|
|
1416
|
-
return {
|
|
1417
|
-
name,
|
|
1418
|
-
fn: vue.withCtx((slotProps) => {
|
|
1419
|
-
var _a3;
|
|
1420
|
-
return [
|
|
1421
|
-
vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3[name], vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
1422
|
-
];
|
|
1423
|
-
})
|
|
1424
|
-
};
|
|
1425
|
-
})
|
|
1426
|
-
]), 1040, ["placeholder", "modelValue"])) : _ctx.item.type === "timerange" ? (vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElTimePicker), vue.mergeProps({
|
|
1427
|
-
key: 13,
|
|
1428
|
-
valueFormat: "HH:mm:ss",
|
|
1429
|
-
rangeSeparator: "-",
|
|
1430
|
-
startPlaceholder: "开始时间",
|
|
1431
|
-
"end-placeholder": "结束时间",
|
|
1432
|
-
class: "ele-fluid"
|
|
1433
|
-
}, _ctx.item.props || {}, {
|
|
1434
|
-
isRange: true,
|
|
1435
|
-
modelValue: modelValue.value,
|
|
1436
|
-
"onUpdate:modelValue": updateValue
|
|
1437
|
-
}), vue.createSlots({ _: 2 }, [
|
|
1438
|
-
vue.renderList(Object.keys(_ctx.item.slots || {}).filter(
|
|
1439
|
-
(k) => !!(_ctx.item.slots && _ctx.item.slots[k] && _ctx.$slots[_ctx.item.slots[k]])
|
|
1440
|
-
), (name) => {
|
|
1441
|
-
return {
|
|
1442
|
-
name,
|
|
1443
|
-
fn: vue.withCtx((slotProps) => {
|
|
1444
|
-
var _a3;
|
|
1445
|
-
return [
|
|
1446
|
-
vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3[name], vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
1447
|
-
];
|
|
1448
|
-
})
|
|
1449
|
-
};
|
|
1450
|
-
})
|
|
1451
|
-
]), 1040, ["modelValue"])) : _ctx.item.type === "timeSelect" ? (vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElTimeSelect), vue.mergeProps({
|
|
1452
|
-
key: 14,
|
|
1453
|
-
class: "ele-fluid",
|
|
1454
|
-
placeholder: "请选择" + _ctx.item.label
|
|
1455
|
-
}, _ctx.item.props || {}, {
|
|
1456
|
-
modelValue: modelValue.value,
|
|
1457
|
-
"onUpdate:modelValue": updateValue
|
|
1458
|
-
}), null, 16, ["placeholder", "modelValue"])) : _ctx.item.type === "switch" ? (vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElSwitch), vue.mergeProps({
|
|
1459
|
-
key: 15,
|
|
1460
|
-
"active-value": 1,
|
|
1461
|
-
"inactive-value": 0
|
|
1462
|
-
}, _ctx.item.props || {}, {
|
|
1463
|
-
modelValue: modelValue.value,
|
|
1464
|
-
"onUpdate:modelValue": updateValue
|
|
1465
|
-
}), vue.createSlots({ _: 2 }, [
|
|
1466
|
-
vue.renderList(Object.keys(_ctx.item.slots || {}).filter(
|
|
1467
|
-
(k) => !!(_ctx.item.slots && _ctx.item.slots[k] && _ctx.$slots[_ctx.item.slots[k]])
|
|
1468
|
-
), (name) => {
|
|
1469
|
-
return {
|
|
1470
|
-
name,
|
|
1471
|
-
fn: vue.withCtx((slotProps) => {
|
|
1472
|
-
var _a3;
|
|
1473
|
-
return [
|
|
1474
|
-
vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3[name], vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
1475
|
-
];
|
|
1476
|
-
})
|
|
1477
|
-
};
|
|
1478
|
-
})
|
|
1479
|
-
]), 1040, ["modelValue"])) : _ctx.item.type === "inputNumber" ? (vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElInputNumber), vue.mergeProps({
|
|
1480
|
-
key: 16,
|
|
1481
|
-
class: "ele-fluid",
|
|
1482
|
-
"controls-position": "right",
|
|
1483
|
-
placeholder: "请输入" + _ctx.item.label
|
|
1484
|
-
}, _ctx.item.props || {}, {
|
|
1485
|
-
modelValue: modelValue.value,
|
|
1486
|
-
"onUpdate:modelValue": updateValue
|
|
1487
|
-
}), vue.createSlots({ _: 2 }, [
|
|
1488
|
-
vue.renderList(Object.keys(_ctx.item.slots || {}).filter(
|
|
1489
|
-
(k) => !!(_ctx.item.slots && _ctx.item.slots[k] && _ctx.$slots[_ctx.item.slots[k]])
|
|
1490
|
-
), (name) => {
|
|
1491
|
-
return {
|
|
1492
|
-
name,
|
|
1493
|
-
fn: vue.withCtx((slotProps) => {
|
|
1494
|
-
var _a3;
|
|
1495
|
-
return [
|
|
1496
|
-
vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3[name], vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
1497
|
-
];
|
|
1498
|
-
})
|
|
1499
|
-
};
|
|
1500
|
-
})
|
|
1501
|
-
]), 1040, ["placeholder", "modelValue"])) : _ctx.item.type === "autocomplete" ? (vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElAutocomplete), vue.mergeProps({
|
|
1502
|
-
key: 17,
|
|
1503
|
-
class: "ele-fluid",
|
|
1504
|
-
fetchSuggestions: (keyword, callback) => callback(
|
|
1505
|
-
(_ctx.item.options || []).filter(
|
|
1506
|
-
(d) => keyword == null || !keyword.length || (d.value ?? "").toLowerCase().includes((keyword ?? "").toLowerCase())
|
|
1507
|
-
)
|
|
1508
|
-
),
|
|
1509
|
-
placeholder: "请输入" + _ctx.item.label
|
|
1510
|
-
}, _ctx.item.props || {}, {
|
|
1511
|
-
modelValue: modelValue.value,
|
|
1512
|
-
"onUpdate:modelValue": updateValue
|
|
1513
|
-
}), vue.createSlots({ _: 2 }, [
|
|
1514
|
-
vue.renderList(Object.keys(_ctx.item.slots || {}).filter(
|
|
1515
|
-
(k) => !!(_ctx.item.slots && _ctx.item.slots[k] && _ctx.$slots[_ctx.item.slots[k]])
|
|
1516
|
-
), (name) => {
|
|
1517
|
-
return {
|
|
1518
|
-
name,
|
|
1519
|
-
fn: vue.withCtx((slotProps) => {
|
|
1520
|
-
var _a3;
|
|
1521
|
-
return [
|
|
1522
|
-
vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3[name], vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
1523
|
-
];
|
|
1524
|
-
})
|
|
1525
|
-
};
|
|
1526
|
-
})
|
|
1527
|
-
]), 1040, ["fetchSuggestions", "placeholder", "modelValue"])) : _ctx.item.type === "cascader" ? (vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElCascader), vue.mergeProps({
|
|
1528
|
-
key: 18,
|
|
1529
|
-
class: "ele-fluid",
|
|
1530
|
-
clearable: true,
|
|
1531
|
-
options: _ctx.item.options || [],
|
|
1532
|
-
placeholder: "请选择" + _ctx.item.label
|
|
1533
|
-
}, _ctx.item.props || {}, {
|
|
1534
|
-
props: cascaderProps,
|
|
1535
|
-
modelValue: modelValue.value,
|
|
1536
|
-
"onUpdate:modelValue": updateValue
|
|
1537
|
-
}), vue.createSlots({ _: 2 }, [
|
|
1538
|
-
vue.renderList(Object.keys(_ctx.item.slots || {}).filter(
|
|
1539
|
-
(k) => !!(_ctx.item.slots && _ctx.item.slots[k] && _ctx.$slots[_ctx.item.slots[k]])
|
|
1540
|
-
), (name) => {
|
|
1541
|
-
return {
|
|
1542
|
-
name,
|
|
1543
|
-
fn: vue.withCtx((slotProps) => {
|
|
1544
|
-
var _a3;
|
|
1545
|
-
return [
|
|
1546
|
-
vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3[name], vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
1547
|
-
];
|
|
1548
|
-
})
|
|
1549
|
-
};
|
|
1550
|
-
})
|
|
1551
|
-
]), 1040, ["options", "placeholder", "props", "modelValue"])) : _ctx.item.type === "multipleCascader" ? (vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElCascader), vue.mergeProps({
|
|
1552
|
-
key: 19,
|
|
1553
|
-
class: "ele-fluid",
|
|
1554
|
-
clearable: true,
|
|
1555
|
-
options: _ctx.item.options || [],
|
|
1556
|
-
placeholder: "请选择" + _ctx.item.label
|
|
1557
|
-
}, _ctx.item.props || {}, {
|
|
1558
|
-
props: cascaderProps,
|
|
1559
|
-
modelValue: modelValue.value,
|
|
1560
|
-
"onUpdate:modelValue": updateValue
|
|
1561
|
-
}), vue.createSlots({ _: 2 }, [
|
|
1562
|
-
vue.renderList(Object.keys(_ctx.item.slots || {}).filter(
|
|
1563
|
-
(k) => !!(_ctx.item.slots && _ctx.item.slots[k] && _ctx.$slots[_ctx.item.slots[k]])
|
|
1564
|
-
), (name) => {
|
|
1565
|
-
return {
|
|
1566
|
-
name,
|
|
1567
|
-
fn: vue.withCtx((slotProps) => {
|
|
1568
|
-
var _a3;
|
|
1569
|
-
return [
|
|
1570
|
-
vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3[name], vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
1571
|
-
];
|
|
1572
|
-
})
|
|
1573
|
-
};
|
|
1574
|
-
})
|
|
1575
|
-
]), 1040, ["options", "placeholder", "props", "modelValue"])) : _ctx.item.type === "rate" ? (vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElRate), vue.mergeProps({ key: 20 }, _ctx.item.props || {}, {
|
|
1576
|
-
modelValue: modelValue.value,
|
|
1577
|
-
"onUpdate:modelValue": updateValue
|
|
1578
|
-
}), vue.createSlots({ _: 2 }, [
|
|
1579
|
-
vue.renderList(Object.keys(_ctx.item.slots || {}).filter(
|
|
1580
|
-
(k) => !!(_ctx.item.slots && _ctx.item.slots[k] && _ctx.$slots[_ctx.item.slots[k]])
|
|
1581
|
-
), (name) => {
|
|
1582
|
-
return {
|
|
1583
|
-
name,
|
|
1584
|
-
fn: vue.withCtx((slotProps) => {
|
|
1585
|
-
var _a3;
|
|
1586
|
-
return [
|
|
1587
|
-
vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3[name], vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
1588
|
-
];
|
|
1589
|
-
})
|
|
1590
|
-
};
|
|
1591
|
-
})
|
|
1592
|
-
]), 1040, ["modelValue"])) : _ctx.item.type === "slider" ? (vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElSlider), vue.mergeProps({ key: 21 }, _ctx.item.props || {}, {
|
|
1593
|
-
modelValue: modelValue.value,
|
|
1594
|
-
"onUpdate:modelValue": updateValue
|
|
1595
|
-
}), vue.createSlots({ _: 2 }, [
|
|
1596
|
-
vue.renderList(Object.keys(_ctx.item.slots || {}).filter(
|
|
1597
|
-
(k) => !!(_ctx.item.slots && _ctx.item.slots[k] && _ctx.$slots[_ctx.item.slots[k]])
|
|
1598
|
-
), (name) => {
|
|
1599
|
-
return {
|
|
1600
|
-
name,
|
|
1601
|
-
fn: vue.withCtx((slotProps) => {
|
|
1602
|
-
var _a3;
|
|
1603
|
-
return [
|
|
1604
|
-
vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3[name], vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
1605
|
-
];
|
|
1606
|
-
})
|
|
1607
|
-
};
|
|
1608
|
-
})
|
|
1609
|
-
]), 1040, ["modelValue"])) : _ctx.item.type === "sliderRange" ? (vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElSlider), vue.mergeProps({ key: 22 }, _ctx.item.props || {}, {
|
|
1610
|
-
range: true,
|
|
1611
|
-
modelValue: modelValue.value,
|
|
1612
|
-
"onUpdate:modelValue": updateValue
|
|
1613
|
-
}), vue.createSlots({ _: 2 }, [
|
|
1614
|
-
vue.renderList(Object.keys(_ctx.item.slots || {}).filter(
|
|
1615
|
-
(k) => !!(_ctx.item.slots && _ctx.item.slots[k] && _ctx.$slots[_ctx.item.slots[k]])
|
|
1616
|
-
), (name) => {
|
|
1617
|
-
return {
|
|
1618
|
-
name,
|
|
1619
|
-
fn: vue.withCtx((slotProps) => {
|
|
1620
|
-
var _a3;
|
|
1621
|
-
return [
|
|
1622
|
-
vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3[name], vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
1623
|
-
];
|
|
1624
|
-
})
|
|
1625
|
-
};
|
|
1626
|
-
})
|
|
1627
|
-
]), 1040, ["modelValue"])) : _ctx.item.type === "mention" ? (vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElMention), vue.mergeProps({
|
|
1628
|
-
key: 23,
|
|
1629
|
-
clearable: true,
|
|
1630
|
-
options: _ctx.item.options || [],
|
|
1631
|
-
placeholder: "请输入" + _ctx.item.label
|
|
1632
|
-
}, _ctx.item.props || {}, {
|
|
1633
|
-
modelValue: modelValue.value,
|
|
1634
|
-
"onUpdate:modelValue": updateValue
|
|
1635
|
-
}), vue.createSlots({ _: 2 }, [
|
|
1636
|
-
vue.renderList(Object.keys(_ctx.item.slots || {}).filter(
|
|
1637
|
-
(k) => !!(_ctx.item.slots && _ctx.item.slots[k] && _ctx.$slots[_ctx.item.slots[k]])
|
|
1638
|
-
), (name) => {
|
|
1639
|
-
return {
|
|
1640
|
-
name,
|
|
1641
|
-
fn: vue.withCtx((slotProps) => {
|
|
1642
|
-
var _a3;
|
|
1643
|
-
return [
|
|
1644
|
-
vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3[name], vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
1645
|
-
];
|
|
1646
|
-
})
|
|
1647
|
-
};
|
|
1648
|
-
})
|
|
1649
|
-
]), 1040, ["options", "placeholder", "modelValue"])) : _ctx.item.type === "colorPicker" ? (vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElColorPicker), vue.mergeProps({ key: 24 }, _ctx.item.props || {}, {
|
|
1650
|
-
modelValue: modelValue.value,
|
|
1651
|
-
"onUpdate:modelValue": updateValue
|
|
1652
|
-
}), vue.createSlots({ _: 2 }, [
|
|
1653
|
-
vue.renderList(Object.keys(_ctx.item.slots || {}).filter(
|
|
1654
|
-
(k) => !!(_ctx.item.slots && _ctx.item.slots[k] && _ctx.$slots[_ctx.item.slots[k]])
|
|
1655
|
-
), (name) => {
|
|
1656
|
-
return {
|
|
1657
|
-
name,
|
|
1658
|
-
fn: vue.withCtx((slotProps) => {
|
|
1659
|
-
var _a3;
|
|
1660
|
-
return [
|
|
1661
|
-
vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3[name], vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
1662
|
-
];
|
|
1663
|
-
})
|
|
1664
|
-
};
|
|
1665
|
-
})
|
|
1666
|
-
]), 1040, ["modelValue"])) : _ctx.item.type === "transfer" ? (vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElTransfer), vue.mergeProps({ key: 25 }, _ctx.item.props || {}, {
|
|
1667
|
-
modelValue: modelValue.value,
|
|
1668
|
-
"onUpdate:modelValue": updateValue
|
|
1669
|
-
}), vue.createSlots({ _: 2 }, [
|
|
1670
|
-
vue.renderList(Object.keys(_ctx.item.slots || {}).filter(
|
|
1671
|
-
(k) => !!(_ctx.item.slots && _ctx.item.slots[k] && _ctx.$slots[_ctx.item.slots[k]])
|
|
1672
|
-
), (name) => {
|
|
1673
|
-
return {
|
|
1674
|
-
name,
|
|
1675
|
-
fn: vue.withCtx((slotProps) => {
|
|
1676
|
-
var _a3;
|
|
1677
|
-
return [
|
|
1678
|
-
vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3[name], vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
1679
|
-
];
|
|
1680
|
-
})
|
|
1681
|
-
};
|
|
1682
|
-
})
|
|
1683
|
-
]), 1040, ["modelValue"])) : _ctx.item.type === "treeSelect" ? (vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElTreeSelect), vue.mergeProps({
|
|
1684
|
-
key: 26,
|
|
1685
|
-
class: "ele-fluid",
|
|
1686
|
-
clearable: true,
|
|
1687
|
-
data: _ctx.item.options,
|
|
1688
|
-
placeholder: "请选择" + _ctx.item.label
|
|
1689
|
-
}, _ctx.item.props || {}, {
|
|
1690
|
-
modelValue: modelValue.value,
|
|
1691
|
-
"onUpdate:modelValue": updateValue
|
|
1692
|
-
}), vue.createSlots({ _: 2 }, [
|
|
1693
|
-
vue.renderList(Object.keys(_ctx.item.slots || {}).filter(
|
|
1694
|
-
(k) => !!(_ctx.item.slots && _ctx.item.slots[k] && _ctx.$slots[_ctx.item.slots[k]])
|
|
1695
|
-
), (name) => {
|
|
1696
|
-
return {
|
|
1697
|
-
name,
|
|
1698
|
-
fn: vue.withCtx((slotProps) => {
|
|
1699
|
-
var _a3;
|
|
1700
|
-
return [
|
|
1701
|
-
vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3[name], vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
1702
|
-
];
|
|
1703
|
-
})
|
|
1704
|
-
};
|
|
1705
|
-
})
|
|
1706
|
-
]), 1040, ["data", "placeholder", "modelValue"])) : _ctx.item.type === "treeMultipleSelect" ? (vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElTreeSelect), vue.mergeProps({
|
|
1707
|
-
key: 27,
|
|
1708
|
-
class: "ele-fluid",
|
|
1709
|
-
clearable: true,
|
|
1710
|
-
data: _ctx.item.options,
|
|
1711
|
-
placeholder: "请选择" + _ctx.item.label,
|
|
1712
|
-
"show-checkbox": true
|
|
1713
|
-
}, _ctx.item.props || {}, {
|
|
1714
|
-
multiple: true,
|
|
1715
|
-
modelValue: modelValue.value,
|
|
1716
|
-
"onUpdate:modelValue": updateValue
|
|
1717
|
-
}), vue.createSlots({ _: 2 }, [
|
|
1718
|
-
vue.renderList(Object.keys(_ctx.item.slots || {}).filter(
|
|
1719
|
-
(k) => !!(_ctx.item.slots && _ctx.item.slots[k] && _ctx.$slots[_ctx.item.slots[k]])
|
|
1720
|
-
), (name) => {
|
|
1721
|
-
return {
|
|
1722
|
-
name,
|
|
1723
|
-
fn: vue.withCtx((slotProps) => {
|
|
1724
|
-
var _a3;
|
|
1725
|
-
return [
|
|
1726
|
-
vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3[name], vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
1727
|
-
];
|
|
1728
|
-
})
|
|
1729
|
-
};
|
|
1730
|
-
})
|
|
1731
|
-
]), 1040, ["data", "placeholder", "modelValue"])) : _ctx.item.type === "virtualTreeSelect" ? (vue.openBlock(), vue.createBlock(EleTreeSelect, vue.mergeProps({
|
|
1732
|
-
key: 28,
|
|
1733
|
-
clearable: true,
|
|
1734
|
-
placeholder: "请选择" + _ctx.item.label
|
|
1735
|
-
}, _ctx.item.props || {}, {
|
|
1736
|
-
modelValue: modelValue.value,
|
|
1737
|
-
"onUpdate:modelValue": updateValue
|
|
1738
|
-
}), vue.createSlots({ _: 2 }, [
|
|
1739
|
-
vue.renderList(Object.keys(_ctx.item.slots || {}).filter(
|
|
1740
|
-
(k) => !!(_ctx.item.slots && _ctx.item.slots[k] && _ctx.$slots[_ctx.item.slots[k]])
|
|
1741
|
-
), (name) => {
|
|
1742
|
-
return {
|
|
1743
|
-
name,
|
|
1744
|
-
fn: vue.withCtx((slotProps) => {
|
|
1745
|
-
var _a3;
|
|
1746
|
-
return [
|
|
1747
|
-
vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3[name], vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
1748
|
-
];
|
|
1749
|
-
})
|
|
1750
|
-
};
|
|
1751
|
-
})
|
|
1752
|
-
]), 1040, ["placeholder", "modelValue"])) : _ctx.item.type === "virtualTreeMultipleSelect" ? (vue.openBlock(), vue.createBlock(EleTreeSelect, vue.mergeProps({
|
|
1753
|
-
key: 29,
|
|
1754
|
-
clearable: true,
|
|
1755
|
-
placeholder: "请选择" + _ctx.item.label,
|
|
1756
|
-
maxTagCount: 1
|
|
1757
|
-
}, _ctx.item.props || {}, {
|
|
1758
|
-
multiple: true,
|
|
1759
|
-
modelValue: modelValue.value,
|
|
1760
|
-
"onUpdate:modelValue": updateValue
|
|
1761
|
-
}), vue.createSlots({ _: 2 }, [
|
|
1762
|
-
vue.renderList(Object.keys(_ctx.item.slots || {}).filter(
|
|
1763
|
-
(k) => !!(_ctx.item.slots && _ctx.item.slots[k] && _ctx.$slots[_ctx.item.slots[k]])
|
|
1764
|
-
), (name) => {
|
|
1765
|
-
return {
|
|
1766
|
-
name,
|
|
1767
|
-
fn: vue.withCtx((slotProps) => {
|
|
1768
|
-
var _a3;
|
|
1769
|
-
return [
|
|
1770
|
-
vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3[name], vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
1771
|
-
];
|
|
1772
|
-
})
|
|
1773
|
-
};
|
|
1774
|
-
})
|
|
1775
|
-
]), 1040, ["placeholder", "modelValue"])) : _ctx.item.type === "tableSelect" ? (vue.openBlock(), vue.createBlock(EleTableSelect, vue.mergeProps({
|
|
1776
|
-
key: 30,
|
|
1777
|
-
clearable: true,
|
|
1778
|
-
placeholder: "请选择" + _ctx.item.label
|
|
1779
|
-
}, _ctx.item.props || {}, {
|
|
1780
|
-
modelValue: modelValue.value,
|
|
1781
|
-
"onUpdate:modelValue": updateValue
|
|
1782
|
-
}), vue.createSlots({ _: 2 }, [
|
|
1783
|
-
vue.renderList(Object.keys(_ctx.item.slots || {}).filter(
|
|
1784
|
-
(k) => !!(_ctx.item.slots && _ctx.item.slots[k] && _ctx.$slots[_ctx.item.slots[k]])
|
|
1785
|
-
), (name) => {
|
|
1786
|
-
return {
|
|
1787
|
-
name,
|
|
1788
|
-
fn: vue.withCtx((slotProps) => {
|
|
1789
|
-
var _a3;
|
|
1790
|
-
return [
|
|
1791
|
-
vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3[name], vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
1792
|
-
];
|
|
1793
|
-
})
|
|
1794
|
-
};
|
|
1795
|
-
})
|
|
1796
|
-
]), 1040, ["placeholder", "modelValue"])) : _ctx.item.type === "tableMultipleSelect" ? (vue.openBlock(), vue.createBlock(EleTableSelect, vue.mergeProps({
|
|
1797
|
-
key: 31,
|
|
1798
|
-
clearable: true,
|
|
1799
|
-
placeholder: "请选择" + _ctx.item.label
|
|
1800
|
-
}, _ctx.item.props || {}, {
|
|
1801
|
-
multiple: true,
|
|
1802
|
-
modelValue: modelValue.value,
|
|
1803
|
-
"onUpdate:modelValue": updateValue
|
|
1804
|
-
}), vue.createSlots({ _: 2 }, [
|
|
1805
|
-
vue.renderList(Object.keys(_ctx.item.slots || {}).filter(
|
|
1806
|
-
(k) => !!(_ctx.item.slots && _ctx.item.slots[k] && _ctx.$slots[_ctx.item.slots[k]])
|
|
1807
|
-
), (name) => {
|
|
1808
|
-
return {
|
|
1809
|
-
name,
|
|
1810
|
-
fn: vue.withCtx((slotProps) => {
|
|
1811
|
-
var _a3;
|
|
1812
|
-
return [
|
|
1813
|
-
vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3[name], vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
1814
|
-
];
|
|
1815
|
-
})
|
|
1816
|
-
};
|
|
1817
|
-
})
|
|
1818
|
-
]), 1040, ["placeholder", "modelValue"])) : _ctx.item.type === "checkCard" ? (vue.openBlock(), vue.createBlock(EleCheckCard, vue.mergeProps({
|
|
1819
|
-
key: 32,
|
|
1820
|
-
items: _ctx.item.options
|
|
1821
|
-
}, _ctx.item.props || {}, {
|
|
1822
|
-
modelValue: modelValue.value,
|
|
1823
|
-
"onUpdate:modelValue": updateValue
|
|
1824
|
-
}), vue.createSlots({ _: 2 }, [
|
|
1825
|
-
vue.renderList(Object.keys(_ctx.item.slots || {}).filter(
|
|
1826
|
-
(k) => !!(_ctx.item.slots && _ctx.item.slots[k] && _ctx.$slots[_ctx.item.slots[k]])
|
|
1827
|
-
), (name) => {
|
|
1828
|
-
return {
|
|
1829
|
-
name,
|
|
1830
|
-
fn: vue.withCtx((slotProps) => {
|
|
1831
|
-
var _a3;
|
|
1832
|
-
return [
|
|
1833
|
-
vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3[name], vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
1834
|
-
];
|
|
1835
|
-
})
|
|
1836
|
-
};
|
|
1837
|
-
})
|
|
1838
|
-
]), 1040, ["items", "modelValue"])) : _ctx.item.type === "multipleCheckCard" ? (vue.openBlock(), vue.createBlock(EleCheckCard, vue.mergeProps({
|
|
1839
|
-
key: 33,
|
|
1840
|
-
items: _ctx.item.options
|
|
1841
|
-
}, _ctx.item.props || {}, {
|
|
1842
|
-
multiple: true,
|
|
1843
|
-
modelValue: modelValue.value,
|
|
1844
|
-
"onUpdate:modelValue": updateValue
|
|
1845
|
-
}), vue.createSlots({ _: 2 }, [
|
|
1846
|
-
vue.renderList(Object.keys(_ctx.item.slots || {}).filter(
|
|
1847
|
-
(k) => !!(_ctx.item.slots && _ctx.item.slots[k] && _ctx.$slots[_ctx.item.slots[k]])
|
|
1848
|
-
), (name) => {
|
|
1849
|
-
return {
|
|
1850
|
-
name,
|
|
1851
|
-
fn: vue.withCtx((slotProps) => {
|
|
1852
|
-
var _a3;
|
|
1853
|
-
return [
|
|
1854
|
-
vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3[name], vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
1855
|
-
];
|
|
1856
|
-
})
|
|
1857
|
-
};
|
|
1858
|
-
})
|
|
1859
|
-
]), 1040, ["items", "modelValue"])) : _ctx.item.type === "editTag" ? (vue.openBlock(), vue.createBlock(EleEditTag, vue.mergeProps({
|
|
1860
|
-
key: 34,
|
|
1861
|
-
type: "info",
|
|
1862
|
-
style: { marginTop: "4px" },
|
|
1863
|
-
itemStyle: { margin: "0 4px 4px 0" },
|
|
1864
|
-
buttonStyle: { marginBottom: "4px" },
|
|
1865
|
-
inputTagStyle: { marginBottom: "4px" }
|
|
1866
|
-
}, _ctx.item.props || {}, {
|
|
1867
|
-
modelValue: modelValue.value,
|
|
1868
|
-
"onUpdate:modelValue": updateValue
|
|
1869
|
-
}), vue.createSlots({ _: 2 }, [
|
|
1870
|
-
vue.renderList(Object.keys(_ctx.item.slots || {}).filter(
|
|
1871
|
-
(k) => !!(_ctx.item.slots && _ctx.item.slots[k] && _ctx.$slots[_ctx.item.slots[k]])
|
|
1872
|
-
), (name) => {
|
|
1873
|
-
return {
|
|
1874
|
-
name,
|
|
1875
|
-
fn: vue.withCtx((slotProps) => {
|
|
1876
|
-
var _a3;
|
|
1877
|
-
return [
|
|
1878
|
-
vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3[name], vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
1879
|
-
];
|
|
1880
|
-
})
|
|
1881
|
-
};
|
|
1882
|
-
})
|
|
1883
|
-
]), 1040, ["modelValue"])) : _ctx.item.type === "text" ? (vue.openBlock(), vue.createBlock(EleText, vue.normalizeProps(vue.mergeProps({ key: 35 }, _ctx.item.props || {})), vue.createSlots({
|
|
1884
|
-
default: vue.withCtx(() => [
|
|
1885
|
-
!(_ctx.item.slots && _ctx.item.slots.default && _ctx.$slots[_ctx.item.slots.default]) ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
1886
|
-
vue.createTextVNode(vue.toDisplayString(modelValue.value), 1)
|
|
1887
|
-
], 64)) : vue.createCommentVNode("", true)
|
|
1888
|
-
]),
|
|
1889
|
-
_: 2
|
|
1890
|
-
}, [
|
|
1891
|
-
vue.renderList(Object.keys(_ctx.item.slots || {}).filter(
|
|
1892
|
-
(k) => !!(_ctx.item.slots && _ctx.item.slots[k] && _ctx.$slots[_ctx.item.slots[k]])
|
|
1893
|
-
), (name) => {
|
|
1894
|
-
return {
|
|
1895
|
-
name,
|
|
1896
|
-
fn: vue.withCtx((slotProps) => {
|
|
1897
|
-
var _a3;
|
|
1898
|
-
return [
|
|
1899
|
-
vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.slots) == null ? void 0 : _a3[name], vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
1900
|
-
];
|
|
1901
|
-
})
|
|
1902
|
-
};
|
|
1903
|
-
})
|
|
1904
|
-
]), 1040)) : _ctx.item.type ? vue.renderSlot(_ctx.$slots, _ctx.item.type, {
|
|
1905
|
-
key: 36,
|
|
1906
|
-
item: _ctx.item,
|
|
1907
|
-
model: _ctx.model,
|
|
1908
|
-
modelValue: modelValue.value,
|
|
1909
|
-
updateValue,
|
|
1910
|
-
updatePropValue,
|
|
1911
|
-
itemComponentRef: itemRefs.itemComponentRef
|
|
1912
|
-
}) : vue.createCommentVNode("", true)
|
|
1913
|
-
]),
|
|
1914
|
-
_: 2
|
|
1915
|
-
}, [
|
|
1916
|
-
vue.renderList(Object.keys(_ctx.item.itemSlots || {}).filter(
|
|
1917
|
-
(k) => !!(_ctx.item.itemSlots && _ctx.item.itemSlots[k] && _ctx.$slots[_ctx.item.itemSlots[k]])
|
|
1918
|
-
), (name) => {
|
|
1919
|
-
return {
|
|
1920
|
-
name,
|
|
1921
|
-
fn: vue.withCtx((slotProps) => {
|
|
1922
|
-
var _a3;
|
|
1923
|
-
return [
|
|
1924
|
-
vue.renderSlot(_ctx.$slots, (_a3 = _ctx.item.itemSlots) == null ? void 0 : _a3[name], vue.normalizeProps(vue.guardReactiveProps(slotProps || {})))
|
|
1925
|
-
];
|
|
1926
|
-
})
|
|
1927
|
-
};
|
|
1928
|
-
})
|
|
1929
|
-
]), 1040, ["label", "labelWidth", "prop", "rules"]));
|
|
1930
|
-
};
|
|
1931
|
-
}
|
|
1932
|
-
});
|
|
1933
|
-
module.exports = _sfc_main;
|