ele-admin-plus 1.1.9-beta.10 → 1.1.9-beta.12
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/ele-alert/index.d.ts +22 -22
- package/es/ele-alert/index.js +2 -2
- package/es/ele-app/el.d.ts +2 -1
- package/es/ele-app/index.d.ts +2 -2
- package/es/ele-avatar-group/index.d.ts +26 -26
- package/es/ele-bar-code/index.d.ts +6 -6
- package/es/ele-basic-select/index.d.ts +31 -31
- package/es/ele-basic-select/index.js +7 -1
- package/es/ele-basic-select/props.d.ts +1 -1
- package/es/ele-bottom-bar/index.d.ts +5 -5
- package/es/ele-breadcrumb/index.d.ts +8 -8
- package/es/ele-breadcrumb/props.d.ts +1 -1
- package/es/ele-card/index.d.ts +11 -11
- package/es/ele-check-card/components/card-item.d.ts +3 -3
- package/es/ele-check-card/index.d.ts +12 -12
- package/es/ele-config-provider/components/receiver-view.d.ts +2 -2
- package/es/ele-config-provider/index.d.ts +6 -6
- package/es/ele-config-provider/receiver.d.ts +1 -1
- package/es/ele-config-provider/receiver.js +4 -8
- package/es/ele-config-provider/types.d.ts +2 -18
- package/es/ele-copyable/index.d.ts +28 -28
- package/es/ele-count-up/index.d.ts +6 -6
- package/es/ele-cropper/components/cropper-preview.d.ts +2 -2
- package/es/ele-cropper/components/cropper-tools.d.ts +8 -8
- package/es/ele-cropper/index.d.ts +11 -11
- package/es/ele-cropper-modal/index.d.ts +13 -13
- package/es/ele-cropper-modal/index.js +1 -1
- package/es/ele-dashboard/index.d.ts +4 -4
- package/es/ele-data-table/index.d.ts +56 -56
- package/es/ele-dot/index.d.ts +3 -3
- package/es/ele-drawer/index.d.ts +72 -69
- package/es/ele-drawer/index.js +107 -113
- package/es/ele-drawer/props.d.ts +1 -1
- package/es/ele-drawer/style/index.scss +48 -105
- package/es/ele-dropdown/index.d.ts +62 -62
- package/es/ele-dropdown/props.d.ts +4 -4
- package/es/ele-edit-tag/index.d.ts +30 -30
- package/es/ele-edit-tag/index.js +1 -1
- package/es/ele-ellipsis/index.d.ts +19 -19
- package/es/ele-file-list/components/file-grid-item.d.ts +7 -7
- package/es/ele-file-list/components/file-grid-item.js +1 -1
- package/es/ele-file-list/components/file-grid.d.ts +4 -4
- package/es/ele-file-list/components/file-sort.d.ts +1 -1
- package/es/ele-file-list/components/file-table-item.d.ts +7 -7
- package/es/ele-file-list/components/file-table-item.js +1 -1
- package/es/ele-file-list/components/file-table.d.ts +4 -4
- package/es/ele-file-list/index.d.ts +32 -32
- package/es/ele-file-list-tool/index.d.ts +2 -2
- package/es/ele-icon-select/components/icon-grid.d.ts +11 -11
- package/es/ele-icon-select/components/icon-grid.js +1 -1
- package/es/ele-icon-select/index.d.ts +45 -45
- package/es/ele-icon-select/props.d.ts +1 -1
- package/es/ele-loading/index.d.ts +11 -15
- package/es/ele-loading/index.js +10 -16
- package/es/ele-map-picker/components/map-view.d.ts +25 -25
- package/es/ele-map-picker/components/map-view.js +1 -1
- package/es/ele-map-picker/index.d.ts +21 -21
- package/es/ele-map-picker/index.js +1 -1
- package/es/ele-menus/index.d.ts +56 -58
- package/es/ele-menus/index.js +1 -1
- package/es/ele-menus/props.d.ts +2 -4
- package/es/ele-menus/props.js +1 -3
- package/es/ele-menus/style/css-var.scss +1 -5
- package/es/ele-modal/index.d.ts +73 -67
- package/es/ele-modal/index.js +164 -186
- package/es/ele-modal/props.d.ts +3 -1
- package/es/ele-modal/props.js +2 -0
- package/es/ele-modal/style/index.scss +85 -146
- package/es/ele-modal/util.d.ts +18 -44
- package/es/ele-modal/util.js +53 -179
- package/es/ele-page/index.d.ts +1 -1
- package/es/ele-pagination/index.d.ts +39 -30
- package/es/ele-pagination/index.js +4 -1
- package/es/ele-pagination/props.d.ts +7 -2
- package/es/ele-pagination/props.js +5 -0
- package/es/ele-popconfirm/index.d.ts +86 -86
- package/es/ele-popconfirm/index.js +6 -28
- package/es/ele-popconfirm/props.d.ts +5 -5
- package/es/ele-popover/index.d.ts +67 -67
- package/es/ele-popover/index.js +6 -14
- package/es/ele-popover/props.d.ts +4 -4
- package/es/ele-printer/index.d.ts +17 -17
- package/es/ele-pro-layout/components/header-tool.d.ts +1 -1
- package/es/ele-pro-layout/components/pro-header.d.ts +81 -26
- package/es/ele-pro-layout/components/pro-header.js +110 -20
- package/es/ele-pro-layout/components/pro-iframe.d.ts +3 -4
- package/es/ele-pro-layout/components/pro-iframe.js +31 -41
- package/es/ele-pro-layout/components/pro-sidebar.d.ts +9 -14
- package/es/ele-pro-layout/components/pro-sidebar.js +2 -5
- package/es/ele-pro-layout/components/pro-sidebox.d.ts +11 -16
- package/es/ele-pro-layout/components/pro-sidebox.js +2 -5
- package/es/ele-pro-layout/components/pro-tabs.d.ts +6 -6
- package/es/ele-pro-layout/components/sidebar-tool.d.ts +1 -1
- package/es/ele-pro-layout/components/tab-dropdown.d.ts +3 -3
- package/es/ele-pro-layout/components/tab-dropdown.js +1 -1
- package/es/ele-pro-layout/index.d.ts +93 -94
- package/es/ele-pro-layout/index.js +62 -47
- package/es/ele-pro-layout/props.d.ts +4 -7
- 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 +1 -1
- package/es/ele-pro-layout/util.d.ts +1 -2
- package/es/ele-pro-layout/util.js +2 -3
- package/es/ele-pro-table/components/table-tools.d.ts +17 -17
- package/es/ele-pro-table/components/tool-column-list.d.ts +2 -2
- package/es/ele-pro-table/components/tool-column.d.ts +9 -9
- package/es/ele-pro-table/components/tool-export.d.ts +15 -292
- package/es/ele-pro-table/components/tool-print-body-cell.d.ts +8 -8
- package/es/ele-pro-table/components/tool-print-header-cell.d.ts +8 -8
- package/es/ele-pro-table/components/tool-print.d.ts +23 -736
- package/es/ele-pro-table/components/tool-print.js +0 -3
- package/es/ele-pro-table/index.d.ts +124 -126
- package/es/ele-pro-table/index.js +32 -26
- package/es/ele-pro-table/props.d.ts +16 -16
- package/es/ele-pro-table/types.d.ts +11 -0
- package/es/ele-pro-table/util.d.ts +11 -15
- package/es/ele-pro-table/util.js +18 -15
- package/es/ele-qr-code/index.d.ts +13 -13
- package/es/ele-qr-code-svg/index.d.ts +17 -17
- package/es/ele-segmented/index.d.ts +7 -7
- package/es/ele-split-panel/index.d.ts +15 -15
- package/es/ele-steps/index.d.ts +32 -32
- package/es/ele-tab-tool/index.d.ts +1 -1
- package/es/ele-tab-wrap/index.d.ts +5 -5
- package/es/ele-tab-wrap/index.js +2 -1
- package/es/ele-table/index.d.ts +3 -3
- package/es/ele-table/props.d.ts +1 -1
- package/es/ele-table-select/index.d.ts +41 -40
- package/es/ele-table-select/index.js +29 -27
- package/es/ele-table-select/props.d.ts +1 -1
- package/es/ele-tabs/components/tab-title.d.ts +3 -3
- package/es/ele-tabs/index.d.ts +31 -31
- package/es/ele-tabs/index.js +1 -0
- package/es/ele-tabs/props.d.ts +4 -4
- 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 +11 -11
- package/es/ele-tool/index.d.ts +6 -6
- package/es/ele-tool/props.d.ts +1 -1
- package/es/ele-toolbar/index.d.ts +14 -14
- package/es/ele-tooltip/index.d.ts +56 -56
- package/es/ele-tooltip/index.js +3 -0
- package/es/ele-tooltip/props.d.ts +8 -3
- package/es/ele-tooltip/props.js +2 -0
- package/es/ele-tour/index.d.ts +10 -10
- package/es/ele-tree-select/index.d.ts +31 -31
- package/es/ele-tree-select/props.d.ts +1 -1
- package/es/ele-upload-list/components/list-item.d.ts +2 -2
- package/es/ele-upload-list/index.d.ts +22 -22
- package/es/ele-virtual-table/components/body-cell.d.ts +16 -16
- package/es/ele-virtual-table/components/body-row.d.ts +17 -17
- package/es/ele-virtual-table/components/cell-checkbox.d.ts +2 -2
- package/es/ele-virtual-table/components/cell-filter.d.ts +13 -13
- package/es/ele-virtual-table/components/expand-row.d.ts +1 -1
- package/es/ele-virtual-table/components/footer-row.d.ts +5 -5
- package/es/ele-virtual-table/components/header-cell.d.ts +11 -11
- package/es/ele-virtual-table/components/header-row.d.ts +7 -7
- package/es/ele-virtual-table/index.d.ts +71 -71
- package/es/ele-virtual-table/props.d.ts +21 -21
- package/es/ele-virtual-table/style/index.scss +1 -1
- package/es/ele-virtual-table/util.d.ts +1 -1
- package/es/ele-watermark/index.d.ts +12 -12
- package/es/ele-xg-player/index.d.ts +6 -6
- 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 +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/style/nprogress.scss +1 -0
- package/es/style/themes/dark.scss +9 -15
- package/es/style/themes/default.scss +56 -80
- package/es/style/themes/rounded.scss +16 -30
- package/es/utils/menu-util.js +2 -5
- package/lib/ele-alert/index.cjs +2 -2
- package/lib/ele-alert/index.d.ts +22 -22
- package/lib/ele-app/el.d.ts +2 -1
- package/lib/ele-app/index.d.ts +2 -2
- package/lib/ele-avatar-group/index.d.ts +26 -26
- package/lib/ele-bar-code/index.d.ts +6 -6
- package/lib/ele-basic-select/index.cjs +7 -1
- package/lib/ele-basic-select/index.d.ts +31 -31
- package/lib/ele-basic-select/props.d.ts +1 -1
- package/lib/ele-bottom-bar/index.d.ts +5 -5
- package/lib/ele-breadcrumb/index.d.ts +8 -8
- package/lib/ele-breadcrumb/props.d.ts +1 -1
- package/lib/ele-card/index.d.ts +11 -11
- package/lib/ele-check-card/components/card-item.d.ts +3 -3
- package/lib/ele-check-card/index.d.ts +12 -12
- package/lib/ele-config-provider/components/receiver-view.d.ts +2 -2
- package/lib/ele-config-provider/index.d.ts +6 -6
- package/lib/ele-config-provider/receiver.cjs +3 -7
- package/lib/ele-config-provider/receiver.d.ts +1 -1
- package/lib/ele-config-provider/types.d.ts +2 -18
- package/lib/ele-copyable/index.d.ts +28 -28
- package/lib/ele-count-up/index.d.ts +6 -6
- package/lib/ele-cropper/components/cropper-preview.d.ts +2 -2
- package/lib/ele-cropper/components/cropper-tools.d.ts +8 -8
- package/lib/ele-cropper/index.d.ts +11 -11
- package/lib/ele-cropper-modal/index.cjs +1 -1
- package/lib/ele-cropper-modal/index.d.ts +13 -13
- package/lib/ele-dashboard/index.d.ts +4 -4
- package/lib/ele-data-table/index.d.ts +56 -56
- package/lib/ele-dot/index.d.ts +3 -3
- package/lib/ele-drawer/index.cjs +105 -111
- package/lib/ele-drawer/index.d.ts +72 -69
- package/lib/ele-drawer/props.d.ts +1 -1
- package/lib/ele-drawer/style/index.scss +48 -105
- package/lib/ele-dropdown/index.d.ts +62 -62
- package/lib/ele-dropdown/props.d.ts +4 -4
- package/lib/ele-edit-tag/index.cjs +1 -1
- package/lib/ele-edit-tag/index.d.ts +30 -30
- package/lib/ele-ellipsis/index.d.ts +19 -19
- package/lib/ele-file-list/components/file-grid-item.cjs +1 -1
- package/lib/ele-file-list/components/file-grid-item.d.ts +7 -7
- package/lib/ele-file-list/components/file-grid.d.ts +4 -4
- package/lib/ele-file-list/components/file-sort.d.ts +1 -1
- package/lib/ele-file-list/components/file-table-item.cjs +1 -1
- package/lib/ele-file-list/components/file-table-item.d.ts +7 -7
- package/lib/ele-file-list/components/file-table.d.ts +4 -4
- package/lib/ele-file-list/index.d.ts +32 -32
- package/lib/ele-file-list-tool/index.d.ts +2 -2
- package/lib/ele-icon-select/components/icon-grid.cjs +1 -1
- package/lib/ele-icon-select/components/icon-grid.d.ts +11 -11
- package/lib/ele-icon-select/index.d.ts +45 -45
- package/lib/ele-icon-select/props.d.ts +1 -1
- package/lib/ele-loading/index.cjs +9 -15
- package/lib/ele-loading/index.d.ts +11 -15
- package/lib/ele-map-picker/components/map-view.cjs +1 -1
- package/lib/ele-map-picker/components/map-view.d.ts +25 -25
- package/lib/ele-map-picker/index.cjs +1 -1
- package/lib/ele-map-picker/index.d.ts +21 -21
- package/lib/ele-menus/index.cjs +1 -1
- package/lib/ele-menus/index.d.ts +56 -58
- package/lib/ele-menus/props.cjs +1 -3
- package/lib/ele-menus/props.d.ts +2 -4
- package/lib/ele-menus/style/css-var.scss +1 -5
- package/lib/ele-modal/index.cjs +176 -198
- package/lib/ele-modal/index.d.ts +73 -67
- package/lib/ele-modal/props.cjs +2 -0
- package/lib/ele-modal/props.d.ts +3 -1
- package/lib/ele-modal/style/index.scss +85 -146
- package/lib/ele-modal/util.cjs +53 -179
- package/lib/ele-modal/util.d.ts +18 -44
- package/lib/ele-page/index.d.ts +1 -1
- package/lib/ele-pagination/index.cjs +4 -1
- package/lib/ele-pagination/index.d.ts +39 -30
- package/lib/ele-pagination/props.cjs +5 -0
- package/lib/ele-pagination/props.d.ts +7 -2
- package/lib/ele-popconfirm/index.cjs +5 -27
- package/lib/ele-popconfirm/index.d.ts +86 -86
- package/lib/ele-popconfirm/props.d.ts +5 -5
- package/lib/ele-popover/index.cjs +5 -13
- package/lib/ele-popover/index.d.ts +67 -67
- package/lib/ele-popover/props.d.ts +4 -4
- package/lib/ele-printer/index.d.ts +17 -17
- 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 +81 -26
- package/lib/ele-pro-layout/components/pro-iframe.cjs +30 -40
- package/lib/ele-pro-layout/components/pro-iframe.d.ts +3 -4
- package/lib/ele-pro-layout/components/pro-sidebar.cjs +2 -5
- package/lib/ele-pro-layout/components/pro-sidebar.d.ts +9 -14
- package/lib/ele-pro-layout/components/pro-sidebox.cjs +2 -5
- package/lib/ele-pro-layout/components/pro-sidebox.d.ts +11 -16
- package/lib/ele-pro-layout/components/pro-tabs.d.ts +6 -6
- 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 +3 -3
- package/lib/ele-pro-layout/index.cjs +61 -46
- package/lib/ele-pro-layout/index.d.ts +93 -94
- package/lib/ele-pro-layout/props.cjs +2 -4
- package/lib/ele-pro-layout/props.d.ts +4 -7
- 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 +1 -1
- package/lib/ele-pro-layout/util.cjs +2 -3
- package/lib/ele-pro-layout/util.d.ts +1 -2
- package/lib/ele-pro-table/components/table-tools.d.ts +17 -17
- package/lib/ele-pro-table/components/tool-column-list.d.ts +2 -2
- package/lib/ele-pro-table/components/tool-column.d.ts +9 -9
- package/lib/ele-pro-table/components/tool-export.d.ts +15 -292
- package/lib/ele-pro-table/components/tool-print-body-cell.d.ts +8 -8
- package/lib/ele-pro-table/components/tool-print-header-cell.d.ts +8 -8
- package/lib/ele-pro-table/components/tool-print.cjs +0 -3
- package/lib/ele-pro-table/components/tool-print.d.ts +23 -736
- package/lib/ele-pro-table/index.cjs +30 -24
- package/lib/ele-pro-table/index.d.ts +124 -126
- package/lib/ele-pro-table/props.d.ts +16 -16
- package/lib/ele-pro-table/types.d.ts +11 -0
- package/lib/ele-pro-table/util.cjs +18 -15
- package/lib/ele-pro-table/util.d.ts +11 -15
- package/lib/ele-qr-code/index.d.ts +13 -13
- package/lib/ele-qr-code-svg/index.d.ts +17 -17
- package/lib/ele-segmented/index.d.ts +7 -7
- package/lib/ele-split-panel/index.d.ts +15 -15
- package/lib/ele-steps/index.d.ts +32 -32
- package/lib/ele-tab-tool/index.d.ts +1 -1
- package/lib/ele-tab-wrap/index.cjs +2 -1
- package/lib/ele-tab-wrap/index.d.ts +5 -5
- package/lib/ele-table/index.d.ts +3 -3
- package/lib/ele-table/props.d.ts +1 -1
- package/lib/ele-table-select/index.cjs +29 -27
- package/lib/ele-table-select/index.d.ts +41 -40
- package/lib/ele-table-select/props.d.ts +1 -1
- package/lib/ele-tabs/components/tab-title.d.ts +3 -3
- package/lib/ele-tabs/index.cjs +1 -0
- package/lib/ele-tabs/index.d.ts +31 -31
- package/lib/ele-tabs/props.d.ts +4 -4
- 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 +11 -11
- package/lib/ele-tool/index.d.ts +6 -6
- package/lib/ele-tool/props.d.ts +1 -1
- package/lib/ele-toolbar/index.d.ts +14 -14
- package/lib/ele-tooltip/index.cjs +3 -0
- package/lib/ele-tooltip/index.d.ts +56 -56
- package/lib/ele-tooltip/props.cjs +2 -0
- package/lib/ele-tooltip/props.d.ts +8 -3
- package/lib/ele-tour/index.d.ts +10 -10
- package/lib/ele-tree-select/index.d.ts +31 -31
- package/lib/ele-tree-select/props.d.ts +1 -1
- package/lib/ele-upload-list/components/list-item.d.ts +2 -2
- package/lib/ele-upload-list/index.d.ts +22 -22
- package/lib/ele-virtual-table/components/body-cell.d.ts +16 -16
- package/lib/ele-virtual-table/components/body-row.d.ts +17 -17
- package/lib/ele-virtual-table/components/cell-checkbox.d.ts +2 -2
- package/lib/ele-virtual-table/components/cell-filter.d.ts +13 -13
- package/lib/ele-virtual-table/components/expand-row.d.ts +1 -1
- package/lib/ele-virtual-table/components/footer-row.d.ts +5 -5
- package/lib/ele-virtual-table/components/header-cell.d.ts +11 -11
- package/lib/ele-virtual-table/components/header-row.d.ts +7 -7
- package/lib/ele-virtual-table/index.d.ts +71 -71
- package/lib/ele-virtual-table/props.d.ts +21 -21
- package/lib/ele-virtual-table/style/index.scss +1 -1
- package/lib/ele-virtual-table/util.d.ts +1 -1
- package/lib/ele-watermark/index.d.ts +12 -12
- package/lib/ele-xg-player/index.d.ts +6 -6
- 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.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/style/nprogress.scss +1 -0
- package/lib/style/themes/dark.scss +9 -15
- package/lib/style/themes/default.scss +56 -80
- package/lib/style/themes/rounded.scss +16 -30
- package/lib/utils/menu-util.cjs +1 -4
- package/package.json +15 -15
package/es/ele-steps/index.d.ts
CHANGED
|
@@ -1,66 +1,66 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<{
|
|
2
2
|
items: {
|
|
3
|
-
type: import(
|
|
3
|
+
type: import('vue').PropType<import('./types').StepItem[]>;
|
|
4
4
|
required: boolean;
|
|
5
5
|
};
|
|
6
|
-
type: import(
|
|
7
|
-
space: import(
|
|
8
|
-
active: import(
|
|
9
|
-
direction: import(
|
|
6
|
+
type: import('vue').PropType<import('./types').StepType>;
|
|
7
|
+
space: import('element-plus/es/utils/index').EpPropFinalized<readonly [NumberConstructor, StringConstructor], unknown, unknown, "", boolean>;
|
|
8
|
+
active: import('element-plus/es/utils/index').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
9
|
+
direction: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, "horizontal" | "vertical", unknown, "horizontal", boolean>;
|
|
10
10
|
alignCenter: {
|
|
11
|
-
readonly type: import(
|
|
11
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<BooleanConstructor, unknown, unknown>>;
|
|
12
12
|
readonly required: false;
|
|
13
13
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
14
14
|
__epPropKey: true;
|
|
15
15
|
};
|
|
16
16
|
simple: {
|
|
17
|
-
readonly type: import(
|
|
17
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<BooleanConstructor, unknown, unknown>>;
|
|
18
18
|
readonly required: false;
|
|
19
19
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
20
20
|
__epPropKey: true;
|
|
21
21
|
};
|
|
22
|
-
finishStatus: import(
|
|
23
|
-
processStatus: import(
|
|
22
|
+
finishStatus: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, "success" | "error" | "wait" | "finish" | "process", unknown, "finish", boolean>;
|
|
23
|
+
processStatus: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, "success" | "error" | "wait" | "finish" | "process", unknown, "process", boolean>;
|
|
24
24
|
}, {
|
|
25
|
-
rootProps: import(
|
|
26
|
-
readonly direction: import(
|
|
27
|
-
readonly space: import(
|
|
25
|
+
rootProps: import('vue').ComputedRef<Omit<import('@vue/shared').LooseRequired<{
|
|
26
|
+
readonly direction: import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "horizontal" | "vertical", unknown>;
|
|
27
|
+
readonly space: import('element-plus/es/utils/index').EpPropMergeType<readonly [NumberConstructor, StringConstructor], unknown, unknown>;
|
|
28
28
|
readonly active: number;
|
|
29
|
-
readonly finishStatus: import(
|
|
30
|
-
readonly processStatus: import(
|
|
31
|
-
readonly type?: import(
|
|
32
|
-
readonly alignCenter?: import(
|
|
33
|
-
readonly items?: import(
|
|
34
|
-
readonly simple?: import(
|
|
29
|
+
readonly finishStatus: import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "success" | "error" | "wait" | "finish" | "process", unknown>;
|
|
30
|
+
readonly processStatus: import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "success" | "error" | "wait" | "finish" | "process", unknown>;
|
|
31
|
+
readonly type?: import('./types').StepType | undefined;
|
|
32
|
+
readonly alignCenter?: import('element-plus/es/utils/index').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
33
|
+
readonly items?: import('./types').StepItem[] | undefined;
|
|
34
|
+
readonly simple?: import('element-plus/es/utils/index').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
35
35
|
} & {}>, "type" | "items">>;
|
|
36
|
-
}, unknown, {}, {}, import(
|
|
36
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
37
37
|
items: {
|
|
38
|
-
type: import(
|
|
38
|
+
type: import('vue').PropType<import('./types').StepItem[]>;
|
|
39
39
|
required: boolean;
|
|
40
40
|
};
|
|
41
|
-
type: import(
|
|
42
|
-
space: import(
|
|
43
|
-
active: import(
|
|
44
|
-
direction: import(
|
|
41
|
+
type: import('vue').PropType<import('./types').StepType>;
|
|
42
|
+
space: import('element-plus/es/utils/index').EpPropFinalized<readonly [NumberConstructor, StringConstructor], unknown, unknown, "", boolean>;
|
|
43
|
+
active: import('element-plus/es/utils/index').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
44
|
+
direction: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, "horizontal" | "vertical", unknown, "horizontal", boolean>;
|
|
45
45
|
alignCenter: {
|
|
46
|
-
readonly type: import(
|
|
46
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<BooleanConstructor, unknown, unknown>>;
|
|
47
47
|
readonly required: false;
|
|
48
48
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
49
49
|
__epPropKey: true;
|
|
50
50
|
};
|
|
51
51
|
simple: {
|
|
52
|
-
readonly type: import(
|
|
52
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<BooleanConstructor, unknown, unknown>>;
|
|
53
53
|
readonly required: false;
|
|
54
54
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
55
55
|
__epPropKey: true;
|
|
56
56
|
};
|
|
57
|
-
finishStatus: import(
|
|
58
|
-
processStatus: import(
|
|
57
|
+
finishStatus: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, "success" | "error" | "wait" | "finish" | "process", unknown, "finish", boolean>;
|
|
58
|
+
processStatus: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, "success" | "error" | "wait" | "finish" | "process", unknown, "process", boolean>;
|
|
59
59
|
}>>, {
|
|
60
|
-
direction: import(
|
|
61
|
-
space: import(
|
|
60
|
+
direction: import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "horizontal" | "vertical", unknown>;
|
|
61
|
+
space: import('element-plus/es/utils/index').EpPropMergeType<readonly [NumberConstructor, StringConstructor], unknown, unknown>;
|
|
62
62
|
active: number;
|
|
63
|
-
finishStatus: import(
|
|
64
|
-
processStatus: import(
|
|
63
|
+
finishStatus: import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "success" | "error" | "wait" | "finish" | "process", unknown>;
|
|
64
|
+
processStatus: import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "success" | "error" | "wait" | "finish" | "process", unknown>;
|
|
65
65
|
}, {}>;
|
|
66
66
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<{
|
|
2
2
|
tab: BooleanConstructor;
|
|
3
3
|
active: BooleanConstructor;
|
|
4
|
-
}, unknown, unknown, {}, {}, import(
|
|
4
|
+
}, unknown, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
5
5
|
tab: BooleanConstructor;
|
|
6
6
|
active: BooleanConstructor;
|
|
7
7
|
}>>, {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<{
|
|
2
|
-
size: import(
|
|
3
|
-
type: import(
|
|
4
|
-
}, unknown, unknown, {}, {}, import(
|
|
5
|
-
size: import(
|
|
6
|
-
type: import(
|
|
2
|
+
size: import('vue').PropType<import('../ele-tabs/types').TabSize>;
|
|
3
|
+
type: import('vue').PropType<import('../ele-tabs/types').TabType>;
|
|
4
|
+
}, unknown, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
5
|
+
size: import('vue').PropType<import('../ele-tabs/types').TabSize>;
|
|
6
|
+
type: import('vue').PropType<import('../ele-tabs/types').TabType>;
|
|
7
7
|
}>>, {}, {}>;
|
|
8
8
|
export default _default;
|
package/es/ele-tab-wrap/index.js
CHANGED
|
@@ -19,7 +19,8 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19
19
|
{ "is-large": _ctx.size === "large" },
|
|
20
20
|
{ "is-simple": _ctx.type === "simple" },
|
|
21
21
|
{ "is-indicator": _ctx.type === "indicator" },
|
|
22
|
-
{ "is-button": _ctx.type === "button" }
|
|
22
|
+
{ "is-button": _ctx.type === "button" },
|
|
23
|
+
{ "is-tag": _ctx.type === "tag" }
|
|
23
24
|
])
|
|
24
25
|
}, [
|
|
25
26
|
renderSlot(_ctx.$slots, "default")
|
package/es/ele-table/index.d.ts
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<{
|
|
2
2
|
stripe: BooleanConstructor;
|
|
3
3
|
border: BooleanConstructor;
|
|
4
|
-
size: import(
|
|
4
|
+
size: import('vue').PropType<"" | "small" | "default" | "large" | undefined>;
|
|
5
5
|
hasHeader: {
|
|
6
6
|
type: BooleanConstructor;
|
|
7
7
|
default: boolean;
|
|
8
8
|
};
|
|
9
9
|
hasFooter: BooleanConstructor;
|
|
10
10
|
printSkin: BooleanConstructor;
|
|
11
|
-
}, unknown, unknown, {}, {}, import(
|
|
11
|
+
}, unknown, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
12
12
|
stripe: BooleanConstructor;
|
|
13
13
|
border: BooleanConstructor;
|
|
14
|
-
size: import(
|
|
14
|
+
size: import('vue').PropType<"" | "small" | "default" | "large" | undefined>;
|
|
15
15
|
hasHeader: {
|
|
16
16
|
type: BooleanConstructor;
|
|
17
17
|
default: boolean;
|
package/es/ele-table/props.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ export declare const tableProps: {
|
|
|
9
9
|
/** 是否带有纵向边框 */
|
|
10
10
|
border: BooleanConstructor;
|
|
11
11
|
/** 尺寸 */
|
|
12
|
-
size: PropType<"" | "
|
|
12
|
+
size: PropType<"" | "small" | "default" | "large" | undefined>;
|
|
13
13
|
/** 是否有表头 */
|
|
14
14
|
hasHeader: {
|
|
15
15
|
type: BooleanConstructor;
|
|
@@ -1,16 +1,15 @@
|
|
|
1
|
-
import { DataKey, DataItem
|
|
2
|
-
import { DoneParams } from '../ele-pro-table/types';
|
|
1
|
+
import { DataKey, DataItem } from '../ele-data-table/types';
|
|
3
2
|
import { SingleValue, SelectValue, SelectedItem } from '../ele-basic-select/types';
|
|
4
3
|
import { EleBasicSelectInstance, EleProTableInstance } from '../ele-app/plus';
|
|
5
4
|
|
|
6
5
|
declare const _default: import('vue').DefineComponent<{
|
|
7
6
|
modelValue: {
|
|
8
|
-
type: import(
|
|
7
|
+
type: import('vue').PropType<SelectValue>;
|
|
9
8
|
default: () => null;
|
|
10
9
|
};
|
|
11
10
|
multiple: BooleanConstructor;
|
|
12
11
|
disabled: BooleanConstructor;
|
|
13
|
-
size: import(
|
|
12
|
+
size: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never> | undefined>;
|
|
14
13
|
clearable: BooleanConstructor;
|
|
15
14
|
placeholder: StringConstructor;
|
|
16
15
|
valueKey: {
|
|
@@ -21,16 +20,16 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
21
20
|
type: StringConstructor;
|
|
22
21
|
default: string;
|
|
23
22
|
};
|
|
24
|
-
initValue: import(
|
|
25
|
-
cacheData: import(
|
|
23
|
+
initValue: import('vue').PropType<DataItem | DataItem[]>;
|
|
24
|
+
cacheData: import('vue').PropType<DataItem[]>; /** 表格组件 */
|
|
26
25
|
tableProps: {
|
|
27
|
-
type: import(
|
|
26
|
+
type: import('vue').PropType<import('../ele-app/plus').EleProTableProps>; /** 下拉框是否显示 */
|
|
28
27
|
required: boolean;
|
|
29
28
|
};
|
|
30
|
-
maxTagCount: NumberConstructor; /**
|
|
29
|
+
maxTagCount: NumberConstructor; /** 选中的标签 */
|
|
31
30
|
maxTagTextLength: NumberConstructor;
|
|
32
31
|
tagType: {
|
|
33
|
-
type: import(
|
|
32
|
+
type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown> | undefined>;
|
|
34
33
|
default: string;
|
|
35
34
|
};
|
|
36
35
|
automaticDropdown: BooleanConstructor;
|
|
@@ -44,36 +43,36 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
44
43
|
default: boolean;
|
|
45
44
|
};
|
|
46
45
|
placement: {
|
|
47
|
-
type: import(
|
|
46
|
+
type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, import('element-plus').Placement, unknown> | undefined>;
|
|
48
47
|
default: string;
|
|
49
48
|
};
|
|
50
49
|
transition: {
|
|
51
50
|
type: StringConstructor;
|
|
52
51
|
default: string;
|
|
53
52
|
};
|
|
54
|
-
popperOptions: import(
|
|
53
|
+
popperOptions: import('vue').PropType<Partial<import('element-plus').Options> | undefined>;
|
|
55
54
|
popperClass: StringConstructor;
|
|
56
55
|
popperWidth: (StringConstructor | NumberConstructor)[];
|
|
57
|
-
selectStyle: import(
|
|
58
|
-
inputStyle: import(
|
|
56
|
+
selectStyle: import('vue').PropType<Partial<import('vue').CSSProperties>>;
|
|
57
|
+
inputStyle: import('vue').PropType<Partial<import('vue').CSSProperties>>;
|
|
59
58
|
responsive: {
|
|
60
59
|
type: BooleanConstructor;
|
|
61
60
|
default: null;
|
|
62
61
|
};
|
|
63
62
|
}, {
|
|
64
|
-
selectRef: import(
|
|
65
|
-
tableRef: import(
|
|
66
|
-
selectVisible: import(
|
|
67
|
-
selectedItems: import(
|
|
63
|
+
selectRef: import('vue').Ref<EleBasicSelectInstance>;
|
|
64
|
+
tableRef: import('vue').Ref<EleProTableInstance>;
|
|
65
|
+
selectVisible: import('vue').Ref<boolean>;
|
|
66
|
+
selectedItems: import('vue').Ref<{
|
|
68
67
|
label: string;
|
|
69
68
|
value: SingleValue;
|
|
70
69
|
hide?: boolean | undefined;
|
|
71
70
|
index?: number | undefined;
|
|
72
71
|
}[]>;
|
|
73
|
-
selectedLabel: import(
|
|
74
|
-
currentRowKey: import(
|
|
75
|
-
selectedRowKeys: import(
|
|
76
|
-
selectPopperClass: import(
|
|
72
|
+
selectedLabel: import('vue').ComputedRef<string>;
|
|
73
|
+
currentRowKey: import('vue').ComputedRef<DataKey | undefined>;
|
|
74
|
+
selectedRowKeys: import('vue').ComputedRef<DataKey[] | undefined>;
|
|
75
|
+
selectPopperClass: import('vue').ComputedRef<string>;
|
|
77
76
|
updatePopover: () => void;
|
|
78
77
|
updateSelectedItems: (force?: boolean) => void;
|
|
79
78
|
focusSearchInput: () => void;
|
|
@@ -85,11 +84,13 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
85
84
|
onSelectFilter: (keywords: string) => void;
|
|
86
85
|
updateSelectedRowKeys: (rowKeys: DataKey[]) => void;
|
|
87
86
|
updateCurrentRowKey: (rowKey?: DataKey) => void;
|
|
88
|
-
onTableCurrentChange: (row?: DataItem | null
|
|
89
|
-
onTableSelectionChange: (
|
|
90
|
-
onTableRowClick: (row: DataItem
|
|
91
|
-
|
|
92
|
-
|
|
87
|
+
onTableCurrentChange: (row?: DataItem | null) => void;
|
|
88
|
+
onTableSelectionChange: () => void;
|
|
89
|
+
onTableRowClick: (row: DataItem) => void;
|
|
90
|
+
onTableSelect: (selection: DataItem[]) => void;
|
|
91
|
+
onTableSelectAll: (selection: DataItem[]) => void;
|
|
92
|
+
onTableDone: () => void;
|
|
93
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
93
94
|
'update:modelValue': (_value: SelectValue) => boolean;
|
|
94
95
|
change: (_value: SelectValue) => boolean;
|
|
95
96
|
visibleChange: (_visible: boolean) => boolean;
|
|
@@ -99,14 +100,14 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
99
100
|
blur: (_e: FocusEvent) => boolean;
|
|
100
101
|
select: (_item: DataItem | DataItem[]) => boolean;
|
|
101
102
|
filterChange: (_value: string) => boolean;
|
|
102
|
-
}, string, import(
|
|
103
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
103
104
|
modelValue: {
|
|
104
|
-
type: import(
|
|
105
|
+
type: import('vue').PropType<SelectValue>;
|
|
105
106
|
default: () => null;
|
|
106
107
|
};
|
|
107
108
|
multiple: BooleanConstructor;
|
|
108
109
|
disabled: BooleanConstructor;
|
|
109
|
-
size: import(
|
|
110
|
+
size: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never> | undefined>;
|
|
110
111
|
clearable: BooleanConstructor;
|
|
111
112
|
placeholder: StringConstructor;
|
|
112
113
|
valueKey: {
|
|
@@ -117,16 +118,16 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
117
118
|
type: StringConstructor;
|
|
118
119
|
default: string;
|
|
119
120
|
};
|
|
120
|
-
initValue: import(
|
|
121
|
-
cacheData: import(
|
|
121
|
+
initValue: import('vue').PropType<DataItem | DataItem[]>;
|
|
122
|
+
cacheData: import('vue').PropType<DataItem[]>; /** 表格组件 */
|
|
122
123
|
tableProps: {
|
|
123
|
-
type: import(
|
|
124
|
+
type: import('vue').PropType<import('../ele-app/plus').EleProTableProps>; /** 下拉框是否显示 */
|
|
124
125
|
required: boolean;
|
|
125
126
|
};
|
|
126
|
-
maxTagCount: NumberConstructor; /**
|
|
127
|
+
maxTagCount: NumberConstructor; /** 选中的标签 */
|
|
127
128
|
maxTagTextLength: NumberConstructor;
|
|
128
129
|
tagType: {
|
|
129
|
-
type: import(
|
|
130
|
+
type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown> | undefined>;
|
|
130
131
|
default: string;
|
|
131
132
|
};
|
|
132
133
|
automaticDropdown: BooleanConstructor;
|
|
@@ -140,18 +141,18 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
140
141
|
default: boolean;
|
|
141
142
|
};
|
|
142
143
|
placement: {
|
|
143
|
-
type: import(
|
|
144
|
+
type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, import('element-plus').Placement, unknown> | undefined>;
|
|
144
145
|
default: string;
|
|
145
146
|
};
|
|
146
147
|
transition: {
|
|
147
148
|
type: StringConstructor;
|
|
148
149
|
default: string;
|
|
149
150
|
};
|
|
150
|
-
popperOptions: import(
|
|
151
|
+
popperOptions: import('vue').PropType<Partial<import('element-plus').Options> | undefined>;
|
|
151
152
|
popperClass: StringConstructor;
|
|
152
153
|
popperWidth: (StringConstructor | NumberConstructor)[];
|
|
153
|
-
selectStyle: import(
|
|
154
|
-
inputStyle: import(
|
|
154
|
+
selectStyle: import('vue').PropType<Partial<import('vue').CSSProperties>>;
|
|
155
|
+
inputStyle: import('vue').PropType<Partial<import('vue').CSSProperties>>;
|
|
155
156
|
responsive: {
|
|
156
157
|
type: BooleanConstructor;
|
|
157
158
|
default: null;
|
|
@@ -167,7 +168,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
167
168
|
onRemoveTag?: ((_value: SingleValue) => any) | undefined;
|
|
168
169
|
onFilterChange?: ((_value: string) => any) | undefined;
|
|
169
170
|
}, {
|
|
170
|
-
placement: import(
|
|
171
|
+
placement: import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, import('element-plus').Placement, unknown> | undefined;
|
|
171
172
|
disabled: boolean;
|
|
172
173
|
teleported: boolean;
|
|
173
174
|
modelValue: SelectValue;
|
|
@@ -176,7 +177,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
176
177
|
transition: string;
|
|
177
178
|
valueKey: string;
|
|
178
179
|
filterable: boolean;
|
|
179
|
-
tagType: import(
|
|
180
|
+
tagType: import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown> | undefined;
|
|
180
181
|
multiple: boolean;
|
|
181
182
|
responsive: boolean;
|
|
182
183
|
automaticDropdown: boolean;
|
|
@@ -131,7 +131,8 @@ const _sfc_main = defineComponent({
|
|
|
131
131
|
}
|
|
132
132
|
if (force || !d || d.value !== value) {
|
|
133
133
|
const temp = tableRef.value ? tableRef.value.getCurrentRow() : null;
|
|
134
|
-
const
|
|
134
|
+
const t = temp && temp[props.valueKey] === value ? temp : void 0;
|
|
135
|
+
const item = t || getItemByValue(value);
|
|
135
136
|
const label = item ? item[props.labelKey] : String(value);
|
|
136
137
|
selectedItems.value = [{ label, value }];
|
|
137
138
|
}
|
|
@@ -228,39 +229,35 @@ const _sfc_main = defineComponent({
|
|
|
228
229
|
updateModelValue(rowKey);
|
|
229
230
|
}
|
|
230
231
|
};
|
|
231
|
-
const onTableCurrentChange = (row
|
|
232
|
+
const onTableCurrentChange = (row) => {
|
|
232
233
|
if (!props.multiple && row != null) {
|
|
233
234
|
updateSelectedItems(true);
|
|
234
|
-
emit("select", row);
|
|
235
|
-
}
|
|
236
|
-
if (props.tableProps != null && typeof props.tableProps.onCurrentChange === "function") {
|
|
237
|
-
props.tableProps.onCurrentChange(row, old);
|
|
238
235
|
}
|
|
239
236
|
};
|
|
240
|
-
const onTableSelectionChange = (
|
|
237
|
+
const onTableSelectionChange = () => {
|
|
241
238
|
if (props.multiple) {
|
|
242
239
|
updateSelectedItems(true);
|
|
243
|
-
emit("select", selection);
|
|
244
|
-
}
|
|
245
|
-
if (props.tableProps != null && typeof props.tableProps.onSelectionChange === "function") {
|
|
246
|
-
props.tableProps.onSelectionChange(selection);
|
|
247
240
|
}
|
|
248
241
|
};
|
|
249
|
-
const onTableRowClick = (row
|
|
242
|
+
const onTableRowClick = (row) => {
|
|
243
|
+
var _a;
|
|
250
244
|
if (!props.multiple) {
|
|
251
245
|
updateVisible(false);
|
|
246
|
+
emit("select", row);
|
|
247
|
+
} else if (((_a = props.tableProps) == null ? void 0 : _a.rowClickChecked) && tableRef.value) {
|
|
248
|
+
emit("select", tableRef.value.getSelectionRows() || []);
|
|
252
249
|
}
|
|
253
|
-
if (props.tableProps != null && typeof props.tableProps.onRowClick === "function") {
|
|
254
|
-
props.tableProps.onRowClick(row, column, e);
|
|
255
|
-
}
|
|
256
250
|
};
|
|
257
|
-
const
|
|
251
|
+
const onTableSelect = (selection) => {
|
|
252
|
+
emit("select", selection);
|
|
253
|
+
};
|
|
254
|
+
const onTableSelectAll = (selection) => {
|
|
255
|
+
emit("select", selection);
|
|
256
|
+
};
|
|
257
|
+
const onTableDone = () => {
|
|
258
258
|
nextTick(() => {
|
|
259
259
|
updatePopover();
|
|
260
260
|
});
|
|
261
|
-
if (props.tableProps != null && typeof props.tableProps.onDone === "function") {
|
|
262
|
-
props.tableProps.onDone(result, parent);
|
|
263
|
-
}
|
|
264
261
|
};
|
|
265
262
|
watch(
|
|
266
263
|
() => props.modelValue,
|
|
@@ -322,6 +319,8 @@ const _sfc_main = defineComponent({
|
|
|
322
319
|
onTableCurrentChange,
|
|
323
320
|
onTableSelectionChange,
|
|
324
321
|
onTableRowClick,
|
|
322
|
+
onTableSelect,
|
|
323
|
+
onTableSelectAll,
|
|
325
324
|
onTableDone
|
|
326
325
|
};
|
|
327
326
|
}
|
|
@@ -370,19 +369,22 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
370
369
|
}, createSlots({
|
|
371
370
|
default: withCtx(() => [
|
|
372
371
|
renderSlot(_ctx.$slots, "topExtra"),
|
|
373
|
-
createVNode(_component_EleProTable, mergeProps(
|
|
374
|
-
ref: "tableRef",
|
|
375
|
-
rowKey: _ctx.valueKey,
|
|
376
|
-
reserveCurrent: true,
|
|
377
|
-
highlightCurrentRow: !_ctx.multiple,
|
|
378
|
-
currentRowKey: _ctx.currentRowKey,
|
|
379
|
-
selectedRowKeys: _ctx.selectedRowKeys,
|
|
372
|
+
createVNode(_component_EleProTable, mergeProps({
|
|
380
373
|
"onUpdate:selectedRowKeys": _ctx.updateSelectedRowKeys,
|
|
381
374
|
"onUpdate:currentRowKey": _ctx.updateCurrentRowKey,
|
|
382
375
|
onSelectionChange: _ctx.onTableSelectionChange,
|
|
383
376
|
onCurrentChange: _ctx.onTableCurrentChange,
|
|
384
377
|
onRowClick: _ctx.onTableRowClick,
|
|
378
|
+
onSelect: _ctx.onTableSelect,
|
|
379
|
+
onSelectAll: _ctx.onTableSelectAll,
|
|
385
380
|
onDone: _ctx.onTableDone
|
|
381
|
+
}, _ctx.tableProps || {}, {
|
|
382
|
+
ref: "tableRef",
|
|
383
|
+
rowKey: _ctx.valueKey,
|
|
384
|
+
reserveCurrent: true,
|
|
385
|
+
highlightCurrentRow: !_ctx.multiple,
|
|
386
|
+
currentRowKey: _ctx.currentRowKey,
|
|
387
|
+
selectedRowKeys: _ctx.selectedRowKeys
|
|
386
388
|
}), createSlots({ _: 2 }, [
|
|
387
389
|
renderList(Object.keys(_ctx.$slots).filter(
|
|
388
390
|
(k) => !["topExtra", "bottomExtra", "maxTagPlaceholder"].includes(k)
|
|
@@ -394,7 +396,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
394
396
|
])
|
|
395
397
|
};
|
|
396
398
|
})
|
|
397
|
-
]), 1040, ["
|
|
399
|
+
]), 1040, ["onUpdate:selectedRowKeys", "onUpdate:currentRowKey", "onSelectionChange", "onCurrentChange", "onRowClick", "onSelect", "onSelectAll", "onDone", "rowKey", "highlightCurrentRow", "currentRowKey", "selectedRowKeys"]),
|
|
398
400
|
renderSlot(_ctx.$slots, "bottomExtra")
|
|
399
401
|
]),
|
|
400
402
|
_: 2
|
|
@@ -66,7 +66,7 @@ export declare const tableSelectProps: {
|
|
|
66
66
|
};
|
|
67
67
|
/** 下拉框位置 */
|
|
68
68
|
placement: {
|
|
69
|
-
type: PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, import(
|
|
69
|
+
type: PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, import('element-plus').Placement, unknown> | undefined>;
|
|
70
70
|
default: string;
|
|
71
71
|
};
|
|
72
72
|
/** 下拉框渐变动画 */
|
|
@@ -19,15 +19,15 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
19
19
|
/** 是否自己处理页签点击事件 */
|
|
20
20
|
handleClick: BooleanConstructor;
|
|
21
21
|
}, {
|
|
22
|
-
dropdownRef: import(
|
|
22
|
+
dropdownRef: import('vue').Ref<EleDropdownInstance>;
|
|
23
23
|
onContextMenu: (command: string) => void;
|
|
24
24
|
onContextVisible: (visible: boolean) => void;
|
|
25
25
|
onClick: (e: MouseEvent) => void;
|
|
26
|
-
}, unknown, {}, {}, import(
|
|
26
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
27
27
|
itemClick: (_opt: TabEventOption) => true;
|
|
28
28
|
contextMenu: (_option: TabEventOption) => true;
|
|
29
29
|
contextOpen: (_ref: EleDropdownInstance) => true;
|
|
30
|
-
}, string, import(
|
|
30
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
31
31
|
/** 当前选中页签 */
|
|
32
32
|
active: (StringConstructor | NumberConstructor)[];
|
|
33
33
|
/** 页签标识 */
|