ele-admin-plus 1.0.0-beta.2 → 1.0.0-beta.4
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 +3 -0
- package/es/components.js +92 -86
- package/es/ele-alert/index.d.ts +62 -0
- package/es/ele-alert/index.js +129 -0
- package/es/ele-alert/props.d.ts +36 -0
- package/es/ele-alert/props.js +48 -0
- package/es/ele-alert/style/css-var.scss +11 -0
- package/es/ele-alert/style/index.js +1 -0
- package/es/ele-alert/style/index.scss +148 -0
- package/es/ele-app/index.d.ts +1 -0
- package/es/ele-app/style/common.scss +134 -32
- package/es/ele-app/style/css-var.scss +2 -2
- package/es/ele-app/types/index.d.ts +27 -0
- package/es/ele-avatar-group/index.d.ts +3 -0
- package/es/ele-avatar-group/index.js +10 -9
- package/es/ele-avatar-group/props.d.ts +1 -0
- package/es/ele-avatar-group/props.js +3 -1
- package/es/ele-avatar-group/style/index.scss +32 -0
- package/es/ele-basic-select/index.d.ts +2 -19171
- package/es/ele-basic-select/index.js +2 -2
- package/es/ele-bottom-bar/style/index.scss +1 -1
- package/es/ele-breadcrumb/index.d.ts +2 -165
- package/es/ele-card/style/index.scss +28 -26
- package/es/ele-config-provider/index.d.ts +3 -7
- package/es/ele-config-provider/index.js +1 -8
- package/es/ele-config-provider/props.d.ts +9 -2
- package/es/ele-config-provider/props.js +5 -3
- package/{lib/ele-config-provider/use-receiver.d.ts → es/ele-config-provider/receiver.d.ts} +8 -2
- package/es/ele-config-provider/receiver.js +198 -0
- package/es/ele-config-provider/types/index.d.ts +24 -13
- package/es/ele-cropper/components/cropper-tools.js +1 -1
- package/es/ele-cropper/index.d.ts +12 -9
- package/es/ele-cropper/index.js +29 -30
- package/es/ele-cropper/props.d.ts +3 -4
- package/es/ele-cropper/style/index.js +1 -1
- package/es/ele-cropper/types/index.d.ts +10 -2
- package/es/ele-cropper-modal/index.d.ts +6 -6
- package/es/ele-cropper-modal/index.js +1 -1
- package/es/ele-cropper-modal/props.d.ts +2 -2
- package/es/ele-dashboard/index.js +1 -1
- package/es/ele-drawer/index.d.ts +2 -355
- package/es/ele-drawer/index.js +1 -1
- package/es/ele-edit-tag/index.d.ts +2 -804
- package/es/ele-edit-tag/index.js +1 -2
- package/es/ele-ellipsis/index.d.ts +6 -3
- package/es/ele-ellipsis/index.js +16 -23
- package/es/ele-ellipsis/props.d.ts +1 -0
- package/es/ele-file-list/components/file-grid-item.d.ts +5 -24370
- package/es/ele-file-list/components/file-grid-item.js +8 -1
- package/es/ele-file-list/components/file-grid.d.ts +4 -2
- package/es/ele-file-list/components/file-table-item.d.ts +5 -24370
- package/es/ele-file-list/components/file-table-item.js +8 -1
- package/es/ele-file-list/components/file-table.d.ts +4 -2
- package/es/ele-file-list/index.d.ts +2 -1561
- package/es/ele-file-list/index.js +25 -15
- package/es/ele-file-list/style/index.scss +0 -1
- package/es/ele-icon-select/components/icon-grid.d.ts +5 -1
- package/es/ele-icon-select/components/icon-grid.js +24 -14
- package/es/ele-icon-select/components/icon-popper.d.ts +15 -1
- package/es/ele-icon-select/components/icon-popper.js +52 -41
- package/es/ele-icon-select/index.d.ts +14 -0
- package/es/ele-icon-select/index.js +9 -2
- package/es/ele-icon-select/props.d.ts +8 -1
- package/es/ele-icon-select/props.js +14 -0
- package/es/ele-icon-select/style/index.scss +142 -140
- package/es/ele-map-picker/components/map-view.js +4 -5
- package/es/ele-map-picker/index.d.ts +6 -1
- package/es/ele-map-picker/index.js +11 -23
- package/es/ele-map-picker/props.d.ts +10 -4
- package/es/ele-map-picker/props.js +9 -7
- package/es/ele-map-picker/style/index.scss +1 -0
- package/es/ele-menus/index.d.ts +2 -156
- package/es/ele-menus/index.js +3 -12
- package/es/ele-menus/props.d.ts +6 -0
- package/es/ele-menus/props.js +2 -0
- package/es/ele-menus/style/index.scss +12 -5
- package/es/ele-modal/index.d.ts +7 -903
- package/es/ele-modal/index.js +38 -49
- package/es/ele-modal/props.d.ts +10 -0
- package/es/ele-modal/props.js +4 -0
- package/es/ele-modal/style/index.scss +1 -1
- package/es/ele-modal/util.d.ts +3 -3
- package/es/ele-modal/util.js +8 -7
- package/es/ele-page/index.d.ts +8 -2
- package/es/ele-page/props.d.ts +4 -1
- package/es/ele-page/props.js +4 -1
- package/es/ele-pagination/index.d.ts +6 -6
- package/es/ele-pagination/props.d.ts +3 -3
- package/es/ele-printer/index.d.ts +37 -0
- package/es/ele-printer/index.js +119 -0
- package/es/ele-printer/props.d.ts +25 -0
- package/es/ele-printer/props.js +32 -0
- package/es/ele-printer/style/index.js +1 -0
- package/es/ele-printer/style/index.scss +58 -0
- package/es/ele-printer/types/index.d.ts +40 -0
- package/es/ele-printer/util.d.ts +39 -0
- package/es/ele-printer/util.js +174 -0
- package/es/ele-pro-layout/components/pro-iframe.d.ts +29 -0
- package/es/ele-pro-layout/components/pro-iframe.js +116 -0
- package/es/ele-pro-layout/components/pro-sidebar.d.ts +3 -9
- package/es/ele-pro-layout/components/pro-sidebar.js +19 -9
- package/es/ele-pro-layout/components/pro-sidebox.d.ts +2 -1
- package/es/ele-pro-layout/components/pro-sidebox.js +19 -5
- package/es/ele-pro-layout/components/{pro-tab-bar.d.ts → pro-tabs.d.ts} +3 -2
- package/es/ele-pro-layout/components/{pro-tab-bar.js → pro-tabs.js} +4 -3
- package/es/ele-pro-layout/index.js +66 -103
- package/es/ele-pro-layout/props.d.ts +6 -4
- package/es/ele-pro-layout/props.js +9 -8
- package/es/ele-pro-layout/style/collapse.scss +60 -42
- package/es/ele-pro-layout/style/css-var.scss +3 -1
- package/es/ele-pro-layout/style/header.scss +8 -3
- package/es/ele-pro-layout/style/layout-mobile.scss +1 -1
- package/es/ele-pro-layout/style/layout-style.scss +9 -4
- package/es/ele-pro-layout/style/layout.scss +14 -1
- package/es/ele-pro-layout/style/sidebar.scss +21 -6
- package/es/ele-pro-layout/style/tabs.scss +3 -26
- package/es/ele-pro-layout/types/index.d.ts +23 -18
- package/es/ele-pro-layout/util.d.ts +8 -12
- package/es/ele-pro-layout/util.js +74 -22
- package/es/ele-pro-table/components/table-tools.d.ts +2 -2
- package/es/ele-pro-table/components/table-tools.js +1 -1
- package/es/ele-pro-table/components/table-view.d.ts +51 -618
- package/es/ele-pro-table/components/table-view.js +11 -24
- package/es/ele-pro-table/index.d.ts +81 -1674
- package/es/ele-pro-table/index.js +90 -129
- package/es/ele-pro-table/props.d.ts +133 -25
- package/es/ele-pro-table/props.js +36 -30
- package/es/ele-pro-table/style/index.scss +96 -57
- package/es/ele-pro-table/types/index.d.ts +24 -4
- package/es/ele-pro-table/util.d.ts +27 -10
- package/es/ele-pro-table/util.js +49 -13
- package/es/ele-segmented/index.d.ts +33 -0
- package/es/ele-segmented/index.js +77 -0
- package/es/ele-segmented/props.d.ts +23 -0
- package/es/ele-segmented/props.js +25 -0
- package/es/ele-segmented/style/css-var.scss +15 -0
- package/es/ele-segmented/style/index.js +4 -0
- package/es/ele-segmented/style/index.scss +102 -0
- package/es/ele-segmented/types/index.d.ts +25 -0
- package/es/ele-split-panel/index.d.ts +7 -8
- package/es/ele-split-panel/index.js +8 -13
- package/es/ele-split-panel/style/index.scss +26 -25
- package/es/ele-steps/index.d.ts +13 -1
- package/es/ele-steps/index.js +14 -14
- package/es/ele-steps/style/index.scss +24 -9
- package/es/ele-table/style/index.scss +1 -0
- package/es/ele-table-select/index.js +1 -1
- package/es/ele-table-select/types/index.d.ts +7 -0
- package/es/ele-tabs/components/tab-title.d.ts +5 -4
- package/es/ele-tabs/index.d.ts +17 -269
- package/es/ele-tabs/index.js +19 -26
- package/es/ele-tabs/props.d.ts +10 -2
- package/es/ele-tabs/props.js +4 -0
- package/es/ele-tabs/style/css-var.scss +7 -7
- package/es/ele-tabs/style/index.scss +4 -3
- package/es/ele-tabs/types/index.d.ts +1 -5
- package/es/ele-text/index.d.ts +2 -0
- package/es/ele-text/index.js +7 -5
- package/es/ele-text/props.d.ts +7 -1
- package/es/ele-text/props.js +5 -1
- package/es/ele-toolbar/index.d.ts +15 -2
- package/es/ele-toolbar/index.js +18 -18
- package/es/ele-toolbar/props.d.ts +8 -2
- package/es/ele-toolbar/props.js +10 -1
- package/es/ele-toolbar/style/index.scss +2 -17
- package/es/ele-tour/index.d.ts +10 -20739
- package/es/ele-tour/index.js +8 -9
- package/es/ele-tour/style/index.scss +5 -4
- package/es/ele-tour/util.js +1 -0
- package/es/ele-upload-list/components/list-item.d.ts +9 -6
- package/es/ele-upload-list/components/list-item.js +21 -24
- package/es/ele-upload-list/index.d.ts +14 -733
- package/es/ele-upload-list/index.js +15 -15
- package/es/ele-upload-list/props.d.ts +5 -0
- package/es/ele-upload-list/props.js +8 -1
- package/es/ele-upload-list/style/index.scss +15 -5
- package/es/ele-upload-list/types/index.d.ts +1 -1
- package/es/ele-watermark/index.js +1 -1
- package/es/ele-watermark/util.js +8 -10
- package/es/ele-xg-player/index.d.ts +1 -1
- package/es/ele-xg-player/index.js +22 -16
- package/es/icons/ArrowDown.js +1 -1
- package/es/icons/ArrowLeft.d.ts +2 -0
- package/es/icons/ArrowLeft.js +30 -0
- package/es/icons/ArrowUp.d.ts +2 -0
- package/es/icons/ArrowUp.js +31 -0
- package/es/icons/index.d.ts +2 -0
- package/es/icons/index.js +24 -20
- package/es/index.d.ts +0 -2
- package/es/index.js +0 -2
- package/es/lang/en_US.js +2 -2
- package/es/lang/zh_CN.js +1 -1
- package/es/lang/zh_TW.js +1 -1
- package/es/style/index.scss +3 -0
- package/es/style/themes/dark-css-var.scss +7 -3
- package/es/style/themes/dark.scss +1 -1
- package/es/style/themes/default.scss +75 -12
- package/es/utils/core.d.ts +13 -33
- package/es/utils/core.js +19 -39
- package/es/utils/menu-util.js +24 -2
- package/es/utils/message.js +1 -1
- package/es/utils/theme-util.d.ts +1 -1
- package/es/utils/theme-util.js +10 -10
- package/lib/components.d.ts +3 -0
- package/lib/components.js +92 -86
- package/lib/ele-alert/index.d.ts +62 -0
- package/lib/ele-alert/index.js +128 -0
- package/lib/ele-alert/props.d.ts +36 -0
- package/lib/ele-alert/props.js +48 -0
- package/lib/ele-alert/style/css-var.scss +11 -0
- package/lib/ele-alert/style/index.js +2 -0
- package/lib/ele-alert/style/index.scss +148 -0
- package/lib/ele-app/index.d.ts +1 -0
- package/lib/ele-app/style/common.scss +134 -32
- package/lib/ele-app/style/css-var.scss +2 -2
- package/lib/ele-app/types/index.d.ts +27 -0
- package/lib/ele-avatar-group/index.d.ts +3 -0
- package/lib/ele-avatar-group/index.js +10 -9
- package/lib/ele-avatar-group/props.d.ts +1 -0
- package/lib/ele-avatar-group/props.js +3 -1
- package/lib/ele-avatar-group/style/index.scss +32 -0
- package/lib/ele-basic-select/index.d.ts +2 -19171
- package/lib/ele-basic-select/index.js +3 -3
- package/lib/ele-bottom-bar/style/index.scss +1 -1
- package/lib/ele-breadcrumb/index.d.ts +2 -165
- package/lib/ele-card/style/index.scss +28 -26
- package/lib/ele-config-provider/index.d.ts +3 -7
- package/lib/ele-config-provider/index.js +11 -18
- package/lib/ele-config-provider/props.d.ts +9 -2
- package/lib/ele-config-provider/props.js +5 -3
- package/{es/ele-config-provider/use-receiver.d.ts → lib/ele-config-provider/receiver.d.ts} +8 -2
- package/lib/ele-config-provider/receiver.js +200 -0
- package/lib/ele-config-provider/types/index.d.ts +24 -13
- package/lib/ele-cropper/components/cropper-tools.js +2 -2
- package/lib/ele-cropper/index.d.ts +12 -9
- package/lib/ele-cropper/index.js +31 -32
- package/lib/ele-cropper/props.d.ts +3 -4
- package/lib/ele-cropper/style/index.js +1 -1
- package/lib/ele-cropper/types/index.d.ts +10 -2
- package/lib/ele-cropper-modal/index.d.ts +6 -6
- package/lib/ele-cropper-modal/index.js +2 -2
- package/lib/ele-cropper-modal/props.d.ts +2 -2
- package/lib/ele-dashboard/index.js +2 -2
- package/lib/ele-drawer/index.d.ts +2 -355
- package/lib/ele-drawer/index.js +1 -1
- package/lib/ele-edit-tag/index.d.ts +2 -804
- package/lib/ele-edit-tag/index.js +2 -3
- package/lib/ele-ellipsis/index.d.ts +6 -3
- package/lib/ele-ellipsis/index.js +15 -22
- package/lib/ele-ellipsis/props.d.ts +1 -0
- package/lib/ele-file-list/components/file-grid-item.d.ts +5 -24370
- package/lib/ele-file-list/components/file-grid-item.js +8 -1
- package/lib/ele-file-list/components/file-grid.d.ts +4 -2
- package/lib/ele-file-list/components/file-table-item.d.ts +5 -24370
- package/lib/ele-file-list/components/file-table-item.js +8 -1
- package/lib/ele-file-list/components/file-table.d.ts +4 -2
- package/lib/ele-file-list/index.d.ts +2 -1561
- package/lib/ele-file-list/index.js +27 -17
- package/lib/ele-file-list/style/index.scss +0 -1
- package/lib/ele-icon-select/components/icon-grid.d.ts +5 -1
- package/lib/ele-icon-select/components/icon-grid.js +23 -13
- package/lib/ele-icon-select/components/icon-popper.d.ts +15 -1
- package/lib/ele-icon-select/components/icon-popper.js +51 -40
- package/lib/ele-icon-select/index.d.ts +14 -0
- package/lib/ele-icon-select/index.js +10 -3
- package/lib/ele-icon-select/props.d.ts +8 -1
- package/lib/ele-icon-select/props.js +14 -0
- package/lib/ele-icon-select/style/index.scss +142 -140
- package/lib/ele-map-picker/components/map-view.js +4 -5
- package/lib/ele-map-picker/index.d.ts +6 -1
- package/lib/ele-map-picker/index.js +14 -26
- package/lib/ele-map-picker/props.d.ts +10 -4
- package/lib/ele-map-picker/props.js +9 -7
- package/lib/ele-map-picker/style/index.scss +1 -0
- package/lib/ele-menus/index.d.ts +2 -156
- package/lib/ele-menus/index.js +11 -20
- package/lib/ele-menus/props.d.ts +6 -0
- package/lib/ele-menus/props.js +2 -0
- package/lib/ele-menus/style/index.scss +12 -5
- package/lib/ele-modal/index.d.ts +7 -903
- package/lib/ele-modal/index.js +63 -74
- package/lib/ele-modal/props.d.ts +10 -0
- package/lib/ele-modal/props.js +4 -0
- package/lib/ele-modal/style/index.scss +1 -1
- package/lib/ele-modal/util.d.ts +3 -3
- package/lib/ele-modal/util.js +8 -7
- package/lib/ele-page/index.d.ts +8 -2
- package/lib/ele-page/props.d.ts +4 -1
- package/lib/ele-page/props.js +4 -1
- package/lib/ele-pagination/index.d.ts +6 -6
- package/lib/ele-pagination/props.d.ts +3 -3
- package/lib/ele-printer/index.d.ts +37 -0
- package/lib/ele-printer/index.js +118 -0
- package/lib/ele-printer/props.d.ts +25 -0
- package/lib/ele-printer/props.js +32 -0
- package/lib/ele-printer/style/index.js +2 -0
- package/lib/ele-printer/style/index.scss +58 -0
- package/lib/ele-printer/types/index.d.ts +40 -0
- package/lib/ele-printer/util.d.ts +39 -0
- package/lib/ele-printer/util.js +174 -0
- package/lib/ele-pro-layout/components/pro-iframe.d.ts +29 -0
- package/lib/ele-pro-layout/components/pro-iframe.js +115 -0
- package/lib/ele-pro-layout/components/pro-sidebar.d.ts +3 -9
- package/lib/ele-pro-layout/components/pro-sidebar.js +17 -7
- package/lib/ele-pro-layout/components/pro-sidebox.d.ts +2 -1
- package/lib/ele-pro-layout/components/pro-sidebox.js +17 -3
- package/lib/ele-pro-layout/components/{pro-tab-bar.d.ts → pro-tabs.d.ts} +3 -2
- package/lib/ele-pro-layout/components/{pro-tab-bar.js → pro-tabs.js} +4 -3
- package/lib/ele-pro-layout/index.js +65 -102
- package/lib/ele-pro-layout/props.d.ts +6 -4
- package/lib/ele-pro-layout/props.js +9 -8
- package/lib/ele-pro-layout/style/collapse.scss +60 -42
- package/lib/ele-pro-layout/style/css-var.scss +3 -1
- package/lib/ele-pro-layout/style/header.scss +8 -3
- package/lib/ele-pro-layout/style/layout-mobile.scss +1 -1
- package/lib/ele-pro-layout/style/layout-style.scss +9 -4
- package/lib/ele-pro-layout/style/layout.scss +14 -1
- package/lib/ele-pro-layout/style/sidebar.scss +21 -6
- package/lib/ele-pro-layout/style/tabs.scss +3 -26
- package/lib/ele-pro-layout/types/index.d.ts +23 -18
- package/lib/ele-pro-layout/util.d.ts +8 -12
- package/lib/ele-pro-layout/util.js +72 -20
- package/lib/ele-pro-table/components/table-tools.d.ts +2 -2
- package/lib/ele-pro-table/components/table-tools.js +2 -2
- package/lib/ele-pro-table/components/table-view.d.ts +51 -618
- package/lib/ele-pro-table/components/table-view.js +11 -24
- package/lib/ele-pro-table/index.d.ts +81 -1674
- package/lib/ele-pro-table/index.js +125 -164
- package/lib/ele-pro-table/props.d.ts +133 -25
- package/lib/ele-pro-table/props.js +35 -29
- package/lib/ele-pro-table/style/index.scss +96 -57
- package/lib/ele-pro-table/types/index.d.ts +24 -4
- package/lib/ele-pro-table/util.d.ts +27 -10
- package/lib/ele-pro-table/util.js +48 -12
- package/lib/ele-segmented/index.d.ts +33 -0
- package/lib/ele-segmented/index.js +76 -0
- package/lib/ele-segmented/props.d.ts +23 -0
- package/lib/ele-segmented/props.js +25 -0
- package/lib/ele-segmented/style/css-var.scss +15 -0
- package/lib/ele-segmented/style/index.js +5 -0
- package/lib/ele-segmented/style/index.scss +102 -0
- package/lib/ele-segmented/types/index.d.ts +25 -0
- package/lib/ele-split-panel/index.d.ts +7 -8
- package/lib/ele-split-panel/index.js +10 -15
- package/lib/ele-split-panel/style/index.scss +26 -25
- package/lib/ele-steps/index.d.ts +13 -1
- package/lib/ele-steps/index.js +13 -13
- package/lib/ele-steps/style/index.scss +24 -9
- package/lib/ele-table/style/index.scss +1 -0
- package/lib/ele-table-select/index.js +2 -2
- package/lib/ele-table-select/types/index.d.ts +7 -0
- package/lib/ele-tabs/components/tab-title.d.ts +5 -4
- package/lib/ele-tabs/index.d.ts +17 -269
- package/lib/ele-tabs/index.js +21 -28
- package/lib/ele-tabs/props.d.ts +10 -2
- package/lib/ele-tabs/props.js +4 -0
- package/lib/ele-tabs/style/css-var.scss +7 -7
- package/lib/ele-tabs/style/index.scss +4 -3
- package/lib/ele-tabs/types/index.d.ts +1 -5
- package/lib/ele-text/index.d.ts +2 -0
- package/lib/ele-text/index.js +7 -5
- package/lib/ele-text/props.d.ts +7 -1
- package/lib/ele-text/props.js +5 -1
- package/lib/ele-toolbar/index.d.ts +15 -2
- package/lib/ele-toolbar/index.js +17 -17
- package/lib/ele-toolbar/props.d.ts +8 -2
- package/lib/ele-toolbar/props.js +10 -1
- package/lib/ele-toolbar/style/index.scss +2 -17
- package/lib/ele-tour/index.d.ts +10 -20739
- package/lib/ele-tour/index.js +9 -10
- package/lib/ele-tour/style/index.scss +5 -4
- package/lib/ele-tour/util.js +1 -0
- package/lib/ele-upload-list/components/list-item.d.ts +9 -6
- package/lib/ele-upload-list/components/list-item.js +20 -23
- package/lib/ele-upload-list/index.d.ts +14 -733
- package/lib/ele-upload-list/index.js +16 -16
- package/lib/ele-upload-list/props.d.ts +5 -0
- package/lib/ele-upload-list/props.js +8 -1
- package/lib/ele-upload-list/style/index.scss +15 -5
- package/lib/ele-upload-list/types/index.d.ts +1 -1
- package/lib/ele-watermark/index.js +2 -2
- package/lib/ele-watermark/util.js +8 -10
- package/lib/ele-xg-player/index.d.ts +1 -1
- package/lib/ele-xg-player/index.js +21 -15
- package/lib/icons/ArrowDown.js +1 -1
- package/lib/icons/ArrowLeft.d.ts +2 -0
- package/lib/icons/ArrowLeft.js +29 -0
- package/lib/icons/ArrowUp.d.ts +2 -0
- package/lib/icons/ArrowUp.js +30 -0
- package/lib/icons/index.d.ts +2 -0
- package/lib/icons/index.js +4 -0
- package/lib/index.d.ts +0 -2
- package/lib/index.js +0 -16
- package/lib/lang/en_US.js +2 -2
- package/lib/lang/zh_CN.js +1 -1
- package/lib/lang/zh_TW.js +1 -1
- package/lib/style/index.scss +3 -0
- package/lib/style/themes/dark-css-var.scss +7 -3
- package/lib/style/themes/dark.scss +1 -1
- package/lib/style/themes/default.scss +75 -12
- package/lib/utils/core.d.ts +13 -33
- package/lib/utils/core.js +19 -39
- package/lib/utils/menu-util.js +24 -2
- package/lib/utils/message.js +1 -1
- package/lib/utils/theme-util.d.ts +1 -1
- package/lib/utils/theme-util.js +10 -10
- package/package.json +19 -18
- package/typings/global.d.ts +3 -1
- package/es/ele-config-provider/keys.d.ts +0 -8
- package/es/ele-config-provider/keys.js +0 -6
- package/es/ele-config-provider/use-receiver.js +0 -38
- package/es/utils/iframe-component.d.ts +0 -8
- package/es/utils/iframe-component.js +0 -70
- package/es/utils/license-util.d.ts +0 -9
- package/es/utils/license-util.js +0 -176
- package/es/utils/printer.d.ts +0 -100
- package/es/utils/printer.js +0 -612
- package/lib/ele-config-provider/keys.d.ts +0 -8
- package/lib/ele-config-provider/keys.js +0 -6
- package/lib/ele-config-provider/use-receiver.js +0 -38
- package/lib/utils/iframe-component.d.ts +0 -8
- package/lib/utils/iframe-component.js +0 -70
- package/lib/utils/license-util.d.ts +0 -9
- package/lib/utils/license-util.js +0 -176
- package/lib/utils/printer.d.ts +0 -100
- package/lib/utils/printer.js +0 -612
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ElInputInstance } from '../ele-app/types';
|
|
2
2
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
3
3
|
modelValue: {
|
|
4
4
|
type: import("vue").PropType<string[]>;
|
|
@@ -17,809 +17,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
17
17
|
beforeRemove: import("vue").PropType<import("./types").BeforeRemove>;
|
|
18
18
|
tooltipProps: import("vue").PropType<Partial<import("element-plus").ElTooltipProps>>;
|
|
19
19
|
}, {
|
|
20
|
-
inputRef: import("vue").Ref<
|
|
21
|
-
$: import("vue").ComponentInternalInstance;
|
|
22
|
-
$data: {};
|
|
23
|
-
$props: {
|
|
24
|
-
readonly type?: string | undefined;
|
|
25
|
-
readonly modelValue?: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
26
|
-
readonly label?: string | undefined;
|
|
27
|
-
readonly id?: string | undefined;
|
|
28
|
-
readonly disabled?: boolean | undefined;
|
|
29
|
-
readonly clearable?: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
30
|
-
readonly autosize?: import("element-plus").InputAutoSize | undefined;
|
|
31
|
-
readonly autocomplete?: string | undefined;
|
|
32
|
-
readonly readonly?: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
33
|
-
readonly showPassword?: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
34
|
-
readonly showWordLimit?: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
35
|
-
readonly containerRole?: string | undefined;
|
|
36
|
-
readonly tabindex?: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
|
37
|
-
readonly validateEvent?: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
38
|
-
readonly inputStyle?: import("vue").StyleValue | undefined;
|
|
39
|
-
readonly size?: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never> | undefined;
|
|
40
|
-
key?: string | number | symbol | undefined;
|
|
41
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
42
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
43
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
44
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
45
|
-
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
46
|
-
style?: unknown;
|
|
47
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
48
|
-
readonly placeholder?: string | undefined;
|
|
49
|
-
readonly resize?: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown> | undefined;
|
|
50
|
-
readonly formatter?: Function | undefined;
|
|
51
|
-
readonly parser?: Function | undefined;
|
|
52
|
-
readonly form?: string | undefined;
|
|
53
|
-
readonly suffixIcon?: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown> | undefined;
|
|
54
|
-
readonly prefixIcon?: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown> | undefined;
|
|
55
|
-
onChange?: ((value: string) => any) | undefined;
|
|
56
|
-
onInput?: ((value: string) => any) | undefined;
|
|
57
|
-
onClear?: (() => any) | undefined;
|
|
58
|
-
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
59
|
-
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
60
|
-
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
61
|
-
ref?: import("vue").VNodeRef | undefined;
|
|
62
|
-
ref_for?: boolean | undefined;
|
|
63
|
-
ref_key?: string | undefined;
|
|
64
|
-
onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
65
|
-
[key: string]: any;
|
|
66
|
-
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
67
|
-
[key: string]: any;
|
|
68
|
-
}>) => void)[] | undefined;
|
|
69
|
-
onVnodeMounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
70
|
-
[key: string]: any;
|
|
71
|
-
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
72
|
-
[key: string]: any;
|
|
73
|
-
}>) => void)[] | undefined;
|
|
74
|
-
onVnodeBeforeUpdate?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
75
|
-
[key: string]: any;
|
|
76
|
-
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
77
|
-
[key: string]: any;
|
|
78
|
-
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
79
|
-
[key: string]: any;
|
|
80
|
-
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
81
|
-
[key: string]: any;
|
|
82
|
-
}>) => void)[] | undefined;
|
|
83
|
-
onVnodeUpdated?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
84
|
-
[key: string]: any;
|
|
85
|
-
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
86
|
-
[key: string]: any;
|
|
87
|
-
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
88
|
-
[key: string]: any;
|
|
89
|
-
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
90
|
-
[key: string]: any;
|
|
91
|
-
}>) => void)[] | undefined;
|
|
92
|
-
onVnodeBeforeUnmount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
93
|
-
[key: string]: any;
|
|
94
|
-
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
95
|
-
[key: string]: any;
|
|
96
|
-
}>) => void)[] | undefined;
|
|
97
|
-
onVnodeUnmounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
98
|
-
[key: string]: any;
|
|
99
|
-
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
100
|
-
[key: string]: any;
|
|
101
|
-
}>) => void)[] | undefined;
|
|
102
|
-
class?: unknown;
|
|
103
|
-
};
|
|
104
|
-
$attrs: {
|
|
105
|
-
[x: string]: unknown;
|
|
106
|
-
};
|
|
107
|
-
$refs: {
|
|
108
|
-
[x: string]: unknown;
|
|
109
|
-
};
|
|
110
|
-
$slots: Readonly<{
|
|
111
|
-
[name: string]: import("vue").Slot<any> | undefined;
|
|
112
|
-
}>;
|
|
113
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
114
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
115
|
-
$emit: ((event: "focus", evt: FocusEvent) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "input", value: string) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "change", value: string) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
116
|
-
$el: any;
|
|
117
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
118
|
-
readonly id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
119
|
-
readonly size: {
|
|
120
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
121
|
-
readonly required: false;
|
|
122
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
123
|
-
__epPropKey: true;
|
|
124
|
-
};
|
|
125
|
-
readonly disabled: BooleanConstructor;
|
|
126
|
-
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
127
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
128
|
-
readonly resize: {
|
|
129
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
|
130
|
-
readonly required: false;
|
|
131
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
132
|
-
__epPropKey: true;
|
|
133
|
-
};
|
|
134
|
-
readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
135
|
-
minRows?: number | undefined;
|
|
136
|
-
maxRows?: number | undefined;
|
|
137
|
-
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
138
|
-
minRows?: number | undefined;
|
|
139
|
-
maxRows?: number | undefined;
|
|
140
|
-
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
141
|
-
readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
142
|
-
readonly formatter: {
|
|
143
|
-
readonly type: import("vue").PropType<Function>;
|
|
144
|
-
readonly required: false;
|
|
145
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
146
|
-
__epPropKey: true;
|
|
147
|
-
};
|
|
148
|
-
readonly parser: {
|
|
149
|
-
readonly type: import("vue").PropType<Function>;
|
|
150
|
-
readonly required: false;
|
|
151
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
152
|
-
__epPropKey: true;
|
|
153
|
-
};
|
|
154
|
-
readonly placeholder: {
|
|
155
|
-
readonly type: import("vue").PropType<string>;
|
|
156
|
-
readonly required: false;
|
|
157
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
158
|
-
__epPropKey: true;
|
|
159
|
-
};
|
|
160
|
-
readonly form: {
|
|
161
|
-
readonly type: import("vue").PropType<string>;
|
|
162
|
-
readonly required: false;
|
|
163
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
164
|
-
__epPropKey: true;
|
|
165
|
-
};
|
|
166
|
-
readonly readonly: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
167
|
-
readonly clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
168
|
-
readonly showPassword: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
169
|
-
readonly showWordLimit: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
170
|
-
readonly suffixIcon: {
|
|
171
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
172
|
-
readonly required: false;
|
|
173
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
174
|
-
__epPropKey: true;
|
|
175
|
-
};
|
|
176
|
-
readonly prefixIcon: {
|
|
177
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
178
|
-
readonly required: false;
|
|
179
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
180
|
-
__epPropKey: true;
|
|
181
|
-
};
|
|
182
|
-
readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
183
|
-
readonly label: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
184
|
-
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
185
|
-
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
186
|
-
readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
187
|
-
}>> & {
|
|
188
|
-
onChange?: ((value: string) => any) | undefined;
|
|
189
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
190
|
-
onInput?: ((value: string) => any) | undefined;
|
|
191
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
192
|
-
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
193
|
-
onClear?: (() => any) | undefined;
|
|
194
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
195
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
196
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
197
|
-
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
198
|
-
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
199
|
-
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
200
|
-
}, {
|
|
201
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
202
|
-
readonly id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
203
|
-
readonly size: {
|
|
204
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
205
|
-
readonly required: false;
|
|
206
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
207
|
-
__epPropKey: true;
|
|
208
|
-
};
|
|
209
|
-
readonly disabled: BooleanConstructor;
|
|
210
|
-
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
211
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
212
|
-
readonly resize: {
|
|
213
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
|
214
|
-
readonly required: false;
|
|
215
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
216
|
-
__epPropKey: true;
|
|
217
|
-
};
|
|
218
|
-
readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
219
|
-
minRows?: number | undefined;
|
|
220
|
-
maxRows?: number | undefined;
|
|
221
|
-
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
222
|
-
minRows?: number | undefined;
|
|
223
|
-
maxRows?: number | undefined;
|
|
224
|
-
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
225
|
-
readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
226
|
-
readonly formatter: {
|
|
227
|
-
readonly type: import("vue").PropType<Function>;
|
|
228
|
-
readonly required: false;
|
|
229
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
230
|
-
__epPropKey: true;
|
|
231
|
-
};
|
|
232
|
-
readonly parser: {
|
|
233
|
-
readonly type: import("vue").PropType<Function>;
|
|
234
|
-
readonly required: false;
|
|
235
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
236
|
-
__epPropKey: true;
|
|
237
|
-
};
|
|
238
|
-
readonly placeholder: {
|
|
239
|
-
readonly type: import("vue").PropType<string>;
|
|
240
|
-
readonly required: false;
|
|
241
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
242
|
-
__epPropKey: true;
|
|
243
|
-
};
|
|
244
|
-
readonly form: {
|
|
245
|
-
readonly type: import("vue").PropType<string>;
|
|
246
|
-
readonly required: false;
|
|
247
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
248
|
-
__epPropKey: true;
|
|
249
|
-
};
|
|
250
|
-
readonly readonly: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
251
|
-
readonly clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
252
|
-
readonly showPassword: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
253
|
-
readonly showWordLimit: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
254
|
-
readonly suffixIcon: {
|
|
255
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
256
|
-
readonly required: false;
|
|
257
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
258
|
-
__epPropKey: true;
|
|
259
|
-
};
|
|
260
|
-
readonly prefixIcon: {
|
|
261
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
262
|
-
readonly required: false;
|
|
263
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
264
|
-
__epPropKey: true;
|
|
265
|
-
};
|
|
266
|
-
readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
267
|
-
readonly label: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
268
|
-
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
269
|
-
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
270
|
-
readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
271
|
-
}>> & {
|
|
272
|
-
onChange?: ((value: string) => any) | undefined;
|
|
273
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
274
|
-
onInput?: ((value: string) => any) | undefined;
|
|
275
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
276
|
-
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
277
|
-
onClear?: (() => any) | undefined;
|
|
278
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
279
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
280
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
281
|
-
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
282
|
-
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
283
|
-
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
284
|
-
}>>;
|
|
285
|
-
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
286
|
-
rawAttrs: {
|
|
287
|
-
[x: string]: unknown;
|
|
288
|
-
};
|
|
289
|
-
slots: Readonly<{
|
|
290
|
-
[name: string]: import("vue").Slot<any> | undefined;
|
|
291
|
-
}>;
|
|
292
|
-
containerAttrs: import("vue").ComputedRef<Record<string, unknown>>;
|
|
293
|
-
containerKls: import("vue").ComputedRef<unknown[]>;
|
|
294
|
-
wrapperKls: import("vue").ComputedRef<string[]>;
|
|
295
|
-
attrs: import("vue").ComputedRef<Record<string, unknown>>;
|
|
296
|
-
form: import("element-plus").FormContext | undefined;
|
|
297
|
-
formItem: import("element-plus").FormItemContext | undefined;
|
|
298
|
-
inputId: import("vue").Ref<string | undefined>;
|
|
299
|
-
inputSize: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
300
|
-
inputDisabled: import("vue").ComputedRef<boolean>;
|
|
301
|
-
nsInput: {
|
|
302
|
-
namespace: import("vue").ComputedRef<string>;
|
|
303
|
-
b: (blockSuffix?: string | undefined) => string;
|
|
304
|
-
e: (element?: string | undefined) => string;
|
|
305
|
-
m: (modifier?: string | undefined) => string;
|
|
306
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
307
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
308
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
309
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
310
|
-
is: {
|
|
311
|
-
(name: string, state: boolean | undefined): string;
|
|
312
|
-
(name: string): string;
|
|
313
|
-
};
|
|
314
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
315
|
-
cssVarName: (name: string) => string;
|
|
316
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
317
|
-
cssVarBlockName: (name: string) => string;
|
|
318
|
-
};
|
|
319
|
-
nsTextarea: {
|
|
320
|
-
namespace: import("vue").ComputedRef<string>;
|
|
321
|
-
b: (blockSuffix?: string | undefined) => string;
|
|
322
|
-
e: (element?: string | undefined) => string;
|
|
323
|
-
m: (modifier?: string | undefined) => string;
|
|
324
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
325
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
326
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
327
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
328
|
-
is: {
|
|
329
|
-
(name: string, state: boolean | undefined): string;
|
|
330
|
-
(name: string): string;
|
|
331
|
-
};
|
|
332
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
333
|
-
cssVarName: (name: string) => string;
|
|
334
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
335
|
-
cssVarBlockName: (name: string) => string;
|
|
336
|
-
};
|
|
337
|
-
input: import("vue").ShallowRef<HTMLInputElement | undefined>;
|
|
338
|
-
textarea: import("vue").ShallowRef<HTMLTextAreaElement | undefined>;
|
|
339
|
-
focused: import("vue").Ref<boolean>;
|
|
340
|
-
hovering: import("vue").Ref<boolean>;
|
|
341
|
-
isComposing: import("vue").Ref<boolean>;
|
|
342
|
-
passwordVisible: import("vue").Ref<boolean>;
|
|
343
|
-
countStyle: import("vue").Ref<import("vue").StyleValue | undefined>;
|
|
344
|
-
textareaCalcStyle: import("vue").ShallowRef<import("vue").StyleValue>;
|
|
345
|
-
_ref: import("vue").ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
|
346
|
-
needStatusIcon: import("vue").ComputedRef<boolean>;
|
|
347
|
-
validateState: import("vue").ComputedRef<"" | "success" | "error" | "validating">;
|
|
348
|
-
validateIcon: import("vue").ComputedRef<"" | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
|
|
349
|
-
passwordIcon: import("vue").ComputedRef<import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
|
|
350
|
-
containerStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
351
|
-
textareaStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
352
|
-
nativeInputValue: import("vue").ComputedRef<string>;
|
|
353
|
-
showClear: import("vue").ComputedRef<boolean>;
|
|
354
|
-
showPwdVisible: import("vue").ComputedRef<boolean>;
|
|
355
|
-
isWordLimitVisible: import("vue").ComputedRef<boolean>;
|
|
356
|
-
textLength: import("vue").ComputedRef<number>;
|
|
357
|
-
inputExceed: import("vue").ComputedRef<boolean>;
|
|
358
|
-
suffixVisible: import("vue").ComputedRef<boolean>;
|
|
359
|
-
recordCursor: () => void;
|
|
360
|
-
setCursor: () => void;
|
|
361
|
-
resizeTextarea: () => void;
|
|
362
|
-
createOnceInitResize: (resizeTextarea: () => void) => () => void;
|
|
363
|
-
onceInitSizeTextarea: () => void;
|
|
364
|
-
setNativeInputValue: () => void;
|
|
365
|
-
handleInput: (event: Event) => Promise<void>;
|
|
366
|
-
handleChange: (event: Event) => void;
|
|
367
|
-
handleCompositionStart: (event: CompositionEvent) => void;
|
|
368
|
-
handleCompositionUpdate: (event: CompositionEvent) => void;
|
|
369
|
-
handleCompositionEnd: (event: CompositionEvent) => void;
|
|
370
|
-
handlePasswordVisible: () => void;
|
|
371
|
-
focus: () => Promise<void>;
|
|
372
|
-
blur: () => void | undefined;
|
|
373
|
-
handleFocus: (event: FocusEvent) => void;
|
|
374
|
-
handleBlur: (event: FocusEvent) => void;
|
|
375
|
-
handleMouseLeave: (evt: MouseEvent) => void;
|
|
376
|
-
handleMouseEnter: (evt: MouseEvent) => void;
|
|
377
|
-
handleKeydown: (evt: KeyboardEvent) => void;
|
|
378
|
-
select: () => void;
|
|
379
|
-
clear: () => void;
|
|
380
|
-
ElIcon: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
381
|
-
readonly size: {
|
|
382
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>;
|
|
383
|
-
readonly required: false;
|
|
384
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
385
|
-
__epPropKey: true;
|
|
386
|
-
};
|
|
387
|
-
readonly color: {
|
|
388
|
-
readonly type: import("vue").PropType<string>;
|
|
389
|
-
readonly required: false;
|
|
390
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
391
|
-
__epPropKey: true;
|
|
392
|
-
};
|
|
393
|
-
}, {
|
|
394
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
395
|
-
readonly size: {
|
|
396
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>;
|
|
397
|
-
readonly required: false;
|
|
398
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
399
|
-
__epPropKey: true;
|
|
400
|
-
};
|
|
401
|
-
readonly color: {
|
|
402
|
-
readonly type: import("vue").PropType<string>;
|
|
403
|
-
readonly required: false;
|
|
404
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
405
|
-
__epPropKey: true;
|
|
406
|
-
};
|
|
407
|
-
}>> & {
|
|
408
|
-
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
409
|
-
}>>;
|
|
410
|
-
ns: {
|
|
411
|
-
namespace: import("vue").ComputedRef<string>;
|
|
412
|
-
b: (blockSuffix?: string | undefined) => string;
|
|
413
|
-
e: (element?: string | undefined) => string;
|
|
414
|
-
m: (modifier?: string | undefined) => string;
|
|
415
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
416
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
417
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
418
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
419
|
-
is: {
|
|
420
|
-
(name: string, state: boolean | undefined): string;
|
|
421
|
-
(name: string): string;
|
|
422
|
-
};
|
|
423
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
424
|
-
cssVarName: (name: string) => string;
|
|
425
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
426
|
-
cssVarBlockName: (name: string) => string;
|
|
427
|
-
};
|
|
428
|
-
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
429
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
430
|
-
readonly size: {
|
|
431
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>;
|
|
432
|
-
readonly required: false;
|
|
433
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
434
|
-
__epPropKey: true;
|
|
435
|
-
};
|
|
436
|
-
readonly color: {
|
|
437
|
-
readonly type: import("vue").PropType<string>;
|
|
438
|
-
readonly required: false;
|
|
439
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
440
|
-
__epPropKey: true;
|
|
441
|
-
};
|
|
442
|
-
}>>, {}, {}>> & Record<string, any>;
|
|
443
|
-
CircleClose: import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
444
|
-
NOOP: () => void;
|
|
445
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
446
|
-
"update:modelValue": (value: string) => boolean;
|
|
447
|
-
input: (value: string) => boolean;
|
|
448
|
-
change: (value: string) => boolean;
|
|
449
|
-
focus: (evt: FocusEvent) => boolean;
|
|
450
|
-
blur: (evt: FocusEvent) => boolean;
|
|
451
|
-
clear: () => boolean;
|
|
452
|
-
mouseleave: (evt: MouseEvent) => boolean;
|
|
453
|
-
mouseenter: (evt: MouseEvent) => boolean;
|
|
454
|
-
keydown: (evt: Event | KeyboardEvent) => boolean;
|
|
455
|
-
compositionstart: (evt: CompositionEvent) => boolean;
|
|
456
|
-
compositionupdate: (evt: CompositionEvent) => boolean;
|
|
457
|
-
compositionend: (evt: CompositionEvent) => boolean;
|
|
458
|
-
}, string, {
|
|
459
|
-
readonly type: string;
|
|
460
|
-
readonly modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
461
|
-
readonly label: string;
|
|
462
|
-
readonly id: string;
|
|
463
|
-
readonly disabled: boolean;
|
|
464
|
-
readonly clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
465
|
-
readonly autosize: import("element-plus").InputAutoSize;
|
|
466
|
-
readonly autocomplete: string;
|
|
467
|
-
readonly readonly: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
468
|
-
readonly showPassword: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
469
|
-
readonly showWordLimit: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
470
|
-
readonly containerRole: string;
|
|
471
|
-
readonly tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
472
|
-
readonly validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
473
|
-
readonly inputStyle: import("vue").StyleValue;
|
|
474
|
-
}, {}, string, {}> & {
|
|
475
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
476
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
477
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
478
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
479
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
480
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
481
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
482
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
483
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
484
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
485
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
486
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
487
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
488
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
489
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
490
|
-
};
|
|
491
|
-
$forceUpdate: () => void;
|
|
492
|
-
$nextTick: typeof nextTick;
|
|
493
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
494
|
-
} & Readonly<import("vue").ExtractPropTypes<{
|
|
495
|
-
readonly id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
496
|
-
readonly size: {
|
|
497
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
498
|
-
readonly required: false;
|
|
499
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
500
|
-
__epPropKey: true;
|
|
501
|
-
};
|
|
502
|
-
readonly disabled: BooleanConstructor;
|
|
503
|
-
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
504
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
505
|
-
readonly resize: {
|
|
506
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
|
507
|
-
readonly required: false;
|
|
508
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
509
|
-
__epPropKey: true;
|
|
510
|
-
};
|
|
511
|
-
readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
512
|
-
minRows?: number | undefined;
|
|
513
|
-
maxRows?: number | undefined;
|
|
514
|
-
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
515
|
-
minRows?: number | undefined;
|
|
516
|
-
maxRows?: number | undefined;
|
|
517
|
-
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
518
|
-
readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
519
|
-
readonly formatter: {
|
|
520
|
-
readonly type: import("vue").PropType<Function>;
|
|
521
|
-
readonly required: false;
|
|
522
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
523
|
-
__epPropKey: true;
|
|
524
|
-
};
|
|
525
|
-
readonly parser: {
|
|
526
|
-
readonly type: import("vue").PropType<Function>;
|
|
527
|
-
readonly required: false;
|
|
528
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
529
|
-
__epPropKey: true;
|
|
530
|
-
};
|
|
531
|
-
readonly placeholder: {
|
|
532
|
-
readonly type: import("vue").PropType<string>;
|
|
533
|
-
readonly required: false;
|
|
534
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
535
|
-
__epPropKey: true;
|
|
536
|
-
};
|
|
537
|
-
readonly form: {
|
|
538
|
-
readonly type: import("vue").PropType<string>;
|
|
539
|
-
readonly required: false;
|
|
540
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
541
|
-
__epPropKey: true;
|
|
542
|
-
};
|
|
543
|
-
readonly readonly: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
544
|
-
readonly clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
545
|
-
readonly showPassword: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
546
|
-
readonly showWordLimit: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
547
|
-
readonly suffixIcon: {
|
|
548
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
549
|
-
readonly required: false;
|
|
550
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
551
|
-
__epPropKey: true;
|
|
552
|
-
};
|
|
553
|
-
readonly prefixIcon: {
|
|
554
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
555
|
-
readonly required: false;
|
|
556
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
557
|
-
__epPropKey: true;
|
|
558
|
-
};
|
|
559
|
-
readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
560
|
-
readonly label: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
561
|
-
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
562
|
-
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
563
|
-
readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
564
|
-
}>> & {
|
|
565
|
-
onChange?: ((value: string) => any) | undefined;
|
|
566
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
567
|
-
onInput?: ((value: string) => any) | undefined;
|
|
568
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
569
|
-
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
570
|
-
onClear?: (() => any) | undefined;
|
|
571
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
572
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
573
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
574
|
-
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
575
|
-
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
576
|
-
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
577
|
-
} & import("vue").ShallowUnwrapRef<{
|
|
578
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
579
|
-
readonly id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
580
|
-
readonly size: {
|
|
581
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
582
|
-
readonly required: false;
|
|
583
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
584
|
-
__epPropKey: true;
|
|
585
|
-
};
|
|
586
|
-
readonly disabled: BooleanConstructor;
|
|
587
|
-
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
588
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
589
|
-
readonly resize: {
|
|
590
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
|
591
|
-
readonly required: false;
|
|
592
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
593
|
-
__epPropKey: true;
|
|
594
|
-
};
|
|
595
|
-
readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
596
|
-
minRows?: number | undefined;
|
|
597
|
-
maxRows?: number | undefined;
|
|
598
|
-
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
599
|
-
minRows?: number | undefined;
|
|
600
|
-
maxRows?: number | undefined;
|
|
601
|
-
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
602
|
-
readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
603
|
-
readonly formatter: {
|
|
604
|
-
readonly type: import("vue").PropType<Function>;
|
|
605
|
-
readonly required: false;
|
|
606
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
607
|
-
__epPropKey: true;
|
|
608
|
-
};
|
|
609
|
-
readonly parser: {
|
|
610
|
-
readonly type: import("vue").PropType<Function>;
|
|
611
|
-
readonly required: false;
|
|
612
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
613
|
-
__epPropKey: true;
|
|
614
|
-
};
|
|
615
|
-
readonly placeholder: {
|
|
616
|
-
readonly type: import("vue").PropType<string>;
|
|
617
|
-
readonly required: false;
|
|
618
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
619
|
-
__epPropKey: true;
|
|
620
|
-
};
|
|
621
|
-
readonly form: {
|
|
622
|
-
readonly type: import("vue").PropType<string>;
|
|
623
|
-
readonly required: false;
|
|
624
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
625
|
-
__epPropKey: true;
|
|
626
|
-
};
|
|
627
|
-
readonly readonly: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
628
|
-
readonly clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
629
|
-
readonly showPassword: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
630
|
-
readonly showWordLimit: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
631
|
-
readonly suffixIcon: {
|
|
632
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
633
|
-
readonly required: false;
|
|
634
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
635
|
-
__epPropKey: true;
|
|
636
|
-
};
|
|
637
|
-
readonly prefixIcon: {
|
|
638
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
639
|
-
readonly required: false;
|
|
640
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
641
|
-
__epPropKey: true;
|
|
642
|
-
};
|
|
643
|
-
readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
644
|
-
readonly label: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
645
|
-
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
646
|
-
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
647
|
-
readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
648
|
-
}>> & {
|
|
649
|
-
onChange?: ((value: string) => any) | undefined;
|
|
650
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
651
|
-
onInput?: ((value: string) => any) | undefined;
|
|
652
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
653
|
-
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
654
|
-
onClear?: (() => any) | undefined;
|
|
655
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
656
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
657
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
658
|
-
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
659
|
-
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
660
|
-
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
661
|
-
}>>;
|
|
662
|
-
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
663
|
-
rawAttrs: {
|
|
664
|
-
[x: string]: unknown;
|
|
665
|
-
};
|
|
666
|
-
slots: Readonly<{
|
|
667
|
-
[name: string]: import("vue").Slot<any> | undefined;
|
|
668
|
-
}>;
|
|
669
|
-
containerAttrs: import("vue").ComputedRef<Record<string, unknown>>;
|
|
670
|
-
containerKls: import("vue").ComputedRef<unknown[]>;
|
|
671
|
-
wrapperKls: import("vue").ComputedRef<string[]>;
|
|
672
|
-
attrs: import("vue").ComputedRef<Record<string, unknown>>;
|
|
673
|
-
form: import("element-plus").FormContext | undefined;
|
|
674
|
-
formItem: import("element-plus").FormItemContext | undefined;
|
|
675
|
-
inputId: import("vue").Ref<string | undefined>;
|
|
676
|
-
inputSize: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
677
|
-
inputDisabled: import("vue").ComputedRef<boolean>;
|
|
678
|
-
nsInput: {
|
|
679
|
-
namespace: import("vue").ComputedRef<string>;
|
|
680
|
-
b: (blockSuffix?: string | undefined) => string;
|
|
681
|
-
e: (element?: string | undefined) => string;
|
|
682
|
-
m: (modifier?: string | undefined) => string;
|
|
683
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
684
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
685
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
686
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
687
|
-
is: {
|
|
688
|
-
(name: string, state: boolean | undefined): string;
|
|
689
|
-
(name: string): string;
|
|
690
|
-
};
|
|
691
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
692
|
-
cssVarName: (name: string) => string;
|
|
693
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
694
|
-
cssVarBlockName: (name: string) => string;
|
|
695
|
-
};
|
|
696
|
-
nsTextarea: {
|
|
697
|
-
namespace: import("vue").ComputedRef<string>;
|
|
698
|
-
b: (blockSuffix?: string | undefined) => string;
|
|
699
|
-
e: (element?: string | undefined) => string;
|
|
700
|
-
m: (modifier?: string | undefined) => string;
|
|
701
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
702
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
703
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
704
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
705
|
-
is: {
|
|
706
|
-
(name: string, state: boolean | undefined): string;
|
|
707
|
-
(name: string): string;
|
|
708
|
-
};
|
|
709
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
710
|
-
cssVarName: (name: string) => string;
|
|
711
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
712
|
-
cssVarBlockName: (name: string) => string;
|
|
713
|
-
};
|
|
714
|
-
input: import("vue").ShallowRef<HTMLInputElement | undefined>;
|
|
715
|
-
textarea: import("vue").ShallowRef<HTMLTextAreaElement | undefined>;
|
|
716
|
-
focused: import("vue").Ref<boolean>;
|
|
717
|
-
hovering: import("vue").Ref<boolean>;
|
|
718
|
-
isComposing: import("vue").Ref<boolean>;
|
|
719
|
-
passwordVisible: import("vue").Ref<boolean>;
|
|
720
|
-
countStyle: import("vue").Ref<import("vue").StyleValue | undefined>;
|
|
721
|
-
textareaCalcStyle: import("vue").ShallowRef<import("vue").StyleValue>;
|
|
722
|
-
_ref: import("vue").ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
|
723
|
-
needStatusIcon: import("vue").ComputedRef<boolean>;
|
|
724
|
-
validateState: import("vue").ComputedRef<"" | "success" | "error" | "validating">;
|
|
725
|
-
validateIcon: import("vue").ComputedRef<"" | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
|
|
726
|
-
passwordIcon: import("vue").ComputedRef<import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>;
|
|
727
|
-
containerStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
728
|
-
textareaStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
729
|
-
nativeInputValue: import("vue").ComputedRef<string>;
|
|
730
|
-
showClear: import("vue").ComputedRef<boolean>;
|
|
731
|
-
showPwdVisible: import("vue").ComputedRef<boolean>;
|
|
732
|
-
isWordLimitVisible: import("vue").ComputedRef<boolean>;
|
|
733
|
-
textLength: import("vue").ComputedRef<number>;
|
|
734
|
-
inputExceed: import("vue").ComputedRef<boolean>;
|
|
735
|
-
suffixVisible: import("vue").ComputedRef<boolean>;
|
|
736
|
-
recordCursor: () => void;
|
|
737
|
-
setCursor: () => void;
|
|
738
|
-
resizeTextarea: () => void;
|
|
739
|
-
createOnceInitResize: (resizeTextarea: () => void) => () => void;
|
|
740
|
-
onceInitSizeTextarea: () => void;
|
|
741
|
-
setNativeInputValue: () => void;
|
|
742
|
-
handleInput: (event: Event) => Promise<void>;
|
|
743
|
-
handleChange: (event: Event) => void;
|
|
744
|
-
handleCompositionStart: (event: CompositionEvent) => void;
|
|
745
|
-
handleCompositionUpdate: (event: CompositionEvent) => void;
|
|
746
|
-
handleCompositionEnd: (event: CompositionEvent) => void;
|
|
747
|
-
handlePasswordVisible: () => void;
|
|
748
|
-
focus: () => Promise<void>;
|
|
749
|
-
blur: () => void | undefined;
|
|
750
|
-
handleFocus: (event: FocusEvent) => void;
|
|
751
|
-
handleBlur: (event: FocusEvent) => void;
|
|
752
|
-
handleMouseLeave: (evt: MouseEvent) => void;
|
|
753
|
-
handleMouseEnter: (evt: MouseEvent) => void;
|
|
754
|
-
handleKeydown: (evt: KeyboardEvent) => void;
|
|
755
|
-
select: () => void;
|
|
756
|
-
clear: () => void;
|
|
757
|
-
ElIcon: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
758
|
-
readonly size: {
|
|
759
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>;
|
|
760
|
-
readonly required: false;
|
|
761
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
762
|
-
__epPropKey: true;
|
|
763
|
-
};
|
|
764
|
-
readonly color: {
|
|
765
|
-
readonly type: import("vue").PropType<string>;
|
|
766
|
-
readonly required: false;
|
|
767
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
768
|
-
__epPropKey: true;
|
|
769
|
-
};
|
|
770
|
-
}, {
|
|
771
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
772
|
-
readonly size: {
|
|
773
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>;
|
|
774
|
-
readonly required: false;
|
|
775
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
776
|
-
__epPropKey: true;
|
|
777
|
-
};
|
|
778
|
-
readonly color: {
|
|
779
|
-
readonly type: import("vue").PropType<string>;
|
|
780
|
-
readonly required: false;
|
|
781
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
782
|
-
__epPropKey: true;
|
|
783
|
-
};
|
|
784
|
-
}>> & {
|
|
785
|
-
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
786
|
-
}>>;
|
|
787
|
-
ns: {
|
|
788
|
-
namespace: import("vue").ComputedRef<string>;
|
|
789
|
-
b: (blockSuffix?: string | undefined) => string;
|
|
790
|
-
e: (element?: string | undefined) => string;
|
|
791
|
-
m: (modifier?: string | undefined) => string;
|
|
792
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
793
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
794
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
795
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
796
|
-
is: {
|
|
797
|
-
(name: string, state: boolean | undefined): string;
|
|
798
|
-
(name: string): string;
|
|
799
|
-
};
|
|
800
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
801
|
-
cssVarName: (name: string) => string;
|
|
802
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
803
|
-
cssVarBlockName: (name: string) => string;
|
|
804
|
-
};
|
|
805
|
-
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
806
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
807
|
-
readonly size: {
|
|
808
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>;
|
|
809
|
-
readonly required: false;
|
|
810
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
811
|
-
__epPropKey: true;
|
|
812
|
-
};
|
|
813
|
-
readonly color: {
|
|
814
|
-
readonly type: import("vue").PropType<string>;
|
|
815
|
-
readonly required: false;
|
|
816
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
817
|
-
__epPropKey: true;
|
|
818
|
-
};
|
|
819
|
-
}>>, {}, {}>> & Record<string, any>;
|
|
820
|
-
CircleClose: import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
821
|
-
NOOP: () => void;
|
|
822
|
-
}> & {} & import("vue").ComponentCustomProperties & {}) | null>;
|
|
20
|
+
inputRef: import("vue").Ref<ElInputInstance>;
|
|
823
21
|
isEdit: import("vue").Ref<boolean>;
|
|
824
22
|
inputValue: import("vue").Ref<string>;
|
|
825
23
|
errorMessage: import("vue").Ref<string>;
|