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
|
@@ -11,11 +11,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
11
11
|
default: null;
|
|
12
12
|
};
|
|
13
13
|
rowKey: {
|
|
14
|
-
type: import(
|
|
14
|
+
type: import('vue').PropType<string | ((row: DataItem) => string) | undefined>;
|
|
15
15
|
required: boolean;
|
|
16
16
|
};
|
|
17
17
|
columns: {
|
|
18
|
-
type: import(
|
|
18
|
+
type: import('vue').PropType<Columns>;
|
|
19
19
|
required: boolean;
|
|
20
20
|
};
|
|
21
21
|
pageIndex: NumberConstructor;
|
|
@@ -34,15 +34,15 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
34
34
|
default: boolean;
|
|
35
35
|
};
|
|
36
36
|
emptyProps: {
|
|
37
|
-
type: import(
|
|
37
|
+
type: import('vue').PropType<import('./types').TableEmptyProps>;
|
|
38
38
|
default: () => null;
|
|
39
39
|
};
|
|
40
|
-
rowClickChecked: import(
|
|
40
|
+
rowClickChecked: import('vue').PropType<import('./types').RowClickChecked>; /** 表格列配置 */
|
|
41
41
|
reserveCurrent: BooleanConstructor;
|
|
42
|
-
selectedRowKeys: import(
|
|
43
|
-
cacheData: import(
|
|
42
|
+
selectedRowKeys: import('vue').PropType<DataKey[]>;
|
|
43
|
+
cacheData: import('vue').PropType<DataItem[]>;
|
|
44
44
|
size: {
|
|
45
|
-
readonly type: import(
|
|
45
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
46
46
|
readonly required: false;
|
|
47
47
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
48
48
|
__epPropKey: true;
|
|
@@ -59,12 +59,12 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
59
59
|
width: (StringConstructor | NumberConstructor)[];
|
|
60
60
|
lazy: BooleanConstructor;
|
|
61
61
|
data: {
|
|
62
|
-
type: import(
|
|
62
|
+
type: import('vue').PropType<any[]>;
|
|
63
63
|
default: () => never[];
|
|
64
64
|
};
|
|
65
65
|
height: (StringConstructor | NumberConstructor)[];
|
|
66
66
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
67
|
-
showOverflowTooltip: import(
|
|
67
|
+
showOverflowTooltip: import('vue').PropType<boolean | Partial<Pick<import('element-plus').ElTooltipProps, "offset" | "effect" | "placement" | "popperOptions" | "popperClass" | "showArrow" | "appendTo" | "transition" | "enterable" | "showAfter" | "hideAfter">> | undefined>;
|
|
68
68
|
emptyText: StringConstructor;
|
|
69
69
|
indent: {
|
|
70
70
|
type: NumberConstructor;
|
|
@@ -76,26 +76,26 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
76
76
|
};
|
|
77
77
|
showSummary: BooleanConstructor;
|
|
78
78
|
sumText: StringConstructor;
|
|
79
|
-
summaryMethod: import(
|
|
80
|
-
rowClassName: import(
|
|
81
|
-
rowStyle: import(
|
|
82
|
-
cellClassName: import(
|
|
83
|
-
cellStyle: import(
|
|
84
|
-
headerRowClassName: import(
|
|
85
|
-
headerRowStyle: import(
|
|
86
|
-
headerCellClassName: import(
|
|
87
|
-
headerCellStyle: import(
|
|
79
|
+
summaryMethod: import('vue').PropType<import('element-plus').SummaryMethod<any> | undefined>;
|
|
80
|
+
rowClassName: import('vue').PropType<import('element-plus').ColumnCls<any> | undefined>;
|
|
81
|
+
rowStyle: import('vue').PropType<import('element-plus').ColumnStyle<any> | undefined>;
|
|
82
|
+
cellClassName: import('vue').PropType<import('element-plus').CellCls<any> | undefined>;
|
|
83
|
+
cellStyle: import('vue').PropType<import('element-plus').CellStyle<any> | undefined>;
|
|
84
|
+
headerRowClassName: import('vue').PropType<import('element-plus').ColumnCls<any> | undefined>;
|
|
85
|
+
headerRowStyle: import('vue').PropType<import('element-plus').ColumnStyle<any> | undefined>;
|
|
86
|
+
headerCellClassName: import('vue').PropType<import('element-plus').CellCls<any> | undefined>;
|
|
87
|
+
headerCellStyle: import('vue').PropType<import('element-plus').CellStyle<any> | undefined>;
|
|
88
88
|
highlightCurrentRow: BooleanConstructor;
|
|
89
89
|
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
90
|
-
expandRowKeys: import(
|
|
90
|
+
expandRowKeys: import('vue').PropType<any[] | undefined>;
|
|
91
91
|
defaultExpandAll: BooleanConstructor;
|
|
92
|
-
defaultSort: import(
|
|
92
|
+
defaultSort: import('vue').PropType<import('element-plus').Sort | undefined>;
|
|
93
93
|
tooltipEffect: StringConstructor;
|
|
94
|
-
tooltipOptions: import(
|
|
95
|
-
spanMethod: import(
|
|
94
|
+
tooltipOptions: import('vue').PropType<Partial<Pick<import('element-plus').ElTooltipProps, "offset" | "effect" | "placement" | "popperOptions" | "popperClass" | "showArrow" | "appendTo" | "transition" | "enterable" | "showAfter" | "hideAfter">> | undefined>;
|
|
95
|
+
spanMethod: import('vue').PropType<((data: {
|
|
96
96
|
row: any;
|
|
97
97
|
rowIndex: number;
|
|
98
|
-
column: import(
|
|
98
|
+
column: import('element-plus').TableColumnCtx<any>;
|
|
99
99
|
columnIndex: number;
|
|
100
100
|
}) => number[] | {
|
|
101
101
|
rowspan: number;
|
|
@@ -106,7 +106,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
106
106
|
default: boolean;
|
|
107
107
|
};
|
|
108
108
|
treeProps: {
|
|
109
|
-
type: import(
|
|
109
|
+
type: import('vue').PropType<{
|
|
110
110
|
hasChildren?: string | undefined;
|
|
111
111
|
children?: string | undefined;
|
|
112
112
|
} | undefined>;
|
|
@@ -115,9 +115,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
115
115
|
children: string;
|
|
116
116
|
};
|
|
117
117
|
};
|
|
118
|
-
load: import(
|
|
118
|
+
load: import('vue').PropType<((row: any, treeNode: import('element-plus').TreeNode, resolve: (data: any[]) => void) => void) | undefined>;
|
|
119
119
|
tableLayout: {
|
|
120
|
-
type: import(
|
|
120
|
+
type: import('vue').PropType<"auto" | "fixed">;
|
|
121
121
|
default: string;
|
|
122
122
|
};
|
|
123
123
|
flexible: BooleanConstructor;
|
|
@@ -132,7 +132,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
132
132
|
setSelectedRowKeys: (keys?: DataKey[]) => void;
|
|
133
133
|
toggleRowExpansionAll: (expanded?: boolean) => void;
|
|
134
134
|
updateSelectedAndChecked: () => void;
|
|
135
|
-
tableRef: import(
|
|
135
|
+
tableRef: import('vue').Ref<ElTableInstance>;
|
|
136
136
|
getSelectionRows: () => DataItem[] | undefined;
|
|
137
137
|
toggleAllSelection: () => void;
|
|
138
138
|
toggleRowExpansion: (row: DataItem, expanded?: boolean | undefined) => void;
|
|
@@ -142,7 +142,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
142
142
|
scrollTo: (options: number | ScrollToOptions, yCoord?: number | undefined) => void;
|
|
143
143
|
setScrollTop: (top?: number | undefined) => void;
|
|
144
144
|
setScrollLeft: (left?: number | undefined) => void;
|
|
145
|
-
}, unknown, {}, {}, import(
|
|
145
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
146
146
|
select: (_selection: DataItem[], _row: DataItem) => boolean;
|
|
147
147
|
selectAll: (_selection: DataItem[]) => boolean;
|
|
148
148
|
selectionChange: (_selection: DataItem[]) => boolean;
|
|
@@ -163,7 +163,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
163
163
|
expandChange: (_row: DataItem, _expanded: boolean) => boolean;
|
|
164
164
|
'update:currentRowKey': (_currentRowKey?: DataKey | undefined) => boolean;
|
|
165
165
|
'update:selectedRowKeys': (_selectedRowKeys?: DataKey[] | undefined) => boolean;
|
|
166
|
-
}, string, import(
|
|
166
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
167
167
|
stripe: {
|
|
168
168
|
type: BooleanConstructor;
|
|
169
169
|
default: null;
|
|
@@ -173,11 +173,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
173
173
|
default: null;
|
|
174
174
|
};
|
|
175
175
|
rowKey: {
|
|
176
|
-
type: import(
|
|
176
|
+
type: import('vue').PropType<string | ((row: DataItem) => string) | undefined>;
|
|
177
177
|
required: boolean;
|
|
178
178
|
};
|
|
179
179
|
columns: {
|
|
180
|
-
type: import(
|
|
180
|
+
type: import('vue').PropType<Columns>;
|
|
181
181
|
required: boolean;
|
|
182
182
|
};
|
|
183
183
|
pageIndex: NumberConstructor;
|
|
@@ -196,15 +196,15 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
196
196
|
default: boolean;
|
|
197
197
|
};
|
|
198
198
|
emptyProps: {
|
|
199
|
-
type: import(
|
|
199
|
+
type: import('vue').PropType<import('./types').TableEmptyProps>;
|
|
200
200
|
default: () => null;
|
|
201
201
|
};
|
|
202
|
-
rowClickChecked: import(
|
|
202
|
+
rowClickChecked: import('vue').PropType<import('./types').RowClickChecked>; /** 表格列配置 */
|
|
203
203
|
reserveCurrent: BooleanConstructor;
|
|
204
|
-
selectedRowKeys: import(
|
|
205
|
-
cacheData: import(
|
|
204
|
+
selectedRowKeys: import('vue').PropType<DataKey[]>;
|
|
205
|
+
cacheData: import('vue').PropType<DataItem[]>;
|
|
206
206
|
size: {
|
|
207
|
-
readonly type: import(
|
|
207
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
208
208
|
readonly required: false;
|
|
209
209
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
210
210
|
__epPropKey: true;
|
|
@@ -221,12 +221,12 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
221
221
|
width: (StringConstructor | NumberConstructor)[];
|
|
222
222
|
lazy: BooleanConstructor;
|
|
223
223
|
data: {
|
|
224
|
-
type: import(
|
|
224
|
+
type: import('vue').PropType<any[]>;
|
|
225
225
|
default: () => never[];
|
|
226
226
|
};
|
|
227
227
|
height: (StringConstructor | NumberConstructor)[];
|
|
228
228
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
229
|
-
showOverflowTooltip: import(
|
|
229
|
+
showOverflowTooltip: import('vue').PropType<boolean | Partial<Pick<import('element-plus').ElTooltipProps, "offset" | "effect" | "placement" | "popperOptions" | "popperClass" | "showArrow" | "appendTo" | "transition" | "enterable" | "showAfter" | "hideAfter">> | undefined>;
|
|
230
230
|
emptyText: StringConstructor;
|
|
231
231
|
indent: {
|
|
232
232
|
type: NumberConstructor;
|
|
@@ -238,26 +238,26 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
238
238
|
};
|
|
239
239
|
showSummary: BooleanConstructor;
|
|
240
240
|
sumText: StringConstructor;
|
|
241
|
-
summaryMethod: import(
|
|
242
|
-
rowClassName: import(
|
|
243
|
-
rowStyle: import(
|
|
244
|
-
cellClassName: import(
|
|
245
|
-
cellStyle: import(
|
|
246
|
-
headerRowClassName: import(
|
|
247
|
-
headerRowStyle: import(
|
|
248
|
-
headerCellClassName: import(
|
|
249
|
-
headerCellStyle: import(
|
|
241
|
+
summaryMethod: import('vue').PropType<import('element-plus').SummaryMethod<any> | undefined>;
|
|
242
|
+
rowClassName: import('vue').PropType<import('element-plus').ColumnCls<any> | undefined>;
|
|
243
|
+
rowStyle: import('vue').PropType<import('element-plus').ColumnStyle<any> | undefined>;
|
|
244
|
+
cellClassName: import('vue').PropType<import('element-plus').CellCls<any> | undefined>;
|
|
245
|
+
cellStyle: import('vue').PropType<import('element-plus').CellStyle<any> | undefined>;
|
|
246
|
+
headerRowClassName: import('vue').PropType<import('element-plus').ColumnCls<any> | undefined>;
|
|
247
|
+
headerRowStyle: import('vue').PropType<import('element-plus').ColumnStyle<any> | undefined>;
|
|
248
|
+
headerCellClassName: import('vue').PropType<import('element-plus').CellCls<any> | undefined>;
|
|
249
|
+
headerCellStyle: import('vue').PropType<import('element-plus').CellStyle<any> | undefined>;
|
|
250
250
|
highlightCurrentRow: BooleanConstructor;
|
|
251
251
|
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
252
|
-
expandRowKeys: import(
|
|
252
|
+
expandRowKeys: import('vue').PropType<any[] | undefined>;
|
|
253
253
|
defaultExpandAll: BooleanConstructor;
|
|
254
|
-
defaultSort: import(
|
|
254
|
+
defaultSort: import('vue').PropType<import('element-plus').Sort | undefined>;
|
|
255
255
|
tooltipEffect: StringConstructor;
|
|
256
|
-
tooltipOptions: import(
|
|
257
|
-
spanMethod: import(
|
|
256
|
+
tooltipOptions: import('vue').PropType<Partial<Pick<import('element-plus').ElTooltipProps, "offset" | "effect" | "placement" | "popperOptions" | "popperClass" | "showArrow" | "appendTo" | "transition" | "enterable" | "showAfter" | "hideAfter">> | undefined>;
|
|
257
|
+
spanMethod: import('vue').PropType<((data: {
|
|
258
258
|
row: any;
|
|
259
259
|
rowIndex: number;
|
|
260
|
-
column: import(
|
|
260
|
+
column: import('element-plus').TableColumnCtx<any>;
|
|
261
261
|
columnIndex: number;
|
|
262
262
|
}) => number[] | {
|
|
263
263
|
rowspan: number;
|
|
@@ -268,7 +268,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
268
268
|
default: boolean;
|
|
269
269
|
};
|
|
270
270
|
treeProps: {
|
|
271
|
-
type: import(
|
|
271
|
+
type: import('vue').PropType<{
|
|
272
272
|
hasChildren?: string | undefined;
|
|
273
273
|
children?: string | undefined;
|
|
274
274
|
} | undefined>;
|
|
@@ -277,9 +277,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
277
277
|
children: string;
|
|
278
278
|
};
|
|
279
279
|
};
|
|
280
|
-
load: import(
|
|
280
|
+
load: import('vue').PropType<((row: any, treeNode: import('element-plus').TreeNode, resolve: (data: any[]) => void) => void) | undefined>;
|
|
281
281
|
tableLayout: {
|
|
282
|
-
type: import(
|
|
282
|
+
type: import('vue').PropType<"auto" | "fixed">;
|
|
283
283
|
default: string;
|
|
284
284
|
};
|
|
285
285
|
flexible: BooleanConstructor;
|
|
@@ -328,7 +328,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
328
328
|
headerEllipsis: boolean;
|
|
329
329
|
slotNormalize: boolean;
|
|
330
330
|
bottomLine: boolean;
|
|
331
|
-
emptyProps: import(
|
|
331
|
+
emptyProps: import('./types').TableEmptyProps;
|
|
332
332
|
reserveCurrent: boolean;
|
|
333
333
|
}, {}>;
|
|
334
334
|
export default _default;
|
package/lib/ele-dot/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<{
|
|
2
|
-
type: import(
|
|
2
|
+
type: import('vue').PropType<import('./types').DotType>;
|
|
3
3
|
color: StringConstructor;
|
|
4
4
|
ripple: {
|
|
5
5
|
type: BooleanConstructor;
|
|
@@ -10,8 +10,8 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
10
10
|
type: StringConstructor;
|
|
11
11
|
default: string;
|
|
12
12
|
};
|
|
13
|
-
}, unknown, unknown, {}, {}, import(
|
|
14
|
-
type: import(
|
|
13
|
+
}, unknown, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
14
|
+
type: import('vue').PropType<import('./types').DotType>;
|
|
15
15
|
color: StringConstructor;
|
|
16
16
|
ripple: {
|
|
17
17
|
type: BooleanConstructor;
|
package/lib/ele-drawer/index.cjs
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
const vue = require("vue");
|
|
3
3
|
const elementPlus = require("element-plus");
|
|
4
4
|
const icons = require("../icons");
|
|
5
|
-
const ReceiverView = require("../ele-config-provider/components/receiver-view");
|
|
6
5
|
const receiver = require("../ele-config-provider/receiver");
|
|
6
|
+
const ReceiverView = require("../ele-config-provider/components/receiver-view");
|
|
7
7
|
const util = require("../ele-modal/util");
|
|
8
8
|
const props = require("./props");
|
|
9
9
|
const _sfc_main = vue.defineComponent({
|
|
@@ -16,7 +16,6 @@ const _sfc_main = vue.defineComponent({
|
|
|
16
16
|
const drawerRef = vue.ref(null);
|
|
17
17
|
const isActivated = vue.ref(true);
|
|
18
18
|
const drawerClass = vue.computed(() => {
|
|
19
|
-
const layoutState = vue.unref(layoutProvide);
|
|
20
19
|
const classes = ["ele-drawer"];
|
|
21
20
|
if (!props2.modelValue) {
|
|
22
21
|
classes.push("ele-drawer-closed");
|
|
@@ -26,41 +25,20 @@ const _sfc_main = vue.defineComponent({
|
|
|
26
25
|
}
|
|
27
26
|
if (props2.inner) {
|
|
28
27
|
classes.push("ele-drawer-inner");
|
|
29
|
-
if (layoutState && layoutState.sidebar != null) {
|
|
30
|
-
if (layoutState.collapse && !layoutState.topLayout) {
|
|
31
|
-
classes.push(util.collapseClass);
|
|
32
|
-
}
|
|
33
|
-
if (layoutState.compact && layoutState.mixSidebar && !layoutState.topLayout) {
|
|
34
|
-
classes.push(util.compactClass);
|
|
35
|
-
}
|
|
36
|
-
if (layoutState.maximized) {
|
|
37
|
-
classes.push(util.maximizedClass);
|
|
38
|
-
}
|
|
39
|
-
if (layoutState.tabBar) {
|
|
40
|
-
classes.push(util.hasTabClass);
|
|
41
|
-
}
|
|
42
|
-
if (layoutState.mixSidebar && !layoutState.topLayout) {
|
|
43
|
-
classes.push(util.mixSidebarClass);
|
|
44
|
-
if (!layoutState.sidebar) {
|
|
45
|
-
classes.push(util.singleSidebarClass);
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
if (layoutState.topLayout) {
|
|
49
|
-
classes.push(util.topLayoutClass);
|
|
50
|
-
}
|
|
51
|
-
if (layoutState.maximized && layoutState.expanded) {
|
|
52
|
-
classes.push(util.expandedClass);
|
|
53
|
-
}
|
|
54
|
-
if (layoutState.mobile) {
|
|
55
|
-
classes.push(util.mobileClass);
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
28
|
}
|
|
59
29
|
if (props2.modalClass) {
|
|
60
30
|
classes.push(props2.modalClass);
|
|
61
31
|
}
|
|
62
32
|
return classes.join(" ");
|
|
63
33
|
});
|
|
34
|
+
const teleportTo = vue.computed(() => {
|
|
35
|
+
return util.getModalContainer(
|
|
36
|
+
props2.inner,
|
|
37
|
+
false,
|
|
38
|
+
void 0,
|
|
39
|
+
layoutProvide.modalsEl
|
|
40
|
+
);
|
|
41
|
+
});
|
|
64
42
|
const handleClose = () => {
|
|
65
43
|
if (drawerRef.value && drawerRef.value.handleClose) {
|
|
66
44
|
drawerRef.value.handleClose();
|
|
@@ -81,6 +59,12 @@ const _sfc_main = vue.defineComponent({
|
|
|
81
59
|
const onClosed = () => {
|
|
82
60
|
emit("closed");
|
|
83
61
|
};
|
|
62
|
+
const onOpenAutoFocus = () => {
|
|
63
|
+
emit("openAutoFocus");
|
|
64
|
+
};
|
|
65
|
+
const onCloseAutoFocus = () => {
|
|
66
|
+
emit("closeAutoFocus");
|
|
67
|
+
};
|
|
84
68
|
vue.onActivated(() => {
|
|
85
69
|
isActivated.value = true;
|
|
86
70
|
});
|
|
@@ -90,12 +74,15 @@ const _sfc_main = vue.defineComponent({
|
|
|
90
74
|
return {
|
|
91
75
|
drawerRef,
|
|
92
76
|
drawerClass,
|
|
77
|
+
teleportTo,
|
|
93
78
|
handleClose,
|
|
94
79
|
updateModelValue,
|
|
95
80
|
onOpen,
|
|
96
81
|
onOpened,
|
|
97
82
|
onClose,
|
|
98
|
-
onClosed
|
|
83
|
+
onClosed,
|
|
84
|
+
onOpenAutoFocus,
|
|
85
|
+
onCloseAutoFocus
|
|
99
86
|
};
|
|
100
87
|
}
|
|
101
88
|
});
|
|
@@ -112,90 +99,97 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
112
99
|
const _component_ElIcon = vue.resolveComponent("ElIcon");
|
|
113
100
|
const _component_ReceiverView = vue.resolveComponent("ReceiverView");
|
|
114
101
|
const _component_ElDrawer = vue.resolveComponent("ElDrawer");
|
|
115
|
-
return vue.openBlock(), vue.createBlock(
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
appendToBody: _ctx.appendToBody,
|
|
119
|
-
lockScroll: _ctx.lockScroll,
|
|
120
|
-
beforeClose: _ctx.beforeClose,
|
|
121
|
-
closeOnClickModal: _ctx.closeOnClickModal,
|
|
122
|
-
closeOnPressEscape: _ctx.closeOnPressEscape,
|
|
123
|
-
openDelay: _ctx.openDelay,
|
|
124
|
-
closeDelay: _ctx.closeDelay,
|
|
125
|
-
destroyOnClose: _ctx.destroyOnClose,
|
|
126
|
-
modal: _ctx.modal,
|
|
127
|
-
direction: _ctx.direction,
|
|
128
|
-
showClose: false,
|
|
129
|
-
size: _ctx.size,
|
|
130
|
-
title: _ctx.title,
|
|
131
|
-
withHeader: _ctx.withHeader,
|
|
132
|
-
modalClass: _ctx.drawerClass,
|
|
133
|
-
zIndex: _ctx.zIndex,
|
|
134
|
-
headerAriaLevel: _ctx.headerAriaLevel,
|
|
135
|
-
onOpen: _ctx.onOpen,
|
|
136
|
-
onOpened: _ctx.onOpened,
|
|
137
|
-
onClose: _ctx.onClose,
|
|
138
|
-
onClosed: _ctx.onClosed,
|
|
139
|
-
"onUpdate:modelValue": _ctx.updateModelValue
|
|
140
|
-
}, vue.createSlots({
|
|
141
|
-
header: vue.withCtx(({ close }) => [
|
|
142
|
-
vue.createElementVNode("div", {
|
|
143
|
-
class: "ele-drawer-header",
|
|
144
|
-
style: vue.normalizeStyle(_ctx.headerStyle)
|
|
145
|
-
}, [
|
|
146
|
-
vue.createElementVNode("div", {
|
|
147
|
-
role: "heading",
|
|
148
|
-
class: "ele-drawer-title",
|
|
149
|
-
style: vue.normalizeStyle(_ctx.titleStyle)
|
|
150
|
-
}, [
|
|
151
|
-
vue.renderSlot(_ctx.$slots, "header", {}, () => [
|
|
152
|
-
vue.createTextVNode(vue.toDisplayString(_ctx.title), 1)
|
|
153
|
-
])
|
|
154
|
-
], 4),
|
|
155
|
-
_ctx.showClose ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
156
|
-
key: 0,
|
|
157
|
-
class: "ele-drawer-close",
|
|
158
|
-
style: vue.normalizeStyle(_ctx.closeBtnStyle),
|
|
159
|
-
onClick: close
|
|
160
|
-
}, [
|
|
161
|
-
vue.renderSlot(_ctx.$slots, "closeBtn", {}, () => [
|
|
162
|
-
vue.createVNode(_component_ElIcon, null, {
|
|
163
|
-
default: vue.withCtx(() => [
|
|
164
|
-
vue.createVNode(_component_CloseOutlined)
|
|
165
|
-
]),
|
|
166
|
-
_: 1
|
|
167
|
-
})
|
|
168
|
-
])
|
|
169
|
-
], 12, _hoisted_1)) : vue.createCommentVNode("", true)
|
|
170
|
-
], 4)
|
|
171
|
-
]),
|
|
172
|
-
default: vue.withCtx(() => [
|
|
173
|
-
vue.createVNode(_component_ReceiverView, {
|
|
174
|
-
wrapPosition: false,
|
|
175
|
-
class: "ele-drawer-body",
|
|
176
|
-
style: vue.normalizeStyle(_ctx.bodyStyle)
|
|
177
|
-
}, {
|
|
178
|
-
default: vue.withCtx(() => [
|
|
179
|
-
vue.renderSlot(_ctx.$slots, "default")
|
|
180
|
-
]),
|
|
181
|
-
_: 3
|
|
182
|
-
}, 8, ["style"])
|
|
183
|
-
]),
|
|
184
|
-
_: 2
|
|
102
|
+
return vue.openBlock(), vue.createBlock(vue.Teleport, {
|
|
103
|
+
to: _ctx.teleportTo,
|
|
104
|
+
disabled: _ctx.inner ? false : !_ctx.appendToBody
|
|
185
105
|
}, [
|
|
186
|
-
_ctx.$
|
|
187
|
-
|
|
188
|
-
|
|
106
|
+
vue.createVNode(_component_ElDrawer, vue.mergeProps(_ctx.$attrs, {
|
|
107
|
+
ref: "drawerRef",
|
|
108
|
+
modelValue: _ctx.modelValue,
|
|
109
|
+
appendToBody: false,
|
|
110
|
+
lockScroll: _ctx.inner ? false : _ctx.lockScroll,
|
|
111
|
+
beforeClose: _ctx.beforeClose,
|
|
112
|
+
closeOnClickModal: _ctx.closeOnClickModal,
|
|
113
|
+
closeOnPressEscape: _ctx.closeOnPressEscape,
|
|
114
|
+
openDelay: _ctx.openDelay,
|
|
115
|
+
closeDelay: _ctx.closeDelay,
|
|
116
|
+
destroyOnClose: _ctx.destroyOnClose,
|
|
117
|
+
modal: _ctx.modal,
|
|
118
|
+
direction: _ctx.direction,
|
|
119
|
+
showClose: false,
|
|
120
|
+
size: _ctx.size,
|
|
121
|
+
title: _ctx.title,
|
|
122
|
+
withHeader: _ctx.withHeader,
|
|
123
|
+
modalClass: _ctx.drawerClass,
|
|
124
|
+
zIndex: _ctx.zIndex,
|
|
125
|
+
headerAriaLevel: _ctx.headerAriaLevel,
|
|
126
|
+
onOpen: _ctx.onOpen,
|
|
127
|
+
onOpened: _ctx.onOpened,
|
|
128
|
+
onClose: _ctx.onClose,
|
|
129
|
+
onClosed: _ctx.onClosed,
|
|
130
|
+
onOpenAutoFocus: _ctx.onOpenAutoFocus,
|
|
131
|
+
onCloseAutoFocus: _ctx.onCloseAutoFocus,
|
|
132
|
+
"onUpdate:modelValue": _ctx.updateModelValue
|
|
133
|
+
}), vue.createSlots({
|
|
134
|
+
header: vue.withCtx(({ close }) => [
|
|
189
135
|
vue.createElementVNode("div", {
|
|
190
|
-
class: "ele-drawer-
|
|
191
|
-
style: vue.normalizeStyle(_ctx.
|
|
136
|
+
class: "ele-drawer-header",
|
|
137
|
+
style: vue.normalizeStyle(_ctx.headerStyle)
|
|
192
138
|
}, [
|
|
193
|
-
vue.
|
|
139
|
+
vue.createElementVNode("div", {
|
|
140
|
+
role: "heading",
|
|
141
|
+
class: "ele-drawer-title",
|
|
142
|
+
style: vue.normalizeStyle(_ctx.titleStyle)
|
|
143
|
+
}, [
|
|
144
|
+
vue.renderSlot(_ctx.$slots, "header", {}, () => [
|
|
145
|
+
vue.createTextVNode(vue.toDisplayString(_ctx.title), 1)
|
|
146
|
+
])
|
|
147
|
+
], 4),
|
|
148
|
+
_ctx.showClose ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
149
|
+
key: 0,
|
|
150
|
+
class: "ele-drawer-close",
|
|
151
|
+
style: vue.normalizeStyle(_ctx.closeBtnStyle),
|
|
152
|
+
onClick: close
|
|
153
|
+
}, [
|
|
154
|
+
vue.renderSlot(_ctx.$slots, "closeBtn", {}, () => [
|
|
155
|
+
vue.createVNode(_component_ElIcon, null, {
|
|
156
|
+
default: vue.withCtx(() => [
|
|
157
|
+
vue.createVNode(_component_CloseOutlined)
|
|
158
|
+
]),
|
|
159
|
+
_: 1
|
|
160
|
+
})
|
|
161
|
+
])
|
|
162
|
+
], 12, _hoisted_1)) : vue.createCommentVNode("", true)
|
|
194
163
|
], 4)
|
|
195
164
|
]),
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
165
|
+
default: vue.withCtx(() => [
|
|
166
|
+
vue.createVNode(_component_ReceiverView, {
|
|
167
|
+
wrapPosition: false,
|
|
168
|
+
class: "ele-drawer-body",
|
|
169
|
+
style: vue.normalizeStyle(_ctx.bodyStyle)
|
|
170
|
+
}, {
|
|
171
|
+
default: vue.withCtx(() => [
|
|
172
|
+
vue.renderSlot(_ctx.$slots, "default")
|
|
173
|
+
]),
|
|
174
|
+
_: 3
|
|
175
|
+
}, 8, ["style"])
|
|
176
|
+
]),
|
|
177
|
+
_: 2
|
|
178
|
+
}, [
|
|
179
|
+
_ctx.$slots.footer ? {
|
|
180
|
+
name: "footer",
|
|
181
|
+
fn: vue.withCtx(() => [
|
|
182
|
+
vue.createElementVNode("div", {
|
|
183
|
+
class: "ele-drawer-footer",
|
|
184
|
+
style: vue.normalizeStyle(_ctx.footerStyle)
|
|
185
|
+
}, [
|
|
186
|
+
vue.renderSlot(_ctx.$slots, "footer")
|
|
187
|
+
], 4)
|
|
188
|
+
]),
|
|
189
|
+
key: "0"
|
|
190
|
+
} : void 0
|
|
191
|
+
]), 1040, ["modelValue", "lockScroll", "beforeClose", "closeOnClickModal", "closeOnPressEscape", "openDelay", "closeDelay", "destroyOnClose", "modal", "direction", "size", "title", "withHeader", "modalClass", "zIndex", "headerAriaLevel", "onOpen", "onOpened", "onClose", "onClosed", "onOpenAutoFocus", "onCloseAutoFocus", "onUpdate:modelValue"])
|
|
192
|
+
], 8, ["to", "disabled"]);
|
|
199
193
|
}
|
|
200
194
|
const index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
201
195
|
module.exports = index;
|