@vuetify/v0 0.0.9 → 0.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/index.js +1497 -466
- package/dist/components/index.d.mts +4 -0
- package/dist/components/index.mjs +7 -0
- package/dist/components-DFGu8N2g.mjs +947 -0
- package/dist/composables/index.d.mts +4 -0
- package/dist/composables/{index.js → index.mjs} +3 -3
- package/dist/{composables-DTW0WfTC.js → composables-TCjvMHyU.mjs} +590 -162
- package/dist/constants/{index.d.ts → index.d.mts} +1 -1
- package/dist/constants/{index.js → index.mjs} +3 -3
- package/dist/{globals-Cfd1Dr_o.js → globals-y0mJ6Eg7.mjs} +2 -2
- package/dist/{index-DWx3x9vE.d.ts → index-CQjOW_w5.d.mts} +101 -846
- package/dist/{index-DIX3zaZG.d.ts → index-CSdGoUCI.d.mts} +3 -2
- package/dist/index-CUnI4hGb.d.mts +815 -0
- package/dist/index-D-EP6KrS.d.mts +812 -0
- package/dist/index.d.mts +7 -0
- package/dist/index.mjs +8 -0
- package/dist/types/{index.d.ts → index.d.mts} +1 -1
- package/dist/utilities/index.d.mts +3 -0
- package/dist/utilities/index.mjs +3 -0
- package/dist/{utilities-rsKHgU2m.js → utilities-C26nB74O.mjs} +5 -1
- package/package.json +5 -5
- package/dist/components/index.d.ts +0 -4
- package/dist/components/index.js +0 -7
- package/dist/components-BfI4Pf1x.js +0 -350
- package/dist/composables/index.d.ts +0 -3
- package/dist/index-TlH7dtTg.d.ts +0 -241
- package/dist/index.d.ts +0 -6
- package/dist/index.js +0 -8
- package/dist/utilities/index.d.ts +0 -3
- package/dist/utilities/index.js +0 -3
- /package/dist/{constants-De5c3_aB.js → constants-Xfszzyok.mjs} +0 -0
- /package/dist/{htmlElements-lF7PGahL.js → htmlElements-BYo-fMlZ.mjs} +0 -0
- /package/dist/{index-BKc0YiL1.d.ts → index-8AIxAM2d.d.mts} +0 -0
- /package/dist/{index-C_lAPFXS.d.ts → index-DY7-T630.d.mts} +0 -0
- /package/dist/types/{index.js → index.mjs} +0 -0
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import "../index-DY7-T630.mjs";
|
|
2
|
+
import { A as AtomSlots, C as AvatarContext, D as AvatarFallbackProps, E as AvatarImageProps, O as AtomExpose, S as Avatar, T as AvatarImageEmits, _ as ExpansionPanelActivatorSlotProps, a as PopoverContentEmits, b as ExpansionPanelRootProps, c as PopoverContext, d as usePopoverContext, f as Group, g as ExpansionPanelActivatorProps, h as ExpansionPanelContentSlotProps, i as Popover, j as _default, k as AtomProps, l as PopoverRootProps, m as ExpansionPanelContentProps, n as Single, o as PopoverContentProps, p as ExpansionPanel, r as Selection, s as PopoverAnchorProps, t as Step, u as providePopoverContext, v as ExpansionPanelItemContext, w as AvatarRootProps, x as ExpansionPanelRootSlotProps, y as ExpansionPanelItemProps } from "../index-CUnI4hGb.mjs";
|
|
3
|
+
import "../index-D-EP6KrS.mjs";
|
|
4
|
+
export { _default as Atom, AtomExpose, AtomProps, AtomSlots, Avatar, AvatarContext, AvatarFallbackProps, AvatarImageEmits, AvatarImageProps, AvatarRootProps, ExpansionPanel, ExpansionPanelActivatorProps, ExpansionPanelActivatorSlotProps, ExpansionPanelContentProps, ExpansionPanelContentSlotProps, ExpansionPanelItemContext, ExpansionPanelItemProps, ExpansionPanelRootProps, ExpansionPanelRootSlotProps, Group, Popover, PopoverAnchorProps, PopoverContentEmits, PopoverContentProps, PopoverContext, PopoverRootProps, Selection, Single, Step, providePopoverContext, usePopoverContext };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import "../htmlElements-BYo-fMlZ.mjs";
|
|
2
|
+
import "../utilities-C26nB74O.mjs";
|
|
3
|
+
import { a as providePopoverContext, c as ExpansionPanel, i as Popover, l as Avatar, n as Single, o as usePopoverContext, r as Selection, s as Group, t as Step, u as Atom_default } from "../components-DFGu8N2g.mjs";
|
|
4
|
+
import "../composables-TCjvMHyU.mjs";
|
|
5
|
+
import "../globals-y0mJ6Eg7.mjs";
|
|
6
|
+
|
|
7
|
+
export { Atom_default as Atom, Avatar, ExpansionPanel, Group, Popover, Selection, Single, Step, providePopoverContext, usePopoverContext };
|