vuetify 3.6.13 → 3.6.14

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 (210) hide show
  1. package/dist/json/attributes.json +5 -5
  2. package/dist/json/importMap-labs.json +16 -16
  3. package/dist/json/importMap.json +138 -138
  4. package/dist/json/web-types.json +14 -13
  5. package/dist/vuetify-labs.css +3711 -2990
  6. package/dist/vuetify-labs.d.ts +12315 -12306
  7. package/dist/vuetify-labs.esm.js +94 -65
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +94 -65
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +1486 -765
  12. package/dist/vuetify.d.ts +11148 -11148
  13. package/dist/vuetify.esm.js +35 -30
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +35 -30
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +998 -998
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAlert/VAlert.css +5 -1
  21. package/lib/components/VAlert/index.d.mts +55 -55
  22. package/lib/components/VAppBar/index.d.mts +169 -169
  23. package/lib/components/VAutocomplete/VAutocomplete.css +4 -0
  24. package/lib/components/VAutocomplete/index.d.mts +621 -621
  25. package/lib/components/VAvatar/VAvatar.css +3 -1
  26. package/lib/components/VAvatar/VAvatar.mjs +1 -1
  27. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  28. package/lib/components/VAvatar/index.d.mts +30 -30
  29. package/lib/components/VBadge/VBadge.css +2 -0
  30. package/lib/components/VBadge/index.d.mts +58 -58
  31. package/lib/components/VBanner/VBanner.css +12 -4
  32. package/lib/components/VBanner/index.d.mts +59 -59
  33. package/lib/components/VBottomNavigation/VBottomNavigation.css +11 -3
  34. package/lib/components/VBottomNavigation/index.d.mts +58 -58
  35. package/lib/components/VBottomSheet/VBottomSheet.css +2 -0
  36. package/lib/components/VBottomSheet/index.d.mts +125 -125
  37. package/lib/components/VBreadcrumbs/index.d.mts +34 -34
  38. package/lib/components/VBtn/VBtn.css +16 -9
  39. package/lib/components/VBtn/VBtn.mjs +1 -1
  40. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  41. package/lib/components/VBtn/VBtn.sass +4 -4
  42. package/lib/components/VBtn/index.d.mts +107 -107
  43. package/lib/components/VBtnGroup/VBtnGroup.css +12 -4
  44. package/lib/components/VBtnGroup/index.d.mts +23 -23
  45. package/lib/components/VBtnToggle/index.d.mts +40 -40
  46. package/lib/components/VCard/VCard.css +9 -1
  47. package/lib/components/VCard/index.d.mts +93 -93
  48. package/lib/components/VCarousel/VCarousel.css +2 -0
  49. package/lib/components/VCarousel/index.d.mts +121 -121
  50. package/lib/components/VCheckbox/index.d.mts +166 -166
  51. package/lib/components/VChip/VChip.css +15 -9
  52. package/lib/components/VChip/VChip.sass +1 -1
  53. package/lib/components/VChip/index.d.mts +86 -86
  54. package/lib/components/VChipGroup/index.d.mts +46 -46
  55. package/lib/components/VColorPicker/VColorPicker.css +2 -0
  56. package/lib/components/VColorPicker/VColorPicker.sass +4 -4
  57. package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -4
  58. package/lib/components/VColorPicker/index.d.mts +96 -96
  59. package/lib/components/VCombobox/VCombobox.css +4 -0
  60. package/lib/components/VCombobox/index.d.mts +621 -621
  61. package/lib/components/VConfirmEdit/index.d.mts +2 -2
  62. package/lib/components/VCounter/index.d.mts +27 -27
  63. package/lib/components/VDataIterator/index.d.mts +50 -50
  64. package/lib/components/VDataTable/index.d.mts +253 -253
  65. package/lib/components/VDatePicker/index.d.mts +134 -134
  66. package/lib/components/VDialog/VDialog.css +5 -0
  67. package/lib/components/VDialog/index.d.mts +378 -378
  68. package/lib/components/VDivider/VDivider.css +2 -0
  69. package/lib/components/VDivider/index.d.mts +15 -15
  70. package/lib/components/VEmptyState/index.d.mts +47 -47
  71. package/lib/components/VExpansionPanel/VExpansionPanel.css +11 -5
  72. package/lib/components/VExpansionPanel/VExpansionPanel.sass +3 -3
  73. package/lib/components/VExpansionPanel/index.d.mts +124 -124
  74. package/lib/components/VFab/index.d.mts +227 -227
  75. package/lib/components/VField/VField.css +13 -1
  76. package/lib/components/VField/VField.sass +5 -8
  77. package/lib/components/VField/index.d.mts +46 -46
  78. package/lib/components/VFileInput/index.d.mts +243 -243
  79. package/lib/components/VFooter/VFooter.css +12 -4
  80. package/lib/components/VFooter/VFooter.mjs +20 -14
  81. package/lib/components/VFooter/VFooter.mjs.map +1 -1
  82. package/lib/components/VFooter/index.d.mts +53 -53
  83. package/lib/components/VForm/index.d.mts +9 -9
  84. package/lib/components/VGrid/VGrid.sass +1 -1
  85. package/lib/components/VGrid/_mixins.sass +4 -4
  86. package/lib/components/VGrid/index.d.mts +142 -142
  87. package/lib/components/VIcon/index.d.mts +24 -24
  88. package/lib/components/VImg/VImg.css +6 -0
  89. package/lib/components/VImg/index.d.mts +92 -92
  90. package/lib/components/VInfiniteScroll/index.d.mts +22 -22
  91. package/lib/components/VInput/index.d.mts +53 -53
  92. package/lib/components/VItemGroup/index.d.mts +17 -17
  93. package/lib/components/VKbd/VKbd.css +2 -0
  94. package/lib/components/VLabel/index.d.mts +8 -8
  95. package/lib/components/VLayout/index.d.mts +36 -36
  96. package/lib/components/VLazy/index.d.mts +31 -31
  97. package/lib/components/VList/VList.css +12 -4
  98. package/lib/components/VList/VListItem.css +21 -11
  99. package/lib/components/VList/VListItem.sass +1 -1
  100. package/lib/components/VList/index.d.mts +176 -176
  101. package/lib/components/VLocaleProvider/index.d.mts +7 -7
  102. package/lib/components/VMain/VMain.css +2 -0
  103. package/lib/components/VMain/index.d.mts +10 -10
  104. package/lib/components/VMenu/VMenu.css +6 -0
  105. package/lib/components/VMenu/VMenu.mjs +1 -1
  106. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  107. package/lib/components/VMenu/index.d.mts +420 -420
  108. package/lib/components/VMessages/index.d.mts +20 -20
  109. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +9 -3
  110. package/lib/components/VNavigationDrawer/index.d.mts +72 -72
  111. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
  112. package/lib/components/VOtpInput/VOtpInput.css +3 -1
  113. package/lib/components/VOtpInput/VOtpInput.sass +1 -2
  114. package/lib/components/VOtpInput/index.d.mts +88 -88
  115. package/lib/components/VOverflowBtn/VOverflowBtn.sass +1 -1
  116. package/lib/components/VOverlay/index.d.mts +104 -104
  117. package/lib/components/VPagination/index.d.mts +55 -55
  118. package/lib/components/VParallax/index.d.mts +7 -7
  119. package/lib/components/VProgressCircular/index.d.mts +24 -24
  120. package/lib/components/VProgressLinear/index.d.mts +52 -52
  121. package/lib/components/VRadio/index.d.mts +41 -41
  122. package/lib/components/VRadioGroup/index.d.mts +97 -97
  123. package/lib/components/VRangeSlider/index.d.mts +94 -94
  124. package/lib/components/VRating/index.d.mts +22 -22
  125. package/lib/components/VResponsive/index.d.mts +23 -23
  126. package/lib/components/VSelect/VSelect.css +4 -0
  127. package/lib/components/VSelect/index.d.mts +621 -621
  128. package/lib/components/VSelectionControl/VSelectionControl.css +6 -4
  129. package/lib/components/VSelectionControl/VSelectionControl.sass +1 -1
  130. package/lib/components/VSelectionControl/index.d.mts +43 -43
  131. package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
  132. package/lib/components/VSheet/VSheet.css +12 -4
  133. package/lib/components/VSheet/index.d.mts +34 -34
  134. package/lib/components/VSkeletonLoader/VSkeletonLoader.css +6 -4
  135. package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +9 -8
  136. package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
  137. package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +1 -2
  138. package/lib/components/VSkeletonLoader/index.d.mts +17 -17
  139. package/lib/components/VSlideGroup/index.d.mts +33 -33
  140. package/lib/components/VSlider/VSliderThumb.sass +2 -2
  141. package/lib/components/VSlider/index.d.mts +87 -87
  142. package/lib/components/VSnackbar/VSnackbar.css +2 -0
  143. package/lib/components/VSnackbar/VSnackbar.mjs +4 -4
  144. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  145. package/lib/components/VSnackbar/index.d.mts +436 -436
  146. package/lib/components/VSparkline/index.d.mts +38 -38
  147. package/lib/components/VSpeedDial/index.d.mts +185 -185
  148. package/lib/components/VStepper/VStepper.css +8 -2
  149. package/lib/components/VStepper/VStepper.sass +2 -4
  150. package/lib/components/VStepper/VStepperItem.css +4 -1
  151. package/lib/components/VStepper/VStepperItem.sass +1 -1
  152. package/lib/components/VStepper/index.d.mts +119 -119
  153. package/lib/components/VSwitch/VSwitch.css +2 -0
  154. package/lib/components/VSwitch/VSwitch.sass +10 -10
  155. package/lib/components/VSwitch/index.d.mts +100 -100
  156. package/lib/components/VSystemBar/VSystemBar.css +14 -8
  157. package/lib/components/VSystemBar/index.d.mts +39 -39
  158. package/lib/components/VTable/VTable.css +8 -4
  159. package/lib/components/VTable/VTable.sass +2 -3
  160. package/lib/components/VTable/index.d.mts +4 -4
  161. package/lib/components/VTabs/index.d.mts +512 -512
  162. package/lib/components/VTextField/index.d.mts +397 -397
  163. package/lib/components/VTextarea/index.d.mts +274 -274
  164. package/lib/components/VTimeline/VTimeline.css +2 -0
  165. package/lib/components/VTimeline/index.d.mts +26 -26
  166. package/lib/components/VToolbar/VToolbar.css +21 -7
  167. package/lib/components/VToolbar/VToolbar.sass +1 -2
  168. package/lib/components/VToolbar/index.d.mts +53 -53
  169. package/lib/components/VTooltip/index.d.mts +451 -451
  170. package/lib/components/VTreeview/VTreeview.sass +9 -9
  171. package/lib/components/VValidation/index.d.mts +19 -19
  172. package/lib/components/VVirtualScroll/index.d.mts +10 -10
  173. package/lib/components/VWindow/index.d.mts +31 -31
  174. package/lib/components/index.d.mts +11170 -11170
  175. package/lib/components/transitions/index.d.mts +200 -200
  176. package/lib/composables/nested/nested.mjs +0 -1
  177. package/lib/composables/nested/nested.mjs.map +1 -1
  178. package/lib/entry-bundler.mjs +1 -1
  179. package/lib/framework.mjs +1 -1
  180. package/lib/index.d.mts +46 -46
  181. package/lib/labs/VCalendar/index.d.mts +52 -52
  182. package/lib/labs/VDateInput/index.d.mts +244 -244
  183. package/lib/labs/VNumberInput/VNumberInput.mjs +60 -36
  184. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  185. package/lib/labs/VNumberInput/index.d.mts +252 -243
  186. package/lib/labs/VPicker/VPicker.css +6 -2
  187. package/lib/labs/VPicker/VPicker.sass +2 -3
  188. package/lib/labs/VPicker/index.d.mts +45 -45
  189. package/lib/labs/VSnackbarQueue/index.d.mts +642 -642
  190. package/lib/labs/VStepperVertical/index.d.mts +188 -188
  191. package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
  192. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  193. package/lib/labs/VTimePicker/index.d.mts +115 -115
  194. package/lib/labs/VTreeview/index.d.mts +197 -197
  195. package/lib/labs/components.d.mts +1738 -1729
  196. package/lib/styles/generic/_colors.scss +9 -3
  197. package/lib/styles/main.css +520 -0
  198. package/lib/styles/tools/_absolute.sass +8 -7
  199. package/lib/styles/tools/_border.sass +4 -3
  200. package/lib/styles/tools/_display.sass +8 -7
  201. package/lib/styles/tools/_elevation.sass +4 -2
  202. package/lib/styles/tools/_index.sass +0 -1
  203. package/lib/styles/tools/_radius.sass +6 -5
  204. package/lib/styles/tools/_rounded.sass +2 -1
  205. package/lib/styles/tools/_theme.sass +3 -2
  206. package/lib/styles/tools/_typography.sass +6 -5
  207. package/lib/styles/tools/_utilities.sass +5 -5
  208. package/lib/styles/utilities/_index.sass +7 -7
  209. package/package.json +10 -5
  210. package/lib/styles/tools/_sheet.sass +0 -14
