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,50 +1,51 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { ElInputInstance } from '../ele-app/el';
|
|
2
|
+
|
|
3
|
+
declare const _default: import('vue').DefineComponent<{
|
|
4
|
+
modelValue: import('vue').PropType<string[]>;
|
|
5
|
+
type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown> | undefined>;
|
|
5
6
|
color: StringConstructor;
|
|
6
|
-
size: import(
|
|
7
|
-
effect: import(
|
|
7
|
+
size: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown> | undefined>;
|
|
8
|
+
effect: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "light" | "plain" | "dark", unknown> | undefined>;
|
|
8
9
|
round: BooleanConstructor;
|
|
9
10
|
placeholder: StringConstructor;
|
|
10
|
-
inputStyle: import(
|
|
11
|
-
inputTagStyle: import(
|
|
12
|
-
buttonStyle: import(
|
|
13
|
-
itemStyle: import(
|
|
14
|
-
validator: import(
|
|
15
|
-
beforeRemove: import(
|
|
16
|
-
tooltipProps: import(
|
|
11
|
+
inputStyle: import('vue').PropType<Partial<import('vue').CSSProperties>>;
|
|
12
|
+
inputTagStyle: import('vue').PropType<Partial<import('vue').CSSProperties>>;
|
|
13
|
+
buttonStyle: import('vue').PropType<Partial<import('vue').CSSProperties>>;
|
|
14
|
+
itemStyle: import('vue').PropType<Partial<import('vue').CSSProperties>>;
|
|
15
|
+
validator: import('vue').PropType<import('./types').Validator>;
|
|
16
|
+
beforeRemove: import('vue').PropType<import('./types').BeforeRemove>;
|
|
17
|
+
tooltipProps: import('vue').PropType<Partial<import('../ele-tooltip/props').TooltipProps>>;
|
|
17
18
|
readonly: BooleanConstructor;
|
|
18
19
|
disabled: BooleanConstructor;
|
|
19
20
|
}, {
|
|
20
|
-
inputRef: import(
|
|
21
|
-
isEdit: import(
|
|
22
|
-
inputValue: import(
|
|
23
|
-
errorMessage: import(
|
|
24
|
-
loading: import(
|
|
25
|
-
tooltipVisible: import(
|
|
21
|
+
inputRef: import('vue').Ref<ElInputInstance>;
|
|
22
|
+
isEdit: import('vue').Ref<boolean>;
|
|
23
|
+
inputValue: import('vue').Ref<string>;
|
|
24
|
+
errorMessage: import('vue').Ref<string>;
|
|
25
|
+
loading: import('vue').Ref<boolean>;
|
|
26
|
+
tooltipVisible: import('vue').Ref<boolean>;
|
|
26
27
|
onAddClick: () => void;
|
|
27
28
|
onTagClose: (index: number) => void;
|
|
28
29
|
onInputChange: () => void;
|
|
29
30
|
onInputBlur: () => void;
|
|
30
31
|
onInputFocus: () => void;
|
|
31
|
-
}, unknown, {}, {}, import(
|
|
32
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
32
33
|
'update:modelValue': (_value?: string[] | undefined) => boolean;
|
|
33
|
-
}, string, import(
|
|
34
|
-
modelValue: import(
|
|
35
|
-
type: import(
|
|
34
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
35
|
+
modelValue: import('vue').PropType<string[]>;
|
|
36
|
+
type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown> | undefined>;
|
|
36
37
|
color: StringConstructor;
|
|
37
|
-
size: import(
|
|
38
|
-
effect: import(
|
|
38
|
+
size: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown> | undefined>;
|
|
39
|
+
effect: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "light" | "plain" | "dark", unknown> | undefined>;
|
|
39
40
|
round: BooleanConstructor;
|
|
40
41
|
placeholder: StringConstructor;
|
|
41
|
-
inputStyle: import(
|
|
42
|
-
inputTagStyle: import(
|
|
43
|
-
buttonStyle: import(
|
|
44
|
-
itemStyle: import(
|
|
45
|
-
validator: import(
|
|
46
|
-
beforeRemove: import(
|
|
47
|
-
tooltipProps: import(
|
|
42
|
+
inputStyle: import('vue').PropType<Partial<import('vue').CSSProperties>>;
|
|
43
|
+
inputTagStyle: import('vue').PropType<Partial<import('vue').CSSProperties>>;
|
|
44
|
+
buttonStyle: import('vue').PropType<Partial<import('vue').CSSProperties>>;
|
|
45
|
+
itemStyle: import('vue').PropType<Partial<import('vue').CSSProperties>>;
|
|
46
|
+
validator: import('vue').PropType<import('./types').Validator>;
|
|
47
|
+
beforeRemove: import('vue').PropType<import('./types').BeforeRemove>;
|
|
48
|
+
tooltipProps: import('vue').PropType<Partial<import('../ele-tooltip/props').TooltipProps>>;
|
|
48
49
|
readonly: BooleanConstructor;
|
|
49
50
|
disabled: BooleanConstructor;
|
|
50
51
|
}>> & {
|
package/es/ele-edit-tag/index.js
CHANGED
|
@@ -242,7 +242,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
242
242
|
hideAfter: 0,
|
|
243
243
|
trigger: "click",
|
|
244
244
|
disabled: !_ctx.tooltipVisible
|
|
245
|
-
}, _ctx.tooltipProps, {
|
|
245
|
+
}, _ctx.tooltipProps || {}, {
|
|
246
246
|
virtualTriggering: true,
|
|
247
247
|
virtualRef: _ctx.inputRef ? _ctx.inputRef.$el : void 0,
|
|
248
248
|
content: _ctx.errorMessage,
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import type { PropType, ExtractPropTypes } from 'vue';
|
|
2
1
|
import { Validator, BeforeRemove } from './types';
|
|
2
|
+
import { PropType, ExtractPropTypes } from 'vue';
|
|
3
|
+
|
|
3
4
|
/**
|
|
4
5
|
* 属性
|
|
5
6
|
*/
|
|
@@ -7,31 +8,31 @@ export declare const editTagProps: {
|
|
|
7
8
|
/** 标签数据 */
|
|
8
9
|
modelValue: PropType<string[]>;
|
|
9
10
|
/** 类型 */
|
|
10
|
-
type: PropType<import(
|
|
11
|
+
type: PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown> | undefined>;
|
|
11
12
|
/** 颜色 */
|
|
12
13
|
color: StringConstructor;
|
|
13
14
|
/** 尺寸 */
|
|
14
|
-
size: PropType<import(
|
|
15
|
+
size: PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown> | undefined>;
|
|
15
16
|
/** 主题 */
|
|
16
|
-
effect: PropType<import(
|
|
17
|
+
effect: PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "light" | "plain" | "dark", unknown> | undefined>;
|
|
17
18
|
/** 是否为圆形 */
|
|
18
19
|
round: BooleanConstructor;
|
|
19
20
|
/** 提示文本 */
|
|
20
21
|
placeholder: StringConstructor;
|
|
21
22
|
/** 输入框样式 */
|
|
22
|
-
inputStyle: PropType<Partial<import(
|
|
23
|
+
inputStyle: PropType<Partial<import('vue').CSSProperties>>;
|
|
23
24
|
/** 输入框外层标签样式 */
|
|
24
|
-
inputTagStyle: PropType<Partial<import(
|
|
25
|
+
inputTagStyle: PropType<Partial<import('vue').CSSProperties>>;
|
|
25
26
|
/** 添加按钮样式 */
|
|
26
|
-
buttonStyle: PropType<Partial<import(
|
|
27
|
+
buttonStyle: PropType<Partial<import('vue').CSSProperties>>;
|
|
27
28
|
/** 标签样式 */
|
|
28
|
-
itemStyle: PropType<Partial<import(
|
|
29
|
+
itemStyle: PropType<Partial<import('vue').CSSProperties>>;
|
|
29
30
|
/** 添加校验方法 */
|
|
30
31
|
validator: PropType<Validator>;
|
|
31
32
|
/** 移除校验方法 */
|
|
32
33
|
beforeRemove: PropType<BeforeRemove>;
|
|
33
34
|
/** 提示属性 */
|
|
34
|
-
tooltipProps: PropType<Partial<import(
|
|
35
|
+
tooltipProps: PropType<Partial<import('../ele-tooltip/props').TooltipProps>>;
|
|
35
36
|
/** 是否只读 */
|
|
36
37
|
readonly: BooleanConstructor;
|
|
37
38
|
/** 是否禁用 */
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
|
|
1
|
+
import { EllipsisTooltip } from './types';
|
|
2
|
+
import { EleTextProps, EleTextInstance } from '../ele-app/plus';
|
|
3
|
+
|
|
4
|
+
declare const _default: import('vue').DefineComponent<{
|
|
4
5
|
maxLine: NumberConstructor;
|
|
5
6
|
lineHeight: (StringConstructor | NumberConstructor)[];
|
|
6
7
|
tooltip: {
|
|
7
|
-
type: import(
|
|
8
|
+
type: import('vue').PropType<boolean | EllipsisTooltip>;
|
|
8
9
|
default: () => {
|
|
9
10
|
original: boolean;
|
|
10
11
|
};
|
|
@@ -13,28 +14,28 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13
14
|
type: StringConstructor;
|
|
14
15
|
default: string;
|
|
15
16
|
};
|
|
16
|
-
type: import(
|
|
17
|
-
size: import(
|
|
17
|
+
type: import('vue').PropType<import('../ele-text/types').TextType>;
|
|
18
|
+
size: import('vue').PropType<import('../ele-text/types').TextSize>;
|
|
18
19
|
deleted: BooleanConstructor;
|
|
19
20
|
underline: BooleanConstructor;
|
|
20
21
|
strong: BooleanConstructor;
|
|
21
22
|
italic: BooleanConstructor;
|
|
22
|
-
icon: import(
|
|
23
|
-
iconProps: import(
|
|
24
|
-
iconStyle: import(
|
|
23
|
+
icon: import('vue').PropType<import('../ele-text/types').TextIcon>;
|
|
24
|
+
iconProps: import('vue').PropType<import('../ele-app/el').ElIconProps>; /** 文本组件 */
|
|
25
|
+
iconStyle: import('vue').PropType<Partial<import('vue').CSSProperties>>;
|
|
25
26
|
}, {
|
|
26
|
-
textRef: import(
|
|
27
|
-
virtualRef: import(
|
|
28
|
-
tooltipProps: import(
|
|
29
|
-
multiLine: import(
|
|
30
|
-
textProps: import(
|
|
31
|
-
rootStyle: import(
|
|
27
|
+
textRef: import('vue').Ref<EleTextInstance>;
|
|
28
|
+
virtualRef: import('vue').Ref<HTMLElement | undefined>;
|
|
29
|
+
tooltipProps: import('vue').ComputedRef<Partial<import('../ele-tooltip/props').TooltipProps>>;
|
|
30
|
+
multiLine: import('vue').ComputedRef<boolean>;
|
|
31
|
+
textProps: import('vue').ComputedRef<EleTextProps>;
|
|
32
|
+
rootStyle: import('vue').ComputedRef<Partial<import('vue').CSSProperties>>;
|
|
32
33
|
onHover: (e: MouseEvent) => void;
|
|
33
|
-
}, unknown, {}, {}, import(
|
|
34
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
34
35
|
maxLine: NumberConstructor;
|
|
35
36
|
lineHeight: (StringConstructor | NumberConstructor)[];
|
|
36
37
|
tooltip: {
|
|
37
|
-
type: import(
|
|
38
|
+
type: import('vue').PropType<boolean | EllipsisTooltip>;
|
|
38
39
|
default: () => {
|
|
39
40
|
original: boolean;
|
|
40
41
|
};
|
|
@@ -43,15 +44,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
43
44
|
type: StringConstructor;
|
|
44
45
|
default: string;
|
|
45
46
|
};
|
|
46
|
-
type: import(
|
|
47
|
-
size: import(
|
|
47
|
+
type: import('vue').PropType<import('../ele-text/types').TextType>;
|
|
48
|
+
size: import('vue').PropType<import('../ele-text/types').TextSize>;
|
|
48
49
|
deleted: BooleanConstructor;
|
|
49
50
|
underline: BooleanConstructor;
|
|
50
51
|
strong: BooleanConstructor;
|
|
51
52
|
italic: BooleanConstructor;
|
|
52
|
-
icon: import(
|
|
53
|
-
iconProps: import(
|
|
54
|
-
iconStyle: import(
|
|
53
|
+
icon: import('vue').PropType<import('../ele-text/types').TextIcon>;
|
|
54
|
+
iconProps: import('vue').PropType<import('../ele-app/el').ElIconProps>; /** 文本组件 */
|
|
55
|
+
iconStyle: import('vue').PropType<Partial<import('vue').CSSProperties>>;
|
|
55
56
|
}>>, {
|
|
56
57
|
strong: boolean;
|
|
57
58
|
tag: string;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
1
|
+
import { EllipsisTooltip } from './types';
|
|
2
|
+
import { PropType, ExtractPropTypes } from 'vue';
|
|
3
|
+
|
|
3
4
|
/**
|
|
4
5
|
* 属性
|
|
5
6
|
*/
|
|
@@ -19,14 +20,14 @@ export declare const ellipsisProps: {
|
|
|
19
20
|
type: StringConstructor;
|
|
20
21
|
default: string;
|
|
21
22
|
};
|
|
22
|
-
type: PropType<import(
|
|
23
|
-
size: PropType<import(
|
|
23
|
+
type: PropType<import('../ele-text/types').TextType>;
|
|
24
|
+
size: PropType<import('../ele-text/types').TextSize>;
|
|
24
25
|
deleted: BooleanConstructor;
|
|
25
26
|
underline: BooleanConstructor;
|
|
26
27
|
strong: BooleanConstructor;
|
|
27
28
|
italic: BooleanConstructor;
|
|
28
|
-
icon: PropType<import(
|
|
29
|
-
iconProps: PropType<import(
|
|
30
|
-
iconStyle: PropType<Partial<import(
|
|
29
|
+
icon: PropType<import('../ele-text/types').TextIcon>;
|
|
30
|
+
iconProps: PropType<import('../ele-app/el').ElIconProps>;
|
|
31
|
+
iconStyle: PropType<Partial<import('vue').CSSProperties>>;
|
|
31
32
|
};
|
|
32
33
|
export type EllipsisProps = ExtractPropTypes<typeof ellipsisProps>;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
|
|
1
|
+
import { IconItem, FileItem, ItemContextMenuOption, SelectionType } from '../types';
|
|
2
|
+
import { DropdownItem } from '../../ele-dropdown/types';
|
|
3
|
+
import { EleDropdownProps, EleDropdownInstance } from '../../ele-app/plus';
|
|
4
|
+
import { PropType } from 'vue';
|
|
5
|
+
|
|
6
|
+
declare const _default: import('vue').DefineComponent<{
|
|
6
7
|
/** 数据 */
|
|
7
8
|
item: {
|
|
8
9
|
type: PropType<FileItem>;
|
|
@@ -21,22 +22,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
21
22
|
/** 右键菜单属性 */
|
|
22
23
|
contextMenuProps: PropType<EleDropdownProps>;
|
|
23
24
|
}, {
|
|
24
|
-
dropdownRef: import(
|
|
25
|
-
dropdownVisible: import(
|
|
26
|
-
selectable: import(
|
|
27
|
-
selected: import(
|
|
28
|
-
icon: import(
|
|
25
|
+
dropdownRef: import('vue').Ref<EleDropdownInstance>;
|
|
26
|
+
dropdownVisible: import('vue').Ref<boolean>;
|
|
27
|
+
selectable: import('vue').ComputedRef<boolean>;
|
|
28
|
+
selected: import('vue').ComputedRef<boolean>;
|
|
29
|
+
icon: import('vue').ComputedRef<string | undefined>;
|
|
29
30
|
onClick: () => void;
|
|
30
31
|
onCheckChange: () => void;
|
|
31
32
|
onContextmenu: (e: MouseEvent) => void;
|
|
32
33
|
onItemContextMenu: (command: string) => void;
|
|
33
34
|
onContextVisibleChange: (visible: boolean) => void;
|
|
34
|
-
}, unknown, {}, {}, import(
|
|
35
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
35
36
|
click: (_item: FileItem) => true;
|
|
36
37
|
checkChange: (_item: FileItem) => true;
|
|
37
38
|
contextMenu: (_option: ItemContextMenuOption) => true;
|
|
38
39
|
contextOpen: (_ref: EleDropdownInstance) => true;
|
|
39
|
-
}, string, import(
|
|
40
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
40
41
|
/** 数据 */
|
|
41
42
|
item: {
|
|
42
43
|
type: PropType<FileItem>;
|
|
@@ -158,7 +158,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
158
158
|
key: 1,
|
|
159
159
|
placement: "bottom-start",
|
|
160
160
|
popperClass: "ele-file-list-item-context"
|
|
161
|
-
}, _ctx.contextMenuProps, {
|
|
161
|
+
}, _ctx.contextMenuProps || {}, {
|
|
162
162
|
ref: "dropdownRef",
|
|
163
163
|
trigger: "click",
|
|
164
164
|
class: "ele-file-list-item-dropdown",
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
|
|
1
|
+
import { IconItem, FileItem, ItemContextMenuOption, SelectionType, ContextMenus } from '../types';
|
|
2
|
+
import { GridItemInstance } from '../props';
|
|
3
|
+
import { EleDropdownProps, EleDropdownInstance } from '../../ele-app/plus';
|
|
4
|
+
import { PropType, Ref } from 'vue';
|
|
5
|
+
|
|
6
|
+
declare const _default: import('vue').DefineComponent<{
|
|
6
7
|
/** 文件数据 */
|
|
7
8
|
data: PropType<FileItem[]>;
|
|
8
9
|
/** 后缀对应的图标 */
|
|
@@ -27,19 +28,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27
28
|
contextMenuProps: PropType<EleDropdownProps>;
|
|
28
29
|
}, {
|
|
29
30
|
itemRefs: Ref<GridItemInstance[]>;
|
|
30
|
-
headerText: import(
|
|
31
|
-
getContextMenus: (item: FileItem) => import(
|
|
31
|
+
headerText: import('vue').ComputedRef<string | undefined>;
|
|
32
|
+
getContextMenus: (item: FileItem) => import('../../ele-dropdown/types').DropdownItem[] | undefined;
|
|
32
33
|
onCheckAllChange: () => void;
|
|
33
34
|
onItemClick: (item: FileItem) => void;
|
|
34
35
|
onItemCheckChange: (item: FileItem) => void;
|
|
35
36
|
onItemContextMenu: (option: ItemContextMenuOption) => void;
|
|
36
37
|
onItemContextOpen: (ref: EleDropdownInstance) => void;
|
|
37
|
-
}, unknown, {}, {}, import(
|
|
38
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
38
39
|
checkAllChange: () => true;
|
|
39
40
|
itemClick: (_item: FileItem) => true;
|
|
40
41
|
itemCheckChange: (_item: FileItem) => true;
|
|
41
42
|
itemContextMenu: (_option: ItemContextMenuOption) => true;
|
|
42
|
-
}, string, import(
|
|
43
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
43
44
|
/** 文件数据 */
|
|
44
45
|
data: PropType<FileItem[]>;
|
|
45
46
|
/** 后缀对应的图标 */
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import(
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
2
|
/** 当前排序字段 */
|
|
3
3
|
sort: StringConstructor;
|
|
4
4
|
/** 当前排序方式 */
|
|
@@ -8,7 +8,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8
8
|
type: StringConstructor;
|
|
9
9
|
required: true;
|
|
10
10
|
};
|
|
11
|
-
}, unknown, unknown, {}, {}, import(
|
|
11
|
+
}, unknown, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
12
12
|
/** 当前排序字段 */
|
|
13
13
|
sort: StringConstructor;
|
|
14
14
|
/** 当前排序方式 */
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
|
|
1
|
+
import { IconItem, FileItem, ColumnItem, ItemContextMenuOption, SelectionType } from '../types';
|
|
2
|
+
import { DropdownItem } from '../../ele-dropdown/types';
|
|
3
|
+
import { EleDropdownProps, EleDropdownInstance } from '../../ele-app/plus';
|
|
4
|
+
import { PropType } from 'vue';
|
|
5
|
+
|
|
6
|
+
declare const _default: import('vue').DefineComponent<{
|
|
6
7
|
/** 数据 */
|
|
7
8
|
item: {
|
|
8
9
|
type: PropType<FileItem>;
|
|
@@ -23,22 +24,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
23
24
|
/** 右键菜单属性 */
|
|
24
25
|
contextMenuProps: PropType<EleDropdownProps>;
|
|
25
26
|
}, {
|
|
26
|
-
dropdownRef: import(
|
|
27
|
-
dropdownVisible: import(
|
|
28
|
-
selectable: import(
|
|
29
|
-
selected: import(
|
|
30
|
-
icon: import(
|
|
27
|
+
dropdownRef: import('vue').Ref<EleDropdownInstance>;
|
|
28
|
+
dropdownVisible: import('vue').Ref<boolean>;
|
|
29
|
+
selectable: import('vue').ComputedRef<boolean>;
|
|
30
|
+
selected: import('vue').ComputedRef<boolean>;
|
|
31
|
+
icon: import('vue').ComputedRef<string | undefined>;
|
|
31
32
|
onClick: () => void;
|
|
32
33
|
onCheckChange: () => void;
|
|
33
34
|
onContextmenu: (e: MouseEvent) => void;
|
|
34
35
|
onItemContextMenu: (command: string) => void;
|
|
35
36
|
onContextVisibleChange: (visible: boolean) => void;
|
|
36
|
-
}, unknown, {}, {}, import(
|
|
37
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
37
38
|
click: (_item: FileItem) => true;
|
|
38
39
|
checkChange: (_item: FileItem) => true;
|
|
39
40
|
contextMenu: (_option: ItemContextMenuOption) => true;
|
|
40
41
|
contextOpen: (_ref: EleDropdownInstance) => true;
|
|
41
|
-
}, string, import(
|
|
42
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
42
43
|
/** 数据 */
|
|
43
44
|
item: {
|
|
44
45
|
type: PropType<FileItem>;
|
|
@@ -190,7 +190,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
190
190
|
key: 0,
|
|
191
191
|
placement: "bottom-start",
|
|
192
192
|
popperClass: "ele-file-list-item-context"
|
|
193
|
-
}, _ctx.contextMenuProps, {
|
|
193
|
+
}, _ctx.contextMenuProps || {}, {
|
|
194
194
|
ref: "dropdownRef",
|
|
195
195
|
trigger: "click",
|
|
196
196
|
class: "ele-file-list-item-dropdown",
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
|
|
1
|
+
import { IconItem, FileItem, ColumnItem, ItemContextMenuOption, SelectionType, ContextMenus } from '../types';
|
|
2
|
+
import { TableItemInstance } from '../props';
|
|
3
|
+
import { EleDropdownProps, EleDropdownInstance } from '../../ele-app/plus';
|
|
4
|
+
import { PropType, Ref } from 'vue';
|
|
5
|
+
|
|
6
|
+
declare const _default: import('vue').DefineComponent<{
|
|
6
7
|
/** 文件数据 */
|
|
7
8
|
data: PropType<FileItem[]>;
|
|
8
9
|
/** 后缀对应的图标 */
|
|
@@ -37,21 +38,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
37
38
|
contextMenuProps: PropType<EleDropdownProps>;
|
|
38
39
|
}, {
|
|
39
40
|
itemRefs: Ref<TableItemInstance[]>;
|
|
40
|
-
tableCols: import(
|
|
41
|
-
getContextMenus: (item: FileItem) => import(
|
|
41
|
+
tableCols: import('vue').ComputedRef<ColumnItem[]>;
|
|
42
|
+
getContextMenus: (item: FileItem) => import('../../ele-dropdown/types').DropdownItem[] | undefined;
|
|
42
43
|
onCheckAllChange: () => void;
|
|
43
44
|
onItemClick: (item: FileItem) => void;
|
|
44
45
|
onItemCheckChange: (item: FileItem) => void;
|
|
45
46
|
onSortChange: (sort: string, col?: ColumnItem) => void;
|
|
46
47
|
onItemContextMenu: (option: ItemContextMenuOption) => void;
|
|
47
48
|
onItemContextOpen: (ref: EleDropdownInstance) => void;
|
|
48
|
-
}, unknown, {}, {}, import(
|
|
49
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
49
50
|
checkAllChange: () => true;
|
|
50
51
|
itemClick: (_item: FileItem) => true;
|
|
51
52
|
itemCheckChange: (_item: FileItem) => true;
|
|
52
53
|
itemContextMenu: (_option: ItemContextMenuOption) => true;
|
|
53
54
|
sortChange: (_sort: string) => true;
|
|
54
|
-
}, string, import(
|
|
55
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
55
56
|
/** 文件数据 */
|
|
56
57
|
data: PropType<FileItem[]>;
|
|
57
58
|
/** 后缀对应的图标 */
|
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
|
|
1
|
+
import { FileItem, SortValue, ItemContextMenuOption, FileListLocale } from './types';
|
|
2
|
+
import { Ref } from 'vue';
|
|
3
|
+
|
|
4
|
+
declare const _default: import('vue').DefineComponent<{
|
|
4
5
|
data: {
|
|
5
|
-
type: import(
|
|
6
|
+
type: import('vue').PropType<FileItem[]>;
|
|
6
7
|
required: boolean;
|
|
7
8
|
};
|
|
8
|
-
selectionType: import(
|
|
9
|
-
selections: import(
|
|
10
|
-
current: import(
|
|
9
|
+
selectionType: import('vue').PropType<import('./types').SelectionType>;
|
|
10
|
+
selections: import('vue').PropType<FileItem[]>;
|
|
11
|
+
current: import('vue').PropType<FileItem>;
|
|
11
12
|
grid: {
|
|
12
13
|
type: BooleanConstructor;
|
|
13
14
|
default: boolean;
|
|
@@ -16,43 +17,43 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16
17
|
sort: StringConstructor;
|
|
17
18
|
order: StringConstructor;
|
|
18
19
|
icons: {
|
|
19
|
-
type: import(
|
|
20
|
-
default: () => import(
|
|
20
|
+
type: import('vue').PropType<import('./types').IconItem[]>;
|
|
21
|
+
default: () => import('./types').IconItem[];
|
|
21
22
|
};
|
|
22
23
|
smallIcons: {
|
|
23
|
-
type: import(
|
|
24
|
-
default: () => import(
|
|
24
|
+
type: import('vue').PropType<import('./types').IconItem[]>;
|
|
25
|
+
default: () => import('./types').IconItem[];
|
|
25
26
|
};
|
|
26
|
-
columns: import(
|
|
27
|
+
columns: import('vue').PropType<import('./types').ColumnItem[]>;
|
|
27
28
|
boxChoose: BooleanConstructor;
|
|
28
|
-
contextMenus: import(
|
|
29
|
-
contextMenuProps: import(
|
|
30
|
-
locale: import(
|
|
29
|
+
contextMenus: import('vue').PropType<import('./types').ContextMenus>;
|
|
30
|
+
contextMenuProps: import('vue').PropType<import('../ele-app/plus').EleDropdownProps>;
|
|
31
|
+
locale: import('vue').PropType<Partial<FileListLocale>>;
|
|
31
32
|
}, {
|
|
32
|
-
lang: import(
|
|
33
|
-
selectorStyle: Ref<Partial<import(
|
|
34
|
-
isCheckAll: import(
|
|
35
|
-
isIndeterminate: import(
|
|
33
|
+
lang: import('vue').ComputedRef<FileListLocale>;
|
|
34
|
+
selectorStyle: Ref<Partial<import('vue').CSSProperties>>;
|
|
35
|
+
isCheckAll: import('vue').ComputedRef<boolean>;
|
|
36
|
+
isIndeterminate: import('vue').ComputedRef<boolean>;
|
|
36
37
|
onCheckAllChange: () => void;
|
|
37
38
|
onItemCheckChange: (item: FileItem) => void;
|
|
38
39
|
onItemClick: (item: FileItem) => void;
|
|
39
40
|
onSortChange: (name: string) => void;
|
|
40
41
|
onItemContextMenu: (option: ItemContextMenuOption) => void;
|
|
41
42
|
onMousedown: (event: MouseEvent) => void;
|
|
42
|
-
}, unknown, {}, {}, import(
|
|
43
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
43
44
|
itemClick: (_item: FileItem) => boolean;
|
|
44
45
|
sortChange: (_sorter: SortValue) => boolean;
|
|
45
46
|
'update:selections': (_selection?: FileItem[] | undefined) => boolean;
|
|
46
47
|
'update:current': (_current?: FileItem | null | undefined) => boolean;
|
|
47
48
|
itemContextMenu: (_option: ItemContextMenuOption) => boolean;
|
|
48
|
-
}, string, import(
|
|
49
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
49
50
|
data: {
|
|
50
|
-
type: import(
|
|
51
|
+
type: import('vue').PropType<FileItem[]>;
|
|
51
52
|
required: boolean;
|
|
52
53
|
};
|
|
53
|
-
selectionType: import(
|
|
54
|
-
selections: import(
|
|
55
|
-
current: import(
|
|
54
|
+
selectionType: import('vue').PropType<import('./types').SelectionType>;
|
|
55
|
+
selections: import('vue').PropType<FileItem[]>;
|
|
56
|
+
current: import('vue').PropType<FileItem>;
|
|
56
57
|
grid: {
|
|
57
58
|
type: BooleanConstructor;
|
|
58
59
|
default: boolean;
|
|
@@ -61,18 +62,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
61
62
|
sort: StringConstructor;
|
|
62
63
|
order: StringConstructor;
|
|
63
64
|
icons: {
|
|
64
|
-
type: import(
|
|
65
|
-
default: () => import(
|
|
65
|
+
type: import('vue').PropType<import('./types').IconItem[]>;
|
|
66
|
+
default: () => import('./types').IconItem[];
|
|
66
67
|
};
|
|
67
68
|
smallIcons: {
|
|
68
|
-
type: import(
|
|
69
|
-
default: () => import(
|
|
69
|
+
type: import('vue').PropType<import('./types').IconItem[]>;
|
|
70
|
+
default: () => import('./types').IconItem[];
|
|
70
71
|
};
|
|
71
|
-
columns: import(
|
|
72
|
+
columns: import('vue').PropType<import('./types').ColumnItem[]>;
|
|
72
73
|
boxChoose: BooleanConstructor;
|
|
73
|
-
contextMenus: import(
|
|
74
|
-
contextMenuProps: import(
|
|
75
|
-
locale: import(
|
|
74
|
+
contextMenus: import('vue').PropType<import('./types').ContextMenus>;
|
|
75
|
+
contextMenuProps: import('vue').PropType<import('../ele-app/plus').EleDropdownProps>;
|
|
76
|
+
locale: import('vue').PropType<Partial<FileListLocale>>;
|
|
76
77
|
}>> & {
|
|
77
78
|
onSortChange?: ((_sorter: SortValue) => any) | undefined;
|
|
78
79
|
onItemClick?: ((_item: FileItem) => any) | undefined;
|
|
@@ -82,8 +83,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
82
83
|
}, {
|
|
83
84
|
grid: boolean;
|
|
84
85
|
sortable: boolean;
|
|
85
|
-
icons: import(
|
|
86
|
-
smallIcons: import(
|
|
86
|
+
icons: import('./types').IconItem[];
|
|
87
|
+
smallIcons: import('./types').IconItem[];
|
|
87
88
|
boxChoose: boolean;
|
|
88
89
|
}, {}>;
|
|
89
90
|
export default _default;
|