@vuetify/nightly 3.8.2-master.2025-04-17 → 3.8.2-master.2025-04-19

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.8.2-master.2025-04-17
2
+ * Vuetify v3.8.2-master.2025-04-19
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -2191,8 +2191,8 @@ if(f.run((()=>{o.install(u)})),u.onUnmount((()=>f.stop())),u.provide(Vt,e),u.pro
2191
2191
  else{const{mount:e}=u
2192
2192
  u.mount=function(){const a=e(...arguments)
2193
2193
  return t.nextTick((()=>l.update())),u.mount=e,a}}("boolean"!=typeof __VUE_OPTIONS_API__||__VUE_OPTIONS_API__)&&u.mixin({computed:{$vuetify(){return t.reactive({defaults:hf.call(this,Vt),display:hf.call(this,hn),theme:hf.call(this,ha),icons:hf.call(this,Ft),locale:hf.call(this,va),date:hf.call(this,wu)})}}})},unmount:function(){u.stop()},defaults:e,display:l,theme:o,icons:c,locale:d,date:v,goTo:p}}))}function hf(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
2194
- if(a&&e in a)return a[e]}gf.version="3.8.2-master.2025-04-17"
2195
- const yf=function(){return gf({components:rf,directives:mf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},bf="3.8.2-master.2025-04-17"
2194
+ if(a&&e in a)return a[e]}gf.version="3.8.2-master.2025-04-19"
2195
+ const yf=function(){return gf({components:rf,directives:mf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},bf="3.8.2-master.2025-04-19"
2196
2196
  yf.version=bf,e.blueprints=qt,e.components=rf,e.createVuetify=yf,e.directives=mf,e.useDate=ku,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
2197
2197
  const{props:a,provideSubDefaults:l}=kt(e,t)
2198
2198
  return l(),a},e.useDisplay=xn,e.useGoTo=Pn,e.useLayout=ea,e.useLocale=fa,e.useRtl=ga,e.useTheme=Ca,e.version=bf}))
@@ -16,7 +16,7 @@ export const createVuetify = function () {
16
16
  ...options
17
17
  });
18
18
  };
19
- export const version = "3.8.2-master.2025-04-17";
19
+ export const version = "3.8.2-master.2025-04-19";
20
20
  createVuetify.version = version;
21
21
  export { blueprints, components, directives };
22
22
  export * from "./composables/index.js";
@@ -2570,47 +2570,47 @@ declare module 'vue' {
2570
2570
  $children?: VNodeChild
2571
2571
  }
