@vuetify/nightly 3.1.6 → 3.1.7

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.
Files changed (107) hide show
  1. package/CHANGELOG.md +6 -12
  2. package/dist/json/attributes.json +561 -33
  3. package/dist/json/tags.json +136 -2
  4. package/dist/json/web-types.json +2162 -84
  5. package/dist/vuetify-labs.css +231 -231
  6. package/dist/vuetify-labs.d.ts +3453 -144
  7. package/dist/vuetify-labs.esm.js +21 -10
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +21 -10
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +1 -1
  12. package/dist/vuetify.d.ts +1916 -65
  13. package/dist/vuetify.esm.js +3 -3
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +3 -3
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +1 -1
  18. package/dist/vuetify.min.js +3 -3
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAlert/index.d.ts +22 -0
  21. package/lib/components/VApp/index.d.ts +6 -0
  22. package/lib/components/VAppBar/index.d.ts +36 -0
  23. package/lib/components/VAutocomplete/index.d.ts +117 -6
  24. package/lib/components/VAvatar/index.d.ts +6 -0
  25. package/lib/components/VBadge/index.d.ts +8 -0
  26. package/lib/components/VBanner/index.d.ts +24 -0
  27. package/lib/components/VBottomNavigation/index.d.ts +6 -0
  28. package/lib/components/VBreadcrumbs/index.d.ts +28 -4
  29. package/lib/components/VBtn/index.d.ts +12 -0
  30. package/lib/components/VBtnGroup/index.d.ts +6 -0
  31. package/lib/components/VBtnToggle/index.d.ts +6 -0
  32. package/lib/components/VCard/index.d.ts +60 -0
  33. package/lib/components/VCarousel/index.d.ts +60 -0
  34. package/lib/components/VCheckbox/index.d.ts +38 -0
  35. package/lib/components/VChip/index.d.ts +12 -0
  36. package/lib/components/VChipGroup/index.d.ts +6 -0
  37. package/lib/components/VCode/index.d.ts +6 -0
  38. package/lib/components/VCombobox/index.d.ts +117 -6
  39. package/lib/components/VCounter/index.d.ts +24 -0
  40. package/lib/components/VDefaultsProvider/index.d.ts +6 -0
  41. package/lib/components/VDialog/index.d.ts +64 -1
  42. package/lib/components/VDivider/index.d.ts +6 -0
  43. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  44. package/lib/components/VExpansionPanel/index.d.ts +49 -12
  45. package/lib/components/VField/index.d.ts +20 -6
  46. package/lib/components/VFileInput/index.d.ts +43 -1
  47. package/lib/components/VFooter/index.d.ts +6 -0
  48. package/lib/components/VForm/index.d.ts +6 -0
  49. package/lib/components/VGrid/index.d.ts +24 -0
  50. package/lib/components/VHover/index.d.ts +12 -0
  51. package/lib/components/VIcon/index.d.ts +12 -0
  52. package/lib/components/VImg/index.d.ts +12 -0
  53. package/lib/components/VInput/index.d.ts +12 -0
  54. package/lib/components/VItemGroup/index.d.ts +12 -0
  55. package/lib/components/VKbd/index.d.ts +6 -0
  56. package/lib/components/VLabel/index.d.ts +6 -0
  57. package/lib/components/VLayout/index.d.ts +12 -0
  58. package/lib/components/VLazy/index.d.ts +6 -0
  59. package/lib/components/VList/index.d.ts +77 -6
  60. package/lib/components/VLocaleProvider/index.d.ts +6 -0
  61. package/lib/components/VMain/index.d.ts +6 -0
  62. package/lib/components/VMenu/index.d.ts +64 -1
  63. package/lib/components/VMessages/index.d.ts +24 -0
  64. package/lib/components/VNavigationDrawer/index.d.ts +12 -0
  65. package/lib/components/VNoSsr/index.d.ts +6 -0
  66. package/lib/components/VOverlay/index.d.ts +18 -0
  67. package/lib/components/VPagination/index.d.ts +14 -0
  68. package/lib/components/VParallax/index.d.ts +12 -0
  69. package/lib/components/VProgressCircular/index.d.ts +6 -0
  70. package/lib/components/VProgressLinear/index.d.ts +12 -0
  71. package/lib/components/VRadio/index.d.ts +16 -0
  72. package/lib/components/VRadioGroup/index.d.ts +22 -0
  73. package/lib/components/VRangeSlider/index.d.ts +16 -0
  74. package/lib/components/VRating/index.d.ts +8 -0
  75. package/lib/components/VResponsive/index.d.ts +8 -0
  76. package/lib/components/VSelect/index.d.ts +183 -6
  77. package/lib/components/VSelectionControl/index.d.ts +14 -6
  78. package/lib/components/VSelectionControlGroup/index.d.ts +6 -0
  79. package/lib/components/VSheet/index.d.ts +6 -0
  80. package/lib/components/VSlideGroup/index.d.ts +26 -0
  81. package/lib/components/VSlider/index.d.ts +16 -0
  82. package/lib/components/VSnackbar/index.d.ts +44 -1
  83. package/lib/components/VSwitch/index.d.ts +22 -0
  84. package/lib/components/VSystemBar/index.d.ts +6 -0
  85. package/lib/components/VTable/index.d.ts +12 -0
  86. package/lib/components/VTabs/index.d.ts +12 -0
  87. package/lib/components/VTextField/index.d.ts +54 -6
  88. package/lib/components/VTextarea/index.d.ts +39 -1
  89. package/lib/components/VThemeProvider/index.d.ts +6 -0
  90. package/lib/components/VTimeline/index.d.ts +16 -0
  91. package/lib/components/VToolbar/index.d.ts +30 -0
  92. package/lib/components/VTooltip/index.d.ts +46 -1
  93. package/lib/components/VValidation/index.d.ts +6 -0
  94. package/lib/components/VWindow/index.d.ts +34 -0
  95. package/lib/components/index.d.ts +1916 -65
  96. package/lib/components/transitions/index.d.ts +96 -0
  97. package/lib/entry-bundler.mjs +1 -1
  98. package/lib/framework.mjs +1 -1
  99. package/lib/labs/VDataTable/VDataTableRows.mjs +4 -6
  100. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  101. package/lib/labs/VDataTable/index.d.ts +1503 -48
  102. package/lib/labs/VVirtualScroll/VVirtualScroll.mjs +15 -2
  103. package/lib/labs/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  104. package/lib/labs/VVirtualScroll/index.d.ts +9 -6
  105. package/lib/labs/components.d.ts +1512 -54
  106. package/lib/util/defineComponent.mjs.map +1 -1
  107. package/package.json +2 -1
