@vonage/vivid-vue 3.22.0 → 3.23.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.
Files changed (64) hide show
  1. package/dist/generated/components/VAccordion.vue3.d.ts +1 -1
  2. package/dist/generated/components/VAccordionItem.vue3.d.ts +1 -1
  3. package/dist/generated/components/VActionGroup.vue3.d.ts +1 -1
  4. package/dist/generated/components/VAlert.vue3.d.ts +1 -1
  5. package/dist/generated/components/VAvatar.vue3.d.ts +1 -1
  6. package/dist/generated/components/VBadge.vue3.d.ts +1 -1
  7. package/dist/generated/components/VBanner.vue3.d.ts +1 -1
  8. package/dist/generated/components/VBreadcrumb.vue3.d.ts +1 -1
  9. package/dist/generated/components/VBreadcrumbItem.vue3.d.ts +1 -1
  10. package/dist/generated/components/VButton.vue3.d.ts +1 -1
  11. package/dist/generated/components/VCalendar.vue3.d.ts +1 -1
  12. package/dist/generated/components/VCalendarEvent.vue3.d.ts +1 -1
  13. package/dist/generated/components/VCard.vue3.d.ts +1 -1
  14. package/dist/generated/components/VCheckbox.vue3.d.ts +1 -1
  15. package/dist/generated/components/VCombobox.vue3.d.ts +1 -1
  16. package/dist/generated/components/VDataGrid.vue3.d.ts +1 -1
  17. package/dist/generated/components/VDataGridCell.vue3.d.ts +1 -1
  18. package/dist/generated/components/VDataGridRow.vue3.d.ts +1 -1
  19. package/dist/generated/components/VDatePicker.vue3.d.ts +1 -1
  20. package/dist/generated/components/VDateRangePicker.vue3.d.ts +1 -1
  21. package/dist/generated/components/VDialog.vue3.d.ts +1 -1
  22. package/dist/generated/components/VDivider.vue3.d.ts +1 -1
  23. package/dist/generated/components/VEmptyState.vue3.d.ts +1 -1
  24. package/dist/generated/components/VFab.vue3.d.ts +1 -1
  25. package/dist/generated/components/VHeader.vue3.d.ts +1 -1
  26. package/dist/generated/components/VIcon.vue3.d.ts +1 -1
  27. package/dist/generated/components/VLayout.vue3.d.ts +1 -1
  28. package/dist/generated/components/VMenu.vue3.d.ts +1 -1
  29. package/dist/generated/components/VMenuItem.vue3.d.ts +1 -1
  30. package/dist/generated/components/VNav.vue3.d.ts +1 -1
  31. package/dist/generated/components/VNavDisclosure.vue3.d.ts +1 -1
  32. package/dist/generated/components/VNavItem.vue3.d.ts +1 -1
  33. package/dist/generated/components/VNote.vue3.d.ts +1 -1
  34. package/dist/generated/components/VNumberField.vue3.d.ts +1 -1
  35. package/dist/generated/components/VOption.vue3.d.ts +1 -1
  36. package/dist/generated/components/VPagination.vue3.d.ts +1 -1
  37. package/dist/generated/components/VProgress.vue3.d.ts +1 -1
  38. package/dist/generated/components/VProgressRing.vue3.d.ts +1 -1
  39. package/dist/generated/components/VRadio.vue3.d.ts +1 -1
  40. package/dist/generated/components/VRadioGroup.vue3.d.ts +1 -1
  41. package/dist/generated/components/VSelect.vue3.d.ts +1 -1
  42. package/dist/generated/components/VSelectableBox.vue2.d.ts +18 -2
  43. package/dist/generated/components/VSelectableBox.vue3.d.ts +19 -3
  44. package/dist/generated/components/VSideDrawer.vue3.d.ts +1 -1
  45. package/dist/generated/components/VSlider.vue3.d.ts +1 -1
  46. package/dist/generated/components/VSwitch.vue3.d.ts +1 -1
  47. package/dist/generated/components/VTab.vue3.d.ts +1 -1
  48. package/dist/generated/components/VTabPanel.vue3.d.ts +1 -1
  49. package/dist/generated/components/VTabs.vue3.d.ts +1 -1
  50. package/dist/generated/components/VTag.vue3.d.ts +1 -1
  51. package/dist/generated/components/VTagGroup.vue3.d.ts +1 -1
  52. package/dist/generated/components/VTextArea.vue3.d.ts +1 -1
  53. package/dist/generated/components/VTextField.vue3.d.ts +1 -1
  54. package/dist/generated/components/VToggletip.vue3.d.ts +1 -1
  55. package/dist/generated/components/VTooltip.vue3.d.ts +1 -1
  56. package/dist/generated/components/VTreeItem.vue3.d.ts +1 -1
  57. package/dist/generated/components/VTreeView.vue3.d.ts +1 -1
  58. package/dist/index.d.ts +1 -0
  59. package/dist/index.es.js +1253 -525
  60. package/dist/index.umd.js +649 -1
  61. package/dist/plugin/index.d.ts +16 -0
  62. package/dist/plugin/styles.d.ts +9 -0
  63. package/dist/web-types.json +14 -6
  64. package/package.json +5 -4
package/dist/index.es.js CHANGED
@@ -1,17 +1,17 @@
1
- import { ref as d, version as v, onBeforeMount as f, defineComponent as h, h as a } from "vue";
2
- import { registerAccordion as g, registerAccordionItem as y, registerActionGroup as b, registerAlert as k, registerAvatar as $, registerBadge as S, registerBanner as C, registerBreadcrumb as w, registerBreadcrumbItem as L, registerButton as x, registerCalendar as V, registerCalendarEvent as B, registerCard as N, registerCheckbox as T, registerCombobox as z, registerDataGrid as c, registerDatePicker as K, registerDateRangePicker as M, registerDialog as D, registerDivider as F, registerEmptyState as q, registerFab as A, registerHeader as P, registerIcon as O, registerLayout as R, registerMenu as U, registerMenuItem as j, registerNav as G, registerNavDisclosure as H, registerNavItem as E, registerNote as W, registerNumberField as _, registerOption as J, registerPagination as Z, registerProgress as X, registerProgressRing as Q, registerRadio as Y, registerRadioGroup as I, registerSelectableBox as ee, registerSelect as ie, registerSideDrawer as te, registerSlider as oe, registerSwitch as le, registerTab as ae, registerTabs as se, registerTabPanel as ne, registerTextArea as re, registerTextField as de, registerToggletip as he, registerTooltip as ue, registerTreeItem as pe, registerTreeView as me, registerTag as ce, registerTagGroup as ve } from "@vonage/vivid";
1
+ import { ref as d, version as y, onBeforeMount as b, defineComponent as u, h as n } from "vue";
2
+ import { registerAccordion as k, registerAccordionItem as S, registerActionGroup as $, registerAlert as x, registerAvatar as w, registerBadge as C, registerBanner as L, registerBreadcrumb as V, registerBreadcrumbItem as B, registerButton as T, registerCalendar as N, registerCalendarEvent as z, registerCard as M, registerCheckbox as 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 j, registerMenuItem as H, registerNav as W, registerNavDisclosure as _, registerNavItem as X, registerNote as J, registerNumberField as Z, registerOption as Q, registerPagination as Y, registerProgress as I, registerProgressRing as ee, registerRadio as ie, registerRadioGroup as te, registerSelectableBox as oe, registerSelect as ae, registerSideDrawer as ne, registerSlider as le, registerSwitch as se, registerTab as re, registerTabs as de, registerTabPanel as he, registerTextArea as ue, registerTextField as pe, registerToggletip as ce, registerTooltip as ve, registerTreeItem as me, registerTreeView as fe, registerTag as ge, registerTagGroup as ye } from "@vonage/vivid";
3
3
  const m = d("vvd3");
