@vonage/vivid-vue 3.43.0 → 3.45.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.es.js CHANGED
@@ -1,17 +1,17 @@
1
- import { ref as d, version as y, onBeforeMount as b, defineComponent as u, h as a } from "vue";
2
- import { registerAccordion as k, registerAccordionItem as S, registerActionGroup as $, registerAlert as x, registerAvatar as w, registerBadge as C, registerBanner as L, registerBreadcrumb as V, registerBreadcrumbItem as B, registerButton as T, registerCalendar as N, registerCalendarEvent as z, registerCard as M, registerCheckbox as 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 ne, registerSideDrawer as ae, registerSlider as le, registerSwitch as se, registerTab as re, registerTabs as de, registerTabPanel as he, registerTextArea as ue, registerTextField as pe, registerToggletip as ce, registerTooltip as ve, registerTreeItem as me, registerTreeView as fe, registerTag as ge, registerTagGroup as ye } from "@vonage/vivid";
1
+ import { ref as d, version as y, onBeforeMount as b, defineComponent as h, h as a } from "vue";
2
+ import { registerAccordion as k, registerAccordionItem as S, registerActionGroup as $, registerAlert as x, registerAvatar as w, registerBadge as C, registerBanner as L, registerBreadcrumb as V, registerBreadcrumbItem as B, registerButton as T, registerCalendar as N, registerCalendarEvent as z, registerCard as M, registerCheckbox as F, registerCombobox as D, registerDataGrid as f, registerDatePicker as K, registerDateRangePicker as A, registerDialog as q, registerDivider as P, registerEmptyState as O, registerFab as U, registerHeader as R, registerIcon as G, registerLayout as E, registerMenu as H, registerMenuItem as j, registerNav as W, registerNavDisclosure as J, registerNavItem as _, registerNote as X, registerNumberField as Z, registerOption as Q, registerPagination as Y, registerProgress as I, registerProgressRing as ee, registerRadio as ie, registerRadioGroup as te, registerSelectableBox as oe, registerSelect as ne, registerSideDrawer as ae, registerSlider as le, registerSwitch as se, registerTab as re, registerTabs as de, registerTabPanel as he, registerTextArea as ue, registerTextField as pe, registerToggletip as ce, registerTooltip as ve, registerTreeItem as me, registerTreeView as fe, registerTag as ge, registerTagGroup as ye } from "@vonage/vivid";
3
3
  const m = d("vvd3");
4
4
  function be(e) {
5
5
  m.value = e;
6
6
  }