@@ -341,6 +341,9 @@ declare const VCombobox: {
341
341
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
342
342
  default?: (() => vue.VNodeChild) | undefined;
343
343
  };
344
+ $slots?: {
345
+ default?: (() => vue.VNodeChild) | undefined;
346
+ } | undefined;
344
347
  'v-slots'?: {
345
348
  default?: false | (() => vue.VNodeChild) | undefined;
346
349
  } | undefined;
@@ -352,6 +355,9 @@ declare const VCombobox: {
352
355
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
353
356
  default?: (() => vue.VNodeChild) | undefined;
354
357
  };
358
+ $slots?: {
359
+ default?: (() => vue.VNodeChild) | undefined;
360
+ } | undefined;
355
361
  'v-slots'?: {
356
362
  default?: false | (() => vue.VNodeChild) | undefined;
357
363
  } | undefined;
@@ -391,6 +397,9 @@ declare const VCombobox: {
391
397
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
392
398
  default?: (() => vue.VNodeChild) | undefined;
393
399
  };
400
+ $slots?: {
401
+ default?: (() => vue.VNodeChild) | undefined;
402
+ } | undefined;
394
403
  'v-slots'?: {
395
404
  default?: false | (() => vue.VNodeChild) | undefined;
396
405
  } | undefined;
@@ -402,6 +411,9 @@ declare const VCombobox: {
402
411
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
403
412
  default?: (() => vue.VNodeChild) | undefined;
404
413
  };
414
+ $slots?: {
415
+ default?: (() => vue.VNodeChild) | undefined;
416
+ } | undefined;
405
417
  'v-slots'?: {
406
418
  default?: false | (() => vue.VNodeChild) | undefined;
407
419
  } | undefined;
@@ -453,6 +465,15 @@ declare const VCombobox: {
453
465
  props: Record<string, any>;
454
466
  }) => vue.VNodeChild) | undefined;
455
467
  };
468
+ $slots?: {
469
+ default?: ((args_0: {
470
+ isActive: vue.Ref<boolean>;
471
+ }) => vue.VNodeChild) | undefined;
472
+ activator?: ((args_0: {
473
+ isActive: boolean;
474
+ props: Record<string, any>;
475
+ }) => vue.VNodeChild) | undefined;
476
+ } | undefined;
456
477
  'v-slots'?: {
457
478
  default?: false | ((args_0: {
458
479
  isActive: vue.Ref<boolean>;
@@ -496,7 +517,7 @@ declare const VCombobox: {
496
517
  };
497
518
  noFilter: BooleanConstructor;
498
519
  delimiters: PropType<string[]>;
499
- }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
520
+ }, "multiple" | "$children" | "$slots" | "v-slots" | "items" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
500
521
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
501
522
  "onUpdate:search"?: ((val: string) => any) | undefined;
502
523
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "type" | "error" | "active" | "direction" | "transition" | "menu" | "autofocus" | "eager" | "disabled" | "readonly" | "noDataText" | "messages" | "density" | "variant" | "clearIcon" | "focused" | "errorMessages" | "maxErrors" | "rules" | "clearable" | "persistentClear" | "singleLine" | "persistentHint" | "persistentPlaceholder" | "persistentCounter" | "valueComparator" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "chips" | "closableChips" | "hideNoData" | "hideSelected" | "menuIcon" | "openOnClear" | "filterMode" | "noFilter" | "filterKeys">;
@@ -660,6 +681,9 @@ declare const VCombobox: {
660
681
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
661
682
  default?: (() => vue.VNodeChild) | undefined;
662
683
  };
684
+ $slots?: {
685
+ default?: (() => vue.VNodeChild) | undefined;
686
+ } | undefined;
663
687
  'v-slots'?: {
664
688
  default?: false | (() => vue.VNodeChild) | undefined;
665
689
  } | undefined;
@@ -671,6 +695,9 @@ declare const VCombobox: {
671
695
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
672
696
  default?: (() => vue.VNodeChild) | undefined;
673
697
  };
698
+ $slots?: {
699
+ default?: (() => vue.VNodeChild) | undefined;
700
+ } | undefined;
674
701
  'v-slots'?: {
675
702
  default?: false | (() => vue.VNodeChild) | undefined;
676
703
  } | undefined;
@@ -710,6 +737,9 @@ declare const VCombobox: {
710
737
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
711
738
  default?: (() => vue.VNodeChild) | undefined;
712
739
  };
740
+ $slots?: {
741
+ default?: (() => vue.VNodeChild) | undefined;
742
+ } | undefined;
713
743
  'v-slots'?: {
714
744
  default?: false | (() => vue.VNodeChild) | undefined;
715
745
  } | undefined;
@@ -721,6 +751,9 @@ declare const VCombobox: {
721
751
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
722
752
  default?: (() => vue.VNodeChild) | undefined;
723
753
  };
754
+ $slots?: {
755
+ default?: (() => vue.VNodeChild) | undefined;
756
+ } | undefined;
724
757
  'v-slots'?: {
725
758
  default?: false | (() => vue.VNodeChild) | undefined;
726
759
  } | undefined;
@@ -772,6 +805,15 @@ declare const VCombobox: {
772
805
  props: Record<string, any>;
773
806
  }) => vue.VNodeChild) | undefined;
774
807
  };
