orion-design 0.1.31 → 0.1.33
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +5 -5
- package/dist/Throne/hooks/use-throne-context.d.ts +5 -0
- package/dist/Throne/hooks/use-throne-context.js +15 -0
- package/dist/Throne/hooks/use-throne-context.js.map +1 -0
- package/dist/Throne/index.d.ts +1 -1
- package/dist/Throne/index.js +14 -30
- package/dist/Throne/index.js.map +1 -1
- package/dist/components/Button/ButtonGroup/ButtonGroup.d.ts +2 -0
- package/dist/components/Button/index.js +36 -41
- package/dist/components/Button/index.js.map +1 -1
- package/dist/components/Flex/index.js +89 -122
- package/dist/components/Flex/index.js.map +1 -1
- package/dist/components/Form/FileInput/FileInput.vue.d.ts +4 -4
- package/dist/components/Form/Form.js +2 -2
- package/dist/components/Form/Form.js.map +1 -1
- package/dist/components/Form/LovInput/LovInput.js +2 -2
- package/dist/components/Form/LovInput/LovInput.js.map +1 -1
- package/dist/components/Form/LovInput/LovInput.vue.d.ts +894 -0
- package/dist/components/Form/LovInput/hooks/useLov.js +5 -5
- package/dist/components/Form/LovInput/hooks/useLov.js.map +1 -1
- package/dist/components/Form/LovInput/index.js +4 -4
- package/dist/components/Form/MultiTableSelect/MultiTableSelect.d.ts +26 -0
- package/dist/components/Form/MultiTableSelect/MultiTableSelect.js +5 -0
- package/dist/components/Form/MultiTableSelect/MultiTableSelect.js.map +1 -0
- package/dist/components/Form/MultiTableSelect/MultiTableSelect.vue.d.ts +6249 -0
- package/dist/components/Form/MultiTableSelect/hooks/useMultiTableSelect.d.ts +1 -0
- package/dist/components/Form/MultiTableSelect/hooks/useMultiTableSelect.js +9 -0
- package/dist/components/Form/MultiTableSelect/hooks/useMultiTableSelect.js.map +1 -0
- package/dist/components/Form/MultiTableSelect/index.d.ts +2 -0
- package/dist/components/Form/MultiTableSelect/index.js +7 -0
- package/dist/components/Form/MultiTableSelect/index.js.map +1 -0
- package/dist/components/Form/hooks/FormItemValidateTrigger.js +2 -2
- package/dist/components/Form/hooks/FormItemValidateTrigger.js.map +1 -1
- package/dist/components/Form/hooks/index.js +69 -127
- package/dist/components/Form/hooks/index.js.map +1 -1
- package/dist/components/Form/index.d.ts +3 -0
- package/dist/components/Form/index.js +790 -829
- package/dist/components/Form/index.js.map +1 -1
- package/dist/components/Form/utils/index.js +18 -30
- package/dist/components/Form/utils/index.js.map +1 -1
- package/dist/components/LovTable/LovPagetable.vue.d.ts +510 -6
- package/dist/components/LovTable/LovQuerytable.vue.d.ts +468 -4
- package/dist/components/LovTable/index.d.ts +489 -5
- package/dist/components/LovTable/index.js +104 -179
- package/dist/components/LovTable/index.js.map +1 -1
- package/dist/components/Modal/index.js +56 -111
- package/dist/components/Modal/index.js.map +1 -1
- package/dist/components/Modal/types.d.ts +1 -1
- package/dist/components/Modal/types.js +3 -4
- package/dist/components/Modal/types.js.map +1 -1
- package/dist/components/Modal/useModal.js +5 -5
- package/dist/components/Modal/useModal.js.map +1 -1
- package/dist/components/MultiTableSelectPagetable/MultiTableSelectPagetable.vue.d.ts +880 -0
- package/dist/components/MultiTableSelectPagetable/index.d.ts +462 -0
- package/dist/components/MultiTableSelectPagetable/index.js +164 -0
- package/dist/components/MultiTableSelectPagetable/index.js.map +1 -0
- package/dist/components/Pagetable/Pagetable.d.ts +96 -3
- package/dist/components/Pagetable/columns/PagetableColumnButtongroup.d.ts +14 -1
- package/dist/components/Pagetable/columns/PagetableColumnDate.d.ts +14 -1
- package/dist/components/Pagetable/columns/PagetableColumnDiy.d.ts +1 -1
- package/dist/components/Pagetable/columns/PagetableColumnLink.d.ts +14 -1
- package/dist/components/Pagetable/columns/PagetableColumnMultiselect.d.ts +14 -1
- package/dist/components/Pagetable/columns/PagetableColumnNumber.d.ts +14 -1
- package/dist/components/Pagetable/columns/PagetableColumnSingleselect.d.ts +14 -1
- package/dist/components/Pagetable/columns/PagetableColumnString.d.ts +14 -1
- package/dist/components/Pagetable/hooks/useCode.d.ts +2 -0
- package/dist/components/Pagetable/hooks/useCode.js +24 -0
- package/dist/components/Pagetable/hooks/useCode.js.map +1 -0
- package/dist/components/Pagetable/hooks/useColumns.js +85 -88
- package/dist/components/Pagetable/hooks/useColumns.js.map +1 -1
- package/dist/components/Pagetable/index.d.ts +159 -2
- package/dist/components/Pagetable/index.js +601 -684
- package/dist/components/Pagetable/index.js.map +1 -1
- package/dist/components/Pagetable/utils/index.js +54 -92
- package/dist/components/Pagetable/utils/index.js.map +1 -1
- package/dist/components/Querytable/Querytable.d.ts +80 -2
- package/dist/components/Querytable/columns/QuerytableColumnButtongroup.d.ts +14 -1
- package/dist/components/Querytable/columns/QuerytableColumnDate.d.ts +14 -1
- package/dist/components/Querytable/columns/QuerytableColumnDiy.d.ts +1 -1
- package/dist/components/Querytable/columns/QuerytableColumnLink.d.ts +14 -1
- package/dist/components/Querytable/columns/QuerytableColumnMultiselect.d.ts +14 -1
- package/dist/components/Querytable/columns/QuerytableColumnNumber.d.ts +14 -1
- package/dist/components/Querytable/columns/QuerytableColumnSingleselect.d.ts +14 -1
- package/dist/components/Querytable/columns/QuerytableColumnString.d.ts +14 -1
- package/dist/components/Querytable/hooks/useColumns.js +79 -82
- package/dist/components/Querytable/hooks/useColumns.js.map +1 -1
- package/dist/components/Querytable/index.d.ts +147 -1
- package/dist/components/Querytable/index.js +526 -579
- package/dist/components/Querytable/index.js.map +1 -1
- package/dist/components/Querytable/utils/index.js +54 -92
- package/dist/components/Querytable/utils/index.js.map +1 -1
- package/dist/components/RichTextEditor/index.js +74 -100
- package/dist/components/RichTextEditor/index.js.map +1 -1
- package/dist/components/Tabs/constants.js +2 -2
- package/dist/components/Tabs/constants.js.map +1 -1
- package/dist/components/Tabs/index.js +358 -603
- package/dist/components/Tabs/index.js.map +1 -1
- package/dist/components/Tabs/tab-bar.js +6 -6
- package/dist/components/Tabs/tab-bar.js.map +1 -1
- package/dist/components/Tabs/tab-pane.js +3 -3
- package/dist/components/Tabs/tab-pane.js.map +1 -1
- package/dist/components/Throne/ThroneContextProvider.d.ts +25 -0
- package/dist/components/_constants/aria.js +2 -2
- package/dist/components/_constants/aria.js.map +1 -1
- package/dist/components/_constants/event.js +4 -6
- package/dist/components/_constants/event.js.map +1 -1
- package/dist/components/_constants/index.js +6 -6
- package/dist/components/_hooks/index.js +7 -7
- package/dist/components/_hooks/use-namespace/index.js +39 -74
- package/dist/components/_hooks/use-namespace/index.js.map +1 -1
- package/dist/components/_hooks/use-ordered-children/index.js +19 -29
- package/dist/components/_hooks/use-ordered-children/index.js.map +1 -1
- package/dist/components/_util/arrays.js +5 -9
- package/dist/components/_util/arrays.js.map +1 -1
- package/dist/components/_util/browser.js +6 -6
- package/dist/components/_util/browser.js.map +1 -1
- package/dist/components/_util/classNames.js +17 -22
- package/dist/components/_util/classNames.js.map +1 -1
- package/dist/components/_util/dom/aria.js +39 -74
- package/dist/components/_util/dom/aria.js.map +1 -1
- package/dist/components/_util/dom/element.js +8 -9
- package/dist/components/_util/dom/element.js.map +1 -1
- package/dist/components/_util/dom/event.js +7 -14
- package/dist/components/_util/dom/event.js.map +1 -1
- package/dist/components/_util/dom/index.js +36 -36
- package/dist/components/_util/dom/position.js +25 -49
- package/dist/components/_util/dom/position.js.map +1 -1
- package/dist/components/_util/dom/scroll.js +61 -103
- package/dist/components/_util/dom/scroll.js.map +1 -1
- package/dist/components/_util/dom/style.js +50 -65
- package/dist/components/_util/dom/style.js.map +1 -1
- package/dist/components/_util/easings.js +4 -8
- package/dist/components/_util/easings.js.map +1 -1
- package/dist/components/_util/error.js +11 -12
- package/dist/components/_util/error.js.map +1 -1
- package/dist/components/_util/functions.js +3 -3
- package/dist/components/_util/i18n.js +2 -2
- package/dist/components/_util/i18n.js.map +1 -1
- package/dist/components/_util/index.js +137 -137
- package/dist/components/_util/isValid.js +2 -4
- package/dist/components/_util/isValid.js.map +1 -1
- package/dist/components/_util/objects.js +14 -18
- package/dist/components/_util/objects.js.map +1 -1
- package/dist/components/_util/props-util/index.js +20 -46
- package/dist/components/_util/props-util/index.js.map +1 -1
- package/dist/components/_util/props-util/initDefaultProps.js +10 -18
- package/dist/components/_util/props-util/initDefaultProps.js.map +1 -1
- package/dist/components/_util/raf.js +4 -5
- package/dist/components/_util/raf.js.map +1 -1
- package/dist/components/_util/rand.js +3 -4
- package/dist/components/_util/rand.js.map +1 -1
- package/dist/components/_util/strings.js +8 -9
- package/dist/components/_util/strings.js.map +1 -1
- package/dist/components/_util/throttleByRaf.js +10 -16
- package/dist/components/_util/throttleByRaf.js.map +1 -1
- package/dist/components/_util/type.js +38 -41
- package/dist/components/_util/type.js.map +1 -1
- package/dist/components/_util/types.js +22 -41
- package/dist/components/_util/types.js.map +1 -1
- package/dist/components/_util/typescript.js +2 -2
- package/dist/components/_util/typescript.js.map +1 -1
- package/dist/components/_util/util.js +43 -85
- package/dist/components/_util/util.js.map +1 -1
- package/dist/components/_util/vue/global-node.js +15 -27
- package/dist/components/_util/vue/global-node.js.map +1 -1
- package/dist/components/_util/vue/icon.js +25 -29
- package/dist/components/_util/vue/icon.js.map +1 -1
- package/dist/components/_util/vue/index.js +41 -41
- package/dist/components/_util/vue/install.js +18 -35
- package/dist/components/_util/vue/install.js.map +1 -1
- package/dist/components/_util/vue/props/index.js +6 -6
- package/dist/components/_util/vue/props/runtime.js +30 -46
- package/dist/components/_util/vue/props/runtime.js.map +1 -1
- package/dist/components/_util/vue/refs.js +6 -12
- package/dist/components/_util/vue/refs.js.map +1 -1
- package/dist/components/_util/vue/size.js +3 -5
- package/dist/components/_util/vue/size.js.map +1 -1
- package/dist/components/_util/vue/validator.js +4 -5
- package/dist/components/_util/vue/validator.js.map +1 -1
- package/dist/components/_util/vue/vnode.js +54 -100
- package/dist/components/_util/vue/vnode.js.map +1 -1
- package/dist/components/_util/vue-types/index.js +220 -231
- package/dist/components/_util/vue-types/index.js.map +1 -1
- package/dist/components/components.d.ts +2 -0
- package/dist/components/components.js +24 -20
- package/dist/components/components.js.map +1 -1
- package/dist/components/index.js +43 -38
- package/dist/components/index.js.map +1 -1
- package/dist/components-DP9bnDLm.js +48 -0
- package/dist/components-DP9bnDLm.js.map +1 -0
- package/dist/error/OrionError.js +4 -8
- package/dist/error/OrionError.js.map +1 -1
- package/dist/{index-C6P_0wAy.js → index-ChkLOmNK.js} +76 -46
- package/dist/{index-C6P_0wAy.js.map → index-ChkLOmNK.js.map} +1 -1
- package/dist/index.css +1 -797
- package/dist/index.d.ts +1 -0
- package/dist/index.js +46 -36
- package/dist/index.js.map +1 -1
- package/dist/print/LodopFuncs.js +43 -101
- package/dist/print/LodopFuncs.js.map +1 -1
- package/dist/print/index.js +108 -200
- package/dist/print/index.js.map +1 -1
- package/dist/request/ErrorHandlerChain.js +14 -17
- package/dist/request/ErrorHandlerChain.js.map +1 -1
- package/dist/request/RequestFilterChain.js +13 -16
- package/dist/request/RequestFilterChain.js.map +1 -1
- package/dist/request/ResponseParserChain.js +14 -17
- package/dist/request/ResponseParserChain.js.map +1 -1
- package/dist/request/disivion/DateSerializer.js +22 -47
- package/dist/request/disivion/DateSerializer.js.map +1 -1
- package/dist/request/disivion/DivisionErrorHandler.js +25 -40
- package/dist/request/disivion/DivisionErrorHandler.js.map +1 -1
- package/dist/request/disivion/DivisionResponseParser.js +10 -16
- package/dist/request/disivion/DivisionResponseParser.js.map +1 -1
- package/dist/request/disivion/index.js +201 -305
- package/dist/request/disivion/index.js.map +1 -1
- package/dist/request/error/BizExceptionResponseError.js +5 -11
- package/dist/request/error/BizExceptionResponseError.js.map +1 -1
- package/dist/request/error/ExceptionResponseError.js +5 -11
- package/dist/request/error/ExceptionResponseError.js.map +1 -1
- package/dist/request/error/ResponseError.js +4 -9
- package/dist/request/error/ResponseError.js.map +1 -1
- package/dist/request/error/SessionExceptionResponseError.js +5 -11
- package/dist/request/error/SessionExceptionResponseError.js.map +1 -1
- package/dist/request/index.js +11 -11
- package/dist/utils/DateUtil.js +33 -48
- package/dist/utils/DateUtil.js.map +1 -1
- package/dist/utils/NumberUtil.js +6 -6
- package/dist/utils/NumberUtil.js.map +1 -1
- package/dist/utils/cloneDeep.js +2 -2
- package/dist/utils/delay.js +3 -3
- package/dist/utils/delay.js.map +1 -1
- package/dist/utils/functions.js +3 -3
- package/dist/utils/index.js +12 -12
- package/dist/utils/md5.js +93 -191
- package/dist/utils/md5.js.map +1 -1
- package/dist/utils/uuid.js +25 -35
- package/dist/utils/uuid.js.map +1 -1
- package/dist/version/index.js +2 -2
- package/dist/version/version.d.ts +1 -1
- package/dist/version/version.js +2 -2
- package/dist/version/version.js.map +1 -1
- package/package.json +1 -1
- package/dist/_commonjsHelpers-DWwsNxpa.js +0 -9
- package/dist/_commonjsHelpers-DWwsNxpa.js.map +0 -1
- package/dist/components-8oZ2kpUC.js +0 -27
- package/dist/components-8oZ2kpUC.js.map +0 -1
- package/dist/components-B3d9m_tn.js +0 -27
- package/dist/components-B3d9m_tn.js.map +0 -1
- package/dist/functions-BeMkokbY.js +0 -63
- package/dist/functions-BeMkokbY.js.map +0 -1
- package/dist/index-BOKLZnqH.js +0 -54
- package/dist/index-BOKLZnqH.js.map +0 -1
- package/dist/index-D1m0KTpK.js +0 -69
- package/dist/index-D1m0KTpK.js.map +0 -1
- package/dist/index-DR5ZP7mD.js +0 -160
- package/dist/index-DR5ZP7mD.js.map +0 -1
- package/dist/index-DkwIULcN.js +0 -200
- package/dist/index-DkwIULcN.js.map +0 -1
@@ -2670,6 +2670,453 @@ declare function __VLS_template(): {
|
|
2670
2670
|
readonly hideOnClick: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
2671
2671
|
readonly splitButton: boolean;
|
2672
2672
|
}> | null;
|
2673
|
+
input: ({
|
2674
|
+
$: import('vue').ComponentInternalInstance;
|
2675
|
+
$data: {};
|
2676
|
+
$props: Partial<{
|
2677
|
+
readonly disabled: boolean;
|
2678
|
+
readonly id: string;
|
2679
|
+
readonly type: string;
|
2680
|
+
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown>;
|
2681
|
+
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
2682
|
+
readonly autosize: import('element-plus').InputAutoSize;
|
2683
|
+
readonly autocomplete: string;
|
2684
|
+
readonly containerRole: string;
|
2685
|
+
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
2686
|
+
readonly inputStyle: import('vue').StyleValue;
|
2687
|
+
readonly rows: number;
|
2688
|
+
readonly readonly: boolean;
|
2689
|
+
readonly clearable: boolean;
|
2690
|
+
readonly showPassword: boolean;
|
2691
|
+
readonly showWordLimit: boolean;
|
2692
|
+
readonly autofocus: boolean;
|
2693
|
+
}> & Omit<{
|
2694
|
+
readonly disabled: boolean;
|
2695
|
+
readonly type: string;
|
2696
|
+
readonly autofocus: boolean;
|
2697
|
+
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown>;
|
2698
|
+
readonly readonly: boolean;
|
2699
|
+
readonly autosize: import('element-plus').InputAutoSize;
|
2700
|
+
readonly autocomplete: string;
|
2701
|
+
readonly clearable: boolean;
|
2702
|
+
readonly showPassword: boolean;
|
2703
|
+
readonly showWordLimit: boolean;
|
2704
|
+
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
2705
|
+
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
2706
|
+
readonly inputStyle: import('vue').StyleValue;
|
2707
|
+
readonly rows: number;
|
2708
|
+
readonly size?: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never> | undefined;
|
2709
|
+
readonly form?: string | undefined;
|
2710
|
+
readonly resize?: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "both" | "none" | "horizontal" | "vertical", unknown> | undefined;
|
2711
|
+
readonly id?: string | undefined;
|
2712
|
+
readonly formatter?: Function | undefined;
|
2713
|
+
readonly ariaLabel?: string | undefined;
|
2714
|
+
readonly maxlength?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
2715
|
+
readonly placeholder?: string | undefined;
|
2716
|
+
readonly minlength?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
2717
|
+
readonly parser?: Function | undefined;
|
2718
|
+
readonly suffixIcon?: import('element-plus/es/utils/index.mjs').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;
|
2719
|
+
readonly prefixIcon?: import('element-plus/es/utils/index.mjs').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;
|
2720
|
+
readonly containerRole?: string | undefined;
|
2721
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
2722
|
+
onChange?: ((value: string) => any) | undefined;
|
2723
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
2724
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
2725
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
2726
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
2727
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
2728
|
+
onInput?: ((value: string) => any) | undefined;
|
2729
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
2730
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
2731
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
2732
|
+
onClear?: (() => any) | undefined;
|
2733
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
2734
|
+
readonly ariaLabel: StringConstructor;
|
2735
|
+
readonly id: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
2736
|
+
readonly size: {
|
2737
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
2738
|
+
readonly required: false;
|
2739
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
2740
|
+
__epPropKey: true;
|
2741
|
+
};
|
2742
|
+
readonly disabled: BooleanConstructor;
|
2743
|
+
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
2744
|
+
readonly maxlength: {
|
2745
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
2746
|
+
readonly required: false;
|
2747
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
2748
|
+
__epPropKey: true;
|
2749
|
+
};
|
2750
|
+
readonly minlength: {
|
2751
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
2752
|
+
readonly required: false;
|
2753
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
2754
|
+
__epPropKey: true;
|
2755
|
+
};
|
2756
|
+
readonly type: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
2757
|
+
readonly resize: {
|
2758
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
2759
|
+
readonly required: false;
|
2760
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
2761
|
+
__epPropKey: true;
|
2762
|
+
};
|
2763
|
+
readonly autosize: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus').InputAutoSize & {}) | (() => import('element-plus').InputAutoSize) | ((new (...args: any[]) => import('element-plus').InputAutoSize & {}) | (() => import('element-plus').InputAutoSize))[], unknown, unknown, false, boolean>;
|
2764
|
+
readonly autocomplete: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
2765
|
+
readonly formatter: {
|
2766
|
+
readonly type: import('vue').PropType<Function>;
|
2767
|
+
readonly required: false;
|
2768
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
2769
|
+
__epPropKey: true;
|
2770
|
+
};
|
2771
|
+
readonly parser: {
|
2772
|
+
readonly type: import('vue').PropType<Function>;
|
2773
|
+
readonly required: false;
|
2774
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
2775
|
+
__epPropKey: true;
|
2776
|
+
};
|
2777
|
+
readonly placeholder: {
|
2778
|
+
readonly type: import('vue').PropType<string>;
|
2779
|
+
readonly required: false;
|
2780
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
2781
|
+
__epPropKey: true;
|
2782
|
+
};
|
2783
|
+
readonly form: {
|
2784
|
+
readonly type: import('vue').PropType<string>;
|
2785
|
+
readonly required: false;
|
2786
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
2787
|
+
__epPropKey: true;
|
2788
|
+
};
|
2789
|
+
readonly readonly: BooleanConstructor;
|
2790
|
+
readonly clearable: BooleanConstructor;
|
2791
|
+
readonly showPassword: BooleanConstructor;
|
2792
|
+
readonly showWordLimit: BooleanConstructor;
|
2793
|
+
readonly suffixIcon: {
|
2794
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').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>>;
|
2795
|
+
readonly required: false;
|
2796
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
2797
|
+
__epPropKey: true;
|
2798
|
+
};
|
2799
|
+
readonly prefixIcon: {
|
2800
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').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>>;
|
2801
|
+
readonly required: false;
|
2802
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
2803
|
+
__epPropKey: true;
|
2804
|
+
};
|
2805
|
+
readonly containerRole: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
2806
|
+
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
2807
|
+
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
2808
|
+
readonly inputStyle: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue) | ((new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue))[], unknown, unknown, () => import('element-plus/es/utils/typescript.mjs').Mutable<{}>, boolean>;
|
2809
|
+
readonly autofocus: BooleanConstructor;
|
2810
|
+
readonly rows: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
2811
|
+
}>> & {
|
2812
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
2813
|
+
onChange?: ((value: string) => any) | undefined;
|
2814
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
2815
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
2816
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
2817
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
2818
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
2819
|
+
onInput?: ((value: string) => any) | undefined;
|
2820
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
2821
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
2822
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
2823
|
+
onClear?: (() => any) | undefined;
|
2824
|
+
}, "disabled" | "id" | "type" | "autofocus" | "modelValue" | "readonly" | "autosize" | "autocomplete" | "clearable" | "showPassword" | "showWordLimit" | "containerRole" | "tabindex" | "validateEvent" | "inputStyle" | "rows">;
|
2825
|
+
$attrs: {
|
2826
|
+
[x: string]: unknown;
|
2827
|
+
};
|
2828
|
+
$refs: {
|
2829
|
+
[x: string]: unknown;
|
2830
|
+
};
|
2831
|
+
$slots: Readonly<{
|
2832
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
2833
|
+
}>;
|
2834
|
+
$root: import('vue').ComponentPublicInstance | null;
|
2835
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
2836
|
+
$host: Element | null;
|
2837
|
+
$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);
|
2838
|
+
$el: any;
|
2839
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
2840
|
+
readonly ariaLabel: StringConstructor;
|
2841
|
+
readonly id: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
2842
|
+
readonly size: {
|
2843
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
2844
|
+
readonly required: false;
|
2845
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
2846
|
+
__epPropKey: true;
|
2847
|
+
};
|
2848
|
+
readonly disabled: BooleanConstructor;
|
2849
|
+
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
2850
|
+
readonly maxlength: {
|
2851
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
2852
|
+
readonly required: false;
|
2853
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
2854
|
+
__epPropKey: true;
|
2855
|
+
};
|
2856
|
+
readonly minlength: {
|
2857
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
2858
|
+
readonly required: false;
|
2859
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
2860
|
+
__epPropKey: true;
|
2861
|
+
};
|
2862
|
+
readonly type: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
2863
|
+
readonly resize: {
|
2864
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
2865
|
+
readonly required: false;
|
2866
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
2867
|
+
__epPropKey: true;
|
2868
|
+
};
|
2869
|
+
readonly autosize: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus').InputAutoSize & {}) | (() => import('element-plus').InputAutoSize) | ((new (...args: any[]) => import('element-plus').InputAutoSize & {}) | (() => import('element-plus').InputAutoSize))[], unknown, unknown, false, boolean>;
|
2870
|
+
readonly autocomplete: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
2871
|
+
readonly formatter: {
|
2872
|
+
readonly type: import('vue').PropType<Function>;
|
2873
|
+
readonly required: false;
|
2874
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
2875
|
+
__epPropKey: true;
|
2876
|
+
};
|
2877
|
+
readonly parser: {
|
2878
|
+
readonly type: import('vue').PropType<Function>;
|
2879
|
+
readonly required: false;
|
2880
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
2881
|
+
__epPropKey: true;
|
2882
|
+
};
|
2883
|
+
readonly placeholder: {
|
2884
|
+
readonly type: import('vue').PropType<string>;
|
2885
|
+
readonly required: false;
|
2886
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
2887
|
+
__epPropKey: true;
|
2888
|
+
};
|
2889
|
+
readonly form: {
|
2890
|
+
readonly type: import('vue').PropType<string>;
|
2891
|
+
readonly required: false;
|
2892
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
2893
|
+
__epPropKey: true;
|
2894
|
+
};
|
2895
|
+
readonly readonly: BooleanConstructor;
|
2896
|
+
readonly clearable: BooleanConstructor;
|
2897
|
+
readonly showPassword: BooleanConstructor;
|
2898
|
+
readonly showWordLimit: BooleanConstructor;
|
2899
|
+
readonly suffixIcon: {
|
2900
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').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>>;
|
2901
|
+
readonly required: false;
|
2902
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
2903
|
+
__epPropKey: true;
|
2904
|
+
};
|
2905
|
+
readonly prefixIcon: {
|
2906
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').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>>;
|
2907
|
+
readonly required: false;
|
2908
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
2909
|
+
__epPropKey: true;
|
2910
|
+
};
|
2911
|
+
readonly containerRole: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
2912
|
+
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
2913
|
+
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
2914
|
+
readonly inputStyle: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue) | ((new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue))[], unknown, unknown, () => import('element-plus/es/utils/typescript.mjs').Mutable<{}>, boolean>;
|
2915
|
+
readonly autofocus: BooleanConstructor;
|
2916
|
+
readonly rows: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
2917
|
+
}>> & {
|
2918
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
2919
|
+
onChange?: ((value: string) => any) | undefined;
|
2920
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
2921
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
2922
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
2923
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
2924
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
2925
|
+
onInput?: ((value: string) => any) | undefined;
|
2926
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
2927
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
2928
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
2929
|
+
onClear?: (() => any) | undefined;
|
2930
|
+
}, {
|
2931
|
+
input: import('vue').ShallowRef<HTMLInputElement | undefined>;
|
2932
|
+
textarea: import('vue').ShallowRef<HTMLTextAreaElement | undefined>;
|
2933
|
+
ref: import('vue').ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
2934
|
+
textareaStyle: import('vue').ComputedRef<import('vue').StyleValue>;
|
2935
|
+
autosize: import('vue').Ref<import('element-plus').InputAutoSize>;
|
2936
|
+
isComposing: import('vue').Ref<boolean>;
|
2937
|
+
focus: () => Promise<void>;
|
2938
|
+
blur: () => void | undefined;
|
2939
|
+
select: () => void;
|
2940
|
+
clear: () => void;
|
2941
|
+
resizeTextarea: () => void;
|
2942
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
2943
|
+
input: (value: string) => void;
|
2944
|
+
clear: () => void;
|
2945
|
+
"update:modelValue": (value: string) => void;
|
2946
|
+
change: (value: string) => void;
|
2947
|
+
blur: (evt: FocusEvent) => void;
|
2948
|
+
compositionend: (evt: CompositionEvent) => void;
|
2949
|
+
compositionstart: (evt: CompositionEvent) => void;
|
2950
|
+
compositionupdate: (evt: CompositionEvent) => void;
|
2951
|
+
focus: (evt: FocusEvent) => void;
|
2952
|
+
keydown: (evt: Event | KeyboardEvent) => void;
|
2953
|
+
mouseenter: (evt: MouseEvent) => void;
|
2954
|
+
mouseleave: (evt: MouseEvent) => void;
|
2955
|
+
}, string, {
|
2956
|
+
readonly disabled: boolean;
|
2957
|
+
readonly id: string;
|
2958
|
+
readonly type: string;
|
2959
|
+
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown>;
|
2960
|
+
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
2961
|
+
readonly autosize: import('element-plus').InputAutoSize;
|
2962
|
+
readonly autocomplete: string;
|
2963
|
+
readonly containerRole: string;
|
2964
|
+
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
2965
|
+
readonly inputStyle: import('vue').StyleValue;
|
2966
|
+
readonly rows: number;
|
2967
|
+
readonly readonly: boolean;
|
2968
|
+
readonly clearable: boolean;
|
2969
|
+
readonly showPassword: boolean;
|
2970
|
+
readonly showWordLimit: boolean;
|
2971
|
+
readonly autofocus: boolean;
|
2972
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
2973
|
+
beforeCreate?: (() => void) | (() => void)[];
|
2974
|
+
created?: (() => void) | (() => void)[];
|
2975
|
+
beforeMount?: (() => void) | (() => void)[];
|
2976
|
+
mounted?: (() => void) | (() => void)[];
|
2977
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
2978
|
+
updated?: (() => void) | (() => void)[];
|
2979
|
+
activated?: (() => void) | (() => void)[];
|
2980
|
+
deactivated?: (() => void) | (() => void)[];
|
2981
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
2982
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
2983
|
+
destroyed?: (() => void) | (() => void)[];
|
2984
|
+
unmounted?: (() => void) | (() => void)[];
|
2985
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
2986
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
2987
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
2988
|
+
};
|
2989
|
+
$forceUpdate: () => void;
|
2990
|
+
$nextTick: typeof import('vue').nextTick;
|
2991
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
2992
|
+
} & Readonly<{
|
2993
|
+
readonly disabled: boolean;
|
2994
|
+
readonly id: string;
|
2995
|
+
readonly type: string;
|
2996
|
+
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown>;
|
2997
|
+
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
2998
|
+
readonly autosize: import('element-plus').InputAutoSize;
|
2999
|
+
readonly autocomplete: string;
|
3000
|
+
readonly containerRole: string;
|
3001
|
+
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
3002
|
+
readonly inputStyle: import('vue').StyleValue;
|
3003
|
+
readonly rows: number;
|
3004
|
+
readonly readonly: boolean;
|
3005
|
+
readonly clearable: boolean;
|
3006
|
+
readonly showPassword: boolean;
|
3007
|
+
readonly showWordLimit: boolean;
|
3008
|
+
readonly autofocus: boolean;
|
3009
|
+
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
3010
|
+
readonly ariaLabel: StringConstructor;
|
3011
|
+
readonly id: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
3012
|
+
readonly size: {
|
3013
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
3014
|
+
readonly required: false;
|
3015
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
3016
|
+
__epPropKey: true;
|
3017
|
+
};
|
3018
|
+
readonly disabled: BooleanConstructor;
|
3019
|
+
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
3020
|
+
readonly maxlength: {
|
3021
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
3022
|
+
readonly required: false;
|
3023
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
3024
|
+
__epPropKey: true;
|
3025
|
+
};
|
3026
|
+
readonly minlength: {
|
3027
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
3028
|
+
readonly required: false;
|
3029
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
3030
|
+
__epPropKey: true;
|
3031
|
+
};
|
3032
|
+
readonly type: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
3033
|
+
readonly resize: {
|
3034
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
3035
|
+
readonly required: false;
|
3036
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
3037
|
+
__epPropKey: true;
|
3038
|
+
};
|
3039
|
+
readonly autosize: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus').InputAutoSize & {}) | (() => import('element-plus').InputAutoSize) | ((new (...args: any[]) => import('element-plus').InputAutoSize & {}) | (() => import('element-plus').InputAutoSize))[], unknown, unknown, false, boolean>;
|
3040
|
+
readonly autocomplete: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
3041
|
+
readonly formatter: {
|
3042
|
+
readonly type: import('vue').PropType<Function>;
|
3043
|
+
readonly required: false;
|
3044
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
3045
|
+
__epPropKey: true;
|
3046
|
+
};
|
3047
|
+
readonly parser: {
|
3048
|
+
readonly type: import('vue').PropType<Function>;
|
3049
|
+
readonly required: false;
|
3050
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
3051
|
+
__epPropKey: true;
|
3052
|
+
};
|
3053
|
+
readonly placeholder: {
|
3054
|
+
readonly type: import('vue').PropType<string>;
|
3055
|
+
readonly required: false;
|
3056
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
3057
|
+
__epPropKey: true;
|
3058
|
+
};
|
3059
|
+
readonly form: {
|
3060
|
+
readonly type: import('vue').PropType<string>;
|
3061
|
+
readonly required: false;
|
3062
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
3063
|
+
__epPropKey: true;
|
3064
|
+
};
|
3065
|
+
readonly readonly: BooleanConstructor;
|
3066
|
+
readonly clearable: BooleanConstructor;
|
3067
|
+
readonly showPassword: BooleanConstructor;
|
3068
|
+
readonly showWordLimit: BooleanConstructor;
|
3069
|
+
readonly suffixIcon: {
|
3070
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').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>>;
|
3071
|
+
readonly required: false;
|
3072
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
3073
|
+
__epPropKey: true;
|
3074
|
+
};
|
3075
|
+
readonly prefixIcon: {
|
3076
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').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>>;
|
3077
|
+
readonly required: false;
|
3078
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
3079
|
+
__epPropKey: true;
|
3080
|
+
};
|
3081
|
+
readonly containerRole: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
3082
|
+
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
3083
|
+
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
3084
|
+
readonly inputStyle: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue) | ((new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue))[], unknown, unknown, () => import('element-plus/es/utils/typescript.mjs').Mutable<{}>, boolean>;
|
3085
|
+
readonly autofocus: BooleanConstructor;
|
3086
|
+
readonly rows: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
3087
|
+
}>> & {
|
3088
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
3089
|
+
onChange?: ((value: string) => any) | undefined;
|
3090
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
3091
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
3092
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
3093
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
3094
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
3095
|
+
onInput?: ((value: string) => any) | undefined;
|
3096
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
3097
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
3098
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
3099
|
+
onClear?: (() => any) | undefined;
|
3100
|
+
}, "clear" | "ref" | "input" | "select" | "textarea" | "disabled" | "id" | "type" | "autofocus" | "modelValue" | "focus" | "blur" | "readonly" | "autosize" | "autocomplete" | "clearable" | "showPassword" | "showWordLimit" | "containerRole" | "tabindex" | "validateEvent" | "inputStyle" | "rows" | "textareaStyle" | "isComposing" | "resizeTextarea"> & import('vue').ShallowUnwrapRef<{
|
3101
|
+
input: import('vue').ShallowRef<HTMLInputElement | undefined>;
|
3102
|
+
textarea: import('vue').ShallowRef<HTMLTextAreaElement | undefined>;
|
3103
|
+
ref: import('vue').ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
3104
|
+
textareaStyle: import('vue').ComputedRef<import('vue').StyleValue>;
|
3105
|
+
autosize: import('vue').Ref<import('element-plus').InputAutoSize>;
|
3106
|
+
isComposing: import('vue').Ref<boolean>;
|
3107
|
+
focus: () => Promise<void>;
|
3108
|
+
blur: () => void | undefined;
|
3109
|
+
select: () => void;
|
3110
|
+
clear: () => void;
|
3111
|
+
resizeTextarea: () => void;
|
3112
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
3113
|
+
$slots: {
|
3114
|
+
prepend?(_: {}): any;
|
3115
|
+
prefix?(_: {}): any;
|
3116
|
+
suffix?(_: {}): any;
|
3117
|
+
append?(_: {}): any;
|
3118
|
+
};
|
3119
|
+
}) | null;
|
2673
3120
|
};
|
2674
3121
|
attrs: Partial<{}>;
|
2675
3122
|
};
|
@@ -5341,6 +5788,453 @@ declare const __VLS_component: import('vue').DefineComponent<LovInputProps, {},
|
|
5341
5788
|
readonly hideOnClick: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
5342
5789
|
readonly splitButton: boolean;
|
5343
5790
|
}> | null;
|
5791
|
+
input: ({
|
5792
|
+
$: import('vue').ComponentInternalInstance;
|
5793
|
+
$data: {};
|
5794
|
+
$props: Partial<{
|
5795
|
+
readonly disabled: boolean;
|
5796
|
+
readonly id: string;
|
5797
|
+
readonly type: string;
|
5798
|
+
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown>;
|
5799
|
+
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
5800
|
+
readonly autosize: import('element-plus').InputAutoSize;
|
5801
|
+
readonly autocomplete: string;
|
5802
|
+
readonly containerRole: string;
|
5803
|
+
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
5804
|
+
readonly inputStyle: import('vue').StyleValue;
|
5805
|
+
readonly rows: number;
|
5806
|
+
readonly readonly: boolean;
|
5807
|
+
readonly clearable: boolean;
|
5808
|
+
readonly showPassword: boolean;
|
5809
|
+
readonly showWordLimit: boolean;
|
5810
|
+
readonly autofocus: boolean;
|
5811
|
+
}> & Omit<{
|
5812
|
+
readonly disabled: boolean;
|
5813
|
+
readonly type: string;
|
5814
|
+
readonly autofocus: boolean;
|
5815
|
+
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown>;
|
5816
|
+
readonly readonly: boolean;
|
5817
|
+
readonly autosize: import('element-plus').InputAutoSize;
|
5818
|
+
readonly autocomplete: string;
|
5819
|
+
readonly clearable: boolean;
|
5820
|
+
readonly showPassword: boolean;
|
5821
|
+
readonly showWordLimit: boolean;
|
5822
|
+
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
5823
|
+
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
5824
|
+
readonly inputStyle: import('vue').StyleValue;
|
5825
|
+
readonly rows: number;
|
5826
|
+
readonly size?: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never> | undefined;
|
5827
|
+
readonly form?: string | undefined;
|
5828
|
+
readonly resize?: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "both" | "none" | "horizontal" | "vertical", unknown> | undefined;
|
5829
|
+
readonly id?: string | undefined;
|
5830
|
+
readonly formatter?: Function | undefined;
|
5831
|
+
readonly ariaLabel?: string | undefined;
|
5832
|
+
readonly maxlength?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
5833
|
+
readonly placeholder?: string | undefined;
|
5834
|
+
readonly minlength?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
5835
|
+
readonly parser?: Function | undefined;
|
5836
|
+
readonly suffixIcon?: import('element-plus/es/utils/index.mjs').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;
|
5837
|
+
readonly prefixIcon?: import('element-plus/es/utils/index.mjs').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;
|
5838
|
+
readonly containerRole?: string | undefined;
|
5839
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
5840
|
+
onChange?: ((value: string) => any) | undefined;
|
5841
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
5842
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
5843
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
5844
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
5845
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
5846
|
+
onInput?: ((value: string) => any) | undefined;
|
5847
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
5848
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
5849
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
5850
|
+
onClear?: (() => any) | undefined;
|
5851
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
5852
|
+
readonly ariaLabel: StringConstructor;
|
5853
|
+
readonly id: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
5854
|
+
readonly size: {
|
5855
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
5856
|
+
readonly required: false;
|
5857
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
5858
|
+
__epPropKey: true;
|
5859
|
+
};
|
5860
|
+
readonly disabled: BooleanConstructor;
|
5861
|
+
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
5862
|
+
readonly maxlength: {
|
5863
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
5864
|
+
readonly required: false;
|
5865
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
5866
|
+
__epPropKey: true;
|
5867
|
+
};
|
5868
|
+
readonly minlength: {
|
5869
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
5870
|
+
readonly required: false;
|
5871
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
5872
|
+
__epPropKey: true;
|
5873
|
+
};
|
5874
|
+
readonly type: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
5875
|
+
readonly resize: {
|
5876
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
5877
|
+
readonly required: false;
|
5878
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
5879
|
+
__epPropKey: true;
|
5880
|
+
};
|
5881
|
+
readonly autosize: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus').InputAutoSize & {}) | (() => import('element-plus').InputAutoSize) | ((new (...args: any[]) => import('element-plus').InputAutoSize & {}) | (() => import('element-plus').InputAutoSize))[], unknown, unknown, false, boolean>;
|
5882
|
+
readonly autocomplete: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
5883
|
+
readonly formatter: {
|
5884
|
+
readonly type: import('vue').PropType<Function>;
|
5885
|
+
readonly required: false;
|
5886
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
5887
|
+
__epPropKey: true;
|
5888
|
+
};
|
5889
|
+
readonly parser: {
|
5890
|
+
readonly type: import('vue').PropType<Function>;
|
5891
|
+
readonly required: false;
|
5892
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
5893
|
+
__epPropKey: true;
|
5894
|
+
};
|
5895
|
+
readonly placeholder: {
|
5896
|
+
readonly type: import('vue').PropType<string>;
|
5897
|
+
readonly required: false;
|
5898
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
5899
|
+
__epPropKey: true;
|
5900
|
+
};
|
5901
|
+
readonly form: {
|
5902
|
+
readonly type: import('vue').PropType<string>;
|
5903
|
+
readonly required: false;
|
5904
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
5905
|
+
__epPropKey: true;
|
5906
|
+
};
|
5907
|
+
readonly readonly: BooleanConstructor;
|
5908
|
+
readonly clearable: BooleanConstructor;
|
5909
|
+
readonly showPassword: BooleanConstructor;
|
5910
|
+
readonly showWordLimit: BooleanConstructor;
|
5911
|
+
readonly suffixIcon: {
|
5912
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').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>>;
|
5913
|
+
readonly required: false;
|
5914
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
5915
|
+
__epPropKey: true;
|
5916
|
+
};
|
5917
|
+
readonly prefixIcon: {
|
5918
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').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>>;
|
5919
|
+
readonly required: false;
|
5920
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
5921
|
+
__epPropKey: true;
|
5922
|
+
};
|
5923
|
+
readonly containerRole: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
5924
|
+
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
5925
|
+
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
5926
|
+
readonly inputStyle: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue) | ((new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue))[], unknown, unknown, () => import('element-plus/es/utils/typescript.mjs').Mutable<{}>, boolean>;
|
5927
|
+
readonly autofocus: BooleanConstructor;
|
5928
|
+
readonly rows: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
5929
|
+
}>> & {
|
5930
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
5931
|
+
onChange?: ((value: string) => any) | undefined;
|
5932
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
5933
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
5934
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
5935
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
5936
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
5937
|
+
onInput?: ((value: string) => any) | undefined;
|
5938
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
5939
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
5940
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
5941
|
+
onClear?: (() => any) | undefined;
|
5942
|
+
}, "disabled" | "id" | "type" | "autofocus" | "modelValue" | "readonly" | "autosize" | "autocomplete" | "clearable" | "showPassword" | "showWordLimit" | "containerRole" | "tabindex" | "validateEvent" | "inputStyle" | "rows">;
|
5943
|
+
$attrs: {
|
5944
|
+
[x: string]: unknown;
|
5945
|
+
};
|
5946
|
+
$refs: {
|
5947
|
+
[x: string]: unknown;
|
5948
|
+
};
|
5949
|
+
$slots: Readonly<{
|
5950
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
5951
|
+
}>;
|
5952
|
+
$root: import('vue').ComponentPublicInstance | null;
|
5953
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
5954
|
+
$host: Element | null;
|
5955
|
+
$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);
|
5956
|
+
$el: any;
|
5957
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
5958
|
+
readonly ariaLabel: StringConstructor;
|
5959
|
+
readonly id: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
5960
|
+
readonly size: {
|
5961
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
5962
|
+
readonly required: false;
|
5963
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
5964
|
+
__epPropKey: true;
|
5965
|
+
};
|
5966
|
+
readonly disabled: BooleanConstructor;
|
5967
|
+
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
5968
|
+
readonly maxlength: {
|
5969
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
5970
|
+
readonly required: false;
|
5971
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
5972
|
+
__epPropKey: true;
|
5973
|
+
};
|
5974
|
+
readonly minlength: {
|
5975
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
5976
|
+
readonly required: false;
|
5977
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
5978
|
+
__epPropKey: true;
|
5979
|
+
};
|
5980
|
+
readonly type: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
5981
|
+
readonly resize: {
|
5982
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
5983
|
+
readonly required: false;
|
5984
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
5985
|
+
__epPropKey: true;
|
5986
|
+
};
|
5987
|
+
readonly autosize: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus').InputAutoSize & {}) | (() => import('element-plus').InputAutoSize) | ((new (...args: any[]) => import('element-plus').InputAutoSize & {}) | (() => import('element-plus').InputAutoSize))[], unknown, unknown, false, boolean>;
|
5988
|
+
readonly autocomplete: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
5989
|
+
readonly formatter: {
|
5990
|
+
readonly type: import('vue').PropType<Function>;
|
5991
|
+
readonly required: false;
|
5992
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
5993
|
+
__epPropKey: true;
|
5994
|
+
};
|
5995
|
+
readonly parser: {
|
5996
|
+
readonly type: import('vue').PropType<Function>;
|
5997
|
+
readonly required: false;
|
5998
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
5999
|
+
__epPropKey: true;
|
6000
|
+
};
|
6001
|
+
readonly placeholder: {
|
6002
|
+
readonly type: import('vue').PropType<string>;
|
6003
|
+
readonly required: false;
|
6004
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
6005
|
+
__epPropKey: true;
|
6006
|
+
};
|
6007
|
+
readonly form: {
|
6008
|
+
readonly type: import('vue').PropType<string>;
|
6009
|
+
readonly required: false;
|
6010
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
6011
|
+
__epPropKey: true;
|
6012
|
+
};
|
6013
|
+
readonly readonly: BooleanConstructor;
|
6014
|
+
readonly clearable: BooleanConstructor;
|
6015
|
+
readonly showPassword: BooleanConstructor;
|
6016
|
+
readonly showWordLimit: BooleanConstructor;
|
6017
|
+
readonly suffixIcon: {
|
6018
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').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>>;
|
6019
|
+
readonly required: false;
|
6020
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
6021
|
+
__epPropKey: true;
|
6022
|
+
};
|
6023
|
+
readonly prefixIcon: {
|
6024
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').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>>;
|
6025
|
+
readonly required: false;
|
6026
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
6027
|
+
__epPropKey: true;
|
6028
|
+
};
|
6029
|
+
readonly containerRole: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
6030
|
+
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
6031
|
+
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
6032
|
+
readonly inputStyle: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue) | ((new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue))[], unknown, unknown, () => import('element-plus/es/utils/typescript.mjs').Mutable<{}>, boolean>;
|
6033
|
+
readonly autofocus: BooleanConstructor;
|
6034
|
+
readonly rows: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
6035
|
+
}>> & {
|
6036
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
6037
|
+
onChange?: ((value: string) => any) | undefined;
|
6038
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
6039
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
6040
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
6041
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
6042
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
6043
|
+
onInput?: ((value: string) => any) | undefined;
|
6044
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
6045
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
6046
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
6047
|
+
onClear?: (() => any) | undefined;
|
6048
|
+
}, {
|
6049
|
+
input: import('vue').ShallowRef<HTMLInputElement | undefined>;
|
6050
|
+
textarea: import('vue').ShallowRef<HTMLTextAreaElement | undefined>;
|
6051
|
+
ref: import('vue').ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
6052
|
+
textareaStyle: import('vue').ComputedRef<import('vue').StyleValue>;
|
6053
|
+
autosize: import('vue').Ref<import('element-plus').InputAutoSize>;
|
6054
|
+
isComposing: import('vue').Ref<boolean>;
|
6055
|
+
focus: () => Promise<void>;
|
6056
|
+
blur: () => void | undefined;
|
6057
|
+
select: () => void;
|
6058
|
+
clear: () => void;
|
6059
|
+
resizeTextarea: () => void;
|
6060
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
6061
|
+
input: (value: string) => void;
|
6062
|
+
clear: () => void;
|
6063
|
+
"update:modelValue": (value: string) => void;
|
6064
|
+
change: (value: string) => void;
|
6065
|
+
blur: (evt: FocusEvent) => void;
|
6066
|
+
compositionend: (evt: CompositionEvent) => void;
|
6067
|
+
compositionstart: (evt: CompositionEvent) => void;
|
6068
|
+
compositionupdate: (evt: CompositionEvent) => void;
|
6069
|
+
focus: (evt: FocusEvent) => void;
|
6070
|
+
keydown: (evt: Event | KeyboardEvent) => void;
|
6071
|
+
mouseenter: (evt: MouseEvent) => void;
|
6072
|
+
mouseleave: (evt: MouseEvent) => void;
|
6073
|
+
}, string, {
|
6074
|
+
readonly disabled: boolean;
|
6075
|
+
readonly id: string;
|
6076
|
+
readonly type: string;
|
6077
|
+
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown>;
|
6078
|
+
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
6079
|
+
readonly autosize: import('element-plus').InputAutoSize;
|
6080
|
+
readonly autocomplete: string;
|
6081
|
+
readonly containerRole: string;
|
6082
|
+
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
6083
|
+
readonly inputStyle: import('vue').StyleValue;
|
6084
|
+
readonly rows: number;
|
6085
|
+
readonly readonly: boolean;
|
6086
|
+
readonly clearable: boolean;
|
6087
|
+
readonly showPassword: boolean;
|
6088
|
+
readonly showWordLimit: boolean;
|
6089
|
+
readonly autofocus: boolean;
|
6090
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
6091
|
+
beforeCreate?: (() => void) | (() => void)[];
|
6092
|
+
created?: (() => void) | (() => void)[];
|
6093
|
+
beforeMount?: (() => void) | (() => void)[];
|
6094
|
+
mounted?: (() => void) | (() => void)[];
|
6095
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
6096
|
+
updated?: (() => void) | (() => void)[];
|
6097
|
+
activated?: (() => void) | (() => void)[];
|
6098
|
+
deactivated?: (() => void) | (() => void)[];
|
6099
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
6100
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
6101
|
+
destroyed?: (() => void) | (() => void)[];
|
6102
|
+
unmounted?: (() => void) | (() => void)[];
|
6103
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
6104
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
6105
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
6106
|
+
};
|
6107
|
+
$forceUpdate: () => void;
|
6108
|
+
$nextTick: typeof import('vue').nextTick;
|
6109
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
6110
|
+
} & Readonly<{
|
6111
|
+
readonly disabled: boolean;
|
6112
|
+
readonly id: string;
|
6113
|
+
readonly type: string;
|
6114
|
+
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown>;
|
6115
|
+
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
6116
|
+
readonly autosize: import('element-plus').InputAutoSize;
|
6117
|
+
readonly autocomplete: string;
|
6118
|
+
readonly containerRole: string;
|
6119
|
+
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
6120
|
+
readonly inputStyle: import('vue').StyleValue;
|
6121
|
+
readonly rows: number;
|
6122
|
+
readonly readonly: boolean;
|
6123
|
+
readonly clearable: boolean;
|
6124
|
+
readonly showPassword: boolean;
|
6125
|
+
readonly showWordLimit: boolean;
|
6126
|
+
readonly autofocus: boolean;
|
6127
|
+
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
6128
|
+
readonly ariaLabel: StringConstructor;
|
6129
|
+
readonly id: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
6130
|
+
readonly size: {
|
6131
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
6132
|
+
readonly required: false;
|
6133
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
6134
|
+
__epPropKey: true;
|
6135
|
+
};
|
6136
|
+
readonly disabled: BooleanConstructor;
|
6137
|
+
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
6138
|
+
readonly maxlength: {
|
6139
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
6140
|
+
readonly required: false;
|
6141
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
6142
|
+
__epPropKey: true;
|
6143
|
+
};
|
6144
|
+
readonly minlength: {
|
6145
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
6146
|
+
readonly required: false;
|
6147
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
6148
|
+
__epPropKey: true;
|
6149
|
+
};
|
6150
|
+
readonly type: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
6151
|
+
readonly resize: {
|
6152
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
6153
|
+
readonly required: false;
|
6154
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
6155
|
+
__epPropKey: true;
|
6156
|
+
};
|
6157
|
+
readonly autosize: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus').InputAutoSize & {}) | (() => import('element-plus').InputAutoSize) | ((new (...args: any[]) => import('element-plus').InputAutoSize & {}) | (() => import('element-plus').InputAutoSize))[], unknown, unknown, false, boolean>;
|
6158
|
+
readonly autocomplete: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
6159
|
+
readonly formatter: {
|
6160
|
+
readonly type: import('vue').PropType<Function>;
|
6161
|
+
readonly required: false;
|
6162
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
6163
|
+
__epPropKey: true;
|
6164
|
+
};
|
6165
|
+
readonly parser: {
|
6166
|
+
readonly type: import('vue').PropType<Function>;
|
6167
|
+
readonly required: false;
|
6168
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
6169
|
+
__epPropKey: true;
|
6170
|
+
};
|
6171
|
+
readonly placeholder: {
|
6172
|
+
readonly type: import('vue').PropType<string>;
|
6173
|
+
readonly required: false;
|
6174
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
6175
|
+
__epPropKey: true;
|
6176
|
+
};
|
6177
|
+
readonly form: {
|
6178
|
+
readonly type: import('vue').PropType<string>;
|
6179
|
+
readonly required: false;
|
6180
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
6181
|
+
__epPropKey: true;
|
6182
|
+
};
|
6183
|
+
readonly readonly: BooleanConstructor;
|
6184
|
+
readonly clearable: BooleanConstructor;
|
6185
|
+
readonly showPassword: BooleanConstructor;
|
6186
|
+
readonly showWordLimit: BooleanConstructor;
|
6187
|
+
readonly suffixIcon: {
|
6188
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').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>>;
|
6189
|
+
readonly required: false;
|
6190
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
6191
|
+
__epPropKey: true;
|
6192
|
+
};
|
6193
|
+
readonly prefixIcon: {
|
6194
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').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>>;
|
6195
|
+
readonly required: false;
|
6196
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
6197
|
+
__epPropKey: true;
|
6198
|
+
};
|
6199
|
+
readonly containerRole: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
6200
|
+
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
6201
|
+
readonly validateEvent: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
6202
|
+
readonly inputStyle: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue) | ((new (...args: any[]) => import('vue').StyleValue & {}) | (() => import('vue').StyleValue))[], unknown, unknown, () => import('element-plus/es/utils/typescript.mjs').Mutable<{}>, boolean>;
|
6203
|
+
readonly autofocus: BooleanConstructor;
|
6204
|
+
readonly rows: import('element-plus/es/utils/index.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
6205
|
+
}>> & {
|
6206
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
6207
|
+
onChange?: ((value: string) => any) | undefined;
|
6208
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
6209
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
6210
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
6211
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
6212
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
6213
|
+
onInput?: ((value: string) => any) | undefined;
|
6214
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
6215
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
6216
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
6217
|
+
onClear?: (() => any) | undefined;
|
6218
|
+
}, "clear" | "ref" | "input" | "select" | "textarea" | "disabled" | "id" | "type" | "autofocus" | "modelValue" | "focus" | "blur" | "readonly" | "autosize" | "autocomplete" | "clearable" | "showPassword" | "showWordLimit" | "containerRole" | "tabindex" | "validateEvent" | "inputStyle" | "rows" | "textareaStyle" | "isComposing" | "resizeTextarea"> & import('vue').ShallowUnwrapRef<{
|
6219
|
+
input: import('vue').ShallowRef<HTMLInputElement | undefined>;
|
6220
|
+
textarea: import('vue').ShallowRef<HTMLTextAreaElement | undefined>;
|
6221
|
+
ref: import('vue').ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
6222
|
+
textareaStyle: import('vue').ComputedRef<import('vue').StyleValue>;
|
6223
|
+
autosize: import('vue').Ref<import('element-plus').InputAutoSize>;
|
6224
|
+
isComposing: import('vue').Ref<boolean>;
|
6225
|
+
focus: () => Promise<void>;
|
6226
|
+
blur: () => void | undefined;
|
6227
|
+
select: () => void;
|
6228
|
+
clear: () => void;
|
6229
|
+
resizeTextarea: () => void;
|
6230
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
6231
|
+
$slots: {
|
6232
|
+
prepend?(_: {}): any;
|
6233
|
+
prefix?(_: {}): any;
|
6234
|
+
suffix?(_: {}): any;
|
6235
|
+
append?(_: {}): any;
|
6236
|
+
};
|
6237
|
+
}) | null;
|
5344
6238
|
}, any>;
|
5345
6239
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
5346
6240
|
export default _default;
|