ele-admin-plus 1.1.9-beta.1 → 1.1.9-beta.10
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-installer.d.ts +2 -2
- package/es/ele-alert/index.d.ts +1 -1
- package/es/ele-alert/index.js +2 -4
- package/es/ele-alert/props.d.ts +10 -9
- package/es/ele-app/el.d.ts +18 -1
- package/es/ele-app/index.d.ts +1 -1
- package/es/ele-app/plus.d.ts +12 -0
- package/es/ele-app/style/overwrite/date-picker/index.scss +32 -5
- package/es/ele-app/style/overwrite/message-box/index.scss +5 -0
- package/es/ele-avatar-group/index.d.ts +4 -3
- package/es/ele-avatar-group/index.js +1 -3
- package/es/ele-avatar-group/props.d.ts +10 -9
- package/es/ele-bar-code/index.d.ts +5 -4
- package/es/ele-bar-code/props.d.ts +4 -3
- package/es/ele-basic-select/index.d.ts +16 -14
- package/es/ele-basic-select/index.js +33 -18
- package/es/ele-basic-select/props.d.ts +9 -8
- package/es/ele-basic-select/util.d.ts +2 -1
- package/es/ele-bottom-bar/index.d.ts +1 -1
- package/es/ele-bottom-bar/props.d.ts +4 -3
- package/es/ele-breadcrumb/index.d.ts +3 -2
- package/es/ele-breadcrumb/props.d.ts +5 -4
- package/es/ele-card/index.d.ts +1 -1
- package/es/ele-card/props.d.ts +7 -6
- package/es/ele-check-card/components/card-item.d.ts +4 -3
- package/es/ele-check-card/index.d.ts +6 -5
- package/es/ele-check-card/index.js +0 -5
- package/es/ele-check-card/props.d.ts +6 -5
- package/es/ele-config-provider/components/receiver-view.d.ts +17 -0
- package/es/ele-config-provider/components/receiver-view.js +134 -0
- package/es/ele-config-provider/index.d.ts +3 -3
- package/es/ele-config-provider/props.d.ts +6 -5
- package/es/ele-config-provider/props.js +2 -2
- package/es/ele-config-provider/receiver.d.ts +5 -9
- package/es/ele-config-provider/receiver.js +35 -116
- package/es/ele-config-provider/types.d.ts +3 -11
- package/es/ele-copyable/index.d.ts +8 -9
- package/es/ele-copyable/index.js +1 -5
- package/es/ele-copyable/props.d.ts +9 -8
- package/es/ele-count-up/index.d.ts +2 -1
- package/es/ele-count-up/props.d.ts +3 -2
- package/es/ele-cropper/components/cropper-preview.d.ts +1 -1
- package/es/ele-cropper/components/cropper-tools.d.ts +4 -3
- package/es/ele-cropper/index.d.ts +11 -10
- package/es/ele-cropper/index.js +1 -5
- package/es/ele-cropper/props.d.ts +4 -3
- package/es/ele-cropper-modal/index.d.ts +3 -2
- package/es/ele-cropper-modal/props.d.ts +7 -6
- package/es/ele-dashboard/index.d.ts +1 -2
- package/es/ele-dashboard/index.js +8 -17
- package/es/ele-dashboard/props.d.ts +3 -2
- package/es/ele-data-table/index.d.ts +10 -15
- package/es/ele-data-table/index.js +9 -1
- package/es/ele-data-table/props.d.ts +38 -43
- package/es/ele-data-table/style/index.scss +4 -0
- package/es/ele-data-table/types.d.ts +18 -16
- package/es/ele-data-table/util.d.ts +15 -9
- package/es/ele-data-table/util.js +14 -0
- package/es/ele-dot/index.d.ts +3 -5
- package/es/ele-dot/index.js +4 -10
- package/es/ele-dot/props.d.ts +3 -2
- package/es/ele-drawer/index.d.ts +10 -9
- package/es/ele-drawer/index.js +14 -11
- package/es/ele-drawer/props.d.ts +26 -25
- package/es/ele-drawer/style/index.scss +1 -1
- package/es/ele-dropdown/index.d.ts +6 -5
- package/es/ele-dropdown/index.js +7 -10
- package/es/ele-dropdown/props.d.ts +22 -21
- package/es/ele-dropdown/style/index.scss +2 -2
- package/es/ele-edit-tag/index.d.ts +9 -2
- package/es/ele-edit-tag/index.js +17 -15
- package/es/ele-edit-tag/props.d.ts +14 -9
- package/es/ele-edit-tag/props.js +5 -1
- package/es/ele-edit-tag/style/index.scss +13 -0
- package/es/ele-ellipsis/index.d.ts +7 -6
- package/es/ele-ellipsis/index.js +4 -27
- package/es/ele-ellipsis/props.d.ts +8 -7
- package/es/ele-file-list/components/file-grid-item.d.ts +6 -5
- package/es/ele-file-list/components/file-grid-item.js +16 -9
- package/es/ele-file-list/components/file-grid.d.ts +6 -5
- package/es/ele-file-list/components/file-grid.js +54 -50
- package/es/ele-file-list/components/file-sort.d.ts +1 -1
- package/es/ele-file-list/components/file-table-item.d.ts +6 -5
- package/es/ele-file-list/components/file-table-item.js +20 -15
- package/es/ele-file-list/components/file-table.d.ts +6 -5
- package/es/ele-file-list/components/file-table.js +92 -86
- package/es/ele-file-list/icons.d.ts +2 -1
- package/es/ele-file-list/index.d.ts +8 -7
- package/es/ele-file-list/index.js +1 -11
- package/es/ele-file-list/props.d.ts +6 -5
- package/es/ele-file-list-tool/index.d.ts +4 -4
- package/es/ele-file-list-tool/index.js +2 -2
- package/es/ele-icon-select/components/icon-grid.d.ts +4 -3
- package/es/ele-icon-select/index.d.ts +27 -14
- package/es/ele-icon-select/index.js +33 -10
- package/es/ele-icon-select/props.d.ts +23 -17
- package/es/ele-icon-select/props.js +6 -1
- package/es/ele-icon-select/style/index.js +1 -0
- package/es/ele-icon-select/style/index.scss +16 -2
- package/es/ele-loading/index.d.ts +3 -4
- package/es/ele-loading/index.js +32 -30
- package/es/ele-loading/props.d.ts +5 -4
- package/es/ele-map-picker/components/map-view.d.ts +51 -27
- package/es/ele-map-picker/components/map-view.js +227 -176
- package/es/ele-map-picker/index.d.ts +45 -22
- package/es/ele-map-picker/index.js +21 -39
- package/es/ele-map-picker/props.d.ts +37 -12
- package/es/ele-map-picker/props.js +20 -6
- package/es/ele-map-picker/style/index.scss +195 -166
- package/es/ele-map-picker/types.d.ts +8 -4
- package/es/ele-menus/index.d.ts +21 -7
- package/es/ele-menus/index.js +78 -14
- package/es/ele-menus/props.d.ts +29 -16
- package/es/ele-menus/props.js +15 -3
- package/es/ele-menus/style/index.js +2 -0
- package/es/ele-menus/style/index.scss +13 -11
- package/es/ele-menus/types.d.ts +9 -9
- package/es/ele-menus/util.d.ts +35 -16
- package/es/ele-menus/util.js +115 -80
- package/es/ele-modal/index.d.ts +7 -6
- package/es/ele-modal/index.js +42 -13
- package/es/ele-modal/props.d.ts +24 -23
- package/es/ele-modal/style/index.scss +49 -13
- package/es/ele-modal/types.d.ts +2 -10
- package/es/ele-modal/util.d.ts +5 -4
- package/es/ele-modal/util.js +22 -57
- package/es/ele-page/index.d.ts +1 -1
- package/es/ele-page/props.d.ts +2 -1
- package/es/ele-pagination/index.d.ts +11 -9
- package/es/ele-pagination/index.js +19 -13
- package/es/ele-pagination/props.d.ts +14 -12
- package/es/ele-pagination/props.js +2 -0
- package/es/ele-pagination/style/index.scss +9 -0
- package/es/ele-pagination/types.d.ts +6 -1
- package/es/ele-popconfirm/index.d.ts +7 -6
- package/es/ele-popconfirm/props.d.ts +32 -31
- package/es/ele-popconfirm/style/index.js +1 -1
- package/es/ele-popover/index.d.ts +5 -4
- package/es/ele-popover/props.d.ts +26 -25
- package/es/ele-popover/style/index.js +0 -1
- package/es/ele-printer/index.d.ts +7 -7
- package/es/ele-printer/index.js +11 -11
- package/es/ele-printer/props.d.ts +6 -5
- package/es/ele-printer/style/index.scss +1 -1
- package/es/ele-printer/util.d.ts +2 -1
- package/es/ele-printer/util.js +4 -2
- package/es/ele-pro-layout/components/header-tool.d.ts +1 -1
- package/es/ele-pro-layout/components/pro-header.d.ts +37 -15
- package/es/ele-pro-layout/components/pro-header.js +75 -16
- package/es/ele-pro-layout/components/pro-iframe.d.ts +4 -3
- package/es/ele-pro-layout/components/pro-iframe.js +46 -23
- package/es/ele-pro-layout/components/pro-sidebar.d.ts +35 -19
- package/es/ele-pro-layout/components/pro-sidebar.js +44 -16
- package/es/ele-pro-layout/components/pro-sidebox.d.ts +37 -15
- package/es/ele-pro-layout/components/pro-sidebox.js +55 -15
- package/es/ele-pro-layout/components/pro-tabs.d.ts +6 -5
- package/es/ele-pro-layout/components/sidebar-tool.d.ts +1 -1
- package/es/ele-pro-layout/components/tab-dropdown.d.ts +5 -4
- package/es/ele-pro-layout/components/tab-dropdown.js +5 -1
- package/es/ele-pro-layout/index.d.ts +44 -27
- package/es/ele-pro-layout/index.js +282 -66
- package/es/ele-pro-layout/props.d.ts +18 -8
- package/es/ele-pro-layout/props.js +9 -0
- package/es/ele-pro-layout/style/tabs.scss +1 -1
- package/es/ele-pro-layout/types.d.ts +29 -3
- package/es/ele-pro-layout/util.d.ts +5 -4
- package/es/ele-pro-table/components/table-tools.d.ts +102 -10
- package/es/ele-pro-table/components/table-tools.js +125 -8
- package/es/ele-pro-table/components/tool-column-list.d.ts +4 -3
- package/es/ele-pro-table/components/tool-column-list.js +4 -7
- package/es/ele-pro-table/components/tool-column.d.ts +5 -4
- package/es/ele-pro-table/components/tool-column.js +9 -9
- package/es/ele-pro-table/components/tool-export.d.ts +456 -0
- package/es/ele-pro-table/components/tool-export.js +449 -0
- package/es/ele-pro-table/components/tool-print-body-cell.d.ts +35 -0
- package/es/ele-pro-table/components/tool-print-body-cell.js +88 -0
- package/es/ele-pro-table/components/tool-print-header-cell.d.ts +35 -0
- package/es/ele-pro-table/components/tool-print-header-cell.js +88 -0
- package/es/ele-pro-table/components/tool-print.d.ts +895 -0
- package/es/ele-pro-table/components/tool-print.js +558 -0
- package/es/ele-pro-table/index.d.ts +37 -29
- package/es/ele-pro-table/index.js +89 -18
- package/es/ele-pro-table/props.d.ts +52 -48
- package/es/ele-pro-table/props.js +6 -2
- package/es/ele-pro-table/style/index.js +9 -0
- package/es/ele-pro-table/style/index.scss +33 -5
- package/es/ele-pro-table/types.d.ts +149 -5
- package/es/ele-pro-table/util.d.ts +57 -5
- package/es/ele-pro-table/util.js +146 -22
- package/es/ele-qr-code/index.d.ts +3 -2
- package/es/ele-qr-code/props.d.ts +4 -3
- package/es/ele-qr-code/util.d.ts +3 -2
- package/es/ele-qr-code-svg/index.d.ts +1 -1
- package/es/ele-segmented/index.d.ts +4 -3
- package/es/ele-segmented/index.js +1 -3
- package/es/ele-segmented/props.d.ts +3 -2
- package/es/ele-split-panel/index.d.ts +11 -9
- package/es/ele-split-panel/index.js +63 -59
- package/es/ele-split-panel/props.d.ts +5 -4
- package/es/ele-steps/index.d.ts +1 -2
- package/es/ele-steps/index.js +2 -4
- package/es/ele-steps/props.d.ts +10 -9
- package/es/ele-tab-tool/index.d.ts +1 -1
- package/es/ele-tab-tool/props.d.ts +2 -1
- package/es/ele-tab-wrap/index.d.ts +1 -1
- package/es/ele-tab-wrap/props.d.ts +3 -2
- package/es/ele-table/index.d.ts +4 -1
- package/es/ele-table/index.js +2 -1
- package/es/ele-table/props.d.ts +4 -1
- package/es/ele-table/props.js +3 -1
- package/es/ele-table/style/index.scss +35 -0
- package/es/ele-table-select/index.d.ts +13 -12
- package/es/ele-table-select/props.d.ts +11 -10
- package/es/ele-tabs/components/tab-title.d.ts +6 -5
- package/es/ele-tabs/index.d.ts +13 -23
- package/es/ele-tabs/index.js +1 -6
- package/es/ele-tabs/props.d.ts +15 -21
- package/es/ele-text/index.d.ts +1 -1
- package/es/ele-text/props.d.ts +5 -4
- package/es/ele-tool/index.d.ts +2 -2
- package/es/ele-tool/index.js +2 -4
- package/es/ele-tool/props.d.ts +10 -2
- package/es/ele-tool/props.js +5 -0
- package/es/ele-toolbar/index.d.ts +1 -1
- package/es/ele-toolbar/props.d.ts +7 -6
- package/es/ele-tooltip/index.d.ts +4 -3
- package/es/ele-tooltip/index.js +9 -13
- package/es/ele-tooltip/props.d.ts +23 -22
- package/es/ele-tooltip/style/css-var.scss +4 -0
- package/es/ele-tooltip/style/index.scss +23 -0
- package/es/ele-tour/index.d.ts +5 -4
- package/es/ele-tour/index.js +80 -77
- package/es/ele-tour/props.d.ts +3 -2
- package/es/ele-tour/util.d.ts +3 -2
- package/es/ele-tree-select/index.d.ts +10 -9
- package/es/ele-tree-select/props.d.ts +12 -11
- package/es/ele-tree-select/util.d.ts +3 -2
- package/es/ele-upload-list/components/list-item.d.ts +10 -5
- package/es/ele-upload-list/components/list-item.js +7 -4
- package/es/ele-upload-list/index.d.ts +12 -5
- package/es/ele-upload-list/index.js +9 -8
- package/es/ele-upload-list/props.d.ts +11 -6
- package/es/ele-upload-list/props.js +5 -1
- package/es/ele-upload-list/style/index.scss +2 -1
- package/es/ele-virtual-table/components/body-cell.d.ts +85 -50
- package/es/ele-virtual-table/components/body-cell.js +79 -112
- package/es/ele-virtual-table/components/body-row.d.ts +72 -48
- package/es/ele-virtual-table/components/body-row.js +57 -52
- package/es/ele-virtual-table/components/cell-checkbox.d.ts +3 -2
- package/es/ele-virtual-table/components/cell-filter.d.ts +9 -8
- package/es/ele-virtual-table/components/cell-filter.js +8 -12
- package/es/ele-virtual-table/components/expand-row.d.ts +10 -9
- package/es/ele-virtual-table/components/expand-row.js +3 -3
- package/es/ele-virtual-table/components/footer-row.d.ts +33 -14
- package/es/ele-virtual-table/components/footer-row.js +29 -19
- package/es/ele-virtual-table/components/header-cell.d.ts +5 -4
- package/es/ele-virtual-table/components/header-row.d.ts +5 -4
- package/es/ele-virtual-table/index.d.ts +23 -32
- package/es/ele-virtual-table/index.js +134 -136
- package/es/ele-virtual-table/props.d.ts +50 -52
- package/es/ele-virtual-table/types.d.ts +103 -69
- package/es/ele-virtual-table/util.d.ts +35 -10
- package/es/ele-virtual-table/util.js +66 -35
- package/es/ele-watermark/index.d.ts +12 -2
- package/es/ele-watermark/index.js +1 -1
- package/es/ele-watermark/props.d.ts +9 -3
- package/es/ele-watermark/props.js +5 -0
- package/es/ele-watermark/util.d.ts +3 -2
- package/es/ele-xg-player/index.d.ts +4 -4
- package/es/icons/AnalysisOutlined.d.ts +1 -1
- package/es/icons/ApplicationOutlined.d.ts +1 -1
- package/es/icons/AppstoreAddOutlined.d.ts +1 -1
- package/es/icons/AppstoreOutlined.d.ts +1 -1
- package/es/icons/ArrowDown.d.ts +1 -1
- package/es/icons/ArrowDownOutlined.d.ts +1 -1
- package/es/icons/ArrowLeft.d.ts +1 -1
- package/es/icons/ArrowLeftOutlined.d.ts +1 -1
- package/es/icons/ArrowRight.d.ts +1 -1
- package/es/icons/ArrowRightOutlined.d.ts +1 -1
- package/es/icons/ArrowUp.d.ts +1 -1
- package/es/icons/ArrowUpOutlined.d.ts +1 -1
- package/es/icons/BellOutlined.d.ts +1 -1
- package/es/icons/BookOutlined.d.ts +1 -1
- package/es/icons/CalendarOutlined.d.ts +1 -1
- package/es/icons/CaretDownFilled.d.ts +1 -1
- package/es/icons/CaretUpFilled.d.ts +1 -1
- package/es/icons/CheckCircleFilled.d.ts +1 -1
- package/es/icons/CheckCircleOutlined.d.ts +1 -1
- package/es/icons/CheckOutlined.d.ts +1 -1
- package/es/icons/CityOutlined.d.ts +1 -1
- package/es/icons/ClockCircleOutlined.d.ts +1 -1
- package/es/icons/CloseCircleFilled.d.ts +1 -1
- package/es/icons/CloseCircleOutlined.d.ts +1 -1
- package/es/icons/CloseOutlined.d.ts +1 -1
- package/es/icons/CloudUploadOutlined.d.ts +1 -1
- package/es/icons/ClusterOutlined.d.ts +1 -1
- package/es/icons/CodeOutlined.d.ts +1 -1
- package/es/icons/ColumnHeightOutlined.d.ts +1 -1
- package/es/icons/CompassOutlined.d.ts +1 -1
- package/es/icons/CompressOutlined.d.ts +1 -1
- package/es/icons/ConnectionOutlined.d.ts +1 -1
- package/es/icons/ControlOutlined.d.ts +1 -1
- package/es/icons/CopyOutlined.d.ts +1 -1
- package/es/icons/CpuOutlined.d.ts +1 -1
- package/es/icons/DashboardOutlined.d.ts +1 -1
- package/es/icons/DatabaseOutlined.d.ts +1 -1
- package/es/icons/DeleteOutlined.d.ts +1 -1
- package/es/icons/DesktopOutlined.d.ts +1 -1
- package/es/icons/DownloadOutlined.d.ts +1 -1
- package/es/icons/DragOutlined.d.ts +1 -1
- package/es/icons/EditOutlined.d.ts +1 -1
- package/es/icons/EllipsisOutlined.d.ts +1 -1
- package/es/icons/EnvironmentOutlined.d.ts +1 -1
- package/es/icons/ExclamationCircleFilled.d.ts +1 -1
- package/es/icons/ExpandOutlined.d.ts +1 -1
- package/es/icons/FileOutlined.d.ts +1 -1
- package/es/icons/FilterFilled.d.ts +1 -1
- package/es/icons/FolderAddOutlined.d.ts +1 -1
- package/es/icons/FolderOutlined.d.ts +1 -1
- package/es/icons/FormOutlined.d.ts +1 -1
- package/es/icons/FullscreenExitOutlined.d.ts +1 -1
- package/es/icons/FullscreenOutlined.d.ts +1 -1
- package/es/icons/FundOutlined.d.ts +1 -1
- package/es/icons/GlobalOutlined.d.ts +1 -1
- package/es/icons/HolderOutlined.d.ts +1 -1
- package/es/icons/HomeOutlined.d.ts +1 -1
- package/es/icons/IdcardOutlined.d.ts +1 -1
- package/es/icons/InfoCircleFilled.d.ts +1 -1
- package/es/icons/LinkOutlined.d.ts +1 -1
- package/es/icons/LoadingDotOutlined.d.ts +1 -1
- package/es/icons/LoadingOutlined.d.ts +1 -1
- package/es/icons/LockOutlined.d.ts +1 -1
- package/es/icons/LogOutlined.d.ts +1 -1
- package/es/icons/LogoutOutlined.d.ts +1 -1
- package/es/icons/MailOutlined.d.ts +1 -1
- package/es/icons/MenuFoldOutlined.d.ts +1 -1
- package/es/icons/MenuUnfoldOutlined.d.ts +1 -1
- package/es/icons/MessageOutlined.d.ts +1 -1
- package/es/icons/MinusCircleOutlined.d.ts +1 -1
- package/es/icons/MobileOutlined.d.ts +1 -1
- package/es/icons/MoonOutlined.d.ts +1 -1
- package/es/icons/MoreOutlined.d.ts +1 -1
- package/es/icons/PauseFilled.d.ts +1 -1
- package/es/icons/PieChartOutlined.d.ts +1 -1
- package/es/icons/PlayFilled.d.ts +1 -1
- package/es/icons/PlusCircleOutlined.d.ts +1 -1
- package/es/icons/PlusOutlined.d.ts +1 -1
- package/es/icons/PrinterOutlined.d.ts +2 -0
- package/es/icons/PrinterOutlined.js +29 -0
- package/es/icons/ProtectOutlined.d.ts +1 -1
- package/es/icons/QuestionCircleFilled.d.ts +1 -1
- package/es/icons/QuestionCircleOutlined.d.ts +1 -1
- package/es/icons/ReloadOutlined.d.ts +1 -1
- package/es/icons/SearchOutlined.d.ts +1 -1
- package/es/icons/SettingOutlined.d.ts +1 -1
- package/es/icons/ShoppingOutlined.d.ts +1 -1
- package/es/icons/SortOutlined.d.ts +1 -1
- package/es/icons/StarFilled.d.ts +1 -1
- package/es/icons/StepBackwardFilled.d.ts +1 -1
- package/es/icons/StepForwardFilled.d.ts +1 -1
- package/es/icons/SuitcaseOutlined.d.ts +1 -1
- package/es/icons/SunOutlined.d.ts +1 -1
- package/es/icons/SwapOutlined.d.ts +1 -1
- package/es/icons/SyncOutlined.d.ts +1 -1
- package/es/icons/TableOutlined.d.ts +1 -1
- package/es/icons/TagOutlined.d.ts +1 -1
- package/es/icons/TimerOutlined.d.ts +1 -1
- package/es/icons/UndoOutlined.d.ts +1 -1
- package/es/icons/UnlockOutlined.d.ts +1 -1
- package/es/icons/UploadOutlined.d.ts +1 -1
- package/es/icons/UserOutlined.d.ts +1 -1
- package/es/icons/VerticalAlignMiddleOutlined.d.ts +1 -1
- package/es/icons/VerticalLeftOutlined.d.ts +1 -1
- package/es/icons/VerticalLeftOutlined.js +2 -2
- package/es/icons/VerticalRightOutlined.d.ts +1 -1
- package/es/icons/VerticalRightOutlined.js +2 -2
- package/es/icons/WarningOutlined.d.ts +1 -1
- package/es/icons/ZoomInOutlined.d.ts +1 -1
- package/es/icons/ZoomOutOutlined.d.ts +1 -1
- package/es/icons/index.d.ts +1 -0
- package/es/icons/index.js +58 -56
- package/es/installer.d.ts +2 -2
- package/es/lang/en_US.d.ts +2 -2
- package/es/lang/en_US.js +15 -3
- package/es/lang/zh_CN.d.ts +2 -2
- package/es/lang/zh_CN.js +15 -3
- package/es/lang/zh_TW.d.ts +2 -2
- package/es/lang/zh_TW.js +14 -2
- package/es/style/index.scss +1 -43
- package/es/style/plus.scss +43 -0
- package/es/style/themes/default.scss +8 -4
- package/es/style/themes/rounded.scss +1 -1
- package/es/style/themes/theme-util.scss +0 -2
- package/es/utils/core.d.ts +5 -0
- package/es/utils/core.js +28 -0
- package/es/utils/menu-util.d.ts +3 -2
- package/es/utils/message.d.ts +4 -3
- package/es/utils/resolvers.d.ts +4 -4
- package/es/utils/resolvers.js +33 -20
- package/lib/core-installer.d.ts +2 -2
- package/lib/ele-alert/index.cjs +2 -4
- package/lib/ele-alert/index.d.ts +1 -1
- package/lib/ele-alert/props.d.ts +10 -9
- package/lib/ele-app/el.d.ts +18 -1
- package/lib/ele-app/index.d.ts +1 -1
- package/lib/ele-app/plus.d.ts +12 -0
- package/lib/ele-app/style/overwrite/date-picker/index.scss +32 -5
- package/lib/ele-app/style/overwrite/message-box/index.scss +5 -0
- package/lib/ele-avatar-group/index.cjs +1 -3
- package/lib/ele-avatar-group/index.d.ts +4 -3
- package/lib/ele-avatar-group/props.d.ts +10 -9
- package/lib/ele-bar-code/index.d.ts +5 -4
- package/lib/ele-bar-code/props.d.ts +4 -3
- package/lib/ele-basic-select/index.cjs +32 -17
- package/lib/ele-basic-select/index.d.ts +16 -14
- package/lib/ele-basic-select/props.d.ts +9 -8
- package/lib/ele-basic-select/util.d.ts +2 -1
- package/lib/ele-bottom-bar/index.d.ts +1 -1
- package/lib/ele-bottom-bar/props.d.ts +4 -3
- package/lib/ele-breadcrumb/index.d.ts +3 -2
- package/lib/ele-breadcrumb/props.d.ts +5 -4
- package/lib/ele-card/index.d.ts +1 -1
- package/lib/ele-card/props.d.ts +7 -6
- package/lib/ele-check-card/components/card-item.d.ts +4 -3
- package/lib/ele-check-card/index.cjs +0 -5
- package/lib/ele-check-card/index.d.ts +6 -5
- package/lib/ele-check-card/props.d.ts +6 -5
- package/lib/ele-config-provider/components/receiver-view.cjs +2 -0
- package/lib/ele-config-provider/components/receiver-view.d.ts +17 -0
- package/lib/ele-config-provider/index.d.ts +3 -3
- package/lib/ele-config-provider/props.cjs +2 -2
- package/lib/ele-config-provider/props.d.ts +6 -5
- package/lib/ele-config-provider/receiver.cjs +45 -2
- package/lib/ele-config-provider/receiver.d.ts +5 -9
- package/lib/ele-config-provider/types.d.ts +3 -11
- package/lib/ele-copyable/index.cjs +0 -4
- package/lib/ele-copyable/index.d.ts +8 -9
- package/lib/ele-copyable/props.d.ts +9 -8
- package/lib/ele-count-up/index.d.ts +2 -1
- package/lib/ele-count-up/props.d.ts +3 -2
- package/lib/ele-cropper/components/cropper-preview.d.ts +1 -1
- package/lib/ele-cropper/components/cropper-tools.d.ts +4 -3
- package/lib/ele-cropper/index.cjs +0 -4
- package/lib/ele-cropper/index.d.ts +11 -10
- package/lib/ele-cropper/props.d.ts +4 -3
- package/lib/ele-cropper-modal/index.d.ts +3 -2
- package/lib/ele-cropper-modal/props.d.ts +7 -6
- package/lib/ele-dashboard/index.cjs +7 -16
- package/lib/ele-dashboard/index.d.ts +1 -2
- package/lib/ele-dashboard/props.d.ts +3 -2
- package/lib/ele-data-table/index.cjs +9 -1
- package/lib/ele-data-table/index.d.ts +10 -15
- package/lib/ele-data-table/props.d.ts +38 -43
- package/lib/ele-data-table/style/index.scss +4 -0
- package/lib/ele-data-table/types.d.ts +18 -16
- package/lib/ele-data-table/util.cjs +14 -0
- package/lib/ele-data-table/util.d.ts +15 -9
- package/lib/ele-dot/index.cjs +3 -9
- package/lib/ele-dot/index.d.ts +3 -5
- package/lib/ele-dot/props.d.ts +3 -2
- package/lib/ele-drawer/index.cjs +13 -10
- package/lib/ele-drawer/index.d.ts +10 -9
- package/lib/ele-drawer/props.d.ts +26 -25
- package/lib/ele-drawer/style/index.scss +1 -1
- package/lib/ele-dropdown/index.cjs +7 -10
- package/lib/ele-dropdown/index.d.ts +6 -5
- package/lib/ele-dropdown/props.d.ts +22 -21
- package/lib/ele-dropdown/style/index.scss +2 -2
- package/lib/ele-edit-tag/index.cjs +16 -14
- package/lib/ele-edit-tag/index.d.ts +9 -2
- package/lib/ele-edit-tag/props.cjs +5 -1
- package/lib/ele-edit-tag/props.d.ts +14 -9
- package/lib/ele-edit-tag/style/index.scss +13 -0
- package/lib/ele-ellipsis/index.cjs +3 -26
- package/lib/ele-ellipsis/index.d.ts +7 -6
- package/lib/ele-ellipsis/props.d.ts +8 -7
- package/lib/ele-file-list/components/file-grid-item.cjs +15 -8
- package/lib/ele-file-list/components/file-grid-item.d.ts +6 -5
- package/lib/ele-file-list/components/file-grid.cjs +53 -49
- package/lib/ele-file-list/components/file-grid.d.ts +6 -5
- package/lib/ele-file-list/components/file-sort.d.ts +1 -1
- package/lib/ele-file-list/components/file-table-item.cjs +19 -14
- package/lib/ele-file-list/components/file-table-item.d.ts +6 -5
- package/lib/ele-file-list/components/file-table.cjs +91 -85
- package/lib/ele-file-list/components/file-table.d.ts +6 -5
- package/lib/ele-file-list/icons.d.ts +2 -1
- package/lib/ele-file-list/index.cjs +0 -10
- package/lib/ele-file-list/index.d.ts +8 -7
- package/lib/ele-file-list/props.d.ts +6 -5
- package/lib/ele-file-list-tool/index.cjs +2 -2
- package/lib/ele-file-list-tool/index.d.ts +4 -4
- package/lib/ele-icon-select/components/icon-grid.d.ts +4 -3
- package/lib/ele-icon-select/index.cjs +39 -16
- package/lib/ele-icon-select/index.d.ts +27 -14
- package/lib/ele-icon-select/props.cjs +6 -1
- package/lib/ele-icon-select/props.d.ts +23 -17
- package/lib/ele-icon-select/style/index.cjs +1 -0
- package/lib/ele-icon-select/style/index.scss +16 -2
- package/lib/ele-loading/index.cjs +31 -29
- package/lib/ele-loading/index.d.ts +3 -4
- package/lib/ele-loading/props.d.ts +5 -4
- package/lib/ele-map-picker/components/map-view.cjs +225 -174
- package/lib/ele-map-picker/components/map-view.d.ts +51 -27
- package/lib/ele-map-picker/index.cjs +20 -38
- package/lib/ele-map-picker/index.d.ts +45 -22
- package/lib/ele-map-picker/props.cjs +20 -6
- package/lib/ele-map-picker/props.d.ts +37 -12
- package/lib/ele-map-picker/style/index.scss +195 -166
- package/lib/ele-map-picker/types.d.ts +8 -4
- package/lib/ele-menus/index.cjs +76 -12
- package/lib/ele-menus/index.d.ts +21 -7
- package/lib/ele-menus/props.cjs +15 -3
- package/lib/ele-menus/props.d.ts +29 -16
- package/lib/ele-menus/style/index.cjs +2 -0
- package/lib/ele-menus/style/index.scss +13 -11
- package/lib/ele-menus/types.d.ts +9 -9
- package/lib/ele-menus/util.cjs +115 -80
- package/lib/ele-menus/util.d.ts +35 -16
- package/lib/ele-modal/index.cjs +41 -12
- package/lib/ele-modal/index.d.ts +7 -6
- package/lib/ele-modal/props.d.ts +24 -23
- package/lib/ele-modal/style/index.scss +49 -13
- package/lib/ele-modal/types.d.ts +2 -10
- package/lib/ele-modal/util.cjs +22 -57
- package/lib/ele-modal/util.d.ts +5 -4
- package/lib/ele-page/index.d.ts +1 -1
- package/lib/ele-page/props.d.ts +2 -1
- package/lib/ele-pagination/index.cjs +18 -12
- package/lib/ele-pagination/index.d.ts +11 -9
- package/lib/ele-pagination/props.cjs +2 -0
- package/lib/ele-pagination/props.d.ts +14 -12
- package/lib/ele-pagination/style/index.scss +9 -0
- package/lib/ele-pagination/types.d.ts +6 -1
- package/lib/ele-popconfirm/index.d.ts +7 -6
- package/lib/ele-popconfirm/props.d.ts +32 -31
- package/lib/ele-popconfirm/style/index.cjs +1 -1
- package/lib/ele-popover/index.d.ts +5 -4
- package/lib/ele-popover/props.d.ts +26 -25
- package/lib/ele-popover/style/index.cjs +0 -1
- package/lib/ele-printer/index.cjs +10 -10
- package/lib/ele-printer/index.d.ts +7 -7
- package/lib/ele-printer/props.d.ts +6 -5
- package/lib/ele-printer/style/index.scss +1 -1
- package/lib/ele-printer/util.cjs +4 -2
- package/lib/ele-printer/util.d.ts +2 -1
- package/lib/ele-pro-layout/components/header-tool.d.ts +1 -1
- package/lib/ele-pro-layout/components/pro-header.cjs +74 -15
- package/lib/ele-pro-layout/components/pro-header.d.ts +37 -15
- package/lib/ele-pro-layout/components/pro-iframe.cjs +45 -22
- package/lib/ele-pro-layout/components/pro-iframe.d.ts +4 -3
- package/lib/ele-pro-layout/components/pro-sidebar.cjs +44 -16
- package/lib/ele-pro-layout/components/pro-sidebar.d.ts +35 -19
- package/lib/ele-pro-layout/components/pro-sidebox.cjs +55 -15
- package/lib/ele-pro-layout/components/pro-sidebox.d.ts +37 -15
- package/lib/ele-pro-layout/components/pro-tabs.d.ts +6 -5
- package/lib/ele-pro-layout/components/sidebar-tool.d.ts +1 -1
- package/lib/ele-pro-layout/components/tab-dropdown.cjs +5 -1
- package/lib/ele-pro-layout/components/tab-dropdown.d.ts +5 -4
- package/lib/ele-pro-layout/index.cjs +281 -65
- package/lib/ele-pro-layout/index.d.ts +44 -27
- package/lib/ele-pro-layout/props.cjs +9 -0
- package/lib/ele-pro-layout/props.d.ts +18 -8
- package/lib/ele-pro-layout/style/tabs.scss +1 -1
- package/lib/ele-pro-layout/types.d.ts +29 -3
- package/lib/ele-pro-layout/util.d.ts +5 -4
- package/lib/ele-pro-table/components/table-tools.cjs +124 -7
- package/lib/ele-pro-table/components/table-tools.d.ts +102 -10
- package/lib/ele-pro-table/components/tool-column-list.cjs +3 -6
- package/lib/ele-pro-table/components/tool-column-list.d.ts +4 -3
- package/lib/ele-pro-table/components/tool-column.cjs +8 -8
- package/lib/ele-pro-table/components/tool-column.d.ts +5 -4
- package/lib/ele-pro-table/components/tool-export.cjs +448 -0
- package/lib/ele-pro-table/components/tool-export.d.ts +456 -0
- package/lib/ele-pro-table/components/tool-print-body-cell.cjs +87 -0
- package/lib/ele-pro-table/components/tool-print-body-cell.d.ts +35 -0
- package/lib/ele-pro-table/components/tool-print-header-cell.cjs +87 -0
- package/lib/ele-pro-table/components/tool-print-header-cell.d.ts +35 -0
- package/lib/ele-pro-table/components/tool-print.cjs +557 -0
- package/lib/ele-pro-table/components/tool-print.d.ts +895 -0
- package/lib/ele-pro-table/index.cjs +87 -16
- package/lib/ele-pro-table/index.d.ts +37 -29
- package/lib/ele-pro-table/props.cjs +6 -2
- package/lib/ele-pro-table/props.d.ts +52 -48
- package/lib/ele-pro-table/style/index.cjs +9 -0
- package/lib/ele-pro-table/style/index.scss +33 -5
- package/lib/ele-pro-table/types.d.ts +149 -5
- package/lib/ele-pro-table/util.cjs +145 -21
- package/lib/ele-pro-table/util.d.ts +57 -5
- package/lib/ele-qr-code/index.d.ts +3 -2
- package/lib/ele-qr-code/props.d.ts +4 -3
- package/lib/ele-qr-code/util.d.ts +3 -2
- package/lib/ele-qr-code-svg/index.d.ts +1 -1
- package/lib/ele-segmented/index.cjs +1 -3
- package/lib/ele-segmented/index.d.ts +4 -3
- package/lib/ele-segmented/props.d.ts +3 -2
- package/lib/ele-split-panel/index.cjs +62 -58
- package/lib/ele-split-panel/index.d.ts +11 -9
- package/lib/ele-split-panel/props.d.ts +5 -4
- package/lib/ele-steps/index.cjs +2 -4
- package/lib/ele-steps/index.d.ts +1 -2
- package/lib/ele-steps/props.d.ts +10 -9
- package/lib/ele-tab-tool/index.d.ts +1 -1
- package/lib/ele-tab-tool/props.d.ts +2 -1
- package/lib/ele-tab-wrap/index.d.ts +1 -1
- package/lib/ele-tab-wrap/props.d.ts +3 -2
- package/lib/ele-table/index.cjs +2 -1
- package/lib/ele-table/index.d.ts +4 -1
- package/lib/ele-table/props.cjs +3 -1
- package/lib/ele-table/props.d.ts +4 -1
- package/lib/ele-table/style/index.scss +35 -0
- package/lib/ele-table-select/index.d.ts +13 -12
- package/lib/ele-table-select/props.d.ts +11 -10
- package/lib/ele-tabs/components/tab-title.d.ts +6 -5
- package/lib/ele-tabs/index.cjs +1 -6
- package/lib/ele-tabs/index.d.ts +13 -23
- package/lib/ele-tabs/props.d.ts +15 -21
- package/lib/ele-text/index.d.ts +1 -1
- package/lib/ele-text/props.d.ts +5 -4
- package/lib/ele-tool/index.cjs +1 -3
- package/lib/ele-tool/index.d.ts +2 -2
- package/lib/ele-tool/props.cjs +5 -0
- package/lib/ele-tool/props.d.ts +10 -2
- package/lib/ele-toolbar/index.d.ts +1 -1
- package/lib/ele-toolbar/props.d.ts +7 -6
- package/lib/ele-tooltip/index.cjs +9 -13
- package/lib/ele-tooltip/index.d.ts +4 -3
- package/lib/ele-tooltip/props.d.ts +23 -22
- package/lib/ele-tooltip/style/css-var.scss +4 -0
- package/lib/ele-tooltip/style/index.scss +23 -0
- package/lib/ele-tour/index.cjs +79 -76
- package/lib/ele-tour/index.d.ts +5 -4
- package/lib/ele-tour/props.d.ts +3 -2
- package/lib/ele-tour/util.d.ts +3 -2
- package/lib/ele-tree-select/index.d.ts +10 -9
- package/lib/ele-tree-select/props.d.ts +12 -11
- package/lib/ele-tree-select/util.d.ts +3 -2
- package/lib/ele-upload-list/components/list-item.cjs +6 -3
- package/lib/ele-upload-list/components/list-item.d.ts +10 -5
- package/lib/ele-upload-list/index.cjs +8 -7
- package/lib/ele-upload-list/index.d.ts +12 -5
- package/lib/ele-upload-list/props.cjs +5 -1
- package/lib/ele-upload-list/props.d.ts +11 -6
- package/lib/ele-upload-list/style/index.scss +2 -1
- package/lib/ele-virtual-table/components/body-cell.cjs +78 -111
- package/lib/ele-virtual-table/components/body-cell.d.ts +85 -50
- package/lib/ele-virtual-table/components/body-row.cjs +57 -52
- package/lib/ele-virtual-table/components/body-row.d.ts +72 -48
- package/lib/ele-virtual-table/components/cell-checkbox.d.ts +3 -2
- package/lib/ele-virtual-table/components/cell-filter.cjs +7 -11
- package/lib/ele-virtual-table/components/cell-filter.d.ts +9 -8
- package/lib/ele-virtual-table/components/expand-row.cjs +3 -3
- package/lib/ele-virtual-table/components/expand-row.d.ts +10 -9
- package/lib/ele-virtual-table/components/footer-row.cjs +27 -17
- package/lib/ele-virtual-table/components/footer-row.d.ts +33 -14
- package/lib/ele-virtual-table/components/header-cell.d.ts +5 -4
- package/lib/ele-virtual-table/components/header-row.d.ts +5 -4
- package/lib/ele-virtual-table/index.cjs +132 -134
- package/lib/ele-virtual-table/index.d.ts +23 -32
- package/lib/ele-virtual-table/props.d.ts +50 -52
- package/lib/ele-virtual-table/types.d.ts +103 -69
- package/lib/ele-virtual-table/util.cjs +65 -34
- package/lib/ele-virtual-table/util.d.ts +35 -10
- package/lib/ele-watermark/index.cjs +1 -1
- package/lib/ele-watermark/index.d.ts +12 -2
- package/lib/ele-watermark/props.cjs +5 -0
- package/lib/ele-watermark/props.d.ts +9 -3
- package/lib/ele-watermark/util.d.ts +3 -2
- package/lib/ele-xg-player/index.d.ts +4 -4
- package/lib/icons/AnalysisOutlined.d.ts +1 -1
- package/lib/icons/ApplicationOutlined.d.ts +1 -1
- package/lib/icons/AppstoreAddOutlined.d.ts +1 -1
- package/lib/icons/AppstoreOutlined.d.ts +1 -1
- package/lib/icons/ArrowDown.d.ts +1 -1
- package/lib/icons/ArrowDownOutlined.d.ts +1 -1
- package/lib/icons/ArrowLeft.d.ts +1 -1
- package/lib/icons/ArrowLeftOutlined.d.ts +1 -1
- package/lib/icons/ArrowRight.d.ts +1 -1
- package/lib/icons/ArrowRightOutlined.d.ts +1 -1
- package/lib/icons/ArrowUp.d.ts +1 -1
- package/lib/icons/ArrowUpOutlined.d.ts +1 -1
- package/lib/icons/BellOutlined.d.ts +1 -1
- package/lib/icons/BookOutlined.d.ts +1 -1
- package/lib/icons/CalendarOutlined.d.ts +1 -1
- package/lib/icons/CaretDownFilled.d.ts +1 -1
- package/lib/icons/CaretUpFilled.d.ts +1 -1
- package/lib/icons/CheckCircleFilled.d.ts +1 -1
- package/lib/icons/CheckCircleOutlined.d.ts +1 -1
- package/lib/icons/CheckOutlined.d.ts +1 -1
- package/lib/icons/CityOutlined.d.ts +1 -1
- package/lib/icons/ClockCircleOutlined.d.ts +1 -1
- package/lib/icons/CloseCircleFilled.d.ts +1 -1
- package/lib/icons/CloseCircleOutlined.d.ts +1 -1
- package/lib/icons/CloseOutlined.d.ts +1 -1
- package/lib/icons/CloudUploadOutlined.d.ts +1 -1
- package/lib/icons/ClusterOutlined.d.ts +1 -1
- package/lib/icons/CodeOutlined.d.ts +1 -1
- package/lib/icons/ColumnHeightOutlined.d.ts +1 -1
- package/lib/icons/CompassOutlined.d.ts +1 -1
- package/lib/icons/CompressOutlined.d.ts +1 -1
- package/lib/icons/ConnectionOutlined.d.ts +1 -1
- package/lib/icons/ControlOutlined.d.ts +1 -1
- package/lib/icons/CopyOutlined.d.ts +1 -1
- package/lib/icons/CpuOutlined.d.ts +1 -1
- package/lib/icons/DashboardOutlined.d.ts +1 -1
- package/lib/icons/DatabaseOutlined.d.ts +1 -1
- package/lib/icons/DeleteOutlined.d.ts +1 -1
- package/lib/icons/DesktopOutlined.d.ts +1 -1
- package/lib/icons/DownloadOutlined.d.ts +1 -1
- package/lib/icons/DragOutlined.d.ts +1 -1
- package/lib/icons/EditOutlined.d.ts +1 -1
- package/lib/icons/EllipsisOutlined.d.ts +1 -1
- package/lib/icons/EnvironmentOutlined.d.ts +1 -1
- package/lib/icons/ExclamationCircleFilled.d.ts +1 -1
- package/lib/icons/ExpandOutlined.d.ts +1 -1
- package/lib/icons/FileOutlined.d.ts +1 -1
- package/lib/icons/FilterFilled.d.ts +1 -1
- package/lib/icons/FolderAddOutlined.d.ts +1 -1
- package/lib/icons/FolderOutlined.d.ts +1 -1
- package/lib/icons/FormOutlined.d.ts +1 -1
- package/lib/icons/FullscreenExitOutlined.d.ts +1 -1
- package/lib/icons/FullscreenOutlined.d.ts +1 -1
- package/lib/icons/FundOutlined.d.ts +1 -1
- package/lib/icons/GlobalOutlined.d.ts +1 -1
- package/lib/icons/HolderOutlined.d.ts +1 -1
- package/lib/icons/HomeOutlined.d.ts +1 -1
- package/lib/icons/IdcardOutlined.d.ts +1 -1
- package/lib/icons/InfoCircleFilled.d.ts +1 -1
- package/lib/icons/LinkOutlined.d.ts +1 -1
- package/lib/icons/LoadingDotOutlined.d.ts +1 -1
- package/lib/icons/LoadingOutlined.d.ts +1 -1
- package/lib/icons/LockOutlined.d.ts +1 -1
- package/lib/icons/LogOutlined.d.ts +1 -1
- package/lib/icons/LogoutOutlined.d.ts +1 -1
- package/lib/icons/MailOutlined.d.ts +1 -1
- package/lib/icons/MenuFoldOutlined.d.ts +1 -1
- package/lib/icons/MenuUnfoldOutlined.d.ts +1 -1
- package/lib/icons/MessageOutlined.d.ts +1 -1
- package/lib/icons/MinusCircleOutlined.d.ts +1 -1
- package/lib/icons/MobileOutlined.d.ts +1 -1
- package/lib/icons/MoonOutlined.d.ts +1 -1
- package/lib/icons/MoreOutlined.d.ts +1 -1
- package/lib/icons/PauseFilled.d.ts +1 -1
- package/lib/icons/PieChartOutlined.d.ts +1 -1
- package/lib/icons/PlayFilled.d.ts +1 -1
- package/lib/icons/PlusCircleOutlined.d.ts +1 -1
- package/lib/icons/PlusOutlined.d.ts +1 -1
- package/lib/icons/PrinterOutlined.cjs +28 -0
- package/lib/icons/PrinterOutlined.d.ts +2 -0
- package/lib/icons/ProtectOutlined.d.ts +1 -1
- package/lib/icons/QuestionCircleFilled.d.ts +1 -1
- package/lib/icons/QuestionCircleOutlined.d.ts +1 -1
- package/lib/icons/ReloadOutlined.d.ts +1 -1
- package/lib/icons/SearchOutlined.d.ts +1 -1
- package/lib/icons/SettingOutlined.d.ts +1 -1
- package/lib/icons/ShoppingOutlined.d.ts +1 -1
- package/lib/icons/SortOutlined.d.ts +1 -1
- package/lib/icons/StarFilled.d.ts +1 -1
- package/lib/icons/StepBackwardFilled.d.ts +1 -1
- package/lib/icons/StepForwardFilled.d.ts +1 -1
- package/lib/icons/SuitcaseOutlined.d.ts +1 -1
- package/lib/icons/SunOutlined.d.ts +1 -1
- package/lib/icons/SwapOutlined.d.ts +1 -1
- package/lib/icons/SyncOutlined.d.ts +1 -1
- package/lib/icons/TableOutlined.d.ts +1 -1
- package/lib/icons/TagOutlined.d.ts +1 -1
- package/lib/icons/TimerOutlined.d.ts +1 -1
- package/lib/icons/UndoOutlined.d.ts +1 -1
- package/lib/icons/UnlockOutlined.d.ts +1 -1
- package/lib/icons/UploadOutlined.d.ts +1 -1
- package/lib/icons/UserOutlined.d.ts +1 -1
- package/lib/icons/VerticalAlignMiddleOutlined.d.ts +1 -1
- package/lib/icons/VerticalLeftOutlined.cjs +2 -2
- package/lib/icons/VerticalLeftOutlined.d.ts +1 -1
- package/lib/icons/VerticalRightOutlined.cjs +2 -2
- package/lib/icons/VerticalRightOutlined.d.ts +1 -1
- package/lib/icons/WarningOutlined.d.ts +1 -1
- package/lib/icons/ZoomInOutlined.d.ts +1 -1
- package/lib/icons/ZoomOutOutlined.d.ts +1 -1
- package/lib/icons/index.cjs +2 -0
- package/lib/icons/index.d.ts +1 -0
- package/lib/installer.d.ts +2 -2
- package/lib/lang/en_US.cjs +15 -3
- package/lib/lang/en_US.d.ts +2 -2
- package/lib/lang/zh_CN.cjs +15 -3
- package/lib/lang/zh_CN.d.ts +2 -2
- package/lib/lang/zh_TW.cjs +14 -2
- package/lib/lang/zh_TW.d.ts +2 -2
- package/lib/style/index.scss +1 -43
- package/lib/style/plus.scss +43 -0
- package/lib/style/themes/default.scss +8 -4
- package/lib/style/themes/rounded.scss +1 -1
- package/lib/style/themes/theme-util.scss +0 -2
- package/lib/utils/core.cjs +28 -0
- package/lib/utils/core.d.ts +5 -0
- package/lib/utils/menu-util.d.ts +3 -2
- package/lib/utils/message.d.ts +4 -3
- package/lib/utils/resolvers.cjs +33 -20
- package/lib/utils/resolvers.d.ts +4 -4
- package/package.json +24 -23
- package/es/ele-popover/style/css-var.scss +0 -8
- package/es/ele-popover/style/index.scss +0 -27
- package/lib/ele-popover/style/css-var.scss +0 -8
- package/lib/ele-popover/style/index.scss +0 -27
|
@@ -15,18 +15,31 @@ const _sfc_main = vue.defineComponent({
|
|
|
15
15
|
CellRender: util.CellRender
|
|
16
16
|
},
|
|
17
17
|
props: {
|
|
18
|
-
/**
|
|
19
|
-
column:
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
/**
|
|
29
|
-
|
|
18
|
+
/** 列配置 */
|
|
19
|
+
column: {
|
|
20
|
+
type: Object,
|
|
21
|
+
required: true
|
|
22
|
+
},
|
|
23
|
+
/** 列索引 */
|
|
24
|
+
columnIndex: {
|
|
25
|
+
type: Number,
|
|
26
|
+
required: true
|
|
27
|
+
},
|
|
28
|
+
/** 行索引 */
|
|
29
|
+
rowIndex: {
|
|
30
|
+
type: Number,
|
|
31
|
+
required: true
|
|
32
|
+
},
|
|
33
|
+
/** 行数据 */
|
|
34
|
+
rowData: {
|
|
35
|
+
type: Object,
|
|
36
|
+
required: true
|
|
37
|
+
},
|
|
38
|
+
/** 所有列的列宽 */
|
|
39
|
+
colSizes: {
|
|
40
|
+
type: Array,
|
|
41
|
+
required: true
|
|
42
|
+
},
|
|
30
43
|
/** 单元格类名自定义 */
|
|
31
44
|
bodyCellClass: [String, Function],
|
|
32
45
|
/** 单元格样式自定义 */
|
|
@@ -39,13 +52,17 @@ const _sfc_main = vue.defineComponent({
|
|
|
39
52
|
pageIndex: Number,
|
|
40
53
|
/** 表格行高 */
|
|
41
54
|
rowHeight: Number,
|
|
42
|
-
/** 树表格展开图标的列 */
|
|
43
|
-
expandColumnKey: String,
|
|
44
55
|
/** 多选当前行是否选中 */
|
|
45
56
|
isChecked: Boolean,
|
|
57
|
+
/** 多选当前行是否禁用 */
|
|
58
|
+
isDisabled: Boolean,
|
|
59
|
+
/** 表格尺寸 */
|
|
60
|
+
tableSize: String,
|
|
61
|
+
/** 树表格展开图标的列 */
|
|
62
|
+
expandColumnKey: String,
|
|
46
63
|
/** 树表格当前行是否有子级 */
|
|
47
64
|
hasChildren: Boolean,
|
|
48
|
-
/**
|
|
65
|
+
/** 树表格当前行缩进 */
|
|
49
66
|
rowIndent: String,
|
|
50
67
|
/** 树表格当前行是否折叠 */
|
|
51
68
|
isCollapse: Boolean,
|
|
@@ -58,27 +75,23 @@ const _sfc_main = vue.defineComponent({
|
|
|
58
75
|
},
|
|
59
76
|
emits: {
|
|
60
77
|
/** 多选框选中改变事件 */
|
|
61
|
-
checkedChange: (
|
|
78
|
+
checkedChange: (_checked) => true,
|
|
62
79
|
/** 展开状态改变事件 */
|
|
63
|
-
expandChange: (
|
|
80
|
+
expandChange: (_expanded) => true,
|
|
64
81
|
/** 点击事件 */
|
|
65
|
-
click: (
|
|
82
|
+
click: (_col, _e) => true,
|
|
66
83
|
/** 双击事件 */
|
|
67
|
-
dblclick: (
|
|
84
|
+
dblclick: (_col, _e) => true,
|
|
68
85
|
/** 右键事件 */
|
|
69
|
-
contextmenu: (
|
|
86
|
+
contextmenu: (_col, _e) => true,
|
|
70
87
|
/** 鼠标移入事件 */
|
|
71
|
-
mouseenter: (
|
|
88
|
+
mouseenter: (_col, _e) => true,
|
|
72
89
|
/** 鼠标移出事件 */
|
|
73
|
-
mouseleave: (
|
|
90
|
+
mouseleave: (_col, _e) => true
|
|
74
91
|
},
|
|
75
92
|
setup(props, { emit, slots }) {
|
|
76
|
-
const originalCol = vue.computed(() =>
|
|
77
|
-
|
|
78
|
-
});
|
|
79
|
-
const colType = vue.computed(() => {
|
|
80
|
-
return originalCol.value ? originalCol.value.type : void 0;
|
|
81
|
-
});
|
|
93
|
+
const originalCol = vue.computed(() => props.column.originalCol);
|
|
94
|
+
const colType = vue.computed(() => originalCol.value.type ?? "");
|
|
82
95
|
const cellParam = vue.computed(() => {
|
|
83
96
|
return {
|
|
84
97
|
column: originalCol.value,
|
|
@@ -88,29 +101,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
88
101
|
};
|
|
89
102
|
});
|
|
90
103
|
const cellSpan = vue.computed(() => {
|
|
91
|
-
const span =
|
|
92
|
-
if (
|
|
93
|
-
const result = props.spanMethod(cellParam.value);
|
|
94
|
-
if (result != null) {
|
|
95
|
-
if (Array.isArray(result)) {
|
|
96
|
-
const [rowspan, colspan] = result;
|
|
97
|
-
if (rowspan != null) {
|
|
98
|
-
span.rowspan = rowspan;
|
|
99
|
-
}
|
|
100
|
-
if (colspan != null) {
|
|
101
|
-
span.colspan = colspan;
|
|
102
|
-
}
|
|
103
|
-
} else {
|
|
104
|
-
if (result.rowspan != null) {
|
|
105
|
-
span.rowspan = result.rowspan;
|
|
106
|
-
}
|
|
107
|
-
if (result.colspan != null) {
|
|
108
|
-
span.colspan = result.colspan;
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
if (colType.value && ["indedx", "selection", "expand"].includes(colType.value)) {
|
|
104
|
+
const span = util.getCellSpan(cellParam.value, props.spanMethod);
|
|
105
|
+
if (["indedx", "selection", "expand"].includes(colType.value)) {
|
|
114
106
|
span.rowspan = 1;
|
|
115
107
|
}
|
|
116
108
|
return span;
|
|
@@ -182,14 +174,11 @@ const _sfc_main = vue.defineComponent({
|
|
|
182
174
|
return classes.join(" ");
|
|
183
175
|
});
|
|
184
176
|
const cellWidth = vue.computed(() => {
|
|
185
|
-
if (props.columnIndex == null || !props.colSizes) {
|
|
186
|
-
return;
|
|
187
|
-
}
|
|
188
|
-
let width = props.colSizes[props.columnIndex].width || 0;
|
|
189
177
|
const colspan = cellSpan.value.colspan;
|
|
190
178
|
if (colspan === 0) {
|
|
191
179
|
return "0px";
|
|
192
180
|
}
|
|
181
|
+
let width = props.colSizes[props.columnIndex].width || 0;
|
|
193
182
|
if (colspan && colspan > 1) {
|
|
194
183
|
const end = props.columnIndex + colspan;
|
|
195
184
|
for (let i = props.columnIndex; i < end; i++) {
|
|
@@ -237,6 +226,13 @@ const _sfc_main = vue.defineComponent({
|
|
|
237
226
|
];
|
|
238
227
|
});
|
|
239
228
|
const cellText = vue.computed(() => {
|
|
229
|
+
const col = originalCol.value;
|
|
230
|
+
if (col && col.type === "index") {
|
|
231
|
+
if (typeof col.index === "function") {
|
|
232
|
+
return;
|
|
233
|
+
}
|
|
234
|
+
return util.getIndexValue(props.rowIndex, col.index, props.pageIndex);
|
|
235
|
+
}
|
|
240
236
|
const prop = props.column ? props.column.dataKey : void 0;
|
|
241
237
|
const { rowspan, colspan } = cellSpan.value;
|
|
242
238
|
if (rowspan === 0 || colspan === 0 || prop == null || !props.rowData) {
|
|
@@ -244,12 +240,6 @@ const _sfc_main = vue.defineComponent({
|
|
|
244
240
|
}
|
|
245
241
|
return util$1.getValue(props.rowData, prop);
|
|
246
242
|
});
|
|
247
|
-
const indexText = vue.computed(() => {
|
|
248
|
-
const rowIndex = props.rowIndex || 0;
|
|
249
|
-
const index = originalCol.value ? originalCol.value.index : void 0;
|
|
250
|
-
const start = typeof index === "function" ? index(rowIndex) : index;
|
|
251
|
-
return String((props.pageIndex || start || 0) + rowIndex);
|
|
252
|
-
});
|
|
253
243
|
const isExpandCol = vue.computed(() => {
|
|
254
244
|
return props.column != null && props.expandColumnKey != null && props.expandColumnKey === props.column.key;
|
|
255
245
|
});
|
|
@@ -257,18 +247,23 @@ const _sfc_main = vue.defineComponent({
|
|
|
257
247
|
const col = originalCol.value;
|
|
258
248
|
const { rowspan, colspan } = cellSpan.value;
|
|
259
249
|
if (col && rowspan !== 0 && colspan !== 0) {
|
|
250
|
+
const { rowIndex, rowData } = props;
|
|
251
|
+
if (col.type === "index") {
|
|
252
|
+
if (typeof col.index === "function") {
|
|
253
|
+
return { render: col.index, params: [rowIndex] };
|
|
254
|
+
}
|
|
255
|
+
return {};
|
|
256
|
+
}
|
|
260
257
|
if (col.slot && typeof slots[col.slot] === "function") {
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
column: col,
|
|
264
|
-
$index: props.rowIndex
|
|
258
|
+
return {
|
|
259
|
+
render: slots[col.slot],
|
|
260
|
+
params: [{ row: rowData, column: col, $index: rowIndex }]
|
|
265
261
|
};
|
|
266
|
-
return { render: slots[col.slot], params: [param] };
|
|
267
262
|
}
|
|
268
263
|
if (typeof col.formatter === "function") {
|
|
269
264
|
return {
|
|
270
265
|
render: col.formatter,
|
|
271
|
-
params: [
|
|
266
|
+
params: [rowData, col, cellText.value, rowIndex]
|
|
272
267
|
};
|
|
273
268
|
}
|
|
274
269
|
}
|
|
@@ -280,58 +275,32 @@ const _sfc_main = vue.defineComponent({
|
|
|
280
275
|
}
|
|
281
276
|
};
|
|
282
277
|
const onCheckedChange = (checked) => {
|
|
283
|
-
emit("checkedChange",
|
|
278
|
+
emit("checkedChange", checked);
|
|
284
279
|
};
|
|
285
280
|
const onExpandChange = () => {
|
|
286
281
|
if (!props.loading) {
|
|
287
|
-
emit("expandChange", props.
|
|
282
|
+
emit("expandChange", props.isCollapse);
|
|
288
283
|
}
|
|
289
284
|
};
|
|
290
285
|
const onClick = (e) => {
|
|
291
|
-
emit(
|
|
292
|
-
"click",
|
|
293
|
-
props.rowData,
|
|
294
|
-
originalCol.value,
|
|
295
|
-
e
|
|
296
|
-
);
|
|
286
|
+
emit("click", originalCol.value, e);
|
|
297
287
|
};
|
|
298
288
|
const onDblclick = (e) => {
|
|
299
|
-
emit(
|
|
300
|
-
"dblclick",
|
|
301
|
-
props.rowData,
|
|
302
|
-
originalCol.value,
|
|
303
|
-
e
|
|
304
|
-
);
|
|
289
|
+
emit("dblclick", originalCol.value, e);
|
|
305
290
|
};
|
|
306
291
|
const onContextmenu = (e) => {
|
|
307
|
-
emit(
|
|
308
|
-
"contextmenu",
|
|
309
|
-
props.rowData,
|
|
310
|
-
originalCol.value,
|
|
311
|
-
e
|
|
312
|
-
);
|
|
292
|
+
emit("contextmenu", originalCol.value, e);
|
|
313
293
|
};
|
|
314
294
|
const onMouseenter = (e) => {
|
|
315
|
-
emit(
|
|
316
|
-
"mouseenter",
|
|
317
|
-
props.rowData,
|
|
318
|
-
originalCol.value,
|
|
319
|
-
e
|
|
320
|
-
);
|
|
295
|
+
emit("mouseenter", originalCol.value, e);
|
|
321
296
|
};
|
|
322
297
|
const onMouseleave = (e) => {
|
|
323
|
-
emit(
|
|
324
|
-
"mouseleave",
|
|
325
|
-
props.rowData,
|
|
326
|
-
originalCol.value,
|
|
327
|
-
e
|
|
328
|
-
);
|
|
298
|
+
emit("mouseleave", originalCol.value, e);
|
|
329
299
|
};
|
|
330
300
|
return {
|
|
331
301
|
colType,
|
|
332
302
|
cellClass,
|
|
333
303
|
cellStyle,
|
|
334
|
-
indexText,
|
|
335
304
|
cellText,
|
|
336
305
|
isExpandCol,
|
|
337
306
|
renderOpt,
|
|
@@ -361,8 +330,8 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
361
330
|
const _component_LoadingDotOutlined = vue.resolveComponent("LoadingDotOutlined");
|
|
362
331
|
const _component_ArrowDown = vue.resolveComponent("ArrowDown");
|
|
363
332
|
const _component_ElIcon = vue.resolveComponent("ElIcon");
|
|
364
|
-
const _component_CellRender = vue.resolveComponent("CellRender");
|
|
365
333
|
const _component_CellCheckbox = vue.resolveComponent("CellCheckbox");
|
|
334
|
+
const _component_CellRender = vue.resolveComponent("CellRender");
|
|
366
335
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
367
336
|
class: vue.normalizeClass(_ctx.cellClass),
|
|
368
337
|
style: vue.normalizeStyle(_ctx.cellStyle),
|
|
@@ -397,20 +366,18 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
397
366
|
}, 8, ["class"])
|
|
398
367
|
], 2)) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_1))
|
|
399
368
|
], 64)) : vue.createCommentVNode("", true),
|
|
400
|
-
|
|
369
|
+
_ctx.colType === "selection" ? (vue.openBlock(), vue.createBlock(_component_CellCheckbox, {
|
|
370
|
+
key: 1,
|
|
371
|
+
checked: _ctx.isChecked,
|
|
372
|
+
disabled: _ctx.isDisabled,
|
|
373
|
+
size: _ctx.tableSize,
|
|
374
|
+
onChange: _ctx.onCheckedChange
|
|
375
|
+
}, null, 8, ["checked", "disabled", "size", "onChange"])) : _ctx.colType !== "expand" ? (vue.openBlock(), vue.createBlock(_component_CellRender, vue.normalizeProps(vue.mergeProps({ key: 2 }, _ctx.renderOpt)), {
|
|
401
376
|
default: vue.withCtx(() => [
|
|
402
377
|
vue.createTextVNode(vue.toDisplayString(_ctx.cellText), 1)
|
|
403
378
|
]),
|
|
404
379
|
_: 1
|
|
405
|
-
}, 16)) :
|
|
406
|
-
vue.createTextVNode(vue.toDisplayString(_ctx.indexText), 1)
|
|
407
|
-
], 64)) : _ctx.colType === "selection" ? (vue.openBlock(), vue.createBlock(_component_CellCheckbox, {
|
|
408
|
-
key: 3,
|
|
409
|
-
checked: _ctx.isChecked,
|
|
410
|
-
disabled: _ctx.rowData ? _ctx.rowData._rowDisabled : false,
|
|
411
|
-
size: _ctx.tableSize,
|
|
412
|
-
onChange: _ctx.onCheckedChange
|
|
413
|
-
}, null, 8, ["checked", "disabled", "size", "onChange"])) : vue.createCommentVNode("", true)
|
|
380
|
+
}, 16)) : vue.createCommentVNode("", true)
|
|
414
381
|
])
|
|
415
382
|
], 38);
|
|
416
383
|
}
|
|
@@ -1,20 +1,34 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { BodyColumn, CustomRenderProps, ColSize } from '../types';
|
|
2
|
+
import { DataItem, Column } from '../../ele-data-table/types';
|
|
2
3
|
import { StyleValues } from '../../ele-app/types';
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
declare const _default: import(
|
|
6
|
-
/**
|
|
7
|
-
column:
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
/**
|
|
17
|
-
|
|
4
|
+
import { PropType } from 'vue';
|
|
5
|
+
|
|
6
|
+
declare const _default: import('vue').DefineComponent<{
|
|
7
|
+
/** 列配置 */
|
|
8
|
+
column: {
|
|
9
|
+
type: PropType<BodyColumn>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
/** 列索引 */
|
|
13
|
+
columnIndex: {
|
|
14
|
+
type: NumberConstructor;
|
|
15
|
+
required: true;
|
|
16
|
+
};
|
|
17
|
+
/** 行索引 */
|
|
18
|
+
rowIndex: {
|
|
19
|
+
type: NumberConstructor;
|
|
20
|
+
required: true;
|
|
21
|
+
};
|
|
22
|
+
/** 行数据 */
|
|
23
|
+
rowData: {
|
|
24
|
+
type: PropType<DataItem>;
|
|
25
|
+
required: true;
|
|
26
|
+
};
|
|
27
|
+
/** 所有列的列宽 */
|
|
28
|
+
colSizes: {
|
|
29
|
+
type: PropType<ColSize[]>;
|
|
30
|
+
required: true;
|
|
31
|
+
};
|
|
18
32
|
/** 单元格类名自定义 */
|
|
19
33
|
bodyCellClass: PropType<import("element-plus/es/components/table/src/table/defaults").CellCls<DataItem> | undefined>;
|
|
20
34
|
/** 单元格样式自定义 */
|
|
@@ -35,13 +49,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
35
49
|
pageIndex: NumberConstructor;
|
|
36
50
|
/** 表格行高 */
|
|
37
51
|
rowHeight: NumberConstructor;
|
|
38
|
-
/** 树表格展开图标的列 */
|
|
39
|
-
expandColumnKey: StringConstructor;
|
|
40
52
|
/** 多选当前行是否选中 */
|
|
41
53
|
isChecked: BooleanConstructor;
|
|
54
|
+
/** 多选当前行是否禁用 */
|
|
55
|
+
isDisabled: BooleanConstructor;
|
|
56
|
+
/** 表格尺寸 */
|
|
57
|
+
tableSize: PropType<"" | "default" | "small" | "large" | undefined>;
|
|
58
|
+
/** 树表格展开图标的列 */
|
|
59
|
+
expandColumnKey: StringConstructor;
|
|
42
60
|
/** 树表格当前行是否有子级 */
|
|
43
61
|
hasChildren: BooleanConstructor;
|
|
44
|
-
/**
|
|
62
|
+
/** 树表格当前行缩进 */
|
|
45
63
|
rowIndent: StringConstructor;
|
|
46
64
|
/** 树表格当前行是否折叠 */
|
|
47
65
|
isCollapse: BooleanConstructor;
|
|
@@ -52,10 +70,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
52
70
|
/** 表格是否是自适应行高 */
|
|
53
71
|
autoRowHeight: BooleanConstructor;
|
|
54
72
|
}, {
|
|
55
|
-
colType: import("vue").ComputedRef<string
|
|
73
|
+
colType: import("vue").ComputedRef<string>;
|
|
56
74
|
cellClass: import("vue").ComputedRef<string>;
|
|
57
75
|
cellStyle: import("vue").ComputedRef<StyleValues | undefined>;
|
|
58
|
-
indexText: import("vue").ComputedRef<string>;
|
|
59
76
|
cellText: import("vue").ComputedRef<string | undefined>;
|
|
60
77
|
isExpandCol: import("vue").ComputedRef<boolean>;
|
|
61
78
|
renderOpt: import("vue").ComputedRef<CustomRenderProps>;
|
|
@@ -69,32 +86,45 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
69
86
|
onMouseleave: (e: MouseEvent) => void;
|
|
70
87
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
71
88
|
/** 多选框选中改变事件 */
|
|
72
|
-
checkedChange: (
|
|
89
|
+
checkedChange: (_checked: boolean) => true;
|
|
73
90
|
/** 展开状态改变事件 */
|
|
74
|
-
expandChange: (
|
|
91
|
+
expandChange: (_expanded: boolean) => true;
|
|
75
92
|
/** 点击事件 */
|
|
76
|
-
click: (
|
|
93
|
+
click: (_col: Column, _e: MouseEvent) => true;
|
|
77
94
|
/** 双击事件 */
|
|
78
|
-
dblclick: (
|
|
95
|
+
dblclick: (_col: Column, _e: MouseEvent) => true;
|
|
79
96
|
/** 右键事件 */
|
|
80
|
-
contextmenu: (
|
|
97
|
+
contextmenu: (_col: Column, _e: MouseEvent) => true;
|
|
81
98
|
/** 鼠标移入事件 */
|
|
82
|
-
mouseenter: (
|
|
99
|
+
mouseenter: (_col: Column, _e: MouseEvent) => true;
|
|
83
100
|
/** 鼠标移出事件 */
|
|
84
|
-
mouseleave: (
|
|
101
|
+
mouseleave: (_col: Column, _e: MouseEvent) => true;
|
|
85
102
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
86
|
-
/**
|
|
87
|
-
column:
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
/**
|
|
97
|
-
|
|
103
|
+
/** 列配置 */
|
|
104
|
+
column: {
|
|
105
|
+
type: PropType<BodyColumn>;
|
|
106
|
+
required: true;
|
|
107
|
+
};
|
|
108
|
+
/** 列索引 */
|
|
109
|
+
columnIndex: {
|
|
110
|
+
type: NumberConstructor;
|
|
111
|
+
required: true;
|
|
112
|
+
};
|
|
113
|
+
/** 行索引 */
|
|
114
|
+
rowIndex: {
|
|
115
|
+
type: NumberConstructor;
|
|
116
|
+
required: true;
|
|
117
|
+
};
|
|
118
|
+
/** 行数据 */
|
|
119
|
+
rowData: {
|
|
120
|
+
type: PropType<DataItem>;
|
|
121
|
+
required: true;
|
|
122
|
+
};
|
|
123
|
+
/** 所有列的列宽 */
|
|
124
|
+
colSizes: {
|
|
125
|
+
type: PropType<ColSize[]>;
|
|
126
|
+
required: true;
|
|
127
|
+
};
|
|
98
128
|
/** 单元格类名自定义 */
|
|
99
129
|
bodyCellClass: PropType<import("element-plus/es/components/table/src/table/defaults").CellCls<DataItem> | undefined>;
|
|
100
130
|
/** 单元格样式自定义 */
|
|
@@ -115,13 +145,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
115
145
|
pageIndex: NumberConstructor;
|
|
116
146
|
/** 表格行高 */
|
|
117
147
|
rowHeight: NumberConstructor;
|
|
118
|
-
/** 树表格展开图标的列 */
|
|
119
|
-
expandColumnKey: StringConstructor;
|
|
120
148
|
/** 多选当前行是否选中 */
|
|
121
149
|
isChecked: BooleanConstructor;
|
|
150
|
+
/** 多选当前行是否禁用 */
|
|
151
|
+
isDisabled: BooleanConstructor;
|
|
152
|
+
/** 表格尺寸 */
|
|
153
|
+
tableSize: PropType<"" | "default" | "small" | "large" | undefined>;
|
|
154
|
+
/** 树表格展开图标的列 */
|
|
155
|
+
expandColumnKey: StringConstructor;
|
|
122
156
|
/** 树表格当前行是否有子级 */
|
|
123
157
|
hasChildren: BooleanConstructor;
|
|
124
|
-
/**
|
|
158
|
+
/** 树表格当前行缩进 */
|
|
125
159
|
rowIndent: StringConstructor;
|
|
126
160
|
/** 树表格当前行是否折叠 */
|
|
127
161
|
isCollapse: BooleanConstructor;
|
|
@@ -132,15 +166,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
132
166
|
/** 表格是否是自适应行高 */
|
|
133
167
|
autoRowHeight: BooleanConstructor;
|
|
134
168
|
}>> & {
|
|
135
|
-
onMouseenter?: ((
|
|
136
|
-
onMouseleave?: ((
|
|
137
|
-
onClick?: ((
|
|
138
|
-
onContextmenu?: ((
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
onCheckedChange?: ((
|
|
169
|
+
onMouseenter?: ((_col: Column, _e: MouseEvent) => any) | undefined;
|
|
170
|
+
onMouseleave?: ((_col: Column, _e: MouseEvent) => any) | undefined;
|
|
171
|
+
onClick?: ((_col: Column, _e: MouseEvent) => any) | undefined;
|
|
172
|
+
onContextmenu?: ((_col: Column, _e: MouseEvent) => any) | undefined;
|
|
173
|
+
onExpandChange?: ((_expanded: boolean) => any) | undefined;
|
|
174
|
+
onDblclick?: ((_col: Column, _e: MouseEvent) => any) | undefined;
|
|
175
|
+
onCheckedChange?: ((_checked: boolean) => any) | undefined;
|
|
142
176
|
}, {
|
|
143
177
|
loading: boolean;
|
|
178
|
+
isDisabled: boolean;
|
|
144
179
|
isChecked: boolean;
|
|
145
180
|
hasChildren: boolean;
|
|
146
181
|
isCollapse: boolean;
|