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
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
import { MenuItem, TabItem, LevelItem, TabItemEventOption, MenuItemProps } from './types';
|
|
2
2
|
import { ClassValues } from '../ele-app/types';
|
|
3
|
-
import { Ref } from 'vue';
|
|
4
3
|
|
|
5
4
|
declare const _default: import('vue').DefineComponent<{
|
|
6
|
-
menus: import(
|
|
7
|
-
tabs: import(
|
|
5
|
+
menus: import('vue').PropType<MenuItem[] | null>;
|
|
6
|
+
tabs: import('vue').PropType<TabItem[] | null>;
|
|
8
7
|
collapse: BooleanConstructor;
|
|
9
8
|
compact: BooleanConstructor;
|
|
10
9
|
maximized: BooleanConstructor;
|
|
11
10
|
tabBar: {
|
|
12
|
-
type:
|
|
11
|
+
type: import('vue').PropType<boolean | "header">;
|
|
13
12
|
default: boolean;
|
|
14
13
|
};
|
|
15
14
|
breadcrumb: {
|
|
@@ -17,7 +16,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
17
16
|
default: boolean;
|
|
18
17
|
};
|
|
19
18
|
breadcrumbSeparator: {
|
|
20
|
-
type: import(
|
|
19
|
+
type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>))[], unknown, unknown> | undefined>;
|
|
21
20
|
default: string;
|
|
22
21
|
};
|
|
23
22
|
backTop: {
|
|
@@ -41,42 +40,43 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
41
40
|
type: BooleanConstructor;
|
|
42
41
|
default: boolean;
|
|
43
42
|
};
|
|
44
|
-
ellipsisProps: import(
|
|
43
|
+
ellipsisProps: import('vue').PropType<import('../ele-menus/types').EllipsisProps | undefined>;
|
|
45
44
|
menuTrigger: {
|
|
46
|
-
type: import(
|
|
45
|
+
type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "hover" | "click", unknown> | undefined>;
|
|
47
46
|
default: string;
|
|
48
47
|
};
|
|
49
48
|
layout: {
|
|
50
|
-
type: import(
|
|
49
|
+
type: import('vue').PropType<import('./types').Layout>;
|
|
51
50
|
default: string;
|
|
52
51
|
};
|
|
53
52
|
sidebarLayout: {
|
|
54
|
-
type: import(
|
|
53
|
+
type: import('vue').PropType<import('./types').SidebarLayout>;
|
|
55
54
|
default: string;
|
|
56
55
|
};
|
|
57
56
|
headerStyle: {
|
|
58
|
-
type: import(
|
|
57
|
+
type: import('vue').PropType<import('./types').HeaderStyle>;
|
|
59
58
|
default: string;
|
|
60
59
|
};
|
|
61
60
|
sidebarStyle: {
|
|
62
|
-
type: import(
|
|
63
|
-
default: string;
|
|
64
|
-
};
|
|
61
|
+
type: import('vue').PropType<import('./types').SidebarStyle>;
|
|
62
|
+
default: string; /** 面包屑数据 */
|
|
63
|
+
}; /** 面包屑数据 */
|
|
65
64
|
tabStyle: {
|
|
66
|
-
type: import(
|
|
65
|
+
type: import('vue').PropType<import('./types').TabStyle>;
|
|
67
66
|
default: string;
|
|
68
67
|
};
|
|
69
68
|
fixedHeader: {
|
|
70
69
|
type: BooleanConstructor;
|
|
71
|
-
default: boolean;
|
|
70
|
+
default: boolean;
|
|
72
71
|
};
|
|
73
72
|
fixedSidebar: BooleanConstructor;
|
|
74
73
|
fixedBody: BooleanConstructor;
|
|
75
74
|
fluid: {
|
|
76
|
-
type: BooleanConstructor;
|
|
75
|
+
type: BooleanConstructor; /** 顶栏菜单数据 */
|
|
77
76
|
default: boolean;
|
|
78
77
|
};
|
|
79
78
|
logoInHeader: BooleanConstructor;
|
|
79
|
+
/** 顶栏菜单选中 */
|
|
80
80
|
colorfulIcon: BooleanConstructor;
|
|
81
81
|
uniqueOpened: {
|
|
82
82
|
type: BooleanConstructor;
|
|
@@ -84,10 +84,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
84
84
|
};
|
|
85
85
|
expanded: BooleanConstructor;
|
|
86
86
|
compressOnEsc: BooleanConstructor;
|
|
87
|
-
/** 侧栏一级菜单选中 */
|
|
88
87
|
fixedHome: {
|
|
89
88
|
type: BooleanConstructor;
|
|
90
|
-
default: boolean;
|
|
89
|
+
default: boolean;
|
|
91
90
|
};
|
|
92
91
|
homePath: StringConstructor;
|
|
93
92
|
redirectPath: {
|
|
@@ -95,13 +94,14 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
95
94
|
default: string;
|
|
96
95
|
};
|
|
97
96
|
locale: StringConstructor;
|
|
98
|
-
i18n: import(
|
|
99
|
-
sidebarOpeneds: import(
|
|
100
|
-
tabContextMenu: import(
|
|
101
|
-
tabContextMenus: import(
|
|
97
|
+
i18n: import('vue').PropType<import('./types').MenuI18n>;
|
|
98
|
+
sidebarOpeneds: import('vue').PropType<string[]>;
|
|
99
|
+
tabContextMenu: import('vue').PropType<boolean | import('../ele-app/plus').EleDropdownProps>;
|
|
100
|
+
tabContextMenus: import('vue').PropType<import('../ele-tabs/types').ContextMenus>;
|
|
102
101
|
tabSortable: BooleanConstructor;
|
|
103
102
|
autoScrollTop: {
|
|
104
103
|
type: BooleanConstructor;
|
|
104
|
+
/** 是否混合导航布局 */
|
|
105
105
|
default: boolean;
|
|
106
106
|
};
|
|
107
107
|
headerTitleSlot: {
|
|
@@ -110,7 +110,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
110
110
|
};
|
|
111
111
|
headerIconSlot: {
|
|
112
112
|
type: StringConstructor;
|
|
113
|
-
default: string;
|
|
113
|
+
default: string; /** 是否显示双侧栏一级 */
|
|
114
114
|
};
|
|
115
115
|
sidebarTitleSlot: {
|
|
116
116
|
type: StringConstructor;
|
|
@@ -119,7 +119,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
119
119
|
sidebarIconSlot: {
|
|
120
120
|
type: StringConstructor;
|
|
121
121
|
default: string;
|
|
122
|
-
};
|
|
122
|
+
}; /** 是否显示侧栏 */
|
|
123
123
|
sideboxTitleSlot: {
|
|
124
124
|
type: StringConstructor;
|
|
125
125
|
default: string;
|
|
@@ -128,17 +128,16 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
128
128
|
type: StringConstructor;
|
|
129
129
|
default: string;
|
|
130
130
|
};
|
|
131
|
-
tooltipEffect: import(
|
|
132
|
-
navTrigger: import(
|
|
133
|
-
boxTrigger: import(
|
|
134
|
-
itemTrigger: import(
|
|
135
|
-
beforeClick: import(
|
|
131
|
+
tooltipEffect: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "light" | "dark", unknown> | undefined>;
|
|
132
|
+
navTrigger: import('vue').PropType<import('./types').MenuItemTrigger>;
|
|
133
|
+
boxTrigger: import('vue').PropType<import('./types').MenuItemTrigger>;
|
|
134
|
+
itemTrigger: import('vue').PropType<import('./types').MenuItemTrigger>;
|
|
135
|
+
beforeClick: import('vue').PropType<import('./types').BeforeClick>;
|
|
136
136
|
menuHoverTimeout: {
|
|
137
137
|
type: NumberConstructor;
|
|
138
138
|
default: number;
|
|
139
139
|
};
|
|
140
|
-
menuTextEllipsisTooltip:
|
|
141
|
-
menuTextEllipsisTooltipProps: import("vue").PropType<Partial<import("../ele-tooltip/props").TooltipProps>>;
|
|
140
|
+
menuTextEllipsisTooltip: import('vue').PropType<boolean | Partial<import('../ele-tooltip/props').TooltipProps> | undefined>;
|
|
142
141
|
keepAlive: BooleanConstructor;
|
|
143
142
|
transitionName: StringConstructor;
|
|
144
143
|
transitionDelay: {
|
|
@@ -150,25 +149,26 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
150
149
|
default: boolean;
|
|
151
150
|
};
|
|
152
151
|
}, {
|
|
153
|
-
contentRef: Ref<HTMLElement | null>;
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
152
|
+
contentRef: import('vue').Ref<HTMLElement | null>;
|
|
153
|
+
modalsRef: import('vue').Ref<HTMLElement | null>;
|
|
154
|
+
levelData: import('vue').ShallowRef<LevelItem[]>;
|
|
155
|
+
tabData: import('vue').ShallowRef<TabItem[]>;
|
|
156
|
+
tabActive: import('vue').Ref<string>;
|
|
157
|
+
headerData: import('vue').ShallowRef<MenuItem[]>;
|
|
158
|
+
headerActive: import('vue').Ref<string | undefined>;
|
|
159
|
+
sidebarData: import('vue').ShallowRef<MenuItem[]>;
|
|
160
|
+
sidebarActive: import('vue').Ref<string | undefined>;
|
|
161
|
+
sideboxData: import('vue').ShallowRef<MenuItem[]>;
|
|
162
|
+
sideboxActive: import('vue').Ref<string | undefined>;
|
|
163
|
+
hideFooter: import('vue').Ref<boolean>;
|
|
164
|
+
homeMenuPath: import('vue').Ref<string>;
|
|
165
|
+
isHome: import('vue').Ref<boolean>;
|
|
166
|
+
sidebox: import('vue').ComputedRef<boolean>;
|
|
167
|
+
sidebar: import('vue').ComputedRef<boolean>;
|
|
168
|
+
layoutClass: import('vue').ComputedRef<ClassValues>;
|
|
169
|
+
backTopSelector: import('vue').ComputedRef<string>;
|
|
170
|
+
sidebarCollapse: import('vue').ComputedRef<boolean>;
|
|
171
|
+
sidebarTheme: import('vue').ComputedRef<"light" | "dark">;
|
|
172
172
|
updateCollapse: (val?: boolean | MouseEvent) => void;
|
|
173
173
|
onTabClick: (option: TabItemEventOption) => void;
|
|
174
174
|
onTabRemove: (option: TabItemEventOption) => void;
|
|
@@ -190,7 +190,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
190
190
|
onMenuItemClick: (item: MenuItemProps, e: MouseEvent) => void;
|
|
191
191
|
onSideMouseEnter: () => void;
|
|
192
192
|
onSideMouseLeave: () => void;
|
|
193
|
-
}, unknown, {}, {}, import(
|
|
193
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
194
194
|
'update:collapse': (_collapse: boolean) => boolean;
|
|
195
195
|
'update:maximized': (_val: boolean) => boolean;
|
|
196
196
|
tabAdd: (_data: TabItem) => boolean;
|
|
@@ -203,15 +203,15 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
203
203
|
sideMenuClose: (_index: string, _indexPath: string[]) => boolean;
|
|
204
204
|
headMenuOpen: (_index: string, _indexPath: string[]) => boolean;
|
|
205
205
|
headMenuClose: (_index: string, _indexPath: string[]) => boolean;
|
|
206
|
-
bodySizeChange: (_option: import(
|
|
207
|
-
}, string, import(
|
|
208
|
-
menus: import(
|
|
209
|
-
tabs: import(
|
|
206
|
+
bodySizeChange: (_option: import('./types').BodySizeChangeOption) => boolean;
|
|
207
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
208
|
+
menus: import('vue').PropType<MenuItem[] | null>;
|
|
209
|
+
tabs: import('vue').PropType<TabItem[] | null>;
|
|
210
210
|
collapse: BooleanConstructor;
|
|
211
211
|
compact: BooleanConstructor;
|
|
212
212
|
maximized: BooleanConstructor;
|
|
213
213
|
tabBar: {
|
|
214
|
-
type:
|
|
214
|
+
type: import('vue').PropType<boolean | "header">;
|
|
215
215
|
default: boolean;
|
|
216
216
|
};
|
|
217
217
|
breadcrumb: {
|
|
@@ -219,7 +219,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
219
219
|
default: boolean;
|
|
220
220
|
};
|
|
221
221
|
breadcrumbSeparator: {
|
|
222
|
-
type: import(
|
|
222
|
+
type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>))[], unknown, unknown> | undefined>;
|
|
223
223
|
default: string;
|
|
224
224
|
};
|
|
225
225
|
backTop: {
|
|
@@ -243,42 +243,43 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
243
243
|
type: BooleanConstructor;
|
|
244
244
|
default: boolean;
|
|
245
245
|
};
|
|
246
|
-
ellipsisProps: import(
|
|
246
|
+
ellipsisProps: import('vue').PropType<import('../ele-menus/types').EllipsisProps | undefined>;
|
|
247
247
|
menuTrigger: {
|
|
248
|
-
type: import(
|
|
248
|
+
type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "hover" | "click", unknown> | undefined>;
|
|
249
249
|
default: string;
|
|
250
250
|
};
|
|
251
251
|
layout: {
|
|
252
|
-
type: import(
|
|
252
|
+
type: import('vue').PropType<import('./types').Layout>;
|
|
253
253
|
default: string;
|
|
254
254
|
};
|
|
255
255
|
sidebarLayout: {
|
|
256
|
-
type: import(
|
|
256
|
+
type: import('vue').PropType<import('./types').SidebarLayout>;
|
|
257
257
|
default: string;
|
|
258
258
|
};
|
|
259
259
|
headerStyle: {
|
|
260
|
-
type: import(
|
|
260
|
+
type: import('vue').PropType<import('./types').HeaderStyle>;
|
|
261
261
|
default: string;
|
|
262
262
|
};
|
|
263
263
|
sidebarStyle: {
|
|
264
|
-
type: import(
|
|
265
|
-
default: string;
|
|
266
|
-
};
|
|
264
|
+
type: import('vue').PropType<import('./types').SidebarStyle>;
|
|
265
|
+
default: string; /** 面包屑数据 */
|
|
266
|
+
}; /** 面包屑数据 */
|
|
267
267
|
tabStyle: {
|
|
268
|
-
type: import(
|
|
268
|
+
type: import('vue').PropType<import('./types').TabStyle>;
|
|
269
269
|
default: string;
|
|
270
270
|
};
|
|
271
271
|
fixedHeader: {
|
|
272
272
|
type: BooleanConstructor;
|
|
273
|
-
default: boolean;
|
|
273
|
+
default: boolean;
|
|
274
274
|
};
|
|
275
275
|
fixedSidebar: BooleanConstructor;
|
|
276
276
|
fixedBody: BooleanConstructor;
|
|
277
277
|
fluid: {
|
|
278
|
-
type: BooleanConstructor;
|
|
278
|
+
type: BooleanConstructor; /** 顶栏菜单数据 */
|
|
279
279
|
default: boolean;
|
|
280
280
|
};
|
|
281
281
|
logoInHeader: BooleanConstructor;
|
|
282
|
+
/** 顶栏菜单选中 */
|
|
282
283
|
colorfulIcon: BooleanConstructor;
|
|
283
284
|
uniqueOpened: {
|
|
284
285
|
type: BooleanConstructor;
|
|
@@ -286,10 +287,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
286
287
|
};
|
|
287
288
|
expanded: BooleanConstructor;
|
|
288
289
|
compressOnEsc: BooleanConstructor;
|
|
289
|
-
/** 侧栏一级菜单选中 */
|
|
290
290
|
fixedHome: {
|
|
291
291
|
type: BooleanConstructor;
|
|
292
|
-
default: boolean;
|
|
292
|
+
default: boolean;
|
|
293
293
|
};
|
|
294
294
|
homePath: StringConstructor;
|
|
295
295
|
redirectPath: {
|
|
@@ -297,13 +297,14 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
297
297
|
default: string;
|
|
298
298
|
};
|
|
299
299
|
locale: StringConstructor;
|
|
300
|
-
i18n: import(
|
|
301
|
-
sidebarOpeneds: import(
|
|
302
|
-
tabContextMenu: import(
|
|
303
|
-
tabContextMenus: import(
|
|
300
|
+
i18n: import('vue').PropType<import('./types').MenuI18n>;
|
|
301
|
+
sidebarOpeneds: import('vue').PropType<string[]>;
|
|
302
|
+
tabContextMenu: import('vue').PropType<boolean | import('../ele-app/plus').EleDropdownProps>;
|
|
303
|
+
tabContextMenus: import('vue').PropType<import('../ele-tabs/types').ContextMenus>;
|
|
304
304
|
tabSortable: BooleanConstructor;
|
|
305
305
|
autoScrollTop: {
|
|
306
306
|
type: BooleanConstructor;
|
|
307
|
+
/** 是否混合导航布局 */
|
|
307
308
|
default: boolean;
|
|
308
309
|
};
|
|
309
310
|
headerTitleSlot: {
|
|
@@ -312,7 +313,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
312
313
|
};
|
|
313
314
|
headerIconSlot: {
|
|
314
315
|
type: StringConstructor;
|
|
315
|
-
default: string;
|
|
316
|
+
default: string; /** 是否显示双侧栏一级 */
|
|
316
317
|
};
|
|
317
318
|
sidebarTitleSlot: {
|
|
318
319
|
type: StringConstructor;
|
|
@@ -321,7 +322,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
321
322
|
sidebarIconSlot: {
|
|
322
323
|
type: StringConstructor;
|
|
323
324
|
default: string;
|
|
324
|
-
};
|
|
325
|
+
}; /** 是否显示侧栏 */
|
|
325
326
|
sideboxTitleSlot: {
|
|
326
327
|
type: StringConstructor;
|
|
327
328
|
default: string;
|
|
@@ -330,17 +331,16 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
330
331
|
type: StringConstructor;
|
|
331
332
|
default: string;
|
|
332
333
|
};
|
|
333
|
-
tooltipEffect: import(
|
|
334
|
-
navTrigger: import(
|
|
335
|
-
boxTrigger: import(
|
|
336
|
-
itemTrigger: import(
|
|
337
|
-
beforeClick: import(
|
|
334
|
+
tooltipEffect: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "light" | "dark", unknown> | undefined>;
|
|
335
|
+
navTrigger: import('vue').PropType<import('./types').MenuItemTrigger>;
|
|
336
|
+
boxTrigger: import('vue').PropType<import('./types').MenuItemTrigger>;
|
|
337
|
+
itemTrigger: import('vue').PropType<import('./types').MenuItemTrigger>;
|
|
338
|
+
beforeClick: import('vue').PropType<import('./types').BeforeClick>;
|
|
338
339
|
menuHoverTimeout: {
|
|
339
340
|
type: NumberConstructor;
|
|
340
341
|
default: number;
|
|
341
342
|
};
|
|
342
|
-
menuTextEllipsisTooltip:
|
|
343
|
-
menuTextEllipsisTooltipProps: import("vue").PropType<Partial<import("../ele-tooltip/props").TooltipProps>>;
|
|
343
|
+
menuTextEllipsisTooltip: import('vue').PropType<boolean | Partial<import('../ele-tooltip/props').TooltipProps> | undefined>;
|
|
344
344
|
keepAlive: BooleanConstructor;
|
|
345
345
|
transitionName: StringConstructor;
|
|
346
346
|
transitionDelay: {
|
|
@@ -364,30 +364,30 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
364
364
|
onSideMenuClose?: ((_index: string, _indexPath: string[]) => any) | undefined;
|
|
365
365
|
onHeadMenuOpen?: ((_index: string, _indexPath: string[]) => any) | undefined;
|
|
366
366
|
onHeadMenuClose?: ((_index: string, _indexPath: string[]) => any) | undefined;
|
|
367
|
-
onBodySizeChange?: ((_option: import(
|
|
367
|
+
onBodySizeChange?: ((_option: import('./types').BodySizeChangeOption) => any) | undefined;
|
|
368
368
|
}, {
|
|
369
369
|
uniqueOpened: boolean;
|
|
370
|
-
menuTrigger: import(
|
|
370
|
+
menuTrigger: import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "hover" | "click", unknown> | undefined;
|
|
371
371
|
collapse: boolean;
|
|
372
372
|
ellipsis: boolean;
|
|
373
373
|
breadcrumb: boolean;
|
|
374
|
-
layout: import(
|
|
374
|
+
layout: import('./types').Layout;
|
|
375
375
|
transitionDelay: number;
|
|
376
376
|
expanded: boolean;
|
|
377
377
|
compact: boolean;
|
|
378
378
|
maximized: boolean;
|
|
379
|
-
tabBar: boolean;
|
|
380
|
-
keepAlive: boolean;
|
|
381
379
|
responsive: boolean;
|
|
382
|
-
headerStyle: import(
|
|
383
|
-
|
|
380
|
+
headerStyle: import('./types').HeaderStyle;
|
|
381
|
+
keepAlive: boolean;
|
|
382
|
+
tabBar: boolean | "header";
|
|
383
|
+
breadcrumbSeparator: import('element-plus/es/utils/index').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>))[], unknown, unknown> | undefined;
|
|
384
384
|
backTop: boolean;
|
|
385
385
|
backTopVisibilityHeight: number;
|
|
386
386
|
backTopRight: number;
|
|
387
387
|
backTopBottom: number;
|
|
388
|
-
sidebarLayout: import(
|
|
389
|
-
sidebarStyle: import(
|
|
390
|
-
tabStyle: import(
|
|
388
|
+
sidebarLayout: import('./types').SidebarLayout;
|
|
389
|
+
sidebarStyle: import('./types').SidebarStyle;
|
|
390
|
+
tabStyle: import('./types').TabStyle;
|
|
391
391
|
fixedHeader: boolean;
|
|
392
392
|
fixedSidebar: boolean;
|
|
393
393
|
fixedBody: boolean;
|
|
@@ -406,6 +406,5 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
406
406
|
sideboxTitleSlot: string;
|
|
407
407
|
sideboxIconSlot: string;
|
|
408
408
|
menuHoverTimeout: number;
|
|
409
|
-
menuTextEllipsisTooltip: boolean;
|
|
410
409
|
}, {}>;
|
|
411
410
|
export default _default;
|
|
@@ -13,7 +13,7 @@ const proLayoutProps = {
|
|
|
13
13
|
maximized: Boolean,
|
|
14
14
|
/** 是否需要页签栏 */
|
|
15
15
|
tabBar: {
|
|
16
|
-
type: Boolean,
|
|
16
|
+
type: [Boolean, String],
|
|
17
17
|
default: true
|
|
18
18
|
},
|
|
19
19
|
/** 是否需要面包屑导航 */
|
|
@@ -187,9 +187,7 @@ const proLayoutProps = {
|
|
|
187
187
|
default: 600
|
|
188
188
|
},
|
|
189
189
|
/** 是否开启菜单文本溢出提示 */
|
|
190
|
-
menuTextEllipsisTooltip: Boolean,
|
|
191
|
-
/** 菜单文本溢出提示属性 */
|
|
192
|
-
menuTextEllipsisTooltipProps: Object,
|
|
190
|
+
menuTextEllipsisTooltip: [Boolean, Object],
|
|
193
191
|
/** 是否支持内链缓存 */
|
|
194
192
|
keepAlive: Boolean,
|
|
195
193
|
/** 内链切换动画 */
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { MenuItem, TabItem, Layout, SidebarLayout, HeaderStyle, SidebarStyle, TabStyle, MenuI18n, TabItemEventOption, BodySizeChangeOption, MenuItemTrigger, BeforeClick } from './types';
|
|
2
2
|
import { EleDropdownProps } from '../ele-app/plus';
|
|
3
3
|
import { ContextMenus } from '../ele-tabs/types';
|
|
4
|
-
import { EllipsisProps } from '../ele-menus/types';
|
|
5
4
|
import { PropType, ExtractPropTypes } from 'vue';
|
|
6
5
|
|
|
7
6
|
/**
|
|
@@ -20,7 +19,7 @@ export declare const proLayoutProps: {
|
|
|
20
19
|
maximized: BooleanConstructor;
|
|
21
20
|
/** 是否需要页签栏 */
|
|
22
21
|
tabBar: {
|
|
23
|
-
type:
|
|
22
|
+
type: PropType<boolean | "header">;
|
|
24
23
|
default: boolean;
|
|
25
24
|
};
|
|
26
25
|
/** 是否需要面包屑导航 */
|
|
@@ -30,7 +29,7 @@ export declare const proLayoutProps: {
|
|
|
30
29
|
};
|
|
31
30
|
/** 面包屑导航分隔符 */
|
|
32
31
|
breadcrumbSeparator: {
|
|
33
|
-
type: PropType<import('element-plus/es/utils/index').EpPropMergeType<(new (...args: any[]) => (string | import(
|
|
32
|
+
type: PropType<import('element-plus/es/utils/index').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>))[], unknown, unknown> | undefined>;
|
|
34
33
|
default: string;
|
|
35
34
|
};
|
|
36
35
|
/** 是否需要返回顶部 */
|
|
@@ -61,7 +60,7 @@ export declare const proLayoutProps: {
|
|
|
61
60
|
default: boolean;
|
|
62
61
|
};
|
|
63
62
|
/** 顶栏菜单省略项的属性 */
|
|
64
|
-
ellipsisProps: PropType<EllipsisProps>;
|
|
63
|
+
ellipsisProps: PropType<import('../ele-menus/types').EllipsisProps | undefined>;
|
|
65
64
|
/** 顶栏子菜单触发方式 */
|
|
66
65
|
menuTrigger: {
|
|
67
66
|
type: PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "hover" | "click", unknown> | undefined>;
|
|
@@ -194,9 +193,7 @@ export declare const proLayoutProps: {
|
|
|
194
193
|
default: number;
|
|
195
194
|
};
|
|
196
195
|
/** 是否开启菜单文本溢出提示 */
|
|
197
|
-
menuTextEllipsisTooltip:
|
|
198
|
-
/** 菜单文本溢出提示属性 */
|
|
199
|
-
menuTextEllipsisTooltipProps: PropType<Partial<import('../ele-tooltip/props').TooltipProps>>;
|
|
196
|
+
menuTextEllipsisTooltip: PropType<boolean | Partial<import('../ele-tooltip/props').TooltipProps> | undefined>;
|
|
200
197
|
/** 是否支持内链缓存 */
|
|
201
198
|
keepAlive: BooleanConstructor;
|
|
202
199
|
/** 内链切换动画 */
|
|
@@ -9,21 +9,10 @@
|
|
|
9
9
|
.ele-admin-header,
|
|
10
10
|
.ele-admin-sidebar,
|
|
11
11
|
.ele-admin-sidebox,
|
|
12
|
-
.ele-admin-tabs
|
|
13
|
-
.ele-modal-inner,
|
|
14
|
-
.ele-drawer-inner {
|
|
12
|
+
.ele-admin-tabs {
|
|
15
13
|
@include set-ele-var('header', $var);
|
|
16
14
|
}
|
|
17
15
|
|
|
18
|
-
.ele-admin-header.is-dark,
|
|
19
|
-
.ele-admin-header.is-primary {
|
|
20
|
-
@include set-ele-var('header-dark', $var);
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.ele-admin-header.is-primary {
|
|
24
|
-
@include set-ele-var('header-primary', $var);
|
|
25
|
-
}
|
|
26
|
-
|
|
27
16
|
.ele-admin-logo {
|
|
28
17
|
@include set-ele-var('logo', $var);
|
|
29
18
|
}
|
|
@@ -32,18 +21,14 @@
|
|
|
32
21
|
.ele-admin-sidebar,
|
|
33
22
|
.ele-admin-sidebox,
|
|
34
23
|
.ele-admin-body,
|
|
35
|
-
.ele-admin-mask
|
|
36
|
-
.ele-modal-inner,
|
|
37
|
-
.ele-drawer-inner {
|
|
24
|
+
.ele-admin-mask {
|
|
38
25
|
@include set-ele-var('sidebar', $var);
|
|
39
26
|
}
|
|
40
27
|
|
|
41
28
|
.ele-admin-header,
|
|
42
29
|
.ele-admin-sidebox,
|
|
43
30
|
.ele-admin-sidebox-popup,
|
|
44
|
-
.ele-admin-body
|
|
45
|
-
.ele-modal-inner,
|
|
46
|
-
.ele-drawer-inner {
|
|
31
|
+
.ele-admin-body {
|
|
47
32
|
@include set-ele-var('sidebox', $var);
|
|
48
33
|
}
|
|
49
34
|
}
|
|
@@ -13,6 +13,11 @@
|
|
|
13
13
|
z-index: calc(#{eleVar('layout', 'index')} + 3);
|
|
14
14
|
flex-shrink: 0;
|
|
15
15
|
|
|
16
|
+
&.is-ghost {
|
|
17
|
+
background: hsla(0, 0%, 100%, 0.04);
|
|
18
|
+
backdrop-filter: blur(8px);
|
|
19
|
+
}
|
|
20
|
+
|
|
16
21
|
/* 图标 */
|
|
17
22
|
.ele-admin-logo {
|
|
18
23
|
color: eleVar('logo', 'color');
|
|
@@ -41,7 +46,9 @@
|
|
|
41
46
|
|
|
42
47
|
/* 面包屑 */
|
|
43
48
|
.ele-admin-breadcrumb {
|
|
49
|
+
$tool-padding: eleVar('header', 'tool-padding');
|
|
44
50
|
flex-shrink: 0;
|
|
51
|
+
margin-left: calc(#{eleVar('header', 'tools-padding')} + #{$tool-padding});
|
|
45
52
|
}
|
|
46
53
|
|
|
47
54
|
/* 菜单 */
|
|
@@ -59,21 +66,79 @@
|
|
|
59
66
|
}
|
|
60
67
|
}
|
|
61
68
|
|
|
62
|
-
/*
|
|
63
|
-
.ele-admin-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
69
|
+
/* 页签栏 */
|
|
70
|
+
& > .ele-admin-tabs {
|
|
71
|
+
flex: 1;
|
|
72
|
+
overflow: hidden;
|
|
73
|
+
line-height: normal;
|
|
74
|
+
|
|
75
|
+
&.ele-tab-wrap {
|
|
76
|
+
padding-right: 0;
|
|
77
|
+
background: none;
|
|
78
|
+
box-shadow: none;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
& + .ele-admin-tools {
|
|
82
|
+
padding-left: 0;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
&.is-simple,
|
|
86
|
+
&.is-indicator {
|
|
87
|
+
align-self: flex-end;
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
& > .ele-admin-tabs.ele-tab-wrap.is-simple,
|
|
92
|
+
& > .ele-admin-tabs.ele-tab-wrap.is-indicator,
|
|
93
|
+
& > .ele-tab-wrap .ele-tabs.is-simple,
|
|
94
|
+
& > .ele-tab-wrap .ele-tabs.is-indicator {
|
|
95
|
+
$height: eleVar('header', 'height');
|
|
96
|
+
$tool-height: eleVar('header', 'tool-height');
|
|
97
|
+
$tab-height: calc(#{$height} - (#{$height} - #{$tool-height}) / 2);
|
|
98
|
+
#{eleVarName('tab', 'height')}: #{$tab-height};
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
/* 工具栏 */
|
|
103
|
+
.ele-admin-tools {
|
|
104
|
+
display: flex;
|
|
105
|
+
align-items: center;
|
|
106
|
+
padding: 0 eleVar('header', 'tools-padding');
|
|
107
|
+
box-sizing: border-box;
|
|
108
|
+
flex-shrink: 0;
|
|
109
|
+
height: 100%;
|
|
110
|
+
|
|
111
|
+
& + .ele-admin-breadcrumb {
|
|
112
|
+
margin-left: 0;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
& + .ele-admin-tabs {
|
|
116
|
+
&.ele-tab-wrap,
|
|
117
|
+
&:not(.is-fixed-home) .el-tabs__nav-wrap:not(.is-scrollable) .el-tabs__nav {
|
|
118
|
+
padding-left: 0;
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
& + .is-simple,
|
|
123
|
+
& + .is-indicator {
|
|
124
|
+
&.is-fixed-home,
|
|
125
|
+
&:not(.is-fixed-home) .el-tabs__nav-wrap:not(.is-scrollable) .el-tabs__nav {
|
|
126
|
+
padding-left: eleVar('tab', 'simple-angle-size');
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
& + .is-button {
|
|
131
|
+
&.is-fixed-home,
|
|
132
|
+
&:not(.is-fixed-home) .el-tabs__nav-wrap:not(.is-scrollable) .el-tabs__nav {
|
|
133
|
+
padding-left: eleVar('tab', 'button-space');
|
|
134
|
+
}
|
|
70
135
|
}
|
|
71
136
|
}
|
|
72
137
|
|
|
73
138
|
/* 操作按钮 */
|
|
74
139
|
.ele-admin-tool {
|
|
75
140
|
height: eleVar('header', 'tool-height');
|
|
76
|
-
padding: 0
|
|
141
|
+
padding: 0 eleVar('header', 'tool-padding');
|
|
77
142
|
display: flex;
|
|
78
143
|
align-items: center;
|
|
79
144
|
border-radius: eleVar('header', 'tool-radius');
|