@vonage/vivid-vue 3.44.0 → 3.46.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 (79) hide show
  1. package/generated/components/VAccordion.vue2.d.ts +3 -1
  2. package/generated/components/VAccordion.vue3.d.ts +3 -1
  3. package/generated/components/VAccordionItem.vue2.d.ts +3 -3
  4. package/generated/components/VAccordionItem.vue3.d.ts +3 -3
  5. package/generated/components/VAlert.vue2.d.ts +21 -4
  6. package/generated/components/VAlert.vue3.d.ts +21 -4
  7. package/generated/components/VAvatar.vue2.d.ts +3 -3
  8. package/generated/components/VAvatar.vue3.d.ts +3 -3
  9. package/generated/components/VBadge.vue2.d.ts +3 -3
  10. package/generated/components/VBadge.vue3.d.ts +3 -3
  11. package/generated/components/VBanner.vue2.d.ts +6 -4
  12. package/generated/components/VBanner.vue3.d.ts +6 -4
  13. package/generated/components/VButton.vue2.d.ts +9 -4
  14. package/generated/components/VButton.vue3.d.ts +9 -4
  15. package/generated/components/VCalendar.vue2.d.ts +3 -1
  16. package/generated/components/VCalendar.vue3.d.ts +3 -1
  17. package/generated/components/VCard.vue2.d.ts +3 -3
  18. package/generated/components/VCard.vue3.d.ts +3 -3
  19. package/generated/components/VCombobox.vue2.d.ts +25 -4
  20. package/generated/components/VCombobox.vue3.d.ts +25 -4
  21. package/generated/components/VDataGrid.vue2.d.ts +3 -1
  22. package/generated/components/VDataGrid.vue3.d.ts +4 -1
  23. package/generated/components/VDataGridCell.vue2.d.ts +6 -1
  24. package/generated/components/VDataGridCell.vue3.d.ts +7 -1
  25. package/generated/components/VDataGridRow.vue2.d.ts +5 -1
  26. package/generated/components/VDataGridRow.vue3.d.ts +6 -1
  27. package/generated/components/VDialog.vue2.d.ts +8 -4
  28. package/generated/components/VDialog.vue3.d.ts +8 -4
  29. package/generated/components/VEmptyState.vue2.d.ts +3 -3
  30. package/generated/components/VEmptyState.vue3.d.ts +3 -3
  31. package/generated/components/VFab.vue2.d.ts +9 -4
  32. package/generated/components/VFab.vue3.d.ts +9 -4
  33. package/generated/components/VIcon.vue2.d.ts +6 -4
  34. package/generated/components/VIcon.vue3.d.ts +6 -4
  35. package/generated/components/VMenu.vue2.d.ts +26 -15
  36. package/generated/components/VMenu.vue3.d.ts +26 -15
  37. package/generated/components/VMenuItem.vue2.d.ts +3 -3
  38. package/generated/components/VMenuItem.vue3.d.ts +3 -3
  39. package/generated/components/VNavDisclosure.vue2.d.ts +3 -3
  40. package/generated/components/VNavDisclosure.vue3.d.ts +3 -3
  41. package/generated/components/VNavItem.vue2.d.ts +6 -4
  42. package/generated/components/VNavItem.vue3.d.ts +6 -4
  43. package/generated/components/VNote.vue2.d.ts +3 -3
  44. package/generated/components/VNote.vue3.d.ts +3 -3
  45. package/generated/components/VNumberField.vue2.d.ts +16 -4
  46. package/generated/components/VNumberField.vue3.d.ts +16 -4
  47. package/generated/components/VOption.vue2.d.ts +10 -4
  48. package/generated/components/VOption.vue3.d.ts +10 -4
  49. package/generated/components/VPagination.vue2.d.ts +5 -1
  50. package/generated/components/VPagination.vue3.d.ts +5 -1
  51. package/generated/components/VSelect.vue2.d.ts +22 -4
  52. package/generated/components/VSelect.vue3.d.ts +22 -4
  53. package/generated/components/VSlider.vue2.d.ts +14 -1
  54. package/generated/components/VSlider.vue3.d.ts +14 -1
  55. package/generated/components/VSplitButton.d.ts +10 -0
  56. package/generated/components/VSplitButton.vue2.d.ts +187 -0
  57. package/generated/components/VSplitButton.vue3.d.ts +196 -0
  58. package/generated/components/VTab.vue2.d.ts +3 -3
  59. package/generated/components/VTab.vue3.d.ts +3 -3
  60. package/generated/components/VTabs.vue2.d.ts +27 -1
  61. package/generated/components/VTabs.vue3.d.ts +27 -1
  62. package/generated/components/VTag.vue2.d.ts +8 -4
  63. package/generated/components/VTag.vue3.d.ts +8 -4
  64. package/generated/components/VTextArea.vue2.d.ts +354 -3
  65. package/generated/components/VTextArea.vue3.d.ts +355 -3
  66. package/generated/components/VTextField.vue2.d.ts +15 -5
  67. package/generated/components/VTextField.vue3.d.ts +15 -5
  68. package/generated/components/VToggletip.vue2.d.ts +17 -15
  69. package/generated/components/VToggletip.vue3.d.ts +17 -15
  70. package/generated/components/VTooltip.vue2.d.ts +14 -8
  71. package/generated/components/VTooltip.vue3.d.ts +14 -8
  72. package/generated/components/VTreeItem.vue2.d.ts +3 -3
  73. package/generated/components/VTreeItem.vue3.d.ts +3 -3
  74. package/generated/components/index.d.ts +1 -0
  75. package/generated/icons.d.ts +1176 -1125
  76. package/index.es.js +1353 -926
  77. package/index.umd.js +13 -13
  78. package/package.json +2 -2
  79. package/web-types.json +402 -48
package/index.es.js CHANGED
@@ -1,17 +1,17 @@
1
- import { ref as d, version as y, onBeforeMount as b, defineComponent as h, h as n } from "vue";
2
- import { registerAccordion as k, registerAccordionItem as S, registerActionGroup as $, registerAlert as x, registerAvatar as w, registerBadge as C, registerBanner as L, registerBreadcrumb as V, registerBreadcrumbItem as B, registerButton as T, registerCalendar as N, registerCalendarEvent as z, registerCard as M, registerCheckbox as D, registerCombobox as F, registerDataGrid as f, registerDatePicker as K, registerDateRangePicker as A, registerDialog as q, registerDivider as P, registerEmptyState as O, registerFab as U, registerHeader as R, registerIcon as G, registerLayout as E, registerMenu as j, registerMenuItem as H, registerNav as W, registerNavDisclosure as _, registerNavItem as X, registerNote as J, registerNumberField as Z, registerOption as Q, registerPagination as Y, registerProgress as I, registerProgressRing as ee, registerRadio as ie, registerRadioGroup as te, registerSelectableBox as oe, registerSelect as ae, registerSideDrawer as ne, registerSlider as le, registerSwitch as se, registerTab as re, registerTabs as de, registerTabPanel as he, registerTextArea as ue, registerTextField as pe, registerToggletip as ce, registerTooltip as ve, registerTreeItem as me, registerTreeView as fe, registerTag as ge, registerTagGroup as ye } from "@vonage/vivid";
3
- const m = d("vvd3");
4
- function be(e) {
5
- m.value = e;
1
+ import { ref as s, version as y, onBeforeMount as b, defineComponent as r, 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 K, registerDataGrid as v, registerDatePicker as D, registerDateRangePicker as A, registerDialog as q, registerDivider as O, registerEmptyState as P, registerFab as U, registerHeader as R, registerIcon as E, registerLayout as G, registerMenu as H, registerMenuItem as j, registerNav as W, registerNavDisclosure as J, registerNavItem as _, registerNote as X, registerNumberField as Z, registerOption as Q, registerPagination as Y, registerProgress as I, registerProgressRing as ee, registerRadio as ie, registerRadioGroup as te, registerSelectableBox as oe, registerSelect as ne, registerSideDrawer as ae, registerSlider as le, registerSplitButton as se, registerSwitch as re, registerTab as de, registerTabs as he, registerTabPanel as ue, registerTextArea as ce, registerTextField as pe, registerToggletip as ve, registerTooltip as me, registerTreeItem as fe, registerTreeView as ge, registerTag as ye, registerTagGroup as be } from "@vonage/vivid";
3
+ const p = s("vvd3");
4
+ function ke(e) {
5
+ p.value = e;
6
6
  }
7
- const r = y.startsWith("2");
8
- function u(e, o) {
9
- const a = d(`${m.value}-${e}`);
7
+ const l = y.startsWith("2");
8
+ function d(e, t) {
9
+ const i = s(`${p.value}-${e}`);
10
10
  return b(() => {
11
- o(m.value);
12
- }), a;
11
+ t(p.value);
12
+ }), i;
13
13
  }
