@dpa-id-components/dpa-shared-components 11.0.0 → 12.0.0
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/components/DpaMediaItem/DpaMediaItem.stories.d.ts +25 -80
- package/dist/components/DpaMediaItem/DpaMediaItem.vue.d.ts +18 -49
- package/dist/components/UiAutocomplete/UiAutocomplete.stories.d.ts +194 -54
- package/dist/components/UiAutocomplete/UiAutocomplete.vue.d.ts +182 -42
- package/dist/components/UiBadge/UiBadge.stories.d.ts +31 -95
- package/dist/components/UiBadge/UiBadge.vue.d.ts +15 -50
- package/dist/components/UiButton/UiButton.stories.d.ts +32 -96
- package/dist/components/UiButton/UiButton.vue.d.ts +16 -51
- package/dist/components/UiButtonGroup/UiButtonGroup.stories.d.ts +1 -2
- package/dist/components/UiButtonGroup/UiButtonGroup.vue.d.ts +9 -3
- package/dist/components/UiCard/UiCard.stories.d.ts +1 -2
- package/dist/components/UiCard/UiCard.vue.d.ts +9 -3
- package/dist/components/UiCheckBox/UiCheckBox.stories.d.ts +25 -80
- package/dist/components/UiCheckBox/UiCheckBox.vue.d.ts +15 -46
- package/dist/components/UiCheckBoxGroup/UiCheckBoxGroup.stories.d.ts +11 -30
- package/dist/components/UiCheckBoxGroup/UiCheckBoxGroup.vue.d.ts +5 -33
- package/dist/components/UiChip/UiChip.stories.d.ts +16 -44
- package/dist/components/UiChip/UiChip.vue.d.ts +14 -36
- package/dist/components/UiCollapseNavigation/UiCollapseNavigation.stories.d.ts +16 -44
- package/dist/components/UiCollapseNavigation/UiCollapseNavigation.vue.d.ts +15 -37
- package/dist/components/UiColorPicker/UiColorPicker.stories.d.ts +8 -17
- package/dist/components/UiColorPicker/UiColorPicker.vue.d.ts +6 -28
- package/dist/components/UiDatePicker/UiDatePicker.stories.d.ts +2374 -819
- package/dist/components/UiDatePicker/UiDatePicker.vue.d.ts +2152 -132
- package/dist/components/UiDialog/UiDialog.stories.d.ts +80 -279
- package/dist/components/UiDialog/UiDialog.vue.d.ts +17 -63
- package/dist/components/UiFilterBadge/UiFilterBadge.stories.d.ts +56 -165
- package/dist/components/UiFilterBadge/UiFilterBadge.vue.d.ts +14 -39
- package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.stories.d.ts +62 -189
- package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.vue.d.ts +15 -41
- package/dist/components/UiFilterButton/UiFilterButton.stories.d.ts +50 -171
- package/dist/components/UiFilterButton/UiFilterButton.vue.d.ts +5 -55
- package/dist/components/UiIcon/IconOverview.vue.d.ts +5 -0
- package/dist/components/UiIcon/UiIcon.stories.d.ts +16 -40
- package/dist/components/UiIcon/UiIcon.vue.d.ts +4 -31
- package/dist/components/UiIconButton/UiIconButton.stories.d.ts +37 -109
- package/dist/components/UiIconButton/UiIconButton.vue.d.ts +6 -42
- package/dist/components/UiInfoContent/UiInfoContent.stories.d.ts +70 -230
- package/dist/components/UiInfoContent/UiInfoContent.vue.d.ts +16 -42
- package/dist/components/UiInput/UiInput.stories.d.ts +148 -505
- package/dist/components/UiInput/UiInput.vue.d.ts +21 -88
- package/dist/components/UiList/UiList.stories.d.ts +147 -493
- package/dist/components/UiList/UiList.vue.d.ts +9 -3
- package/dist/components/UiListItem/UiListItem.stories.d.ts +96 -327
- package/dist/components/UiListItem/UiListItem.vue.d.ts +19 -68
- package/dist/components/UiMenu/UiMenu.stories.d.ts +36 -41
- package/dist/components/UiMenu/UiMenu.vue.d.ts +8 -11
- package/dist/components/UiMenu/UiMenuItem.vue.d.ts +9 -12
- package/dist/components/UiMenu/UiMenuList.vue.d.ts +13 -29
- package/dist/components/UiMenu/UiMenuTypes.d.ts +1 -1
- package/dist/components/UiOverlay/UiOverlay.stories.d.ts +2 -3
- package/dist/components/UiOverlay/UiOverlay.vue.d.ts +9 -3
- package/dist/components/UiOverlayMenu/UiOverlayMenu.stories.d.ts +118 -373
- package/dist/components/UiOverlayMenu/UiOverlayMenu.vue.d.ts +14 -30
- package/dist/components/UiRadioInputGroup/UiRadioInputGroup.stories.d.ts +46 -119
- package/dist/components/UiRadioInputGroup/UiRadioInputGroup.vue.d.ts +5 -42
- package/dist/components/UiSearchBar/UiSearchBar.stories.d.ts +152 -461
- package/dist/components/UiSearchBar/UiSearchBar.vue.d.ts +27 -60
- package/dist/components/UiSearchInput/UiSearchInput.stories.d.ts +58 -127
- package/dist/components/UiSearchInput/UiSearchInput.vue.d.ts +22 -41
- package/dist/components/UiSection/UiSection.stories.d.ts +19 -56
- package/dist/components/UiSection/UiSection.vue.d.ts +14 -39
- package/dist/components/UiSectionDivider/UiSectionDivider.stories.d.ts +27 -76
- package/dist/components/UiSectionDivider/UiSectionDivider.vue.d.ts +4 -29
- package/dist/components/UiSimpleInput/UiSimpleInput.stories.d.ts +30 -75
- package/dist/components/UiSimpleInput/UiSimpleInput.vue.d.ts +7 -36
- package/dist/components/UiSkeletonBox/UiSkeletonBox.stories.d.ts +20 -57
- package/dist/components/UiSkeletonBox/UiSkeletonBox.vue.d.ts +4 -32
- package/dist/components/UiSnackbar/UiSnackbar.stories.d.ts +48 -135
- package/dist/components/UiSnackbar/UiSnackbar.vue.d.ts +20 -45
- package/dist/components/UiSpinner/UiSpinner.stories.d.ts +16 -41
- package/dist/components/UiSpinner/UiSpinner.vue.d.ts +4 -29
- package/dist/components/UiTextButton/UiTextButton.stories.d.ts +31 -104
- package/dist/components/UiTextButton/UiTextButton.vue.d.ts +14 -52
- package/dist/components/UiToggleButton/UiToggleButton.stories.d.ts +31 -104
- package/dist/components/UiToggleButton/UiToggleButton.vue.d.ts +15 -52
- package/dist/components/UiTooltip/UiTooltip.stories.d.ts +94 -303
- package/dist/components/UiTooltip/UiTooltip.vue.d.ts +20 -75
- package/dist/components/index.d.ts +0 -1
- package/dist/compositions/index.d.ts +0 -1
- package/dist/compositions/useBreakpoints/UseBreakpoints.stories.d.ts +0 -1
- package/dist/compositions/useBreakpoints/UseBreakpoints.vue.d.ts +2 -0
- package/dist/compositions/useBreakpoints/useBreakpoints.d.ts +1 -1
- package/dist/directives/clickAway/clickAway.d.ts +0 -1
- package/dist/directives/index.d.ts +0 -1
- package/dist/dpa-shared-components.d.ts +1 -0
- package/dist/dpa-shared-components.mjs +12427 -13018
- package/dist/dpa-shared-components.umd.js +7 -7
- package/dist/index.d.ts +0 -1
- package/dist/stories/Typography/Typography.stories.d.ts +0 -1
- package/dist/stories/Typography/TypographyOverview.vue.d.ts +5 -0
- package/dist/style.css +1 -1
- package/dist/utils/index.d.ts +0 -1
- package/package.json +9 -8
|
@@ -1,153 +1,56 @@
|
|
|
1
1
|
import { StoryObj } from '@storybook/vue3';
|
|
2
2
|
import { iconNames } from '../UiIcon/iconNames';
|
|
3
|
-
|
|
4
3
|
declare const meta: {
|
|
5
4
|
title: string;
|
|
6
5
|
component: {
|
|
7
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
type: import('vue').PropType<boolean>;
|
|
22
|
-
default: boolean;
|
|
23
|
-
};
|
|
24
|
-
multiCalendars: {
|
|
25
|
-
type: import('vue').PropType<boolean>;
|
|
26
|
-
default: boolean;
|
|
27
|
-
};
|
|
28
|
-
enableTimePicker: {
|
|
29
|
-
type: import('vue').PropType<boolean>;
|
|
30
|
-
default: boolean;
|
|
31
|
-
};
|
|
32
|
-
autoApply: {
|
|
33
|
-
type: import('vue').PropType<boolean>;
|
|
34
|
-
default: boolean;
|
|
35
|
-
};
|
|
36
|
-
closeOnAutoApply: {
|
|
37
|
-
type: import('vue').PropType<boolean>;
|
|
38
|
-
default: boolean;
|
|
39
|
-
};
|
|
40
|
-
roundedEdges: {
|
|
41
|
-
type: import('vue').PropType<boolean>;
|
|
42
|
-
default: boolean;
|
|
43
|
-
};
|
|
44
|
-
locale: {
|
|
45
|
-
type: import('vue').PropType<string>;
|
|
46
|
-
default: string;
|
|
47
|
-
};
|
|
48
|
-
placeholderText: {
|
|
49
|
-
type: import('vue').PropType<string>;
|
|
50
|
-
default: string;
|
|
51
|
-
};
|
|
52
|
-
quickFilterRanges: {
|
|
53
|
-
type: import('vue').PropType<import('./UiDatePicker.vue').PresetRange[] | null>;
|
|
54
|
-
default: null;
|
|
55
|
-
};
|
|
56
|
-
quickFilterHeadline: {
|
|
57
|
-
type: import('vue').PropType<string>;
|
|
58
|
-
default: string;
|
|
59
|
-
};
|
|
60
|
-
selectedDate: {
|
|
61
|
-
type: import('vue').PropType<string | Date | [Date, Date] | {
|
|
62
|
-
month: number;
|
|
63
|
-
year: number;
|
|
64
|
-
}>;
|
|
65
|
-
default: string;
|
|
66
|
-
};
|
|
67
|
-
autoPosition: {
|
|
68
|
-
type: import('vue').PropType<boolean>;
|
|
69
|
-
default: boolean;
|
|
70
|
-
};
|
|
71
|
-
leftSidebar: {
|
|
72
|
-
type: import('vue').PropType<boolean>;
|
|
73
|
-
default: boolean;
|
|
74
|
-
};
|
|
75
|
-
actionArea: {
|
|
76
|
-
type: import('vue').PropType<boolean>;
|
|
77
|
-
default: boolean;
|
|
78
|
-
};
|
|
79
|
-
actionAreaExtraContent: {
|
|
80
|
-
type: import('vue').PropType<string>;
|
|
81
|
-
default: string;
|
|
82
|
-
};
|
|
83
|
-
firstAvailableDate: {
|
|
84
|
-
type: import('vue').PropType<number>;
|
|
85
|
-
default: number;
|
|
86
|
-
};
|
|
87
|
-
minDate: {
|
|
88
|
-
type: import('vue').PropType<string | Date>;
|
|
89
|
-
default: () => Date;
|
|
90
|
-
};
|
|
91
|
-
maxDate: {
|
|
92
|
-
type: import('vue').PropType<Date>;
|
|
93
|
-
default: undefined;
|
|
94
|
-
};
|
|
95
|
-
autoRange: {
|
|
96
|
-
type: import('vue').PropType<string | number>;
|
|
97
|
-
default: undefined;
|
|
98
|
-
};
|
|
99
|
-
maxRange: {
|
|
100
|
-
type: import('vue').PropType<string | number>;
|
|
101
|
-
default: undefined;
|
|
102
|
-
};
|
|
103
|
-
activeState: {
|
|
104
|
-
type: import('vue').PropType<boolean>;
|
|
105
|
-
default: boolean;
|
|
106
|
-
};
|
|
107
|
-
disabledState: {
|
|
108
|
-
type: import('vue').PropType<boolean>;
|
|
109
|
-
default: boolean;
|
|
110
|
-
};
|
|
111
|
-
monthPicker: {
|
|
112
|
-
type: import('vue').PropType<boolean>;
|
|
113
|
-
default: boolean;
|
|
114
|
-
};
|
|
115
|
-
customFormatCallback: {
|
|
116
|
-
type: import('vue').PropType<any>;
|
|
117
|
-
default: undefined;
|
|
118
|
-
};
|
|
119
|
-
inputLabel: {
|
|
120
|
-
type: import('vue').PropType<string>;
|
|
121
|
-
default: string;
|
|
122
|
-
};
|
|
123
|
-
utc: {
|
|
124
|
-
type: import('vue').PropType<boolean>;
|
|
125
|
-
default: boolean;
|
|
126
|
-
};
|
|
127
|
-
teleport: {
|
|
128
|
-
type: import('vue').PropType<string | boolean>;
|
|
129
|
-
default: undefined;
|
|
130
|
-
};
|
|
131
|
-
closeOnScroll: {
|
|
132
|
-
type: import('vue').PropType<boolean>;
|
|
133
|
-
default: boolean;
|
|
134
|
-
};
|
|
135
|
-
enableQuickfilterToggle: {
|
|
136
|
-
type: import('vue').PropType<boolean>;
|
|
137
|
-
default: boolean;
|
|
6
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
7
|
+
definesRange?: boolean;
|
|
8
|
+
multiCalendars?: boolean;
|
|
9
|
+
enableTimePicker?: boolean;
|
|
10
|
+
autoApply?: boolean;
|
|
11
|
+
closeOnAutoApply?: boolean;
|
|
12
|
+
roundedEdges?: boolean;
|
|
13
|
+
locale?: string;
|
|
14
|
+
placeholderText?: string;
|
|
15
|
+
quickFilterRanges?: import('./UiDatePicker.vue').PresetRange[] | null;
|
|
16
|
+
quickFilterHeadline?: string;
|
|
17
|
+
selectedDate?: Date | [Date, Date] | string | {
|
|
18
|
+
month: number;
|
|
19
|
+
year: number;
|
|
138
20
|
};
|
|
139
|
-
|
|
21
|
+
autoPosition?: boolean;
|
|
22
|
+
leftSidebar?: boolean;
|
|
23
|
+
actionArea?: boolean;
|
|
24
|
+
actionAreaExtraContent?: string;
|
|
25
|
+
cancel?: string;
|
|
26
|
+
submit?: string;
|
|
27
|
+
firstAvailableDate?: number;
|
|
28
|
+
minDate?: Date | string;
|
|
29
|
+
maxDate?: Date;
|
|
30
|
+
autoRange?: string | number | undefined;
|
|
31
|
+
maxRange?: number | string | undefined;
|
|
32
|
+
activeState?: boolean;
|
|
33
|
+
disabledState?: boolean;
|
|
34
|
+
monthPicker?: boolean;
|
|
35
|
+
customFormatCallback?: any;
|
|
36
|
+
inputLabel?: string;
|
|
37
|
+
iconLeft?: (typeof iconNames)[number] | null;
|
|
38
|
+
utc?: boolean;
|
|
39
|
+
teleport?: boolean | string;
|
|
40
|
+
closeOnScroll?: boolean;
|
|
41
|
+
enableQuickfilterToggle?: boolean;
|
|
42
|
+
}> & Readonly<{
|
|
140
43
|
onClose?: (() => any) | undefined;
|
|
141
44
|
onReset?: (() => any) | undefined;
|
|
142
45
|
"onDate-changed"?: ((date: Date | [Date, Date]) => any) | undefined;
|
|
143
46
|
onOpen?: (() => any) | undefined;
|
|
144
47
|
onDatepickerQuickfilterClick?: ((trackingName: string) => any) | undefined;
|
|
145
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
datepickerQuickfilterClick: (trackingName: string) =>
|
|
48
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
49
|
+
close: () => any;
|
|
50
|
+
reset: () => any;
|
|
51
|
+
"date-changed": (date: Date | [Date, Date]) => any;
|
|
52
|
+
open: () => any;
|
|
53
|
+
datepickerQuickfilterClick: (trackingName: string) => any;
|
|
151
54
|
}, import('vue').PublicProps, {
|
|
152
55
|
cancel: string;
|
|
153
56
|
submit: string;
|
|
@@ -184,146 +87,1116 @@ declare const meta: {
|
|
|
184
87
|
teleport: boolean | string;
|
|
185
88
|
closeOnScroll: boolean;
|
|
186
89
|
enableQuickfilterToggle: boolean;
|
|
187
|
-
},
|
|
90
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
91
|
+
datePickerRef: ({
|
|
92
|
+
$: import('vue').ComponentInternalInstance;
|
|
93
|
+
$data: {};
|
|
94
|
+
$props: Partial<{
|
|
95
|
+
[x: number]: string;
|
|
96
|
+
} | {}> & Omit<({
|
|
97
|
+
readonly [x: number]: string;
|
|
98
|
+
readonly [Symbol.iterator]?: ArrayIterator<string> | undefined;
|
|
99
|
+
readonly [Symbol.unscopables]?: {
|
|
100
|
+
[x: number]: boolean | undefined;
|
|
101
|
+
length?: boolean | undefined;
|
|
102
|
+
toString?: boolean | undefined;
|
|
103
|
+
toLocaleString?: boolean | undefined;
|
|
104
|
+
pop?: boolean | undefined;
|
|
105
|
+
push?: boolean | undefined;
|
|
106
|
+
concat?: boolean | undefined;
|
|
107
|
+
join?: boolean | undefined;
|
|
108
|
+
reverse?: boolean | undefined;
|
|
109
|
+
shift?: boolean | undefined;
|
|
110
|
+
slice?: boolean | undefined;
|
|
111
|
+
sort?: boolean | undefined;
|
|
112
|
+
splice?: boolean | undefined;
|
|
113
|
+
unshift?: boolean | undefined;
|
|
114
|
+
indexOf?: boolean | undefined;
|
|
115
|
+
lastIndexOf?: boolean | undefined;
|
|
116
|
+
every?: boolean | undefined;
|
|
117
|
+
some?: boolean | undefined;
|
|
118
|
+
forEach?: boolean | undefined;
|
|
119
|
+
map?: boolean | undefined;
|
|
120
|
+
filter?: boolean | undefined;
|
|
121
|
+
reduce?: boolean | undefined;
|
|
122
|
+
reduceRight?: boolean | undefined;
|
|
123
|
+
find?: boolean | undefined;
|
|
124
|
+
findIndex?: boolean | undefined;
|
|
125
|
+
fill?: boolean | undefined;
|
|
126
|
+
copyWithin?: boolean | undefined;
|
|
127
|
+
entries?: boolean | undefined;
|
|
128
|
+
keys?: boolean | undefined;
|
|
129
|
+
values?: boolean | undefined;
|
|
130
|
+
includes?: boolean | undefined;
|
|
131
|
+
flatMap?: boolean | undefined;
|
|
132
|
+
flat?: boolean | undefined;
|
|
133
|
+
at?: boolean | undefined;
|
|
134
|
+
findLast?: boolean | undefined;
|
|
135
|
+
findLastIndex?: boolean | undefined;
|
|
136
|
+
toReversed?: boolean | undefined;
|
|
137
|
+
toSorted?: boolean | undefined;
|
|
138
|
+
toSpliced?: boolean | undefined;
|
|
139
|
+
with?: boolean | undefined;
|
|
140
|
+
[Symbol.iterator]?: boolean | undefined;
|
|
141
|
+
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
142
|
+
} | undefined;
|
|
143
|
+
readonly filter?: {
|
|
144
|
+
<S extends string>(predicate: (value: string, index: number, array: string[]) => value is S, thisArg?: any): S[];
|
|
145
|
+
(predicate: (value: string, index: number, array: string[]) => unknown, thisArg?: any): string[];
|
|
146
|
+
} | undefined;
|
|
147
|
+
readonly map?: (<U>(callbackfn: (value: string, index: number, array: string[]) => U, thisArg?: any) => U[]) | undefined;
|
|
148
|
+
readonly concat?: string[] | undefined;
|
|
149
|
+
readonly indexOf?: ((searchElement: string, fromIndex?: number) => number) | undefined;
|
|
150
|
+
readonly lastIndexOf?: ((searchElement: string, fromIndex?: number) => number) | undefined;
|
|
151
|
+
readonly slice?: string[] | undefined;
|
|
152
|
+
readonly length?: number | undefined;
|
|
153
|
+
readonly includes?: ((searchElement: string, fromIndex?: number) => boolean) | undefined;
|
|
154
|
+
readonly at?: ((index: number) => string | undefined) | undefined;
|
|
155
|
+
readonly toLocaleString?: string | undefined;
|
|
156
|
+
readonly pop?: string | undefined;
|
|
157
|
+
readonly push?: number | undefined;
|
|
158
|
+
readonly join?: string | undefined;
|
|
159
|
+
readonly reverse?: string[] | undefined;
|
|
160
|
+
readonly shift?: string | undefined;
|
|
161
|
+
readonly sort?: string[] | undefined;
|
|
162
|
+
readonly splice?: {
|
|
163
|
+
(start: number, deleteCount?: number): string[];
|
|
164
|
+
(start: number, deleteCount: number, ...items: string[]): string[];
|
|
165
|
+
} | undefined;
|
|
166
|
+
readonly unshift?: number | undefined;
|
|
167
|
+
readonly every?: {
|
|
168
|
+
<S extends string>(predicate: (value: string, index: number, array: string[]) => value is S, thisArg?: any): this is S[];
|
|
169
|
+
(predicate: (value: string, index: number, array: string[]) => unknown, thisArg?: any): boolean;
|
|
170
|
+
} | undefined;
|
|
171
|
+
readonly some?: ((predicate: (value: string, index: number, array: string[]) => unknown, thisArg?: any) => boolean) | undefined;
|
|
172
|
+
readonly forEach?: ((callbackfn: (value: string, index: number, array: string[]) => void, thisArg?: any) => void) | undefined;
|
|
173
|
+
readonly reduce?: {
|
|
174
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: string[]) => string): string;
|
|
175
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: string[]) => string, initialValue: string): string;
|
|
176
|
+
<U>(callbackfn: (previousValue: U, currentValue: string, currentIndex: number, array: string[]) => U, initialValue: U): U;
|
|
177
|
+
} | undefined;
|
|
178
|
+
readonly reduceRight?: {
|
|
179
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: string[]) => string): string;
|
|
180
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: string[]) => string, initialValue: string): string;
|
|
181
|
+
<U>(callbackfn: (previousValue: U, currentValue: string, currentIndex: number, array: string[]) => U, initialValue: U): U;
|
|
182
|
+
} | undefined;
|
|
183
|
+
readonly find?: {
|
|
184
|
+
<S extends string>(predicate: (value: string, index: number, obj: string[]) => value is S, thisArg?: any): S | undefined;
|
|
185
|
+
(predicate: (value: string, index: number, obj: string[]) => unknown, thisArg?: any): string | undefined;
|
|
186
|
+
} | undefined;
|
|
187
|
+
readonly findIndex?: ((predicate: (value: string, index: number, obj: string[]) => unknown, thisArg?: any) => number) | undefined;
|
|
188
|
+
readonly fill?: ((value: string, start?: number, end?: number) => string[]) | undefined;
|
|
189
|
+
readonly copyWithin?: ((target: number, start: number, end?: number) => string[]) | undefined;
|
|
190
|
+
readonly entries?: ArrayIterator<[number, string]> | undefined;
|
|
191
|
+
readonly keys?: ArrayIterator<number> | undefined;
|
|
192
|
+
readonly values?: ArrayIterator<string> | undefined;
|
|
193
|
+
readonly flatMap?: (<U, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U | readonly U[], thisArg?: This | undefined) => U[]) | undefined;
|
|
194
|
+
readonly flat?: unknown[] | undefined;
|
|
195
|
+
readonly findLast?: {
|
|
196
|
+
<S extends string>(predicate: (value: string, index: number, array: string[]) => value is S, thisArg?: any): S | undefined;
|
|
197
|
+
(predicate: (value: string, index: number, array: string[]) => unknown, thisArg?: any): string | undefined;
|
|
198
|
+
} | undefined;
|
|
199
|
+
readonly findLastIndex?: ((predicate: (value: string, index: number, array: string[]) => unknown, thisArg?: any) => number) | undefined;
|
|
200
|
+
readonly toReversed?: string[] | undefined;
|
|
201
|
+
readonly toSorted?: string[] | undefined;
|
|
202
|
+
readonly toSpliced?: {
|
|
203
|
+
(start: number, deleteCount: number, ...items: string[]): string[];
|
|
204
|
+
(start: number, deleteCount?: number): string[];
|
|
205
|
+
} | undefined;
|
|
206
|
+
readonly with?: ((index: number, value: string) => string[]) | undefined;
|
|
207
|
+
readonly toString?: string | undefined;
|
|
208
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
209
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
210
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
211
|
+
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
212
|
+
"onUpdate:model-timezone-value"?: ((...args: any[]) => any) | undefined;
|
|
213
|
+
"onText-submit"?: ((...args: any[]) => any) | undefined;
|
|
214
|
+
onClosed?: ((...args: any[]) => any) | undefined;
|
|
215
|
+
onCleared?: ((...args: any[]) => any) | undefined;
|
|
216
|
+
"onInternal-model-change"?: ((...args: any[]) => any) | undefined;
|
|
217
|
+
"onRecalculate-position"?: ((...args: any[]) => any) | undefined;
|
|
218
|
+
"onFlow-step"?: ((...args: any[]) => any) | undefined;
|
|
219
|
+
"onUpdate-month-year"?: ((...args: any[]) => any) | undefined;
|
|
220
|
+
"onInvalid-select"?: ((...args: any[]) => any) | undefined;
|
|
221
|
+
"onTooltip-open"?: ((...args: any[]) => any) | undefined;
|
|
222
|
+
"onTooltip-close"?: ((...args: any[]) => any) | undefined;
|
|
223
|
+
"onInvalid-fixed-range"?: ((...args: any[]) => any) | undefined;
|
|
224
|
+
"onTime-picker-open"?: ((...args: any[]) => any) | undefined;
|
|
225
|
+
"onTime-picker-close"?: ((...args: any[]) => any) | undefined;
|
|
226
|
+
"onAm-pm-change"?: ((...args: any[]) => any) | undefined;
|
|
227
|
+
"onRange-start"?: ((...args: any[]) => any) | undefined;
|
|
228
|
+
"onRange-end"?: ((...args: any[]) => any) | undefined;
|
|
229
|
+
"onDate-update"?: ((...args: any[]) => any) | undefined;
|
|
230
|
+
"onInvalid-date"?: ((...args: any[]) => any) | undefined;
|
|
231
|
+
"onOverlay-toggle"?: ((...args: any[]) => any) | undefined;
|
|
232
|
+
"onText-input"?: ((...args: any[]) => any) | undefined;
|
|
233
|
+
} | {
|
|
234
|
+
readonly name?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
235
|
+
readonly required?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
236
|
+
readonly disabled?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
237
|
+
readonly readonly?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
238
|
+
readonly modelValue?: import('vue').Prop<import('@vuepic/vue-datepicker').ModelValue | undefined, import('@vuepic/vue-datepicker').ModelValue | undefined> | null | undefined;
|
|
239
|
+
readonly placeholder?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
240
|
+
readonly autocomplete?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
241
|
+
readonly range?: import('vue').Prop<boolean | import('@vuepic/vue-datepicker').RangeConfig | undefined, boolean | import('@vuepic/vue-datepicker').RangeConfig | undefined> | null | undefined;
|
|
242
|
+
readonly multiCalendars?: import('vue').Prop<import('@vuepic/vue-datepicker').DpOptionEnabled | Partial<{
|
|
243
|
+
static: boolean;
|
|
244
|
+
solo: boolean;
|
|
245
|
+
count: number | string;
|
|
246
|
+
}> | undefined, import('@vuepic/vue-datepicker').DpOptionEnabled | Partial<{
|
|
247
|
+
static: boolean;
|
|
248
|
+
solo: boolean;
|
|
249
|
+
count: number | string;
|
|
250
|
+
}> | undefined> | null | undefined;
|
|
251
|
+
readonly enableTimePicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
252
|
+
readonly autoApply?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
253
|
+
readonly locale?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
254
|
+
readonly autoPosition?: import('vue').Prop<boolean | "top" | "bottom" | undefined, boolean | "top" | "bottom" | undefined> | null | undefined;
|
|
255
|
+
readonly minDate?: import('vue').Prop<string | Date | undefined, string | Date | undefined> | null | undefined;
|
|
256
|
+
readonly maxDate?: import('vue').Prop<string | Date | undefined, string | Date | undefined> | null | undefined;
|
|
257
|
+
readonly monthPicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
258
|
+
readonly utc?: import('vue').Prop<boolean | "preserve" | undefined, boolean | "preserve" | undefined> | null | undefined;
|
|
259
|
+
readonly teleport?: import('vue').Prop<string | boolean | HTMLElement | undefined, string | boolean | HTMLElement | undefined> | null | undefined;
|
|
260
|
+
readonly calendar?: import('vue').Prop<((weeks: import('@vuepic/vue-datepicker').CalendarWeek[]) => import('@vuepic/vue-datepicker').CalendarWeek[]) | undefined, ((weeks: import('@vuepic/vue-datepicker').CalendarWeek[]) => import('@vuepic/vue-datepicker').CalendarWeek[]) | undefined> | null | undefined;
|
|
261
|
+
readonly uid?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
262
|
+
readonly is24?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
263
|
+
readonly position?: import('vue').Prop<"left" | "center" | "right" | undefined, "left" | "center" | "right" | undefined> | null | undefined;
|
|
264
|
+
readonly dark?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
265
|
+
readonly weekNumbers?: import('vue').Prop<import('@vuepic/vue-datepicker').WeekNumberType | {
|
|
266
|
+
type: import('@vuepic/vue-datepicker').WeekNumberType;
|
|
267
|
+
hideOnOffsetDates?: boolean;
|
|
268
|
+
} | undefined, import('@vuepic/vue-datepicker').WeekNumberType | {
|
|
269
|
+
type: import('@vuepic/vue-datepicker').WeekNumberType;
|
|
270
|
+
hideOnOffsetDates?: boolean;
|
|
271
|
+
} | undefined> | null | undefined;
|
|
272
|
+
readonly hoursIncrement?: import('vue').Prop<string | number | undefined, string | number | undefined> | null | undefined;
|
|
273
|
+
readonly hoursGridIncrement?: import('vue').Prop<string | number | undefined, string | number | undefined> | null | undefined;
|
|
274
|
+
readonly secondsGridIncrement?: import('vue').Prop<string | number | undefined, string | number | undefined> | null | undefined;
|
|
275
|
+
readonly minutesGridIncrement?: import('vue').Prop<string | number | undefined, string | number | undefined> | null | undefined;
|
|
276
|
+
readonly minutesIncrement?: import('vue').Prop<string | number | undefined, string | number | undefined> | null | undefined;
|
|
277
|
+
readonly secondsIncrement?: import('vue').Prop<string | number | undefined, string | number | undefined> | null | undefined;
|
|
278
|
+
readonly minTime?: import('vue').Prop<import('@vuepic/vue-datepicker').PartialTimeObj | undefined, import('@vuepic/vue-datepicker').PartialTimeObj | undefined> | null | undefined;
|
|
279
|
+
readonly maxTime?: import('vue').Prop<import('@vuepic/vue-datepicker').PartialTimeObj | undefined, import('@vuepic/vue-datepicker').PartialTimeObj | undefined> | null | undefined;
|
|
280
|
+
readonly weekStart?: import('vue').Prop<0 | "0" | 1 | 2 | 3 | 4 | 5 | 6 | "1" | "2" | "3" | "4" | "5" | "6" | undefined, 0 | "0" | 1 | 2 | 3 | 4 | 5 | 6 | "1" | "2" | "3" | "4" | "5" | "6" | undefined> | null | undefined;
|
|
281
|
+
readonly format?: import('vue').Prop<string | ((date: Date) => string) | ((dates: Date[]) => string) | undefined, string | ((date: Date) => string) | ((dates: Date[]) => string) | undefined> | null | undefined;
|
|
282
|
+
readonly previewFormat?: import('vue').Prop<string | ((date: Date) => string) | ((dates: Date[]) => string) | undefined, string | ((date: Date) => string) | ((dates: Date[]) => string) | undefined> | null | undefined;
|
|
283
|
+
readonly hideInputIcon?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
284
|
+
readonly state?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
285
|
+
readonly clearable?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
286
|
+
readonly alwaysClearable?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
287
|
+
readonly filters?: import('vue').Prop<{
|
|
288
|
+
months?: number[];
|
|
289
|
+
years?: number[];
|
|
290
|
+
times?: {
|
|
291
|
+
hours?: number[];
|
|
292
|
+
minutes?: number[];
|
|
293
|
+
seconds?: number[];
|
|
294
|
+
};
|
|
295
|
+
} | undefined, {
|
|
296
|
+
months?: number[];
|
|
297
|
+
years?: number[];
|
|
298
|
+
times?: {
|
|
299
|
+
hours?: number[];
|
|
300
|
+
minutes?: number[];
|
|
301
|
+
seconds?: number[];
|
|
302
|
+
};
|
|
303
|
+
} | undefined> | null | undefined;
|
|
304
|
+
readonly disableMonthYearSelect?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
305
|
+
readonly yearRange?: import('vue').Prop<number[] | undefined, number[] | undefined> | null | undefined;
|
|
306
|
+
readonly disabledDates?: import('vue').Prop<string[] | Date[] | ((date: Date) => boolean) | undefined, string[] | Date[] | ((date: Date) => boolean) | undefined> | null | undefined;
|
|
307
|
+
readonly inline?: import('vue').Prop<boolean | {
|
|
308
|
+
input?: boolean;
|
|
309
|
+
} | undefined, boolean | {
|
|
310
|
+
input?: boolean;
|
|
311
|
+
} | undefined> | null | undefined;
|
|
312
|
+
readonly selectText?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
313
|
+
readonly cancelText?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
314
|
+
readonly weekNumName?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
315
|
+
readonly timePicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
316
|
+
readonly textInput?: import('vue').Prop<boolean | {
|
|
317
|
+
enterSubmit?: boolean;
|
|
318
|
+
tabSubmit?: boolean;
|
|
319
|
+
openMenu?: "open" | "toggle" | boolean;
|
|
320
|
+
rangeSeparator?: string;
|
|
321
|
+
selectOnFocus?: boolean;
|
|
322
|
+
format?: string | string[] | ((value: string) => Date | null);
|
|
323
|
+
escClose?: boolean;
|
|
324
|
+
} | undefined, boolean | {
|
|
325
|
+
enterSubmit?: boolean;
|
|
326
|
+
tabSubmit?: boolean;
|
|
327
|
+
openMenu?: "open" | "toggle" | boolean;
|
|
328
|
+
rangeSeparator?: string;
|
|
329
|
+
selectOnFocus?: boolean;
|
|
330
|
+
format?: string | string[] | ((value: string) => Date | null);
|
|
331
|
+
escClose?: boolean;
|
|
332
|
+
} | undefined> | null | undefined;
|
|
333
|
+
readonly monthNameFormat?: import('vue').Prop<"long" | "short" | undefined, "long" | "short" | undefined> | null | undefined;
|
|
334
|
+
readonly startDate?: import('vue').Prop<string | Date | undefined, string | Date | undefined> | null | undefined;
|
|
335
|
+
readonly startTime?: import('vue').Prop<import('@vuepic/vue-datepicker').PartialTimeObj | import('@vuepic/vue-datepicker').PartialTimeObj[] | undefined, import('@vuepic/vue-datepicker').PartialTimeObj | import('@vuepic/vue-datepicker').PartialTimeObj[] | undefined> | null | undefined;
|
|
336
|
+
readonly hideOffsetDates?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
337
|
+
readonly noToday?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
338
|
+
readonly noHoursOverlay?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
339
|
+
readonly noMinutesOverlay?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
340
|
+
readonly noSecondsOverlay?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
341
|
+
readonly altPosition?: import('vue').Prop<((el: HTMLElement | undefined) => Record<string, string | number>) | undefined, ((el: HTMLElement | undefined) => Record<string, string | number>) | undefined> | null | undefined;
|
|
342
|
+
readonly disabledWeekDays?: import('vue').Prop<string[] | number[] | undefined, string[] | number[] | undefined> | null | undefined;
|
|
343
|
+
readonly allowedDates?: import('vue').Prop<string[] | Date[] | undefined, string[] | Date[] | undefined> | null | undefined;
|
|
344
|
+
readonly nowButtonLabel?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
345
|
+
readonly monthChangeOnScroll?: import('vue').Prop<boolean | "inverse" | undefined, boolean | "inverse" | undefined> | null | undefined;
|
|
346
|
+
readonly markers?: import('vue').Prop<import('@vuepic/vue-datepicker').DatePickerMarker[] | undefined, import('@vuepic/vue-datepicker').DatePickerMarker[] | undefined> | null | undefined;
|
|
347
|
+
readonly transitions?: import('vue').Prop<boolean | {
|
|
348
|
+
menuAppearTop?: string;
|
|
349
|
+
menuAppearBottom?: string;
|
|
350
|
+
open?: string;
|
|
351
|
+
close?: string;
|
|
352
|
+
next?: string;
|
|
353
|
+
previous?: string;
|
|
354
|
+
vNext?: string;
|
|
355
|
+
vPrevious?: string;
|
|
356
|
+
} | undefined, boolean | {
|
|
357
|
+
menuAppearTop?: string;
|
|
358
|
+
menuAppearBottom?: string;
|
|
359
|
+
open?: string;
|
|
360
|
+
close?: string;
|
|
361
|
+
next?: string;
|
|
362
|
+
previous?: string;
|
|
363
|
+
vNext?: string;
|
|
364
|
+
vPrevious?: string;
|
|
365
|
+
} | undefined> | null | undefined;
|
|
366
|
+
readonly enableSeconds?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
367
|
+
readonly escClose?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
368
|
+
readonly spaceConfirm?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
369
|
+
readonly monthChangeOnArrows?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
370
|
+
readonly formatLocale?: import('vue').Prop<import('date-fns').Locale | undefined, import('date-fns').Locale | undefined> | null | undefined;
|
|
371
|
+
readonly multiDates?: import('vue').Prop<boolean | {
|
|
372
|
+
limit?: number | string;
|
|
373
|
+
dragSelect?: boolean;
|
|
374
|
+
} | undefined, boolean | {
|
|
375
|
+
limit?: number | string;
|
|
376
|
+
dragSelect?: boolean;
|
|
377
|
+
} | undefined> | null | undefined;
|
|
378
|
+
readonly presetDates?: import('vue').Prop<{
|
|
379
|
+
label: string;
|
|
380
|
+
value: import('vue').MaybeRefOrGetter<Date[] | string[] | string | Date>;
|
|
381
|
+
style?: Record<string, string>;
|
|
382
|
+
slot?: string;
|
|
383
|
+
noTz?: boolean;
|
|
384
|
+
testId?: string;
|
|
385
|
+
}[] | undefined, {
|
|
386
|
+
label: string;
|
|
387
|
+
value: import('vue').MaybeRefOrGetter<Date[] | string[] | string | Date>;
|
|
388
|
+
style?: Record<string, string>;
|
|
389
|
+
slot?: string;
|
|
390
|
+
noTz?: boolean;
|
|
391
|
+
testId?: string;
|
|
392
|
+
}[] | undefined> | null | undefined;
|
|
393
|
+
readonly flow?: import('vue').Prop<("time" | "month" | "calendar" | "year" | "minutes" | "hours" | "seconds")[] | undefined, ("time" | "month" | "calendar" | "year" | "minutes" | "hours" | "seconds")[] | undefined> | null | undefined;
|
|
394
|
+
readonly partialFlow?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
395
|
+
readonly preventMinMaxNavigation?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
396
|
+
readonly reverseYears?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
397
|
+
readonly weekPicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
398
|
+
readonly vertical?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
399
|
+
readonly ariaLabels?: import('vue').Prop<{
|
|
400
|
+
toggleOverlay?: string;
|
|
401
|
+
menu?: string;
|
|
402
|
+
input?: string;
|
|
403
|
+
calendarWrap?: string;
|
|
404
|
+
calendarDays?: string;
|
|
405
|
+
openTimePicker?: string;
|
|
406
|
+
closeTimePicker?: string;
|
|
407
|
+
incrementValue?: (type: import('@vuepic/vue-datepicker').TimeType) => string;
|
|
408
|
+
decrementValue?: (type: import('@vuepic/vue-datepicker').TimeType) => string;
|
|
409
|
+
openTpOverlay?: (type: import('@vuepic/vue-datepicker').TimeType) => string;
|
|
410
|
+
amPmButton?: string;
|
|
411
|
+
openYearsOverlay?: string;
|
|
412
|
+
openMonthsOverlay?: string;
|
|
413
|
+
nextMonth?: string;
|
|
414
|
+
prevMonth?: string;
|
|
415
|
+
nextYear?: string;
|
|
416
|
+
prevYear?: string;
|
|
417
|
+
day?: ({ value }: {
|
|
418
|
+
value: Date;
|
|
419
|
+
}) => string;
|
|
420
|
+
weekDay?: (day: number) => string;
|
|
421
|
+
clearInput?: string;
|
|
422
|
+
calendarIcon?: string;
|
|
423
|
+
timePicker?: string;
|
|
424
|
+
monthPicker: (overlay: boolean) => string;
|
|
425
|
+
yearPicker: (overlay: boolean) => string;
|
|
426
|
+
timeOverlay: (type: import('@vuepic/vue-datepicker').TimeType) => string;
|
|
427
|
+
} | undefined, {
|
|
428
|
+
toggleOverlay?: string;
|
|
429
|
+
menu?: string;
|
|
430
|
+
input?: string;
|
|
431
|
+
calendarWrap?: string;
|
|
432
|
+
calendarDays?: string;
|
|
433
|
+
openTimePicker?: string;
|
|
434
|
+
closeTimePicker?: string;
|
|
435
|
+
incrementValue?: (type: import('@vuepic/vue-datepicker').TimeType) => string;
|
|
436
|
+
decrementValue?: (type: import('@vuepic/vue-datepicker').TimeType) => string;
|
|
437
|
+
openTpOverlay?: (type: import('@vuepic/vue-datepicker').TimeType) => string;
|
|
438
|
+
amPmButton?: string;
|
|
439
|
+
openYearsOverlay?: string;
|
|
440
|
+
openMonthsOverlay?: string;
|
|
441
|
+
nextMonth?: string;
|
|
442
|
+
prevMonth?: string;
|
|
443
|
+
nextYear?: string;
|
|
444
|
+
prevYear?: string;
|
|
445
|
+
day?: ({ value }: {
|
|
446
|
+
value: Date;
|
|
447
|
+
}) => string;
|
|
448
|
+
weekDay?: (day: number) => string;
|
|
449
|
+
clearInput?: string;
|
|
450
|
+
calendarIcon?: string;
|
|
451
|
+
timePicker?: string;
|
|
452
|
+
monthPicker: (overlay: boolean) => string;
|
|
453
|
+
yearPicker: (overlay: boolean) => string;
|
|
454
|
+
timeOverlay: (type: import('@vuepic/vue-datepicker').TimeType) => string;
|
|
455
|
+
} | undefined> | null | undefined;
|
|
456
|
+
readonly arrowNavigation?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
457
|
+
readonly yearPicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
458
|
+
readonly dayNames?: import('vue').Prop<string[] | ((lang: string, weekStart: number) => string[]) | undefined, string[] | ((lang: string, weekStart: number) => string[]) | undefined> | null | undefined;
|
|
459
|
+
readonly modelType?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
460
|
+
readonly modelAuto?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
461
|
+
readonly highlight?: import('vue').Prop<((date: Date[], disabled?: boolean) => boolean) | ((month: {
|
|
462
|
+
month: number;
|
|
463
|
+
year: number;
|
|
464
|
+
}) => boolean) | ((year: number) => boolean) | ((quarter: {
|
|
465
|
+
quarter: number;
|
|
466
|
+
year: number;
|
|
467
|
+
}) => boolean) | Partial<import('@vuepic/vue-datepicker').Highlight> | undefined, ((date: Date[], disabled?: boolean) => boolean) | ((month: {
|
|
468
|
+
month: number;
|
|
469
|
+
year: number;
|
|
470
|
+
}) => boolean) | ((year: number) => boolean) | ((quarter: {
|
|
471
|
+
quarter: number;
|
|
472
|
+
year: number;
|
|
473
|
+
}) => boolean) | Partial<import('@vuepic/vue-datepicker').Highlight> | undefined> | null | undefined;
|
|
474
|
+
readonly offset?: import('vue').Prop<string | number | undefined, string | number | undefined> | null | undefined;
|
|
475
|
+
readonly teleportCenter?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
476
|
+
readonly ignoreTimeValidation?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
477
|
+
readonly dayClass?: import('vue').Prop<((date: Date, internalModelValue: import('@vuepic/vue-datepicker').InternalTime) => string) | undefined, ((date: Date, internalModelValue: import('@vuepic/vue-datepicker').InternalTime) => string) | undefined> | null | undefined;
|
|
478
|
+
readonly hideNavigation?: import('vue').Prop<("time" | "month" | "calendar" | "year" | "minutes" | "hours" | "seconds")[] | undefined, ("time" | "month" | "calendar" | "year" | "minutes" | "hours" | "seconds")[] | undefined> | null | undefined;
|
|
479
|
+
readonly sixWeeks?: import('vue').Prop<boolean | "center" | "append" | "prepend" | "fair" | undefined, boolean | "center" | "append" | "prepend" | "fair" | undefined> | null | undefined;
|
|
480
|
+
readonly timezone?: import('vue').Prop<string | {
|
|
481
|
+
timezone?: string;
|
|
482
|
+
exactMatch?: boolean;
|
|
483
|
+
dateInTz?: string;
|
|
484
|
+
emitTimezone?: string;
|
|
485
|
+
convertModel?: boolean;
|
|
486
|
+
} | undefined, string | {
|
|
487
|
+
timezone?: string;
|
|
488
|
+
exactMatch?: boolean;
|
|
489
|
+
dateInTz?: string;
|
|
490
|
+
emitTimezone?: string;
|
|
491
|
+
convertModel?: boolean;
|
|
492
|
+
} | undefined> | null | undefined;
|
|
493
|
+
readonly disableYearSelect?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
494
|
+
readonly focusStartDate?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
495
|
+
readonly disabledTimes?: import('vue').Prop<((time: import('@vuepic/vue-datepicker').TimeObj | (import('@vuepic/vue-datepicker').TimeObj | undefined)[]) => boolean) | import('@vuepic/vue-datepicker').DisabledTime[] | [import('@vuepic/vue-datepicker').DisabledTime[], import('@vuepic/vue-datepicker').DisabledTime[]] | undefined, ((time: import('@vuepic/vue-datepicker').TimeObj | (import('@vuepic/vue-datepicker').TimeObj | undefined)[]) => boolean) | import('@vuepic/vue-datepicker').DisabledTime[] | [import('@vuepic/vue-datepicker').DisabledTime[], import('@vuepic/vue-datepicker').DisabledTime[]] | undefined> | null | undefined;
|
|
496
|
+
readonly timePickerInline?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
497
|
+
readonly config?: import('vue').Prop<import('@vuepic/vue-datepicker').GeneralConfig | undefined, import('@vuepic/vue-datepicker').GeneralConfig | undefined> | null | undefined;
|
|
498
|
+
readonly quarterPicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
499
|
+
readonly yearFirst?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
500
|
+
readonly loading?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
501
|
+
readonly onInternalModelChange?: import('vue').Prop<((...args: any[]) => void) | undefined, ((...args: any[]) => void) | undefined> | null | undefined;
|
|
502
|
+
readonly enableMinutes?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
503
|
+
readonly ui?: import('vue').Prop<Partial<import('@vuepic/vue-datepicker').UIOptions> | undefined, Partial<import('@vuepic/vue-datepicker').UIOptions> | undefined> | null | undefined;
|
|
504
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
505
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
506
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
507
|
+
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
508
|
+
"onUpdate:model-timezone-value"?: ((...args: any[]) => any) | undefined;
|
|
509
|
+
"onText-submit"?: ((...args: any[]) => any) | undefined;
|
|
510
|
+
onClosed?: ((...args: any[]) => any) | undefined;
|
|
511
|
+
onCleared?: ((...args: any[]) => any) | undefined;
|
|
512
|
+
"onInternal-model-change"?: ((...args: any[]) => any) | undefined;
|
|
513
|
+
"onRecalculate-position"?: ((...args: any[]) => any) | undefined;
|
|
514
|
+
"onFlow-step"?: ((...args: any[]) => any) | undefined;
|
|
515
|
+
"onUpdate-month-year"?: ((...args: any[]) => any) | undefined;
|
|
516
|
+
"onInvalid-select"?: ((...args: any[]) => any) | undefined;
|
|
517
|
+
"onTooltip-open"?: ((...args: any[]) => any) | undefined;
|
|
518
|
+
"onTooltip-close"?: ((...args: any[]) => any) | undefined;
|
|
519
|
+
"onInvalid-fixed-range"?: ((...args: any[]) => any) | undefined;
|
|
520
|
+
"onTime-picker-open"?: ((...args: any[]) => any) | undefined;
|
|
521
|
+
"onTime-picker-close"?: ((...args: any[]) => any) | undefined;
|
|
522
|
+
"onAm-pm-change"?: ((...args: any[]) => any) | undefined;
|
|
523
|
+
"onRange-start"?: ((...args: any[]) => any) | undefined;
|
|
524
|
+
"onRange-end"?: ((...args: any[]) => any) | undefined;
|
|
525
|
+
"onDate-update"?: ((...args: any[]) => any) | undefined;
|
|
526
|
+
"onInvalid-date"?: ((...args: any[]) => any) | undefined;
|
|
527
|
+
"onOverlay-toggle"?: ((...args: any[]) => any) | undefined;
|
|
528
|
+
"onText-input"?: ((...args: any[]) => any) | undefined;
|
|
529
|
+
}) & import('@vuepic/vue-datepicker').VueDatePickerProps, never>;
|
|
530
|
+
$attrs: {
|
|
531
|
+
[x: string]: unknown;
|
|
532
|
+
};
|
|
533
|
+
$refs: {
|
|
534
|
+
[x: string]: unknown;
|
|
535
|
+
};
|
|
536
|
+
$slots: Readonly<{
|
|
537
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
538
|
+
}>;
|
|
539
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
540
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
541
|
+
$host: Element | null;
|
|
542
|
+
$emit: (event: import('@vuepic/vue-datepicker').EmitEvents, ...args: any[]) => void;
|
|
543
|
+
$el: any;
|
|
544
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<string[]> | import('vue').ExtractPropTypes<import('vue').ComponentObjectPropsOptions<import('@vuepic/vue-datepicker').VueDatePickerProps>>> & {
|
|
545
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
546
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
547
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
548
|
+
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
549
|
+
"onUpdate:model-timezone-value"?: ((...args: any[]) => any) | undefined;
|
|
550
|
+
"onText-submit"?: ((...args: any[]) => any) | undefined;
|
|
551
|
+
onClosed?: ((...args: any[]) => any) | undefined;
|
|
552
|
+
onCleared?: ((...args: any[]) => any) | undefined;
|
|
553
|
+
"onInternal-model-change"?: ((...args: any[]) => any) | undefined;
|
|
554
|
+
"onRecalculate-position"?: ((...args: any[]) => any) | undefined;
|
|
555
|
+
"onFlow-step"?: ((...args: any[]) => any) | undefined;
|
|
556
|
+
"onUpdate-month-year"?: ((...args: any[]) => any) | undefined;
|
|
557
|
+
"onInvalid-select"?: ((...args: any[]) => any) | undefined;
|
|
558
|
+
"onTooltip-open"?: ((...args: any[]) => any) | undefined;
|
|
559
|
+
"onTooltip-close"?: ((...args: any[]) => any) | undefined;
|
|
560
|
+
"onInvalid-fixed-range"?: ((...args: any[]) => any) | undefined;
|
|
561
|
+
"onTime-picker-open"?: ((...args: any[]) => any) | undefined;
|
|
562
|
+
"onTime-picker-close"?: ((...args: any[]) => any) | undefined;
|
|
563
|
+
"onAm-pm-change"?: ((...args: any[]) => any) | undefined;
|
|
564
|
+
"onRange-start"?: ((...args: any[]) => any) | undefined;
|
|
565
|
+
"onRange-end"?: ((...args: any[]) => any) | undefined;
|
|
566
|
+
"onDate-update"?: ((...args: any[]) => any) | undefined;
|
|
567
|
+
"onInvalid-date"?: ((...args: any[]) => any) | undefined;
|
|
568
|
+
"onOverlay-toggle"?: ((...args: any[]) => any) | undefined;
|
|
569
|
+
"onText-input"?: ((...args: any[]) => any) | undefined;
|
|
570
|
+
}, {}, {}, import('vue').ComputedOptions, import('@vuepic/vue-datepicker').PublicMethods, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, import('@vuepic/vue-datepicker').EmitEvents[], string, {
|
|
571
|
+
[x: number]: string;
|
|
572
|
+
} | {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
573
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
574
|
+
created?: (() => void) | (() => void)[];
|
|
575
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
576
|
+
mounted?: (() => void) | (() => void)[];
|
|
577
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
578
|
+
updated?: (() => void) | (() => void)[];
|
|
579
|
+
activated?: (() => void) | (() => void)[];
|
|
580
|
+
deactivated?: (() => void) | (() => void)[];
|
|
581
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
582
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
583
|
+
destroyed?: (() => void) | (() => void)[];
|
|
584
|
+
unmounted?: (() => void) | (() => void)[];
|
|
585
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
586
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
587
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
588
|
+
};
|
|
589
|
+
$forceUpdate: () => void;
|
|
590
|
+
$nextTick: typeof import('vue').nextTick;
|
|
591
|
+
$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;
|
|
592
|
+
} & Readonly<{
|
|
593
|
+
[x: number]: string;
|
|
594
|
+
}> & Omit<{} & (Readonly<import('vue').ExtractPropTypes<string[]> | import('vue').ExtractPropTypes<import('vue').ComponentObjectPropsOptions<import('@vuepic/vue-datepicker').VueDatePickerProps>>> & {
|
|
595
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
596
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
597
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
598
|
+
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
599
|
+
"onUpdate:model-timezone-value"?: ((...args: any[]) => any) | undefined;
|
|
600
|
+
"onText-submit"?: ((...args: any[]) => any) | undefined;
|
|
601
|
+
onClosed?: ((...args: any[]) => any) | undefined;
|
|
602
|
+
onCleared?: ((...args: any[]) => any) | undefined;
|
|
603
|
+
"onInternal-model-change"?: ((...args: any[]) => any) | undefined;
|
|
604
|
+
"onRecalculate-position"?: ((...args: any[]) => any) | undefined;
|
|
605
|
+
"onFlow-step"?: ((...args: any[]) => any) | undefined;
|
|
606
|
+
"onUpdate-month-year"?: ((...args: any[]) => any) | undefined;
|
|
607
|
+
"onInvalid-select"?: ((...args: any[]) => any) | undefined;
|
|
608
|
+
"onTooltip-open"?: ((...args: any[]) => any) | undefined;
|
|
609
|
+
"onTooltip-close"?: ((...args: any[]) => any) | undefined;
|
|
610
|
+
"onInvalid-fixed-range"?: ((...args: any[]) => any) | undefined;
|
|
611
|
+
"onTime-picker-open"?: ((...args: any[]) => any) | undefined;
|
|
612
|
+
"onTime-picker-close"?: ((...args: any[]) => any) | undefined;
|
|
613
|
+
"onAm-pm-change"?: ((...args: any[]) => any) | undefined;
|
|
614
|
+
"onRange-start"?: ((...args: any[]) => any) | undefined;
|
|
615
|
+
"onRange-end"?: ((...args: any[]) => any) | undefined;
|
|
616
|
+
"onDate-update"?: ((...args: any[]) => any) | undefined;
|
|
617
|
+
"onInvalid-date"?: ((...args: any[]) => any) | undefined;
|
|
618
|
+
"onOverlay-toggle"?: ((...args: any[]) => any) | undefined;
|
|
619
|
+
"onText-input"?: ((...args: any[]) => any) | undefined;
|
|
620
|
+
}), never> & import('vue').ShallowUnwrapRef<{}> & {
|
|
621
|
+
[x: string]: never;
|
|
622
|
+
} & import('@vuepic/vue-datepicker').PublicMethods & import('vue').ComponentCustomProperties & {} & {
|
|
623
|
+
$slots: Readonly<import('@vuepic/vue-datepicker').Slots> & import('@vuepic/vue-datepicker').Slots;
|
|
624
|
+
}) | ({
|
|
625
|
+
$: import('vue').ComponentInternalInstance;
|
|
626
|
+
$data: {};
|
|
627
|
+
$props: Partial<{
|
|
628
|
+
[x: number]: string;
|
|
629
|
+
} | {}> & Omit<({
|
|
630
|
+
readonly [x: number]: string;
|
|
631
|
+
readonly [Symbol.iterator]?: ArrayIterator<string> | undefined;
|
|
632
|
+
readonly [Symbol.unscopables]?: {
|
|
633
|
+
[x: number]: boolean | undefined;
|
|
634
|
+
length?: boolean | undefined;
|
|
635
|
+
toString?: boolean | undefined;
|
|
636
|
+
toLocaleString?: boolean | undefined;
|
|
637
|
+
pop?: boolean | undefined;
|
|
638
|
+
push?: boolean | undefined;
|
|
639
|
+
concat?: boolean | undefined;
|
|
640
|
+
join?: boolean | undefined;
|
|
641
|
+
reverse?: boolean | undefined;
|
|
642
|
+
shift?: boolean | undefined;
|
|
643
|
+
slice?: boolean | undefined;
|
|
644
|
+
sort?: boolean | undefined;
|
|
645
|
+
splice?: boolean | undefined;
|
|
646
|
+
unshift?: boolean | undefined;
|
|
647
|
+
indexOf?: boolean | undefined;
|
|
648
|
+
lastIndexOf?: boolean | undefined;
|
|
649
|
+
every?: boolean | undefined;
|
|
650
|
+
some?: boolean | undefined;
|
|
651
|
+
forEach?: boolean | undefined;
|
|
652
|
+
map?: boolean | undefined;
|
|
653
|
+
filter?: boolean | undefined;
|
|
654
|
+
reduce?: boolean | undefined;
|
|
655
|
+
reduceRight?: boolean | undefined;
|
|
656
|
+
find?: boolean | undefined;
|
|
657
|
+
findIndex?: boolean | undefined;
|
|
658
|
+
fill?: boolean | undefined;
|
|
659
|
+
copyWithin?: boolean | undefined;
|
|
660
|
+
entries?: boolean | undefined;
|
|
661
|
+
keys?: boolean | undefined;
|
|
662
|
+
values?: boolean | undefined;
|
|
663
|
+
includes?: boolean | undefined;
|
|
664
|
+
flatMap?: boolean | undefined;
|
|
665
|
+
flat?: boolean | undefined;
|
|
666
|
+
at?: boolean | undefined;
|
|
667
|
+
findLast?: boolean | undefined;
|
|
668
|
+
findLastIndex?: boolean | undefined;
|
|
669
|
+
toReversed?: boolean | undefined;
|
|
670
|
+
toSorted?: boolean | undefined;
|
|
671
|
+
toSpliced?: boolean | undefined;
|
|
672
|
+
with?: boolean | undefined;
|
|
673
|
+
[Symbol.iterator]?: boolean | undefined;
|
|
674
|
+
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
675
|
+
} | undefined;
|
|
676
|
+
readonly filter?: {
|
|
677
|
+
<S extends string>(predicate: (value: string, index: number, array: string[]) => value is S, thisArg?: any): S[];
|
|
678
|
+
(predicate: (value: string, index: number, array: string[]) => unknown, thisArg?: any): string[];
|
|
679
|
+
} | undefined;
|
|
680
|
+
readonly map?: (<U>(callbackfn: (value: string, index: number, array: string[]) => U, thisArg?: any) => U[]) | undefined;
|
|
681
|
+
readonly concat?: string[] | undefined;
|
|
682
|
+
readonly indexOf?: ((searchElement: string, fromIndex?: number) => number) | undefined;
|
|
683
|
+
readonly lastIndexOf?: ((searchElement: string, fromIndex?: number) => number) | undefined;
|
|
684
|
+
readonly slice?: string[] | undefined;
|
|
685
|
+
readonly length?: number | undefined;
|
|
686
|
+
readonly includes?: ((searchElement: string, fromIndex?: number) => boolean) | undefined;
|
|
687
|
+
readonly at?: ((index: number) => string | undefined) | undefined;
|
|
688
|
+
readonly toLocaleString?: string | undefined;
|
|
689
|
+
readonly pop?: string | undefined;
|
|
690
|
+
readonly push?: number | undefined;
|
|
691
|
+
readonly join?: string | undefined;
|
|
692
|
+
readonly reverse?: string[] | undefined;
|
|
693
|
+
readonly shift?: string | undefined;
|
|
694
|
+
readonly sort?: string[] | undefined;
|
|
695
|
+
readonly splice?: {
|
|
696
|
+
(start: number, deleteCount?: number): string[];
|
|
697
|
+
(start: number, deleteCount: number, ...items: string[]): string[];
|
|
698
|
+
} | undefined;
|
|
699
|
+
readonly unshift?: number | undefined;
|
|
700
|
+
readonly every?: {
|
|
701
|
+
<S extends string>(predicate: (value: string, index: number, array: string[]) => value is S, thisArg?: any): this is S[];
|
|
702
|
+
(predicate: (value: string, index: number, array: string[]) => unknown, thisArg?: any): boolean;
|
|
703
|
+
} | undefined;
|
|
704
|
+
readonly some?: ((predicate: (value: string, index: number, array: string[]) => unknown, thisArg?: any) => boolean) | undefined;
|
|
705
|
+
readonly forEach?: ((callbackfn: (value: string, index: number, array: string[]) => void, thisArg?: any) => void) | undefined;
|
|
706
|
+
readonly reduce?: {
|
|
707
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: string[]) => string): string;
|
|
708
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: string[]) => string, initialValue: string): string;
|
|
709
|
+
<U>(callbackfn: (previousValue: U, currentValue: string, currentIndex: number, array: string[]) => U, initialValue: U): U;
|
|
710
|
+
} | undefined;
|
|
711
|
+
readonly reduceRight?: {
|
|
712
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: string[]) => string): string;
|
|
713
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: string[]) => string, initialValue: string): string;
|
|
714
|
+
<U>(callbackfn: (previousValue: U, currentValue: string, currentIndex: number, array: string[]) => U, initialValue: U): U;
|
|
715
|
+
} | undefined;
|
|
716
|
+
readonly find?: {
|
|
717
|
+
<S extends string>(predicate: (value: string, index: number, obj: string[]) => value is S, thisArg?: any): S | undefined;
|
|
718
|
+
(predicate: (value: string, index: number, obj: string[]) => unknown, thisArg?: any): string | undefined;
|
|
719
|
+
} | undefined;
|
|
720
|
+
readonly findIndex?: ((predicate: (value: string, index: number, obj: string[]) => unknown, thisArg?: any) => number) | undefined;
|
|
721
|
+
readonly fill?: ((value: string, start?: number, end?: number) => string[]) | undefined;
|
|
722
|
+
readonly copyWithin?: ((target: number, start: number, end?: number) => string[]) | undefined;
|
|
723
|
+
readonly entries?: ArrayIterator<[number, string]> | undefined;
|
|
724
|
+
readonly keys?: ArrayIterator<number> | undefined;
|
|
725
|
+
readonly values?: ArrayIterator<string> | undefined;
|
|
726
|
+
readonly flatMap?: (<U, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U | readonly U[], thisArg?: This | undefined) => U[]) | undefined;
|
|
727
|
+
readonly flat?: unknown[] | undefined;
|
|
728
|
+
readonly findLast?: {
|
|
729
|
+
<S extends string>(predicate: (value: string, index: number, array: string[]) => value is S, thisArg?: any): S | undefined;
|
|
730
|
+
(predicate: (value: string, index: number, array: string[]) => unknown, thisArg?: any): string | undefined;
|
|
731
|
+
} | undefined;
|
|
732
|
+
readonly findLastIndex?: ((predicate: (value: string, index: number, array: string[]) => unknown, thisArg?: any) => number) | undefined;
|
|
733
|
+
readonly toReversed?: string[] | undefined;
|
|
734
|
+
readonly toSorted?: string[] | undefined;
|
|
735
|
+
readonly toSpliced?: {
|
|
736
|
+
(start: number, deleteCount: number, ...items: string[]): string[];
|
|
737
|
+
(start: number, deleteCount?: number): string[];
|
|
738
|
+
} | undefined;
|
|
739
|
+
readonly with?: ((index: number, value: string) => string[]) | undefined;
|
|
740
|
+
readonly toString?: string | undefined;
|
|
741
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
742
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
743
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
744
|
+
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
745
|
+
"onUpdate:model-timezone-value"?: ((...args: any[]) => any) | undefined;
|
|
746
|
+
"onText-submit"?: ((...args: any[]) => any) | undefined;
|
|
747
|
+
onClosed?: ((...args: any[]) => any) | undefined;
|
|
748
|
+
onCleared?: ((...args: any[]) => any) | undefined;
|
|
749
|
+
"onInternal-model-change"?: ((...args: any[]) => any) | undefined;
|
|
750
|
+
"onRecalculate-position"?: ((...args: any[]) => any) | undefined;
|
|
751
|
+
"onFlow-step"?: ((...args: any[]) => any) | undefined;
|
|
752
|
+
"onUpdate-month-year"?: ((...args: any[]) => any) | undefined;
|
|
753
|
+
"onInvalid-select"?: ((...args: any[]) => any) | undefined;
|
|
754
|
+
"onTooltip-open"?: ((...args: any[]) => any) | undefined;
|
|
755
|
+
"onTooltip-close"?: ((...args: any[]) => any) | undefined;
|
|
756
|
+
"onInvalid-fixed-range"?: ((...args: any[]) => any) | undefined;
|
|
757
|
+
"onTime-picker-open"?: ((...args: any[]) => any) | undefined;
|
|
758
|
+
"onTime-picker-close"?: ((...args: any[]) => any) | undefined;
|
|
759
|
+
"onAm-pm-change"?: ((...args: any[]) => any) | undefined;
|
|
760
|
+
"onRange-start"?: ((...args: any[]) => any) | undefined;
|
|
761
|
+
"onRange-end"?: ((...args: any[]) => any) | undefined;
|
|
762
|
+
"onDate-update"?: ((...args: any[]) => any) | undefined;
|
|
763
|
+
"onInvalid-date"?: ((...args: any[]) => any) | undefined;
|
|
764
|
+
"onOverlay-toggle"?: ((...args: any[]) => any) | undefined;
|
|
765
|
+
"onText-input"?: ((...args: any[]) => any) | undefined;
|
|
766
|
+
} | {
|
|
767
|
+
readonly name?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
768
|
+
readonly required?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
769
|
+
readonly disabled?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
770
|
+
readonly readonly?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
771
|
+
readonly modelValue?: import('vue').Prop<import('@vuepic/vue-datepicker').ModelValue | undefined, import('@vuepic/vue-datepicker').ModelValue | undefined> | null | undefined;
|
|
772
|
+
readonly placeholder?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
773
|
+
readonly autocomplete?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
774
|
+
readonly range?: import('vue').Prop<boolean | import('@vuepic/vue-datepicker').RangeConfig | undefined, boolean | import('@vuepic/vue-datepicker').RangeConfig | undefined> | null | undefined;
|
|
775
|
+
readonly multiCalendars?: import('vue').Prop<import('@vuepic/vue-datepicker').DpOptionEnabled | Partial<{
|
|
776
|
+
static: boolean;
|
|
777
|
+
solo: boolean;
|
|
778
|
+
count: number | string;
|
|
779
|
+
}> | undefined, import('@vuepic/vue-datepicker').DpOptionEnabled | Partial<{
|
|
780
|
+
static: boolean;
|
|
781
|
+
solo: boolean;
|
|
782
|
+
count: number | string;
|
|
783
|
+
}> | undefined> | null | undefined;
|
|
784
|
+
readonly enableTimePicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
785
|
+
readonly autoApply?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
786
|
+
readonly locale?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
787
|
+
readonly autoPosition?: import('vue').Prop<boolean | "top" | "bottom" | undefined, boolean | "top" | "bottom" | undefined> | null | undefined;
|
|
788
|
+
readonly minDate?: import('vue').Prop<string | Date | undefined, string | Date | undefined> | null | undefined;
|
|
789
|
+
readonly maxDate?: import('vue').Prop<string | Date | undefined, string | Date | undefined> | null | undefined;
|
|
790
|
+
readonly monthPicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
791
|
+
readonly utc?: import('vue').Prop<boolean | "preserve" | undefined, boolean | "preserve" | undefined> | null | undefined;
|
|
792
|
+
readonly teleport?: import('vue').Prop<string | boolean | HTMLElement | undefined, string | boolean | HTMLElement | undefined> | null | undefined;
|
|
793
|
+
readonly calendar?: import('vue').Prop<((weeks: import('@vuepic/vue-datepicker').CalendarWeek[]) => import('@vuepic/vue-datepicker').CalendarWeek[]) | undefined, ((weeks: import('@vuepic/vue-datepicker').CalendarWeek[]) => import('@vuepic/vue-datepicker').CalendarWeek[]) | undefined> | null | undefined;
|
|
794
|
+
readonly uid?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
795
|
+
readonly is24?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
796
|
+
readonly position?: import('vue').Prop<"left" | "center" | "right" | undefined, "left" | "center" | "right" | undefined> | null | undefined;
|
|
797
|
+
readonly dark?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
798
|
+
readonly weekNumbers?: import('vue').Prop<import('@vuepic/vue-datepicker').WeekNumberType | {
|
|
799
|
+
type: import('@vuepic/vue-datepicker').WeekNumberType;
|
|
800
|
+
hideOnOffsetDates?: boolean;
|
|
801
|
+
} | undefined, import('@vuepic/vue-datepicker').WeekNumberType | {
|
|
802
|
+
type: import('@vuepic/vue-datepicker').WeekNumberType;
|
|
803
|
+
hideOnOffsetDates?: boolean;
|
|
804
|
+
} | undefined> | null | undefined;
|
|
805
|
+
readonly hoursIncrement?: import('vue').Prop<string | number | undefined, string | number | undefined> | null | undefined;
|
|
806
|
+
readonly hoursGridIncrement?: import('vue').Prop<string | number | undefined, string | number | undefined> | null | undefined;
|
|
807
|
+
readonly secondsGridIncrement?: import('vue').Prop<string | number | undefined, string | number | undefined> | null | undefined;
|
|
808
|
+
readonly minutesGridIncrement?: import('vue').Prop<string | number | undefined, string | number | undefined> | null | undefined;
|
|
809
|
+
readonly minutesIncrement?: import('vue').Prop<string | number | undefined, string | number | undefined> | null | undefined;
|
|
810
|
+
readonly secondsIncrement?: import('vue').Prop<string | number | undefined, string | number | undefined> | null | undefined;
|
|
811
|
+
readonly minTime?: import('vue').Prop<import('@vuepic/vue-datepicker').PartialTimeObj | undefined, import('@vuepic/vue-datepicker').PartialTimeObj | undefined> | null | undefined;
|
|
812
|
+
readonly maxTime?: import('vue').Prop<import('@vuepic/vue-datepicker').PartialTimeObj | undefined, import('@vuepic/vue-datepicker').PartialTimeObj | undefined> | null | undefined;
|
|
813
|
+
readonly weekStart?: import('vue').Prop<0 | "0" | 1 | 2 | 3 | 4 | 5 | 6 | "1" | "2" | "3" | "4" | "5" | "6" | undefined, 0 | "0" | 1 | 2 | 3 | 4 | 5 | 6 | "1" | "2" | "3" | "4" | "5" | "6" | undefined> | null | undefined;
|
|
814
|
+
readonly format?: import('vue').Prop<string | ((date: Date) => string) | ((dates: Date[]) => string) | undefined, string | ((date: Date) => string) | ((dates: Date[]) => string) | undefined> | null | undefined;
|
|
815
|
+
readonly previewFormat?: import('vue').Prop<string | ((date: Date) => string) | ((dates: Date[]) => string) | undefined, string | ((date: Date) => string) | ((dates: Date[]) => string) | undefined> | null | undefined;
|
|
816
|
+
readonly hideInputIcon?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
817
|
+
readonly state?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
818
|
+
readonly clearable?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
819
|
+
readonly alwaysClearable?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
820
|
+
readonly filters?: import('vue').Prop<{
|
|
821
|
+
months?: number[];
|
|
822
|
+
years?: number[];
|
|
823
|
+
times?: {
|
|
824
|
+
hours?: number[];
|
|
825
|
+
minutes?: number[];
|
|
826
|
+
seconds?: number[];
|
|
827
|
+
};
|
|
828
|
+
} | undefined, {
|
|
829
|
+
months?: number[];
|
|
830
|
+
years?: number[];
|
|
831
|
+
times?: {
|
|
832
|
+
hours?: number[];
|
|
833
|
+
minutes?: number[];
|
|
834
|
+
seconds?: number[];
|
|
835
|
+
};
|
|
836
|
+
} | undefined> | null | undefined;
|
|
837
|
+
readonly disableMonthYearSelect?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
838
|
+
readonly yearRange?: import('vue').Prop<number[] | undefined, number[] | undefined> | null | undefined;
|
|
839
|
+
readonly disabledDates?: import('vue').Prop<string[] | Date[] | ((date: Date) => boolean) | undefined, string[] | Date[] | ((date: Date) => boolean) | undefined> | null | undefined;
|
|
840
|
+
readonly inline?: import('vue').Prop<boolean | {
|
|
841
|
+
input?: boolean;
|
|
842
|
+
} | undefined, boolean | {
|
|
843
|
+
input?: boolean;
|
|
844
|
+
} | undefined> | null | undefined;
|
|
845
|
+
readonly selectText?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
846
|
+
readonly cancelText?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
847
|
+
readonly weekNumName?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
848
|
+
readonly timePicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
849
|
+
readonly textInput?: import('vue').Prop<boolean | {
|
|
850
|
+
enterSubmit?: boolean;
|
|
851
|
+
tabSubmit?: boolean;
|
|
852
|
+
openMenu?: "open" | "toggle" | boolean;
|
|
853
|
+
rangeSeparator?: string;
|
|
854
|
+
selectOnFocus?: boolean;
|
|
855
|
+
format?: string | string[] | ((value: string) => Date | null);
|
|
856
|
+
escClose?: boolean;
|
|
857
|
+
} | undefined, boolean | {
|
|
858
|
+
enterSubmit?: boolean;
|
|
859
|
+
tabSubmit?: boolean;
|
|
860
|
+
openMenu?: "open" | "toggle" | boolean;
|
|
861
|
+
rangeSeparator?: string;
|
|
862
|
+
selectOnFocus?: boolean;
|
|
863
|
+
format?: string | string[] | ((value: string) => Date | null);
|
|
864
|
+
escClose?: boolean;
|
|
865
|
+
} | undefined> | null | undefined;
|
|
866
|
+
readonly monthNameFormat?: import('vue').Prop<"long" | "short" | undefined, "long" | "short" | undefined> | null | undefined;
|
|
867
|
+
readonly startDate?: import('vue').Prop<string | Date | undefined, string | Date | undefined> | null | undefined;
|
|
868
|
+
readonly startTime?: import('vue').Prop<import('@vuepic/vue-datepicker').PartialTimeObj | import('@vuepic/vue-datepicker').PartialTimeObj[] | undefined, import('@vuepic/vue-datepicker').PartialTimeObj | import('@vuepic/vue-datepicker').PartialTimeObj[] | undefined> | null | undefined;
|
|
869
|
+
readonly hideOffsetDates?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
870
|
+
readonly noToday?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
871
|
+
readonly noHoursOverlay?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
872
|
+
readonly noMinutesOverlay?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
873
|
+
readonly noSecondsOverlay?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
874
|
+
readonly altPosition?: import('vue').Prop<((el: HTMLElement | undefined) => Record<string, string | number>) | undefined, ((el: HTMLElement | undefined) => Record<string, string | number>) | undefined> | null | undefined;
|
|
875
|
+
readonly disabledWeekDays?: import('vue').Prop<string[] | number[] | undefined, string[] | number[] | undefined> | null | undefined;
|
|
876
|
+
readonly allowedDates?: import('vue').Prop<string[] | Date[] | undefined, string[] | Date[] | undefined> | null | undefined;
|
|
877
|
+
readonly nowButtonLabel?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
878
|
+
readonly monthChangeOnScroll?: import('vue').Prop<boolean | "inverse" | undefined, boolean | "inverse" | undefined> | null | undefined;
|
|
879
|
+
readonly markers?: import('vue').Prop<import('@vuepic/vue-datepicker').DatePickerMarker[] | undefined, import('@vuepic/vue-datepicker').DatePickerMarker[] | undefined> | null | undefined;
|
|
880
|
+
readonly transitions?: import('vue').Prop<boolean | {
|
|
881
|
+
menuAppearTop?: string;
|
|
882
|
+
menuAppearBottom?: string;
|
|
883
|
+
open?: string;
|
|
884
|
+
close?: string;
|
|
885
|
+
next?: string;
|
|
886
|
+
previous?: string;
|
|
887
|
+
vNext?: string;
|
|
888
|
+
vPrevious?: string;
|
|
889
|
+
} | undefined, boolean | {
|
|
890
|
+
menuAppearTop?: string;
|
|
891
|
+
menuAppearBottom?: string;
|
|
892
|
+
open?: string;
|
|
893
|
+
close?: string;
|
|
894
|
+
next?: string;
|
|
895
|
+
previous?: string;
|
|
896
|
+
vNext?: string;
|
|
897
|
+
vPrevious?: string;
|
|
898
|
+
} | undefined> | null | undefined;
|
|
899
|
+
readonly enableSeconds?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
900
|
+
readonly escClose?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
901
|
+
readonly spaceConfirm?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
902
|
+
readonly monthChangeOnArrows?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
903
|
+
readonly formatLocale?: import('vue').Prop<import('date-fns').Locale | undefined, import('date-fns').Locale | undefined> | null | undefined;
|
|
904
|
+
readonly multiDates?: import('vue').Prop<boolean | {
|
|
905
|
+
limit?: number | string;
|
|
906
|
+
dragSelect?: boolean;
|
|
907
|
+
} | undefined, boolean | {
|
|
908
|
+
limit?: number | string;
|
|
909
|
+
dragSelect?: boolean;
|
|
910
|
+
} | undefined> | null | undefined;
|
|
911
|
+
readonly presetDates?: import('vue').Prop<{
|
|
912
|
+
label: string;
|
|
913
|
+
value: import('vue').MaybeRefOrGetter<Date[] | string[] | string | Date>;
|
|
914
|
+
style?: Record<string, string>;
|
|
915
|
+
slot?: string;
|
|
916
|
+
noTz?: boolean;
|
|
917
|
+
testId?: string;
|
|
918
|
+
}[] | undefined, {
|
|
919
|
+
label: string;
|
|
920
|
+
value: import('vue').MaybeRefOrGetter<Date[] | string[] | string | Date>;
|
|
921
|
+
style?: Record<string, string>;
|
|
922
|
+
slot?: string;
|
|
923
|
+
noTz?: boolean;
|
|
924
|
+
testId?: string;
|
|
925
|
+
}[] | undefined> | null | undefined;
|
|
926
|
+
readonly flow?: import('vue').Prop<("time" | "month" | "calendar" | "year" | "minutes" | "hours" | "seconds")[] | undefined, ("time" | "month" | "calendar" | "year" | "minutes" | "hours" | "seconds")[] | undefined> | null | undefined;
|
|
927
|
+
readonly partialFlow?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
928
|
+
readonly preventMinMaxNavigation?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
929
|
+
readonly reverseYears?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
930
|
+
readonly weekPicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
931
|
+
readonly vertical?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
932
|
+
readonly ariaLabels?: import('vue').Prop<{
|
|
933
|
+
toggleOverlay?: string;
|
|
934
|
+
menu?: string;
|
|
935
|
+
input?: string;
|
|
936
|
+
calendarWrap?: string;
|
|
937
|
+
calendarDays?: string;
|
|
938
|
+
openTimePicker?: string;
|
|
939
|
+
closeTimePicker?: string;
|
|
940
|
+
incrementValue?: (type: import('@vuepic/vue-datepicker').TimeType) => string;
|
|
941
|
+
decrementValue?: (type: import('@vuepic/vue-datepicker').TimeType) => string;
|
|
942
|
+
openTpOverlay?: (type: import('@vuepic/vue-datepicker').TimeType) => string;
|
|
943
|
+
amPmButton?: string;
|
|
944
|
+
openYearsOverlay?: string;
|
|
945
|
+
openMonthsOverlay?: string;
|
|
946
|
+
nextMonth?: string;
|
|
947
|
+
prevMonth?: string;
|
|
948
|
+
nextYear?: string;
|
|
949
|
+
prevYear?: string;
|
|
950
|
+
day?: ({ value }: {
|
|
951
|
+
value: Date;
|
|
952
|
+
}) => string;
|
|
953
|
+
weekDay?: (day: number) => string;
|
|
954
|
+
clearInput?: string;
|
|
955
|
+
calendarIcon?: string;
|
|
956
|
+
timePicker?: string;
|
|
957
|
+
monthPicker: (overlay: boolean) => string;
|
|
958
|
+
yearPicker: (overlay: boolean) => string;
|
|
959
|
+
timeOverlay: (type: import('@vuepic/vue-datepicker').TimeType) => string;
|
|
960
|
+
} | undefined, {
|
|
961
|
+
toggleOverlay?: string;
|
|
962
|
+
menu?: string;
|
|
963
|
+
input?: string;
|
|
964
|
+
calendarWrap?: string;
|
|
965
|
+
calendarDays?: string;
|
|
966
|
+
openTimePicker?: string;
|
|
967
|
+
closeTimePicker?: string;
|
|
968
|
+
incrementValue?: (type: import('@vuepic/vue-datepicker').TimeType) => string;
|
|
969
|
+
decrementValue?: (type: import('@vuepic/vue-datepicker').TimeType) => string;
|
|
970
|
+
openTpOverlay?: (type: import('@vuepic/vue-datepicker').TimeType) => string;
|
|
971
|
+
amPmButton?: string;
|
|
972
|
+
openYearsOverlay?: string;
|
|
973
|
+
openMonthsOverlay?: string;
|
|
974
|
+
nextMonth?: string;
|
|
975
|
+
prevMonth?: string;
|
|
976
|
+
nextYear?: string;
|
|
977
|
+
prevYear?: string;
|
|
978
|
+
day?: ({ value }: {
|
|
979
|
+
value: Date;
|
|
980
|
+
}) => string;
|
|
981
|
+
weekDay?: (day: number) => string;
|
|
982
|
+
clearInput?: string;
|
|
983
|
+
calendarIcon?: string;
|
|
984
|
+
timePicker?: string;
|
|
985
|
+
monthPicker: (overlay: boolean) => string;
|
|
986
|
+
yearPicker: (overlay: boolean) => string;
|
|
987
|
+
timeOverlay: (type: import('@vuepic/vue-datepicker').TimeType) => string;
|
|
988
|
+
} | undefined> | null | undefined;
|
|
989
|
+
readonly arrowNavigation?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
990
|
+
readonly yearPicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
991
|
+
readonly dayNames?: import('vue').Prop<string[] | ((lang: string, weekStart: number) => string[]) | undefined, string[] | ((lang: string, weekStart: number) => string[]) | undefined> | null | undefined;
|
|
992
|
+
readonly modelType?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
993
|
+
readonly modelAuto?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
994
|
+
readonly highlight?: import('vue').Prop<((date: Date[], disabled?: boolean) => boolean) | ((month: {
|
|
995
|
+
month: number;
|
|
996
|
+
year: number;
|
|
997
|
+
}) => boolean) | ((year: number) => boolean) | ((quarter: {
|
|
998
|
+
quarter: number;
|
|
999
|
+
year: number;
|
|
1000
|
+
}) => boolean) | Partial<import('@vuepic/vue-datepicker').Highlight> | undefined, ((date: Date[], disabled?: boolean) => boolean) | ((month: {
|
|
1001
|
+
month: number;
|
|
1002
|
+
year: number;
|
|
1003
|
+
}) => boolean) | ((year: number) => boolean) | ((quarter: {
|
|
1004
|
+
quarter: number;
|
|
1005
|
+
year: number;
|
|
1006
|
+
}) => boolean) | Partial<import('@vuepic/vue-datepicker').Highlight> | undefined> | null | undefined;
|
|
1007
|
+
readonly offset?: import('vue').Prop<string | number | undefined, string | number | undefined> | null | undefined;
|
|
1008
|
+
readonly teleportCenter?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1009
|
+
readonly ignoreTimeValidation?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1010
|
+
readonly dayClass?: import('vue').Prop<((date: Date, internalModelValue: import('@vuepic/vue-datepicker').InternalTime) => string) | undefined, ((date: Date, internalModelValue: import('@vuepic/vue-datepicker').InternalTime) => string) | undefined> | null | undefined;
|
|
1011
|
+
readonly hideNavigation?: import('vue').Prop<("time" | "month" | "calendar" | "year" | "minutes" | "hours" | "seconds")[] | undefined, ("time" | "month" | "calendar" | "year" | "minutes" | "hours" | "seconds")[] | undefined> | null | undefined;
|
|
1012
|
+
readonly sixWeeks?: import('vue').Prop<boolean | "center" | "append" | "prepend" | "fair" | undefined, boolean | "center" | "append" | "prepend" | "fair" | undefined> | null | undefined;
|
|
1013
|
+
readonly timezone?: import('vue').Prop<string | {
|
|
1014
|
+
timezone?: string;
|
|
1015
|
+
exactMatch?: boolean;
|
|
1016
|
+
dateInTz?: string;
|
|
1017
|
+
emitTimezone?: string;
|
|
1018
|
+
convertModel?: boolean;
|
|
1019
|
+
} | undefined, string | {
|
|
1020
|
+
timezone?: string;
|
|
1021
|
+
exactMatch?: boolean;
|
|
1022
|
+
dateInTz?: string;
|
|
1023
|
+
emitTimezone?: string;
|
|
1024
|
+
convertModel?: boolean;
|
|
1025
|
+
} | undefined> | null | undefined;
|
|
1026
|
+
readonly disableYearSelect?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1027
|
+
readonly focusStartDate?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1028
|
+
readonly disabledTimes?: import('vue').Prop<((time: import('@vuepic/vue-datepicker').TimeObj | (import('@vuepic/vue-datepicker').TimeObj | undefined)[]) => boolean) | import('@vuepic/vue-datepicker').DisabledTime[] | [import('@vuepic/vue-datepicker').DisabledTime[], import('@vuepic/vue-datepicker').DisabledTime[]] | undefined, ((time: import('@vuepic/vue-datepicker').TimeObj | (import('@vuepic/vue-datepicker').TimeObj | undefined)[]) => boolean) | import('@vuepic/vue-datepicker').DisabledTime[] | [import('@vuepic/vue-datepicker').DisabledTime[], import('@vuepic/vue-datepicker').DisabledTime[]] | undefined> | null | undefined;
|
|
1029
|
+
readonly timePickerInline?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1030
|
+
readonly config?: import('vue').Prop<import('@vuepic/vue-datepicker').GeneralConfig | undefined, import('@vuepic/vue-datepicker').GeneralConfig | undefined> | null | undefined;
|
|
1031
|
+
readonly quarterPicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1032
|
+
readonly yearFirst?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1033
|
+
readonly loading?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1034
|
+
readonly onInternalModelChange?: import('vue').Prop<((...args: any[]) => void) | undefined, ((...args: any[]) => void) | undefined> | null | undefined;
|
|
1035
|
+
readonly enableMinutes?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1036
|
+
readonly ui?: import('vue').Prop<Partial<import('@vuepic/vue-datepicker').UIOptions> | undefined, Partial<import('@vuepic/vue-datepicker').UIOptions> | undefined> | null | undefined;
|
|
1037
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
1038
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
1039
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1040
|
+
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
1041
|
+
"onUpdate:model-timezone-value"?: ((...args: any[]) => any) | undefined;
|
|
1042
|
+
"onText-submit"?: ((...args: any[]) => any) | undefined;
|
|
1043
|
+
onClosed?: ((...args: any[]) => any) | undefined;
|
|
1044
|
+
onCleared?: ((...args: any[]) => any) | undefined;
|
|
1045
|
+
"onInternal-model-change"?: ((...args: any[]) => any) | undefined;
|
|
1046
|
+
"onRecalculate-position"?: ((...args: any[]) => any) | undefined;
|
|
1047
|
+
"onFlow-step"?: ((...args: any[]) => any) | undefined;
|
|
1048
|
+
"onUpdate-month-year"?: ((...args: any[]) => any) | undefined;
|
|
1049
|
+
"onInvalid-select"?: ((...args: any[]) => any) | undefined;
|
|
1050
|
+
"onTooltip-open"?: ((...args: any[]) => any) | undefined;
|
|
1051
|
+
"onTooltip-close"?: ((...args: any[]) => any) | undefined;
|
|
1052
|
+
"onInvalid-fixed-range"?: ((...args: any[]) => any) | undefined;
|
|
1053
|
+
"onTime-picker-open"?: ((...args: any[]) => any) | undefined;
|
|
1054
|
+
"onTime-picker-close"?: ((...args: any[]) => any) | undefined;
|
|
1055
|
+
"onAm-pm-change"?: ((...args: any[]) => any) | undefined;
|
|
1056
|
+
"onRange-start"?: ((...args: any[]) => any) | undefined;
|
|
1057
|
+
"onRange-end"?: ((...args: any[]) => any) | undefined;
|
|
1058
|
+
"onDate-update"?: ((...args: any[]) => any) | undefined;
|
|
1059
|
+
"onInvalid-date"?: ((...args: any[]) => any) | undefined;
|
|
1060
|
+
"onOverlay-toggle"?: ((...args: any[]) => any) | undefined;
|
|
1061
|
+
"onText-input"?: ((...args: any[]) => any) | undefined;
|
|
1062
|
+
}) & import('@vuepic/vue-datepicker').VueDatePickerProps, never>;
|
|
1063
|
+
$attrs: {
|
|
1064
|
+
[x: string]: unknown;
|
|
1065
|
+
};
|
|
1066
|
+
$refs: {
|
|
1067
|
+
[x: string]: unknown;
|
|
1068
|
+
};
|
|
1069
|
+
$slots: Readonly<{
|
|
1070
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
1071
|
+
}>;
|
|
1072
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
1073
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
1074
|
+
$host: Element | null;
|
|
1075
|
+
$emit: (event: import('@vuepic/vue-datepicker').EmitEvents, ...args: any[]) => void;
|
|
1076
|
+
$el: any;
|
|
1077
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<string[]> | import('vue').ExtractPropTypes<import('vue').ComponentObjectPropsOptions<import('@vuepic/vue-datepicker').VueDatePickerProps>>> & {
|
|
1078
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
1079
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
1080
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1081
|
+
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
1082
|
+
"onUpdate:model-timezone-value"?: ((...args: any[]) => any) | undefined;
|
|
1083
|
+
"onText-submit"?: ((...args: any[]) => any) | undefined;
|
|
1084
|
+
onClosed?: ((...args: any[]) => any) | undefined;
|
|
1085
|
+
onCleared?: ((...args: any[]) => any) | undefined;
|
|
1086
|
+
"onInternal-model-change"?: ((...args: any[]) => any) | undefined;
|
|
1087
|
+
"onRecalculate-position"?: ((...args: any[]) => any) | undefined;
|
|
1088
|
+
"onFlow-step"?: ((...args: any[]) => any) | undefined;
|
|
1089
|
+
"onUpdate-month-year"?: ((...args: any[]) => any) | undefined;
|
|
1090
|
+
"onInvalid-select"?: ((...args: any[]) => any) | undefined;
|
|
1091
|
+
"onTooltip-open"?: ((...args: any[]) => any) | undefined;
|
|
1092
|
+
"onTooltip-close"?: ((...args: any[]) => any) | undefined;
|
|
1093
|
+
"onInvalid-fixed-range"?: ((...args: any[]) => any) | undefined;
|
|
1094
|
+
"onTime-picker-open"?: ((...args: any[]) => any) | undefined;
|
|
1095
|
+
"onTime-picker-close"?: ((...args: any[]) => any) | undefined;
|
|
1096
|
+
"onAm-pm-change"?: ((...args: any[]) => any) | undefined;
|
|
1097
|
+
"onRange-start"?: ((...args: any[]) => any) | undefined;
|
|
1098
|
+
"onRange-end"?: ((...args: any[]) => any) | undefined;
|
|
1099
|
+
"onDate-update"?: ((...args: any[]) => any) | undefined;
|
|
1100
|
+
"onInvalid-date"?: ((...args: any[]) => any) | undefined;
|
|
1101
|
+
"onOverlay-toggle"?: ((...args: any[]) => any) | undefined;
|
|
1102
|
+
"onText-input"?: ((...args: any[]) => any) | undefined;
|
|
1103
|
+
}, {}, {}, import('vue').ComputedOptions, import('@vuepic/vue-datepicker').PublicMethods, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, import('@vuepic/vue-datepicker').EmitEvents[], string, {
|
|
1104
|
+
[x: number]: string;
|
|
1105
|
+
} | {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
1106
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
1107
|
+
created?: (() => void) | (() => void)[];
|
|
1108
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
1109
|
+
mounted?: (() => void) | (() => void)[];
|
|
1110
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
1111
|
+
updated?: (() => void) | (() => void)[];
|
|
1112
|
+
activated?: (() => void) | (() => void)[];
|
|
1113
|
+
deactivated?: (() => void) | (() => void)[];
|
|
1114
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
1115
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
1116
|
+
destroyed?: (() => void) | (() => void)[];
|
|
1117
|
+
unmounted?: (() => void) | (() => void)[];
|
|
1118
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
1119
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
1120
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
1121
|
+
};
|
|
1122
|
+
$forceUpdate: () => void;
|
|
1123
|
+
$nextTick: typeof import('vue').nextTick;
|
|
1124
|
+
$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;
|
|
1125
|
+
} & Readonly<{}> & Omit<{} & (Readonly<import('vue').ExtractPropTypes<string[]> | import('vue').ExtractPropTypes<import('vue').ComponentObjectPropsOptions<import('@vuepic/vue-datepicker').VueDatePickerProps>>> & {
|
|
1126
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
1127
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
1128
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1129
|
+
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
1130
|
+
"onUpdate:model-timezone-value"?: ((...args: any[]) => any) | undefined;
|
|
1131
|
+
"onText-submit"?: ((...args: any[]) => any) | undefined;
|
|
1132
|
+
onClosed?: ((...args: any[]) => any) | undefined;
|
|
1133
|
+
onCleared?: ((...args: any[]) => any) | undefined;
|
|
1134
|
+
"onInternal-model-change"?: ((...args: any[]) => any) | undefined;
|
|
1135
|
+
"onRecalculate-position"?: ((...args: any[]) => any) | undefined;
|
|
1136
|
+
"onFlow-step"?: ((...args: any[]) => any) | undefined;
|
|
1137
|
+
"onUpdate-month-year"?: ((...args: any[]) => any) | undefined;
|
|
1138
|
+
"onInvalid-select"?: ((...args: any[]) => any) | undefined;
|
|
1139
|
+
"onTooltip-open"?: ((...args: any[]) => any) | undefined;
|
|
1140
|
+
"onTooltip-close"?: ((...args: any[]) => any) | undefined;
|
|
1141
|
+
"onInvalid-fixed-range"?: ((...args: any[]) => any) | undefined;
|
|
1142
|
+
"onTime-picker-open"?: ((...args: any[]) => any) | undefined;
|
|
1143
|
+
"onTime-picker-close"?: ((...args: any[]) => any) | undefined;
|
|
1144
|
+
"onAm-pm-change"?: ((...args: any[]) => any) | undefined;
|
|
1145
|
+
"onRange-start"?: ((...args: any[]) => any) | undefined;
|
|
1146
|
+
"onRange-end"?: ((...args: any[]) => any) | undefined;
|
|
1147
|
+
"onDate-update"?: ((...args: any[]) => any) | undefined;
|
|
1148
|
+
"onInvalid-date"?: ((...args: any[]) => any) | undefined;
|
|
1149
|
+
"onOverlay-toggle"?: ((...args: any[]) => any) | undefined;
|
|
1150
|
+
"onText-input"?: ((...args: any[]) => any) | undefined;
|
|
1151
|
+
}), never> & import('vue').ShallowUnwrapRef<{}> & {
|
|
1152
|
+
[x: string]: never;
|
|
1153
|
+
} & import('@vuepic/vue-datepicker').PublicMethods & import('vue').ComponentCustomProperties & {} & {
|
|
1154
|
+
$slots: Readonly<import('@vuepic/vue-datepicker').Slots> & import('@vuepic/vue-datepicker').Slots;
|
|
1155
|
+
}) | null;
|
|
1156
|
+
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
188
1157
|
P: {};
|
|
189
1158
|
B: {};
|
|
190
1159
|
D: {};
|
|
191
1160
|
C: {};
|
|
192
1161
|
M: {};
|
|
193
1162
|
Defaults: {};
|
|
194
|
-
}, Readonly<
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
type: import('vue').PropType<boolean>;
|
|
209
|
-
default: boolean;
|
|
210
|
-
};
|
|
211
|
-
multiCalendars: {
|
|
212
|
-
type: import('vue').PropType<boolean>;
|
|
213
|
-
default: boolean;
|
|
214
|
-
};
|
|
215
|
-
enableTimePicker: {
|
|
216
|
-
type: import('vue').PropType<boolean>;
|
|
217
|
-
default: boolean;
|
|
218
|
-
};
|
|
219
|
-
autoApply: {
|
|
220
|
-
type: import('vue').PropType<boolean>;
|
|
221
|
-
default: boolean;
|
|
222
|
-
};
|
|
223
|
-
closeOnAutoApply: {
|
|
224
|
-
type: import('vue').PropType<boolean>;
|
|
225
|
-
default: boolean;
|
|
226
|
-
};
|
|
227
|
-
roundedEdges: {
|
|
228
|
-
type: import('vue').PropType<boolean>;
|
|
229
|
-
default: boolean;
|
|
230
|
-
};
|
|
231
|
-
locale: {
|
|
232
|
-
type: import('vue').PropType<string>;
|
|
233
|
-
default: string;
|
|
234
|
-
};
|
|
235
|
-
placeholderText: {
|
|
236
|
-
type: import('vue').PropType<string>;
|
|
237
|
-
default: string;
|
|
238
|
-
};
|
|
239
|
-
quickFilterRanges: {
|
|
240
|
-
type: import('vue').PropType<import('./UiDatePicker.vue').PresetRange[] | null>;
|
|
241
|
-
default: null;
|
|
242
|
-
};
|
|
243
|
-
quickFilterHeadline: {
|
|
244
|
-
type: import('vue').PropType<string>;
|
|
245
|
-
default: string;
|
|
246
|
-
};
|
|
247
|
-
selectedDate: {
|
|
248
|
-
type: import('vue').PropType<string | Date | [Date, Date] | {
|
|
249
|
-
month: number;
|
|
250
|
-
year: number;
|
|
251
|
-
}>;
|
|
252
|
-
default: string;
|
|
253
|
-
};
|
|
254
|
-
autoPosition: {
|
|
255
|
-
type: import('vue').PropType<boolean>;
|
|
256
|
-
default: boolean;
|
|
257
|
-
};
|
|
258
|
-
leftSidebar: {
|
|
259
|
-
type: import('vue').PropType<boolean>;
|
|
260
|
-
default: boolean;
|
|
261
|
-
};
|
|
262
|
-
actionArea: {
|
|
263
|
-
type: import('vue').PropType<boolean>;
|
|
264
|
-
default: boolean;
|
|
265
|
-
};
|
|
266
|
-
actionAreaExtraContent: {
|
|
267
|
-
type: import('vue').PropType<string>;
|
|
268
|
-
default: string;
|
|
269
|
-
};
|
|
270
|
-
firstAvailableDate: {
|
|
271
|
-
type: import('vue').PropType<number>;
|
|
272
|
-
default: number;
|
|
273
|
-
};
|
|
274
|
-
minDate: {
|
|
275
|
-
type: import('vue').PropType<string | Date>;
|
|
276
|
-
default: () => Date;
|
|
277
|
-
};
|
|
278
|
-
maxDate: {
|
|
279
|
-
type: import('vue').PropType<Date>;
|
|
280
|
-
default: undefined;
|
|
281
|
-
};
|
|
282
|
-
autoRange: {
|
|
283
|
-
type: import('vue').PropType<string | number>;
|
|
284
|
-
default: undefined;
|
|
285
|
-
};
|
|
286
|
-
maxRange: {
|
|
287
|
-
type: import('vue').PropType<string | number>;
|
|
288
|
-
default: undefined;
|
|
289
|
-
};
|
|
290
|
-
activeState: {
|
|
291
|
-
type: import('vue').PropType<boolean>;
|
|
292
|
-
default: boolean;
|
|
293
|
-
};
|
|
294
|
-
disabledState: {
|
|
295
|
-
type: import('vue').PropType<boolean>;
|
|
296
|
-
default: boolean;
|
|
297
|
-
};
|
|
298
|
-
monthPicker: {
|
|
299
|
-
type: import('vue').PropType<boolean>;
|
|
300
|
-
default: boolean;
|
|
301
|
-
};
|
|
302
|
-
customFormatCallback: {
|
|
303
|
-
type: import('vue').PropType<any>;
|
|
304
|
-
default: undefined;
|
|
305
|
-
};
|
|
306
|
-
inputLabel: {
|
|
307
|
-
type: import('vue').PropType<string>;
|
|
308
|
-
default: string;
|
|
309
|
-
};
|
|
310
|
-
utc: {
|
|
311
|
-
type: import('vue').PropType<boolean>;
|
|
312
|
-
default: boolean;
|
|
313
|
-
};
|
|
314
|
-
teleport: {
|
|
315
|
-
type: import('vue').PropType<string | boolean>;
|
|
316
|
-
default: undefined;
|
|
317
|
-
};
|
|
318
|
-
closeOnScroll: {
|
|
319
|
-
type: import('vue').PropType<boolean>;
|
|
320
|
-
default: boolean;
|
|
321
|
-
};
|
|
322
|
-
enableQuickfilterToggle: {
|
|
323
|
-
type: import('vue').PropType<boolean>;
|
|
324
|
-
default: boolean;
|
|
1163
|
+
}, Readonly<{
|
|
1164
|
+
definesRange?: boolean;
|
|
1165
|
+
multiCalendars?: boolean;
|
|
1166
|
+
enableTimePicker?: boolean;
|
|
1167
|
+
autoApply?: boolean;
|
|
1168
|
+
closeOnAutoApply?: boolean;
|
|
1169
|
+
roundedEdges?: boolean;
|
|
1170
|
+
locale?: string;
|
|
1171
|
+
placeholderText?: string;
|
|
1172
|
+
quickFilterRanges?: import('./UiDatePicker.vue').PresetRange[] | null;
|
|
1173
|
+
quickFilterHeadline?: string;
|
|
1174
|
+
selectedDate?: Date | [Date, Date] | string | {
|
|
1175
|
+
month: number;
|
|
1176
|
+
year: number;
|
|
325
1177
|
};
|
|
326
|
-
|
|
1178
|
+
autoPosition?: boolean;
|
|
1179
|
+
leftSidebar?: boolean;
|
|
1180
|
+
actionArea?: boolean;
|
|
1181
|
+
actionAreaExtraContent?: string;
|
|
1182
|
+
cancel?: string;
|
|
1183
|
+
submit?: string;
|
|
1184
|
+
firstAvailableDate?: number;
|
|
1185
|
+
minDate?: Date | string;
|
|
1186
|
+
maxDate?: Date;
|
|
1187
|
+
autoRange?: string | number | undefined;
|
|
1188
|
+
maxRange?: number | string | undefined;
|
|
1189
|
+
activeState?: boolean;
|
|
1190
|
+
disabledState?: boolean;
|
|
1191
|
+
monthPicker?: boolean;
|
|
1192
|
+
customFormatCallback?: any;
|
|
1193
|
+
inputLabel?: string;
|
|
1194
|
+
iconLeft?: (typeof iconNames)[number] | null;
|
|
1195
|
+
utc?: boolean;
|
|
1196
|
+
teleport?: boolean | string;
|
|
1197
|
+
closeOnScroll?: boolean;
|
|
1198
|
+
enableQuickfilterToggle?: boolean;
|
|
1199
|
+
}> & Readonly<{
|
|
327
1200
|
onClose?: (() => any) | undefined;
|
|
328
1201
|
onReset?: (() => any) | undefined;
|
|
329
1202
|
"onDate-changed"?: ((date: Date | [Date, Date]) => any) | undefined;
|
|
@@ -369,150 +1242,54 @@ declare const meta: {
|
|
|
369
1242
|
__isFragment?: never;
|
|
370
1243
|
__isTeleport?: never;
|
|
371
1244
|
__isSuspense?: never;
|
|
372
|
-
} & import('vue').ComponentOptionsBase<Readonly<
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
type: import('vue').PropType<boolean>;
|
|
387
|
-
default: boolean;
|
|
388
|
-
};
|
|
389
|
-
multiCalendars: {
|
|
390
|
-
type: import('vue').PropType<boolean>;
|
|
391
|
-
default: boolean;
|
|
392
|
-
};
|
|
393
|
-
enableTimePicker: {
|
|
394
|
-
type: import('vue').PropType<boolean>;
|
|
395
|
-
default: boolean;
|
|
396
|
-
};
|
|
397
|
-
autoApply: {
|
|
398
|
-
type: import('vue').PropType<boolean>;
|
|
399
|
-
default: boolean;
|
|
400
|
-
};
|
|
401
|
-
closeOnAutoApply: {
|
|
402
|
-
type: import('vue').PropType<boolean>;
|
|
403
|
-
default: boolean;
|
|
404
|
-
};
|
|
405
|
-
roundedEdges: {
|
|
406
|
-
type: import('vue').PropType<boolean>;
|
|
407
|
-
default: boolean;
|
|
408
|
-
};
|
|
409
|
-
locale: {
|
|
410
|
-
type: import('vue').PropType<string>;
|
|
411
|
-
default: string;
|
|
412
|
-
};
|
|
413
|
-
placeholderText: {
|
|
414
|
-
type: import('vue').PropType<string>;
|
|
415
|
-
default: string;
|
|
416
|
-
};
|
|
417
|
-
quickFilterRanges: {
|
|
418
|
-
type: import('vue').PropType<import('./UiDatePicker.vue').PresetRange[] | null>;
|
|
419
|
-
default: null;
|
|
420
|
-
};
|
|
421
|
-
quickFilterHeadline: {
|
|
422
|
-
type: import('vue').PropType<string>;
|
|
423
|
-
default: string;
|
|
424
|
-
};
|
|
425
|
-
selectedDate: {
|
|
426
|
-
type: import('vue').PropType<string | Date | [Date, Date] | {
|
|
427
|
-
month: number;
|
|
428
|
-
year: number;
|
|
429
|
-
}>;
|
|
430
|
-
default: string;
|
|
431
|
-
};
|
|
432
|
-
autoPosition: {
|
|
433
|
-
type: import('vue').PropType<boolean>;
|
|
434
|
-
default: boolean;
|
|
435
|
-
};
|
|
436
|
-
leftSidebar: {
|
|
437
|
-
type: import('vue').PropType<boolean>;
|
|
438
|
-
default: boolean;
|
|
439
|
-
};
|
|
440
|
-
actionArea: {
|
|
441
|
-
type: import('vue').PropType<boolean>;
|
|
442
|
-
default: boolean;
|
|
443
|
-
};
|
|
444
|
-
actionAreaExtraContent: {
|
|
445
|
-
type: import('vue').PropType<string>;
|
|
446
|
-
default: string;
|
|
447
|
-
};
|
|
448
|
-
firstAvailableDate: {
|
|
449
|
-
type: import('vue').PropType<number>;
|
|
450
|
-
default: number;
|
|
451
|
-
};
|
|
452
|
-
minDate: {
|
|
453
|
-
type: import('vue').PropType<string | Date>;
|
|
454
|
-
default: () => Date;
|
|
455
|
-
};
|
|
456
|
-
maxDate: {
|
|
457
|
-
type: import('vue').PropType<Date>;
|
|
458
|
-
default: undefined;
|
|
459
|
-
};
|
|
460
|
-
autoRange: {
|
|
461
|
-
type: import('vue').PropType<string | number>;
|
|
462
|
-
default: undefined;
|
|
463
|
-
};
|
|
464
|
-
maxRange: {
|
|
465
|
-
type: import('vue').PropType<string | number>;
|
|
466
|
-
default: undefined;
|
|
467
|
-
};
|
|
468
|
-
activeState: {
|
|
469
|
-
type: import('vue').PropType<boolean>;
|
|
470
|
-
default: boolean;
|
|
471
|
-
};
|
|
472
|
-
disabledState: {
|
|
473
|
-
type: import('vue').PropType<boolean>;
|
|
474
|
-
default: boolean;
|
|
475
|
-
};
|
|
476
|
-
monthPicker: {
|
|
477
|
-
type: import('vue').PropType<boolean>;
|
|
478
|
-
default: boolean;
|
|
479
|
-
};
|
|
480
|
-
customFormatCallback: {
|
|
481
|
-
type: import('vue').PropType<any>;
|
|
482
|
-
default: undefined;
|
|
483
|
-
};
|
|
484
|
-
inputLabel: {
|
|
485
|
-
type: import('vue').PropType<string>;
|
|
486
|
-
default: string;
|
|
487
|
-
};
|
|
488
|
-
utc: {
|
|
489
|
-
type: import('vue').PropType<boolean>;
|
|
490
|
-
default: boolean;
|
|
491
|
-
};
|
|
492
|
-
teleport: {
|
|
493
|
-
type: import('vue').PropType<string | boolean>;
|
|
494
|
-
default: undefined;
|
|
495
|
-
};
|
|
496
|
-
closeOnScroll: {
|
|
497
|
-
type: import('vue').PropType<boolean>;
|
|
498
|
-
default: boolean;
|
|
499
|
-
};
|
|
500
|
-
enableQuickfilterToggle: {
|
|
501
|
-
type: import('vue').PropType<boolean>;
|
|
502
|
-
default: boolean;
|
|
1245
|
+
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
1246
|
+
definesRange?: boolean;
|
|
1247
|
+
multiCalendars?: boolean;
|
|
1248
|
+
enableTimePicker?: boolean;
|
|
1249
|
+
autoApply?: boolean;
|
|
1250
|
+
closeOnAutoApply?: boolean;
|
|
1251
|
+
roundedEdges?: boolean;
|
|
1252
|
+
locale?: string;
|
|
1253
|
+
placeholderText?: string;
|
|
1254
|
+
quickFilterRanges?: import('./UiDatePicker.vue').PresetRange[] | null;
|
|
1255
|
+
quickFilterHeadline?: string;
|
|
1256
|
+
selectedDate?: Date | [Date, Date] | string | {
|
|
1257
|
+
month: number;
|
|
1258
|
+
year: number;
|
|
503
1259
|
};
|
|
504
|
-
|
|
1260
|
+
autoPosition?: boolean;
|
|
1261
|
+
leftSidebar?: boolean;
|
|
1262
|
+
actionArea?: boolean;
|
|
1263
|
+
actionAreaExtraContent?: string;
|
|
1264
|
+
cancel?: string;
|
|
1265
|
+
submit?: string;
|
|
1266
|
+
firstAvailableDate?: number;
|
|
1267
|
+
minDate?: Date | string;
|
|
1268
|
+
maxDate?: Date;
|
|
1269
|
+
autoRange?: string | number | undefined;
|
|
1270
|
+
maxRange?: number | string | undefined;
|
|
1271
|
+
activeState?: boolean;
|
|
1272
|
+
disabledState?: boolean;
|
|
1273
|
+
monthPicker?: boolean;
|
|
1274
|
+
customFormatCallback?: any;
|
|
1275
|
+
inputLabel?: string;
|
|
1276
|
+
iconLeft?: (typeof iconNames)[number] | null;
|
|
1277
|
+
utc?: boolean;
|
|
1278
|
+
teleport?: boolean | string;
|
|
1279
|
+
closeOnScroll?: boolean;
|
|
1280
|
+
enableQuickfilterToggle?: boolean;
|
|
1281
|
+
}> & Readonly<{
|
|
505
1282
|
onClose?: (() => any) | undefined;
|
|
506
1283
|
onReset?: (() => any) | undefined;
|
|
507
1284
|
"onDate-changed"?: ((date: Date | [Date, Date]) => any) | undefined;
|
|
508
1285
|
onOpen?: (() => any) | undefined;
|
|
509
1286
|
onDatepickerQuickfilterClick?: ((trackingName: string) => any) | undefined;
|
|
510
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
datepickerQuickfilterClick: (trackingName: string) =>
|
|
1287
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
1288
|
+
close: () => any;
|
|
1289
|
+
reset: () => any;
|
|
1290
|
+
"date-changed": (date: Date | [Date, Date]) => any;
|
|
1291
|
+
open: () => any;
|
|
1292
|
+
datepickerQuickfilterClick: (trackingName: string) => any;
|
|
516
1293
|
}, string, {
|
|
517
1294
|
cancel: string;
|
|
518
1295
|
submit: string;
|
|
@@ -664,150 +1441,54 @@ declare const meta: {
|
|
|
664
1441
|
render: (args: any) => {
|
|
665
1442
|
components: {
|
|
666
1443
|
UiDatePicker: {
|
|
667
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
type: import('vue').PropType<boolean>;
|
|
682
|
-
default: boolean;
|
|
683
|
-
};
|
|
684
|
-
multiCalendars: {
|
|
685
|
-
type: import('vue').PropType<boolean>;
|
|
686
|
-
default: boolean;
|
|
687
|
-
};
|
|
688
|
-
enableTimePicker: {
|
|
689
|
-
type: import('vue').PropType<boolean>;
|
|
690
|
-
default: boolean;
|
|
691
|
-
};
|
|
692
|
-
autoApply: {
|
|
693
|
-
type: import('vue').PropType<boolean>;
|
|
694
|
-
default: boolean;
|
|
695
|
-
};
|
|
696
|
-
closeOnAutoApply: {
|
|
697
|
-
type: import('vue').PropType<boolean>;
|
|
698
|
-
default: boolean;
|
|
699
|
-
};
|
|
700
|
-
roundedEdges: {
|
|
701
|
-
type: import('vue').PropType<boolean>;
|
|
702
|
-
default: boolean;
|
|
703
|
-
};
|
|
704
|
-
locale: {
|
|
705
|
-
type: import('vue').PropType<string>;
|
|
706
|
-
default: string;
|
|
707
|
-
};
|
|
708
|
-
placeholderText: {
|
|
709
|
-
type: import('vue').PropType<string>;
|
|
710
|
-
default: string;
|
|
711
|
-
};
|
|
712
|
-
quickFilterRanges: {
|
|
713
|
-
type: import('vue').PropType<import('./UiDatePicker.vue').PresetRange[] | null>;
|
|
714
|
-
default: null;
|
|
715
|
-
};
|
|
716
|
-
quickFilterHeadline: {
|
|
717
|
-
type: import('vue').PropType<string>;
|
|
718
|
-
default: string;
|
|
719
|
-
};
|
|
720
|
-
selectedDate: {
|
|
721
|
-
type: import('vue').PropType<string | Date | [Date, Date] | {
|
|
722
|
-
month: number;
|
|
723
|
-
year: number;
|
|
724
|
-
}>;
|
|
725
|
-
default: string;
|
|
726
|
-
};
|
|
727
|
-
autoPosition: {
|
|
728
|
-
type: import('vue').PropType<boolean>;
|
|
729
|
-
default: boolean;
|
|
730
|
-
};
|
|
731
|
-
leftSidebar: {
|
|
732
|
-
type: import('vue').PropType<boolean>;
|
|
733
|
-
default: boolean;
|
|
734
|
-
};
|
|
735
|
-
actionArea: {
|
|
736
|
-
type: import('vue').PropType<boolean>;
|
|
737
|
-
default: boolean;
|
|
738
|
-
};
|
|
739
|
-
actionAreaExtraContent: {
|
|
740
|
-
type: import('vue').PropType<string>;
|
|
741
|
-
default: string;
|
|
742
|
-
};
|
|
743
|
-
firstAvailableDate: {
|
|
744
|
-
type: import('vue').PropType<number>;
|
|
745
|
-
default: number;
|
|
746
|
-
};
|
|
747
|
-
minDate: {
|
|
748
|
-
type: import('vue').PropType<string | Date>;
|
|
749
|
-
default: () => Date;
|
|
750
|
-
};
|
|
751
|
-
maxDate: {
|
|
752
|
-
type: import('vue').PropType<Date>;
|
|
753
|
-
default: undefined;
|
|
754
|
-
};
|
|
755
|
-
autoRange: {
|
|
756
|
-
type: import('vue').PropType<string | number>;
|
|
757
|
-
default: undefined;
|
|
758
|
-
};
|
|
759
|
-
maxRange: {
|
|
760
|
-
type: import('vue').PropType<string | number>;
|
|
761
|
-
default: undefined;
|
|
762
|
-
};
|
|
763
|
-
activeState: {
|
|
764
|
-
type: import('vue').PropType<boolean>;
|
|
765
|
-
default: boolean;
|
|
766
|
-
};
|
|
767
|
-
disabledState: {
|
|
768
|
-
type: import('vue').PropType<boolean>;
|
|
769
|
-
default: boolean;
|
|
770
|
-
};
|
|
771
|
-
monthPicker: {
|
|
772
|
-
type: import('vue').PropType<boolean>;
|
|
773
|
-
default: boolean;
|
|
774
|
-
};
|
|
775
|
-
customFormatCallback: {
|
|
776
|
-
type: import('vue').PropType<any>;
|
|
777
|
-
default: undefined;
|
|
778
|
-
};
|
|
779
|
-
inputLabel: {
|
|
780
|
-
type: import('vue').PropType<string>;
|
|
781
|
-
default: string;
|
|
782
|
-
};
|
|
783
|
-
utc: {
|
|
784
|
-
type: import('vue').PropType<boolean>;
|
|
785
|
-
default: boolean;
|
|
786
|
-
};
|
|
787
|
-
teleport: {
|
|
788
|
-
type: import('vue').PropType<string | boolean>;
|
|
789
|
-
default: undefined;
|
|
790
|
-
};
|
|
791
|
-
closeOnScroll: {
|
|
792
|
-
type: import('vue').PropType<boolean>;
|
|
793
|
-
default: boolean;
|
|
794
|
-
};
|
|
795
|
-
enableQuickfilterToggle: {
|
|
796
|
-
type: import('vue').PropType<boolean>;
|
|
797
|
-
default: boolean;
|
|
1444
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
1445
|
+
definesRange?: boolean;
|
|
1446
|
+
multiCalendars?: boolean;
|
|
1447
|
+
enableTimePicker?: boolean;
|
|
1448
|
+
autoApply?: boolean;
|
|
1449
|
+
closeOnAutoApply?: boolean;
|
|
1450
|
+
roundedEdges?: boolean;
|
|
1451
|
+
locale?: string;
|
|
1452
|
+
placeholderText?: string;
|
|
1453
|
+
quickFilterRanges?: import('./UiDatePicker.vue').PresetRange[] | null;
|
|
1454
|
+
quickFilterHeadline?: string;
|
|
1455
|
+
selectedDate?: Date | [Date, Date] | string | {
|
|
1456
|
+
month: number;
|
|
1457
|
+
year: number;
|
|
798
1458
|
};
|
|
799
|
-
|
|
1459
|
+
autoPosition?: boolean;
|
|
1460
|
+
leftSidebar?: boolean;
|
|
1461
|
+
actionArea?: boolean;
|
|
1462
|
+
actionAreaExtraContent?: string;
|
|
1463
|
+
cancel?: string;
|
|
1464
|
+
submit?: string;
|
|
1465
|
+
firstAvailableDate?: number;
|
|
1466
|
+
minDate?: Date | string;
|
|
1467
|
+
maxDate?: Date;
|
|
1468
|
+
autoRange?: string | number | undefined;
|
|
1469
|
+
maxRange?: number | string | undefined;
|
|
1470
|
+
activeState?: boolean;
|
|
1471
|
+
disabledState?: boolean;
|
|
1472
|
+
monthPicker?: boolean;
|
|
1473
|
+
customFormatCallback?: any;
|
|
1474
|
+
inputLabel?: string;
|
|
1475
|
+
iconLeft?: (typeof iconNames)[number] | null;
|
|
1476
|
+
utc?: boolean;
|
|
1477
|
+
teleport?: boolean | string;
|
|
1478
|
+
closeOnScroll?: boolean;
|
|
1479
|
+
enableQuickfilterToggle?: boolean;
|
|
1480
|
+
}> & Readonly<{
|
|
800
1481
|
onClose?: (() => any) | undefined;
|
|
801
1482
|
onReset?: (() => any) | undefined;
|
|
802
1483
|
"onDate-changed"?: ((date: Date | [Date, Date]) => any) | undefined;
|
|
803
1484
|
onOpen?: (() => any) | undefined;
|
|
804
1485
|
onDatepickerQuickfilterClick?: ((trackingName: string) => any) | undefined;
|
|
805
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
datepickerQuickfilterClick: (trackingName: string) =>
|
|
1486
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
1487
|
+
close: () => any;
|
|
1488
|
+
reset: () => any;
|
|
1489
|
+
"date-changed": (date: Date | [Date, Date]) => any;
|
|
1490
|
+
open: () => any;
|
|
1491
|
+
datepickerQuickfilterClick: (trackingName: string) => any;
|
|
811
1492
|
}, import('vue').PublicProps, {
|
|
812
1493
|
cancel: string;
|
|
813
1494
|
submit: string;
|
|
@@ -844,146 +1525,1116 @@ declare const meta: {
|
|
|
844
1525
|
teleport: boolean | string;
|
|
845
1526
|
closeOnScroll: boolean;
|
|
846
1527
|
enableQuickfilterToggle: boolean;
|
|
847
|
-
},
|
|
1528
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
1529
|
+
datePickerRef: ({
|
|
1530
|
+
$: import('vue').ComponentInternalInstance;
|
|
1531
|
+
$data: {};
|
|
1532
|
+
$props: Partial<{
|
|
1533
|
+
[x: number]: string;
|
|
1534
|
+
} | {}> & Omit<({
|
|
1535
|
+
readonly [x: number]: string;
|
|
1536
|
+
readonly [Symbol.iterator]?: ArrayIterator<string> | undefined;
|
|
1537
|
+
readonly [Symbol.unscopables]?: {
|
|
1538
|
+
[x: number]: boolean | undefined;
|
|
1539
|
+
length?: boolean | undefined;
|
|
1540
|
+
toString?: boolean | undefined;
|
|
1541
|
+
toLocaleString?: boolean | undefined;
|
|
1542
|
+
pop?: boolean | undefined;
|
|
1543
|
+
push?: boolean | undefined;
|
|
1544
|
+
concat?: boolean | undefined;
|
|
1545
|
+
join?: boolean | undefined;
|
|
1546
|
+
reverse?: boolean | undefined;
|
|
1547
|
+
shift?: boolean | undefined;
|
|
1548
|
+
slice?: boolean | undefined;
|
|
1549
|
+
sort?: boolean | undefined;
|
|
1550
|
+
splice?: boolean | undefined;
|
|
1551
|
+
unshift?: boolean | undefined;
|
|
1552
|
+
indexOf?: boolean | undefined;
|
|
1553
|
+
lastIndexOf?: boolean | undefined;
|
|
1554
|
+
every?: boolean | undefined;
|
|
1555
|
+
some?: boolean | undefined;
|
|
1556
|
+
forEach?: boolean | undefined;
|
|
1557
|
+
map?: boolean | undefined;
|
|
1558
|
+
filter?: boolean | undefined;
|
|
1559
|
+
reduce?: boolean | undefined;
|
|
1560
|
+
reduceRight?: boolean | undefined;
|
|
1561
|
+
find?: boolean | undefined;
|
|
1562
|
+
findIndex?: boolean | undefined;
|
|
1563
|
+
fill?: boolean | undefined;
|
|
1564
|
+
copyWithin?: boolean | undefined;
|
|
1565
|
+
entries?: boolean | undefined;
|
|
1566
|
+
keys?: boolean | undefined;
|
|
1567
|
+
values?: boolean | undefined;
|
|
1568
|
+
includes?: boolean | undefined;
|
|
1569
|
+
flatMap?: boolean | undefined;
|
|
1570
|
+
flat?: boolean | undefined;
|
|
1571
|
+
at?: boolean | undefined;
|
|
1572
|
+
findLast?: boolean | undefined;
|
|
1573
|
+
findLastIndex?: boolean | undefined;
|
|
1574
|
+
toReversed?: boolean | undefined;
|
|
1575
|
+
toSorted?: boolean | undefined;
|
|
1576
|
+
toSpliced?: boolean | undefined;
|
|
1577
|
+
with?: boolean | undefined;
|
|
1578
|
+
[Symbol.iterator]?: boolean | undefined;
|
|
1579
|
+
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
1580
|
+
} | undefined;
|
|
1581
|
+
readonly filter?: {
|
|
1582
|
+
<S extends string>(predicate: (value: string, index: number, array: string[]) => value is S, thisArg?: any): S[];
|
|
1583
|
+
(predicate: (value: string, index: number, array: string[]) => unknown, thisArg?: any): string[];
|
|
1584
|
+
} | undefined;
|
|
1585
|
+
readonly map?: (<U>(callbackfn: (value: string, index: number, array: string[]) => U, thisArg?: any) => U[]) | undefined;
|
|
1586
|
+
readonly concat?: string[] | undefined;
|
|
1587
|
+
readonly indexOf?: ((searchElement: string, fromIndex?: number) => number) | undefined;
|
|
1588
|
+
readonly lastIndexOf?: ((searchElement: string, fromIndex?: number) => number) | undefined;
|
|
1589
|
+
readonly slice?: string[] | undefined;
|
|
1590
|
+
readonly length?: number | undefined;
|
|
1591
|
+
readonly includes?: ((searchElement: string, fromIndex?: number) => boolean) | undefined;
|
|
1592
|
+
readonly at?: ((index: number) => string | undefined) | undefined;
|
|
1593
|
+
readonly toLocaleString?: string | undefined;
|
|
1594
|
+
readonly pop?: string | undefined;
|
|
1595
|
+
readonly push?: number | undefined;
|
|
1596
|
+
readonly join?: string | undefined;
|
|
1597
|
+
readonly reverse?: string[] | undefined;
|
|
1598
|
+
readonly shift?: string | undefined;
|
|
1599
|
+
readonly sort?: string[] | undefined;
|
|
1600
|
+
readonly splice?: {
|
|
1601
|
+
(start: number, deleteCount?: number): string[];
|
|
1602
|
+
(start: number, deleteCount: number, ...items: string[]): string[];
|
|
1603
|
+
} | undefined;
|
|
1604
|
+
readonly unshift?: number | undefined;
|
|
1605
|
+
readonly every?: {
|
|
1606
|
+
<S extends string>(predicate: (value: string, index: number, array: string[]) => value is S, thisArg?: any): this is S[];
|
|
1607
|
+
(predicate: (value: string, index: number, array: string[]) => unknown, thisArg?: any): boolean;
|
|
1608
|
+
} | undefined;
|
|
1609
|
+
readonly some?: ((predicate: (value: string, index: number, array: string[]) => unknown, thisArg?: any) => boolean) | undefined;
|
|
1610
|
+
readonly forEach?: ((callbackfn: (value: string, index: number, array: string[]) => void, thisArg?: any) => void) | undefined;
|
|
1611
|
+
readonly reduce?: {
|
|
1612
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: string[]) => string): string;
|
|
1613
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: string[]) => string, initialValue: string): string;
|
|
1614
|
+
<U>(callbackfn: (previousValue: U, currentValue: string, currentIndex: number, array: string[]) => U, initialValue: U): U;
|
|
1615
|
+
} | undefined;
|
|
1616
|
+
readonly reduceRight?: {
|
|
1617
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: string[]) => string): string;
|
|
1618
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: string[]) => string, initialValue: string): string;
|
|
1619
|
+
<U>(callbackfn: (previousValue: U, currentValue: string, currentIndex: number, array: string[]) => U, initialValue: U): U;
|
|
1620
|
+
} | undefined;
|
|
1621
|
+
readonly find?: {
|
|
1622
|
+
<S extends string>(predicate: (value: string, index: number, obj: string[]) => value is S, thisArg?: any): S | undefined;
|
|
1623
|
+
(predicate: (value: string, index: number, obj: string[]) => unknown, thisArg?: any): string | undefined;
|
|
1624
|
+
} | undefined;
|
|
1625
|
+
readonly findIndex?: ((predicate: (value: string, index: number, obj: string[]) => unknown, thisArg?: any) => number) | undefined;
|
|
1626
|
+
readonly fill?: ((value: string, start?: number, end?: number) => string[]) | undefined;
|
|
1627
|
+
readonly copyWithin?: ((target: number, start: number, end?: number) => string[]) | undefined;
|
|
1628
|
+
readonly entries?: ArrayIterator<[number, string]> | undefined;
|
|
1629
|
+
readonly keys?: ArrayIterator<number> | undefined;
|
|
1630
|
+
readonly values?: ArrayIterator<string> | undefined;
|
|
1631
|
+
readonly flatMap?: (<U, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U | readonly U[], thisArg?: This | undefined) => U[]) | undefined;
|
|
1632
|
+
readonly flat?: unknown[] | undefined;
|
|
1633
|
+
readonly findLast?: {
|
|
1634
|
+
<S extends string>(predicate: (value: string, index: number, array: string[]) => value is S, thisArg?: any): S | undefined;
|
|
1635
|
+
(predicate: (value: string, index: number, array: string[]) => unknown, thisArg?: any): string | undefined;
|
|
1636
|
+
} | undefined;
|
|
1637
|
+
readonly findLastIndex?: ((predicate: (value: string, index: number, array: string[]) => unknown, thisArg?: any) => number) | undefined;
|
|
1638
|
+
readonly toReversed?: string[] | undefined;
|
|
1639
|
+
readonly toSorted?: string[] | undefined;
|
|
1640
|
+
readonly toSpliced?: {
|
|
1641
|
+
(start: number, deleteCount: number, ...items: string[]): string[];
|
|
1642
|
+
(start: number, deleteCount?: number): string[];
|
|
1643
|
+
} | undefined;
|
|
1644
|
+
readonly with?: ((index: number, value: string) => string[]) | undefined;
|
|
1645
|
+
readonly toString?: string | undefined;
|
|
1646
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
1647
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
1648
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1649
|
+
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
1650
|
+
"onUpdate:model-timezone-value"?: ((...args: any[]) => any) | undefined;
|
|
1651
|
+
"onText-submit"?: ((...args: any[]) => any) | undefined;
|
|
1652
|
+
onClosed?: ((...args: any[]) => any) | undefined;
|
|
1653
|
+
onCleared?: ((...args: any[]) => any) | undefined;
|
|
1654
|
+
"onInternal-model-change"?: ((...args: any[]) => any) | undefined;
|
|
1655
|
+
"onRecalculate-position"?: ((...args: any[]) => any) | undefined;
|
|
1656
|
+
"onFlow-step"?: ((...args: any[]) => any) | undefined;
|
|
1657
|
+
"onUpdate-month-year"?: ((...args: any[]) => any) | undefined;
|
|
1658
|
+
"onInvalid-select"?: ((...args: any[]) => any) | undefined;
|
|
1659
|
+
"onTooltip-open"?: ((...args: any[]) => any) | undefined;
|
|
1660
|
+
"onTooltip-close"?: ((...args: any[]) => any) | undefined;
|
|
1661
|
+
"onInvalid-fixed-range"?: ((...args: any[]) => any) | undefined;
|
|
1662
|
+
"onTime-picker-open"?: ((...args: any[]) => any) | undefined;
|
|
1663
|
+
"onTime-picker-close"?: ((...args: any[]) => any) | undefined;
|
|
1664
|
+
"onAm-pm-change"?: ((...args: any[]) => any) | undefined;
|
|
1665
|
+
"onRange-start"?: ((...args: any[]) => any) | undefined;
|
|
1666
|
+
"onRange-end"?: ((...args: any[]) => any) | undefined;
|
|
1667
|
+
"onDate-update"?: ((...args: any[]) => any) | undefined;
|
|
1668
|
+
"onInvalid-date"?: ((...args: any[]) => any) | undefined;
|
|
1669
|
+
"onOverlay-toggle"?: ((...args: any[]) => any) | undefined;
|
|
1670
|
+
"onText-input"?: ((...args: any[]) => any) | undefined;
|
|
1671
|
+
} | {
|
|
1672
|
+
readonly name?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
1673
|
+
readonly required?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1674
|
+
readonly disabled?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1675
|
+
readonly readonly?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1676
|
+
readonly modelValue?: import('vue').Prop<import('@vuepic/vue-datepicker').ModelValue | undefined, import('@vuepic/vue-datepicker').ModelValue | undefined> | null | undefined;
|
|
1677
|
+
readonly placeholder?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
1678
|
+
readonly autocomplete?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
1679
|
+
readonly range?: import('vue').Prop<boolean | import('@vuepic/vue-datepicker').RangeConfig | undefined, boolean | import('@vuepic/vue-datepicker').RangeConfig | undefined> | null | undefined;
|
|
1680
|
+
readonly multiCalendars?: import('vue').Prop<import('@vuepic/vue-datepicker').DpOptionEnabled | Partial<{
|
|
1681
|
+
static: boolean;
|
|
1682
|
+
solo: boolean;
|
|
1683
|
+
count: number | string;
|
|
1684
|
+
}> | undefined, import('@vuepic/vue-datepicker').DpOptionEnabled | Partial<{
|
|
1685
|
+
static: boolean;
|
|
1686
|
+
solo: boolean;
|
|
1687
|
+
count: number | string;
|
|
1688
|
+
}> | undefined> | null | undefined;
|
|
1689
|
+
readonly enableTimePicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1690
|
+
readonly autoApply?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1691
|
+
readonly locale?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
1692
|
+
readonly autoPosition?: import('vue').Prop<boolean | "top" | "bottom" | undefined, boolean | "top" | "bottom" | undefined> | null | undefined;
|
|
1693
|
+
readonly minDate?: import('vue').Prop<string | Date | undefined, string | Date | undefined> | null | undefined;
|
|
1694
|
+
readonly maxDate?: import('vue').Prop<string | Date | undefined, string | Date | undefined> | null | undefined;
|
|
1695
|
+
readonly monthPicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1696
|
+
readonly utc?: import('vue').Prop<boolean | "preserve" | undefined, boolean | "preserve" | undefined> | null | undefined;
|
|
1697
|
+
readonly teleport?: import('vue').Prop<string | boolean | HTMLElement | undefined, string | boolean | HTMLElement | undefined> | null | undefined;
|
|
1698
|
+
readonly calendar?: import('vue').Prop<((weeks: import('@vuepic/vue-datepicker').CalendarWeek[]) => import('@vuepic/vue-datepicker').CalendarWeek[]) | undefined, ((weeks: import('@vuepic/vue-datepicker').CalendarWeek[]) => import('@vuepic/vue-datepicker').CalendarWeek[]) | undefined> | null | undefined;
|
|
1699
|
+
readonly uid?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
1700
|
+
readonly is24?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1701
|
+
readonly position?: import('vue').Prop<"left" | "center" | "right" | undefined, "left" | "center" | "right" | undefined> | null | undefined;
|
|
1702
|
+
readonly dark?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1703
|
+
readonly weekNumbers?: import('vue').Prop<import('@vuepic/vue-datepicker').WeekNumberType | {
|
|
1704
|
+
type: import('@vuepic/vue-datepicker').WeekNumberType;
|
|
1705
|
+
hideOnOffsetDates?: boolean;
|
|
1706
|
+
} | undefined, import('@vuepic/vue-datepicker').WeekNumberType | {
|
|
1707
|
+
type: import('@vuepic/vue-datepicker').WeekNumberType;
|
|
1708
|
+
hideOnOffsetDates?: boolean;
|
|
1709
|
+
} | undefined> | null | undefined;
|
|
1710
|
+
readonly hoursIncrement?: import('vue').Prop<string | number | undefined, string | number | undefined> | null | undefined;
|
|
1711
|
+
readonly hoursGridIncrement?: import('vue').Prop<string | number | undefined, string | number | undefined> | null | undefined;
|
|
1712
|
+
readonly secondsGridIncrement?: import('vue').Prop<string | number | undefined, string | number | undefined> | null | undefined;
|
|
1713
|
+
readonly minutesGridIncrement?: import('vue').Prop<string | number | undefined, string | number | undefined> | null | undefined;
|
|
1714
|
+
readonly minutesIncrement?: import('vue').Prop<string | number | undefined, string | number | undefined> | null | undefined;
|
|
1715
|
+
readonly secondsIncrement?: import('vue').Prop<string | number | undefined, string | number | undefined> | null | undefined;
|
|
1716
|
+
readonly minTime?: import('vue').Prop<import('@vuepic/vue-datepicker').PartialTimeObj | undefined, import('@vuepic/vue-datepicker').PartialTimeObj | undefined> | null | undefined;
|
|
1717
|
+
readonly maxTime?: import('vue').Prop<import('@vuepic/vue-datepicker').PartialTimeObj | undefined, import('@vuepic/vue-datepicker').PartialTimeObj | undefined> | null | undefined;
|
|
1718
|
+
readonly weekStart?: import('vue').Prop<0 | "0" | 1 | 2 | 3 | 4 | 5 | 6 | "1" | "2" | "3" | "4" | "5" | "6" | undefined, 0 | "0" | 1 | 2 | 3 | 4 | 5 | 6 | "1" | "2" | "3" | "4" | "5" | "6" | undefined> | null | undefined;
|
|
1719
|
+
readonly format?: import('vue').Prop<string | ((date: Date) => string) | ((dates: Date[]) => string) | undefined, string | ((date: Date) => string) | ((dates: Date[]) => string) | undefined> | null | undefined;
|
|
1720
|
+
readonly previewFormat?: import('vue').Prop<string | ((date: Date) => string) | ((dates: Date[]) => string) | undefined, string | ((date: Date) => string) | ((dates: Date[]) => string) | undefined> | null | undefined;
|
|
1721
|
+
readonly hideInputIcon?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1722
|
+
readonly state?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1723
|
+
readonly clearable?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1724
|
+
readonly alwaysClearable?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1725
|
+
readonly filters?: import('vue').Prop<{
|
|
1726
|
+
months?: number[];
|
|
1727
|
+
years?: number[];
|
|
1728
|
+
times?: {
|
|
1729
|
+
hours?: number[];
|
|
1730
|
+
minutes?: number[];
|
|
1731
|
+
seconds?: number[];
|
|
1732
|
+
};
|
|
1733
|
+
} | undefined, {
|
|
1734
|
+
months?: number[];
|
|
1735
|
+
years?: number[];
|
|
1736
|
+
times?: {
|
|
1737
|
+
hours?: number[];
|
|
1738
|
+
minutes?: number[];
|
|
1739
|
+
seconds?: number[];
|
|
1740
|
+
};
|
|
1741
|
+
} | undefined> | null | undefined;
|
|
1742
|
+
readonly disableMonthYearSelect?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1743
|
+
readonly yearRange?: import('vue').Prop<number[] | undefined, number[] | undefined> | null | undefined;
|
|
1744
|
+
readonly disabledDates?: import('vue').Prop<string[] | Date[] | ((date: Date) => boolean) | undefined, string[] | Date[] | ((date: Date) => boolean) | undefined> | null | undefined;
|
|
1745
|
+
readonly inline?: import('vue').Prop<boolean | {
|
|
1746
|
+
input?: boolean;
|
|
1747
|
+
} | undefined, boolean | {
|
|
1748
|
+
input?: boolean;
|
|
1749
|
+
} | undefined> | null | undefined;
|
|
1750
|
+
readonly selectText?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
1751
|
+
readonly cancelText?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
1752
|
+
readonly weekNumName?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
1753
|
+
readonly timePicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1754
|
+
readonly textInput?: import('vue').Prop<boolean | {
|
|
1755
|
+
enterSubmit?: boolean;
|
|
1756
|
+
tabSubmit?: boolean;
|
|
1757
|
+
openMenu?: "open" | "toggle" | boolean;
|
|
1758
|
+
rangeSeparator?: string;
|
|
1759
|
+
selectOnFocus?: boolean;
|
|
1760
|
+
format?: string | string[] | ((value: string) => Date | null);
|
|
1761
|
+
escClose?: boolean;
|
|
1762
|
+
} | undefined, boolean | {
|
|
1763
|
+
enterSubmit?: boolean;
|
|
1764
|
+
tabSubmit?: boolean;
|
|
1765
|
+
openMenu?: "open" | "toggle" | boolean;
|
|
1766
|
+
rangeSeparator?: string;
|
|
1767
|
+
selectOnFocus?: boolean;
|
|
1768
|
+
format?: string | string[] | ((value: string) => Date | null);
|
|
1769
|
+
escClose?: boolean;
|
|
1770
|
+
} | undefined> | null | undefined;
|
|
1771
|
+
readonly monthNameFormat?: import('vue').Prop<"long" | "short" | undefined, "long" | "short" | undefined> | null | undefined;
|
|
1772
|
+
readonly startDate?: import('vue').Prop<string | Date | undefined, string | Date | undefined> | null | undefined;
|
|
1773
|
+
readonly startTime?: import('vue').Prop<import('@vuepic/vue-datepicker').PartialTimeObj | import('@vuepic/vue-datepicker').PartialTimeObj[] | undefined, import('@vuepic/vue-datepicker').PartialTimeObj | import('@vuepic/vue-datepicker').PartialTimeObj[] | undefined> | null | undefined;
|
|
1774
|
+
readonly hideOffsetDates?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1775
|
+
readonly noToday?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1776
|
+
readonly noHoursOverlay?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1777
|
+
readonly noMinutesOverlay?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1778
|
+
readonly noSecondsOverlay?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1779
|
+
readonly altPosition?: import('vue').Prop<((el: HTMLElement | undefined) => Record<string, string | number>) | undefined, ((el: HTMLElement | undefined) => Record<string, string | number>) | undefined> | null | undefined;
|
|
1780
|
+
readonly disabledWeekDays?: import('vue').Prop<string[] | number[] | undefined, string[] | number[] | undefined> | null | undefined;
|
|
1781
|
+
readonly allowedDates?: import('vue').Prop<string[] | Date[] | undefined, string[] | Date[] | undefined> | null | undefined;
|
|
1782
|
+
readonly nowButtonLabel?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
1783
|
+
readonly monthChangeOnScroll?: import('vue').Prop<boolean | "inverse" | undefined, boolean | "inverse" | undefined> | null | undefined;
|
|
1784
|
+
readonly markers?: import('vue').Prop<import('@vuepic/vue-datepicker').DatePickerMarker[] | undefined, import('@vuepic/vue-datepicker').DatePickerMarker[] | undefined> | null | undefined;
|
|
1785
|
+
readonly transitions?: import('vue').Prop<boolean | {
|
|
1786
|
+
menuAppearTop?: string;
|
|
1787
|
+
menuAppearBottom?: string;
|
|
1788
|
+
open?: string;
|
|
1789
|
+
close?: string;
|
|
1790
|
+
next?: string;
|
|
1791
|
+
previous?: string;
|
|
1792
|
+
vNext?: string;
|
|
1793
|
+
vPrevious?: string;
|
|
1794
|
+
} | undefined, boolean | {
|
|
1795
|
+
menuAppearTop?: string;
|
|
1796
|
+
menuAppearBottom?: string;
|
|
1797
|
+
open?: string;
|
|
1798
|
+
close?: string;
|
|
1799
|
+
next?: string;
|
|
1800
|
+
previous?: string;
|
|
1801
|
+
vNext?: string;
|
|
1802
|
+
vPrevious?: string;
|
|
1803
|
+
} | undefined> | null | undefined;
|
|
1804
|
+
readonly enableSeconds?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1805
|
+
readonly escClose?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1806
|
+
readonly spaceConfirm?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1807
|
+
readonly monthChangeOnArrows?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1808
|
+
readonly formatLocale?: import('vue').Prop<import('date-fns').Locale | undefined, import('date-fns').Locale | undefined> | null | undefined;
|
|
1809
|
+
readonly multiDates?: import('vue').Prop<boolean | {
|
|
1810
|
+
limit?: number | string;
|
|
1811
|
+
dragSelect?: boolean;
|
|
1812
|
+
} | undefined, boolean | {
|
|
1813
|
+
limit?: number | string;
|
|
1814
|
+
dragSelect?: boolean;
|
|
1815
|
+
} | undefined> | null | undefined;
|
|
1816
|
+
readonly presetDates?: import('vue').Prop<{
|
|
1817
|
+
label: string;
|
|
1818
|
+
value: import('vue').MaybeRefOrGetter<Date[] | string[] | string | Date>;
|
|
1819
|
+
style?: Record<string, string>;
|
|
1820
|
+
slot?: string;
|
|
1821
|
+
noTz?: boolean;
|
|
1822
|
+
testId?: string;
|
|
1823
|
+
}[] | undefined, {
|
|
1824
|
+
label: string;
|
|
1825
|
+
value: import('vue').MaybeRefOrGetter<Date[] | string[] | string | Date>;
|
|
1826
|
+
style?: Record<string, string>;
|
|
1827
|
+
slot?: string;
|
|
1828
|
+
noTz?: boolean;
|
|
1829
|
+
testId?: string;
|
|
1830
|
+
}[] | undefined> | null | undefined;
|
|
1831
|
+
readonly flow?: import('vue').Prop<("time" | "month" | "calendar" | "year" | "minutes" | "hours" | "seconds")[] | undefined, ("time" | "month" | "calendar" | "year" | "minutes" | "hours" | "seconds")[] | undefined> | null | undefined;
|
|
1832
|
+
readonly partialFlow?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1833
|
+
readonly preventMinMaxNavigation?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1834
|
+
readonly reverseYears?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1835
|
+
readonly weekPicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1836
|
+
readonly vertical?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1837
|
+
readonly ariaLabels?: import('vue').Prop<{
|
|
1838
|
+
toggleOverlay?: string;
|
|
1839
|
+
menu?: string;
|
|
1840
|
+
input?: string;
|
|
1841
|
+
calendarWrap?: string;
|
|
1842
|
+
calendarDays?: string;
|
|
1843
|
+
openTimePicker?: string;
|
|
1844
|
+
closeTimePicker?: string;
|
|
1845
|
+
incrementValue?: (type: import('@vuepic/vue-datepicker').TimeType) => string;
|
|
1846
|
+
decrementValue?: (type: import('@vuepic/vue-datepicker').TimeType) => string;
|
|
1847
|
+
openTpOverlay?: (type: import('@vuepic/vue-datepicker').TimeType) => string;
|
|
1848
|
+
amPmButton?: string;
|
|
1849
|
+
openYearsOverlay?: string;
|
|
1850
|
+
openMonthsOverlay?: string;
|
|
1851
|
+
nextMonth?: string;
|
|
1852
|
+
prevMonth?: string;
|
|
1853
|
+
nextYear?: string;
|
|
1854
|
+
prevYear?: string;
|
|
1855
|
+
day?: ({ value }: {
|
|
1856
|
+
value: Date;
|
|
1857
|
+
}) => string;
|
|
1858
|
+
weekDay?: (day: number) => string;
|
|
1859
|
+
clearInput?: string;
|
|
1860
|
+
calendarIcon?: string;
|
|
1861
|
+
timePicker?: string;
|
|
1862
|
+
monthPicker: (overlay: boolean) => string;
|
|
1863
|
+
yearPicker: (overlay: boolean) => string;
|
|
1864
|
+
timeOverlay: (type: import('@vuepic/vue-datepicker').TimeType) => string;
|
|
1865
|
+
} | undefined, {
|
|
1866
|
+
toggleOverlay?: string;
|
|
1867
|
+
menu?: string;
|
|
1868
|
+
input?: string;
|
|
1869
|
+
calendarWrap?: string;
|
|
1870
|
+
calendarDays?: string;
|
|
1871
|
+
openTimePicker?: string;
|
|
1872
|
+
closeTimePicker?: string;
|
|
1873
|
+
incrementValue?: (type: import('@vuepic/vue-datepicker').TimeType) => string;
|
|
1874
|
+
decrementValue?: (type: import('@vuepic/vue-datepicker').TimeType) => string;
|
|
1875
|
+
openTpOverlay?: (type: import('@vuepic/vue-datepicker').TimeType) => string;
|
|
1876
|
+
amPmButton?: string;
|
|
1877
|
+
openYearsOverlay?: string;
|
|
1878
|
+
openMonthsOverlay?: string;
|
|
1879
|
+
nextMonth?: string;
|
|
1880
|
+
prevMonth?: string;
|
|
1881
|
+
nextYear?: string;
|
|
1882
|
+
prevYear?: string;
|
|
1883
|
+
day?: ({ value }: {
|
|
1884
|
+
value: Date;
|
|
1885
|
+
}) => string;
|
|
1886
|
+
weekDay?: (day: number) => string;
|
|
1887
|
+
clearInput?: string;
|
|
1888
|
+
calendarIcon?: string;
|
|
1889
|
+
timePicker?: string;
|
|
1890
|
+
monthPicker: (overlay: boolean) => string;
|
|
1891
|
+
yearPicker: (overlay: boolean) => string;
|
|
1892
|
+
timeOverlay: (type: import('@vuepic/vue-datepicker').TimeType) => string;
|
|
1893
|
+
} | undefined> | null | undefined;
|
|
1894
|
+
readonly arrowNavigation?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1895
|
+
readonly yearPicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1896
|
+
readonly dayNames?: import('vue').Prop<string[] | ((lang: string, weekStart: number) => string[]) | undefined, string[] | ((lang: string, weekStart: number) => string[]) | undefined> | null | undefined;
|
|
1897
|
+
readonly modelType?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
1898
|
+
readonly modelAuto?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1899
|
+
readonly highlight?: import('vue').Prop<((date: Date[], disabled?: boolean) => boolean) | ((month: {
|
|
1900
|
+
month: number;
|
|
1901
|
+
year: number;
|
|
1902
|
+
}) => boolean) | ((year: number) => boolean) | ((quarter: {
|
|
1903
|
+
quarter: number;
|
|
1904
|
+
year: number;
|
|
1905
|
+
}) => boolean) | Partial<import('@vuepic/vue-datepicker').Highlight> | undefined, ((date: Date[], disabled?: boolean) => boolean) | ((month: {
|
|
1906
|
+
month: number;
|
|
1907
|
+
year: number;
|
|
1908
|
+
}) => boolean) | ((year: number) => boolean) | ((quarter: {
|
|
1909
|
+
quarter: number;
|
|
1910
|
+
year: number;
|
|
1911
|
+
}) => boolean) | Partial<import('@vuepic/vue-datepicker').Highlight> | undefined> | null | undefined;
|
|
1912
|
+
readonly offset?: import('vue').Prop<string | number | undefined, string | number | undefined> | null | undefined;
|
|
1913
|
+
readonly teleportCenter?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1914
|
+
readonly ignoreTimeValidation?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1915
|
+
readonly dayClass?: import('vue').Prop<((date: Date, internalModelValue: import('@vuepic/vue-datepicker').InternalTime) => string) | undefined, ((date: Date, internalModelValue: import('@vuepic/vue-datepicker').InternalTime) => string) | undefined> | null | undefined;
|
|
1916
|
+
readonly hideNavigation?: import('vue').Prop<("time" | "month" | "calendar" | "year" | "minutes" | "hours" | "seconds")[] | undefined, ("time" | "month" | "calendar" | "year" | "minutes" | "hours" | "seconds")[] | undefined> | null | undefined;
|
|
1917
|
+
readonly sixWeeks?: import('vue').Prop<boolean | "center" | "append" | "prepend" | "fair" | undefined, boolean | "center" | "append" | "prepend" | "fair" | undefined> | null | undefined;
|
|
1918
|
+
readonly timezone?: import('vue').Prop<string | {
|
|
1919
|
+
timezone?: string;
|
|
1920
|
+
exactMatch?: boolean;
|
|
1921
|
+
dateInTz?: string;
|
|
1922
|
+
emitTimezone?: string;
|
|
1923
|
+
convertModel?: boolean;
|
|
1924
|
+
} | undefined, string | {
|
|
1925
|
+
timezone?: string;
|
|
1926
|
+
exactMatch?: boolean;
|
|
1927
|
+
dateInTz?: string;
|
|
1928
|
+
emitTimezone?: string;
|
|
1929
|
+
convertModel?: boolean;
|
|
1930
|
+
} | undefined> | null | undefined;
|
|
1931
|
+
readonly disableYearSelect?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1932
|
+
readonly focusStartDate?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1933
|
+
readonly disabledTimes?: import('vue').Prop<((time: import('@vuepic/vue-datepicker').TimeObj | (import('@vuepic/vue-datepicker').TimeObj | undefined)[]) => boolean) | import('@vuepic/vue-datepicker').DisabledTime[] | [import('@vuepic/vue-datepicker').DisabledTime[], import('@vuepic/vue-datepicker').DisabledTime[]] | undefined, ((time: import('@vuepic/vue-datepicker').TimeObj | (import('@vuepic/vue-datepicker').TimeObj | undefined)[]) => boolean) | import('@vuepic/vue-datepicker').DisabledTime[] | [import('@vuepic/vue-datepicker').DisabledTime[], import('@vuepic/vue-datepicker').DisabledTime[]] | undefined> | null | undefined;
|
|
1934
|
+
readonly timePickerInline?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1935
|
+
readonly config?: import('vue').Prop<import('@vuepic/vue-datepicker').GeneralConfig | undefined, import('@vuepic/vue-datepicker').GeneralConfig | undefined> | null | undefined;
|
|
1936
|
+
readonly quarterPicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1937
|
+
readonly yearFirst?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1938
|
+
readonly loading?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1939
|
+
readonly onInternalModelChange?: import('vue').Prop<((...args: any[]) => void) | undefined, ((...args: any[]) => void) | undefined> | null | undefined;
|
|
1940
|
+
readonly enableMinutes?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
1941
|
+
readonly ui?: import('vue').Prop<Partial<import('@vuepic/vue-datepicker').UIOptions> | undefined, Partial<import('@vuepic/vue-datepicker').UIOptions> | undefined> | null | undefined;
|
|
1942
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
1943
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
1944
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1945
|
+
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
1946
|
+
"onUpdate:model-timezone-value"?: ((...args: any[]) => any) | undefined;
|
|
1947
|
+
"onText-submit"?: ((...args: any[]) => any) | undefined;
|
|
1948
|
+
onClosed?: ((...args: any[]) => any) | undefined;
|
|
1949
|
+
onCleared?: ((...args: any[]) => any) | undefined;
|
|
1950
|
+
"onInternal-model-change"?: ((...args: any[]) => any) | undefined;
|
|
1951
|
+
"onRecalculate-position"?: ((...args: any[]) => any) | undefined;
|
|
1952
|
+
"onFlow-step"?: ((...args: any[]) => any) | undefined;
|
|
1953
|
+
"onUpdate-month-year"?: ((...args: any[]) => any) | undefined;
|
|
1954
|
+
"onInvalid-select"?: ((...args: any[]) => any) | undefined;
|
|
1955
|
+
"onTooltip-open"?: ((...args: any[]) => any) | undefined;
|
|
1956
|
+
"onTooltip-close"?: ((...args: any[]) => any) | undefined;
|
|
1957
|
+
"onInvalid-fixed-range"?: ((...args: any[]) => any) | undefined;
|
|
1958
|
+
"onTime-picker-open"?: ((...args: any[]) => any) | undefined;
|
|
1959
|
+
"onTime-picker-close"?: ((...args: any[]) => any) | undefined;
|
|
1960
|
+
"onAm-pm-change"?: ((...args: any[]) => any) | undefined;
|
|
1961
|
+
"onRange-start"?: ((...args: any[]) => any) | undefined;
|
|
1962
|
+
"onRange-end"?: ((...args: any[]) => any) | undefined;
|
|
1963
|
+
"onDate-update"?: ((...args: any[]) => any) | undefined;
|
|
1964
|
+
"onInvalid-date"?: ((...args: any[]) => any) | undefined;
|
|
1965
|
+
"onOverlay-toggle"?: ((...args: any[]) => any) | undefined;
|
|
1966
|
+
"onText-input"?: ((...args: any[]) => any) | undefined;
|
|
1967
|
+
}) & import('@vuepic/vue-datepicker').VueDatePickerProps, never>;
|
|
1968
|
+
$attrs: {
|
|
1969
|
+
[x: string]: unknown;
|
|
1970
|
+
};
|
|
1971
|
+
$refs: {
|
|
1972
|
+
[x: string]: unknown;
|
|
1973
|
+
};
|
|
1974
|
+
$slots: Readonly<{
|
|
1975
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
1976
|
+
}>;
|
|
1977
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
1978
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
1979
|
+
$host: Element | null;
|
|
1980
|
+
$emit: (event: import('@vuepic/vue-datepicker').EmitEvents, ...args: any[]) => void;
|
|
1981
|
+
$el: any;
|
|
1982
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<string[]> | import('vue').ExtractPropTypes<import('vue').ComponentObjectPropsOptions<import('@vuepic/vue-datepicker').VueDatePickerProps>>> & {
|
|
1983
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
1984
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
1985
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1986
|
+
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
1987
|
+
"onUpdate:model-timezone-value"?: ((...args: any[]) => any) | undefined;
|
|
1988
|
+
"onText-submit"?: ((...args: any[]) => any) | undefined;
|
|
1989
|
+
onClosed?: ((...args: any[]) => any) | undefined;
|
|
1990
|
+
onCleared?: ((...args: any[]) => any) | undefined;
|
|
1991
|
+
"onInternal-model-change"?: ((...args: any[]) => any) | undefined;
|
|
1992
|
+
"onRecalculate-position"?: ((...args: any[]) => any) | undefined;
|
|
1993
|
+
"onFlow-step"?: ((...args: any[]) => any) | undefined;
|
|
1994
|
+
"onUpdate-month-year"?: ((...args: any[]) => any) | undefined;
|
|
1995
|
+
"onInvalid-select"?: ((...args: any[]) => any) | undefined;
|
|
1996
|
+
"onTooltip-open"?: ((...args: any[]) => any) | undefined;
|
|
1997
|
+
"onTooltip-close"?: ((...args: any[]) => any) | undefined;
|
|
1998
|
+
"onInvalid-fixed-range"?: ((...args: any[]) => any) | undefined;
|
|
1999
|
+
"onTime-picker-open"?: ((...args: any[]) => any) | undefined;
|
|
2000
|
+
"onTime-picker-close"?: ((...args: any[]) => any) | undefined;
|
|
2001
|
+
"onAm-pm-change"?: ((...args: any[]) => any) | undefined;
|
|
2002
|
+
"onRange-start"?: ((...args: any[]) => any) | undefined;
|
|
2003
|
+
"onRange-end"?: ((...args: any[]) => any) | undefined;
|
|
2004
|
+
"onDate-update"?: ((...args: any[]) => any) | undefined;
|
|
2005
|
+
"onInvalid-date"?: ((...args: any[]) => any) | undefined;
|
|
2006
|
+
"onOverlay-toggle"?: ((...args: any[]) => any) | undefined;
|
|
2007
|
+
"onText-input"?: ((...args: any[]) => any) | undefined;
|
|
2008
|
+
}, {}, {}, import('vue').ComputedOptions, import('@vuepic/vue-datepicker').PublicMethods, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, import('@vuepic/vue-datepicker').EmitEvents[], string, {
|
|
2009
|
+
[x: number]: string;
|
|
2010
|
+
} | {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
2011
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
2012
|
+
created?: (() => void) | (() => void)[];
|
|
2013
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
2014
|
+
mounted?: (() => void) | (() => void)[];
|
|
2015
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
2016
|
+
updated?: (() => void) | (() => void)[];
|
|
2017
|
+
activated?: (() => void) | (() => void)[];
|
|
2018
|
+
deactivated?: (() => void) | (() => void)[];
|
|
2019
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
2020
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
2021
|
+
destroyed?: (() => void) | (() => void)[];
|
|
2022
|
+
unmounted?: (() => void) | (() => void)[];
|
|
2023
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
2024
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
2025
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
2026
|
+
};
|
|
2027
|
+
$forceUpdate: () => void;
|
|
2028
|
+
$nextTick: typeof import('vue').nextTick;
|
|
2029
|
+
$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;
|
|
2030
|
+
} & Readonly<{
|
|
2031
|
+
[x: number]: string;
|
|
2032
|
+
}> & Omit<{} & (Readonly<import('vue').ExtractPropTypes<string[]> | import('vue').ExtractPropTypes<import('vue').ComponentObjectPropsOptions<import('@vuepic/vue-datepicker').VueDatePickerProps>>> & {
|
|
2033
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
2034
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
2035
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
2036
|
+
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
2037
|
+
"onUpdate:model-timezone-value"?: ((...args: any[]) => any) | undefined;
|
|
2038
|
+
"onText-submit"?: ((...args: any[]) => any) | undefined;
|
|
2039
|
+
onClosed?: ((...args: any[]) => any) | undefined;
|
|
2040
|
+
onCleared?: ((...args: any[]) => any) | undefined;
|
|
2041
|
+
"onInternal-model-change"?: ((...args: any[]) => any) | undefined;
|
|
2042
|
+
"onRecalculate-position"?: ((...args: any[]) => any) | undefined;
|
|
2043
|
+
"onFlow-step"?: ((...args: any[]) => any) | undefined;
|
|
2044
|
+
"onUpdate-month-year"?: ((...args: any[]) => any) | undefined;
|
|
2045
|
+
"onInvalid-select"?: ((...args: any[]) => any) | undefined;
|
|
2046
|
+
"onTooltip-open"?: ((...args: any[]) => any) | undefined;
|
|
2047
|
+
"onTooltip-close"?: ((...args: any[]) => any) | undefined;
|
|
2048
|
+
"onInvalid-fixed-range"?: ((...args: any[]) => any) | undefined;
|
|
2049
|
+
"onTime-picker-open"?: ((...args: any[]) => any) | undefined;
|
|
2050
|
+
"onTime-picker-close"?: ((...args: any[]) => any) | undefined;
|
|
2051
|
+
"onAm-pm-change"?: ((...args: any[]) => any) | undefined;
|
|
2052
|
+
"onRange-start"?: ((...args: any[]) => any) | undefined;
|
|
2053
|
+
"onRange-end"?: ((...args: any[]) => any) | undefined;
|
|
2054
|
+
"onDate-update"?: ((...args: any[]) => any) | undefined;
|
|
2055
|
+
"onInvalid-date"?: ((...args: any[]) => any) | undefined;
|
|
2056
|
+
"onOverlay-toggle"?: ((...args: any[]) => any) | undefined;
|
|
2057
|
+
"onText-input"?: ((...args: any[]) => any) | undefined;
|
|
2058
|
+
}), never> & import('vue').ShallowUnwrapRef<{}> & {
|
|
2059
|
+
[x: string]: never;
|
|
2060
|
+
} & import('@vuepic/vue-datepicker').PublicMethods & import('vue').ComponentCustomProperties & {} & {
|
|
2061
|
+
$slots: Readonly<import('@vuepic/vue-datepicker').Slots> & import('@vuepic/vue-datepicker').Slots;
|
|
2062
|
+
}) | ({
|
|
2063
|
+
$: import('vue').ComponentInternalInstance;
|
|
2064
|
+
$data: {};
|
|
2065
|
+
$props: Partial<{
|
|
2066
|
+
[x: number]: string;
|
|
2067
|
+
} | {}> & Omit<({
|
|
2068
|
+
readonly [x: number]: string;
|
|
2069
|
+
readonly [Symbol.iterator]?: ArrayIterator<string> | undefined;
|
|
2070
|
+
readonly [Symbol.unscopables]?: {
|
|
2071
|
+
[x: number]: boolean | undefined;
|
|
2072
|
+
length?: boolean | undefined;
|
|
2073
|
+
toString?: boolean | undefined;
|
|
2074
|
+
toLocaleString?: boolean | undefined;
|
|
2075
|
+
pop?: boolean | undefined;
|
|
2076
|
+
push?: boolean | undefined;
|
|
2077
|
+
concat?: boolean | undefined;
|
|
2078
|
+
join?: boolean | undefined;
|
|
2079
|
+
reverse?: boolean | undefined;
|
|
2080
|
+
shift?: boolean | undefined;
|
|
2081
|
+
slice?: boolean | undefined;
|
|
2082
|
+
sort?: boolean | undefined;
|
|
2083
|
+
splice?: boolean | undefined;
|
|
2084
|
+
unshift?: boolean | undefined;
|
|
2085
|
+
indexOf?: boolean | undefined;
|
|
2086
|
+
lastIndexOf?: boolean | undefined;
|
|
2087
|
+
every?: boolean | undefined;
|
|
2088
|
+
some?: boolean | undefined;
|
|
2089
|
+
forEach?: boolean | undefined;
|
|
2090
|
+
map?: boolean | undefined;
|
|
2091
|
+
filter?: boolean | undefined;
|
|
2092
|
+
reduce?: boolean | undefined;
|
|
2093
|
+
reduceRight?: boolean | undefined;
|
|
2094
|
+
find?: boolean | undefined;
|
|
2095
|
+
findIndex?: boolean | undefined;
|
|
2096
|
+
fill?: boolean | undefined;
|
|
2097
|
+
copyWithin?: boolean | undefined;
|
|
2098
|
+
entries?: boolean | undefined;
|
|
2099
|
+
keys?: boolean | undefined;
|
|
2100
|
+
values?: boolean | undefined;
|
|
2101
|
+
includes?: boolean | undefined;
|
|
2102
|
+
flatMap?: boolean | undefined;
|
|
2103
|
+
flat?: boolean | undefined;
|
|
2104
|
+
at?: boolean | undefined;
|
|
2105
|
+
findLast?: boolean | undefined;
|
|
2106
|
+
findLastIndex?: boolean | undefined;
|
|
2107
|
+
toReversed?: boolean | undefined;
|
|
2108
|
+
toSorted?: boolean | undefined;
|
|
2109
|
+
toSpliced?: boolean | undefined;
|
|
2110
|
+
with?: boolean | undefined;
|
|
2111
|
+
[Symbol.iterator]?: boolean | undefined;
|
|
2112
|
+
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
2113
|
+
} | undefined;
|
|
2114
|
+
readonly filter?: {
|
|
2115
|
+
<S extends string>(predicate: (value: string, index: number, array: string[]) => value is S, thisArg?: any): S[];
|
|
2116
|
+
(predicate: (value: string, index: number, array: string[]) => unknown, thisArg?: any): string[];
|
|
2117
|
+
} | undefined;
|
|
2118
|
+
readonly map?: (<U>(callbackfn: (value: string, index: number, array: string[]) => U, thisArg?: any) => U[]) | undefined;
|
|
2119
|
+
readonly concat?: string[] | undefined;
|
|
2120
|
+
readonly indexOf?: ((searchElement: string, fromIndex?: number) => number) | undefined;
|
|
2121
|
+
readonly lastIndexOf?: ((searchElement: string, fromIndex?: number) => number) | undefined;
|
|
2122
|
+
readonly slice?: string[] | undefined;
|
|
2123
|
+
readonly length?: number | undefined;
|
|
2124
|
+
readonly includes?: ((searchElement: string, fromIndex?: number) => boolean) | undefined;
|
|
2125
|
+
readonly at?: ((index: number) => string | undefined) | undefined;
|
|
2126
|
+
readonly toLocaleString?: string | undefined;
|
|
2127
|
+
readonly pop?: string | undefined;
|
|
2128
|
+
readonly push?: number | undefined;
|
|
2129
|
+
readonly join?: string | undefined;
|
|
2130
|
+
readonly reverse?: string[] | undefined;
|
|
2131
|
+
readonly shift?: string | undefined;
|
|
2132
|
+
readonly sort?: string[] | undefined;
|
|
2133
|
+
readonly splice?: {
|
|
2134
|
+
(start: number, deleteCount?: number): string[];
|
|
2135
|
+
(start: number, deleteCount: number, ...items: string[]): string[];
|
|
2136
|
+
} | undefined;
|
|
2137
|
+
readonly unshift?: number | undefined;
|
|
2138
|
+
readonly every?: {
|
|
2139
|
+
<S extends string>(predicate: (value: string, index: number, array: string[]) => value is S, thisArg?: any): this is S[];
|
|
2140
|
+
(predicate: (value: string, index: number, array: string[]) => unknown, thisArg?: any): boolean;
|
|
2141
|
+
} | undefined;
|
|
2142
|
+
readonly some?: ((predicate: (value: string, index: number, array: string[]) => unknown, thisArg?: any) => boolean) | undefined;
|
|
2143
|
+
readonly forEach?: ((callbackfn: (value: string, index: number, array: string[]) => void, thisArg?: any) => void) | undefined;
|
|
2144
|
+
readonly reduce?: {
|
|
2145
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: string[]) => string): string;
|
|
2146
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: string[]) => string, initialValue: string): string;
|
|
2147
|
+
<U>(callbackfn: (previousValue: U, currentValue: string, currentIndex: number, array: string[]) => U, initialValue: U): U;
|
|
2148
|
+
} | undefined;
|
|
2149
|
+
readonly reduceRight?: {
|
|
2150
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: string[]) => string): string;
|
|
2151
|
+
(callbackfn: (previousValue: string, currentValue: string, currentIndex: number, array: string[]) => string, initialValue: string): string;
|
|
2152
|
+
<U>(callbackfn: (previousValue: U, currentValue: string, currentIndex: number, array: string[]) => U, initialValue: U): U;
|
|
2153
|
+
} | undefined;
|
|
2154
|
+
readonly find?: {
|
|
2155
|
+
<S extends string>(predicate: (value: string, index: number, obj: string[]) => value is S, thisArg?: any): S | undefined;
|
|
2156
|
+
(predicate: (value: string, index: number, obj: string[]) => unknown, thisArg?: any): string | undefined;
|
|
2157
|
+
} | undefined;
|
|
2158
|
+
readonly findIndex?: ((predicate: (value: string, index: number, obj: string[]) => unknown, thisArg?: any) => number) | undefined;
|
|
2159
|
+
readonly fill?: ((value: string, start?: number, end?: number) => string[]) | undefined;
|
|
2160
|
+
readonly copyWithin?: ((target: number, start: number, end?: number) => string[]) | undefined;
|
|
2161
|
+
readonly entries?: ArrayIterator<[number, string]> | undefined;
|
|
2162
|
+
readonly keys?: ArrayIterator<number> | undefined;
|
|
2163
|
+
readonly values?: ArrayIterator<string> | undefined;
|
|
2164
|
+
readonly flatMap?: (<U, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U | readonly U[], thisArg?: This | undefined) => U[]) | undefined;
|
|
2165
|
+
readonly flat?: unknown[] | undefined;
|
|
2166
|
+
readonly findLast?: {
|
|
2167
|
+
<S extends string>(predicate: (value: string, index: number, array: string[]) => value is S, thisArg?: any): S | undefined;
|
|
2168
|
+
(predicate: (value: string, index: number, array: string[]) => unknown, thisArg?: any): string | undefined;
|
|
2169
|
+
} | undefined;
|
|
2170
|
+
readonly findLastIndex?: ((predicate: (value: string, index: number, array: string[]) => unknown, thisArg?: any) => number) | undefined;
|
|
2171
|
+
readonly toReversed?: string[] | undefined;
|
|
2172
|
+
readonly toSorted?: string[] | undefined;
|
|
2173
|
+
readonly toSpliced?: {
|
|
2174
|
+
(start: number, deleteCount: number, ...items: string[]): string[];
|
|
2175
|
+
(start: number, deleteCount?: number): string[];
|
|
2176
|
+
} | undefined;
|
|
2177
|
+
readonly with?: ((index: number, value: string) => string[]) | undefined;
|
|
2178
|
+
readonly toString?: string | undefined;
|
|
2179
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
2180
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
2181
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
2182
|
+
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
2183
|
+
"onUpdate:model-timezone-value"?: ((...args: any[]) => any) | undefined;
|
|
2184
|
+
"onText-submit"?: ((...args: any[]) => any) | undefined;
|
|
2185
|
+
onClosed?: ((...args: any[]) => any) | undefined;
|
|
2186
|
+
onCleared?: ((...args: any[]) => any) | undefined;
|
|
2187
|
+
"onInternal-model-change"?: ((...args: any[]) => any) | undefined;
|
|
2188
|
+
"onRecalculate-position"?: ((...args: any[]) => any) | undefined;
|
|
2189
|
+
"onFlow-step"?: ((...args: any[]) => any) | undefined;
|
|
2190
|
+
"onUpdate-month-year"?: ((...args: any[]) => any) | undefined;
|
|
2191
|
+
"onInvalid-select"?: ((...args: any[]) => any) | undefined;
|
|
2192
|
+
"onTooltip-open"?: ((...args: any[]) => any) | undefined;
|
|
2193
|
+
"onTooltip-close"?: ((...args: any[]) => any) | undefined;
|
|
2194
|
+
"onInvalid-fixed-range"?: ((...args: any[]) => any) | undefined;
|
|
2195
|
+
"onTime-picker-open"?: ((...args: any[]) => any) | undefined;
|
|
2196
|
+
"onTime-picker-close"?: ((...args: any[]) => any) | undefined;
|
|
2197
|
+
"onAm-pm-change"?: ((...args: any[]) => any) | undefined;
|
|
2198
|
+
"onRange-start"?: ((...args: any[]) => any) | undefined;
|
|
2199
|
+
"onRange-end"?: ((...args: any[]) => any) | undefined;
|
|
2200
|
+
"onDate-update"?: ((...args: any[]) => any) | undefined;
|
|
2201
|
+
"onInvalid-date"?: ((...args: any[]) => any) | undefined;
|
|
2202
|
+
"onOverlay-toggle"?: ((...args: any[]) => any) | undefined;
|
|
2203
|
+
"onText-input"?: ((...args: any[]) => any) | undefined;
|
|
2204
|
+
} | {
|
|
2205
|
+
readonly name?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
2206
|
+
readonly required?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
2207
|
+
readonly disabled?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
2208
|
+
readonly readonly?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
2209
|
+
readonly modelValue?: import('vue').Prop<import('@vuepic/vue-datepicker').ModelValue | undefined, import('@vuepic/vue-datepicker').ModelValue | undefined> | null | undefined;
|
|
2210
|
+
readonly placeholder?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
2211
|
+
readonly autocomplete?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
2212
|
+
readonly range?: import('vue').Prop<boolean | import('@vuepic/vue-datepicker').RangeConfig | undefined, boolean | import('@vuepic/vue-datepicker').RangeConfig | undefined> | null | undefined;
|
|
2213
|
+
readonly multiCalendars?: import('vue').Prop<import('@vuepic/vue-datepicker').DpOptionEnabled | Partial<{
|
|
2214
|
+
static: boolean;
|
|
2215
|
+
solo: boolean;
|
|
2216
|
+
count: number | string;
|
|
2217
|
+
}> | undefined, import('@vuepic/vue-datepicker').DpOptionEnabled | Partial<{
|
|
2218
|
+
static: boolean;
|
|
2219
|
+
solo: boolean;
|
|
2220
|
+
count: number | string;
|
|
2221
|
+
}> | undefined> | null | undefined;
|
|
2222
|
+
readonly enableTimePicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
2223
|
+
readonly autoApply?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
2224
|
+
readonly locale?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
2225
|
+
readonly autoPosition?: import('vue').Prop<boolean | "top" | "bottom" | undefined, boolean | "top" | "bottom" | undefined> | null | undefined;
|
|
2226
|
+
readonly minDate?: import('vue').Prop<string | Date | undefined, string | Date | undefined> | null | undefined;
|
|
2227
|
+
readonly maxDate?: import('vue').Prop<string | Date | undefined, string | Date | undefined> | null | undefined;
|
|
2228
|
+
readonly monthPicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
2229
|
+
readonly utc?: import('vue').Prop<boolean | "preserve" | undefined, boolean | "preserve" | undefined> | null | undefined;
|
|
2230
|
+
readonly teleport?: import('vue').Prop<string | boolean | HTMLElement | undefined, string | boolean | HTMLElement | undefined> | null | undefined;
|
|
2231
|
+
readonly calendar?: import('vue').Prop<((weeks: import('@vuepic/vue-datepicker').CalendarWeek[]) => import('@vuepic/vue-datepicker').CalendarWeek[]) | undefined, ((weeks: import('@vuepic/vue-datepicker').CalendarWeek[]) => import('@vuepic/vue-datepicker').CalendarWeek[]) | undefined> | null | undefined;
|
|
2232
|
+
readonly uid?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
2233
|
+
readonly is24?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
2234
|
+
readonly position?: import('vue').Prop<"left" | "center" | "right" | undefined, "left" | "center" | "right" | undefined> | null | undefined;
|
|
2235
|
+
readonly dark?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
2236
|
+
readonly weekNumbers?: import('vue').Prop<import('@vuepic/vue-datepicker').WeekNumberType | {
|
|
2237
|
+
type: import('@vuepic/vue-datepicker').WeekNumberType;
|
|
2238
|
+
hideOnOffsetDates?: boolean;
|
|
2239
|
+
} | undefined, import('@vuepic/vue-datepicker').WeekNumberType | {
|
|
2240
|
+
type: import('@vuepic/vue-datepicker').WeekNumberType;
|
|
2241
|
+
hideOnOffsetDates?: boolean;
|
|
2242
|
+
} | undefined> | null | undefined;
|
|
2243
|
+
readonly hoursIncrement?: import('vue').Prop<string | number | undefined, string | number | undefined> | null | undefined;
|
|
2244
|
+
readonly hoursGridIncrement?: import('vue').Prop<string | number | undefined, string | number | undefined> | null | undefined;
|
|
2245
|
+
readonly secondsGridIncrement?: import('vue').Prop<string | number | undefined, string | number | undefined> | null | undefined;
|
|
2246
|
+
readonly minutesGridIncrement?: import('vue').Prop<string | number | undefined, string | number | undefined> | null | undefined;
|
|
2247
|
+
readonly minutesIncrement?: import('vue').Prop<string | number | undefined, string | number | undefined> | null | undefined;
|
|
2248
|
+
readonly secondsIncrement?: import('vue').Prop<string | number | undefined, string | number | undefined> | null | undefined;
|
|
2249
|
+
readonly minTime?: import('vue').Prop<import('@vuepic/vue-datepicker').PartialTimeObj | undefined, import('@vuepic/vue-datepicker').PartialTimeObj | undefined> | null | undefined;
|
|
2250
|
+
readonly maxTime?: import('vue').Prop<import('@vuepic/vue-datepicker').PartialTimeObj | undefined, import('@vuepic/vue-datepicker').PartialTimeObj | undefined> | null | undefined;
|
|
2251
|
+
readonly weekStart?: import('vue').Prop<0 | "0" | 1 | 2 | 3 | 4 | 5 | 6 | "1" | "2" | "3" | "4" | "5" | "6" | undefined, 0 | "0" | 1 | 2 | 3 | 4 | 5 | 6 | "1" | "2" | "3" | "4" | "5" | "6" | undefined> | null | undefined;
|
|
2252
|
+
readonly format?: import('vue').Prop<string | ((date: Date) => string) | ((dates: Date[]) => string) | undefined, string | ((date: Date) => string) | ((dates: Date[]) => string) | undefined> | null | undefined;
|
|
2253
|
+
readonly previewFormat?: import('vue').Prop<string | ((date: Date) => string) | ((dates: Date[]) => string) | undefined, string | ((date: Date) => string) | ((dates: Date[]) => string) | undefined> | null | undefined;
|
|
2254
|
+
readonly hideInputIcon?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
2255
|
+
readonly state?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
2256
|
+
readonly clearable?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
2257
|
+
readonly alwaysClearable?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
2258
|
+
readonly filters?: import('vue').Prop<{
|
|
2259
|
+
months?: number[];
|
|
2260
|
+
years?: number[];
|
|
2261
|
+
times?: {
|
|
2262
|
+
hours?: number[];
|
|
2263
|
+
minutes?: number[];
|
|
2264
|
+
seconds?: number[];
|
|
2265
|
+
};
|
|
2266
|
+
} | undefined, {
|
|
2267
|
+
months?: number[];
|
|
2268
|
+
years?: number[];
|
|
2269
|
+
times?: {
|
|
2270
|
+
hours?: number[];
|
|
2271
|
+
minutes?: number[];
|
|
2272
|
+
seconds?: number[];
|
|
2273
|
+
};
|
|
2274
|
+
} | undefined> | null | undefined;
|
|
2275
|
+
readonly disableMonthYearSelect?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
2276
|
+
readonly yearRange?: import('vue').Prop<number[] | undefined, number[] | undefined> | null | undefined;
|
|
2277
|
+
readonly disabledDates?: import('vue').Prop<string[] | Date[] | ((date: Date) => boolean) | undefined, string[] | Date[] | ((date: Date) => boolean) | undefined> | null | undefined;
|
|
2278
|
+
readonly inline?: import('vue').Prop<boolean | {
|
|
2279
|
+
input?: boolean;
|
|
2280
|
+
} | undefined, boolean | {
|
|
2281
|
+
input?: boolean;
|
|
2282
|
+
} | undefined> | null | undefined;
|
|
2283
|
+
readonly selectText?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
2284
|
+
readonly cancelText?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
2285
|
+
readonly weekNumName?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
2286
|
+
readonly timePicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
2287
|
+
readonly textInput?: import('vue').Prop<boolean | {
|
|
2288
|
+
enterSubmit?: boolean;
|
|
2289
|
+
tabSubmit?: boolean;
|
|
2290
|
+
openMenu?: "open" | "toggle" | boolean;
|
|
2291
|
+
rangeSeparator?: string;
|
|
2292
|
+
selectOnFocus?: boolean;
|
|
2293
|
+
format?: string | string[] | ((value: string) => Date | null);
|
|
2294
|
+
escClose?: boolean;
|
|
2295
|
+
} | undefined, boolean | {
|
|
2296
|
+
enterSubmit?: boolean;
|
|
2297
|
+
tabSubmit?: boolean;
|
|
2298
|
+
openMenu?: "open" | "toggle" | boolean;
|
|
2299
|
+
rangeSeparator?: string;
|
|
2300
|
+
selectOnFocus?: boolean;
|
|
2301
|
+
format?: string | string[] | ((value: string) => Date | null);
|
|
2302
|
+
escClose?: boolean;
|
|
2303
|
+
} | undefined> | null | undefined;
|
|
2304
|
+
readonly monthNameFormat?: import('vue').Prop<"long" | "short" | undefined, "long" | "short" | undefined> | null | undefined;
|
|
2305
|
+
readonly startDate?: import('vue').Prop<string | Date | undefined, string | Date | undefined> | null | undefined;
|
|
2306
|
+
readonly startTime?: import('vue').Prop<import('@vuepic/vue-datepicker').PartialTimeObj | import('@vuepic/vue-datepicker').PartialTimeObj[] | undefined, import('@vuepic/vue-datepicker').PartialTimeObj | import('@vuepic/vue-datepicker').PartialTimeObj[] | undefined> | null | undefined;
|
|
2307
|
+
readonly hideOffsetDates?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
2308
|
+
readonly noToday?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
2309
|
+
readonly noHoursOverlay?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
2310
|
+
readonly noMinutesOverlay?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
2311
|
+
readonly noSecondsOverlay?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
2312
|
+
readonly altPosition?: import('vue').Prop<((el: HTMLElement | undefined) => Record<string, string | number>) | undefined, ((el: HTMLElement | undefined) => Record<string, string | number>) | undefined> | null | undefined;
|
|
2313
|
+
readonly disabledWeekDays?: import('vue').Prop<string[] | number[] | undefined, string[] | number[] | undefined> | null | undefined;
|
|
2314
|
+
readonly allowedDates?: import('vue').Prop<string[] | Date[] | undefined, string[] | Date[] | undefined> | null | undefined;
|
|
2315
|
+
readonly nowButtonLabel?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
2316
|
+
readonly monthChangeOnScroll?: import('vue').Prop<boolean | "inverse" | undefined, boolean | "inverse" | undefined> | null | undefined;
|
|
2317
|
+
readonly markers?: import('vue').Prop<import('@vuepic/vue-datepicker').DatePickerMarker[] | undefined, import('@vuepic/vue-datepicker').DatePickerMarker[] | undefined> | null | undefined;
|
|
2318
|
+
readonly transitions?: import('vue').Prop<boolean | {
|
|
2319
|
+
menuAppearTop?: string;
|
|
2320
|
+
menuAppearBottom?: string;
|
|
2321
|
+
open?: string;
|
|
2322
|
+
close?: string;
|
|
2323
|
+
next?: string;
|
|
2324
|
+
previous?: string;
|
|
2325
|
+
vNext?: string;
|
|
2326
|
+
vPrevious?: string;
|
|
2327
|
+
} | undefined, boolean | {
|
|
2328
|
+
menuAppearTop?: string;
|
|
2329
|
+
menuAppearBottom?: string;
|
|
2330
|
+
open?: string;
|
|
2331
|
+
close?: string;
|
|
2332
|
+
next?: string;
|
|
2333
|
+
previous?: string;
|
|
2334
|
+
vNext?: string;
|
|
2335
|
+
vPrevious?: string;
|
|
2336
|
+
} | undefined> | null | undefined;
|
|
2337
|
+
readonly enableSeconds?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
2338
|
+
readonly escClose?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
2339
|
+
readonly spaceConfirm?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
2340
|
+
readonly monthChangeOnArrows?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
2341
|
+
readonly formatLocale?: import('vue').Prop<import('date-fns').Locale | undefined, import('date-fns').Locale | undefined> | null | undefined;
|
|
2342
|
+
readonly multiDates?: import('vue').Prop<boolean | {
|
|
2343
|
+
limit?: number | string;
|
|
2344
|
+
dragSelect?: boolean;
|
|
2345
|
+
} | undefined, boolean | {
|
|
2346
|
+
limit?: number | string;
|
|
2347
|
+
dragSelect?: boolean;
|
|
2348
|
+
} | undefined> | null | undefined;
|
|
2349
|
+
readonly presetDates?: import('vue').Prop<{
|
|
2350
|
+
label: string;
|
|
2351
|
+
value: import('vue').MaybeRefOrGetter<Date[] | string[] | string | Date>;
|
|
2352
|
+
style?: Record<string, string>;
|
|
2353
|
+
slot?: string;
|
|
2354
|
+
noTz?: boolean;
|
|
2355
|
+
testId?: string;
|
|
2356
|
+
}[] | undefined, {
|
|
2357
|
+
label: string;
|
|
2358
|
+
value: import('vue').MaybeRefOrGetter<Date[] | string[] | string | Date>;
|
|
2359
|
+
style?: Record<string, string>;
|
|
2360
|
+
slot?: string;
|
|
2361
|
+
noTz?: boolean;
|
|
2362
|
+
testId?: string;
|
|
2363
|
+
}[] | undefined> | null | undefined;
|
|
2364
|
+
readonly flow?: import('vue').Prop<("time" | "month" | "calendar" | "year" | "minutes" | "hours" | "seconds")[] | undefined, ("time" | "month" | "calendar" | "year" | "minutes" | "hours" | "seconds")[] | undefined> | null | undefined;
|
|
2365
|
+
readonly partialFlow?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
2366
|
+
readonly preventMinMaxNavigation?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
2367
|
+
readonly reverseYears?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
2368
|
+
readonly weekPicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
2369
|
+
readonly vertical?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
2370
|
+
readonly ariaLabels?: import('vue').Prop<{
|
|
2371
|
+
toggleOverlay?: string;
|
|
2372
|
+
menu?: string;
|
|
2373
|
+
input?: string;
|
|
2374
|
+
calendarWrap?: string;
|
|
2375
|
+
calendarDays?: string;
|
|
2376
|
+
openTimePicker?: string;
|
|
2377
|
+
closeTimePicker?: string;
|
|
2378
|
+
incrementValue?: (type: import('@vuepic/vue-datepicker').TimeType) => string;
|
|
2379
|
+
decrementValue?: (type: import('@vuepic/vue-datepicker').TimeType) => string;
|
|
2380
|
+
openTpOverlay?: (type: import('@vuepic/vue-datepicker').TimeType) => string;
|
|
2381
|
+
amPmButton?: string;
|
|
2382
|
+
openYearsOverlay?: string;
|
|
2383
|
+
openMonthsOverlay?: string;
|
|
2384
|
+
nextMonth?: string;
|
|
2385
|
+
prevMonth?: string;
|
|
2386
|
+
nextYear?: string;
|
|
2387
|
+
prevYear?: string;
|
|
2388
|
+
day?: ({ value }: {
|
|
2389
|
+
value: Date;
|
|
2390
|
+
}) => string;
|
|
2391
|
+
weekDay?: (day: number) => string;
|
|
2392
|
+
clearInput?: string;
|
|
2393
|
+
calendarIcon?: string;
|
|
2394
|
+
timePicker?: string;
|
|
2395
|
+
monthPicker: (overlay: boolean) => string;
|
|
2396
|
+
yearPicker: (overlay: boolean) => string;
|
|
2397
|
+
timeOverlay: (type: import('@vuepic/vue-datepicker').TimeType) => string;
|
|
2398
|
+
} | undefined, {
|
|
2399
|
+
toggleOverlay?: string;
|
|
2400
|
+
menu?: string;
|
|
2401
|
+
input?: string;
|
|
2402
|
+
calendarWrap?: string;
|
|
2403
|
+
calendarDays?: string;
|
|
2404
|
+
openTimePicker?: string;
|
|
2405
|
+
closeTimePicker?: string;
|
|
2406
|
+
incrementValue?: (type: import('@vuepic/vue-datepicker').TimeType) => string;
|
|
2407
|
+
decrementValue?: (type: import('@vuepic/vue-datepicker').TimeType) => string;
|
|
2408
|
+
openTpOverlay?: (type: import('@vuepic/vue-datepicker').TimeType) => string;
|
|
2409
|
+
amPmButton?: string;
|
|
2410
|
+
openYearsOverlay?: string;
|
|
2411
|
+
openMonthsOverlay?: string;
|
|
2412
|
+
nextMonth?: string;
|
|
2413
|
+
prevMonth?: string;
|
|
2414
|
+
nextYear?: string;
|
|
2415
|
+
prevYear?: string;
|
|
2416
|
+
day?: ({ value }: {
|
|
2417
|
+
value: Date;
|
|
2418
|
+
}) => string;
|
|
2419
|
+
weekDay?: (day: number) => string;
|
|
2420
|
+
clearInput?: string;
|
|
2421
|
+
calendarIcon?: string;
|
|
2422
|
+
timePicker?: string;
|
|
2423
|
+
monthPicker: (overlay: boolean) => string;
|
|
2424
|
+
yearPicker: (overlay: boolean) => string;
|
|
2425
|
+
timeOverlay: (type: import('@vuepic/vue-datepicker').TimeType) => string;
|
|
2426
|
+
} | undefined> | null | undefined;
|
|
2427
|
+
readonly arrowNavigation?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
2428
|
+
readonly yearPicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
2429
|
+
readonly dayNames?: import('vue').Prop<string[] | ((lang: string, weekStart: number) => string[]) | undefined, string[] | ((lang: string, weekStart: number) => string[]) | undefined> | null | undefined;
|
|
2430
|
+
readonly modelType?: import('vue').Prop<string | undefined, string | undefined> | null | undefined;
|
|
2431
|
+
readonly modelAuto?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
2432
|
+
readonly highlight?: import('vue').Prop<((date: Date[], disabled?: boolean) => boolean) | ((month: {
|
|
2433
|
+
month: number;
|
|
2434
|
+
year: number;
|
|
2435
|
+
}) => boolean) | ((year: number) => boolean) | ((quarter: {
|
|
2436
|
+
quarter: number;
|
|
2437
|
+
year: number;
|
|
2438
|
+
}) => boolean) | Partial<import('@vuepic/vue-datepicker').Highlight> | undefined, ((date: Date[], disabled?: boolean) => boolean) | ((month: {
|
|
2439
|
+
month: number;
|
|
2440
|
+
year: number;
|
|
2441
|
+
}) => boolean) | ((year: number) => boolean) | ((quarter: {
|
|
2442
|
+
quarter: number;
|
|
2443
|
+
year: number;
|
|
2444
|
+
}) => boolean) | Partial<import('@vuepic/vue-datepicker').Highlight> | undefined> | null | undefined;
|
|
2445
|
+
readonly offset?: import('vue').Prop<string | number | undefined, string | number | undefined> | null | undefined;
|
|
2446
|
+
readonly teleportCenter?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
2447
|
+
readonly ignoreTimeValidation?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
2448
|
+
readonly dayClass?: import('vue').Prop<((date: Date, internalModelValue: import('@vuepic/vue-datepicker').InternalTime) => string) | undefined, ((date: Date, internalModelValue: import('@vuepic/vue-datepicker').InternalTime) => string) | undefined> | null | undefined;
|
|
2449
|
+
readonly hideNavigation?: import('vue').Prop<("time" | "month" | "calendar" | "year" | "minutes" | "hours" | "seconds")[] | undefined, ("time" | "month" | "calendar" | "year" | "minutes" | "hours" | "seconds")[] | undefined> | null | undefined;
|
|
2450
|
+
readonly sixWeeks?: import('vue').Prop<boolean | "center" | "append" | "prepend" | "fair" | undefined, boolean | "center" | "append" | "prepend" | "fair" | undefined> | null | undefined;
|
|
2451
|
+
readonly timezone?: import('vue').Prop<string | {
|
|
2452
|
+
timezone?: string;
|
|
2453
|
+
exactMatch?: boolean;
|
|
2454
|
+
dateInTz?: string;
|
|
2455
|
+
emitTimezone?: string;
|
|
2456
|
+
convertModel?: boolean;
|
|
2457
|
+
} | undefined, string | {
|
|
2458
|
+
timezone?: string;
|
|
2459
|
+
exactMatch?: boolean;
|
|
2460
|
+
dateInTz?: string;
|
|
2461
|
+
emitTimezone?: string;
|
|
2462
|
+
convertModel?: boolean;
|
|
2463
|
+
} | undefined> | null | undefined;
|
|
2464
|
+
readonly disableYearSelect?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
2465
|
+
readonly focusStartDate?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
2466
|
+
readonly disabledTimes?: import('vue').Prop<((time: import('@vuepic/vue-datepicker').TimeObj | (import('@vuepic/vue-datepicker').TimeObj | undefined)[]) => boolean) | import('@vuepic/vue-datepicker').DisabledTime[] | [import('@vuepic/vue-datepicker').DisabledTime[], import('@vuepic/vue-datepicker').DisabledTime[]] | undefined, ((time: import('@vuepic/vue-datepicker').TimeObj | (import('@vuepic/vue-datepicker').TimeObj | undefined)[]) => boolean) | import('@vuepic/vue-datepicker').DisabledTime[] | [import('@vuepic/vue-datepicker').DisabledTime[], import('@vuepic/vue-datepicker').DisabledTime[]] | undefined> | null | undefined;
|
|
2467
|
+
readonly timePickerInline?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
2468
|
+
readonly config?: import('vue').Prop<import('@vuepic/vue-datepicker').GeneralConfig | undefined, import('@vuepic/vue-datepicker').GeneralConfig | undefined> | null | undefined;
|
|
2469
|
+
readonly quarterPicker?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
2470
|
+
readonly yearFirst?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
2471
|
+
readonly loading?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
2472
|
+
readonly onInternalModelChange?: import('vue').Prop<((...args: any[]) => void) | undefined, ((...args: any[]) => void) | undefined> | null | undefined;
|
|
2473
|
+
readonly enableMinutes?: import('vue').Prop<boolean | undefined, boolean | undefined> | null | undefined;
|
|
2474
|
+
readonly ui?: import('vue').Prop<Partial<import('@vuepic/vue-datepicker').UIOptions> | undefined, Partial<import('@vuepic/vue-datepicker').UIOptions> | undefined> | null | undefined;
|
|
2475
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
2476
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
2477
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
2478
|
+
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
2479
|
+
"onUpdate:model-timezone-value"?: ((...args: any[]) => any) | undefined;
|
|
2480
|
+
"onText-submit"?: ((...args: any[]) => any) | undefined;
|
|
2481
|
+
onClosed?: ((...args: any[]) => any) | undefined;
|
|
2482
|
+
onCleared?: ((...args: any[]) => any) | undefined;
|
|
2483
|
+
"onInternal-model-change"?: ((...args: any[]) => any) | undefined;
|
|
2484
|
+
"onRecalculate-position"?: ((...args: any[]) => any) | undefined;
|
|
2485
|
+
"onFlow-step"?: ((...args: any[]) => any) | undefined;
|
|
2486
|
+
"onUpdate-month-year"?: ((...args: any[]) => any) | undefined;
|
|
2487
|
+
"onInvalid-select"?: ((...args: any[]) => any) | undefined;
|
|
2488
|
+
"onTooltip-open"?: ((...args: any[]) => any) | undefined;
|
|
2489
|
+
"onTooltip-close"?: ((...args: any[]) => any) | undefined;
|
|
2490
|
+
"onInvalid-fixed-range"?: ((...args: any[]) => any) | undefined;
|
|
2491
|
+
"onTime-picker-open"?: ((...args: any[]) => any) | undefined;
|
|
2492
|
+
"onTime-picker-close"?: ((...args: any[]) => any) | undefined;
|
|
2493
|
+
"onAm-pm-change"?: ((...args: any[]) => any) | undefined;
|
|
2494
|
+
"onRange-start"?: ((...args: any[]) => any) | undefined;
|
|
2495
|
+
"onRange-end"?: ((...args: any[]) => any) | undefined;
|
|
2496
|
+
"onDate-update"?: ((...args: any[]) => any) | undefined;
|
|
2497
|
+
"onInvalid-date"?: ((...args: any[]) => any) | undefined;
|
|
2498
|
+
"onOverlay-toggle"?: ((...args: any[]) => any) | undefined;
|
|
2499
|
+
"onText-input"?: ((...args: any[]) => any) | undefined;
|
|
2500
|
+
}) & import('@vuepic/vue-datepicker').VueDatePickerProps, never>;
|
|
2501
|
+
$attrs: {
|
|
2502
|
+
[x: string]: unknown;
|
|
2503
|
+
};
|
|
2504
|
+
$refs: {
|
|
2505
|
+
[x: string]: unknown;
|
|
2506
|
+
};
|
|
2507
|
+
$slots: Readonly<{
|
|
2508
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
2509
|
+
}>;
|
|
2510
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
2511
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
2512
|
+
$host: Element | null;
|
|
2513
|
+
$emit: (event: import('@vuepic/vue-datepicker').EmitEvents, ...args: any[]) => void;
|
|
2514
|
+
$el: any;
|
|
2515
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<string[]> | import('vue').ExtractPropTypes<import('vue').ComponentObjectPropsOptions<import('@vuepic/vue-datepicker').VueDatePickerProps>>> & {
|
|
2516
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
2517
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
2518
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
2519
|
+
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
2520
|
+
"onUpdate:model-timezone-value"?: ((...args: any[]) => any) | undefined;
|
|
2521
|
+
"onText-submit"?: ((...args: any[]) => any) | undefined;
|
|
2522
|
+
onClosed?: ((...args: any[]) => any) | undefined;
|
|
2523
|
+
onCleared?: ((...args: any[]) => any) | undefined;
|
|
2524
|
+
"onInternal-model-change"?: ((...args: any[]) => any) | undefined;
|
|
2525
|
+
"onRecalculate-position"?: ((...args: any[]) => any) | undefined;
|
|
2526
|
+
"onFlow-step"?: ((...args: any[]) => any) | undefined;
|
|
2527
|
+
"onUpdate-month-year"?: ((...args: any[]) => any) | undefined;
|
|
2528
|
+
"onInvalid-select"?: ((...args: any[]) => any) | undefined;
|
|
2529
|
+
"onTooltip-open"?: ((...args: any[]) => any) | undefined;
|
|
2530
|
+
"onTooltip-close"?: ((...args: any[]) => any) | undefined;
|
|
2531
|
+
"onInvalid-fixed-range"?: ((...args: any[]) => any) | undefined;
|
|
2532
|
+
"onTime-picker-open"?: ((...args: any[]) => any) | undefined;
|
|
2533
|
+
"onTime-picker-close"?: ((...args: any[]) => any) | undefined;
|
|
2534
|
+
"onAm-pm-change"?: ((...args: any[]) => any) | undefined;
|
|
2535
|
+
"onRange-start"?: ((...args: any[]) => any) | undefined;
|
|
2536
|
+
"onRange-end"?: ((...args: any[]) => any) | undefined;
|
|
2537
|
+
"onDate-update"?: ((...args: any[]) => any) | undefined;
|
|
2538
|
+
"onInvalid-date"?: ((...args: any[]) => any) | undefined;
|
|
2539
|
+
"onOverlay-toggle"?: ((...args: any[]) => any) | undefined;
|
|
2540
|
+
"onText-input"?: ((...args: any[]) => any) | undefined;
|
|
2541
|
+
}, {}, {}, import('vue').ComputedOptions, import('@vuepic/vue-datepicker').PublicMethods, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, import('@vuepic/vue-datepicker').EmitEvents[], string, {
|
|
2542
|
+
[x: number]: string;
|
|
2543
|
+
} | {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
2544
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
2545
|
+
created?: (() => void) | (() => void)[];
|
|
2546
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
2547
|
+
mounted?: (() => void) | (() => void)[];
|
|
2548
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
2549
|
+
updated?: (() => void) | (() => void)[];
|
|
2550
|
+
activated?: (() => void) | (() => void)[];
|
|
2551
|
+
deactivated?: (() => void) | (() => void)[];
|
|
2552
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
2553
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
2554
|
+
destroyed?: (() => void) | (() => void)[];
|
|
2555
|
+
unmounted?: (() => void) | (() => void)[];
|
|
2556
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
2557
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
2558
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
2559
|
+
};
|
|
2560
|
+
$forceUpdate: () => void;
|
|
2561
|
+
$nextTick: typeof import('vue').nextTick;
|
|
2562
|
+
$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;
|
|
2563
|
+
} & Readonly<{}> & Omit<{} & (Readonly<import('vue').ExtractPropTypes<string[]> | import('vue').ExtractPropTypes<import('vue').ComponentObjectPropsOptions<import('@vuepic/vue-datepicker').VueDatePickerProps>>> & {
|
|
2564
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
2565
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
2566
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
2567
|
+
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
2568
|
+
"onUpdate:model-timezone-value"?: ((...args: any[]) => any) | undefined;
|
|
2569
|
+
"onText-submit"?: ((...args: any[]) => any) | undefined;
|
|
2570
|
+
onClosed?: ((...args: any[]) => any) | undefined;
|
|
2571
|
+
onCleared?: ((...args: any[]) => any) | undefined;
|
|
2572
|
+
"onInternal-model-change"?: ((...args: any[]) => any) | undefined;
|
|
2573
|
+
"onRecalculate-position"?: ((...args: any[]) => any) | undefined;
|
|
2574
|
+
"onFlow-step"?: ((...args: any[]) => any) | undefined;
|
|
2575
|
+
"onUpdate-month-year"?: ((...args: any[]) => any) | undefined;
|
|
2576
|
+
"onInvalid-select"?: ((...args: any[]) => any) | undefined;
|
|
2577
|
+
"onTooltip-open"?: ((...args: any[]) => any) | undefined;
|
|
2578
|
+
"onTooltip-close"?: ((...args: any[]) => any) | undefined;
|
|
2579
|
+
"onInvalid-fixed-range"?: ((...args: any[]) => any) | undefined;
|
|
2580
|
+
"onTime-picker-open"?: ((...args: any[]) => any) | undefined;
|
|
2581
|
+
"onTime-picker-close"?: ((...args: any[]) => any) | undefined;
|
|
2582
|
+
"onAm-pm-change"?: ((...args: any[]) => any) | undefined;
|
|
2583
|
+
"onRange-start"?: ((...args: any[]) => any) | undefined;
|
|
2584
|
+
"onRange-end"?: ((...args: any[]) => any) | undefined;
|
|
2585
|
+
"onDate-update"?: ((...args: any[]) => any) | undefined;
|
|
2586
|
+
"onInvalid-date"?: ((...args: any[]) => any) | undefined;
|
|
2587
|
+
"onOverlay-toggle"?: ((...args: any[]) => any) | undefined;
|
|
2588
|
+
"onText-input"?: ((...args: any[]) => any) | undefined;
|
|
2589
|
+
}), never> & import('vue').ShallowUnwrapRef<{}> & {
|
|
2590
|
+
[x: string]: never;
|
|
2591
|
+
} & import('@vuepic/vue-datepicker').PublicMethods & import('vue').ComponentCustomProperties & {} & {
|
|
2592
|
+
$slots: Readonly<import('@vuepic/vue-datepicker').Slots> & import('@vuepic/vue-datepicker').Slots;
|
|
2593
|
+
}) | null;
|
|
2594
|
+
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
848
2595
|
P: {};
|
|
849
2596
|
B: {};
|
|
850
2597
|
D: {};
|
|
851
2598
|
C: {};
|
|
852
2599
|
M: {};
|
|
853
2600
|
Defaults: {};
|
|
854
|
-
}, Readonly<
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
type: import('vue').PropType<boolean>;
|
|
869
|
-
default: boolean;
|
|
870
|
-
};
|
|
871
|
-
multiCalendars: {
|
|
872
|
-
type: import('vue').PropType<boolean>;
|
|
873
|
-
default: boolean;
|
|
874
|
-
};
|
|
875
|
-
enableTimePicker: {
|
|
876
|
-
type: import('vue').PropType<boolean>;
|
|
877
|
-
default: boolean;
|
|
878
|
-
};
|
|
879
|
-
autoApply: {
|
|
880
|
-
type: import('vue').PropType<boolean>;
|
|
881
|
-
default: boolean;
|
|
882
|
-
};
|
|
883
|
-
closeOnAutoApply: {
|
|
884
|
-
type: import('vue').PropType<boolean>;
|
|
885
|
-
default: boolean;
|
|
886
|
-
};
|
|
887
|
-
roundedEdges: {
|
|
888
|
-
type: import('vue').PropType<boolean>;
|
|
889
|
-
default: boolean;
|
|
890
|
-
};
|
|
891
|
-
locale: {
|
|
892
|
-
type: import('vue').PropType<string>;
|
|
893
|
-
default: string;
|
|
894
|
-
};
|
|
895
|
-
placeholderText: {
|
|
896
|
-
type: import('vue').PropType<string>;
|
|
897
|
-
default: string;
|
|
898
|
-
};
|
|
899
|
-
quickFilterRanges: {
|
|
900
|
-
type: import('vue').PropType<import('./UiDatePicker.vue').PresetRange[] | null>;
|
|
901
|
-
default: null;
|
|
902
|
-
};
|
|
903
|
-
quickFilterHeadline: {
|
|
904
|
-
type: import('vue').PropType<string>;
|
|
905
|
-
default: string;
|
|
906
|
-
};
|
|
907
|
-
selectedDate: {
|
|
908
|
-
type: import('vue').PropType<string | Date | [Date, Date] | {
|
|
909
|
-
month: number;
|
|
910
|
-
year: number;
|
|
911
|
-
}>;
|
|
912
|
-
default: string;
|
|
913
|
-
};
|
|
914
|
-
autoPosition: {
|
|
915
|
-
type: import('vue').PropType<boolean>;
|
|
916
|
-
default: boolean;
|
|
917
|
-
};
|
|
918
|
-
leftSidebar: {
|
|
919
|
-
type: import('vue').PropType<boolean>;
|
|
920
|
-
default: boolean;
|
|
921
|
-
};
|
|
922
|
-
actionArea: {
|
|
923
|
-
type: import('vue').PropType<boolean>;
|
|
924
|
-
default: boolean;
|
|
925
|
-
};
|
|
926
|
-
actionAreaExtraContent: {
|
|
927
|
-
type: import('vue').PropType<string>;
|
|
928
|
-
default: string;
|
|
929
|
-
};
|
|
930
|
-
firstAvailableDate: {
|
|
931
|
-
type: import('vue').PropType<number>;
|
|
932
|
-
default: number;
|
|
933
|
-
};
|
|
934
|
-
minDate: {
|
|
935
|
-
type: import('vue').PropType<string | Date>;
|
|
936
|
-
default: () => Date;
|
|
937
|
-
};
|
|
938
|
-
maxDate: {
|
|
939
|
-
type: import('vue').PropType<Date>;
|
|
940
|
-
default: undefined;
|
|
941
|
-
};
|
|
942
|
-
autoRange: {
|
|
943
|
-
type: import('vue').PropType<string | number>;
|
|
944
|
-
default: undefined;
|
|
945
|
-
};
|
|
946
|
-
maxRange: {
|
|
947
|
-
type: import('vue').PropType<string | number>;
|
|
948
|
-
default: undefined;
|
|
949
|
-
};
|
|
950
|
-
activeState: {
|
|
951
|
-
type: import('vue').PropType<boolean>;
|
|
952
|
-
default: boolean;
|
|
953
|
-
};
|
|
954
|
-
disabledState: {
|
|
955
|
-
type: import('vue').PropType<boolean>;
|
|
956
|
-
default: boolean;
|
|
957
|
-
};
|
|
958
|
-
monthPicker: {
|
|
959
|
-
type: import('vue').PropType<boolean>;
|
|
960
|
-
default: boolean;
|
|
961
|
-
};
|
|
962
|
-
customFormatCallback: {
|
|
963
|
-
type: import('vue').PropType<any>;
|
|
964
|
-
default: undefined;
|
|
965
|
-
};
|
|
966
|
-
inputLabel: {
|
|
967
|
-
type: import('vue').PropType<string>;
|
|
968
|
-
default: string;
|
|
969
|
-
};
|
|
970
|
-
utc: {
|
|
971
|
-
type: import('vue').PropType<boolean>;
|
|
972
|
-
default: boolean;
|
|
973
|
-
};
|
|
974
|
-
teleport: {
|
|
975
|
-
type: import('vue').PropType<string | boolean>;
|
|
976
|
-
default: undefined;
|
|
977
|
-
};
|
|
978
|
-
closeOnScroll: {
|
|
979
|
-
type: import('vue').PropType<boolean>;
|
|
980
|
-
default: boolean;
|
|
981
|
-
};
|
|
982
|
-
enableQuickfilterToggle: {
|
|
983
|
-
type: import('vue').PropType<boolean>;
|
|
984
|
-
default: boolean;
|
|
2601
|
+
}, Readonly<{
|
|
2602
|
+
definesRange?: boolean;
|
|
2603
|
+
multiCalendars?: boolean;
|
|
2604
|
+
enableTimePicker?: boolean;
|
|
2605
|
+
autoApply?: boolean;
|
|
2606
|
+
closeOnAutoApply?: boolean;
|
|
2607
|
+
roundedEdges?: boolean;
|
|
2608
|
+
locale?: string;
|
|
2609
|
+
placeholderText?: string;
|
|
2610
|
+
quickFilterRanges?: import('./UiDatePicker.vue').PresetRange[] | null;
|
|
2611
|
+
quickFilterHeadline?: string;
|
|
2612
|
+
selectedDate?: Date | [Date, Date] | string | {
|
|
2613
|
+
month: number;
|
|
2614
|
+
year: number;
|
|
985
2615
|
};
|
|
986
|
-
|
|
2616
|
+
autoPosition?: boolean;
|
|
2617
|
+
leftSidebar?: boolean;
|
|
2618
|
+
actionArea?: boolean;
|
|
2619
|
+
actionAreaExtraContent?: string;
|
|
2620
|
+
cancel?: string;
|
|
2621
|
+
submit?: string;
|
|
2622
|
+
firstAvailableDate?: number;
|
|
2623
|
+
minDate?: Date | string;
|
|
2624
|
+
maxDate?: Date;
|
|
2625
|
+
autoRange?: string | number | undefined;
|
|
2626
|
+
maxRange?: number | string | undefined;
|
|
2627
|
+
activeState?: boolean;
|
|
2628
|
+
disabledState?: boolean;
|
|
2629
|
+
monthPicker?: boolean;
|
|
2630
|
+
customFormatCallback?: any;
|
|
2631
|
+
inputLabel?: string;
|
|
2632
|
+
iconLeft?: (typeof iconNames)[number] | null;
|
|
2633
|
+
utc?: boolean;
|
|
2634
|
+
teleport?: boolean | string;
|
|
2635
|
+
closeOnScroll?: boolean;
|
|
2636
|
+
enableQuickfilterToggle?: boolean;
|
|
2637
|
+
}> & Readonly<{
|
|
987
2638
|
onClose?: (() => any) | undefined;
|
|
988
2639
|
onReset?: (() => any) | undefined;
|
|
989
2640
|
"onDate-changed"?: ((date: Date | [Date, Date]) => any) | undefined;
|
|
@@ -1029,150 +2680,54 @@ declare const meta: {
|
|
|
1029
2680
|
__isFragment?: never;
|
|
1030
2681
|
__isTeleport?: never;
|
|
1031
2682
|
__isSuspense?: never;
|
|
1032
|
-
} & import('vue').ComponentOptionsBase<Readonly<
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
type: import('vue').PropType<boolean>;
|
|
1047
|
-
default: boolean;
|
|
1048
|
-
};
|
|
1049
|
-
multiCalendars: {
|
|
1050
|
-
type: import('vue').PropType<boolean>;
|
|
1051
|
-
default: boolean;
|
|
1052
|
-
};
|
|
1053
|
-
enableTimePicker: {
|
|
1054
|
-
type: import('vue').PropType<boolean>;
|
|
1055
|
-
default: boolean;
|
|
1056
|
-
};
|
|
1057
|
-
autoApply: {
|
|
1058
|
-
type: import('vue').PropType<boolean>;
|
|
1059
|
-
default: boolean;
|
|
1060
|
-
};
|
|
1061
|
-
closeOnAutoApply: {
|
|
1062
|
-
type: import('vue').PropType<boolean>;
|
|
1063
|
-
default: boolean;
|
|
1064
|
-
};
|
|
1065
|
-
roundedEdges: {
|
|
1066
|
-
type: import('vue').PropType<boolean>;
|
|
1067
|
-
default: boolean;
|
|
1068
|
-
};
|
|
1069
|
-
locale: {
|
|
1070
|
-
type: import('vue').PropType<string>;
|
|
1071
|
-
default: string;
|
|
1072
|
-
};
|
|
1073
|
-
placeholderText: {
|
|
1074
|
-
type: import('vue').PropType<string>;
|
|
1075
|
-
default: string;
|
|
1076
|
-
};
|
|
1077
|
-
quickFilterRanges: {
|
|
1078
|
-
type: import('vue').PropType<import('./UiDatePicker.vue').PresetRange[] | null>;
|
|
1079
|
-
default: null;
|
|
1080
|
-
};
|
|
1081
|
-
quickFilterHeadline: {
|
|
1082
|
-
type: import('vue').PropType<string>;
|
|
1083
|
-
default: string;
|
|
1084
|
-
};
|
|
1085
|
-
selectedDate: {
|
|
1086
|
-
type: import('vue').PropType<string | Date | [Date, Date] | {
|
|
1087
|
-
month: number;
|
|
1088
|
-
year: number;
|
|
1089
|
-
}>;
|
|
1090
|
-
default: string;
|
|
1091
|
-
};
|
|
1092
|
-
autoPosition: {
|
|
1093
|
-
type: import('vue').PropType<boolean>;
|
|
1094
|
-
default: boolean;
|
|
1095
|
-
};
|
|
1096
|
-
leftSidebar: {
|
|
1097
|
-
type: import('vue').PropType<boolean>;
|
|
1098
|
-
default: boolean;
|
|
1099
|
-
};
|
|
1100
|
-
actionArea: {
|
|
1101
|
-
type: import('vue').PropType<boolean>;
|
|
1102
|
-
default: boolean;
|
|
1103
|
-
};
|
|
1104
|
-
actionAreaExtraContent: {
|
|
1105
|
-
type: import('vue').PropType<string>;
|
|
1106
|
-
default: string;
|
|
1107
|
-
};
|
|
1108
|
-
firstAvailableDate: {
|
|
1109
|
-
type: import('vue').PropType<number>;
|
|
1110
|
-
default: number;
|
|
1111
|
-
};
|
|
1112
|
-
minDate: {
|
|
1113
|
-
type: import('vue').PropType<string | Date>;
|
|
1114
|
-
default: () => Date;
|
|
1115
|
-
};
|
|
1116
|
-
maxDate: {
|
|
1117
|
-
type: import('vue').PropType<Date>;
|
|
1118
|
-
default: undefined;
|
|
1119
|
-
};
|
|
1120
|
-
autoRange: {
|
|
1121
|
-
type: import('vue').PropType<string | number>;
|
|
1122
|
-
default: undefined;
|
|
1123
|
-
};
|
|
1124
|
-
maxRange: {
|
|
1125
|
-
type: import('vue').PropType<string | number>;
|
|
1126
|
-
default: undefined;
|
|
1127
|
-
};
|
|
1128
|
-
activeState: {
|
|
1129
|
-
type: import('vue').PropType<boolean>;
|
|
1130
|
-
default: boolean;
|
|
1131
|
-
};
|
|
1132
|
-
disabledState: {
|
|
1133
|
-
type: import('vue').PropType<boolean>;
|
|
1134
|
-
default: boolean;
|
|
1135
|
-
};
|
|
1136
|
-
monthPicker: {
|
|
1137
|
-
type: import('vue').PropType<boolean>;
|
|
1138
|
-
default: boolean;
|
|
1139
|
-
};
|
|
1140
|
-
customFormatCallback: {
|
|
1141
|
-
type: import('vue').PropType<any>;
|
|
1142
|
-
default: undefined;
|
|
1143
|
-
};
|
|
1144
|
-
inputLabel: {
|
|
1145
|
-
type: import('vue').PropType<string>;
|
|
1146
|
-
default: string;
|
|
1147
|
-
};
|
|
1148
|
-
utc: {
|
|
1149
|
-
type: import('vue').PropType<boolean>;
|
|
1150
|
-
default: boolean;
|
|
1151
|
-
};
|
|
1152
|
-
teleport: {
|
|
1153
|
-
type: import('vue').PropType<string | boolean>;
|
|
1154
|
-
default: undefined;
|
|
1155
|
-
};
|
|
1156
|
-
closeOnScroll: {
|
|
1157
|
-
type: import('vue').PropType<boolean>;
|
|
1158
|
-
default: boolean;
|
|
1159
|
-
};
|
|
1160
|
-
enableQuickfilterToggle: {
|
|
1161
|
-
type: import('vue').PropType<boolean>;
|
|
1162
|
-
default: boolean;
|
|
2683
|
+
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
2684
|
+
definesRange?: boolean;
|
|
2685
|
+
multiCalendars?: boolean;
|
|
2686
|
+
enableTimePicker?: boolean;
|
|
2687
|
+
autoApply?: boolean;
|
|
2688
|
+
closeOnAutoApply?: boolean;
|
|
2689
|
+
roundedEdges?: boolean;
|
|
2690
|
+
locale?: string;
|
|
2691
|
+
placeholderText?: string;
|
|
2692
|
+
quickFilterRanges?: import('./UiDatePicker.vue').PresetRange[] | null;
|
|
2693
|
+
quickFilterHeadline?: string;
|
|
2694
|
+
selectedDate?: Date | [Date, Date] | string | {
|
|
2695
|
+
month: number;
|
|
2696
|
+
year: number;
|
|
1163
2697
|
};
|
|
1164
|
-
|
|
2698
|
+
autoPosition?: boolean;
|
|
2699
|
+
leftSidebar?: boolean;
|
|
2700
|
+
actionArea?: boolean;
|
|
2701
|
+
actionAreaExtraContent?: string;
|
|
2702
|
+
cancel?: string;
|
|
2703
|
+
submit?: string;
|
|
2704
|
+
firstAvailableDate?: number;
|
|
2705
|
+
minDate?: Date | string;
|
|
2706
|
+
maxDate?: Date;
|
|
2707
|
+
autoRange?: string | number | undefined;
|
|
2708
|
+
maxRange?: number | string | undefined;
|
|
2709
|
+
activeState?: boolean;
|
|
2710
|
+
disabledState?: boolean;
|
|
2711
|
+
monthPicker?: boolean;
|
|
2712
|
+
customFormatCallback?: any;
|
|
2713
|
+
inputLabel?: string;
|
|
2714
|
+
iconLeft?: (typeof iconNames)[number] | null;
|
|
2715
|
+
utc?: boolean;
|
|
2716
|
+
teleport?: boolean | string;
|
|
2717
|
+
closeOnScroll?: boolean;
|
|
2718
|
+
enableQuickfilterToggle?: boolean;
|
|
2719
|
+
}> & Readonly<{
|
|
1165
2720
|
onClose?: (() => any) | undefined;
|
|
1166
2721
|
onReset?: (() => any) | undefined;
|
|
1167
2722
|
"onDate-changed"?: ((date: Date | [Date, Date]) => any) | undefined;
|
|
1168
2723
|
onOpen?: (() => any) | undefined;
|
|
1169
2724
|
onDatepickerQuickfilterClick?: ((trackingName: string) => any) | undefined;
|
|
1170
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
datepickerQuickfilterClick: (trackingName: string) =>
|
|
2725
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
2726
|
+
close: () => any;
|
|
2727
|
+
reset: () => any;
|
|
2728
|
+
"date-changed": (date: Date | [Date, Date]) => any;
|
|
2729
|
+
open: () => any;
|
|
2730
|
+
datepickerQuickfilterClick: (trackingName: string) => any;
|
|
1176
2731
|
}, string, {
|
|
1177
2732
|
cancel: string;
|
|
1178
2733
|
submit: string;
|