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
|
@@ -84,6 +84,13 @@
|
|
|
84
84
|
.el-picker-panel__body .el-picker-panel__content {
|
|
85
85
|
width: 100%;
|
|
86
86
|
}
|
|
87
|
+
|
|
88
|
+
.el-year-table td.current:not(.disabled) > div,
|
|
89
|
+
.el-month-table td.current:not(.disabled) > div {
|
|
90
|
+
border-radius: 0;
|
|
91
|
+
margin-left: 0;
|
|
92
|
+
margin-right: 0;
|
|
93
|
+
}
|
|
87
94
|
}
|
|
88
95
|
|
|
89
96
|
// 内容宽度
|
|
@@ -235,6 +242,8 @@
|
|
|
235
242
|
// 年/月表格
|
|
236
243
|
.el-year-table td,
|
|
237
244
|
.el-month-table td {
|
|
245
|
+
width: auto;
|
|
246
|
+
|
|
238
247
|
.cell {
|
|
239
248
|
color: eleVar('datepicker', 'color');
|
|
240
249
|
width: eleVar('datepicker', 'year-width');
|
|
@@ -247,6 +256,9 @@
|
|
|
247
256
|
border-color $ele-transition
|
|
248
257
|
);
|
|
249
258
|
box-sizing: border-box;
|
|
259
|
+
position: static;
|
|
260
|
+
left: auto;
|
|
261
|
+
transform: none;
|
|
250
262
|
}
|
|
251
263
|
|
|
252
264
|
&.today .cell {
|
|
@@ -269,11 +281,24 @@
|
|
|
269
281
|
.el-year-table td {
|
|
270
282
|
padding: eleVar('datepicker', 'year-padding');
|
|
271
283
|
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
284
|
+
& > div {
|
|
285
|
+
height: auto;
|
|
286
|
+
padding: eleVar('datepicker', 'year-space');
|
|
287
|
+
transition: (
|
|
288
|
+
background-color $ele-transition,
|
|
289
|
+
border-color $ele-transition
|
|
290
|
+
);
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
&.disabled {
|
|
294
|
+
& > div {
|
|
295
|
+
background: eleVar('datepicker', 'disabled-bg');
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
.cell {
|
|
299
|
+
color: eleVar('datepicker', 'disabled-color');
|
|
300
|
+
background: none;
|
|
301
|
+
}
|
|
277
302
|
}
|
|
278
303
|
}
|
|
279
304
|
|
|
@@ -423,11 +448,13 @@
|
|
|
423
448
|
&.start-date > div {
|
|
424
449
|
border-top-left-radius: eleVar('datepicker', 'year-radius');
|
|
425
450
|
border-bottom-left-radius: eleVar('datepicker', 'year-radius');
|
|
451
|
+
margin-left: 0;
|
|
426
452
|
}
|
|
427
453
|
|
|
428
454
|
&.end-date > div {
|
|
429
455
|
border-top-right-radius: eleVar('datepicker', 'year-radius');
|
|
430
456
|
border-bottom-right-radius: eleVar('datepicker', 'year-radius');
|
|
457
|
+
margin-right: 0;
|
|
431
458
|
}
|
|
432
459
|
|
|
433
460
|
&.in-range > div {
|
|
@@ -1,64 +1,65 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
1
|
+
import { AvatarItem, AvatarErrorOption } from './types';
|
|
2
|
+
|
|
3
|
+
declare const _default: import('vue').DefineComponent<{
|
|
3
4
|
data: {
|
|
4
|
-
type: import(
|
|
5
|
+
type: import('vue').PropType<AvatarItem[]>;
|
|
5
6
|
required: boolean;
|
|
6
7
|
};
|
|
7
8
|
maxCount: NumberConstructor;
|
|
8
|
-
shape: import(
|
|
9
|
-
size: import(
|
|
10
|
-
itemStyle: import(
|
|
11
|
-
avatarStyle: import(
|
|
12
|
-
moreStyle: import(
|
|
9
|
+
shape: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "circle" | "square", unknown> | undefined>;
|
|
10
|
+
size: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<readonly [NumberConstructor, StringConstructor], "" | "default" | "small" | "large", number> | undefined>;
|
|
11
|
+
itemStyle: import('vue').PropType<Partial<import('vue').CSSProperties>>;
|
|
12
|
+
avatarStyle: import('vue').PropType<Partial<import('vue').CSSProperties>>;
|
|
13
|
+
moreStyle: import('vue').PropType<Partial<import('vue').CSSProperties>>;
|
|
13
14
|
tooltip: {
|
|
14
15
|
type: BooleanConstructor;
|
|
15
16
|
default: boolean;
|
|
16
17
|
};
|
|
17
|
-
tooltipProps: import(
|
|
18
|
+
tooltipProps: import('vue').PropType<Partial<import('../ele-tooltip/props').TooltipProps>>;
|
|
18
19
|
overflowPopover: {
|
|
19
20
|
type: BooleanConstructor;
|
|
20
21
|
default: boolean;
|
|
21
22
|
};
|
|
22
|
-
overflowPopoverProps: import(
|
|
23
|
+
overflowPopoverProps: import('vue').PropType<Partial<import('../ele-tooltip/props').TooltipProps>>;
|
|
23
24
|
hoverOpen: BooleanConstructor;
|
|
24
25
|
}, {
|
|
25
|
-
tooltipContent: import(
|
|
26
|
-
virtualRef: import(
|
|
27
|
-
overflowVisible: import(
|
|
28
|
-
commonStyle: import(
|
|
29
|
-
isOverflow: import(
|
|
30
|
-
avatarData: import(
|
|
31
|
-
overflowCount: import(
|
|
32
|
-
overflowData: import(
|
|
26
|
+
tooltipContent: import('vue').Ref<string>;
|
|
27
|
+
virtualRef: import('vue').Ref<any>;
|
|
28
|
+
overflowVisible: import('vue').Ref<boolean>;
|
|
29
|
+
commonStyle: import('vue').ComputedRef<Partial<import('vue').CSSProperties>>;
|
|
30
|
+
isOverflow: import('vue').ComputedRef<boolean>;
|
|
31
|
+
avatarData: import('vue').ComputedRef<AvatarItem[]>;
|
|
32
|
+
overflowCount: import('vue').ComputedRef<number>;
|
|
33
|
+
overflowData: import('vue').ComputedRef<AvatarItem[]>;
|
|
33
34
|
onItemHover: (item: AvatarItem, e: MouseEvent) => void;
|
|
34
35
|
onItemClick: (item: AvatarItem) => void;
|
|
35
36
|
onMoreClick: () => void;
|
|
36
37
|
onError: (option: AvatarErrorOption) => void;
|
|
37
|
-
}, unknown, {}, {}, import(
|
|
38
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
38
39
|
itemClick: (_item: AvatarItem) => boolean;
|
|
39
40
|
moreClick: () => boolean;
|
|
40
41
|
error: (_option: AvatarErrorOption) => boolean;
|
|
41
|
-
}, string, import(
|
|
42
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
42
43
|
data: {
|
|
43
|
-
type: import(
|
|
44
|
+
type: import('vue').PropType<AvatarItem[]>;
|
|
44
45
|
required: boolean;
|
|
45
46
|
};
|
|
46
47
|
maxCount: NumberConstructor;
|
|
47
|
-
shape: import(
|
|
48
|
-
size: import(
|
|
49
|
-
itemStyle: import(
|
|
50
|
-
avatarStyle: import(
|
|
51
|
-
moreStyle: import(
|
|
48
|
+
shape: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "circle" | "square", unknown> | undefined>;
|
|
49
|
+
size: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<readonly [NumberConstructor, StringConstructor], "" | "default" | "small" | "large", number> | undefined>;
|
|
50
|
+
itemStyle: import('vue').PropType<Partial<import('vue').CSSProperties>>;
|
|
51
|
+
avatarStyle: import('vue').PropType<Partial<import('vue').CSSProperties>>;
|
|
52
|
+
moreStyle: import('vue').PropType<Partial<import('vue').CSSProperties>>;
|
|
52
53
|
tooltip: {
|
|
53
54
|
type: BooleanConstructor;
|
|
54
55
|
default: boolean;
|
|
55
56
|
};
|
|
56
|
-
tooltipProps: import(
|
|
57
|
+
tooltipProps: import('vue').PropType<Partial<import('../ele-tooltip/props').TooltipProps>>;
|
|
57
58
|
overflowPopover: {
|
|
58
59
|
type: BooleanConstructor;
|
|
59
60
|
default: boolean;
|
|
60
61
|
};
|
|
61
|
-
overflowPopoverProps: import(
|
|
62
|
+
overflowPopoverProps: import('vue').PropType<Partial<import('../ele-tooltip/props').TooltipProps>>;
|
|
62
63
|
hoverOpen: BooleanConstructor;
|
|
63
64
|
}>> & {
|
|
64
65
|
onError?: ((_option: AvatarErrorOption) => any) | undefined;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
1
|
+
import { AvatarItem, AvatarErrorOption } from './types';
|
|
2
|
+
import { PropType, ExtractPropTypes } from 'vue';
|
|
3
|
+
|
|
3
4
|
/**
|
|
4
5
|
* 属性
|
|
5
6
|
*/
|
|
@@ -12,29 +13,29 @@ export declare const avatarGroupProps: {
|
|
|
12
13
|
/** 最大显示个数 */
|
|
13
14
|
maxCount: NumberConstructor;
|
|
14
15
|
/** 形状 */
|
|
15
|
-
shape: PropType<import(
|
|
16
|
+
shape: PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "circle" | "square", unknown> | undefined>;
|
|
16
17
|
/** 大小 */
|
|
17
|
-
size: PropType<import(
|
|
18
|
+
size: PropType<import('element-plus/es/utils/index').EpPropMergeType<readonly [NumberConstructor, StringConstructor], "" | "default" | "small" | "large", number> | undefined>;
|
|
18
19
|
/** 自定义样式 */
|
|
19
|
-
itemStyle: PropType<Partial<import(
|
|
20
|
+
itemStyle: PropType<Partial<import('vue').CSSProperties>>;
|
|
20
21
|
/** 自定义头像样式 */
|
|
21
|
-
avatarStyle: PropType<Partial<import(
|
|
22
|
+
avatarStyle: PropType<Partial<import('vue').CSSProperties>>;
|
|
22
23
|
/** 自定义溢出样式 */
|
|
23
|
-
moreStyle: PropType<Partial<import(
|
|
24
|
+
moreStyle: PropType<Partial<import('vue').CSSProperties>>;
|
|
24
25
|
/** 是否显示提示 */
|
|
25
26
|
tooltip: {
|
|
26
27
|
type: BooleanConstructor;
|
|
27
28
|
default: boolean;
|
|
28
29
|
};
|
|
29
30
|
/** 提示属性 */
|
|
30
|
-
tooltipProps: PropType<Partial<import(
|
|
31
|
+
tooltipProps: PropType<Partial<import('../ele-tooltip/props').TooltipProps>>;
|
|
31
32
|
/** 是否显示溢出气泡 */
|
|
32
33
|
overflowPopover: {
|
|
33
34
|
type: BooleanConstructor;
|
|
34
35
|
default: boolean;
|
|
35
36
|
};
|
|
36
37
|
/** 溢出气泡属性 */
|
|
37
|
-
overflowPopoverProps: PropType<Partial<import(
|
|
38
|
+
overflowPopoverProps: PropType<Partial<import('../ele-tooltip/props').TooltipProps>>;
|
|
38
39
|
/** 是否鼠标移入展开 */
|
|
39
40
|
hoverOpen: BooleanConstructor;
|
|
40
41
|
};
|
|
@@ -1,25 +1,26 @@
|
|
|
1
|
-
import
|
|
2
|
-
import JsBarCode from 'jsbarcode';
|
|
3
|
-
import
|
|
4
|
-
|
|
1
|
+
import { JsBarCodeInstance } from './types';
|
|
2
|
+
import { default as JsBarCode } from 'jsbarcode';
|
|
3
|
+
import { Ref } from 'vue';
|
|
4
|
+
|
|
5
|
+
declare const _default: import('vue').DefineComponent<{
|
|
5
6
|
value: StringConstructor;
|
|
6
7
|
tag: {
|
|
7
|
-
type: import(
|
|
8
|
+
type: import('vue').PropType<import('./types').BarCodeTag>;
|
|
8
9
|
default: string;
|
|
9
10
|
};
|
|
10
|
-
options: import(
|
|
11
|
+
options: import('vue').PropType<JsBarCode.Options>;
|
|
11
12
|
}, {
|
|
12
13
|
rootRef: Ref<HTMLElement | null>;
|
|
13
14
|
instance: Ref<JsBarCodeInstance>;
|
|
14
15
|
render: () => void;
|
|
15
|
-
}, unknown, {}, {}, import(
|
|
16
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
16
17
|
value: StringConstructor;
|
|
17
18
|
tag: {
|
|
18
|
-
type: import(
|
|
19
|
+
type: import('vue').PropType<import('./types').BarCodeTag>;
|
|
19
20
|
default: string;
|
|
20
21
|
};
|
|
21
|
-
options: import(
|
|
22
|
+
options: import('vue').PropType<JsBarCode.Options>;
|
|
22
23
|
}>>, {
|
|
23
|
-
tag: import(
|
|
24
|
+
tag: import('./types').BarCodeTag;
|
|
24
25
|
}, {}>;
|
|
25
26
|
export default _default;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import { BarCodeTag } from './types';
|
|
2
|
+
import { Options } from 'jsbarcode';
|
|
3
|
+
import { PropType, ExtractPropTypes } from 'vue';
|
|
4
|
+
|
|
4
5
|
/**
|
|
5
6
|
* 属性
|
|
6
7
|
*/
|
|
@@ -63,8 +63,14 @@ const _sfc_main = vue.defineComponent({
|
|
|
63
63
|
const updatePopper = () => {
|
|
64
64
|
tooltipRef.value && tooltipRef.value.updatePopper();
|
|
65
65
|
};
|
|
66
|
-
const focusSearchInput = () => {
|
|
66
|
+
const focusSearchInput = (e) => {
|
|
67
67
|
if (props2.filterable && props2.visible) {
|
|
68
|
+
if (e != null && e.target != null) {
|
|
69
|
+
const target = e.target;
|
|
70
|
+
if (target.nodeName && target.nodeName.toLowerCase() === "input") {
|
|
71
|
+
return;
|
|
72
|
+
}
|
|
73
|
+
}
|
|
68
74
|
const input = props2.multiple ? searchRef.value : inputRef.value;
|
|
69
75
|
input && input.focus();
|
|
70
76
|
}
|
|
@@ -103,6 +109,13 @@ const _sfc_main = vue.defineComponent({
|
|
|
103
109
|
const onInputBlur = (e) => {
|
|
104
110
|
emit("blur", e);
|
|
105
111
|
};
|
|
112
|
+
const onInputEsc = (e) => {
|
|
113
|
+
if (!props2.disabled && props2.visible) {
|
|
114
|
+
e.stopPropagation();
|
|
115
|
+
e.preventDefault();
|
|
116
|
+
updateVisible(false);
|
|
117
|
+
}
|
|
118
|
+
};
|
|
106
119
|
vue.watch(
|
|
107
120
|
() => props2.selectedLabel,
|
|
108
121
|
(label) => {
|
|
@@ -147,7 +160,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
147
160
|
onTagClose,
|
|
148
161
|
onClear,
|
|
149
162
|
onInputFocus,
|
|
150
|
-
onInputBlur
|
|
163
|
+
onInputBlur,
|
|
164
|
+
onInputEsc
|
|
151
165
|
};
|
|
152
166
|
}
|
|
153
167
|
});
|
|
@@ -185,6 +199,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
185
199
|
effect: "light",
|
|
186
200
|
persistent: true,
|
|
187
201
|
isPopover: true,
|
|
202
|
+
triggerKeys: [],
|
|
188
203
|
"onUpdate:visible": _ctx.updateVisible
|
|
189
204
|
}, {
|
|
190
205
|
body: vue.withCtx(() => [
|
|
@@ -225,7 +240,8 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
225
240
|
style: vue.normalizeStyle(_ctx.inputStyle),
|
|
226
241
|
"onUpdate:modelValue": _ctx.updateInputValue,
|
|
227
242
|
onFocus: _ctx.onInputFocus,
|
|
228
|
-
onBlur: _ctx.onInputBlur
|
|
243
|
+
onBlur: _ctx.onInputBlur,
|
|
244
|
+
onKeydown: vue.withKeys(_ctx.onInputEsc, ["esc"])
|
|
229
245
|
}, vue.createSlots({
|
|
230
246
|
suffix: vue.withCtx(() => [
|
|
231
247
|
_ctx.clearable && !_ctx.disabled && !_ctx.isEmpty ? (vue.openBlock(), vue.createBlock(_component_ElIcon, {
|
|
@@ -258,7 +274,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
258
274
|
]),
|
|
259
275
|
key: "0"
|
|
260
276
|
} : void 0
|
|
261
|
-
]), 1032, ["size", "disabled", "modelValue", "placeholder", "readonly", "style", "onUpdate:modelValue", "onFocus", "onBlur"]),
|
|
277
|
+
]), 1032, ["size", "disabled", "modelValue", "placeholder", "readonly", "style", "onUpdate:modelValue", "onFocus", "onBlur", "onKeydown"]),
|
|
262
278
|
_ctx.multiple ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
|
|
263
279
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.currentTags, (item, index2) => {
|
|
264
280
|
return vue.openBlock(), vue.createBlock(_component_ElTag, {
|
|
@@ -309,8 +325,9 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
309
325
|
validateEvent: false,
|
|
310
326
|
modelValue: _ctx.searchValue,
|
|
311
327
|
placeholder: _ctx.inputPlaceholder,
|
|
312
|
-
"onUpdate:modelValue": _ctx.updateSearchValue
|
|
313
|
-
|
|
328
|
+
"onUpdate:modelValue": _ctx.updateSearchValue,
|
|
329
|
+
onKeydown: vue.withKeys(_ctx.onInputEsc, ["esc"])
|
|
330
|
+
}, null, 8, ["size", "modelValue", "placeholder", "onUpdate:modelValue", "onKeydown"])
|
|
314
331
|
]),
|
|
315
332
|
_: 1
|
|
316
333
|
}, 8, ["size"])) : vue.createCommentVNode("", true)
|
|
@@ -1,51 +1,52 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
|
|
1
|
+
import { SelectedItem } from './types';
|
|
2
|
+
import { EleTooltipInstance } from '../ele-app/plus';
|
|
3
|
+
import { ElInputInstance } from '../ele-app/el';
|
|
4
|
+
|
|
5
|
+
declare const _default: import('vue').DefineComponent<{
|
|
5
6
|
value: {
|
|
6
|
-
type: import(
|
|
7
|
+
type: import('vue').PropType<import('./types').SelectValue>;
|
|
7
8
|
default: () => null;
|
|
8
9
|
};
|
|
9
10
|
multiple: BooleanConstructor;
|
|
10
11
|
disabled: BooleanConstructor;
|
|
11
|
-
size: import(
|
|
12
|
+
size: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never> | undefined>;
|
|
12
13
|
clearable: BooleanConstructor;
|
|
13
14
|
placeholder: StringConstructor;
|
|
14
15
|
selectedLabel: StringConstructor;
|
|
15
|
-
selected: import(
|
|
16
|
+
selected: import('vue').PropType<SelectedItem[]>;
|
|
16
17
|
maxTagCount: NumberConstructor;
|
|
17
18
|
maxTagTextLength: NumberConstructor;
|
|
18
|
-
tagType: import(
|
|
19
|
+
tagType: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown> | undefined>; /** 输入框组件 */
|
|
19
20
|
automaticDropdown: BooleanConstructor;
|
|
20
21
|
filterable: BooleanConstructor;
|
|
21
22
|
visible: BooleanConstructor;
|
|
22
23
|
teleported: BooleanConstructor;
|
|
23
24
|
persistent: BooleanConstructor;
|
|
24
|
-
placement: import(
|
|
25
|
+
placement: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, import('element-plus').Placement, unknown> | undefined>;
|
|
25
26
|
transition: {
|
|
26
27
|
type: StringConstructor; /** 是否未选中 */
|
|
27
28
|
default: string;
|
|
28
29
|
};
|
|
29
|
-
popperOptions: import(
|
|
30
|
+
popperOptions: import('vue').PropType<Partial<import('element-plus').Options> | undefined>;
|
|
30
31
|
popperClass: StringConstructor;
|
|
31
32
|
popperWidth: (StringConstructor | NumberConstructor)[];
|
|
32
33
|
selectClass: StringConstructor;
|
|
33
|
-
selectStyle: import(
|
|
34
|
-
inputStyle: import(
|
|
34
|
+
selectStyle: import('vue').PropType<Partial<import('vue').CSSProperties>>;
|
|
35
|
+
inputStyle: import('vue').PropType<Partial<import('vue').CSSProperties>>;
|
|
35
36
|
}, {
|
|
36
|
-
tooltipRef: import(
|
|
37
|
-
inputRef: import(
|
|
38
|
-
searchRef: import(
|
|
39
|
-
inputValue: import(
|
|
40
|
-
searchValue: import(
|
|
41
|
-
isEmpty: import(
|
|
42
|
-
inputPlaceholder: import(
|
|
43
|
-
isCollapse: import(
|
|
44
|
-
currentTags: import(
|
|
45
|
-
omittedTags: import(
|
|
46
|
-
omittedSize: import(
|
|
37
|
+
tooltipRef: import('vue').Ref<EleTooltipInstance>;
|
|
38
|
+
inputRef: import('vue').Ref<ElInputInstance>;
|
|
39
|
+
searchRef: import('vue').Ref<ElInputInstance>;
|
|
40
|
+
inputValue: import('vue').Ref<string>;
|
|
41
|
+
searchValue: import('vue').Ref<string>;
|
|
42
|
+
isEmpty: import('vue').ComputedRef<boolean>;
|
|
43
|
+
inputPlaceholder: import('vue').ComputedRef<string>;
|
|
44
|
+
isCollapse: import('vue').ComputedRef<boolean>;
|
|
45
|
+
currentTags: import('vue').ComputedRef<SelectedItem[]>;
|
|
46
|
+
omittedTags: import('vue').ComputedRef<SelectedItem[]>;
|
|
47
|
+
omittedSize: import('vue').ComputedRef<number>;
|
|
47
48
|
updatePopper: () => void;
|
|
48
|
-
focusSearchInput: () => void;
|
|
49
|
+
focusSearchInput: (e?: MouseEvent) => void;
|
|
49
50
|
updateSearchValue: (modelValue: string) => void;
|
|
50
51
|
updateInputValue: (modelValue: string) => void;
|
|
51
52
|
updateVisible: (visible: boolean) => void;
|
|
@@ -53,44 +54,45 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
53
54
|
onClear: () => void;
|
|
54
55
|
onInputFocus: (e: FocusEvent) => void;
|
|
55
56
|
onInputBlur: (e: FocusEvent) => void;
|
|
56
|
-
|
|
57
|
+
onInputEsc: (e: FocusEvent) => void;
|
|
58
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
57
59
|
'update:visible': (_visible: boolean) => boolean;
|
|
58
60
|
removeTag: (_item: SelectedItem) => boolean;
|
|
59
61
|
clear: () => boolean;
|
|
60
62
|
focus: (_e: FocusEvent) => boolean;
|
|
61
63
|
blur: (_e: FocusEvent) => boolean;
|
|
62
64
|
filterChange: (_value: string) => boolean;
|
|
63
|
-
}, string, import(
|
|
65
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
64
66
|
value: {
|
|
65
|
-
type: import(
|
|
67
|
+
type: import('vue').PropType<import('./types').SelectValue>;
|
|
66
68
|
default: () => null;
|
|
67
69
|
};
|
|
68
70
|
multiple: BooleanConstructor;
|
|
69
71
|
disabled: BooleanConstructor;
|
|
70
|
-
size: import(
|
|
72
|
+
size: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never> | undefined>;
|
|
71
73
|
clearable: BooleanConstructor;
|
|
72
74
|
placeholder: StringConstructor;
|
|
73
75
|
selectedLabel: StringConstructor;
|
|
74
|
-
selected: import(
|
|
76
|
+
selected: import('vue').PropType<SelectedItem[]>;
|
|
75
77
|
maxTagCount: NumberConstructor;
|
|
76
78
|
maxTagTextLength: NumberConstructor;
|
|
77
|
-
tagType: import(
|
|
79
|
+
tagType: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown> | undefined>; /** 输入框组件 */
|
|
78
80
|
automaticDropdown: BooleanConstructor;
|
|
79
81
|
filterable: BooleanConstructor;
|
|
80
82
|
visible: BooleanConstructor;
|
|
81
83
|
teleported: BooleanConstructor;
|
|
82
84
|
persistent: BooleanConstructor;
|
|
83
|
-
placement: import(
|
|
85
|
+
placement: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, import('element-plus').Placement, unknown> | undefined>;
|
|
84
86
|
transition: {
|
|
85
87
|
type: StringConstructor; /** 是否未选中 */
|
|
86
88
|
default: string;
|
|
87
89
|
};
|
|
88
|
-
popperOptions: import(
|
|
90
|
+
popperOptions: import('vue').PropType<Partial<import('element-plus').Options> | undefined>;
|
|
89
91
|
popperClass: StringConstructor;
|
|
90
92
|
popperWidth: (StringConstructor | NumberConstructor)[];
|
|
91
93
|
selectClass: StringConstructor;
|
|
92
|
-
selectStyle: import(
|
|
93
|
-
inputStyle: import(
|
|
94
|
+
selectStyle: import('vue').PropType<Partial<import('vue').CSSProperties>>;
|
|
95
|
+
inputStyle: import('vue').PropType<Partial<import('vue').CSSProperties>>;
|
|
94
96
|
}>> & {
|
|
95
97
|
onFocus?: ((_e: FocusEvent) => any) | undefined;
|
|
96
98
|
onBlur?: ((_e: FocusEvent) => any) | undefined;
|
|
@@ -99,13 +101,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
99
101
|
onRemoveTag?: ((_item: SelectedItem) => any) | undefined;
|
|
100
102
|
onFilterChange?: ((_value: string) => any) | undefined;
|
|
101
103
|
}, {
|
|
104
|
+
value: import('./types').SelectValue;
|
|
102
105
|
disabled: boolean;
|
|
103
106
|
teleported: boolean;
|
|
104
107
|
clearable: boolean;
|
|
105
108
|
persistent: boolean;
|
|
106
109
|
visible: boolean;
|
|
107
110
|
transition: string;
|
|
108
|
-
value: import("./types").SelectValue;
|
|
109
111
|
filterable: boolean;
|
|
110
112
|
multiple: boolean;
|
|
111
113
|
automaticDropdown: boolean;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
1
|
+
import { SelectValue, SelectedItem } from './types';
|
|
2
|
+
import { PropType, ExtractPropTypes } from 'vue';
|
|
3
|
+
|
|
3
4
|
/**
|
|
4
5
|
* 属性
|
|
5
6
|
*/
|
|
@@ -14,7 +15,7 @@ export declare const basicSelectProps: {
|
|
|
14
15
|
/** 是否禁用 */
|
|
15
16
|
disabled: BooleanConstructor;
|
|
16
17
|
/** 尺寸 */
|
|
17
|
-
size: PropType<import(
|
|
18
|
+
size: PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never> | undefined>;
|
|
18
19
|
/** 是否支持清除 */
|
|
19
20
|
clearable: BooleanConstructor;
|
|
20
21
|
/** 无选中时提示文本 */
|
|
@@ -28,7 +29,7 @@ export declare const basicSelectProps: {
|
|
|
28
29
|
/** 多选标签最大显示文本长度 */
|
|
29
30
|
maxTagTextLength: NumberConstructor;
|
|
30
31
|
/** 多选标签类型 */
|
|
31
|
-
tagType: PropType<import(
|
|
32
|
+
tagType: PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown> | undefined>;
|
|
32
33
|
/** 是否在输入框获得焦点后自动弹出选项菜单 */
|
|
33
34
|
automaticDropdown: BooleanConstructor;
|
|
34
35
|
/** 是否可以筛选 */
|
|
@@ -40,14 +41,14 @@ export declare const basicSelectProps: {
|
|
|
40
41
|
/** 始终渲染下拉框 */
|
|
41
42
|
persistent: BooleanConstructor;
|
|
42
43
|
/** 下拉框位置 */
|
|
43
|
-
placement: PropType<import(
|
|
44
|
+
placement: PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, import('element-plus').Placement, unknown> | undefined>;
|
|
44
45
|
/** 下拉框渐变动画 */
|
|
45
46
|
transition: {
|
|
46
47
|
type: StringConstructor;
|
|
47
48
|
default: string;
|
|
48
49
|
};
|
|
49
50
|
/** popper.js 参数 */
|
|
50
|
-
popperOptions: PropType<Partial<import(
|
|
51
|
+
popperOptions: PropType<Partial<import('element-plus').Options> | undefined>;
|
|
51
52
|
/** 下拉框类名 */
|
|
52
53
|
popperClass: StringConstructor;
|
|
53
54
|
/** 下拉框宽度 */
|
|
@@ -55,9 +56,9 @@ export declare const basicSelectProps: {
|
|
|
55
56
|
/** 自定义类名 */
|
|
56
57
|
selectClass: StringConstructor;
|
|
57
58
|
/** 自定义样式 */
|
|
58
|
-
selectStyle: PropType<Partial<import(
|
|
59
|
+
selectStyle: PropType<Partial<import('vue').CSSProperties>>;
|
|
59
60
|
/** 自定义输入框样式 */
|
|
60
|
-
inputStyle: PropType<Partial<import(
|
|
61
|
+
inputStyle: PropType<Partial<import('vue').CSSProperties>>;
|
|
61
62
|
};
|
|
62
63
|
export type BasicSelectProps = ExtractPropTypes<typeof basicSelectProps>;
|
|
63
64
|
/**
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
declare const _default: import(
|
|
2
|
-
bodyStyle: import(
|
|
3
|
-
extraStyle: import(
|
|
4
|
-
}, unknown, unknown, {}, {}, import(
|
|
5
|
-
bodyStyle: import(
|
|
6
|
-
extraStyle: import(
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
bodyStyle: import('vue').PropType<Partial<import('vue').CSSProperties>>;
|
|
3
|
+
extraStyle: import('vue').PropType<Partial<import('vue').CSSProperties>>;
|
|
4
|
+
}, unknown, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
5
|
+
bodyStyle: import('vue').PropType<Partial<import('vue').CSSProperties>>;
|
|
6
|
+
extraStyle: import('vue').PropType<Partial<import('vue').CSSProperties>>;
|
|
7
7
|
}>>, {}, {}>;
|
|
8
8
|
export default _default;
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { PropType, ExtractPropTypes } from 'vue';
|
|
2
|
+
|
|
2
3
|
/**
|
|
3
4
|
* 属性
|
|
4
5
|
*/
|
|
5
6
|
export declare const bottomBarProps: {
|
|
6
7
|
/** 内容样式 */
|
|
7
|
-
bodyStyle: PropType<Partial<import(
|
|
8
|
+
bodyStyle: PropType<Partial<import('vue').CSSProperties>>;
|
|
8
9
|
/** 右侧样式 */
|
|
9
|
-
extraStyle: PropType<Partial<import(
|
|
10
|
+
extraStyle: PropType<Partial<import('vue').CSSProperties>>;
|
|
10
11
|
};
|
|
11
12
|
export type BottomBarProps = ExtractPropTypes<typeof bottomBarProps>;
|