@@ -6,24 +6,32 @@
6
6
  position: relative;
7
7
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
8
8
  transition-property: height, width, transform, max-width, left, right, top, bottom;
9
+ }
10
+ .v-footer {
9
11
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
10
12
  border-style: solid;
11
13
  border-width: 0;
12
- box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
13
- border-radius: 0;
14
- background: rgb(var(--v-theme-surface));
15
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
16
14
  }
17
15
  .v-footer--border {
18
16
  border-width: thin;
19
17
  box-shadow: none;
20
18
  }
19
+ .v-footer {
20
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
21
+ }
21
22
  .v-footer--absolute {
22
23
  position: absolute;
23
24
  }
24
25
  .v-footer--fixed {
25
26
  position: fixed;
26
27
  }
28
+ .v-footer {
29
+ border-radius: 0;
30
+ }
31
+ .v-footer {
32
+ background: rgb(var(--v-theme-surface));
33
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
34
+ }
27
35
  .v-footer--rounded {
28
36
  border-radius: 4px;
29
37
  }
@@ -11,8 +11,9 @@ import { makeLayoutItemProps, useLayoutItem } from "../../composables/layout.mjs
11
11
  import { useResizeObserver } from "../../composables/resizeObserver.mjs";
12
12
  import { makeRoundedProps, useRounded } from "../../composables/rounded.mjs";