808
+ $slots?: {
809
+ default?: ((args_0: {
810
+ isActive: vue.Ref<boolean>;
811
+ }) => vue.VNodeChild) | undefined;
812
+ activator?: ((args_0: {
813
+ isActive: boolean;
814
+ props: Record<string, any>;
815
+ }) => vue.VNodeChild) | undefined;
816
+ } | undefined;
775
817
  'v-slots'?: {
776
818
  default?: false | ((args_0: {
777
819
  isActive: vue.Ref<boolean>;
@@ -815,7 +857,7 @@ declare const VCombobox: {
815
857
  };
816
858
  noFilter: BooleanConstructor;
817
859
  delimiters: PropType<string[]>;
818
- }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
860
+ }, "multiple" | "$children" | "$slots" | "v-slots" | "items" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
819
861
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
820
862
  "onUpdate:search"?: ((val: string) => any) | undefined;
821
863
  }, {
@@ -830,7 +872,7 @@ declare const VCombobox: {
830
872
  'update:modelValue': (val: any) => true;
831
873
  'update:search': (val: string) => true;
832
874
  'update:menu': (val: boolean) => true;
833
- }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
875
+ }, "multiple" | "$children" | "$slots" | "v-slots" | "items" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
834
876
  reverse: boolean;
835
877
  type: string;
836
878
  error: boolean;
@@ -1040,6 +1082,9 @@ declare const VCombobox: {
1040
1082
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1041
1083
  default?: (() => vue.VNodeChild) | undefined;
1042
1084
  };
1085
+ $slots?: {
1086
+ default?: (() => vue.VNodeChild) | undefined;
1087
+ } | undefined;
1043
1088
  'v-slots'?: {
1044
1089
  default?: false | (() => vue.VNodeChild) | undefined;
1045
1090
  } | undefined;
@@ -1051,6 +1096,9 @@ declare const VCombobox: {
1051
1096
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1052
1097
  default?: (() => vue.VNodeChild) | undefined;
1053
1098
  };
1099
+ $slots?: {
1100
+ default?: (() => vue.VNodeChild) | undefined;
1101
+ } | undefined;
1054
1102
  'v-slots'?: {
1055
1103
  default?: false | (() => vue.VNodeChild) | undefined;
1056
1104
  } | undefined;
@@ -1090,6 +1138,9 @@ declare const VCombobox: {
1090
1138
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1091
1139
  default?: (() => vue.VNodeChild) | undefined;
1092
1140
  };
1141
+ $slots?: {
1142
+ default?: (() => vue.VNodeChild) | undefined;
1143
+ } | undefined;
1093
1144
  'v-slots'?: {
1094
1145
  default?: false | (() => vue.VNodeChild) | undefined;
1095
1146
  } | undefined;
@@ -1101,6 +1152,9 @@ declare const VCombobox: {
1101
1152
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1102
1153
  default?: (() => vue.VNodeChild) | undefined;
1103
1154
  };
1155
+ $slots?: {
1156
+ default?: (() => vue.VNodeChild) | undefined;
1157
+ } | undefined;
1104
1158
  'v-slots'?: {
1105
1159
  default?: false | (() => vue.VNodeChild) | undefined;
1106
1160
  } | undefined;
@@ -1152,6 +1206,15 @@ declare const VCombobox: {
1152
1206
  props: Record<string, any>;
1153
1207
  }) => vue.VNodeChild) | undefined;
1154
1208
  };
1209
+ $slots?: {
1210
+ default?: ((args_0: {
1211
+ isActive: vue.Ref<boolean>;
1212
+ }) => vue.VNodeChild) | undefined;
1213
+ activator?: ((args_0: {
1214
+ isActive: boolean;
1215
+ props: Record<string, any>;
1216
+ }) => vue.VNodeChild) | undefined;
1217
+ } | undefined;
1155
1218
  'v-slots'?: {
1156
1219
  default?: false | ((args_0: {
1157
1220
  isActive: vue.Ref<boolean>;
@@ -1195,7 +1258,7 @@ declare const VCombobox: {
1195
1258
  };
1196
1259
  noFilter: BooleanConstructor;
1197
1260
  delimiters: PropType<string[]>;
1198
- }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
1261
+ }, "multiple" | "$children" | "$slots" | "v-slots" | "items" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
1199
1262
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
1200
1263
  "onUpdate:search"?: ((val: string) => any) | undefined;
1201
1264
  } & vue.ShallowUnwrapRef<{
@@ -1357,6 +1420,9 @@ declare const VCombobox: {
1357
1420
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1358
1421
  default?: (() => vue.VNodeChild) | undefined;
1359
1422
  };
1423
+ $slots?: {
1424
+ default?: (() => vue.VNodeChild) | undefined;
1425
+ } | undefined;
1360
1426
  'v-slots'?: {
1361
1427
  default?: false | (() => vue.VNodeChild) | undefined;
1362
1428
  } | undefined;
@@ -1368,6 +1434,9 @@ declare const VCombobox: {
1368
1434
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1369
1435
  default?: (() => vue.VNodeChild) | undefined;
1370
1436
  };
1437
+ $slots?: {
1438
+ default?: (() => vue.VNodeChild) | undefined;
1439
+ } | undefined;
1371
1440
  'v-slots'?: {
1372
1441
  default?: false | (() => vue.VNodeChild) | undefined;
1373
1442
  } | undefined;
@@ -1407,6 +1476,9 @@ declare const VCombobox: {
1407
1476
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1408
1477
  default?: (() => vue.VNodeChild) | undefined;
1409
1478
  };
1479
+ $slots?: {
1480
+ default?: (() => vue.VNodeChild) | undefined;
1481
+ } | undefined;
1410
1482
  'v-slots'?: {
1411
1483
  default?: false | (() => vue.VNodeChild) | undefined;
1412
1484
  } | undefined;
@@ -1418,6 +1490,9 @@ declare const VCombobox: {
1418
1490
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1419
1491
  default?: (() => vue.VNodeChild) | undefined;
1420
1492
  };
1493
+ $slots?: {
1494
+ default?: (() => vue.VNodeChild) | undefined;
1495
+ } | undefined;
1421
1496
  'v-slots'?: {
1422
1497
  default?: false | (() => vue.VNodeChild) | undefined;
1423
1498
  } | undefined;
@@ -1469,6 +1544,15 @@ declare const VCombobox: {
1469
1544
  props: Record<string, any>;
1470
1545
  }) => vue.VNodeChild) | undefined;
1471
1546
  };
