@fangzhongya/fang-ui 0.0.36 → 0.0.38
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/dist/components/alert/index.d.ts +4 -4
- package/dist/components/alert/src/index.d.ts +8 -8
- package/dist/components/array/index.d.ts +3 -3
- package/dist/components/array/src/index.cjs +10 -16
- package/dist/components/array/src/index.d.ts +1 -1
- package/dist/components/array/src/index.js +11 -17
- package/dist/components/box/index.css +1 -1
- package/dist/components/box/index.d.ts +3 -3
- package/dist/components/box/src/index.d.ts +1 -1
- package/dist/components/box-adjust/index.css +1 -1
- package/dist/components/box-adjust/index.d.ts +3 -3
- package/dist/components/box-adjust/src/index.d.ts +1 -1
- package/dist/components/box-local/index.css +1 -1
- package/dist/components/box-local/index.d.ts +3 -3
- package/dist/components/box-local/src/index.d.ts +1 -1
- package/dist/components/box-title/index.css +1 -1
- package/dist/components/box-title/index.scss +1 -1
- package/dist/components/box-title/src/index.cjs +10 -14
- package/dist/components/box-title/src/index.js +11 -15
- package/dist/components/button/index.d.ts +5 -5
- package/dist/components/button/src/index.d.ts +10 -10
- package/dist/components/cascader/index.d.ts +2 -2
- package/dist/components/cascader/src/index.d.ts +4 -4
- package/dist/components/cascader-panel/index.d.ts +1 -1
- package/dist/components/cascader-panel/src/index.d.ts +2 -2
- package/dist/components/cascaders/index.d.ts +4 -4
- package/dist/components/cascaders/src/data.d.ts +2 -2
- package/dist/components/cascaders/src/index.d.ts +4 -4
- package/dist/components/checkbox/index.d.ts +4 -4
- package/dist/components/checkbox/src/index.d.ts +8 -8
- package/dist/components/checkbox-group/index.d.ts +4 -4
- package/dist/components/checkbox-group/src/index.d.ts +8 -8
- package/dist/components/checks/index.d.ts +4 -4
- package/dist/components/checks/src/data.d.ts +2 -2
- package/dist/components/checks/src/index.d.ts +4 -4
- package/dist/components/collapse/index.d.ts +4 -4
- package/dist/components/collapse/src/index.d.ts +8 -8
- package/dist/components/collapse-item/index.d.ts +3 -3
- package/dist/components/collapse-item/src/index.d.ts +6 -6
- package/dist/components/common/list.d.ts +2 -2
- package/dist/components/common/urls.d.ts +1 -1
- package/dist/components/dates/index.css +1 -1
- package/dist/components/dates/index.d.ts +4 -4
- package/dist/components/dates/src/data.d.ts +2 -2
- package/dist/components/dates/src/index.d.ts +4 -4
- package/dist/components/dialog/index.d.ts +309 -46
- package/dist/components/dialog/index.scss +1 -28
- package/dist/components/dialog/src/data.cjs +5 -15
- package/dist/components/dialog/src/data.d.ts +13 -17
- package/dist/components/dialog/src/data.js +5 -15
- package/dist/components/dialog/src/index.cjs +28 -68
- package/dist/components/dialog/src/index.d.ts +599 -28
- package/dist/components/dialog/src/index.js +29 -69
- package/dist/components/dialog/style/index2.scss +0 -1
- package/dist/components/{cs-config → dialogs}/index.cjs +4 -3
- package/dist/components/{dialog → dialogs}/index.css +5 -5
- package/dist/components/dialogs/index.d.ts +59 -0
- package/dist/components/{cs-i18n → dialogs}/index.js +4 -3
- package/dist/components/dialogs/index.scss +32 -0
- package/dist/components/dialogs/src/data.cjs +19 -0
- package/dist/components/dialogs/src/data.d.ts +18 -0
- package/dist/components/dialogs/src/data.js +19 -0
- package/dist/components/dialogs/src/index.cjs +84 -0
- package/dist/components/{frame/common/box-teleport.d.ts → dialogs/src/index.d.ts} +17 -15
- package/dist/components/dialogs/src/index.js +84 -0
- package/dist/components/dialogs/style/index2.scss +3 -0
- package/dist/components/divider/index.cjs +1 -0
- package/dist/components/divider/index.d.ts +21 -70
- package/dist/components/divider/index.js +1 -0
- package/dist/components/divider/index.scss +5 -0
- package/dist/components/divider/src/data.cjs +1 -9
- package/dist/components/divider/src/data.d.ts +4 -4
- package/dist/components/divider/src/data.js +1 -9
- package/dist/components/divider/src/index.cjs +8 -32
- package/dist/components/divider/src/index.d.ts +34 -121
- package/dist/components/divider/src/index.js +8 -32
- package/dist/components/divider/style/index2.scss +2 -0
- package/dist/components/drawer/index.d.ts +86 -295
- package/dist/components/drawer/index.scss +2 -10
- package/dist/components/drawer/src/data.d.ts +1 -1
- package/dist/components/drawer/src/index.cjs +14 -13
- package/dist/components/drawer/src/index.d.ts +169 -588
- package/dist/components/drawer/src/index.js +11 -10
- package/dist/components/drawer/style/index2.scss +2 -0
- package/dist/components/edit/index.d.ts +1 -1
- package/dist/components/edit/src/index.cjs +9 -16
- package/dist/components/edit/src/index.d.ts +1 -1
- package/dist/components/edit/src/index.js +10 -17
- package/dist/components/edit-float/index.css +6 -6
- package/dist/components/edit-float/index.d.ts +1 -1
- package/dist/components/edit-float/src/index.cjs +1 -1
- package/dist/components/edit-float/src/index.d.ts +1 -1
- package/dist/components/edit-float/src/index.js +1 -1
- package/dist/components/edit-float/src/index2.cjs +9 -16
- package/dist/components/edit-float/src/index2.js +10 -17
- package/dist/components/form/index.d.ts +2 -2
- package/dist/components/form/src/index.d.ts +2 -2
- package/dist/components/forms/index.d.ts +24 -24
- package/dist/components/forms/src/data.d.ts +1 -1
- package/dist/components/forms/src/index.d.ts +11 -11
- package/dist/components/forms-drag/index.d.ts +23 -23
- package/dist/components/forms-drag/src/index.d.ts +10 -10
- package/dist/components/global-config/index.css +0 -44
- package/dist/components/history/index.css +4 -4
- package/dist/components/history/src/index.cjs +1 -1
- package/dist/components/history/src/index.js +1 -1
- package/dist/components/history/src/index2.cjs +31 -40
- package/dist/components/history/src/index2.js +22 -31
- package/dist/components/icon-picker/src/index.cjs +2 -2
- package/dist/components/icon-picker/src/index.js +2 -2
- package/dist/components/image/index.d.ts +1 -1
- package/dist/components/image/src/index.d.ts +2 -2
- package/dist/components/index.cjs +214 -226
- package/dist/components/index.d.ts +2 -8
- package/dist/components/index.js +3 -15
- package/dist/components/index.scss +5 -3
- package/dist/components/index2.scss +6 -4
- package/dist/components/input/index.d.ts +5 -5
- package/dist/components/input/src/index.d.ts +10 -10
- package/dist/components/input-array/index.d.ts +3 -3
- package/dist/components/input-array/src/index.cjs +15 -22
- package/dist/components/input-array/src/index.d.ts +1 -1
- package/dist/components/input-array/src/index.js +12 -19
- package/dist/components/input-history/index.css +13 -13
- package/dist/components/input-history/index.d.ts +4 -4
- package/dist/components/input-history/src/index.cjs +1 -1
- package/dist/components/input-history/src/index.d.ts +3 -3
- package/dist/components/input-history/src/index.js +1 -1
- package/dist/components/input-history/src/index2.cjs +13 -22
- package/dist/components/input-history/src/index2.js +9 -18
- package/dist/components/input-number/index.d.ts +2 -2
- package/dist/components/input-number/src/index.d.ts +4 -4
- package/dist/components/input-select/index.cjs +3 -2
- package/dist/components/input-select/index.css +25 -11
- package/dist/components/input-select/index.d.ts +80 -221
- package/dist/components/input-select/index.js +3 -2
- package/dist/components/input-select/index.scss +4 -4
- package/dist/components/input-select/src/data.d.ts +2 -2
- package/dist/components/input-select/src/index.cjs +204 -5
- package/dist/components/input-select/src/index.d.ts +150 -433
- package/dist/components/input-select/src/index.js +204 -5
- package/dist/components/input-select/src/index2.cjs +2 -219
- package/dist/components/input-select/src/index2.js +1 -218
- package/dist/components/labels/index.d.ts +4 -4
- package/dist/components/labels/src/data.d.ts +2 -2
- package/dist/components/labels/src/index.d.ts +4 -4
- package/dist/components/lists/index.d.ts +2 -2
- package/dist/components/lists/src/index.d.ts +2 -2
- package/dist/components/page/index.css +0 -21
- package/dist/components/page/index.d.ts +44 -44
- package/dist/components/page/set-column.css +8 -8
- package/dist/components/page/src/index.cjs +3 -3
- package/dist/components/page/src/index.d.ts +81 -81
- package/dist/components/page/src/index.js +3 -3
- package/dist/components/page/src/set-column.cjs +1 -1
- package/dist/components/page/src/set-column.js +1 -1
- package/dist/components/page/src/set-column2.cjs +2 -2
- package/dist/components/page/src/set-column2.js +2 -2
- package/dist/components/popconfirm/index.d.ts +5 -5
- package/dist/components/popconfirm/src/index.d.ts +10 -10
- package/dist/components/popover/index.d.ts +6 -6
- package/dist/components/popover/src/index.d.ts +12 -12
- package/dist/components/popup/index.css +1 -1
- package/dist/components/popup/index.d.ts +3 -3
- package/dist/components/popup/src/index.d.ts +1 -1
- package/dist/components/radio/index.d.ts +4 -4
- package/dist/components/radio/src/index.d.ts +8 -8
- package/dist/components/radio-group/index.d.ts +3 -3
- package/dist/components/radio-group/src/index.d.ts +6 -6
- package/dist/components/retract/index.d.ts +6 -6
- package/dist/components/retract/src/index.cjs +11 -14
- package/dist/components/retract/src/index.d.ts +3 -3
- package/dist/components/retract/src/index.js +12 -15
- package/dist/components/right-key/index.d.ts +3 -3
- package/dist/components/right-key/src/data.d.ts +1 -1
- package/dist/components/right-key/src/index.cjs +4 -4
- package/dist/components/right-key/src/index.d.ts +2 -2
- package/dist/components/right-key/src/index.js +2 -2
- package/dist/components/role-select/index.d.ts +2 -2
- package/dist/components/role-select/src/index.d.ts +4 -4
- package/dist/components/select/index.d.ts +1 -1
- package/dist/components/select/src/index.d.ts +2 -2
- package/dist/components/select-dialog/src/index.cjs +2 -2
- package/dist/components/select-dialog/src/index.js +2 -2
- package/dist/components/select-popover/index.d.ts +1 -1
- package/dist/components/select-popover/src/index.d.ts +2 -2
- package/dist/components/selector/index.d.ts +1 -1
- package/dist/components/selector/src/index.d.ts +1 -1
- package/dist/components/selects/index.d.ts +4 -4
- package/dist/components/selects/src/data.d.ts +2 -2
- package/dist/components/selects/src/index.d.ts +4 -4
- package/dist/components/stick-edge/index.d.ts +15 -15
- package/dist/components/stick-edge/src/index.d.ts +9 -9
- package/dist/components/stick-window/src/index.cjs +11 -15
- package/dist/components/stick-window/src/index.js +10 -14
- package/dist/components/switch/index.d.ts +5 -5
- package/dist/components/switch/src/index.d.ts +10 -10
- package/dist/components/switchs/index.d.ts +4 -4
- package/dist/components/switchs/src/data.d.ts +2 -2
- package/dist/components/switchs/src/index.d.ts +4 -4
- package/dist/components/tables/common/pagin.d.ts +1 -1
- package/dist/components/tables/index.d.ts +3 -3
- package/dist/components/tables/src/index.d.ts +1 -1
- package/dist/components/tablesp/index.d.ts +12 -12
- package/dist/components/tablesp/src/index.d.ts +15 -15
- package/dist/components/tabless/index.d.ts +12 -12
- package/dist/components/tabless/src/index.d.ts +15 -15
- package/dist/components/tablesv/index.d.ts +3 -3
- package/dist/components/tablesv/src/index.d.ts +1 -1
- package/dist/components/tablesvp/index.d.ts +12 -12
- package/dist/components/tablesvp/src/index.d.ts +15 -15
- package/dist/components/tooltip/index.d.ts +6 -6
- package/dist/components/tooltip/src/index.d.ts +12 -12
- package/dist/components/tree-select-box/index.d.ts +2 -2
- package/dist/components/tree-select-box/src/index.d.ts +4 -4
- package/dist/components/upload/index.d.ts +4 -4
- package/dist/components/upload/src/index.d.ts +8 -8
- package/dist/components/user-select/index.d.ts +2 -2
- package/dist/components/user-select/src/index.d.ts +4 -4
- package/dist/components/window/index.css +1 -1
- package/dist/components/window/index.d.ts +3 -3
- package/dist/components/window/src/index.cjs +28 -47
- package/dist/components/window/src/index.d.ts +1 -1
- package/dist/components/window/src/index.js +24 -43
- package/dist/expand/{chunk-IMQMZ66E.js → chunk-5DCURPLA.js} +81 -9
- package/dist/expand/{chunk-KYVOOBKQ.cjs → chunk-NWMTWNXH.cjs} +81 -9
- package/dist/expand/components.cjs +16 -12
- package/dist/expand/components.d.cts +2 -1
- package/dist/expand/components.d.ts +2 -1
- package/dist/expand/components.js +12 -8
- package/dist/expand/config.cjs +2 -2
- package/dist/expand/config.js +1 -1
- package/dist/hooks/global-config/index.cjs +0 -6
- package/dist/hooks/global-config/index.js +0 -6
- package/dist/icons/index.css +143 -0
- package/dist/icons/index.json +31 -0
- package/dist/icons/vue/bar.cjs +20 -0
- package/dist/icons/vue/bar.d.ts +3 -0
- package/dist/icons/vue/bar.js +20 -0
- package/dist/{locale/common.cjs → icons/vue/bar2.cjs} +3 -7
- package/dist/icons/vue/bar2.js +6 -0
- package/dist/icons/vue/below.cjs +20 -0
- package/dist/icons/vue/below.d.ts +3 -0
- package/dist/icons/vue/below.js +20 -0
- package/dist/icons/vue/below2.cjs +6 -0
- package/dist/icons/vue/below2.js +6 -0
- package/dist/icons/vue/clear.cjs +25 -0
- package/dist/icons/vue/clear.d.ts +3 -0
- package/dist/icons/vue/clear.js +25 -0
- package/dist/icons/vue/clear2.cjs +6 -0
- package/dist/icons/vue/clear2.js +6 -0
- package/dist/icons/vue/close.cjs +19 -0
- package/dist/icons/vue/close.d.ts +3 -0
- package/dist/icons/vue/close.js +19 -0
- package/dist/icons/vue/close2.cjs +6 -0
- package/dist/icons/vue/close2.js +6 -0
- package/dist/icons/vue/edit.cjs +24 -0
- package/dist/icons/vue/edit.d.ts +3 -0
- package/dist/icons/vue/edit.js +24 -0
- package/dist/icons/vue/edit2.cjs +6 -0
- package/dist/icons/vue/edit2.js +6 -0
- package/dist/icons/vue/frame.cjs +20 -0
- package/dist/icons/vue/frame.d.ts +3 -0
- package/dist/icons/vue/frame.js +20 -0
- package/dist/icons/vue/frame2.cjs +6 -0
- package/dist/icons/vue/frame2.js +6 -0
- package/dist/icons/vue/index.cjs +18 -0
- package/dist/icons/vue/index.d.ts +9 -0
- package/dist/icons/vue/index.js +26 -8
- package/dist/icons/vue/left.cjs +20 -0
- package/dist/icons/vue/left.d.ts +3 -0
- package/dist/icons/vue/left.js +20 -0
- package/dist/icons/vue/left2.cjs +6 -0
- package/dist/icons/vue/left2.js +6 -0
- package/dist/icons/vue/right.cjs +19 -0
- package/dist/icons/vue/right.d.ts +3 -0
- package/dist/icons/vue/right.js +19 -0
- package/dist/icons/vue/right2.cjs +6 -0
- package/dist/icons/vue/right2.js +6 -0
- package/dist/icons/vue/star.cjs +20 -0
- package/dist/icons/vue/star.d.ts +3 -0
- package/dist/icons/vue/star.js +20 -0
- package/dist/icons/vue/star2.cjs +6 -0
- package/dist/icons/vue/star2.js +6 -0
- package/dist/index.cjs +233 -245
- package/dist/index.css +139 -66
- package/dist/index.js +3 -15
- package/dist/utils/vues/getBuildProps.cjs +0 -13
- package/dist/utils/vues/getBuildProps.js +1 -14
- package/package.json +6 -6
- package/dist/components/cs-config/index.d.ts +0 -45
- package/dist/components/cs-config/index.js +0 -7
- package/dist/components/cs-config/src/data.cjs +0 -41
- package/dist/components/cs-config/src/data.d.ts +0 -23
- package/dist/components/cs-config/src/data.js +0 -41
- package/dist/components/cs-config/src/index.cjs +0 -38
- package/dist/components/cs-config/src/index.d.ts +0 -35
- package/dist/components/cs-config/src/index.js +0 -38
- package/dist/components/cs-config/src/index2.d.ts +0 -22
- package/dist/components/cs-emits/index.cjs +0 -7
- package/dist/components/cs-emits/index.d.ts +0 -8
- package/dist/components/cs-emits/index.js +0 -7
- package/dist/components/cs-emits/src/data.cjs +0 -10
- package/dist/components/cs-emits/src/data.d.ts +0 -11
- package/dist/components/cs-emits/src/data.js +0 -10
- package/dist/components/cs-emits/src/index.cjs +0 -25
- package/dist/components/cs-emits/src/index.d.ts +0 -7
- package/dist/components/cs-emits/src/index.js +0 -25
- package/dist/components/cs-emits/src/index2.cjs +0 -4
- package/dist/components/cs-emits/src/index2.js +0 -4
- package/dist/components/cs-expose/index.cjs +0 -7
- package/dist/components/cs-expose/index.d.ts +0 -7
- package/dist/components/cs-expose/index.js +0 -7
- package/dist/components/cs-expose/src/data.cjs +0 -7
- package/dist/components/cs-expose/src/data.d.ts +0 -12
- package/dist/components/cs-expose/src/data.js +0 -7
- package/dist/components/cs-expose/src/index.cjs +0 -30
- package/dist/components/cs-expose/src/index.d.ts +0 -8
- package/dist/components/cs-expose/src/index.js +0 -30
- package/dist/components/cs-expose/src/index2.cjs +0 -4
- package/dist/components/cs-expose/src/index2.js +0 -4
- package/dist/components/cs-i18n/index.cjs +0 -7
- package/dist/components/cs-i18n/index.d.ts +0 -16
- package/dist/components/cs-i18n/src/data.cjs +0 -14
- package/dist/components/cs-i18n/src/data.d.ts +0 -12
- package/dist/components/cs-i18n/src/data.js +0 -14
- package/dist/components/cs-i18n/src/index.cjs +0 -55
- package/dist/components/cs-i18n/src/index.d.ts +0 -15
- package/dist/components/cs-i18n/src/index.js +0 -55
- package/dist/components/cs-i18n/src/index2.cjs +0 -4
- package/dist/components/cs-i18n/src/index2.js +0 -4
- package/dist/components/cs-props/index.cjs +0 -7
- package/dist/components/cs-props/index.d.ts +0 -74
- package/dist/components/cs-props/index.js +0 -7
- package/dist/components/cs-props/src/data.cjs +0 -78
- package/dist/components/cs-props/src/data.d.ts +0 -76
- package/dist/components/cs-props/src/data.js +0 -78
- package/dist/components/cs-props/src/index.cjs +0 -40
- package/dist/components/cs-props/src/index.d.ts +0 -73
- package/dist/components/cs-props/src/index.js +0 -40
- package/dist/components/cs-props/src/index2.cjs +0 -4
- package/dist/components/cs-props/src/index2.js +0 -4
- package/dist/components/cs-slot/index.cjs +0 -7
- package/dist/components/cs-slot/index.d.ts +0 -25
- package/dist/components/cs-slot/index.js +0 -7
- package/dist/components/cs-slot/src/data.cjs +0 -10
- package/dist/components/cs-slot/src/data.d.ts +0 -19
- package/dist/components/cs-slot/src/data.js +0 -10
- package/dist/components/cs-slot/src/index.cjs +0 -46
- package/dist/components/cs-slot/src/index.d.ts +0 -23
- package/dist/components/cs-slot/src/index.js +0 -46
- package/dist/components/cs-slot/src/index2.cjs +0 -4
- package/dist/components/cs-slot/src/index2.js +0 -4
- package/dist/components/cs-title/index.cjs +0 -7
- package/dist/components/cs-title/index.d.ts +0 -20
- package/dist/components/cs-title/index.js +0 -7
- package/dist/components/cs-title/src/data.cjs +0 -5
- package/dist/components/cs-title/src/data.d.ts +0 -16
- package/dist/components/cs-title/src/data.js +0 -5
- package/dist/components/cs-title/src/index.cjs +0 -20
- package/dist/components/cs-title/src/index.d.ts +0 -18
- package/dist/components/cs-title/src/index.js +0 -20
- package/dist/components/cs-title/src/index.scss +0 -17
- package/dist/components/cs-title/src/index2.cjs +0 -4
- package/dist/components/cs-title/src/index2.js +0 -4
- package/dist/components/drawer/index.css +0 -57
- package/dist/components/drawer/style/cs.scss +0 -12
- package/dist/components/frame/common/box-teleport.cjs +0 -33
- package/dist/components/frame/common/box-teleport.js +0 -33
- package/dist/components/frame/common/box-teleport2.cjs +0 -4
- package/dist/components/frame/common/box-teleport2.js +0 -4
- package/dist/locale/common.js +0 -10
- package/dist/locale/en.cjs +0 -25
- package/dist/locale/en.js +0 -25
- package/dist/locale/index.cjs +0 -8
- package/dist/locale/index.js +0 -8
- /package/dist/components/{cs-config → dialogs}/src/index2.cjs +0 -0
- /package/dist/components/{cs-config → dialogs}/src/index2.js +0 -0
- /package/dist/components/{time-picker → pagination}/index.css +0 -0
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ComponentInternalInstance, StyleValue, CSSProperties, Component, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, ExtractPropTypes, PropType, ShallowRef, ComputedRef, Ref, ComponentOptionsMixin, GlobalComponents, GlobalDirectives, ComponentProvideOptions, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, DefineComponent, PublicProps } from 'vue';
|
|
2
|
-
import {
|
|
2
|
+
import { EpPropMergeType, EpPropFinalized, Mutable } from 'element-plus/es/utils';
|
|
3
|
+
import { InputAutoSize } from 'element-plus/es/components/input';
|
|
3
4
|
import { OnCleanup } from '@vue/reactivity';
|
|
4
5
|
declare function __VLS_template(): {
|
|
5
6
|
attrs: Partial<{}>;
|
|
@@ -12,27 +13,27 @@ declare function __VLS_template(): {
|
|
|
12
13
|
readonly disabled: boolean;
|
|
13
14
|
readonly id: string;
|
|
14
15
|
readonly type: string;
|
|
15
|
-
readonly modelValue: string | number | null | undefined
|
|
16
|
-
readonly tabindex:
|
|
16
|
+
readonly modelValue: EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
17
|
+
readonly tabindex: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
17
18
|
readonly readonly: boolean;
|
|
18
19
|
readonly autosize: InputAutoSize;
|
|
19
20
|
readonly autocomplete: string;
|
|
20
21
|
readonly containerRole: string;
|
|
21
|
-
readonly validateEvent:
|
|
22
|
+
readonly validateEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
22
23
|
readonly inputStyle: StyleValue;
|
|
23
24
|
readonly rows: number;
|
|
24
|
-
readonly inputmode: "text" | "search" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined
|
|
25
|
+
readonly inputmode: EpPropMergeType<(new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined) | ((new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined))[], unknown, unknown>;
|
|
25
26
|
readonly clearable: boolean;
|
|
26
27
|
readonly showPassword: boolean;
|
|
27
28
|
readonly showWordLimit: boolean;
|
|
28
29
|
readonly autofocus: boolean;
|
|
29
30
|
}> & Omit<{
|
|
30
31
|
readonly type: string;
|
|
31
|
-
readonly modelValue: string | number | null;
|
|
32
32
|
readonly disabled: boolean;
|
|
33
33
|
readonly autofocus: boolean;
|
|
34
|
-
readonly
|
|
35
|
-
readonly
|
|
34
|
+
readonly modelValue: string | number | null;
|
|
35
|
+
readonly tabindex: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
36
|
+
readonly validateEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
36
37
|
readonly clearable: boolean;
|
|
37
38
|
readonly readonly: boolean;
|
|
38
39
|
readonly autosize: InputAutoSize;
|
|
@@ -41,20 +42,20 @@ declare function __VLS_template(): {
|
|
|
41
42
|
readonly showWordLimit: boolean;
|
|
42
43
|
readonly inputStyle: string | false | CSSProperties | StyleValue[] | null;
|
|
43
44
|
readonly rows: number;
|
|
44
|
-
readonly size?:
|
|
45
|
+
readonly size?: EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never> | undefined;
|
|
45
46
|
readonly name?: string | undefined;
|
|
46
|
-
readonly form?: string | undefined;
|
|
47
47
|
readonly placeholder?: string | undefined;
|
|
48
|
+
readonly form?: string | undefined;
|
|
48
49
|
readonly ariaLabel?: string | undefined;
|
|
49
50
|
readonly id?: string | undefined;
|
|
50
|
-
readonly prefixIcon?: (string | Component) | undefined;
|
|
51
|
-
readonly inputmode?: "text" | "search" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined
|
|
52
|
-
readonly maxlength?:
|
|
53
|
-
readonly minlength?:
|
|
54
|
-
readonly resize?:
|
|
51
|
+
readonly prefixIcon?: EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown> | undefined;
|
|
52
|
+
readonly inputmode?: EpPropMergeType<(new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined) | ((new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined))[], unknown, unknown>;
|
|
53
|
+
readonly maxlength?: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
|
54
|
+
readonly minlength?: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
|
55
|
+
readonly resize?: EpPropMergeType<StringConstructor, "none" | "horizontal" | "vertical" | "both", unknown> | undefined;
|
|
55
56
|
readonly formatter?: Function | undefined;
|
|
56
57
|
readonly parser?: Function | undefined;
|
|
57
|
-
readonly suffixIcon?: (string | Component) | undefined;
|
|
58
|
+
readonly suffixIcon?: EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown> | undefined;
|
|
58
59
|
readonly containerRole?: string | undefined;
|
|
59
60
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined | undefined;
|
|
60
61
|
onChange?: ((value: string) => any) | undefined | undefined;
|
|
@@ -68,7 +69,7 @@ declare function __VLS_template(): {
|
|
|
68
69
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
69
70
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
70
71
|
onClear?: (() => any) | undefined | undefined;
|
|
71
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "type" | "
|
|
72
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "type" | "disabled" | "autofocus" | "modelValue" | "id" | "tabindex" | "validateEvent" | "clearable" | "readonly" | "inputmode" | "autosize" | "autocomplete" | "showPassword" | "showWordLimit" | "containerRole" | "inputStyle" | "rows">;
|
|
72
73
|
$attrs: {
|
|
73
74
|
[x: string]: unknown;
|
|
74
75
|
};
|
|
@@ -81,84 +82,48 @@ declare function __VLS_template(): {
|
|
|
81
82
|
$root: ComponentPublicInstance | null;
|
|
82
83
|
$parent: ComponentPublicInstance | null;
|
|
83
84
|
$host: Element | null;
|
|
84
|
-
$emit: ((event: "clear") => void) & ((event: "input", value: string) => void) & ((event: "
|
|
85
|
+
$emit: ((event: "clear") => void) & ((event: "input", value: string) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
85
86
|
$el: any;
|
|
86
87
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
87
|
-
readonly inputmode:
|
|
88
|
-
readonly type: PropType<"text" | "search" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined>;
|
|
89
|
-
readonly required: false;
|
|
90
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
91
|
-
__epPropKey: true;
|
|
92
|
-
} & {
|
|
93
|
-
readonly default: undefined;
|
|
94
|
-
};
|
|
88
|
+
readonly inputmode: EpPropFinalized<(new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined) | ((new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined))[], unknown, unknown, undefined, boolean>;
|
|
95
89
|
readonly name: StringConstructor;
|
|
96
90
|
readonly ariaLabel: StringConstructor;
|
|
97
|
-
readonly id:
|
|
98
|
-
readonly type: PropType<string>;
|
|
99
|
-
readonly required: false;
|
|
100
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
101
|
-
__epPropKey: true;
|
|
102
|
-
} & {
|
|
103
|
-
readonly default: undefined;
|
|
104
|
-
};
|
|
91
|
+
readonly id: EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
105
92
|
readonly size: {
|
|
106
|
-
readonly type: PropType<"" | "
|
|
93
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
107
94
|
readonly required: false;
|
|
108
95
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
109
96
|
__epPropKey: true;
|
|
110
97
|
};
|
|
111
98
|
readonly disabled: BooleanConstructor;
|
|
112
|
-
readonly modelValue:
|
|
113
|
-
readonly type: PropType<string | number | null | undefined>;
|
|
114
|
-
readonly required: false;
|
|
115
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
116
|
-
__epPropKey: true;
|
|
117
|
-
} & {
|
|
118
|
-
readonly default: "";
|
|
119
|
-
};
|
|
99
|
+
readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
120
100
|
readonly maxlength: {
|
|
121
|
-
readonly type: PropType<
|
|
101
|
+
readonly type: PropType<EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
122
102
|
readonly required: false;
|
|
123
103
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
124
104
|
__epPropKey: true;
|
|
125
105
|
};
|
|
126
106
|
readonly minlength: {
|
|
127
|
-
readonly type: PropType<
|
|
128
|
-
readonly required: false;
|
|
129
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
130
|
-
__epPropKey: true;
|
|
131
|
-
};
|
|
132
|
-
readonly type: {
|
|
133
|
-
readonly type: PropType<string>;
|
|
107
|
+
readonly type: PropType<EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
134
108
|
readonly required: false;
|
|
135
109
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
136
110
|
__epPropKey: true;
|
|
137
|
-
} & {
|
|
138
|
-
readonly default: "text";
|
|
139
111
|
};
|
|
112
|
+
readonly type: EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
140
113
|
readonly resize: {
|
|
141
|
-
readonly type: PropType<"none" | "
|
|
142
|
-
readonly required: false;
|
|
143
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
144
|
-
__epPropKey: true;
|
|
145
|
-
};
|
|
146
|
-
readonly autosize: {
|
|
147
|
-
readonly type: PropType<InputAutoSize>;
|
|
114
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
|
148
115
|
readonly required: false;
|
|
149
116
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
150
117
|
__epPropKey: true;
|
|
151
|
-
} & {
|
|
152
|
-
readonly default: false;
|
|
153
|
-
};
|
|
154
|
-
readonly autocomplete: {
|
|
155
|
-
readonly type: PropType<string>;
|
|
156
|
-
readonly required: false;
|
|
157
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
158
|
-
__epPropKey: true;
|
|
159
|
-
} & {
|
|
160
|
-
readonly default: "off";
|
|
161
118
|
};
|
|
119
|
+
readonly autosize: EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
120
|
+
minRows?: number;
|
|
121
|
+
maxRows?: number;
|
|
122
|
+
}) | (() => InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
123
|
+
minRows?: number;
|
|
124
|
+
maxRows?: number;
|
|
125
|
+
}) | (() => InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
126
|
+
readonly autocomplete: EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
162
127
|
readonly formatter: {
|
|
163
128
|
readonly type: PropType<Function>;
|
|
164
129
|
readonly required: false;
|
|
@@ -188,58 +153,23 @@ declare function __VLS_template(): {
|
|
|
188
153
|
readonly showPassword: BooleanConstructor;
|
|
189
154
|
readonly showWordLimit: BooleanConstructor;
|
|
190
155
|
readonly suffixIcon: {
|
|
191
|
-
readonly type: PropType<string | Component
|
|
156
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown>>;
|
|
192
157
|
readonly required: false;
|
|
193
158
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
194
159
|
__epPropKey: true;
|
|
195
160
|
};
|
|
196
161
|
readonly prefixIcon: {
|
|
197
|
-
readonly type: PropType<string | Component
|
|
162
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown>>;
|
|
198
163
|
readonly required: false;
|
|
199
164
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
200
165
|
__epPropKey: true;
|
|
201
166
|
};
|
|
202
|
-
readonly containerRole:
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
__epPropKey: true;
|
|
207
|
-
} & {
|
|
208
|
-
readonly default: undefined;
|
|
209
|
-
};
|
|
210
|
-
readonly tabindex: {
|
|
211
|
-
readonly type: PropType<string | number>;
|
|
212
|
-
readonly required: false;
|
|
213
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
214
|
-
__epPropKey: true;
|
|
215
|
-
} & {
|
|
216
|
-
readonly default: 0;
|
|
217
|
-
};
|
|
218
|
-
readonly validateEvent: {
|
|
219
|
-
readonly type: PropType<boolean>;
|
|
220
|
-
readonly required: false;
|
|
221
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
222
|
-
__epPropKey: true;
|
|
223
|
-
} & {
|
|
224
|
-
readonly default: true;
|
|
225
|
-
};
|
|
226
|
-
readonly inputStyle: {
|
|
227
|
-
readonly type: PropType<StyleValue>;
|
|
228
|
-
readonly required: false;
|
|
229
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
230
|
-
__epPropKey: true;
|
|
231
|
-
} & {
|
|
232
|
-
readonly default: () => {};
|
|
233
|
-
};
|
|
167
|
+
readonly containerRole: EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
168
|
+
readonly tabindex: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
169
|
+
readonly validateEvent: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
170
|
+
readonly inputStyle: EpPropFinalized<(new (...args: any[]) => string | CSSProperties | StyleValue[]) | (() => StyleValue) | ((new (...args: any[]) => string | CSSProperties | StyleValue[]) | (() => StyleValue))[], unknown, unknown, () => Mutable<{}>, boolean>;
|
|
234
171
|
readonly autofocus: BooleanConstructor;
|
|
235
|
-
readonly rows:
|
|
236
|
-
readonly type: PropType<number>;
|
|
237
|
-
readonly required: false;
|
|
238
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
239
|
-
__epPropKey: true;
|
|
240
|
-
} & {
|
|
241
|
-
readonly default: 2;
|
|
242
|
-
};
|
|
172
|
+
readonly rows: EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
|
243
173
|
}>> & {
|
|
244
174
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
245
175
|
onChange?: ((value: string) => any) | undefined;
|
|
@@ -282,16 +212,16 @@ declare function __VLS_template(): {
|
|
|
282
212
|
readonly disabled: boolean;
|
|
283
213
|
readonly id: string;
|
|
284
214
|
readonly type: string;
|
|
285
|
-
readonly modelValue: string | number | null | undefined
|
|
286
|
-
readonly tabindex:
|
|
215
|
+
readonly modelValue: EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
216
|
+
readonly tabindex: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
287
217
|
readonly readonly: boolean;
|
|
288
218
|
readonly autosize: InputAutoSize;
|
|
289
219
|
readonly autocomplete: string;
|
|
290
220
|
readonly containerRole: string;
|
|
291
|
-
readonly validateEvent:
|
|
221
|
+
readonly validateEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
292
222
|
readonly inputStyle: StyleValue;
|
|
293
223
|
readonly rows: number;
|
|
294
|
-
readonly inputmode: "text" | "search" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined
|
|
224
|
+
readonly inputmode: EpPropMergeType<(new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined) | ((new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined))[], unknown, unknown>;
|
|
295
225
|
readonly clearable: boolean;
|
|
296
226
|
readonly showPassword: boolean;
|
|
297
227
|
readonly showWordLimit: boolean;
|
|
@@ -320,96 +250,60 @@ declare function __VLS_template(): {
|
|
|
320
250
|
readonly disabled: boolean;
|
|
321
251
|
readonly id: string;
|
|
322
252
|
readonly type: string;
|
|
323
|
-
readonly modelValue: string | number | null | undefined
|
|
324
|
-
readonly tabindex:
|
|
253
|
+
readonly modelValue: EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
254
|
+
readonly tabindex: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
325
255
|
readonly readonly: boolean;
|
|
326
256
|
readonly autosize: InputAutoSize;
|
|
327
257
|
readonly autocomplete: string;
|
|
328
258
|
readonly containerRole: string;
|
|
329
|
-
readonly validateEvent:
|
|
259
|
+
readonly validateEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
330
260
|
readonly inputStyle: StyleValue;
|
|
331
261
|
readonly rows: number;
|
|
332
|
-
readonly inputmode: "text" | "search" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined
|
|
262
|
+
readonly inputmode: EpPropMergeType<(new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined) | ((new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined))[], unknown, unknown>;
|
|
333
263
|
readonly clearable: boolean;
|
|
334
264
|
readonly showPassword: boolean;
|
|
335
265
|
readonly showWordLimit: boolean;
|
|
336
266
|
readonly autofocus: boolean;
|
|
337
267
|
}> & Omit<Readonly< ExtractPropTypes<{
|
|
338
|
-
readonly inputmode:
|
|
339
|
-
readonly type: PropType<"text" | "search" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined>;
|
|
340
|
-
readonly required: false;
|
|
341
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
342
|
-
__epPropKey: true;
|
|
343
|
-
} & {
|
|
344
|
-
readonly default: undefined;
|
|
345
|
-
};
|
|
268
|
+
readonly inputmode: EpPropFinalized<(new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined) | ((new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined))[], unknown, unknown, undefined, boolean>;
|
|
346
269
|
readonly name: StringConstructor;
|
|
347
270
|
readonly ariaLabel: StringConstructor;
|
|
348
|
-
readonly id:
|
|
349
|
-
readonly type: PropType<string>;
|
|
350
|
-
readonly required: false;
|
|
351
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
352
|
-
__epPropKey: true;
|
|
353
|
-
} & {
|
|
354
|
-
readonly default: undefined;
|
|
355
|
-
};
|
|
271
|
+
readonly id: EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
356
272
|
readonly size: {
|
|
357
|
-
readonly type: PropType<"" | "
|
|
273
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
358
274
|
readonly required: false;
|
|
359
275
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
360
276
|
__epPropKey: true;
|
|
361
277
|
};
|
|
362
278
|
readonly disabled: BooleanConstructor;
|
|
363
|
-
readonly modelValue:
|
|
364
|
-
readonly type: PropType<string | number | null | undefined>;
|
|
365
|
-
readonly required: false;
|
|
366
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
367
|
-
__epPropKey: true;
|
|
368
|
-
} & {
|
|
369
|
-
readonly default: "";
|
|
370
|
-
};
|
|
279
|
+
readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
371
280
|
readonly maxlength: {
|
|
372
|
-
readonly type: PropType<
|
|
281
|
+
readonly type: PropType<EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
373
282
|
readonly required: false;
|
|
374
283
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
375
284
|
__epPropKey: true;
|
|
376
285
|
};
|
|
377
286
|
readonly minlength: {
|
|
378
|
-
readonly type: PropType<
|
|
379
|
-
readonly required: false;
|
|
380
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
381
|
-
__epPropKey: true;
|
|
382
|
-
};
|
|
383
|
-
readonly type: {
|
|
384
|
-
readonly type: PropType<string>;
|
|
287
|
+
readonly type: PropType<EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
385
288
|
readonly required: false;
|
|
386
289
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
387
290
|
__epPropKey: true;
|
|
388
|
-
} & {
|
|
389
|
-
readonly default: "text";
|
|
390
291
|
};
|
|
292
|
+
readonly type: EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
391
293
|
readonly resize: {
|
|
392
|
-
readonly type: PropType<"none" | "
|
|
393
|
-
readonly required: false;
|
|
394
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
395
|
-
__epPropKey: true;
|
|
396
|
-
};
|
|
397
|
-
readonly autosize: {
|
|
398
|
-
readonly type: PropType<InputAutoSize>;
|
|
399
|
-
readonly required: false;
|
|
400
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
401
|
-
__epPropKey: true;
|
|
402
|
-
} & {
|
|
403
|
-
readonly default: false;
|
|
404
|
-
};
|
|
405
|
-
readonly autocomplete: {
|
|
406
|
-
readonly type: PropType<string>;
|
|
294
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
|
407
295
|
readonly required: false;
|
|
408
296
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
409
297
|
__epPropKey: true;
|
|
410
|
-
} & {
|
|
411
|
-
readonly default: "off";
|
|
412
298
|
};
|
|
299
|
+
readonly autosize: EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
300
|
+
minRows?: number;
|
|
301
|
+
maxRows?: number;
|
|
302
|
+
}) | (() => InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
303
|
+
minRows?: number;
|
|
304
|
+
maxRows?: number;
|
|
305
|
+
}) | (() => InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
306
|
+
readonly autocomplete: EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
413
307
|
readonly formatter: {
|
|
414
308
|
readonly type: PropType<Function>;
|
|
415
309
|
readonly required: false;
|
|
@@ -439,58 +333,23 @@ declare function __VLS_template(): {
|
|
|
439
333
|
readonly showPassword: BooleanConstructor;
|
|
440
334
|
readonly showWordLimit: BooleanConstructor;
|
|
441
335
|
readonly suffixIcon: {
|
|
442
|
-
readonly type: PropType<string | Component
|
|
336
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown>>;
|
|
443
337
|
readonly required: false;
|
|
444
338
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
445
339
|
__epPropKey: true;
|
|
446
340
|
};
|
|
447
341
|
readonly prefixIcon: {
|
|
448
|
-
readonly type: PropType<string | Component
|
|
449
|
-
readonly required: false;
|
|
450
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
451
|
-
__epPropKey: true;
|
|
452
|
-
};
|
|
453
|
-
readonly containerRole: {
|
|
454
|
-
readonly type: PropType<string>;
|
|
455
|
-
readonly required: false;
|
|
456
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
457
|
-
__epPropKey: true;
|
|
458
|
-
} & {
|
|
459
|
-
readonly default: undefined;
|
|
460
|
-
};
|
|
461
|
-
readonly tabindex: {
|
|
462
|
-
readonly type: PropType<string | number>;
|
|
342
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown>>;
|
|
463
343
|
readonly required: false;
|
|
464
344
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
465
345
|
__epPropKey: true;
|
|
466
|
-
} & {
|
|
467
|
-
readonly default: 0;
|
|
468
|
-
};
|
|
469
|
-
readonly validateEvent: {
|
|
470
|
-
readonly type: PropType<boolean>;
|
|
471
|
-
readonly required: false;
|
|
472
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
473
|
-
__epPropKey: true;
|
|
474
|
-
} & {
|
|
475
|
-
readonly default: true;
|
|
476
|
-
};
|
|
477
|
-
readonly inputStyle: {
|
|
478
|
-
readonly type: PropType<StyleValue>;
|
|
479
|
-
readonly required: false;
|
|
480
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
481
|
-
__epPropKey: true;
|
|
482
|
-
} & {
|
|
483
|
-
readonly default: () => {};
|
|
484
346
|
};
|
|
347
|
+
readonly containerRole: EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
348
|
+
readonly tabindex: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
349
|
+
readonly validateEvent: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
350
|
+
readonly inputStyle: EpPropFinalized<(new (...args: any[]) => string | CSSProperties | StyleValue[]) | (() => StyleValue) | ((new (...args: any[]) => string | CSSProperties | StyleValue[]) | (() => StyleValue))[], unknown, unknown, () => Mutable<{}>, boolean>;
|
|
485
351
|
readonly autofocus: BooleanConstructor;
|
|
486
|
-
readonly rows:
|
|
487
|
-
readonly type: PropType<number>;
|
|
488
|
-
readonly required: false;
|
|
489
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
490
|
-
__epPropKey: true;
|
|
491
|
-
} & {
|
|
492
|
-
readonly default: 2;
|
|
493
|
-
};
|
|
352
|
+
readonly rows: EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
|
494
353
|
}>> & {
|
|
495
354
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
496
355
|
onChange?: ((value: string) => any) | undefined;
|
|
@@ -504,7 +363,7 @@ declare function __VLS_template(): {
|
|
|
504
363
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
505
364
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
506
365
|
onClear?: (() => any) | undefined;
|
|
507
|
-
}, "clear" | "type" | "
|
|
366
|
+
}, "clear" | "type" | "disabled" | "autofocus" | "ref" | "input" | "select" | "textarea" | "modelValue" | "id" | "tabindex" | "validateEvent" | "focus" | "blur" | "clearable" | "readonly" | "inputmode" | "autosize" | "autocomplete" | "showPassword" | "showWordLimit" | "containerRole" | "inputStyle" | "rows" | "textareaStyle" | "isComposing" | "resizeTextarea"> & ShallowUnwrapRef<{
|
|
508
367
|
input: ShallowRef<HTMLInputElement | undefined>;
|
|
509
368
|
textarea: ShallowRef<HTMLTextAreaElement | undefined>;
|
|
510
369
|
ref: ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
|
@@ -561,11 +420,11 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
561
420
|
default(): never[];
|
|
562
421
|
};
|
|
563
422
|
label: {
|
|
564
|
-
type: (
|
|
423
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
565
424
|
default: string;
|
|
566
425
|
};
|
|
567
426
|
prop: {
|
|
568
|
-
type: (
|
|
427
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
569
428
|
default: string;
|
|
570
429
|
};
|
|
571
430
|
modelValue: {
|
|
@@ -604,11 +463,11 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
604
463
|
default(): never[];
|
|
605
464
|
};
|
|
606
465
|
label: {
|
|
607
|
-
type: (
|
|
466
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
608
467
|
default: string;
|
|
609
468
|
};
|
|
610
469
|
prop: {
|
|
611
|
-
type: (
|
|
470
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
612
471
|
default: string;
|
|
613
472
|
};
|
|
614
473
|
modelValue: {
|
|
@@ -630,27 +489,27 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
630
489
|
readonly disabled: boolean;
|
|
631
490
|
readonly id: string;
|
|
632
491
|
readonly type: string;
|
|
633
|
-
readonly modelValue: string | number | null | undefined
|
|
634
|
-
readonly tabindex:
|
|
492
|
+
readonly modelValue: EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
493
|
+
readonly tabindex: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
635
494
|
readonly readonly: boolean;
|
|
636
495
|
readonly autosize: InputAutoSize;
|
|
637
496
|
readonly autocomplete: string;
|
|
638
497
|
readonly containerRole: string;
|
|
639
|
-
readonly validateEvent:
|
|
498
|
+
readonly validateEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
640
499
|
readonly inputStyle: StyleValue;
|
|
641
500
|
readonly rows: number;
|
|
642
|
-
readonly inputmode: "text" | "search" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined
|
|
501
|
+
readonly inputmode: EpPropMergeType<(new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined) | ((new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined))[], unknown, unknown>;
|
|
643
502
|
readonly clearable: boolean;
|
|
644
503
|
readonly showPassword: boolean;
|
|
645
504
|
readonly showWordLimit: boolean;
|
|
646
505
|
readonly autofocus: boolean;
|
|
647
506
|
}> & Omit<{
|
|
648
507
|
readonly type: string;
|
|
649
|
-
readonly modelValue: string | number | null;
|
|
650
508
|
readonly disabled: boolean;
|
|
651
509
|
readonly autofocus: boolean;
|
|
652
|
-
readonly
|
|
653
|
-
readonly
|
|
510
|
+
readonly modelValue: string | number | null;
|
|
511
|
+
readonly tabindex: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
512
|
+
readonly validateEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
654
513
|
readonly clearable: boolean;
|
|
655
514
|
readonly readonly: boolean;
|
|
656
515
|
readonly autosize: InputAutoSize;
|
|
@@ -659,20 +518,20 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
659
518
|
readonly showWordLimit: boolean;
|
|
660
519
|
readonly inputStyle: string | false | CSSProperties | StyleValue[] | null;
|
|
661
520
|
readonly rows: number;
|
|
662
|
-
readonly size?:
|
|
521
|
+
readonly size?: EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never> | undefined;
|
|
663
522
|
readonly name?: string | undefined;
|
|
664
|
-
readonly form?: string | undefined;
|
|
665
523
|
readonly placeholder?: string | undefined;
|
|
524
|
+
readonly form?: string | undefined;
|
|
666
525
|
readonly ariaLabel?: string | undefined;
|
|
667
526
|
readonly id?: string | undefined;
|
|
668
|
-
readonly prefixIcon?: (string | Component) | undefined;
|
|
669
|
-
readonly inputmode?: "text" | "search" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined
|
|
670
|
-
readonly maxlength?:
|
|
671
|
-
readonly minlength?:
|
|
672
|
-
readonly resize?:
|
|
527
|
+
readonly prefixIcon?: EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown> | undefined;
|
|
528
|
+
readonly inputmode?: EpPropMergeType<(new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined) | ((new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined))[], unknown, unknown>;
|
|
529
|
+
readonly maxlength?: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
|
530
|
+
readonly minlength?: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
|
531
|
+
readonly resize?: EpPropMergeType<StringConstructor, "none" | "horizontal" | "vertical" | "both", unknown> | undefined;
|
|
673
532
|
readonly formatter?: Function | undefined;
|
|
674
533
|
readonly parser?: Function | undefined;
|
|
675
|
-
readonly suffixIcon?: (string | Component) | undefined;
|
|
534
|
+
readonly suffixIcon?: EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown> | undefined;
|
|
676
535
|
readonly containerRole?: string | undefined;
|
|
677
536
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined | undefined;
|
|
678
537
|
onChange?: ((value: string) => any) | undefined | undefined;
|
|
@@ -686,7 +545,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
686
545
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
687
546
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
688
547
|
onClear?: (() => any) | undefined | undefined;
|
|
689
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "type" | "
|
|
548
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "type" | "disabled" | "autofocus" | "modelValue" | "id" | "tabindex" | "validateEvent" | "clearable" | "readonly" | "inputmode" | "autosize" | "autocomplete" | "showPassword" | "showWordLimit" | "containerRole" | "inputStyle" | "rows">;
|
|
690
549
|
$attrs: {
|
|
691
550
|
[x: string]: unknown;
|
|
692
551
|
};
|
|
@@ -699,84 +558,48 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
699
558
|
$root: ComponentPublicInstance | null;
|
|
700
559
|
$parent: ComponentPublicInstance | null;
|
|
701
560
|
$host: Element | null;
|
|
702
|
-
$emit: ((event: "clear") => void) & ((event: "input", value: string) => void) & ((event: "
|
|
561
|
+
$emit: ((event: "clear") => void) & ((event: "input", value: string) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
703
562
|
$el: any;
|
|
704
563
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
705
|
-
readonly inputmode:
|
|
706
|
-
readonly type: PropType<"text" | "search" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined>;
|
|
707
|
-
readonly required: false;
|
|
708
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
709
|
-
__epPropKey: true;
|
|
710
|
-
} & {
|
|
711
|
-
readonly default: undefined;
|
|
712
|
-
};
|
|
564
|
+
readonly inputmode: EpPropFinalized<(new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined) | ((new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined))[], unknown, unknown, undefined, boolean>;
|
|
713
565
|
readonly name: StringConstructor;
|
|
714
566
|
readonly ariaLabel: StringConstructor;
|
|
715
|
-
readonly id:
|
|
716
|
-
readonly type: PropType<string>;
|
|
717
|
-
readonly required: false;
|
|
718
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
719
|
-
__epPropKey: true;
|
|
720
|
-
} & {
|
|
721
|
-
readonly default: undefined;
|
|
722
|
-
};
|
|
567
|
+
readonly id: EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
723
568
|
readonly size: {
|
|
724
|
-
readonly type: PropType<"" | "
|
|
569
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
725
570
|
readonly required: false;
|
|
726
571
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
727
572
|
__epPropKey: true;
|
|
728
573
|
};
|
|
729
574
|
readonly disabled: BooleanConstructor;
|
|
730
|
-
readonly modelValue:
|
|
731
|
-
readonly type: PropType<string | number | null | undefined>;
|
|
732
|
-
readonly required: false;
|
|
733
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
734
|
-
__epPropKey: true;
|
|
735
|
-
} & {
|
|
736
|
-
readonly default: "";
|
|
737
|
-
};
|
|
575
|
+
readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
738
576
|
readonly maxlength: {
|
|
739
|
-
readonly type: PropType<
|
|
577
|
+
readonly type: PropType<EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
740
578
|
readonly required: false;
|
|
741
579
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
742
580
|
__epPropKey: true;
|
|
743
581
|
};
|
|
744
582
|
readonly minlength: {
|
|
745
|
-
readonly type: PropType<
|
|
746
|
-
readonly required: false;
|
|
747
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
748
|
-
__epPropKey: true;
|
|
749
|
-
};
|
|
750
|
-
readonly type: {
|
|
751
|
-
readonly type: PropType<string>;
|
|
583
|
+
readonly type: PropType<EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
752
584
|
readonly required: false;
|
|
753
585
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
754
586
|
__epPropKey: true;
|
|
755
|
-
} & {
|
|
756
|
-
readonly default: "text";
|
|
757
587
|
};
|
|
588
|
+
readonly type: EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
758
589
|
readonly resize: {
|
|
759
|
-
readonly type: PropType<"none" | "
|
|
760
|
-
readonly required: false;
|
|
761
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
762
|
-
__epPropKey: true;
|
|
763
|
-
};
|
|
764
|
-
readonly autosize: {
|
|
765
|
-
readonly type: PropType<InputAutoSize>;
|
|
590
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
|
766
591
|
readonly required: false;
|
|
767
592
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
768
593
|
__epPropKey: true;
|
|
769
|
-
} & {
|
|
770
|
-
readonly default: false;
|
|
771
|
-
};
|
|
772
|
-
readonly autocomplete: {
|
|
773
|
-
readonly type: PropType<string>;
|
|
774
|
-
readonly required: false;
|
|
775
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
776
|
-
__epPropKey: true;
|
|
777
|
-
} & {
|
|
778
|
-
readonly default: "off";
|
|
779
594
|
};
|
|
595
|
+
readonly autosize: EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
596
|
+
minRows?: number;
|
|
597
|
+
maxRows?: number;
|
|
598
|
+
}) | (() => InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
599
|
+
minRows?: number;
|
|
600
|
+
maxRows?: number;
|
|
601
|
+
}) | (() => InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
602
|
+
readonly autocomplete: EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
780
603
|
readonly formatter: {
|
|
781
604
|
readonly type: PropType<Function>;
|
|
782
605
|
readonly required: false;
|
|
@@ -806,58 +629,23 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
806
629
|
readonly showPassword: BooleanConstructor;
|
|
807
630
|
readonly showWordLimit: BooleanConstructor;
|
|
808
631
|
readonly suffixIcon: {
|
|
809
|
-
readonly type: PropType<string | Component
|
|
632
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown>>;
|
|
810
633
|
readonly required: false;
|
|
811
634
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
812
635
|
__epPropKey: true;
|
|
813
636
|
};
|
|
814
637
|
readonly prefixIcon: {
|
|
815
|
-
readonly type: PropType<string | Component
|
|
638
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown>>;
|
|
816
639
|
readonly required: false;
|
|
817
640
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
818
641
|
__epPropKey: true;
|
|
819
642
|
};
|
|
820
|
-
readonly containerRole:
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
__epPropKey: true;
|
|
825
|
-
} & {
|
|
826
|
-
readonly default: undefined;
|
|
827
|
-
};
|
|
828
|
-
readonly tabindex: {
|
|
829
|
-
readonly type: PropType<string | number>;
|
|
830
|
-
readonly required: false;
|
|
831
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
832
|
-
__epPropKey: true;
|
|
833
|
-
} & {
|
|
834
|
-
readonly default: 0;
|
|
835
|
-
};
|
|
836
|
-
readonly validateEvent: {
|
|
837
|
-
readonly type: PropType<boolean>;
|
|
838
|
-
readonly required: false;
|
|
839
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
840
|
-
__epPropKey: true;
|
|
841
|
-
} & {
|
|
842
|
-
readonly default: true;
|
|
843
|
-
};
|
|
844
|
-
readonly inputStyle: {
|
|
845
|
-
readonly type: PropType<StyleValue>;
|
|
846
|
-
readonly required: false;
|
|
847
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
848
|
-
__epPropKey: true;
|
|
849
|
-
} & {
|
|
850
|
-
readonly default: () => {};
|
|
851
|
-
};
|
|
643
|
+
readonly containerRole: EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
644
|
+
readonly tabindex: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
645
|
+
readonly validateEvent: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
646
|
+
readonly inputStyle: EpPropFinalized<(new (...args: any[]) => string | CSSProperties | StyleValue[]) | (() => StyleValue) | ((new (...args: any[]) => string | CSSProperties | StyleValue[]) | (() => StyleValue))[], unknown, unknown, () => Mutable<{}>, boolean>;
|
|
852
647
|
readonly autofocus: BooleanConstructor;
|
|
853
|
-
readonly rows:
|
|
854
|
-
readonly type: PropType<number>;
|
|
855
|
-
readonly required: false;
|
|
856
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
857
|
-
__epPropKey: true;
|
|
858
|
-
} & {
|
|
859
|
-
readonly default: 2;
|
|
860
|
-
};
|
|
648
|
+
readonly rows: EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
|
861
649
|
}>> & {
|
|
862
650
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
863
651
|
onChange?: ((value: string) => any) | undefined;
|
|
@@ -900,16 +688,16 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
900
688
|
readonly disabled: boolean;
|
|
901
689
|
readonly id: string;
|
|
902
690
|
readonly type: string;
|
|
903
|
-
readonly modelValue: string | number | null | undefined
|
|
904
|
-
readonly tabindex:
|
|
691
|
+
readonly modelValue: EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
692
|
+
readonly tabindex: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
905
693
|
readonly readonly: boolean;
|
|
906
694
|
readonly autosize: InputAutoSize;
|
|
907
695
|
readonly autocomplete: string;
|
|
908
696
|
readonly containerRole: string;
|
|
909
|
-
readonly validateEvent:
|
|
697
|
+
readonly validateEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
910
698
|
readonly inputStyle: StyleValue;
|
|
911
699
|
readonly rows: number;
|
|
912
|
-
readonly inputmode: "text" | "search" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined
|
|
700
|
+
readonly inputmode: EpPropMergeType<(new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined) | ((new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined))[], unknown, unknown>;
|
|
913
701
|
readonly clearable: boolean;
|
|
914
702
|
readonly showPassword: boolean;
|
|
915
703
|
readonly showWordLimit: boolean;
|
|
@@ -938,96 +726,60 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
938
726
|
readonly disabled: boolean;
|
|
939
727
|
readonly id: string;
|
|
940
728
|
readonly type: string;
|
|
941
|
-
readonly modelValue: string | number | null | undefined
|
|
942
|
-
readonly tabindex:
|
|
729
|
+
readonly modelValue: EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
730
|
+
readonly tabindex: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
943
731
|
readonly readonly: boolean;
|
|
944
732
|
readonly autosize: InputAutoSize;
|
|
945
733
|
readonly autocomplete: string;
|
|
946
734
|
readonly containerRole: string;
|
|
947
|
-
readonly validateEvent:
|
|
735
|
+
readonly validateEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
948
736
|
readonly inputStyle: StyleValue;
|
|
949
737
|
readonly rows: number;
|
|
950
|
-
readonly inputmode: "text" | "search" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined
|
|
738
|
+
readonly inputmode: EpPropMergeType<(new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined) | ((new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined))[], unknown, unknown>;
|
|
951
739
|
readonly clearable: boolean;
|
|
952
740
|
readonly showPassword: boolean;
|
|
953
741
|
readonly showWordLimit: boolean;
|
|
954
742
|
readonly autofocus: boolean;
|
|
955
743
|
}> & Omit<Readonly< ExtractPropTypes<{
|
|
956
|
-
readonly inputmode:
|
|
957
|
-
readonly type: PropType<"text" | "search" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined>;
|
|
958
|
-
readonly required: false;
|
|
959
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
960
|
-
__epPropKey: true;
|
|
961
|
-
} & {
|
|
962
|
-
readonly default: undefined;
|
|
963
|
-
};
|
|
744
|
+
readonly inputmode: EpPropFinalized<(new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined) | ((new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined))[], unknown, unknown, undefined, boolean>;
|
|
964
745
|
readonly name: StringConstructor;
|
|
965
746
|
readonly ariaLabel: StringConstructor;
|
|
966
|
-
readonly id:
|
|
967
|
-
readonly type: PropType<string>;
|
|
968
|
-
readonly required: false;
|
|
969
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
970
|
-
__epPropKey: true;
|
|
971
|
-
} & {
|
|
972
|
-
readonly default: undefined;
|
|
973
|
-
};
|
|
747
|
+
readonly id: EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
974
748
|
readonly size: {
|
|
975
|
-
readonly type: PropType<"" | "
|
|
749
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
976
750
|
readonly required: false;
|
|
977
751
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
978
752
|
__epPropKey: true;
|
|
979
753
|
};
|
|
980
754
|
readonly disabled: BooleanConstructor;
|
|
981
|
-
readonly modelValue:
|
|
982
|
-
readonly type: PropType<string | number | null | undefined>;
|
|
983
|
-
readonly required: false;
|
|
984
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
985
|
-
__epPropKey: true;
|
|
986
|
-
} & {
|
|
987
|
-
readonly default: "";
|
|
988
|
-
};
|
|
755
|
+
readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
989
756
|
readonly maxlength: {
|
|
990
|
-
readonly type: PropType<
|
|
757
|
+
readonly type: PropType<EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
991
758
|
readonly required: false;
|
|
992
759
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
993
760
|
__epPropKey: true;
|
|
994
761
|
};
|
|
995
762
|
readonly minlength: {
|
|
996
|
-
readonly type: PropType<
|
|
997
|
-
readonly required: false;
|
|
998
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
999
|
-
__epPropKey: true;
|
|
1000
|
-
};
|
|
1001
|
-
readonly type: {
|
|
1002
|
-
readonly type: PropType<string>;
|
|
763
|
+
readonly type: PropType<EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
1003
764
|
readonly required: false;
|
|
1004
765
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1005
766
|
__epPropKey: true;
|
|
1006
|
-
} & {
|
|
1007
|
-
readonly default: "text";
|
|
1008
767
|
};
|
|
768
|
+
readonly type: EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
1009
769
|
readonly resize: {
|
|
1010
|
-
readonly type: PropType<"none" | "
|
|
1011
|
-
readonly required: false;
|
|
1012
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1013
|
-
__epPropKey: true;
|
|
1014
|
-
};
|
|
1015
|
-
readonly autosize: {
|
|
1016
|
-
readonly type: PropType<InputAutoSize>;
|
|
1017
|
-
readonly required: false;
|
|
1018
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1019
|
-
__epPropKey: true;
|
|
1020
|
-
} & {
|
|
1021
|
-
readonly default: false;
|
|
1022
|
-
};
|
|
1023
|
-
readonly autocomplete: {
|
|
1024
|
-
readonly type: PropType<string>;
|
|
770
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
|
1025
771
|
readonly required: false;
|
|
1026
772
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1027
773
|
__epPropKey: true;
|
|
1028
|
-
} & {
|
|
1029
|
-
readonly default: "off";
|
|
1030
774
|
};
|
|
775
|
+
readonly autosize: EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
776
|
+
minRows?: number;
|
|
777
|
+
maxRows?: number;
|
|
778
|
+
}) | (() => InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
779
|
+
minRows?: number;
|
|
780
|
+
maxRows?: number;
|
|
781
|
+
}) | (() => InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
782
|
+
readonly autocomplete: EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
1031
783
|
readonly formatter: {
|
|
1032
784
|
readonly type: PropType<Function>;
|
|
1033
785
|
readonly required: false;
|
|
@@ -1057,58 +809,23 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
1057
809
|
readonly showPassword: BooleanConstructor;
|
|
1058
810
|
readonly showWordLimit: BooleanConstructor;
|
|
1059
811
|
readonly suffixIcon: {
|
|
1060
|
-
readonly type: PropType<string | Component
|
|
812
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown>>;
|
|
1061
813
|
readonly required: false;
|
|
1062
814
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1063
815
|
__epPropKey: true;
|
|
1064
816
|
};
|
|
1065
817
|
readonly prefixIcon: {
|
|
1066
|
-
readonly type: PropType<string | Component
|
|
1067
|
-
readonly required: false;
|
|
1068
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1069
|
-
__epPropKey: true;
|
|
1070
|
-
};
|
|
1071
|
-
readonly containerRole: {
|
|
1072
|
-
readonly type: PropType<string>;
|
|
1073
|
-
readonly required: false;
|
|
1074
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1075
|
-
__epPropKey: true;
|
|
1076
|
-
} & {
|
|
1077
|
-
readonly default: undefined;
|
|
1078
|
-
};
|
|
1079
|
-
readonly tabindex: {
|
|
1080
|
-
readonly type: PropType<string | number>;
|
|
818
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown>>;
|
|
1081
819
|
readonly required: false;
|
|
1082
820
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1083
821
|
__epPropKey: true;
|
|
1084
|
-
} & {
|
|
1085
|
-
readonly default: 0;
|
|
1086
|
-
};
|
|
1087
|
-
readonly validateEvent: {
|
|
1088
|
-
readonly type: PropType<boolean>;
|
|
1089
|
-
readonly required: false;
|
|
1090
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1091
|
-
__epPropKey: true;
|
|
1092
|
-
} & {
|
|
1093
|
-
readonly default: true;
|
|
1094
|
-
};
|
|
1095
|
-
readonly inputStyle: {
|
|
1096
|
-
readonly type: PropType<StyleValue>;
|
|
1097
|
-
readonly required: false;
|
|
1098
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1099
|
-
__epPropKey: true;
|
|
1100
|
-
} & {
|
|
1101
|
-
readonly default: () => {};
|
|
1102
822
|
};
|
|
823
|
+
readonly containerRole: EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
824
|
+
readonly tabindex: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
825
|
+
readonly validateEvent: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
826
|
+
readonly inputStyle: EpPropFinalized<(new (...args: any[]) => string | CSSProperties | StyleValue[]) | (() => StyleValue) | ((new (...args: any[]) => string | CSSProperties | StyleValue[]) | (() => StyleValue))[], unknown, unknown, () => Mutable<{}>, boolean>;
|
|
1103
827
|
readonly autofocus: BooleanConstructor;
|
|
1104
|
-
readonly rows:
|
|
1105
|
-
readonly type: PropType<number>;
|
|
1106
|
-
readonly required: false;
|
|
1107
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1108
|
-
__epPropKey: true;
|
|
1109
|
-
} & {
|
|
1110
|
-
readonly default: 2;
|
|
1111
|
-
};
|
|
828
|
+
readonly rows: EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
|
1112
829
|
}>> & {
|
|
1113
830
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1114
831
|
onChange?: ((value: string) => any) | undefined;
|
|
@@ -1122,7 +839,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
1122
839
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1123
840
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1124
841
|
onClear?: (() => any) | undefined;
|
|
1125
|
-
}, "clear" | "type" | "
|
|
842
|
+
}, "clear" | "type" | "disabled" | "autofocus" | "ref" | "input" | "select" | "textarea" | "modelValue" | "id" | "tabindex" | "validateEvent" | "focus" | "blur" | "clearable" | "readonly" | "inputmode" | "autosize" | "autocomplete" | "showPassword" | "showWordLimit" | "containerRole" | "inputStyle" | "rows" | "textareaStyle" | "isComposing" | "resizeTextarea"> & ShallowUnwrapRef<{
|
|
1126
843
|
input: ShallowRef<HTMLInputElement | undefined>;
|
|
1127
844
|
textarea: ShallowRef<HTMLTextAreaElement | undefined>;
|
|
1128
845
|
ref: ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|