13
13
  import { makeTagProps } from "../../composables/tag.mjs";
14
- import { makeThemeProps, provideTheme } from "../../composables/theme.mjs"; // Utilities
15
- import { computed, shallowRef, toRef } from 'vue';
14
+ import { makeThemeProps, provideTheme } from "../../composables/theme.mjs";
15
+ import { useToggleScope } from "../../composables/toggleScope.mjs"; // Utilities
16
+ import { computed, ref, shallowRef, toRef, watchEffect } from 'vue';
16
17
  import { convertToUnit, genericComponent, propsFactory, useRender } from "../../util/index.mjs";
17
18
  export const makeVFooterProps = propsFactory({
18
19
  app: Boolean,
@@ -38,6 +39,8 @@ export const VFooter = genericComponent()({
38
39
  let {
39
40
  slots
40
41
  } = _ref;
42
+ const layoutItemStyles = ref();
43
+ const layoutIsReady = shallowRef();
41
44
  const {
42
45
  themeClasses
43
46
  } = provideTheme(props);
@@ -62,17 +65,20 @@ export const VFooter = genericComponent()({
62
65
  autoHeight.value = entries[0].target.clientHeight;
63
66
  });
64
67
  const height = computed(() => props.height === 'auto' ? autoHeight.value : parseInt(props.height, 10));
65
- const {
66
- layoutItemStyles,
67
- layoutIsReady
68
- } = useLayoutItem({
69
- id: props.name,
70
- order: computed(() => parseInt(props.order, 10)),
71
- position: computed(() => 'bottom'),
72
- layoutSize: height,
73
- elementSize: computed(() => props.height === 'auto' ? undefined : height.value),
74
- active: computed(() => props.app),
75
- absolute: toRef(props, 'absolute')
68
+ useToggleScope(() => props.app, () => {
69
+ const layout = useLayoutItem({
70
+ id: props.name,
71
+ order: computed(() => parseInt(props.order, 10)),
72
+ position: computed(() => 'bottom'),
73
+ layoutSize: height,
74
+ elementSize: computed(() => props.height === 'auto' ? undefined : height.value),
75
+ active: computed(() => props.app),
76
+ absolute: toRef(props, 'absolute')
77
+ });
78
+ watchEffect(() => {
79
+ layoutItemStyles.value = layout.layoutItemStyles.value;
80
+ layoutIsReady.value = layout.layoutIsReady;
81
+ });
76
82
  });
77
83
  useRender(() => _createVNode(props.tag, {
78
84
  "ref": resizeRef,
@@ -81,7 +87,7 @@ export const VFooter = genericComponent()({
81
87
  height: convertToUnit(props.height)
82
88
  }, props.style]
83
89
  }, slots));
84
- return props.app ? layoutIsReady : {};
90
+ return props.app ? layoutIsReady.value : {};
85
91
  }
86
92
  });
87
93
  //# sourceMappingURL=VFooter.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"VFooter.mjs","names":["makeBorderProps","useBorder","useBackgroundColor","makeComponentProps","makeElevationProps","useElevation","makeLayoutItemProps","useLayoutItem","useResizeObserver","makeRoundedProps","useRounded","makeTagProps","makeThemeProps","provideTheme","computed","shallowRef","toRef","convertToUnit","genericComponent","propsFactory","useRender","makeVFooterProps","app","Boolean","color","String","height","type","Number","default","tag","VFooter","name","props","setup","_ref","slots","themeClasses","backgroundColorClasses","backgroundColorStyles","borderClasses","elevationClasses","roundedClasses","autoHeight","resizeRef","entries","length","value","target","clientHeight","parseInt","layoutItemStyles","layoutIsReady","id","order","position","layoutSize","elementSize","undefined","active","absolute","_createVNode","class","style"],"sources":["../../../src/components/VFooter/VFooter.tsx"],"sourcesContent":["// Styles\nimport './VFooter.sass'\n\n// Composables\nimport { makeBorderProps, useBorder } from '@/composables/border'\nimport { useBackgroundColor } from '@/composables/color'\nimport { makeComponentProps } from '@/composables/component'\nimport { makeElevationProps, useElevation } from '@/composables/elevation'\nimport { makeLayoutItemProps, useLayoutItem } from '@/composables/layout'\nimport { useResizeObserver } from '@/composables/resizeObserver'\nimport { makeRoundedProps, useRounded } from '@/composables/rounded'\nimport { makeTagProps } from '@/composables/tag'\nimport { makeThemeProps, provideTheme } from '@/composables/theme'\n\n// Utilities\nimport { computed, shallowRef, toRef } from 'vue'\nimport { convertToUnit, genericComponent, propsFactory, useRender } from '@/util'\n\nexport const makeVFooterProps = propsFactory({\n app: Boolean,\n color: String,\n height: {\n type: [Number, String],\n default: 'auto',\n },\n\n ...makeBorderProps(),\n ...makeComponentProps(),\n ...makeElevationProps(),\n ...makeLayoutItemProps(),\n ...makeRoundedProps(),\n ...makeTagProps({ tag: 'footer' }),\n ...makeThemeProps(),\n}, 'VFooter')\n\nexport const VFooter = genericComponent()({\n name: 'VFooter',\n\n props: makeVFooterProps(),\n\n setup (props, { slots }) {\n const { themeClasses } = provideTheme(props)\n const { backgroundColorClasses, backgroundColorStyles } = useBackgroundColor(toRef(props, 'color'))\n const { borderClasses } = useBorder(props)\n const { elevationClasses } = useElevation(props)\n const { roundedClasses } = useRounded(props)\n\n const autoHeight = shallowRef(32)\n const { resizeRef } = useResizeObserver(entries => {\n if (!entries.length) return\n autoHeight.value = entries[0].target.clientHeight\n })\n const height = computed(() => props.height === 'auto' ? autoHeight.value : parseInt(props.height, 10))\n const { layoutItemStyles, layoutIsReady } = useLayoutItem({\n id: props.name,\n order: computed(() => parseInt(props.order, 10)),\n position: computed(() => 'bottom'),\n layoutSize: height,\n elementSize: computed(() => props.height === 'auto' ? undefined : height.value),\n active: computed(() => props.app),\n absolute: toRef(props, 'absolute'),\n })\n\n useRender(() => (\n <props.tag\n ref={ resizeRef }\n class={[\n 'v-footer',\n themeClasses.value,\n backgroundColorClasses.value,\n borderClasses.value,\n elevationClasses.value,\n roundedClasses.value,\n props.class,\n ]}\n style={[\n backgroundColorStyles.value,\n props.app ? layoutItemStyles.value : {\n height: convertToUnit(props.height),\n },\n props.style,\n ]}\n v-slots={ slots }\n />\n ))\n\n return props.app ? layoutIsReady : {}\n },\n})\n\nexport type VFooter = InstanceType<typeof VFooter>\n"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"file":"VFooter.mjs","names":["makeBorderProps","useBorder","useBackgroundColor","makeComponentProps","makeElevationProps","useElevation","makeLayoutItemProps","useLayoutItem","useResizeObserver","makeRoundedProps","useRounded","makeTagProps","makeThemeProps","provideTheme","useToggleScope","computed","ref","shallowRef","toRef","watchEffect","convertToUnit","genericComponent","propsFactory","useRender","makeVFooterProps","app","Boolean","color","String","height","type","Number","default","tag","VFooter","name","props","setup","_ref","slots","layoutItemStyles","layoutIsReady","themeClasses","backgroundColorClasses","backgroundColorStyles","borderClasses","elevationClasses","roundedClasses","autoHeight","resizeRef","entries","length","value","target","clientHeight","parseInt","layout","id","order","position","layoutSize","elementSize","undefined","active","absolute","_createVNode","class","style"],"sources":["../../../src/components/VFooter/VFooter.tsx"],"sourcesContent":["// Styles\nimport './VFooter.sass'\n\n// Composables\nimport { makeBorderProps, useBorder } from '@/composables/border'\nimport { useBackgroundColor } from '@/composables/color'\nimport { makeComponentProps } from '@/composables/component'\nimport { makeElevationProps, useElevation } from '@/composables/elevation'\nimport { makeLayoutItemProps, useLayoutItem } from '@/composables/layout'\nimport { useResizeObserver } from '@/composables/resizeObserver'\nimport { makeRoundedProps, useRounded } from '@/composables/rounded'\nimport { makeTagProps } from '@/composables/tag'\nimport { makeThemeProps, provideTheme } from '@/composables/theme'\nimport { useToggleScope } from '@/composables/toggleScope'\n\n// Utilities\nimport { computed, ref, shallowRef, toRef, watchEffect } from 'vue'\nimport { convertToUnit, genericComponent, propsFactory, useRender } from '@/util'\n\nexport const makeVFooterProps = propsFactory({\n app: Boolean,\n color: String,\n height: {\n type: [Number, String],\n default: 'auto',\n },\n\n ...makeBorderProps(),\n ...makeComponentProps(),\n ...makeElevationProps(),\n ...makeLayoutItemProps(),\n ...makeRoundedProps(),\n ...makeTagProps({ tag: 'footer' }),\n ...makeThemeProps(),\n}, 'VFooter')\n\nexport const VFooter = genericComponent()({\n name: 'VFooter',\n\n props: makeVFooterProps(),\n\n setup (props, { slots }) {\n const layoutItemStyles = ref()\n const layoutIsReady = shallowRef()\n\n const { themeClasses } = provideTheme(props)\n const { backgroundColorClasses, backgroundColorStyles } = useBackgroundColor(toRef(props, 'color'))\n const { borderClasses } = useBorder(props)\n const { elevationClasses } = useElevation(props)\n const { roundedClasses } = useRounded(props)\n\n const autoHeight = shallowRef(32)\n const { resizeRef } = useResizeObserver(entries => {\n if (!entries.length) return\n autoHeight.value = entries[0].target.clientHeight\n })\n const height = computed(() => props.height === 'auto' ? autoHeight.value : parseInt(props.height, 10))\n\n useToggleScope(() => props.app, () => {\n const layout = useLayoutItem({\n id: props.name,\n order: computed(() => parseInt(props.order, 10)),\n position: computed(() => 'bottom'),\n layoutSize: height,\n elementSize: computed(() => props.height === 'auto' ? undefined : height.value),\n active: computed(() => props.app),\n absolute: toRef(props, 'absolute'),\n })\n\n watchEffect(() => {\n layoutItemStyles.value = layout.layoutItemStyles.value\n layoutIsReady.value = layout.layoutIsReady\n })\n })\n\n useRender(() => (\n <props.tag\n ref={ resizeRef }\n class={[\n 'v-footer',\n themeClasses.value,\n backgroundColorClasses.value,\n borderClasses.value,\n elevationClasses.value,\n roundedClasses.value,\n props.class,\n ]}\n style={[\n backgroundColorStyles.value,\n props.app ? layoutItemStyles.value : {\n height: convertToUnit(props.height),\n },\n props.style,\n ]}\n v-slots={ slots }\n />\n ))\n\n return props.app ? layoutIsReady.value : {}\n },\n})\n\nexport type VFooter = InstanceType<typeof VFooter>\n"],"mappings":"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","ignoreList":[]}
@@ -7,21 +7,21 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
7
7
 
8
8
  declare const VFooter: {
9
9
  new (...args: any[]): vue.CreateComponentPublicInstance<{
10
- style: vue.StyleValue;
10
+ absolute: boolean;
11
11
  height: string | number;
12
- tag: string;
13
12
  order: string | number;
14
- absolute: boolean;
15
- tile: boolean;
13
+ style: vue.StyleValue;
14
+ tag: string;
16
15
  app: boolean;
16
+ tile: boolean;
17
17
  } & {
18
- class?: any;
19
- theme?: string | undefined;
20
- color?: string | undefined;
21
18
  name?: string | undefined;
22
19
  border?: string | number | boolean | undefined;
23
- rounded?: string | number | boolean | undefined;
20
+ color?: string | undefined;
21
+ class?: any;
24
22
  elevation?: string | number | undefined;
23
+ theme?: string | undefined;
24
+ rounded?: string | number | boolean | undefined;
25
25
  } & {
26
26
  $children?: vue.VNodeChild | {
27
27
  default?: (() => vue.VNodeChild) | undefined;
@@ -31,22 +31,22 @@ declare const VFooter: {
31
31
  } | undefined;
32
32
  } & {
33
33
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
34
- }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
35
- style: vue.StyleValue;
34
+ }, any, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
35
+ absolute: boolean;
36
36
  height: string | number;
37
- tag: string;
38
37
  order: string | number;
39
- absolute: boolean;
40
- tile: boolean;
38
+ style: vue.StyleValue;
39
+ tag: string;
41
40
  app: boolean;
41
+ tile: boolean;
42
42
  } & {
43
- class?: any;
44
- theme?: string | undefined;
45
- color?: string | undefined;
46
43
  name?: string | undefined;
47
44
  border?: string | number | boolean | undefined;
48
- rounded?: string | number | boolean | undefined;
45
+ color?: string | undefined;
46
+ class?: any;
49
47
  elevation?: string | number | undefined;
48
+ theme?: string | undefined;
49
+ rounded?: string | number | boolean | undefined;
50
50
  } & {
51
51
  $children?: vue.VNodeChild | {
52
52
  default?: (() => vue.VNodeChild) | undefined;
@@ -57,14 +57,14 @@ declare const VFooter: {
57
57
  } & {
58
58
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
59
59
  }, {
60
- style: vue.StyleValue;
60
+ absolute: boolean;
61
61
  height: string | number;
62
- tag: string;
63
62
  order: string | number;
64
- absolute: boolean;
63
+ style: vue.StyleValue;
64
+ tag: string;
65
+ app: boolean;
65
66
  rounded: string | number | boolean;
66
67
  tile: boolean;
67
- app: boolean;
68
68
  }, true, {}, vue.SlotsType<Partial<{
69
69
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
70
70
  [key: string]: any;
@@ -77,21 +77,21 @@ declare const VFooter: {
77
77
  M: {};
78
78
  Defaults: {};
79
79
  }, {
80
- style: vue.StyleValue;
80
+ absolute: boolean;
81
81
  height: string | number;
82
- tag: string;
83
82
  order: string | number;
84
- absolute: boolean;
85
- tile: boolean;
83
+ style: vue.StyleValue;
84
+ tag: string;
86
85
  app: boolean;
86
+ tile: boolean;
87
87
  } & {
88
- class?: any;
89
- theme?: string | undefined;
90
- color?: string | undefined;
91
88
  name?: string | undefined;
92
89
  border?: string | number | boolean | undefined;
93
- rounded?: string | number | boolean | undefined;
90
+ color?: string | undefined;
91
+ class?: any;
94
92
  elevation?: string | number | undefined;
93
+ theme?: string | undefined;
94
+ rounded?: string | number | boolean | undefined;
95
95
  } & {
96
96
  $children?: vue.VNodeChild | {
97
97
  default?: (() => vue.VNodeChild) | undefined;
@@ -101,35 +101,35 @@ declare const VFooter: {
101
101
  } | undefined;
102
102
  } & {
103
103
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
104
- }, {}, {}, {}, {}, {
105
- style: vue.StyleValue;
104
+ }, any, {}, {}, {}, {
105
+ absolute: boolean;
106
106
  height: string | number;
107
- tag: string;
108
107
  order: string | number;
109
- absolute: boolean;
108
+ style: vue.StyleValue;
109
+ tag: string;
110
+ app: boolean;
110
111
  rounded: string | number | boolean;
111
112
  tile: boolean;
112
- app: boolean;
113
113
  }>;
114
114
  __isFragment?: undefined;
115
115
  __isTeleport?: undefined;
116
116
  __isSuspense?: undefined;
117
117
  } & vue.ComponentOptionsBase<{
118
- style: vue.StyleValue;
118
+ absolute: boolean;
119
119
  height: string | number;
120
- tag: string;
121
120
  order: string | number;
122
- absolute: boolean;
123
- tile: boolean;
121
+ style: vue.StyleValue;
122
+ tag: string;
124
123
  app: boolean;
124
+ tile: boolean;
125
125
  } & {
126
- class?: any;
127
- theme?: string | undefined;
128
- color?: string | undefined;
129
126
  name?: string | undefined;
130
127
  border?: string | number | boolean | undefined;
131
- rounded?: string | number | boolean | undefined;
128
+ color?: string | undefined;
129
+ class?: any;
132
130
  elevation?: string | number | undefined;
131
+ theme?: string | undefined;
132
+ rounded?: string | number | boolean | undefined;
133
133
  } & {
134
134
  $children?: vue.VNodeChild | {
135
135
  default?: (() => vue.VNodeChild) | undefined;
@@ -139,15 +139,15 @@ declare const VFooter: {
139
139
  } | undefined;
140
140
  } & {
141
141
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
142
- }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
143
- style: vue.StyleValue;
142
+ }, any, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
143
+ absolute: boolean;
144
144
  height: string | number;
145
- tag: string;
146
145
  order: string | number;
147
- absolute: boolean;
146
+ style: vue.StyleValue;
147
+ tag: string;
148
+ app: boolean;
148
149
  rounded: string | number | boolean;
149
150
  tile: boolean;
150
- app: boolean;
151
151
  }, {}, string, vue.SlotsType<Partial<{
152
152
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
153
153
  [key: string]: any;
@@ -157,12 +157,12 @@ declare const VFooter: {
157
157
  tag: Omit<{
158
158
  type: StringConstructor;
159
159
  default: string;
160
- }, "default" | "type"> & {
160
+ }, "type" | "default"> & {
161
161
  type: vue.PropType<string>;
162
162
  default: string;
163
163
  };
164
164
  rounded: {
165
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
165
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
166
166
  default: undefined;
167
167
  };
168
168
  tile: BooleanConstructor;
@@ -183,7 +183,7 @@ declare const VFooter: {
183
183
  type: vue.PropType<vue.StyleValue>;
184
184
  default: null;
185
185
  };
186
- border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
186
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
187
187
  app: BooleanConstructor;
188
188
  color: StringConstructor;
189
189
  height: {
@@ -195,12 +195,12 @@ declare const VFooter: {
195
195
  tag: Omit<{
196
196
  type: StringConstructor;
197
197
  default: string;
198
- }, "default" | "type"> & {
198
+ }, "type" | "default"> & {
199
199
  type: vue.PropType<string>;
200
200
  default: string;
201
201
  };
202
202
  rounded: {
203
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
203
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
204
204
  default: undefined;
205
205
  };
206
206
  tile: BooleanConstructor;
@@ -221,7 +221,7 @@ declare const VFooter: {
221
221
  type: vue.PropType<vue.StyleValue>;
222
222
  default: null;
223
223
  };
224
- border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
224
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
225
225
  app: BooleanConstructor;
226
226
  color: StringConstructor;
227
227
  height: {
@@ -22,7 +22,7 @@ declare const VForm: {
22
22
  disabled: boolean;
23
23
  readonly: boolean;
24
24
  modelValue: boolean | null;
25
- validateOn: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
25
+ validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
26
26
  fastFail: boolean;
27
27
  } & {
28
28
  class?: any;
@@ -191,7 +191,7 @@ declare const VForm: {
191
191
  disabled: boolean;
192
192
  readonly: boolean;
193
193
  modelValue: boolean | null;
194
- validateOn: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
194
+ validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
195
195
  fastFail: boolean;
196
196
  } & {
197
197
  class?: any;
@@ -328,7 +328,7 @@ declare const VForm: {
328
328
  disabled: boolean;
329
329
  readonly: boolean;
330
330
  modelValue: boolean | null;
331
- validateOn: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
331
+ validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
332
332
  fastFail: boolean;
333
333
  }, true, {}, vue.SlotsType<Partial<{
334
334
  default: (arg: {
@@ -375,7 +375,7 @@ declare const VForm: {
375
375
  disabled: boolean;
376
376
  readonly: boolean;
377
377
  modelValue: boolean | null;
378
- validateOn: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
378
+ validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
379
379
  fastFail: boolean;
380
380
  } & {
381
381
  class?: any;
@@ -541,7 +541,7 @@ declare const VForm: {
541
541
  disabled: boolean;
542
542
  readonly: boolean;
543
543
  modelValue: boolean | null;
544
- validateOn: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
544
+ validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
545
545
  fastFail: boolean;
546
546
  }>;
547
547
  __isFragment?: undefined;
@@ -552,7 +552,7 @@ declare const VForm: {
552
552
  disabled: boolean;
553
553
  readonly: boolean;
554
554
  modelValue: boolean | null;
555
- validateOn: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
555
+ validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
556
556
  fastFail: boolean;
557
557
  } & {
558
558
  class?: any;
@@ -721,7 +721,7 @@ declare const VForm: {
721
721
  disabled: boolean;
722
722
  readonly: boolean;
723
723
  modelValue: boolean | null;
724
- validateOn: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
724
+ validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
725
725
  fastFail: boolean;
726
726
  }, {}, string, vue.SlotsType<Partial<{
727
727
  default: (arg: {
@@ -765,7 +765,7 @@ declare const VForm: {
765
765
  default: null;
766
766
  };
767
767
  validateOn: {
768
- type: vue.PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
768
+ type: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
769
769
  default: string;
770
770
  };
771
771
  class: vue.PropType<any>;
@@ -782,7 +782,7 @@ declare const VForm: {
782
782
  default: null;
783
783
  };
784
784
  validateOn: {
785
- type: vue.PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
785
+ type: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
786
786
  default: string;
787
787
  };
788
788
  class: vue.PropType<any>;
@@ -19,7 +19,7 @@
19
19
  //
20
20
  // Rows contain and clear the floats of your columns.
21
21
  .v-row
22
- +make-row
22
+ @include make-row
23
23
 
24
24
  & + .v-row
25
25
  margin-top: settings.$grid-gutter * .5
@@ -12,7 +12,7 @@
12
12
  // For each breakpoint, define the maximum width of the container in a media query
13
13
  @mixin make-container-max-widths($max-widths: settings.$container-max-widths, $breakpoints: settings.$grid-breakpoints)
14
14
  @each $breakpoint, $container-max-width in $max-widths
15
- +tools.media-breakpoint-up($breakpoint, $breakpoints)
15
+ @include tools.media-breakpoint-up($breakpoint, $breakpoints)
16
16
  max-width: $container-max-width
17
17
 
18
18
  @mixin make-row($gutter: settings.$grid-gutter)
@@ -53,7 +53,7 @@
53
53
  .v-col#{$infix},
54
54
  .v-col#{$infix}-auto
55
55
  @extend %grid-column
56
- +tools.media-breakpoint-up($breakpoint, $breakpoints)
56
+ @include tools.media-breakpoint-up($breakpoint, $breakpoints)
57
57
  // Provide basic `.col-{bp}` classes for equal-width flexbox columns
58
58
  .v-col#{$infix}
59
59
  flex-basis: 0
@@ -65,10 +65,10 @@
65
65
  max-width: 100% // Reset earlier grid tiers
66
66
  @for $i from 1 through $columns
67
67
  .v-col#{$infix}-#{$i}
68
- +make-col($i, $columns)
68
+ @include make-col($i, $columns)
69
69
  // `$columns - 1` because offsetting by the width of an entire row isn't possible
70
70
  @for $i from 0 through $columns - 1
71
71
  @if not ($infix == "" and $i == 0)
72
72
  // Avoid emitting useless .offset-0
73
73
  .offset#{$infix}-#{$i}
74
- +make-col-offset($i, $columns)
74
+ @include make-col-offset($i, $columns)