@vuetify/nightly 3.7.1-master.2024-09-03 → 3.7.1-master.2024-09-04
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/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +132 -132
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2738 -2738
- package/dist/vuetify-labs.d.ts +999 -999
- package/dist/vuetify-labs.esm.js +11 -27
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +11 -27
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2700 -2700
- package/dist/vuetify.d.ts +853 -853
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/components/VAlert/index.d.mts +10 -10
- package/lib/components/VAppBar/index.d.mts +18 -18
- package/lib/components/VAutocomplete/index.d.mts +109 -109
- package/lib/components/VAvatar/index.d.mts +4 -4
- package/lib/components/VBadge/index.d.mts +4 -4
- package/lib/components/VBanner/index.d.mts +14 -14
- package/lib/components/VBottomNavigation/index.d.mts +4 -4
- package/lib/components/VBottomSheet/index.d.mts +11 -11
- package/lib/components/VBreadcrumbs/index.d.mts +4 -4
- package/lib/components/VBtn/index.d.mts +14 -14
- package/lib/components/VBtnGroup/index.d.mts +4 -4
- package/lib/components/VBtnToggle/index.d.mts +4 -4
- package/lib/components/VCard/index.d.mts +14 -14
- package/lib/components/VCarousel/index.d.mts +13 -13
- package/lib/components/VCheckbox/index.d.mts +4 -4
- package/lib/components/VChip/index.d.mts +8 -8
- package/lib/components/VChipGroup/index.d.mts +4 -4
- package/lib/components/VColorPicker/index.d.mts +22 -22
- package/lib/components/VCombobox/index.d.mts +109 -109
- package/lib/components/VDataTable/index.d.mts +14 -14
- package/lib/components/VDatePicker/index.d.mts +12 -12
- package/lib/components/VDialog/index.d.mts +50 -50
- package/lib/components/VEmptyState/index.d.mts +8 -8
- package/lib/components/VExpansionPanel/index.d.mts +4 -4
- package/lib/components/VFab/index.d.mts +18 -18
- package/lib/components/VFileInput/index.d.mts +6 -6
- package/lib/components/VFooter/index.d.mts +4 -4
- package/lib/components/VIcon/index.d.mts +4 -4
- package/lib/components/VInput/index.d.mts +2 -2
- package/lib/components/VItemGroup/index.d.mts +4 -4
- package/lib/components/VLabel/index.d.mts +4 -4
- package/lib/components/VList/index.d.mts +23 -23
- package/lib/components/VMenu/index.d.mts +50 -50
- package/lib/components/VMessages/index.d.mts +8 -8
- package/lib/components/VNavigationDrawer/index.d.mts +18 -18
- package/lib/components/VOtpInput/index.d.mts +4 -4
- package/lib/components/VOverlay/index.d.mts +11 -11
- package/lib/components/VPagination/index.d.mts +4 -4
- package/lib/components/VProgressCircular/index.d.mts +4 -4
- package/lib/components/VRadioGroup/index.d.mts +2 -2
- package/lib/components/VRangeSlider/index.d.mts +8 -8
- package/lib/components/VSelect/index.d.mts +109 -109
- package/lib/components/VSheet/index.d.mts +10 -10
- package/lib/components/VSkeletonLoader/index.d.mts +4 -4
- package/lib/components/VSlider/index.d.mts +8 -8
- package/lib/components/VSnackbar/index.d.mts +62 -62
- package/lib/components/VSpeedDial/index.d.mts +11 -11
- package/lib/components/VStepper/index.d.mts +12 -12
- package/lib/components/VSwitch/index.d.mts +2 -2
- package/lib/components/VSystemBar/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +53 -53
- package/lib/components/VTextField/index.d.mts +13 -13
- package/lib/components/VTextarea/index.d.mts +10 -10
- package/lib/components/VTimeline/index.d.mts +4 -4
- package/lib/components/VToolbar/index.d.mts +4 -4
- package/lib/components/VTooltip/index.d.mts +45 -45
- package/lib/components/VWindow/index.d.mts +6 -6
- package/lib/components/index.d.mts +810 -810
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +43 -43
- package/lib/labs/VDateInput/index.d.mts +12 -12
- package/lib/labs/VNumberInput/index.d.mts +67 -67
- package/lib/labs/VPicker/index.d.mts +10 -10
- package/lib/labs/VSnackbarQueue/index.d.mts +95 -95
- package/lib/labs/VStepperVertical/index.d.mts +6 -6
- package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
- package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -2
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +26 -26
- package/lib/labs/VTimePicker/util.mjs +5 -0
- package/lib/labs/VTimePicker/util.mjs.map +1 -0
- package/lib/labs/VTreeview/index.d.mts +40 -40
- package/lib/labs/components.d.mts +256 -256
- package/package.json +6 -8
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs +0 -21
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +0 -1
- package/lib/components/VDatePicker/util/eventHelpers.mjs +0 -22
- package/lib/components/VDatePicker/util/eventHelpers.mjs.map +0 -1
- package/lib/components/VDatePicker/util/index.mjs +0 -9
- package/lib/components/VDatePicker/util/index.mjs.map +0 -1
- package/lib/components/VDatePicker/util/isDateAllowed.mjs +0 -7
- package/lib/components/VDatePicker/util/isDateAllowed.mjs.map +0 -1
- package/lib/components/VDatePicker/util/monthChange.mjs +0 -18
- package/lib/components/VDatePicker/util/monthChange.mjs.map +0 -1
- package/lib/components/VDatePicker/util/pad.mjs +0 -21
- package/lib/components/VDatePicker/util/pad.mjs.map +0 -1
- package/lib/components/VDatePicker/util/sanitizeDateString.mjs +0 -12
- package/lib/components/VDatePicker/util/sanitizeDateString.mjs.map +0 -1
- package/lib/services/goto/easing-patterns.mjs +0 -27
- package/lib/services/goto/easing-patterns.mjs.map +0 -1
- package/lib/services/goto/index.mjs +0 -73
- package/lib/services/goto/index.mjs.map +0 -1
- package/lib/services/goto/util.mjs +0 -39
- package/lib/services/goto/util.mjs.map +0 -1
package/lib/entry-bundler.mjs
CHANGED
@@ -16,7 +16,7 @@ export const createVuetify = function () {
|
|
16
16
|
...options
|
17
17
|
});
|
18
18
|
};
|
19
|
-
export const version = "3.7.1-master.2024-09-
|
19
|
+
export const version = "3.7.1-master.2024-09-04";
|
20
20
|
createVuetify.version = version;
|
21
21
|
export { blueprints, components, directives };
|
22
22
|
export * from "./composables/index.mjs";
|
package/lib/framework.mjs
CHANGED
package/lib/index.d.mts
CHANGED
@@ -488,24 +488,23 @@ declare module 'vue' {
|
|
488
488
|
export interface GlobalComponents {
|
489
489
|
VApp: typeof import('vuetify/components')['VApp']
|
490
490
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
491
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
492
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
493
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
494
491
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
495
492
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
496
493
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
494
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
495
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
497
496
|
VBanner: typeof import('vuetify/components')['VBanner']
|
498
497
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
499
498
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
500
|
-
|
499
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
501
500
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
501
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
502
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
503
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
502
504
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
503
505
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
504
506
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
505
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
506
507
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
507
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
508
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
509
508
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
510
509
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
511
510
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
@@ -516,19 +515,11 @@ declare module 'vue' {
|
|
516
515
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
517
516
|
VCardText: typeof import('vuetify/components')['VCardText']
|
518
517
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
518
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
519
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
519
520
|
VChip: typeof import('vuetify/components')['VChip']
|
520
521
|
VCode: typeof import('vuetify/components')['VCode']
|
521
522
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
522
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
523
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
524
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
525
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
526
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
527
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
528
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
529
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
530
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
531
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
532
523
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
533
524
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
534
525
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -536,28 +527,34 @@ declare module 'vue' {
|
|
536
527
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
537
528
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
538
529
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
539
|
-
|
540
|
-
|
530
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
531
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
532
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
533
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
534
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
535
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
541
536
|
VDialog: typeof import('vuetify/components')['VDialog']
|
537
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
538
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
539
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
540
|
+
VField: typeof import('vuetify/components')['VField']
|
541
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
542
|
+
VFab: typeof import('vuetify/components')['VFab']
|
542
543
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
543
544
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
544
545
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
545
546
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
546
547
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
547
|
-
|
548
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
548
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
549
549
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
550
|
+
VImg: typeof import('vuetify/components')['VImg']
|
551
|
+
VInput: typeof import('vuetify/components')['VInput']
|
550
552
|
VIcon: typeof import('vuetify/components')['VIcon']
|
551
553
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
552
554
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
553
555
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
554
556
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
555
|
-
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
556
|
-
VItem: typeof import('vuetify/components')['VItem']
|
557
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
558
|
-
VImg: typeof import('vuetify/components')['VImg']
|
559
557
|
VKbd: typeof import('vuetify/components')['VKbd']
|
560
|
-
VInput: typeof import('vuetify/components')['VInput']
|
561
558
|
VList: typeof import('vuetify/components')['VList']
|
562
559
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
563
560
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -568,52 +565,55 @@ declare module 'vue' {
|
|
568
565
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
569
566
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
570
567
|
VLabel: typeof import('vuetify/components')['VLabel']
|
568
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
569
|
+
VItem: typeof import('vuetify/components')['VItem']
|
571
570
|
VMenu: typeof import('vuetify/components')['VMenu']
|
572
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
573
571
|
VMain: typeof import('vuetify/components')['VMain']
|
574
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
575
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
576
572
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
573
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
574
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
575
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
577
576
|
VPagination: typeof import('vuetify/components')['VPagination']
|
578
577
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
579
|
-
VRating: typeof import('vuetify/components')['VRating']
|
580
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
581
578
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
579
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
580
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
582
581
|
VSelect: typeof import('vuetify/components')['VSelect']
|
583
|
-
|
584
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
585
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
582
|
+
VRating: typeof import('vuetify/components')['VRating']
|
586
583
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
587
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
588
584
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
589
585
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
586
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
587
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
588
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
590
589
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
590
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
591
591
|
VStepper: typeof import('vuetify/components')['VStepper']
|
592
592
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
593
593
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
594
594
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
595
595
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
596
596
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
597
|
-
|
597
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
598
598
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
599
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
600
|
-
VTable: typeof import('vuetify/components')['VTable']
|
601
599
|
VTab: typeof import('vuetify/components')['VTab']
|
602
600
|
VTabs: typeof import('vuetify/components')['VTabs']
|
603
601
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
604
602
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
603
|
+
VTable: typeof import('vuetify/components')['VTable']
|
605
604
|
VTextField: typeof import('vuetify/components')['VTextField']
|
606
605
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
607
606
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
607
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
608
608
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
609
609
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
610
610
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
611
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
612
611
|
VWindow: typeof import('vuetify/components')['VWindow']
|
613
612
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
613
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
614
614
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
615
|
-
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
616
615
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
616
|
+
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
617
617
|
VForm: typeof import('vuetify/components')['VForm']
|
618
618
|
VContainer: typeof import('vuetify/components')['VContainer']
|
619
619
|
VCol: typeof import('vuetify/components')['VCol']
|
@@ -650,21 +650,21 @@ declare module 'vue' {
|
|
650
650
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
651
651
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
652
652
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
653
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
654
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
655
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
656
653
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
657
654
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
658
655
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
659
656
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
660
657
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
661
658
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
659
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
662
660
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
663
661
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
664
662
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
665
663
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
666
664
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
667
665
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
666
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
667
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
668
668
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
669
669
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
670
670
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
@@ -108,7 +108,7 @@ declare const VDateInput: {
|
|
108
108
|
maxWidth?: string | number | undefined;
|
109
109
|
minHeight?: string | number | undefined;
|
110
110
|
minWidth?: string | number | undefined;
|
111
|
-
position?: "fixed" | "absolute" | "
|
111
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
112
112
|
loading?: string | boolean | undefined;
|
113
113
|
label?: string | undefined;
|
114
114
|
text?: string | undefined;
|
@@ -118,8 +118,8 @@ declare const VDateInput: {
|
|
118
118
|
month?: string | number | undefined;
|
119
119
|
year?: number | undefined;
|
120
120
|
class?: any;
|
121
|
-
elevation?: string | number | undefined;
|
122
121
|
theme?: string | undefined;
|
122
|
+
elevation?: string | number | undefined;
|
123
123
|
counter?: string | number | boolean | undefined;
|
124
124
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
125
125
|
modelValue?: any;
|
@@ -221,7 +221,7 @@ declare const VDateInput: {
|
|
221
221
|
maxWidth?: string | number | undefined;
|
222
222
|
minHeight?: string | number | undefined;
|
223
223
|
minWidth?: string | number | undefined;
|
224
|
-
position?: "fixed" | "absolute" | "
|
224
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
225
225
|
loading?: string | boolean | undefined;
|
226
226
|
label?: string | undefined;
|
227
227
|
text?: string | undefined;
|
@@ -231,8 +231,8 @@ declare const VDateInput: {
|
|
231
231
|
month?: string | number | undefined;
|
232
232
|
year?: number | undefined;
|
233
233
|
class?: any;
|
234
|
-
elevation?: string | number | undefined;
|
235
234
|
theme?: string | undefined;
|
235
|
+
elevation?: string | number | undefined;
|
236
236
|
counter?: string | number | boolean | undefined;
|
237
237
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
238
238
|
modelValue?: any;
|
@@ -392,7 +392,7 @@ declare const VDateInput: {
|
|
392
392
|
maxWidth?: string | number | undefined;
|
393
393
|
minHeight?: string | number | undefined;
|
394
394
|
minWidth?: string | number | undefined;
|
395
|
-
position?: "fixed" | "absolute" | "
|
395
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
396
396
|
loading?: string | boolean | undefined;
|
397
397
|
label?: string | undefined;
|
398
398
|
text?: string | undefined;
|
@@ -402,8 +402,8 @@ declare const VDateInput: {
|
|
402
402
|
month?: string | number | undefined;
|
403
403
|
year?: number | undefined;
|
404
404
|
class?: any;
|
405
|
-
elevation?: string | number | undefined;
|
406
405
|
theme?: string | undefined;
|
406
|
+
elevation?: string | number | undefined;
|
407
407
|
counter?: string | number | boolean | undefined;
|
408
408
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
409
409
|
modelValue?: any;
|
@@ -558,7 +558,7 @@ declare const VDateInput: {
|
|
558
558
|
maxWidth?: string | number | undefined;
|
559
559
|
minHeight?: string | number | undefined;
|
560
560
|
minWidth?: string | number | undefined;
|
561
|
-
position?: "fixed" | "absolute" | "
|
561
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
562
562
|
loading?: string | boolean | undefined;
|
563
563
|
label?: string | undefined;
|
564
564
|
text?: string | undefined;
|
@@ -568,8 +568,8 @@ declare const VDateInput: {
|
|
568
568
|
month?: string | number | undefined;
|
569
569
|
year?: number | undefined;
|
570
570
|
class?: any;
|
571
|
-
elevation?: string | number | undefined;
|
572
571
|
theme?: string | undefined;
|
572
|
+
elevation?: string | number | undefined;
|
573
573
|
counter?: string | number | boolean | undefined;
|
574
574
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
575
575
|
modelValue?: any;
|
@@ -674,7 +674,7 @@ declare const VDateInput: {
|
|
674
674
|
minHeight: (StringConstructor | NumberConstructor)[];
|
675
675
|
minWidth: (StringConstructor | NumberConstructor)[];
|
676
676
|
position: {
|
677
|
-
type: vue.PropType<"fixed" | "absolute" | "
|
677
|
+
type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
678
678
|
validator: (v: any) => boolean;
|
679
679
|
};
|
680
680
|
transition: {
|
@@ -699,6 +699,7 @@ declare const VDateInput: {
|
|
699
699
|
month: (StringConstructor | NumberConstructor)[];
|
700
700
|
year: NumberConstructor;
|
701
701
|
class: vue.PropType<ClassValue>;
|
702
|
+
theme: StringConstructor;
|
702
703
|
tag: {
|
703
704
|
type: StringConstructor;
|
704
705
|
default: string;
|
@@ -708,7 +709,6 @@ declare const VDateInput: {
|
|
708
709
|
type: (StringConstructor | NumberConstructor)[];
|
709
710
|
validator(v: any): boolean;
|
710
711
|
};
|
711
|
-
theme: StringConstructor;
|
712
712
|
modelValue: null;
|
713
713
|
rounded: {
|
714
714
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
@@ -890,7 +890,7 @@ declare const VDateInput: {
|
|
890
890
|
minHeight: (StringConstructor | NumberConstructor)[];
|
891
891
|
minWidth: (StringConstructor | NumberConstructor)[];
|
892
892
|
position: {
|
893
|
-
type: vue.PropType<"fixed" | "absolute" | "
|
893
|
+
type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
894
894
|
validator: (v: any) => boolean;
|
895
895
|
};
|
896
896
|
transition: {
|
@@ -915,6 +915,7 @@ declare const VDateInput: {
|
|
915
915
|
month: (StringConstructor | NumberConstructor)[];
|
916
916
|
year: NumberConstructor;
|
917
917
|
class: vue.PropType<ClassValue>;
|
918
|
+
theme: StringConstructor;
|
918
919
|
tag: {
|
919
920
|
type: StringConstructor;
|
920
921
|
default: string;
|
@@ -924,7 +925,6 @@ declare const VDateInput: {
|
|
924
925
|
type: (StringConstructor | NumberConstructor)[];
|
925
926
|
validator(v: any): boolean;
|
926
927
|
};
|
927
|
-
theme: StringConstructor;
|
928
928
|
modelValue: null;
|
929
929
|
rounded: {
|
930
930
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|