4
- function $e(e) {
4
+ function be(e) {
5
5
  m.value = e;
6
6
  }
7
- const r = v.startsWith("2");
8
- function u(e, o) {
9
- const l = d(`${m.value}-${e}`);
10
- return f(() => {
7
+ const r = y.startsWith("2");
8
+ function p(e, o) {
9
+ const a = d(`${m.value}-${e}`);
10
+ return b(() => {
11
11
  o(m.value);
12
- }), l;
12
+ }), a;
13
13
  }
14
- const Se = h({
14
+ const De = u({
15
15
  name: "VAccordion",
16
16
  props: {
17
17
  /**
@@ -65,16 +65,16 @@ const Se = h({
65
65
  "change"
66
66
  ],
67
67
  setup(e, o) {
68
- const l = u("accordion", g), i = d(null);
68
+ const a = p("accordion", k), i = d(null);
69
69
  return o.expose({
70
70
  closeAll() {
71
71
  var t;
72
72
  return (t = i.value) == null ? void 0 : t.closeAll();
73
73
  }
74
- }), { componentName: l, element: i };
74
+ }), { componentName: a, element: i };
75
75
  },
76
76
  render() {
77
- return r ? a(
77
+ return r ? n(
78
78
  this.componentName,
79
79
  {
80
80
  ref: "element",
@@ -94,7 +94,7 @@ const Se = h({
94
94
  }
95
95
  },
96
96
  [this.$slots.default]
97
- ) : a(
97
+ ) : n(
98
98
  this.componentName,
99
99
  {
100
100
  ref: "element",
@@ -115,7 +115,7 @@ const Se = h({
115
115
  ]
116
116
  );
117
117
  }
118
- }), Ce = h({
118
+ }), Ke = u({
119
119
  name: "VAccordionItem",
120
120
  props: {
121
121
  /**
@@ -196,11 +196,11 @@ const Se = h({
196
196
  "change"
197
197
  ],
198
198
  setup(e, o) {
199
- const l = u("accordion-item", y), i = d(null);
200
- return o.expose({}), { componentName: l, element: i };
199
+ const a = p("accordion-item", S), i = d(null);
200
+ return o.expose({}), { componentName: a, element: i };
201
201
  },
202
202
  render() {
203
- return r ? a(
203
+ return r ? n(
204
204
  this.componentName,
205
205
  {
206
206
  ref: "element",
@@ -228,7 +228,7 @@ const Se = h({
228
228
  }
229
229
  },
230
230
  [this.$slots.default]
231
- ) : a(
231
+ ) : n(
232
232
  this.componentName,
233
233
  {
234
234
  ref: "element",
@@ -257,7 +257,7 @@ const Se = h({
257
257
  ]
258
258
  );
259
259
  }
260
- }), we = h({
260
+ }), Ae = u({
261
261
  name: "VActionGroup",
262
262
  props: {
263
263
  /**
@@ -315,11 +315,11 @@ const Se = h({
315
315
  "input"
316
316
  ],
317
317
  setup(e, o) {
318
- const l = u("action-group", b), i = d(null);
319
- return o.expose({}), { componentName: l, element: i };
318
+ const a = p("action-group", $), i = d(null);
319
+ return o.expose({}), { componentName: a, element: i };
320
320
  },
321
321
  render() {
322
- return r ? a(
322
+ return r ? n(
323
323
  this.componentName,
324
324
  {
325
325
  ref: "element",
@@ -342,7 +342,7 @@ const Se = h({
342
342
  }
343
343
  },
344
344
  [this.$slots.default]
345
- ) : a(
345
+ ) : n(
346
346
  this.componentName,
347
347
  {
348
348
  ref: "element",
@@ -367,21 +367,21 @@ const Se = h({
367
367
  );
368
368
  }
369
369
  });
370
- function fe(e, o) {
371
- return o.forEach((l) => {
370
+ function ke(e, o) {
371
+ return o.forEach((a) => {
372
372
  var i;
373
- l.data || (l.data = {}), l.data.attrs = { ...(i = l.data) == null ? void 0 : i.attrs, slot: e };
373
+ a.data || (a.data = {}), a.data.attrs = { ...(i = a.data) == null ? void 0 : i.attrs, slot: e };
374
374
  }), o;
375
375
  }
376
- function ge(e, o) {
377
- return o.forEach((l) => {
378
- l.props || (l.props = {}), l.props = { ...l.props, slot: e };
376
+ function Se(e, o) {
377
+ return o.forEach((a) => {
378
+ a.props || (a.props = {}), a.props = { ...a.props, slot: e };
379
379
  }), o;
380
380
  }
381
- function s(e, o) {
382
- return o ? r ? fe(e, o) : ge(e, o()) : null;
381
+ function l(e, o) {
382
+ return o ? r ? ke(e, o) : Se(e, o()) : null;
383
383
  }
384
- const Le = h({
384
+ const qe = u({
385
385
  name: "VAlert",
386
386
  props: {
387
387
  /**
@@ -479,16 +479,16 @@ const Le = h({
479
479
  "close"
480
480
  ],
481
481
  setup(e, o) {
482
- const l = u("alert", k), i = d(null);
482
+ const a = p("alert", x), i = d(null);
483
483
  return o.expose({
484
- openChanged(t, n) {
485
- var p;
486
- return (p = i.value) == null ? void 0 : p.openChanged(t, n);
484
+ openChanged(t, s) {
485
+ var h;
486
+ return (h = i.value) == null ? void 0 : h.openChanged(t, s);
487
487
  }
488
- }), { componentName: l, element: i };
488
+ }), { componentName: a, element: i };
489
489
  },
490
490
  render() {
491
- return r ? a(
491
+ return r ? n(
492
492
  this.componentName,
493
493
  {
494
494
  ref: "element",
@@ -518,11 +518,11 @@ const Le = h({
518
518
  },
519
519
  [
520
520
  // @slot main The main content of the alert.
521
- s("main", this.$slots.main),
521
+ l("main", this.$slots.main),
522
522
  // @slot action-items Add action items to alert using this slot.
523
- s("action-items", this.$slots["action-items"])
523
+ l("action-items", this.$slots["action-items"])
524
524
  ]
525
- ) : a(
525
+ ) : n(
526
526
  this.componentName,
527
527
  {
528
528
  ref: "element",
@@ -548,13 +548,13 @@ const Le = h({
548
548
  },
549
549
  [
550
550
  // @slot main The main content of the alert.
551
- s("main", this.$slots.main),
551
+ l("main", this.$slots.main),
552
552
  // @slot action-items Add action items to alert using this slot.
553
- s("action-items", this.$slots["action-items"])
553
+ l("action-items", this.$slots["action-items"])
554
554
  ]
555
555
  );
556
556
  }
557
- }), xe = h({
557
+ }), Pe = u({
558
558
  name: "VAvatar",
559
559
  props: {
560
560
  /**
@@ -623,11 +623,11 @@ const Le = h({
623
623
  "input"
624
624
  ],
625
625
  setup(e, o) {
626
- const l = u("avatar", $), i = d(null);
627
- return o.expose({}), { componentName: l, element: i };
626
+ const a = p("avatar", w), i = d(null);
627
+ return o.expose({}), { componentName: a, element: i };
628
628
  },
629
629
  render() {
630
- return r ? a(
630
+ return r ? n(
631
631
  this.componentName,
632
632
  {
633
633
  ref: "element",
@@ -652,9 +652,9 @@ const Le = h({
652
652
  },
653
653
  [
654
654
  // @slot graphic Assign nodes to the graphic slot to set a graphic media of any kind (e.g. image, illustration etc).
655
- s("graphic", this.$slots.graphic)
655
+ l("graphic", this.$slots.graphic)
656
656
  ]
657
- ) : a(
657
+ ) : n(
658
658
  this.componentName,
659
659
  {
660
660
  ref: "element",
@@ -675,11 +675,11 @@ const Le = h({
675
675
  },
676
676
  [
677
677
  // @slot graphic Assign nodes to the graphic slot to set a graphic media of any kind (e.g. image, illustration etc).
678
- s("graphic", this.$slots.graphic)
678
+ l("graphic", this.$slots.graphic)
679
679
  ]
680
680
  );
681
681
  }
682
- }), Ve = h({
682
+ }), Oe = u({
683
683
  name: "VBadge",
684
684
  props: {
685
685
  /**
@@ -751,11 +751,11 @@ const Le = h({
751
751
  "input"
752
752
  ],
753
753
  setup(e, o) {
754
- const l = u("badge", S), i = d(null);
755
- return o.expose({}), { componentName: l, element: i };
754
+ const a = p("badge", C), i = d(null);
755
+ return o.expose({}), { componentName: a, element: i };
756
756
  },
757
757
  render() {
758
- return r ? a(
758
+ return r ? n(
759
759
  this.componentName,
760
760
  {
761
761
  ref: "element",
@@ -779,7 +779,7 @@ const Le = h({
779
779
  }
780
780
  },
781
781
  []
782
- ) : a(
782
+ ) : n(
783
783
  this.componentName,
784
784
  {
785
785
  ref: "element",
@@ -801,7 +801,7 @@ const Le = h({
801
801
  []
802
802
  );
803
803
  }
804
- }), Be = h({
804
+ }), Ue = u({
805
805
  name: "VBanner",
806
806
  props: {
807
807
  /**
@@ -861,16 +861,16 @@ const Le = h({
861
861
  "input"
862
862
  ],
863
863
  setup(e, o) {
864
- const l = u("banner", C), i = d(null);
864
+ const a = p("banner", L), i = d(null);
865
865
  return o.expose({
866
866
  remove() {
867
867
  var t;
868
868
  return (t = i.value) == null ? void 0 : t.remove();
869
869
  }
870
- }), { componentName: l, element: i };
870
+ }), { componentName: a, element: i };
871
871
  },
872
872
  render() {
873
- return r ? a(
873
+ return r ? n(
874
874
  this.componentName,
875
875
  {
876
876
  ref: "element",
@@ -898,9 +898,9 @@ const Le = h({
898
898
  },
899
899
  [
900
900
  // @slot action-items Add action items to banner using this slot.
901
- s("action-items", this.$slots["action-items"])
901
+ l("action-items", this.$slots["action-items"])
902
902
  ]
903
- ) : a(
903
+ ) : n(
904
904
  this.componentName,
905
905
  {
906
906
  ref: "element",
@@ -924,11 +924,11 @@ const Le = h({
924
924
  },
925
925
  [
926
926
  // @slot action-items Add action items to banner using this slot.
927
- s("action-items", this.$slots["action-items"])
927
+ l("action-items", this.$slots["action-items"])
928
928
  ]
929
929
  );
930
930
  }
931
- }), Ne = h({
931
+ }), Re = u({
932
932
  name: "VBreadcrumb",
933
933
  props: {
934
934
  /**
@@ -972,11 +972,11 @@ const Le = h({
972
972
  "input"
973
973
  ],
974
974
  setup(e, o) {
975
- const l = u("breadcrumb", w), i = d(null);
976
- return o.expose({}), { componentName: l, element: i };
975
+ const a = p("breadcrumb", V), i = d(null);
976
+ return o.expose({}), { componentName: a, element: i };
977
977
  },
978
978
  render() {
979
- return r ? a(
979
+ return r ? n(
980
980
  this.componentName,
981
981
  {
982
982
  ref: "element",
@@ -992,7 +992,7 @@ const Le = h({
992
992
  }
993
993
  },
994
994
  [this.$slots.default]
995
- ) : a(
995
+ ) : n(
996
996
  this.componentName,
997
997
  {
998
998
  ref: "element",
@@ -1011,7 +1011,7 @@ const Le = h({
1011
1011
  ]
1012
1012
  );
1013
1013
  }
1014
- }), Te = h({
1014
+ }), Ge = u({
1015
1015
  name: "VBreadcrumbItem",
1016
1016
  props: {
1017
1017
  /**
@@ -1088,11 +1088,11 @@ const Le = h({
1088
1088
  "input"
1089
1089
  ],
1090
1090
  setup(e, o) {
1091
- const l = u("breadcrumb-item", L), i = d(null);
1092
- return o.expose({}), { componentName: l, element: i };
1091
+ const a = p("breadcrumb-item", B), i = d(null);
1092
+ return o.expose({}), { componentName: a, element: i };
1093
1093
  },
1094
1094
  render() {
1095
- return r ? a(
1095
+ return r ? n(
1096
1096
  this.componentName,
1097
1097
  {
1098
1098
  ref: "element",
@@ -1119,7 +1119,7 @@ const Le = h({
1119
1119
  }
1120
1120
  },
1121
1121
  []
1122
- ) : a(
1122
+ ) : n(
1123
1123
  this.componentName,
1124
1124
  {
1125
1125
  ref: "element",
@@ -1144,7 +1144,7 @@ const Le = h({
1144
1144
  []
1145
1145
  );
1146
1146
  }
1147
- }), ze = h({
1147
+ }), Ee = u({
1148
1148
  name: "VButton",
1149
1149
  props: {
1150
1150
  /**
@@ -1283,7 +1283,7 @@ const Le = h({
1283
1283
  "input"
1284
1284
  ],
1285
1285
  setup(e, o) {
1286
- const l = u("button", x), i = d(null);
1286
+ const a = p("button", T), i = d(null);
1287
1287
  return o.expose({
1288
1288
  /**
1289
1289
  * {@inheritDoc (FormAssociated:interface).validate}
@@ -1292,10 +1292,10 @@ const Le = h({
1292
1292
  var t;
1293
1293
  return (t = i.value) == null ? void 0 : t.validate();
1294
1294
  }
1295
- }), { componentName: l, element: i };
1295
+ }), { componentName: a, element: i };
1296
1296
  },
1297
1297
  render() {
1298
- return r ? a(
1298
+ return r ? n(
1299
1299
  this.componentName,
1300
1300
  {
1301
1301
  ref: "element",
@@ -1336,7 +1336,7 @@ const Le = h({
1336
1336
  }
1337
1337
  },
1338
1338
  []
1339
- ) : a(
1339
+ ) : n(
1340
1340
  this.componentName,
1341
1341
  {
1342
1342
  ref: "element",
@@ -1375,7 +1375,7 @@ const Le = h({
1375
1375
  []
1376
1376
  );
1377
1377
  }
1378
- }), Ke = h({
1378
+ }), je = u({
1379
1379
  name: "VCalendar",
1380
1380
  props: {
1381
1381
  /**
@@ -1446,16 +1446,16 @@ const Le = h({
1446
1446
  "input"
1447
1447
  ],
1448
1448
  setup(e, o) {
1449
- const l = u("calendar", V), i = d(null);
1449
+ const a = p("calendar", N), i = d(null);
1450
1450
  return o.expose({
1451
1451
  onKeydown(t) {
1452
- var n;
1453
- return (n = i.value) == null ? void 0 : n.onKeydown(t);
1452
+ var s;
1453
+ return (s = i.value) == null ? void 0 : s.onKeydown(t);
1454
1454
  }
1455
- }), { componentName: l, element: i };
1455
+ }), { componentName: a, element: i };
1456
1456
  },
1457
1457
  render() {
1458
- return r ? a(
1458
+ return r ? n(
1459
1459
  this.componentName,
1460
1460
  {
1461
1461
  ref: "element",
@@ -1481,21 +1481,21 @@ const Le = h({
1481
1481
  [
1482
1482
  this.$slots.default,
1483
1483
  // @slot day-0 Assign elements to corresponding day column using this slot.
1484
- s("day-0", this.$slots["day-0"]),
1484
+ l("day-0", this.$slots["day-0"]),
1485
1485
  // @slot day-1 Assign elements to corresponding day column using this slot.
1486
- s("day-1", this.$slots["day-1"]),
1486
+ l("day-1", this.$slots["day-1"]),
1487
1487
  // @slot day-2 Assign elements to corresponding day column using this slot.
1488
- s("day-2", this.$slots["day-2"]),
1488
+ l("day-2", this.$slots["day-2"]),
1489
1489
  // @slot day-3 Assign elements to corresponding day column using this slot.
1490
- s("day-3", this.$slots["day-3"]),
1490
+ l("day-3", this.$slots["day-3"]),
1491
1491
  // @slot day-4 Assign elements to corresponding day column using this slot.
1492
- s("day-4", this.$slots["day-4"]),
1492
+ l("day-4", this.$slots["day-4"]),
1493
1493
  // @slot day-5 Assign elements to corresponding day column using this slot.
1494
- s("day-5", this.$slots["day-5"]),
1494
+ l("day-5", this.$slots["day-5"]),
1495
1495
  // @slot day-6 Assign elements to corresponding day column using this slot.
1496
- s("day-6", this.$slots["day-6"])
1496
+ l("day-6", this.$slots["day-6"])
1497
1497
  ]
1498
- ) : a(
1498
+ ) : n(
1499
1499
  this.componentName,
1500
1500
  {
1501
1501
  ref: "element",
@@ -1516,23 +1516,23 @@ const Le = h({
1516
1516
  // @ts-ignore
1517
1517
  this.$slots.default && this.$slots.default(),
1518
1518
  // @slot day-0 Assign elements to corresponding day column using this slot.
1519
- s("day-0", this.$slots["day-0"]),
1519
+ l("day-0", this.$slots["day-0"]),
1520
1520
  // @slot day-1 Assign elements to corresponding day column using this slot.
1521
- s("day-1", this.$slots["day-1"]),
1521
+ l("day-1", this.$slots["day-1"]),
1522
1522
  // @slot day-2 Assign elements to corresponding day column using this slot.
1523
- s("day-2", this.$slots["day-2"]),
1523
+ l("day-2", this.$slots["day-2"]),
1524
1524
  // @slot day-3 Assign elements to corresponding day column using this slot.
1525
- s("day-3", this.$slots["day-3"]),
1525
+ l("day-3", this.$slots["day-3"]),
1526
1526
  // @slot day-4 Assign elements to corresponding day column using this slot.
1527
- s("day-4", this.$slots["day-4"]),
1527
+ l("day-4", this.$slots["day-4"]),
1528
1528
  // @slot day-5 Assign elements to corresponding day column using this slot.
1529
- s("day-5", this.$slots["day-5"]),
1529
+ l("day-5", this.$slots["day-5"]),
1530
1530
  // @slot day-6 Assign elements to corresponding day column using this slot.
1531
- s("day-6", this.$slots["day-6"])
1531
+ l("day-6", this.$slots["day-6"])
1532
1532
  ]
1533
1533
  );
1534
1534
  }
1535
- }), Me = h({
1535
+ }), He = u({
1536
1536
  name: "VCalendarEvent",
1537
1537
  props: {
1538
1538
  /**
@@ -1607,11 +1607,11 @@ const Le = h({
1607
1607
  "input"
1608
1608
  ],
1609
1609
  setup(e, o) {
1610
- const l = u("calendar-event", B), i = d(null);
1611
- return o.expose({}), { componentName: l, element: i };
1610
+ const a = p("calendar-event", z), i = d(null);
1611
+ return o.expose({}), { componentName: a, element: i };
1612
1612
  },
1613
1613
  render() {
1614
- return r ? a(
1614
+ return r ? n(
1615
1615
  this.componentName,
1616
1616
  {
1617
1617
  ref: "element",
@@ -1636,7 +1636,7 @@ const Le = h({
1636
1636
  }
1637
1637
  },
1638
1638
  []
1639
- ) : a(
1639
+ ) : n(
1640
1640
  this.componentName,
1641
1641
  {
1642
1642
  ref: "element",
@@ -1659,7 +1659,7 @@ const Le = h({
1659
1659
  []
1660
1660
  );
1661
1661
  }
1662
- }), De = h({
1662
+ }), We = u({
1663
1663
  name: "VCard",
1664
1664
  props: {
1665
1665
  /**
@@ -1731,11 +1731,11 @@ const Le = h({
1731
1731
  "input"
1732
1732
  ],
1733
1733
  setup(e, o) {
1734
- const l = u("card", N), i = d(null);
1735
- return o.expose({}), { componentName: l, element: i };
1734
+ const a = p("card", M), i = d(null);
1735
+ return o.expose({}), { componentName: a, element: i };
1736
1736
  },
1737
1737
  render() {
1738
- return r ? a(
1738
+ return r ? n(
1739
1739
  this.componentName,
1740
1740
  {
1741
1741
  ref: "element",
@@ -1760,17 +1760,17 @@ const Le = h({
1760
1760
  },
1761
1761
  [
1762
1762
  // @slot graphic The graphic slot overrides the icon property.
1763
- s("graphic", this.$slots.graphic),
1763
+ l("graphic", this.$slots.graphic),
1764
1764
  // @slot media The media slot is mainly for images or video content above the card header.
1765
- s("media", this.$slots.media),
1765
+ l("media", this.$slots.media),
1766
1766
  // @slot meta The meta slot is for action content in the card header.
1767
- s("meta", this.$slots.meta),
1767
+ l("meta", this.$slots.meta),
1768
1768
  // @slot footer The footer slot is for content in the card footer.
1769
- s("footer", this.$slots.footer),
1769
+ l("footer", this.$slots.footer),
1770
1770
  // @slot main Assign nodes to main slot to fully override a card's predefined flow and style with your own.
1771
- s("main", this.$slots.main)
1771
+ l("main", this.$slots.main)
1772
1772
  ]
1773
- ) : a(
1773
+ ) : n(
1774
1774
  this.componentName,
1775
1775
  {
1776
1776
  ref: "element",
@@ -1791,19 +1791,19 @@ const Le = h({
1791
1791
  },
1792
1792
  [
1793
1793
  // @slot graphic The graphic slot overrides the icon property.
1794
- s("graphic", this.$slots.graphic),
1794
+ l("graphic", this.$slots.graphic),
1795
1795
  // @slot media The media slot is mainly for images or video content above the card header.
1796
- s("media", this.$slots.media),
1796
+ l("media", this.$slots.media),
1797
1797
  // @slot meta The meta slot is for action content in the card header.
1798
- s("meta", this.$slots.meta),
1798
+ l("meta", this.$slots.meta),
1799
1799
  // @slot footer The footer slot is for content in the card footer.
1800
- s("footer", this.$slots.footer),
1800
+ l("footer", this.$slots.footer),
1801
1801
  // @slot main Assign nodes to main slot to fully override a card's predefined flow and style with your own.
1802
- s("main", this.$slots.main)
1802
+ l("main", this.$slots.main)
1803
1803
  ]
1804
1804
  );
1805
1805
  }
1806
- }), Fe = h({
1806
+ }), _e = u({
1807
1807
  name: "VCheckbox",
1808
1808
  model: r ? {
1809
1809
  prop: "modelValue",
@@ -1907,16 +1907,16 @@ const Le = h({
1907
1907
  * @type {KeyboardEvent}
1908
1908
  */
1909
1909
  "keyup",
1910
- /**
1911
- * Fires when the value of an element has been changed.
1912
- * @type {Event}
1913
- */
1914
- "input",
1915
1910
  /**
1916
1911
  * Emits a custom change event when the checked state changes
1917
1912
  * @type {unknown}
1918
1913
  */
1919
1914
  "change",
1915
+ /**
1916
+ * Event that emits when the component checked state changes
1917
+ * @type {unknown}
1918
+ */
1919
+ "input",
1920
1920
  /**
1921
1921
  * Emits a custom change event when the checked state changes
1922
1922
  * @type {boolean}
@@ -1924,11 +1924,11 @@ const Le = h({
1924
1924
  "update:modelValue"
1925
1925
  ],
1926
1926
  setup(e, o) {
1927
- const l = u("checkbox", T), i = d(null);
1928
- return o.expose({}), { componentName: l, element: i };
1927
+ const a = p("checkbox", F), i = d(null);
1928
+ return o.expose({}), { componentName: a, element: i };
1929
1929
  },
1930
1930
  render() {
1931
- return r ? a(
1931
+ return r ? n(
1932
1932
  this.componentName,
1933
1933
  {
1934
1934
  ref: "element",
@@ -1957,14 +1957,14 @@ const Le = h({
1957
1957
  blur: (e) => this.$emit("blur", e),
1958
1958
  keydown: (e) => this.$emit("keydown", e),
1959
1959
  keyup: (e) => this.$emit("keyup", e),
1960
- input: (e) => this.$emit("input", e),
1961
1960
  change: (e) => {
1962
1961
  this.$emit("update:modelValue", e.target.checked), this.$emit("change", e);
1963
- }
1962
+ },
1963
+ input: (e) => this.$emit("input", e)
1964
1964
  }
1965
1965
  },
1966
1966
  []
1967
- ) : a(
1967
+ ) : n(
1968
1968
  this.componentName,
1969
1969
  {
1970
1970
  ref: "element",
@@ -1990,15 +1990,15 @@ const Le = h({
1990
1990
  onBlur: (e) => this.$emit("blur", e),
1991
1991
  onKeydown: (e) => this.$emit("keydown", e),
1992
1992
  onKeyup: (e) => this.$emit("keyup", e),
1993
- onInput: (e) => this.$emit("input", e),
1994
1993
  onChange: (e) => {
1995
1994
  this.$emit("update:modelValue", e.target.checked), this.$emit("change", e);
1996
- }
1995
+ },
1996
+ onInput: (e) => this.$emit("input", e)
1997
1997
  },
1998
1998
  []
1999
1999
  );
2000
2000
  }
2001
- }), qe = h({
2001
+ }), Xe = u({
2002
2002
  name: "VCombobox",
2003
2003
  model: r ? {
2004
2004
  prop: "modelValue",
@@ -2112,7 +2112,7 @@ const Le = h({
2112
2112
  "update:modelValue"
2113
2113
  ],
2114
2114
  setup(e, o) {
2115
- const l = u("combobox", z), i = d(null);
2115
+ const a = p("combobox", D), i = d(null);
2116
2116
  return o.expose({
2117
2117
  /**
2118
2118
  * {@inheritDoc (FormAssociated:interface).validate}
@@ -2132,8 +2132,8 @@ const Le = h({
2132
2132
  * Calculate and apply listbox positioning based on available viewport space.
2133
2133
  */
2134
2134
  setPositioning(t) {
2135
- var n;
2136
- return (n = i.value) == null ? void 0 : n.setPositioning(t);
2135
+ var s;
2136
+ return (s = i.value) == null ? void 0 : s.setPositioning(t);
2137
2137
  },
2138
2138
  /**
2139
2139
  * Moves focus to the first selectable option.
@@ -2149,10 +2149,10 @@ const Le = h({
2149
2149
  var t;
2150
2150
  return (t = i.value) == null ? void 0 : t.setSelectedOptions();
2151
2151
  }
2152
- }), { componentName: l, element: i };
2152
+ }), { componentName: a, element: i };
2153
2153
  },
2154
2154
  render() {
2155
- return r ? a(
2155
+ return r ? n(
2156
2156
  this.componentName,
2157
2157
  {
2158
2158
  ref: "element",
@@ -2185,7 +2185,7 @@ const Le = h({
2185
2185
  }
2186
2186
  },
2187
2187
  [this.$slots.default]
2188
- ) : a(
2188
+ ) : n(
2189
2189
  this.componentName,
2190
2190
  {
2191
2191
  ref: "element",
@@ -2219,7 +2219,7 @@ const Le = h({
2219
2219
  ]
2220
2220
  );
2221
2221
  }
2222
- }), Ae = h({
2222
+ }), Je = u({
2223
2223
  name: "VDataGrid",
2224
2224
  props: {
2225
2225
  /**
@@ -2287,16 +2287,16 @@ const Le = h({
2287
2287
  "input"
2288
2288
  ],
2289
2289
  setup(e, o) {
2290
- const l = u("data-grid", c), i = d(null);
2290
+ const a = p("data-grid", f), i = d(null);
2291
2291
  return o.expose({
2292
2292
  selectionModeChanged(t) {
2293
- var n;
2294
- return (n = i.value) == null ? void 0 : n.selectionModeChanged(t);
2293
+ var s;
2294
+ return (s = i.value) == null ? void 0 : s.selectionModeChanged(t);
2295
2295
  }
2296
- }), { componentName: l, element: i };
2296
+ }), { componentName: a, element: i };
2297
2297
  },
2298
2298
  render() {
2299
- return r ? a(
2299
+ return r ? n(
2300
2300
  this.componentName,
2301
2301
  {
2302
2302
  ref: "element",
@@ -2319,7 +2319,7 @@ const Le = h({
2319
2319
  }
2320
2320
  },
2321
2321
  [this.$slots.default]
2322
- ) : a(
2322
+ ) : n(
2323
2323
  this.componentName,
2324
2324
  {
2325
2325
  ref: "element",
@@ -2343,7 +2343,7 @@ const Le = h({
2343
2343
  ]
2344
2344
  );
2345
2345
  }
2346
- }), Pe = h({
2346
+ }), Ze = u({
2347
2347
  name: "VDataGridRow",
2348
2348
  props: {
2349
2349
  /**
@@ -2404,24 +2404,24 @@ const Le = h({
2404
2404
  "row-focused"
2405
2405
  ],
2406
2406
  setup(e, o) {
2407
- const l = u("data-grid-row", c), i = d(null);
2407
+ const a = p("data-grid-row", f), i = d(null);
2408
2408
  return o.expose({
2409
2409
  handleFocusout(t) {
2410
- var n;
2411
- return (n = i.value) == null ? void 0 : n.handleFocusout(t);
2410
+ var s;
2411
+ return (s = i.value) == null ? void 0 : s.handleFocusout(t);
2412
2412
  },
2413
2413
  handleCellFocus(t) {
2414
- var n;
2415
- return (n = i.value) == null ? void 0 : n.handleCellFocus(t);
2414
+ var s;
2415
+ return (s = i.value) == null ? void 0 : s.handleCellFocus(t);
2416
2416
  },
2417
2417
  handleKeydown(t) {
2418
- var n;
2419
- return (n = i.value) == null ? void 0 : n.handleKeydown(t);
2418
+ var s;
2419
+ return (s = i.value) == null ? void 0 : s.handleKeydown(t);
2420
2420
  }
2421
- }), { componentName: l, element: i };
2421
+ }), { componentName: a, element: i };
2422
2422
  },
2423
2423
  render() {
2424
- return r ? a(
2424
+ return r ? n(
2425
2425
  this.componentName,
2426
2426
  {
2427
2427
  ref: "element",
@@ -2443,7 +2443,7 @@ const Le = h({
2443
2443
  }
2444
2444
  },
2445
2445
  [this.$slots.default]
2446
- ) : a(
2446
+ ) : n(
2447
2447
  this.componentName,
2448
2448
  {
2449
2449
  ref: "element",
@@ -2466,7 +2466,7 @@ const Le = h({
2466
2466
  ]
2467
2467
  );
2468
2468
  }
2469
- }), Oe = h({
2469
+ }), Qe = u({
2470
2470
  name: "VDataGridCell",
2471
2471
  props: {
2472
2472
  /**
@@ -2542,28 +2542,28 @@ const Le = h({
2542
2542
  "sort"
2543
2543
  ],
2544
2544
  setup(e, o) {
2545
- const l = u("data-grid-cell", c), i = d(null);
2545
+ const a = p("data-grid-cell", f), i = d(null);
2546
2546
  return o.expose({
2547
2547
  handleKeydown(t) {
2548
- var n;
2549
- return (n = i.value) == null ? void 0 : n.handleKeydown(t);
2548
+ var s;
2549
+ return (s = i.value) == null ? void 0 : s.handleKeydown(t);
2550
2550
  },
2551
- ariaSelectedChanged(t, n) {
2552
- var p;
2553
- return (p = i.value) == null ? void 0 : p.ariaSelectedChanged(t, n);
2551
+ ariaSelectedChanged(t, s) {
2552
+ var h;
2553
+ return (h = i.value) == null ? void 0 : h.ariaSelectedChanged(t, s);
2554
2554
  },
2555
2555
  handleFocusin(t) {
2556
- var n;
2557
- return (n = i.value) == null ? void 0 : n.handleFocusin(t);
2556
+ var s;
2557
+ return (s = i.value) == null ? void 0 : s.handleFocusin(t);
2558
2558
  },
2559
2559
  handleFocusout(t) {
2560
- var n;
2561
- return (n = i.value) == null ? void 0 : n.handleFocusout(t);
2560
+ var s;
2561
+ return (s = i.value) == null ? void 0 : s.handleFocusout(t);
2562
2562
  }
2563
- }), { componentName: l, element: i };
2563
+ }), { componentName: a, element: i };
2564
2564
  },
2565
2565
  render() {
2566
- return r ? a(
2566
+ return r ? n(
2567
2567
  this.componentName,
2568
2568
  {
2569
2569
  ref: "element",
@@ -2588,7 +2588,7 @@ const Le = h({
2588
2588
  }
2589
2589
  },
2590
2590
  [this.$slots.default]
2591
- ) : a(
2591
+ ) : n(
2592
2592
  this.componentName,
2593
2593
  {
2594
2594
  ref: "element",
@@ -2614,7 +2614,7 @@ const Le = h({
2614
2614
  ]
2615
2615
  );
2616
2616
  }
2617
- }), Re = h({
2617
+ }), Ye = u({
2618
2618
  name: "VDatePicker",
2619
2619
  model: r ? {
2620
2620
  prop: "modelValue",
@@ -2707,11 +2707,11 @@ const Le = h({
2707
2707
  "update:modelValue"
2708
2708
  ],
2709
2709
  setup(e, o) {
2710
- const l = u("date-picker", K), i = d(null);
2711
- return o.expose({}), { componentName: l, element: i };
2710
+ const a = p("date-picker", K), i = d(null);
2711
+ return o.expose({}), { componentName: a, element: i };
2712
2712
  },
2713
2713
  render() {
2714
- return r ? a(
2714
+ return r ? n(
2715
2715
  this.componentName,
2716
2716
  {
2717
2717
  ref: "element",
@@ -2741,7 +2741,7 @@ const Le = h({
2741
2741
  }
2742
2742
  },
2743
2743
  []
2744
- ) : a(
2744
+ ) : n(
2745
2745
  this.componentName,
2746
2746
  {
2747
2747
  ref: "element",
@@ -2769,7 +2769,7 @@ const Le = h({
2769
2769
  []
2770
2770
  );
2771
2771
  }
2772
- }), Ue = h({
2772
+ }), Ie = u({
2773
2773
  name: "VDateRangePicker",
2774
2774
  props: {
2775
2775
  /**
@@ -2889,11 +2889,11 @@ const Le = h({
2889
2889
  "update:end"
2890
2890
  ],
2891
2891
  setup(e, o) {
2892
- const l = u("date-range-picker", M), i = d(null);
2893
- return o.expose({}), { componentName: l, element: i };
2892
+ const a = p("date-range-picker", A), i = d(null);
2893
+ return o.expose({}), { componentName: a, element: i };
2894
2894
  },
2895
2895
  render() {
2896
- return r ? a(
2896
+ return r ? n(
2897
2897
  this.componentName,
2898
2898
  {
2899
2899
  ref: "element",
@@ -2929,7 +2929,7 @@ const Le = h({
2929
2929
  }
2930
2930
  },
2931
2931
  []
2932
- ) : a(
2932
+ ) : n(
2933
2933
  this.componentName,
2934
2934
  {
2935
2935
  ref: "element",
@@ -2963,7 +2963,7 @@ const Le = h({
2963
2963
  []
2964
2964
  );
2965
2965
  }
2966
- }), je = h({
2966
+ }), ei = u({
2967
2967
  name: "VDialog",
2968
2968
  props: {
2969
2969
  /**
@@ -3029,11 +3029,11 @@ const Le = h({
3029
3029
  "close"
3030
3030
  ],
3031
3031
  setup(e, o) {
3032
- const l = u("dialog", D), i = d(null);
3032
+ const a = p("dialog", q), i = d(null);
3033
3033
  return o.expose({
3034
- openChanged(t, n) {
3035
- var p;
3036
- return (p = i.value) == null ? void 0 : p.openChanged(t, n);
3034
+ openChanged(t, s) {
3035
+ var h;
3036
+ return (h = i.value) == null ? void 0 : h.openChanged(t, s);
3037
3037
  },
3038
3038
  close() {
3039
3039
  var t;
@@ -3047,10 +3047,10 @@ const Le = h({
3047
3047
  var t;
3048
3048
  return (t = i.value) == null ? void 0 : t.showModal();
3049
3049
  }
3050
- }), { componentName: l, element: i };
3050
+ }), { componentName: a, element: i };
3051
3051
  },
3052
3052
  render() {
3053
- return r ? a(
3053
+ return r ? n(
3054
3054
  this.componentName,
3055
3055
  {
3056
3056
  ref: "element",
@@ -3080,17 +3080,17 @@ const Le = h({
3080
3080
  },
3081
3081
  [
3082
3082
  // @slot graphic Use the graphic slot in order to replace the icon.
3083
- s("graphic", this.$slots.graphic),
3083
+ l("graphic", this.$slots.graphic),
3084
3084
  // @slot body Use the body slot in order to add custom HTML to the dialog.
3085
- s("body", this.$slots.body),
3085
+ l("body", this.$slots.body),
3086
3086
  // @slot footer Use the footer slot in order to add action buttons to the bottom of the dialog.
3087
- s("footer", this.$slots.footer),
3087
+ l("footer", this.$slots.footer),
3088
3088
  // @slot main Assign nodes to the main slot to fully override a dialog’s predefined flow and style with your own.
3089
- s("main", this.$slots.main),
3089
+ l("main", this.$slots.main),
3090
3090
  // @slot action-items Use the action-items slot in order to add action buttons to the bottom of the dialog.
3091
- s("action-items", this.$slots["action-items"])
3091
+ l("action-items", this.$slots["action-items"])
3092
3092
  ]
3093
- ) : a(
3093
+ ) : n(
3094
3094
  this.componentName,
3095
3095
  {
3096
3096
  ref: "element",
@@ -3116,19 +3116,19 @@ const Le = h({
3116
3116
  },
3117
3117
  [
3118
3118
  // @slot graphic Use the graphic slot in order to replace the icon.
3119
- s("graphic", this.$slots.graphic),
3119
+ l("graphic", this.$slots.graphic),
3120
3120
  // @slot body Use the body slot in order to add custom HTML to the dialog.
3121
- s("body", this.$slots.body),
3121
+ l("body", this.$slots.body),
3122
3122
  // @slot footer Use the footer slot in order to add action buttons to the bottom of the dialog.
3123
- s("footer", this.$slots.footer),
3123
+ l("footer", this.$slots.footer),
3124
3124
  // @slot main Assign nodes to the main slot to fully override a dialog’s predefined flow and style with your own.
3125
- s("main", this.$slots.main),
3125
+ l("main", this.$slots.main),
3126
3126
  // @slot action-items Use the action-items slot in order to add action buttons to the bottom of the dialog.
3127
- s("action-items", this.$slots["action-items"])
3127
+ l("action-items", this.$slots["action-items"])
3128
3128
  ]
3129
3129
  );
3130
3130
  }
3131
- }), Ge = h({
3131
+ }), ii = u({
3132
3132
  name: "VDivider",
3133
3133
  props: {
3134
3134
  /**
@@ -3180,11 +3180,11 @@ const Le = h({
3180
3180
  "input"
3181
3181
  ],
3182
3182
  setup(e, o) {
3183
- const l = u("divider", F), i = d(null);
3184
- return o.expose({}), { componentName: l, element: i };
3183
+ const a = p("divider", P), i = d(null);
3184
+ return o.expose({}), { componentName: a, element: i };
3185
3185
  },
3186
3186
  render() {
3187
- return r ? a(
3187
+ return r ? n(
3188
3188
  this.componentName,
3189
3189
  {
3190
3190
  ref: "element",
@@ -3204,7 +3204,7 @@ const Le = h({
3204
3204
  }
3205
3205
  },
3206
3206
  []
3207
- ) : a(
3207
+ ) : n(
3208
3208
  this.componentName,
3209
3209
  {
3210
3210
  ref: "element",
@@ -3222,7 +3222,7 @@ const Le = h({
3222
3222
  []
3223
3223
  );
3224
3224
  }
3225
- }), He = h({
3225
+ }), ti = u({
3226
3226
  name: "VEmptyState",
3227
3227
  props: {
3228
3228
  /**
@@ -3275,11 +3275,11 @@ const Le = h({
3275
3275
  "input"
3276
3276
  ],
3277
3277
  setup(e, o) {
3278
- const l = u("empty-state", q), i = d(null);
3279
- return o.expose({}), { componentName: l, element: i };
3278
+ const a = p("empty-state", O), i = d(null);
3279
+ return o.expose({}), { componentName: a, element: i };
3280
3280
  },
3281
3281
  render() {
3282
- return r ? a(
3282
+ return r ? n(
3283
3283
  this.componentName,
3284
3284
  {
3285
3285
  ref: "element",
@@ -3301,11 +3301,11 @@ const Le = h({
3301
3301
  [
3302
3302
  this.$slots.default,
3303
3303
  // @slot graphic The graphic slot allows overriding the icon with a custom illustration
3304
- s("graphic", this.$slots.graphic),
3304
+ l("graphic", this.$slots.graphic),
3305
3305
  // @slot action-items Slot to add action items to the empty state
3306
- s("action-items", this.$slots["action-items"])
3306
+ l("action-items", this.$slots["action-items"])
3307
3307
  ]
3308
- ) : a(
3308
+ ) : n(
3309
3309
  this.componentName,
3310
3310
  {
3311
3311
  ref: "element",
@@ -3324,13 +3324,13 @@ const Le = h({
3324
3324
  // @ts-ignore
3325
3325
  this.$slots.default && this.$slots.default(),
3326
3326
  // @slot graphic The graphic slot allows overriding the icon with a custom illustration
3327
- s("graphic", this.$slots.graphic),
3327
+ l("graphic", this.$slots.graphic),
3328
3328
  // @slot action-items Slot to add action items to the empty state
3329
- s("action-items", this.$slots["action-items"])
3329
+ l("action-items", this.$slots["action-items"])
3330
3330
  ]
3331
3331
  );
3332
3332
  }
3333
- }), Ee = h({
3333
+ }), oi = u({
3334
3334
  name: "VFab",
3335
3335
  props: {
3336
3336
  /**
@@ -3452,7 +3452,7 @@ const Le = h({
3452
3452
  "input"
3453
3453
  ],
3454
3454
  setup(e, o) {
3455
- const l = u("fab", A), i = d(null);
3455
+ const a = p("fab", U), i = d(null);
3456
3456
  return o.expose({
3457
3457
  /**
3458
3458
  * {@inheritDoc (FormAssociated:interface).validate}
@@ -3461,10 +3461,10 @@ const Le = h({
3461
3461
  var t;
3462
3462
  return (t = i.value) == null ? void 0 : t.validate();
3463
3463
  }
3464
- }), { componentName: l, element: i };
3464
+ }), { componentName: a, element: i };
3465
3465
  },
3466
3466
  render() {
3467
- return r ? a(
3467
+ return r ? n(
3468
3468
  this.componentName,
3469
3469
  {
3470
3470
  ref: "element",
@@ -3501,9 +3501,9 @@ const Le = h({
3501
3501
  },
3502
3502
  [
3503
3503
  // @slot icon Slot to add an icon to fab.
3504
- s("icon", this.$slots.icon)
3504
+ l("icon", this.$slots.icon)
3505
3505
  ]
3506
- ) : a(
3506
+ ) : n(
3507
3507
  this.componentName,
3508
3508
  {
3509
3509
  ref: "element",
@@ -3536,11 +3536,11 @@ const Le = h({
3536
3536
  },
3537
3537
  [
3538
3538
  // @slot icon Slot to add an icon to fab.
3539
- s("icon", this.$slots.icon)
3539
+ l("icon", this.$slots.icon)
3540
3540
  ]
3541
3541
  );
3542
3542
  }
3543
- }), We = h({
3543
+ }), ai = u({
3544
3544
  name: "VHeader",
3545
3545
  props: {
3546
3546
  /**
@@ -3592,11 +3592,11 @@ const Le = h({
3592
3592
  "input"
3593
3593
  ],
3594
3594
  setup(e, o) {
3595
- const l = u("header", P), i = d(null);
3596
- return o.expose({}), { componentName: l, element: i };
3595
+ const a = p("header", R), i = d(null);
3596
+ return o.expose({}), { componentName: a, element: i };
3597
3597
  },
3598
3598
  render() {
3599
- return r ? a(
3599
+ return r ? n(
3600
3600
  this.componentName,
3601
3601
  {
3602
3602
  ref: "element",
@@ -3618,11 +3618,11 @@ const Le = h({
3618
3618
  [
3619
3619
  this.$slots.default,
3620
3620
  // @slot action-items Nodes assigned to action-items slot will be set at the end of the header.
3621
- s("action-items", this.$slots["action-items"]),
3621
+ l("action-items", this.$slots["action-items"]),
3622
3622
  // @slot app-content Content vertically aligned with header.
3623
- s("app-content", this.$slots["app-content"])
3623
+ l("app-content", this.$slots["app-content"])
3624
3624
  ]
3625
- ) : a(
3625
+ ) : n(
3626
3626
  this.componentName,
3627
3627
  {
3628
3628
  ref: "element",
@@ -3641,13 +3641,13 @@ const Le = h({
3641
3641
  // @ts-ignore
3642
3642
  this.$slots.default && this.$slots.default(),
3643
3643
  // @slot action-items Nodes assigned to action-items slot will be set at the end of the header.
3644
- s("action-items", this.$slots["action-items"]),
3644
+ l("action-items", this.$slots["action-items"]),
3645
3645
  // @slot app-content Content vertically aligned with header.
3646
- s("app-content", this.$slots["app-content"])
3646
+ l("app-content", this.$slots["app-content"])
3647
3647
  ]
3648
3648
  );
3649
3649
  }
3650
- }), _e = h({
3650
+ }), ni = u({
3651
3651
  name: "VIcon",
3652
3652
  props: {
3653
3653
  /**
@@ -3704,16 +3704,16 @@ const Le = h({
3704
3704
  "input"
3705
3705
  ],
3706
3706
  setup(e, o) {
3707
- const l = u("icon", O), i = d(null);
3707
+ const a = p("icon", G), i = d(null);
3708
3708
  return o.expose({
3709
3709
  nameChanged() {
3710
3710
  var t;
3711
3711
  return (t = i.value) == null ? void 0 : t.nameChanged();
3712
3712
  }
3713
- }), { componentName: l, element: i };
3713
+ }), { componentName: a, element: i };
3714
3714
  },
3715
3715
  render() {
3716
- return r ? a(
3716
+ return r ? n(
3717
3717
  this.componentName,
3718
3718
  {
3719
3719
  ref: "element",
@@ -3734,7 +3734,7 @@ const Le = h({
3734
3734
  }
3735
3735
  },
3736
3736
  [this.$slots.default]
3737
- ) : a(
3737
+ ) : n(
3738
3738
  this.componentName,
3739
3739
  {
3740
3740
  ref: "element",
@@ -3756,7 +3756,7 @@ const Le = h({
3756
3756
  ]
3757
3757
  );
3758
3758
  }
3759
- }), Je = h({
3759
+ }), li = u({
3760
3760
  name: "VLayout",
3761
3761
  props: {
3762
3762
  /**
@@ -3820,11 +3820,11 @@ const Le = h({
3820
3820
  "input"
3821
3821
  ],
3822
3822
  setup(e, o) {
3823
- const l = u("layout", R), i = d(null);
3824
- return o.expose({}), { componentName: l, element: i };
3823
+ const a = p("layout", E), i = d(null);
3824
+ return o.expose({}), { componentName: a, element: i };
3825
3825
  },
3826
3826
  render() {
3827
- return r ? a(
3827
+ return r ? n(
3828
3828
  this.componentName,
3829
3829
  {
3830
3830
  ref: "element",
@@ -3847,7 +3847,7 @@ const Le = h({
3847
3847
  }
3848
3848
  },
3849
3849
  [this.$slots.default]
3850
- ) : a(
3850
+ ) : n(
3851
3851
  this.componentName,
3852
3852
  {
3853
3853
  ref: "element",
@@ -3871,7 +3871,7 @@ const Le = h({
3871
3871
  ]
3872
3872
  );
3873
3873
  }
3874
- }), Ze = h({
3874
+ }), si = u({
3875
3875
  name: "VMenu",
3876
3876
  props: {
3877
3877
  /**
@@ -3945,7 +3945,7 @@ const Le = h({
3945
3945
  "close"
3946
3946
  ],
3947
3947
  setup(e, o) {
3948
- const l = u("menu", U), i = d(null);
3948
+ const a = p("menu", j), i = d(null);
3949
3949
  return o.expose({
3950
3950
  /**
3951
3951
  * Focuses the first item in the menu.
@@ -3961,22 +3961,22 @@ const Le = h({
3961
3961
  var t;
3962
3962
  return (t = i.value) == null ? void 0 : t.collapseExpandedItem();
3963
3963
  },
3964
- anchorChanged(t, n) {
3965
- var p;
3966
- return (p = i.value) == null ? void 0 : p.anchorChanged(t, n);
3964
+ anchorChanged(t, s) {
3965
+ var h;
3966
+ return (h = i.value) == null ? void 0 : h.anchorChanged(t, s);
3967
3967
  },
3968
- autoDismissChanged(t, n) {
3969
- var p;
3970
- return (p = i.value) == null ? void 0 : p.autoDismissChanged(t, n);
3968
+ autoDismissChanged(t, s) {
3969
+ var h;
3970
+ return (h = i.value) == null ? void 0 : h.autoDismissChanged(t, s);
3971
3971
  },
3972
- openChanged(t, n) {
3973
- var p;
3974
- return (p = i.value) == null ? void 0 : p.openChanged(t, n);
3972
+ openChanged(t, s) {
3973
+ var h;
3974
+ return (h = i.value) == null ? void 0 : h.openChanged(t, s);
3975
3975
  }
3976
- }), { componentName: l, element: i };
3976
+ }), { componentName: a, element: i };
3977
3977
  },
3978
3978
  render() {
3979
- return r ? a(
3979
+ return r ? n(
3980
3980
  this.componentName,
3981
3981
  {
3982
3982
  ref: "element",
@@ -4002,11 +4002,11 @@ const Le = h({
4002
4002
  [
4003
4003
  this.$slots.default,
4004
4004
  // @slot header Used to add additional content to the top of the menu.
4005
- s("header", this.$slots.header),
4005
+ l("header", this.$slots.header),
4006
4006
  // @slot action-items Used to add action items to the bottom of the menu.
4007
- s("action-items", this.$slots["action-items"])
4007
+ l("action-items", this.$slots["action-items"])
4008
4008
  ]
4009
- ) : a(
4009
+ ) : n(
4010
4010
  this.componentName,
4011
4011
  {
4012
4012
  ref: "element",
@@ -4029,13 +4029,13 @@ const Le = h({
4029
4029
  // @ts-ignore
4030
4030
  this.$slots.default && this.$slots.default(),
4031
4031
  // @slot header Used to add additional content to the top of the menu.
4032
- s("header", this.$slots.header),
4032
+ l("header", this.$slots.header),
4033
4033
  // @slot action-items Used to add action items to the bottom of the menu.
4034
- s("action-items", this.$slots["action-items"])
4034
+ l("action-items", this.$slots["action-items"])
4035
4035
  ]
4036
4036
  );
4037
4037
  }
4038
- }), Xe = h({
4038
+ }), ri = u({
4039
4039
  name: "VMenuItem",
4040
4040
  model: r ? {
4041
4041
  prop: "modelValue",
@@ -4135,11 +4135,11 @@ const Le = h({
4135
4135
  "update:modelValue"
4136
4136
  ],
4137
4137
  setup(e, o) {
4138
- const l = u("menu-item", j), i = d(null);
4139
- return o.expose({}), { componentName: l, element: i };
4138
+ const a = p("menu-item", H), i = d(null);
4139
+ return o.expose({}), { componentName: a, element: i };
4140
4140
  },
4141
4141
  render() {
4142
- return r ? a(
4142
+ return r ? n(
4143
4143
  this.componentName,
4144
4144
  {
4145
4145
  ref: "element",
@@ -4171,11 +4171,11 @@ const Le = h({
4171
4171
  },
4172
4172
  [
4173
4173
  // @slot meta Assign nodes to the `meta` slot to set a badge or an additional icon.
4174
- s("meta", this.$slots.meta),
4174
+ l("meta", this.$slots.meta),
4175
4175
  // @slot submenu Assign a Menu to the `submenu` slot to add a submenu.
4176
- s("submenu", this.$slots.submenu)
4176
+ l("submenu", this.$slots.submenu)
4177
4177
  ]
4178
- ) : a(
4178
+ ) : n(
4179
4179
  this.componentName,
4180
4180
  {
4181
4181
  ref: "element",
@@ -4203,13 +4203,13 @@ const Le = h({
4203
4203
  },
4204
4204
  [
4205
4205
  // @slot meta Assign nodes to the `meta` slot to set a badge or an additional icon.
4206
- s("meta", this.$slots.meta),
4206
+ l("meta", this.$slots.meta),
4207
4207
  // @slot submenu Assign a Menu to the `submenu` slot to add a submenu.
4208
- s("submenu", this.$slots.submenu)
4208
+ l("submenu", this.$slots.submenu)
4209
4209
  ]
4210
4210
  );
4211
4211
  }
4212
- }), Qe = h({
4212
+ }), di = u({
4213
4213
  name: "VNav",
4214
4214
  props: {
4215
4215
  /**
@@ -4253,11 +4253,11 @@ const Le = h({
4253
4253
  "input"
4254
4254
  ],
4255
4255
  setup(e, o) {
4256
- const l = u("nav", G), i = d(null);
4257
- return o.expose({}), { componentName: l, element: i };
4256
+ const a = p("nav", W), i = d(null);
4257
+ return o.expose({}), { componentName: a, element: i };
4258
4258
  },
4259
4259
  render() {
4260
- return r ? a(
4260
+ return r ? n(
4261
4261
  this.componentName,
4262
4262
  {
4263
4263
  ref: "element",
@@ -4273,7 +4273,7 @@ const Le = h({
4273
4273
  }
4274
4274
  },
4275
4275
  [this.$slots.default]
4276
- ) : a(
4276
+ ) : n(
4277
4277
  this.componentName,
4278
4278
  {
4279
4279
  ref: "element",
@@ -4292,7 +4292,7 @@ const Le = h({
4292
4292
  ]
4293
4293
  );
4294
4294
  }
4295
- }), Ye = h({
4295
+ }), hi = u({
4296
4296
  name: "VNavDisclosure",
4297
4297
  props: {
4298
4298
  /**
@@ -4345,11 +4345,11 @@ const Le = h({
4345
4345
  "toggle"
4346
4346
  ],
4347
4347
  setup(e, o) {
4348
- const l = u("nav-disclosure", H), i = d(null);
4349
- return o.expose({}), { componentName: l, element: i };
4348
+ const a = p("nav-disclosure", _), i = d(null);
4349
+ return o.expose({}), { componentName: a, element: i };
4350
4350
  },
4351
4351
  render() {
4352
- return r ? a(
4352
+ return r ? n(
4353
4353
  this.componentName,
4354
4354
  {
4355
4355
  ref: "element",
@@ -4373,9 +4373,9 @@ const Le = h({
4373
4373
  [
4374
4374
  this.$slots.default,
4375
4375
  // @slot meta A slot to add additional content to the nav disclosure.
4376
- s("meta", this.$slots.meta)
4376
+ l("meta", this.$slots.meta)
4377
4377
  ]
4378
- ) : a(
4378
+ ) : n(
4379
4379
  this.componentName,
4380
4380
  {
4381
4381
  ref: "element",
@@ -4396,11 +4396,11 @@ const Le = h({
4396
4396
  // @ts-ignore
4397
4397
  this.$slots.default && this.$slots.default(),
4398
4398
  // @slot meta A slot to add additional content to the nav disclosure.
4399
- s("meta", this.$slots.meta)
4399
+ l("meta", this.$slots.meta)
4400
4400
  ]
4401
4401
  );
4402
4402
  }
4403
- }), Ie = h({
4403
+ }), ui = u({
4404
4404
  name: "VNavItem",
4405
4405
  props: {
4406
4406
  /**
@@ -4485,16 +4485,16 @@ const Le = h({
4485
4485
  "input"
4486
4486
  ],
4487
4487
  setup(e, o) {
4488
- const l = u("nav-item", E), i = d(null);
4488
+ const a = p("nav-item", X), i = d(null);
4489
4489
  return o.expose({
4490
4490
  getBodyTemplate() {
4491
4491
  var t;
4492
4492
  return (t = i.value) == null ? void 0 : t.getBodyTemplate();
4493
4493
  }
4494
- }), { componentName: l, element: i };
4494
+ }), { componentName: a, element: i };
4495
4495
  },
4496
4496
  render() {
4497
- return r ? a(
4497
+ return r ? n(
4498
4498
  this.componentName,
4499
4499
  {
4500
4500
  ref: "element",
@@ -4523,9 +4523,9 @@ const Le = h({
4523
4523
  },
4524
4524
  [
4525
4525
  // @slot meta A slot to add additional content to the nav item.
4526
- s("meta", this.$slots.meta)
4526
+ l("meta", this.$slots.meta)
4527
4527
  ]
4528
- ) : a(
4528
+ ) : n(
4529
4529
  this.componentName,
4530
4530
  {
4531
4531
  ref: "element",
@@ -4550,11 +4550,11 @@ const Le = h({
4550
4550
  },
4551
4551
  [
4552
4552
  // @slot meta A slot to add additional content to the nav item.
4553
- s("meta", this.$slots.meta)
4553
+ l("meta", this.$slots.meta)
4554
4554
  ]
4555
4555
  );
4556
4556
  }
4557
- }), ei = h({
4557
+ }), pi = u({
4558
4558
  name: "VNote",
4559
4559
  props: {
4560
4560
  /**
@@ -4611,11 +4611,11 @@ const Le = h({
4611
4611
  "input"
4612
4612
  ],
4613
4613
  setup(e, o) {
4614
- const l = u("note", W), i = d(null);
4615
- return o.expose({}), { componentName: l, element: i };
4614
+ const a = p("note", J), i = d(null);
4615
+ return o.expose({}), { componentName: a, element: i };
4616
4616
  },
4617
4617
  render() {
4618
- return r ? a(
4618
+ return r ? n(
4619
4619
  this.componentName,
4620
4620
  {
4621
4621
  ref: "element",
@@ -4636,7 +4636,7 @@ const Le = h({
4636
4636
  }
4637
4637
  },
4638
4638
  [this.$slots.default]
4639
- ) : a(
4639
+ ) : n(
4640
4640
  this.componentName,
4641
4641
  {
4642
4642
  ref: "element",
@@ -4658,7 +4658,7 @@ const Le = h({
4658
4658
  ]
4659
4659
  );
4660
4660
  }
4661
- }), ii = h({
4661
+ }), ci = u({
4662
4662
  name: "VNumberField",
4663
4663
  model: r ? {
4664
4664
  prop: "modelValue",
@@ -4815,7 +4815,7 @@ const Le = h({
4815
4815
  "update:modelValue"
4816
4816
  ],
4817
4817
  setup(e, o) {
4818
- const l = u("number-field", _), i = d(null);
4818
+ const a = p("number-field", Z), i = d(null);
4819
4819
  return o.expose({
4820
4820
  /**
4821
4821
  * {@inheritDoc (FormAssociated:interface).validate}
@@ -4831,9 +4831,9 @@ const Le = h({
4831
4831
  var t;
4832
4832
  return (t = i.value) == null ? void 0 : t.select();
4833
4833
  },
4834
- stepChanged(t, n) {
4835
- var p;
4836
- return (p = i.value) == null ? void 0 : p.stepChanged(t, n);
4834
+ stepChanged(t, s) {
4835
+ var h;
4836
+ return (h = i.value) == null ? void 0 : h.stepChanged(t, s);
4837
4837
  },
4838
4838
  stepUp() {
4839
4839
  var t;
@@ -4843,10 +4843,10 @@ const Le = h({
4843
4843
  var t;
4844
4844
  return (t = i.value) == null ? void 0 : t.stepDown();
4845
4845
  }
4846
- }), { componentName: l, element: i };
4846
+ }), { componentName: a, element: i };
4847
4847
  },
4848
4848
  render() {
4849
- return r ? a(
4849
+ return r ? n(
4850
4850
  this.componentName,
4851
4851
  {
4852
4852
  ref: "element",
@@ -4894,7 +4894,7 @@ const Le = h({
4894
4894
  }
4895
4895
  },
4896
4896
  []
4897
- ) : a(
4897
+ ) : n(
4898
4898
  this.componentName,
4899
4899
  {
4900
4900
  ref: "element",
@@ -4940,7 +4940,7 @@ const Le = h({
4940
4940
  []
4941
4941
  );
4942
4942
  }
4943
- }), ti = h({
4943
+ }), vi = u({
4944
4944
  name: "VOption",
4945
4945
  props: {
4946
4946
  /**
@@ -5008,23 +5008,23 @@ const Le = h({
5008
5008
  "input"
5009
5009
  ],
5010
5010
  setup(e, o) {
5011
- const l = u("option", J), i = d(null);
5011
+ const a = p("option", Q), i = d(null);
5012
5012
  return o.expose({
5013
5013
  /**
5014
5014
  * Updates the ariaChecked property when the checked property changes.
5015
5015
  */
5016
- checkedChanged(t, n) {
5017
- var p;
5018
- return (p = i.value) == null ? void 0 : p.checkedChanged(t, n);
5016
+ checkedChanged(t, s) {
5017
+ var h;
5018
+ return (h = i.value) == null ? void 0 : h.checkedChanged(t, s);
5019
5019
  },
5020
- initialValueChanged(t, n) {
5021
- var p;
5022
- return (p = i.value) == null ? void 0 : p.initialValueChanged(t, n);
5020
+ initialValueChanged(t, s) {
5021
+ var h;
5022
+ return (h = i.value) == null ? void 0 : h.initialValueChanged(t, s);
5023
5023
  }
5024
- }), { componentName: l, element: i };
5024
+ }), { componentName: a, element: i };
5025
5025
  },
5026
5026
  render() {
5027
- return r ? a(
5027
+ return r ? n(
5028
5028
  this.componentName,
5029
5029
  {
5030
5030
  ref: "element",
@@ -5050,9 +5050,9 @@ const Le = h({
5050
5050
  },
5051
5051
  [
5052
5052
  // @slot icon Slot to add an icon to the option.
5053
- s("icon", this.$slots.icon)
5053
+ l("icon", this.$slots.icon)
5054
5054
  ]
5055
- ) : a(
5055
+ ) : n(
5056
5056
  this.componentName,
5057
5057
  {
5058
5058
  ref: "element",
@@ -5074,11 +5074,11 @@ const Le = h({
5074
5074
  },
5075
5075
  [
5076
5076
  // @slot icon Slot to add an icon to the option.
5077
- s("icon", this.$slots.icon)
5077
+ l("icon", this.$slots.icon)
5078
5078
  ]
5079
5079
  );
5080
5080
  }
5081
- }), oi = h({
5081
+ }), mi = u({
5082
5082
  name: "VPagination",
5083
5083
  props: {
5084
5084
  /**
@@ -5138,24 +5138,24 @@ const Le = h({
5138
5138
  "pagination-change"
5139
5139
  ],
5140
5140
  setup(e, o) {
5141
- const l = u("pagination", Z), i = d(null);
5141
+ const a = p("pagination", Y), i = d(null);
5142
5142
  return o.expose({
5143
- totalChanged(t, n) {
5144
- var p;
5145
- return (p = i.value) == null ? void 0 : p.totalChanged(t, n);
5143
+ totalChanged(t, s) {
5144
+ var h;
5145
+ return (h = i.value) == null ? void 0 : h.totalChanged(t, s);
5146
5146
  },
5147
- selectedIndexChanged(t, n) {
5148
- var p;
5149
- return (p = i.value) == null ? void 0 : p.selectedIndexChanged(t, n);
5147
+ selectedIndexChanged(t, s) {
5148
+ var h;
5149
+ return (h = i.value) == null ? void 0 : h.selectedIndexChanged(t, s);
5150
5150
  },
5151
- paginationButtonsChanged(t, n) {
5152
- var p;
5153
- return (p = i.value) == null ? void 0 : p.paginationButtonsChanged(t, n);
5151
+ paginationButtonsChanged(t, s) {
5152
+ var h;
5153
+ return (h = i.value) == null ? void 0 : h.paginationButtonsChanged(t, s);
5154
5154
  }
5155
- }), { componentName: l, element: i };
5155
+ }), { componentName: a, element: i };
5156
5156
  },
5157
5157
  render() {
5158
- return r ? a(
5158
+ return r ? n(
5159
5159
  this.componentName,
5160
5160
  {
5161
5161
  ref: "element",
@@ -5179,7 +5179,7 @@ const Le = h({
5179
5179
  }
5180
5180
  },
5181
5181
  []
5182
- ) : a(
5182
+ ) : n(
5183
5183
  this.componentName,
5184
5184
  {
5185
5185
  ref: "element",
@@ -5201,7 +5201,7 @@ const Le = h({
5201
5201
  []
5202
5202
  );
5203
5203
  }
5204
- }), li = h({
5204
+ }), fi = u({
5205
5205
  name: "VProgress",
5206
5206
  props: {
5207
5207
  /**
@@ -5274,11 +5274,11 @@ const Le = h({
5274
5274
  "input"
5275
5275
  ],
5276
5276
  setup(e, o) {
5277
- const l = u("progress", X), i = d(null);
5278
- return o.expose({}), { componentName: l, element: i };
5277
+ const a = p("progress", I), i = d(null);
5278
+ return o.expose({}), { componentName: a, element: i };
5279
5279
  },
5280
5280
  render() {
5281
- return r ? a(
5281
+ return r ? n(
5282
5282
  this.componentName,
5283
5283
  {
5284
5284
  ref: "element",
@@ -5304,7 +5304,7 @@ const Le = h({
5304
5304
  }
5305
5305
  },
5306
5306
  []
5307
- ) : a(
5307
+ ) : n(
5308
5308
  this.componentName,
5309
5309
  {
5310
5310
  ref: "element",
@@ -5328,7 +5328,7 @@ const Le = h({
5328
5328
  []
5329
5329
  );
5330
5330
  }
5331
- }), ai = h({
5331
+ }), gi = u({
5332
5332
  name: "VProgressRing",
5333
5333
  props: {
5334
5334
  /**
@@ -5391,11 +5391,11 @@ const Le = h({
5391
5391
  "input"
5392
5392
  ],
5393
5393
  setup(e, o) {
5394
- const l = u("progress-ring", Q), i = d(null);
5395
- return o.expose({}), { componentName: l, element: i };
5394
+ const a = p("progress-ring", ee), i = d(null);
5395
+ return o.expose({}), { componentName: a, element: i };
5396
5396
  },
5397
5397
  render() {
5398
- return r ? a(
5398
+ return r ? n(
5399
5399
  this.componentName,
5400
5400
  {
5401
5401
  ref: "element",
@@ -5420,7 +5420,7 @@ const Le = h({
5420
5420
  }
5421
5421
  },
5422
5422
  []
5423
- ) : a(
5423
+ ) : n(
5424
5424
  this.componentName,
5425
5425
  {
5426
5426
  ref: "element",
@@ -5443,7 +5443,7 @@ const Le = h({
5443
5443
  []
5444
5444
  );
5445
5445
  }
5446
- }), si = h({
5446
+ }), yi = u({
5447
5447
  name: "VRadio",
5448
5448
  props: {
5449
5449
  /**
@@ -5542,11 +5542,11 @@ const Le = h({
5542
5542
  "change"
5543
5543
  ],
5544
5544
  setup(e, o) {
5545
- const l = u("radio", Y), i = d(null);
5546
- return o.expose({}), { componentName: l, element: i };
5545
+ const a = p("radio", ie), i = d(null);
5546
+ return o.expose({}), { componentName: a, element: i };
5547
5547
  },
5548
5548
  render() {
5549
- return r ? a(
5549
+ return r ? n(
5550
5550
  this.componentName,
5551
5551
  {
5552
5552
  ref: "element",
@@ -5576,7 +5576,7 @@ const Le = h({
5576
5576
  }
5577
5577
  },
5578
5578
  []
5579
- ) : a(
5579
+ ) : n(
5580
5580
  this.componentName,
5581
5581
  {
5582
5582
  ref: "element",
@@ -5604,7 +5604,7 @@ const Le = h({
5604
5604
  []
5605
5605
  );
5606
5606
  }
5607
- }), ni = h({
5607
+ }), bi = u({
5608
5608
  name: "VRadioGroup",
5609
5609
  model: r ? {
5610
5610
  prop: "modelValue",
@@ -5690,11 +5690,11 @@ const Le = h({
5690
5690
  "update:modelValue"
5691
5691
  ],
5692
5692
  setup(e, o) {
5693
- const l = u("radio-group", I), i = d(null);
5694
- return o.expose({}), { componentName: l, element: i };
5693
+ const a = p("radio-group", te), i = d(null);
5694
+ return o.expose({}), { componentName: a, element: i };
5695
5695
  },
5696
5696
  render() {
5697
- return r ? a(
5697
+ return r ? n(
5698
5698
  this.componentName,
5699
5699
  {
5700
5700
  ref: "element",
@@ -5721,7 +5721,7 @@ const Le = h({
5721
5721
  }
5722
5722
  },
5723
5723
  [this.$slots.default]
5724
- ) : a(
5724
+ ) : n(
5725
5725
  this.componentName,
5726
5726
  {
5727
5727
  ref: "element",
@@ -5749,7 +5749,7 @@ const Le = h({
5749
5749
  ]
5750
5750
  );
5751
5751
  }
5752
- }), ri = h({
5752
+ }), ki = u({
5753
5753
  name: "VSelectableBox",
5754
5754
  props: {
5755
5755
  /**
@@ -5765,9 +5765,13 @@ const Le = h({
5765
5765
  */
5766
5766
  checked: { type: Boolean, default: void 0 },
5767
5767
  /**
5768
- * Makes the whole selectable box clickable
5768
+ * DEPRECATED: Replaced by the clickable-box prop
5769
5769
  */
5770
5770
  clickable: { type: Boolean, default: void 0 },
5771
+ /**
5772
+ * Makes the entire selectable box clickable
5773
+ */
5774
+ clickableBox: { type: Boolean, default: void 0 },
5771
5775
  /**
5772
5776
  * The connotation the selectable box should have.
5773
5777
  */
@@ -5819,11 +5823,11 @@ const Le = h({
5819
5823
  "change"
5820
5824
  ],
5821
5825
  setup(e, o) {
5822
- const l = u("selectable-box", ee), i = d(null);
5823
- return o.expose({}), { componentName: l, element: i };
5826
+ const a = p("selectable-box", oe), i = d(null);
5827
+ return o.expose({}), { componentName: a, element: i };
5824
5828
  },
5825
5829
  render() {
5826
- return r ? a(
5830
+ return r ? n(
5827
5831
  this.componentName,
5828
5832
  {
5829
5833
  ref: "element",
@@ -5832,6 +5836,7 @@ const Le = h({
5832
5836
  ...this.ariaLabel !== void 0 ? { "aria-label": this.ariaLabel } : {},
5833
5837
  ...this.checked !== void 0 ? { checked: this.checked } : {},
5834
5838
  ...this.clickable !== void 0 ? { clickable: this.clickable } : {},
5839
+ ...this.clickableBox !== void 0 ? { "clickable-box": this.clickableBox } : {},
5835
5840
  ...this.connotation !== void 0 ? { connotation: this.connotation } : {},
5836
5841
  ...this.controlType !== void 0 ? { "control-type": this.controlType } : {},
5837
5842
  ...this.tight !== void 0 ? { tight: this.tight } : {}
@@ -5848,7 +5853,7 @@ const Le = h({
5848
5853
  }
5849
5854
  },
5850
5855
  [this.$slots.default]
5851
- ) : a(
5856
+ ) : n(
5852
5857
  this.componentName,
5853
5858
  {
5854
5859
  ref: "element",
@@ -5857,6 +5862,7 @@ const Le = h({
5857
5862
  ...this.ariaLabel !== void 0 ? { "aria-label": this.ariaLabel } : {},
5858
5863
  ...this.checked !== void 0 ? { checked: this.checked } : {},
5859
5864
  ...this.clickable !== void 0 ? { clickable: this.clickable } : {},
5865
+ ...this.clickableBox !== void 0 ? { "clickable-box": this.clickableBox } : {},
5860
5866
  ...this.connotation !== void 0 ? { connotation: this.connotation } : {},
5861
5867
  ...this.controlType !== void 0 ? { "control-type": this.controlType } : {},
5862
5868
  ...this.tight !== void 0 ? { tight: this.tight } : {},
@@ -5874,7 +5880,7 @@ const Le = h({
5874
5880
  ]
5875
5881
  );
5876
5882
  }
5877
- }), di = h({
5883
+ }), Si = u({
5878
5884
  name: "VSelect",
5879
5885
  model: r ? {
5880
5886
  prop: "modelValue",
@@ -6010,7 +6016,7 @@ const Le = h({
6010
6016
  "update:modelValue"
6011
6017
  ],
6012
6018
  setup(e, o) {
6013
- const l = u("select", ie), i = d(null);
6019
+ const a = p("select", ae), i = d(null);
6014
6020
  return o.expose({
6015
6021
  /**
6016
6022
  * Calculate and apply listbox positioning based on available viewport space.
@@ -6022,9 +6028,9 @@ const Le = h({
6022
6028
  /**
6023
6029
  * Sets the multiple property on the proxy element.
6024
6030
  */
6025
- multipleChanged(t, n) {
6026
- var p;
6027
- return (p = i.value) == null ? void 0 : p.multipleChanged(t, n);
6031
+ multipleChanged(t, s) {
6032
+ var h;
6033
+ return (h = i.value) == null ? void 0 : h.multipleChanged(t, s);
6028
6034
  },
6029
6035
  /**
6030
6036
  * Sets an option as selected and gives it focus.
@@ -6044,10 +6050,10 @@ const Le = h({
6044
6050
  var t;
6045
6051
  return (t = i.value) == null ? void 0 : t.setDefaultSelectedOption();
6046
6052
  }
6047
- }), { componentName: l, element: i };
6053
+ }), { componentName: a, element: i };
6048
6054
  },
6049
6055
  render() {
6050
- return r ? a(
6056
+ return r ? n(
6051
6057
  this.componentName,
6052
6058
  {
6053
6059
  ref: "element",
@@ -6088,11 +6094,11 @@ const Le = h({
6088
6094
  [
6089
6095
  this.$slots.default,
6090
6096
  // @slot icon Slot to add an icon to the select control.
6091
- s("icon", this.$slots.icon),
6097
+ l("icon", this.$slots.icon),
6092
6098
  // @slot meta Slot to add meta content to the select control.
6093
- s("meta", this.$slots.meta)
6099
+ l("meta", this.$slots.meta)
6094
6100
  ]
6095
- ) : a(
6101
+ ) : n(
6096
6102
  this.componentName,
6097
6103
  {
6098
6104
  ref: "element",
@@ -6130,13 +6136,13 @@ const Le = h({
6130
6136
  // @ts-ignore
6131
6137
  this.$slots.default && this.$slots.default(),
6132
6138
  // @slot icon Slot to add an icon to the select control.
6133
- s("icon", this.$slots.icon),
6139
+ l("icon", this.$slots.icon),
6134
6140
  // @slot meta Slot to add meta content to the select control.
6135
- s("meta", this.$slots.meta)
6141
+ l("meta", this.$slots.meta)
6136
6142
  ]
6137
6143
  );
6138
6144
  }
6139
- }), hi = h({
6145
+ }), $i = u({
6140
6146
  name: "VSideDrawer",
6141
6147
  props: {
6142
6148
  /**
@@ -6206,11 +6212,11 @@ const Le = h({
6206
6212
  "open"
6207
6213
  ],
6208
6214
  setup(e, o) {
6209
- const l = u("side-drawer", te), i = d(null);
6210
- return o.expose({}), { componentName: l, element: i };
6215
+ const a = p("side-drawer", ne), i = d(null);
6216
+ return o.expose({}), { componentName: a, element: i };
6211
6217
  },
6212
6218
  render() {
6213
- return r ? a(
6219
+ return r ? n(
6214
6220
  this.componentName,
6215
6221
  {
6216
6222
  ref: "element",
@@ -6236,9 +6242,9 @@ const Le = h({
6236
6242
  [
6237
6243
  this.$slots.default,
6238
6244
  // @slot app-content Sets assigned nodes to the main application content, the side drawer is opened next to.
6239
- s("app-content", this.$slots["app-content"])
6245
+ l("app-content", this.$slots["app-content"])
6240
6246
  ]
6241
- ) : a(
6247
+ ) : n(
6242
6248
  this.componentName,
6243
6249
  {
6244
6250
  ref: "element",
@@ -6261,11 +6267,11 @@ const Le = h({
6261
6267
  // @ts-ignore
6262
6268
  this.$slots.default && this.$slots.default(),
6263
6269
  // @slot app-content Sets assigned nodes to the main application content, the side drawer is opened next to.
6264
- s("app-content", this.$slots["app-content"])
6270
+ l("app-content", this.$slots["app-content"])
6265
6271
  ]
6266
6272
  );
6267
6273
  }
6268
- }), ui = h({
6274
+ }), xi = u({
6269
6275
  name: "VSlider",
6270
6276
  model: r ? {
6271
6277
  prop: "modelValue",
@@ -6382,7 +6388,7 @@ const Le = h({
6382
6388
  "update:modelValue"
6383
6389
  ],
6384
6390
  setup(e, o) {
6385
- const l = u("slider", oe), i = d(null);
6391
+ const a = p("slider", le), i = d(null);
6386
6392
  return o.expose({
6387
6393
  /**
6388
6394
  * Increment the value by the step
@@ -6402,13 +6408,13 @@ const Le = h({
6402
6408
  * Places the thumb based on the current value
6403
6409
  */
6404
6410
  setThumbPositionForOrientation(t) {
6405
- var n;
6406
- return (n = i.value) == null ? void 0 : n.setThumbPositionForOrientation(t);
6411
+ var s;
6412
+ return (s = i.value) == null ? void 0 : s.setThumbPositionForOrientation(t);
6407
6413
  }
6408
- }), { componentName: l, element: i };
6414
+ }), { componentName: a, element: i };
6409
6415
  },
6410
6416
  render() {
6411
- return r ? a(
6417
+ return r ? n(
6412
6418
  this.componentName,
6413
6419
  {
6414
6420
  ref: "element",
@@ -6444,7 +6450,7 @@ const Le = h({
6444
6450
  }
6445
6451
  },
6446
6452
  []
6447
- ) : a(
6453
+ ) : n(
6448
6454
  this.componentName,
6449
6455
  {
6450
6456
  ref: "element",
@@ -6478,7 +6484,7 @@ const Le = h({
6478
6484
  []
6479
6485
  );
6480
6486
  }
6481
- }), pi = h({
6487
+ }), wi = u({
6482
6488
  name: "VSwitch",
6483
6489
  model: r ? {
6484
6490
  prop: "modelValue",
@@ -6548,11 +6554,11 @@ const Le = h({
6548
6554
  "update:modelValue"
6549
6555
  ],
6550
6556
  setup(e, o) {
6551
- const l = u("switch", le), i = d(null);
6552
- return o.expose({}), { componentName: l, element: i };
6557
+ const a = p("switch", se), i = d(null);
6558
+ return o.expose({}), { componentName: a, element: i };
6553
6559
  },
6554
6560
  render() {
6555
- return r ? a(
6561
+ return r ? n(
6556
6562
  this.componentName,
6557
6563
  {
6558
6564
  ref: "element",
@@ -6576,7 +6582,7 @@ const Le = h({
6576
6582
  }
6577
6583
  },
6578
6584
  []
6579
- ) : a(
6585
+ ) : n(
6580
6586
  this.componentName,
6581
6587
  {
6582
6588
  ref: "element",
@@ -6598,7 +6604,7 @@ const Le = h({
6598
6604
  []
6599
6605
  );
6600
6606
  }
6601
- }), mi = h({
6607
+ }), Ci = u({
6602
6608
  name: "VTab",
6603
6609
  props: {
6604
6610
  /**
@@ -6669,11 +6675,11 @@ const Le = h({
6669
6675
  "input"
6670
6676
  ],
6671
6677
  setup(e, o) {
6672
- const l = u("tab", ae), i = d(null);
6673
- return o.expose({}), { componentName: l, element: i };
6678
+ const a = p("tab", re), i = d(null);
6679
+ return o.expose({}), { componentName: a, element: i };
6674
6680
  },
6675
6681
  render() {
6676
- return r ? a(
6682
+ return r ? n(
6677
6683
  this.componentName,
6678
6684
  {
6679
6685
  ref: "element",
@@ -6700,9 +6706,9 @@ const Le = h({
6700
6706
  },
6701
6707
  [
6702
6708
  // @slot icon Slot to add an icon to tab.
6703
- s("icon", this.$slots.icon)
6709
+ l("icon", this.$slots.icon)
6704
6710
  ]
6705
- ) : a(
6711
+ ) : n(
6706
6712
  this.componentName,
6707
6713
  {
6708
6714
  ref: "element",
@@ -6725,11 +6731,11 @@ const Le = h({
6725
6731
  },
6726
6732
  [
6727
6733
  // @slot icon Slot to add an icon to tab.
6728
- s("icon", this.$slots.icon)
6734
+ l("icon", this.$slots.icon)
6729
6735
  ]
6730
6736
  );
6731
6737
  }
6732
- }), ci = h({
6738
+ }), Li = u({
6733
6739
  name: "VTabs",
6734
6740
  props: {
6735
6741
  /**
@@ -6794,14 +6800,14 @@ const Le = h({
6794
6800
  "change"
6795
6801
  ],
6796
6802
  setup(e, o) {
6797
- const l = u("tabs", se), i = d(null);
6803
+ const a = p("tabs", de), i = d(null);
6798
6804
  return o.expose({
6799
6805
  /**
6800
6806
  * The adjust method for FASTTabs
6801
6807
  */
6802
6808
  adjust(t) {
6803
- var n;
6804
- return (n = i.value) == null ? void 0 : n.adjust(t);
6809
+ var s;
6810
+ return (s = i.value) == null ? void 0 : s.adjust(t);
6805
6811
  },
6806
6812
  connotationChanged() {
6807
6813
  var t;
@@ -6811,9 +6817,9 @@ const Le = h({
6811
6817
  var t;
6812
6818
  return (t = i.value) == null ? void 0 : t.orientationChanged();
6813
6819
  },
6814
- activeidChanged(t, n) {
6815
- var p;
6816
- return (p = i.value) == null ? void 0 : p.activeidChanged(t, n);
6820
+ activeidChanged(t, s) {
6821
+ var h;
6822
+ return (h = i.value) == null ? void 0 : h.activeidChanged(t, s);
6817
6823
  },
6818
6824
  tabsChanged() {
6819
6825
  var t;
@@ -6827,10 +6833,10 @@ const Le = h({
6827
6833
  var t;
6828
6834
  return (t = i.value) == null ? void 0 : t.patchIndicatorStyleTransition();
6829
6835
  }
6830
- }), { componentName: l, element: i };
6836
+ }), { componentName: a, element: i };
6831
6837
  },
6832
6838
  render() {
6833
- return r ? a(
6839
+ return r ? n(
6834
6840
  this.componentName,
6835
6841
  {
6836
6842
  ref: "element",
@@ -6853,7 +6859,7 @@ const Le = h({
6853
6859
  }
6854
6860
  },
6855
6861
  [this.$slots.default]
6856
- ) : a(
6862
+ ) : n(
6857
6863
  this.componentName,
6858
6864
  {
6859
6865
  ref: "element",
@@ -6877,7 +6883,7 @@ const Le = h({
6877
6883
  ]
6878
6884
  );
6879
6885
  }
6880
- }), vi = h({
6886
+ }), Vi = u({
6881
6887
  name: "VTabPanel",
6882
6888
  props: {
6883
6889
  /**
@@ -6921,11 +6927,11 @@ const Le = h({
6921
6927
  "input"
6922
6928
  ],
6923
6929
  setup(e, o) {
6924
- const l = u("tab-panel", ne), i = d(null);
6925
- return o.expose({}), { componentName: l, element: i };
6930
+ const a = p("tab-panel", he), i = d(null);
6931
+ return o.expose({}), { componentName: a, element: i };
6926
6932
  },
6927
6933
  render() {
6928
- return r ? a(
6934
+ return r ? n(
6929
6935
  this.componentName,
6930
6936
  {
6931
6937
  ref: "element",
@@ -6941,7 +6947,7 @@ const Le = h({
6941
6947
  }
6942
6948
  },
6943
6949
  [this.$slots.default]
6944
- ) : a(
6950
+ ) : n(
6945
6951
  this.componentName,
6946
6952
  {
6947
6953
  ref: "element",
@@ -6960,7 +6966,7 @@ const Le = h({
6960
6966
  ]
6961
6967
  );
6962
6968
  }
6963
- }), fi = h({
6969
+ }), Bi = u({
6964
6970
  name: "VTextArea",
6965
6971
  model: r ? {
6966
6972
  prop: "modelValue",
@@ -7010,11 +7016,11 @@ const Le = h({
7010
7016
  "update:modelValue"
7011
7017
  ],
7012
7018
  setup(e, o) {
7013
- const l = u("text-area", re), i = d(null);
7014
- return o.expose({}), { componentName: l, element: i };
7019
+ const a = p("text-area", ue), i = d(null);
7020
+ return o.expose({}), { componentName: a, element: i };
7015
7021
  },
7016
7022
  render() {
7017
- return r ? a(
7023
+ return r ? n(
7018
7024
  this.componentName,
7019
7025
  {
7020
7026
  ref: "element",
@@ -7032,7 +7038,7 @@ const Le = h({
7032
7038
  }
7033
7039
  },
7034
7040
  []
7035
- ) : a(
7041
+ ) : n(
7036
7042
  this.componentName,
7037
7043
  {
7038
7044
  ref: "element",
@@ -7050,7 +7056,7 @@ const Le = h({
7050
7056
  []
7051
7057
  );
7052
7058
  }
7053
- }), gi = h({
7059
+ }), Ti = u({
7054
7060
  name: "VTextField",
7055
7061
  model: r ? {
7056
7062
  prop: "modelValue",
@@ -7201,7 +7207,7 @@ const Le = h({
7201
7207
  "update:modelValue"
7202
7208
  ],
7203
7209
  setup(e, o) {
7204
- const l = u("text-field", de), i = d(null);
7210
+ const a = p("text-field", pe), i = d(null);
7205
7211
  return o.expose({
7206
7212
  /**
7207
7213
  * Selects all the text in the text field
@@ -7221,10 +7227,10 @@ const Le = h({
7221
7227
  var t;
7222
7228
  return (t = i.value) == null ? void 0 : t.focus();
7223
7229
  }
7224
- }), { componentName: l, element: i };
7230
+ }), { componentName: a, element: i };
7225
7231
  },
7226
7232
  render() {
7227
- return r ? a(
7233
+ return r ? n(
7228
7234
  this.componentName,
7229
7235
  {
7230
7236
  ref: "element",
@@ -7270,11 +7276,11 @@ const Le = h({
7270
7276
  },
7271
7277
  [
7272
7278
  // @slot leading-action-items Used to add action items to the start of the text-field.
7273
- s("leading-action-items", this.$slots["leading-action-items"]),
7279
+ l("leading-action-items", this.$slots["leading-action-items"]),
7274
7280
  // @slot action-items Used to add action items to the end of the text-field.
7275
- s("action-items", this.$slots["action-items"])
7281
+ l("action-items", this.$slots["action-items"])
7276
7282
  ]
7277
- ) : a(
7283
+ ) : n(
7278
7284
  this.componentName,
7279
7285
  {
7280
7286
  ref: "element",
@@ -7316,13 +7322,13 @@ const Le = h({
7316
7322
  },
7317
7323
  [
7318
7324
  // @slot leading-action-items Used to add action items to the start of the text-field.
7319
- s("leading-action-items", this.$slots["leading-action-items"]),
7325
+ l("leading-action-items", this.$slots["leading-action-items"]),
7320
7326
  // @slot action-items Used to add action items to the end of the text-field.
7321
- s("action-items", this.$slots["action-items"])
7327
+ l("action-items", this.$slots["action-items"])
7322
7328
  ]
7323
7329
  );
7324
7330
  }
7325
- }), yi = h({
7331
+ }), Ni = u({
7326
7332
  name: "VToggletip",
7327
7333
  props: {
7328
7334
  /**
@@ -7389,20 +7395,20 @@ const Le = h({
7389
7395
  "input"
7390
7396
  ],
7391
7397
  setup(e, o) {
7392
- const l = u("toggletip", he), i = d(null);
7398
+ const a = p("toggletip", ce), i = d(null);
7393
7399
  return o.expose({
7394
- anchorChanged(t, n) {
7395
- var p;
7396
- return (p = i.value) == null ? void 0 : p.anchorChanged(t, n);
7400
+ anchorChanged(t, s) {
7401
+ var h;
7402
+ return (h = i.value) == null ? void 0 : h.anchorChanged(t, s);
7397
7403
  },
7398
- openChanged(t, n) {
7399
- var p;
7400
- return (p = i.value) == null ? void 0 : p.openChanged(t, n);
7404
+ openChanged(t, s) {
7405
+ var h;
7406
+ return (h = i.value) == null ? void 0 : h.openChanged(t, s);
7401
7407
  }
7402
- }), { componentName: l, element: i };
7408
+ }), { componentName: a, element: i };
7403
7409
  },
7404
7410
  render() {
7405
- return r ? a(
7411
+ return r ? n(
7406
7412
  this.componentName,
7407
7413
  {
7408
7414
  ref: "element",
@@ -7427,9 +7433,9 @@ const Le = h({
7427
7433
  [
7428
7434
  this.$slots.default,
7429
7435
  // @slot action-items The content to display in the toggletip action items.
7430
- s("action-items", this.$slots["action-items"])
7436
+ l("action-items", this.$slots["action-items"])
7431
7437
  ]
7432
- ) : a(
7438
+ ) : n(
7433
7439
  this.componentName,
7434
7440
  {
7435
7441
  ref: "element",
@@ -7451,11 +7457,11 @@ const Le = h({
7451
7457
  // @ts-ignore
7452
7458
  this.$slots.default && this.$slots.default(),
7453
7459
  // @slot action-items The content to display in the toggletip action items.
7454
- s("action-items", this.$slots["action-items"])
7460
+ l("action-items", this.$slots["action-items"])
7455
7461
  ]
7456
7462
  );
7457
7463
  }
7458
- }), bi = h({
7464
+ }), zi = u({
7459
7465
  name: "VTooltip",
7460
7466
  props: {
7461
7467
  /**
@@ -7510,20 +7516,20 @@ const Le = h({
7510
7516
  "input"
7511
7517
  ],
7512
7518
  setup(e, o) {
7513
- const l = u("tooltip", ue), i = d(null);
7519
+ const a = p("tooltip", ve), i = d(null);
7514
7520
  return o.expose({
7515
- anchorChanged(t, n) {
7516
- var p;
7517
- return (p = i.value) == null ? void 0 : p.anchorChanged(t, n);
7521
+ anchorChanged(t, s) {
7522
+ var h;
7523
+ return (h = i.value) == null ? void 0 : h.anchorChanged(t, s);
7518
7524
  },
7519
- openChanged(t, n) {
7520
- var p;
7521
- return (p = i.value) == null ? void 0 : p.openChanged(t, n);
7525
+ openChanged(t, s) {
7526
+ var h;
7527
+ return (h = i.value) == null ? void 0 : h.openChanged(t, s);
7522
7528
  }
7523
- }), { componentName: l, element: i };
7529
+ }), { componentName: a, element: i };
7524
7530
  },
7525
7531
  render() {
7526
- return r ? a(
7532
+ return r ? n(
7527
7533
  this.componentName,
7528
7534
  {
7529
7535
  ref: "element",
@@ -7545,7 +7551,7 @@ const Le = h({
7545
7551
  }
7546
7552
  },
7547
7553
  []
7548
- ) : a(
7554
+ ) : n(
7549
7555
  this.componentName,
7550
7556
  {
7551
7557
  ref: "element",
@@ -7565,7 +7571,7 @@ const Le = h({
7565
7571
  []
7566
7572
  );
7567
7573
  }
7568
- }), ki = h({
7574
+ }), Mi = u({
7569
7575
  name: "VTreeItem",
7570
7576
  props: {
7571
7577
  /**
@@ -7640,11 +7646,11 @@ const Le = h({
7640
7646
  "selected-change"
7641
7647
  ],
7642
7648
  setup(e, o) {
7643
- const l = u("tree-item", pe), i = d(null);
7644
- return o.expose({}), { componentName: l, element: i };
7649
+ const a = p("tree-item", me), i = d(null);
7650
+ return o.expose({}), { componentName: a, element: i };
7645
7651
  },
7646
7652
  render() {
7647
- return r ? a(
7653
+ return r ? n(
7648
7654
  this.componentName,
7649
7655
  {
7650
7656
  ref: "element",
@@ -7670,9 +7676,9 @@ const Le = h({
7670
7676
  },
7671
7677
  [
7672
7678
  // @slot item To specify a child tree item.
7673
- s("item", this.$slots.item)
7679
+ l("item", this.$slots.item)
7674
7680
  ]
7675
- ) : a(
7681
+ ) : n(
7676
7682
  this.componentName,
7677
7683
  {
7678
7684
  ref: "element",
@@ -7694,11 +7700,11 @@ const Le = h({
7694
7700
  },
7695
7701
  [
7696
7702
  // @slot item To specify a child tree item.
7697
- s("item", this.$slots.item)
7703
+ l("item", this.$slots.item)
7698
7704
  ]
7699
7705
  );
7700
7706
  }
7701
- }), $i = h({
7707
+ }), Fi = u({
7702
7708
  name: "VTreeView",
7703
7709
  props: {
7704
7710
  /**
@@ -7747,11 +7753,11 @@ const Le = h({
7747
7753
  "input"
7748
7754
  ],
7749
7755
  setup(e, o) {
7750
- const l = u("tree-view", me), i = d(null);
7751
- return o.expose({}), { componentName: l, element: i };
7756
+ const a = p("tree-view", fe), i = d(null);
7757
+ return o.expose({}), { componentName: a, element: i };
7752
7758
  },
7753
7759
  render() {
7754
- return r ? a(
7760
+ return r ? n(
7755
7761
  this.componentName,
7756
7762
  {
7757
7763
  ref: "element",
@@ -7770,7 +7776,7 @@ const Le = h({
7770
7776
  }
7771
7777
  },
7772
7778
  [this.$slots.default]
7773
- ) : a(
7779
+ ) : n(
7774
7780
  this.componentName,
7775
7781
  {
7776
7782
  ref: "element",
@@ -7790,7 +7796,7 @@ const Le = h({
7790
7796
  ]
7791
7797
  );
7792
7798
  }
7793
- }), Si = h({
7799
+ }), Di = u({
7794
7800
  name: "VTag",
7795
7801
  props: {
7796
7802
  /**
@@ -7871,24 +7877,24 @@ const Le = h({
7871
7877
  "input"
7872
7878
  ],
7873
7879
  setup(e, o) {
7874
- const l = u("tag", ce), i = d(null);
7880
+ const a = p("tag", ge), i = d(null);
7875
7881
  return o.expose({
7876
7882
  remove() {
7877
7883
  var t;
7878
7884
  return (t = i.value) == null ? void 0 : t.remove();
7879
7885
  },
7880
7886
  handleKeydown(t) {
7881
- var n;
7882
- return (n = i.value) == null ? void 0 : n.handleKeydown(t);
7887
+ var s;
7888
+ return (s = i.value) == null ? void 0 : s.handleKeydown(t);
7883
7889
  },
7884
7890
  handleClick() {
7885
7891
  var t;
7886
7892
  return (t = i.value) == null ? void 0 : t.handleClick();
7887
7893
  }
7888
- }), { componentName: l, element: i };
7894
+ }), { componentName: a, element: i };
7889
7895
  },
7890
7896
  render() {
7891
- return r ? a(
7897
+ return r ? n(
7892
7898
  this.componentName,
7893
7899
  {
7894
7900
  ref: "element",
@@ -7915,7 +7921,7 @@ const Le = h({
7915
7921
  }
7916
7922
  },
7917
7923
  []
7918
- ) : a(
7924
+ ) : n(
7919
7925
  this.componentName,
7920
7926
  {
7921
7927
  ref: "element",
@@ -7940,7 +7946,7 @@ const Le = h({
7940
7946
  []
7941
7947
  );
7942
7948
  }
7943
- }), Ci = h({
7949
+ }), Ki = u({
7944
7950
  name: "VTagGroup",
7945
7951
  props: {
7946
7952
  /**
@@ -7985,11 +7991,11 @@ const Le = h({
7985
7991
  "input"
7986
7992
  ],
7987
7993
  setup(e, o) {
7988
- const l = u("tag-group", ve), i = d(null);
7989
- return o.expose({}), { componentName: l, element: i };
7994
+ const a = p("tag-group", ye), i = d(null);
7995
+ return o.expose({}), { componentName: a, element: i };
7990
7996
  },
7991
7997
  render() {
7992
- return r ? a(
7998
+ return r ? n(
7993
7999
  this.componentName,
7994
8000
  {
7995
8001
  ref: "element",
@@ -8008,7 +8014,7 @@ const Le = h({
8008
8014
  }
8009
8015
  },
8010
8016
  [this.$slots.default]
8011
- ) : a(
8017
+ ) : n(
8012
8018
  this.componentName,
8013
8019
  {
8014
8020
  ref: "element",
@@ -8029,64 +8035,786 @@ const Le = h({
8029
8035
  );
8030
8036
  }
8031
8037
  });
8032
- var ye = /* @__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))(ye || {});
8038
+ 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 || {});
8039
+ const xe = `/**
8040
+ * Do not edit directly
8041
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
8042
+ */
8043
+ /**
8044
+ * Do not edit directly
8045
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
8046
+ */
8047
+ /**
8048
+ * Do not edit directly
8049
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
8050
+ */
8051
+ /**
8052
+ * Do not edit directly
8053
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
8054
+ */
8055
+ @property --vvd-size-density {
8056
+ syntax: "<integer>";
8057
+ inherits: true;
8058
+ initial-value: 0;
8059
+ }
8060
+ @property --vvd-size-font-scale-base {
8061
+ syntax: "<length>";
8062
+ inherits: true;
8063
+ initial-value: 16px;
8064
+ }
8065
+ .vvd-root, ::part(vvd-root) {
8066
+ --vvd-color-scheme: light;
8067
+ --vvd-color-canvas: #ffffff;
8068
+ --vvd-color-canvas-text: #0d0d0d;
8069
+ --vvd-color-neutral-50: #F2F2F2;
8070
+ --vvd-color-neutral-100: #E6E6E6;
8071
+ --vvd-color-neutral-200: #cccccc;
8072
+ --vvd-color-neutral-300: #b3b3b3;
8073
+ --vvd-color-neutral-400: #929292;
8074
+ --vvd-color-neutral-500: #757575;
8075
+ --vvd-color-neutral-600: #666666;
8076
+ --vvd-color-neutral-700: #4d4d4d;
8077
+ --vvd-color-neutral-800: #333333;
8078
+ --vvd-color-neutral-900: #1a1a1a;
8079
+ --vvd-color-neutral-950: #0d0d0d;
8080
+ --vvd-color-cta-50: #f5f0fd;
8081
+ --vvd-color-cta-100: #ece2fa;
8082
+ --vvd-color-cta-200: #dcc1fc;
8083
+ --vvd-color-cta-300: #cba1fa;
8084
+ --vvd-color-cta-400: #b27bf2;
8085
+ --vvd-color-cta-500: #9941ff;
8086
+ --vvd-color-cta-600: #871eff;
8087
+ --vvd-color-cta-700: #6405d1;
8088
+ --vvd-color-cta-800: #440291;
8089
+ --vvd-color-cta-900: #26044d;
8090
+ --vvd-color-cta-950: #140623;
8091
+ --vvd-color-warning-50: #FDF5D4;
8092
+ --vvd-color-warning-100: #FDEAA0;
8093
+ --vvd-color-warning-200: #FACC4B;
8094
+ --vvd-color-warning-300: #fa9f00;
8095
+ --vvd-color-warning-400: #e07902;
8096
+ --vvd-color-warning-500: #be5702;
8097
+ --vvd-color-warning-600: #A64C03;
8098
+ --vvd-color-warning-700: #893000;
8099
+ --vvd-color-warning-800: #522801;
8100
+ --vvd-color-warning-900: #2A1502;
8101
+ --vvd-color-warning-950: #150B01;
8102
+ --vvd-color-information-50: #e8f4fb;
8103
+ --vvd-color-information-100: #d3e9fc;
8104
+ --vvd-color-information-200: #9dd2fe;
8105
+ --vvd-color-information-300: #65baff;
8106
+ --vvd-color-information-400: #2997f0;
8107
+ --vvd-color-information-500: #0276d5;
8108
+ --vvd-color-information-600: #0e65c2;
8109
+ --vvd-color-information-700: #094a9e;
8110
+ --vvd-color-information-800: #0e306d;
8111
+ --vvd-color-information-900: #071939;
8112
+ --vvd-color-information-950: #040d1d;
8113
+ --vvd-color-announcement-50: #ffedfb;
8114
+ --vvd-color-announcement-100: #ffdcf7;
8115
+ --vvd-color-announcement-200: #f8b9e7;
8116
+ --vvd-color-announcement-300: #fb8fd8;
8117
+ --vvd-color-announcement-400: #e560bb;
8118
+ --vvd-color-announcement-500: #d6219c;
8119
+ --vvd-color-announcement-600: #bb1e89;
8120
+ --vvd-color-announcement-700: #8f1669;
8121
+ --vvd-color-announcement-800: #620256;
8122
+ --vvd-color-announcement-900: #32082c;
8123
+ --vvd-color-announcement-950: #1d031a;
8124
+ --vvd-color-success-50: #e1f8e5;
8125
+ --vvd-color-success-100: #cfeed4;
8126
+ --vvd-color-success-200: #86e090;
8127
+ --vvd-color-success-300: #53ca6a;
8128
+ --vvd-color-success-400: #30a849;
8129
+ --vvd-color-success-500: #1c8731;
8130
+ --vvd-color-success-600: #167629;
8131
+ --vvd-color-success-700: #155923;
8132
+ --vvd-color-success-800: #183a1e;
8133
+ --vvd-color-success-900: #0a1e11;
8134
+ --vvd-color-success-950: #060f09;
8135
+ --vvd-color-alert-50: #ffeef2;
8136
+ --vvd-color-alert-100: #fedfdf;
8137
+ --vvd-color-alert-200: #ffbbbb;
8138
+ --vvd-color-alert-300: #fe9696;
8139
+ --vvd-color-alert-400: #f75959;
8140
+ --vvd-color-alert-500: #e61d1d;
8141
+ --vvd-color-alert-600: #cd0d0d;
8142
+ --vvd-color-alert-700: #9f0202;
8143
+ --vvd-color-alert-800: #6e0000;
8144
+ --vvd-color-alert-900: #3e0004;
8145
+ --vvd-color-alert-950: #250004;
8146
+ --vvd-color-surface-0dp: #ffffff;
8147
+ --vvd-color-surface-2dp: #ffffff;
8148
+ --vvd-color-surface-4dp: #ffffff;
8149
+ --vvd-color-surface-8dp: #ffffff;
8150
+ --vvd-color-surface-12dp: #ffffff;
8151
+ --vvd-color-surface-16dp: #ffffff;
8152
+ --vvd-color-surface-24dp: #ffffff;
8153
+ --vvd-shadow-surface-0dp: drop-shadow(1px 0px 0px #cccccc) drop-shadow(0px 1px 0px #cccccc) drop-shadow(0px -1px 0px #cccccc) drop-shadow(-1px 0px 0px #cccccc);
8154
+ --vvd-shadow-surface-2dp: drop-shadow(0px 1px 4px #0000001a) drop-shadow(0px 1px 2px #0000000d) drop-shadow(0px 2px 1px #0000000d);
8155
+ --vvd-shadow-surface-4dp: drop-shadow(0px 2px 8px #0000001a) drop-shadow(0px 2px 4px #0000000d) drop-shadow(0px 4px 2px #0000000d);
8156
+ --vvd-shadow-surface-8dp: drop-shadow(0px 2px 16px #0000001a) drop-shadow(0px 8px 8px #0000000d) drop-shadow(0px 4px 4px #0000000d);
8157
+ --vvd-shadow-surface-12dp: drop-shadow(0px 4px 24px #0000001a) drop-shadow(0px 12px 16px #0000000d) drop-shadow(0px 6px 8px #0000000d);
8158
+ --vvd-shadow-surface-16dp: drop-shadow(0px 6px 32px #0000001a) drop-shadow(0px 16px 24px #0000000d) drop-shadow(0px 8px 12px #0000000d);
8159
+ --vvd-shadow-surface-24dp: drop-shadow(0px 12px 48px #00000033) drop-shadow(0px 24px 32px #0000000d) drop-shadow(0px 12px 16px #0000000d);
8160
+ --vvd-typography-headline: 500 calc(var(--vvd-size-font-scale-base, 16px) * 4.125)/1.3333333333333333 Montserrat;
8161
+ --vvd-typography-subtitle: 500 calc(var(--vvd-size-font-scale-base, 16px) * 3.25)/1.3076923076923077 Montserrat;
8162
+ --vvd-typography-heading-1: 500 calc(var(--vvd-size-font-scale-base, 16px) * 2.5)/1.3 Montserrat;
8163
+ --vvd-typography-heading-2: 500 calc(var(--vvd-size-font-scale-base, 16px) * 2)/1.375 Montserrat;
8164
+ --vvd-typography-heading-3: 500 calc(var(--vvd-size-font-scale-base, 16px) * 1.625)/1.3846153846153846 Montserrat;
8165
+ --vvd-typography-heading-4: 500 calc(var(--vvd-size-font-scale-base, 16px) * 1.25)/1.4 Montserrat;
8166
+ --vvd-typography-base: 400 calc(var(--vvd-size-font-scale-base, 16px) * 0.875)/1.4285714285714286 Montserrat;
8167
+ --vvd-typography-base-bold: 600 calc(var(--vvd-size-font-scale-base, 16px) * 0.875)/1.4285714285714286 Montserrat;
8168
+ --vvd-typography-base-code: 400 calc(var(--vvd-size-font-scale-base, 16px) * 0.875)/1.4285714285714286 Roboto Mono;
8169
+ --vvd-typography-base-condensed: 400 calc(var(--vvd-size-font-scale-base, 16px) * 0.75)/1.3333333333333333 Montserrat;
8170
+ --vvd-typography-base-condensed-bold: 600 calc(var(--vvd-size-font-scale-base, 16px) * 0.75)/1.3333333333333333 Montserrat;
8171
+ --vvd-typography-base-extended: 400 calc(var(--vvd-size-font-scale-base, 16px))/1.5 Montserrat;
8172
+ --vvd-typography-base-extended-bold: 600 calc(var(--vvd-size-font-scale-base, 16px))/1.5 Montserrat;
8173
+ }
8174
+
8175
+ .vvd-theme-alternate, ::part(vvd-theme-alternate) {
8176
+ --vvd-color-scheme: dark;
8177
+ --vvd-color-canvas: #000000;
8178
+ --vvd-color-canvas-text: #ffffff;
8179
+ --vvd-color-neutral-50: #1a1a1a;
8180
+ --vvd-color-neutral-100: #333333;
8181
+ --vvd-color-neutral-200: #4d4d4d;
8182
+ --vvd-color-neutral-300: #666666;
8183
+ --vvd-color-neutral-400: #757575;
8184
+ --vvd-color-neutral-500: #929292;
8185
+ --vvd-color-neutral-600: #b3b3b3;
8186
+ --vvd-color-neutral-700: #cccccc;
8187
+ --vvd-color-neutral-800: #E6E6E6;
8188
+ --vvd-color-neutral-900: #F2F2F2;
8189
+ --vvd-color-neutral-950: #ffffff;
8190
+ --vvd-color-cta-50: #26044d;
8191
+ --vvd-color-cta-100: #440291;
8192
+ --vvd-color-cta-200: #6405d1;
8193
+ --vvd-color-cta-300: #871eff;
8194
+ --vvd-color-cta-400: #9941ff;
8195
+ --vvd-color-cta-500: #b27bf2;
8196
+ --vvd-color-cta-600: #cba1fa;
8197
+ --vvd-color-cta-700: #dcc1fc;
8198
+ --vvd-color-cta-800: #ece2fa;
8199
+ --vvd-color-cta-900: #f5f0fd;
8200
+ --vvd-color-warning-50: #2A1502;
8201
+ --vvd-color-warning-100: #522801;
8202
+ --vvd-color-warning-200: #803807;
8203
+ --vvd-color-warning-300: #A64C03;
8204
+ --vvd-color-warning-400: #be5702;
8205
+ --vvd-color-warning-500: #e07902;
8206
+ --vvd-color-warning-600: #fa9f00;
8207
+ --vvd-color-warning-700: #FACC4B;
8208
+ --vvd-color-warning-800: #FDEAA0;
8209
+ --vvd-color-warning-900: #FDF5D4;
8210
+ --vvd-color-information-50: #071939;
8211
+ --vvd-color-information-100: #0e306d;
8212
+ --vvd-color-information-200: #094a9e;
8213
+ --vvd-color-information-300: #0e65c2;
8214
+ --vvd-color-information-400: #0276d5;
8215
+ --vvd-color-information-500: #2997f0;
8216
+ --vvd-color-information-600: #65baff;
8217
+ --vvd-color-information-700: #9dd2fe;
8218
+ --vvd-color-information-800: #d3e9fc;
8219
+ --vvd-color-information-900: #e8f4fb;
8220
+ --vvd-color-announcement-50: #32082c;
8221
+ --vvd-color-announcement-100: #620256;
8222
+ --vvd-color-announcement-200: #8f1669;
8223
+ --vvd-color-announcement-300: #bb1e89;
8224
+ --vvd-color-announcement-400: #d6219c;
8225
+ --vvd-color-announcement-500: #e560bb;
8226
+ --vvd-color-announcement-600: #fb8fd8;
8227
+ --vvd-color-announcement-700: #f8b9e7;
8228
+ --vvd-color-announcement-800: #ffdcf7;
8229
+ --vvd-color-announcement-900: #ffedfb;
8230
+ --vvd-color-alert-50: #3e0004;
8231
+ --vvd-color-alert-100: #6e0000;
8232
+ --vvd-color-alert-200: #9f0202;
8233
+ --vvd-color-alert-300: #cd0d0d;
8234
+ --vvd-color-alert-400: #e61d1d;
8235
+ --vvd-color-alert-500: #f75959;
8236
+ --vvd-color-alert-600: #fe9696;
8237
+ --vvd-color-alert-700: #ffbbbb;
8238
+ --vvd-color-alert-800: #fedfdf;
8239
+ --vvd-color-alert-900: #ffeef2;
8240
+ --vvd-color-success-50: #0a1e11;
8241
+ --vvd-color-success-100: #183a1e;
8242
+ --vvd-color-success-200: #155923;
8243
+ --vvd-color-success-300: #167629;
8244
+ --vvd-color-success-400: #1c8731;
8245
+ --vvd-color-success-500: #30a849;
8246
+ --vvd-color-success-600: #53ca6a;
8247
+ --vvd-color-success-700: #86e090;
8248
+ --vvd-color-success-800: #cfeed4;
8249
+ --vvd-color-success-900: #e1f8e5;
8250
+ --vvd-color-surface-0dp: #0d0d0d;
8251
+ --vvd-color-surface-2dp: linear-gradient(#ffffff0f, #ffffff0f), #0d0d0d;
8252
+ --vvd-color-surface-4dp: linear-gradient(#ffffff14, #ffffff14), #0d0d0d;
8253
+ --vvd-color-surface-8dp: linear-gradient(#ffffff1a, #ffffff1a), #0d0d0d;
8254
+ --vvd-color-surface-12dp: linear-gradient(#ffffff1f, #ffffff1f), #0d0d0d;
8255
+ --vvd-color-surface-16dp: linear-gradient(#ffffff24, #ffffff24), #0d0d0d;
8256
+ --vvd-color-surface-24dp: linear-gradient(#ffffff29, #ffffff29), #0d0d0d;
8257
+ --vvd-shadow-surface-0dp: drop-shadow(1px 0px 0px #cccccc) drop-shadow(0px 1px 0px #cccccc) drop-shadow(0px -1px 0px #cccccc) drop-shadow(-1px 0px 0px #cccccc);
8258
+ --vvd-shadow-surface-2dp: drop-shadow(0px 1px 4px #00000040) drop-shadow(0px 1px 2px #00000040) drop-shadow(0px 2px 1px #00000040);
8259
+ --vvd-shadow-surface-4dp: drop-shadow(0px 2px 8px #00000040) drop-shadow(0px 2px 4px #00000040) drop-shadow(0px 4px 4px #00000040);
8260
+ --vvd-shadow-surface-8dp: drop-shadow(0px 2px 16px #00000040) drop-shadow(0px 8px 8px #00000040) drop-shadow(0px 4px 4px #00000040);
8261
+ --vvd-shadow-surface-12dp: drop-shadow(0px 4px 24px #00000040) drop-shadow(0px 12px 16px #00000040) drop-shadow(0px 6px 8px #00000040);
8262
+ --vvd-shadow-surface-16dp: drop-shadow(0px 6px 32px #00000040) drop-shadow(0px 16px 24px #00000040) drop-shadow(0px 8px 12px #00000040);
8263
+ --vvd-shadow-surface-24dp: drop-shadow(0px 12px 48px #00000040) drop-shadow(0px 24px 32px #00000040) drop-shadow(0px 12px 16px #00000040);
8264
+ }
8265
+
8266
+ /*# sourceMappingURL=theme-light.css.map */
8267
+ `, we = `/**
8268
+ * Do not edit directly
8269
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
8270
+ */
8271
+ /**
8272
+ * Do not edit directly
8273
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
8274
+ */
8275
+ /**
8276
+ * Do not edit directly
8277
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
8278
+ */
8279
+ /**
8280
+ * Do not edit directly
8281
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
8282
+ */
8283
+ @property --vvd-size-density {
8284
+ syntax: "<integer>";
8285
+ inherits: true;
8286
+ initial-value: 0;
8287
+ }
8288
+ @property --vvd-size-font-scale-base {
8289
+ syntax: "<length>";
8290
+ inherits: true;
8291
+ initial-value: 16px;
8292
+ }
8293
+ .vvd-root, ::part(vvd-root) {
8294
+ --vvd-color-scheme: dark;
8295
+ --vvd-color-canvas: #000000;
8296
+ --vvd-color-canvas-text: #ffffff;
8297
+ --vvd-color-neutral-50: #1a1a1a;
8298
+ --vvd-color-neutral-100: #333333;
8299
+ --vvd-color-neutral-200: #4d4d4d;
8300
+ --vvd-color-neutral-300: #666666;
8301
+ --vvd-color-neutral-400: #757575;
8302
+ --vvd-color-neutral-500: #929292;
8303
+ --vvd-color-neutral-600: #b3b3b3;
8304
+ --vvd-color-neutral-700: #cccccc;
8305
+ --vvd-color-neutral-800: #E6E6E6;
8306
+ --vvd-color-neutral-900: #F2F2F2;
8307
+ --vvd-color-neutral-950: #ffffff;
8308
+ --vvd-color-cta-50: #26044d;
8309
+ --vvd-color-cta-100: #440291;
8310
+ --vvd-color-cta-200: #6405d1;
8311
+ --vvd-color-cta-300: #871eff;
8312
+ --vvd-color-cta-400: #9941ff;
8313
+ --vvd-color-cta-500: #b27bf2;
8314
+ --vvd-color-cta-600: #cba1fa;
8315
+ --vvd-color-cta-700: #dcc1fc;
8316
+ --vvd-color-cta-800: #ece2fa;
8317
+ --vvd-color-cta-900: #f5f0fd;
8318
+ --vvd-color-warning-50: #2A1502;
8319
+ --vvd-color-warning-100: #522801;
8320
+ --vvd-color-warning-200: #803807;
8321
+ --vvd-color-warning-300: #A64C03;
8322
+ --vvd-color-warning-400: #be5702;
8323
+ --vvd-color-warning-500: #e07902;
8324
+ --vvd-color-warning-600: #fa9f00;
8325
+ --vvd-color-warning-700: #FACC4B;
8326
+ --vvd-color-warning-800: #FDEAA0;
8327
+ --vvd-color-warning-900: #FDF5D4;
8328
+ --vvd-color-information-50: #071939;
8329
+ --vvd-color-information-100: #0e306d;
8330
+ --vvd-color-information-200: #094a9e;
8331
+ --vvd-color-information-300: #0e65c2;
8332
+ --vvd-color-information-400: #0276d5;
8333
+ --vvd-color-information-500: #2997f0;
8334
+ --vvd-color-information-600: #65baff;
8335
+ --vvd-color-information-700: #9dd2fe;
8336
+ --vvd-color-information-800: #d3e9fc;
8337
+ --vvd-color-information-900: #e8f4fb;
8338
+ --vvd-color-announcement-50: #32082c;
8339
+ --vvd-color-announcement-100: #620256;
8340
+ --vvd-color-announcement-200: #8f1669;
8341
+ --vvd-color-announcement-300: #bb1e89;
8342
+ --vvd-color-announcement-400: #d6219c;
8343
+ --vvd-color-announcement-500: #e560bb;
8344
+ --vvd-color-announcement-600: #fb8fd8;
8345
+ --vvd-color-announcement-700: #f8b9e7;
8346
+ --vvd-color-announcement-800: #ffdcf7;
8347
+ --vvd-color-announcement-900: #ffedfb;
8348
+ --vvd-color-alert-50: #3e0004;
8349
+ --vvd-color-alert-100: #6e0000;
8350
+ --vvd-color-alert-200: #9f0202;
8351
+ --vvd-color-alert-300: #cd0d0d;
8352
+ --vvd-color-alert-400: #e61d1d;
8353
+ --vvd-color-alert-500: #f75959;
8354
+ --vvd-color-alert-600: #fe9696;
8355
+ --vvd-color-alert-700: #ffbbbb;
8356
+ --vvd-color-alert-800: #fedfdf;
8357
+ --vvd-color-alert-900: #ffeef2;
8358
+ --vvd-color-success-50: #0a1e11;
8359
+ --vvd-color-success-100: #183a1e;
8360
+ --vvd-color-success-200: #155923;
8361
+ --vvd-color-success-300: #167629;
8362
+ --vvd-color-success-400: #1c8731;
8363
+ --vvd-color-success-500: #30a849;
8364
+ --vvd-color-success-600: #53ca6a;
8365
+ --vvd-color-success-700: #86e090;
8366
+ --vvd-color-success-800: #cfeed4;
8367
+ --vvd-color-success-900: #e1f8e5;
8368
+ --vvd-color-surface-0dp: #0d0d0d;
8369
+ --vvd-color-surface-2dp: linear-gradient(#ffffff0f, #ffffff0f), #0d0d0d;
8370
+ --vvd-color-surface-4dp: linear-gradient(#ffffff14, #ffffff14), #0d0d0d;
8371
+ --vvd-color-surface-8dp: linear-gradient(#ffffff1a, #ffffff1a), #0d0d0d;
8372
+ --vvd-color-surface-12dp: linear-gradient(#ffffff1f, #ffffff1f), #0d0d0d;
8373
+ --vvd-color-surface-16dp: linear-gradient(#ffffff24, #ffffff24), #0d0d0d;
8374
+ --vvd-color-surface-24dp: linear-gradient(#ffffff29, #ffffff29), #0d0d0d;
8375
+ --vvd-shadow-surface-0dp: drop-shadow(1px 0px 0px #cccccc) drop-shadow(0px 1px 0px #cccccc) drop-shadow(0px -1px 0px #cccccc) drop-shadow(-1px 0px 0px #cccccc);
8376
+ --vvd-shadow-surface-2dp: drop-shadow(0px 1px 4px #00000040) drop-shadow(0px 1px 2px #00000040) drop-shadow(0px 2px 1px #00000040);
8377
+ --vvd-shadow-surface-4dp: drop-shadow(0px 2px 8px #00000040) drop-shadow(0px 2px 4px #00000040) drop-shadow(0px 4px 4px #00000040);
8378
+ --vvd-shadow-surface-8dp: drop-shadow(0px 2px 16px #00000040) drop-shadow(0px 8px 8px #00000040) drop-shadow(0px 4px 4px #00000040);
8379
+ --vvd-shadow-surface-12dp: drop-shadow(0px 4px 24px #00000040) drop-shadow(0px 12px 16px #00000040) drop-shadow(0px 6px 8px #00000040);
8380
+ --vvd-shadow-surface-16dp: drop-shadow(0px 6px 32px #00000040) drop-shadow(0px 16px 24px #00000040) drop-shadow(0px 8px 12px #00000040);
8381
+ --vvd-shadow-surface-24dp: drop-shadow(0px 12px 48px #00000040) drop-shadow(0px 24px 32px #00000040) drop-shadow(0px 12px 16px #00000040);
8382
+ --vvd-typography-headline: 500 calc(var(--vvd-size-font-scale-base, 16px) * 4.125)/1.3333333333333333 Montserrat;
8383
+ --vvd-typography-subtitle: 500 calc(var(--vvd-size-font-scale-base, 16px) * 3.25)/1.3076923076923077 Montserrat;
8384
+ --vvd-typography-heading-1: 500 calc(var(--vvd-size-font-scale-base, 16px) * 2.5)/1.3 Montserrat;
8385
+ --vvd-typography-heading-2: 500 calc(var(--vvd-size-font-scale-base, 16px) * 2)/1.375 Montserrat;
8386
+ --vvd-typography-heading-3: 500 calc(var(--vvd-size-font-scale-base, 16px) * 1.625)/1.3846153846153846 Montserrat;
8387
+ --vvd-typography-heading-4: 500 calc(var(--vvd-size-font-scale-base, 16px) * 1.25)/1.4 Montserrat;
8388
+ --vvd-typography-base: 400 calc(var(--vvd-size-font-scale-base, 16px) * 0.875)/1.4285714285714286 Montserrat;
8389
+ --vvd-typography-base-bold: 600 calc(var(--vvd-size-font-scale-base, 16px) * 0.875)/1.4285714285714286 Montserrat;
8390
+ --vvd-typography-base-code: 400 calc(var(--vvd-size-font-scale-base, 16px) * 0.875)/1.4285714285714286 Roboto Mono;
8391
+ --vvd-typography-base-condensed: 400 calc(var(--vvd-size-font-scale-base, 16px) * 0.75)/1.3333333333333333 Montserrat;
8392
+ --vvd-typography-base-condensed-bold: 600 calc(var(--vvd-size-font-scale-base, 16px) * 0.75)/1.3333333333333333 Montserrat;
8393
+ --vvd-typography-base-extended: 400 calc(var(--vvd-size-font-scale-base, 16px))/1.5 Montserrat;
8394
+ --vvd-typography-base-extended-bold: 600 calc(var(--vvd-size-font-scale-base, 16px))/1.5 Montserrat;
8395
+ }
8396
+
8397
+ .vvd-theme-alternate, ::part(vvd-theme-alternate) {
8398
+ --vvd-color-scheme: light;
8399
+ --vvd-color-canvas: #ffffff;
8400
+ --vvd-color-canvas-text: #0d0d0d;
8401
+ --vvd-color-neutral-50: #F2F2F2;
8402
+ --vvd-color-neutral-100: #E6E6E6;
8403
+ --vvd-color-neutral-200: #cccccc;
8404
+ --vvd-color-neutral-300: #b3b3b3;
8405
+ --vvd-color-neutral-400: #929292;
8406
+ --vvd-color-neutral-500: #757575;
8407
+ --vvd-color-neutral-600: #666666;
8408
+ --vvd-color-neutral-700: #4d4d4d;
8409
+ --vvd-color-neutral-800: #333333;
8410
+ --vvd-color-neutral-900: #1a1a1a;
8411
+ --vvd-color-neutral-950: #0d0d0d;
8412
+ --vvd-color-cta-50: #f5f0fd;
8413
+ --vvd-color-cta-100: #ece2fa;
8414
+ --vvd-color-cta-200: #dcc1fc;
8415
+ --vvd-color-cta-300: #cba1fa;
8416
+ --vvd-color-cta-400: #b27bf2;
8417
+ --vvd-color-cta-500: #9941ff;
8418
+ --vvd-color-cta-600: #871eff;
8419
+ --vvd-color-cta-700: #6405d1;
8420
+ --vvd-color-cta-800: #440291;
8421
+ --vvd-color-cta-900: #26044d;
8422
+ --vvd-color-cta-950: #140623;
8423
+ --vvd-color-warning-50: #FDF5D4;
8424
+ --vvd-color-warning-100: #FDEAA0;
8425
+ --vvd-color-warning-200: #FACC4B;
8426
+ --vvd-color-warning-300: #fa9f00;
8427
+ --vvd-color-warning-400: #e07902;
8428
+ --vvd-color-warning-500: #be5702;
8429
+ --vvd-color-warning-600: #A64C03;
8430
+ --vvd-color-warning-700: #893000;
8431
+ --vvd-color-warning-800: #522801;
8432
+ --vvd-color-warning-900: #2A1502;
8433
+ --vvd-color-warning-950: #150B01;
8434
+ --vvd-color-information-50: #e8f4fb;
8435
+ --vvd-color-information-100: #d3e9fc;
8436
+ --vvd-color-information-200: #9dd2fe;
8437
+ --vvd-color-information-300: #65baff;
8438
+ --vvd-color-information-400: #2997f0;
8439
+ --vvd-color-information-500: #0276d5;
8440
+ --vvd-color-information-600: #0e65c2;
8441
+ --vvd-color-information-700: #094a9e;
8442
+ --vvd-color-information-800: #0e306d;
8443
+ --vvd-color-information-900: #071939;
8444
+ --vvd-color-information-950: #040d1d;
8445
+ --vvd-color-announcement-50: #ffedfb;
8446
+ --vvd-color-announcement-100: #ffdcf7;
8447
+ --vvd-color-announcement-200: #f8b9e7;
8448
+ --vvd-color-announcement-300: #fb8fd8;
8449
+ --vvd-color-announcement-400: #e560bb;
8450
+ --vvd-color-announcement-500: #d6219c;
8451
+ --vvd-color-announcement-600: #bb1e89;
8452
+ --vvd-color-announcement-700: #8f1669;
8453
+ --vvd-color-announcement-800: #620256;
8454
+ --vvd-color-announcement-900: #32082c;
8455
+ --vvd-color-announcement-950: #1d031a;
8456
+ --vvd-color-success-50: #e1f8e5;
8457
+ --vvd-color-success-100: #cfeed4;
8458
+ --vvd-color-success-200: #86e090;
8459
+ --vvd-color-success-300: #53ca6a;
8460
+ --vvd-color-success-400: #30a849;
8461
+ --vvd-color-success-500: #1c8731;
8462
+ --vvd-color-success-600: #167629;
8463
+ --vvd-color-success-700: #155923;
8464
+ --vvd-color-success-800: #183a1e;
8465
+ --vvd-color-success-900: #0a1e11;
8466
+ --vvd-color-success-950: #060f09;
8467
+ --vvd-color-alert-50: #ffeef2;
8468
+ --vvd-color-alert-100: #fedfdf;
8469
+ --vvd-color-alert-200: #ffbbbb;
8470
+ --vvd-color-alert-300: #fe9696;
8471
+ --vvd-color-alert-400: #f75959;
8472
+ --vvd-color-alert-500: #e61d1d;
8473
+ --vvd-color-alert-600: #cd0d0d;
8474
+ --vvd-color-alert-700: #9f0202;
8475
+ --vvd-color-alert-800: #6e0000;
8476
+ --vvd-color-alert-900: #3e0004;
8477
+ --vvd-color-alert-950: #250004;
8478
+ --vvd-color-surface-0dp: #ffffff;
8479
+ --vvd-color-surface-2dp: #ffffff;
8480
+ --vvd-color-surface-4dp: #ffffff;
8481
+ --vvd-color-surface-8dp: #ffffff;
8482
+ --vvd-color-surface-12dp: #ffffff;
8483
+ --vvd-color-surface-16dp: #ffffff;
8484
+ --vvd-color-surface-24dp: #ffffff;
8485
+ --vvd-shadow-surface-0dp: drop-shadow(1px 0px 0px #cccccc) drop-shadow(0px 1px 0px #cccccc) drop-shadow(0px -1px 0px #cccccc) drop-shadow(-1px 0px 0px #cccccc);
8486
+ --vvd-shadow-surface-2dp: drop-shadow(0px 1px 4px #0000001a) drop-shadow(0px 1px 2px #0000000d) drop-shadow(0px 2px 1px #0000000d);
8487
+ --vvd-shadow-surface-4dp: drop-shadow(0px 2px 8px #0000001a) drop-shadow(0px 2px 4px #0000000d) drop-shadow(0px 4px 2px #0000000d);
8488
+ --vvd-shadow-surface-8dp: drop-shadow(0px 2px 16px #0000001a) drop-shadow(0px 8px 8px #0000000d) drop-shadow(0px 4px 4px #0000000d);
8489
+ --vvd-shadow-surface-12dp: drop-shadow(0px 4px 24px #0000001a) drop-shadow(0px 12px 16px #0000000d) drop-shadow(0px 6px 8px #0000000d);
8490
+ --vvd-shadow-surface-16dp: drop-shadow(0px 6px 32px #0000001a) drop-shadow(0px 16px 24px #0000000d) drop-shadow(0px 8px 12px #0000000d);
8491
+ --vvd-shadow-surface-24dp: drop-shadow(0px 12px 48px #00000033) drop-shadow(0px 24px 32px #0000000d) drop-shadow(0px 12px 16px #0000000d);
8492
+ }
8493
+
8494
+ /*# sourceMappingURL=theme-dark.css.map */
8495
+ `, Ce = `@font-face {
8496
+ font-family: SpeziaCompleteVariableUpright;
8497
+ font-stretch: 50% 200%;
8498
+ font-weight: 1 1000;
8499
+ font-display: block;
8500
+ src: url("https://fonts.resources.vonage.com/fonts/v2/SpeziaCompleteVariableUprightWeb.woff2") format("woff2");
8501
+ }
8502
+ @font-face {
8503
+ font-family: SpeziaMonoCompleteVariable;
8504
+ font-stretch: 50% 200%;
8505
+ font-weight: 1 1000;
8506
+ font-display: block;
8507
+ src: url("https://fonts.resources.vonage.com/fonts/v2/SpeziaMonoCompleteVariableWeb.woff2") format("woff2");
8508
+ }
8509
+ .vvd-root {
8510
+ --vvd-typography-headline: 500 condensed calc(var(--vvd-size-font-scale-base, 16px) * 4.125)/1.3333333333333333 SpeziaCompleteVariableUpright;
8511
+ --vvd-typography-subtitle: 500 condensed calc(var(--vvd-size-font-scale-base, 16px) * 3.25)/1.3076923076923077 SpeziaCompleteVariableUpright;
8512
+ --vvd-typography-heading-1: 500 condensed calc(var(--vvd-size-font-scale-base, 16px) * 2.5)/1.3 SpeziaCompleteVariableUpright;
8513
+ --vvd-typography-heading-2: 500 condensed calc(var(--vvd-size-font-scale-base, 16px) * 2)/1.375 SpeziaCompleteVariableUpright;
8514
+ --vvd-typography-heading-3: 500 condensed calc(var(--vvd-size-font-scale-base, 16px) * 1.625)/1.3846153846153846 SpeziaCompleteVariableUpright;
8515
+ --vvd-typography-heading-4: 500 condensed calc(var(--vvd-size-font-scale-base, 16px) * 1.25)/1.4 SpeziaCompleteVariableUpright;
8516
+ --vvd-typography-base: 400 ultra-condensed calc(var(--vvd-size-font-scale-base, 16px) * 0.875)/1.4285714285714286 SpeziaCompleteVariableUpright;
8517
+ --vvd-typography-base-bold: 600 ultra-condensed calc(var(--vvd-size-font-scale-base, 16px) * 0.875)/1.4285714285714286 SpeziaCompleteVariableUpright;
8518
+ --vvd-typography-base-code: 400 ultra-condensed calc(var(--vvd-size-font-scale-base, 16px) * 0.875)/1.4285714285714286 SpeziaMonoCompleteVariable;
8519
+ --vvd-typography-base-condensed: 400 ultra-condensed calc(var(--vvd-size-font-scale-base, 16px) * 0.75)/1.3333333333333333 SpeziaCompleteVariableUpright;
8520
+ --vvd-typography-base-condensed-bold: 600 ultra-condensed calc(var(--vvd-size-font-scale-base, 16px) * 0.75)/1.3333333333333333 SpeziaCompleteVariableUpright;
8521
+ --vvd-typography-base-extended: 400 ultra-condensed calc(var(--vvd-size-font-scale-base, 16px))/1.5 SpeziaCompleteVariableUpright;
8522
+ --vvd-typography-base-extended-bold: 600 ultra-condensed calc(var(--vvd-size-font-scale-base, 16px))/1.5 SpeziaCompleteVariableUpright;
8523
+ }
8524
+
8525
+ /*# sourceMappingURL=spezia-variable.css.map */
8526
+ `, Le = `/**
8527
+ * Do not edit directly
8528
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
8529
+ */
8530
+ .vvd-root, ::part(vvd-root),
8531
+ .vvd-theme-alternate, ::part(vvd-theme-alternate) {
8532
+ --_vvd3--vvd-color-neutral-50: var(--vvd-color-neutral-50);
8533
+ }
8534
+
8535
+ .vvd-component:not(.vvd-theme-alternate) {
8536
+ --vvd-color-neutral-50: var(--_vvd3--vvd-color-neutral-50);
8537
+ }
8538
+
8539
+ /*# sourceMappingURL=vivid-2-compat.css.map */
8540
+ `, Ve = `/**
8541
+ * Do not edit directly
8542
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
8543
+ */
8544
+ .vvd-root {
8545
+ color-scheme: var(--vvd-color-scheme);
8546
+ background-color: var(--vvd-color-canvas);
8547
+ color: var(--vvd-color-canvas-text);
8548
+ }
8549
+
8550
+ /*# sourceMappingURL=theme.css.map */
8551
+ `, Be = `/**
8552
+ * Do not edit directly
8553
+ * Generated on Thu, 30 Nov 2023 11:42:28 GMT
8554
+ */
8555
+ .vvd-root:root {
8556
+ --vvd-size-font-scale-base: 1rem;
8557
+ font-size: unset;
8558
+ }
8559
+ .vvd-root:root > body {
8560
+ font: var(--vvd-typography-base);
8561
+ font-feature-settings: "kern"; /* turns on kerning */
8562
+ text-rendering: optimizeLegibility; /* emphasise on legibility when rendering, turns on ligatures and kerning */
8563
+ -webkit-font-smoothing: antialiased; /* apply font anti-aliasing for Webkit on OSX */
8564
+ -moz-osx-font-smoothing: grayscale; /* apply font anti-aliasing for Firefox on OSX */
8565
+ }
8566
+ .vvd-root:not(:root) {
8567
+ font: var(--vvd-typography-base);
8568
+ font-feature-settings: "kern"; /* turns on kerning */
8569
+ text-rendering: optimizeLegibility; /* emphasise on legibility when rendering, turns on ligatures and kerning */
8570
+ -webkit-font-smoothing: antialiased; /* apply font anti-aliasing for Webkit on OSX */
8571
+ -moz-osx-font-smoothing: grayscale; /* apply font anti-aliasing for Firefox on OSX */
8572
+ }
8573
+ .vvd-root p,
8574
+ .vvd-root .font-base {
8575
+ font: var(--vvd-typography-base);
8576
+ margin-block: 16px;
8577
+ }
8578
+ .vvd-root p.tight,
8579
+ .vvd-root .font-base.tight {
8580
+ margin-block: 0;
8581
+ }
8582
+ .vvd-root .font-base-bold {
8583
+ font: var(--vvd-typography-base-bold);
8584
+ }
8585
+ .vvd-root .font-base-condensed {
8586
+ font: var(--vvd-typography-base-condensed);
8587
+ }
8588
+ .vvd-root .font-base-condensed-bold {
8589
+ font: var(--vvd-typography-base-condensed-bold);
8590
+ }
8591
+ .vvd-root .font-base-extended {
8592
+ font: var(--vvd-typography-base-extended);
8593
+ }
8594
+ .vvd-root .font-base-extended-bold {
8595
+ font: var(--vvd-typography-base-extended-bold);
8596
+ }
8597
+ .vvd-root .font-base-code {
8598
+ font: var(--vvd-typography-base-code);
8599
+ }
8600
+ .vvd-root b, .vvd-root strong {
8601
+ font-weight: 600;
8602
+ }
8603
+ .vvd-root pre, .vvd-root var, .vvd-root code, .vvd-root kbd, .vvd-root samp {
8604
+ font: var(--vvd-typography-base-code);
8605
+ }
8606
+ .vvd-root .headline {
8607
+ font: var(--vvd-typography-headline);
8608
+ margin-block: 40px;
8609
+ }
8610
+ .vvd-root .subtitle {
8611
+ font: var(--vvd-typography-subtitle);
8612
+ margin-block: 40px;
8613
+ }
8614
+ .vvd-root h1,
8615
+ .vvd-root .heading1 {
8616
+ font: var(--vvd-typography-heading-1);
8617
+ margin-block: 32px;
8618
+ }
8619
+ .vvd-root h2,
8620
+ .vvd-root .heading2 {
8621
+ font: var(--vvd-typography-heading-2);
8622
+ margin-block: 32px;
8623
+ }
8624
+ .vvd-root h3,
8625
+ .vvd-root .heading3 {
8626
+ font: var(--vvd-typography-heading-3);
8627
+ margin-block: 24px;
8628
+ }
8629
+ .vvd-root h4,
8630
+ .vvd-root .heading4 {
8631
+ font: var(--vvd-typography-heading-4);
8632
+ margin-block: 24px;
8633
+ }
8634
+ .vvd-root .headline b, .vvd-root .headline strong,
8635
+ .vvd-root .subtitle b,
8636
+ .vvd-root .subtitle strong,
8637
+ .vvd-root h1 b,
8638
+ .vvd-root h1 strong,
8639
+ .vvd-root .heading1 b,
8640
+ .vvd-root .heading1 strong,
8641
+ .vvd-root h2 b,
8642
+ .vvd-root h2 strong,
8643
+ .vvd-root .heading2 b,
8644
+ .vvd-root .heading2 strong,
8645
+ .vvd-root h3 b,
8646
+ .vvd-root h3 strong,
8647
+ .vvd-root .heading3 b,
8648
+ .vvd-root .heading3 strong,
8649
+ .vvd-root h4 b,
8650
+ .vvd-root h4 strong,
8651
+ .vvd-root .heading4 b,
8652
+ .vvd-root .heading4 strong {
8653
+ font-weight: 500;
8654
+ }
8655
+ .vvd-root .headline.tight,
8656
+ .vvd-root .subtitle.tight,
8657
+ .vvd-root h1.tight,
8658
+ .vvd-root .heading1.tight,
8659
+ .vvd-root h2.tight,
8660
+ .vvd-root .heading2.tight,
8661
+ .vvd-root h3.tight,
8662
+ .vvd-root .heading3.tight,
8663
+ .vvd-root h4.tight,
8664
+ .vvd-root .heading4.tight {
8665
+ margin-block: 0;
8666
+ }
8667
+ .vvd-root small,
8668
+ .vvd-root figcaption {
8669
+ font: var(--vvd-typography-base-condensed);
8670
+ }
8671
+ .vvd-root sub,
8672
+ .vvd-root sup {
8673
+ font: var(--vvd-typography-base-condensed);
8674
+ font-size: 75%;
8675
+ line-height: 0;
8676
+ position: relative;
8677
+ vertical-align: baseline;
8678
+ }
8679
+ .vvd-root sub {
8680
+ bottom: -0.25em;
8681
+ }
8682
+ .vvd-root sup {
8683
+ top: -0.5em;
8684
+ }
8685
+
8686
+ /*# sourceMappingURL=typography.css.map */
8687
+ `, Te = {
8688
+ name: "core/theme",
8689
+ css: Ve
8690
+ }, Ne = {
8691
+ name: "core/typography",
8692
+ css: Be
8693
+ }, ze = {
8694
+ name: "tokens/vivid-2-compat",
8695
+ css: Le
8696
+ }, Ai = {
8697
+ theme: Te,
8698
+ typography: Ne,
8699
+ vivid2Compat: ze
8700
+ }, g = "vvd-root", v = (e, o, a = !1) => {
8701
+ const i = document.createElement("link");
8702
+ i.setAttribute("rel", e), i.setAttribute("href", o), a && i.setAttribute("crossorigin", ""), document.head.append(i);
8703
+ }, c = (e) => {
8704
+ const o = document.createElement("style");
8705
+ o.setAttribute("type", "text/css"), o.innerHTML = e, document.head.append(o);
8706
+ }, qi = {
8707
+ install(e, o) {
8708
+ const a = o.addRootClassTo ?? "root";
8709
+ switch (a) {
8710
+ case "root":
8711
+ document.documentElement.classList.add(g);
8712
+ break;
8713
+ case "app": {
8714
+ const h = setInterval(() => {
8715
+ e._container && (e._container.classList.add(g), clearInterval(h));
8716
+ }, 30);
8717
+ break;
8718
+ }
8719
+ case "none":
8720
+ break;
8721
+ default:
8722
+ throw new Error(`Invalid addRootClassTo option: ${a}`);
8723
+ }
8724
+ const i = o.tokens ?? "light";
8725
+ switch (i) {
8726
+ case "light":
8727
+ c(xe);
8728
+ break;
8729
+ case "dark":
8730
+ c(we);
8731
+ break;
8732
+ case "none":
8733
+ break;
8734
+ default:
8735
+ throw new Error(`Invalid theme option: ${i}`);
8736
+ }
8737
+ const t = o.styles ?? [];
8738
+ for (const h of t)
8739
+ c(h.css);
8740
+ const s = o.font ?? "oss";
8741
+ switch (s) {
8742
+ case "oss":
8743
+ v("preconnect", "https://fonts.googleapis.com"), v("preconnect", "https://fonts.gstatic.com", !0), v(
8744
+ "stylesheet",
8745
+ "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&family=Roboto+Mono:wght@400;500&display=swap"
8746
+ );
8747
+ break;
8748
+ case "spezia":
8749
+ c(Ce);
8750
+ break;
8751
+ case "none":
8752
+ break;
8753
+ default:
8754
+ throw new Error(`Invalid font option: ${s}`);
8755
+ }
8756
+ o.customComponentPrefix && be(o.customComponentPrefix);
8757
+ }
8758
+ };
8033
8759
  export {
8034
- ye as Icon,
8035
- Se as VAccordion,
8036
- Ce as VAccordionItem,
8037
- we as VActionGroup,
8038
- Le as VAlert,
8039
- xe as VAvatar,
8040
- Ve as VBadge,
8041
- Be as VBanner,
8042
- Ne as VBreadcrumb,
8043
- Te as VBreadcrumbItem,
8044
- ze as VButton,
8045
- Ke as VCalendar,
8046
- Me as VCalendarEvent,
8047
- De as VCard,
8048
- Fe as VCheckbox,
8049
- qe as VCombobox,
8050
- Ae as VDataGrid,
8051
- Oe as VDataGridCell,
8052
- Pe as VDataGridRow,
8053
- Re as VDatePicker,
8054
- Ue as VDateRangePicker,
8055
- je as VDialog,
8056
- Ge as VDivider,
8057
- He as VEmptyState,
8058
- Ee as VFab,
8059
- We as VHeader,
8060
- _e as VIcon,
8061
- Je as VLayout,
8062
- Ze as VMenu,
8063
- Xe as VMenuItem,
8064
- Qe as VNav,
8065
- Ye as VNavDisclosure,
8066
- Ie as VNavItem,
8067
- ei as VNote,
8068
- ii as VNumberField,
8069
- ti as VOption,
8070
- oi as VPagination,
8071
- li as VProgress,
8072
- ai as VProgressRing,
8073
- si as VRadio,
8074
- ni as VRadioGroup,
8075
- di as VSelect,
8076
- ri as VSelectableBox,
8077
- hi as VSideDrawer,
8078
- ui as VSlider,
8079
- pi as VSwitch,
8080
- mi as VTab,
8081
- vi as VTabPanel,
8082
- ci as VTabs,
8083
- Si as VTag,
8084
- Ci as VTagGroup,
8085
- fi as VTextArea,
8086
- gi as VTextField,
8087
- yi as VToggletip,
8088
- bi as VTooltip,
8089
- ki as VTreeItem,
8090
- $i as VTreeView,
8091
- $e as setCustomComponentPrefix
8760
+ $e as Icon,
8761
+ De as VAccordion,
8762
+ Ke as VAccordionItem,
8763
+ Ae as VActionGroup,
8764
+ qe as VAlert,
8765
+ Pe as VAvatar,
8766
+ Oe as VBadge,
8767
+ Ue as VBanner,
8768
+ Re as VBreadcrumb,
8769
+ Ge as VBreadcrumbItem,
8770
+ Ee as VButton,
8771
+ je as VCalendar,
8772
+ He as VCalendarEvent,
8773
+ We as VCard,
8774
+ _e as VCheckbox,
8775
+ Xe as VCombobox,
8776
+ Je as VDataGrid,
8777
+ Qe as VDataGridCell,
8778
+ Ze as VDataGridRow,
8779
+ Ye as VDatePicker,
8780
+ Ie as VDateRangePicker,
8781
+ ei as VDialog,
8782
+ ii as VDivider,
8783
+ ti as VEmptyState,
8784
+ oi as VFab,
8785
+ ai as VHeader,
8786
+ ni as VIcon,
8787
+ li as VLayout,
8788
+ si as VMenu,
8789
+ ri as VMenuItem,
8790
+ di as VNav,
8791
+ hi as VNavDisclosure,
8792
+ ui as VNavItem,
8793
+ pi as VNote,
8794
+ ci as VNumberField,
8795
+ vi as VOption,
8796
+ mi as VPagination,
8797
+ fi as VProgress,
8798
+ gi as VProgressRing,
8799
+ yi as VRadio,
8800
+ bi as VRadioGroup,
8801
+ Si as VSelect,
8802
+ ki as VSelectableBox,
8803
+ $i as VSideDrawer,
8804
+ xi as VSlider,
8805
+ wi as VSwitch,
8806
+ Ci as VTab,
8807
+ Vi as VTabPanel,
8808
+ Li as VTabs,
8809
+ Di as VTag,
8810
+ Ki as VTagGroup,
8811
+ Bi as VTextArea,
8812
+ Ti as VTextField,
8813
+ Ni as VToggletip,
8814
+ zi as VTooltip,
8815
+ Mi as VTreeItem,
8816
+ Fi as VTreeView,
8817
+ Ai as optionalStyles,
8818
+ be as setCustomComponentPrefix,
8819
+ qi as vivid3
8092
8820
  };