@bscjc/webui 0.0.2 → 0.0.3
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/README.md +53 -53
- package/dist/es/index.mjs +534 -1653
- package/dist/es/index.mjs.map +1 -1
- package/dist/index.css +1 -1
- package/dist/lib/index.cjs +7 -7
- package/dist/lib/index.cjs.map +1 -1
- package/dist/types/components/JcDatePicker/index.d.ts +4 -0
- package/dist/types/components/JcDatePicker/index.vue.d.ts +4 -0
- package/dist/types/components/JcInputComplex/index.d.ts +33 -10
- package/dist/types/components/JcInputComplex/index.vue.d.ts +33 -10
- package/dist/types/components/JcInputSwitch/index.d.ts +25 -2
- package/dist/types/components/JcInputSwitch/index.vue.d.ts +25 -2
- package/dist/types/components/JcMoreQueryContain/index.d.ts +3 -3
- package/dist/types/components/JcMoreQueryContain/index.vue.d.ts +6 -6
- package/dist/types/components/JcSelectQuery/index.d.ts +8 -8
- package/dist/types/components/JcSelectQuery/index.vue.d.ts +16 -16
- package/package.json +3 -3
|
@@ -78,6 +78,7 @@ export declare const JcDatePicker: SFCWithInstall<import('vue').DefineComponent<
|
|
|
78
78
|
} & {
|
|
79
79
|
readonly default: true;
|
|
80
80
|
};
|
|
81
|
+
readonly showWeekNumber: BooleanConstructor;
|
|
81
82
|
readonly ariaLabel: StringConstructor;
|
|
82
83
|
readonly emptyValues: ArrayConstructor;
|
|
83
84
|
readonly valueOnClear: {
|
|
@@ -290,6 +291,7 @@ export declare const JcDatePicker: SFCWithInstall<import('vue').DefineComponent<
|
|
|
290
291
|
readonly rangeSeparator: string;
|
|
291
292
|
readonly shortcuts: unknown[];
|
|
292
293
|
readonly showNow: boolean;
|
|
294
|
+
readonly showWeekNumber: boolean;
|
|
293
295
|
readonly arrowControl: boolean;
|
|
294
296
|
readonly unlinkPanels: boolean;
|
|
295
297
|
readonly isRange: boolean;
|
|
@@ -317,6 +319,7 @@ export declare const JcDatePicker: SFCWithInstall<import('vue').DefineComponent<
|
|
|
317
319
|
} & {
|
|
318
320
|
readonly default: true;
|
|
319
321
|
};
|
|
322
|
+
readonly showWeekNumber: BooleanConstructor;
|
|
320
323
|
readonly ariaLabel: StringConstructor;
|
|
321
324
|
readonly emptyValues: ArrayConstructor;
|
|
322
325
|
readonly valueOnClear: {
|
|
@@ -529,6 +532,7 @@ export declare const JcDatePicker: SFCWithInstall<import('vue').DefineComponent<
|
|
|
529
532
|
readonly rangeSeparator: string;
|
|
530
533
|
readonly shortcuts: unknown[];
|
|
531
534
|
readonly showNow: boolean;
|
|
535
|
+
readonly showWeekNumber: boolean;
|
|
532
536
|
readonly arrowControl: boolean;
|
|
533
537
|
readonly unlinkPanels: boolean;
|
|
534
538
|
readonly isRange: boolean;
|
|
@@ -72,6 +72,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
72
72
|
} & {
|
|
73
73
|
readonly default: true;
|
|
74
74
|
};
|
|
75
|
+
readonly showWeekNumber: BooleanConstructor;
|
|
75
76
|
readonly ariaLabel: StringConstructor;
|
|
76
77
|
readonly emptyValues: ArrayConstructor;
|
|
77
78
|
readonly valueOnClear: {
|
|
@@ -284,6 +285,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
284
285
|
readonly rangeSeparator: string;
|
|
285
286
|
readonly shortcuts: unknown[];
|
|
286
287
|
readonly showNow: boolean;
|
|
288
|
+
readonly showWeekNumber: boolean;
|
|
287
289
|
readonly arrowControl: boolean;
|
|
288
290
|
readonly unlinkPanels: boolean;
|
|
289
291
|
readonly isRange: boolean;
|
|
@@ -311,6 +313,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
311
313
|
} & {
|
|
312
314
|
readonly default: true;
|
|
313
315
|
};
|
|
316
|
+
readonly showWeekNumber: BooleanConstructor;
|
|
314
317
|
readonly ariaLabel: StringConstructor;
|
|
315
318
|
readonly emptyValues: ArrayConstructor;
|
|
316
319
|
readonly valueOnClear: {
|
|
@@ -523,6 +526,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
523
526
|
readonly rangeSeparator: string;
|
|
524
527
|
readonly shortcuts: unknown[];
|
|
525
528
|
readonly showNow: boolean;
|
|
529
|
+
readonly showWeekNumber: boolean;
|
|
526
530
|
readonly arrowControl: boolean;
|
|
527
531
|
readonly unlinkPanels: boolean;
|
|
528
532
|
readonly isRange: boolean;
|
|
@@ -66,6 +66,7 @@ export declare const JcInputComplex: SFCWithInstall<import('vue').DefineComponen
|
|
|
66
66
|
readonly validateEvent: boolean;
|
|
67
67
|
readonly inputStyle: import('vue').StyleValue;
|
|
68
68
|
readonly rows: number;
|
|
69
|
+
readonly inputmode: "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined;
|
|
69
70
|
readonly clearable: boolean;
|
|
70
71
|
readonly showPassword: boolean;
|
|
71
72
|
readonly showWordLimit: boolean;
|
|
@@ -86,6 +87,7 @@ export declare const JcInputComplex: SFCWithInstall<import('vue').DefineComponen
|
|
|
86
87
|
readonly showWordLimit: boolean;
|
|
87
88
|
readonly rows: number;
|
|
88
89
|
readonly size?: ("" | "small" | "default" | "large") | undefined;
|
|
90
|
+
readonly name?: string | undefined;
|
|
89
91
|
readonly ariaLabel?: string | undefined;
|
|
90
92
|
readonly id?: string | undefined;
|
|
91
93
|
readonly placeholder?: string | undefined;
|
|
@@ -93,6 +95,7 @@ export declare const JcInputComplex: SFCWithInstall<import('vue').DefineComponen
|
|
|
93
95
|
readonly form?: string | undefined;
|
|
94
96
|
readonly resize?: ("none" | "both" | "horizontal" | "vertical") | undefined;
|
|
95
97
|
readonly prefixIcon?: (string | import('vue').Component) | undefined;
|
|
98
|
+
readonly inputmode?: "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined;
|
|
96
99
|
readonly maxlength?: (string | number) | undefined;
|
|
97
100
|
readonly minlength?: (string | number) | undefined;
|
|
98
101
|
readonly formatter?: Function | undefined;
|
|
@@ -110,7 +113,7 @@ export declare const JcInputComplex: SFCWithInstall<import('vue').DefineComponen
|
|
|
110
113
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
111
114
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
112
115
|
onClear?: (() => any) | undefined | undefined;
|
|
113
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "id" | "modelValue" | "autocomplete" | "disabled" | "clearable" | "validateEvent" | "tabindex" | "inputStyle" | "autofocus" | "readonly" | "autosize" | "showPassword" | "showWordLimit" | "containerRole" | "rows">;
|
|
116
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "id" | "modelValue" | "autocomplete" | "disabled" | "clearable" | "validateEvent" | "tabindex" | "inputStyle" | "autofocus" | "readonly" | "inputmode" | "autosize" | "showPassword" | "showWordLimit" | "containerRole" | "rows">;
|
|
114
117
|
$attrs: {
|
|
115
118
|
[x: string]: unknown;
|
|
116
119
|
};
|
|
@@ -126,6 +129,15 @@ export declare const JcInputComplex: SFCWithInstall<import('vue').DefineComponen
|
|
|
126
129
|
$emit: ((event: "clear") => void) & ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "input", value: string) => 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);
|
|
127
130
|
$el: any;
|
|
128
131
|
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
132
|
+
readonly inputmode: {
|
|
133
|
+
readonly type: import('vue').PropType<"search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined>;
|
|
134
|
+
readonly required: false;
|
|
135
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
136
|
+
__epPropKey: true;
|
|
137
|
+
} & {
|
|
138
|
+
readonly default: undefined;
|
|
139
|
+
};
|
|
140
|
+
readonly name: StringConstructor;
|
|
129
141
|
readonly ariaLabel: StringConstructor;
|
|
130
142
|
readonly id: {
|
|
131
143
|
readonly type: import('vue').PropType<string>;
|
|
@@ -324,6 +336,7 @@ export declare const JcInputComplex: SFCWithInstall<import('vue').DefineComponen
|
|
|
324
336
|
readonly validateEvent: boolean;
|
|
325
337
|
readonly inputStyle: import('vue').StyleValue;
|
|
326
338
|
readonly rows: number;
|
|
339
|
+
readonly inputmode: "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined;
|
|
327
340
|
readonly clearable: boolean;
|
|
328
341
|
readonly showPassword: boolean;
|
|
329
342
|
readonly showWordLimit: boolean;
|
|
@@ -361,11 +374,21 @@ export declare const JcInputComplex: SFCWithInstall<import('vue').DefineComponen
|
|
|
361
374
|
readonly validateEvent: boolean;
|
|
362
375
|
readonly inputStyle: import('vue').StyleValue;
|
|
363
376
|
readonly rows: number;
|
|
377
|
+
readonly inputmode: "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined;
|
|
364
378
|
readonly clearable: boolean;
|
|
365
379
|
readonly showPassword: boolean;
|
|
366
380
|
readonly showWordLimit: boolean;
|
|
367
381
|
readonly autofocus: boolean;
|
|
368
382
|
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
383
|
+
readonly inputmode: {
|
|
384
|
+
readonly type: import('vue').PropType<"search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined>;
|
|
385
|
+
readonly required: false;
|
|
386
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
387
|
+
__epPropKey: true;
|
|
388
|
+
} & {
|
|
389
|
+
readonly default: undefined;
|
|
390
|
+
};
|
|
391
|
+
readonly name: StringConstructor;
|
|
369
392
|
readonly ariaLabel: StringConstructor;
|
|
370
393
|
readonly id: {
|
|
371
394
|
readonly type: import('vue').PropType<string>;
|
|
@@ -526,7 +549,7 @@ export declare const JcInputComplex: SFCWithInstall<import('vue').DefineComponen
|
|
|
526
549
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
527
550
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
528
551
|
onClear?: (() => any) | undefined;
|
|
529
|
-
}, "clear" | "type" | "blur" | "focus" | "id" | "modelValue" | "autocomplete" | "disabled" | "clearable" | "validateEvent" | "tabindex" | "inputStyle" | "select" | "autofocus" | "ref" | "input" | "textarea" | "readonly" | "autosize" | "showPassword" | "showWordLimit" | "containerRole" | "rows" | "textareaStyle" | "isComposing" | "resizeTextarea"> & import('vue').ShallowUnwrapRef<{
|
|
552
|
+
}, "clear" | "type" | "blur" | "focus" | "id" | "modelValue" | "autocomplete" | "disabled" | "clearable" | "validateEvent" | "tabindex" | "inputStyle" | "select" | "autofocus" | "ref" | "input" | "textarea" | "readonly" | "inputmode" | "autosize" | "showPassword" | "showWordLimit" | "containerRole" | "rows" | "textareaStyle" | "isComposing" | "resizeTextarea"> & import('vue').ShallowUnwrapRef<{
|
|
530
553
|
input: import('vue').ShallowRef<HTMLInputElement | undefined>;
|
|
531
554
|
textarea: import('vue').ShallowRef<HTMLTextAreaElement | undefined>;
|
|
532
555
|
ref: import('vue').ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
|
@@ -690,7 +713,7 @@ export declare const JcInputComplex: SFCWithInstall<import('vue').DefineComponen
|
|
|
690
713
|
};
|
|
691
714
|
tagType: {
|
|
692
715
|
default: string;
|
|
693
|
-
type: import('vue').PropType<"
|
|
716
|
+
type: import('vue').PropType<"primary" | "success" | "warning" | "info" | "danger">;
|
|
694
717
|
required: false;
|
|
695
718
|
validator: ((val: unknown) => boolean) | undefined;
|
|
696
719
|
__epPropKey: true;
|
|
@@ -853,13 +876,13 @@ export declare const JcInputComplex: SFCWithInstall<import('vue').DefineComponen
|
|
|
853
876
|
showClose: import('vue').ComputedRef<boolean>;
|
|
854
877
|
iconComponent: import('vue').ComputedRef<(string | import('vue').Component) | undefined>;
|
|
855
878
|
iconReverse: import('vue').ComputedRef<string>;
|
|
856
|
-
validateState: import('vue').ComputedRef<"" | "error" | "
|
|
879
|
+
validateState: import('vue').ComputedRef<"" | "error" | "success" | "validating">;
|
|
857
880
|
validateIcon: import('vue').ComputedRef<"" | import('vue').Component>;
|
|
858
881
|
showNewOption: import('vue').ComputedRef<boolean>;
|
|
859
882
|
updateOptions: () => void;
|
|
860
883
|
collapseTagSize: import('vue').ComputedRef<"default" | "small">;
|
|
861
884
|
setSelected: () => void;
|
|
862
|
-
selectDisabled: import('vue').ComputedRef<boolean
|
|
885
|
+
selectDisabled: import('vue').ComputedRef<boolean>;
|
|
863
886
|
emptyText: import('vue').ComputedRef<string | null>;
|
|
864
887
|
handleCompositionStart: (event: CompositionEvent) => void;
|
|
865
888
|
handleCompositionUpdate: (event: CompositionEvent) => void;
|
|
@@ -935,7 +958,7 @@ export declare const JcInputComplex: SFCWithInstall<import('vue').DefineComponen
|
|
|
935
958
|
collapseTags: boolean;
|
|
936
959
|
maxCollapseTags: number;
|
|
937
960
|
collapseTagsTooltip: boolean;
|
|
938
|
-
tagType: "
|
|
961
|
+
tagType: "primary" | "success" | "warning" | "info" | "danger";
|
|
939
962
|
tagEffect: "light" | "dark" | "plain";
|
|
940
963
|
automaticDropdown: boolean;
|
|
941
964
|
allowCreate: boolean;
|
|
@@ -1095,7 +1118,7 @@ export declare const JcInputComplex: SFCWithInstall<import('vue').DefineComponen
|
|
|
1095
1118
|
};
|
|
1096
1119
|
tagType: {
|
|
1097
1120
|
default: string;
|
|
1098
|
-
type: import('vue').PropType<"
|
|
1121
|
+
type: import('vue').PropType<"primary" | "success" | "warning" | "info" | "danger">;
|
|
1099
1122
|
required: false;
|
|
1100
1123
|
validator: ((val: unknown) => boolean) | undefined;
|
|
1101
1124
|
__epPropKey: true;
|
|
@@ -1258,13 +1281,13 @@ export declare const JcInputComplex: SFCWithInstall<import('vue').DefineComponen
|
|
|
1258
1281
|
showClose: import('vue').ComputedRef<boolean>;
|
|
1259
1282
|
iconComponent: import('vue').ComputedRef<(string | import('vue').Component) | undefined>;
|
|
1260
1283
|
iconReverse: import('vue').ComputedRef<string>;
|
|
1261
|
-
validateState: import('vue').ComputedRef<"" | "error" | "
|
|
1284
|
+
validateState: import('vue').ComputedRef<"" | "error" | "success" | "validating">;
|
|
1262
1285
|
validateIcon: import('vue').ComputedRef<"" | import('vue').Component>;
|
|
1263
1286
|
showNewOption: import('vue').ComputedRef<boolean>;
|
|
1264
1287
|
updateOptions: () => void;
|
|
1265
1288
|
collapseTagSize: import('vue').ComputedRef<"default" | "small">;
|
|
1266
1289
|
setSelected: () => void;
|
|
1267
|
-
selectDisabled: import('vue').ComputedRef<boolean
|
|
1290
|
+
selectDisabled: import('vue').ComputedRef<boolean>;
|
|
1268
1291
|
emptyText: import('vue').ComputedRef<string | null>;
|
|
1269
1292
|
handleCompositionStart: (event: CompositionEvent) => void;
|
|
1270
1293
|
handleCompositionUpdate: (event: CompositionEvent) => void;
|
|
@@ -1340,7 +1363,7 @@ export declare const JcInputComplex: SFCWithInstall<import('vue').DefineComponen
|
|
|
1340
1363
|
collapseTags: boolean;
|
|
1341
1364
|
maxCollapseTags: number;
|
|
1342
1365
|
collapseTagsTooltip: boolean;
|
|
1343
|
-
tagType: "
|
|
1366
|
+
tagType: "primary" | "success" | "warning" | "info" | "danger";
|
|
1344
1367
|
tagEffect: "light" | "dark" | "plain";
|
|
1345
1368
|
automaticDropdown: boolean;
|
|
1346
1369
|
allowCreate: boolean;
|
|
@@ -60,6 +60,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
60
60
|
readonly validateEvent: boolean;
|
|
61
61
|
readonly inputStyle: import('vue').StyleValue;
|
|
62
62
|
readonly rows: number;
|
|
63
|
+
readonly inputmode: "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined;
|
|
63
64
|
readonly clearable: boolean;
|
|
64
65
|
readonly showPassword: boolean;
|
|
65
66
|
readonly showWordLimit: boolean;
|
|
@@ -80,6 +81,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
80
81
|
readonly showWordLimit: boolean;
|
|
81
82
|
readonly rows: number;
|
|
82
83
|
readonly size?: ("" | "small" | "default" | "large") | undefined;
|
|
84
|
+
readonly name?: string | undefined;
|
|
83
85
|
readonly ariaLabel?: string | undefined;
|
|
84
86
|
readonly id?: string | undefined;
|
|
85
87
|
readonly placeholder?: string | undefined;
|
|
@@ -87,6 +89,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
87
89
|
readonly form?: string | undefined;
|
|
88
90
|
readonly resize?: ("none" | "both" | "horizontal" | "vertical") | undefined;
|
|
89
91
|
readonly prefixIcon?: (string | import('vue').Component) | undefined;
|
|
92
|
+
readonly inputmode?: "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined;
|
|
90
93
|
readonly maxlength?: (string | number) | undefined;
|
|
91
94
|
readonly minlength?: (string | number) | undefined;
|
|
92
95
|
readonly formatter?: Function | undefined;
|
|
@@ -104,7 +107,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
104
107
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
105
108
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
106
109
|
onClear?: (() => any) | undefined | undefined;
|
|
107
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "id" | "modelValue" | "autocomplete" | "disabled" | "clearable" | "validateEvent" | "tabindex" | "inputStyle" | "autofocus" | "readonly" | "autosize" | "showPassword" | "showWordLimit" | "containerRole" | "rows">;
|
|
110
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "id" | "modelValue" | "autocomplete" | "disabled" | "clearable" | "validateEvent" | "tabindex" | "inputStyle" | "autofocus" | "readonly" | "inputmode" | "autosize" | "showPassword" | "showWordLimit" | "containerRole" | "rows">;
|
|
108
111
|
$attrs: {
|
|
109
112
|
[x: string]: unknown;
|
|
110
113
|
};
|
|
@@ -120,6 +123,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
120
123
|
$emit: ((event: "clear") => void) & ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "input", value: string) => 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);
|
|
121
124
|
$el: any;
|
|
122
125
|
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
126
|
+
readonly inputmode: {
|
|
127
|
+
readonly type: PropType<"search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined>;
|
|
128
|
+
readonly required: false;
|
|
129
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
130
|
+
__epPropKey: true;
|
|
131
|
+
} & {
|
|
132
|
+
readonly default: undefined;
|
|
133
|
+
};
|
|
134
|
+
readonly name: StringConstructor;
|
|
123
135
|
readonly ariaLabel: StringConstructor;
|
|
124
136
|
readonly id: {
|
|
125
137
|
readonly type: PropType<string>;
|
|
@@ -318,6 +330,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
318
330
|
readonly validateEvent: boolean;
|
|
319
331
|
readonly inputStyle: import('vue').StyleValue;
|
|
320
332
|
readonly rows: number;
|
|
333
|
+
readonly inputmode: "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined;
|
|
321
334
|
readonly clearable: boolean;
|
|
322
335
|
readonly showPassword: boolean;
|
|
323
336
|
readonly showWordLimit: boolean;
|
|
@@ -355,11 +368,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
355
368
|
readonly validateEvent: boolean;
|
|
356
369
|
readonly inputStyle: import('vue').StyleValue;
|
|
357
370
|
readonly rows: number;
|
|
371
|
+
readonly inputmode: "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined;
|
|
358
372
|
readonly clearable: boolean;
|
|
359
373
|
readonly showPassword: boolean;
|
|
360
374
|
readonly showWordLimit: boolean;
|
|
361
375
|
readonly autofocus: boolean;
|
|
362
376
|
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
377
|
+
readonly inputmode: {
|
|
378
|
+
readonly type: PropType<"search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined>;
|
|
379
|
+
readonly required: false;
|
|
380
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
381
|
+
__epPropKey: true;
|
|
382
|
+
} & {
|
|
383
|
+
readonly default: undefined;
|
|
384
|
+
};
|
|
385
|
+
readonly name: StringConstructor;
|
|
363
386
|
readonly ariaLabel: StringConstructor;
|
|
364
387
|
readonly id: {
|
|
365
388
|
readonly type: PropType<string>;
|
|
@@ -520,7 +543,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
520
543
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
521
544
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
522
545
|
onClear?: (() => any) | undefined;
|
|
523
|
-
}, "clear" | "type" | "blur" | "focus" | "id" | "modelValue" | "autocomplete" | "disabled" | "clearable" | "validateEvent" | "tabindex" | "inputStyle" | "select" | "autofocus" | "ref" | "input" | "textarea" | "readonly" | "autosize" | "showPassword" | "showWordLimit" | "containerRole" | "rows" | "textareaStyle" | "isComposing" | "resizeTextarea"> & import('vue').ShallowUnwrapRef<{
|
|
546
|
+
}, "clear" | "type" | "blur" | "focus" | "id" | "modelValue" | "autocomplete" | "disabled" | "clearable" | "validateEvent" | "tabindex" | "inputStyle" | "select" | "autofocus" | "ref" | "input" | "textarea" | "readonly" | "inputmode" | "autosize" | "showPassword" | "showWordLimit" | "containerRole" | "rows" | "textareaStyle" | "isComposing" | "resizeTextarea"> & import('vue').ShallowUnwrapRef<{
|
|
524
547
|
input: import('vue').ShallowRef<HTMLInputElement | undefined>;
|
|
525
548
|
textarea: import('vue').ShallowRef<HTMLTextAreaElement | undefined>;
|
|
526
549
|
ref: import('vue').ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
|
@@ -684,7 +707,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
684
707
|
};
|
|
685
708
|
tagType: {
|
|
686
709
|
default: string;
|
|
687
|
-
type: PropType<"
|
|
710
|
+
type: PropType<"primary" | "success" | "warning" | "info" | "danger">;
|
|
688
711
|
required: false;
|
|
689
712
|
validator: ((val: unknown) => boolean) | undefined;
|
|
690
713
|
__epPropKey: true;
|
|
@@ -847,13 +870,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
847
870
|
showClose: import('vue').ComputedRef<boolean>;
|
|
848
871
|
iconComponent: import('vue').ComputedRef<(string | import('vue').Component) | undefined>;
|
|
849
872
|
iconReverse: import('vue').ComputedRef<string>;
|
|
850
|
-
validateState: import('vue').ComputedRef<"" | "error" | "
|
|
873
|
+
validateState: import('vue').ComputedRef<"" | "error" | "success" | "validating">;
|
|
851
874
|
validateIcon: import('vue').ComputedRef<"" | import('vue').Component>;
|
|
852
875
|
showNewOption: import('vue').ComputedRef<boolean>;
|
|
853
876
|
updateOptions: () => void;
|
|
854
877
|
collapseTagSize: import('vue').ComputedRef<"default" | "small">;
|
|
855
878
|
setSelected: () => void;
|
|
856
|
-
selectDisabled: import('vue').ComputedRef<boolean
|
|
879
|
+
selectDisabled: import('vue').ComputedRef<boolean>;
|
|
857
880
|
emptyText: import('vue').ComputedRef<string | null>;
|
|
858
881
|
handleCompositionStart: (event: CompositionEvent) => void;
|
|
859
882
|
handleCompositionUpdate: (event: CompositionEvent) => void;
|
|
@@ -929,7 +952,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
929
952
|
collapseTags: boolean;
|
|
930
953
|
maxCollapseTags: number;
|
|
931
954
|
collapseTagsTooltip: boolean;
|
|
932
|
-
tagType: "
|
|
955
|
+
tagType: "primary" | "success" | "warning" | "info" | "danger";
|
|
933
956
|
tagEffect: "light" | "dark" | "plain";
|
|
934
957
|
automaticDropdown: boolean;
|
|
935
958
|
allowCreate: boolean;
|
|
@@ -1089,7 +1112,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1089
1112
|
};
|
|
1090
1113
|
tagType: {
|
|
1091
1114
|
default: string;
|
|
1092
|
-
type: PropType<"
|
|
1115
|
+
type: PropType<"primary" | "success" | "warning" | "info" | "danger">;
|
|
1093
1116
|
required: false;
|
|
1094
1117
|
validator: ((val: unknown) => boolean) | undefined;
|
|
1095
1118
|
__epPropKey: true;
|
|
@@ -1252,13 +1275,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1252
1275
|
showClose: import('vue').ComputedRef<boolean>;
|
|
1253
1276
|
iconComponent: import('vue').ComputedRef<(string | import('vue').Component) | undefined>;
|
|
1254
1277
|
iconReverse: import('vue').ComputedRef<string>;
|
|
1255
|
-
validateState: import('vue').ComputedRef<"" | "error" | "
|
|
1278
|
+
validateState: import('vue').ComputedRef<"" | "error" | "success" | "validating">;
|
|
1256
1279
|
validateIcon: import('vue').ComputedRef<"" | import('vue').Component>;
|
|
1257
1280
|
showNewOption: import('vue').ComputedRef<boolean>;
|
|
1258
1281
|
updateOptions: () => void;
|
|
1259
1282
|
collapseTagSize: import('vue').ComputedRef<"default" | "small">;
|
|
1260
1283
|
setSelected: () => void;
|
|
1261
|
-
selectDisabled: import('vue').ComputedRef<boolean
|
|
1284
|
+
selectDisabled: import('vue').ComputedRef<boolean>;
|
|
1262
1285
|
emptyText: import('vue').ComputedRef<string | null>;
|
|
1263
1286
|
handleCompositionStart: (event: CompositionEvent) => void;
|
|
1264
1287
|
handleCompositionUpdate: (event: CompositionEvent) => void;
|
|
@@ -1334,7 +1357,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1334
1357
|
collapseTags: boolean;
|
|
1335
1358
|
maxCollapseTags: number;
|
|
1336
1359
|
collapseTagsTooltip: boolean;
|
|
1337
|
-
tagType: "
|
|
1360
|
+
tagType: "primary" | "success" | "warning" | "info" | "danger";
|
|
1338
1361
|
tagEffect: "light" | "dark" | "plain";
|
|
1339
1362
|
automaticDropdown: boolean;
|
|
1340
1363
|
allowCreate: boolean;
|
|
@@ -66,6 +66,7 @@ export declare const JcInputSwitch: SFCWithInstall<import('vue').DefineComponent
|
|
|
66
66
|
readonly validateEvent: boolean;
|
|
67
67
|
readonly inputStyle: import('vue').StyleValue;
|
|
68
68
|
readonly rows: number;
|
|
69
|
+
readonly inputmode: "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined;
|
|
69
70
|
readonly clearable: boolean;
|
|
70
71
|
readonly showPassword: boolean;
|
|
71
72
|
readonly showWordLimit: boolean;
|
|
@@ -86,6 +87,7 @@ export declare const JcInputSwitch: SFCWithInstall<import('vue').DefineComponent
|
|
|
86
87
|
readonly showWordLimit: boolean;
|
|
87
88
|
readonly rows: number;
|
|
88
89
|
readonly size?: ("" | "small" | "default" | "large") | undefined;
|
|
90
|
+
readonly name?: string | undefined;
|
|
89
91
|
readonly ariaLabel?: string | undefined;
|
|
90
92
|
readonly id?: string | undefined;
|
|
91
93
|
readonly placeholder?: string | undefined;
|
|
@@ -93,6 +95,7 @@ export declare const JcInputSwitch: SFCWithInstall<import('vue').DefineComponent
|
|
|
93
95
|
readonly form?: string | undefined;
|
|
94
96
|
readonly resize?: ("none" | "both" | "horizontal" | "vertical") | undefined;
|
|
95
97
|
readonly prefixIcon?: (string | import('vue').Component) | undefined;
|
|
98
|
+
readonly inputmode?: "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined;
|
|
96
99
|
readonly maxlength?: (string | number) | undefined;
|
|
97
100
|
readonly minlength?: (string | number) | undefined;
|
|
98
101
|
readonly formatter?: Function | undefined;
|
|
@@ -110,7 +113,7 @@ export declare const JcInputSwitch: SFCWithInstall<import('vue').DefineComponent
|
|
|
110
113
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
111
114
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
112
115
|
onClear?: (() => any) | undefined | undefined;
|
|
113
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "id" | "modelValue" | "autocomplete" | "disabled" | "clearable" | "validateEvent" | "tabindex" | "inputStyle" | "autofocus" | "readonly" | "autosize" | "showPassword" | "showWordLimit" | "containerRole" | "rows">;
|
|
116
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "id" | "modelValue" | "autocomplete" | "disabled" | "clearable" | "validateEvent" | "tabindex" | "inputStyle" | "autofocus" | "readonly" | "inputmode" | "autosize" | "showPassword" | "showWordLimit" | "containerRole" | "rows">;
|
|
114
117
|
$attrs: {
|
|
115
118
|
[x: string]: unknown;
|
|
116
119
|
};
|
|
@@ -126,6 +129,15 @@ export declare const JcInputSwitch: SFCWithInstall<import('vue').DefineComponent
|
|
|
126
129
|
$emit: ((event: "clear") => void) & ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "input", value: string) => 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);
|
|
127
130
|
$el: any;
|
|
128
131
|
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
132
|
+
readonly inputmode: {
|
|
133
|
+
readonly type: import('vue').PropType<"search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined>;
|
|
134
|
+
readonly required: false;
|
|
135
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
136
|
+
__epPropKey: true;
|
|
137
|
+
} & {
|
|
138
|
+
readonly default: undefined;
|
|
139
|
+
};
|
|
140
|
+
readonly name: StringConstructor;
|
|
129
141
|
readonly ariaLabel: StringConstructor;
|
|
130
142
|
readonly id: {
|
|
131
143
|
readonly type: import('vue').PropType<string>;
|
|
@@ -324,6 +336,7 @@ export declare const JcInputSwitch: SFCWithInstall<import('vue').DefineComponent
|
|
|
324
336
|
readonly validateEvent: boolean;
|
|
325
337
|
readonly inputStyle: import('vue').StyleValue;
|
|
326
338
|
readonly rows: number;
|
|
339
|
+
readonly inputmode: "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined;
|
|
327
340
|
readonly clearable: boolean;
|
|
328
341
|
readonly showPassword: boolean;
|
|
329
342
|
readonly showWordLimit: boolean;
|
|
@@ -361,11 +374,21 @@ export declare const JcInputSwitch: SFCWithInstall<import('vue').DefineComponent
|
|
|
361
374
|
readonly validateEvent: boolean;
|
|
362
375
|
readonly inputStyle: import('vue').StyleValue;
|
|
363
376
|
readonly rows: number;
|
|
377
|
+
readonly inputmode: "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined;
|
|
364
378
|
readonly clearable: boolean;
|
|
365
379
|
readonly showPassword: boolean;
|
|
366
380
|
readonly showWordLimit: boolean;
|
|
367
381
|
readonly autofocus: boolean;
|
|
368
382
|
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
383
|
+
readonly inputmode: {
|
|
384
|
+
readonly type: import('vue').PropType<"search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined>;
|
|
385
|
+
readonly required: false;
|
|
386
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
387
|
+
__epPropKey: true;
|
|
388
|
+
} & {
|
|
389
|
+
readonly default: undefined;
|
|
390
|
+
};
|
|
391
|
+
readonly name: StringConstructor;
|
|
369
392
|
readonly ariaLabel: StringConstructor;
|
|
370
393
|
readonly id: {
|
|
371
394
|
readonly type: import('vue').PropType<string>;
|
|
@@ -526,7 +549,7 @@ export declare const JcInputSwitch: SFCWithInstall<import('vue').DefineComponent
|
|
|
526
549
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
527
550
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
528
551
|
onClear?: (() => any) | undefined;
|
|
529
|
-
}, "clear" | "type" | "blur" | "focus" | "id" | "modelValue" | "autocomplete" | "disabled" | "clearable" | "validateEvent" | "tabindex" | "inputStyle" | "select" | "autofocus" | "ref" | "input" | "textarea" | "readonly" | "autosize" | "showPassword" | "showWordLimit" | "containerRole" | "rows" | "textareaStyle" | "isComposing" | "resizeTextarea"> & import('vue').ShallowUnwrapRef<{
|
|
552
|
+
}, "clear" | "type" | "blur" | "focus" | "id" | "modelValue" | "autocomplete" | "disabled" | "clearable" | "validateEvent" | "tabindex" | "inputStyle" | "select" | "autofocus" | "ref" | "input" | "textarea" | "readonly" | "inputmode" | "autosize" | "showPassword" | "showWordLimit" | "containerRole" | "rows" | "textareaStyle" | "isComposing" | "resizeTextarea"> & import('vue').ShallowUnwrapRef<{
|
|
530
553
|
input: import('vue').ShallowRef<HTMLInputElement | undefined>;
|
|
531
554
|
textarea: import('vue').ShallowRef<HTMLTextAreaElement | undefined>;
|
|
532
555
|
ref: import('vue').ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
|
@@ -60,6 +60,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
60
60
|
readonly validateEvent: boolean;
|
|
61
61
|
readonly inputStyle: import('vue').StyleValue;
|
|
62
62
|
readonly rows: number;
|
|
63
|
+
readonly inputmode: "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined;
|
|
63
64
|
readonly clearable: boolean;
|
|
64
65
|
readonly showPassword: boolean;
|
|
65
66
|
readonly showWordLimit: boolean;
|
|
@@ -80,6 +81,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
80
81
|
readonly showWordLimit: boolean;
|
|
81
82
|
readonly rows: number;
|
|
82
83
|
readonly size?: ("" | "small" | "default" | "large") | undefined;
|
|
84
|
+
readonly name?: string | undefined;
|
|
83
85
|
readonly ariaLabel?: string | undefined;
|
|
84
86
|
readonly id?: string | undefined;
|
|
85
87
|
readonly placeholder?: string | undefined;
|
|
@@ -87,6 +89,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
87
89
|
readonly form?: string | undefined;
|
|
88
90
|
readonly resize?: ("none" | "both" | "horizontal" | "vertical") | undefined;
|
|
89
91
|
readonly prefixIcon?: (string | import('vue').Component) | undefined;
|
|
92
|
+
readonly inputmode?: "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined;
|
|
90
93
|
readonly maxlength?: (string | number) | undefined;
|
|
91
94
|
readonly minlength?: (string | number) | undefined;
|
|
92
95
|
readonly formatter?: Function | undefined;
|
|
@@ -104,7 +107,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
104
107
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
105
108
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
106
109
|
onClear?: (() => any) | undefined | undefined;
|
|
107
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "id" | "modelValue" | "autocomplete" | "disabled" | "clearable" | "validateEvent" | "tabindex" | "inputStyle" | "autofocus" | "readonly" | "autosize" | "showPassword" | "showWordLimit" | "containerRole" | "rows">;
|
|
110
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "id" | "modelValue" | "autocomplete" | "disabled" | "clearable" | "validateEvent" | "tabindex" | "inputStyle" | "autofocus" | "readonly" | "inputmode" | "autosize" | "showPassword" | "showWordLimit" | "containerRole" | "rows">;
|
|
108
111
|
$attrs: {
|
|
109
112
|
[x: string]: unknown;
|
|
110
113
|
};
|
|
@@ -120,6 +123,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
120
123
|
$emit: ((event: "clear") => void) & ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "input", value: string) => 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);
|
|
121
124
|
$el: any;
|
|
122
125
|
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
126
|
+
readonly inputmode: {
|
|
127
|
+
readonly type: PropType<"search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined>;
|
|
128
|
+
readonly required: false;
|
|
129
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
130
|
+
__epPropKey: true;
|
|
131
|
+
} & {
|
|
132
|
+
readonly default: undefined;
|
|
133
|
+
};
|
|
134
|
+
readonly name: StringConstructor;
|
|
123
135
|
readonly ariaLabel: StringConstructor;
|
|
124
136
|
readonly id: {
|
|
125
137
|
readonly type: PropType<string>;
|
|
@@ -318,6 +330,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
318
330
|
readonly validateEvent: boolean;
|
|
319
331
|
readonly inputStyle: import('vue').StyleValue;
|
|
320
332
|
readonly rows: number;
|
|
333
|
+
readonly inputmode: "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined;
|
|
321
334
|
readonly clearable: boolean;
|
|
322
335
|
readonly showPassword: boolean;
|
|
323
336
|
readonly showWordLimit: boolean;
|
|
@@ -355,11 +368,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
355
368
|
readonly validateEvent: boolean;
|
|
356
369
|
readonly inputStyle: import('vue').StyleValue;
|
|
357
370
|
readonly rows: number;
|
|
371
|
+
readonly inputmode: "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined;
|
|
358
372
|
readonly clearable: boolean;
|
|
359
373
|
readonly showPassword: boolean;
|
|
360
374
|
readonly showWordLimit: boolean;
|
|
361
375
|
readonly autofocus: boolean;
|
|
362
376
|
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
377
|
+
readonly inputmode: {
|
|
378
|
+
readonly type: PropType<"search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined>;
|
|
379
|
+
readonly required: false;
|
|
380
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
381
|
+
__epPropKey: true;
|
|
382
|
+
} & {
|
|
383
|
+
readonly default: undefined;
|
|
384
|
+
};
|
|
385
|
+
readonly name: StringConstructor;
|
|
363
386
|
readonly ariaLabel: StringConstructor;
|
|
364
387
|
readonly id: {
|
|
365
388
|
readonly type: PropType<string>;
|
|
@@ -520,7 +543,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
520
543
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
521
544
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
522
545
|
onClear?: (() => any) | undefined;
|
|
523
|
-
}, "clear" | "type" | "blur" | "focus" | "id" | "modelValue" | "autocomplete" | "disabled" | "clearable" | "validateEvent" | "tabindex" | "inputStyle" | "select" | "autofocus" | "ref" | "input" | "textarea" | "readonly" | "autosize" | "showPassword" | "showWordLimit" | "containerRole" | "rows" | "textareaStyle" | "isComposing" | "resizeTextarea"> & import('vue').ShallowUnwrapRef<{
|
|
546
|
+
}, "clear" | "type" | "blur" | "focus" | "id" | "modelValue" | "autocomplete" | "disabled" | "clearable" | "validateEvent" | "tabindex" | "inputStyle" | "select" | "autofocus" | "ref" | "input" | "textarea" | "readonly" | "inputmode" | "autosize" | "showPassword" | "showWordLimit" | "containerRole" | "rows" | "textareaStyle" | "isComposing" | "resizeTextarea"> & import('vue').ShallowUnwrapRef<{
|
|
524
547
|
input: import('vue').ShallowRef<HTMLInputElement | undefined>;
|
|
525
548
|
textarea: import('vue').ShallowRef<HTMLTextAreaElement | undefined>;
|
|
526
549
|
ref: import('vue').ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
|
@@ -80,8 +80,8 @@ export declare const JcMoreQueryContain: SFCWithInstall<{
|
|
|
80
80
|
readonly showAfter: number;
|
|
81
81
|
readonly hideAfter: number;
|
|
82
82
|
readonly autoClose: number;
|
|
83
|
-
readonly trigger: import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[];
|
|
84
83
|
readonly tabindex: string | number;
|
|
84
|
+
readonly trigger: import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[];
|
|
85
85
|
readonly popperOptions: Partial<Options>;
|
|
86
86
|
readonly enterable: boolean;
|
|
87
87
|
readonly triggerKeys: string[];
|
|
@@ -364,8 +364,8 @@ export declare const JcMoreQueryContain: SFCWithInstall<{
|
|
|
364
364
|
readonly showAfter: number;
|
|
365
365
|
readonly hideAfter: number;
|
|
366
366
|
readonly autoClose: number;
|
|
367
|
-
readonly trigger: import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[];
|
|
368
367
|
readonly tabindex: string | number;
|
|
368
|
+
readonly trigger: import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[];
|
|
369
369
|
readonly popperOptions: Partial<Options>;
|
|
370
370
|
readonly enterable: boolean;
|
|
371
371
|
readonly triggerKeys: string[];
|
|
@@ -403,8 +403,8 @@ export declare const JcMoreQueryContain: SFCWithInstall<{
|
|
|
403
403
|
readonly showAfter: number;
|
|
404
404
|
readonly hideAfter: number;
|
|
405
405
|
readonly autoClose: number;
|
|
406
|
-
readonly trigger: import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[];
|
|
407
406
|
readonly tabindex: string | number;
|
|
407
|
+
readonly trigger: import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[];
|
|
408
408
|
readonly popperOptions: Partial<Options>;
|
|
409
409
|
readonly enterable: boolean;
|
|
410
410
|
readonly triggerKeys: string[];
|