1547
+ $slots?: {
1548
+ default?: ((args_0: {
1549
+ isActive: vue.Ref<boolean>;
1550
+ }) => vue.VNodeChild) | undefined;
1551
+ activator?: ((args_0: {
1552
+ isActive: boolean;
1553
+ props: Record<string, any>;
1554
+ }) => vue.VNodeChild) | undefined;
1555
+ } | undefined;
1472
1556
  'v-slots'?: {
1473
1557
  default?: false | ((args_0: {
1474
1558
  isActive: vue.Ref<boolean>;
@@ -1512,7 +1596,7 @@ declare const VCombobox: {
1512
1596
  };
1513
1597
  noFilter: BooleanConstructor;
1514
1598
  delimiters: PropType<string[]>;
1515
- }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
1599
+ }, "multiple" | "$children" | "$slots" | "v-slots" | "items" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
1516
1600
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
1517
1601
  "onUpdate:search"?: ((val: string) => any) | undefined;
1518
1602
  }, {
@@ -1527,7 +1611,7 @@ declare const VCombobox: {
1527
1611
  'update:modelValue': (val: any) => true;
1528
1612
  'update:search': (val: string) => true;
1529
1613
  'update:menu': (val: boolean) => true;
1530
- }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
1614
+ }, "multiple" | "$children" | "$slots" | "v-slots" | "items" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
1531
1615
  reverse: boolean;
1532
1616
  type: string;
1533
1617
  error: boolean;
@@ -1605,6 +1689,33 @@ declare const VCombobox: {
1605
1689
  'append-item'?: (() => vue.VNodeChild) | undefined;
1606
1690
  'no-data'?: (() => vue.VNodeChild) | undefined;
1607
1691
  };
1692
+ $slots?: {
1693
+ clear?: (() => vue.VNodeChild) | undefined;
1694
+ details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1695
+ label?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
1696
+ append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1697
+ prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1698
+ loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
1699
+ 'prepend-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
1700
+ 'append-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
1701
+ item?: ((args_0: {
1702
+ item: InternalItem<T_1>;
1703
+ index: number;
1704
+ props: Record<string, unknown>;
1705
+ }) => vue.VNodeChild) | undefined;
1706
+ chip?: ((args_0: {
1707
+ item: InternalItem<T_1>;
1708
+ index: number;
1709
+ props: Record<string, unknown>;
1710
+ }) => vue.VNodeChild) | undefined;
1711
+ selection?: ((args_0: {
1712
+ item: InternalItem<T_1>;
1713
+ index: number;
1714
+ }) => vue.VNodeChild) | undefined;
1715
+ 'prepend-item'?: (() => vue.VNodeChild) | undefined;
1716
+ 'append-item'?: (() => vue.VNodeChild) | undefined;
1717
+ 'no-data'?: (() => vue.VNodeChild) | undefined;
1718
+ } | undefined;
1608
1719
  'v-slots'?: {
1609
1720
  clear?: false | (() => vue.VNodeChild) | undefined;
1610
1721
  details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
@@ -15,6 +15,9 @@ declare const VCounter: vue.DefineComponent<{
15
15
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
16
16
  default?: (() => vue.VNodeChild) | undefined;
17
17
  };
18
+ $slots?: {
19
+ default?: (() => vue.VNodeChild) | undefined;
20
+ } | undefined;
18
21
  'v-slots'?: {
19
22
  default?: false | (() => vue.VNodeChild) | undefined;
20
23
  } | undefined;
@@ -32,6 +35,9 @@ declare const VCounter: vue.DefineComponent<{
32
35
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
33
36
  default?: (() => vue.VNodeChild) | undefined;
34
37
  };
38
+ $slots?: {
39
+ default?: (() => vue.VNodeChild) | undefined;
40
+ } | undefined;
35
41
  'v-slots'?: {
36
42
  default?: false | (() => vue.VNodeChild) | undefined;
37
43
  } | undefined;
@@ -52,6 +58,9 @@ declare const VCounter: vue.DefineComponent<{
52
58
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
53
59
  default?: (() => vue.VNodeChild) | undefined;
54
60
  };
61
+ $slots?: {
62
+ default?: (() => vue.VNodeChild) | undefined;
63
+ } | undefined;
55
64
  'v-slots'?: {
56
65
  default?: false | (() => vue.VNodeChild) | undefined;
57
66
  } | undefined;
@@ -72,6 +81,9 @@ declare const VCounter: vue.DefineComponent<{
72
81
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
73
82
  default?: (() => vue.VNodeChild) | undefined;
74
83
  };
84
+ $slots?: {
85
+ default?: (() => vue.VNodeChild) | undefined;
86
+ } | undefined;
75
87
  'v-slots'?: {
76
88
  default?: false | (() => vue.VNodeChild) | undefined;
77
89
  } | undefined;
@@ -89,6 +101,9 @@ declare const VCounter: vue.DefineComponent<{
89
101
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
90
102
  default?: (() => vue.VNodeChild) | undefined;
91
103
  };
104
+ $slots?: {
105
+ default?: (() => vue.VNodeChild) | undefined;
106
+ } | undefined;
92
107
  'v-slots'?: {
93
108
  default?: false | (() => vue.VNodeChild) | undefined;
94
109
  } | undefined;
@@ -109,6 +124,9 @@ declare const VCounter: vue.DefineComponent<{
109
124
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
110
125
  default?: (() => vue.VNodeChild) | undefined;
111
126
  };
127
+ $slots?: {
128
+ default?: (() => vue.VNodeChild) | undefined;
129
+ } | undefined;
112
130
  'v-slots'?: {
113
131
  default?: false | (() => vue.VNodeChild) | undefined;
114
132
  } | undefined;
@@ -129,6 +147,9 @@ declare const VCounter: vue.DefineComponent<{
129
147
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
130
148
  default?: (() => vue.VNodeChild) | undefined;
131
149
  };
150
+ $slots?: {
151
+ default?: (() => vue.VNodeChild) | undefined;
152
+ } | undefined;
132
153
  'v-slots'?: {
133
154
  default?: false | (() => vue.VNodeChild) | undefined;
134
155
  } | undefined;
@@ -146,6 +167,9 @@ declare const VCounter: vue.DefineComponent<{
146
167
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
147
168
  default?: (() => vue.VNodeChild) | undefined;
148
169
  };
170
+ $slots?: {
171
+ default?: (() => vue.VNodeChild) | undefined;
172
+ } | undefined;
149
173
  'v-slots'?: {
150
174
  default?: false | (() => vue.VNodeChild) | undefined;
151
175
  } | undefined;
@@ -16,6 +16,9 @@ declare const VDefaultsProvider: vue.DefineComponent<{
16
16
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
17
17
  default?: (() => vue.VNodeChild) | undefined;
18
18
  };
19
+ $slots?: {
20
+ default?: (() => vue.VNodeChild) | undefined;
21
+ } | undefined;
19
22
  'v-slots'?: {
20
23
  default?: false | (() => vue.VNodeChild) | undefined;
21
24
  } | undefined;
@@ -33,6 +36,9 @@ declare const VDefaultsProvider: vue.DefineComponent<{
33
36
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
34
37
  default?: (() => vue.VNodeChild) | undefined;
35
38
  };
39
+ $slots?: {
40
+ default?: (() => vue.VNodeChild) | undefined;
41
+ } | undefined;
36
42
  'v-slots'?: {
37
43
  default?: false | (() => vue.VNodeChild) | undefined;
38
44
  } | undefined;
@@ -93,6 +93,9 @@ declare const VDialog: vue.DefineComponent<{
93
93
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
94
94
  default?: (() => vue.VNodeChild) | undefined;
95
95
  };
96
+ $slots?: {
97
+ default?: (() => vue.VNodeChild) | undefined;
98
+ } | undefined;
96
99
  'v-slots'?: {
97
100
  default?: false | (() => vue.VNodeChild) | undefined;
98
101
  } | undefined;
@@ -104,6 +107,9 @@ declare const VDialog: vue.DefineComponent<{
104
107
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
105
108
  default?: (() => vue.VNodeChild) | undefined;
106
109
  };
110
+ $slots?: {
111
+ default?: (() => vue.VNodeChild) | undefined;
112
+ } | undefined;
107
113
  'v-slots'?: {
108
114
  default?: false | (() => vue.VNodeChild) | undefined;
109
115
  } | undefined;
@@ -157,6 +163,15 @@ declare const VDialog: vue.DefineComponent<{
157
163
  props: Record<string, any>;
158
164
  }) => vue.VNodeChild) | undefined;
