amelia-booking-ui 0.0.433 → 0.0.435
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.
|
@@ -158,7 +158,6 @@ declare function __VLS_template(): {
|
|
|
158
158
|
clearValidate: () => void;
|
|
159
159
|
readonly labelWidth: string | number;
|
|
160
160
|
readonly labelPosition: "" | "top" | "left" | "right";
|
|
161
|
-
readonly inlineMessage: string | boolean;
|
|
162
161
|
readonly showMessage: boolean;
|
|
163
162
|
readonly label?: string | undefined;
|
|
164
163
|
readonly prop?: import('element-plus').FormItemProp | undefined;
|
|
@@ -708,6 +707,7 @@ declare function __VLS_template(): {
|
|
|
708
707
|
validator?: ((rule: import('async-validator').InternalRuleItem, value: import('async-validator').Value, callback: (error?: string | Error) => void, source: import('async-validator').Values, options: import('async-validator').ValidateOption) => import('async-validator').SyncValidateResult | void) | undefined;
|
|
709
708
|
}[] | undefined;
|
|
710
709
|
readonly validateStatus?: ("" | "success" | "error" | "validating") | undefined;
|
|
710
|
+
readonly inlineMessage?: boolean | undefined;
|
|
711
711
|
readonly for?: string | undefined;
|
|
712
712
|
}[];
|
|
713
713
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -863,7 +863,6 @@ declare function __VLS_template(): {
|
|
|
863
863
|
clearValidate: () => void;
|
|
864
864
|
readonly labelWidth: string | number;
|
|
865
865
|
readonly labelPosition: "" | "top" | "left" | "right";
|
|
866
|
-
readonly inlineMessage: string | boolean;
|
|
867
866
|
readonly showMessage: boolean;
|
|
868
867
|
readonly label?: string | undefined;
|
|
869
868
|
readonly prop?: import('element-plus').FormItemProp | undefined;
|
|
@@ -1413,6 +1412,7 @@ declare function __VLS_template(): {
|
|
|
1413
1412
|
validator?: ((rule: import('async-validator').InternalRuleItem, value: import('async-validator').Value, callback: (error?: string | Error) => void, source: import('async-validator').Values, options: import('async-validator').ValidateOption) => import('async-validator').SyncValidateResult | void) | undefined;
|
|
1414
1413
|
}[] | undefined;
|
|
1415
1414
|
readonly validateStatus?: ("" | "success" | "error" | "validating") | undefined;
|
|
1415
|
+
readonly inlineMessage?: boolean | undefined;
|
|
1416
1416
|
readonly for?: string | undefined;
|
|
1417
1417
|
}[];
|
|
1418
1418
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
@@ -1584,7 +1584,6 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
1584
1584
|
clearValidate: () => void;
|
|
1585
1585
|
readonly labelWidth: string | number;
|
|
1586
1586
|
readonly labelPosition: "" | "top" | "left" | "right";
|
|
1587
|
-
readonly inlineMessage: string | boolean;
|
|
1588
1587
|
readonly showMessage: boolean;
|
|
1589
1588
|
readonly label?: string | undefined;
|
|
1590
1589
|
readonly prop?: import('element-plus').FormItemProp | undefined;
|
|
@@ -2134,6 +2133,7 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
2134
2133
|
validator?: ((rule: import('async-validator').InternalRuleItem, value: import('async-validator').Value, callback: (error?: string | Error) => void, source: import('async-validator').Values, options: import('async-validator').ValidateOption) => import('async-validator').SyncValidateResult | void) | undefined;
|
|
2135
2134
|
}[] | undefined;
|
|
2136
2135
|
readonly validateStatus?: ("" | "success" | "error" | "validating") | undefined;
|
|
2136
|
+
readonly inlineMessage?: boolean | undefined;
|
|
2137
2137
|
readonly for?: string | undefined;
|
|
2138
2138
|
}[];
|
|
2139
2139
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -2289,7 +2289,6 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
2289
2289
|
clearValidate: () => void;
|
|
2290
2290
|
readonly labelWidth: string | number;
|
|
2291
2291
|
readonly labelPosition: "" | "top" | "left" | "right";
|
|
2292
|
-
readonly inlineMessage: string | boolean;
|
|
2293
2292
|
readonly showMessage: boolean;
|
|
2294
2293
|
readonly label?: string | undefined;
|
|
2295
2294
|
readonly prop?: import('element-plus').FormItemProp | undefined;
|
|
@@ -2839,6 +2838,7 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
2839
2838
|
validator?: ((rule: import('async-validator').InternalRuleItem, value: import('async-validator').Value, callback: (error?: string | Error) => void, source: import('async-validator').Values, options: import('async-validator').ValidateOption) => import('async-validator').SyncValidateResult | void) | undefined;
|
|
2840
2839
|
}[] | undefined;
|
|
2841
2840
|
readonly validateStatus?: ("" | "success" | "error" | "validating") | undefined;
|
|
2841
|
+
readonly inlineMessage?: boolean | undefined;
|
|
2842
2842
|
readonly for?: string | undefined;
|
|
2843
2843
|
}[];
|
|
2844
2844
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
@@ -22,6 +22,7 @@ declare function __VLS_template(): {
|
|
|
22
22
|
$data: {};
|
|
23
23
|
$props: Partial<{
|
|
24
24
|
readonly disabled: boolean;
|
|
25
|
+
readonly tabindex: string | number;
|
|
25
26
|
readonly width: string | number;
|
|
26
27
|
readonly content: string;
|
|
27
28
|
readonly offset: number;
|
|
@@ -31,7 +32,6 @@ declare function __VLS_template(): {
|
|
|
31
32
|
readonly showAfter: number;
|
|
32
33
|
readonly hideAfter: number;
|
|
33
34
|
readonly autoClose: number;
|
|
34
|
-
readonly tabindex: string | number;
|
|
35
35
|
readonly trigger: import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[];
|
|
36
36
|
readonly popperOptions: Partial<import('element-plus').Options>;
|
|
37
37
|
readonly enterable: boolean;
|
|
@@ -306,6 +306,7 @@ declare function __VLS_template(): {
|
|
|
306
306
|
"update:visible": (value: boolean) => void;
|
|
307
307
|
}, string, {
|
|
308
308
|
readonly disabled: boolean;
|
|
309
|
+
readonly tabindex: string | number;
|
|
309
310
|
readonly width: string | number;
|
|
310
311
|
readonly content: string;
|
|
311
312
|
readonly offset: number;
|
|
@@ -315,7 +316,6 @@ declare function __VLS_template(): {
|
|
|
315
316
|
readonly showAfter: number;
|
|
316
317
|
readonly hideAfter: number;
|
|
317
318
|
readonly autoClose: number;
|
|
318
|
-
readonly tabindex: string | number;
|
|
319
319
|
readonly trigger: import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[];
|
|
320
320
|
readonly popperOptions: Partial<import('element-plus').Options>;
|
|
321
321
|
readonly enterable: boolean;
|
|
@@ -345,6 +345,7 @@ declare function __VLS_template(): {
|
|
|
345
345
|
$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;
|
|
346
346
|
} & Readonly<{
|
|
347
347
|
readonly disabled: boolean;
|
|
348
|
+
readonly tabindex: string | number;
|
|
348
349
|
readonly width: string | number;
|
|
349
350
|
readonly content: string;
|
|
350
351
|
readonly offset: number;
|
|
@@ -354,7 +355,6 @@ declare function __VLS_template(): {
|
|
|
354
355
|
readonly showAfter: number;
|
|
355
356
|
readonly hideAfter: number;
|
|
356
357
|
readonly autoClose: number;
|
|
357
|
-
readonly tabindex: string | number;
|
|
358
358
|
readonly trigger: import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[];
|
|
359
359
|
readonly popperOptions: Partial<import('element-plus').Options>;
|
|
360
360
|
readonly enterable: boolean;
|
|
@@ -583,6 +583,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
583
583
|
$data: {};
|
|
584
584
|
$props: Partial<{
|
|
585
585
|
readonly disabled: boolean;
|
|
586
|
+
readonly tabindex: string | number;
|
|
586
587
|
readonly width: string | number;
|
|
587
588
|
readonly content: string;
|
|
588
589
|
readonly offset: number;
|
|
@@ -592,7 +593,6 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
592
593
|
readonly showAfter: number;
|
|
593
594
|
readonly hideAfter: number;
|
|
594
595
|
readonly autoClose: number;
|
|
595
|
-
readonly tabindex: string | number;
|
|
596
596
|
readonly trigger: import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[];
|
|
597
597
|
readonly popperOptions: Partial<import('element-plus').Options>;
|
|
598
598
|
readonly enterable: boolean;
|
|
@@ -867,6 +867,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
867
867
|
"update:visible": (value: boolean) => void;
|
|
868
868
|
}, string, {
|
|
869
869
|
readonly disabled: boolean;
|
|
870
|
+
readonly tabindex: string | number;
|
|
870
871
|
readonly width: string | number;
|
|
871
872
|
readonly content: string;
|
|
872
873
|
readonly offset: number;
|
|
@@ -876,7 +877,6 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
876
877
|
readonly showAfter: number;
|
|
877
878
|
readonly hideAfter: number;
|
|
878
879
|
readonly autoClose: number;
|
|
879
|
-
readonly tabindex: string | number;
|
|
880
880
|
readonly trigger: import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[];
|
|
881
881
|
readonly popperOptions: Partial<import('element-plus').Options>;
|
|
882
882
|
readonly enterable: boolean;
|
|
@@ -906,6 +906,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
906
906
|
$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;
|
|
907
907
|
} & Readonly<{
|
|
908
908
|
readonly disabled: boolean;
|
|
909
|
+
readonly tabindex: string | number;
|
|
909
910
|
readonly width: string | number;
|
|
910
911
|
readonly content: string;
|
|
911
912
|
readonly offset: number;
|
|
@@ -915,7 +916,6 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
915
916
|
readonly showAfter: number;
|
|
916
917
|
readonly hideAfter: number;
|
|
917
918
|
readonly autoClose: number;
|
|
918
|
-
readonly tabindex: string | number;
|
|
919
919
|
readonly trigger: import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[];
|
|
920
920
|
readonly popperOptions: Partial<import('element-plus').Options>;
|
|
921
921
|
readonly enterable: boolean;
|