ele-admin-plus 1.2.1-beta.2 → 1.2.1-beta.4
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 +1 -0
- package/es/core-components.js +60 -58
- package/es/ele-admin-layout/components/layout-tabs.d.ts +1 -6
- package/es/ele-admin-layout/components/layout-tabs.js +18 -76
- package/es/ele-admin-layout/index.d.ts +26 -30
- package/es/ele-admin-layout/index.js +7 -2
- package/es/ele-admin-layout/props.d.ts +11 -10
- package/es/ele-admin-layout/types.d.ts +2 -0
- package/es/ele-alert/index.d.ts +14 -14
- package/es/ele-alert/props.d.ts +9 -8
- package/es/ele-app/components/message-body.d.ts +5 -4
- package/es/ele-app/components/message-box-icon.d.ts +7 -6
- package/es/ele-app/el.d.ts +3 -0
- package/es/ele-app/plus.d.ts +21 -0
- package/es/ele-app/style/overwrite/css-var.scss +0 -2
- package/es/ele-app/style/overwrite/index.js +0 -1
- package/es/ele-app/style/overwrite/index.scss +0 -1
- package/es/ele-app/style/overwrite/input/index.scss +2 -0
- package/es/ele-app/style/scrollbar/css-var.scss +17 -16
- package/es/ele-app/types.d.ts +8 -1
- package/es/ele-avatar-group/index.d.ts +15 -14
- package/es/ele-avatar-group/props.d.ts +10 -7
- package/es/ele-basic-select/index.d.ts +19 -16
- package/es/ele-basic-select/index.js +14 -7
- package/es/ele-basic-select/props.d.ts +11 -6
- package/es/ele-basic-select/props.js +3 -1
- package/es/ele-basic-select/util.d.ts +6 -0
- package/es/ele-basic-select/util.js +13 -0
- package/es/ele-bottom-bar/index.d.ts +13 -6
- package/es/ele-bottom-bar/index.js +37 -15
- package/es/ele-bottom-bar/props.d.ts +5 -2
- package/es/ele-bottom-bar/props.js +3 -1
- package/es/ele-bottom-bar/style/index.scss +5 -0
- package/es/ele-breadcrumb/index.d.ts +3 -3
- package/es/ele-breadcrumb/props.d.ts +1 -1
- package/es/ele-card/index.d.ts +14 -14
- package/es/ele-card/props.d.ts +8 -6
- package/es/ele-check-card/components/card-item.d.ts +3 -2
- package/es/ele-check-card/index.d.ts +6 -6
- package/es/ele-check-card/index.js +8 -3
- package/es/ele-check-card/props.d.ts +3 -2
- package/es/ele-config-provider/index.d.ts +4 -4
- package/es/ele-config-provider/props.d.ts +3 -3
- package/es/ele-config-provider/types.d.ts +1 -0
- package/es/ele-copyable/index.d.ts +10 -10
- package/es/ele-copyable/props.d.ts +7 -5
- package/es/ele-count-up/index.d.ts +1 -1
- package/es/ele-cropper/components/cropper-tools.d.ts +12 -5
- package/es/ele-cropper/components/cropper-tools.js +41 -13
- package/es/ele-cropper/index.d.ts +6 -4
- package/es/ele-cropper/index.js +2 -1
- package/es/ele-cropper/props.d.ts +5 -2
- package/es/ele-cropper/props.js +2 -0
- package/es/ele-cropper/style/index.scss +3 -2
- package/es/ele-cropper/types.d.ts +16 -0
- package/es/ele-cropper-modal/index.d.ts +7 -5
- package/es/ele-cropper-modal/index.js +2 -1
- package/es/ele-cropper-modal/props.d.ts +2 -4
- package/es/ele-data-table/components/table-columns.d.ts +32 -0
- package/es/ele-data-table/components/table-columns.js +114 -0
- package/es/ele-data-table/index.d.ts +223 -41
- package/es/ele-data-table/index.js +202 -120
- package/es/ele-data-table/props.d.ts +22 -26
- package/es/ele-data-table/style/index.scss +1 -1
- package/es/ele-data-table/types.d.ts +2 -0
- package/es/ele-data-table/util.d.ts +1 -45
- package/es/ele-data-table/util.js +2 -106
- package/es/ele-drawer/index.d.ts +22 -22
- package/es/ele-drawer/props.d.ts +13 -12
- package/es/ele-dropdown/components/pro-dropdown.d.ts +237 -0
- package/es/ele-dropdown/components/pro-dropdown.js +204 -0
- package/es/ele-dropdown/index.d.ts +534 -48
- package/es/ele-dropdown/index.js +110 -25
- package/es/ele-dropdown/props.d.ts +120 -25
- package/es/ele-dropdown/props.js +54 -7
- package/es/ele-dropdown/style/index.js +4 -1
- package/es/ele-dropdown/style/index.scss +174 -6
- package/es/ele-edit-tag/index.d.ts +22 -20
- package/es/ele-edit-tag/index.js +10 -2
- package/es/ele-edit-tag/props.d.ts +13 -8
- package/es/ele-edit-tag/props.js +3 -1
- package/es/ele-ellipsis/index.d.ts +5 -4
- package/es/ele-ellipsis/props.d.ts +1 -1
- package/es/ele-file-list/components/file-grid-item.d.ts +11 -20
- package/es/ele-file-list/components/file-grid-item.js +19 -58
- package/es/ele-file-list/components/file-grid.d.ts +15 -19
- package/es/ele-file-list/components/file-grid.js +16 -39
- package/es/ele-file-list/components/file-table-item.d.ts +11 -20
- package/es/ele-file-list/components/file-table-item.js +19 -58
- package/es/ele-file-list/components/file-table.d.ts +15 -19
- package/es/ele-file-list/components/file-table.js +17 -37
- package/es/ele-file-list/index.d.ts +37 -16
- package/es/ele-file-list/index.js +118 -20
- package/es/ele-file-list/props.d.ts +4 -5
- package/es/ele-file-list/props.js +5 -8
- package/es/ele-file-list/style/index.scss +10 -5
- package/es/ele-file-list/types.d.ts +13 -1
- package/es/ele-icon-select/components/icon-grid.d.ts +9 -7
- package/es/ele-icon-select/index.d.ts +39 -38
- package/es/ele-icon-select/index.js +6 -2
- package/es/ele-icon-select/props.d.ts +18 -14
- package/es/ele-icon-select/props.js +2 -0
- package/es/ele-image-viewer/index.d.ts +120 -0
- package/es/ele-image-viewer/index.js +88 -0
- package/es/ele-image-viewer/props.d.ts +58 -0
- package/es/ele-image-viewer/props.js +35 -0
- package/es/ele-image-viewer/style/css-var.scss +8 -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/index.d.ts +4 -4
- package/es/ele-loading/props.d.ts +3 -2
- package/es/ele-map-picker/components/map-view.d.ts +8 -10
- package/es/ele-map-picker/components/map-view.js +1 -0
- package/es/ele-map-picker/index.d.ts +10 -10
- package/es/ele-map-picker/props.d.ts +6 -5
- package/es/ele-map-picker/style/index.scss +1 -1
- package/es/ele-menus/components/item-title.d.ts +48 -0
- package/es/ele-menus/components/item-title.js +108 -0
- package/es/ele-menus/components/menu-items.d.ts +78 -0
- package/es/ele-menus/components/menu-items.js +269 -0
- package/es/ele-menus/index.d.ts +79 -20
- package/es/ele-menus/index.js +280 -210
- package/es/ele-menus/props.d.ts +3 -3
- package/es/ele-menus/style/index.scss +4 -0
- package/es/ele-menus/util.d.ts +1 -62
- package/es/ele-menus/util.js +3 -244
- package/es/ele-modal/index.d.ts +33 -32
- package/es/ele-modal/index.js +30 -64
- package/es/ele-modal/props.d.ts +16 -15
- package/es/ele-modal/util.d.ts +32 -25
- package/es/ele-modal/util.js +239 -132
- package/es/ele-pagination/index.d.ts +18 -6
- package/es/ele-pagination/index.js +3 -2
- package/es/ele-pagination/props.d.ts +8 -2
- package/es/ele-pagination/style/index.scss +70 -0
- package/es/ele-popconfirm/index.d.ts +43 -46
- package/es/ele-popconfirm/props.d.ts +22 -21
- package/es/ele-popover/index.d.ts +33 -36
- package/es/ele-popover/props.d.ts +11 -11
- package/es/ele-popover/props.js +1 -1
- package/es/ele-printer/index.d.ts +8 -8
- package/es/ele-printer/props.d.ts +6 -5
- package/es/ele-printer/util.d.ts +5 -5
- package/es/ele-printer/util.js +68 -43
- package/es/ele-pro-layout/components/pro-iframe.d.ts +6 -6
- package/es/ele-pro-layout/components/pro-iframe.js +6 -4
- package/es/ele-pro-layout/index.d.ts +44 -48
- package/es/ele-pro-layout/index.js +13 -4
- package/es/ele-pro-layout/props.d.ts +19 -17
- package/es/ele-pro-layout/props.js +3 -3
- package/es/ele-pro-layout/types.d.ts +9 -5
- package/es/ele-pro-layout/util.d.ts +6 -0
- package/es/ele-pro-layout/util.js +12 -0
- package/es/ele-pro-table/components/table-tools.d.ts +405 -35
- package/es/ele-pro-table/components/table-tools.js +225 -143
- package/es/ele-pro-table/components/tool-column-list.d.ts +12 -0
- package/es/ele-pro-table/components/tool-column-list.js +33 -6
- package/es/ele-pro-table/components/tool-column.d.ts +7 -6
- package/es/ele-pro-table/components/tool-column.js +15 -9
- package/es/ele-pro-table/components/tool-export.d.ts +30 -27
- package/es/ele-pro-table/components/tool-export.js +204 -184
- package/es/ele-pro-table/components/tool-print-body-cell.d.ts +5 -4
- package/es/ele-pro-table/components/tool-print-body-cell.js +1 -1
- package/es/ele-pro-table/components/tool-print-header-cell.d.ts +5 -4
- package/es/ele-pro-table/components/tool-print-header-cell.js +3 -2
- package/es/ele-pro-table/components/tool-print.d.ts +38 -37
- package/es/ele-pro-table/components/tool-print.js +357 -336
- package/es/ele-pro-table/index.d.ts +1015 -89
- package/es/ele-pro-table/index.js +60 -14
- package/es/ele-pro-table/props.d.ts +24 -27
- package/es/ele-pro-table/props.js +4 -2
- package/es/ele-pro-table/style/index.scss +43 -12
- package/es/ele-pro-table/types.d.ts +54 -0
- package/es/ele-pro-table/util.d.ts +51 -9
- package/es/ele-pro-table/util.js +89 -28
- 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 +5 -9
- package/es/ele-qr-code/index.js +33 -136
- package/es/ele-qr-code/props.d.ts +5 -2
- package/es/ele-qr-code/props.js +3 -1
- package/es/ele-qr-code/types.d.ts +5 -0
- package/es/ele-qr-code-svg/index.d.ts +6 -5
- package/es/ele-qr-code-svg/index.js +11 -14
- package/es/ele-segmented/index.d.ts +3 -1
- package/es/ele-segmented/index.js +30 -3
- package/es/ele-segmented/style/index.scss +7 -1
- package/es/ele-split-panel/index.d.ts +7 -7
- package/es/ele-split-panel/props.d.ts +4 -3
- package/es/ele-steps/index.d.ts +10 -10
- package/es/ele-steps/props.d.ts +5 -5
- package/es/ele-tab-tool/index.d.ts +6 -1
- package/es/ele-tab-tool/index.js +44 -3
- package/es/ele-tab-tool/props.d.ts +2 -0
- package/es/ele-tab-tool/props.js +3 -1
- package/es/ele-tab-wrap/components/tab-dropdown.js +9 -26
- package/es/ele-tab-wrap/index.js +21 -2
- package/es/ele-table/index.d.ts +2 -2
- package/es/ele-table/props.d.ts +2 -1
- package/es/ele-table/style/index.scss +1 -2
- package/es/ele-table-select/index.d.ts +24 -22
- package/es/ele-table-select/index.js +5 -2
- package/es/ele-table-select/props.d.ts +11 -7
- package/es/ele-table-select/props.js +2 -0
- package/es/ele-tabs/index.d.ts +39 -52
- package/es/ele-tabs/index.js +290 -118
- package/es/ele-tabs/props.d.ts +11 -30
- package/es/ele-tabs/props.js +4 -2
- package/es/ele-tabs/style/index.scss +186 -170
- package/es/ele-tabs/types.d.ts +25 -11
- package/es/ele-text/index.d.ts +2 -2
- package/es/ele-text/props.d.ts +2 -1
- package/es/ele-tool/index.d.ts +5 -2
- package/es/ele-tool/index.js +5 -3
- package/es/ele-tool/props.d.ts +4 -1
- package/es/ele-tool/props.js +3 -1
- package/es/ele-tool/style/index.scss +13 -0
- package/es/ele-toolbar/index.d.ts +18 -18
- package/es/ele-toolbar/props.d.ts +4 -3
- package/es/ele-tooltip/index.d.ts +27 -26
- package/es/ele-tooltip/props.d.ts +9 -8
- package/es/ele-tooltip/style/css-var.scss +4 -0
- package/es/ele-tour/index.d.ts +1 -1
- package/es/ele-tree-select/index.d.ts +19 -19
- package/es/ele-tree-select/index.js +5 -2
- package/es/ele-tree-select/props.d.ts +12 -8
- package/es/ele-tree-select/props.js +3 -1
- package/es/ele-upload-list/components/list-item.d.ts +31 -5
- package/es/ele-upload-list/components/list-item.js +146 -66
- package/es/ele-upload-list/index.d.ts +57 -30
- package/es/ele-upload-list/index.js +180 -97
- package/es/ele-upload-list/props.d.ts +24 -10
- package/es/ele-upload-list/props.js +20 -8
- package/es/ele-upload-list/style/css-var.scss +8 -0
- package/es/ele-upload-list/style/index.js +1 -1
- package/es/ele-upload-list/style/index.scss +426 -132
- package/es/ele-upload-list/types.d.ts +35 -11
- package/es/ele-virtual-table/components/body-cell.d.ts +13 -29
- package/es/ele-virtual-table/components/body-row.d.ts +13 -29
- package/es/ele-virtual-table/components/cell-checkbox.d.ts +3 -2
- package/es/ele-virtual-table/components/cell-filter.d.ts +6 -6
- package/es/ele-virtual-table/components/footer-row.d.ts +3 -3
- package/es/ele-virtual-table/components/header-cell.d.ts +8 -8
- package/es/ele-virtual-table/components/header-row.d.ts +8 -8
- package/es/ele-virtual-table/index.d.ts +27 -36
- package/es/ele-virtual-table/index.js +8 -6
- package/es/ele-virtual-table/props.d.ts +13 -15
- package/es/ele-watermark/index.d.ts +5 -4
- package/es/ele-watermark/props.d.ts +2 -1
- package/es/ele-xg-player/index.d.ts +3 -3
- package/es/icons/CornerLeftFilled.d.ts +2 -0
- package/es/icons/CornerLeftFilled.js +26 -0
- package/es/icons/CornerRightFilled.d.ts +2 -0
- package/es/icons/CornerRightFilled.js +26 -0
- package/es/icons/EyeOutlined.d.ts +2 -0
- package/es/icons/EyeOutlined.js +30 -0
- package/es/icons/FileOutlined.js +4 -4
- package/es/icons/SizeCompactOutlined.d.ts +2 -0
- package/es/icons/SizeCompactOutlined.js +34 -0
- package/es/icons/SizeMiddleOutlined.d.ts +2 -0
- package/es/icons/SizeMiddleOutlined.js +34 -0
- package/es/icons/SizeSlackOutlined.d.ts +2 -0
- package/es/icons/SizeSlackOutlined.js +34 -0
- package/es/icons/index.d.ts +6 -0
- package/es/icons/index.js +162 -150
- package/es/lang/en_US.js +5 -1
- package/es/lang/zh_CN.js +5 -1
- package/es/lang/zh_TW.js +5 -1
- package/es/style/plus.scss +1 -0
- package/es/style/themes/default.scss +92 -9
- package/es/style/themes/rounded.scss +9 -5
- package/es/style/themes/theme-util.scss +4 -0
- package/es/style/util.scss +10 -3
- package/es/utils/core.d.ts +4 -2
- package/es/utils/hook.d.ts +77 -4
- package/es/utils/hook.js +159 -6
- package/es/utils/menu-util.js +11 -5
- package/es/utils/message-box.js +5 -1
- package/es/utils/message.js +2 -2
- package/lib/core-components.cjs +60 -58
- package/lib/core-components.d.ts +1 -0
- package/lib/ele-admin-layout/components/layout-tabs.cjs +17 -75
- package/lib/ele-admin-layout/components/layout-tabs.d.ts +1 -6
- package/lib/ele-admin-layout/index.cjs +7 -2
- package/lib/ele-admin-layout/index.d.ts +26 -30
- package/lib/ele-admin-layout/props.d.ts +11 -10
- package/lib/ele-admin-layout/types.d.ts +2 -0
- package/lib/ele-alert/index.d.ts +14 -14
- package/lib/ele-alert/props.d.ts +9 -8
- package/lib/ele-app/components/message-body.d.ts +5 -4
- package/lib/ele-app/components/message-box-icon.d.ts +7 -6
- package/lib/ele-app/el.d.ts +3 -0
- package/lib/ele-app/plus.d.ts +21 -0
- package/lib/ele-app/style/overwrite/css-var.scss +0 -2
- package/lib/ele-app/style/overwrite/index.cjs +0 -1
- package/lib/ele-app/style/overwrite/index.scss +0 -1
- package/lib/ele-app/style/overwrite/input/index.scss +2 -0
- package/lib/ele-app/style/scrollbar/css-var.scss +17 -16
- package/lib/ele-app/types.d.ts +8 -1
- package/lib/ele-avatar-group/index.d.ts +15 -14
- package/lib/ele-avatar-group/props.d.ts +10 -7
- package/lib/ele-basic-select/index.cjs +14 -7
- package/lib/ele-basic-select/index.d.ts +19 -16
- package/lib/ele-basic-select/props.cjs +3 -1
- package/lib/ele-basic-select/props.d.ts +11 -6
- package/lib/ele-basic-select/util.cjs +13 -0
- package/lib/ele-basic-select/util.d.ts +6 -0
- package/lib/ele-bottom-bar/index.cjs +36 -14
- package/lib/ele-bottom-bar/index.d.ts +13 -6
- package/lib/ele-bottom-bar/props.cjs +3 -1
- package/lib/ele-bottom-bar/props.d.ts +5 -2
- package/lib/ele-bottom-bar/style/index.scss +5 -0
- package/lib/ele-breadcrumb/index.d.ts +3 -3
- package/lib/ele-breadcrumb/props.d.ts +1 -1
- package/lib/ele-card/index.d.ts +14 -14
- package/lib/ele-card/props.d.ts +8 -6
- package/lib/ele-check-card/components/card-item.d.ts +3 -2
- package/lib/ele-check-card/index.cjs +8 -3
- package/lib/ele-check-card/index.d.ts +6 -6
- package/lib/ele-check-card/props.d.ts +3 -2
- package/lib/ele-config-provider/index.d.ts +4 -4
- package/lib/ele-config-provider/props.d.ts +3 -3
- package/lib/ele-config-provider/types.d.ts +1 -0
- package/lib/ele-copyable/index.d.ts +10 -10
- package/lib/ele-copyable/props.d.ts +7 -5
- package/lib/ele-count-up/index.d.ts +1 -1
- package/lib/ele-cropper/components/cropper-tools.cjs +40 -12
- package/lib/ele-cropper/components/cropper-tools.d.ts +12 -5
- package/lib/ele-cropper/index.cjs +2 -1
- package/lib/ele-cropper/index.d.ts +6 -4
- package/lib/ele-cropper/props.cjs +2 -0
- package/lib/ele-cropper/props.d.ts +5 -2
- package/lib/ele-cropper/style/index.scss +3 -2
- package/lib/ele-cropper/types.d.ts +16 -0
- package/lib/ele-cropper-modal/index.cjs +2 -1
- package/lib/ele-cropper-modal/index.d.ts +7 -5
- package/lib/ele-cropper-modal/props.d.ts +2 -4
- package/lib/ele-data-table/components/table-columns.cjs +113 -0
- package/lib/ele-data-table/components/table-columns.d.ts +32 -0
- package/lib/ele-data-table/index.cjs +199 -117
- package/lib/ele-data-table/index.d.ts +223 -41
- package/lib/ele-data-table/props.d.ts +22 -26
- package/lib/ele-data-table/style/index.scss +1 -1
- package/lib/ele-data-table/types.d.ts +2 -0
- package/lib/ele-data-table/util.cjs +0 -104
- package/lib/ele-data-table/util.d.ts +1 -45
- package/lib/ele-drawer/index.d.ts +22 -22
- package/lib/ele-drawer/props.d.ts +13 -12
- package/lib/ele-dropdown/components/pro-dropdown.cjs +203 -0
- package/lib/ele-dropdown/components/pro-dropdown.d.ts +237 -0
- package/lib/ele-dropdown/index.cjs +113 -28
- package/lib/ele-dropdown/index.d.ts +534 -48
- package/lib/ele-dropdown/props.cjs +53 -6
- package/lib/ele-dropdown/props.d.ts +120 -25
- package/lib/ele-dropdown/style/index.cjs +4 -1
- package/lib/ele-dropdown/style/index.scss +174 -6
- package/lib/ele-edit-tag/index.cjs +10 -2
- package/lib/ele-edit-tag/index.d.ts +22 -20
- package/lib/ele-edit-tag/props.cjs +3 -1
- package/lib/ele-edit-tag/props.d.ts +13 -8
- package/lib/ele-ellipsis/index.d.ts +5 -4
- package/lib/ele-ellipsis/props.d.ts +1 -1
- package/lib/ele-file-list/components/file-grid-item.cjs +18 -57
- package/lib/ele-file-list/components/file-grid-item.d.ts +11 -20
- package/lib/ele-file-list/components/file-grid.cjs +15 -38
- package/lib/ele-file-list/components/file-grid.d.ts +15 -19
- package/lib/ele-file-list/components/file-table-item.cjs +18 -57
- package/lib/ele-file-list/components/file-table-item.d.ts +11 -20
- package/lib/ele-file-list/components/file-table.cjs +16 -36
- package/lib/ele-file-list/components/file-table.d.ts +15 -19
- package/lib/ele-file-list/index.cjs +117 -19
- package/lib/ele-file-list/index.d.ts +37 -16
- package/lib/ele-file-list/props.cjs +4 -7
- package/lib/ele-file-list/props.d.ts +4 -5
- package/lib/ele-file-list/style/index.scss +10 -5
- package/lib/ele-file-list/types.d.ts +13 -1
- package/lib/ele-icon-select/components/icon-grid.d.ts +9 -7
- package/lib/ele-icon-select/index.cjs +9 -5
- package/lib/ele-icon-select/index.d.ts +39 -38
- package/lib/ele-icon-select/props.cjs +2 -0
- package/lib/ele-icon-select/props.d.ts +18 -14
- package/lib/ele-image-viewer/index.cjs +87 -0
- package/lib/ele-image-viewer/index.d.ts +120 -0
- package/lib/ele-image-viewer/props.cjs +35 -0
- package/lib/ele-image-viewer/props.d.ts +58 -0
- package/lib/ele-image-viewer/style/css-var.scss +8 -0
- package/lib/ele-image-viewer/style/index.cjs +3 -0
- package/lib/ele-image-viewer/style/index.scss +117 -0
- package/lib/ele-loading/index.d.ts +4 -4
- package/lib/ele-loading/props.d.ts +3 -2
- package/lib/ele-map-picker/components/map-view.cjs +1 -0
- package/lib/ele-map-picker/components/map-view.d.ts +8 -10
- package/lib/ele-map-picker/index.d.ts +10 -10
- package/lib/ele-map-picker/props.d.ts +6 -5
- package/lib/ele-map-picker/style/index.scss +1 -1
- package/lib/ele-menus/components/item-title.cjs +107 -0
- package/lib/ele-menus/components/item-title.d.ts +48 -0
- package/lib/ele-menus/components/menu-items.cjs +268 -0
- package/lib/ele-menus/components/menu-items.d.ts +78 -0
- package/lib/ele-menus/index.cjs +278 -208
- package/lib/ele-menus/index.d.ts +79 -20
- package/lib/ele-menus/props.d.ts +3 -3
- package/lib/ele-menus/style/index.scss +4 -0
- package/lib/ele-menus/util.cjs +1 -242
- package/lib/ele-menus/util.d.ts +1 -62
- package/lib/ele-modal/index.cjs +28 -62
- package/lib/ele-modal/index.d.ts +33 -32
- package/lib/ele-modal/props.d.ts +16 -15
- package/lib/ele-modal/util.cjs +239 -132
- package/lib/ele-modal/util.d.ts +32 -25
- package/lib/ele-pagination/index.cjs +3 -2
- package/lib/ele-pagination/index.d.ts +18 -6
- package/lib/ele-pagination/props.d.ts +8 -2
- package/lib/ele-pagination/style/index.scss +70 -0
- package/lib/ele-popconfirm/index.d.ts +43 -46
- package/lib/ele-popconfirm/props.d.ts +22 -21
- package/lib/ele-popover/index.d.ts +33 -36
- package/lib/ele-popover/props.cjs +1 -1
- package/lib/ele-popover/props.d.ts +11 -11
- package/lib/ele-printer/index.d.ts +8 -8
- package/lib/ele-printer/props.d.ts +6 -5
- package/lib/ele-printer/util.cjs +68 -43
- package/lib/ele-printer/util.d.ts +5 -5
- package/lib/ele-pro-layout/components/pro-iframe.cjs +6 -4
- package/lib/ele-pro-layout/components/pro-iframe.d.ts +6 -6
- package/lib/ele-pro-layout/index.cjs +13 -4
- package/lib/ele-pro-layout/index.d.ts +44 -48
- package/lib/ele-pro-layout/props.cjs +3 -3
- package/lib/ele-pro-layout/props.d.ts +19 -17
- package/lib/ele-pro-layout/types.d.ts +9 -5
- package/lib/ele-pro-layout/util.cjs +12 -0
- package/lib/ele-pro-layout/util.d.ts +6 -0
- package/lib/ele-pro-table/components/table-tools.cjs +223 -141
- package/lib/ele-pro-table/components/table-tools.d.ts +405 -35
- package/lib/ele-pro-table/components/tool-column-list.cjs +32 -5
- package/lib/ele-pro-table/components/tool-column-list.d.ts +12 -0
- package/lib/ele-pro-table/components/tool-column.cjs +14 -8
- package/lib/ele-pro-table/components/tool-column.d.ts +7 -6
- package/lib/ele-pro-table/components/tool-export.cjs +201 -181
- package/lib/ele-pro-table/components/tool-export.d.ts +30 -27
- package/lib/ele-pro-table/components/tool-print-body-cell.cjs +1 -1
- package/lib/ele-pro-table/components/tool-print-body-cell.d.ts +5 -4
- package/lib/ele-pro-table/components/tool-print-header-cell.cjs +3 -2
- package/lib/ele-pro-table/components/tool-print-header-cell.d.ts +5 -4
- package/lib/ele-pro-table/components/tool-print.cjs +354 -333
- package/lib/ele-pro-table/components/tool-print.d.ts +38 -37
- package/lib/ele-pro-table/index.cjs +59 -13
- package/lib/ele-pro-table/index.d.ts +1015 -89
- package/lib/ele-pro-table/props.cjs +4 -2
- package/lib/ele-pro-table/props.d.ts +24 -27
- package/lib/ele-pro-table/style/index.scss +43 -12
- package/lib/ele-pro-table/types.d.ts +54 -0
- package/lib/ele-pro-table/util.cjs +89 -28
- package/lib/ele-pro-table/util.d.ts +51 -9
- 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.cjs +32 -135
- package/lib/ele-qr-code/index.d.ts +5 -9
- package/lib/ele-qr-code/props.cjs +3 -1
- package/lib/ele-qr-code/props.d.ts +5 -2
- package/lib/ele-qr-code/types.d.ts +5 -0
- package/lib/ele-qr-code-svg/index.cjs +10 -13
- package/lib/ele-qr-code-svg/index.d.ts +6 -5
- package/lib/ele-segmented/index.cjs +29 -2
- package/lib/ele-segmented/index.d.ts +3 -1
- package/lib/ele-segmented/style/index.scss +7 -1
- package/lib/ele-split-panel/index.d.ts +7 -7
- package/lib/ele-split-panel/props.d.ts +4 -3
- package/lib/ele-steps/index.d.ts +10 -10
- package/lib/ele-steps/props.d.ts +5 -5
- package/lib/ele-tab-tool/index.cjs +43 -2
- package/lib/ele-tab-tool/index.d.ts +6 -1
- package/lib/ele-tab-tool/props.cjs +3 -1
- package/lib/ele-tab-tool/props.d.ts +2 -0
- package/lib/ele-tab-wrap/components/tab-dropdown.cjs +8 -25
- package/lib/ele-tab-wrap/index.cjs +20 -1
- package/lib/ele-table/index.d.ts +2 -2
- package/lib/ele-table/props.d.ts +2 -1
- package/lib/ele-table/style/index.scss +1 -2
- package/lib/ele-table-select/index.cjs +20 -17
- package/lib/ele-table-select/index.d.ts +24 -22
- package/lib/ele-table-select/props.cjs +2 -0
- package/lib/ele-table-select/props.d.ts +11 -7
- package/lib/ele-tabs/index.cjs +288 -116
- package/lib/ele-tabs/index.d.ts +39 -52
- package/lib/ele-tabs/props.cjs +4 -2
- package/lib/ele-tabs/props.d.ts +11 -30
- package/lib/ele-tabs/style/index.scss +186 -170
- package/lib/ele-tabs/types.d.ts +25 -11
- package/lib/ele-text/index.d.ts +2 -2
- package/lib/ele-text/props.d.ts +2 -1
- package/lib/ele-tool/index.cjs +5 -3
- package/lib/ele-tool/index.d.ts +5 -2
- package/lib/ele-tool/props.cjs +3 -1
- package/lib/ele-tool/props.d.ts +4 -1
- package/lib/ele-tool/style/index.scss +13 -0
- package/lib/ele-toolbar/index.d.ts +18 -18
- package/lib/ele-toolbar/props.d.ts +4 -3
- package/lib/ele-tooltip/index.d.ts +27 -26
- package/lib/ele-tooltip/props.d.ts +9 -8
- package/lib/ele-tooltip/style/css-var.scss +4 -0
- package/lib/ele-tour/index.d.ts +1 -1
- package/lib/ele-tree-select/index.cjs +4 -1
- package/lib/ele-tree-select/index.d.ts +19 -19
- package/lib/ele-tree-select/props.cjs +3 -1
- package/lib/ele-tree-select/props.d.ts +12 -8
- package/lib/ele-upload-list/components/list-item.cjs +144 -64
- package/lib/ele-upload-list/components/list-item.d.ts +31 -5
- package/lib/ele-upload-list/index.cjs +178 -95
- package/lib/ele-upload-list/index.d.ts +57 -30
- package/lib/ele-upload-list/props.cjs +20 -8
- package/lib/ele-upload-list/props.d.ts +24 -10
- package/lib/ele-upload-list/style/css-var.scss +8 -0
- package/lib/ele-upload-list/style/index.cjs +1 -1
- package/lib/ele-upload-list/style/index.scss +426 -132
- package/lib/ele-upload-list/types.d.ts +35 -11
- package/lib/ele-virtual-table/components/body-cell.d.ts +13 -29
- package/lib/ele-virtual-table/components/body-row.d.ts +13 -29
- package/lib/ele-virtual-table/components/cell-checkbox.d.ts +3 -2
- package/lib/ele-virtual-table/components/cell-filter.d.ts +6 -6
- package/lib/ele-virtual-table/components/footer-row.d.ts +3 -3
- package/lib/ele-virtual-table/components/header-cell.d.ts +8 -8
- package/lib/ele-virtual-table/components/header-row.d.ts +8 -8
- package/lib/ele-virtual-table/index.cjs +7 -5
- package/lib/ele-virtual-table/index.d.ts +27 -36
- package/lib/ele-virtual-table/props.d.ts +13 -15
- package/lib/ele-watermark/index.d.ts +5 -4
- package/lib/ele-watermark/props.d.ts +2 -1
- package/lib/ele-xg-player/index.d.ts +3 -3
- package/lib/icons/CornerLeftFilled.cjs +25 -0
- package/lib/icons/CornerLeftFilled.d.ts +2 -0
- package/lib/icons/CornerRightFilled.cjs +25 -0
- package/lib/icons/CornerRightFilled.d.ts +2 -0
- package/lib/icons/EyeOutlined.cjs +29 -0
- package/lib/icons/EyeOutlined.d.ts +2 -0
- package/lib/icons/FileOutlined.cjs +4 -4
- package/lib/icons/SizeCompactOutlined.cjs +33 -0
- package/lib/icons/SizeCompactOutlined.d.ts +2 -0
- package/lib/icons/SizeMiddleOutlined.cjs +33 -0
- package/lib/icons/SizeMiddleOutlined.d.ts +2 -0
- package/lib/icons/SizeSlackOutlined.cjs +33 -0
- package/lib/icons/SizeSlackOutlined.d.ts +2 -0
- package/lib/icons/index.cjs +12 -0
- package/lib/icons/index.d.ts +6 -0
- package/lib/lang/en_US.cjs +5 -1
- package/lib/lang/zh_CN.cjs +5 -1
- package/lib/lang/zh_TW.cjs +5 -1
- package/lib/style/plus.scss +1 -0
- package/lib/style/themes/default.scss +92 -9
- package/lib/style/themes/rounded.scss +9 -5
- package/lib/style/themes/theme-util.scss +4 -0
- package/lib/style/util.scss +10 -3
- package/lib/utils/core.d.ts +4 -2
- package/lib/utils/hook.cjs +158 -5
- package/lib/utils/hook.d.ts +77 -4
- package/lib/utils/menu-util.cjs +9 -3
- package/lib/utils/message-box.cjs +4 -0
- package/lib/utils/message.cjs +1 -1
- package/package.json +38 -37
- package/typings/global.d.ts +1 -0
- package/es/ele-app/style/overwrite/image-viewer/css-var.scss +0 -8
- package/es/ele-app/style/overwrite/image-viewer/index.js +0 -1
- package/es/ele-app/style/overwrite/image-viewer/index.scss +0 -10
- package/es/ele-tabs/components/tab-title.d.ts +0 -52
- package/es/ele-tabs/components/tab-title.js +0 -115
- package/lib/ele-app/style/overwrite/image-viewer/css-var.scss +0 -8
- package/lib/ele-app/style/overwrite/image-viewer/index.cjs +0 -2
- package/lib/ele-app/style/overwrite/image-viewer/index.scss +0 -10
- package/lib/ele-tabs/components/tab-title.cjs +0 -114
- package/lib/ele-tabs/components/tab-title.d.ts +0 -52
- /package/es/{ele-app/style/overwrite/image-viewer → ele-image-viewer/style}/index.d.ts +0 -0
- /package/lib/{ele-app/style/overwrite/image-viewer → ele-image-viewer/style}/index.d.ts +0 -0
package/es/icons/index.js
CHANGED
|
@@ -32,81 +32,87 @@ import { default as default32 } from "./CompressOutlined";
|
|
|
32
32
|
import { default as default33 } from "./ConnectionOutlined";
|
|
33
33
|
import { default as default34 } from "./ControlOutlined";
|
|
34
34
|
import { default as default35 } from "./CopyOutlined";
|
|
35
|
-
import { default as default36 } from "./
|
|
36
|
-
import { default as default37 } from "./
|
|
37
|
-
import { default as default38 } from "./
|
|
38
|
-
import { default as default39 } from "./
|
|
39
|
-
import { default as default40 } from "./
|
|
40
|
-
import { default as default41 } from "./
|
|
41
|
-
import { default as default42 } from "./
|
|
42
|
-
import { default as default43 } from "./
|
|
43
|
-
import { default as default44 } from "./
|
|
44
|
-
import { default as default45 } from "./
|
|
45
|
-
import { default as default46 } from "./
|
|
46
|
-
import { default as default47 } from "./
|
|
47
|
-
import { default as default48 } from "./
|
|
48
|
-
import { default as default49 } from "./
|
|
49
|
-
import { default as default50 } from "./
|
|
50
|
-
import { default as default51 } from "./
|
|
51
|
-
import { default as default52 } from "./
|
|
52
|
-
import { default as default53 } from "./
|
|
53
|
-
import { default as default54 } from "./
|
|
54
|
-
import { default as default55 } from "./
|
|
55
|
-
import { default as default56 } from "./
|
|
56
|
-
import { default as default57 } from "./
|
|
57
|
-
import { default as default58 } from "./
|
|
58
|
-
import { default as default59 } from "./
|
|
59
|
-
import { default as default60 } from "./
|
|
60
|
-
import { default as default61 } from "./
|
|
61
|
-
import { default as default62 } from "./
|
|
62
|
-
import { default as default63 } from "./
|
|
63
|
-
import { default as default64 } from "./
|
|
64
|
-
import { default as default65 } from "./
|
|
65
|
-
import { default as default66 } from "./
|
|
66
|
-
import { default as default67 } from "./
|
|
67
|
-
import { default as default68 } from "./
|
|
68
|
-
import { default as default69 } from "./
|
|
69
|
-
import { default as default70 } from "./
|
|
70
|
-
import { default as default71 } from "./
|
|
71
|
-
import { default as default72 } from "./
|
|
72
|
-
import { default as default73 } from "./
|
|
73
|
-
import { default as default74 } from "./
|
|
74
|
-
import { default as default75 } from "./
|
|
75
|
-
import { default as default76 } from "./
|
|
76
|
-
import { default as default77 } from "./
|
|
77
|
-
import { default as default78 } from "./
|
|
78
|
-
import { default as default79 } from "./
|
|
79
|
-
import { default as default80 } from "./
|
|
80
|
-
import { default as default81 } from "./
|
|
81
|
-
import { default as default82 } from "./
|
|
82
|
-
import { default as default83 } from "./
|
|
83
|
-
import { default as default84 } from "./
|
|
84
|
-
import { default as default85 } from "./
|
|
85
|
-
import { default as default86 } from "./
|
|
86
|
-
import { default as default87 } from "./
|
|
87
|
-
import { default as default88 } from "./
|
|
88
|
-
import { default as default89 } from "./
|
|
89
|
-
import { default as default90 } from "./
|
|
90
|
-
import { default as default91 } from "./
|
|
91
|
-
import { default as default92 } from "./
|
|
92
|
-
import { default as default93 } from "./
|
|
93
|
-
import { default as default94 } from "./
|
|
94
|
-
import { default as default95 } from "./
|
|
95
|
-
import { default as default96 } from "./
|
|
96
|
-
import { default as default97 } from "./
|
|
97
|
-
import { default as default98 } from "./
|
|
98
|
-
import { default as default99 } from "./
|
|
99
|
-
import { default as default100 } from "./
|
|
100
|
-
import { default as default101 } from "./
|
|
101
|
-
import { default as default102 } from "./
|
|
102
|
-
import { default as default103 } from "./
|
|
103
|
-
import { default as default104 } from "./
|
|
104
|
-
import { default as default105 } from "./
|
|
105
|
-
import { default as default106 } from "./
|
|
106
|
-
import { default as default107 } from "./
|
|
107
|
-
import { default as default108 } from "./
|
|
108
|
-
import { default as default109 } from "./
|
|
109
|
-
import { default as default110 } from "./
|
|
35
|
+
import { default as default36 } from "./CornerRightFilled";
|
|
36
|
+
import { default as default37 } from "./CornerLeftFilled";
|
|
37
|
+
import { default as default38 } from "./CpuOutlined";
|
|
38
|
+
import { default as default39 } from "./DashboardOutlined";
|
|
39
|
+
import { default as default40 } from "./DatabaseOutlined";
|
|
40
|
+
import { default as default41 } from "./DeleteOutlined";
|
|
41
|
+
import { default as default42 } from "./DesktopOutlined";
|
|
42
|
+
import { default as default43 } from "./DownloadOutlined";
|
|
43
|
+
import { default as default44 } from "./DragOutlined";
|
|
44
|
+
import { default as default45 } from "./EditOutlined";
|
|
45
|
+
import { default as default46 } from "./EllipsisOutlined";
|
|
46
|
+
import { default as default47 } from "./EnvironmentOutlined";
|
|
47
|
+
import { default as default48 } from "./ExclamationCircleFilled";
|
|
48
|
+
import { default as default49 } from "./ExpandOutlined";
|
|
49
|
+
import { default as default50 } from "./EyeOutlined";
|
|
50
|
+
import { default as default51 } from "./FileOutlined";
|
|
51
|
+
import { default as default52 } from "./FilterFilled";
|
|
52
|
+
import { default as default53 } from "./FolderAddOutlined";
|
|
53
|
+
import { default as default54 } from "./FolderOutlined";
|
|
54
|
+
import { default as default55 } from "./FormOutlined";
|
|
55
|
+
import { default as default56 } from "./FullscreenOutlined";
|
|
56
|
+
import { default as default57 } from "./FullscreenExitOutlined";
|
|
57
|
+
import { default as default58 } from "./FundOutlined";
|
|
58
|
+
import { default as default59 } from "./GlobalOutlined";
|
|
59
|
+
import { default as default60 } from "./HolderOutlined";
|
|
60
|
+
import { default as default61 } from "./HomeOutlined";
|
|
61
|
+
import { default as default62 } from "./IdcardOutlined";
|
|
62
|
+
import { default as default63 } from "./InfoCircleFilled";
|
|
63
|
+
import { default as default64 } from "./LinkOutlined";
|
|
64
|
+
import { default as default65 } from "./LoadingDotOutlined";
|
|
65
|
+
import { default as default66 } from "./LoadingOutlined";
|
|
66
|
+
import { default as default67 } from "./LockOutlined";
|
|
67
|
+
import { default as default68 } from "./LogOutlined";
|
|
68
|
+
import { default as default69 } from "./MailOutlined";
|
|
69
|
+
import { default as default70 } from "./LogoutOutlined";
|
|
70
|
+
import { default as default71 } from "./MenuFoldOutlined";
|
|
71
|
+
import { default as default72 } from "./MenuOutlined";
|
|
72
|
+
import { default as default73 } from "./MenuUnfoldOutlined";
|
|
73
|
+
import { default as default74 } from "./MessageOutlined";
|
|
74
|
+
import { default as default75 } from "./MinusCircleOutlined";
|
|
75
|
+
import { default as default76 } from "./MobileOutlined";
|
|
76
|
+
import { default as default77 } from "./MoonOutlined";
|
|
77
|
+
import { default as default78 } from "./MoreOutlined";
|
|
78
|
+
import { default as default79 } from "./PauseFilled";
|
|
79
|
+
import { default as default80 } from "./PieChartOutlined";
|
|
80
|
+
import { default as default81 } from "./PlayFilled";
|
|
81
|
+
import { default as default82 } from "./PlusCircleOutlined";
|
|
82
|
+
import { default as default83 } from "./PlusOutlined";
|
|
83
|
+
import { default as default84 } from "./PrinterOutlined";
|
|
84
|
+
import { default as default85 } from "./ProtectOutlined";
|
|
85
|
+
import { default as default86 } from "./QuestionCircleFilled";
|
|
86
|
+
import { default as default87 } from "./QuestionCircleOutlined";
|
|
87
|
+
import { default as default88 } from "./ReloadOutlined";
|
|
88
|
+
import { default as default89 } from "./ResizeOutlined";
|
|
89
|
+
import { default as default90 } from "./SearchOutlined";
|
|
90
|
+
import { default as default91 } from "./SettingOutlined";
|
|
91
|
+
import { default as default92 } from "./ShoppingOutlined";
|
|
92
|
+
import { default as default93 } from "./SizeCompactOutlined";
|
|
93
|
+
import { default as default94 } from "./SizeMiddleOutlined";
|
|
94
|
+
import { default as default95 } from "./SizeSlackOutlined";
|
|
95
|
+
import { default as default96 } from "./SortOutlined";
|
|
96
|
+
import { default as default97 } from "./StarFilled";
|
|
97
|
+
import { default as default98 } from "./StepBackwardFilled";
|
|
98
|
+
import { default as default99 } from "./StepForwardFilled";
|
|
99
|
+
import { default as default100 } from "./SuitcaseOutlined";
|
|
100
|
+
import { default as default101 } from "./SunOutlined";
|
|
101
|
+
import { default as default102 } from "./SwapOutlined";
|
|
102
|
+
import { default as default103 } from "./SyncOutlined";
|
|
103
|
+
import { default as default104 } from "./TableOutlined";
|
|
104
|
+
import { default as default105 } from "./TagOutlined";
|
|
105
|
+
import { default as default106 } from "./TimerOutlined";
|
|
106
|
+
import { default as default107 } from "./UndoOutlined";
|
|
107
|
+
import { default as default108 } from "./UnlockOutlined";
|
|
108
|
+
import { default as default109 } from "./UploadOutlined";
|
|
109
|
+
import { default as default110 } from "./UserOutlined";
|
|
110
|
+
import { default as default111 } from "./VerticalAlignMiddleOutlined";
|
|
111
|
+
import { default as default112 } from "./VerticalLeftOutlined";
|
|
112
|
+
import { default as default113 } from "./VerticalRightOutlined";
|
|
113
|
+
import { default as default114 } from "./WarningOutlined";
|
|
114
|
+
import { default as default115 } from "./ZoomInOutlined";
|
|
115
|
+
import { default as default116 } from "./ZoomOutOutlined";
|
|
110
116
|
export {
|
|
111
117
|
default2 as AnalysisOutlined,
|
|
112
118
|
default3 as ApplicationOutlined,
|
|
@@ -142,79 +148,85 @@ export {
|
|
|
142
148
|
default33 as ConnectionOutlined,
|
|
143
149
|
default34 as ControlOutlined,
|
|
144
150
|
default35 as CopyOutlined,
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
default38 as
|
|
148
|
-
default39 as
|
|
149
|
-
default40 as
|
|
150
|
-
default41 as
|
|
151
|
-
default42 as
|
|
152
|
-
default43 as
|
|
153
|
-
default44 as
|
|
154
|
-
default45 as
|
|
155
|
-
default46 as
|
|
156
|
-
default47 as
|
|
157
|
-
default48 as
|
|
158
|
-
default49 as
|
|
159
|
-
default50 as
|
|
160
|
-
default51 as
|
|
161
|
-
default52 as
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
default55 as
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
default58 as
|
|
168
|
-
default59 as
|
|
169
|
-
default60 as
|
|
170
|
-
default61 as
|
|
171
|
-
default62 as
|
|
172
|
-
default63 as
|
|
173
|
-
default64 as
|
|
174
|
-
default65 as
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
default68 as
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
default71 as
|
|
181
|
-
default72 as
|
|
182
|
-
default73 as
|
|
183
|
-
default74 as
|
|
184
|
-
default75 as
|
|
185
|
-
default76 as
|
|
186
|
-
default77 as
|
|
187
|
-
default78 as
|
|
188
|
-
default79 as
|
|
189
|
-
default80 as
|
|
190
|
-
default81 as
|
|
191
|
-
default82 as
|
|
192
|
-
default83 as
|
|
193
|
-
default84 as
|
|
194
|
-
default85 as
|
|
195
|
-
default86 as
|
|
196
|
-
default87 as
|
|
197
|
-
default88 as
|
|
198
|
-
default89 as
|
|
199
|
-
default90 as
|
|
200
|
-
default91 as
|
|
201
|
-
default92 as
|
|
202
|
-
default93 as
|
|
203
|
-
default94 as
|
|
204
|
-
default95 as
|
|
205
|
-
default96 as
|
|
206
|
-
default97 as
|
|
207
|
-
default98 as
|
|
208
|
-
default99 as
|
|
209
|
-
default100 as
|
|
210
|
-
default101 as
|
|
211
|
-
default102 as
|
|
212
|
-
default103 as
|
|
213
|
-
default104 as
|
|
214
|
-
default105 as
|
|
215
|
-
default106 as
|
|
216
|
-
default107 as
|
|
217
|
-
default108 as
|
|
218
|
-
default109 as
|
|
219
|
-
default110 as
|
|
151
|
+
default37 as CornerLeftFilled,
|
|
152
|
+
default36 as CornerRightFilled,
|
|
153
|
+
default38 as CpuOutlined,
|
|
154
|
+
default39 as DashboardOutlined,
|
|
155
|
+
default40 as DatabaseOutlined,
|
|
156
|
+
default41 as DeleteOutlined,
|
|
157
|
+
default42 as DesktopOutlined,
|
|
158
|
+
default43 as DownloadOutlined,
|
|
159
|
+
default44 as DragOutlined,
|
|
160
|
+
default45 as EditOutlined,
|
|
161
|
+
default46 as EllipsisOutlined,
|
|
162
|
+
default47 as EnvironmentOutlined,
|
|
163
|
+
default48 as ExclamationCircleFilled,
|
|
164
|
+
default49 as ExpandOutlined,
|
|
165
|
+
default50 as EyeOutlined,
|
|
166
|
+
default51 as FileOutlined,
|
|
167
|
+
default52 as FilterFilled,
|
|
168
|
+
default53 as FolderAddOutlined,
|
|
169
|
+
default54 as FolderOutlined,
|
|
170
|
+
default55 as FormOutlined,
|
|
171
|
+
default57 as FullscreenExitOutlined,
|
|
172
|
+
default56 as FullscreenOutlined,
|
|
173
|
+
default58 as FundOutlined,
|
|
174
|
+
default59 as GlobalOutlined,
|
|
175
|
+
default60 as HolderOutlined,
|
|
176
|
+
default61 as HomeOutlined,
|
|
177
|
+
default62 as IdcardOutlined,
|
|
178
|
+
default63 as InfoCircleFilled,
|
|
179
|
+
default64 as LinkOutlined,
|
|
180
|
+
default65 as LoadingDotOutlined,
|
|
181
|
+
default66 as LoadingOutlined,
|
|
182
|
+
default67 as LockOutlined,
|
|
183
|
+
default68 as LogOutlined,
|
|
184
|
+
default70 as LogoutOutlined,
|
|
185
|
+
default69 as MailOutlined,
|
|
186
|
+
default71 as MenuFoldOutlined,
|
|
187
|
+
default72 as MenuOutlined,
|
|
188
|
+
default73 as MenuUnfoldOutlined,
|
|
189
|
+
default74 as MessageOutlined,
|
|
190
|
+
default75 as MinusCircleOutlined,
|
|
191
|
+
default76 as MobileOutlined,
|
|
192
|
+
default77 as MoonOutlined,
|
|
193
|
+
default78 as MoreOutlined,
|
|
194
|
+
default79 as PauseFilled,
|
|
195
|
+
default80 as PieChartOutlined,
|
|
196
|
+
default81 as PlayFilled,
|
|
197
|
+
default82 as PlusCircleOutlined,
|
|
198
|
+
default83 as PlusOutlined,
|
|
199
|
+
default84 as PrinterOutlined,
|
|
200
|
+
default85 as ProtectOutlined,
|
|
201
|
+
default86 as QuestionCircleFilled,
|
|
202
|
+
default87 as QuestionCircleOutlined,
|
|
203
|
+
default88 as ReloadOutlined,
|
|
204
|
+
default89 as ResizeOutlined,
|
|
205
|
+
default90 as SearchOutlined,
|
|
206
|
+
default91 as SettingOutlined,
|
|
207
|
+
default92 as ShoppingOutlined,
|
|
208
|
+
default93 as SizeCompactOutlined,
|
|
209
|
+
default94 as SizeMiddleOutlined,
|
|
210
|
+
default95 as SizeSlackOutlined,
|
|
211
|
+
default96 as SortOutlined,
|
|
212
|
+
default97 as StarFilled,
|
|
213
|
+
default98 as StepBackwardFilled,
|
|
214
|
+
default99 as StepForwardFilled,
|
|
215
|
+
default100 as SuitcaseOutlined,
|
|
216
|
+
default101 as SunOutlined,
|
|
217
|
+
default102 as SwapOutlined,
|
|
218
|
+
default103 as SyncOutlined,
|
|
219
|
+
default104 as TableOutlined,
|
|
220
|
+
default105 as TagOutlined,
|
|
221
|
+
default106 as TimerOutlined,
|
|
222
|
+
default107 as UndoOutlined,
|
|
223
|
+
default108 as UnlockOutlined,
|
|
224
|
+
default109 as UploadOutlined,
|
|
225
|
+
default110 as UserOutlined,
|
|
226
|
+
default111 as VerticalAlignMiddleOutlined,
|
|
227
|
+
default112 as VerticalLeftOutlined,
|
|
228
|
+
default113 as VerticalRightOutlined,
|
|
229
|
+
default114 as WarningOutlined,
|
|
230
|
+
default115 as ZoomInOutlined,
|
|
231
|
+
default116 as ZoomOutOutlined
|
|
220
232
|
};
|
package/es/lang/en_US.js
CHANGED
|
@@ -46,6 +46,7 @@ const localeValues = {
|
|
|
46
46
|
columnExpand: "Expand",
|
|
47
47
|
columnFixedLeft: "Pin to left",
|
|
48
48
|
columnFixedRight: "Pin to right",
|
|
49
|
+
columnWidth: "Width",
|
|
49
50
|
exportOk: "Ok",
|
|
50
51
|
exportCancel: "Cancel",
|
|
51
52
|
exportFileName: "Filename",
|
|
@@ -67,7 +68,10 @@ const localeValues = {
|
|
|
67
68
|
upload: {
|
|
68
69
|
uploading: "Uploading",
|
|
69
70
|
exception: "Exception",
|
|
70
|
-
retry: "Retry"
|
|
71
|
+
retry: "Retry",
|
|
72
|
+
remove: "Remove",
|
|
73
|
+
preview: "View",
|
|
74
|
+
edit: "Edit"
|
|
71
75
|
},
|
|
72
76
|
tour: {
|
|
73
77
|
skip: "Skip",
|
package/es/lang/zh_CN.js
CHANGED
|
@@ -46,6 +46,7 @@ const localeValues = {
|
|
|
46
46
|
columnExpand: "展开列",
|
|
47
47
|
columnFixedLeft: "固定在左侧",
|
|
48
48
|
columnFixedRight: "固定在右侧",
|
|
49
|
+
columnWidth: "列宽",
|
|
49
50
|
exportOk: "确定",
|
|
50
51
|
exportCancel: "取消",
|
|
51
52
|
exportFileName: "文件名",
|
|
@@ -67,7 +68,10 @@ const localeValues = {
|
|
|
67
68
|
upload: {
|
|
68
69
|
uploading: "上传中",
|
|
69
70
|
exception: "上传失败",
|
|
70
|
-
retry: "重试"
|
|
71
|
+
retry: "重试",
|
|
72
|
+
remove: "删除",
|
|
73
|
+
preview: "预览",
|
|
74
|
+
edit: "修改"
|
|
71
75
|
},
|
|
72
76
|
tour: {
|
|
73
77
|
skip: "跳过",
|
package/es/lang/zh_TW.js
CHANGED
|
@@ -46,6 +46,7 @@ const localeValues = {
|
|
|
46
46
|
columnExpand: "展開列",
|
|
47
47
|
columnFixedLeft: "固定在左側",
|
|
48
48
|
columnFixedRight: "固定在右側",
|
|
49
|
+
columnWidth: "列寬",
|
|
49
50
|
exportOk: "確認",
|
|
50
51
|
exportCancel: "取消",
|
|
51
52
|
exportFileName: "檔名",
|
|
@@ -67,7 +68,10 @@ const localeValues = {
|
|
|
67
68
|
upload: {
|
|
68
69
|
uploading: "上傳中",
|
|
69
70
|
exception: "上傳失敗",
|
|
70
|
-
retry: "重試"
|
|
71
|
+
retry: "重試",
|
|
72
|
+
remove: "刪除",
|
|
73
|
+
preview: "預覽",
|
|
74
|
+
edit: "修改"
|
|
71
75
|
},
|
|
72
76
|
tour: {
|
|
73
77
|
skip: "跳過",
|
package/es/style/plus.scss
CHANGED
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
@use '../ele-ellipsis/style/index.scss' as ellipsis;
|
|
19
19
|
@use '../ele-file-list/style/index.scss' as fileList;
|
|
20
20
|
@use '../ele-icon-select/style/index.scss' as iconSelect;
|
|
21
|
+
@use '../ele-image-viewer/style/index.scss' as imageViewer;
|
|
21
22
|
@use '../ele-loading/style/index.scss' as loading;
|
|
22
23
|
@use '../ele-map-picker/style/index.scss' as mapPicker;
|
|
23
24
|
@use '../ele-menus/style/index.scss' as menus;
|
|
@@ -2,8 +2,10 @@
|
|
|
2
2
|
@use 'sass:map';
|
|
3
3
|
@use '../util.scss' as *;
|
|
4
4
|
|
|
5
|
-
//
|
|
5
|
+
// 过渡动画时间
|
|
6
6
|
$transition-base: 0.2s !default;
|
|
7
|
+
// 过渡动画慢速
|
|
8
|
+
$transition-slow: 0.3s !default;
|
|
7
9
|
// 美化滚动条样式选择器
|
|
8
10
|
$scrollbar-selector: '' !default;
|
|
9
11
|
// 输入框清空图标
|
|
@@ -242,16 +244,25 @@ $ele: map.deep-merge(
|
|
|
242
244
|
'item-active-font-weight': bold,
|
|
243
245
|
'item-danger-color': elVar('color-danger'),
|
|
244
246
|
'item-danger-bg': elVar('color-danger', 'light-9'),
|
|
247
|
+
'item-danger-hover-bg': elVar('color-danger', 'light-8'),
|
|
248
|
+
'item-disabled-color': elVar('disabled', 'text-color'),
|
|
249
|
+
'item-disabled-bg': elVar('disabled', 'bg-color'),
|
|
245
250
|
'icon-size': 16px,
|
|
246
251
|
'icon-margin': 0 8px 0 -2px,
|
|
252
|
+
'divider': 1px solid elVar('border-color', 'light'),
|
|
253
|
+
'divider-margin': 6px 0,
|
|
247
254
|
'sm-padding': 3px 0,
|
|
248
255
|
'sm-item-height': 24px,
|
|
249
256
|
'sm-item-padding': 0 12px,
|
|
250
257
|
'sm-item-font-size': elVar('font-size', 'extra-small'),
|
|
258
|
+
'sm-icon-size': 14px,
|
|
259
|
+
'sm-divider-margin': 3px 0,
|
|
251
260
|
'lg-padding': 8px 0,
|
|
252
261
|
'lg-item-height': 36px,
|
|
253
262
|
'lg-item-padding': 0 20px,
|
|
254
|
-
'lg-item-font-size': elVar('font-size', 'base')
|
|
263
|
+
'lg-item-font-size': elVar('font-size', 'base'),
|
|
264
|
+
'lg-icon-size': 16px,
|
|
265
|
+
'lg-divider-margin': 8px 0
|
|
255
266
|
),
|
|
256
267
|
'file': (
|
|
257
268
|
// 文件列表
|
|
@@ -505,7 +516,13 @@ $ele: map.deep-merge(
|
|
|
505
516
|
'sm-radius': 24px,
|
|
506
517
|
'sm-space': 4px,
|
|
507
518
|
'sm-gap': 8px,
|
|
508
|
-
'sm-font-size': 14px
|
|
519
|
+
'sm-font-size': 14px,
|
|
520
|
+
'lg-height': 40px,
|
|
521
|
+
'lg-padding': 0 8px,
|
|
522
|
+
'lg-radius': 40px,
|
|
523
|
+
'lg-space': 8px,
|
|
524
|
+
'lg-gap': 8px 12px,
|
|
525
|
+
'lg-font-size': 14px
|
|
509
526
|
),
|
|
510
527
|
'segmented': (
|
|
511
528
|
// 分段器
|
|
@@ -600,7 +617,6 @@ $ele: map.deep-merge(
|
|
|
600
617
|
'tool-hover-color': elVar('text-color', 'primary'),
|
|
601
618
|
'hover-index': 2,
|
|
602
619
|
'active-index': 3,
|
|
603
|
-
'transition': (color, background-color, border-color, box-shadow),
|
|
604
620
|
'scroll-left-shadow': inset 10px 0 10px -10px rgba(0, 0, 0, 0.15),
|
|
605
621
|
'scroll-right-shadow': inset -10px 0 10px -10px rgba(0, 0, 0, 0.15),
|
|
606
622
|
'sm-height': 32px,
|
|
@@ -714,15 +730,16 @@ $ele: map.deep-merge(
|
|
|
714
730
|
// 高级表格列配置
|
|
715
731
|
'width': 220px,
|
|
716
732
|
'max-height': 480px,
|
|
717
|
-
'header-padding': 6px
|
|
733
|
+
'header-padding': 6px 14px 4px 14px,
|
|
718
734
|
'header-border': 1px solid elVar('border-color', 'light'),
|
|
719
735
|
'body-padding': 6px 0,
|
|
720
|
-
'item-padding':
|
|
736
|
+
'item-padding': 14px,
|
|
721
737
|
'item-height': 28px,
|
|
722
738
|
'item-hover-bg': elVar('color-primary', 'light-9'),
|
|
723
739
|
'item-radius': 0,
|
|
724
|
-
'btn-space':
|
|
725
|
-
'btn-
|
|
740
|
+
'btn-space': 1px,
|
|
741
|
+
'btn-size': 18px,
|
|
742
|
+
'btn-offset': -6px,
|
|
726
743
|
'btn-radius': elVar('border-radius', 'small'),
|
|
727
744
|
'btn-color': elVar('text-color', 'placeholder'),
|
|
728
745
|
'btn-hover-color': elVar('text-color', 'primary'),
|
|
@@ -767,6 +784,63 @@ $ele: map.deep-merge(
|
|
|
767
784
|
'padding': 6px 0,
|
|
768
785
|
'item-disabled-color': elVar('disabled', 'text-color')
|
|
769
786
|
),
|
|
787
|
+
'upload-list': (
|
|
788
|
+
// 文件上传
|
|
789
|
+
'width': 108px,
|
|
790
|
+
'height': 108px,
|
|
791
|
+
'padding': 6px,
|
|
792
|
+
'gap': 8px,
|
|
793
|
+
'border': 1px solid elVar('border-color'),
|
|
794
|
+
'radius': elVar('border-radius', 'base'),
|
|
795
|
+
'bg': elVar('bg-color'),
|
|
796
|
+
'btn-color': elVar('text-color', 'secondary'),
|
|
797
|
+
'btn-font-size': 22px,
|
|
798
|
+
'btn-bg': elVar('fill-color', 'lighter'),
|
|
799
|
+
'btn-border': 1px dashed elVar('border-color'),
|
|
800
|
+
'btn-hover-border': 1px dashed elVar('color-primary'),
|
|
801
|
+
'btn-drag-bg': elVar('color-primary', 'light-9'),
|
|
802
|
+
'btn-disabled-color': elVar('disabled', 'text-color'),
|
|
803
|
+
'btn-disabled-bg': elVar('disabled', 'bg-color'),
|
|
804
|
+
'btn-disabled-border': 1px dashed elVar('disabled', 'border-color'),
|
|
805
|
+
'tool-color': #fff,
|
|
806
|
+
'tool-font-size': 12px,
|
|
807
|
+
'tool-padding': 4px 0,
|
|
808
|
+
'tool-bg': hsla(0, 0%, 40%, 0.8),
|
|
809
|
+
'tool-hover-bg': hsla(0, 0%, 60%, 0.8),
|
|
810
|
+
'del-size': 18px,
|
|
811
|
+
'del-icon-margin': -2px -3px 0 0,
|
|
812
|
+
'del-hover-bg': elVar('color-danger'),
|
|
813
|
+
'del-shadow': 0 0 2px 0 rgba(255, 255, 255, 0.6),
|
|
814
|
+
'thumbnail-color': elVar('text-color', 'regular'),
|
|
815
|
+
'thumbnail-font-size': 12px,
|
|
816
|
+
'thumbnail-icon-color': elVar('text-color', 'placeholder'),
|
|
817
|
+
'thumbnail-icon-font-size': 24px,
|
|
818
|
+
'thumbnail-gap': 4px,
|
|
819
|
+
'progress-padding': 0 6px,
|
|
820
|
+
'progress-bg': rgba(0, 0, 0, 0.6),
|
|
821
|
+
'progress-color': #fff,
|
|
822
|
+
'progress-font-size': 12px,
|
|
823
|
+
'progress-tool-font-size': 12px,
|
|
824
|
+
'progress-tool-padding': 4px,
|
|
825
|
+
'progress-tool-radius': elVar('border-radius', 'small'),
|
|
826
|
+
'progress-tool-gap': 4px,
|
|
827
|
+
'progress-tool-bg': hsla(0, 0%, 60%, 0.4),
|
|
828
|
+
'progress-tool-hover-bg': hsla(0, 0%, 60%, 0.8),
|
|
829
|
+
'file-height': 26px,
|
|
830
|
+
'file-padding': 8px,
|
|
831
|
+
'file-btn-font-size': 15px,
|
|
832
|
+
'file-tool-size': 20px,
|
|
833
|
+
'file-tool-color': elVar('text-color', 'secondary'),
|
|
834
|
+
'file-tool-radius': elVar('border-radius', 'small'),
|
|
835
|
+
'file-tool-gap': 2px,
|
|
836
|
+
'file-tool-hover-color': elVar('color-primary'),
|
|
837
|
+
'file-tool-hover-bg': transparent,
|
|
838
|
+
'file-del-margin': 0 -4px 0 2px,
|
|
839
|
+
'file-del-hover-color': elVar('color-danger'),
|
|
840
|
+
'file-thumbnail-font-size': 14px,
|
|
841
|
+
'file-thumbnail-icon-color': elVar('text-color', 'secondary'),
|
|
842
|
+
'file-thumbnail-icon-font-size': 14px
|
|
843
|
+
),
|
|
770
844
|
'popper': (
|
|
771
845
|
// 底层气泡
|
|
772
846
|
'bg': elVar('bg-color', 'overlay'),
|
|
@@ -1101,7 +1175,16 @@ $ele: map.deep-merge(
|
|
|
1101
1175
|
),
|
|
1102
1176
|
'image-viewer': (
|
|
1103
1177
|
// 图片预览
|
|
1104
|
-
'tool-bg': hsla(0, 0%,
|
|
1178
|
+
'tool-bg': hsla(0, 0%, 40%, 0.6),
|
|
1179
|
+
'tool-hover-bg': hsla(0, 0%, 36%, 0.8),
|
|
1180
|
+
'tool-size': 42px,
|
|
1181
|
+
'tool-font-size': 20px,
|
|
1182
|
+
'tool-action-size': 42px,
|
|
1183
|
+
'tool-action-font-size': 18px,
|
|
1184
|
+
'tool-action-gap': 0,
|
|
1185
|
+
'tool-action-hover-bg': hsla(0, 0%, 32%, 0.4),
|
|
1186
|
+
'tool-shadow': 0 0 1px 0 rgba(255, 255, 255, 0.2),
|
|
1187
|
+
'disabled-opacity': 0.4
|
|
1105
1188
|
),
|
|
1106
1189
|
'descriptions': (
|
|
1107
1190
|
// 描述列表
|
|
@@ -109,7 +109,8 @@ $ele-rounded: map.deep-merge(
|
|
|
109
109
|
'active-bg': none,
|
|
110
110
|
'active-border': 1px solid elVar('color', 'primary'),
|
|
111
111
|
'active-font-weight': bold,
|
|
112
|
-
'sm-radius': elVar('border-radius', 'base')
|
|
112
|
+
'sm-radius': elVar('border-radius', 'base'),
|
|
113
|
+
'lg-radius': $radius-large
|
|
113
114
|
),
|
|
114
115
|
'segmented': (
|
|
115
116
|
'radius': elVar('border-radius', 'small')
|
|
@@ -133,14 +134,13 @@ $ele-rounded: map.deep-merge(
|
|
|
133
134
|
'close-hover-bg': hsla(0, 0%, 60%, 0.15),
|
|
134
135
|
'active-close-hover-color': elVar('text-color', 'primary'),
|
|
135
136
|
'active-close-hover-bg': hsla(0, 0%, 60%, 0.15),
|
|
136
|
-
'transition': (color, box-shadow),
|
|
137
137
|
'sm-close-size': 14px,
|
|
138
138
|
'lg-close-size': 20px,
|
|
139
|
-
'simple-radius':
|
|
139
|
+
'simple-radius': 10px 10px 0px 0px,
|
|
140
140
|
'simple-active-weight': bold,
|
|
141
141
|
'simple-active-line': 0px,
|
|
142
142
|
'simple-line-display': none,
|
|
143
|
-
'simple-angle-size':
|
|
143
|
+
'simple-angle-size': 12px,
|
|
144
144
|
'simple-angle-display': block,
|
|
145
145
|
'simple-tool-hover-bg': transparent,
|
|
146
146
|
'button-radius': $radius-large,
|
|
@@ -164,7 +164,7 @@ $ele-rounded: map.deep-merge(
|
|
|
164
164
|
),
|
|
165
165
|
'tool-column': (
|
|
166
166
|
'body-padding': 6px 4px,
|
|
167
|
-
'item-padding':
|
|
167
|
+
'item-padding': 10px,
|
|
168
168
|
'item-radius': elVar('border-radius', 'small'),
|
|
169
169
|
'btn-hover-bg': elVar('color-primary', 'light-8'),
|
|
170
170
|
'btn-active-bg': elVar('color-primary', 'light-7')
|
|
@@ -179,6 +179,10 @@ $ele-rounded: map.deep-merge(
|
|
|
179
179
|
'item-radius': elVar('border-radius', 'small'),
|
|
180
180
|
'expand-hover-bg': hsla(0, 0%, 60%, 0.15)
|
|
181
181
|
),
|
|
182
|
+
'upload-list': (
|
|
183
|
+
'file-tool-hover-color': elVar('text-color', 'primary'),
|
|
184
|
+
'file-tool-hover-bg': elVar('fill-color', 'light')
|
|
185
|
+
),
|
|
182
186
|
'popper': (
|
|
183
187
|
'radius': $radius-large
|
|
184
188
|
),
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
@use '../../ele-dropdown/style/css-var.scss' as *;
|
|
12
12
|
@use '../../ele-file-list/style/css-var.scss' as *;
|
|
13
13
|
@use '../../ele-icon-select/style/css-var.scss' as *;
|
|
14
|
+
@use '../../ele-image-viewer/style/css-var.scss' as *;
|
|
14
15
|
@use '../../ele-loading/style/css-var.scss' as *;
|
|
15
16
|
@use '../../ele-map-picker/style/css-var.scss' as *;
|
|
16
17
|
@use '../../ele-menus/style/css-var.scss' as *;
|
|
@@ -29,6 +30,7 @@
|
|
|
29
30
|
@use '../../ele-toolbar/style/css-var.scss' as *;
|
|
30
31
|
@use '../../ele-tooltip/style/css-var.scss' as *;
|
|
31
32
|
@use '../../ele-tree-select/style/css-var.scss' as *;
|
|
33
|
+
@use '../../ele-upload-list/style/css-var.scss' as *;
|
|
32
34
|
@use '../../ele-virtual-table/style/css-var.scss' as *;
|
|
33
35
|
|
|
34
36
|
/* 生成主题的 css 变量 */
|
|
@@ -47,6 +49,7 @@
|
|
|
47
49
|
@include set-dropdown-var($var);
|
|
48
50
|
@include set-file-var($var);
|
|
49
51
|
@include set-icon-var($var);
|
|
52
|
+
@include set-image-viewer-var($var);
|
|
50
53
|
@include set-loading-var($var);
|
|
51
54
|
@include set-map-var($var);
|
|
52
55
|
@include set-menus-var($var);
|
|
@@ -65,6 +68,7 @@
|
|
|
65
68
|
@include set-toolbar-var($var);
|
|
66
69
|
@include set-tooltip-var($var);
|
|
67
70
|
@include set-tree-select-var($var);
|
|
71
|
+
@include set-upload-list-var($var);
|
|
68
72
|
@include set-virtual-table-var($var);
|
|
69
73
|
}
|
|
70
74
|
}
|