ele-admin-plus 1.2.1-beta.3 → 1.2.1-beta.5
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.js +7 -2
- package/es/ele-admin-layout/types.d.ts +2 -0
- 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/date-picker/index.scss +13 -11
- 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/scrollbar/css-var.scss +17 -16
- package/es/ele-app/types.d.ts +8 -1
- package/es/ele-basic-select/index.d.ts +2 -2
- package/es/ele-bottom-bar/index.d.ts +9 -2
- package/es/ele-bottom-bar/index.js +37 -15
- package/es/ele-bottom-bar/props.d.ts +2 -0
- package/es/ele-bottom-bar/props.js +3 -1
- package/es/ele-bottom-bar/style/index.scss +5 -0
- package/es/ele-check-card/index.d.ts +2 -2
- package/es/ele-cropper/components/cropper-tools.d.ts +9 -3
- package/es/ele-cropper/components/cropper-tools.js +42 -14
- package/es/ele-cropper/index.d.ts +3 -1
- package/es/ele-cropper/index.js +2 -1
- package/es/ele-cropper/props.d.ts +3 -1
- 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 +3 -1
- package/es/ele-cropper-modal/index.js +2 -1
- package/es/ele-cropper-modal/props.d.ts +1 -0
- package/es/ele-data-table/components/table-columns.d.ts +32 -0
- package/es/ele-data-table/components/table-columns.js +124 -0
- package/es/ele-data-table/index.d.ts +327 -23
- package/es/ele-data-table/index.js +202 -120
- package/es/ele-data-table/props.d.ts +14 -18
- package/es/ele-data-table/style/index.scss +0 -4
- package/es/ele-data-table/types.d.ts +5 -2
- package/es/ele-data-table/util.d.ts +1 -45
- package/es/ele-data-table/util.js +2 -110
- package/es/ele-drawer/index.d.ts +9 -8
- package/es/ele-drawer/index.js +8 -2
- package/es/ele-drawer/props.d.ts +2 -2
- package/es/ele-dropdown/components/dropdown-menu-item.d.ts +39 -0
- package/es/ele-dropdown/components/dropdown-menu-item.js +132 -0
- package/es/ele-dropdown/components/dropdown-menus.d.ts +44 -0
- package/es/ele-dropdown/components/dropdown-menus.js +111 -0
- package/es/ele-dropdown/components/pro-dropdown.d.ts +238 -0
- package/es/ele-dropdown/components/pro-dropdown.js +205 -0
- package/es/ele-dropdown/index.d.ts +521 -33
- package/es/ele-dropdown/index.js +147 -66
- package/es/ele-dropdown/props.d.ts +109 -15
- package/es/ele-dropdown/props.js +54 -7
- package/es/ele-dropdown/style/index.js +4 -1
- package/es/ele-dropdown/style/index.scss +226 -7
- package/es/ele-dropdown/types.d.ts +2 -2
- package/es/ele-edit-tag/index.d.ts +2 -2
- 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 +33 -12
- 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 +1 -1
- package/es/ele-icon-select/index.d.ts +2 -2
- 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-map-picker/components/map-view.d.ts +18 -18
- 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 +77 -18
- package/es/ele-menus/index.js +280 -210
- package/es/ele-menus/props.d.ts +2 -2
- package/es/ele-menus/util.d.ts +1 -62
- package/es/ele-menus/util.js +3 -244
- package/es/ele-modal/index.d.ts +9 -9
- package/es/ele-modal/props.d.ts +2 -2
- package/es/ele-modal/util.d.ts +1 -1
- package/es/ele-modal/util.js +8 -4
- package/es/ele-pagination/index.d.ts +2 -2
- package/es/ele-pagination/props.d.ts +1 -1
- package/es/ele-popconfirm/index.d.ts +11 -14
- package/es/ele-popconfirm/index.js +31 -24
- package/es/ele-popconfirm/props.d.ts +3 -4
- package/es/ele-popover/index.d.ts +11 -14
- package/es/ele-popover/props.d.ts +0 -1
- package/es/ele-popover/props.js +1 -1
- package/es/ele-printer/util.js +1 -1
- 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 +1 -1
- package/es/ele-pro-layout/index.js +20 -6
- package/es/ele-pro-layout/props.d.ts +3 -3
- 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 +25 -26
- package/es/ele-pro-table/components/table-tools.js +26 -18
- package/es/ele-pro-table/components/tool-column.d.ts +7 -7
- package/es/ele-pro-table/components/tool-column.js +4 -4
- package/es/ele-pro-table/components/tool-export.d.ts +5 -5
- package/es/ele-pro-table/components/tool-print-body-cell.js +1 -1
- package/es/ele-pro-table/components/tool-print-header-cell.js +3 -2
- package/es/ele-pro-table/components/tool-print.d.ts +5 -5
- package/es/ele-pro-table/index.d.ts +71 -85
- package/es/ele-pro-table/index.js +19 -23
- package/es/ele-pro-table/props.d.ts +9 -11
- package/es/ele-pro-table/props.js +1 -1
- package/es/ele-segmented/index.d.ts +3 -1
- package/es/ele-segmented/index.js +27 -3
- package/es/ele-segmented/style/index.scss +7 -1
- package/es/ele-steps/index.d.ts +12 -12
- package/es/ele-steps/props.d.ts +3 -3
- 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/style/index.scss +1 -2
- package/es/ele-table-select/index.d.ts +6 -6
- package/es/ele-tabs/index.d.ts +21 -19
- package/es/ele-tabs/index.js +240 -115
- package/es/ele-tabs/props.d.ts +1 -6
- package/es/ele-tabs/props.js +1 -1
- package/es/ele-tabs/style/index.scss +152 -176
- package/es/ele-tabs/types.d.ts +29 -6
- package/es/ele-tool/index.js +6 -1
- package/es/ele-toolbar/index.d.ts +9 -9
- package/es/ele-tooltip/index.d.ts +15 -15
- package/es/ele-tooltip/props.d.ts +2 -2
- package/es/ele-tooltip/style/css-var.scss +4 -0
- package/es/ele-tree-select/index.d.ts +5 -5
- 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 +55 -26
- package/es/ele-upload-list/index.js +180 -97
- package/es/ele-upload-list/props.d.ts +22 -9
- 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 +425 -135
- package/es/ele-upload-list/types.d.ts +35 -11
- package/es/ele-virtual-table/components/body-cell.d.ts +2 -2
- package/es/ele-virtual-table/components/header-cell.d.ts +1 -1
- package/es/ele-virtual-table/components/header-row.d.ts +1 -1
- package/es/ele-virtual-table/index.d.ts +14 -22
- package/es/ele-virtual-table/index.js +8 -6
- package/es/ele-virtual-table/props.d.ts +6 -8
- 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.js +4 -4
- package/es/icons/SizeMiddleOutlined.d.ts +2 -0
- package/es/icons/SizeMiddleOutlined.js +34 -0
- package/es/icons/SizeSlackOutlined.js +4 -4
- package/es/icons/index.d.ts +4 -0
- package/es/icons/index.js +162 -154
- package/es/lang/en_US.js +4 -1
- package/es/lang/zh_CN.js +4 -1
- package/es/lang/zh_TW.js +4 -1
- package/es/style/plus.scss +1 -0
- package/es/style/themes/default.scss +84 -6
- package/es/style/themes/rounded.scss +6 -3
- 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 +2 -0
- package/es/utils/hook.js +5 -1
- 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/types.d.ts +2 -0
- 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/date-picker/index.scss +13 -11
- 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/scrollbar/css-var.scss +17 -16
- package/lib/ele-app/types.d.ts +8 -1
- package/lib/ele-basic-select/index.d.ts +2 -2
- package/lib/ele-bottom-bar/index.cjs +36 -14
- package/lib/ele-bottom-bar/index.d.ts +9 -2
- package/lib/ele-bottom-bar/props.cjs +3 -1
- package/lib/ele-bottom-bar/props.d.ts +2 -0
- package/lib/ele-bottom-bar/style/index.scss +5 -0
- package/lib/ele-check-card/index.d.ts +2 -2
- package/lib/ele-cropper/components/cropper-tools.cjs +41 -13
- package/lib/ele-cropper/components/cropper-tools.d.ts +9 -3
- package/lib/ele-cropper/index.cjs +2 -1
- package/lib/ele-cropper/index.d.ts +3 -1
- package/lib/ele-cropper/props.cjs +2 -0
- package/lib/ele-cropper/props.d.ts +3 -1
- 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 +3 -1
- package/lib/ele-cropper-modal/props.d.ts +1 -0
- package/lib/ele-data-table/components/table-columns.cjs +123 -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 +327 -23
- package/lib/ele-data-table/props.d.ts +14 -18
- package/lib/ele-data-table/style/index.scss +0 -4
- package/lib/ele-data-table/types.d.ts +5 -2
- package/lib/ele-data-table/util.cjs +0 -108
- package/lib/ele-data-table/util.d.ts +1 -45
- package/lib/ele-drawer/index.cjs +8 -2
- package/lib/ele-drawer/index.d.ts +9 -8
- package/lib/ele-drawer/props.d.ts +2 -2
- package/lib/ele-dropdown/components/dropdown-menu-item.cjs +131 -0
- package/lib/ele-dropdown/components/dropdown-menu-item.d.ts +39 -0
- package/lib/ele-dropdown/components/dropdown-menus.cjs +110 -0
- package/lib/ele-dropdown/components/dropdown-menus.d.ts +44 -0
- package/lib/ele-dropdown/components/pro-dropdown.cjs +204 -0
- package/lib/ele-dropdown/components/pro-dropdown.d.ts +238 -0
- package/lib/ele-dropdown/index.cjs +149 -68
- package/lib/ele-dropdown/index.d.ts +521 -33
- package/lib/ele-dropdown/props.cjs +53 -6
- package/lib/ele-dropdown/props.d.ts +109 -15
- package/lib/ele-dropdown/style/index.cjs +4 -1
- package/lib/ele-dropdown/style/index.scss +226 -7
- package/lib/ele-dropdown/types.d.ts +2 -2
- package/lib/ele-edit-tag/index.d.ts +2 -2
- 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 +33 -12
- 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 +1 -1
- package/lib/ele-icon-select/index.d.ts +2 -2
- 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-map-picker/components/map-view.d.ts +18 -18
- 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 +77 -18
- package/lib/ele-menus/props.d.ts +2 -2
- package/lib/ele-menus/util.cjs +1 -242
- package/lib/ele-menus/util.d.ts +1 -62
- package/lib/ele-modal/index.d.ts +9 -9
- package/lib/ele-modal/props.d.ts +2 -2
- package/lib/ele-modal/util.cjs +8 -4
- package/lib/ele-modal/util.d.ts +1 -1
- package/lib/ele-pagination/index.d.ts +2 -2
- package/lib/ele-pagination/props.d.ts +1 -1
- package/lib/ele-popconfirm/index.cjs +31 -24
- package/lib/ele-popconfirm/index.d.ts +11 -14
- package/lib/ele-popconfirm/props.d.ts +3 -4
- package/lib/ele-popover/index.d.ts +11 -14
- package/lib/ele-popover/props.cjs +1 -1
- package/lib/ele-popover/props.d.ts +0 -1
- package/lib/ele-printer/util.cjs +1 -1
- 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 +19 -5
- package/lib/ele-pro-layout/index.d.ts +1 -1
- package/lib/ele-pro-layout/props.cjs +3 -3
- package/lib/ele-pro-layout/props.d.ts +3 -3
- 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 +24 -16
- package/lib/ele-pro-table/components/table-tools.d.ts +25 -26
- package/lib/ele-pro-table/components/tool-column.cjs +4 -4
- package/lib/ele-pro-table/components/tool-column.d.ts +7 -7
- package/lib/ele-pro-table/components/tool-export.d.ts +5 -5
- package/lib/ele-pro-table/components/tool-print-body-cell.cjs +1 -1
- package/lib/ele-pro-table/components/tool-print-header-cell.cjs +3 -2
- package/lib/ele-pro-table/components/tool-print.d.ts +5 -5
- package/lib/ele-pro-table/index.cjs +17 -21
- package/lib/ele-pro-table/index.d.ts +71 -85
- package/lib/ele-pro-table/props.cjs +1 -1
- package/lib/ele-pro-table/props.d.ts +9 -11
- package/lib/ele-segmented/index.cjs +26 -2
- package/lib/ele-segmented/index.d.ts +3 -1
- package/lib/ele-segmented/style/index.scss +7 -1
- package/lib/ele-steps/index.d.ts +12 -12
- package/lib/ele-steps/props.d.ts +3 -3
- 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/style/index.scss +1 -2
- package/lib/ele-table-select/index.d.ts +6 -6
- package/lib/ele-tabs/index.cjs +238 -113
- package/lib/ele-tabs/index.d.ts +21 -19
- package/lib/ele-tabs/props.cjs +1 -1
- package/lib/ele-tabs/props.d.ts +1 -6
- package/lib/ele-tabs/style/index.scss +152 -176
- package/lib/ele-tabs/types.d.ts +29 -6
- package/lib/ele-tool/index.cjs +6 -1
- package/lib/ele-toolbar/index.d.ts +9 -9
- package/lib/ele-tooltip/index.d.ts +15 -15
- package/lib/ele-tooltip/props.d.ts +2 -2
- package/lib/ele-tooltip/style/css-var.scss +4 -0
- package/lib/ele-tree-select/index.d.ts +5 -5
- 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 +55 -26
- package/lib/ele-upload-list/props.cjs +20 -8
- package/lib/ele-upload-list/props.d.ts +22 -9
- 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 +425 -135
- package/lib/ele-upload-list/types.d.ts +35 -11
- package/lib/ele-virtual-table/components/body-cell.d.ts +2 -2
- package/lib/ele-virtual-table/components/header-cell.d.ts +1 -1
- package/lib/ele-virtual-table/components/header-row.d.ts +1 -1
- package/lib/ele-virtual-table/index.cjs +7 -5
- package/lib/ele-virtual-table/index.d.ts +14 -22
- package/lib/ele-virtual-table/props.d.ts +6 -8
- 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 +4 -4
- package/lib/icons/SizeMiddleOutlined.cjs +33 -0
- package/lib/icons/SizeMiddleOutlined.d.ts +2 -0
- package/lib/icons/SizeSlackOutlined.cjs +4 -4
- package/lib/icons/index.cjs +8 -0
- package/lib/icons/index.d.ts +4 -0
- package/lib/lang/en_US.cjs +4 -1
- package/lib/lang/zh_CN.cjs +4 -1
- package/lib/lang/zh_TW.cjs +4 -1
- package/lib/style/plus.scss +1 -0
- package/lib/style/themes/default.scss +84 -6
- package/lib/style/themes/rounded.scss +6 -3
- 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 +5 -1
- package/lib/utils/hook.d.ts +2 -0
- 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 +36 -36
- 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
|
@@ -82,9 +82,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
82
82
|
onCheckedChange?: ((_checked: boolean) => any) | undefined;
|
|
83
83
|
onCellMouseenter?: ((_col: Column, _e: MouseEvent) => any) | undefined;
|
|
84
84
|
}, {
|
|
85
|
-
isIndeterminate: boolean;
|
|
86
85
|
headerEllipsis: boolean;
|
|
87
86
|
isCheckAll: boolean;
|
|
87
|
+
isIndeterminate: boolean;
|
|
88
88
|
disabledCheckbox: boolean;
|
|
89
89
|
}, {}>;
|
|
90
90
|
export default _default;
|
|
@@ -228,9 +228,6 @@ const _sfc_main = vue.defineComponent({
|
|
|
228
228
|
const tableEmptyText = vue.computed(() => {
|
|
229
229
|
return props2.errorText || props2.emptyText || t("el.table.emptyText");
|
|
230
230
|
});
|
|
231
|
-
const tableEmptyProps = vue.computed(() => {
|
|
232
|
-
return util.getEmptyProps(props2.emptyProps, tableEmptyText.value);
|
|
233
|
-
});
|
|
234
231
|
const triggerTooltip = (cell, col) => {
|
|
235
232
|
const cellText = cell.innerText;
|
|
236
233
|
const tooltip = util.mergeTooltipProps(
|
|
@@ -928,7 +925,6 @@ const _sfc_main = vue.defineComponent({
|
|
|
928
925
|
isPingRight,
|
|
929
926
|
tableSumText,
|
|
930
927
|
tableEmptyText,
|
|
931
|
-
tableEmptyProps,
|
|
932
928
|
isLayoutFixedHead,
|
|
933
929
|
isLayoutMaximized,
|
|
934
930
|
handleTableFilterChange,
|
|
@@ -1119,7 +1115,13 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1119
1115
|
text: _ctx.emptyText,
|
|
1120
1116
|
error: _ctx.errorText
|
|
1121
1117
|
}, () => [
|
|
1122
|
-
_ctx.emptyProps === false ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1, vue.toDisplayString(_ctx.tableEmptyText), 1)) : (vue.openBlock(), vue.createBlock(_component_ElEmpty, vue.
|
|
1118
|
+
_ctx.emptyProps === false ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1, vue.toDisplayString(_ctx.tableEmptyText), 1)) : (vue.openBlock(), vue.createBlock(_component_ElEmpty, vue.mergeProps({
|
|
1119
|
+
key: 1,
|
|
1120
|
+
imageSize: 68
|
|
1121
|
+
}, !_ctx.emptyProps || _ctx.emptyProps === true ? {} : _ctx.emptyProps, {
|
|
1122
|
+
description: _ctx.tableEmptyText,
|
|
1123
|
+
class: "ele-table-empty"
|
|
1124
|
+
}), null, 16, ["description"]))
|
|
1123
1125
|
])
|
|
1124
1126
|
]),
|
|
1125
1127
|
_: 2
|
|
@@ -45,7 +45,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
45
45
|
selectedRowKeys: import('vue').PropType<DataKey[]>;
|
|
46
46
|
cacheData: import('vue').PropType<DataItem[]>;
|
|
47
47
|
size: {
|
|
48
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "" | "
|
|
48
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
49
49
|
readonly required: false;
|
|
50
50
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
51
51
|
__epPropKey: true;
|
|
@@ -84,11 +84,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
84
84
|
highlightCurrentRow: BooleanConstructor;
|
|
85
85
|
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
86
86
|
emptyText: StringConstructor;
|
|
87
|
-
expandRowKeys: import('vue').PropType<
|
|
87
|
+
expandRowKeys: import('vue').PropType<string[] | undefined>;
|
|
88
88
|
defaultExpandAll: BooleanConstructor;
|
|
89
89
|
defaultSort: import('vue').PropType<import('element-plus').Sort | undefined>;
|
|
90
90
|
tooltipEffect: StringConstructor;
|
|
91
|
-
tooltipOptions: import('vue').PropType<Partial<Pick<import('element-plus').ElTooltipProps, "offset" | "
|
|
91
|
+
tooltipOptions: import('vue').PropType<Partial<Pick<import('element-plus').ElTooltipProps, "offset" | "transition" | "placement" | "effect" | "showAfter" | "hideAfter" | "popperOptions" | "enterable" | "popperClass" | "appendTo" | "showArrow">> | undefined>;
|
|
92
92
|
spanMethod: import('vue').PropType<((data: {
|
|
93
93
|
row: any;
|
|
94
94
|
rowIndex: number;
|
|
@@ -107,13 +107,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
107
107
|
default: number;
|
|
108
108
|
};
|
|
109
109
|
treeProps: {
|
|
110
|
-
type: import('vue').PropType<
|
|
111
|
-
hasChildren?: string | undefined;
|
|
112
|
-
children?: string | undefined;
|
|
113
|
-
} | undefined>;
|
|
110
|
+
type: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TreeProps | undefined>;
|
|
114
111
|
default: () => {
|
|
115
112
|
hasChildren: string;
|
|
116
113
|
children: string;
|
|
114
|
+
checkStrictly: boolean;
|
|
117
115
|
};
|
|
118
116
|
};
|
|
119
117
|
load: import('vue').PropType<((row: any, treeNode: import('element-plus').TreeNode, resolve: (data: any[]) => void) => void) | undefined>;
|
|
@@ -123,7 +121,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
123
121
|
};
|
|
124
122
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
125
123
|
flexible: BooleanConstructor;
|
|
126
|
-
showOverflowTooltip: import('vue').PropType<boolean | Partial<Pick<import('element-plus').ElTooltipProps, "offset" | "
|
|
124
|
+
showOverflowTooltip: import('vue').PropType<boolean | Partial<Pick<import('element-plus').ElTooltipProps, "offset" | "transition" | "placement" | "effect" | "showAfter" | "hideAfter" | "popperOptions" | "enterable" | "popperClass" | "appendTo" | "showArrow">> | undefined>;
|
|
127
125
|
}, {
|
|
128
126
|
ownSlots: string[];
|
|
129
127
|
rootRef: Ref<HTMLElement | null>;
|
|
@@ -155,7 +153,6 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
155
153
|
isPingRight: import('vue').ComputedRef<boolean>;
|
|
156
154
|
tableSumText: import('vue').ComputedRef<string>;
|
|
157
155
|
tableEmptyText: import('vue').ComputedRef<string>;
|
|
158
|
-
tableEmptyProps: import('vue').ComputedRef<import('../ele-app/el').ElEmptyProps>;
|
|
159
156
|
isLayoutFixedHead: import('vue').ComputedRef<boolean | undefined>;
|
|
160
157
|
isLayoutMaximized: import('vue').ComputedRef<boolean | undefined>;
|
|
161
158
|
handleTableFilterChange: (params: CellFilterChangeParams) => void;
|
|
@@ -259,7 +256,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
259
256
|
selectedRowKeys: import('vue').PropType<DataKey[]>;
|
|
260
257
|
cacheData: import('vue').PropType<DataItem[]>;
|
|
261
258
|
size: {
|
|
262
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "" | "
|
|
259
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
263
260
|
readonly required: false;
|
|
264
261
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
265
262
|
__epPropKey: true;
|
|
@@ -298,11 +295,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
298
295
|
highlightCurrentRow: BooleanConstructor;
|
|
299
296
|
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
300
297
|
emptyText: StringConstructor;
|
|
301
|
-
expandRowKeys: import('vue').PropType<
|
|
298
|
+
expandRowKeys: import('vue').PropType<string[] | undefined>;
|
|
302
299
|
defaultExpandAll: BooleanConstructor;
|
|
303
300
|
defaultSort: import('vue').PropType<import('element-plus').Sort | undefined>;
|
|
304
301
|
tooltipEffect: StringConstructor;
|
|
305
|
-
tooltipOptions: import('vue').PropType<Partial<Pick<import('element-plus').ElTooltipProps, "offset" | "
|
|
302
|
+
tooltipOptions: import('vue').PropType<Partial<Pick<import('element-plus').ElTooltipProps, "offset" | "transition" | "placement" | "effect" | "showAfter" | "hideAfter" | "popperOptions" | "enterable" | "popperClass" | "appendTo" | "showArrow">> | undefined>;
|
|
306
303
|
spanMethod: import('vue').PropType<((data: {
|
|
307
304
|
row: any;
|
|
308
305
|
rowIndex: number;
|
|
@@ -321,13 +318,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
321
318
|
default: number;
|
|
322
319
|
};
|
|
323
320
|
treeProps: {
|
|
324
|
-
type: import('vue').PropType<
|
|
325
|
-
hasChildren?: string | undefined;
|
|
326
|
-
children?: string | undefined;
|
|
327
|
-
} | undefined>;
|
|
321
|
+
type: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TreeProps | undefined>;
|
|
328
322
|
default: () => {
|
|
329
323
|
hasChildren: string;
|
|
330
324
|
children: string;
|
|
325
|
+
checkStrictly: boolean;
|
|
331
326
|
};
|
|
332
327
|
};
|
|
333
328
|
load: import('vue').PropType<((row: any, treeNode: import('element-plus').TreeNode, resolve: (data: any[]) => void) => void) | undefined>;
|
|
@@ -337,7 +332,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
337
332
|
};
|
|
338
333
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
339
334
|
flexible: BooleanConstructor;
|
|
340
|
-
showOverflowTooltip: import('vue').PropType<boolean | Partial<Pick<import('element-plus').ElTooltipProps, "offset" | "
|
|
335
|
+
showOverflowTooltip: import('vue').PropType<boolean | Partial<Pick<import('element-plus').ElTooltipProps, "offset" | "transition" | "placement" | "effect" | "showAfter" | "hideAfter" | "popperOptions" | "enterable" | "popperClass" | "appendTo" | "showArrow">> | undefined>;
|
|
341
336
|
}>> & {
|
|
342
337
|
onSelect?: ((_selection: DataItem[], _row: DataItem) => any) | undefined;
|
|
343
338
|
onExpandChange?: ((_row: DataItem, _expanded: boolean) => any) | undefined;
|
|
@@ -372,16 +367,13 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
372
367
|
defaultExpandAll: boolean;
|
|
373
368
|
selectOnIndeterminate: boolean;
|
|
374
369
|
indent: number;
|
|
375
|
-
treeProps:
|
|
376
|
-
hasChildren?: string | undefined;
|
|
377
|
-
children?: string | undefined;
|
|
378
|
-
} | undefined;
|
|
370
|
+
treeProps: import('element-plus/es/components/table/src/table/defaults').TreeProps | undefined;
|
|
379
371
|
tableLayout: "auto" | "fixed";
|
|
380
372
|
scrollbarAlwaysOn: boolean;
|
|
381
373
|
flexible: boolean;
|
|
382
374
|
sticky: boolean;
|
|
383
|
-
headerEllipsis: boolean;
|
|
384
375
|
slotNormalize: boolean;
|
|
376
|
+
headerEllipsis: boolean;
|
|
385
377
|
bottomLine: boolean;
|
|
386
378
|
emptyProps: import('../ele-data-table/types').TableEmptyProps;
|
|
387
379
|
reserveCurrent: boolean;
|
|
@@ -52,7 +52,7 @@ export declare const virtualTableProps: {
|
|
|
52
52
|
default: () => never[];
|
|
53
53
|
};
|
|
54
54
|
size: {
|
|
55
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "" | "
|
|
55
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
56
56
|
readonly required: false;
|
|
57
57
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
58
58
|
__epPropKey: true;
|
|
@@ -85,11 +85,11 @@ export declare const virtualTableProps: {
|
|
|
85
85
|
highlightCurrentRow: BooleanConstructor;
|
|
86
86
|
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
87
87
|
emptyText: StringConstructor;
|
|
88
|
-
expandRowKeys: import('vue').PropType<
|
|
88
|
+
expandRowKeys: import('vue').PropType<string[] | undefined>;
|
|
89
89
|
defaultExpandAll: BooleanConstructor;
|
|
90
90
|
defaultSort: import('vue').PropType<import('element-plus').Sort | undefined>;
|
|
91
91
|
tooltipEffect: StringConstructor;
|
|
92
|
-
tooltipOptions: import('vue').PropType<Partial<Pick<import('element-plus').ElTooltipProps, "offset" | "
|
|
92
|
+
tooltipOptions: import('vue').PropType<Partial<Pick<import('element-plus').ElTooltipProps, "offset" | "transition" | "placement" | "effect" | "showAfter" | "hideAfter" | "popperOptions" | "enterable" | "popperClass" | "appendTo" | "showArrow">> | undefined>;
|
|
93
93
|
spanMethod: import('vue').PropType<((data: {
|
|
94
94
|
row: any;
|
|
95
95
|
rowIndex: number;
|
|
@@ -108,13 +108,11 @@ export declare const virtualTableProps: {
|
|
|
108
108
|
default: number;
|
|
109
109
|
};
|
|
110
110
|
treeProps: {
|
|
111
|
-
type: import('vue').PropType<
|
|
112
|
-
hasChildren?: string | undefined;
|
|
113
|
-
children?: string | undefined;
|
|
114
|
-
} | undefined>;
|
|
111
|
+
type: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TreeProps | undefined>;
|
|
115
112
|
default: () => {
|
|
116
113
|
hasChildren: string;
|
|
117
114
|
children: string;
|
|
115
|
+
checkStrictly: boolean;
|
|
118
116
|
};
|
|
119
117
|
};
|
|
120
118
|
load: import('vue').PropType<((row: any, treeNode: import('element-plus').TreeNode, resolve: (data: any[]) => void) => void) | undefined>;
|
|
@@ -124,7 +122,7 @@ export declare const virtualTableProps: {
|
|
|
124
122
|
};
|
|
125
123
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
126
124
|
flexible: BooleanConstructor;
|
|
127
|
-
showOverflowTooltip: import('vue').PropType<boolean | Partial<Pick<import('element-plus').ElTooltipProps, "offset" | "
|
|
125
|
+
showOverflowTooltip: import('vue').PropType<boolean | Partial<Pick<import('element-plus').ElTooltipProps, "offset" | "transition" | "placement" | "effect" | "showAfter" | "hideAfter" | "popperOptions" | "enterable" | "popperClass" | "appendTo" | "showArrow">> | undefined>;
|
|
128
126
|
};
|
|
129
127
|
export type VirtualTableProps = ExtractPropTypes<typeof virtualTableProps>;
|
|
130
128
|
/**
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const vue = require("vue");
|
|
3
|
+
const _sfc_main = vue.defineComponent({
|
|
4
|
+
name: "CornerLeftFilled"
|
|
5
|
+
});
|
|
6
|
+
const _export_sfc = (sfc, props) => {
|
|
7
|
+
const target = sfc.__vccOpts || sfc;
|
|
8
|
+
for (const [key, val] of props) {
|
|
9
|
+
target[key] = val;
|
|
10
|
+
}
|
|
11
|
+
return target;
|
|
12
|
+
};
|
|
13
|
+
const _hoisted_1 = {
|
|
14
|
+
viewBox: "0 0 48 48",
|
|
15
|
+
fill: "currentColor"
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M48 48H0C24 48 48 24 48 0Z" }, null, -1);
|
|
18
|
+
const _hoisted_3 = [
|
|
19
|
+
_hoisted_2
|
|
20
|
+
];
|
|
21
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
22
|
+
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _hoisted_3);
|
|
23
|
+
}
|
|
24
|
+
const CornerLeftFilled = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
25
|
+
module.exports = CornerLeftFilled;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const vue = require("vue");
|
|
3
|
+
const _sfc_main = vue.defineComponent({
|
|
4
|
+
name: "CorneRightFilled"
|
|
5
|
+
});
|
|
6
|
+
const _export_sfc = (sfc, props) => {
|
|
7
|
+
const target = sfc.__vccOpts || sfc;
|
|
8
|
+
for (const [key, val] of props) {
|
|
9
|
+
target[key] = val;
|
|
10
|
+
}
|
|
11
|
+
return target;
|
|
12
|
+
};
|
|
13
|
+
const _hoisted_1 = {
|
|
14
|
+
viewBox: "0 0 48 48",
|
|
15
|
+
fill: "currentColor"
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M0 48H48C24 48 0 24 0 0Z" }, null, -1);
|
|
18
|
+
const _hoisted_3 = [
|
|
19
|
+
_hoisted_2
|
|
20
|
+
];
|
|
21
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
22
|
+
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _hoisted_3);
|
|
23
|
+
}
|
|
24
|
+
const CornerRightFilled = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
25
|
+
module.exports = CornerRightFilled;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const vue = require("vue");
|
|
3
|
+
const _sfc_main = vue.defineComponent({
|
|
4
|
+
name: "EyeOutlined"
|
|
5
|
+
});
|
|
6
|
+
const _export_sfc = (sfc, props) => {
|
|
7
|
+
const target = sfc.__vccOpts || sfc;
|
|
8
|
+
for (const [key, val] of props) {
|
|
9
|
+
target[key] = val;
|
|
10
|
+
}
|
|
11
|
+
return target;
|
|
12
|
+
};
|
|
13
|
+
const _hoisted_1 = {
|
|
14
|
+
viewBox: "0 0 48 48",
|
|
15
|
+
fill: "none",
|
|
16
|
+
stroke: "currentColor",
|
|
17
|
+
"stroke-width": "4"
|
|
18
|
+
};
|
|
19
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M24 40C38 40 45 28 45 24C45 20 38 8 24 8C10 8 3 20 3 24C3 28 10 40 24 40Z" }, null, -1);
|
|
20
|
+
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M24 32C28 32 32 28 32 24C32 20 28 16 24 16C20 16 16 20 16 24C16 28 20 32 24 32Z" }, null, -1);
|
|
21
|
+
const _hoisted_4 = [
|
|
22
|
+
_hoisted_2,
|
|
23
|
+
_hoisted_3
|
|
24
|
+
];
|
|
25
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
26
|
+
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _hoisted_4);
|
|
27
|
+
}
|
|
28
|
+
const EyeOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
29
|
+
module.exports = EyeOutlined;
|
|
@@ -17,10 +17,10 @@ const _hoisted_1 = {
|
|
|
17
17
|
"stroke-width": "3.5",
|
|
18
18
|
"stroke-linejoin": "round"
|
|
19
19
|
};
|
|
20
|
-
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
21
|
-
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
22
|
-
const _hoisted_4 = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
23
|
-
const _hoisted_5 = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
20
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M28 2V16H41M28 2H7V45H41V16Z" }, null, -1);
|
|
21
|
+
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M15 14H22" }, null, -1);
|
|
22
|
+
const _hoisted_4 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M15 25H33" }, null, -1);
|
|
23
|
+
const _hoisted_5 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M15 35H33" }, null, -1);
|
|
24
24
|
const _hoisted_6 = [
|
|
25
25
|
_hoisted_2,
|
|
26
26
|
_hoisted_3,
|
|
@@ -16,10 +16,10 @@ const _hoisted_1 = {
|
|
|
16
16
|
stroke: "currentColor",
|
|
17
17
|
"stroke-width": "4"
|
|
18
18
|
};
|
|
19
|
-
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M47
|
|
20
|
-
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M3
|
|
21
|
-
const _hoisted_4 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M3
|
|
22
|
-
const _hoisted_5 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M3
|
|
19
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M47 12 39 19 31 12M39 1V19M47 36 39 29 31 36M39 47V29" }, null, -1);
|
|
20
|
+
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M3 7H26" }, null, -1);
|
|
21
|
+
const _hoisted_4 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M3 24H26" }, null, -1);
|
|
22
|
+
const _hoisted_5 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M3 41H26" }, null, -1);
|
|
23
23
|
const _hoisted_6 = [
|
|
24
24
|
_hoisted_2,
|
|
25
25
|
_hoisted_3,
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const vue = require("vue");
|
|
3
|
+
const _sfc_main = vue.defineComponent({
|
|
4
|
+
name: "SizeMiddleOutlined"
|
|
5
|
+
});
|
|
6
|
+
const _export_sfc = (sfc, props) => {
|
|
7
|
+
const target = sfc.__vccOpts || sfc;
|
|
8
|
+
for (const [key, val] of props) {
|
|
9
|
+
target[key] = val;
|
|
10
|
+
}
|
|
11
|
+
return target;
|
|
12
|
+
};
|
|
13
|
+
const _hoisted_1 = {
|
|
14
|
+
viewBox: "0 0 48 48",
|
|
15
|
+
fill: "none",
|
|
16
|
+
stroke: "currentColor",
|
|
17
|
+
"stroke-width": "4"
|
|
18
|
+
};
|
|
19
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M40 7V41M33 7H47M33 41H47" }, null, -1);
|
|
20
|
+
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M3 7H26" }, null, -1);
|
|
21
|
+
const _hoisted_4 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M3 24H26" }, null, -1);
|
|
22
|
+
const _hoisted_5 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M3 41H26" }, null, -1);
|
|
23
|
+
const _hoisted_6 = [
|
|
24
|
+
_hoisted_2,
|
|
25
|
+
_hoisted_3,
|
|
26
|
+
_hoisted_4,
|
|
27
|
+
_hoisted_5
|
|
28
|
+
];
|
|
29
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
30
|
+
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _hoisted_6);
|
|
31
|
+
}
|
|
32
|
+
const SizeMiddleOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
33
|
+
module.exports = SizeMiddleOutlined;
|
|
@@ -16,10 +16,10 @@ const _hoisted_1 = {
|
|
|
16
16
|
stroke: "currentColor",
|
|
17
17
|
"stroke-width": "4"
|
|
18
18
|
};
|
|
19
|
-
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
20
|
-
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M3
|
|
21
|
-
const _hoisted_4 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M3
|
|
22
|
-
const _hoisted_5 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M3
|
|
19
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M39 4V44M31 11 39 4 47 11M47 37 39 44 31 37" }, null, -1);
|
|
20
|
+
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M3 7H26" }, null, -1);
|
|
21
|
+
const _hoisted_4 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M3 24H26" }, null, -1);
|
|
22
|
+
const _hoisted_5 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M3 41H26" }, null, -1);
|
|
23
23
|
const _hoisted_6 = [
|
|
24
24
|
_hoisted_2,
|
|
25
25
|
_hoisted_3,
|
package/lib/icons/index.cjs
CHANGED
|
@@ -34,6 +34,8 @@ const CompressOutlined = require("./CompressOutlined");
|
|
|
34
34
|
const ConnectionOutlined = require("./ConnectionOutlined");
|
|
35
35
|
const ControlOutlined = require("./ControlOutlined");
|
|
36
36
|
const CopyOutlined = require("./CopyOutlined");
|
|
37
|
+
const CornerRightFilled = require("./CornerRightFilled");
|
|
38
|
+
const CornerLeftFilled = require("./CornerLeftFilled");
|
|
37
39
|
const CpuOutlined = require("./CpuOutlined");
|
|
38
40
|
const DashboardOutlined = require("./DashboardOutlined");
|
|
39
41
|
const DatabaseOutlined = require("./DatabaseOutlined");
|
|
@@ -46,6 +48,7 @@ const EllipsisOutlined = require("./EllipsisOutlined");
|
|
|
46
48
|
const EnvironmentOutlined = require("./EnvironmentOutlined");
|
|
47
49
|
const ExclamationCircleFilled = require("./ExclamationCircleFilled");
|
|
48
50
|
const ExpandOutlined = require("./ExpandOutlined");
|
|
51
|
+
const EyeOutlined = require("./EyeOutlined");
|
|
49
52
|
const FileOutlined = require("./FileOutlined");
|
|
50
53
|
const FilterFilled = require("./FilterFilled");
|
|
51
54
|
const FolderAddOutlined = require("./FolderAddOutlined");
|
|
@@ -89,6 +92,7 @@ const SearchOutlined = require("./SearchOutlined");
|
|
|
89
92
|
const SettingOutlined = require("./SettingOutlined");
|
|
90
93
|
const ShoppingOutlined = require("./ShoppingOutlined");
|
|
91
94
|
const SizeCompactOutlined = require("./SizeCompactOutlined");
|
|
95
|
+
const SizeMiddleOutlined = require("./SizeMiddleOutlined");
|
|
92
96
|
const SizeSlackOutlined = require("./SizeSlackOutlined");
|
|
93
97
|
const SortOutlined = require("./SortOutlined");
|
|
94
98
|
const StarFilled = require("./StarFilled");
|
|
@@ -145,6 +149,8 @@ exports.CompressOutlined = CompressOutlined;
|
|
|
145
149
|
exports.ConnectionOutlined = ConnectionOutlined;
|
|
146
150
|
exports.ControlOutlined = ControlOutlined;
|
|
147
151
|
exports.CopyOutlined = CopyOutlined;
|
|
152
|
+
exports.CornerRightFilled = CornerRightFilled;
|
|
153
|
+
exports.CornerLeftFilled = CornerLeftFilled;
|
|
148
154
|
exports.CpuOutlined = CpuOutlined;
|
|
149
155
|
exports.DashboardOutlined = DashboardOutlined;
|
|
150
156
|
exports.DatabaseOutlined = DatabaseOutlined;
|
|
@@ -157,6 +163,7 @@ exports.EllipsisOutlined = EllipsisOutlined;
|
|
|
157
163
|
exports.EnvironmentOutlined = EnvironmentOutlined;
|
|
158
164
|
exports.ExclamationCircleFilled = ExclamationCircleFilled;
|
|
159
165
|
exports.ExpandOutlined = ExpandOutlined;
|
|
166
|
+
exports.EyeOutlined = EyeOutlined;
|
|
160
167
|
exports.FileOutlined = FileOutlined;
|
|
161
168
|
exports.FilterFilled = FilterFilled;
|
|
162
169
|
exports.FolderAddOutlined = FolderAddOutlined;
|
|
@@ -200,6 +207,7 @@ exports.SearchOutlined = SearchOutlined;
|
|
|
200
207
|
exports.SettingOutlined = SettingOutlined;
|
|
201
208
|
exports.ShoppingOutlined = ShoppingOutlined;
|
|
202
209
|
exports.SizeCompactOutlined = SizeCompactOutlined;
|
|
210
|
+
exports.SizeMiddleOutlined = SizeMiddleOutlined;
|
|
203
211
|
exports.SizeSlackOutlined = SizeSlackOutlined;
|
|
204
212
|
exports.SortOutlined = SortOutlined;
|
|
205
213
|
exports.StarFilled = StarFilled;
|
package/lib/icons/index.d.ts
CHANGED
|
@@ -32,6 +32,8 @@ export { default as CompressOutlined } from './CompressOutlined';
|
|
|
32
32
|
export { default as ConnectionOutlined } from './ConnectionOutlined';
|
|
33
33
|
export { default as ControlOutlined } from './ControlOutlined';
|
|
34
34
|
export { default as CopyOutlined } from './CopyOutlined';
|
|
35
|
+
export { default as CornerRightFilled } from './CornerRightFilled';
|
|
36
|
+
export { default as CornerLeftFilled } from './CornerLeftFilled';
|
|
35
37
|
export { default as CpuOutlined } from './CpuOutlined';
|
|
36
38
|
export { default as DashboardOutlined } from './DashboardOutlined';
|
|
37
39
|
export { default as DatabaseOutlined } from './DatabaseOutlined';
|
|
@@ -44,6 +46,7 @@ export { default as EllipsisOutlined } from './EllipsisOutlined';
|
|
|
44
46
|
export { default as EnvironmentOutlined } from './EnvironmentOutlined';
|
|
45
47
|
export { default as ExclamationCircleFilled } from './ExclamationCircleFilled';
|
|
46
48
|
export { default as ExpandOutlined } from './ExpandOutlined';
|
|
49
|
+
export { default as EyeOutlined } from './EyeOutlined';
|
|
47
50
|
export { default as FileOutlined } from './FileOutlined';
|
|
48
51
|
export { default as FilterFilled } from './FilterFilled';
|
|
49
52
|
export { default as FolderAddOutlined } from './FolderAddOutlined';
|
|
@@ -87,6 +90,7 @@ export { default as SearchOutlined } from './SearchOutlined';
|
|
|
87
90
|
export { default as SettingOutlined } from './SettingOutlined';
|
|
88
91
|
export { default as ShoppingOutlined } from './ShoppingOutlined';
|
|
89
92
|
export { default as SizeCompactOutlined } from './SizeCompactOutlined';
|
|
93
|
+
export { default as SizeMiddleOutlined } from './SizeMiddleOutlined';
|
|
90
94
|
export { default as SizeSlackOutlined } from './SizeSlackOutlined';
|
|
91
95
|
export { default as SortOutlined } from './SortOutlined';
|
|
92
96
|
export { default as StarFilled } from './StarFilled';
|
package/lib/lang/en_US.cjs
CHANGED
package/lib/lang/zh_CN.cjs
CHANGED
package/lib/lang/zh_TW.cjs
CHANGED
package/lib/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;
|