ele-admin-plus 1.1.9-beta.8 → 1.1.9
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 +23 -23
- package/es/ele-alert/index.js +2 -2
- package/es/ele-alert/props.d.ts +10 -9
- package/es/ele-app/el.d.ts +7 -1
- package/es/ele-app/index.d.ts +2 -2
- package/es/ele-app/plus.d.ts +9 -0
- package/es/ele-app/style/overwrite/date-picker/index.scss +32 -5
- package/es/ele-avatar-group/index.d.ts +29 -28
- package/es/ele-avatar-group/props.d.ts +10 -9
- package/es/ele-bar-code/index.d.ts +11 -10
- package/es/ele-bar-code/props.d.ts +4 -3
- package/es/ele-basic-select/index.d.ts +37 -35
- package/es/ele-basic-select/index.js +24 -7
- 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 +6 -6
- package/es/ele-bottom-bar/props.d.ts +4 -3
- package/es/ele-breadcrumb/index.d.ts +11 -10
- package/es/ele-breadcrumb/props.d.ts +5 -4
- package/es/ele-card/index.d.ts +12 -12
- package/es/ele-card/props.d.ts +7 -6
- package/es/ele-check-card/components/card-item.d.ts +7 -6
- package/es/ele-check-card/index.d.ts +15 -14
- package/es/ele-check-card/props.d.ts +6 -5
- package/es/ele-config-provider/components/receiver-view.d.ts +3 -3
- package/es/ele-config-provider/components/receiver-view.js +119 -30
- package/es/ele-config-provider/index.d.ts +7 -7
- 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 +6 -10
- package/es/ele-config-provider/receiver.js +32 -117
- package/es/ele-config-provider/types.d.ts +5 -29
- package/es/ele-copyable/index.d.ts +32 -31
- package/es/ele-copyable/props.d.ts +9 -8
- package/es/ele-count-up/index.d.ts +8 -7
- package/es/ele-count-up/props.d.ts +3 -2
- package/es/ele-cropper/components/cropper-preview.d.ts +3 -3
- package/es/ele-cropper/components/cropper-tools.d.ts +12 -11
- package/es/ele-cropper/index.d.ts +16 -15
- package/es/ele-cropper/props.d.ts +4 -3
- package/es/ele-cropper-modal/index.d.ts +16 -15
- 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 +5 -5
- package/es/ele-dashboard/props.d.ts +3 -2
- package/es/ele-data-table/index.d.ts +65 -70
- package/es/ele-data-table/index.js +8 -0
- package/es/ele-data-table/props.d.ts +36 -41
- 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 +4 -4
- package/es/ele-dot/props.d.ts +3 -2
- package/es/ele-drawer/index.d.ts +75 -71
- package/es/ele-drawer/index.js +107 -113
- package/es/ele-drawer/props.d.ts +26 -25
- package/es/ele-drawer/style/index.scss +48 -105
- package/es/ele-dropdown/index.d.ts +66 -65
- package/es/ele-dropdown/props.d.ts +22 -21
- package/es/ele-edit-tag/index.d.ts +33 -32
- package/es/ele-edit-tag/index.js +1 -1
- package/es/ele-edit-tag/props.d.ts +10 -9
- package/es/ele-ellipsis/index.d.ts +23 -22
- package/es/ele-ellipsis/props.d.ts +8 -7
- package/es/ele-file-list/components/file-grid-item.d.ts +13 -12
- package/es/ele-file-list/components/file-grid-item.js +1 -1
- package/es/ele-file-list/components/file-grid.d.ts +10 -9
- package/es/ele-file-list/components/file-sort.d.ts +2 -2
- package/es/ele-file-list/components/file-table-item.d.ts +13 -12
- package/es/ele-file-list/components/file-table-item.js +1 -1
- package/es/ele-file-list/components/file-table.d.ts +10 -9
- package/es/ele-file-list/icons.d.ts +2 -1
- package/es/ele-file-list/index.d.ts +36 -35
- package/es/ele-file-list/props.d.ts +6 -5
- package/es/ele-file-list-tool/index.d.ts +3 -3
- package/es/ele-icon-select/components/icon-grid.d.ts +15 -14
- package/es/ele-icon-select/components/icon-grid.js +1 -1
- package/es/ele-icon-select/index.d.ts +49 -48
- package/es/ele-icon-select/props.d.ts +17 -16
- package/es/ele-loading/index.d.ts +12 -15
- package/es/ele-loading/index.js +10 -16
- package/es/ele-loading/props.d.ts +5 -4
- package/es/ele-map-picker/components/map-view.d.ts +29 -28
- package/es/ele-map-picker/components/map-view.js +1 -1
- package/es/ele-map-picker/index.d.ts +27 -26
- package/es/ele-map-picker/index.js +1 -1
- package/es/ele-map-picker/props.d.ts +8 -7
- package/es/ele-menus/index.d.ts +61 -62
- package/es/ele-menus/index.js +1 -1
- package/es/ele-menus/props.d.ts +16 -17
- package/es/ele-menus/props.js +1 -3
- package/es/ele-menus/style/css-var.scss +1 -5
- package/es/ele-menus/util.d.ts +3 -2
- package/es/ele-modal/index.d.ts +75 -68
- package/es/ele-modal/index.js +164 -186
- package/es/ele-modal/props.d.ts +26 -23
- package/es/ele-modal/props.js +2 -0
- package/es/ele-modal/style/index.scss +103 -175
- package/es/ele-modal/util.d.ts +20 -45
- package/es/ele-modal/util.js +55 -179
- package/es/ele-page/index.d.ts +2 -2
- package/es/ele-page/props.d.ts +2 -1
- package/es/ele-pagination/index.d.ts +40 -29
- package/es/ele-pagination/index.js +20 -5
- 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 +90 -89
- package/es/ele-popconfirm/index.js +6 -28
- package/es/ele-popconfirm/props.d.ts +32 -31
- package/es/ele-popover/index.d.ts +69 -68
- package/es/ele-popover/index.js +6 -14
- package/es/ele-popover/props.d.ts +26 -25
- package/es/ele-printer/index.d.ts +18 -18
- package/es/ele-printer/props.d.ts +6 -5
- package/es/ele-printer/util.d.ts +2 -1
- package/es/ele-printer/util.js +1 -1
- package/es/ele-pro-layout/components/header-tool.d.ts +1 -1
- package/es/ele-pro-layout/components/pro-header.d.ts +84 -28
- package/es/ele-pro-layout/components/pro-header.js +110 -20
- package/es/ele-pro-layout/components/pro-iframe.d.ts +7 -7
- package/es/ele-pro-layout/components/pro-iframe.js +31 -41
- package/es/ele-pro-layout/components/pro-sidebar.d.ts +14 -18
- package/es/ele-pro-layout/components/pro-sidebar.js +2 -5
- package/es/ele-pro-layout/components/pro-sidebox.d.ts +16 -20
- package/es/ele-pro-layout/components/pro-sidebox.js +2 -5
- package/es/ele-pro-layout/components/pro-tabs.d.ts +12 -11
- package/es/ele-pro-layout/components/sidebar-tool.d.ts +1 -1
- package/es/ele-pro-layout/components/tab-dropdown.d.ts +8 -7
- package/es/ele-pro-layout/components/tab-dropdown.js +1 -1
- package/es/ele-pro-layout/index.d.ts +97 -97
- package/es/ele-pro-layout/index.js +62 -47
- package/es/ele-pro-layout/props.d.ts +11 -13
- 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 +6 -6
- package/es/ele-pro-layout/util.js +2 -3
- package/es/ele-pro-table/components/table-tools.d.ts +107 -15
- package/es/ele-pro-table/components/table-tools.js +125 -8
- package/es/ele-pro-table/components/tool-column-list.d.ts +6 -5
- package/es/ele-pro-table/components/tool-column-list.js +4 -7
- package/es/ele-pro-table/components/tool-column.d.ts +14 -13
- package/es/ele-pro-table/components/tool-column.js +9 -9
- package/es/ele-pro-table/components/tool-export.d.ts +179 -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 +182 -0
- package/es/ele-pro-table/components/tool-print.js +555 -0
- package/es/ele-pro-table/index.d.ts +138 -131
- package/es/ele-pro-table/index.js +107 -37
- 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 +160 -5
- package/es/ele-pro-table/util.d.ts +64 -16
- package/es/ele-pro-table/util.js +155 -28
- package/es/ele-qr-code/index.d.ts +16 -15
- 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 +18 -18
- package/es/ele-segmented/index.d.ts +10 -9
- package/es/ele-segmented/props.d.ts +3 -2
- package/es/ele-split-panel/index.d.ts +18 -17
- package/es/ele-split-panel/props.d.ts +5 -4
- package/es/ele-steps/index.d.ts +33 -33
- package/es/ele-steps/props.d.ts +10 -9
- package/es/ele-tab-tool/index.d.ts +2 -2
- package/es/ele-tab-tool/props.d.ts +2 -1
- package/es/ele-tab-wrap/index.d.ts +6 -6
- 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 +7 -4
- package/es/ele-table/index.js +2 -1
- package/es/ele-table/props.d.ts +5 -2
- 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 +45 -43
- package/es/ele-table-select/index.js +29 -27
- package/es/ele-table-select/props.d.ts +11 -10
- package/es/ele-tabs/components/tab-title.d.ts +9 -8
- package/es/ele-tabs/index.d.ts +43 -55
- package/es/ele-tabs/index.js +1 -0
- package/es/ele-tabs/props.d.ts +17 -23
- 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 +12 -12
- package/es/ele-text/props.d.ts +5 -4
- package/es/ele-tool/index.d.ts +8 -8
- 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 +15 -15
- package/es/ele-toolbar/props.d.ts +7 -6
- package/es/ele-tooltip/index.d.ts +59 -58
- package/es/ele-tooltip/index.js +3 -0
- package/es/ele-tooltip/props.d.ts +28 -22
- package/es/ele-tooltip/props.js +2 -0
- package/es/ele-tour/index.d.ts +15 -14
- 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 +37 -36
- 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 +7 -6
- package/es/ele-upload-list/index.d.ts +26 -25
- package/es/ele-upload-list/props.d.ts +6 -5
- package/es/ele-virtual-table/components/body-cell.d.ts +100 -65
- package/es/ele-virtual-table/components/body-cell.js +79 -112
- package/es/ele-virtual-table/components/body-row.d.ts +89 -65
- package/es/ele-virtual-table/components/body-row.js +57 -52
- package/es/ele-virtual-table/components/cell-checkbox.d.ts +5 -4
- package/es/ele-virtual-table/components/cell-filter.d.ts +18 -17
- package/es/ele-virtual-table/components/cell-filter.js +8 -12
- package/es/ele-virtual-table/components/expand-row.d.ts +11 -10
- package/es/ele-virtual-table/components/expand-row.js +3 -3
- package/es/ele-virtual-table/components/footer-row.d.ts +36 -17
- package/es/ele-virtual-table/components/footer-row.js +29 -19
- package/es/ele-virtual-table/components/header-cell.d.ts +16 -15
- package/es/ele-virtual-table/components/header-row.d.ts +12 -11
- package/es/ele-virtual-table/index.d.ts +91 -100
- package/es/ele-virtual-table/index.js +134 -136
- package/es/ele-virtual-table/props.d.ts +49 -51
- 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 +64 -17
- package/es/ele-watermark/index.d.ts +15 -14
- package/es/ele-watermark/props.d.ts +4 -3
- package/es/ele-watermark/util.d.ts +3 -2
- package/es/ele-xg-player/index.d.ts +10 -10
- 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 +13 -2
- package/es/lang/zh_CN.d.ts +2 -2
- package/es/lang/zh_CN.js +13 -2
- package/es/lang/zh_TW.d.ts +2 -2
- package/es/lang/zh_TW.js +12 -1
- package/es/style/nprogress.scss +1 -0
- package/es/style/themes/dark.scss +9 -15
- package/es/style/themes/default.scss +58 -81
- package/es/style/themes/rounded.scss +16 -30
- package/es/utils/menu-util.d.ts +3 -2
- package/es/utils/menu-util.js +2 -5
- package/es/utils/message.d.ts +4 -3
- package/es/utils/resolvers.d.ts +2 -2
- package/es/utils/resolvers.js +2 -2
- package/lib/core-installer.d.ts +2 -2
- package/lib/ele-alert/index.cjs +2 -2
- package/lib/ele-alert/index.d.ts +23 -23
- package/lib/ele-alert/props.d.ts +10 -9
- package/lib/ele-app/el.d.ts +7 -1
- package/lib/ele-app/index.d.ts +2 -2
- package/lib/ele-app/plus.d.ts +9 -0
- package/lib/ele-app/style/overwrite/date-picker/index.scss +32 -5
- package/lib/ele-avatar-group/index.d.ts +29 -28
- package/lib/ele-avatar-group/props.d.ts +10 -9
- package/lib/ele-bar-code/index.d.ts +11 -10
- package/lib/ele-bar-code/props.d.ts +4 -3
- package/lib/ele-basic-select/index.cjs +23 -6
- package/lib/ele-basic-select/index.d.ts +37 -35
- 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 +6 -6
- package/lib/ele-bottom-bar/props.d.ts +4 -3
- package/lib/ele-breadcrumb/index.d.ts +11 -10
- package/lib/ele-breadcrumb/props.d.ts +5 -4
- package/lib/ele-card/index.d.ts +12 -12
- package/lib/ele-card/props.d.ts +7 -6
- package/lib/ele-check-card/components/card-item.d.ts +7 -6
- package/lib/ele-check-card/index.d.ts +15 -14
- package/lib/ele-check-card/props.d.ts +6 -5
- package/lib/ele-config-provider/components/receiver-view.cjs +2 -44
- package/lib/ele-config-provider/components/receiver-view.d.ts +3 -3
- package/lib/ele-config-provider/index.d.ts +7 -7
- 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 +41 -2
- package/lib/ele-config-provider/receiver.d.ts +6 -10
- package/lib/ele-config-provider/types.d.ts +5 -29
- package/lib/ele-copyable/index.d.ts +32 -31
- package/lib/ele-copyable/props.d.ts +9 -8
- package/lib/ele-count-up/index.d.ts +8 -7
- package/lib/ele-count-up/props.d.ts +3 -2
- package/lib/ele-cropper/components/cropper-preview.d.ts +3 -3
- package/lib/ele-cropper/components/cropper-tools.d.ts +12 -11
- package/lib/ele-cropper/index.d.ts +16 -15
- 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 +16 -15
- package/lib/ele-cropper-modal/props.d.ts +7 -6
- package/lib/ele-dashboard/index.d.ts +5 -5
- package/lib/ele-dashboard/props.d.ts +3 -2
- package/lib/ele-data-table/index.cjs +8 -0
- package/lib/ele-data-table/index.d.ts +65 -70
- package/lib/ele-data-table/props.d.ts +36 -41
- 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.d.ts +4 -4
- package/lib/ele-dot/props.d.ts +3 -2
- package/lib/ele-drawer/index.cjs +105 -111
- package/lib/ele-drawer/index.d.ts +75 -71
- package/lib/ele-drawer/props.d.ts +26 -25
- package/lib/ele-drawer/style/index.scss +48 -105
- package/lib/ele-dropdown/index.d.ts +66 -65
- package/lib/ele-dropdown/props.d.ts +22 -21
- package/lib/ele-edit-tag/index.cjs +1 -1
- package/lib/ele-edit-tag/index.d.ts +33 -32
- package/lib/ele-edit-tag/props.d.ts +10 -9
- package/lib/ele-ellipsis/index.d.ts +23 -22
- package/lib/ele-ellipsis/props.d.ts +8 -7
- package/lib/ele-file-list/components/file-grid-item.cjs +1 -1
- package/lib/ele-file-list/components/file-grid-item.d.ts +13 -12
- package/lib/ele-file-list/components/file-grid.d.ts +10 -9
- package/lib/ele-file-list/components/file-sort.d.ts +2 -2
- package/lib/ele-file-list/components/file-table-item.cjs +1 -1
- package/lib/ele-file-list/components/file-table-item.d.ts +13 -12
- package/lib/ele-file-list/components/file-table.d.ts +10 -9
- package/lib/ele-file-list/icons.d.ts +2 -1
- package/lib/ele-file-list/index.d.ts +36 -35
- package/lib/ele-file-list/props.d.ts +6 -5
- package/lib/ele-file-list-tool/index.d.ts +3 -3
- package/lib/ele-icon-select/components/icon-grid.cjs +1 -1
- package/lib/ele-icon-select/components/icon-grid.d.ts +15 -14
- package/lib/ele-icon-select/index.d.ts +49 -48
- package/lib/ele-icon-select/props.d.ts +17 -16
- package/lib/ele-loading/index.cjs +9 -15
- package/lib/ele-loading/index.d.ts +12 -15
- package/lib/ele-loading/props.d.ts +5 -4
- package/lib/ele-map-picker/components/map-view.cjs +1 -1
- package/lib/ele-map-picker/components/map-view.d.ts +29 -28
- package/lib/ele-map-picker/index.cjs +1 -1
- package/lib/ele-map-picker/index.d.ts +27 -26
- package/lib/ele-map-picker/props.d.ts +8 -7
- package/lib/ele-menus/index.cjs +1 -1
- package/lib/ele-menus/index.d.ts +61 -62
- package/lib/ele-menus/props.cjs +1 -3
- package/lib/ele-menus/props.d.ts +16 -17
- package/lib/ele-menus/style/css-var.scss +1 -5
- package/lib/ele-menus/util.d.ts +3 -2
- package/lib/ele-modal/index.cjs +176 -198
- package/lib/ele-modal/index.d.ts +75 -68
- package/lib/ele-modal/props.cjs +2 -0
- package/lib/ele-modal/props.d.ts +26 -23
- package/lib/ele-modal/style/index.scss +103 -175
- package/lib/ele-modal/util.cjs +55 -179
- package/lib/ele-modal/util.d.ts +20 -45
- package/lib/ele-page/index.d.ts +2 -2
- package/lib/ele-page/props.d.ts +2 -1
- package/lib/ele-pagination/index.cjs +19 -4
- package/lib/ele-pagination/index.d.ts +40 -29
- 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 +90 -89
- package/lib/ele-popconfirm/props.d.ts +32 -31
- package/lib/ele-popover/index.cjs +5 -13
- package/lib/ele-popover/index.d.ts +69 -68
- package/lib/ele-popover/props.d.ts +26 -25
- package/lib/ele-printer/index.d.ts +18 -18
- package/lib/ele-printer/props.d.ts +6 -5
- package/lib/ele-printer/util.cjs +1 -1
- 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 +109 -19
- package/lib/ele-pro-layout/components/pro-header.d.ts +84 -28
- package/lib/ele-pro-layout/components/pro-iframe.cjs +30 -40
- package/lib/ele-pro-layout/components/pro-iframe.d.ts +7 -7
- package/lib/ele-pro-layout/components/pro-sidebar.cjs +2 -5
- package/lib/ele-pro-layout/components/pro-sidebar.d.ts +14 -18
- package/lib/ele-pro-layout/components/pro-sidebox.cjs +2 -5
- package/lib/ele-pro-layout/components/pro-sidebox.d.ts +16 -20
- package/lib/ele-pro-layout/components/pro-tabs.d.ts +12 -11
- 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 +8 -7
- package/lib/ele-pro-layout/index.cjs +61 -46
- package/lib/ele-pro-layout/index.d.ts +97 -97
- package/lib/ele-pro-layout/props.cjs +2 -4
- package/lib/ele-pro-layout/props.d.ts +11 -13
- 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 +6 -6
- package/lib/ele-pro-table/components/table-tools.cjs +124 -7
- package/lib/ele-pro-table/components/table-tools.d.ts +107 -15
- package/lib/ele-pro-table/components/tool-column-list.cjs +3 -6
- package/lib/ele-pro-table/components/tool-column-list.d.ts +6 -5
- package/lib/ele-pro-table/components/tool-column.cjs +8 -8
- package/lib/ele-pro-table/components/tool-column.d.ts +14 -13
- package/lib/ele-pro-table/components/tool-export.cjs +448 -0
- package/lib/ele-pro-table/components/tool-export.d.ts +179 -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 +182 -0
- package/lib/ele-pro-table/index.cjs +105 -35
- package/lib/ele-pro-table/index.d.ts +138 -131
- 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 +160 -5
- package/lib/ele-pro-table/util.cjs +154 -27
- package/lib/ele-pro-table/util.d.ts +64 -16
- package/lib/ele-qr-code/index.d.ts +16 -15
- 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 +18 -18
- package/lib/ele-segmented/index.d.ts +10 -9
- package/lib/ele-segmented/props.d.ts +3 -2
- package/lib/ele-split-panel/index.d.ts +18 -17
- package/lib/ele-split-panel/props.d.ts +5 -4
- package/lib/ele-steps/index.d.ts +33 -33
- package/lib/ele-steps/props.d.ts +10 -9
- package/lib/ele-tab-tool/index.d.ts +2 -2
- 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 +6 -6
- 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 +7 -4
- package/lib/ele-table/props.cjs +3 -1
- package/lib/ele-table/props.d.ts +5 -2
- package/lib/ele-table/style/index.scss +35 -0
- package/lib/ele-table-select/index.cjs +29 -27
- package/lib/ele-table-select/index.d.ts +45 -43
- package/lib/ele-table-select/props.d.ts +11 -10
- package/lib/ele-tabs/components/tab-title.d.ts +9 -8
- package/lib/ele-tabs/index.cjs +1 -0
- package/lib/ele-tabs/index.d.ts +43 -55
- package/lib/ele-tabs/props.d.ts +17 -23
- 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 +12 -12
- package/lib/ele-text/props.d.ts +5 -4
- package/lib/ele-tool/index.cjs +1 -3
- package/lib/ele-tool/index.d.ts +8 -8
- package/lib/ele-tool/props.cjs +5 -0
- package/lib/ele-tool/props.d.ts +10 -2
- package/lib/ele-toolbar/index.d.ts +15 -15
- package/lib/ele-toolbar/props.d.ts +7 -6
- package/lib/ele-tooltip/index.cjs +3 -0
- package/lib/ele-tooltip/index.d.ts +59 -58
- package/lib/ele-tooltip/props.cjs +2 -0
- package/lib/ele-tooltip/props.d.ts +28 -22
- package/lib/ele-tour/index.d.ts +15 -14
- 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 +37 -36
- 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.d.ts +7 -6
- package/lib/ele-upload-list/index.d.ts +26 -25
- package/lib/ele-upload-list/props.d.ts +6 -5
- package/lib/ele-virtual-table/components/body-cell.cjs +78 -111
- package/lib/ele-virtual-table/components/body-cell.d.ts +100 -65
- package/lib/ele-virtual-table/components/body-row.cjs +57 -52
- package/lib/ele-virtual-table/components/body-row.d.ts +89 -65
- package/lib/ele-virtual-table/components/cell-checkbox.d.ts +5 -4
- package/lib/ele-virtual-table/components/cell-filter.cjs +7 -11
- package/lib/ele-virtual-table/components/cell-filter.d.ts +18 -17
- package/lib/ele-virtual-table/components/expand-row.cjs +3 -3
- package/lib/ele-virtual-table/components/expand-row.d.ts +11 -10
- package/lib/ele-virtual-table/components/footer-row.cjs +27 -17
- package/lib/ele-virtual-table/components/footer-row.d.ts +36 -17
- package/lib/ele-virtual-table/components/header-cell.d.ts +16 -15
- package/lib/ele-virtual-table/components/header-row.d.ts +12 -11
- package/lib/ele-virtual-table/index.cjs +132 -134
- package/lib/ele-virtual-table/index.d.ts +91 -100
- package/lib/ele-virtual-table/props.d.ts +49 -51
- 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 +64 -17
- package/lib/ele-virtual-table/util.d.ts +35 -10
- package/lib/ele-watermark/index.d.ts +15 -14
- package/lib/ele-watermark/props.d.ts +4 -3
- package/lib/ele-watermark/util.d.ts +3 -2
- package/lib/ele-xg-player/index.d.ts +10 -10
- 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 +13 -2
- package/lib/lang/en_US.d.ts +2 -2
- package/lib/lang/zh_CN.cjs +13 -2
- package/lib/lang/zh_CN.d.ts +2 -2
- package/lib/lang/zh_TW.cjs +12 -1
- package/lib/lang/zh_TW.d.ts +2 -2
- package/lib/style/nprogress.scss +1 -0
- package/lib/style/themes/dark.scss +9 -15
- package/lib/style/themes/default.scss +58 -81
- package/lib/style/themes/rounded.scss +16 -30
- package/lib/utils/menu-util.cjs +1 -4
- package/lib/utils/menu-util.d.ts +3 -2
- package/lib/utils/message.d.ts +4 -3
- package/lib/utils/resolvers.cjs +2 -2
- package/lib/utils/resolvers.d.ts +2 -2
- package/package.json +23 -22
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
|
|
1
|
+
import { PoiItem, CenterPoint } from '../types';
|
|
2
|
+
import { ElAutocompleteInstance } from '../../ele-app/el';
|
|
3
|
+
|
|
4
|
+
declare const _default: import('vue').DefineComponent<{
|
|
4
5
|
height: {
|
|
5
6
|
type: StringConstructor;
|
|
6
7
|
default: string;
|
|
7
8
|
};
|
|
8
|
-
center: import(
|
|
9
|
+
center: import('vue').PropType<number[]>;
|
|
9
10
|
zoom: {
|
|
10
11
|
type: NumberConstructor;
|
|
11
12
|
default: number;
|
|
@@ -54,10 +55,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
54
55
|
mapStyle: StringConstructor;
|
|
55
56
|
darkMode: BooleanConstructor; /** 确定按钮请求状态 */
|
|
56
57
|
okText: StringConstructor;
|
|
57
|
-
emptyProps: import(
|
|
58
|
-
searchStyle: import(
|
|
58
|
+
emptyProps: import('vue').PropType<import('../../ele-app/el').ElEmptyProps>;
|
|
59
|
+
searchStyle: import('vue').PropType<Partial<import('vue').CSSProperties>>;
|
|
59
60
|
mode: {
|
|
60
|
-
type: import(
|
|
61
|
+
type: import('vue').PropType<import('../types').SelectMode>;
|
|
61
62
|
default: string;
|
|
62
63
|
};
|
|
63
64
|
filterable: {
|
|
@@ -66,13 +67,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
66
67
|
}; /** 选中数据 */
|
|
67
68
|
clickMessage: StringConstructor;
|
|
68
69
|
}, {
|
|
69
|
-
SearchOutlined: import(
|
|
70
|
-
mapRef: import(
|
|
71
|
-
autocompleteRef: import(
|
|
72
|
-
loading: import(
|
|
73
|
-
poiLoading: import(
|
|
74
|
-
confirmLoading: import(
|
|
75
|
-
data: import(
|
|
70
|
+
SearchOutlined: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
|
|
71
|
+
mapRef: import('vue').Ref<HTMLDivElement | null>;
|
|
72
|
+
autocompleteRef: import('vue').Ref<ElAutocompleteInstance>;
|
|
73
|
+
loading: import('vue').Ref<boolean>;
|
|
74
|
+
poiLoading: import('vue').Ref<boolean>;
|
|
75
|
+
confirmLoading: import('vue').Ref<boolean>;
|
|
76
|
+
data: import('vue').Ref<{
|
|
76
77
|
name?: string | undefined;
|
|
77
78
|
address?: string | undefined;
|
|
78
79
|
location: {
|
|
@@ -85,7 +86,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
85
86
|
label?: string | undefined;
|
|
86
87
|
value?: string | undefined;
|
|
87
88
|
}[]>;
|
|
88
|
-
suggestionData: import(
|
|
89
|
+
suggestionData: import('vue').Ref<{
|
|
89
90
|
name?: string | undefined;
|
|
90
91
|
address?: string | undefined;
|
|
91
92
|
location: {
|
|
@@ -98,9 +99,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
98
99
|
label?: string | undefined;
|
|
99
100
|
value?: string | undefined;
|
|
100
101
|
}[]>;
|
|
101
|
-
centerIconClass: import(
|
|
102
|
-
keywords: import(
|
|
103
|
-
selected: import(
|
|
102
|
+
centerIconClass: import('vue').Ref<string[]>;
|
|
103
|
+
keywords: import('vue').Ref<string>;
|
|
104
|
+
selected: import('vue').Ref<{
|
|
104
105
|
name?: string | undefined;
|
|
105
106
|
address?: string | undefined;
|
|
106
107
|
location: {
|
|
@@ -113,24 +114,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
113
114
|
label?: string | undefined;
|
|
114
115
|
value?: string | undefined;
|
|
115
116
|
} | null>;
|
|
116
|
-
confirmDisabled: import(
|
|
117
|
-
keywordMode: import(
|
|
118
|
-
poiMode: import(
|
|
117
|
+
confirmDisabled: import('vue').ComputedRef<boolean>;
|
|
118
|
+
keywordMode: import('vue').ComputedRef<boolean>;
|
|
119
|
+
poiMode: import('vue').ComputedRef<boolean>;
|
|
119
120
|
onSearch: (value: string, callback?: any) => void;
|
|
120
121
|
onSearchSelect: (item: any) => void;
|
|
121
122
|
onItemClick: (item: PoiItem) => void;
|
|
122
123
|
onConfirm: () => void;
|
|
123
124
|
getMapIns: () => any;
|
|
124
|
-
}, unknown, {}, {}, import(
|
|
125
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
125
126
|
mapDone: (_ins: any) => true;
|
|
126
127
|
select: (_selected: PoiItem | null) => true;
|
|
127
128
|
done: (_result: CenterPoint) => true;
|
|
128
|
-
}, string, import(
|
|
129
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
129
130
|
height: {
|
|
130
131
|
type: StringConstructor;
|
|
131
132
|
default: string;
|
|
132
133
|
};
|
|
133
|
-
center: import(
|
|
134
|
+
center: import('vue').PropType<number[]>;
|
|
134
135
|
zoom: {
|
|
135
136
|
type: NumberConstructor;
|
|
136
137
|
default: number;
|
|
@@ -179,10 +180,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
179
180
|
mapStyle: StringConstructor;
|
|
180
181
|
darkMode: BooleanConstructor; /** 确定按钮请求状态 */
|
|
181
182
|
okText: StringConstructor;
|
|
182
|
-
emptyProps: import(
|
|
183
|
-
searchStyle: import(
|
|
183
|
+
emptyProps: import('vue').PropType<import('../../ele-app/el').ElEmptyProps>;
|
|
184
|
+
searchStyle: import('vue').PropType<Partial<import('vue').CSSProperties>>;
|
|
184
185
|
mode: {
|
|
185
|
-
type: import(
|
|
186
|
+
type: import('vue').PropType<import('../types').SelectMode>;
|
|
186
187
|
default: string;
|
|
187
188
|
};
|
|
188
189
|
filterable: {
|
|
@@ -198,7 +199,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
198
199
|
height: string;
|
|
199
200
|
zoom: number;
|
|
200
201
|
required: boolean;
|
|
201
|
-
mode: import(
|
|
202
|
+
mode: import('../types').SelectMode;
|
|
202
203
|
filterable: boolean;
|
|
203
204
|
selectedZoom: number;
|
|
204
205
|
poiLimit: number;
|
|
@@ -52,7 +52,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
52
52
|
return vue.openBlock(), vue.createBlock(_component_EleModal, vue.mergeProps({
|
|
53
53
|
width: "740px",
|
|
54
54
|
title: _ctx.lang.title
|
|
55
|
-
}, _ctx.modalProps, {
|
|
55
|
+
}, _ctx.modalProps || {}, {
|
|
56
56
|
modelValue: _ctx.modelValue,
|
|
57
57
|
class: ["ele-map-picker", { "is-responsive": _ctx.isResponsive }],
|
|
58
58
|
"onUpdate:modelValue": _ctx.updateModelValue
|
|
@@ -1,23 +1,24 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
1
|
+
import { default as MapViewType } from "./components/map-view";
|
|
2
|
+
import { MapProps } from './props';
|
|
3
|
+
import { CenterPoint, MapLocale } from './types';
|
|
4
|
+
import { Ref } from 'vue';
|
|
5
|
+
|
|
5
6
|
export type MapViewInstance = InstanceType<typeof MapViewType> | null;
|
|
6
|
-
declare const _default: import(
|
|
7
|
+
declare const _default: import('vue').DefineComponent<{
|
|
7
8
|
modelValue: BooleanConstructor;
|
|
8
|
-
modalProps: import(
|
|
9
|
+
modalProps: import('vue').PropType<Omit<import('../ele-app/plus').EleModalProps, "modelValue">>;
|
|
9
10
|
responsive: {
|
|
10
11
|
type: BooleanConstructor;
|
|
11
12
|
default: null;
|
|
12
13
|
};
|
|
13
|
-
locale: import(
|
|
14
|
+
locale: import('vue').PropType<Partial<MapLocale>>;
|
|
14
15
|
keywordMode: BooleanConstructor;
|
|
15
|
-
headerStyle: import(
|
|
16
|
+
headerStyle: import('vue').PropType<Partial<import('vue').CSSProperties>>;
|
|
16
17
|
height: {
|
|
17
18
|
type: StringConstructor;
|
|
18
19
|
default: string;
|
|
19
20
|
};
|
|
20
|
-
center: import(
|
|
21
|
+
center: import('vue').PropType<number[]>;
|
|
21
22
|
zoom: {
|
|
22
23
|
type: NumberConstructor;
|
|
23
24
|
default: number;
|
|
@@ -65,10 +66,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
65
66
|
mapStyle: StringConstructor;
|
|
66
67
|
darkMode: BooleanConstructor;
|
|
67
68
|
okText: StringConstructor;
|
|
68
|
-
emptyProps: import(
|
|
69
|
-
searchStyle: import(
|
|
69
|
+
emptyProps: import('vue').PropType<import('../ele-app/el').ElEmptyProps>;
|
|
70
|
+
searchStyle: import('vue').PropType<Partial<import('vue').CSSProperties>>;
|
|
70
71
|
mode: {
|
|
71
|
-
type: import(
|
|
72
|
+
type: import('vue').PropType<import('./types').SelectMode>;
|
|
72
73
|
default: string;
|
|
73
74
|
};
|
|
74
75
|
filterable: {
|
|
@@ -77,35 +78,35 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
77
78
|
};
|
|
78
79
|
clickMessage: StringConstructor;
|
|
79
80
|
}, {
|
|
80
|
-
lang: import(
|
|
81
|
-
isResponsive: import(
|
|
81
|
+
lang: import('vue').ComputedRef<MapLocale>;
|
|
82
|
+
isResponsive: import('vue').ComputedRef<boolean>;
|
|
82
83
|
mapRef: Ref<MapViewInstance>;
|
|
83
|
-
aMapKey: import(
|
|
84
|
-
mapProps: import(
|
|
84
|
+
aMapKey: import('vue').ComputedRef<string | undefined>;
|
|
85
|
+
mapProps: import('vue').ComputedRef<Partial<MapProps>>;
|
|
85
86
|
updateModelValue: (value: boolean) => void;
|
|
86
87
|
onMapDone: (ins: any) => void;
|
|
87
88
|
onDone: (result: CenterPoint) => void;
|
|
88
|
-
}, unknown, {}, {}, import(
|
|
89
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
89
90
|
done: (_result: CenterPoint) => boolean;
|
|
90
91
|
mapDone: (_ins: any) => boolean;
|
|
91
92
|
open: () => boolean;
|
|
92
93
|
closed: () => boolean;
|
|
93
94
|
'update:modelValue': (_value: boolean) => boolean;
|
|
94
|
-
}, string, import(
|
|
95
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
95
96
|
modelValue: BooleanConstructor;
|
|
96
|
-
modalProps: import(
|
|
97
|
+
modalProps: import('vue').PropType<Omit<import('../ele-app/plus').EleModalProps, "modelValue">>;
|
|
97
98
|
responsive: {
|
|
98
99
|
type: BooleanConstructor;
|
|
99
100
|
default: null;
|
|
100
101
|
};
|
|
101
|
-
locale: import(
|
|
102
|
+
locale: import('vue').PropType<Partial<MapLocale>>;
|
|
102
103
|
keywordMode: BooleanConstructor;
|
|
103
|
-
headerStyle: import(
|
|
104
|
+
headerStyle: import('vue').PropType<Partial<import('vue').CSSProperties>>;
|
|
104
105
|
height: {
|
|
105
106
|
type: StringConstructor;
|
|
106
107
|
default: string;
|
|
107
108
|
};
|
|
108
|
-
center: import(
|
|
109
|
+
center: import('vue').PropType<number[]>;
|
|
109
110
|
zoom: {
|
|
110
111
|
type: NumberConstructor;
|
|
111
112
|
default: number;
|
|
@@ -153,10 +154,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
153
154
|
mapStyle: StringConstructor;
|
|
154
155
|
darkMode: BooleanConstructor;
|
|
155
156
|
okText: StringConstructor;
|
|
156
|
-
emptyProps: import(
|
|
157
|
-
searchStyle: import(
|
|
157
|
+
emptyProps: import('vue').PropType<import('../ele-app/el').ElEmptyProps>;
|
|
158
|
+
searchStyle: import('vue').PropType<Partial<import('vue').CSSProperties>>;
|
|
158
159
|
mode: {
|
|
159
|
-
type: import(
|
|
160
|
+
type: import('vue').PropType<import('./types').SelectMode>;
|
|
160
161
|
default: string;
|
|
161
162
|
};
|
|
162
163
|
filterable: {
|
|
@@ -174,7 +175,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
174
175
|
height: string;
|
|
175
176
|
required: boolean;
|
|
176
177
|
modelValue: boolean;
|
|
177
|
-
mode: import(
|
|
178
|
+
mode: import('./types').SelectMode;
|
|
178
179
|
filterable: boolean;
|
|
179
180
|
zoom: number;
|
|
180
181
|
responsive: boolean;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
1
|
+
import { MapLocale, CenterPoint, SelectMode } from './types';
|
|
2
|
+
import { EleModalProps } from '../ele-app/plus';
|
|
3
|
+
import { ElEmptyProps } from '../ele-app/el';
|
|
4
|
+
import { PropType, ExtractPropTypes } from 'vue';
|
|
5
|
+
|
|
5
6
|
/**
|
|
6
7
|
* 属性
|
|
7
8
|
*/
|
|
@@ -80,7 +81,7 @@ export declare const mapProps: {
|
|
|
80
81
|
/** 空组件属性 */
|
|
81
82
|
emptyProps: PropType<ElEmptyProps>;
|
|
82
83
|
/** 自定义搜索栏样式 */
|
|
83
|
-
searchStyle: PropType<Partial<import(
|
|
84
|
+
searchStyle: PropType<Partial<import('vue').CSSProperties>>;
|
|
84
85
|
/** 位置选择模式 */
|
|
85
86
|
mode: {
|
|
86
87
|
type: PropType<SelectMode>;
|
|
@@ -109,7 +110,7 @@ export declare const mapPickerProps: {
|
|
|
109
110
|
/** 是否使用关键字检索模式, 默认POI检索模式 */
|
|
110
111
|
keywordMode: BooleanConstructor;
|
|
111
112
|
/** 自定义header样式 */
|
|
112
|
-
headerStyle: PropType<Partial<import(
|
|
113
|
+
headerStyle: PropType<Partial<import('vue').CSSProperties>>;
|
|
113
114
|
/** 地图的高度 */
|
|
114
115
|
height: {
|
|
115
116
|
type: StringConstructor;
|
|
@@ -184,7 +185,7 @@ export declare const mapPickerProps: {
|
|
|
184
185
|
/** 空组件属性 */
|
|
185
186
|
emptyProps: PropType<ElEmptyProps>;
|
|
186
187
|
/** 自定义搜索栏样式 */
|
|
187
|
-
searchStyle: PropType<Partial<import(
|
|
188
|
+
searchStyle: PropType<Partial<import('vue').CSSProperties>>;
|
|
188
189
|
/** 位置选择模式 */
|
|
189
190
|
mode: {
|
|
190
191
|
type: PropType<SelectMode>;
|
package/lib/ele-menus/index.cjs
CHANGED
|
@@ -225,7 +225,7 @@ const index = vue.defineComponent({
|
|
|
225
225
|
trigger: "click",
|
|
226
226
|
placement: "right",
|
|
227
227
|
persistent: false,
|
|
228
|
-
...props$1.
|
|
228
|
+
...props$1.textEllipsisTooltip === true ? {} : props$1.textEllipsisTooltip,
|
|
229
229
|
virtualTriggering: true,
|
|
230
230
|
virtualRef: tooltipVirtualRef.value,
|
|
231
231
|
content: tooltipContent.value,
|
package/lib/ele-menus/index.d.ts
CHANGED
|
@@ -1,126 +1,125 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
|
|
1
|
+
import { ElMenuInstance } from '../ele-app/el';
|
|
2
|
+
import { MenuItemClicked } from 'element-plus';
|
|
3
|
+
import { NavigationFailure } from 'vue-router';
|
|
4
|
+
|
|
5
|
+
declare const _default: import('vue').DefineComponent<{
|
|
5
6
|
items: {
|
|
6
|
-
type: import(
|
|
7
|
+
type: import('vue').PropType<import('./types').MenuItem[]>;
|
|
7
8
|
required: boolean;
|
|
8
9
|
};
|
|
9
|
-
theme: import(
|
|
10
|
+
theme: import('vue').PropType<import('./types').MenuTheme>;
|
|
10
11
|
popupTheme: {
|
|
11
|
-
type: import(
|
|
12
|
+
type: import('vue').PropType<import('./types').PopupMenuTheme>;
|
|
12
13
|
default: string;
|
|
13
14
|
};
|
|
14
15
|
colorful: BooleanConstructor;
|
|
15
16
|
popupColorful: {
|
|
16
|
-
type: import(
|
|
17
|
+
type: import('vue').PropType<import('./types').PopupColorful>;
|
|
17
18
|
default: string;
|
|
18
19
|
};
|
|
19
20
|
firstPopperClass: StringConstructor;
|
|
20
21
|
tooltipDisabled: BooleanConstructor;
|
|
21
|
-
ellipsisProps: import(
|
|
22
|
-
textEllipsisTooltip:
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
defaultOpeneds: import("element-plus/es/utils/index").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
22
|
+
ellipsisProps: import('vue').PropType<import('./types').EllipsisProps>;
|
|
23
|
+
textEllipsisTooltip: import('vue').PropType<boolean | Partial<import('../ele-tooltip/props').TooltipProps>>;
|
|
24
|
+
mode: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, "horizontal" | "vertical", unknown, "vertical", boolean>;
|
|
25
|
+
defaultActive: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
26
|
+
defaultOpeneds: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
27
27
|
uniqueOpened: BooleanConstructor;
|
|
28
28
|
router: BooleanConstructor;
|
|
29
|
-
menuTrigger: import(
|
|
29
|
+
menuTrigger: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, "hover" | "click", unknown, "hover", boolean>;
|
|
30
30
|
collapse: BooleanConstructor;
|
|
31
31
|
backgroundColor: StringConstructor;
|
|
32
32
|
textColor: StringConstructor;
|
|
33
33
|
activeTextColor: StringConstructor;
|
|
34
34
|
closeOnClickOutside: BooleanConstructor;
|
|
35
|
-
collapseTransition: import(
|
|
36
|
-
ellipsis: import(
|
|
37
|
-
popperOffset: import(
|
|
38
|
-
ellipsisIcon: import(
|
|
39
|
-
popperEffect: import(
|
|
35
|
+
collapseTransition: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
36
|
+
ellipsis: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
37
|
+
popperOffset: import('element-plus/es/utils/index').EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
38
|
+
ellipsisIcon: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) | ((new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>))[], unknown, unknown, () => any, boolean>;
|
|
39
|
+
popperEffect: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, "light" | "dark", unknown, "dark", boolean>;
|
|
40
40
|
popperClass: StringConstructor;
|
|
41
|
-
showTimeout: import(
|
|
42
|
-
hideTimeout: import(
|
|
41
|
+
showTimeout: import('element-plus/es/utils/index').EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
42
|
+
hideTimeout: import('element-plus/es/utils/index').EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
43
43
|
}, {
|
|
44
|
-
menuRef: import(
|
|
44
|
+
menuRef: import('vue').Ref<ElMenuInstance>;
|
|
45
45
|
open: (index: string) => void;
|
|
46
46
|
close: (index: string) => void;
|
|
47
|
-
}, unknown, {}, {}, import(
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
47
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
48
|
+
/** 文本溢出提示是否显示 */
|
|
49
|
+
itemClick: (_item: import('./types').MenuItem, _e: MouseEvent) => boolean; /** 是否是水平菜单 */
|
|
50
|
+
itemMouseenter: (_item: import('./types').MenuItem, _e: MouseEvent) => boolean;
|
|
51
|
+
itemMouseleave: (_item: import('./types').MenuItem, _e: MouseEvent) => boolean;
|
|
52
|
+
parentMouseenter: (_item: import('./types').MenuItem, _e: MouseEvent) => boolean;
|
|
53
|
+
parentMouseleave: (_item: import('./types').MenuItem, _e: MouseEvent) => boolean;
|
|
53
54
|
close: (index: string, indexPath: string[]) => boolean;
|
|
54
55
|
open: (index: string, indexPath: string[]) => boolean;
|
|
55
56
|
select: (index: string, indexPath: string[], item: MenuItemClicked, routerResult?: Promise<void | NavigationFailure> | undefined) => boolean;
|
|
56
|
-
}, string, import(
|
|
57
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
57
58
|
items: {
|
|
58
|
-
type: import(
|
|
59
|
+
type: import('vue').PropType<import('./types').MenuItem[]>;
|
|
59
60
|
required: boolean;
|
|
60
61
|
};
|
|
61
|
-
theme: import(
|
|
62
|
+
theme: import('vue').PropType<import('./types').MenuTheme>;
|
|
62
63
|
popupTheme: {
|
|
63
|
-
type: import(
|
|
64
|
+
type: import('vue').PropType<import('./types').PopupMenuTheme>;
|
|
64
65
|
default: string;
|
|
65
66
|
};
|
|
66
67
|
colorful: BooleanConstructor;
|
|
67
68
|
popupColorful: {
|
|
68
|
-
type: import(
|
|
69
|
+
type: import('vue').PropType<import('./types').PopupColorful>;
|
|
69
70
|
default: string;
|
|
70
71
|
};
|
|
71
72
|
firstPopperClass: StringConstructor;
|
|
72
73
|
tooltipDisabled: BooleanConstructor;
|
|
73
|
-
ellipsisProps: import(
|
|
74
|
-
textEllipsisTooltip:
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
defaultOpeneds: import("element-plus/es/utils/index").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
74
|
+
ellipsisProps: import('vue').PropType<import('./types').EllipsisProps>;
|
|
75
|
+
textEllipsisTooltip: import('vue').PropType<boolean | Partial<import('../ele-tooltip/props').TooltipProps>>;
|
|
76
|
+
mode: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, "horizontal" | "vertical", unknown, "vertical", boolean>;
|
|
77
|
+
defaultActive: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
78
|
+
defaultOpeneds: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
79
79
|
uniqueOpened: BooleanConstructor;
|
|
80
80
|
router: BooleanConstructor;
|
|
81
|
-
menuTrigger: import(
|
|
81
|
+
menuTrigger: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, "hover" | "click", unknown, "hover", boolean>;
|
|
82
82
|
collapse: BooleanConstructor;
|
|
83
83
|
backgroundColor: StringConstructor;
|
|
84
84
|
textColor: StringConstructor;
|
|
85
85
|
activeTextColor: StringConstructor;
|
|
86
86
|
closeOnClickOutside: BooleanConstructor;
|
|
87
|
-
collapseTransition: import(
|
|
88
|
-
ellipsis: import(
|
|
89
|
-
popperOffset: import(
|
|
90
|
-
ellipsisIcon: import(
|
|
91
|
-
popperEffect: import(
|
|
87
|
+
collapseTransition: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
88
|
+
ellipsis: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
89
|
+
popperOffset: import('element-plus/es/utils/index').EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
90
|
+
ellipsisIcon: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) | ((new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>))[], unknown, unknown, () => any, boolean>;
|
|
91
|
+
popperEffect: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, "light" | "dark", unknown, "dark", boolean>;
|
|
92
92
|
popperClass: StringConstructor;
|
|
93
|
-
showTimeout: import(
|
|
94
|
-
hideTimeout: import(
|
|
93
|
+
showTimeout: import('element-plus/es/utils/index').EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
94
|
+
hideTimeout: import('element-plus/es/utils/index').EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
95
95
|
}>> & {
|
|
96
96
|
onSelect?: ((index: string, indexPath: string[], item: MenuItemClicked, routerResult?: Promise<void | NavigationFailure> | undefined) => any) | undefined;
|
|
97
97
|
onOpen?: ((index: string, indexPath: string[]) => any) | undefined;
|
|
98
98
|
onClose?: ((index: string, indexPath: string[]) => any) | undefined;
|
|
99
|
-
onItemClick?: ((_item: import(
|
|
100
|
-
onItemMouseenter?: ((_item: import(
|
|
101
|
-
onItemMouseleave?: ((_item: import(
|
|
102
|
-
onParentMouseenter?: ((_item: import(
|
|
103
|
-
onParentMouseleave?: ((_item: import(
|
|
99
|
+
onItemClick?: ((_item: import('./types').MenuItem, _e: MouseEvent) => any) | undefined;
|
|
100
|
+
onItemMouseenter?: ((_item: import('./types').MenuItem, _e: MouseEvent) => any) | undefined;
|
|
101
|
+
onItemMouseleave?: ((_item: import('./types').MenuItem, _e: MouseEvent) => any) | undefined;
|
|
102
|
+
onParentMouseenter?: ((_item: import('./types').MenuItem, _e: MouseEvent) => any) | undefined;
|
|
103
|
+
onParentMouseleave?: ((_item: import('./types').MenuItem, _e: MouseEvent) => any) | undefined;
|
|
104
104
|
}, {
|
|
105
105
|
showTimeout: number;
|
|
106
106
|
hideTimeout: number;
|
|
107
|
-
mode: import(
|
|
107
|
+
mode: import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "horizontal" | "vertical", unknown>;
|
|
108
108
|
defaultActive: string;
|
|
109
109
|
defaultOpeneds: string[];
|
|
110
110
|
uniqueOpened: boolean;
|
|
111
111
|
router: boolean;
|
|
112
|
-
menuTrigger: import(
|
|
112
|
+
menuTrigger: import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "hover" | "click", unknown>;
|
|
113
113
|
collapse: boolean;
|
|
114
114
|
closeOnClickOutside: boolean;
|
|
115
|
-
collapseTransition: import(
|
|
116
|
-
ellipsis: import(
|
|
115
|
+
collapseTransition: import('element-plus/es/utils/index').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
116
|
+
ellipsis: import('element-plus/es/utils/index').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
117
117
|
popperOffset: number;
|
|
118
|
-
ellipsisIcon: import(
|
|
119
|
-
popperEffect: import(
|
|
120
|
-
popupTheme: import(
|
|
118
|
+
ellipsisIcon: import('element-plus/es/utils/index').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) | ((new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>))[], unknown, unknown>;
|
|
119
|
+
popperEffect: import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "light" | "dark", unknown>;
|
|
120
|
+
popupTheme: import('./types').PopupMenuTheme;
|
|
121
121
|
colorful: boolean;
|
|
122
|
-
popupColorful: import(
|
|
122
|
+
popupColorful: import('./types').PopupColorful;
|
|
123
123
|
tooltipDisabled: boolean;
|
|
124
|
-
textEllipsisTooltip: boolean;
|
|
125
124
|
}, {}>;
|
|
126
125
|
export default _default;
|
package/lib/ele-menus/props.cjs
CHANGED
|
@@ -29,9 +29,7 @@ const menusProps = {
|
|
|
29
29
|
/** 省略菜单的属性 */
|
|
30
30
|
ellipsisProps: Object,
|
|
31
31
|
/** 是否开启菜单文本溢出提示 */
|
|
32
|
-
textEllipsisTooltip: Boolean,
|
|
33
|
-
/** 菜单文本溢出提示属性 */
|
|
34
|
-
textEllipsisTooltipProps: Object
|
|
32
|
+
textEllipsisTooltip: [Boolean, Object]
|
|
35
33
|
};
|
|
36
34
|
const menuPropKeys = Object.keys(elementPlus.menuProps);
|
|
37
35
|
const menusEmits = {
|
package/lib/ele-menus/props.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { MenuItem, MenuTheme, PopupMenuTheme, PopupColorful, EllipsisProps } from './types';
|
|
2
2
|
import { menuProps } from 'element-plus';
|
|
3
|
-
import
|
|
3
|
+
import { PropType, ExtractPropTypes } from 'vue';
|
|
4
|
+
|
|
4
5
|
/**
|
|
5
6
|
* 属性
|
|
6
7
|
*/
|
|
@@ -31,28 +32,26 @@ export declare const menusProps: {
|
|
|
31
32
|
/** 省略菜单的属性 */
|
|
32
33
|
ellipsisProps: PropType<EllipsisProps>;
|
|
33
34
|
/** 是否开启菜单文本溢出提示 */
|
|
34
|
-
textEllipsisTooltip:
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
defaultActive: import("element-plus/es/utils/index").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
39
|
-
defaultOpeneds: import("element-plus/es/utils/index").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
35
|
+
textEllipsisTooltip: PropType<boolean | Partial<import('../ele-tooltip/props').TooltipProps>>;
|
|
36
|
+
mode: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, "horizontal" | "vertical", unknown, "vertical", boolean>;
|
|
37
|
+
defaultActive: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
38
|
+
defaultOpeneds: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
40
39
|
uniqueOpened: BooleanConstructor;
|
|
41
40
|
router: BooleanConstructor;
|
|
42
|
-
menuTrigger: import(
|
|
41
|
+
menuTrigger: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, "hover" | "click", unknown, "hover", boolean>;
|
|
43
42
|
collapse: BooleanConstructor;
|
|
44
43
|
backgroundColor: StringConstructor;
|
|
45
44
|
textColor: StringConstructor;
|
|
46
45
|
activeTextColor: StringConstructor;
|
|
47
46
|
closeOnClickOutside: BooleanConstructor;
|
|
48
|
-
collapseTransition: import(
|
|
49
|
-
ellipsis: import(
|
|
50
|
-
popperOffset: import(
|
|
51
|
-
ellipsisIcon: import(
|
|
52
|
-
popperEffect: import(
|
|
47
|
+
collapseTransition: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
48
|
+
ellipsis: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
49
|
+
popperOffset: import('element-plus/es/utils/index').EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
50
|
+
ellipsisIcon: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) | ((new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions>))[], unknown, unknown, () => any, boolean>;
|
|
51
|
+
popperEffect: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, "light" | "dark", unknown, "dark", boolean>;
|
|
53
52
|
popperClass: StringConstructor;
|
|
54
|
-
showTimeout: import(
|
|
55
|
-
hideTimeout: import(
|
|
53
|
+
showTimeout: import('element-plus/es/utils/index').EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
54
|
+
hideTimeout: import('element-plus/es/utils/index').EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
56
55
|
};
|
|
57
56
|
export type MenusProps = ExtractPropTypes<typeof menusProps>;
|
|
58
57
|
export type MenuPropKeys = Array<keyof typeof menuProps>;
|
|
@@ -76,5 +75,5 @@ export declare const menusEmits: {
|
|
|
76
75
|
parentMouseleave: (_item: MenuItem, _e: MouseEvent) => boolean;
|
|
77
76
|
close: (index: string, indexPath: string[]) => boolean;
|
|
78
77
|
open: (index: string, indexPath: string[]) => boolean;
|
|
79
|
-
select: (index: string, indexPath: string[], item: import(
|
|
78
|
+
select: (index: string, indexPath: string[], item: import('element-plus').MenuItemClicked, routerResult?: Promise<void | import('vue-router').NavigationFailure> | undefined) => boolean;
|
|
80
79
|
};
|
|
@@ -22,11 +22,7 @@
|
|
|
22
22
|
@include set-ele-var('menu-colorful', $var);
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
.ele-menu.ele-menu-dark
|
|
26
|
-
.ele-admin-header.is-dark,
|
|
27
|
-
.ele-admin-header.is-primary,
|
|
28
|
-
.ele-admin-dark-sidebar .ele-admin-sidebar,
|
|
29
|
-
.ele-admin-dark-sidebar .ele-admin-sidebox {
|
|
25
|
+
.ele-menu.ele-menu-dark {
|
|
30
26
|
@include set-ele-var('menu-dark', $var);
|
|
31
27
|
}
|
|
32
28
|
|