@vonage/vivid-vue 3.44.0 → 3.45.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/VAlert.vue2.d.ts +15 -0
- package/generated/components/VAlert.vue3.d.ts +15 -0
- package/generated/components/VDataGrid.vue2.d.ts +1 -1
- package/generated/components/VDataGrid.vue3.d.ts +2 -1
- package/generated/components/VDataGridCell.vue2.d.ts +1 -1
- package/generated/components/VDataGridCell.vue3.d.ts +2 -1
- package/generated/components/VDataGridRow.vue2.d.ts +1 -1
- package/generated/components/VDataGridRow.vue3.d.ts +2 -1
- package/generated/components/VMenu.vue2.d.ts +14 -14
- package/generated/components/VMenu.vue3.d.ts +14 -14
- package/generated/components/VTabs.vue2.d.ts +15 -0
- package/generated/components/VTabs.vue3.d.ts +15 -0
- package/generated/components/VToggletip.vue2.d.ts +14 -14
- package/generated/components/VToggletip.vue3.d.ts +14 -14
- package/generated/components/VTooltip.vue2.d.ts +14 -8
- package/generated/components/VTooltip.vue3.d.ts +14 -8
- package/index.es.js +410 -385
- package/index.umd.js +13 -13
- package/package.json +2 -2
- package/web-types.json +53 -24
package/index.es.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { ref as d, version as y, onBeforeMount as b, defineComponent as h, h 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
|
|
1
|
+
import { ref as d, version as y, onBeforeMount as b, defineComponent as h, h as a } 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 F, registerCombobox as D, 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 H, registerMenuItem as j, registerNav as W, registerNavDisclosure as J, registerNavItem as _, registerNote as X, 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 ne, registerSideDrawer as ae, 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
|
-
const
|
|
7
|
+
const s = y.startsWith("2");
|
|
8
8
|
function u(e, o) {
|
|
9
|
-
const
|
|
9
|
+
const n = d(`${m.value}-${e}`);
|
|
10
10
|
return b(() => {
|
|
11
11
|
o(m.value);
|
|
12
|
-
}),
|
|
12
|
+
}), n;
|
|
13
13
|
}
|
|
14
|
-
const
|
|
14
|
+
const De = h({
|
|
15
15
|
name: "VAccordion",
|
|
16
16
|
props: {
|
|
17
17
|
/**
|
|
@@ -68,16 +68,16 @@ const Fe = h({
|
|
|
68
68
|
"change"
|
|
69
69
|
],
|
|
70
70
|
setup(e, o) {
|
|
71
|
-
const
|
|
71
|
+
const n = 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: n, element: i };
|
|
78
78
|
},
|
|
79
79
|
render() {
|
|
80
|
-
return
|
|
80
|
+
return s ? a(
|
|
81
81
|
this.componentName,
|
|
82
82
|
{
|
|
83
83
|
ref: "element",
|
|
@@ -97,7 +97,7 @@ const Fe = h({
|
|
|
97
97
|
}
|
|
98
98
|
},
|
|
99
99
|
[this.$slots.default]
|
|
100
|
-
) :
|
|
100
|
+
) : a(
|
|
101
101
|
this.componentName,
|
|
102
102
|
{
|
|
103
103
|
ref: "element",
|
|
@@ -205,14 +205,14 @@ const Fe = h({
|
|
|
205
205
|
"change"
|
|
206
206
|
],
|
|
207
207
|
setup(e, o) {
|
|
208
|
-
const
|
|
208
|
+
const n = u(
|
|
209
209
|
"accordion-item",
|
|
210
210
|
S
|
|
211
211
|
), i = d(null);
|
|
212
|
-
return o.expose({}), { componentName:
|
|
212
|
+
return o.expose({}), { componentName: n, element: i };
|
|
213
213
|
},
|
|
214
214
|
render() {
|
|
215
|
-
return
|
|
215
|
+
return s ? a(
|
|
216
216
|
this.componentName,
|
|
217
217
|
{
|
|
218
218
|
ref: "element",
|
|
@@ -240,7 +240,7 @@ const Fe = h({
|
|
|
240
240
|
}
|
|
241
241
|
},
|
|
242
242
|
[this.$slots.default]
|
|
243
|
-
) :
|
|
243
|
+
) : a(
|
|
244
244
|
this.componentName,
|
|
245
245
|
{
|
|
246
246
|
ref: "element",
|
|
@@ -330,14 +330,14 @@ const Fe = h({
|
|
|
330
330
|
"input"
|
|
331
331
|
],
|
|
332
332
|
setup(e, o) {
|
|
333
|
-
const
|
|
333
|
+
const n = u(
|
|
334
334
|
"action-group",
|
|
335
335
|
$
|
|
336
336
|
), i = d(null);
|
|
337
|
-
return o.expose({}), { componentName:
|
|
337
|
+
return o.expose({}), { componentName: n, element: i };
|
|
338
338
|
},
|
|
339
339
|
render() {
|
|
340
|
-
return
|
|
340
|
+
return s ? a(
|
|
341
341
|
this.componentName,
|
|
342
342
|
{
|
|
343
343
|
ref: "element",
|
|
@@ -360,7 +360,7 @@ const Fe = h({
|
|
|
360
360
|
}
|
|
361
361
|
},
|
|
362
362
|
[this.$slots.default]
|
|
363
|
-
) :
|
|
363
|
+
) : a(
|
|
364
364
|
this.componentName,
|
|
365
365
|
{
|
|
366
366
|
ref: "element",
|
|
@@ -386,18 +386,18 @@ const Fe = h({
|
|
|
386
386
|
}
|
|
387
387
|
});
|
|
388
388
|
function ke(e, o) {
|
|
389
|
-
return o.forEach((
|
|
389
|
+
return o.forEach((n) => {
|
|
390
390
|
var i;
|
|
391
|
-
|
|
391
|
+
n.data || (n.data = {}), n.data.attrs = { ...(i = n.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((n) => {
|
|
396
|
+
n.props || (n.props = {}), n.props = { ...n.props, slot: e };
|
|
397
397
|
}), o;
|
|
398
398
|
}
|
|
399
399
|
function l(e, o) {
|
|
400
|
-
return o ?
|
|
400
|
+
return o ? s ? ke(e, o) : Se(e, o()) : null;
|
|
401
401
|
}
|
|
402
402
|
const qe = h({
|
|
403
403
|
name: "VAlert",
|
|
@@ -452,6 +452,13 @@ const qe = h({
|
|
|
452
452
|
type: String,
|
|
453
453
|
default: void 0
|
|
454
454
|
},
|
|
455
|
+
/**
|
|
456
|
+
* alert state
|
|
457
|
+
*/
|
|
458
|
+
strategy: {
|
|
459
|
+
type: String,
|
|
460
|
+
default: void 0
|
|
461
|
+
},
|
|
455
462
|
/**
|
|
456
463
|
* indicates whether the alert is open
|
|
457
464
|
*/
|
|
@@ -500,16 +507,16 @@ const qe = h({
|
|
|
500
507
|
"close"
|
|
501
508
|
],
|
|
502
509
|
setup(e, o) {
|
|
503
|
-
const
|
|
510
|
+
const n = u("alert", x), i = d(null);
|
|
504
511
|
return o.expose({
|
|
505
|
-
openChanged(t,
|
|
512
|
+
openChanged(t, r) {
|
|
506
513
|
var p;
|
|
507
|
-
return (p = i.value) == null ? void 0 : p.openChanged(t,
|
|
514
|
+
return (p = i.value) == null ? void 0 : p.openChanged(t, r);
|
|
508
515
|
}
|
|
509
|
-
}), { componentName:
|
|
516
|
+
}), { componentName: n, element: i };
|
|
510
517
|
},
|
|
511
518
|
render() {
|
|
512
|
-
return
|
|
519
|
+
return s ? a(
|
|
513
520
|
this.componentName,
|
|
514
521
|
{
|
|
515
522
|
ref: "element",
|
|
@@ -523,6 +530,7 @@ const qe = h({
|
|
|
523
530
|
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
524
531
|
...this.timeoutms !== void 0 ? { timeoutms: this.timeoutms } : {},
|
|
525
532
|
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
533
|
+
...this.strategy !== void 0 ? { strategy: this.strategy } : {},
|
|
526
534
|
...this.open !== void 0 ? { open: this.open } : {}
|
|
527
535
|
},
|
|
528
536
|
class: "vvd-component",
|
|
@@ -543,7 +551,7 @@ const qe = h({
|
|
|
543
551
|
// @slot action-items Add action items to alert using this slot.
|
|
544
552
|
l("action-items", this.$slots["action-items"])
|
|
545
553
|
]
|
|
546
|
-
) :
|
|
554
|
+
) : a(
|
|
547
555
|
this.componentName,
|
|
548
556
|
{
|
|
549
557
|
ref: "element",
|
|
@@ -557,6 +565,7 @@ const qe = h({
|
|
|
557
565
|
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
558
566
|
...this.timeoutms !== void 0 ? { timeoutms: this.timeoutms } : {},
|
|
559
567
|
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
568
|
+
...this.strategy !== void 0 ? { strategy: this.strategy } : {},
|
|
560
569
|
...this.open !== void 0 ? { open: this.open } : {},
|
|
561
570
|
onClick: (e) => this.$emit("click", e),
|
|
562
571
|
onFocus: (e) => this.$emit("focus", e),
|
|
@@ -653,11 +662,11 @@ const qe = h({
|
|
|
653
662
|
"input"
|
|
654
663
|
],
|
|
655
664
|
setup(e, o) {
|
|
656
|
-
const
|
|
657
|
-
return o.expose({}), { componentName:
|
|
665
|
+
const n = u("avatar", w), i = d(null);
|
|
666
|
+
return o.expose({}), { componentName: n, element: i };
|
|
658
667
|
},
|
|
659
668
|
render() {
|
|
660
|
-
return
|
|
669
|
+
return s ? a(
|
|
661
670
|
this.componentName,
|
|
662
671
|
{
|
|
663
672
|
ref: "element",
|
|
@@ -684,7 +693,7 @@ const qe = h({
|
|
|
684
693
|
// @slot graphic Assign nodes to the graphic slot to set a graphic media of any kind (e.g. image, illustration etc).
|
|
685
694
|
l("graphic", this.$slots.graphic)
|
|
686
695
|
]
|
|
687
|
-
) :
|
|
696
|
+
) : a(
|
|
688
697
|
this.componentName,
|
|
689
698
|
{
|
|
690
699
|
ref: "element",
|
|
@@ -784,11 +793,11 @@ const qe = h({
|
|
|
784
793
|
"input"
|
|
785
794
|
],
|
|
786
795
|
setup(e, o) {
|
|
787
|
-
const
|
|
788
|
-
return o.expose({}), { componentName:
|
|
796
|
+
const n = u("badge", C), i = d(null);
|
|
797
|
+
return o.expose({}), { componentName: n, element: i };
|
|
789
798
|
},
|
|
790
799
|
render() {
|
|
791
|
-
return
|
|
800
|
+
return s ? a(
|
|
792
801
|
this.componentName,
|
|
793
802
|
{
|
|
794
803
|
ref: "element",
|
|
@@ -812,7 +821,7 @@ const qe = h({
|
|
|
812
821
|
}
|
|
813
822
|
},
|
|
814
823
|
[]
|
|
815
|
-
) :
|
|
824
|
+
) : a(
|
|
816
825
|
this.componentName,
|
|
817
826
|
{
|
|
818
827
|
ref: "element",
|
|
@@ -894,16 +903,16 @@ const qe = h({
|
|
|
894
903
|
"input"
|
|
895
904
|
],
|
|
896
905
|
setup(e, o) {
|
|
897
|
-
const
|
|
906
|
+
const n = u("banner", L), i = d(null);
|
|
898
907
|
return o.expose({
|
|
899
908
|
remove() {
|
|
900
909
|
var t;
|
|
901
910
|
return (t = i.value) == null ? void 0 : t.remove();
|
|
902
911
|
}
|
|
903
|
-
}), { componentName:
|
|
912
|
+
}), { componentName: n, element: i };
|
|
904
913
|
},
|
|
905
914
|
render() {
|
|
906
|
-
return
|
|
915
|
+
return s ? a(
|
|
907
916
|
this.componentName,
|
|
908
917
|
{
|
|
909
918
|
ref: "element",
|
|
@@ -933,7 +942,7 @@ const qe = h({
|
|
|
933
942
|
// @slot action-items Add action items to banner using this slot.
|
|
934
943
|
l("action-items", this.$slots["action-items"])
|
|
935
944
|
]
|
|
936
|
-
) :
|
|
945
|
+
) : a(
|
|
937
946
|
this.componentName,
|
|
938
947
|
{
|
|
939
948
|
ref: "element",
|
|
@@ -1005,11 +1014,11 @@ const qe = h({
|
|
|
1005
1014
|
"input"
|
|
1006
1015
|
],
|
|
1007
1016
|
setup(e, o) {
|
|
1008
|
-
const
|
|
1009
|
-
return o.expose({}), { componentName:
|
|
1017
|
+
const n = u("breadcrumb", V), i = d(null);
|
|
1018
|
+
return o.expose({}), { componentName: n, element: i };
|
|
1010
1019
|
},
|
|
1011
1020
|
render() {
|
|
1012
|
-
return
|
|
1021
|
+
return s ? a(
|
|
1013
1022
|
this.componentName,
|
|
1014
1023
|
{
|
|
1015
1024
|
ref: "element",
|
|
@@ -1027,7 +1036,7 @@ const qe = h({
|
|
|
1027
1036
|
}
|
|
1028
1037
|
},
|
|
1029
1038
|
[this.$slots.default]
|
|
1030
|
-
) :
|
|
1039
|
+
) : a(
|
|
1031
1040
|
this.componentName,
|
|
1032
1041
|
{
|
|
1033
1042
|
ref: "element",
|
|
@@ -1126,14 +1135,14 @@ const qe = h({
|
|
|
1126
1135
|
"input"
|
|
1127
1136
|
],
|
|
1128
1137
|
setup(e, o) {
|
|
1129
|
-
const
|
|
1138
|
+
const n = u(
|
|
1130
1139
|
"breadcrumb-item",
|
|
1131
1140
|
B
|
|
1132
1141
|
), i = d(null);
|
|
1133
|
-
return o.expose({}), { componentName:
|
|
1142
|
+
return o.expose({}), { componentName: n, element: i };
|
|
1134
1143
|
},
|
|
1135
1144
|
render() {
|
|
1136
|
-
return
|
|
1145
|
+
return s ? a(
|
|
1137
1146
|
this.componentName,
|
|
1138
1147
|
{
|
|
1139
1148
|
ref: "element",
|
|
@@ -1160,7 +1169,7 @@ const qe = h({
|
|
|
1160
1169
|
}
|
|
1161
1170
|
},
|
|
1162
1171
|
[]
|
|
1163
|
-
) :
|
|
1172
|
+
) : a(
|
|
1164
1173
|
this.componentName,
|
|
1165
1174
|
{
|
|
1166
1175
|
ref: "element",
|
|
@@ -1339,7 +1348,7 @@ const qe = h({
|
|
|
1339
1348
|
"input"
|
|
1340
1349
|
],
|
|
1341
1350
|
setup(e, o) {
|
|
1342
|
-
const
|
|
1351
|
+
const n = u("button", T), i = d(null);
|
|
1343
1352
|
return o.expose({
|
|
1344
1353
|
/**
|
|
1345
1354
|
* {@inheritDoc (FormAssociated:interface).validate}
|
|
@@ -1348,10 +1357,10 @@ const qe = h({
|
|
|
1348
1357
|
var t;
|
|
1349
1358
|
return (t = i.value) == null ? void 0 : t.validate();
|
|
1350
1359
|
}
|
|
1351
|
-
}), { componentName:
|
|
1360
|
+
}), { componentName: n, element: i };
|
|
1352
1361
|
},
|
|
1353
1362
|
render() {
|
|
1354
|
-
return
|
|
1363
|
+
return s ? a(
|
|
1355
1364
|
this.componentName,
|
|
1356
1365
|
{
|
|
1357
1366
|
ref: "element",
|
|
@@ -1392,7 +1401,7 @@ const qe = h({
|
|
|
1392
1401
|
}
|
|
1393
1402
|
},
|
|
1394
1403
|
[]
|
|
1395
|
-
) :
|
|
1404
|
+
) : a(
|
|
1396
1405
|
this.componentName,
|
|
1397
1406
|
{
|
|
1398
1407
|
ref: "element",
|
|
@@ -1431,7 +1440,7 @@ const qe = h({
|
|
|
1431
1440
|
[]
|
|
1432
1441
|
);
|
|
1433
1442
|
}
|
|
1434
|
-
}),
|
|
1443
|
+
}), He = h({
|
|
1435
1444
|
name: "VCalendar",
|
|
1436
1445
|
props: {
|
|
1437
1446
|
/**
|
|
@@ -1511,16 +1520,16 @@ const qe = h({
|
|
|
1511
1520
|
"input"
|
|
1512
1521
|
],
|
|
1513
1522
|
setup(e, o) {
|
|
1514
|
-
const
|
|
1523
|
+
const n = u("calendar", N), i = d(null);
|
|
1515
1524
|
return o.expose({
|
|
1516
1525
|
onKeydown(t) {
|
|
1517
|
-
var
|
|
1518
|
-
return (
|
|
1526
|
+
var r;
|
|
1527
|
+
return (r = i.value) == null ? void 0 : r.onKeydown(t);
|
|
1519
1528
|
}
|
|
1520
|
-
}), { componentName:
|
|
1529
|
+
}), { componentName: n, element: i };
|
|
1521
1530
|
},
|
|
1522
1531
|
render() {
|
|
1523
|
-
return
|
|
1532
|
+
return s ? a(
|
|
1524
1533
|
this.componentName,
|
|
1525
1534
|
{
|
|
1526
1535
|
ref: "element",
|
|
@@ -1560,7 +1569,7 @@ const qe = h({
|
|
|
1560
1569
|
// @slot day-6 Assign elements to corresponding day column using this slot.
|
|
1561
1570
|
l("day-6", this.$slots["day-6"])
|
|
1562
1571
|
]
|
|
1563
|
-
) :
|
|
1572
|
+
) : a(
|
|
1564
1573
|
this.componentName,
|
|
1565
1574
|
{
|
|
1566
1575
|
ref: "element",
|
|
@@ -1597,7 +1606,7 @@ const qe = h({
|
|
|
1597
1606
|
]
|
|
1598
1607
|
);
|
|
1599
1608
|
}
|
|
1600
|
-
}),
|
|
1609
|
+
}), je = h({
|
|
1601
1610
|
name: "VCalendarEvent",
|
|
1602
1611
|
props: {
|
|
1603
1612
|
/**
|
|
@@ -1675,14 +1684,14 @@ const qe = h({
|
|
|
1675
1684
|
"input"
|
|
1676
1685
|
],
|
|
1677
1686
|
setup(e, o) {
|
|
1678
|
-
const
|
|
1687
|
+
const n = u(
|
|
1679
1688
|
"calendar-event",
|
|
1680
1689
|
z
|
|
1681
1690
|
), i = d(null);
|
|
1682
|
-
return o.expose({}), { componentName:
|
|
1691
|
+
return o.expose({}), { componentName: n, element: i };
|
|
1683
1692
|
},
|
|
1684
1693
|
render() {
|
|
1685
|
-
return
|
|
1694
|
+
return s ? a(
|
|
1686
1695
|
this.componentName,
|
|
1687
1696
|
{
|
|
1688
1697
|
ref: "element",
|
|
@@ -1707,7 +1716,7 @@ const qe = h({
|
|
|
1707
1716
|
}
|
|
1708
1717
|
},
|
|
1709
1718
|
[]
|
|
1710
|
-
) :
|
|
1719
|
+
) : a(
|
|
1711
1720
|
this.componentName,
|
|
1712
1721
|
{
|
|
1713
1722
|
ref: "element",
|
|
@@ -1808,11 +1817,11 @@ const qe = h({
|
|
|
1808
1817
|
"input"
|
|
1809
1818
|
],
|
|
1810
1819
|
setup(e, o) {
|
|
1811
|
-
const
|
|
1812
|
-
return o.expose({}), { componentName:
|
|
1820
|
+
const n = u("card", M), i = d(null);
|
|
1821
|
+
return o.expose({}), { componentName: n, element: i };
|
|
1813
1822
|
},
|
|
1814
1823
|
render() {
|
|
1815
|
-
return
|
|
1824
|
+
return s ? a(
|
|
1816
1825
|
this.componentName,
|
|
1817
1826
|
{
|
|
1818
1827
|
ref: "element",
|
|
@@ -1847,7 +1856,7 @@ const qe = h({
|
|
|
1847
1856
|
// @slot main Assign nodes to main slot to fully override a card's predefined flow and style with your own.
|
|
1848
1857
|
l("main", this.$slots.main)
|
|
1849
1858
|
]
|
|
1850
|
-
) :
|
|
1859
|
+
) : a(
|
|
1851
1860
|
this.componentName,
|
|
1852
1861
|
{
|
|
1853
1862
|
ref: "element",
|
|
@@ -1880,9 +1889,9 @@ const qe = h({
|
|
|
1880
1889
|
]
|
|
1881
1890
|
);
|
|
1882
1891
|
}
|
|
1883
|
-
}),
|
|
1892
|
+
}), Je = h({
|
|
1884
1893
|
name: "VCheckbox",
|
|
1885
|
-
model:
|
|
1894
|
+
model: s ? {
|
|
1886
1895
|
prop: "modelValue",
|
|
1887
1896
|
event: "update:modelValue"
|
|
1888
1897
|
} : void 0,
|
|
@@ -2004,11 +2013,11 @@ const qe = h({
|
|
|
2004
2013
|
"update:modelValue"
|
|
2005
2014
|
],
|
|
2006
2015
|
setup(e, o) {
|
|
2007
|
-
const
|
|
2008
|
-
return o.expose({}), { componentName:
|
|
2016
|
+
const n = u("checkbox", F), i = d(null);
|
|
2017
|
+
return o.expose({}), { componentName: n, element: i };
|
|
2009
2018
|
},
|
|
2010
2019
|
render() {
|
|
2011
|
-
return
|
|
2020
|
+
return s ? a(
|
|
2012
2021
|
this.componentName,
|
|
2013
2022
|
{
|
|
2014
2023
|
ref: "element",
|
|
@@ -2047,7 +2056,7 @@ const qe = h({
|
|
|
2047
2056
|
}
|
|
2048
2057
|
},
|
|
2049
2058
|
[]
|
|
2050
|
-
) :
|
|
2059
|
+
) : a(
|
|
2051
2060
|
this.componentName,
|
|
2052
2061
|
{
|
|
2053
2062
|
ref: "element",
|
|
@@ -2084,9 +2093,9 @@ const qe = h({
|
|
|
2084
2093
|
[]
|
|
2085
2094
|
);
|
|
2086
2095
|
}
|
|
2087
|
-
}),
|
|
2096
|
+
}), _e = h({
|
|
2088
2097
|
name: "VCombobox",
|
|
2089
|
-
model:
|
|
2098
|
+
model: s ? {
|
|
2090
2099
|
prop: "modelValue",
|
|
2091
2100
|
event: "update:modelValue"
|
|
2092
2101
|
} : void 0,
|
|
@@ -2207,7 +2216,7 @@ const qe = h({
|
|
|
2207
2216
|
"update:modelValue"
|
|
2208
2217
|
],
|
|
2209
2218
|
setup(e, o) {
|
|
2210
|
-
const
|
|
2219
|
+
const n = u("combobox", D), i = d(null);
|
|
2211
2220
|
return o.expose({
|
|
2212
2221
|
/**
|
|
2213
2222
|
* {@inheritDoc (FormAssociated:interface).validate}
|
|
@@ -2227,8 +2236,8 @@ const qe = h({
|
|
|
2227
2236
|
* Calculate and apply listbox positioning based on available viewport space.
|
|
2228
2237
|
*/
|
|
2229
2238
|
setPositioning(t) {
|
|
2230
|
-
var
|
|
2231
|
-
return (
|
|
2239
|
+
var r;
|
|
2240
|
+
return (r = i.value) == null ? void 0 : r.setPositioning(t);
|
|
2232
2241
|
},
|
|
2233
2242
|
/**
|
|
2234
2243
|
* Moves focus to the first selectable option.
|
|
@@ -2244,10 +2253,10 @@ const qe = h({
|
|
|
2244
2253
|
var t;
|
|
2245
2254
|
return (t = i.value) == null ? void 0 : t.setSelectedOptions();
|
|
2246
2255
|
}
|
|
2247
|
-
}), { componentName:
|
|
2256
|
+
}), { componentName: n, element: i };
|
|
2248
2257
|
},
|
|
2249
2258
|
render() {
|
|
2250
|
-
return
|
|
2259
|
+
return s ? a(
|
|
2251
2260
|
this.componentName,
|
|
2252
2261
|
{
|
|
2253
2262
|
ref: "element",
|
|
@@ -2283,7 +2292,7 @@ const qe = h({
|
|
|
2283
2292
|
}
|
|
2284
2293
|
},
|
|
2285
2294
|
[this.$slots.default]
|
|
2286
|
-
) :
|
|
2295
|
+
) : a(
|
|
2287
2296
|
this.componentName,
|
|
2288
2297
|
{
|
|
2289
2298
|
ref: "element",
|
|
@@ -2320,7 +2329,7 @@ const qe = h({
|
|
|
2320
2329
|
]
|
|
2321
2330
|
);
|
|
2322
2331
|
}
|
|
2323
|
-
}),
|
|
2332
|
+
}), Xe = h({
|
|
2324
2333
|
name: "VDataGrid",
|
|
2325
2334
|
props: {
|
|
2326
2335
|
/**
|
|
@@ -2391,19 +2400,24 @@ const qe = h({
|
|
|
2391
2400
|
* Fires when the value of an element has been changed.
|
|
2392
2401
|
* @type {Event}
|
|
2393
2402
|
*/
|
|
2394
|
-
"input"
|
|
2403
|
+
"input",
|
|
2404
|
+
/**
|
|
2405
|
+
* Event that fires when a cell is clicked
|
|
2406
|
+
* @type {unknown}
|
|
2407
|
+
*/
|
|
2408
|
+
"cell-click"
|
|
2395
2409
|
],
|
|
2396
2410
|
setup(e, o) {
|
|
2397
|
-
const
|
|
2411
|
+
const n = u("data-grid", f), i = d(null);
|
|
2398
2412
|
return o.expose({
|
|
2399
2413
|
selectionModeChanged(t) {
|
|
2400
|
-
var
|
|
2401
|
-
return (
|
|
2414
|
+
var r;
|
|
2415
|
+
return (r = i.value) == null ? void 0 : r.selectionModeChanged(t);
|
|
2402
2416
|
}
|
|
2403
|
-
}), { componentName:
|
|
2417
|
+
}), { componentName: n, element: i };
|
|
2404
2418
|
},
|
|
2405
2419
|
render() {
|
|
2406
|
-
return
|
|
2420
|
+
return s ? a(
|
|
2407
2421
|
this.componentName,
|
|
2408
2422
|
{
|
|
2409
2423
|
ref: "element",
|
|
@@ -2424,11 +2438,12 @@ const qe = h({
|
|
|
2424
2438
|
blur: (e) => this.$emit("blur", e),
|
|
2425
2439
|
keydown: (e) => this.$emit("keydown", e),
|
|
2426
2440
|
keyup: (e) => this.$emit("keyup", e),
|
|
2427
|
-
input: (e) => this.$emit("input", e)
|
|
2441
|
+
input: (e) => this.$emit("input", e),
|
|
2442
|
+
"cell-click": (e) => this.$emit("cell-click", e)
|
|
2428
2443
|
}
|
|
2429
2444
|
},
|
|
2430
2445
|
[this.$slots.default]
|
|
2431
|
-
) :
|
|
2446
|
+
) : a(
|
|
2432
2447
|
this.componentName,
|
|
2433
2448
|
{
|
|
2434
2449
|
ref: "element",
|
|
@@ -2444,7 +2459,8 @@ const qe = h({
|
|
|
2444
2459
|
onBlur: (e) => this.$emit("blur", e),
|
|
2445
2460
|
onKeydown: (e) => this.$emit("keydown", e),
|
|
2446
2461
|
onKeyup: (e) => this.$emit("keyup", e),
|
|
2447
|
-
onInput: (e) => this.$emit("input", e)
|
|
2462
|
+
onInput: (e) => this.$emit("input", e),
|
|
2463
|
+
onCellClick: (e) => this.$emit("cell-click", e)
|
|
2448
2464
|
},
|
|
2449
2465
|
[
|
|
2450
2466
|
// @ts-ignore
|
|
@@ -2516,27 +2532,32 @@ const qe = h({
|
|
|
2516
2532
|
* Fires a custom 'row-focused' event when focus is on an element (usually a cell or its contents) in the row
|
|
2517
2533
|
* @type {unknown}
|
|
2518
2534
|
*/
|
|
2519
|
-
"row-focused"
|
|
2535
|
+
"row-focused",
|
|
2536
|
+
/**
|
|
2537
|
+
* Event that fires when a cell is clicked
|
|
2538
|
+
* @type {unknown}
|
|
2539
|
+
*/
|
|
2540
|
+
"cell-click"
|
|
2520
2541
|
],
|
|
2521
2542
|
setup(e, o) {
|
|
2522
|
-
const
|
|
2543
|
+
const n = u("data-grid-row", f), i = d(null);
|
|
2523
2544
|
return o.expose({
|
|
2524
2545
|
handleFocusout(t) {
|
|
2525
|
-
var
|
|
2526
|
-
return (
|
|
2546
|
+
var r;
|
|
2547
|
+
return (r = i.value) == null ? void 0 : r.handleFocusout(t);
|
|
2527
2548
|
},
|
|
2528
2549
|
handleCellFocus(t) {
|
|
2529
|
-
var
|
|
2530
|
-
return (
|
|
2550
|
+
var r;
|
|
2551
|
+
return (r = i.value) == null ? void 0 : r.handleCellFocus(t);
|
|
2531
2552
|
},
|
|
2532
2553
|
handleKeydown(t) {
|
|
2533
|
-
var
|
|
2534
|
-
return (
|
|
2554
|
+
var r;
|
|
2555
|
+
return (r = i.value) == null ? void 0 : r.handleKeydown(t);
|
|
2535
2556
|
}
|
|
2536
|
-
}), { componentName:
|
|
2557
|
+
}), { componentName: n, element: i };
|
|
2537
2558
|
},
|
|
2538
2559
|
render() {
|
|
2539
|
-
return
|
|
2560
|
+
return s ? a(
|
|
2540
2561
|
this.componentName,
|
|
2541
2562
|
{
|
|
2542
2563
|
ref: "element",
|
|
@@ -2554,11 +2575,12 @@ const qe = h({
|
|
|
2554
2575
|
keydown: (e) => this.$emit("keydown", e),
|
|
2555
2576
|
keyup: (e) => this.$emit("keyup", e),
|
|
2556
2577
|
input: (e) => this.$emit("input", e),
|
|
2557
|
-
"row-focused": (e) => this.$emit("row-focused", e)
|
|
2578
|
+
"row-focused": (e) => this.$emit("row-focused", e),
|
|
2579
|
+
"cell-click": (e) => this.$emit("cell-click", e)
|
|
2558
2580
|
}
|
|
2559
2581
|
},
|
|
2560
2582
|
[this.$slots.default]
|
|
2561
|
-
) :
|
|
2583
|
+
) : a(
|
|
2562
2584
|
this.componentName,
|
|
2563
2585
|
{
|
|
2564
2586
|
ref: "element",
|
|
@@ -2573,7 +2595,8 @@ const qe = h({
|
|
|
2573
2595
|
onKeydown: (e) => this.$emit("keydown", e),
|
|
2574
2596
|
onKeyup: (e) => this.$emit("keyup", e),
|
|
2575
2597
|
onInput: (e) => this.$emit("input", e),
|
|
2576
|
-
onRowFocused: (e) => this.$emit("row-focused", e)
|
|
2598
|
+
onRowFocused: (e) => this.$emit("row-focused", e),
|
|
2599
|
+
onCellClick: (e) => this.$emit("cell-click", e)
|
|
2577
2600
|
},
|
|
2578
2601
|
[
|
|
2579
2602
|
// @ts-ignore
|
|
@@ -2660,31 +2683,36 @@ const qe = h({
|
|
|
2660
2683
|
* Event that fires when a sortable column header is clicked
|
|
2661
2684
|
* @type {unknown}
|
|
2662
2685
|
*/
|
|
2663
|
-
"sort"
|
|
2686
|
+
"sort",
|
|
2687
|
+
/**
|
|
2688
|
+
* Event that fires when a cell is clicked
|
|
2689
|
+
* @type {unknown}
|
|
2690
|
+
*/
|
|
2691
|
+
"cell-click"
|
|
2664
2692
|
],
|
|
2665
2693
|
setup(e, o) {
|
|
2666
|
-
const
|
|
2694
|
+
const n = u("data-grid-cell", f), i = d(null);
|
|
2667
2695
|
return o.expose({
|
|
2668
2696
|
handleKeydown(t) {
|
|
2669
|
-
var
|
|
2670
|
-
return (
|
|
2697
|
+
var r;
|
|
2698
|
+
return (r = i.value) == null ? void 0 : r.handleKeydown(t);
|
|
2671
2699
|
},
|
|
2672
|
-
ariaSelectedChanged(t,
|
|
2700
|
+
ariaSelectedChanged(t, r) {
|
|
2673
2701
|
var p;
|
|
2674
|
-
return (p = i.value) == null ? void 0 : p.ariaSelectedChanged(t,
|
|
2702
|
+
return (p = i.value) == null ? void 0 : p.ariaSelectedChanged(t, r);
|
|
2675
2703
|
},
|
|
2676
2704
|
handleFocusin(t) {
|
|
2677
|
-
var
|
|
2678
|
-
return (
|
|
2705
|
+
var r;
|
|
2706
|
+
return (r = i.value) == null ? void 0 : r.handleFocusin(t);
|
|
2679
2707
|
},
|
|
2680
2708
|
handleFocusout(t) {
|
|
2681
|
-
var
|
|
2682
|
-
return (
|
|
2709
|
+
var r;
|
|
2710
|
+
return (r = i.value) == null ? void 0 : r.handleFocusout(t);
|
|
2683
2711
|
}
|
|
2684
|
-
}), { componentName:
|
|
2712
|
+
}), { componentName: n, element: i };
|
|
2685
2713
|
},
|
|
2686
2714
|
render() {
|
|
2687
|
-
return
|
|
2715
|
+
return s ? a(
|
|
2688
2716
|
this.componentName,
|
|
2689
2717
|
{
|
|
2690
2718
|
ref: "element",
|
|
@@ -2705,11 +2733,12 @@ const qe = h({
|
|
|
2705
2733
|
keyup: (e) => this.$emit("keyup", e),
|
|
2706
2734
|
input: (e) => this.$emit("input", e),
|
|
2707
2735
|
"cell-focused": (e) => this.$emit("cell-focused", e),
|
|
2708
|
-
sort: (e) => this.$emit("sort", e)
|
|
2736
|
+
sort: (e) => this.$emit("sort", e),
|
|
2737
|
+
"cell-click": (e) => this.$emit("cell-click", e)
|
|
2709
2738
|
}
|
|
2710
2739
|
},
|
|
2711
2740
|
[this.$slots.default]
|
|
2712
|
-
) :
|
|
2741
|
+
) : a(
|
|
2713
2742
|
this.componentName,
|
|
2714
2743
|
{
|
|
2715
2744
|
ref: "element",
|
|
@@ -2727,7 +2756,8 @@ const qe = h({
|
|
|
2727
2756
|
onKeyup: (e) => this.$emit("keyup", e),
|
|
2728
2757
|
onInput: (e) => this.$emit("input", e),
|
|
2729
2758
|
onCellFocused: (e) => this.$emit("cell-focused", e),
|
|
2730
|
-
onSort: (e) => this.$emit("sort", e)
|
|
2759
|
+
onSort: (e) => this.$emit("sort", e),
|
|
2760
|
+
onCellClick: (e) => this.$emit("cell-click", e)
|
|
2731
2761
|
},
|
|
2732
2762
|
[
|
|
2733
2763
|
// @ts-ignore
|
|
@@ -2737,7 +2767,7 @@ const qe = h({
|
|
|
2737
2767
|
}
|
|
2738
2768
|
}), Ye = h({
|
|
2739
2769
|
name: "VDatePicker",
|
|
2740
|
-
model:
|
|
2770
|
+
model: s ? {
|
|
2741
2771
|
prop: "modelValue",
|
|
2742
2772
|
event: "update:modelValue"
|
|
2743
2773
|
} : void 0,
|
|
@@ -2828,11 +2858,11 @@ const qe = h({
|
|
|
2828
2858
|
"update:modelValue"
|
|
2829
2859
|
],
|
|
2830
2860
|
setup(e, o) {
|
|
2831
|
-
const
|
|
2832
|
-
return o.expose({}), { componentName:
|
|
2861
|
+
const n = u("date-picker", K), i = d(null);
|
|
2862
|
+
return o.expose({}), { componentName: n, element: i };
|
|
2833
2863
|
},
|
|
2834
2864
|
render() {
|
|
2835
|
-
return
|
|
2865
|
+
return s ? a(
|
|
2836
2866
|
this.componentName,
|
|
2837
2867
|
{
|
|
2838
2868
|
ref: "element",
|
|
@@ -2865,7 +2895,7 @@ const qe = h({
|
|
|
2865
2895
|
}
|
|
2866
2896
|
},
|
|
2867
2897
|
[]
|
|
2868
|
-
) :
|
|
2898
|
+
) : a(
|
|
2869
2899
|
this.componentName,
|
|
2870
2900
|
{
|
|
2871
2901
|
ref: "element",
|
|
@@ -3016,14 +3046,14 @@ const qe = h({
|
|
|
3016
3046
|
"update:end"
|
|
3017
3047
|
],
|
|
3018
3048
|
setup(e, o) {
|
|
3019
|
-
const
|
|
3049
|
+
const n = u(
|
|
3020
3050
|
"date-range-picker",
|
|
3021
3051
|
A
|
|
3022
3052
|
), i = d(null);
|
|
3023
|
-
return o.expose({}), { componentName:
|
|
3053
|
+
return o.expose({}), { componentName: n, element: i };
|
|
3024
3054
|
},
|
|
3025
3055
|
render() {
|
|
3026
|
-
return
|
|
3056
|
+
return s ? a(
|
|
3027
3057
|
this.componentName,
|
|
3028
3058
|
{
|
|
3029
3059
|
ref: "element",
|
|
@@ -3059,7 +3089,7 @@ const qe = h({
|
|
|
3059
3089
|
}
|
|
3060
3090
|
},
|
|
3061
3091
|
[]
|
|
3062
|
-
) :
|
|
3092
|
+
) : a(
|
|
3063
3093
|
this.componentName,
|
|
3064
3094
|
{
|
|
3065
3095
|
ref: "element",
|
|
@@ -3164,7 +3194,7 @@ const qe = h({
|
|
|
3164
3194
|
"close"
|
|
3165
3195
|
],
|
|
3166
3196
|
setup(e, o) {
|
|
3167
|
-
const
|
|
3197
|
+
const n = u("dialog", q), i = d(null);
|
|
3168
3198
|
return o.expose({
|
|
3169
3199
|
close() {
|
|
3170
3200
|
var t;
|
|
@@ -3178,10 +3208,10 @@ const qe = h({
|
|
|
3178
3208
|
var t;
|
|
3179
3209
|
return (t = i.value) == null ? void 0 : t.showModal();
|
|
3180
3210
|
}
|
|
3181
|
-
}), { componentName:
|
|
3211
|
+
}), { componentName: n, element: i };
|
|
3182
3212
|
},
|
|
3183
3213
|
render() {
|
|
3184
|
-
return
|
|
3214
|
+
return s ? a(
|
|
3185
3215
|
this.componentName,
|
|
3186
3216
|
{
|
|
3187
3217
|
ref: "element",
|
|
@@ -3220,7 +3250,7 @@ const qe = h({
|
|
|
3220
3250
|
// @slot action-items Use the action-items slot in order to add action buttons to the bottom of the dialog.
|
|
3221
3251
|
l("action-items", this.$slots["action-items"])
|
|
3222
3252
|
]
|
|
3223
|
-
) :
|
|
3253
|
+
) : a(
|
|
3224
3254
|
this.componentName,
|
|
3225
3255
|
{
|
|
3226
3256
|
ref: "element",
|
|
@@ -3315,11 +3345,11 @@ const qe = h({
|
|
|
3315
3345
|
"input"
|
|
3316
3346
|
],
|
|
3317
3347
|
setup(e, o) {
|
|
3318
|
-
const
|
|
3319
|
-
return o.expose({}), { componentName:
|
|
3348
|
+
const n = u("divider", P), i = d(null);
|
|
3349
|
+
return o.expose({}), { componentName: n, element: i };
|
|
3320
3350
|
},
|
|
3321
3351
|
render() {
|
|
3322
|
-
return
|
|
3352
|
+
return s ? a(
|
|
3323
3353
|
this.componentName,
|
|
3324
3354
|
{
|
|
3325
3355
|
ref: "element",
|
|
@@ -3339,7 +3369,7 @@ const qe = h({
|
|
|
3339
3369
|
}
|
|
3340
3370
|
},
|
|
3341
3371
|
[]
|
|
3342
|
-
) :
|
|
3372
|
+
) : a(
|
|
3343
3373
|
this.componentName,
|
|
3344
3374
|
{
|
|
3345
3375
|
ref: "element",
|
|
@@ -3410,11 +3440,11 @@ const qe = h({
|
|
|
3410
3440
|
"input"
|
|
3411
3441
|
],
|
|
3412
3442
|
setup(e, o) {
|
|
3413
|
-
const
|
|
3414
|
-
return o.expose({}), { componentName:
|
|
3443
|
+
const n = u("empty-state", O), i = d(null);
|
|
3444
|
+
return o.expose({}), { componentName: n, element: i };
|
|
3415
3445
|
},
|
|
3416
3446
|
render() {
|
|
3417
|
-
return
|
|
3447
|
+
return s ? a(
|
|
3418
3448
|
this.componentName,
|
|
3419
3449
|
{
|
|
3420
3450
|
ref: "element",
|
|
@@ -3440,7 +3470,7 @@ const qe = h({
|
|
|
3440
3470
|
// @slot action-items Slot to add action items to the empty state
|
|
3441
3471
|
l("action-items", this.$slots["action-items"])
|
|
3442
3472
|
]
|
|
3443
|
-
) :
|
|
3473
|
+
) : a(
|
|
3444
3474
|
this.componentName,
|
|
3445
3475
|
{
|
|
3446
3476
|
ref: "element",
|
|
@@ -3599,7 +3629,7 @@ const qe = h({
|
|
|
3599
3629
|
"input"
|
|
3600
3630
|
],
|
|
3601
3631
|
setup(e, o) {
|
|
3602
|
-
const
|
|
3632
|
+
const n = u("fab", U), i = d(null);
|
|
3603
3633
|
return o.expose({
|
|
3604
3634
|
/**
|
|
3605
3635
|
* {@inheritDoc (FormAssociated:interface).validate}
|
|
@@ -3608,10 +3638,10 @@ const qe = h({
|
|
|
3608
3638
|
var t;
|
|
3609
3639
|
return (t = i.value) == null ? void 0 : t.validate();
|
|
3610
3640
|
}
|
|
3611
|
-
}), { componentName:
|
|
3641
|
+
}), { componentName: n, element: i };
|
|
3612
3642
|
},
|
|
3613
3643
|
render() {
|
|
3614
|
-
return
|
|
3644
|
+
return s ? a(
|
|
3615
3645
|
this.componentName,
|
|
3616
3646
|
{
|
|
3617
3647
|
ref: "element",
|
|
@@ -3650,7 +3680,7 @@ const qe = h({
|
|
|
3650
3680
|
// @slot icon Slot to add an icon to fab.
|
|
3651
3681
|
l("icon", this.$slots.icon)
|
|
3652
3682
|
]
|
|
3653
|
-
) :
|
|
3683
|
+
) : a(
|
|
3654
3684
|
this.componentName,
|
|
3655
3685
|
{
|
|
3656
3686
|
ref: "element",
|
|
@@ -3687,7 +3717,7 @@ const qe = h({
|
|
|
3687
3717
|
]
|
|
3688
3718
|
);
|
|
3689
3719
|
}
|
|
3690
|
-
}),
|
|
3720
|
+
}), ni = h({
|
|
3691
3721
|
name: "VHeader",
|
|
3692
3722
|
props: {
|
|
3693
3723
|
/**
|
|
@@ -3739,11 +3769,11 @@ const qe = h({
|
|
|
3739
3769
|
"input"
|
|
3740
3770
|
],
|
|
3741
3771
|
setup(e, o) {
|
|
3742
|
-
const
|
|
3743
|
-
return o.expose({}), { componentName:
|
|
3772
|
+
const n = u("header", R), i = d(null);
|
|
3773
|
+
return o.expose({}), { componentName: n, element: i };
|
|
3744
3774
|
},
|
|
3745
3775
|
render() {
|
|
3746
|
-
return
|
|
3776
|
+
return s ? a(
|
|
3747
3777
|
this.componentName,
|
|
3748
3778
|
{
|
|
3749
3779
|
ref: "element",
|
|
@@ -3769,7 +3799,7 @@ const qe = h({
|
|
|
3769
3799
|
// @slot app-content Content vertically aligned with header.
|
|
3770
3800
|
l("app-content", this.$slots["app-content"])
|
|
3771
3801
|
]
|
|
3772
|
-
) :
|
|
3802
|
+
) : a(
|
|
3773
3803
|
this.componentName,
|
|
3774
3804
|
{
|
|
3775
3805
|
ref: "element",
|
|
@@ -3794,7 +3824,7 @@ const qe = h({
|
|
|
3794
3824
|
]
|
|
3795
3825
|
);
|
|
3796
3826
|
}
|
|
3797
|
-
}),
|
|
3827
|
+
}), ai = h({
|
|
3798
3828
|
name: "VIcon",
|
|
3799
3829
|
props: {
|
|
3800
3830
|
/**
|
|
@@ -3854,16 +3884,16 @@ const qe = h({
|
|
|
3854
3884
|
"input"
|
|
3855
3885
|
],
|
|
3856
3886
|
setup(e, o) {
|
|
3857
|
-
const
|
|
3887
|
+
const n = u("icon", G), i = d(null);
|
|
3858
3888
|
return o.expose({
|
|
3859
3889
|
nameChanged() {
|
|
3860
3890
|
var t;
|
|
3861
3891
|
return (t = i.value) == null ? void 0 : t.nameChanged();
|
|
3862
3892
|
}
|
|
3863
|
-
}), { componentName:
|
|
3893
|
+
}), { componentName: n, element: i };
|
|
3864
3894
|
},
|
|
3865
3895
|
render() {
|
|
3866
|
-
return
|
|
3896
|
+
return s ? a(
|
|
3867
3897
|
this.componentName,
|
|
3868
3898
|
{
|
|
3869
3899
|
ref: "element",
|
|
@@ -3884,7 +3914,7 @@ const qe = h({
|
|
|
3884
3914
|
}
|
|
3885
3915
|
},
|
|
3886
3916
|
[this.$slots.default]
|
|
3887
|
-
) :
|
|
3917
|
+
) : a(
|
|
3888
3918
|
this.componentName,
|
|
3889
3919
|
{
|
|
3890
3920
|
ref: "element",
|
|
@@ -3985,11 +4015,11 @@ const qe = h({
|
|
|
3985
4015
|
"input"
|
|
3986
4016
|
],
|
|
3987
4017
|
setup(e, o) {
|
|
3988
|
-
const
|
|
3989
|
-
return o.expose({}), { componentName:
|
|
4018
|
+
const n = u("layout", E), i = d(null);
|
|
4019
|
+
return o.expose({}), { componentName: n, element: i };
|
|
3990
4020
|
},
|
|
3991
4021
|
render() {
|
|
3992
|
-
return
|
|
4022
|
+
return s ? a(
|
|
3993
4023
|
this.componentName,
|
|
3994
4024
|
{
|
|
3995
4025
|
ref: "element",
|
|
@@ -4012,7 +4042,7 @@ const qe = h({
|
|
|
4012
4042
|
}
|
|
4013
4043
|
},
|
|
4014
4044
|
[this.$slots.default]
|
|
4015
|
-
) :
|
|
4045
|
+
) : a(
|
|
4016
4046
|
this.componentName,
|
|
4017
4047
|
{
|
|
4018
4048
|
ref: "element",
|
|
@@ -4039,6 +4069,13 @@ const qe = h({
|
|
|
4039
4069
|
}), si = h({
|
|
4040
4070
|
name: "VMenu",
|
|
4041
4071
|
props: {
|
|
4072
|
+
/**
|
|
4073
|
+
* ID or direct reference to the component's anchor element.
|
|
4074
|
+
*/
|
|
4075
|
+
anchor: {
|
|
4076
|
+
type: [Object, String],
|
|
4077
|
+
default: void 0
|
|
4078
|
+
},
|
|
4042
4079
|
/**
|
|
4043
4080
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
4044
4081
|
*/
|
|
@@ -4054,13 +4091,6 @@ const qe = h({
|
|
|
4054
4091
|
type: String,
|
|
4055
4092
|
default: void 0
|
|
4056
4093
|
},
|
|
4057
|
-
/**
|
|
4058
|
-
* id or direct reference to the menu's anchor element
|
|
4059
|
-
*/
|
|
4060
|
-
anchor: {
|
|
4061
|
-
type: [Object, String],
|
|
4062
|
-
default: void 0
|
|
4063
|
-
},
|
|
4064
4094
|
/**
|
|
4065
4095
|
* indicates whether the menu will automatically close when
|
|
4066
4096
|
* the user clicks outside the menu
|
|
@@ -4114,7 +4144,7 @@ const qe = h({
|
|
|
4114
4144
|
"close"
|
|
4115
4145
|
],
|
|
4116
4146
|
setup(e, o) {
|
|
4117
|
-
const
|
|
4147
|
+
const n = u("menu", H), i = d(null);
|
|
4118
4148
|
return o.expose({
|
|
4119
4149
|
/**
|
|
4120
4150
|
* Focuses the first item in the menu.
|
|
@@ -4130,22 +4160,18 @@ const qe = h({
|
|
|
4130
4160
|
var t;
|
|
4131
4161
|
return (t = i.value) == null ? void 0 : t.collapseExpandedItem();
|
|
4132
4162
|
},
|
|
4133
|
-
|
|
4134
|
-
var
|
|
4135
|
-
return (
|
|
4136
|
-
},
|
|
4137
|
-
autoDismissChanged(t, s) {
|
|
4138
|
-
var p;
|
|
4139
|
-
return (p = i.value) == null ? void 0 : p.autoDismissChanged(t, s);
|
|
4163
|
+
autoDismissChanged(t) {
|
|
4164
|
+
var r;
|
|
4165
|
+
return (r = i.value) == null ? void 0 : r.autoDismissChanged(t);
|
|
4140
4166
|
},
|
|
4141
|
-
openChanged(t,
|
|
4167
|
+
openChanged(t, r) {
|
|
4142
4168
|
var p;
|
|
4143
|
-
return (p = i.value) == null ? void 0 : p.openChanged(t,
|
|
4169
|
+
return (p = i.value) == null ? void 0 : p.openChanged(t, r);
|
|
4144
4170
|
}
|
|
4145
|
-
}), { componentName:
|
|
4171
|
+
}), { componentName: n, element: i };
|
|
4146
4172
|
},
|
|
4147
4173
|
render() {
|
|
4148
|
-
return
|
|
4174
|
+
return s ? a(
|
|
4149
4175
|
this.componentName,
|
|
4150
4176
|
{
|
|
4151
4177
|
ref: "element",
|
|
@@ -4178,15 +4204,15 @@ const qe = h({
|
|
|
4178
4204
|
// @slot action-items Used to add action items to the bottom of the menu.
|
|
4179
4205
|
l("action-items", this.$slots["action-items"])
|
|
4180
4206
|
]
|
|
4181
|
-
) :
|
|
4207
|
+
) : a(
|
|
4182
4208
|
this.componentName,
|
|
4183
4209
|
{
|
|
4184
4210
|
ref: "element",
|
|
4185
4211
|
class: "vvd-component",
|
|
4212
|
+
...this.anchor !== void 0 ? { anchor: this.anchor } : {},
|
|
4186
4213
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
4187
4214
|
...this.ariaLabel !== void 0 ? { "aria-label": this.ariaLabel } : {},
|
|
4188
4215
|
...this.placement !== void 0 ? { placement: this.placement } : {},
|
|
4189
|
-
...this.anchor !== void 0 ? { anchor: this.anchor } : {},
|
|
4190
4216
|
...this.autoDismiss !== void 0 ? { "auto-dismiss": this.autoDismiss } : {},
|
|
4191
4217
|
...this.open !== void 0 ? { open: this.open } : {},
|
|
4192
4218
|
onClick: (e) => this.$emit("click", e),
|
|
@@ -4210,7 +4236,7 @@ const qe = h({
|
|
|
4210
4236
|
}
|
|
4211
4237
|
}), ri = h({
|
|
4212
4238
|
name: "VMenuItem",
|
|
4213
|
-
model:
|
|
4239
|
+
model: s ? {
|
|
4214
4240
|
prop: "modelValue",
|
|
4215
4241
|
event: "update:modelValue"
|
|
4216
4242
|
} : void 0,
|
|
@@ -4314,11 +4340,11 @@ const qe = h({
|
|
|
4314
4340
|
"update:modelValue"
|
|
4315
4341
|
],
|
|
4316
4342
|
setup(e, o) {
|
|
4317
|
-
const
|
|
4318
|
-
return o.expose({}), { componentName:
|
|
4343
|
+
const n = u("menu-item", j), i = d(null);
|
|
4344
|
+
return o.expose({}), { componentName: n, element: i };
|
|
4319
4345
|
},
|
|
4320
4346
|
render() {
|
|
4321
|
-
return
|
|
4347
|
+
return s ? a(
|
|
4322
4348
|
this.componentName,
|
|
4323
4349
|
{
|
|
4324
4350
|
ref: "element",
|
|
@@ -4357,7 +4383,7 @@ const qe = h({
|
|
|
4357
4383
|
// @slot submenu Assign a Menu to the `submenu` slot to add a submenu.
|
|
4358
4384
|
l("submenu", this.$slots.submenu)
|
|
4359
4385
|
]
|
|
4360
|
-
) :
|
|
4386
|
+
) : a(
|
|
4361
4387
|
this.componentName,
|
|
4362
4388
|
{
|
|
4363
4389
|
ref: "element",
|
|
@@ -4438,11 +4464,11 @@ const qe = h({
|
|
|
4438
4464
|
"input"
|
|
4439
4465
|
],
|
|
4440
4466
|
setup(e, o) {
|
|
4441
|
-
const
|
|
4442
|
-
return o.expose({}), { componentName:
|
|
4467
|
+
const n = u("nav", W), i = d(null);
|
|
4468
|
+
return o.expose({}), { componentName: n, element: i };
|
|
4443
4469
|
},
|
|
4444
4470
|
render() {
|
|
4445
|
-
return
|
|
4471
|
+
return s ? a(
|
|
4446
4472
|
this.componentName,
|
|
4447
4473
|
{
|
|
4448
4474
|
ref: "element",
|
|
@@ -4460,7 +4486,7 @@ const qe = h({
|
|
|
4460
4486
|
}
|
|
4461
4487
|
},
|
|
4462
4488
|
[this.$slots.default]
|
|
4463
|
-
) :
|
|
4489
|
+
) : a(
|
|
4464
4490
|
this.componentName,
|
|
4465
4491
|
{
|
|
4466
4492
|
ref: "element",
|
|
@@ -4532,14 +4558,14 @@ const qe = h({
|
|
|
4532
4558
|
"toggle"
|
|
4533
4559
|
],
|
|
4534
4560
|
setup(e, o) {
|
|
4535
|
-
const
|
|
4561
|
+
const n = u(
|
|
4536
4562
|
"nav-disclosure",
|
|
4537
|
-
|
|
4563
|
+
J
|
|
4538
4564
|
), i = d(null);
|
|
4539
|
-
return o.expose({}), { componentName:
|
|
4565
|
+
return o.expose({}), { componentName: n, element: i };
|
|
4540
4566
|
},
|
|
4541
4567
|
render() {
|
|
4542
|
-
return
|
|
4568
|
+
return s ? a(
|
|
4543
4569
|
this.componentName,
|
|
4544
4570
|
{
|
|
4545
4571
|
ref: "element",
|
|
@@ -4565,7 +4591,7 @@ const qe = h({
|
|
|
4565
4591
|
// @slot meta A slot to add additional content to the nav disclosure.
|
|
4566
4592
|
l("meta", this.$slots.meta)
|
|
4567
4593
|
]
|
|
4568
|
-
) :
|
|
4594
|
+
) : a(
|
|
4569
4595
|
this.componentName,
|
|
4570
4596
|
{
|
|
4571
4597
|
ref: "element",
|
|
@@ -4678,16 +4704,16 @@ const qe = h({
|
|
|
4678
4704
|
"input"
|
|
4679
4705
|
],
|
|
4680
4706
|
setup(e, o) {
|
|
4681
|
-
const
|
|
4707
|
+
const n = u("nav-item", _), i = d(null);
|
|
4682
4708
|
return o.expose({
|
|
4683
4709
|
getBodyTemplate() {
|
|
4684
4710
|
var t;
|
|
4685
4711
|
return (t = i.value) == null ? void 0 : t.getBodyTemplate();
|
|
4686
4712
|
}
|
|
4687
|
-
}), { componentName:
|
|
4713
|
+
}), { componentName: n, element: i };
|
|
4688
4714
|
},
|
|
4689
4715
|
render() {
|
|
4690
|
-
return
|
|
4716
|
+
return s ? a(
|
|
4691
4717
|
this.componentName,
|
|
4692
4718
|
{
|
|
4693
4719
|
ref: "element",
|
|
@@ -4718,7 +4744,7 @@ const qe = h({
|
|
|
4718
4744
|
// @slot meta A slot to add additional content to the nav item.
|
|
4719
4745
|
l("meta", this.$slots.meta)
|
|
4720
4746
|
]
|
|
4721
|
-
) :
|
|
4747
|
+
) : a(
|
|
4722
4748
|
this.componentName,
|
|
4723
4749
|
{
|
|
4724
4750
|
ref: "element",
|
|
@@ -4804,11 +4830,11 @@ const qe = h({
|
|
|
4804
4830
|
"input"
|
|
4805
4831
|
],
|
|
4806
4832
|
setup(e, o) {
|
|
4807
|
-
const
|
|
4808
|
-
return o.expose({}), { componentName:
|
|
4833
|
+
const n = u("note", X), i = d(null);
|
|
4834
|
+
return o.expose({}), { componentName: n, element: i };
|
|
4809
4835
|
},
|
|
4810
4836
|
render() {
|
|
4811
|
-
return
|
|
4837
|
+
return s ? a(
|
|
4812
4838
|
this.componentName,
|
|
4813
4839
|
{
|
|
4814
4840
|
ref: "element",
|
|
@@ -4829,7 +4855,7 @@ const qe = h({
|
|
|
4829
4855
|
}
|
|
4830
4856
|
},
|
|
4831
4857
|
[this.$slots.default]
|
|
4832
|
-
) :
|
|
4858
|
+
) : a(
|
|
4833
4859
|
this.componentName,
|
|
4834
4860
|
{
|
|
4835
4861
|
ref: "element",
|
|
@@ -4853,7 +4879,7 @@ const qe = h({
|
|
|
4853
4879
|
}
|
|
4854
4880
|
}), ci = h({
|
|
4855
4881
|
name: "VNumberField",
|
|
4856
|
-
model:
|
|
4882
|
+
model: s ? {
|
|
4857
4883
|
prop: "modelValue",
|
|
4858
4884
|
event: "update:modelValue"
|
|
4859
4885
|
} : void 0,
|
|
@@ -5017,7 +5043,7 @@ const qe = h({
|
|
|
5017
5043
|
"update:modelValue"
|
|
5018
5044
|
],
|
|
5019
5045
|
setup(e, o) {
|
|
5020
|
-
const
|
|
5046
|
+
const n = u(
|
|
5021
5047
|
"number-field",
|
|
5022
5048
|
Z
|
|
5023
5049
|
), i = d(null);
|
|
@@ -5036,9 +5062,9 @@ const qe = h({
|
|
|
5036
5062
|
var t;
|
|
5037
5063
|
return (t = i.value) == null ? void 0 : t.select();
|
|
5038
5064
|
},
|
|
5039
|
-
stepChanged(t,
|
|
5065
|
+
stepChanged(t, r) {
|
|
5040
5066
|
var p;
|
|
5041
|
-
return (p = i.value) == null ? void 0 : p.stepChanged(t,
|
|
5067
|
+
return (p = i.value) == null ? void 0 : p.stepChanged(t, r);
|
|
5042
5068
|
},
|
|
5043
5069
|
stepUp() {
|
|
5044
5070
|
var t;
|
|
@@ -5048,10 +5074,10 @@ const qe = h({
|
|
|
5048
5074
|
var t;
|
|
5049
5075
|
return (t = i.value) == null ? void 0 : t.stepDown();
|
|
5050
5076
|
}
|
|
5051
|
-
}), { componentName:
|
|
5077
|
+
}), { componentName: n, element: i };
|
|
5052
5078
|
},
|
|
5053
5079
|
render() {
|
|
5054
|
-
return
|
|
5080
|
+
return s ? a(
|
|
5055
5081
|
this.componentName,
|
|
5056
5082
|
{
|
|
5057
5083
|
ref: "element",
|
|
@@ -5102,7 +5128,7 @@ const qe = h({
|
|
|
5102
5128
|
}
|
|
5103
5129
|
},
|
|
5104
5130
|
[]
|
|
5105
|
-
) :
|
|
5131
|
+
) : a(
|
|
5106
5132
|
this.componentName,
|
|
5107
5133
|
{
|
|
5108
5134
|
ref: "element",
|
|
@@ -5219,23 +5245,23 @@ const qe = h({
|
|
|
5219
5245
|
"input"
|
|
5220
5246
|
],
|
|
5221
5247
|
setup(e, o) {
|
|
5222
|
-
const
|
|
5248
|
+
const n = u("option", Q), i = d(null);
|
|
5223
5249
|
return o.expose({
|
|
5224
5250
|
/**
|
|
5225
5251
|
* Updates the ariaChecked property when the checked property changes.
|
|
5226
5252
|
*/
|
|
5227
|
-
checkedChanged(t,
|
|
5253
|
+
checkedChanged(t, r) {
|
|
5228
5254
|
var p;
|
|
5229
|
-
return (p = i.value) == null ? void 0 : p.checkedChanged(t,
|
|
5255
|
+
return (p = i.value) == null ? void 0 : p.checkedChanged(t, r);
|
|
5230
5256
|
},
|
|
5231
|
-
initialValueChanged(t,
|
|
5257
|
+
initialValueChanged(t, r) {
|
|
5232
5258
|
var p;
|
|
5233
|
-
return (p = i.value) == null ? void 0 : p.initialValueChanged(t,
|
|
5259
|
+
return (p = i.value) == null ? void 0 : p.initialValueChanged(t, r);
|
|
5234
5260
|
}
|
|
5235
|
-
}), { componentName:
|
|
5261
|
+
}), { componentName: n, element: i };
|
|
5236
5262
|
},
|
|
5237
5263
|
render() {
|
|
5238
|
-
return
|
|
5264
|
+
return s ? a(
|
|
5239
5265
|
this.componentName,
|
|
5240
5266
|
{
|
|
5241
5267
|
ref: "element",
|
|
@@ -5263,7 +5289,7 @@ const qe = h({
|
|
|
5263
5289
|
// @slot icon Slot to add an icon to the option.
|
|
5264
5290
|
l("icon", this.$slots.icon)
|
|
5265
5291
|
]
|
|
5266
|
-
) :
|
|
5292
|
+
) : a(
|
|
5267
5293
|
this.componentName,
|
|
5268
5294
|
{
|
|
5269
5295
|
ref: "element",
|
|
@@ -5352,24 +5378,24 @@ const qe = h({
|
|
|
5352
5378
|
"pagination-change"
|
|
5353
5379
|
],
|
|
5354
5380
|
setup(e, o) {
|
|
5355
|
-
const
|
|
5381
|
+
const n = u("pagination", Y), i = d(null);
|
|
5356
5382
|
return o.expose({
|
|
5357
|
-
totalChanged(t,
|
|
5383
|
+
totalChanged(t, r) {
|
|
5358
5384
|
var p;
|
|
5359
|
-
return (p = i.value) == null ? void 0 : p.totalChanged(t,
|
|
5385
|
+
return (p = i.value) == null ? void 0 : p.totalChanged(t, r);
|
|
5360
5386
|
},
|
|
5361
|
-
selectedIndexChanged(t,
|
|
5387
|
+
selectedIndexChanged(t, r) {
|
|
5362
5388
|
var p;
|
|
5363
|
-
return (p = i.value) == null ? void 0 : p.selectedIndexChanged(t,
|
|
5389
|
+
return (p = i.value) == null ? void 0 : p.selectedIndexChanged(t, r);
|
|
5364
5390
|
},
|
|
5365
|
-
paginationButtonsChanged(t,
|
|
5391
|
+
paginationButtonsChanged(t, r) {
|
|
5366
5392
|
var p;
|
|
5367
|
-
return (p = i.value) == null ? void 0 : p.paginationButtonsChanged(t,
|
|
5393
|
+
return (p = i.value) == null ? void 0 : p.paginationButtonsChanged(t, r);
|
|
5368
5394
|
}
|
|
5369
|
-
}), { componentName:
|
|
5395
|
+
}), { componentName: n, element: i };
|
|
5370
5396
|
},
|
|
5371
5397
|
render() {
|
|
5372
|
-
return
|
|
5398
|
+
return s ? a(
|
|
5373
5399
|
this.componentName,
|
|
5374
5400
|
{
|
|
5375
5401
|
ref: "element",
|
|
@@ -5393,7 +5419,7 @@ const qe = h({
|
|
|
5393
5419
|
}
|
|
5394
5420
|
},
|
|
5395
5421
|
[]
|
|
5396
|
-
) :
|
|
5422
|
+
) : a(
|
|
5397
5423
|
this.componentName,
|
|
5398
5424
|
{
|
|
5399
5425
|
ref: "element",
|
|
@@ -5494,11 +5520,11 @@ const qe = h({
|
|
|
5494
5520
|
"input"
|
|
5495
5521
|
],
|
|
5496
5522
|
setup(e, o) {
|
|
5497
|
-
const
|
|
5498
|
-
return o.expose({}), { componentName:
|
|
5523
|
+
const n = u("progress", I), i = d(null);
|
|
5524
|
+
return o.expose({}), { componentName: n, element: i };
|
|
5499
5525
|
},
|
|
5500
5526
|
render() {
|
|
5501
|
-
return
|
|
5527
|
+
return s ? a(
|
|
5502
5528
|
this.componentName,
|
|
5503
5529
|
{
|
|
5504
5530
|
ref: "element",
|
|
@@ -5524,7 +5550,7 @@ const qe = h({
|
|
|
5524
5550
|
}
|
|
5525
5551
|
},
|
|
5526
5552
|
[]
|
|
5527
|
-
) :
|
|
5553
|
+
) : a(
|
|
5528
5554
|
this.componentName,
|
|
5529
5555
|
{
|
|
5530
5556
|
ref: "element",
|
|
@@ -5617,14 +5643,14 @@ const qe = h({
|
|
|
5617
5643
|
"input"
|
|
5618
5644
|
],
|
|
5619
5645
|
setup(e, o) {
|
|
5620
|
-
const
|
|
5646
|
+
const n = u(
|
|
5621
5647
|
"progress-ring",
|
|
5622
5648
|
ee
|
|
5623
5649
|
), i = d(null);
|
|
5624
|
-
return o.expose({}), { componentName:
|
|
5650
|
+
return o.expose({}), { componentName: n, element: i };
|
|
5625
5651
|
},
|
|
5626
5652
|
render() {
|
|
5627
|
-
return
|
|
5653
|
+
return s ? a(
|
|
5628
5654
|
this.componentName,
|
|
5629
5655
|
{
|
|
5630
5656
|
ref: "element",
|
|
@@ -5649,7 +5675,7 @@ const qe = h({
|
|
|
5649
5675
|
}
|
|
5650
5676
|
},
|
|
5651
5677
|
[]
|
|
5652
|
-
) :
|
|
5678
|
+
) : a(
|
|
5653
5679
|
this.componentName,
|
|
5654
5680
|
{
|
|
5655
5681
|
ref: "element",
|
|
@@ -5774,11 +5800,11 @@ const qe = h({
|
|
|
5774
5800
|
"change"
|
|
5775
5801
|
],
|
|
5776
5802
|
setup(e, o) {
|
|
5777
|
-
const
|
|
5778
|
-
return o.expose({}), { componentName:
|
|
5803
|
+
const n = u("radio", ie), i = d(null);
|
|
5804
|
+
return o.expose({}), { componentName: n, element: i };
|
|
5779
5805
|
},
|
|
5780
5806
|
render() {
|
|
5781
|
-
return
|
|
5807
|
+
return s ? a(
|
|
5782
5808
|
this.componentName,
|
|
5783
5809
|
{
|
|
5784
5810
|
ref: "element",
|
|
@@ -5808,7 +5834,7 @@ const qe = h({
|
|
|
5808
5834
|
}
|
|
5809
5835
|
},
|
|
5810
5836
|
[]
|
|
5811
|
-
) :
|
|
5837
|
+
) : a(
|
|
5812
5838
|
this.componentName,
|
|
5813
5839
|
{
|
|
5814
5840
|
ref: "element",
|
|
@@ -5838,7 +5864,7 @@ const qe = h({
|
|
|
5838
5864
|
}
|
|
5839
5865
|
}), bi = h({
|
|
5840
5866
|
name: "VRadioGroup",
|
|
5841
|
-
model:
|
|
5867
|
+
model: s ? {
|
|
5842
5868
|
prop: "modelValue",
|
|
5843
5869
|
event: "update:modelValue"
|
|
5844
5870
|
} : void 0,
|
|
@@ -5922,11 +5948,11 @@ const qe = h({
|
|
|
5922
5948
|
"update:modelValue"
|
|
5923
5949
|
],
|
|
5924
5950
|
setup(e, o) {
|
|
5925
|
-
const
|
|
5926
|
-
return o.expose({}), { componentName:
|
|
5951
|
+
const n = u("radio-group", te), i = d(null);
|
|
5952
|
+
return o.expose({}), { componentName: n, element: i };
|
|
5927
5953
|
},
|
|
5928
5954
|
render() {
|
|
5929
|
-
return
|
|
5955
|
+
return s ? a(
|
|
5930
5956
|
this.componentName,
|
|
5931
5957
|
{
|
|
5932
5958
|
ref: "element",
|
|
@@ -5956,7 +5982,7 @@ const qe = h({
|
|
|
5956
5982
|
}
|
|
5957
5983
|
},
|
|
5958
5984
|
[this.$slots.default]
|
|
5959
|
-
) :
|
|
5985
|
+
) : a(
|
|
5960
5986
|
this.componentName,
|
|
5961
5987
|
{
|
|
5962
5988
|
ref: "element",
|
|
@@ -6067,14 +6093,14 @@ const qe = h({
|
|
|
6067
6093
|
"change"
|
|
6068
6094
|
],
|
|
6069
6095
|
setup(e, o) {
|
|
6070
|
-
const
|
|
6096
|
+
const n = u(
|
|
6071
6097
|
"selectable-box",
|
|
6072
6098
|
oe
|
|
6073
6099
|
), i = d(null);
|
|
6074
|
-
return o.expose({}), { componentName:
|
|
6100
|
+
return o.expose({}), { componentName: n, element: i };
|
|
6075
6101
|
},
|
|
6076
6102
|
render() {
|
|
6077
|
-
return
|
|
6103
|
+
return s ? a(
|
|
6078
6104
|
this.componentName,
|
|
6079
6105
|
{
|
|
6080
6106
|
ref: "element",
|
|
@@ -6100,7 +6126,7 @@ const qe = h({
|
|
|
6100
6126
|
}
|
|
6101
6127
|
},
|
|
6102
6128
|
[this.$slots.default]
|
|
6103
|
-
) :
|
|
6129
|
+
) : a(
|
|
6104
6130
|
this.componentName,
|
|
6105
6131
|
{
|
|
6106
6132
|
ref: "element",
|
|
@@ -6129,7 +6155,7 @@ const qe = h({
|
|
|
6129
6155
|
}
|
|
6130
6156
|
}), Si = h({
|
|
6131
6157
|
name: "VSelect",
|
|
6132
|
-
model:
|
|
6158
|
+
model: s ? {
|
|
6133
6159
|
prop: "modelValue",
|
|
6134
6160
|
event: "update:modelValue"
|
|
6135
6161
|
} : void 0,
|
|
@@ -6269,7 +6295,7 @@ const qe = h({
|
|
|
6269
6295
|
"update:modelValue"
|
|
6270
6296
|
],
|
|
6271
6297
|
setup(e, o) {
|
|
6272
|
-
const
|
|
6298
|
+
const n = u("select", ne), i = d(null);
|
|
6273
6299
|
return o.expose({
|
|
6274
6300
|
/**
|
|
6275
6301
|
* Calculate and apply listbox positioning based on available viewport space.
|
|
@@ -6281,9 +6307,9 @@ const qe = h({
|
|
|
6281
6307
|
/**
|
|
6282
6308
|
* Sets the multiple property on the proxy element.
|
|
6283
6309
|
*/
|
|
6284
|
-
multipleChanged(t,
|
|
6310
|
+
multipleChanged(t, r) {
|
|
6285
6311
|
var p;
|
|
6286
|
-
return (p = i.value) == null ? void 0 : p.multipleChanged(t,
|
|
6312
|
+
return (p = i.value) == null ? void 0 : p.multipleChanged(t, r);
|
|
6287
6313
|
},
|
|
6288
6314
|
/**
|
|
6289
6315
|
* Sets an option as selected and gives it focus.
|
|
@@ -6303,10 +6329,10 @@ const qe = h({
|
|
|
6303
6329
|
var t;
|
|
6304
6330
|
return (t = i.value) == null ? void 0 : t.setDefaultSelectedOption();
|
|
6305
6331
|
}
|
|
6306
|
-
}), { componentName:
|
|
6332
|
+
}), { componentName: n, element: i };
|
|
6307
6333
|
},
|
|
6308
6334
|
render() {
|
|
6309
|
-
return
|
|
6335
|
+
return s ? a(
|
|
6310
6336
|
this.componentName,
|
|
6311
6337
|
{
|
|
6312
6338
|
ref: "element",
|
|
@@ -6354,7 +6380,7 @@ const qe = h({
|
|
|
6354
6380
|
// @slot meta Slot to add meta content to the select control.
|
|
6355
6381
|
l("meta", this.$slots.meta)
|
|
6356
6382
|
]
|
|
6357
|
-
) :
|
|
6383
|
+
) : a(
|
|
6358
6384
|
this.componentName,
|
|
6359
6385
|
{
|
|
6360
6386
|
ref: "element",
|
|
@@ -6471,11 +6497,11 @@ const qe = h({
|
|
|
6471
6497
|
"open"
|
|
6472
6498
|
],
|
|
6473
6499
|
setup(e, o) {
|
|
6474
|
-
const
|
|
6475
|
-
return o.expose({}), { componentName:
|
|
6500
|
+
const n = u("side-drawer", ae), i = d(null);
|
|
6501
|
+
return o.expose({}), { componentName: n, element: i };
|
|
6476
6502
|
},
|
|
6477
6503
|
render() {
|
|
6478
|
-
return
|
|
6504
|
+
return s ? a(
|
|
6479
6505
|
this.componentName,
|
|
6480
6506
|
{
|
|
6481
6507
|
ref: "element",
|
|
@@ -6503,7 +6529,7 @@ const qe = h({
|
|
|
6503
6529
|
// @slot app-content Sets assigned nodes to the main application content, the side drawer is opened next to.
|
|
6504
6530
|
l("app-content", this.$slots["app-content"])
|
|
6505
6531
|
]
|
|
6506
|
-
) :
|
|
6532
|
+
) : a(
|
|
6507
6533
|
this.componentName,
|
|
6508
6534
|
{
|
|
6509
6535
|
ref: "element",
|
|
@@ -6532,7 +6558,7 @@ const qe = h({
|
|
|
6532
6558
|
}
|
|
6533
6559
|
}), xi = h({
|
|
6534
6560
|
name: "VSlider",
|
|
6535
|
-
model:
|
|
6561
|
+
model: s ? {
|
|
6536
6562
|
prop: "modelValue",
|
|
6537
6563
|
event: "update:modelValue"
|
|
6538
6564
|
} : void 0,
|
|
@@ -6653,7 +6679,7 @@ const qe = h({
|
|
|
6653
6679
|
"update:modelValue"
|
|
6654
6680
|
],
|
|
6655
6681
|
setup(e, o) {
|
|
6656
|
-
const
|
|
6682
|
+
const n = u("slider", le), i = d(null);
|
|
6657
6683
|
return o.expose({
|
|
6658
6684
|
/**
|
|
6659
6685
|
* Increment the value by the step
|
|
@@ -6673,15 +6699,15 @@ const qe = h({
|
|
|
6673
6699
|
* Places the thumb based on the current value
|
|
6674
6700
|
*/
|
|
6675
6701
|
setThumbPositionForOrientation(t) {
|
|
6676
|
-
var
|
|
6677
|
-
return (
|
|
6702
|
+
var r;
|
|
6703
|
+
return (r = i.value) == null ? void 0 : r.setThumbPositionForOrientation(
|
|
6678
6704
|
t
|
|
6679
6705
|
);
|
|
6680
6706
|
}
|
|
6681
|
-
}), { componentName:
|
|
6707
|
+
}), { componentName: n, element: i };
|
|
6682
6708
|
},
|
|
6683
6709
|
render() {
|
|
6684
|
-
return
|
|
6710
|
+
return s ? a(
|
|
6685
6711
|
this.componentName,
|
|
6686
6712
|
{
|
|
6687
6713
|
ref: "element",
|
|
@@ -6720,7 +6746,7 @@ const qe = h({
|
|
|
6720
6746
|
}
|
|
6721
6747
|
},
|
|
6722
6748
|
[]
|
|
6723
|
-
) :
|
|
6749
|
+
) : a(
|
|
6724
6750
|
this.componentName,
|
|
6725
6751
|
{
|
|
6726
6752
|
ref: "element",
|
|
@@ -6759,7 +6785,7 @@ const qe = h({
|
|
|
6759
6785
|
}
|
|
6760
6786
|
}), wi = h({
|
|
6761
6787
|
name: "VSwitch",
|
|
6762
|
-
model:
|
|
6788
|
+
model: s ? {
|
|
6763
6789
|
prop: "modelValue",
|
|
6764
6790
|
event: "update:modelValue"
|
|
6765
6791
|
} : void 0,
|
|
@@ -6830,11 +6856,11 @@ const qe = h({
|
|
|
6830
6856
|
"update:modelValue"
|
|
6831
6857
|
],
|
|
6832
6858
|
setup(e, o) {
|
|
6833
|
-
const
|
|
6834
|
-
return o.expose({}), { componentName:
|
|
6859
|
+
const n = u("switch", se), i = d(null);
|
|
6860
|
+
return o.expose({}), { componentName: n, element: i };
|
|
6835
6861
|
},
|
|
6836
6862
|
render() {
|
|
6837
|
-
return
|
|
6863
|
+
return s ? a(
|
|
6838
6864
|
this.componentName,
|
|
6839
6865
|
{
|
|
6840
6866
|
ref: "element",
|
|
@@ -6861,7 +6887,7 @@ const qe = h({
|
|
|
6861
6887
|
}
|
|
6862
6888
|
},
|
|
6863
6889
|
[]
|
|
6864
|
-
) :
|
|
6890
|
+
) : a(
|
|
6865
6891
|
this.componentName,
|
|
6866
6892
|
{
|
|
6867
6893
|
ref: "element",
|
|
@@ -6963,11 +6989,11 @@ const qe = h({
|
|
|
6963
6989
|
"input"
|
|
6964
6990
|
],
|
|
6965
6991
|
setup(e, o) {
|
|
6966
|
-
const
|
|
6967
|
-
return o.expose({}), { componentName:
|
|
6992
|
+
const n = u("tab", re), i = d(null);
|
|
6993
|
+
return o.expose({}), { componentName: n, element: i };
|
|
6968
6994
|
},
|
|
6969
6995
|
render() {
|
|
6970
|
-
return
|
|
6996
|
+
return s ? a(
|
|
6971
6997
|
this.componentName,
|
|
6972
6998
|
{
|
|
6973
6999
|
ref: "element",
|
|
@@ -6996,7 +7022,7 @@ const qe = h({
|
|
|
6996
7022
|
// @slot icon Slot to add an icon to tab.
|
|
6997
7023
|
l("icon", this.$slots.icon)
|
|
6998
7024
|
]
|
|
6999
|
-
) :
|
|
7025
|
+
) : a(
|
|
7000
7026
|
this.componentName,
|
|
7001
7027
|
{
|
|
7002
7028
|
ref: "element",
|
|
@@ -7054,6 +7080,13 @@ const qe = h({
|
|
|
7054
7080
|
connotation: {
|
|
7055
7081
|
type: String,
|
|
7056
7082
|
default: void 0
|
|
7083
|
+
},
|
|
7084
|
+
/**
|
|
7085
|
+
* sets the initial preferred margin from predefined available options
|
|
7086
|
+
*/
|
|
7087
|
+
gutters: {
|
|
7088
|
+
type: String,
|
|
7089
|
+
default: void 0
|
|
7057
7090
|
}
|
|
7058
7091
|
},
|
|
7059
7092
|
emits: [
|
|
@@ -7094,14 +7127,14 @@ const qe = h({
|
|
|
7094
7127
|
"change"
|
|
7095
7128
|
],
|
|
7096
7129
|
setup(e, o) {
|
|
7097
|
-
const
|
|
7130
|
+
const n = u("tabs", de), i = d(null);
|
|
7098
7131
|
return o.expose({
|
|
7099
7132
|
/**
|
|
7100
7133
|
* The adjust method for FASTTabs
|
|
7101
7134
|
*/
|
|
7102
7135
|
adjust(t) {
|
|
7103
|
-
var
|
|
7104
|
-
return (
|
|
7136
|
+
var r;
|
|
7137
|
+
return (r = i.value) == null ? void 0 : r.adjust(t);
|
|
7105
7138
|
},
|
|
7106
7139
|
connotationChanged() {
|
|
7107
7140
|
var t;
|
|
@@ -7111,9 +7144,9 @@ const qe = h({
|
|
|
7111
7144
|
var t;
|
|
7112
7145
|
return (t = i.value) == null ? void 0 : t.orientationChanged();
|
|
7113
7146
|
},
|
|
7114
|
-
activeidChanged(t,
|
|
7147
|
+
activeidChanged(t, r) {
|
|
7115
7148
|
var p;
|
|
7116
|
-
return (p = i.value) == null ? void 0 : p.activeidChanged(t,
|
|
7149
|
+
return (p = i.value) == null ? void 0 : p.activeidChanged(t, r);
|
|
7117
7150
|
},
|
|
7118
7151
|
tabsChanged() {
|
|
7119
7152
|
var t;
|
|
@@ -7127,10 +7160,10 @@ const qe = h({
|
|
|
7127
7160
|
var t;
|
|
7128
7161
|
return (t = i.value) == null ? void 0 : t.patchIndicatorStyleTransition();
|
|
7129
7162
|
}
|
|
7130
|
-
}), { componentName:
|
|
7163
|
+
}), { componentName: n, element: i };
|
|
7131
7164
|
},
|
|
7132
7165
|
render() {
|
|
7133
|
-
return
|
|
7166
|
+
return s ? a(
|
|
7134
7167
|
this.componentName,
|
|
7135
7168
|
{
|
|
7136
7169
|
ref: "element",
|
|
@@ -7139,7 +7172,8 @@ const qe = h({
|
|
|
7139
7172
|
...this.orientation !== void 0 ? { orientation: this.orientation } : {},
|
|
7140
7173
|
...this.activeid !== void 0 ? { activeid: this.activeid } : {},
|
|
7141
7174
|
...this.activeindicator !== void 0 ? { activeindicator: this.activeindicator } : {},
|
|
7142
|
-
...this.connotation !== void 0 ? { connotation: this.connotation } : {}
|
|
7175
|
+
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
7176
|
+
...this.gutters !== void 0 ? { gutters: this.gutters } : {}
|
|
7143
7177
|
},
|
|
7144
7178
|
class: "vvd-component",
|
|
7145
7179
|
on: {
|
|
@@ -7153,7 +7187,7 @@ const qe = h({
|
|
|
7153
7187
|
}
|
|
7154
7188
|
},
|
|
7155
7189
|
[this.$slots.default]
|
|
7156
|
-
) :
|
|
7190
|
+
) : a(
|
|
7157
7191
|
this.componentName,
|
|
7158
7192
|
{
|
|
7159
7193
|
ref: "element",
|
|
@@ -7163,6 +7197,7 @@ const qe = h({
|
|
|
7163
7197
|
...this.activeid !== void 0 ? { activeid: this.activeid } : {},
|
|
7164
7198
|
...this.activeindicator !== void 0 ? { activeindicator: this.activeindicator } : {},
|
|
7165
7199
|
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
7200
|
+
...this.gutters !== void 0 ? { gutters: this.gutters } : {},
|
|
7166
7201
|
onClick: (e) => this.$emit("click", e),
|
|
7167
7202
|
onFocus: (e) => this.$emit("focus", e),
|
|
7168
7203
|
onBlur: (e) => this.$emit("blur", e),
|
|
@@ -7221,11 +7256,11 @@ const qe = h({
|
|
|
7221
7256
|
"input"
|
|
7222
7257
|
],
|
|
7223
7258
|
setup(e, o) {
|
|
7224
|
-
const
|
|
7225
|
-
return o.expose({}), { componentName:
|
|
7259
|
+
const n = u("tab-panel", he), i = d(null);
|
|
7260
|
+
return o.expose({}), { componentName: n, element: i };
|
|
7226
7261
|
},
|
|
7227
7262
|
render() {
|
|
7228
|
-
return
|
|
7263
|
+
return s ? a(
|
|
7229
7264
|
this.componentName,
|
|
7230
7265
|
{
|
|
7231
7266
|
ref: "element",
|
|
@@ -7243,7 +7278,7 @@ const qe = h({
|
|
|
7243
7278
|
}
|
|
7244
7279
|
},
|
|
7245
7280
|
[this.$slots.default]
|
|
7246
|
-
) :
|
|
7281
|
+
) : a(
|
|
7247
7282
|
this.componentName,
|
|
7248
7283
|
{
|
|
7249
7284
|
ref: "element",
|
|
@@ -7264,7 +7299,7 @@ const qe = h({
|
|
|
7264
7299
|
}
|
|
7265
7300
|
}), Bi = h({
|
|
7266
7301
|
name: "VTextArea",
|
|
7267
|
-
model:
|
|
7302
|
+
model: s ? {
|
|
7268
7303
|
prop: "modelValue",
|
|
7269
7304
|
event: "update:modelValue"
|
|
7270
7305
|
} : void 0,
|
|
@@ -7312,11 +7347,11 @@ const qe = h({
|
|
|
7312
7347
|
"update:modelValue"
|
|
7313
7348
|
],
|
|
7314
7349
|
setup(e, o) {
|
|
7315
|
-
const
|
|
7316
|
-
return o.expose({}), { componentName:
|
|
7350
|
+
const n = u("text-area", ue), i = d(null);
|
|
7351
|
+
return o.expose({}), { componentName: n, element: i };
|
|
7317
7352
|
},
|
|
7318
7353
|
render() {
|
|
7319
|
-
return
|
|
7354
|
+
return s ? a(
|
|
7320
7355
|
this.componentName,
|
|
7321
7356
|
{
|
|
7322
7357
|
ref: "element",
|
|
@@ -7339,7 +7374,7 @@ const qe = h({
|
|
|
7339
7374
|
}
|
|
7340
7375
|
},
|
|
7341
7376
|
[]
|
|
7342
|
-
) :
|
|
7377
|
+
) : a(
|
|
7343
7378
|
this.componentName,
|
|
7344
7379
|
{
|
|
7345
7380
|
ref: "element",
|
|
@@ -7362,7 +7397,7 @@ const qe = h({
|
|
|
7362
7397
|
}
|
|
7363
7398
|
}), Ti = h({
|
|
7364
7399
|
name: "VTextField",
|
|
7365
|
-
model:
|
|
7400
|
+
model: s ? {
|
|
7366
7401
|
prop: "modelValue",
|
|
7367
7402
|
event: "update:modelValue"
|
|
7368
7403
|
} : void 0,
|
|
@@ -7517,7 +7552,7 @@ const qe = h({
|
|
|
7517
7552
|
"update:modelValue"
|
|
7518
7553
|
],
|
|
7519
7554
|
setup(e, o) {
|
|
7520
|
-
const
|
|
7555
|
+
const n = u("text-field", pe), i = d(null);
|
|
7521
7556
|
return o.expose({
|
|
7522
7557
|
/**
|
|
7523
7558
|
* Selects all the text in the text field
|
|
@@ -7537,10 +7572,10 @@ const qe = h({
|
|
|
7537
7572
|
var t;
|
|
7538
7573
|
return (t = i.value) == null ? void 0 : t.focus();
|
|
7539
7574
|
}
|
|
7540
|
-
}), { componentName:
|
|
7575
|
+
}), { componentName: n, element: i };
|
|
7541
7576
|
},
|
|
7542
7577
|
render() {
|
|
7543
|
-
return
|
|
7578
|
+
return s ? a(
|
|
7544
7579
|
this.componentName,
|
|
7545
7580
|
{
|
|
7546
7581
|
ref: "element",
|
|
@@ -7596,7 +7631,7 @@ const qe = h({
|
|
|
7596
7631
|
// @slot action-items Used to add action items to the end of the text-field.
|
|
7597
7632
|
l("action-items", this.$slots["action-items"])
|
|
7598
7633
|
]
|
|
7599
|
-
) :
|
|
7634
|
+
) : a(
|
|
7600
7635
|
this.componentName,
|
|
7601
7636
|
{
|
|
7602
7637
|
ref: "element",
|
|
@@ -7653,6 +7688,13 @@ const qe = h({
|
|
|
7653
7688
|
}), Ni = h({
|
|
7654
7689
|
name: "VToggletip",
|
|
7655
7690
|
props: {
|
|
7691
|
+
/**
|
|
7692
|
+
* ID or direct reference to the component's anchor element.
|
|
7693
|
+
*/
|
|
7694
|
+
anchor: {
|
|
7695
|
+
type: [String, HTMLElement],
|
|
7696
|
+
default: void 0
|
|
7697
|
+
},
|
|
7656
7698
|
/**
|
|
7657
7699
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
7658
7700
|
*/
|
|
@@ -7675,13 +7717,6 @@ const qe = h({
|
|
|
7675
7717
|
type: String,
|
|
7676
7718
|
default: void 0
|
|
7677
7719
|
},
|
|
7678
|
-
/**
|
|
7679
|
-
* id or direct reference to the toggletip's anchor element
|
|
7680
|
-
*/
|
|
7681
|
-
anchor: {
|
|
7682
|
-
type: [String, Object],
|
|
7683
|
-
default: void 0
|
|
7684
|
-
},
|
|
7685
7720
|
/**
|
|
7686
7721
|
* indicates whether the toggletip is open
|
|
7687
7722
|
*/
|
|
@@ -7720,20 +7755,16 @@ const qe = h({
|
|
|
7720
7755
|
"input"
|
|
7721
7756
|
],
|
|
7722
7757
|
setup(e, o) {
|
|
7723
|
-
const
|
|
7758
|
+
const n = u("toggletip", ce), i = d(null);
|
|
7724
7759
|
return o.expose({
|
|
7725
|
-
|
|
7726
|
-
var p;
|
|
7727
|
-
return (p = i.value) == null ? void 0 : p.anchorChanged(t, s);
|
|
7728
|
-
},
|
|
7729
|
-
openChanged(t, s) {
|
|
7760
|
+
openChanged(t, r) {
|
|
7730
7761
|
var p;
|
|
7731
|
-
return (p = i.value) == null ? void 0 : p.openChanged(t,
|
|
7762
|
+
return (p = i.value) == null ? void 0 : p.openChanged(t, r);
|
|
7732
7763
|
}
|
|
7733
|
-
}), { componentName:
|
|
7764
|
+
}), { componentName: n, element: i };
|
|
7734
7765
|
},
|
|
7735
7766
|
render() {
|
|
7736
|
-
return
|
|
7767
|
+
return s ? a(
|
|
7737
7768
|
this.componentName,
|
|
7738
7769
|
{
|
|
7739
7770
|
ref: "element",
|
|
@@ -7762,16 +7793,16 @@ const qe = h({
|
|
|
7762
7793
|
// @slot action-items The content to display in the toggletip action items.
|
|
7763
7794
|
l("action-items", this.$slots["action-items"])
|
|
7764
7795
|
]
|
|
7765
|
-
) :
|
|
7796
|
+
) : a(
|
|
7766
7797
|
this.componentName,
|
|
7767
7798
|
{
|
|
7768
7799
|
ref: "element",
|
|
7769
7800
|
class: "vvd-component",
|
|
7801
|
+
...this.anchor !== void 0 ? { anchor: this.anchor } : {},
|
|
7770
7802
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
7771
7803
|
...this.headline !== void 0 ? { headline: this.headline } : {},
|
|
7772
7804
|
...this.alternate !== void 0 ? { alternate: this.alternate } : {},
|
|
7773
7805
|
...this.placement !== void 0 ? { placement: this.placement } : {},
|
|
7774
|
-
...this.anchor !== void 0 ? { anchor: this.anchor } : {},
|
|
7775
7806
|
...this.open !== void 0 ? { open: this.open } : {},
|
|
7776
7807
|
onClick: (e) => this.$emit("click", e),
|
|
7777
7808
|
onFocus: (e) => this.$emit("focus", e),
|
|
@@ -7791,6 +7822,13 @@ const qe = h({
|
|
|
7791
7822
|
}), zi = h({
|
|
7792
7823
|
name: "VTooltip",
|
|
7793
7824
|
props: {
|
|
7825
|
+
/**
|
|
7826
|
+
* ID or direct reference to the component's anchor element.
|
|
7827
|
+
*/
|
|
7828
|
+
anchor: {
|
|
7829
|
+
type: [String, HTMLElement],
|
|
7830
|
+
default: void 0
|
|
7831
|
+
},
|
|
7794
7832
|
/**
|
|
7795
7833
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
7796
7834
|
*/
|
|
@@ -7807,11 +7845,7 @@ const qe = h({
|
|
|
7807
7845
|
type: String,
|
|
7808
7846
|
default: void 0
|
|
7809
7847
|
},
|
|
7810
|
-
open: { type: Boolean, default: void 0 }
|
|
7811
|
-
anchor: {
|
|
7812
|
-
type: [String, Object],
|
|
7813
|
-
default: void 0
|
|
7814
|
-
}
|
|
7848
|
+
open: { type: Boolean, default: void 0 }
|
|
7815
7849
|
},
|
|
7816
7850
|
emits: [
|
|
7817
7851
|
/**
|
|
@@ -7846,20 +7880,11 @@ const qe = h({
|
|
|
7846
7880
|
"input"
|
|
7847
7881
|
],
|
|
7848
7882
|
setup(e, o) {
|
|
7849
|
-
const
|
|
7850
|
-
return o.expose({
|
|
7851
|
-
anchorChanged(t, s) {
|
|
7852
|
-
var p;
|
|
7853
|
-
return (p = i.value) == null ? void 0 : p.anchorChanged(t, s);
|
|
7854
|
-
},
|
|
7855
|
-
openChanged(t, s) {
|
|
7856
|
-
var p;
|
|
7857
|
-
return (p = i.value) == null ? void 0 : p.openChanged(t, s);
|
|
7858
|
-
}
|
|
7859
|
-
}), { componentName: a, element: i };
|
|
7883
|
+
const n = u("tooltip", ve), i = d(null);
|
|
7884
|
+
return o.expose({}), { componentName: n, element: i };
|
|
7860
7885
|
},
|
|
7861
7886
|
render() {
|
|
7862
|
-
return
|
|
7887
|
+
return s ? a(
|
|
7863
7888
|
this.componentName,
|
|
7864
7889
|
{
|
|
7865
7890
|
ref: "element",
|
|
@@ -7883,16 +7908,16 @@ const qe = h({
|
|
|
7883
7908
|
}
|
|
7884
7909
|
},
|
|
7885
7910
|
[]
|
|
7886
|
-
) :
|
|
7911
|
+
) : a(
|
|
7887
7912
|
this.componentName,
|
|
7888
7913
|
{
|
|
7889
7914
|
ref: "element",
|
|
7890
7915
|
class: "vvd-component",
|
|
7916
|
+
...this.anchor !== void 0 ? { anchor: this.anchor } : {},
|
|
7891
7917
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
7892
7918
|
...this.text !== void 0 ? { text: this.text } : {},
|
|
7893
7919
|
...this.placement !== void 0 ? { placement: this.placement } : {},
|
|
7894
7920
|
...this.open !== void 0 ? { open: this.open } : {},
|
|
7895
|
-
...this.anchor !== void 0 ? { anchor: this.anchor } : {},
|
|
7896
7921
|
onClick: (e) => this.$emit("click", e),
|
|
7897
7922
|
onFocus: (e) => this.$emit("focus", e),
|
|
7898
7923
|
onBlur: (e) => this.$emit("blur", e),
|
|
@@ -7978,11 +8003,11 @@ const qe = h({
|
|
|
7978
8003
|
"selected-change"
|
|
7979
8004
|
],
|
|
7980
8005
|
setup(e, o) {
|
|
7981
|
-
const
|
|
7982
|
-
return o.expose({}), { componentName:
|
|
8006
|
+
const n = u("tree-item", me), i = d(null);
|
|
8007
|
+
return o.expose({}), { componentName: n, element: i };
|
|
7983
8008
|
},
|
|
7984
8009
|
render() {
|
|
7985
|
-
return
|
|
8010
|
+
return s ? a(
|
|
7986
8011
|
this.componentName,
|
|
7987
8012
|
{
|
|
7988
8013
|
ref: "element",
|
|
@@ -8010,7 +8035,7 @@ const qe = h({
|
|
|
8010
8035
|
// @slot item To specify a child tree item.
|
|
8011
8036
|
l("item", this.$slots.item)
|
|
8012
8037
|
]
|
|
8013
|
-
) :
|
|
8038
|
+
) : a(
|
|
8014
8039
|
this.componentName,
|
|
8015
8040
|
{
|
|
8016
8041
|
ref: "element",
|
|
@@ -8036,7 +8061,7 @@ const qe = h({
|
|
|
8036
8061
|
]
|
|
8037
8062
|
);
|
|
8038
8063
|
}
|
|
8039
|
-
}),
|
|
8064
|
+
}), Fi = h({
|
|
8040
8065
|
name: "VTreeView",
|
|
8041
8066
|
props: {
|
|
8042
8067
|
/**
|
|
@@ -8088,11 +8113,11 @@ const qe = h({
|
|
|
8088
8113
|
"input"
|
|
8089
8114
|
],
|
|
8090
8115
|
setup(e, o) {
|
|
8091
|
-
const
|
|
8092
|
-
return o.expose({}), { componentName:
|
|
8116
|
+
const n = u("tree-view", fe), i = d(null);
|
|
8117
|
+
return o.expose({}), { componentName: n, element: i };
|
|
8093
8118
|
},
|
|
8094
8119
|
render() {
|
|
8095
|
-
return
|
|
8120
|
+
return s ? a(
|
|
8096
8121
|
this.componentName,
|
|
8097
8122
|
{
|
|
8098
8123
|
ref: "element",
|
|
@@ -8111,7 +8136,7 @@ const qe = h({
|
|
|
8111
8136
|
}
|
|
8112
8137
|
},
|
|
8113
8138
|
[this.$slots.default]
|
|
8114
|
-
) :
|
|
8139
|
+
) : a(
|
|
8115
8140
|
this.componentName,
|
|
8116
8141
|
{
|
|
8117
8142
|
ref: "element",
|
|
@@ -8131,7 +8156,7 @@ const qe = h({
|
|
|
8131
8156
|
]
|
|
8132
8157
|
);
|
|
8133
8158
|
}
|
|
8134
|
-
}),
|
|
8159
|
+
}), Di = h({
|
|
8135
8160
|
name: "VTag",
|
|
8136
8161
|
props: {
|
|
8137
8162
|
/**
|
|
@@ -8218,24 +8243,24 @@ const qe = h({
|
|
|
8218
8243
|
"input"
|
|
8219
8244
|
],
|
|
8220
8245
|
setup(e, o) {
|
|
8221
|
-
const
|
|
8246
|
+
const n = u("tag", ge), i = d(null);
|
|
8222
8247
|
return o.expose({
|
|
8223
8248
|
remove() {
|
|
8224
8249
|
var t;
|
|
8225
8250
|
return (t = i.value) == null ? void 0 : t.remove();
|
|
8226
8251
|
},
|
|
8227
8252
|
handleKeydown(t) {
|
|
8228
|
-
var
|
|
8229
|
-
return (
|
|
8253
|
+
var r;
|
|
8254
|
+
return (r = i.value) == null ? void 0 : r.handleKeydown(t);
|
|
8230
8255
|
},
|
|
8231
8256
|
handleClick() {
|
|
8232
8257
|
var t;
|
|
8233
8258
|
return (t = i.value) == null ? void 0 : t.handleClick();
|
|
8234
8259
|
}
|
|
8235
|
-
}), { componentName:
|
|
8260
|
+
}), { componentName: n, element: i };
|
|
8236
8261
|
},
|
|
8237
8262
|
render() {
|
|
8238
|
-
return
|
|
8263
|
+
return s ? a(
|
|
8239
8264
|
this.componentName,
|
|
8240
8265
|
{
|
|
8241
8266
|
ref: "element",
|
|
@@ -8262,7 +8287,7 @@ const qe = h({
|
|
|
8262
8287
|
}
|
|
8263
8288
|
},
|
|
8264
8289
|
[]
|
|
8265
|
-
) :
|
|
8290
|
+
) : a(
|
|
8266
8291
|
this.componentName,
|
|
8267
8292
|
{
|
|
8268
8293
|
ref: "element",
|
|
@@ -8332,11 +8357,11 @@ const qe = h({
|
|
|
8332
8357
|
"input"
|
|
8333
8358
|
],
|
|
8334
8359
|
setup(e, o) {
|
|
8335
|
-
const
|
|
8336
|
-
return o.expose({}), { componentName:
|
|
8360
|
+
const n = u("tag-group", ye), i = d(null);
|
|
8361
|
+
return o.expose({}), { componentName: n, element: i };
|
|
8337
8362
|
},
|
|
8338
8363
|
render() {
|
|
8339
|
-
return
|
|
8364
|
+
return s ? a(
|
|
8340
8365
|
this.componentName,
|
|
8341
8366
|
{
|
|
8342
8367
|
ref: "element",
|
|
@@ -8355,7 +8380,7 @@ const qe = h({
|
|
|
8355
8380
|
}
|
|
8356
8381
|
},
|
|
8357
8382
|
[this.$slots.default]
|
|
8358
|
-
) :
|
|
8383
|
+
) : a(
|
|
8359
8384
|
this.componentName,
|
|
8360
8385
|
{
|
|
8361
8386
|
ref: "element",
|
|
@@ -8379,19 +8404,19 @@ const qe = h({
|
|
|
8379
8404
|
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 || {});
|
|
8380
8405
|
const xe = `/**
|
|
8381
8406
|
* Do not edit directly
|
|
8382
|
-
* Generated on
|
|
8407
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
8383
8408
|
*/
|
|
8384
8409
|
/**
|
|
8385
8410
|
* Do not edit directly
|
|
8386
|
-
* Generated on
|
|
8411
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
8387
8412
|
*/
|
|
8388
8413
|
/**
|
|
8389
8414
|
* Do not edit directly
|
|
8390
|
-
* Generated on
|
|
8415
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
8391
8416
|
*/
|
|
8392
8417
|
/**
|
|
8393
8418
|
* Do not edit directly
|
|
8394
|
-
* Generated on
|
|
8419
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
8395
8420
|
*/
|
|
8396
8421
|
@property --vvd-size-density {
|
|
8397
8422
|
syntax: "<integer>";
|
|
@@ -8607,19 +8632,19 @@ const xe = `/**
|
|
|
8607
8632
|
/*# sourceMappingURL=theme-light.css.map */
|
|
8608
8633
|
`, we = `/**
|
|
8609
8634
|
* Do not edit directly
|
|
8610
|
-
* Generated on
|
|
8635
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
8611
8636
|
*/
|
|
8612
8637
|
/**
|
|
8613
8638
|
* Do not edit directly
|
|
8614
|
-
* Generated on
|
|
8639
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
8615
8640
|
*/
|
|
8616
8641
|
/**
|
|
8617
8642
|
* Do not edit directly
|
|
8618
|
-
* Generated on
|
|
8643
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
8619
8644
|
*/
|
|
8620
8645
|
/**
|
|
8621
8646
|
* Do not edit directly
|
|
8622
|
-
* Generated on
|
|
8647
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
8623
8648
|
*/
|
|
8624
8649
|
@property --vvd-size-density {
|
|
8625
8650
|
syntax: "<integer>";
|
|
@@ -8866,7 +8891,7 @@ const xe = `/**
|
|
|
8866
8891
|
/*# sourceMappingURL=spezia-variable.css.map */
|
|
8867
8892
|
`, Le = `/**
|
|
8868
8893
|
* Do not edit directly
|
|
8869
|
-
* Generated on
|
|
8894
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
8870
8895
|
*/
|
|
8871
8896
|
.vvd-root, ::part(vvd-root),
|
|
8872
8897
|
.vvd-theme-alternate, ::part(vvd-theme-alternate) {
|
|
@@ -8880,7 +8905,7 @@ const xe = `/**
|
|
|
8880
8905
|
/*# sourceMappingURL=vivid-2-compat.css.map */
|
|
8881
8906
|
`, Ve = `/**
|
|
8882
8907
|
* Do not edit directly
|
|
8883
|
-
* Generated on
|
|
8908
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
8884
8909
|
*/
|
|
8885
8910
|
.vvd-root {
|
|
8886
8911
|
color-scheme: var(--vvd-color-scheme);
|
|
@@ -8891,7 +8916,7 @@ const xe = `/**
|
|
|
8891
8916
|
/*# sourceMappingURL=theme.css.map */
|
|
8892
8917
|
`, Be = `/**
|
|
8893
8918
|
* Do not edit directly
|
|
8894
|
-
* Generated on
|
|
8919
|
+
* Generated on Mon, 08 Jan 2024 16:06:07 GMT
|
|
8895
8920
|
*/
|
|
8896
8921
|
.vvd-root:root {
|
|
8897
8922
|
--vvd-size-font-scale-base: 1rem;
|
|
@@ -9038,16 +9063,16 @@ const xe = `/**
|
|
|
9038
9063
|
theme: Te,
|
|
9039
9064
|
typography: Ne,
|
|
9040
9065
|
vivid2Compat: ze
|
|
9041
|
-
}, g = "vvd-root", v = (e, o,
|
|
9066
|
+
}, g = "vvd-root", v = (e, o, n = !1) => {
|
|
9042
9067
|
const i = document.createElement("link");
|
|
9043
|
-
i.setAttribute("rel", e), i.setAttribute("href", o),
|
|
9068
|
+
i.setAttribute("rel", e), i.setAttribute("href", o), n && i.setAttribute("crossorigin", ""), document.head.append(i);
|
|
9044
9069
|
}, c = (e) => {
|
|
9045
9070
|
const o = document.createElement("style");
|
|
9046
9071
|
o.setAttribute("type", "text/css"), o.innerHTML = e, document.head.append(o);
|
|
9047
9072
|
}, qi = {
|
|
9048
9073
|
install(e, o) {
|
|
9049
|
-
const
|
|
9050
|
-
switch (
|
|
9074
|
+
const n = o.addRootClassTo ?? "root";
|
|
9075
|
+
switch (n) {
|
|
9051
9076
|
case "root":
|
|
9052
9077
|
document.documentElement.classList.add(g);
|
|
9053
9078
|
break;
|
|
@@ -9060,7 +9085,7 @@ const xe = `/**
|
|
|
9060
9085
|
case "none":
|
|
9061
9086
|
break;
|
|
9062
9087
|
default:
|
|
9063
|
-
throw new Error(`Invalid addRootClassTo option: ${
|
|
9088
|
+
throw new Error(`Invalid addRootClassTo option: ${n}`);
|
|
9064
9089
|
}
|
|
9065
9090
|
const i = o.tokens ?? "light";
|
|
9066
9091
|
switch (i) {
|
|
@@ -9078,8 +9103,8 @@ const xe = `/**
|
|
|
9078
9103
|
const t = o.styles ?? [];
|
|
9079
9104
|
for (const p of t)
|
|
9080
9105
|
c(p.css);
|
|
9081
|
-
const
|
|
9082
|
-
switch (
|
|
9106
|
+
const r = o.font ?? "oss";
|
|
9107
|
+
switch (r) {
|
|
9083
9108
|
case "oss":
|
|
9084
9109
|
v("preconnect", "https://fonts.googleapis.com"), v("preconnect", "https://fonts.gstatic.com", !0), v(
|
|
9085
9110
|
"stylesheet",
|
|
@@ -9092,14 +9117,14 @@ const xe = `/**
|
|
|
9092
9117
|
case "none":
|
|
9093
9118
|
break;
|
|
9094
9119
|
default:
|
|
9095
|
-
throw new Error(`Invalid font option: ${
|
|
9120
|
+
throw new Error(`Invalid font option: ${r}`);
|
|
9096
9121
|
}
|
|
9097
9122
|
o.customComponentPrefix && be(o.customComponentPrefix);
|
|
9098
9123
|
}
|
|
9099
9124
|
};
|
|
9100
9125
|
export {
|
|
9101
9126
|
$e as Icon,
|
|
9102
|
-
|
|
9127
|
+
De as VAccordion,
|
|
9103
9128
|
Ke as VAccordionItem,
|
|
9104
9129
|
Ae as VActionGroup,
|
|
9105
9130
|
qe as VAlert,
|
|
@@ -9109,12 +9134,12 @@ export {
|
|
|
9109
9134
|
Re as VBreadcrumb,
|
|
9110
9135
|
Ge as VBreadcrumbItem,
|
|
9111
9136
|
Ee as VButton,
|
|
9112
|
-
|
|
9113
|
-
|
|
9137
|
+
He as VCalendar,
|
|
9138
|
+
je as VCalendarEvent,
|
|
9114
9139
|
We as VCard,
|
|
9115
|
-
|
|
9116
|
-
|
|
9117
|
-
|
|
9140
|
+
Je as VCheckbox,
|
|
9141
|
+
_e as VCombobox,
|
|
9142
|
+
Xe as VDataGrid,
|
|
9118
9143
|
Qe as VDataGridCell,
|
|
9119
9144
|
Ze as VDataGridRow,
|
|
9120
9145
|
Ye as VDatePicker,
|
|
@@ -9123,8 +9148,8 @@ export {
|
|
|
9123
9148
|
ii as VDivider,
|
|
9124
9149
|
ti as VEmptyState,
|
|
9125
9150
|
oi as VFab,
|
|
9126
|
-
|
|
9127
|
-
|
|
9151
|
+
ni as VHeader,
|
|
9152
|
+
ai as VIcon,
|
|
9128
9153
|
li as VLayout,
|
|
9129
9154
|
si as VMenu,
|
|
9130
9155
|
ri as VMenuItem,
|
|
@@ -9147,14 +9172,14 @@ export {
|
|
|
9147
9172
|
Ci as VTab,
|
|
9148
9173
|
Vi as VTabPanel,
|
|
9149
9174
|
Li as VTabs,
|
|
9150
|
-
|
|
9175
|
+
Di as VTag,
|
|
9151
9176
|
Ki as VTagGroup,
|
|
9152
9177
|
Bi as VTextArea,
|
|
9153
9178
|
Ti as VTextField,
|
|
9154
9179
|
Ni as VToggletip,
|
|
9155
9180
|
zi as VTooltip,
|
|
9156
9181
|
Mi as VTreeItem,
|
|
9157
|
-
|
|
9182
|
+
Fi as VTreeView,
|
|
9158
9183
|
Ai as optionalStyles,
|
|
9159
9184
|
be as setCustomComponentPrefix,
|
|
9160
9185
|
qi as vivid3
|