ele-admin-plus 1.1.9-beta.1 → 1.1.9-beta.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/core-installer.d.ts +2 -2
- package/es/ele-alert/index.d.ts +1 -1
- package/es/ele-alert/index.js +4 -6
- package/es/ele-alert/props.d.ts +10 -9
- package/es/ele-app/el.d.ts +18 -1
- package/es/ele-app/index.d.ts +1 -1
- package/es/ele-app/plus.d.ts +12 -0
- package/es/ele-app/style/overwrite/date-picker/index.scss +32 -5
- package/es/ele-app/style/overwrite/message-box/index.scss +5 -0
- package/es/ele-avatar-group/index.d.ts +4 -3
- package/es/ele-avatar-group/index.js +1 -3
- package/es/ele-avatar-group/props.d.ts +10 -9
- package/es/ele-bar-code/index.d.ts +5 -4
- package/es/ele-bar-code/props.d.ts +4 -3
- package/es/ele-basic-select/index.d.ts +17 -15
- package/es/ele-basic-select/index.js +40 -19
- package/es/ele-basic-select/props.d.ts +9 -8
- package/es/ele-basic-select/util.d.ts +2 -1
- package/es/ele-bottom-bar/index.d.ts +1 -1
- package/es/ele-bottom-bar/props.d.ts +4 -3
- package/es/ele-breadcrumb/index.d.ts +3 -2
- package/es/ele-breadcrumb/props.d.ts +5 -4
- package/es/ele-card/index.d.ts +1 -1
- package/es/ele-card/props.d.ts +7 -6
- package/es/ele-check-card/components/card-item.d.ts +4 -3
- package/es/ele-check-card/index.d.ts +6 -5
- package/es/ele-check-card/index.js +0 -5
- package/es/ele-check-card/props.d.ts +6 -5
- package/es/ele-config-provider/components/receiver-view.d.ts +17 -0
- package/es/ele-config-provider/components/receiver-view.js +134 -0
- package/es/ele-config-provider/index.d.ts +3 -3
- package/es/ele-config-provider/props.d.ts +6 -5
- package/es/ele-config-provider/props.js +2 -2
- package/es/ele-config-provider/receiver.d.ts +5 -9
- package/es/ele-config-provider/receiver.js +35 -116
- package/es/ele-config-provider/types.d.ts +6 -12
- package/es/ele-copyable/index.d.ts +8 -9
- package/es/ele-copyable/index.js +1 -5
- package/es/ele-copyable/props.d.ts +9 -8
- package/es/ele-count-up/index.d.ts +2 -1
- package/es/ele-count-up/props.d.ts +3 -2
- package/es/ele-cropper/components/cropper-preview.d.ts +1 -1
- package/es/ele-cropper/components/cropper-tools.d.ts +4 -3
- package/es/ele-cropper/index.d.ts +11 -10
- package/es/ele-cropper/index.js +1 -5
- package/es/ele-cropper/props.d.ts +4 -3
- package/es/ele-cropper-modal/index.d.ts +3 -2
- package/es/ele-cropper-modal/index.js +1 -1
- package/es/ele-cropper-modal/props.d.ts +7 -6
- package/es/ele-dashboard/index.d.ts +1 -2
- package/es/ele-dashboard/index.js +8 -17
- package/es/ele-dashboard/props.d.ts +3 -2
- package/es/ele-data-table/index.d.ts +10 -15
- package/es/ele-data-table/index.js +9 -1
- package/es/ele-data-table/props.d.ts +38 -43
- package/es/ele-data-table/style/index.scss +4 -0
- package/es/ele-data-table/types.d.ts +18 -16
- package/es/ele-data-table/util.d.ts +15 -9
- package/es/ele-data-table/util.js +14 -0
- package/es/ele-dot/index.d.ts +3 -5
- package/es/ele-dot/index.js +4 -10
- package/es/ele-dot/props.d.ts +3 -2
- package/es/ele-drawer/index.d.ts +8 -4
- package/es/ele-drawer/index.js +111 -114
- package/es/ele-drawer/props.d.ts +26 -25
- package/es/ele-drawer/style/index.scss +49 -106
- package/es/ele-dropdown/index.d.ts +6 -5
- package/es/ele-dropdown/index.js +7 -10
- package/es/ele-dropdown/props.d.ts +22 -21
- package/es/ele-dropdown/style/index.scss +2 -2
- package/es/ele-edit-tag/index.d.ts +9 -2
- package/es/ele-edit-tag/index.js +18 -16
- package/es/ele-edit-tag/props.d.ts +14 -9
- package/es/ele-edit-tag/props.js +5 -1
- package/es/ele-edit-tag/style/index.scss +13 -0
- package/es/ele-ellipsis/index.d.ts +7 -6
- package/es/ele-ellipsis/index.js +4 -27
- package/es/ele-ellipsis/props.d.ts +8 -7
- package/es/ele-file-list/components/file-grid-item.d.ts +6 -5
- package/es/ele-file-list/components/file-grid-item.js +17 -10
- package/es/ele-file-list/components/file-grid.d.ts +6 -5
- package/es/ele-file-list/components/file-grid.js +54 -50
- package/es/ele-file-list/components/file-sort.d.ts +1 -1
- package/es/ele-file-list/components/file-table-item.d.ts +6 -5
- package/es/ele-file-list/components/file-table-item.js +21 -16
- package/es/ele-file-list/components/file-table.d.ts +6 -5
- package/es/ele-file-list/components/file-table.js +92 -86
- package/es/ele-file-list/icons.d.ts +2 -1
- package/es/ele-file-list/index.d.ts +8 -7
- package/es/ele-file-list/index.js +1 -11
- package/es/ele-file-list/props.d.ts +6 -5
- package/es/ele-file-list-tool/index.d.ts +4 -4
- package/es/ele-file-list-tool/index.js +2 -2
- package/es/ele-icon-select/components/icon-grid.d.ts +4 -3
- package/es/ele-icon-select/components/icon-grid.js +1 -1
- package/es/ele-icon-select/index.d.ts +27 -14
- package/es/ele-icon-select/index.js +33 -10
- package/es/ele-icon-select/props.d.ts +23 -17
- package/es/ele-icon-select/props.js +6 -1
- package/es/ele-icon-select/style/index.js +1 -0
- package/es/ele-icon-select/style/index.scss +16 -2
- package/es/ele-loading/index.d.ts +1 -6
- package/es/ele-loading/index.js +39 -43
- package/es/ele-loading/props.d.ts +5 -4
- package/es/ele-map-picker/components/map-view.d.ts +51 -27
- package/es/ele-map-picker/components/map-view.js +227 -176
- package/es/ele-map-picker/index.d.ts +45 -22
- package/es/ele-map-picker/index.js +22 -40
- package/es/ele-map-picker/props.d.ts +37 -12
- package/es/ele-map-picker/props.js +20 -6
- package/es/ele-map-picker/style/index.scss +195 -166
- package/es/ele-map-picker/types.d.ts +8 -4
- package/es/ele-menus/index.d.ts +19 -7
- package/es/ele-menus/index.js +78 -14
- package/es/ele-menus/props.d.ts +27 -16
- package/es/ele-menus/props.js +13 -3
- package/es/ele-menus/style/css-var.scss +1 -5
- package/es/ele-menus/style/index.js +2 -0
- package/es/ele-menus/style/index.scss +13 -11
- package/es/ele-menus/types.d.ts +9 -9
- package/es/ele-menus/util.d.ts +35 -16
- package/es/ele-menus/util.js +115 -80
- package/es/ele-modal/index.d.ts +18 -11
- package/es/ele-modal/index.js +175 -167
- package/es/ele-modal/props.d.ts +26 -23
- package/es/ele-modal/props.js +2 -0
- package/es/ele-modal/style/index.scss +134 -159
- package/es/ele-modal/types.d.ts +2 -10
- package/es/ele-modal/util.d.ts +20 -45
- package/es/ele-modal/util.js +53 -214
- package/es/ele-page/index.d.ts +1 -1
- package/es/ele-page/props.d.ts +2 -1
- package/es/ele-pagination/index.d.ts +20 -9
- package/es/ele-pagination/index.js +22 -13
- package/es/ele-pagination/props.d.ts +19 -12
- package/es/ele-pagination/props.js +7 -0
- package/es/ele-pagination/style/index.scss +9 -0
- package/es/ele-pagination/types.d.ts +6 -1
- package/es/ele-popconfirm/index.d.ts +4 -3
- package/es/ele-popconfirm/index.js +6 -28
- package/es/ele-popconfirm/props.d.ts +32 -31
- package/es/ele-popconfirm/style/index.js +1 -1
- package/es/ele-popover/index.d.ts +7 -6
- package/es/ele-popover/index.js +6 -14
- package/es/ele-popover/props.d.ts +26 -25
- package/es/ele-popover/style/index.js +0 -1
- package/es/ele-printer/index.d.ts +7 -7
- package/es/ele-printer/index.js +11 -11
- package/es/ele-printer/props.d.ts +6 -5
- package/es/ele-printer/style/index.scss +1 -1
- package/es/ele-printer/util.d.ts +2 -1
- package/es/ele-printer/util.js +4 -2
- package/es/ele-pro-layout/components/header-tool.d.ts +1 -1
- package/es/ele-pro-layout/components/pro-header.d.ts +94 -17
- package/es/ele-pro-layout/components/pro-header.js +177 -28
- package/es/ele-pro-layout/components/pro-iframe.d.ts +4 -3
- package/es/ele-pro-layout/components/pro-iframe.js +46 -23
- package/es/ele-pro-layout/components/pro-sidebar.d.ts +30 -19
- package/es/ele-pro-layout/components/pro-sidebar.js +41 -16
- package/es/ele-pro-layout/components/pro-sidebox.d.ts +32 -15
- package/es/ele-pro-layout/components/pro-sidebox.js +52 -15
- package/es/ele-pro-layout/components/pro-tabs.d.ts +6 -5
- package/es/ele-pro-layout/components/sidebar-tool.d.ts +1 -1
- package/es/ele-pro-layout/components/tab-dropdown.d.ts +5 -4
- package/es/ele-pro-layout/components/tab-dropdown.js +6 -2
- package/es/ele-pro-layout/index.d.ts +54 -39
- package/es/ele-pro-layout/index.js +319 -87
- package/es/ele-pro-layout/props.d.ts +17 -10
- package/es/ele-pro-layout/props.js +8 -1
- 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 +23 -3
- package/es/ele-pro-layout/style/sidebar.scss +0 -1
- package/es/ele-pro-layout/style/tabs.scss +20 -12
- package/es/ele-pro-layout/types.d.ts +30 -4
- package/es/ele-pro-layout/util.d.ts +5 -4
- package/es/ele-pro-table/components/table-tools.d.ts +102 -10
- package/es/ele-pro-table/components/table-tools.js +125 -8
- package/es/ele-pro-table/components/tool-column-list.d.ts +4 -3
- package/es/ele-pro-table/components/tool-column-list.js +4 -7
- package/es/ele-pro-table/components/tool-column.d.ts +5 -4
- package/es/ele-pro-table/components/tool-column.js +9 -9
- package/es/ele-pro-table/components/tool-export.d.ts +456 -0
- package/es/ele-pro-table/components/tool-export.js +449 -0
- package/es/ele-pro-table/components/tool-print-body-cell.d.ts +35 -0
- package/es/ele-pro-table/components/tool-print-body-cell.js +88 -0
- package/es/ele-pro-table/components/tool-print-header-cell.d.ts +35 -0
- package/es/ele-pro-table/components/tool-print-header-cell.js +88 -0
- package/es/ele-pro-table/components/tool-print.d.ts +895 -0
- package/es/ele-pro-table/components/tool-print.js +555 -0
- package/es/ele-pro-table/index.d.ts +36 -30
- package/es/ele-pro-table/index.js +91 -19
- package/es/ele-pro-table/props.d.ts +52 -48
- package/es/ele-pro-table/props.js +6 -2
- package/es/ele-pro-table/style/index.js +9 -0
- package/es/ele-pro-table/style/index.scss +33 -5
- package/es/ele-pro-table/types.d.ts +149 -5
- package/es/ele-pro-table/util.d.ts +58 -6
- package/es/ele-pro-table/util.js +146 -22
- package/es/ele-qr-code/index.d.ts +3 -2
- package/es/ele-qr-code/props.d.ts +4 -3
- package/es/ele-qr-code/util.d.ts +3 -2
- package/es/ele-qr-code-svg/index.d.ts +1 -1
- package/es/ele-segmented/index.d.ts +4 -3
- package/es/ele-segmented/index.js +1 -3
- package/es/ele-segmented/props.d.ts +3 -2
- package/es/ele-split-panel/index.d.ts +11 -9
- package/es/ele-split-panel/index.js +63 -59
- package/es/ele-split-panel/props.d.ts +5 -4
- package/es/ele-steps/index.d.ts +1 -2
- package/es/ele-steps/index.js +2 -4
- package/es/ele-steps/props.d.ts +10 -9
- package/es/ele-tab-tool/index.d.ts +1 -1
- package/es/ele-tab-tool/props.d.ts +2 -1
- package/es/ele-tab-wrap/index.d.ts +1 -1
- package/es/ele-tab-wrap/index.js +2 -1
- package/es/ele-tab-wrap/props.d.ts +3 -2
- package/es/ele-table/index.d.ts +4 -1
- package/es/ele-table/index.js +2 -1
- package/es/ele-table/props.d.ts +4 -1
- package/es/ele-table/props.js +3 -1
- package/es/ele-table/style/index.scss +35 -0
- package/es/ele-table-select/index.d.ts +24 -22
- package/es/ele-table-select/index.js +27 -26
- package/es/ele-table-select/props.d.ts +11 -10
- package/es/ele-tabs/components/tab-title.d.ts +6 -5
- package/es/ele-tabs/index.d.ts +13 -23
- package/es/ele-tabs/index.js +2 -6
- package/es/ele-tabs/props.d.ts +15 -21
- 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 +1 -1
- package/es/ele-text/props.d.ts +5 -4
- package/es/ele-tool/index.d.ts +2 -2
- package/es/ele-tool/index.js +2 -4
- package/es/ele-tool/props.d.ts +10 -2
- package/es/ele-tool/props.js +5 -0
- package/es/ele-toolbar/index.d.ts +1 -1
- package/es/ele-toolbar/props.d.ts +7 -6
- package/es/ele-tooltip/index.d.ts +4 -3
- package/es/ele-tooltip/index.js +12 -13
- package/es/ele-tooltip/props.d.ts +28 -22
- package/es/ele-tooltip/props.js +2 -0
- package/es/ele-tooltip/style/css-var.scss +4 -0
- package/es/ele-tooltip/style/index.scss +23 -0
- package/es/ele-tour/index.d.ts +5 -4
- package/es/ele-tour/index.js +80 -77
- package/es/ele-tour/props.d.ts +3 -2
- package/es/ele-tour/util.d.ts +3 -2
- package/es/ele-tree-select/index.d.ts +10 -9
- package/es/ele-tree-select/props.d.ts +12 -11
- package/es/ele-tree-select/util.d.ts +3 -2
- package/es/ele-upload-list/components/list-item.d.ts +10 -5
- package/es/ele-upload-list/components/list-item.js +7 -4
- package/es/ele-upload-list/index.d.ts +12 -5
- package/es/ele-upload-list/index.js +9 -8
- package/es/ele-upload-list/props.d.ts +11 -6
- package/es/ele-upload-list/props.js +5 -1
- package/es/ele-upload-list/style/index.scss +2 -1
- package/es/ele-virtual-table/components/body-cell.d.ts +85 -50
- package/es/ele-virtual-table/components/body-cell.js +79 -112
- package/es/ele-virtual-table/components/body-row.d.ts +72 -48
- package/es/ele-virtual-table/components/body-row.js +57 -52
- package/es/ele-virtual-table/components/cell-checkbox.d.ts +3 -2
- package/es/ele-virtual-table/components/cell-filter.d.ts +9 -8
- package/es/ele-virtual-table/components/cell-filter.js +8 -12
- package/es/ele-virtual-table/components/expand-row.d.ts +10 -9
- package/es/ele-virtual-table/components/expand-row.js +3 -3
- package/es/ele-virtual-table/components/footer-row.d.ts +33 -14
- package/es/ele-virtual-table/components/footer-row.js +29 -19
- package/es/ele-virtual-table/components/header-cell.d.ts +5 -4
- package/es/ele-virtual-table/components/header-row.d.ts +5 -4
- package/es/ele-virtual-table/index.d.ts +23 -32
- package/es/ele-virtual-table/index.js +134 -136
- package/es/ele-virtual-table/props.d.ts +50 -52
- package/es/ele-virtual-table/style/index.scss +1 -1
- package/es/ele-virtual-table/types.d.ts +103 -69
- package/es/ele-virtual-table/util.d.ts +35 -10
- package/es/ele-virtual-table/util.js +66 -35
- package/es/ele-watermark/index.d.ts +12 -2
- package/es/ele-watermark/index.js +1 -1
- package/es/ele-watermark/props.d.ts +9 -3
- package/es/ele-watermark/props.js +5 -0
- package/es/ele-watermark/util.d.ts +3 -2
- package/es/ele-xg-player/index.d.ts +4 -4
- 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 +2 -0
- package/es/icons/PrinterOutlined.js +29 -0
- 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/VerticalLeftOutlined.js +2 -2
- package/es/icons/VerticalRightOutlined.d.ts +1 -1
- package/es/icons/VerticalRightOutlined.js +2 -2
- 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 +2 -0
- package/es/icons/index.js +60 -56
- package/es/installer.d.ts +2 -2
- package/es/lang/en_US.d.ts +2 -2
- package/es/lang/en_US.js +15 -3
- package/es/lang/zh_CN.d.ts +2 -2
- package/es/lang/zh_CN.js +15 -3
- package/es/lang/zh_TW.d.ts +2 -2
- package/es/lang/zh_TW.js +14 -2
- package/es/style/index.scss +1 -43
- package/es/style/plus.scss +43 -0
- package/es/style/themes/dark.scss +9 -15
- package/es/style/themes/default.scss +64 -84
- package/es/style/themes/rounded.scss +17 -31
- package/es/style/themes/theme-util.scss +0 -2
- package/es/utils/core.d.ts +5 -0
- package/es/utils/core.js +28 -0
- package/es/utils/menu-util.d.ts +3 -2
- package/es/utils/message.d.ts +4 -3
- package/es/utils/resolvers.d.ts +4 -4
- package/es/utils/resolvers.js +33 -20
- package/lib/core-installer.d.ts +2 -2
- package/lib/ele-alert/index.cjs +4 -6
- package/lib/ele-alert/index.d.ts +1 -1
- package/lib/ele-alert/props.d.ts +10 -9
- package/lib/ele-app/el.d.ts +18 -1
- package/lib/ele-app/index.d.ts +1 -1
- package/lib/ele-app/plus.d.ts +12 -0
- package/lib/ele-app/style/overwrite/date-picker/index.scss +32 -5
- package/lib/ele-app/style/overwrite/message-box/index.scss +5 -0
- package/lib/ele-avatar-group/index.cjs +1 -3
- package/lib/ele-avatar-group/index.d.ts +4 -3
- package/lib/ele-avatar-group/props.d.ts +10 -9
- package/lib/ele-bar-code/index.d.ts +5 -4
- package/lib/ele-bar-code/props.d.ts +4 -3
- package/lib/ele-basic-select/index.cjs +39 -18
- package/lib/ele-basic-select/index.d.ts +17 -15
- package/lib/ele-basic-select/props.d.ts +9 -8
- package/lib/ele-basic-select/util.d.ts +2 -1
- package/lib/ele-bottom-bar/index.d.ts +1 -1
- package/lib/ele-bottom-bar/props.d.ts +4 -3
- package/lib/ele-breadcrumb/index.d.ts +3 -2
- package/lib/ele-breadcrumb/props.d.ts +5 -4
- package/lib/ele-card/index.d.ts +1 -1
- package/lib/ele-card/props.d.ts +7 -6
- package/lib/ele-check-card/components/card-item.d.ts +4 -3
- package/lib/ele-check-card/index.cjs +0 -5
- package/lib/ele-check-card/index.d.ts +6 -5
- package/lib/ele-check-card/props.d.ts +6 -5
- package/lib/ele-config-provider/components/receiver-view.cjs +2 -0
- package/lib/ele-config-provider/components/receiver-view.d.ts +17 -0
- package/lib/ele-config-provider/index.d.ts +3 -3
- package/lib/ele-config-provider/props.cjs +2 -2
- package/lib/ele-config-provider/props.d.ts +6 -5
- package/lib/ele-config-provider/receiver.cjs +45 -2
- package/lib/ele-config-provider/receiver.d.ts +5 -9
- package/lib/ele-config-provider/types.d.ts +6 -12
- package/lib/ele-copyable/index.cjs +0 -4
- package/lib/ele-copyable/index.d.ts +8 -9
- package/lib/ele-copyable/props.d.ts +9 -8
- package/lib/ele-count-up/index.d.ts +2 -1
- package/lib/ele-count-up/props.d.ts +3 -2
- package/lib/ele-cropper/components/cropper-preview.d.ts +1 -1
- package/lib/ele-cropper/components/cropper-tools.d.ts +4 -3
- package/lib/ele-cropper/index.cjs +0 -4
- package/lib/ele-cropper/index.d.ts +11 -10
- package/lib/ele-cropper/props.d.ts +4 -3
- package/lib/ele-cropper-modal/index.cjs +1 -1
- package/lib/ele-cropper-modal/index.d.ts +3 -2
- package/lib/ele-cropper-modal/props.d.ts +7 -6
- package/lib/ele-dashboard/index.cjs +7 -16
- package/lib/ele-dashboard/index.d.ts +1 -2
- package/lib/ele-dashboard/props.d.ts +3 -2
- package/lib/ele-data-table/index.cjs +9 -1
- package/lib/ele-data-table/index.d.ts +10 -15
- package/lib/ele-data-table/props.d.ts +38 -43
- package/lib/ele-data-table/style/index.scss +4 -0
- package/lib/ele-data-table/types.d.ts +18 -16
- package/lib/ele-data-table/util.cjs +14 -0
- package/lib/ele-data-table/util.d.ts +15 -9
- package/lib/ele-dot/index.cjs +3 -9
- package/lib/ele-dot/index.d.ts +3 -5
- package/lib/ele-dot/props.d.ts +3 -2
- package/lib/ele-drawer/index.cjs +109 -112
- package/lib/ele-drawer/index.d.ts +8 -4
- package/lib/ele-drawer/props.d.ts +26 -25
- package/lib/ele-drawer/style/index.scss +49 -106
- package/lib/ele-dropdown/index.cjs +7 -10
- package/lib/ele-dropdown/index.d.ts +6 -5
- package/lib/ele-dropdown/props.d.ts +22 -21
- package/lib/ele-dropdown/style/index.scss +2 -2
- package/lib/ele-edit-tag/index.cjs +17 -15
- package/lib/ele-edit-tag/index.d.ts +9 -2
- package/lib/ele-edit-tag/props.cjs +5 -1
- package/lib/ele-edit-tag/props.d.ts +14 -9
- package/lib/ele-edit-tag/style/index.scss +13 -0
- package/lib/ele-ellipsis/index.cjs +3 -26
- package/lib/ele-ellipsis/index.d.ts +7 -6
- package/lib/ele-ellipsis/props.d.ts +8 -7
- package/lib/ele-file-list/components/file-grid-item.cjs +16 -9
- package/lib/ele-file-list/components/file-grid-item.d.ts +6 -5
- package/lib/ele-file-list/components/file-grid.cjs +53 -49
- package/lib/ele-file-list/components/file-grid.d.ts +6 -5
- package/lib/ele-file-list/components/file-sort.d.ts +1 -1
- package/lib/ele-file-list/components/file-table-item.cjs +20 -15
- package/lib/ele-file-list/components/file-table-item.d.ts +6 -5
- package/lib/ele-file-list/components/file-table.cjs +91 -85
- package/lib/ele-file-list/components/file-table.d.ts +6 -5
- package/lib/ele-file-list/icons.d.ts +2 -1
- package/lib/ele-file-list/index.cjs +0 -10
- package/lib/ele-file-list/index.d.ts +8 -7
- package/lib/ele-file-list/props.d.ts +6 -5
- package/lib/ele-file-list-tool/index.cjs +2 -2
- package/lib/ele-file-list-tool/index.d.ts +4 -4
- package/lib/ele-icon-select/components/icon-grid.cjs +1 -1
- package/lib/ele-icon-select/components/icon-grid.d.ts +4 -3
- package/lib/ele-icon-select/index.cjs +39 -16
- package/lib/ele-icon-select/index.d.ts +27 -14
- package/lib/ele-icon-select/props.cjs +6 -1
- package/lib/ele-icon-select/props.d.ts +23 -17
- package/lib/ele-icon-select/style/index.cjs +1 -0
- package/lib/ele-icon-select/style/index.scss +16 -2
- package/lib/ele-loading/index.cjs +38 -42
- package/lib/ele-loading/index.d.ts +1 -6
- package/lib/ele-loading/props.d.ts +5 -4
- package/lib/ele-map-picker/components/map-view.cjs +225 -174
- package/lib/ele-map-picker/components/map-view.d.ts +51 -27
- package/lib/ele-map-picker/index.cjs +21 -39
- package/lib/ele-map-picker/index.d.ts +45 -22
- package/lib/ele-map-picker/props.cjs +20 -6
- package/lib/ele-map-picker/props.d.ts +37 -12
- package/lib/ele-map-picker/style/index.scss +195 -166
- package/lib/ele-map-picker/types.d.ts +8 -4
- package/lib/ele-menus/index.cjs +76 -12
- package/lib/ele-menus/index.d.ts +19 -7
- package/lib/ele-menus/props.cjs +13 -3
- package/lib/ele-menus/props.d.ts +27 -16
- package/lib/ele-menus/style/css-var.scss +1 -5
- package/lib/ele-menus/style/index.cjs +2 -0
- package/lib/ele-menus/style/index.scss +13 -11
- package/lib/ele-menus/types.d.ts +9 -9
- package/lib/ele-menus/util.cjs +115 -80
- package/lib/ele-menus/util.d.ts +35 -16
- package/lib/ele-modal/index.cjs +187 -179
- package/lib/ele-modal/index.d.ts +18 -11
- package/lib/ele-modal/props.cjs +2 -0
- package/lib/ele-modal/props.d.ts +26 -23
- package/lib/ele-modal/style/index.scss +134 -159
- package/lib/ele-modal/types.d.ts +2 -10
- package/lib/ele-modal/util.cjs +53 -214
- package/lib/ele-modal/util.d.ts +20 -45
- package/lib/ele-page/index.d.ts +1 -1
- package/lib/ele-page/props.d.ts +2 -1
- package/lib/ele-pagination/index.cjs +21 -12
- package/lib/ele-pagination/index.d.ts +20 -9
- package/lib/ele-pagination/props.cjs +7 -0
- package/lib/ele-pagination/props.d.ts +19 -12
- package/lib/ele-pagination/style/index.scss +9 -0
- package/lib/ele-pagination/types.d.ts +6 -1
- package/lib/ele-popconfirm/index.cjs +5 -27
- package/lib/ele-popconfirm/index.d.ts +4 -3
- package/lib/ele-popconfirm/props.d.ts +32 -31
- package/lib/ele-popconfirm/style/index.cjs +1 -1
- package/lib/ele-popover/index.cjs +5 -13
- package/lib/ele-popover/index.d.ts +7 -6
- package/lib/ele-popover/props.d.ts +26 -25
- package/lib/ele-popover/style/index.cjs +0 -1
- package/lib/ele-printer/index.cjs +10 -10
- package/lib/ele-printer/index.d.ts +7 -7
- package/lib/ele-printer/props.d.ts +6 -5
- package/lib/ele-printer/style/index.scss +1 -1
- package/lib/ele-printer/util.cjs +4 -2
- package/lib/ele-printer/util.d.ts +2 -1
- package/lib/ele-pro-layout/components/header-tool.d.ts +1 -1
- package/lib/ele-pro-layout/components/pro-header.cjs +176 -27
- package/lib/ele-pro-layout/components/pro-header.d.ts +94 -17
- package/lib/ele-pro-layout/components/pro-iframe.cjs +45 -22
- package/lib/ele-pro-layout/components/pro-iframe.d.ts +4 -3
- package/lib/ele-pro-layout/components/pro-sidebar.cjs +41 -16
- package/lib/ele-pro-layout/components/pro-sidebar.d.ts +30 -19
- package/lib/ele-pro-layout/components/pro-sidebox.cjs +52 -15
- package/lib/ele-pro-layout/components/pro-sidebox.d.ts +32 -15
- package/lib/ele-pro-layout/components/pro-tabs.d.ts +6 -5
- package/lib/ele-pro-layout/components/sidebar-tool.d.ts +1 -1
- package/lib/ele-pro-layout/components/tab-dropdown.cjs +6 -2
- package/lib/ele-pro-layout/components/tab-dropdown.d.ts +5 -4
- package/lib/ele-pro-layout/index.cjs +318 -86
- package/lib/ele-pro-layout/index.d.ts +54 -39
- package/lib/ele-pro-layout/props.cjs +8 -1
- package/lib/ele-pro-layout/props.d.ts +17 -10
- 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 +23 -3
- package/lib/ele-pro-layout/style/sidebar.scss +0 -1
- package/lib/ele-pro-layout/style/tabs.scss +20 -12
- package/lib/ele-pro-layout/types.d.ts +30 -4
- package/lib/ele-pro-layout/util.d.ts +5 -4
- package/lib/ele-pro-table/components/table-tools.cjs +124 -7
- package/lib/ele-pro-table/components/table-tools.d.ts +102 -10
- package/lib/ele-pro-table/components/tool-column-list.cjs +3 -6
- package/lib/ele-pro-table/components/tool-column-list.d.ts +4 -3
- package/lib/ele-pro-table/components/tool-column.cjs +8 -8
- package/lib/ele-pro-table/components/tool-column.d.ts +5 -4
- package/lib/ele-pro-table/components/tool-export.cjs +448 -0
- package/lib/ele-pro-table/components/tool-export.d.ts +456 -0
- package/lib/ele-pro-table/components/tool-print-body-cell.cjs +87 -0
- package/lib/ele-pro-table/components/tool-print-body-cell.d.ts +35 -0
- package/lib/ele-pro-table/components/tool-print-header-cell.cjs +87 -0
- package/lib/ele-pro-table/components/tool-print-header-cell.d.ts +35 -0
- package/lib/ele-pro-table/components/tool-print.cjs +554 -0
- package/lib/ele-pro-table/components/tool-print.d.ts +895 -0
- package/lib/ele-pro-table/index.cjs +89 -17
- package/lib/ele-pro-table/index.d.ts +36 -30
- package/lib/ele-pro-table/props.cjs +6 -2
- package/lib/ele-pro-table/props.d.ts +52 -48
- package/lib/ele-pro-table/style/index.cjs +9 -0
- package/lib/ele-pro-table/style/index.scss +33 -5
- package/lib/ele-pro-table/types.d.ts +149 -5
- package/lib/ele-pro-table/util.cjs +145 -21
- package/lib/ele-pro-table/util.d.ts +58 -6
- package/lib/ele-qr-code/index.d.ts +3 -2
- package/lib/ele-qr-code/props.d.ts +4 -3
- package/lib/ele-qr-code/util.d.ts +3 -2
- package/lib/ele-qr-code-svg/index.d.ts +1 -1
- package/lib/ele-segmented/index.cjs +1 -3
- package/lib/ele-segmented/index.d.ts +4 -3
- package/lib/ele-segmented/props.d.ts +3 -2
- package/lib/ele-split-panel/index.cjs +62 -58
- package/lib/ele-split-panel/index.d.ts +11 -9
- package/lib/ele-split-panel/props.d.ts +5 -4
- package/lib/ele-steps/index.cjs +2 -4
- package/lib/ele-steps/index.d.ts +1 -2
- package/lib/ele-steps/props.d.ts +10 -9
- package/lib/ele-tab-tool/index.d.ts +1 -1
- package/lib/ele-tab-tool/props.d.ts +2 -1
- package/lib/ele-tab-wrap/index.cjs +2 -1
- package/lib/ele-tab-wrap/index.d.ts +1 -1
- package/lib/ele-tab-wrap/props.d.ts +3 -2
- package/lib/ele-table/index.cjs +2 -1
- package/lib/ele-table/index.d.ts +4 -1
- package/lib/ele-table/props.cjs +3 -1
- package/lib/ele-table/props.d.ts +4 -1
- package/lib/ele-table/style/index.scss +35 -0
- package/lib/ele-table-select/index.cjs +27 -26
- package/lib/ele-table-select/index.d.ts +24 -22
- package/lib/ele-table-select/props.d.ts +11 -10
- package/lib/ele-tabs/components/tab-title.d.ts +6 -5
- package/lib/ele-tabs/index.cjs +2 -6
- package/lib/ele-tabs/index.d.ts +13 -23
- package/lib/ele-tabs/props.d.ts +15 -21
- 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 +1 -1
- package/lib/ele-text/props.d.ts +5 -4
- package/lib/ele-tool/index.cjs +1 -3
- package/lib/ele-tool/index.d.ts +2 -2
- package/lib/ele-tool/props.cjs +5 -0
- package/lib/ele-tool/props.d.ts +10 -2
- package/lib/ele-toolbar/index.d.ts +1 -1
- package/lib/ele-toolbar/props.d.ts +7 -6
- package/lib/ele-tooltip/index.cjs +12 -13
- package/lib/ele-tooltip/index.d.ts +4 -3
- package/lib/ele-tooltip/props.cjs +2 -0
- package/lib/ele-tooltip/props.d.ts +28 -22
- package/lib/ele-tooltip/style/css-var.scss +4 -0
- package/lib/ele-tooltip/style/index.scss +23 -0
- package/lib/ele-tour/index.cjs +79 -76
- package/lib/ele-tour/index.d.ts +5 -4
- package/lib/ele-tour/props.d.ts +3 -2
- package/lib/ele-tour/util.d.ts +3 -2
- package/lib/ele-tree-select/index.d.ts +10 -9
- package/lib/ele-tree-select/props.d.ts +12 -11
- package/lib/ele-tree-select/util.d.ts +3 -2
- package/lib/ele-upload-list/components/list-item.cjs +6 -3
- package/lib/ele-upload-list/components/list-item.d.ts +10 -5
- package/lib/ele-upload-list/index.cjs +8 -7
- package/lib/ele-upload-list/index.d.ts +12 -5
- package/lib/ele-upload-list/props.cjs +5 -1
- package/lib/ele-upload-list/props.d.ts +11 -6
- package/lib/ele-upload-list/style/index.scss +2 -1
- package/lib/ele-virtual-table/components/body-cell.cjs +78 -111
- package/lib/ele-virtual-table/components/body-cell.d.ts +85 -50
- package/lib/ele-virtual-table/components/body-row.cjs +57 -52
- package/lib/ele-virtual-table/components/body-row.d.ts +72 -48
- package/lib/ele-virtual-table/components/cell-checkbox.d.ts +3 -2
- package/lib/ele-virtual-table/components/cell-filter.cjs +7 -11
- package/lib/ele-virtual-table/components/cell-filter.d.ts +9 -8
- package/lib/ele-virtual-table/components/expand-row.cjs +3 -3
- package/lib/ele-virtual-table/components/expand-row.d.ts +10 -9
- package/lib/ele-virtual-table/components/footer-row.cjs +27 -17
- package/lib/ele-virtual-table/components/footer-row.d.ts +33 -14
- package/lib/ele-virtual-table/components/header-cell.d.ts +5 -4
- package/lib/ele-virtual-table/components/header-row.d.ts +5 -4
- package/lib/ele-virtual-table/index.cjs +132 -134
- package/lib/ele-virtual-table/index.d.ts +23 -32
- package/lib/ele-virtual-table/props.d.ts +50 -52
- package/lib/ele-virtual-table/style/index.scss +1 -1
- package/lib/ele-virtual-table/types.d.ts +103 -69
- package/lib/ele-virtual-table/util.cjs +65 -34
- package/lib/ele-virtual-table/util.d.ts +35 -10
- package/lib/ele-watermark/index.cjs +1 -1
- package/lib/ele-watermark/index.d.ts +12 -2
- package/lib/ele-watermark/props.cjs +5 -0
- package/lib/ele-watermark/props.d.ts +9 -3
- package/lib/ele-watermark/util.d.ts +3 -2
- package/lib/ele-xg-player/index.d.ts +4 -4
- 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.cjs +28 -0
- package/lib/icons/PrinterOutlined.d.ts +2 -0
- 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.cjs +2 -2
- package/lib/icons/VerticalLeftOutlined.d.ts +1 -1
- package/lib/icons/VerticalRightOutlined.cjs +2 -2
- 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 +4 -0
- package/lib/icons/index.d.ts +2 -0
- package/lib/installer.d.ts +2 -2
- package/lib/lang/en_US.cjs +15 -3
- package/lib/lang/en_US.d.ts +2 -2
- package/lib/lang/zh_CN.cjs +15 -3
- package/lib/lang/zh_CN.d.ts +2 -2
- package/lib/lang/zh_TW.cjs +14 -2
- package/lib/lang/zh_TW.d.ts +2 -2
- package/lib/style/index.scss +1 -43
- package/lib/style/plus.scss +43 -0
- package/lib/style/themes/dark.scss +9 -15
- package/lib/style/themes/default.scss +64 -84
- package/lib/style/themes/rounded.scss +17 -31
- package/lib/style/themes/theme-util.scss +0 -2
- package/lib/utils/core.cjs +28 -0
- package/lib/utils/core.d.ts +5 -0
- package/lib/utils/menu-util.d.ts +3 -2
- package/lib/utils/message.d.ts +4 -3
- package/lib/utils/resolvers.cjs +33 -20
- package/lib/utils/resolvers.d.ts +4 -4
- package/package.json +24 -23
- package/es/ele-popover/style/css-var.scss +0 -8
- package/es/ele-popover/style/index.scss +0 -27
- package/lib/ele-popover/style/css-var.scss +0 -8
- package/lib/ele-popover/style/index.scss +0 -27
package/lib/ele-modal/util.cjs
CHANGED
|
@@ -1,104 +1,49 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
3
|
const core = require("../utils/core");
|
|
4
|
-
const
|
|
5
|
-
const headerClass = "ele-modal-header";
|
|
4
|
+
const containerClass = "ele-modal-container";
|
|
6
5
|
const wrapperClass = "ele-modal";
|
|
7
|
-
const containerId = "ele-modal-container";
|
|
8
|
-
const movableClass = "ele-modal-movable";
|
|
9
|
-
const resizableClass = "ele-modal-resizable";
|
|
10
|
-
const multipleClass = "ele-modal-multiple";
|
|
11
|
-
const fullscreenClass = "ele-modal-fullscreen";
|
|
12
|
-
const innerClass = "ele-modal-inner";
|
|
13
|
-
const responsiveClass = "ele-modal-responsive";
|
|
14
6
|
const closedClass = "ele-modal-closed";
|
|
15
|
-
const hideClass = "ele-modal-hide";
|
|
16
|
-
const collapseClass = "ele-state-collapse";
|
|
17
|
-
const compactClass = "ele-state-compact";
|
|
18
|
-
const maximizedClass = "ele-state-maximized";
|
|
19
|
-
const hasTabClass = "ele-state-has-tab";
|
|
20
|
-
const mixSidebarClass = "ele-state-mix-sidebar";
|
|
21
|
-
const singleSidebarClass = "ele-state-single-sidebar";
|
|
22
|
-
const topLayoutClass = "ele-state-top-layout";
|
|
23
|
-
const expandedClass = "ele-state-expanded";
|
|
24
|
-
const mobileClass = "ele-state-mobile";
|
|
25
7
|
const fixTop = 0.65;
|
|
26
8
|
const fixLeft = 0.65;
|
|
27
|
-
function initModalStyle(modalEl
|
|
9
|
+
function initModalStyle(modalEl) {
|
|
28
10
|
modalEl.style.top = modalEl.offsetTop + "px";
|
|
29
11
|
modalEl.style.left = modalEl.offsetLeft + "px";
|
|
30
|
-
modalEl.style.bottom = "auto";
|
|
31
12
|
modalEl.style.right = "auto";
|
|
13
|
+
modalEl.style.bottom = "auto";
|
|
14
|
+
modalEl.style.position = "absolute";
|
|
32
15
|
modalEl.style.margin = "0";
|
|
33
|
-
modalEl.style.position = "relative";
|
|
34
|
-
modalEl.style.display = resizable ? "inline-flex" : "inline-block";
|
|
35
|
-
modalEl.style.verticalAlign = "top";
|
|
36
|
-
}
|
|
37
|
-
function getModalContainer(multiple, appendTo) {
|
|
38
|
-
if (!multiple) {
|
|
39
|
-
return appendTo || "body";
|
|
40
|
-
}
|
|
41
|
-
const container = document.getElementById(containerId);
|
|
42
|
-
if (container) {
|
|
43
|
-
return container;
|
|
44
|
-
}
|
|
45
|
-
const elem = document.createElement("div");
|
|
46
|
-
elem.id = containerId;
|
|
47
|
-
document.body.appendChild(elem);
|
|
48
|
-
return elem;
|
|
49
|
-
}
|
|
50
|
-
function getVisibleModals() {
|
|
51
|
-
const el = getModalContainer(true);
|
|
52
|
-
const modals = el.querySelectorAll(`.${wrapperClass}:not(.${closedClass})`);
|
|
53
|
-
return modals ? Array.from(modals) : [];
|
|
54
|
-
}
|
|
55
|
-
function getModalMaxIndex(el) {
|
|
56
|
-
const modals = getVisibleModals();
|
|
57
|
-
let maxIndex = 0;
|
|
58
|
-
modals.forEach((modalEl) => {
|
|
59
|
-
const zIndex = core.getCurrentStyle(modalEl).zIndex;
|
|
60
|
-
if (zIndex != null) {
|
|
61
|
-
const index = Number(zIndex);
|
|
62
|
-
if (index >= maxIndex && (!el || modalEl !== el)) {
|
|
63
|
-
maxIndex = index + 1;
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
});
|
|
67
|
-
return maxIndex;
|
|
68
16
|
}
|
|
69
17
|
function canMoveOut(moveOut, direction) {
|
|
70
|
-
if (direction && moveOut != null &&
|
|
18
|
+
if (direction && moveOut != null && Array.isArray(moveOut)) {
|
|
71
19
|
return moveOut.includes(direction);
|
|
72
20
|
}
|
|
73
21
|
return false;
|
|
74
22
|
}
|
|
75
|
-
function
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
23
|
+
function getModalContainer(inner, multiple, appendTo, modalsEl) {
|
|
24
|
+
if (multiple) {
|
|
25
|
+
const parent = (inner ? modalsEl : void 0) || document.body;
|
|
26
|
+
const wrapper = parent.querySelector(`.${containerClass}`);
|
|
27
|
+
if (wrapper) {
|
|
28
|
+
return wrapper;
|
|
29
|
+
}
|
|
30
|
+
const elem = document.createElement("div");
|
|
31
|
+
elem.classList.add(containerClass);
|
|
32
|
+
parent.appendChild(elem);
|
|
33
|
+
return elem;
|
|
79
34
|
}
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
return;
|
|
35
|
+
if (inner && modalsEl) {
|
|
36
|
+
return modalsEl;
|
|
83
37
|
}
|
|
38
|
+
return appendTo || "body";
|
|
39
|
+
}
|
|
40
|
+
function handleMove(modalEl, event, props) {
|
|
84
41
|
const wrapEl = modalEl.parentElement;
|
|
85
42
|
if (!wrapEl) {
|
|
86
43
|
return;
|
|
87
44
|
}
|
|
88
|
-
const headerEl = modalEl.querySelector("." + headerClass);
|
|
89
|
-
if (!headerEl) {
|
|
90
|
-
return;
|
|
91
|
-
}
|
|
92
|
-
const titleEl = headerEl.querySelector("." + titleClass);
|
|
93
|
-
if (!titleEl || event.target !== headerEl && event.target !== titleEl) {
|
|
94
|
-
return;
|
|
95
|
-
}
|
|
96
|
-
const modalClass = (_a = wrapEl.parentElement) == null ? void 0 : _a.classList;
|
|
97
|
-
if (modalClass && modalClass.contains(fullscreenClass)) {
|
|
98
|
-
return;
|
|
99
|
-
}
|
|
100
45
|
modalEl.style.userSelect = "none";
|
|
101
|
-
initModalStyle(modalEl
|
|
46
|
+
initModalStyle(modalEl);
|
|
102
47
|
const downX = event.clientX;
|
|
103
48
|
const downY = event.clientY;
|
|
104
49
|
const downOL = modalEl.offsetLeft;
|
|
@@ -155,32 +100,13 @@ function handleMovable(event, props) {
|
|
|
155
100
|
document.addEventListener("mousemove", mousemoveFn);
|
|
156
101
|
document.addEventListener("mouseup", mouseupFn);
|
|
157
102
|
}
|
|
158
|
-
function
|
|
159
|
-
if (!props.resizable) {
|
|
160
|
-
return;
|
|
161
|
-
}
|
|
162
|
-
const modalEl = event.currentTarget;
|
|
163
|
-
if (!modalEl) {
|
|
164
|
-
return;
|
|
165
|
-
}
|
|
103
|
+
function handleResize(modalEl, event, props) {
|
|
166
104
|
const wrapEl = modalEl.parentElement;
|
|
167
105
|
if (!wrapEl) {
|
|
168
106
|
return;
|
|
169
107
|
}
|
|
170
|
-
const overlayEl = wrapEl.parentElement;
|
|
171
|
-
if (!overlayEl) {
|
|
172
|
-
return;
|
|
173
|
-
}
|
|
174
|
-
if (overlayEl.classList.contains(fullscreenClass)) {
|
|
175
|
-
return;
|
|
176
|
-
}
|
|
177
|
-
const limitX = modalEl.clientWidth + modalEl.offsetLeft - wrapEl.scrollLeft + overlayEl.offsetLeft;
|
|
178
|
-
const limitY = modalEl.clientHeight + modalEl.offsetTop - wrapEl.scrollTop + overlayEl.offsetTop;
|
|
179
|
-
if (event.clientX > limitX || limitX - event.clientX > 12 || event.clientY > limitY || limitY - event.clientY > 12) {
|
|
180
|
-
return;
|
|
181
|
-
}
|
|
182
108
|
modalEl.style.userSelect = "none";
|
|
183
|
-
initModalStyle(modalEl
|
|
109
|
+
initModalStyle(modalEl);
|
|
184
110
|
const downX = event.clientX;
|
|
185
111
|
const downY = event.clientY;
|
|
186
112
|
const downW = modalEl.clientWidth;
|
|
@@ -211,34 +137,45 @@ function handleResizable(event, props) {
|
|
|
211
137
|
document.addEventListener("mousemove", mousemoveFn);
|
|
212
138
|
document.addEventListener("mouseup", mouseupFn);
|
|
213
139
|
}
|
|
214
|
-
function
|
|
140
|
+
function topModal(modalEl, zIndex) {
|
|
215
141
|
var _a;
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
}
|
|
219
|
-
const overlayEl = (_a = modalEl.parentElement) == null ? void 0 : _a.parentElement;
|
|
220
|
-
if (!overlayEl || !overlayEl.classList || !overlayEl.classList.contains(multipleClass)) {
|
|
142
|
+
const overlayEl = (_a = modalEl == null ? void 0 : modalEl.parentElement) == null ? void 0 : _a.parentElement;
|
|
143
|
+
if (!overlayEl) {
|
|
221
144
|
return;
|
|
222
145
|
}
|
|
223
146
|
const currentIndex = core.getCurrentStyle(overlayEl).zIndex;
|
|
224
|
-
const
|
|
147
|
+
const containerEl = overlayEl.parentElement;
|
|
148
|
+
const modals = containerEl ? containerEl.querySelectorAll(`.${wrapperClass}:not(.${closedClass})`) : void 0;
|
|
149
|
+
let maxIndex = 0;
|
|
150
|
+
(modals ? Array.from(modals) : []).forEach((modalEl2) => {
|
|
151
|
+
const zIndex2 = core.getCurrentStyle(modalEl2).zIndex;
|
|
152
|
+
if (zIndex2 != null) {
|
|
153
|
+
const index = Number(zIndex2);
|
|
154
|
+
if (index >= maxIndex && (!overlayEl || modalEl2 !== overlayEl)) {
|
|
155
|
+
maxIndex = index + 1;
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
});
|
|
225
159
|
if (maxIndex > Number(currentIndex || zIndex || 0)) {
|
|
226
160
|
overlayEl.style.zIndex = String(maxIndex);
|
|
227
161
|
}
|
|
228
162
|
}
|
|
229
|
-
function
|
|
163
|
+
function getPositionMargin(position) {
|
|
164
|
+
if (position == null || typeof position !== "object" || position.top == null && position.right == null && position.bottom == null && position.left == null) {
|
|
165
|
+
return;
|
|
166
|
+
}
|
|
167
|
+
return [position.top, position.right, position.bottom, position.left].map((p) => typeof p === "number" ? `${p}px` : p || "auto").join(" ");
|
|
168
|
+
}
|
|
169
|
+
function resetModalStyle(modalEl, width, position) {
|
|
230
170
|
if (!modalEl) {
|
|
231
171
|
return;
|
|
232
172
|
}
|
|
173
|
+
modalEl.style.margin = getPositionMargin(position) || "";
|
|
174
|
+
modalEl.style.position = "";
|
|
233
175
|
modalEl.style.top = "";
|
|
234
176
|
modalEl.style.left = "";
|
|
235
177
|
modalEl.style.right = "";
|
|
236
178
|
modalEl.style.bottom = "";
|
|
237
|
-
modalEl.style.margin = "";
|
|
238
|
-
modalEl.style.marginTop = typeof top === "number" ? `${top}px` : top ?? "";
|
|
239
|
-
modalEl.style.display = "";
|
|
240
|
-
modalEl.style.position = "";
|
|
241
|
-
modalEl.style.verticalAlign = "";
|
|
242
179
|
modalEl.style.height = "";
|
|
243
180
|
modalEl.style.maxHeight = "";
|
|
244
181
|
modalEl.style.minHeight = "";
|
|
@@ -246,110 +183,12 @@ function resetModalStyle(modalEl, width, top) {
|
|
|
246
183
|
modalEl.style.maxWidth = "";
|
|
247
184
|
modalEl.style.minWidth = "";
|
|
248
185
|
}
|
|
249
|
-
function setModalPosition(modalEl, resizable, position, moveOut) {
|
|
250
|
-
if (!modalEl) {
|
|
251
|
-
return;
|
|
252
|
-
}
|
|
253
|
-
const wrapEl = modalEl.parentElement;
|
|
254
|
-
if (!wrapEl) {
|
|
255
|
-
return;
|
|
256
|
-
}
|
|
257
|
-
const location = {};
|
|
258
|
-
initModalStyle(modalEl, resizable);
|
|
259
|
-
const canOutB = canMoveOut(moveOut, "bottom");
|
|
260
|
-
const canOutR = canMoveOut(moveOut, "right");
|
|
261
|
-
const t = wrapEl.clientHeight - modalEl.clientHeight - (canOutB ? 0 : fixTop);
|
|
262
|
-
const maxTop = t < 0 ? 0 : t;
|
|
263
|
-
const l = wrapEl.clientWidth - modalEl.clientWidth - (canOutR ? 0 : fixLeft);
|
|
264
|
-
const maxLeft = l < 0 ? 0 : l;
|
|
265
|
-
if (position === "top") {
|
|
266
|
-
location.top = 0;
|
|
267
|
-
location.left = maxLeft / 2;
|
|
268
|
-
} else if (position === "bottom") {
|
|
269
|
-
location.top = maxTop;
|
|
270
|
-
location.left = maxLeft / 2;
|
|
271
|
-
} else if (position === "left") {
|
|
272
|
-
location.top = maxTop / 2;
|
|
273
|
-
location.left = 0;
|
|
274
|
-
} else if (position === "right") {
|
|
275
|
-
location.top = maxTop / 2;
|
|
276
|
-
location.left = maxLeft;
|
|
277
|
-
} else if (position === "leftTop") {
|
|
278
|
-
location.top = 0;
|
|
279
|
-
location.left = 0;
|
|
280
|
-
} else if (position === "leftBottom") {
|
|
281
|
-
location.top = maxTop;
|
|
282
|
-
location.left = 0;
|
|
283
|
-
} else if (position === "rightTop") {
|
|
284
|
-
location.top = 0;
|
|
285
|
-
location.left = maxLeft;
|
|
286
|
-
} else if (position === "rightBottom") {
|
|
287
|
-
location.top = maxTop;
|
|
288
|
-
location.left = maxLeft;
|
|
289
|
-
} else if (position === "center") {
|
|
290
|
-
location.top = maxTop / 2;
|
|
291
|
-
location.left = maxLeft / 2;
|
|
292
|
-
} else if (typeof position === "object") {
|
|
293
|
-
if (position.top != null) {
|
|
294
|
-
if (typeof position.top === "number") {
|
|
295
|
-
location.top = position.top;
|
|
296
|
-
} else {
|
|
297
|
-
location.topValue = position.top;
|
|
298
|
-
}
|
|
299
|
-
} else if (position.left != null) {
|
|
300
|
-
location.top = maxTop / 2;
|
|
301
|
-
}
|
|
302
|
-
if (position.left != null) {
|
|
303
|
-
if (typeof position.left === "number") {
|
|
304
|
-
location.left = position.left;
|
|
305
|
-
} else {
|
|
306
|
-
location.leftValue = position.left;
|
|
307
|
-
}
|
|
308
|
-
} else if (position.top != null) {
|
|
309
|
-
location.left = maxLeft / 2;
|
|
310
|
-
}
|
|
311
|
-
}
|
|
312
|
-
if (location.top != null) {
|
|
313
|
-
modalEl.style.top = `${Math.floor(location.top)}px`;
|
|
314
|
-
} else if (location.topValue != null) {
|
|
315
|
-
modalEl.style.top = location.topValue;
|
|
316
|
-
}
|
|
317
|
-
if (location.left != null) {
|
|
318
|
-
modalEl.style.left = `${Math.floor(location.left)}px`;
|
|
319
|
-
} else if (location.leftValue != null) {
|
|
320
|
-
modalEl.style.left = location.leftValue;
|
|
321
|
-
}
|
|
322
|
-
}
|
|
323
|
-
function setInitPosition(modalEl, resizable, position, moveOut, force) {
|
|
324
|
-
const attr = "ele-position";
|
|
325
|
-
if (modalEl && position && (force || !modalEl.getAttribute(attr))) {
|
|
326
|
-
modalEl.setAttribute(attr, "1");
|
|
327
|
-
setModalPosition(modalEl, resizable, position, moveOut);
|
|
328
|
-
}
|
|
329
|
-
}
|
|
330
186
|
exports.closedClass = closedClass;
|
|
331
|
-
exports.
|
|
332
|
-
exports.compactClass = compactClass;
|
|
333
|
-
exports.containerId = containerId;
|
|
334
|
-
exports.expandedClass = expandedClass;
|
|
335
|
-
exports.fullscreenClass = fullscreenClass;
|
|
187
|
+
exports.containerClass = containerClass;
|
|
336
188
|
exports.getModalContainer = getModalContainer;
|
|
337
|
-
exports.
|
|
338
|
-
exports.
|
|
339
|
-
exports.
|
|
340
|
-
exports.hideClass = hideClass;
|
|
341
|
-
exports.innerClass = innerClass;
|
|
342
|
-
exports.maximizedClass = maximizedClass;
|
|
343
|
-
exports.mixSidebarClass = mixSidebarClass;
|
|
344
|
-
exports.mobileClass = mobileClass;
|
|
345
|
-
exports.movableClass = movableClass;
|
|
346
|
-
exports.multipleClass = multipleClass;
|
|
189
|
+
exports.getPositionMargin = getPositionMargin;
|
|
190
|
+
exports.handleMove = handleMove;
|
|
191
|
+
exports.handleResize = handleResize;
|
|
347
192
|
exports.resetModalStyle = resetModalStyle;
|
|
348
|
-
exports.
|
|
349
|
-
exports.responsiveClass = responsiveClass;
|
|
350
|
-
exports.setInitPosition = setInitPosition;
|
|
351
|
-
exports.setModalPosition = setModalPosition;
|
|
352
|
-
exports.setModalTop = setModalTop;
|
|
353
|
-
exports.singleSidebarClass = singleSidebarClass;
|
|
354
|
-
exports.topLayoutClass = topLayoutClass;
|
|
193
|
+
exports.topModal = topModal;
|
|
355
194
|
exports.wrapperClass = wrapperClass;
|
package/lib/ele-modal/util.d.ts
CHANGED
|
@@ -1,70 +1,45 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
1
|
+
import { ModalProps } from './props';
|
|
2
|
+
import { Position } from './types';
|
|
3
|
+
|
|
4
|
+
export declare const containerClass = "ele-modal-container";
|
|
3
5
|
export declare const wrapperClass = "ele-modal";
|
|
4
|
-
export declare const containerId = "ele-modal-container";
|
|
5
|
-
export declare const movableClass = "ele-modal-movable";
|
|
6
|
-
export declare const resizableClass = "ele-modal-resizable";
|
|
7
|
-
export declare const multipleClass = "ele-modal-multiple";
|
|
8
|
-
export declare const fullscreenClass = "ele-modal-fullscreen";
|
|
9
|
-
export declare const innerClass = "ele-modal-inner";
|
|
10
|
-
export declare const responsiveClass = "ele-modal-responsive";
|
|
11
6
|
export declare const closedClass = "ele-modal-closed";
|
|
12
|
-
export declare const hideClass = "ele-modal-hide";
|
|
13
|
-
export declare const collapseClass = "ele-state-collapse";
|
|
14
|
-
export declare const compactClass = "ele-state-compact";
|
|
15
|
-
export declare const maximizedClass = "ele-state-maximized";
|
|
16
|
-
export declare const hasTabClass = "ele-state-has-tab";
|
|
17
|
-
export declare const mixSidebarClass = "ele-state-mix-sidebar";
|
|
18
|
-
export declare const singleSidebarClass = "ele-state-single-sidebar";
|
|
19
|
-
export declare const topLayoutClass = "ele-state-top-layout";
|
|
20
|
-
export declare const expandedClass = "ele-state-expanded";
|
|
21
|
-
export declare const mobileClass = "ele-state-mobile";
|
|
22
7
|
/**
|
|
23
|
-
*
|
|
8
|
+
* 获取弹窗容器
|
|
9
|
+
* @param inner 是否限制在主体内部
|
|
24
10
|
* @param multiple 是否支持同时打开多个
|
|
25
|
-
* @param appendTo
|
|
11
|
+
* @param appendTo 自定义插入的容器
|
|
12
|
+
* @param modalsEl 限制在主体内部时的容器
|
|
26
13
|
*/
|
|
27
|
-
export declare function getModalContainer(multiple?: boolean, appendTo?: string): Element | string;
|
|
14
|
+
export declare function getModalContainer(inner?: boolean, multiple?: boolean, appendTo?: string, modalsEl?: HTMLElement | null): Element | string;
|
|
28
15
|
/**
|
|
29
16
|
* 弹窗移动事件处理
|
|
17
|
+
* @param modalEl 弹窗节点
|
|
30
18
|
* @param event 事件
|
|
31
19
|
* @param props 属性
|
|
32
20
|
*/
|
|
33
|
-
export declare function
|
|
21
|
+
export declare function handleMove(modalEl: HTMLElement, event: MouseEvent, props: ModalProps): void;
|
|
34
22
|
/**
|
|
35
23
|
* 弹窗拉伸事件处理
|
|
36
24
|
* @param event 事件
|
|
37
25
|
* @param props 属性
|
|
38
26
|
*/
|
|
39
|
-
export declare function
|
|
27
|
+
export declare function handleResize(modalEl: HTMLElement, event: MouseEvent, props: ModalProps): void;
|
|
40
28
|
/**
|
|
41
29
|
* 置顶弹窗
|
|
42
|
-
* @param modalEl
|
|
30
|
+
* @param modalEl 弹窗
|
|
43
31
|
* @param zIndex 弹窗初始层级
|
|
44
|
-
* @returns
|
|
45
32
|
*/
|
|
46
|
-
export declare function
|
|
33
|
+
export declare function topModal(modalEl?: HTMLElement, zIndex?: number): void;
|
|
47
34
|
/**
|
|
48
|
-
*
|
|
49
|
-
* @param modalEl 弹窗节点
|
|
50
|
-
* @param width 初始宽度
|
|
51
|
-
* @param top 初始顶部距离
|
|
52
|
-
*/
|
|
53
|
-
export declare function resetModalStyle(modalEl?: HTMLElement, width?: string | number, top?: string | number): void;
|
|
54
|
-
/**
|
|
55
|
-
* 设置弹窗位置
|
|
56
|
-
* @param modalEl 弹窗节点
|
|
35
|
+
* 获取位置对应的外间距值
|
|
57
36
|
* @param position 位置
|
|
58
|
-
* @param resizable 是否可以拉伸
|
|
59
|
-
* @param moveOut 是否可以拉出容器
|
|
60
37
|
*/
|
|
61
|
-
export declare function
|
|
38
|
+
export declare function getPositionMargin(position?: Position): string | undefined;
|
|
62
39
|
/**
|
|
63
|
-
*
|
|
40
|
+
* 重置弹窗位置及大小
|
|
64
41
|
* @param modalEl 弹窗节点
|
|
65
|
-
* @param
|
|
66
|
-
* @param
|
|
67
|
-
* @param moveOut 是否可以拉出容器
|
|
68
|
-
* @param force 是否强制更新
|
|
42
|
+
* @param width 初始宽度
|
|
43
|
+
* @param top 初始顶部距离
|
|
69
44
|
*/
|
|
70
|
-
export declare function
|
|
45
|
+
export declare function resetModalStyle(modalEl?: HTMLElement, width?: string | number, position?: Position): void;
|
package/lib/ele-page/index.d.ts
CHANGED
package/lib/ele-page/props.d.ts
CHANGED
|
@@ -1,26 +1,31 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
const vue = require("vue");
|
|
3
3
|
const elementPlus = require("element-plus");
|
|
4
|
-
const receiver = require("../ele-config-provider/receiver");
|
|
5
4
|
const props = require("./props");
|
|
6
5
|
const _sfc_main = vue.defineComponent({
|
|
7
6
|
name: "ElePagination",
|
|
8
7
|
components: { ElPagination: elementPlus.ElPagination },
|
|
9
8
|
props: props.paginationProps,
|
|
10
9
|
emits: props.paginationEmits,
|
|
11
|
-
setup(
|
|
12
|
-
const
|
|
13
|
-
const
|
|
14
|
-
if (
|
|
15
|
-
|
|
10
|
+
setup(props2, { emit }) {
|
|
11
|
+
const isInfinite = vue.computed(() => "*" === props2.total);
|
|
12
|
+
const pageTotal = vue.computed(() => {
|
|
13
|
+
if (isInfinite.value) {
|
|
14
|
+
if (props2.hasNext) {
|
|
15
|
+
return Number.MAX_SAFE_INTEGER;
|
|
16
|
+
}
|
|
17
|
+
return (props2.currentPage || 1) * (props2.pageSize || 10);
|
|
16
18
|
}
|
|
19
|
+
const num = props2.total == null ? void 0 : Number(props2.total);
|
|
20
|
+
return num == null || isNaN(num) ? void 0 : num;
|
|
21
|
+
});
|
|
22
|
+
const onUpdateCurrentPage = (currentPage) => {
|
|
23
|
+
emit("update:currentPage", currentPage);
|
|
17
24
|
};
|
|
18
25
|
const onUpdatePageSize = (pageSize) => {
|
|
19
|
-
|
|
20
|
-
emit("update:pageSize", pageSize);
|
|
21
|
-
}
|
|
26
|
+
emit("update:pageSize", pageSize);
|
|
22
27
|
};
|
|
23
|
-
return { onUpdateCurrentPage, onUpdatePageSize };
|
|
28
|
+
return { isInfinite, pageTotal, onUpdateCurrentPage, onUpdatePageSize };
|
|
24
29
|
}
|
|
25
30
|
});
|
|
26
31
|
const _export_sfc = (sfc, props2) => {
|
|
@@ -37,7 +42,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
37
42
|
background: _ctx.type === "circle" ? false : _ctx.background,
|
|
38
43
|
pageSize: _ctx.pageSize,
|
|
39
44
|
defaultPageSize: _ctx.defaultPageSize,
|
|
40
|
-
total: _ctx.
|
|
45
|
+
total: _ctx.pageTotal,
|
|
41
46
|
pageCount: _ctx.pageCount,
|
|
42
47
|
pagerCount: _ctx.pagerCount,
|
|
43
48
|
currentPage: _ctx.currentPage,
|
|
@@ -52,7 +57,11 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
52
57
|
disabled: _ctx.disabled,
|
|
53
58
|
teleported: _ctx.teleported,
|
|
54
59
|
hideOnSinglePage: _ctx.hideOnSinglePage,
|
|
55
|
-
class: vue.normalizeClass([
|
|
60
|
+
class: vue.normalizeClass([
|
|
61
|
+
"ele-pagination",
|
|
62
|
+
{ "is-circle": _ctx.type === "circle" },
|
|
63
|
+
{ "is-infinite": _ctx.isInfinite }
|
|
64
|
+
]),
|
|
56
65
|
"onUpdate:currentPage": _ctx.onUpdateCurrentPage,
|
|
57
66
|
"onUpdate:pageSize": _ctx.onUpdatePageSize
|
|
58
67
|
}, vue.createSlots({ _: 2 }, [
|
|
@@ -1,11 +1,15 @@
|
|
|
1
|
-
declare const _default: import(
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
total: import("vue").PropType<import("./types").PaginationTotal>;
|
|
3
|
+
hasNext: {
|
|
4
|
+
type: BooleanConstructor;
|
|
5
|
+
default: boolean;
|
|
6
|
+
};
|
|
2
7
|
type: {
|
|
3
8
|
type: import("vue").PropType<import("./types").PaginationType>;
|
|
4
9
|
default: string;
|
|
5
10
|
};
|
|
6
11
|
pageSize: NumberConstructor;
|
|
7
12
|
defaultPageSize: NumberConstructor;
|
|
8
|
-
total: NumberConstructor;
|
|
9
13
|
pageCount: NumberConstructor;
|
|
10
14
|
pagerCount: import("element-plus/es/utils/index").EpPropFinalized<NumberConstructor, unknown, unknown, 7, boolean>;
|
|
11
15
|
currentPage: NumberConstructor;
|
|
@@ -23,19 +27,25 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
23
27
|
disabled: BooleanConstructor;
|
|
24
28
|
hideOnSinglePage: BooleanConstructor;
|
|
25
29
|
}, {
|
|
30
|
+
isInfinite: import("vue").ComputedRef<boolean>;
|
|
31
|
+
pageTotal: import("vue").ComputedRef<number | undefined>;
|
|
26
32
|
onUpdateCurrentPage: (currentPage: number) => void;
|
|
27
33
|
onUpdatePageSize: (pageSize: number) => void;
|
|
28
34
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
29
35
|
'update:currentPage': (_currentPage: number) => boolean;
|
|
30
36
|
'update:pageSize': (_pageSize: number) => boolean;
|
|
31
37
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
38
|
+
total: import("vue").PropType<import("./types").PaginationTotal>;
|
|
39
|
+
hasNext: {
|
|
40
|
+
type: BooleanConstructor;
|
|
41
|
+
default: boolean;
|
|
42
|
+
};
|
|
32
43
|
type: {
|
|
33
44
|
type: import("vue").PropType<import("./types").PaginationType>;
|
|
34
45
|
default: string;
|
|
35
46
|
};
|
|
36
47
|
pageSize: NumberConstructor;
|
|
37
48
|
defaultPageSize: NumberConstructor;
|
|
38
|
-
total: NumberConstructor;
|
|
39
49
|
pageCount: NumberConstructor;
|
|
40
50
|
pagerCount: import("element-plus/es/utils/index").EpPropFinalized<NumberConstructor, unknown, unknown, 7, boolean>;
|
|
41
51
|
currentPage: NumberConstructor;
|
|
@@ -57,18 +67,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
57
67
|
"onUpdate:pageSize"?: ((_pageSize: number) => any) | undefined;
|
|
58
68
|
}, {
|
|
59
69
|
type: import("./types").PaginationType;
|
|
60
|
-
|
|
61
|
-
disabled: boolean;
|
|
62
|
-
teleported: import("element-plus/es/utils/index").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
63
|
-
small: boolean;
|
|
64
|
-
layout: string;
|
|
65
|
-
background: boolean;
|
|
70
|
+
hasNext: boolean;
|
|
66
71
|
pagerCount: number;
|
|
72
|
+
layout: string;
|
|
67
73
|
pageSizes: number[];
|
|
74
|
+
popperClass: string;
|
|
68
75
|
prevText: string;
|
|
69
76
|
prevIcon: 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>;
|
|
70
77
|
nextText: string;
|
|
71
78
|
nextIcon: 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>;
|
|
79
|
+
teleported: import("element-plus/es/utils/index").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
80
|
+
small: boolean;
|
|
81
|
+
background: boolean;
|
|
82
|
+
disabled: boolean;
|
|
72
83
|
hideOnSinglePage: boolean;
|
|
73
84
|
}, {}>;
|
|
74
85
|
export default _default;
|
|
@@ -3,6 +3,13 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
|
3
3
|
const elementPlus = require("element-plus");
|
|
4
4
|
const paginationProps = {
|
|
5
5
|
...elementPlus.paginationProps,
|
|
6
|
+
/** 总条目数 */
|
|
7
|
+
total: [String, Number],
|
|
8
|
+
/** 是否还有下一页 */
|
|
9
|
+
hasNext: {
|
|
10
|
+
type: Boolean,
|
|
11
|
+
default: true
|
|
12
|
+
},
|
|
6
13
|
/** 风格 */
|
|
7
14
|
type: {
|
|
8
15
|
type: String,
|
|
@@ -1,9 +1,17 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
1
|
+
import { PaginationType, PaginationTotal } from './types';
|
|
2
|
+
import { PropType, ExtractPropTypes } from 'vue';
|
|
3
|
+
|
|
3
4
|
/**
|
|
4
5
|
* 属性
|
|
5
6
|
*/
|
|
6
7
|
export declare const paginationProps: {
|
|
8
|
+
/** 总条目数 */
|
|
9
|
+
total: PropType<PaginationTotal>;
|
|
10
|
+
/** 是否还有下一页 */
|
|
11
|
+
hasNext: {
|
|
12
|
+
type: BooleanConstructor;
|
|
13
|
+
default: boolean;
|
|
14
|
+
};
|
|
7
15
|
/** 风格 */
|
|
8
16
|
type: {
|
|
9
17
|
type: PropType<PaginationType>;
|
|
@@ -11,19 +19,18 @@ export declare const paginationProps: {
|
|
|
11
19
|
};
|
|
12
20
|
pageSize: NumberConstructor;
|
|
13
21
|
defaultPageSize: NumberConstructor;
|
|
14
|
-
total: NumberConstructor;
|
|
15
22
|
pageCount: NumberConstructor;
|
|
16
|
-
pagerCount: import(
|
|
23
|
+
pagerCount: import('element-plus/es/utils/index').EpPropFinalized<NumberConstructor, unknown, unknown, 7, boolean>;
|
|
17
24
|
currentPage: NumberConstructor;
|
|
18
25
|
defaultCurrentPage: NumberConstructor;
|
|
19
|
-
layout: import(
|
|
20
|
-
pageSizes: import(
|
|
21
|
-
popperClass: import(
|
|
22
|
-
prevText: import(
|
|
23
|
-
prevIcon: import(
|
|
24
|
-
nextText: import(
|
|
25
|
-
nextIcon: import(
|
|
26
|
-
teleported: import(
|
|
26
|
+
layout: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
27
|
+
pageSizes: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => [10, 20, 30, 40, 50, 100], boolean>;
|
|
28
|
+
popperClass: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
29
|
+
prevText: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
30
|
+
prevIcon: import('element-plus/es/utils/index').EpPropFinalized<(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, () => any, boolean>;
|
|
31
|
+
nextText: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
32
|
+
nextIcon: import('element-plus/es/utils/index').EpPropFinalized<(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, () => any, boolean>;
|
|
33
|
+
teleported: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
27
34
|
small: BooleanConstructor;
|
|
28
35
|
background: BooleanConstructor;
|
|
29
36
|
disabled: BooleanConstructor;
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
flex-wrap: wrap;
|
|
9
9
|
justify-content: center;
|
|
10
10
|
|
|
11
|
+
/* 圆角风格 */
|
|
11
12
|
&.is-circle {
|
|
12
13
|
/* 间距 */
|
|
13
14
|
& > * {
|
|
@@ -199,4 +200,12 @@
|
|
|
199
200
|
}
|
|
200
201
|
}
|
|
201
202
|
}
|
|
203
|
+
|
|
204
|
+
/* 无限页数 */
|
|
205
|
+
&.is-infinite {
|
|
206
|
+
.el-pager li:not(.is-active),
|
|
207
|
+
.el-pagination__total {
|
|
208
|
+
display: none;
|
|
209
|
+
}
|
|
210
|
+
}
|
|
202
211
|
}
|