@oub/fusion 0.3.14 → 0.3.15

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.
@@ -79,9 +79,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
79
79
  disabled: boolean;
80
80
  error: boolean;
81
81
  };
82
- maxRangeValue: () => string | number | undefined;
83
- minRangeValue: () => string | number | undefined;
84
- autoRangeValue: () => string | number | undefined;
82
+ rangeOptions: () => {
83
+ maxRange: string | number | undefined;
84
+ minRange: string | number | undefined;
85
+ autoRange: string | number | undefined;
86
+ partialRange: boolean | undefined;
87
+ fixedStart: boolean | undefined;
88
+ fixedEnd: boolean | undefined;
89
+ };
85
90
  }, {
86
91
  updateDateRange: () => void;
87
92
  handleFocus: () => void;
@@ -177,6 +182,397 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
177
182
  }, {}, {
178
183
  SVGCalendar: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
179
184
  SVGExclamationOctagon: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
180
- VueDatePicker: import('vue').DefineComponent<import('vue').ComponentPropsOptions<import('@vuepic/vue-datepicker').VueDatePickerProps>, {}, {}, import('vue').ComputedOptions, import('@vuepic/vue-datepicker').PublicMethods, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, import('@vuepic/vue-datepicker').EmitEvents[], import('@vuepic/vue-datepicker').EmitEvents, import('@vuepic/vue-datepicker').VueDatePickerProps>;
185
+ VueDatePicker: {
186
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('@vuepic/vue-datepicker').RootProps> & Readonly<{
187
+ onBlur?: (() => any) | undefined;
188
+ onFocus?: (() => any) | undefined;
189
+ onInvalid?: ((event: Event) => any) | undefined;
190
+ onOpen?: (() => any) | undefined;
191
+ "onUpdate:model-value"?: ((value: any) => any) | undefined;
192
+ "onInternal-model-change"?: ((value: import('@vuepic/vue-datepicker').InternalModelValue) => any) | undefined;
193
+ "onText-submit"?: (() => any) | undefined;
194
+ "onText-input"?: ((event: string | Event, parsedDate: import('@vuepic/vue-datepicker').InputParsedDate) => any) | undefined;
195
+ onClosed?: (() => any) | undefined;
196
+ onCleared?: (() => any) | undefined;
197
+ "onFlow-step"?: ((step: number) => any) | undefined;
198
+ "onUpdate-month-year"?: ((value: {
199
+ instance: number;
200
+ month: number;
201
+ year: number;
202
+ }) => any) | undefined;
203
+ "onInvalid-select"?: (() => any) | undefined;
204
+ "onInvalid-fixed-range"?: ((date: Date) => any) | undefined;
205
+ "onInvalid-date"?: ((date: Date) => any) | undefined;
206
+ "onTooltip-open"?: ((marker: import('@vuepic/vue-datepicker').Marker) => any) | undefined;
207
+ "onTooltip-close"?: ((marker: import('@vuepic/vue-datepicker').Marker) => any) | undefined;
208
+ "onAm-pm-change"?: ((value: import('@vuepic/vue-datepicker').Hour12) => any) | undefined;
209
+ "onRange-start"?: ((date: Date) => any) | undefined;
210
+ "onRange-end"?: ((date: Date) => any) | undefined;
211
+ "onDate-click"?: ((date: Date) => any) | undefined;
212
+ "onOverlay-toggle"?: ((toggle: {
213
+ open: boolean;
214
+ overlay: import('@vuepic/vue-datepicker').PickerSection;
215
+ }) => any) | undefined;
216
+ }>, {
217
+ openMenu: () => void;
218
+ closeMenu: () => void;
219
+ selectDate: () => void;
220
+ clearValue: () => void;
221
+ formatInputValue: () => void;
222
+ updateInternalModelValue: (value: Date | Date[]) => void;
223
+ setMonthYear: (value: Partial<import('@vuepic/vue-datepicker').MonthModel>, instance?: number | undefined) => void;
224
+ parseModel: () => void;
225
+ switchView: (view: import('@vuepic/vue-datepicker').MenuView, instance?: number | undefined) => void;
226
+ handleFlow: () => void;
227
+ toggleMenu: () => void;
228
+ dpMenuRef: () => Readonly<import('vue').ShallowRef<any>>;
229
+ dpWrapMenuRef: () => any;
230
+ inputRef: () => any;
231
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
232
+ blur: () => any;
233
+ focus: () => any;
234
+ invalid: (event: Event) => any;
235
+ open: () => any;
236
+ "update:model-value": (value: any) => any;
237
+ "internal-model-change": (value: import('@vuepic/vue-datepicker').InternalModelValue) => any;
238
+ "text-submit": () => any;
239
+ "text-input": (event: string | Event, parsedDate: import('@vuepic/vue-datepicker').InputParsedDate) => any;
240
+ closed: () => any;
241
+ cleared: () => any;
242
+ "flow-step": (step: number) => any;
243
+ "update-month-year": (value: {
244
+ instance: number;
245
+ month: number;
246
+ year: number;
247
+ }) => any;
248
+ "invalid-select": () => any;
249
+ "invalid-fixed-range": (date: Date) => any;
250
+ "invalid-date": (date: Date) => any;
251
+ "tooltip-open": (marker: import('@vuepic/vue-datepicker').Marker) => any;
252
+ "tooltip-close": (marker: import('@vuepic/vue-datepicker').Marker) => any;
253
+ "am-pm-change": (value: import('@vuepic/vue-datepicker').Hour12) => any;
254
+ "range-start": (date: Date) => any;
255
+ "range-end": (date: Date) => any;
256
+ "date-click": (date: Date) => any;
257
+ "overlay-toggle": (toggle: {
258
+ open: boolean;
259
+ overlay: import('@vuepic/vue-datepicker').PickerSection;
260
+ }) => any;
261
+ }, import('vue').PublicProps, {
262
+ timePicker: boolean;
263
+ dark: boolean;
264
+ transitions: boolean | Partial<import('@vuepic/vue-datepicker').TransitionsConfig>;
265
+ hideNavigation: import('@vuepic/vue-datepicker').PickerSection[];
266
+ vertical: boolean;
267
+ hideMonthYearSelect: boolean;
268
+ disableYearSelect: boolean;
269
+ yearRange: [number, number];
270
+ autoApply: boolean;
271
+ disabledDates: string[] | Date[] | ((date: Date) => boolean);
272
+ hideOffsetDates: boolean;
273
+ noToday: boolean;
274
+ markers: import('@vuepic/vue-datepicker').Marker[];
275
+ presetDates: import('@vuepic/vue-datepicker').PresetDate[];
276
+ preventMinMaxNavigation: boolean;
277
+ reverseYears: boolean;
278
+ weekPicker: boolean;
279
+ arrowNavigation: boolean;
280
+ centered: boolean;
281
+ locale: import('date-fns').Locale;
282
+ weekStart: string | number;
283
+ monthPicker: boolean;
284
+ yearPicker: boolean;
285
+ modelAuto: boolean;
286
+ multiDates: boolean | Partial<import('@vuepic/vue-datepicker').MultiDatesConfig>;
287
+ range: boolean | Partial<import('@vuepic/vue-datepicker').RangeConfig>;
288
+ inline: boolean | {
289
+ input?: boolean | undefined;
290
+ };
291
+ sixWeeks: boolean | import('@vuepic/vue-datepicker').SixWeekMode;
292
+ focusStartDate: boolean;
293
+ quarterPicker: boolean;
294
+ yearFirst: boolean;
295
+ loading: boolean;
296
+ ui: Partial<import('@vuepic/vue-datepicker').UIConfig>;
297
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
298
+ 'date-picker': ({
299
+ $: import('vue').ComponentInternalInstance;
300
+ $data: {};
301
+ $props: Partial<{}> & Omit<import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>;
302
+ $attrs: {
303
+ [x: string]: unknown;
304
+ };
305
+ $refs: any;
306
+ $slots: Readonly<{
307
+ [name: string]: import('vue').Slot<any> | undefined;
308
+ }>;
309
+ $root: import('vue').ComponentPublicInstance | null;
310
+ $parent: import('vue').ComponentPublicInstance | null;
311
+ $host: Element | null;
312
+ $emit: (event: string, ...args: any[]) => void;
313
+ $el: any;
314
+ $options: import('vue').ComponentOptionsBase<Readonly<{}>, {
315
+ closeMenu: (fromClickAway?: boolean | undefined) => void;
316
+ selectDate: () => void;
317
+ clearValue: () => void;
318
+ openMenu: () => void;
319
+ onScroll: () => void;
320
+ formatInputValue: () => void;
321
+ updateInternalModelValue: (value: Date | Date[]) => void;
322
+ setMonthYear: (value: Partial<import('@vuepic/vue-datepicker').MonthModel>, instance?: number | undefined) => void;
323
+ parseModel: (value?: import('@vuepic/vue-datepicker').ModelValue) => void;
324
+ switchView: (view: import('@vuepic/vue-datepicker').MenuView, instance?: number | undefined) => void;
325
+ toggleMenu: () => void;
326
+ handleFlow: (skipStep?: number | undefined) => void;
327
+ getDpWrapMenuRef: () => any;
328
+ dpMenuRef: () => Readonly<import('vue').ShallowRef<any>>;
329
+ dpWrapMenuRef: () => any;
330
+ inputRef: () => any;
331
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
332
+ beforeCreate?: (() => void) | (() => void)[] | undefined;
333
+ created?: (() => void) | (() => void)[] | undefined;
334
+ beforeMount?: (() => void) | (() => void)[] | undefined;
335
+ mounted?: (() => void) | (() => void)[] | undefined;
336
+ beforeUpdate?: (() => void) | (() => void)[] | undefined;
337
+ updated?: (() => void) | (() => void)[] | undefined;
338
+ activated?: (() => void) | (() => void)[] | undefined;
339
+ deactivated?: (() => void) | (() => void)[] | undefined;
340
+ beforeDestroy?: (() => void) | (() => void)[] | undefined;
341
+ beforeUnmount?: (() => void) | (() => void)[] | undefined;
342
+ destroyed?: (() => void) | (() => void)[] | undefined;
343
+ unmounted?: (() => void) | (() => void)[] | undefined;
344
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
345
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
346
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[] | undefined;
347
+ };
348
+ $forceUpdate: () => void;
349
+ $nextTick: nextTick;
350
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
351
+ } & Readonly<{}> & Omit<Readonly<{}>, "onScroll" | "openMenu" | "closeMenu" | "selectDate" | "clearValue" | "formatInputValue" | "updateInternalModelValue" | "setMonthYear" | "parseModel" | "switchView" | "handleFlow" | "toggleMenu" | "dpMenuRef" | "dpWrapMenuRef" | "inputRef" | "getDpWrapMenuRef"> & import('vue').ShallowUnwrapRef<{
352
+ closeMenu: (fromClickAway?: boolean | undefined) => void;
353
+ selectDate: () => void;
354
+ clearValue: () => void;
355
+ openMenu: () => void;
356
+ onScroll: () => void;
357
+ formatInputValue: () => void;
358
+ updateInternalModelValue: (value: Date | Date[]) => void;
359
+ setMonthYear: (value: Partial<import('@vuepic/vue-datepicker').MonthModel>, instance?: number | undefined) => void;
360
+ parseModel: (value?: import('@vuepic/vue-datepicker').ModelValue) => void;
361
+ switchView: (view: import('@vuepic/vue-datepicker').MenuView, instance?: number | undefined) => void;
362
+ toggleMenu: () => void;
363
+ handleFlow: (skipStep?: number | undefined) => void;
364
+ getDpWrapMenuRef: () => any;
365
+ dpMenuRef: () => Readonly<import('vue').ShallowRef<any>>;
366
+ dpWrapMenuRef: () => any;
367
+ inputRef: () => any;
368
+ }> & import('vue').ComponentCustomProperties & {
369
+ $slots: any;
370
+ }) | null;
371
+ }, any, import('vue').ComponentProvideOptions, {
372
+ P: {};
373
+ B: {};
374
+ D: {};
375
+ C: {};
376
+ M: {};
377
+ Defaults: {};
378
+ }, Readonly<import('@vuepic/vue-datepicker').RootProps> & Readonly<{
379
+ onBlur?: (() => any) | undefined;
380
+ onFocus?: (() => any) | undefined;
381
+ onInvalid?: ((event: Event) => any) | undefined;
382
+ onOpen?: (() => any) | undefined;
383
+ "onUpdate:model-value"?: ((value: any) => any) | undefined;
384
+ "onInternal-model-change"?: ((value: import('@vuepic/vue-datepicker').InternalModelValue) => any) | undefined;
385
+ "onText-submit"?: (() => any) | undefined;
386
+ "onText-input"?: ((event: string | Event, parsedDate: import('@vuepic/vue-datepicker').InputParsedDate) => any) | undefined;
387
+ onClosed?: (() => any) | undefined;
388
+ onCleared?: (() => any) | undefined;
389
+ "onFlow-step"?: ((step: number) => any) | undefined;
390
+ "onUpdate-month-year"?: ((value: {
391
+ instance: number;
392
+ month: number;
393
+ year: number;
394
+ }) => any) | undefined;
395
+ "onInvalid-select"?: (() => any) | undefined;
396
+ "onInvalid-fixed-range"?: ((date: Date) => any) | undefined;
397
+ "onInvalid-date"?: ((date: Date) => any) | undefined;
398
+ "onTooltip-open"?: ((marker: import('@vuepic/vue-datepicker').Marker) => any) | undefined;
399
+ "onTooltip-close"?: ((marker: import('@vuepic/vue-datepicker').Marker) => any) | undefined;
400
+ "onAm-pm-change"?: ((value: import('@vuepic/vue-datepicker').Hour12) => any) | undefined;
401
+ "onRange-start"?: ((date: Date) => any) | undefined;
402
+ "onRange-end"?: ((date: Date) => any) | undefined;
403
+ "onDate-click"?: ((date: Date) => any) | undefined;
404
+ "onOverlay-toggle"?: ((toggle: {
405
+ open: boolean;
406
+ overlay: import('@vuepic/vue-datepicker').PickerSection;
407
+ }) => any) | undefined;
408
+ }>, {
409
+ openMenu: () => void;
410
+ closeMenu: () => void;
411
+ selectDate: () => void;
412
+ clearValue: () => void;
413
+ formatInputValue: () => void;
414
+ updateInternalModelValue: (value: Date | Date[]) => void;
415
+ setMonthYear: (value: Partial<import('@vuepic/vue-datepicker').MonthModel>, instance?: number | undefined) => void;
416
+ parseModel: () => void;
417
+ switchView: (view: import('@vuepic/vue-datepicker').MenuView, instance?: number | undefined) => void;
418
+ handleFlow: () => void;
419
+ toggleMenu: () => void;
420
+ dpMenuRef: () => Readonly<import('vue').ShallowRef<any>>;
421
+ dpWrapMenuRef: () => any;
422
+ inputRef: () => any;
423
+ }, {}, {}, {}, {
424
+ timePicker: boolean;
425
+ dark: boolean;
426
+ transitions: boolean | Partial<import('@vuepic/vue-datepicker').TransitionsConfig>;
427
+ hideNavigation: import('@vuepic/vue-datepicker').PickerSection[];
428
+ vertical: boolean;
429
+ hideMonthYearSelect: boolean;
430
+ disableYearSelect: boolean;
431
+ yearRange: [number, number];
432
+ autoApply: boolean;
433
+ disabledDates: string[] | Date[] | ((date: Date) => boolean);
434
+ hideOffsetDates: boolean;
435
+ noToday: boolean;
436
+ markers: import('@vuepic/vue-datepicker').Marker[];
437
+ presetDates: import('@vuepic/vue-datepicker').PresetDate[];
438
+ preventMinMaxNavigation: boolean;
439
+ reverseYears: boolean;
440
+ weekPicker: boolean;
441
+ arrowNavigation: boolean;
442
+ centered: boolean;
443
+ locale: import('date-fns').Locale;
444
+ weekStart: string | number;
445
+ monthPicker: boolean;
446
+ yearPicker: boolean;
447
+ modelAuto: boolean;
448
+ multiDates: boolean | Partial<import('@vuepic/vue-datepicker').MultiDatesConfig>;
449
+ range: boolean | Partial<import('@vuepic/vue-datepicker').RangeConfig>;
450
+ inline: boolean | {
451
+ input?: boolean | undefined;
452
+ };
453
+ sixWeeks: boolean | import('@vuepic/vue-datepicker').SixWeekMode;
454
+ focusStartDate: boolean;
455
+ quarterPicker: boolean;
456
+ yearFirst: boolean;
457
+ loading: boolean;
458
+ ui: Partial<import('@vuepic/vue-datepicker').UIConfig>;
459
+ }>;
460
+ __isFragment?: undefined;
461
+ __isTeleport?: undefined;
462
+ __isSuspense?: undefined;
463
+ } & import('vue').ComponentOptionsBase<Readonly<import('@vuepic/vue-datepicker').RootProps> & Readonly<{
464
+ onBlur?: (() => any) | undefined;
465
+ onFocus?: (() => any) | undefined;
466
+ onInvalid?: ((event: Event) => any) | undefined;
467
+ onOpen?: (() => any) | undefined;
468
+ "onUpdate:model-value"?: ((value: any) => any) | undefined;
469
+ "onInternal-model-change"?: ((value: import('@vuepic/vue-datepicker').InternalModelValue) => any) | undefined;
470
+ "onText-submit"?: (() => any) | undefined;
471
+ "onText-input"?: ((event: string | Event, parsedDate: import('@vuepic/vue-datepicker').InputParsedDate) => any) | undefined;
472
+ onClosed?: (() => any) | undefined;
473
+ onCleared?: (() => any) | undefined;
474
+ "onFlow-step"?: ((step: number) => any) | undefined;
475
+ "onUpdate-month-year"?: ((value: {
476
+ instance: number;
477
+ month: number;
478
+ year: number;
479
+ }) => any) | undefined;
480
+ "onInvalid-select"?: (() => any) | undefined;
481
+ "onInvalid-fixed-range"?: ((date: Date) => any) | undefined;
482
+ "onInvalid-date"?: ((date: Date) => any) | undefined;
483
+ "onTooltip-open"?: ((marker: import('@vuepic/vue-datepicker').Marker) => any) | undefined;
484
+ "onTooltip-close"?: ((marker: import('@vuepic/vue-datepicker').Marker) => any) | undefined;
485
+ "onAm-pm-change"?: ((value: import('@vuepic/vue-datepicker').Hour12) => any) | undefined;
486
+ "onRange-start"?: ((date: Date) => any) | undefined;
487
+ "onRange-end"?: ((date: Date) => any) | undefined;
488
+ "onDate-click"?: ((date: Date) => any) | undefined;
489
+ "onOverlay-toggle"?: ((toggle: {
490
+ open: boolean;
491
+ overlay: import('@vuepic/vue-datepicker').PickerSection;
492
+ }) => any) | undefined;
493
+ }>, {
494
+ openMenu: () => void;
495
+ closeMenu: () => void;
496
+ selectDate: () => void;
497
+ clearValue: () => void;
498
+ formatInputValue: () => void;
499
+ updateInternalModelValue: (value: Date | Date[]) => void;
500
+ setMonthYear: (value: Partial<import('@vuepic/vue-datepicker').MonthModel>, instance?: number | undefined) => void;
501
+ parseModel: () => void;
502
+ switchView: (view: import('@vuepic/vue-datepicker').MenuView, instance?: number | undefined) => void;
503
+ handleFlow: () => void;
504
+ toggleMenu: () => void;
505
+ dpMenuRef: () => Readonly<import('vue').ShallowRef<any>>;
506
+ dpWrapMenuRef: () => any;
507
+ inputRef: () => any;
508
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
509
+ blur: () => any;
510
+ focus: () => any;
511
+ invalid: (event: Event) => any;
512
+ open: () => any;
513
+ "update:model-value": (value: any) => any;
514
+ "internal-model-change": (value: import('@vuepic/vue-datepicker').InternalModelValue) => any;
515
+ "text-submit": () => any;
516
+ "text-input": (event: string | Event, parsedDate: import('@vuepic/vue-datepicker').InputParsedDate) => any;
517
+ closed: () => any;
518
+ cleared: () => any;
519
+ "flow-step": (step: number) => any;
520
+ "update-month-year": (value: {
521
+ instance: number;
522
+ month: number;
523
+ year: number;
524
+ }) => any;
525
+ "invalid-select": () => any;
526
+ "invalid-fixed-range": (date: Date) => any;
527
+ "invalid-date": (date: Date) => any;
528
+ "tooltip-open": (marker: import('@vuepic/vue-datepicker').Marker) => any;
529
+ "tooltip-close": (marker: import('@vuepic/vue-datepicker').Marker) => any;
530
+ "am-pm-change": (value: import('@vuepic/vue-datepicker').Hour12) => any;
531
+ "range-start": (date: Date) => any;
532
+ "range-end": (date: Date) => any;
533
+ "date-click": (date: Date) => any;
534
+ "overlay-toggle": (toggle: {
535
+ open: boolean;
536
+ overlay: import('@vuepic/vue-datepicker').PickerSection;
537
+ }) => any;
538
+ }, string, {
539
+ timePicker: boolean;
540
+ dark: boolean;
541
+ transitions: boolean | Partial<import('@vuepic/vue-datepicker').TransitionsConfig>;
542
+ hideNavigation: import('@vuepic/vue-datepicker').PickerSection[];
543
+ vertical: boolean;
544
+ hideMonthYearSelect: boolean;
545
+ disableYearSelect: boolean;
546
+ yearRange: [number, number];
547
+ autoApply: boolean;
548
+ disabledDates: string[] | Date[] | ((date: Date) => boolean);
549
+ hideOffsetDates: boolean;
550
+ noToday: boolean;
551
+ markers: import('@vuepic/vue-datepicker').Marker[];
552
+ presetDates: import('@vuepic/vue-datepicker').PresetDate[];
553
+ preventMinMaxNavigation: boolean;
554
+ reverseYears: boolean;
555
+ weekPicker: boolean;
556
+ arrowNavigation: boolean;
557
+ centered: boolean;
558
+ locale: import('date-fns').Locale;
559
+ weekStart: string | number;
560
+ monthPicker: boolean;
561
+ yearPicker: boolean;
562
+ modelAuto: boolean;
563
+ multiDates: boolean | Partial<import('@vuepic/vue-datepicker').MultiDatesConfig>;
564
+ range: boolean | Partial<import('@vuepic/vue-datepicker').RangeConfig>;
565
+ inline: boolean | {
566
+ input?: boolean | undefined;
567
+ };
568
+ sixWeeks: boolean | import('@vuepic/vue-datepicker').SixWeekMode;
569
+ focusStartDate: boolean;
570
+ quarterPicker: boolean;
571
+ yearFirst: boolean;
572
+ loading: boolean;
573
+ ui: Partial<import('@vuepic/vue-datepicker').UIConfig>;
574
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
575
+ $slots: Readonly<import('@vuepic/vue-datepicker').RootSlots> & import('@vuepic/vue-datepicker').RootSlots;
576
+ });
181
577
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
182
578
  export default _default;