yuang-framework-ui-pc 1.1.44 → 1.1.45
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/components.d.ts +7 -0
- package/es/components.js +15 -0
- package/es/core-components.d.ts +57 -0
- package/es/core-components.js +116 -0
- package/es/core-export.d.ts +11 -0
- package/es/core-export.js +15 -0
- package/es/ele-admin-layout/index.d.ts +10276 -0
- package/es/ele-admin-layout/index.js +596 -0
- package/es/ele-app/style/overwrite/color-picker/index.scss +42 -0
- package/es/ele-app/style/overwrite/date-picker/css-var.scss +16 -0
- package/es/ele-app/style/overwrite/select/css-var.scss +8 -0
- package/{lib/ele-ellipsis → es/ele-avatar-group}/index.d.ts +218 -136
- package/es/ele-avatar-group/index.js +189 -0
- package/es/ele-avatar-group/style/index.scss +73 -0
- package/es/ele-basic-select/types.d.ts +28 -0
- package/es/ele-basic-select/util.d.ts +21 -0
- package/{lib/ele-basic-select/util.cjs → es/ele-basic-select/util.js} +10 -10
- package/es/ele-breadcrumb/types.d.ts +32 -0
- package/es/ele-card/style/css-var.scss +8 -0
- package/es/ele-check-card/index.d.ts +495 -0
- package/es/ele-check-card/index.js +131 -0
- package/es/ele-config-provider/receiver.d.ts +15 -0
- package/es/ele-config-provider/receiver.js +26 -0
- package/es/ele-copyable/props.d.ts +48 -0
- package/es/ele-copyable/props.js +39 -0
- package/es/ele-count-up/index.d.ts +37 -0
- package/es/ele-count-up/index.js +108 -0
- package/es/ele-cropper/components/cropper-preview.d.ts +21 -0
- package/es/ele-cropper/components/cropper-preview.js +74 -0
- package/es/ele-cropper/components/cropper-tools.d.ts +2710 -0
- package/es/ele-cropper/components/cropper-tools.js +218 -0
- package/es/ele-dashboard/props.d.ts +17 -0
- package/{lib/ele-dashboard/props.cjs → es/ele-dashboard/props.js} +3 -3
- package/{lib/ele-data-table/index.cjs → es/ele-data-table/index.js} +100 -99
- package/es/ele-dropdown/components/pro-dropdown.d.ts +2912 -0
- package/es/ele-dropdown/components/pro-dropdown.js +205 -0
- package/es/ele-dropdown/style/index.scss +314 -0
- package/es/ele-edit-tag/index.d.ts +2380 -0
- package/es/ele-edit-tag/index.js +272 -0
- package/es/{ele-avatar-group → ele-ellipsis}/style/index.js +1 -1
- package/es/ele-ellipsis/types.d.ts +9 -0
- package/es/ele-file-list/components/file-grid-item.d.ts +55 -0
- package/es/ele-file-list/components/file-grid-item.js +149 -0
- package/es/ele-file-list/components/file-table-item.d.ts +59 -0
- package/es/ele-file-list/components/file-table-item.js +183 -0
- package/es/ele-file-list/icons.d.ts +18 -0
- package/es/ele-file-list/icons.js +130 -0
- package/es/ele-file-list/props.d.ts +76 -0
- package/es/ele-file-list/props.js +62 -0
- package/es/ele-file-list/style/css-var.scss +8 -0
- package/es/ele-file-list/types.d.ts +117 -0
- package/es/ele-icon-select/components/icon-grid.d.ts +2039 -0
- package/es/ele-icon-select/components/icon-grid.js +126 -0
- package/{lib/ele-dropdown → es/ele-icon-select}/index.d.ts +2968 -2500
- package/es/ele-icon-select/index.js +337 -0
- package/es/ele-icon-select/style/index.js +6 -0
- package/es/ele-icon-select/style/index.scss +235 -0
- package/es/ele-image-viewer/props.d.ts +115 -0
- package/es/ele-image-viewer/props.js +35 -0
- package/es/ele-loading/style/index.js +2 -0
- package/es/ele-map-picker/components/map-view.js +734 -0
- package/es/ele-map-picker/props.d.ts +232 -0
- package/es/ele-map-picker/props.js +130 -0
- package/es/ele-pagination/props.d.ts +123 -0
- package/es/ele-pagination/props.js +31 -0
- package/es/ele-pagination/style/index.scss +288 -0
- package/{lib/ele-toolbar → es/ele-popconfirm}/index.d.ts +915 -126
- package/es/ele-popconfirm/index.js +212 -0
- package/es/{ele-copyable → ele-popconfirm}/style/index.js +1 -0
- package/es/{ele-ellipsis → ele-popover}/index.d.ts +402 -149
- package/es/ele-popover/index.js +105 -0
- package/{lib/ele-tooltip → es/ele-popover}/props.d.ts +76 -60
- package/es/ele-popover/props.js +27 -0
- package/es/ele-popover/style/index.js +1 -0
- package/es/ele-printer/types.d.ts +46 -0
- package/es/ele-pro-table/util.d.ts +285 -0
- package/es/ele-pro-table/util.js +729 -0
- package/es/ele-segmented/types.d.ts +28 -0
- package/es/{ele-dialog → ele-split-panel}/style/index.js +0 -1
- package/es/ele-steps/props.d.ts +68 -0
- package/es/ele-steps/props.js +14 -0
- package/es/ele-steps/style/css-var.scss +8 -0
- package/es/ele-steps/style/index.scss +206 -0
- package/es/ele-tab-wrap/index.d.ts +8 -0
- package/es/ele-tab-wrap/index.js +73 -0
- package/es/{ele-segmented → ele-tabs}/style/index.js +1 -0
- package/es/ele-toolbar/types.d.ts +19 -0
- package/es/ele-tooltip/index.d.ts +1506 -0
- package/es/ele-tooltip/index.js +176 -0
- package/es/ele-tooltip/style/index.scss +95 -0
- package/es/{ele-toolbar → ele-tour}/index.d.ts +516 -119
- package/es/ele-tour/index.js +238 -0
- package/es/ele-tour/props.d.ts +36 -0
- package/es/ele-tour/props.js +30 -0
- package/{lib/ele-table-select → es/ele-tree-select}/props.d.ts +14 -31
- package/{lib/ele-tree-select/props.cjs → es/ele-tree-select/props.js} +4 -4
- package/es/ele-upload-list/index.d.ts +2450 -0
- package/es/ele-upload-list/index.js +287 -0
- package/es/ele-virtual-table/components/cell-checkbox.d.ts +666 -0
- package/es/ele-virtual-table/components/cell-checkbox.js +49 -0
- package/es/ele-virtual-table/components/header-row.d.ts +3980 -0
- package/es/ele-virtual-table/components/header-row.js +126 -0
- package/es/ele-virtual-table/style/index.js +9 -0
- package/es/ele-watermark/util.d.ts +31 -0
- package/es/ele-watermark/util.js +70 -0
- package/es/icons/{DesktopOutlined.js → CalendarOutlined.js} +4 -4
- package/es/icons/{MailOutlined.js → CityOutlined.js} +7 -4
- package/es/icons/{CheckOutlined.js → CloseOutlined.js} +4 -4
- package/es/icons/CompressOutlined.js +31 -0
- package/es/icons/{CornerRightFilled.js → CornerLeftFilled.js} +4 -4
- package/es/icons/{ArrowRight.js → CpuOutlined.js} +5 -6
- package/es/icons/DeleteOutlined.js +30 -0
- package/es/icons/{ArrowLeftOutlined.js → FolderAddOutlined.js} +5 -5
- package/es/icons/{BookOutlined.js → FormOutlined.js} +5 -4
- package/es/icons/FullscreenOutlined.js +29 -0
- package/es/icons/HolderOutlined.js +24 -0
- package/es/icons/{MenuOutlined.js → LinkOutlined.js} +6 -6
- package/es/icons/{BellOutlined.js → LogoutOutlined.js} +5 -4
- package/es/icons/{FilterFilled.js → PlayFilled.js} +4 -4
- package/es/icons/{ClockCircleOutlined.js → PlusCircleOutlined.js} +5 -6
- package/es/icons/SettingOutlined.js +28 -0
- package/es/icons/{WarningOutlined.js → SliderArrowStatic.js} +13 -17
- package/es/icons/{CompassOutlined.js → StepBackwardFilled.js} +12 -13
- package/es/icons/SunOutlined.js +27 -0
- package/es/icons/{SortOutlined.js → SwapOutlined.js} +5 -5
- package/es/icons/{ReloadOutlined.js → UploadOutlined.js} +5 -4
- package/es/icons/{DragOutlined.js → UserOutlined.js} +4 -5
- package/es/icons/{ClusterOutlined.js → VerticalAlignMiddleOutlined.js} +7 -6
- package/es/icons/{ArrowLeft.js → ZoomInOutlined.js} +6 -7
- package/es/icons/index.d.ts +117 -0
- package/es/icons/index.js +236 -0
- package/es/style/nprogress.scss +85 -0
- package/lib/ele-app/style/overwrite/color-picker/index.scss +42 -0
- package/lib/ele-app/style/overwrite/notification/css-var.scss +8 -0
- package/lib/ele-app/style/overwrite/select/css-var.scss +8 -0
- package/{es/ele-avatar-group/props.js → lib/ele-avatar-group/props.cjs} +4 -4
- package/lib/ele-avatar-group/style/index.scss +73 -0
- package/lib/ele-backtop/style/css-var.scss +8 -0
- package/lib/ele-bar-code/index.cjs +66 -0
- package/lib/ele-bar-code/props.cjs +14 -0
- package/lib/ele-basic-select/props.cjs +78 -0
- package/lib/ele-basic-select/style/css-var.scss +9 -0
- package/lib/ele-basic-select/style/index.scss +269 -0
- package/{es/ele-config-provider/props.js → lib/ele-config-provider/props.cjs} +4 -4
- package/lib/ele-config-provider/receiver.cjs +26 -0
- package/lib/ele-count-up/props.cjs +22 -0
- package/lib/ele-dropdown/components/pro-dropdown.cjs +204 -0
- package/lib/ele-dropdown/index.cjs +243 -0
- package/lib/ele-file-list/components/file-grid-item.cjs +148 -0
- package/lib/ele-file-list/components/file-grid.cjs +134 -0
- package/lib/ele-file-list/components/file-sort.cjs +34 -0
- package/lib/ele-file-list/components/file-table-item.cjs +182 -0
- package/lib/ele-file-list/icons.cjs +130 -0
- package/lib/ele-file-list/props.cjs +62 -0
- package/lib/ele-file-list/style/css-var.scss +8 -0
- package/lib/ele-file-list/style/index.cjs +3 -0
- package/lib/ele-file-list/style/index.scss +427 -0
- package/lib/ele-icon-select/components/icon-grid.cjs +125 -0
- package/lib/{ele-table-select → ele-icon-select}/props.cjs +52 -50
- package/lib/ele-icon-select/style/css-var.scss +8 -0
- package/lib/ele-icon-select/style/index.cjs +7 -0
- package/lib/ele-icon-select/style/index.scss +235 -0
- package/lib/ele-image-viewer/index.cjs +87 -0
- package/lib/ele-image-viewer/style/css-var.scss +8 -0
- package/lib/ele-image-viewer/style/index.cjs +3 -0
- package/{es/ele-loading/props.js → lib/ele-loading/props.cjs} +3 -3
- package/lib/ele-loading/style/css-var.scss +8 -0
- package/lib/ele-map-picker/components/map-view.cjs +733 -0
- package/lib/ele-pagination/props.cjs +31 -0
- package/lib/ele-pagination/style/css-var.scss +8 -0
- package/lib/ele-pagination/style/index.scss +288 -0
- package/lib/ele-popconfirm/style/index.scss +41 -0
- package/lib/ele-printer/props.cjs +34 -0
- package/lib/ele-pro-table/style/index.cjs +21 -0
- package/lib/ele-qr-code-svg/index.cjs +126 -0
- package/{es/ele-segmented/index.js → lib/ele-segmented/index.cjs} +34 -35
- package/lib/ele-segmented/style/css-var.scss +16 -0
- package/lib/ele-steps/index.cjs +54 -0
- package/lib/ele-tab-wrap/props.cjs +9 -0
- package/lib/ele-table/props.cjs +20 -0
- package/lib/ele-table/style/index.scss +219 -0
- package/lib/ele-test/style/css-var.scss +8 -0
- package/{es/ele-test → lib/ele-text}/style/index.scss +1 -1
- package/lib/ele-tool/props.cjs +21 -0
- package/lib/ele-toolbar/style/index.scss +56 -0
- package/lib/ele-tour/props.cjs +30 -0
- package/lib/ele-tour/style/index.scss +101 -0
- package/lib/ele-tour/util.cjs +43 -0
- package/{es/ele-upload-list/props.js → lib/ele-upload-list/props.cjs} +4 -4
- package/lib/ele-upload-list/style/css-var.scss +8 -0
- package/{es/ele-virtual-table/components/header-cell.js → lib/ele-virtual-table/components/header-cell.cjs} +33 -34
- package/lib/icons/AppstoreAddOutlined.cjs +29 -0
- package/lib/icons/{CornerLeftFilled.cjs → CaretUpFilled.cjs} +4 -4
- package/lib/icons/{ArrowLeftOutlined.cjs → CheckOutlined.cjs} +4 -4
- package/lib/icons/{MenuOutlined.cjs → ColumnHeightOutlined.cjs} +9 -6
- package/lib/icons/{PlusOutlined.cjs → CornerRightFilled.cjs} +5 -8
- package/lib/icons/{IdcardOutlined.cjs → DashboardOutlined.cjs} +7 -7
- package/lib/icons/{CheckCircleOutlined.cjs → DatabaseOutlined.cjs} +7 -6
- package/lib/icons/{ReloadOutlined.cjs → DeleteOutlined.cjs} +6 -4
- package/lib/icons/{FolderOutlined.cjs → DesktopOutlined.cjs} +4 -4
- package/lib/icons/{ClockCircleOutlined.cjs → EnvironmentOutlined.cjs} +6 -7
- package/lib/icons/{ClusterOutlined.cjs → ExclamationCircleFilled.cjs} +5 -8
- package/lib/icons/FilterFilled.cjs +23 -0
- package/lib/icons/{CheckCircleFilled.cjs → InfoCircleFilled.cjs} +4 -4
- package/lib/icons/{HomeOutlined.cjs → MailOutlined.cjs} +4 -4
- package/lib/icons/{DownloadOutlined.cjs → PieChartOutlined.cjs} +5 -6
- package/lib/icons/{VerticalLeftOutlined.cjs → PlayFilled.cjs} +5 -7
- package/lib/icons/QuestionCircleFilled.cjs +23 -0
- package/lib/icons/{CalendarOutlined.cjs → ShoppingOutlined.cjs} +4 -4
- package/lib/icons/{ArrowDownOutlined.cjs → SizeSlackOutlined.cjs} +8 -7
- package/lib/icons/SliderArrowSlide.cjs +33 -0
- package/lib/icons/{UndoOutlined.cjs → SortOutlined.cjs} +5 -4
- package/lib/icons/StepForwardFilled.cjs +29 -0
- package/lib/icons/{CpuOutlined.cjs → SunOutlined.cjs} +4 -5
- package/lib/icons/{DragOutlined.cjs → UserOutlined.cjs} +4 -5
- package/lib/icons/{SearchOutlined.cjs → ZoomInOutlined.cjs} +5 -4
- package/lib/lang/zh_TW.cjs +84 -0
- package/lib/style/nprogress.scss +85 -0
- package/lib/style/plus.scss +48 -0
- package/lib/style/themes/default.scss +1364 -0
- package/lib/style/themes/rounded-css-var.scss +6 -0
- package/package.json +1 -1
- package/es/ele-admin-layout/components/layout-tabs.d.ts +0 -5646
- package/es/ele-admin-layout/components/layout-tabs.js +0 -132
- package/es/ele-admin-layout/style/tabs.scss +0 -59
- package/es/ele-alert/props.d.ts +0 -58
- package/es/ele-alert/props.js +0 -51
- package/es/ele-alert/style/index.scss +0 -172
- package/es/ele-app/style/overwrite/autocomplete/index.scss +0 -33
- package/es/ele-app/style/overwrite/cascader/index.scss +0 -166
- package/es/ele-app/style/overwrite/checkbox/css-var.scss +0 -8
- package/es/ele-app/style/overwrite/input/index.scss +0 -540
- package/es/ele-app/style/overwrite/message-box/index.scss +0 -148
- package/es/ele-app/style/overwrite/popper/css-var.scss +0 -14
- package/es/ele-app/style/overwrite/select/index.scss +0 -203
- package/es/ele-avatar-group/props.d.ts +0 -56
- package/es/ele-avatar-group/types.d.ts +0 -21
- package/es/ele-bottom-bar/index.d.ts +0 -15
- package/es/ele-bottom-bar/index.js +0 -56
- package/es/ele-bottom-bar/props.d.ts +0 -15
- package/es/ele-bottom-bar/props.js +0 -11
- package/es/ele-bottom-bar/style/index.scss +0 -31
- package/es/ele-breadcrumb/index.d.ts +0 -278
- package/es/ele-breadcrumb/index.js +0 -88
- package/es/ele-breadcrumb/style/index.js +0 -3
- package/es/ele-breadcrumb/style/index.scss +0 -31
- package/es/ele-card/style/index.scss +0 -125
- package/es/ele-check-card/components/card-item.d.ts +0 -37
- package/es/ele-check-card/components/card-item.js +0 -50
- package/es/ele-check-card/props.d.ts +0 -49
- package/es/ele-check-card/props.js +0 -43
- package/es/ele-check-card/style/css-var.scss +0 -8
- package/es/ele-check-card/style/index.js +0 -3
- package/es/ele-check-card/style/index.scss +0 -72
- package/es/ele-check-card/types.d.ts +0 -37
- package/es/ele-config-provider/components/receiver-view.d.ts +0 -71
- package/es/ele-config-provider/components/receiver-view.js +0 -38
- package/es/ele-config-provider/props.d.ts +0 -26
- package/es/ele-config-provider/types.d.ts +0 -103
- package/es/ele-cropper/index.d.ts +0 -2824
- package/es/ele-cropper/index.js +0 -212
- package/es/ele-cropper/props.d.ts +0 -68
- package/es/ele-cropper/props.js +0 -61
- package/es/ele-cropper/style/index.js +0 -6
- package/es/ele-cropper-modal/style/index.js +0 -2
- package/es/ele-dashboard/style/index.js +0 -1
- package/es/ele-dashboard/types.d.ts +0 -4
- package/es/ele-data-table/props.d.ts +0 -272
- package/es/ele-data-table/props.js +0 -93
- package/es/ele-data-table/style/index.js +0 -4
- package/es/ele-data-table/types.d.ts +0 -253
- package/es/ele-dialog/index.d.ts +0 -1074
- package/es/ele-dialog/index.js +0 -342
- package/es/ele-dialog/util.d.ts +0 -52
- package/es/ele-dialog/util.js +0 -293
- package/es/ele-dot/props.d.ts +0 -25
- package/es/ele-dot/props.js +0 -21
- package/es/ele-dot/style/index.d.ts +0 -1
- package/es/ele-dot/style/index.js +0 -1
- package/es/ele-drawer/index.d.ts +0 -1170
- package/es/ele-drawer/index.js +0 -202
- package/es/ele-drawer/props.d.ts +0 -184
- package/es/ele-drawer/props.js +0 -19
- package/es/ele-drawer/style/index.d.ts +0 -1
- package/es/ele-drawer/style/index.js +0 -3
- package/es/ele-drawer/style/index.scss +0 -96
- package/es/ele-dropdown/style/css-var.scss +0 -8
- package/es/ele-dropdown/types.d.ts +0 -22
- package/es/ele-edit-tag/style/index.d.ts +0 -1
- package/es/ele-edit-tag/style/index.js +0 -5
- package/es/ele-edit-tag/types.d.ts +0 -9
- package/es/ele-ellipsis/index.js +0 -113
- package/es/ele-icon-select/types.d.ts +0 -16
- package/es/ele-image-viewer/style/index.scss +0 -117
- package/es/ele-loading/props.d.ts +0 -33
- package/es/ele-map-picker/style/index.d.ts +0 -1
- package/es/ele-map-picker/style/index.js +0 -8
- package/es/ele-map-picker/style/index.scss +0 -296
- package/es/ele-menus/components/item-title.d.ts +0 -323
- package/es/ele-menus/components/item-title.js +0 -108
- package/es/ele-menus/style/css-var.scss +0 -36
- package/es/ele-menus/types.d.ts +0 -107
- package/es/ele-page/style/css-var.scss +0 -9
- package/es/ele-page/style/index.scss +0 -74
- package/es/ele-pagination/types.d.ts +0 -9
- package/es/ele-printer/index.d.ts +0 -111
- package/es/ele-printer/index.js +0 -124
- package/es/ele-printer/style/index.scss +0 -66
- package/es/ele-printer/util.d.ts +0 -25
- package/es/ele-printer/util.js +0 -218
- package/es/ele-pro-layout/components/pro-iframe.d.ts +0 -39
- package/es/ele-pro-layout/components/pro-iframe.js +0 -124
- package/es/ele-pro-layout/style/index.d.ts +0 -1
- package/es/ele-pro-layout/style/index.js +0 -2
- package/es/ele-pro-layout/style/index.scss +0 -41
- package/es/ele-pro-layout/util.d.ts +0 -88
- package/es/ele-pro-layout/util.js +0 -171
- package/es/ele-pro-table/components/tool-column.d.ts +0 -3722
- package/es/ele-pro-table/components/tool-column.js +0 -280
- package/es/ele-pro-table/components/tool-print-header-cell.d.ts +0 -39
- package/es/ele-pro-table/components/tool-print-header-cell.js +0 -92
- package/es/ele-pro-table/style/css-var.scss +0 -8
- package/es/ele-pro-table/style/index.scss +0 -326
- package/es/ele-pro-table/types.d.ts +0 -489
- package/es/ele-qr-code/components/canvas-render.d.ts +0 -67
- package/es/ele-qr-code/components/canvas-render.js +0 -147
- package/es/ele-segmented/index.d.ts +0 -485
- package/es/ele-segmented/style/index.d.ts +0 -1
- package/es/ele-split-panel/index.d.ts +0 -192
- package/es/ele-split-panel/index.js +0 -206
- package/es/ele-split-panel/props.d.ts +0 -47
- package/es/ele-split-panel/props.js +0 -41
- package/es/ele-split-panel/style/index.scss +0 -360
- package/es/ele-steps/style/index.d.ts +0 -1
- package/es/ele-steps/style/index.js +0 -3
- package/es/ele-steps/types.d.ts +0 -14
- package/es/ele-tab-tool/props.d.ts +0 -14
- package/es/ele-tab-tool/props.js +0 -11
- package/es/ele-tab-wrap/props.d.ts +0 -13
- package/es/ele-tab-wrap/props.js +0 -9
- package/es/ele-tab-wrap/style/index.d.ts +0 -0
- package/es/ele-tab-wrap/style/index.js +0 -1
- package/es/ele-table/index.d.ts +0 -28
- package/es/ele-table/index.js +0 -33
- package/es/ele-table-select/index.js +0 -424
- package/es/ele-table-select/style/css-var.scss +0 -8
- package/es/ele-test/index.js +0 -18
- package/es/ele-text/index.d.ts +0 -93
- package/es/ele-text/index.js +0 -60
- package/es/ele-text/style/index.d.ts +0 -1
- package/es/ele-toolbar/index.js +0 -105
- package/es/ele-tooltip/style/css-var.scss +0 -87
- package/es/ele-upload-list/props.d.ts +0 -81
- package/es/ele-upload-list/style/index.scss +0 -478
- package/es/ele-upload-list/types.d.ts +0 -71
- package/es/ele-virtual-table/components/expand-row.d.ts +0 -19
- package/es/ele-virtual-table/components/expand-row.js +0 -29
- package/es/ele-virtual-table/components/footer-row.d.ts +0 -65
- package/es/ele-virtual-table/components/footer-row.js +0 -115
- package/es/ele-virtual-table/components/header-cell.d.ts +0 -3929
- package/es/ele-virtual-table/index.d.ts +0 -7882
- package/es/ele-virtual-table/index.js +0 -1151
- package/es/ele-virtual-table/style/css-var.scss +0 -101
- package/es/ele-virtual-table/util.d.ts +0 -229
- package/es/ele-virtual-table/util.js +0 -590
- package/es/ele-watermark/index.d.ts +0 -57
- package/es/ele-watermark/index.js +0 -203
- package/es/icons/AppstoreAddOutlined.js +0 -30
- package/es/icons/CloudUploadOutlined.js +0 -29
- package/es/icons/FileOutlined.js +0 -30
- package/es/icons/GlobalOutlined.js +0 -26
- package/es/icons/LogOutlined.js +0 -30
- package/es/icons/MessageOutlined.js +0 -45
- package/es/icons/PauseFilled.js +0 -27
- package/es/icons/PieChartOutlined.js +0 -28
- package/es/icons/QuestionCircleOutlined.d.ts +0 -2
- package/es/icons/QuestionCircleOutlined.js +0 -35
- package/es/icons/ReloadOutlined.d.ts +0 -2
- package/es/icons/SortOutlined.d.ts +0 -2
- package/es/icons/StarFilled.d.ts +0 -2
- package/es/icons/StarFilled.js +0 -24
- package/es/icons/UndoOutlined.d.ts +0 -2
- package/es/icons/UndoOutlined.js +0 -28
- package/es/icons/WarningOutlined.d.ts +0 -2
- package/es/index.d.ts +0 -4
- package/es/index.js +0 -6
- package/es/installer.d.ts +0 -3
- package/es/installer.js +0 -11
- package/es/style/default.scss +0 -77
- package/es/style/index.scss +0 -3
- package/es/style/themes/dark-css-var.scss +0 -6
- package/es/utils/chart-theme-dark.d.ts +0 -373
- package/es/utils/chart-theme-dark.js +0 -397
- package/es/utils/chart-theme.d.ts +0 -368
- package/es/utils/chart-theme.js +0 -392
- package/es/utils/core.d.ts +0 -168
- package/es/utils/core.js +0 -318
- package/es/utils/message-box.d.ts +0 -25
- package/es/utils/message-box.js +0 -98
- package/es/utils/message.d.ts +0 -66
- package/es/utils/message.js +0 -267
- package/es/utils/resolvers.d.ts +0 -18
- package/es/utils/resolvers.js +0 -50
- package/es/utils/theme-util.d.ts +0 -6
- package/es/utils/theme-util.js +0 -42
- package/es/utils/validate.d.ts +0 -182
- package/es/utils/validate.js +0 -197
- package/es/yu-framework-slider-captcha-dialog/SliderCaptcha.d.ts +0 -67
- package/es/yu-framework-slider-captcha-dialog/SliderCaptcha.js +0 -284
- package/es/yu-framework-slider-captcha-dialog/style/index.scss +0 -300
- package/lib/core-components.cjs +0 -115
- package/lib/core-installer.cjs +0 -28
- package/lib/core.d.ts +0 -3
- package/lib/ele-admin-layout/components/layout-tabs.d.ts +0 -5646
- package/lib/ele-admin-layout/components/layout-tool.d.ts +0 -2
- package/lib/ele-admin-layout/index.cjs +0 -595
- package/lib/ele-admin-layout/props.cjs +0 -169
- package/lib/ele-admin-layout/style/css-var.scss +0 -14
- package/lib/ele-admin-layout/style/header.scss +0 -192
- package/lib/ele-admin-layout/style/index.d.ts +0 -1
- package/lib/ele-admin-layout/types.d.ts +0 -54
- package/lib/ele-alert/index.d.ts +0 -131
- package/lib/ele-alert/props.d.ts +0 -58
- package/lib/ele-alert/style/css-var.scss +0 -12
- package/lib/ele-app/components/message-body.cjs +0 -97
- package/lib/ele-app/el.d.ts +0 -304
- package/lib/ele-app/index.cjs +0 -12
- package/lib/ele-app/style/common/index.d.ts +0 -1
- package/lib/ele-app/style/index.scss +0 -4
- package/lib/ele-app/style/message/css-var.scss +0 -8
- package/lib/ele-app/style/message/index.cjs +0 -3
- package/lib/ele-app/style/overwrite/autocomplete/css-var.scss +0 -8
- package/lib/ele-app/style/overwrite/backtop/index.d.ts +0 -1
- package/lib/ele-app/style/overwrite/cascader/css-var.scss +0 -8
- package/lib/ele-app/style/overwrite/cascader/index.scss +0 -166
- package/lib/ele-app/style/overwrite/checkbox/index.d.ts +0 -1
- package/lib/ele-app/style/overwrite/date-picker/index.d.ts +0 -1
- package/lib/ele-app/style/overwrite/descriptions/index.scss +0 -52
- package/lib/ele-app/style/overwrite/input/css-var.scss +0 -34
- package/lib/ele-app/style/overwrite/message-box/css-var.scss +0 -8
- package/lib/ele-app/style/overwrite/message-box/index.d.ts +0 -1
- package/lib/ele-app/style/overwrite/message-box/index.scss +0 -148
- package/lib/ele-app/style/overwrite/popper/index.d.ts +0 -1
- package/lib/ele-app/style/overwrite/radio/index.scss +0 -128
- package/lib/ele-app/style/overwrite/select/index.d.ts +0 -1
- package/lib/ele-app/style/overwrite/select/index.scss +0 -203
- package/lib/ele-app/style/overwrite/tag/index.d.ts +0 -1
- package/lib/ele-app/style/overwrite/tree/index.d.ts +0 -1
- package/lib/ele-app/style/overwrite/tree/index.scss +0 -106
- package/lib/ele-app/style/overwrite/tree-select/index.scss +0 -108
- package/lib/ele-app/style/scrollbar/index.d.ts +0 -1
- package/lib/ele-app/types.d.ts +0 -48
- package/lib/ele-avatar-group/props.d.ts +0 -56
- package/lib/ele-avatar-group/style/index.cjs +0 -4
- package/lib/ele-avatar-group/style/index.d.ts +0 -1
- package/lib/ele-avatar-group/types.d.ts +0 -21
- package/lib/ele-backtop/props.d.ts +0 -36
- package/lib/ele-backtop/style/index.cjs +0 -3
- package/lib/ele-bar-code/index.d.ts +0 -26
- package/lib/ele-basic-select/index.cjs +0 -348
- package/lib/ele-bottom-bar/index.cjs +0 -55
- package/lib/ele-bottom-bar/index.d.ts +0 -15
- package/lib/ele-bottom-bar/props.d.ts +0 -15
- package/lib/ele-bottom-bar/style/css-var.scss +0 -8
- package/lib/ele-breadcrumb/index.d.ts +0 -278
- package/lib/ele-breadcrumb/props.d.ts +0 -24
- package/lib/ele-breadcrumb/style/index.cjs +0 -4
- package/lib/ele-breadcrumb/style/index.d.ts +0 -1
- package/lib/ele-breadcrumb/style/index.scss +0 -31
- package/lib/ele-card/index.d.ts +0 -106
- package/lib/ele-card/props.cjs +0 -36
- package/lib/ele-card/style/index.d.ts +0 -1
- package/lib/ele-card/style/index.scss +0 -125
- package/lib/ele-check-card/components/card-item.d.ts +0 -37
- package/lib/ele-check-card/index.cjs +0 -130
- package/lib/ele-check-card/props.d.ts +0 -49
- package/lib/ele-check-card/style/css-var.scss +0 -8
- package/lib/ele-check-card/style/index.cjs +0 -4
- package/lib/ele-check-card/style/index.d.ts +0 -1
- package/lib/ele-check-card/types.d.ts +0 -37
- package/lib/ele-config-provider/components/receiver-view.d.ts +0 -71
- package/lib/ele-config-provider/props.d.ts +0 -26
- package/lib/ele-config-provider/style/index.d.ts +0 -0
- package/lib/ele-config-provider/types.d.ts +0 -103
- package/lib/ele-copyable/style/index.d.ts +0 -1
- package/lib/ele-copyable/types.d.ts +0 -14
- package/lib/ele-count-up/style/index.d.ts +0 -0
- package/lib/ele-cropper/index.cjs +0 -211
- package/lib/ele-cropper/index.d.ts +0 -2824
- package/lib/ele-cropper/props.d.ts +0 -68
- package/lib/ele-cropper/style/index.cjs +0 -7
- package/lib/ele-cropper/style/index.d.ts +0 -1
- package/lib/ele-cropper/style/index.scss +0 -108
- package/lib/ele-cropper-modal/index.cjs +0 -93
- package/lib/ele-cropper-modal/props.cjs +0 -18
- package/lib/ele-cropper-modal/props.d.ts +0 -58
- package/lib/ele-cropper-modal/style/index.cjs +0 -3
- package/lib/ele-cropper-modal/style/index.d.ts +0 -1
- package/lib/ele-dashboard/index.cjs +0 -59
- package/lib/ele-dashboard/index.d.ts +0 -14
- package/lib/ele-dashboard/style/index.cjs +0 -2
- package/lib/ele-dashboard/style/index.d.ts +0 -1
- package/lib/ele-dashboard/style/index.scss +0 -79
- package/lib/ele-dashboard/types.d.ts +0 -4
- package/lib/ele-data-table/props.cjs +0 -93
- package/lib/ele-data-table/props.d.ts +0 -272
- package/lib/ele-data-table/style/css-var.scss +0 -148
- package/lib/ele-data-table/style/index.d.ts +0 -1
- package/lib/ele-data-table/types.d.ts +0 -253
- package/lib/ele-data-table/util.cjs +0 -395
- package/lib/ele-data-table/util.d.ts +0 -172
- package/lib/ele-dialog/index.cjs +0 -341
- package/lib/ele-dialog/index.d.ts +0 -1074
- package/lib/ele-dialog/style/index.d.ts +0 -1
- package/lib/ele-dialog/util.d.ts +0 -52
- package/lib/ele-dot/index.d.ts +0 -29
- package/lib/ele-dot/props.d.ts +0 -25
- package/lib/ele-dot/style/index.cjs +0 -2
- package/lib/ele-dot/style/index.d.ts +0 -1
- package/lib/ele-drawer/index.d.ts +0 -1170
- package/lib/ele-drawer/props.d.ts +0 -184
- package/lib/ele-drawer/style/css-var.scss +0 -8
- package/lib/ele-drawer/style/index.d.ts +0 -1
- package/lib/ele-drawer/style/index.scss +0 -96
- package/lib/ele-dropdown/components/dropdown-menu-item.cjs +0 -131
- package/lib/ele-dropdown/components/dropdown-menu-item.d.ts +0 -97
- package/lib/ele-dropdown/types.d.ts +0 -22
- package/lib/ele-edit-tag/props.d.ts +0 -55
- package/lib/ele-edit-tag/style/index.d.ts +0 -1
- package/lib/ele-edit-tag/style/index.scss +0 -123
- package/lib/ele-edit-tag/types.d.ts +0 -9
- package/lib/ele-ellipsis/props.cjs +0 -18
- package/lib/ele-ellipsis/style/index.cjs +0 -4
- package/lib/ele-icon-select/types.d.ts +0 -16
- package/lib/ele-image-viewer/index.d.ts +0 -635
- package/lib/ele-image-viewer/style/index.scss +0 -117
- package/lib/ele-loading/index.cjs +0 -65
- package/lib/ele-loading/props.d.ts +0 -33
- package/lib/ele-loading/types.d.ts +0 -19
- package/lib/ele-map-picker/style/index.d.ts +0 -1
- package/lib/ele-map-picker/style/index.scss +0 -296
- package/lib/ele-menus/components/item-title.cjs +0 -107
- package/lib/ele-menus/components/item-title.d.ts +0 -323
- package/lib/ele-menus/index.cjs +0 -345
- package/lib/ele-menus/props.cjs +0 -51
- package/lib/ele-menus/style/css-var.scss +0 -36
- package/lib/ele-menus/style/index.scss +0 -844
- package/lib/ele-menus/types.d.ts +0 -107
- package/lib/ele-page/index.cjs +0 -29
- package/lib/ele-page/props.cjs +0 -16
- package/lib/ele-page/style/css-var.scss +0 -9
- package/lib/ele-pagination/index.cjs +0 -96
- package/lib/ele-pagination/style/index.d.ts +0 -1
- package/lib/ele-pagination/types.d.ts +0 -9
- package/lib/ele-popover/index.cjs +0 -104
- package/lib/ele-printer/index.cjs +0 -123
- package/lib/ele-printer/index.d.ts +0 -111
- package/lib/ele-printer/style/index.scss +0 -66
- package/lib/ele-printer/util.cjs +0 -218
- package/lib/ele-printer/util.d.ts +0 -25
- package/lib/ele-pro-layout/components/pro-iframe.d.ts +0 -39
- package/lib/ele-pro-layout/props.cjs +0 -237
- package/lib/ele-pro-layout/style/index.cjs +0 -3
- package/lib/ele-pro-layout/style/index.d.ts +0 -1
- package/lib/ele-pro-layout/util.cjs +0 -171
- package/lib/ele-pro-layout/util.d.ts +0 -88
- package/lib/ele-pro-table/components/tool-column.cjs +0 -279
- package/lib/ele-pro-table/components/tool-column.d.ts +0 -3722
- package/lib/ele-pro-table/components/tool-export.cjs +0 -505
- package/lib/ele-pro-table/components/tool-print-body-cell.cjs +0 -131
- package/lib/ele-pro-table/components/tool-print-header-cell.d.ts +0 -39
- package/lib/ele-pro-table/index.cjs +0 -571
- package/lib/ele-pro-table/style/index.d.ts +0 -1
- package/lib/ele-pro-table/style/index.scss +0 -326
- package/lib/ele-pro-table/types.d.ts +0 -489
- package/lib/ele-qr-code/components/canvas-render.cjs +0 -146
- package/lib/ele-qr-code/components/canvas-render.d.ts +0 -67
- package/lib/ele-qr-code/props.cjs +0 -43
- package/lib/ele-qr-code/qrcodegen.cjs +0 -1057
- package/lib/ele-qr-code/qrcodegen.d.ts +0 -95
- package/lib/ele-qr-code/style/index.cjs +0 -1
- package/lib/ele-qr-code/style/index.d.ts +0 -0
- package/lib/ele-qr-code/util.d.ts +0 -27
- package/lib/ele-segmented/index.d.ts +0 -485
- package/lib/ele-segmented/props.cjs +0 -25
- package/lib/ele-segmented/style/index.d.ts +0 -1
- package/lib/ele-split-panel/index.cjs +0 -205
- package/lib/ele-split-panel/index.d.ts +0 -192
- package/lib/ele-split-panel/props.cjs +0 -41
- package/lib/ele-split-panel/props.d.ts +0 -47
- package/lib/ele-split-panel/style/index.scss +0 -360
- package/lib/ele-steps/index.d.ts +0 -638
- package/lib/ele-steps/props.cjs +0 -14
- package/lib/ele-steps/style/index.cjs +0 -4
- package/lib/ele-steps/style/index.d.ts +0 -1
- package/lib/ele-steps/types.d.ts +0 -14
- package/lib/ele-tab-tool/index.cjs +0 -64
- package/lib/ele-tab-tool/index.d.ts +0 -75
- package/lib/ele-tab-tool/props.d.ts +0 -14
- package/lib/ele-tab-wrap/components/tab-dropdown.d.ts +0 -5006
- package/lib/ele-tab-wrap/props.d.ts +0 -13
- package/lib/ele-tab-wrap/style/index.d.ts +0 -0
- package/lib/ele-table/index.d.ts +0 -28
- package/lib/ele-table/style/index.cjs +0 -2
- package/lib/ele-table/style/index.d.ts +0 -1
- package/lib/ele-table-select/index.cjs +0 -423
- package/lib/ele-table-select/style/index.d.ts +0 -1
- package/lib/ele-tabs/props.d.ts +0 -88
- package/lib/ele-test/index.d.ts +0 -2
- package/lib/ele-test/style/index.cjs +0 -3
- package/lib/ele-test/style/index.d.ts +0 -1
- package/lib/ele-text/index.d.ts +0 -93
- package/lib/ele-text/props.cjs +0 -30
- package/lib/ele-text/style/index.d.ts +0 -1
- package/lib/ele-text/types.d.ts +0 -35
- package/lib/ele-toolbar/style/index.cjs +0 -4
- package/lib/ele-tooltip/style/index.d.ts +0 -1
- package/lib/ele-tour/style/index.cjs +0 -4
- package/lib/ele-tour/types.d.ts +0 -42
- package/lib/ele-tour/util.d.ts +0 -20
- package/lib/ele-tree-select/index.cjs +0 -459
- package/lib/ele-tree-select/style/css-var.scss +0 -8
- package/lib/ele-tree-select/style/index.cjs +0 -4
- package/lib/ele-tree-select/style/index.d.ts +0 -1
- package/lib/ele-upload-list/components/list-item.cjs +0 -232
- package/lib/ele-upload-list/components/list-item.d.ts +0 -902
- package/lib/ele-upload-list/props.d.ts +0 -81
- package/lib/ele-upload-list/types.d.ts +0 -71
- package/lib/ele-virtual-table/components/body-row.cjs +0 -210
- package/lib/ele-virtual-table/components/body-row.d.ts +0 -984
- package/lib/ele-virtual-table/components/expand-row.d.ts +0 -19
- package/lib/ele-virtual-table/components/footer-row.d.ts +0 -65
- package/lib/ele-virtual-table/components/header-cell.d.ts +0 -3929
- package/lib/ele-virtual-table/index.d.ts +0 -7882
- package/lib/ele-virtual-table/util.d.ts +0 -229
- package/lib/ele-watermark/index.d.ts +0 -57
- package/lib/ele-watermark/types.d.ts +0 -39
- package/lib/ele-xg-player/index.cjs +0 -61
- package/lib/ele-xg-player/index.d.ts +0 -22
- package/lib/ele-xg-player/style/index.d.ts +0 -1
- package/lib/icons/ApplicationOutlined.cjs +0 -23
- package/lib/icons/AppstoreAddOutlined.d.ts +0 -2
- package/lib/icons/AppstoreOutlined.d.ts +0 -2
- package/lib/icons/ArrowLeft.cjs +0 -28
- package/lib/icons/ArrowLeft.d.ts +0 -2
- package/lib/icons/ArrowLeftOutlined.d.ts +0 -2
- package/lib/icons/ArrowRight.cjs +0 -28
- package/lib/icons/ArrowRight.d.ts +0 -2
- package/lib/icons/ArrowRightOutlined.d.ts +0 -2
- package/lib/icons/ArrowUp.cjs +0 -28
- package/lib/icons/ArrowUp.d.ts +0 -2
- package/lib/icons/ArrowUpOutlined.d.ts +0 -2
- package/lib/icons/BellOutlined.cjs +0 -26
- package/lib/icons/BellOutlined.d.ts +0 -2
- package/lib/icons/BookOutlined.d.ts +0 -2
- package/lib/icons/CaretDownFilled.d.ts +0 -2
- package/lib/icons/CaretUpFilled.d.ts +0 -2
- package/lib/icons/CheckOutlined.d.ts +0 -2
- package/lib/icons/ClockCircleOutlined.d.ts +0 -2
- package/lib/icons/CloudUploadOutlined.cjs +0 -28
- package/lib/icons/CloudUploadOutlined.d.ts +0 -2
- package/lib/icons/ClusterOutlined.d.ts +0 -2
- package/lib/icons/CodeOutlined.d.ts +0 -2
- package/lib/icons/CompassOutlined.d.ts +0 -2
- package/lib/icons/ConnectionOutlined.d.ts +0 -2
- package/lib/icons/ControlOutlined.cjs +0 -28
- package/lib/icons/ControlOutlined.d.ts +0 -2
- package/lib/icons/CopyOutlined.cjs +0 -29
- package/lib/icons/CornerRightFilled.d.ts +0 -2
- package/lib/icons/DashboardOutlined.d.ts +0 -2
- package/lib/icons/DesktopOutlined.d.ts +0 -2
- package/lib/icons/DragOutlined.d.ts +0 -2
- package/lib/icons/EditOutlined.d.ts +0 -2
- package/lib/icons/EnvironmentOutlined.d.ts +0 -2
- package/lib/icons/FileOutlined.d.ts +0 -2
- package/lib/icons/FilterFilled.d.ts +0 -2
- package/lib/icons/FundOutlined.cjs +0 -27
- package/lib/icons/GlobalOutlined.d.ts +0 -2
- package/lib/icons/HomeOutlined.d.ts +0 -2
- package/lib/icons/LoadingDotOutlined.cjs +0 -26
- package/lib/icons/LoadingDotOutlined.d.ts +0 -2
- package/lib/icons/LoadingOutlined.cjs +0 -26
- package/lib/icons/LoadingOutlined.d.ts +0 -2
- package/lib/icons/LockOutlined.cjs +0 -28
- package/lib/icons/LockOutlined.d.ts +0 -2
- package/lib/icons/LogOutlined.d.ts +0 -2
- package/lib/icons/LogoutOutlined.cjs +0 -27
- package/lib/icons/MailOutlined.d.ts +0 -2
- package/lib/icons/MenuFoldOutlined.cjs +0 -25
- package/lib/icons/MenuFoldOutlined.d.ts +0 -2
- package/lib/icons/MenuOutlined.d.ts +0 -2
- package/lib/icons/MenuUnfoldOutlined.cjs +0 -25
- package/lib/icons/MenuUnfoldOutlined.d.ts +0 -2
- package/lib/icons/MessageOutlined.d.ts +0 -2
- package/lib/icons/MinusCircleOutlined.cjs +0 -27
- package/lib/icons/MinusCircleOutlined.d.ts +0 -2
- package/lib/icons/MobileOutlined.cjs +0 -33
- package/lib/icons/MoonOutlined.cjs +0 -26
- package/lib/icons/MoonOutlined.d.ts +0 -2
- package/lib/icons/MoreOutlined.d.ts +0 -2
- package/lib/icons/PauseFilled.d.ts +0 -2
- package/lib/icons/PieChartOutlined.d.ts +0 -2
- package/lib/icons/PlusCircleOutlined.cjs +0 -27
- package/lib/icons/PlusOutlined.d.ts +0 -2
- package/lib/icons/ProtectOutlined.d.ts +0 -2
- package/lib/icons/QuestionCircleOutlined.cjs +0 -34
- package/lib/icons/QuestionCircleOutlined.d.ts +0 -2
- package/lib/icons/ReloadOutlined.d.ts +0 -2
- package/lib/icons/ResizeOutlined.cjs +0 -26
- package/lib/icons/SortOutlined.d.ts +0 -2
- package/lib/icons/StarFilled.d.ts +0 -2
- package/lib/icons/StepForwardFilled.d.ts +0 -2
- package/lib/icons/TimerOutlined.cjs +0 -27
- package/lib/icons/UndoOutlined.d.ts +0 -2
- package/lib/icons/UnlockOutlined.d.ts +0 -2
- package/lib/icons/VerticalLeftOutlined.d.ts +0 -2
- package/lib/icons/WarningOutlined.d.ts +0 -2
- package/lib/icons/ZoomOutOutlined.d.ts +0 -2
- package/lib/icons/index.cjs +0 -236
- package/lib/index.cjs +0 -21
- package/lib/index.d.ts +0 -4
- package/lib/installer.d.ts +0 -3
- package/lib/lang/en_US.cjs +0 -84
- package/lib/lang/en_US.d.ts +0 -4
- package/lib/lang/zh_CN.d.ts +0 -4
- package/lib/style/default.scss +0 -77
- package/lib/style/index.scss +0 -3
- package/lib/style/themes/dark-css-var.scss +0 -6
- package/lib/style/themes/theme-util.scss +0 -74
- package/lib/style/util.scss +0 -59
- package/lib/utils/chart-theme-dark.cjs +0 -397
- package/lib/utils/chart-theme-dark.d.ts +0 -373
- package/lib/utils/chart-theme.cjs +0 -392
- package/lib/utils/chart-theme.d.ts +0 -368
- package/lib/utils/core.cjs +0 -318
- package/lib/utils/core.d.ts +0 -168
- package/lib/utils/hook.cjs +0 -264
- package/lib/utils/hook.d.ts +0 -113
- package/lib/utils/menu-util.cjs +0 -78
- package/lib/utils/menu-util.d.ts +0 -14
- package/lib/utils/message-box.cjs +0 -98
- package/lib/utils/message-box.d.ts +0 -25
- package/lib/utils/message.cjs +0 -267
- package/lib/utils/message.d.ts +0 -66
- package/lib/utils/resolvers.cjs +0 -50
- package/lib/utils/resolvers.d.ts +0 -18
- package/lib/utils/theme-util.cjs +0 -42
- package/lib/utils/theme-util.d.ts +0 -6
- package/lib/utils/validate.d.ts +0 -182
- package/lib/yu-framework-attachment-image-upload/index.cjs +0 -163
- package/lib/yu-framework-slider-captcha-dialog/SliderCaptcha.cjs +0 -283
- package/lib/yu-framework-slider-captcha-dialog/SliderCaptcha.d.ts +0 -67
- package/lib/yu-framework-slider-captcha-dialog/index.cjs +0 -63
- package/lib/yu-framework-slider-captcha-dialog/index.d.ts +0 -14
- /package/es/{ele-app/style/common → ele-alert/style}/index.d.ts +0 -0
- /package/es/{ele-app/style/common → ele-alert/style}/index.js +0 -0
- /package/{lib → es}/ele-app/style/common/index.scss +0 -0
- /package/es/ele-app/style/overwrite/{backtop → autocomplete}/index.d.ts +0 -0
- /package/es/ele-app/style/overwrite/{backtop → autocomplete}/index.js +0 -0
- /package/{lib → es}/ele-app/style/overwrite/descriptions/css-var.scss +0 -0
- /package/es/ele-app/style/overwrite/{popper → input}/index.d.ts +0 -0
- /package/es/ele-app/style/overwrite/{popper → input}/index.js +0 -0
- /package/{lib → es}/ele-app/style/overwrite/notification/index.scss +0 -0
- /package/{lib → es}/ele-app/style/overwrite/tag/index.scss +0 -0
- /package/es/ele-app/style/overwrite/{tree → tree-select}/index.d.ts +0 -0
- /package/es/ele-app/style/overwrite/{tree → tree-select}/index.js +0 -0
- /package/es/{ele-avatar-group → ele-backtop}/style/index.d.ts +0 -0
- /package/es/{ele-text → ele-backtop}/style/index.js +0 -0
- /package/es/{ele-qr-code → ele-bar-code}/style/index.d.ts +0 -0
- /package/es/{ele-qr-code → ele-bar-code}/style/index.js +0 -0
- /package/{lib → es}/ele-dialog/style/index.scss +0 -0
- /package/es/{ele-breadcrumb → ele-ellipsis}/style/index.d.ts +0 -0
- /package/es/{ele-check-card → ele-icon-select}/style/index.d.ts +0 -0
- /package/es/{ele-copyable → ele-loading}/style/index.d.ts +0 -0
- /package/{lib → es}/ele-loading/style/index.scss +0 -0
- /package/es/{ele-cropper-modal → ele-popconfirm}/style/index.d.ts +0 -0
- /package/es/{ele-cropper → ele-popover}/style/index.d.ts +0 -0
- /package/es/{ele-dashboard → ele-split-panel}/style/index.d.ts +0 -0
- /package/es/{ele-data-table → ele-tabs}/style/index.d.ts +0 -0
- /package/{lib → es}/ele-tool/style/css-var.scss +0 -0
- /package/{lib → es}/ele-tree-select/style/index.scss +0 -0
- /package/es/{ele-dialog → ele-virtual-table}/style/index.d.ts +0 -0
- /package/es/{ele-test/index.d.ts → icons/CalendarOutlined.d.ts} +0 -0
- /package/es/icons/{AppstoreAddOutlined.d.ts → CityOutlined.d.ts} +0 -0
- /package/es/icons/{ArrowLeft.d.ts → CloseOutlined.d.ts} +0 -0
- /package/es/icons/{ArrowLeftOutlined.d.ts → CompressOutlined.d.ts} +0 -0
- /package/es/icons/{ArrowRight.d.ts → CornerLeftFilled.d.ts} +0 -0
- /package/es/icons/{BellOutlined.d.ts → CpuOutlined.d.ts} +0 -0
- /package/es/icons/{BookOutlined.d.ts → DeleteOutlined.d.ts} +0 -0
- /package/es/icons/{CheckOutlined.d.ts → FolderAddOutlined.d.ts} +0 -0
- /package/es/icons/{ClockCircleOutlined.d.ts → FormOutlined.d.ts} +0 -0
- /package/es/icons/{CloudUploadOutlined.d.ts → FullscreenOutlined.d.ts} +0 -0
- /package/es/icons/{ClusterOutlined.d.ts → HolderOutlined.d.ts} +0 -0
- /package/es/icons/{CompassOutlined.d.ts → LinkOutlined.d.ts} +0 -0
- /package/es/icons/{CornerRightFilled.d.ts → LogoutOutlined.d.ts} +0 -0
- /package/es/icons/{DesktopOutlined.d.ts → PlayFilled.d.ts} +0 -0
- /package/es/icons/{DragOutlined.d.ts → PlusCircleOutlined.d.ts} +0 -0
- /package/es/icons/{FileOutlined.d.ts → SettingOutlined.d.ts} +0 -0
- /package/es/icons/{FilterFilled.d.ts → SliderArrowStatic.d.ts} +0 -0
- /package/es/icons/{GlobalOutlined.d.ts → StepBackwardFilled.d.ts} +0 -0
- /package/es/icons/{LogOutlined.d.ts → SunOutlined.d.ts} +0 -0
- /package/es/icons/{MailOutlined.d.ts → SwapOutlined.d.ts} +0 -0
- /package/es/icons/{MenuOutlined.d.ts → UploadOutlined.d.ts} +0 -0
- /package/es/icons/{MessageOutlined.d.ts → UserOutlined.d.ts} +0 -0
- /package/es/icons/{PauseFilled.d.ts → VerticalAlignMiddleOutlined.d.ts} +0 -0
- /package/es/icons/{PieChartOutlined.d.ts → ZoomInOutlined.d.ts} +0 -0
- /package/{es → lib}/ele-admin-layout/style/sidebar.scss +0 -0
- /package/lib/{ele-app/style/common → ele-alert/style}/index.cjs +0 -0
- /package/{es → lib}/ele-app/style/message/index.scss +0 -0
- /package/lib/ele-app/style/overwrite/{checkbox → autocomplete}/index.cjs +0 -0
- /package/lib/ele-app/style/overwrite/{date-picker → cascader}/index.cjs +0 -0
- /package/lib/ele-app/style/overwrite/{select → color-picker}/index.cjs +0 -0
- /package/{es → lib}/ele-app/style/overwrite/css-var.scss +0 -0
- /package/{es → lib}/ele-app/style/overwrite/popper/index.scss +0 -0
- /package/{es → lib}/ele-app/style/overwrite/tree/css-var.scss +0 -0
- /package/lib/{ele-bottom-bar/style → ele-app/style/overwrite/tree}/index.cjs +0 -0
- /package/{es → lib}/ele-data-table/style/index.scss +0 -0
- /package/lib/{ele-qr-code-svg → ele-tab-tool}/style/index.cjs +0 -0
|
@@ -0,0 +1,2912 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { EleTooltipInstance } from '../../ele-app/plus';
|
|
3
|
+
import { DropdownItem } from '../types';
|
|
4
|
+
|
|
5
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
6
|
+
/** 当前选中菜单项 */
|
|
7
|
+
selected: PropType<DropdownItem | null>;
|
|
8
|
+
transition: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
items: PropType<DropdownItem[]>;
|
|
13
|
+
modelValue: PropType<DropdownItem["command"]>;
|
|
14
|
+
menuStyle: PropType<import('../../ele-app/types').StyleValue>;
|
|
15
|
+
iconProps: PropType<import('../../ele-app/el').ElIconProps>;
|
|
16
|
+
componentType: PropType<"pro">;
|
|
17
|
+
preventContextmenu: BooleanConstructor;
|
|
18
|
+
splitButtonProps: PropType<import('../../ele-app/el').ElButtonProps>;
|
|
19
|
+
caretButtonProps: PropType<import('../../ele-app/el').ElButtonProps>;
|
|
20
|
+
type: {
|
|
21
|
+
readonly type: PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
22
|
+
readonly required: false;
|
|
23
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
24
|
+
__epPropKey: true;
|
|
25
|
+
};
|
|
26
|
+
effect: {
|
|
27
|
+
readonly default: "light";
|
|
28
|
+
readonly type: PropType<import('element-plus').PopperEffect>;
|
|
29
|
+
readonly required: false;
|
|
30
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
31
|
+
readonly __epPropKey: true;
|
|
32
|
+
};
|
|
33
|
+
placement: {
|
|
34
|
+
readonly type: PropType<any>;
|
|
35
|
+
readonly required: false;
|
|
36
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
37
|
+
__epPropKey: true;
|
|
38
|
+
} & {
|
|
39
|
+
readonly default: "bottom";
|
|
40
|
+
};
|
|
41
|
+
popperClass: {
|
|
42
|
+
readonly type: PropType<string>;
|
|
43
|
+
readonly required: false;
|
|
44
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
45
|
+
__epPropKey: true;
|
|
46
|
+
} & {
|
|
47
|
+
readonly default: "";
|
|
48
|
+
};
|
|
49
|
+
teleported: {
|
|
50
|
+
readonly type: PropType<boolean>;
|
|
51
|
+
readonly required: false;
|
|
52
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
53
|
+
__epPropKey: true;
|
|
54
|
+
} & {
|
|
55
|
+
readonly default: true;
|
|
56
|
+
};
|
|
57
|
+
disabled: BooleanConstructor;
|
|
58
|
+
persistent: {
|
|
59
|
+
readonly type: PropType<boolean>;
|
|
60
|
+
readonly required: false;
|
|
61
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
62
|
+
__epPropKey: true;
|
|
63
|
+
} & {
|
|
64
|
+
readonly default: true;
|
|
65
|
+
};
|
|
66
|
+
triggerKeys: {
|
|
67
|
+
readonly type: PropType<string[]>;
|
|
68
|
+
readonly required: false;
|
|
69
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
70
|
+
__epPropKey: true;
|
|
71
|
+
} & {
|
|
72
|
+
readonly default: () => string[];
|
|
73
|
+
};
|
|
74
|
+
popperOptions: {
|
|
75
|
+
readonly type: PropType<any>;
|
|
76
|
+
readonly required: false;
|
|
77
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
78
|
+
__epPropKey: true;
|
|
79
|
+
} & {
|
|
80
|
+
readonly default: () => {};
|
|
81
|
+
};
|
|
82
|
+
id: StringConstructor;
|
|
83
|
+
splitButton: BooleanConstructor;
|
|
84
|
+
hideOnClick: {
|
|
85
|
+
readonly type: PropType<boolean>;
|
|
86
|
+
readonly required: false;
|
|
87
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
88
|
+
__epPropKey: true;
|
|
89
|
+
} & {
|
|
90
|
+
readonly default: true;
|
|
91
|
+
};
|
|
92
|
+
loop: {
|
|
93
|
+
readonly type: PropType<boolean>;
|
|
94
|
+
readonly required: false;
|
|
95
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
96
|
+
__epPropKey: true;
|
|
97
|
+
} & {
|
|
98
|
+
readonly default: true;
|
|
99
|
+
};
|
|
100
|
+
showTimeout: {
|
|
101
|
+
readonly type: PropType<number>;
|
|
102
|
+
readonly required: false;
|
|
103
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
104
|
+
__epPropKey: true;
|
|
105
|
+
} & {
|
|
106
|
+
readonly default: 150;
|
|
107
|
+
};
|
|
108
|
+
hideTimeout: {
|
|
109
|
+
readonly type: PropType<number>;
|
|
110
|
+
readonly required: false;
|
|
111
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
112
|
+
__epPropKey: true;
|
|
113
|
+
} & {
|
|
114
|
+
readonly default: 150;
|
|
115
|
+
};
|
|
116
|
+
tabindex: {
|
|
117
|
+
readonly type: PropType<string | number>;
|
|
118
|
+
readonly required: false;
|
|
119
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
120
|
+
__epPropKey: true;
|
|
121
|
+
} & {
|
|
122
|
+
readonly default: 0;
|
|
123
|
+
};
|
|
124
|
+
maxHeight: {
|
|
125
|
+
readonly type: PropType<string | number>;
|
|
126
|
+
readonly required: false;
|
|
127
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
128
|
+
__epPropKey: true;
|
|
129
|
+
} & {
|
|
130
|
+
readonly default: "";
|
|
131
|
+
};
|
|
132
|
+
role: {
|
|
133
|
+
readonly type: PropType<"dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation">;
|
|
134
|
+
readonly required: false;
|
|
135
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
136
|
+
__epPropKey: true;
|
|
137
|
+
} & {
|
|
138
|
+
readonly default: "menu";
|
|
139
|
+
};
|
|
140
|
+
buttonProps: {
|
|
141
|
+
readonly type: PropType<Partial<import('element-plus').ButtonProps>>;
|
|
142
|
+
readonly required: false;
|
|
143
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
144
|
+
__epPropKey: true;
|
|
145
|
+
};
|
|
146
|
+
size: PropType<import('../../ele-app/el').ElButtonProps["size"]>;
|
|
147
|
+
ariaLabel: StringConstructor;
|
|
148
|
+
appendTo: {
|
|
149
|
+
readonly type: PropType<string | HTMLElement>;
|
|
150
|
+
readonly required: false;
|
|
151
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
152
|
+
__epPropKey: true;
|
|
153
|
+
};
|
|
154
|
+
offset: {
|
|
155
|
+
readonly type: PropType<number>;
|
|
156
|
+
readonly required: false;
|
|
157
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
158
|
+
__epPropKey: true;
|
|
159
|
+
} & {
|
|
160
|
+
readonly default: undefined;
|
|
161
|
+
};
|
|
162
|
+
bg: StringConstructor;
|
|
163
|
+
zIndex: NumberConstructor;
|
|
164
|
+
visible: {
|
|
165
|
+
readonly type: PropType<boolean | null>;
|
|
166
|
+
readonly required: false;
|
|
167
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
168
|
+
__epPropKey: true;
|
|
169
|
+
} & {
|
|
170
|
+
readonly default: null;
|
|
171
|
+
};
|
|
172
|
+
trigger: {
|
|
173
|
+
readonly type: PropType<import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[]>;
|
|
174
|
+
readonly required: false;
|
|
175
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
176
|
+
__epPropKey: true;
|
|
177
|
+
} & {
|
|
178
|
+
readonly default: "hover";
|
|
179
|
+
};
|
|
180
|
+
popperStyle: PropType<import('../../ele-app/types').StyleValue>;
|
|
181
|
+
enterable: {
|
|
182
|
+
readonly default: true;
|
|
183
|
+
readonly type: PropType<boolean>;
|
|
184
|
+
readonly required: false;
|
|
185
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
186
|
+
readonly __epPropKey: true;
|
|
187
|
+
};
|
|
188
|
+
showArrow: {
|
|
189
|
+
readonly type: PropType<boolean>;
|
|
190
|
+
readonly required: false;
|
|
191
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
192
|
+
__epPropKey: true;
|
|
193
|
+
} & {
|
|
194
|
+
readonly default: true;
|
|
195
|
+
};
|
|
196
|
+
arrowOffset: {
|
|
197
|
+
readonly type: PropType<number>;
|
|
198
|
+
readonly required: false;
|
|
199
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
200
|
+
__epPropKey: true;
|
|
201
|
+
} & {
|
|
202
|
+
readonly default: 5;
|
|
203
|
+
};
|
|
204
|
+
virtualRef: {
|
|
205
|
+
readonly type: PropType<import('element-plus').Measurable>;
|
|
206
|
+
readonly required: false;
|
|
207
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
208
|
+
__epPropKey: true;
|
|
209
|
+
};
|
|
210
|
+
virtualTriggering: BooleanConstructor;
|
|
211
|
+
className: StringConstructor;
|
|
212
|
+
gpuAcceleration: {
|
|
213
|
+
readonly type: PropType<boolean>;
|
|
214
|
+
readonly required: false;
|
|
215
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
216
|
+
__epPropKey: true;
|
|
217
|
+
} & {
|
|
218
|
+
readonly default: true;
|
|
219
|
+
};
|
|
220
|
+
arrowBg: StringConstructor;
|
|
221
|
+
}>, {
|
|
222
|
+
ArrowDown: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
223
|
+
tooltipRef: import('vue').Ref<EleTooltipInstance, EleTooltipInstance>;
|
|
224
|
+
tooltipProps: import('vue').ComputedRef<Partial<import('../../ele-tooltip/props').TooltipProps>>;
|
|
225
|
+
hasSubMenu: import('vue').ComputedRef<boolean>;
|
|
226
|
+
hidePopper: () => void;
|
|
227
|
+
updatePopper: () => void;
|
|
228
|
+
handleUpdateVisible: (visible: boolean) => void;
|
|
229
|
+
handlePopBeforeEnter: () => void;
|
|
230
|
+
handlePopBeforeLeave: () => void;
|
|
231
|
+
handlePopAfterEnter: () => void;
|
|
232
|
+
handlePopAfterLeave: () => void;
|
|
233
|
+
handleItemClick: (item: DropdownItem) => void;
|
|
234
|
+
handleBtnClick: (e: MouseEvent) => void;
|
|
235
|
+
handleOpen: () => void;
|
|
236
|
+
handleClose: () => void;
|
|
237
|
+
handleWrapperContext: (e: MouseEvent) => void;
|
|
238
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
239
|
+
click: (_e: MouseEvent) => boolean;
|
|
240
|
+
command: (_command: DropdownItem["command"]) => boolean;
|
|
241
|
+
visibleChange: (_visible: boolean) => boolean;
|
|
242
|
+
'update:modelValue': (_value: DropdownItem["command"]) => boolean;
|
|
243
|
+
change: (_active: DropdownItem["command"]) => boolean;
|
|
244
|
+
"update:visible": (value: boolean) => boolean;
|
|
245
|
+
"before-enter": () => boolean;
|
|
246
|
+
"before-leave": () => boolean;
|
|
247
|
+
"after-enter": () => boolean;
|
|
248
|
+
"after-leave": () => boolean;
|
|
249
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
250
|
+
/** 当前选中菜单项 */
|
|
251
|
+
selected: PropType<DropdownItem | null>;
|
|
252
|
+
transition: {
|
|
253
|
+
type: StringConstructor;
|
|
254
|
+
default: string;
|
|
255
|
+
};
|
|
256
|
+
items: PropType<DropdownItem[]>;
|
|
257
|
+
modelValue: PropType<DropdownItem["command"]>;
|
|
258
|
+
menuStyle: PropType<import('../../ele-app/types').StyleValue>;
|
|
259
|
+
iconProps: PropType<import('../../ele-app/el').ElIconProps>;
|
|
260
|
+
componentType: PropType<"pro">;
|
|
261
|
+
preventContextmenu: BooleanConstructor;
|
|
262
|
+
splitButtonProps: PropType<import('../../ele-app/el').ElButtonProps>;
|
|
263
|
+
caretButtonProps: PropType<import('../../ele-app/el').ElButtonProps>;
|
|
264
|
+
type: {
|
|
265
|
+
readonly type: PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
266
|
+
readonly required: false;
|
|
267
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
268
|
+
__epPropKey: true;
|
|
269
|
+
};
|
|
270
|
+
effect: {
|
|
271
|
+
readonly default: "light";
|
|
272
|
+
readonly type: PropType<import('element-plus').PopperEffect>;
|
|
273
|
+
readonly required: false;
|
|
274
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
275
|
+
readonly __epPropKey: true;
|
|
276
|
+
};
|
|
277
|
+
placement: {
|
|
278
|
+
readonly type: PropType<any>;
|
|
279
|
+
readonly required: false;
|
|
280
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
281
|
+
__epPropKey: true;
|
|
282
|
+
} & {
|
|
283
|
+
readonly default: "bottom";
|
|
284
|
+
};
|
|
285
|
+
popperClass: {
|
|
286
|
+
readonly type: PropType<string>;
|
|
287
|
+
readonly required: false;
|
|
288
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
289
|
+
__epPropKey: true;
|
|
290
|
+
} & {
|
|
291
|
+
readonly default: "";
|
|
292
|
+
};
|
|
293
|
+
teleported: {
|
|
294
|
+
readonly type: PropType<boolean>;
|
|
295
|
+
readonly required: false;
|
|
296
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
297
|
+
__epPropKey: true;
|
|
298
|
+
} & {
|
|
299
|
+
readonly default: true;
|
|
300
|
+
};
|
|
301
|
+
disabled: BooleanConstructor;
|
|
302
|
+
persistent: {
|
|
303
|
+
readonly type: PropType<boolean>;
|
|
304
|
+
readonly required: false;
|
|
305
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
306
|
+
__epPropKey: true;
|
|
307
|
+
} & {
|
|
308
|
+
readonly default: true;
|
|
309
|
+
};
|
|
310
|
+
triggerKeys: {
|
|
311
|
+
readonly type: PropType<string[]>;
|
|
312
|
+
readonly required: false;
|
|
313
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
314
|
+
__epPropKey: true;
|
|
315
|
+
} & {
|
|
316
|
+
readonly default: () => string[];
|
|
317
|
+
};
|
|
318
|
+
popperOptions: {
|
|
319
|
+
readonly type: PropType<any>;
|
|
320
|
+
readonly required: false;
|
|
321
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
322
|
+
__epPropKey: true;
|
|
323
|
+
} & {
|
|
324
|
+
readonly default: () => {};
|
|
325
|
+
};
|
|
326
|
+
id: StringConstructor;
|
|
327
|
+
splitButton: BooleanConstructor;
|
|
328
|
+
hideOnClick: {
|
|
329
|
+
readonly type: PropType<boolean>;
|
|
330
|
+
readonly required: false;
|
|
331
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
332
|
+
__epPropKey: true;
|
|
333
|
+
} & {
|
|
334
|
+
readonly default: true;
|
|
335
|
+
};
|
|
336
|
+
loop: {
|
|
337
|
+
readonly type: PropType<boolean>;
|
|
338
|
+
readonly required: false;
|
|
339
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
340
|
+
__epPropKey: true;
|
|
341
|
+
} & {
|
|
342
|
+
readonly default: true;
|
|
343
|
+
};
|
|
344
|
+
showTimeout: {
|
|
345
|
+
readonly type: PropType<number>;
|
|
346
|
+
readonly required: false;
|
|
347
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
348
|
+
__epPropKey: true;
|
|
349
|
+
} & {
|
|
350
|
+
readonly default: 150;
|
|
351
|
+
};
|
|
352
|
+
hideTimeout: {
|
|
353
|
+
readonly type: PropType<number>;
|
|
354
|
+
readonly required: false;
|
|
355
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
356
|
+
__epPropKey: true;
|
|
357
|
+
} & {
|
|
358
|
+
readonly default: 150;
|
|
359
|
+
};
|
|
360
|
+
tabindex: {
|
|
361
|
+
readonly type: PropType<string | number>;
|
|
362
|
+
readonly required: false;
|
|
363
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
364
|
+
__epPropKey: true;
|
|
365
|
+
} & {
|
|
366
|
+
readonly default: 0;
|
|
367
|
+
};
|
|
368
|
+
maxHeight: {
|
|
369
|
+
readonly type: PropType<string | number>;
|
|
370
|
+
readonly required: false;
|
|
371
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
372
|
+
__epPropKey: true;
|
|
373
|
+
} & {
|
|
374
|
+
readonly default: "";
|
|
375
|
+
};
|
|
376
|
+
role: {
|
|
377
|
+
readonly type: PropType<"dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation">;
|
|
378
|
+
readonly required: false;
|
|
379
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
380
|
+
__epPropKey: true;
|
|
381
|
+
} & {
|
|
382
|
+
readonly default: "menu";
|
|
383
|
+
};
|
|
384
|
+
buttonProps: {
|
|
385
|
+
readonly type: PropType<Partial<import('element-plus').ButtonProps>>;
|
|
386
|
+
readonly required: false;
|
|
387
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
388
|
+
__epPropKey: true;
|
|
389
|
+
};
|
|
390
|
+
size: PropType<import('../../ele-app/el').ElButtonProps["size"]>;
|
|
391
|
+
ariaLabel: StringConstructor;
|
|
392
|
+
appendTo: {
|
|
393
|
+
readonly type: PropType<string | HTMLElement>;
|
|
394
|
+
readonly required: false;
|
|
395
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
396
|
+
__epPropKey: true;
|
|
397
|
+
};
|
|
398
|
+
offset: {
|
|
399
|
+
readonly type: PropType<number>;
|
|
400
|
+
readonly required: false;
|
|
401
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
402
|
+
__epPropKey: true;
|
|
403
|
+
} & {
|
|
404
|
+
readonly default: undefined;
|
|
405
|
+
};
|
|
406
|
+
bg: StringConstructor;
|
|
407
|
+
zIndex: NumberConstructor;
|
|
408
|
+
visible: {
|
|
409
|
+
readonly type: PropType<boolean | null>;
|
|
410
|
+
readonly required: false;
|
|
411
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
412
|
+
__epPropKey: true;
|
|
413
|
+
} & {
|
|
414
|
+
readonly default: null;
|
|
415
|
+
};
|
|
416
|
+
trigger: {
|
|
417
|
+
readonly type: PropType<import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[]>;
|
|
418
|
+
readonly required: false;
|
|
419
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
420
|
+
__epPropKey: true;
|
|
421
|
+
} & {
|
|
422
|
+
readonly default: "hover";
|
|
423
|
+
};
|
|
424
|
+
popperStyle: PropType<import('../../ele-app/types').StyleValue>;
|
|
425
|
+
enterable: {
|
|
426
|
+
readonly default: true;
|
|
427
|
+
readonly type: PropType<boolean>;
|
|
428
|
+
readonly required: false;
|
|
429
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
430
|
+
readonly __epPropKey: true;
|
|
431
|
+
};
|
|
432
|
+
showArrow: {
|
|
433
|
+
readonly type: PropType<boolean>;
|
|
434
|
+
readonly required: false;
|
|
435
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
436
|
+
__epPropKey: true;
|
|
437
|
+
} & {
|
|
438
|
+
readonly default: true;
|
|
439
|
+
};
|
|
440
|
+
arrowOffset: {
|
|
441
|
+
readonly type: PropType<number>;
|
|
442
|
+
readonly required: false;
|
|
443
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
444
|
+
__epPropKey: true;
|
|
445
|
+
} & {
|
|
446
|
+
readonly default: 5;
|
|
447
|
+
};
|
|
448
|
+
virtualRef: {
|
|
449
|
+
readonly type: PropType<import('element-plus').Measurable>;
|
|
450
|
+
readonly required: false;
|
|
451
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
452
|
+
__epPropKey: true;
|
|
453
|
+
};
|
|
454
|
+
virtualTriggering: BooleanConstructor;
|
|
455
|
+
className: StringConstructor;
|
|
456
|
+
gpuAcceleration: {
|
|
457
|
+
readonly type: PropType<boolean>;
|
|
458
|
+
readonly required: false;
|
|
459
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
460
|
+
__epPropKey: true;
|
|
461
|
+
} & {
|
|
462
|
+
readonly default: true;
|
|
463
|
+
};
|
|
464
|
+
arrowBg: StringConstructor;
|
|
465
|
+
}>> & Readonly<{
|
|
466
|
+
onChange?: ((_active: (string | number | Record<string, any>) | undefined) => any) | undefined;
|
|
467
|
+
onClick?: ((_e: MouseEvent) => any) | undefined;
|
|
468
|
+
onCommand?: ((_command: (string | number | Record<string, any>) | undefined) => any) | undefined;
|
|
469
|
+
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
470
|
+
onVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
471
|
+
"onUpdate:modelValue"?: ((_value: (string | number | Record<string, any>) | undefined) => any) | undefined;
|
|
472
|
+
"onBefore-enter"?: (() => any) | undefined;
|
|
473
|
+
"onBefore-leave"?: (() => any) | undefined;
|
|
474
|
+
"onAfter-enter"?: (() => any) | undefined;
|
|
475
|
+
"onAfter-leave"?: (() => any) | undefined;
|
|
476
|
+
}>, {
|
|
477
|
+
effect: import('element-plus').PopperEffect;
|
|
478
|
+
placement: any;
|
|
479
|
+
popperClass: string;
|
|
480
|
+
teleported: boolean;
|
|
481
|
+
disabled: boolean;
|
|
482
|
+
offset: number;
|
|
483
|
+
persistent: boolean;
|
|
484
|
+
visible: boolean | null;
|
|
485
|
+
trigger: import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[];
|
|
486
|
+
triggerKeys: string[];
|
|
487
|
+
popperOptions: any;
|
|
488
|
+
splitButton: boolean;
|
|
489
|
+
hideOnClick: boolean;
|
|
490
|
+
loop: boolean;
|
|
491
|
+
showTimeout: number;
|
|
492
|
+
hideTimeout: number;
|
|
493
|
+
tabindex: string | number;
|
|
494
|
+
maxHeight: string | number;
|
|
495
|
+
role: "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation";
|
|
496
|
+
transition: string;
|
|
497
|
+
enterable: boolean;
|
|
498
|
+
showArrow: boolean;
|
|
499
|
+
arrowOffset: number;
|
|
500
|
+
virtualTriggering: boolean;
|
|
501
|
+
gpuAcceleration: boolean;
|
|
502
|
+
preventContextmenu: boolean;
|
|
503
|
+
}, {}, {
|
|
504
|
+
ElButton: ({
|
|
505
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
506
|
+
readonly size: {
|
|
507
|
+
readonly type: PropType<"" | "small" | "default" | "large">;
|
|
508
|
+
readonly required: false;
|
|
509
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
510
|
+
__epPropKey: true;
|
|
511
|
+
};
|
|
512
|
+
readonly disabled: BooleanConstructor;
|
|
513
|
+
readonly type: {
|
|
514
|
+
readonly type: PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
515
|
+
readonly required: false;
|
|
516
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
517
|
+
__epPropKey: true;
|
|
518
|
+
} & {
|
|
519
|
+
readonly default: "";
|
|
520
|
+
};
|
|
521
|
+
readonly icon: {
|
|
522
|
+
readonly type: PropType<string | import('vue').Component>;
|
|
523
|
+
readonly required: false;
|
|
524
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
525
|
+
__epPropKey: true;
|
|
526
|
+
};
|
|
527
|
+
readonly nativeType: {
|
|
528
|
+
readonly type: PropType<"button" | "reset" | "submit">;
|
|
529
|
+
readonly required: false;
|
|
530
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
531
|
+
__epPropKey: true;
|
|
532
|
+
} & {
|
|
533
|
+
readonly default: "button";
|
|
534
|
+
};
|
|
535
|
+
readonly loading: BooleanConstructor;
|
|
536
|
+
readonly loadingIcon: {
|
|
537
|
+
readonly type: PropType<string | import('vue').Component>;
|
|
538
|
+
readonly required: false;
|
|
539
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
540
|
+
__epPropKey: true;
|
|
541
|
+
} & {
|
|
542
|
+
readonly default: () => any;
|
|
543
|
+
};
|
|
544
|
+
readonly plain: {
|
|
545
|
+
readonly type: PropType<boolean>;
|
|
546
|
+
readonly required: false;
|
|
547
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
548
|
+
__epPropKey: true;
|
|
549
|
+
} & {
|
|
550
|
+
readonly default: undefined;
|
|
551
|
+
};
|
|
552
|
+
readonly text: BooleanConstructor;
|
|
553
|
+
readonly link: BooleanConstructor;
|
|
554
|
+
readonly bg: BooleanConstructor;
|
|
555
|
+
readonly autofocus: BooleanConstructor;
|
|
556
|
+
readonly round: {
|
|
557
|
+
readonly type: PropType<boolean>;
|
|
558
|
+
readonly required: false;
|
|
559
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
560
|
+
__epPropKey: true;
|
|
561
|
+
} & {
|
|
562
|
+
readonly default: undefined;
|
|
563
|
+
};
|
|
564
|
+
readonly circle: BooleanConstructor;
|
|
565
|
+
readonly color: StringConstructor;
|
|
566
|
+
readonly dark: BooleanConstructor;
|
|
567
|
+
readonly autoInsertSpace: {
|
|
568
|
+
readonly type: PropType<boolean>;
|
|
569
|
+
readonly required: false;
|
|
570
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
571
|
+
__epPropKey: true;
|
|
572
|
+
} & {
|
|
573
|
+
readonly default: undefined;
|
|
574
|
+
};
|
|
575
|
+
readonly tag: {
|
|
576
|
+
readonly type: PropType<string | import('vue').Component>;
|
|
577
|
+
readonly required: false;
|
|
578
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
579
|
+
__epPropKey: true;
|
|
580
|
+
} & {
|
|
581
|
+
readonly default: "button";
|
|
582
|
+
};
|
|
583
|
+
}>> & {
|
|
584
|
+
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
585
|
+
}, {
|
|
586
|
+
ref: import('vue').Ref<HTMLButtonElement | undefined>;
|
|
587
|
+
size: import('vue').ComputedRef<"" | "small" | "default" | "large">;
|
|
588
|
+
type: import('vue').ComputedRef<string>;
|
|
589
|
+
disabled: import('vue').ComputedRef<boolean>;
|
|
590
|
+
shouldAddSpace: import('vue').ComputedRef<boolean>;
|
|
591
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
592
|
+
click: (evt: MouseEvent) => void;
|
|
593
|
+
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
|
|
594
|
+
readonly link: boolean;
|
|
595
|
+
readonly circle: boolean;
|
|
596
|
+
readonly text: boolean;
|
|
597
|
+
readonly disabled: boolean;
|
|
598
|
+
readonly round: boolean;
|
|
599
|
+
readonly dark: boolean;
|
|
600
|
+
readonly type: "" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger";
|
|
601
|
+
readonly bg: boolean;
|
|
602
|
+
readonly loading: boolean;
|
|
603
|
+
readonly autofocus: boolean;
|
|
604
|
+
readonly tag: string | import('vue').Component;
|
|
605
|
+
readonly plain: boolean;
|
|
606
|
+
readonly nativeType: "button" | "reset" | "submit";
|
|
607
|
+
readonly loadingIcon: string | import('vue').Component;
|
|
608
|
+
readonly autoInsertSpace: boolean;
|
|
609
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
610
|
+
P: {};
|
|
611
|
+
B: {};
|
|
612
|
+
D: {};
|
|
613
|
+
C: {};
|
|
614
|
+
M: {};
|
|
615
|
+
Defaults: {};
|
|
616
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
617
|
+
readonly size: {
|
|
618
|
+
readonly type: PropType<"" | "small" | "default" | "large">;
|
|
619
|
+
readonly required: false;
|
|
620
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
621
|
+
__epPropKey: true;
|
|
622
|
+
};
|
|
623
|
+
readonly disabled: BooleanConstructor;
|
|
624
|
+
readonly type: {
|
|
625
|
+
readonly type: PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
626
|
+
readonly required: false;
|
|
627
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
628
|
+
__epPropKey: true;
|
|
629
|
+
} & {
|
|
630
|
+
readonly default: "";
|
|
631
|
+
};
|
|
632
|
+
readonly icon: {
|
|
633
|
+
readonly type: PropType<string | import('vue').Component>;
|
|
634
|
+
readonly required: false;
|
|
635
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
636
|
+
__epPropKey: true;
|
|
637
|
+
};
|
|
638
|
+
readonly nativeType: {
|
|
639
|
+
readonly type: PropType<"button" | "reset" | "submit">;
|
|
640
|
+
readonly required: false;
|
|
641
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
642
|
+
__epPropKey: true;
|
|
643
|
+
} & {
|
|
644
|
+
readonly default: "button";
|
|
645
|
+
};
|
|
646
|
+
readonly loading: BooleanConstructor;
|
|
647
|
+
readonly loadingIcon: {
|
|
648
|
+
readonly type: PropType<string | import('vue').Component>;
|
|
649
|
+
readonly required: false;
|
|
650
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
651
|
+
__epPropKey: true;
|
|
652
|
+
} & {
|
|
653
|
+
readonly default: () => any;
|
|
654
|
+
};
|
|
655
|
+
readonly plain: {
|
|
656
|
+
readonly type: PropType<boolean>;
|
|
657
|
+
readonly required: false;
|
|
658
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
659
|
+
__epPropKey: true;
|
|
660
|
+
} & {
|
|
661
|
+
readonly default: undefined;
|
|
662
|
+
};
|
|
663
|
+
readonly text: BooleanConstructor;
|
|
664
|
+
readonly link: BooleanConstructor;
|
|
665
|
+
readonly bg: BooleanConstructor;
|
|
666
|
+
readonly autofocus: BooleanConstructor;
|
|
667
|
+
readonly round: {
|
|
668
|
+
readonly type: PropType<boolean>;
|
|
669
|
+
readonly required: false;
|
|
670
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
671
|
+
__epPropKey: true;
|
|
672
|
+
} & {
|
|
673
|
+
readonly default: undefined;
|
|
674
|
+
};
|
|
675
|
+
readonly circle: BooleanConstructor;
|
|
676
|
+
readonly color: StringConstructor;
|
|
677
|
+
readonly dark: BooleanConstructor;
|
|
678
|
+
readonly autoInsertSpace: {
|
|
679
|
+
readonly type: PropType<boolean>;
|
|
680
|
+
readonly required: false;
|
|
681
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
682
|
+
__epPropKey: true;
|
|
683
|
+
} & {
|
|
684
|
+
readonly default: undefined;
|
|
685
|
+
};
|
|
686
|
+
readonly tag: {
|
|
687
|
+
readonly type: PropType<string | import('vue').Component>;
|
|
688
|
+
readonly required: false;
|
|
689
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
690
|
+
__epPropKey: true;
|
|
691
|
+
} & {
|
|
692
|
+
readonly default: "button";
|
|
693
|
+
};
|
|
694
|
+
}>> & {
|
|
695
|
+
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
696
|
+
}, {
|
|
697
|
+
ref: import('vue').Ref<HTMLButtonElement | undefined>;
|
|
698
|
+
size: import('vue').ComputedRef<"" | "small" | "default" | "large">;
|
|
699
|
+
type: import('vue').ComputedRef<string>;
|
|
700
|
+
disabled: import('vue').ComputedRef<boolean>;
|
|
701
|
+
shouldAddSpace: import('vue').ComputedRef<boolean>;
|
|
702
|
+
}, {}, {}, {}, {
|
|
703
|
+
readonly link: boolean;
|
|
704
|
+
readonly circle: boolean;
|
|
705
|
+
readonly text: boolean;
|
|
706
|
+
readonly disabled: boolean;
|
|
707
|
+
readonly round: boolean;
|
|
708
|
+
readonly dark: boolean;
|
|
709
|
+
readonly type: "" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger";
|
|
710
|
+
readonly bg: boolean;
|
|
711
|
+
readonly loading: boolean;
|
|
712
|
+
readonly autofocus: boolean;
|
|
713
|
+
readonly tag: string | import('vue').Component;
|
|
714
|
+
readonly plain: boolean;
|
|
715
|
+
readonly nativeType: "button" | "reset" | "submit";
|
|
716
|
+
readonly loadingIcon: string | import('vue').Component;
|
|
717
|
+
readonly autoInsertSpace: boolean;
|
|
718
|
+
}>;
|
|
719
|
+
__isFragment?: never;
|
|
720
|
+
__isTeleport?: never;
|
|
721
|
+
__isSuspense?: never;
|
|
722
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
723
|
+
readonly size: {
|
|
724
|
+
readonly type: PropType<"" | "small" | "default" | "large">;
|
|
725
|
+
readonly required: false;
|
|
726
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
727
|
+
__epPropKey: true;
|
|
728
|
+
};
|
|
729
|
+
readonly disabled: BooleanConstructor;
|
|
730
|
+
readonly type: {
|
|
731
|
+
readonly type: PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
732
|
+
readonly required: false;
|
|
733
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
734
|
+
__epPropKey: true;
|
|
735
|
+
} & {
|
|
736
|
+
readonly default: "";
|
|
737
|
+
};
|
|
738
|
+
readonly icon: {
|
|
739
|
+
readonly type: PropType<string | import('vue').Component>;
|
|
740
|
+
readonly required: false;
|
|
741
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
742
|
+
__epPropKey: true;
|
|
743
|
+
};
|
|
744
|
+
readonly nativeType: {
|
|
745
|
+
readonly type: PropType<"button" | "reset" | "submit">;
|
|
746
|
+
readonly required: false;
|
|
747
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
748
|
+
__epPropKey: true;
|
|
749
|
+
} & {
|
|
750
|
+
readonly default: "button";
|
|
751
|
+
};
|
|
752
|
+
readonly loading: BooleanConstructor;
|
|
753
|
+
readonly loadingIcon: {
|
|
754
|
+
readonly type: PropType<string | import('vue').Component>;
|
|
755
|
+
readonly required: false;
|
|
756
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
757
|
+
__epPropKey: true;
|
|
758
|
+
} & {
|
|
759
|
+
readonly default: () => any;
|
|
760
|
+
};
|
|
761
|
+
readonly plain: {
|
|
762
|
+
readonly type: PropType<boolean>;
|
|
763
|
+
readonly required: false;
|
|
764
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
765
|
+
__epPropKey: true;
|
|
766
|
+
} & {
|
|
767
|
+
readonly default: undefined;
|
|
768
|
+
};
|
|
769
|
+
readonly text: BooleanConstructor;
|
|
770
|
+
readonly link: BooleanConstructor;
|
|
771
|
+
readonly bg: BooleanConstructor;
|
|
772
|
+
readonly autofocus: BooleanConstructor;
|
|
773
|
+
readonly round: {
|
|
774
|
+
readonly type: PropType<boolean>;
|
|
775
|
+
readonly required: false;
|
|
776
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
777
|
+
__epPropKey: true;
|
|
778
|
+
} & {
|
|
779
|
+
readonly default: undefined;
|
|
780
|
+
};
|
|
781
|
+
readonly circle: BooleanConstructor;
|
|
782
|
+
readonly color: StringConstructor;
|
|
783
|
+
readonly dark: BooleanConstructor;
|
|
784
|
+
readonly autoInsertSpace: {
|
|
785
|
+
readonly type: PropType<boolean>;
|
|
786
|
+
readonly required: false;
|
|
787
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
788
|
+
__epPropKey: true;
|
|
789
|
+
} & {
|
|
790
|
+
readonly default: undefined;
|
|
791
|
+
};
|
|
792
|
+
readonly tag: {
|
|
793
|
+
readonly type: PropType<string | import('vue').Component>;
|
|
794
|
+
readonly required: false;
|
|
795
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
796
|
+
__epPropKey: true;
|
|
797
|
+
} & {
|
|
798
|
+
readonly default: "button";
|
|
799
|
+
};
|
|
800
|
+
}>> & {
|
|
801
|
+
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
802
|
+
}, {
|
|
803
|
+
ref: import('vue').Ref<HTMLButtonElement | undefined>;
|
|
804
|
+
size: import('vue').ComputedRef<"" | "small" | "default" | "large">;
|
|
805
|
+
type: import('vue').ComputedRef<string>;
|
|
806
|
+
disabled: import('vue').ComputedRef<boolean>;
|
|
807
|
+
shouldAddSpace: import('vue').ComputedRef<boolean>;
|
|
808
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
809
|
+
click: (evt: MouseEvent) => void;
|
|
810
|
+
}, string, {
|
|
811
|
+
readonly link: boolean;
|
|
812
|
+
readonly circle: boolean;
|
|
813
|
+
readonly text: boolean;
|
|
814
|
+
readonly disabled: boolean;
|
|
815
|
+
readonly round: boolean;
|
|
816
|
+
readonly dark: boolean;
|
|
817
|
+
readonly type: "" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger";
|
|
818
|
+
readonly bg: boolean;
|
|
819
|
+
readonly loading: boolean;
|
|
820
|
+
readonly autofocus: boolean;
|
|
821
|
+
readonly tag: string | import('vue').Component;
|
|
822
|
+
readonly plain: boolean;
|
|
823
|
+
readonly nativeType: "button" | "reset" | "submit";
|
|
824
|
+
readonly loadingIcon: string | import('vue').Component;
|
|
825
|
+
readonly autoInsertSpace: boolean;
|
|
826
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
827
|
+
$slots: {
|
|
828
|
+
loading?(_: {}): any;
|
|
829
|
+
icon?(_: {}): any;
|
|
830
|
+
default?(_: {}): any;
|
|
831
|
+
};
|
|
832
|
+
}) & import('vue').Plugin) & {
|
|
833
|
+
ButtonGroup: {
|
|
834
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
835
|
+
readonly size: {
|
|
836
|
+
readonly type: PropType<"" | "small" | "default" | "large">;
|
|
837
|
+
readonly required: false;
|
|
838
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
839
|
+
__epPropKey: true;
|
|
840
|
+
};
|
|
841
|
+
readonly type: {
|
|
842
|
+
readonly type: PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
843
|
+
readonly required: false;
|
|
844
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
845
|
+
__epPropKey: true;
|
|
846
|
+
} & {
|
|
847
|
+
readonly default: "";
|
|
848
|
+
};
|
|
849
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
|
|
850
|
+
readonly type: "" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger";
|
|
851
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
852
|
+
P: {};
|
|
853
|
+
B: {};
|
|
854
|
+
D: {};
|
|
855
|
+
C: {};
|
|
856
|
+
M: {};
|
|
857
|
+
Defaults: {};
|
|
858
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
859
|
+
readonly size: {
|
|
860
|
+
readonly type: PropType<"" | "small" | "default" | "large">;
|
|
861
|
+
readonly required: false;
|
|
862
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
863
|
+
__epPropKey: true;
|
|
864
|
+
};
|
|
865
|
+
readonly type: {
|
|
866
|
+
readonly type: PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
867
|
+
readonly required: false;
|
|
868
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
869
|
+
__epPropKey: true;
|
|
870
|
+
} & {
|
|
871
|
+
readonly default: "";
|
|
872
|
+
};
|
|
873
|
+
}>>, {}, {}, {}, {}, {
|
|
874
|
+
readonly type: "" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger";
|
|
875
|
+
}>;
|
|
876
|
+
__isFragment?: never;
|
|
877
|
+
__isTeleport?: never;
|
|
878
|
+
__isSuspense?: never;
|
|
879
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
880
|
+
readonly size: {
|
|
881
|
+
readonly type: PropType<"" | "small" | "default" | "large">;
|
|
882
|
+
readonly required: false;
|
|
883
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
884
|
+
__epPropKey: true;
|
|
885
|
+
};
|
|
886
|
+
readonly type: {
|
|
887
|
+
readonly type: PropType<"" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger">;
|
|
888
|
+
readonly required: false;
|
|
889
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
890
|
+
__epPropKey: true;
|
|
891
|
+
} & {
|
|
892
|
+
readonly default: "";
|
|
893
|
+
};
|
|
894
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {
|
|
895
|
+
readonly type: "" | "default" | "text" | "success" | "primary" | "warning" | "info" | "danger";
|
|
896
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
897
|
+
$slots: {
|
|
898
|
+
default?(_: {}): any;
|
|
899
|
+
};
|
|
900
|
+
});
|
|
901
|
+
};
|
|
902
|
+
ElScrollbar: {
|
|
903
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
904
|
+
readonly ariaLabel: StringConstructor;
|
|
905
|
+
readonly ariaOrientation: {
|
|
906
|
+
readonly type: PropType<string>;
|
|
907
|
+
readonly required: false;
|
|
908
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
909
|
+
__epPropKey: true;
|
|
910
|
+
};
|
|
911
|
+
readonly height: {
|
|
912
|
+
readonly type: PropType<string | number>;
|
|
913
|
+
readonly required: false;
|
|
914
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
915
|
+
__epPropKey: true;
|
|
916
|
+
} & {
|
|
917
|
+
readonly default: "";
|
|
918
|
+
};
|
|
919
|
+
readonly maxHeight: {
|
|
920
|
+
readonly type: PropType<string | number>;
|
|
921
|
+
readonly required: false;
|
|
922
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
923
|
+
__epPropKey: true;
|
|
924
|
+
} & {
|
|
925
|
+
readonly default: "";
|
|
926
|
+
};
|
|
927
|
+
readonly native: {
|
|
928
|
+
readonly type: PropType<boolean>;
|
|
929
|
+
readonly required: false;
|
|
930
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
931
|
+
__epPropKey: true;
|
|
932
|
+
} & {
|
|
933
|
+
readonly default: false;
|
|
934
|
+
};
|
|
935
|
+
readonly wrapStyle: {
|
|
936
|
+
readonly type: PropType<import('vue').StyleValue>;
|
|
937
|
+
readonly required: false;
|
|
938
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
939
|
+
__epPropKey: true;
|
|
940
|
+
} & {
|
|
941
|
+
readonly default: "";
|
|
942
|
+
};
|
|
943
|
+
readonly wrapClass: {
|
|
944
|
+
readonly type: PropType<string | unknown[]>;
|
|
945
|
+
readonly required: false;
|
|
946
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
947
|
+
__epPropKey: true;
|
|
948
|
+
} & {
|
|
949
|
+
readonly default: "";
|
|
950
|
+
};
|
|
951
|
+
readonly viewClass: {
|
|
952
|
+
readonly type: PropType<string | unknown[]>;
|
|
953
|
+
readonly required: false;
|
|
954
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
955
|
+
__epPropKey: true;
|
|
956
|
+
} & {
|
|
957
|
+
readonly default: "";
|
|
958
|
+
};
|
|
959
|
+
readonly viewStyle: {
|
|
960
|
+
readonly type: PropType<string | Record<string, any> | unknown[]>;
|
|
961
|
+
readonly required: false;
|
|
962
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
963
|
+
__epPropKey: true;
|
|
964
|
+
} & {
|
|
965
|
+
readonly default: "";
|
|
966
|
+
};
|
|
967
|
+
readonly noresize: BooleanConstructor;
|
|
968
|
+
readonly tag: {
|
|
969
|
+
readonly type: PropType<string>;
|
|
970
|
+
readonly required: false;
|
|
971
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
972
|
+
__epPropKey: true;
|
|
973
|
+
} & {
|
|
974
|
+
readonly default: "div";
|
|
975
|
+
};
|
|
976
|
+
readonly always: BooleanConstructor;
|
|
977
|
+
readonly minSize: {
|
|
978
|
+
readonly type: PropType<number>;
|
|
979
|
+
readonly required: false;
|
|
980
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
981
|
+
__epPropKey: true;
|
|
982
|
+
} & {
|
|
983
|
+
readonly default: 20;
|
|
984
|
+
};
|
|
985
|
+
readonly tabindex: {
|
|
986
|
+
readonly type: PropType<string | number>;
|
|
987
|
+
readonly required: false;
|
|
988
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
989
|
+
__epPropKey: true;
|
|
990
|
+
} & {
|
|
991
|
+
readonly default: undefined;
|
|
992
|
+
};
|
|
993
|
+
readonly id: StringConstructor;
|
|
994
|
+
readonly role: StringConstructor;
|
|
995
|
+
}>> & {
|
|
996
|
+
onScroll?: ((args_0: {
|
|
997
|
+
scrollTop: number;
|
|
998
|
+
scrollLeft: number;
|
|
999
|
+
}) => any) | undefined;
|
|
1000
|
+
"onEnd-reached"?: ((direction: import('element-plus').ScrollbarDirection) => any) | undefined;
|
|
1001
|
+
}, {
|
|
1002
|
+
wrapRef: import('vue').Ref<HTMLDivElement | undefined>;
|
|
1003
|
+
update: () => void;
|
|
1004
|
+
scrollTo: {
|
|
1005
|
+
(xCord: number, yCord?: number): void;
|
|
1006
|
+
(options: ScrollToOptions): void;
|
|
1007
|
+
};
|
|
1008
|
+
setScrollTop: (value: number) => void;
|
|
1009
|
+
setScrollLeft: (value: number) => void;
|
|
1010
|
+
handleScroll: () => void;
|
|
1011
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1012
|
+
scroll: (args_0: {
|
|
1013
|
+
scrollTop: number;
|
|
1014
|
+
scrollLeft: number;
|
|
1015
|
+
}) => void;
|
|
1016
|
+
"end-reached": (direction: import('element-plus').ScrollbarDirection) => void;
|
|
1017
|
+
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
|
|
1018
|
+
readonly height: string | number;
|
|
1019
|
+
readonly maxHeight: string | number;
|
|
1020
|
+
readonly always: boolean;
|
|
1021
|
+
readonly tabindex: string | number;
|
|
1022
|
+
readonly minSize: number;
|
|
1023
|
+
readonly native: boolean;
|
|
1024
|
+
readonly wrapStyle: import('vue').StyleValue;
|
|
1025
|
+
readonly wrapClass: string | unknown[];
|
|
1026
|
+
readonly viewClass: string | unknown[];
|
|
1027
|
+
readonly viewStyle: string | Record<string, any> | unknown[];
|
|
1028
|
+
readonly tag: string;
|
|
1029
|
+
readonly noresize: boolean;
|
|
1030
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
1031
|
+
P: {};
|
|
1032
|
+
B: {};
|
|
1033
|
+
D: {};
|
|
1034
|
+
C: {};
|
|
1035
|
+
M: {};
|
|
1036
|
+
Defaults: {};
|
|
1037
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
1038
|
+
readonly ariaLabel: StringConstructor;
|
|
1039
|
+
readonly ariaOrientation: {
|
|
1040
|
+
readonly type: PropType<string>;
|
|
1041
|
+
readonly required: false;
|
|
1042
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1043
|
+
__epPropKey: true;
|
|
1044
|
+
};
|
|
1045
|
+
readonly height: {
|
|
1046
|
+
readonly type: PropType<string | number>;
|
|
1047
|
+
readonly required: false;
|
|
1048
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1049
|
+
__epPropKey: true;
|
|
1050
|
+
} & {
|
|
1051
|
+
readonly default: "";
|
|
1052
|
+
};
|
|
1053
|
+
readonly maxHeight: {
|
|
1054
|
+
readonly type: PropType<string | number>;
|
|
1055
|
+
readonly required: false;
|
|
1056
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1057
|
+
__epPropKey: true;
|
|
1058
|
+
} & {
|
|
1059
|
+
readonly default: "";
|
|
1060
|
+
};
|
|
1061
|
+
readonly native: {
|
|
1062
|
+
readonly type: PropType<boolean>;
|
|
1063
|
+
readonly required: false;
|
|
1064
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1065
|
+
__epPropKey: true;
|
|
1066
|
+
} & {
|
|
1067
|
+
readonly default: false;
|
|
1068
|
+
};
|
|
1069
|
+
readonly wrapStyle: {
|
|
1070
|
+
readonly type: PropType<import('vue').StyleValue>;
|
|
1071
|
+
readonly required: false;
|
|
1072
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1073
|
+
__epPropKey: true;
|
|
1074
|
+
} & {
|
|
1075
|
+
readonly default: "";
|
|
1076
|
+
};
|
|
1077
|
+
readonly wrapClass: {
|
|
1078
|
+
readonly type: PropType<string | unknown[]>;
|
|
1079
|
+
readonly required: false;
|
|
1080
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1081
|
+
__epPropKey: true;
|
|
1082
|
+
} & {
|
|
1083
|
+
readonly default: "";
|
|
1084
|
+
};
|
|
1085
|
+
readonly viewClass: {
|
|
1086
|
+
readonly type: PropType<string | unknown[]>;
|
|
1087
|
+
readonly required: false;
|
|
1088
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1089
|
+
__epPropKey: true;
|
|
1090
|
+
} & {
|
|
1091
|
+
readonly default: "";
|
|
1092
|
+
};
|
|
1093
|
+
readonly viewStyle: {
|
|
1094
|
+
readonly type: PropType<string | Record<string, any> | unknown[]>;
|
|
1095
|
+
readonly required: false;
|
|
1096
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1097
|
+
__epPropKey: true;
|
|
1098
|
+
} & {
|
|
1099
|
+
readonly default: "";
|
|
1100
|
+
};
|
|
1101
|
+
readonly noresize: BooleanConstructor;
|
|
1102
|
+
readonly tag: {
|
|
1103
|
+
readonly type: PropType<string>;
|
|
1104
|
+
readonly required: false;
|
|
1105
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1106
|
+
__epPropKey: true;
|
|
1107
|
+
} & {
|
|
1108
|
+
readonly default: "div";
|
|
1109
|
+
};
|
|
1110
|
+
readonly always: BooleanConstructor;
|
|
1111
|
+
readonly minSize: {
|
|
1112
|
+
readonly type: PropType<number>;
|
|
1113
|
+
readonly required: false;
|
|
1114
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1115
|
+
__epPropKey: true;
|
|
1116
|
+
} & {
|
|
1117
|
+
readonly default: 20;
|
|
1118
|
+
};
|
|
1119
|
+
readonly tabindex: {
|
|
1120
|
+
readonly type: PropType<string | number>;
|
|
1121
|
+
readonly required: false;
|
|
1122
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1123
|
+
__epPropKey: true;
|
|
1124
|
+
} & {
|
|
1125
|
+
readonly default: undefined;
|
|
1126
|
+
};
|
|
1127
|
+
readonly id: StringConstructor;
|
|
1128
|
+
readonly role: StringConstructor;
|
|
1129
|
+
}>> & {
|
|
1130
|
+
onScroll?: ((args_0: {
|
|
1131
|
+
scrollTop: number;
|
|
1132
|
+
scrollLeft: number;
|
|
1133
|
+
}) => any) | undefined;
|
|
1134
|
+
"onEnd-reached"?: ((direction: import('element-plus').ScrollbarDirection) => any) | undefined;
|
|
1135
|
+
}, {
|
|
1136
|
+
wrapRef: import('vue').Ref<HTMLDivElement | undefined>;
|
|
1137
|
+
update: () => void;
|
|
1138
|
+
scrollTo: {
|
|
1139
|
+
(xCord: number, yCord?: number): void;
|
|
1140
|
+
(options: ScrollToOptions): void;
|
|
1141
|
+
};
|
|
1142
|
+
setScrollTop: (value: number) => void;
|
|
1143
|
+
setScrollLeft: (value: number) => void;
|
|
1144
|
+
handleScroll: () => void;
|
|
1145
|
+
}, {}, {}, {}, {
|
|
1146
|
+
readonly height: string | number;
|
|
1147
|
+
readonly maxHeight: string | number;
|
|
1148
|
+
readonly always: boolean;
|
|
1149
|
+
readonly tabindex: string | number;
|
|
1150
|
+
readonly minSize: number;
|
|
1151
|
+
readonly native: boolean;
|
|
1152
|
+
readonly wrapStyle: import('vue').StyleValue;
|
|
1153
|
+
readonly wrapClass: string | unknown[];
|
|
1154
|
+
readonly viewClass: string | unknown[];
|
|
1155
|
+
readonly viewStyle: string | Record<string, any> | unknown[];
|
|
1156
|
+
readonly tag: string;
|
|
1157
|
+
readonly noresize: boolean;
|
|
1158
|
+
}>;
|
|
1159
|
+
__isFragment?: never;
|
|
1160
|
+
__isTeleport?: never;
|
|
1161
|
+
__isSuspense?: never;
|
|
1162
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
1163
|
+
readonly ariaLabel: StringConstructor;
|
|
1164
|
+
readonly ariaOrientation: {
|
|
1165
|
+
readonly type: PropType<string>;
|
|
1166
|
+
readonly required: false;
|
|
1167
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1168
|
+
__epPropKey: true;
|
|
1169
|
+
};
|
|
1170
|
+
readonly height: {
|
|
1171
|
+
readonly type: PropType<string | number>;
|
|
1172
|
+
readonly required: false;
|
|
1173
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1174
|
+
__epPropKey: true;
|
|
1175
|
+
} & {
|
|
1176
|
+
readonly default: "";
|
|
1177
|
+
};
|
|
1178
|
+
readonly maxHeight: {
|
|
1179
|
+
readonly type: PropType<string | number>;
|
|
1180
|
+
readonly required: false;
|
|
1181
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1182
|
+
__epPropKey: true;
|
|
1183
|
+
} & {
|
|
1184
|
+
readonly default: "";
|
|
1185
|
+
};
|
|
1186
|
+
readonly native: {
|
|
1187
|
+
readonly type: PropType<boolean>;
|
|
1188
|
+
readonly required: false;
|
|
1189
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1190
|
+
__epPropKey: true;
|
|
1191
|
+
} & {
|
|
1192
|
+
readonly default: false;
|
|
1193
|
+
};
|
|
1194
|
+
readonly wrapStyle: {
|
|
1195
|
+
readonly type: PropType<import('vue').StyleValue>;
|
|
1196
|
+
readonly required: false;
|
|
1197
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1198
|
+
__epPropKey: true;
|
|
1199
|
+
} & {
|
|
1200
|
+
readonly default: "";
|
|
1201
|
+
};
|
|
1202
|
+
readonly wrapClass: {
|
|
1203
|
+
readonly type: PropType<string | unknown[]>;
|
|
1204
|
+
readonly required: false;
|
|
1205
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1206
|
+
__epPropKey: true;
|
|
1207
|
+
} & {
|
|
1208
|
+
readonly default: "";
|
|
1209
|
+
};
|
|
1210
|
+
readonly viewClass: {
|
|
1211
|
+
readonly type: PropType<string | unknown[]>;
|
|
1212
|
+
readonly required: false;
|
|
1213
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1214
|
+
__epPropKey: true;
|
|
1215
|
+
} & {
|
|
1216
|
+
readonly default: "";
|
|
1217
|
+
};
|
|
1218
|
+
readonly viewStyle: {
|
|
1219
|
+
readonly type: PropType<string | Record<string, any> | unknown[]>;
|
|
1220
|
+
readonly required: false;
|
|
1221
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1222
|
+
__epPropKey: true;
|
|
1223
|
+
} & {
|
|
1224
|
+
readonly default: "";
|
|
1225
|
+
};
|
|
1226
|
+
readonly noresize: BooleanConstructor;
|
|
1227
|
+
readonly tag: {
|
|
1228
|
+
readonly type: PropType<string>;
|
|
1229
|
+
readonly required: false;
|
|
1230
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1231
|
+
__epPropKey: true;
|
|
1232
|
+
} & {
|
|
1233
|
+
readonly default: "div";
|
|
1234
|
+
};
|
|
1235
|
+
readonly always: BooleanConstructor;
|
|
1236
|
+
readonly minSize: {
|
|
1237
|
+
readonly type: PropType<number>;
|
|
1238
|
+
readonly required: false;
|
|
1239
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1240
|
+
__epPropKey: true;
|
|
1241
|
+
} & {
|
|
1242
|
+
readonly default: 20;
|
|
1243
|
+
};
|
|
1244
|
+
readonly tabindex: {
|
|
1245
|
+
readonly type: PropType<string | number>;
|
|
1246
|
+
readonly required: false;
|
|
1247
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1248
|
+
__epPropKey: true;
|
|
1249
|
+
} & {
|
|
1250
|
+
readonly default: undefined;
|
|
1251
|
+
};
|
|
1252
|
+
readonly id: StringConstructor;
|
|
1253
|
+
readonly role: StringConstructor;
|
|
1254
|
+
}>> & {
|
|
1255
|
+
onScroll?: ((args_0: {
|
|
1256
|
+
scrollTop: number;
|
|
1257
|
+
scrollLeft: number;
|
|
1258
|
+
}) => any) | undefined;
|
|
1259
|
+
"onEnd-reached"?: ((direction: import('element-plus').ScrollbarDirection) => any) | undefined;
|
|
1260
|
+
}, {
|
|
1261
|
+
wrapRef: import('vue').Ref<HTMLDivElement | undefined>;
|
|
1262
|
+
update: () => void;
|
|
1263
|
+
scrollTo: {
|
|
1264
|
+
(xCord: number, yCord?: number): void;
|
|
1265
|
+
(options: ScrollToOptions): void;
|
|
1266
|
+
};
|
|
1267
|
+
setScrollTop: (value: number) => void;
|
|
1268
|
+
setScrollLeft: (value: number) => void;
|
|
1269
|
+
handleScroll: () => void;
|
|
1270
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1271
|
+
scroll: (args_0: {
|
|
1272
|
+
scrollTop: number;
|
|
1273
|
+
scrollLeft: number;
|
|
1274
|
+
}) => void;
|
|
1275
|
+
"end-reached": (direction: import('element-plus').ScrollbarDirection) => void;
|
|
1276
|
+
}, string, {
|
|
1277
|
+
readonly height: string | number;
|
|
1278
|
+
readonly maxHeight: string | number;
|
|
1279
|
+
readonly always: boolean;
|
|
1280
|
+
readonly tabindex: string | number;
|
|
1281
|
+
readonly minSize: number;
|
|
1282
|
+
readonly native: boolean;
|
|
1283
|
+
readonly wrapStyle: import('vue').StyleValue;
|
|
1284
|
+
readonly wrapClass: string | unknown[];
|
|
1285
|
+
readonly viewClass: string | unknown[];
|
|
1286
|
+
readonly viewStyle: string | Record<string, any> | unknown[];
|
|
1287
|
+
readonly tag: string;
|
|
1288
|
+
readonly noresize: boolean;
|
|
1289
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
1290
|
+
$slots: {
|
|
1291
|
+
default?(_: {}): any;
|
|
1292
|
+
};
|
|
1293
|
+
}) & import('vue').Plugin;
|
|
1294
|
+
EleTooltip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1295
|
+
bodyStyle: PropType<import('../../ele-app/types').StyleValue>;
|
|
1296
|
+
bg: StringConstructor;
|
|
1297
|
+
arrowBg: StringConstructor;
|
|
1298
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
1299
|
+
isPopover: BooleanConstructor;
|
|
1300
|
+
showAfter: {
|
|
1301
|
+
readonly type: PropType<number>;
|
|
1302
|
+
readonly required: false;
|
|
1303
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1304
|
+
__epPropKey: true;
|
|
1305
|
+
} & {
|
|
1306
|
+
readonly default: 0;
|
|
1307
|
+
};
|
|
1308
|
+
hideAfter: {
|
|
1309
|
+
readonly type: PropType<number>;
|
|
1310
|
+
readonly required: false;
|
|
1311
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1312
|
+
__epPropKey: true;
|
|
1313
|
+
} & {
|
|
1314
|
+
readonly default: 200;
|
|
1315
|
+
};
|
|
1316
|
+
autoClose: {
|
|
1317
|
+
readonly type: PropType<number>;
|
|
1318
|
+
readonly required: false;
|
|
1319
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1320
|
+
__epPropKey: true;
|
|
1321
|
+
} & {
|
|
1322
|
+
readonly default: 0;
|
|
1323
|
+
};
|
|
1324
|
+
effect: {
|
|
1325
|
+
readonly type: PropType<import('element-plus').PopperEffect>;
|
|
1326
|
+
readonly required: false;
|
|
1327
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1328
|
+
__epPropKey: true;
|
|
1329
|
+
} & {
|
|
1330
|
+
readonly default: "dark";
|
|
1331
|
+
};
|
|
1332
|
+
ariaLabel: StringConstructor;
|
|
1333
|
+
placement: {
|
|
1334
|
+
readonly type: PropType<string>;
|
|
1335
|
+
readonly required: false;
|
|
1336
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1337
|
+
__epPropKey: true;
|
|
1338
|
+
} & {
|
|
1339
|
+
readonly default: "bottom";
|
|
1340
|
+
};
|
|
1341
|
+
teleported: {
|
|
1342
|
+
readonly type: PropType<boolean>;
|
|
1343
|
+
readonly required: false;
|
|
1344
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1345
|
+
__epPropKey: true;
|
|
1346
|
+
} & {
|
|
1347
|
+
readonly default: true;
|
|
1348
|
+
};
|
|
1349
|
+
appendTo: {
|
|
1350
|
+
readonly type: PropType<string | HTMLElement>;
|
|
1351
|
+
readonly required: false;
|
|
1352
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1353
|
+
__epPropKey: true;
|
|
1354
|
+
};
|
|
1355
|
+
disabled: BooleanConstructor;
|
|
1356
|
+
offset: {
|
|
1357
|
+
readonly type: PropType<number>;
|
|
1358
|
+
readonly required: false;
|
|
1359
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1360
|
+
__epPropKey: true;
|
|
1361
|
+
} & {
|
|
1362
|
+
readonly default: 12;
|
|
1363
|
+
};
|
|
1364
|
+
persistent: BooleanConstructor;
|
|
1365
|
+
zIndex: NumberConstructor;
|
|
1366
|
+
visible: {
|
|
1367
|
+
readonly type: PropType<boolean | null>;
|
|
1368
|
+
readonly required: false;
|
|
1369
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1370
|
+
__epPropKey: true;
|
|
1371
|
+
} & {
|
|
1372
|
+
readonly default: null;
|
|
1373
|
+
};
|
|
1374
|
+
trigger: {
|
|
1375
|
+
readonly type: PropType<import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[]>;
|
|
1376
|
+
readonly required: false;
|
|
1377
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1378
|
+
__epPropKey: true;
|
|
1379
|
+
} & {
|
|
1380
|
+
readonly default: "hover";
|
|
1381
|
+
};
|
|
1382
|
+
triggerKeys: {
|
|
1383
|
+
readonly type: PropType<string[]>;
|
|
1384
|
+
readonly required: false;
|
|
1385
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1386
|
+
__epPropKey: true;
|
|
1387
|
+
} & {
|
|
1388
|
+
readonly default: () => string[];
|
|
1389
|
+
};
|
|
1390
|
+
popperOptions: {
|
|
1391
|
+
readonly type: PropType<any>;
|
|
1392
|
+
readonly required: false;
|
|
1393
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1394
|
+
__epPropKey: true;
|
|
1395
|
+
} & {
|
|
1396
|
+
readonly default: () => {};
|
|
1397
|
+
};
|
|
1398
|
+
transition: StringConstructor;
|
|
1399
|
+
content: {
|
|
1400
|
+
readonly type: PropType<string>;
|
|
1401
|
+
readonly required: false;
|
|
1402
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1403
|
+
__epPropKey: true;
|
|
1404
|
+
} & {
|
|
1405
|
+
readonly default: "";
|
|
1406
|
+
};
|
|
1407
|
+
enterable: {
|
|
1408
|
+
readonly type: PropType<boolean>;
|
|
1409
|
+
readonly required: false;
|
|
1410
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1411
|
+
__epPropKey: true;
|
|
1412
|
+
} & {
|
|
1413
|
+
readonly default: true;
|
|
1414
|
+
};
|
|
1415
|
+
showArrow: {
|
|
1416
|
+
readonly type: PropType<boolean>;
|
|
1417
|
+
readonly required: false;
|
|
1418
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1419
|
+
__epPropKey: true;
|
|
1420
|
+
} & {
|
|
1421
|
+
readonly default: boolean;
|
|
1422
|
+
};
|
|
1423
|
+
arrowOffset: {
|
|
1424
|
+
readonly type: PropType<number>;
|
|
1425
|
+
readonly required: false;
|
|
1426
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1427
|
+
__epPropKey: true;
|
|
1428
|
+
} & {
|
|
1429
|
+
readonly default: 5;
|
|
1430
|
+
};
|
|
1431
|
+
virtualRef: {
|
|
1432
|
+
readonly type: PropType<import('element-plus').Measurable>;
|
|
1433
|
+
readonly required: false;
|
|
1434
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1435
|
+
__epPropKey: true;
|
|
1436
|
+
};
|
|
1437
|
+
virtualTriggering: BooleanConstructor;
|
|
1438
|
+
rawContent: BooleanConstructor;
|
|
1439
|
+
gpuAcceleration: {
|
|
1440
|
+
readonly type: PropType<boolean>;
|
|
1441
|
+
readonly required: false;
|
|
1442
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1443
|
+
__epPropKey: true;
|
|
1444
|
+
} & {
|
|
1445
|
+
readonly default: true;
|
|
1446
|
+
};
|
|
1447
|
+
className: StringConstructor;
|
|
1448
|
+
popperClass: StringConstructor;
|
|
1449
|
+
popperStyle: PropType<import('../../ele-app/types').StyleValue>;
|
|
1450
|
+
}>, {
|
|
1451
|
+
tooltipRef: import('vue').Ref<import('../../ele-app/el').ElTooltipInstance | undefined, import('../../ele-app/el').ElTooltipInstance | undefined>;
|
|
1452
|
+
rootProps: import('vue').ComputedRef<Partial<import('element-plus').ElTooltipProps>>;
|
|
1453
|
+
popperRef: import('vue').ComputedRef<import('../../ele-app/el').ElPopperInstance>;
|
|
1454
|
+
contentRef: import('vue').ComputedRef<import('element-plus').TooltipContentInstance | undefined>;
|
|
1455
|
+
isFocusInsideContent: () => void;
|
|
1456
|
+
updatePopper: () => void;
|
|
1457
|
+
handleOpen: (opt?: Event) => void;
|
|
1458
|
+
handleClose: (opt?: Event) => void;
|
|
1459
|
+
hide: (opt?: Event) => void;
|
|
1460
|
+
handleUpdateVisible: (visible: boolean) => void;
|
|
1461
|
+
handlePopBeforeShow: (e: Event) => void;
|
|
1462
|
+
handlePopBeforeHide: (e: Event) => void;
|
|
1463
|
+
handlePopShow: (e: Event) => void;
|
|
1464
|
+
handlePopHide: (e: Event) => void;
|
|
1465
|
+
handlePopOpen: (e: any) => void;
|
|
1466
|
+
handlePopClose: (e: any) => void;
|
|
1467
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, import('../../ele-tooltip/props').TooltipEmits, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1468
|
+
bodyStyle: PropType<import('../../ele-app/types').StyleValue>;
|
|
1469
|
+
bg: StringConstructor;
|
|
1470
|
+
arrowBg: StringConstructor;
|
|
1471
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
1472
|
+
isPopover: BooleanConstructor;
|
|
1473
|
+
showAfter: {
|
|
1474
|
+
readonly type: PropType<number>;
|
|
1475
|
+
readonly required: false;
|
|
1476
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1477
|
+
__epPropKey: true;
|
|
1478
|
+
} & {
|
|
1479
|
+
readonly default: 0;
|
|
1480
|
+
};
|
|
1481
|
+
hideAfter: {
|
|
1482
|
+
readonly type: PropType<number>;
|
|
1483
|
+
readonly required: false;
|
|
1484
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1485
|
+
__epPropKey: true;
|
|
1486
|
+
} & {
|
|
1487
|
+
readonly default: 200;
|
|
1488
|
+
};
|
|
1489
|
+
autoClose: {
|
|
1490
|
+
readonly type: PropType<number>;
|
|
1491
|
+
readonly required: false;
|
|
1492
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1493
|
+
__epPropKey: true;
|
|
1494
|
+
} & {
|
|
1495
|
+
readonly default: 0;
|
|
1496
|
+
};
|
|
1497
|
+
effect: {
|
|
1498
|
+
readonly type: PropType<import('element-plus').PopperEffect>;
|
|
1499
|
+
readonly required: false;
|
|
1500
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1501
|
+
__epPropKey: true;
|
|
1502
|
+
} & {
|
|
1503
|
+
readonly default: "dark";
|
|
1504
|
+
};
|
|
1505
|
+
ariaLabel: StringConstructor;
|
|
1506
|
+
placement: {
|
|
1507
|
+
readonly type: PropType<string>;
|
|
1508
|
+
readonly required: false;
|
|
1509
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1510
|
+
__epPropKey: true;
|
|
1511
|
+
} & {
|
|
1512
|
+
readonly default: "bottom";
|
|
1513
|
+
};
|
|
1514
|
+
teleported: {
|
|
1515
|
+
readonly type: PropType<boolean>;
|
|
1516
|
+
readonly required: false;
|
|
1517
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1518
|
+
__epPropKey: true;
|
|
1519
|
+
} & {
|
|
1520
|
+
readonly default: true;
|
|
1521
|
+
};
|
|
1522
|
+
appendTo: {
|
|
1523
|
+
readonly type: PropType<string | HTMLElement>;
|
|
1524
|
+
readonly required: false;
|
|
1525
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1526
|
+
__epPropKey: true;
|
|
1527
|
+
};
|
|
1528
|
+
disabled: BooleanConstructor;
|
|
1529
|
+
offset: {
|
|
1530
|
+
readonly type: PropType<number>;
|
|
1531
|
+
readonly required: false;
|
|
1532
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1533
|
+
__epPropKey: true;
|
|
1534
|
+
} & {
|
|
1535
|
+
readonly default: 12;
|
|
1536
|
+
};
|
|
1537
|
+
persistent: BooleanConstructor;
|
|
1538
|
+
zIndex: NumberConstructor;
|
|
1539
|
+
visible: {
|
|
1540
|
+
readonly type: PropType<boolean | null>;
|
|
1541
|
+
readonly required: false;
|
|
1542
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1543
|
+
__epPropKey: true;
|
|
1544
|
+
} & {
|
|
1545
|
+
readonly default: null;
|
|
1546
|
+
};
|
|
1547
|
+
trigger: {
|
|
1548
|
+
readonly type: PropType<import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[]>;
|
|
1549
|
+
readonly required: false;
|
|
1550
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1551
|
+
__epPropKey: true;
|
|
1552
|
+
} & {
|
|
1553
|
+
readonly default: "hover";
|
|
1554
|
+
};
|
|
1555
|
+
triggerKeys: {
|
|
1556
|
+
readonly type: PropType<string[]>;
|
|
1557
|
+
readonly required: false;
|
|
1558
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1559
|
+
__epPropKey: true;
|
|
1560
|
+
} & {
|
|
1561
|
+
readonly default: () => string[];
|
|
1562
|
+
};
|
|
1563
|
+
popperOptions: {
|
|
1564
|
+
readonly type: PropType<any>;
|
|
1565
|
+
readonly required: false;
|
|
1566
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1567
|
+
__epPropKey: true;
|
|
1568
|
+
} & {
|
|
1569
|
+
readonly default: () => {};
|
|
1570
|
+
};
|
|
1571
|
+
transition: StringConstructor;
|
|
1572
|
+
content: {
|
|
1573
|
+
readonly type: PropType<string>;
|
|
1574
|
+
readonly required: false;
|
|
1575
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1576
|
+
__epPropKey: true;
|
|
1577
|
+
} & {
|
|
1578
|
+
readonly default: "";
|
|
1579
|
+
};
|
|
1580
|
+
enterable: {
|
|
1581
|
+
readonly type: PropType<boolean>;
|
|
1582
|
+
readonly required: false;
|
|
1583
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1584
|
+
__epPropKey: true;
|
|
1585
|
+
} & {
|
|
1586
|
+
readonly default: true;
|
|
1587
|
+
};
|
|
1588
|
+
showArrow: {
|
|
1589
|
+
readonly type: PropType<boolean>;
|
|
1590
|
+
readonly required: false;
|
|
1591
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1592
|
+
__epPropKey: true;
|
|
1593
|
+
} & {
|
|
1594
|
+
readonly default: boolean;
|
|
1595
|
+
};
|
|
1596
|
+
arrowOffset: {
|
|
1597
|
+
readonly type: PropType<number>;
|
|
1598
|
+
readonly required: false;
|
|
1599
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1600
|
+
__epPropKey: true;
|
|
1601
|
+
} & {
|
|
1602
|
+
readonly default: 5;
|
|
1603
|
+
};
|
|
1604
|
+
virtualRef: {
|
|
1605
|
+
readonly type: PropType<import('element-plus').Measurable>;
|
|
1606
|
+
readonly required: false;
|
|
1607
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1608
|
+
__epPropKey: true;
|
|
1609
|
+
};
|
|
1610
|
+
virtualTriggering: BooleanConstructor;
|
|
1611
|
+
rawContent: BooleanConstructor;
|
|
1612
|
+
gpuAcceleration: {
|
|
1613
|
+
readonly type: PropType<boolean>;
|
|
1614
|
+
readonly required: false;
|
|
1615
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1616
|
+
__epPropKey: true;
|
|
1617
|
+
} & {
|
|
1618
|
+
readonly default: true;
|
|
1619
|
+
};
|
|
1620
|
+
className: StringConstructor;
|
|
1621
|
+
popperClass: StringConstructor;
|
|
1622
|
+
popperStyle: PropType<import('../../ele-app/types').StyleValue>;
|
|
1623
|
+
}>> & Readonly<{
|
|
1624
|
+
onClose?: ((e: any) => any) | undefined;
|
|
1625
|
+
onHide?: ((e: Event) => any) | undefined;
|
|
1626
|
+
onOpen?: ((e: any) => any) | undefined;
|
|
1627
|
+
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
1628
|
+
"onBefore-show"?: ((e: Event) => any) | undefined;
|
|
1629
|
+
"onBefore-hide"?: ((e: Event) => any) | undefined;
|
|
1630
|
+
onShow?: ((e: Event) => any) | undefined;
|
|
1631
|
+
}>, {
|
|
1632
|
+
showAfter: number;
|
|
1633
|
+
hideAfter: number;
|
|
1634
|
+
autoClose: number;
|
|
1635
|
+
effect: import('element-plus').PopperEffect;
|
|
1636
|
+
placement: string;
|
|
1637
|
+
teleported: boolean;
|
|
1638
|
+
disabled: boolean;
|
|
1639
|
+
offset: number;
|
|
1640
|
+
persistent: boolean;
|
|
1641
|
+
visible: boolean | null;
|
|
1642
|
+
trigger: import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[];
|
|
1643
|
+
triggerKeys: string[];
|
|
1644
|
+
popperOptions: any;
|
|
1645
|
+
content: string;
|
|
1646
|
+
enterable: boolean;
|
|
1647
|
+
showArrow: boolean;
|
|
1648
|
+
arrowOffset: number;
|
|
1649
|
+
virtualTriggering: boolean;
|
|
1650
|
+
rawContent: boolean;
|
|
1651
|
+
gpuAcceleration: boolean;
|
|
1652
|
+
isPopover: boolean;
|
|
1653
|
+
}, {}, {
|
|
1654
|
+
ElTooltip: {
|
|
1655
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
1656
|
+
showArrow: {
|
|
1657
|
+
readonly type: PropType<boolean>;
|
|
1658
|
+
readonly required: false;
|
|
1659
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1660
|
+
__epPropKey: true;
|
|
1661
|
+
} & {
|
|
1662
|
+
readonly default: boolean;
|
|
1663
|
+
};
|
|
1664
|
+
arrowOffset: {
|
|
1665
|
+
readonly type: PropType<number>;
|
|
1666
|
+
readonly required: false;
|
|
1667
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1668
|
+
__epPropKey: true;
|
|
1669
|
+
} & {
|
|
1670
|
+
readonly default: 5;
|
|
1671
|
+
};
|
|
1672
|
+
disabled: BooleanConstructor;
|
|
1673
|
+
trigger: {
|
|
1674
|
+
readonly type: PropType<import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[]>;
|
|
1675
|
+
readonly required: false;
|
|
1676
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1677
|
+
__epPropKey: true;
|
|
1678
|
+
} & {
|
|
1679
|
+
readonly default: "hover";
|
|
1680
|
+
};
|
|
1681
|
+
triggerKeys: {
|
|
1682
|
+
readonly type: PropType<string[]>;
|
|
1683
|
+
readonly required: false;
|
|
1684
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1685
|
+
__epPropKey: true;
|
|
1686
|
+
} & {
|
|
1687
|
+
readonly default: () => string[];
|
|
1688
|
+
};
|
|
1689
|
+
virtualRef: {
|
|
1690
|
+
readonly type: PropType<import('element-plus').Measurable>;
|
|
1691
|
+
readonly required: false;
|
|
1692
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1693
|
+
__epPropKey: true;
|
|
1694
|
+
};
|
|
1695
|
+
virtualTriggering: BooleanConstructor;
|
|
1696
|
+
onMouseenter: {
|
|
1697
|
+
readonly type: PropType<(e: Event) => void>;
|
|
1698
|
+
readonly required: false;
|
|
1699
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1700
|
+
__epPropKey: true;
|
|
1701
|
+
};
|
|
1702
|
+
onMouseleave: {
|
|
1703
|
+
readonly type: PropType<(e: Event) => void>;
|
|
1704
|
+
readonly required: false;
|
|
1705
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1706
|
+
__epPropKey: true;
|
|
1707
|
+
};
|
|
1708
|
+
onClick: {
|
|
1709
|
+
readonly type: PropType<(e: Event) => void>;
|
|
1710
|
+
readonly required: false;
|
|
1711
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1712
|
+
__epPropKey: true;
|
|
1713
|
+
};
|
|
1714
|
+
onKeydown: {
|
|
1715
|
+
readonly type: PropType<(e: Event) => void>;
|
|
1716
|
+
readonly required: false;
|
|
1717
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1718
|
+
__epPropKey: true;
|
|
1719
|
+
};
|
|
1720
|
+
onFocus: {
|
|
1721
|
+
readonly type: PropType<(e: Event) => void>;
|
|
1722
|
+
readonly required: false;
|
|
1723
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1724
|
+
__epPropKey: true;
|
|
1725
|
+
};
|
|
1726
|
+
onBlur: {
|
|
1727
|
+
readonly type: PropType<(e: Event) => void>;
|
|
1728
|
+
readonly required: false;
|
|
1729
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1730
|
+
__epPropKey: true;
|
|
1731
|
+
};
|
|
1732
|
+
onContextmenu: {
|
|
1733
|
+
readonly type: PropType<(e: Event) => void>;
|
|
1734
|
+
readonly required: false;
|
|
1735
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1736
|
+
__epPropKey: true;
|
|
1737
|
+
};
|
|
1738
|
+
id: StringConstructor;
|
|
1739
|
+
open: BooleanConstructor;
|
|
1740
|
+
ariaLabel: StringConstructor;
|
|
1741
|
+
appendTo: {
|
|
1742
|
+
readonly type: PropType<string | HTMLElement>;
|
|
1743
|
+
readonly required: false;
|
|
1744
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1745
|
+
__epPropKey: true;
|
|
1746
|
+
};
|
|
1747
|
+
content: {
|
|
1748
|
+
readonly type: PropType<string>;
|
|
1749
|
+
readonly required: false;
|
|
1750
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1751
|
+
__epPropKey: true;
|
|
1752
|
+
} & {
|
|
1753
|
+
readonly default: "";
|
|
1754
|
+
};
|
|
1755
|
+
rawContent: BooleanConstructor;
|
|
1756
|
+
persistent: BooleanConstructor;
|
|
1757
|
+
visible: {
|
|
1758
|
+
readonly type: PropType<boolean | null>;
|
|
1759
|
+
readonly required: false;
|
|
1760
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1761
|
+
__epPropKey: true;
|
|
1762
|
+
} & {
|
|
1763
|
+
readonly default: null;
|
|
1764
|
+
};
|
|
1765
|
+
transition: StringConstructor;
|
|
1766
|
+
teleported: {
|
|
1767
|
+
readonly type: PropType<boolean>;
|
|
1768
|
+
readonly required: false;
|
|
1769
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1770
|
+
__epPropKey: true;
|
|
1771
|
+
} & {
|
|
1772
|
+
readonly default: true;
|
|
1773
|
+
};
|
|
1774
|
+
style: {
|
|
1775
|
+
readonly type: PropType<import('vue').StyleValue>;
|
|
1776
|
+
readonly required: false;
|
|
1777
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1778
|
+
__epPropKey: true;
|
|
1779
|
+
};
|
|
1780
|
+
className: {
|
|
1781
|
+
readonly type: PropType<string | {
|
|
1782
|
+
[x: string]: boolean;
|
|
1783
|
+
} | (string | {
|
|
1784
|
+
[x: string]: boolean;
|
|
1785
|
+
} | (string | {
|
|
1786
|
+
[x: string]: boolean;
|
|
1787
|
+
} | (string | {
|
|
1788
|
+
[x: string]: boolean;
|
|
1789
|
+
} | (string | {
|
|
1790
|
+
[x: string]: boolean;
|
|
1791
|
+
} | (string | {
|
|
1792
|
+
[x: string]: boolean;
|
|
1793
|
+
} | (string | {
|
|
1794
|
+
[x: string]: boolean;
|
|
1795
|
+
} | (string | {
|
|
1796
|
+
[x: string]: boolean;
|
|
1797
|
+
} | (string | {
|
|
1798
|
+
[x: string]: boolean;
|
|
1799
|
+
} | (string | {
|
|
1800
|
+
[x: string]: boolean;
|
|
1801
|
+
} | (string | any[] | {
|
|
1802
|
+
[x: string]: boolean;
|
|
1803
|
+
})[])[])[])[])[])[])[])[])[])[]>;
|
|
1804
|
+
readonly required: false;
|
|
1805
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1806
|
+
__epPropKey: true;
|
|
1807
|
+
};
|
|
1808
|
+
effect: {
|
|
1809
|
+
readonly type: PropType<import('element-plus').PopperEffect>;
|
|
1810
|
+
readonly required: false;
|
|
1811
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1812
|
+
__epPropKey: true;
|
|
1813
|
+
} & {
|
|
1814
|
+
readonly default: "dark";
|
|
1815
|
+
};
|
|
1816
|
+
enterable: {
|
|
1817
|
+
readonly type: PropType<boolean>;
|
|
1818
|
+
readonly required: false;
|
|
1819
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1820
|
+
__epPropKey: true;
|
|
1821
|
+
} & {
|
|
1822
|
+
readonly default: true;
|
|
1823
|
+
};
|
|
1824
|
+
pure: BooleanConstructor;
|
|
1825
|
+
focusOnShow: {
|
|
1826
|
+
readonly type: PropType<boolean>;
|
|
1827
|
+
readonly required: false;
|
|
1828
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1829
|
+
__epPropKey: true;
|
|
1830
|
+
} & {
|
|
1831
|
+
readonly default: false;
|
|
1832
|
+
};
|
|
1833
|
+
trapping: {
|
|
1834
|
+
readonly type: PropType<boolean>;
|
|
1835
|
+
readonly required: false;
|
|
1836
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1837
|
+
__epPropKey: true;
|
|
1838
|
+
} & {
|
|
1839
|
+
readonly default: false;
|
|
1840
|
+
};
|
|
1841
|
+
popperClass: {
|
|
1842
|
+
readonly type: PropType<string | {
|
|
1843
|
+
[x: string]: boolean;
|
|
1844
|
+
} | (string | {
|
|
1845
|
+
[x: string]: boolean;
|
|
1846
|
+
} | (string | {
|
|
1847
|
+
[x: string]: boolean;
|
|
1848
|
+
} | (string | {
|
|
1849
|
+
[x: string]: boolean;
|
|
1850
|
+
} | (string | {
|
|
1851
|
+
[x: string]: boolean;
|
|
1852
|
+
} | (string | {
|
|
1853
|
+
[x: string]: boolean;
|
|
1854
|
+
} | (string | {
|
|
1855
|
+
[x: string]: boolean;
|
|
1856
|
+
} | (string | {
|
|
1857
|
+
[x: string]: boolean;
|
|
1858
|
+
} | (string | {
|
|
1859
|
+
[x: string]: boolean;
|
|
1860
|
+
} | (string | {
|
|
1861
|
+
[x: string]: boolean;
|
|
1862
|
+
} | (string | any[] | {
|
|
1863
|
+
[x: string]: boolean;
|
|
1864
|
+
})[])[])[])[])[])[])[])[])[])[]>;
|
|
1865
|
+
readonly required: false;
|
|
1866
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1867
|
+
__epPropKey: true;
|
|
1868
|
+
};
|
|
1869
|
+
popperStyle: {
|
|
1870
|
+
readonly type: PropType<import('vue').StyleValue>;
|
|
1871
|
+
readonly required: false;
|
|
1872
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1873
|
+
__epPropKey: true;
|
|
1874
|
+
};
|
|
1875
|
+
referenceEl: {
|
|
1876
|
+
readonly type: PropType<HTMLElement>;
|
|
1877
|
+
readonly required: false;
|
|
1878
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1879
|
+
__epPropKey: true;
|
|
1880
|
+
};
|
|
1881
|
+
triggerTargetEl: {
|
|
1882
|
+
readonly type: PropType<HTMLElement>;
|
|
1883
|
+
readonly required: false;
|
|
1884
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1885
|
+
__epPropKey: true;
|
|
1886
|
+
};
|
|
1887
|
+
stopPopperMouseEvent: {
|
|
1888
|
+
readonly type: PropType<boolean>;
|
|
1889
|
+
readonly required: false;
|
|
1890
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1891
|
+
__epPropKey: true;
|
|
1892
|
+
} & {
|
|
1893
|
+
readonly default: true;
|
|
1894
|
+
};
|
|
1895
|
+
zIndex: NumberConstructor;
|
|
1896
|
+
boundariesPadding: {
|
|
1897
|
+
readonly type: PropType<number>;
|
|
1898
|
+
readonly required: false;
|
|
1899
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1900
|
+
__epPropKey: true;
|
|
1901
|
+
} & {
|
|
1902
|
+
readonly default: 0;
|
|
1903
|
+
};
|
|
1904
|
+
fallbackPlacements: {
|
|
1905
|
+
readonly type: PropType<Placement[]>;
|
|
1906
|
+
readonly required: false;
|
|
1907
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1908
|
+
__epPropKey: true;
|
|
1909
|
+
} & {
|
|
1910
|
+
readonly default: undefined;
|
|
1911
|
+
};
|
|
1912
|
+
gpuAcceleration: {
|
|
1913
|
+
readonly type: PropType<boolean>;
|
|
1914
|
+
readonly required: false;
|
|
1915
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1916
|
+
__epPropKey: true;
|
|
1917
|
+
} & {
|
|
1918
|
+
readonly default: true;
|
|
1919
|
+
};
|
|
1920
|
+
offset: {
|
|
1921
|
+
readonly type: PropType<number>;
|
|
1922
|
+
readonly required: false;
|
|
1923
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1924
|
+
__epPropKey: true;
|
|
1925
|
+
} & {
|
|
1926
|
+
readonly default: 12;
|
|
1927
|
+
};
|
|
1928
|
+
placement: {
|
|
1929
|
+
readonly type: PropType<string>;
|
|
1930
|
+
readonly required: false;
|
|
1931
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1932
|
+
__epPropKey: true;
|
|
1933
|
+
} & {
|
|
1934
|
+
readonly default: "bottom";
|
|
1935
|
+
};
|
|
1936
|
+
popperOptions: {
|
|
1937
|
+
readonly type: PropType<any>;
|
|
1938
|
+
readonly required: false;
|
|
1939
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1940
|
+
__epPropKey: true;
|
|
1941
|
+
} & {
|
|
1942
|
+
readonly default: () => {};
|
|
1943
|
+
};
|
|
1944
|
+
strategy: {
|
|
1945
|
+
readonly type: PropType<"fixed" | "absolute">;
|
|
1946
|
+
readonly required: false;
|
|
1947
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1948
|
+
__epPropKey: true;
|
|
1949
|
+
} & {
|
|
1950
|
+
readonly default: "absolute";
|
|
1951
|
+
};
|
|
1952
|
+
showAfter: {
|
|
1953
|
+
readonly type: PropType<number>;
|
|
1954
|
+
readonly required: false;
|
|
1955
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1956
|
+
__epPropKey: true;
|
|
1957
|
+
} & {
|
|
1958
|
+
readonly default: 0;
|
|
1959
|
+
};
|
|
1960
|
+
hideAfter: {
|
|
1961
|
+
readonly type: PropType<number>;
|
|
1962
|
+
readonly required: false;
|
|
1963
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1964
|
+
__epPropKey: true;
|
|
1965
|
+
} & {
|
|
1966
|
+
readonly default: 200;
|
|
1967
|
+
};
|
|
1968
|
+
autoClose: {
|
|
1969
|
+
readonly type: PropType<number>;
|
|
1970
|
+
readonly required: false;
|
|
1971
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1972
|
+
__epPropKey: true;
|
|
1973
|
+
} & {
|
|
1974
|
+
readonly default: 0;
|
|
1975
|
+
};
|
|
1976
|
+
"onUpdate:visible": {
|
|
1977
|
+
readonly type: PropType<(val: boolean) => void>;
|
|
1978
|
+
readonly required: false;
|
|
1979
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1980
|
+
__epPropKey: true;
|
|
1981
|
+
};
|
|
1982
|
+
role: {
|
|
1983
|
+
readonly type: PropType<"dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation">;
|
|
1984
|
+
readonly required: false;
|
|
1985
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1986
|
+
__epPropKey: true;
|
|
1987
|
+
} & {
|
|
1988
|
+
readonly default: "tooltip";
|
|
1989
|
+
};
|
|
1990
|
+
}>>, {
|
|
1991
|
+
popperRef: import('vue').Ref<import('element-plus').PopperInstance | undefined>;
|
|
1992
|
+
contentRef: import('vue').Ref<import('element-plus').TooltipContentInstance | undefined>;
|
|
1993
|
+
isFocusInsideContent: (event?: FocusEvent) => boolean | undefined;
|
|
1994
|
+
updatePopper: () => void;
|
|
1995
|
+
onOpen: (event?: Event) => void;
|
|
1996
|
+
onClose: (event?: Event) => void;
|
|
1997
|
+
hide: (event?: Event) => void;
|
|
1998
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1999
|
+
[x: string]: (...args: any[]) => void;
|
|
2000
|
+
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
|
|
2001
|
+
disabled: boolean;
|
|
2002
|
+
content: string;
|
|
2003
|
+
offset: number;
|
|
2004
|
+
visible: boolean | null;
|
|
2005
|
+
open: boolean;
|
|
2006
|
+
placement: string;
|
|
2007
|
+
strategy: "fixed" | "absolute";
|
|
2008
|
+
effect: import('element-plus').PopperEffect;
|
|
2009
|
+
showAfter: number;
|
|
2010
|
+
hideAfter: number;
|
|
2011
|
+
autoClose: number;
|
|
2012
|
+
trigger: import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[];
|
|
2013
|
+
role: "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation";
|
|
2014
|
+
virtualTriggering: boolean;
|
|
2015
|
+
arrowOffset: number;
|
|
2016
|
+
boundariesPadding: number;
|
|
2017
|
+
fallbackPlacements: Placement[];
|
|
2018
|
+
gpuAcceleration: boolean;
|
|
2019
|
+
popperOptions: Partial<Options>;
|
|
2020
|
+
enterable: boolean;
|
|
2021
|
+
focusOnShow: boolean;
|
|
2022
|
+
trapping: boolean;
|
|
2023
|
+
stopPopperMouseEvent: boolean;
|
|
2024
|
+
pure: boolean;
|
|
2025
|
+
triggerKeys: string[];
|
|
2026
|
+
teleported: boolean;
|
|
2027
|
+
rawContent: boolean;
|
|
2028
|
+
persistent: boolean;
|
|
2029
|
+
showArrow: boolean;
|
|
2030
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
2031
|
+
P: {};
|
|
2032
|
+
B: {};
|
|
2033
|
+
D: {};
|
|
2034
|
+
C: {};
|
|
2035
|
+
M: {};
|
|
2036
|
+
Defaults: {};
|
|
2037
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
2038
|
+
showArrow: {
|
|
2039
|
+
readonly type: PropType<boolean>;
|
|
2040
|
+
readonly required: false;
|
|
2041
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2042
|
+
__epPropKey: true;
|
|
2043
|
+
} & {
|
|
2044
|
+
readonly default: boolean;
|
|
2045
|
+
};
|
|
2046
|
+
arrowOffset: {
|
|
2047
|
+
readonly type: PropType<number>;
|
|
2048
|
+
readonly required: false;
|
|
2049
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2050
|
+
__epPropKey: true;
|
|
2051
|
+
} & {
|
|
2052
|
+
readonly default: 5;
|
|
2053
|
+
};
|
|
2054
|
+
disabled: BooleanConstructor;
|
|
2055
|
+
trigger: {
|
|
2056
|
+
readonly type: PropType<import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[]>;
|
|
2057
|
+
readonly required: false;
|
|
2058
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2059
|
+
__epPropKey: true;
|
|
2060
|
+
} & {
|
|
2061
|
+
readonly default: "hover";
|
|
2062
|
+
};
|
|
2063
|
+
triggerKeys: {
|
|
2064
|
+
readonly type: PropType<string[]>;
|
|
2065
|
+
readonly required: false;
|
|
2066
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2067
|
+
__epPropKey: true;
|
|
2068
|
+
} & {
|
|
2069
|
+
readonly default: () => string[];
|
|
2070
|
+
};
|
|
2071
|
+
virtualRef: {
|
|
2072
|
+
readonly type: PropType<import('element-plus').Measurable>;
|
|
2073
|
+
readonly required: false;
|
|
2074
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2075
|
+
__epPropKey: true;
|
|
2076
|
+
};
|
|
2077
|
+
virtualTriggering: BooleanConstructor;
|
|
2078
|
+
onMouseenter: {
|
|
2079
|
+
readonly type: PropType<(e: Event) => void>;
|
|
2080
|
+
readonly required: false;
|
|
2081
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2082
|
+
__epPropKey: true;
|
|
2083
|
+
};
|
|
2084
|
+
onMouseleave: {
|
|
2085
|
+
readonly type: PropType<(e: Event) => void>;
|
|
2086
|
+
readonly required: false;
|
|
2087
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2088
|
+
__epPropKey: true;
|
|
2089
|
+
};
|
|
2090
|
+
onClick: {
|
|
2091
|
+
readonly type: PropType<(e: Event) => void>;
|
|
2092
|
+
readonly required: false;
|
|
2093
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2094
|
+
__epPropKey: true;
|
|
2095
|
+
};
|
|
2096
|
+
onKeydown: {
|
|
2097
|
+
readonly type: PropType<(e: Event) => void>;
|
|
2098
|
+
readonly required: false;
|
|
2099
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2100
|
+
__epPropKey: true;
|
|
2101
|
+
};
|
|
2102
|
+
onFocus: {
|
|
2103
|
+
readonly type: PropType<(e: Event) => void>;
|
|
2104
|
+
readonly required: false;
|
|
2105
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2106
|
+
__epPropKey: true;
|
|
2107
|
+
};
|
|
2108
|
+
onBlur: {
|
|
2109
|
+
readonly type: PropType<(e: Event) => void>;
|
|
2110
|
+
readonly required: false;
|
|
2111
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2112
|
+
__epPropKey: true;
|
|
2113
|
+
};
|
|
2114
|
+
onContextmenu: {
|
|
2115
|
+
readonly type: PropType<(e: Event) => void>;
|
|
2116
|
+
readonly required: false;
|
|
2117
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2118
|
+
__epPropKey: true;
|
|
2119
|
+
};
|
|
2120
|
+
id: StringConstructor;
|
|
2121
|
+
open: BooleanConstructor;
|
|
2122
|
+
ariaLabel: StringConstructor;
|
|
2123
|
+
appendTo: {
|
|
2124
|
+
readonly type: PropType<string | HTMLElement>;
|
|
2125
|
+
readonly required: false;
|
|
2126
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2127
|
+
__epPropKey: true;
|
|
2128
|
+
};
|
|
2129
|
+
content: {
|
|
2130
|
+
readonly type: PropType<string>;
|
|
2131
|
+
readonly required: false;
|
|
2132
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2133
|
+
__epPropKey: true;
|
|
2134
|
+
} & {
|
|
2135
|
+
readonly default: "";
|
|
2136
|
+
};
|
|
2137
|
+
rawContent: BooleanConstructor;
|
|
2138
|
+
persistent: BooleanConstructor;
|
|
2139
|
+
visible: {
|
|
2140
|
+
readonly type: PropType<boolean | null>;
|
|
2141
|
+
readonly required: false;
|
|
2142
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2143
|
+
__epPropKey: true;
|
|
2144
|
+
} & {
|
|
2145
|
+
readonly default: null;
|
|
2146
|
+
};
|
|
2147
|
+
transition: StringConstructor;
|
|
2148
|
+
teleported: {
|
|
2149
|
+
readonly type: PropType<boolean>;
|
|
2150
|
+
readonly required: false;
|
|
2151
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2152
|
+
__epPropKey: true;
|
|
2153
|
+
} & {
|
|
2154
|
+
readonly default: true;
|
|
2155
|
+
};
|
|
2156
|
+
style: {
|
|
2157
|
+
readonly type: PropType<import('vue').StyleValue>;
|
|
2158
|
+
readonly required: false;
|
|
2159
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2160
|
+
__epPropKey: true;
|
|
2161
|
+
};
|
|
2162
|
+
className: {
|
|
2163
|
+
readonly type: PropType<string | {
|
|
2164
|
+
[x: string]: boolean;
|
|
2165
|
+
} | (string | {
|
|
2166
|
+
[x: string]: boolean;
|
|
2167
|
+
} | (string | {
|
|
2168
|
+
[x: string]: boolean;
|
|
2169
|
+
} | (string | {
|
|
2170
|
+
[x: string]: boolean;
|
|
2171
|
+
} | (string | {
|
|
2172
|
+
[x: string]: boolean;
|
|
2173
|
+
} | (string | {
|
|
2174
|
+
[x: string]: boolean;
|
|
2175
|
+
} | (string | {
|
|
2176
|
+
[x: string]: boolean;
|
|
2177
|
+
} | (string | {
|
|
2178
|
+
[x: string]: boolean;
|
|
2179
|
+
} | (string | {
|
|
2180
|
+
[x: string]: boolean;
|
|
2181
|
+
} | (string | {
|
|
2182
|
+
[x: string]: boolean;
|
|
2183
|
+
} | (string | any[] | {
|
|
2184
|
+
[x: string]: boolean;
|
|
2185
|
+
})[])[])[])[])[])[])[])[])[])[]>;
|
|
2186
|
+
readonly required: false;
|
|
2187
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2188
|
+
__epPropKey: true;
|
|
2189
|
+
};
|
|
2190
|
+
effect: {
|
|
2191
|
+
readonly type: PropType<import('element-plus').PopperEffect>;
|
|
2192
|
+
readonly required: false;
|
|
2193
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2194
|
+
__epPropKey: true;
|
|
2195
|
+
} & {
|
|
2196
|
+
readonly default: "dark";
|
|
2197
|
+
};
|
|
2198
|
+
enterable: {
|
|
2199
|
+
readonly type: PropType<boolean>;
|
|
2200
|
+
readonly required: false;
|
|
2201
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2202
|
+
__epPropKey: true;
|
|
2203
|
+
} & {
|
|
2204
|
+
readonly default: true;
|
|
2205
|
+
};
|
|
2206
|
+
pure: BooleanConstructor;
|
|
2207
|
+
focusOnShow: {
|
|
2208
|
+
readonly type: PropType<boolean>;
|
|
2209
|
+
readonly required: false;
|
|
2210
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2211
|
+
__epPropKey: true;
|
|
2212
|
+
} & {
|
|
2213
|
+
readonly default: false;
|
|
2214
|
+
};
|
|
2215
|
+
trapping: {
|
|
2216
|
+
readonly type: PropType<boolean>;
|
|
2217
|
+
readonly required: false;
|
|
2218
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2219
|
+
__epPropKey: true;
|
|
2220
|
+
} & {
|
|
2221
|
+
readonly default: false;
|
|
2222
|
+
};
|
|
2223
|
+
popperClass: {
|
|
2224
|
+
readonly type: PropType<string | {
|
|
2225
|
+
[x: string]: boolean;
|
|
2226
|
+
} | (string | {
|
|
2227
|
+
[x: string]: boolean;
|
|
2228
|
+
} | (string | {
|
|
2229
|
+
[x: string]: boolean;
|
|
2230
|
+
} | (string | {
|
|
2231
|
+
[x: string]: boolean;
|
|
2232
|
+
} | (string | {
|
|
2233
|
+
[x: string]: boolean;
|
|
2234
|
+
} | (string | {
|
|
2235
|
+
[x: string]: boolean;
|
|
2236
|
+
} | (string | {
|
|
2237
|
+
[x: string]: boolean;
|
|
2238
|
+
} | (string | {
|
|
2239
|
+
[x: string]: boolean;
|
|
2240
|
+
} | (string | {
|
|
2241
|
+
[x: string]: boolean;
|
|
2242
|
+
} | (string | {
|
|
2243
|
+
[x: string]: boolean;
|
|
2244
|
+
} | (string | any[] | {
|
|
2245
|
+
[x: string]: boolean;
|
|
2246
|
+
})[])[])[])[])[])[])[])[])[])[]>;
|
|
2247
|
+
readonly required: false;
|
|
2248
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2249
|
+
__epPropKey: true;
|
|
2250
|
+
};
|
|
2251
|
+
popperStyle: {
|
|
2252
|
+
readonly type: PropType<import('vue').StyleValue>;
|
|
2253
|
+
readonly required: false;
|
|
2254
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2255
|
+
__epPropKey: true;
|
|
2256
|
+
};
|
|
2257
|
+
referenceEl: {
|
|
2258
|
+
readonly type: PropType<HTMLElement>;
|
|
2259
|
+
readonly required: false;
|
|
2260
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2261
|
+
__epPropKey: true;
|
|
2262
|
+
};
|
|
2263
|
+
triggerTargetEl: {
|
|
2264
|
+
readonly type: PropType<HTMLElement>;
|
|
2265
|
+
readonly required: false;
|
|
2266
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2267
|
+
__epPropKey: true;
|
|
2268
|
+
};
|
|
2269
|
+
stopPopperMouseEvent: {
|
|
2270
|
+
readonly type: PropType<boolean>;
|
|
2271
|
+
readonly required: false;
|
|
2272
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2273
|
+
__epPropKey: true;
|
|
2274
|
+
} & {
|
|
2275
|
+
readonly default: true;
|
|
2276
|
+
};
|
|
2277
|
+
zIndex: NumberConstructor;
|
|
2278
|
+
boundariesPadding: {
|
|
2279
|
+
readonly type: PropType<number>;
|
|
2280
|
+
readonly required: false;
|
|
2281
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2282
|
+
__epPropKey: true;
|
|
2283
|
+
} & {
|
|
2284
|
+
readonly default: 0;
|
|
2285
|
+
};
|
|
2286
|
+
fallbackPlacements: {
|
|
2287
|
+
readonly type: PropType<Placement[]>;
|
|
2288
|
+
readonly required: false;
|
|
2289
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2290
|
+
__epPropKey: true;
|
|
2291
|
+
} & {
|
|
2292
|
+
readonly default: undefined;
|
|
2293
|
+
};
|
|
2294
|
+
gpuAcceleration: {
|
|
2295
|
+
readonly type: PropType<boolean>;
|
|
2296
|
+
readonly required: false;
|
|
2297
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2298
|
+
__epPropKey: true;
|
|
2299
|
+
} & {
|
|
2300
|
+
readonly default: true;
|
|
2301
|
+
};
|
|
2302
|
+
offset: {
|
|
2303
|
+
readonly type: PropType<number>;
|
|
2304
|
+
readonly required: false;
|
|
2305
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2306
|
+
__epPropKey: true;
|
|
2307
|
+
} & {
|
|
2308
|
+
readonly default: 12;
|
|
2309
|
+
};
|
|
2310
|
+
placement: {
|
|
2311
|
+
readonly type: PropType<string>;
|
|
2312
|
+
readonly required: false;
|
|
2313
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2314
|
+
__epPropKey: true;
|
|
2315
|
+
} & {
|
|
2316
|
+
readonly default: "bottom";
|
|
2317
|
+
};
|
|
2318
|
+
popperOptions: {
|
|
2319
|
+
readonly type: PropType<any>;
|
|
2320
|
+
readonly required: false;
|
|
2321
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2322
|
+
__epPropKey: true;
|
|
2323
|
+
} & {
|
|
2324
|
+
readonly default: () => {};
|
|
2325
|
+
};
|
|
2326
|
+
strategy: {
|
|
2327
|
+
readonly type: PropType<"fixed" | "absolute">;
|
|
2328
|
+
readonly required: false;
|
|
2329
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2330
|
+
__epPropKey: true;
|
|
2331
|
+
} & {
|
|
2332
|
+
readonly default: "absolute";
|
|
2333
|
+
};
|
|
2334
|
+
showAfter: {
|
|
2335
|
+
readonly type: PropType<number>;
|
|
2336
|
+
readonly required: false;
|
|
2337
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2338
|
+
__epPropKey: true;
|
|
2339
|
+
} & {
|
|
2340
|
+
readonly default: 0;
|
|
2341
|
+
};
|
|
2342
|
+
hideAfter: {
|
|
2343
|
+
readonly type: PropType<number>;
|
|
2344
|
+
readonly required: false;
|
|
2345
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2346
|
+
__epPropKey: true;
|
|
2347
|
+
} & {
|
|
2348
|
+
readonly default: 200;
|
|
2349
|
+
};
|
|
2350
|
+
autoClose: {
|
|
2351
|
+
readonly type: PropType<number>;
|
|
2352
|
+
readonly required: false;
|
|
2353
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2354
|
+
__epPropKey: true;
|
|
2355
|
+
} & {
|
|
2356
|
+
readonly default: 0;
|
|
2357
|
+
};
|
|
2358
|
+
"onUpdate:visible": {
|
|
2359
|
+
readonly type: PropType<(val: boolean) => void>;
|
|
2360
|
+
readonly required: false;
|
|
2361
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2362
|
+
__epPropKey: true;
|
|
2363
|
+
};
|
|
2364
|
+
role: {
|
|
2365
|
+
readonly type: PropType<"dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation">;
|
|
2366
|
+
readonly required: false;
|
|
2367
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2368
|
+
__epPropKey: true;
|
|
2369
|
+
} & {
|
|
2370
|
+
readonly default: "tooltip";
|
|
2371
|
+
};
|
|
2372
|
+
}>>, {
|
|
2373
|
+
popperRef: import('vue').Ref<import('element-plus').PopperInstance | undefined>;
|
|
2374
|
+
contentRef: import('vue').Ref<import('element-plus').TooltipContentInstance | undefined>;
|
|
2375
|
+
isFocusInsideContent: (event?: FocusEvent) => boolean | undefined;
|
|
2376
|
+
updatePopper: () => void;
|
|
2377
|
+
onOpen: (event?: Event) => void;
|
|
2378
|
+
onClose: (event?: Event) => void;
|
|
2379
|
+
hide: (event?: Event) => void;
|
|
2380
|
+
}, {}, {}, {}, {
|
|
2381
|
+
disabled: boolean;
|
|
2382
|
+
content: string;
|
|
2383
|
+
offset: number;
|
|
2384
|
+
visible: boolean | null;
|
|
2385
|
+
open: boolean;
|
|
2386
|
+
placement: string;
|
|
2387
|
+
strategy: "fixed" | "absolute";
|
|
2388
|
+
effect: import('element-plus').PopperEffect;
|
|
2389
|
+
showAfter: number;
|
|
2390
|
+
hideAfter: number;
|
|
2391
|
+
autoClose: number;
|
|
2392
|
+
trigger: import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[];
|
|
2393
|
+
role: "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation";
|
|
2394
|
+
virtualTriggering: boolean;
|
|
2395
|
+
arrowOffset: number;
|
|
2396
|
+
boundariesPadding: number;
|
|
2397
|
+
fallbackPlacements: Placement[];
|
|
2398
|
+
gpuAcceleration: boolean;
|
|
2399
|
+
popperOptions: Partial<Options>;
|
|
2400
|
+
enterable: boolean;
|
|
2401
|
+
focusOnShow: boolean;
|
|
2402
|
+
trapping: boolean;
|
|
2403
|
+
stopPopperMouseEvent: boolean;
|
|
2404
|
+
pure: boolean;
|
|
2405
|
+
triggerKeys: string[];
|
|
2406
|
+
teleported: boolean;
|
|
2407
|
+
rawContent: boolean;
|
|
2408
|
+
persistent: boolean;
|
|
2409
|
+
showArrow: boolean;
|
|
2410
|
+
}>;
|
|
2411
|
+
__isFragment?: never;
|
|
2412
|
+
__isTeleport?: never;
|
|
2413
|
+
__isSuspense?: never;
|
|
2414
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
2415
|
+
showArrow: {
|
|
2416
|
+
readonly type: PropType<boolean>;
|
|
2417
|
+
readonly required: false;
|
|
2418
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2419
|
+
__epPropKey: true;
|
|
2420
|
+
} & {
|
|
2421
|
+
readonly default: boolean;
|
|
2422
|
+
};
|
|
2423
|
+
arrowOffset: {
|
|
2424
|
+
readonly type: PropType<number>;
|
|
2425
|
+
readonly required: false;
|
|
2426
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2427
|
+
__epPropKey: true;
|
|
2428
|
+
} & {
|
|
2429
|
+
readonly default: 5;
|
|
2430
|
+
};
|
|
2431
|
+
disabled: BooleanConstructor;
|
|
2432
|
+
trigger: {
|
|
2433
|
+
readonly type: PropType<import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[]>;
|
|
2434
|
+
readonly required: false;
|
|
2435
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2436
|
+
__epPropKey: true;
|
|
2437
|
+
} & {
|
|
2438
|
+
readonly default: "hover";
|
|
2439
|
+
};
|
|
2440
|
+
triggerKeys: {
|
|
2441
|
+
readonly type: PropType<string[]>;
|
|
2442
|
+
readonly required: false;
|
|
2443
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2444
|
+
__epPropKey: true;
|
|
2445
|
+
} & {
|
|
2446
|
+
readonly default: () => string[];
|
|
2447
|
+
};
|
|
2448
|
+
virtualRef: {
|
|
2449
|
+
readonly type: PropType<import('element-plus').Measurable>;
|
|
2450
|
+
readonly required: false;
|
|
2451
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2452
|
+
__epPropKey: true;
|
|
2453
|
+
};
|
|
2454
|
+
virtualTriggering: BooleanConstructor;
|
|
2455
|
+
onMouseenter: {
|
|
2456
|
+
readonly type: PropType<(e: Event) => void>;
|
|
2457
|
+
readonly required: false;
|
|
2458
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2459
|
+
__epPropKey: true;
|
|
2460
|
+
};
|
|
2461
|
+
onMouseleave: {
|
|
2462
|
+
readonly type: PropType<(e: Event) => void>;
|
|
2463
|
+
readonly required: false;
|
|
2464
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2465
|
+
__epPropKey: true;
|
|
2466
|
+
};
|
|
2467
|
+
onClick: {
|
|
2468
|
+
readonly type: PropType<(e: Event) => void>;
|
|
2469
|
+
readonly required: false;
|
|
2470
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2471
|
+
__epPropKey: true;
|
|
2472
|
+
};
|
|
2473
|
+
onKeydown: {
|
|
2474
|
+
readonly type: PropType<(e: Event) => void>;
|
|
2475
|
+
readonly required: false;
|
|
2476
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2477
|
+
__epPropKey: true;
|
|
2478
|
+
};
|
|
2479
|
+
onFocus: {
|
|
2480
|
+
readonly type: PropType<(e: Event) => void>;
|
|
2481
|
+
readonly required: false;
|
|
2482
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2483
|
+
__epPropKey: true;
|
|
2484
|
+
};
|
|
2485
|
+
onBlur: {
|
|
2486
|
+
readonly type: PropType<(e: Event) => void>;
|
|
2487
|
+
readonly required: false;
|
|
2488
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2489
|
+
__epPropKey: true;
|
|
2490
|
+
};
|
|
2491
|
+
onContextmenu: {
|
|
2492
|
+
readonly type: PropType<(e: Event) => void>;
|
|
2493
|
+
readonly required: false;
|
|
2494
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2495
|
+
__epPropKey: true;
|
|
2496
|
+
};
|
|
2497
|
+
id: StringConstructor;
|
|
2498
|
+
open: BooleanConstructor;
|
|
2499
|
+
ariaLabel: StringConstructor;
|
|
2500
|
+
appendTo: {
|
|
2501
|
+
readonly type: PropType<string | HTMLElement>;
|
|
2502
|
+
readonly required: false;
|
|
2503
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2504
|
+
__epPropKey: true;
|
|
2505
|
+
};
|
|
2506
|
+
content: {
|
|
2507
|
+
readonly type: PropType<string>;
|
|
2508
|
+
readonly required: false;
|
|
2509
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2510
|
+
__epPropKey: true;
|
|
2511
|
+
} & {
|
|
2512
|
+
readonly default: "";
|
|
2513
|
+
};
|
|
2514
|
+
rawContent: BooleanConstructor;
|
|
2515
|
+
persistent: BooleanConstructor;
|
|
2516
|
+
visible: {
|
|
2517
|
+
readonly type: PropType<boolean | null>;
|
|
2518
|
+
readonly required: false;
|
|
2519
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2520
|
+
__epPropKey: true;
|
|
2521
|
+
} & {
|
|
2522
|
+
readonly default: null;
|
|
2523
|
+
};
|
|
2524
|
+
transition: StringConstructor;
|
|
2525
|
+
teleported: {
|
|
2526
|
+
readonly type: PropType<boolean>;
|
|
2527
|
+
readonly required: false;
|
|
2528
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2529
|
+
__epPropKey: true;
|
|
2530
|
+
} & {
|
|
2531
|
+
readonly default: true;
|
|
2532
|
+
};
|
|
2533
|
+
style: {
|
|
2534
|
+
readonly type: PropType<import('vue').StyleValue>;
|
|
2535
|
+
readonly required: false;
|
|
2536
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2537
|
+
__epPropKey: true;
|
|
2538
|
+
};
|
|
2539
|
+
className: {
|
|
2540
|
+
readonly type: PropType<string | {
|
|
2541
|
+
[x: string]: boolean;
|
|
2542
|
+
} | (string | {
|
|
2543
|
+
[x: string]: boolean;
|
|
2544
|
+
} | (string | {
|
|
2545
|
+
[x: string]: boolean;
|
|
2546
|
+
} | (string | {
|
|
2547
|
+
[x: string]: boolean;
|
|
2548
|
+
} | (string | {
|
|
2549
|
+
[x: string]: boolean;
|
|
2550
|
+
} | (string | {
|
|
2551
|
+
[x: string]: boolean;
|
|
2552
|
+
} | (string | {
|
|
2553
|
+
[x: string]: boolean;
|
|
2554
|
+
} | (string | {
|
|
2555
|
+
[x: string]: boolean;
|
|
2556
|
+
} | (string | {
|
|
2557
|
+
[x: string]: boolean;
|
|
2558
|
+
} | (string | {
|
|
2559
|
+
[x: string]: boolean;
|
|
2560
|
+
} | (string | any[] | {
|
|
2561
|
+
[x: string]: boolean;
|
|
2562
|
+
})[])[])[])[])[])[])[])[])[])[]>;
|
|
2563
|
+
readonly required: false;
|
|
2564
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2565
|
+
__epPropKey: true;
|
|
2566
|
+
};
|
|
2567
|
+
effect: {
|
|
2568
|
+
readonly type: PropType<import('element-plus').PopperEffect>;
|
|
2569
|
+
readonly required: false;
|
|
2570
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2571
|
+
__epPropKey: true;
|
|
2572
|
+
} & {
|
|
2573
|
+
readonly default: "dark";
|
|
2574
|
+
};
|
|
2575
|
+
enterable: {
|
|
2576
|
+
readonly type: PropType<boolean>;
|
|
2577
|
+
readonly required: false;
|
|
2578
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2579
|
+
__epPropKey: true;
|
|
2580
|
+
} & {
|
|
2581
|
+
readonly default: true;
|
|
2582
|
+
};
|
|
2583
|
+
pure: BooleanConstructor;
|
|
2584
|
+
focusOnShow: {
|
|
2585
|
+
readonly type: PropType<boolean>;
|
|
2586
|
+
readonly required: false;
|
|
2587
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2588
|
+
__epPropKey: true;
|
|
2589
|
+
} & {
|
|
2590
|
+
readonly default: false;
|
|
2591
|
+
};
|
|
2592
|
+
trapping: {
|
|
2593
|
+
readonly type: PropType<boolean>;
|
|
2594
|
+
readonly required: false;
|
|
2595
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2596
|
+
__epPropKey: true;
|
|
2597
|
+
} & {
|
|
2598
|
+
readonly default: false;
|
|
2599
|
+
};
|
|
2600
|
+
popperClass: {
|
|
2601
|
+
readonly type: PropType<string | {
|
|
2602
|
+
[x: string]: boolean;
|
|
2603
|
+
} | (string | {
|
|
2604
|
+
[x: string]: boolean;
|
|
2605
|
+
} | (string | {
|
|
2606
|
+
[x: string]: boolean;
|
|
2607
|
+
} | (string | {
|
|
2608
|
+
[x: string]: boolean;
|
|
2609
|
+
} | (string | {
|
|
2610
|
+
[x: string]: boolean;
|
|
2611
|
+
} | (string | {
|
|
2612
|
+
[x: string]: boolean;
|
|
2613
|
+
} | (string | {
|
|
2614
|
+
[x: string]: boolean;
|
|
2615
|
+
} | (string | {
|
|
2616
|
+
[x: string]: boolean;
|
|
2617
|
+
} | (string | {
|
|
2618
|
+
[x: string]: boolean;
|
|
2619
|
+
} | (string | {
|
|
2620
|
+
[x: string]: boolean;
|
|
2621
|
+
} | (string | any[] | {
|
|
2622
|
+
[x: string]: boolean;
|
|
2623
|
+
})[])[])[])[])[])[])[])[])[])[]>;
|
|
2624
|
+
readonly required: false;
|
|
2625
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2626
|
+
__epPropKey: true;
|
|
2627
|
+
};
|
|
2628
|
+
popperStyle: {
|
|
2629
|
+
readonly type: PropType<import('vue').StyleValue>;
|
|
2630
|
+
readonly required: false;
|
|
2631
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2632
|
+
__epPropKey: true;
|
|
2633
|
+
};
|
|
2634
|
+
referenceEl: {
|
|
2635
|
+
readonly type: PropType<HTMLElement>;
|
|
2636
|
+
readonly required: false;
|
|
2637
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2638
|
+
__epPropKey: true;
|
|
2639
|
+
};
|
|
2640
|
+
triggerTargetEl: {
|
|
2641
|
+
readonly type: PropType<HTMLElement>;
|
|
2642
|
+
readonly required: false;
|
|
2643
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2644
|
+
__epPropKey: true;
|
|
2645
|
+
};
|
|
2646
|
+
stopPopperMouseEvent: {
|
|
2647
|
+
readonly type: PropType<boolean>;
|
|
2648
|
+
readonly required: false;
|
|
2649
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2650
|
+
__epPropKey: true;
|
|
2651
|
+
} & {
|
|
2652
|
+
readonly default: true;
|
|
2653
|
+
};
|
|
2654
|
+
zIndex: NumberConstructor;
|
|
2655
|
+
boundariesPadding: {
|
|
2656
|
+
readonly type: PropType<number>;
|
|
2657
|
+
readonly required: false;
|
|
2658
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2659
|
+
__epPropKey: true;
|
|
2660
|
+
} & {
|
|
2661
|
+
readonly default: 0;
|
|
2662
|
+
};
|
|
2663
|
+
fallbackPlacements: {
|
|
2664
|
+
readonly type: PropType<Placement[]>;
|
|
2665
|
+
readonly required: false;
|
|
2666
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2667
|
+
__epPropKey: true;
|
|
2668
|
+
} & {
|
|
2669
|
+
readonly default: undefined;
|
|
2670
|
+
};
|
|
2671
|
+
gpuAcceleration: {
|
|
2672
|
+
readonly type: PropType<boolean>;
|
|
2673
|
+
readonly required: false;
|
|
2674
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2675
|
+
__epPropKey: true;
|
|
2676
|
+
} & {
|
|
2677
|
+
readonly default: true;
|
|
2678
|
+
};
|
|
2679
|
+
offset: {
|
|
2680
|
+
readonly type: PropType<number>;
|
|
2681
|
+
readonly required: false;
|
|
2682
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2683
|
+
__epPropKey: true;
|
|
2684
|
+
} & {
|
|
2685
|
+
readonly default: 12;
|
|
2686
|
+
};
|
|
2687
|
+
placement: {
|
|
2688
|
+
readonly type: PropType<string>;
|
|
2689
|
+
readonly required: false;
|
|
2690
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2691
|
+
__epPropKey: true;
|
|
2692
|
+
} & {
|
|
2693
|
+
readonly default: "bottom";
|
|
2694
|
+
};
|
|
2695
|
+
popperOptions: {
|
|
2696
|
+
readonly type: PropType<any>;
|
|
2697
|
+
readonly required: false;
|
|
2698
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2699
|
+
__epPropKey: true;
|
|
2700
|
+
} & {
|
|
2701
|
+
readonly default: () => {};
|
|
2702
|
+
};
|
|
2703
|
+
strategy: {
|
|
2704
|
+
readonly type: PropType<"fixed" | "absolute">;
|
|
2705
|
+
readonly required: false;
|
|
2706
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2707
|
+
__epPropKey: true;
|
|
2708
|
+
} & {
|
|
2709
|
+
readonly default: "absolute";
|
|
2710
|
+
};
|
|
2711
|
+
showAfter: {
|
|
2712
|
+
readonly type: PropType<number>;
|
|
2713
|
+
readonly required: false;
|
|
2714
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2715
|
+
__epPropKey: true;
|
|
2716
|
+
} & {
|
|
2717
|
+
readonly default: 0;
|
|
2718
|
+
};
|
|
2719
|
+
hideAfter: {
|
|
2720
|
+
readonly type: PropType<number>;
|
|
2721
|
+
readonly required: false;
|
|
2722
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2723
|
+
__epPropKey: true;
|
|
2724
|
+
} & {
|
|
2725
|
+
readonly default: 200;
|
|
2726
|
+
};
|
|
2727
|
+
autoClose: {
|
|
2728
|
+
readonly type: PropType<number>;
|
|
2729
|
+
readonly required: false;
|
|
2730
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2731
|
+
__epPropKey: true;
|
|
2732
|
+
} & {
|
|
2733
|
+
readonly default: 0;
|
|
2734
|
+
};
|
|
2735
|
+
"onUpdate:visible": {
|
|
2736
|
+
readonly type: PropType<(val: boolean) => void>;
|
|
2737
|
+
readonly required: false;
|
|
2738
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2739
|
+
__epPropKey: true;
|
|
2740
|
+
};
|
|
2741
|
+
role: {
|
|
2742
|
+
readonly type: PropType<"dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation">;
|
|
2743
|
+
readonly required: false;
|
|
2744
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2745
|
+
__epPropKey: true;
|
|
2746
|
+
} & {
|
|
2747
|
+
readonly default: "tooltip";
|
|
2748
|
+
};
|
|
2749
|
+
}>>, {
|
|
2750
|
+
popperRef: import('vue').Ref<import('element-plus').PopperInstance | undefined>;
|
|
2751
|
+
contentRef: import('vue').Ref<import('element-plus').TooltipContentInstance | undefined>;
|
|
2752
|
+
isFocusInsideContent: (event?: FocusEvent) => boolean | undefined;
|
|
2753
|
+
updatePopper: () => void;
|
|
2754
|
+
onOpen: (event?: Event) => void;
|
|
2755
|
+
onClose: (event?: Event) => void;
|
|
2756
|
+
hide: (event?: Event) => void;
|
|
2757
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
2758
|
+
[x: string]: (...args: any[]) => void;
|
|
2759
|
+
}, string, {
|
|
2760
|
+
disabled: boolean;
|
|
2761
|
+
content: string;
|
|
2762
|
+
offset: number;
|
|
2763
|
+
visible: boolean | null;
|
|
2764
|
+
open: boolean;
|
|
2765
|
+
placement: string;
|
|
2766
|
+
strategy: "fixed" | "absolute";
|
|
2767
|
+
effect: import('element-plus').PopperEffect;
|
|
2768
|
+
showAfter: number;
|
|
2769
|
+
hideAfter: number;
|
|
2770
|
+
autoClose: number;
|
|
2771
|
+
trigger: import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[];
|
|
2772
|
+
role: "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation";
|
|
2773
|
+
virtualTriggering: boolean;
|
|
2774
|
+
arrowOffset: number;
|
|
2775
|
+
boundariesPadding: number;
|
|
2776
|
+
fallbackPlacements: Placement[];
|
|
2777
|
+
gpuAcceleration: boolean;
|
|
2778
|
+
popperOptions: Partial<Options>;
|
|
2779
|
+
enterable: boolean;
|
|
2780
|
+
focusOnShow: boolean;
|
|
2781
|
+
trapping: boolean;
|
|
2782
|
+
stopPopperMouseEvent: boolean;
|
|
2783
|
+
pure: boolean;
|
|
2784
|
+
triggerKeys: string[];
|
|
2785
|
+
teleported: boolean;
|
|
2786
|
+
rawContent: boolean;
|
|
2787
|
+
persistent: boolean;
|
|
2788
|
+
showArrow: boolean;
|
|
2789
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
2790
|
+
$slots: {
|
|
2791
|
+
default?(_: {}): any;
|
|
2792
|
+
content?(_: {}): any;
|
|
2793
|
+
};
|
|
2794
|
+
}) & import('vue').Plugin;
|
|
2795
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2796
|
+
DropdownMenus: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2797
|
+
items: {
|
|
2798
|
+
type: PropType<DropdownItem[]>;
|
|
2799
|
+
required: true;
|
|
2800
|
+
};
|
|
2801
|
+
selected: PropType<DropdownItem["command"]>;
|
|
2802
|
+
menuStyle: PropType<import('../../ele-app/types').StyleValue>;
|
|
2803
|
+
iconProps: PropType<import('../../ele-app/el').ElIconProps>;
|
|
2804
|
+
size: PropType<import('../../ele-app/el').ElButtonProps["size"]>;
|
|
2805
|
+
}>, {
|
|
2806
|
+
handleItemClick: (item: DropdownItem) => void;
|
|
2807
|
+
handleWrapperContext: (e: MouseEvent) => void;
|
|
2808
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
2809
|
+
itemClick: (_item: DropdownItem) => true;
|
|
2810
|
+
wrapperContext: (_e: MouseEvent) => true;
|
|
2811
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2812
|
+
items: {
|
|
2813
|
+
type: PropType<DropdownItem[]>;
|
|
2814
|
+
required: true;
|
|
2815
|
+
};
|
|
2816
|
+
selected: PropType<DropdownItem["command"]>;
|
|
2817
|
+
menuStyle: PropType<import('../../ele-app/types').StyleValue>;
|
|
2818
|
+
iconProps: PropType<import('../../ele-app/el').ElIconProps>;
|
|
2819
|
+
size: PropType<import('../../ele-app/el').ElButtonProps["size"]>;
|
|
2820
|
+
}>> & Readonly<{
|
|
2821
|
+
onItemClick?: ((_item: DropdownItem) => any) | undefined;
|
|
2822
|
+
onWrapperContext?: ((_e: MouseEvent) => any) | undefined;
|
|
2823
|
+
}>, {}, {}, {
|
|
2824
|
+
DropdownMenuItem: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2825
|
+
item: {
|
|
2826
|
+
type: PropType<DropdownItem>;
|
|
2827
|
+
required: true;
|
|
2828
|
+
};
|
|
2829
|
+
selected: PropType<DropdownItem["command"]>;
|
|
2830
|
+
iconProps: PropType<import('../../ele-app/el').ElIconProps>;
|
|
2831
|
+
}>, {
|
|
2832
|
+
itemRef: import('vue').Ref<HTMLDivElement | null, HTMLDivElement | null>;
|
|
2833
|
+
subMenuRef: import('vue').Ref<HTMLDivElement | null, HTMLDivElement | null>;
|
|
2834
|
+
placement: import('vue').Ref<"rightEnd" | "leftStart" | "leftEnd" | undefined, "rightEnd" | "leftStart" | "leftEnd" | undefined>;
|
|
2835
|
+
handleItemClick: () => void;
|
|
2836
|
+
handleItemMouseenter: () => void;
|
|
2837
|
+
handleWrapperContext: (e: MouseEvent) => void;
|
|
2838
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
2839
|
+
itemClick: (_item: DropdownItem) => true;
|
|
2840
|
+
wrapperContext: (_e: MouseEvent) => true;
|
|
2841
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2842
|
+
item: {
|
|
2843
|
+
type: PropType<DropdownItem>;
|
|
2844
|
+
required: true;
|
|
2845
|
+
};
|
|
2846
|
+
selected: PropType<DropdownItem["command"]>;
|
|
2847
|
+
iconProps: PropType<import('../../ele-app/el').ElIconProps>;
|
|
2848
|
+
}>> & Readonly<{
|
|
2849
|
+
onItemClick?: ((_item: DropdownItem) => any) | undefined;
|
|
2850
|
+
onWrapperContext?: ((_e: MouseEvent) => any) | undefined;
|
|
2851
|
+
}>, {}, {}, {
|
|
2852
|
+
ElIcon: {
|
|
2853
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
2854
|
+
readonly size: {
|
|
2855
|
+
readonly type: PropType<string | number>;
|
|
2856
|
+
readonly required: false;
|
|
2857
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2858
|
+
__epPropKey: true;
|
|
2859
|
+
};
|
|
2860
|
+
readonly color: {
|
|
2861
|
+
readonly type: PropType<string>;
|
|
2862
|
+
readonly required: false;
|
|
2863
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2864
|
+
__epPropKey: true;
|
|
2865
|
+
};
|
|
2866
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
2867
|
+
P: {};
|
|
2868
|
+
B: {};
|
|
2869
|
+
D: {};
|
|
2870
|
+
C: {};
|
|
2871
|
+
M: {};
|
|
2872
|
+
Defaults: {};
|
|
2873
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
2874
|
+
readonly size: {
|
|
2875
|
+
readonly type: PropType<string | number>;
|
|
2876
|
+
readonly required: false;
|
|
2877
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2878
|
+
__epPropKey: true;
|
|
2879
|
+
};
|
|
2880
|
+
readonly color: {
|
|
2881
|
+
readonly type: PropType<string>;
|
|
2882
|
+
readonly required: false;
|
|
2883
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2884
|
+
__epPropKey: true;
|
|
2885
|
+
};
|
|
2886
|
+
}>>, {}, {}, {}, {}, {}>;
|
|
2887
|
+
__isFragment?: never;
|
|
2888
|
+
__isTeleport?: never;
|
|
2889
|
+
__isSuspense?: never;
|
|
2890
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
2891
|
+
readonly size: {
|
|
2892
|
+
readonly type: PropType<string | number>;
|
|
2893
|
+
readonly required: false;
|
|
2894
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2895
|
+
__epPropKey: true;
|
|
2896
|
+
};
|
|
2897
|
+
readonly color: {
|
|
2898
|
+
readonly type: PropType<string>;
|
|
2899
|
+
readonly required: false;
|
|
2900
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2901
|
+
__epPropKey: true;
|
|
2902
|
+
};
|
|
2903
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
2904
|
+
$slots: {
|
|
2905
|
+
default?(_: {}): any;
|
|
2906
|
+
};
|
|
2907
|
+
}) & import('vue').Plugin;
|
|
2908
|
+
ArrowRight: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2909
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2910
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2911
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2912
|
+
export default _default;
|