2572
2572
  export interface GlobalComponents {
2573
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
2573
2574
  VAlert: typeof import('vuetify/components')['VAlert']
2574
2575
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
2575
2576
  VAppBar: typeof import('vuetify/components')['VAppBar']
2576
2577
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
2577
2578
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
2578
- VApp: typeof import('vuetify/components')['VApp']
2579
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
2579
+ VBadge: typeof import('vuetify/components')['VBadge']
2580
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
2580
2581
  VBanner: typeof import('vuetify/components')['VBanner']
2581
2582
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
2582
2583
  VBannerText: typeof import('vuetify/components')['VBannerText']
2583
2584
  VAvatar: typeof import('vuetify/components')['VAvatar']
2584
- VBadge: typeof import('vuetify/components')['VBadge']
2585
2585
  VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
2586
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
2587
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
2586
+ VBtn: typeof import('vuetify/components')['VBtn']
2587
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
2588
2588
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
2589
2589
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
2590
2590
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
2591
- VCode: typeof import('vuetify/components')['VCode']
2592
- VBtn: typeof import('vuetify/components')['VBtn']
2593
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
2594
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
2595
- VCarousel: typeof import('vuetify/components')['VCarousel']
2596
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
2597
2591
  VCard: typeof import('vuetify/components')['VCard']
2598
2592
  VCardActions: typeof import('vuetify/components')['VCardActions']
2599
2593
  VCardItem: typeof import('vuetify/components')['VCardItem']
2600
2594
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
2601
2595
  VCardText: typeof import('vuetify/components')['VCardText']
2602
2596
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
2603
- VCombobox: typeof import('vuetify/components')['VCombobox']
2604
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
2605
- VCounter: typeof import('vuetify/components')['VCounter']
2597
+ VApp: typeof import('vuetify/components')['VApp']
2598
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
2599
+ VChip: typeof import('vuetify/components')['VChip']
2600
+ VCarousel: typeof import('vuetify/components')['VCarousel']
2601
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
2602
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
2603
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
2604
+ VCode: typeof import('vuetify/components')['VCode']
2606
2605
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
2607
- VDialog: typeof import('vuetify/components')['VDialog']
2608
2606
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
2609
2607
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
2610
2608
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
2611
2609
  VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
2612
2610
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
2613
2611
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
2612
+ VCounter: typeof import('vuetify/components')['VCounter']
2613
+ VCombobox: typeof import('vuetify/components')['VCombobox']
2614
2614
  VDataTable: typeof import('vuetify/components')['VDataTable']
2615
2615
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
2616
2616
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -2618,24 +2618,27 @@ declare module 'vue' {
2618
2618
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
2619
2619
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
2620
2620
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
2621
- VDivider: typeof import('vuetify/components')['VDivider']
2622
- VFab: typeof import('vuetify/components')['VFab']
2621
+ VDialog: typeof import('vuetify/components')['VDialog']
2623
2622
  VEmptyState: typeof import('vuetify/components')['VEmptyState']
2623
+ VDivider: typeof import('vuetify/components')['VDivider']
2624
2624
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
2625
2625
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
2626
2626
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
2627
2627
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
2628
+ VFab: typeof import('vuetify/components')['VFab']
2628
2629
  VFileInput: typeof import('vuetify/components')['VFileInput']
2629
- VImg: typeof import('vuetify/components')['VImg']
2630
- VFooter: typeof import('vuetify/components')['VFooter']
2630
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
2631
2631
  VField: typeof import('vuetify/components')['VField']
2632
2632
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
2633
+ VFooter: typeof import('vuetify/components')['VFooter']
2633
2634
  VIcon: typeof import('vuetify/components')['VIcon']
2634
2635
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
2635
2636
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
2636
2637
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
2637
2638
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
2638
2639
  VInput: typeof import('vuetify/components')['VInput']
2640
+ VImg: typeof import('vuetify/components')['VImg']
2641
+ VKbd: typeof import('vuetify/components')['VKbd']
2639
2642
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
2640
2643
  VItem: typeof import('vuetify/components')['VItem']
2641
2644
  VList: typeof import('vuetify/components')['VList']
@@ -2647,78 +2650,72 @@ declare module 'vue' {
2647
2650
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
2648
2651
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
2649
2652
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
2650
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
2651
- VKbd: typeof import('vuetify/components')['VKbd']
2652
2653
  VLabel: typeof import('vuetify/components')['VLabel']
2653
- VMain: typeof import('vuetify/components')['VMain']
2654
2654
  VMenu: typeof import('vuetify/components')['VMenu']
2655
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
2656
2655
  VMessages: typeof import('vuetify/components')['VMessages']
2657
- VNumberInput: typeof import('vuetify/components')['VNumberInput']
2656
+ VMain: typeof import('vuetify/components')['VMain']
2657
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
2658
2658
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
2659
+ VPagination: typeof import('vuetify/components')['VPagination']
2659
2660
  VOverlay: typeof import('vuetify/components')['VOverlay']
2660
2661
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
2662
+ VNumberInput: typeof import('vuetify/components')['VNumberInput']
2661
2663
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
2662
- VPagination: typeof import('vuetify/components')['VPagination']
2663
- VSelect: typeof import('vuetify/components')['VSelect']
2664
+ VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
2664
2665
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
2666
+ VSelect: typeof import('vuetify/components')['VSelect']
2665
2667
  VRating: typeof import('vuetify/components')['VRating']
2666
- VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
2667
- VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
2668
2668
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
2669
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
2670
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
2671
2669
  VSheet: typeof import('vuetify/components')['VSheet']
2672
- VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
2670
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
2671
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
2672
+ VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
2673
+ VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
2673
2674
  VSlider: typeof import('vuetify/components')['VSlider']
2674
- VSwitch: typeof import('vuetify/components')['VSwitch']
2675
2675
  VStepper: typeof import('vuetify/components')['VStepper']
2676
2676
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
2677
2677
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
2678
2678
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
2679
2679
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
2680
2680
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
2681
+ VSwitch: typeof import('vuetify/components')['VSwitch']
2681
2682
  VSystemBar: typeof import('vuetify/components')['VSystemBar']
2682
- VTextField: typeof import('vuetify/components')['VTextField']
2683
- VTable: typeof import('vuetify/components')['VTable']
2684
- VTimeline: typeof import('vuetify/components')['VTimeline']
2685
- VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
2686
2683
  VTextarea: typeof import('vuetify/components')['VTextarea']
2684
+ VTextField: typeof import('vuetify/components')['VTextField']
2687
2685
  VTab: typeof import('vuetify/components')['VTab']
2688
2686
  VTabs: typeof import('vuetify/components')['VTabs']
2689
2687
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
2690
2688
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
2689
+ VTimeline: typeof import('vuetify/components')['VTimeline']
2690
+ VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
2691
2691
  VToolbar: typeof import('vuetify/components')['VToolbar']
2692
2692
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
2693
2693
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
2694
- VTooltip: typeof import('vuetify/components')['VTooltip']
2695
2694
  VWindow: typeof import('vuetify/components')['VWindow']
2696
2695
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
2696
+ VTooltip: typeof import('vuetify/components')['VTooltip']
2697
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
2697
2698
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
2698
2699
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
2699
2700
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
2701
+ VForm: typeof import('vuetify/components')['VForm']
2700
2702
  VContainer: typeof import('vuetify/components')['VContainer']
2701
2703
  VCol: typeof import('vuetify/components')['VCol']
2702
2704
  VRow: typeof import('vuetify/components')['VRow']
2703
2705
  VSpacer: typeof import('vuetify/components')['VSpacer']
2704
- VForm: typeof import('vuetify/components')['VForm']
2705
2706
  VHover: typeof import('vuetify/components')['VHover']
2707
+ VLazy: typeof import('vuetify/components')['VLazy']
2706
2708
  VLayout: typeof import('vuetify/components')['VLayout']
2707
2709
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
2708
- VLazy: typeof import('vuetify/components')['VLazy']
2709
2710
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
2710
2711
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
2711
2712
  VParallax: typeof import('vuetify/components')['VParallax']
2712
2713
  VRadio: typeof import('vuetify/components')['VRadio']
2713
- VResponsive: typeof import('vuetify/components')['VResponsive']
2714
2714
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
2715
+ VResponsive: typeof import('vuetify/components')['VResponsive']
2716
+ VSparkline: typeof import('vuetify/components')['VSparkline']
2715
2717
  VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
2716
2718
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
2717
- VSparkline: typeof import('vuetify/components')['VSparkline']
2718
- VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
2719
- VValidation: typeof import('vuetify/components')['VValidation']
2720
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
2721
- VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
2722
2719
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
2723
2720
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
2724
2721
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -2735,27 +2732,30 @@ declare module 'vue' {
2735
2732
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
2736
2733
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
2737
2734
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
2738
- VChip: typeof import('vuetify/components')['VChip']
2735
+ VValidation: typeof import('vuetify/components')['VValidation']
2736
+ VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
2737
+ VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
2738
+ VTable: typeof import('vuetify/components')['VTable']
2739
+ VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
2739
2740
  VPicker: typeof import('vuetify/labs/components')['VPicker']
2740
2741
  VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
2741
- VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
2742
- VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
2743
- VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
2744
- VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
2745
- VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
2746
- VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
2747
2742
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
2748
2743
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
2749
2744
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
2750
2745
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
2751
2746
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
2752
2747
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
2748
+ VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
2749
+ VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
2753
2750
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
2754
2751
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
2755
2752
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
2756
2753
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
2757
2754
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
2758
2755
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
2756
+ VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
2757
+ VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
2758
+ VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
2759
2759
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
2760
2760
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
2761
2761
  }
package/lib/framework.js CHANGED
@@ -109,7 +109,7 @@ export function createVuetify() {
109
109
  };
110
110
  });
111
111
  }
112
- export const version = "3.8.2-master.2025-04-17";
112
+ export const version = "3.8.2-master.2025-04-19";
113
113
  createVuetify.version = version;
114
114
 
115
115
  // Vue's inject() can only be used in setup
@@ -178,13 +178,7 @@ export declare const makeVIconBtnProps: <Defaults extends {
178
178
  type: PropType<unknown extends Defaults["iconColor"] ? string : string | Defaults["iconColor"]>;
179
179
  default: unknown extends Defaults["iconColor"] ? string : string | Defaults["iconColor"];
180
180
  };
