ele-admin-plus 1.1.9-beta.9 → 1.2.0-beta.1
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-export.d.ts +1 -0
- package/es/core-export.js +1 -0
- package/es/core-installer.d.ts +2 -2
- package/es/ele-alert/index.d.ts +23 -23
- package/es/ele-alert/index.js +2 -2
- package/es/ele-alert/props.d.ts +10 -9
- package/es/ele-app/components/message-body.d.ts +39 -0
- package/es/ele-app/components/message-body.js +92 -0
- package/es/ele-app/el.d.ts +4 -1
- package/es/ele-app/index.d.ts +2 -2
- package/es/ele-app/style/message/css-var.scss +0 -4
- package/es/ele-app/style/message/index.scss +199 -77
- package/es/ele-app/style/overwrite/date-picker/index.scss +32 -5
- package/es/ele-app/style/overwrite/input/index.scss +2 -0
- package/es/ele-app/style/overwrite/message-box/index.scss +31 -0
- package/es/ele-app/style/overwrite/tag/css-var.scss +0 -16
- package/es/ele-app/style/overwrite/tag/index.scss +57 -14
- package/es/ele-app/types.d.ts +6 -1
- package/es/ele-avatar-group/index.d.ts +29 -28
- package/es/ele-avatar-group/props.d.ts +10 -9
- package/es/ele-bar-code/index.d.ts +11 -10
- package/es/ele-bar-code/props.d.ts +4 -3
- package/es/ele-basic-select/index.d.ts +37 -35
- package/es/ele-basic-select/index.js +24 -7
- 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 +6 -6
- package/es/ele-bottom-bar/props.d.ts +4 -3
- package/es/ele-breadcrumb/index.d.ts +11 -10
- package/es/ele-breadcrumb/props.d.ts +5 -4
- package/es/ele-card/index.d.ts +12 -12
- package/es/ele-card/props.d.ts +7 -6
- package/es/ele-check-card/components/card-item.d.ts +7 -6
- package/es/ele-check-card/index.d.ts +15 -14
- package/es/ele-check-card/props.d.ts +6 -5
- package/es/ele-config-provider/components/receiver-view.d.ts +3 -3
- package/es/ele-config-provider/components/receiver-view.js +120 -31
- package/es/ele-config-provider/index.d.ts +13 -9
- package/es/ele-config-provider/index.js +19 -5
- package/es/ele-config-provider/props.d.ts +12 -6
- package/es/ele-config-provider/props.js +9 -5
- package/es/ele-config-provider/receiver.d.ts +6 -10
- package/es/ele-config-provider/receiver.js +32 -117
- package/es/ele-config-provider/types.d.ts +25 -30
- package/es/ele-copyable/index.d.ts +32 -31
- package/es/ele-copyable/props.d.ts +9 -8
- package/es/ele-count-up/index.d.ts +8 -7
- package/es/ele-count-up/props.d.ts +3 -2
- package/es/ele-cropper/components/cropper-preview.d.ts +3 -3
- package/es/ele-cropper/components/cropper-tools.d.ts +12 -11
- package/es/ele-cropper/index.d.ts +16 -15
- package/es/ele-cropper/props.d.ts +4 -3
- package/es/ele-cropper-modal/index.d.ts +16 -15
- package/es/ele-cropper-modal/index.js +1 -1
- package/es/ele-cropper-modal/props.d.ts +7 -6
- package/es/ele-dashboard/index.d.ts +5 -5
- package/es/ele-dashboard/props.d.ts +3 -2
- package/es/ele-data-table/index.d.ts +63 -68
- package/es/ele-data-table/props.d.ts +36 -41
- package/es/ele-data-table/types.d.ts +10 -16
- package/es/ele-data-table/util.d.ts +10 -9
- package/es/ele-dot/index.d.ts +4 -4
- package/es/ele-dot/props.d.ts +3 -2
- package/es/ele-drawer/index.d.ts +76 -72
- package/es/ele-drawer/index.js +107 -113
- package/es/ele-drawer/props.d.ts +26 -25
- package/es/ele-drawer/style/index.scss +48 -105
- package/es/ele-dropdown/index.d.ts +66 -65
- package/es/ele-dropdown/props.d.ts +22 -21
- package/es/ele-edit-tag/index.d.ts +40 -34
- package/es/ele-edit-tag/index.js +5 -3
- package/es/ele-edit-tag/props.d.ts +12 -9
- package/es/ele-edit-tag/props.js +2 -0
- package/es/ele-edit-tag/style/index.scss +11 -4
- package/es/ele-ellipsis/index.d.ts +23 -22
- package/es/ele-ellipsis/props.d.ts +8 -7
- package/es/ele-file-list/components/file-grid-item.d.ts +13 -12
- package/es/ele-file-list/components/file-grid-item.js +1 -1
- package/es/ele-file-list/components/file-grid.d.ts +10 -9
- package/es/ele-file-list/components/file-sort.d.ts +2 -2
- package/es/ele-file-list/components/file-table-item.d.ts +13 -12
- package/es/ele-file-list/components/file-table-item.js +1 -1
- package/es/ele-file-list/components/file-table.d.ts +10 -9
- package/es/ele-file-list/icons.d.ts +2 -1
- package/es/ele-file-list/index.d.ts +36 -35
- package/es/ele-file-list/props.d.ts +6 -5
- package/es/ele-file-list-tool/index.d.ts +3 -3
- package/es/ele-icon-select/components/icon-grid.d.ts +15 -14
- package/es/ele-icon-select/components/icon-grid.js +1 -1
- package/es/ele-icon-select/index.d.ts +59 -60
- package/es/ele-icon-select/props.d.ts +18 -17
- package/es/ele-loading/index.d.ts +12 -15
- package/es/ele-loading/index.js +10 -16
- package/es/ele-loading/props.d.ts +5 -4
- package/es/ele-map-picker/components/map-view.d.ts +29 -28
- package/es/ele-map-picker/components/map-view.js +1 -1
- package/es/ele-map-picker/index.d.ts +27 -26
- package/es/ele-map-picker/index.js +1 -1
- package/es/ele-map-picker/props.d.ts +8 -7
- package/es/ele-menus/index.d.ts +62 -63
- package/es/ele-menus/index.js +12 -1
- package/es/ele-menus/props.d.ts +16 -17
- package/es/ele-menus/props.js +1 -3
- package/es/ele-menus/style/css-var.scss +1 -5
- package/es/ele-menus/util.d.ts +3 -2
- package/es/ele-modal/index.d.ts +77 -70
- package/es/ele-modal/index.js +164 -186
- package/es/ele-modal/props.d.ts +26 -23
- package/es/ele-modal/props.js +2 -0
- package/es/ele-modal/style/index.scss +87 -146
- package/es/ele-modal/util.d.ts +20 -45
- package/es/ele-modal/util.js +54 -180
- package/es/ele-page/index.d.ts +2 -2
- package/es/ele-page/props.d.ts +2 -1
- package/es/ele-pagination/index.d.ts +40 -31
- package/es/ele-pagination/index.js +4 -1
- package/es/ele-pagination/props.d.ts +17 -11
- package/es/ele-pagination/props.js +5 -0
- package/es/ele-popconfirm/index.d.ts +93 -92
- package/es/ele-popconfirm/index.js +6 -28
- package/es/ele-popconfirm/props.d.ts +33 -32
- package/es/ele-popover/index.d.ts +71 -70
- package/es/ele-popover/index.js +6 -14
- package/es/ele-popover/props.d.ts +26 -25
- package/es/ele-printer/index.d.ts +18 -18
- package/es/ele-printer/props.d.ts +6 -5
- package/es/ele-printer/util.d.ts +2 -1
- package/es/ele-pro-layout/components/header-tool.d.ts +1 -1
- package/es/ele-pro-layout/components/pro-header.d.ts +85 -29
- package/es/ele-pro-layout/components/pro-header.js +110 -20
- package/es/ele-pro-layout/components/pro-iframe.d.ts +7 -7
- package/es/ele-pro-layout/components/pro-iframe.js +31 -41
- package/es/ele-pro-layout/components/pro-sidebar.d.ts +15 -19
- package/es/ele-pro-layout/components/pro-sidebar.js +2 -5
- package/es/ele-pro-layout/components/pro-sidebox.d.ts +16 -20
- package/es/ele-pro-layout/components/pro-sidebox.js +2 -5
- package/es/ele-pro-layout/components/pro-tabs.d.ts +12 -11
- package/es/ele-pro-layout/components/sidebar-tool.d.ts +1 -1
- package/es/ele-pro-layout/components/tab-dropdown.d.ts +8 -7
- package/es/ele-pro-layout/components/tab-dropdown.js +1 -1
- package/es/ele-pro-layout/index.d.ts +97 -97
- package/es/ele-pro-layout/index.js +63 -48
- package/es/ele-pro-layout/props.d.ts +11 -13
- package/es/ele-pro-layout/props.js +2 -4
- package/es/ele-pro-layout/style/css-var.scss +3 -18
- package/es/ele-pro-layout/style/header.scss +74 -9
- package/es/ele-pro-layout/style/layout-mobile.scss +2 -2
- package/es/ele-pro-layout/style/layout-style.scss +8 -3
- package/es/ele-pro-layout/style/layout-theme.scss +48 -23
- package/es/ele-pro-layout/style/layout.scss +38 -8
- package/es/ele-pro-layout/style/sidebar.scss +0 -1
- package/es/ele-pro-layout/style/tabs.scss +19 -11
- package/es/ele-pro-layout/types.d.ts +5 -5
- package/es/ele-pro-layout/util.d.ts +6 -6
- package/es/ele-pro-layout/util.js +2 -3
- package/es/ele-pro-table/components/table-tools.d.ts +33 -23
- package/es/ele-pro-table/components/table-tools.js +14 -26
- package/es/ele-pro-table/components/tool-column-list.d.ts +6 -5
- package/es/ele-pro-table/components/tool-column-list.js +3 -7
- package/es/ele-pro-table/components/tool-column.d.ts +15 -13
- package/es/ele-pro-table/components/tool-column.js +3 -7
- package/es/ele-pro-table/components/tool-export.d.ts +52 -357
- package/es/ele-pro-table/components/tool-export.js +109 -63
- package/es/ele-pro-table/components/tool-print-body-cell.d.ts +13 -12
- package/es/ele-pro-table/components/tool-print-body-cell.js +50 -6
- package/es/ele-pro-table/components/tool-print-header-cell.d.ts +13 -12
- package/es/ele-pro-table/components/tool-print-header-cell.js +4 -1
- package/es/ele-pro-table/components/tool-print.d.ts +56 -794
- package/es/ele-pro-table/components/tool-print.js +198 -85
- package/es/ele-pro-table/index.d.ts +131 -143
- package/es/ele-pro-table/index.js +110 -79
- package/es/ele-pro-table/props.d.ts +44 -46
- package/es/ele-pro-table/style/index.scss +9 -0
- package/es/ele-pro-table/types.d.ts +45 -0
- package/es/ele-pro-table/util.d.ts +42 -23
- package/es/ele-pro-table/util.js +206 -53
- package/es/ele-qr-code/index.d.ts +16 -15
- 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 +18 -18
- package/es/ele-segmented/index.d.ts +10 -9
- package/es/ele-segmented/props.d.ts +3 -2
- package/es/ele-split-panel/index.d.ts +18 -17
- package/es/ele-split-panel/props.d.ts +5 -4
- package/es/ele-steps/index.d.ts +33 -33
- package/es/ele-steps/props.d.ts +10 -9
- package/es/ele-tab-tool/index.d.ts +2 -2
- package/es/ele-tab-tool/props.d.ts +2 -1
- package/es/ele-tab-wrap/index.d.ts +6 -6
- package/es/ele-tab-wrap/index.js +2 -1
- package/es/ele-tab-wrap/props.d.ts +3 -2
- package/es/ele-table/index.d.ts +4 -4
- package/es/ele-table/props.d.ts +3 -2
- package/es/ele-table/style/index.scss +16 -0
- package/es/ele-table-select/index.d.ts +45 -43
- package/es/ele-table-select/index.js +29 -27
- package/es/ele-table-select/props.d.ts +11 -10
- package/es/ele-tabs/components/tab-title.d.ts +9 -8
- package/es/ele-tabs/index.d.ts +43 -55
- package/es/ele-tabs/index.js +1 -0
- package/es/ele-tabs/props.d.ts +17 -23
- package/es/ele-tabs/style/css-var.scss +1 -30
- package/es/ele-tabs/style/index.scss +372 -241
- package/es/ele-tabs/types.d.ts +2 -1
- package/es/ele-text/index.d.ts +12 -12
- package/es/ele-text/props.d.ts +5 -4
- package/es/ele-tool/index.d.ts +7 -7
- package/es/ele-tool/props.d.ts +3 -2
- package/es/ele-toolbar/index.d.ts +15 -15
- package/es/ele-toolbar/props.d.ts +7 -6
- package/es/ele-tooltip/index.d.ts +62 -61
- package/es/ele-tooltip/index.js +3 -0
- package/es/ele-tooltip/props.d.ts +28 -22
- package/es/ele-tooltip/props.js +2 -0
- package/es/ele-tour/index.d.ts +15 -14
- 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 +37 -36
- 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 +7 -6
- package/es/ele-upload-list/index.d.ts +26 -25
- package/es/ele-upload-list/props.d.ts +6 -5
- package/es/ele-virtual-table/components/body-cell.d.ts +100 -64
- package/es/ele-virtual-table/components/body-cell.js +52 -70
- package/es/ele-virtual-table/components/body-row.d.ts +89 -65
- package/es/ele-virtual-table/components/body-row.js +57 -52
- package/es/ele-virtual-table/components/cell-checkbox.d.ts +5 -4
- package/es/ele-virtual-table/components/cell-filter.d.ts +18 -17
- package/es/ele-virtual-table/components/cell-filter.js +8 -12
- package/es/ele-virtual-table/components/expand-row.d.ts +11 -10
- package/es/ele-virtual-table/components/expand-row.js +3 -3
- package/es/ele-virtual-table/components/footer-row.d.ts +36 -17
- package/es/ele-virtual-table/components/footer-row.js +19 -14
- package/es/ele-virtual-table/components/header-cell.d.ts +16 -15
- package/es/ele-virtual-table/components/header-row.d.ts +12 -11
- package/es/ele-virtual-table/index.d.ts +91 -100
- package/es/ele-virtual-table/index.js +134 -136
- package/es/ele-virtual-table/props.d.ts +49 -51
- package/es/ele-virtual-table/style/index.scss +1 -1
- package/es/ele-virtual-table/types.d.ts +88 -68
- package/es/ele-virtual-table/util.d.ts +16 -12
- package/es/ele-virtual-table/util.js +32 -24
- package/es/ele-watermark/index.d.ts +15 -14
- package/es/ele-watermark/props.d.ts +4 -3
- package/es/ele-watermark/util.d.ts +3 -2
- package/es/ele-xg-player/index.d.ts +10 -10
- 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/LoadingOutlined.js +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 +1 -1
- 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/ResizeOutlined.d.ts +2 -0
- package/es/icons/ResizeOutlined.js +30 -0
- 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/VerticalRightOutlined.d.ts +1 -1
- 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 +50 -48
- package/es/installer.d.ts +2 -2
- package/es/lang/en_US.d.ts +2 -2
- package/es/lang/en_US.js +7 -1
- package/es/lang/zh_CN.d.ts +2 -2
- package/es/lang/zh_CN.js +7 -1
- package/es/lang/zh_TW.d.ts +2 -2
- package/es/lang/zh_TW.js +7 -1
- package/es/style/nprogress.scss +1 -0
- package/es/style/themes/dark.scss +9 -15
- package/es/style/themes/default.scss +140 -166
- package/es/style/themes/rounded.scss +27 -45
- package/es/utils/core.d.ts +7 -0
- package/es/utils/core.js +16 -2
- package/es/utils/menu-util.d.ts +3 -2
- package/es/utils/menu-util.js +2 -5
- package/es/utils/message-box.d.ts +25 -0
- package/es/utils/message-box.js +71 -0
- package/es/utils/message.d.ts +45 -20
- package/es/utils/message.js +220 -37
- package/es/utils/resolvers.d.ts +2 -2
- package/lib/core-export.cjs +8 -0
- package/lib/core-export.d.ts +1 -0
- package/lib/core-installer.d.ts +2 -2
- package/lib/ele-alert/index.cjs +2 -2
- package/lib/ele-alert/index.d.ts +23 -23
- package/lib/ele-alert/props.d.ts +10 -9
- package/lib/ele-app/components/message-body.cjs +91 -0
- package/lib/ele-app/components/message-body.d.ts +39 -0
- package/lib/ele-app/el.d.ts +4 -1
- package/lib/ele-app/index.d.ts +2 -2
- package/lib/ele-app/style/message/css-var.scss +0 -4
- package/lib/ele-app/style/message/index.scss +199 -77
- package/lib/ele-app/style/overwrite/date-picker/index.scss +32 -5
- package/lib/ele-app/style/overwrite/input/index.scss +2 -0
- package/lib/ele-app/style/overwrite/message-box/index.scss +31 -0
- package/lib/ele-app/style/overwrite/tag/css-var.scss +0 -16
- package/lib/ele-app/style/overwrite/tag/index.scss +57 -14
- package/lib/ele-app/types.d.ts +6 -1
- package/lib/ele-avatar-group/index.d.ts +29 -28
- package/lib/ele-avatar-group/props.d.ts +10 -9
- package/lib/ele-bar-code/index.d.ts +11 -10
- package/lib/ele-bar-code/props.d.ts +4 -3
- package/lib/ele-basic-select/index.cjs +23 -6
- package/lib/ele-basic-select/index.d.ts +37 -35
- 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 +6 -6
- package/lib/ele-bottom-bar/props.d.ts +4 -3
- package/lib/ele-breadcrumb/index.d.ts +11 -10
- package/lib/ele-breadcrumb/props.d.ts +5 -4
- package/lib/ele-card/index.d.ts +12 -12
- package/lib/ele-card/props.d.ts +7 -6
- package/lib/ele-check-card/components/card-item.d.ts +7 -6
- package/lib/ele-check-card/index.d.ts +15 -14
- package/lib/ele-check-card/props.d.ts +6 -5
- package/lib/ele-config-provider/components/receiver-view.cjs +2 -44
- package/lib/ele-config-provider/components/receiver-view.d.ts +3 -3
- package/lib/ele-config-provider/index.cjs +18 -4
- package/lib/ele-config-provider/index.d.ts +13 -9
- package/lib/ele-config-provider/props.cjs +9 -5
- package/lib/ele-config-provider/props.d.ts +12 -6
- package/lib/ele-config-provider/receiver.cjs +41 -2
- package/lib/ele-config-provider/receiver.d.ts +6 -10
- package/lib/ele-config-provider/types.d.ts +25 -30
- package/lib/ele-copyable/index.d.ts +32 -31
- package/lib/ele-copyable/props.d.ts +9 -8
- package/lib/ele-count-up/index.d.ts +8 -7
- package/lib/ele-count-up/props.d.ts +3 -2
- package/lib/ele-cropper/components/cropper-preview.d.ts +3 -3
- package/lib/ele-cropper/components/cropper-tools.d.ts +12 -11
- package/lib/ele-cropper/index.d.ts +16 -15
- package/lib/ele-cropper/props.d.ts +4 -3
- package/lib/ele-cropper-modal/index.cjs +1 -1
- package/lib/ele-cropper-modal/index.d.ts +16 -15
- package/lib/ele-cropper-modal/props.d.ts +7 -6
- package/lib/ele-dashboard/index.d.ts +5 -5
- package/lib/ele-dashboard/props.d.ts +3 -2
- package/lib/ele-data-table/index.d.ts +63 -68
- package/lib/ele-data-table/props.d.ts +36 -41
- package/lib/ele-data-table/types.d.ts +10 -16
- package/lib/ele-data-table/util.d.ts +10 -9
- package/lib/ele-dot/index.d.ts +4 -4
- package/lib/ele-dot/props.d.ts +3 -2
- package/lib/ele-drawer/index.cjs +105 -111
- package/lib/ele-drawer/index.d.ts +76 -72
- package/lib/ele-drawer/props.d.ts +26 -25
- package/lib/ele-drawer/style/index.scss +48 -105
- package/lib/ele-dropdown/index.d.ts +66 -65
- package/lib/ele-dropdown/props.d.ts +22 -21
- package/lib/ele-edit-tag/index.cjs +5 -3
- package/lib/ele-edit-tag/index.d.ts +40 -34
- package/lib/ele-edit-tag/props.cjs +2 -0
- package/lib/ele-edit-tag/props.d.ts +12 -9
- package/lib/ele-edit-tag/style/index.scss +11 -4
- package/lib/ele-ellipsis/index.d.ts +23 -22
- package/lib/ele-ellipsis/props.d.ts +8 -7
- package/lib/ele-file-list/components/file-grid-item.cjs +1 -1
- package/lib/ele-file-list/components/file-grid-item.d.ts +13 -12
- package/lib/ele-file-list/components/file-grid.d.ts +10 -9
- package/lib/ele-file-list/components/file-sort.d.ts +2 -2
- package/lib/ele-file-list/components/file-table-item.cjs +1 -1
- package/lib/ele-file-list/components/file-table-item.d.ts +13 -12
- package/lib/ele-file-list/components/file-table.d.ts +10 -9
- package/lib/ele-file-list/icons.d.ts +2 -1
- package/lib/ele-file-list/index.d.ts +36 -35
- package/lib/ele-file-list/props.d.ts +6 -5
- package/lib/ele-file-list-tool/index.d.ts +3 -3
- package/lib/ele-icon-select/components/icon-grid.cjs +1 -1
- package/lib/ele-icon-select/components/icon-grid.d.ts +15 -14
- package/lib/ele-icon-select/index.d.ts +59 -60
- package/lib/ele-icon-select/props.d.ts +18 -17
- package/lib/ele-loading/index.cjs +9 -15
- package/lib/ele-loading/index.d.ts +12 -15
- package/lib/ele-loading/props.d.ts +5 -4
- package/lib/ele-map-picker/components/map-view.cjs +1 -1
- package/lib/ele-map-picker/components/map-view.d.ts +29 -28
- package/lib/ele-map-picker/index.cjs +1 -1
- package/lib/ele-map-picker/index.d.ts +27 -26
- package/lib/ele-map-picker/props.d.ts +8 -7
- package/lib/ele-menus/index.cjs +12 -1
- package/lib/ele-menus/index.d.ts +62 -63
- package/lib/ele-menus/props.cjs +1 -3
- package/lib/ele-menus/props.d.ts +16 -17
- package/lib/ele-menus/style/css-var.scss +1 -5
- package/lib/ele-menus/util.d.ts +3 -2
- package/lib/ele-modal/index.cjs +176 -198
- package/lib/ele-modal/index.d.ts +77 -70
- package/lib/ele-modal/props.cjs +2 -0
- package/lib/ele-modal/props.d.ts +26 -23
- package/lib/ele-modal/style/index.scss +87 -146
- package/lib/ele-modal/util.cjs +53 -179
- package/lib/ele-modal/util.d.ts +20 -45
- package/lib/ele-page/index.d.ts +2 -2
- package/lib/ele-page/props.d.ts +2 -1
- package/lib/ele-pagination/index.cjs +4 -1
- package/lib/ele-pagination/index.d.ts +40 -31
- package/lib/ele-pagination/props.cjs +5 -0
- package/lib/ele-pagination/props.d.ts +17 -11
- package/lib/ele-popconfirm/index.cjs +5 -27
- package/lib/ele-popconfirm/index.d.ts +93 -92
- package/lib/ele-popconfirm/props.d.ts +33 -32
- package/lib/ele-popover/index.cjs +5 -13
- package/lib/ele-popover/index.d.ts +71 -70
- package/lib/ele-popover/props.d.ts +26 -25
- package/lib/ele-printer/index.d.ts +18 -18
- package/lib/ele-printer/props.d.ts +6 -5
- 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 +109 -19
- package/lib/ele-pro-layout/components/pro-header.d.ts +85 -29
- package/lib/ele-pro-layout/components/pro-iframe.cjs +30 -40
- package/lib/ele-pro-layout/components/pro-iframe.d.ts +7 -7
- package/lib/ele-pro-layout/components/pro-sidebar.cjs +2 -5
- package/lib/ele-pro-layout/components/pro-sidebar.d.ts +15 -19
- package/lib/ele-pro-layout/components/pro-sidebox.cjs +2 -5
- package/lib/ele-pro-layout/components/pro-sidebox.d.ts +16 -20
- package/lib/ele-pro-layout/components/pro-tabs.d.ts +12 -11
- package/lib/ele-pro-layout/components/sidebar-tool.d.ts +1 -1
- package/lib/ele-pro-layout/components/tab-dropdown.cjs +1 -1
- package/lib/ele-pro-layout/components/tab-dropdown.d.ts +8 -7
- package/lib/ele-pro-layout/index.cjs +62 -47
- package/lib/ele-pro-layout/index.d.ts +97 -97
- package/lib/ele-pro-layout/props.cjs +2 -4
- package/lib/ele-pro-layout/props.d.ts +11 -13
- package/lib/ele-pro-layout/style/css-var.scss +3 -18
- package/lib/ele-pro-layout/style/header.scss +74 -9
- package/lib/ele-pro-layout/style/layout-mobile.scss +2 -2
- package/lib/ele-pro-layout/style/layout-style.scss +8 -3
- package/lib/ele-pro-layout/style/layout-theme.scss +48 -23
- package/lib/ele-pro-layout/style/layout.scss +38 -8
- package/lib/ele-pro-layout/style/sidebar.scss +0 -1
- package/lib/ele-pro-layout/style/tabs.scss +19 -11
- package/lib/ele-pro-layout/types.d.ts +5 -5
- package/lib/ele-pro-layout/util.cjs +2 -3
- package/lib/ele-pro-layout/util.d.ts +6 -6
- package/lib/ele-pro-table/components/table-tools.cjs +14 -26
- package/lib/ele-pro-table/components/table-tools.d.ts +33 -23
- package/lib/ele-pro-table/components/tool-column-list.cjs +2 -6
- package/lib/ele-pro-table/components/tool-column-list.d.ts +6 -5
- package/lib/ele-pro-table/components/tool-column.cjs +2 -6
- package/lib/ele-pro-table/components/tool-column.d.ts +15 -13
- package/lib/ele-pro-table/components/tool-export.cjs +107 -61
- package/lib/ele-pro-table/components/tool-export.d.ts +52 -357
- package/lib/ele-pro-table/components/tool-print-body-cell.cjs +49 -5
- package/lib/ele-pro-table/components/tool-print-body-cell.d.ts +13 -12
- package/lib/ele-pro-table/components/tool-print-header-cell.cjs +4 -1
- package/lib/ele-pro-table/components/tool-print-header-cell.d.ts +13 -12
- package/lib/ele-pro-table/components/tool-print.cjs +195 -82
- package/lib/ele-pro-table/components/tool-print.d.ts +56 -794
- package/lib/ele-pro-table/index.cjs +108 -77
- package/lib/ele-pro-table/index.d.ts +131 -143
- package/lib/ele-pro-table/props.d.ts +44 -46
- package/lib/ele-pro-table/style/index.scss +9 -0
- package/lib/ele-pro-table/types.d.ts +45 -0
- package/lib/ele-pro-table/util.cjs +205 -52
- package/lib/ele-pro-table/util.d.ts +42 -23
- package/lib/ele-qr-code/index.d.ts +16 -15
- 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 +18 -18
- package/lib/ele-segmented/index.d.ts +10 -9
- package/lib/ele-segmented/props.d.ts +3 -2
- package/lib/ele-split-panel/index.d.ts +18 -17
- package/lib/ele-split-panel/props.d.ts +5 -4
- package/lib/ele-steps/index.d.ts +33 -33
- package/lib/ele-steps/props.d.ts +10 -9
- package/lib/ele-tab-tool/index.d.ts +2 -2
- package/lib/ele-tab-tool/props.d.ts +2 -1
- package/lib/ele-tab-wrap/index.cjs +2 -1
- package/lib/ele-tab-wrap/index.d.ts +6 -6
- package/lib/ele-tab-wrap/props.d.ts +3 -2
- package/lib/ele-table/index.d.ts +4 -4
- package/lib/ele-table/props.d.ts +3 -2
- package/lib/ele-table/style/index.scss +16 -0
- package/lib/ele-table-select/index.cjs +29 -27
- package/lib/ele-table-select/index.d.ts +45 -43
- package/lib/ele-table-select/props.d.ts +11 -10
- package/lib/ele-tabs/components/tab-title.d.ts +9 -8
- package/lib/ele-tabs/index.cjs +1 -0
- package/lib/ele-tabs/index.d.ts +43 -55
- package/lib/ele-tabs/props.d.ts +17 -23
- package/lib/ele-tabs/style/css-var.scss +1 -30
- package/lib/ele-tabs/style/index.scss +372 -241
- package/lib/ele-tabs/types.d.ts +2 -1
- package/lib/ele-text/index.d.ts +12 -12
- package/lib/ele-text/props.d.ts +5 -4
- package/lib/ele-tool/index.d.ts +7 -7
- package/lib/ele-tool/props.d.ts +3 -2
- package/lib/ele-toolbar/index.d.ts +15 -15
- package/lib/ele-toolbar/props.d.ts +7 -6
- package/lib/ele-tooltip/index.cjs +3 -0
- package/lib/ele-tooltip/index.d.ts +62 -61
- package/lib/ele-tooltip/props.cjs +2 -0
- package/lib/ele-tooltip/props.d.ts +28 -22
- package/lib/ele-tour/index.d.ts +15 -14
- 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 +37 -36
- 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.d.ts +7 -6
- package/lib/ele-upload-list/index.d.ts +26 -25
- package/lib/ele-upload-list/props.d.ts +6 -5
- package/lib/ele-virtual-table/components/body-cell.cjs +52 -70
- package/lib/ele-virtual-table/components/body-cell.d.ts +100 -64
- package/lib/ele-virtual-table/components/body-row.cjs +57 -52
- package/lib/ele-virtual-table/components/body-row.d.ts +89 -65
- package/lib/ele-virtual-table/components/cell-checkbox.d.ts +5 -4
- package/lib/ele-virtual-table/components/cell-filter.cjs +7 -11
- package/lib/ele-virtual-table/components/cell-filter.d.ts +18 -17
- package/lib/ele-virtual-table/components/expand-row.cjs +3 -3
- package/lib/ele-virtual-table/components/expand-row.d.ts +11 -10
- package/lib/ele-virtual-table/components/footer-row.cjs +19 -14
- package/lib/ele-virtual-table/components/footer-row.d.ts +36 -17
- package/lib/ele-virtual-table/components/header-cell.d.ts +16 -15
- package/lib/ele-virtual-table/components/header-row.d.ts +12 -11
- package/lib/ele-virtual-table/index.cjs +132 -134
- package/lib/ele-virtual-table/index.d.ts +91 -100
- package/lib/ele-virtual-table/props.d.ts +49 -51
- package/lib/ele-virtual-table/style/index.scss +1 -1
- package/lib/ele-virtual-table/types.d.ts +88 -68
- package/lib/ele-virtual-table/util.cjs +32 -24
- package/lib/ele-virtual-table/util.d.ts +16 -12
- package/lib/ele-watermark/index.d.ts +15 -14
- package/lib/ele-watermark/props.d.ts +4 -3
- package/lib/ele-watermark/util.d.ts +3 -2
- package/lib/ele-xg-player/index.d.ts +10 -10
- 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.cjs +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.d.ts +1 -1
- 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/ResizeOutlined.cjs +29 -0
- package/lib/icons/ResizeOutlined.d.ts +2 -0
- 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.d.ts +1 -1
- 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 +7 -1
- package/lib/lang/en_US.d.ts +2 -2
- package/lib/lang/zh_CN.cjs +7 -1
- package/lib/lang/zh_CN.d.ts +2 -2
- package/lib/lang/zh_TW.cjs +7 -1
- package/lib/lang/zh_TW.d.ts +2 -2
- package/lib/style/nprogress.scss +1 -0
- package/lib/style/themes/dark.scss +9 -15
- package/lib/style/themes/default.scss +140 -166
- package/lib/style/themes/rounded.scss +27 -45
- package/lib/utils/core.cjs +16 -2
- package/lib/utils/core.d.ts +7 -0
- package/lib/utils/menu-util.cjs +1 -4
- package/lib/utils/menu-util.d.ts +3 -2
- package/lib/utils/message-box.cjs +71 -0
- package/lib/utils/message-box.d.ts +25 -0
- package/lib/utils/message.cjs +216 -33
- package/lib/utils/message.d.ts +45 -20
- package/lib/utils/resolvers.d.ts +2 -2
- package/package.json +26 -25
|
@@ -1,32 +1,16 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
title: StringConstructor;
|
|
1
|
+
import { TableLocale, ExportDataType, BeforeExport, Datasource, FetchFunction, ColItem, TablePrintOptions } from '../types';
|
|
2
|
+
import { Columns, DataItem } from '../../ele-data-table/types';
|
|
3
|
+
import { EleModalProps, ElePrinterProps, EleTableProps } from '../../ele-app/plus';
|
|
4
|
+
import { PropType } from 'vue';
|
|
5
|
+
|
|
6
|
+
declare const _default: import('vue').DefineComponent<{
|
|
8
7
|
/** 提示位置 */
|
|
9
|
-
placement: PropType<import(
|
|
10
|
-
/**
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
untitledText: StringConstructor;
|
|
16
|
-
/** 选择数据文字 */
|
|
17
|
-
selectDataText: StringConstructor;
|
|
18
|
-
/** 选择字段文字 */
|
|
19
|
-
selectColumnText: StringConstructor;
|
|
20
|
-
/** 当前页数据文字 */
|
|
21
|
-
dataTypePageText: StringConstructor;
|
|
22
|
-
/** 选中数据文字 */
|
|
23
|
-
dataTypeSelectedText: StringConstructor;
|
|
24
|
-
/** 全部数据文字 */
|
|
25
|
-
dataTypeAllText: StringConstructor;
|
|
26
|
-
/** 取消文字 */
|
|
27
|
-
cancelText: StringConstructor;
|
|
28
|
-
/** 确定文字 */
|
|
29
|
-
okText: StringConstructor;
|
|
8
|
+
placement: PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, import('element-plus').Placement, unknown> | undefined>;
|
|
9
|
+
/** 表格国际化 */
|
|
10
|
+
locale: {
|
|
11
|
+
type: PropType<TableLocale>;
|
|
12
|
+
required: true;
|
|
13
|
+
};
|
|
30
14
|
/** 弹窗参数 */
|
|
31
15
|
modalProps: PropType<EleModalProps>;
|
|
32
16
|
/** 打印组件参数 */
|
|
@@ -44,29 +28,33 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
44
28
|
/** 单元格合并行列方法 */
|
|
45
29
|
spanMethod: PropType<((data: {
|
|
46
30
|
row: DataItem;
|
|
47
|
-
rowIndex: number;
|
|
48
|
-
column: import(
|
|
31
|
+
rowIndex: number; /** 序号列起始索引 */
|
|
32
|
+
column: import('element-plus').TableColumnCtx<DataItem>;
|
|
49
33
|
columnIndex: number;
|
|
50
34
|
}) => number[] | {
|
|
51
35
|
rowspan: number;
|
|
52
36
|
colspan: number;
|
|
53
37
|
} | undefined) | undefined>;
|
|
38
|
+
/** 表格是否有表头 */
|
|
39
|
+
tableHeader: BooleanConstructor;
|
|
54
40
|
/** 是否显示合计行 */
|
|
55
41
|
showSummary: BooleanConstructor;
|
|
56
42
|
/** 合计行文本 */
|
|
57
43
|
sumText: StringConstructor;
|
|
58
44
|
/** 合计行自定义方法 */
|
|
59
|
-
summaryMethod: PropType<import(
|
|
45
|
+
summaryMethod: PropType<import('element-plus').SummaryMethod<DataItem> | undefined>;
|
|
60
46
|
/** 单元格样式 */
|
|
61
|
-
cellStyle: PropType<import(
|
|
47
|
+
cellStyle: PropType<import('element-plus').CellStyle<DataItem> | undefined>;
|
|
62
48
|
/** 单元格类名自定义 */
|
|
63
|
-
cellClassName: PropType<import(
|
|
49
|
+
cellClassName: PropType<import('element-plus').CellCls<DataItem> | undefined>;
|
|
64
50
|
/** 单元格样式 */
|
|
65
|
-
headerCellStyle: PropType<import(
|
|
51
|
+
headerCellStyle: PropType<import('element-plus').CellStyle<DataItem> | undefined>;
|
|
66
52
|
/** 单元格类名自定义 */
|
|
67
|
-
headerCellClassName: PropType<import(
|
|
53
|
+
headerCellClassName: PropType<import('element-plus').CellCls<DataItem> | undefined>;
|
|
68
54
|
/** 序号列起始索引 */
|
|
69
55
|
pageIndex: NumberConstructor;
|
|
56
|
+
/** 子级字段名 */
|
|
57
|
+
childrenField: StringConstructor;
|
|
70
58
|
/** 表格请求数据方法 */
|
|
71
59
|
fetch: PropType<FetchFunction>;
|
|
72
60
|
/** 默认数据类型 */
|
|
@@ -77,772 +65,41 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
77
65
|
/** 打印前的钩子函数 */
|
|
78
66
|
beforePrint: PropType<BeforeExport>;
|
|
79
67
|
}, {
|
|
80
|
-
visible: import(
|
|
81
|
-
loading: import(
|
|
82
|
-
dataType: import(
|
|
83
|
-
colItems: import(
|
|
68
|
+
visible: import('vue').Ref<boolean>;
|
|
69
|
+
loading: import('vue').Ref<boolean>;
|
|
70
|
+
dataType: import('vue').Ref<ExportDataType>;
|
|
71
|
+
colItems: import('vue').Ref<{
|
|
84
72
|
uid: string;
|
|
85
73
|
label?: string | undefined;
|
|
86
74
|
checked?: boolean | undefined;
|
|
87
75
|
fixed?: string | boolean | undefined;
|
|
88
76
|
children?: any[] | undefined;
|
|
77
|
+
type?: string | undefined;
|
|
89
78
|
}[]>;
|
|
90
|
-
isCheckAll: import(
|
|
91
|
-
isIndeterminate: import(
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
key?: string | undefined;
|
|
98
|
-
row?: {
|
|
99
|
-
[x: string]: any;
|
|
100
|
-
[x: number]: any;
|
|
101
|
-
[x: symbol]: any;
|
|
102
|
-
children?: any[] | undefined;
|
|
103
|
-
_isMock?: boolean | undefined;
|
|
104
|
-
_rowKey?: import("../../ele-data-table/types").DataKey | null | undefined;
|
|
105
|
-
_rowIndex?: number | undefined;
|
|
106
|
-
_rowDisabled?: boolean | undefined;
|
|
107
|
-
_isExpandRow?: boolean | undefined;
|
|
108
|
-
_expandParent?: any | undefined;
|
|
109
|
-
_expandParantIndex?: number | undefined;
|
|
110
|
-
} | undefined;
|
|
111
|
-
index: number;
|
|
112
|
-
column?: {
|
|
113
|
-
uid?: string | undefined;
|
|
114
|
-
slot?: string | undefined;
|
|
115
|
-
headerSlot?: string | undefined;
|
|
116
|
-
hideInTable?: boolean | undefined;
|
|
117
|
-
hideInSetting?: boolean | undefined;
|
|
118
|
-
children?: any[] | undefined;
|
|
119
|
-
width?: string | number | undefined;
|
|
120
|
-
type?: string | undefined;
|
|
121
|
-
minWidth?: string | number | undefined;
|
|
122
|
-
sortable?: string | boolean | undefined;
|
|
123
|
-
resizable?: boolean | undefined;
|
|
124
|
-
reserveSelection?: boolean | undefined;
|
|
125
|
-
filterMultiple?: boolean | undefined;
|
|
126
|
-
sortOrders?: ("ascending" | "descending" | null)[] | undefined;
|
|
127
|
-
label?: string | undefined;
|
|
128
|
-
align?: string | undefined;
|
|
129
|
-
formatter?: ((row: any, column: import("element-plus/es/components/table/src/table-column/defaults").TableColumnCtx<any>, cellValue: any, index: number) => string | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
130
|
-
[key: string]: any;
|
|
131
|
-
}>) | undefined;
|
|
132
|
-
className?: string | undefined;
|
|
133
|
-
fixed?: string | boolean | undefined;
|
|
134
|
-
index?: number | ((index: number) => number) | undefined;
|
|
135
|
-
prop?: string | undefined;
|
|
136
|
-
sortBy?: string | string[] | ((row: any, index: number) => string) | undefined;
|
|
137
|
-
labelClassName?: string | undefined;
|
|
138
|
-
property?: string | undefined;
|
|
139
|
-
renderHeader?: ((data: {
|
|
140
|
-
column: import("element-plus/es/components/table/src/table-column/defaults").TableColumnCtx<any>;
|
|
141
|
-
$index: number;
|
|
142
|
-
}) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
143
|
-
[key: string]: any;
|
|
144
|
-
}>) | undefined;
|
|
145
|
-
sortMethod?: ((a: any, b: any) => number) | undefined;
|
|
146
|
-
columnKey?: string | undefined;
|
|
147
|
-
headerAlign?: string | undefined;
|
|
148
|
-
showOverflowTooltip?: boolean | {
|
|
149
|
-
offset?: number | undefined;
|
|
150
|
-
effect?: string | undefined;
|
|
151
|
-
placement?: import("element-plus/es/utils/index").EpPropMergeType<StringConstructor, import("element-plus").Placement, unknown> | undefined;
|
|
152
|
-
popperOptions?: {
|
|
153
|
-
placement?: import("element-plus").Placement | undefined;
|
|
154
|
-
modifiers?: {
|
|
155
|
-
name?: any;
|
|
156
|
-
enabled?: boolean | undefined;
|
|
157
|
-
phase?: import("@popperjs/core").ModifierPhases | undefined;
|
|
158
|
-
requires?: string[] | undefined;
|
|
159
|
-
requiresIfExists?: string[] | undefined;
|
|
160
|
-
fn?: ((arg0: import("@popperjs/core").ModifierArguments<any>) => void | import("@popperjs/core").State) | undefined;
|
|
161
|
-
effect?: ((arg0: import("@popperjs/core").ModifierArguments<any>) => void | (() => void)) | undefined;
|
|
162
|
-
options?: Partial<any> | undefined;
|
|
163
|
-
data?: import("@popperjs/core").Obj | undefined;
|
|
164
|
-
}[] | undefined;
|
|
165
|
-
strategy?: import("@popperjs/core").PositioningStrategy | undefined;
|
|
166
|
-
onFirstUpdate?: ((arg0: Partial<import("@popperjs/core").State>) => void) | undefined;
|
|
167
|
-
} | undefined;
|
|
168
|
-
popperClass?: import("element-plus/es/utils/index").EpPropMergeType<(new (...args: any[]) => string | {
|
|
169
|
-
[x: string]: boolean;
|
|
170
|
-
} | (string | {
|
|
171
|
-
[x: string]: boolean;
|
|
172
|
-
} | (string | {
|
|
173
|
-
[x: string]: boolean;
|
|
174
|
-
} | (string | {
|
|
175
|
-
[x: string]: boolean;
|
|
176
|
-
} | (string | {
|
|
177
|
-
[x: string]: boolean;
|
|
178
|
-
} | (string | {
|
|
179
|
-
[x: string]: boolean;
|
|
180
|
-
} | (string | {
|
|
181
|
-
[x: string]: boolean;
|
|
182
|
-
} | (string | {
|
|
183
|
-
[x: string]: boolean;
|
|
184
|
-
} | (string | {
|
|
185
|
-
[x: string]: boolean;
|
|
186
|
-
} | (string | {
|
|
187
|
-
[x: string]: boolean;
|
|
188
|
-
} | (string | any[] | {
|
|
189
|
-
[x: string]: boolean;
|
|
190
|
-
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
191
|
-
[x: string]: boolean;
|
|
192
|
-
} | (string | {
|
|
193
|
-
[x: string]: boolean;
|
|
194
|
-
} | (string | {
|
|
195
|
-
[x: string]: boolean;
|
|
196
|
-
} | (string | {
|
|
197
|
-
[x: string]: boolean;
|
|
198
|
-
} | (string | {
|
|
199
|
-
[x: string]: boolean;
|
|
200
|
-
} | (string | {
|
|
201
|
-
[x: string]: boolean;
|
|
202
|
-
} | (string | {
|
|
203
|
-
[x: string]: boolean;
|
|
204
|
-
} | (string | {
|
|
205
|
-
[x: string]: boolean;
|
|
206
|
-
} | (string | {
|
|
207
|
-
[x: string]: boolean;
|
|
208
|
-
} | (string | {
|
|
209
|
-
[x: string]: boolean;
|
|
210
|
-
} | (string | any[] | {
|
|
211
|
-
[x: string]: boolean;
|
|
212
|
-
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
213
|
-
[x: string]: boolean;
|
|
214
|
-
} | (string | {
|
|
215
|
-
[x: string]: boolean;
|
|
216
|
-
} | (string | {
|
|
217
|
-
[x: string]: boolean;
|
|
218
|
-
} | (string | {
|
|
219
|
-
[x: string]: boolean;
|
|
220
|
-
} | (string | {
|
|
221
|
-
[x: string]: boolean;
|
|
222
|
-
} | (string | {
|
|
223
|
-
[x: string]: boolean;
|
|
224
|
-
} | (string | {
|
|
225
|
-
[x: string]: boolean;
|
|
226
|
-
} | (string | {
|
|
227
|
-
[x: string]: boolean;
|
|
228
|
-
} | (string | {
|
|
229
|
-
[x: string]: boolean;
|
|
230
|
-
} | (string | {
|
|
231
|
-
[x: string]: boolean;
|
|
232
|
-
} | (string | any[] | {
|
|
233
|
-
[x: string]: boolean;
|
|
234
|
-
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
235
|
-
[x: string]: boolean;
|
|
236
|
-
} | (string | {
|
|
237
|
-
[x: string]: boolean;
|
|
238
|
-
} | (string | {
|
|
239
|
-
[x: string]: boolean;
|
|
240
|
-
} | (string | {
|
|
241
|
-
[x: string]: boolean;
|
|
242
|
-
} | (string | {
|
|
243
|
-
[x: string]: boolean;
|
|
244
|
-
} | (string | {
|
|
245
|
-
[x: string]: boolean;
|
|
246
|
-
} | (string | {
|
|
247
|
-
[x: string]: boolean;
|
|
248
|
-
} | (string | {
|
|
249
|
-
[x: string]: boolean;
|
|
250
|
-
} | (string | {
|
|
251
|
-
[x: string]: boolean;
|
|
252
|
-
} | (string | {
|
|
253
|
-
[x: string]: boolean;
|
|
254
|
-
} | (string | any[] | {
|
|
255
|
-
[x: string]: boolean;
|
|
256
|
-
})[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown> | undefined;
|
|
257
|
-
showArrow?: import("element-plus/es/utils/index").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
258
|
-
appendTo?: import("element-plus/es/utils/index").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown> | undefined;
|
|
259
|
-
transition?: string | undefined;
|
|
260
|
-
enterable?: import("element-plus/es/utils/index").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
261
|
-
showAfter?: number | undefined;
|
|
262
|
-
hideAfter?: number | undefined;
|
|
263
|
-
} | undefined;
|
|
264
|
-
selectable?: ((row: any, index: number) => boolean) | undefined;
|
|
265
|
-
filterMethod?: import("element-plus/es/components/table/src/table-column/defaults").FilterMethods<any> | undefined;
|
|
266
|
-
filteredValue?: string[] | undefined;
|
|
267
|
-
filters?: {
|
|
268
|
-
text: string;
|
|
269
|
-
value: string;
|
|
270
|
-
}[] | undefined;
|
|
271
|
-
filterPlacement?: string | undefined;
|
|
272
|
-
filterClassName?: string | undefined;
|
|
273
|
-
} | undefined;
|
|
274
|
-
text?: string | undefined;
|
|
275
|
-
colspan?: number | undefined;
|
|
276
|
-
rowspan?: number | undefined;
|
|
277
|
-
}[][];
|
|
278
|
-
bodyData: {
|
|
279
|
-
key?: string | undefined;
|
|
280
|
-
row?: {
|
|
281
|
-
[x: string]: any;
|
|
282
|
-
[x: number]: any;
|
|
283
|
-
[x: symbol]: any;
|
|
284
|
-
children?: any[] | undefined;
|
|
285
|
-
_isMock?: boolean | undefined;
|
|
286
|
-
_rowKey?: import("../../ele-data-table/types").DataKey | null | undefined;
|
|
287
|
-
_rowIndex?: number | undefined;
|
|
288
|
-
_rowDisabled?: boolean | undefined;
|
|
289
|
-
_isExpandRow?: boolean | undefined;
|
|
290
|
-
_expandParent?: any | undefined;
|
|
291
|
-
_expandParantIndex?: number | undefined;
|
|
292
|
-
} | undefined;
|
|
293
|
-
index: number;
|
|
294
|
-
column?: {
|
|
295
|
-
uid?: string | undefined;
|
|
296
|
-
slot?: string | undefined;
|
|
297
|
-
headerSlot?: string | undefined;
|
|
298
|
-
hideInTable?: boolean | undefined;
|
|
299
|
-
hideInSetting?: boolean | undefined;
|
|
300
|
-
children?: any[] | undefined;
|
|
301
|
-
width?: string | number | undefined;
|
|
302
|
-
type?: string | undefined;
|
|
303
|
-
minWidth?: string | number | undefined;
|
|
304
|
-
sortable?: string | boolean | undefined;
|
|
305
|
-
resizable?: boolean | undefined;
|
|
306
|
-
reserveSelection?: boolean | undefined;
|
|
307
|
-
filterMultiple?: boolean | undefined;
|
|
308
|
-
sortOrders?: ("ascending" | "descending" | null)[] | undefined;
|
|
309
|
-
label?: string | undefined;
|
|
310
|
-
align?: string | undefined;
|
|
311
|
-
formatter?: ((row: any, column: import("element-plus/es/components/table/src/table-column/defaults").TableColumnCtx<any>, cellValue: any, index: number) => string | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
312
|
-
[key: string]: any;
|
|
313
|
-
}>) | undefined;
|
|
314
|
-
className?: string | undefined;
|
|
315
|
-
fixed?: string | boolean | undefined;
|
|
316
|
-
index?: number | ((index: number) => number) | undefined;
|
|
317
|
-
prop?: string | undefined;
|
|
318
|
-
sortBy?: string | string[] | ((row: any, index: number) => string) | undefined;
|
|
319
|
-
labelClassName?: string | undefined;
|
|
320
|
-
property?: string | undefined;
|
|
321
|
-
renderHeader?: ((data: {
|
|
322
|
-
column: import("element-plus/es/components/table/src/table-column/defaults").TableColumnCtx<any>;
|
|
323
|
-
$index: number;
|
|
324
|
-
}) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
325
|
-
[key: string]: any;
|
|
326
|
-
}>) | undefined;
|
|
327
|
-
sortMethod?: ((a: any, b: any) => number) | undefined;
|
|
328
|
-
columnKey?: string | undefined;
|
|
329
|
-
headerAlign?: string | undefined;
|
|
330
|
-
showOverflowTooltip?: boolean | {
|
|
331
|
-
offset?: number | undefined;
|
|
332
|
-
effect?: string | undefined;
|
|
333
|
-
placement?: import("element-plus/es/utils/index").EpPropMergeType<StringConstructor, import("element-plus").Placement, unknown> | undefined;
|
|
334
|
-
popperOptions?: {
|
|
335
|
-
placement?: import("element-plus").Placement | undefined;
|
|
336
|
-
modifiers?: {
|
|
337
|
-
name?: any;
|
|
338
|
-
enabled?: boolean | undefined;
|
|
339
|
-
phase?: import("@popperjs/core").ModifierPhases | undefined;
|
|
340
|
-
requires?: string[] | undefined;
|
|
341
|
-
requiresIfExists?: string[] | undefined;
|
|
342
|
-
fn?: ((arg0: import("@popperjs/core").ModifierArguments<any>) => void | import("@popperjs/core").State) | undefined;
|
|
343
|
-
effect?: ((arg0: import("@popperjs/core").ModifierArguments<any>) => void | (() => void)) | undefined;
|
|
344
|
-
options?: Partial<any> | undefined;
|
|
345
|
-
data?: import("@popperjs/core").Obj | undefined;
|
|
346
|
-
}[] | undefined;
|
|
347
|
-
strategy?: import("@popperjs/core").PositioningStrategy | undefined;
|
|
348
|
-
onFirstUpdate?: ((arg0: Partial<import("@popperjs/core").State>) => void) | undefined;
|
|
349
|
-
} | undefined;
|
|
350
|
-
popperClass?: import("element-plus/es/utils/index").EpPropMergeType<(new (...args: any[]) => string | {
|
|
351
|
-
[x: string]: boolean;
|
|
352
|
-
} | (string | {
|
|
353
|
-
[x: string]: boolean;
|
|
354
|
-
} | (string | {
|
|
355
|
-
[x: string]: boolean;
|
|
356
|
-
} | (string | {
|
|
357
|
-
[x: string]: boolean;
|
|
358
|
-
} | (string | {
|
|
359
|
-
[x: string]: boolean;
|
|
360
|
-
} | (string | {
|
|
361
|
-
[x: string]: boolean;
|
|
362
|
-
} | (string | {
|
|
363
|
-
[x: string]: boolean;
|
|
364
|
-
} | (string | {
|
|
365
|
-
[x: string]: boolean;
|
|
366
|
-
} | (string | {
|
|
367
|
-
[x: string]: boolean;
|
|
368
|
-
} | (string | {
|
|
369
|
-
[x: string]: boolean;
|
|
370
|
-
} | (string | any[] | {
|
|
371
|
-
[x: string]: boolean;
|
|
372
|
-
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
373
|
-
[x: string]: boolean;
|
|
374
|
-
} | (string | {
|
|
375
|
-
[x: string]: boolean;
|
|
376
|
-
} | (string | {
|
|
377
|
-
[x: string]: boolean;
|
|
378
|
-
} | (string | {
|
|
379
|
-
[x: string]: boolean;
|
|
380
|
-
} | (string | {
|
|
381
|
-
[x: string]: boolean;
|
|
382
|
-
} | (string | {
|
|
383
|
-
[x: string]: boolean;
|
|
384
|
-
} | (string | {
|
|
385
|
-
[x: string]: boolean;
|
|
386
|
-
} | (string | {
|
|
387
|
-
[x: string]: boolean;
|
|
388
|
-
} | (string | {
|
|
389
|
-
[x: string]: boolean;
|
|
390
|
-
} | (string | {
|
|
391
|
-
[x: string]: boolean;
|
|
392
|
-
} | (string | any[] | {
|
|
393
|
-
[x: string]: boolean;
|
|
394
|
-
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
395
|
-
[x: string]: boolean;
|
|
396
|
-
} | (string | {
|
|
397
|
-
[x: string]: boolean;
|
|
398
|
-
} | (string | {
|
|
399
|
-
[x: string]: boolean;
|
|
400
|
-
} | (string | {
|
|
401
|
-
[x: string]: boolean;
|
|
402
|
-
} | (string | {
|
|
403
|
-
[x: string]: boolean;
|
|
404
|
-
} | (string | {
|
|
405
|
-
[x: string]: boolean;
|
|
406
|
-
} | (string | {
|
|
407
|
-
[x: string]: boolean;
|
|
408
|
-
} | (string | {
|
|
409
|
-
[x: string]: boolean;
|
|
410
|
-
} | (string | {
|
|
411
|
-
[x: string]: boolean;
|
|
412
|
-
} | (string | {
|
|
413
|
-
[x: string]: boolean;
|
|
414
|
-
} | (string | any[] | {
|
|
415
|
-
[x: string]: boolean;
|
|
416
|
-
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
417
|
-
[x: string]: boolean;
|
|
418
|
-
} | (string | {
|
|
419
|
-
[x: string]: boolean;
|
|
420
|
-
} | (string | {
|
|
421
|
-
[x: string]: boolean;
|
|
422
|
-
} | (string | {
|
|
423
|
-
[x: string]: boolean;
|
|
424
|
-
} | (string | {
|
|
425
|
-
[x: string]: boolean;
|
|
426
|
-
} | (string | {
|
|
427
|
-
[x: string]: boolean;
|
|
428
|
-
} | (string | {
|
|
429
|
-
[x: string]: boolean;
|
|
430
|
-
} | (string | {
|
|
431
|
-
[x: string]: boolean;
|
|
432
|
-
} | (string | {
|
|
433
|
-
[x: string]: boolean;
|
|
434
|
-
} | (string | {
|
|
435
|
-
[x: string]: boolean;
|
|
436
|
-
} | (string | any[] | {
|
|
437
|
-
[x: string]: boolean;
|
|
438
|
-
})[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown> | undefined;
|
|
439
|
-
showArrow?: import("element-plus/es/utils/index").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
440
|
-
appendTo?: import("element-plus/es/utils/index").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown> | undefined;
|
|
441
|
-
transition?: string | undefined;
|
|
442
|
-
enterable?: import("element-plus/es/utils/index").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
443
|
-
showAfter?: number | undefined;
|
|
444
|
-
hideAfter?: number | undefined;
|
|
445
|
-
} | undefined;
|
|
446
|
-
selectable?: ((row: any, index: number) => boolean) | undefined;
|
|
447
|
-
filterMethod?: import("element-plus/es/components/table/src/table-column/defaults").FilterMethods<any> | undefined;
|
|
448
|
-
filteredValue?: string[] | undefined;
|
|
449
|
-
filters?: {
|
|
450
|
-
text: string;
|
|
451
|
-
value: string;
|
|
452
|
-
}[] | undefined;
|
|
453
|
-
filterPlacement?: string | undefined;
|
|
454
|
-
filterClassName?: string | undefined;
|
|
455
|
-
} | undefined;
|
|
456
|
-
text?: string | undefined;
|
|
457
|
-
colspan?: number | undefined;
|
|
458
|
-
rowspan?: number | undefined;
|
|
459
|
-
}[][];
|
|
460
|
-
footerData: {
|
|
461
|
-
key?: string | undefined;
|
|
462
|
-
row?: {
|
|
463
|
-
[x: string]: any;
|
|
464
|
-
[x: number]: any;
|
|
465
|
-
[x: symbol]: any;
|
|
466
|
-
children?: any[] | undefined;
|
|
467
|
-
_isMock?: boolean | undefined;
|
|
468
|
-
_rowKey?: import("../../ele-data-table/types").DataKey | null | undefined;
|
|
469
|
-
_rowIndex?: number | undefined;
|
|
470
|
-
_rowDisabled?: boolean | undefined;
|
|
471
|
-
_isExpandRow?: boolean | undefined;
|
|
472
|
-
_expandParent?: any | undefined;
|
|
473
|
-
_expandParantIndex?: number | undefined;
|
|
474
|
-
} | undefined;
|
|
475
|
-
index: number;
|
|
476
|
-
column?: {
|
|
477
|
-
uid?: string | undefined;
|
|
478
|
-
slot?: string | undefined;
|
|
479
|
-
headerSlot?: string | undefined;
|
|
480
|
-
hideInTable?: boolean | undefined;
|
|
481
|
-
hideInSetting?: boolean | undefined;
|
|
482
|
-
children?: any[] | undefined;
|
|
483
|
-
width?: string | number | undefined;
|
|
484
|
-
type?: string | undefined;
|
|
485
|
-
minWidth?: string | number | undefined;
|
|
486
|
-
sortable?: string | boolean | undefined;
|
|
487
|
-
resizable?: boolean | undefined;
|
|
488
|
-
reserveSelection?: boolean | undefined;
|
|
489
|
-
filterMultiple?: boolean | undefined;
|
|
490
|
-
sortOrders?: ("ascending" | "descending" | null)[] | undefined;
|
|
491
|
-
label?: string | undefined;
|
|
492
|
-
align?: string | undefined;
|
|
493
|
-
formatter?: ((row: any, column: import("element-plus/es/components/table/src/table-column/defaults").TableColumnCtx<any>, cellValue: any, index: number) => string | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
494
|
-
[key: string]: any;
|
|
495
|
-
}>) | undefined;
|
|
496
|
-
className?: string | undefined;
|
|
497
|
-
fixed?: string | boolean | undefined;
|
|
498
|
-
index?: number | ((index: number) => number) | undefined;
|
|
499
|
-
prop?: string | undefined;
|
|
500
|
-
sortBy?: string | string[] | ((row: any, index: number) => string) | undefined;
|
|
501
|
-
labelClassName?: string | undefined;
|
|
502
|
-
property?: string | undefined;
|
|
503
|
-
renderHeader?: ((data: {
|
|
504
|
-
column: import("element-plus/es/components/table/src/table-column/defaults").TableColumnCtx<any>;
|
|
505
|
-
$index: number;
|
|
506
|
-
}) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
507
|
-
[key: string]: any;
|
|
508
|
-
}>) | undefined;
|
|
509
|
-
sortMethod?: ((a: any, b: any) => number) | undefined;
|
|
510
|
-
columnKey?: string | undefined;
|
|
511
|
-
headerAlign?: string | undefined;
|
|
512
|
-
showOverflowTooltip?: boolean | {
|
|
513
|
-
offset?: number | undefined;
|
|
514
|
-
effect?: string | undefined;
|
|
515
|
-
placement?: import("element-plus/es/utils/index").EpPropMergeType<StringConstructor, import("element-plus").Placement, unknown> | undefined;
|
|
516
|
-
popperOptions?: {
|
|
517
|
-
placement?: import("element-plus").Placement | undefined;
|
|
518
|
-
modifiers?: {
|
|
519
|
-
name?: any;
|
|
520
|
-
enabled?: boolean | undefined;
|
|
521
|
-
phase?: import("@popperjs/core").ModifierPhases | undefined;
|
|
522
|
-
requires?: string[] | undefined;
|
|
523
|
-
requiresIfExists?: string[] | undefined;
|
|
524
|
-
fn?: ((arg0: import("@popperjs/core").ModifierArguments<any>) => void | import("@popperjs/core").State) | undefined;
|
|
525
|
-
effect?: ((arg0: import("@popperjs/core").ModifierArguments<any>) => void | (() => void)) | undefined;
|
|
526
|
-
options?: Partial<any> | undefined;
|
|
527
|
-
data?: import("@popperjs/core").Obj | undefined;
|
|
528
|
-
}[] | undefined;
|
|
529
|
-
strategy?: import("@popperjs/core").PositioningStrategy | undefined;
|
|
530
|
-
onFirstUpdate?: ((arg0: Partial<import("@popperjs/core").State>) => void) | undefined;
|
|
531
|
-
} | undefined;
|
|
532
|
-
popperClass?: import("element-plus/es/utils/index").EpPropMergeType<(new (...args: any[]) => string | {
|
|
533
|
-
[x: string]: boolean;
|
|
534
|
-
} | (string | {
|
|
535
|
-
[x: string]: boolean;
|
|
536
|
-
} | (string | {
|
|
537
|
-
[x: string]: boolean;
|
|
538
|
-
} | (string | {
|
|
539
|
-
[x: string]: boolean;
|
|
540
|
-
} | (string | {
|
|
541
|
-
[x: string]: boolean;
|
|
542
|
-
} | (string | {
|
|
543
|
-
[x: string]: boolean;
|
|
544
|
-
} | (string | {
|
|
545
|
-
[x: string]: boolean;
|
|
546
|
-
} | (string | {
|
|
547
|
-
[x: string]: boolean;
|
|
548
|
-
} | (string | {
|
|
549
|
-
[x: string]: boolean;
|
|
550
|
-
} | (string | {
|
|
551
|
-
[x: string]: boolean;
|
|
552
|
-
} | (string | any[] | {
|
|
553
|
-
[x: string]: boolean;
|
|
554
|
-
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
555
|
-
[x: string]: boolean;
|
|
556
|
-
} | (string | {
|
|
557
|
-
[x: string]: boolean;
|
|
558
|
-
} | (string | {
|
|
559
|
-
[x: string]: boolean;
|
|
560
|
-
} | (string | {
|
|
561
|
-
[x: string]: boolean;
|
|
562
|
-
} | (string | {
|
|
563
|
-
[x: string]: boolean;
|
|
564
|
-
} | (string | {
|
|
565
|
-
[x: string]: boolean;
|
|
566
|
-
} | (string | {
|
|
567
|
-
[x: string]: boolean;
|
|
568
|
-
} | (string | {
|
|
569
|
-
[x: string]: boolean;
|
|
570
|
-
} | (string | {
|
|
571
|
-
[x: string]: boolean;
|
|
572
|
-
} | (string | {
|
|
573
|
-
[x: string]: boolean;
|
|
574
|
-
} | (string | any[] | {
|
|
575
|
-
[x: string]: boolean;
|
|
576
|
-
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
577
|
-
[x: string]: boolean;
|
|
578
|
-
} | (string | {
|
|
579
|
-
[x: string]: boolean;
|
|
580
|
-
} | (string | {
|
|
581
|
-
[x: string]: boolean;
|
|
582
|
-
} | (string | {
|
|
583
|
-
[x: string]: boolean;
|
|
584
|
-
} | (string | {
|
|
585
|
-
[x: string]: boolean;
|
|
586
|
-
} | (string | {
|
|
587
|
-
[x: string]: boolean;
|
|
588
|
-
} | (string | {
|
|
589
|
-
[x: string]: boolean;
|
|
590
|
-
} | (string | {
|
|
591
|
-
[x: string]: boolean;
|
|
592
|
-
} | (string | {
|
|
593
|
-
[x: string]: boolean;
|
|
594
|
-
} | (string | {
|
|
595
|
-
[x: string]: boolean;
|
|
596
|
-
} | (string | any[] | {
|
|
597
|
-
[x: string]: boolean;
|
|
598
|
-
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
599
|
-
[x: string]: boolean;
|
|
600
|
-
} | (string | {
|
|
601
|
-
[x: string]: boolean;
|
|
602
|
-
} | (string | {
|
|
603
|
-
[x: string]: boolean;
|
|
604
|
-
} | (string | {
|
|
605
|
-
[x: string]: boolean;
|
|
606
|
-
} | (string | {
|
|
607
|
-
[x: string]: boolean;
|
|
608
|
-
} | (string | {
|
|
609
|
-
[x: string]: boolean;
|
|
610
|
-
} | (string | {
|
|
611
|
-
[x: string]: boolean;
|
|
612
|
-
} | (string | {
|
|
613
|
-
[x: string]: boolean;
|
|
614
|
-
} | (string | {
|
|
615
|
-
[x: string]: boolean;
|
|
616
|
-
} | (string | {
|
|
617
|
-
[x: string]: boolean;
|
|
618
|
-
} | (string | any[] | {
|
|
619
|
-
[x: string]: boolean;
|
|
620
|
-
})[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown> | undefined;
|
|
621
|
-
showArrow?: import("element-plus/es/utils/index").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
622
|
-
appendTo?: import("element-plus/es/utils/index").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown> | undefined;
|
|
623
|
-
transition?: string | undefined;
|
|
624
|
-
enterable?: import("element-plus/es/utils/index").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
625
|
-
showAfter?: number | undefined;
|
|
626
|
-
hideAfter?: number | undefined;
|
|
627
|
-
} | undefined;
|
|
628
|
-
selectable?: ((row: any, index: number) => boolean) | undefined;
|
|
629
|
-
filterMethod?: import("element-plus/es/components/table/src/table-column/defaults").FilterMethods<any> | undefined;
|
|
630
|
-
filteredValue?: string[] | undefined;
|
|
631
|
-
filters?: {
|
|
632
|
-
text: string;
|
|
633
|
-
value: string;
|
|
634
|
-
}[] | undefined;
|
|
635
|
-
filterPlacement?: string | undefined;
|
|
636
|
-
filterClassName?: string | undefined;
|
|
637
|
-
} | undefined;
|
|
638
|
-
text?: string | undefined;
|
|
639
|
-
colspan?: number | undefined;
|
|
640
|
-
rowspan?: number | undefined;
|
|
641
|
-
}[][];
|
|
642
|
-
bodyCols: {
|
|
643
|
-
key: string;
|
|
644
|
-
dataKey?: string | undefined;
|
|
645
|
-
width?: number | undefined;
|
|
646
|
-
minWidth: number;
|
|
647
|
-
isFixedLeftLast?: boolean | undefined;
|
|
648
|
-
isFixedRightFirst?: boolean | undefined;
|
|
649
|
-
originalCol?: {
|
|
650
|
-
uid?: string | undefined;
|
|
651
|
-
slot?: string | undefined;
|
|
652
|
-
headerSlot?: string | undefined;
|
|
653
|
-
hideInTable?: boolean | undefined;
|
|
654
|
-
hideInSetting?: boolean | undefined;
|
|
655
|
-
children?: any[] | undefined;
|
|
656
|
-
width?: string | number | undefined;
|
|
657
|
-
type?: string | undefined;
|
|
658
|
-
minWidth?: string | number | undefined;
|
|
659
|
-
sortable?: string | boolean | undefined;
|
|
660
|
-
resizable?: boolean | undefined;
|
|
661
|
-
reserveSelection?: boolean | undefined;
|
|
662
|
-
filterMultiple?: boolean | undefined;
|
|
663
|
-
sortOrders?: ("ascending" | "descending" | null)[] | undefined;
|
|
664
|
-
label?: string | undefined;
|
|
665
|
-
align?: string | undefined;
|
|
666
|
-
formatter?: ((row: any, column: import("element-plus/es/components/table/src/table-column/defaults").TableColumnCtx<any>, cellValue: any, index: number) => string | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
667
|
-
[key: string]: any;
|
|
668
|
-
}>) | undefined;
|
|
669
|
-
className?: string | undefined;
|
|
670
|
-
fixed?: string | boolean | undefined;
|
|
671
|
-
index?: number | ((index: number) => number) | undefined;
|
|
672
|
-
prop?: string | undefined;
|
|
673
|
-
sortBy?: string | string[] | ((row: any, index: number) => string) | undefined;
|
|
674
|
-
labelClassName?: string | undefined;
|
|
675
|
-
property?: string | undefined;
|
|
676
|
-
renderHeader?: ((data: {
|
|
677
|
-
column: import("element-plus/es/components/table/src/table-column/defaults").TableColumnCtx<any>;
|
|
678
|
-
$index: number;
|
|
679
|
-
}) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
680
|
-
[key: string]: any;
|
|
681
|
-
}>) | undefined;
|
|
682
|
-
sortMethod?: ((a: any, b: any) => number) | undefined;
|
|
683
|
-
columnKey?: string | undefined;
|
|
684
|
-
headerAlign?: string | undefined;
|
|
685
|
-
showOverflowTooltip?: boolean | {
|
|
686
|
-
offset?: number | undefined;
|
|
687
|
-
effect?: string | undefined;
|
|
688
|
-
placement?: import("element-plus/es/utils/index").EpPropMergeType<StringConstructor, import("element-plus").Placement, unknown> | undefined;
|
|
689
|
-
popperOptions?: {
|
|
690
|
-
placement?: import("element-plus").Placement | undefined;
|
|
691
|
-
modifiers?: {
|
|
692
|
-
name?: any;
|
|
693
|
-
enabled?: boolean | undefined;
|
|
694
|
-
phase?: import("@popperjs/core").ModifierPhases | undefined;
|
|
695
|
-
requires?: string[] | undefined;
|
|
696
|
-
requiresIfExists?: string[] | undefined;
|
|
697
|
-
fn?: ((arg0: import("@popperjs/core").ModifierArguments<any>) => void | import("@popperjs/core").State) | undefined;
|
|
698
|
-
effect?: ((arg0: import("@popperjs/core").ModifierArguments<any>) => void | (() => void)) | undefined;
|
|
699
|
-
options?: Partial<any> | undefined;
|
|
700
|
-
data?: import("@popperjs/core").Obj | undefined;
|
|
701
|
-
}[] | undefined;
|
|
702
|
-
strategy?: import("@popperjs/core").PositioningStrategy | undefined;
|
|
703
|
-
onFirstUpdate?: ((arg0: Partial<import("@popperjs/core").State>) => void) | undefined;
|
|
704
|
-
} | undefined;
|
|
705
|
-
popperClass?: import("element-plus/es/utils/index").EpPropMergeType<(new (...args: any[]) => string | {
|
|
706
|
-
[x: string]: boolean;
|
|
707
|
-
} | (string | {
|
|
708
|
-
[x: string]: boolean;
|
|
709
|
-
} | (string | {
|
|
710
|
-
[x: string]: boolean;
|
|
711
|
-
} | (string | {
|
|
712
|
-
[x: string]: boolean;
|
|
713
|
-
} | (string | {
|
|
714
|
-
[x: string]: boolean;
|
|
715
|
-
} | (string | {
|
|
716
|
-
[x: string]: boolean;
|
|
717
|
-
} | (string | {
|
|
718
|
-
[x: string]: boolean;
|
|
719
|
-
} | (string | {
|
|
720
|
-
[x: string]: boolean;
|
|
721
|
-
} | (string | {
|
|
722
|
-
[x: string]: boolean;
|
|
723
|
-
} | (string | {
|
|
724
|
-
[x: string]: boolean;
|
|
725
|
-
} | (string | any[] | {
|
|
726
|
-
[x: string]: boolean;
|
|
727
|
-
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
728
|
-
[x: string]: boolean;
|
|
729
|
-
} | (string | {
|
|
730
|
-
[x: string]: boolean;
|
|
731
|
-
} | (string | {
|
|
732
|
-
[x: string]: boolean;
|
|
733
|
-
} | (string | {
|
|
734
|
-
[x: string]: boolean;
|
|
735
|
-
} | (string | {
|
|
736
|
-
[x: string]: boolean;
|
|
737
|
-
} | (string | {
|
|
738
|
-
[x: string]: boolean;
|
|
739
|
-
} | (string | {
|
|
740
|
-
[x: string]: boolean;
|
|
741
|
-
} | (string | {
|
|
742
|
-
[x: string]: boolean;
|
|
743
|
-
} | (string | {
|
|
744
|
-
[x: string]: boolean;
|
|
745
|
-
} | (string | {
|
|
746
|
-
[x: string]: boolean;
|
|
747
|
-
} | (string | any[] | {
|
|
748
|
-
[x: string]: boolean;
|
|
749
|
-
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
750
|
-
[x: string]: boolean;
|
|
751
|
-
} | (string | {
|
|
752
|
-
[x: string]: boolean;
|
|
753
|
-
} | (string | {
|
|
754
|
-
[x: string]: boolean;
|
|
755
|
-
} | (string | {
|
|
756
|
-
[x: string]: boolean;
|
|
757
|
-
} | (string | {
|
|
758
|
-
[x: string]: boolean;
|
|
759
|
-
} | (string | {
|
|
760
|
-
[x: string]: boolean;
|
|
761
|
-
} | (string | {
|
|
762
|
-
[x: string]: boolean;
|
|
763
|
-
} | (string | {
|
|
764
|
-
[x: string]: boolean;
|
|
765
|
-
} | (string | {
|
|
766
|
-
[x: string]: boolean;
|
|
767
|
-
} | (string | {
|
|
768
|
-
[x: string]: boolean;
|
|
769
|
-
} | (string | any[] | {
|
|
770
|
-
[x: string]: boolean;
|
|
771
|
-
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
772
|
-
[x: string]: boolean;
|
|
773
|
-
} | (string | {
|
|
774
|
-
[x: string]: boolean;
|
|
775
|
-
} | (string | {
|
|
776
|
-
[x: string]: boolean;
|
|
777
|
-
} | (string | {
|
|
778
|
-
[x: string]: boolean;
|
|
779
|
-
} | (string | {
|
|
780
|
-
[x: string]: boolean;
|
|
781
|
-
} | (string | {
|
|
782
|
-
[x: string]: boolean;
|
|
783
|
-
} | (string | {
|
|
784
|
-
[x: string]: boolean;
|
|
785
|
-
} | (string | {
|
|
786
|
-
[x: string]: boolean;
|
|
787
|
-
} | (string | {
|
|
788
|
-
[x: string]: boolean;
|
|
789
|
-
} | (string | {
|
|
790
|
-
[x: string]: boolean;
|
|
791
|
-
} | (string | any[] | {
|
|
792
|
-
[x: string]: boolean;
|
|
793
|
-
})[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown> | undefined;
|
|
794
|
-
showArrow?: import("element-plus/es/utils/index").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
795
|
-
appendTo?: import("element-plus/es/utils/index").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown> | undefined;
|
|
796
|
-
transition?: string | undefined;
|
|
797
|
-
enterable?: import("element-plus/es/utils/index").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
798
|
-
showAfter?: number | undefined;
|
|
799
|
-
hideAfter?: number | undefined;
|
|
800
|
-
} | undefined;
|
|
801
|
-
selectable?: ((row: any, index: number) => boolean) | undefined;
|
|
802
|
-
filterMethod?: import("element-plus/es/components/table/src/table-column/defaults").FilterMethods<any> | undefined;
|
|
803
|
-
filteredValue?: string[] | undefined;
|
|
804
|
-
filters?: {
|
|
805
|
-
text: string;
|
|
806
|
-
value: string;
|
|
807
|
-
}[] | undefined;
|
|
808
|
-
filterPlacement?: string | undefined;
|
|
809
|
-
filterClassName?: string | undefined;
|
|
810
|
-
} | undefined;
|
|
811
|
-
}[];
|
|
812
|
-
};
|
|
79
|
+
isCheckAll: import('vue').Ref<boolean>;
|
|
80
|
+
isIndeterminate: import('vue').Ref<boolean>;
|
|
81
|
+
showHeader: import('vue').Ref<boolean>;
|
|
82
|
+
showFooter: import('vue').Ref<boolean>;
|
|
83
|
+
showTreeIndex: import('vue').Ref<boolean>;
|
|
84
|
+
treeIndexDisabled: import('vue').Ref<boolean>;
|
|
85
|
+
printOptions: TablePrintOptions;
|
|
813
86
|
openModal: () => void;
|
|
814
87
|
closeModal: () => void;
|
|
815
88
|
onPrintDone: () => void;
|
|
816
89
|
handlePrint: () => void;
|
|
817
|
-
onCheckedChange: (item
|
|
90
|
+
onCheckedChange: (item?: ColItem, checked?: boolean, type?: string) => void;
|
|
818
91
|
onSortChange: (items: ColItem[], parent?: ColItem) => void;
|
|
819
92
|
onCheckAllChange: (checked: boolean) => void;
|
|
820
93
|
onReset: () => void;
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
title: StringConstructor;
|
|
94
|
+
handleTreeIndexChange: (checked?: boolean | string | number) => void;
|
|
95
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
824
96
|
/** 提示位置 */
|
|
825
|
-
placement: PropType<import(
|
|
826
|
-
/**
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
untitledText: StringConstructor;
|
|
832
|
-
/** 选择数据文字 */
|
|
833
|
-
selectDataText: StringConstructor;
|
|
834
|
-
/** 选择字段文字 */
|
|
835
|
-
selectColumnText: StringConstructor;
|
|
836
|
-
/** 当前页数据文字 */
|
|
837
|
-
dataTypePageText: StringConstructor;
|
|
838
|
-
/** 选中数据文字 */
|
|
839
|
-
dataTypeSelectedText: StringConstructor;
|
|
840
|
-
/** 全部数据文字 */
|
|
841
|
-
dataTypeAllText: StringConstructor;
|
|
842
|
-
/** 取消文字 */
|
|
843
|
-
cancelText: StringConstructor;
|
|
844
|
-
/** 确定文字 */
|
|
845
|
-
okText: StringConstructor;
|
|
97
|
+
placement: PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, import('element-plus').Placement, unknown> | undefined>;
|
|
98
|
+
/** 表格国际化 */
|
|
99
|
+
locale: {
|
|
100
|
+
type: PropType<TableLocale>;
|
|
101
|
+
required: true;
|
|
102
|
+
};
|
|
846
103
|
/** 弹窗参数 */
|
|
847
104
|
modalProps: PropType<EleModalProps>;
|
|
848
105
|
/** 打印组件参数 */
|
|
@@ -860,29 +117,33 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
860
117
|
/** 单元格合并行列方法 */
|
|
861
118
|
spanMethod: PropType<((data: {
|
|
862
119
|
row: DataItem;
|
|
863
|
-
rowIndex: number;
|
|
864
|
-
column: import(
|
|
120
|
+
rowIndex: number; /** 序号列起始索引 */
|
|
121
|
+
column: import('element-plus').TableColumnCtx<DataItem>;
|
|
865
122
|
columnIndex: number;
|
|
866
123
|
}) => number[] | {
|
|
867
124
|
rowspan: number;
|
|
868
125
|
colspan: number;
|
|
869
126
|
} | undefined) | undefined>;
|
|
127
|
+
/** 表格是否有表头 */
|
|
128
|
+
tableHeader: BooleanConstructor;
|
|
870
129
|
/** 是否显示合计行 */
|
|
871
130
|
showSummary: BooleanConstructor;
|
|
872
131
|
/** 合计行文本 */
|
|
873
132
|
sumText: StringConstructor;
|
|
874
133
|
/** 合计行自定义方法 */
|
|
875
|
-
summaryMethod: PropType<import(
|
|
134
|
+
summaryMethod: PropType<import('element-plus').SummaryMethod<DataItem> | undefined>;
|
|
876
135
|
/** 单元格样式 */
|
|
877
|
-
cellStyle: PropType<import(
|
|
136
|
+
cellStyle: PropType<import('element-plus').CellStyle<DataItem> | undefined>;
|
|
878
137
|
/** 单元格类名自定义 */
|
|
879
|
-
cellClassName: PropType<import(
|
|
138
|
+
cellClassName: PropType<import('element-plus').CellCls<DataItem> | undefined>;
|
|
880
139
|
/** 单元格样式 */
|
|
881
|
-
headerCellStyle: PropType<import(
|
|
140
|
+
headerCellStyle: PropType<import('element-plus').CellStyle<DataItem> | undefined>;
|
|
882
141
|
/** 单元格类名自定义 */
|
|
883
|
-
headerCellClassName: PropType<import(
|
|
142
|
+
headerCellClassName: PropType<import('element-plus').CellCls<DataItem> | undefined>;
|
|
884
143
|
/** 序号列起始索引 */
|
|
885
144
|
pageIndex: NumberConstructor;
|
|
145
|
+
/** 子级字段名 */
|
|
146
|
+
childrenField: StringConstructor;
|
|
886
147
|
/** 表格请求数据方法 */
|
|
887
148
|
fetch: PropType<FetchFunction>;
|
|
888
149
|
/** 默认数据类型 */
|
|
@@ -894,6 +155,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
894
155
|
beforePrint: PropType<BeforeExport>;
|
|
895
156
|
}>>, {
|
|
896
157
|
showSummary: boolean;
|
|
158
|
+
tableHeader: boolean;
|
|
897
159
|
defaultDataType: ExportDataType;
|
|
898
160
|
}, {}>;
|
|
899
161
|
export default _default;
|