14
- const Fe = h({
14
+ const De = r({
15
15
  name: "VAccordion",
16
16
  props: {
17
17
  /**
@@ -67,17 +67,18 @@ const Fe = h({
67
67
  */
68
68
  "change"
69
69
  ],
70
- setup(e, o) {
71
- const a = u("accordion", k), i = d(null);
72
- return o.expose({
73
- closeAll() {
74
- var t;
75
- return (t = i.value) == null ? void 0 : t.closeAll();
76
- }
77
- }), { componentName: a, element: i };
70
+ methods: {
71
+ closeAll() {
72
+ var e;
73
+ return (e = this.element) == null ? void 0 : e.closeAll();
74
+ }
75
+ },
76
+ setup(e, t) {
77
+ const i = d("accordion", k), o = s(null);
78
+ return { componentName: i, element: o };
78
79
  },
79
80
  render() {
80
- return r ? n(
81
+ return l ? n(
81
82
  this.componentName,
82
83
  {
83
84
  ref: "element",
@@ -118,7 +119,7 @@ const Fe = h({
118
119
  ]
119
120
  );
120
121
  }
121
- }), Ke = h({
122
+ }), Ae = r({
122
123
  name: "VAccordionItem",
123
124
  props: {
124
125
  /**
@@ -204,15 +205,16 @@ const Fe = h({
204
205
  */
205
206
  "change"
206
207
  ],
207
- setup(e, o) {
208
- const a = u(
208
+ methods: {},
209
+ setup(e, t) {
210
+ const i = d(
209
211
  "accordion-item",
210
212
  S
211
- ), i = d(null);
212
- return o.expose({}), { componentName: a, element: i };
213
+ ), o = s(null);
214
+ return { componentName: i, element: o };
213
215
  },
214
216
  render() {
215
- return r ? n(
217
+ return l ? n(
216
218
  this.componentName,
217
219
  {
218
220
  ref: "element",
@@ -269,7 +271,7 @@ const Fe = h({
269
271
  ]
270
272
  );
271
273
  }
272
- }), Ae = h({
274
+ }), qe = r({
273
275
  name: "VActionGroup",
274
276
  props: {
275
277
  /**
@@ -329,15 +331,16 @@ const Fe = h({
329
331
  */
330
332
  "input"
331
333
  ],
332
- setup(e, o) {
333
- const a = u(
334
+ methods: {},
335
+ setup(e, t) {
336
+ const i = d(
334
337
  "action-group",
335
338
  $
336
- ), i = d(null);
337
- return o.expose({}), { componentName: a, element: i };
339
+ ), o = s(null);
340
+ return { componentName: i, element: o };
338
341
  },
339
342
  render() {
340
- return r ? n(
343
+ return l ? n(
341
344
  this.componentName,
342
345
  {
343
346
  ref: "element",
@@ -385,21 +388,21 @@ const Fe = h({
385
388
  );
386
389
  }
387
390
  });
388
- function ke(e, o) {
389
- return o.forEach((a) => {
390
- var i;
391
- a.data || (a.data = {}), a.data.attrs = { ...(i = a.data) == null ? void 0 : i.attrs, slot: e };
392
- }), o;
391
+ function Se(e, t) {
392
+ return t.forEach((i) => {
393
+ var o;
394
+ i.data || (i.data = {}), i.data.attrs = { ...(o = i.data) == null ? void 0 : o.attrs, slot: e };
395
+ }), t;
393
396
  }
394
- function Se(e, o) {
395
- return o.forEach((a) => {
396
- a.props || (a.props = {}), a.props = { ...a.props, slot: e };
397
- }), o;
397
+ function $e(e, t) {
398
+ return t.forEach((i) => {
399
+ i.props || (i.props = {}), i.props = { ...i.props, slot: e };
400
+ }), t;
398
401
  }
399
- function l(e, o) {
400
- return o ? r ? ke(e, o) : Se(e, o()) : null;
402
+ function a(e, t) {
403
+ return t ? l ? Se(e, t) : $e(e, t()) : null;
401
404
  }
402
- const qe = h({
405
+ const Oe = r({
403
406
  name: "VAlert",
404
407
  props: {
405
408
  /**
@@ -452,6 +455,13 @@ const qe = h({
452
455
  type: String,
453
456
  default: void 0
454
457
  },
458
+ /**
459
+ * alert state
460
+ */
461
+ strategy: {
462
+ type: String,
463
+ default: void 0
464
+ },
455
465
  /**
456
466
  * indicates whether the alert is open
457
467
  */
@@ -499,17 +509,18 @@ const qe = h({
499
509
  */
500
510
  "close"
501
511
  ],
502
- setup(e, o) {
503
- const a = u("alert", x), i = d(null);
504
- return o.expose({
505
- openChanged(t, s) {
506
- var p;
507
- return (p = i.value) == null ? void 0 : p.openChanged(t, s);
508
- }
509
- }), { componentName: a, element: i };
512
+ methods: {
513
+ openChanged(e, t) {
514
+ var i;
515
+ return (i = this.element) == null ? void 0 : i.openChanged(e, t);
516
+ }
517
+ },
518
+ setup(e, t) {
519
+ const i = d("alert", x), o = s(null);
520
+ return { componentName: i, element: o };
510
521
  },
511
522
  render() {
512
- return r ? n(
523
+ return l ? n(
513
524
  this.componentName,
514
525
  {
515
526
  ref: "element",
@@ -523,6 +534,7 @@ const qe = h({
523
534
  ...this.icon !== void 0 ? { icon: this.icon } : {},
524
535
  ...this.timeoutms !== void 0 ? { timeoutms: this.timeoutms } : {},
525
536
  ...this.connotation !== void 0 ? { connotation: this.connotation } : {},
537
+ ...this.strategy !== void 0 ? { strategy: this.strategy } : {},
526
538
  ...this.open !== void 0 ? { open: this.open } : {}
527
539
  },
528
540
  class: "vvd-component",
@@ -539,9 +551,9 @@ const qe = h({
539
551
  },
540
552
  [
541
553
  // @slot main The main content of the alert.
542
- l("main", this.$slots.main),
554
+ a("main", this.$slots.main),
543
555
  // @slot action-items Add action items to alert using this slot.
544
- l("action-items", this.$slots["action-items"])
556
+ a("action-items", this.$slots["action-items"])
545
557
  ]
546
558
  ) : n(
547
559
  this.componentName,
@@ -557,6 +569,7 @@ const qe = h({
557
569
  ...this.icon !== void 0 ? { icon: this.icon } : {},
558
570
  ...this.timeoutms !== void 0 ? { timeoutms: this.timeoutms } : {},
559
571
  ...this.connotation !== void 0 ? { connotation: this.connotation } : {},
572
+ ...this.strategy !== void 0 ? { strategy: this.strategy } : {},
560
573
  ...this.open !== void 0 ? { open: this.open } : {},
561
574
  onClick: (e) => this.$emit("click", e),
562
575
  onFocus: (e) => this.$emit("focus", e),
@@ -569,13 +582,13 @@ const qe = h({
569
582
  },
570
583
  [
571
584
  // @slot main The main content of the alert.
572
- l("main", this.$slots.main),
585
+ a("main", this.$slots.main),
573
586
  // @slot action-items Add action items to alert using this slot.
574
- l("action-items", this.$slots["action-items"])
587
+ a("action-items", this.$slots["action-items"])
575
588
  ]
576
589
  );
577
590
  }
578
- }), Pe = h({
591
+ }), Pe = r({
579
592
  name: "VAvatar",
580
593
  props: {
581
594
  /**
@@ -652,12 +665,13 @@ const qe = h({
652
665
  */
653
666
  "input"
654
667
  ],
655
- setup(e, o) {
656
- const a = u("avatar", w), i = d(null);
657
- return o.expose({}), { componentName: a, element: i };
668
+ methods: {},
669
+ setup(e, t) {
670
+ const i = d("avatar", w), o = s(null);
671
+ return { componentName: i, element: o };
658
672
  },
659
673
  render() {
660
- return r ? n(
674
+ return l ? n(
661
675
  this.componentName,
662
676
  {
663
677
  ref: "element",
@@ -682,7 +696,7 @@ const qe = h({
682
696
  },
683
697
  [
684
698
  // @slot graphic Assign nodes to the graphic slot to set a graphic media of any kind (e.g. image, illustration etc).
685
- l("graphic", this.$slots.graphic)
699
+ a("graphic", this.$slots.graphic)
686
700
  ]
687
701
  ) : n(
688
702
  this.componentName,
@@ -705,11 +719,11 @@ const qe = h({
705
719
  },
706
720
  [
707
721
  // @slot graphic Assign nodes to the graphic slot to set a graphic media of any kind (e.g. image, illustration etc).
708
- l("graphic", this.$slots.graphic)
722
+ a("graphic", this.$slots.graphic)
709
723
  ]
710
724
  );
711
725
  }
712
- }), Oe = h({
726
+ }), Ue = r({
713
727
  name: "VBadge",
714
728
  props: {
715
729
  /**
@@ -783,12 +797,13 @@ const qe = h({
783
797
  */
784
798
  "input"
785
799
  ],
786
- setup(e, o) {
787
- const a = u("badge", C), i = d(null);
788
- return o.expose({}), { componentName: a, element: i };
800
+ methods: {},
801
+ setup(e, t) {
802
+ const i = d("badge", C), o = s(null);
803
+ return { componentName: i, element: o };
789
804
  },
790
805
  render() {
791
- return r ? n(
806
+ return l ? n(
792
807
  this.componentName,
793
808
  {
794
809
  ref: "element",
@@ -834,7 +849,7 @@ const qe = h({
834
849
  []
835
850
  );
836
851
  }
837
- }), Ue = h({
852
+ }), Re = r({
838
853
  name: "VBanner",
839
854
  props: {
840
855
  /**
@@ -893,17 +908,18 @@ const qe = h({
893
908
  */
894
909
  "input"
895
910
  ],
896
- setup(e, o) {
897
- const a = u("banner", L), i = d(null);
898
- return o.expose({
899
- remove() {
900
- var t;
901
- return (t = i.value) == null ? void 0 : t.remove();
902
- }
903
- }), { componentName: a, element: i };
911
+ methods: {
912
+ remove() {
913
+ var e;
914
+ return (e = this.element) == null ? void 0 : e.remove();
915
+ }
916
+ },
917
+ setup(e, t) {
918
+ const i = d("banner", L), o = s(null);
919
+ return { componentName: i, element: o };
904
920
  },
905
921
  render() {
906
- return r ? n(
922
+ return l ? n(
907
923
  this.componentName,
908
924
  {
909
925
  ref: "element",
@@ -931,7 +947,7 @@ const qe = h({
931
947
  },
932
948
  [
933
949
  // @slot action-items Add action items to banner using this slot.
934
- l("action-items", this.$slots["action-items"])
950
+ a("action-items", this.$slots["action-items"])
935
951
  ]
936
952
  ) : n(
937
953
  this.componentName,
@@ -957,11 +973,11 @@ const qe = h({
957
973
  },
958
974
  [
959
975
  // @slot action-items Add action items to banner using this slot.
960
- l("action-items", this.$slots["action-items"])
976
+ a("action-items", this.$slots["action-items"])
961
977
  ]
962
978
  );
963
979
  }
964
- }), Re = h({
980
+ }), Ee = r({
965
981
  name: "VBreadcrumb",
966
982
  props: {
967
983
  /**
@@ -1004,12 +1020,13 @@ const qe = h({
1004
1020
  */
1005
1021
  "input"
1006
1022
  ],
1007
- setup(e, o) {
1008
- const a = u("breadcrumb", V), i = d(null);
1009
- return o.expose({}), { componentName: a, element: i };
1023
+ methods: {},
1024
+ setup(e, t) {
1025
+ const i = d("breadcrumb", V), o = s(null);
1026
+ return { componentName: i, element: o };
1010
1027
  },
1011
1028
  render() {
1012
- return r ? n(
1029
+ return l ? n(
1013
1030
  this.componentName,
1014
1031
  {
1015
1032
  ref: "element",
@@ -1046,7 +1063,7 @@ const qe = h({
1046
1063
  ]
1047
1064
  );
1048
1065
  }
1049
- }), Ge = h({
1066
+ }), Ge = r({
1050
1067
  name: "VBreadcrumbItem",
1051
1068
  props: {
1052
1069
  /**
@@ -1125,15 +1142,16 @@ const qe = h({
1125
1142
  */
1126
1143
  "input"
1127
1144
  ],
1128
- setup(e, o) {
1129
- const a = u(
1145
+ methods: {},
1146
+ setup(e, t) {
1147
+ const i = d(
1130
1148
  "breadcrumb-item",
1131
1149
  B
1132
- ), i = d(null);
1133
- return o.expose({}), { componentName: a, element: i };
1150
+ ), o = s(null);
1151
+ return { componentName: i, element: o };
1134
1152
  },
1135
1153
  render() {
1136
- return r ? n(
1154
+ return l ? n(
1137
1155
  this.componentName,
1138
1156
  {
1139
1157
  ref: "element",
@@ -1185,7 +1203,7 @@ const qe = h({
1185
1203
  []
1186
1204
  );
1187
1205
  }
1188
- }), Ee = h({
1206
+ }), He = r({
1189
1207
  name: "VButton",
1190
1208
  props: {
1191
1209
  /**
@@ -1338,20 +1356,21 @@ const qe = h({
1338
1356
  */
1339
1357
  "input"
1340
1358
  ],
1341
- setup(e, o) {
1342
- const a = u("button", T), i = d(null);
1343
- return o.expose({
1344
- /**
1345
- * {@inheritDoc (FormAssociated:interface).validate}
1346
- */
1347
- validate() {
1348
- var t;
1349
- return (t = i.value) == null ? void 0 : t.validate();
1350
- }
1351
- }), { componentName: a, element: i };
1359
+ methods: {
1360
+ /**
1361
+ * {@inheritDoc (FormAssociated:interface).validate}
1362
+ */
1363
+ validate() {
1364
+ var e;
1365
+ return (e = this.element) == null ? void 0 : e.validate();
1366
+ }
1367
+ },
1368
+ setup(e, t) {
1369
+ const i = d("button", T), o = s(null);
1370
+ return { componentName: i, element: o };
1352
1371
  },
1353
1372
  render() {
1354
- return r ? n(
1373
+ return l ? n(
1355
1374
  this.componentName,
1356
1375
  {
1357
1376
  ref: "element",
@@ -1431,7 +1450,7 @@ const qe = h({
1431
1450
  []
1432
1451
  );
1433
1452
  }
1434
- }), je = h({
1453
+ }), je = r({
1435
1454
  name: "VCalendar",
1436
1455
  props: {
1437
1456
  /**
@@ -1510,17 +1529,18 @@ const qe = h({
1510
1529
  */
1511
1530
  "input"
1512
1531
  ],
1513
- setup(e, o) {
1514
- const a = u("calendar", N), i = d(null);
1515
- return o.expose({
1516
- onKeydown(t) {
1517
- var s;
1518
- return (s = i.value) == null ? void 0 : s.onKeydown(t);
1519
- }
1520
- }), { componentName: a, element: i };
1532
+ methods: {
1533
+ onKeydown(e) {
1534
+ var t;
1535
+ return (t = this.element) == null ? void 0 : t.onKeydown(e);
1536
+ }
1537
+ },
1538
+ setup(e, t) {
1539
+ const i = d("calendar", N), o = s(null);
1540
+ return { componentName: i, element: o };
1521
1541
  },
1522
1542
  render() {
1523
- return r ? n(
1543
+ return l ? n(
1524
1544
  this.componentName,
1525
1545
  {
1526
1546
  ref: "element",
@@ -1546,19 +1566,19 @@ const qe = h({
1546
1566
  [
1547
1567
  this.$slots.default,
1548
1568
  // @slot day-0 Assign elements to corresponding day column using this slot.
1549
- l("day-0", this.$slots["day-0"]),
1569
+ a("day-0", this.$slots["day-0"]),
1550
1570
  // @slot day-1 Assign elements to corresponding day column using this slot.
1551
- l("day-1", this.$slots["day-1"]),
1571
+ a("day-1", this.$slots["day-1"]),
1552
1572
  // @slot day-2 Assign elements to corresponding day column using this slot.
1553
- l("day-2", this.$slots["day-2"]),
1573
+ a("day-2", this.$slots["day-2"]),
1554
1574
  // @slot day-3 Assign elements to corresponding day column using this slot.
1555
- l("day-3", this.$slots["day-3"]),
1575
+ a("day-3", this.$slots["day-3"]),
1556
1576
  // @slot day-4 Assign elements to corresponding day column using this slot.
1557
- l("day-4", this.$slots["day-4"]),
1577
+ a("day-4", this.$slots["day-4"]),
1558
1578
  // @slot day-5 Assign elements to corresponding day column using this slot.
1559
- l("day-5", this.$slots["day-5"]),
1579
+ a("day-5", this.$slots["day-5"]),
1560
1580
  // @slot day-6 Assign elements to corresponding day column using this slot.
1561
- l("day-6", this.$slots["day-6"])
1581
+ a("day-6", this.$slots["day-6"])
1562
1582
  ]
1563
1583
  ) : n(
1564
1584
  this.componentName,
@@ -1581,23 +1601,23 @@ const qe = h({
1581
1601
  // @ts-ignore
1582
1602
  this.$slots.default && this.$slots.default(),
1583
1603
  // @slot day-0 Assign elements to corresponding day column using this slot.
1584
- l("day-0", this.$slots["day-0"]),
1604
+ a("day-0", this.$slots["day-0"]),
1585
1605
  // @slot day-1 Assign elements to corresponding day column using this slot.
1586
- l("day-1", this.$slots["day-1"]),
1606
+ a("day-1", this.$slots["day-1"]),
1587
1607
  // @slot day-2 Assign elements to corresponding day column using this slot.
1588
- l("day-2", this.$slots["day-2"]),
1608
+ a("day-2", this.$slots["day-2"]),
1589
1609
  // @slot day-3 Assign elements to corresponding day column using this slot.
1590
- l("day-3", this.$slots["day-3"]),
1610
+ a("day-3", this.$slots["day-3"]),
1591
1611
  // @slot day-4 Assign elements to corresponding day column using this slot.
1592
- l("day-4", this.$slots["day-4"]),
1612
+ a("day-4", this.$slots["day-4"]),
1593
1613
  // @slot day-5 Assign elements to corresponding day column using this slot.
1594
- l("day-5", this.$slots["day-5"]),
1614
+ a("day-5", this.$slots["day-5"]),
1595
1615
  // @slot day-6 Assign elements to corresponding day column using this slot.
1596
- l("day-6", this.$slots["day-6"])
1616
+ a("day-6", this.$slots["day-6"])
1597
1617
  ]
1598
1618
  );
1599
1619
  }
1600
- }), He = h({
1620
+ }), We = r({
1601
1621
  name: "VCalendarEvent",
1602
1622
  props: {
1603
1623
  /**
@@ -1674,15 +1694,16 @@ const qe = h({
1674
1694
  */
1675
1695
  "input"
1676
1696
  ],
1677
- setup(e, o) {
1678
- const a = u(
1697
+ methods: {},
1698
+ setup(e, t) {
1699
+ const i = d(
1679
1700
  "calendar-event",
1680
1701
  z
1681
- ), i = d(null);
1682
- return o.expose({}), { componentName: a, element: i };
1702
+ ), o = s(null);
1703
+ return { componentName: i, element: o };
1683
1704
  },
1684
1705
  render() {
1685
- return r ? n(
1706
+ return l ? n(
1686
1707
  this.componentName,
1687
1708
  {
1688
1709
  ref: "element",
@@ -1730,7 +1751,7 @@ const qe = h({
1730
1751
  []
1731
1752
  );
1732
1753
  }
1733
- }), We = h({
1754
+ }), Je = r({
1734
1755
  name: "VCard",
1735
1756
  props: {
1736
1757
  /**
@@ -1807,12 +1828,13 @@ const qe = h({
1807
1828
  */
1808
1829
  "input"
1809
1830
  ],
1810
- setup(e, o) {
1811
- const a = u("card", M), i = d(null);
1812
- return o.expose({}), { componentName: a, element: i };
1831
+ methods: {},
1832
+ setup(e, t) {
1833
+ const i = d("card", M), o = s(null);
1834
+ return { componentName: i, element: o };
1813
1835
  },
1814
1836
  render() {
1815
- return r ? n(
1837
+ return l ? n(
1816
1838
  this.componentName,
1817
1839
  {
1818
1840
  ref: "element",
@@ -1837,15 +1859,15 @@ const qe = h({
1837
1859
  },
1838
1860
  [
1839
1861
  // @slot graphic The graphic slot overrides the icon property.
1840
- l("graphic", this.$slots.graphic),
1862
+ a("graphic", this.$slots.graphic),
1841
1863
  // @slot media The media slot is mainly for images or video content above the card header.
1842
- l("media", this.$slots.media),
1864
+ a("media", this.$slots.media),
1843
1865
  // @slot meta The meta slot is for action content in the card header.
1844
- l("meta", this.$slots.meta),
1866
+ a("meta", this.$slots.meta),
1845
1867
  // @slot footer The footer slot is for content in the card footer.
1846
- l("footer", this.$slots.footer),
1868
+ a("footer", this.$slots.footer),
1847
1869
  // @slot main Assign nodes to main slot to fully override a card's predefined flow and style with your own.
1848
- l("main", this.$slots.main)
1870
+ a("main", this.$slots.main)
1849
1871
  ]
1850
1872
  ) : n(
1851
1873
  this.componentName,
@@ -1868,21 +1890,21 @@ const qe = h({
1868
1890
  },
1869
1891
  [
1870
1892
  // @slot graphic The graphic slot overrides the icon property.
1871
- l("graphic", this.$slots.graphic),
1893
+ a("graphic", this.$slots.graphic),
1872
1894
  // @slot media The media slot is mainly for images or video content above the card header.
1873
- l("media", this.$slots.media),
1895
+ a("media", this.$slots.media),
1874
1896
  // @slot meta The meta slot is for action content in the card header.
1875
- l("meta", this.$slots.meta),
1897
+ a("meta", this.$slots.meta),
1876
1898
  // @slot footer The footer slot is for content in the card footer.
1877
- l("footer", this.$slots.footer),
1899
+ a("footer", this.$slots.footer),
1878
1900
  // @slot main Assign nodes to main slot to fully override a card's predefined flow and style with your own.
1879
- l("main", this.$slots.main)
1901
+ a("main", this.$slots.main)
1880
1902
  ]
1881
1903
  );
1882
1904
  }
1883
- }), _e = h({
1905
+ }), _e = r({
1884
1906
  name: "VCheckbox",
1885
- model: r ? {
1907
+ model: l ? {
1886
1908
  prop: "modelValue",
1887
1909
  event: "update:modelValue"
1888
1910
  } : void 0,
@@ -2003,12 +2025,13 @@ const qe = h({
2003
2025
  */
2004
2026
  "update:modelValue"
2005
2027
  ],
2006
- setup(e, o) {
2007
- const a = u("checkbox", D), i = d(null);
2008
- return o.expose({}), { componentName: a, element: i };
2028
+ methods: {},
2029
+ setup(e, t) {
2030
+ const i = d("checkbox", F), o = s(null);
2031
+ return { componentName: i, element: o };
2009
2032
  },
2010
2033
  render() {
2011
- return r ? n(
2034
+ return l ? n(
2012
2035
  this.componentName,
2013
2036
  {
2014
2037
  ref: "element",
@@ -2084,9 +2107,9 @@ const qe = h({
2084
2107
  []
2085
2108
  );
2086
2109
  }
2087
- }), Xe = h({
2110
+ }), Xe = r({
2088
2111
  name: "VCombobox",
2089
- model: r ? {
2112
+ model: l ? {
2090
2113
  prop: "modelValue",
2091
2114
  event: "update:modelValue"
2092
2115
  } : void 0,
@@ -2206,48 +2229,49 @@ const qe = h({
2206
2229
  */
2207
2230
  "update:modelValue"
2208
2231
  ],
2209
- setup(e, o) {
2210
- const a = u("combobox", F), i = d(null);
2211
- return o.expose({
2212
- /**
2213
- * {@inheritDoc (FormAssociated:interface).validate}
2214
- */
2215
- validate() {
2216
- var t;
2217
- return (t = i.value) == null ? void 0 : t.validate();
2218
- },
2219
- /**
2220
- * Filter available options by text value.
2221
- */
2222
- filterOptions() {
2223
- var t;
2224
- return (t = i.value) == null ? void 0 : t.filterOptions();
2225
- },
2226
- /**
2227
- * Calculate and apply listbox positioning based on available viewport space.
2228
- */
2229
- setPositioning(t) {
2230
- var s;
2231
- return (s = i.value) == null ? void 0 : s.setPositioning(t);
2232
- },
2233
- /**
2234
- * Moves focus to the first selectable option.
2235
- */
2236
- selectFirstOption() {
2237
- var t;
2238
- return (t = i.value) == null ? void 0 : t.selectFirstOption();
2239
- },
2240
- /**
2241
- * Sets an option as selected and gives it focus.
2242
- */
2243
- setSelectedOptions() {
2244
- var t;
2245
- return (t = i.value) == null ? void 0 : t.setSelectedOptions();
2246
- }
2247
- }), { componentName: a, element: i };
2232
+ methods: {
2233
+ /**
2234
+ * {@inheritDoc (FormAssociated:interface).validate}
2235
+ */
2236
+ validate() {
2237
+ var e;
2238
+ return (e = this.element) == null ? void 0 : e.validate();
2239
+ },
2240
+ /**
2241
+ * Filter available options by text value.
2242
+ */
2243
+ filterOptions() {
2244
+ var e;
2245
+ return (e = this.element) == null ? void 0 : e.filterOptions();
2246
+ },
2247
+ /**
2248
+ * Calculate and apply listbox positioning based on available viewport space.
2249
+ */
2250
+ setPositioning(e) {
2251
+ var t;
2252
+ return (t = this.element) == null ? void 0 : t.setPositioning(e);
2253
+ },
2254
+ /**
2255
+ * Moves focus to the first selectable option.
2256
+ */
2257
+ selectFirstOption() {
2258
+ var e;
2259
+ return (e = this.element) == null ? void 0 : e.selectFirstOption();
2260
+ },
2261
+ /**
2262
+ * Sets an option as selected and gives it focus.
2263
+ */
2264
+ setSelectedOptions() {
2265
+ var e;
2266
+ return (e = this.element) == null ? void 0 : e.setSelectedOptions();
2267
+ }
2268
+ },
2269
+ setup(e, t) {
2270
+ const i = d("combobox", K), o = s(null);
2271
+ return { componentName: i, element: o };
2248
2272
  },
2249
2273
  render() {
2250
- return r ? n(
2274
+ return l ? n(
2251
2275
  this.componentName,
2252
2276
  {
2253
2277
  ref: "element",
@@ -2320,7 +2344,7 @@ const qe = h({
2320
2344
  ]
2321
2345
  );
2322
2346
  }
2323
- }), Je = h({
2347
+ }), Ze = r({
2324
2348
  name: "VDataGrid",
2325
2349
  props: {
2326
2350
  /**
@@ -2391,19 +2415,25 @@ const qe = h({
2391
2415
  * Fires when the value of an element has been changed.
2392
2416
  * @type {Event}
2393
2417
  */
2394
- "input"
2418
+ "input",
2419
+ /**
2420
+ * Event that fires when a cell is clicked
2421
+ * @type {unknown}
2422
+ */
2423
+ "cell-click"
2395
2424
  ],
2396
- setup(e, o) {
2397
- const a = u("data-grid", f), i = d(null);
2398
- return o.expose({
2399
- selectionModeChanged(t) {
2400
- var s;
2401
- return (s = i.value) == null ? void 0 : s.selectionModeChanged(t);
2402
- }
2403
- }), { componentName: a, element: i };
2425
+ methods: {
2426
+ selectionModeChanged(e) {
2427
+ var t;
2428
+ return (t = this.element) == null ? void 0 : t.selectionModeChanged(e);
2429
+ }
2430
+ },
2431
+ setup(e, t) {
2432
+ const i = d("data-grid", v), o = s(null);
2433
+ return { componentName: i, element: o };
2404
2434
  },
2405
2435
  render() {
2406
- return r ? n(
2436
+ return l ? n(
2407
2437
  this.componentName,
2408
2438
  {
2409
2439
  ref: "element",
@@ -2424,7 +2454,8 @@ const qe = h({
2424
2454
  blur: (e) => this.$emit("blur", e),
2425
2455
  keydown: (e) => this.$emit("keydown", e),
2426
2456
  keyup: (e) => this.$emit("keyup", e),
2427
- input: (e) => this.$emit("input", e)
2457
+ input: (e) => this.$emit("input", e),
2458
+ "cell-click": (e) => this.$emit("cell-click", e)
2428
2459
  }
2429
2460
  },
2430
2461
  [this.$slots.default]
@@ -2444,7 +2475,8 @@ const qe = h({
2444
2475
  onBlur: (e) => this.$emit("blur", e),
2445
2476
  onKeydown: (e) => this.$emit("keydown", e),
2446
2477
  onKeyup: (e) => this.$emit("keyup", e),
2447
- onInput: (e) => this.$emit("input", e)
2478
+ onInput: (e) => this.$emit("input", e),
2479
+ onCellClick: (e) => this.$emit("cell-click", e)
2448
2480
  },
2449
2481
  [
2450
2482
  // @ts-ignore
@@ -2452,7 +2484,7 @@ const qe = h({
2452
2484
  ]
2453
2485
  );
2454
2486
  }
2455
- }), Ze = h({
2487
+ }), Qe = r({
2456
2488
  name: "VDataGridRow",
2457
2489
  props: {
2458
2490
  /**
@@ -2516,27 +2548,33 @@ const qe = h({
2516
2548
  * Fires a custom 'row-focused' event when focus is on an element (usually a cell or its contents) in the row
2517
2549
  * @type {unknown}
2518
2550
  */
2519
- "row-focused"
2551
+ "row-focused",
2552
+ /**
2553
+ * Event that fires when a cell is clicked
2554
+ * @type {unknown}
2555
+ */
2556
+ "cell-click"
2520
2557
  ],
2521
- setup(e, o) {
2522
- const a = u("data-grid-row", f), i = d(null);
2523
- return o.expose({
2524
- handleFocusout(t) {
2525
- var s;
2526
- return (s = i.value) == null ? void 0 : s.handleFocusout(t);
2527
- },
2528
- handleCellFocus(t) {
2529
- var s;
2530
- return (s = i.value) == null ? void 0 : s.handleCellFocus(t);
2531
- },
2532
- handleKeydown(t) {
2533
- var s;
2534
- return (s = i.value) == null ? void 0 : s.handleKeydown(t);
2535
- }
2536
- }), { componentName: a, element: i };
2558
+ methods: {
2559
+ handleFocusout(e) {
2560
+ var t;
2561
+ return (t = this.element) == null ? void 0 : t.handleFocusout(e);
2562
+ },
2563
+ handleCellFocus(e) {
2564
+ var t;
2565
+ return (t = this.element) == null ? void 0 : t.handleCellFocus(e);
2566
+ },
2567
+ handleKeydown(e) {
2568
+ var t;
2569
+ return (t = this.element) == null ? void 0 : t.handleKeydown(e);
2570
+ }
2571
+ },
2572
+ setup(e, t) {
2573
+ const i = d("data-grid-row", v), o = s(null);
2574
+ return { componentName: i, element: o };
2537
2575
  },
2538
2576
  render() {
2539
- return r ? n(
2577
+ return l ? n(
2540
2578
  this.componentName,
2541
2579
  {
2542
2580
  ref: "element",
@@ -2554,7 +2592,8 @@ const qe = h({
2554
2592
  keydown: (e) => this.$emit("keydown", e),
2555
2593
  keyup: (e) => this.$emit("keyup", e),
2556
2594
  input: (e) => this.$emit("input", e),
2557
- "row-focused": (e) => this.$emit("row-focused", e)
2595
+ "row-focused": (e) => this.$emit("row-focused", e),
2596
+ "cell-click": (e) => this.$emit("cell-click", e)
2558
2597
  }
2559
2598
  },
2560
2599
  [this.$slots.default]
@@ -2573,7 +2612,8 @@ const qe = h({
2573
2612
  onKeydown: (e) => this.$emit("keydown", e),
2574
2613
  onKeyup: (e) => this.$emit("keyup", e),
2575
2614
  onInput: (e) => this.$emit("input", e),
2576
- onRowFocused: (e) => this.$emit("row-focused", e)
2615
+ onRowFocused: (e) => this.$emit("row-focused", e),
2616
+ onCellClick: (e) => this.$emit("cell-click", e)
2577
2617
  },
2578
2618
  [
2579
2619
  // @ts-ignore
@@ -2581,7 +2621,7 @@ const qe = h({
2581
2621
  ]
2582
2622
  );
2583
2623
  }
2584
- }), Qe = h({
2624
+ }), Ye = r({
2585
2625
  name: "VDataGridCell",
2586
2626
  props: {
2587
2627
  /**
@@ -2660,31 +2700,37 @@ const qe = h({
2660
2700
  * Event that fires when a sortable column header is clicked
2661
2701
  * @type {unknown}
2662
2702
  */
2663
- "sort"
2703
+ "sort",
2704
+ /**
2705
+ * Event that fires when a cell is clicked
2706
+ * @type {unknown}
2707
+ */
2708
+ "cell-click"
2664
2709
  ],
2665
- setup(e, o) {
2666
- const a = u("data-grid-cell", f), i = d(null);
2667
- return o.expose({
2668
- handleKeydown(t) {
2669
- var s;
2670
- return (s = i.value) == null ? void 0 : s.handleKeydown(t);
2671
- },
2672
- ariaSelectedChanged(t, s) {
2673
- var p;
2674
- return (p = i.value) == null ? void 0 : p.ariaSelectedChanged(t, s);
2675
- },
2676
- handleFocusin(t) {
2677
- var s;
2678
- return (s = i.value) == null ? void 0 : s.handleFocusin(t);
2679
- },
2680
- handleFocusout(t) {
2681
- var s;
2682
- return (s = i.value) == null ? void 0 : s.handleFocusout(t);
2683
- }
2684
- }), { componentName: a, element: i };
2710
+ methods: {
2711
+ handleKeydown(e) {
2712
+ var t;
2713
+ return (t = this.element) == null ? void 0 : t.handleKeydown(e);
2714
+ },
2715
+ ariaSelectedChanged(e, t) {
2716
+ var i;
2717
+ return (i = this.element) == null ? void 0 : i.ariaSelectedChanged(e, t);
2718
+ },
2719
+ handleFocusin(e) {
2720
+ var t;
2721
+ return (t = this.element) == null ? void 0 : t.handleFocusin(e);
2722
+ },
2723
+ handleFocusout(e) {
2724
+ var t;
2725
+ return (t = this.element) == null ? void 0 : t.handleFocusout(e);
2726
+ }
2727
+ },
2728
+ setup(e, t) {
2729
+ const i = d("data-grid-cell", v), o = s(null);
2730
+ return { componentName: i, element: o };
2685
2731
  },
2686
2732
  render() {
2687
- return r ? n(
2733
+ return l ? n(
2688
2734
  this.componentName,
2689
2735
  {
2690
2736
  ref: "element",
@@ -2705,7 +2751,8 @@ const qe = h({
2705
2751
  keyup: (e) => this.$emit("keyup", e),
2706
2752
  input: (e) => this.$emit("input", e),
2707
2753
  "cell-focused": (e) => this.$emit("cell-focused", e),
2708
- sort: (e) => this.$emit("sort", e)
2754
+ sort: (e) => this.$emit("sort", e),
2755
+ "cell-click": (e) => this.$emit("cell-click", e)
2709
2756
  }
2710
2757
  },
2711
2758
  [this.$slots.default]
@@ -2727,7 +2774,8 @@ const qe = h({
2727
2774
  onKeyup: (e) => this.$emit("keyup", e),
2728
2775
  onInput: (e) => this.$emit("input", e),
2729
2776
  onCellFocused: (e) => this.$emit("cell-focused", e),
2730
- onSort: (e) => this.$emit("sort", e)
2777
+ onSort: (e) => this.$emit("sort", e),
2778
+ onCellClick: (e) => this.$emit("cell-click", e)
2731
2779
  },
2732
2780
  [
2733
2781
  // @ts-ignore
@@ -2735,9 +2783,9 @@ const qe = h({
2735
2783
  ]
2736
2784
  );
2737
2785
  }
2738
- }), Ye = h({
2786
+ }), Ie = r({
2739
2787
  name: "VDatePicker",
2740
- model: r ? {
2788
+ model: l ? {
2741
2789
  prop: "modelValue",
2742
2790
  event: "update:modelValue"
2743
2791
  } : void 0,
@@ -2827,12 +2875,13 @@ const qe = h({
2827
2875
  */
2828
2876
  "update:modelValue"
2829
2877
  ],
2830
- setup(e, o) {
2831
- const a = u("date-picker", K), i = d(null);
2832
- return o.expose({}), { componentName: a, element: i };
2878
+ methods: {},
2879
+ setup(e, t) {
2880
+ const i = d("date-picker", D), o = s(null);
2881
+ return { componentName: i, element: o };
2833
2882
  },
2834
2883
  render() {
2835
- return r ? n(
2884
+ return l ? n(
2836
2885
  this.componentName,
2837
2886
  {
2838
2887
  ref: "element",
@@ -2896,7 +2945,7 @@ const qe = h({
2896
2945
  []
2897
2946
  );
2898
2947
  }
2899
- }), Ie = h({
2948
+ }), ei = r({
2900
2949
  name: "VDateRangePicker",
2901
2950
  props: {
2902
2951
  /**
@@ -3015,15 +3064,16 @@ const qe = h({
3015
3064
  */
3016
3065
  "update:end"
3017
3066
  ],
3018
- setup(e, o) {
3019
- const a = u(
3067
+ methods: {},
3068
+ setup(e, t) {
3069
+ const i = d(
3020
3070
  "date-range-picker",
3021
3071
  A
3022
- ), i = d(null);
3023
- return o.expose({}), { componentName: a, element: i };
3072
+ ), o = s(null);
3073
+ return { componentName: i, element: o };
3024
3074
  },
3025
3075
  render() {
3026
- return r ? n(
3076
+ return l ? n(
3027
3077
  this.componentName,
3028
3078
  {
3029
3079
  ref: "element",
@@ -3093,7 +3143,7 @@ const qe = h({
3093
3143
  []
3094
3144
  );
3095
3145
  }
3096
- }), ei = h({
3146
+ }), ii = r({
3097
3147
  name: "VDialog",
3098
3148
  props: {
3099
3149
  /**
@@ -3163,25 +3213,26 @@ const qe = h({
3163
3213
  */
3164
3214
  "close"
3165
3215
  ],
3166
- setup(e, o) {
3167
- const a = u("dialog", q), i = d(null);
3168
- return o.expose({
3169
- close() {
3170
- var t;
3171
- return (t = i.value) == null ? void 0 : t.close();
3172
- },
3173
- show() {
3174
- var t;
3175
- return (t = i.value) == null ? void 0 : t.show();
3176
- },
3177
- showModal() {
3178
- var t;
3179
- return (t = i.value) == null ? void 0 : t.showModal();
3180
- }
3181
- }), { componentName: a, element: i };
3216
+ methods: {
3217
+ close() {
3218
+ var e;
3219
+ return (e = this.element) == null ? void 0 : e.close();
3220
+ },
3221
+ show() {
3222
+ var e;
3223
+ return (e = this.element) == null ? void 0 : e.show();
3224
+ },
3225
+ showModal() {
3226
+ var e;
3227
+ return (e = this.element) == null ? void 0 : e.showModal();
3228
+ }
3229
+ },
3230
+ setup(e, t) {
3231
+ const i = d("dialog", q), o = s(null);
3232
+ return { componentName: i, element: o };
3182
3233
  },
3183
3234
  render() {
3184
- return r ? n(
3235
+ return l ? n(
3185
3236
  this.componentName,
3186
3237
  {
3187
3238
  ref: "element",
@@ -3210,15 +3261,15 @@ const qe = h({
3210
3261
  },
3211
3262
  [
3212
3263
  // @slot graphic Use the graphic slot in order to replace the icon.
3213
- l("graphic", this.$slots.graphic),
3264
+ a("graphic", this.$slots.graphic),
3214
3265
  // @slot body Use the body slot in order to add custom HTML to the dialog.
3215
- l("body", this.$slots.body),
3266
+ a("body", this.$slots.body),
3216
3267
  // @slot footer Use the footer slot in order to add action buttons to the bottom of the dialog.
3217
- l("footer", this.$slots.footer),
3268
+ a("footer", this.$slots.footer),
3218
3269
  // @slot main Assign nodes to the main slot to fully override a dialog’s predefined flow and style with your own.
3219
- l("main", this.$slots.main),
3270
+ a("main", this.$slots.main),
3220
3271
  // @slot action-items Use the action-items slot in order to add action buttons to the bottom of the dialog.
3221
- l("action-items", this.$slots["action-items"])
3272
+ a("action-items", this.$slots["action-items"])
3222
3273
  ]
3223
3274
  ) : n(
3224
3275
  this.componentName,
@@ -3245,19 +3296,19 @@ const qe = h({
3245
3296
  },
3246
3297
  [
3247
3298
  // @slot graphic Use the graphic slot in order to replace the icon.
3248
- l("graphic", this.$slots.graphic),
3299
+ a("graphic", this.$slots.graphic),
3249
3300
  // @slot body Use the body slot in order to add custom HTML to the dialog.
3250
- l("body", this.$slots.body),
3301
+ a("body", this.$slots.body),
3251
3302
  // @slot footer Use the footer slot in order to add action buttons to the bottom of the dialog.
3252
- l("footer", this.$slots.footer),
3303
+ a("footer", this.$slots.footer),
3253
3304
  // @slot main Assign nodes to the main slot to fully override a dialog’s predefined flow and style with your own.
3254
- l("main", this.$slots.main),
3305
+ a("main", this.$slots.main),
3255
3306
  // @slot action-items Use the action-items slot in order to add action buttons to the bottom of the dialog.
3256
- l("action-items", this.$slots["action-items"])
3307
+ a("action-items", this.$slots["action-items"])
3257
3308
  ]
3258
3309
  );
3259
3310
  }
3260
- }), ii = h({
3311
+ }), ti = r({
3261
3312
  name: "VDivider",
3262
3313
  props: {
3263
3314
  /**
@@ -3314,12 +3365,13 @@ const qe = h({
3314
3365
  */
3315
3366
  "input"
3316
3367
  ],
3317
- setup(e, o) {
3318
- const a = u("divider", P), i = d(null);
3319
- return o.expose({}), { componentName: a, element: i };
3368
+ methods: {},
3369
+ setup(e, t) {
3370
+ const i = d("divider", O), o = s(null);
3371
+ return { componentName: i, element: o };
3320
3372
  },
3321
3373
  render() {
3322
- return r ? n(
3374
+ return l ? n(
3323
3375
  this.componentName,
3324
3376
  {
3325
3377
  ref: "element",
@@ -3357,7 +3409,7 @@ const qe = h({
3357
3409
  []
3358
3410
  );
3359
3411
  }
3360
- }), ti = h({
3412
+ }), oi = r({
3361
3413
  name: "VEmptyState",
3362
3414
  props: {
3363
3415
  /**
@@ -3409,12 +3461,13 @@ const qe = h({
3409
3461
  */
3410
3462
  "input"
3411
3463
  ],
3412
- setup(e, o) {
3413
- const a = u("empty-state", O), i = d(null);
3414
- return o.expose({}), { componentName: a, element: i };
3464
+ methods: {},
3465
+ setup(e, t) {
3466
+ const i = d("empty-state", P), o = s(null);
3467
+ return { componentName: i, element: o };
3415
3468
  },
3416
3469
  render() {
3417
- return r ? n(
3470
+ return l ? n(
3418
3471
  this.componentName,
3419
3472
  {
3420
3473
  ref: "element",
@@ -3436,9 +3489,9 @@ const qe = h({
3436
3489
  [
3437
3490
  this.$slots.default,
3438
3491
  // @slot graphic The graphic slot allows overriding the icon with a custom illustration
3439
- l("graphic", this.$slots.graphic),
3492
+ a("graphic", this.$slots.graphic),
3440
3493
  // @slot action-items Slot to add action items to the empty state
3441
- l("action-items", this.$slots["action-items"])
3494
+ a("action-items", this.$slots["action-items"])
3442
3495
  ]
3443
3496
  ) : n(
3444
3497
  this.componentName,
@@ -3459,13 +3512,13 @@ const qe = h({
3459
3512
  // @ts-ignore
3460
3513
  this.$slots.default && this.$slots.default(),
3461
3514
  // @slot graphic The graphic slot allows overriding the icon with a custom illustration
3462
- l("graphic", this.$slots.graphic),
3515
+ a("graphic", this.$slots.graphic),
3463
3516
  // @slot action-items Slot to add action items to the empty state
3464
- l("action-items", this.$slots["action-items"])
3517
+ a("action-items", this.$slots["action-items"])
3465
3518
  ]
3466
3519
  );
3467
3520
  }
3468
- }), oi = h({
3521
+ }), ni = r({
3469
3522
  name: "VFab",
3470
3523
  props: {
3471
3524
  /**
@@ -3598,20 +3651,21 @@ const qe = h({
3598
3651
  */
3599
3652
  "input"
3600
3653
  ],
3601
- setup(e, o) {
3602
- const a = u("fab", U), i = d(null);
3603
- return o.expose({
3604
- /**
3605
- * {@inheritDoc (FormAssociated:interface).validate}
3606
- */
3607
- validate() {
3608
- var t;
3609
- return (t = i.value) == null ? void 0 : t.validate();
3610
- }
3611
- }), { componentName: a, element: i };
3654
+ methods: {
3655
+ /**
3656
+ * {@inheritDoc (FormAssociated:interface).validate}
3657
+ */
3658
+ validate() {
3659
+ var e;
3660
+ return (e = this.element) == null ? void 0 : e.validate();
3661
+ }
3662
+ },
3663
+ setup(e, t) {
3664
+ const i = d("fab", U), o = s(null);
3665
+ return { componentName: i, element: o };
3612
3666
  },
3613
3667
  render() {
3614
- return r ? n(
3668
+ return l ? n(
3615
3669
  this.componentName,
3616
3670
  {
3617
3671
  ref: "element",
@@ -3648,7 +3702,7 @@ const qe = h({
3648
3702
  },
3649
3703
  [
3650
3704
  // @slot icon Slot to add an icon to fab.
3651
- l("icon", this.$slots.icon)
3705
+ a("icon", this.$slots.icon)
3652
3706
  ]
3653
3707
  ) : n(
3654
3708
  this.componentName,
@@ -3683,11 +3737,11 @@ const qe = h({
3683
3737
  },
3684
3738
  [
3685
3739
  // @slot icon Slot to add an icon to fab.
3686
- l("icon", this.$slots.icon)
3740
+ a("icon", this.$slots.icon)
3687
3741
  ]
3688
3742
  );
3689
3743
  }
3690
- }), ai = h({
3744
+ }), ai = r({
3691
3745
  name: "VHeader",
3692
3746
  props: {
3693
3747
  /**
@@ -3738,12 +3792,13 @@ const qe = h({
3738
3792
  */
3739
3793
  "input"
3740
3794
  ],
3741
- setup(e, o) {
3742
- const a = u("header", R), i = d(null);
3743
- return o.expose({}), { componentName: a, element: i };
3795
+ methods: {},
3796
+ setup(e, t) {
3797
+ const i = d("header", R), o = s(null);
3798
+ return { componentName: i, element: o };
3744
3799
  },
3745
3800
  render() {
3746
- return r ? n(
3801
+ return l ? n(
3747
3802
  this.componentName,
3748
3803
  {
3749
3804
  ref: "element",
@@ -3765,9 +3820,9 @@ const qe = h({
3765
3820
  [
3766
3821
  this.$slots.default,
3767
3822
  // @slot action-items Nodes assigned to action-items slot will be set at the end of the header.
3768
- l("action-items", this.$slots["action-items"]),
3823
+ a("action-items", this.$slots["action-items"]),
3769
3824
  // @slot app-content Content vertically aligned with header.
3770
- l("app-content", this.$slots["app-content"])
3825
+ a("app-content", this.$slots["app-content"])
3771
3826
  ]
3772
3827
  ) : n(
3773
3828
  this.componentName,
@@ -3788,13 +3843,13 @@ const qe = h({
3788
3843
  // @ts-ignore
3789
3844
  this.$slots.default && this.$slots.default(),
3790
3845
  // @slot action-items Nodes assigned to action-items slot will be set at the end of the header.
3791
- l("action-items", this.$slots["action-items"]),
3846
+ a("action-items", this.$slots["action-items"]),
3792
3847
  // @slot app-content Content vertically aligned with header.
3793
- l("app-content", this.$slots["app-content"])
3848
+ a("app-content", this.$slots["app-content"])
3794
3849
  ]
3795
3850
  );
3796
3851
  }
3797
- }), ni = h({
3852
+ }), li = r({
3798
3853
  name: "VIcon",
3799
3854
  props: {
3800
3855
  /**
@@ -3853,17 +3908,18 @@ const qe = h({
3853
3908
  */
3854
3909
  "input"
3855
3910
  ],
3856
- setup(e, o) {
3857
- const a = u("icon", G), i = d(null);
3858
- return o.expose({
3859
- nameChanged() {
3860
- var t;
3861
- return (t = i.value) == null ? void 0 : t.nameChanged();
3862
- }
3863
- }), { componentName: a, element: i };
3911
+ methods: {
3912
+ nameChanged() {
3913
+ var e;
3914
+ return (e = this.element) == null ? void 0 : e.nameChanged();
3915
+ }
3916
+ },
3917
+ setup(e, t) {
3918
+ const i = d("icon", E), o = s(null);
3919
+ return { componentName: i, element: o };
3864
3920
  },
3865
3921
  render() {
3866
- return r ? n(
3922
+ return l ? n(
3867
3923
  this.componentName,
3868
3924
  {
3869
3925
  ref: "element",
@@ -3906,7 +3962,7 @@ const qe = h({
3906
3962
  ]
3907
3963
  );
3908
3964
  }
3909
- }), li = h({
3965
+ }), si = r({
3910
3966
  name: "VLayout",
3911
3967
  props: {
3912
3968
  /**
@@ -3984,12 +4040,13 @@ const qe = h({
3984
4040
  */
3985
4041
  "input"
3986
4042
  ],
3987
- setup(e, o) {
3988
- const a = u("layout", E), i = d(null);
3989
- return o.expose({}), { componentName: a, element: i };
4043
+ methods: {},
4044
+ setup(e, t) {
4045
+ const i = d("layout", G), o = s(null);
4046
+ return { componentName: i, element: o };
3990
4047
  },
3991
4048
  render() {
3992
- return r ? n(
4049
+ return l ? n(
3993
4050
  this.componentName,
3994
4051
  {
3995
4052
  ref: "element",
@@ -4036,9 +4093,16 @@ const qe = h({
4036
4093
  ]
4037
4094
  );
4038
4095
  }
4039
- }), si = h({
4096
+ }), ri = r({
4040
4097
  name: "VMenu",
4041
4098
  props: {
4099
+ /**
4100
+ * ID or direct reference to the component's anchor element.
4101
+ */
4102
+ anchor: {
4103
+ type: [Object, String],
4104
+ default: void 0
4105
+ },
4042
4106
  /**
4043
4107
  * Indicates the element that represents the current item within a container or set of related elements.
4044
4108
  */
@@ -4054,13 +4118,6 @@ const qe = h({
4054
4118
  type: String,
4055
4119
  default: void 0
4056
4120
  },
4057
- /**
4058
- * id or direct reference to the menu's anchor element
4059
- */
4060
- anchor: {
4061
- type: [Object, String],
4062
- default: void 0
4063
- },
4064
4121
  /**
4065
4122
  * indicates whether the menu will automatically close when
4066
4123
  * the user clicks outside the menu
@@ -4113,39 +4170,36 @@ const qe = h({
4113
4170
  */
4114
4171
  "close"
4115
4172
  ],
4116
- setup(e, o) {
4117
- const a = u("menu", j), i = d(null);
4118
- return o.expose({
4119
- /**
4120
- * Focuses the first item in the menu.
4121
- */
4122
- focus() {
4123
- var t;
4124
- return (t = i.value) == null ? void 0 : t.focus();
4125
- },
4126
- /**
4127
- * Collapses any expanded menu items.
4128
- */
4129
- collapseExpandedItem() {
4130
- var t;
4131
- return (t = i.value) == null ? void 0 : t.collapseExpandedItem();
4132
- },
4133
- anchorChanged(t, s) {
4134
- var p;
4135
- return (p = i.value) == null ? void 0 : p.anchorChanged(t, s);
4136
- },
4137
- autoDismissChanged(t, s) {
4138
- var p;
4139
- return (p = i.value) == null ? void 0 : p.autoDismissChanged(t, s);
4140
- },
4141
- openChanged(t, s) {
4142
- var p;
4143
- return (p = i.value) == null ? void 0 : p.openChanged(t, s);
4144
- }
4145
- }), { componentName: a, element: i };
4173
+ methods: {
4174
+ /**
4175
+ * Focuses the first item in the menu.
4176
+ */
4177
+ focus() {
4178
+ var e;
4179
+ return (e = this.element) == null ? void 0 : e.focus();
4180
+ },
4181
+ /**
4182
+ * Collapses any expanded menu items.
4183
+ */
4184
+ collapseExpandedItem() {
4185
+ var e;
4186
+ return (e = this.element) == null ? void 0 : e.collapseExpandedItem();
4187
+ },
4188
+ autoDismissChanged(e) {
4189
+ var t;
4190
+ return (t = this.element) == null ? void 0 : t.autoDismissChanged(e);
4191
+ },
4192
+ openChanged(e, t) {
4193
+ var i;
4194
+ return (i = this.element) == null ? void 0 : i.openChanged(e, t);
4195
+ }
4196
+ },
4197
+ setup(e, t) {
4198
+ const i = d("menu", H), o = s(null);
4199
+ return { componentName: i, element: o };
4146
4200
  },
4147
4201
  render() {
4148
- return r ? n(
4202
+ return l ? n(
4149
4203
  this.componentName,
4150
4204
  {
4151
4205
  ref: "element",
@@ -4174,19 +4228,19 @@ const qe = h({
4174
4228
  [
4175
4229
  this.$slots.default,
4176
4230
  // @slot header Used to add additional content to the top of the menu.
4177
- l("header", this.$slots.header),
4231
+ a("header", this.$slots.header),
4178
4232
  // @slot action-items Used to add action items to the bottom of the menu.
4179
- l("action-items", this.$slots["action-items"])
4233
+ a("action-items", this.$slots["action-items"])
4180
4234
  ]
4181
4235
  ) : n(
4182
4236
  this.componentName,
4183
4237
  {
4184
4238
  ref: "element",
4185
4239
  class: "vvd-component",
4240
+ ...this.anchor !== void 0 ? { anchor: this.anchor } : {},
4186
4241
  ...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
4187
4242
  ...this.ariaLabel !== void 0 ? { "aria-label": this.ariaLabel } : {},
4188
4243
  ...this.placement !== void 0 ? { placement: this.placement } : {},
4189
- ...this.anchor !== void 0 ? { anchor: this.anchor } : {},
4190
4244
  ...this.autoDismiss !== void 0 ? { "auto-dismiss": this.autoDismiss } : {},
4191
4245
  ...this.open !== void 0 ? { open: this.open } : {},
4192
4246
  onClick: (e) => this.$emit("click", e),
@@ -4202,15 +4256,15 @@ const qe = h({
4202
4256
  // @ts-ignore
4203
4257
  this.$slots.default && this.$slots.default(),
4204
4258
  // @slot header Used to add additional content to the top of the menu.
4205
- l("header", this.$slots.header),
4259
+ a("header", this.$slots.header),
4206
4260
  // @slot action-items Used to add action items to the bottom of the menu.
4207
- l("action-items", this.$slots["action-items"])
4261
+ a("action-items", this.$slots["action-items"])
4208
4262
  ]
4209
4263
  );
4210
4264
  }
4211
- }), ri = h({
4265
+ }), di = r({
4212
4266
  name: "VMenuItem",
4213
- model: r ? {
4267
+ model: l ? {
4214
4268
  prop: "modelValue",
4215
4269
  event: "update:modelValue"
4216
4270
  } : void 0,
@@ -4313,12 +4367,13 @@ const qe = h({
4313
4367
  */
4314
4368
  "update:modelValue"
4315
4369
  ],
4316
- setup(e, o) {
4317
- const a = u("menu-item", H), i = d(null);
4318
- return o.expose({}), { componentName: a, element: i };
4370
+ methods: {},
4371
+ setup(e, t) {
4372
+ const i = d("menu-item", j), o = s(null);
4373
+ return { componentName: i, element: o };
4319
4374
  },
4320
4375
  render() {
4321
- return r ? n(
4376
+ return l ? n(
4322
4377
  this.componentName,
4323
4378
  {
4324
4379
  ref: "element",
@@ -4353,9 +4408,9 @@ const qe = h({
4353
4408
  },
4354
4409
  [
4355
4410
  // @slot meta Assign nodes to the `meta` slot to set a badge or an additional icon.
4356
- l("meta", this.$slots.meta),
4411
+ a("meta", this.$slots.meta),
4357
4412
  // @slot submenu Assign a Menu to the `submenu` slot to add a submenu.
4358
- l("submenu", this.$slots.submenu)
4413
+ a("submenu", this.$slots.submenu)
4359
4414
  ]
4360
4415
  ) : n(
4361
4416
  this.componentName,
@@ -4388,13 +4443,13 @@ const qe = h({
4388
4443
  },
4389
4444
  [
4390
4445
  // @slot meta Assign nodes to the `meta` slot to set a badge or an additional icon.
4391
- l("meta", this.$slots.meta),
4446
+ a("meta", this.$slots.meta),
4392
4447
  // @slot submenu Assign a Menu to the `submenu` slot to add a submenu.
4393
- l("submenu", this.$slots.submenu)
4448
+ a("submenu", this.$slots.submenu)
4394
4449
  ]
4395
4450
  );
4396
4451
  }
4397
- }), di = h({
4452
+ }), hi = r({
4398
4453
  name: "VNav",
4399
4454
  props: {
4400
4455
  /**
@@ -4437,12 +4492,13 @@ const qe = h({
4437
4492
  */
4438
4493
  "input"
4439
4494
  ],
4440
- setup(e, o) {
4441
- const a = u("nav", W), i = d(null);
4442
- return o.expose({}), { componentName: a, element: i };
4495
+ methods: {},
4496
+ setup(e, t) {
4497
+ const i = d("nav", W), o = s(null);
4498
+ return { componentName: i, element: o };
4443
4499
  },
4444
4500
  render() {
4445
- return r ? n(
4501
+ return l ? n(
4446
4502
  this.componentName,
4447
4503
  {
4448
4504
  ref: "element",
@@ -4479,7 +4535,7 @@ const qe = h({
4479
4535
  ]
4480
4536
  );
4481
4537
  }
4482
- }), hi = h({
4538
+ }), ui = r({
4483
4539
  name: "VNavDisclosure",
4484
4540
  props: {
4485
4541
  /**
@@ -4531,15 +4587,16 @@ const qe = h({
4531
4587
  */
4532
4588
  "toggle"
4533
4589
  ],
4534
- setup(e, o) {
4535
- const a = u(
4590
+ methods: {},
4591
+ setup(e, t) {
4592
+ const i = d(
4536
4593
  "nav-disclosure",
4537
- _
4538
- ), i = d(null);
4539
- return o.expose({}), { componentName: a, element: i };
4594
+ J
4595
+ ), o = s(null);
4596
+ return { componentName: i, element: o };
4540
4597
  },
4541
4598
  render() {
4542
- return r ? n(
4599
+ return l ? n(
4543
4600
  this.componentName,
4544
4601
  {
4545
4602
  ref: "element",
@@ -4563,7 +4620,7 @@ const qe = h({
4563
4620
  [
4564
4621
  this.$slots.default,
4565
4622
  // @slot meta A slot to add additional content to the nav disclosure.
4566
- l("meta", this.$slots.meta)
4623
+ a("meta", this.$slots.meta)
4567
4624
  ]
4568
4625
  ) : n(
4569
4626
  this.componentName,
@@ -4586,11 +4643,11 @@ const qe = h({
4586
4643
  // @ts-ignore
4587
4644
  this.$slots.default && this.$slots.default(),
4588
4645
  // @slot meta A slot to add additional content to the nav disclosure.
4589
- l("meta", this.$slots.meta)
4646
+ a("meta", this.$slots.meta)
4590
4647
  ]
4591
4648
  );
4592
4649
  }
4593
- }), ui = h({
4650
+ }), ci = r({
4594
4651
  name: "VNavItem",
4595
4652
  props: {
4596
4653
  /**
@@ -4677,17 +4734,18 @@ const qe = h({
4677
4734
  */
4678
4735
  "input"
4679
4736
  ],
4680
- setup(e, o) {
4681
- const a = u("nav-item", X), i = d(null);
4682
- return o.expose({
4683
- getBodyTemplate() {
4684
- var t;
4685
- return (t = i.value) == null ? void 0 : t.getBodyTemplate();
4686
- }
4687
- }), { componentName: a, element: i };
4737
+ methods: {
4738
+ getBodyTemplate() {
4739
+ var e;
4740
+ return (e = this.element) == null ? void 0 : e.getBodyTemplate();
4741
+ }
4742
+ },
4743
+ setup(e, t) {
4744
+ const i = d("nav-item", _), o = s(null);
4745
+ return { componentName: i, element: o };
4688
4746
  },
4689
4747
  render() {
4690
- return r ? n(
4748
+ return l ? n(
4691
4749
  this.componentName,
4692
4750
  {
4693
4751
  ref: "element",
@@ -4716,7 +4774,7 @@ const qe = h({
4716
4774
  },
4717
4775
  [
4718
4776
  // @slot meta A slot to add additional content to the nav item.
4719
- l("meta", this.$slots.meta)
4777
+ a("meta", this.$slots.meta)
4720
4778
  ]
4721
4779
  ) : n(
4722
4780
  this.componentName,
@@ -4743,11 +4801,11 @@ const qe = h({
4743
4801
  },
4744
4802
  [
4745
4803
  // @slot meta A slot to add additional content to the nav item.
4746
- l("meta", this.$slots.meta)
4804
+ a("meta", this.$slots.meta)
4747
4805
  ]
4748
4806
  );
4749
4807
  }
4750
- }), pi = h({
4808
+ }), pi = r({
4751
4809
  name: "VNote",
4752
4810
  props: {
4753
4811
  /**
@@ -4803,12 +4861,13 @@ const qe = h({
4803
4861
  */
4804
4862
  "input"
4805
4863
  ],
4806
- setup(e, o) {
4807
- const a = u("note", J), i = d(null);
4808
- return o.expose({}), { componentName: a, element: i };
4864
+ methods: {},
4865
+ setup(e, t) {
4866
+ const i = d("note", X), o = s(null);
4867
+ return { componentName: i, element: o };
4809
4868
  },
4810
4869
  render() {
4811
- return r ? n(
4870
+ return l ? n(
4812
4871
  this.componentName,
4813
4872
  {
4814
4873
  ref: "element",
@@ -4851,9 +4910,9 @@ const qe = h({
4851
4910
  ]
4852
4911
  );
4853
4912
  }
4854
- }), ci = h({
4913
+ }), vi = r({
4855
4914
  name: "VNumberField",
4856
- model: r ? {
4915
+ model: l ? {
4857
4916
  prop: "modelValue",
4858
4917
  event: "update:modelValue"
4859
4918
  } : void 0,
@@ -5016,42 +5075,43 @@ const qe = h({
5016
5075
  */
5017
5076
  "update:modelValue"
5018
5077
  ],
5019
- setup(e, o) {
5020
- const a = u(
5078
+ methods: {
5079
+ /**
5080
+ * {@inheritDoc (FormAssociated:interface).validate}
5081
+ */
5082
+ validate() {
5083
+ var e;
5084
+ return (e = this.element) == null ? void 0 : e.validate();
5085
+ },
5086
+ /**
5087
+ * Selects all the text in the number field
5088
+ */
5089
+ select() {
5090
+ var e;
5091
+ return (e = this.element) == null ? void 0 : e.select();
5092
+ },
5093
+ stepChanged(e, t) {
5094
+ var i;
5095
+ return (i = this.element) == null ? void 0 : i.stepChanged(e, t);
5096
+ },
5097
+ stepUp() {
5098
+ var e;
5099
+ return (e = this.element) == null ? void 0 : e.stepUp();
5100
+ },
5101
+ stepDown() {
5102
+ var e;
5103
+ return (e = this.element) == null ? void 0 : e.stepDown();
5104
+ }
5105
+ },
5106
+ setup(e, t) {
5107
+ const i = d(
5021
5108
  "number-field",
5022
5109
  Z
5023
- ), i = d(null);
5024
- return o.expose({
5025
- /**
5026
- * {@inheritDoc (FormAssociated:interface).validate}
5027
- */
5028
- validate() {
5029
- var t;
5030
- return (t = i.value) == null ? void 0 : t.validate();
5031
- },
5032
- /**
5033
- * Selects all the text in the number field
5034
- */
5035
- select() {
5036
- var t;
5037
- return (t = i.value) == null ? void 0 : t.select();
5038
- },
5039
- stepChanged(t, s) {
5040
- var p;
5041
- return (p = i.value) == null ? void 0 : p.stepChanged(t, s);
5042
- },
5043
- stepUp() {
5044
- var t;
5045
- return (t = i.value) == null ? void 0 : t.stepUp();
5046
- },
5047
- stepDown() {
5048
- var t;
5049
- return (t = i.value) == null ? void 0 : t.stepDown();
5050
- }
5051
- }), { componentName: a, element: i };
5110
+ ), o = s(null);
5111
+ return { componentName: i, element: o };
5052
5112
  },
5053
5113
  render() {
5054
- return r ? n(
5114
+ return l ? n(
5055
5115
  this.componentName,
5056
5116
  {
5057
5117
  ref: "element",
@@ -5151,7 +5211,7 @@ const qe = h({
5151
5211
  []
5152
5212
  );
5153
5213
  }
5154
- }), vi = h({
5214
+ }), mi = r({
5155
5215
  name: "VOption",
5156
5216
  props: {
5157
5217
  /**
@@ -5218,24 +5278,25 @@ const qe = h({
5218
5278
  */
5219
5279
  "input"
5220
5280
  ],
5221
- setup(e, o) {
5222
- const a = u("option", Q), i = d(null);
5223
- return o.expose({
5224
- /**
5225
- * Updates the ariaChecked property when the checked property changes.
5226
- */
5227
- checkedChanged(t, s) {
5228
- var p;
5229
- return (p = i.value) == null ? void 0 : p.checkedChanged(t, s);
5230
- },
5231
- initialValueChanged(t, s) {
5232
- var p;
5233
- return (p = i.value) == null ? void 0 : p.initialValueChanged(t, s);
5234
- }
5235
- }), { componentName: a, element: i };
5281
+ methods: {
5282
+ /**
5283
+ * Updates the ariaChecked property when the checked property changes.
5284
+ */
5285
+ checkedChanged(e, t) {
5286
+ var i;
5287
+ return (i = this.element) == null ? void 0 : i.checkedChanged(e, t);
5288
+ },
5289
+ initialValueChanged(e, t) {
5290
+ var i;
5291
+ return (i = this.element) == null ? void 0 : i.initialValueChanged(e, t);
5292
+ }
5293
+ },
5294
+ setup(e, t) {
5295
+ const i = d("option", Q), o = s(null);
5296
+ return { componentName: i, element: o };
5236
5297
  },
5237
5298
  render() {
5238
- return r ? n(
5299
+ return l ? n(
5239
5300
  this.componentName,
5240
5301
  {
5241
5302
  ref: "element",
@@ -5261,7 +5322,7 @@ const qe = h({
5261
5322
  },
5262
5323
  [
5263
5324
  // @slot icon Slot to add an icon to the option.
5264
- l("icon", this.$slots.icon)
5325
+ a("icon", this.$slots.icon)
5265
5326
  ]
5266
5327
  ) : n(
5267
5328
  this.componentName,
@@ -5285,11 +5346,11 @@ const qe = h({
5285
5346
  },
5286
5347
  [
5287
5348
  // @slot icon Slot to add an icon to the option.
5288
- l("icon", this.$slots.icon)
5349
+ a("icon", this.$slots.icon)
5289
5350
  ]
5290
5351
  );
5291
5352
  }
5292
- }), mi = h({
5353
+ }), fi = r({
5293
5354
  name: "VPagination",
5294
5355
  props: {
5295
5356
  /**
@@ -5351,25 +5412,26 @@ const qe = h({
5351
5412
  */
5352
5413
  "pagination-change"
5353
5414
  ],
5354
- setup(e, o) {
5355
- const a = u("pagination", Y), i = d(null);
5356
- return o.expose({
5357
- totalChanged(t, s) {
5358
- var p;
5359
- return (p = i.value) == null ? void 0 : p.totalChanged(t, s);
5360
- },
5361
- selectedIndexChanged(t, s) {
5362
- var p;
5363
- return (p = i.value) == null ? void 0 : p.selectedIndexChanged(t, s);
5364
- },
5365
- paginationButtonsChanged(t, s) {
5366
- var p;
5367
- return (p = i.value) == null ? void 0 : p.paginationButtonsChanged(t, s);
5368
- }
5369
- }), { componentName: a, element: i };
5415
+ methods: {
5416
+ totalChanged(e, t) {
5417
+ var i;
5418
+ return (i = this.element) == null ? void 0 : i.totalChanged(e, t);
5419
+ },
5420
+ selectedIndexChanged(e, t) {
5421
+ var i;
5422
+ return (i = this.element) == null ? void 0 : i.selectedIndexChanged(e, t);
5423
+ },
5424
+ paginationButtonsChanged(e, t) {
5425
+ var i;
5426
+ return (i = this.element) == null ? void 0 : i.paginationButtonsChanged(e, t);
5427
+ }
5428
+ },
5429
+ setup(e, t) {
5430
+ const i = d("pagination", Y), o = s(null);
5431
+ return { componentName: i, element: o };
5370
5432
  },
5371
5433
  render() {
5372
- return r ? n(
5434
+ return l ? n(
5373
5435
  this.componentName,
5374
5436
  {
5375
5437
  ref: "element",
@@ -5415,7 +5477,7 @@ const qe = h({
5415
5477
  []
5416
5478
  );
5417
5479
  }
5418
- }), fi = h({
5480
+ }), gi = r({
5419
5481
  name: "VProgress",
5420
5482
  props: {
5421
5483
  /**
@@ -5493,12 +5555,13 @@ const qe = h({
5493
5555
  */
5494
5556
  "input"
5495
5557
  ],
5496
- setup(e, o) {
5497
- const a = u("progress", I), i = d(null);
5498
- return o.expose({}), { componentName: a, element: i };
5558
+ methods: {},
5559
+ setup(e, t) {
5560
+ const i = d("progress", I), o = s(null);
5561
+ return { componentName: i, element: o };
5499
5562
  },
5500
5563
  render() {
5501
- return r ? n(
5564
+ return l ? n(
5502
5565
  this.componentName,
5503
5566
  {
5504
5567
  ref: "element",
@@ -5548,7 +5611,7 @@ const qe = h({
5548
5611
  []
5549
5612
  );
5550
5613
  }
5551
- }), gi = h({
5614
+ }), yi = r({
5552
5615
  name: "VProgressRing",
5553
5616
  props: {
5554
5617
  /**
@@ -5616,15 +5679,16 @@ const qe = h({
5616
5679
  */
5617
5680
  "input"
5618
5681
  ],
5619
- setup(e, o) {
5620
- const a = u(
5682
+ methods: {},
5683
+ setup(e, t) {
5684
+ const i = d(
5621
5685
  "progress-ring",
5622
5686
  ee
5623
- ), i = d(null);
5624
- return o.expose({}), { componentName: a, element: i };
5687
+ ), o = s(null);
5688
+ return { componentName: i, element: o };
5625
5689
  },
5626
5690
  render() {
5627
- return r ? n(
5691
+ return l ? n(
5628
5692
  this.componentName,
5629
5693
  {
5630
5694
  ref: "element",
@@ -5672,7 +5736,7 @@ const qe = h({
5672
5736
  []
5673
5737
  );
5674
5738
  }
5675
- }), yi = h({
5739
+ }), bi = r({
5676
5740
  name: "VRadio",
5677
5741
  props: {
5678
5742
  /**
@@ -5773,12 +5837,13 @@ const qe = h({
5773
5837
  */
5774
5838
  "change"
5775
5839
  ],
5776
- setup(e, o) {
5777
- const a = u("radio", ie), i = d(null);
5778
- return o.expose({}), { componentName: a, element: i };
5840
+ methods: {},
5841
+ setup(e, t) {
5842
+ const i = d("radio", ie), o = s(null);
5843
+ return { componentName: i, element: o };
5779
5844
  },
5780
5845
  render() {
5781
- return r ? n(
5846
+ return l ? n(
5782
5847
  this.componentName,
5783
5848
  {
5784
5849
  ref: "element",
@@ -5836,9 +5901,9 @@ const qe = h({
5836
5901
  []
5837
5902
  );
5838
5903
  }
5839
- }), bi = h({
5904
+ }), ki = r({
5840
5905
  name: "VRadioGroup",
5841
- model: r ? {
5906
+ model: l ? {
5842
5907
  prop: "modelValue",
5843
5908
  event: "update:modelValue"
5844
5909
  } : void 0,
@@ -5921,12 +5986,13 @@ const qe = h({
5921
5986
  */
5922
5987
  "update:modelValue"
5923
5988
  ],
5924
- setup(e, o) {
5925
- const a = u("radio-group", te), i = d(null);
5926
- return o.expose({}), { componentName: a, element: i };
5989
+ methods: {},
5990
+ setup(e, t) {
5991
+ const i = d("radio-group", te), o = s(null);
5992
+ return { componentName: i, element: o };
5927
5993
  },
5928
5994
  render() {
5929
- return r ? n(
5995
+ return l ? n(
5930
5996
  this.componentName,
5931
5997
  {
5932
5998
  ref: "element",
@@ -5987,7 +6053,7 @@ const qe = h({
5987
6053
  ]
5988
6054
  );
5989
6055
  }
5990
- }), ki = h({
6056
+ }), Si = r({
5991
6057
  name: "VSelectableBox",
5992
6058
  props: {
5993
6059
  /**
@@ -6066,15 +6132,16 @@ const qe = h({
6066
6132
  */
6067
6133
  "change"
6068
6134
  ],
6069
- setup(e, o) {
6070
- const a = u(
6135
+ methods: {},
6136
+ setup(e, t) {
6137
+ const i = d(
6071
6138
  "selectable-box",
6072
6139
  oe
6073
- ), i = d(null);
6074
- return o.expose({}), { componentName: a, element: i };
6140
+ ), o = s(null);
6141
+ return { componentName: i, element: o };
6075
6142
  },
6076
6143
  render() {
6077
- return r ? n(
6144
+ return l ? n(
6078
6145
  this.componentName,
6079
6146
  {
6080
6147
  ref: "element",
@@ -6127,9 +6194,9 @@ const qe = h({
6127
6194
  ]
6128
6195
  );
6129
6196
  }
6130
- }), Si = h({
6197
+ }), $i = r({
6131
6198
  name: "VSelect",
6132
- model: r ? {
6199
+ model: l ? {
6133
6200
  prop: "modelValue",
6134
6201
  event: "update:modelValue"
6135
6202
  } : void 0,
@@ -6268,45 +6335,46 @@ const qe = h({
6268
6335
  */
6269
6336
  "update:modelValue"
6270
6337
  ],
6271
- setup(e, o) {
6272
- const a = u("select", ae), i = d(null);
6273
- return o.expose({
6274
- /**
6275
- * Calculate and apply listbox positioning based on available viewport space.
6276
- */
6277
- setPositioning() {
6278
- var t;
6279
- return (t = i.value) == null ? void 0 : t.setPositioning();
6280
- },
6281
- /**
6282
- * Sets the multiple property on the proxy element.
6283
- */
6284
- multipleChanged(t, s) {
6285
- var p;
6286
- return (p = i.value) == null ? void 0 : p.multipleChanged(t, s);
6287
- },
6288
- /**
6289
- * Sets an option as selected and gives it focus.
6290
- */
6291
- setSelectedOptions() {
6292
- var t;
6293
- return (t = i.value) == null ? void 0 : t.setSelectedOptions();
6294
- },
6295
- /**
6296
- * Moves focus to the first selectable option.
6297
- */
6298
- selectFirstOption() {
6299
- var t;
6300
- return (t = i.value) == null ? void 0 : t.selectFirstOption();
6301
- },
6302
- setDefaultSelectedOption() {
6303
- var t;
6304
- return (t = i.value) == null ? void 0 : t.setDefaultSelectedOption();
6305
- }
6306
- }), { componentName: a, element: i };
6338
+ methods: {
6339
+ /**
6340
+ * Calculate and apply listbox positioning based on available viewport space.
6341
+ */
6342
+ setPositioning() {
6343
+ var e;
6344
+ return (e = this.element) == null ? void 0 : e.setPositioning();
6345
+ },
6346
+ /**
6347
+ * Sets the multiple property on the proxy element.
6348
+ */
6349
+ multipleChanged(e, t) {
6350
+ var i;
6351
+ return (i = this.element) == null ? void 0 : i.multipleChanged(e, t);
6352
+ },
6353
+ /**
6354
+ * Sets an option as selected and gives it focus.
6355
+ */
6356
+ setSelectedOptions() {
6357
+ var e;
6358
+ return (e = this.element) == null ? void 0 : e.setSelectedOptions();
6359
+ },
6360
+ /**
6361
+ * Moves focus to the first selectable option.
6362
+ */
6363
+ selectFirstOption() {
6364
+ var e;
6365
+ return (e = this.element) == null ? void 0 : e.selectFirstOption();
6366
+ },
6367
+ setDefaultSelectedOption() {
6368
+ var e;
6369
+ return (e = this.element) == null ? void 0 : e.setDefaultSelectedOption();
6370
+ }
6371
+ },
6372
+ setup(e, t) {
6373
+ const i = d("select", ne), o = s(null);
6374
+ return { componentName: i, element: o };
6307
6375
  },
6308
6376
  render() {
6309
- return r ? n(
6377
+ return l ? n(
6310
6378
  this.componentName,
6311
6379
  {
6312
6380
  ref: "element",
@@ -6350,9 +6418,9 @@ const qe = h({
6350
6418
  [
6351
6419
  this.$slots.default,
6352
6420
  // @slot icon Slot to add an icon to the select control.
6353
- l("icon", this.$slots.icon),
6421
+ a("icon", this.$slots.icon),
6354
6422
  // @slot meta Slot to add meta content to the select control.
6355
- l("meta", this.$slots.meta)
6423
+ a("meta", this.$slots.meta)
6356
6424
  ]
6357
6425
  ) : n(
6358
6426
  this.componentName,
@@ -6395,13 +6463,13 @@ const qe = h({
6395
6463
  // @ts-ignore
6396
6464
  this.$slots.default && this.$slots.default(),
6397
6465
  // @slot icon Slot to add an icon to the select control.
6398
- l("icon", this.$slots.icon),
6466
+ a("icon", this.$slots.icon),
6399
6467
  // @slot meta Slot to add meta content to the select control.
6400
- l("meta", this.$slots.meta)
6468
+ a("meta", this.$slots.meta)
6401
6469
  ]
6402
6470
  );
6403
6471
  }
6404
- }), $i = h({
6472
+ }), xi = r({
6405
6473
  name: "VSideDrawer",
6406
6474
  props: {
6407
6475
  /**
@@ -6470,12 +6538,13 @@ const qe = h({
6470
6538
  */
6471
6539
  "open"
6472
6540
  ],
6473
- setup(e, o) {
6474
- const a = u("side-drawer", ne), i = d(null);
6475
- return o.expose({}), { componentName: a, element: i };
6541
+ methods: {},
6542
+ setup(e, t) {
6543
+ const i = d("side-drawer", ae), o = s(null);
6544
+ return { componentName: i, element: o };
6476
6545
  },
6477
6546
  render() {
6478
- return r ? n(
6547
+ return l ? n(
6479
6548
  this.componentName,
6480
6549
  {
6481
6550
  ref: "element",
@@ -6501,7 +6570,7 @@ const qe = h({
6501
6570
  [
6502
6571
  this.$slots.default,
6503
6572
  // @slot app-content Sets assigned nodes to the main application content, the side drawer is opened next to.
6504
- l("app-content", this.$slots["app-content"])
6573
+ a("app-content", this.$slots["app-content"])
6505
6574
  ]
6506
6575
  ) : n(
6507
6576
  this.componentName,
@@ -6526,13 +6595,13 @@ const qe = h({
6526
6595
  // @ts-ignore
6527
6596
  this.$slots.default && this.$slots.default(),
6528
6597
  // @slot app-content Sets assigned nodes to the main application content, the side drawer is opened next to.
6529
- l("app-content", this.$slots["app-content"])
6598
+ a("app-content", this.$slots["app-content"])
6530
6599
  ]
6531
6600
  );
6532
6601
  }
6533
- }), xi = h({
6602
+ }), wi = r({
6534
6603
  name: "VSlider",
6535
- model: r ? {
6604
+ model: l ? {
6536
6605
  prop: "modelValue",
6537
6606
  event: "update:modelValue"
6538
6607
  } : void 0,
@@ -6652,36 +6721,35 @@ const qe = h({
6652
6721
  */
6653
6722
  "update:modelValue"
6654
6723
  ],
6655
- setup(e, o) {
6656
- const a = u("slider", le), i = d(null);
6657
- return o.expose({
6658
- /**
6659
- * Increment the value by the step
6660
- */
6661
- increment() {
6662
- var t;
6663
- return (t = i.value) == null ? void 0 : t.increment();
6664
- },
6665
- /**
6666
- * Decrement the value by the step
6667
- */
6668
- decrement() {
6669
- var t;
6670
- return (t = i.value) == null ? void 0 : t.decrement();
6671
- },
6672
- /**
6673
- * Places the thumb based on the current value
6674
- */
6675
- setThumbPositionForOrientation(t) {
6676
- var s;
6677
- return (s = i.value) == null ? void 0 : s.setThumbPositionForOrientation(
6678
- t
6679
- );
6680
- }
6681
- }), { componentName: a, element: i };
6724
+ methods: {
6725
+ /**
6726
+ * Increment the value by the step
6727
+ */
6728
+ increment() {
6729
+ var e;
6730
+ return (e = this.element) == null ? void 0 : e.increment();
6731
+ },
6732
+ /**
6733
+ * Decrement the value by the step
6734
+ */
6735
+ decrement() {
6736
+ var e;
6737
+ return (e = this.element) == null ? void 0 : e.decrement();
6738
+ },
6739
+ /**
6740
+ * Places the thumb based on the current value
6741
+ */
6742
+ setThumbPositionForOrientation(e) {
6743
+ var t;
6744
+ return (t = this.element) == null ? void 0 : t.setThumbPositionForOrientation(e);
6745
+ }
6746
+ },
6747
+ setup(e, t) {
6748
+ const i = d("slider", le), o = s(null);
6749
+ return { componentName: i, element: o };
6682
6750
  },
6683
6751
  render() {
6684
- return r ? n(
6752
+ return l ? n(
6685
6753
  this.componentName,
6686
6754
  {
6687
6755
  ref: "element",
@@ -6757,12 +6825,8 @@ const qe = h({
6757
6825
  []
6758
6826
  );
6759
6827
  }
6760
- }), wi = h({
6761
- name: "VSwitch",
6762
- model: r ? {
6763
- prop: "modelValue",
6764
- event: "update:modelValue"
6765
- } : void 0,
6828
+ }), Ci = r({
6829
+ name: "VSplitButton",
6766
6830
  props: {
6767
6831
  /**
6768
6832
  * Indicates the element that represents the current item within a container or set of related elements.
@@ -6772,20 +6836,58 @@ const qe = h({
6772
6836
  default: void 0
6773
6837
  },
6774
6838
  /**
6775
- * Indicates the switch's label.
6839
+ * The connotation the split button should have.
6776
6840
  */
6777
- label: { type: String, default: void 0 },
6841
+ connotation: {
6842
+ type: String,
6843
+ default: void 0
6844
+ },
6778
6845
  /**
6779
- * Indicates the switch's connotation.
6846
+ * The shape the split button should have.
6780
6847
  */
6781
- connotation: {
6848
+ shape: { type: String, default: void 0 },
6849
+ /**
6850
+ * The appearance the split button should have.
6851
+ */
6852
+ appearance: {
6782
6853
  type: String,
6783
6854
  default: void 0
6784
6855
  },
6785
6856
  /**
6786
- * The current checked state of the switch.
6857
+ * The size the split button should have.
6787
6858
  */
6788
- modelValue: { type: Boolean, default: void 0 }
6859
+ size: {
6860
+ type: String,
6861
+ default: void 0
6862
+ },
6863
+ /**
6864
+ * Indicates the split button's label.
6865
+ */
6866
+ label: { type: String, default: void 0 },
6867
+ /**
6868
+ * Indicates the split button's icon.
6869
+ * See the Vivid Icon Gallery for available icons: https://icons.vivid.vonage.com/
6870
+ */
6871
+ icon: { type: String, default: void 0 },
6872
+ /**
6873
+ * Indicates the split button's icon indicator.
6874
+ */
6875
+ splitIndicator: { type: String, default: void 0 },
6876
+ /**
6877
+ * Indicates if the button is disabled.
6878
+ */
6879
+ disabled: { type: Boolean, default: void 0 },
6880
+ ariaLabel: { type: String, default: void 0 },
6881
+ ariaExpanded: { type: String, default: void 0 },
6882
+ /**
6883
+ * Defines a string value that labels the indicator element.
6884
+ *
6885
+ * https://www.w3.org/TR/wai-aria-1.1/#aria-label
6886
+ */
6887
+ indicatorAriaLabel: {
6888
+ type: String,
6889
+ default: void 0
6890
+ }
6789
6891
  },
6790
6892
  emits: [
6791
6893
  /**
@@ -6819,30 +6921,42 @@ const qe = h({
6819
6921
  */
6820
6922
  "input",
6821
6923
  /**
6822
- * Emitted when the checked state of the switch changes.
6823
- * @type {Event}
6924
+ * Event emitted when the action button is clicked
6925
+ * @type {unknown}
6824
6926
  */
6825
- "change",
6927
+ "action-click",
6826
6928
  /**
6827
- * Emitted when the checked state of the switch changes.
6828
- * @type {boolean}
6929
+ * Event emitted when the indicator button is clicked
6930
+ * @type {unknown}
6829
6931
  */
6830
- "update:modelValue"
6932
+ "indicator-click"
6831
6933
  ],
6832
- setup(e, o) {
6833
- const a = u("switch", se), i = d(null);
6834
- return o.expose({}), { componentName: a, element: i };
6934
+ methods: {},
6935
+ setup(e, t) {
6936
+ const i = d(
6937
+ "split-button",
6938
+ se
6939
+ ), o = s(null);
6940
+ return { componentName: i, element: o };
6835
6941
  },
6836
6942
  render() {
6837
- return r ? n(
6943
+ return l ? n(
6838
6944
  this.componentName,
6839
6945
  {
6840
6946
  ref: "element",
6841
6947
  attrs: {
6842
6948
  ...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
6843
- ...this.label !== void 0 ? { label: this.label } : {},
6844
6949
  ...this.connotation !== void 0 ? { connotation: this.connotation } : {},
6845
- ...this.modelValue !== void 0 ? { "current-checked": this.modelValue } : {}
6950
+ ...this.shape !== void 0 ? { shape: this.shape } : {},
6951
+ ...this.appearance !== void 0 ? { appearance: this.appearance } : {},
6952
+ ...this.size !== void 0 ? { size: this.size } : {},
6953
+ ...this.label !== void 0 ? { label: this.label } : {},
6954
+ ...this.icon !== void 0 ? { icon: this.icon } : {},
6955
+ ...this.splitIndicator !== void 0 ? { "split-indicator": this.splitIndicator } : {},
6956
+ ...this.disabled !== void 0 ? { disabled: this.disabled } : {},
6957
+ ...this.ariaLabel !== void 0 ? { "aria-label": this.ariaLabel } : {},
6958
+ ...this.ariaExpanded !== void 0 ? { "aria-expanded": this.ariaExpanded } : {},
6959
+ ...this.indicatorAriaLabel !== void 0 ? { "indicator-aria-label": this.indicatorAriaLabel } : {}
6846
6960
  },
6847
6961
  class: "vvd-component",
6848
6962
  on: {
@@ -6852,27 +6966,160 @@ const qe = h({
6852
6966
  keydown: (e) => this.$emit("keydown", e),
6853
6967
  keyup: (e) => this.$emit("keyup", e),
6854
6968
  input: (e) => this.$emit("input", e),
6855
- change: (e) => {
6856
- this.$emit(
6857
- "update:modelValue",
6858
- e.target.checked
6859
- ), this.$emit("change", e);
6860
- }
6969
+ "action-click": (e) => this.$emit("action-click", e),
6970
+ "indicator-click": (e) => this.$emit("indicator-click", e)
6861
6971
  }
6862
6972
  },
6863
- []
6973
+ [this.$slots.default]
6864
6974
  ) : n(
6865
6975
  this.componentName,
6866
6976
  {
6867
6977
  ref: "element",
6868
6978
  class: "vvd-component",
6869
6979
  ...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
6870
- ...this.label !== void 0 ? { label: this.label } : {},
6871
6980
  ...this.connotation !== void 0 ? { connotation: this.connotation } : {},
6872
- ...this.modelValue !== void 0 ? { "current-checked": this.modelValue } : {},
6873
- onClick: (e) => this.$emit("click", e),
6874
- onFocus: (e) => this.$emit("focus", e),
6875
- onBlur: (e) => this.$emit("blur", e),
6981
+ ...this.shape !== void 0 ? { shape: this.shape } : {},
6982
+ ...this.appearance !== void 0 ? { appearance: this.appearance } : {},
6983
+ ...this.size !== void 0 ? { size: this.size } : {},
6984
+ ...this.label !== void 0 ? { label: this.label } : {},
6985
+ ...this.icon !== void 0 ? { icon: this.icon } : {},
6986
+ ...this.splitIndicator !== void 0 ? { "split-indicator": this.splitIndicator } : {},
6987
+ ...this.disabled !== void 0 ? { disabled: this.disabled } : {},
6988
+ ...this.ariaLabel !== void 0 ? { "aria-label": this.ariaLabel } : {},
6989
+ ...this.ariaExpanded !== void 0 ? { "aria-expanded": this.ariaExpanded } : {},
6990
+ ...this.indicatorAriaLabel !== void 0 ? { "indicator-aria-label": this.indicatorAriaLabel } : {},
6991
+ onClick: (e) => this.$emit("click", e),
6992
+ onFocus: (e) => this.$emit("focus", e),
6993
+ onBlur: (e) => this.$emit("blur", e),
6994
+ onKeydown: (e) => this.$emit("keydown", e),
6995
+ onKeyup: (e) => this.$emit("keyup", e),
6996
+ onInput: (e) => this.$emit("input", e),
6997
+ onActionClick: (e) => this.$emit("action-click", e),
6998
+ onIndicatorClick: (e) => this.$emit("indicator-click", e)
6999
+ },
7000
+ [
7001
+ // @ts-ignore
7002
+ this.$slots.default && this.$slots.default()
7003
+ ]
7004
+ );
7005
+ }
7006
+ }), Li = r({
7007
+ name: "VSwitch",
7008
+ model: l ? {
7009
+ prop: "modelValue",
7010
+ event: "update:modelValue"
7011
+ } : void 0,
7012
+ props: {
7013
+ /**
7014
+ * Indicates the element that represents the current item within a container or set of related elements.
7015
+ */
7016
+ ariaCurrent: {
7017
+ type: String,
7018
+ default: void 0
7019
+ },
7020
+ /**
7021
+ * Indicates the switch's label.
7022
+ */
7023
+ label: { type: String, default: void 0 },
7024
+ /**
7025
+ * Indicates the switch's connotation.
7026
+ */
7027
+ connotation: {
7028
+ type: String,
7029
+ default: void 0
7030
+ },
7031
+ /**
7032
+ * The current checked state of the switch.
7033
+ */
7034
+ modelValue: { type: Boolean, default: void 0 }
7035
+ },
7036
+ emits: [
7037
+ /**
7038
+ * Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element.
7039
+ * @type {MouseEvent}
7040
+ */
7041
+ "click",
7042
+ /**
7043
+ * Fires when the element receives focus.
7044
+ * @type {FocusEvent}
7045
+ */
7046
+ "focus",
7047
+ /**
7048
+ * Fires when the element loses focus.
7049
+ * @type {FocusEvent}
7050
+ */
7051
+ "blur",
7052
+ /**
7053
+ * Fires when a key is pressed.
7054
+ * @type {KeyboardEvent}
7055
+ */
7056
+ "keydown",
7057
+ /**
7058
+ * Fires when a key is released.
7059
+ * @type {KeyboardEvent}
7060
+ */
7061
+ "keyup",
7062
+ /**
7063
+ * Fires when the value of an element has been changed.
7064
+ * @type {Event}
7065
+ */
7066
+ "input",
7067
+ /**
7068
+ * Emitted when the checked state of the switch changes.
7069
+ * @type {Event}
7070
+ */
7071
+ "change",
7072
+ /**
7073
+ * Emitted when the checked state of the switch changes.
7074
+ * @type {boolean}
7075
+ */
7076
+ "update:modelValue"
7077
+ ],
7078
+ methods: {},
7079
+ setup(e, t) {
7080
+ const i = d("switch", re), o = s(null);
7081
+ return { componentName: i, element: o };
7082
+ },
7083
+ render() {
7084
+ return l ? n(
7085
+ this.componentName,
7086
+ {
7087
+ ref: "element",
7088
+ attrs: {
7089
+ ...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
7090
+ ...this.label !== void 0 ? { label: this.label } : {},
7091
+ ...this.connotation !== void 0 ? { connotation: this.connotation } : {},
7092
+ ...this.modelValue !== void 0 ? { "current-checked": this.modelValue } : {}
7093
+ },
7094
+ class: "vvd-component",
7095
+ on: {
7096
+ click: (e) => this.$emit("click", e),
7097
+ focus: (e) => this.$emit("focus", e),
7098
+ blur: (e) => this.$emit("blur", e),
7099
+ keydown: (e) => this.$emit("keydown", e),
7100
+ keyup: (e) => this.$emit("keyup", e),
7101
+ input: (e) => this.$emit("input", e),
7102
+ change: (e) => {
7103
+ this.$emit(
7104
+ "update:modelValue",
7105
+ e.target.checked
7106
+ ), this.$emit("change", e);
7107
+ }
7108
+ }
7109
+ },
7110
+ []
7111
+ ) : n(
7112
+ this.componentName,
7113
+ {
7114
+ ref: "element",
7115
+ class: "vvd-component",
7116
+ ...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
7117
+ ...this.label !== void 0 ? { label: this.label } : {},
7118
+ ...this.connotation !== void 0 ? { connotation: this.connotation } : {},
7119
+ ...this.modelValue !== void 0 ? { "current-checked": this.modelValue } : {},
7120
+ onClick: (e) => this.$emit("click", e),
7121
+ onFocus: (e) => this.$emit("focus", e),
7122
+ onBlur: (e) => this.$emit("blur", e),
6876
7123
  onKeydown: (e) => this.$emit("keydown", e),
6877
7124
  onKeyup: (e) => this.$emit("keyup", e),
6878
7125
  onInput: (e) => this.$emit("input", e),
@@ -6886,7 +7133,7 @@ const qe = h({
6886
7133
  []
6887
7134
  );
6888
7135
  }
6889
- }), Ci = h({
7136
+ }), Vi = r({
6890
7137
  name: "VTab",
6891
7138
  props: {
6892
7139
  /**
@@ -6962,12 +7209,13 @@ const qe = h({
6962
7209
  */
6963
7210
  "input"
6964
7211
  ],
6965
- setup(e, o) {
6966
- const a = u("tab", re), i = d(null);
6967
- return o.expose({}), { componentName: a, element: i };
7212
+ methods: {},
7213
+ setup(e, t) {
7214
+ const i = d("tab", de), o = s(null);
7215
+ return { componentName: i, element: o };
6968
7216
  },
6969
7217
  render() {
6970
- return r ? n(
7218
+ return l ? n(
6971
7219
  this.componentName,
6972
7220
  {
6973
7221
  ref: "element",
@@ -6994,7 +7242,7 @@ const qe = h({
6994
7242
  },
6995
7243
  [
6996
7244
  // @slot icon Slot to add an icon to tab.
6997
- l("icon", this.$slots.icon)
7245
+ a("icon", this.$slots.icon)
6998
7246
  ]
6999
7247
  ) : n(
7000
7248
  this.componentName,
@@ -7019,11 +7267,11 @@ const qe = h({
7019
7267
  },
7020
7268
  [
7021
7269
  // @slot icon Slot to add an icon to tab.
7022
- l("icon", this.$slots.icon)
7270
+ a("icon", this.$slots.icon)
7023
7271
  ]
7024
7272
  );
7025
7273
  }
7026
- }), Li = h({
7274
+ }), Bi = r({
7027
7275
  name: "VTabs",
7028
7276
  props: {
7029
7277
  /**
@@ -7054,6 +7302,13 @@ const qe = h({
7054
7302
  connotation: {
7055
7303
  type: String,
7056
7304
  default: void 0
7305
+ },
7306
+ /**
7307
+ * sets the initial preferred margin from predefined available options
7308
+ */
7309
+ gutters: {
7310
+ type: String,
7311
+ default: void 0
7057
7312
  }
7058
7313
  },
7059
7314
  emits: [
@@ -7093,44 +7348,45 @@ const qe = h({
7093
7348
  */
7094
7349
  "change"
7095
7350
  ],
7096
- setup(e, o) {
7097
- const a = u("tabs", de), i = d(null);
7098
- return o.expose({
7099
- /**
7100
- * The adjust method for FASTTabs
7101
- */
7102
- adjust(t) {
7103
- var s;
7104
- return (s = i.value) == null ? void 0 : s.adjust(t);
7105
- },
7106
- connotationChanged() {
7107
- var t;
7108
- return (t = i.value) == null ? void 0 : t.connotationChanged();
7109
- },
7110
- orientationChanged() {
7111
- var t;
7112
- return (t = i.value) == null ? void 0 : t.orientationChanged();
7113
- },
7114
- activeidChanged(t, s) {
7115
- var p;
7116
- return (p = i.value) == null ? void 0 : p.activeidChanged(t, s);
7117
- },
7118
- tabsChanged() {
7119
- var t;
7120
- return (t = i.value) == null ? void 0 : t.tabsChanged();
7121
- },
7122
- tabpanelsChanged() {
7123
- var t;
7124
- return (t = i.value) == null ? void 0 : t.tabpanelsChanged();
7125
- },
7126
- patchIndicatorStyleTransition() {
7127
- var t;
7128
- return (t = i.value) == null ? void 0 : t.patchIndicatorStyleTransition();
7129
- }
7130
- }), { componentName: a, element: i };
7351
+ methods: {
7352
+ /**
7353
+ * The adjust method for FASTTabs
7354
+ */
7355
+ adjust(e) {
7356
+ var t;
7357
+ return (t = this.element) == null ? void 0 : t.adjust(e);
7358
+ },
7359
+ connotationChanged() {
7360
+ var e;
7361
+ return (e = this.element) == null ? void 0 : e.connotationChanged();
7362
+ },
7363
+ orientationChanged() {
7364
+ var e;
7365
+ return (e = this.element) == null ? void 0 : e.orientationChanged();
7366
+ },
7367
+ activeidChanged(e, t) {
7368
+ var i;
7369
+ return (i = this.element) == null ? void 0 : i.activeidChanged(e, t);
7370
+ },
7371
+ tabsChanged() {
7372
+ var e;
7373
+ return (e = this.element) == null ? void 0 : e.tabsChanged();
7374
+ },
7375
+ tabpanelsChanged() {
7376
+ var e;
7377
+ return (e = this.element) == null ? void 0 : e.tabpanelsChanged();
7378
+ },
7379
+ patchIndicatorStyleTransition() {
7380
+ var e;
7381
+ return (e = this.element) == null ? void 0 : e.patchIndicatorStyleTransition();
7382
+ }
7383
+ },
7384
+ setup(e, t) {
7385
+ const i = d("tabs", he), o = s(null);
7386
+ return { componentName: i, element: o };
7131
7387
  },
7132
7388
  render() {
7133
- return r ? n(
7389
+ return l ? n(
7134
7390
  this.componentName,
7135
7391
  {
7136
7392
  ref: "element",
@@ -7139,7 +7395,8 @@ const qe = h({
7139
7395
  ...this.orientation !== void 0 ? { orientation: this.orientation } : {},
7140
7396
  ...this.activeid !== void 0 ? { activeid: this.activeid } : {},
7141
7397
  ...this.activeindicator !== void 0 ? { activeindicator: this.activeindicator } : {},
7142
- ...this.connotation !== void 0 ? { connotation: this.connotation } : {}
7398
+ ...this.connotation !== void 0 ? { connotation: this.connotation } : {},
7399
+ ...this.gutters !== void 0 ? { gutters: this.gutters } : {}
7143
7400
  },
7144
7401
  class: "vvd-component",
7145
7402
  on: {
@@ -7163,6 +7420,7 @@ const qe = h({
7163
7420
  ...this.activeid !== void 0 ? { activeid: this.activeid } : {},
7164
7421
  ...this.activeindicator !== void 0 ? { activeindicator: this.activeindicator } : {},
7165
7422
  ...this.connotation !== void 0 ? { connotation: this.connotation } : {},
7423
+ ...this.gutters !== void 0 ? { gutters: this.gutters } : {},
7166
7424
  onClick: (e) => this.$emit("click", e),
7167
7425
  onFocus: (e) => this.$emit("focus", e),
7168
7426
  onBlur: (e) => this.$emit("blur", e),
@@ -7177,7 +7435,7 @@ const qe = h({
7177
7435
  ]
7178
7436
  );
7179
7437
  }
7180
- }), Vi = h({
7438
+ }), Ti = r({
7181
7439
  name: "VTabPanel",
7182
7440
  props: {
7183
7441
  /**
@@ -7220,12 +7478,13 @@ const qe = h({
7220
7478
  */
7221
7479
  "input"
7222
7480
  ],
7223
- setup(e, o) {
7224
- const a = u("tab-panel", he), i = d(null);
7225
- return o.expose({}), { componentName: a, element: i };
7481
+ methods: {},
7482
+ setup(e, t) {
7483
+ const i = d("tab-panel", ue), o = s(null);
7484
+ return { componentName: i, element: o };
7226
7485
  },
7227
7486
  render() {
7228
- return r ? n(
7487
+ return l ? n(
7229
7488
  this.componentName,
7230
7489
  {
7231
7490
  ref: "element",
@@ -7262,17 +7521,120 @@ const qe = h({
7262
7521
  ]
7263
7522
  );
7264
7523
  }
7265
- }), Bi = h({
7524
+ }), Ni = r({
7266
7525
  name: "VTextArea",
7267
- model: r ? {
7526
+ model: l ? {
7268
7527
  prop: "modelValue",
7269
7528
  event: "update:modelValue"
7270
7529
  } : void 0,
7271
7530
  props: {
7272
7531
  /**
7273
- * The current value of the text-area.
7532
+ * The success text for the form element.
7533
+ */
7534
+ successText: { type: String, default: void 0 },
7535
+ /**
7536
+ * The helper text for the form element.
7537
+ */
7538
+ helperText: { type: String, default: void 0 },
7539
+ /**
7540
+ * Whether to show the character count.
7541
+ */
7542
+ charCount: { type: Boolean, default: void 0 },
7543
+ /**
7544
+ * The error text for the form element.
7545
+ */
7546
+ errorText: { type: String, default: void 0 },
7547
+ /**
7548
+ * The label for the form element.
7549
+ */
7550
+ label: { type: String, default: void 0 },
7551
+ /**
7552
+ * Indicates the element that represents the current item within a container or set of related elements.
7553
+ */
7554
+ ariaCurrent: {
7555
+ type: String,
7556
+ default: void 0
7557
+ },
7558
+ /**
7559
+ * Sets the element's disabled state. A disabled element will not be included during form submission.
7560
+ */
7561
+ disabled: { type: Boolean, default: void 0 },
7562
+ /**
7563
+ * The initial value of the form. This value sets the `value` property
7564
+ * only when the `value` property has not been explicitly set.
7565
+ */
7566
+ value: { type: String, default: void 0 },
7567
+ /**
7568
+ * The current value of the element. This property serves as a mechanism
7569
+ * to set the `value` property through both property assignment and the
7570
+ * .setAttribute() method. This is useful for setting the field's value
7571
+ * in UI libraries that bind data through the .setAttribute() API
7572
+ * and don't support IDL attribute binding.
7573
+ */
7574
+ modelValue: { type: String, default: void 0 },
7575
+ /**
7576
+ * Require the field to be completed prior to form submission.
7577
+ */
7578
+ required: { type: Boolean, default: void 0 },
7579
+ /**
7580
+ * When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.
7581
+ */
7582
+ readOnly: { type: Boolean, default: void 0 },
7583
+ /**
7584
+ * The resize mode of the element.
7585
+ */
7586
+ resize: {
7587
+ type: String,
7588
+ default: void 0
7589
+ },
7590
+ /**
7591
+ * Indicates that this element should get focus after the page finishes loading.
7592
+ */
7593
+ autofocus: { type: Boolean, default: void 0 },
7594
+ /**
7595
+ * The https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id | id of the https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form | form the element is associated to
7596
+ */
7597
+ form: { type: String, default: void 0 },
7598
+ /**
7599
+ * Allows associating a https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist | datalist to the element by https://developer.mozilla.org/en-US/docs/Web/API/Element/id.
7600
+ */
7601
+ list: { type: String, default: void 0 },
7602
+ /**
7603
+ * The maximum number of characters a user can enter.
7604
+ */
7605
+ maxlength: { type: Number, default: void 0 },
7606
+ /**
7607
+ * The minimum number of characters a user can enter.
7608
+ */
7609
+ minlength: { type: Number, default: void 0 },
7610
+ /**
7611
+ * The name of the element.
7612
+ */
7613
+ name: { type: String, default: void 0 },
7614
+ /**
7615
+ * Sets the placeholder value of the element, generally used to provide a hint to the user.
7274
7616
  */
7275
- modelValue: { type: String, default: void 0 }
7617
+ placeholder: { type: String, default: void 0 },
7618
+ /**
7619
+ * Sizes the element horizontally by a number of character columns.
7620
+ */
7621
+ cols: { type: Number, default: void 0 },
7622
+ /**
7623
+ * Sizes the element vertically by a number of character rows.
7624
+ */
7625
+ rows: { type: Number, default: void 0 },
7626
+ /**
7627
+ * Sets if the element is eligible for spell checking
7628
+ * but the UA.
7629
+ */
7630
+ spellcheck: { type: Boolean, default: void 0 },
7631
+ /**
7632
+ * The wrap attribute
7633
+ */
7634
+ wrap: {
7635
+ type: String,
7636
+ default: void 0
7637
+ }
7276
7638
  },
7277
7639
  emits: [
7278
7640
  /**
@@ -7305,23 +7667,66 @@ const qe = h({
7305
7667
  * @type {Event}
7306
7668
  */
7307
7669
  "input",
7670
+ /**
7671
+ * Emits a custom 'change' event when the textarea emits a change event
7672
+ * @type {unknown}
7673
+ */
7674
+ "change",
7308
7675
  /**
7309
7676
  * Fires when the value of an element has been changed.
7310
7677
  * @type {string}
7311
7678
  */
7312
7679
  "update:modelValue"
7313
7680
  ],
7314
- setup(e, o) {
7315
- const a = u("text-area", ue), i = d(null);
7316
- return o.expose({}), { componentName: a, element: i };
7681
+ methods: {
7682
+ /**
7683
+ * Selects all the text in the text area
7684
+ */
7685
+ select() {
7686
+ var e;
7687
+ return (e = this.element) == null ? void 0 : e.select();
7688
+ },
7689
+ /**
7690
+ * {@inheritDoc (FormAssociated:interface).validate}
7691
+ */
7692
+ validate() {
7693
+ var e;
7694
+ return (e = this.element) == null ? void 0 : e.validate();
7695
+ }
7696
+ },
7697
+ setup(e, t) {
7698
+ const i = d("text-area", ce), o = s(null);
7699
+ return { componentName: i, element: o };
7317
7700
  },
7318
7701
  render() {
7319
- return r ? n(
7702
+ return l ? n(
7320
7703
  this.componentName,
7321
7704
  {
7322
7705
  ref: "element",
7323
7706
  attrs: {
7324
- ...this.modelValue !== void 0 ? { "current-value": this.modelValue } : {}
7707
+ ...this.successText !== void 0 ? { "success-text": this.successText } : {},
7708
+ ...this.helperText !== void 0 ? { "helper-text": this.helperText } : {},
7709
+ ...this.charCount !== void 0 ? { "char-count": this.charCount } : {},
7710
+ ...this.errorText !== void 0 ? { "error-text": this.errorText } : {},
7711
+ ...this.label !== void 0 ? { label: this.label } : {},
7712
+ ...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
7713
+ ...this.disabled !== void 0 ? { disabled: this.disabled } : {},
7714
+ ...this.value !== void 0 ? { value: this.value } : {},
7715
+ ...this.modelValue !== void 0 ? { "current-value": this.modelValue } : {},
7716
+ ...this.required !== void 0 ? { required: this.required } : {},
7717
+ ...this.readOnly !== void 0 ? { readOnly: this.readOnly } : {},
7718
+ ...this.resize !== void 0 ? { resize: this.resize } : {},
7719
+ ...this.autofocus !== void 0 ? { autofocus: this.autofocus } : {},
7720
+ ...this.form !== void 0 ? { form: this.form } : {},
7721
+ ...this.list !== void 0 ? { list: this.list } : {},
7722
+ ...this.maxlength !== void 0 ? { maxlength: this.maxlength } : {},
7723
+ ...this.minlength !== void 0 ? { minlength: this.minlength } : {},
7724
+ ...this.name !== void 0 ? { name: this.name } : {},
7725
+ ...this.placeholder !== void 0 ? { placeholder: this.placeholder } : {},
7726
+ ...this.cols !== void 0 ? { cols: this.cols } : {},
7727
+ ...this.rows !== void 0 ? { rows: this.rows } : {},
7728
+ ...this.spellcheck !== void 0 ? { spellcheck: this.spellcheck } : {},
7729
+ ...this.wrap !== void 0 ? { wrap: this.wrap } : {}
7325
7730
  },
7326
7731
  class: "vvd-component",
7327
7732
  on: {
@@ -7335,7 +7740,8 @@ const qe = h({
7335
7740
  "update:modelValue",
7336
7741
  e.target.value
7337
7742
  ), this.$emit("input", e);
7338
- }
7743
+ },
7744
+ change: (e) => this.$emit("change", e)
7339
7745
  }
7340
7746
  },
7341
7747
  []
@@ -7344,7 +7750,29 @@ const qe = h({
7344
7750
  {
7345
7751
  ref: "element",
7346
7752
  class: "vvd-component",
7753
+ ...this.successText !== void 0 ? { "success-text": this.successText } : {},
7754
+ ...this.helperText !== void 0 ? { "helper-text": this.helperText } : {},
7755
+ ...this.charCount !== void 0 ? { "char-count": this.charCount } : {},
7756
+ ...this.errorText !== void 0 ? { "error-text": this.errorText } : {},
7757
+ ...this.label !== void 0 ? { label: this.label } : {},
7758
+ ...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
7759
+ ...this.disabled !== void 0 ? { disabled: this.disabled } : {},
7760
+ ...this.value !== void 0 ? { value: this.value } : {},
7347
7761
  ...this.modelValue !== void 0 ? { "current-value": this.modelValue } : {},
7762
+ ...this.required !== void 0 ? { required: this.required } : {},
7763
+ ...this.readOnly !== void 0 ? { readOnly: this.readOnly } : {},
7764
+ ...this.resize !== void 0 ? { resize: this.resize } : {},
7765
+ ...this.autofocus !== void 0 ? { autofocus: this.autofocus } : {},
7766
+ ...this.form !== void 0 ? { form: this.form } : {},
7767
+ ...this.list !== void 0 ? { list: this.list } : {},
7768
+ ...this.maxlength !== void 0 ? { maxlength: this.maxlength } : {},
7769
+ ...this.minlength !== void 0 ? { minlength: this.minlength } : {},
7770
+ ...this.name !== void 0 ? { name: this.name } : {},
7771
+ ...this.placeholder !== void 0 ? { placeholder: this.placeholder } : {},
7772
+ ...this.cols !== void 0 ? { cols: this.cols } : {},
7773
+ ...this.rows !== void 0 ? { rows: this.rows } : {},
7774
+ ...this.spellcheck !== void 0 ? { spellcheck: this.spellcheck } : {},
7775
+ ...this.wrap !== void 0 ? { wrap: this.wrap } : {},
7348
7776
  onClick: (e) => this.$emit("click", e),
7349
7777
  onFocus: (e) => this.$emit("focus", e),
7350
7778
  onBlur: (e) => this.$emit("blur", e),
@@ -7355,14 +7783,15 @@ const qe = h({
7355
7783
  "update:modelValue",
7356
7784
  e.target.value
7357
7785
  ), this.$emit("input", e);
7358
- }
7786
+ },
7787
+ onChange: (e) => this.$emit("change", e)
7359
7788
  },
7360
7789
  []
7361
7790
  );
7362
7791
  }
7363
- }), Ti = h({
7792
+ }), zi = r({
7364
7793
  name: "VTextField",
7365
- model: r ? {
7794
+ model: l ? {
7366
7795
  prop: "modelValue",
7367
7796
  event: "update:modelValue"
7368
7797
  } : void 0,
@@ -7516,31 +7945,32 @@ const qe = h({
7516
7945
  */
7517
7946
  "update:modelValue"
7518
7947
  ],
7519
- setup(e, o) {
7520
- const a = u("text-field", pe), i = d(null);
7521
- return o.expose({
7522
- /**
7523
- * Selects all the text in the text field
7524
- */
7525
- select() {
7526
- var t;
7527
- return (t = i.value) == null ? void 0 : t.select();
7528
- },
7529
- /**
7530
- * {@inheritDoc (FormAssociated:interface).validate}
7531
- */
7532
- validate() {
7533
- var t;
7534
- return (t = i.value) == null ? void 0 : t.validate();
7535
- },
7536
- focus() {
7537
- var t;
7538
- return (t = i.value) == null ? void 0 : t.focus();
7539
- }
7540
- }), { componentName: a, element: i };
7948
+ methods: {
7949
+ /**
7950
+ * Selects all the text in the text field
7951
+ */
7952
+ select() {
7953
+ var e;
7954
+ return (e = this.element) == null ? void 0 : e.select();
7955
+ },
7956
+ /**
7957
+ * {@inheritDoc (FormAssociated:interface).validate}
7958
+ */
7959
+ validate() {
7960
+ var e;
7961
+ return (e = this.element) == null ? void 0 : e.validate();
7962
+ },
7963
+ focus() {
7964
+ var e;
7965
+ return (e = this.element) == null ? void 0 : e.focus();
7966
+ }
7967
+ },
7968
+ setup(e, t) {
7969
+ const i = d("text-field", pe), o = s(null);
7970
+ return { componentName: i, element: o };
7541
7971
  },
7542
7972
  render() {
7543
- return r ? n(
7973
+ return l ? n(
7544
7974
  this.componentName,
7545
7975
  {
7546
7976
  ref: "element",
@@ -7589,12 +8019,12 @@ const qe = h({
7589
8019
  },
7590
8020
  [
7591
8021
  // @slot leading-action-items Used to add action items to the start of the text-field.
7592
- l(
8022
+ a(
7593
8023
  "leading-action-items",
7594
8024
  this.$slots["leading-action-items"]
7595
8025
  ),
7596
8026
  // @slot action-items Used to add action items to the end of the text-field.
7597
- l("action-items", this.$slots["action-items"])
8027
+ a("action-items", this.$slots["action-items"])
7598
8028
  ]
7599
8029
  ) : n(
7600
8030
  this.componentName,
@@ -7641,18 +8071,25 @@ const qe = h({
7641
8071
  },
7642
8072
  [
7643
8073
  // @slot leading-action-items Used to add action items to the start of the text-field.
7644
- l(
8074
+ a(
7645
8075
  "leading-action-items",
7646
8076
  this.$slots["leading-action-items"]
7647
8077
  ),
7648
8078
  // @slot action-items Used to add action items to the end of the text-field.
7649
- l("action-items", this.$slots["action-items"])
8079
+ a("action-items", this.$slots["action-items"])
7650
8080
  ]
7651
8081
  );
7652
8082
  }
7653
- }), Ni = h({
8083
+ }), Mi = r({
7654
8084
  name: "VToggletip",
7655
8085
  props: {
8086
+ /**
8087
+ * ID or direct reference to the component's anchor element.
8088
+ */
8089
+ anchor: {
8090
+ type: [String, HTMLElement],
8091
+ default: void 0
8092
+ },
7656
8093
  /**
7657
8094
  * Indicates the element that represents the current item within a container or set of related elements.
7658
8095
  */
@@ -7675,13 +8112,6 @@ const qe = h({
7675
8112
  type: String,
7676
8113
  default: void 0
7677
8114
  },
7678
- /**
7679
- * id or direct reference to the toggletip's anchor element
7680
- */
7681
- anchor: {
7682
- type: [String, Object],
7683
- default: void 0
7684
- },
7685
8115
  /**
7686
8116
  * indicates whether the toggletip is open
7687
8117
  */
@@ -7719,21 +8149,18 @@ const qe = h({
7719
8149
  */
7720
8150
  "input"
7721
8151
  ],
7722
- setup(e, o) {
7723
- const a = u("toggletip", ce), i = d(null);
7724
- return o.expose({
7725
- anchorChanged(t, s) {
7726
- var p;
7727
- return (p = i.value) == null ? void 0 : p.anchorChanged(t, s);
7728
- },
7729
- openChanged(t, s) {
7730
- var p;
7731
- return (p = i.value) == null ? void 0 : p.openChanged(t, s);
7732
- }
7733
- }), { componentName: a, element: i };
8152
+ methods: {
8153
+ openChanged(e, t) {
8154
+ var i;
8155
+ return (i = this.element) == null ? void 0 : i.openChanged(e, t);
8156
+ }
8157
+ },
8158
+ setup(e, t) {
8159
+ const i = d("toggletip", ve), o = s(null);
8160
+ return { componentName: i, element: o };
7734
8161
  },
7735
8162
  render() {
7736
- return r ? n(
8163
+ return l ? n(
7737
8164
  this.componentName,
7738
8165
  {
7739
8166
  ref: "element",
@@ -7760,18 +8187,18 @@ const qe = h({
7760
8187
  [
7761
8188
  this.$slots.default,
7762
8189
  // @slot action-items The content to display in the toggletip action items.
7763
- l("action-items", this.$slots["action-items"])
8190
+ a("action-items", this.$slots["action-items"])
7764
8191
  ]
7765
8192
  ) : n(
7766
8193
  this.componentName,
7767
8194
  {
7768
8195
  ref: "element",
7769
8196
  class: "vvd-component",
8197
+ ...this.anchor !== void 0 ? { anchor: this.anchor } : {},
7770
8198
  ...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
7771
8199
  ...this.headline !== void 0 ? { headline: this.headline } : {},
7772
8200
  ...this.alternate !== void 0 ? { alternate: this.alternate } : {},
7773
8201
  ...this.placement !== void 0 ? { placement: this.placement } : {},
7774
- ...this.anchor !== void 0 ? { anchor: this.anchor } : {},
7775
8202
  ...this.open !== void 0 ? { open: this.open } : {},
7776
8203
  onClick: (e) => this.$emit("click", e),
7777
8204
  onFocus: (e) => this.$emit("focus", e),
@@ -7784,13 +8211,20 @@ const qe = h({
7784
8211
  // @ts-ignore
7785
8212
  this.$slots.default && this.$slots.default(),
7786
8213
  // @slot action-items The content to display in the toggletip action items.
7787
- l("action-items", this.$slots["action-items"])
8214
+ a("action-items", this.$slots["action-items"])
7788
8215
  ]
7789
8216
  );
7790
8217
  }
7791
- }), zi = h({
8218
+ }), Fi = r({
7792
8219
  name: "VTooltip",
7793
8220
  props: {
8221
+ /**
8222
+ * ID or direct reference to the component's anchor element.
8223
+ */
8224
+ anchor: {
8225
+ type: [String, HTMLElement],
8226
+ default: void 0
8227
+ },
7794
8228
  /**
7795
8229
  * Indicates the element that represents the current item within a container or set of related elements.
7796
8230
  */
@@ -7807,11 +8241,7 @@ const qe = h({
7807
8241
  type: String,
7808
8242
  default: void 0
7809
8243
  },
7810
- open: { type: Boolean, default: void 0 },
7811
- anchor: {
7812
- type: [String, Object],
7813
- default: void 0
7814
- }
8244
+ open: { type: Boolean, default: void 0 }
7815
8245
  },
7816
8246
  emits: [
7817
8247
  /**
@@ -7845,21 +8275,13 @@ const qe = h({
7845
8275
  */
7846
8276
  "input"
7847
8277
  ],
7848
- setup(e, o) {
7849
- const a = u("tooltip", ve), i = d(null);
7850
- return o.expose({
7851
- anchorChanged(t, s) {
7852
- var p;
7853
- return (p = i.value) == null ? void 0 : p.anchorChanged(t, s);
7854
- },
7855
- openChanged(t, s) {
7856
- var p;
7857
- return (p = i.value) == null ? void 0 : p.openChanged(t, s);
7858
- }
7859
- }), { componentName: a, element: i };
8278
+ methods: {},
8279
+ setup(e, t) {
8280
+ const i = d("tooltip", me), o = s(null);
8281
+ return { componentName: i, element: o };
7860
8282
  },
7861
8283
  render() {
7862
- return r ? n(
8284
+ return l ? n(
7863
8285
  this.componentName,
7864
8286
  {
7865
8287
  ref: "element",
@@ -7888,11 +8310,11 @@ const qe = h({
7888
8310
  {
7889
8311
  ref: "element",
7890
8312
  class: "vvd-component",
8313
+ ...this.anchor !== void 0 ? { anchor: this.anchor } : {},
7891
8314
  ...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
7892
8315
  ...this.text !== void 0 ? { text: this.text } : {},
7893
8316
  ...this.placement !== void 0 ? { placement: this.placement } : {},
7894
8317
  ...this.open !== void 0 ? { open: this.open } : {},
7895
- ...this.anchor !== void 0 ? { anchor: this.anchor } : {},
7896
8318
  onClick: (e) => this.$emit("click", e),
7897
8319
  onFocus: (e) => this.$emit("focus", e),
7898
8320
  onBlur: (e) => this.$emit("blur", e),
@@ -7903,7 +8325,7 @@ const qe = h({
7903
8325
  []
7904
8326
  );
7905
8327
  }
7906
- }), Mi = h({
8328
+ }), Ki = r({
7907
8329
  name: "VTreeItem",
7908
8330
  props: {
7909
8331
  /**
@@ -7977,12 +8399,13 @@ const qe = h({
7977
8399
  */
7978
8400
  "selected-change"
7979
8401
  ],
7980
- setup(e, o) {
7981
- const a = u("tree-item", me), i = d(null);
7982
- return o.expose({}), { componentName: a, element: i };
8402
+ methods: {},
8403
+ setup(e, t) {
8404
+ const i = d("tree-item", fe), o = s(null);
8405
+ return { componentName: i, element: o };
7983
8406
  },
7984
8407
  render() {
7985
- return r ? n(
8408
+ return l ? n(
7986
8409
  this.componentName,
7987
8410
  {
7988
8411
  ref: "element",
@@ -8008,7 +8431,7 @@ const qe = h({
8008
8431
  },
8009
8432
  [
8010
8433
  // @slot item To specify a child tree item.
8011
- l("item", this.$slots.item)
8434
+ a("item", this.$slots.item)
8012
8435
  ]
8013
8436
  ) : n(
8014
8437
  this.componentName,
@@ -8032,11 +8455,11 @@ const qe = h({
8032
8455
  },
8033
8456
  [
8034
8457
  // @slot item To specify a child tree item.
8035
- l("item", this.$slots.item)
8458
+ a("item", this.$slots.item)
8036
8459
  ]
8037
8460
  );
8038
8461
  }
8039
- }), Di = h({
8462
+ }), Di = r({
8040
8463
  name: "VTreeView",
8041
8464
  props: {
8042
8465
  /**
@@ -8087,12 +8510,13 @@ const qe = h({
8087
8510
  */
8088
8511
  "input"
8089
8512
  ],
8090
- setup(e, o) {
8091
- const a = u("tree-view", fe), i = d(null);
8092
- return o.expose({}), { componentName: a, element: i };
8513
+ methods: {},
8514
+ setup(e, t) {
8515
+ const i = d("tree-view", ge), o = s(null);
8516
+ return { componentName: i, element: o };
8093
8517
  },
8094
8518
  render() {
8095
- return r ? n(
8519
+ return l ? n(
8096
8520
  this.componentName,
8097
8521
  {
8098
8522
  ref: "element",
@@ -8131,7 +8555,7 @@ const qe = h({
8131
8555
  ]
8132
8556
  );
8133
8557
  }
8134
- }), Fi = h({
8558
+ }), Ai = r({
8135
8559
  name: "VTag",
8136
8560
  props: {
8137
8561
  /**
@@ -8217,25 +8641,26 @@ const qe = h({
8217
8641
  */
8218
8642
  "input"
8219
8643
  ],
8220
- setup(e, o) {
8221
- const a = u("tag", ge), i = d(null);
8222
- return o.expose({
8223
- remove() {
8224
- var t;
8225
- return (t = i.value) == null ? void 0 : t.remove();
8226
- },
8227
- handleKeydown(t) {
8228
- var s;
8229
- return (s = i.value) == null ? void 0 : s.handleKeydown(t);
8230
- },
8231
- handleClick() {
8232
- var t;
8233
- return (t = i.value) == null ? void 0 : t.handleClick();
8234
- }
8235
- }), { componentName: a, element: i };
8644
+ methods: {
8645
+ remove() {
8646
+ var e;
8647
+ return (e = this.element) == null ? void 0 : e.remove();
8648
+ },
8649
+ handleKeydown(e) {
8650
+ var t;
8651
+ return (t = this.element) == null ? void 0 : t.handleKeydown(e);
8652
+ },
8653
+ handleClick() {
8654
+ var e;
8655
+ return (e = this.element) == null ? void 0 : e.handleClick();
8656
+ }
8657
+ },
8658
+ setup(e, t) {
8659
+ const i = d("tag", ye), o = s(null);
8660
+ return { componentName: i, element: o };
8236
8661
  },
8237
8662
  render() {
8238
- return r ? n(
8663
+ return l ? n(
8239
8664
  this.componentName,
8240
8665
  {
8241
8666
  ref: "element",
@@ -8287,7 +8712,7 @@ const qe = h({
8287
8712
  []
8288
8713
  );
8289
8714
  }
8290
- }), Ki = h({
8715
+ }), qi = r({
8291
8716
  name: "VTagGroup",
8292
8717
  props: {
8293
8718
  /**
@@ -8331,12 +8756,13 @@ const qe = h({
8331
8756
  */
8332
8757
  "input"
8333
8758
  ],
8334
- setup(e, o) {
8335
- const a = u("tag-group", ye), i = d(null);
8336
- return o.expose({}), { componentName: a, element: i };
8759
+ methods: {},
8760
+ setup(e, t) {
8761
+ const i = d("tag-group", be), o = s(null);
8762
+ return { componentName: i, element: o };
8337
8763
  },
8338
8764
  render() {
8339
- return r ? n(
8765
+ return l ? n(
8340
8766
  this.componentName,
8341
8767
  {
8342
8768
  ref: "element",
@@ -8376,22 +8802,22 @@ const qe = h({
8376
8802
  );
8377
8803
  }
8378
8804
  });
8379
- var $e = /* @__PURE__ */ ((e) => (e.accessibilityLine = "accessibility-line", e.accessibilitySolid = "accessibility-solid", e.activeCallLine = "active-call-line", e.activeCallSolid = "active-call-solid", e.addCallLine = "add-call-line", e.addCallSolid = "add-call-solid", e.addGroupLine = "add-group-line", e.addGroupSolid = "add-group-solid", e.addLine = "add-line", e.addSolid = "add-solid", e.addUserLine = "add-user-line", e.addUserSolid = "add-user-solid", e.addressBookLine = "address-book-line", e.addressBookSolid = "address-book-solid", e.ai2Line = "ai-2-line", e.ai2Solid = "ai-2-solid", e.ai3Line = "ai-3-line", e.ai3Solid = "ai-3-solid", e.aiLine = "ai-line", e.aiSolid = "ai-solid", e.alarmLine = "alarm-line", e.alarmSolid = "alarm-solid", e.alignCenterLine = "align-center-line", e.alignCenterSolid = "align-center-solid", e.alignLeftLine = "align-left-line", e.alignLeftSolid = "align-left-solid", e.alignRightLine = "align-right-line", e.alignRightSolid = "align-right-solid", e.ambulanceLine = "ambulance-line", e.ambulanceSolid = "ambulance-solid", e.androidColor = "android-color", e.androidMono = "android-mono", e.angularColor = "angular-color", e.angularMono = "angular-mono", e.appLine = "app-line", e.appPlusLine = "app-plus-line", e.appPlusSolid = "app-plus-solid", e.appSolid = "app-solid", e.appStoreLine = "app-store-line", e.appStoreSolid = "app-store-solid", e.appleColor = "apple-color", e.appleMono = "apple-mono", e.appsLine = "apps-line", e.appsSolid = "apps-solid", e.arrowBoldLeftLine = "arrow-bold-left-line", e.arrowBoldLeftSolid = "arrow-bold-left-solid", e.arrowBoldRightLine = "arrow-bold-right-line", e.arrowBoldRightSolid = "arrow-bold-right-solid", e.arrowDownLine = "arrow-down-line", e.arrowDownSolid = "arrow-down-solid", e.arrowInboundLine = "arrow-inbound-line", e.arrowInboundSolid = "arrow-inbound-solid", e.arrowLeftLine = "arrow-left-line", e.arrowLeftSolid = "arrow-left-solid", e.arrowOutboundLine = "arrow-outbound-line", e.arrowOutboundSolid = "arrow-outbound-solid", e.arrowRightLine = "arrow-right-line", e.arrowRightSolid = "arrow-right-solid", e.arrowUpLine = "arrow-up-line", e.arrowUpSolid = "arrow-up-solid", e.arrowWidthLargeLine = "arrow-width-large-line", e.arrowWidthLargeSolid = "arrow-width-large-solid", e.arrowWidthMediumLine = "arrow-width-medium-line", e.arrowWidthMediumSolid = "arrow-width-medium-solid", e.arrowWidthSmallLine = "arrow-width-small-line", e.arrowWidthSmallSolid = "arrow-width-small-solid", e.assignUserLine = "assign-user-line", e.assignUserSolid = "assign-user-solid", e.asteriskLine = "asterisk-line", e.asteriskSolid = "asterisk-solid", e.atomsLine = "atoms-line", e.atomsSolid = "atoms-solid", e.attachmentLine = "attachment-line", e.attachmentSolid = "attachment-solid", e.audioMaxLine = "audio-max-line", e.audioMaxSolid = "audio-max-solid", e.audioMidLine = "audio-mid-line", e.audioMidSolid = "audio-mid-solid", e.audioMinLine = "audio-min-line", e.audioMinSolid = "audio-min-solid", e.audioMuteLine = "audio-mute-line", e.audioMuteSolid = "audio-mute-solid", e.audioOff2Line = "audio-off-2-line", e.audioOff2Solid = "audio-off-2-solid", e.audioOffLine = "audio-off-line", e.audioOffSolid = "audio-off-solid", e.backspaceLine = "backspace-line", e.backspaceSolid = "backspace-solid", e.badgeLine = "badge-line", e.badgeSolid = "badge-solid", e.binocularsLine = "binoculars-line", e.binocularsSolid = "binoculars-solid", e.blockCallLine = "block-call-line", e.blockCallSolid = "block-call-solid", e.blockLine = "block-line", e.blockSolid = "block-solid", e.bloggerColor = "blogger-color", e.bloggerMono = "blogger-mono", e.blurLine = "blur-line", e.blurOffLine = "blur-off-line", e.blurOffSolid = "blur-off-solid", e.blurSolid = "blur-solid", e.boldLine = "bold-line", e.boldSolid = "bold-solid", e.bookmarkLine = "bookmark-line", e.bookmarkSolid = "bookmark-solid", e.booksLine = "books-line", e.booksSolid = "books-solid", e.botLine = "bot-line", e.botSolid = "bot-solid", e.bottomTabsLine = "bottom-tabs-line", e.bottomTabsSolid = "bottom-tabs-solid", e.bounceLine = "bounce-line", e.bounceSolid = "bounce-solid", e.brainLine = "brain-line", e.brainSolid = "brain-solid", e.bringToFrontLine = "bring-to-front-line", e.bringToFrontSolid = "bring-to-front-solid", e.broadcastLine = "broadcast-line", e.broadcastSolid = "broadcast-solid", e.bulletLine = "bullet-line", e.bulletList2Line = "bullet-list-2-line", e.bulletList2Solid = "bullet-list-2-solid", e.bulletListLine = "bullet-list-line", e.bulletListOffLine = "bullet-list-off-line", e.bulletListOffSolid = "bullet-list-off-solid", e.bulletListSolid = "bullet-list-solid", e.bulletSolid = "bullet-solid", e.bullhornColor = "bullhorn-color", e.bullhornMono = "bullhorn-mono", e.calculatorLine = "calculator-line", e.calculatorSolid = "calculator-solid", e.calendarCheckLine = "calendar-check-line", e.calendarCheckSolid = "calendar-check-solid", e.calendarClockLine = "calendar-clock-line", e.calendarClockSolid = "calendar-clock-solid", e.calendarLine = "calendar-line", e.calendarPlusLine = "calendar-plus-line", e.calendarPlusSolid = "calendar-plus-solid", e.calendarSolid = "calendar-solid", e.callLine = "call-line", e.callSolid = "call-solid", e.callStarLine = "call-star-line", e.callStarSolid = "call-star-solid", e.cameraLine = "camera-line", e.cameraSolid = "camera-solid", e.cameraSwitchLine = "camera-switch-line", e.cameraSwitchSolid = "camera-switch-solid", e.carLine = "car-line", e.carSolid = "car-solid", e.cartFullLine = "cart-full-line", e.cartFullSolid = "cart-full-solid", e.cartLine = "cart-line", e.cartSolid = "cart-solid", e.chainLine = "chain-line", e.chainSolid = "chain-solid", e.charityLine = "charity-line", e.charitySolid = "charity-solid", e.chartLine = "chart-line", e.chartSolid = "chart-solid", e.chat2Line = "chat-2-line", e.chat2Solid = "chat-2-solid", e.chatCallLine = "chat-call-line", e.chatCallSolid = "chat-call-solid", e.chatHideLine = "chat-hide-line", e.chatHideSolid = "chat-hide-solid", e.chatLine = "chat-line", e.chatSolid = "chat-solid", e.checkAllLine = "check-all-line", e.checkAllSolid = "check-all-solid", e.checkCallLine = "check-call-line", e.checkCallSolid = "check-call-solid", e.checkCircleLine = "check-circle-line", e.checkCircleSolid = "check-circle-solid", e.checkDoubleLine = "check-double-line", e.checkDoubleSolid = "check-double-solid", e.checkLine = "check-line", e.checkSentLine = "check-sent-line", e.checkSentSolid = "check-sent-solid", e.checkSolid = "check-solid", e.checkboxCheckedLine = "checkbox-checked-line", e.checkboxCheckedSolid = "checkbox-checked-solid", e.checkboxUncheckedLine = "checkbox-unchecked-line", e.checkboxUncheckedSolid = "checkbox-unchecked-solid", e.chevronCircleDownLine = "chevron-circle-down-line", e.chevronCircleDownSolid = "chevron-circle-down-solid", e.chevronDownLine = "chevron-down-line", e.chevronDownSolid = "chevron-down-solid", e.chevronLeftLine = "chevron-left-line", e.chevronLeftSolid = "chevron-left-solid", e.chevronRightLine = "chevron-right-line", e.chevronRightSolid = "chevron-right-solid", e.chevronUpLine = "chevron-up-line", e.chevronUpSolid = "chevron-up-solid", e.chimeColor = "chime-color", e.chimeMono = "chime-mono", e.circleLine = "circle-line", e.circleSolid = "circle-solid", e.clickToCallLine = "click-to-call-line", e.clickToCallSolid = "click-to-call-solid", e.clioColor = "clio-color", e.clioMono = "clio-mono", e.clipboardAddLine = "clipboard-add-line", e.clipboardAddSolid = "clipboard-add-solid", e.clipboardAssignLine = "clipboard-assign-line", e.clipboardAssignSolid = "clipboard-assign-solid", e.clockLine = "clock-line", e.clockOffLine = "clock-off-line", e.clockOffSolid = "clock-off-solid", e.clockSolid = "clock-solid", e.closeCircleLine = "close-circle-line", e.closeCircleSolid = "close-circle-solid", e.closeLine = "close-line", e.closeSmallLine = "close-small-line", e.closeSmallSolid = "close-small-solid", e.closeSolid = "close-solid", e.closedCaptioningLine = "closed-captioning-line", e.closedCaptioningSolid = "closed-captioning-solid", e.cloudDownload2Line = "cloud-download-2-line", e.cloudDownload2Solid = "cloud-download-2-solid", e.cloudLine = "cloud-line", e.cloudOfficePhoneLine = "cloud-office-phone-line", e.cloudOfficePhoneSolid = "cloud-office-phone-solid", e.cloudSolid = "cloud-solid", e.cloudUpload2Line = "cloud-upload-2-line", e.cloudUpload2Solid = "cloud-upload-2-solid", e.cloudUploadLine = "cloud-upload-line", e.cloudUploadSolid = "cloud-upload-solid", e.codeLine = "code-line", e.codeSnippetLine = "code-snippet-line", e.codeSnippetSolid = "code-snippet-solid", e.codeSolid = "code-solid", e.coffeeLine = "coffee-line", e.coffeeSolid = "coffee-solid", e.collapseLine = "collapse-line", e.collapseSolid = "collapse-solid", e.composeLine = "compose-line", e.composeSolid = "compose-solid", e.conditionLine = "condition-line", e.conditionSolid = "condition-solid", e.connectLine = "connect-line", e.connectSolid = "connect-solid", e.cooktailLine = "cooktail-line", e.cooktailSolid = "cooktail-solid", e.copy2Line = "copy-2-line", e.copy2Solid = "copy-2-solid", e.copyLine = "copy-line", e.copySolid = "copy-solid", e.creditCardLine = "credit-card-line", e.creditCardSolid = "credit-card-solid", e.cropLine = "crop-line", e.cropSolid = "crop-solid", e.curlColor = "curl-color", e.curlMono = "curl-mono", e.curlyBracketsLine = "curly-brackets-line", e.curlyBracketsSolid = "curly-brackets-solid", e.cursor2Line = "cursor-2-line", e.cursor2Solid = "cursor-2-solid", e.cursorLine = "cursor-line", e.cursorSolid = "cursor-solid", e.darkModeLine = "dark-mode-line", e.darkModeSolid = "dark-mode-solid", e.deleteLine = "delete-line", e.deleteSolid = "delete-solid", e.densityHighLine = "density-high-line", e.densityHighSolid = "density-high-solid", e.densityMediumLine = "density-medium-line", e.densityMediumSolid = "density-medium-solid", e.designToolsLine = "design-tools-line", e.designToolsSolid = "design-tools-solid", e.devicesLine = "devices-line", e.devicesSolid = "devices-solid", e.disableCallLine = "disable-call-line", e.disableCallSolid = "disable-call-solid", e.distortLine = "distort-line", e.distortSolid = "distort-solid", e.dividerLine = "divider-line", e.dividerSolid = "divider-solid", e.document2Line = "document-2-line", e.document2Solid = "document-2-solid", e.documentLine = "document-line", e.documentSolid = "document-solid", e.dollarLine = "dollar-line", e.dollarSolid = "dollar-solid", e.dotnetColor = "dotnet-color", e.dotnetMono = "dotnet-mono", e.doubleChevronLeftLine = "double-chevron-left-line", e.doubleChevronLeftSolid = "double-chevron-left-solid", e.doubleChevronRightLine = "double-chevron-right-line", e.doubleChevronRightSolid = "double-chevron-right-solid", e.downloadLine = "download-line", e.downloadSolid = "download-solid", e.drupalColor = "drupal-color", e.drupalMono = "drupal-mono", e.duplicateLine = "duplicate-line", e.duplicateSolid = "duplicate-solid", e.dynamics365Color = "dynamics-365-color", e.dynamics365Mono = "dynamics-365-mono", e.dynamicsMono = "dynamics-mono", e.dynamicsMonoColor = "dynamics-mono-color", e.echoLine = "echo-line", e.echoSolid = "echo-solid", e.editLine = "edit-line", e.editSolid = "edit-solid", e.editUserLine = "edit-user-line", e.editUserSolid = "edit-user-solid", e.emojiLine = "emoji-line", e.emojiSolid = "emoji-solid", e.endCallLine = "end-call-line", e.endCallSolid = "end-call-solid", e.enlargeScreen2Line = "enlarge-screen-2-line", e.enlargeScreen2Solid = "enlarge-screen-2-solid", e.enlargeScreenLine = "enlarge-screen-line", e.enlargeScreenSolid = "enlarge-screen-solid", e.enterLine = "enter-line", e.enterSolid = "enter-solid", e.envelopeLine = "envelope-line", e.envelopeSolid = "envelope-solid", e.eraserLine = "eraser-line", e.eraserSolid = "eraser-solid", e.errorLine = "error-line", e.errorSolid = "error-solid", e.errorStarLine = "error-star-line", e.errorStarSolid = "error-star-solid", e.exitLine = "exit-line", e.exitSolid = "exit-solid", e.expand2Line = "expand-2-line", e.expand2Solid = "expand-2-solid", e.expandLine = "expand-line", e.expandSolid = "expand-solid", e.exportLine = "export-line", e.exportSolid = "export-solid", e.expressColor = "express-color", e.expressMono = "express-mono", e.eyeHideLine = "eye-hide-line", e.eyeHideSolid = "eye-hide-solid", e.eyeLine = "eye-line", e.eyeSolid = "eye-solid", e.facebookColor = "facebook-color", e.facebookLine = "facebook-line", e.facebookMono = "facebook-mono", e.facebookSolid = "facebook-solid", e.fax2Line = "fax-2-line", e.fax2Solid = "fax-2-solid", e.faxAddLine = "fax-add-line", e.faxAddSolid = "fax-add-solid", e.faxFailedLine = "fax-failed-line", e.faxFailedSolid = "fax-failed-solid", e.faxInboundLine = "fax-inbound-line", e.faxInboundSolid = "fax-inbound-solid", e.faxLine = "fax-line", e.faxOutboundLine = "fax-outbound-line", e.faxOutboundSolid = "fax-outbound-solid", e.faxPendingLine = "fax-pending-line", e.faxPendingSolid = "fax-pending-solid", e.faxScheduledLine = "fax-scheduled-line", e.faxScheduledSolid = "fax-scheduled-solid", e.faxSolid = "fax-solid", e.feedbackLine = "feedback-line", e.feedbackSolid = "feedback-solid", e.file1Line = "file-1-line", e.file2Solid = "file-2-solid", e.fileAddLine = "file-add-line", e.fileAddSolid = "file-add-solid", e.fileAudioLine = "file-audio-line", e.fileAudioSolid = "file-audio-solid", e.fileCsvLine = "file-csv-line", e.fileCsvSolid = "file-csv-solid", e.fileDocLine = "file-doc-line", e.fileDocSolid = "file-doc-solid", e.fileDollarLine = "file-dollar-line", e.fileDollarSolid = "file-dollar-solid", e.fileEditLine = "file-edit-line", e.fileEditSolid = "file-edit-solid", e.fileGearLine = "file-gear-line", e.fileGearSolid = "file-gear-solid", e.fileGif2Line = "file-gif-2-line", e.fileGif2Solid = "file-gif-2-solid", e.fileGifLine = "file-gif-line", e.fileGifSolid = "file-gif-solid", e.fileJpgLine = "file-jpg-line", e.fileJpgSolid = "file-jpg-solid", e.fileLine = "file-line", e.fileParagraphLine = "file-paragraph-line", e.fileParagraphSolid = "file-paragraph-solid", e.filePdfLine = "file-pdf-line", e.filePdfSolid = "file-pdf-solid", e.filePlusLine = "file-plus-line", e.filePlusSolid = "file-plus-solid", e.filePngLine = "file-png-line", e.filePngSolid = "file-png-solid", e.filePptLine = "file-ppt-line", e.filePptSolid = "file-ppt-solid", e.fileSearchLine = "file-search-line", e.fileSearchSolid = "file-search-solid", e.fileSolid = "file-solid", e.fileVideo2Line = "file-video-2-line", e.fileVideo2Solid = "file-video-2-solid", e.fileVideoLine = "file-video-line", e.fileVideoSolid = "file-video-solid", e.fileXlsLine = "file-xls-line", e.fileXlsSolid = "file-xls-solid", e.fileZipLine = "file-zip-line", e.fileZipSolid = "file-zip-solid", e.filesLine = "files-line", e.filesSolid = "files-solid", e.filterLine = "filter-line", e.filterSolid = "filter-solid", e.flagAfghanistan = "flag-afghanistan", e.flagAlbania = "flag-albania", e.flagAlgeria = "flag-algeria", e.flagArgentina = "flag-argentina", e.flagArmenia = "flag-armenia", e.flagAruba = "flag-aruba", e.flagAustralia = "flag-australia", e.flagAustria = "flag-austria", e.flagBahamas = "flag-bahamas", e.flagBahrain = "flag-bahrain", e.flagBelarus = "flag-belarus", e.flagBelgium = "flag-belgium", e.flagBenin = "flag-benin", e.flagBolivia = "flag-bolivia", e.flagBotswana = "flag-botswana", e.flagBrazil = "flag-brazil", e.flagBulgaria = "flag-bulgaria", e.flagBurkinaFaso = "flag-burkina-faso", e.flagCambodia = "flag-cambodia", e.flagCanada = "flag-canada", e.flagCaymanIslands = "flag-cayman-islands", e.flagCentralAfricanRepublic = "flag-central-african-republic", e.flagChad = "flag-chad", e.flagChile = "flag-chile", e.flagChina = "flag-china", e.flagColombia = "flag-colombia", e.flagCostaRica = "flag-costa-rica", e.flagCroatia = "flag-croatia", e.flagCyprus = "flag-cyprus", e.flagDenmark = "flag-denmark", e.flagDominicanRepublic = "flag-dominican-republic", e.flagEgypt = "flag-egypt", e.flagElSalvador = "flag-el-salvador", e.flagEstonia = "flag-estonia", e.flagEuropeanUnion = "flag-european-union", e.flagFinland = "flag-finland", e.flagFrance = "flag-france", e.flagGeorgia = "flag-georgia", e.flagGermany = "flag-germany", e.flagGhana = "flag-ghana", e.flagGrenada = "flag-grenada", e.flagGuatemala = "flag-guatemala", e.flagHonduras = "flag-honduras", e.flagHongKong = "flag-hong-kong", e.flagHungary = "flag-hungary", e.flagIceland = "flag-iceland", e.flagIndia = "flag-india", e.flagIndonesia = "flag-indonesia", e.flagIreland = "flag-ireland", e.flagIsrael = "flag-israel", e.flagItaly = "flag-italy", e.flagJamaica = "flag-jamaica", e.flagJapan = "flag-japan", e.flagLatvia = "flag-latvia", e.flagLiechtenstein = "flag-liechtenstein", e.flagLithuania = "flag-lithuania", e.flagLuxembourg = "flag-luxembourg", e.flagMacao = "flag-macao", e.flagMalaysia = "flag-malaysia", e.flagMalta = "flag-malta", e.flagMauritius = "flag-mauritius", e.flagMexico = "flag-mexico", e.flagMoldova = "flag-moldova", e.flagNetherlands = "flag-netherlands", e.flagNewZealand = "flag-new-zealand", e.flagNigeria = "flag-nigeria", e.flagNorway = "flag-norway", e.flagPakistan = "flag-pakistan", e.flagPanama = "flag-panama", e.flagPeru = "flag-peru", e.flagPhilippines = "flag-philippines", e.flagPoland = "flag-poland", e.flagPortugal = "flag-portugal", e.flagPuertorico = "flag-puertorico", e.flagRomania = "flag-romania", e.flagRussia = "flag-russia", e.flagRwanda = "flag-rwanda", e.flagSaudiArabia = "flag-saudi-arabia", e.flagSerbia = "flag-serbia", e.flagSingapore = "flag-singapore", e.flagSlovakia = "flag-slovakia", e.flagSlovenia = "flag-slovenia", e.flagSouthAfrica = "flag-south-africa", e.flagSouthKorea = "flag-south-korea", e.flagSpain = "flag-spain", e.flagSriLanka = "flag-sri-lanka", e.flagSweden = "flag-sweden", e.flagSwitzerland = "flag-switzerland", e.flagTaiwan = "flag-taiwan", e.flagTajikistan = "flag-tajikistan", e.flagTanzania = "flag-tanzania", e.flagThailand = "flag-thailand", e.flagTrinidadAndTobago = "flag-trinidad-and-tobago", e.flagTurkey = "flag-turkey", e.flagUkraine = "flag-ukraine", e.flagUnitedArabEmirates = "flag-united-arab-emirates", e.flagUnitedKingdom = "flag-united-kingdom", e.flagUnitedStates = "flag-united-states", e.flagUruguay = "flag-uruguay", e.flagUzbekistan = "flag-uzbekistan", e.flagVenezuela = "flag-venezuela", e.flagVietnam = "flag-vietnam", e.flagZambia = "flag-zambia", e.flash2Line = "flash-2-line", e.flash2Solid = "flash-2-solid", e.flashLine = "flash-line", e.flashSolid = "flash-solid", e.flipHorizontalLine = "flip-horizontal-line", e.flipHorizontalSolid = "flip-horizontal-solid", e.flipLine = "flip-line", e.flipSolid = "flip-solid", e.flipVerticalLine = "flip-vertical-line", e.flipVerticalSolid = "flip-vertical-solid", e.flow2Line = "flow-2-line", e.flow2Solid = "flow-2-solid", e.flowLine = "flow-line", e.flowPermissionLine = "flow-permission-line", e.flowPermissionSolid = "flow-permission-solid", e.flowSolid = "flow-solid", e.forwardCallLine = "forward-call-line", e.forwardCallSolid = "forward-call-solid", e.fullScreenLine = "full-screen-line", e.fullScreenSolid = "full-screen-solid", e.fullscreenOffLine = "fullscreen-off-line", e.fullscreenOffSolid = "fullscreen-off-solid", e.galleryLine = "gallery-line", e.gallerySolid = "gallery-solid", e.gearLine = "gear-line", e.gearSolid = "gear-solid", e.githubColor = "github-color", e.githubMono = "github-mono", e.globeLine = "globe-line", e.globeSolid = "globe-solid", e.googleColor = "google-color", e.googleMono = "google-mono", e.gradleColor = "gradle-color", e.gradleMono = "gradle-mono", e.gridTwoLine = "grid-two-line", e.gridTwoSolid = "grid-two-solid", e.groovyColor = "groovy-color", e.groovyMono = "groovy-mono", e.group2Line = "group-2-line", e.group2Solid = "group-2-solid", e.group3Line = "group-3-line", e.group3Solid = "group-3-solid", e.group4Line = "group-4-line", e.group4Solid = "group-4-solid", e.group5Line = "group-5-line", e.group5Solid = "group-5-solid", e.group6Line = "group-6-line", e.group6Solid = "group-6-solid", e.group7Line = "group-7-line", e.group7Solid = "group-7-solid", e.group8Line = "group-8-line", e.group8Solid = "group-8-solid", e.group9Line = "group-9-line", e.group9Solid = "group-9-solid", e.groupLine = "group-line", e.groupPermission2Line = "group-permission-2-line", e.groupPermission2Solid = "group-permission-2-solid", e.groupPermissionLine = "group-permission-line", e.groupPermissionSolid = "group-permission-solid", e.groupSolid = "group-solid", e.handLine = "hand-line", e.handOffLine = "hand-off-line", e.handOffSolid = "hand-off-solid", e.handShakeLine = "hand-shake-line", e.handShakeSolid = "hand-shake-solid", e.handSolid = "hand-solid", e.happyLine = "happy-line", e.happySolid = "happy-solid", e.hashLine = "hash-line", e.hashSolid = "hash-solid", e.headset2Line = "headset-2-line", e.headset2Solid = "headset-2-solid", e.headsetLine = "headset-line", e.headsetSolid = "headset-solid", e.hearingLine = "hearing-line", e.hearingMaxLine = "hearing-max-line", e.hearingMaxSolid = "hearing-max-solid", e.hearingSolid = "hearing-solid", e.heartLine = "heart-line", e.heartSolid = "heart-solid", e.helpLine = "help-line", e.helpSolid = "help-solid", e.highlightLine = "highlight-line", e.highlightSolid = "highlight-solid", e.historyLine = "history-line", e.historySolid = "history-solid", e.homeLine = "home-line", e.homeSolid = "home-solid", e.homeUserLine = "home-user-line", e.homeUserSolid = "home-user-solid", e.hospitalLine = "hospital-line", e.hospitalSolid = "hospital-solid", e.hotelingLine = "hoteling-line", e.hotelingSolid = "hoteling-solid", e.hubspotColor = "hubspot-color", e.hubspotMono = "hubspot-mono", e.idLine = "id-line", e.idSolid = "id-solid", e.imageLine = "image-line", e.imageSolid = "image-solid", e.importLine = "import-line", e.importSolid = "import-solid", e.inboundCallLine = "inbound-call-line", e.inboundCallSolid = "inbound-call-solid", e.inbox2Line = "inbox-2-line", e.inbox2Solid = "inbox-2-solid", e.inbox3Line = "inbox-3-line", e.inbox3Solid = "inbox-3-solid", e.inboxLine = "inbox-line", e.inboxSolid = "inbox-solid", e.increaseLine = "increase-line", e.increaseSolid = "increase-solid", e.infinityLine = "infinity-line", e.infinitySolid = "infinity-solid", e.infoLine = "info-line", e.infoSolid = "info-solid", e.instagramColor = "instagram-color", e.instagramMono = "instagram-mono", e.interactiveMessageLine = "interactive-message-line", e.interactiveMessageSolid = "interactive-message-solid", e.iosColor = "ios-color", e.iosMono = "ios-mono", e.italicLine = "italic-line", e.italicSolid = "italic-solid", e.javaColor = "java-color", e.javaMono = "java-mono", e.javascriptColor = "javascript-color", e.javascriptMono = "javascript-mono", e.jobdivaColor = "jobdiva-color", e.jobdivaMono = "jobdiva-mono", e.keyLine = "key-line", e.keySolid = "key-solid", e.keypad2Line = "keypad-2-line", e.keypad2Solid = "keypad-2-solid", e.keypadLine = "keypad-line", e.keypadSolid = "keypad-solid", e.kotlinColor = "kotlin-color", e.kotlinMono = "kotlin-mono", e.laptopLine = "laptop-line", e.laptopSolid = "laptop-solid", e.laravelColor = "laravel-color", e.laravelMono = "laravel-mono", e.layout1Line = "layout-1-line", e.layout1Solid = "layout-1-solid", e.layout2Line = "layout-2-line", e.layout2Solid = "layout-2-solid", e.leaveLine = "leave-line", e.leaveSolid = "leave-solid", e.lightBulbLine = "light-bulb-line", e.lightBulbSolid = "light-bulb-solid", e.lightModeLine = "light-mode-line", e.lightModeSolid = "light-mode-solid", e.lineWidthLargeLine = "line-width-large-line", e.lineWidthLargeSolid = "line-width-large-solid", e.lineWidthMediumLine = "line-width-medium-line", e.lineWidthMediumSolid = "line-width-medium-solid", e.lineWidthSmallLine = "line-width-small-line", e.lineWidthSmallSolid = "line-width-small-solid", e.linkAddLine = "link-add-line", e.linkAddSolid = "link-add-solid", e.linkLine = "link-line", e.linkRemoveLine = "link-remove-line", e.linkRemoveSolid = "link-remove-solid", e.linkSolid = "link-solid", e.linkedinColor = "linkedin-color", e.linkedinMono = "linkedin-mono", e.list2Line = "list-2-line", e.list2Solid = "list-2-solid", e.listFilterLine = "list-filter-line", e.listFilterSolid = "list-filter-solid", e.listLine = "list-line", e.listNumberedLine = "list-numbered-line", e.listNumberedSolid = "list-numbered-solid", e.listSolid = "list-solid", e.lockLine = "lock-line", e.lockSolid = "lock-solid", e.mailboxLine = "mailbox-line", e.mailboxSolid = "mailbox-solid", e.maximizeLine = "maximize-line", e.maximizeSolid = "maximize-solid", e.mediaPlayerLine = "media-player-line", e.mediaPlayerOffLine = "media-player-off-line", e.mediaPlayerOffSolid = "media-player-off-solid", e.mediaPlayerSolid = "media-player-solid", e.megaphoneLine = "megaphone-line", e.megaphoneSolid = "megaphone-solid", e.menuLine = "menu-line", e.menuSolid = "menu-solid", e.merge2Line = "merge-2-line", e.merge2Solid = "merge-2-solid", e.mergeLine = "merge-line", e.mergeSolid = "merge-solid", e.messageLine = "message-line", e.messageSentLine = "message-sent-line", e.messageSentSolid = "message-sent-solid", e.messageSolid = "message-solid", e.micMuteLine = "mic-mute-line", e.micMuteSolid = "mic-mute-solid", e.microphone2Line = "microphone-2-line", e.microphone2Solid = "microphone-2-solid", e.microphoneLine = "microphone-line", e.microphoneSolid = "microphone-solid", e.microsoftDynamics365Color = "microsoft-dynamics-365-color", e.microsoftDynamics365Mono = "microsoft-dynamics-365-mono", e.mindMap2Line = "mind-map-2-line", e.mindMap2Solid = "mind-map-2-solid", e.mindMapLine = "mind-map-line", e.mindMapSolid = "mind-map-solid", e.minimize2Line = "minimize-2-line", e.minimize2Solid = "minimize-2-solid", e.minimizeLine = "minimize-line", e.minimizeSolid = "minimize-solid", e.minusLine = "minus-line", e.minusSolid = "minus-solid", e.missedCallLine = "missed-call-line", e.missedCallSolid = "missed-call-solid", e.mobile2Line = "mobile-2-line", e.mobile2Solid = "mobile-2-solid", e.mobileArrowRightLine = "mobile-arrow-right-line", e.mobileArrowRightSolid = "mobile-arrow-right-solid", e.mobileDevicesLine = "mobile-devices-line", e.mobileDevicesSolid = "mobile-devices-solid", e.mobileLine = "mobile-line", e.mobileSolid = "mobile-solid", e.mockupLine = "mockup-line", e.mockupSolid = "mockup-solid", e.modalLine = "modal-line", e.modalSolid = "modal-solid", e.moreHorizontalLine = "more-horizontal-line", e.moreHorizontalSolid = "more-horizontal-solid", e.moreVerticalLine = "more-vertical-line", e.moreVerticalSolid = "more-vertical-solid", e.musicLine = "music-line", e.musicSolid = "music-solid", e.netsuiteColor = "netsuite-color", e.netsuiteMono = "netsuite-mono", e.nexmoColor = "nexmo-color", e.nexmoMono = "nexmo-mono", e.nodeColor = "node-color", e.nodeMono = "node-mono", e.noteLine = "note-line", e.noteSolid = "note-solid", e.notesLine = "notes-line", e.notesSolid = "notes-solid", e.notificationOffLine = "notification-off-line", e.notificationOffSolid = "notification-off-solid", e.notificationOnLine = "notification-on-line", e.notificationOnSolid = "notification-on-solid", e.objectiveCColor = "objective-c-color", e.objectiveCMono = "objective-c-mono", e.officeColor = "office-color", e.officeMono = "office-mono", e.officePhone2Line = "office-phone-2-line", e.officePhone2Solid = "office-phone-2-solid", e.officePhoneLine = "office-phone-line", e.officePhoneSolid = "office-phone-solid", e.openFolderLine = "open-folder-line", e.openFolderSolid = "open-folder-solid", e.openLine = "open-line", e.openSolid = "open-solid", e.outboundCallLine = "outbound-call-line", e.outboundCallSolid = "outbound-call-solid", e.packet2Line = "packet-2-line", e.packet2Solid = "packet-2-solid", e.packetLine = "packet-line", e.packetSolid = "packet-solid", e.paletteLine = "palette-line", e.paletteSolid = "palette-solid", e.parkCallLine = "park-call-line", e.parkCallSolid = "park-call-solid", e.participantsLine = "participants-line", e.participantsOffLine = "participants-off-line", e.participantsOffSolid = "participants-off-solid", e.participantsSolid = "participants-solid", e.passwordRestartLine = "password-restart-line", e.passwordRestartSolid = "password-restart-solid", e.pause2Line = "pause-2-line", e.pause2Solid = "pause-2-solid", e.pauseCallLine = "pause-call-line", e.pauseCallSolid = "pause-call-solid", e.pauseLine = "pause-line", e.pauseSolid = "pause-solid", e.penEffectLine = "pen-effect-line", e.penEffectSolid = "pen-effect-solid", e.penTipLargeLine = "pen-tip-large-line", e.penTipLargeSolid = "pen-tip-large-solid", e.penTipMediumLine = "pen-tip-medium-line", e.penTipMediumSolid = "pen-tip-medium-solid", e.penTipSmallLine = "pen-tip-small-line", e.penTipSmallSolid = "pen-tip-small-solid", e.pendingCallLine = "pending-call-line", e.pendingCallSolid = "pending-call-solid", e.pentoolLine = "pentool-line", e.pentoolSolid = "pentool-solid", e.permissionCallLine = "permission-call-line", e.permissionCallSolid = "permission-call-solid", e.phoneNumberLine = "phone-number-line", e.phoneNumberSolid = "phone-number-solid", e.phpColor = "php-color", e.phpMono = "php-mono", e.pieChartLine = "pie-chart-line", e.pieChartSolid = "pie-chart-solid", e.pin2Line = "pin-2-line", e.pin2OffLine = "pin-2-off-line", e.pin2OffSolid = "pin-2-off-solid", e.pin2Solid = "pin-2-solid", e.pinLine = "pin-line", e.pinOffLine = "pin-off-line", e.pinOffSolid = "pin-off-solid", e.pinSolid = "pin-solid", e.play2Solid = "play-2-solid", e.playLine = "play-line", e.playSolid = "play-solid", e.plugLine = "plug-line", e.plugSolid = "plug-solid", e.plusLine = "plus-line", e.plusSolid = "plus-solid", e.preferencesLine = "preferences-line", e.preferencesSolid = "preferences-solid", e.presentationLine = "presentation-line", e.presentationSolid = "presentation-solid", e.printLine = "print-line", e.printSolid = "print-solid", e.profileLine = "profile-line", e.profileSolid = "profile-solid", e.puzzleLine = "puzzle-line", e.puzzleSolid = "puzzle-solid", e.puzzledLine = "puzzled-line", e.puzzledSolid = "puzzled-solid", e.pythonColor = "python-color", e.pythonMono = "python-mono", e.quitLine = "quit-line", e.quitSolid = "quit-solid", e.quoteLine = "quote-line", e.quoteSolid = "quote-solid", e.radioCheckedLine = "radio-checked-line", e.radioCheckedSolid = "radio-checked-solid", e.radioUncheckedLine = "radio-unchecked-line", e.radioUncheckedSolid = "radio-unchecked-solid", e.railsColor = "rails-color", e.railsMono = "rails-mono", e.reactColor = "react-color", e.reactMono = "react-mono", e.recLine = "rec-line", e.recSolid = "rec-solid", e.receptionistLine = "receptionist-line", e.receptionistSolid = "receptionist-solid", e.recordUserLine = "record-user-line", e.recordUserSolid = "record-user-solid", e.redoLine = "redo-line", e.redoSolid = "redo-solid", e.refreshCallLine = "refresh-call-line", e.refreshCallSolid = "refresh-call-solid", e.refreshDollarLine = "refresh-dollar-line", e.refreshDollarSolid = "refresh-dollar-solid", e.refreshLine = "refresh-line", e.refreshSolid = "refresh-solid", e.reloadLine = "reload-line", e.reloadSolid = "reload-solid", e.removeLine = "remove-line", e.removeSolid = "remove-solid", e.removeUserLine = "remove-user-line", e.removeUserSolid = "remove-user-solid", e.reorderHorizontalLine = "reorder-horizontal-line", e.reorderHorizontalSolid = "reorder-horizontal-solid", e.reorderSolid = "reorder-solid", e.reorderVerticalLine = "reorder-vertical-line", e.replyLine = "reply-line", e.replySolid = "reply-solid", e.reportLine = "report-line", e.reportSolid = "report-solid", e.resetLine = "reset-line", e.resetSolid = "reset-solid", e.rocketDisabledLine = "rocket-disabled-line", e.rocketDisabledSolid = "rocket-disabled-solid", e.rocketLine = "rocket-line", e.rocketSolid = "rocket-solid", e.rssColor = "rss-color", e.rssLine = "rss-line", e.rssMono = "rss-mono", e.rssSolid = "rss-solid", e.rubyColor = "ruby-color", e.rubyMono = "ruby-mono", e.salesforceColor = "salesforce-color", e.salesforceLine = "salesforce-line", e.salesforceMono = "salesforce-mono", e.salesforceSolid = "salesforce-solid", e.sandClockLine = "sand-clock-line", e.sandClockSolid = "sand-clock-solid", e.saveLine = "save-line", e.saveSolid = "save-solid", e.screenShareLine = "screen-share-line", e.screenShareOffLine = "screen-share-off-line", e.screenShareOffSolid = "screen-share-off-solid", e.screenShareSolid = "screen-share-solid", e.searchLine = "search-line", e.searchSolid = "search-solid", e.sendToBackLine = "send-to-back-line", e.sendToBackSolid = "send-to-back-solid", e.share2Line = "share-2-line", e.share2Solid = "share-2-solid", e.shareLine = "share-line", e.shareSolid = "share-solid", e.shieldLine = "shield-line", e.shieldSolid = "shield-solid", e.shoutLine = "shout-line", e.shoutSolid = "shout-solid", e.shuffleLine = "shuffle-line", e.shuffleSolid = "shuffle-solid", e.sidebarLine = "sidebar-line", e.sidebarSolid = "sidebar-solid", e.slackColor = "slack-color", e.slackMono = "slack-mono", e.smileLine = "smile-line", e.smileSolid = "smile-solid", e.smsLine = "sms-line", e.smsSolid = "sms-solid", e.snoozeLine = "snooze-line", e.snoozeSolid = "snooze-solid", e.sofaLine = "sofa-line", e.sofaSolid = "sofa-solid", e.sortAscLine = "sort-asc-line", e.sortAscSolid = "sort-asc-solid", e.sortDescLine = "sort-desc-line", e.sortDescSolid = "sort-desc-solid", e.sortLine = "sort-line", e.sortSolid = "sort-solid", e.squareLine = "square-line", e.squareSolid = "square-solid", e.stackLine = "stack-line", e.stackSolid = "stack-solid", e.stackoverflowColor = "stackoverflow-color", e.stackoverflowMono = "stackoverflow-mono", e.starDollarLine = "star-dollar-line", e.starDollarSolid = "star-dollar-solid", e.starLine = "star-line", e.starSolid = "star-solid", e.stickerLine = "sticker-line", e.stickerSolid = "sticker-solid", e.stopLine = "stop-line", e.stopSolid = "stop-solid", e.stopwatchLine = "stopwatch-line", e.stopwatchSolid = "stopwatch-solid", e.storeLine = "store-line", e.storeSolid = "store-solid", e.streamLine = "stream-line", e.streamSolid = "stream-solid", e.strikethroughLine = "strikethrough-line", e.strikethroughSolid = "strikethrough-solid", e.subtitlesLine = "subtitles-line", e.subtitlesSolid = "subtitles-solid", e.sugarcrmColor = "sugarcrm-color", e.sugarcrmMono = "sugarcrm-mono", e.surprisedLine = "surprised-line", e.surprisedSolid = "surprised-solid", e.swiftColor = "swift-color", e.swiftMono = "swift-mono", e.switchLine = "switch-line", e.switchSolid = "switch-solid", e.symfonyColor = "symfony-color", e.symfonyMono = "symfony-mono", e.table2Line = "table-2-line", e.table2Solid = "table-2-solid", e.tableLine = "table-line", e.tableSolid = "table-solid", e.tagAddLine = "tag-add-line", e.tagAddSolid = "tag-add-solid", e.tagDetachLine = "tag-detach-line", e.tagDetachSolid = "tag-detach-solid", e.tagLine = "tag-line", e.tagSearchLine = "tag-search-line", e.tagSearchSolid = "tag-search-solid", e.tagSolid = "tag-solid", e.telephoneLine = "telephone-line", e.telephoneSolid = "telephone-solid", e.textLine = "text-line", e.textSolid = "text-solid", e.textcolorLine = "textcolor-line", e.textcolorSolid = "textcolor-solid", e.textureLine = "texture-line", e.textureSolid = "texture-solid", e.thumbsDownLine = "thumbs-down-line", e.thumbsDownSolid = "thumbs-down-solid", e.thumbsUpLine = "thumbs-up-line", e.thumbsUpSolid = "thumbs-up-solid", e.toggleLine = "toggle-line", e.toggleSolid = "toggle-solid", e.tooltipLine = "tooltip-line", e.tooltipSolid = "tooltip-solid", e.transferCallLine = "transfer-call-line", e.transferCallSolid = "transfer-call-solid", e.transferLine = "transfer-line", e.transferSolid = "transfer-solid", e.triangleLine = "triangle-line", e.triangleSolid = "triangle-solid", e.triggerNodeLine = "trigger-node-line", e.twitchColor = "twitch-color", e.twitchMono = "twitch-mono", e.twitterColor = "twitter-color", e.twitterMono = "twitter-mono", e.umbrellaLine = "umbrella-line", e.umbrellaSolid = "umbrella-solid", e.underlineLine = "underline-line", e.underlineSolid = "underline-solid", e.undoLine = "undo-line", e.undoSolid = "undo-solid", e.unhappyLine = "unhappy-line", e.unhappySolid = "unhappy-solid", e.unlockLine = "unlock-line", e.unlockSolid = "unlock-solid", e.uploadLine = "upload-line", e.uploadSolid = "upload-solid", e.user2Line = "user-2-line", e.user2Solid = "user-2-solid", e.userAdminLine = "user-admin-line", e.userAdminSolid = "user-admin-solid", e.userClockLine = "user-clock-line", e.userClockSolid = "user-clock-solid", e.userLine = "user-line", e.userLockLine = "user-lock-line", e.userLockSolid = "user-lock-solid", e.userRecordLine = "user-record-line", e.userRecordSolid = "user-record-solid", e.userSolid = "user-solid", e.userSync2Line = "user-sync-2-line", e.userSync2OffLine = "user-sync-2-off-line", e.userSync2OffSolid = "user-sync-2-off-solid", e.userSync2Solid = "user-sync-2-solid", e.userSyncLine = "user-sync-line", e.userSyncSolid = "user-sync-solid", e.vanLine = "van-line", e.vanSolid = "van-solid", e.viberColor = "viber-color", e.viberMono = "viber-mono", e.videoActiveLine = "video-active-line", e.videoActiveSolid = "video-active-solid", e.videoConferenceLine = "video-conference-line", e.videoConferenceSolid = "video-conference-solid", e.videoLine = "video-line", e.videoOffLine = "video-off-line", e.videoOffSolid = "video-off-solid", e.videoPreviewLine = "video-preview-line", e.videoPreviewSolid = "video-preview-solid", e.videoSolid = "video-solid", e.videoWhiteboardLine = "video-whiteboard-line", e.videoWhiteboardSolid = "video-whiteboard-solid", e.video_round_tableLine = "video_round_table-line", e.video_round_tableSolid = "video_round_table-solid", e.virtualVoicemailLine = "virtual-voicemail-line", e.virtualVoicemailSolid = "virtual-voicemail-solid", e.voicemailLine = "voicemail-line", e.voicemailSolid = "voicemail-solid", e.voicemailTranscriptLine = "voicemail-transcript-line", e.voicemailTranscriptSolid = "voicemail-transcript-solid", e.volumeDecreaseLine = "volume-decrease-line", e.volumeDecreaseSolid = "volume-decrease-solid", e.volumeIncreaseLine = "volume-increase-line", e.volumeIncreaseSolid = "volume-increase-solid", e.volumeLine = "volume-line", e.volumeOff2Line = "volume-off-2-line", e.volumeOff2Solid = "volume-off-2-solid", e.volumeOffLine = "volume-off-line", e.volumeOffSolid = "volume-off-solid", e.volumeOnLine = "volume-on-line", e.volumeOnSolid = "volume-on-solid", e.volumeSolid = "volume-solid", e.vonageLine = "vonage-line", e.vonageMono = "vonage-mono", e.vonageMonoColor = "vonage-mono-color", e.vonageSolid = "vonage-solid", e.vueColor = "vue-color", e.vueMono = "vue-mono", e.walkLine = "walk-line", e.walkSolid = "walk-solid", e.walletLine = "wallet-line", e.walletSolid = "wallet-solid", e.wandLine = "wand-line", e.wandSolid = "wand-solid", e.warningLine = "warning-line", e.warningSolid = "warning-solid", e.wavingLine = "waving-line", e.wavingSolid = "waving-solid", e.webChatColor = "web-chat-color", e.webChatMono = "web-chat-mono", e.webhookLine = "webhook-line", e.webhookSolid = "webhook-solid", e.whatsappColor = "whatsapp-color", e.whatsappMono = "whatsapp-mono", e.whisperLine = "whisper-line", e.whisperSolid = "whisper-solid", e.wifiLine = "wifi-line", e.wifiSolid = "wifi-solid", e.wordpressColor = "wordpress-color", e.wordpressMono = "wordpress-mono", e.workplaceColor = "workplace-color", e.workplaceMono = "workplace-mono", e.wrenchTool2Line = "wrench-tool-2-line", e.wrenchTool2Solid = "wrench-tool-2-solid", e.wrenchToolLine = "wrench-tool-line", e.wrenchToolSolid = "wrench-tool-solid", e.xmlColor = "xml-color", e.xmlMono = "xml-mono", e.youtubeColor = "youtube-color", e.youtubeMono = "youtube-mono", e.zendeskColor = "zendesk-color", e.zendeskMono = "zendesk-mono", e.zohoColor = "zoho-color", e.zohoMono = "zoho-mono", e.zoomInLine = "zoom-in-line", e.zoomInSolid = "zoom-in-solid", e.zoomOutLine = "zoom-out-line", e.zoomOutSolid = "zoom-out-solid", e.zoomToFitLine = "zoom-to-fit-line", e.zoomToFitSolid = "zoom-to-fit-solid", e))($e || {});
8380
- const xe = `/**
8805
+ var xe = /* @__PURE__ */ ((e) => (e["10SecBackwardSolid"] = "10-sec-backward-solid", e["10SecForwardLine"] = "10-sec-forward-line", e["10SecForwardSolid"] = "10-sec-forward-solid", 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.backLine = "back-line", e.backSolid = "back-solid", e.backspaceLine = "backspace-line", e.backspaceSolid = "backspace-solid", e.backwardLine = "backward-line", e.backwardSolid = "backward-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.cellReceptionLine = "cell-reception-line", e.cellReceptionSolid = "cell-reception-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.checkboxChecked2Line = "checkbox-checked-2-line", e.checkboxChecked2Solid = "checkbox-checked-2-solid", e.checkboxCheckedLine = "checkbox-checked-line", e.checkboxCheckedSolid = "checkbox-checked-solid", e.checkboxPartCheckedLine = "checkbox-part-checked-line", e.checkboxPartCheckedSolid = "checkbox-part-checked-solid", e.checkboxUnchecked2Line = "checkbox-unchecked-2-line", e.checkboxUnchecked2Solid = "checkbox-unchecked-2-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.clearFileLine = "clear-file-line", e.clearFileSolid = "clear-file-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.closedCaptioningOffLine = "closed-captioning-off-line", e.closedCaptioningOffSolid = "closed-captioning-off-solid", 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.commsOnlineColor = "comms-online-color", e.commsOnlineMono = "comms-online-mono", e.companyLine = "company-line", e.companySolid = "company-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.dynamicsColor = "dynamics-color", e.dynamicsMono = "dynamics-mono", 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.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.flagAlandIslands = "flag-aland-islands", 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.forwardLine = "forward-line", e.forwardSolid = "forward-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.linuxColor = "linux-color", e.linuxMono = "linux-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.nextLine = "next-line", e.nextSolid = "next-solid", 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.pinUnverifiedLine = "pin-unverified-line", e.pinUnverifiedSolid = "pin-unverified-solid", e.pinVerifiedLine = "pin-verified-line", e.pinVerifiedSolid = "pin-verified-solid", e.play2Solid = "play-2-solid", e.playLine = "play-line", e.playSolid = "play-solid", e.playbackSpeedLine = "playback-speed-line", e.playbackSpeedSolid = "playback-speed-solid", e.playlistLine = "playlist-line", e.playlistSolid = "playlist-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.radioChecked2Line = "radio-checked-2-line", e.radioChecked2Solid = "radio-checked-2-solid", e.radioCheckedLine = "radio-checked-line", e.radioCheckedSolid = "radio-checked-solid", e.radioUnchecked2Line = "radio-unchecked-2-line", e.radioUnchecked2Solid = "radio-unchecked-2-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.reorderVerticalLine = "reorder-vertical-line", e.reorderVerticalSolid = "reorder-vertical-solid", 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.timelineLine = "timeline-line", e.timelineSolid = "timeline-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.triggerNodeSolid = "trigger-node-solid", 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.unfavouriteLine = "unfavourite-line", e.unfavouriteSolid = "unfavourite-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.vonageColor = "vonage-color", e.vonageLine = "vonage-line", e.vonageMono = "vonage-mono", 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.windowsColor = "windows-color", e.windowsMono = "windows-mono", 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.xTwitterColor = "x-twitter-color", e.xTwitterMono = "x-twitter-mono", 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.zeroLine = "zero-line", e.zeroSolid = "zero-solid", 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))(xe || {});
8806
+ const we = `/**
8381
8807
  * Do not edit directly
8382
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
8808
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
8383
8809
  */
8384
8810
  /**
8385
8811
  * Do not edit directly
8386
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
8812
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
8387
8813
  */
8388
8814
  /**
8389
8815
  * Do not edit directly
8390
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
8816
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
8391
8817
  */
8392
8818
  /**
8393
8819
  * Do not edit directly
8394
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
8820
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
8395
8821
  */
8396
8822
  @property --vvd-size-density {
8397
8823
  syntax: "<integer>";
@@ -8605,21 +9031,21 @@ const xe = `/**
8605
9031
  }
8606
9032
 
8607
9033
  /*# sourceMappingURL=theme-light.css.map */
8608
- `, we = `/**
9034
+ `, Ce = `/**
8609
9035
  * Do not edit directly
8610
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
9036
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
8611
9037
  */
8612
9038
  /**
8613
9039
  * Do not edit directly
8614
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
9040
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
8615
9041
  */
8616
9042
  /**
8617
9043
  * Do not edit directly
8618
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
9044
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
8619
9045
  */
8620
9046
  /**
8621
9047
  * Do not edit directly
8622
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
9048
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
8623
9049
  */
8624
9050
  @property --vvd-size-density {
8625
9051
  syntax: "<integer>";
@@ -8833,7 +9259,7 @@ const xe = `/**
8833
9259
  }
8834
9260
 
8835
9261
  /*# sourceMappingURL=theme-dark.css.map */
8836
- `, Ce = `@font-face {
9262
+ `, Le = `@font-face {
8837
9263
  font-family: SpeziaCompleteVariableUpright;
8838
9264
  font-stretch: 50% 200%;
8839
9265
  font-weight: 1 1000;
@@ -8864,9 +9290,9 @@ const xe = `/**
8864
9290
  }
8865
9291
 
8866
9292
  /*# sourceMappingURL=spezia-variable.css.map */
8867
- `, Le = `/**
9293
+ `, Ve = `/**
8868
9294
  * Do not edit directly
8869
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
9295
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
8870
9296
  */
8871
9297
  .vvd-root, ::part(vvd-root),
8872
9298
  .vvd-theme-alternate, ::part(vvd-theme-alternate) {
@@ -8878,9 +9304,9 @@ const xe = `/**
8878
9304
  }
8879
9305
 
8880
9306
  /*# sourceMappingURL=vivid-2-compat.css.map */
8881
- `, Ve = `/**
9307
+ `, Be = `/**
8882
9308
  * Do not edit directly
8883
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
9309
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
8884
9310
  */
8885
9311
  .vvd-root {
8886
9312
  color-scheme: var(--vvd-color-scheme);
@@ -8889,9 +9315,9 @@ const xe = `/**
8889
9315
  }
8890
9316
 
8891
9317
  /*# sourceMappingURL=theme.css.map */
8892
- `, Be = `/**
9318
+ `, Te = `/**
8893
9319
  * Do not edit directly
8894
- * Generated on Thu, 21 Dec 2023 10:43:18 GMT
9320
+ * Generated on Mon, 15 Jan 2024 13:38:12 GMT
8895
9321
  */
8896
9322
  .vvd-root:root {
8897
9323
  --vvd-size-font-scale-base: 1rem;
@@ -9025,137 +9451,138 @@ const xe = `/**
9025
9451
  }
9026
9452
 
9027
9453
  /*# sourceMappingURL=typography.css.map */
9028
- `, Te = {
9454
+ `, Ne = {
9029
9455
  name: "core/theme",
9030
- css: Ve
9031
- }, Ne = {
9032
- name: "core/typography",
9033
9456
  css: Be
9034
9457
  }, ze = {
9458
+ name: "core/typography",
9459
+ css: Te
9460
+ }, Me = {
9035
9461
  name: "tokens/vivid-2-compat",
9036
- css: Le
9037
- }, Ai = {
9038
- theme: Te,
9039
- typography: Ne,
9040
- vivid2Compat: ze
9041
- }, g = "vvd-root", v = (e, o, a = !1) => {
9042
- const i = document.createElement("link");
9043
- i.setAttribute("rel", e), i.setAttribute("href", o), a && i.setAttribute("crossorigin", ""), document.head.append(i);
9044
- }, c = (e) => {
9045
- const o = document.createElement("style");
9046
- o.setAttribute("type", "text/css"), o.innerHTML = e, document.head.append(o);
9047
- }, qi = {
9048
- install(e, o) {
9049
- const a = o.addRootClassTo ?? "root";
9050
- switch (a) {
9462
+ css: Ve
9463
+ }, Oi = {
9464
+ theme: Ne,
9465
+ typography: ze,
9466
+ vivid2Compat: Me
9467
+ }, f = "vvd-root", c = (e, t, i = !1) => {
9468
+ const o = document.createElement("link");
9469
+ o.setAttribute("rel", e), o.setAttribute("href", t), i && o.setAttribute("crossorigin", ""), document.head.append(o);
9470
+ }, h = (e) => {
9471
+ const t = document.createElement("style");
9472
+ t.setAttribute("type", "text/css"), t.innerHTML = e, document.head.append(t);
9473
+ }, Pi = {
9474
+ install(e, t) {
9475
+ const i = t.addRootClassTo ?? "root";
9476
+ switch (i) {
9051
9477
  case "root":
9052
- document.documentElement.classList.add(g);
9478
+ document.documentElement.classList.add(f);
9053
9479
  break;
9054
9480
  case "app": {
9055
- const p = setInterval(() => {
9056
- e._container && (e._container.classList.add(g), clearInterval(p));
9481
+ const u = setInterval(() => {
9482
+ e._container && (e._container.classList.add(f), clearInterval(u));
9057
9483
  }, 30);
9058
9484
  break;
9059
9485
  }
9060
9486
  case "none":
9061
9487
  break;
9062
9488
  default:
9063
- throw new Error(`Invalid addRootClassTo option: ${a}`);
9489
+ throw new Error(`Invalid addRootClassTo option: ${i}`);
9064
9490
  }
9065
- const i = o.tokens ?? "light";
9066
- switch (i) {
9491
+ const o = t.tokens ?? "light";
9492
+ switch (o) {
9067
9493
  case "light":
9068
- c(xe);
9494
+ h(we);
9069
9495
  break;
9070
9496
  case "dark":
9071
- c(we);
9497
+ h(Ce);
9072
9498
  break;
9073
9499
  case "none":
9074
9500
  break;
9075
9501
  default:
9076
- throw new Error(`Invalid theme option: ${i}`);
9502
+ throw new Error(`Invalid theme option: ${o}`);
9077
9503
  }
9078
- const t = o.styles ?? [];
9079
- for (const p of t)
9080
- c(p.css);
9081
- const s = o.font ?? "oss";
9082
- switch (s) {
9504
+ const g = t.styles ?? [];
9505
+ for (const u of g)
9506
+ h(u.css);
9507
+ const m = t.font ?? "oss";
9508
+ switch (m) {
9083
9509
  case "oss":
9084
- v("preconnect", "https://fonts.googleapis.com"), v("preconnect", "https://fonts.gstatic.com", !0), v(
9510
+ c("preconnect", "https://fonts.googleapis.com"), c("preconnect", "https://fonts.gstatic.com", !0), c(
9085
9511
  "stylesheet",
9086
9512
  "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&family=Roboto+Mono:wght@400;500&display=swap"
9087
9513
  );
9088
9514
  break;
9089
9515
  case "spezia":
9090
- c(Ce);
9516
+ h(Le);
9091
9517
  break;
9092
9518
  case "none":
9093
9519
  break;
9094
9520
  default:
9095
- throw new Error(`Invalid font option: ${s}`);
9521
+ throw new Error(`Invalid font option: ${m}`);
9096
9522
  }
9097
- o.customComponentPrefix && be(o.customComponentPrefix);
9523
+ t.customComponentPrefix && ke(t.customComponentPrefix);
9098
9524
  }
9099
9525
  };
9100
9526
  export {
9101
- $e as Icon,
9102
- Fe as VAccordion,
9103
- Ke as VAccordionItem,
9104
- Ae as VActionGroup,
9105
- qe as VAlert,
9527
+ xe as Icon,
9528
+ De as VAccordion,
9529
+ Ae as VAccordionItem,
9530
+ qe as VActionGroup,
9531
+ Oe as VAlert,
9106
9532
  Pe as VAvatar,
9107
- Oe as VBadge,
9108
- Ue as VBanner,
9109
- Re as VBreadcrumb,
9533
+ Ue as VBadge,
9534
+ Re as VBanner,
9535
+ Ee as VBreadcrumb,
9110
9536
  Ge as VBreadcrumbItem,
9111
- Ee as VButton,
9537
+ He as VButton,
9112
9538
  je as VCalendar,
9113
- He as VCalendarEvent,
9114
- We as VCard,
9539
+ We as VCalendarEvent,
9540
+ Je as VCard,
9115
9541
  _e as VCheckbox,
9116
9542
  Xe as VCombobox,
9117
- Je as VDataGrid,
9118
- Qe as VDataGridCell,
9119
- Ze as VDataGridRow,
9120
- Ye as VDatePicker,
9121
- Ie as VDateRangePicker,
9122
- ei as VDialog,
9123
- ii as VDivider,
9124
- ti as VEmptyState,
9125
- oi as VFab,
9543
+ Ze as VDataGrid,
9544
+ Ye as VDataGridCell,
9545
+ Qe as VDataGridRow,
9546
+ Ie as VDatePicker,
9547
+ ei as VDateRangePicker,
9548
+ ii as VDialog,
9549
+ ti as VDivider,
9550
+ oi as VEmptyState,
9551
+ ni as VFab,
9126
9552
  ai as VHeader,
9127
- ni as VIcon,
9128
- li as VLayout,
9129
- si as VMenu,
9130
- ri as VMenuItem,
9131
- di as VNav,
9132
- hi as VNavDisclosure,
9133
- ui as VNavItem,
9553
+ li as VIcon,
9554
+ si as VLayout,
9555
+ ri as VMenu,
9556
+ di as VMenuItem,
9557
+ hi as VNav,
9558
+ ui as VNavDisclosure,
9559
+ ci as VNavItem,
9134
9560
  pi as VNote,
9135
- ci as VNumberField,
9136
- vi as VOption,
9137
- mi as VPagination,
9138
- fi as VProgress,
9139
- gi as VProgressRing,
9140
- yi as VRadio,
9141
- bi as VRadioGroup,
9142
- Si as VSelect,
9143
- ki as VSelectableBox,
9144
- $i as VSideDrawer,
9145
- xi as VSlider,
9146
- wi as VSwitch,
9147
- Ci as VTab,
9148
- Vi as VTabPanel,
9149
- Li as VTabs,
9150
- Fi as VTag,
9151
- Ki as VTagGroup,
9152
- Bi as VTextArea,
9153
- Ti as VTextField,
9154
- Ni as VToggletip,
9155
- zi as VTooltip,
9156
- Mi as VTreeItem,
9561
+ vi as VNumberField,
9562
+ mi as VOption,
9563
+ fi as VPagination,
9564
+ gi as VProgress,
9565
+ yi as VProgressRing,
9566
+ bi as VRadio,
9567
+ ki as VRadioGroup,
9568
+ $i as VSelect,
9569
+ Si as VSelectableBox,
9570
+ xi as VSideDrawer,
9571
+ wi as VSlider,
9572
+ Ci as VSplitButton,
9573
+ Li as VSwitch,
9574
+ Vi as VTab,
9575
+ Ti as VTabPanel,
9576
+ Bi as VTabs,
9577
+ Ai as VTag,
9578
+ qi as VTagGroup,
9579
+ Ni as VTextArea,
9580
+ zi as VTextField,
9581
+ Mi as VToggletip,
9582
+ Fi as VTooltip,
9583
+ Ki as VTreeItem,
9157
9584
  Di as VTreeView,
9158
- Ai as optionalStyles,
9159
- be as setCustomComponentPrefix,
9160
- qi as vivid3
9585
+ Oi as optionalStyles,
9586
+ ke as setCustomComponentPrefix,
9587
+ Pi as vivid3
9161
9588
  };