7
- const r = y.startsWith("2");
8
- function p(e, o) {
7
+ const s = y.startsWith("2");
8
+ function u(e, o) {
9
9
  const n = d(`${m.value}-${e}`);
10
10
  return b(() => {
11
11
  o(m.value);
12
12
  }), n;
13
13
  }
14
- const Fe = u({
14
+ const De = h({
15
15
  name: "VAccordion",
16
16
  props: {
17
17
  /**
@@ -68,7 +68,7 @@ const Fe = u({
68
68
  "change"
69
69
  ],
70
70
  setup(e, o) {
71
- const n = p("accordion", k), i = d(null);
71
+ const n = u("accordion", k), i = d(null);
72
72
  return o.expose({
73
73
  closeAll() {
74
74
  var t;
@@ -77,7 +77,7 @@ const Fe = u({
77
77
  }), { componentName: n, element: i };
78
78
  },
79
79
  render() {
80
- return r ? a(
80
+ return s ? a(
81
81
  this.componentName,
82
82
  {
83
83
  ref: "element",
@@ -118,7 +118,7 @@ const Fe = u({
118
118
  ]
119
119
  );
120
120
  }
121
- }), Ke = u({
121
+ }), Ke = h({
122
122
  name: "VAccordionItem",
123
123
  props: {
124
124
  /**
@@ -205,14 +205,14 @@ const Fe = u({
205
205
  "change"
206
206
  ],
207
207
  setup(e, o) {
208
- const n = p(
208
+ const n = u(
209
209
  "accordion-item",
210
210
  S
211
211
  ), i = d(null);
212
212
  return o.expose({}), { componentName: n, element: i };
213
213
  },
214
214
  render() {
215
- return r ? a(
215
+ return s ? a(
216
216
  this.componentName,
217
217
  {
218
218
  ref: "element",
@@ -269,7 +269,7 @@ const Fe = u({
269
269
  ]
270
270
  );
271
271
  }
272
- }), Ae = u({
272
+ }), Ae = h({
273
273
  name: "VActionGroup",
274
274
  props: {
275
275
  /**
@@ -330,14 +330,14 @@ const Fe = u({
330
330
  "input"
331
331
  ],
332
332
  setup(e, o) {
333
- const n = p(
333
+ const n = u(
334
334
  "action-group",
335
335
  $
336
336
  ), i = d(null);
337
337
  return o.expose({}), { componentName: n, element: i };
338
338
  },
339
339
  render() {
340
- return r ? a(
340
+ return s ? a(
341
341
  this.componentName,
342
342
  {
343
343
  ref: "element",
@@ -397,9 +397,9 @@ function Se(e, o) {
397
397
  }), o;
398
398
  }
399
399
  function l(e, o) {
400
- return o ? r ? ke(e, o) : Se(e, o()) : null;
400
+ return o ? s ? ke(e, o) : Se(e, o()) : null;
401
401
  }
402
- const qe = u({
402
+ const qe = h({
403
403
  name: "VAlert",
404
404
  props: {
405
405
  /**
@@ -452,6 +452,13 @@ const qe = u({
452
452
  type: String,
453
453
  default: void 0
454
454
  },
455
+ /**
456
+ * alert state
457
+ */
458
+ strategy: {
459
+ type: String,
460
+ default: void 0
461
+ },
455
462
  /**
456
463
  * indicates whether the alert is open
457
464
  */
@@ -500,16 +507,16 @@ const qe = u({
500
507
  "close"
501
508
  ],
502
509
  setup(e, o) {
503
- const n = p("alert", x), i = d(null);
510
+ const n = u("alert", x), i = d(null);
504
511
  return o.expose({
505
- openChanged(t, s) {
506
- var h;
507
- return (h = i.value) == null ? void 0 : h.openChanged(t, s);
512
+ openChanged(t, r) {
513
+ var p;
514
+ return (p = i.value) == null ? void 0 : p.openChanged(t, r);
508
515
  }
509
516
  }), { componentName: n, element: i };
510
517
  },
511
518
  render() {
512
- return r ? a(
519
+ return s ? a(
513
520
  this.componentName,
514
521
  {
515
522
  ref: "element",
@@ -523,6 +530,7 @@ const qe = u({
523
530
  ...this.icon !== void 0 ? { icon: this.icon } : {},
524
531
  ...this.timeoutms !== void 0 ? { timeoutms: this.timeoutms } : {},
525
532
  ...this.connotation !== void 0 ? { connotation: this.connotation } : {},
533
+ ...this.strategy !== void 0 ? { strategy: this.strategy } : {},
526
534
  ...this.open !== void 0 ? { open: this.open } : {}
527
535
  },
528
536
  class: "vvd-component",
@@ -557,6 +565,7 @@ const qe = u({
557
565
  ...this.icon !== void 0 ? { icon: this.icon } : {},
558
566
  ...this.timeoutms !== void 0 ? { timeoutms: this.timeoutms } : {},
559
567
  ...this.connotation !== void 0 ? { connotation: this.connotation } : {},
568
+ ...this.strategy !== void 0 ? { strategy: this.strategy } : {},
560
569
  ...this.open !== void 0 ? { open: this.open } : {},
561
570
  onClick: (e) => this.$emit("click", e),
562
571
  onFocus: (e) => this.$emit("focus", e),
@@ -575,7 +584,7 @@ const qe = u({
575
584
  ]
576
585
  );
577
586
  }
578
- }), Pe = u({
587
+ }), Pe = h({
579
588
  name: "VAvatar",
580
589
  props: {
581
590
  /**
@@ -653,11 +662,11 @@ const qe = u({
653
662
  "input"
654
663
  ],
655
664
  setup(e, o) {
656
- const n = p("avatar", w), i = d(null);
665
+ const n = u("avatar", w), i = d(null);
657
666
  return o.expose({}), { componentName: n, element: i };
658
667
  },
659
668
  render() {
660
- return r ? a(
669
+ return s ? a(
661
670
  this.componentName,
662
671
  {
663
672
  ref: "element",
@@ -709,7 +718,7 @@ const qe = u({
709
718
  ]
710
719
  );
711
720
  }
712
- }), Oe = u({
721
+ }), Oe = h({
713
722
  name: "VBadge",
714
723
  props: {
715
724
  /**
@@ -784,11 +793,11 @@ const qe = u({
784
793
  "input"
785
794
  ],
786
795
  setup(e, o) {
787
- const n = p("badge", C), i = d(null);
796
+ const n = u("badge", C), i = d(null);
788
797
  return o.expose({}), { componentName: n, element: i };
789
798
  },
790
799
  render() {
791
- return r ? a(
800
+ return s ? a(
792
801
  this.componentName,
793
802
  {
794
803
  ref: "element",
@@ -834,7 +843,7 @@ const qe = u({
834
843
  []
835
844
  );
836
845
  }
837
- }), Ue = u({
846
+ }), Ue = h({
838
847
  name: "VBanner",
839
848
  props: {
840
849
  /**
@@ -894,7 +903,7 @@ const qe = u({
894
903
  "input"
895
904
  ],
896
905
  setup(e, o) {
897
- const n = p("banner", L), i = d(null);
906
+ const n = u("banner", L), i = d(null);
898
907
  return o.expose({
899
908
  remove() {
900
909
  var t;
@@ -903,7 +912,7 @@ const qe = u({
903
912
  }), { componentName: n, element: i };
904
913
  },
905
914
  render() {
906
- return r ? a(
915
+ return s ? a(
907
916
  this.componentName,
908
917
  {
909
918
  ref: "element",
@@ -961,7 +970,7 @@ const qe = u({
961
970
  ]
962
971
  );
963
972
  }
964
- }), Re = u({
973
+ }), Re = h({
965
974
  name: "VBreadcrumb",
966
975
  props: {
967
976
  /**
@@ -1005,11 +1014,11 @@ const qe = u({
1005
1014
  "input"
1006
1015
  ],
1007
1016
  setup(e, o) {
1008
- const n = p("breadcrumb", V), i = d(null);
1017
+ const n = u("breadcrumb", V), i = d(null);
1009
1018
  return o.expose({}), { componentName: n, element: i };
1010
1019
  },
1011
1020
  render() {
1012
- return r ? a(
1021
+ return s ? a(
1013
1022
  this.componentName,
1014
1023
  {
1015
1024
  ref: "element",
@@ -1046,7 +1055,7 @@ const qe = u({
1046
1055
  ]
1047
1056
  );
1048
1057
  }
1049
- }), Ge = u({
1058
+ }), Ge = h({
1050
1059
  name: "VBreadcrumbItem",
1051
1060
  props: {
1052
1061
  /**
@@ -1126,14 +1135,14 @@ const qe = u({
1126
1135
  "input"
1127
1136
  ],
1128
1137
  setup(e, o) {
1129
- const n = p(
1138
+ const n = u(
1130
1139
  "breadcrumb-item",
1131
1140
  B
1132
1141
  ), i = d(null);
1133
1142
  return o.expose({}), { componentName: n, element: i };
1134
1143
  },
1135
1144
  render() {
1136
- return r ? a(
1145
+ return s ? a(
1137
1146
  this.componentName,
1138
1147
  {
1139
1148
  ref: "element",
@@ -1185,7 +1194,7 @@ const qe = u({
1185
1194
  []
1186
1195
  );
1187
1196
  }
1188
- }), Ee = u({
1197
+ }), Ee = h({
1189
1198
  name: "VButton",
1190
1199
  props: {
1191
1200
  /**
@@ -1339,7 +1348,7 @@ const qe = u({
1339
1348
  "input"
1340
1349
  ],
1341
1350
  setup(e, o) {
1342
- const n = p("button", T), i = d(null);
1351
+ const n = u("button", T), i = d(null);
1343
1352
  return o.expose({
1344
1353
  /**
1345
1354
  * {@inheritDoc (FormAssociated:interface).validate}
@@ -1351,7 +1360,7 @@ const qe = u({
1351
1360
  }), { componentName: n, element: i };
1352
1361
  },
1353
1362
  render() {
1354
- return r ? a(
1363
+ return s ? a(
1355
1364
  this.componentName,
1356
1365
  {
1357
1366
  ref: "element",
@@ -1431,7 +1440,7 @@ const qe = u({
1431
1440
  []
1432
1441
  );
1433
1442
  }
1434
- }), je = u({
1443
+ }), He = h({
1435
1444
  name: "VCalendar",
1436
1445
  props: {
1437
1446
  /**
@@ -1511,16 +1520,16 @@ const qe = u({
1511
1520
  "input"
1512
1521
  ],
1513
1522
  setup(e, o) {
1514
- const n = p("calendar", N), i = d(null);
1523
+ const n = u("calendar", N), i = d(null);
1515
1524
  return o.expose({
1516
1525
  onKeydown(t) {
1517
- var s;
1518
- return (s = i.value) == null ? void 0 : s.onKeydown(t);
1526
+ var r;
1527
+ return (r = i.value) == null ? void 0 : r.onKeydown(t);
1519
1528
  }
1520
1529
  }), { componentName: n, element: i };
1521
1530
  },
1522
1531
  render() {
1523
- return r ? a(
1532
+ return s ? a(
1524
1533
  this.componentName,
1525
1534
  {
1526
1535
  ref: "element",
@@ -1597,7 +1606,7 @@ const qe = u({
1597
1606
  ]
1598
1607
  );
1599
1608
  }
1600
- }), He = u({
1609
+ }), je = h({
1601
1610
  name: "VCalendarEvent",
1602
1611
  props: {
1603
1612
  /**
@@ -1675,14 +1684,14 @@ const qe = u({
1675
1684
  "input"
1676
1685
  ],
1677
1686
  setup(e, o) {
1678
- const n = p(
1687
+ const n = u(
1679
1688
  "calendar-event",
1680
1689
  z
1681
1690
  ), i = d(null);
1682
1691
  return o.expose({}), { componentName: n, element: i };
1683
1692
  },
1684
1693
  render() {
1685
- return r ? a(
1694
+ return s ? a(
1686
1695
  this.componentName,
1687
1696
  {
1688
1697
  ref: "element",
@@ -1730,7 +1739,7 @@ const qe = u({
1730
1739
  []
1731
1740
  );
1732
1741
  }
1733
- }), We = u({
1742
+ }), We = h({
1734
1743
  name: "VCard",
1735
1744
  props: {
1736
1745
  /**
@@ -1808,11 +1817,11 @@ const qe = u({
1808
1817
  "input"
1809
1818
  ],
1810
1819
  setup(e, o) {
1811
- const n = p("card", M), i = d(null);
1820
+ const n = u("card", M), i = d(null);
1812
1821
  return o.expose({}), { componentName: n, element: i };
1813
1822
  },
1814
1823
  render() {
1815
- return r ? a(
1824
+ return s ? a(
1816
1825
  this.componentName,
1817
1826
  {
1818
1827
  ref: "element",
@@ -1880,9 +1889,9 @@ const qe = u({
1880
1889
  ]
1881
1890
  );
1882
1891
  }
1883
- }), _e = u({
1892
+ }), Je = h({
1884
1893
  name: "VCheckbox",
1885
- model: r ? {
1894
+ model: s ? {
1886
1895
  prop: "modelValue",
1887
1896
  event: "update:modelValue"
1888
1897
  } : void 0,
@@ -2004,11 +2013,11 @@ const qe = u({
2004
2013
  "update:modelValue"
2005
2014
  ],
2006
2015
  setup(e, o) {
2007
- const n = p("checkbox", D), i = d(null);
2016
+ const n = u("checkbox", F), i = d(null);
2008
2017
  return o.expose({}), { componentName: n, element: i };
2009
2018
  },
2010
2019
  render() {
2011
- return r ? a(
2020
+ return s ? a(
2012
2021
  this.componentName,
2013
2022
  {
2014
2023
  ref: "element",
@@ -2084,9 +2093,9 @@ const qe = u({
2084
2093
  []
2085
2094
  );
2086
2095
  }
2087
- }), Xe = u({
2096
+ }), _e = h({
2088
2097
  name: "VCombobox",
2089
- model: r ? {
2098
+ model: s ? {
2090
2099
  prop: "modelValue",
2091
2100
  event: "update:modelValue"
2092
2101
  } : void 0,
@@ -2207,7 +2216,7 @@ const qe = u({
2207
2216
  "update:modelValue"
2208
2217
  ],
2209
2218
  setup(e, o) {
2210
- const n = p("combobox", F), i = d(null);
2219
+ const n = u("combobox", D), i = d(null);
2211
2220
  return o.expose({
2212
2221
  /**
2213
2222
  * {@inheritDoc (FormAssociated:interface).validate}
@@ -2227,8 +2236,8 @@ const qe = u({
2227
2236
  * Calculate and apply listbox positioning based on available viewport space.
2228
2237
  */
2229
2238
  setPositioning(t) {
2230
- var s;
2231
- return (s = i.value) == null ? void 0 : s.setPositioning(t);
2239
+ var r;
2240
+ return (r = i.value) == null ? void 0 : r.setPositioning(t);
2232
2241
  },
2233
2242
  /**
2234
2243
  * Moves focus to the first selectable option.
@@ -2247,7 +2256,7 @@ const qe = u({
2247
2256
  }), { componentName: n, element: i };
2248
2257
  },
2249
2258
  render() {
2250
- return r ? a(
2259
+ return s ? a(
2251
2260
  this.componentName,
2252
2261
  {
2253
2262
  ref: "element",
@@ -2320,7 +2329,7 @@ const qe = u({
2320
2329
  ]
2321
2330
  );
2322
2331
  }
2323
- }), Je = u({
2332
+ }), Xe = h({
2324
2333
  name: "VDataGrid",
2325
2334
  props: {
2326
2335
  /**
@@ -2391,19 +2400,24 @@ const qe = u({
2391
2400
  * Fires when the value of an element has been changed.
2392
2401
  * @type {Event}
2393
2402
  */
2394
- "input"
2403
+ "input",
2404
+ /**
2405
+ * Event that fires when a cell is clicked
2406
+ * @type {unknown}
2407
+ */
2408
+ "cell-click"
2395
2409
  ],
2396
2410
  setup(e, o) {
2397
- const n = p("data-grid", f), i = d(null);
2411
+ const n = u("data-grid", f), i = d(null);
2398
2412
  return o.expose({
2399
2413
  selectionModeChanged(t) {
2400
- var s;
2401
- return (s = i.value) == null ? void 0 : s.selectionModeChanged(t);
2414
+ var r;
2415
+ return (r = i.value) == null ? void 0 : r.selectionModeChanged(t);
2402
2416
  }
2403
2417
  }), { componentName: n, element: i };
2404
2418
  },
2405
2419
  render() {
2406
- return r ? a(
2420
+ return s ? a(
2407
2421
  this.componentName,
2408
2422
  {
2409
2423
  ref: "element",
@@ -2424,7 +2438,8 @@ const qe = u({
2424
2438
  blur: (e) => this.$emit("blur", e),
2425
2439
  keydown: (e) => this.$emit("keydown", e),
2426
2440
  keyup: (e) => this.$emit("keyup", e),
2427
- input: (e) => this.$emit("input", e)
2441
+ input: (e) => this.$emit("input", e),
2442
+ "cell-click": (e) => this.$emit("cell-click", e)
2428
2443
  }
2429
2444
  },
2430
2445
  [this.$slots.default]
@@ -2444,7 +2459,8 @@ const qe = u({
2444
2459
  onBlur: (e) => this.$emit("blur", e),
2445
2460
  onKeydown: (e) => this.$emit("keydown", e),
2446
2461
  onKeyup: (e) => this.$emit("keyup", e),
2447
- onInput: (e) => this.$emit("input", e)
2462
+ onInput: (e) => this.$emit("input", e),
2463
+ onCellClick: (e) => this.$emit("cell-click", e)
2448
2464
  },
2449
2465
  [
2450
2466
  // @ts-ignore
@@ -2452,7 +2468,7 @@ const qe = u({
2452
2468
  ]
2453
2469
  );
2454
2470
  }
2455
- }), Ze = u({
2471
+ }), Ze = h({
2456
2472
  name: "VDataGridRow",
2457
2473
  props: {
2458
2474
  /**
@@ -2516,27 +2532,32 @@ const qe = u({
2516
2532
  * Fires a custom 'row-focused' event when focus is on an element (usually a cell or its contents) in the row
2517
2533
  * @type {unknown}
2518
2534
  */
2519
- "row-focused"
2535
+ "row-focused",
2536
+ /**
2537
+ * Event that fires when a cell is clicked
2538
+ * @type {unknown}
2539
+ */
2540
+ "cell-click"
2520
2541
  ],
2521
2542
  setup(e, o) {
2522
- const n = p("data-grid-row", f), i = d(null);
2543
+ const n = u("data-grid-row", f), i = d(null);
2523
2544
  return o.expose({
2524
2545
  handleFocusout(t) {
2525
- var s;
2526
- return (s = i.value) == null ? void 0 : s.handleFocusout(t);
2546
+ var r;
2547
+ return (r = i.value) == null ? void 0 : r.handleFocusout(t);
2527
2548
  },
2528
2549
  handleCellFocus(t) {
2529
- var s;
2530
- return (s = i.value) == null ? void 0 : s.handleCellFocus(t);
2550
+ var r;
2551
+ return (r = i.value) == null ? void 0 : r.handleCellFocus(t);
2531
2552
  },
2532
2553
  handleKeydown(t) {
2533
- var s;
2534
- return (s = i.value) == null ? void 0 : s.handleKeydown(t);
2554
+ var r;
2555
+ return (r = i.value) == null ? void 0 : r.handleKeydown(t);
2535
2556
  }
2536
2557
  }), { componentName: n, element: i };
2537
2558
  },
2538
2559
  render() {
2539
- return r ? a(
2560
+ return s ? a(
2540
2561
  this.componentName,
2541
2562
  {
2542
2563
  ref: "element",
@@ -2554,7 +2575,8 @@ const qe = u({
2554
2575
  keydown: (e) => this.$emit("keydown", e),
2555
2576
  keyup: (e) => this.$emit("keyup", e),
2556
2577
  input: (e) => this.$emit("input", e),
2557
- "row-focused": (e) => this.$emit("row-focused", e)
2578
+ "row-focused": (e) => this.$emit("row-focused", e),
2579
+ "cell-click": (e) => this.$emit("cell-click", e)
2558
2580
  }
2559
2581
  },
2560
2582
  [this.$slots.default]
@@ -2573,7 +2595,8 @@ const qe = u({
2573
2595
  onKeydown: (e) => this.$emit("keydown", e),
2574
2596
  onKeyup: (e) => this.$emit("keyup", e),
2575
2597
  onInput: (e) => this.$emit("input", e),
2576
- onRowFocused: (e) => this.$emit("row-focused", e)
2598
+ onRowFocused: (e) => this.$emit("row-focused", e),
2599
+ onCellClick: (e) => this.$emit("cell-click", e)
2577
2600
  },
2578
2601
  [
2579
2602
  // @ts-ignore
@@ -2581,7 +2604,7 @@ const qe = u({
2581
2604
  ]
2582
2605
  );
2583
2606
  }
2584
- }), Qe = u({
2607
+ }), Qe = h({
2585
2608
  name: "VDataGridCell",
2586
2609
  props: {
2587
2610
  /**
@@ -2660,31 +2683,36 @@ const qe = u({
2660
2683
  * Event that fires when a sortable column header is clicked
2661
2684
  * @type {unknown}
2662
2685
  */
2663
- "sort"
2686
+ "sort",
2687
+ /**
2688
+ * Event that fires when a cell is clicked
2689
+ * @type {unknown}
2690
+ */
2691
+ "cell-click"
2664
2692
  ],
2665
2693
  setup(e, o) {
2666
- const n = p("data-grid-cell", f), i = d(null);
2694
+ const n = u("data-grid-cell", f), i = d(null);
2667
2695
  return o.expose({
2668
2696
  handleKeydown(t) {
2669
- var s;
2670
- return (s = i.value) == null ? void 0 : s.handleKeydown(t);
2697
+ var r;
2698
+ return (r = i.value) == null ? void 0 : r.handleKeydown(t);
2671
2699
  },
2672
- ariaSelectedChanged(t, s) {
2673
- var h;
2674
- return (h = i.value) == null ? void 0 : h.ariaSelectedChanged(t, s);
2700
+ ariaSelectedChanged(t, r) {
2701
+ var p;
2702
+ return (p = i.value) == null ? void 0 : p.ariaSelectedChanged(t, r);
2675
2703
  },
2676
2704
  handleFocusin(t) {
2677
- var s;
2678
- return (s = i.value) == null ? void 0 : s.handleFocusin(t);
2705
+ var r;
2706
+ return (r = i.value) == null ? void 0 : r.handleFocusin(t);
2679
2707
  },
2680
2708
  handleFocusout(t) {
2681
- var s;
2682
- return (s = i.value) == null ? void 0 : s.handleFocusout(t);
2709
+ var r;
2710
+ return (r = i.value) == null ? void 0 : r.handleFocusout(t);
2683
2711
  }
2684
2712
  }), { componentName: n, element: i };
2685
2713
  },
2686
2714
  render() {
2687
- return r ? a(
2715
+ return s ? a(
2688
2716
  this.componentName,
2689
2717
  {
2690
2718
  ref: "element",
@@ -2705,7 +2733,8 @@ const qe = u({
2705
2733
  keyup: (e) => this.$emit("keyup", e),
2706
2734
  input: (e) => this.$emit("input", e),
2707
2735
  "cell-focused": (e) => this.$emit("cell-focused", e),
2708
- sort: (e) => this.$emit("sort", e)
2736
+ sort: (e) => this.$emit("sort", e),
2737
+ "cell-click": (e) => this.$emit("cell-click", e)
2709
2738
  }
2710
2739
  },
2711
2740
  [this.$slots.default]
@@ -2727,7 +2756,8 @@ const qe = u({
2727
2756
  onKeyup: (e) => this.$emit("keyup", e),
2728
2757
  onInput: (e) => this.$emit("input", e),
2729
2758
  onCellFocused: (e) => this.$emit("cell-focused", e),
2730
- onSort: (e) => this.$emit("sort", e)
2759
+ onSort: (e) => this.$emit("sort", e),
2760
+ onCellClick: (e) => this.$emit("cell-click", e)
2731
2761
  },
2732
2762
  [
2733
2763
  // @ts-ignore
@@ -2735,9 +2765,9 @@ const qe = u({
2735
2765
  ]
2736
2766
  );
2737
2767
  }
2738
- }), Ye = u({
2768
+ }), Ye = h({
2739
2769
  name: "VDatePicker",
2740
- model: r ? {
2770
+ model: s ? {
2741
2771
  prop: "modelValue",
2742
2772
  event: "update:modelValue"
2743
2773
  } : void 0,
@@ -2828,11 +2858,11 @@ const qe = u({
2828
2858
  "update:modelValue"
2829
2859
  ],
2830
2860
  setup(e, o) {
2831
- const n = p("date-picker", K), i = d(null);
2861
+ const n = u("date-picker", K), i = d(null);
2832
2862
  return o.expose({}), { componentName: n, element: i };
2833
2863
  },
2834
2864
  render() {
2835
- return r ? a(
2865
+ return s ? a(
2836
2866
  this.componentName,
2837
2867
  {
2838
2868
  ref: "element",
@@ -2896,7 +2926,7 @@ const qe = u({
2896
2926
  []
2897
2927
  );
2898
2928
  }
2899
- }), Ie = u({
2929
+ }), Ie = h({
2900
2930
  name: "VDateRangePicker",
2901
2931
  props: {
2902
2932
  /**
@@ -3016,14 +3046,14 @@ const qe = u({
3016
3046
  "update:end"
3017
3047
  ],
3018
3048
  setup(e, o) {
3019
- const n = p(
3049
+ const n = u(
3020
3050
  "date-range-picker",
3021
3051
  A
3022
3052
  ), i = d(null);
3023
3053
  return o.expose({}), { componentName: n, element: i };
3024
3054
  },
3025
3055
  render() {
3026
- return r ? a(
3056
+ return s ? a(
3027
3057
  this.componentName,
3028
3058
  {
3029
3059
  ref: "element",
@@ -3093,7 +3123,7 @@ const qe = u({
3093
3123
  []
3094
3124
  );
3095
3125
  }
3096
- }), ei = u({
3126
+ }), ei = h({
3097
3127
  name: "VDialog",
3098
3128
  props: {
3099
3129
  /**
@@ -3123,7 +3153,8 @@ const qe = u({
3123
3153
  dismissButtonAriaLabel: {
3124
3154
  type: String,
3125
3155
  default: void 0
3126
- }
3156
+ },
3157
+ noLightDismiss: { type: Boolean, default: void 0 }
3127
3158
  },
3128
3159
  emits: [
3129
3160
  /**
@@ -3163,12 +3194,8 @@ const qe = u({
3163
3194
  "close"
3164
3195
  ],
3165
3196
  setup(e, o) {
3166
- const n = p("dialog", q), i = d(null);
3197
+ const n = u("dialog", q), i = d(null);
3167
3198
  return o.expose({
3168
- openChanged(t, s) {
3169
- var h;
3170
- return (h = i.value) == null ? void 0 : h.openChanged(t, s);
3171
- },
3172
3199
  close() {
3173
3200
  var t;
3174
3201
  return (t = i.value) == null ? void 0 : t.close();
@@ -3184,7 +3211,7 @@ const qe = u({
3184
3211
  }), { componentName: n, element: i };
3185
3212
  },
3186
3213
  render() {
3187
- return r ? a(
3214
+ return s ? a(
3188
3215
  this.componentName,
3189
3216
  {
3190
3217
  ref: "element",
@@ -3197,7 +3224,8 @@ const qe = u({
3197
3224
  ...this.headline !== void 0 ? { headline: this.headline } : {},
3198
3225
  ...this.fullWidthBody !== void 0 ? { "full-width-body": this.fullWidthBody } : {},
3199
3226
  ...this.ariaLabel !== void 0 ? { "aria-label": this.ariaLabel } : {},
3200
- ...this.dismissButtonAriaLabel !== void 0 ? { "dismiss-button-aria-label": this.dismissButtonAriaLabel } : {}
3227
+ ...this.dismissButtonAriaLabel !== void 0 ? { "dismiss-button-aria-label": this.dismissButtonAriaLabel } : {},
3228
+ ...this.noLightDismiss !== void 0 ? { "no-light-dismiss": this.noLightDismiss } : {}
3201
3229
  },
3202
3230
  class: "vvd-component",
3203
3231
  on: {
@@ -3236,6 +3264,7 @@ const qe = u({
3236
3264
  ...this.fullWidthBody !== void 0 ? { "full-width-body": this.fullWidthBody } : {},
3237
3265
  ...this.ariaLabel !== void 0 ? { "aria-label": this.ariaLabel } : {},
3238
3266
  ...this.dismissButtonAriaLabel !== void 0 ? { "dismiss-button-aria-label": this.dismissButtonAriaLabel } : {},
3267
+ ...this.noLightDismiss !== void 0 ? { "no-light-dismiss": this.noLightDismiss } : {},
3239
3268
  onClick: (e) => this.$emit("click", e),
3240
3269
  onFocus: (e) => this.$emit("focus", e),
3241
3270
  onBlur: (e) => this.$emit("blur", e),
@@ -3258,7 +3287,7 @@ const qe = u({
3258
3287
  ]
3259
3288
  );
3260
3289
  }
3261
- }), ii = u({
3290
+ }), ii = h({
3262
3291
  name: "VDivider",
3263
3292
  props: {
3264
3293
  /**
@@ -3316,11 +3345,11 @@ const qe = u({
3316
3345
  "input"
3317
3346
  ],
3318
3347
  setup(e, o) {
3319
- const n = p("divider", P), i = d(null);
3348
+ const n = u("divider", P), i = d(null);
3320
3349
  return o.expose({}), { componentName: n, element: i };
3321
3350
  },
3322
3351
  render() {
3323
- return r ? a(
3352
+ return s ? a(
3324
3353
  this.componentName,
3325
3354
  {
3326
3355
  ref: "element",
@@ -3358,7 +3387,7 @@ const qe = u({
3358
3387
  []
3359
3388
  );
3360
3389
  }
3361
- }), ti = u({
3390
+ }), ti = h({
3362
3391
  name: "VEmptyState",
3363
3392
  props: {
3364
3393
  /**
@@ -3411,11 +3440,11 @@ const qe = u({
3411
3440
  "input"
3412
3441
  ],
3413
3442
  setup(e, o) {
3414
- const n = p("empty-state", O), i = d(null);
3443
+ const n = u("empty-state", O), i = d(null);
3415
3444
  return o.expose({}), { componentName: n, element: i };
3416
3445
  },
3417
3446
  render() {
3418
- return r ? a(
3447
+ return s ? a(
3419
3448
  this.componentName,
3420
3449
  {
3421
3450
  ref: "element",
@@ -3466,7 +3495,7 @@ const qe = u({
3466
3495
  ]
3467
3496
  );
3468
3497
  }
3469
- }), oi = u({
3498
+ }), oi = h({
3470
3499
  name: "VFab",
3471
3500
  props: {
3472
3501
  /**
@@ -3600,7 +3629,7 @@ const qe = u({
3600
3629
  "input"
3601
3630
  ],
3602
3631
  setup(e, o) {
3603
- const n = p("fab", U), i = d(null);
3632
+ const n = u("fab", U), i = d(null);
3604
3633
  return o.expose({
3605
3634
  /**
3606
3635
  * {@inheritDoc (FormAssociated:interface).validate}
@@ -3612,7 +3641,7 @@ const qe = u({
3612
3641
  }), { componentName: n, element: i };
3613
3642
  },
3614
3643
  render() {
3615
- return r ? a(
3644
+ return s ? a(
3616
3645
  this.componentName,
3617
3646
  {
3618
3647
  ref: "element",
@@ -3688,7 +3717,7 @@ const qe = u({
3688
3717
  ]
3689
3718
  );
3690
3719
  }
3691
- }), ni = u({
3720
+ }), ni = h({
3692
3721
  name: "VHeader",
3693
3722
  props: {
3694
3723
  /**
@@ -3740,11 +3769,11 @@ const qe = u({
3740
3769
  "input"
3741
3770
  ],
3742
3771
  setup(e, o) {
3743
- const n = p("header", R), i = d(null);
3772
+ const n = u("header", R), i = d(null);
3744
3773
  return o.expose({}), { componentName: n, element: i };
3745
3774
  },
3746
3775
  render() {
3747
- return r ? a(
3776
+ return s ? a(
3748
3777
  this.componentName,
3749
3778
  {
3750
3779
  ref: "element",
@@ -3795,7 +3824,7 @@ const qe = u({
3795
3824
  ]
3796
3825
  );
3797
3826
  }
3798
- }), ai = u({
3827
+ }), ai = h({
3799
3828
  name: "VIcon",
3800
3829
  props: {
3801
3830
  /**
@@ -3855,7 +3884,7 @@ const qe = u({
3855
3884
  "input"
3856
3885
  ],
3857
3886
  setup(e, o) {
3858
- const n = p("icon", G), i = d(null);
3887
+ const n = u("icon", G), i = d(null);
3859
3888
  return o.expose({
3860
3889
  nameChanged() {
3861
3890
  var t;
@@ -3864,7 +3893,7 @@ const qe = u({
3864
3893
  }), { componentName: n, element: i };
3865
3894
  },
3866
3895
  render() {
3867
- return r ? a(
3896
+ return s ? a(
3868
3897
  this.componentName,
3869
3898
  {
3870
3899
  ref: "element",
@@ -3907,7 +3936,7 @@ const qe = u({
3907
3936
  ]
3908
3937
  );
3909
3938
  }
3910
- }), li = u({
3939
+ }), li = h({
3911
3940
  name: "VLayout",
3912
3941
  props: {
3913
3942
  /**
@@ -3986,11 +4015,11 @@ const qe = u({
3986
4015
  "input"
3987
4016
  ],
3988
4017
  setup(e, o) {
3989
- const n = p("layout", E), i = d(null);
4018
+ const n = u("layout", E), i = d(null);
3990
4019
  return o.expose({}), { componentName: n, element: i };
3991
4020
  },
3992
4021
  render() {
3993
- return r ? a(
4022
+ return s ? a(
3994
4023
  this.componentName,
3995
4024
  {
3996
4025
  ref: "element",
@@ -4037,9 +4066,16 @@ const qe = u({
4037
4066
  ]
4038
4067
  );
4039
4068
  }
4040
- }), si = u({
4069
+ }), si = h({
4041
4070
  name: "VMenu",
4042
4071
  props: {
4072
+ /**
4073
+ * ID or direct reference to the component's anchor element.
4074
+ */
4075
+ anchor: {
4076
+ type: [Object, String],
4077
+ default: void 0
4078
+ },
4043
4079
  /**
4044
4080
  * Indicates the element that represents the current item within a container or set of related elements.
4045
4081
  */
@@ -4047,6 +4083,7 @@ const qe = u({
4047
4083
  type: String,
4048
4084
  default: void 0
4049
4085
  },
4086
+ ariaLabel: { type: String, default: void 0 },
4050
4087
  /**
4051
4088
  * placement of the menu
4052
4089
  */
@@ -4054,13 +4091,6 @@ const qe = u({
4054
4091
  type: String,
4055
4092
  default: void 0
4056
4093
  },
4057
- /**
4058
- * id or direct reference to the menu's anchor element
4059
- */
4060
- anchor: {
4061
- type: [Object, String],
4062
- default: void 0
4063
- },
4064
4094
  /**
4065
4095
  * indicates whether the menu will automatically close when
4066
4096
  * the user clicks outside the menu
@@ -4114,7 +4144,7 @@ const qe = u({
4114
4144
  "close"
4115
4145
  ],
4116
4146
  setup(e, o) {
4117
- const n = p("menu", j), i = d(null);
4147
+ const n = u("menu", H), i = d(null);
4118
4148
  return o.expose({
4119
4149
  /**
4120
4150
  * Focuses the first item in the menu.
@@ -4130,27 +4160,24 @@ const qe = u({
4130
4160
  var t;
4131
4161
  return (t = i.value) == null ? void 0 : t.collapseExpandedItem();
4132
4162
  },
4133
- anchorChanged(t, s) {
4134
- var h;
4135
- return (h = i.value) == null ? void 0 : h.anchorChanged(t, s);
4136
- },
4137
- autoDismissChanged(t, s) {
4138
- var h;
4139
- return (h = i.value) == null ? void 0 : h.autoDismissChanged(t, s);
4163
+ autoDismissChanged(t) {
4164
+ var r;
4165
+ return (r = i.value) == null ? void 0 : r.autoDismissChanged(t);
4140
4166
  },
4141
- openChanged(t, s) {
4142
- var h;
4143
- return (h = i.value) == null ? void 0 : h.openChanged(t, s);
4167
+ openChanged(t, r) {
4168
+ var p;
4169
+ return (p = i.value) == null ? void 0 : p.openChanged(t, r);
4144
4170
  }
4145
4171
  }), { componentName: n, element: i };
4146
4172
  },
4147
4173
  render() {
4148
- return r ? a(
4174
+ return s ? a(
4149
4175
  this.componentName,
4150
4176
  {
4151
4177
  ref: "element",
4152
4178
  attrs: {
4153
4179
  ...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
4180
+ ...this.ariaLabel !== void 0 ? { "aria-label": this.ariaLabel } : {},
4154
4181
  ...this.placement !== void 0 ? { placement: this.placement } : {},
4155
4182
  ...this.autoDismiss !== void 0 ? { "auto-dismiss": this.autoDismiss } : {},
4156
4183
  ...this.open !== void 0 ? { open: this.open } : {}
@@ -4182,9 +4209,10 @@ const qe = u({
4182
4209
  {
4183
4210
  ref: "element",
4184
4211
  class: "vvd-component",
4212
+ ...this.anchor !== void 0 ? { anchor: this.anchor } : {},
4185
4213
  ...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
4214
+ ...this.ariaLabel !== void 0 ? { "aria-label": this.ariaLabel } : {},
4186
4215
  ...this.placement !== void 0 ? { placement: this.placement } : {},
4187
- ...this.anchor !== void 0 ? { anchor: this.anchor } : {},
4188
4216
  ...this.autoDismiss !== void 0 ? { "auto-dismiss": this.autoDismiss } : {},
4189
4217
  ...this.open !== void 0 ? { open: this.open } : {},
4190
4218
  onClick: (e) => this.$emit("click", e),
@@ -4206,9 +4234,9 @@ const qe = u({
4206
4234
  ]
4207
4235
  );
4208
4236
  }
4209
- }), ri = u({
4237
+ }), ri = h({
4210
4238
  name: "VMenuItem",
4211
- model: r ? {
4239
+ model: s ? {
4212
4240
  prop: "modelValue",
4213
4241
  event: "update:modelValue"
4214
4242
  } : void 0,
@@ -4312,11 +4340,11 @@ const qe = u({
4312
4340
  "update:modelValue"
4313
4341
  ],
4314
4342
  setup(e, o) {
4315
- const n = p("menu-item", H), i = d(null);
4343
+ const n = u("menu-item", j), i = d(null);
4316
4344
  return o.expose({}), { componentName: n, element: i };
4317
4345
  },
4318
4346
  render() {
4319
- return r ? a(
4347
+ return s ? a(
4320
4348
  this.componentName,
4321
4349
  {
4322
4350
  ref: "element",
@@ -4392,7 +4420,7 @@ const qe = u({
4392
4420
  ]
4393
4421
  );
4394
4422
  }
4395
- }), di = u({
4423
+ }), di = h({
4396
4424
  name: "VNav",
4397
4425
  props: {
4398
4426
  /**
@@ -4436,11 +4464,11 @@ const qe = u({
4436
4464
  "input"
4437
4465
  ],
4438
4466
  setup(e, o) {
4439
- const n = p("nav", W), i = d(null);
4467
+ const n = u("nav", W), i = d(null);
4440
4468
  return o.expose({}), { componentName: n, element: i };
4441
4469
  },
4442
4470
  render() {
4443
- return r ? a(
4471
+ return s ? a(
4444
4472
  this.componentName,
4445
4473
  {
4446
4474
  ref: "element",
@@ -4477,7 +4505,7 @@ const qe = u({
4477
4505
  ]
4478
4506
  );
4479
4507
  }
4480
- }), hi = u({
4508
+ }), hi = h({
4481
4509
  name: "VNavDisclosure",
4482
4510
  props: {
4483
4511
  /**
@@ -4530,14 +4558,14 @@ const qe = u({
4530
4558
  "toggle"
4531
4559
  ],
4532
4560
  setup(e, o) {
4533
- const n = p(
4561
+ const n = u(
4534
4562
  "nav-disclosure",
4535
- _
4563
+ J
4536
4564
  ), i = d(null);
4537
4565
  return o.expose({}), { componentName: n, element: i };
4538
4566
  },
4539
4567
  render() {
4540
- return r ? a(
4568
+ return s ? a(
4541
4569
  this.componentName,
4542
4570
  {
4543
4571
  ref: "element",
@@ -4588,7 +4616,7 @@ const qe = u({
4588
4616
  ]
4589
4617
  );
4590
4618
  }
4591
- }), ui = u({
4619
+ }), ui = h({
4592
4620
  name: "VNavItem",
4593
4621
  props: {
4594
4622
  /**
@@ -4676,7 +4704,7 @@ const qe = u({
4676
4704
  "input"
4677
4705
  ],
4678
4706
  setup(e, o) {
4679
- const n = p("nav-item", X), i = d(null);
4707
+ const n = u("nav-item", _), i = d(null);
4680
4708
  return o.expose({
4681
4709
  getBodyTemplate() {
4682
4710
  var t;
@@ -4685,7 +4713,7 @@ const qe = u({
4685
4713
  }), { componentName: n, element: i };
4686
4714
  },
4687
4715
  render() {
4688
- return r ? a(
4716
+ return s ? a(
4689
4717
  this.componentName,
4690
4718
  {
4691
4719
  ref: "element",
@@ -4745,7 +4773,7 @@ const qe = u({
4745
4773
  ]
4746
4774
  );
4747
4775
  }
4748
- }), pi = u({
4776
+ }), pi = h({
4749
4777
  name: "VNote",
4750
4778
  props: {
4751
4779
  /**
@@ -4802,11 +4830,11 @@ const qe = u({
4802
4830
  "input"
4803
4831
  ],
4804
4832
  setup(e, o) {
4805
- const n = p("note", J), i = d(null);
4833
+ const n = u("note", X), i = d(null);
4806
4834
  return o.expose({}), { componentName: n, element: i };
4807
4835
  },
4808
4836
  render() {
4809
- return r ? a(
4837
+ return s ? a(
4810
4838
  this.componentName,
4811
4839
  {
4812
4840
  ref: "element",
@@ -4849,9 +4877,9 @@ const qe = u({
4849
4877
  ]
4850
4878
  );
4851
4879
  }
4852
- }), ci = u({
4880
+ }), ci = h({
4853
4881
  name: "VNumberField",
4854
- model: r ? {
4882
+ model: s ? {
4855
4883
  prop: "modelValue",
4856
4884
  event: "update:modelValue"
4857
4885
  } : void 0,
@@ -5015,7 +5043,7 @@ const qe = u({
5015
5043
  "update:modelValue"
5016
5044
  ],
5017
5045
  setup(e, o) {
5018
- const n = p(
5046
+ const n = u(
5019
5047
  "number-field",
5020
5048
  Z
5021
5049
  ), i = d(null);
@@ -5034,9 +5062,9 @@ const qe = u({
5034
5062
  var t;
5035
5063
  return (t = i.value) == null ? void 0 : t.select();
5036
5064
  },
5037
- stepChanged(t, s) {
5038
- var h;
5039
- return (h = i.value) == null ? void 0 : h.stepChanged(t, s);
5065
+ stepChanged(t, r) {
5066
+ var p;
5067
+ return (p = i.value) == null ? void 0 : p.stepChanged(t, r);
5040
5068
  },
5041
5069
  stepUp() {
5042
5070
  var t;
@@ -5049,7 +5077,7 @@ const qe = u({
5049
5077
  }), { componentName: n, element: i };
5050
5078
  },
5051
5079
  render() {
5052
- return r ? a(
5080
+ return s ? a(
5053
5081
  this.componentName,
5054
5082
  {
5055
5083
  ref: "element",
@@ -5149,7 +5177,7 @@ const qe = u({
5149
5177
  []
5150
5178
  );
5151
5179
  }
5152
- }), vi = u({
5180
+ }), vi = h({
5153
5181
  name: "VOption",
5154
5182
  props: {
5155
5183
  /**
@@ -5217,23 +5245,23 @@ const qe = u({
5217
5245
  "input"
5218
5246
  ],
5219
5247
  setup(e, o) {
5220
- const n = p("option", Q), i = d(null);
5248
+ const n = u("option", Q), i = d(null);
5221
5249
  return o.expose({
5222
5250
  /**
5223
5251
  * Updates the ariaChecked property when the checked property changes.
5224
5252
  */
5225
- checkedChanged(t, s) {
5226
- var h;
5227
- return (h = i.value) == null ? void 0 : h.checkedChanged(t, s);
5253
+ checkedChanged(t, r) {
5254
+ var p;
5255
+ return (p = i.value) == null ? void 0 : p.checkedChanged(t, r);
5228
5256
  },
5229
- initialValueChanged(t, s) {
5230
- var h;
5231
- return (h = i.value) == null ? void 0 : h.initialValueChanged(t, s);
5257
+ initialValueChanged(t, r) {
5258
+ var p;
5259
+ return (p = i.value) == null ? void 0 : p.initialValueChanged(t, r);
5232
5260
  }
5233
5261
  }), { componentName: n, element: i };
5234
5262
  },
5235
5263
  render() {
5236
- return r ? a(
5264
+ return s ? a(
5237
5265
  this.componentName,
5238
5266
  {
5239
5267
  ref: "element",
@@ -5287,7 +5315,7 @@ const qe = u({
5287
5315
  ]
5288
5316
  );
5289
5317
  }
5290
- }), mi = u({
5318
+ }), mi = h({
5291
5319
  name: "VPagination",
5292
5320
  props: {
5293
5321
  /**
@@ -5350,24 +5378,24 @@ const qe = u({
5350
5378
  "pagination-change"
5351
5379
  ],
5352
5380
  setup(e, o) {
5353
- const n = p("pagination", Y), i = d(null);
5381
+ const n = u("pagination", Y), i = d(null);
5354
5382
  return o.expose({
5355
- totalChanged(t, s) {
5356
- var h;
5357
- return (h = i.value) == null ? void 0 : h.totalChanged(t, s);
5383
+ totalChanged(t, r) {
5384
+ var p;
5385
+ return (p = i.value) == null ? void 0 : p.totalChanged(t, r);
5358
5386
  },
5359
- selectedIndexChanged(t, s) {
5360
- var h;
5361
- return (h = i.value) == null ? void 0 : h.selectedIndexChanged(t, s);
5387
+ selectedIndexChanged(t, r) {
5388
+ var p;
5389
+ return (p = i.value) == null ? void 0 : p.selectedIndexChanged(t, r);
5362
5390
  },
5363
- paginationButtonsChanged(t, s) {
5364
- var h;
5365
- return (h = i.value) == null ? void 0 : h.paginationButtonsChanged(t, s);
5391
+ paginationButtonsChanged(t, r) {
5392
+ var p;
5393
+ return (p = i.value) == null ? void 0 : p.paginationButtonsChanged(t, r);
5366
5394
  }
5367
5395
  }), { componentName: n, element: i };
5368
5396
  },
5369
5397
  render() {
5370
- return r ? a(
5398
+ return s ? a(
5371
5399
  this.componentName,
5372
5400
  {
5373
5401
  ref: "element",
@@ -5413,7 +5441,7 @@ const qe = u({
5413
5441
  []
5414
5442
  );
5415
5443
  }
5416
- }), fi = u({
5444
+ }), fi = h({
5417
5445
  name: "VProgress",
5418
5446
  props: {
5419
5447
  /**
@@ -5492,11 +5520,11 @@ const qe = u({
5492
5520
  "input"
5493
5521
  ],
5494
5522
  setup(e, o) {
5495
- const n = p("progress", I), i = d(null);
5523
+ const n = u("progress", I), i = d(null);
5496
5524
  return o.expose({}), { componentName: n, element: i };
5497
5525
  },
5498
5526
  render() {
5499
- return r ? a(
5527
+ return s ? a(
5500
5528
  this.componentName,
5501
5529
  {
5502
5530
  ref: "element",
@@ -5546,7 +5574,7 @@ const qe = u({
5546
5574
  []
5547
5575
  );
5548
5576
  }
5549
- }), gi = u({
5577
+ }), gi = h({
5550
5578
  name: "VProgressRing",
5551
5579
  props: {
5552
5580
  /**
@@ -5615,14 +5643,14 @@ const qe = u({
5615
5643
  "input"
5616
5644
  ],
5617
5645
  setup(e, o) {
5618
- const n = p(
5646
+ const n = u(
5619
5647
  "progress-ring",
5620
5648
  ee
5621
5649
  ), i = d(null);
5622
5650
  return o.expose({}), { componentName: n, element: i };
5623
5651
  },
5624
5652
  render() {
5625
- return r ? a(
5653
+ return s ? a(
5626
5654
  this.componentName,
5627
5655
  {
5628
5656
  ref: "element",
@@ -5670,7 +5698,7 @@ const qe = u({
5670
5698
  []
5671
5699
  );
5672
5700
  }
5673
- }), yi = u({
5701
+ }), yi = h({
5674
5702
  name: "VRadio",
5675
5703
  props: {
5676
5704
  /**
@@ -5772,11 +5800,11 @@ const qe = u({
5772
5800
  "change"
5773
5801
  ],
5774
5802
  setup(e, o) {
5775
- const n = p("radio", ie), i = d(null);
5803
+ const n = u("radio", ie), i = d(null);
5776
5804
  return o.expose({}), { componentName: n, element: i };
5777
5805
  },
5778
5806
  render() {
5779
- return r ? a(
5807
+ return s ? a(
5780
5808
  this.componentName,
5781
5809
  {
5782
5810
  ref: "element",
@@ -5834,9 +5862,9 @@ const qe = u({
5834
5862
  []
5835
5863
  );
5836
5864
  }
5837
- }), bi = u({
5865
+ }), bi = h({
5838
5866
  name: "VRadioGroup",
5839
- model: r ? {
5867
+ model: s ? {
5840
5868
  prop: "modelValue",
5841
5869
  event: "update:modelValue"
5842
5870
  } : void 0,
@@ -5920,11 +5948,11 @@ const qe = u({
5920
5948
  "update:modelValue"
5921
5949
  ],
5922
5950
  setup(e, o) {
5923
- const n = p("radio-group", te), i = d(null);
5951
+ const n = u("radio-group", te), i = d(null);
5924
5952
  return o.expose({}), { componentName: n, element: i };
5925
5953
  },
5926
5954
  render() {
5927
- return r ? a(
5955
+ return s ? a(
5928
5956
  this.componentName,
5929
5957
  {
5930
5958
  ref: "element",
@@ -5985,7 +6013,7 @@ const qe = u({
5985
6013
  ]
5986
6014
  );
5987
6015
  }
5988
- }), ki = u({
6016
+ }), ki = h({
5989
6017
  name: "VSelectableBox",
5990
6018
  props: {
5991
6019
  /**
@@ -6065,14 +6093,14 @@ const qe = u({
6065
6093
  "change"
6066
6094
  ],
6067
6095
  setup(e, o) {
6068
- const n = p(
6096
+ const n = u(
6069
6097
  "selectable-box",
6070
6098
  oe
6071
6099
  ), i = d(null);
6072
6100
  return o.expose({}), { componentName: n, element: i };
6073
6101
  },
6074
6102
  render() {
6075
- return r ? a(
6103
+ return s ? a(
6076
6104
  this.componentName,
6077
6105
  {
6078
6106
  ref: "element",
@@ -6125,9 +6153,9 @@ const qe = u({
6125
6153
  ]
6126
6154
  );
6127
6155
  }
6128
- }), Si = u({
6156
+ }), Si = h({
6129
6157
  name: "VSelect",
6130
- model: r ? {
6158
+ model: s ? {
6131
6159
  prop: "modelValue",
6132
6160
  event: "update:modelValue"
6133
6161
  } : void 0,
@@ -6267,7 +6295,7 @@ const qe = u({
6267
6295
  "update:modelValue"
6268
6296
  ],
6269
6297
  setup(e, o) {
6270
- const n = p("select", ne), i = d(null);
6298
+ const n = u("select", ne), i = d(null);
6271
6299
  return o.expose({
6272
6300
  /**
6273
6301
  * Calculate and apply listbox positioning based on available viewport space.
@@ -6279,9 +6307,9 @@ const qe = u({
6279
6307
  /**
6280
6308
  * Sets the multiple property on the proxy element.
6281
6309
  */
6282
- multipleChanged(t, s) {
6283
- var h;
6284
- return (h = i.value) == null ? void 0 : h.multipleChanged(t, s);
6310
+ multipleChanged(t, r) {
6311
+ var p;
6312
+ return (p = i.value) == null ? void 0 : p.multipleChanged(t, r);
6285
6313
  },
6286
6314
  /**
6287
6315
  * Sets an option as selected and gives it focus.
@@ -6304,7 +6332,7 @@ const qe = u({
6304
6332
  }), { componentName: n, element: i };
6305
6333
  },
6306
6334
  render() {
6307
- return r ? a(
6335
+ return s ? a(
6308
6336
  this.componentName,
6309
6337
  {
6310
6338
  ref: "element",
@@ -6399,7 +6427,7 @@ const qe = u({
6399
6427
  ]
6400
6428
  );
6401
6429
  }
6402
- }), $i = u({
6430
+ }), $i = h({
6403
6431
  name: "VSideDrawer",
6404
6432
  props: {
6405
6433
  /**
@@ -6469,11 +6497,11 @@ const qe = u({
6469
6497
  "open"
6470
6498
  ],
6471
6499
  setup(e, o) {
6472
- const n = p("side-drawer", ae), i = d(null);
6500
+ const n = u("side-drawer", ae), i = d(null);
6473
6501
  return o.expose({}), { componentName: n, element: i };
6474
6502
  },
6475
6503
  render() {
6476
- return r ? a(
6504
+ return s ? a(
6477
6505
  this.componentName,
6478
6506
  {
6479
6507
  ref: "element",
@@ -6528,9 +6556,9 @@ const qe = u({
6528
6556
  ]
6529
6557
  );
6530
6558
  }
6531
- }), xi = u({
6559
+ }), xi = h({
6532
6560
  name: "VSlider",
6533
- model: r ? {
6561
+ model: s ? {
6534
6562
  prop: "modelValue",
6535
6563
  event: "update:modelValue"
6536
6564
  } : void 0,
@@ -6651,7 +6679,7 @@ const qe = u({
6651
6679
  "update:modelValue"
6652
6680
  ],
6653
6681
  setup(e, o) {
6654
- const n = p("slider", le), i = d(null);
6682
+ const n = u("slider", le), i = d(null);
6655
6683
  return o.expose({
6656
6684
  /**
6657
6685
  * Increment the value by the step
@@ -6671,15 +6699,15 @@ const qe = u({
6671
6699
  * Places the thumb based on the current value
6672
6700
  */
6673
6701
  setThumbPositionForOrientation(t) {
6674
- var s;
6675
- return (s = i.value) == null ? void 0 : s.setThumbPositionForOrientation(
6702
+ var r;
6703
+ return (r = i.value) == null ? void 0 : r.setThumbPositionForOrientation(
6676
6704
  t
6677
6705
  );
6678
6706
  }
6679
6707
  }), { componentName: n, element: i };
6680
6708
  },
6681
6709
  render() {
6682
- return r ? a(
6710
+ return s ? a(
6683
6711
  this.componentName,
6684
6712
  {
6685
6713
  ref: "element",
@@ -6755,9 +6783,9 @@ const qe = u({
6755
6783
  []
6756
6784
  );
6757
6785
  }
6758
- }), wi = u({
6786
+ }), wi = h({
6759
6787
  name: "VSwitch",
6760
- model: r ? {
6788
+ model: s ? {
6761
6789
  prop: "modelValue",
6762
6790
  event: "update:modelValue"
6763
6791
  } : void 0,
@@ -6828,11 +6856,11 @@ const qe = u({
6828
6856
  "update:modelValue"
6829
6857
  ],
6830
6858
  setup(e, o) {
6831
- const n = p("switch", se), i = d(null);
6859
+ const n = u("switch", se), i = d(null);
6832
6860
  return o.expose({}), { componentName: n, element: i };
6833
6861
  },
6834
6862
  render() {
6835
- return r ? a(
6863
+ return s ? a(
6836
6864
  this.componentName,
6837
6865
  {
6838
6866
  ref: "element",
@@ -6884,7 +6912,7 @@ const qe = u({
6884
6912
  []
6885
6913
  );
6886
6914
  }
6887
- }), Ci = u({
6915
+ }), Ci = h({
6888
6916
  name: "VTab",
6889
6917
  props: {
6890
6918
  /**
@@ -6961,11 +6989,11 @@ const qe = u({
6961
6989
  "input"
6962
6990
  ],
6963
6991
  setup(e, o) {
6964
- const n = p("tab", re), i = d(null);
6992
+ const n = u("tab", re), i = d(null);
6965
6993
  return o.expose({}), { componentName: n, element: i };
6966
6994
  },
6967
6995
  render() {
6968
- return r ? a(
6996
+ return s ? a(
6969
6997
  this.componentName,
6970
6998
  {
6971
6999
  ref: "element",
@@ -7021,7 +7049,7 @@ const qe = u({
7021
7049
  ]
7022
7050
  );
7023
7051
  }
7024
- }), Li = u({
7052
+ }), Li = h({
7025
7053
  name: "VTabs",
7026
7054
  props: {
7027
7055
  /**
@@ -7052,6 +7080,13 @@ const qe = u({
7052
7080
  connotation: {
7053
7081
  type: String,
7054
7082
  default: void 0
7083
+ },
7084
+ /**
7085
+ * sets the initial preferred margin from predefined available options
7086
+ */
7087
+ gutters: {
7088
+ type: String,
7089
+ default: void 0
7055
7090
  }
7056
7091
  },
7057
7092
  emits: [
@@ -7092,14 +7127,14 @@ const qe = u({
7092
7127
  "change"
7093
7128
  ],
7094
7129
  setup(e, o) {
7095
- const n = p("tabs", de), i = d(null);
7130
+ const n = u("tabs", de), i = d(null);
7096
7131
  return o.expose({
7097
7132
  /**
7098
7133
  * The adjust method for FASTTabs
7099
7134
  */
7100
7135
  adjust(t) {
7101
- var s;
7102
- return (s = i.value) == null ? void 0 : s.adjust(t);
7136
+ var r;
7137
+ return (r = i.value) == null ? void 0 : r.adjust(t);
7103
7138
  },
7104
7139
  connotationChanged() {
7105
7140
  var t;
@@ -7109,9 +7144,9 @@ const qe = u({
7109
7144
  var t;
7110
7145
  return (t = i.value) == null ? void 0 : t.orientationChanged();
7111
7146
  },
7112
- activeidChanged(t, s) {
7113
- var h;
7114
- return (h = i.value) == null ? void 0 : h.activeidChanged(t, s);
7147
+ activeidChanged(t, r) {
7148
+ var p;
7149
+ return (p = i.value) == null ? void 0 : p.activeidChanged(t, r);
7115
7150
  },
7116
7151
  tabsChanged() {
7117
7152
  var t;
@@ -7128,7 +7163,7 @@ const qe = u({
7128
7163
  }), { componentName: n, element: i };
7129
7164
  },
7130
7165
  render() {
7131
- return r ? a(
7166
+ return s ? a(
7132
7167
  this.componentName,
7133
7168
  {
7134
7169
  ref: "element",
@@ -7137,7 +7172,8 @@ const qe = u({
7137
7172
  ...this.orientation !== void 0 ? { orientation: this.orientation } : {},
7138
7173
  ...this.activeid !== void 0 ? { activeid: this.activeid } : {},
7139
7174
  ...this.activeindicator !== void 0 ? { activeindicator: this.activeindicator } : {},
7140
- ...this.connotation !== void 0 ? { connotation: this.connotation } : {}
7175
+ ...this.connotation !== void 0 ? { connotation: this.connotation } : {},
7176
+ ...this.gutters !== void 0 ? { gutters: this.gutters } : {}
7141
7177
  },
7142
7178
  class: "vvd-component",
7143
7179
  on: {
@@ -7161,6 +7197,7 @@ const qe = u({
7161
7197
  ...this.activeid !== void 0 ? { activeid: this.activeid } : {},
7162
7198
  ...this.activeindicator !== void 0 ? { activeindicator: this.activeindicator } : {},
7163
7199
  ...this.connotation !== void 0 ? { connotation: this.connotation } : {},
7200
+ ...this.gutters !== void 0 ? { gutters: this.gutters } : {},
7164
7201
  onClick: (e) => this.$emit("click", e),
7165
7202
  onFocus: (e) => this.$emit("focus", e),
7166
7203
  onBlur: (e) => this.$emit("blur", e),
@@ -7175,7 +7212,7 @@ const qe = u({
7175
7212
  ]
7176
7213
  );
7177
7214
  }
7178
- }), Vi = u({
7215
+ }), Vi = h({
7179
7216
  name: "VTabPanel",
7180
7217
  props: {
7181
7218
  /**
@@ -7219,11 +7256,11 @@ const qe = u({
7219
7256
  "input"
7220
7257
  ],
7221
7258
  setup(e, o) {
7222
- const n = p("tab-panel", he), i = d(null);
7259
+ const n = u("tab-panel", he), i = d(null);
7223
7260
  return o.expose({}), { componentName: n, element: i };
7224
7261
  },
7225
7262
  render() {
7226
- return r ? a(
7263
+ return s ? a(
7227
7264
  this.componentName,
7228
7265
  {
7229
7266
  ref: "element",
@@ -7260,9 +7297,9 @@ const qe = u({
7260
7297
  ]
7261
7298
  );
7262
7299
  }
7263
- }), Bi = u({
7300
+ }), Bi = h({
7264
7301
  name: "VTextArea",
7265
- model: r ? {
7302
+ model: s ? {
7266
7303
  prop: "modelValue",
7267
7304
  event: "update:modelValue"
7268
7305
  } : void 0,
@@ -7310,11 +7347,11 @@ const qe = u({
7310
7347
  "update:modelValue"
7311
7348
  ],
7312
7349
  setup(e, o) {
7313
- const n = p("text-area", ue), i = d(null);
7350
+ const n = u("text-area", ue), i = d(null);
7314
7351
  return o.expose({}), { componentName: n, element: i };
7315
7352
  },
7316
7353
  render() {
7317
- return r ? a(
7354
+ return s ? a(
7318
7355
  this.componentName,
7319
7356
  {
7320
7357
  ref: "element",
@@ -7358,9 +7395,9 @@ const qe = u({
7358
7395
  []
7359
7396
  );
7360
7397
  }
7361
- }), Ti = u({
7398
+ }), Ti = h({
7362
7399
  name: "VTextField",
7363
- model: r ? {
7400
+ model: s ? {
7364
7401
  prop: "modelValue",
7365
7402
  event: "update:modelValue"
7366
7403
  } : void 0,
@@ -7515,7 +7552,7 @@ const qe = u({
7515
7552
  "update:modelValue"
7516
7553
  ],
7517
7554
  setup(e, o) {
7518
- const n = p("text-field", pe), i = d(null);
7555
+ const n = u("text-field", pe), i = d(null);
7519
7556
  return o.expose({
7520
7557
  /**
7521
7558
  * Selects all the text in the text field
@@ -7538,7 +7575,7 @@ const qe = u({
7538
7575
  }), { componentName: n, element: i };
7539
7576
  },
7540
7577
  render() {
7541
- return r ? a(
7578
+ return s ? a(
7542
7579
  this.componentName,
7543
7580
  {
7544
7581
  ref: "element",
@@ -7648,9 +7685,16 @@ const qe = u({
7648
7685
  ]
7649
7686
  );
7650
7687
  }
7651
- }), Ni = u({
7688
+ }), Ni = h({
7652
7689
  name: "VToggletip",
7653
7690
  props: {
7691
+ /**
7692
+ * ID or direct reference to the component's anchor element.
7693
+ */
7694
+ anchor: {
7695
+ type: [String, HTMLElement],
7696
+ default: void 0
7697
+ },
7654
7698
  /**
7655
7699
  * Indicates the element that represents the current item within a container or set of related elements.
7656
7700
  */
@@ -7673,13 +7717,6 @@ const qe = u({
7673
7717
  type: String,
7674
7718
  default: void 0
7675
7719
  },
7676
- /**
7677
- * id or direct reference to the toggletip's anchor element
7678
- */
7679
- anchor: {
7680
- type: [String, Object],
7681
- default: void 0
7682
- },
7683
7720
  /**
7684
7721
  * indicates whether the toggletip is open
7685
7722
  */
@@ -7718,20 +7755,16 @@ const qe = u({
7718
7755
  "input"
7719
7756
  ],
7720
7757
  setup(e, o) {
7721
- const n = p("toggletip", ce), i = d(null);
7758
+ const n = u("toggletip", ce), i = d(null);
7722
7759
  return o.expose({
7723
- anchorChanged(t, s) {
7724
- var h;
7725
- return (h = i.value) == null ? void 0 : h.anchorChanged(t, s);
7726
- },
7727
- openChanged(t, s) {
7728
- var h;
7729
- return (h = i.value) == null ? void 0 : h.openChanged(t, s);
7760
+ openChanged(t, r) {
7761
+ var p;
7762
+ return (p = i.value) == null ? void 0 : p.openChanged(t, r);
7730
7763
  }
7731
7764
  }), { componentName: n, element: i };
7732
7765
  },
7733
7766
  render() {
7734
- return r ? a(
7767
+ return s ? a(
7735
7768
  this.componentName,
7736
7769
  {
7737
7770
  ref: "element",
@@ -7765,11 +7798,11 @@ const qe = u({
7765
7798
  {
7766
7799
  ref: "element",
7767
7800
  class: "vvd-component",
7801
+ ...this.anchor !== void 0 ? { anchor: this.anchor } : {},
7768
7802
  ...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
7769
7803
  ...this.headline !== void 0 ? { headline: this.headline } : {},
7770
7804
  ...this.alternate !== void 0 ? { alternate: this.alternate } : {},
7771
7805
  ...this.placement !== void 0 ? { placement: this.placement } : {},
7772
- ...this.anchor !== void 0 ? { anchor: this.anchor } : {},
7773
7806
  ...this.open !== void 0 ? { open: this.open } : {},
7774
7807
  onClick: (e) => this.$emit("click", e),
7775
7808
  onFocus: (e) => this.$emit("focus", e),
@@ -7786,9 +7819,16 @@ const qe = u({
7786
7819
  ]
7787
7820
  );
7788
7821
  }
7789
- }), zi = u({
7822
+ }), zi = h({
7790
7823
  name: "VTooltip",
7791
7824
  props: {
7825
+ /**
7826
+ * ID or direct reference to the component's anchor element.
7827
+ */
7828
+ anchor: {
7829
+ type: [String, HTMLElement],
7830
+ default: void 0
7831
+ },
7792
7832
  /**
7793
7833
  * Indicates the element that represents the current item within a container or set of related elements.
7794
7834
  */
@@ -7805,11 +7845,7 @@ const qe = u({
7805
7845
  type: String,
7806
7846
  default: void 0
7807
7847
  },
7808
- open: { type: Boolean, default: void 0 },
7809
- anchor: {
7810
- type: [String, Object],
7811
- default: void 0
7812
- }
7848
+ open: { type: Boolean, default: void 0 }
7813
7849
  },
7814
7850
  emits: [
7815
7851
  /**
@@ -7844,20 +7880,11 @@ const qe = u({
7844
7880
  "input"
7845
7881
  ],
7846
7882
  setup(e, o) {
7847
- const n = p("tooltip", ve), i = d(null);
7848
- return o.expose({
7849
- anchorChanged(t, s) {
7850
- var h;
7851
- return (h = i.value) == null ? void 0 : h.anchorChanged(t, s);
7852
- },
7853
- openChanged(t, s) {
7854
- var h;
7855
- return (h = i.value) == null ? void 0 : h.openChanged(t, s);
7856
- }
7857
- }), { componentName: n, element: i };
7883
+ const n = u("tooltip", ve), i = d(null);
7884
+ return o.expose({}), { componentName: n, element: i };
7858
7885
  },
7859
7886
  render() {
7860
- return r ? a(
7887
+ return s ? a(
7861
7888
  this.componentName,
7862
7889
  {
7863
7890
  ref: "element",
@@ -7886,11 +7913,11 @@ const qe = u({
7886
7913
  {
7887
7914
  ref: "element",
7888
7915
  class: "vvd-component",
7916
+ ...this.anchor !== void 0 ? { anchor: this.anchor } : {},
7889
7917
  ...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
7890
7918
  ...this.text !== void 0 ? { text: this.text } : {},
7891
7919
  ...this.placement !== void 0 ? { placement: this.placement } : {},
7892
7920
  ...this.open !== void 0 ? { open: this.open } : {},
7893
- ...this.anchor !== void 0 ? { anchor: this.anchor } : {},
7894
7921
  onClick: (e) => this.$emit("click", e),
7895
7922
  onFocus: (e) => this.$emit("focus", e),
7896
7923
  onBlur: (e) => this.$emit("blur", e),
@@ -7901,7 +7928,7 @@ const qe = u({
7901
7928
  []
7902
7929
  );
7903
7930
  }
7904
- }), Mi = u({
7931
+ }), Mi = h({
7905
7932
  name: "VTreeItem",
7906
7933
  props: {
7907
7934
  /**
@@ -7976,11 +8003,11 @@ const qe = u({
7976
8003
  "selected-change"
7977
8004
  ],
7978
8005
  setup(e, o) {
7979
- const n = p("tree-item", me), i = d(null);
8006
+ const n = u("tree-item", me), i = d(null);
7980
8007
  return o.expose({}), { componentName: n, element: i };
7981
8008
  },
7982
8009
  render() {
7983
- return r ? a(
8010
+ return s ? a(
7984
8011
  this.componentName,
7985
8012
  {
7986
8013
  ref: "element",
@@ -8034,7 +8061,7 @@ const qe = u({
8034
8061
  ]
8035
8062
  );
8036
8063
  }
8037
- }), Di = u({
8064
+ }), Fi = h({
8038
8065
  name: "VTreeView",
8039
8066
  props: {
8040
8067
  /**
@@ -8086,11 +8113,11 @@ const qe = u({
8086
8113
  "input"
8087
8114
  ],
8088
8115
  setup(e, o) {
8089
- const n = p("tree-view", fe), i = d(null);
8116
+ const n = u("tree-view", fe), i = d(null);
8090
8117
  return o.expose({}), { componentName: n, element: i };
8091
8118
  },
8092
8119
  render() {
8093
- return r ? a(
8120
+ return s ? a(
8094
8121
  this.componentName,
8095
8122
  {
8096
8123
  ref: "element",
@@ -8129,7 +8156,7 @@ const qe = u({
8129
8156
  ]
8130
8157
  );
8131
8158
  }
8132
- }), Fi = u({
8159
+ }), Di = h({
8133
8160
  name: "VTag",
8134
8161
  props: {
8135
8162
  /**
@@ -8216,15 +8243,15 @@ const qe = u({
8216
8243
  "input"
8217
8244
  ],
8218
8245
  setup(e, o) {
8219
- const n = p("tag", ge), i = d(null);
8246
+ const n = u("tag", ge), i = d(null);
8220
8247
  return o.expose({
8221
8248
  remove() {
8222
8249
  var t;
8223
8250
  return (t = i.value) == null ? void 0 : t.remove();
8224
8251
  },
8225
8252
  handleKeydown(t) {
8226
- var s;
8227
- return (s = i.value) == null ? void 0 : s.handleKeydown(t);
8253
+ var r;
8254
+ return (r = i.value) == null ? void 0 : r.handleKeydown(t);
8228
8255
  },
8229
8256
  handleClick() {
8230
8257
  var t;
@@ -8233,7 +8260,7 @@ const qe = u({
8233
8260
  }), { componentName: n, element: i };
8234
8261
  },
8235
8262
  render() {
8236
- return r ? a(
8263
+ return s ? a(
8237
8264
  this.componentName,
8238
8265
  {
8239
8266
  ref: "element",
@@ -8285,7 +8312,7 @@ const qe = u({
8285
8312
  []
8286
8313
  );
8287
8314
  }
8288
- }), Ki = u({
8315
+ }), Ki = h({
8289
8316
  name: "VTagGroup",
8290
8317
  props: {
8291
8318
  /**
@@ -8330,11 +8357,11 @@ const qe = u({
8330
8357
  "input"
8331
8358
  ],
8332
8359
  setup(e, o) {
8333
- const n = p("tag-group", ye), i = d(null);
8360
+ const n = u("tag-group", ye), i = d(null);
8334
8361
  return o.expose({}), { componentName: n, element: i };
8335
8362
  },
8336
8363
  render() {
8337
- return r ? a(
8364
+ return s ? a(
8338
8365
  this.componentName,
8339
8366
  {
8340
8367
  ref: "element",
@@ -8377,19 +8404,19 @@ const qe = u({
8377
8404
  var $e = /* @__PURE__ */ ((e) => (e.accessibilityLine = "accessibility-line", e.accessibilitySolid = "accessibility-solid", e.activeCallLine = "active-call-line", e.activeCallSolid = "active-call-solid", e.addCallLine = "add-call-line", e.addCallSolid = "add-call-solid", e.addGroupLine = "add-group-line", e.addGroupSolid = "add-group-solid", e.addLine = "add-line", e.addSolid = "add-solid", e.addUserLine = "add-user-line", e.addUserSolid = "add-user-solid", e.addressBookLine = "address-book-line", e.addressBookSolid = "address-book-solid", e.ai2Line = "ai-2-line", e.ai2Solid = "ai-2-solid", e.ai3Line = "ai-3-line", e.ai3Solid = "ai-3-solid", e.aiLine = "ai-line", e.aiSolid = "ai-solid", e.alarmLine = "alarm-line", e.alarmSolid = "alarm-solid", e.alignCenterLine = "align-center-line", e.alignCenterSolid = "align-center-solid", e.alignLeftLine = "align-left-line", e.alignLeftSolid = "align-left-solid", e.alignRightLine = "align-right-line", e.alignRightSolid = "align-right-solid", e.ambulanceLine = "ambulance-line", e.ambulanceSolid = "ambulance-solid", e.androidColor = "android-color", e.androidMono = "android-mono", e.angularColor = "angular-color", e.angularMono = "angular-mono", e.appLine = "app-line", e.appPlusLine = "app-plus-line", e.appPlusSolid = "app-plus-solid", e.appSolid = "app-solid", e.appStoreLine = "app-store-line", e.appStoreSolid = "app-store-solid", e.appleColor = "apple-color", e.appleMono = "apple-mono", e.appsLine = "apps-line", e.appsSolid = "apps-solid", e.arrowBoldLeftLine = "arrow-bold-left-line", e.arrowBoldLeftSolid = "arrow-bold-left-solid", e.arrowBoldRightLine = "arrow-bold-right-line", e.arrowBoldRightSolid = "arrow-bold-right-solid", e.arrowDownLine = "arrow-down-line", e.arrowDownSolid = "arrow-down-solid", e.arrowInboundLine = "arrow-inbound-line", e.arrowInboundSolid = "arrow-inbound-solid", e.arrowLeftLine = "arrow-left-line", e.arrowLeftSolid = "arrow-left-solid", e.arrowOutboundLine = "arrow-outbound-line", e.arrowOutboundSolid = "arrow-outbound-solid", e.arrowRightLine = "arrow-right-line", e.arrowRightSolid = "arrow-right-solid", e.arrowUpLine = "arrow-up-line", e.arrowUpSolid = "arrow-up-solid", e.arrowWidthLargeLine = "arrow-width-large-line", e.arrowWidthLargeSolid = "arrow-width-large-solid", e.arrowWidthMediumLine = "arrow-width-medium-line", e.arrowWidthMediumSolid = "arrow-width-medium-solid", e.arrowWidthSmallLine = "arrow-width-small-line", e.arrowWidthSmallSolid = "arrow-width-small-solid", e.assignUserLine = "assign-user-line", e.assignUserSolid = "assign-user-solid", e.asteriskLine = "asterisk-line", e.asteriskSolid = "asterisk-solid", e.atomsLine = "atoms-line", e.atomsSolid = "atoms-solid", e.attachmentLine = "attachment-line", e.attachmentSolid = "attachment-solid", e.audioMaxLine = "audio-max-line", e.audioMaxSolid = "audio-max-solid", e.audioMidLine = "audio-mid-line", e.audioMidSolid = "audio-mid-solid", e.audioMinLine = "audio-min-line", e.audioMinSolid = "audio-min-solid", e.audioMuteLine = "audio-mute-line", e.audioMuteSolid = "audio-mute-solid", e.audioOff2Line = "audio-off-2-line", e.audioOff2Solid = "audio-off-2-solid", e.audioOffLine = "audio-off-line", e.audioOffSolid = "audio-off-solid", e.backspaceLine = "backspace-line", e.backspaceSolid = "backspace-solid", e.badgeLine = "badge-line", e.badgeSolid = "badge-solid", e.binocularsLine = "binoculars-line", e.binocularsSolid = "binoculars-solid", e.blockCallLine = "block-call-line", e.blockCallSolid = "block-call-solid", e.blockLine = "block-line", e.blockSolid = "block-solid", e.bloggerColor = "blogger-color", e.bloggerMono = "blogger-mono", e.blurLine = "blur-line", e.blurOffLine = "blur-off-line", e.blurOffSolid = "blur-off-solid", e.blurSolid = "blur-solid", e.boldLine = "bold-line", e.boldSolid = "bold-solid", e.bookmarkLine = "bookmark-line", e.bookmarkSolid = "bookmark-solid", e.booksLine = "books-line", e.booksSolid = "books-solid", e.botLine = "bot-line", e.botSolid = "bot-solid", e.bottomTabsLine = "bottom-tabs-line", e.bottomTabsSolid = "bottom-tabs-solid", e.bounceLine = "bounce-line", e.bounceSolid = "bounce-solid", e.brainLine = "brain-line", e.brainSolid = "brain-solid", e.bringToFrontLine = "bring-to-front-line", e.bringToFrontSolid = "bring-to-front-solid", e.broadcastLine = "broadcast-line", e.broadcastSolid = "broadcast-solid", e.bulletLine = "bullet-line", e.bulletList2Line = "bullet-list-2-line", e.bulletList2Solid = "bullet-list-2-solid", e.bulletListLine = "bullet-list-line", e.bulletListOffLine = "bullet-list-off-line", e.bulletListOffSolid = "bullet-list-off-solid", e.bulletListSolid = "bullet-list-solid", e.bulletSolid = "bullet-solid", e.bullhornColor = "bullhorn-color", e.bullhornMono = "bullhorn-mono", e.calculatorLine = "calculator-line", e.calculatorSolid = "calculator-solid", e.calendarCheckLine = "calendar-check-line", e.calendarCheckSolid = "calendar-check-solid", e.calendarClockLine = "calendar-clock-line", e.calendarClockSolid = "calendar-clock-solid", e.calendarLine = "calendar-line", e.calendarPlusLine = "calendar-plus-line", e.calendarPlusSolid = "calendar-plus-solid", e.calendarSolid = "calendar-solid", e.callLine = "call-line", e.callSolid = "call-solid", e.callStarLine = "call-star-line", e.callStarSolid = "call-star-solid", e.cameraLine = "camera-line", e.cameraSolid = "camera-solid", e.cameraSwitchLine = "camera-switch-line", e.cameraSwitchSolid = "camera-switch-solid", e.carLine = "car-line", e.carSolid = "car-solid", e.cartFullLine = "cart-full-line", e.cartFullSolid = "cart-full-solid", e.cartLine = "cart-line", e.cartSolid = "cart-solid", e.chainLine = "chain-line", e.chainSolid = "chain-solid", e.charityLine = "charity-line", e.charitySolid = "charity-solid", e.chartLine = "chart-line", e.chartSolid = "chart-solid", e.chat2Line = "chat-2-line", e.chat2Solid = "chat-2-solid", e.chatCallLine = "chat-call-line", e.chatCallSolid = "chat-call-solid", e.chatHideLine = "chat-hide-line", e.chatHideSolid = "chat-hide-solid", e.chatLine = "chat-line", e.chatSolid = "chat-solid", e.checkAllLine = "check-all-line", e.checkAllSolid = "check-all-solid", e.checkCallLine = "check-call-line", e.checkCallSolid = "check-call-solid", e.checkCircleLine = "check-circle-line", e.checkCircleSolid = "check-circle-solid", e.checkDoubleLine = "check-double-line", e.checkDoubleSolid = "check-double-solid", e.checkLine = "check-line", e.checkSentLine = "check-sent-line", e.checkSentSolid = "check-sent-solid", e.checkSolid = "check-solid", e.checkboxCheckedLine = "checkbox-checked-line", e.checkboxCheckedSolid = "checkbox-checked-solid", e.checkboxUncheckedLine = "checkbox-unchecked-line", e.checkboxUncheckedSolid = "checkbox-unchecked-solid", e.chevronCircleDownLine = "chevron-circle-down-line", e.chevronCircleDownSolid = "chevron-circle-down-solid", e.chevronDownLine = "chevron-down-line", e.chevronDownSolid = "chevron-down-solid", e.chevronLeftLine = "chevron-left-line", e.chevronLeftSolid = "chevron-left-solid", e.chevronRightLine = "chevron-right-line", e.chevronRightSolid = "chevron-right-solid", e.chevronUpLine = "chevron-up-line", e.chevronUpSolid = "chevron-up-solid", e.chimeColor = "chime-color", e.chimeMono = "chime-mono", e.circleLine = "circle-line", e.circleSolid = "circle-solid", e.clickToCallLine = "click-to-call-line", e.clickToCallSolid = "click-to-call-solid", e.clioColor = "clio-color", e.clioMono = "clio-mono", e.clipboardAddLine = "clipboard-add-line", e.clipboardAddSolid = "clipboard-add-solid", e.clipboardAssignLine = "clipboard-assign-line", e.clipboardAssignSolid = "clipboard-assign-solid", e.clockLine = "clock-line", e.clockOffLine = "clock-off-line", e.clockOffSolid = "clock-off-solid", e.clockSolid = "clock-solid", e.closeCircleLine = "close-circle-line", e.closeCircleSolid = "close-circle-solid", e.closeLine = "close-line", e.closeSmallLine = "close-small-line", e.closeSmallSolid = "close-small-solid", e.closeSolid = "close-solid", e.closedCaptioningLine = "closed-captioning-line", e.closedCaptioningSolid = "closed-captioning-solid", e.cloudDownload2Line = "cloud-download-2-line", e.cloudDownload2Solid = "cloud-download-2-solid", e.cloudLine = "cloud-line", e.cloudOfficePhoneLine = "cloud-office-phone-line", e.cloudOfficePhoneSolid = "cloud-office-phone-solid", e.cloudSolid = "cloud-solid", e.cloudUpload2Line = "cloud-upload-2-line", e.cloudUpload2Solid = "cloud-upload-2-solid", e.cloudUploadLine = "cloud-upload-line", e.cloudUploadSolid = "cloud-upload-solid", e.codeLine = "code-line", e.codeSnippetLine = "code-snippet-line", e.codeSnippetSolid = "code-snippet-solid", e.codeSolid = "code-solid", e.coffeeLine = "coffee-line", e.coffeeSolid = "coffee-solid", e.collapseLine = "collapse-line", e.collapseSolid = "collapse-solid", e.composeLine = "compose-line", e.composeSolid = "compose-solid", e.conditionLine = "condition-line", e.conditionSolid = "condition-solid", e.connectLine = "connect-line", e.connectSolid = "connect-solid", e.cooktailLine = "cooktail-line", e.cooktailSolid = "cooktail-solid", e.copy2Line = "copy-2-line", e.copy2Solid = "copy-2-solid", e.copyLine = "copy-line", e.copySolid = "copy-solid", e.creditCardLine = "credit-card-line", e.creditCardSolid = "credit-card-solid", e.cropLine = "crop-line", e.cropSolid = "crop-solid", e.curlColor = "curl-color", e.curlMono = "curl-mono", e.curlyBracketsLine = "curly-brackets-line", e.curlyBracketsSolid = "curly-brackets-solid", e.cursor2Line = "cursor-2-line", e.cursor2Solid = "cursor-2-solid", e.cursorLine = "cursor-line", e.cursorSolid = "cursor-solid", e.darkModeLine = "dark-mode-line", e.darkModeSolid = "dark-mode-solid", e.deleteLine = "delete-line", e.deleteSolid = "delete-solid", e.densityHighLine = "density-high-line", e.densityHighSolid = "density-high-solid", e.densityMediumLine = "density-medium-line", e.densityMediumSolid = "density-medium-solid", e.designToolsLine = "design-tools-line", e.designToolsSolid = "design-tools-solid", e.devicesLine = "devices-line", e.devicesSolid = "devices-solid", e.disableCallLine = "disable-call-line", e.disableCallSolid = "disable-call-solid", e.distortLine = "distort-line", e.distortSolid = "distort-solid", e.dividerLine = "divider-line", e.dividerSolid = "divider-solid", e.document2Line = "document-2-line", e.document2Solid = "document-2-solid", e.documentLine = "document-line", e.documentSolid = "document-solid", e.dollarLine = "dollar-line", e.dollarSolid = "dollar-solid", e.dotnetColor = "dotnet-color", e.dotnetMono = "dotnet-mono", e.doubleChevronLeftLine = "double-chevron-left-line", e.doubleChevronLeftSolid = "double-chevron-left-solid", e.doubleChevronRightLine = "double-chevron-right-line", e.doubleChevronRightSolid = "double-chevron-right-solid", e.downloadLine = "download-line", e.downloadSolid = "download-solid", e.drupalColor = "drupal-color", e.drupalMono = "drupal-mono", e.duplicateLine = "duplicate-line", e.duplicateSolid = "duplicate-solid", e.dynamics365Color = "dynamics-365-color", e.dynamics365Mono = "dynamics-365-mono", e.dynamicsMono = "dynamics-mono", e.dynamicsMonoColor = "dynamics-mono-color", e.echoLine = "echo-line", e.echoSolid = "echo-solid", e.editLine = "edit-line", e.editSolid = "edit-solid", e.editUserLine = "edit-user-line", e.editUserSolid = "edit-user-solid", e.emojiLine = "emoji-line", e.emojiSolid = "emoji-solid", e.endCallLine = "end-call-line", e.endCallSolid = "end-call-solid", e.enlargeScreen2Line = "enlarge-screen-2-line", e.enlargeScreen2Solid = "enlarge-screen-2-solid", e.enlargeScreenLine = "enlarge-screen-line", e.enlargeScreenSolid = "enlarge-screen-solid", e.enterLine = "enter-line", e.enterSolid = "enter-solid", e.envelopeLine = "envelope-line", e.envelopeSolid = "envelope-solid", e.eraserLine = "eraser-line", e.eraserSolid = "eraser-solid", e.errorLine = "error-line", e.errorSolid = "error-solid", e.errorStarLine = "error-star-line", e.errorStarSolid = "error-star-solid", e.exitLine = "exit-line", e.exitSolid = "exit-solid", e.expand2Line = "expand-2-line", e.expand2Solid = "expand-2-solid", e.expandLine = "expand-line", e.expandSolid = "expand-solid", e.exportLine = "export-line", e.exportSolid = "export-solid", e.expressColor = "express-color", e.expressMono = "express-mono", e.eyeHideLine = "eye-hide-line", e.eyeHideSolid = "eye-hide-solid", e.eyeLine = "eye-line", e.eyeSolid = "eye-solid", e.facebookColor = "facebook-color", e.facebookLine = "facebook-line", e.facebookMono = "facebook-mono", e.facebookSolid = "facebook-solid", e.fax2Line = "fax-2-line", e.fax2Solid = "fax-2-solid", e.faxAddLine = "fax-add-line", e.faxAddSolid = "fax-add-solid", e.faxFailedLine = "fax-failed-line", e.faxFailedSolid = "fax-failed-solid", e.faxInboundLine = "fax-inbound-line", e.faxInboundSolid = "fax-inbound-solid", e.faxLine = "fax-line", e.faxOutboundLine = "fax-outbound-line", e.faxOutboundSolid = "fax-outbound-solid", e.faxPendingLine = "fax-pending-line", e.faxPendingSolid = "fax-pending-solid", e.faxScheduledLine = "fax-scheduled-line", e.faxScheduledSolid = "fax-scheduled-solid", e.faxSolid = "fax-solid", e.feedbackLine = "feedback-line", e.feedbackSolid = "feedback-solid", e.file1Line = "file-1-line", e.file2Solid = "file-2-solid", e.fileAddLine = "file-add-line", e.fileAddSolid = "file-add-solid", e.fileAudioLine = "file-audio-line", e.fileAudioSolid = "file-audio-solid", e.fileCsvLine = "file-csv-line", e.fileCsvSolid = "file-csv-solid", e.fileDocLine = "file-doc-line", e.fileDocSolid = "file-doc-solid", e.fileDollarLine = "file-dollar-line", e.fileDollarSolid = "file-dollar-solid", e.fileEditLine = "file-edit-line", e.fileEditSolid = "file-edit-solid", e.fileGearLine = "file-gear-line", e.fileGearSolid = "file-gear-solid", e.fileGif2Line = "file-gif-2-line", e.fileGif2Solid = "file-gif-2-solid", e.fileGifLine = "file-gif-line", e.fileGifSolid = "file-gif-solid", e.fileJpgLine = "file-jpg-line", e.fileJpgSolid = "file-jpg-solid", e.fileLine = "file-line", e.fileParagraphLine = "file-paragraph-line", e.fileParagraphSolid = "file-paragraph-solid", e.filePdfLine = "file-pdf-line", e.filePdfSolid = "file-pdf-solid", e.filePlusLine = "file-plus-line", e.filePlusSolid = "file-plus-solid", e.filePngLine = "file-png-line", e.filePngSolid = "file-png-solid", e.filePptLine = "file-ppt-line", e.filePptSolid = "file-ppt-solid", e.fileSearchLine = "file-search-line", e.fileSearchSolid = "file-search-solid", e.fileSolid = "file-solid", e.fileVideo2Line = "file-video-2-line", e.fileVideo2Solid = "file-video-2-solid", e.fileVideoLine = "file-video-line", e.fileVideoSolid = "file-video-solid", e.fileXlsLine = "file-xls-line", e.fileXlsSolid = "file-xls-solid", e.fileZipLine = "file-zip-line", e.fileZipSolid = "file-zip-solid", e.filesLine = "files-line", e.filesSolid = "files-solid", e.filterLine = "filter-line", e.filterSolid = "filter-solid", e.flagAfghanistan = "flag-afghanistan", e.flagAlbania = "flag-albania", e.flagAlgeria = "flag-algeria", e.flagArgentina = "flag-argentina", e.flagArmenia = "flag-armenia", e.flagAruba = "flag-aruba", e.flagAustralia = "flag-australia", e.flagAustria = "flag-austria", e.flagBahamas = "flag-bahamas", e.flagBahrain = "flag-bahrain", e.flagBelarus = "flag-belarus", e.flagBelgium = "flag-belgium", e.flagBenin = "flag-benin", e.flagBolivia = "flag-bolivia", e.flagBotswana = "flag-botswana", e.flagBrazil = "flag-brazil", e.flagBulgaria = "flag-bulgaria", e.flagBurkinaFaso = "flag-burkina-faso", e.flagCambodia = "flag-cambodia", e.flagCanada = "flag-canada", e.flagCaymanIslands = "flag-cayman-islands", e.flagCentralAfricanRepublic = "flag-central-african-republic", e.flagChad = "flag-chad", e.flagChile = "flag-chile", e.flagChina = "flag-china", e.flagColombia = "flag-colombia", e.flagCostaRica = "flag-costa-rica", e.flagCroatia = "flag-croatia", e.flagCyprus = "flag-cyprus", e.flagDenmark = "flag-denmark", e.flagDominicanRepublic = "flag-dominican-republic", e.flagEgypt = "flag-egypt", e.flagElSalvador = "flag-el-salvador", e.flagEstonia = "flag-estonia", e.flagEuropeanUnion = "flag-european-union", e.flagFinland = "flag-finland", e.flagFrance = "flag-france", e.flagGeorgia = "flag-georgia", e.flagGermany = "flag-germany", e.flagGhana = "flag-ghana", e.flagGrenada = "flag-grenada", e.flagGuatemala = "flag-guatemala", e.flagHonduras = "flag-honduras", e.flagHongKong = "flag-hong-kong", e.flagHungary = "flag-hungary", e.flagIceland = "flag-iceland", e.flagIndia = "flag-india", e.flagIndonesia = "flag-indonesia", e.flagIreland = "flag-ireland", e.flagIsrael = "flag-israel", e.flagItaly = "flag-italy", e.flagJamaica = "flag-jamaica", e.flagJapan = "flag-japan", e.flagLatvia = "flag-latvia", e.flagLiechtenstein = "flag-liechtenstein", e.flagLithuania = "flag-lithuania", e.flagLuxembourg = "flag-luxembourg", e.flagMacao = "flag-macao", e.flagMalaysia = "flag-malaysia", e.flagMalta = "flag-malta", e.flagMauritius = "flag-mauritius", e.flagMexico = "flag-mexico", e.flagMoldova = "flag-moldova", e.flagNetherlands = "flag-netherlands", e.flagNewZealand = "flag-new-zealand", e.flagNigeria = "flag-nigeria", e.flagNorway = "flag-norway", e.flagPakistan = "flag-pakistan", e.flagPanama = "flag-panama", e.flagPeru = "flag-peru", e.flagPhilippines = "flag-philippines", e.flagPoland = "flag-poland", e.flagPortugal = "flag-portugal", e.flagPuertorico = "flag-puertorico", e.flagRomania = "flag-romania", e.flagRussia = "flag-russia", e.flagRwanda = "flag-rwanda", e.flagSaudiArabia = "flag-saudi-arabia", e.flagSerbia = "flag-serbia", e.flagSingapore = "flag-singapore", e.flagSlovakia = "flag-slovakia", e.flagSlovenia = "flag-slovenia", e.flagSouthAfrica = "flag-south-africa", e.flagSouthKorea = "flag-south-korea", e.flagSpain = "flag-spain", e.flagSriLanka = "flag-sri-lanka", e.flagSweden = "flag-sweden", e.flagSwitzerland = "flag-switzerland", e.flagTaiwan = "flag-taiwan", e.flagTajikistan = "flag-tajikistan", e.flagTanzania = "flag-tanzania", e.flagThailand = "flag-thailand", e.flagTrinidadAndTobago = "flag-trinidad-and-tobago", e.flagTurkey = "flag-turkey", e.flagUkraine = "flag-ukraine", e.flagUnitedArabEmirates = "flag-united-arab-emirates", e.flagUnitedKingdom = "flag-united-kingdom", e.flagUnitedStates = "flag-united-states", e.flagUruguay = "flag-uruguay", e.flagUzbekistan = "flag-uzbekistan", e.flagVenezuela = "flag-venezuela", e.flagVietnam = "flag-vietnam", e.flagZambia = "flag-zambia", e.flash2Line = "flash-2-line", e.flash2Solid = "flash-2-solid", e.flashLine = "flash-line", e.flashSolid = "flash-solid", e.flipHorizontalLine = "flip-horizontal-line", e.flipHorizontalSolid = "flip-horizontal-solid", e.flipLine = "flip-line", e.flipSolid = "flip-solid", e.flipVerticalLine = "flip-vertical-line", e.flipVerticalSolid = "flip-vertical-solid", e.flow2Line = "flow-2-line", e.flow2Solid = "flow-2-solid", e.flowLine = "flow-line", e.flowPermissionLine = "flow-permission-line", e.flowPermissionSolid = "flow-permission-solid", e.flowSolid = "flow-solid", e.forwardCallLine = "forward-call-line", e.forwardCallSolid = "forward-call-solid", e.fullScreenLine = "full-screen-line", e.fullScreenSolid = "full-screen-solid", e.fullscreenOffLine = "fullscreen-off-line", e.fullscreenOffSolid = "fullscreen-off-solid", e.galleryLine = "gallery-line", e.gallerySolid = "gallery-solid", e.gearLine = "gear-line", e.gearSolid = "gear-solid", e.githubColor = "github-color", e.githubMono = "github-mono", e.globeLine = "globe-line", e.globeSolid = "globe-solid", e.googleColor = "google-color", e.googleMono = "google-mono", e.gradleColor = "gradle-color", e.gradleMono = "gradle-mono", e.gridTwoLine = "grid-two-line", e.gridTwoSolid = "grid-two-solid", e.groovyColor = "groovy-color", e.groovyMono = "groovy-mono", e.group2Line = "group-2-line", e.group2Solid = "group-2-solid", e.group3Line = "group-3-line", e.group3Solid = "group-3-solid", e.group4Line = "group-4-line", e.group4Solid = "group-4-solid", e.group5Line = "group-5-line", e.group5Solid = "group-5-solid", e.group6Line = "group-6-line", e.group6Solid = "group-6-solid", e.group7Line = "group-7-line", e.group7Solid = "group-7-solid", e.group8Line = "group-8-line", e.group8Solid = "group-8-solid", e.group9Line = "group-9-line", e.group9Solid = "group-9-solid", e.groupLine = "group-line", e.groupPermission2Line = "group-permission-2-line", e.groupPermission2Solid = "group-permission-2-solid", e.groupPermissionLine = "group-permission-line", e.groupPermissionSolid = "group-permission-solid", e.groupSolid = "group-solid", e.handLine = "hand-line", e.handOffLine = "hand-off-line", e.handOffSolid = "hand-off-solid", e.handShakeLine = "hand-shake-line", e.handShakeSolid = "hand-shake-solid", e.handSolid = "hand-solid", e.happyLine = "happy-line", e.happySolid = "happy-solid", e.hashLine = "hash-line", e.hashSolid = "hash-solid", e.headset2Line = "headset-2-line", e.headset2Solid = "headset-2-solid", e.headsetLine = "headset-line", e.headsetSolid = "headset-solid", e.hearingLine = "hearing-line", e.hearingMaxLine = "hearing-max-line", e.hearingMaxSolid = "hearing-max-solid", e.hearingSolid = "hearing-solid", e.heartLine = "heart-line", e.heartSolid = "heart-solid", e.helpLine = "help-line", e.helpSolid = "help-solid", e.highlightLine = "highlight-line", e.highlightSolid = "highlight-solid", e.historyLine = "history-line", e.historySolid = "history-solid", e.homeLine = "home-line", e.homeSolid = "home-solid", e.homeUserLine = "home-user-line", e.homeUserSolid = "home-user-solid", e.hospitalLine = "hospital-line", e.hospitalSolid = "hospital-solid", e.hotelingLine = "hoteling-line", e.hotelingSolid = "hoteling-solid", e.hubspotColor = "hubspot-color", e.hubspotMono = "hubspot-mono", e.idLine = "id-line", e.idSolid = "id-solid", e.imageLine = "image-line", e.imageSolid = "image-solid", e.importLine = "import-line", e.importSolid = "import-solid", e.inboundCallLine = "inbound-call-line", e.inboundCallSolid = "inbound-call-solid", e.inbox2Line = "inbox-2-line", e.inbox2Solid = "inbox-2-solid", e.inbox3Line = "inbox-3-line", e.inbox3Solid = "inbox-3-solid", e.inboxLine = "inbox-line", e.inboxSolid = "inbox-solid", e.increaseLine = "increase-line", e.increaseSolid = "increase-solid", e.infinityLine = "infinity-line", e.infinitySolid = "infinity-solid", e.infoLine = "info-line", e.infoSolid = "info-solid", e.instagramColor = "instagram-color", e.instagramMono = "instagram-mono", e.interactiveMessageLine = "interactive-message-line", e.interactiveMessageSolid = "interactive-message-solid", e.iosColor = "ios-color", e.iosMono = "ios-mono", e.italicLine = "italic-line", e.italicSolid = "italic-solid", e.javaColor = "java-color", e.javaMono = "java-mono", e.javascriptColor = "javascript-color", e.javascriptMono = "javascript-mono", e.jobdivaColor = "jobdiva-color", e.jobdivaMono = "jobdiva-mono", e.keyLine = "key-line", e.keySolid = "key-solid", e.keypad2Line = "keypad-2-line", e.keypad2Solid = "keypad-2-solid", e.keypadLine = "keypad-line", e.keypadSolid = "keypad-solid", e.kotlinColor = "kotlin-color", e.kotlinMono = "kotlin-mono", e.laptopLine = "laptop-line", e.laptopSolid = "laptop-solid", e.laravelColor = "laravel-color", e.laravelMono = "laravel-mono", e.layout1Line = "layout-1-line", e.layout1Solid = "layout-1-solid", e.layout2Line = "layout-2-line", e.layout2Solid = "layout-2-solid", e.leaveLine = "leave-line", e.leaveSolid = "leave-solid", e.lightBulbLine = "light-bulb-line", e.lightBulbSolid = "light-bulb-solid", e.lightModeLine = "light-mode-line", e.lightModeSolid = "light-mode-solid", e.lineWidthLargeLine = "line-width-large-line", e.lineWidthLargeSolid = "line-width-large-solid", e.lineWidthMediumLine = "line-width-medium-line", e.lineWidthMediumSolid = "line-width-medium-solid", e.lineWidthSmallLine = "line-width-small-line", e.lineWidthSmallSolid = "line-width-small-solid", e.linkAddLine = "link-add-line", e.linkAddSolid = "link-add-solid", e.linkLine = "link-line", e.linkRemoveLine = "link-remove-line", e.linkRemoveSolid = "link-remove-solid", e.linkSolid = "link-solid", e.linkedinColor = "linkedin-color", e.linkedinMono = "linkedin-mono", e.list2Line = "list-2-line", e.list2Solid = "list-2-solid", e.listFilterLine = "list-filter-line", e.listFilterSolid = "list-filter-solid", e.listLine = "list-line", e.listNumberedLine = "list-numbered-line", e.listNumberedSolid = "list-numbered-solid", e.listSolid = "list-solid", e.lockLine = "lock-line", e.lockSolid = "lock-solid", e.mailboxLine = "mailbox-line", e.mailboxSolid = "mailbox-solid", e.maximizeLine = "maximize-line", e.maximizeSolid = "maximize-solid", e.mediaPlayerLine = "media-player-line", e.mediaPlayerOffLine = "media-player-off-line", e.mediaPlayerOffSolid = "media-player-off-solid", e.mediaPlayerSolid = "media-player-solid", e.megaphoneLine = "megaphone-line", e.megaphoneSolid = "megaphone-solid", e.menuLine = "menu-line", e.menuSolid = "menu-solid", e.merge2Line = "merge-2-line", e.merge2Solid = "merge-2-solid", e.mergeLine = "merge-line", e.mergeSolid = "merge-solid", e.messageLine = "message-line", e.messageSentLine = "message-sent-line", e.messageSentSolid = "message-sent-solid", e.messageSolid = "message-solid", e.micMuteLine = "mic-mute-line", e.micMuteSolid = "mic-mute-solid", e.microphone2Line = "microphone-2-line", e.microphone2Solid = "microphone-2-solid", e.microphoneLine = "microphone-line", e.microphoneSolid = "microphone-solid", e.microsoftDynamics365Color = "microsoft-dynamics-365-color", e.microsoftDynamics365Mono = "microsoft-dynamics-365-mono", e.mindMap2Line = "mind-map-2-line", e.mindMap2Solid = "mind-map-2-solid", e.mindMapLine = "mind-map-line", e.mindMapSolid = "mind-map-solid", e.minimize2Line = "minimize-2-line", e.minimize2Solid = "minimize-2-solid", e.minimizeLine = "minimize-line", e.minimizeSolid = "minimize-solid", e.minusLine = "minus-line", e.minusSolid = "minus-solid", e.missedCallLine = "missed-call-line", e.missedCallSolid = "missed-call-solid", e.mobile2Line = "mobile-2-line", e.mobile2Solid = "mobile-2-solid", e.mobileArrowRightLine = "mobile-arrow-right-line", e.mobileArrowRightSolid = "mobile-arrow-right-solid", e.mobileDevicesLine = "mobile-devices-line", e.mobileDevicesSolid = "mobile-devices-solid", e.mobileLine = "mobile-line", e.mobileSolid = "mobile-solid", e.mockupLine = "mockup-line", e.mockupSolid = "mockup-solid", e.modalLine = "modal-line", e.modalSolid = "modal-solid", e.moreHorizontalLine = "more-horizontal-line", e.moreHorizontalSolid = "more-horizontal-solid", e.moreVerticalLine = "more-vertical-line", e.moreVerticalSolid = "more-vertical-solid", e.musicLine = "music-line", e.musicSolid = "music-solid", e.netsuiteColor = "netsuite-color", e.netsuiteMono = "netsuite-mono", e.nexmoColor = "nexmo-color", e.nexmoMono = "nexmo-mono", e.nodeColor = "node-color", e.nodeMono = "node-mono", e.noteLine = "note-line", e.noteSolid = "note-solid", e.notesLine = "notes-line", e.notesSolid = "notes-solid", e.notificationOffLine = "notification-off-line", e.notificationOffSolid = "notification-off-solid", e.notificationOnLine = "notification-on-line", e.notificationOnSolid = "notification-on-solid", e.objectiveCColor = "objective-c-color", e.objectiveCMono = "objective-c-mono", e.officeColor = "office-color", e.officeMono = "office-mono", e.officePhone2Line = "office-phone-2-line", e.officePhone2Solid = "office-phone-2-solid", e.officePhoneLine = "office-phone-line", e.officePhoneSolid = "office-phone-solid", e.openFolderLine = "open-folder-line", e.openFolderSolid = "open-folder-solid", e.openLine = "open-line", e.openSolid = "open-solid", e.outboundCallLine = "outbound-call-line", e.outboundCallSolid = "outbound-call-solid", e.packet2Line = "packet-2-line", e.packet2Solid = "packet-2-solid", e.packetLine = "packet-line", e.packetSolid = "packet-solid", e.paletteLine = "palette-line", e.paletteSolid = "palette-solid", e.parkCallLine = "park-call-line", e.parkCallSolid = "park-call-solid", e.participantsLine = "participants-line", e.participantsOffLine = "participants-off-line", e.participantsOffSolid = "participants-off-solid", e.participantsSolid = "participants-solid", e.passwordRestartLine = "password-restart-line", e.passwordRestartSolid = "password-restart-solid", e.pause2Line = "pause-2-line", e.pause2Solid = "pause-2-solid", e.pauseCallLine = "pause-call-line", e.pauseCallSolid = "pause-call-solid", e.pauseLine = "pause-line", e.pauseSolid = "pause-solid", e.penEffectLine = "pen-effect-line", e.penEffectSolid = "pen-effect-solid", e.penTipLargeLine = "pen-tip-large-line", e.penTipLargeSolid = "pen-tip-large-solid", e.penTipMediumLine = "pen-tip-medium-line", e.penTipMediumSolid = "pen-tip-medium-solid", e.penTipSmallLine = "pen-tip-small-line", e.penTipSmallSolid = "pen-tip-small-solid", e.pendingCallLine = "pending-call-line", e.pendingCallSolid = "pending-call-solid", e.pentoolLine = "pentool-line", e.pentoolSolid = "pentool-solid", e.permissionCallLine = "permission-call-line", e.permissionCallSolid = "permission-call-solid", e.phoneNumberLine = "phone-number-line", e.phoneNumberSolid = "phone-number-solid", e.phpColor = "php-color", e.phpMono = "php-mono", e.pieChartLine = "pie-chart-line", e.pieChartSolid = "pie-chart-solid", e.pin2Line = "pin-2-line", e.pin2OffLine = "pin-2-off-line", e.pin2OffSolid = "pin-2-off-solid", e.pin2Solid = "pin-2-solid", e.pinLine = "pin-line", e.pinOffLine = "pin-off-line", e.pinOffSolid = "pin-off-solid", e.pinSolid = "pin-solid", e.play2Solid = "play-2-solid", e.playLine = "play-line", e.playSolid = "play-solid", e.plugLine = "plug-line", e.plugSolid = "plug-solid", e.plusLine = "plus-line", e.plusSolid = "plus-solid", e.preferencesLine = "preferences-line", e.preferencesSolid = "preferences-solid", e.presentationLine = "presentation-line", e.presentationSolid = "presentation-solid", e.printLine = "print-line", e.printSolid = "print-solid", e.profileLine = "profile-line", e.profileSolid = "profile-solid", e.puzzleLine = "puzzle-line", e.puzzleSolid = "puzzle-solid", e.puzzledLine = "puzzled-line", e.puzzledSolid = "puzzled-solid", e.pythonColor = "python-color", e.pythonMono = "python-mono", e.quitLine = "quit-line", e.quitSolid = "quit-solid", e.quoteLine = "quote-line", e.quoteSolid = "quote-solid", e.radioCheckedLine = "radio-checked-line", e.radioCheckedSolid = "radio-checked-solid", e.radioUncheckedLine = "radio-unchecked-line", e.radioUncheckedSolid = "radio-unchecked-solid", e.railsColor = "rails-color", e.railsMono = "rails-mono", e.reactColor = "react-color", e.reactMono = "react-mono", e.recLine = "rec-line", e.recSolid = "rec-solid", e.receptionistLine = "receptionist-line", e.receptionistSolid = "receptionist-solid", e.recordUserLine = "record-user-line", e.recordUserSolid = "record-user-solid", e.redoLine = "redo-line", e.redoSolid = "redo-solid", e.refreshCallLine = "refresh-call-line", e.refreshCallSolid = "refresh-call-solid", e.refreshDollarLine = "refresh-dollar-line", e.refreshDollarSolid = "refresh-dollar-solid", e.refreshLine = "refresh-line", e.refreshSolid = "refresh-solid", e.reloadLine = "reload-line", e.reloadSolid = "reload-solid", e.removeLine = "remove-line", e.removeSolid = "remove-solid", e.removeUserLine = "remove-user-line", e.removeUserSolid = "remove-user-solid", e.reorderHorizontalLine = "reorder-horizontal-line", e.reorderHorizontalSolid = "reorder-horizontal-solid", e.reorderSolid = "reorder-solid", e.reorderVerticalLine = "reorder-vertical-line", e.replyLine = "reply-line", e.replySolid = "reply-solid", e.reportLine = "report-line", e.reportSolid = "report-solid", e.resetLine = "reset-line", e.resetSolid = "reset-solid", e.rocketDisabledLine = "rocket-disabled-line", e.rocketDisabledSolid = "rocket-disabled-solid", e.rocketLine = "rocket-line", e.rocketSolid = "rocket-solid", e.rssColor = "rss-color", e.rssLine = "rss-line", e.rssMono = "rss-mono", e.rssSolid = "rss-solid", e.rubyColor = "ruby-color", e.rubyMono = "ruby-mono", e.salesforceColor = "salesforce-color", e.salesforceLine = "salesforce-line", e.salesforceMono = "salesforce-mono", e.salesforceSolid = "salesforce-solid", e.sandClockLine = "sand-clock-line", e.sandClockSolid = "sand-clock-solid", e.saveLine = "save-line", e.saveSolid = "save-solid", e.screenShareLine = "screen-share-line", e.screenShareOffLine = "screen-share-off-line", e.screenShareOffSolid = "screen-share-off-solid", e.screenShareSolid = "screen-share-solid", e.searchLine = "search-line", e.searchSolid = "search-solid", e.sendToBackLine = "send-to-back-line", e.sendToBackSolid = "send-to-back-solid", e.share2Line = "share-2-line", e.share2Solid = "share-2-solid", e.shareLine = "share-line", e.shareSolid = "share-solid", e.shieldLine = "shield-line", e.shieldSolid = "shield-solid", e.shoutLine = "shout-line", e.shoutSolid = "shout-solid", e.shuffleLine = "shuffle-line", e.shuffleSolid = "shuffle-solid", e.sidebarLine = "sidebar-line", e.sidebarSolid = "sidebar-solid", e.slackColor = "slack-color", e.slackMono = "slack-mono", e.smileLine = "smile-line", e.smileSolid = "smile-solid", e.smsLine = "sms-line", e.smsSolid = "sms-solid", e.snoozeLine = "snooze-line", e.snoozeSolid = "snooze-solid", e.sofaLine = "sofa-line", e.sofaSolid = "sofa-solid", e.sortAscLine = "sort-asc-line", e.sortAscSolid = "sort-asc-solid", e.sortDescLine = "sort-desc-line", e.sortDescSolid = "sort-desc-solid", e.sortLine = "sort-line", e.sortSolid = "sort-solid", e.squareLine = "square-line", e.squareSolid = "square-solid", e.stackLine = "stack-line", e.stackSolid = "stack-solid", e.stackoverflowColor = "stackoverflow-color", e.stackoverflowMono = "stackoverflow-mono", e.starDollarLine = "star-dollar-line", e.starDollarSolid = "star-dollar-solid", e.starLine = "star-line", e.starSolid = "star-solid", e.stickerLine = "sticker-line", e.stickerSolid = "sticker-solid", e.stopLine = "stop-line", e.stopSolid = "stop-solid", e.stopwatchLine = "stopwatch-line", e.stopwatchSolid = "stopwatch-solid", e.storeLine = "store-line", e.storeSolid = "store-solid", e.streamLine = "stream-line", e.streamSolid = "stream-solid", e.strikethroughLine = "strikethrough-line", e.strikethroughSolid = "strikethrough-solid", e.subtitlesLine = "subtitles-line", e.subtitlesSolid = "subtitles-solid", e.sugarcrmColor = "sugarcrm-color", e.sugarcrmMono = "sugarcrm-mono", e.surprisedLine = "surprised-line", e.surprisedSolid = "surprised-solid", e.swiftColor = "swift-color", e.swiftMono = "swift-mono", e.switchLine = "switch-line", e.switchSolid = "switch-solid", e.symfonyColor = "symfony-color", e.symfonyMono = "symfony-mono", e.table2Line = "table-2-line", e.table2Solid = "table-2-solid", e.tableLine = "table-line", e.tableSolid = "table-solid", e.tagAddLine = "tag-add-line", e.tagAddSolid = "tag-add-solid", e.tagDetachLine = "tag-detach-line", e.tagDetachSolid = "tag-detach-solid", e.tagLine = "tag-line", e.tagSearchLine = "tag-search-line", e.tagSearchSolid = "tag-search-solid", e.tagSolid = "tag-solid", e.telephoneLine = "telephone-line", e.telephoneSolid = "telephone-solid", e.textLine = "text-line", e.textSolid = "text-solid", e.textcolorLine = "textcolor-line", e.textcolorSolid = "textcolor-solid", e.textureLine = "texture-line", e.textureSolid = "texture-solid", e.thumbsDownLine = "thumbs-down-line", e.thumbsDownSolid = "thumbs-down-solid", e.thumbsUpLine = "thumbs-up-line", e.thumbsUpSolid = "thumbs-up-solid", e.toggleLine = "toggle-line", e.toggleSolid = "toggle-solid", e.tooltipLine = "tooltip-line", e.tooltipSolid = "tooltip-solid", e.transferCallLine = "transfer-call-line", e.transferCallSolid = "transfer-call-solid", e.transferLine = "transfer-line", e.transferSolid = "transfer-solid", e.triangleLine = "triangle-line", e.triangleSolid = "triangle-solid", e.triggerNodeLine = "trigger-node-line", e.twitchColor = "twitch-color", e.twitchMono = "twitch-mono", e.twitterColor = "twitter-color", e.twitterMono = "twitter-mono", e.umbrellaLine = "umbrella-line", e.umbrellaSolid = "umbrella-solid", e.underlineLine = "underline-line", e.underlineSolid = "underline-solid", e.undoLine = "undo-line", e.undoSolid = "undo-solid", e.unhappyLine = "unhappy-line", e.unhappySolid = "unhappy-solid", e.unlockLine = "unlock-line", e.unlockSolid = "unlock-solid", e.uploadLine = "upload-line", e.uploadSolid = "upload-solid", e.user2Line = "user-2-line", e.user2Solid = "user-2-solid", e.userAdminLine = "user-admin-line", e.userAdminSolid = "user-admin-solid", e.userClockLine = "user-clock-line", e.userClockSolid = "user-clock-solid", e.userLine = "user-line", e.userLockLine = "user-lock-line", e.userLockSolid = "user-lock-solid", e.userRecordLine = "user-record-line", e.userRecordSolid = "user-record-solid", e.userSolid = "user-solid", e.userSync2Line = "user-sync-2-line", e.userSync2OffLine = "user-sync-2-off-line", e.userSync2OffSolid = "user-sync-2-off-solid", e.userSync2Solid = "user-sync-2-solid", e.userSyncLine = "user-sync-line", e.userSyncSolid = "user-sync-solid", e.vanLine = "van-line", e.vanSolid = "van-solid", e.viberColor = "viber-color", e.viberMono = "viber-mono", e.videoActiveLine = "video-active-line", e.videoActiveSolid = "video-active-solid", e.videoConferenceLine = "video-conference-line", e.videoConferenceSolid = "video-conference-solid", e.videoLine = "video-line", e.videoOffLine = "video-off-line", e.videoOffSolid = "video-off-solid", e.videoPreviewLine = "video-preview-line", e.videoPreviewSolid = "video-preview-solid", e.videoSolid = "video-solid", e.videoWhiteboardLine = "video-whiteboard-line", e.videoWhiteboardSolid = "video-whiteboard-solid", e.video_round_tableLine = "video_round_table-line", e.video_round_tableSolid = "video_round_table-solid", e.virtualVoicemailLine = "virtual-voicemail-line", e.virtualVoicemailSolid = "virtual-voicemail-solid", e.voicemailLine = "voicemail-line", e.voicemailSolid = "voicemail-solid", e.voicemailTranscriptLine = "voicemail-transcript-line", e.voicemailTranscriptSolid = "voicemail-transcript-solid", e.volumeDecreaseLine = "volume-decrease-line", e.volumeDecreaseSolid = "volume-decrease-solid", e.volumeIncreaseLine = "volume-increase-line", e.volumeIncreaseSolid = "volume-increase-solid", e.volumeLine = "volume-line", e.volumeOff2Line = "volume-off-2-line", e.volumeOff2Solid = "volume-off-2-solid", e.volumeOffLine = "volume-off-line", e.volumeOffSolid = "volume-off-solid", e.volumeOnLine = "volume-on-line", e.volumeOnSolid = "volume-on-solid", e.volumeSolid = "volume-solid", e.vonageLine = "vonage-line", e.vonageMono = "vonage-mono", e.vonageMonoColor = "vonage-mono-color", e.vonageSolid = "vonage-solid", e.vueColor = "vue-color", e.vueMono = "vue-mono", e.walkLine = "walk-line", e.walkSolid = "walk-solid", e.walletLine = "wallet-line", e.walletSolid = "wallet-solid", e.wandLine = "wand-line", e.wandSolid = "wand-solid", e.warningLine = "warning-line", e.warningSolid = "warning-solid", e.wavingLine = "waving-line", e.wavingSolid = "waving-solid", e.webChatColor = "web-chat-color", e.webChatMono = "web-chat-mono", e.webhookLine = "webhook-line", e.webhookSolid = "webhook-solid", e.whatsappColor = "whatsapp-color", e.whatsappMono = "whatsapp-mono", e.whisperLine = "whisper-line", e.whisperSolid = "whisper-solid", e.wifiLine = "wifi-line", e.wifiSolid = "wifi-solid", e.wordpressColor = "wordpress-color", e.wordpressMono = "wordpress-mono", e.workplaceColor = "workplace-color", e.workplaceMono = "workplace-mono", e.wrenchTool2Line = "wrench-tool-2-line", e.wrenchTool2Solid = "wrench-tool-2-solid", e.wrenchToolLine = "wrench-tool-line", e.wrenchToolSolid = "wrench-tool-solid", e.xmlColor = "xml-color", e.xmlMono = "xml-mono", e.youtubeColor = "youtube-color", e.youtubeMono = "youtube-mono", e.zendeskColor = "zendesk-color", e.zendeskMono = "zendesk-mono", e.zohoColor = "zoho-color", e.zohoMono = "zoho-mono", e.zoomInLine = "zoom-in-line", e.zoomInSolid = "zoom-in-solid", e.zoomOutLine = "zoom-out-line", e.zoomOutSolid = "zoom-out-solid", e.zoomToFitLine = "zoom-to-fit-line", e.zoomToFitSolid = "zoom-to-fit-solid", e))($e || {});
8378
8405
  const xe = `/**
8379
8406
  * Do not edit directly
8380
- * Generated on Mon, 11 Dec 2023 11:36:24 GMT
8407
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
8381
8408
  */
8382
8409
  /**
8383
8410
  * Do not edit directly
8384
- * Generated on Mon, 11 Dec 2023 11:36:24 GMT
8411
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
8385
8412
  */
8386
8413
  /**
8387
8414
  * Do not edit directly
8388
- * Generated on Mon, 11 Dec 2023 11:36:24 GMT
8415
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
8389
8416
  */
8390
8417
  /**
8391
8418
  * Do not edit directly
8392
- * Generated on Mon, 11 Dec 2023 11:36:24 GMT
8419
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
8393
8420
  */
8394
8421
  @property --vvd-size-density {
8395
8422
  syntax: "<integer>";
@@ -8605,19 +8632,19 @@ const xe = `/**
8605
8632
  /*# sourceMappingURL=theme-light.css.map */
8606
8633
  `, we = `/**
8607
8634
  * Do not edit directly
8608
- * Generated on Mon, 11 Dec 2023 11:36:24 GMT
8635
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
8609
8636
  */
8610
8637
  /**
8611
8638
  * Do not edit directly
8612
- * Generated on Mon, 11 Dec 2023 11:36:24 GMT
8639
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
8613
8640
  */
8614
8641
  /**
8615
8642
  * Do not edit directly
8616
- * Generated on Mon, 11 Dec 2023 11:36:24 GMT
8643
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
8617
8644
  */
8618
8645
  /**
8619
8646
  * Do not edit directly
8620
- * Generated on Mon, 11 Dec 2023 11:36:24 GMT
8647
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
8621
8648
  */
8622
8649
  @property --vvd-size-density {
8623
8650
  syntax: "<integer>";
@@ -8864,7 +8891,7 @@ const xe = `/**
8864
8891
  /*# sourceMappingURL=spezia-variable.css.map */
8865
8892
  `, Le = `/**
8866
8893
  * Do not edit directly
8867
- * Generated on Mon, 11 Dec 2023 11:36:24 GMT
8894
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
8868
8895
  */
8869
8896
  .vvd-root, ::part(vvd-root),
8870
8897
  .vvd-theme-alternate, ::part(vvd-theme-alternate) {
@@ -8878,7 +8905,7 @@ const xe = `/**
8878
8905
  /*# sourceMappingURL=vivid-2-compat.css.map */
8879
8906
  `, Ve = `/**
8880
8907
  * Do not edit directly
8881
- * Generated on Mon, 11 Dec 2023 11:36:24 GMT
8908
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
8882
8909
  */
8883
8910
  .vvd-root {
8884
8911
  color-scheme: var(--vvd-color-scheme);
@@ -8889,7 +8916,7 @@ const xe = `/**
8889
8916
  /*# sourceMappingURL=theme.css.map */
8890
8917
  `, Be = `/**
8891
8918
  * Do not edit directly
8892
- * Generated on Mon, 11 Dec 2023 11:36:24 GMT
8919
+ * Generated on Mon, 08 Jan 2024 16:06:07 GMT
8893
8920
  */
8894
8921
  .vvd-root:root {
8895
8922
  --vvd-size-font-scale-base: 1rem;
@@ -9050,8 +9077,8 @@ const xe = `/**
9050
9077
  document.documentElement.classList.add(g);
9051
9078
  break;
9052
9079
  case "app": {
9053
- const h = setInterval(() => {
9054
- e._container && (e._container.classList.add(g), clearInterval(h));
9080
+ const p = setInterval(() => {
9081
+ e._container && (e._container.classList.add(g), clearInterval(p));
9055
9082
  }, 30);
9056
9083
  break;
9057
9084
  }
@@ -9074,10 +9101,10 @@ const xe = `/**
9074
9101
  throw new Error(`Invalid theme option: ${i}`);
9075
9102
  }
9076
9103
  const t = o.styles ?? [];
9077
- for (const h of t)
9078
- c(h.css);
9079
- const s = o.font ?? "oss";
9080
- switch (s) {
9104
+ for (const p of t)
9105
+ c(p.css);
9106
+ const r = o.font ?? "oss";
9107
+ switch (r) {
9081
9108
  case "oss":
9082
9109
  v("preconnect", "https://fonts.googleapis.com"), v("preconnect", "https://fonts.gstatic.com", !0), v(
9083
9110
  "stylesheet",
@@ -9090,14 +9117,14 @@ const xe = `/**
9090
9117
  case "none":
9091
9118
  break;
9092
9119
  default:
9093
- throw new Error(`Invalid font option: ${s}`);
9120
+ throw new Error(`Invalid font option: ${r}`);
9094
9121
  }
9095
9122
  o.customComponentPrefix && be(o.customComponentPrefix);
9096
9123
  }
9097
9124
  };
9098
9125
  export {
9099
9126
  $e as Icon,
9100
- Fe as VAccordion,
9127
+ De as VAccordion,
9101
9128
  Ke as VAccordionItem,
9102
9129
  Ae as VActionGroup,
9103
9130
  qe as VAlert,
@@ -9107,12 +9134,12 @@ export {
9107
9134
  Re as VBreadcrumb,
9108
9135
  Ge as VBreadcrumbItem,
9109
9136
  Ee as VButton,
9110
- je as VCalendar,
9111
- He as VCalendarEvent,
9137
+ He as VCalendar,
9138
+ je as VCalendarEvent,
9112
9139
  We as VCard,
9113
- _e as VCheckbox,
9114
- Xe as VCombobox,
9115
- Je as VDataGrid,
9140
+ Je as VCheckbox,
9141
+ _e as VCombobox,
9142
+ Xe as VDataGrid,
9116
9143
  Qe as VDataGridCell,
9117
9144
  Ze as VDataGridRow,
9118
9145
  Ye as VDatePicker,
@@ -9145,14 +9172,14 @@ export {
9145
9172
  Ci as VTab,
9146
9173
  Vi as VTabPanel,
9147
9174
  Li as VTabs,
9148
- Fi as VTag,
9175
+ Di as VTag,
9149
9176
  Ki as VTagGroup,
9150
9177
  Bi as VTextArea,
9151
9178
  Ti as VTextField,
9152
9179
  Ni as VToggletip,
9153
9180
  zi as VTooltip,
9154
9181
  Mi as VTreeItem,
9155
- Di as VTreeView,
9182
+ Fi as VTreeView,
9156
9183
  Ai as optionalStyles,
9157
9184
  be as setCustomComponentPrefix,
9158
9185
  qi as vivid3