159
165
  };
166
+ $slots?: {
167
+ default?: ((args_0: {
168
+ isActive: vue.Ref<boolean>;
169
+ }) => vue.VNodeChild) | undefined;
170
+ activator?: ((args_0: {
171
+ isActive: boolean;
172
+ props: Record<string, any>;
173
+ }) => vue.VNodeChild) | undefined;
174
+ } | undefined;
160
175
  'v-slots'?: {
161
176
  default?: false | ((args_0: {
162
177
  isActive: vue.Ref<boolean>;
@@ -254,6 +269,15 @@ declare const VDialog: vue.DefineComponent<{
254
269
  props: Record<string, any>;
255
270
  }) => vue.VNodeChild) | undefined;
256
271
  };
272
+ $slots?: {
273
+ default?: ((args_0: {
274
+ isActive: vue.Ref<boolean>;
275
+ }) => vue.VNodeChild) | undefined;
276
+ activator?: ((args_0: {
277
+ isActive: boolean;
278
+ props: Record<string, any>;
279
+ }) => vue.VNodeChild) | undefined;
280
+ } | undefined;
257
281
  'v-slots'?: {
258
282
  default?: false | ((args_0: {
259
283
  isActive: vue.Ref<boolean>;
@@ -340,6 +364,15 @@ declare const VDialog: vue.DefineComponent<{
340
364
  props: Record<string, any>;
341
365
  }) => vue.VNodeChild) | undefined;
342
366
  };
367
+ $slots?: {
368
+ default?: ((args_0: {
369
+ isActive: vue.Ref<boolean>;
370
+ }) => vue.VNodeChild) | undefined;
371
+ activator?: ((args_0: {
372
+ isActive: boolean;
373
+ props: Record<string, any>;
374
+ }) => vue.VNodeChild) | undefined;
375
+ } | undefined;
343
376
  'v-slots'?: {
344
377
  default?: false | ((args_0: {
345
378
  isActive: vue.Ref<boolean>;
@@ -469,6 +502,15 @@ declare const VDialog: vue.DefineComponent<{
469
502
  props: Record<string, any>;
470
503
  }) => vue.VNodeChild) | undefined;
471
504
  };
505
+ $slots?: {
506
+ default?: ((args_0: {
507
+ isActive: vue.Ref<boolean>;
508
+ }) => vue.VNodeChild) | undefined;
509
+ activator?: ((args_0: {
510
+ isActive: boolean;
511
+ props: Record<string, any>;
512
+ }) => vue.VNodeChild) | undefined;
513
+ } | undefined;
472
514
  'v-slots'?: {
473
515
  default?: false | ((args_0: {
474
516
  isActive: vue.Ref<boolean>;
@@ -497,7 +539,7 @@ declare const VDialog: vue.DefineComponent<{
497
539
  globalTop: Readonly<vue.Ref<boolean>>;
498
540
  localTop: vue.ComputedRef<boolean>;
499
541
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
500
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
542
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "$slots" | "v-slots" | "contentClass" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
501
543
  'update:modelValue': (value: boolean) => boolean;
502
544
  }, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
503
545
  absolute: boolean;
@@ -512,6 +554,9 @@ declare const VDialog: vue.DefineComponent<{
512
554
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
513
555
  default?: (() => vue.VNodeChild) | undefined;
514
556
  };
557
+ $slots?: {
558
+ default?: (() => vue.VNodeChild) | undefined;
559
+ } | undefined;
515
560
  'v-slots'?: {
516
561
  default?: false | (() => vue.VNodeChild) | undefined;
517
562
  } | undefined;
@@ -523,6 +568,9 @@ declare const VDialog: vue.DefineComponent<{
523
568
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
524
569
  default?: (() => vue.VNodeChild) | undefined;
525
570
  };
571
+ $slots?: {
572
+ default?: (() => vue.VNodeChild) | undefined;
573
+ } | undefined;
526
574
  'v-slots'?: {
527
575
  default?: false | (() => vue.VNodeChild) | undefined;
528
576
  } | undefined;
@@ -576,6 +624,15 @@ declare const VDialog: vue.DefineComponent<{
576
624
  props: Record<string, any>;
577
625
  }) => vue.VNodeChild) | undefined;
578
626
  };
627
+ $slots?: {
628
+ default?: ((args_0: {
629
+ isActive: vue.Ref<boolean>;
630
+ }) => vue.VNodeChild) | undefined;
631
+ activator?: ((args_0: {
632
+ isActive: boolean;
633
+ props: Record<string, any>;
634
+ }) => vue.VNodeChild) | undefined;
635
+ } | undefined;
579
636
  'v-slots'?: {
580
637
  default?: false | ((args_0: {
581
638
  isActive: vue.Ref<boolean>;
@@ -608,6 +665,9 @@ declare const VDialog: vue.DefineComponent<{
608
665
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
609
666
  default?: (() => vue.VNodeChild) | undefined;
610
667
  };
668
+ $slots?: {
669
+ default?: (() => vue.VNodeChild) | undefined;
670
+ } | undefined;
611
671
  'v-slots'?: {
612
672
  default?: false | (() => vue.VNodeChild) | undefined;
613
673
  } | undefined;
@@ -619,6 +679,9 @@ declare const VDialog: vue.DefineComponent<{
619
679
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
620
680
  default?: (() => vue.VNodeChild) | undefined;
621
681
  };
682
+ $slots?: {
683
+ default?: (() => vue.VNodeChild) | undefined;
684
+ } | undefined;
622
685
  'v-slots'?: {
623
686
  default?: false | (() => vue.VNodeChild) | undefined;
624
687
  } | undefined;
@@ -12,6 +12,9 @@ declare const VDivider: vue.DefineComponent<{
12
12
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
13
13
  default?: (() => vue.VNodeChild) | undefined;
14
14
  };
15
+ $slots?: {
16
+ default?: (() => vue.VNodeChild) | undefined;
17
+ } | undefined;
15
18
  'v-slots'?: {
16
19
  default?: false | (() => vue.VNodeChild) | undefined;
17
20
  } | undefined;
@@ -29,6 +32,9 @@ declare const VDivider: vue.DefineComponent<{
29
32
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
30
33
  default?: (() => vue.VNodeChild) | undefined;
31
34
  };
35
+ $slots?: {
36
+ default?: (() => vue.VNodeChild) | undefined;
37
+ } | undefined;
32
38
  'v-slots'?: {
33
39
  default?: false | (() => vue.VNodeChild) | undefined;
34
40
  } | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"VExpansionPanelTitle.mjs","names":["VExpansionPanelSymbol","VIcon","Ripple","IconValue","useBackgroundColor","computed","inject","genericComponent","propsFactory","useRender","makeVExpansionPanelTitleProps","color","String","expandIcon","type","default","collapseIcon","hideActions","Boolean","ripple","Object","readonly","VExpansionPanelTitle","name","directives","props","setup","slots","expansionPanel","Error","backgroundColorClasses","backgroundColorStyles","slotProps","disabled","value","expanded","isSelected","undefined","toggle","actions"],"sources":["../../../src/components/VExpansionPanel/VExpansionPanelTitle.tsx"],"sourcesContent":["// Components\nimport { VExpansionPanelSymbol } from './VExpansionPanels'\nimport { VIcon } from '@/components/VIcon'\n\n// Directives\nimport { Ripple } from '@/directives/ripple'\n\n// Composables\nimport { IconValue } from '@/composables/icons'\nimport { useBackgroundColor } from '@/composables/color'\n\n// Utilities\nimport { computed, inject } from 'vue'\nimport { genericComponent, propsFactory, useRender } from '@/util'\n\nexport type VExpansionPanelTitleSlots = {\n default: []\n actions: []\n}\n\nexport const makeVExpansionPanelTitleProps = propsFactory({\n color: String,\n expandIcon: {\n type: IconValue,\n default: '$expand',\n },\n collapseIcon: {\n type: IconValue,\n default: '$collapse',\n },\n hideActions: Boolean,\n ripple: {\n type: [Boolean, Object],\n default: false,\n },\n readonly: Boolean,\n}, 'v-expansion-panel-title')\n\nexport const VExpansionPanelTitle = genericComponent<VExpansionPanelTitleSlots>()({\n name: 'VExpansionPanelTitle',\n\n directives: { Ripple },\n\n props: {\n ...makeVExpansionPanelTitleProps(),\n },\n\n setup (props, { slots }) {\n const expansionPanel = inject(VExpansionPanelSymbol)\n\n if (!expansionPanel) throw new Error('[Vuetify] v-expansion-panel-title needs to be placed inside v-expansion-panel')\n\n const { backgroundColorClasses, backgroundColorStyles } = useBackgroundColor(props, 'color')\n\n const slotProps = computed(() => ({\n collapseIcon: props.collapseIcon,\n disabled: expansionPanel.disabled.value,\n expanded: expansionPanel.isSelected.value,\n expandIcon: props.expandIcon,\n readonly: props.readonly,\n }))\n\n useRender(() => (\n <button\n class={[\n 'v-expansion-panel-title',\n {\n 'v-expansion-panel-title--active': expansionPanel.isSelected.value,\n },\n backgroundColorClasses.value,\n ]}\n style={ backgroundColorStyles.value }\n type=\"button\"\n tabindex={ expansionPanel.disabled.value ? -1 : undefined }\n disabled={ expansionPanel.disabled.value }\n aria-expanded={ expansionPanel.isSelected.value }\n onClick={ !props.readonly ? expansionPanel.toggle : undefined }\n v-ripple={ props.ripple }\n >\n <span class=\"v-expansion-panel-title__overlay\" />\n\n { slots.default?.(slotProps.value) }\n\n { !props.hideActions && (\n <span class=\"v-expansion-panel-title__icon\">\n {\n slots.actions ? slots.actions(slotProps.value)\n : <VIcon icon={ expansionPanel.isSelected.value ? props.collapseIcon : props.expandIcon } />\n }\n </span>\n ) }\n </button>\n ))\n\n return {}\n },\n})\n\nexport type VExpansionPanelTitle = InstanceType<typeof VExpansionPanelTitle>\n"],"mappings":";AAAA;AAAA,SACSA,qBAAqB;AAAA,SACrBC,KAAK,8BAEd;AAAA,SACSC,MAAM,6CAEf;AAAA,SACSC,SAAS;AAAA,SACTC,kBAAkB,uCAE3B;AACA,SAASC,QAAQ,EAAEC,MAAM,QAAQ,KAAK;AAAA,SAC7BC,gBAAgB,EAAEC,YAAY,EAAEC,SAAS;AAOlD,OAAO,MAAMC,6BAA6B,GAAGF,YAAY,CAAC;EACxDG,KAAK,EAAEC,MAAM;EACbC,UAAU,EAAE;IACVC,IAAI,EAAEX,SAAS;IACfY,OAAO,EAAE;EACX,CAAC;EACDC,YAAY,EAAE;IACZF,IAAI,EAAEX,SAAS;IACfY,OAAO,EAAE;EACX,CAAC;EACDE,WAAW,EAAEC,OAAO;EACpBC,MAAM,EAAE;IACNL,IAAI,EAAE,CAACI,OAAO,EAAEE,MAAM,CAAC;IACvBL,OAAO,EAAE;EACX,CAAC;EACDM,QAAQ,EAAEH;AACZ,CAAC,EAAE,yBAAyB,CAAC;AAE7B,OAAO,MAAMI,oBAAoB,GAAGf,gBAAgB,EAA6B,CAAC;EAChFgB,IAAI,EAAE,sBAAsB;EAE5BC,UAAU,EAAE;IAAEtB;EAAO,CAAC;EAEtBuB,KAAK,EAAE;IACL,GAAGf,6BAA6B;EAClC,CAAC;EAEDgB,KAAK,CAAED,KAAK,QAAa;IAAA,IAAX;MAAEE;IAAM,CAAC;IACrB,MAAMC,cAAc,GAAGtB,MAAM,CAACN,qBAAqB,CAAC;IAEpD,IAAI,CAAC4B,cAAc,EAAE,MAAM,IAAIC,KAAK,CAAC,+EAA+E,CAAC;IAErH,MAAM;MAAEC,sBAAsB;MAAEC;IAAsB,CAAC,GAAG3B,kBAAkB,CAACqB,KAAK,EAAE,OAAO,CAAC;IAE5F,MAAMO,SAAS,GAAG3B,QAAQ,CAAC,OAAO;MAChCW,YAAY,EAAES,KAAK,CAACT,YAAY;MAChCiB,QAAQ,EAAEL,cAAc,CAACK,QAAQ,CAACC,KAAK;MACvCC,QAAQ,EAAEP,cAAc,CAACQ,UAAU,CAACF,KAAK;MACzCrB,UAAU,EAAEY,KAAK,CAACZ,UAAU;MAC5BQ,QAAQ,EAAEI,KAAK,CAACJ;IAClB,CAAC,CAAC,CAAC;IAEHZ,SAAS,CAAC;MAAA,SAEC,CACL,yBAAyB,EACzB;QACE,iCAAiC,EAAEmB,cAAc,CAACQ,UAAU,CAACF;MAC/D,CAAC,EACDJ,sBAAsB,CAACI,KAAK,CAC7B;MAAA,SACOH,qBAAqB,CAACG,KAAK;MAAA,QAC9B,QAAQ;MAAA,YACFN,cAAc,CAACK,QAAQ,CAACC,KAAK,GAAG,CAAC,CAAC,GAAGG,SAAS;MAAA,YAC9CT,cAAc,CAACK,QAAQ,CAACC,KAAK;MAAA,iBACxBN,cAAc,CAACQ,UAAU,CAACF,KAAK;MAAA,WACrC,CAACT,KAAK,CAACJ,QAAQ,GAAGO,cAAc,CAACU,MAAM,GAAGD;IAAS;MAAA,SAGjD;IAAkC,UAE5CV,KAAK,CAACZ,OAAO,GAAGiB,SAAS,CAACE,KAAK,CAAC,EAEhC,CAACT,KAAK,CAACR,WAAW;MAAA,SACN;IAA+B,IAEvCU,KAAK,CAACY,OAAO,GAAGZ,KAAK,CAACY,OAAO,CAACP,SAAS,CAACE,KAAK,CAAC;MAAA,QAC9BN,cAAc,CAACQ,UAAU,CAACF,KAAK,GAAGT,KAAK,CAACT,YAAY,GAAGS,KAAK,CAACZ;IAAU,QAAK,EAGjG,mCAbUY,KAAK,CAACN,MAAM,GAe1B,CAAC;IAEF,OAAO,CAAC,CAAC;EACX;AACF,CAAC,CAAC"}
1
+ {"version":3,"file":"VExpansionPanelTitle.mjs","names":["VExpansionPanelSymbol","VIcon","Ripple","IconValue","useBackgroundColor","computed","inject","genericComponent","propsFactory","useRender","makeVExpansionPanelTitleProps","color","String","expandIcon","type","default","collapseIcon","hideActions","Boolean","ripple","Object","readonly","VExpansionPanelTitle","name","directives","props","setup","slots","expansionPanel","Error","backgroundColorClasses","backgroundColorStyles","slotProps","disabled","value","expanded","isSelected","undefined","toggle","actions"],"sources":["../../../src/components/VExpansionPanel/VExpansionPanelTitle.tsx"],"sourcesContent":["// Components\nimport { VExpansionPanelSymbol } from './VExpansionPanels'\nimport { VIcon } from '@/components/VIcon'\n\n// Directives\nimport { Ripple } from '@/directives/ripple'\n\n// Composables\nimport { IconValue } from '@/composables/icons'\nimport { useBackgroundColor } from '@/composables/color'\n\n// Utilities\nimport { computed, inject } from 'vue'\nimport { genericComponent, propsFactory, useRender } from '@/util'\n\ninterface ExpansionPanelTitleSlot {\n collapseIcon: IconValue\n disabled: boolean | undefined\n expanded: boolean\n expandIcon: IconValue\n readonly: boolean\n}\n\nexport type VExpansionPanelTitleSlots = {\n default: [ExpansionPanelTitleSlot]\n actions: [ExpansionPanelTitleSlot]\n}\n\nexport const makeVExpansionPanelTitleProps = propsFactory({\n color: String,\n expandIcon: {\n type: IconValue,\n default: '$expand',\n },\n collapseIcon: {\n type: IconValue,\n default: '$collapse',\n },\n hideActions: Boolean,\n ripple: {\n type: [Boolean, Object],\n default: false,\n },\n readonly: Boolean,\n}, 'v-expansion-panel-title')\n\nexport const VExpansionPanelTitle = genericComponent<VExpansionPanelTitleSlots>()({\n name: 'VExpansionPanelTitle',\n\n directives: { Ripple },\n\n props: {\n ...makeVExpansionPanelTitleProps(),\n },\n\n setup (props, { slots }) {\n const expansionPanel = inject(VExpansionPanelSymbol)\n\n if (!expansionPanel) throw new Error('[Vuetify] v-expansion-panel-title needs to be placed inside v-expansion-panel')\n\n const { backgroundColorClasses, backgroundColorStyles } = useBackgroundColor(props, 'color')\n\n const slotProps = computed(() => ({\n collapseIcon: props.collapseIcon,\n disabled: expansionPanel.disabled.value,\n expanded: expansionPanel.isSelected.value,\n expandIcon: props.expandIcon,\n readonly: props.readonly,\n }))\n\n useRender(() => (\n <button\n class={[\n 'v-expansion-panel-title',\n {\n 'v-expansion-panel-title--active': expansionPanel.isSelected.value,\n },\n backgroundColorClasses.value,\n ]}\n style={ backgroundColorStyles.value }\n type=\"button\"\n tabindex={ expansionPanel.disabled.value ? -1 : undefined }\n disabled={ expansionPanel.disabled.value }\n aria-expanded={ expansionPanel.isSelected.value }\n onClick={ !props.readonly ? expansionPanel.toggle : undefined }\n v-ripple={ props.ripple }\n >\n <span class=\"v-expansion-panel-title__overlay\" />\n\n { slots.default?.(slotProps.value) }\n\n { !props.hideActions && (\n <span class=\"v-expansion-panel-title__icon\">\n {\n slots.actions ? slots.actions(slotProps.value)\n : <VIcon icon={ expansionPanel.isSelected.value ? props.collapseIcon : props.expandIcon } />\n }\n </span>\n ) }\n </button>\n ))\n\n return {}\n },\n})\n\nexport type VExpansionPanelTitle = InstanceType<typeof VExpansionPanelTitle>\n"],"mappings":";AAAA;AAAA,SACSA,qBAAqB;AAAA,SACrBC,KAAK,8BAEd;AAAA,SACSC,MAAM,6CAEf;AAAA,SACSC,SAAS;AAAA,SACTC,kBAAkB,uCAE3B;AACA,SAASC,QAAQ,EAAEC,MAAM,QAAQ,KAAK;AAAA,SAC7BC,gBAAgB,EAAEC,YAAY,EAAEC,SAAS;AAelD,OAAO,MAAMC,6BAA6B,GAAGF,YAAY,CAAC;EACxDG,KAAK,EAAEC,MAAM;EACbC,UAAU,EAAE;IACVC,IAAI,EAAEX,SAAS;IACfY,OAAO,EAAE;EACX,CAAC;EACDC,YAAY,EAAE;IACZF,IAAI,EAAEX,SAAS;IACfY,OAAO,EAAE;EACX,CAAC;EACDE,WAAW,EAAEC,OAAO;EACpBC,MAAM,EAAE;IACNL,IAAI,EAAE,CAACI,OAAO,EAAEE,MAAM,CAAC;IACvBL,OAAO,EAAE;EACX,CAAC;EACDM,QAAQ,EAAEH;AACZ,CAAC,EAAE,yBAAyB,CAAC;AAE7B,OAAO,MAAMI,oBAAoB,GAAGf,gBAAgB,EAA6B,CAAC;EAChFgB,IAAI,EAAE,sBAAsB;EAE5BC,UAAU,EAAE;IAAEtB;EAAO,CAAC;EAEtBuB,KAAK,EAAE;IACL,GAAGf,6BAA6B;EAClC,CAAC;EAEDgB,KAAK,CAAED,KAAK,QAAa;IAAA,IAAX;MAAEE;IAAM,CAAC;IACrB,MAAMC,cAAc,GAAGtB,MAAM,CAACN,qBAAqB,CAAC;IAEpD,IAAI,CAAC4B,cAAc,EAAE,MAAM,IAAIC,KAAK,CAAC,+EAA+E,CAAC;IAErH,MAAM;MAAEC,sBAAsB;MAAEC;IAAsB,CAAC,GAAG3B,kBAAkB,CAACqB,KAAK,EAAE,OAAO,CAAC;IAE5F,MAAMO,SAAS,GAAG3B,QAAQ,CAAC,OAAO;MAChCW,YAAY,EAAES,KAAK,CAACT,YAAY;MAChCiB,QAAQ,EAAEL,cAAc,CAACK,QAAQ,CAACC,KAAK;MACvCC,QAAQ,EAAEP,cAAc,CAACQ,UAAU,CAACF,KAAK;MACzCrB,UAAU,EAAEY,KAAK,CAACZ,UAAU;MAC5BQ,QAAQ,EAAEI,KAAK,CAACJ;IAClB,CAAC,CAAC,CAAC;IAEHZ,SAAS,CAAC;MAAA,SAEC,CACL,yBAAyB,EACzB;QACE,iCAAiC,EAAEmB,cAAc,CAACQ,UAAU,CAACF;MAC/D,CAAC,EACDJ,sBAAsB,CAACI,KAAK,CAC7B;MAAA,SACOH,qBAAqB,CAACG,KAAK;MAAA,QAC9B,QAAQ;MAAA,YACFN,cAAc,CAACK,QAAQ,CAACC,KAAK,GAAG,CAAC,CAAC,GAAGG,SAAS;MAAA,YAC9CT,cAAc,CAACK,QAAQ,CAACC,KAAK;MAAA,iBACxBN,cAAc,CAACQ,UAAU,CAACF,KAAK;MAAA,WACrC,CAACT,KAAK,CAACJ,QAAQ,GAAGO,cAAc,CAACU,MAAM,GAAGD;IAAS;MAAA,SAGjD;IAAkC,UAE5CV,KAAK,CAACZ,OAAO,GAAGiB,SAAS,CAACE,KAAK,CAAC,EAEhC,CAACT,KAAK,CAACR,WAAW;MAAA,SACN;IAA+B,IAEvCU,KAAK,CAACY,OAAO,GAAGZ,KAAK,CAACY,OAAO,CAACP,SAAS,CAACE,KAAK,CAAC;MAAA,QAC9BN,cAAc,CAACQ,UAAU,CAACF,KAAK,GAAGT,KAAK,CAACT,YAAY,GAAGS,KAAK,CAACZ;IAAU,QAAK,EAGjG,mCAbUY,KAAK,CAACN,MAAM,GAe1B,CAAC;IAEF,OAAO,CAAC,CAAC;EACX;AACF,CAAC,CAAC"}