ele-admin-plus 1.1.4 → 1.1.5-beta.2
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/components.d.ts +2 -0
- package/es/components.js +78 -74
- package/es/ele-alert/props.d.ts +17 -0
- package/es/ele-alert/props.js +17 -17
- package/es/ele-alert/style/css-var.scss +1 -0
- package/es/ele-alert/style/index.scss +4 -4
- package/es/ele-app/style/common.scss +2 -2
- package/es/ele-app/style/css-var.scss +2 -2
- package/es/ele-app/style/message.scss +4 -5
- package/es/ele-app/style/overwrite.scss +68 -4
- package/es/ele-app/types/index.d.ts +8 -2
- package/es/ele-avatar-group/index.d.ts +4 -4
- package/es/ele-avatar-group/index.js +32 -32
- package/es/ele-avatar-group/props.d.ts +18 -3
- package/es/ele-avatar-group/props.js +15 -15
- package/es/ele-avatar-group/style/index.js +0 -1
- package/es/ele-avatar-group/style/index.scss +5 -1
- package/es/ele-avatar-group/types/index.d.ts +0 -16
- package/es/ele-bar-code/props.d.ts +3 -0
- package/es/ele-bar-code/props.js +3 -3
- package/es/ele-basic-select/components/select-tag.d.ts +8 -0
- package/es/ele-basic-select/components/select-tag.js +4 -4
- package/es/ele-basic-select/index.d.ts +7 -5
- package/es/ele-basic-select/index.js +27 -15
- package/es/ele-basic-select/props.d.ts +27 -1
- package/es/ele-basic-select/props.js +26 -26
- package/es/ele-basic-select/style/index.js +1 -1
- package/es/ele-basic-select/style/index.scss +4 -4
- package/es/ele-bottom-bar/props.d.ts +2 -0
- package/es/ele-bottom-bar/props.js +2 -2
- package/es/ele-bottom-bar/style/css-var.scss +1 -0
- package/es/ele-breadcrumb/props.d.ts +1 -0
- package/es/ele-breadcrumb/props.js +1 -1
- package/es/ele-card/index.d.ts +2 -0
- package/es/ele-card/index.js +2 -1
- package/es/ele-card/props.d.ts +9 -0
- package/es/ele-card/props.js +9 -7
- package/es/ele-card/style/css-var.scss +1 -0
- package/es/ele-card/style/index.scss +3 -2
- package/es/ele-check-card/components/card-item.d.ts +12 -0
- package/es/ele-check-card/components/card-item.js +6 -6
- package/es/ele-check-card/index.d.ts +2 -2
- package/es/ele-check-card/props.d.ts +12 -0
- package/es/ele-check-card/props.js +12 -12
- package/es/ele-check-card/style/css-var.scss +1 -0
- package/es/ele-check-card/style/index.scss +4 -4
- package/es/ele-config-provider/index.d.ts +2 -2
- package/es/ele-config-provider/props.d.ts +5 -1
- package/es/ele-config-provider/props.js +4 -4
- package/es/ele-copyable/index.d.ts +7 -6
- package/es/ele-copyable/props.d.ts +13 -2
- package/es/ele-copyable/props.js +12 -12
- package/es/ele-copyable/types/index.d.ts +0 -5
- package/es/ele-count-up/props.d.ts +4 -0
- package/es/ele-count-up/props.js +4 -4
- package/es/ele-cropper/components/cropper-preview.d.ts +4 -0
- package/es/ele-cropper/components/cropper-preview.js +2 -2
- package/es/ele-cropper/components/cropper-tools.d.ts +12 -3
- package/es/ele-cropper/components/cropper-tools.js +5 -5
- package/es/ele-cropper/index.d.ts +2 -2
- package/es/ele-cropper/props.d.ts +16 -2
- package/es/ele-cropper/props.js +15 -15
- package/es/ele-cropper-modal/index.d.ts +2 -2
- package/es/ele-cropper-modal/props.d.ts +5 -1
- package/es/ele-cropper-modal/props.js +4 -4
- package/es/ele-dashboard/props.d.ts +4 -0
- package/es/ele-dashboard/props.js +4 -4
- package/es/{ele-pro-table/components/table-view.d.ts → ele-data-table/index.d.ts} +102 -60
- package/es/ele-data-table/index.js +192 -0
- package/es/ele-data-table/props.d.ts +256 -0
- package/es/ele-data-table/props.js +79 -0
- package/es/ele-data-table/style/css-var.scss +72 -0
- package/es/ele-data-table/style/index.js +4 -0
- package/es/ele-data-table/style/index.scss +385 -0
- package/es/ele-data-table/types/index.d.ts +191 -0
- package/es/ele-data-table/util.d.ts +163 -0
- package/es/ele-data-table/util.js +417 -0
- package/es/ele-dot/props.d.ts +5 -0
- package/es/ele-dot/props.js +5 -5
- package/es/ele-drawer/index.d.ts +1 -1
- package/es/ele-drawer/props.d.ts +5 -0
- package/es/ele-drawer/props.js +5 -5
- package/es/ele-drawer/style/css-var.scss +1 -0
- package/es/ele-dropdown/index.d.ts +1 -1
- package/es/ele-dropdown/props.d.ts +8 -0
- package/es/ele-dropdown/props.js +8 -8
- package/es/ele-dropdown/style/css-var.scss +1 -0
- package/es/ele-dropdown/style/index.scss +4 -0
- package/es/ele-edit-tag/index.d.ts +15 -17
- package/es/ele-edit-tag/index.js +106 -77
- package/es/ele-edit-tag/props.d.ts +16 -6
- package/es/ele-edit-tag/props.js +15 -18
- package/es/ele-edit-tag/style/index.scss +7 -3
- package/es/ele-ellipsis/index.d.ts +4 -4
- package/es/ele-ellipsis/props.d.ts +3 -0
- package/es/ele-ellipsis/props.js +3 -3
- package/es/ele-ellipsis/style/index.scss +1 -1
- package/es/ele-ellipsis/types/index.d.ts +1 -6
- package/es/ele-file-list/components/file-grid-item.d.ts +20 -5
- package/es/ele-file-list/components/file-grid-item.js +7 -7
- package/es/ele-file-list/components/file-grid.d.ts +26 -3
- package/es/ele-file-list/components/file-grid.js +11 -11
- package/es/ele-file-list/components/file-sort.d.ts +6 -0
- package/es/ele-file-list/components/file-sort.js +3 -3
- package/es/ele-file-list/components/file-table-item.d.ts +22 -5
- package/es/ele-file-list/components/file-table-item.js +8 -8
- package/es/ele-file-list/components/file-table.d.ts +37 -4
- package/es/ele-file-list/components/file-table.js +16 -16
- package/es/ele-file-list/index.d.ts +3 -3
- package/es/ele-file-list/props.d.ts +22 -1
- package/es/ele-file-list/props.js +20 -20
- package/es/ele-file-list/style/css-var.scss +1 -0
- package/es/ele-file-list/style/index.scss +15 -15
- package/es/ele-file-list/types/index.d.ts +1 -11
- package/es/ele-icon-select/components/icon-grid.d.ts +21 -3
- package/es/ele-icon-select/components/icon-grid.js +34 -12
- package/es/ele-icon-select/components/icon-popper.d.ts +34 -3
- package/es/ele-icon-select/components/icon-popper.js +16 -16
- package/es/ele-icon-select/index.d.ts +8 -8
- package/es/ele-icon-select/props.d.ts +38 -3
- package/es/ele-icon-select/props.js +36 -36
- package/es/ele-icon-select/style/css-var.scss +1 -0
- package/es/ele-icon-select/style/index.scss +2 -8
- package/es/ele-loading/index.d.ts +2 -0
- package/es/ele-loading/props.d.ts +10 -0
- package/es/ele-loading/props.js +10 -10
- package/es/ele-loading/style/css-var.scss +1 -0
- package/es/ele-map-picker/components/map-view.d.ts +2 -2
- package/es/ele-map-picker/components/map-view.js +7 -7
- package/es/ele-map-picker/index.d.ts +5 -5
- package/es/ele-map-picker/props.d.ts +53 -0
- package/es/ele-map-picker/props.js +31 -31
- package/es/ele-map-picker/style/css-var.scss +1 -0
- package/es/ele-map-picker/style/index.scss +5 -5
- package/es/ele-menus/index.d.ts +1 -1
- package/es/ele-menus/index.js +2 -1
- package/es/ele-menus/props.d.ts +8 -0
- package/es/ele-menus/props.js +8 -8
- package/es/ele-menus/style/css-var.scss +1 -0
- package/es/ele-menus/style/index.scss +23 -23
- package/es/ele-menus/util.d.ts +5 -1
- package/es/ele-menus/util.js +5 -8
- package/es/ele-modal/index.d.ts +1 -1
- package/es/ele-modal/props.d.ts +18 -0
- package/es/ele-modal/props.js +18 -18
- package/es/ele-modal/style/css-var.scss +1 -0
- package/es/ele-modal/style/index.scss +5 -5
- package/es/ele-page/props.d.ts +4 -0
- package/es/ele-page/props.js +4 -4
- package/es/ele-page/style/css-var.scss +1 -0
- package/es/ele-page/style/index.scss +5 -4
- package/es/ele-pagination/index.d.ts +4 -1
- package/es/ele-pagination/props.d.ts +4 -0
- package/es/ele-pagination/props.js +3 -3
- package/es/ele-pagination/style/css-var.scss +1 -0
- package/es/ele-pagination/style/index.scss +6 -6
- package/es/ele-popconfirm/index.d.ts +127 -13
- package/es/ele-popconfirm/index.js +106 -110
- package/es/ele-popconfirm/props.d.ts +63 -1
- package/es/ele-popconfirm/props.js +15 -16
- package/es/ele-popconfirm/style/css-var.scss +1 -0
- package/es/ele-popover/index.d.ts +118 -6
- package/es/ele-popover/index.js +26 -44
- package/es/ele-popover/props.d.ts +63 -1
- package/es/ele-popover/props.js +13 -5
- package/es/ele-popover/style/css-var.scss +1 -71
- package/es/ele-popover/style/index.js +1 -1
- package/es/ele-popover/style/index.scss +2 -9
- package/es/ele-printer/props.d.ts +12 -0
- package/es/ele-printer/props.js +12 -12
- package/es/ele-pro-layout/components/pro-header.d.ts +32 -0
- package/es/ele-pro-layout/components/pro-header.js +20 -20
- package/es/ele-pro-layout/components/pro-iframe.d.ts +10 -0
- package/es/ele-pro-layout/components/pro-iframe.js +5 -5
- package/es/ele-pro-layout/components/pro-sidebar.d.ts +22 -0
- package/es/ele-pro-layout/components/pro-sidebar.js +16 -19
- package/es/ele-pro-layout/components/pro-sidebox.d.ts +20 -0
- package/es/ele-pro-layout/components/pro-sidebox.js +15 -18
- package/es/ele-pro-layout/components/pro-tabs.d.ts +22 -3
- package/es/ele-pro-layout/components/pro-tabs.js +29 -15
- package/es/ele-pro-layout/components/tab-dropdown.d.ts +8 -2
- package/es/ele-pro-layout/components/tab-dropdown.js +3 -3
- package/es/ele-pro-layout/index.d.ts +17 -13
- package/es/ele-pro-layout/props.d.ts +56 -1
- package/es/ele-pro-layout/props.js +55 -55
- package/es/ele-pro-layout/style/css-var.scss +1 -0
- package/es/ele-pro-layout/style/header.scss +4 -4
- package/es/ele-pro-layout/style/layout-theme.scss +2 -2
- package/es/ele-pro-layout/style/layout.scss +4 -0
- package/es/ele-pro-layout/style/tabs.scss +4 -9
- package/es/ele-pro-layout/types/index.d.ts +0 -5
- package/es/ele-pro-layout/util.js +1 -1
- package/es/ele-pro-table/components/table-tools.d.ts +18 -1
- package/es/ele-pro-table/components/table-tools.js +9 -9
- package/es/ele-pro-table/components/tool-column-list.d.ts +49 -0
- package/es/ele-pro-table/components/tool-column-list.js +186 -0
- package/es/ele-pro-table/components/tool-column.d.ts +35 -15
- package/es/ele-pro-table/components/tool-column.js +181 -266
- package/es/ele-pro-table/index.d.ts +103 -129
- package/es/ele-pro-table/index.js +93 -202
- package/es/ele-pro-table/props.d.ts +73 -267
- package/es/ele-pro-table/props.js +30 -95
- package/es/ele-pro-table/style/css-var.scss +1 -4
- package/es/ele-pro-table/style/index.js +5 -9
- package/es/ele-pro-table/style/index.scss +85 -415
- package/es/ele-pro-table/types/index.d.ts +8 -116
- package/es/ele-pro-table/util.d.ts +6 -72
- package/es/ele-pro-table/util.js +57 -259
- package/es/ele-qr-code/props.d.ts +9 -0
- package/es/ele-qr-code/props.js +9 -9
- package/es/ele-qr-code/qrcodegen.js +2 -2
- package/es/ele-qr-code/types/index.d.ts +10 -0
- package/es/ele-qr-code-svg/index.d.ts +2 -2
- package/es/ele-segmented/index.d.ts +2 -2
- package/es/ele-segmented/props.d.ts +7 -0
- package/es/ele-segmented/props.js +7 -7
- package/es/ele-segmented/style/css-var.scss +1 -0
- package/es/ele-segmented/style/index.scss +6 -6
- package/es/ele-split-panel/index.d.ts +4 -4
- package/es/ele-split-panel/props.d.ts +15 -0
- package/es/ele-split-panel/props.js +15 -15
- package/es/ele-split-panel/style/index.scss +13 -13
- package/es/ele-steps/props.d.ts +2 -0
- package/es/ele-steps/props.js +2 -2
- package/es/ele-steps/style/css-var.scss +1 -0
- package/es/ele-steps/style/index.scss +8 -8
- package/es/ele-tab-tool/props.d.ts +2 -0
- package/es/ele-tab-tool/props.js +2 -2
- package/es/ele-tab-wrap/props.d.ts +2 -0
- package/es/ele-tab-wrap/props.js +2 -2
- package/es/ele-table/index.d.ts +12 -0
- package/es/ele-table/index.js +2 -0
- package/es/ele-table/props.d.ts +10 -0
- package/es/ele-table/props.js +11 -4
- package/es/ele-table/style/css-var.scss +1 -0
- package/es/ele-table/style/index.scss +103 -22
- package/es/ele-table-select/index.d.ts +39 -15
- package/es/ele-table-select/index.js +1 -5
- package/es/ele-table-select/props.d.ts +32 -1
- package/es/ele-table-select/props.js +31 -31
- package/es/ele-table-select/style/css-var.scss +1 -0
- package/es/ele-table-select/style/index.scss +3 -3
- package/es/ele-table-select/types/index.d.ts +0 -10
- package/es/ele-tabs/components/tab-title.d.ts +19 -5
- package/es/ele-tabs/components/tab-title.js +7 -7
- package/es/ele-tabs/index.d.ts +7 -7
- package/es/ele-tabs/index.js +1 -1
- package/es/ele-tabs/props.d.ts +16 -3
- package/es/ele-tabs/props.js +13 -13
- package/es/ele-tabs/style/css-var.scss +1 -0
- package/es/ele-tabs/style/index.scss +94 -29
- package/es/ele-text/props.d.ts +10 -0
- package/es/ele-text/props.js +10 -10
- package/es/ele-text/style/css-var.scss +1 -0
- package/es/ele-text/style/index.scss +4 -4
- package/es/ele-tool/props.d.ts +3 -0
- package/es/ele-tool/props.js +3 -3
- package/es/ele-tool/style/css-var.scss +1 -0
- package/es/ele-tool/style/index.scss +1 -2
- package/es/ele-toolbar/props.d.ts +6 -0
- package/es/ele-toolbar/props.js +6 -6
- package/es/ele-toolbar/style/css-var.scss +1 -0
- package/es/ele-toolbar/style/index.scss +2 -2
- package/es/ele-tooltip/index.d.ts +11 -94
- package/es/ele-tooltip/index.js +40 -32
- package/es/ele-tooltip/props.d.ts +8 -43
- package/es/ele-tooltip/props.js +18 -7
- package/es/ele-tooltip/style/css-var.scss +72 -0
- package/es/ele-tooltip/style/index.js +0 -1
- package/es/ele-tooltip/style/index.scss +8 -2
- package/es/ele-tour/index.d.ts +4 -6
- package/es/ele-tour/index.js +31 -39
- package/es/ele-tour/props.d.ts +6 -0
- package/es/ele-tour/props.js +6 -6
- package/es/ele-tour/style/index.js +1 -1
- package/es/ele-tour/style/index.scss +6 -2
- package/es/ele-tour/types/index.d.ts +2 -1
- package/es/ele-tour/util.d.ts +2 -2
- package/es/ele-tour/util.js +6 -2
- package/es/ele-upload-list/components/list-item.d.ts +11 -1
- package/es/ele-upload-list/components/list-item.js +5 -5
- package/es/ele-upload-list/index.d.ts +1 -1
- package/es/ele-upload-list/index.js +4 -4
- package/es/ele-upload-list/props.d.ts +18 -0
- package/es/ele-upload-list/props.js +18 -18
- package/es/ele-virtual-table/components/body-cell.d.ts +150 -0
- package/es/ele-virtual-table/components/body-cell.js +414 -0
- package/es/ele-virtual-table/components/body-row.d.ts +148 -0
- package/es/ele-virtual-table/components/body-row.js +206 -0
- package/es/ele-virtual-table/components/cell-checkbox.d.ts +32 -0
- package/es/ele-virtual-table/components/cell-checkbox.js +49 -0
- package/es/ele-virtual-table/components/cell-filter.d.ts +49 -0
- package/es/ele-virtual-table/components/cell-filter.js +211 -0
- package/es/ele-virtual-table/components/expand-row.d.ts +18 -0
- package/es/ele-virtual-table/components/expand-row.js +29 -0
- package/es/ele-virtual-table/components/footer-row.d.ts +43 -0
- package/es/ele-virtual-table/components/footer-row.js +105 -0
- package/es/ele-virtual-table/components/header-cell.d.ts +97 -0
- package/es/ele-virtual-table/components/header-cell.js +261 -0
- package/es/ele-virtual-table/components/header-row.d.ts +89 -0
- package/es/ele-virtual-table/components/header-row.js +126 -0
- package/es/ele-virtual-table/index.js +987 -0
- package/es/ele-virtual-table/props.d.ts +148 -0
- package/es/ele-virtual-table/props.js +13 -0
- package/es/ele-virtual-table/style/css-var.scss +127 -0
- package/es/ele-virtual-table/style/index.js +9 -0
- package/es/ele-virtual-table/style/index.scss +666 -0
- package/es/ele-virtual-table/types/index.d.ts +157 -0
- package/es/ele-virtual-table/util.d.ts +200 -0
- package/es/ele-virtual-table/util.js +562 -0
- package/es/ele-watermark/index.js +4 -0
- package/es/ele-watermark/props.d.ts +12 -0
- package/es/ele-watermark/props.js +12 -12
- package/es/icons/FilterFilled.d.ts +2 -0
- package/es/icons/FilterFilled.js +23 -0
- package/es/icons/HomeOutlined.d.ts +2 -0
- package/es/icons/HomeOutlined.js +48 -0
- package/es/icons/index.d.ts +2 -0
- package/es/icons/index.js +16 -12
- package/es/lang/zh_TW.js +0 -1
- package/es/style/index.scss +2 -0
- package/es/style/themes/dark.scss +11 -2
- package/es/style/themes/default.scss +62 -47
- package/es/style/themes/rounded.scss +15 -14
- package/es/style/themes/theme-util.scss +4 -0
- package/es/style/util.scss +6 -6
- package/es/utils/core.d.ts +10 -0
- package/es/utils/core.js +2 -3
- package/es/utils/theme-util.js +1 -1
- package/es/utils/validate.js +2 -2
- package/lib/components.d.ts +2 -0
- package/lib/components.js +78 -74
- package/lib/ele-alert/props.d.ts +17 -0
- package/lib/ele-alert/props.js +17 -17
- package/lib/ele-alert/style/css-var.scss +1 -0
- package/lib/ele-alert/style/index.scss +4 -4
- package/lib/ele-app/style/common.scss +2 -2
- package/lib/ele-app/style/css-var.scss +2 -2
- package/lib/ele-app/style/message.scss +4 -5
- package/lib/ele-app/style/overwrite.scss +68 -4
- package/lib/ele-app/types/index.d.ts +8 -2
- package/lib/ele-avatar-group/index.d.ts +4 -4
- package/lib/ele-avatar-group/index.js +32 -32
- package/lib/ele-avatar-group/props.d.ts +18 -3
- package/lib/ele-avatar-group/props.js +15 -15
- package/lib/ele-avatar-group/style/index.js +0 -1
- package/lib/ele-avatar-group/style/index.scss +5 -1
- package/lib/ele-avatar-group/types/index.d.ts +0 -16
- package/lib/ele-bar-code/props.d.ts +3 -0
- package/lib/ele-bar-code/props.js +3 -3
- package/lib/ele-basic-select/components/select-tag.d.ts +8 -0
- package/lib/ele-basic-select/components/select-tag.js +4 -4
- package/lib/ele-basic-select/index.d.ts +7 -5
- package/lib/ele-basic-select/index.js +26 -14
- package/lib/ele-basic-select/props.d.ts +27 -1
- package/lib/ele-basic-select/props.js +26 -26
- package/lib/ele-basic-select/style/index.js +1 -1
- package/lib/ele-basic-select/style/index.scss +4 -4
- package/lib/ele-bottom-bar/props.d.ts +2 -0
- package/lib/ele-bottom-bar/props.js +2 -2
- package/lib/ele-bottom-bar/style/css-var.scss +1 -0
- package/lib/ele-breadcrumb/props.d.ts +1 -0
- package/lib/ele-breadcrumb/props.js +1 -1
- package/lib/ele-card/index.d.ts +2 -0
- package/lib/ele-card/index.js +2 -1
- package/lib/ele-card/props.d.ts +9 -0
- package/lib/ele-card/props.js +9 -7
- package/lib/ele-card/style/css-var.scss +1 -0
- package/lib/ele-card/style/index.scss +3 -2
- package/lib/ele-check-card/components/card-item.d.ts +12 -0
- package/lib/ele-check-card/components/card-item.js +6 -6
- package/lib/ele-check-card/index.d.ts +2 -2
- package/lib/ele-check-card/props.d.ts +12 -0
- package/lib/ele-check-card/props.js +12 -12
- package/lib/ele-check-card/style/css-var.scss +1 -0
- package/lib/ele-check-card/style/index.scss +4 -4
- package/lib/ele-config-provider/index.d.ts +2 -2
- package/lib/ele-config-provider/props.d.ts +5 -1
- package/lib/ele-config-provider/props.js +4 -4
- package/lib/ele-copyable/index.d.ts +7 -6
- package/lib/ele-copyable/props.d.ts +13 -2
- package/lib/ele-copyable/props.js +12 -12
- package/lib/ele-copyable/types/index.d.ts +0 -5
- package/lib/ele-count-up/props.d.ts +4 -0
- package/lib/ele-count-up/props.js +4 -4
- package/lib/ele-cropper/components/cropper-preview.d.ts +4 -0
- package/lib/ele-cropper/components/cropper-preview.js +2 -2
- package/lib/ele-cropper/components/cropper-tools.d.ts +12 -3
- package/lib/ele-cropper/components/cropper-tools.js +5 -5
- package/lib/ele-cropper/index.d.ts +2 -2
- package/lib/ele-cropper/props.d.ts +16 -2
- package/lib/ele-cropper/props.js +15 -15
- package/lib/ele-cropper-modal/index.d.ts +2 -2
- package/lib/ele-cropper-modal/props.d.ts +5 -1
- package/lib/ele-cropper-modal/props.js +4 -4
- package/lib/ele-dashboard/props.d.ts +4 -0
- package/lib/ele-dashboard/props.js +4 -4
- package/lib/{ele-pro-table/components/table-view.d.ts → ele-data-table/index.d.ts} +102 -60
- package/lib/ele-data-table/index.js +191 -0
- package/lib/ele-data-table/props.d.ts +256 -0
- package/lib/ele-data-table/props.js +79 -0
- package/lib/ele-data-table/style/css-var.scss +72 -0
- package/lib/ele-data-table/style/index.js +5 -0
- package/lib/ele-data-table/style/index.scss +385 -0
- package/lib/ele-data-table/types/index.d.ts +191 -0
- package/lib/ele-data-table/util.d.ts +163 -0
- package/lib/ele-data-table/util.js +417 -0
- package/lib/ele-dot/props.d.ts +5 -0
- package/lib/ele-dot/props.js +5 -5
- package/lib/ele-drawer/index.d.ts +1 -1
- package/lib/ele-drawer/props.d.ts +5 -0
- package/lib/ele-drawer/props.js +5 -5
- package/lib/ele-drawer/style/css-var.scss +1 -0
- package/lib/ele-dropdown/index.d.ts +1 -1
- package/lib/ele-dropdown/props.d.ts +8 -0
- package/lib/ele-dropdown/props.js +8 -8
- package/lib/ele-dropdown/style/css-var.scss +1 -0
- package/lib/ele-dropdown/style/index.scss +4 -0
- package/lib/ele-edit-tag/index.d.ts +15 -17
- package/lib/ele-edit-tag/index.js +105 -76
- package/lib/ele-edit-tag/props.d.ts +16 -6
- package/lib/ele-edit-tag/props.js +15 -18
- package/lib/ele-edit-tag/style/index.scss +7 -3
- package/lib/ele-ellipsis/index.d.ts +4 -4
- package/lib/ele-ellipsis/props.d.ts +3 -0
- package/lib/ele-ellipsis/props.js +3 -3
- package/lib/ele-ellipsis/style/index.scss +1 -1
- package/lib/ele-ellipsis/types/index.d.ts +1 -6
- package/lib/ele-file-list/components/file-grid-item.d.ts +20 -5
- package/lib/ele-file-list/components/file-grid-item.js +7 -7
- package/lib/ele-file-list/components/file-grid.d.ts +26 -3
- package/lib/ele-file-list/components/file-grid.js +11 -11
- package/lib/ele-file-list/components/file-sort.d.ts +6 -0
- package/lib/ele-file-list/components/file-sort.js +3 -3
- package/lib/ele-file-list/components/file-table-item.d.ts +22 -5
- package/lib/ele-file-list/components/file-table-item.js +8 -8
- package/lib/ele-file-list/components/file-table.d.ts +37 -4
- package/lib/ele-file-list/components/file-table.js +16 -16
- package/lib/ele-file-list/index.d.ts +3 -3
- package/lib/ele-file-list/props.d.ts +22 -1
- package/lib/ele-file-list/props.js +20 -20
- package/lib/ele-file-list/style/css-var.scss +1 -0
- package/lib/ele-file-list/style/index.scss +15 -15
- package/lib/ele-file-list/types/index.d.ts +1 -11
- package/lib/ele-icon-select/components/icon-grid.d.ts +21 -3
- package/lib/ele-icon-select/components/icon-grid.js +33 -11
- package/lib/ele-icon-select/components/icon-popper.d.ts +34 -3
- package/lib/ele-icon-select/components/icon-popper.js +16 -16
- package/lib/ele-icon-select/index.d.ts +8 -8
- package/lib/ele-icon-select/props.d.ts +38 -3
- package/lib/ele-icon-select/props.js +36 -36
- package/lib/ele-icon-select/style/css-var.scss +1 -0
- package/lib/ele-icon-select/style/index.scss +2 -8
- package/lib/ele-loading/index.d.ts +2 -0
- package/lib/ele-loading/props.d.ts +10 -0
- package/lib/ele-loading/props.js +10 -10
- package/lib/ele-loading/style/css-var.scss +1 -0
- package/lib/ele-map-picker/components/map-view.d.ts +2 -2
- package/lib/ele-map-picker/components/map-view.js +7 -7
- package/lib/ele-map-picker/index.d.ts +5 -5
- package/lib/ele-map-picker/props.d.ts +53 -0
- package/lib/ele-map-picker/props.js +31 -31
- package/lib/ele-map-picker/style/css-var.scss +1 -0
- package/lib/ele-map-picker/style/index.scss +5 -5
- package/lib/ele-menus/index.d.ts +1 -1
- package/lib/ele-menus/index.js +2 -1
- package/lib/ele-menus/props.d.ts +8 -0
- package/lib/ele-menus/props.js +8 -8
- package/lib/ele-menus/style/css-var.scss +1 -0
- package/lib/ele-menus/style/index.scss +23 -23
- package/lib/ele-menus/util.d.ts +5 -1
- package/lib/ele-menus/util.js +5 -8
- package/lib/ele-modal/index.d.ts +1 -1
- package/lib/ele-modal/props.d.ts +18 -0
- package/lib/ele-modal/props.js +18 -18
- package/lib/ele-modal/style/css-var.scss +1 -0
- package/lib/ele-modal/style/index.scss +5 -5
- package/lib/ele-page/props.d.ts +4 -0
- package/lib/ele-page/props.js +4 -4
- package/lib/ele-page/style/css-var.scss +1 -0
- package/lib/ele-page/style/index.scss +5 -4
- package/lib/ele-pagination/index.d.ts +4 -1
- package/lib/ele-pagination/props.d.ts +4 -0
- package/lib/ele-pagination/props.js +3 -3
- package/lib/ele-pagination/style/css-var.scss +1 -0
- package/lib/ele-pagination/style/index.scss +6 -6
- package/lib/ele-popconfirm/index.d.ts +127 -13
- package/lib/ele-popconfirm/index.js +105 -109
- package/lib/ele-popconfirm/props.d.ts +63 -1
- package/lib/ele-popconfirm/props.js +15 -16
- package/lib/ele-popconfirm/style/css-var.scss +1 -0
- package/lib/ele-popover/index.d.ts +118 -6
- package/lib/ele-popover/index.js +25 -43
- package/lib/ele-popover/props.d.ts +63 -1
- package/lib/ele-popover/props.js +12 -4
- package/lib/ele-popover/style/css-var.scss +1 -71
- package/lib/ele-popover/style/index.js +1 -1
- package/lib/ele-popover/style/index.scss +2 -9
- package/lib/ele-printer/props.d.ts +12 -0
- package/lib/ele-printer/props.js +12 -12
- package/lib/ele-pro-layout/components/pro-header.d.ts +32 -0
- package/lib/ele-pro-layout/components/pro-header.js +20 -20
- package/lib/ele-pro-layout/components/pro-iframe.d.ts +10 -0
- package/lib/ele-pro-layout/components/pro-iframe.js +5 -5
- package/lib/ele-pro-layout/components/pro-sidebar.d.ts +22 -0
- package/lib/ele-pro-layout/components/pro-sidebar.js +16 -19
- package/lib/ele-pro-layout/components/pro-sidebox.d.ts +20 -0
- package/lib/ele-pro-layout/components/pro-sidebox.js +15 -18
- package/lib/ele-pro-layout/components/pro-tabs.d.ts +22 -3
- package/lib/ele-pro-layout/components/pro-tabs.js +29 -15
- package/lib/ele-pro-layout/components/tab-dropdown.d.ts +8 -2
- package/lib/ele-pro-layout/components/tab-dropdown.js +3 -3
- package/lib/ele-pro-layout/index.d.ts +17 -13
- package/lib/ele-pro-layout/props.d.ts +56 -1
- package/lib/ele-pro-layout/props.js +55 -55
- package/lib/ele-pro-layout/style/css-var.scss +1 -0
- package/lib/ele-pro-layout/style/header.scss +4 -4
- package/lib/ele-pro-layout/style/layout-theme.scss +2 -2
- package/lib/ele-pro-layout/style/layout.scss +4 -0
- package/lib/ele-pro-layout/style/tabs.scss +4 -9
- package/lib/ele-pro-layout/types/index.d.ts +0 -5
- package/lib/ele-pro-layout/util.js +1 -1
- package/lib/ele-pro-table/components/table-tools.d.ts +18 -1
- package/lib/ele-pro-table/components/table-tools.js +9 -9
- package/lib/ele-pro-table/components/tool-column-list.d.ts +49 -0
- package/lib/ele-pro-table/components/tool-column-list.js +185 -0
- package/lib/ele-pro-table/components/tool-column.d.ts +35 -15
- package/lib/ele-pro-table/components/tool-column.js +178 -263
- package/lib/ele-pro-table/index.d.ts +103 -129
- package/lib/ele-pro-table/index.js +140 -249
- package/lib/ele-pro-table/props.d.ts +73 -267
- package/lib/ele-pro-table/props.js +29 -94
- package/lib/ele-pro-table/style/css-var.scss +1 -4
- package/lib/ele-pro-table/style/index.js +5 -9
- package/lib/ele-pro-table/style/index.scss +85 -415
- package/lib/ele-pro-table/types/index.d.ts +8 -116
- package/lib/ele-pro-table/util.d.ts +6 -72
- package/lib/ele-pro-table/util.js +58 -260
- package/lib/ele-qr-code/props.d.ts +9 -0
- package/lib/ele-qr-code/props.js +9 -9
- package/lib/ele-qr-code/qrcodegen.js +2 -2
- package/lib/ele-qr-code/types/index.d.ts +10 -0
- package/lib/ele-qr-code-svg/index.d.ts +2 -2
- package/lib/ele-segmented/index.d.ts +2 -2
- package/lib/ele-segmented/props.d.ts +7 -0
- package/lib/ele-segmented/props.js +7 -7
- package/lib/ele-segmented/style/css-var.scss +1 -0
- package/lib/ele-segmented/style/index.scss +6 -6
- package/lib/ele-split-panel/index.d.ts +4 -4
- package/lib/ele-split-panel/props.d.ts +15 -0
- package/lib/ele-split-panel/props.js +15 -15
- package/lib/ele-split-panel/style/index.scss +13 -13
- package/lib/ele-steps/props.d.ts +2 -0
- package/lib/ele-steps/props.js +2 -2
- package/lib/ele-steps/style/css-var.scss +1 -0
- package/lib/ele-steps/style/index.scss +8 -8
- package/lib/ele-tab-tool/props.d.ts +2 -0
- package/lib/ele-tab-tool/props.js +2 -2
- package/lib/ele-tab-wrap/props.d.ts +2 -0
- package/lib/ele-tab-wrap/props.js +2 -2
- package/lib/ele-table/index.d.ts +12 -0
- package/lib/ele-table/index.js +2 -0
- package/lib/ele-table/props.d.ts +10 -0
- package/lib/ele-table/props.js +11 -4
- package/lib/ele-table/style/css-var.scss +1 -0
- package/lib/ele-table/style/index.scss +103 -22
- package/lib/ele-table-select/index.d.ts +39 -15
- package/lib/ele-table-select/index.js +1 -5
- package/lib/ele-table-select/props.d.ts +32 -1
- package/lib/ele-table-select/props.js +31 -31
- package/lib/ele-table-select/style/css-var.scss +1 -0
- package/lib/ele-table-select/style/index.scss +3 -3
- package/lib/ele-table-select/types/index.d.ts +0 -10
- package/lib/ele-tabs/components/tab-title.d.ts +19 -5
- package/lib/ele-tabs/components/tab-title.js +7 -7
- package/lib/ele-tabs/index.d.ts +7 -7
- package/lib/ele-tabs/index.js +1 -1
- package/lib/ele-tabs/props.d.ts +16 -3
- package/lib/ele-tabs/props.js +13 -13
- package/lib/ele-tabs/style/css-var.scss +1 -0
- package/lib/ele-tabs/style/index.scss +94 -29
- package/lib/ele-text/props.d.ts +10 -0
- package/lib/ele-text/props.js +10 -10
- package/lib/ele-text/style/css-var.scss +1 -0
- package/lib/ele-text/style/index.scss +4 -4
- package/lib/ele-tool/props.d.ts +3 -0
- package/lib/ele-tool/props.js +3 -3
- package/lib/ele-tool/style/css-var.scss +1 -0
- package/lib/ele-tool/style/index.scss +1 -2
- package/lib/ele-toolbar/props.d.ts +6 -0
- package/lib/ele-toolbar/props.js +6 -6
- package/lib/ele-toolbar/style/css-var.scss +1 -0
- package/lib/ele-toolbar/style/index.scss +2 -2
- package/lib/ele-tooltip/index.d.ts +11 -94
- package/lib/ele-tooltip/index.js +38 -30
- package/lib/ele-tooltip/props.d.ts +8 -43
- package/lib/ele-tooltip/props.js +17 -6
- package/lib/ele-tooltip/style/css-var.scss +72 -0
- package/lib/ele-tooltip/style/index.js +0 -1
- package/lib/ele-tooltip/style/index.scss +8 -2
- package/lib/ele-tour/index.d.ts +4 -6
- package/lib/ele-tour/index.js +29 -37
- package/lib/ele-tour/props.d.ts +6 -0
- package/lib/ele-tour/props.js +6 -6
- package/lib/ele-tour/style/index.js +1 -1
- package/lib/ele-tour/style/index.scss +6 -2
- package/lib/ele-tour/types/index.d.ts +2 -1
- package/lib/ele-tour/util.d.ts +2 -2
- package/lib/ele-tour/util.js +6 -2
- package/lib/ele-upload-list/components/list-item.d.ts +11 -1
- package/lib/ele-upload-list/components/list-item.js +5 -5
- package/lib/ele-upload-list/index.d.ts +1 -1
- package/lib/ele-upload-list/index.js +4 -4
- package/lib/ele-upload-list/props.d.ts +18 -0
- package/lib/ele-upload-list/props.js +18 -18
- package/lib/ele-virtual-table/components/body-cell.d.ts +150 -0
- package/lib/ele-virtual-table/components/body-cell.js +413 -0
- package/lib/ele-virtual-table/components/body-row.d.ts +148 -0
- package/lib/ele-virtual-table/components/body-row.js +205 -0
- package/lib/ele-virtual-table/components/cell-checkbox.d.ts +32 -0
- package/lib/ele-virtual-table/components/cell-checkbox.js +48 -0
- package/lib/ele-virtual-table/components/cell-filter.d.ts +49 -0
- package/lib/ele-virtual-table/components/cell-filter.js +210 -0
- package/lib/ele-virtual-table/components/expand-row.d.ts +18 -0
- package/lib/ele-virtual-table/components/expand-row.js +28 -0
- package/lib/ele-virtual-table/components/footer-row.d.ts +43 -0
- package/lib/ele-virtual-table/components/footer-row.js +104 -0
- package/lib/ele-virtual-table/components/header-cell.d.ts +97 -0
- package/lib/ele-virtual-table/components/header-cell.js +260 -0
- package/lib/ele-virtual-table/components/header-row.d.ts +89 -0
- package/lib/ele-virtual-table/components/header-row.js +125 -0
- package/lib/ele-virtual-table/index.js +986 -0
- package/lib/ele-virtual-table/props.d.ts +148 -0
- package/lib/ele-virtual-table/props.js +13 -0
- package/lib/ele-virtual-table/style/css-var.scss +127 -0
- package/lib/ele-virtual-table/style/index.js +10 -0
- package/lib/ele-virtual-table/style/index.scss +666 -0
- package/lib/ele-virtual-table/types/index.d.ts +157 -0
- package/lib/ele-virtual-table/util.d.ts +200 -0
- package/lib/ele-virtual-table/util.js +562 -0
- package/lib/ele-watermark/index.js +4 -0
- package/lib/ele-watermark/props.d.ts +12 -0
- package/lib/ele-watermark/props.js +12 -12
- package/lib/icons/FilterFilled.d.ts +2 -0
- package/lib/icons/FilterFilled.js +22 -0
- package/lib/icons/HomeOutlined.d.ts +2 -0
- package/lib/icons/HomeOutlined.js +47 -0
- package/lib/icons/index.d.ts +2 -0
- package/lib/icons/index.js +4 -0
- package/lib/lang/zh_TW.js +0 -1
- package/lib/style/index.scss +2 -0
- package/lib/style/themes/dark.scss +11 -2
- package/lib/style/themes/default.scss +62 -47
- package/lib/style/themes/rounded.scss +15 -14
- package/lib/style/themes/theme-util.scss +4 -0
- package/lib/style/util.scss +6 -6
- package/lib/utils/core.d.ts +10 -0
- package/lib/utils/core.js +2 -3
- package/lib/utils/theme-util.js +1 -1
- package/lib/utils/validate.js +2 -2
- package/package.json +30 -30
- package/typings/global.d.ts +3 -1
- package/es/ele-pro-table/components/table-view.js +0 -138
- package/lib/ele-pro-table/components/table-view.js +0 -137
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const vue = require("vue");
|
|
3
|
+
const _sfc_main = vue.defineComponent({
|
|
4
|
+
name: "HomeOutlined"
|
|
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
|
+
};
|
|
17
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
18
|
+
d: "M9 18V42H39V18L24 6L9 18Z",
|
|
19
|
+
fill: "none",
|
|
20
|
+
stroke: "currentColor",
|
|
21
|
+
"stroke-width": "4",
|
|
22
|
+
"stroke-linecap": "round",
|
|
23
|
+
"stroke-linejoin": "round"
|
|
24
|
+
}, null, -1);
|
|
25
|
+
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
26
|
+
d: "M19 29V42H29V29H19Z",
|
|
27
|
+
fill: "none",
|
|
28
|
+
stroke: "currentColor",
|
|
29
|
+
"stroke-width": "4",
|
|
30
|
+
"stroke-linejoin": "round"
|
|
31
|
+
}, null, -1);
|
|
32
|
+
const _hoisted_4 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
33
|
+
d: "M9 42H39",
|
|
34
|
+
stroke: "currentColor",
|
|
35
|
+
"stroke-width": "4",
|
|
36
|
+
"stroke-linecap": "round"
|
|
37
|
+
}, null, -1);
|
|
38
|
+
const _hoisted_5 = [
|
|
39
|
+
_hoisted_2,
|
|
40
|
+
_hoisted_3,
|
|
41
|
+
_hoisted_4
|
|
42
|
+
];
|
|
43
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
44
|
+
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _hoisted_5);
|
|
45
|
+
}
|
|
46
|
+
const HomeOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
47
|
+
module.exports = HomeOutlined;
|
package/lib/icons/index.d.ts
CHANGED
|
@@ -6,9 +6,11 @@ export { default as ColumnHeightOutlined } from "./ColumnHeightOutlined";
|
|
|
6
6
|
export { default as CompressOutlined } from "./CompressOutlined";
|
|
7
7
|
export { default as EllipsisOutlined } from "./EllipsisOutlined";
|
|
8
8
|
export { default as ExpandOutlined } from "./ExpandOutlined";
|
|
9
|
+
export { default as FilterFilled } from "./FilterFilled";
|
|
9
10
|
export { default as FullscreenOutlined } from "./FullscreenOutlined";
|
|
10
11
|
export { default as FullscreenExitOutlined } from "./FullscreenExitOutlined";
|
|
11
12
|
export { default as HolderOutlined } from "./HolderOutlined";
|
|
13
|
+
export { default as HomeOutlined } from "./HomeOutlined";
|
|
12
14
|
export { default as LoadingOutlined } from "./LoadingOutlined";
|
|
13
15
|
export { default as VerticalLeftOutlined } from "./VerticalLeftOutlined";
|
|
14
16
|
export { default as VerticalRightOutlined } from "./VerticalRightOutlined";
|
package/lib/icons/index.js
CHANGED
|
@@ -8,9 +8,11 @@ const ColumnHeightOutlined = require("./ColumnHeightOutlined");
|
|
|
8
8
|
const CompressOutlined = require("./CompressOutlined");
|
|
9
9
|
const EllipsisOutlined = require("./EllipsisOutlined");
|
|
10
10
|
const ExpandOutlined = require("./ExpandOutlined");
|
|
11
|
+
const FilterFilled = require("./FilterFilled");
|
|
11
12
|
const FullscreenOutlined = require("./FullscreenOutlined");
|
|
12
13
|
const FullscreenExitOutlined = require("./FullscreenExitOutlined");
|
|
13
14
|
const HolderOutlined = require("./HolderOutlined");
|
|
15
|
+
const HomeOutlined = require("./HomeOutlined");
|
|
14
16
|
const LoadingOutlined = require("./LoadingOutlined");
|
|
15
17
|
const VerticalLeftOutlined = require("./VerticalLeftOutlined");
|
|
16
18
|
const VerticalRightOutlined = require("./VerticalRightOutlined");
|
|
@@ -22,9 +24,11 @@ exports.ColumnHeightOutlined = ColumnHeightOutlined;
|
|
|
22
24
|
exports.CompressOutlined = CompressOutlined;
|
|
23
25
|
exports.EllipsisOutlined = EllipsisOutlined;
|
|
24
26
|
exports.ExpandOutlined = ExpandOutlined;
|
|
27
|
+
exports.FilterFilled = FilterFilled;
|
|
25
28
|
exports.FullscreenOutlined = FullscreenOutlined;
|
|
26
29
|
exports.FullscreenExitOutlined = FullscreenExitOutlined;
|
|
27
30
|
exports.HolderOutlined = HolderOutlined;
|
|
31
|
+
exports.HomeOutlined = HomeOutlined;
|
|
28
32
|
exports.LoadingOutlined = LoadingOutlined;
|
|
29
33
|
exports.VerticalLeftOutlined = VerticalLeftOutlined;
|
|
30
34
|
exports.VerticalRightOutlined = VerticalRightOutlined;
|
package/lib/lang/zh_TW.js
CHANGED
package/lib/style/index.scss
CHANGED
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
@use '../ele-check-card/style/index.scss' as checkCard;
|
|
10
10
|
@use '../ele-cropper/style/index.scss' as cropper;
|
|
11
11
|
@use '../ele-dashboard/style/index.scss' as dashboard;
|
|
12
|
+
@use '../ele-data-table/style/index.scss' as dataTable;
|
|
12
13
|
@use '../ele-dot/style/index.scss' as dot;
|
|
13
14
|
@use '../ele-drawer/style/index.scss' as drawer;
|
|
14
15
|
@use '../ele-dropdown/style/index.scss' as dropdown;
|
|
@@ -39,3 +40,4 @@
|
|
|
39
40
|
@use '../ele-tooltip/style/index.scss' as tooltip;
|
|
40
41
|
@use '../ele-tour/style/index.scss' as tour;
|
|
41
42
|
@use '../ele-upload-list/style/index.scss' as uploadList;
|
|
43
|
+
@use '../ele-virtual-table/style/index.scss' as virtualTable;
|
|
@@ -49,14 +49,23 @@ $ele-dark: map.deep-merge(
|
|
|
49
49
|
'bg': elVar('bg-color', 'page'),
|
|
50
50
|
'hover-bg': rgba(255, 255, 255, 0.05)
|
|
51
51
|
),
|
|
52
|
+
'tab': (
|
|
53
|
+
'scroll-left-shadow': inset 10px 0 10px -10px rgba(0, 0, 0, 0.88),
|
|
54
|
+
'scroll-right-shadow': inset -10px 0 10px -10px rgba(0, 0, 0, 0.88)
|
|
55
|
+
),
|
|
52
56
|
'tab-simple': (
|
|
53
|
-
'hover': rgba(255, 255, 255, 0.05)
|
|
57
|
+
'hover-bg': rgba(255, 255, 255, 0.05)
|
|
54
58
|
),
|
|
55
59
|
'tab-indicator': (
|
|
56
60
|
'color': #434343
|
|
57
61
|
),
|
|
62
|
+
'tab-button': (
|
|
63
|
+
'bg': hsla(0, 0%, 100%, 0.04)
|
|
64
|
+
),
|
|
58
65
|
'table': (
|
|
59
|
-
'
|
|
66
|
+
'icon-hover-bg': rgba(255, 255, 255, 0.12),
|
|
67
|
+
'fixed-left-shadow': inset 10px 0 10px -10px rgba(0, 0, 0, 0.88),
|
|
68
|
+
'fixed-right-shadow': inset -10px 0 10px -10px rgba(0, 0, 0, 0.88)
|
|
60
69
|
),
|
|
61
70
|
'tool': (
|
|
62
71
|
'hover-bg': rgba(255, 255, 255, 0.05)
|
|
@@ -496,10 +496,11 @@ $ele: map.deep-merge(
|
|
|
496
496
|
'font-size': 14px,
|
|
497
497
|
'item-padding': 12px,
|
|
498
498
|
'color': elVar('text-color', 'secondary'),
|
|
499
|
+
'hover-color': elVar('text-color', 'primary'),
|
|
500
|
+
'hover-bg': rgba(0, 0, 0, 0.04),
|
|
499
501
|
'active-color': elVar('text-color', 'primary'),
|
|
500
502
|
'active-bg': elVar('bg-color', 'overlay'),
|
|
501
503
|
'active-shadow': 0 1px 3px 0 rgba(0, 0, 0, 0.08),
|
|
502
|
-
'hover-bg': rgba(0, 0, 0, 0.04),
|
|
503
504
|
'disabled-color': elVar('text-color', 'placeholder')
|
|
504
505
|
),
|
|
505
506
|
'segmented-large': (
|
|
@@ -575,7 +576,9 @@ $ele: map.deep-merge(
|
|
|
575
576
|
'tool-hover-color': elVar('text-color', 'primary'),
|
|
576
577
|
'hover-index': 2,
|
|
577
578
|
'active-index': 3,
|
|
578
|
-
'transition': (color, background-color, border-color,
|
|
579
|
+
'transition': (color, background-color, border-color, box-shadow),
|
|
580
|
+
'scroll-left-shadow': inset 10px 0 10px -10px rgba(0, 0, 0, 0.15),
|
|
581
|
+
'scroll-right-shadow': inset -10px 0 10px -10px rgba(0, 0, 0, 0.15)
|
|
579
582
|
),
|
|
580
583
|
'tab-sm': (
|
|
581
584
|
// 标签页小号
|
|
@@ -606,7 +609,8 @@ $ele: map.deep-merge(
|
|
|
606
609
|
'active-line': 2px,
|
|
607
610
|
'line-display': block,
|
|
608
611
|
'angle-size': 0px,
|
|
609
|
-
'angle-display': none
|
|
612
|
+
'angle-display': none,
|
|
613
|
+
'tool-hover-bg': eleVar('tab-simple', 'hover-bg')
|
|
610
614
|
),
|
|
611
615
|
'tab-indicator': (
|
|
612
616
|
// 标签页指示器风格
|
|
@@ -619,13 +623,21 @@ $ele: map.deep-merge(
|
|
|
619
623
|
// 标签页按钮风格
|
|
620
624
|
'space': 8px,
|
|
621
625
|
'radius': 4px,
|
|
622
|
-
'bg':
|
|
623
|
-
'
|
|
626
|
+
'bg': hsla(0, 0%, 100%, 0.68),
|
|
627
|
+
'hover-bg': elVar('bg-color'),
|
|
628
|
+
'active-bg': elVar('bg-color', 'overlay'),
|
|
629
|
+
'active-shadow': none,
|
|
630
|
+
'active-weight': normal
|
|
631
|
+
),
|
|
632
|
+
'text': (
|
|
633
|
+
// 文本
|
|
634
|
+
'heading-weight': normal,
|
|
635
|
+
'xxl': calc(#{elVar('font-size', 'extra-large')} + 6px),
|
|
636
|
+
'xxxl': calc(#{elVar('font-size', 'extra-large')} + 34px)
|
|
624
637
|
),
|
|
625
638
|
'table': (
|
|
626
639
|
// 表格
|
|
627
640
|
'radius': 0,
|
|
628
|
-
'bg': elVar('bg-color'),
|
|
629
641
|
'color': elVar('text-color', 'regular'),
|
|
630
642
|
'border-color': elVar('border-color', 'light'),
|
|
631
643
|
'font-szie': elVar('font-size', 'base'),
|
|
@@ -639,31 +651,48 @@ $ele: map.deep-merge(
|
|
|
639
651
|
'tr-active-bg': elVar('color-primary', 'light-9'),
|
|
640
652
|
'tr-active-hover-bg': elVar('color-primary', 'light-8'),
|
|
641
653
|
'even-bg': elVar('fill-color', 'lighter'),
|
|
642
|
-
'icon-color': elVar('text-color', 'disabled'),
|
|
643
|
-
'filter-size': elVar('font-size', 'base'),
|
|
644
|
-
'filter-padding': 4px 2px,
|
|
645
|
-
'filter-hover-bg': rgba(0, 0, 0, 0.04),
|
|
646
|
-
'filter-radius': elVar('border-radius', 'small'),
|
|
647
|
-
'filter-margin': 0 -6px 0 6px,
|
|
648
654
|
'lg-size': elVar('font-size', 'base'),
|
|
649
655
|
'lg-padding': 13px 16px,
|
|
650
656
|
'lg-radius': 0,
|
|
651
657
|
'sm-size': elVar('font-size', 'extra-small'),
|
|
652
658
|
'sm-padding': 4px 8px,
|
|
653
659
|
'sm-radius': 0,
|
|
660
|
+
'icon-color': elVar('text-color', 'disabled'),
|
|
661
|
+
'icon-hover-color': elVar('text-color', 'secondary'),
|
|
662
|
+
'icon-hover-bg': rgba(0, 0, 0, 0.08),
|
|
663
|
+
'icon-radius': elVar('border-radius', 'small'),
|
|
664
|
+
'icon-margin': 6px,
|
|
665
|
+
'sort-size': 5px,
|
|
666
|
+
'sort-space': 4px,
|
|
667
|
+
'sort-hover-bg': elVar('fill-color'),
|
|
668
|
+
'filter-size': 14px,
|
|
669
|
+
'filter-padding': 4px 2px,
|
|
670
|
+
'filter-margin': 0 -6px 0 4px,
|
|
671
|
+
'expand-margin': 0 4px 0 -2px,
|
|
672
|
+
'fixed-left-shadow': inset 10px 0 10px -10px rgba(0, 0, 0, 0.15),
|
|
673
|
+
'fixed-right-shadow': inset -10px 0 10px -10px rgba(0, 0, 0, 0.15),
|
|
654
674
|
'sticky-top': 0,
|
|
655
675
|
'fixed-header-sticky-top': 94px,
|
|
656
676
|
'maximized-sticky-top': 40px,
|
|
657
|
-
'fix-height': 0.45px
|
|
658
|
-
'fix-border': 0.65px
|
|
677
|
+
'fix-height': 0.45px
|
|
659
678
|
),
|
|
660
|
-
'table-
|
|
661
|
-
//
|
|
662
|
-
'
|
|
663
|
-
'
|
|
664
|
-
'
|
|
665
|
-
'
|
|
666
|
-
'
|
|
679
|
+
'table-filter': (
|
|
680
|
+
// 表格筛选框
|
|
681
|
+
'max-height': 386px,
|
|
682
|
+
'padding': 6px 0,
|
|
683
|
+
'item-height': 32px,
|
|
684
|
+
'item-margin': 0,
|
|
685
|
+
'item-padding': 0 16px,
|
|
686
|
+
'item-radius': 0,
|
|
687
|
+
'item-color': elVar('text-color', 'regular'),
|
|
688
|
+
'item-hover-color': elVar('text-color', 'primary'),
|
|
689
|
+
'item-hover-bg': elVar('fill-color', 'light'),
|
|
690
|
+
'item-active-color': elVar('color-primary'),
|
|
691
|
+
'item-active-bg': elVar('color-primary', 'light-9'),
|
|
692
|
+
'item-active-hover-bg': elVar('color-primary', 'light-8'),
|
|
693
|
+
'item-active-font-weight': bold,
|
|
694
|
+
'footer-padding': 6px 10px,
|
|
695
|
+
'footer-border': 1px solid elVar('border-color', 'light')
|
|
667
696
|
),
|
|
668
697
|
'tool-column': (
|
|
669
698
|
// 高级表格列配置
|
|
@@ -685,12 +714,6 @@ $ele: map.deep-merge(
|
|
|
685
714
|
'btn-active-color': elVar('color-primary'),
|
|
686
715
|
'btn-active-bg': transparent
|
|
687
716
|
),
|
|
688
|
-
'text': (
|
|
689
|
-
// 文本
|
|
690
|
-
'heading-weight': normal,
|
|
691
|
-
'xxl': calc(#{elVar('font-size', 'extra-large')} + 6px),
|
|
692
|
-
'xxxl': calc(#{elVar('font-size', 'extra-large')} + 34px)
|
|
693
|
-
),
|
|
694
717
|
'toolbar': (
|
|
695
718
|
// 工具栏
|
|
696
719
|
'padding': 0 16px,
|
|
@@ -715,6 +738,14 @@ $ele: map.deep-merge(
|
|
|
715
738
|
// 工具栏按钮朴素风格
|
|
716
739
|
'font-size': 16px
|
|
717
740
|
),
|
|
741
|
+
'table-select': (
|
|
742
|
+
// 下拉表格选择
|
|
743
|
+
'padding': 10px,
|
|
744
|
+
'th-bg': elVar('fill-color', 'light'),
|
|
745
|
+
'tr-bg': elVar('bg-color', 'overlay'),
|
|
746
|
+
'even-bg': elVar('fill-color', 'light'),
|
|
747
|
+
'mobile-space': 16px
|
|
748
|
+
),
|
|
718
749
|
'popper': (
|
|
719
750
|
// 底层气泡
|
|
720
751
|
'bg': elVar('bg-color', 'overlay'),
|
|
@@ -728,11 +759,11 @@ $ele: map.deep-merge(
|
|
|
728
759
|
),
|
|
729
760
|
'tooltip': (
|
|
730
761
|
// 文字提示
|
|
731
|
-
'color':
|
|
762
|
+
'color': #fff,
|
|
732
763
|
'font-size': elVar('font-size', 'small'),
|
|
733
|
-
'line-height':
|
|
734
|
-
'padding':
|
|
735
|
-
'bg':
|
|
764
|
+
'line-height': 22px,
|
|
765
|
+
'padding': 6px 12px,
|
|
766
|
+
'bg': #000,
|
|
736
767
|
'border': none,
|
|
737
768
|
'radius': elVar('border-radius', 'base'),
|
|
738
769
|
'shadow': 0 0 8px 0 rgba(0, 0, 0, 0.06),
|
|
@@ -803,22 +834,6 @@ $ele: map.deep-merge(
|
|
|
803
834
|
'item-active-hover-bg': elVar('color-primary', 'light-8'),
|
|
804
835
|
'item-active-font-weight': bold
|
|
805
836
|
),
|
|
806
|
-
'table-filter': (
|
|
807
|
-
// 表格筛选框
|
|
808
|
-
'max-height': none,
|
|
809
|
-
'padding': 6px 0,
|
|
810
|
-
'item-height': 32px,
|
|
811
|
-
'item-margin': 0,
|
|
812
|
-
'item-padding': 0 16px,
|
|
813
|
-
'item-radius': 0,
|
|
814
|
-
'item-color': elVar('text-color', 'regular'),
|
|
815
|
-
'item-hover-color': elVar('text-color', 'primary'),
|
|
816
|
-
'item-hover-bg': elVar('fill-color', 'light'),
|
|
817
|
-
'item-active-color': elVar('color-primary'),
|
|
818
|
-
'item-active-bg': elVar('color-primary', 'light-9'),
|
|
819
|
-
'item-active-hover-bg': elVar('color-primary', 'light-8'),
|
|
820
|
-
'item-active-font-weight': bold
|
|
821
|
-
),
|
|
822
837
|
'message-box': (
|
|
823
838
|
// 消息弹出框
|
|
824
839
|
'width': 380px,
|
|
@@ -136,7 +136,7 @@ $ele-rounded: map.deep-merge(
|
|
|
136
136
|
'close-radius': elVar('border-radius', 'small'),
|
|
137
137
|
'close-hover-color': elVar('text-color', 'primary'),
|
|
138
138
|
'close-hover-bg': hsla(0, 0%, 60%, 0.15),
|
|
139
|
-
'transition': (color, border-color,
|
|
139
|
+
'transition': (color, border-color, box-shadow)
|
|
140
140
|
),
|
|
141
141
|
'tab-sm': (
|
|
142
142
|
'close-size': 14px
|
|
@@ -146,19 +146,23 @@ $ele-rounded: map.deep-merge(
|
|
|
146
146
|
),
|
|
147
147
|
'tab-simple': (
|
|
148
148
|
'radius': 8px 8px 0px 0px,
|
|
149
|
-
'hover-color': elVar('color-primary'),
|
|
150
|
-
'hover-bg': transparent,
|
|
151
149
|
'active-weight': bold,
|
|
152
150
|
'active-line': 0px,
|
|
153
151
|
'line-display': none,
|
|
154
152
|
'angle-size': 10px,
|
|
155
|
-
'angle-display': block
|
|
153
|
+
'angle-display': block,
|
|
154
|
+
'tool-hover-bg': transparent
|
|
156
155
|
),
|
|
157
156
|
'tab-indicator': (
|
|
158
157
|
'hover-color': elVar('color-primary')
|
|
159
158
|
),
|
|
160
159
|
'tab-button': (
|
|
161
|
-
'radius':
|
|
160
|
+
'radius': $radius-large,
|
|
161
|
+
'active-shadow': 0 0 4px 2px rgba(0, 0, 0, 0.04),
|
|
162
|
+
'active-weight': bold
|
|
163
|
+
),
|
|
164
|
+
'text': (
|
|
165
|
+
'heading-weight': bold
|
|
162
166
|
),
|
|
163
167
|
'table': (
|
|
164
168
|
'radius': elVar('border-radius', 'base'),
|
|
@@ -166,6 +170,12 @@ $ele-rounded: map.deep-merge(
|
|
|
166
170
|
'lg-radius': $radius-large,
|
|
167
171
|
'sm-radius': elVar('border-radius', 'small')
|
|
168
172
|
),
|
|
173
|
+
'table-filter': (
|
|
174
|
+
'padding': 6px 4px,
|
|
175
|
+
'item-margin': 2px,
|
|
176
|
+
'item-padding': 0 12px,
|
|
177
|
+
'item-radius': elVar('border-radius', 'small')
|
|
178
|
+
),
|
|
169
179
|
'tool-column': (
|
|
170
180
|
'body-padding': 6px 4px,
|
|
171
181
|
'item-padding': 8px,
|
|
@@ -173,9 +183,6 @@ $ele-rounded: map.deep-merge(
|
|
|
173
183
|
'btn-hover-bg': elVar('color-primary', 'light-8'),
|
|
174
184
|
'btn-active-bg': elVar('color-primary', 'light-7')
|
|
175
185
|
),
|
|
176
|
-
'text': (
|
|
177
|
-
'heading-weight': bold
|
|
178
|
-
),
|
|
179
186
|
'toolbar': (
|
|
180
187
|
'radius': $radius-large
|
|
181
188
|
),
|
|
@@ -204,12 +211,6 @@ $ele-rounded: map.deep-merge(
|
|
|
204
211
|
'item-padding': 0 12px,
|
|
205
212
|
'item-radius': elVar('border-radius', 'small')
|
|
206
213
|
),
|
|
207
|
-
'table-filter': (
|
|
208
|
-
'padding': 6px 4px,
|
|
209
|
-
'item-margin': 2px,
|
|
210
|
-
'item-padding': 0 12px,
|
|
211
|
-
'item-radius': elVar('border-radius', 'small')
|
|
212
|
-
),
|
|
213
214
|
'message-box': (
|
|
214
215
|
'radius': $radius-large,
|
|
215
216
|
'header-font-size': elVar('font-size', 'medium'),
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
@use '../../ele-bottom-bar/style/css-var.scss' as *;
|
|
4
4
|
@use '../../ele-card/style/css-var.scss' as *;
|
|
5
5
|
@use '../../ele-check-card/style/css-var.scss' as *;
|
|
6
|
+
@use '../../ele-data-table/style/css-var.scss' as *;
|
|
6
7
|
@use '../../ele-drawer/style/css-var.scss' as *;
|
|
7
8
|
@use '../../ele-dropdown/style/css-var.scss' as *;
|
|
8
9
|
@use '../../ele-file-list/style/css-var.scss' as *;
|
|
@@ -26,6 +27,7 @@
|
|
|
26
27
|
@use '../../ele-tool/style/css-var.scss' as *;
|
|
27
28
|
@use '../../ele-toolbar/style/css-var.scss' as *;
|
|
28
29
|
@use '../../ele-tooltip/style/css-var.scss' as *;
|
|
30
|
+
@use '../../ele-virtual-table/style/css-var.scss' as *;
|
|
29
31
|
|
|
30
32
|
/* 生成主题的 css 变量 */
|
|
31
33
|
@mixin set-theme-var($selector, $var) {
|
|
@@ -37,6 +39,7 @@
|
|
|
37
39
|
@include set-bottom-bar-var($var);
|
|
38
40
|
@include set-card-var($var);
|
|
39
41
|
@include set-check-card-var($var);
|
|
42
|
+
@include set-data-table-var($var);
|
|
40
43
|
@include set-drawer-var($var);
|
|
41
44
|
@include set-dropdown-var($var);
|
|
42
45
|
@include set-file-var($var);
|
|
@@ -60,5 +63,6 @@
|
|
|
60
63
|
@include set-tool-var($var);
|
|
61
64
|
@include set-toolbar-var($var);
|
|
62
65
|
@include set-tooltip-var($var);
|
|
66
|
+
@include set-virtual-table-var($var);
|
|
63
67
|
}
|
|
64
68
|
}
|
package/lib/style/util.scss
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@use 'element-plus/theme-chalk/src/mixins/function.scss' as *;
|
|
2
2
|
@use 'sass:map';
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
/* 生成 css 变量名 */
|
|
5
5
|
@function eleJoinVar($list) {
|
|
6
6
|
$name: '--ele';
|
|
7
7
|
@each $item in $list {
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
@return $name;
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
/* 获取 css 变量值 */
|
|
16
16
|
@function eleVar($arg1, $arg2: '', $arg3: '') {
|
|
17
17
|
$args: $arg1, $arg2;
|
|
18
18
|
@if $arg3 != '' {
|
|
@@ -22,12 +22,12 @@
|
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
|
|
25
|
+
/* 获取 css 变量名 */
|
|
26
26
|
@function eleVarName($args...) {
|
|
27
27
|
@return eleJoinVar($args);
|
|
28
28
|
}
|
|
29
29
|
|
|
30
|
-
|
|
30
|
+
/* 生成组件 css 变量 */
|
|
31
31
|
@mixin set-ele-var($name, $variables) {
|
|
32
32
|
@if map.has-key($variables, $name) {
|
|
33
33
|
@each $attribute, $value in map.get($variables, $name) {
|
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
|
|
39
|
-
|
|
39
|
+
/* 获取 element 的 css 变量值 */
|
|
40
40
|
@function elVar($args...) {
|
|
41
41
|
@return getCssVar($args...);
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
-
|
|
44
|
+
/* 获取 element 的 css 变量名 */
|
|
45
45
|
@function elVarName($args...) {
|
|
46
46
|
@return getCssVarName($args...);
|
|
47
47
|
}
|
package/lib/utils/core.d.ts
CHANGED
|
@@ -3,13 +3,21 @@
|
|
|
3
3
|
* toTree 方法参数
|
|
4
4
|
*/
|
|
5
5
|
export interface ToTreeOption<T> {
|
|
6
|
+
/** 数据 */
|
|
6
7
|
data?: T[] | null;
|
|
8
|
+
/** id 字段名称 */
|
|
7
9
|
idField?: string | null;
|
|
10
|
+
/** parentId 字段名称 */
|
|
8
11
|
parentIdField?: string | null;
|
|
12
|
+
/** 生成的 children 字段名称 */
|
|
9
13
|
childrenField?: string | null;
|
|
14
|
+
/** 最顶级的 parentId 值 */
|
|
10
15
|
parentId?: number | string | Array<number | string> | null;
|
|
16
|
+
/** 是否添加包含所有父级 id 的字段 */
|
|
11
17
|
addParentIds?: boolean | null;
|
|
18
|
+
/** 包含所有父级 id 字段的名称 */
|
|
12
19
|
parentIdsField?: string | null;
|
|
20
|
+
/** 所有父级的 id */
|
|
13
21
|
parentIds?: Array<number | string> | null;
|
|
14
22
|
}
|
|
15
23
|
/**
|
|
@@ -73,7 +81,9 @@ export declare function checkFullscreen(): boolean;
|
|
|
73
81
|
* 经纬度坐标
|
|
74
82
|
*/
|
|
75
83
|
export interface Point {
|
|
84
|
+
/** 经度 */
|
|
76
85
|
lng: number;
|
|
86
|
+
/** 纬度 */
|
|
77
87
|
lat: number;
|
|
78
88
|
}
|
|
79
89
|
/**
|
package/lib/utils/core.js
CHANGED
|
@@ -69,12 +69,11 @@ function eachTree(data, callback, childrenField = "children", parent) {
|
|
|
69
69
|
}
|
|
70
70
|
function mapTree(data, formatter, childrenField = "children", resultChildrenField = "children", parent) {
|
|
71
71
|
const result = [];
|
|
72
|
-
if (data) {
|
|
72
|
+
if (data && data.length) {
|
|
73
73
|
data.forEach((d, i) => {
|
|
74
|
-
var _a;
|
|
75
74
|
const item = formatter(d, i, parent);
|
|
76
75
|
if (item) {
|
|
77
|
-
if (
|
|
76
|
+
if (d[childrenField] != null) {
|
|
78
77
|
item[resultChildrenField] = mapTree(
|
|
79
78
|
d[childrenField],
|
|
80
79
|
formatter,
|
package/lib/utils/theme-util.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
3
|
const colors = require("@ant-design/colors");
|
|
4
4
|
function changeColor(color, dark) {
|
|
5
|
-
const $html = document.
|
|
5
|
+
const $html = document.documentElement;
|
|
6
6
|
if (!$html) {
|
|
7
7
|
return;
|
|
8
8
|
}
|
package/lib/utils/validate.js
CHANGED
|
@@ -101,7 +101,7 @@ function isIdentityStrong(value) {
|
|
|
101
101
|
return "身份证号码出生日期无效";
|
|
102
102
|
}
|
|
103
103
|
const now = /* @__PURE__ */ new Date();
|
|
104
|
-
if (now.getFullYear() - parseInt(year) > 150 || now.getTime() - new Date(birthday).getTime() < 0) {
|
|
104
|
+
if (now.getFullYear() - Number.parseInt(year) > 150 || now.getTime() - new Date(birthday).getTime() < 0) {
|
|
105
105
|
return "身份证号码出生日期不在有效范围";
|
|
106
106
|
}
|
|
107
107
|
const areaCodes = [
|
|
@@ -149,7 +149,7 @@ function isIdentityStrong(value) {
|
|
|
149
149
|
const wi = [7, 9, 10, 5, 8, 4, 2, 1, 6, 3, 7, 9, 10, 5, 8, 4, 2];
|
|
150
150
|
let totalMulAiWi = 0;
|
|
151
151
|
for (let i = 0; i < 17; i++) {
|
|
152
|
-
totalMulAiWi += parseInt(ai.charAt(i)) * wi[i];
|
|
152
|
+
totalMulAiWi += Number.parseInt(ai.charAt(i)) * wi[i];
|
|
153
153
|
}
|
|
154
154
|
if (value !== ai + valCode[totalMulAiWi % 11]) {
|
|
155
155
|
return "身份证号码最后一位错误";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ele-admin-plus",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.5-beta.2",
|
|
4
4
|
"description": "EleAdminPlus Library",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -31,58 +31,58 @@
|
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@amap/amap-jsapi-loader": "^1.0.1",
|
|
33
33
|
"@ant-design/colors": "^7.0.0",
|
|
34
|
-
"@babel/types": "^7.
|
|
34
|
+
"@babel/types": "^7.23.0",
|
|
35
35
|
"@bytemd/plugin-gfm": "^1.21.0",
|
|
36
36
|
"@bytemd/plugin-highlight": "^1.21.0",
|
|
37
37
|
"@element-plus/icons-vue": "^2.1.0",
|
|
38
|
-
"@types/fs-extra": "^11.0.
|
|
39
|
-
"@types/node": "^20.
|
|
40
|
-
"@types/nprogress": "^0.2.
|
|
41
|
-
"@types/sortablejs": "^1.15.
|
|
42
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
43
|
-
"@typescript-eslint/parser": "^6.
|
|
44
|
-
"@vitejs/plugin-vue": "^4.
|
|
38
|
+
"@types/fs-extra": "^11.0.3",
|
|
39
|
+
"@types/node": "^20.8.7",
|
|
40
|
+
"@types/nprogress": "^0.2.2",
|
|
41
|
+
"@types/sortablejs": "^1.15.4",
|
|
42
|
+
"@typescript-eslint/eslint-plugin": "^6.8.0",
|
|
43
|
+
"@typescript-eslint/parser": "^6.8.0",
|
|
44
|
+
"@vitejs/plugin-vue": "^4.4.0",
|
|
45
45
|
"@vitejs/plugin-vue-jsx": "^3.0.2",
|
|
46
|
-
"@vue/compiler-sfc": "^3.3.
|
|
47
|
-
"axios": "^1.5.
|
|
46
|
+
"@vue/compiler-sfc": "^3.3.6",
|
|
47
|
+
"axios": "^1.5.1",
|
|
48
48
|
"bytemd": "^1.21.0",
|
|
49
49
|
"chalk": "^5.3.0",
|
|
50
50
|
"countup.js": "^2.8.0",
|
|
51
|
-
"cropperjs": "^1.6.
|
|
52
|
-
"dayjs": "^1.11.
|
|
51
|
+
"cropperjs": "^1.6.1",
|
|
52
|
+
"dayjs": "^1.11.10",
|
|
53
53
|
"echarts": "^5.4.3",
|
|
54
54
|
"echarts-wordcloud": "^2.1.0",
|
|
55
|
-
"element-plus": "^2.
|
|
56
|
-
"eslint": "^8.
|
|
55
|
+
"element-plus": "^2.4.1",
|
|
56
|
+
"eslint": "^8.52.0",
|
|
57
57
|
"eslint-config-prettier": "^9.0.0",
|
|
58
|
-
"eslint-define-config": "^1.
|
|
59
|
-
"eslint-plugin-prettier": "^5.0.
|
|
58
|
+
"eslint-define-config": "^1.24.1",
|
|
59
|
+
"eslint-plugin-prettier": "^5.0.1",
|
|
60
60
|
"eslint-plugin-vue": "^9.17.0",
|
|
61
61
|
"esno": "^0.17.0",
|
|
62
62
|
"execa": "^8.0.1",
|
|
63
63
|
"fs-extra": "^11.1.1",
|
|
64
|
-
"github-markdown-css": "^5.
|
|
65
|
-
"highlight.js": "^11.
|
|
64
|
+
"github-markdown-css": "^5.3.0",
|
|
65
|
+
"highlight.js": "^11.9.0",
|
|
66
66
|
"jsbarcode": "^3.11.5",
|
|
67
67
|
"nprogress": "^0.2.0",
|
|
68
68
|
"p-limit": "^4.0.0",
|
|
69
|
-
"pinia": "^2.1.
|
|
70
|
-
"postcss": "^8.4.
|
|
69
|
+
"pinia": "^2.1.7",
|
|
70
|
+
"postcss": "^8.4.31",
|
|
71
71
|
"prettier": "^3.0.3",
|
|
72
|
-
"rimraf": "^5.0.
|
|
73
|
-
"sass": "^1.
|
|
72
|
+
"rimraf": "^5.0.5",
|
|
73
|
+
"sass": "^1.69.4",
|
|
74
74
|
"sortablejs": "^1.15.0",
|
|
75
75
|
"tinymce": "^5.10.7",
|
|
76
76
|
"typescript": "^5.2.2",
|
|
77
77
|
"unplugin-vue-components": "^0.25.2",
|
|
78
|
-
"vite": "^4.
|
|
79
|
-
"vite-plugin-dts": "^3.
|
|
80
|
-
"vue": "^3.3.
|
|
78
|
+
"vite": "^4.5.0",
|
|
79
|
+
"vite-plugin-dts": "^3.6.0",
|
|
80
|
+
"vue": "^3.3.6",
|
|
81
81
|
"vue-echarts": "^6.6.1",
|
|
82
|
-
"vue-eslint-parser": "^9.3.
|
|
83
|
-
"vue-i18n": "^9.
|
|
84
|
-
"vue-router": "^4.2.
|
|
85
|
-
"vue-tsc": "^1.8.
|
|
82
|
+
"vue-eslint-parser": "^9.3.2",
|
|
83
|
+
"vue-i18n": "^9.5.0",
|
|
84
|
+
"vue-router": "^4.2.5",
|
|
85
|
+
"vue-tsc": "^1.8.20",
|
|
86
86
|
"vuedraggable": "^4.1.0",
|
|
87
87
|
"xgplayer": "^3.0.9",
|
|
88
88
|
"xgplayer-hls": "^3.0.9",
|