@vonage/vivid-vue 3.2.2 → 3.3.0
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/generated/components/VAccordion.d.ts +9 -44
- package/dist/generated/components/VAccordion.vue2.d.ts +45 -0
- package/dist/generated/components/VAccordion.vue3.d.ts +53 -0
- package/dist/generated/components/VAccordionItem.d.ts +9 -151
- package/dist/generated/components/VAccordionItem.vue2.d.ts +152 -0
- package/dist/generated/components/VAccordionItem.vue3.d.ts +160 -0
- package/dist/generated/components/VActionGroup.d.ts +9 -90
- package/dist/generated/components/VActionGroup.vue2.d.ts +91 -0
- package/dist/generated/components/VActionGroup.vue3.d.ts +98 -0
- package/dist/generated/components/VAvatar.d.ts +9 -116
- package/dist/generated/components/VAvatar.vue2.d.ts +117 -0
- package/dist/generated/components/VAvatar.vue3.d.ts +124 -0
- package/dist/generated/components/VBadge.d.ts +9 -119
- package/dist/generated/components/VBadge.vue2.d.ts +120 -0
- package/dist/generated/components/VBadge.vue3.d.ts +127 -0
- package/dist/generated/components/VBanner.d.ts +9 -107
- package/dist/generated/components/VBanner.vue2.d.ts +108 -0
- package/dist/generated/components/VBanner.vue3.d.ts +115 -0
- package/dist/generated/components/VBreadcrumb.d.ts +9 -27
- package/dist/generated/components/VBreadcrumb.vue2.d.ts +28 -0
- package/dist/generated/components/VBreadcrumb.vue3.d.ts +35 -0
- package/dist/generated/components/VBreadcrumbItem.d.ts +9 -156
- package/dist/generated/components/VBreadcrumbItem.vue2.d.ts +157 -0
- package/dist/generated/components/VBreadcrumbItem.vue3.d.ts +164 -0
- package/dist/generated/components/VButton.d.ts +9 -369
- package/dist/generated/components/VButton.vue2.d.ts +370 -0
- package/dist/generated/components/VButton.vue3.d.ts +377 -0
- package/dist/generated/components/VCalendar.d.ts +9 -109
- package/dist/generated/components/VCalendar.vue2.d.ts +110 -0
- package/dist/generated/components/VCalendar.vue3.d.ts +117 -0
- package/dist/generated/components/VCalendarEvent.d.ts +9 -132
- package/dist/generated/components/VCalendarEvent.vue2.d.ts +133 -0
- package/dist/generated/components/VCalendarEvent.vue3.d.ts +140 -0
- package/dist/generated/components/VCard.d.ts +9 -110
- package/dist/generated/components/VCard.vue2.d.ts +111 -0
- package/dist/generated/components/VCard.vue3.d.ts +118 -0
- package/dist/generated/components/VCheckbox.d.ts +9 -180
- package/dist/generated/components/VCheckbox.vue2.d.ts +181 -0
- package/dist/generated/components/VCheckbox.vue3.d.ts +189 -0
- package/dist/generated/components/VCombobox.d.ts +9 -223
- package/dist/generated/components/VCombobox.vue2.d.ts +224 -0
- package/dist/generated/components/VCombobox.vue3.d.ts +232 -0
- package/dist/generated/components/VDataGrid.d.ts +9 -36
- package/dist/generated/components/VDataGrid.vue2.d.ts +37 -0
- package/dist/generated/components/VDataGrid.vue3.d.ts +44 -0
- package/dist/generated/components/VDialog.d.ts +9 -122
- package/dist/generated/components/VDialog.vue2.d.ts +123 -0
- package/dist/generated/components/VDialog.vue3.d.ts +131 -0
- package/dist/generated/components/VDivider.d.ts +9 -57
- package/dist/generated/components/VDivider.vue2.d.ts +58 -0
- package/dist/generated/components/VDivider.vue3.d.ts +65 -0
- package/dist/generated/components/VFab.d.ts +9 -309
- package/dist/generated/components/VFab.vue2.d.ts +310 -0
- package/dist/generated/components/VFab.vue3.d.ts +317 -0
- package/dist/generated/components/VHeader.d.ts +9 -57
- package/dist/generated/components/VHeader.vue2.d.ts +58 -0
- package/dist/generated/components/VHeader.vue3.d.ts +65 -0
- package/dist/generated/components/VIcon.d.ts +9 -65
- package/dist/generated/components/VIcon.vue2.d.ts +66 -0
- package/dist/generated/components/VIcon.vue3.d.ts +73 -0
- package/dist/generated/components/VLayout.d.ts +9 -87
- package/dist/generated/components/VLayout.vue2.d.ts +103 -0
- package/dist/generated/components/VLayout.vue3.d.ts +110 -0
- package/dist/generated/components/VMenu.d.ts +9 -72
- package/dist/generated/components/VMenu.vue2.d.ts +73 -0
- package/dist/generated/components/VMenu.vue3.d.ts +80 -0
- package/dist/generated/components/VMenuItem.d.ts +9 -134
- package/dist/generated/components/VMenuItem.vue2.d.ts +135 -0
- package/dist/generated/components/VMenuItem.vue3.d.ts +144 -0
- package/dist/generated/components/VNav.d.ts +9 -28
- package/dist/generated/components/VNav.vue2.d.ts +29 -0
- package/dist/generated/components/VNav.vue3.d.ts +36 -0
- package/dist/generated/components/VNavDisclosure.d.ts +9 -69
- package/dist/generated/components/VNavDisclosure.vue2.d.ts +70 -0
- package/dist/generated/components/VNavDisclosure.vue3.d.ts +77 -0
- package/dist/generated/components/VNavItem.d.ts +9 -180
- package/dist/generated/components/VNavItem.vue2.d.ts +181 -0
- package/dist/generated/components/VNavItem.vue3.d.ts +188 -0
- package/dist/generated/components/VNote.d.ts +9 -68
- package/dist/generated/components/VNote.vue2.d.ts +69 -0
- package/dist/generated/components/VNote.vue3.d.ts +76 -0
- package/dist/generated/components/VNumberField.d.ts +9 -381
- package/dist/generated/components/VNumberField.vue2.d.ts +382 -0
- package/dist/generated/components/VNumberField.vue3.d.ts +390 -0
- package/dist/generated/components/VOption.d.ts +9 -124
- package/dist/generated/components/VOption.vue2.d.ts +125 -0
- package/dist/generated/components/VOption.vue3.d.ts +132 -0
- package/dist/generated/components/VPopup.d.ts +9 -132
- package/dist/generated/components/VPopup.vue2.d.ts +133 -0
- package/dist/generated/components/VPopup.vue3.d.ts +140 -0
- package/dist/generated/components/VProgress.d.ts +9 -114
- package/dist/generated/components/VProgress.vue2.d.ts +115 -0
- package/dist/generated/components/VProgress.vue3.d.ts +122 -0
- package/dist/generated/components/VProgressRing.d.ts +9 -105
- package/dist/generated/components/VProgressRing.vue2.d.ts +106 -0
- package/dist/generated/components/VProgressRing.vue3.d.ts +113 -0
- package/dist/generated/components/VRadio.d.ts +9 -180
- package/dist/generated/components/VRadio.vue2.d.ts +181 -0
- package/dist/generated/components/VRadio.vue3.d.ts +189 -0
- package/dist/generated/components/VRadioGroup.d.ts +9 -119
- package/dist/generated/components/VRadioGroup.vue2.d.ts +120 -0
- package/dist/generated/components/VRadioGroup.vue3.d.ts +128 -0
- package/dist/generated/components/VSelect.d.ts +9 -237
- package/dist/generated/components/VSelect.vue2.d.ts +238 -0
- package/dist/generated/components/VSelect.vue3.d.ts +246 -0
- package/dist/generated/components/VSideDrawer.d.ts +9 -87
- package/dist/generated/components/VSideDrawer.vue2.d.ts +88 -0
- package/dist/generated/components/VSideDrawer.vue3.d.ts +95 -0
- package/dist/generated/components/VSlider.d.ts +9 -217
- package/dist/generated/components/VSlider.vue2.d.ts +218 -0
- package/dist/generated/components/VSlider.vue3.d.ts +226 -0
- package/dist/generated/components/VSwitch.d.ts +9 -51
- package/dist/generated/components/VSwitch.vue2.d.ts +52 -0
- package/dist/generated/components/VSwitch.vue3.d.ts +59 -0
- package/dist/generated/components/VTab.d.ts +9 -107
- package/dist/generated/components/VTab.vue2.d.ts +108 -0
- package/dist/generated/components/VTab.vue3.d.ts +115 -0
- package/dist/generated/components/VTabPanel.d.ts +9 -27
- package/dist/generated/components/VTabPanel.vue2.d.ts +28 -0
- package/dist/generated/components/VTabPanel.vue3.d.ts +35 -0
- package/dist/generated/components/VTabs.d.ts +9 -72
- package/dist/generated/components/VTabs.vue2.d.ts +73 -0
- package/dist/generated/components/VTabs.vue3.d.ts +81 -0
- package/dist/generated/components/VTag.d.ts +9 -164
- package/dist/generated/components/VTag.vue2.d.ts +165 -0
- package/dist/generated/components/VTag.vue3.d.ts +172 -0
- package/dist/generated/components/VTagGroup.d.ts +9 -27
- package/dist/generated/components/VTagGroup.vue2.d.ts +28 -0
- package/dist/generated/components/VTagGroup.vue3.d.ts +35 -0
- package/dist/generated/components/VTextArea.d.ts +9 -96
- package/dist/generated/components/VTextArea.vue2.d.ts +28 -0
- package/dist/generated/components/VTextArea.vue3.d.ts +35 -0
- package/dist/generated/components/VTextField.d.ts +9 -381
- package/dist/generated/components/VTextField.vue2.d.ts +382 -0
- package/dist/generated/components/VTextField.vue3.d.ts +390 -0
- package/dist/generated/components/VTooltip.d.ts +9 -149
- package/dist/generated/components/VTooltip.vue2.d.ts +72 -0
- package/dist/generated/components/VTooltip.vue3.d.ts +79 -0
- package/dist/generated/components/VTreeItem.d.ts +9 -104
- package/dist/generated/components/VTreeItem.vue2.d.ts +105 -0
- package/dist/generated/components/VTreeItem.vue3.d.ts +114 -0
- package/dist/generated/components/VTreeView.d.ts +9 -44
- package/dist/generated/components/VTreeView.vue2.d.ts +45 -0
- package/dist/generated/components/VTreeView.vue3.d.ts +52 -0
- package/dist/index.es.js +114 -132
- package/dist/index.umd.js +1 -1
- package/dist/web-types.json +15 -94
- package/package.json +6 -3
package/dist/index.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ref as r, version as m, onBeforeMount as v, defineComponent as d, h as n } from "vue";
|
|
2
|
-
import { registerAccordion as y, registerAccordionItem as f, registerActionGroup as $, registerAvatar as k, registerBadge as g, registerBanner as b, registerBreadcrumb as C, registerBreadcrumbItem as
|
|
2
|
+
import { registerAccordion as y, registerAccordionItem as f, registerActionGroup as $, registerAvatar as k, registerBadge as g, registerBanner as b, registerBreadcrumb as C, registerBreadcrumbItem as S, registerButton as w, registerCalendar as x, registerCalendarEvent as V, registerCard as N, registerCheckbox as B, registerCombobox as T, registerDataGrid as K, registerDialog as I, registerDivider as q, registerFab as z, registerHeader as F, registerIcon as P, registerLayout as L, registerMenu as D, registerMenuItem as M, registerNav as A, registerNavDisclosure as O, registerNavItem as G, registerNote as E, registerNumberField as H, registerOption as R, registerPopup as W, registerProgress as j, registerProgressRing as U, registerRadio as J, registerRadioGroup as Q, registerSelect as X, registerSideDrawer as Y, registerSlider as Z, registerSwitch as _, registerTab as tt, registerTabs as et, registerTabPanel as it, registerTextArea as ot, registerTextField as st, registerTooltip as nt, registerTreeItem as at, registerTreeView as rt, registerTag as dt, registerTagGroup as lt } from "@vonage/vivid";
|
|
3
3
|
const p = r("vvd3");
|
|
4
4
|
function mt(t) {
|
|
5
5
|
p.value = t;
|
|
@@ -12,6 +12,7 @@ function l(t, o) {
|
|
|
12
12
|
}), s;
|
|
13
13
|
}
|
|
14
14
|
const vt = d({
|
|
15
|
+
name: "VAccordion",
|
|
15
16
|
props: {
|
|
16
17
|
/**
|
|
17
18
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -115,6 +116,7 @@ const vt = d({
|
|
|
115
116
|
);
|
|
116
117
|
}
|
|
117
118
|
}), yt = d({
|
|
119
|
+
name: "VAccordionItem",
|
|
118
120
|
props: {
|
|
119
121
|
/**
|
|
120
122
|
* A decorative icon the custom element should have.
|
|
@@ -259,6 +261,7 @@ const vt = d({
|
|
|
259
261
|
);
|
|
260
262
|
}
|
|
261
263
|
}), ft = d({
|
|
264
|
+
name: "VActionGroup",
|
|
262
265
|
props: {
|
|
263
266
|
/**
|
|
264
267
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -382,6 +385,7 @@ function h(t, o) {
|
|
|
382
385
|
return o ? a ? ht(t, o) : ut(t, o()) : null;
|
|
383
386
|
}
|
|
384
387
|
const $t = d({
|
|
388
|
+
name: "VAvatar",
|
|
385
389
|
props: {
|
|
386
390
|
/**
|
|
387
391
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -509,6 +513,7 @@ const $t = d({
|
|
|
509
513
|
);
|
|
510
514
|
}
|
|
511
515
|
}), kt = d({
|
|
516
|
+
name: "VBadge",
|
|
512
517
|
props: {
|
|
513
518
|
/**
|
|
514
519
|
* A decorative icon the custom element should have.
|
|
@@ -633,6 +638,7 @@ const $t = d({
|
|
|
633
638
|
);
|
|
634
639
|
}
|
|
635
640
|
}), gt = d({
|
|
641
|
+
name: "VBanner",
|
|
636
642
|
props: {
|
|
637
643
|
/**
|
|
638
644
|
* A decorative icon the custom element should have.
|
|
@@ -759,6 +765,7 @@ const $t = d({
|
|
|
759
765
|
);
|
|
760
766
|
}
|
|
761
767
|
}), bt = d({
|
|
768
|
+
name: "VBreadcrumb",
|
|
762
769
|
props: {
|
|
763
770
|
/**
|
|
764
771
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -841,6 +848,7 @@ const $t = d({
|
|
|
841
848
|
);
|
|
842
849
|
}
|
|
843
850
|
}), Ct = d({
|
|
851
|
+
name: "VBreadcrumbItem",
|
|
844
852
|
props: {
|
|
845
853
|
/**
|
|
846
854
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -916,7 +924,7 @@ const $t = d({
|
|
|
916
924
|
"input"
|
|
917
925
|
],
|
|
918
926
|
setup(t, o) {
|
|
919
|
-
const s = l("breadcrumb-item",
|
|
927
|
+
const s = l("breadcrumb-item", S), e = r(null);
|
|
920
928
|
return o.expose({}), { componentName: s, element: e };
|
|
921
929
|
},
|
|
922
930
|
render() {
|
|
@@ -972,7 +980,8 @@ const $t = d({
|
|
|
972
980
|
[]
|
|
973
981
|
);
|
|
974
982
|
}
|
|
975
|
-
}),
|
|
983
|
+
}), St = d({
|
|
984
|
+
name: "VButton",
|
|
976
985
|
props: {
|
|
977
986
|
/**
|
|
978
987
|
* A decorative icon the custom element should have.
|
|
@@ -1112,7 +1121,7 @@ const $t = d({
|
|
|
1112
1121
|
"input"
|
|
1113
1122
|
],
|
|
1114
1123
|
setup(t, o) {
|
|
1115
|
-
const s = l("button",
|
|
1124
|
+
const s = l("button", w), e = r(null);
|
|
1116
1125
|
return o.expose({
|
|
1117
1126
|
/**
|
|
1118
1127
|
* {@inheritDoc (FormAssociated:interface).validate}
|
|
@@ -1202,7 +1211,8 @@ const $t = d({
|
|
|
1202
1211
|
[]
|
|
1203
1212
|
);
|
|
1204
1213
|
}
|
|
1205
|
-
}),
|
|
1214
|
+
}), wt = d({
|
|
1215
|
+
name: "VCalendar",
|
|
1206
1216
|
props: {
|
|
1207
1217
|
/**
|
|
1208
1218
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -1359,6 +1369,7 @@ const $t = d({
|
|
|
1359
1369
|
);
|
|
1360
1370
|
}
|
|
1361
1371
|
}), xt = d({
|
|
1372
|
+
name: "VCalendarEvent",
|
|
1362
1373
|
props: {
|
|
1363
1374
|
/**
|
|
1364
1375
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -1432,7 +1443,7 @@ const $t = d({
|
|
|
1432
1443
|
"input"
|
|
1433
1444
|
],
|
|
1434
1445
|
setup(t, o) {
|
|
1435
|
-
const s = l("calendar-event",
|
|
1446
|
+
const s = l("calendar-event", V), e = r(null);
|
|
1436
1447
|
return o.expose({}), { componentName: s, element: e };
|
|
1437
1448
|
},
|
|
1438
1449
|
render() {
|
|
@@ -1484,7 +1495,8 @@ const $t = d({
|
|
|
1484
1495
|
[]
|
|
1485
1496
|
);
|
|
1486
1497
|
}
|
|
1487
|
-
}),
|
|
1498
|
+
}), Vt = d({
|
|
1499
|
+
name: "VCard",
|
|
1488
1500
|
props: {
|
|
1489
1501
|
/**
|
|
1490
1502
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -1554,7 +1566,7 @@ const $t = d({
|
|
|
1554
1566
|
"input"
|
|
1555
1567
|
],
|
|
1556
1568
|
setup(t, o) {
|
|
1557
|
-
const s = l("card",
|
|
1569
|
+
const s = l("card", N), e = r(null);
|
|
1558
1570
|
return o.expose({}), { componentName: s, element: e };
|
|
1559
1571
|
},
|
|
1560
1572
|
render() {
|
|
@@ -1624,7 +1636,8 @@ const $t = d({
|
|
|
1624
1636
|
]
|
|
1625
1637
|
);
|
|
1626
1638
|
}
|
|
1627
|
-
}),
|
|
1639
|
+
}), Nt = d({
|
|
1640
|
+
name: "VCheckbox",
|
|
1628
1641
|
model: a ? {
|
|
1629
1642
|
prop: "modelValue",
|
|
1630
1643
|
event: "update:modelValue"
|
|
@@ -1721,7 +1734,7 @@ const $t = d({
|
|
|
1721
1734
|
"update:modelValue"
|
|
1722
1735
|
],
|
|
1723
1736
|
setup(t, o) {
|
|
1724
|
-
const s = l("checkbox",
|
|
1737
|
+
const s = l("checkbox", B), e = r(null);
|
|
1725
1738
|
return o.expose({}), { componentName: s, element: e };
|
|
1726
1739
|
},
|
|
1727
1740
|
render() {
|
|
@@ -1779,7 +1792,8 @@ const $t = d({
|
|
|
1779
1792
|
[]
|
|
1780
1793
|
);
|
|
1781
1794
|
}
|
|
1782
|
-
}),
|
|
1795
|
+
}), Bt = d({
|
|
1796
|
+
name: "VCombobox",
|
|
1783
1797
|
model: a ? {
|
|
1784
1798
|
prop: "modelValue",
|
|
1785
1799
|
event: "update:modelValue"
|
|
@@ -1994,6 +2008,7 @@ const $t = d({
|
|
|
1994
2008
|
);
|
|
1995
2009
|
}
|
|
1996
2010
|
}), Tt = d({
|
|
2011
|
+
name: "VDataGrid",
|
|
1997
2012
|
props: {
|
|
1998
2013
|
/**
|
|
1999
2014
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -2081,6 +2096,7 @@ const $t = d({
|
|
|
2081
2096
|
);
|
|
2082
2097
|
}
|
|
2083
2098
|
}), Kt = d({
|
|
2099
|
+
name: "VDialog",
|
|
2084
2100
|
props: {
|
|
2085
2101
|
/**
|
|
2086
2102
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -2241,6 +2257,7 @@ const $t = d({
|
|
|
2241
2257
|
);
|
|
2242
2258
|
}
|
|
2243
2259
|
}), It = d({
|
|
2260
|
+
name: "VDivider",
|
|
2244
2261
|
props: {
|
|
2245
2262
|
/**
|
|
2246
2263
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -2334,6 +2351,7 @@ const $t = d({
|
|
|
2334
2351
|
);
|
|
2335
2352
|
}
|
|
2336
2353
|
}), qt = d({
|
|
2354
|
+
name: "VFab",
|
|
2337
2355
|
props: {
|
|
2338
2356
|
/**
|
|
2339
2357
|
* A decorative icon the custom element should have.
|
|
@@ -2540,6 +2558,7 @@ const $t = d({
|
|
|
2540
2558
|
);
|
|
2541
2559
|
}
|
|
2542
2560
|
}), zt = d({
|
|
2561
|
+
name: "VHeader",
|
|
2543
2562
|
props: {
|
|
2544
2563
|
/**
|
|
2545
2564
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -2646,6 +2665,7 @@ const $t = d({
|
|
|
2646
2665
|
);
|
|
2647
2666
|
}
|
|
2648
2667
|
}), Ft = d({
|
|
2668
|
+
name: "VIcon",
|
|
2649
2669
|
props: {
|
|
2650
2670
|
/**
|
|
2651
2671
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -2704,7 +2724,7 @@ const $t = d({
|
|
|
2704
2724
|
"input"
|
|
2705
2725
|
],
|
|
2706
2726
|
setup(t, o) {
|
|
2707
|
-
const s = l("icon",
|
|
2727
|
+
const s = l("icon", P), e = r(null);
|
|
2708
2728
|
return o.expose({
|
|
2709
2729
|
nameChanged() {
|
|
2710
2730
|
var i;
|
|
@@ -2756,7 +2776,8 @@ const $t = d({
|
|
|
2756
2776
|
]
|
|
2757
2777
|
);
|
|
2758
2778
|
}
|
|
2759
|
-
}),
|
|
2779
|
+
}), Pt = d({
|
|
2780
|
+
name: "VLayout",
|
|
2760
2781
|
props: {
|
|
2761
2782
|
/**
|
|
2762
2783
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -2777,6 +2798,10 @@ const $t = d({
|
|
|
2777
2798
|
* sets the initial preferred spacing of a column from predefined available options
|
|
2778
2799
|
*/
|
|
2779
2800
|
columnSpacing: { type: String, default: void 0 },
|
|
2801
|
+
/**
|
|
2802
|
+
* sets the initial preferred spacing of a row from predefined available options
|
|
2803
|
+
*/
|
|
2804
|
+
rowSpacing: { type: String, default: void 0 },
|
|
2780
2805
|
/**
|
|
2781
2806
|
* sets the initial preferred auto-sizing from predefined available options
|
|
2782
2807
|
*/
|
|
@@ -2815,7 +2840,7 @@ const $t = d({
|
|
|
2815
2840
|
"input"
|
|
2816
2841
|
],
|
|
2817
2842
|
setup(t, o) {
|
|
2818
|
-
const s = l("layout",
|
|
2843
|
+
const s = l("layout", L), e = r(null);
|
|
2819
2844
|
return o.expose({}), { componentName: s, element: e };
|
|
2820
2845
|
},
|
|
2821
2846
|
render() {
|
|
@@ -2828,6 +2853,7 @@ const $t = d({
|
|
|
2828
2853
|
...this.gutters !== void 0 ? { gutters: this.gutters } : {},
|
|
2829
2854
|
...this.columnBasis !== void 0 ? { "column-basis": this.columnBasis } : {},
|
|
2830
2855
|
...this.columnSpacing !== void 0 ? { "column-spacing": this.columnSpacing } : {},
|
|
2856
|
+
...this.rowSpacing !== void 0 ? { "row-spacing": this.rowSpacing } : {},
|
|
2831
2857
|
...this.autoSizing !== void 0 ? { "auto-sizing": this.autoSizing } : {}
|
|
2832
2858
|
},
|
|
2833
2859
|
class: "vvd-root",
|
|
@@ -2850,6 +2876,7 @@ const $t = d({
|
|
|
2850
2876
|
...this.gutters !== void 0 ? { gutters: this.gutters } : {},
|
|
2851
2877
|
...this.columnBasis !== void 0 ? { "column-basis": this.columnBasis } : {},
|
|
2852
2878
|
...this.columnSpacing !== void 0 ? { "column-spacing": this.columnSpacing } : {},
|
|
2879
|
+
...this.rowSpacing !== void 0 ? { "row-spacing": this.rowSpacing } : {},
|
|
2853
2880
|
...this.autoSizing !== void 0 ? { "auto-sizing": this.autoSizing } : {},
|
|
2854
2881
|
onClick: (t) => this.$emit("click", t),
|
|
2855
2882
|
onFocus: (t) => this.$emit("focus", t),
|
|
@@ -2864,7 +2891,8 @@ const $t = d({
|
|
|
2864
2891
|
]
|
|
2865
2892
|
);
|
|
2866
2893
|
}
|
|
2867
|
-
}),
|
|
2894
|
+
}), Lt = d({
|
|
2895
|
+
name: "VMenu",
|
|
2868
2896
|
props: {
|
|
2869
2897
|
/**
|
|
2870
2898
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -2989,6 +3017,7 @@ const $t = d({
|
|
|
2989
3017
|
);
|
|
2990
3018
|
}
|
|
2991
3019
|
}), Dt = d({
|
|
3020
|
+
name: "VMenuItem",
|
|
2992
3021
|
model: a ? {
|
|
2993
3022
|
prop: "modelValue",
|
|
2994
3023
|
event: "update:modelValue"
|
|
@@ -3134,6 +3163,7 @@ const $t = d({
|
|
|
3134
3163
|
);
|
|
3135
3164
|
}
|
|
3136
3165
|
}), Mt = d({
|
|
3166
|
+
name: "VNav",
|
|
3137
3167
|
props: {
|
|
3138
3168
|
/**
|
|
3139
3169
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -3176,7 +3206,7 @@ const $t = d({
|
|
|
3176
3206
|
"input"
|
|
3177
3207
|
],
|
|
3178
3208
|
setup(t, o) {
|
|
3179
|
-
const s = l("nav",
|
|
3209
|
+
const s = l("nav", A), e = r(null);
|
|
3180
3210
|
return o.expose({}), { componentName: s, element: e };
|
|
3181
3211
|
},
|
|
3182
3212
|
render() {
|
|
@@ -3215,7 +3245,8 @@ const $t = d({
|
|
|
3215
3245
|
]
|
|
3216
3246
|
);
|
|
3217
3247
|
}
|
|
3218
|
-
}),
|
|
3248
|
+
}), At = d({
|
|
3249
|
+
name: "VNavDisclosure",
|
|
3219
3250
|
props: {
|
|
3220
3251
|
/**
|
|
3221
3252
|
* A decorative icon the custom element should have.
|
|
@@ -3271,7 +3302,7 @@ const $t = d({
|
|
|
3271
3302
|
"input"
|
|
3272
3303
|
],
|
|
3273
3304
|
setup(t, o) {
|
|
3274
|
-
const s = l("nav-disclosure",
|
|
3305
|
+
const s = l("nav-disclosure", O), e = r(null);
|
|
3275
3306
|
return o.expose({}), { componentName: s, element: e };
|
|
3276
3307
|
},
|
|
3277
3308
|
render() {
|
|
@@ -3318,7 +3349,8 @@ const $t = d({
|
|
|
3318
3349
|
]
|
|
3319
3350
|
);
|
|
3320
3351
|
}
|
|
3321
|
-
}),
|
|
3352
|
+
}), Ot = d({
|
|
3353
|
+
name: "VNavItem",
|
|
3322
3354
|
props: {
|
|
3323
3355
|
/**
|
|
3324
3356
|
* A decorative icon the custom element should have.
|
|
@@ -3405,7 +3437,7 @@ const $t = d({
|
|
|
3405
3437
|
"input"
|
|
3406
3438
|
],
|
|
3407
3439
|
setup(t, o) {
|
|
3408
|
-
const s = l("nav-item",
|
|
3440
|
+
const s = l("nav-item", G), e = r(null);
|
|
3409
3441
|
return o.expose({}), { componentName: s, element: e };
|
|
3410
3442
|
},
|
|
3411
3443
|
render() {
|
|
@@ -3463,7 +3495,8 @@ const $t = d({
|
|
|
3463
3495
|
[]
|
|
3464
3496
|
);
|
|
3465
3497
|
}
|
|
3466
|
-
}),
|
|
3498
|
+
}), Gt = d({
|
|
3499
|
+
name: "VNote",
|
|
3467
3500
|
props: {
|
|
3468
3501
|
/**
|
|
3469
3502
|
* A decorative icon the custom element should have.
|
|
@@ -3522,7 +3555,7 @@ const $t = d({
|
|
|
3522
3555
|
"input"
|
|
3523
3556
|
],
|
|
3524
3557
|
setup(t, o) {
|
|
3525
|
-
const s = l("note",
|
|
3558
|
+
const s = l("note", E), e = r(null);
|
|
3526
3559
|
return o.expose({}), { componentName: s, element: e };
|
|
3527
3560
|
},
|
|
3528
3561
|
render() {
|
|
@@ -3569,7 +3602,8 @@ const $t = d({
|
|
|
3569
3602
|
]
|
|
3570
3603
|
);
|
|
3571
3604
|
}
|
|
3572
|
-
}),
|
|
3605
|
+
}), Et = d({
|
|
3606
|
+
name: "VNumberField",
|
|
3573
3607
|
model: a ? {
|
|
3574
3608
|
prop: "modelValue",
|
|
3575
3609
|
event: "update:modelValue"
|
|
@@ -3717,7 +3751,7 @@ const $t = d({
|
|
|
3717
3751
|
"change"
|
|
3718
3752
|
],
|
|
3719
3753
|
setup(t, o) {
|
|
3720
|
-
const s = l("number-field",
|
|
3754
|
+
const s = l("number-field", H), e = r(null);
|
|
3721
3755
|
return o.expose({
|
|
3722
3756
|
/**
|
|
3723
3757
|
* {@inheritDoc (FormAssociated:interface).validate}
|
|
@@ -3834,7 +3868,8 @@ const $t = d({
|
|
|
3834
3868
|
[]
|
|
3835
3869
|
);
|
|
3836
3870
|
}
|
|
3837
|
-
}),
|
|
3871
|
+
}), Ht = d({
|
|
3872
|
+
name: "VOption",
|
|
3838
3873
|
props: {
|
|
3839
3874
|
/**
|
|
3840
3875
|
* A decorative icon the custom element should have.
|
|
@@ -3969,6 +4004,7 @@ const $t = d({
|
|
|
3969
4004
|
);
|
|
3970
4005
|
}
|
|
3971
4006
|
}), Rt = d({
|
|
4007
|
+
name: "VPopup",
|
|
3972
4008
|
props: {
|
|
3973
4009
|
/**
|
|
3974
4010
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -4118,6 +4154,7 @@ const $t = d({
|
|
|
4118
4154
|
);
|
|
4119
4155
|
}
|
|
4120
4156
|
}), Wt = d({
|
|
4157
|
+
name: "VProgress",
|
|
4121
4158
|
props: {
|
|
4122
4159
|
/**
|
|
4123
4160
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -4232,6 +4269,7 @@ const $t = d({
|
|
|
4232
4269
|
);
|
|
4233
4270
|
}
|
|
4234
4271
|
}), jt = d({
|
|
4272
|
+
name: "VProgressRing",
|
|
4235
4273
|
props: {
|
|
4236
4274
|
/**
|
|
4237
4275
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -4343,6 +4381,7 @@ const $t = d({
|
|
|
4343
4381
|
);
|
|
4344
4382
|
}
|
|
4345
4383
|
}), Ut = d({
|
|
4384
|
+
name: "VRadio",
|
|
4346
4385
|
props: {
|
|
4347
4386
|
/**
|
|
4348
4387
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -4494,6 +4533,7 @@ const $t = d({
|
|
|
4494
4533
|
);
|
|
4495
4534
|
}
|
|
4496
4535
|
}), Jt = d({
|
|
4536
|
+
name: "VRadioGroup",
|
|
4497
4537
|
model: a ? {
|
|
4498
4538
|
prop: "modelValue",
|
|
4499
4539
|
event: "update:modelValue"
|
|
@@ -4629,6 +4669,7 @@ const $t = d({
|
|
|
4629
4669
|
);
|
|
4630
4670
|
}
|
|
4631
4671
|
}), Qt = d({
|
|
4672
|
+
name: "VSelect",
|
|
4632
4673
|
model: a ? {
|
|
4633
4674
|
prop: "modelValue",
|
|
4634
4675
|
event: "update:modelValue"
|
|
@@ -4840,6 +4881,7 @@ const $t = d({
|
|
|
4840
4881
|
);
|
|
4841
4882
|
}
|
|
4842
4883
|
}), Xt = d({
|
|
4884
|
+
name: "VSideDrawer",
|
|
4843
4885
|
props: {
|
|
4844
4886
|
/**
|
|
4845
4887
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -4954,6 +4996,7 @@ const $t = d({
|
|
|
4954
4996
|
);
|
|
4955
4997
|
}
|
|
4956
4998
|
}), Yt = d({
|
|
4999
|
+
name: "VSlider",
|
|
4957
5000
|
model: a ? {
|
|
4958
5001
|
prop: "modelValue",
|
|
4959
5002
|
event: "update:modelValue"
|
|
@@ -5145,6 +5188,7 @@ const $t = d({
|
|
|
5145
5188
|
);
|
|
5146
5189
|
}
|
|
5147
5190
|
}), Zt = d({
|
|
5191
|
+
name: "VSwitch",
|
|
5148
5192
|
props: {
|
|
5149
5193
|
/**
|
|
5150
5194
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -5235,6 +5279,7 @@ const $t = d({
|
|
|
5235
5279
|
);
|
|
5236
5280
|
}
|
|
5237
5281
|
}), _t = d({
|
|
5282
|
+
name: "VTab",
|
|
5238
5283
|
props: {
|
|
5239
5284
|
/**
|
|
5240
5285
|
* A decorative icon the custom element should have.
|
|
@@ -5350,6 +5395,7 @@ const $t = d({
|
|
|
5350
5395
|
);
|
|
5351
5396
|
}
|
|
5352
5397
|
}), te = d({
|
|
5398
|
+
name: "VTabs",
|
|
5353
5399
|
props: {
|
|
5354
5400
|
/**
|
|
5355
5401
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -5483,6 +5529,7 @@ const $t = d({
|
|
|
5483
5529
|
);
|
|
5484
5530
|
}
|
|
5485
5531
|
}), ee = d({
|
|
5532
|
+
name: "VTabPanel",
|
|
5486
5533
|
props: {
|
|
5487
5534
|
/**
|
|
5488
5535
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -5565,31 +5612,16 @@ const $t = d({
|
|
|
5565
5612
|
);
|
|
5566
5613
|
}
|
|
5567
5614
|
}), ie = d({
|
|
5615
|
+
name: "VTextArea",
|
|
5616
|
+
model: a ? {
|
|
5617
|
+
prop: "modelValue",
|
|
5618
|
+
event: "update:modelValue"
|
|
5619
|
+
} : void 0,
|
|
5568
5620
|
props: {
|
|
5569
5621
|
/**
|
|
5570
|
-
* The
|
|
5622
|
+
* The current value of the text-area.
|
|
5571
5623
|
*/
|
|
5572
|
-
|
|
5573
|
-
/**
|
|
5574
|
-
* The helper text for the form element.
|
|
5575
|
-
*/
|
|
5576
|
-
helperText: { type: String, default: void 0 },
|
|
5577
|
-
/**
|
|
5578
|
-
* Whether to show the character count.
|
|
5579
|
-
*/
|
|
5580
|
-
charCount: { type: Boolean, default: void 0 },
|
|
5581
|
-
/**
|
|
5582
|
-
* The label for the form element.
|
|
5583
|
-
*/
|
|
5584
|
-
label: { type: String, default: void 0 },
|
|
5585
|
-
/**
|
|
5586
|
-
* Indicates the element that represents the current item within a container or set of related elements.
|
|
5587
|
-
*/
|
|
5588
|
-
ariaCurrent: {
|
|
5589
|
-
type: String,
|
|
5590
|
-
default: void 0
|
|
5591
|
-
},
|
|
5592
|
-
wrap: { type: String, default: void 0 }
|
|
5624
|
+
modelValue: { type: String, default: void 0 }
|
|
5593
5625
|
},
|
|
5594
5626
|
emits: [
|
|
5595
5627
|
/**
|
|
@@ -5619,9 +5651,9 @@ const $t = d({
|
|
|
5619
5651
|
"keyup",
|
|
5620
5652
|
/**
|
|
5621
5653
|
* Fires when the value of an element has been changed.
|
|
5622
|
-
* @type {
|
|
5654
|
+
* @type {string}
|
|
5623
5655
|
*/
|
|
5624
|
-
"
|
|
5656
|
+
"update:modelValue"
|
|
5625
5657
|
],
|
|
5626
5658
|
setup(t, o) {
|
|
5627
5659
|
const s = l("text-area", ot), e = r(null);
|
|
@@ -5632,14 +5664,7 @@ const $t = d({
|
|
|
5632
5664
|
this.componentName,
|
|
5633
5665
|
{
|
|
5634
5666
|
ref: "element",
|
|
5635
|
-
attrs: {
|
|
5636
|
-
...this.successText !== void 0 ? { "success-text": this.successText } : {},
|
|
5637
|
-
...this.helperText !== void 0 ? { "helper-text": this.helperText } : {},
|
|
5638
|
-
...this.charCount !== void 0 ? { "char-count": this.charCount } : {},
|
|
5639
|
-
...this.label !== void 0 ? { label: this.label } : {},
|
|
5640
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
5641
|
-
...this.wrap !== void 0 ? { wrap: this.wrap } : {}
|
|
5642
|
-
},
|
|
5667
|
+
attrs: { ...this.modelValue !== void 0 ? { "current-value": this.modelValue } : {} },
|
|
5643
5668
|
class: "vvd-root",
|
|
5644
5669
|
on: {
|
|
5645
5670
|
click: (t) => this.$emit("click", t),
|
|
@@ -5647,7 +5672,7 @@ const $t = d({
|
|
|
5647
5672
|
blur: (t) => this.$emit("blur", t),
|
|
5648
5673
|
keydown: (t) => this.$emit("keydown", t),
|
|
5649
5674
|
keyup: (t) => this.$emit("keyup", t),
|
|
5650
|
-
input: (t) => this.$emit("
|
|
5675
|
+
input: (t) => this.$emit("update:modelValue", t.target.value)
|
|
5651
5676
|
}
|
|
5652
5677
|
},
|
|
5653
5678
|
[]
|
|
@@ -5656,23 +5681,19 @@ const $t = d({
|
|
|
5656
5681
|
{
|
|
5657
5682
|
ref: "element",
|
|
5658
5683
|
class: "vvd-root",
|
|
5659
|
-
...this.
|
|
5660
|
-
...this.helperText !== void 0 ? { "helper-text": this.helperText } : {},
|
|
5661
|
-
...this.charCount !== void 0 ? { "char-count": this.charCount } : {},
|
|
5662
|
-
...this.label !== void 0 ? { label: this.label } : {},
|
|
5663
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
5664
|
-
...this.wrap !== void 0 ? { wrap: this.wrap } : {},
|
|
5684
|
+
...this.modelValue !== void 0 ? { "current-value": this.modelValue } : {},
|
|
5665
5685
|
onClick: (t) => this.$emit("click", t),
|
|
5666
5686
|
onFocus: (t) => this.$emit("focus", t),
|
|
5667
5687
|
onBlur: (t) => this.$emit("blur", t),
|
|
5668
5688
|
onKeydown: (t) => this.$emit("keydown", t),
|
|
5669
5689
|
onKeyup: (t) => this.$emit("keyup", t),
|
|
5670
|
-
onInput: (t) => this.$emit("
|
|
5690
|
+
onInput: (t) => this.$emit("update:modelValue", t.target.value)
|
|
5671
5691
|
},
|
|
5672
5692
|
[]
|
|
5673
5693
|
);
|
|
5674
5694
|
}
|
|
5675
5695
|
}), oe = d({
|
|
5696
|
+
name: "VTextField",
|
|
5676
5697
|
model: a ? {
|
|
5677
5698
|
prop: "modelValue",
|
|
5678
5699
|
event: "update:modelValue"
|
|
@@ -5924,6 +5945,7 @@ const $t = d({
|
|
|
5924
5945
|
);
|
|
5925
5946
|
}
|
|
5926
5947
|
}), se = d({
|
|
5948
|
+
name: "VTooltip",
|
|
5927
5949
|
props: {
|
|
5928
5950
|
/**
|
|
5929
5951
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -5933,41 +5955,16 @@ const $t = d({
|
|
|
5933
5955
|
default: void 0
|
|
5934
5956
|
},
|
|
5935
5957
|
/**
|
|
5936
|
-
*
|
|
5937
|
-
|
|
5938
|
-
dismissible: { type: Boolean, default: void 0 },
|
|
5939
|
-
/**
|
|
5940
|
-
* adds small triangle to indicate the trigger element
|
|
5941
|
-
*/
|
|
5942
|
-
arrow: { type: Boolean, default: void 0 },
|
|
5943
|
-
/**
|
|
5944
|
-
* set the color-scheme to dark
|
|
5945
|
-
*/
|
|
5946
|
-
alternate: { type: Boolean, default: void 0 },
|
|
5947
|
-
/**
|
|
5948
|
-
* the placement of the popup
|
|
5958
|
+
* the text of the tooltip
|
|
5959
|
+
* accepts string
|
|
5949
5960
|
*/
|
|
5961
|
+
text: { type: String, default: void 0 },
|
|
5950
5962
|
placement: {
|
|
5951
5963
|
type: String,
|
|
5952
5964
|
default: void 0
|
|
5953
5965
|
},
|
|
5954
|
-
|
|
5955
|
-
|
|
5956
|
-
*/
|
|
5957
|
-
strategy: { type: String, default: void 0 },
|
|
5958
|
-
/**
|
|
5959
|
-
* the text of the tooltip
|
|
5960
|
-
* accepts string
|
|
5961
|
-
*/
|
|
5962
|
-
text: { type: String, default: void 0 },
|
|
5963
|
-
/**
|
|
5964
|
-
* indicates whether the popup is open
|
|
5965
|
-
*/
|
|
5966
|
-
open: { type: String, default: void 0 },
|
|
5967
|
-
/**
|
|
5968
|
-
* ID reference to element in the popup’s owner document or HTMLElement.
|
|
5969
|
-
*/
|
|
5970
|
-
anchor: { type: [String, HTMLElement], default: void 0 }
|
|
5966
|
+
open: { type: Boolean, default: void 0 },
|
|
5967
|
+
anchor: { type: [String, Object], default: void 0 }
|
|
5971
5968
|
},
|
|
5972
5969
|
emits: [
|
|
5973
5970
|
/**
|
|
@@ -6004,24 +6001,13 @@ const $t = d({
|
|
|
6004
6001
|
setup(t, o) {
|
|
6005
6002
|
const s = l("tooltip", nt), e = r(null);
|
|
6006
6003
|
return o.expose({
|
|
6004
|
+
anchorChanged(i, u) {
|
|
6005
|
+
var c;
|
|
6006
|
+
return (c = e.value) == null ? void 0 : c.anchorChanged(i, u);
|
|
6007
|
+
},
|
|
6007
6008
|
openChanged(i, u) {
|
|
6008
6009
|
var c;
|
|
6009
6010
|
return (c = e.value) == null ? void 0 : c.openChanged(i, u);
|
|
6010
|
-
},
|
|
6011
|
-
/**
|
|
6012
|
-
* Updates popup's position
|
|
6013
|
-
*/
|
|
6014
|
-
updatePosition() {
|
|
6015
|
-
var i;
|
|
6016
|
-
return (i = e.value) == null ? void 0 : i.updatePosition();
|
|
6017
|
-
},
|
|
6018
|
-
show() {
|
|
6019
|
-
var i;
|
|
6020
|
-
return (i = e.value) == null ? void 0 : i.show();
|
|
6021
|
-
},
|
|
6022
|
-
hide() {
|
|
6023
|
-
var i;
|
|
6024
|
-
return (i = e.value) == null ? void 0 : i.hide();
|
|
6025
6011
|
}
|
|
6026
6012
|
}), { componentName: s, element: e };
|
|
6027
6013
|
},
|
|
@@ -6032,12 +6018,8 @@ const $t = d({
|
|
|
6032
6018
|
ref: "element",
|
|
6033
6019
|
attrs: {
|
|
6034
6020
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
6035
|
-
...this.dismissible !== void 0 ? { dismissible: this.dismissible } : {},
|
|
6036
|
-
...this.arrow !== void 0 ? { arrow: this.arrow } : {},
|
|
6037
|
-
...this.alternate !== void 0 ? { alternate: this.alternate } : {},
|
|
6038
|
-
...this.placement !== void 0 ? { placement: this.placement } : {},
|
|
6039
|
-
...this.strategy !== void 0 ? { strategy: this.strategy } : {},
|
|
6040
6021
|
...this.text !== void 0 ? { text: this.text } : {},
|
|
6022
|
+
...this.placement !== void 0 ? { placement: this.placement } : {},
|
|
6041
6023
|
...this.open !== void 0 ? { open: this.open } : {}
|
|
6042
6024
|
},
|
|
6043
6025
|
class: "vvd-root",
|
|
@@ -6058,12 +6040,8 @@ const $t = d({
|
|
|
6058
6040
|
ref: "element",
|
|
6059
6041
|
class: "vvd-root",
|
|
6060
6042
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
6061
|
-
...this.dismissible !== void 0 ? { dismissible: this.dismissible } : {},
|
|
6062
|
-
...this.arrow !== void 0 ? { arrow: this.arrow } : {},
|
|
6063
|
-
...this.alternate !== void 0 ? { alternate: this.alternate } : {},
|
|
6064
|
-
...this.placement !== void 0 ? { placement: this.placement } : {},
|
|
6065
|
-
...this.strategy !== void 0 ? { strategy: this.strategy } : {},
|
|
6066
6043
|
...this.text !== void 0 ? { text: this.text } : {},
|
|
6044
|
+
...this.placement !== void 0 ? { placement: this.placement } : {},
|
|
6067
6045
|
...this.open !== void 0 ? { open: this.open } : {},
|
|
6068
6046
|
...this.anchor !== void 0 ? { anchor: this.anchor } : {},
|
|
6069
6047
|
onClick: (t) => this.$emit("click", t),
|
|
@@ -6077,6 +6055,7 @@ const $t = d({
|
|
|
6077
6055
|
);
|
|
6078
6056
|
}
|
|
6079
6057
|
}), ne = d({
|
|
6058
|
+
name: "VTreeItem",
|
|
6080
6059
|
props: {
|
|
6081
6060
|
/**
|
|
6082
6061
|
* A decorative icon the custom element should have.
|
|
@@ -6212,6 +6191,7 @@ const $t = d({
|
|
|
6212
6191
|
);
|
|
6213
6192
|
}
|
|
6214
6193
|
}), ae = d({
|
|
6194
|
+
name: "VTreeView",
|
|
6215
6195
|
props: {
|
|
6216
6196
|
/**
|
|
6217
6197
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -6303,6 +6283,7 @@ const $t = d({
|
|
|
6303
6283
|
);
|
|
6304
6284
|
}
|
|
6305
6285
|
}), re = d({
|
|
6286
|
+
name: "VTag",
|
|
6306
6287
|
props: {
|
|
6307
6288
|
/**
|
|
6308
6289
|
* A decorative icon the custom element should have.
|
|
@@ -6455,6 +6436,7 @@ const $t = d({
|
|
|
6455
6436
|
);
|
|
6456
6437
|
}
|
|
6457
6438
|
}), de = d({
|
|
6439
|
+
name: "VTagGroup",
|
|
6458
6440
|
props: {
|
|
6459
6441
|
/**
|
|
6460
6442
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -6546,27 +6528,27 @@ export {
|
|
|
6546
6528
|
gt as VBanner,
|
|
6547
6529
|
bt as VBreadcrumb,
|
|
6548
6530
|
Ct as VBreadcrumbItem,
|
|
6549
|
-
|
|
6550
|
-
|
|
6531
|
+
St as VButton,
|
|
6532
|
+
wt as VCalendar,
|
|
6551
6533
|
xt as VCalendarEvent,
|
|
6552
|
-
|
|
6553
|
-
|
|
6554
|
-
|
|
6534
|
+
Vt as VCard,
|
|
6535
|
+
Nt as VCheckbox,
|
|
6536
|
+
Bt as VCombobox,
|
|
6555
6537
|
Tt as VDataGrid,
|
|
6556
6538
|
Kt as VDialog,
|
|
6557
6539
|
It as VDivider,
|
|
6558
6540
|
qt as VFab,
|
|
6559
6541
|
zt as VHeader,
|
|
6560
6542
|
Ft as VIcon,
|
|
6561
|
-
|
|
6562
|
-
|
|
6543
|
+
Pt as VLayout,
|
|
6544
|
+
Lt as VMenu,
|
|
6563
6545
|
Dt as VMenuItem,
|
|
6564
6546
|
Mt as VNav,
|
|
6565
|
-
|
|
6566
|
-
|
|
6567
|
-
|
|
6568
|
-
|
|
6569
|
-
|
|
6547
|
+
At as VNavDisclosure,
|
|
6548
|
+
Ot as VNavItem,
|
|
6549
|
+
Gt as VNote,
|
|
6550
|
+
Et as VNumberField,
|
|
6551
|
+
Ht as VOption,
|
|
6570
6552
|
Rt as VPopup,
|
|
6571
6553
|
Wt as VProgress,
|
|
6572
6554
|
jt as VProgressRing,
|