ele-admin-plus 1.1.9-beta.10 → 1.1.9-beta.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/ele-alert/index.d.ts +22 -22
- package/es/ele-alert/index.js +2 -2
- package/es/ele-app/el.d.ts +2 -1
- package/es/ele-app/index.d.ts +2 -2
- package/es/ele-avatar-group/index.d.ts +26 -26
- package/es/ele-bar-code/index.d.ts +6 -6
- package/es/ele-basic-select/index.d.ts +31 -31
- package/es/ele-basic-select/index.js +7 -1
- package/es/ele-basic-select/props.d.ts +1 -1
- package/es/ele-bottom-bar/index.d.ts +5 -5
- package/es/ele-breadcrumb/index.d.ts +8 -8
- package/es/ele-breadcrumb/props.d.ts +1 -1
- package/es/ele-card/index.d.ts +11 -11
- package/es/ele-check-card/components/card-item.d.ts +3 -3
- package/es/ele-check-card/index.d.ts +12 -12
- package/es/ele-config-provider/components/receiver-view.d.ts +2 -2
- package/es/ele-config-provider/index.d.ts +6 -6
- package/es/ele-config-provider/receiver.d.ts +1 -1
- package/es/ele-config-provider/receiver.js +4 -8
- package/es/ele-config-provider/types.d.ts +2 -18
- package/es/ele-copyable/index.d.ts +28 -28
- package/es/ele-count-up/index.d.ts +6 -6
- package/es/ele-cropper/components/cropper-preview.d.ts +2 -2
- package/es/ele-cropper/components/cropper-tools.d.ts +8 -8
- package/es/ele-cropper/index.d.ts +11 -11
- package/es/ele-cropper-modal/index.d.ts +13 -13
- package/es/ele-cropper-modal/index.js +1 -1
- package/es/ele-dashboard/index.d.ts +4 -4
- package/es/ele-data-table/index.d.ts +56 -56
- package/es/ele-dot/index.d.ts +3 -3
- package/es/ele-drawer/index.d.ts +72 -69
- package/es/ele-drawer/index.js +107 -113
- package/es/ele-drawer/props.d.ts +1 -1
- package/es/ele-drawer/style/index.scss +48 -105
- package/es/ele-dropdown/index.d.ts +62 -62
- package/es/ele-dropdown/props.d.ts +4 -4
- package/es/ele-edit-tag/index.d.ts +30 -30
- package/es/ele-edit-tag/index.js +1 -1
- package/es/ele-ellipsis/index.d.ts +19 -19
- package/es/ele-file-list/components/file-grid-item.d.ts +7 -7
- package/es/ele-file-list/components/file-grid-item.js +1 -1
- package/es/ele-file-list/components/file-grid.d.ts +4 -4
- package/es/ele-file-list/components/file-sort.d.ts +1 -1
- package/es/ele-file-list/components/file-table-item.d.ts +7 -7
- package/es/ele-file-list/components/file-table-item.js +1 -1
- package/es/ele-file-list/components/file-table.d.ts +4 -4
- package/es/ele-file-list/index.d.ts +32 -32
- package/es/ele-file-list-tool/index.d.ts +2 -2
- package/es/ele-icon-select/components/icon-grid.d.ts +11 -11
- package/es/ele-icon-select/components/icon-grid.js +1 -1
- package/es/ele-icon-select/index.d.ts +45 -45
- package/es/ele-icon-select/props.d.ts +1 -1
- package/es/ele-loading/index.d.ts +11 -15
- package/es/ele-loading/index.js +10 -16
- package/es/ele-map-picker/components/map-view.d.ts +25 -25
- package/es/ele-map-picker/components/map-view.js +1 -1
- package/es/ele-map-picker/index.d.ts +21 -21
- package/es/ele-map-picker/index.js +1 -1
- package/es/ele-menus/index.d.ts +56 -58
- package/es/ele-menus/index.js +1 -1
- package/es/ele-menus/props.d.ts +2 -4
- package/es/ele-menus/props.js +1 -3
- package/es/ele-menus/style/css-var.scss +1 -5
- package/es/ele-modal/index.d.ts +73 -67
- package/es/ele-modal/index.js +164 -186
- package/es/ele-modal/props.d.ts +3 -1
- package/es/ele-modal/props.js +2 -0
- package/es/ele-modal/style/index.scss +85 -146
- package/es/ele-modal/util.d.ts +18 -44
- package/es/ele-modal/util.js +53 -179
- package/es/ele-page/index.d.ts +1 -1
- package/es/ele-pagination/index.d.ts +39 -30
- package/es/ele-pagination/index.js +4 -1
- package/es/ele-pagination/props.d.ts +7 -2
- package/es/ele-pagination/props.js +5 -0
- package/es/ele-popconfirm/index.d.ts +86 -86
- package/es/ele-popconfirm/index.js +6 -28
- package/es/ele-popconfirm/props.d.ts +5 -5
- package/es/ele-popover/index.d.ts +67 -67
- package/es/ele-popover/index.js +6 -14
- package/es/ele-popover/props.d.ts +4 -4
- package/es/ele-printer/index.d.ts +17 -17
- package/es/ele-pro-layout/components/header-tool.d.ts +1 -1
- package/es/ele-pro-layout/components/pro-header.d.ts +81 -26
- package/es/ele-pro-layout/components/pro-header.js +110 -20
- package/es/ele-pro-layout/components/pro-iframe.d.ts +3 -4
- package/es/ele-pro-layout/components/pro-iframe.js +31 -41
- package/es/ele-pro-layout/components/pro-sidebar.d.ts +9 -14
- package/es/ele-pro-layout/components/pro-sidebar.js +2 -5
- package/es/ele-pro-layout/components/pro-sidebox.d.ts +11 -16
- package/es/ele-pro-layout/components/pro-sidebox.js +2 -5
- package/es/ele-pro-layout/components/pro-tabs.d.ts +6 -6
- package/es/ele-pro-layout/components/sidebar-tool.d.ts +1 -1
- package/es/ele-pro-layout/components/tab-dropdown.d.ts +3 -3
- package/es/ele-pro-layout/components/tab-dropdown.js +1 -1
- package/es/ele-pro-layout/index.d.ts +93 -94
- package/es/ele-pro-layout/index.js +62 -47
- package/es/ele-pro-layout/props.d.ts +4 -7
- package/es/ele-pro-layout/props.js +2 -4
- package/es/ele-pro-layout/style/css-var.scss +3 -18
- package/es/ele-pro-layout/style/header.scss +74 -9
- package/es/ele-pro-layout/style/layout-mobile.scss +2 -2
- package/es/ele-pro-layout/style/layout-style.scss +8 -3
- package/es/ele-pro-layout/style/layout-theme.scss +48 -23
- package/es/ele-pro-layout/style/layout.scss +38 -8
- package/es/ele-pro-layout/style/sidebar.scss +0 -1
- package/es/ele-pro-layout/style/tabs.scss +19 -11
- package/es/ele-pro-layout/types.d.ts +1 -1
- package/es/ele-pro-layout/util.d.ts +1 -2
- package/es/ele-pro-layout/util.js +2 -3
- package/es/ele-pro-table/components/table-tools.d.ts +17 -17
- package/es/ele-pro-table/components/tool-column-list.d.ts +2 -2
- package/es/ele-pro-table/components/tool-column.d.ts +9 -9
- package/es/ele-pro-table/components/tool-export.d.ts +15 -292
- package/es/ele-pro-table/components/tool-print-body-cell.d.ts +8 -8
- package/es/ele-pro-table/components/tool-print-header-cell.d.ts +8 -8
- package/es/ele-pro-table/components/tool-print.d.ts +23 -736
- package/es/ele-pro-table/components/tool-print.js +0 -3
- package/es/ele-pro-table/index.d.ts +124 -126
- package/es/ele-pro-table/index.js +32 -26
- package/es/ele-pro-table/props.d.ts +16 -16
- package/es/ele-pro-table/types.d.ts +11 -0
- package/es/ele-pro-table/util.d.ts +11 -15
- package/es/ele-pro-table/util.js +18 -15
- package/es/ele-qr-code/index.d.ts +13 -13
- package/es/ele-qr-code-svg/index.d.ts +17 -17
- package/es/ele-segmented/index.d.ts +7 -7
- package/es/ele-split-panel/index.d.ts +15 -15
- package/es/ele-steps/index.d.ts +32 -32
- package/es/ele-tab-tool/index.d.ts +1 -1
- package/es/ele-tab-wrap/index.d.ts +5 -5
- package/es/ele-tab-wrap/index.js +2 -1
- package/es/ele-table/index.d.ts +3 -3
- package/es/ele-table/props.d.ts +1 -1
- package/es/ele-table-select/index.d.ts +41 -40
- package/es/ele-table-select/index.js +29 -27
- package/es/ele-table-select/props.d.ts +1 -1
- package/es/ele-tabs/components/tab-title.d.ts +3 -3
- package/es/ele-tabs/index.d.ts +31 -31
- package/es/ele-tabs/index.js +1 -0
- package/es/ele-tabs/props.d.ts +4 -4
- package/es/ele-tabs/style/css-var.scss +1 -30
- package/es/ele-tabs/style/index.scss +372 -241
- package/es/ele-tabs/types.d.ts +2 -1
- package/es/ele-text/index.d.ts +11 -11
- package/es/ele-tool/index.d.ts +6 -6
- package/es/ele-tool/props.d.ts +1 -1
- package/es/ele-toolbar/index.d.ts +14 -14
- package/es/ele-tooltip/index.d.ts +56 -56
- package/es/ele-tooltip/index.js +3 -0
- package/es/ele-tooltip/props.d.ts +8 -3
- package/es/ele-tooltip/props.js +2 -0
- package/es/ele-tour/index.d.ts +10 -10
- package/es/ele-tree-select/index.d.ts +31 -31
- package/es/ele-tree-select/props.d.ts +1 -1
- package/es/ele-upload-list/components/list-item.d.ts +2 -2
- package/es/ele-upload-list/index.d.ts +22 -22
- package/es/ele-virtual-table/components/body-cell.d.ts +16 -16
- package/es/ele-virtual-table/components/body-row.d.ts +17 -17
- package/es/ele-virtual-table/components/cell-checkbox.d.ts +2 -2
- package/es/ele-virtual-table/components/cell-filter.d.ts +13 -13
- package/es/ele-virtual-table/components/expand-row.d.ts +1 -1
- package/es/ele-virtual-table/components/footer-row.d.ts +5 -5
- package/es/ele-virtual-table/components/header-cell.d.ts +11 -11
- package/es/ele-virtual-table/components/header-row.d.ts +7 -7
- package/es/ele-virtual-table/index.d.ts +71 -71
- package/es/ele-virtual-table/props.d.ts +21 -21
- package/es/ele-virtual-table/style/index.scss +1 -1
- package/es/ele-virtual-table/util.d.ts +1 -1
- package/es/ele-watermark/index.d.ts +12 -12
- package/es/ele-xg-player/index.d.ts +6 -6
- package/es/icons/AnalysisOutlined.d.ts +1 -1
- package/es/icons/ApplicationOutlined.d.ts +1 -1
- package/es/icons/AppstoreAddOutlined.d.ts +1 -1
- package/es/icons/AppstoreOutlined.d.ts +1 -1
- package/es/icons/ArrowDown.d.ts +1 -1
- package/es/icons/ArrowDownOutlined.d.ts +1 -1
- package/es/icons/ArrowLeft.d.ts +1 -1
- package/es/icons/ArrowLeftOutlined.d.ts +1 -1
- package/es/icons/ArrowRight.d.ts +1 -1
- package/es/icons/ArrowRightOutlined.d.ts +1 -1
- package/es/icons/ArrowUp.d.ts +1 -1
- package/es/icons/ArrowUpOutlined.d.ts +1 -1
- package/es/icons/BellOutlined.d.ts +1 -1
- package/es/icons/BookOutlined.d.ts +1 -1
- package/es/icons/CalendarOutlined.d.ts +1 -1
- package/es/icons/CaretDownFilled.d.ts +1 -1
- package/es/icons/CaretUpFilled.d.ts +1 -1
- package/es/icons/CheckCircleFilled.d.ts +1 -1
- package/es/icons/CheckCircleOutlined.d.ts +1 -1
- package/es/icons/CheckOutlined.d.ts +1 -1
- package/es/icons/CityOutlined.d.ts +1 -1
- package/es/icons/ClockCircleOutlined.d.ts +1 -1
- package/es/icons/CloseCircleFilled.d.ts +1 -1
- package/es/icons/CloseCircleOutlined.d.ts +1 -1
- package/es/icons/CloseOutlined.d.ts +1 -1
- package/es/icons/CloudUploadOutlined.d.ts +1 -1
- package/es/icons/ClusterOutlined.d.ts +1 -1
- package/es/icons/CodeOutlined.d.ts +1 -1
- package/es/icons/ColumnHeightOutlined.d.ts +1 -1
- package/es/icons/CompassOutlined.d.ts +1 -1
- package/es/icons/CompressOutlined.d.ts +1 -1
- package/es/icons/ConnectionOutlined.d.ts +1 -1
- package/es/icons/ControlOutlined.d.ts +1 -1
- package/es/icons/CopyOutlined.d.ts +1 -1
- package/es/icons/CpuOutlined.d.ts +1 -1
- package/es/icons/DashboardOutlined.d.ts +1 -1
- package/es/icons/DatabaseOutlined.d.ts +1 -1
- package/es/icons/DeleteOutlined.d.ts +1 -1
- package/es/icons/DesktopOutlined.d.ts +1 -1
- package/es/icons/DownloadOutlined.d.ts +1 -1
- package/es/icons/DragOutlined.d.ts +1 -1
- package/es/icons/EditOutlined.d.ts +1 -1
- package/es/icons/EllipsisOutlined.d.ts +1 -1
- package/es/icons/EnvironmentOutlined.d.ts +1 -1
- package/es/icons/ExclamationCircleFilled.d.ts +1 -1
- package/es/icons/ExpandOutlined.d.ts +1 -1
- package/es/icons/FileOutlined.d.ts +1 -1
- package/es/icons/FilterFilled.d.ts +1 -1
- package/es/icons/FolderAddOutlined.d.ts +1 -1
- package/es/icons/FolderOutlined.d.ts +1 -1
- package/es/icons/FormOutlined.d.ts +1 -1
- package/es/icons/FullscreenExitOutlined.d.ts +1 -1
- package/es/icons/FullscreenOutlined.d.ts +1 -1
- package/es/icons/FundOutlined.d.ts +1 -1
- package/es/icons/GlobalOutlined.d.ts +1 -1
- package/es/icons/HolderOutlined.d.ts +1 -1
- package/es/icons/HomeOutlined.d.ts +1 -1
- package/es/icons/IdcardOutlined.d.ts +1 -1
- package/es/icons/InfoCircleFilled.d.ts +1 -1
- package/es/icons/LinkOutlined.d.ts +1 -1
- package/es/icons/LoadingDotOutlined.d.ts +1 -1
- package/es/icons/LoadingOutlined.d.ts +1 -1
- package/es/icons/LockOutlined.d.ts +1 -1
- package/es/icons/LogOutlined.d.ts +1 -1
- package/es/icons/LogoutOutlined.d.ts +1 -1
- package/es/icons/MailOutlined.d.ts +1 -1
- package/es/icons/MenuFoldOutlined.d.ts +1 -1
- package/es/icons/MenuUnfoldOutlined.d.ts +1 -1
- package/es/icons/MessageOutlined.d.ts +1 -1
- package/es/icons/MinusCircleOutlined.d.ts +1 -1
- package/es/icons/MobileOutlined.d.ts +1 -1
- package/es/icons/MoonOutlined.d.ts +1 -1
- package/es/icons/MoreOutlined.d.ts +1 -1
- package/es/icons/PauseFilled.d.ts +1 -1
- package/es/icons/PieChartOutlined.d.ts +1 -1
- package/es/icons/PlayFilled.d.ts +1 -1
- package/es/icons/PlusCircleOutlined.d.ts +1 -1
- package/es/icons/PlusOutlined.d.ts +1 -1
- package/es/icons/PrinterOutlined.d.ts +1 -1
- package/es/icons/ProtectOutlined.d.ts +1 -1
- package/es/icons/QuestionCircleFilled.d.ts +1 -1
- package/es/icons/QuestionCircleOutlined.d.ts +1 -1
- package/es/icons/ReloadOutlined.d.ts +1 -1
- package/es/icons/ResizeOutlined.d.ts +2 -0
- package/es/icons/ResizeOutlined.js +30 -0
- package/es/icons/SearchOutlined.d.ts +1 -1
- package/es/icons/SettingOutlined.d.ts +1 -1
- package/es/icons/ShoppingOutlined.d.ts +1 -1
- package/es/icons/SortOutlined.d.ts +1 -1
- package/es/icons/StarFilled.d.ts +1 -1
- package/es/icons/StepBackwardFilled.d.ts +1 -1
- package/es/icons/StepForwardFilled.d.ts +1 -1
- package/es/icons/SuitcaseOutlined.d.ts +1 -1
- package/es/icons/SunOutlined.d.ts +1 -1
- package/es/icons/SwapOutlined.d.ts +1 -1
- package/es/icons/SyncOutlined.d.ts +1 -1
- package/es/icons/TableOutlined.d.ts +1 -1
- package/es/icons/TagOutlined.d.ts +1 -1
- package/es/icons/TimerOutlined.d.ts +1 -1
- package/es/icons/UndoOutlined.d.ts +1 -1
- package/es/icons/UnlockOutlined.d.ts +1 -1
- package/es/icons/UploadOutlined.d.ts +1 -1
- package/es/icons/UserOutlined.d.ts +1 -1
- package/es/icons/VerticalAlignMiddleOutlined.d.ts +1 -1
- package/es/icons/VerticalLeftOutlined.d.ts +1 -1
- package/es/icons/VerticalRightOutlined.d.ts +1 -1
- package/es/icons/WarningOutlined.d.ts +1 -1
- package/es/icons/ZoomInOutlined.d.ts +1 -1
- package/es/icons/ZoomOutOutlined.d.ts +1 -1
- package/es/icons/index.d.ts +1 -0
- package/es/icons/index.js +50 -48
- package/es/style/nprogress.scss +1 -0
- package/es/style/themes/dark.scss +9 -15
- package/es/style/themes/default.scss +56 -80
- package/es/style/themes/rounded.scss +16 -30
- package/es/utils/menu-util.js +2 -5
- package/lib/ele-alert/index.cjs +2 -2
- package/lib/ele-alert/index.d.ts +22 -22
- package/lib/ele-app/el.d.ts +2 -1
- package/lib/ele-app/index.d.ts +2 -2
- package/lib/ele-avatar-group/index.d.ts +26 -26
- package/lib/ele-bar-code/index.d.ts +6 -6
- package/lib/ele-basic-select/index.cjs +7 -1
- package/lib/ele-basic-select/index.d.ts +31 -31
- package/lib/ele-basic-select/props.d.ts +1 -1
- package/lib/ele-bottom-bar/index.d.ts +5 -5
- package/lib/ele-breadcrumb/index.d.ts +8 -8
- package/lib/ele-breadcrumb/props.d.ts +1 -1
- package/lib/ele-card/index.d.ts +11 -11
- package/lib/ele-check-card/components/card-item.d.ts +3 -3
- package/lib/ele-check-card/index.d.ts +12 -12
- package/lib/ele-config-provider/components/receiver-view.d.ts +2 -2
- package/lib/ele-config-provider/index.d.ts +6 -6
- package/lib/ele-config-provider/receiver.cjs +3 -7
- package/lib/ele-config-provider/receiver.d.ts +1 -1
- package/lib/ele-config-provider/types.d.ts +2 -18
- package/lib/ele-copyable/index.d.ts +28 -28
- package/lib/ele-count-up/index.d.ts +6 -6
- package/lib/ele-cropper/components/cropper-preview.d.ts +2 -2
- package/lib/ele-cropper/components/cropper-tools.d.ts +8 -8
- package/lib/ele-cropper/index.d.ts +11 -11
- package/lib/ele-cropper-modal/index.cjs +1 -1
- package/lib/ele-cropper-modal/index.d.ts +13 -13
- package/lib/ele-dashboard/index.d.ts +4 -4
- package/lib/ele-data-table/index.d.ts +56 -56
- package/lib/ele-dot/index.d.ts +3 -3
- package/lib/ele-drawer/index.cjs +105 -111
- package/lib/ele-drawer/index.d.ts +72 -69
- package/lib/ele-drawer/props.d.ts +1 -1
- package/lib/ele-drawer/style/index.scss +48 -105
- package/lib/ele-dropdown/index.d.ts +62 -62
- package/lib/ele-dropdown/props.d.ts +4 -4
- package/lib/ele-edit-tag/index.cjs +1 -1
- package/lib/ele-edit-tag/index.d.ts +30 -30
- package/lib/ele-ellipsis/index.d.ts +19 -19
- package/lib/ele-file-list/components/file-grid-item.cjs +1 -1
- package/lib/ele-file-list/components/file-grid-item.d.ts +7 -7
- package/lib/ele-file-list/components/file-grid.d.ts +4 -4
- package/lib/ele-file-list/components/file-sort.d.ts +1 -1
- package/lib/ele-file-list/components/file-table-item.cjs +1 -1
- package/lib/ele-file-list/components/file-table-item.d.ts +7 -7
- package/lib/ele-file-list/components/file-table.d.ts +4 -4
- package/lib/ele-file-list/index.d.ts +32 -32
- package/lib/ele-file-list-tool/index.d.ts +2 -2
- package/lib/ele-icon-select/components/icon-grid.cjs +1 -1
- package/lib/ele-icon-select/components/icon-grid.d.ts +11 -11
- package/lib/ele-icon-select/index.d.ts +45 -45
- package/lib/ele-icon-select/props.d.ts +1 -1
- package/lib/ele-loading/index.cjs +9 -15
- package/lib/ele-loading/index.d.ts +11 -15
- package/lib/ele-map-picker/components/map-view.cjs +1 -1
- package/lib/ele-map-picker/components/map-view.d.ts +25 -25
- package/lib/ele-map-picker/index.cjs +1 -1
- package/lib/ele-map-picker/index.d.ts +21 -21
- package/lib/ele-menus/index.cjs +1 -1
- package/lib/ele-menus/index.d.ts +56 -58
- package/lib/ele-menus/props.cjs +1 -3
- package/lib/ele-menus/props.d.ts +2 -4
- package/lib/ele-menus/style/css-var.scss +1 -5
- package/lib/ele-modal/index.cjs +176 -198
- package/lib/ele-modal/index.d.ts +73 -67
- package/lib/ele-modal/props.cjs +2 -0
- package/lib/ele-modal/props.d.ts +3 -1
- package/lib/ele-modal/style/index.scss +85 -146
- package/lib/ele-modal/util.cjs +53 -179
- package/lib/ele-modal/util.d.ts +18 -44
- package/lib/ele-page/index.d.ts +1 -1
- package/lib/ele-pagination/index.cjs +4 -1
- package/lib/ele-pagination/index.d.ts +39 -30
- package/lib/ele-pagination/props.cjs +5 -0
- package/lib/ele-pagination/props.d.ts +7 -2
- package/lib/ele-popconfirm/index.cjs +5 -27
- package/lib/ele-popconfirm/index.d.ts +86 -86
- package/lib/ele-popconfirm/props.d.ts +5 -5
- package/lib/ele-popover/index.cjs +5 -13
- package/lib/ele-popover/index.d.ts +67 -67
- package/lib/ele-popover/props.d.ts +4 -4
- package/lib/ele-printer/index.d.ts +17 -17
- package/lib/ele-pro-layout/components/header-tool.d.ts +1 -1
- package/lib/ele-pro-layout/components/pro-header.cjs +109 -19
- package/lib/ele-pro-layout/components/pro-header.d.ts +81 -26
- package/lib/ele-pro-layout/components/pro-iframe.cjs +30 -40
- package/lib/ele-pro-layout/components/pro-iframe.d.ts +3 -4
- package/lib/ele-pro-layout/components/pro-sidebar.cjs +2 -5
- package/lib/ele-pro-layout/components/pro-sidebar.d.ts +9 -14
- package/lib/ele-pro-layout/components/pro-sidebox.cjs +2 -5
- package/lib/ele-pro-layout/components/pro-sidebox.d.ts +11 -16
- package/lib/ele-pro-layout/components/pro-tabs.d.ts +6 -6
- package/lib/ele-pro-layout/components/sidebar-tool.d.ts +1 -1
- package/lib/ele-pro-layout/components/tab-dropdown.cjs +1 -1
- package/lib/ele-pro-layout/components/tab-dropdown.d.ts +3 -3
- package/lib/ele-pro-layout/index.cjs +61 -46
- package/lib/ele-pro-layout/index.d.ts +93 -94
- package/lib/ele-pro-layout/props.cjs +2 -4
- package/lib/ele-pro-layout/props.d.ts +4 -7
- package/lib/ele-pro-layout/style/css-var.scss +3 -18
- package/lib/ele-pro-layout/style/header.scss +74 -9
- package/lib/ele-pro-layout/style/layout-mobile.scss +2 -2
- package/lib/ele-pro-layout/style/layout-style.scss +8 -3
- package/lib/ele-pro-layout/style/layout-theme.scss +48 -23
- package/lib/ele-pro-layout/style/layout.scss +38 -8
- package/lib/ele-pro-layout/style/sidebar.scss +0 -1
- package/lib/ele-pro-layout/style/tabs.scss +19 -11
- package/lib/ele-pro-layout/types.d.ts +1 -1
- package/lib/ele-pro-layout/util.cjs +2 -3
- package/lib/ele-pro-layout/util.d.ts +1 -2
- package/lib/ele-pro-table/components/table-tools.d.ts +17 -17
- package/lib/ele-pro-table/components/tool-column-list.d.ts +2 -2
- package/lib/ele-pro-table/components/tool-column.d.ts +9 -9
- package/lib/ele-pro-table/components/tool-export.d.ts +15 -292
- package/lib/ele-pro-table/components/tool-print-body-cell.d.ts +8 -8
- package/lib/ele-pro-table/components/tool-print-header-cell.d.ts +8 -8
- package/lib/ele-pro-table/components/tool-print.cjs +0 -3
- package/lib/ele-pro-table/components/tool-print.d.ts +23 -736
- package/lib/ele-pro-table/index.cjs +30 -24
- package/lib/ele-pro-table/index.d.ts +124 -126
- package/lib/ele-pro-table/props.d.ts +16 -16
- package/lib/ele-pro-table/types.d.ts +11 -0
- package/lib/ele-pro-table/util.cjs +18 -15
- package/lib/ele-pro-table/util.d.ts +11 -15
- package/lib/ele-qr-code/index.d.ts +13 -13
- package/lib/ele-qr-code-svg/index.d.ts +17 -17
- package/lib/ele-segmented/index.d.ts +7 -7
- package/lib/ele-split-panel/index.d.ts +15 -15
- package/lib/ele-steps/index.d.ts +32 -32
- package/lib/ele-tab-tool/index.d.ts +1 -1
- package/lib/ele-tab-wrap/index.cjs +2 -1
- package/lib/ele-tab-wrap/index.d.ts +5 -5
- package/lib/ele-table/index.d.ts +3 -3
- package/lib/ele-table/props.d.ts +1 -1
- package/lib/ele-table-select/index.cjs +29 -27
- package/lib/ele-table-select/index.d.ts +41 -40
- package/lib/ele-table-select/props.d.ts +1 -1
- package/lib/ele-tabs/components/tab-title.d.ts +3 -3
- package/lib/ele-tabs/index.cjs +1 -0
- package/lib/ele-tabs/index.d.ts +31 -31
- package/lib/ele-tabs/props.d.ts +4 -4
- package/lib/ele-tabs/style/css-var.scss +1 -30
- package/lib/ele-tabs/style/index.scss +372 -241
- package/lib/ele-tabs/types.d.ts +2 -1
- package/lib/ele-text/index.d.ts +11 -11
- package/lib/ele-tool/index.d.ts +6 -6
- package/lib/ele-tool/props.d.ts +1 -1
- package/lib/ele-toolbar/index.d.ts +14 -14
- package/lib/ele-tooltip/index.cjs +3 -0
- package/lib/ele-tooltip/index.d.ts +56 -56
- package/lib/ele-tooltip/props.cjs +2 -0
- package/lib/ele-tooltip/props.d.ts +8 -3
- package/lib/ele-tour/index.d.ts +10 -10
- package/lib/ele-tree-select/index.d.ts +31 -31
- package/lib/ele-tree-select/props.d.ts +1 -1
- package/lib/ele-upload-list/components/list-item.d.ts +2 -2
- package/lib/ele-upload-list/index.d.ts +22 -22
- package/lib/ele-virtual-table/components/body-cell.d.ts +16 -16
- package/lib/ele-virtual-table/components/body-row.d.ts +17 -17
- package/lib/ele-virtual-table/components/cell-checkbox.d.ts +2 -2
- package/lib/ele-virtual-table/components/cell-filter.d.ts +13 -13
- package/lib/ele-virtual-table/components/expand-row.d.ts +1 -1
- package/lib/ele-virtual-table/components/footer-row.d.ts +5 -5
- package/lib/ele-virtual-table/components/header-cell.d.ts +11 -11
- package/lib/ele-virtual-table/components/header-row.d.ts +7 -7
- package/lib/ele-virtual-table/index.d.ts +71 -71
- package/lib/ele-virtual-table/props.d.ts +21 -21
- package/lib/ele-virtual-table/style/index.scss +1 -1
- package/lib/ele-virtual-table/util.d.ts +1 -1
- package/lib/ele-watermark/index.d.ts +12 -12
- package/lib/ele-xg-player/index.d.ts +6 -6
- package/lib/icons/AnalysisOutlined.d.ts +1 -1
- package/lib/icons/ApplicationOutlined.d.ts +1 -1
- package/lib/icons/AppstoreAddOutlined.d.ts +1 -1
- package/lib/icons/AppstoreOutlined.d.ts +1 -1
- package/lib/icons/ArrowDown.d.ts +1 -1
- package/lib/icons/ArrowDownOutlined.d.ts +1 -1
- package/lib/icons/ArrowLeft.d.ts +1 -1
- package/lib/icons/ArrowLeftOutlined.d.ts +1 -1
- package/lib/icons/ArrowRight.d.ts +1 -1
- package/lib/icons/ArrowRightOutlined.d.ts +1 -1
- package/lib/icons/ArrowUp.d.ts +1 -1
- package/lib/icons/ArrowUpOutlined.d.ts +1 -1
- package/lib/icons/BellOutlined.d.ts +1 -1
- package/lib/icons/BookOutlined.d.ts +1 -1
- package/lib/icons/CalendarOutlined.d.ts +1 -1
- package/lib/icons/CaretDownFilled.d.ts +1 -1
- package/lib/icons/CaretUpFilled.d.ts +1 -1
- package/lib/icons/CheckCircleFilled.d.ts +1 -1
- package/lib/icons/CheckCircleOutlined.d.ts +1 -1
- package/lib/icons/CheckOutlined.d.ts +1 -1
- package/lib/icons/CityOutlined.d.ts +1 -1
- package/lib/icons/ClockCircleOutlined.d.ts +1 -1
- package/lib/icons/CloseCircleFilled.d.ts +1 -1
- package/lib/icons/CloseCircleOutlined.d.ts +1 -1
- package/lib/icons/CloseOutlined.d.ts +1 -1
- package/lib/icons/CloudUploadOutlined.d.ts +1 -1
- package/lib/icons/ClusterOutlined.d.ts +1 -1
- package/lib/icons/CodeOutlined.d.ts +1 -1
- package/lib/icons/ColumnHeightOutlined.d.ts +1 -1
- package/lib/icons/CompassOutlined.d.ts +1 -1
- package/lib/icons/CompressOutlined.d.ts +1 -1
- package/lib/icons/ConnectionOutlined.d.ts +1 -1
- package/lib/icons/ControlOutlined.d.ts +1 -1
- package/lib/icons/CopyOutlined.d.ts +1 -1
- package/lib/icons/CpuOutlined.d.ts +1 -1
- package/lib/icons/DashboardOutlined.d.ts +1 -1
- package/lib/icons/DatabaseOutlined.d.ts +1 -1
- package/lib/icons/DeleteOutlined.d.ts +1 -1
- package/lib/icons/DesktopOutlined.d.ts +1 -1
- package/lib/icons/DownloadOutlined.d.ts +1 -1
- package/lib/icons/DragOutlined.d.ts +1 -1
- package/lib/icons/EditOutlined.d.ts +1 -1
- package/lib/icons/EllipsisOutlined.d.ts +1 -1
- package/lib/icons/EnvironmentOutlined.d.ts +1 -1
- package/lib/icons/ExclamationCircleFilled.d.ts +1 -1
- package/lib/icons/ExpandOutlined.d.ts +1 -1
- package/lib/icons/FileOutlined.d.ts +1 -1
- package/lib/icons/FilterFilled.d.ts +1 -1
- package/lib/icons/FolderAddOutlined.d.ts +1 -1
- package/lib/icons/FolderOutlined.d.ts +1 -1
- package/lib/icons/FormOutlined.d.ts +1 -1
- package/lib/icons/FullscreenExitOutlined.d.ts +1 -1
- package/lib/icons/FullscreenOutlined.d.ts +1 -1
- package/lib/icons/FundOutlined.d.ts +1 -1
- package/lib/icons/GlobalOutlined.d.ts +1 -1
- package/lib/icons/HolderOutlined.d.ts +1 -1
- package/lib/icons/HomeOutlined.d.ts +1 -1
- package/lib/icons/IdcardOutlined.d.ts +1 -1
- package/lib/icons/InfoCircleFilled.d.ts +1 -1
- package/lib/icons/LinkOutlined.d.ts +1 -1
- package/lib/icons/LoadingDotOutlined.d.ts +1 -1
- package/lib/icons/LoadingOutlined.d.ts +1 -1
- package/lib/icons/LockOutlined.d.ts +1 -1
- package/lib/icons/LogOutlined.d.ts +1 -1
- package/lib/icons/LogoutOutlined.d.ts +1 -1
- package/lib/icons/MailOutlined.d.ts +1 -1
- package/lib/icons/MenuFoldOutlined.d.ts +1 -1
- package/lib/icons/MenuUnfoldOutlined.d.ts +1 -1
- package/lib/icons/MessageOutlined.d.ts +1 -1
- package/lib/icons/MinusCircleOutlined.d.ts +1 -1
- package/lib/icons/MobileOutlined.d.ts +1 -1
- package/lib/icons/MoonOutlined.d.ts +1 -1
- package/lib/icons/MoreOutlined.d.ts +1 -1
- package/lib/icons/PauseFilled.d.ts +1 -1
- package/lib/icons/PieChartOutlined.d.ts +1 -1
- package/lib/icons/PlayFilled.d.ts +1 -1
- package/lib/icons/PlusCircleOutlined.d.ts +1 -1
- package/lib/icons/PlusOutlined.d.ts +1 -1
- package/lib/icons/PrinterOutlined.d.ts +1 -1
- package/lib/icons/ProtectOutlined.d.ts +1 -1
- package/lib/icons/QuestionCircleFilled.d.ts +1 -1
- package/lib/icons/QuestionCircleOutlined.d.ts +1 -1
- package/lib/icons/ReloadOutlined.d.ts +1 -1
- package/lib/icons/ResizeOutlined.cjs +29 -0
- package/lib/icons/ResizeOutlined.d.ts +2 -0
- package/lib/icons/SearchOutlined.d.ts +1 -1
- package/lib/icons/SettingOutlined.d.ts +1 -1
- package/lib/icons/ShoppingOutlined.d.ts +1 -1
- package/lib/icons/SortOutlined.d.ts +1 -1
- package/lib/icons/StarFilled.d.ts +1 -1
- package/lib/icons/StepBackwardFilled.d.ts +1 -1
- package/lib/icons/StepForwardFilled.d.ts +1 -1
- package/lib/icons/SuitcaseOutlined.d.ts +1 -1
- package/lib/icons/SunOutlined.d.ts +1 -1
- package/lib/icons/SwapOutlined.d.ts +1 -1
- package/lib/icons/SyncOutlined.d.ts +1 -1
- package/lib/icons/TableOutlined.d.ts +1 -1
- package/lib/icons/TagOutlined.d.ts +1 -1
- package/lib/icons/TimerOutlined.d.ts +1 -1
- package/lib/icons/UndoOutlined.d.ts +1 -1
- package/lib/icons/UnlockOutlined.d.ts +1 -1
- package/lib/icons/UploadOutlined.d.ts +1 -1
- package/lib/icons/UserOutlined.d.ts +1 -1
- package/lib/icons/VerticalAlignMiddleOutlined.d.ts +1 -1
- package/lib/icons/VerticalLeftOutlined.d.ts +1 -1
- package/lib/icons/VerticalRightOutlined.d.ts +1 -1
- package/lib/icons/WarningOutlined.d.ts +1 -1
- package/lib/icons/ZoomInOutlined.d.ts +1 -1
- package/lib/icons/ZoomOutOutlined.d.ts +1 -1
- package/lib/icons/index.cjs +2 -0
- package/lib/icons/index.d.ts +1 -0
- package/lib/style/nprogress.scss +1 -0
- package/lib/style/themes/dark.scss +9 -15
- package/lib/style/themes/default.scss +56 -80
- package/lib/style/themes/rounded.scss +16 -30
- package/lib/utils/menu-util.cjs +1 -4
- package/package.json +15 -15
package/lib/ele-modal/index.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Position } from './types';
|
|
2
|
+
import { ElDialogInstance } from '../ele-app/el';
|
|
2
3
|
|
|
3
4
|
declare const _default: import('vue').DefineComponent<{
|
|
4
5
|
appendToBody: {
|
|
@@ -9,9 +10,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
9
10
|
type: BooleanConstructor;
|
|
10
11
|
default: boolean;
|
|
11
12
|
};
|
|
12
|
-
moveOut: import(
|
|
13
|
-
resizable: import(
|
|
14
|
-
position: import(
|
|
13
|
+
moveOut: import('vue').PropType<import('./types').MoveOut>;
|
|
14
|
+
resizable: import('vue').PropType<import('./types').Resizable>;
|
|
15
|
+
position: import('vue').PropType<Position>;
|
|
15
16
|
resetOnClose: {
|
|
16
17
|
type: BooleanConstructor;
|
|
17
18
|
default: boolean;
|
|
@@ -27,33 +28,35 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
27
28
|
type: NumberConstructor;
|
|
28
29
|
default: number;
|
|
29
30
|
};
|
|
30
|
-
headerStyle: import(
|
|
31
|
-
titleStyle: import(
|
|
32
|
-
bodyStyle: import(
|
|
33
|
-
footerStyle: import(
|
|
34
|
-
closeBtnStyle: import(
|
|
35
|
-
fullscreenBtnStyle: import(
|
|
31
|
+
headerStyle: import('vue').PropType<Partial<import('vue').CSSProperties>>;
|
|
32
|
+
titleStyle: import('vue').PropType<Partial<import('vue').CSSProperties>>;
|
|
33
|
+
bodyStyle: import('vue').PropType<Partial<import('vue').CSSProperties>>;
|
|
34
|
+
footerStyle: import('vue').PropType<Partial<import('vue').CSSProperties>>;
|
|
35
|
+
closeBtnStyle: import('vue').PropType<Partial<import('vue').CSSProperties>>;
|
|
36
|
+
fullscreenBtnStyle: import('vue').PropType<Partial<import('vue').CSSProperties>>;
|
|
37
|
+
resizeIconStyle: import('vue').PropType<Partial<import('vue').CSSProperties>>;
|
|
36
38
|
responsive: {
|
|
37
39
|
type: BooleanConstructor;
|
|
40
|
+
/** 弹窗类名 */
|
|
38
41
|
default: null;
|
|
39
42
|
};
|
|
40
43
|
form: BooleanConstructor;
|
|
41
|
-
appendTo: import(
|
|
44
|
+
appendTo: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => string & {}) | (() => string) | ((new (...args: any[]) => string & {}) | (() => string))[], unknown, unknown, "body", boolean>;
|
|
42
45
|
beforeClose: {
|
|
43
|
-
readonly type: import(
|
|
46
|
+
readonly type: import('vue').PropType<import('element-plus').DialogBeforeCloseFn>;
|
|
44
47
|
readonly required: false;
|
|
45
48
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
46
49
|
__epPropKey: true;
|
|
47
50
|
};
|
|
48
51
|
destroyOnClose: BooleanConstructor;
|
|
49
|
-
closeOnClickModal: import(
|
|
50
|
-
closeOnPressEscape: import(
|
|
51
|
-
lockScroll: import(
|
|
52
|
-
modal: import(
|
|
53
|
-
openDelay: import(
|
|
54
|
-
closeDelay: import(
|
|
52
|
+
closeOnClickModal: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
53
|
+
closeOnPressEscape: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
54
|
+
lockScroll: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
55
|
+
modal: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
56
|
+
openDelay: import('element-plus/es/utils/index').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
57
|
+
closeDelay: import('element-plus/es/utils/index').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
55
58
|
top: {
|
|
56
|
-
readonly type: import(
|
|
59
|
+
readonly type: import('vue').PropType<string>;
|
|
57
60
|
readonly required: false;
|
|
58
61
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
59
62
|
__epPropKey: true;
|
|
@@ -61,39 +64,40 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
61
64
|
modelValue: BooleanConstructor;
|
|
62
65
|
modalClass: StringConstructor;
|
|
63
66
|
width: {
|
|
64
|
-
readonly type: import(
|
|
67
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
65
68
|
readonly required: false;
|
|
66
69
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
67
70
|
__epPropKey: true;
|
|
68
71
|
};
|
|
69
72
|
zIndex: {
|
|
70
|
-
readonly type: import(
|
|
73
|
+
readonly type: import('vue').PropType<number>;
|
|
71
74
|
readonly required: false;
|
|
72
75
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
73
76
|
__epPropKey: true;
|
|
74
77
|
};
|
|
75
|
-
trapFocus: import(
|
|
76
|
-
headerAriaLevel: import(
|
|
78
|
+
trapFocus: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
79
|
+
headerAriaLevel: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
77
80
|
center: BooleanConstructor;
|
|
78
81
|
alignCenter: BooleanConstructor;
|
|
79
82
|
closeIcon: {
|
|
80
|
-
readonly type: import(
|
|
83
|
+
readonly 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>>;
|
|
81
84
|
readonly required: false;
|
|
82
85
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
83
86
|
__epPropKey: true;
|
|
84
87
|
};
|
|
85
88
|
overflow: BooleanConstructor;
|
|
86
89
|
fullscreen: BooleanConstructor;
|
|
87
|
-
showClose: import(
|
|
88
|
-
title: import(
|
|
89
|
-
ariaLevel: import(
|
|
90
|
+
showClose: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
91
|
+
title: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
92
|
+
ariaLevel: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
90
93
|
}, {
|
|
91
|
-
dialogRef: import(
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
94
|
+
dialogRef: import('vue').Ref<ElDialogInstance>;
|
|
95
|
+
isFullscreen: import('vue').Ref<boolean>;
|
|
96
|
+
dialogClass: import('vue').ComputedRef<string>;
|
|
97
|
+
teleportTo: import('vue').ComputedRef<string | Element>;
|
|
98
|
+
teleportDisabled: import('vue').ComputedRef<boolean>;
|
|
99
|
+
handleHeaderMousedown: (event: MouseEvent) => void;
|
|
100
|
+
handleResizeMousedown: (event: MouseEvent) => void;
|
|
97
101
|
updateModelValue: (modelValue: boolean) => void;
|
|
98
102
|
toggleFullscreen: (fullscreen?: boolean) => void;
|
|
99
103
|
onOpen: () => void;
|
|
@@ -102,7 +106,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
102
106
|
onClosed: () => void;
|
|
103
107
|
onOpenAutoFocus: () => void;
|
|
104
108
|
onCloseAutoFocus: () => void;
|
|
105
|
-
}, unknown, {}, {}, import(
|
|
109
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
106
110
|
'update:fullscreen': (_fullscreen: boolean) => boolean;
|
|
107
111
|
open: () => boolean;
|
|
108
112
|
opened: () => boolean;
|
|
@@ -111,7 +115,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
111
115
|
"update:modelValue": (value: boolean) => boolean;
|
|
112
116
|
openAutoFocus: () => boolean;
|
|
113
117
|
closeAutoFocus: () => boolean;
|
|
114
|
-
}, string, import(
|
|
118
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
115
119
|
appendToBody: {
|
|
116
120
|
type: BooleanConstructor;
|
|
117
121
|
default: boolean;
|
|
@@ -120,9 +124,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
120
124
|
type: BooleanConstructor;
|
|
121
125
|
default: boolean;
|
|
122
126
|
};
|
|
123
|
-
moveOut: import(
|
|
124
|
-
resizable: import(
|
|
125
|
-
position: import(
|
|
127
|
+
moveOut: import('vue').PropType<import('./types').MoveOut>;
|
|
128
|
+
resizable: import('vue').PropType<import('./types').Resizable>;
|
|
129
|
+
position: import('vue').PropType<Position>;
|
|
126
130
|
resetOnClose: {
|
|
127
131
|
type: BooleanConstructor;
|
|
128
132
|
default: boolean;
|
|
@@ -138,33 +142,35 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
138
142
|
type: NumberConstructor;
|
|
139
143
|
default: number;
|
|
140
144
|
};
|
|
141
|
-
headerStyle: import(
|
|
142
|
-
titleStyle: import(
|
|
143
|
-
bodyStyle: import(
|
|
144
|
-
footerStyle: import(
|
|
145
|
-
closeBtnStyle: import(
|
|
146
|
-
fullscreenBtnStyle: import(
|
|
145
|
+
headerStyle: import('vue').PropType<Partial<import('vue').CSSProperties>>;
|
|
146
|
+
titleStyle: import('vue').PropType<Partial<import('vue').CSSProperties>>;
|
|
147
|
+
bodyStyle: import('vue').PropType<Partial<import('vue').CSSProperties>>;
|
|
148
|
+
footerStyle: import('vue').PropType<Partial<import('vue').CSSProperties>>;
|
|
149
|
+
closeBtnStyle: import('vue').PropType<Partial<import('vue').CSSProperties>>;
|
|
150
|
+
fullscreenBtnStyle: import('vue').PropType<Partial<import('vue').CSSProperties>>;
|
|
151
|
+
resizeIconStyle: import('vue').PropType<Partial<import('vue').CSSProperties>>;
|
|
147
152
|
responsive: {
|
|
148
153
|
type: BooleanConstructor;
|
|
154
|
+
/** 弹窗类名 */
|
|
149
155
|
default: null;
|
|
150
156
|
};
|
|
151
157
|
form: BooleanConstructor;
|
|
152
|
-
appendTo: import(
|
|
158
|
+
appendTo: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => string & {}) | (() => string) | ((new (...args: any[]) => string & {}) | (() => string))[], unknown, unknown, "body", boolean>;
|
|
153
159
|
beforeClose: {
|
|
154
|
-
readonly type: import(
|
|
160
|
+
readonly type: import('vue').PropType<import('element-plus').DialogBeforeCloseFn>;
|
|
155
161
|
readonly required: false;
|
|
156
162
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
157
163
|
__epPropKey: true;
|
|
158
164
|
};
|
|
159
165
|
destroyOnClose: BooleanConstructor;
|
|
160
|
-
closeOnClickModal: import(
|
|
161
|
-
closeOnPressEscape: import(
|
|
162
|
-
lockScroll: import(
|
|
163
|
-
modal: import(
|
|
164
|
-
openDelay: import(
|
|
165
|
-
closeDelay: import(
|
|
166
|
+
closeOnClickModal: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
167
|
+
closeOnPressEscape: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
168
|
+
lockScroll: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
169
|
+
modal: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
170
|
+
openDelay: import('element-plus/es/utils/index').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
171
|
+
closeDelay: import('element-plus/es/utils/index').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
166
172
|
top: {
|
|
167
|
-
readonly type: import(
|
|
173
|
+
readonly type: import('vue').PropType<string>;
|
|
168
174
|
readonly required: false;
|
|
169
175
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
170
176
|
__epPropKey: true;
|
|
@@ -172,32 +178,32 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
172
178
|
modelValue: BooleanConstructor;
|
|
173
179
|
modalClass: StringConstructor;
|
|
174
180
|
width: {
|
|
175
|
-
readonly type: import(
|
|
181
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
176
182
|
readonly required: false;
|
|
177
183
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
178
184
|
__epPropKey: true;
|
|
179
185
|
};
|
|
180
186
|
zIndex: {
|
|
181
|
-
readonly type: import(
|
|
187
|
+
readonly type: import('vue').PropType<number>;
|
|
182
188
|
readonly required: false;
|
|
183
189
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
184
190
|
__epPropKey: true;
|
|
185
191
|
};
|
|
186
|
-
trapFocus: import(
|
|
187
|
-
headerAriaLevel: import(
|
|
192
|
+
trapFocus: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
193
|
+
headerAriaLevel: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
188
194
|
center: BooleanConstructor;
|
|
189
195
|
alignCenter: BooleanConstructor;
|
|
190
196
|
closeIcon: {
|
|
191
|
-
readonly type: import(
|
|
197
|
+
readonly 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>>;
|
|
192
198
|
readonly required: false;
|
|
193
199
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
194
200
|
__epPropKey: true;
|
|
195
201
|
};
|
|
196
202
|
overflow: BooleanConstructor;
|
|
197
203
|
fullscreen: BooleanConstructor;
|
|
198
|
-
showClose: import(
|
|
199
|
-
title: import(
|
|
200
|
-
ariaLevel: import(
|
|
204
|
+
showClose: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
205
|
+
title: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
206
|
+
ariaLevel: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
201
207
|
}>> & {
|
|
202
208
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
203
209
|
onOpen?: (() => any) | undefined;
|
|
@@ -215,19 +221,19 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
215
221
|
appendTo: string;
|
|
216
222
|
appendToBody: boolean;
|
|
217
223
|
destroyOnClose: boolean;
|
|
218
|
-
closeOnClickModal: import(
|
|
219
|
-
closeOnPressEscape: import(
|
|
220
|
-
lockScroll: import(
|
|
221
|
-
modal: import(
|
|
224
|
+
closeOnClickModal: import('element-plus/es/utils/index').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
225
|
+
closeOnPressEscape: import('element-plus/es/utils/index').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
226
|
+
lockScroll: import('element-plus/es/utils/index').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
227
|
+
modal: import('element-plus/es/utils/index').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
222
228
|
openDelay: number;
|
|
223
229
|
closeDelay: number;
|
|
224
|
-
trapFocus: import(
|
|
230
|
+
trapFocus: import('element-plus/es/utils/index').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
225
231
|
headerAriaLevel: string;
|
|
226
232
|
alignCenter: boolean;
|
|
227
233
|
draggable: boolean;
|
|
228
234
|
overflow: boolean;
|
|
229
235
|
fullscreen: boolean;
|
|
230
|
-
showClose: import(
|
|
236
|
+
showClose: import('element-plus/es/utils/index').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
231
237
|
ariaLevel: string;
|
|
232
238
|
minWidth: number;
|
|
233
239
|
multiple: boolean;
|
package/lib/ele-modal/props.cjs
CHANGED
package/lib/ele-modal/props.d.ts
CHANGED
|
@@ -53,6 +53,8 @@ export declare const modalProps: {
|
|
|
53
53
|
closeBtnStyle: PropType<Partial<import('vue').CSSProperties>>;
|
|
54
54
|
/** 自定义全屏按钮样式 */
|
|
55
55
|
fullscreenBtnStyle: PropType<Partial<import('vue').CSSProperties>>;
|
|
56
|
+
/** 拉伸图标样式 */
|
|
57
|
+
resizeIconStyle: PropType<Partial<import('vue').CSSProperties>>;
|
|
56
58
|
/** 是否开启响应式 */
|
|
57
59
|
responsive: {
|
|
58
60
|
type: BooleanConstructor;
|
|
@@ -99,7 +101,7 @@ export declare const modalProps: {
|
|
|
99
101
|
center: BooleanConstructor;
|
|
100
102
|
alignCenter: BooleanConstructor;
|
|
101
103
|
closeIcon: {
|
|
102
|
-
readonly type: PropType<import('element-plus/es/utils/index').EpPropMergeType<(new (...args: any[]) => (string | import(
|
|
104
|
+
readonly 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>>;
|
|
103
105
|
readonly required: false;
|
|
104
106
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
105
107
|
__epPropKey: true;
|
|
@@ -39,72 +39,69 @@
|
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
|
+
}
|
|
42
43
|
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
44
|
+
/* header */
|
|
45
|
+
.ele-modal-header {
|
|
46
|
+
display: flex;
|
|
47
|
+
align-items: center;
|
|
48
|
+
box-sizing: border-box;
|
|
49
|
+
padding: eleVar('modal', 'header-padding');
|
|
50
|
+
border-bottom: eleVar('modal', 'header-border');
|
|
51
|
+
}
|
|
51
52
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
53
|
+
.ele-modal-title {
|
|
54
|
+
flex: 1;
|
|
55
|
+
color: eleVar('modal', 'header-color');
|
|
56
|
+
font-size: eleVar('modal', 'header-font-size');
|
|
57
|
+
line-height: eleVar('modal', 'header-line-height');
|
|
58
|
+
font-weight: eleVar('modal', 'header-font-weight');
|
|
59
|
+
box-sizing: border-box;
|
|
60
|
+
}
|
|
60
61
|
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
&:hover {
|
|
78
|
-
color: eleVar('modal', 'icon-hover-color');
|
|
79
|
-
background: eleVar('modal', 'icon-hover-bg');
|
|
80
|
-
}
|
|
62
|
+
/* 图标按钮 */
|
|
63
|
+
.ele-modal-tool {
|
|
64
|
+
flex-shrink: 0;
|
|
65
|
+
display: flex;
|
|
66
|
+
align-items: center;
|
|
67
|
+
justify-content: center;
|
|
68
|
+
width: eleVar('modal', 'icon-size');
|
|
69
|
+
height: eleVar('modal', 'icon-size');
|
|
70
|
+
line-height: eleVar('modal', 'icon-size');
|
|
71
|
+
color: eleVar('modal', 'icon-color');
|
|
72
|
+
font-size: eleVar('modal', 'icon-font-size');
|
|
73
|
+
border-radius: eleVar('modal', 'icon-radius');
|
|
74
|
+
transition: (color $ele-transition, background-color $ele-transition);
|
|
75
|
+
box-sizing: border-box;
|
|
76
|
+
cursor: pointer;
|
|
81
77
|
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
78
|
+
&:hover {
|
|
79
|
+
color: eleVar('modal', 'icon-hover-color');
|
|
80
|
+
background: eleVar('modal', 'icon-hover-bg');
|
|
85
81
|
}
|
|
86
82
|
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
padding: eleVar('modal', 'body-padding');
|
|
90
|
-
box-sizing: border-box;
|
|
83
|
+
& + .ele-modal-tool {
|
|
84
|
+
margin-left: eleVar('modal', 'icon-space');
|
|
91
85
|
}
|
|
86
|
+
}
|
|
92
87
|
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
box-sizing: border-box;
|
|
98
|
-
}
|
|
88
|
+
/* body */
|
|
89
|
+
.ele-modal-body {
|
|
90
|
+
padding: eleVar('modal', 'body-padding');
|
|
91
|
+
box-sizing: border-box;
|
|
99
92
|
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
& > .ele-modal-body {
|
|
103
|
-
padding: eleVar('modal', 'form-body-padding');
|
|
104
|
-
}
|
|
93
|
+
&.is-form {
|
|
94
|
+
padding: eleVar('modal', 'form-body-padding');
|
|
105
95
|
}
|
|
106
96
|
}
|
|
107
97
|
|
|
98
|
+
/* footer */
|
|
99
|
+
.ele-modal-footer {
|
|
100
|
+
padding: eleVar('modal', 'footer-padding');
|
|
101
|
+
border-top: eleVar('modal', 'footer-border');
|
|
102
|
+
box-sizing: border-box;
|
|
103
|
+
}
|
|
104
|
+
|
|
108
105
|
/* 默认位置 */
|
|
109
106
|
.ele-modal-top > .el-overlay-dialog > .el-dialog {
|
|
110
107
|
margin: 0;
|
|
@@ -149,26 +146,24 @@
|
|
|
149
146
|
}
|
|
150
147
|
|
|
151
148
|
/* 支持拉伸 */
|
|
152
|
-
.ele-modal-
|
|
153
|
-
content: '';
|
|
149
|
+
.ele-modal-resize-icon {
|
|
154
150
|
position: absolute;
|
|
155
|
-
right:
|
|
156
|
-
bottom:
|
|
157
|
-
|
|
158
|
-
|
|
151
|
+
right: 2px;
|
|
152
|
+
bottom: 2px;
|
|
153
|
+
display: flex;
|
|
154
|
+
align-items: center;
|
|
155
|
+
justify-content: center;
|
|
156
|
+
color: eleVar('modal', 'icon-color');
|
|
157
|
+
font-size: 12px;
|
|
159
158
|
cursor: se-resize;
|
|
160
|
-
background-image: eleVar('modal', 'resize-bg');
|
|
161
|
-
background-position: 0 0;
|
|
162
|
-
background-size: 10px 10px;
|
|
163
|
-
background-repeat: no-repeat;
|
|
164
|
-
}
|
|
165
159
|
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
}
|
|
160
|
+
&.is-horizontal {
|
|
161
|
+
cursor: e-resize;
|
|
162
|
+
}
|
|
169
163
|
|
|
170
|
-
|
|
171
|
-
|
|
164
|
+
&.is-vertical {
|
|
165
|
+
cursor: s-resize;
|
|
166
|
+
}
|
|
172
167
|
}
|
|
173
168
|
|
|
174
169
|
.ele-modal-resizable > .el-overlay-dialog > .el-dialog,
|
|
@@ -190,35 +185,36 @@
|
|
|
190
185
|
width: 100% !important;
|
|
191
186
|
height: 100% !important;
|
|
192
187
|
display: flex !important;
|
|
193
|
-
max-width:
|
|
194
|
-
min-width:
|
|
195
|
-
max-height:
|
|
196
|
-
min-height:
|
|
197
|
-
border:
|
|
198
|
-
border-radius: 0;
|
|
188
|
+
max-width: none !important;
|
|
189
|
+
min-width: auto !important;
|
|
190
|
+
max-height: none !important;
|
|
191
|
+
min-height: auto !important;
|
|
192
|
+
border-radius: 0 !important;
|
|
199
193
|
|
|
200
194
|
& > .el-dialog__header {
|
|
201
|
-
cursor: default
|
|
202
|
-
}
|
|
195
|
+
cursor: default;
|
|
203
196
|
|
|
204
|
-
|
|
205
|
-
|
|
197
|
+
& > .ele-modal-resize-icon {
|
|
198
|
+
display: none;
|
|
199
|
+
}
|
|
206
200
|
}
|
|
207
201
|
}
|
|
208
202
|
|
|
209
|
-
/*
|
|
210
|
-
|
|
203
|
+
/* 同时打开多个 */
|
|
204
|
+
.ele-modal-container {
|
|
211
205
|
position: absolute;
|
|
212
206
|
top: 0;
|
|
213
207
|
left: 0;
|
|
214
208
|
right: 0;
|
|
215
209
|
bottom: 0;
|
|
210
|
+
width: 100%;
|
|
211
|
+
height: 100%;
|
|
216
212
|
pointer-events: none;
|
|
217
213
|
z-index: elVar('index', 'popper');
|
|
218
214
|
}
|
|
219
215
|
|
|
220
216
|
.ele-modal-multiple {
|
|
221
|
-
pointer-events: none;
|
|
217
|
+
pointer-events: none !important;
|
|
222
218
|
position: absolute !important;
|
|
223
219
|
|
|
224
220
|
& > .el-overlay-dialog {
|
|
@@ -236,70 +232,13 @@
|
|
|
236
232
|
display: none !important;
|
|
237
233
|
}
|
|
238
234
|
|
|
239
|
-
/*
|
|
235
|
+
/* 最大宽度适应屏幕 */
|
|
240
236
|
.ele-modal-responsive > .el-overlay-dialog > .el-dialog {
|
|
241
|
-
max-width: calc(
|
|
237
|
+
max-width: calc(100% - #{eleVar('modal', 'mobile-space')} * 2);
|
|
242
238
|
}
|
|
243
239
|
|
|
244
|
-
/*
|
|
245
|
-
.ele-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
left: eleVar('sidebar', 'width', 0);
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
&:not(.dialog-fade-leave-active):not(.dialog-fade-enter-active) {
|
|
252
|
-
transition: (width $ele-transition, left $ele-transition);
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
&.ele-state-has-tab {
|
|
256
|
-
top: calc(#{eleVar('header', 'height')} + #{eleVar('tab', 'height')});
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
&.ele-state-collapse {
|
|
260
|
-
left: eleVar('sidebar', 'collapse-width');
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
&.ele-state-mix-sidebar {
|
|
264
|
-
$box-width: eleVar('sidebox', 'width');
|
|
265
|
-
left: calc(#{$box-width} + #{eleVar('sidebar', 'mix-width')});
|
|
266
|
-
|
|
267
|
-
&.ele-state-collapse {
|
|
268
|
-
left: $box-width;
|
|
269
|
-
}
|
|
270
|
-
|
|
271
|
-
&.ele-state-single-sidebar {
|
|
272
|
-
left: $box-width;
|
|
273
|
-
}
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
&.ele-state-compact {
|
|
277
|
-
$collapse-width: eleVar('sidebar', 'collapse-width');
|
|
278
|
-
left: calc(#{$collapse-width} + #{eleVar('sidebar', 'mix-width')});
|
|
279
|
-
|
|
280
|
-
&.ele-state-single-sidebar {
|
|
281
|
-
left: $collapse-width;
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
&.ele-state-collapse {
|
|
285
|
-
left: $collapse-width;
|
|
286
|
-
}
|
|
287
|
-
}
|
|
288
|
-
|
|
289
|
-
&.ele-state-top-layout {
|
|
290
|
-
left: 0;
|
|
291
|
-
}
|
|
292
|
-
|
|
293
|
-
&.ele-state-maximized {
|
|
294
|
-
top: eleVar('tab', 'height');
|
|
295
|
-
left: 0 !important;
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
&.ele-state-expanded {
|
|
299
|
-
top: 0 !important;
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
&.ele-state-mobile {
|
|
303
|
-
left: 0 !important;
|
|
304
|
-
}
|
|
240
|
+
/* 限制在主体区域 */
|
|
241
|
+
.ele-admin-modals > .ele-modal {
|
|
242
|
+
pointer-events: auto;
|
|
243
|
+
position: absolute !important;
|
|
305
244
|
}
|