maz-ui 2.3.13 → 2.4.2
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/MazArrowIcon.d.ts +43 -0
- package/components/MazArrowIcon.js +1 -0
- package/components/MazAvatar.d.ts +149 -0
- package/components/MazAvatar.js +3 -0
- package/components/MazBackdrop.d.ts +89 -0
- package/components/MazBackdrop.js +3 -0
- package/components/MazBadge.d.ts +68 -0
- package/components/MazBadge.js +1 -0
- package/components/MazBottomSheet.d.ts +29 -0
- package/components/MazBottomSheet.js +3 -0
- package/components/MazBtn.d.ts +171 -0
- package/components/MazBtn.js +3 -0
- package/components/MazCard.d.ts +183 -0
- package/components/MazCard.js +3 -0
- package/components/MazCarousel.d.ts +16 -0
- package/components/MazCarousel.js +3 -0
- package/components/MazChart/includes.d.ts +11 -0
- package/components/MazChart.d.ts +114 -0
- package/components/MazChart.js +1 -0
- package/components/MazCheckbox.d.ts +49 -0
- package/components/MazCheckbox.js +1 -0
- package/components/MazDialog.d.ts +29 -0
- package/components/MazDialog.js +3 -0
- package/components/MazDialogPromise/use-maz-dialog-promise.d.ts +30 -0
- package/components/MazDialogPromise.d.ts +28 -0
- package/components/MazDialogPromise.js +3 -0
- package/components/MazDrawer.d.ts +59 -0
- package/components/MazDrawer.js +3 -0
- package/components/MazDropzone.d.ts +128 -0
- package/components/MazDropzone.js +3 -0
- package/components/MazGallery.d.ts +144 -0
- package/components/MazGallery.js +3 -0
- package/components/MazIcon.d.ts +66 -0
- package/components/MazIcon.js +3 -0
- package/components/MazInput.d.ts +276 -0
- package/components/MazInput.js +3 -0
- package/components/MazInputNumber.d.ts +67 -0
- package/components/MazInputNumber.js +3 -0
- package/components/MazInputPrice.d.ts +64 -0
- package/components/MazInputPrice.js +3 -0
- package/components/MazInputTags.d.ts +96 -0
- package/components/MazInputTags.js +3 -0
- package/components/MazLazyImg.d.ts +80 -0
- package/components/MazLazyImg.js +3 -0
- package/components/MazPhoneNumberInput/constantes/locales.d.ts +12 -0
- package/components/MazPhoneNumberInput/types.d.ts +21 -0
- package/components/MazPhoneNumberInput/utils/countries-name-list-by-iso-code.d.ts +2 -0
- package/components/MazPhoneNumberInput/utils/index.d.ts +12 -0
- package/components/MazPhoneNumberInput.d.ts +255 -0
- package/components/MazPhoneNumberInput.js +3 -0
- package/components/MazPicker/MazPickerCalendar.vue.d.ts +137 -0
- package/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarDays.vue.d.ts +22 -0
- package/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarGrid.vue.d.ts +114 -0
- package/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarMonth.vue.d.ts +124 -0
- package/components/MazPicker/MazPickerCalendarSwitcher.vue.d.ts +38 -0
- package/components/MazPicker/MazPickerContainer.vue.d.ts +212 -0
- package/components/MazPicker/MazPickerHeader.vue.d.ts +84 -0
- package/components/MazPicker/MazPickerMonthSwitcher.vue.d.ts +43 -0
- package/components/MazPicker/MazPickerShortcuts.vue.d.ts +62 -0
- package/components/MazPicker/MazPickerTime.vue.d.ts +129 -0
- package/components/MazPicker/MazPickerYearSwitcher.vue.d.ts +35 -0
- package/components/MazPicker/types.d.ts +15 -0
- package/components/MazPicker/utils.d.ts +54 -0
- package/components/MazPicker.d.ts +313 -0
- package/components/MazPicker.js +3 -0
- package/components/MazRadioButtons.d.ts +69 -0
- package/components/MazRadioButtons.js +1 -0
- package/components/MazSelect.d.ts +176 -0
- package/components/MazSelect.js +3 -0
- package/components/MazSlider/utils.d.ts +15 -0
- package/components/MazSlider.d.ts +96 -0
- package/components/MazSlider.js +3 -0
- package/components/MazSpinner.d.ts +30 -0
- package/components/MazSpinner.js +1 -0
- package/components/MazStepper.d.ts +73 -0
- package/components/MazStepper.js +1 -0
- package/components/MazSwitch.d.ts +56 -0
- package/components/MazSwitch.js +1 -0
- package/components/MazTabsBar.d.ts +49 -0
- package/components/MazTabsBar.js +3 -0
- package/components/MazTabsContent.d.ts +16 -0
- package/components/MazTabsContent.js +1 -0
- package/components/MazTabsContentItem.d.ts +14 -0
- package/components/MazTabsContentItem.js +3 -0
- package/components/MazTextarea/textarea-autogrow.d.ts +9 -0
- package/components/MazTextarea.d.ts +125 -0
- package/components/MazTextarea.js +1 -0
- package/components/MazTransitionExpand.d.ts +4 -0
- package/components/MazTransitionExpand.js +1 -0
- package/components/index.d.ts +34 -0
- package/components/index.js +36 -0
- package/components/no_photo-a72545e4.js +1 -0
- package/components/types.d.ts +17 -0
- package/css/aos.css +1 -0
- package/css/main.css +1 -0
- package/maz-ui.d.ts +307 -0
- package/modules/index.js +3 -0
- package/modules/no_photo-a72545e4.js +1 -0
- package/package.json +145 -81
- package/tailwindcss/tailwind.config.js +65 -0
- package/tailwindcss/utils/colors.js +28 -0
- package/tailwindcss/variables/breakpoints.js +15 -0
- package/tailwindcss/variables/colors.js +44 -0
- package/tailwindcss/variables/utilities.js +20 -0
- package/tailwindcss/variables/z-indexes.js +15 -0
- package/LICENSE +0 -21
- package/README.md +0 -66
- package/bin/index.js +0 -63
- package/bin/lib/_constantes/default-colors.js +0 -69
- package/bin/lib/index.d.ts +0 -2
- package/bin/lib/index.js +0 -145
- package/bin/lib/methods/generate-root-css.js +0 -49
- package/bin/lib/methods/get-theme-settings.js +0 -58
- package/bin/lib/methods/set-css-vars.js +0 -11
- package/lib/css/base.css +0 -1
- package/lib/css/index.css +0 -1
- package/lib/css/maz-avatar.css +0 -1
- package/lib/css/maz-bottom-sheet.css +0 -1
- package/lib/css/maz-btn-group.css +0 -1
- package/lib/css/maz-btn.css +0 -0
- package/lib/css/maz-card.css +0 -1
- package/lib/css/maz-carousel.css +0 -1
- package/lib/css/maz-checkbox.css +0 -1
- package/lib/css/maz-collapse.css +0 -1
- package/lib/css/maz-dialog.css +0 -1
- package/lib/css/maz-draggable-list.css +0 -1
- package/lib/css/maz-dropdown.css +0 -1
- package/lib/css/maz-dropzone.css +0 -1
- package/lib/css/maz-flex.css +0 -0
- package/lib/css/maz-gallery.css +0 -0
- package/lib/css/maz-img.css +0 -1
- package/lib/css/maz-input-tags.css +0 -1
- package/lib/css/maz-input.css +0 -0
- package/lib/css/maz-list-item.css +0 -1
- package/lib/css/maz-list.css +0 -1
- package/lib/css/maz-loader.css +0 -0
- package/lib/css/maz-pagination.css +0 -1
- package/lib/css/maz-phone-number-input.css +0 -1
- package/lib/css/maz-picker.css +0 -1
- package/lib/css/maz-plotly.css +0 -0
- package/lib/css/maz-progress-bar.css +0 -1
- package/lib/css/maz-radio.css +0 -1
- package/lib/css/maz-read-more.css +0 -1
- package/lib/css/maz-responsive-menu.css +0 -1
- package/lib/css/maz-search.css +0 -1
- package/lib/css/maz-select.css +0 -0
- package/lib/css/maz-sidebar.css +0 -1
- package/lib/css/maz-slider.css +0 -1
- package/lib/css/maz-spinner.css +0 -0
- package/lib/css/maz-stepper.css +0 -1
- package/lib/css/maz-switch.css +0 -1
- package/lib/css/maz-tabs-bar.css +0 -1
- package/lib/css/maz-tabs-content-item.css +0 -1
- package/lib/css/maz-tabs-content.css +0 -1
- package/lib/css/maz-transition-expand.css +0 -0
- package/lib/index.d.ts +0 -1
- package/lib/index.js +0 -1
- package/lib/maz-avatar.d.ts +0 -3
- package/lib/maz-avatar.js +0 -430
- package/lib/maz-bottom-sheet.d.ts +0 -3
- package/lib/maz-bottom-sheet.js +0 -1045
- package/lib/maz-btn-group.d.ts +0 -3
- package/lib/maz-btn-group.js +0 -907
- package/lib/maz-btn.d.ts +0 -3
- package/lib/maz-btn.js +0 -764
- package/lib/maz-card.d.ts +0 -3
- package/lib/maz-card.js +0 -572
- package/lib/maz-carousel.d.ts +0 -3
- package/lib/maz-carousel.js +0 -569
- package/lib/maz-checkbox.d.ts +0 -3
- package/lib/maz-checkbox.js +0 -359
- package/lib/maz-collapse.d.ts +0 -3
- package/lib/maz-collapse.js +0 -1238
- package/lib/maz-dialog.d.ts +0 -3
- package/lib/maz-dialog.js +0 -1315
- package/lib/maz-draggable-list.d.ts +0 -3
- package/lib/maz-draggable-list.js +0 -439
- package/lib/maz-dropdown.d.ts +0 -3
- package/lib/maz-dropdown.js +0 -438
- package/lib/maz-dropzone.d.ts +0 -3
- package/lib/maz-dropzone.js +0 -664
- package/lib/maz-flex.d.ts +0 -3
- package/lib/maz-flex.js +0 -427
- package/lib/maz-gallery.d.ts +0 -3
- package/lib/maz-gallery.js +0 -672
- package/lib/maz-img.d.ts +0 -3
- package/lib/maz-img.js +0 -612
- package/lib/maz-input-tags.d.ts +0 -3
- package/lib/maz-input-tags.js +0 -1207
- package/lib/maz-input.d.ts +0 -3
- package/lib/maz-input.js +0 -1076
- package/lib/maz-list-item.d.ts +0 -3
- package/lib/maz-list-item.js +0 -304
- package/lib/maz-list.d.ts +0 -3
- package/lib/maz-list.js +0 -331
- package/lib/maz-loader.d.ts +0 -3
- package/lib/maz-loader.js +0 -304
- package/lib/maz-pagination.d.ts +0 -3
- package/lib/maz-pagination.js +0 -1414
- package/lib/maz-phone-number-input.d.ts +0 -3
- package/lib/maz-phone-number-input.js +0 -3776
- package/lib/maz-picker.d.ts +0 -3
- package/lib/maz-picker.js +0 -6474
- package/lib/maz-plotly.d.ts +0 -3
- package/lib/maz-plotly.js +0 -500
- package/lib/maz-progress-bar.d.ts +0 -3
- package/lib/maz-progress-bar.js +0 -398
- package/lib/maz-radio.d.ts +0 -3
- package/lib/maz-radio.js +0 -358
- package/lib/maz-read-more.d.ts +0 -3
- package/lib/maz-read-more.js +0 -344
- package/lib/maz-responsive-menu.d.ts +0 -3
- package/lib/maz-responsive-menu.js +0 -438
- package/lib/maz-search.d.ts +0 -3
- package/lib/maz-search.js +0 -1590
- package/lib/maz-select.d.ts +0 -3
- package/lib/maz-select.js +0 -2740
- package/lib/maz-sidebar.d.ts +0 -3
- package/lib/maz-sidebar.js +0 -815
- package/lib/maz-slider.d.ts +0 -3
- package/lib/maz-slider.js +0 -1014
- package/lib/maz-spinner.d.ts +0 -3
- package/lib/maz-spinner.js +0 -328
- package/lib/maz-stepper.d.ts +0 -3
- package/lib/maz-stepper.js +0 -1011
- package/lib/maz-switch.d.ts +0 -3
- package/lib/maz-switch.js +0 -375
- package/lib/maz-tabs-bar.d.ts +0 -3
- package/lib/maz-tabs-bar.js +0 -428
- package/lib/maz-tabs-content-item.d.ts +0 -3
- package/lib/maz-tabs-content-item.js +0 -376
- package/lib/maz-tabs-content.d.ts +0 -3
- package/lib/maz-tabs-content.js +0 -367
- package/lib/maz-transition-expand.d.ts +0 -3
- package/lib/maz-transition-expand.js +0 -328
- package/lib/maz-ui.common.d.ts +0 -1
- package/lib/maz-ui.common.js +0 -17202
|
@@ -0,0 +1,137 @@
|
|
|
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
|
+
modelValue: {
|
|
6
|
+
type: PropType<PickerValue>;
|
|
7
|
+
default: undefined;
|
|
8
|
+
};
|
|
9
|
+
calendarDate: {
|
|
10
|
+
type: StringConstructor;
|
|
11
|
+
required: true;
|
|
12
|
+
};
|
|
13
|
+
color: {
|
|
14
|
+
type: PropType<Color>;
|
|
15
|
+
required: true;
|
|
16
|
+
};
|
|
17
|
+
locale: {
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
required: true;
|
|
20
|
+
};
|
|
21
|
+
firstDayOfWeek: {
|
|
22
|
+
type: NumberConstructor;
|
|
23
|
+
required: true;
|
|
24
|
+
};
|
|
25
|
+
double: {
|
|
26
|
+
type: BooleanConstructor;
|
|
27
|
+
required: true;
|
|
28
|
+
};
|
|
29
|
+
minDate: {
|
|
30
|
+
type: StringConstructor;
|
|
31
|
+
default: undefined;
|
|
32
|
+
};
|
|
33
|
+
maxDate: {
|
|
34
|
+
type: StringConstructor;
|
|
35
|
+
default: undefined;
|
|
36
|
+
};
|
|
37
|
+
disabledWeekly: {
|
|
38
|
+
type: PropType<number[]>;
|
|
39
|
+
required: true;
|
|
40
|
+
};
|
|
41
|
+
disabledDates: {
|
|
42
|
+
type: PropType<string[]>;
|
|
43
|
+
required: true;
|
|
44
|
+
};
|
|
45
|
+
shortcuts: {
|
|
46
|
+
type: PropType<PickerShortcut[]>;
|
|
47
|
+
required: true;
|
|
48
|
+
};
|
|
49
|
+
noShortcuts: {
|
|
50
|
+
type: BooleanConstructor;
|
|
51
|
+
required: true;
|
|
52
|
+
};
|
|
53
|
+
hasTime: {
|
|
54
|
+
type: BooleanConstructor;
|
|
55
|
+
required: true;
|
|
56
|
+
};
|
|
57
|
+
shortcut: {
|
|
58
|
+
type: StringConstructor;
|
|
59
|
+
default: undefined;
|
|
60
|
+
};
|
|
61
|
+
disabled: {
|
|
62
|
+
type: BooleanConstructor;
|
|
63
|
+
required: true;
|
|
64
|
+
};
|
|
65
|
+
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
66
|
+
[key: string]: any;
|
|
67
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:model-value" | "update:calendar-date")[], "update:model-value" | "update:calendar-date", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
68
|
+
modelValue: {
|
|
69
|
+
type: PropType<PickerValue>;
|
|
70
|
+
default: undefined;
|
|
71
|
+
};
|
|
72
|
+
calendarDate: {
|
|
73
|
+
type: StringConstructor;
|
|
74
|
+
required: true;
|
|
75
|
+
};
|
|
76
|
+
color: {
|
|
77
|
+
type: PropType<Color>;
|
|
78
|
+
required: true;
|
|
79
|
+
};
|
|
80
|
+
locale: {
|
|
81
|
+
type: StringConstructor;
|
|
82
|
+
required: true;
|
|
83
|
+
};
|
|
84
|
+
firstDayOfWeek: {
|
|
85
|
+
type: NumberConstructor;
|
|
86
|
+
required: true;
|
|
87
|
+
};
|
|
88
|
+
double: {
|
|
89
|
+
type: BooleanConstructor;
|
|
90
|
+
required: true;
|
|
91
|
+
};
|
|
92
|
+
minDate: {
|
|
93
|
+
type: StringConstructor;
|
|
94
|
+
default: undefined;
|
|
95
|
+
};
|
|
96
|
+
maxDate: {
|
|
97
|
+
type: StringConstructor;
|
|
98
|
+
default: undefined;
|
|
99
|
+
};
|
|
100
|
+
disabledWeekly: {
|
|
101
|
+
type: PropType<number[]>;
|
|
102
|
+
required: true;
|
|
103
|
+
};
|
|
104
|
+
disabledDates: {
|
|
105
|
+
type: PropType<string[]>;
|
|
106
|
+
required: true;
|
|
107
|
+
};
|
|
108
|
+
shortcuts: {
|
|
109
|
+
type: PropType<PickerShortcut[]>;
|
|
110
|
+
required: true;
|
|
111
|
+
};
|
|
112
|
+
noShortcuts: {
|
|
113
|
+
type: BooleanConstructor;
|
|
114
|
+
required: true;
|
|
115
|
+
};
|
|
116
|
+
hasTime: {
|
|
117
|
+
type: BooleanConstructor;
|
|
118
|
+
required: true;
|
|
119
|
+
};
|
|
120
|
+
shortcut: {
|
|
121
|
+
type: StringConstructor;
|
|
122
|
+
default: undefined;
|
|
123
|
+
};
|
|
124
|
+
disabled: {
|
|
125
|
+
type: BooleanConstructor;
|
|
126
|
+
required: true;
|
|
127
|
+
};
|
|
128
|
+
}>> & {
|
|
129
|
+
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
130
|
+
"onUpdate:calendar-date"?: ((...args: any[]) => any) | undefined;
|
|
131
|
+
}, {
|
|
132
|
+
modelValue: PickerValue;
|
|
133
|
+
minDate: string;
|
|
134
|
+
maxDate: string;
|
|
135
|
+
shortcut: string;
|
|
136
|
+
}>;
|
|
137
|
+
export default _default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
locale: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
required: true;
|
|
5
|
+
};
|
|
6
|
+
firstDayOfWeek: {
|
|
7
|
+
type: NumberConstructor;
|
|
8
|
+
required: true;
|
|
9
|
+
};
|
|
10
|
+
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
11
|
+
[key: string]: any;
|
|
12
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13
|
+
locale: {
|
|
14
|
+
type: StringConstructor;
|
|
15
|
+
required: true;
|
|
16
|
+
};
|
|
17
|
+
firstDayOfWeek: {
|
|
18
|
+
type: NumberConstructor;
|
|
19
|
+
required: true;
|
|
20
|
+
};
|
|
21
|
+
}>>, {}>;
|
|
22
|
+
export default _default;
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
import { type PropType } from 'vue';
|
|
2
|
+
import type { Color } from '@components/types';
|
|
3
|
+
import type { PickerValue } from '../types';
|
|
4
|
+
import dayjs from 'dayjs';
|
|
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
|
+
hasTime: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
required: true;
|
|
17
|
+
};
|
|
18
|
+
locale: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
required: true;
|
|
21
|
+
};
|
|
22
|
+
firstDayOfWeek: {
|
|
23
|
+
type: NumberConstructor;
|
|
24
|
+
required: true;
|
|
25
|
+
};
|
|
26
|
+
color: {
|
|
27
|
+
type: PropType<Color>;
|
|
28
|
+
required: true;
|
|
29
|
+
};
|
|
30
|
+
minDate: {
|
|
31
|
+
type: StringConstructor;
|
|
32
|
+
default: undefined;
|
|
33
|
+
};
|
|
34
|
+
maxDate: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
default: undefined;
|
|
37
|
+
};
|
|
38
|
+
disabledWeekly: {
|
|
39
|
+
type: PropType<number[]>;
|
|
40
|
+
required: true;
|
|
41
|
+
};
|
|
42
|
+
disabledDates: {
|
|
43
|
+
type: PropType<string[]>;
|
|
44
|
+
required: true;
|
|
45
|
+
};
|
|
46
|
+
hoverredDay: {
|
|
47
|
+
type: PropType<dayjs.Dayjs>;
|
|
48
|
+
default: undefined;
|
|
49
|
+
};
|
|
50
|
+
disabled: {
|
|
51
|
+
type: BooleanConstructor;
|
|
52
|
+
required: true;
|
|
53
|
+
};
|
|
54
|
+
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
55
|
+
[key: string]: any;
|
|
56
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:model-value" | "update:hoverred-day")[], "update:model-value" | "update:hoverred-day", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
57
|
+
modelValue: {
|
|
58
|
+
type: PropType<PickerValue>;
|
|
59
|
+
default: undefined;
|
|
60
|
+
};
|
|
61
|
+
calendarDate: {
|
|
62
|
+
type: StringConstructor;
|
|
63
|
+
required: true;
|
|
64
|
+
};
|
|
65
|
+
hasTime: {
|
|
66
|
+
type: BooleanConstructor;
|
|
67
|
+
required: true;
|
|
68
|
+
};
|
|
69
|
+
locale: {
|
|
70
|
+
type: StringConstructor;
|
|
71
|
+
required: true;
|
|
72
|
+
};
|
|
73
|
+
firstDayOfWeek: {
|
|
74
|
+
type: NumberConstructor;
|
|
75
|
+
required: true;
|
|
76
|
+
};
|
|
77
|
+
color: {
|
|
78
|
+
type: PropType<Color>;
|
|
79
|
+
required: true;
|
|
80
|
+
};
|
|
81
|
+
minDate: {
|
|
82
|
+
type: StringConstructor;
|
|
83
|
+
default: undefined;
|
|
84
|
+
};
|
|
85
|
+
maxDate: {
|
|
86
|
+
type: StringConstructor;
|
|
87
|
+
default: undefined;
|
|
88
|
+
};
|
|
89
|
+
disabledWeekly: {
|
|
90
|
+
type: PropType<number[]>;
|
|
91
|
+
required: true;
|
|
92
|
+
};
|
|
93
|
+
disabledDates: {
|
|
94
|
+
type: PropType<string[]>;
|
|
95
|
+
required: true;
|
|
96
|
+
};
|
|
97
|
+
hoverredDay: {
|
|
98
|
+
type: PropType<dayjs.Dayjs>;
|
|
99
|
+
default: undefined;
|
|
100
|
+
};
|
|
101
|
+
disabled: {
|
|
102
|
+
type: BooleanConstructor;
|
|
103
|
+
required: true;
|
|
104
|
+
};
|
|
105
|
+
}>> & {
|
|
106
|
+
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
107
|
+
"onUpdate:hoverred-day"?: ((...args: any[]) => any) | undefined;
|
|
108
|
+
}, {
|
|
109
|
+
modelValue: PickerValue;
|
|
110
|
+
minDate: string;
|
|
111
|
+
maxDate: string;
|
|
112
|
+
hoverredDay: dayjs.Dayjs;
|
|
113
|
+
}>;
|
|
114
|
+
export default _default;
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
import { type PropType } from 'vue';
|
|
2
|
+
import type { Color } from '@components/types';
|
|
3
|
+
import type { PickerValue } from '../types';
|
|
4
|
+
import dayjs from 'dayjs';
|
|
5
|
+
declare const _default: import("vue").DefineComponent<{
|
|
6
|
+
modelValue: {
|
|
7
|
+
type: PropType<PickerValue>;
|
|
8
|
+
default: undefined;
|
|
9
|
+
};
|
|
10
|
+
color: {
|
|
11
|
+
type: PropType<Color>;
|
|
12
|
+
required: true;
|
|
13
|
+
};
|
|
14
|
+
locale: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
required: true;
|
|
17
|
+
};
|
|
18
|
+
hasTime: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
required: true;
|
|
21
|
+
};
|
|
22
|
+
firstDayOfWeek: {
|
|
23
|
+
type: NumberConstructor;
|
|
24
|
+
required: true;
|
|
25
|
+
};
|
|
26
|
+
calendarDate: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
required: true;
|
|
29
|
+
};
|
|
30
|
+
offsetMonth: {
|
|
31
|
+
type: NumberConstructor;
|
|
32
|
+
default: number;
|
|
33
|
+
};
|
|
34
|
+
minDate: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
default: undefined;
|
|
37
|
+
};
|
|
38
|
+
maxDate: {
|
|
39
|
+
type: StringConstructor;
|
|
40
|
+
default: undefined;
|
|
41
|
+
};
|
|
42
|
+
disabledWeekly: {
|
|
43
|
+
type: PropType<number[]>;
|
|
44
|
+
required: true;
|
|
45
|
+
};
|
|
46
|
+
disabledDates: {
|
|
47
|
+
type: PropType<string[]>;
|
|
48
|
+
required: true;
|
|
49
|
+
};
|
|
50
|
+
hoverredDay: {
|
|
51
|
+
type: PropType<dayjs.Dayjs>;
|
|
52
|
+
default: undefined;
|
|
53
|
+
};
|
|
54
|
+
disabled: {
|
|
55
|
+
type: BooleanConstructor;
|
|
56
|
+
required: true;
|
|
57
|
+
};
|
|
58
|
+
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
59
|
+
[key: string]: any;
|
|
60
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:model-value" | "update:calendar-date" | "update:hoverred-day")[], "update:model-value" | "update:calendar-date" | "update:hoverred-day", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
61
|
+
modelValue: {
|
|
62
|
+
type: PropType<PickerValue>;
|
|
63
|
+
default: undefined;
|
|
64
|
+
};
|
|
65
|
+
color: {
|
|
66
|
+
type: PropType<Color>;
|
|
67
|
+
required: true;
|
|
68
|
+
};
|
|
69
|
+
locale: {
|
|
70
|
+
type: StringConstructor;
|
|
71
|
+
required: true;
|
|
72
|
+
};
|
|
73
|
+
hasTime: {
|
|
74
|
+
type: BooleanConstructor;
|
|
75
|
+
required: true;
|
|
76
|
+
};
|
|
77
|
+
firstDayOfWeek: {
|
|
78
|
+
type: NumberConstructor;
|
|
79
|
+
required: true;
|
|
80
|
+
};
|
|
81
|
+
calendarDate: {
|
|
82
|
+
type: StringConstructor;
|
|
83
|
+
required: true;
|
|
84
|
+
};
|
|
85
|
+
offsetMonth: {
|
|
86
|
+
type: NumberConstructor;
|
|
87
|
+
default: number;
|
|
88
|
+
};
|
|
89
|
+
minDate: {
|
|
90
|
+
type: StringConstructor;
|
|
91
|
+
default: undefined;
|
|
92
|
+
};
|
|
93
|
+
maxDate: {
|
|
94
|
+
type: StringConstructor;
|
|
95
|
+
default: undefined;
|
|
96
|
+
};
|
|
97
|
+
disabledWeekly: {
|
|
98
|
+
type: PropType<number[]>;
|
|
99
|
+
required: true;
|
|
100
|
+
};
|
|
101
|
+
disabledDates: {
|
|
102
|
+
type: PropType<string[]>;
|
|
103
|
+
required: true;
|
|
104
|
+
};
|
|
105
|
+
hoverredDay: {
|
|
106
|
+
type: PropType<dayjs.Dayjs>;
|
|
107
|
+
default: undefined;
|
|
108
|
+
};
|
|
109
|
+
disabled: {
|
|
110
|
+
type: BooleanConstructor;
|
|
111
|
+
required: true;
|
|
112
|
+
};
|
|
113
|
+
}>> & {
|
|
114
|
+
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
115
|
+
"onUpdate:calendar-date"?: ((...args: any[]) => any) | undefined;
|
|
116
|
+
"onUpdate:hoverred-day"?: ((...args: any[]) => any) | undefined;
|
|
117
|
+
}, {
|
|
118
|
+
modelValue: PickerValue;
|
|
119
|
+
offsetMonth: number;
|
|
120
|
+
minDate: string;
|
|
121
|
+
maxDate: string;
|
|
122
|
+
hoverredDay: dayjs.Dayjs;
|
|
123
|
+
}>;
|
|
124
|
+
export default _default;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
calendarDate: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: undefined;
|
|
5
|
+
};
|
|
6
|
+
locale: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
required: true;
|
|
9
|
+
};
|
|
10
|
+
double: {
|
|
11
|
+
type: BooleanConstructor;
|
|
12
|
+
required: true;
|
|
13
|
+
};
|
|
14
|
+
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
15
|
+
[key: string]: any;
|
|
16
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("previous" | "next" | "open-month-switcher" | "open-year-switcher" | "update:calendar-date")[], "previous" | "next" | "open-month-switcher" | "open-year-switcher" | "update:calendar-date", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
|
+
calendarDate: {
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
default: undefined;
|
|
20
|
+
};
|
|
21
|
+
locale: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
required: true;
|
|
24
|
+
};
|
|
25
|
+
double: {
|
|
26
|
+
type: BooleanConstructor;
|
|
27
|
+
required: true;
|
|
28
|
+
};
|
|
29
|
+
}>> & {
|
|
30
|
+
onPrevious?: ((...args: any[]) => any) | undefined;
|
|
31
|
+
onNext?: ((...args: any[]) => any) | undefined;
|
|
32
|
+
"onOpen-month-switcher"?: ((...args: any[]) => any) | undefined;
|
|
33
|
+
"onOpen-year-switcher"?: ((...args: any[]) => any) | undefined;
|
|
34
|
+
"onUpdate:calendar-date"?: ((...args: any[]) => any) | undefined;
|
|
35
|
+
}, {
|
|
36
|
+
calendarDate: string;
|
|
37
|
+
}>;
|
|
38
|
+
export default _default;
|
|
@@ -0,0 +1,212 @@
|
|
|
1
|
+
import { type PropType } from 'vue';
|
|
2
|
+
import type { Color } from '../types';
|
|
3
|
+
import type { PickerShortcut, PickerValue } from './types';
|
|
4
|
+
import type { DateTimeFormatOptions } from './utils';
|
|
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
|
+
color: {
|
|
15
|
+
type: PropType<Color>;
|
|
16
|
+
required: true;
|
|
17
|
+
};
|
|
18
|
+
locale: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
required: true;
|
|
21
|
+
};
|
|
22
|
+
noHeader: {
|
|
23
|
+
type: BooleanConstructor;
|
|
24
|
+
default: boolean;
|
|
25
|
+
};
|
|
26
|
+
firstDayOfWeek: {
|
|
27
|
+
type: NumberConstructor;
|
|
28
|
+
required: true;
|
|
29
|
+
};
|
|
30
|
+
double: {
|
|
31
|
+
type: BooleanConstructor;
|
|
32
|
+
required: true;
|
|
33
|
+
};
|
|
34
|
+
hasDate: {
|
|
35
|
+
type: BooleanConstructor;
|
|
36
|
+
required: true;
|
|
37
|
+
};
|
|
38
|
+
minDate: {
|
|
39
|
+
type: StringConstructor;
|
|
40
|
+
default: undefined;
|
|
41
|
+
};
|
|
42
|
+
maxDate: {
|
|
43
|
+
type: StringConstructor;
|
|
44
|
+
default: undefined;
|
|
45
|
+
};
|
|
46
|
+
inline: {
|
|
47
|
+
type: BooleanConstructor;
|
|
48
|
+
required: true;
|
|
49
|
+
};
|
|
50
|
+
noShortcuts: {
|
|
51
|
+
type: BooleanConstructor;
|
|
52
|
+
required: true;
|
|
53
|
+
};
|
|
54
|
+
shortcuts: {
|
|
55
|
+
type: PropType<PickerShortcut[]>;
|
|
56
|
+
required: true;
|
|
57
|
+
};
|
|
58
|
+
shortcut: {
|
|
59
|
+
type: StringConstructor;
|
|
60
|
+
default: undefined;
|
|
61
|
+
};
|
|
62
|
+
hasTime: {
|
|
63
|
+
type: BooleanConstructor;
|
|
64
|
+
required: true;
|
|
65
|
+
};
|
|
66
|
+
isOpen: {
|
|
67
|
+
type: BooleanConstructor;
|
|
68
|
+
required: true;
|
|
69
|
+
};
|
|
70
|
+
format: {
|
|
71
|
+
type: StringConstructor;
|
|
72
|
+
required: true;
|
|
73
|
+
};
|
|
74
|
+
isHour12: {
|
|
75
|
+
type: BooleanConstructor;
|
|
76
|
+
required: true;
|
|
77
|
+
};
|
|
78
|
+
formatterOptions: {
|
|
79
|
+
type: PropType<DateTimeFormatOptions>;
|
|
80
|
+
required: true;
|
|
81
|
+
};
|
|
82
|
+
minuteInterval: {
|
|
83
|
+
type: NumberConstructor;
|
|
84
|
+
required: true;
|
|
85
|
+
};
|
|
86
|
+
disabled: {
|
|
87
|
+
type: BooleanConstructor;
|
|
88
|
+
required: true;
|
|
89
|
+
};
|
|
90
|
+
disabledWeekly: {
|
|
91
|
+
type: PropType<number[]>;
|
|
92
|
+
required: true;
|
|
93
|
+
};
|
|
94
|
+
disabledHours: {
|
|
95
|
+
type: PropType<number[]>;
|
|
96
|
+
required: true;
|
|
97
|
+
};
|
|
98
|
+
disabledDates: {
|
|
99
|
+
type: PropType<string[]>;
|
|
100
|
+
required: true;
|
|
101
|
+
};
|
|
102
|
+
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
103
|
+
[key: string]: any;
|
|
104
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:model-value" | "update:calendar-date" | "close")[], "update:model-value" | "update:calendar-date" | "close", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
105
|
+
modelValue: {
|
|
106
|
+
type: PropType<PickerValue>;
|
|
107
|
+
default: undefined;
|
|
108
|
+
};
|
|
109
|
+
calendarDate: {
|
|
110
|
+
type: StringConstructor;
|
|
111
|
+
required: true;
|
|
112
|
+
};
|
|
113
|
+
color: {
|
|
114
|
+
type: PropType<Color>;
|
|
115
|
+
required: true;
|
|
116
|
+
};
|
|
117
|
+
locale: {
|
|
118
|
+
type: StringConstructor;
|
|
119
|
+
required: true;
|
|
120
|
+
};
|
|
121
|
+
noHeader: {
|
|
122
|
+
type: BooleanConstructor;
|
|
123
|
+
default: boolean;
|
|
124
|
+
};
|
|
125
|
+
firstDayOfWeek: {
|
|
126
|
+
type: NumberConstructor;
|
|
127
|
+
required: true;
|
|
128
|
+
};
|
|
129
|
+
double: {
|
|
130
|
+
type: BooleanConstructor;
|
|
131
|
+
required: true;
|
|
132
|
+
};
|
|
133
|
+
hasDate: {
|
|
134
|
+
type: BooleanConstructor;
|
|
135
|
+
required: true;
|
|
136
|
+
};
|
|
137
|
+
minDate: {
|
|
138
|
+
type: StringConstructor;
|
|
139
|
+
default: undefined;
|
|
140
|
+
};
|
|
141
|
+
maxDate: {
|
|
142
|
+
type: StringConstructor;
|
|
143
|
+
default: undefined;
|
|
144
|
+
};
|
|
145
|
+
inline: {
|
|
146
|
+
type: BooleanConstructor;
|
|
147
|
+
required: true;
|
|
148
|
+
};
|
|
149
|
+
noShortcuts: {
|
|
150
|
+
type: BooleanConstructor;
|
|
151
|
+
required: true;
|
|
152
|
+
};
|
|
153
|
+
shortcuts: {
|
|
154
|
+
type: PropType<PickerShortcut[]>;
|
|
155
|
+
required: true;
|
|
156
|
+
};
|
|
157
|
+
shortcut: {
|
|
158
|
+
type: StringConstructor;
|
|
159
|
+
default: undefined;
|
|
160
|
+
};
|
|
161
|
+
hasTime: {
|
|
162
|
+
type: BooleanConstructor;
|
|
163
|
+
required: true;
|
|
164
|
+
};
|
|
165
|
+
isOpen: {
|
|
166
|
+
type: BooleanConstructor;
|
|
167
|
+
required: true;
|
|
168
|
+
};
|
|
169
|
+
format: {
|
|
170
|
+
type: StringConstructor;
|
|
171
|
+
required: true;
|
|
172
|
+
};
|
|
173
|
+
isHour12: {
|
|
174
|
+
type: BooleanConstructor;
|
|
175
|
+
required: true;
|
|
176
|
+
};
|
|
177
|
+
formatterOptions: {
|
|
178
|
+
type: PropType<DateTimeFormatOptions>;
|
|
179
|
+
required: true;
|
|
180
|
+
};
|
|
181
|
+
minuteInterval: {
|
|
182
|
+
type: NumberConstructor;
|
|
183
|
+
required: true;
|
|
184
|
+
};
|
|
185
|
+
disabled: {
|
|
186
|
+
type: BooleanConstructor;
|
|
187
|
+
required: true;
|
|
188
|
+
};
|
|
189
|
+
disabledWeekly: {
|
|
190
|
+
type: PropType<number[]>;
|
|
191
|
+
required: true;
|
|
192
|
+
};
|
|
193
|
+
disabledHours: {
|
|
194
|
+
type: PropType<number[]>;
|
|
195
|
+
required: true;
|
|
196
|
+
};
|
|
197
|
+
disabledDates: {
|
|
198
|
+
type: PropType<string[]>;
|
|
199
|
+
required: true;
|
|
200
|
+
};
|
|
201
|
+
}>> & {
|
|
202
|
+
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
203
|
+
"onUpdate:calendar-date"?: ((...args: any[]) => any) | undefined;
|
|
204
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
205
|
+
}, {
|
|
206
|
+
modelValue: PickerValue;
|
|
207
|
+
noHeader: boolean;
|
|
208
|
+
minDate: string;
|
|
209
|
+
maxDate: string;
|
|
210
|
+
shortcut: string;
|
|
211
|
+
}>;
|
|
212
|
+
export default _default;
|