maz-ui 3.5.0 → 3.6.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/components/MazAvatar.d.ts +156 -149
- package/components/MazAvatar.mjs +656 -0
- package/components/MazAvatar.umd.js +2 -0
- package/components/MazBackdrop.d.ts +89 -89
- package/components/MazBackdrop.mjs +140 -0
- package/components/MazBackdrop.umd.js +2 -0
- package/components/MazBadge.d.ts +73 -68
- package/components/MazBadge.mjs +61 -0
- package/components/MazBadge.umd.js +2 -0
- package/components/MazBottomSheet.d.ts +36 -29
- package/components/MazBottomSheet.mjs +553 -0
- package/components/MazBottomSheet.umd.js +2 -0
- package/components/MazBtn.d.ts +178 -171
- package/components/MazBtn.mjs +371 -0
- package/components/MazBtn.umd.js +2 -0
- package/components/MazCard.d.ts +194 -183
- package/components/MazCard.mjs +1390 -0
- package/components/MazCard.umd.js +2 -0
- package/components/MazCarousel.d.ts +24 -16
- package/components/MazCarousel.mjs +469 -0
- package/components/MazCarousel.umd.js +2 -0
- package/components/MazChart/includes.d.ts +11 -11
- package/components/MazChart.d.ts +114 -114
- package/components/MazChart.mjs +135 -0
- package/components/MazChart.umd.js +2 -0
- package/components/MazCheckbox.d.ts +54 -49
- package/components/MazCheckbox.mjs +86 -0
- package/components/MazCheckbox.umd.js +2 -0
- package/components/MazDialog.d.ts +40 -29
- package/components/MazDialog.mjs +566 -0
- package/components/MazDialog.umd.js +2 -0
- package/components/MazDialogPromise/use-maz-dialog-promise.d.ts +30 -30
- package/components/MazDialogPromise.d.ts +36 -28
- package/components/MazDialogPromise.mjs +692 -0
- package/components/MazDialogPromise.umd.js +2 -0
- package/components/MazDrawer.d.ts +69 -59
- package/components/MazDrawer.mjs +572 -0
- package/components/MazDrawer.umd.js +2 -0
- package/components/MazDropzone.d.ts +128 -128
- package/components/MazDropzone.mjs +369 -0
- package/components/MazDropzone.umd.js +2 -0
- package/components/MazGallery.d.ts +144 -144
- package/components/MazGallery.mjs +948 -0
- package/components/MazGallery.umd.js +2 -0
- package/components/MazIcon.d.ts +64 -66
- package/components/MazIcon.mjs +161 -0
- package/components/MazIcon.umd.js +2 -0
- package/components/MazInput.d.ts +276 -276
- package/components/MazInput.mjs +750 -0
- package/components/MazInput.umd.js +2 -0
- package/components/MazInputNumber.d.ts +65 -67
- package/components/MazInputNumber.mjs +857 -0
- package/components/MazInputNumber.umd.js +2 -0
- package/components/MazInputPrice.d.ts +69 -64
- package/components/MazInputPrice.mjs +889 -0
- package/components/MazInputPrice.umd.js +2 -0
- package/components/MazInputTags.d.ts +94 -96
- package/components/MazInputTags.mjs +904 -0
- package/components/MazInputTags.umd.js +2 -0
- package/components/MazLazyImg.d.ts +85 -80
- package/components/MazLazyImg.mjs +376 -0
- package/components/MazLazyImg.umd.js +2 -0
- package/components/MazPhoneNumberInput/constantes/locales.d.ts +12 -12
- package/components/MazPhoneNumberInput/types.d.ts +21 -21
- package/components/MazPhoneNumberInput/utils/countries-name-list-by-iso-code.d.ts +2 -2
- package/components/MazPhoneNumberInput/utils/index.d.ts +12 -12
- package/components/MazPhoneNumberInput.d.ts +253 -255
- package/components/MazPhoneNumberInput.mjs +1904 -0
- package/components/MazPhoneNumberInput.umd.js +2 -0
- package/components/MazPicker/MazPickerCalendar.vue.d.ts +135 -137
- package/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarDays.vue.d.ts +20 -22
- package/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarGrid.vue.d.ts +112 -114
- package/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarMonth.vue.d.ts +122 -124
- package/components/MazPicker/MazPickerCalendarSwitcher.vue.d.ts +36 -38
- package/components/MazPicker/MazPickerContainer.vue.d.ts +210 -212
- package/components/MazPicker/MazPickerFooter.vue.d.ts +16 -0
- package/components/MazPicker/MazPickerHeader.vue.d.ts +82 -84
- package/components/MazPicker/MazPickerMonthSwitcher.vue.d.ts +41 -43
- package/components/MazPicker/MazPickerShortcuts.vue.d.ts +60 -62
- package/components/MazPicker/MazPickerTime.vue.d.ts +127 -129
- package/components/MazPicker/MazPickerYearSwitcher.vue.d.ts +33 -35
- package/components/MazPicker/types.d.ts +15 -15
- package/components/MazPicker/utils.d.ts +54 -54
- package/components/MazPicker.d.ts +311 -313
- package/components/MazPicker.mjs +2942 -0
- package/components/MazPicker.umd.js +2 -0
- package/components/MazRadioButtons.d.ts +77 -69
- package/components/MazRadioButtons.mjs +80 -0
- package/components/MazRadioButtons.umd.js +2 -0
- package/components/MazSelect.d.ts +185 -176
- package/components/MazSelect.mjs +1082 -0
- package/components/MazSelect.umd.js +2 -0
- package/components/MazSlider/utils.d.ts +15 -15
- package/components/MazSlider.d.ts +94 -96
- package/components/MazSlider.mjs +377 -0
- package/components/MazSlider.umd.js +2 -0
- package/components/MazSpinner.d.ts +28 -30
- package/components/MazSpinner.mjs +59 -0
- package/components/MazSpinner.umd.js +2 -0
- package/components/MazStepper.d.ts +71 -73
- package/components/MazStepper.mjs +227 -0
- package/components/MazStepper.umd.js +2 -0
- package/components/MazSwitch.d.ts +54 -56
- package/components/MazSwitch.mjs +61 -0
- package/components/MazSwitch.umd.js +2 -0
- package/components/MazTabsBar.d.ts +47 -49
- package/components/MazTabsBar.mjs +470 -0
- package/components/MazTabsBar.umd.js +2 -0
- package/components/MazTabsContent.d.ts +21 -16
- package/components/MazTabsContent.mjs +89 -0
- package/components/MazTabsContent.umd.js +2 -0
- package/components/MazTabsContentItem.d.ts +19 -14
- package/components/MazTabsContentItem.mjs +61 -0
- package/components/MazTabsContentItem.umd.js +2 -0
- package/components/MazTextarea/textarea-autogrow.d.ts +9 -9
- package/components/MazTextarea.d.ts +123 -125
- package/components/MazTextarea.mjs +260 -0
- package/components/MazTextarea.umd.js +2 -0
- package/components/MazTransitionExpand.d.ts +9 -4
- package/components/MazTransitionExpand.mjs +62 -0
- package/components/MazTransitionExpand.umd.js +2 -0
- package/components/index.d.ts +33 -33
- package/components/index.mjs +35 -0
- package/components/index.umd.js +35 -0
- package/components/no_photo-410a8f01.mjs +4 -0
- package/components/types.d.ts +17 -17
- package/css/main.css +1 -1
- package/maz-ui.d.ts +234 -232
- package/modules/maz-ui.mjs +1892 -0
- package/modules/maz-ui.umd.js +2 -0
- package/modules/no_photo-410a8f01.mjs +4 -0
- package/package.json +43 -52
- package/tailwindcss/tailwind.config.js +6 -7
- package/tailwindcss/utils/colors.js +1 -3
- package/tailwindcss/variables/breakpoints.js +1 -2
- package/tailwindcss/variables/utilities.js +1 -2
- package/tailwindcss/variables/z-indexes.js +1 -1
- package/components/MazAvatar.js +0 -3
- package/components/MazBackdrop.js +0 -3
- package/components/MazBadge.js +0 -1
- package/components/MazBottomSheet.js +0 -3
- package/components/MazBtn.js +0 -3
- package/components/MazCard.js +0 -3
- package/components/MazCarousel.js +0 -3
- package/components/MazChart.js +0 -1
- package/components/MazCheckbox.js +0 -1
- package/components/MazDialog.js +0 -3
- package/components/MazDialogPromise.js +0 -3
- package/components/MazDrawer.js +0 -3
- package/components/MazDropzone.js +0 -3
- package/components/MazGallery.js +0 -3
- package/components/MazIcon.js +0 -3
- package/components/MazInput.js +0 -3
- package/components/MazInputNumber.js +0 -3
- package/components/MazInputPrice.js +0 -3
- package/components/MazInputTags.js +0 -3
- package/components/MazLazyImg.js +0 -3
- package/components/MazPhoneNumberInput.js +0 -3
- package/components/MazPicker.js +0 -3
- package/components/MazRadioButtons.js +0 -1
- package/components/MazSelect.js +0 -3
- package/components/MazSlider.js +0 -3
- package/components/MazSpinner.js +0 -1
- package/components/MazStepper.js +0 -1
- package/components/MazSwitch.js +0 -1
- package/components/MazTabsBar.js +0 -3
- package/components/MazTabsContent.js +0 -1
- package/components/MazTabsContentItem.js +0 -3
- package/components/MazTextarea.js +0 -1
- package/components/MazTransitionExpand.js +0 -1
- package/components/index.js +0 -35
- package/components/no_photo-a72545e4.js +0 -1
- package/modules/index.js +0 -3
- package/modules/no_photo-a72545e4.js +0 -1
|
@@ -1,43 +1,41 @@
|
|
|
1
|
-
import type { PropType } from 'vue';
|
|
2
|
-
import type { Color } from '../types';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
4
|
-
calendarDate: {
|
|
5
|
-
type: StringConstructor;
|
|
6
|
-
required: true;
|
|
7
|
-
};
|
|
8
|
-
color: {
|
|
9
|
-
type: PropType<Color>;
|
|
10
|
-
required: true;
|
|
11
|
-
};
|
|
12
|
-
locale: {
|
|
13
|
-
type: StringConstructor;
|
|
14
|
-
required: true;
|
|
15
|
-
};
|
|
16
|
-
double: {
|
|
17
|
-
type: BooleanConstructor;
|
|
18
|
-
required: true;
|
|
19
|
-
};
|
|
20
|
-
}, (
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}, {}>;
|
|
43
|
-
export default _default;
|
|
1
|
+
import type { PropType } from 'vue';
|
|
2
|
+
import type { Color } from '../types';
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
calendarDate: {
|
|
5
|
+
type: StringConstructor;
|
|
6
|
+
required: true;
|
|
7
|
+
};
|
|
8
|
+
color: {
|
|
9
|
+
type: PropType<Color>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
locale: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
required: true;
|
|
15
|
+
};
|
|
16
|
+
double: {
|
|
17
|
+
type: BooleanConstructor;
|
|
18
|
+
required: true;
|
|
19
|
+
};
|
|
20
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "update:calendar-date")[], "close" | "update:calendar-date", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
|
+
calendarDate: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
required: true;
|
|
24
|
+
};
|
|
25
|
+
color: {
|
|
26
|
+
type: PropType<Color>;
|
|
27
|
+
required: true;
|
|
28
|
+
};
|
|
29
|
+
locale: {
|
|
30
|
+
type: StringConstructor;
|
|
31
|
+
required: true;
|
|
32
|
+
};
|
|
33
|
+
double: {
|
|
34
|
+
type: BooleanConstructor;
|
|
35
|
+
required: true;
|
|
36
|
+
};
|
|
37
|
+
}>> & {
|
|
38
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
39
|
+
"onUpdate:calendar-date"?: ((...args: any[]) => any) | undefined;
|
|
40
|
+
}, {}>;
|
|
41
|
+
export default _default;
|
|
@@ -1,62 +1,60 @@
|
|
|
1
|
-
import { type PropType } from 'vue';
|
|
2
|
-
import type { Color } from '../types';
|
|
3
|
-
import type { PickerShortcut, PickerValue } from './types';
|
|
4
|
-
declare const _default: import("vue").DefineComponent<{
|
|
5
|
-
color: {
|
|
6
|
-
type: PropType<Color>;
|
|
7
|
-
required: true;
|
|
8
|
-
};
|
|
9
|
-
modelValue: {
|
|
10
|
-
type: PropType<PickerValue>;
|
|
11
|
-
default: undefined;
|
|
12
|
-
};
|
|
13
|
-
shortcuts: {
|
|
14
|
-
type: PropType<PickerShortcut[]>;
|
|
15
|
-
required: true;
|
|
16
|
-
};
|
|
17
|
-
double: {
|
|
18
|
-
type: BooleanConstructor;
|
|
19
|
-
required: true;
|
|
20
|
-
};
|
|
21
|
-
shortcut: {
|
|
22
|
-
type: StringConstructor;
|
|
23
|
-
default: undefined;
|
|
24
|
-
};
|
|
25
|
-
disabled: {
|
|
26
|
-
type: BooleanConstructor;
|
|
27
|
-
required: true;
|
|
28
|
-
};
|
|
29
|
-
}, (
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
}>;
|
|
62
|
-
export default _default;
|
|
1
|
+
import { type PropType } from 'vue';
|
|
2
|
+
import type { Color } from '../types';
|
|
3
|
+
import type { PickerShortcut, PickerValue } from './types';
|
|
4
|
+
declare const _default: import("vue").DefineComponent<{
|
|
5
|
+
color: {
|
|
6
|
+
type: PropType<Color>;
|
|
7
|
+
required: true;
|
|
8
|
+
};
|
|
9
|
+
modelValue: {
|
|
10
|
+
type: PropType<PickerValue>;
|
|
11
|
+
default: undefined;
|
|
12
|
+
};
|
|
13
|
+
shortcuts: {
|
|
14
|
+
type: PropType<PickerShortcut[]>;
|
|
15
|
+
required: true;
|
|
16
|
+
};
|
|
17
|
+
double: {
|
|
18
|
+
type: BooleanConstructor;
|
|
19
|
+
required: true;
|
|
20
|
+
};
|
|
21
|
+
shortcut: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: undefined;
|
|
24
|
+
};
|
|
25
|
+
disabled: {
|
|
26
|
+
type: BooleanConstructor;
|
|
27
|
+
required: true;
|
|
28
|
+
};
|
|
29
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:model-value"[], "update:model-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
30
|
+
color: {
|
|
31
|
+
type: PropType<Color>;
|
|
32
|
+
required: true;
|
|
33
|
+
};
|
|
34
|
+
modelValue: {
|
|
35
|
+
type: PropType<PickerValue>;
|
|
36
|
+
default: undefined;
|
|
37
|
+
};
|
|
38
|
+
shortcuts: {
|
|
39
|
+
type: PropType<PickerShortcut[]>;
|
|
40
|
+
required: true;
|
|
41
|
+
};
|
|
42
|
+
double: {
|
|
43
|
+
type: BooleanConstructor;
|
|
44
|
+
required: true;
|
|
45
|
+
};
|
|
46
|
+
shortcut: {
|
|
47
|
+
type: StringConstructor;
|
|
48
|
+
default: undefined;
|
|
49
|
+
};
|
|
50
|
+
disabled: {
|
|
51
|
+
type: BooleanConstructor;
|
|
52
|
+
required: true;
|
|
53
|
+
};
|
|
54
|
+
}>> & {
|
|
55
|
+
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
56
|
+
}, {
|
|
57
|
+
modelValue: PickerValue;
|
|
58
|
+
shortcut: string;
|
|
59
|
+
}>;
|
|
60
|
+
export default _default;
|
|
@@ -1,129 +1,127 @@
|
|
|
1
|
-
import { type PropType } from 'vue';
|
|
2
|
-
import { type DateTimeFormatOptions } from './utils';
|
|
3
|
-
import type { PickerValue } from './types';
|
|
4
|
-
import type { Color } from '../types';
|
|
5
|
-
declare const _default: import("vue").DefineComponent<{
|
|
6
|
-
modelValue: {
|
|
7
|
-
type: PropType<PickerValue>;
|
|
8
|
-
default: undefined;
|
|
9
|
-
};
|
|
10
|
-
calendarDate: {
|
|
11
|
-
type: StringConstructor;
|
|
12
|
-
required: true;
|
|
13
|
-
};
|
|
14
|
-
formatterOptions: {
|
|
15
|
-
type: PropType<DateTimeFormatOptions>;
|
|
16
|
-
required: true;
|
|
17
|
-
};
|
|
18
|
-
locale: {
|
|
19
|
-
type: StringConstructor;
|
|
20
|
-
required: true;
|
|
21
|
-
};
|
|
22
|
-
color: {
|
|
23
|
-
type: PropType<Color>;
|
|
24
|
-
required: true;
|
|
25
|
-
};
|
|
26
|
-
isOpen: {
|
|
27
|
-
type: BooleanConstructor;
|
|
28
|
-
required: true;
|
|
29
|
-
};
|
|
30
|
-
hasDate: {
|
|
31
|
-
type: BooleanConstructor;
|
|
32
|
-
required: true;
|
|
33
|
-
};
|
|
34
|
-
minuteInterval: {
|
|
35
|
-
type: NumberConstructor;
|
|
36
|
-
required: true;
|
|
37
|
-
};
|
|
38
|
-
disabledHours: {
|
|
39
|
-
type: PropType<number[]>;
|
|
40
|
-
default: undefined;
|
|
41
|
-
};
|
|
42
|
-
format: {
|
|
43
|
-
type: StringConstructor;
|
|
44
|
-
required: true;
|
|
45
|
-
};
|
|
46
|
-
isHour12: {
|
|
47
|
-
type: BooleanConstructor;
|
|
48
|
-
required: true;
|
|
49
|
-
};
|
|
50
|
-
minDate: {
|
|
51
|
-
type: StringConstructor;
|
|
52
|
-
default: undefined;
|
|
53
|
-
};
|
|
54
|
-
maxDate: {
|
|
55
|
-
type: StringConstructor;
|
|
56
|
-
default: undefined;
|
|
57
|
-
};
|
|
58
|
-
disabled: {
|
|
59
|
-
type: BooleanConstructor;
|
|
60
|
-
required: true;
|
|
61
|
-
};
|
|
62
|
-
}, (
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
disabledHours: number[];
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
}>;
|
|
129
|
-
export default _default;
|
|
1
|
+
import { type PropType } from 'vue';
|
|
2
|
+
import { type DateTimeFormatOptions } from './utils';
|
|
3
|
+
import type { PickerValue } from './types';
|
|
4
|
+
import type { Color } from '../types';
|
|
5
|
+
declare const _default: import("vue").DefineComponent<{
|
|
6
|
+
modelValue: {
|
|
7
|
+
type: PropType<PickerValue>;
|
|
8
|
+
default: undefined;
|
|
9
|
+
};
|
|
10
|
+
calendarDate: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
required: true;
|
|
13
|
+
};
|
|
14
|
+
formatterOptions: {
|
|
15
|
+
type: PropType<DateTimeFormatOptions>;
|
|
16
|
+
required: true;
|
|
17
|
+
};
|
|
18
|
+
locale: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
required: true;
|
|
21
|
+
};
|
|
22
|
+
color: {
|
|
23
|
+
type: PropType<Color>;
|
|
24
|
+
required: true;
|
|
25
|
+
};
|
|
26
|
+
isOpen: {
|
|
27
|
+
type: BooleanConstructor;
|
|
28
|
+
required: true;
|
|
29
|
+
};
|
|
30
|
+
hasDate: {
|
|
31
|
+
type: BooleanConstructor;
|
|
32
|
+
required: true;
|
|
33
|
+
};
|
|
34
|
+
minuteInterval: {
|
|
35
|
+
type: NumberConstructor;
|
|
36
|
+
required: true;
|
|
37
|
+
};
|
|
38
|
+
disabledHours: {
|
|
39
|
+
type: PropType<number[]>;
|
|
40
|
+
default: undefined;
|
|
41
|
+
};
|
|
42
|
+
format: {
|
|
43
|
+
type: StringConstructor;
|
|
44
|
+
required: true;
|
|
45
|
+
};
|
|
46
|
+
isHour12: {
|
|
47
|
+
type: BooleanConstructor;
|
|
48
|
+
required: true;
|
|
49
|
+
};
|
|
50
|
+
minDate: {
|
|
51
|
+
type: StringConstructor;
|
|
52
|
+
default: undefined;
|
|
53
|
+
};
|
|
54
|
+
maxDate: {
|
|
55
|
+
type: StringConstructor;
|
|
56
|
+
default: undefined;
|
|
57
|
+
};
|
|
58
|
+
disabled: {
|
|
59
|
+
type: BooleanConstructor;
|
|
60
|
+
required: true;
|
|
61
|
+
};
|
|
62
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:model-value"[], "update:model-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
63
|
+
modelValue: {
|
|
64
|
+
type: PropType<PickerValue>;
|
|
65
|
+
default: undefined;
|
|
66
|
+
};
|
|
67
|
+
calendarDate: {
|
|
68
|
+
type: StringConstructor;
|
|
69
|
+
required: true;
|
|
70
|
+
};
|
|
71
|
+
formatterOptions: {
|
|
72
|
+
type: PropType<DateTimeFormatOptions>;
|
|
73
|
+
required: true;
|
|
74
|
+
};
|
|
75
|
+
locale: {
|
|
76
|
+
type: StringConstructor;
|
|
77
|
+
required: true;
|
|
78
|
+
};
|
|
79
|
+
color: {
|
|
80
|
+
type: PropType<Color>;
|
|
81
|
+
required: true;
|
|
82
|
+
};
|
|
83
|
+
isOpen: {
|
|
84
|
+
type: BooleanConstructor;
|
|
85
|
+
required: true;
|
|
86
|
+
};
|
|
87
|
+
hasDate: {
|
|
88
|
+
type: BooleanConstructor;
|
|
89
|
+
required: true;
|
|
90
|
+
};
|
|
91
|
+
minuteInterval: {
|
|
92
|
+
type: NumberConstructor;
|
|
93
|
+
required: true;
|
|
94
|
+
};
|
|
95
|
+
disabledHours: {
|
|
96
|
+
type: PropType<number[]>;
|
|
97
|
+
default: undefined;
|
|
98
|
+
};
|
|
99
|
+
format: {
|
|
100
|
+
type: StringConstructor;
|
|
101
|
+
required: true;
|
|
102
|
+
};
|
|
103
|
+
isHour12: {
|
|
104
|
+
type: BooleanConstructor;
|
|
105
|
+
required: true;
|
|
106
|
+
};
|
|
107
|
+
minDate: {
|
|
108
|
+
type: StringConstructor;
|
|
109
|
+
default: undefined;
|
|
110
|
+
};
|
|
111
|
+
maxDate: {
|
|
112
|
+
type: StringConstructor;
|
|
113
|
+
default: undefined;
|
|
114
|
+
};
|
|
115
|
+
disabled: {
|
|
116
|
+
type: BooleanConstructor;
|
|
117
|
+
required: true;
|
|
118
|
+
};
|
|
119
|
+
}>> & {
|
|
120
|
+
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
121
|
+
}, {
|
|
122
|
+
modelValue: PickerValue;
|
|
123
|
+
minDate: string;
|
|
124
|
+
maxDate: string;
|
|
125
|
+
disabledHours: number[];
|
|
126
|
+
}>;
|
|
127
|
+
export default _default;
|
|
@@ -1,35 +1,33 @@
|
|
|
1
|
-
import { type PropType } from 'vue';
|
|
2
|
-
import type { Color } from '@components/types';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
4
|
-
color: {
|
|
5
|
-
type: PropType<Color>;
|
|
6
|
-
required: true;
|
|
7
|
-
};
|
|
8
|
-
locale: {
|
|
9
|
-
type: StringConstructor;
|
|
10
|
-
required: true;
|
|
11
|
-
};
|
|
12
|
-
calendarDate: {
|
|
13
|
-
type: StringConstructor;
|
|
14
|
-
required: true;
|
|
15
|
-
};
|
|
16
|
-
}, (
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
}, {}>;
|
|
35
|
-
export default _default;
|
|
1
|
+
import { type PropType } from 'vue';
|
|
2
|
+
import type { Color } from '@components/types';
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
color: {
|
|
5
|
+
type: PropType<Color>;
|
|
6
|
+
required: true;
|
|
7
|
+
};
|
|
8
|
+
locale: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
calendarDate: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
required: true;
|
|
15
|
+
};
|
|
16
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "update:calendar-date")[], "close" | "update:calendar-date", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
|
+
color: {
|
|
18
|
+
type: PropType<Color>;
|
|
19
|
+
required: true;
|
|
20
|
+
};
|
|
21
|
+
locale: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
required: true;
|
|
24
|
+
};
|
|
25
|
+
calendarDate: {
|
|
26
|
+
type: StringConstructor;
|
|
27
|
+
required: true;
|
|
28
|
+
};
|
|
29
|
+
}>> & {
|
|
30
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
31
|
+
"onUpdate:calendar-date"?: ((...args: any[]) => any) | undefined;
|
|
32
|
+
}, {}>;
|
|
33
|
+
export default _default;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export type SimpleValue = string | undefined;
|
|
2
|
-
export type RangeValue = {
|
|
3
|
-
start: string;
|
|
4
|
-
end: string;
|
|
5
|
-
};
|
|
6
|
-
export type PartialRangeValue = Partial<RangeValue>;
|
|
7
|
-
export type PickerValue = SimpleValue | PartialRangeValue;
|
|
8
|
-
export type PickerShortcut = {
|
|
9
|
-
identifier: string;
|
|
10
|
-
label: string;
|
|
11
|
-
value: {
|
|
12
|
-
start: string;
|
|
13
|
-
end: string;
|
|
14
|
-
};
|
|
15
|
-
};
|
|
1
|
+
export type SimpleValue = string | undefined;
|
|
2
|
+
export type RangeValue = {
|
|
3
|
+
start: string;
|
|
4
|
+
end: string;
|
|
5
|
+
};
|
|
6
|
+
export type PartialRangeValue = Partial<RangeValue>;
|
|
7
|
+
export type PickerValue = SimpleValue | PartialRangeValue;
|
|
8
|
+
export type PickerShortcut = {
|
|
9
|
+
identifier: string;
|
|
10
|
+
label: string;
|
|
11
|
+
value: {
|
|
12
|
+
start: string;
|
|
13
|
+
end: string;
|
|
14
|
+
};
|
|
15
|
+
};
|