yuang-framework-ui-pc 1.1.45 → 1.1.47
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/es/core-components.d.ts +3 -3
- package/es/core-components.js +3 -3
- package/es/core-installer.d.ts +3 -0
- package/es/core-installer.js +11 -0
- package/es/ele-admin-layout/components/layout-skeleton.d.ts +81 -0
- package/es/ele-admin-layout/components/layout-skeleton.js +47 -0
- package/es/ele-admin-layout/components/layout-tabs.d.ts +5646 -0
- package/es/ele-admin-layout/components/layout-tabs.js +132 -0
- package/es/ele-admin-layout/props.d.ts +182 -0
- package/es/ele-admin-layout/props.js +169 -0
- package/es/ele-admin-layout/style/css-var.scss +14 -0
- package/es/ele-admin-layout/style/header.scss +192 -0
- package/es/ele-admin-layout/style/sidebar.scss +187 -0
- package/es/ele-admin-layout/style/tabs.scss +59 -0
- package/es/ele-alert/props.d.ts +58 -0
- package/es/ele-alert/props.js +51 -0
- package/es/ele-alert/style/css-var.scss +12 -0
- package/es/ele-alert/style/index.scss +172 -0
- package/es/ele-app/components/message-body.d.ts +109 -0
- package/es/ele-app/components/message-body.js +98 -0
- package/es/ele-app/components/message-box-icon.d.ts +37 -0
- package/es/ele-app/components/message-box-icon.js +63 -0
- package/es/ele-app/index.d.ts +4 -0
- package/es/ele-app/index.js +13 -0
- package/es/ele-app/plus.d.ts +181 -0
- package/es/ele-app/style/common/index.d.ts +1 -0
- package/es/ele-app/style/common/index.js +1 -0
- package/es/ele-app/style/css-var.scss +11 -0
- package/es/ele-app/style/index.d.ts +1 -0
- package/es/ele-app/style/index.js +4 -0
- package/es/ele-app/style/index.scss +4 -0
- package/es/ele-app/style/message/index.d.ts +1 -0
- package/es/ele-app/style/message/index.js +2 -0
- package/es/ele-app/style/message/index.scss +261 -0
- package/es/ele-app/style/overwrite/autocomplete/index.scss +33 -0
- package/es/ele-app/style/overwrite/backtop/index.d.ts +1 -0
- package/es/ele-app/style/overwrite/backtop/index.js +1 -0
- package/es/ele-app/style/overwrite/backtop/index.scss +8 -0
- package/es/ele-app/style/overwrite/cascader/index.d.ts +1 -0
- package/es/ele-app/style/overwrite/cascader/index.js +1 -0
- package/es/ele-app/style/overwrite/cascader/index.scss +166 -0
- package/es/ele-app/style/overwrite/checkbox/css-var.scss +8 -0
- package/es/ele-app/style/overwrite/color-picker/index.d.ts +1 -0
- package/es/ele-app/style/overwrite/color-picker/index.js +1 -0
- package/es/ele-app/style/overwrite/css-var.scss +33 -0
- package/es/ele-app/style/overwrite/descriptions/index.d.ts +1 -0
- package/es/ele-app/style/overwrite/descriptions/index.js +1 -0
- package/es/ele-app/style/overwrite/index.d.ts +1 -0
- package/es/ele-app/style/overwrite/index.js +16 -0
- package/es/ele-app/style/overwrite/index.scss +16 -0
- package/es/ele-app/style/overwrite/input/css-var.scss +34 -0
- package/es/ele-app/style/overwrite/input/index.scss +540 -0
- package/es/ele-app/style/overwrite/message-box/css-var.scss +8 -0
- package/es/ele-app/style/overwrite/message-box/index.scss +148 -0
- package/es/ele-app/style/overwrite/notification/css-var.scss +8 -0
- package/es/ele-app/style/overwrite/notification/index.d.ts +1 -0
- package/es/ele-app/style/overwrite/notification/index.js +2 -0
- package/es/ele-app/style/overwrite/popper/css-var.scss +14 -0
- package/es/ele-app/style/overwrite/popper/index.d.ts +1 -0
- package/es/ele-app/style/overwrite/popper/index.js +1 -0
- package/es/ele-app/style/overwrite/popper/index.scss +9 -0
- package/es/ele-app/style/overwrite/radio/index.d.ts +1 -0
- package/es/ele-app/style/overwrite/radio/index.js +1 -0
- package/es/ele-app/style/overwrite/select/index.scss +203 -0
- package/es/ele-app/style/overwrite/tree/css-var.scss +8 -0
- package/es/ele-app/style/overwrite/tree/index.d.ts +1 -0
- package/es/ele-app/style/overwrite/tree/index.js +1 -0
- package/es/ele-app/style/overwrite/tree/index.scss +106 -0
- package/es/ele-app/style/scrollbar/index.scss +9 -0
- package/es/ele-avatar-group/props.d.ts +56 -0
- package/es/ele-avatar-group/props.js +47 -0
- package/es/ele-avatar-group/style/index.d.ts +1 -0
- package/es/ele-avatar-group/style/index.js +3 -0
- package/es/ele-avatar-group/types.d.ts +21 -0
- package/es/ele-backtop/index.d.ts +108 -0
- package/es/ele-backtop/index.js +105 -0
- package/es/ele-backtop/style/css-var.scss +8 -0
- package/es/ele-backtop/style/index.scss +34 -0
- package/es/ele-bar-code/props.d.ts +19 -0
- package/es/ele-bar-code/props.js +14 -0
- package/es/ele-bar-code/types.d.ts +11 -0
- package/es/ele-basic-select/index.d.ts +2503 -0
- package/es/ele-basic-select/index.js +349 -0
- package/es/ele-basic-select/props.d.ts +85 -0
- package/es/ele-basic-select/props.js +78 -0
- package/es/ele-basic-select/style/css-var.scss +9 -0
- package/es/ele-basic-select/style/index.d.ts +1 -0
- package/es/ele-basic-select/style/index.js +5 -0
- package/es/ele-bottom-bar/index.d.ts +15 -0
- package/es/ele-bottom-bar/index.js +56 -0
- package/es/ele-bottom-bar/props.d.ts +15 -0
- package/es/ele-bottom-bar/props.js +11 -0
- package/es/ele-bottom-bar/style/index.d.ts +1 -0
- package/es/ele-bottom-bar/style/index.js +1 -0
- package/es/ele-bottom-bar/style/index.scss +31 -0
- package/es/ele-breadcrumb/index.d.ts +278 -0
- package/es/ele-breadcrumb/index.js +88 -0
- package/es/ele-breadcrumb/style/index.d.ts +1 -0
- package/es/ele-breadcrumb/style/index.js +3 -0
- package/es/ele-breadcrumb/style/index.scss +31 -0
- package/es/ele-card/props.d.ts +43 -0
- package/es/ele-card/props.js +36 -0
- package/es/ele-card/style/index.scss +125 -0
- package/es/ele-check-card/components/card-item.d.ts +37 -0
- package/es/ele-check-card/components/card-item.js +50 -0
- package/es/ele-check-card/props.d.ts +49 -0
- package/es/ele-check-card/props.js +43 -0
- package/es/ele-check-card/style/css-var.scss +8 -0
- package/es/ele-check-card/style/index.d.ts +1 -0
- package/es/ele-check-card/style/index.js +3 -0
- package/es/ele-check-card/style/index.scss +72 -0
- package/es/ele-check-card/types.d.ts +37 -0
- package/es/ele-config-provider/components/receiver-view.d.ts +71 -0
- package/es/ele-config-provider/components/receiver-view.js +38 -0
- package/es/ele-config-provider/index.d.ts +18 -0
- package/es/ele-config-provider/index.js +50 -0
- package/es/ele-config-provider/props.d.ts +26 -0
- package/es/ele-config-provider/props.js +19 -0
- package/es/ele-config-provider/types.d.ts +103 -0
- package/es/ele-copyable/index.d.ts +1619 -0
- package/es/ele-copyable/index.js +137 -0
- package/es/ele-copyable/style/index.d.ts +1 -0
- package/es/ele-copyable/style/index.js +3 -0
- package/es/ele-count-up/props.d.ts +28 -0
- package/es/ele-count-up/props.js +22 -0
- package/es/ele-cropper/index.d.ts +2824 -0
- package/es/ele-cropper/index.js +212 -0
- package/es/ele-cropper/props.d.ts +68 -0
- package/es/ele-cropper/props.js +61 -0
- package/es/ele-cropper/style/index.d.ts +1 -0
- package/es/ele-cropper/style/index.js +6 -0
- package/es/ele-cropper/style/index.scss +108 -0
- package/es/ele-cropper/types.d.ts +114 -0
- package/es/ele-cropper-modal/index.d.ts +3992 -0
- package/es/ele-cropper-modal/index.js +94 -0
- package/es/ele-cropper-modal/style/index.d.ts +1 -0
- package/es/ele-cropper-modal/style/index.js +2 -0
- package/es/ele-dashboard/style/index.d.ts +1 -0
- package/es/ele-dashboard/style/index.js +1 -0
- package/es/ele-dashboard/style/index.scss +79 -0
- package/es/ele-dashboard/types.d.ts +4 -0
- package/es/ele-data-table/props.d.ts +272 -0
- package/es/ele-data-table/props.js +93 -0
- package/es/ele-data-table/style/index.d.ts +1 -0
- package/es/ele-data-table/style/index.js +4 -0
- package/es/ele-data-table/style/index.scss +570 -0
- package/es/ele-data-table/types.d.ts +253 -0
- package/es/ele-dialog/index.d.ts +1074 -0
- package/es/ele-dialog/index.js +342 -0
- package/es/ele-dialog/props.d.ts +215 -0
- package/es/ele-dialog/props.js +71 -0
- package/es/ele-dialog/style/index.d.ts +1 -0
- package/es/ele-dialog/style/index.js +3 -0
- package/es/ele-dialog/types.d.ts +43 -0
- package/es/ele-dialog/util.d.ts +52 -0
- package/es/ele-dialog/util.js +293 -0
- package/es/ele-dot/props.d.ts +25 -0
- package/es/ele-dot/props.js +21 -0
- package/es/ele-dot/style/index.d.ts +1 -0
- package/es/ele-dot/style/index.js +1 -0
- package/es/ele-dot/types.d.ts +4 -0
- package/es/ele-drawer/index.d.ts +1170 -0
- package/es/ele-drawer/index.js +202 -0
- package/es/ele-drawer/props.d.ts +184 -0
- package/es/ele-drawer/props.js +19 -0
- package/es/ele-drawer/style/index.d.ts +1 -0
- package/es/ele-drawer/style/index.js +3 -0
- package/es/ele-drawer/style/index.scss +96 -0
- package/es/ele-dropdown/components/dropdown-menus.d.ts +131 -0
- package/es/ele-dropdown/components/dropdown-menus.js +111 -0
- package/es/ele-dropdown/props.d.ts +409 -0
- package/es/ele-dropdown/props.js +75 -0
- package/es/ele-dropdown/style/css-var.scss +8 -0
- package/es/ele-dropdown/style/index.d.ts +1 -0
- package/es/ele-dropdown/style/index.js +9 -0
- package/es/ele-dropdown/types.d.ts +22 -0
- package/es/ele-edit-tag/style/index.d.ts +1 -0
- package/es/ele-edit-tag/style/index.js +5 -0
- package/es/ele-edit-tag/style/index.scss +123 -0
- package/es/ele-edit-tag/types.d.ts +9 -0
- package/es/ele-ellipsis/index.d.ts +1660 -0
- package/es/ele-ellipsis/index.js +113 -0
- package/es/ele-ellipsis/props.d.ts +33 -0
- package/es/ele-ellipsis/props.js +18 -0
- package/es/ele-ellipsis/style/index.scss +27 -0
- package/es/ele-file-list/components/file-grid.d.ts +181 -0
- package/es/ele-file-list/components/file-grid.js +135 -0
- package/es/ele-file-list/components/file-sort.d.ts +22 -0
- package/es/ele-file-list/components/file-sort.js +35 -0
- package/es/ele-file-list/components/file-table.d.ts +222 -0
- package/es/ele-file-list/components/file-table.js +219 -0
- package/es/ele-file-list/index.d.ts +5303 -0
- package/es/ele-file-list/index.js +377 -0
- package/es/ele-file-list/style/index.d.ts +1 -0
- package/es/ele-file-list/style/index.js +2 -0
- package/es/ele-file-list/style/index.scss +427 -0
- package/es/ele-file-list-tool/index.d.ts +8 -0
- package/es/ele-file-list-tool/index.js +31 -0
- package/es/ele-file-list-tool/style/index.d.ts +0 -0
- package/es/ele-file-list-tool/style/index.js +1 -0
- package/es/ele-icon-select/props.d.ts +123 -0
- package/es/ele-icon-select/props.js +114 -0
- package/es/ele-icon-select/types.d.ts +16 -0
- package/es/ele-image-viewer/style/css-var.scss +8 -0
- package/es/ele-image-viewer/style/index.d.ts +1 -0
- package/es/ele-image-viewer/style/index.js +2 -0
- package/es/ele-image-viewer/style/index.scss +117 -0
- package/es/ele-loading/props.d.ts +33 -0
- package/es/ele-loading/props.js +28 -0
- package/es/ele-map-picker/index.js +96 -0
- package/es/ele-map-picker/style/css-var.scss +8 -0
- package/es/ele-map-picker/style/index.d.ts +1 -0
- package/es/ele-map-picker/style/index.js +8 -0
- package/es/ele-map-picker/style/index.scss +296 -0
- package/es/ele-map-picker/types.d.ts +71 -0
- package/es/ele-menus/components/item-title.d.ts +323 -0
- package/es/ele-menus/components/item-title.js +108 -0
- package/es/ele-menus/components/menu-items.d.ts +785 -0
- package/es/ele-menus/components/menu-items.js +269 -0
- package/es/ele-menus/index.d.ts +3516 -0
- package/es/ele-menus/index.js +346 -0
- package/es/ele-menus/props.d.ts +157 -0
- package/es/ele-menus/props.js +51 -0
- package/es/ele-menus/style/css-var.scss +36 -0
- package/es/ele-menus/style/index.d.ts +1 -0
- package/es/ele-menus/style/index.js +8 -0
- package/es/ele-menus/style/index.scss +844 -0
- package/es/ele-menus/types.d.ts +107 -0
- package/es/ele-menus/util.d.ts +44 -0
- package/es/ele-menus/util.js +132 -0
- package/es/ele-page/index.d.ts +23 -0
- package/es/ele-page/index.js +30 -0
- package/es/ele-page/props.d.ts +19 -0
- package/es/ele-page/props.js +16 -0
- package/es/ele-page/style/css-var.scss +9 -0
- package/es/ele-page/style/index.d.ts +1 -0
- package/es/ele-page/style/index.js +1 -0
- package/es/ele-page/style/index.scss +74 -0
- package/es/ele-pagination/index.d.ts +607 -0
- package/es/ele-pagination/index.js +97 -0
- package/es/ele-pagination/types.d.ts +9 -0
- package/es/ele-popconfirm/props.d.ts +236 -0
- package/es/ele-popconfirm/props.js +54 -0
- package/es/ele-popconfirm/style/css-var.scss +8 -0
- package/es/ele-popconfirm/style/index.scss +41 -0
- package/es/ele-printer/index.d.ts +111 -0
- package/es/ele-printer/index.js +124 -0
- package/es/ele-printer/props.d.ts +41 -0
- package/es/ele-printer/props.js +34 -0
- package/es/ele-printer/style/index.d.ts +1 -0
- package/es/ele-printer/style/index.js +1 -0
- package/es/ele-printer/style/index.scss +66 -0
- package/es/ele-printer/util.d.ts +25 -0
- package/es/ele-printer/util.js +218 -0
- package/es/ele-pro-layout/components/pro-iframe.d.ts +39 -0
- package/es/ele-pro-layout/components/pro-iframe.js +124 -0
- package/es/ele-pro-layout/index.d.ts +10705 -0
- package/es/ele-pro-layout/index.js +1011 -0
- package/es/ele-pro-layout/props.d.ts +253 -0
- package/es/ele-pro-layout/props.js +237 -0
- package/es/ele-pro-layout/style/index.d.ts +1 -0
- package/es/ele-pro-layout/style/index.js +2 -0
- package/es/ele-pro-layout/style/index.scss +41 -0
- package/es/ele-pro-layout/types.d.ts +221 -0
- package/es/ele-pro-layout/util.d.ts +88 -0
- package/es/ele-pro-layout/util.js +171 -0
- package/es/ele-pro-table/components/table-tools.js +366 -0
- package/es/ele-pro-table/components/tool-column-list.d.ts +1442 -0
- package/es/ele-pro-table/components/tool-column-list.js +210 -0
- package/es/ele-pro-table/components/tool-column.d.ts +3722 -0
- package/es/ele-pro-table/components/tool-column.js +280 -0
- package/es/ele-pro-table/components/tool-export.d.ts +8350 -0
- package/es/ele-pro-table/components/tool-export.js +506 -0
- package/es/ele-pro-table/components/tool-print-body-cell.d.ts +96 -0
- package/es/ele-pro-table/components/tool-print-body-cell.js +132 -0
- package/es/ele-pro-table/components/tool-print-header-cell.d.ts +39 -0
- package/es/ele-pro-table/components/tool-print-header-cell.js +92 -0
- package/es/ele-pro-table/components/tool-print.d.ts +7986 -0
- package/es/ele-pro-table/components/tool-print.js +675 -0
- package/es/ele-pro-table/index.js +572 -0
- package/es/ele-pro-table/props.d.ts +258 -0
- package/es/ele-pro-table/props.js +112 -0
- package/es/ele-pro-table/style/css-var.scss +8 -0
- package/es/ele-pro-table/style/index.scss +326 -0
- package/es/ele-pro-table/types.d.ts +489 -0
- package/es/ele-qr-code/components/canvas-render.d.ts +67 -0
- package/es/ele-qr-code/components/canvas-render.js +147 -0
- package/es/ele-qr-code/index.d.ts +201 -0
- package/es/ele-qr-code/index.js +55 -0
- package/es/ele-qr-code/props.d.ts +50 -0
- package/es/ele-qr-code/props.js +43 -0
- package/es/ele-qr-code/style/index.d.ts +0 -0
- package/es/ele-qr-code/style/index.js +1 -0
- package/es/ele-qr-code/types.d.ts +46 -0
- package/es/ele-qr-code-svg/index.d.ts +71 -0
- package/es/ele-qr-code-svg/index.js +127 -0
- package/es/ele-qr-code-svg/style/index.d.ts +0 -0
- package/es/ele-qr-code-svg/style/index.js +1 -0
- package/es/ele-segmented/index.d.ts +485 -0
- package/es/ele-segmented/index.js +108 -0
- package/es/ele-segmented/props.d.ts +31 -0
- package/es/ele-segmented/props.js +25 -0
- package/es/ele-segmented/style/index.d.ts +1 -0
- package/es/ele-segmented/style/index.js +4 -0
- package/es/ele-split-panel/index.d.ts +192 -0
- package/es/ele-split-panel/index.js +206 -0
- package/es/ele-split-panel/props.d.ts +47 -0
- package/es/ele-split-panel/props.js +41 -0
- package/es/ele-split-panel/style/index.scss +360 -0
- package/es/ele-steps/style/index.d.ts +1 -0
- package/es/ele-steps/style/index.js +3 -0
- package/es/ele-steps/types.d.ts +14 -0
- package/es/ele-tab-tool/props.d.ts +14 -0
- package/es/ele-tab-tool/props.js +11 -0
- package/es/ele-tab-tool/style/index.d.ts +0 -0
- package/es/ele-tab-tool/style/index.js +1 -0
- package/es/ele-tab-wrap/props.d.ts +13 -0
- package/es/ele-tab-wrap/props.js +9 -0
- package/es/ele-tab-wrap/style/index.d.ts +0 -0
- package/es/ele-tab-wrap/style/index.js +1 -0
- package/es/ele-table/index.d.ts +28 -0
- package/es/ele-table/index.js +33 -0
- package/es/ele-table/props.d.ts +24 -0
- package/es/ele-table/props.js +20 -0
- package/es/ele-table/style/css-var.scss +54 -0
- package/es/ele-table/style/index.scss +219 -0
- package/es/ele-table-select/index.js +424 -0
- package/es/ele-table-select/style/css-var.scss +8 -0
- package/es/ele-tabs/index.d.ts +5451 -0
- package/es/ele-tabs/index.js +479 -0
- package/es/ele-tabs/style/css-var.scss +8 -0
- package/es/ele-tabs/types.d.ts +89 -0
- package/es/ele-test/index.d.ts +2 -0
- package/es/ele-test/index.js +18 -0
- package/es/ele-test/style/css-var.scss +8 -0
- package/es/ele-test/style/index.scss +100 -0
- package/es/ele-text/index.d.ts +93 -0
- package/es/ele-text/index.js +60 -0
- package/es/ele-text/props.d.ts +39 -0
- package/es/ele-text/props.js +30 -0
- package/es/ele-text/style/index.d.ts +1 -0
- package/es/ele-text/style/index.js +2 -0
- package/es/ele-text/style/index.scss +100 -0
- package/es/ele-tool/index.d.ts +33 -0
- package/es/ele-tool/index.js +72 -0
- package/es/ele-tool/props.d.ts +27 -0
- package/es/ele-tool/props.js +21 -0
- package/es/ele-tool/style/index.d.ts +1 -0
- package/es/ele-tool/style/index.js +1 -0
- package/es/ele-tool/style/index.scss +70 -0
- package/es/ele-toolbar/index.d.ts +1633 -0
- package/es/ele-toolbar/index.js +105 -0
- package/es/ele-toolbar/props.d.ts +34 -0
- package/es/ele-toolbar/props.js +26 -0
- package/es/ele-toolbar/style/index.d.ts +1 -0
- package/es/ele-toolbar/style/index.js +3 -0
- package/es/ele-toolbar/style/index.scss +56 -0
- package/es/ele-tooltip/style/css-var.scss +87 -0
- package/es/ele-tour/style/index.d.ts +1 -0
- package/es/ele-tour/style/index.js +3 -0
- package/es/ele-tour/style/index.scss +101 -0
- package/es/ele-tree-select/types.d.ts +21 -0
- package/es/ele-tree-select/util.d.ts +56 -0
- package/es/ele-tree-select/util.js +141 -0
- package/es/ele-upload-list/props.d.ts +81 -0
- package/es/ele-upload-list/props.js +72 -0
- package/es/ele-upload-list/style/index.d.ts +1 -0
- package/es/ele-upload-list/style/index.js +6 -0
- package/es/ele-upload-list/style/index.scss +478 -0
- package/es/ele-upload-list/types.d.ts +71 -0
- package/es/ele-virtual-table/components/body-cell.d.ts +883 -0
- package/es/ele-virtual-table/components/body-cell.js +386 -0
- package/es/ele-virtual-table/components/cell-filter.d.ts +3189 -0
- package/es/ele-virtual-table/components/cell-filter.js +210 -0
- package/es/ele-virtual-table/components/expand-row.d.ts +19 -0
- package/es/ele-virtual-table/components/expand-row.js +29 -0
- package/es/ele-virtual-table/components/footer-row.d.ts +65 -0
- package/es/ele-virtual-table/components/footer-row.js +115 -0
- package/es/ele-virtual-table/components/header-cell.d.ts +3929 -0
- package/es/ele-virtual-table/components/header-cell.js +261 -0
- package/es/ele-virtual-table/index.d.ts +7882 -0
- package/es/ele-virtual-table/index.js +1151 -0
- package/es/ele-virtual-table/props.d.ts +158 -0
- package/es/ele-virtual-table/props.js +13 -0
- package/es/ele-virtual-table/style/css-var.scss +101 -0
- package/es/ele-virtual-table/types.d.ts +229 -0
- package/es/ele-virtual-table/util.d.ts +229 -0
- package/es/ele-virtual-table/util.js +590 -0
- package/es/ele-watermark/index.d.ts +57 -0
- package/es/ele-watermark/index.js +203 -0
- package/es/ele-watermark/props.d.ts +41 -0
- package/es/ele-watermark/props.js +39 -0
- package/es/ele-watermark/style/index.d.ts +0 -0
- package/es/ele-watermark/style/index.js +1 -0
- package/es/icons/AnalysisOutlined.d.ts +2 -0
- package/es/icons/AnalysisOutlined.js +30 -0
- package/es/icons/ApplicationOutlined.d.ts +2 -0
- package/es/icons/ApplicationOutlined.js +24 -0
- package/es/icons/AppstoreAddOutlined.d.ts +2 -0
- package/es/icons/AppstoreAddOutlined.js +30 -0
- package/es/icons/ArrowDown.d.ts +2 -0
- package/es/icons/ArrowDown.js +29 -0
- package/es/icons/ArrowDownOutlined.d.ts +2 -0
- package/es/icons/ArrowDownOutlined.js +28 -0
- package/es/icons/ArrowLeft.d.ts +2 -0
- package/es/icons/ArrowLeft.js +29 -0
- package/es/icons/ArrowLeftOutlined.d.ts +2 -0
- package/es/icons/ArrowLeftOutlined.js +28 -0
- package/es/icons/ArrowRight.d.ts +2 -0
- package/es/icons/ArrowRight.js +29 -0
- package/es/icons/BellOutlined.d.ts +2 -0
- package/es/icons/BellOutlined.js +27 -0
- package/es/icons/BookOutlined.d.ts +2 -0
- package/es/icons/BookOutlined.js +27 -0
- package/es/icons/CheckCircleFilled.d.ts +2 -0
- package/es/icons/CheckCircleFilled.js +24 -0
- package/es/icons/CheckCircleOutlined.d.ts +2 -0
- package/es/icons/CheckCircleOutlined.js +29 -0
- package/es/icons/CheckOutlined.d.ts +2 -0
- package/es/icons/CheckOutlined.js +28 -0
- package/es/icons/ClockCircleOutlined.d.ts +2 -0
- package/es/icons/ClockCircleOutlined.js +29 -0
- package/es/icons/CloseCircleFilled.d.ts +2 -0
- package/es/icons/CloseCircleFilled.js +24 -0
- package/es/icons/CloseCircleOutlined.d.ts +2 -0
- package/es/icons/CloseCircleOutlined.js +28 -0
- package/es/icons/CloudUploadOutlined.d.ts +2 -0
- package/es/icons/CloudUploadOutlined.js +29 -0
- package/es/icons/ClusterOutlined.d.ts +2 -0
- package/es/icons/ClusterOutlined.js +27 -0
- package/es/icons/ColumnHeightOutlined.d.ts +2 -0
- package/es/icons/ColumnHeightOutlined.js +31 -0
- package/es/icons/CompassOutlined.d.ts +2 -0
- package/es/icons/CompassOutlined.js +31 -0
- package/es/icons/CopyOutlined.d.ts +2 -0
- package/es/icons/CopyOutlined.js +30 -0
- package/es/icons/CornerRightFilled.d.ts +2 -0
- package/es/icons/CornerRightFilled.js +24 -0
- package/es/icons/DatabaseOutlined.d.ts +2 -0
- package/es/icons/DatabaseOutlined.js +30 -0
- package/es/icons/DesktopOutlined.d.ts +2 -0
- package/es/icons/DesktopOutlined.js +27 -0
- package/es/icons/DownloadOutlined.d.ts +2 -0
- package/es/icons/DownloadOutlined.js +29 -0
- package/es/icons/DragOutlined.d.ts +2 -0
- package/es/icons/DragOutlined.js +28 -0
- package/es/icons/EllipsisOutlined.d.ts +2 -0
- package/es/icons/EllipsisOutlined.js +38 -0
- package/es/icons/ExclamationCircleFilled.d.ts +2 -0
- package/es/icons/ExclamationCircleFilled.js +24 -0
- package/es/icons/ExpandOutlined.d.ts +2 -0
- package/es/icons/ExpandOutlined.js +31 -0
- package/es/icons/EyeOutlined.d.ts +2 -0
- package/es/icons/EyeOutlined.js +27 -0
- package/es/icons/FileOutlined.d.ts +2 -0
- package/es/icons/FileOutlined.js +30 -0
- package/es/icons/FilterFilled.d.ts +2 -0
- package/es/icons/FilterFilled.js +24 -0
- package/es/icons/FolderOutlined.d.ts +2 -0
- package/es/icons/FolderOutlined.js +27 -0
- package/es/icons/FullscreenExitOutlined.d.ts +2 -0
- package/es/icons/FullscreenExitOutlined.js +29 -0
- package/es/icons/FundOutlined.d.ts +2 -0
- package/es/icons/FundOutlined.js +28 -0
- package/es/icons/GlobalOutlined.d.ts +2 -0
- package/es/icons/GlobalOutlined.js +26 -0
- package/es/icons/IdcardOutlined.d.ts +2 -0
- package/es/icons/IdcardOutlined.js +33 -0
- package/es/icons/InfoCircleFilled.d.ts +2 -0
- package/es/icons/InfoCircleFilled.js +24 -0
- package/es/icons/LogOutlined.d.ts +2 -0
- package/es/icons/LogOutlined.js +30 -0
- package/es/icons/MailOutlined.d.ts +2 -0
- package/es/icons/MailOutlined.js +27 -0
- package/es/icons/MenuOutlined.d.ts +2 -0
- package/es/icons/MenuOutlined.js +28 -0
- package/es/icons/MessageOutlined.d.ts +2 -0
- package/es/icons/MessageOutlined.js +45 -0
- package/es/icons/MobileOutlined.d.ts +2 -0
- package/es/icons/MobileOutlined.js +34 -0
- package/es/icons/PauseFilled.d.ts +2 -0
- package/es/icons/PauseFilled.js +27 -0
- package/es/icons/PieChartOutlined.d.ts +2 -0
- package/es/icons/PieChartOutlined.js +28 -0
- package/es/icons/PrinterOutlined.d.ts +2 -0
- package/es/icons/PrinterOutlined.js +27 -0
- package/es/icons/QuestionCircleFilled.d.ts +2 -0
- package/es/icons/QuestionCircleFilled.js +24 -0
- package/es/icons/QuestionCircleOutlined.d.ts +2 -0
- package/es/icons/QuestionCircleOutlined.js +35 -0
- package/es/icons/ReloadOutlined.d.ts +2 -0
- package/es/icons/ReloadOutlined.js +28 -0
- package/es/icons/ResizeOutlined.d.ts +2 -0
- package/es/icons/ResizeOutlined.js +27 -0
- package/es/icons/SearchOutlined.d.ts +2 -0
- package/es/icons/SearchOutlined.js +27 -0
- package/es/icons/ShoppingOutlined.d.ts +2 -0
- package/es/icons/ShoppingOutlined.js +27 -0
- package/es/icons/SizeCompactOutlined.d.ts +2 -0
- package/es/icons/SizeCompactOutlined.js +29 -0
- package/es/icons/SizeMiddleOutlined.d.ts +2 -0
- package/es/icons/SizeMiddleOutlined.js +29 -0
- package/es/icons/SizeSlackOutlined.d.ts +2 -0
- package/es/icons/SizeSlackOutlined.js +29 -0
- package/es/icons/SliderArrowSlide.d.ts +2 -0
- package/es/icons/SliderArrowSlide.js +34 -0
- package/es/icons/SortOutlined.d.ts +2 -0
- package/es/icons/SortOutlined.js +29 -0
- package/es/icons/StarFilled.d.ts +2 -0
- package/es/icons/StarFilled.js +24 -0
- package/es/icons/SuitcaseOutlined.d.ts +2 -0
- package/es/icons/SuitcaseOutlined.js +27 -0
- package/es/icons/SyncOutlined.d.ts +2 -0
- package/es/icons/SyncOutlined.js +29 -0
- package/es/icons/TableOutlined.d.ts +2 -0
- package/es/icons/TableOutlined.js +27 -0
- package/es/icons/TagOutlined.d.ts +2 -0
- package/es/icons/TagOutlined.js +28 -0
- package/es/icons/TimerOutlined.d.ts +2 -0
- package/es/icons/TimerOutlined.js +28 -0
- package/es/icons/UndoOutlined.d.ts +2 -0
- package/es/icons/UndoOutlined.js +28 -0
- package/es/icons/VerticalRightOutlined.d.ts +2 -0
- package/es/icons/VerticalRightOutlined.js +26 -0
- package/es/icons/WarningOutlined.d.ts +2 -0
- package/es/icons/WarningOutlined.js +38 -0
- package/es/index.d.ts +4 -0
- package/es/index.js +6 -0
- package/es/installer.d.ts +3 -0
- package/es/installer.js +11 -0
- package/es/lang/zh_TW.d.ts +4 -0
- package/es/lang/zh_TW.js +85 -0
- package/es/style/default.scss +77 -0
- package/es/style/index.scss +3 -0
- package/es/style/plus.scss +48 -0
- package/es/style/themes/dark-css-var.scss +6 -0
- package/es/style/themes/dark.scss +82 -0
- package/es/style/themes/rounded-css-var.scss +6 -0
- package/es/style/themes/theme-util.scss +74 -0
- package/es/style/util.scss +59 -0
- package/es/utils/chart-theme-dark.d.ts +373 -0
- package/es/utils/chart-theme-dark.js +397 -0
- package/es/utils/chart-theme.d.ts +368 -0
- package/es/utils/chart-theme.js +392 -0
- package/es/utils/core.d.ts +168 -0
- package/es/utils/core.js +318 -0
- package/es/utils/message-box.d.ts +25 -0
- package/es/utils/message-box.js +98 -0
- package/es/utils/message.d.ts +66 -0
- package/es/utils/message.js +267 -0
- package/es/utils/resolvers.d.ts +18 -0
- package/es/utils/resolvers.js +50 -0
- package/es/utils/theme-util.d.ts +6 -0
- package/es/utils/theme-util.js +42 -0
- package/es/utils/validate.d.ts +182 -0
- package/es/utils/validate.js +197 -0
- package/es/yu-framework-attachment-file-upload/CommonUpload/index.d.ts +161 -0
- package/es/yu-framework-attachment-file-upload/CommonUpload/index.js +173 -0
- package/es/yu-framework-attachment-file-upload/FileUpload/index.d.ts +143 -0
- package/es/yu-framework-attachment-file-upload/FileUpload/index.js +219 -0
- package/es/yu-framework-attachment-file-upload/index.d.ts +16 -0
- package/es/yu-framework-attachment-file-upload/index.js +55 -0
- package/es/yu-framework-attachment-image-upload/index.d.ts +16 -0
- package/es/yu-framework-attachment-image-upload/index.js +186 -0
- package/es/yu-framework-slider-captcha-dialog/SliderCaptcha.d.ts +67 -0
- package/es/yu-framework-slider-captcha-dialog/SliderCaptcha.js +284 -0
- package/es/yu-framework-slider-captcha-dialog/style/index.d.ts +1 -0
- package/es/yu-framework-slider-captcha-dialog/style/index.js +1 -0
- package/es/yu-framework-slider-captcha-dialog/style/index.scss +300 -0
- package/es/yu-test/index.d.ts +2 -0
- package/es/yu-test/index.js +18 -0
- package/es/yu-test/style/css-var.scss +8 -0
- package/es/yu-test/style/index.d.ts +1 -0
- package/es/yu-test/style/index.js +2 -0
- package/es/yu-test/style/index.scss +100 -0
- package/lib/components.cjs +21 -0
- package/lib/components.d.ts +7 -0
- package/lib/core-components.cjs +116 -0
- package/lib/core-components.d.ts +57 -0
- package/lib/core-export.cjs +57 -0
- package/lib/core-export.d.ts +11 -0
- package/lib/core-installer.cjs +28 -0
- package/lib/core-installer.d.ts +3 -0
- package/lib/core.d.ts +3 -0
- package/lib/ele-admin-layout/components/layout-skeleton.cjs +46 -0
- package/lib/ele-admin-layout/components/layout-skeleton.d.ts +81 -0
- package/lib/ele-admin-layout/components/layout-tabs.cjs +131 -0
- package/lib/ele-admin-layout/components/layout-tabs.d.ts +5646 -0
- package/lib/ele-admin-layout/components/layout-tool.d.ts +2 -0
- package/lib/ele-admin-layout/index.cjs +595 -0
- package/lib/ele-admin-layout/index.d.ts +10276 -0
- package/lib/ele-admin-layout/props.cjs +169 -0
- package/lib/ele-admin-layout/props.d.ts +182 -0
- package/lib/ele-admin-layout/style/css-var.scss +14 -0
- package/lib/ele-admin-layout/style/header.scss +192 -0
- package/lib/ele-admin-layout/style/index.d.ts +1 -0
- package/lib/ele-admin-layout/style/index.scss +313 -0
- package/lib/ele-admin-layout/types.d.ts +54 -0
- package/lib/ele-alert/index.cjs +126 -0
- package/lib/ele-alert/index.d.ts +131 -0
- package/lib/ele-alert/props.d.ts +58 -0
- package/lib/ele-alert/style/css-var.scss +12 -0
- package/lib/ele-alert/style/index.d.ts +1 -0
- package/lib/ele-alert/style/index.scss +172 -0
- package/lib/ele-app/components/message-body.cjs +97 -0
- package/lib/ele-app/components/message-body.d.ts +109 -0
- package/lib/ele-app/components/message-box-icon.cjs +62 -0
- package/lib/ele-app/components/message-box-icon.d.ts +37 -0
- package/lib/ele-app/el.d.ts +304 -0
- package/lib/ele-app/index.cjs +12 -0
- package/lib/ele-app/index.d.ts +4 -0
- package/lib/ele-app/plus.d.ts +181 -0
- package/lib/ele-app/style/common/index.cjs +2 -0
- package/lib/ele-app/style/common/index.d.ts +1 -0
- package/lib/ele-app/style/common/index.scss +55 -0
- package/lib/ele-app/style/css-var.scss +11 -0
- package/lib/ele-app/style/index.cjs +5 -0
- package/lib/ele-app/style/index.d.ts +1 -0
- package/lib/ele-app/style/index.scss +4 -0
- package/lib/ele-app/style/message/css-var.scss +8 -0
- package/lib/ele-app/style/message/index.cjs +3 -0
- package/lib/ele-app/style/message/index.d.ts +1 -0
- package/lib/ele-app/style/overwrite/autocomplete/css-var.scss +8 -0
- package/lib/ele-app/style/overwrite/autocomplete/index.d.ts +1 -0
- package/lib/ele-app/style/overwrite/backtop/index.cjs +2 -0
- package/lib/ele-app/style/overwrite/backtop/index.d.ts +1 -0
- package/lib/ele-app/style/overwrite/cascader/css-var.scss +8 -0
- package/lib/ele-app/style/overwrite/cascader/index.d.ts +1 -0
- package/lib/ele-app/style/overwrite/cascader/index.scss +166 -0
- package/lib/ele-app/style/overwrite/checkbox/css-var.scss +8 -0
- package/lib/ele-app/style/overwrite/checkbox/index.cjs +2 -0
- package/lib/ele-app/style/overwrite/checkbox/index.d.ts +1 -0
- package/lib/ele-app/style/overwrite/checkbox/index.scss +161 -0
- package/lib/ele-app/style/overwrite/color-picker/index.d.ts +1 -0
- package/lib/ele-app/style/overwrite/date-picker/css-var.scss +16 -0
- package/lib/ele-app/style/overwrite/date-picker/index.cjs +2 -0
- package/lib/ele-app/style/overwrite/date-picker/index.d.ts +1 -0
- package/lib/ele-app/style/overwrite/date-picker/index.scss +895 -0
- package/lib/ele-app/style/overwrite/descriptions/css-var.scss +8 -0
- package/lib/ele-app/style/overwrite/descriptions/index.cjs +2 -0
- package/lib/ele-app/style/overwrite/descriptions/index.d.ts +1 -0
- package/lib/ele-app/style/overwrite/descriptions/index.scss +52 -0
- package/lib/ele-app/style/overwrite/index.d.ts +1 -0
- package/lib/ele-app/style/overwrite/input/css-var.scss +34 -0
- package/lib/ele-app/style/overwrite/input/index.cjs +2 -0
- package/lib/ele-app/style/overwrite/input/index.d.ts +1 -0
- package/lib/ele-app/style/overwrite/input/index.scss +540 -0
- package/lib/ele-app/style/overwrite/message-box/css-var.scss +8 -0
- package/lib/ele-app/style/overwrite/message-box/index.d.ts +1 -0
- package/lib/ele-app/style/overwrite/message-box/index.scss +148 -0
- package/lib/ele-app/style/overwrite/notification/index.cjs +3 -0
- package/lib/ele-app/style/overwrite/notification/index.d.ts +1 -0
- package/lib/ele-app/style/overwrite/notification/index.scss +65 -0
- package/lib/ele-app/style/overwrite/popper/css-var.scss +14 -0
- package/lib/ele-app/style/overwrite/popper/index.cjs +2 -0
- package/lib/ele-app/style/overwrite/popper/index.d.ts +1 -0
- package/lib/ele-app/style/overwrite/radio/index.d.ts +1 -0
- package/lib/ele-app/style/overwrite/radio/index.scss +128 -0
- package/lib/ele-app/style/overwrite/select/index.cjs +2 -0
- package/lib/ele-app/style/overwrite/select/index.d.ts +1 -0
- package/lib/ele-app/style/overwrite/select/index.scss +203 -0
- package/lib/ele-app/style/overwrite/tag/index.d.ts +1 -0
- package/lib/ele-app/style/overwrite/tag/index.scss +346 -0
- package/lib/ele-app/style/overwrite/tree/index.d.ts +1 -0
- package/lib/ele-app/style/overwrite/tree/index.scss +106 -0
- package/lib/ele-app/style/overwrite/tree-select/css-var.scss +8 -0
- package/lib/ele-app/style/overwrite/tree-select/index.cjs +2 -0
- package/lib/ele-app/style/overwrite/tree-select/index.d.ts +1 -0
- package/lib/ele-app/style/overwrite/tree-select/index.scss +108 -0
- package/lib/ele-app/style/scrollbar/index.d.ts +1 -0
- package/lib/ele-app/types.d.ts +48 -0
- package/lib/ele-avatar-group/index.d.ts +1742 -0
- package/lib/ele-avatar-group/props.d.ts +56 -0
- package/lib/ele-avatar-group/style/index.cjs +4 -0
- package/lib/ele-avatar-group/style/index.d.ts +1 -0
- package/lib/ele-avatar-group/types.d.ts +21 -0
- package/lib/ele-backtop/index.cjs +104 -0
- package/lib/ele-backtop/index.d.ts +108 -0
- package/lib/ele-backtop/props.cjs +31 -0
- package/lib/ele-backtop/props.d.ts +36 -0
- package/lib/ele-backtop/style/index.cjs +3 -0
- package/lib/ele-backtop/style/index.d.ts +1 -0
- package/lib/ele-backtop/style/index.scss +34 -0
- package/lib/ele-bar-code/index.d.ts +26 -0
- package/lib/ele-bar-code/props.d.ts +19 -0
- package/lib/ele-bar-code/style/index.d.ts +0 -0
- package/lib/ele-bar-code/types.d.ts +11 -0
- package/lib/ele-basic-select/index.cjs +348 -0
- package/lib/ele-basic-select/index.d.ts +2503 -0
- package/lib/ele-basic-select/props.d.ts +85 -0
- package/lib/ele-basic-select/style/index.cjs +6 -0
- package/lib/ele-basic-select/style/index.d.ts +1 -0
- package/lib/ele-basic-select/types.d.ts +28 -0
- package/lib/ele-basic-select/util.cjs +43 -0
- package/lib/ele-basic-select/util.d.ts +21 -0
- package/lib/ele-bottom-bar/index.cjs +55 -0
- package/lib/ele-bottom-bar/index.d.ts +15 -0
- package/lib/ele-bottom-bar/props.d.ts +15 -0
- package/lib/ele-bottom-bar/style/css-var.scss +8 -0
- package/lib/ele-bottom-bar/style/index.cjs +2 -0
- package/lib/ele-bottom-bar/style/index.d.ts +1 -0
- package/lib/ele-bottom-bar/style/index.scss +31 -0
- package/lib/ele-breadcrumb/index.d.ts +278 -0
- package/lib/ele-breadcrumb/props.d.ts +24 -0
- package/lib/ele-breadcrumb/style/index.cjs +4 -0
- package/lib/ele-breadcrumb/style/index.d.ts +1 -0
- package/lib/ele-breadcrumb/style/index.scss +31 -0
- package/lib/ele-breadcrumb/types.d.ts +32 -0
- package/lib/ele-card/index.d.ts +106 -0
- package/lib/ele-card/props.cjs +36 -0
- package/lib/ele-card/props.d.ts +43 -0
- package/lib/ele-card/style/css-var.scss +8 -0
- package/lib/ele-card/style/index.cjs +3 -0
- package/lib/ele-card/style/index.d.ts +1 -0
- package/lib/ele-card/style/index.scss +125 -0
- package/lib/ele-check-card/components/card-item.cjs +49 -0
- package/lib/ele-check-card/components/card-item.d.ts +37 -0
- package/lib/ele-check-card/index.cjs +130 -0
- package/lib/ele-check-card/index.d.ts +495 -0
- package/lib/ele-check-card/props.cjs +43 -0
- package/lib/ele-check-card/props.d.ts +49 -0
- package/lib/ele-check-card/style/css-var.scss +8 -0
- package/lib/ele-check-card/style/index.cjs +4 -0
- package/lib/ele-check-card/style/index.d.ts +1 -0
- package/lib/ele-check-card/style/index.scss +72 -0
- package/lib/ele-check-card/types.d.ts +37 -0
- package/lib/ele-config-provider/components/receiver-view.d.ts +71 -0
- package/lib/ele-config-provider/index.d.ts +18 -0
- package/lib/ele-config-provider/props.d.ts +26 -0
- package/lib/ele-config-provider/receiver.d.ts +15 -0
- package/lib/ele-config-provider/style/index.cjs +1 -0
- package/lib/ele-config-provider/style/index.d.ts +0 -0
- package/lib/ele-config-provider/types.d.ts +103 -0
- package/lib/ele-copyable/index.cjs +136 -0
- package/lib/ele-copyable/index.d.ts +1619 -0
- package/lib/ele-copyable/props.cjs +39 -0
- package/lib/ele-copyable/props.d.ts +48 -0
- package/lib/ele-copyable/style/index.d.ts +1 -0
- package/lib/ele-copyable/style/index.scss +28 -0
- package/lib/ele-copyable/types.d.ts +14 -0
- package/lib/ele-count-up/index.d.ts +37 -0
- package/lib/ele-count-up/props.d.ts +28 -0
- package/lib/ele-count-up/style/index.cjs +1 -0
- package/lib/ele-count-up/style/index.d.ts +0 -0
- package/lib/ele-cropper/components/cropper-preview.cjs +73 -0
- package/lib/ele-cropper/components/cropper-preview.d.ts +21 -0
- package/lib/ele-cropper/components/cropper-tools.d.ts +2710 -0
- package/lib/ele-cropper/index.cjs +211 -0
- package/lib/ele-cropper/index.d.ts +2824 -0
- package/lib/ele-cropper/props.cjs +61 -0
- package/lib/ele-cropper/props.d.ts +68 -0
- package/lib/ele-cropper/style/index.cjs +7 -0
- package/lib/ele-cropper/style/index.d.ts +1 -0
- package/lib/ele-cropper/style/index.scss +108 -0
- package/lib/ele-cropper/types.d.ts +114 -0
- package/lib/ele-cropper-modal/index.cjs +93 -0
- package/lib/ele-cropper-modal/index.d.ts +3992 -0
- package/lib/ele-cropper-modal/props.cjs +18 -0
- package/lib/ele-cropper-modal/props.d.ts +58 -0
- package/lib/ele-cropper-modal/style/index.cjs +3 -0
- package/lib/ele-cropper-modal/style/index.d.ts +1 -0
- package/lib/ele-dashboard/index.cjs +59 -0
- package/lib/ele-dashboard/index.d.ts +14 -0
- package/lib/ele-dashboard/props.cjs +13 -0
- package/lib/ele-dashboard/props.d.ts +17 -0
- package/lib/ele-dashboard/style/index.cjs +2 -0
- package/lib/ele-dashboard/style/index.d.ts +1 -0
- package/lib/ele-dashboard/style/index.scss +79 -0
- package/lib/ele-dashboard/types.d.ts +4 -0
- package/lib/ele-data-table/index.cjs +400 -0
- package/lib/ele-data-table/props.cjs +93 -0
- package/lib/ele-data-table/props.d.ts +272 -0
- package/lib/ele-data-table/style/css-var.scss +148 -0
- package/lib/ele-data-table/style/index.d.ts +1 -0
- package/lib/ele-data-table/types.d.ts +253 -0
- package/lib/ele-data-table/util.cjs +395 -0
- package/lib/ele-data-table/util.d.ts +172 -0
- package/lib/ele-dialog/index.cjs +341 -0
- package/lib/ele-dialog/index.d.ts +1074 -0
- package/lib/ele-dialog/props.d.ts +215 -0
- package/lib/ele-dialog/style/index.d.ts +1 -0
- package/lib/ele-dialog/style/index.scss +259 -0
- package/lib/ele-dialog/types.d.ts +43 -0
- package/lib/ele-dialog/util.d.ts +52 -0
- package/lib/ele-dot/index.d.ts +29 -0
- package/lib/ele-dot/props.d.ts +25 -0
- package/lib/ele-dot/style/index.cjs +2 -0
- package/lib/ele-dot/style/index.d.ts +1 -0
- package/lib/ele-dot/style/index.scss +68 -0
- package/lib/ele-dot/types.d.ts +4 -0
- package/lib/ele-drawer/index.d.ts +1170 -0
- package/lib/ele-drawer/props.d.ts +184 -0
- package/lib/ele-drawer/style/css-var.scss +8 -0
- package/lib/ele-drawer/style/index.d.ts +1 -0
- package/lib/ele-drawer/style/index.scss +96 -0
- package/lib/ele-dropdown/components/dropdown-menu-item.cjs +131 -0
- package/lib/ele-dropdown/components/dropdown-menu-item.d.ts +97 -0
- package/lib/ele-dropdown/components/dropdown-menus.cjs +110 -0
- package/lib/ele-dropdown/components/dropdown-menus.d.ts +131 -0
- package/lib/ele-dropdown/components/pro-dropdown.d.ts +2912 -0
- package/lib/ele-dropdown/index.d.ts +4846 -0
- package/lib/ele-dropdown/props.cjs +75 -0
- package/lib/ele-dropdown/props.d.ts +409 -0
- package/lib/ele-dropdown/style/css-var.scss +8 -0
- package/lib/ele-dropdown/style/index.d.ts +1 -0
- package/lib/ele-dropdown/style/index.scss +314 -0
- package/lib/ele-dropdown/types.d.ts +22 -0
- package/lib/ele-edit-tag/index.cjs +271 -0
- package/lib/ele-edit-tag/index.d.ts +2380 -0
- package/lib/ele-edit-tag/props.cjs +46 -0
- package/lib/ele-edit-tag/props.d.ts +55 -0
- package/lib/ele-edit-tag/style/index.cjs +6 -0
- package/lib/ele-edit-tag/style/index.d.ts +1 -0
- package/lib/ele-edit-tag/style/index.scss +123 -0
- package/lib/ele-edit-tag/types.d.ts +9 -0
- package/lib/ele-ellipsis/index.d.ts +1660 -0
- package/lib/ele-ellipsis/props.cjs +18 -0
- package/lib/ele-ellipsis/props.d.ts +33 -0
- package/lib/ele-ellipsis/style/index.cjs +4 -0
- package/lib/ele-ellipsis/style/index.d.ts +1 -0
- package/lib/ele-ellipsis/style/index.scss +27 -0
- package/lib/ele-ellipsis/types.d.ts +9 -0
- package/lib/ele-file-list/components/file-grid-item.d.ts +55 -0
- package/lib/ele-file-list/components/file-grid.d.ts +181 -0
- package/lib/ele-file-list/components/file-sort.d.ts +22 -0
- package/lib/ele-file-list/components/file-table-item.d.ts +59 -0
- package/lib/ele-file-list/components/file-table.cjs +218 -0
- package/lib/ele-file-list/components/file-table.d.ts +222 -0
- package/lib/ele-file-list/icons.d.ts +18 -0
- package/lib/ele-file-list/index.cjs +376 -0
- package/lib/ele-file-list/index.d.ts +5303 -0
- package/lib/ele-file-list/props.d.ts +76 -0
- package/lib/ele-file-list/style/index.d.ts +1 -0
- package/lib/ele-file-list/types.d.ts +117 -0
- package/lib/ele-file-list-tool/index.cjs +30 -0
- package/lib/ele-file-list-tool/index.d.ts +8 -0
- package/lib/ele-file-list-tool/style/index.cjs +1 -0
- package/lib/ele-file-list-tool/style/index.d.ts +0 -0
- package/lib/ele-icon-select/components/icon-grid.d.ts +2039 -0
- package/lib/ele-icon-select/index.cjs +336 -0
- package/lib/ele-icon-select/index.d.ts +5314 -0
- package/lib/ele-icon-select/props.d.ts +123 -0
- package/lib/ele-icon-select/style/index.d.ts +1 -0
- package/lib/ele-icon-select/types.d.ts +16 -0
- package/lib/ele-image-viewer/index.d.ts +635 -0
- package/lib/ele-image-viewer/props.d.ts +115 -0
- package/lib/ele-image-viewer/style/index.d.ts +1 -0
- package/lib/ele-image-viewer/style/index.scss +117 -0
- package/lib/ele-loading/index.cjs +65 -0
- package/lib/ele-loading/props.d.ts +33 -0
- package/lib/ele-loading/style/index.d.ts +1 -0
- package/lib/ele-loading/style/index.scss +90 -0
- package/lib/ele-loading/types.d.ts +19 -0
- package/lib/ele-map-picker/props.d.ts +232 -0
- package/lib/ele-map-picker/style/css-var.scss +8 -0
- package/lib/ele-map-picker/style/index.cjs +9 -0
- package/lib/ele-map-picker/style/index.d.ts +1 -0
- package/lib/ele-map-picker/style/index.scss +296 -0
- package/lib/ele-map-picker/types.d.ts +71 -0
- package/lib/ele-menus/components/item-title.cjs +107 -0
- package/lib/ele-menus/components/item-title.d.ts +323 -0
- package/lib/ele-menus/components/menu-items.cjs +268 -0
- package/lib/ele-menus/components/menu-items.d.ts +785 -0
- package/lib/ele-menus/index.cjs +345 -0
- package/lib/ele-menus/index.d.ts +3516 -0
- package/lib/ele-menus/props.cjs +51 -0
- package/lib/ele-menus/props.d.ts +157 -0
- package/lib/ele-menus/style/css-var.scss +36 -0
- package/lib/ele-menus/style/index.cjs +9 -0
- package/lib/ele-menus/style/index.d.ts +1 -0
- package/lib/ele-menus/style/index.scss +844 -0
- package/lib/ele-menus/types.d.ts +107 -0
- package/lib/ele-menus/util.cjs +132 -0
- package/lib/ele-menus/util.d.ts +44 -0
- package/lib/ele-page/index.cjs +29 -0
- package/lib/ele-page/index.d.ts +23 -0
- package/lib/ele-page/props.cjs +16 -0
- package/lib/ele-page/props.d.ts +19 -0
- package/lib/ele-page/style/css-var.scss +9 -0
- package/lib/ele-page/style/index.cjs +2 -0
- package/lib/ele-page/style/index.d.ts +1 -0
- package/lib/ele-page/style/index.scss +74 -0
- package/lib/ele-pagination/index.cjs +96 -0
- package/lib/ele-pagination/index.d.ts +607 -0
- package/lib/ele-pagination/props.d.ts +123 -0
- package/lib/ele-pagination/style/index.d.ts +1 -0
- package/lib/ele-pagination/types.d.ts +9 -0
- package/lib/ele-popconfirm/index.d.ts +2422 -0
- package/lib/ele-popconfirm/props.d.ts +236 -0
- package/lib/ele-popconfirm/style/index.d.ts +1 -0
- package/lib/ele-popover/index.cjs +104 -0
- package/lib/ele-popover/index.d.ts +1913 -0
- package/lib/ele-popover/props.cjs +27 -0
- package/lib/ele-popover/props.d.ts +203 -0
- package/lib/ele-popover/style/index.cjs +2 -0
- package/lib/ele-popover/style/index.d.ts +1 -0
- package/lib/ele-printer/index.cjs +123 -0
- package/lib/ele-printer/index.d.ts +111 -0
- package/lib/ele-printer/props.d.ts +41 -0
- package/lib/ele-printer/style/index.d.ts +1 -0
- package/lib/ele-printer/style/index.scss +66 -0
- package/lib/ele-printer/types.d.ts +46 -0
- package/lib/ele-printer/util.cjs +218 -0
- package/lib/ele-printer/util.d.ts +25 -0
- package/lib/ele-pro-layout/components/pro-iframe.cjs +123 -0
- package/lib/ele-pro-layout/components/pro-iframe.d.ts +39 -0
- package/lib/ele-pro-layout/index.cjs +1010 -0
- package/lib/ele-pro-layout/index.d.ts +10705 -0
- package/lib/ele-pro-layout/props.cjs +237 -0
- package/lib/ele-pro-layout/props.d.ts +253 -0
- package/lib/ele-pro-layout/style/index.cjs +3 -0
- package/lib/ele-pro-layout/style/index.d.ts +1 -0
- package/lib/ele-pro-layout/style/index.scss +41 -0
- package/lib/ele-pro-layout/types.d.ts +221 -0
- package/lib/ele-pro-layout/util.cjs +171 -0
- package/lib/ele-pro-layout/util.d.ts +88 -0
- package/lib/ele-pro-table/components/table-tools.cjs +365 -0
- package/lib/ele-pro-table/components/tool-column-list.cjs +209 -0
- package/lib/ele-pro-table/components/tool-column-list.d.ts +1442 -0
- package/lib/ele-pro-table/components/tool-column.cjs +279 -0
- package/lib/ele-pro-table/components/tool-column.d.ts +3722 -0
- package/lib/ele-pro-table/components/tool-export.cjs +505 -0
- package/lib/ele-pro-table/components/tool-export.d.ts +8350 -0
- package/lib/ele-pro-table/components/tool-print-body-cell.cjs +131 -0
- package/lib/ele-pro-table/components/tool-print-body-cell.d.ts +96 -0
- package/lib/ele-pro-table/components/tool-print-header-cell.cjs +91 -0
- package/lib/ele-pro-table/components/tool-print-header-cell.d.ts +39 -0
- package/lib/ele-pro-table/components/tool-print.cjs +674 -0
- package/lib/ele-pro-table/components/tool-print.d.ts +7986 -0
- package/lib/ele-pro-table/index.cjs +571 -0
- package/lib/ele-pro-table/props.cjs +112 -0
- package/lib/ele-pro-table/props.d.ts +258 -0
- package/lib/ele-pro-table/style/css-var.scss +8 -0
- package/lib/ele-pro-table/style/index.d.ts +1 -0
- package/lib/ele-pro-table/style/index.scss +326 -0
- package/lib/ele-pro-table/types.d.ts +489 -0
- package/lib/ele-pro-table/util.d.ts +285 -0
- package/lib/ele-qr-code/components/canvas-render.cjs +146 -0
- package/lib/ele-qr-code/components/canvas-render.d.ts +67 -0
- package/lib/ele-qr-code/index.d.ts +201 -0
- package/lib/ele-qr-code/props.cjs +43 -0
- package/lib/ele-qr-code/props.d.ts +50 -0
- package/lib/ele-qr-code/qrcodegen.cjs +1057 -0
- package/lib/ele-qr-code/qrcodegen.d.ts +95 -0
- package/lib/ele-qr-code/style/index.cjs +1 -0
- package/lib/ele-qr-code/style/index.d.ts +0 -0
- package/lib/ele-qr-code/types.d.ts +46 -0
- package/lib/ele-qr-code/util.d.ts +27 -0
- package/lib/ele-qr-code-svg/index.d.ts +71 -0
- package/lib/ele-qr-code-svg/style/index.cjs +1 -0
- package/lib/ele-qr-code-svg/style/index.d.ts +0 -0
- package/lib/ele-segmented/index.d.ts +485 -0
- package/lib/ele-segmented/props.cjs +25 -0
- package/lib/ele-segmented/props.d.ts +31 -0
- package/lib/ele-segmented/style/index.d.ts +1 -0
- package/lib/ele-segmented/style/index.scss +144 -0
- package/lib/ele-segmented/types.d.ts +28 -0
- package/lib/ele-split-panel/index.cjs +205 -0
- package/lib/ele-split-panel/index.d.ts +192 -0
- package/lib/ele-split-panel/props.cjs +41 -0
- package/lib/ele-split-panel/props.d.ts +47 -0
- package/lib/ele-split-panel/style/index.d.ts +1 -0
- package/lib/ele-split-panel/style/index.scss +360 -0
- package/lib/ele-steps/index.d.ts +638 -0
- package/lib/ele-steps/props.cjs +14 -0
- package/lib/ele-steps/props.d.ts +68 -0
- package/lib/ele-steps/style/index.cjs +4 -0
- package/lib/ele-steps/style/index.d.ts +1 -0
- package/lib/ele-steps/types.d.ts +14 -0
- package/lib/ele-tab-tool/index.cjs +64 -0
- package/lib/ele-tab-tool/index.d.ts +75 -0
- package/lib/ele-tab-tool/props.cjs +11 -0
- package/lib/ele-tab-tool/props.d.ts +14 -0
- package/lib/ele-tab-tool/style/index.d.ts +0 -0
- package/lib/ele-tab-wrap/components/tab-dropdown.cjs +90 -0
- package/lib/ele-tab-wrap/components/tab-dropdown.d.ts +5006 -0
- package/lib/ele-tab-wrap/index.d.ts +8 -0
- package/lib/ele-tab-wrap/props.d.ts +13 -0
- package/lib/ele-tab-wrap/style/index.d.ts +0 -0
- package/lib/ele-table/index.d.ts +28 -0
- package/lib/ele-table/props.d.ts +24 -0
- package/lib/ele-table/style/css-var.scss +54 -0
- package/lib/ele-table/style/index.cjs +2 -0
- package/lib/ele-table/style/index.d.ts +1 -0
- package/lib/ele-table-select/index.cjs +423 -0
- package/lib/ele-table-select/props.cjs +112 -0
- package/lib/ele-table-select/props.d.ts +120 -0
- package/lib/ele-table-select/style/css-var.scss +8 -0
- package/lib/ele-table-select/style/index.d.ts +1 -0
- package/lib/ele-tabs/index.cjs +478 -0
- package/lib/ele-tabs/index.d.ts +5451 -0
- package/lib/ele-tabs/props.cjs +46 -0
- package/lib/ele-tabs/props.d.ts +88 -0
- package/lib/ele-tabs/style/index.cjs +6 -0
- package/lib/ele-tabs/style/index.d.ts +1 -0
- package/lib/ele-tabs/types.d.ts +89 -0
- package/lib/ele-test/index.cjs +17 -0
- package/lib/ele-test/index.d.ts +2 -0
- package/lib/ele-test/style/index.cjs +3 -0
- package/lib/ele-test/style/index.d.ts +1 -0
- package/lib/ele-test/style/index.scss +100 -0
- package/lib/ele-text/index.cjs +59 -0
- package/lib/ele-text/index.d.ts +93 -0
- package/lib/ele-text/props.cjs +30 -0
- package/lib/ele-text/props.d.ts +39 -0
- package/lib/ele-text/style/index.cjs +3 -0
- package/lib/ele-text/style/index.d.ts +1 -0
- package/lib/ele-text/types.d.ts +35 -0
- package/lib/ele-tool/index.cjs +71 -0
- package/lib/ele-tool/index.d.ts +33 -0
- package/lib/ele-tool/props.d.ts +27 -0
- package/lib/ele-tool/style/css-var.scss +12 -0
- package/lib/ele-tool/style/index.cjs +2 -0
- package/lib/ele-tool/style/index.d.ts +1 -0
- package/lib/ele-tool/style/index.scss +70 -0
- package/lib/ele-toolbar/index.cjs +104 -0
- package/lib/ele-toolbar/index.d.ts +1633 -0
- package/lib/ele-toolbar/props.cjs +26 -0
- package/lib/ele-toolbar/props.d.ts +34 -0
- package/lib/ele-toolbar/style/css-var.scss +12 -0
- package/lib/ele-toolbar/style/index.cjs +4 -0
- package/lib/ele-toolbar/style/index.d.ts +1 -0
- package/lib/ele-toolbar/types.d.ts +19 -0
- package/lib/ele-tooltip/index.d.ts +1506 -0
- package/lib/ele-tooltip/props.d.ts +187 -0
- package/lib/ele-tooltip/style/index.cjs +3 -0
- package/lib/ele-tooltip/style/index.d.ts +1 -0
- package/lib/ele-tour/index.d.ts +2030 -0
- package/lib/ele-tour/props.d.ts +36 -0
- package/lib/ele-tour/style/index.cjs +4 -0
- package/lib/ele-tour/style/index.d.ts +1 -0
- package/lib/ele-tour/types.d.ts +42 -0
- package/lib/ele-tour/util.d.ts +20 -0
- package/lib/ele-tree-select/index.cjs +459 -0
- package/lib/ele-tree-select/props.cjs +95 -0
- package/lib/ele-tree-select/props.d.ts +103 -0
- package/lib/ele-tree-select/style/css-var.scss +8 -0
- package/lib/ele-tree-select/style/index.cjs +4 -0
- package/lib/ele-tree-select/style/index.d.ts +1 -0
- package/lib/ele-tree-select/style/index.scss +30 -0
- package/lib/ele-tree-select/types.d.ts +21 -0
- package/lib/ele-tree-select/util.d.ts +56 -0
- package/lib/ele-upload-list/components/list-item.cjs +232 -0
- package/lib/ele-upload-list/components/list-item.d.ts +902 -0
- package/lib/ele-upload-list/index.cjs +286 -0
- package/lib/ele-upload-list/index.d.ts +2450 -0
- package/lib/ele-upload-list/props.d.ts +81 -0
- package/lib/ele-upload-list/style/index.cjs +7 -0
- package/lib/ele-upload-list/style/index.d.ts +1 -0
- package/lib/ele-upload-list/style/index.scss +478 -0
- package/lib/ele-upload-list/types.d.ts +71 -0
- package/lib/ele-virtual-table/components/body-cell.d.ts +883 -0
- package/lib/ele-virtual-table/components/body-row.cjs +210 -0
- package/lib/ele-virtual-table/components/body-row.d.ts +984 -0
- package/lib/ele-virtual-table/components/cell-checkbox.cjs +48 -0
- package/lib/ele-virtual-table/components/cell-checkbox.d.ts +666 -0
- package/lib/ele-virtual-table/components/cell-filter.cjs +209 -0
- package/lib/ele-virtual-table/components/cell-filter.d.ts +3189 -0
- package/lib/ele-virtual-table/components/expand-row.cjs +28 -0
- package/lib/ele-virtual-table/components/expand-row.d.ts +19 -0
- package/lib/ele-virtual-table/components/footer-row.cjs +114 -0
- package/lib/ele-virtual-table/components/footer-row.d.ts +65 -0
- package/lib/ele-virtual-table/components/header-cell.d.ts +3929 -0
- package/lib/ele-virtual-table/components/header-row.d.ts +3980 -0
- package/lib/ele-virtual-table/index.cjs +1150 -0
- package/lib/ele-virtual-table/index.d.ts +7882 -0
- package/lib/ele-virtual-table/props.cjs +13 -0
- package/lib/ele-virtual-table/props.d.ts +158 -0
- package/lib/ele-virtual-table/style/css-var.scss +101 -0
- package/lib/ele-virtual-table/style/index.cjs +10 -0
- package/lib/ele-virtual-table/style/index.d.ts +1 -0
- package/lib/ele-virtual-table/types.d.ts +229 -0
- package/lib/ele-virtual-table/util.d.ts +229 -0
- package/lib/ele-watermark/index.d.ts +57 -0
- package/lib/ele-watermark/props.d.ts +41 -0
- package/lib/ele-watermark/style/index.d.ts +0 -0
- package/lib/ele-watermark/types.d.ts +39 -0
- package/lib/ele-watermark/util.d.ts +31 -0
- package/lib/ele-xg-player/index.cjs +61 -0
- package/lib/ele-xg-player/index.d.ts +22 -0
- package/lib/ele-xg-player/style/index.d.ts +1 -0
- package/lib/icons/AnalysisOutlined.cjs +29 -0
- package/lib/icons/AnalysisOutlined.d.ts +2 -0
- package/lib/icons/ApplicationOutlined.cjs +23 -0
- package/lib/icons/ApplicationOutlined.d.ts +2 -0
- package/lib/icons/AppstoreAddOutlined.d.ts +2 -0
- package/lib/icons/AppstoreOutlined.d.ts +2 -0
- package/lib/icons/ArrowDown.d.ts +2 -0
- package/lib/icons/ArrowDownOutlined.cjs +27 -0
- package/lib/icons/ArrowDownOutlined.d.ts +2 -0
- package/lib/icons/ArrowLeft.cjs +28 -0
- package/lib/icons/ArrowLeft.d.ts +2 -0
- package/lib/icons/ArrowLeftOutlined.cjs +27 -0
- package/lib/icons/ArrowLeftOutlined.d.ts +2 -0
- package/lib/icons/ArrowRight.cjs +28 -0
- package/lib/icons/ArrowRight.d.ts +2 -0
- package/lib/icons/ArrowRightOutlined.d.ts +2 -0
- package/lib/icons/ArrowUp.cjs +28 -0
- package/lib/icons/ArrowUp.d.ts +2 -0
- package/lib/icons/ArrowUpOutlined.cjs +27 -0
- package/lib/icons/ArrowUpOutlined.d.ts +2 -0
- package/lib/icons/BellOutlined.cjs +26 -0
- package/lib/icons/BellOutlined.d.ts +2 -0
- package/lib/icons/BookOutlined.d.ts +2 -0
- package/lib/icons/CalendarOutlined.cjs +26 -0
- package/lib/icons/CalendarOutlined.d.ts +2 -0
- package/lib/icons/CaretDownFilled.d.ts +2 -0
- package/lib/icons/CaretUpFilled.d.ts +2 -0
- package/lib/icons/CheckCircleFilled.cjs +23 -0
- package/lib/icons/CheckCircleFilled.d.ts +2 -0
- package/lib/icons/CheckCircleOutlined.cjs +28 -0
- package/lib/icons/CheckCircleOutlined.d.ts +2 -0
- package/lib/icons/CheckOutlined.d.ts +2 -0
- package/lib/icons/CityOutlined.cjs +29 -0
- package/lib/icons/CityOutlined.d.ts +2 -0
- package/lib/icons/ClockCircleOutlined.cjs +28 -0
- package/lib/icons/ClockCircleOutlined.d.ts +2 -0
- package/lib/icons/CloseCircleFilled.cjs +23 -0
- package/lib/icons/CloseCircleFilled.d.ts +2 -0
- package/lib/icons/CloseCircleOutlined.d.ts +2 -0
- package/lib/icons/CloseOutlined.cjs +27 -0
- package/lib/icons/CloseOutlined.d.ts +2 -0
- package/lib/icons/CloudUploadOutlined.cjs +28 -0
- package/lib/icons/CloudUploadOutlined.d.ts +2 -0
- package/lib/icons/ClusterOutlined.cjs +26 -0
- package/lib/icons/ClusterOutlined.d.ts +2 -0
- package/lib/icons/CodeOutlined.cjs +29 -0
- package/lib/icons/CodeOutlined.d.ts +2 -0
- package/lib/icons/ColumnHeightOutlined.d.ts +2 -0
- package/lib/icons/CompassOutlined.d.ts +2 -0
- package/lib/icons/CompressOutlined.d.ts +2 -0
- package/lib/icons/ConnectionOutlined.cjs +27 -0
- package/lib/icons/ConnectionOutlined.d.ts +2 -0
- package/lib/icons/ControlOutlined.cjs +28 -0
- package/lib/icons/ControlOutlined.d.ts +2 -0
- package/lib/icons/CopyOutlined.cjs +29 -0
- package/lib/icons/CopyOutlined.d.ts +2 -0
- package/lib/icons/CornerLeftFilled.cjs +23 -0
- package/lib/icons/CornerLeftFilled.d.ts +2 -0
- package/lib/icons/CornerRightFilled.d.ts +2 -0
- package/lib/icons/CpuOutlined.cjs +27 -0
- package/lib/icons/CpuOutlined.d.ts +2 -0
- package/lib/icons/DashboardOutlined.d.ts +2 -0
- package/lib/icons/DatabaseOutlined.d.ts +2 -0
- package/lib/icons/DeleteOutlined.d.ts +2 -0
- package/lib/icons/DesktopOutlined.d.ts +2 -0
- package/lib/icons/DownloadOutlined.cjs +28 -0
- package/lib/icons/DownloadOutlined.d.ts +2 -0
- package/lib/icons/DragOutlined.cjs +27 -0
- package/lib/icons/DragOutlined.d.ts +2 -0
- package/lib/icons/EditOutlined.d.ts +2 -0
- package/lib/icons/EllipsisOutlined.cjs +37 -0
- package/lib/icons/EllipsisOutlined.d.ts +2 -0
- package/lib/icons/EnvironmentOutlined.d.ts +2 -0
- package/lib/icons/ExclamationCircleFilled.d.ts +2 -0
- package/lib/icons/ExpandOutlined.d.ts +2 -0
- package/lib/icons/EyeOutlined.cjs +26 -0
- package/lib/icons/EyeOutlined.d.ts +2 -0
- package/lib/icons/FileOutlined.cjs +29 -0
- package/lib/icons/FileOutlined.d.ts +2 -0
- package/lib/icons/FilterFilled.d.ts +2 -0
- package/lib/icons/FolderAddOutlined.d.ts +2 -0
- package/lib/icons/FolderOutlined.cjs +26 -0
- package/lib/icons/FolderOutlined.d.ts +2 -0
- package/lib/icons/FormOutlined.cjs +27 -0
- package/lib/icons/FormOutlined.d.ts +2 -0
- package/lib/icons/FullscreenExitOutlined.cjs +28 -0
- package/lib/icons/FullscreenExitOutlined.d.ts +2 -0
- package/lib/icons/FullscreenOutlined.cjs +28 -0
- package/lib/icons/FullscreenOutlined.d.ts +2 -0
- package/lib/icons/FundOutlined.cjs +27 -0
- package/lib/icons/FundOutlined.d.ts +2 -0
- package/lib/icons/GlobalOutlined.cjs +25 -0
- package/lib/icons/GlobalOutlined.d.ts +2 -0
- package/lib/icons/HolderOutlined.cjs +23 -0
- package/lib/icons/HolderOutlined.d.ts +2 -0
- package/lib/icons/HomeOutlined.cjs +26 -0
- package/lib/icons/HomeOutlined.d.ts +2 -0
- package/lib/icons/IdcardOutlined.cjs +32 -0
- package/lib/icons/IdcardOutlined.d.ts +2 -0
- package/lib/icons/InfoCircleFilled.d.ts +2 -0
- package/lib/icons/LinkOutlined.d.ts +2 -0
- package/lib/icons/LoadingDotOutlined.cjs +26 -0
- package/lib/icons/LoadingDotOutlined.d.ts +2 -0
- package/lib/icons/LoadingOutlined.cjs +26 -0
- package/lib/icons/LoadingOutlined.d.ts +2 -0
- package/lib/icons/LockOutlined.cjs +28 -0
- package/lib/icons/LockOutlined.d.ts +2 -0
- package/lib/icons/LogOutlined.cjs +29 -0
- package/lib/icons/LogOutlined.d.ts +2 -0
- package/lib/icons/LogoutOutlined.cjs +27 -0
- package/lib/icons/LogoutOutlined.d.ts +2 -0
- package/lib/icons/MailOutlined.d.ts +2 -0
- package/lib/icons/MenuFoldOutlined.cjs +25 -0
- package/lib/icons/MenuFoldOutlined.d.ts +2 -0
- package/lib/icons/MenuOutlined.cjs +27 -0
- package/lib/icons/MenuOutlined.d.ts +2 -0
- package/lib/icons/MenuUnfoldOutlined.cjs +25 -0
- package/lib/icons/MenuUnfoldOutlined.d.ts +2 -0
- package/lib/icons/MessageOutlined.d.ts +2 -0
- package/lib/icons/MinusCircleOutlined.cjs +27 -0
- package/lib/icons/MinusCircleOutlined.d.ts +2 -0
- package/lib/icons/MobileOutlined.cjs +33 -0
- package/lib/icons/MobileOutlined.d.ts +2 -0
- package/lib/icons/MoonOutlined.cjs +26 -0
- package/lib/icons/MoonOutlined.d.ts +2 -0
- package/lib/icons/MoreOutlined.d.ts +2 -0
- package/lib/icons/PauseFilled.cjs +26 -0
- package/lib/icons/PauseFilled.d.ts +2 -0
- package/lib/icons/PieChartOutlined.d.ts +2 -0
- package/lib/icons/PlayFilled.d.ts +2 -0
- package/lib/icons/PlusCircleOutlined.cjs +27 -0
- package/lib/icons/PlusCircleOutlined.d.ts +2 -0
- package/lib/icons/PlusOutlined.cjs +26 -0
- package/lib/icons/PlusOutlined.d.ts +2 -0
- package/lib/icons/PrinterOutlined.cjs +26 -0
- package/lib/icons/PrinterOutlined.d.ts +2 -0
- package/lib/icons/ProtectOutlined.d.ts +2 -0
- package/lib/icons/QuestionCircleFilled.d.ts +2 -0
- package/lib/icons/QuestionCircleOutlined.cjs +34 -0
- package/lib/icons/QuestionCircleOutlined.d.ts +2 -0
- package/lib/icons/ReloadOutlined.cjs +27 -0
- package/lib/icons/ReloadOutlined.d.ts +2 -0
- package/lib/icons/ResizeOutlined.cjs +26 -0
- package/lib/icons/ResizeOutlined.d.ts +2 -0
- package/lib/icons/SearchOutlined.cjs +26 -0
- package/lib/icons/SearchOutlined.d.ts +2 -0
- package/lib/icons/SettingOutlined.cjs +27 -0
- package/lib/icons/SettingOutlined.d.ts +2 -0
- package/lib/icons/ShoppingOutlined.d.ts +2 -0
- package/lib/icons/SizeCompactOutlined.cjs +28 -0
- package/lib/icons/SizeCompactOutlined.d.ts +2 -0
- package/lib/icons/SizeMiddleOutlined.cjs +28 -0
- package/lib/icons/SizeMiddleOutlined.d.ts +2 -0
- package/lib/icons/SizeSlackOutlined.d.ts +2 -0
- package/lib/icons/SliderArrowSlide.d.ts +2 -0
- package/lib/icons/SliderArrowStatic.d.ts +2 -0
- package/lib/icons/SortOutlined.d.ts +2 -0
- package/lib/icons/StarFilled.d.ts +2 -0
- package/lib/icons/StepBackwardFilled.cjs +29 -0
- package/lib/icons/StepBackwardFilled.d.ts +2 -0
- package/lib/icons/StepForwardFilled.d.ts +2 -0
- package/lib/icons/SuitcaseOutlined.cjs +26 -0
- package/lib/icons/SuitcaseOutlined.d.ts +2 -0
- package/lib/icons/SunOutlined.d.ts +2 -0
- package/lib/icons/SwapOutlined.d.ts +2 -0
- package/lib/icons/SyncOutlined.cjs +28 -0
- package/lib/icons/SyncOutlined.d.ts +2 -0
- package/lib/icons/TableOutlined.cjs +26 -0
- package/lib/icons/TableOutlined.d.ts +2 -0
- package/lib/icons/TagOutlined.cjs +27 -0
- package/lib/icons/TagOutlined.d.ts +2 -0
- package/lib/icons/TimerOutlined.cjs +27 -0
- package/lib/icons/TimerOutlined.d.ts +2 -0
- package/lib/icons/UndoOutlined.cjs +27 -0
- package/lib/icons/UndoOutlined.d.ts +2 -0
- package/lib/icons/UnlockOutlined.cjs +28 -0
- package/lib/icons/UnlockOutlined.d.ts +2 -0
- package/lib/icons/UploadOutlined.cjs +28 -0
- package/lib/icons/UploadOutlined.d.ts +2 -0
- package/lib/icons/UserOutlined.d.ts +2 -0
- package/lib/icons/VerticalAlignMiddleOutlined.cjs +27 -0
- package/lib/icons/VerticalAlignMiddleOutlined.d.ts +2 -0
- package/lib/icons/VerticalLeftOutlined.cjs +25 -0
- package/lib/icons/VerticalLeftOutlined.d.ts +2 -0
- package/lib/icons/VerticalRightOutlined.cjs +25 -0
- package/lib/icons/VerticalRightOutlined.d.ts +2 -0
- package/lib/icons/WarningOutlined.d.ts +2 -0
- package/lib/icons/ZoomInOutlined.d.ts +2 -0
- package/lib/icons/ZoomOutOutlined.cjs +27 -0
- package/lib/icons/ZoomOutOutlined.d.ts +2 -0
- package/lib/icons/index.cjs +236 -0
- package/lib/icons/index.d.ts +117 -0
- package/lib/index.cjs +21 -0
- package/lib/index.d.ts +4 -0
- package/lib/installer.d.ts +3 -0
- package/lib/lang/en_US.cjs +84 -0
- package/lib/lang/en_US.d.ts +4 -0
- package/lib/lang/zh_CN.cjs +84 -0
- package/lib/lang/zh_CN.d.ts +4 -0
- package/lib/lang/zh_TW.d.ts +4 -0
- package/lib/style/default.scss +77 -0
- package/lib/style/index.scss +3 -0
- package/lib/style/themes/dark-css-var.scss +6 -0
- package/lib/style/themes/dark.scss +82 -0
- package/lib/style/themes/rounded.scss +260 -0
- package/lib/style/themes/theme-util.scss +74 -0
- package/lib/style/util.scss +59 -0
- package/lib/utils/chart-theme-dark.cjs +397 -0
- package/lib/utils/chart-theme-dark.d.ts +373 -0
- package/lib/utils/chart-theme.cjs +392 -0
- package/lib/utils/chart-theme.d.ts +368 -0
- package/lib/utils/core.cjs +318 -0
- package/lib/utils/core.d.ts +168 -0
- package/lib/utils/hook.cjs +264 -0
- package/lib/utils/hook.d.ts +113 -0
- package/lib/utils/menu-util.cjs +78 -0
- package/lib/utils/menu-util.d.ts +14 -0
- package/lib/utils/message-box.cjs +98 -0
- package/lib/utils/message-box.d.ts +25 -0
- package/lib/utils/message.cjs +267 -0
- package/lib/utils/message.d.ts +66 -0
- package/lib/utils/resolvers.cjs +50 -0
- package/lib/utils/resolvers.d.ts +18 -0
- package/lib/utils/theme-util.cjs +42 -0
- package/lib/utils/theme-util.d.ts +6 -0
- package/lib/utils/validate.d.ts +182 -0
- package/lib/yu-framework-attachment-file-upload/CommonUpload/index.cjs +172 -0
- package/lib/yu-framework-attachment-file-upload/CommonUpload/index.d.ts +161 -0
- package/lib/yu-framework-attachment-file-upload/FileUpload/index.cjs +218 -0
- package/lib/yu-framework-attachment-file-upload/FileUpload/index.d.ts +143 -0
- package/lib/yu-framework-attachment-file-upload/index.cjs +54 -0
- package/lib/yu-framework-attachment-file-upload/index.d.ts +16 -0
- package/lib/yu-framework-attachment-image-upload/index.cjs +185 -0
- package/lib/yu-framework-attachment-image-upload/index.d.ts +16 -0
- package/lib/yu-framework-slider-captcha-dialog/SliderCaptcha.cjs +283 -0
- package/lib/yu-framework-slider-captcha-dialog/SliderCaptcha.d.ts +67 -0
- package/lib/yu-framework-slider-captcha-dialog/index.cjs +63 -0
- package/lib/yu-framework-slider-captcha-dialog/index.d.ts +14 -0
- package/lib/yu-framework-slider-captcha-dialog/style/index.cjs +2 -0
- package/lib/yu-framework-slider-captcha-dialog/style/index.d.ts +1 -0
- package/lib/yu-framework-slider-captcha-dialog/style/index.scss +300 -0
- package/lib/yu-test/index.d.ts +2 -0
- package/lib/yu-test/style/css-var.scss +8 -0
- package/lib/yu-test/style/index.cjs +3 -0
- package/lib/yu-test/style/index.d.ts +1 -0
- package/lib/yu-test/style/index.scss +100 -0
- package/package.json +1 -1
- package/typings/global.d.ts +69 -0
|
@@ -0,0 +1,1170 @@
|
|
|
1
|
+
import { ElDrawerInstance } from '../ele-app/el';
|
|
2
|
+
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
+
headerStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
5
|
+
titleStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
6
|
+
bodyStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
7
|
+
footerStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
8
|
+
closeBtnStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
9
|
+
inner: BooleanConstructor;
|
|
10
|
+
direction: {
|
|
11
|
+
readonly type: import('vue').PropType<"ltr" | "rtl" | "ttb" | "btt">;
|
|
12
|
+
readonly required: false;
|
|
13
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
14
|
+
__epPropKey: true;
|
|
15
|
+
} & {
|
|
16
|
+
readonly default: "rtl";
|
|
17
|
+
};
|
|
18
|
+
size: {
|
|
19
|
+
readonly type: import('vue').PropType<string | number>;
|
|
20
|
+
readonly required: false;
|
|
21
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
22
|
+
__epPropKey: true;
|
|
23
|
+
} & {
|
|
24
|
+
readonly default: "30%";
|
|
25
|
+
};
|
|
26
|
+
withHeader: {
|
|
27
|
+
readonly type: import('vue').PropType<boolean>;
|
|
28
|
+
readonly required: false;
|
|
29
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
30
|
+
__epPropKey: true;
|
|
31
|
+
} & {
|
|
32
|
+
readonly default: true;
|
|
33
|
+
};
|
|
34
|
+
modalFade: {
|
|
35
|
+
readonly type: import('vue').PropType<boolean>;
|
|
36
|
+
readonly required: false;
|
|
37
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
38
|
+
__epPropKey: true;
|
|
39
|
+
} & {
|
|
40
|
+
readonly default: true;
|
|
41
|
+
};
|
|
42
|
+
headerAriaLevel: {
|
|
43
|
+
readonly type: import('vue').PropType<string>;
|
|
44
|
+
readonly required: false;
|
|
45
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
46
|
+
__epPropKey: true;
|
|
47
|
+
} & {
|
|
48
|
+
readonly default: "2";
|
|
49
|
+
};
|
|
50
|
+
appendToBody: BooleanConstructor;
|
|
51
|
+
appendTo: {
|
|
52
|
+
readonly type: import('vue').PropType<string | HTMLElement>;
|
|
53
|
+
readonly required: false;
|
|
54
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
55
|
+
__epPropKey: true;
|
|
56
|
+
} & {
|
|
57
|
+
readonly default: "body";
|
|
58
|
+
};
|
|
59
|
+
beforeClose: {
|
|
60
|
+
readonly type: import('vue').PropType<import('element-plus').DialogBeforeCloseFn>;
|
|
61
|
+
readonly required: false;
|
|
62
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
63
|
+
__epPropKey: true;
|
|
64
|
+
};
|
|
65
|
+
destroyOnClose: BooleanConstructor;
|
|
66
|
+
closeOnClickModal: {
|
|
67
|
+
readonly type: import('vue').PropType<boolean>;
|
|
68
|
+
readonly required: false;
|
|
69
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
70
|
+
__epPropKey: true;
|
|
71
|
+
} & {
|
|
72
|
+
readonly default: true;
|
|
73
|
+
};
|
|
74
|
+
closeOnPressEscape: {
|
|
75
|
+
readonly type: import('vue').PropType<boolean>;
|
|
76
|
+
readonly required: false;
|
|
77
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
78
|
+
__epPropKey: true;
|
|
79
|
+
} & {
|
|
80
|
+
readonly default: true;
|
|
81
|
+
};
|
|
82
|
+
lockScroll: {
|
|
83
|
+
readonly type: import('vue').PropType<boolean>;
|
|
84
|
+
readonly required: false;
|
|
85
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
86
|
+
__epPropKey: true;
|
|
87
|
+
} & {
|
|
88
|
+
readonly default: true;
|
|
89
|
+
};
|
|
90
|
+
modal: {
|
|
91
|
+
readonly type: import('vue').PropType<boolean>;
|
|
92
|
+
readonly required: false;
|
|
93
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
94
|
+
__epPropKey: true;
|
|
95
|
+
} & {
|
|
96
|
+
readonly default: true;
|
|
97
|
+
};
|
|
98
|
+
openDelay: {
|
|
99
|
+
readonly type: import('vue').PropType<number>;
|
|
100
|
+
readonly required: false;
|
|
101
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
102
|
+
__epPropKey: true;
|
|
103
|
+
} & {
|
|
104
|
+
readonly default: 0;
|
|
105
|
+
};
|
|
106
|
+
closeDelay: {
|
|
107
|
+
readonly type: import('vue').PropType<number>;
|
|
108
|
+
readonly required: false;
|
|
109
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
110
|
+
__epPropKey: true;
|
|
111
|
+
} & {
|
|
112
|
+
readonly default: 0;
|
|
113
|
+
};
|
|
114
|
+
top: {
|
|
115
|
+
readonly type: import('vue').PropType<string>;
|
|
116
|
+
readonly required: false;
|
|
117
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
118
|
+
__epPropKey: true;
|
|
119
|
+
};
|
|
120
|
+
modelValue: BooleanConstructor;
|
|
121
|
+
modalClass: StringConstructor;
|
|
122
|
+
headerClass: StringConstructor;
|
|
123
|
+
bodyClass: StringConstructor;
|
|
124
|
+
footerClass: StringConstructor;
|
|
125
|
+
width: {
|
|
126
|
+
readonly type: import('vue').PropType<string | number>;
|
|
127
|
+
readonly required: false;
|
|
128
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
129
|
+
__epPropKey: true;
|
|
130
|
+
};
|
|
131
|
+
zIndex: {
|
|
132
|
+
readonly type: import('vue').PropType<number>;
|
|
133
|
+
readonly required: false;
|
|
134
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
135
|
+
__epPropKey: true;
|
|
136
|
+
};
|
|
137
|
+
trapFocus: BooleanConstructor;
|
|
138
|
+
center: BooleanConstructor;
|
|
139
|
+
alignCenter: BooleanConstructor;
|
|
140
|
+
closeIcon: {
|
|
141
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
142
|
+
readonly required: false;
|
|
143
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
144
|
+
__epPropKey: true;
|
|
145
|
+
};
|
|
146
|
+
draggable: BooleanConstructor;
|
|
147
|
+
overflow: BooleanConstructor;
|
|
148
|
+
fullscreen: BooleanConstructor;
|
|
149
|
+
showClose: {
|
|
150
|
+
readonly type: import('vue').PropType<boolean>;
|
|
151
|
+
readonly required: false;
|
|
152
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
153
|
+
__epPropKey: true;
|
|
154
|
+
} & {
|
|
155
|
+
readonly default: true;
|
|
156
|
+
};
|
|
157
|
+
title: {
|
|
158
|
+
readonly type: import('vue').PropType<string>;
|
|
159
|
+
readonly required: false;
|
|
160
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
161
|
+
__epPropKey: true;
|
|
162
|
+
} & {
|
|
163
|
+
readonly default: "";
|
|
164
|
+
};
|
|
165
|
+
ariaLevel: {
|
|
166
|
+
readonly type: import('vue').PropType<string>;
|
|
167
|
+
readonly required: false;
|
|
168
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
169
|
+
__epPropKey: true;
|
|
170
|
+
} & {
|
|
171
|
+
readonly default: "2";
|
|
172
|
+
};
|
|
173
|
+
}>, {
|
|
174
|
+
drawerRef: import('vue').Ref<ElDrawerInstance, ElDrawerInstance>;
|
|
175
|
+
drawerClass: import('vue').ComputedRef<string>;
|
|
176
|
+
teleportTo: import('vue').ComputedRef<string | Element>;
|
|
177
|
+
teleportDisabled: import('vue').ComputedRef<boolean>;
|
|
178
|
+
handleClose: () => void;
|
|
179
|
+
updateModelValue: (value: boolean) => void;
|
|
180
|
+
handleDrawerOpen: () => void;
|
|
181
|
+
handleDrawerOpened: () => void;
|
|
182
|
+
handleDrawerClose: () => void;
|
|
183
|
+
handleDrawerClosed: () => void;
|
|
184
|
+
handleDrawerOpenAutoFocus: () => void;
|
|
185
|
+
handleDrawerCloseAutoFocus: () => void;
|
|
186
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
187
|
+
open: () => boolean;
|
|
188
|
+
opened: () => boolean;
|
|
189
|
+
close: () => boolean;
|
|
190
|
+
closed: () => boolean;
|
|
191
|
+
"update:modelValue": (value: boolean) => boolean;
|
|
192
|
+
openAutoFocus: () => boolean;
|
|
193
|
+
closeAutoFocus: () => boolean;
|
|
194
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
195
|
+
headerStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
196
|
+
titleStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
197
|
+
bodyStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
198
|
+
footerStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
199
|
+
closeBtnStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
200
|
+
inner: BooleanConstructor;
|
|
201
|
+
direction: {
|
|
202
|
+
readonly type: import('vue').PropType<"ltr" | "rtl" | "ttb" | "btt">;
|
|
203
|
+
readonly required: false;
|
|
204
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
205
|
+
__epPropKey: true;
|
|
206
|
+
} & {
|
|
207
|
+
readonly default: "rtl";
|
|
208
|
+
};
|
|
209
|
+
size: {
|
|
210
|
+
readonly type: import('vue').PropType<string | number>;
|
|
211
|
+
readonly required: false;
|
|
212
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
213
|
+
__epPropKey: true;
|
|
214
|
+
} & {
|
|
215
|
+
readonly default: "30%";
|
|
216
|
+
};
|
|
217
|
+
withHeader: {
|
|
218
|
+
readonly type: import('vue').PropType<boolean>;
|
|
219
|
+
readonly required: false;
|
|
220
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
221
|
+
__epPropKey: true;
|
|
222
|
+
} & {
|
|
223
|
+
readonly default: true;
|
|
224
|
+
};
|
|
225
|
+
modalFade: {
|
|
226
|
+
readonly type: import('vue').PropType<boolean>;
|
|
227
|
+
readonly required: false;
|
|
228
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
229
|
+
__epPropKey: true;
|
|
230
|
+
} & {
|
|
231
|
+
readonly default: true;
|
|
232
|
+
};
|
|
233
|
+
headerAriaLevel: {
|
|
234
|
+
readonly type: import('vue').PropType<string>;
|
|
235
|
+
readonly required: false;
|
|
236
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
237
|
+
__epPropKey: true;
|
|
238
|
+
} & {
|
|
239
|
+
readonly default: "2";
|
|
240
|
+
};
|
|
241
|
+
appendToBody: BooleanConstructor;
|
|
242
|
+
appendTo: {
|
|
243
|
+
readonly type: import('vue').PropType<string | HTMLElement>;
|
|
244
|
+
readonly required: false;
|
|
245
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
246
|
+
__epPropKey: true;
|
|
247
|
+
} & {
|
|
248
|
+
readonly default: "body";
|
|
249
|
+
};
|
|
250
|
+
beforeClose: {
|
|
251
|
+
readonly type: import('vue').PropType<import('element-plus').DialogBeforeCloseFn>;
|
|
252
|
+
readonly required: false;
|
|
253
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
254
|
+
__epPropKey: true;
|
|
255
|
+
};
|
|
256
|
+
destroyOnClose: BooleanConstructor;
|
|
257
|
+
closeOnClickModal: {
|
|
258
|
+
readonly type: import('vue').PropType<boolean>;
|
|
259
|
+
readonly required: false;
|
|
260
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
261
|
+
__epPropKey: true;
|
|
262
|
+
} & {
|
|
263
|
+
readonly default: true;
|
|
264
|
+
};
|
|
265
|
+
closeOnPressEscape: {
|
|
266
|
+
readonly type: import('vue').PropType<boolean>;
|
|
267
|
+
readonly required: false;
|
|
268
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
269
|
+
__epPropKey: true;
|
|
270
|
+
} & {
|
|
271
|
+
readonly default: true;
|
|
272
|
+
};
|
|
273
|
+
lockScroll: {
|
|
274
|
+
readonly type: import('vue').PropType<boolean>;
|
|
275
|
+
readonly required: false;
|
|
276
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
277
|
+
__epPropKey: true;
|
|
278
|
+
} & {
|
|
279
|
+
readonly default: true;
|
|
280
|
+
};
|
|
281
|
+
modal: {
|
|
282
|
+
readonly type: import('vue').PropType<boolean>;
|
|
283
|
+
readonly required: false;
|
|
284
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
285
|
+
__epPropKey: true;
|
|
286
|
+
} & {
|
|
287
|
+
readonly default: true;
|
|
288
|
+
};
|
|
289
|
+
openDelay: {
|
|
290
|
+
readonly type: import('vue').PropType<number>;
|
|
291
|
+
readonly required: false;
|
|
292
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
293
|
+
__epPropKey: true;
|
|
294
|
+
} & {
|
|
295
|
+
readonly default: 0;
|
|
296
|
+
};
|
|
297
|
+
closeDelay: {
|
|
298
|
+
readonly type: import('vue').PropType<number>;
|
|
299
|
+
readonly required: false;
|
|
300
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
301
|
+
__epPropKey: true;
|
|
302
|
+
} & {
|
|
303
|
+
readonly default: 0;
|
|
304
|
+
};
|
|
305
|
+
top: {
|
|
306
|
+
readonly type: import('vue').PropType<string>;
|
|
307
|
+
readonly required: false;
|
|
308
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
309
|
+
__epPropKey: true;
|
|
310
|
+
};
|
|
311
|
+
modelValue: BooleanConstructor;
|
|
312
|
+
modalClass: StringConstructor;
|
|
313
|
+
headerClass: StringConstructor;
|
|
314
|
+
bodyClass: StringConstructor;
|
|
315
|
+
footerClass: StringConstructor;
|
|
316
|
+
width: {
|
|
317
|
+
readonly type: import('vue').PropType<string | number>;
|
|
318
|
+
readonly required: false;
|
|
319
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
320
|
+
__epPropKey: true;
|
|
321
|
+
};
|
|
322
|
+
zIndex: {
|
|
323
|
+
readonly type: import('vue').PropType<number>;
|
|
324
|
+
readonly required: false;
|
|
325
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
326
|
+
__epPropKey: true;
|
|
327
|
+
};
|
|
328
|
+
trapFocus: BooleanConstructor;
|
|
329
|
+
center: BooleanConstructor;
|
|
330
|
+
alignCenter: BooleanConstructor;
|
|
331
|
+
closeIcon: {
|
|
332
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
333
|
+
readonly required: false;
|
|
334
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
335
|
+
__epPropKey: true;
|
|
336
|
+
};
|
|
337
|
+
draggable: BooleanConstructor;
|
|
338
|
+
overflow: BooleanConstructor;
|
|
339
|
+
fullscreen: BooleanConstructor;
|
|
340
|
+
showClose: {
|
|
341
|
+
readonly type: import('vue').PropType<boolean>;
|
|
342
|
+
readonly required: false;
|
|
343
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
344
|
+
__epPropKey: true;
|
|
345
|
+
} & {
|
|
346
|
+
readonly default: true;
|
|
347
|
+
};
|
|
348
|
+
title: {
|
|
349
|
+
readonly type: import('vue').PropType<string>;
|
|
350
|
+
readonly required: false;
|
|
351
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
352
|
+
__epPropKey: true;
|
|
353
|
+
} & {
|
|
354
|
+
readonly default: "";
|
|
355
|
+
};
|
|
356
|
+
ariaLevel: {
|
|
357
|
+
readonly type: import('vue').PropType<string>;
|
|
358
|
+
readonly required: false;
|
|
359
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
360
|
+
__epPropKey: true;
|
|
361
|
+
} & {
|
|
362
|
+
readonly default: "2";
|
|
363
|
+
};
|
|
364
|
+
}>> & Readonly<{
|
|
365
|
+
onClose?: (() => any) | undefined;
|
|
366
|
+
onOpen?: (() => any) | undefined;
|
|
367
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
368
|
+
onClosed?: (() => any) | undefined;
|
|
369
|
+
onOpened?: (() => any) | undefined;
|
|
370
|
+
onOpenAutoFocus?: (() => any) | undefined;
|
|
371
|
+
onCloseAutoFocus?: (() => any) | undefined;
|
|
372
|
+
}>, {
|
|
373
|
+
title: string;
|
|
374
|
+
center: boolean;
|
|
375
|
+
modelValue: boolean;
|
|
376
|
+
appendTo: string | HTMLElement;
|
|
377
|
+
size: string | number;
|
|
378
|
+
appendToBody: boolean;
|
|
379
|
+
destroyOnClose: boolean;
|
|
380
|
+
closeOnClickModal: boolean;
|
|
381
|
+
closeOnPressEscape: boolean;
|
|
382
|
+
lockScroll: boolean;
|
|
383
|
+
modal: boolean;
|
|
384
|
+
openDelay: number;
|
|
385
|
+
closeDelay: number;
|
|
386
|
+
trapFocus: boolean;
|
|
387
|
+
headerAriaLevel: string;
|
|
388
|
+
alignCenter: boolean;
|
|
389
|
+
draggable: boolean;
|
|
390
|
+
overflow: boolean;
|
|
391
|
+
fullscreen: boolean;
|
|
392
|
+
showClose: boolean;
|
|
393
|
+
ariaLevel: string;
|
|
394
|
+
direction: "ltr" | "rtl" | "ttb" | "btt";
|
|
395
|
+
withHeader: boolean;
|
|
396
|
+
modalFade: boolean;
|
|
397
|
+
inner: boolean;
|
|
398
|
+
}, {}, {
|
|
399
|
+
ElDrawer: {
|
|
400
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
401
|
+
readonly direction: {
|
|
402
|
+
readonly type: import('vue').PropType<"ltr" | "rtl" | "ttb" | "btt">;
|
|
403
|
+
readonly required: false;
|
|
404
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
405
|
+
__epPropKey: true;
|
|
406
|
+
} & {
|
|
407
|
+
readonly default: "rtl";
|
|
408
|
+
};
|
|
409
|
+
readonly size: {
|
|
410
|
+
readonly type: import('vue').PropType<string | number>;
|
|
411
|
+
readonly required: false;
|
|
412
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
413
|
+
__epPropKey: true;
|
|
414
|
+
} & {
|
|
415
|
+
readonly default: "30%";
|
|
416
|
+
};
|
|
417
|
+
readonly withHeader: {
|
|
418
|
+
readonly type: import('vue').PropType<boolean>;
|
|
419
|
+
readonly required: false;
|
|
420
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
421
|
+
__epPropKey: true;
|
|
422
|
+
} & {
|
|
423
|
+
readonly default: true;
|
|
424
|
+
};
|
|
425
|
+
readonly modalFade: {
|
|
426
|
+
readonly type: import('vue').PropType<boolean>;
|
|
427
|
+
readonly required: false;
|
|
428
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
429
|
+
__epPropKey: true;
|
|
430
|
+
} & {
|
|
431
|
+
readonly default: true;
|
|
432
|
+
};
|
|
433
|
+
readonly headerAriaLevel: {
|
|
434
|
+
readonly type: import('vue').PropType<string>;
|
|
435
|
+
readonly required: false;
|
|
436
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
437
|
+
__epPropKey: true;
|
|
438
|
+
} & {
|
|
439
|
+
readonly default: "2";
|
|
440
|
+
};
|
|
441
|
+
readonly appendToBody: BooleanConstructor;
|
|
442
|
+
readonly appendTo: {
|
|
443
|
+
readonly type: import('vue').PropType<string | HTMLElement>;
|
|
444
|
+
readonly required: false;
|
|
445
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
446
|
+
__epPropKey: true;
|
|
447
|
+
} & {
|
|
448
|
+
readonly default: "body";
|
|
449
|
+
};
|
|
450
|
+
readonly beforeClose: {
|
|
451
|
+
readonly type: import('vue').PropType<import('element-plus').DialogBeforeCloseFn>;
|
|
452
|
+
readonly required: false;
|
|
453
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
454
|
+
__epPropKey: true;
|
|
455
|
+
};
|
|
456
|
+
readonly destroyOnClose: BooleanConstructor;
|
|
457
|
+
readonly closeOnClickModal: {
|
|
458
|
+
readonly type: import('vue').PropType<boolean>;
|
|
459
|
+
readonly required: false;
|
|
460
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
461
|
+
__epPropKey: true;
|
|
462
|
+
} & {
|
|
463
|
+
readonly default: true;
|
|
464
|
+
};
|
|
465
|
+
readonly closeOnPressEscape: {
|
|
466
|
+
readonly type: import('vue').PropType<boolean>;
|
|
467
|
+
readonly required: false;
|
|
468
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
469
|
+
__epPropKey: true;
|
|
470
|
+
} & {
|
|
471
|
+
readonly default: true;
|
|
472
|
+
};
|
|
473
|
+
readonly lockScroll: {
|
|
474
|
+
readonly type: import('vue').PropType<boolean>;
|
|
475
|
+
readonly required: false;
|
|
476
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
477
|
+
__epPropKey: true;
|
|
478
|
+
} & {
|
|
479
|
+
readonly default: true;
|
|
480
|
+
};
|
|
481
|
+
readonly modal: {
|
|
482
|
+
readonly type: import('vue').PropType<boolean>;
|
|
483
|
+
readonly required: false;
|
|
484
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
485
|
+
__epPropKey: true;
|
|
486
|
+
} & {
|
|
487
|
+
readonly default: true;
|
|
488
|
+
};
|
|
489
|
+
readonly openDelay: {
|
|
490
|
+
readonly type: import('vue').PropType<number>;
|
|
491
|
+
readonly required: false;
|
|
492
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
493
|
+
__epPropKey: true;
|
|
494
|
+
} & {
|
|
495
|
+
readonly default: 0;
|
|
496
|
+
};
|
|
497
|
+
readonly closeDelay: {
|
|
498
|
+
readonly type: import('vue').PropType<number>;
|
|
499
|
+
readonly required: false;
|
|
500
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
501
|
+
__epPropKey: true;
|
|
502
|
+
} & {
|
|
503
|
+
readonly default: 0;
|
|
504
|
+
};
|
|
505
|
+
readonly top: {
|
|
506
|
+
readonly type: import('vue').PropType<string>;
|
|
507
|
+
readonly required: false;
|
|
508
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
509
|
+
__epPropKey: true;
|
|
510
|
+
};
|
|
511
|
+
readonly modelValue: BooleanConstructor;
|
|
512
|
+
readonly modalClass: StringConstructor;
|
|
513
|
+
readonly headerClass: StringConstructor;
|
|
514
|
+
readonly bodyClass: StringConstructor;
|
|
515
|
+
readonly footerClass: StringConstructor;
|
|
516
|
+
readonly width: {
|
|
517
|
+
readonly type: import('vue').PropType<string | number>;
|
|
518
|
+
readonly required: false;
|
|
519
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
520
|
+
__epPropKey: true;
|
|
521
|
+
};
|
|
522
|
+
readonly zIndex: {
|
|
523
|
+
readonly type: import('vue').PropType<number>;
|
|
524
|
+
readonly required: false;
|
|
525
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
526
|
+
__epPropKey: true;
|
|
527
|
+
};
|
|
528
|
+
readonly trapFocus: BooleanConstructor;
|
|
529
|
+
readonly center: BooleanConstructor;
|
|
530
|
+
readonly alignCenter: BooleanConstructor;
|
|
531
|
+
readonly closeIcon: {
|
|
532
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
533
|
+
readonly required: false;
|
|
534
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
535
|
+
__epPropKey: true;
|
|
536
|
+
};
|
|
537
|
+
readonly draggable: BooleanConstructor;
|
|
538
|
+
readonly overflow: BooleanConstructor;
|
|
539
|
+
readonly fullscreen: BooleanConstructor;
|
|
540
|
+
readonly showClose: {
|
|
541
|
+
readonly type: import('vue').PropType<boolean>;
|
|
542
|
+
readonly required: false;
|
|
543
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
544
|
+
__epPropKey: true;
|
|
545
|
+
} & {
|
|
546
|
+
readonly default: true;
|
|
547
|
+
};
|
|
548
|
+
readonly title: {
|
|
549
|
+
readonly type: import('vue').PropType<string>;
|
|
550
|
+
readonly required: false;
|
|
551
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
552
|
+
__epPropKey: true;
|
|
553
|
+
} & {
|
|
554
|
+
readonly default: "";
|
|
555
|
+
};
|
|
556
|
+
readonly ariaLevel: {
|
|
557
|
+
readonly type: import('vue').PropType<string>;
|
|
558
|
+
readonly required: false;
|
|
559
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
560
|
+
__epPropKey: true;
|
|
561
|
+
} & {
|
|
562
|
+
readonly default: "2";
|
|
563
|
+
};
|
|
564
|
+
}>> & {
|
|
565
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
566
|
+
onOpen?: (() => any) | undefined;
|
|
567
|
+
onClose?: (() => any) | undefined;
|
|
568
|
+
onOpened?: (() => any) | undefined;
|
|
569
|
+
onClosed?: (() => any) | undefined;
|
|
570
|
+
onOpenAutoFocus?: (() => any) | undefined;
|
|
571
|
+
onCloseAutoFocus?: (() => any) | undefined;
|
|
572
|
+
}, {
|
|
573
|
+
handleClose: () => void;
|
|
574
|
+
afterEnter: () => void;
|
|
575
|
+
afterLeave: () => void;
|
|
576
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
577
|
+
open: () => void;
|
|
578
|
+
"update:modelValue": (value: boolean) => void;
|
|
579
|
+
close: () => void;
|
|
580
|
+
opened: () => void;
|
|
581
|
+
closed: () => void;
|
|
582
|
+
openAutoFocus: () => void;
|
|
583
|
+
closeAutoFocus: () => void;
|
|
584
|
+
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
|
|
585
|
+
readonly title: string;
|
|
586
|
+
readonly center: boolean;
|
|
587
|
+
readonly direction: "ltr" | "rtl" | "ttb" | "btt";
|
|
588
|
+
readonly overflow: boolean;
|
|
589
|
+
readonly size: string | number;
|
|
590
|
+
readonly modelValue: boolean;
|
|
591
|
+
readonly ariaLevel: string;
|
|
592
|
+
readonly appendTo: string | HTMLElement;
|
|
593
|
+
readonly showClose: boolean;
|
|
594
|
+
readonly alignCenter: boolean;
|
|
595
|
+
readonly draggable: boolean;
|
|
596
|
+
readonly fullscreen: boolean;
|
|
597
|
+
readonly closeOnClickModal: boolean;
|
|
598
|
+
readonly closeOnPressEscape: boolean;
|
|
599
|
+
readonly lockScroll: boolean;
|
|
600
|
+
readonly modal: boolean;
|
|
601
|
+
readonly openDelay: number;
|
|
602
|
+
readonly closeDelay: number;
|
|
603
|
+
readonly headerAriaLevel: string;
|
|
604
|
+
readonly appendToBody: boolean;
|
|
605
|
+
readonly destroyOnClose: boolean;
|
|
606
|
+
readonly trapFocus: boolean;
|
|
607
|
+
readonly withHeader: boolean;
|
|
608
|
+
readonly modalFade: boolean;
|
|
609
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
610
|
+
P: {};
|
|
611
|
+
B: {};
|
|
612
|
+
D: {};
|
|
613
|
+
C: {};
|
|
614
|
+
M: {};
|
|
615
|
+
Defaults: {};
|
|
616
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
617
|
+
readonly direction: {
|
|
618
|
+
readonly type: import('vue').PropType<"ltr" | "rtl" | "ttb" | "btt">;
|
|
619
|
+
readonly required: false;
|
|
620
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
621
|
+
__epPropKey: true;
|
|
622
|
+
} & {
|
|
623
|
+
readonly default: "rtl";
|
|
624
|
+
};
|
|
625
|
+
readonly size: {
|
|
626
|
+
readonly type: import('vue').PropType<string | number>;
|
|
627
|
+
readonly required: false;
|
|
628
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
629
|
+
__epPropKey: true;
|
|
630
|
+
} & {
|
|
631
|
+
readonly default: "30%";
|
|
632
|
+
};
|
|
633
|
+
readonly withHeader: {
|
|
634
|
+
readonly type: import('vue').PropType<boolean>;
|
|
635
|
+
readonly required: false;
|
|
636
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
637
|
+
__epPropKey: true;
|
|
638
|
+
} & {
|
|
639
|
+
readonly default: true;
|
|
640
|
+
};
|
|
641
|
+
readonly modalFade: {
|
|
642
|
+
readonly type: import('vue').PropType<boolean>;
|
|
643
|
+
readonly required: false;
|
|
644
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
645
|
+
__epPropKey: true;
|
|
646
|
+
} & {
|
|
647
|
+
readonly default: true;
|
|
648
|
+
};
|
|
649
|
+
readonly headerAriaLevel: {
|
|
650
|
+
readonly type: import('vue').PropType<string>;
|
|
651
|
+
readonly required: false;
|
|
652
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
653
|
+
__epPropKey: true;
|
|
654
|
+
} & {
|
|
655
|
+
readonly default: "2";
|
|
656
|
+
};
|
|
657
|
+
readonly appendToBody: BooleanConstructor;
|
|
658
|
+
readonly appendTo: {
|
|
659
|
+
readonly type: import('vue').PropType<string | HTMLElement>;
|
|
660
|
+
readonly required: false;
|
|
661
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
662
|
+
__epPropKey: true;
|
|
663
|
+
} & {
|
|
664
|
+
readonly default: "body";
|
|
665
|
+
};
|
|
666
|
+
readonly beforeClose: {
|
|
667
|
+
readonly type: import('vue').PropType<import('element-plus').DialogBeforeCloseFn>;
|
|
668
|
+
readonly required: false;
|
|
669
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
670
|
+
__epPropKey: true;
|
|
671
|
+
};
|
|
672
|
+
readonly destroyOnClose: BooleanConstructor;
|
|
673
|
+
readonly closeOnClickModal: {
|
|
674
|
+
readonly type: import('vue').PropType<boolean>;
|
|
675
|
+
readonly required: false;
|
|
676
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
677
|
+
__epPropKey: true;
|
|
678
|
+
} & {
|
|
679
|
+
readonly default: true;
|
|
680
|
+
};
|
|
681
|
+
readonly closeOnPressEscape: {
|
|
682
|
+
readonly type: import('vue').PropType<boolean>;
|
|
683
|
+
readonly required: false;
|
|
684
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
685
|
+
__epPropKey: true;
|
|
686
|
+
} & {
|
|
687
|
+
readonly default: true;
|
|
688
|
+
};
|
|
689
|
+
readonly lockScroll: {
|
|
690
|
+
readonly type: import('vue').PropType<boolean>;
|
|
691
|
+
readonly required: false;
|
|
692
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
693
|
+
__epPropKey: true;
|
|
694
|
+
} & {
|
|
695
|
+
readonly default: true;
|
|
696
|
+
};
|
|
697
|
+
readonly modal: {
|
|
698
|
+
readonly type: import('vue').PropType<boolean>;
|
|
699
|
+
readonly required: false;
|
|
700
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
701
|
+
__epPropKey: true;
|
|
702
|
+
} & {
|
|
703
|
+
readonly default: true;
|
|
704
|
+
};
|
|
705
|
+
readonly openDelay: {
|
|
706
|
+
readonly type: import('vue').PropType<number>;
|
|
707
|
+
readonly required: false;
|
|
708
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
709
|
+
__epPropKey: true;
|
|
710
|
+
} & {
|
|
711
|
+
readonly default: 0;
|
|
712
|
+
};
|
|
713
|
+
readonly closeDelay: {
|
|
714
|
+
readonly type: import('vue').PropType<number>;
|
|
715
|
+
readonly required: false;
|
|
716
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
717
|
+
__epPropKey: true;
|
|
718
|
+
} & {
|
|
719
|
+
readonly default: 0;
|
|
720
|
+
};
|
|
721
|
+
readonly top: {
|
|
722
|
+
readonly type: import('vue').PropType<string>;
|
|
723
|
+
readonly required: false;
|
|
724
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
725
|
+
__epPropKey: true;
|
|
726
|
+
};
|
|
727
|
+
readonly modelValue: BooleanConstructor;
|
|
728
|
+
readonly modalClass: StringConstructor;
|
|
729
|
+
readonly headerClass: StringConstructor;
|
|
730
|
+
readonly bodyClass: StringConstructor;
|
|
731
|
+
readonly footerClass: StringConstructor;
|
|
732
|
+
readonly width: {
|
|
733
|
+
readonly type: import('vue').PropType<string | number>;
|
|
734
|
+
readonly required: false;
|
|
735
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
736
|
+
__epPropKey: true;
|
|
737
|
+
};
|
|
738
|
+
readonly zIndex: {
|
|
739
|
+
readonly type: import('vue').PropType<number>;
|
|
740
|
+
readonly required: false;
|
|
741
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
742
|
+
__epPropKey: true;
|
|
743
|
+
};
|
|
744
|
+
readonly trapFocus: BooleanConstructor;
|
|
745
|
+
readonly center: BooleanConstructor;
|
|
746
|
+
readonly alignCenter: BooleanConstructor;
|
|
747
|
+
readonly closeIcon: {
|
|
748
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
749
|
+
readonly required: false;
|
|
750
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
751
|
+
__epPropKey: true;
|
|
752
|
+
};
|
|
753
|
+
readonly draggable: BooleanConstructor;
|
|
754
|
+
readonly overflow: BooleanConstructor;
|
|
755
|
+
readonly fullscreen: BooleanConstructor;
|
|
756
|
+
readonly showClose: {
|
|
757
|
+
readonly type: import('vue').PropType<boolean>;
|
|
758
|
+
readonly required: false;
|
|
759
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
760
|
+
__epPropKey: true;
|
|
761
|
+
} & {
|
|
762
|
+
readonly default: true;
|
|
763
|
+
};
|
|
764
|
+
readonly title: {
|
|
765
|
+
readonly type: import('vue').PropType<string>;
|
|
766
|
+
readonly required: false;
|
|
767
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
768
|
+
__epPropKey: true;
|
|
769
|
+
} & {
|
|
770
|
+
readonly default: "";
|
|
771
|
+
};
|
|
772
|
+
readonly ariaLevel: {
|
|
773
|
+
readonly type: import('vue').PropType<string>;
|
|
774
|
+
readonly required: false;
|
|
775
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
776
|
+
__epPropKey: true;
|
|
777
|
+
} & {
|
|
778
|
+
readonly default: "2";
|
|
779
|
+
};
|
|
780
|
+
}>> & {
|
|
781
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
782
|
+
onOpen?: (() => any) | undefined;
|
|
783
|
+
onClose?: (() => any) | undefined;
|
|
784
|
+
onOpened?: (() => any) | undefined;
|
|
785
|
+
onClosed?: (() => any) | undefined;
|
|
786
|
+
onOpenAutoFocus?: (() => any) | undefined;
|
|
787
|
+
onCloseAutoFocus?: (() => any) | undefined;
|
|
788
|
+
}, {
|
|
789
|
+
handleClose: () => void;
|
|
790
|
+
afterEnter: () => void;
|
|
791
|
+
afterLeave: () => void;
|
|
792
|
+
}, {}, {}, {}, {
|
|
793
|
+
readonly title: string;
|
|
794
|
+
readonly center: boolean;
|
|
795
|
+
readonly direction: "ltr" | "rtl" | "ttb" | "btt";
|
|
796
|
+
readonly overflow: boolean;
|
|
797
|
+
readonly size: string | number;
|
|
798
|
+
readonly modelValue: boolean;
|
|
799
|
+
readonly ariaLevel: string;
|
|
800
|
+
readonly appendTo: string | HTMLElement;
|
|
801
|
+
readonly showClose: boolean;
|
|
802
|
+
readonly alignCenter: boolean;
|
|
803
|
+
readonly draggable: boolean;
|
|
804
|
+
readonly fullscreen: boolean;
|
|
805
|
+
readonly closeOnClickModal: boolean;
|
|
806
|
+
readonly closeOnPressEscape: boolean;
|
|
807
|
+
readonly lockScroll: boolean;
|
|
808
|
+
readonly modal: boolean;
|
|
809
|
+
readonly openDelay: number;
|
|
810
|
+
readonly closeDelay: number;
|
|
811
|
+
readonly headerAriaLevel: string;
|
|
812
|
+
readonly appendToBody: boolean;
|
|
813
|
+
readonly destroyOnClose: boolean;
|
|
814
|
+
readonly trapFocus: boolean;
|
|
815
|
+
readonly withHeader: boolean;
|
|
816
|
+
readonly modalFade: boolean;
|
|
817
|
+
}>;
|
|
818
|
+
__isFragment?: never;
|
|
819
|
+
__isTeleport?: never;
|
|
820
|
+
__isSuspense?: never;
|
|
821
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
822
|
+
readonly direction: {
|
|
823
|
+
readonly type: import('vue').PropType<"ltr" | "rtl" | "ttb" | "btt">;
|
|
824
|
+
readonly required: false;
|
|
825
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
826
|
+
__epPropKey: true;
|
|
827
|
+
} & {
|
|
828
|
+
readonly default: "rtl";
|
|
829
|
+
};
|
|
830
|
+
readonly size: {
|
|
831
|
+
readonly type: import('vue').PropType<string | number>;
|
|
832
|
+
readonly required: false;
|
|
833
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
834
|
+
__epPropKey: true;
|
|
835
|
+
} & {
|
|
836
|
+
readonly default: "30%";
|
|
837
|
+
};
|
|
838
|
+
readonly withHeader: {
|
|
839
|
+
readonly type: import('vue').PropType<boolean>;
|
|
840
|
+
readonly required: false;
|
|
841
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
842
|
+
__epPropKey: true;
|
|
843
|
+
} & {
|
|
844
|
+
readonly default: true;
|
|
845
|
+
};
|
|
846
|
+
readonly modalFade: {
|
|
847
|
+
readonly type: import('vue').PropType<boolean>;
|
|
848
|
+
readonly required: false;
|
|
849
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
850
|
+
__epPropKey: true;
|
|
851
|
+
} & {
|
|
852
|
+
readonly default: true;
|
|
853
|
+
};
|
|
854
|
+
readonly headerAriaLevel: {
|
|
855
|
+
readonly type: import('vue').PropType<string>;
|
|
856
|
+
readonly required: false;
|
|
857
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
858
|
+
__epPropKey: true;
|
|
859
|
+
} & {
|
|
860
|
+
readonly default: "2";
|
|
861
|
+
};
|
|
862
|
+
readonly appendToBody: BooleanConstructor;
|
|
863
|
+
readonly appendTo: {
|
|
864
|
+
readonly type: import('vue').PropType<string | HTMLElement>;
|
|
865
|
+
readonly required: false;
|
|
866
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
867
|
+
__epPropKey: true;
|
|
868
|
+
} & {
|
|
869
|
+
readonly default: "body";
|
|
870
|
+
};
|
|
871
|
+
readonly beforeClose: {
|
|
872
|
+
readonly type: import('vue').PropType<import('element-plus').DialogBeforeCloseFn>;
|
|
873
|
+
readonly required: false;
|
|
874
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
875
|
+
__epPropKey: true;
|
|
876
|
+
};
|
|
877
|
+
readonly destroyOnClose: BooleanConstructor;
|
|
878
|
+
readonly closeOnClickModal: {
|
|
879
|
+
readonly type: import('vue').PropType<boolean>;
|
|
880
|
+
readonly required: false;
|
|
881
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
882
|
+
__epPropKey: true;
|
|
883
|
+
} & {
|
|
884
|
+
readonly default: true;
|
|
885
|
+
};
|
|
886
|
+
readonly closeOnPressEscape: {
|
|
887
|
+
readonly type: import('vue').PropType<boolean>;
|
|
888
|
+
readonly required: false;
|
|
889
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
890
|
+
__epPropKey: true;
|
|
891
|
+
} & {
|
|
892
|
+
readonly default: true;
|
|
893
|
+
};
|
|
894
|
+
readonly lockScroll: {
|
|
895
|
+
readonly type: import('vue').PropType<boolean>;
|
|
896
|
+
readonly required: false;
|
|
897
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
898
|
+
__epPropKey: true;
|
|
899
|
+
} & {
|
|
900
|
+
readonly default: true;
|
|
901
|
+
};
|
|
902
|
+
readonly modal: {
|
|
903
|
+
readonly type: import('vue').PropType<boolean>;
|
|
904
|
+
readonly required: false;
|
|
905
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
906
|
+
__epPropKey: true;
|
|
907
|
+
} & {
|
|
908
|
+
readonly default: true;
|
|
909
|
+
};
|
|
910
|
+
readonly openDelay: {
|
|
911
|
+
readonly type: import('vue').PropType<number>;
|
|
912
|
+
readonly required: false;
|
|
913
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
914
|
+
__epPropKey: true;
|
|
915
|
+
} & {
|
|
916
|
+
readonly default: 0;
|
|
917
|
+
};
|
|
918
|
+
readonly closeDelay: {
|
|
919
|
+
readonly type: import('vue').PropType<number>;
|
|
920
|
+
readonly required: false;
|
|
921
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
922
|
+
__epPropKey: true;
|
|
923
|
+
} & {
|
|
924
|
+
readonly default: 0;
|
|
925
|
+
};
|
|
926
|
+
readonly top: {
|
|
927
|
+
readonly type: import('vue').PropType<string>;
|
|
928
|
+
readonly required: false;
|
|
929
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
930
|
+
__epPropKey: true;
|
|
931
|
+
};
|
|
932
|
+
readonly modelValue: BooleanConstructor;
|
|
933
|
+
readonly modalClass: StringConstructor;
|
|
934
|
+
readonly headerClass: StringConstructor;
|
|
935
|
+
readonly bodyClass: StringConstructor;
|
|
936
|
+
readonly footerClass: StringConstructor;
|
|
937
|
+
readonly width: {
|
|
938
|
+
readonly type: import('vue').PropType<string | number>;
|
|
939
|
+
readonly required: false;
|
|
940
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
941
|
+
__epPropKey: true;
|
|
942
|
+
};
|
|
943
|
+
readonly zIndex: {
|
|
944
|
+
readonly type: import('vue').PropType<number>;
|
|
945
|
+
readonly required: false;
|
|
946
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
947
|
+
__epPropKey: true;
|
|
948
|
+
};
|
|
949
|
+
readonly trapFocus: BooleanConstructor;
|
|
950
|
+
readonly center: BooleanConstructor;
|
|
951
|
+
readonly alignCenter: BooleanConstructor;
|
|
952
|
+
readonly closeIcon: {
|
|
953
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
954
|
+
readonly required: false;
|
|
955
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
956
|
+
__epPropKey: true;
|
|
957
|
+
};
|
|
958
|
+
readonly draggable: BooleanConstructor;
|
|
959
|
+
readonly overflow: BooleanConstructor;
|
|
960
|
+
readonly fullscreen: BooleanConstructor;
|
|
961
|
+
readonly showClose: {
|
|
962
|
+
readonly type: import('vue').PropType<boolean>;
|
|
963
|
+
readonly required: false;
|
|
964
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
965
|
+
__epPropKey: true;
|
|
966
|
+
} & {
|
|
967
|
+
readonly default: true;
|
|
968
|
+
};
|
|
969
|
+
readonly title: {
|
|
970
|
+
readonly type: import('vue').PropType<string>;
|
|
971
|
+
readonly required: false;
|
|
972
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
973
|
+
__epPropKey: true;
|
|
974
|
+
} & {
|
|
975
|
+
readonly default: "";
|
|
976
|
+
};
|
|
977
|
+
readonly ariaLevel: {
|
|
978
|
+
readonly type: import('vue').PropType<string>;
|
|
979
|
+
readonly required: false;
|
|
980
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
981
|
+
__epPropKey: true;
|
|
982
|
+
} & {
|
|
983
|
+
readonly default: "2";
|
|
984
|
+
};
|
|
985
|
+
}>> & {
|
|
986
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
987
|
+
onOpen?: (() => any) | undefined;
|
|
988
|
+
onClose?: (() => any) | undefined;
|
|
989
|
+
onOpened?: (() => any) | undefined;
|
|
990
|
+
onClosed?: (() => any) | undefined;
|
|
991
|
+
onOpenAutoFocus?: (() => any) | undefined;
|
|
992
|
+
onCloseAutoFocus?: (() => any) | undefined;
|
|
993
|
+
}, {
|
|
994
|
+
handleClose: () => void;
|
|
995
|
+
afterEnter: () => void;
|
|
996
|
+
afterLeave: () => void;
|
|
997
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
998
|
+
open: () => void;
|
|
999
|
+
"update:modelValue": (value: boolean) => void;
|
|
1000
|
+
close: () => void;
|
|
1001
|
+
opened: () => void;
|
|
1002
|
+
closed: () => void;
|
|
1003
|
+
openAutoFocus: () => void;
|
|
1004
|
+
closeAutoFocus: () => void;
|
|
1005
|
+
}, string, {
|
|
1006
|
+
readonly title: string;
|
|
1007
|
+
readonly center: boolean;
|
|
1008
|
+
readonly direction: "ltr" | "rtl" | "ttb" | "btt";
|
|
1009
|
+
readonly overflow: boolean;
|
|
1010
|
+
readonly size: string | number;
|
|
1011
|
+
readonly modelValue: boolean;
|
|
1012
|
+
readonly ariaLevel: string;
|
|
1013
|
+
readonly appendTo: string | HTMLElement;
|
|
1014
|
+
readonly showClose: boolean;
|
|
1015
|
+
readonly alignCenter: boolean;
|
|
1016
|
+
readonly draggable: boolean;
|
|
1017
|
+
readonly fullscreen: boolean;
|
|
1018
|
+
readonly closeOnClickModal: boolean;
|
|
1019
|
+
readonly closeOnPressEscape: boolean;
|
|
1020
|
+
readonly lockScroll: boolean;
|
|
1021
|
+
readonly modal: boolean;
|
|
1022
|
+
readonly openDelay: number;
|
|
1023
|
+
readonly closeDelay: number;
|
|
1024
|
+
readonly headerAriaLevel: string;
|
|
1025
|
+
readonly appendToBody: boolean;
|
|
1026
|
+
readonly destroyOnClose: boolean;
|
|
1027
|
+
readonly trapFocus: boolean;
|
|
1028
|
+
readonly withHeader: boolean;
|
|
1029
|
+
readonly modalFade: boolean;
|
|
1030
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
1031
|
+
$slots: {
|
|
1032
|
+
header?(_: {
|
|
1033
|
+
close: () => void;
|
|
1034
|
+
titleId: string;
|
|
1035
|
+
titleClass: string;
|
|
1036
|
+
}): any;
|
|
1037
|
+
title?(_: {}): any;
|
|
1038
|
+
default?(_: {}): any;
|
|
1039
|
+
footer?(_: {}): any;
|
|
1040
|
+
};
|
|
1041
|
+
}) & import('vue').Plugin;
|
|
1042
|
+
ElIcon: {
|
|
1043
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
1044
|
+
readonly size: {
|
|
1045
|
+
readonly type: import('vue').PropType<string | number>;
|
|
1046
|
+
readonly required: false;
|
|
1047
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1048
|
+
__epPropKey: true;
|
|
1049
|
+
};
|
|
1050
|
+
readonly color: {
|
|
1051
|
+
readonly type: import('vue').PropType<string>;
|
|
1052
|
+
readonly required: false;
|
|
1053
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1054
|
+
__epPropKey: true;
|
|
1055
|
+
};
|
|
1056
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
1057
|
+
P: {};
|
|
1058
|
+
B: {};
|
|
1059
|
+
D: {};
|
|
1060
|
+
C: {};
|
|
1061
|
+
M: {};
|
|
1062
|
+
Defaults: {};
|
|
1063
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
1064
|
+
readonly size: {
|
|
1065
|
+
readonly type: import('vue').PropType<string | number>;
|
|
1066
|
+
readonly required: false;
|
|
1067
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1068
|
+
__epPropKey: true;
|
|
1069
|
+
};
|
|
1070
|
+
readonly color: {
|
|
1071
|
+
readonly type: import('vue').PropType<string>;
|
|
1072
|
+
readonly required: false;
|
|
1073
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1074
|
+
__epPropKey: true;
|
|
1075
|
+
};
|
|
1076
|
+
}>>, {}, {}, {}, {}, {}>;
|
|
1077
|
+
__isFragment?: never;
|
|
1078
|
+
__isTeleport?: never;
|
|
1079
|
+
__isSuspense?: never;
|
|
1080
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
1081
|
+
readonly size: {
|
|
1082
|
+
readonly type: import('vue').PropType<string | number>;
|
|
1083
|
+
readonly required: false;
|
|
1084
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1085
|
+
__epPropKey: true;
|
|
1086
|
+
};
|
|
1087
|
+
readonly color: {
|
|
1088
|
+
readonly type: import('vue').PropType<string>;
|
|
1089
|
+
readonly required: false;
|
|
1090
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1091
|
+
__epPropKey: true;
|
|
1092
|
+
};
|
|
1093
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
1094
|
+
$slots: {
|
|
1095
|
+
default?(_: {}): any;
|
|
1096
|
+
};
|
|
1097
|
+
}) & import('vue').Plugin;
|
|
1098
|
+
CloseOutlined: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1099
|
+
ReceiverView: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1100
|
+
wrapPosition: {
|
|
1101
|
+
type: BooleanConstructor;
|
|
1102
|
+
default: boolean;
|
|
1103
|
+
};
|
|
1104
|
+
}>, {
|
|
1105
|
+
authenticated: import('vue').Ref<boolean, boolean>;
|
|
1106
|
+
watermark: string[];
|
|
1107
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1108
|
+
wrapPosition: {
|
|
1109
|
+
type: BooleanConstructor;
|
|
1110
|
+
default: boolean;
|
|
1111
|
+
};
|
|
1112
|
+
}>> & Readonly<{}>, {
|
|
1113
|
+
wrapPosition: boolean;
|
|
1114
|
+
}, {}, {
|
|
1115
|
+
EleWatermark: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1116
|
+
width: NumberConstructor;
|
|
1117
|
+
height: NumberConstructor;
|
|
1118
|
+
rotate: NumberConstructor;
|
|
1119
|
+
zIndex: NumberConstructor;
|
|
1120
|
+
image: StringConstructor;
|
|
1121
|
+
content: import('vue').PropType<string | string[]>;
|
|
1122
|
+
font: import('vue').PropType<import('../ele-watermark/types').WatermarkFont>;
|
|
1123
|
+
gap: import('vue').PropType<import('../ele-watermark/types').WatermarkGap>;
|
|
1124
|
+
offset: import('vue').PropType<import('../ele-watermark/types').WatermarkOffset>;
|
|
1125
|
+
lineGap: {
|
|
1126
|
+
type: NumberConstructor;
|
|
1127
|
+
default: number;
|
|
1128
|
+
};
|
|
1129
|
+
customStyle: import('vue').PropType<Exclude<import('../ele-app/types').StyleValue, string>>;
|
|
1130
|
+
fixed: BooleanConstructor;
|
|
1131
|
+
wrapPosition: {
|
|
1132
|
+
type: BooleanConstructor;
|
|
1133
|
+
default: boolean;
|
|
1134
|
+
};
|
|
1135
|
+
disabled: BooleanConstructor;
|
|
1136
|
+
}>, {
|
|
1137
|
+
rootKey: import('vue').Ref<number, number>;
|
|
1138
|
+
rootRef: import('vue').Ref<HTMLDivElement | null, HTMLDivElement | null>;
|
|
1139
|
+
imgRef: import('vue').Ref<HTMLDivElement | null, HTMLDivElement | null>;
|
|
1140
|
+
imgStyle: import('vue').Ref<Partial<import('vue').CSSProperties>, Partial<import('vue').CSSProperties>>;
|
|
1141
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1142
|
+
width: NumberConstructor;
|
|
1143
|
+
height: NumberConstructor;
|
|
1144
|
+
rotate: NumberConstructor;
|
|
1145
|
+
zIndex: NumberConstructor;
|
|
1146
|
+
image: StringConstructor;
|
|
1147
|
+
content: import('vue').PropType<string | string[]>;
|
|
1148
|
+
font: import('vue').PropType<import('../ele-watermark/types').WatermarkFont>;
|
|
1149
|
+
gap: import('vue').PropType<import('../ele-watermark/types').WatermarkGap>;
|
|
1150
|
+
offset: import('vue').PropType<import('../ele-watermark/types').WatermarkOffset>;
|
|
1151
|
+
lineGap: {
|
|
1152
|
+
type: NumberConstructor;
|
|
1153
|
+
default: number;
|
|
1154
|
+
};
|
|
1155
|
+
customStyle: import('vue').PropType<Exclude<import('../ele-app/types').StyleValue, string>>;
|
|
1156
|
+
fixed: BooleanConstructor;
|
|
1157
|
+
wrapPosition: {
|
|
1158
|
+
type: BooleanConstructor;
|
|
1159
|
+
default: boolean;
|
|
1160
|
+
};
|
|
1161
|
+
disabled: BooleanConstructor;
|
|
1162
|
+
}>> & Readonly<{}>, {
|
|
1163
|
+
fixed: boolean;
|
|
1164
|
+
disabled: boolean;
|
|
1165
|
+
lineGap: number;
|
|
1166
|
+
wrapPosition: boolean;
|
|
1167
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1168
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1169
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1170
|
+
export default _default;
|