@ramathibodi/nuxt-commons 4.0.15 → 4.0.16
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/module.json +1 -1
- package/dist/runtime/components/device/IdCardButton.d.vue.ts +2 -2
- package/dist/runtime/components/device/IdCardButton.vue.d.ts +2 -2
- package/dist/runtime/components/dialog/Confirm.d.vue.ts +1 -1
- package/dist/runtime/components/dialog/Confirm.vue.d.ts +1 -1
- package/dist/runtime/components/dialog/default/Confirm.d.vue.ts +2 -2
- package/dist/runtime/components/dialog/default/Confirm.vue.d.ts +2 -2
- package/dist/runtime/components/dialog/default/Notify.d.vue.ts +3 -3
- package/dist/runtime/components/dialog/default/Notify.vue.d.ts +3 -3
- package/dist/runtime/components/dialog/default/VerifyUser.d.vue.ts +2 -2
- package/dist/runtime/components/dialog/default/VerifyUser.vue.d.ts +2 -2
- package/dist/runtime/components/form/Birthdate.vue +0 -1
- package/dist/runtime/components/form/Date.d.vue.ts +0 -3
- package/dist/runtime/components/form/Date.vue +13 -3
- package/dist/runtime/components/form/Date.vue.d.ts +0 -3
- package/dist/runtime/components/form/DateTime.d.vue.ts +1 -1
- package/dist/runtime/components/form/DateTime.vue.d.ts +1 -1
- package/dist/runtime/components/form/Login.d.vue.ts +1 -1
- package/dist/runtime/components/form/Login.vue.d.ts +1 -1
- package/dist/runtime/components/form/Pad.d.vue.ts +1 -1
- package/dist/runtime/components/form/Pad.vue.d.ts +1 -1
- package/dist/runtime/components/form/images/Capture.d.vue.ts +1 -1
- package/dist/runtime/components/form/images/Capture.vue.d.ts +1 -1
- package/dist/runtime/components/label/Field.d.vue.ts +1 -1
- package/dist/runtime/components/label/Field.vue.d.ts +1 -1
- package/dist/runtime/labs/Calendar.d.vue.ts +4 -4
- package/dist/runtime/labs/Calendar.vue.d.ts +4 -4
- package/package.json +1 -1
package/dist/module.json
CHANGED
|
@@ -17,16 +17,16 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
17
17
|
reader: null;
|
|
18
18
|
disableWhileLoading: boolean;
|
|
19
19
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
20
|
-
error: (err: unknown) => any;
|
|
21
20
|
loading: (loading: boolean) => any;
|
|
21
|
+
error: (err: unknown) => any;
|
|
22
22
|
read: (payload: PatientRegisterPayload) => any;
|
|
23
23
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
|
|
24
24
|
withPhoto: boolean;
|
|
25
25
|
reader: null;
|
|
26
26
|
disableWhileLoading: boolean;
|
|
27
27
|
}>>> & Readonly<{
|
|
28
|
-
onError?: ((err: unknown) => any) | undefined;
|
|
29
28
|
onLoading?: ((loading: boolean) => any) | undefined;
|
|
29
|
+
onError?: ((err: unknown) => any) | undefined;
|
|
30
30
|
onRead?: ((payload: PatientRegisterPayload) => any) | undefined;
|
|
31
31
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
32
32
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -17,16 +17,16 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
17
17
|
reader: null;
|
|
18
18
|
disableWhileLoading: boolean;
|
|
19
19
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
20
|
-
error: (err: unknown) => any;
|
|
21
20
|
loading: (loading: boolean) => any;
|
|
21
|
+
error: (err: unknown) => any;
|
|
22
22
|
read: (payload: PatientRegisterPayload) => any;
|
|
23
23
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
|
|
24
24
|
withPhoto: boolean;
|
|
25
25
|
reader: null;
|
|
26
26
|
disableWhileLoading: boolean;
|
|
27
27
|
}>>> & Readonly<{
|
|
28
|
-
onError?: ((err: unknown) => any) | undefined;
|
|
29
28
|
onLoading?: ((loading: boolean) => any) | undefined;
|
|
29
|
+
onError?: ((err: unknown) => any) | undefined;
|
|
30
30
|
onRead?: ((payload: PatientRegisterPayload) => any) | undefined;
|
|
31
31
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
32
32
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -21,9 +21,9 @@ declare const __VLS_base: import("vue").DefineComponent<DialogProps, {}, {}, {},
|
|
|
21
21
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
22
22
|
"onUpdate:result"?: ((value: boolean) => any) | undefined;
|
|
23
23
|
}>, {
|
|
24
|
+
title: string;
|
|
24
25
|
message: string;
|
|
25
26
|
width: string;
|
|
26
|
-
title: string;
|
|
27
27
|
buttonTrueText: string;
|
|
28
28
|
buttonFalseText: string;
|
|
29
29
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -21,9 +21,9 @@ declare const __VLS_base: import("vue").DefineComponent<DialogProps, {}, {}, {},
|
|
|
21
21
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
22
22
|
"onUpdate:result"?: ((value: boolean) => any) | undefined;
|
|
23
23
|
}>, {
|
|
24
|
+
title: string;
|
|
24
25
|
message: string;
|
|
25
26
|
width: string;
|
|
26
|
-
title: string;
|
|
27
27
|
buttonTrueText: string;
|
|
28
28
|
buttonFalseText: string;
|
|
29
29
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -23,10 +23,10 @@ declare const __VLS_base: import("vue").DefineComponent<DialogProps, {}, {}, {},
|
|
|
23
23
|
onResolve?: ((value: boolean) => any) | undefined;
|
|
24
24
|
onReject?: ((value: any) => any) | undefined;
|
|
25
25
|
}>, {
|
|
26
|
-
message: string;
|
|
27
|
-
width: string;
|
|
28
26
|
title: string;
|
|
29
27
|
type: "primary" | "success" | "warning" | "info" | "error";
|
|
28
|
+
message: string;
|
|
29
|
+
width: string;
|
|
30
30
|
buttonTrueText: string;
|
|
31
31
|
buttonFalseText: string;
|
|
32
32
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -23,10 +23,10 @@ declare const __VLS_base: import("vue").DefineComponent<DialogProps, {}, {}, {},
|
|
|
23
23
|
onResolve?: ((value: boolean) => any) | undefined;
|
|
24
24
|
onReject?: ((value: any) => any) | undefined;
|
|
25
25
|
}>, {
|
|
26
|
-
message: string;
|
|
27
|
-
width: string;
|
|
28
26
|
title: string;
|
|
29
27
|
type: "primary" | "success" | "warning" | "info" | "error";
|
|
28
|
+
message: string;
|
|
29
|
+
width: string;
|
|
30
30
|
buttonTrueText: string;
|
|
31
31
|
buttonFalseText: string;
|
|
32
32
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -13,11 +13,11 @@ declare const __VLS_export: import("vue").DefineComponent<DialogProps, {}, {}, {
|
|
|
13
13
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
14
14
|
onResolve?: ((value: boolean) => any) | undefined;
|
|
15
15
|
}>, {
|
|
16
|
-
message: string;
|
|
17
|
-
width: string;
|
|
18
16
|
title: string;
|
|
19
|
-
type: "primary" | "success" | "warning" | "info" | "error";
|
|
20
17
|
buttonText: string;
|
|
18
|
+
type: "primary" | "success" | "warning" | "info" | "error";
|
|
19
|
+
message: string;
|
|
20
|
+
width: string;
|
|
21
21
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
22
22
|
declare const _default: typeof __VLS_export;
|
|
23
23
|
export default _default;
|
|
@@ -13,11 +13,11 @@ declare const __VLS_export: import("vue").DefineComponent<DialogProps, {}, {}, {
|
|
|
13
13
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
14
14
|
onResolve?: ((value: boolean) => any) | undefined;
|
|
15
15
|
}>, {
|
|
16
|
-
message: string;
|
|
17
|
-
width: string;
|
|
18
16
|
title: string;
|
|
19
|
-
type: "primary" | "success" | "warning" | "info" | "error";
|
|
20
17
|
buttonText: string;
|
|
18
|
+
type: "primary" | "success" | "warning" | "info" | "error";
|
|
19
|
+
message: string;
|
|
20
|
+
width: string;
|
|
21
21
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
22
22
|
declare const _default: typeof __VLS_export;
|
|
23
23
|
export default _default;
|
|
@@ -17,10 +17,10 @@ declare const __VLS_export: import("vue").DefineComponent<DialogProps, {}, {}, {
|
|
|
17
17
|
onResolve?: ((value: string) => any) | undefined;
|
|
18
18
|
onReject?: ((value: any) => any) | undefined;
|
|
19
19
|
}>, {
|
|
20
|
-
message: string;
|
|
21
|
-
width: string;
|
|
22
20
|
title: string;
|
|
23
21
|
type: "primary" | "success" | "warning" | "info" | "error";
|
|
22
|
+
message: string;
|
|
23
|
+
width: string;
|
|
24
24
|
confirmButtonText: string;
|
|
25
25
|
cancelButtonText: string;
|
|
26
26
|
fixedUsername: boolean | string;
|
|
@@ -17,10 +17,10 @@ declare const __VLS_export: import("vue").DefineComponent<DialogProps, {}, {}, {
|
|
|
17
17
|
onResolve?: ((value: string) => any) | undefined;
|
|
18
18
|
onReject?: ((value: any) => any) | undefined;
|
|
19
19
|
}>, {
|
|
20
|
-
message: string;
|
|
21
|
-
width: string;
|
|
22
20
|
title: string;
|
|
23
21
|
type: "primary" | "success" | "warning" | "info" | "error";
|
|
22
|
+
message: string;
|
|
23
|
+
width: string;
|
|
24
24
|
confirmButtonText: string;
|
|
25
25
|
cancelButtonText: string;
|
|
26
26
|
fixedUsername: boolean | string;
|
|
@@ -14,7 +14,6 @@ interface Props extends /* @vue-ignore */ InstanceType<typeof VTextField['$props
|
|
|
14
14
|
defaultDate?: boolean | string;
|
|
15
15
|
yearRange?: [number, number];
|
|
16
16
|
reverseYears?: boolean;
|
|
17
|
-
eager?: boolean;
|
|
18
17
|
}
|
|
19
18
|
declare function resetDatePicker(): void;
|
|
20
19
|
declare function toggleMenuOpen(trigger: string): void;
|
|
@@ -46,7 +45,6 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
46
45
|
flow: () => never[];
|
|
47
46
|
defaultDate: boolean;
|
|
48
47
|
reverseYears: boolean;
|
|
49
|
-
eager: boolean;
|
|
50
48
|
}>>, {
|
|
51
49
|
reset: typeof resetDatePicker;
|
|
52
50
|
validate: typeof validate;
|
|
@@ -61,7 +59,6 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
61
59
|
flow: () => never[];
|
|
62
60
|
defaultDate: boolean;
|
|
63
61
|
reverseYears: boolean;
|
|
64
|
-
eager: boolean;
|
|
65
62
|
}>>> & Readonly<{
|
|
66
63
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
67
64
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -19,8 +19,7 @@ const props = defineProps({
|
|
|
19
19
|
rules: { type: null, required: false },
|
|
20
20
|
defaultDate: { type: [Boolean, String], required: false, default: false },
|
|
21
21
|
yearRange: { type: Array, required: false },
|
|
22
|
-
reverseYears: { type: Boolean, required: false, default: false }
|
|
23
|
-
eager: { type: Boolean, required: false, default: false }
|
|
22
|
+
reverseYears: { type: Boolean, required: false, default: false }
|
|
24
23
|
});
|
|
25
24
|
const emit = defineEmits(["update:modelValue"]);
|
|
26
25
|
const computedRules = computed(() => {
|
|
@@ -170,10 +169,21 @@ defineExpose({
|
|
|
170
169
|
</script>
|
|
171
170
|
|
|
172
171
|
<template>
|
|
172
|
+
<!--
|
|
173
|
+
The picker mounts lazily (no `eager`) and the menu opens with no transition.
|
|
174
|
+
@vuepic/vue-datepicker measures the year/month overlay height and computes its
|
|
175
|
+
scroll-to-active position once, in onMounted. If the picker is pre-mounted in a
|
|
176
|
+
hidden menu (eager) or measured mid open-transition, that measurement reads a
|
|
177
|
+
zero-height grid, so the overlay falls back to the fixed `modeHeight` with the
|
|
178
|
+
cells unpainted and only corrects on a later tick — the #248 "year overlay shows
|
|
179
|
+
a few years then waits a while to finish rendering" symptom. Mounting lazily and
|
|
180
|
+
opening with the content already at full size lets the picker measure correctly
|
|
181
|
+
on first paint. (eager pre-mount was the original #248 fix and reintroduced the bug.)
|
|
182
|
+
-->
|
|
173
183
|
<v-menu
|
|
174
184
|
v-model="isMenuOpen"
|
|
175
185
|
:open-on-click="false"
|
|
176
|
-
:
|
|
186
|
+
:transition="false"
|
|
177
187
|
>
|
|
178
188
|
<template #activator="{ props: activatorProps }">
|
|
179
189
|
<v-text-field
|
|
@@ -14,7 +14,6 @@ interface Props extends /* @vue-ignore */ InstanceType<typeof VTextField['$props
|
|
|
14
14
|
defaultDate?: boolean | string;
|
|
15
15
|
yearRange?: [number, number];
|
|
16
16
|
reverseYears?: boolean;
|
|
17
|
-
eager?: boolean;
|
|
18
17
|
}
|
|
19
18
|
declare function resetDatePicker(): void;
|
|
20
19
|
declare function toggleMenuOpen(trigger: string): void;
|
|
@@ -46,7 +45,6 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
46
45
|
flow: () => never[];
|
|
47
46
|
defaultDate: boolean;
|
|
48
47
|
reverseYears: boolean;
|
|
49
|
-
eager: boolean;
|
|
50
48
|
}>>, {
|
|
51
49
|
reset: typeof resetDatePicker;
|
|
52
50
|
validate: typeof validate;
|
|
@@ -61,7 +59,6 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
61
59
|
flow: () => never[];
|
|
62
60
|
defaultDate: boolean;
|
|
63
61
|
reverseYears: boolean;
|
|
64
|
-
eager: boolean;
|
|
65
62
|
}>>> & Readonly<{
|
|
66
63
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
67
64
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -22,9 +22,9 @@ declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {},
|
|
|
22
22
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
23
23
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
24
24
|
}>, {
|
|
25
|
-
readonly: boolean;
|
|
26
25
|
locale: "TH" | "EN";
|
|
27
26
|
format: dateFormat | string;
|
|
27
|
+
readonly: boolean;
|
|
28
28
|
dense: boolean;
|
|
29
29
|
pickerOnly: boolean;
|
|
30
30
|
defaultDate: boolean | string;
|
|
@@ -22,9 +22,9 @@ declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {},
|
|
|
22
22
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
23
23
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
24
24
|
}>, {
|
|
25
|
-
readonly: boolean;
|
|
26
25
|
locale: "TH" | "EN";
|
|
27
26
|
format: dateFormat | string;
|
|
27
|
+
readonly: boolean;
|
|
28
28
|
dense: boolean;
|
|
29
29
|
pickerOnly: boolean;
|
|
30
30
|
defaultDate: boolean | string;
|
|
@@ -15,8 +15,8 @@ declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, i
|
|
|
15
15
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
16
16
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
17
17
|
}>, {
|
|
18
|
-
loading: boolean;
|
|
19
18
|
title: string;
|
|
19
|
+
loading: boolean;
|
|
20
20
|
errorMessages: string;
|
|
21
21
|
hint: string;
|
|
22
22
|
btnSubmit: string;
|
|
@@ -15,8 +15,8 @@ declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, i
|
|
|
15
15
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
16
16
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
17
17
|
}>, {
|
|
18
|
-
loading: boolean;
|
|
19
18
|
title: string;
|
|
19
|
+
loading: boolean;
|
|
20
20
|
errorMessages: string;
|
|
21
21
|
hint: string;
|
|
22
22
|
btnSubmit: string;
|
|
@@ -681,9 +681,9 @@ declare const __VLS_base: import("vue").DefineComponent<Props, {
|
|
|
681
681
|
}>, {
|
|
682
682
|
disabled: boolean;
|
|
683
683
|
readonly: boolean;
|
|
684
|
-
parentTemplates: string | string[];
|
|
685
684
|
isolated: boolean;
|
|
686
685
|
decoration: object;
|
|
686
|
+
parentTemplates: string | string[];
|
|
687
687
|
dirtyClass: string;
|
|
688
688
|
dirtyOnCreate: boolean;
|
|
689
689
|
sanitizeDelay: number;
|
|
@@ -681,9 +681,9 @@ declare const __VLS_base: import("vue").DefineComponent<Props, {
|
|
|
681
681
|
}>, {
|
|
682
682
|
disabled: boolean;
|
|
683
683
|
readonly: boolean;
|
|
684
|
-
parentTemplates: string | string[];
|
|
685
684
|
isolated: boolean;
|
|
686
685
|
decoration: object;
|
|
686
|
+
parentTemplates: string | string[];
|
|
687
687
|
dirtyClass: string;
|
|
688
688
|
dirtyOnCreate: boolean;
|
|
689
689
|
sanitizeDelay: number;
|
|
@@ -78,10 +78,10 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
78
78
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
79
79
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
80
80
|
}>, {
|
|
81
|
+
buttonText: string;
|
|
81
82
|
disabled: boolean;
|
|
82
83
|
maxWidth: string | number;
|
|
83
84
|
readonly: boolean;
|
|
84
|
-
buttonText: string;
|
|
85
85
|
imageFormat: ImageFormat;
|
|
86
86
|
autoStart: boolean;
|
|
87
87
|
fileOnly: boolean;
|
|
@@ -78,10 +78,10 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
78
78
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
79
79
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
80
80
|
}>, {
|
|
81
|
+
buttonText: string;
|
|
81
82
|
disabled: boolean;
|
|
82
83
|
maxWidth: string | number;
|
|
83
84
|
readonly: boolean;
|
|
84
|
-
buttonText: string;
|
|
85
85
|
imageFormat: ImageFormat;
|
|
86
86
|
autoStart: boolean;
|
|
87
87
|
fileOnly: boolean;
|
|
@@ -22,8 +22,8 @@ type __VLS_Slots = {} & {
|
|
|
22
22
|
};
|
|
23
23
|
declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
24
24
|
value: string | null;
|
|
25
|
-
size: "large" | "medium";
|
|
26
25
|
label: string;
|
|
26
|
+
size: "large" | "medium";
|
|
27
27
|
horizontal: boolean;
|
|
28
28
|
truncate: boolean;
|
|
29
29
|
notFoundText: string;
|
|
@@ -22,8 +22,8 @@ type __VLS_Slots = {} & {
|
|
|
22
22
|
};
|
|
23
23
|
declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
24
24
|
value: string | null;
|
|
25
|
-
size: "large" | "medium";
|
|
26
25
|
label: string;
|
|
26
|
+
size: "large" | "medium";
|
|
27
27
|
horizontal: boolean;
|
|
28
28
|
truncate: boolean;
|
|
29
29
|
notFoundText: string;
|
|
@@ -18,18 +18,18 @@ interface CalendarProps {
|
|
|
18
18
|
mode: 'dayGridMonth' | 'timeGridDay';
|
|
19
19
|
}
|
|
20
20
|
declare const __VLS_export: import("vue").DefineComponent<CalendarProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
21
|
-
dialog: (...args: any[]) => void;
|
|
22
21
|
select: (...args: any[]) => void;
|
|
22
|
+
dialog: (...args: any[]) => void;
|
|
23
23
|
}, string, import("vue").PublicProps, Readonly<CalendarProps> & Readonly<{
|
|
24
|
-
onDialog?: ((...args: any[]) => any) | undefined;
|
|
25
24
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
25
|
+
onDialog?: ((...args: any[]) => any) | undefined;
|
|
26
26
|
}>, {
|
|
27
|
-
height: string | number;
|
|
28
|
-
mode: "dayGridMonth" | "timeGridDay";
|
|
29
27
|
locale: "th" | "en";
|
|
30
28
|
toolBarLeft: string;
|
|
31
29
|
toolBarCenter: string;
|
|
32
30
|
toolBarRight: string;
|
|
31
|
+
height: string | number;
|
|
32
|
+
mode: "dayGridMonth" | "timeGridDay";
|
|
33
33
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
34
34
|
declare const _default: typeof __VLS_export;
|
|
35
35
|
export default _default;
|
|
@@ -18,18 +18,18 @@ interface CalendarProps {
|
|
|
18
18
|
mode: 'dayGridMonth' | 'timeGridDay';
|
|
19
19
|
}
|
|
20
20
|
declare const __VLS_export: import("vue").DefineComponent<CalendarProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
21
|
-
dialog: (...args: any[]) => void;
|
|
22
21
|
select: (...args: any[]) => void;
|
|
22
|
+
dialog: (...args: any[]) => void;
|
|
23
23
|
}, string, import("vue").PublicProps, Readonly<CalendarProps> & Readonly<{
|
|
24
|
-
onDialog?: ((...args: any[]) => any) | undefined;
|
|
25
24
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
25
|
+
onDialog?: ((...args: any[]) => any) | undefined;
|
|
26
26
|
}>, {
|
|
27
|
-
height: string | number;
|
|
28
|
-
mode: "dayGridMonth" | "timeGridDay";
|
|
29
27
|
locale: "th" | "en";
|
|
30
28
|
toolBarLeft: string;
|
|
31
29
|
toolBarCenter: string;
|
|
32
30
|
toolBarRight: string;
|
|
31
|
+
height: string | number;
|
|
32
|
+
mode: "dayGridMonth" | "timeGridDay";
|
|
33
33
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
34
34
|
declare const _default: typeof __VLS_export;
|
|
35
35
|
export default _default;
|