@vtj/ui 0.16.36 → 0.17.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.mjs +811 -807
- package/dist/index.umd.js +4 -4
- package/package.json +3 -3
- package/types/components/action/Action.d.ts +12 -12
- package/types/components/action/hooks.d.ts +2 -2
- package/types/components/action-bar/ActionBar.d.ts +8 -8
- package/types/components/attachment/Attachment.d.ts +17 -8
- package/types/components/attachment/props.d.ts +4 -0
- package/types/components/data-item/DataItem.d.ts +8 -8
- package/types/components/dialog-form/DialogForm.d.ts +12 -12
- package/types/components/field/Field.d.ts +2 -2
- package/types/components/form/Form.d.ts +5 -5
- package/types/components/grid/renderers/components/DateEdit.d.ts +20 -20
- package/types/components/grid/renderers/components/GridEdit.d.ts +12 -9
- package/types/components/grid-editor/GridEditor.d.ts +12 -9
- package/types/components/mask/Mask.d.ts +8 -8
- package/types/components/query-form/QueryForm.d.ts +24 -24
- package/types/components/tabs/Tabs.d.ts +4 -4
- package/types/version.d.ts +2 -2
|
@@ -59,13 +59,13 @@ declare function __VLS_template(): {
|
|
|
59
59
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
60
60
|
validate: (prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
61
61
|
}, string, {
|
|
62
|
-
scrollIntoViewOptions: ScrollIntoViewOptions | boolean;
|
|
63
62
|
labelWidth: string | number;
|
|
64
63
|
labelPosition: "left" | "right" | "top";
|
|
65
64
|
requireAsteriskPosition: "left" | "right";
|
|
66
65
|
labelSuffix: string;
|
|
67
66
|
showMessage: boolean;
|
|
68
67
|
validateOnRuleChange: boolean;
|
|
68
|
+
scrollIntoViewOptions: ScrollIntoViewOptions | boolean;
|
|
69
69
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
70
70
|
beforeCreate?: (() => void) | (() => void)[];
|
|
71
71
|
created?: (() => void) | (() => void)[];
|
|
@@ -87,13 +87,13 @@ declare function __VLS_template(): {
|
|
|
87
87
|
$nextTick: nextTick;
|
|
88
88
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
89
89
|
} & Readonly<{
|
|
90
|
-
scrollIntoViewOptions: ScrollIntoViewOptions | boolean;
|
|
91
90
|
labelWidth: string | number;
|
|
92
91
|
labelPosition: "left" | "right" | "top";
|
|
93
92
|
requireAsteriskPosition: "left" | "right";
|
|
94
93
|
labelSuffix: string;
|
|
95
94
|
showMessage: boolean;
|
|
96
95
|
validateOnRuleChange: boolean;
|
|
96
|
+
scrollIntoViewOptions: ScrollIntoViewOptions | boolean;
|
|
97
97
|
}> & Omit<Readonly< FormProps> & Readonly<{
|
|
98
98
|
onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
99
99
|
}>, "clearValidate" | "validate" | "fields" | "labelWidth" | "labelPosition" | "showMessage" | "requireAsteriskPosition" | "labelSuffix" | "validateOnRuleChange" | "scrollIntoViewOptions" | "validateField" | "resetFields" | "scrollToField" | "getField" | "setInitialValues"> & {
|
|
@@ -216,7 +216,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
216
216
|
}>, {
|
|
217
217
|
footer: boolean;
|
|
218
218
|
inline: boolean;
|
|
219
|
-
footerAlign: "
|
|
219
|
+
footerAlign: "left" | "right" | "center";
|
|
220
220
|
tooltipMessage: boolean | Partial< UseTooltipProps>;
|
|
221
221
|
model: Record<string, any>;
|
|
222
222
|
submitText: string | null;
|
|
@@ -272,13 +272,13 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
272
272
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
273
273
|
validate: (prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
274
274
|
}, string, {
|
|
275
|
-
scrollIntoViewOptions: ScrollIntoViewOptions | boolean;
|
|
276
275
|
labelWidth: string | number;
|
|
277
276
|
labelPosition: "left" | "right" | "top";
|
|
278
277
|
requireAsteriskPosition: "left" | "right";
|
|
279
278
|
labelSuffix: string;
|
|
280
279
|
showMessage: boolean;
|
|
281
280
|
validateOnRuleChange: boolean;
|
|
281
|
+
scrollIntoViewOptions: ScrollIntoViewOptions | boolean;
|
|
282
282
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
283
283
|
beforeCreate?: (() => void) | (() => void)[];
|
|
284
284
|
created?: (() => void) | (() => void)[];
|
|
@@ -300,13 +300,13 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
300
300
|
$nextTick: nextTick;
|
|
301
301
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
302
302
|
} & Readonly<{
|
|
303
|
-
scrollIntoViewOptions: ScrollIntoViewOptions | boolean;
|
|
304
303
|
labelWidth: string | number;
|
|
305
304
|
labelPosition: "left" | "right" | "top";
|
|
306
305
|
requireAsteriskPosition: "left" | "right";
|
|
307
306
|
labelSuffix: string;
|
|
308
307
|
showMessage: boolean;
|
|
309
308
|
validateOnRuleChange: boolean;
|
|
309
|
+
scrollIntoViewOptions: ScrollIntoViewOptions | boolean;
|
|
310
310
|
}> & Omit<Readonly< FormProps> & Readonly<{
|
|
311
311
|
onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
312
312
|
}>, "clearValidate" | "validate" | "fields" | "labelWidth" | "labelPosition" | "showMessage" | "requireAsteriskPosition" | "labelSuffix" | "validateOnRuleChange" | "scrollIntoViewOptions" | "validateField" | "resetFields" | "scrollToField" | "getField" | "setInitialValues"> & {
|
|
@@ -33,7 +33,7 @@ declare const _default: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsM
|
|
|
33
33
|
readonly tabindex: EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown, 0, boolean>;
|
|
34
34
|
readonly validateEvent: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
35
35
|
readonly unlinkPanels: BooleanConstructor;
|
|
36
|
-
readonly placement: EpPropFinalized<(new (...args: any[]) => "
|
|
36
|
+
readonly placement: EpPropFinalized<(new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], Placement, unknown, "bottom", boolean>;
|
|
37
37
|
readonly fallbackPlacements: EpPropFinalized<(new (...args: any[]) => Placement[]) | (() => Placement[]) | (((new (...args: any[]) => Placement[]) | (() => Placement[])) | null)[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
38
38
|
readonly disabledHours: {
|
|
39
39
|
readonly type: PropType<GetDisabledHours>;
|
|
@@ -184,7 +184,7 @@ declare const _default: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsM
|
|
|
184
184
|
readonly saveOnBlur: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
185
185
|
readonly prefixIcon: EpPropFinalized<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | (((new (...args: any[]) => (string | Component) & {}) | (() => string | Component)) | null)[], unknown, unknown, "", boolean>;
|
|
186
186
|
readonly size: {
|
|
187
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "
|
|
187
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
188
188
|
readonly required: false;
|
|
189
189
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
190
190
|
__epPropKey: true;
|
|
@@ -215,21 +215,21 @@ declare const _default: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsM
|
|
|
215
215
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "update:modelValue"[], PublicProps, {
|
|
216
216
|
readonly type: EpPropMergeType<(new (...args: any[]) => "year" | "months" | "years" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => DatePickerType) | (((new (...args: any[]) => "year" | "months" | "years" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => DatePickerType)) | null)[], unknown, unknown>;
|
|
217
217
|
readonly disabled: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
218
|
+
readonly modelValue: EpPropMergeType<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType | null) | (((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType | null)) | null)[], unknown, unknown>;
|
|
218
219
|
readonly placeholder: string;
|
|
220
|
+
readonly readonly: boolean;
|
|
219
221
|
readonly clearable: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
220
222
|
readonly clearIcon: EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | (((new (...args: any[]) => (string | Component) & {}) | (() => string | Component)) | null)[], unknown, unknown>;
|
|
221
|
-
readonly placement: EpPropMergeType<(new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], Placement, unknown>;
|
|
222
|
-
readonly fallbackPlacements: Placement[];
|
|
223
|
-
readonly validateEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
224
|
-
readonly modelValue: EpPropMergeType<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType | null) | (((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType | null)) | null)[], unknown, unknown>;
|
|
225
|
-
readonly valueOnClear: EpPropMergeType<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | (((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null)) | null)[], unknown, unknown>;
|
|
226
|
-
readonly popperOptions: Partial< Options>;
|
|
227
|
-
readonly readonly: boolean;
|
|
228
223
|
readonly prefixIcon: EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | (((new (...args: any[]) => (string | Component) & {}) | (() => string | Component)) | null)[], unknown, unknown>;
|
|
229
224
|
readonly tabindex: EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown>;
|
|
230
|
-
readonly
|
|
225
|
+
readonly validateEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
226
|
+
readonly fallbackPlacements: Placement[];
|
|
227
|
+
readonly placement: EpPropMergeType<(new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], Placement, unknown>;
|
|
228
|
+
readonly popperOptions: Partial< Options>;
|
|
229
|
+
readonly valueOnClear: EpPropMergeType<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | (((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null)) | null)[], unknown, unknown>;
|
|
231
230
|
readonly automaticDropdown: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
232
231
|
readonly editable: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
232
|
+
readonly saveOnBlur: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
233
233
|
readonly rangeSeparator: string;
|
|
234
234
|
readonly shortcuts: unknown[];
|
|
235
235
|
readonly showNow: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -272,7 +272,7 @@ declare const _default: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsM
|
|
|
272
272
|
readonly tabindex: EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown, 0, boolean>;
|
|
273
273
|
readonly validateEvent: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
274
274
|
readonly unlinkPanels: BooleanConstructor;
|
|
275
|
-
readonly placement: EpPropFinalized<(new (...args: any[]) => "
|
|
275
|
+
readonly placement: EpPropFinalized<(new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], Placement, unknown, "bottom", boolean>;
|
|
276
276
|
readonly fallbackPlacements: EpPropFinalized<(new (...args: any[]) => Placement[]) | (() => Placement[]) | (((new (...args: any[]) => Placement[]) | (() => Placement[])) | null)[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
277
277
|
readonly disabledHours: {
|
|
278
278
|
readonly type: PropType<GetDisabledHours>;
|
|
@@ -423,7 +423,7 @@ declare const _default: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsM
|
|
|
423
423
|
readonly saveOnBlur: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
424
424
|
readonly prefixIcon: EpPropFinalized<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | (((new (...args: any[]) => (string | Component) & {}) | (() => string | Component)) | null)[], unknown, unknown, "", boolean>;
|
|
425
425
|
readonly size: {
|
|
426
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "
|
|
426
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
427
427
|
readonly required: false;
|
|
428
428
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
429
429
|
__epPropKey: true;
|
|
@@ -454,21 +454,21 @@ declare const _default: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsM
|
|
|
454
454
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
455
455
|
readonly type: EpPropMergeType<(new (...args: any[]) => "year" | "months" | "years" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => DatePickerType) | (((new (...args: any[]) => "year" | "months" | "years" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => DatePickerType)) | null)[], unknown, unknown>;
|
|
456
456
|
readonly disabled: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
457
|
+
readonly modelValue: EpPropMergeType<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType | null) | (((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType | null)) | null)[], unknown, unknown>;
|
|
457
458
|
readonly placeholder: string;
|
|
459
|
+
readonly readonly: boolean;
|
|
458
460
|
readonly clearable: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
459
461
|
readonly clearIcon: EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | (((new (...args: any[]) => (string | Component) & {}) | (() => string | Component)) | null)[], unknown, unknown>;
|
|
460
|
-
readonly placement: EpPropMergeType<(new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], Placement, unknown>;
|
|
461
|
-
readonly fallbackPlacements: Placement[];
|
|
462
|
-
readonly validateEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
463
|
-
readonly modelValue: EpPropMergeType<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType | null) | (((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType | null)) | null)[], unknown, unknown>;
|
|
464
|
-
readonly valueOnClear: EpPropMergeType<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | (((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null)) | null)[], unknown, unknown>;
|
|
465
|
-
readonly popperOptions: Partial< Options>;
|
|
466
|
-
readonly readonly: boolean;
|
|
467
462
|
readonly prefixIcon: EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | (((new (...args: any[]) => (string | Component) & {}) | (() => string | Component)) | null)[], unknown, unknown>;
|
|
468
463
|
readonly tabindex: EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown>;
|
|
469
|
-
readonly
|
|
464
|
+
readonly validateEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
465
|
+
readonly fallbackPlacements: Placement[];
|
|
466
|
+
readonly placement: EpPropMergeType<(new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], Placement, unknown>;
|
|
467
|
+
readonly popperOptions: Partial< Options>;
|
|
468
|
+
readonly valueOnClear: EpPropMergeType<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | (((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null)) | null)[], unknown, unknown>;
|
|
470
469
|
readonly automaticDropdown: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
471
470
|
readonly editable: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
471
|
+
readonly saveOnBlur: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
472
472
|
readonly rangeSeparator: string;
|
|
473
473
|
readonly shortcuts: unknown[];
|
|
474
474
|
readonly showNow: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -60,6 +60,7 @@ declare const _default: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsM
|
|
|
60
60
|
readonly ariaLabel?: string | undefined;
|
|
61
61
|
readonly inputmode?: "text" | "search" | "url" | "none" | "email" | "tel" | "numeric" | "decimal" | undefined;
|
|
62
62
|
readonly name?: string | undefined;
|
|
63
|
+
readonly countGraphemes?: ((value: string) => number) | undefined;
|
|
63
64
|
readonly onBlur?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
64
65
|
readonly onChange?: ((value: string, evt?: Event | undefined) => any) | undefined | undefined;
|
|
65
66
|
readonly onCompositionend?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
@@ -70,8 +71,8 @@ declare const _default: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsM
|
|
|
70
71
|
readonly onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined | undefined;
|
|
71
72
|
readonly onMouseenter?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
72
73
|
readonly onMouseleave?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
73
|
-
readonly onClear?: ((evt: MouseEvent | undefined) => any) | undefined | undefined;
|
|
74
74
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined | undefined;
|
|
75
|
+
readonly onClear?: ((evt: MouseEvent | undefined) => any) | undefined | undefined;
|
|
75
76
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
76
77
|
$attrs: Attrs;
|
|
77
78
|
$refs: {
|
|
@@ -96,8 +97,8 @@ declare const _default: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsM
|
|
|
96
97
|
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
97
98
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
98
99
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
99
|
-
onClear?: ((evt: MouseEvent | undefined) => any) | undefined;
|
|
100
100
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
101
|
+
onClear?: ((evt: MouseEvent | undefined) => any) | undefined;
|
|
101
102
|
}>, {
|
|
102
103
|
input: ShallowRef<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
103
104
|
textarea: ShallowRef<HTMLTextAreaElement | undefined, HTMLTextAreaElement | undefined>;
|
|
@@ -105,6 +106,7 @@ declare const _default: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsM
|
|
|
105
106
|
textareaStyle: ComputedRef<StyleValue>;
|
|
106
107
|
autosize: Ref< InputAutoSize | undefined, InputAutoSize | undefined>;
|
|
107
108
|
isComposing: Ref<boolean, boolean>;
|
|
109
|
+
passwordVisible: Ref<boolean, boolean>;
|
|
108
110
|
focus: () => void | undefined;
|
|
109
111
|
blur: () => void | undefined;
|
|
110
112
|
select: () => void;
|
|
@@ -121,18 +123,18 @@ declare const _default: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsM
|
|
|
121
123
|
keydown: (evt: Event | KeyboardEvent) => void;
|
|
122
124
|
mouseenter: (evt: MouseEvent) => void;
|
|
123
125
|
mouseleave: (evt: MouseEvent) => void;
|
|
124
|
-
clear: (evt: MouseEvent | undefined) => void;
|
|
125
126
|
"update:modelValue": (value: string) => void;
|
|
127
|
+
clear: (evt: MouseEvent | undefined) => void;
|
|
126
128
|
}, string, {
|
|
127
129
|
type: InputType;
|
|
128
130
|
disabled: boolean;
|
|
129
|
-
clearIcon: IconPropType;
|
|
130
|
-
validateEvent: boolean;
|
|
131
131
|
modelValue: string | number | null;
|
|
132
132
|
modelModifiers: InputModelModifiers;
|
|
133
133
|
autocomplete: string;
|
|
134
|
+
clearIcon: IconPropType;
|
|
134
135
|
wordLimitPosition: "inside" | "outside";
|
|
135
136
|
tabindex: string | number;
|
|
137
|
+
validateEvent: boolean;
|
|
136
138
|
inputStyle: string | false | CSSProperties | StyleValue[] | null;
|
|
137
139
|
rows: number;
|
|
138
140
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
@@ -158,13 +160,13 @@ declare const _default: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsM
|
|
|
158
160
|
} & Readonly<{
|
|
159
161
|
type: InputType;
|
|
160
162
|
disabled: boolean;
|
|
161
|
-
clearIcon: IconPropType;
|
|
162
|
-
validateEvent: boolean;
|
|
163
163
|
modelValue: string | number | null;
|
|
164
164
|
modelModifiers: InputModelModifiers;
|
|
165
165
|
autocomplete: string;
|
|
166
|
+
clearIcon: IconPropType;
|
|
166
167
|
wordLimitPosition: "inside" | "outside";
|
|
167
168
|
tabindex: string | number;
|
|
169
|
+
validateEvent: boolean;
|
|
168
170
|
inputStyle: string | false | CSSProperties | StyleValue[] | null;
|
|
169
171
|
rows: number;
|
|
170
172
|
}> & Omit<Readonly< InputProps> & Readonly<{
|
|
@@ -178,15 +180,16 @@ declare const _default: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsM
|
|
|
178
180
|
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
179
181
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
180
182
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
181
|
-
onClear?: ((evt: MouseEvent | undefined) => any) | undefined;
|
|
182
183
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
183
|
-
|
|
184
|
+
onClear?: ((evt: MouseEvent | undefined) => any) | undefined;
|
|
185
|
+
}>, "clear" | "disabled" | "type" | "ref" | "input" | "select" | "textarea" | "tabindex" | "focus" | "blur" | "modelValue" | "validateEvent" | "modelModifiers" | "autosize" | "autocomplete" | "clearIcon" | "wordLimitPosition" | "inputStyle" | "rows" | "textareaStyle" | "isComposing" | "passwordVisible" | "resizeTextarea"> & {
|
|
184
186
|
input: HTMLInputElement | undefined;
|
|
185
187
|
textarea: HTMLTextAreaElement | undefined;
|
|
186
188
|
ref: HTMLInputElement | HTMLTextAreaElement | undefined;
|
|
187
189
|
textareaStyle: StyleValue;
|
|
188
190
|
autosize: InputAutoSize | undefined;
|
|
189
191
|
isComposing: boolean;
|
|
192
|
+
passwordVisible: boolean;
|
|
190
193
|
focus: () => void | undefined;
|
|
191
194
|
blur: () => void | undefined;
|
|
192
195
|
select: () => void;
|
|
@@ -54,6 +54,7 @@ declare const _default: DefineComponent<GridEditorProps, {
|
|
|
54
54
|
readonly ariaLabel?: string | undefined;
|
|
55
55
|
readonly inputmode?: "text" | "search" | "url" | "none" | "email" | "tel" | "numeric" | "decimal" | undefined;
|
|
56
56
|
readonly name?: string | undefined;
|
|
57
|
+
readonly countGraphemes?: ((value: string) => number) | undefined;
|
|
57
58
|
readonly onBlur?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
58
59
|
readonly onChange?: ((value: string, evt?: Event | undefined) => any) | undefined | undefined;
|
|
59
60
|
readonly onCompositionend?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
@@ -64,8 +65,8 @@ declare const _default: DefineComponent<GridEditorProps, {
|
|
|
64
65
|
readonly onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined | undefined;
|
|
65
66
|
readonly onMouseenter?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
66
67
|
readonly onMouseleave?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
67
|
-
readonly onClear?: ((evt: MouseEvent | undefined) => any) | undefined | undefined;
|
|
68
68
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined | undefined;
|
|
69
|
+
readonly onClear?: ((evt: MouseEvent | undefined) => any) | undefined | undefined;
|
|
69
70
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
70
71
|
$attrs: Attrs;
|
|
71
72
|
$refs: {
|
|
@@ -90,8 +91,8 @@ declare const _default: DefineComponent<GridEditorProps, {
|
|
|
90
91
|
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
91
92
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
92
93
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
93
|
-
onClear?: ((evt: MouseEvent | undefined) => any) | undefined;
|
|
94
94
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
95
|
+
onClear?: ((evt: MouseEvent | undefined) => any) | undefined;
|
|
95
96
|
}>, {
|
|
96
97
|
input: ShallowRef<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
97
98
|
textarea: ShallowRef<HTMLTextAreaElement | undefined, HTMLTextAreaElement | undefined>;
|
|
@@ -99,6 +100,7 @@ declare const _default: DefineComponent<GridEditorProps, {
|
|
|
99
100
|
textareaStyle: ComputedRef<StyleValue>;
|
|
100
101
|
autosize: Ref< InputAutoSize | undefined, InputAutoSize | undefined>;
|
|
101
102
|
isComposing: Ref<boolean, boolean>;
|
|
103
|
+
passwordVisible: Ref<boolean, boolean>;
|
|
102
104
|
focus: () => void | undefined;
|
|
103
105
|
blur: () => void | undefined;
|
|
104
106
|
select: () => void;
|
|
@@ -115,18 +117,18 @@ declare const _default: DefineComponent<GridEditorProps, {
|
|
|
115
117
|
keydown: (evt: Event | KeyboardEvent) => void;
|
|
116
118
|
mouseenter: (evt: MouseEvent) => void;
|
|
117
119
|
mouseleave: (evt: MouseEvent) => void;
|
|
118
|
-
clear: (evt: MouseEvent | undefined) => void;
|
|
119
120
|
"update:modelValue": (value: string) => void;
|
|
121
|
+
clear: (evt: MouseEvent | undefined) => void;
|
|
120
122
|
}, string, {
|
|
121
123
|
type: InputType;
|
|
122
124
|
disabled: boolean;
|
|
123
|
-
clearIcon: IconPropType;
|
|
124
|
-
validateEvent: boolean;
|
|
125
125
|
modelValue: string | number | null;
|
|
126
126
|
modelModifiers: InputModelModifiers;
|
|
127
127
|
autocomplete: string;
|
|
128
|
+
clearIcon: IconPropType;
|
|
128
129
|
wordLimitPosition: "inside" | "outside";
|
|
129
130
|
tabindex: string | number;
|
|
131
|
+
validateEvent: boolean;
|
|
130
132
|
inputStyle: string | false | CSSProperties | StyleValue[] | null;
|
|
131
133
|
rows: number;
|
|
132
134
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
@@ -152,13 +154,13 @@ declare const _default: DefineComponent<GridEditorProps, {
|
|
|
152
154
|
} & Readonly<{
|
|
153
155
|
type: InputType;
|
|
154
156
|
disabled: boolean;
|
|
155
|
-
clearIcon: IconPropType;
|
|
156
|
-
validateEvent: boolean;
|
|
157
157
|
modelValue: string | number | null;
|
|
158
158
|
modelModifiers: InputModelModifiers;
|
|
159
159
|
autocomplete: string;
|
|
160
|
+
clearIcon: IconPropType;
|
|
160
161
|
wordLimitPosition: "inside" | "outside";
|
|
161
162
|
tabindex: string | number;
|
|
163
|
+
validateEvent: boolean;
|
|
162
164
|
inputStyle: string | false | CSSProperties | StyleValue[] | null;
|
|
163
165
|
rows: number;
|
|
164
166
|
}> & Omit<Readonly< InputProps> & Readonly<{
|
|
@@ -172,15 +174,16 @@ declare const _default: DefineComponent<GridEditorProps, {
|
|
|
172
174
|
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
173
175
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
174
176
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
175
|
-
onClear?: ((evt: MouseEvent | undefined) => any) | undefined;
|
|
176
177
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
177
|
-
|
|
178
|
+
onClear?: ((evt: MouseEvent | undefined) => any) | undefined;
|
|
179
|
+
}>, "clear" | "disabled" | "type" | "ref" | "input" | "select" | "textarea" | "tabindex" | "focus" | "blur" | "modelValue" | "validateEvent" | "modelModifiers" | "autosize" | "autocomplete" | "clearIcon" | "wordLimitPosition" | "inputStyle" | "rows" | "textareaStyle" | "isComposing" | "passwordVisible" | "resizeTextarea"> & {
|
|
178
180
|
input: HTMLInputElement | undefined;
|
|
179
181
|
textarea: HTMLTextAreaElement | undefined;
|
|
180
182
|
ref: HTMLInputElement | HTMLTextAreaElement | undefined;
|
|
181
183
|
textareaStyle: StyleValue;
|
|
182
184
|
autosize: InputAutoSize | undefined;
|
|
183
185
|
isComposing: boolean;
|
|
186
|
+
passwordVisible: boolean;
|
|
184
187
|
focus: () => void | undefined;
|
|
185
188
|
blur: () => void | undefined;
|
|
186
189
|
select: () => void;
|
|
@@ -410,7 +410,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
410
410
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
411
411
|
__epPropKey: true;
|
|
412
412
|
};
|
|
413
|
-
readonly placement: EpPropFinalized<(new (...args: any[]) => "
|
|
413
|
+
readonly placement: EpPropFinalized<(new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], unknown, unknown, "bottom", boolean>;
|
|
414
414
|
readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | (((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>)) | null)[], unknown, unknown, () => {}, boolean>;
|
|
415
415
|
readonly id: StringConstructor;
|
|
416
416
|
readonly size: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -531,7 +531,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
531
531
|
__epPropKey: true;
|
|
532
532
|
};
|
|
533
533
|
readonly disabled: BooleanConstructor;
|
|
534
|
-
readonly role: EpPropFinalized<StringConstructor, "
|
|
534
|
+
readonly role: EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "menu", boolean>;
|
|
535
535
|
readonly buttonProps: {
|
|
536
536
|
readonly type: PropType<Partial< ButtonProps>>;
|
|
537
537
|
readonly required: false;
|
|
@@ -631,7 +631,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
631
631
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
632
632
|
__epPropKey: true;
|
|
633
633
|
};
|
|
634
|
-
readonly placement: EpPropFinalized<(new (...args: any[]) => "
|
|
634
|
+
readonly placement: EpPropFinalized<(new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], unknown, unknown, "bottom", boolean>;
|
|
635
635
|
readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | (((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>)) | null)[], unknown, unknown, () => {}, boolean>;
|
|
636
636
|
readonly id: StringConstructor;
|
|
637
637
|
readonly size: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -752,7 +752,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
752
752
|
__epPropKey: true;
|
|
753
753
|
};
|
|
754
754
|
readonly disabled: BooleanConstructor;
|
|
755
|
-
readonly role: EpPropFinalized<StringConstructor, "
|
|
755
|
+
readonly role: EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "menu", boolean>;
|
|
756
756
|
readonly buttonProps: {
|
|
757
757
|
readonly type: PropType<Partial< ButtonProps>>;
|
|
758
758
|
readonly required: false;
|
|
@@ -907,7 +907,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
907
907
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
908
908
|
__epPropKey: true;
|
|
909
909
|
};
|
|
910
|
-
readonly placement: EpPropFinalized<(new (...args: any[]) => "
|
|
910
|
+
readonly placement: EpPropFinalized<(new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], unknown, unknown, "bottom", boolean>;
|
|
911
911
|
readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | (((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>)) | null)[], unknown, unknown, () => {}, boolean>;
|
|
912
912
|
readonly id: StringConstructor;
|
|
913
913
|
readonly size: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -1028,7 +1028,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
1028
1028
|
__epPropKey: true;
|
|
1029
1029
|
};
|
|
1030
1030
|
readonly disabled: BooleanConstructor;
|
|
1031
|
-
readonly role: EpPropFinalized<StringConstructor, "
|
|
1031
|
+
readonly role: EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "menu", boolean>;
|
|
1032
1032
|
readonly buttonProps: {
|
|
1033
1033
|
readonly type: PropType<Partial< ButtonProps>>;
|
|
1034
1034
|
readonly required: false;
|
|
@@ -1128,7 +1128,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
1128
1128
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1129
1129
|
__epPropKey: true;
|
|
1130
1130
|
};
|
|
1131
|
-
readonly placement: EpPropFinalized<(new (...args: any[]) => "
|
|
1131
|
+
readonly placement: EpPropFinalized<(new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], unknown, unknown, "bottom", boolean>;
|
|
1132
1132
|
readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | (((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>)) | null)[], unknown, unknown, () => {}, boolean>;
|
|
1133
1133
|
readonly id: StringConstructor;
|
|
1134
1134
|
readonly size: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -1249,7 +1249,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
1249
1249
|
__epPropKey: true;
|
|
1250
1250
|
};
|
|
1251
1251
|
readonly disabled: BooleanConstructor;
|
|
1252
|
-
readonly role: EpPropFinalized<StringConstructor, "
|
|
1252
|
+
readonly role: EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "menu", boolean>;
|
|
1253
1253
|
readonly buttonProps: {
|
|
1254
1254
|
readonly type: PropType<Partial< ButtonProps>>;
|
|
1255
1255
|
readonly required: false;
|