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,2380 @@
|
|
|
1
|
+
import { ElTagInstance, ElInputInstance } from '../ele-app/el';
|
|
2
|
+
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
+
modelValue: import('vue').PropType<string[]>;
|
|
5
|
+
type: import('vue').PropType<import('../ele-app/el').ElTagProps["type"]>;
|
|
6
|
+
hit: BooleanConstructor;
|
|
7
|
+
color: StringConstructor;
|
|
8
|
+
size: import('vue').PropType<import('../ele-app/el').ElTagProps["size"]>;
|
|
9
|
+
effect: import('vue').PropType<import('../ele-app/el').ElTagProps["effect"]>;
|
|
10
|
+
round: BooleanConstructor;
|
|
11
|
+
placeholder: StringConstructor;
|
|
12
|
+
inputStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
13
|
+
inputTagStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
14
|
+
buttonStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
15
|
+
itemStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
16
|
+
validator: import('vue').PropType<import('./types').Validator>;
|
|
17
|
+
beforeRemove: import('vue').PropType<import('./types').BeforeRemove>;
|
|
18
|
+
tooltipProps: import('vue').PropType<import('../ele-app/plus').EleTooltipProps>;
|
|
19
|
+
readonly: BooleanConstructor;
|
|
20
|
+
disabled: BooleanConstructor;
|
|
21
|
+
}>, {
|
|
22
|
+
inputTagRef: import('vue').Ref<ElTagInstance, ElTagInstance>;
|
|
23
|
+
inputRef: import('vue').Ref<ElInputInstance, ElInputInstance>;
|
|
24
|
+
isEdit: import('vue').Ref<boolean, boolean>;
|
|
25
|
+
inputValue: import('vue').Ref<string, string>;
|
|
26
|
+
errorMessage: import('vue').Ref<string, string>;
|
|
27
|
+
loading: import('vue').Ref<boolean, boolean>;
|
|
28
|
+
tooltipVisible: import('vue').Ref<boolean, boolean>;
|
|
29
|
+
updateInputValue: (value: string) => void;
|
|
30
|
+
handleAddClick: () => void;
|
|
31
|
+
handleTagClose: (index: number) => void;
|
|
32
|
+
handleInputChange: () => void;
|
|
33
|
+
handleInputBlur: () => void;
|
|
34
|
+
handleInputFocus: () => void;
|
|
35
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
36
|
+
'update:modelValue': (_value?: string[]) => boolean;
|
|
37
|
+
change: (_value?: string[]) => boolean;
|
|
38
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
39
|
+
modelValue: import('vue').PropType<string[]>;
|
|
40
|
+
type: import('vue').PropType<import('../ele-app/el').ElTagProps["type"]>;
|
|
41
|
+
hit: BooleanConstructor;
|
|
42
|
+
color: StringConstructor;
|
|
43
|
+
size: import('vue').PropType<import('../ele-app/el').ElTagProps["size"]>;
|
|
44
|
+
effect: import('vue').PropType<import('../ele-app/el').ElTagProps["effect"]>;
|
|
45
|
+
round: BooleanConstructor;
|
|
46
|
+
placeholder: StringConstructor;
|
|
47
|
+
inputStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
48
|
+
inputTagStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
49
|
+
buttonStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
50
|
+
itemStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
51
|
+
validator: import('vue').PropType<import('./types').Validator>;
|
|
52
|
+
beforeRemove: import('vue').PropType<import('./types').BeforeRemove>;
|
|
53
|
+
tooltipProps: import('vue').PropType<import('../ele-app/plus').EleTooltipProps>;
|
|
54
|
+
readonly: BooleanConstructor;
|
|
55
|
+
disabled: BooleanConstructor;
|
|
56
|
+
}>> & Readonly<{
|
|
57
|
+
onChange?: ((_value?: string[] | undefined) => any) | undefined;
|
|
58
|
+
"onUpdate:modelValue"?: ((_value?: string[] | undefined) => any) | undefined;
|
|
59
|
+
}>, {
|
|
60
|
+
disabled: boolean;
|
|
61
|
+
round: boolean;
|
|
62
|
+
readonly: boolean;
|
|
63
|
+
hit: boolean;
|
|
64
|
+
}, {}, {
|
|
65
|
+
ElTag: {
|
|
66
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
67
|
+
readonly type: {
|
|
68
|
+
readonly type: import('vue').PropType<"success" | "primary" | "warning" | "info" | "danger">;
|
|
69
|
+
readonly required: false;
|
|
70
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
71
|
+
__epPropKey: true;
|
|
72
|
+
} & {
|
|
73
|
+
readonly default: "primary";
|
|
74
|
+
};
|
|
75
|
+
readonly closable: BooleanConstructor;
|
|
76
|
+
readonly disableTransitions: BooleanConstructor;
|
|
77
|
+
readonly hit: BooleanConstructor;
|
|
78
|
+
readonly color: StringConstructor;
|
|
79
|
+
readonly size: {
|
|
80
|
+
readonly type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
81
|
+
readonly required: false;
|
|
82
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
83
|
+
__epPropKey: true;
|
|
84
|
+
};
|
|
85
|
+
readonly effect: {
|
|
86
|
+
readonly type: import('vue').PropType<"dark" | "light" | "plain">;
|
|
87
|
+
readonly required: false;
|
|
88
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
89
|
+
__epPropKey: true;
|
|
90
|
+
} & {
|
|
91
|
+
readonly default: "light";
|
|
92
|
+
};
|
|
93
|
+
readonly round: BooleanConstructor;
|
|
94
|
+
}>> & {
|
|
95
|
+
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
96
|
+
onClose?: ((evt: MouseEvent) => any) | undefined;
|
|
97
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
98
|
+
click: (evt: MouseEvent) => void;
|
|
99
|
+
close: (evt: MouseEvent) => void;
|
|
100
|
+
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
|
|
101
|
+
readonly round: boolean;
|
|
102
|
+
readonly type: "success" | "primary" | "warning" | "info" | "danger";
|
|
103
|
+
readonly effect: "dark" | "light" | "plain";
|
|
104
|
+
readonly closable: boolean;
|
|
105
|
+
readonly disableTransitions: boolean;
|
|
106
|
+
readonly hit: boolean;
|
|
107
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
108
|
+
P: {};
|
|
109
|
+
B: {};
|
|
110
|
+
D: {};
|
|
111
|
+
C: {};
|
|
112
|
+
M: {};
|
|
113
|
+
Defaults: {};
|
|
114
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
115
|
+
readonly type: {
|
|
116
|
+
readonly type: import('vue').PropType<"success" | "primary" | "warning" | "info" | "danger">;
|
|
117
|
+
readonly required: false;
|
|
118
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
119
|
+
__epPropKey: true;
|
|
120
|
+
} & {
|
|
121
|
+
readonly default: "primary";
|
|
122
|
+
};
|
|
123
|
+
readonly closable: BooleanConstructor;
|
|
124
|
+
readonly disableTransitions: BooleanConstructor;
|
|
125
|
+
readonly hit: BooleanConstructor;
|
|
126
|
+
readonly color: StringConstructor;
|
|
127
|
+
readonly size: {
|
|
128
|
+
readonly type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
129
|
+
readonly required: false;
|
|
130
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
131
|
+
__epPropKey: true;
|
|
132
|
+
};
|
|
133
|
+
readonly effect: {
|
|
134
|
+
readonly type: import('vue').PropType<"dark" | "light" | "plain">;
|
|
135
|
+
readonly required: false;
|
|
136
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
137
|
+
__epPropKey: true;
|
|
138
|
+
} & {
|
|
139
|
+
readonly default: "light";
|
|
140
|
+
};
|
|
141
|
+
readonly round: BooleanConstructor;
|
|
142
|
+
}>> & {
|
|
143
|
+
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
144
|
+
onClose?: ((evt: MouseEvent) => any) | undefined;
|
|
145
|
+
}, {}, {}, {}, {}, {
|
|
146
|
+
readonly round: boolean;
|
|
147
|
+
readonly type: "success" | "primary" | "warning" | "info" | "danger";
|
|
148
|
+
readonly effect: "dark" | "light" | "plain";
|
|
149
|
+
readonly closable: boolean;
|
|
150
|
+
readonly disableTransitions: boolean;
|
|
151
|
+
readonly hit: boolean;
|
|
152
|
+
}>;
|
|
153
|
+
__isFragment?: never;
|
|
154
|
+
__isTeleport?: never;
|
|
155
|
+
__isSuspense?: never;
|
|
156
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
157
|
+
readonly type: {
|
|
158
|
+
readonly type: import('vue').PropType<"success" | "primary" | "warning" | "info" | "danger">;
|
|
159
|
+
readonly required: false;
|
|
160
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
161
|
+
__epPropKey: true;
|
|
162
|
+
} & {
|
|
163
|
+
readonly default: "primary";
|
|
164
|
+
};
|
|
165
|
+
readonly closable: BooleanConstructor;
|
|
166
|
+
readonly disableTransitions: BooleanConstructor;
|
|
167
|
+
readonly hit: BooleanConstructor;
|
|
168
|
+
readonly color: StringConstructor;
|
|
169
|
+
readonly size: {
|
|
170
|
+
readonly type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
171
|
+
readonly required: false;
|
|
172
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
173
|
+
__epPropKey: true;
|
|
174
|
+
};
|
|
175
|
+
readonly effect: {
|
|
176
|
+
readonly type: import('vue').PropType<"dark" | "light" | "plain">;
|
|
177
|
+
readonly required: false;
|
|
178
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
179
|
+
__epPropKey: true;
|
|
180
|
+
} & {
|
|
181
|
+
readonly default: "light";
|
|
182
|
+
};
|
|
183
|
+
readonly round: BooleanConstructor;
|
|
184
|
+
}>> & {
|
|
185
|
+
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
186
|
+
onClose?: ((evt: MouseEvent) => any) | undefined;
|
|
187
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
188
|
+
click: (evt: MouseEvent) => void;
|
|
189
|
+
close: (evt: MouseEvent) => void;
|
|
190
|
+
}, string, {
|
|
191
|
+
readonly round: boolean;
|
|
192
|
+
readonly type: "success" | "primary" | "warning" | "info" | "danger";
|
|
193
|
+
readonly effect: "dark" | "light" | "plain";
|
|
194
|
+
readonly closable: boolean;
|
|
195
|
+
readonly disableTransitions: boolean;
|
|
196
|
+
readonly hit: boolean;
|
|
197
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
198
|
+
$slots: {
|
|
199
|
+
default?(_: {}): any;
|
|
200
|
+
default?(_: {}): any;
|
|
201
|
+
};
|
|
202
|
+
}) & import('vue').Plugin;
|
|
203
|
+
ElInput: {
|
|
204
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
205
|
+
readonly ariaLabel: StringConstructor;
|
|
206
|
+
readonly id: {
|
|
207
|
+
readonly type: import('vue').PropType<string>;
|
|
208
|
+
readonly required: false;
|
|
209
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
210
|
+
__epPropKey: true;
|
|
211
|
+
} & {
|
|
212
|
+
readonly default: undefined;
|
|
213
|
+
};
|
|
214
|
+
readonly size: {
|
|
215
|
+
readonly type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
216
|
+
readonly required: false;
|
|
217
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
218
|
+
__epPropKey: true;
|
|
219
|
+
};
|
|
220
|
+
readonly disabled: BooleanConstructor;
|
|
221
|
+
readonly modelValue: {
|
|
222
|
+
readonly type: import('vue').PropType<string | number | null | undefined>;
|
|
223
|
+
readonly required: false;
|
|
224
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
225
|
+
__epPropKey: true;
|
|
226
|
+
} & {
|
|
227
|
+
readonly default: "";
|
|
228
|
+
};
|
|
229
|
+
readonly maxlength: {
|
|
230
|
+
readonly type: import('vue').PropType<string | number>;
|
|
231
|
+
readonly required: false;
|
|
232
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
233
|
+
__epPropKey: true;
|
|
234
|
+
};
|
|
235
|
+
readonly minlength: {
|
|
236
|
+
readonly type: import('vue').PropType<string | number>;
|
|
237
|
+
readonly required: false;
|
|
238
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
239
|
+
__epPropKey: true;
|
|
240
|
+
};
|
|
241
|
+
readonly type: {
|
|
242
|
+
readonly type: import('vue').PropType<string>;
|
|
243
|
+
readonly required: false;
|
|
244
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
245
|
+
__epPropKey: true;
|
|
246
|
+
} & {
|
|
247
|
+
readonly default: "text";
|
|
248
|
+
};
|
|
249
|
+
readonly resize: {
|
|
250
|
+
readonly type: import('vue').PropType<"horizontal" | "vertical" | "none" | "both">;
|
|
251
|
+
readonly required: false;
|
|
252
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
253
|
+
__epPropKey: true;
|
|
254
|
+
};
|
|
255
|
+
readonly autosize: {
|
|
256
|
+
readonly type: import('vue').PropType<import('element-plus').InputAutoSize>;
|
|
257
|
+
readonly required: false;
|
|
258
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
259
|
+
__epPropKey: true;
|
|
260
|
+
} & {
|
|
261
|
+
readonly default: false;
|
|
262
|
+
};
|
|
263
|
+
readonly autocomplete: {
|
|
264
|
+
readonly type: import('vue').PropType<string>;
|
|
265
|
+
readonly required: false;
|
|
266
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
267
|
+
__epPropKey: true;
|
|
268
|
+
} & {
|
|
269
|
+
readonly default: "off";
|
|
270
|
+
};
|
|
271
|
+
readonly formatter: {
|
|
272
|
+
readonly type: import('vue').PropType<Function>;
|
|
273
|
+
readonly required: false;
|
|
274
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
275
|
+
__epPropKey: true;
|
|
276
|
+
};
|
|
277
|
+
readonly parser: {
|
|
278
|
+
readonly type: import('vue').PropType<Function>;
|
|
279
|
+
readonly required: false;
|
|
280
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
281
|
+
__epPropKey: true;
|
|
282
|
+
};
|
|
283
|
+
readonly placeholder: {
|
|
284
|
+
readonly type: import('vue').PropType<string>;
|
|
285
|
+
readonly required: false;
|
|
286
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
287
|
+
__epPropKey: true;
|
|
288
|
+
};
|
|
289
|
+
readonly form: {
|
|
290
|
+
readonly type: import('vue').PropType<string>;
|
|
291
|
+
readonly required: false;
|
|
292
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
293
|
+
__epPropKey: true;
|
|
294
|
+
};
|
|
295
|
+
readonly readonly: BooleanConstructor;
|
|
296
|
+
readonly clearable: BooleanConstructor;
|
|
297
|
+
readonly showPassword: BooleanConstructor;
|
|
298
|
+
readonly showWordLimit: BooleanConstructor;
|
|
299
|
+
readonly suffixIcon: {
|
|
300
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
301
|
+
readonly required: false;
|
|
302
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
303
|
+
__epPropKey: true;
|
|
304
|
+
};
|
|
305
|
+
readonly prefixIcon: {
|
|
306
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
307
|
+
readonly required: false;
|
|
308
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
309
|
+
__epPropKey: true;
|
|
310
|
+
};
|
|
311
|
+
readonly containerRole: {
|
|
312
|
+
readonly type: import('vue').PropType<string>;
|
|
313
|
+
readonly required: false;
|
|
314
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
315
|
+
__epPropKey: true;
|
|
316
|
+
} & {
|
|
317
|
+
readonly default: undefined;
|
|
318
|
+
};
|
|
319
|
+
readonly tabindex: {
|
|
320
|
+
readonly type: import('vue').PropType<string | number>;
|
|
321
|
+
readonly required: false;
|
|
322
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
323
|
+
__epPropKey: true;
|
|
324
|
+
} & {
|
|
325
|
+
readonly default: 0;
|
|
326
|
+
};
|
|
327
|
+
readonly validateEvent: {
|
|
328
|
+
readonly type: import('vue').PropType<boolean>;
|
|
329
|
+
readonly required: false;
|
|
330
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
331
|
+
__epPropKey: true;
|
|
332
|
+
} & {
|
|
333
|
+
readonly default: true;
|
|
334
|
+
};
|
|
335
|
+
readonly inputStyle: {
|
|
336
|
+
readonly type: import('vue').PropType<import('vue').StyleValue>;
|
|
337
|
+
readonly required: false;
|
|
338
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
339
|
+
__epPropKey: true;
|
|
340
|
+
} & {
|
|
341
|
+
readonly default: () => {};
|
|
342
|
+
};
|
|
343
|
+
readonly autofocus: BooleanConstructor;
|
|
344
|
+
readonly rows: {
|
|
345
|
+
readonly type: import('vue').PropType<number>;
|
|
346
|
+
readonly required: false;
|
|
347
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
348
|
+
__epPropKey: true;
|
|
349
|
+
} & {
|
|
350
|
+
readonly default: 2;
|
|
351
|
+
};
|
|
352
|
+
}>> & {
|
|
353
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
354
|
+
onChange?: ((value: string) => any) | undefined;
|
|
355
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
356
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
357
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
358
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
359
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
360
|
+
onInput?: ((value: string) => any) | undefined;
|
|
361
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
362
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
363
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
364
|
+
onClear?: (() => any) | undefined;
|
|
365
|
+
}, {
|
|
366
|
+
input: import('vue').ShallowRef<HTMLInputElement | undefined>;
|
|
367
|
+
textarea: import('vue').ShallowRef<HTMLTextAreaElement | undefined>;
|
|
368
|
+
ref: import('vue').ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
|
369
|
+
textareaStyle: import('vue').ComputedRef<import('vue').StyleValue>;
|
|
370
|
+
autosize: import('vue').Ref<import('element-plus').InputAutoSize>;
|
|
371
|
+
isComposing: import('vue').Ref<boolean>;
|
|
372
|
+
focus: () => void | undefined;
|
|
373
|
+
blur: () => void | undefined;
|
|
374
|
+
select: () => void;
|
|
375
|
+
clear: () => void;
|
|
376
|
+
resizeTextarea: () => void;
|
|
377
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
378
|
+
input: (value: string) => void;
|
|
379
|
+
clear: () => void;
|
|
380
|
+
"update:modelValue": (value: string) => void;
|
|
381
|
+
change: (value: string) => void;
|
|
382
|
+
blur: (evt: FocusEvent) => void;
|
|
383
|
+
compositionend: (evt: CompositionEvent) => void;
|
|
384
|
+
compositionstart: (evt: CompositionEvent) => void;
|
|
385
|
+
compositionupdate: (evt: CompositionEvent) => void;
|
|
386
|
+
focus: (evt: FocusEvent) => void;
|
|
387
|
+
keydown: (evt: Event | KeyboardEvent) => void;
|
|
388
|
+
mouseenter: (evt: MouseEvent) => void;
|
|
389
|
+
mouseleave: (evt: MouseEvent) => void;
|
|
390
|
+
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
|
|
391
|
+
readonly disabled: boolean;
|
|
392
|
+
readonly id: string;
|
|
393
|
+
readonly type: string;
|
|
394
|
+
readonly modelValue: string | number | null | undefined;
|
|
395
|
+
readonly tabindex: string | number;
|
|
396
|
+
readonly readonly: boolean;
|
|
397
|
+
readonly autosize: import('element-plus').InputAutoSize;
|
|
398
|
+
readonly autocomplete: string;
|
|
399
|
+
readonly containerRole: string;
|
|
400
|
+
readonly validateEvent: boolean;
|
|
401
|
+
readonly inputStyle: import('vue').StyleValue;
|
|
402
|
+
readonly rows: number;
|
|
403
|
+
readonly clearable: boolean;
|
|
404
|
+
readonly showPassword: boolean;
|
|
405
|
+
readonly showWordLimit: boolean;
|
|
406
|
+
readonly autofocus: boolean;
|
|
407
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
408
|
+
P: {};
|
|
409
|
+
B: {};
|
|
410
|
+
D: {};
|
|
411
|
+
C: {};
|
|
412
|
+
M: {};
|
|
413
|
+
Defaults: {};
|
|
414
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
415
|
+
readonly ariaLabel: StringConstructor;
|
|
416
|
+
readonly id: {
|
|
417
|
+
readonly type: import('vue').PropType<string>;
|
|
418
|
+
readonly required: false;
|
|
419
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
420
|
+
__epPropKey: true;
|
|
421
|
+
} & {
|
|
422
|
+
readonly default: undefined;
|
|
423
|
+
};
|
|
424
|
+
readonly size: {
|
|
425
|
+
readonly type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
426
|
+
readonly required: false;
|
|
427
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
428
|
+
__epPropKey: true;
|
|
429
|
+
};
|
|
430
|
+
readonly disabled: BooleanConstructor;
|
|
431
|
+
readonly modelValue: {
|
|
432
|
+
readonly type: import('vue').PropType<string | number | null | undefined>;
|
|
433
|
+
readonly required: false;
|
|
434
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
435
|
+
__epPropKey: true;
|
|
436
|
+
} & {
|
|
437
|
+
readonly default: "";
|
|
438
|
+
};
|
|
439
|
+
readonly maxlength: {
|
|
440
|
+
readonly type: import('vue').PropType<string | number>;
|
|
441
|
+
readonly required: false;
|
|
442
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
443
|
+
__epPropKey: true;
|
|
444
|
+
};
|
|
445
|
+
readonly minlength: {
|
|
446
|
+
readonly type: import('vue').PropType<string | number>;
|
|
447
|
+
readonly required: false;
|
|
448
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
449
|
+
__epPropKey: true;
|
|
450
|
+
};
|
|
451
|
+
readonly type: {
|
|
452
|
+
readonly type: import('vue').PropType<string>;
|
|
453
|
+
readonly required: false;
|
|
454
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
455
|
+
__epPropKey: true;
|
|
456
|
+
} & {
|
|
457
|
+
readonly default: "text";
|
|
458
|
+
};
|
|
459
|
+
readonly resize: {
|
|
460
|
+
readonly type: import('vue').PropType<"horizontal" | "vertical" | "none" | "both">;
|
|
461
|
+
readonly required: false;
|
|
462
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
463
|
+
__epPropKey: true;
|
|
464
|
+
};
|
|
465
|
+
readonly autosize: {
|
|
466
|
+
readonly type: import('vue').PropType<import('element-plus').InputAutoSize>;
|
|
467
|
+
readonly required: false;
|
|
468
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
469
|
+
__epPropKey: true;
|
|
470
|
+
} & {
|
|
471
|
+
readonly default: false;
|
|
472
|
+
};
|
|
473
|
+
readonly autocomplete: {
|
|
474
|
+
readonly type: import('vue').PropType<string>;
|
|
475
|
+
readonly required: false;
|
|
476
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
477
|
+
__epPropKey: true;
|
|
478
|
+
} & {
|
|
479
|
+
readonly default: "off";
|
|
480
|
+
};
|
|
481
|
+
readonly formatter: {
|
|
482
|
+
readonly type: import('vue').PropType<Function>;
|
|
483
|
+
readonly required: false;
|
|
484
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
485
|
+
__epPropKey: true;
|
|
486
|
+
};
|
|
487
|
+
readonly parser: {
|
|
488
|
+
readonly type: import('vue').PropType<Function>;
|
|
489
|
+
readonly required: false;
|
|
490
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
491
|
+
__epPropKey: true;
|
|
492
|
+
};
|
|
493
|
+
readonly placeholder: {
|
|
494
|
+
readonly type: import('vue').PropType<string>;
|
|
495
|
+
readonly required: false;
|
|
496
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
497
|
+
__epPropKey: true;
|
|
498
|
+
};
|
|
499
|
+
readonly form: {
|
|
500
|
+
readonly type: import('vue').PropType<string>;
|
|
501
|
+
readonly required: false;
|
|
502
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
503
|
+
__epPropKey: true;
|
|
504
|
+
};
|
|
505
|
+
readonly readonly: BooleanConstructor;
|
|
506
|
+
readonly clearable: BooleanConstructor;
|
|
507
|
+
readonly showPassword: BooleanConstructor;
|
|
508
|
+
readonly showWordLimit: BooleanConstructor;
|
|
509
|
+
readonly suffixIcon: {
|
|
510
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
511
|
+
readonly required: false;
|
|
512
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
513
|
+
__epPropKey: true;
|
|
514
|
+
};
|
|
515
|
+
readonly prefixIcon: {
|
|
516
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
517
|
+
readonly required: false;
|
|
518
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
519
|
+
__epPropKey: true;
|
|
520
|
+
};
|
|
521
|
+
readonly containerRole: {
|
|
522
|
+
readonly type: import('vue').PropType<string>;
|
|
523
|
+
readonly required: false;
|
|
524
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
525
|
+
__epPropKey: true;
|
|
526
|
+
} & {
|
|
527
|
+
readonly default: undefined;
|
|
528
|
+
};
|
|
529
|
+
readonly tabindex: {
|
|
530
|
+
readonly type: import('vue').PropType<string | number>;
|
|
531
|
+
readonly required: false;
|
|
532
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
533
|
+
__epPropKey: true;
|
|
534
|
+
} & {
|
|
535
|
+
readonly default: 0;
|
|
536
|
+
};
|
|
537
|
+
readonly validateEvent: {
|
|
538
|
+
readonly type: import('vue').PropType<boolean>;
|
|
539
|
+
readonly required: false;
|
|
540
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
541
|
+
__epPropKey: true;
|
|
542
|
+
} & {
|
|
543
|
+
readonly default: true;
|
|
544
|
+
};
|
|
545
|
+
readonly inputStyle: {
|
|
546
|
+
readonly type: import('vue').PropType<import('vue').StyleValue>;
|
|
547
|
+
readonly required: false;
|
|
548
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
549
|
+
__epPropKey: true;
|
|
550
|
+
} & {
|
|
551
|
+
readonly default: () => {};
|
|
552
|
+
};
|
|
553
|
+
readonly autofocus: BooleanConstructor;
|
|
554
|
+
readonly rows: {
|
|
555
|
+
readonly type: import('vue').PropType<number>;
|
|
556
|
+
readonly required: false;
|
|
557
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
558
|
+
__epPropKey: true;
|
|
559
|
+
} & {
|
|
560
|
+
readonly default: 2;
|
|
561
|
+
};
|
|
562
|
+
}>> & {
|
|
563
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
564
|
+
onChange?: ((value: string) => any) | undefined;
|
|
565
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
566
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
567
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
568
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
569
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
570
|
+
onInput?: ((value: string) => any) | undefined;
|
|
571
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
572
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
573
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
574
|
+
onClear?: (() => any) | undefined;
|
|
575
|
+
}, {
|
|
576
|
+
input: import('vue').ShallowRef<HTMLInputElement | undefined>;
|
|
577
|
+
textarea: import('vue').ShallowRef<HTMLTextAreaElement | undefined>;
|
|
578
|
+
ref: import('vue').ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
|
579
|
+
textareaStyle: import('vue').ComputedRef<import('vue').StyleValue>;
|
|
580
|
+
autosize: import('vue').Ref<import('element-plus').InputAutoSize>;
|
|
581
|
+
isComposing: import('vue').Ref<boolean>;
|
|
582
|
+
focus: () => void | undefined;
|
|
583
|
+
blur: () => void | undefined;
|
|
584
|
+
select: () => void;
|
|
585
|
+
clear: () => void;
|
|
586
|
+
resizeTextarea: () => void;
|
|
587
|
+
}, {}, {}, {}, {
|
|
588
|
+
readonly disabled: boolean;
|
|
589
|
+
readonly id: string;
|
|
590
|
+
readonly type: string;
|
|
591
|
+
readonly modelValue: string | number | null | undefined;
|
|
592
|
+
readonly tabindex: string | number;
|
|
593
|
+
readonly readonly: boolean;
|
|
594
|
+
readonly autosize: import('element-plus').InputAutoSize;
|
|
595
|
+
readonly autocomplete: string;
|
|
596
|
+
readonly containerRole: string;
|
|
597
|
+
readonly validateEvent: boolean;
|
|
598
|
+
readonly inputStyle: import('vue').StyleValue;
|
|
599
|
+
readonly rows: number;
|
|
600
|
+
readonly clearable: boolean;
|
|
601
|
+
readonly showPassword: boolean;
|
|
602
|
+
readonly showWordLimit: boolean;
|
|
603
|
+
readonly autofocus: boolean;
|
|
604
|
+
}>;
|
|
605
|
+
__isFragment?: never;
|
|
606
|
+
__isTeleport?: never;
|
|
607
|
+
__isSuspense?: never;
|
|
608
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
609
|
+
readonly ariaLabel: StringConstructor;
|
|
610
|
+
readonly id: {
|
|
611
|
+
readonly type: import('vue').PropType<string>;
|
|
612
|
+
readonly required: false;
|
|
613
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
614
|
+
__epPropKey: true;
|
|
615
|
+
} & {
|
|
616
|
+
readonly default: undefined;
|
|
617
|
+
};
|
|
618
|
+
readonly size: {
|
|
619
|
+
readonly type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
620
|
+
readonly required: false;
|
|
621
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
622
|
+
__epPropKey: true;
|
|
623
|
+
};
|
|
624
|
+
readonly disabled: BooleanConstructor;
|
|
625
|
+
readonly modelValue: {
|
|
626
|
+
readonly type: import('vue').PropType<string | number | null | undefined>;
|
|
627
|
+
readonly required: false;
|
|
628
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
629
|
+
__epPropKey: true;
|
|
630
|
+
} & {
|
|
631
|
+
readonly default: "";
|
|
632
|
+
};
|
|
633
|
+
readonly maxlength: {
|
|
634
|
+
readonly type: import('vue').PropType<string | number>;
|
|
635
|
+
readonly required: false;
|
|
636
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
637
|
+
__epPropKey: true;
|
|
638
|
+
};
|
|
639
|
+
readonly minlength: {
|
|
640
|
+
readonly type: import('vue').PropType<string | number>;
|
|
641
|
+
readonly required: false;
|
|
642
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
643
|
+
__epPropKey: true;
|
|
644
|
+
};
|
|
645
|
+
readonly type: {
|
|
646
|
+
readonly type: import('vue').PropType<string>;
|
|
647
|
+
readonly required: false;
|
|
648
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
649
|
+
__epPropKey: true;
|
|
650
|
+
} & {
|
|
651
|
+
readonly default: "text";
|
|
652
|
+
};
|
|
653
|
+
readonly resize: {
|
|
654
|
+
readonly type: import('vue').PropType<"horizontal" | "vertical" | "none" | "both">;
|
|
655
|
+
readonly required: false;
|
|
656
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
657
|
+
__epPropKey: true;
|
|
658
|
+
};
|
|
659
|
+
readonly autosize: {
|
|
660
|
+
readonly type: import('vue').PropType<import('element-plus').InputAutoSize>;
|
|
661
|
+
readonly required: false;
|
|
662
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
663
|
+
__epPropKey: true;
|
|
664
|
+
} & {
|
|
665
|
+
readonly default: false;
|
|
666
|
+
};
|
|
667
|
+
readonly autocomplete: {
|
|
668
|
+
readonly type: import('vue').PropType<string>;
|
|
669
|
+
readonly required: false;
|
|
670
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
671
|
+
__epPropKey: true;
|
|
672
|
+
} & {
|
|
673
|
+
readonly default: "off";
|
|
674
|
+
};
|
|
675
|
+
readonly formatter: {
|
|
676
|
+
readonly type: import('vue').PropType<Function>;
|
|
677
|
+
readonly required: false;
|
|
678
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
679
|
+
__epPropKey: true;
|
|
680
|
+
};
|
|
681
|
+
readonly parser: {
|
|
682
|
+
readonly type: import('vue').PropType<Function>;
|
|
683
|
+
readonly required: false;
|
|
684
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
685
|
+
__epPropKey: true;
|
|
686
|
+
};
|
|
687
|
+
readonly placeholder: {
|
|
688
|
+
readonly type: import('vue').PropType<string>;
|
|
689
|
+
readonly required: false;
|
|
690
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
691
|
+
__epPropKey: true;
|
|
692
|
+
};
|
|
693
|
+
readonly form: {
|
|
694
|
+
readonly type: import('vue').PropType<string>;
|
|
695
|
+
readonly required: false;
|
|
696
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
697
|
+
__epPropKey: true;
|
|
698
|
+
};
|
|
699
|
+
readonly readonly: BooleanConstructor;
|
|
700
|
+
readonly clearable: BooleanConstructor;
|
|
701
|
+
readonly showPassword: BooleanConstructor;
|
|
702
|
+
readonly showWordLimit: BooleanConstructor;
|
|
703
|
+
readonly suffixIcon: {
|
|
704
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
705
|
+
readonly required: false;
|
|
706
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
707
|
+
__epPropKey: true;
|
|
708
|
+
};
|
|
709
|
+
readonly prefixIcon: {
|
|
710
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
711
|
+
readonly required: false;
|
|
712
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
713
|
+
__epPropKey: true;
|
|
714
|
+
};
|
|
715
|
+
readonly containerRole: {
|
|
716
|
+
readonly type: import('vue').PropType<string>;
|
|
717
|
+
readonly required: false;
|
|
718
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
719
|
+
__epPropKey: true;
|
|
720
|
+
} & {
|
|
721
|
+
readonly default: undefined;
|
|
722
|
+
};
|
|
723
|
+
readonly tabindex: {
|
|
724
|
+
readonly type: import('vue').PropType<string | number>;
|
|
725
|
+
readonly required: false;
|
|
726
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
727
|
+
__epPropKey: true;
|
|
728
|
+
} & {
|
|
729
|
+
readonly default: 0;
|
|
730
|
+
};
|
|
731
|
+
readonly validateEvent: {
|
|
732
|
+
readonly type: import('vue').PropType<boolean>;
|
|
733
|
+
readonly required: false;
|
|
734
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
735
|
+
__epPropKey: true;
|
|
736
|
+
} & {
|
|
737
|
+
readonly default: true;
|
|
738
|
+
};
|
|
739
|
+
readonly inputStyle: {
|
|
740
|
+
readonly type: import('vue').PropType<import('vue').StyleValue>;
|
|
741
|
+
readonly required: false;
|
|
742
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
743
|
+
__epPropKey: true;
|
|
744
|
+
} & {
|
|
745
|
+
readonly default: () => {};
|
|
746
|
+
};
|
|
747
|
+
readonly autofocus: BooleanConstructor;
|
|
748
|
+
readonly rows: {
|
|
749
|
+
readonly type: import('vue').PropType<number>;
|
|
750
|
+
readonly required: false;
|
|
751
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
752
|
+
__epPropKey: true;
|
|
753
|
+
} & {
|
|
754
|
+
readonly default: 2;
|
|
755
|
+
};
|
|
756
|
+
}>> & {
|
|
757
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
758
|
+
onChange?: ((value: string) => any) | undefined;
|
|
759
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
760
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
761
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
762
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
763
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
764
|
+
onInput?: ((value: string) => any) | undefined;
|
|
765
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
766
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
767
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
768
|
+
onClear?: (() => any) | undefined;
|
|
769
|
+
}, {
|
|
770
|
+
input: import('vue').ShallowRef<HTMLInputElement | undefined>;
|
|
771
|
+
textarea: import('vue').ShallowRef<HTMLTextAreaElement | undefined>;
|
|
772
|
+
ref: import('vue').ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
|
773
|
+
textareaStyle: import('vue').ComputedRef<import('vue').StyleValue>;
|
|
774
|
+
autosize: import('vue').Ref<import('element-plus').InputAutoSize>;
|
|
775
|
+
isComposing: import('vue').Ref<boolean>;
|
|
776
|
+
focus: () => void | undefined;
|
|
777
|
+
blur: () => void | undefined;
|
|
778
|
+
select: () => void;
|
|
779
|
+
clear: () => void;
|
|
780
|
+
resizeTextarea: () => void;
|
|
781
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
782
|
+
input: (value: string) => void;
|
|
783
|
+
clear: () => void;
|
|
784
|
+
"update:modelValue": (value: string) => void;
|
|
785
|
+
change: (value: string) => void;
|
|
786
|
+
blur: (evt: FocusEvent) => void;
|
|
787
|
+
compositionend: (evt: CompositionEvent) => void;
|
|
788
|
+
compositionstart: (evt: CompositionEvent) => void;
|
|
789
|
+
compositionupdate: (evt: CompositionEvent) => void;
|
|
790
|
+
focus: (evt: FocusEvent) => void;
|
|
791
|
+
keydown: (evt: Event | KeyboardEvent) => void;
|
|
792
|
+
mouseenter: (evt: MouseEvent) => void;
|
|
793
|
+
mouseleave: (evt: MouseEvent) => void;
|
|
794
|
+
}, string, {
|
|
795
|
+
readonly disabled: boolean;
|
|
796
|
+
readonly id: string;
|
|
797
|
+
readonly type: string;
|
|
798
|
+
readonly modelValue: string | number | null | undefined;
|
|
799
|
+
readonly tabindex: string | number;
|
|
800
|
+
readonly readonly: boolean;
|
|
801
|
+
readonly autosize: import('element-plus').InputAutoSize;
|
|
802
|
+
readonly autocomplete: string;
|
|
803
|
+
readonly containerRole: string;
|
|
804
|
+
readonly validateEvent: boolean;
|
|
805
|
+
readonly inputStyle: import('vue').StyleValue;
|
|
806
|
+
readonly rows: number;
|
|
807
|
+
readonly clearable: boolean;
|
|
808
|
+
readonly showPassword: boolean;
|
|
809
|
+
readonly showWordLimit: boolean;
|
|
810
|
+
readonly autofocus: boolean;
|
|
811
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
812
|
+
$slots: {
|
|
813
|
+
prepend?(_: {}): any;
|
|
814
|
+
prefix?(_: {}): any;
|
|
815
|
+
suffix?(_: {}): any;
|
|
816
|
+
append?(_: {}): any;
|
|
817
|
+
};
|
|
818
|
+
}) & import('vue').Plugin;
|
|
819
|
+
ElIcon: {
|
|
820
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
821
|
+
readonly size: {
|
|
822
|
+
readonly type: import('vue').PropType<string | number>;
|
|
823
|
+
readonly required: false;
|
|
824
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
825
|
+
__epPropKey: true;
|
|
826
|
+
};
|
|
827
|
+
readonly color: {
|
|
828
|
+
readonly type: import('vue').PropType<string>;
|
|
829
|
+
readonly required: false;
|
|
830
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
831
|
+
__epPropKey: true;
|
|
832
|
+
};
|
|
833
|
+
}>>, {}, 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, {
|
|
834
|
+
P: {};
|
|
835
|
+
B: {};
|
|
836
|
+
D: {};
|
|
837
|
+
C: {};
|
|
838
|
+
M: {};
|
|
839
|
+
Defaults: {};
|
|
840
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
841
|
+
readonly size: {
|
|
842
|
+
readonly type: import('vue').PropType<string | number>;
|
|
843
|
+
readonly required: false;
|
|
844
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
845
|
+
__epPropKey: true;
|
|
846
|
+
};
|
|
847
|
+
readonly color: {
|
|
848
|
+
readonly type: import('vue').PropType<string>;
|
|
849
|
+
readonly required: false;
|
|
850
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
851
|
+
__epPropKey: true;
|
|
852
|
+
};
|
|
853
|
+
}>>, {}, {}, {}, {}, {}>;
|
|
854
|
+
__isFragment?: never;
|
|
855
|
+
__isTeleport?: never;
|
|
856
|
+
__isSuspense?: never;
|
|
857
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
858
|
+
readonly size: {
|
|
859
|
+
readonly type: import('vue').PropType<string | number>;
|
|
860
|
+
readonly required: false;
|
|
861
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
862
|
+
__epPropKey: true;
|
|
863
|
+
};
|
|
864
|
+
readonly color: {
|
|
865
|
+
readonly type: import('vue').PropType<string>;
|
|
866
|
+
readonly required: false;
|
|
867
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
868
|
+
__epPropKey: true;
|
|
869
|
+
};
|
|
870
|
+
}>>, {}, 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 () => {
|
|
871
|
+
$slots: {
|
|
872
|
+
default?(_: {}): any;
|
|
873
|
+
};
|
|
874
|
+
}) & import('vue').Plugin;
|
|
875
|
+
EleTooltip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
876
|
+
bodyStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
877
|
+
bg: StringConstructor;
|
|
878
|
+
arrowBg: StringConstructor;
|
|
879
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
880
|
+
isPopover: BooleanConstructor;
|
|
881
|
+
showAfter: {
|
|
882
|
+
readonly type: import('vue').PropType<number>;
|
|
883
|
+
readonly required: false;
|
|
884
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
885
|
+
__epPropKey: true;
|
|
886
|
+
} & {
|
|
887
|
+
readonly default: 0;
|
|
888
|
+
};
|
|
889
|
+
hideAfter: {
|
|
890
|
+
readonly type: import('vue').PropType<number>;
|
|
891
|
+
readonly required: false;
|
|
892
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
893
|
+
__epPropKey: true;
|
|
894
|
+
} & {
|
|
895
|
+
readonly default: 200;
|
|
896
|
+
};
|
|
897
|
+
autoClose: {
|
|
898
|
+
readonly type: import('vue').PropType<number>;
|
|
899
|
+
readonly required: false;
|
|
900
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
901
|
+
__epPropKey: true;
|
|
902
|
+
} & {
|
|
903
|
+
readonly default: 0;
|
|
904
|
+
};
|
|
905
|
+
effect: {
|
|
906
|
+
readonly type: import('vue').PropType<import('element-plus').PopperEffect>;
|
|
907
|
+
readonly required: false;
|
|
908
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
909
|
+
__epPropKey: true;
|
|
910
|
+
} & {
|
|
911
|
+
readonly default: "dark";
|
|
912
|
+
};
|
|
913
|
+
ariaLabel: StringConstructor;
|
|
914
|
+
placement: {
|
|
915
|
+
readonly type: import('vue').PropType<string>;
|
|
916
|
+
readonly required: false;
|
|
917
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
918
|
+
__epPropKey: true;
|
|
919
|
+
} & {
|
|
920
|
+
readonly default: "bottom";
|
|
921
|
+
};
|
|
922
|
+
teleported: {
|
|
923
|
+
readonly type: import('vue').PropType<boolean>;
|
|
924
|
+
readonly required: false;
|
|
925
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
926
|
+
__epPropKey: true;
|
|
927
|
+
} & {
|
|
928
|
+
readonly default: true;
|
|
929
|
+
};
|
|
930
|
+
appendTo: {
|
|
931
|
+
readonly type: import('vue').PropType<string | HTMLElement>;
|
|
932
|
+
readonly required: false;
|
|
933
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
934
|
+
__epPropKey: true;
|
|
935
|
+
};
|
|
936
|
+
disabled: BooleanConstructor;
|
|
937
|
+
offset: {
|
|
938
|
+
readonly type: import('vue').PropType<number>;
|
|
939
|
+
readonly required: false;
|
|
940
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
941
|
+
__epPropKey: true;
|
|
942
|
+
} & {
|
|
943
|
+
readonly default: 12;
|
|
944
|
+
};
|
|
945
|
+
persistent: BooleanConstructor;
|
|
946
|
+
zIndex: NumberConstructor;
|
|
947
|
+
visible: {
|
|
948
|
+
readonly type: import('vue').PropType<boolean | null>;
|
|
949
|
+
readonly required: false;
|
|
950
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
951
|
+
__epPropKey: true;
|
|
952
|
+
} & {
|
|
953
|
+
readonly default: null;
|
|
954
|
+
};
|
|
955
|
+
trigger: {
|
|
956
|
+
readonly type: import('vue').PropType<import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[]>;
|
|
957
|
+
readonly required: false;
|
|
958
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
959
|
+
__epPropKey: true;
|
|
960
|
+
} & {
|
|
961
|
+
readonly default: "hover";
|
|
962
|
+
};
|
|
963
|
+
triggerKeys: {
|
|
964
|
+
readonly type: import('vue').PropType<string[]>;
|
|
965
|
+
readonly required: false;
|
|
966
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
967
|
+
__epPropKey: true;
|
|
968
|
+
} & {
|
|
969
|
+
readonly default: () => string[];
|
|
970
|
+
};
|
|
971
|
+
popperOptions: {
|
|
972
|
+
readonly type: import('vue').PropType<any>;
|
|
973
|
+
readonly required: false;
|
|
974
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
975
|
+
__epPropKey: true;
|
|
976
|
+
} & {
|
|
977
|
+
readonly default: () => {};
|
|
978
|
+
};
|
|
979
|
+
transition: StringConstructor;
|
|
980
|
+
content: {
|
|
981
|
+
readonly type: import('vue').PropType<string>;
|
|
982
|
+
readonly required: false;
|
|
983
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
984
|
+
__epPropKey: true;
|
|
985
|
+
} & {
|
|
986
|
+
readonly default: "";
|
|
987
|
+
};
|
|
988
|
+
enterable: {
|
|
989
|
+
readonly type: import('vue').PropType<boolean>;
|
|
990
|
+
readonly required: false;
|
|
991
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
992
|
+
__epPropKey: true;
|
|
993
|
+
} & {
|
|
994
|
+
readonly default: true;
|
|
995
|
+
};
|
|
996
|
+
showArrow: {
|
|
997
|
+
readonly type: import('vue').PropType<boolean>;
|
|
998
|
+
readonly required: false;
|
|
999
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1000
|
+
__epPropKey: true;
|
|
1001
|
+
} & {
|
|
1002
|
+
readonly default: boolean;
|
|
1003
|
+
};
|
|
1004
|
+
arrowOffset: {
|
|
1005
|
+
readonly type: import('vue').PropType<number>;
|
|
1006
|
+
readonly required: false;
|
|
1007
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1008
|
+
__epPropKey: true;
|
|
1009
|
+
} & {
|
|
1010
|
+
readonly default: 5;
|
|
1011
|
+
};
|
|
1012
|
+
virtualRef: {
|
|
1013
|
+
readonly type: import('vue').PropType<import('element-plus').Measurable>;
|
|
1014
|
+
readonly required: false;
|
|
1015
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1016
|
+
__epPropKey: true;
|
|
1017
|
+
};
|
|
1018
|
+
virtualTriggering: BooleanConstructor;
|
|
1019
|
+
rawContent: BooleanConstructor;
|
|
1020
|
+
gpuAcceleration: {
|
|
1021
|
+
readonly type: import('vue').PropType<boolean>;
|
|
1022
|
+
readonly required: false;
|
|
1023
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1024
|
+
__epPropKey: true;
|
|
1025
|
+
} & {
|
|
1026
|
+
readonly default: true;
|
|
1027
|
+
};
|
|
1028
|
+
className: StringConstructor;
|
|
1029
|
+
popperClass: StringConstructor;
|
|
1030
|
+
popperStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
1031
|
+
}>, {
|
|
1032
|
+
tooltipRef: import('vue').Ref<import('../ele-app/el').ElTooltipInstance | undefined, import('../ele-app/el').ElTooltipInstance | undefined>;
|
|
1033
|
+
rootProps: import('vue').ComputedRef<Partial<import('element-plus').ElTooltipProps>>;
|
|
1034
|
+
popperRef: import('vue').ComputedRef<import('../ele-app/el').ElPopperInstance>;
|
|
1035
|
+
contentRef: import('vue').ComputedRef<import('element-plus').TooltipContentInstance | undefined>;
|
|
1036
|
+
isFocusInsideContent: () => void;
|
|
1037
|
+
updatePopper: () => void;
|
|
1038
|
+
handleOpen: (opt?: Event) => void;
|
|
1039
|
+
handleClose: (opt?: Event) => void;
|
|
1040
|
+
hide: (opt?: Event) => void;
|
|
1041
|
+
handleUpdateVisible: (visible: boolean) => void;
|
|
1042
|
+
handlePopBeforeShow: (e: Event) => void;
|
|
1043
|
+
handlePopBeforeHide: (e: Event) => void;
|
|
1044
|
+
handlePopShow: (e: Event) => void;
|
|
1045
|
+
handlePopHide: (e: Event) => void;
|
|
1046
|
+
handlePopOpen: (e: any) => void;
|
|
1047
|
+
handlePopClose: (e: any) => void;
|
|
1048
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, import('../ele-tooltip/props').TooltipEmits, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1049
|
+
bodyStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
1050
|
+
bg: StringConstructor;
|
|
1051
|
+
arrowBg: StringConstructor;
|
|
1052
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
1053
|
+
isPopover: BooleanConstructor;
|
|
1054
|
+
showAfter: {
|
|
1055
|
+
readonly type: import('vue').PropType<number>;
|
|
1056
|
+
readonly required: false;
|
|
1057
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1058
|
+
__epPropKey: true;
|
|
1059
|
+
} & {
|
|
1060
|
+
readonly default: 0;
|
|
1061
|
+
};
|
|
1062
|
+
hideAfter: {
|
|
1063
|
+
readonly type: import('vue').PropType<number>;
|
|
1064
|
+
readonly required: false;
|
|
1065
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1066
|
+
__epPropKey: true;
|
|
1067
|
+
} & {
|
|
1068
|
+
readonly default: 200;
|
|
1069
|
+
};
|
|
1070
|
+
autoClose: {
|
|
1071
|
+
readonly type: import('vue').PropType<number>;
|
|
1072
|
+
readonly required: false;
|
|
1073
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1074
|
+
__epPropKey: true;
|
|
1075
|
+
} & {
|
|
1076
|
+
readonly default: 0;
|
|
1077
|
+
};
|
|
1078
|
+
effect: {
|
|
1079
|
+
readonly type: import('vue').PropType<import('element-plus').PopperEffect>;
|
|
1080
|
+
readonly required: false;
|
|
1081
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1082
|
+
__epPropKey: true;
|
|
1083
|
+
} & {
|
|
1084
|
+
readonly default: "dark";
|
|
1085
|
+
};
|
|
1086
|
+
ariaLabel: StringConstructor;
|
|
1087
|
+
placement: {
|
|
1088
|
+
readonly type: import('vue').PropType<string>;
|
|
1089
|
+
readonly required: false;
|
|
1090
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1091
|
+
__epPropKey: true;
|
|
1092
|
+
} & {
|
|
1093
|
+
readonly default: "bottom";
|
|
1094
|
+
};
|
|
1095
|
+
teleported: {
|
|
1096
|
+
readonly type: import('vue').PropType<boolean>;
|
|
1097
|
+
readonly required: false;
|
|
1098
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1099
|
+
__epPropKey: true;
|
|
1100
|
+
} & {
|
|
1101
|
+
readonly default: true;
|
|
1102
|
+
};
|
|
1103
|
+
appendTo: {
|
|
1104
|
+
readonly type: import('vue').PropType<string | HTMLElement>;
|
|
1105
|
+
readonly required: false;
|
|
1106
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1107
|
+
__epPropKey: true;
|
|
1108
|
+
};
|
|
1109
|
+
disabled: BooleanConstructor;
|
|
1110
|
+
offset: {
|
|
1111
|
+
readonly type: import('vue').PropType<number>;
|
|
1112
|
+
readonly required: false;
|
|
1113
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1114
|
+
__epPropKey: true;
|
|
1115
|
+
} & {
|
|
1116
|
+
readonly default: 12;
|
|
1117
|
+
};
|
|
1118
|
+
persistent: BooleanConstructor;
|
|
1119
|
+
zIndex: NumberConstructor;
|
|
1120
|
+
visible: {
|
|
1121
|
+
readonly type: import('vue').PropType<boolean | null>;
|
|
1122
|
+
readonly required: false;
|
|
1123
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1124
|
+
__epPropKey: true;
|
|
1125
|
+
} & {
|
|
1126
|
+
readonly default: null;
|
|
1127
|
+
};
|
|
1128
|
+
trigger: {
|
|
1129
|
+
readonly type: import('vue').PropType<import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[]>;
|
|
1130
|
+
readonly required: false;
|
|
1131
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1132
|
+
__epPropKey: true;
|
|
1133
|
+
} & {
|
|
1134
|
+
readonly default: "hover";
|
|
1135
|
+
};
|
|
1136
|
+
triggerKeys: {
|
|
1137
|
+
readonly type: import('vue').PropType<string[]>;
|
|
1138
|
+
readonly required: false;
|
|
1139
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1140
|
+
__epPropKey: true;
|
|
1141
|
+
} & {
|
|
1142
|
+
readonly default: () => string[];
|
|
1143
|
+
};
|
|
1144
|
+
popperOptions: {
|
|
1145
|
+
readonly type: import('vue').PropType<any>;
|
|
1146
|
+
readonly required: false;
|
|
1147
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1148
|
+
__epPropKey: true;
|
|
1149
|
+
} & {
|
|
1150
|
+
readonly default: () => {};
|
|
1151
|
+
};
|
|
1152
|
+
transition: StringConstructor;
|
|
1153
|
+
content: {
|
|
1154
|
+
readonly type: import('vue').PropType<string>;
|
|
1155
|
+
readonly required: false;
|
|
1156
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1157
|
+
__epPropKey: true;
|
|
1158
|
+
} & {
|
|
1159
|
+
readonly default: "";
|
|
1160
|
+
};
|
|
1161
|
+
enterable: {
|
|
1162
|
+
readonly type: import('vue').PropType<boolean>;
|
|
1163
|
+
readonly required: false;
|
|
1164
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1165
|
+
__epPropKey: true;
|
|
1166
|
+
} & {
|
|
1167
|
+
readonly default: true;
|
|
1168
|
+
};
|
|
1169
|
+
showArrow: {
|
|
1170
|
+
readonly type: import('vue').PropType<boolean>;
|
|
1171
|
+
readonly required: false;
|
|
1172
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1173
|
+
__epPropKey: true;
|
|
1174
|
+
} & {
|
|
1175
|
+
readonly default: boolean;
|
|
1176
|
+
};
|
|
1177
|
+
arrowOffset: {
|
|
1178
|
+
readonly type: import('vue').PropType<number>;
|
|
1179
|
+
readonly required: false;
|
|
1180
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1181
|
+
__epPropKey: true;
|
|
1182
|
+
} & {
|
|
1183
|
+
readonly default: 5;
|
|
1184
|
+
};
|
|
1185
|
+
virtualRef: {
|
|
1186
|
+
readonly type: import('vue').PropType<import('element-plus').Measurable>;
|
|
1187
|
+
readonly required: false;
|
|
1188
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1189
|
+
__epPropKey: true;
|
|
1190
|
+
};
|
|
1191
|
+
virtualTriggering: BooleanConstructor;
|
|
1192
|
+
rawContent: BooleanConstructor;
|
|
1193
|
+
gpuAcceleration: {
|
|
1194
|
+
readonly type: import('vue').PropType<boolean>;
|
|
1195
|
+
readonly required: false;
|
|
1196
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1197
|
+
__epPropKey: true;
|
|
1198
|
+
} & {
|
|
1199
|
+
readonly default: true;
|
|
1200
|
+
};
|
|
1201
|
+
className: StringConstructor;
|
|
1202
|
+
popperClass: StringConstructor;
|
|
1203
|
+
popperStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
1204
|
+
}>> & Readonly<{
|
|
1205
|
+
onClose?: ((e: any) => any) | undefined;
|
|
1206
|
+
onHide?: ((e: Event) => any) | undefined;
|
|
1207
|
+
onOpen?: ((e: any) => any) | undefined;
|
|
1208
|
+
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
1209
|
+
"onBefore-show"?: ((e: Event) => any) | undefined;
|
|
1210
|
+
"onBefore-hide"?: ((e: Event) => any) | undefined;
|
|
1211
|
+
onShow?: ((e: Event) => any) | undefined;
|
|
1212
|
+
}>, {
|
|
1213
|
+
showAfter: number;
|
|
1214
|
+
hideAfter: number;
|
|
1215
|
+
autoClose: number;
|
|
1216
|
+
effect: import('element-plus').PopperEffect;
|
|
1217
|
+
placement: string;
|
|
1218
|
+
teleported: boolean;
|
|
1219
|
+
disabled: boolean;
|
|
1220
|
+
offset: number;
|
|
1221
|
+
persistent: boolean;
|
|
1222
|
+
visible: boolean | null;
|
|
1223
|
+
trigger: import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[];
|
|
1224
|
+
triggerKeys: string[];
|
|
1225
|
+
popperOptions: any;
|
|
1226
|
+
content: string;
|
|
1227
|
+
enterable: boolean;
|
|
1228
|
+
showArrow: boolean;
|
|
1229
|
+
arrowOffset: number;
|
|
1230
|
+
virtualTriggering: boolean;
|
|
1231
|
+
rawContent: boolean;
|
|
1232
|
+
gpuAcceleration: boolean;
|
|
1233
|
+
isPopover: boolean;
|
|
1234
|
+
}, {}, {
|
|
1235
|
+
ElTooltip: {
|
|
1236
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
1237
|
+
showArrow: {
|
|
1238
|
+
readonly type: import('vue').PropType<boolean>;
|
|
1239
|
+
readonly required: false;
|
|
1240
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1241
|
+
__epPropKey: true;
|
|
1242
|
+
} & {
|
|
1243
|
+
readonly default: boolean;
|
|
1244
|
+
};
|
|
1245
|
+
arrowOffset: {
|
|
1246
|
+
readonly type: import('vue').PropType<number>;
|
|
1247
|
+
readonly required: false;
|
|
1248
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1249
|
+
__epPropKey: true;
|
|
1250
|
+
} & {
|
|
1251
|
+
readonly default: 5;
|
|
1252
|
+
};
|
|
1253
|
+
disabled: BooleanConstructor;
|
|
1254
|
+
trigger: {
|
|
1255
|
+
readonly type: import('vue').PropType<import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[]>;
|
|
1256
|
+
readonly required: false;
|
|
1257
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1258
|
+
__epPropKey: true;
|
|
1259
|
+
} & {
|
|
1260
|
+
readonly default: "hover";
|
|
1261
|
+
};
|
|
1262
|
+
triggerKeys: {
|
|
1263
|
+
readonly type: import('vue').PropType<string[]>;
|
|
1264
|
+
readonly required: false;
|
|
1265
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1266
|
+
__epPropKey: true;
|
|
1267
|
+
} & {
|
|
1268
|
+
readonly default: () => string[];
|
|
1269
|
+
};
|
|
1270
|
+
virtualRef: {
|
|
1271
|
+
readonly type: import('vue').PropType<import('element-plus').Measurable>;
|
|
1272
|
+
readonly required: false;
|
|
1273
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1274
|
+
__epPropKey: true;
|
|
1275
|
+
};
|
|
1276
|
+
virtualTriggering: BooleanConstructor;
|
|
1277
|
+
onMouseenter: {
|
|
1278
|
+
readonly type: import('vue').PropType<(e: Event) => void>;
|
|
1279
|
+
readonly required: false;
|
|
1280
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1281
|
+
__epPropKey: true;
|
|
1282
|
+
};
|
|
1283
|
+
onMouseleave: {
|
|
1284
|
+
readonly type: import('vue').PropType<(e: Event) => void>;
|
|
1285
|
+
readonly required: false;
|
|
1286
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1287
|
+
__epPropKey: true;
|
|
1288
|
+
};
|
|
1289
|
+
onClick: {
|
|
1290
|
+
readonly type: import('vue').PropType<(e: Event) => void>;
|
|
1291
|
+
readonly required: false;
|
|
1292
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1293
|
+
__epPropKey: true;
|
|
1294
|
+
};
|
|
1295
|
+
onKeydown: {
|
|
1296
|
+
readonly type: import('vue').PropType<(e: Event) => void>;
|
|
1297
|
+
readonly required: false;
|
|
1298
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1299
|
+
__epPropKey: true;
|
|
1300
|
+
};
|
|
1301
|
+
onFocus: {
|
|
1302
|
+
readonly type: import('vue').PropType<(e: Event) => void>;
|
|
1303
|
+
readonly required: false;
|
|
1304
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1305
|
+
__epPropKey: true;
|
|
1306
|
+
};
|
|
1307
|
+
onBlur: {
|
|
1308
|
+
readonly type: import('vue').PropType<(e: Event) => void>;
|
|
1309
|
+
readonly required: false;
|
|
1310
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1311
|
+
__epPropKey: true;
|
|
1312
|
+
};
|
|
1313
|
+
onContextmenu: {
|
|
1314
|
+
readonly type: import('vue').PropType<(e: Event) => void>;
|
|
1315
|
+
readonly required: false;
|
|
1316
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1317
|
+
__epPropKey: true;
|
|
1318
|
+
};
|
|
1319
|
+
id: StringConstructor;
|
|
1320
|
+
open: BooleanConstructor;
|
|
1321
|
+
ariaLabel: StringConstructor;
|
|
1322
|
+
appendTo: {
|
|
1323
|
+
readonly type: import('vue').PropType<string | HTMLElement>;
|
|
1324
|
+
readonly required: false;
|
|
1325
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1326
|
+
__epPropKey: true;
|
|
1327
|
+
};
|
|
1328
|
+
content: {
|
|
1329
|
+
readonly type: import('vue').PropType<string>;
|
|
1330
|
+
readonly required: false;
|
|
1331
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1332
|
+
__epPropKey: true;
|
|
1333
|
+
} & {
|
|
1334
|
+
readonly default: "";
|
|
1335
|
+
};
|
|
1336
|
+
rawContent: BooleanConstructor;
|
|
1337
|
+
persistent: BooleanConstructor;
|
|
1338
|
+
visible: {
|
|
1339
|
+
readonly type: import('vue').PropType<boolean | null>;
|
|
1340
|
+
readonly required: false;
|
|
1341
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1342
|
+
__epPropKey: true;
|
|
1343
|
+
} & {
|
|
1344
|
+
readonly default: null;
|
|
1345
|
+
};
|
|
1346
|
+
transition: StringConstructor;
|
|
1347
|
+
teleported: {
|
|
1348
|
+
readonly type: import('vue').PropType<boolean>;
|
|
1349
|
+
readonly required: false;
|
|
1350
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1351
|
+
__epPropKey: true;
|
|
1352
|
+
} & {
|
|
1353
|
+
readonly default: true;
|
|
1354
|
+
};
|
|
1355
|
+
style: {
|
|
1356
|
+
readonly type: import('vue').PropType<import('vue').StyleValue>;
|
|
1357
|
+
readonly required: false;
|
|
1358
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1359
|
+
__epPropKey: true;
|
|
1360
|
+
};
|
|
1361
|
+
className: {
|
|
1362
|
+
readonly type: import('vue').PropType<string | {
|
|
1363
|
+
[x: string]: boolean;
|
|
1364
|
+
} | (string | {
|
|
1365
|
+
[x: string]: boolean;
|
|
1366
|
+
} | (string | {
|
|
1367
|
+
[x: string]: boolean;
|
|
1368
|
+
} | (string | {
|
|
1369
|
+
[x: string]: boolean;
|
|
1370
|
+
} | (string | {
|
|
1371
|
+
[x: string]: boolean;
|
|
1372
|
+
} | (string | {
|
|
1373
|
+
[x: string]: boolean;
|
|
1374
|
+
} | (string | {
|
|
1375
|
+
[x: string]: boolean;
|
|
1376
|
+
} | (string | {
|
|
1377
|
+
[x: string]: boolean;
|
|
1378
|
+
} | (string | {
|
|
1379
|
+
[x: string]: boolean;
|
|
1380
|
+
} | (string | {
|
|
1381
|
+
[x: string]: boolean;
|
|
1382
|
+
} | (string | any[] | {
|
|
1383
|
+
[x: string]: boolean;
|
|
1384
|
+
})[])[])[])[])[])[])[])[])[])[]>;
|
|
1385
|
+
readonly required: false;
|
|
1386
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1387
|
+
__epPropKey: true;
|
|
1388
|
+
};
|
|
1389
|
+
effect: {
|
|
1390
|
+
readonly type: import('vue').PropType<import('element-plus').PopperEffect>;
|
|
1391
|
+
readonly required: false;
|
|
1392
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1393
|
+
__epPropKey: true;
|
|
1394
|
+
} & {
|
|
1395
|
+
readonly default: "dark";
|
|
1396
|
+
};
|
|
1397
|
+
enterable: {
|
|
1398
|
+
readonly type: import('vue').PropType<boolean>;
|
|
1399
|
+
readonly required: false;
|
|
1400
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1401
|
+
__epPropKey: true;
|
|
1402
|
+
} & {
|
|
1403
|
+
readonly default: true;
|
|
1404
|
+
};
|
|
1405
|
+
pure: BooleanConstructor;
|
|
1406
|
+
focusOnShow: {
|
|
1407
|
+
readonly type: import('vue').PropType<boolean>;
|
|
1408
|
+
readonly required: false;
|
|
1409
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1410
|
+
__epPropKey: true;
|
|
1411
|
+
} & {
|
|
1412
|
+
readonly default: false;
|
|
1413
|
+
};
|
|
1414
|
+
trapping: {
|
|
1415
|
+
readonly type: import('vue').PropType<boolean>;
|
|
1416
|
+
readonly required: false;
|
|
1417
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1418
|
+
__epPropKey: true;
|
|
1419
|
+
} & {
|
|
1420
|
+
readonly default: false;
|
|
1421
|
+
};
|
|
1422
|
+
popperClass: {
|
|
1423
|
+
readonly type: import('vue').PropType<string | {
|
|
1424
|
+
[x: string]: boolean;
|
|
1425
|
+
} | (string | {
|
|
1426
|
+
[x: string]: boolean;
|
|
1427
|
+
} | (string | {
|
|
1428
|
+
[x: string]: boolean;
|
|
1429
|
+
} | (string | {
|
|
1430
|
+
[x: string]: boolean;
|
|
1431
|
+
} | (string | {
|
|
1432
|
+
[x: string]: boolean;
|
|
1433
|
+
} | (string | {
|
|
1434
|
+
[x: string]: boolean;
|
|
1435
|
+
} | (string | {
|
|
1436
|
+
[x: string]: boolean;
|
|
1437
|
+
} | (string | {
|
|
1438
|
+
[x: string]: boolean;
|
|
1439
|
+
} | (string | {
|
|
1440
|
+
[x: string]: boolean;
|
|
1441
|
+
} | (string | {
|
|
1442
|
+
[x: string]: boolean;
|
|
1443
|
+
} | (string | any[] | {
|
|
1444
|
+
[x: string]: boolean;
|
|
1445
|
+
})[])[])[])[])[])[])[])[])[])[]>;
|
|
1446
|
+
readonly required: false;
|
|
1447
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1448
|
+
__epPropKey: true;
|
|
1449
|
+
};
|
|
1450
|
+
popperStyle: {
|
|
1451
|
+
readonly type: import('vue').PropType<import('vue').StyleValue>;
|
|
1452
|
+
readonly required: false;
|
|
1453
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1454
|
+
__epPropKey: true;
|
|
1455
|
+
};
|
|
1456
|
+
referenceEl: {
|
|
1457
|
+
readonly type: import('vue').PropType<HTMLElement>;
|
|
1458
|
+
readonly required: false;
|
|
1459
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1460
|
+
__epPropKey: true;
|
|
1461
|
+
};
|
|
1462
|
+
triggerTargetEl: {
|
|
1463
|
+
readonly type: import('vue').PropType<HTMLElement>;
|
|
1464
|
+
readonly required: false;
|
|
1465
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1466
|
+
__epPropKey: true;
|
|
1467
|
+
};
|
|
1468
|
+
stopPopperMouseEvent: {
|
|
1469
|
+
readonly type: import('vue').PropType<boolean>;
|
|
1470
|
+
readonly required: false;
|
|
1471
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1472
|
+
__epPropKey: true;
|
|
1473
|
+
} & {
|
|
1474
|
+
readonly default: true;
|
|
1475
|
+
};
|
|
1476
|
+
zIndex: NumberConstructor;
|
|
1477
|
+
boundariesPadding: {
|
|
1478
|
+
readonly type: import('vue').PropType<number>;
|
|
1479
|
+
readonly required: false;
|
|
1480
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1481
|
+
__epPropKey: true;
|
|
1482
|
+
} & {
|
|
1483
|
+
readonly default: 0;
|
|
1484
|
+
};
|
|
1485
|
+
fallbackPlacements: {
|
|
1486
|
+
readonly type: import('vue').PropType<Placement[]>;
|
|
1487
|
+
readonly required: false;
|
|
1488
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1489
|
+
__epPropKey: true;
|
|
1490
|
+
} & {
|
|
1491
|
+
readonly default: undefined;
|
|
1492
|
+
};
|
|
1493
|
+
gpuAcceleration: {
|
|
1494
|
+
readonly type: import('vue').PropType<boolean>;
|
|
1495
|
+
readonly required: false;
|
|
1496
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1497
|
+
__epPropKey: true;
|
|
1498
|
+
} & {
|
|
1499
|
+
readonly default: true;
|
|
1500
|
+
};
|
|
1501
|
+
offset: {
|
|
1502
|
+
readonly type: import('vue').PropType<number>;
|
|
1503
|
+
readonly required: false;
|
|
1504
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1505
|
+
__epPropKey: true;
|
|
1506
|
+
} & {
|
|
1507
|
+
readonly default: 12;
|
|
1508
|
+
};
|
|
1509
|
+
placement: {
|
|
1510
|
+
readonly type: import('vue').PropType<string>;
|
|
1511
|
+
readonly required: false;
|
|
1512
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1513
|
+
__epPropKey: true;
|
|
1514
|
+
} & {
|
|
1515
|
+
readonly default: "bottom";
|
|
1516
|
+
};
|
|
1517
|
+
popperOptions: {
|
|
1518
|
+
readonly type: import('vue').PropType<any>;
|
|
1519
|
+
readonly required: false;
|
|
1520
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1521
|
+
__epPropKey: true;
|
|
1522
|
+
} & {
|
|
1523
|
+
readonly default: () => {};
|
|
1524
|
+
};
|
|
1525
|
+
strategy: {
|
|
1526
|
+
readonly type: import('vue').PropType<"fixed" | "absolute">;
|
|
1527
|
+
readonly required: false;
|
|
1528
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1529
|
+
__epPropKey: true;
|
|
1530
|
+
} & {
|
|
1531
|
+
readonly default: "absolute";
|
|
1532
|
+
};
|
|
1533
|
+
showAfter: {
|
|
1534
|
+
readonly type: import('vue').PropType<number>;
|
|
1535
|
+
readonly required: false;
|
|
1536
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1537
|
+
__epPropKey: true;
|
|
1538
|
+
} & {
|
|
1539
|
+
readonly default: 0;
|
|
1540
|
+
};
|
|
1541
|
+
hideAfter: {
|
|
1542
|
+
readonly type: import('vue').PropType<number>;
|
|
1543
|
+
readonly required: false;
|
|
1544
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1545
|
+
__epPropKey: true;
|
|
1546
|
+
} & {
|
|
1547
|
+
readonly default: 200;
|
|
1548
|
+
};
|
|
1549
|
+
autoClose: {
|
|
1550
|
+
readonly type: import('vue').PropType<number>;
|
|
1551
|
+
readonly required: false;
|
|
1552
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1553
|
+
__epPropKey: true;
|
|
1554
|
+
} & {
|
|
1555
|
+
readonly default: 0;
|
|
1556
|
+
};
|
|
1557
|
+
"onUpdate:visible": {
|
|
1558
|
+
readonly type: import('vue').PropType<(val: boolean) => void>;
|
|
1559
|
+
readonly required: false;
|
|
1560
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1561
|
+
__epPropKey: true;
|
|
1562
|
+
};
|
|
1563
|
+
role: {
|
|
1564
|
+
readonly type: import('vue').PropType<"dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation">;
|
|
1565
|
+
readonly required: false;
|
|
1566
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1567
|
+
__epPropKey: true;
|
|
1568
|
+
} & {
|
|
1569
|
+
readonly default: "tooltip";
|
|
1570
|
+
};
|
|
1571
|
+
}>>, {
|
|
1572
|
+
popperRef: import('vue').Ref<import('element-plus').PopperInstance | undefined>;
|
|
1573
|
+
contentRef: import('vue').Ref<import('element-plus').TooltipContentInstance | undefined>;
|
|
1574
|
+
isFocusInsideContent: (event?: FocusEvent) => boolean | undefined;
|
|
1575
|
+
updatePopper: () => void;
|
|
1576
|
+
onOpen: (event?: Event) => void;
|
|
1577
|
+
onClose: (event?: Event) => void;
|
|
1578
|
+
hide: (event?: Event) => void;
|
|
1579
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1580
|
+
[x: string]: (...args: any[]) => void;
|
|
1581
|
+
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
|
|
1582
|
+
disabled: boolean;
|
|
1583
|
+
content: string;
|
|
1584
|
+
offset: number;
|
|
1585
|
+
visible: boolean | null;
|
|
1586
|
+
open: boolean;
|
|
1587
|
+
placement: string;
|
|
1588
|
+
strategy: "fixed" | "absolute";
|
|
1589
|
+
effect: import('element-plus').PopperEffect;
|
|
1590
|
+
showAfter: number;
|
|
1591
|
+
hideAfter: number;
|
|
1592
|
+
autoClose: number;
|
|
1593
|
+
trigger: import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[];
|
|
1594
|
+
role: "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation";
|
|
1595
|
+
virtualTriggering: boolean;
|
|
1596
|
+
arrowOffset: number;
|
|
1597
|
+
boundariesPadding: number;
|
|
1598
|
+
fallbackPlacements: Placement[];
|
|
1599
|
+
gpuAcceleration: boolean;
|
|
1600
|
+
popperOptions: Partial<Options>;
|
|
1601
|
+
enterable: boolean;
|
|
1602
|
+
focusOnShow: boolean;
|
|
1603
|
+
trapping: boolean;
|
|
1604
|
+
stopPopperMouseEvent: boolean;
|
|
1605
|
+
pure: boolean;
|
|
1606
|
+
triggerKeys: string[];
|
|
1607
|
+
teleported: boolean;
|
|
1608
|
+
rawContent: boolean;
|
|
1609
|
+
persistent: boolean;
|
|
1610
|
+
showArrow: boolean;
|
|
1611
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
1612
|
+
P: {};
|
|
1613
|
+
B: {};
|
|
1614
|
+
D: {};
|
|
1615
|
+
C: {};
|
|
1616
|
+
M: {};
|
|
1617
|
+
Defaults: {};
|
|
1618
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
1619
|
+
showArrow: {
|
|
1620
|
+
readonly type: import('vue').PropType<boolean>;
|
|
1621
|
+
readonly required: false;
|
|
1622
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1623
|
+
__epPropKey: true;
|
|
1624
|
+
} & {
|
|
1625
|
+
readonly default: boolean;
|
|
1626
|
+
};
|
|
1627
|
+
arrowOffset: {
|
|
1628
|
+
readonly type: import('vue').PropType<number>;
|
|
1629
|
+
readonly required: false;
|
|
1630
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1631
|
+
__epPropKey: true;
|
|
1632
|
+
} & {
|
|
1633
|
+
readonly default: 5;
|
|
1634
|
+
};
|
|
1635
|
+
disabled: BooleanConstructor;
|
|
1636
|
+
trigger: {
|
|
1637
|
+
readonly type: import('vue').PropType<import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[]>;
|
|
1638
|
+
readonly required: false;
|
|
1639
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1640
|
+
__epPropKey: true;
|
|
1641
|
+
} & {
|
|
1642
|
+
readonly default: "hover";
|
|
1643
|
+
};
|
|
1644
|
+
triggerKeys: {
|
|
1645
|
+
readonly type: import('vue').PropType<string[]>;
|
|
1646
|
+
readonly required: false;
|
|
1647
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1648
|
+
__epPropKey: true;
|
|
1649
|
+
} & {
|
|
1650
|
+
readonly default: () => string[];
|
|
1651
|
+
};
|
|
1652
|
+
virtualRef: {
|
|
1653
|
+
readonly type: import('vue').PropType<import('element-plus').Measurable>;
|
|
1654
|
+
readonly required: false;
|
|
1655
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1656
|
+
__epPropKey: true;
|
|
1657
|
+
};
|
|
1658
|
+
virtualTriggering: BooleanConstructor;
|
|
1659
|
+
onMouseenter: {
|
|
1660
|
+
readonly type: import('vue').PropType<(e: Event) => void>;
|
|
1661
|
+
readonly required: false;
|
|
1662
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1663
|
+
__epPropKey: true;
|
|
1664
|
+
};
|
|
1665
|
+
onMouseleave: {
|
|
1666
|
+
readonly type: import('vue').PropType<(e: Event) => void>;
|
|
1667
|
+
readonly required: false;
|
|
1668
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1669
|
+
__epPropKey: true;
|
|
1670
|
+
};
|
|
1671
|
+
onClick: {
|
|
1672
|
+
readonly type: import('vue').PropType<(e: Event) => void>;
|
|
1673
|
+
readonly required: false;
|
|
1674
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1675
|
+
__epPropKey: true;
|
|
1676
|
+
};
|
|
1677
|
+
onKeydown: {
|
|
1678
|
+
readonly type: import('vue').PropType<(e: Event) => void>;
|
|
1679
|
+
readonly required: false;
|
|
1680
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1681
|
+
__epPropKey: true;
|
|
1682
|
+
};
|
|
1683
|
+
onFocus: {
|
|
1684
|
+
readonly type: import('vue').PropType<(e: Event) => void>;
|
|
1685
|
+
readonly required: false;
|
|
1686
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1687
|
+
__epPropKey: true;
|
|
1688
|
+
};
|
|
1689
|
+
onBlur: {
|
|
1690
|
+
readonly type: import('vue').PropType<(e: Event) => void>;
|
|
1691
|
+
readonly required: false;
|
|
1692
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1693
|
+
__epPropKey: true;
|
|
1694
|
+
};
|
|
1695
|
+
onContextmenu: {
|
|
1696
|
+
readonly type: import('vue').PropType<(e: Event) => void>;
|
|
1697
|
+
readonly required: false;
|
|
1698
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1699
|
+
__epPropKey: true;
|
|
1700
|
+
};
|
|
1701
|
+
id: StringConstructor;
|
|
1702
|
+
open: BooleanConstructor;
|
|
1703
|
+
ariaLabel: StringConstructor;
|
|
1704
|
+
appendTo: {
|
|
1705
|
+
readonly type: import('vue').PropType<string | HTMLElement>;
|
|
1706
|
+
readonly required: false;
|
|
1707
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1708
|
+
__epPropKey: true;
|
|
1709
|
+
};
|
|
1710
|
+
content: {
|
|
1711
|
+
readonly type: import('vue').PropType<string>;
|
|
1712
|
+
readonly required: false;
|
|
1713
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1714
|
+
__epPropKey: true;
|
|
1715
|
+
} & {
|
|
1716
|
+
readonly default: "";
|
|
1717
|
+
};
|
|
1718
|
+
rawContent: BooleanConstructor;
|
|
1719
|
+
persistent: BooleanConstructor;
|
|
1720
|
+
visible: {
|
|
1721
|
+
readonly type: import('vue').PropType<boolean | null>;
|
|
1722
|
+
readonly required: false;
|
|
1723
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1724
|
+
__epPropKey: true;
|
|
1725
|
+
} & {
|
|
1726
|
+
readonly default: null;
|
|
1727
|
+
};
|
|
1728
|
+
transition: StringConstructor;
|
|
1729
|
+
teleported: {
|
|
1730
|
+
readonly type: import('vue').PropType<boolean>;
|
|
1731
|
+
readonly required: false;
|
|
1732
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1733
|
+
__epPropKey: true;
|
|
1734
|
+
} & {
|
|
1735
|
+
readonly default: true;
|
|
1736
|
+
};
|
|
1737
|
+
style: {
|
|
1738
|
+
readonly type: import('vue').PropType<import('vue').StyleValue>;
|
|
1739
|
+
readonly required: false;
|
|
1740
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1741
|
+
__epPropKey: true;
|
|
1742
|
+
};
|
|
1743
|
+
className: {
|
|
1744
|
+
readonly type: import('vue').PropType<string | {
|
|
1745
|
+
[x: string]: boolean;
|
|
1746
|
+
} | (string | {
|
|
1747
|
+
[x: string]: boolean;
|
|
1748
|
+
} | (string | {
|
|
1749
|
+
[x: string]: boolean;
|
|
1750
|
+
} | (string | {
|
|
1751
|
+
[x: string]: boolean;
|
|
1752
|
+
} | (string | {
|
|
1753
|
+
[x: string]: boolean;
|
|
1754
|
+
} | (string | {
|
|
1755
|
+
[x: string]: boolean;
|
|
1756
|
+
} | (string | {
|
|
1757
|
+
[x: string]: boolean;
|
|
1758
|
+
} | (string | {
|
|
1759
|
+
[x: string]: boolean;
|
|
1760
|
+
} | (string | {
|
|
1761
|
+
[x: string]: boolean;
|
|
1762
|
+
} | (string | {
|
|
1763
|
+
[x: string]: boolean;
|
|
1764
|
+
} | (string | any[] | {
|
|
1765
|
+
[x: string]: boolean;
|
|
1766
|
+
})[])[])[])[])[])[])[])[])[])[]>;
|
|
1767
|
+
readonly required: false;
|
|
1768
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1769
|
+
__epPropKey: true;
|
|
1770
|
+
};
|
|
1771
|
+
effect: {
|
|
1772
|
+
readonly type: import('vue').PropType<import('element-plus').PopperEffect>;
|
|
1773
|
+
readonly required: false;
|
|
1774
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1775
|
+
__epPropKey: true;
|
|
1776
|
+
} & {
|
|
1777
|
+
readonly default: "dark";
|
|
1778
|
+
};
|
|
1779
|
+
enterable: {
|
|
1780
|
+
readonly type: import('vue').PropType<boolean>;
|
|
1781
|
+
readonly required: false;
|
|
1782
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1783
|
+
__epPropKey: true;
|
|
1784
|
+
} & {
|
|
1785
|
+
readonly default: true;
|
|
1786
|
+
};
|
|
1787
|
+
pure: BooleanConstructor;
|
|
1788
|
+
focusOnShow: {
|
|
1789
|
+
readonly type: import('vue').PropType<boolean>;
|
|
1790
|
+
readonly required: false;
|
|
1791
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1792
|
+
__epPropKey: true;
|
|
1793
|
+
} & {
|
|
1794
|
+
readonly default: false;
|
|
1795
|
+
};
|
|
1796
|
+
trapping: {
|
|
1797
|
+
readonly type: import('vue').PropType<boolean>;
|
|
1798
|
+
readonly required: false;
|
|
1799
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1800
|
+
__epPropKey: true;
|
|
1801
|
+
} & {
|
|
1802
|
+
readonly default: false;
|
|
1803
|
+
};
|
|
1804
|
+
popperClass: {
|
|
1805
|
+
readonly type: import('vue').PropType<string | {
|
|
1806
|
+
[x: string]: boolean;
|
|
1807
|
+
} | (string | {
|
|
1808
|
+
[x: string]: boolean;
|
|
1809
|
+
} | (string | {
|
|
1810
|
+
[x: string]: boolean;
|
|
1811
|
+
} | (string | {
|
|
1812
|
+
[x: string]: boolean;
|
|
1813
|
+
} | (string | {
|
|
1814
|
+
[x: string]: boolean;
|
|
1815
|
+
} | (string | {
|
|
1816
|
+
[x: string]: boolean;
|
|
1817
|
+
} | (string | {
|
|
1818
|
+
[x: string]: boolean;
|
|
1819
|
+
} | (string | {
|
|
1820
|
+
[x: string]: boolean;
|
|
1821
|
+
} | (string | {
|
|
1822
|
+
[x: string]: boolean;
|
|
1823
|
+
} | (string | {
|
|
1824
|
+
[x: string]: boolean;
|
|
1825
|
+
} | (string | any[] | {
|
|
1826
|
+
[x: string]: boolean;
|
|
1827
|
+
})[])[])[])[])[])[])[])[])[])[]>;
|
|
1828
|
+
readonly required: false;
|
|
1829
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1830
|
+
__epPropKey: true;
|
|
1831
|
+
};
|
|
1832
|
+
popperStyle: {
|
|
1833
|
+
readonly type: import('vue').PropType<import('vue').StyleValue>;
|
|
1834
|
+
readonly required: false;
|
|
1835
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1836
|
+
__epPropKey: true;
|
|
1837
|
+
};
|
|
1838
|
+
referenceEl: {
|
|
1839
|
+
readonly type: import('vue').PropType<HTMLElement>;
|
|
1840
|
+
readonly required: false;
|
|
1841
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1842
|
+
__epPropKey: true;
|
|
1843
|
+
};
|
|
1844
|
+
triggerTargetEl: {
|
|
1845
|
+
readonly type: import('vue').PropType<HTMLElement>;
|
|
1846
|
+
readonly required: false;
|
|
1847
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1848
|
+
__epPropKey: true;
|
|
1849
|
+
};
|
|
1850
|
+
stopPopperMouseEvent: {
|
|
1851
|
+
readonly type: import('vue').PropType<boolean>;
|
|
1852
|
+
readonly required: false;
|
|
1853
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1854
|
+
__epPropKey: true;
|
|
1855
|
+
} & {
|
|
1856
|
+
readonly default: true;
|
|
1857
|
+
};
|
|
1858
|
+
zIndex: NumberConstructor;
|
|
1859
|
+
boundariesPadding: {
|
|
1860
|
+
readonly type: import('vue').PropType<number>;
|
|
1861
|
+
readonly required: false;
|
|
1862
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1863
|
+
__epPropKey: true;
|
|
1864
|
+
} & {
|
|
1865
|
+
readonly default: 0;
|
|
1866
|
+
};
|
|
1867
|
+
fallbackPlacements: {
|
|
1868
|
+
readonly type: import('vue').PropType<Placement[]>;
|
|
1869
|
+
readonly required: false;
|
|
1870
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1871
|
+
__epPropKey: true;
|
|
1872
|
+
} & {
|
|
1873
|
+
readonly default: undefined;
|
|
1874
|
+
};
|
|
1875
|
+
gpuAcceleration: {
|
|
1876
|
+
readonly type: import('vue').PropType<boolean>;
|
|
1877
|
+
readonly required: false;
|
|
1878
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1879
|
+
__epPropKey: true;
|
|
1880
|
+
} & {
|
|
1881
|
+
readonly default: true;
|
|
1882
|
+
};
|
|
1883
|
+
offset: {
|
|
1884
|
+
readonly type: import('vue').PropType<number>;
|
|
1885
|
+
readonly required: false;
|
|
1886
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1887
|
+
__epPropKey: true;
|
|
1888
|
+
} & {
|
|
1889
|
+
readonly default: 12;
|
|
1890
|
+
};
|
|
1891
|
+
placement: {
|
|
1892
|
+
readonly type: import('vue').PropType<string>;
|
|
1893
|
+
readonly required: false;
|
|
1894
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1895
|
+
__epPropKey: true;
|
|
1896
|
+
} & {
|
|
1897
|
+
readonly default: "bottom";
|
|
1898
|
+
};
|
|
1899
|
+
popperOptions: {
|
|
1900
|
+
readonly type: import('vue').PropType<any>;
|
|
1901
|
+
readonly required: false;
|
|
1902
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1903
|
+
__epPropKey: true;
|
|
1904
|
+
} & {
|
|
1905
|
+
readonly default: () => {};
|
|
1906
|
+
};
|
|
1907
|
+
strategy: {
|
|
1908
|
+
readonly type: import('vue').PropType<"fixed" | "absolute">;
|
|
1909
|
+
readonly required: false;
|
|
1910
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1911
|
+
__epPropKey: true;
|
|
1912
|
+
} & {
|
|
1913
|
+
readonly default: "absolute";
|
|
1914
|
+
};
|
|
1915
|
+
showAfter: {
|
|
1916
|
+
readonly type: import('vue').PropType<number>;
|
|
1917
|
+
readonly required: false;
|
|
1918
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1919
|
+
__epPropKey: true;
|
|
1920
|
+
} & {
|
|
1921
|
+
readonly default: 0;
|
|
1922
|
+
};
|
|
1923
|
+
hideAfter: {
|
|
1924
|
+
readonly type: import('vue').PropType<number>;
|
|
1925
|
+
readonly required: false;
|
|
1926
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1927
|
+
__epPropKey: true;
|
|
1928
|
+
} & {
|
|
1929
|
+
readonly default: 200;
|
|
1930
|
+
};
|
|
1931
|
+
autoClose: {
|
|
1932
|
+
readonly type: import('vue').PropType<number>;
|
|
1933
|
+
readonly required: false;
|
|
1934
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1935
|
+
__epPropKey: true;
|
|
1936
|
+
} & {
|
|
1937
|
+
readonly default: 0;
|
|
1938
|
+
};
|
|
1939
|
+
"onUpdate:visible": {
|
|
1940
|
+
readonly type: import('vue').PropType<(val: boolean) => void>;
|
|
1941
|
+
readonly required: false;
|
|
1942
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1943
|
+
__epPropKey: true;
|
|
1944
|
+
};
|
|
1945
|
+
role: {
|
|
1946
|
+
readonly type: import('vue').PropType<"dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation">;
|
|
1947
|
+
readonly required: false;
|
|
1948
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1949
|
+
__epPropKey: true;
|
|
1950
|
+
} & {
|
|
1951
|
+
readonly default: "tooltip";
|
|
1952
|
+
};
|
|
1953
|
+
}>>, {
|
|
1954
|
+
popperRef: import('vue').Ref<import('element-plus').PopperInstance | undefined>;
|
|
1955
|
+
contentRef: import('vue').Ref<import('element-plus').TooltipContentInstance | undefined>;
|
|
1956
|
+
isFocusInsideContent: (event?: FocusEvent) => boolean | undefined;
|
|
1957
|
+
updatePopper: () => void;
|
|
1958
|
+
onOpen: (event?: Event) => void;
|
|
1959
|
+
onClose: (event?: Event) => void;
|
|
1960
|
+
hide: (event?: Event) => void;
|
|
1961
|
+
}, {}, {}, {}, {
|
|
1962
|
+
disabled: boolean;
|
|
1963
|
+
content: string;
|
|
1964
|
+
offset: number;
|
|
1965
|
+
visible: boolean | null;
|
|
1966
|
+
open: boolean;
|
|
1967
|
+
placement: string;
|
|
1968
|
+
strategy: "fixed" | "absolute";
|
|
1969
|
+
effect: import('element-plus').PopperEffect;
|
|
1970
|
+
showAfter: number;
|
|
1971
|
+
hideAfter: number;
|
|
1972
|
+
autoClose: number;
|
|
1973
|
+
trigger: import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[];
|
|
1974
|
+
role: "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation";
|
|
1975
|
+
virtualTriggering: boolean;
|
|
1976
|
+
arrowOffset: number;
|
|
1977
|
+
boundariesPadding: number;
|
|
1978
|
+
fallbackPlacements: Placement[];
|
|
1979
|
+
gpuAcceleration: boolean;
|
|
1980
|
+
popperOptions: Partial<Options>;
|
|
1981
|
+
enterable: boolean;
|
|
1982
|
+
focusOnShow: boolean;
|
|
1983
|
+
trapping: boolean;
|
|
1984
|
+
stopPopperMouseEvent: boolean;
|
|
1985
|
+
pure: boolean;
|
|
1986
|
+
triggerKeys: string[];
|
|
1987
|
+
teleported: boolean;
|
|
1988
|
+
rawContent: boolean;
|
|
1989
|
+
persistent: boolean;
|
|
1990
|
+
showArrow: boolean;
|
|
1991
|
+
}>;
|
|
1992
|
+
__isFragment?: never;
|
|
1993
|
+
__isTeleport?: never;
|
|
1994
|
+
__isSuspense?: never;
|
|
1995
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
1996
|
+
showArrow: {
|
|
1997
|
+
readonly type: import('vue').PropType<boolean>;
|
|
1998
|
+
readonly required: false;
|
|
1999
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2000
|
+
__epPropKey: true;
|
|
2001
|
+
} & {
|
|
2002
|
+
readonly default: boolean;
|
|
2003
|
+
};
|
|
2004
|
+
arrowOffset: {
|
|
2005
|
+
readonly type: import('vue').PropType<number>;
|
|
2006
|
+
readonly required: false;
|
|
2007
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2008
|
+
__epPropKey: true;
|
|
2009
|
+
} & {
|
|
2010
|
+
readonly default: 5;
|
|
2011
|
+
};
|
|
2012
|
+
disabled: BooleanConstructor;
|
|
2013
|
+
trigger: {
|
|
2014
|
+
readonly type: import('vue').PropType<import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[]>;
|
|
2015
|
+
readonly required: false;
|
|
2016
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2017
|
+
__epPropKey: true;
|
|
2018
|
+
} & {
|
|
2019
|
+
readonly default: "hover";
|
|
2020
|
+
};
|
|
2021
|
+
triggerKeys: {
|
|
2022
|
+
readonly type: import('vue').PropType<string[]>;
|
|
2023
|
+
readonly required: false;
|
|
2024
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2025
|
+
__epPropKey: true;
|
|
2026
|
+
} & {
|
|
2027
|
+
readonly default: () => string[];
|
|
2028
|
+
};
|
|
2029
|
+
virtualRef: {
|
|
2030
|
+
readonly type: import('vue').PropType<import('element-plus').Measurable>;
|
|
2031
|
+
readonly required: false;
|
|
2032
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2033
|
+
__epPropKey: true;
|
|
2034
|
+
};
|
|
2035
|
+
virtualTriggering: BooleanConstructor;
|
|
2036
|
+
onMouseenter: {
|
|
2037
|
+
readonly type: import('vue').PropType<(e: Event) => void>;
|
|
2038
|
+
readonly required: false;
|
|
2039
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2040
|
+
__epPropKey: true;
|
|
2041
|
+
};
|
|
2042
|
+
onMouseleave: {
|
|
2043
|
+
readonly type: import('vue').PropType<(e: Event) => void>;
|
|
2044
|
+
readonly required: false;
|
|
2045
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2046
|
+
__epPropKey: true;
|
|
2047
|
+
};
|
|
2048
|
+
onClick: {
|
|
2049
|
+
readonly type: import('vue').PropType<(e: Event) => void>;
|
|
2050
|
+
readonly required: false;
|
|
2051
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2052
|
+
__epPropKey: true;
|
|
2053
|
+
};
|
|
2054
|
+
onKeydown: {
|
|
2055
|
+
readonly type: import('vue').PropType<(e: Event) => void>;
|
|
2056
|
+
readonly required: false;
|
|
2057
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2058
|
+
__epPropKey: true;
|
|
2059
|
+
};
|
|
2060
|
+
onFocus: {
|
|
2061
|
+
readonly type: import('vue').PropType<(e: Event) => void>;
|
|
2062
|
+
readonly required: false;
|
|
2063
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2064
|
+
__epPropKey: true;
|
|
2065
|
+
};
|
|
2066
|
+
onBlur: {
|
|
2067
|
+
readonly type: import('vue').PropType<(e: Event) => void>;
|
|
2068
|
+
readonly required: false;
|
|
2069
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2070
|
+
__epPropKey: true;
|
|
2071
|
+
};
|
|
2072
|
+
onContextmenu: {
|
|
2073
|
+
readonly type: import('vue').PropType<(e: Event) => void>;
|
|
2074
|
+
readonly required: false;
|
|
2075
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2076
|
+
__epPropKey: true;
|
|
2077
|
+
};
|
|
2078
|
+
id: StringConstructor;
|
|
2079
|
+
open: BooleanConstructor;
|
|
2080
|
+
ariaLabel: StringConstructor;
|
|
2081
|
+
appendTo: {
|
|
2082
|
+
readonly type: import('vue').PropType<string | HTMLElement>;
|
|
2083
|
+
readonly required: false;
|
|
2084
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2085
|
+
__epPropKey: true;
|
|
2086
|
+
};
|
|
2087
|
+
content: {
|
|
2088
|
+
readonly type: import('vue').PropType<string>;
|
|
2089
|
+
readonly required: false;
|
|
2090
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2091
|
+
__epPropKey: true;
|
|
2092
|
+
} & {
|
|
2093
|
+
readonly default: "";
|
|
2094
|
+
};
|
|
2095
|
+
rawContent: BooleanConstructor;
|
|
2096
|
+
persistent: BooleanConstructor;
|
|
2097
|
+
visible: {
|
|
2098
|
+
readonly type: import('vue').PropType<boolean | null>;
|
|
2099
|
+
readonly required: false;
|
|
2100
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2101
|
+
__epPropKey: true;
|
|
2102
|
+
} & {
|
|
2103
|
+
readonly default: null;
|
|
2104
|
+
};
|
|
2105
|
+
transition: StringConstructor;
|
|
2106
|
+
teleported: {
|
|
2107
|
+
readonly type: import('vue').PropType<boolean>;
|
|
2108
|
+
readonly required: false;
|
|
2109
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2110
|
+
__epPropKey: true;
|
|
2111
|
+
} & {
|
|
2112
|
+
readonly default: true;
|
|
2113
|
+
};
|
|
2114
|
+
style: {
|
|
2115
|
+
readonly type: import('vue').PropType<import('vue').StyleValue>;
|
|
2116
|
+
readonly required: false;
|
|
2117
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2118
|
+
__epPropKey: true;
|
|
2119
|
+
};
|
|
2120
|
+
className: {
|
|
2121
|
+
readonly type: import('vue').PropType<string | {
|
|
2122
|
+
[x: string]: boolean;
|
|
2123
|
+
} | (string | {
|
|
2124
|
+
[x: string]: boolean;
|
|
2125
|
+
} | (string | {
|
|
2126
|
+
[x: string]: boolean;
|
|
2127
|
+
} | (string | {
|
|
2128
|
+
[x: string]: boolean;
|
|
2129
|
+
} | (string | {
|
|
2130
|
+
[x: string]: boolean;
|
|
2131
|
+
} | (string | {
|
|
2132
|
+
[x: string]: boolean;
|
|
2133
|
+
} | (string | {
|
|
2134
|
+
[x: string]: boolean;
|
|
2135
|
+
} | (string | {
|
|
2136
|
+
[x: string]: boolean;
|
|
2137
|
+
} | (string | {
|
|
2138
|
+
[x: string]: boolean;
|
|
2139
|
+
} | (string | {
|
|
2140
|
+
[x: string]: boolean;
|
|
2141
|
+
} | (string | any[] | {
|
|
2142
|
+
[x: string]: boolean;
|
|
2143
|
+
})[])[])[])[])[])[])[])[])[])[]>;
|
|
2144
|
+
readonly required: false;
|
|
2145
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2146
|
+
__epPropKey: true;
|
|
2147
|
+
};
|
|
2148
|
+
effect: {
|
|
2149
|
+
readonly type: import('vue').PropType<import('element-plus').PopperEffect>;
|
|
2150
|
+
readonly required: false;
|
|
2151
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2152
|
+
__epPropKey: true;
|
|
2153
|
+
} & {
|
|
2154
|
+
readonly default: "dark";
|
|
2155
|
+
};
|
|
2156
|
+
enterable: {
|
|
2157
|
+
readonly type: import('vue').PropType<boolean>;
|
|
2158
|
+
readonly required: false;
|
|
2159
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2160
|
+
__epPropKey: true;
|
|
2161
|
+
} & {
|
|
2162
|
+
readonly default: true;
|
|
2163
|
+
};
|
|
2164
|
+
pure: BooleanConstructor;
|
|
2165
|
+
focusOnShow: {
|
|
2166
|
+
readonly type: import('vue').PropType<boolean>;
|
|
2167
|
+
readonly required: false;
|
|
2168
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2169
|
+
__epPropKey: true;
|
|
2170
|
+
} & {
|
|
2171
|
+
readonly default: false;
|
|
2172
|
+
};
|
|
2173
|
+
trapping: {
|
|
2174
|
+
readonly type: import('vue').PropType<boolean>;
|
|
2175
|
+
readonly required: false;
|
|
2176
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2177
|
+
__epPropKey: true;
|
|
2178
|
+
} & {
|
|
2179
|
+
readonly default: false;
|
|
2180
|
+
};
|
|
2181
|
+
popperClass: {
|
|
2182
|
+
readonly type: import('vue').PropType<string | {
|
|
2183
|
+
[x: string]: boolean;
|
|
2184
|
+
} | (string | {
|
|
2185
|
+
[x: string]: boolean;
|
|
2186
|
+
} | (string | {
|
|
2187
|
+
[x: string]: boolean;
|
|
2188
|
+
} | (string | {
|
|
2189
|
+
[x: string]: boolean;
|
|
2190
|
+
} | (string | {
|
|
2191
|
+
[x: string]: boolean;
|
|
2192
|
+
} | (string | {
|
|
2193
|
+
[x: string]: boolean;
|
|
2194
|
+
} | (string | {
|
|
2195
|
+
[x: string]: boolean;
|
|
2196
|
+
} | (string | {
|
|
2197
|
+
[x: string]: boolean;
|
|
2198
|
+
} | (string | {
|
|
2199
|
+
[x: string]: boolean;
|
|
2200
|
+
} | (string | {
|
|
2201
|
+
[x: string]: boolean;
|
|
2202
|
+
} | (string | any[] | {
|
|
2203
|
+
[x: string]: boolean;
|
|
2204
|
+
})[])[])[])[])[])[])[])[])[])[]>;
|
|
2205
|
+
readonly required: false;
|
|
2206
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2207
|
+
__epPropKey: true;
|
|
2208
|
+
};
|
|
2209
|
+
popperStyle: {
|
|
2210
|
+
readonly type: import('vue').PropType<import('vue').StyleValue>;
|
|
2211
|
+
readonly required: false;
|
|
2212
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2213
|
+
__epPropKey: true;
|
|
2214
|
+
};
|
|
2215
|
+
referenceEl: {
|
|
2216
|
+
readonly type: import('vue').PropType<HTMLElement>;
|
|
2217
|
+
readonly required: false;
|
|
2218
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2219
|
+
__epPropKey: true;
|
|
2220
|
+
};
|
|
2221
|
+
triggerTargetEl: {
|
|
2222
|
+
readonly type: import('vue').PropType<HTMLElement>;
|
|
2223
|
+
readonly required: false;
|
|
2224
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2225
|
+
__epPropKey: true;
|
|
2226
|
+
};
|
|
2227
|
+
stopPopperMouseEvent: {
|
|
2228
|
+
readonly type: import('vue').PropType<boolean>;
|
|
2229
|
+
readonly required: false;
|
|
2230
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2231
|
+
__epPropKey: true;
|
|
2232
|
+
} & {
|
|
2233
|
+
readonly default: true;
|
|
2234
|
+
};
|
|
2235
|
+
zIndex: NumberConstructor;
|
|
2236
|
+
boundariesPadding: {
|
|
2237
|
+
readonly type: import('vue').PropType<number>;
|
|
2238
|
+
readonly required: false;
|
|
2239
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2240
|
+
__epPropKey: true;
|
|
2241
|
+
} & {
|
|
2242
|
+
readonly default: 0;
|
|
2243
|
+
};
|
|
2244
|
+
fallbackPlacements: {
|
|
2245
|
+
readonly type: import('vue').PropType<Placement[]>;
|
|
2246
|
+
readonly required: false;
|
|
2247
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2248
|
+
__epPropKey: true;
|
|
2249
|
+
} & {
|
|
2250
|
+
readonly default: undefined;
|
|
2251
|
+
};
|
|
2252
|
+
gpuAcceleration: {
|
|
2253
|
+
readonly type: import('vue').PropType<boolean>;
|
|
2254
|
+
readonly required: false;
|
|
2255
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2256
|
+
__epPropKey: true;
|
|
2257
|
+
} & {
|
|
2258
|
+
readonly default: true;
|
|
2259
|
+
};
|
|
2260
|
+
offset: {
|
|
2261
|
+
readonly type: import('vue').PropType<number>;
|
|
2262
|
+
readonly required: false;
|
|
2263
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2264
|
+
__epPropKey: true;
|
|
2265
|
+
} & {
|
|
2266
|
+
readonly default: 12;
|
|
2267
|
+
};
|
|
2268
|
+
placement: {
|
|
2269
|
+
readonly type: import('vue').PropType<string>;
|
|
2270
|
+
readonly required: false;
|
|
2271
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2272
|
+
__epPropKey: true;
|
|
2273
|
+
} & {
|
|
2274
|
+
readonly default: "bottom";
|
|
2275
|
+
};
|
|
2276
|
+
popperOptions: {
|
|
2277
|
+
readonly type: import('vue').PropType<any>;
|
|
2278
|
+
readonly required: false;
|
|
2279
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2280
|
+
__epPropKey: true;
|
|
2281
|
+
} & {
|
|
2282
|
+
readonly default: () => {};
|
|
2283
|
+
};
|
|
2284
|
+
strategy: {
|
|
2285
|
+
readonly type: import('vue').PropType<"fixed" | "absolute">;
|
|
2286
|
+
readonly required: false;
|
|
2287
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2288
|
+
__epPropKey: true;
|
|
2289
|
+
} & {
|
|
2290
|
+
readonly default: "absolute";
|
|
2291
|
+
};
|
|
2292
|
+
showAfter: {
|
|
2293
|
+
readonly type: import('vue').PropType<number>;
|
|
2294
|
+
readonly required: false;
|
|
2295
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2296
|
+
__epPropKey: true;
|
|
2297
|
+
} & {
|
|
2298
|
+
readonly default: 0;
|
|
2299
|
+
};
|
|
2300
|
+
hideAfter: {
|
|
2301
|
+
readonly type: import('vue').PropType<number>;
|
|
2302
|
+
readonly required: false;
|
|
2303
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2304
|
+
__epPropKey: true;
|
|
2305
|
+
} & {
|
|
2306
|
+
readonly default: 200;
|
|
2307
|
+
};
|
|
2308
|
+
autoClose: {
|
|
2309
|
+
readonly type: import('vue').PropType<number>;
|
|
2310
|
+
readonly required: false;
|
|
2311
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2312
|
+
__epPropKey: true;
|
|
2313
|
+
} & {
|
|
2314
|
+
readonly default: 0;
|
|
2315
|
+
};
|
|
2316
|
+
"onUpdate:visible": {
|
|
2317
|
+
readonly type: import('vue').PropType<(val: boolean) => void>;
|
|
2318
|
+
readonly required: false;
|
|
2319
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2320
|
+
__epPropKey: true;
|
|
2321
|
+
};
|
|
2322
|
+
role: {
|
|
2323
|
+
readonly type: import('vue').PropType<"dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation">;
|
|
2324
|
+
readonly required: false;
|
|
2325
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2326
|
+
__epPropKey: true;
|
|
2327
|
+
} & {
|
|
2328
|
+
readonly default: "tooltip";
|
|
2329
|
+
};
|
|
2330
|
+
}>>, {
|
|
2331
|
+
popperRef: import('vue').Ref<import('element-plus').PopperInstance | undefined>;
|
|
2332
|
+
contentRef: import('vue').Ref<import('element-plus').TooltipContentInstance | undefined>;
|
|
2333
|
+
isFocusInsideContent: (event?: FocusEvent) => boolean | undefined;
|
|
2334
|
+
updatePopper: () => void;
|
|
2335
|
+
onOpen: (event?: Event) => void;
|
|
2336
|
+
onClose: (event?: Event) => void;
|
|
2337
|
+
hide: (event?: Event) => void;
|
|
2338
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
2339
|
+
[x: string]: (...args: any[]) => void;
|
|
2340
|
+
}, string, {
|
|
2341
|
+
disabled: boolean;
|
|
2342
|
+
content: string;
|
|
2343
|
+
offset: number;
|
|
2344
|
+
visible: boolean | null;
|
|
2345
|
+
open: boolean;
|
|
2346
|
+
placement: string;
|
|
2347
|
+
strategy: "fixed" | "absolute";
|
|
2348
|
+
effect: import('element-plus').PopperEffect;
|
|
2349
|
+
showAfter: number;
|
|
2350
|
+
hideAfter: number;
|
|
2351
|
+
autoClose: number;
|
|
2352
|
+
trigger: import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[];
|
|
2353
|
+
role: "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation";
|
|
2354
|
+
virtualTriggering: boolean;
|
|
2355
|
+
arrowOffset: number;
|
|
2356
|
+
boundariesPadding: number;
|
|
2357
|
+
fallbackPlacements: Placement[];
|
|
2358
|
+
gpuAcceleration: boolean;
|
|
2359
|
+
popperOptions: Partial<Options>;
|
|
2360
|
+
enterable: boolean;
|
|
2361
|
+
focusOnShow: boolean;
|
|
2362
|
+
trapping: boolean;
|
|
2363
|
+
stopPopperMouseEvent: boolean;
|
|
2364
|
+
pure: boolean;
|
|
2365
|
+
triggerKeys: string[];
|
|
2366
|
+
teleported: boolean;
|
|
2367
|
+
rawContent: boolean;
|
|
2368
|
+
persistent: boolean;
|
|
2369
|
+
showArrow: boolean;
|
|
2370
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
2371
|
+
$slots: {
|
|
2372
|
+
default?(_: {}): any;
|
|
2373
|
+
content?(_: {}): any;
|
|
2374
|
+
};
|
|
2375
|
+
}) & import('vue').Plugin;
|
|
2376
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2377
|
+
PlusOutlined: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2378
|
+
LoadingOutlined: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2379
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2380
|
+
export default _default;
|