@vonage/vivid-vue 3.43.0 → 3.44.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/generated/components/VDialog.vue2.d.ts +9 -0
- package/generated/components/VDialog.vue3.d.ts +9 -0
- package/generated/components/VMenu.vue2.d.ts +9 -0
- package/generated/components/VMenu.vue3.d.ts +9 -0
- package/generated/components/VMenuItem.vue2.d.ts +3 -3
- package/generated/components/VMenuItem.vue3.d.ts +3 -3
- package/index.es.js +353 -351
- package/index.umd.js +13 -13
- package/package.json +2 -2
- package/utils/slots.d.ts +1 -1
- package/web-types.json +16 -2
package/index.es.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { ref as d, version as y, onBeforeMount as b, defineComponent as
|
|
2
|
-
import { registerAccordion as k, registerAccordionItem as S, registerActionGroup as $, registerAlert as x, registerAvatar as w, registerBadge as C, registerBanner as L, registerBreadcrumb as V, registerBreadcrumbItem as B, registerButton as T, registerCalendar as N, registerCalendarEvent as z, registerCard as M, registerCheckbox as D, registerCombobox as F, registerDataGrid as f, registerDatePicker as K, registerDateRangePicker as A, registerDialog as q, registerDivider as P, registerEmptyState as O, registerFab as U, registerHeader as R, registerIcon as G, registerLayout as E, registerMenu as j, registerMenuItem as H, registerNav as W, registerNavDisclosure as _, registerNavItem as X, registerNote as J, registerNumberField as Z, registerOption as Q, registerPagination as Y, registerProgress as I, registerProgressRing as ee, registerRadio as ie, registerRadioGroup as te, registerSelectableBox as oe, registerSelect as
|
|
1
|
+
import { ref as d, version as y, onBeforeMount as b, defineComponent as h, h as n } from "vue";
|
|
2
|
+
import { registerAccordion as k, registerAccordionItem as S, registerActionGroup as $, registerAlert as x, registerAvatar as w, registerBadge as C, registerBanner as L, registerBreadcrumb as V, registerBreadcrumbItem as B, registerButton as T, registerCalendar as N, registerCalendarEvent as z, registerCard as M, registerCheckbox as D, registerCombobox as F, registerDataGrid as f, registerDatePicker as K, registerDateRangePicker as A, registerDialog as q, registerDivider as P, registerEmptyState as O, registerFab as U, registerHeader as R, registerIcon as G, registerLayout as E, registerMenu as j, registerMenuItem as H, registerNav as W, registerNavDisclosure as _, registerNavItem as X, registerNote as J, registerNumberField as Z, registerOption as Q, registerPagination as Y, registerProgress as I, registerProgressRing as ee, registerRadio as ie, registerRadioGroup as te, registerSelectableBox as oe, registerSelect as ae, registerSideDrawer as ne, registerSlider as le, registerSwitch as se, registerTab as re, registerTabs as de, registerTabPanel as he, registerTextArea as ue, registerTextField as pe, registerToggletip as ce, registerTooltip as ve, registerTreeItem as me, registerTreeView as fe, registerTag as ge, registerTagGroup as ye } from "@vonage/vivid";
|
|
3
3
|
const m = d("vvd3");
|
|
4
4
|
function be(e) {
|
|
5
5
|
m.value = e;
|
|
6
6
|
}
|
|
7
7
|
const r = y.startsWith("2");
|
|
8
|
-
function
|
|
9
|
-
const
|
|
8
|
+
function u(e, o) {
|
|
9
|
+
const a = d(`${m.value}-${e}`);
|
|
10
10
|
return b(() => {
|
|
11
11
|
o(m.value);
|
|
12
|
-
}),
|
|
12
|
+
}), a;
|
|
13
13
|
}
|
|
14
|
-
const Fe =
|
|
14
|
+
const Fe = h({
|
|
15
15
|
name: "VAccordion",
|
|
16
16
|
props: {
|
|
17
17
|
/**
|
|
@@ -68,16 +68,16 @@ const Fe = u({
|
|
|
68
68
|
"change"
|
|
69
69
|
],
|
|
70
70
|
setup(e, o) {
|
|
71
|
-
const
|
|
71
|
+
const a = u("accordion", k), i = d(null);
|
|
72
72
|
return o.expose({
|
|
73
73
|
closeAll() {
|
|
74
74
|
var t;
|
|
75
75
|
return (t = i.value) == null ? void 0 : t.closeAll();
|
|
76
76
|
}
|
|
77
|
-
}), { componentName:
|
|
77
|
+
}), { componentName: a, element: i };
|
|
78
78
|
},
|
|
79
79
|
render() {
|
|
80
|
-
return r ?
|
|
80
|
+
return r ? n(
|
|
81
81
|
this.componentName,
|
|
82
82
|
{
|
|
83
83
|
ref: "element",
|
|
@@ -97,7 +97,7 @@ const Fe = u({
|
|
|
97
97
|
}
|
|
98
98
|
},
|
|
99
99
|
[this.$slots.default]
|
|
100
|
-
) :
|
|
100
|
+
) : n(
|
|
101
101
|
this.componentName,
|
|
102
102
|
{
|
|
103
103
|
ref: "element",
|
|
@@ -118,7 +118,7 @@ const Fe = u({
|
|
|
118
118
|
]
|
|
119
119
|
);
|
|
120
120
|
}
|
|
121
|
-
}), Ke =
|
|
121
|
+
}), Ke = h({
|
|
122
122
|
name: "VAccordionItem",
|
|
123
123
|
props: {
|
|
124
124
|
/**
|
|
@@ -205,14 +205,14 @@ const Fe = u({
|
|
|
205
205
|
"change"
|
|
206
206
|
],
|
|
207
207
|
setup(e, o) {
|
|
208
|
-
const
|
|
208
|
+
const a = u(
|
|
209
209
|
"accordion-item",
|
|
210
210
|
S
|
|
211
211
|
), i = d(null);
|
|
212
|
-
return o.expose({}), { componentName:
|
|
212
|
+
return o.expose({}), { componentName: a, element: i };
|
|
213
213
|
},
|
|
214
214
|
render() {
|
|
215
|
-
return r ?
|
|
215
|
+
return r ? n(
|
|
216
216
|
this.componentName,
|
|
217
217
|
{
|
|
218
218
|
ref: "element",
|
|
@@ -240,7 +240,7 @@ const Fe = u({
|
|
|
240
240
|
}
|
|
241
241
|
},
|
|
242
242
|
[this.$slots.default]
|
|
243
|
-
) :
|
|
243
|
+
) : n(
|
|
244
244
|
this.componentName,
|
|
245
245
|
{
|
|
246
246
|
ref: "element",
|
|
@@ -269,7 +269,7 @@ const Fe = u({
|
|
|
269
269
|
]
|
|
270
270
|
);
|
|
271
271
|
}
|
|
272
|
-
}), Ae =
|
|
272
|
+
}), Ae = h({
|
|
273
273
|
name: "VActionGroup",
|
|
274
274
|
props: {
|
|
275
275
|
/**
|
|
@@ -330,14 +330,14 @@ const Fe = u({
|
|
|
330
330
|
"input"
|
|
331
331
|
],
|
|
332
332
|
setup(e, o) {
|
|
333
|
-
const
|
|
333
|
+
const a = u(
|
|
334
334
|
"action-group",
|
|
335
335
|
$
|
|
336
336
|
), i = d(null);
|
|
337
|
-
return o.expose({}), { componentName:
|
|
337
|
+
return o.expose({}), { componentName: a, element: i };
|
|
338
338
|
},
|
|
339
339
|
render() {
|
|
340
|
-
return r ?
|
|
340
|
+
return r ? n(
|
|
341
341
|
this.componentName,
|
|
342
342
|
{
|
|
343
343
|
ref: "element",
|
|
@@ -360,7 +360,7 @@ const Fe = u({
|
|
|
360
360
|
}
|
|
361
361
|
},
|
|
362
362
|
[this.$slots.default]
|
|
363
|
-
) :
|
|
363
|
+
) : n(
|
|
364
364
|
this.componentName,
|
|
365
365
|
{
|
|
366
366
|
ref: "element",
|
|
@@ -386,20 +386,20 @@ const Fe = u({
|
|
|
386
386
|
}
|
|
387
387
|
});
|
|
388
388
|
function ke(e, o) {
|
|
389
|
-
return o.forEach((
|
|
389
|
+
return o.forEach((a) => {
|
|
390
390
|
var i;
|
|
391
|
-
|
|
391
|
+
a.data || (a.data = {}), a.data.attrs = { ...(i = a.data) == null ? void 0 : i.attrs, slot: e };
|
|
392
392
|
}), o;
|
|
393
393
|
}
|
|
394
394
|
function Se(e, o) {
|
|
395
|
-
return o.forEach((
|
|
396
|
-
|
|
395
|
+
return o.forEach((a) => {
|
|
396
|
+
a.props || (a.props = {}), a.props = { ...a.props, slot: e };
|
|
397
397
|
}), o;
|
|
398
398
|
}
|
|
399
399
|
function l(e, o) {
|
|
400
400
|
return o ? r ? ke(e, o) : Se(e, o()) : null;
|
|
401
401
|
}
|
|
402
|
-
const qe =
|
|
402
|
+
const qe = h({
|
|
403
403
|
name: "VAlert",
|
|
404
404
|
props: {
|
|
405
405
|
/**
|
|
@@ -500,16 +500,16 @@ const qe = u({
|
|
|
500
500
|
"close"
|
|
501
501
|
],
|
|
502
502
|
setup(e, o) {
|
|
503
|
-
const
|
|
503
|
+
const a = u("alert", x), i = d(null);
|
|
504
504
|
return o.expose({
|
|
505
505
|
openChanged(t, s) {
|
|
506
|
-
var
|
|
507
|
-
return (
|
|
506
|
+
var p;
|
|
507
|
+
return (p = i.value) == null ? void 0 : p.openChanged(t, s);
|
|
508
508
|
}
|
|
509
|
-
}), { componentName:
|
|
509
|
+
}), { componentName: a, element: i };
|
|
510
510
|
},
|
|
511
511
|
render() {
|
|
512
|
-
return r ?
|
|
512
|
+
return r ? n(
|
|
513
513
|
this.componentName,
|
|
514
514
|
{
|
|
515
515
|
ref: "element",
|
|
@@ -543,7 +543,7 @@ const qe = u({
|
|
|
543
543
|
// @slot action-items Add action items to alert using this slot.
|
|
544
544
|
l("action-items", this.$slots["action-items"])
|
|
545
545
|
]
|
|
546
|
-
) :
|
|
546
|
+
) : n(
|
|
547
547
|
this.componentName,
|
|
548
548
|
{
|
|
549
549
|
ref: "element",
|
|
@@ -575,7 +575,7 @@ const qe = u({
|
|
|
575
575
|
]
|
|
576
576
|
);
|
|
577
577
|
}
|
|
578
|
-
}), Pe =
|
|
578
|
+
}), Pe = h({
|
|
579
579
|
name: "VAvatar",
|
|
580
580
|
props: {
|
|
581
581
|
/**
|
|
@@ -653,11 +653,11 @@ const qe = u({
|
|
|
653
653
|
"input"
|
|
654
654
|
],
|
|
655
655
|
setup(e, o) {
|
|
656
|
-
const
|
|
657
|
-
return o.expose({}), { componentName:
|
|
656
|
+
const a = u("avatar", w), i = d(null);
|
|
657
|
+
return o.expose({}), { componentName: a, element: i };
|
|
658
658
|
},
|
|
659
659
|
render() {
|
|
660
|
-
return r ?
|
|
660
|
+
return r ? n(
|
|
661
661
|
this.componentName,
|
|
662
662
|
{
|
|
663
663
|
ref: "element",
|
|
@@ -684,7 +684,7 @@ const qe = u({
|
|
|
684
684
|
// @slot graphic Assign nodes to the graphic slot to set a graphic media of any kind (e.g. image, illustration etc).
|
|
685
685
|
l("graphic", this.$slots.graphic)
|
|
686
686
|
]
|
|
687
|
-
) :
|
|
687
|
+
) : n(
|
|
688
688
|
this.componentName,
|
|
689
689
|
{
|
|
690
690
|
ref: "element",
|
|
@@ -709,7 +709,7 @@ const qe = u({
|
|
|
709
709
|
]
|
|
710
710
|
);
|
|
711
711
|
}
|
|
712
|
-
}), Oe =
|
|
712
|
+
}), Oe = h({
|
|
713
713
|
name: "VBadge",
|
|
714
714
|
props: {
|
|
715
715
|
/**
|
|
@@ -784,11 +784,11 @@ const qe = u({
|
|
|
784
784
|
"input"
|
|
785
785
|
],
|
|
786
786
|
setup(e, o) {
|
|
787
|
-
const
|
|
788
|
-
return o.expose({}), { componentName:
|
|
787
|
+
const a = u("badge", C), i = d(null);
|
|
788
|
+
return o.expose({}), { componentName: a, element: i };
|
|
789
789
|
},
|
|
790
790
|
render() {
|
|
791
|
-
return r ?
|
|
791
|
+
return r ? n(
|
|
792
792
|
this.componentName,
|
|
793
793
|
{
|
|
794
794
|
ref: "element",
|
|
@@ -812,7 +812,7 @@ const qe = u({
|
|
|
812
812
|
}
|
|
813
813
|
},
|
|
814
814
|
[]
|
|
815
|
-
) :
|
|
815
|
+
) : n(
|
|
816
816
|
this.componentName,
|
|
817
817
|
{
|
|
818
818
|
ref: "element",
|
|
@@ -834,7 +834,7 @@ const qe = u({
|
|
|
834
834
|
[]
|
|
835
835
|
);
|
|
836
836
|
}
|
|
837
|
-
}), Ue =
|
|
837
|
+
}), Ue = h({
|
|
838
838
|
name: "VBanner",
|
|
839
839
|
props: {
|
|
840
840
|
/**
|
|
@@ -894,16 +894,16 @@ const qe = u({
|
|
|
894
894
|
"input"
|
|
895
895
|
],
|
|
896
896
|
setup(e, o) {
|
|
897
|
-
const
|
|
897
|
+
const a = u("banner", L), i = d(null);
|
|
898
898
|
return o.expose({
|
|
899
899
|
remove() {
|
|
900
900
|
var t;
|
|
901
901
|
return (t = i.value) == null ? void 0 : t.remove();
|
|
902
902
|
}
|
|
903
|
-
}), { componentName:
|
|
903
|
+
}), { componentName: a, element: i };
|
|
904
904
|
},
|
|
905
905
|
render() {
|
|
906
|
-
return r ?
|
|
906
|
+
return r ? n(
|
|
907
907
|
this.componentName,
|
|
908
908
|
{
|
|
909
909
|
ref: "element",
|
|
@@ -933,7 +933,7 @@ const qe = u({
|
|
|
933
933
|
// @slot action-items Add action items to banner using this slot.
|
|
934
934
|
l("action-items", this.$slots["action-items"])
|
|
935
935
|
]
|
|
936
|
-
) :
|
|
936
|
+
) : n(
|
|
937
937
|
this.componentName,
|
|
938
938
|
{
|
|
939
939
|
ref: "element",
|
|
@@ -961,7 +961,7 @@ const qe = u({
|
|
|
961
961
|
]
|
|
962
962
|
);
|
|
963
963
|
}
|
|
964
|
-
}), Re =
|
|
964
|
+
}), Re = h({
|
|
965
965
|
name: "VBreadcrumb",
|
|
966
966
|
props: {
|
|
967
967
|
/**
|
|
@@ -1005,11 +1005,11 @@ const qe = u({
|
|
|
1005
1005
|
"input"
|
|
1006
1006
|
],
|
|
1007
1007
|
setup(e, o) {
|
|
1008
|
-
const
|
|
1009
|
-
return o.expose({}), { componentName:
|
|
1008
|
+
const a = u("breadcrumb", V), i = d(null);
|
|
1009
|
+
return o.expose({}), { componentName: a, element: i };
|
|
1010
1010
|
},
|
|
1011
1011
|
render() {
|
|
1012
|
-
return r ?
|
|
1012
|
+
return r ? n(
|
|
1013
1013
|
this.componentName,
|
|
1014
1014
|
{
|
|
1015
1015
|
ref: "element",
|
|
@@ -1027,7 +1027,7 @@ const qe = u({
|
|
|
1027
1027
|
}
|
|
1028
1028
|
},
|
|
1029
1029
|
[this.$slots.default]
|
|
1030
|
-
) :
|
|
1030
|
+
) : n(
|
|
1031
1031
|
this.componentName,
|
|
1032
1032
|
{
|
|
1033
1033
|
ref: "element",
|
|
@@ -1046,7 +1046,7 @@ const qe = u({
|
|
|
1046
1046
|
]
|
|
1047
1047
|
);
|
|
1048
1048
|
}
|
|
1049
|
-
}), Ge =
|
|
1049
|
+
}), Ge = h({
|
|
1050
1050
|
name: "VBreadcrumbItem",
|
|
1051
1051
|
props: {
|
|
1052
1052
|
/**
|
|
@@ -1126,14 +1126,14 @@ const qe = u({
|
|
|
1126
1126
|
"input"
|
|
1127
1127
|
],
|
|
1128
1128
|
setup(e, o) {
|
|
1129
|
-
const
|
|
1129
|
+
const a = u(
|
|
1130
1130
|
"breadcrumb-item",
|
|
1131
1131
|
B
|
|
1132
1132
|
), i = d(null);
|
|
1133
|
-
return o.expose({}), { componentName:
|
|
1133
|
+
return o.expose({}), { componentName: a, element: i };
|
|
1134
1134
|
},
|
|
1135
1135
|
render() {
|
|
1136
|
-
return r ?
|
|
1136
|
+
return r ? n(
|
|
1137
1137
|
this.componentName,
|
|
1138
1138
|
{
|
|
1139
1139
|
ref: "element",
|
|
@@ -1160,7 +1160,7 @@ const qe = u({
|
|
|
1160
1160
|
}
|
|
1161
1161
|
},
|
|
1162
1162
|
[]
|
|
1163
|
-
) :
|
|
1163
|
+
) : n(
|
|
1164
1164
|
this.componentName,
|
|
1165
1165
|
{
|
|
1166
1166
|
ref: "element",
|
|
@@ -1185,7 +1185,7 @@ const qe = u({
|
|
|
1185
1185
|
[]
|
|
1186
1186
|
);
|
|
1187
1187
|
}
|
|
1188
|
-
}), Ee =
|
|
1188
|
+
}), Ee = h({
|
|
1189
1189
|
name: "VButton",
|
|
1190
1190
|
props: {
|
|
1191
1191
|
/**
|
|
@@ -1339,7 +1339,7 @@ const qe = u({
|
|
|
1339
1339
|
"input"
|
|
1340
1340
|
],
|
|
1341
1341
|
setup(e, o) {
|
|
1342
|
-
const
|
|
1342
|
+
const a = u("button", T), i = d(null);
|
|
1343
1343
|
return o.expose({
|
|
1344
1344
|
/**
|
|
1345
1345
|
* {@inheritDoc (FormAssociated:interface).validate}
|
|
@@ -1348,10 +1348,10 @@ const qe = u({
|
|
|
1348
1348
|
var t;
|
|
1349
1349
|
return (t = i.value) == null ? void 0 : t.validate();
|
|
1350
1350
|
}
|
|
1351
|
-
}), { componentName:
|
|
1351
|
+
}), { componentName: a, element: i };
|
|
1352
1352
|
},
|
|
1353
1353
|
render() {
|
|
1354
|
-
return r ?
|
|
1354
|
+
return r ? n(
|
|
1355
1355
|
this.componentName,
|
|
1356
1356
|
{
|
|
1357
1357
|
ref: "element",
|
|
@@ -1392,7 +1392,7 @@ const qe = u({
|
|
|
1392
1392
|
}
|
|
1393
1393
|
},
|
|
1394
1394
|
[]
|
|
1395
|
-
) :
|
|
1395
|
+
) : n(
|
|
1396
1396
|
this.componentName,
|
|
1397
1397
|
{
|
|
1398
1398
|
ref: "element",
|
|
@@ -1431,7 +1431,7 @@ const qe = u({
|
|
|
1431
1431
|
[]
|
|
1432
1432
|
);
|
|
1433
1433
|
}
|
|
1434
|
-
}), je =
|
|
1434
|
+
}), je = h({
|
|
1435
1435
|
name: "VCalendar",
|
|
1436
1436
|
props: {
|
|
1437
1437
|
/**
|
|
@@ -1511,16 +1511,16 @@ const qe = u({
|
|
|
1511
1511
|
"input"
|
|
1512
1512
|
],
|
|
1513
1513
|
setup(e, o) {
|
|
1514
|
-
const
|
|
1514
|
+
const a = u("calendar", N), i = d(null);
|
|
1515
1515
|
return o.expose({
|
|
1516
1516
|
onKeydown(t) {
|
|
1517
1517
|
var s;
|
|
1518
1518
|
return (s = i.value) == null ? void 0 : s.onKeydown(t);
|
|
1519
1519
|
}
|
|
1520
|
-
}), { componentName:
|
|
1520
|
+
}), { componentName: a, element: i };
|
|
1521
1521
|
},
|
|
1522
1522
|
render() {
|
|
1523
|
-
return r ?
|
|
1523
|
+
return r ? n(
|
|
1524
1524
|
this.componentName,
|
|
1525
1525
|
{
|
|
1526
1526
|
ref: "element",
|
|
@@ -1560,7 +1560,7 @@ const qe = u({
|
|
|
1560
1560
|
// @slot day-6 Assign elements to corresponding day column using this slot.
|
|
1561
1561
|
l("day-6", this.$slots["day-6"])
|
|
1562
1562
|
]
|
|
1563
|
-
) :
|
|
1563
|
+
) : n(
|
|
1564
1564
|
this.componentName,
|
|
1565
1565
|
{
|
|
1566
1566
|
ref: "element",
|
|
@@ -1597,7 +1597,7 @@ const qe = u({
|
|
|
1597
1597
|
]
|
|
1598
1598
|
);
|
|
1599
1599
|
}
|
|
1600
|
-
}), He =
|
|
1600
|
+
}), He = h({
|
|
1601
1601
|
name: "VCalendarEvent",
|
|
1602
1602
|
props: {
|
|
1603
1603
|
/**
|
|
@@ -1675,14 +1675,14 @@ const qe = u({
|
|
|
1675
1675
|
"input"
|
|
1676
1676
|
],
|
|
1677
1677
|
setup(e, o) {
|
|
1678
|
-
const
|
|
1678
|
+
const a = u(
|
|
1679
1679
|
"calendar-event",
|
|
1680
1680
|
z
|
|
1681
1681
|
), i = d(null);
|
|
1682
|
-
return o.expose({}), { componentName:
|
|
1682
|
+
return o.expose({}), { componentName: a, element: i };
|
|
1683
1683
|
},
|
|
1684
1684
|
render() {
|
|
1685
|
-
return r ?
|
|
1685
|
+
return r ? n(
|
|
1686
1686
|
this.componentName,
|
|
1687
1687
|
{
|
|
1688
1688
|
ref: "element",
|
|
@@ -1707,7 +1707,7 @@ const qe = u({
|
|
|
1707
1707
|
}
|
|
1708
1708
|
},
|
|
1709
1709
|
[]
|
|
1710
|
-
) :
|
|
1710
|
+
) : n(
|
|
1711
1711
|
this.componentName,
|
|
1712
1712
|
{
|
|
1713
1713
|
ref: "element",
|
|
@@ -1730,7 +1730,7 @@ const qe = u({
|
|
|
1730
1730
|
[]
|
|
1731
1731
|
);
|
|
1732
1732
|
}
|
|
1733
|
-
}), We =
|
|
1733
|
+
}), We = h({
|
|
1734
1734
|
name: "VCard",
|
|
1735
1735
|
props: {
|
|
1736
1736
|
/**
|
|
@@ -1808,11 +1808,11 @@ const qe = u({
|
|
|
1808
1808
|
"input"
|
|
1809
1809
|
],
|
|
1810
1810
|
setup(e, o) {
|
|
1811
|
-
const
|
|
1812
|
-
return o.expose({}), { componentName:
|
|
1811
|
+
const a = u("card", M), i = d(null);
|
|
1812
|
+
return o.expose({}), { componentName: a, element: i };
|
|
1813
1813
|
},
|
|
1814
1814
|
render() {
|
|
1815
|
-
return r ?
|
|
1815
|
+
return r ? n(
|
|
1816
1816
|
this.componentName,
|
|
1817
1817
|
{
|
|
1818
1818
|
ref: "element",
|
|
@@ -1847,7 +1847,7 @@ const qe = u({
|
|
|
1847
1847
|
// @slot main Assign nodes to main slot to fully override a card's predefined flow and style with your own.
|
|
1848
1848
|
l("main", this.$slots.main)
|
|
1849
1849
|
]
|
|
1850
|
-
) :
|
|
1850
|
+
) : n(
|
|
1851
1851
|
this.componentName,
|
|
1852
1852
|
{
|
|
1853
1853
|
ref: "element",
|
|
@@ -1880,7 +1880,7 @@ const qe = u({
|
|
|
1880
1880
|
]
|
|
1881
1881
|
);
|
|
1882
1882
|
}
|
|
1883
|
-
}), _e =
|
|
1883
|
+
}), _e = h({
|
|
1884
1884
|
name: "VCheckbox",
|
|
1885
1885
|
model: r ? {
|
|
1886
1886
|
prop: "modelValue",
|
|
@@ -2004,11 +2004,11 @@ const qe = u({
|
|
|
2004
2004
|
"update:modelValue"
|
|
2005
2005
|
],
|
|
2006
2006
|
setup(e, o) {
|
|
2007
|
-
const
|
|
2008
|
-
return o.expose({}), { componentName:
|
|
2007
|
+
const a = u("checkbox", D), i = d(null);
|
|
2008
|
+
return o.expose({}), { componentName: a, element: i };
|
|
2009
2009
|
},
|
|
2010
2010
|
render() {
|
|
2011
|
-
return r ?
|
|
2011
|
+
return r ? n(
|
|
2012
2012
|
this.componentName,
|
|
2013
2013
|
{
|
|
2014
2014
|
ref: "element",
|
|
@@ -2047,7 +2047,7 @@ const qe = u({
|
|
|
2047
2047
|
}
|
|
2048
2048
|
},
|
|
2049
2049
|
[]
|
|
2050
|
-
) :
|
|
2050
|
+
) : n(
|
|
2051
2051
|
this.componentName,
|
|
2052
2052
|
{
|
|
2053
2053
|
ref: "element",
|
|
@@ -2084,7 +2084,7 @@ const qe = u({
|
|
|
2084
2084
|
[]
|
|
2085
2085
|
);
|
|
2086
2086
|
}
|
|
2087
|
-
}), Xe =
|
|
2087
|
+
}), Xe = h({
|
|
2088
2088
|
name: "VCombobox",
|
|
2089
2089
|
model: r ? {
|
|
2090
2090
|
prop: "modelValue",
|
|
@@ -2207,7 +2207,7 @@ const qe = u({
|
|
|
2207
2207
|
"update:modelValue"
|
|
2208
2208
|
],
|
|
2209
2209
|
setup(e, o) {
|
|
2210
|
-
const
|
|
2210
|
+
const a = u("combobox", F), i = d(null);
|
|
2211
2211
|
return o.expose({
|
|
2212
2212
|
/**
|
|
2213
2213
|
* {@inheritDoc (FormAssociated:interface).validate}
|
|
@@ -2244,10 +2244,10 @@ const qe = u({
|
|
|
2244
2244
|
var t;
|
|
2245
2245
|
return (t = i.value) == null ? void 0 : t.setSelectedOptions();
|
|
2246
2246
|
}
|
|
2247
|
-
}), { componentName:
|
|
2247
|
+
}), { componentName: a, element: i };
|
|
2248
2248
|
},
|
|
2249
2249
|
render() {
|
|
2250
|
-
return r ?
|
|
2250
|
+
return r ? n(
|
|
2251
2251
|
this.componentName,
|
|
2252
2252
|
{
|
|
2253
2253
|
ref: "element",
|
|
@@ -2283,7 +2283,7 @@ const qe = u({
|
|
|
2283
2283
|
}
|
|
2284
2284
|
},
|
|
2285
2285
|
[this.$slots.default]
|
|
2286
|
-
) :
|
|
2286
|
+
) : n(
|
|
2287
2287
|
this.componentName,
|
|
2288
2288
|
{
|
|
2289
2289
|
ref: "element",
|
|
@@ -2320,7 +2320,7 @@ const qe = u({
|
|
|
2320
2320
|
]
|
|
2321
2321
|
);
|
|
2322
2322
|
}
|
|
2323
|
-
}), Je =
|
|
2323
|
+
}), Je = h({
|
|
2324
2324
|
name: "VDataGrid",
|
|
2325
2325
|
props: {
|
|
2326
2326
|
/**
|
|
@@ -2394,16 +2394,16 @@ const qe = u({
|
|
|
2394
2394
|
"input"
|
|
2395
2395
|
],
|
|
2396
2396
|
setup(e, o) {
|
|
2397
|
-
const
|
|
2397
|
+
const a = u("data-grid", f), i = d(null);
|
|
2398
2398
|
return o.expose({
|
|
2399
2399
|
selectionModeChanged(t) {
|
|
2400
2400
|
var s;
|
|
2401
2401
|
return (s = i.value) == null ? void 0 : s.selectionModeChanged(t);
|
|
2402
2402
|
}
|
|
2403
|
-
}), { componentName:
|
|
2403
|
+
}), { componentName: a, element: i };
|
|
2404
2404
|
},
|
|
2405
2405
|
render() {
|
|
2406
|
-
return r ?
|
|
2406
|
+
return r ? n(
|
|
2407
2407
|
this.componentName,
|
|
2408
2408
|
{
|
|
2409
2409
|
ref: "element",
|
|
@@ -2428,7 +2428,7 @@ const qe = u({
|
|
|
2428
2428
|
}
|
|
2429
2429
|
},
|
|
2430
2430
|
[this.$slots.default]
|
|
2431
|
-
) :
|
|
2431
|
+
) : n(
|
|
2432
2432
|
this.componentName,
|
|
2433
2433
|
{
|
|
2434
2434
|
ref: "element",
|
|
@@ -2452,7 +2452,7 @@ const qe = u({
|
|
|
2452
2452
|
]
|
|
2453
2453
|
);
|
|
2454
2454
|
}
|
|
2455
|
-
}), Ze =
|
|
2455
|
+
}), Ze = h({
|
|
2456
2456
|
name: "VDataGridRow",
|
|
2457
2457
|
props: {
|
|
2458
2458
|
/**
|
|
@@ -2519,7 +2519,7 @@ const qe = u({
|
|
|
2519
2519
|
"row-focused"
|
|
2520
2520
|
],
|
|
2521
2521
|
setup(e, o) {
|
|
2522
|
-
const
|
|
2522
|
+
const a = u("data-grid-row", f), i = d(null);
|
|
2523
2523
|
return o.expose({
|
|
2524
2524
|
handleFocusout(t) {
|
|
2525
2525
|
var s;
|
|
@@ -2533,10 +2533,10 @@ const qe = u({
|
|
|
2533
2533
|
var s;
|
|
2534
2534
|
return (s = i.value) == null ? void 0 : s.handleKeydown(t);
|
|
2535
2535
|
}
|
|
2536
|
-
}), { componentName:
|
|
2536
|
+
}), { componentName: a, element: i };
|
|
2537
2537
|
},
|
|
2538
2538
|
render() {
|
|
2539
|
-
return r ?
|
|
2539
|
+
return r ? n(
|
|
2540
2540
|
this.componentName,
|
|
2541
2541
|
{
|
|
2542
2542
|
ref: "element",
|
|
@@ -2558,7 +2558,7 @@ const qe = u({
|
|
|
2558
2558
|
}
|
|
2559
2559
|
},
|
|
2560
2560
|
[this.$slots.default]
|
|
2561
|
-
) :
|
|
2561
|
+
) : n(
|
|
2562
2562
|
this.componentName,
|
|
2563
2563
|
{
|
|
2564
2564
|
ref: "element",
|
|
@@ -2581,7 +2581,7 @@ const qe = u({
|
|
|
2581
2581
|
]
|
|
2582
2582
|
);
|
|
2583
2583
|
}
|
|
2584
|
-
}), Qe =
|
|
2584
|
+
}), Qe = h({
|
|
2585
2585
|
name: "VDataGridCell",
|
|
2586
2586
|
props: {
|
|
2587
2587
|
/**
|
|
@@ -2663,15 +2663,15 @@ const qe = u({
|
|
|
2663
2663
|
"sort"
|
|
2664
2664
|
],
|
|
2665
2665
|
setup(e, o) {
|
|
2666
|
-
const
|
|
2666
|
+
const a = u("data-grid-cell", f), i = d(null);
|
|
2667
2667
|
return o.expose({
|
|
2668
2668
|
handleKeydown(t) {
|
|
2669
2669
|
var s;
|
|
2670
2670
|
return (s = i.value) == null ? void 0 : s.handleKeydown(t);
|
|
2671
2671
|
},
|
|
2672
2672
|
ariaSelectedChanged(t, s) {
|
|
2673
|
-
var
|
|
2674
|
-
return (
|
|
2673
|
+
var p;
|
|
2674
|
+
return (p = i.value) == null ? void 0 : p.ariaSelectedChanged(t, s);
|
|
2675
2675
|
},
|
|
2676
2676
|
handleFocusin(t) {
|
|
2677
2677
|
var s;
|
|
@@ -2681,10 +2681,10 @@ const qe = u({
|
|
|
2681
2681
|
var s;
|
|
2682
2682
|
return (s = i.value) == null ? void 0 : s.handleFocusout(t);
|
|
2683
2683
|
}
|
|
2684
|
-
}), { componentName:
|
|
2684
|
+
}), { componentName: a, element: i };
|
|
2685
2685
|
},
|
|
2686
2686
|
render() {
|
|
2687
|
-
return r ?
|
|
2687
|
+
return r ? n(
|
|
2688
2688
|
this.componentName,
|
|
2689
2689
|
{
|
|
2690
2690
|
ref: "element",
|
|
@@ -2709,7 +2709,7 @@ const qe = u({
|
|
|
2709
2709
|
}
|
|
2710
2710
|
},
|
|
2711
2711
|
[this.$slots.default]
|
|
2712
|
-
) :
|
|
2712
|
+
) : n(
|
|
2713
2713
|
this.componentName,
|
|
2714
2714
|
{
|
|
2715
2715
|
ref: "element",
|
|
@@ -2735,7 +2735,7 @@ const qe = u({
|
|
|
2735
2735
|
]
|
|
2736
2736
|
);
|
|
2737
2737
|
}
|
|
2738
|
-
}), Ye =
|
|
2738
|
+
}), Ye = h({
|
|
2739
2739
|
name: "VDatePicker",
|
|
2740
2740
|
model: r ? {
|
|
2741
2741
|
prop: "modelValue",
|
|
@@ -2828,11 +2828,11 @@ const qe = u({
|
|
|
2828
2828
|
"update:modelValue"
|
|
2829
2829
|
],
|
|
2830
2830
|
setup(e, o) {
|
|
2831
|
-
const
|
|
2832
|
-
return o.expose({}), { componentName:
|
|
2831
|
+
const a = u("date-picker", K), i = d(null);
|
|
2832
|
+
return o.expose({}), { componentName: a, element: i };
|
|
2833
2833
|
},
|
|
2834
2834
|
render() {
|
|
2835
|
-
return r ?
|
|
2835
|
+
return r ? n(
|
|
2836
2836
|
this.componentName,
|
|
2837
2837
|
{
|
|
2838
2838
|
ref: "element",
|
|
@@ -2865,7 +2865,7 @@ const qe = u({
|
|
|
2865
2865
|
}
|
|
2866
2866
|
},
|
|
2867
2867
|
[]
|
|
2868
|
-
) :
|
|
2868
|
+
) : n(
|
|
2869
2869
|
this.componentName,
|
|
2870
2870
|
{
|
|
2871
2871
|
ref: "element",
|
|
@@ -2896,7 +2896,7 @@ const qe = u({
|
|
|
2896
2896
|
[]
|
|
2897
2897
|
);
|
|
2898
2898
|
}
|
|
2899
|
-
}), Ie =
|
|
2899
|
+
}), Ie = h({
|
|
2900
2900
|
name: "VDateRangePicker",
|
|
2901
2901
|
props: {
|
|
2902
2902
|
/**
|
|
@@ -3016,14 +3016,14 @@ const qe = u({
|
|
|
3016
3016
|
"update:end"
|
|
3017
3017
|
],
|
|
3018
3018
|
setup(e, o) {
|
|
3019
|
-
const
|
|
3019
|
+
const a = u(
|
|
3020
3020
|
"date-range-picker",
|
|
3021
3021
|
A
|
|
3022
3022
|
), i = d(null);
|
|
3023
|
-
return o.expose({}), { componentName:
|
|
3023
|
+
return o.expose({}), { componentName: a, element: i };
|
|
3024
3024
|
},
|
|
3025
3025
|
render() {
|
|
3026
|
-
return r ?
|
|
3026
|
+
return r ? n(
|
|
3027
3027
|
this.componentName,
|
|
3028
3028
|
{
|
|
3029
3029
|
ref: "element",
|
|
@@ -3059,7 +3059,7 @@ const qe = u({
|
|
|
3059
3059
|
}
|
|
3060
3060
|
},
|
|
3061
3061
|
[]
|
|
3062
|
-
) :
|
|
3062
|
+
) : n(
|
|
3063
3063
|
this.componentName,
|
|
3064
3064
|
{
|
|
3065
3065
|
ref: "element",
|
|
@@ -3093,7 +3093,7 @@ const qe = u({
|
|
|
3093
3093
|
[]
|
|
3094
3094
|
);
|
|
3095
3095
|
}
|
|
3096
|
-
}), ei =
|
|
3096
|
+
}), ei = h({
|
|
3097
3097
|
name: "VDialog",
|
|
3098
3098
|
props: {
|
|
3099
3099
|
/**
|
|
@@ -3123,7 +3123,8 @@ const qe = u({
|
|
|
3123
3123
|
dismissButtonAriaLabel: {
|
|
3124
3124
|
type: String,
|
|
3125
3125
|
default: void 0
|
|
3126
|
-
}
|
|
3126
|
+
},
|
|
3127
|
+
noLightDismiss: { type: Boolean, default: void 0 }
|
|
3127
3128
|
},
|
|
3128
3129
|
emits: [
|
|
3129
3130
|
/**
|
|
@@ -3163,12 +3164,8 @@ const qe = u({
|
|
|
3163
3164
|
"close"
|
|
3164
3165
|
],
|
|
3165
3166
|
setup(e, o) {
|
|
3166
|
-
const
|
|
3167
|
+
const a = u("dialog", q), i = d(null);
|
|
3167
3168
|
return o.expose({
|
|
3168
|
-
openChanged(t, s) {
|
|
3169
|
-
var h;
|
|
3170
|
-
return (h = i.value) == null ? void 0 : h.openChanged(t, s);
|
|
3171
|
-
},
|
|
3172
3169
|
close() {
|
|
3173
3170
|
var t;
|
|
3174
3171
|
return (t = i.value) == null ? void 0 : t.close();
|
|
@@ -3181,10 +3178,10 @@ const qe = u({
|
|
|
3181
3178
|
var t;
|
|
3182
3179
|
return (t = i.value) == null ? void 0 : t.showModal();
|
|
3183
3180
|
}
|
|
3184
|
-
}), { componentName:
|
|
3181
|
+
}), { componentName: a, element: i };
|
|
3185
3182
|
},
|
|
3186
3183
|
render() {
|
|
3187
|
-
return r ?
|
|
3184
|
+
return r ? n(
|
|
3188
3185
|
this.componentName,
|
|
3189
3186
|
{
|
|
3190
3187
|
ref: "element",
|
|
@@ -3197,7 +3194,8 @@ const qe = u({
|
|
|
3197
3194
|
...this.headline !== void 0 ? { headline: this.headline } : {},
|
|
3198
3195
|
...this.fullWidthBody !== void 0 ? { "full-width-body": this.fullWidthBody } : {},
|
|
3199
3196
|
...this.ariaLabel !== void 0 ? { "aria-label": this.ariaLabel } : {},
|
|
3200
|
-
...this.dismissButtonAriaLabel !== void 0 ? { "dismiss-button-aria-label": this.dismissButtonAriaLabel } : {}
|
|
3197
|
+
...this.dismissButtonAriaLabel !== void 0 ? { "dismiss-button-aria-label": this.dismissButtonAriaLabel } : {},
|
|
3198
|
+
...this.noLightDismiss !== void 0 ? { "no-light-dismiss": this.noLightDismiss } : {}
|
|
3201
3199
|
},
|
|
3202
3200
|
class: "vvd-component",
|
|
3203
3201
|
on: {
|
|
@@ -3222,7 +3220,7 @@ const qe = u({
|
|
|
3222
3220
|
// @slot action-items Use the action-items slot in order to add action buttons to the bottom of the dialog.
|
|
3223
3221
|
l("action-items", this.$slots["action-items"])
|
|
3224
3222
|
]
|
|
3225
|
-
) :
|
|
3223
|
+
) : n(
|
|
3226
3224
|
this.componentName,
|
|
3227
3225
|
{
|
|
3228
3226
|
ref: "element",
|
|
@@ -3236,6 +3234,7 @@ const qe = u({
|
|
|
3236
3234
|
...this.fullWidthBody !== void 0 ? { "full-width-body": this.fullWidthBody } : {},
|
|
3237
3235
|
...this.ariaLabel !== void 0 ? { "aria-label": this.ariaLabel } : {},
|
|
3238
3236
|
...this.dismissButtonAriaLabel !== void 0 ? { "dismiss-button-aria-label": this.dismissButtonAriaLabel } : {},
|
|
3237
|
+
...this.noLightDismiss !== void 0 ? { "no-light-dismiss": this.noLightDismiss } : {},
|
|
3239
3238
|
onClick: (e) => this.$emit("click", e),
|
|
3240
3239
|
onFocus: (e) => this.$emit("focus", e),
|
|
3241
3240
|
onBlur: (e) => this.$emit("blur", e),
|
|
@@ -3258,7 +3257,7 @@ const qe = u({
|
|
|
3258
3257
|
]
|
|
3259
3258
|
);
|
|
3260
3259
|
}
|
|
3261
|
-
}), ii =
|
|
3260
|
+
}), ii = h({
|
|
3262
3261
|
name: "VDivider",
|
|
3263
3262
|
props: {
|
|
3264
3263
|
/**
|
|
@@ -3316,11 +3315,11 @@ const qe = u({
|
|
|
3316
3315
|
"input"
|
|
3317
3316
|
],
|
|
3318
3317
|
setup(e, o) {
|
|
3319
|
-
const
|
|
3320
|
-
return o.expose({}), { componentName:
|
|
3318
|
+
const a = u("divider", P), i = d(null);
|
|
3319
|
+
return o.expose({}), { componentName: a, element: i };
|
|
3321
3320
|
},
|
|
3322
3321
|
render() {
|
|
3323
|
-
return r ?
|
|
3322
|
+
return r ? n(
|
|
3324
3323
|
this.componentName,
|
|
3325
3324
|
{
|
|
3326
3325
|
ref: "element",
|
|
@@ -3340,7 +3339,7 @@ const qe = u({
|
|
|
3340
3339
|
}
|
|
3341
3340
|
},
|
|
3342
3341
|
[]
|
|
3343
|
-
) :
|
|
3342
|
+
) : n(
|
|
3344
3343
|
this.componentName,
|
|
3345
3344
|
{
|
|
3346
3345
|
ref: "element",
|
|
@@ -3358,7 +3357,7 @@ const qe = u({
|
|
|
3358
3357
|
[]
|
|
3359
3358
|
);
|
|
3360
3359
|
}
|
|
3361
|
-
}), ti =
|
|
3360
|
+
}), ti = h({
|
|
3362
3361
|
name: "VEmptyState",
|
|
3363
3362
|
props: {
|
|
3364
3363
|
/**
|
|
@@ -3411,11 +3410,11 @@ const qe = u({
|
|
|
3411
3410
|
"input"
|
|
3412
3411
|
],
|
|
3413
3412
|
setup(e, o) {
|
|
3414
|
-
const
|
|
3415
|
-
return o.expose({}), { componentName:
|
|
3413
|
+
const a = u("empty-state", O), i = d(null);
|
|
3414
|
+
return o.expose({}), { componentName: a, element: i };
|
|
3416
3415
|
},
|
|
3417
3416
|
render() {
|
|
3418
|
-
return r ?
|
|
3417
|
+
return r ? n(
|
|
3419
3418
|
this.componentName,
|
|
3420
3419
|
{
|
|
3421
3420
|
ref: "element",
|
|
@@ -3441,7 +3440,7 @@ const qe = u({
|
|
|
3441
3440
|
// @slot action-items Slot to add action items to the empty state
|
|
3442
3441
|
l("action-items", this.$slots["action-items"])
|
|
3443
3442
|
]
|
|
3444
|
-
) :
|
|
3443
|
+
) : n(
|
|
3445
3444
|
this.componentName,
|
|
3446
3445
|
{
|
|
3447
3446
|
ref: "element",
|
|
@@ -3466,7 +3465,7 @@ const qe = u({
|
|
|
3466
3465
|
]
|
|
3467
3466
|
);
|
|
3468
3467
|
}
|
|
3469
|
-
}), oi =
|
|
3468
|
+
}), oi = h({
|
|
3470
3469
|
name: "VFab",
|
|
3471
3470
|
props: {
|
|
3472
3471
|
/**
|
|
@@ -3600,7 +3599,7 @@ const qe = u({
|
|
|
3600
3599
|
"input"
|
|
3601
3600
|
],
|
|
3602
3601
|
setup(e, o) {
|
|
3603
|
-
const
|
|
3602
|
+
const a = u("fab", U), i = d(null);
|
|
3604
3603
|
return o.expose({
|
|
3605
3604
|
/**
|
|
3606
3605
|
* {@inheritDoc (FormAssociated:interface).validate}
|
|
@@ -3609,10 +3608,10 @@ const qe = u({
|
|
|
3609
3608
|
var t;
|
|
3610
3609
|
return (t = i.value) == null ? void 0 : t.validate();
|
|
3611
3610
|
}
|
|
3612
|
-
}), { componentName:
|
|
3611
|
+
}), { componentName: a, element: i };
|
|
3613
3612
|
},
|
|
3614
3613
|
render() {
|
|
3615
|
-
return r ?
|
|
3614
|
+
return r ? n(
|
|
3616
3615
|
this.componentName,
|
|
3617
3616
|
{
|
|
3618
3617
|
ref: "element",
|
|
@@ -3651,7 +3650,7 @@ const qe = u({
|
|
|
3651
3650
|
// @slot icon Slot to add an icon to fab.
|
|
3652
3651
|
l("icon", this.$slots.icon)
|
|
3653
3652
|
]
|
|
3654
|
-
) :
|
|
3653
|
+
) : n(
|
|
3655
3654
|
this.componentName,
|
|
3656
3655
|
{
|
|
3657
3656
|
ref: "element",
|
|
@@ -3688,7 +3687,7 @@ const qe = u({
|
|
|
3688
3687
|
]
|
|
3689
3688
|
);
|
|
3690
3689
|
}
|
|
3691
|
-
}),
|
|
3690
|
+
}), ai = h({
|
|
3692
3691
|
name: "VHeader",
|
|
3693
3692
|
props: {
|
|
3694
3693
|
/**
|
|
@@ -3740,11 +3739,11 @@ const qe = u({
|
|
|
3740
3739
|
"input"
|
|
3741
3740
|
],
|
|
3742
3741
|
setup(e, o) {
|
|
3743
|
-
const
|
|
3744
|
-
return o.expose({}), { componentName:
|
|
3742
|
+
const a = u("header", R), i = d(null);
|
|
3743
|
+
return o.expose({}), { componentName: a, element: i };
|
|
3745
3744
|
},
|
|
3746
3745
|
render() {
|
|
3747
|
-
return r ?
|
|
3746
|
+
return r ? n(
|
|
3748
3747
|
this.componentName,
|
|
3749
3748
|
{
|
|
3750
3749
|
ref: "element",
|
|
@@ -3770,7 +3769,7 @@ const qe = u({
|
|
|
3770
3769
|
// @slot app-content Content vertically aligned with header.
|
|
3771
3770
|
l("app-content", this.$slots["app-content"])
|
|
3772
3771
|
]
|
|
3773
|
-
) :
|
|
3772
|
+
) : n(
|
|
3774
3773
|
this.componentName,
|
|
3775
3774
|
{
|
|
3776
3775
|
ref: "element",
|
|
@@ -3795,7 +3794,7 @@ const qe = u({
|
|
|
3795
3794
|
]
|
|
3796
3795
|
);
|
|
3797
3796
|
}
|
|
3798
|
-
}),
|
|
3797
|
+
}), ni = h({
|
|
3799
3798
|
name: "VIcon",
|
|
3800
3799
|
props: {
|
|
3801
3800
|
/**
|
|
@@ -3855,16 +3854,16 @@ const qe = u({
|
|
|
3855
3854
|
"input"
|
|
3856
3855
|
],
|
|
3857
3856
|
setup(e, o) {
|
|
3858
|
-
const
|
|
3857
|
+
const a = u("icon", G), i = d(null);
|
|
3859
3858
|
return o.expose({
|
|
3860
3859
|
nameChanged() {
|
|
3861
3860
|
var t;
|
|
3862
3861
|
return (t = i.value) == null ? void 0 : t.nameChanged();
|
|
3863
3862
|
}
|
|
3864
|
-
}), { componentName:
|
|
3863
|
+
}), { componentName: a, element: i };
|
|
3865
3864
|
},
|
|
3866
3865
|
render() {
|
|
3867
|
-
return r ?
|
|
3866
|
+
return r ? n(
|
|
3868
3867
|
this.componentName,
|
|
3869
3868
|
{
|
|
3870
3869
|
ref: "element",
|
|
@@ -3885,7 +3884,7 @@ const qe = u({
|
|
|
3885
3884
|
}
|
|
3886
3885
|
},
|
|
3887
3886
|
[this.$slots.default]
|
|
3888
|
-
) :
|
|
3887
|
+
) : n(
|
|
3889
3888
|
this.componentName,
|
|
3890
3889
|
{
|
|
3891
3890
|
ref: "element",
|
|
@@ -3907,7 +3906,7 @@ const qe = u({
|
|
|
3907
3906
|
]
|
|
3908
3907
|
);
|
|
3909
3908
|
}
|
|
3910
|
-
}), li =
|
|
3909
|
+
}), li = h({
|
|
3911
3910
|
name: "VLayout",
|
|
3912
3911
|
props: {
|
|
3913
3912
|
/**
|
|
@@ -3986,11 +3985,11 @@ const qe = u({
|
|
|
3986
3985
|
"input"
|
|
3987
3986
|
],
|
|
3988
3987
|
setup(e, o) {
|
|
3989
|
-
const
|
|
3990
|
-
return o.expose({}), { componentName:
|
|
3988
|
+
const a = u("layout", E), i = d(null);
|
|
3989
|
+
return o.expose({}), { componentName: a, element: i };
|
|
3991
3990
|
},
|
|
3992
3991
|
render() {
|
|
3993
|
-
return r ?
|
|
3992
|
+
return r ? n(
|
|
3994
3993
|
this.componentName,
|
|
3995
3994
|
{
|
|
3996
3995
|
ref: "element",
|
|
@@ -4013,7 +4012,7 @@ const qe = u({
|
|
|
4013
4012
|
}
|
|
4014
4013
|
},
|
|
4015
4014
|
[this.$slots.default]
|
|
4016
|
-
) :
|
|
4015
|
+
) : n(
|
|
4017
4016
|
this.componentName,
|
|
4018
4017
|
{
|
|
4019
4018
|
ref: "element",
|
|
@@ -4037,7 +4036,7 @@ const qe = u({
|
|
|
4037
4036
|
]
|
|
4038
4037
|
);
|
|
4039
4038
|
}
|
|
4040
|
-
}), si =
|
|
4039
|
+
}), si = h({
|
|
4041
4040
|
name: "VMenu",
|
|
4042
4041
|
props: {
|
|
4043
4042
|
/**
|
|
@@ -4047,6 +4046,7 @@ const qe = u({
|
|
|
4047
4046
|
type: String,
|
|
4048
4047
|
default: void 0
|
|
4049
4048
|
},
|
|
4049
|
+
ariaLabel: { type: String, default: void 0 },
|
|
4050
4050
|
/**
|
|
4051
4051
|
* placement of the menu
|
|
4052
4052
|
*/
|
|
@@ -4114,7 +4114,7 @@ const qe = u({
|
|
|
4114
4114
|
"close"
|
|
4115
4115
|
],
|
|
4116
4116
|
setup(e, o) {
|
|
4117
|
-
const
|
|
4117
|
+
const a = u("menu", j), i = d(null);
|
|
4118
4118
|
return o.expose({
|
|
4119
4119
|
/**
|
|
4120
4120
|
* Focuses the first item in the menu.
|
|
@@ -4131,26 +4131,27 @@ const qe = u({
|
|
|
4131
4131
|
return (t = i.value) == null ? void 0 : t.collapseExpandedItem();
|
|
4132
4132
|
},
|
|
4133
4133
|
anchorChanged(t, s) {
|
|
4134
|
-
var
|
|
4135
|
-
return (
|
|
4134
|
+
var p;
|
|
4135
|
+
return (p = i.value) == null ? void 0 : p.anchorChanged(t, s);
|
|
4136
4136
|
},
|
|
4137
4137
|
autoDismissChanged(t, s) {
|
|
4138
|
-
var
|
|
4139
|
-
return (
|
|
4138
|
+
var p;
|
|
4139
|
+
return (p = i.value) == null ? void 0 : p.autoDismissChanged(t, s);
|
|
4140
4140
|
},
|
|
4141
4141
|
openChanged(t, s) {
|
|
4142
|
-
var
|
|
4143
|
-
return (
|
|
4142
|
+
var p;
|
|
4143
|
+
return (p = i.value) == null ? void 0 : p.openChanged(t, s);
|
|
4144
4144
|
}
|
|
4145
|
-
}), { componentName:
|
|
4145
|
+
}), { componentName: a, element: i };
|
|
4146
4146
|
},
|
|
4147
4147
|
render() {
|
|
4148
|
-
return r ?
|
|
4148
|
+
return r ? n(
|
|
4149
4149
|
this.componentName,
|
|
4150
4150
|
{
|
|
4151
4151
|
ref: "element",
|
|
4152
4152
|
attrs: {
|
|
4153
4153
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
4154
|
+
...this.ariaLabel !== void 0 ? { "aria-label": this.ariaLabel } : {},
|
|
4154
4155
|
...this.placement !== void 0 ? { placement: this.placement } : {},
|
|
4155
4156
|
...this.autoDismiss !== void 0 ? { "auto-dismiss": this.autoDismiss } : {},
|
|
4156
4157
|
...this.open !== void 0 ? { open: this.open } : {}
|
|
@@ -4177,12 +4178,13 @@ const qe = u({
|
|
|
4177
4178
|
// @slot action-items Used to add action items to the bottom of the menu.
|
|
4178
4179
|
l("action-items", this.$slots["action-items"])
|
|
4179
4180
|
]
|
|
4180
|
-
) :
|
|
4181
|
+
) : n(
|
|
4181
4182
|
this.componentName,
|
|
4182
4183
|
{
|
|
4183
4184
|
ref: "element",
|
|
4184
4185
|
class: "vvd-component",
|
|
4185
4186
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
4187
|
+
...this.ariaLabel !== void 0 ? { "aria-label": this.ariaLabel } : {},
|
|
4186
4188
|
...this.placement !== void 0 ? { placement: this.placement } : {},
|
|
4187
4189
|
...this.anchor !== void 0 ? { anchor: this.anchor } : {},
|
|
4188
4190
|
...this.autoDismiss !== void 0 ? { "auto-dismiss": this.autoDismiss } : {},
|
|
@@ -4206,7 +4208,7 @@ const qe = u({
|
|
|
4206
4208
|
]
|
|
4207
4209
|
);
|
|
4208
4210
|
}
|
|
4209
|
-
}), ri =
|
|
4211
|
+
}), ri = h({
|
|
4210
4212
|
name: "VMenuItem",
|
|
4211
4213
|
model: r ? {
|
|
4212
4214
|
prop: "modelValue",
|
|
@@ -4312,11 +4314,11 @@ const qe = u({
|
|
|
4312
4314
|
"update:modelValue"
|
|
4313
4315
|
],
|
|
4314
4316
|
setup(e, o) {
|
|
4315
|
-
const
|
|
4316
|
-
return o.expose({}), { componentName:
|
|
4317
|
+
const a = u("menu-item", H), i = d(null);
|
|
4318
|
+
return o.expose({}), { componentName: a, element: i };
|
|
4317
4319
|
},
|
|
4318
4320
|
render() {
|
|
4319
|
-
return r ?
|
|
4321
|
+
return r ? n(
|
|
4320
4322
|
this.componentName,
|
|
4321
4323
|
{
|
|
4322
4324
|
ref: "element",
|
|
@@ -4355,7 +4357,7 @@ const qe = u({
|
|
|
4355
4357
|
// @slot submenu Assign a Menu to the `submenu` slot to add a submenu.
|
|
4356
4358
|
l("submenu", this.$slots.submenu)
|
|
4357
4359
|
]
|
|
4358
|
-
) :
|
|
4360
|
+
) : n(
|
|
4359
4361
|
this.componentName,
|
|
4360
4362
|
{
|
|
4361
4363
|
ref: "element",
|
|
@@ -4392,7 +4394,7 @@ const qe = u({
|
|
|
4392
4394
|
]
|
|
4393
4395
|
);
|
|
4394
4396
|
}
|
|
4395
|
-
}), di =
|
|
4397
|
+
}), di = h({
|
|
4396
4398
|
name: "VNav",
|
|
4397
4399
|
props: {
|
|
4398
4400
|
/**
|
|
@@ -4436,11 +4438,11 @@ const qe = u({
|
|
|
4436
4438
|
"input"
|
|
4437
4439
|
],
|
|
4438
4440
|
setup(e, o) {
|
|
4439
|
-
const
|
|
4440
|
-
return o.expose({}), { componentName:
|
|
4441
|
+
const a = u("nav", W), i = d(null);
|
|
4442
|
+
return o.expose({}), { componentName: a, element: i };
|
|
4441
4443
|
},
|
|
4442
4444
|
render() {
|
|
4443
|
-
return r ?
|
|
4445
|
+
return r ? n(
|
|
4444
4446
|
this.componentName,
|
|
4445
4447
|
{
|
|
4446
4448
|
ref: "element",
|
|
@@ -4458,7 +4460,7 @@ const qe = u({
|
|
|
4458
4460
|
}
|
|
4459
4461
|
},
|
|
4460
4462
|
[this.$slots.default]
|
|
4461
|
-
) :
|
|
4463
|
+
) : n(
|
|
4462
4464
|
this.componentName,
|
|
4463
4465
|
{
|
|
4464
4466
|
ref: "element",
|
|
@@ -4477,7 +4479,7 @@ const qe = u({
|
|
|
4477
4479
|
]
|
|
4478
4480
|
);
|
|
4479
4481
|
}
|
|
4480
|
-
}), hi =
|
|
4482
|
+
}), hi = h({
|
|
4481
4483
|
name: "VNavDisclosure",
|
|
4482
4484
|
props: {
|
|
4483
4485
|
/**
|
|
@@ -4530,14 +4532,14 @@ const qe = u({
|
|
|
4530
4532
|
"toggle"
|
|
4531
4533
|
],
|
|
4532
4534
|
setup(e, o) {
|
|
4533
|
-
const
|
|
4535
|
+
const a = u(
|
|
4534
4536
|
"nav-disclosure",
|
|
4535
4537
|
_
|
|
4536
4538
|
), i = d(null);
|
|
4537
|
-
return o.expose({}), { componentName:
|
|
4539
|
+
return o.expose({}), { componentName: a, element: i };
|
|
4538
4540
|
},
|
|
4539
4541
|
render() {
|
|
4540
|
-
return r ?
|
|
4542
|
+
return r ? n(
|
|
4541
4543
|
this.componentName,
|
|
4542
4544
|
{
|
|
4543
4545
|
ref: "element",
|
|
@@ -4563,7 +4565,7 @@ const qe = u({
|
|
|
4563
4565
|
// @slot meta A slot to add additional content to the nav disclosure.
|
|
4564
4566
|
l("meta", this.$slots.meta)
|
|
4565
4567
|
]
|
|
4566
|
-
) :
|
|
4568
|
+
) : n(
|
|
4567
4569
|
this.componentName,
|
|
4568
4570
|
{
|
|
4569
4571
|
ref: "element",
|
|
@@ -4588,7 +4590,7 @@ const qe = u({
|
|
|
4588
4590
|
]
|
|
4589
4591
|
);
|
|
4590
4592
|
}
|
|
4591
|
-
}), ui =
|
|
4593
|
+
}), ui = h({
|
|
4592
4594
|
name: "VNavItem",
|
|
4593
4595
|
props: {
|
|
4594
4596
|
/**
|
|
@@ -4676,16 +4678,16 @@ const qe = u({
|
|
|
4676
4678
|
"input"
|
|
4677
4679
|
],
|
|
4678
4680
|
setup(e, o) {
|
|
4679
|
-
const
|
|
4681
|
+
const a = u("nav-item", X), i = d(null);
|
|
4680
4682
|
return o.expose({
|
|
4681
4683
|
getBodyTemplate() {
|
|
4682
4684
|
var t;
|
|
4683
4685
|
return (t = i.value) == null ? void 0 : t.getBodyTemplate();
|
|
4684
4686
|
}
|
|
4685
|
-
}), { componentName:
|
|
4687
|
+
}), { componentName: a, element: i };
|
|
4686
4688
|
},
|
|
4687
4689
|
render() {
|
|
4688
|
-
return r ?
|
|
4690
|
+
return r ? n(
|
|
4689
4691
|
this.componentName,
|
|
4690
4692
|
{
|
|
4691
4693
|
ref: "element",
|
|
@@ -4716,7 +4718,7 @@ const qe = u({
|
|
|
4716
4718
|
// @slot meta A slot to add additional content to the nav item.
|
|
4717
4719
|
l("meta", this.$slots.meta)
|
|
4718
4720
|
]
|
|
4719
|
-
) :
|
|
4721
|
+
) : n(
|
|
4720
4722
|
this.componentName,
|
|
4721
4723
|
{
|
|
4722
4724
|
ref: "element",
|
|
@@ -4745,7 +4747,7 @@ const qe = u({
|
|
|
4745
4747
|
]
|
|
4746
4748
|
);
|
|
4747
4749
|
}
|
|
4748
|
-
}), pi =
|
|
4750
|
+
}), pi = h({
|
|
4749
4751
|
name: "VNote",
|
|
4750
4752
|
props: {
|
|
4751
4753
|
/**
|
|
@@ -4802,11 +4804,11 @@ const qe = u({
|
|
|
4802
4804
|
"input"
|
|
4803
4805
|
],
|
|
4804
4806
|
setup(e, o) {
|
|
4805
|
-
const
|
|
4806
|
-
return o.expose({}), { componentName:
|
|
4807
|
+
const a = u("note", J), i = d(null);
|
|
4808
|
+
return o.expose({}), { componentName: a, element: i };
|
|
4807
4809
|
},
|
|
4808
4810
|
render() {
|
|
4809
|
-
return r ?
|
|
4811
|
+
return r ? n(
|
|
4810
4812
|
this.componentName,
|
|
4811
4813
|
{
|
|
4812
4814
|
ref: "element",
|
|
@@ -4827,7 +4829,7 @@ const qe = u({
|
|
|
4827
4829
|
}
|
|
4828
4830
|
},
|
|
4829
4831
|
[this.$slots.default]
|
|
4830
|
-
) :
|
|
4832
|
+
) : n(
|
|
4831
4833
|
this.componentName,
|
|
4832
4834
|
{
|
|
4833
4835
|
ref: "element",
|
|
@@ -4849,7 +4851,7 @@ const qe = u({
|
|
|
4849
4851
|
]
|
|
4850
4852
|
);
|
|
4851
4853
|
}
|
|
4852
|
-
}), ci =
|
|
4854
|
+
}), ci = h({
|
|
4853
4855
|
name: "VNumberField",
|
|
4854
4856
|
model: r ? {
|
|
4855
4857
|
prop: "modelValue",
|
|
@@ -5015,7 +5017,7 @@ const qe = u({
|
|
|
5015
5017
|
"update:modelValue"
|
|
5016
5018
|
],
|
|
5017
5019
|
setup(e, o) {
|
|
5018
|
-
const
|
|
5020
|
+
const a = u(
|
|
5019
5021
|
"number-field",
|
|
5020
5022
|
Z
|
|
5021
5023
|
), i = d(null);
|
|
@@ -5035,8 +5037,8 @@ const qe = u({
|
|
|
5035
5037
|
return (t = i.value) == null ? void 0 : t.select();
|
|
5036
5038
|
},
|
|
5037
5039
|
stepChanged(t, s) {
|
|
5038
|
-
var
|
|
5039
|
-
return (
|
|
5040
|
+
var p;
|
|
5041
|
+
return (p = i.value) == null ? void 0 : p.stepChanged(t, s);
|
|
5040
5042
|
},
|
|
5041
5043
|
stepUp() {
|
|
5042
5044
|
var t;
|
|
@@ -5046,10 +5048,10 @@ const qe = u({
|
|
|
5046
5048
|
var t;
|
|
5047
5049
|
return (t = i.value) == null ? void 0 : t.stepDown();
|
|
5048
5050
|
}
|
|
5049
|
-
}), { componentName:
|
|
5051
|
+
}), { componentName: a, element: i };
|
|
5050
5052
|
},
|
|
5051
5053
|
render() {
|
|
5052
|
-
return r ?
|
|
5054
|
+
return r ? n(
|
|
5053
5055
|
this.componentName,
|
|
5054
5056
|
{
|
|
5055
5057
|
ref: "element",
|
|
@@ -5100,7 +5102,7 @@ const qe = u({
|
|
|
5100
5102
|
}
|
|
5101
5103
|
},
|
|
5102
5104
|
[]
|
|
5103
|
-
) :
|
|
5105
|
+
) : n(
|
|
5104
5106
|
this.componentName,
|
|
5105
5107
|
{
|
|
5106
5108
|
ref: "element",
|
|
@@ -5149,7 +5151,7 @@ const qe = u({
|
|
|
5149
5151
|
[]
|
|
5150
5152
|
);
|
|
5151
5153
|
}
|
|
5152
|
-
}), vi =
|
|
5154
|
+
}), vi = h({
|
|
5153
5155
|
name: "VOption",
|
|
5154
5156
|
props: {
|
|
5155
5157
|
/**
|
|
@@ -5217,23 +5219,23 @@ const qe = u({
|
|
|
5217
5219
|
"input"
|
|
5218
5220
|
],
|
|
5219
5221
|
setup(e, o) {
|
|
5220
|
-
const
|
|
5222
|
+
const a = u("option", Q), i = d(null);
|
|
5221
5223
|
return o.expose({
|
|
5222
5224
|
/**
|
|
5223
5225
|
* Updates the ariaChecked property when the checked property changes.
|
|
5224
5226
|
*/
|
|
5225
5227
|
checkedChanged(t, s) {
|
|
5226
|
-
var
|
|
5227
|
-
return (
|
|
5228
|
+
var p;
|
|
5229
|
+
return (p = i.value) == null ? void 0 : p.checkedChanged(t, s);
|
|
5228
5230
|
},
|
|
5229
5231
|
initialValueChanged(t, s) {
|
|
5230
|
-
var
|
|
5231
|
-
return (
|
|
5232
|
+
var p;
|
|
5233
|
+
return (p = i.value) == null ? void 0 : p.initialValueChanged(t, s);
|
|
5232
5234
|
}
|
|
5233
|
-
}), { componentName:
|
|
5235
|
+
}), { componentName: a, element: i };
|
|
5234
5236
|
},
|
|
5235
5237
|
render() {
|
|
5236
|
-
return r ?
|
|
5238
|
+
return r ? n(
|
|
5237
5239
|
this.componentName,
|
|
5238
5240
|
{
|
|
5239
5241
|
ref: "element",
|
|
@@ -5261,7 +5263,7 @@ const qe = u({
|
|
|
5261
5263
|
// @slot icon Slot to add an icon to the option.
|
|
5262
5264
|
l("icon", this.$slots.icon)
|
|
5263
5265
|
]
|
|
5264
|
-
) :
|
|
5266
|
+
) : n(
|
|
5265
5267
|
this.componentName,
|
|
5266
5268
|
{
|
|
5267
5269
|
ref: "element",
|
|
@@ -5287,7 +5289,7 @@ const qe = u({
|
|
|
5287
5289
|
]
|
|
5288
5290
|
);
|
|
5289
5291
|
}
|
|
5290
|
-
}), mi =
|
|
5292
|
+
}), mi = h({
|
|
5291
5293
|
name: "VPagination",
|
|
5292
5294
|
props: {
|
|
5293
5295
|
/**
|
|
@@ -5350,24 +5352,24 @@ const qe = u({
|
|
|
5350
5352
|
"pagination-change"
|
|
5351
5353
|
],
|
|
5352
5354
|
setup(e, o) {
|
|
5353
|
-
const
|
|
5355
|
+
const a = u("pagination", Y), i = d(null);
|
|
5354
5356
|
return o.expose({
|
|
5355
5357
|
totalChanged(t, s) {
|
|
5356
|
-
var
|
|
5357
|
-
return (
|
|
5358
|
+
var p;
|
|
5359
|
+
return (p = i.value) == null ? void 0 : p.totalChanged(t, s);
|
|
5358
5360
|
},
|
|
5359
5361
|
selectedIndexChanged(t, s) {
|
|
5360
|
-
var
|
|
5361
|
-
return (
|
|
5362
|
+
var p;
|
|
5363
|
+
return (p = i.value) == null ? void 0 : p.selectedIndexChanged(t, s);
|
|
5362
5364
|
},
|
|
5363
5365
|
paginationButtonsChanged(t, s) {
|
|
5364
|
-
var
|
|
5365
|
-
return (
|
|
5366
|
+
var p;
|
|
5367
|
+
return (p = i.value) == null ? void 0 : p.paginationButtonsChanged(t, s);
|
|
5366
5368
|
}
|
|
5367
|
-
}), { componentName:
|
|
5369
|
+
}), { componentName: a, element: i };
|
|
5368
5370
|
},
|
|
5369
5371
|
render() {
|
|
5370
|
-
return r ?
|
|
5372
|
+
return r ? n(
|
|
5371
5373
|
this.componentName,
|
|
5372
5374
|
{
|
|
5373
5375
|
ref: "element",
|
|
@@ -5391,7 +5393,7 @@ const qe = u({
|
|
|
5391
5393
|
}
|
|
5392
5394
|
},
|
|
5393
5395
|
[]
|
|
5394
|
-
) :
|
|
5396
|
+
) : n(
|
|
5395
5397
|
this.componentName,
|
|
5396
5398
|
{
|
|
5397
5399
|
ref: "element",
|
|
@@ -5413,7 +5415,7 @@ const qe = u({
|
|
|
5413
5415
|
[]
|
|
5414
5416
|
);
|
|
5415
5417
|
}
|
|
5416
|
-
}), fi =
|
|
5418
|
+
}), fi = h({
|
|
5417
5419
|
name: "VProgress",
|
|
5418
5420
|
props: {
|
|
5419
5421
|
/**
|
|
@@ -5492,11 +5494,11 @@ const qe = u({
|
|
|
5492
5494
|
"input"
|
|
5493
5495
|
],
|
|
5494
5496
|
setup(e, o) {
|
|
5495
|
-
const
|
|
5496
|
-
return o.expose({}), { componentName:
|
|
5497
|
+
const a = u("progress", I), i = d(null);
|
|
5498
|
+
return o.expose({}), { componentName: a, element: i };
|
|
5497
5499
|
},
|
|
5498
5500
|
render() {
|
|
5499
|
-
return r ?
|
|
5501
|
+
return r ? n(
|
|
5500
5502
|
this.componentName,
|
|
5501
5503
|
{
|
|
5502
5504
|
ref: "element",
|
|
@@ -5522,7 +5524,7 @@ const qe = u({
|
|
|
5522
5524
|
}
|
|
5523
5525
|
},
|
|
5524
5526
|
[]
|
|
5525
|
-
) :
|
|
5527
|
+
) : n(
|
|
5526
5528
|
this.componentName,
|
|
5527
5529
|
{
|
|
5528
5530
|
ref: "element",
|
|
@@ -5546,7 +5548,7 @@ const qe = u({
|
|
|
5546
5548
|
[]
|
|
5547
5549
|
);
|
|
5548
5550
|
}
|
|
5549
|
-
}), gi =
|
|
5551
|
+
}), gi = h({
|
|
5550
5552
|
name: "VProgressRing",
|
|
5551
5553
|
props: {
|
|
5552
5554
|
/**
|
|
@@ -5615,14 +5617,14 @@ const qe = u({
|
|
|
5615
5617
|
"input"
|
|
5616
5618
|
],
|
|
5617
5619
|
setup(e, o) {
|
|
5618
|
-
const
|
|
5620
|
+
const a = u(
|
|
5619
5621
|
"progress-ring",
|
|
5620
5622
|
ee
|
|
5621
5623
|
), i = d(null);
|
|
5622
|
-
return o.expose({}), { componentName:
|
|
5624
|
+
return o.expose({}), { componentName: a, element: i };
|
|
5623
5625
|
},
|
|
5624
5626
|
render() {
|
|
5625
|
-
return r ?
|
|
5627
|
+
return r ? n(
|
|
5626
5628
|
this.componentName,
|
|
5627
5629
|
{
|
|
5628
5630
|
ref: "element",
|
|
@@ -5647,7 +5649,7 @@ const qe = u({
|
|
|
5647
5649
|
}
|
|
5648
5650
|
},
|
|
5649
5651
|
[]
|
|
5650
|
-
) :
|
|
5652
|
+
) : n(
|
|
5651
5653
|
this.componentName,
|
|
5652
5654
|
{
|
|
5653
5655
|
ref: "element",
|
|
@@ -5670,7 +5672,7 @@ const qe = u({
|
|
|
5670
5672
|
[]
|
|
5671
5673
|
);
|
|
5672
5674
|
}
|
|
5673
|
-
}), yi =
|
|
5675
|
+
}), yi = h({
|
|
5674
5676
|
name: "VRadio",
|
|
5675
5677
|
props: {
|
|
5676
5678
|
/**
|
|
@@ -5772,11 +5774,11 @@ const qe = u({
|
|
|
5772
5774
|
"change"
|
|
5773
5775
|
],
|
|
5774
5776
|
setup(e, o) {
|
|
5775
|
-
const
|
|
5776
|
-
return o.expose({}), { componentName:
|
|
5777
|
+
const a = u("radio", ie), i = d(null);
|
|
5778
|
+
return o.expose({}), { componentName: a, element: i };
|
|
5777
5779
|
},
|
|
5778
5780
|
render() {
|
|
5779
|
-
return r ?
|
|
5781
|
+
return r ? n(
|
|
5780
5782
|
this.componentName,
|
|
5781
5783
|
{
|
|
5782
5784
|
ref: "element",
|
|
@@ -5806,7 +5808,7 @@ const qe = u({
|
|
|
5806
5808
|
}
|
|
5807
5809
|
},
|
|
5808
5810
|
[]
|
|
5809
|
-
) :
|
|
5811
|
+
) : n(
|
|
5810
5812
|
this.componentName,
|
|
5811
5813
|
{
|
|
5812
5814
|
ref: "element",
|
|
@@ -5834,7 +5836,7 @@ const qe = u({
|
|
|
5834
5836
|
[]
|
|
5835
5837
|
);
|
|
5836
5838
|
}
|
|
5837
|
-
}), bi =
|
|
5839
|
+
}), bi = h({
|
|
5838
5840
|
name: "VRadioGroup",
|
|
5839
5841
|
model: r ? {
|
|
5840
5842
|
prop: "modelValue",
|
|
@@ -5920,11 +5922,11 @@ const qe = u({
|
|
|
5920
5922
|
"update:modelValue"
|
|
5921
5923
|
],
|
|
5922
5924
|
setup(e, o) {
|
|
5923
|
-
const
|
|
5924
|
-
return o.expose({}), { componentName:
|
|
5925
|
+
const a = u("radio-group", te), i = d(null);
|
|
5926
|
+
return o.expose({}), { componentName: a, element: i };
|
|
5925
5927
|
},
|
|
5926
5928
|
render() {
|
|
5927
|
-
return r ?
|
|
5929
|
+
return r ? n(
|
|
5928
5930
|
this.componentName,
|
|
5929
5931
|
{
|
|
5930
5932
|
ref: "element",
|
|
@@ -5954,7 +5956,7 @@ const qe = u({
|
|
|
5954
5956
|
}
|
|
5955
5957
|
},
|
|
5956
5958
|
[this.$slots.default]
|
|
5957
|
-
) :
|
|
5959
|
+
) : n(
|
|
5958
5960
|
this.componentName,
|
|
5959
5961
|
{
|
|
5960
5962
|
ref: "element",
|
|
@@ -5985,7 +5987,7 @@ const qe = u({
|
|
|
5985
5987
|
]
|
|
5986
5988
|
);
|
|
5987
5989
|
}
|
|
5988
|
-
}), ki =
|
|
5990
|
+
}), ki = h({
|
|
5989
5991
|
name: "VSelectableBox",
|
|
5990
5992
|
props: {
|
|
5991
5993
|
/**
|
|
@@ -6065,14 +6067,14 @@ const qe = u({
|
|
|
6065
6067
|
"change"
|
|
6066
6068
|
],
|
|
6067
6069
|
setup(e, o) {
|
|
6068
|
-
const
|
|
6070
|
+
const a = u(
|
|
6069
6071
|
"selectable-box",
|
|
6070
6072
|
oe
|
|
6071
6073
|
), i = d(null);
|
|
6072
|
-
return o.expose({}), { componentName:
|
|
6074
|
+
return o.expose({}), { componentName: a, element: i };
|
|
6073
6075
|
},
|
|
6074
6076
|
render() {
|
|
6075
|
-
return r ?
|
|
6077
|
+
return r ? n(
|
|
6076
6078
|
this.componentName,
|
|
6077
6079
|
{
|
|
6078
6080
|
ref: "element",
|
|
@@ -6098,7 +6100,7 @@ const qe = u({
|
|
|
6098
6100
|
}
|
|
6099
6101
|
},
|
|
6100
6102
|
[this.$slots.default]
|
|
6101
|
-
) :
|
|
6103
|
+
) : n(
|
|
6102
6104
|
this.componentName,
|
|
6103
6105
|
{
|
|
6104
6106
|
ref: "element",
|
|
@@ -6125,7 +6127,7 @@ const qe = u({
|
|
|
6125
6127
|
]
|
|
6126
6128
|
);
|
|
6127
6129
|
}
|
|
6128
|
-
}), Si =
|
|
6130
|
+
}), Si = h({
|
|
6129
6131
|
name: "VSelect",
|
|
6130
6132
|
model: r ? {
|
|
6131
6133
|
prop: "modelValue",
|
|
@@ -6267,7 +6269,7 @@ const qe = u({
|
|
|
6267
6269
|
"update:modelValue"
|
|
6268
6270
|
],
|
|
6269
6271
|
setup(e, o) {
|
|
6270
|
-
const
|
|
6272
|
+
const a = u("select", ae), i = d(null);
|
|
6271
6273
|
return o.expose({
|
|
6272
6274
|
/**
|
|
6273
6275
|
* Calculate and apply listbox positioning based on available viewport space.
|
|
@@ -6280,8 +6282,8 @@ const qe = u({
|
|
|
6280
6282
|
* Sets the multiple property on the proxy element.
|
|
6281
6283
|
*/
|
|
6282
6284
|
multipleChanged(t, s) {
|
|
6283
|
-
var
|
|
6284
|
-
return (
|
|
6285
|
+
var p;
|
|
6286
|
+
return (p = i.value) == null ? void 0 : p.multipleChanged(t, s);
|
|
6285
6287
|
},
|
|
6286
6288
|
/**
|
|
6287
6289
|
* Sets an option as selected and gives it focus.
|
|
@@ -6301,10 +6303,10 @@ const qe = u({
|
|
|
6301
6303
|
var t;
|
|
6302
6304
|
return (t = i.value) == null ? void 0 : t.setDefaultSelectedOption();
|
|
6303
6305
|
}
|
|
6304
|
-
}), { componentName:
|
|
6306
|
+
}), { componentName: a, element: i };
|
|
6305
6307
|
},
|
|
6306
6308
|
render() {
|
|
6307
|
-
return r ?
|
|
6309
|
+
return r ? n(
|
|
6308
6310
|
this.componentName,
|
|
6309
6311
|
{
|
|
6310
6312
|
ref: "element",
|
|
@@ -6352,7 +6354,7 @@ const qe = u({
|
|
|
6352
6354
|
// @slot meta Slot to add meta content to the select control.
|
|
6353
6355
|
l("meta", this.$slots.meta)
|
|
6354
6356
|
]
|
|
6355
|
-
) :
|
|
6357
|
+
) : n(
|
|
6356
6358
|
this.componentName,
|
|
6357
6359
|
{
|
|
6358
6360
|
ref: "element",
|
|
@@ -6399,7 +6401,7 @@ const qe = u({
|
|
|
6399
6401
|
]
|
|
6400
6402
|
);
|
|
6401
6403
|
}
|
|
6402
|
-
}), $i =
|
|
6404
|
+
}), $i = h({
|
|
6403
6405
|
name: "VSideDrawer",
|
|
6404
6406
|
props: {
|
|
6405
6407
|
/**
|
|
@@ -6469,11 +6471,11 @@ const qe = u({
|
|
|
6469
6471
|
"open"
|
|
6470
6472
|
],
|
|
6471
6473
|
setup(e, o) {
|
|
6472
|
-
const
|
|
6473
|
-
return o.expose({}), { componentName:
|
|
6474
|
+
const a = u("side-drawer", ne), i = d(null);
|
|
6475
|
+
return o.expose({}), { componentName: a, element: i };
|
|
6474
6476
|
},
|
|
6475
6477
|
render() {
|
|
6476
|
-
return r ?
|
|
6478
|
+
return r ? n(
|
|
6477
6479
|
this.componentName,
|
|
6478
6480
|
{
|
|
6479
6481
|
ref: "element",
|
|
@@ -6501,7 +6503,7 @@ const qe = u({
|
|
|
6501
6503
|
// @slot app-content Sets assigned nodes to the main application content, the side drawer is opened next to.
|
|
6502
6504
|
l("app-content", this.$slots["app-content"])
|
|
6503
6505
|
]
|
|
6504
|
-
) :
|
|
6506
|
+
) : n(
|
|
6505
6507
|
this.componentName,
|
|
6506
6508
|
{
|
|
6507
6509
|
ref: "element",
|
|
@@ -6528,7 +6530,7 @@ const qe = u({
|
|
|
6528
6530
|
]
|
|
6529
6531
|
);
|
|
6530
6532
|
}
|
|
6531
|
-
}), xi =
|
|
6533
|
+
}), xi = h({
|
|
6532
6534
|
name: "VSlider",
|
|
6533
6535
|
model: r ? {
|
|
6534
6536
|
prop: "modelValue",
|
|
@@ -6651,7 +6653,7 @@ const qe = u({
|
|
|
6651
6653
|
"update:modelValue"
|
|
6652
6654
|
],
|
|
6653
6655
|
setup(e, o) {
|
|
6654
|
-
const
|
|
6656
|
+
const a = u("slider", le), i = d(null);
|
|
6655
6657
|
return o.expose({
|
|
6656
6658
|
/**
|
|
6657
6659
|
* Increment the value by the step
|
|
@@ -6676,10 +6678,10 @@ const qe = u({
|
|
|
6676
6678
|
t
|
|
6677
6679
|
);
|
|
6678
6680
|
}
|
|
6679
|
-
}), { componentName:
|
|
6681
|
+
}), { componentName: a, element: i };
|
|
6680
6682
|
},
|
|
6681
6683
|
render() {
|
|
6682
|
-
return r ?
|
|
6684
|
+
return r ? n(
|
|
6683
6685
|
this.componentName,
|
|
6684
6686
|
{
|
|
6685
6687
|
ref: "element",
|
|
@@ -6718,7 +6720,7 @@ const qe = u({
|
|
|
6718
6720
|
}
|
|
6719
6721
|
},
|
|
6720
6722
|
[]
|
|
6721
|
-
) :
|
|
6723
|
+
) : n(
|
|
6722
6724
|
this.componentName,
|
|
6723
6725
|
{
|
|
6724
6726
|
ref: "element",
|
|
@@ -6755,7 +6757,7 @@ const qe = u({
|
|
|
6755
6757
|
[]
|
|
6756
6758
|
);
|
|
6757
6759
|
}
|
|
6758
|
-
}), wi =
|
|
6760
|
+
}), wi = h({
|
|
6759
6761
|
name: "VSwitch",
|
|
6760
6762
|
model: r ? {
|
|
6761
6763
|
prop: "modelValue",
|
|
@@ -6828,11 +6830,11 @@ const qe = u({
|
|
|
6828
6830
|
"update:modelValue"
|
|
6829
6831
|
],
|
|
6830
6832
|
setup(e, o) {
|
|
6831
|
-
const
|
|
6832
|
-
return o.expose({}), { componentName:
|
|
6833
|
+
const a = u("switch", se), i = d(null);
|
|
6834
|
+
return o.expose({}), { componentName: a, element: i };
|
|
6833
6835
|
},
|
|
6834
6836
|
render() {
|
|
6835
|
-
return r ?
|
|
6837
|
+
return r ? n(
|
|
6836
6838
|
this.componentName,
|
|
6837
6839
|
{
|
|
6838
6840
|
ref: "element",
|
|
@@ -6859,7 +6861,7 @@ const qe = u({
|
|
|
6859
6861
|
}
|
|
6860
6862
|
},
|
|
6861
6863
|
[]
|
|
6862
|
-
) :
|
|
6864
|
+
) : n(
|
|
6863
6865
|
this.componentName,
|
|
6864
6866
|
{
|
|
6865
6867
|
ref: "element",
|
|
@@ -6884,7 +6886,7 @@ const qe = u({
|
|
|
6884
6886
|
[]
|
|
6885
6887
|
);
|
|
6886
6888
|
}
|
|
6887
|
-
}), Ci =
|
|
6889
|
+
}), Ci = h({
|
|
6888
6890
|
name: "VTab",
|
|
6889
6891
|
props: {
|
|
6890
6892
|
/**
|
|
@@ -6961,11 +6963,11 @@ const qe = u({
|
|
|
6961
6963
|
"input"
|
|
6962
6964
|
],
|
|
6963
6965
|
setup(e, o) {
|
|
6964
|
-
const
|
|
6965
|
-
return o.expose({}), { componentName:
|
|
6966
|
+
const a = u("tab", re), i = d(null);
|
|
6967
|
+
return o.expose({}), { componentName: a, element: i };
|
|
6966
6968
|
},
|
|
6967
6969
|
render() {
|
|
6968
|
-
return r ?
|
|
6970
|
+
return r ? n(
|
|
6969
6971
|
this.componentName,
|
|
6970
6972
|
{
|
|
6971
6973
|
ref: "element",
|
|
@@ -6994,7 +6996,7 @@ const qe = u({
|
|
|
6994
6996
|
// @slot icon Slot to add an icon to tab.
|
|
6995
6997
|
l("icon", this.$slots.icon)
|
|
6996
6998
|
]
|
|
6997
|
-
) :
|
|
6999
|
+
) : n(
|
|
6998
7000
|
this.componentName,
|
|
6999
7001
|
{
|
|
7000
7002
|
ref: "element",
|
|
@@ -7021,7 +7023,7 @@ const qe = u({
|
|
|
7021
7023
|
]
|
|
7022
7024
|
);
|
|
7023
7025
|
}
|
|
7024
|
-
}), Li =
|
|
7026
|
+
}), Li = h({
|
|
7025
7027
|
name: "VTabs",
|
|
7026
7028
|
props: {
|
|
7027
7029
|
/**
|
|
@@ -7092,7 +7094,7 @@ const qe = u({
|
|
|
7092
7094
|
"change"
|
|
7093
7095
|
],
|
|
7094
7096
|
setup(e, o) {
|
|
7095
|
-
const
|
|
7097
|
+
const a = u("tabs", de), i = d(null);
|
|
7096
7098
|
return o.expose({
|
|
7097
7099
|
/**
|
|
7098
7100
|
* The adjust method for FASTTabs
|
|
@@ -7110,8 +7112,8 @@ const qe = u({
|
|
|
7110
7112
|
return (t = i.value) == null ? void 0 : t.orientationChanged();
|
|
7111
7113
|
},
|
|
7112
7114
|
activeidChanged(t, s) {
|
|
7113
|
-
var
|
|
7114
|
-
return (
|
|
7115
|
+
var p;
|
|
7116
|
+
return (p = i.value) == null ? void 0 : p.activeidChanged(t, s);
|
|
7115
7117
|
},
|
|
7116
7118
|
tabsChanged() {
|
|
7117
7119
|
var t;
|
|
@@ -7125,10 +7127,10 @@ const qe = u({
|
|
|
7125
7127
|
var t;
|
|
7126
7128
|
return (t = i.value) == null ? void 0 : t.patchIndicatorStyleTransition();
|
|
7127
7129
|
}
|
|
7128
|
-
}), { componentName:
|
|
7130
|
+
}), { componentName: a, element: i };
|
|
7129
7131
|
},
|
|
7130
7132
|
render() {
|
|
7131
|
-
return r ?
|
|
7133
|
+
return r ? n(
|
|
7132
7134
|
this.componentName,
|
|
7133
7135
|
{
|
|
7134
7136
|
ref: "element",
|
|
@@ -7151,7 +7153,7 @@ const qe = u({
|
|
|
7151
7153
|
}
|
|
7152
7154
|
},
|
|
7153
7155
|
[this.$slots.default]
|
|
7154
|
-
) :
|
|
7156
|
+
) : n(
|
|
7155
7157
|
this.componentName,
|
|
7156
7158
|
{
|
|
7157
7159
|
ref: "element",
|
|
@@ -7175,7 +7177,7 @@ const qe = u({
|
|
|
7175
7177
|
]
|
|
7176
7178
|
);
|
|
7177
7179
|
}
|
|
7178
|
-
}), Vi =
|
|
7180
|
+
}), Vi = h({
|
|
7179
7181
|
name: "VTabPanel",
|
|
7180
7182
|
props: {
|
|
7181
7183
|
/**
|
|
@@ -7219,11 +7221,11 @@ const qe = u({
|
|
|
7219
7221
|
"input"
|
|
7220
7222
|
],
|
|
7221
7223
|
setup(e, o) {
|
|
7222
|
-
const
|
|
7223
|
-
return o.expose({}), { componentName:
|
|
7224
|
+
const a = u("tab-panel", he), i = d(null);
|
|
7225
|
+
return o.expose({}), { componentName: a, element: i };
|
|
7224
7226
|
},
|
|
7225
7227
|
render() {
|
|
7226
|
-
return r ?
|
|
7228
|
+
return r ? n(
|
|
7227
7229
|
this.componentName,
|
|
7228
7230
|
{
|
|
7229
7231
|
ref: "element",
|
|
@@ -7241,7 +7243,7 @@ const qe = u({
|
|
|
7241
7243
|
}
|
|
7242
7244
|
},
|
|
7243
7245
|
[this.$slots.default]
|
|
7244
|
-
) :
|
|
7246
|
+
) : n(
|
|
7245
7247
|
this.componentName,
|
|
7246
7248
|
{
|
|
7247
7249
|
ref: "element",
|
|
@@ -7260,7 +7262,7 @@ const qe = u({
|
|
|
7260
7262
|
]
|
|
7261
7263
|
);
|
|
7262
7264
|
}
|
|
7263
|
-
}), Bi =
|
|
7265
|
+
}), Bi = h({
|
|
7264
7266
|
name: "VTextArea",
|
|
7265
7267
|
model: r ? {
|
|
7266
7268
|
prop: "modelValue",
|
|
@@ -7310,11 +7312,11 @@ const qe = u({
|
|
|
7310
7312
|
"update:modelValue"
|
|
7311
7313
|
],
|
|
7312
7314
|
setup(e, o) {
|
|
7313
|
-
const
|
|
7314
|
-
return o.expose({}), { componentName:
|
|
7315
|
+
const a = u("text-area", ue), i = d(null);
|
|
7316
|
+
return o.expose({}), { componentName: a, element: i };
|
|
7315
7317
|
},
|
|
7316
7318
|
render() {
|
|
7317
|
-
return r ?
|
|
7319
|
+
return r ? n(
|
|
7318
7320
|
this.componentName,
|
|
7319
7321
|
{
|
|
7320
7322
|
ref: "element",
|
|
@@ -7337,7 +7339,7 @@ const qe = u({
|
|
|
7337
7339
|
}
|
|
7338
7340
|
},
|
|
7339
7341
|
[]
|
|
7340
|
-
) :
|
|
7342
|
+
) : n(
|
|
7341
7343
|
this.componentName,
|
|
7342
7344
|
{
|
|
7343
7345
|
ref: "element",
|
|
@@ -7358,7 +7360,7 @@ const qe = u({
|
|
|
7358
7360
|
[]
|
|
7359
7361
|
);
|
|
7360
7362
|
}
|
|
7361
|
-
}), Ti =
|
|
7363
|
+
}), Ti = h({
|
|
7362
7364
|
name: "VTextField",
|
|
7363
7365
|
model: r ? {
|
|
7364
7366
|
prop: "modelValue",
|
|
@@ -7515,7 +7517,7 @@ const qe = u({
|
|
|
7515
7517
|
"update:modelValue"
|
|
7516
7518
|
],
|
|
7517
7519
|
setup(e, o) {
|
|
7518
|
-
const
|
|
7520
|
+
const a = u("text-field", pe), i = d(null);
|
|
7519
7521
|
return o.expose({
|
|
7520
7522
|
/**
|
|
7521
7523
|
* Selects all the text in the text field
|
|
@@ -7535,10 +7537,10 @@ const qe = u({
|
|
|
7535
7537
|
var t;
|
|
7536
7538
|
return (t = i.value) == null ? void 0 : t.focus();
|
|
7537
7539
|
}
|
|
7538
|
-
}), { componentName:
|
|
7540
|
+
}), { componentName: a, element: i };
|
|
7539
7541
|
},
|
|
7540
7542
|
render() {
|
|
7541
|
-
return r ?
|
|
7543
|
+
return r ? n(
|
|
7542
7544
|
this.componentName,
|
|
7543
7545
|
{
|
|
7544
7546
|
ref: "element",
|
|
@@ -7594,7 +7596,7 @@ const qe = u({
|
|
|
7594
7596
|
// @slot action-items Used to add action items to the end of the text-field.
|
|
7595
7597
|
l("action-items", this.$slots["action-items"])
|
|
7596
7598
|
]
|
|
7597
|
-
) :
|
|
7599
|
+
) : n(
|
|
7598
7600
|
this.componentName,
|
|
7599
7601
|
{
|
|
7600
7602
|
ref: "element",
|
|
@@ -7648,7 +7650,7 @@ const qe = u({
|
|
|
7648
7650
|
]
|
|
7649
7651
|
);
|
|
7650
7652
|
}
|
|
7651
|
-
}), Ni =
|
|
7653
|
+
}), Ni = h({
|
|
7652
7654
|
name: "VToggletip",
|
|
7653
7655
|
props: {
|
|
7654
7656
|
/**
|
|
@@ -7718,20 +7720,20 @@ const qe = u({
|
|
|
7718
7720
|
"input"
|
|
7719
7721
|
],
|
|
7720
7722
|
setup(e, o) {
|
|
7721
|
-
const
|
|
7723
|
+
const a = u("toggletip", ce), i = d(null);
|
|
7722
7724
|
return o.expose({
|
|
7723
7725
|
anchorChanged(t, s) {
|
|
7724
|
-
var
|
|
7725
|
-
return (
|
|
7726
|
+
var p;
|
|
7727
|
+
return (p = i.value) == null ? void 0 : p.anchorChanged(t, s);
|
|
7726
7728
|
},
|
|
7727
7729
|
openChanged(t, s) {
|
|
7728
|
-
var
|
|
7729
|
-
return (
|
|
7730
|
+
var p;
|
|
7731
|
+
return (p = i.value) == null ? void 0 : p.openChanged(t, s);
|
|
7730
7732
|
}
|
|
7731
|
-
}), { componentName:
|
|
7733
|
+
}), { componentName: a, element: i };
|
|
7732
7734
|
},
|
|
7733
7735
|
render() {
|
|
7734
|
-
return r ?
|
|
7736
|
+
return r ? n(
|
|
7735
7737
|
this.componentName,
|
|
7736
7738
|
{
|
|
7737
7739
|
ref: "element",
|
|
@@ -7760,7 +7762,7 @@ const qe = u({
|
|
|
7760
7762
|
// @slot action-items The content to display in the toggletip action items.
|
|
7761
7763
|
l("action-items", this.$slots["action-items"])
|
|
7762
7764
|
]
|
|
7763
|
-
) :
|
|
7765
|
+
) : n(
|
|
7764
7766
|
this.componentName,
|
|
7765
7767
|
{
|
|
7766
7768
|
ref: "element",
|
|
@@ -7786,7 +7788,7 @@ const qe = u({
|
|
|
7786
7788
|
]
|
|
7787
7789
|
);
|
|
7788
7790
|
}
|
|
7789
|
-
}), zi =
|
|
7791
|
+
}), zi = h({
|
|
7790
7792
|
name: "VTooltip",
|
|
7791
7793
|
props: {
|
|
7792
7794
|
/**
|
|
@@ -7844,20 +7846,20 @@ const qe = u({
|
|
|
7844
7846
|
"input"
|
|
7845
7847
|
],
|
|
7846
7848
|
setup(e, o) {
|
|
7847
|
-
const
|
|
7849
|
+
const a = u("tooltip", ve), i = d(null);
|
|
7848
7850
|
return o.expose({
|
|
7849
7851
|
anchorChanged(t, s) {
|
|
7850
|
-
var
|
|
7851
|
-
return (
|
|
7852
|
+
var p;
|
|
7853
|
+
return (p = i.value) == null ? void 0 : p.anchorChanged(t, s);
|
|
7852
7854
|
},
|
|
7853
7855
|
openChanged(t, s) {
|
|
7854
|
-
var
|
|
7855
|
-
return (
|
|
7856
|
+
var p;
|
|
7857
|
+
return (p = i.value) == null ? void 0 : p.openChanged(t, s);
|
|
7856
7858
|
}
|
|
7857
|
-
}), { componentName:
|
|
7859
|
+
}), { componentName: a, element: i };
|
|
7858
7860
|
},
|
|
7859
7861
|
render() {
|
|
7860
|
-
return r ?
|
|
7862
|
+
return r ? n(
|
|
7861
7863
|
this.componentName,
|
|
7862
7864
|
{
|
|
7863
7865
|
ref: "element",
|
|
@@ -7881,7 +7883,7 @@ const qe = u({
|
|
|
7881
7883
|
}
|
|
7882
7884
|
},
|
|
7883
7885
|
[]
|
|
7884
|
-
) :
|
|
7886
|
+
) : n(
|
|
7885
7887
|
this.componentName,
|
|
7886
7888
|
{
|
|
7887
7889
|
ref: "element",
|
|
@@ -7901,7 +7903,7 @@ const qe = u({
|
|
|
7901
7903
|
[]
|
|
7902
7904
|
);
|
|
7903
7905
|
}
|
|
7904
|
-
}), Mi =
|
|
7906
|
+
}), Mi = h({
|
|
7905
7907
|
name: "VTreeItem",
|
|
7906
7908
|
props: {
|
|
7907
7909
|
/**
|
|
@@ -7976,11 +7978,11 @@ const qe = u({
|
|
|
7976
7978
|
"selected-change"
|
|
7977
7979
|
],
|
|
7978
7980
|
setup(e, o) {
|
|
7979
|
-
const
|
|
7980
|
-
return o.expose({}), { componentName:
|
|
7981
|
+
const a = u("tree-item", me), i = d(null);
|
|
7982
|
+
return o.expose({}), { componentName: a, element: i };
|
|
7981
7983
|
},
|
|
7982
7984
|
render() {
|
|
7983
|
-
return r ?
|
|
7985
|
+
return r ? n(
|
|
7984
7986
|
this.componentName,
|
|
7985
7987
|
{
|
|
7986
7988
|
ref: "element",
|
|
@@ -8008,7 +8010,7 @@ const qe = u({
|
|
|
8008
8010
|
// @slot item To specify a child tree item.
|
|
8009
8011
|
l("item", this.$slots.item)
|
|
8010
8012
|
]
|
|
8011
|
-
) :
|
|
8013
|
+
) : n(
|
|
8012
8014
|
this.componentName,
|
|
8013
8015
|
{
|
|
8014
8016
|
ref: "element",
|
|
@@ -8034,7 +8036,7 @@ const qe = u({
|
|
|
8034
8036
|
]
|
|
8035
8037
|
);
|
|
8036
8038
|
}
|
|
8037
|
-
}), Di =
|
|
8039
|
+
}), Di = h({
|
|
8038
8040
|
name: "VTreeView",
|
|
8039
8041
|
props: {
|
|
8040
8042
|
/**
|
|
@@ -8086,11 +8088,11 @@ const qe = u({
|
|
|
8086
8088
|
"input"
|
|
8087
8089
|
],
|
|
8088
8090
|
setup(e, o) {
|
|
8089
|
-
const
|
|
8090
|
-
return o.expose({}), { componentName:
|
|
8091
|
+
const a = u("tree-view", fe), i = d(null);
|
|
8092
|
+
return o.expose({}), { componentName: a, element: i };
|
|
8091
8093
|
},
|
|
8092
8094
|
render() {
|
|
8093
|
-
return r ?
|
|
8095
|
+
return r ? n(
|
|
8094
8096
|
this.componentName,
|
|
8095
8097
|
{
|
|
8096
8098
|
ref: "element",
|
|
@@ -8109,7 +8111,7 @@ const qe = u({
|
|
|
8109
8111
|
}
|
|
8110
8112
|
},
|
|
8111
8113
|
[this.$slots.default]
|
|
8112
|
-
) :
|
|
8114
|
+
) : n(
|
|
8113
8115
|
this.componentName,
|
|
8114
8116
|
{
|
|
8115
8117
|
ref: "element",
|
|
@@ -8129,7 +8131,7 @@ const qe = u({
|
|
|
8129
8131
|
]
|
|
8130
8132
|
);
|
|
8131
8133
|
}
|
|
8132
|
-
}), Fi =
|
|
8134
|
+
}), Fi = h({
|
|
8133
8135
|
name: "VTag",
|
|
8134
8136
|
props: {
|
|
8135
8137
|
/**
|
|
@@ -8216,7 +8218,7 @@ const qe = u({
|
|
|
8216
8218
|
"input"
|
|
8217
8219
|
],
|
|
8218
8220
|
setup(e, o) {
|
|
8219
|
-
const
|
|
8221
|
+
const a = u("tag", ge), i = d(null);
|
|
8220
8222
|
return o.expose({
|
|
8221
8223
|
remove() {
|
|
8222
8224
|
var t;
|
|
@@ -8230,10 +8232,10 @@ const qe = u({
|
|
|
8230
8232
|
var t;
|
|
8231
8233
|
return (t = i.value) == null ? void 0 : t.handleClick();
|
|
8232
8234
|
}
|
|
8233
|
-
}), { componentName:
|
|
8235
|
+
}), { componentName: a, element: i };
|
|
8234
8236
|
},
|
|
8235
8237
|
render() {
|
|
8236
|
-
return r ?
|
|
8238
|
+
return r ? n(
|
|
8237
8239
|
this.componentName,
|
|
8238
8240
|
{
|
|
8239
8241
|
ref: "element",
|
|
@@ -8260,7 +8262,7 @@ const qe = u({
|
|
|
8260
8262
|
}
|
|
8261
8263
|
},
|
|
8262
8264
|
[]
|
|
8263
|
-
) :
|
|
8265
|
+
) : n(
|
|
8264
8266
|
this.componentName,
|
|
8265
8267
|
{
|
|
8266
8268
|
ref: "element",
|
|
@@ -8285,7 +8287,7 @@ const qe = u({
|
|
|
8285
8287
|
[]
|
|
8286
8288
|
);
|
|
8287
8289
|
}
|
|
8288
|
-
}), Ki =
|
|
8290
|
+
}), Ki = h({
|
|
8289
8291
|
name: "VTagGroup",
|
|
8290
8292
|
props: {
|
|
8291
8293
|
/**
|
|
@@ -8330,11 +8332,11 @@ const qe = u({
|
|
|
8330
8332
|
"input"
|
|
8331
8333
|
],
|
|
8332
8334
|
setup(e, o) {
|
|
8333
|
-
const
|
|
8334
|
-
return o.expose({}), { componentName:
|
|
8335
|
+
const a = u("tag-group", ye), i = d(null);
|
|
8336
|
+
return o.expose({}), { componentName: a, element: i };
|
|
8335
8337
|
},
|
|
8336
8338
|
render() {
|
|
8337
|
-
return r ?
|
|
8339
|
+
return r ? n(
|
|
8338
8340
|
this.componentName,
|
|
8339
8341
|
{
|
|
8340
8342
|
ref: "element",
|
|
@@ -8353,7 +8355,7 @@ const qe = u({
|
|
|
8353
8355
|
}
|
|
8354
8356
|
},
|
|
8355
8357
|
[this.$slots.default]
|
|
8356
|
-
) :
|
|
8358
|
+
) : n(
|
|
8357
8359
|
this.componentName,
|
|
8358
8360
|
{
|
|
8359
8361
|
ref: "element",
|
|
@@ -8377,19 +8379,19 @@ const qe = u({
|
|
|
8377
8379
|
var $e = /* @__PURE__ */ ((e) => (e.accessibilityLine = "accessibility-line", e.accessibilitySolid = "accessibility-solid", e.activeCallLine = "active-call-line", e.activeCallSolid = "active-call-solid", e.addCallLine = "add-call-line", e.addCallSolid = "add-call-solid", e.addGroupLine = "add-group-line", e.addGroupSolid = "add-group-solid", e.addLine = "add-line", e.addSolid = "add-solid", e.addUserLine = "add-user-line", e.addUserSolid = "add-user-solid", e.addressBookLine = "address-book-line", e.addressBookSolid = "address-book-solid", e.ai2Line = "ai-2-line", e.ai2Solid = "ai-2-solid", e.ai3Line = "ai-3-line", e.ai3Solid = "ai-3-solid", e.aiLine = "ai-line", e.aiSolid = "ai-solid", e.alarmLine = "alarm-line", e.alarmSolid = "alarm-solid", e.alignCenterLine = "align-center-line", e.alignCenterSolid = "align-center-solid", e.alignLeftLine = "align-left-line", e.alignLeftSolid = "align-left-solid", e.alignRightLine = "align-right-line", e.alignRightSolid = "align-right-solid", e.ambulanceLine = "ambulance-line", e.ambulanceSolid = "ambulance-solid", e.androidColor = "android-color", e.androidMono = "android-mono", e.angularColor = "angular-color", e.angularMono = "angular-mono", e.appLine = "app-line", e.appPlusLine = "app-plus-line", e.appPlusSolid = "app-plus-solid", e.appSolid = "app-solid", e.appStoreLine = "app-store-line", e.appStoreSolid = "app-store-solid", e.appleColor = "apple-color", e.appleMono = "apple-mono", e.appsLine = "apps-line", e.appsSolid = "apps-solid", e.arrowBoldLeftLine = "arrow-bold-left-line", e.arrowBoldLeftSolid = "arrow-bold-left-solid", e.arrowBoldRightLine = "arrow-bold-right-line", e.arrowBoldRightSolid = "arrow-bold-right-solid", e.arrowDownLine = "arrow-down-line", e.arrowDownSolid = "arrow-down-solid", e.arrowInboundLine = "arrow-inbound-line", e.arrowInboundSolid = "arrow-inbound-solid", e.arrowLeftLine = "arrow-left-line", e.arrowLeftSolid = "arrow-left-solid", e.arrowOutboundLine = "arrow-outbound-line", e.arrowOutboundSolid = "arrow-outbound-solid", e.arrowRightLine = "arrow-right-line", e.arrowRightSolid = "arrow-right-solid", e.arrowUpLine = "arrow-up-line", e.arrowUpSolid = "arrow-up-solid", e.arrowWidthLargeLine = "arrow-width-large-line", e.arrowWidthLargeSolid = "arrow-width-large-solid", e.arrowWidthMediumLine = "arrow-width-medium-line", e.arrowWidthMediumSolid = "arrow-width-medium-solid", e.arrowWidthSmallLine = "arrow-width-small-line", e.arrowWidthSmallSolid = "arrow-width-small-solid", e.assignUserLine = "assign-user-line", e.assignUserSolid = "assign-user-solid", e.asteriskLine = "asterisk-line", e.asteriskSolid = "asterisk-solid", e.atomsLine = "atoms-line", e.atomsSolid = "atoms-solid", e.attachmentLine = "attachment-line", e.attachmentSolid = "attachment-solid", e.audioMaxLine = "audio-max-line", e.audioMaxSolid = "audio-max-solid", e.audioMidLine = "audio-mid-line", e.audioMidSolid = "audio-mid-solid", e.audioMinLine = "audio-min-line", e.audioMinSolid = "audio-min-solid", e.audioMuteLine = "audio-mute-line", e.audioMuteSolid = "audio-mute-solid", e.audioOff2Line = "audio-off-2-line", e.audioOff2Solid = "audio-off-2-solid", e.audioOffLine = "audio-off-line", e.audioOffSolid = "audio-off-solid", e.backspaceLine = "backspace-line", e.backspaceSolid = "backspace-solid", e.badgeLine = "badge-line", e.badgeSolid = "badge-solid", e.binocularsLine = "binoculars-line", e.binocularsSolid = "binoculars-solid", e.blockCallLine = "block-call-line", e.blockCallSolid = "block-call-solid", e.blockLine = "block-line", e.blockSolid = "block-solid", e.bloggerColor = "blogger-color", e.bloggerMono = "blogger-mono", e.blurLine = "blur-line", e.blurOffLine = "blur-off-line", e.blurOffSolid = "blur-off-solid", e.blurSolid = "blur-solid", e.boldLine = "bold-line", e.boldSolid = "bold-solid", e.bookmarkLine = "bookmark-line", e.bookmarkSolid = "bookmark-solid", e.booksLine = "books-line", e.booksSolid = "books-solid", e.botLine = "bot-line", e.botSolid = "bot-solid", e.bottomTabsLine = "bottom-tabs-line", e.bottomTabsSolid = "bottom-tabs-solid", e.bounceLine = "bounce-line", e.bounceSolid = "bounce-solid", e.brainLine = "brain-line", e.brainSolid = "brain-solid", e.bringToFrontLine = "bring-to-front-line", e.bringToFrontSolid = "bring-to-front-solid", e.broadcastLine = "broadcast-line", e.broadcastSolid = "broadcast-solid", e.bulletLine = "bullet-line", e.bulletList2Line = "bullet-list-2-line", e.bulletList2Solid = "bullet-list-2-solid", e.bulletListLine = "bullet-list-line", e.bulletListOffLine = "bullet-list-off-line", e.bulletListOffSolid = "bullet-list-off-solid", e.bulletListSolid = "bullet-list-solid", e.bulletSolid = "bullet-solid", e.bullhornColor = "bullhorn-color", e.bullhornMono = "bullhorn-mono", e.calculatorLine = "calculator-line", e.calculatorSolid = "calculator-solid", e.calendarCheckLine = "calendar-check-line", e.calendarCheckSolid = "calendar-check-solid", e.calendarClockLine = "calendar-clock-line", e.calendarClockSolid = "calendar-clock-solid", e.calendarLine = "calendar-line", e.calendarPlusLine = "calendar-plus-line", e.calendarPlusSolid = "calendar-plus-solid", e.calendarSolid = "calendar-solid", e.callLine = "call-line", e.callSolid = "call-solid", e.callStarLine = "call-star-line", e.callStarSolid = "call-star-solid", e.cameraLine = "camera-line", e.cameraSolid = "camera-solid", e.cameraSwitchLine = "camera-switch-line", e.cameraSwitchSolid = "camera-switch-solid", e.carLine = "car-line", e.carSolid = "car-solid", e.cartFullLine = "cart-full-line", e.cartFullSolid = "cart-full-solid", e.cartLine = "cart-line", e.cartSolid = "cart-solid", e.chainLine = "chain-line", e.chainSolid = "chain-solid", e.charityLine = "charity-line", e.charitySolid = "charity-solid", e.chartLine = "chart-line", e.chartSolid = "chart-solid", e.chat2Line = "chat-2-line", e.chat2Solid = "chat-2-solid", e.chatCallLine = "chat-call-line", e.chatCallSolid = "chat-call-solid", e.chatHideLine = "chat-hide-line", e.chatHideSolid = "chat-hide-solid", e.chatLine = "chat-line", e.chatSolid = "chat-solid", e.checkAllLine = "check-all-line", e.checkAllSolid = "check-all-solid", e.checkCallLine = "check-call-line", e.checkCallSolid = "check-call-solid", e.checkCircleLine = "check-circle-line", e.checkCircleSolid = "check-circle-solid", e.checkDoubleLine = "check-double-line", e.checkDoubleSolid = "check-double-solid", e.checkLine = "check-line", e.checkSentLine = "check-sent-line", e.checkSentSolid = "check-sent-solid", e.checkSolid = "check-solid", e.checkboxCheckedLine = "checkbox-checked-line", e.checkboxCheckedSolid = "checkbox-checked-solid", e.checkboxUncheckedLine = "checkbox-unchecked-line", e.checkboxUncheckedSolid = "checkbox-unchecked-solid", e.chevronCircleDownLine = "chevron-circle-down-line", e.chevronCircleDownSolid = "chevron-circle-down-solid", e.chevronDownLine = "chevron-down-line", e.chevronDownSolid = "chevron-down-solid", e.chevronLeftLine = "chevron-left-line", e.chevronLeftSolid = "chevron-left-solid", e.chevronRightLine = "chevron-right-line", e.chevronRightSolid = "chevron-right-solid", e.chevronUpLine = "chevron-up-line", e.chevronUpSolid = "chevron-up-solid", e.chimeColor = "chime-color", e.chimeMono = "chime-mono", e.circleLine = "circle-line", e.circleSolid = "circle-solid", e.clickToCallLine = "click-to-call-line", e.clickToCallSolid = "click-to-call-solid", e.clioColor = "clio-color", e.clioMono = "clio-mono", e.clipboardAddLine = "clipboard-add-line", e.clipboardAddSolid = "clipboard-add-solid", e.clipboardAssignLine = "clipboard-assign-line", e.clipboardAssignSolid = "clipboard-assign-solid", e.clockLine = "clock-line", e.clockOffLine = "clock-off-line", e.clockOffSolid = "clock-off-solid", e.clockSolid = "clock-solid", e.closeCircleLine = "close-circle-line", e.closeCircleSolid = "close-circle-solid", e.closeLine = "close-line", e.closeSmallLine = "close-small-line", e.closeSmallSolid = "close-small-solid", e.closeSolid = "close-solid", e.closedCaptioningLine = "closed-captioning-line", e.closedCaptioningSolid = "closed-captioning-solid", e.cloudDownload2Line = "cloud-download-2-line", e.cloudDownload2Solid = "cloud-download-2-solid", e.cloudLine = "cloud-line", e.cloudOfficePhoneLine = "cloud-office-phone-line", e.cloudOfficePhoneSolid = "cloud-office-phone-solid", e.cloudSolid = "cloud-solid", e.cloudUpload2Line = "cloud-upload-2-line", e.cloudUpload2Solid = "cloud-upload-2-solid", e.cloudUploadLine = "cloud-upload-line", e.cloudUploadSolid = "cloud-upload-solid", e.codeLine = "code-line", e.codeSnippetLine = "code-snippet-line", e.codeSnippetSolid = "code-snippet-solid", e.codeSolid = "code-solid", e.coffeeLine = "coffee-line", e.coffeeSolid = "coffee-solid", e.collapseLine = "collapse-line", e.collapseSolid = "collapse-solid", e.composeLine = "compose-line", e.composeSolid = "compose-solid", e.conditionLine = "condition-line", e.conditionSolid = "condition-solid", e.connectLine = "connect-line", e.connectSolid = "connect-solid", e.cooktailLine = "cooktail-line", e.cooktailSolid = "cooktail-solid", e.copy2Line = "copy-2-line", e.copy2Solid = "copy-2-solid", e.copyLine = "copy-line", e.copySolid = "copy-solid", e.creditCardLine = "credit-card-line", e.creditCardSolid = "credit-card-solid", e.cropLine = "crop-line", e.cropSolid = "crop-solid", e.curlColor = "curl-color", e.curlMono = "curl-mono", e.curlyBracketsLine = "curly-brackets-line", e.curlyBracketsSolid = "curly-brackets-solid", e.cursor2Line = "cursor-2-line", e.cursor2Solid = "cursor-2-solid", e.cursorLine = "cursor-line", e.cursorSolid = "cursor-solid", e.darkModeLine = "dark-mode-line", e.darkModeSolid = "dark-mode-solid", e.deleteLine = "delete-line", e.deleteSolid = "delete-solid", e.densityHighLine = "density-high-line", e.densityHighSolid = "density-high-solid", e.densityMediumLine = "density-medium-line", e.densityMediumSolid = "density-medium-solid", e.designToolsLine = "design-tools-line", e.designToolsSolid = "design-tools-solid", e.devicesLine = "devices-line", e.devicesSolid = "devices-solid", e.disableCallLine = "disable-call-line", e.disableCallSolid = "disable-call-solid", e.distortLine = "distort-line", e.distortSolid = "distort-solid", e.dividerLine = "divider-line", e.dividerSolid = "divider-solid", e.document2Line = "document-2-line", e.document2Solid = "document-2-solid", e.documentLine = "document-line", e.documentSolid = "document-solid", e.dollarLine = "dollar-line", e.dollarSolid = "dollar-solid", e.dotnetColor = "dotnet-color", e.dotnetMono = "dotnet-mono", e.doubleChevronLeftLine = "double-chevron-left-line", e.doubleChevronLeftSolid = "double-chevron-left-solid", e.doubleChevronRightLine = "double-chevron-right-line", e.doubleChevronRightSolid = "double-chevron-right-solid", e.downloadLine = "download-line", e.downloadSolid = "download-solid", e.drupalColor = "drupal-color", e.drupalMono = "drupal-mono", e.duplicateLine = "duplicate-line", e.duplicateSolid = "duplicate-solid", e.dynamics365Color = "dynamics-365-color", e.dynamics365Mono = "dynamics-365-mono", e.dynamicsMono = "dynamics-mono", e.dynamicsMonoColor = "dynamics-mono-color", e.echoLine = "echo-line", e.echoSolid = "echo-solid", e.editLine = "edit-line", e.editSolid = "edit-solid", e.editUserLine = "edit-user-line", e.editUserSolid = "edit-user-solid", e.emojiLine = "emoji-line", e.emojiSolid = "emoji-solid", e.endCallLine = "end-call-line", e.endCallSolid = "end-call-solid", e.enlargeScreen2Line = "enlarge-screen-2-line", e.enlargeScreen2Solid = "enlarge-screen-2-solid", e.enlargeScreenLine = "enlarge-screen-line", e.enlargeScreenSolid = "enlarge-screen-solid", e.enterLine = "enter-line", e.enterSolid = "enter-solid", e.envelopeLine = "envelope-line", e.envelopeSolid = "envelope-solid", e.eraserLine = "eraser-line", e.eraserSolid = "eraser-solid", e.errorLine = "error-line", e.errorSolid = "error-solid", e.errorStarLine = "error-star-line", e.errorStarSolid = "error-star-solid", e.exitLine = "exit-line", e.exitSolid = "exit-solid", e.expand2Line = "expand-2-line", e.expand2Solid = "expand-2-solid", e.expandLine = "expand-line", e.expandSolid = "expand-solid", e.exportLine = "export-line", e.exportSolid = "export-solid", e.expressColor = "express-color", e.expressMono = "express-mono", e.eyeHideLine = "eye-hide-line", e.eyeHideSolid = "eye-hide-solid", e.eyeLine = "eye-line", e.eyeSolid = "eye-solid", e.facebookColor = "facebook-color", e.facebookLine = "facebook-line", e.facebookMono = "facebook-mono", e.facebookSolid = "facebook-solid", e.fax2Line = "fax-2-line", e.fax2Solid = "fax-2-solid", e.faxAddLine = "fax-add-line", e.faxAddSolid = "fax-add-solid", e.faxFailedLine = "fax-failed-line", e.faxFailedSolid = "fax-failed-solid", e.faxInboundLine = "fax-inbound-line", e.faxInboundSolid = "fax-inbound-solid", e.faxLine = "fax-line", e.faxOutboundLine = "fax-outbound-line", e.faxOutboundSolid = "fax-outbound-solid", e.faxPendingLine = "fax-pending-line", e.faxPendingSolid = "fax-pending-solid", e.faxScheduledLine = "fax-scheduled-line", e.faxScheduledSolid = "fax-scheduled-solid", e.faxSolid = "fax-solid", e.feedbackLine = "feedback-line", e.feedbackSolid = "feedback-solid", e.file1Line = "file-1-line", e.file2Solid = "file-2-solid", e.fileAddLine = "file-add-line", e.fileAddSolid = "file-add-solid", e.fileAudioLine = "file-audio-line", e.fileAudioSolid = "file-audio-solid", e.fileCsvLine = "file-csv-line", e.fileCsvSolid = "file-csv-solid", e.fileDocLine = "file-doc-line", e.fileDocSolid = "file-doc-solid", e.fileDollarLine = "file-dollar-line", e.fileDollarSolid = "file-dollar-solid", e.fileEditLine = "file-edit-line", e.fileEditSolid = "file-edit-solid", e.fileGearLine = "file-gear-line", e.fileGearSolid = "file-gear-solid", e.fileGif2Line = "file-gif-2-line", e.fileGif2Solid = "file-gif-2-solid", e.fileGifLine = "file-gif-line", e.fileGifSolid = "file-gif-solid", e.fileJpgLine = "file-jpg-line", e.fileJpgSolid = "file-jpg-solid", e.fileLine = "file-line", e.fileParagraphLine = "file-paragraph-line", e.fileParagraphSolid = "file-paragraph-solid", e.filePdfLine = "file-pdf-line", e.filePdfSolid = "file-pdf-solid", e.filePlusLine = "file-plus-line", e.filePlusSolid = "file-plus-solid", e.filePngLine = "file-png-line", e.filePngSolid = "file-png-solid", e.filePptLine = "file-ppt-line", e.filePptSolid = "file-ppt-solid", e.fileSearchLine = "file-search-line", e.fileSearchSolid = "file-search-solid", e.fileSolid = "file-solid", e.fileVideo2Line = "file-video-2-line", e.fileVideo2Solid = "file-video-2-solid", e.fileVideoLine = "file-video-line", e.fileVideoSolid = "file-video-solid", e.fileXlsLine = "file-xls-line", e.fileXlsSolid = "file-xls-solid", e.fileZipLine = "file-zip-line", e.fileZipSolid = "file-zip-solid", e.filesLine = "files-line", e.filesSolid = "files-solid", e.filterLine = "filter-line", e.filterSolid = "filter-solid", e.flagAfghanistan = "flag-afghanistan", e.flagAlbania = "flag-albania", e.flagAlgeria = "flag-algeria", e.flagArgentina = "flag-argentina", e.flagArmenia = "flag-armenia", e.flagAruba = "flag-aruba", e.flagAustralia = "flag-australia", e.flagAustria = "flag-austria", e.flagBahamas = "flag-bahamas", e.flagBahrain = "flag-bahrain", e.flagBelarus = "flag-belarus", e.flagBelgium = "flag-belgium", e.flagBenin = "flag-benin", e.flagBolivia = "flag-bolivia", e.flagBotswana = "flag-botswana", e.flagBrazil = "flag-brazil", e.flagBulgaria = "flag-bulgaria", e.flagBurkinaFaso = "flag-burkina-faso", e.flagCambodia = "flag-cambodia", e.flagCanada = "flag-canada", e.flagCaymanIslands = "flag-cayman-islands", e.flagCentralAfricanRepublic = "flag-central-african-republic", e.flagChad = "flag-chad", e.flagChile = "flag-chile", e.flagChina = "flag-china", e.flagColombia = "flag-colombia", e.flagCostaRica = "flag-costa-rica", e.flagCroatia = "flag-croatia", e.flagCyprus = "flag-cyprus", e.flagDenmark = "flag-denmark", e.flagDominicanRepublic = "flag-dominican-republic", e.flagEgypt = "flag-egypt", e.flagElSalvador = "flag-el-salvador", e.flagEstonia = "flag-estonia", e.flagEuropeanUnion = "flag-european-union", e.flagFinland = "flag-finland", e.flagFrance = "flag-france", e.flagGeorgia = "flag-georgia", e.flagGermany = "flag-germany", e.flagGhana = "flag-ghana", e.flagGrenada = "flag-grenada", e.flagGuatemala = "flag-guatemala", e.flagHonduras = "flag-honduras", e.flagHongKong = "flag-hong-kong", e.flagHungary = "flag-hungary", e.flagIceland = "flag-iceland", e.flagIndia = "flag-india", e.flagIndonesia = "flag-indonesia", e.flagIreland = "flag-ireland", e.flagIsrael = "flag-israel", e.flagItaly = "flag-italy", e.flagJamaica = "flag-jamaica", e.flagJapan = "flag-japan", e.flagLatvia = "flag-latvia", e.flagLiechtenstein = "flag-liechtenstein", e.flagLithuania = "flag-lithuania", e.flagLuxembourg = "flag-luxembourg", e.flagMacao = "flag-macao", e.flagMalaysia = "flag-malaysia", e.flagMalta = "flag-malta", e.flagMauritius = "flag-mauritius", e.flagMexico = "flag-mexico", e.flagMoldova = "flag-moldova", e.flagNetherlands = "flag-netherlands", e.flagNewZealand = "flag-new-zealand", e.flagNigeria = "flag-nigeria", e.flagNorway = "flag-norway", e.flagPakistan = "flag-pakistan", e.flagPanama = "flag-panama", e.flagPeru = "flag-peru", e.flagPhilippines = "flag-philippines", e.flagPoland = "flag-poland", e.flagPortugal = "flag-portugal", e.flagPuertorico = "flag-puertorico", e.flagRomania = "flag-romania", e.flagRussia = "flag-russia", e.flagRwanda = "flag-rwanda", e.flagSaudiArabia = "flag-saudi-arabia", e.flagSerbia = "flag-serbia", e.flagSingapore = "flag-singapore", e.flagSlovakia = "flag-slovakia", e.flagSlovenia = "flag-slovenia", e.flagSouthAfrica = "flag-south-africa", e.flagSouthKorea = "flag-south-korea", e.flagSpain = "flag-spain", e.flagSriLanka = "flag-sri-lanka", e.flagSweden = "flag-sweden", e.flagSwitzerland = "flag-switzerland", e.flagTaiwan = "flag-taiwan", e.flagTajikistan = "flag-tajikistan", e.flagTanzania = "flag-tanzania", e.flagThailand = "flag-thailand", e.flagTrinidadAndTobago = "flag-trinidad-and-tobago", e.flagTurkey = "flag-turkey", e.flagUkraine = "flag-ukraine", e.flagUnitedArabEmirates = "flag-united-arab-emirates", e.flagUnitedKingdom = "flag-united-kingdom", e.flagUnitedStates = "flag-united-states", e.flagUruguay = "flag-uruguay", e.flagUzbekistan = "flag-uzbekistan", e.flagVenezuela = "flag-venezuela", e.flagVietnam = "flag-vietnam", e.flagZambia = "flag-zambia", e.flash2Line = "flash-2-line", e.flash2Solid = "flash-2-solid", e.flashLine = "flash-line", e.flashSolid = "flash-solid", e.flipHorizontalLine = "flip-horizontal-line", e.flipHorizontalSolid = "flip-horizontal-solid", e.flipLine = "flip-line", e.flipSolid = "flip-solid", e.flipVerticalLine = "flip-vertical-line", e.flipVerticalSolid = "flip-vertical-solid", e.flow2Line = "flow-2-line", e.flow2Solid = "flow-2-solid", e.flowLine = "flow-line", e.flowPermissionLine = "flow-permission-line", e.flowPermissionSolid = "flow-permission-solid", e.flowSolid = "flow-solid", e.forwardCallLine = "forward-call-line", e.forwardCallSolid = "forward-call-solid", e.fullScreenLine = "full-screen-line", e.fullScreenSolid = "full-screen-solid", e.fullscreenOffLine = "fullscreen-off-line", e.fullscreenOffSolid = "fullscreen-off-solid", e.galleryLine = "gallery-line", e.gallerySolid = "gallery-solid", e.gearLine = "gear-line", e.gearSolid = "gear-solid", e.githubColor = "github-color", e.githubMono = "github-mono", e.globeLine = "globe-line", e.globeSolid = "globe-solid", e.googleColor = "google-color", e.googleMono = "google-mono", e.gradleColor = "gradle-color", e.gradleMono = "gradle-mono", e.gridTwoLine = "grid-two-line", e.gridTwoSolid = "grid-two-solid", e.groovyColor = "groovy-color", e.groovyMono = "groovy-mono", e.group2Line = "group-2-line", e.group2Solid = "group-2-solid", e.group3Line = "group-3-line", e.group3Solid = "group-3-solid", e.group4Line = "group-4-line", e.group4Solid = "group-4-solid", e.group5Line = "group-5-line", e.group5Solid = "group-5-solid", e.group6Line = "group-6-line", e.group6Solid = "group-6-solid", e.group7Line = "group-7-line", e.group7Solid = "group-7-solid", e.group8Line = "group-8-line", e.group8Solid = "group-8-solid", e.group9Line = "group-9-line", e.group9Solid = "group-9-solid", e.groupLine = "group-line", e.groupPermission2Line = "group-permission-2-line", e.groupPermission2Solid = "group-permission-2-solid", e.groupPermissionLine = "group-permission-line", e.groupPermissionSolid = "group-permission-solid", e.groupSolid = "group-solid", e.handLine = "hand-line", e.handOffLine = "hand-off-line", e.handOffSolid = "hand-off-solid", e.handShakeLine = "hand-shake-line", e.handShakeSolid = "hand-shake-solid", e.handSolid = "hand-solid", e.happyLine = "happy-line", e.happySolid = "happy-solid", e.hashLine = "hash-line", e.hashSolid = "hash-solid", e.headset2Line = "headset-2-line", e.headset2Solid = "headset-2-solid", e.headsetLine = "headset-line", e.headsetSolid = "headset-solid", e.hearingLine = "hearing-line", e.hearingMaxLine = "hearing-max-line", e.hearingMaxSolid = "hearing-max-solid", e.hearingSolid = "hearing-solid", e.heartLine = "heart-line", e.heartSolid = "heart-solid", e.helpLine = "help-line", e.helpSolid = "help-solid", e.highlightLine = "highlight-line", e.highlightSolid = "highlight-solid", e.historyLine = "history-line", e.historySolid = "history-solid", e.homeLine = "home-line", e.homeSolid = "home-solid", e.homeUserLine = "home-user-line", e.homeUserSolid = "home-user-solid", e.hospitalLine = "hospital-line", e.hospitalSolid = "hospital-solid", e.hotelingLine = "hoteling-line", e.hotelingSolid = "hoteling-solid", e.hubspotColor = "hubspot-color", e.hubspotMono = "hubspot-mono", e.idLine = "id-line", e.idSolid = "id-solid", e.imageLine = "image-line", e.imageSolid = "image-solid", e.importLine = "import-line", e.importSolid = "import-solid", e.inboundCallLine = "inbound-call-line", e.inboundCallSolid = "inbound-call-solid", e.inbox2Line = "inbox-2-line", e.inbox2Solid = "inbox-2-solid", e.inbox3Line = "inbox-3-line", e.inbox3Solid = "inbox-3-solid", e.inboxLine = "inbox-line", e.inboxSolid = "inbox-solid", e.increaseLine = "increase-line", e.increaseSolid = "increase-solid", e.infinityLine = "infinity-line", e.infinitySolid = "infinity-solid", e.infoLine = "info-line", e.infoSolid = "info-solid", e.instagramColor = "instagram-color", e.instagramMono = "instagram-mono", e.interactiveMessageLine = "interactive-message-line", e.interactiveMessageSolid = "interactive-message-solid", e.iosColor = "ios-color", e.iosMono = "ios-mono", e.italicLine = "italic-line", e.italicSolid = "italic-solid", e.javaColor = "java-color", e.javaMono = "java-mono", e.javascriptColor = "javascript-color", e.javascriptMono = "javascript-mono", e.jobdivaColor = "jobdiva-color", e.jobdivaMono = "jobdiva-mono", e.keyLine = "key-line", e.keySolid = "key-solid", e.keypad2Line = "keypad-2-line", e.keypad2Solid = "keypad-2-solid", e.keypadLine = "keypad-line", e.keypadSolid = "keypad-solid", e.kotlinColor = "kotlin-color", e.kotlinMono = "kotlin-mono", e.laptopLine = "laptop-line", e.laptopSolid = "laptop-solid", e.laravelColor = "laravel-color", e.laravelMono = "laravel-mono", e.layout1Line = "layout-1-line", e.layout1Solid = "layout-1-solid", e.layout2Line = "layout-2-line", e.layout2Solid = "layout-2-solid", e.leaveLine = "leave-line", e.leaveSolid = "leave-solid", e.lightBulbLine = "light-bulb-line", e.lightBulbSolid = "light-bulb-solid", e.lightModeLine = "light-mode-line", e.lightModeSolid = "light-mode-solid", e.lineWidthLargeLine = "line-width-large-line", e.lineWidthLargeSolid = "line-width-large-solid", e.lineWidthMediumLine = "line-width-medium-line", e.lineWidthMediumSolid = "line-width-medium-solid", e.lineWidthSmallLine = "line-width-small-line", e.lineWidthSmallSolid = "line-width-small-solid", e.linkAddLine = "link-add-line", e.linkAddSolid = "link-add-solid", e.linkLine = "link-line", e.linkRemoveLine = "link-remove-line", e.linkRemoveSolid = "link-remove-solid", e.linkSolid = "link-solid", e.linkedinColor = "linkedin-color", e.linkedinMono = "linkedin-mono", e.list2Line = "list-2-line", e.list2Solid = "list-2-solid", e.listFilterLine = "list-filter-line", e.listFilterSolid = "list-filter-solid", e.listLine = "list-line", e.listNumberedLine = "list-numbered-line", e.listNumberedSolid = "list-numbered-solid", e.listSolid = "list-solid", e.lockLine = "lock-line", e.lockSolid = "lock-solid", e.mailboxLine = "mailbox-line", e.mailboxSolid = "mailbox-solid", e.maximizeLine = "maximize-line", e.maximizeSolid = "maximize-solid", e.mediaPlayerLine = "media-player-line", e.mediaPlayerOffLine = "media-player-off-line", e.mediaPlayerOffSolid = "media-player-off-solid", e.mediaPlayerSolid = "media-player-solid", e.megaphoneLine = "megaphone-line", e.megaphoneSolid = "megaphone-solid", e.menuLine = "menu-line", e.menuSolid = "menu-solid", e.merge2Line = "merge-2-line", e.merge2Solid = "merge-2-solid", e.mergeLine = "merge-line", e.mergeSolid = "merge-solid", e.messageLine = "message-line", e.messageSentLine = "message-sent-line", e.messageSentSolid = "message-sent-solid", e.messageSolid = "message-solid", e.micMuteLine = "mic-mute-line", e.micMuteSolid = "mic-mute-solid", e.microphone2Line = "microphone-2-line", e.microphone2Solid = "microphone-2-solid", e.microphoneLine = "microphone-line", e.microphoneSolid = "microphone-solid", e.microsoftDynamics365Color = "microsoft-dynamics-365-color", e.microsoftDynamics365Mono = "microsoft-dynamics-365-mono", e.mindMap2Line = "mind-map-2-line", e.mindMap2Solid = "mind-map-2-solid", e.mindMapLine = "mind-map-line", e.mindMapSolid = "mind-map-solid", e.minimize2Line = "minimize-2-line", e.minimize2Solid = "minimize-2-solid", e.minimizeLine = "minimize-line", e.minimizeSolid = "minimize-solid", e.minusLine = "minus-line", e.minusSolid = "minus-solid", e.missedCallLine = "missed-call-line", e.missedCallSolid = "missed-call-solid", e.mobile2Line = "mobile-2-line", e.mobile2Solid = "mobile-2-solid", e.mobileArrowRightLine = "mobile-arrow-right-line", e.mobileArrowRightSolid = "mobile-arrow-right-solid", e.mobileDevicesLine = "mobile-devices-line", e.mobileDevicesSolid = "mobile-devices-solid", e.mobileLine = "mobile-line", e.mobileSolid = "mobile-solid", e.mockupLine = "mockup-line", e.mockupSolid = "mockup-solid", e.modalLine = "modal-line", e.modalSolid = "modal-solid", e.moreHorizontalLine = "more-horizontal-line", e.moreHorizontalSolid = "more-horizontal-solid", e.moreVerticalLine = "more-vertical-line", e.moreVerticalSolid = "more-vertical-solid", e.musicLine = "music-line", e.musicSolid = "music-solid", e.netsuiteColor = "netsuite-color", e.netsuiteMono = "netsuite-mono", e.nexmoColor = "nexmo-color", e.nexmoMono = "nexmo-mono", e.nodeColor = "node-color", e.nodeMono = "node-mono", e.noteLine = "note-line", e.noteSolid = "note-solid", e.notesLine = "notes-line", e.notesSolid = "notes-solid", e.notificationOffLine = "notification-off-line", e.notificationOffSolid = "notification-off-solid", e.notificationOnLine = "notification-on-line", e.notificationOnSolid = "notification-on-solid", e.objectiveCColor = "objective-c-color", e.objectiveCMono = "objective-c-mono", e.officeColor = "office-color", e.officeMono = "office-mono", e.officePhone2Line = "office-phone-2-line", e.officePhone2Solid = "office-phone-2-solid", e.officePhoneLine = "office-phone-line", e.officePhoneSolid = "office-phone-solid", e.openFolderLine = "open-folder-line", e.openFolderSolid = "open-folder-solid", e.openLine = "open-line", e.openSolid = "open-solid", e.outboundCallLine = "outbound-call-line", e.outboundCallSolid = "outbound-call-solid", e.packet2Line = "packet-2-line", e.packet2Solid = "packet-2-solid", e.packetLine = "packet-line", e.packetSolid = "packet-solid", e.paletteLine = "palette-line", e.paletteSolid = "palette-solid", e.parkCallLine = "park-call-line", e.parkCallSolid = "park-call-solid", e.participantsLine = "participants-line", e.participantsOffLine = "participants-off-line", e.participantsOffSolid = "participants-off-solid", e.participantsSolid = "participants-solid", e.passwordRestartLine = "password-restart-line", e.passwordRestartSolid = "password-restart-solid", e.pause2Line = "pause-2-line", e.pause2Solid = "pause-2-solid", e.pauseCallLine = "pause-call-line", e.pauseCallSolid = "pause-call-solid", e.pauseLine = "pause-line", e.pauseSolid = "pause-solid", e.penEffectLine = "pen-effect-line", e.penEffectSolid = "pen-effect-solid", e.penTipLargeLine = "pen-tip-large-line", e.penTipLargeSolid = "pen-tip-large-solid", e.penTipMediumLine = "pen-tip-medium-line", e.penTipMediumSolid = "pen-tip-medium-solid", e.penTipSmallLine = "pen-tip-small-line", e.penTipSmallSolid = "pen-tip-small-solid", e.pendingCallLine = "pending-call-line", e.pendingCallSolid = "pending-call-solid", e.pentoolLine = "pentool-line", e.pentoolSolid = "pentool-solid", e.permissionCallLine = "permission-call-line", e.permissionCallSolid = "permission-call-solid", e.phoneNumberLine = "phone-number-line", e.phoneNumberSolid = "phone-number-solid", e.phpColor = "php-color", e.phpMono = "php-mono", e.pieChartLine = "pie-chart-line", e.pieChartSolid = "pie-chart-solid", e.pin2Line = "pin-2-line", e.pin2OffLine = "pin-2-off-line", e.pin2OffSolid = "pin-2-off-solid", e.pin2Solid = "pin-2-solid", e.pinLine = "pin-line", e.pinOffLine = "pin-off-line", e.pinOffSolid = "pin-off-solid", e.pinSolid = "pin-solid", e.play2Solid = "play-2-solid", e.playLine = "play-line", e.playSolid = "play-solid", e.plugLine = "plug-line", e.plugSolid = "plug-solid", e.plusLine = "plus-line", e.plusSolid = "plus-solid", e.preferencesLine = "preferences-line", e.preferencesSolid = "preferences-solid", e.presentationLine = "presentation-line", e.presentationSolid = "presentation-solid", e.printLine = "print-line", e.printSolid = "print-solid", e.profileLine = "profile-line", e.profileSolid = "profile-solid", e.puzzleLine = "puzzle-line", e.puzzleSolid = "puzzle-solid", e.puzzledLine = "puzzled-line", e.puzzledSolid = "puzzled-solid", e.pythonColor = "python-color", e.pythonMono = "python-mono", e.quitLine = "quit-line", e.quitSolid = "quit-solid", e.quoteLine = "quote-line", e.quoteSolid = "quote-solid", e.radioCheckedLine = "radio-checked-line", e.radioCheckedSolid = "radio-checked-solid", e.radioUncheckedLine = "radio-unchecked-line", e.radioUncheckedSolid = "radio-unchecked-solid", e.railsColor = "rails-color", e.railsMono = "rails-mono", e.reactColor = "react-color", e.reactMono = "react-mono", e.recLine = "rec-line", e.recSolid = "rec-solid", e.receptionistLine = "receptionist-line", e.receptionistSolid = "receptionist-solid", e.recordUserLine = "record-user-line", e.recordUserSolid = "record-user-solid", e.redoLine = "redo-line", e.redoSolid = "redo-solid", e.refreshCallLine = "refresh-call-line", e.refreshCallSolid = "refresh-call-solid", e.refreshDollarLine = "refresh-dollar-line", e.refreshDollarSolid = "refresh-dollar-solid", e.refreshLine = "refresh-line", e.refreshSolid = "refresh-solid", e.reloadLine = "reload-line", e.reloadSolid = "reload-solid", e.removeLine = "remove-line", e.removeSolid = "remove-solid", e.removeUserLine = "remove-user-line", e.removeUserSolid = "remove-user-solid", e.reorderHorizontalLine = "reorder-horizontal-line", e.reorderHorizontalSolid = "reorder-horizontal-solid", e.reorderSolid = "reorder-solid", e.reorderVerticalLine = "reorder-vertical-line", e.replyLine = "reply-line", e.replySolid = "reply-solid", e.reportLine = "report-line", e.reportSolid = "report-solid", e.resetLine = "reset-line", e.resetSolid = "reset-solid", e.rocketDisabledLine = "rocket-disabled-line", e.rocketDisabledSolid = "rocket-disabled-solid", e.rocketLine = "rocket-line", e.rocketSolid = "rocket-solid", e.rssColor = "rss-color", e.rssLine = "rss-line", e.rssMono = "rss-mono", e.rssSolid = "rss-solid", e.rubyColor = "ruby-color", e.rubyMono = "ruby-mono", e.salesforceColor = "salesforce-color", e.salesforceLine = "salesforce-line", e.salesforceMono = "salesforce-mono", e.salesforceSolid = "salesforce-solid", e.sandClockLine = "sand-clock-line", e.sandClockSolid = "sand-clock-solid", e.saveLine = "save-line", e.saveSolid = "save-solid", e.screenShareLine = "screen-share-line", e.screenShareOffLine = "screen-share-off-line", e.screenShareOffSolid = "screen-share-off-solid", e.screenShareSolid = "screen-share-solid", e.searchLine = "search-line", e.searchSolid = "search-solid", e.sendToBackLine = "send-to-back-line", e.sendToBackSolid = "send-to-back-solid", e.share2Line = "share-2-line", e.share2Solid = "share-2-solid", e.shareLine = "share-line", e.shareSolid = "share-solid", e.shieldLine = "shield-line", e.shieldSolid = "shield-solid", e.shoutLine = "shout-line", e.shoutSolid = "shout-solid", e.shuffleLine = "shuffle-line", e.shuffleSolid = "shuffle-solid", e.sidebarLine = "sidebar-line", e.sidebarSolid = "sidebar-solid", e.slackColor = "slack-color", e.slackMono = "slack-mono", e.smileLine = "smile-line", e.smileSolid = "smile-solid", e.smsLine = "sms-line", e.smsSolid = "sms-solid", e.snoozeLine = "snooze-line", e.snoozeSolid = "snooze-solid", e.sofaLine = "sofa-line", e.sofaSolid = "sofa-solid", e.sortAscLine = "sort-asc-line", e.sortAscSolid = "sort-asc-solid", e.sortDescLine = "sort-desc-line", e.sortDescSolid = "sort-desc-solid", e.sortLine = "sort-line", e.sortSolid = "sort-solid", e.squareLine = "square-line", e.squareSolid = "square-solid", e.stackLine = "stack-line", e.stackSolid = "stack-solid", e.stackoverflowColor = "stackoverflow-color", e.stackoverflowMono = "stackoverflow-mono", e.starDollarLine = "star-dollar-line", e.starDollarSolid = "star-dollar-solid", e.starLine = "star-line", e.starSolid = "star-solid", e.stickerLine = "sticker-line", e.stickerSolid = "sticker-solid", e.stopLine = "stop-line", e.stopSolid = "stop-solid", e.stopwatchLine = "stopwatch-line", e.stopwatchSolid = "stopwatch-solid", e.storeLine = "store-line", e.storeSolid = "store-solid", e.streamLine = "stream-line", e.streamSolid = "stream-solid", e.strikethroughLine = "strikethrough-line", e.strikethroughSolid = "strikethrough-solid", e.subtitlesLine = "subtitles-line", e.subtitlesSolid = "subtitles-solid", e.sugarcrmColor = "sugarcrm-color", e.sugarcrmMono = "sugarcrm-mono", e.surprisedLine = "surprised-line", e.surprisedSolid = "surprised-solid", e.swiftColor = "swift-color", e.swiftMono = "swift-mono", e.switchLine = "switch-line", e.switchSolid = "switch-solid", e.symfonyColor = "symfony-color", e.symfonyMono = "symfony-mono", e.table2Line = "table-2-line", e.table2Solid = "table-2-solid", e.tableLine = "table-line", e.tableSolid = "table-solid", e.tagAddLine = "tag-add-line", e.tagAddSolid = "tag-add-solid", e.tagDetachLine = "tag-detach-line", e.tagDetachSolid = "tag-detach-solid", e.tagLine = "tag-line", e.tagSearchLine = "tag-search-line", e.tagSearchSolid = "tag-search-solid", e.tagSolid = "tag-solid", e.telephoneLine = "telephone-line", e.telephoneSolid = "telephone-solid", e.textLine = "text-line", e.textSolid = "text-solid", e.textcolorLine = "textcolor-line", e.textcolorSolid = "textcolor-solid", e.textureLine = "texture-line", e.textureSolid = "texture-solid", e.thumbsDownLine = "thumbs-down-line", e.thumbsDownSolid = "thumbs-down-solid", e.thumbsUpLine = "thumbs-up-line", e.thumbsUpSolid = "thumbs-up-solid", e.toggleLine = "toggle-line", e.toggleSolid = "toggle-solid", e.tooltipLine = "tooltip-line", e.tooltipSolid = "tooltip-solid", e.transferCallLine = "transfer-call-line", e.transferCallSolid = "transfer-call-solid", e.transferLine = "transfer-line", e.transferSolid = "transfer-solid", e.triangleLine = "triangle-line", e.triangleSolid = "triangle-solid", e.triggerNodeLine = "trigger-node-line", e.twitchColor = "twitch-color", e.twitchMono = "twitch-mono", e.twitterColor = "twitter-color", e.twitterMono = "twitter-mono", e.umbrellaLine = "umbrella-line", e.umbrellaSolid = "umbrella-solid", e.underlineLine = "underline-line", e.underlineSolid = "underline-solid", e.undoLine = "undo-line", e.undoSolid = "undo-solid", e.unhappyLine = "unhappy-line", e.unhappySolid = "unhappy-solid", e.unlockLine = "unlock-line", e.unlockSolid = "unlock-solid", e.uploadLine = "upload-line", e.uploadSolid = "upload-solid", e.user2Line = "user-2-line", e.user2Solid = "user-2-solid", e.userAdminLine = "user-admin-line", e.userAdminSolid = "user-admin-solid", e.userClockLine = "user-clock-line", e.userClockSolid = "user-clock-solid", e.userLine = "user-line", e.userLockLine = "user-lock-line", e.userLockSolid = "user-lock-solid", e.userRecordLine = "user-record-line", e.userRecordSolid = "user-record-solid", e.userSolid = "user-solid", e.userSync2Line = "user-sync-2-line", e.userSync2OffLine = "user-sync-2-off-line", e.userSync2OffSolid = "user-sync-2-off-solid", e.userSync2Solid = "user-sync-2-solid", e.userSyncLine = "user-sync-line", e.userSyncSolid = "user-sync-solid", e.vanLine = "van-line", e.vanSolid = "van-solid", e.viberColor = "viber-color", e.viberMono = "viber-mono", e.videoActiveLine = "video-active-line", e.videoActiveSolid = "video-active-solid", e.videoConferenceLine = "video-conference-line", e.videoConferenceSolid = "video-conference-solid", e.videoLine = "video-line", e.videoOffLine = "video-off-line", e.videoOffSolid = "video-off-solid", e.videoPreviewLine = "video-preview-line", e.videoPreviewSolid = "video-preview-solid", e.videoSolid = "video-solid", e.videoWhiteboardLine = "video-whiteboard-line", e.videoWhiteboardSolid = "video-whiteboard-solid", e.video_round_tableLine = "video_round_table-line", e.video_round_tableSolid = "video_round_table-solid", e.virtualVoicemailLine = "virtual-voicemail-line", e.virtualVoicemailSolid = "virtual-voicemail-solid", e.voicemailLine = "voicemail-line", e.voicemailSolid = "voicemail-solid", e.voicemailTranscriptLine = "voicemail-transcript-line", e.voicemailTranscriptSolid = "voicemail-transcript-solid", e.volumeDecreaseLine = "volume-decrease-line", e.volumeDecreaseSolid = "volume-decrease-solid", e.volumeIncreaseLine = "volume-increase-line", e.volumeIncreaseSolid = "volume-increase-solid", e.volumeLine = "volume-line", e.volumeOff2Line = "volume-off-2-line", e.volumeOff2Solid = "volume-off-2-solid", e.volumeOffLine = "volume-off-line", e.volumeOffSolid = "volume-off-solid", e.volumeOnLine = "volume-on-line", e.volumeOnSolid = "volume-on-solid", e.volumeSolid = "volume-solid", e.vonageLine = "vonage-line", e.vonageMono = "vonage-mono", e.vonageMonoColor = "vonage-mono-color", e.vonageSolid = "vonage-solid", e.vueColor = "vue-color", e.vueMono = "vue-mono", e.walkLine = "walk-line", e.walkSolid = "walk-solid", e.walletLine = "wallet-line", e.walletSolid = "wallet-solid", e.wandLine = "wand-line", e.wandSolid = "wand-solid", e.warningLine = "warning-line", e.warningSolid = "warning-solid", e.wavingLine = "waving-line", e.wavingSolid = "waving-solid", e.webChatColor = "web-chat-color", e.webChatMono = "web-chat-mono", e.webhookLine = "webhook-line", e.webhookSolid = "webhook-solid", e.whatsappColor = "whatsapp-color", e.whatsappMono = "whatsapp-mono", e.whisperLine = "whisper-line", e.whisperSolid = "whisper-solid", e.wifiLine = "wifi-line", e.wifiSolid = "wifi-solid", e.wordpressColor = "wordpress-color", e.wordpressMono = "wordpress-mono", e.workplaceColor = "workplace-color", e.workplaceMono = "workplace-mono", e.wrenchTool2Line = "wrench-tool-2-line", e.wrenchTool2Solid = "wrench-tool-2-solid", e.wrenchToolLine = "wrench-tool-line", e.wrenchToolSolid = "wrench-tool-solid", e.xmlColor = "xml-color", e.xmlMono = "xml-mono", e.youtubeColor = "youtube-color", e.youtubeMono = "youtube-mono", e.zendeskColor = "zendesk-color", e.zendeskMono = "zendesk-mono", e.zohoColor = "zoho-color", e.zohoMono = "zoho-mono", e.zoomInLine = "zoom-in-line", e.zoomInSolid = "zoom-in-solid", e.zoomOutLine = "zoom-out-line", e.zoomOutSolid = "zoom-out-solid", e.zoomToFitLine = "zoom-to-fit-line", e.zoomToFitSolid = "zoom-to-fit-solid", e))($e || {});
|
|
8378
8380
|
const xe = `/**
|
|
8379
8381
|
* Do not edit directly
|
|
8380
|
-
* Generated on
|
|
8382
|
+
* Generated on Thu, 21 Dec 2023 10:43:18 GMT
|
|
8381
8383
|
*/
|
|
8382
8384
|
/**
|
|
8383
8385
|
* Do not edit directly
|
|
8384
|
-
* Generated on
|
|
8386
|
+
* Generated on Thu, 21 Dec 2023 10:43:18 GMT
|
|
8385
8387
|
*/
|
|
8386
8388
|
/**
|
|
8387
8389
|
* Do not edit directly
|
|
8388
|
-
* Generated on
|
|
8390
|
+
* Generated on Thu, 21 Dec 2023 10:43:18 GMT
|
|
8389
8391
|
*/
|
|
8390
8392
|
/**
|
|
8391
8393
|
* Do not edit directly
|
|
8392
|
-
* Generated on
|
|
8394
|
+
* Generated on Thu, 21 Dec 2023 10:43:18 GMT
|
|
8393
8395
|
*/
|
|
8394
8396
|
@property --vvd-size-density {
|
|
8395
8397
|
syntax: "<integer>";
|
|
@@ -8605,19 +8607,19 @@ const xe = `/**
|
|
|
8605
8607
|
/*# sourceMappingURL=theme-light.css.map */
|
|
8606
8608
|
`, we = `/**
|
|
8607
8609
|
* Do not edit directly
|
|
8608
|
-
* Generated on
|
|
8610
|
+
* Generated on Thu, 21 Dec 2023 10:43:18 GMT
|
|
8609
8611
|
*/
|
|
8610
8612
|
/**
|
|
8611
8613
|
* Do not edit directly
|
|
8612
|
-
* Generated on
|
|
8614
|
+
* Generated on Thu, 21 Dec 2023 10:43:18 GMT
|
|
8613
8615
|
*/
|
|
8614
8616
|
/**
|
|
8615
8617
|
* Do not edit directly
|
|
8616
|
-
* Generated on
|
|
8618
|
+
* Generated on Thu, 21 Dec 2023 10:43:18 GMT
|
|
8617
8619
|
*/
|
|
8618
8620
|
/**
|
|
8619
8621
|
* Do not edit directly
|
|
8620
|
-
* Generated on
|
|
8622
|
+
* Generated on Thu, 21 Dec 2023 10:43:18 GMT
|
|
8621
8623
|
*/
|
|
8622
8624
|
@property --vvd-size-density {
|
|
8623
8625
|
syntax: "<integer>";
|
|
@@ -8864,7 +8866,7 @@ const xe = `/**
|
|
|
8864
8866
|
/*# sourceMappingURL=spezia-variable.css.map */
|
|
8865
8867
|
`, Le = `/**
|
|
8866
8868
|
* Do not edit directly
|
|
8867
|
-
* Generated on
|
|
8869
|
+
* Generated on Thu, 21 Dec 2023 10:43:18 GMT
|
|
8868
8870
|
*/
|
|
8869
8871
|
.vvd-root, ::part(vvd-root),
|
|
8870
8872
|
.vvd-theme-alternate, ::part(vvd-theme-alternate) {
|
|
@@ -8878,7 +8880,7 @@ const xe = `/**
|
|
|
8878
8880
|
/*# sourceMappingURL=vivid-2-compat.css.map */
|
|
8879
8881
|
`, Ve = `/**
|
|
8880
8882
|
* Do not edit directly
|
|
8881
|
-
* Generated on
|
|
8883
|
+
* Generated on Thu, 21 Dec 2023 10:43:18 GMT
|
|
8882
8884
|
*/
|
|
8883
8885
|
.vvd-root {
|
|
8884
8886
|
color-scheme: var(--vvd-color-scheme);
|
|
@@ -8889,7 +8891,7 @@ const xe = `/**
|
|
|
8889
8891
|
/*# sourceMappingURL=theme.css.map */
|
|
8890
8892
|
`, Be = `/**
|
|
8891
8893
|
* Do not edit directly
|
|
8892
|
-
* Generated on
|
|
8894
|
+
* Generated on Thu, 21 Dec 2023 10:43:18 GMT
|
|
8893
8895
|
*/
|
|
8894
8896
|
.vvd-root:root {
|
|
8895
8897
|
--vvd-size-font-scale-base: 1rem;
|
|
@@ -9036,29 +9038,29 @@ const xe = `/**
|
|
|
9036
9038
|
theme: Te,
|
|
9037
9039
|
typography: Ne,
|
|
9038
9040
|
vivid2Compat: ze
|
|
9039
|
-
}, g = "vvd-root", v = (e, o,
|
|
9041
|
+
}, g = "vvd-root", v = (e, o, a = !1) => {
|
|
9040
9042
|
const i = document.createElement("link");
|
|
9041
|
-
i.setAttribute("rel", e), i.setAttribute("href", o),
|
|
9043
|
+
i.setAttribute("rel", e), i.setAttribute("href", o), a && i.setAttribute("crossorigin", ""), document.head.append(i);
|
|
9042
9044
|
}, c = (e) => {
|
|
9043
9045
|
const o = document.createElement("style");
|
|
9044
9046
|
o.setAttribute("type", "text/css"), o.innerHTML = e, document.head.append(o);
|
|
9045
9047
|
}, qi = {
|
|
9046
9048
|
install(e, o) {
|
|
9047
|
-
const
|
|
9048
|
-
switch (
|
|
9049
|
+
const a = o.addRootClassTo ?? "root";
|
|
9050
|
+
switch (a) {
|
|
9049
9051
|
case "root":
|
|
9050
9052
|
document.documentElement.classList.add(g);
|
|
9051
9053
|
break;
|
|
9052
9054
|
case "app": {
|
|
9053
|
-
const
|
|
9054
|
-
e._container && (e._container.classList.add(g), clearInterval(
|
|
9055
|
+
const p = setInterval(() => {
|
|
9056
|
+
e._container && (e._container.classList.add(g), clearInterval(p));
|
|
9055
9057
|
}, 30);
|
|
9056
9058
|
break;
|
|
9057
9059
|
}
|
|
9058
9060
|
case "none":
|
|
9059
9061
|
break;
|
|
9060
9062
|
default:
|
|
9061
|
-
throw new Error(`Invalid addRootClassTo option: ${
|
|
9063
|
+
throw new Error(`Invalid addRootClassTo option: ${a}`);
|
|
9062
9064
|
}
|
|
9063
9065
|
const i = o.tokens ?? "light";
|
|
9064
9066
|
switch (i) {
|
|
@@ -9074,8 +9076,8 @@ const xe = `/**
|
|
|
9074
9076
|
throw new Error(`Invalid theme option: ${i}`);
|
|
9075
9077
|
}
|
|
9076
9078
|
const t = o.styles ?? [];
|
|
9077
|
-
for (const
|
|
9078
|
-
c(
|
|
9079
|
+
for (const p of t)
|
|
9080
|
+
c(p.css);
|
|
9079
9081
|
const s = o.font ?? "oss";
|
|
9080
9082
|
switch (s) {
|
|
9081
9083
|
case "oss":
|
|
@@ -9121,8 +9123,8 @@ export {
|
|
|
9121
9123
|
ii as VDivider,
|
|
9122
9124
|
ti as VEmptyState,
|
|
9123
9125
|
oi as VFab,
|
|
9124
|
-
|
|
9125
|
-
|
|
9126
|
+
ai as VHeader,
|
|
9127
|
+
ni as VIcon,
|
|
9126
9128
|
li as VLayout,
|
|
9127
9129
|
si as VMenu,
|
|
9128
9130
|
ri as VMenuItem,
|