181
- iconSize: unknown extends Defaults["iconSize"] ? {
182
- type: PropType<VIconBtnSizes | number | string>;
183
- default: string;
184
- } : Omit<{
185
- type: PropType<VIconBtnSizes | number | string>;
186
- default: string;
187
- }, "type" | "default"> & {
181
+ iconSize: unknown extends Defaults["iconSize"] ? PropType<string | number> : {
188
182
  type: PropType<unknown extends Defaults["iconSize"] ? string | number : string | number | Defaults["iconSize"]>;
189
183
  default: unknown extends Defaults["iconSize"] ? string | number : NonNullable<string | number> | Defaults["iconSize"];
190
184
  };
@@ -258,7 +252,6 @@ export declare const VIconBtn: {
258
252
  tile: boolean;
259
253
  baseVariant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
260
254
  hideOverlay: boolean;
261
- iconSize: string | number;
262
255
  iconSizes: [VIconBtnSizes, number][];
263
256
  } & {
264
257
  height?: string | number | undefined;
@@ -278,6 +271,7 @@ export declare const VIconBtn: {
278
271
  iconColor?: string | undefined;
279
272
  activeIcon?: IconValue | undefined;
280
273
  activeVariant?: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain" | undefined;
274
+ iconSize?: string | number | undefined;
281
275
  } & {
282
276
  $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
283
277
  default?: (() => import("vue").VNodeChild) | undefined;
@@ -309,7 +303,6 @@ export declare const VIconBtn: {
309
303
  tile: boolean;
310
304
  baseVariant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
311
305
  hideOverlay: boolean;
312
- iconSize: string | number;
313
306
  iconSizes: [VIconBtnSizes, number][];
314
307
  }, true, {}, import("vue").SlotsType<Partial<{
315
308
  default: () => import("vue").VNode[];
@@ -333,7 +326,6 @@ export declare const VIconBtn: {
333
326
  tile: boolean;
334
327
  baseVariant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
335
328
  hideOverlay: boolean;
336
- iconSize: string | number;
337
329
  iconSizes: [VIconBtnSizes, number][];
338
330
  } & {
339
331
  height?: string | number | undefined;
@@ -353,6 +345,7 @@ export declare const VIconBtn: {
353
345
  iconColor?: string | undefined;
354
346
  activeIcon?: IconValue | undefined;
355
347
  activeVariant?: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain" | undefined;
348
+ iconSize?: string | number | undefined;
356
349
  } & {
357
350
  $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
358
351
  default?: (() => import("vue").VNodeChild) | undefined;
@@ -382,7 +375,6 @@ export declare const VIconBtn: {
382
375
  tile: boolean;
383
376
  baseVariant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
384
377
  hideOverlay: boolean;
385
- iconSize: string | number;
386
378
  iconSizes: [VIconBtnSizes, number][];
387
379
  }>;
388
380
  __isFragment?: never;
@@ -400,7 +392,6 @@ export declare const VIconBtn: {
400
392
  tile: boolean;
401
393
  baseVariant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
402
394
  hideOverlay: boolean;
403
- iconSize: string | number;
404
395
  iconSizes: [VIconBtnSizes, number][];
405
396
  } & {
406
397
  height?: string | number | undefined;
@@ -420,6 +411,7 @@ export declare const VIconBtn: {
420
411
  iconColor?: string | undefined;
421
412
  activeIcon?: IconValue | undefined;
422
413
  activeVariant?: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain" | undefined;
414
+ iconSize?: string | number | undefined;
423
415
  } & {
424
416
  $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
425
417
  default?: (() => import("vue").VNodeChild) | undefined;
@@ -451,7 +443,6 @@ export declare const VIconBtn: {
451
443
  tile: boolean;
452
444
  baseVariant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
453
445
  hideOverlay: boolean;
454
- iconSize: string | number;
455
446
  iconSizes: [VIconBtnSizes, number][];
456
447
  }, {}, string, import("vue").SlotsType<Partial<{
457
448
  default: () => import("vue").VNode[];
@@ -506,10 +497,7 @@ export declare const VIconBtn: {
506
497
  hideOverlay: BooleanConstructor;
507
498
  icon: PropType<IconValue>;
508
499
  iconColor: StringConstructor;
509
- iconSize: {
510
- type: PropType<VIconBtnSizes | number | string>;
511
- default: string;
512
- };
500
+ iconSize: PropType<VIconBtnSizes | number | string>;
513
501
  iconSizes: {
514
502
  type: PropType<[VIconBtnSizes, number][]>;
515
503
  default: () => (string | number)[][];
@@ -580,10 +568,7 @@ export declare const VIconBtn: {
580
568
  hideOverlay: BooleanConstructor;
581
569
  icon: PropType<IconValue>;
582
570
  iconColor: StringConstructor;
583
- iconSize: {
584
- type: PropType<VIconBtnSizes | number | string>;
585
- default: string;
586
- };
571
+ iconSize: PropType<VIconBtnSizes | number | string>;
587
572
  iconSizes: {
588
573
  type: PropType<[VIconBtnSizes, number][]>;
589
574
  default: () => (string | number)[][];
@@ -34,10 +34,7 @@ export const makeVIconBtnProps = propsFactory({
34
34
  hideOverlay: Boolean,
35
35
  icon: [String, Function, Object],
36
36
  iconColor: String,
37
- iconSize: {
38
- type: [Number, String],
39
- default: 'default'
40
- },
37
+ iconSize: [Number, String],
41
38
  iconSizes: {
42
39
  type: Array,
43
40
  default: () => [['x-small', 10], ['small', 16], ['default', 24], ['large', 28], ['x-large', 32]]
@@ -122,13 +119,14 @@ export const VIconBtn = genericComponent()({
122
119
  }
123
120
  useRender(() => {
124
121
  const icon = isActive.value ? props.activeIcon ?? props.icon : props.icon;
125
- const size = props.size;
126
- const hasNamedSize = btnSizeMap.has(size);
127
- const btnSize = hasNamedSize ? btnSizeMap.get(size) : size;
122
+ const _btnSize = props.size;
123
+ const hasNamedSize = btnSizeMap.has(_btnSize);
124
+ const btnSize = hasNamedSize ? btnSizeMap.get(_btnSize) : _btnSize;
128
125
  const btnHeight = props.height ?? btnSize;
129
126
  const btnWidth = props.width ?? btnSize;
130
- const _iconSize = hasNamedSize ? size : props.iconSize ?? size;
131
- const iconSize = iconSizeMap.get(_iconSize) ?? _iconSize;
127
+ const _iconSize = props.iconSize;
128
+ const hasNamedIconSize = iconSizeMap.has(_iconSize);
129
+ const iconSize = !_iconSize ? hasNamedSize ? iconSizeMap.get(_btnSize) : iconSizeMap.get('default') : hasNamedIconSize ? iconSizeMap.get(_iconSize) : _iconSize;
132
130
  const iconProps = {
133
131
  icon,
134
132
  size: iconSize,
@@ -1 +1 @@
1
- {"version":3,"file":"VIconBtn.js","names":["VDefaultsProvider","VIcon","VProgressCircular","makeBorderProps","useBorder","makeComponentProps","makeElevationProps","useElevation","useProxiedModel","makeRoundedProps","useRounded","makeTagProps","makeThemeProps","provideTheme","genOverlays","makeVariantProps","useVariant","toDisplayString","toRef","convertToUnit","genericComponent","propsFactory","useRender","makeVIconBtnProps","active","type","Boolean","default","undefined","activeColor","String","activeIcon","Function","Object","activeVariant","baseVariant","disabled","height","Number","width","hideOverlay","icon","iconColor","iconSize","iconSizes","Array","loading","opacity","readonly","rotate","size","sizes","text","tag","variant","VIconBtn","name","props","emits","value","setup","_ref","attrs","slots","isActive","themeClasses","borderClasses","elevationClasses","roundedClasses","colorClasses","colorStyles","variantClasses","color","btnSizeMap","Map","iconSizeMap","onClick","href","hasNamedSize","has","btnSize","get","btnHeight","btnWidth","_iconSize","iconProps","_createVNode","class","style","_mergeProps","loader"],"sources":["../../../src/labs/VIconBtn/VIconBtn.tsx"],"sourcesContent":["// Styles\nimport './VIconBtn.scss'\n\n// Components\nimport { VDefaultsProvider } from '@/components/VDefaultsProvider'\nimport { VIcon } from '@/components/VIcon'\nimport { VProgressCircular } from '@/components/VProgressCircular'\n\n// Composables\nimport { makeBorderProps, useBorder } from '@/composables/border'\nimport { makeComponentProps } from '@/composables/component'\nimport { makeElevationProps, useElevation } from '@/composables/elevation'\nimport { useProxiedModel } from '@/composables/proxiedModel'\nimport { makeRoundedProps, useRounded } from '@/composables/rounded'\nimport { makeTagProps } from '@/composables/tag'\nimport { makeThemeProps, provideTheme } from '@/composables/theme'\nimport { genOverlays, makeVariantProps, useVariant } from '@/composables/variant'\n\n// Utilities\nimport { toDisplayString, toRef } from 'vue'\nimport { convertToUnit, genericComponent, propsFactory, useRender } from '@/util'\n\n// Types\nimport type { PropType } from 'vue'\nimport type { IconValue } from '@/composables/icons'\nimport type { Variant } from '@/composables/variant'\n\nexport type VIconBtnSlots = {\n default: never\n loader: never\n}\n\nexport type VIconBtnSizes = 'x-small' | 'small' | 'default' | 'large' | 'x-large'\n\nexport const makeVIconBtnProps = propsFactory({\n active: {\n type: Boolean,\n default: undefined,\n },\n activeColor: String,\n activeIcon: [String, Function, Object] as PropType<IconValue>,\n activeVariant: String as PropType<Variant>,\n baseVariant: {\n type: String as PropType<Variant>,\n default: 'tonal',\n },\n disabled: Boolean,\n height: [Number, String],\n width: [Number, String],\n hideOverlay: Boolean,\n icon: [String, Function, Object] as PropType<IconValue>,\n iconColor: String,\n iconSize: {\n type: [Number, String] as PropType<VIconBtnSizes | number | string>,\n default: 'default',\n },\n iconSizes: {\n type: Array as PropType<[VIconBtnSizes, number][]>,\n default: () => ([\n ['x-small', 10],\n ['small', 16],\n ['default', 24],\n ['large', 28],\n ['x-large', 32],\n ]),\n },\n loading: Boolean,\n opacity: [Number, String],\n readonly: Boolean,\n rotate: [Number, String],\n size: {\n type: [Number, String] as PropType<VIconBtnSizes | number | string>,\n default: 'default',\n },\n sizes: {\n type: Array as PropType<[VIconBtnSizes, number][]>,\n default: () => ([\n ['x-small', 16],\n ['small', 24],\n ['default', 40],\n ['large', 48],\n ['x-large', 56],\n ]),\n },\n text: {\n type: [String, Number, Boolean],\n default: undefined,\n },\n\n ...makeBorderProps(),\n ...makeComponentProps(),\n ...makeElevationProps(),\n ...makeRoundedProps(),\n ...makeTagProps({ tag: 'button' }),\n ...makeThemeProps(),\n ...makeVariantProps({ variant: 'flat' } as const),\n}, 'VIconBtn')\n\nexport const VIconBtn = genericComponent<VIconBtnSlots>()({\n name: 'VIconBtn',\n\n props: makeVIconBtnProps(),\n\n emits: {\n 'update:active': (value: boolean) => true,\n },\n\n setup (props, { attrs, slots }) {\n const isActive = useProxiedModel(props, 'active')\n\n const { themeClasses } = provideTheme(props)\n const { borderClasses } = useBorder(props)\n const { elevationClasses } = useElevation(props)\n const { roundedClasses } = useRounded(props)\n\n const { colorClasses, colorStyles, variantClasses } = useVariant(toRef(() => ({\n color: (() => {\n if (props.disabled) return undefined\n if (!isActive.value) return props.color\n // Use an inline fallback as opposed to setting a default color\n // because non-toggle buttons are default flat whereas toggle\n // buttons are default tonal and active flat. The exact use\n // case for this is a toggle button with no active color.\n return props.activeColor ?? props.color ?? 'surface-variant'\n })(),\n variant: (() => {\n if (isActive.value === undefined) return props.variant\n if (isActive.value) return props.activeVariant ?? props.variant\n return props.baseVariant ?? props.variant\n })(),\n })))\n\n const btnSizeMap = new Map(props.sizes)\n const iconSizeMap = new Map(props.iconSizes)\n\n function onClick () {\n if (\n props.disabled ||\n props.readonly ||\n isActive.value === undefined ||\n (props.tag === 'a' && attrs.href)\n ) return\n\n isActive.value = !isActive.value\n }\n\n useRender(() => {\n const icon = isActive.value ? props.activeIcon ?? props.icon : props.icon\n\n const size = props.size as VIconBtnSizes\n const hasNamedSize = btnSizeMap.has(size)\n const btnSize = hasNamedSize ? btnSizeMap.get(size) : size\n const btnHeight = props.height ?? btnSize\n const btnWidth = props.width ?? btnSize\n\n const _iconSize = hasNamedSize ? size : (props.iconSize as VIconBtnSizes ?? size)\n const iconSize = iconSizeMap.get(_iconSize) ?? _iconSize\n\n const iconProps = { icon, size: iconSize, iconColor: props.iconColor, opacity: props.opacity }\n\n return (\n <props.tag\n class={[\n {\n 'v-icon-btn': true,\n 'v-icon-btn--active': isActive.value,\n 'v-icon-btn--disabled': props.disabled,\n 'v-icon-btn--loading': props.loading,\n 'v-icon-btn--readonly': props.readonly,\n [`v-icon-btn--${props.size}`]: true,\n },\n themeClasses.value,\n colorClasses.value,\n borderClasses.value,\n elevationClasses.value,\n roundedClasses.value,\n variantClasses.value,\n props.class,\n ]}\n style={[\n {\n '--v-icon-btn-rotate': convertToUnit(props.rotate, 'deg'),\n '--v-icon-btn-height': convertToUnit(btnHeight),\n '--v-icon-btn-width': convertToUnit(btnWidth),\n },\n colorStyles.value,\n props.style,\n ]}\n tabindex={ props.disabled || props.readonly ? -1 : 0 }\n onClick={ onClick }\n >\n { genOverlays(!props.hideOverlay, 'v-icon-btn') }\n\n <div class=\"v-icon-btn__content\" data-no-activator=\"\">\n { (!slots.default && icon) ? (\n <VIcon\n key=\"content-icon\"\n { ...iconProps }\n />\n ) : (\n <VDefaultsProvider\n key=\"content-defaults\"\n disabled={ !icon }\n defaults={{ VIcon: { ...iconProps } }}\n v-slots={{\n default: () => slots.default?.() ?? toDisplayString(props.text),\n }}\n />\n )}\n </div>\n\n { !!props.loading && (\n <span key=\"loader\" class=\"v-icon-btn__loader\">\n { slots.loader?.() ?? (\n <VProgressCircular\n color={ typeof props.loading === 'boolean' ? undefined : props.loading }\n indeterminate=\"disable-shrink\"\n width=\"2\"\n size={ iconSize }\n />\n )}\n </span>\n )}\n </props.tag>\n )\n })\n\n return {}\n },\n})\n\nexport type VIconBtn = InstanceType<typeof VIconBtn>\n"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"file":"VIconBtn.js","names":["VDefaultsProvider","VIcon","VProgressCircular","makeBorderProps","useBorder","makeComponentProps","makeElevationProps","useElevation","useProxiedModel","makeRoundedProps","useRounded","makeTagProps","makeThemeProps","provideTheme","genOverlays","makeVariantProps","useVariant","toDisplayString","toRef","convertToUnit","genericComponent","propsFactory","useRender","makeVIconBtnProps","active","type","Boolean","default","undefined","activeColor","String","activeIcon","Function","Object","activeVariant","baseVariant","disabled","height","Number","width","hideOverlay","icon","iconColor","iconSize","iconSizes","Array","loading","opacity","readonly","rotate","size","sizes","text","tag","variant","VIconBtn","name","props","emits","value","setup","_ref","attrs","slots","isActive","themeClasses","borderClasses","elevationClasses","roundedClasses","colorClasses","colorStyles","variantClasses","color","btnSizeMap","Map","iconSizeMap","onClick","href","_btnSize","hasNamedSize","has","btnSize","get","btnHeight","btnWidth","_iconSize","hasNamedIconSize","iconProps","_createVNode","class","style","_mergeProps","loader"],"sources":["../../../src/labs/VIconBtn/VIconBtn.tsx"],"sourcesContent":["// Styles\nimport './VIconBtn.scss'\n\n// Components\nimport { VDefaultsProvider } from '@/components/VDefaultsProvider'\nimport { VIcon } from '@/components/VIcon'\nimport { VProgressCircular } from '@/components/VProgressCircular'\n\n// Composables\nimport { makeBorderProps, useBorder } from '@/composables/border'\nimport { makeComponentProps } from '@/composables/component'\nimport { makeElevationProps, useElevation } from '@/composables/elevation'\nimport { useProxiedModel } from '@/composables/proxiedModel'\nimport { makeRoundedProps, useRounded } from '@/composables/rounded'\nimport { makeTagProps } from '@/composables/tag'\nimport { makeThemeProps, provideTheme } from '@/composables/theme'\nimport { genOverlays, makeVariantProps, useVariant } from '@/composables/variant'\n\n// Utilities\nimport { toDisplayString, toRef } from 'vue'\nimport { convertToUnit, genericComponent, propsFactory, useRender } from '@/util'\n\n// Types\nimport type { PropType } from 'vue'\nimport type { IconValue } from '@/composables/icons'\nimport type { Variant } from '@/composables/variant'\n\nexport type VIconBtnSlots = {\n default: never\n loader: never\n}\n\nexport type VIconBtnSizes = 'x-small' | 'small' | 'default' | 'large' | 'x-large'\n\nexport const makeVIconBtnProps = propsFactory({\n active: {\n type: Boolean,\n default: undefined,\n },\n activeColor: String,\n activeIcon: [String, Function, Object] as PropType<IconValue>,\n activeVariant: String as PropType<Variant>,\n baseVariant: {\n type: String as PropType<Variant>,\n default: 'tonal',\n },\n disabled: Boolean,\n height: [Number, String],\n width: [Number, String],\n hideOverlay: Boolean,\n icon: [String, Function, Object] as PropType<IconValue>,\n iconColor: String,\n iconSize: [Number, String] as PropType<VIconBtnSizes | number | string>,\n iconSizes: {\n type: Array as PropType<[VIconBtnSizes, number][]>,\n default: () => ([\n ['x-small', 10],\n ['small', 16],\n ['default', 24],\n ['large', 28],\n ['x-large', 32],\n ]),\n },\n loading: Boolean,\n opacity: [Number, String],\n readonly: Boolean,\n rotate: [Number, String],\n size: {\n type: [Number, String] as PropType<VIconBtnSizes | number | string>,\n default: 'default',\n },\n sizes: {\n type: Array as PropType<[VIconBtnSizes, number][]>,\n default: () => ([\n ['x-small', 16],\n ['small', 24],\n ['default', 40],\n ['large', 48],\n ['x-large', 56],\n ]),\n },\n text: {\n type: [String, Number, Boolean],\n default: undefined,\n },\n\n ...makeBorderProps(),\n ...makeComponentProps(),\n ...makeElevationProps(),\n ...makeRoundedProps(),\n ...makeTagProps({ tag: 'button' }),\n ...makeThemeProps(),\n ...makeVariantProps({ variant: 'flat' } as const),\n}, 'VIconBtn')\n\nexport const VIconBtn = genericComponent<VIconBtnSlots>()({\n name: 'VIconBtn',\n\n props: makeVIconBtnProps(),\n\n emits: {\n 'update:active': (value: boolean) => true,\n },\n\n setup (props, { attrs, slots }) {\n const isActive = useProxiedModel(props, 'active')\n\n const { themeClasses } = provideTheme(props)\n const { borderClasses } = useBorder(props)\n const { elevationClasses } = useElevation(props)\n const { roundedClasses } = useRounded(props)\n\n const { colorClasses, colorStyles, variantClasses } = useVariant(toRef(() => ({\n color: (() => {\n if (props.disabled) return undefined\n if (!isActive.value) return props.color\n // Use an inline fallback as opposed to setting a default color\n // because non-toggle buttons are default flat whereas toggle\n // buttons are default tonal and active flat. The exact use\n // case for this is a toggle button with no active color.\n return props.activeColor ?? props.color ?? 'surface-variant'\n })(),\n variant: (() => {\n if (isActive.value === undefined) return props.variant\n if (isActive.value) return props.activeVariant ?? props.variant\n return props.baseVariant ?? props.variant\n })(),\n })))\n\n const btnSizeMap = new Map(props.sizes)\n const iconSizeMap = new Map(props.iconSizes)\n\n function onClick () {\n if (\n props.disabled ||\n props.readonly ||\n isActive.value === undefined ||\n (props.tag === 'a' && attrs.href)\n ) return\n\n isActive.value = !isActive.value\n }\n\n useRender(() => {\n const icon = isActive.value ? props.activeIcon ?? props.icon : props.icon\n\n const _btnSize = props.size as VIconBtnSizes\n const hasNamedSize = btnSizeMap.has(_btnSize)\n const btnSize = hasNamedSize ? btnSizeMap.get(_btnSize) : _btnSize\n const btnHeight = props.height ?? btnSize\n const btnWidth = props.width ?? btnSize\n\n const _iconSize = props.iconSize as VIconBtnSizes\n const hasNamedIconSize = iconSizeMap.has(_iconSize)\n\n const iconSize = !_iconSize\n ? hasNamedSize ? iconSizeMap.get(_btnSize) : iconSizeMap.get('default')\n : hasNamedIconSize ? iconSizeMap.get(_iconSize) : _iconSize\n\n const iconProps = { icon, size: iconSize, iconColor: props.iconColor, opacity: props.opacity }\n\n return (\n <props.tag\n class={[\n {\n 'v-icon-btn': true,\n 'v-icon-btn--active': isActive.value,\n 'v-icon-btn--disabled': props.disabled,\n 'v-icon-btn--loading': props.loading,\n 'v-icon-btn--readonly': props.readonly,\n [`v-icon-btn--${props.size}`]: true,\n },\n themeClasses.value,\n colorClasses.value,\n borderClasses.value,\n elevationClasses.value,\n roundedClasses.value,\n variantClasses.value,\n props.class,\n ]}\n style={[\n {\n '--v-icon-btn-rotate': convertToUnit(props.rotate, 'deg'),\n '--v-icon-btn-height': convertToUnit(btnHeight),\n '--v-icon-btn-width': convertToUnit(btnWidth),\n },\n colorStyles.value,\n props.style,\n ]}\n tabindex={ props.disabled || props.readonly ? -1 : 0 }\n onClick={ onClick }\n >\n { genOverlays(!props.hideOverlay, 'v-icon-btn') }\n\n <div class=\"v-icon-btn__content\" data-no-activator=\"\">\n { (!slots.default && icon) ? (\n <VIcon\n key=\"content-icon\"\n { ...iconProps }\n />\n ) : (\n <VDefaultsProvider\n key=\"content-defaults\"\n disabled={ !icon }\n defaults={{ VIcon: { ...iconProps } }}\n v-slots={{\n default: () => slots.default?.() ?? toDisplayString(props.text),\n }}\n />\n )}\n </div>\n\n { !!props.loading && (\n <span key=\"loader\" class=\"v-icon-btn__loader\">\n { slots.loader?.() ?? (\n <VProgressCircular\n color={ typeof props.loading === 'boolean' ? undefined : props.loading }\n indeterminate=\"disable-shrink\"\n width=\"2\"\n size={ iconSize }\n />\n )}\n </span>\n )}\n </props.tag>\n )\n })\n\n return {}\n },\n})\n\nexport type VIconBtn = InstanceType<typeof VIconBtn>\n"],"mappings":";AAAA;AACA;;AAEA;AAAA,SACSA,iBAAiB;AAAA,SACjBC,KAAK;AAAA,SACLC,iBAAiB,uDAE1B;AAAA,SACSC,eAAe,EAAEC,SAAS;AAAA,SAC1BC,kBAAkB;AAAA,SAClBC,kBAAkB,EAAEC,YAAY;AAAA,SAChCC,eAAe;AAAA,SACfC,gBAAgB,EAAEC,UAAU;AAAA,SAC5BC,YAAY;AAAA,SACZC,cAAc,EAAEC,YAAY;AAAA,SAC5BC,WAAW,EAAEC,gBAAgB,EAAEC,UAAU,wCAElD;AACA,SAASC,eAAe,EAAEC,KAAK,QAAQ,KAAK;AAAA,SACnCC,aAAa,EAAEC,gBAAgB,EAAEC,YAAY,EAAEC,SAAS,+BAEjE;AAYA,OAAO,MAAMC,iBAAiB,GAAGF,YAAY,CAAC;EAC5CG,MAAM,EAAE;IACNC,IAAI,EAAEC,OAAO;IACbC,OAAO,EAAEC;EACX,CAAC;EACDC,WAAW,EAAEC,MAAM;EACnBC,UAAU,EAAE,CAACD,MAAM,EAAEE,QAAQ,EAAEC,MAAM,CAAwB;EAC7DC,aAAa,EAAEJ,MAA2B;EAC1CK,WAAW,EAAE;IACXV,IAAI,EAAEK,MAA2B;IACjCH,OAAO,EAAE;EACX,CAAC;EACDS,QAAQ,EAAEV,OAAO;EACjBW,MAAM,EAAE,CAACC,MAAM,EAAER,MAAM,CAAC;EACxBS,KAAK,EAAE,CAACD,MAAM,EAAER,MAAM,CAAC;EACvBU,WAAW,EAAEd,OAAO;EACpBe,IAAI,EAAE,CAACX,MAAM,EAAEE,QAAQ,EAAEC,MAAM,CAAwB;EACvDS,SAAS,EAAEZ,MAAM;EACjBa,QAAQ,EAAE,CAACL,MAAM,EAAER,MAAM,CAA8C;EACvEc,SAAS,EAAE;IACTnB,IAAI,EAAEoB,KAA4C;IAClDlB,OAAO,EAAEA,CAAA,KAAO,CACd,CAAC,SAAS,EAAE,EAAE,CAAC,EACf,CAAC,OAAO,EAAE,EAAE,CAAC,EACb,CAAC,SAAS,EAAE,EAAE,CAAC,EACf,CAAC,OAAO,EAAE,EAAE,CAAC,EACb,CAAC,SAAS,EAAE,EAAE,CAAC;EAEnB,CAAC;EACDmB,OAAO,EAAEpB,OAAO;EAChBqB,OAAO,EAAE,CAACT,MAAM,EAAER,MAAM,CAAC;EACzBkB,QAAQ,EAAEtB,OAAO;EACjBuB,MAAM,EAAE,CAACX,MAAM,EAAER,MAAM,CAAC;EACxBoB,IAAI,EAAE;IACJzB,IAAI,EAAE,CAACa,MAAM,EAAER,MAAM,CAA8C;IACnEH,OAAO,EAAE;EACX,CAAC;EACDwB,KAAK,EAAE;IACL1B,IAAI,EAAEoB,KAA4C;IAClDlB,OAAO,EAAEA,CAAA,KAAO,CACd,CAAC,SAAS,EAAE,EAAE,CAAC,EACf,CAAC,OAAO,EAAE,EAAE,CAAC,EACb,CAAC,SAAS,EAAE,EAAE,CAAC,EACf,CAAC,OAAO,EAAE,EAAE,CAAC,EACb,CAAC,SAAS,EAAE,EAAE,CAAC;EAEnB,CAAC;EACDyB,IAAI,EAAE;IACJ3B,IAAI,EAAE,CAACK,MAAM,EAAEQ,MAAM,EAAEZ,OAAO,CAAC;IAC/BC,OAAO,EAAEC;EACX,CAAC;EAED,GAAGzB,eAAe,CAAC,CAAC;EACpB,GAAGE,kBAAkB,CAAC,CAAC;EACvB,GAAGC,kBAAkB,CAAC,CAAC;EACvB,GAAGG,gBAAgB,CAAC,CAAC;EACrB,GAAGE,YAAY,CAAC;IAAE0C,GAAG,EAAE;EAAS,CAAC,CAAC;EAClC,GAAGzC,cAAc,CAAC,CAAC;EACnB,GAAGG,gBAAgB,CAAC;IAAEuC,OAAO,EAAE;EAAO,CAAU;AAClD,CAAC,EAAE,UAAU,CAAC;AAEd,OAAO,MAAMC,QAAQ,GAAGnC,gBAAgB,CAAgB,CAAC,CAAC;EACxDoC,IAAI,EAAE,UAAU;EAEhBC,KAAK,EAAElC,iBAAiB,CAAC,CAAC;EAE1BmC,KAAK,EAAE;IACL,eAAe,EAAGC,KAAc,IAAK;EACvC,CAAC;EAEDC,KAAKA,CAAEH,KAAK,EAAAI,IAAA,EAAoB;IAAA,IAAlB;MAAEC,KAAK;MAAEC;IAAM,CAAC,GAAAF,IAAA;IAC5B,MAAMG,QAAQ,GAAGxD,eAAe,CAACiD,KAAK,EAAE,QAAQ,CAAC;IAEjD,MAAM;MAAEQ;IAAa,CAAC,GAAGpD,YAAY,CAAC4C,KAAK,CAAC;IAC5C,MAAM;MAAES;IAAc,CAAC,GAAG9D,SAAS,CAACqD,KAAK,CAAC;IAC1C,MAAM;MAAEU;IAAiB,CAAC,GAAG5D,YAAY,CAACkD,KAAK,CAAC;IAChD,MAAM;MAAEW;IAAe,CAAC,GAAG1D,UAAU,CAAC+C,KAAK,CAAC;IAE5C,MAAM;MAAEY,YAAY;MAAEC,WAAW;MAAEC;IAAe,CAAC,GAAGvD,UAAU,CAACE,KAAK,CAAC,OAAO;MAC5EsD,KAAK,EAAE,CAAC,MAAM;QACZ,IAAIf,KAAK,CAACrB,QAAQ,EAAE,OAAOR,SAAS;QACpC,IAAI,CAACoC,QAAQ,CAACL,KAAK,EAAE,OAAOF,KAAK,CAACe,KAAK;QACvC;QACA;QACA;QACA;QACA,OAAOf,KAAK,CAAC5B,WAAW,IAAI4B,KAAK,CAACe,KAAK,IAAI,iBAAiB;MAC9D,CAAC,EAAE,CAAC;MACJlB,OAAO,EAAE,CAAC,MAAM;QACd,IAAIU,QAAQ,CAACL,KAAK,KAAK/B,SAAS,EAAE,OAAO6B,KAAK,CAACH,OAAO;QACtD,IAAIU,QAAQ,CAACL,KAAK,EAAE,OAAOF,KAAK,CAACvB,aAAa,IAAIuB,KAAK,CAACH,OAAO;QAC/D,OAAOG,KAAK,CAACtB,WAAW,IAAIsB,KAAK,CAACH,OAAO;MAC3C,CAAC,EAAE;IACL,CAAC,CAAC,CAAC,CAAC;IAEJ,MAAMmB,UAAU,GAAG,IAAIC,GAAG,CAACjB,KAAK,CAACN,KAAK,CAAC;IACvC,MAAMwB,WAAW,GAAG,IAAID,GAAG,CAACjB,KAAK,CAACb,SAAS,CAAC;IAE5C,SAASgC,OAAOA,CAAA,EAAI;MAClB,IACEnB,KAAK,CAACrB,QAAQ,IACdqB,KAAK,CAACT,QAAQ,IACdgB,QAAQ,CAACL,KAAK,KAAK/B,SAAS,IAC3B6B,KAAK,CAACJ,GAAG,KAAK,GAAG,IAAIS,KAAK,CAACe,IAAK,EACjC;MAEFb,QAAQ,CAACL,KAAK,GAAG,CAACK,QAAQ,CAACL,KAAK;IAClC;IAEArC,SAAS,CAAC,MAAM;MACd,MAAMmB,IAAI,GAAGuB,QAAQ,CAACL,KAAK,GAAGF,KAAK,CAAC1B,UAAU,IAAI0B,KAAK,CAAChB,IAAI,GAAGgB,KAAK,CAAChB,IAAI;MAEzE,MAAMqC,QAAQ,GAAGrB,KAAK,CAACP,IAAqB;MAC5C,MAAM6B,YAAY,GAAGN,UAAU,CAACO,GAAG,CAACF,QAAQ,CAAC;MAC7C,MAAMG,OAAO,GAAGF,YAAY,GAAGN,UAAU,CAACS,GAAG,CAACJ,QAAQ,CAAC,GAAGA,QAAQ;MAClE,MAAMK,SAAS,GAAG1B,KAAK,CAACpB,MAAM,IAAI4C,OAAO;MACzC,MAAMG,QAAQ,GAAG3B,KAAK,CAAClB,KAAK,IAAI0C,OAAO;MAEvC,MAAMI,SAAS,GAAG5B,KAAK,CAACd,QAAyB;MACjD,MAAM2C,gBAAgB,GAAGX,WAAW,CAACK,GAAG,CAACK,SAAS,CAAC;MAEnD,MAAM1C,QAAQ,GAAG,CAAC0C,SAAS,GACvBN,YAAY,GAAGJ,WAAW,CAACO,GAAG,CAACJ,QAAQ,CAAC,GAAGH,WAAW,CAACO,GAAG,CAAC,SAAS,CAAC,GACrEI,gBAAgB,GAAGX,WAAW,CAACO,GAAG,CAACG,SAAS,CAAC,GAAGA,SAAS;MAE7D,MAAME,SAAS,GAAG;QAAE9C,IAAI;QAAES,IAAI,EAAEP,QAAQ;QAAED,SAAS,EAAEe,KAAK,CAACf,SAAS;QAAEK,OAAO,EAAEU,KAAK,CAACV;MAAQ,CAAC;MAE9F,OAAAyC,YAAA,CAAA/B,KAAA,CAAAJ,GAAA;QAAA,SAEW,CACL;UACE,YAAY,EAAE,IAAI;UAClB,oBAAoB,EAAEW,QAAQ,CAACL,KAAK;UACpC,sBAAsB,EAAEF,KAAK,CAACrB,QAAQ;UACtC,qBAAqB,EAAEqB,KAAK,CAACX,OAAO;UACpC,sBAAsB,EAAEW,KAAK,CAACT,QAAQ;UACtC,CAAC,eAAeS,KAAK,CAACP,IAAI,EAAE,GAAG;QACjC,CAAC,EACDe,YAAY,CAACN,KAAK,EAClBU,YAAY,CAACV,KAAK,EAClBO,aAAa,CAACP,KAAK,EACnBQ,gBAAgB,CAACR,KAAK,EACtBS,cAAc,CAACT,KAAK,EACpBY,cAAc,CAACZ,KAAK,EACpBF,KAAK,CAACgC,KAAK,CACZ;QAAA,SACM,CACL;UACE,qBAAqB,EAAEtE,aAAa,CAACsC,KAAK,CAACR,MAAM,EAAE,KAAK,CAAC;UACzD,qBAAqB,EAAE9B,aAAa,CAACgE,SAAS,CAAC;UAC/C,oBAAoB,EAAEhE,aAAa,CAACiE,QAAQ;QAC9C,CAAC,EACDd,WAAW,CAACX,KAAK,EACjBF,KAAK,CAACiC,KAAK,CACZ;QAAA,YACUjC,KAAK,CAACrB,QAAQ,IAAIqB,KAAK,CAACT,QAAQ,GAAG,CAAC,CAAC,GAAG,CAAC;QAAA,WAC1C4B;MAAO;QAAAjD,OAAA,EAAAA,CAAA,MAEfb,WAAW,CAAC,CAAC2C,KAAK,CAACjB,WAAW,EAAE,YAAY,CAAC,EAAAgD,YAAA;UAAA;UAAA;QAAA,IAG1C,CAACzB,KAAK,CAACpC,OAAO,IAAIc,IAAI,GAAA+C,YAAA,CAAAvF,KAAA,EAAA0F,WAAA;UAAA;QAAA,GAGhBJ,SAAS,WAAAC,YAAA,CAAAxF,iBAAA;UAAA;UAAA,YAKH,CAACyC,IAAI;UAAA,YACN;YAAExC,KAAK,EAAE;cAAE,GAAGsF;YAAU;UAAE;QAAC,GAC5B;UACP5D,OAAO,EAAEA,CAAA,KAAMoC,KAAK,CAACpC,OAAO,GAAG,CAAC,IAAIV,eAAe,CAACwC,KAAK,CAACL,IAAI;QAChE,CAAC,CAEJ,IAGD,CAAC,CAACK,KAAK,CAACX,OAAO,IAAA0C,YAAA;UAAA;UAAA;QAAA,IAEXzB,KAAK,CAAC6B,MAAM,GAAG,CAAC,IAAAJ,YAAA,CAAAtF,iBAAA;UAAA,SAEN,OAAOuD,KAAK,CAACX,OAAO,KAAK,SAAS,GAAGlB,SAAS,GAAG6B,KAAK,CAACX,OAAO;UAAA;UAAA;UAAA,QAG/DH;QAAQ,QAElB,EAEJ;MAAA;IAGP,CAAC,CAAC;IAEF,OAAO,CAAC,CAAC;EACX;AACF,CAAC,CAAC","ignoreList":[]}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vuetify/nightly",
3
3
  "description": "Vue Material Component Framework",
4
- "version": "3.8.2-master.2025-04-17",
4
+ "version": "3.8.2-master.2025-04-19",
5
5
  "author": {
6
6
  "name": "John Leider",
7
7
  "email": "john@vuetifyjs.com"