@vonage/vivid-vue 3.1.1 → 3.2.1
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/dist/generated/components/VButton.d.ts +3 -3
- package/dist/generated/components/VDialog.d.ts +1 -1
- package/dist/generated/components/VMenu.d.ts +3 -3
- package/dist/generated/components/VMenuItem.d.ts +4 -4
- package/dist/generated/components/VSelect.d.ts +15 -0
- package/dist/generated/components/VTag.d.ts +165 -0
- package/dist/generated/components/VTagGroup.d.ts +28 -0
- package/dist/generated/components/index.d.ts +2 -0
- package/dist/index.es.js +693 -348
- package/dist/index.umd.js +1 -1
- package/dist/web-types.json +184 -15
- package/package.json +5 -6
package/dist/index.es.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { ref as r, version as m, onBeforeMount as v, defineComponent as d, h as
|
|
2
|
-
import { registerAccordion as y, registerAccordionItem as f, registerActionGroup as $, registerAvatar as k, registerBadge as g, registerBanner as b, registerBreadcrumb as C, registerBreadcrumbItem as w, registerButton as S, registerCalendar as x, registerCalendarEvent as N, registerCard as B, registerCheckbox as V, registerCombobox as K, registerDataGrid as T, registerDialog as I, registerDivider as q, registerFab as z, registerHeader as F, registerIcon as L, registerLayout as P, registerMenu as D, registerMenuItem as M, registerNav as O, registerNavDisclosure as A, registerNavItem as E, registerNote as H, registerNumberField as G, registerOption as R, registerPopup as W, registerProgress as j, registerProgressRing as U, registerRadio as J, registerRadioGroup as Q, registerSelect as X, registerSideDrawer as Y, registerSlider as Z, registerSwitch as _, registerTab as tt, registerTabs as et, registerTabPanel as it, registerTextArea as ot, registerTextField as
|
|
1
|
+
import { ref as r, version as m, onBeforeMount as v, defineComponent as d, h as n } from "vue";
|
|
2
|
+
import { registerAccordion as y, registerAccordionItem as f, registerActionGroup as $, registerAvatar as k, registerBadge as g, registerBanner as b, registerBreadcrumb as C, registerBreadcrumbItem as w, registerButton as S, registerCalendar as x, registerCalendarEvent as N, registerCard as B, registerCheckbox as V, registerCombobox as K, registerDataGrid as T, registerDialog as I, registerDivider as q, registerFab as z, registerHeader as F, registerIcon as L, registerLayout as P, registerMenu as D, registerMenuItem as M, registerNav as O, registerNavDisclosure as A, registerNavItem as E, registerNote as H, registerNumberField as G, registerOption as R, registerPopup as W, registerProgress as j, registerProgressRing as U, registerRadio as J, registerRadioGroup as Q, registerSelect as X, registerSideDrawer as Y, registerSlider as Z, registerSwitch as _, registerTab as tt, registerTabs as et, registerTabPanel as it, registerTextArea as ot, registerTextField as st, registerTooltip as nt, registerTreeItem as at, registerTreeView as rt, registerTag as dt, registerTagGroup as lt } from "@vonage/vivid";
|
|
3
3
|
const p = r("vvd3");
|
|
4
|
-
function
|
|
4
|
+
function mt(t) {
|
|
5
5
|
p.value = t;
|
|
6
6
|
}
|
|
7
7
|
const a = m.startsWith("2");
|
|
8
|
-
function
|
|
9
|
-
const
|
|
8
|
+
function l(t, o) {
|
|
9
|
+
const s = r(`${p.value}-${t}`);
|
|
10
10
|
return v(() => {
|
|
11
11
|
o(p.value);
|
|
12
|
-
}),
|
|
12
|
+
}), s;
|
|
13
13
|
}
|
|
14
|
-
const
|
|
14
|
+
const vt = d({
|
|
15
15
|
props: {
|
|
16
16
|
/**
|
|
17
17
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -64,16 +64,16 @@ const pt = d({
|
|
|
64
64
|
"change"
|
|
65
65
|
],
|
|
66
66
|
setup(t, o) {
|
|
67
|
-
const
|
|
67
|
+
const s = l("accordion", y), e = r(null);
|
|
68
68
|
return o.expose({
|
|
69
69
|
closeAll() {
|
|
70
70
|
var i;
|
|
71
71
|
return (i = e.value) == null ? void 0 : i.closeAll();
|
|
72
72
|
}
|
|
73
|
-
}), { componentName:
|
|
73
|
+
}), { componentName: s, element: e };
|
|
74
74
|
},
|
|
75
75
|
render() {
|
|
76
|
-
return a ?
|
|
76
|
+
return a ? n(
|
|
77
77
|
this.componentName,
|
|
78
78
|
{
|
|
79
79
|
ref: "element",
|
|
@@ -81,6 +81,7 @@ const pt = d({
|
|
|
81
81
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
82
82
|
...this.expandMode !== void 0 ? { "expand-mode": this.expandMode } : {}
|
|
83
83
|
},
|
|
84
|
+
class: "vvd-root",
|
|
84
85
|
on: {
|
|
85
86
|
click: (t) => this.$emit("click", t),
|
|
86
87
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -92,10 +93,11 @@ const pt = d({
|
|
|
92
93
|
}
|
|
93
94
|
},
|
|
94
95
|
[this.$slots.default]
|
|
95
|
-
) :
|
|
96
|
+
) : n(
|
|
96
97
|
this.componentName,
|
|
97
98
|
{
|
|
98
99
|
ref: "element",
|
|
100
|
+
class: "vvd-root",
|
|
99
101
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
100
102
|
...this.expandMode !== void 0 ? { "expand-mode": this.expandMode } : {},
|
|
101
103
|
onClick: (t) => this.$emit("click", t),
|
|
@@ -112,7 +114,7 @@ const pt = d({
|
|
|
112
114
|
]
|
|
113
115
|
);
|
|
114
116
|
}
|
|
115
|
-
}),
|
|
117
|
+
}), yt = d({
|
|
116
118
|
props: {
|
|
117
119
|
/**
|
|
118
120
|
* A decorative icon the custom element should have.
|
|
@@ -195,11 +197,11 @@ const pt = d({
|
|
|
195
197
|
"change"
|
|
196
198
|
],
|
|
197
199
|
setup(t, o) {
|
|
198
|
-
const
|
|
199
|
-
return o.expose({}), { componentName:
|
|
200
|
+
const s = l("accordion-item", f), e = r(null);
|
|
201
|
+
return o.expose({}), { componentName: s, element: e };
|
|
200
202
|
},
|
|
201
203
|
render() {
|
|
202
|
-
return a ?
|
|
204
|
+
return a ? n(
|
|
203
205
|
this.componentName,
|
|
204
206
|
{
|
|
205
207
|
ref: "element",
|
|
@@ -215,6 +217,7 @@ const pt = d({
|
|
|
215
217
|
...this.meta !== void 0 ? { meta: this.meta } : {},
|
|
216
218
|
...this.size !== void 0 ? { size: this.size } : {}
|
|
217
219
|
},
|
|
220
|
+
class: "vvd-root",
|
|
218
221
|
on: {
|
|
219
222
|
click: (t) => this.$emit("click", t),
|
|
220
223
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -226,10 +229,11 @@ const pt = d({
|
|
|
226
229
|
}
|
|
227
230
|
},
|
|
228
231
|
[this.$slots.default]
|
|
229
|
-
) :
|
|
232
|
+
) : n(
|
|
230
233
|
this.componentName,
|
|
231
234
|
{
|
|
232
235
|
ref: "element",
|
|
236
|
+
class: "vvd-root",
|
|
233
237
|
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
234
238
|
...this.iconTrailing !== void 0 ? { "icon-trailing": this.iconTrailing } : {},
|
|
235
239
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
@@ -254,7 +258,7 @@ const pt = d({
|
|
|
254
258
|
]
|
|
255
259
|
);
|
|
256
260
|
}
|
|
257
|
-
}),
|
|
261
|
+
}), ft = d({
|
|
258
262
|
props: {
|
|
259
263
|
/**
|
|
260
264
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -311,11 +315,11 @@ const pt = d({
|
|
|
311
315
|
"input"
|
|
312
316
|
],
|
|
313
317
|
setup(t, o) {
|
|
314
|
-
const
|
|
315
|
-
return o.expose({}), { componentName:
|
|
318
|
+
const s = l("action-group", $), e = r(null);
|
|
319
|
+
return o.expose({}), { componentName: s, element: e };
|
|
316
320
|
},
|
|
317
321
|
render() {
|
|
318
|
-
return a ?
|
|
322
|
+
return a ? n(
|
|
319
323
|
this.componentName,
|
|
320
324
|
{
|
|
321
325
|
ref: "element",
|
|
@@ -327,6 +331,7 @@ const pt = d({
|
|
|
327
331
|
...this.role !== void 0 ? { role: this.role } : {},
|
|
328
332
|
...this.ariaLabel !== void 0 ? { "aria-label": this.ariaLabel } : {}
|
|
329
333
|
},
|
|
334
|
+
class: "vvd-root",
|
|
330
335
|
on: {
|
|
331
336
|
click: (t) => this.$emit("click", t),
|
|
332
337
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -337,10 +342,11 @@ const pt = d({
|
|
|
337
342
|
}
|
|
338
343
|
},
|
|
339
344
|
[this.$slots.default]
|
|
340
|
-
) :
|
|
345
|
+
) : n(
|
|
341
346
|
this.componentName,
|
|
342
347
|
{
|
|
343
348
|
ref: "element",
|
|
349
|
+
class: "vvd-root",
|
|
344
350
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
345
351
|
...this.shape !== void 0 ? { shape: this.shape } : {},
|
|
346
352
|
...this.appearance !== void 0 ? { appearance: this.appearance } : {},
|
|
@@ -361,21 +367,21 @@ const pt = d({
|
|
|
361
367
|
);
|
|
362
368
|
}
|
|
363
369
|
});
|
|
364
|
-
function
|
|
365
|
-
return o.forEach((
|
|
370
|
+
function ht(t, o) {
|
|
371
|
+
return o.forEach((s) => {
|
|
366
372
|
var e;
|
|
367
|
-
|
|
373
|
+
s.data || (s.data = {}), s.data.attrs = { ...(e = s.data) == null ? void 0 : e.attrs, slot: t };
|
|
368
374
|
}), o;
|
|
369
375
|
}
|
|
370
|
-
function
|
|
371
|
-
return o.forEach((
|
|
372
|
-
|
|
376
|
+
function ut(t, o) {
|
|
377
|
+
return o.forEach((s) => {
|
|
378
|
+
s.props || (s.props = {}), s.props = { ...s.props, slot: t };
|
|
373
379
|
}), o;
|
|
374
380
|
}
|
|
375
|
-
function
|
|
376
|
-
return o ? a ?
|
|
381
|
+
function h(t, o) {
|
|
382
|
+
return o ? a ? ht(t, o) : ut(t, o()) : null;
|
|
377
383
|
}
|
|
378
|
-
const
|
|
384
|
+
const $t = d({
|
|
379
385
|
props: {
|
|
380
386
|
/**
|
|
381
387
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -446,11 +452,11 @@ const yt = d({
|
|
|
446
452
|
"input"
|
|
447
453
|
],
|
|
448
454
|
setup(t, o) {
|
|
449
|
-
const
|
|
450
|
-
return o.expose({}), { componentName:
|
|
455
|
+
const s = l("avatar", k), e = r(null);
|
|
456
|
+
return o.expose({}), { componentName: s, element: e };
|
|
451
457
|
},
|
|
452
458
|
render() {
|
|
453
|
-
return a ?
|
|
459
|
+
return a ? n(
|
|
454
460
|
this.componentName,
|
|
455
461
|
{
|
|
456
462
|
ref: "element",
|
|
@@ -463,6 +469,7 @@ const yt = d({
|
|
|
463
469
|
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
464
470
|
...this.initials !== void 0 ? { initials: this.initials } : {}
|
|
465
471
|
},
|
|
472
|
+
class: "vvd-root",
|
|
466
473
|
on: {
|
|
467
474
|
click: (t) => this.$emit("click", t),
|
|
468
475
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -474,12 +481,13 @@ const yt = d({
|
|
|
474
481
|
},
|
|
475
482
|
[
|
|
476
483
|
// @slot graphic Assign nodes to the graphic slot to set a graphic media of any kind (e.g. image, illustration etc).
|
|
477
|
-
|
|
484
|
+
h("graphic", this.$slots.graphic)
|
|
478
485
|
]
|
|
479
|
-
) :
|
|
486
|
+
) : n(
|
|
480
487
|
this.componentName,
|
|
481
488
|
{
|
|
482
489
|
ref: "element",
|
|
490
|
+
class: "vvd-root",
|
|
483
491
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
484
492
|
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
485
493
|
...this.shape !== void 0 ? { shape: this.shape } : {},
|
|
@@ -496,11 +504,11 @@ const yt = d({
|
|
|
496
504
|
},
|
|
497
505
|
[
|
|
498
506
|
// @slot graphic Assign nodes to the graphic slot to set a graphic media of any kind (e.g. image, illustration etc).
|
|
499
|
-
|
|
507
|
+
h("graphic", this.$slots.graphic)
|
|
500
508
|
]
|
|
501
509
|
);
|
|
502
510
|
}
|
|
503
|
-
}),
|
|
511
|
+
}), kt = d({
|
|
504
512
|
props: {
|
|
505
513
|
/**
|
|
506
514
|
* A decorative icon the custom element should have.
|
|
@@ -574,11 +582,11 @@ const yt = d({
|
|
|
574
582
|
"input"
|
|
575
583
|
],
|
|
576
584
|
setup(t, o) {
|
|
577
|
-
const
|
|
578
|
-
return o.expose({}), { componentName:
|
|
585
|
+
const s = l("badge", g), e = r(null);
|
|
586
|
+
return o.expose({}), { componentName: s, element: e };
|
|
579
587
|
},
|
|
580
588
|
render() {
|
|
581
|
-
return a ?
|
|
589
|
+
return a ? n(
|
|
582
590
|
this.componentName,
|
|
583
591
|
{
|
|
584
592
|
ref: "element",
|
|
@@ -591,6 +599,7 @@ const yt = d({
|
|
|
591
599
|
...this.appearance !== void 0 ? { appearance: this.appearance } : {},
|
|
592
600
|
...this.text !== void 0 ? { text: this.text } : {}
|
|
593
601
|
},
|
|
602
|
+
class: "vvd-root",
|
|
594
603
|
on: {
|
|
595
604
|
click: (t) => this.$emit("click", t),
|
|
596
605
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -601,10 +610,11 @@ const yt = d({
|
|
|
601
610
|
}
|
|
602
611
|
},
|
|
603
612
|
[]
|
|
604
|
-
) :
|
|
613
|
+
) : n(
|
|
605
614
|
this.componentName,
|
|
606
615
|
{
|
|
607
616
|
ref: "element",
|
|
617
|
+
class: "vvd-root",
|
|
608
618
|
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
609
619
|
...this.iconTrailing !== void 0 ? { "icon-trailing": this.iconTrailing } : {},
|
|
610
620
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
@@ -622,7 +632,7 @@ const yt = d({
|
|
|
622
632
|
[]
|
|
623
633
|
);
|
|
624
634
|
}
|
|
625
|
-
}),
|
|
635
|
+
}), gt = d({
|
|
626
636
|
props: {
|
|
627
637
|
/**
|
|
628
638
|
* A decorative icon the custom element should have.
|
|
@@ -683,16 +693,16 @@ const yt = d({
|
|
|
683
693
|
"input"
|
|
684
694
|
],
|
|
685
695
|
setup(t, o) {
|
|
686
|
-
const
|
|
696
|
+
const s = l("banner", b), e = r(null);
|
|
687
697
|
return o.expose({
|
|
688
698
|
remove() {
|
|
689
699
|
var i;
|
|
690
700
|
return (i = e.value) == null ? void 0 : i.remove();
|
|
691
701
|
}
|
|
692
|
-
}), { componentName:
|
|
702
|
+
}), { componentName: s, element: e };
|
|
693
703
|
},
|
|
694
704
|
render() {
|
|
695
|
-
return a ?
|
|
705
|
+
return a ? n(
|
|
696
706
|
this.componentName,
|
|
697
707
|
{
|
|
698
708
|
ref: "element",
|
|
@@ -707,6 +717,7 @@ const yt = d({
|
|
|
707
717
|
...this.text !== void 0 ? { text: this.text } : {},
|
|
708
718
|
...this.connotation !== void 0 ? { connotation: this.connotation } : {}
|
|
709
719
|
},
|
|
720
|
+
class: "vvd-root",
|
|
710
721
|
on: {
|
|
711
722
|
click: (t) => this.$emit("click", t),
|
|
712
723
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -718,12 +729,13 @@ const yt = d({
|
|
|
718
729
|
},
|
|
719
730
|
[
|
|
720
731
|
// @slot action-items Add action items to banner using this slot.
|
|
721
|
-
|
|
732
|
+
h("action-items", this.$slots["action-items"])
|
|
722
733
|
]
|
|
723
|
-
) :
|
|
734
|
+
) : n(
|
|
724
735
|
this.componentName,
|
|
725
736
|
{
|
|
726
737
|
ref: "element",
|
|
738
|
+
class: "vvd-root",
|
|
727
739
|
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
728
740
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
729
741
|
...this.actionHref !== void 0 ? { "action-href": this.actionHref } : {},
|
|
@@ -742,11 +754,11 @@ const yt = d({
|
|
|
742
754
|
},
|
|
743
755
|
[
|
|
744
756
|
// @slot action-items Add action items to banner using this slot.
|
|
745
|
-
|
|
757
|
+
h("action-items", this.$slots["action-items"])
|
|
746
758
|
]
|
|
747
759
|
);
|
|
748
760
|
}
|
|
749
|
-
}),
|
|
761
|
+
}), bt = d({
|
|
750
762
|
props: {
|
|
751
763
|
/**
|
|
752
764
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -789,15 +801,16 @@ const yt = d({
|
|
|
789
801
|
"input"
|
|
790
802
|
],
|
|
791
803
|
setup(t, o) {
|
|
792
|
-
const
|
|
793
|
-
return o.expose({}), { componentName:
|
|
804
|
+
const s = l("breadcrumb", C), e = r(null);
|
|
805
|
+
return o.expose({}), { componentName: s, element: e };
|
|
794
806
|
},
|
|
795
807
|
render() {
|
|
796
|
-
return a ?
|
|
808
|
+
return a ? n(
|
|
797
809
|
this.componentName,
|
|
798
810
|
{
|
|
799
811
|
ref: "element",
|
|
800
812
|
attrs: { ...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {} },
|
|
813
|
+
class: "vvd-root",
|
|
801
814
|
on: {
|
|
802
815
|
click: (t) => this.$emit("click", t),
|
|
803
816
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -808,10 +821,11 @@ const yt = d({
|
|
|
808
821
|
}
|
|
809
822
|
},
|
|
810
823
|
[this.$slots.default]
|
|
811
|
-
) :
|
|
824
|
+
) : n(
|
|
812
825
|
this.componentName,
|
|
813
826
|
{
|
|
814
827
|
ref: "element",
|
|
828
|
+
class: "vvd-root",
|
|
815
829
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
816
830
|
onClick: (t) => this.$emit("click", t),
|
|
817
831
|
onFocus: (t) => this.$emit("focus", t),
|
|
@@ -826,7 +840,7 @@ const yt = d({
|
|
|
826
840
|
]
|
|
827
841
|
);
|
|
828
842
|
}
|
|
829
|
-
}),
|
|
843
|
+
}), Ct = d({
|
|
830
844
|
props: {
|
|
831
845
|
/**
|
|
832
846
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -902,11 +916,11 @@ const yt = d({
|
|
|
902
916
|
"input"
|
|
903
917
|
],
|
|
904
918
|
setup(t, o) {
|
|
905
|
-
const
|
|
906
|
-
return o.expose({}), { componentName:
|
|
919
|
+
const s = l("breadcrumb-item", w), e = r(null);
|
|
920
|
+
return o.expose({}), { componentName: s, element: e };
|
|
907
921
|
},
|
|
908
922
|
render() {
|
|
909
|
-
return a ?
|
|
923
|
+
return a ? n(
|
|
910
924
|
this.componentName,
|
|
911
925
|
{
|
|
912
926
|
ref: "element",
|
|
@@ -922,6 +936,7 @@ const yt = d({
|
|
|
922
936
|
...this.type !== void 0 ? { type: this.type } : {},
|
|
923
937
|
...this.text !== void 0 ? { text: this.text } : {}
|
|
924
938
|
},
|
|
939
|
+
class: "vvd-root",
|
|
925
940
|
on: {
|
|
926
941
|
click: (t) => this.$emit("click", t),
|
|
927
942
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -932,10 +947,11 @@ const yt = d({
|
|
|
932
947
|
}
|
|
933
948
|
},
|
|
934
949
|
[]
|
|
935
|
-
) :
|
|
950
|
+
) : n(
|
|
936
951
|
this.componentName,
|
|
937
952
|
{
|
|
938
953
|
ref: "element",
|
|
954
|
+
class: "vvd-root",
|
|
939
955
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
940
956
|
...this.download !== void 0 ? { download: this.download } : {},
|
|
941
957
|
...this.href !== void 0 ? { href: this.href } : {},
|
|
@@ -956,7 +972,7 @@ const yt = d({
|
|
|
956
972
|
[]
|
|
957
973
|
);
|
|
958
974
|
}
|
|
959
|
-
}),
|
|
975
|
+
}), wt = d({
|
|
960
976
|
props: {
|
|
961
977
|
/**
|
|
962
978
|
* A decorative icon the custom element should have.
|
|
@@ -1096,7 +1112,7 @@ const yt = d({
|
|
|
1096
1112
|
"input"
|
|
1097
1113
|
],
|
|
1098
1114
|
setup(t, o) {
|
|
1099
|
-
const
|
|
1115
|
+
const s = l("button", S), e = r(null);
|
|
1100
1116
|
return o.expose({
|
|
1101
1117
|
/**
|
|
1102
1118
|
* {@inheritDoc (FormAssociated:interface).validate}
|
|
@@ -1105,10 +1121,10 @@ const yt = d({
|
|
|
1105
1121
|
var i;
|
|
1106
1122
|
return (i = e.value) == null ? void 0 : i.validate();
|
|
1107
1123
|
}
|
|
1108
|
-
}), { componentName:
|
|
1124
|
+
}), { componentName: s, element: e };
|
|
1109
1125
|
},
|
|
1110
1126
|
render() {
|
|
1111
|
-
return a ?
|
|
1127
|
+
return a ? n(
|
|
1112
1128
|
this.componentName,
|
|
1113
1129
|
{
|
|
1114
1130
|
ref: "element",
|
|
@@ -1137,6 +1153,7 @@ const yt = d({
|
|
|
1137
1153
|
...this.pending !== void 0 ? { pending: this.pending } : {},
|
|
1138
1154
|
...this.label !== void 0 ? { label: this.label } : {}
|
|
1139
1155
|
},
|
|
1156
|
+
class: "vvd-root",
|
|
1140
1157
|
on: {
|
|
1141
1158
|
click: (t) => this.$emit("click", t),
|
|
1142
1159
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -1147,10 +1164,11 @@ const yt = d({
|
|
|
1147
1164
|
}
|
|
1148
1165
|
},
|
|
1149
1166
|
[]
|
|
1150
|
-
) :
|
|
1167
|
+
) : n(
|
|
1151
1168
|
this.componentName,
|
|
1152
1169
|
{
|
|
1153
1170
|
ref: "element",
|
|
1171
|
+
class: "vvd-root",
|
|
1154
1172
|
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
1155
1173
|
...this.iconTrailing !== void 0 ? { "icon-trailing": this.iconTrailing } : {},
|
|
1156
1174
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
@@ -1184,7 +1202,7 @@ const yt = d({
|
|
|
1184
1202
|
[]
|
|
1185
1203
|
);
|
|
1186
1204
|
}
|
|
1187
|
-
}),
|
|
1205
|
+
}), St = d({
|
|
1188
1206
|
props: {
|
|
1189
1207
|
/**
|
|
1190
1208
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -1254,16 +1272,16 @@ const yt = d({
|
|
|
1254
1272
|
"input"
|
|
1255
1273
|
],
|
|
1256
1274
|
setup(t, o) {
|
|
1257
|
-
const
|
|
1275
|
+
const s = l("calendar", x), e = r(null);
|
|
1258
1276
|
return o.expose({
|
|
1259
1277
|
onKeydown(i) {
|
|
1260
1278
|
var u;
|
|
1261
1279
|
return (u = e.value) == null ? void 0 : u.onKeydown(i);
|
|
1262
1280
|
}
|
|
1263
|
-
}), { componentName:
|
|
1281
|
+
}), { componentName: s, element: e };
|
|
1264
1282
|
},
|
|
1265
1283
|
render() {
|
|
1266
|
-
return a ?
|
|
1284
|
+
return a ? n(
|
|
1267
1285
|
this.componentName,
|
|
1268
1286
|
{
|
|
1269
1287
|
ref: "element",
|
|
@@ -1272,6 +1290,7 @@ const yt = d({
|
|
|
1272
1290
|
...this.startDay !== void 0 ? { "start-day": this.startDay } : {},
|
|
1273
1291
|
...this.hour12 !== void 0 ? { hour12: this.hour12 } : {}
|
|
1274
1292
|
},
|
|
1293
|
+
class: "vvd-root",
|
|
1275
1294
|
domProps: {
|
|
1276
1295
|
...this.datetime !== void 0 ? { datetime: this.datetime } : {},
|
|
1277
1296
|
...this.locales !== void 0 ? { locales: this.locales } : {}
|
|
@@ -1288,24 +1307,25 @@ const yt = d({
|
|
|
1288
1307
|
[
|
|
1289
1308
|
this.$slots.default,
|
|
1290
1309
|
// @slot day-0 Assign elements to corresponding day column using this slot.
|
|
1291
|
-
|
|
1310
|
+
h("day-0", this.$slots["day-0"]),
|
|
1292
1311
|
// @slot day-1 Assign elements to corresponding day column using this slot.
|
|
1293
|
-
|
|
1312
|
+
h("day-1", this.$slots["day-1"]),
|
|
1294
1313
|
// @slot day-2 Assign elements to corresponding day column using this slot.
|
|
1295
|
-
|
|
1314
|
+
h("day-2", this.$slots["day-2"]),
|
|
1296
1315
|
// @slot day-3 Assign elements to corresponding day column using this slot.
|
|
1297
|
-
|
|
1316
|
+
h("day-3", this.$slots["day-3"]),
|
|
1298
1317
|
// @slot day-4 Assign elements to corresponding day column using this slot.
|
|
1299
|
-
|
|
1318
|
+
h("day-4", this.$slots["day-4"]),
|
|
1300
1319
|
// @slot day-5 Assign elements to corresponding day column using this slot.
|
|
1301
|
-
|
|
1320
|
+
h("day-5", this.$slots["day-5"]),
|
|
1302
1321
|
// @slot day-6 Assign elements to corresponding day column using this slot.
|
|
1303
|
-
|
|
1322
|
+
h("day-6", this.$slots["day-6"])
|
|
1304
1323
|
]
|
|
1305
|
-
) :
|
|
1324
|
+
) : n(
|
|
1306
1325
|
this.componentName,
|
|
1307
1326
|
{
|
|
1308
1327
|
ref: "element",
|
|
1328
|
+
class: "vvd-root",
|
|
1309
1329
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
1310
1330
|
...this.datetime !== void 0 ? { datetime: this.datetime } : {},
|
|
1311
1331
|
...this.startDay !== void 0 ? { "start-day": this.startDay } : {},
|
|
@@ -1322,23 +1342,23 @@ const yt = d({
|
|
|
1322
1342
|
// @ts-ignore
|
|
1323
1343
|
this.$slots.default && this.$slots.default(),
|
|
1324
1344
|
// @slot day-0 Assign elements to corresponding day column using this slot.
|
|
1325
|
-
|
|
1345
|
+
h("day-0", this.$slots["day-0"]),
|
|
1326
1346
|
// @slot day-1 Assign elements to corresponding day column using this slot.
|
|
1327
|
-
|
|
1347
|
+
h("day-1", this.$slots["day-1"]),
|
|
1328
1348
|
// @slot day-2 Assign elements to corresponding day column using this slot.
|
|
1329
|
-
|
|
1349
|
+
h("day-2", this.$slots["day-2"]),
|
|
1330
1350
|
// @slot day-3 Assign elements to corresponding day column using this slot.
|
|
1331
|
-
|
|
1351
|
+
h("day-3", this.$slots["day-3"]),
|
|
1332
1352
|
// @slot day-4 Assign elements to corresponding day column using this slot.
|
|
1333
|
-
|
|
1353
|
+
h("day-4", this.$slots["day-4"]),
|
|
1334
1354
|
// @slot day-5 Assign elements to corresponding day column using this slot.
|
|
1335
|
-
|
|
1355
|
+
h("day-5", this.$slots["day-5"]),
|
|
1336
1356
|
// @slot day-6 Assign elements to corresponding day column using this slot.
|
|
1337
|
-
|
|
1357
|
+
h("day-6", this.$slots["day-6"])
|
|
1338
1358
|
]
|
|
1339
1359
|
);
|
|
1340
1360
|
}
|
|
1341
|
-
}),
|
|
1361
|
+
}), xt = d({
|
|
1342
1362
|
props: {
|
|
1343
1363
|
/**
|
|
1344
1364
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -1412,11 +1432,11 @@ const yt = d({
|
|
|
1412
1432
|
"input"
|
|
1413
1433
|
],
|
|
1414
1434
|
setup(t, o) {
|
|
1415
|
-
const
|
|
1416
|
-
return o.expose({}), { componentName:
|
|
1435
|
+
const s = l("calendar-event", N), e = r(null);
|
|
1436
|
+
return o.expose({}), { componentName: s, element: e };
|
|
1417
1437
|
},
|
|
1418
1438
|
render() {
|
|
1419
|
-
return a ?
|
|
1439
|
+
return a ? n(
|
|
1420
1440
|
this.componentName,
|
|
1421
1441
|
{
|
|
1422
1442
|
ref: "element",
|
|
@@ -1430,6 +1450,7 @@ const yt = d({
|
|
|
1430
1450
|
...this.start !== void 0 ? { start: this.start } : {},
|
|
1431
1451
|
...this.duration !== void 0 ? { duration: this.duration } : {}
|
|
1432
1452
|
},
|
|
1453
|
+
class: "vvd-root",
|
|
1433
1454
|
on: {
|
|
1434
1455
|
click: (t) => this.$emit("click", t),
|
|
1435
1456
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -1440,10 +1461,11 @@ const yt = d({
|
|
|
1440
1461
|
}
|
|
1441
1462
|
},
|
|
1442
1463
|
[]
|
|
1443
|
-
) :
|
|
1464
|
+
) : n(
|
|
1444
1465
|
this.componentName,
|
|
1445
1466
|
{
|
|
1446
1467
|
ref: "element",
|
|
1468
|
+
class: "vvd-root",
|
|
1447
1469
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
1448
1470
|
...this.heading !== void 0 ? { heading: this.heading } : {},
|
|
1449
1471
|
...this.description !== void 0 ? { description: this.description } : {},
|
|
@@ -1462,7 +1484,7 @@ const yt = d({
|
|
|
1462
1484
|
[]
|
|
1463
1485
|
);
|
|
1464
1486
|
}
|
|
1465
|
-
}),
|
|
1487
|
+
}), Nt = d({
|
|
1466
1488
|
props: {
|
|
1467
1489
|
/**
|
|
1468
1490
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -1532,11 +1554,11 @@ const yt = d({
|
|
|
1532
1554
|
"input"
|
|
1533
1555
|
],
|
|
1534
1556
|
setup(t, o) {
|
|
1535
|
-
const
|
|
1536
|
-
return o.expose({}), { componentName:
|
|
1557
|
+
const s = l("card", B), e = r(null);
|
|
1558
|
+
return o.expose({}), { componentName: s, element: e };
|
|
1537
1559
|
},
|
|
1538
1560
|
render() {
|
|
1539
|
-
return a ?
|
|
1561
|
+
return a ? n(
|
|
1540
1562
|
this.componentName,
|
|
1541
1563
|
{
|
|
1542
1564
|
ref: "element",
|
|
@@ -1548,6 +1570,7 @@ const yt = d({
|
|
|
1548
1570
|
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
1549
1571
|
...this.elevation !== void 0 ? { elevation: this.elevation } : {}
|
|
1550
1572
|
},
|
|
1573
|
+
class: "vvd-root",
|
|
1551
1574
|
on: {
|
|
1552
1575
|
click: (t) => this.$emit("click", t),
|
|
1553
1576
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -1559,20 +1582,21 @@ const yt = d({
|
|
|
1559
1582
|
},
|
|
1560
1583
|
[
|
|
1561
1584
|
// @slot graphic The graphic slot overrides the icon property.
|
|
1562
|
-
|
|
1585
|
+
h("graphic", this.$slots.graphic),
|
|
1563
1586
|
// @slot media The media slot is mainly for images or video content above the card header.
|
|
1564
|
-
|
|
1587
|
+
h("media", this.$slots.media),
|
|
1565
1588
|
// @slot meta The meta slot is for action content in the card header.
|
|
1566
|
-
|
|
1589
|
+
h("meta", this.$slots.meta),
|
|
1567
1590
|
// @slot footer The footer slot is for content in the card footer.
|
|
1568
|
-
|
|
1591
|
+
h("footer", this.$slots.footer),
|
|
1569
1592
|
// @slot main Assign nodes to main slot to fully override a card's predefined flow and style with your own.
|
|
1570
|
-
|
|
1593
|
+
h("main", this.$slots.main)
|
|
1571
1594
|
]
|
|
1572
|
-
) :
|
|
1595
|
+
) : n(
|
|
1573
1596
|
this.componentName,
|
|
1574
1597
|
{
|
|
1575
1598
|
ref: "element",
|
|
1599
|
+
class: "vvd-root",
|
|
1576
1600
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
1577
1601
|
...this.headline !== void 0 ? { headline: this.headline } : {},
|
|
1578
1602
|
...this.subtitle !== void 0 ? { subtitle: this.subtitle } : {},
|
|
@@ -1588,19 +1612,19 @@ const yt = d({
|
|
|
1588
1612
|
},
|
|
1589
1613
|
[
|
|
1590
1614
|
// @slot graphic The graphic slot overrides the icon property.
|
|
1591
|
-
|
|
1615
|
+
h("graphic", this.$slots.graphic),
|
|
1592
1616
|
// @slot media The media slot is mainly for images or video content above the card header.
|
|
1593
|
-
|
|
1617
|
+
h("media", this.$slots.media),
|
|
1594
1618
|
// @slot meta The meta slot is for action content in the card header.
|
|
1595
|
-
|
|
1619
|
+
h("meta", this.$slots.meta),
|
|
1596
1620
|
// @slot footer The footer slot is for content in the card footer.
|
|
1597
|
-
|
|
1621
|
+
h("footer", this.$slots.footer),
|
|
1598
1622
|
// @slot main Assign nodes to main slot to fully override a card's predefined flow and style with your own.
|
|
1599
|
-
|
|
1623
|
+
h("main", this.$slots.main)
|
|
1600
1624
|
]
|
|
1601
1625
|
);
|
|
1602
1626
|
}
|
|
1603
|
-
}),
|
|
1627
|
+
}), Bt = d({
|
|
1604
1628
|
model: a ? {
|
|
1605
1629
|
prop: "modelValue",
|
|
1606
1630
|
event: "update:modelValue"
|
|
@@ -1697,11 +1721,11 @@ const yt = d({
|
|
|
1697
1721
|
"update:modelValue"
|
|
1698
1722
|
],
|
|
1699
1723
|
setup(t, o) {
|
|
1700
|
-
const
|
|
1701
|
-
return o.expose({}), { componentName:
|
|
1724
|
+
const s = l("checkbox", V), e = r(null);
|
|
1725
|
+
return o.expose({}), { componentName: s, element: e };
|
|
1702
1726
|
},
|
|
1703
1727
|
render() {
|
|
1704
|
-
return a ?
|
|
1728
|
+
return a ? n(
|
|
1705
1729
|
this.componentName,
|
|
1706
1730
|
{
|
|
1707
1731
|
ref: "element",
|
|
@@ -1717,6 +1741,7 @@ const yt = d({
|
|
|
1717
1741
|
...this.readonly !== void 0 ? { readonly: this.readonly } : {},
|
|
1718
1742
|
...this.label !== void 0 ? { label: this.label } : {}
|
|
1719
1743
|
},
|
|
1744
|
+
class: "vvd-root",
|
|
1720
1745
|
on: {
|
|
1721
1746
|
click: (t) => this.$emit("click", t),
|
|
1722
1747
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -1728,10 +1753,11 @@ const yt = d({
|
|
|
1728
1753
|
}
|
|
1729
1754
|
},
|
|
1730
1755
|
[]
|
|
1731
|
-
) :
|
|
1756
|
+
) : n(
|
|
1732
1757
|
this.componentName,
|
|
1733
1758
|
{
|
|
1734
1759
|
ref: "element",
|
|
1760
|
+
class: "vvd-root",
|
|
1735
1761
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
1736
1762
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
1737
1763
|
...this.value !== void 0 ? { value: this.value } : {},
|
|
@@ -1753,7 +1779,7 @@ const yt = d({
|
|
|
1753
1779
|
[]
|
|
1754
1780
|
);
|
|
1755
1781
|
}
|
|
1756
|
-
}),
|
|
1782
|
+
}), Vt = d({
|
|
1757
1783
|
model: a ? {
|
|
1758
1784
|
prop: "modelValue",
|
|
1759
1785
|
event: "update:modelValue"
|
|
@@ -1864,7 +1890,7 @@ const yt = d({
|
|
|
1864
1890
|
"update:modelValue"
|
|
1865
1891
|
],
|
|
1866
1892
|
setup(t, o) {
|
|
1867
|
-
const
|
|
1893
|
+
const s = l("combobox", K), e = r(null);
|
|
1868
1894
|
return o.expose({
|
|
1869
1895
|
/**
|
|
1870
1896
|
* {@inheritDoc (FormAssociated:interface).validate}
|
|
@@ -1901,10 +1927,10 @@ const yt = d({
|
|
|
1901
1927
|
var i;
|
|
1902
1928
|
return (i = e.value) == null ? void 0 : i.setSelectedOptions();
|
|
1903
1929
|
}
|
|
1904
|
-
}), { componentName:
|
|
1930
|
+
}), { componentName: s, element: e };
|
|
1905
1931
|
},
|
|
1906
1932
|
render() {
|
|
1907
|
-
return a ?
|
|
1933
|
+
return a ? n(
|
|
1908
1934
|
this.componentName,
|
|
1909
1935
|
{
|
|
1910
1936
|
ref: "element",
|
|
@@ -1923,6 +1949,7 @@ const yt = d({
|
|
|
1923
1949
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
1924
1950
|
...this.placement !== void 0 ? { placement: this.placement } : {}
|
|
1925
1951
|
},
|
|
1952
|
+
class: "vvd-root",
|
|
1926
1953
|
on: {
|
|
1927
1954
|
click: (t) => this.$emit("click", t),
|
|
1928
1955
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -1934,10 +1961,11 @@ const yt = d({
|
|
|
1934
1961
|
}
|
|
1935
1962
|
},
|
|
1936
1963
|
[this.$slots.default]
|
|
1937
|
-
) :
|
|
1964
|
+
) : n(
|
|
1938
1965
|
this.componentName,
|
|
1939
1966
|
{
|
|
1940
1967
|
ref: "element",
|
|
1968
|
+
class: "vvd-root",
|
|
1941
1969
|
...this.label !== void 0 ? { label: this.label } : {},
|
|
1942
1970
|
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
1943
1971
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
@@ -1965,7 +1993,7 @@ const yt = d({
|
|
|
1965
1993
|
]
|
|
1966
1994
|
);
|
|
1967
1995
|
}
|
|
1968
|
-
}),
|
|
1996
|
+
}), Kt = d({
|
|
1969
1997
|
props: {
|
|
1970
1998
|
/**
|
|
1971
1999
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -2009,11 +2037,11 @@ const yt = d({
|
|
|
2009
2037
|
"input"
|
|
2010
2038
|
],
|
|
2011
2039
|
setup(t, o) {
|
|
2012
|
-
const
|
|
2013
|
-
return o.expose({}), { componentName:
|
|
2040
|
+
const s = l("data-grid", T), e = r(null);
|
|
2041
|
+
return o.expose({}), { componentName: s, element: e };
|
|
2014
2042
|
},
|
|
2015
2043
|
render() {
|
|
2016
|
-
return a ?
|
|
2044
|
+
return a ? n(
|
|
2017
2045
|
this.componentName,
|
|
2018
2046
|
{
|
|
2019
2047
|
ref: "element",
|
|
@@ -2021,6 +2049,7 @@ const yt = d({
|
|
|
2021
2049
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
2022
2050
|
...this.selectionMode !== void 0 ? { "selection-mode": this.selectionMode } : {}
|
|
2023
2051
|
},
|
|
2052
|
+
class: "vvd-root",
|
|
2024
2053
|
on: {
|
|
2025
2054
|
click: (t) => this.$emit("click", t),
|
|
2026
2055
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -2031,10 +2060,11 @@ const yt = d({
|
|
|
2031
2060
|
}
|
|
2032
2061
|
},
|
|
2033
2062
|
[this.$slots.default]
|
|
2034
|
-
) :
|
|
2063
|
+
) : n(
|
|
2035
2064
|
this.componentName,
|
|
2036
2065
|
{
|
|
2037
2066
|
ref: "element",
|
|
2067
|
+
class: "vvd-root",
|
|
2038
2068
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
2039
2069
|
...this.selectionMode !== void 0 ? { "selection-mode": this.selectionMode } : {},
|
|
2040
2070
|
onClick: (t) => this.$emit("click", t),
|
|
@@ -2050,7 +2080,7 @@ const yt = d({
|
|
|
2050
2080
|
]
|
|
2051
2081
|
);
|
|
2052
2082
|
}
|
|
2053
|
-
}),
|
|
2083
|
+
}), Tt = d({
|
|
2054
2084
|
props: {
|
|
2055
2085
|
/**
|
|
2056
2086
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -2109,10 +2139,15 @@ const yt = d({
|
|
|
2109
2139
|
* Fires when the value of an element has been changed.
|
|
2110
2140
|
* @type {Event}
|
|
2111
2141
|
*/
|
|
2112
|
-
"input"
|
|
2142
|
+
"input",
|
|
2143
|
+
/**
|
|
2144
|
+
* Emitted when the dialog is closed
|
|
2145
|
+
* @type {unknown}
|
|
2146
|
+
*/
|
|
2147
|
+
"close"
|
|
2113
2148
|
],
|
|
2114
2149
|
setup(t, o) {
|
|
2115
|
-
const
|
|
2150
|
+
const s = l("dialog", I), e = r(null);
|
|
2116
2151
|
return o.expose({
|
|
2117
2152
|
openChanged(i, u) {
|
|
2118
2153
|
var c;
|
|
@@ -2130,10 +2165,10 @@ const yt = d({
|
|
|
2130
2165
|
var i;
|
|
2131
2166
|
return (i = e.value) == null ? void 0 : i.showModal();
|
|
2132
2167
|
}
|
|
2133
|
-
}), { componentName:
|
|
2168
|
+
}), { componentName: s, element: e };
|
|
2134
2169
|
},
|
|
2135
2170
|
render() {
|
|
2136
|
-
return a ?
|
|
2171
|
+
return a ? n(
|
|
2137
2172
|
this.componentName,
|
|
2138
2173
|
{
|
|
2139
2174
|
ref: "element",
|
|
@@ -2149,29 +2184,32 @@ const yt = d({
|
|
|
2149
2184
|
...this.ariaLabel !== void 0 ? { "aria-label": this.ariaLabel } : {},
|
|
2150
2185
|
...this.ariaDescribedby !== void 0 ? { "aria-describedby": this.ariaDescribedby } : {}
|
|
2151
2186
|
},
|
|
2187
|
+
class: "vvd-root",
|
|
2152
2188
|
on: {
|
|
2153
2189
|
click: (t) => this.$emit("click", t),
|
|
2154
2190
|
focus: (t) => this.$emit("focus", t),
|
|
2155
2191
|
blur: (t) => this.$emit("blur", t),
|
|
2156
2192
|
keydown: (t) => this.$emit("keydown", t),
|
|
2157
2193
|
keyup: (t) => this.$emit("keyup", t),
|
|
2158
|
-
input: (t) => this.$emit("input", t)
|
|
2194
|
+
input: (t) => this.$emit("input", t),
|
|
2195
|
+
close: (t) => this.$emit("close", t)
|
|
2159
2196
|
}
|
|
2160
2197
|
},
|
|
2161
2198
|
[
|
|
2162
2199
|
// @slot graphic Use the graphic slot in order to replace the icon.
|
|
2163
|
-
|
|
2200
|
+
h("graphic", this.$slots.graphic),
|
|
2164
2201
|
// @slot body Use the body slot in order to add custom HTML to the dialog.
|
|
2165
|
-
|
|
2202
|
+
h("body", this.$slots.body),
|
|
2166
2203
|
// @slot footer Use the footer slot in order to add action buttons to the bottom of the dialog.
|
|
2167
|
-
|
|
2204
|
+
h("footer", this.$slots.footer),
|
|
2168
2205
|
// @slot main Assign nodes to the main slot to fully override a dialog’s predefined flow and style with your own.
|
|
2169
|
-
|
|
2206
|
+
h("main", this.$slots.main)
|
|
2170
2207
|
]
|
|
2171
|
-
) :
|
|
2208
|
+
) : n(
|
|
2172
2209
|
this.componentName,
|
|
2173
2210
|
{
|
|
2174
2211
|
ref: "element",
|
|
2212
|
+
class: "vvd-root",
|
|
2175
2213
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
2176
2214
|
...this.open !== void 0 ? { open: this.open } : {},
|
|
2177
2215
|
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
@@ -2187,21 +2225,22 @@ const yt = d({
|
|
|
2187
2225
|
onBlur: (t) => this.$emit("blur", t),
|
|
2188
2226
|
onKeydown: (t) => this.$emit("keydown", t),
|
|
2189
2227
|
onKeyup: (t) => this.$emit("keyup", t),
|
|
2190
|
-
onInput: (t) => this.$emit("input", t)
|
|
2228
|
+
onInput: (t) => this.$emit("input", t),
|
|
2229
|
+
onClose: (t) => this.$emit("close", t)
|
|
2191
2230
|
},
|
|
2192
2231
|
[
|
|
2193
2232
|
// @slot graphic Use the graphic slot in order to replace the icon.
|
|
2194
|
-
|
|
2233
|
+
h("graphic", this.$slots.graphic),
|
|
2195
2234
|
// @slot body Use the body slot in order to add custom HTML to the dialog.
|
|
2196
|
-
|
|
2235
|
+
h("body", this.$slots.body),
|
|
2197
2236
|
// @slot footer Use the footer slot in order to add action buttons to the bottom of the dialog.
|
|
2198
|
-
|
|
2237
|
+
h("footer", this.$slots.footer),
|
|
2199
2238
|
// @slot main Assign nodes to the main slot to fully override a dialog’s predefined flow and style with your own.
|
|
2200
|
-
|
|
2239
|
+
h("main", this.$slots.main)
|
|
2201
2240
|
]
|
|
2202
2241
|
);
|
|
2203
2242
|
}
|
|
2204
|
-
}),
|
|
2243
|
+
}), It = d({
|
|
2205
2244
|
props: {
|
|
2206
2245
|
/**
|
|
2207
2246
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -2252,11 +2291,11 @@ const yt = d({
|
|
|
2252
2291
|
"input"
|
|
2253
2292
|
],
|
|
2254
2293
|
setup(t, o) {
|
|
2255
|
-
const
|
|
2256
|
-
return o.expose({}), { componentName:
|
|
2294
|
+
const s = l("divider", q), e = r(null);
|
|
2295
|
+
return o.expose({}), { componentName: s, element: e };
|
|
2257
2296
|
},
|
|
2258
2297
|
render() {
|
|
2259
|
-
return a ?
|
|
2298
|
+
return a ? n(
|
|
2260
2299
|
this.componentName,
|
|
2261
2300
|
{
|
|
2262
2301
|
ref: "element",
|
|
@@ -2265,6 +2304,7 @@ const yt = d({
|
|
|
2265
2304
|
...this.role !== void 0 ? { role: this.role } : {},
|
|
2266
2305
|
...this.orientation !== void 0 ? { orientation: this.orientation } : {}
|
|
2267
2306
|
},
|
|
2307
|
+
class: "vvd-root",
|
|
2268
2308
|
on: {
|
|
2269
2309
|
click: (t) => this.$emit("click", t),
|
|
2270
2310
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -2275,10 +2315,11 @@ const yt = d({
|
|
|
2275
2315
|
}
|
|
2276
2316
|
},
|
|
2277
2317
|
[]
|
|
2278
|
-
) :
|
|
2318
|
+
) : n(
|
|
2279
2319
|
this.componentName,
|
|
2280
2320
|
{
|
|
2281
2321
|
ref: "element",
|
|
2322
|
+
class: "vvd-root",
|
|
2282
2323
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
2283
2324
|
...this.role !== void 0 ? { role: this.role } : {},
|
|
2284
2325
|
...this.orientation !== void 0 ? { orientation: this.orientation } : {},
|
|
@@ -2292,7 +2333,7 @@ const yt = d({
|
|
|
2292
2333
|
[]
|
|
2293
2334
|
);
|
|
2294
2335
|
}
|
|
2295
|
-
}),
|
|
2336
|
+
}), qt = d({
|
|
2296
2337
|
props: {
|
|
2297
2338
|
/**
|
|
2298
2339
|
* A decorative icon the custom element should have.
|
|
@@ -2416,7 +2457,7 @@ const yt = d({
|
|
|
2416
2457
|
"input"
|
|
2417
2458
|
],
|
|
2418
2459
|
setup(t, o) {
|
|
2419
|
-
const
|
|
2460
|
+
const s = l("fab", z), e = r(null);
|
|
2420
2461
|
return o.expose({
|
|
2421
2462
|
/**
|
|
2422
2463
|
* {@inheritDoc (FormAssociated:interface).validate}
|
|
@@ -2425,10 +2466,10 @@ const yt = d({
|
|
|
2425
2466
|
var i;
|
|
2426
2467
|
return (i = e.value) == null ? void 0 : i.validate();
|
|
2427
2468
|
}
|
|
2428
|
-
}), { componentName:
|
|
2469
|
+
}), { componentName: s, element: e };
|
|
2429
2470
|
},
|
|
2430
2471
|
render() {
|
|
2431
|
-
return a ?
|
|
2472
|
+
return a ? n(
|
|
2432
2473
|
this.componentName,
|
|
2433
2474
|
{
|
|
2434
2475
|
ref: "element",
|
|
@@ -2453,6 +2494,7 @@ const yt = d({
|
|
|
2453
2494
|
...this.size !== void 0 ? { size: this.size } : {},
|
|
2454
2495
|
...this.label !== void 0 ? { label: this.label } : {}
|
|
2455
2496
|
},
|
|
2497
|
+
class: "vvd-root",
|
|
2456
2498
|
on: {
|
|
2457
2499
|
click: (t) => this.$emit("click", t),
|
|
2458
2500
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -2463,10 +2505,11 @@ const yt = d({
|
|
|
2463
2505
|
}
|
|
2464
2506
|
},
|
|
2465
2507
|
[]
|
|
2466
|
-
) :
|
|
2508
|
+
) : n(
|
|
2467
2509
|
this.componentName,
|
|
2468
2510
|
{
|
|
2469
2511
|
ref: "element",
|
|
2512
|
+
class: "vvd-root",
|
|
2470
2513
|
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
2471
2514
|
...this.iconTrailing !== void 0 ? { "icon-trailing": this.iconTrailing } : {},
|
|
2472
2515
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
@@ -2496,7 +2539,7 @@ const yt = d({
|
|
|
2496
2539
|
[]
|
|
2497
2540
|
);
|
|
2498
2541
|
}
|
|
2499
|
-
}),
|
|
2542
|
+
}), zt = d({
|
|
2500
2543
|
props: {
|
|
2501
2544
|
/**
|
|
2502
2545
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -2547,11 +2590,11 @@ const yt = d({
|
|
|
2547
2590
|
"input"
|
|
2548
2591
|
],
|
|
2549
2592
|
setup(t, o) {
|
|
2550
|
-
const
|
|
2551
|
-
return o.expose({}), { componentName:
|
|
2593
|
+
const s = l("header", F), e = r(null);
|
|
2594
|
+
return o.expose({}), { componentName: s, element: e };
|
|
2552
2595
|
},
|
|
2553
2596
|
render() {
|
|
2554
|
-
return a ?
|
|
2597
|
+
return a ? n(
|
|
2555
2598
|
this.componentName,
|
|
2556
2599
|
{
|
|
2557
2600
|
ref: "element",
|
|
@@ -2560,6 +2603,7 @@ const yt = d({
|
|
|
2560
2603
|
...this.elevationShadow !== void 0 ? { "elevation-shadow": this.elevationShadow } : {},
|
|
2561
2604
|
...this.alternate !== void 0 ? { alternate: this.alternate } : {}
|
|
2562
2605
|
},
|
|
2606
|
+
class: "vvd-root",
|
|
2563
2607
|
on: {
|
|
2564
2608
|
click: (t) => this.$emit("click", t),
|
|
2565
2609
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -2572,14 +2616,15 @@ const yt = d({
|
|
|
2572
2616
|
[
|
|
2573
2617
|
this.$slots.default,
|
|
2574
2618
|
// @slot action-items Nodes assigned to action-items slot will be set at the end of the header.
|
|
2575
|
-
|
|
2619
|
+
h("action-items", this.$slots["action-items"]),
|
|
2576
2620
|
// @slot app-content Content vertically aligned with header.
|
|
2577
|
-
|
|
2621
|
+
h("app-content", this.$slots["app-content"])
|
|
2578
2622
|
]
|
|
2579
|
-
) :
|
|
2623
|
+
) : n(
|
|
2580
2624
|
this.componentName,
|
|
2581
2625
|
{
|
|
2582
2626
|
ref: "element",
|
|
2627
|
+
class: "vvd-root",
|
|
2583
2628
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
2584
2629
|
...this.elevationShadow !== void 0 ? { "elevation-shadow": this.elevationShadow } : {},
|
|
2585
2630
|
...this.alternate !== void 0 ? { alternate: this.alternate } : {},
|
|
@@ -2594,13 +2639,13 @@ const yt = d({
|
|
|
2594
2639
|
// @ts-ignore
|
|
2595
2640
|
this.$slots.default && this.$slots.default(),
|
|
2596
2641
|
// @slot action-items Nodes assigned to action-items slot will be set at the end of the header.
|
|
2597
|
-
|
|
2642
|
+
h("action-items", this.$slots["action-items"]),
|
|
2598
2643
|
// @slot app-content Content vertically aligned with header.
|
|
2599
|
-
|
|
2644
|
+
h("app-content", this.$slots["app-content"])
|
|
2600
2645
|
]
|
|
2601
2646
|
);
|
|
2602
2647
|
}
|
|
2603
|
-
}),
|
|
2648
|
+
}), Ft = d({
|
|
2604
2649
|
props: {
|
|
2605
2650
|
/**
|
|
2606
2651
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -2659,16 +2704,16 @@ const yt = d({
|
|
|
2659
2704
|
"input"
|
|
2660
2705
|
],
|
|
2661
2706
|
setup(t, o) {
|
|
2662
|
-
const
|
|
2707
|
+
const s = l("icon", L), e = r(null);
|
|
2663
2708
|
return o.expose({
|
|
2664
2709
|
nameChanged() {
|
|
2665
2710
|
var i;
|
|
2666
2711
|
return (i = e.value) == null ? void 0 : i.nameChanged();
|
|
2667
2712
|
}
|
|
2668
|
-
}), { componentName:
|
|
2713
|
+
}), { componentName: s, element: e };
|
|
2669
2714
|
},
|
|
2670
2715
|
render() {
|
|
2671
|
-
return a ?
|
|
2716
|
+
return a ? n(
|
|
2672
2717
|
this.componentName,
|
|
2673
2718
|
{
|
|
2674
2719
|
ref: "element",
|
|
@@ -2678,6 +2723,7 @@ const yt = d({
|
|
|
2678
2723
|
...this.size !== void 0 ? { size: this.size } : {},
|
|
2679
2724
|
...this.name !== void 0 ? { name: this.name } : {}
|
|
2680
2725
|
},
|
|
2726
|
+
class: "vvd-root",
|
|
2681
2727
|
on: {
|
|
2682
2728
|
click: (t) => this.$emit("click", t),
|
|
2683
2729
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -2688,10 +2734,11 @@ const yt = d({
|
|
|
2688
2734
|
}
|
|
2689
2735
|
},
|
|
2690
2736
|
[this.$slots.default]
|
|
2691
|
-
) :
|
|
2737
|
+
) : n(
|
|
2692
2738
|
this.componentName,
|
|
2693
2739
|
{
|
|
2694
2740
|
ref: "element",
|
|
2741
|
+
class: "vvd-root",
|
|
2695
2742
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
2696
2743
|
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
2697
2744
|
...this.size !== void 0 ? { size: this.size } : {},
|
|
@@ -2709,7 +2756,7 @@ const yt = d({
|
|
|
2709
2756
|
]
|
|
2710
2757
|
);
|
|
2711
2758
|
}
|
|
2712
|
-
}),
|
|
2759
|
+
}), Lt = d({
|
|
2713
2760
|
props: {
|
|
2714
2761
|
/**
|
|
2715
2762
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -2768,11 +2815,11 @@ const yt = d({
|
|
|
2768
2815
|
"input"
|
|
2769
2816
|
],
|
|
2770
2817
|
setup(t, o) {
|
|
2771
|
-
const
|
|
2772
|
-
return o.expose({}), { componentName:
|
|
2818
|
+
const s = l("layout", P), e = r(null);
|
|
2819
|
+
return o.expose({}), { componentName: s, element: e };
|
|
2773
2820
|
},
|
|
2774
2821
|
render() {
|
|
2775
|
-
return a ?
|
|
2822
|
+
return a ? n(
|
|
2776
2823
|
this.componentName,
|
|
2777
2824
|
{
|
|
2778
2825
|
ref: "element",
|
|
@@ -2783,6 +2830,7 @@ const yt = d({
|
|
|
2783
2830
|
...this.columnSpacing !== void 0 ? { "column-spacing": this.columnSpacing } : {},
|
|
2784
2831
|
...this.autoSizing !== void 0 ? { "auto-sizing": this.autoSizing } : {}
|
|
2785
2832
|
},
|
|
2833
|
+
class: "vvd-root",
|
|
2786
2834
|
on: {
|
|
2787
2835
|
click: (t) => this.$emit("click", t),
|
|
2788
2836
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -2793,10 +2841,11 @@ const yt = d({
|
|
|
2793
2841
|
}
|
|
2794
2842
|
},
|
|
2795
2843
|
[this.$slots.default]
|
|
2796
|
-
) :
|
|
2844
|
+
) : n(
|
|
2797
2845
|
this.componentName,
|
|
2798
2846
|
{
|
|
2799
2847
|
ref: "element",
|
|
2848
|
+
class: "vvd-root",
|
|
2800
2849
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
2801
2850
|
...this.gutters !== void 0 ? { gutters: this.gutters } : {},
|
|
2802
2851
|
...this.columnBasis !== void 0 ? { "column-basis": this.columnBasis } : {},
|
|
@@ -2815,7 +2864,7 @@ const yt = d({
|
|
|
2815
2864
|
]
|
|
2816
2865
|
);
|
|
2817
2866
|
}
|
|
2818
|
-
}),
|
|
2867
|
+
}), Pt = d({
|
|
2819
2868
|
props: {
|
|
2820
2869
|
/**
|
|
2821
2870
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -2838,7 +2887,7 @@ const yt = d({
|
|
|
2838
2887
|
/**
|
|
2839
2888
|
* ID reference to element in the menu's owner document.
|
|
2840
2889
|
*/
|
|
2841
|
-
anchor: { type: String, default: void 0 }
|
|
2890
|
+
anchor: { type: [Object, String], default: void 0 }
|
|
2842
2891
|
},
|
|
2843
2892
|
emits: [
|
|
2844
2893
|
/**
|
|
@@ -2873,7 +2922,7 @@ const yt = d({
|
|
|
2873
2922
|
"input"
|
|
2874
2923
|
],
|
|
2875
2924
|
setup(t, o) {
|
|
2876
|
-
const
|
|
2925
|
+
const s = l("menu", D), e = r(null);
|
|
2877
2926
|
return o.expose({
|
|
2878
2927
|
/**
|
|
2879
2928
|
* Focuses the first item in the menu.
|
|
@@ -2893,19 +2942,20 @@ const yt = d({
|
|
|
2893
2942
|
var c;
|
|
2894
2943
|
return (c = e.value) == null ? void 0 : c.anchorChanged(i, u);
|
|
2895
2944
|
}
|
|
2896
|
-
}), { componentName:
|
|
2945
|
+
}), { componentName: s, element: e };
|
|
2897
2946
|
},
|
|
2898
2947
|
render() {
|
|
2899
|
-
return a ?
|
|
2948
|
+
return a ? n(
|
|
2900
2949
|
this.componentName,
|
|
2901
2950
|
{
|
|
2902
2951
|
ref: "element",
|
|
2903
2952
|
attrs: {
|
|
2904
2953
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
2905
2954
|
...this.open !== void 0 ? { open: this.open } : {},
|
|
2906
|
-
...this.placement !== void 0 ? { placement: this.placement } : {}
|
|
2907
|
-
...this.anchor !== void 0 ? { anchor: this.anchor } : {}
|
|
2955
|
+
...this.placement !== void 0 ? { placement: this.placement } : {}
|
|
2908
2956
|
},
|
|
2957
|
+
class: "vvd-root",
|
|
2958
|
+
domProps: { ...this.anchor !== void 0 ? { anchor: this.anchor } : {} },
|
|
2909
2959
|
on: {
|
|
2910
2960
|
click: (t) => this.$emit("click", t),
|
|
2911
2961
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -2916,10 +2966,11 @@ const yt = d({
|
|
|
2916
2966
|
}
|
|
2917
2967
|
},
|
|
2918
2968
|
[this.$slots.default]
|
|
2919
|
-
) :
|
|
2969
|
+
) : n(
|
|
2920
2970
|
this.componentName,
|
|
2921
2971
|
{
|
|
2922
2972
|
ref: "element",
|
|
2973
|
+
class: "vvd-root",
|
|
2923
2974
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
2924
2975
|
...this.open !== void 0 ? { open: this.open } : {},
|
|
2925
2976
|
...this.placement !== void 0 ? { placement: this.placement } : {},
|
|
@@ -2937,7 +2988,11 @@ const yt = d({
|
|
|
2937
2988
|
]
|
|
2938
2989
|
);
|
|
2939
2990
|
}
|
|
2940
|
-
}),
|
|
2991
|
+
}), Dt = d({
|
|
2992
|
+
model: a ? {
|
|
2993
|
+
prop: "modelValue",
|
|
2994
|
+
event: "update:modelValue"
|
|
2995
|
+
} : void 0,
|
|
2941
2996
|
props: {
|
|
2942
2997
|
/**
|
|
2943
2998
|
* A decorative icon the custom element should have.
|
|
@@ -2969,7 +3024,7 @@ const yt = d({
|
|
|
2969
3024
|
/**
|
|
2970
3025
|
* The checked value of the element.
|
|
2971
3026
|
*/
|
|
2972
|
-
|
|
3027
|
+
modelValue: { type: Boolean, default: void 0 },
|
|
2973
3028
|
/**
|
|
2974
3029
|
* Indicates the menu item's text.
|
|
2975
3030
|
*/
|
|
@@ -3017,16 +3072,16 @@ const yt = d({
|
|
|
3017
3072
|
"expanded-change",
|
|
3018
3073
|
/**
|
|
3019
3074
|
* Fires a custom 'change' event when a non-submenu item with a role of `menuitemcheckbox`, `menuitemradio`, or `menuitem` is invoked
|
|
3020
|
-
* @type {
|
|
3075
|
+
* @type {boolean}
|
|
3021
3076
|
*/
|
|
3022
|
-
"
|
|
3077
|
+
"update:modelValue"
|
|
3023
3078
|
],
|
|
3024
3079
|
setup(t, o) {
|
|
3025
|
-
const
|
|
3026
|
-
return o.expose({}), { componentName:
|
|
3080
|
+
const s = l("menu-item", M), e = r(null);
|
|
3081
|
+
return o.expose({}), { componentName: s, element: e };
|
|
3027
3082
|
},
|
|
3028
3083
|
render() {
|
|
3029
|
-
return a ?
|
|
3084
|
+
return a ? n(
|
|
3030
3085
|
this.componentName,
|
|
3031
3086
|
{
|
|
3032
3087
|
ref: "element",
|
|
@@ -3036,10 +3091,11 @@ const yt = d({
|
|
|
3036
3091
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
3037
3092
|
...this.expanded !== void 0 ? { expanded: this.expanded } : {},
|
|
3038
3093
|
...this.role !== void 0 ? { role: this.role } : {},
|
|
3039
|
-
...this.
|
|
3094
|
+
...this.modelValue !== void 0 ? { checked: this.modelValue } : {},
|
|
3040
3095
|
...this.text !== void 0 ? { text: this.text } : {},
|
|
3041
3096
|
...this.textSecondary !== void 0 ? { "text-secondary": this.textSecondary } : {}
|
|
3042
3097
|
},
|
|
3098
|
+
class: "vvd-root",
|
|
3043
3099
|
on: {
|
|
3044
3100
|
click: (t) => this.$emit("click", t),
|
|
3045
3101
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -3048,20 +3104,21 @@ const yt = d({
|
|
|
3048
3104
|
keyup: (t) => this.$emit("keyup", t),
|
|
3049
3105
|
input: (t) => this.$emit("input", t),
|
|
3050
3106
|
"expanded-change": (t) => this.$emit("expanded-change", t),
|
|
3051
|
-
change: (t) => this.$emit("
|
|
3107
|
+
change: (t) => this.$emit("update:modelValue", t.target.checked)
|
|
3052
3108
|
}
|
|
3053
3109
|
},
|
|
3054
3110
|
[]
|
|
3055
|
-
) :
|
|
3111
|
+
) : n(
|
|
3056
3112
|
this.componentName,
|
|
3057
3113
|
{
|
|
3058
3114
|
ref: "element",
|
|
3115
|
+
class: "vvd-root",
|
|
3059
3116
|
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
3060
3117
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
3061
3118
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
3062
3119
|
...this.expanded !== void 0 ? { expanded: this.expanded } : {},
|
|
3063
3120
|
...this.role !== void 0 ? { role: this.role } : {},
|
|
3064
|
-
...this.
|
|
3121
|
+
...this.modelValue !== void 0 ? { checked: this.modelValue } : {},
|
|
3065
3122
|
...this.text !== void 0 ? { text: this.text } : {},
|
|
3066
3123
|
...this.textSecondary !== void 0 ? { "text-secondary": this.textSecondary } : {},
|
|
3067
3124
|
onClick: (t) => this.$emit("click", t),
|
|
@@ -3071,12 +3128,12 @@ const yt = d({
|
|
|
3071
3128
|
onKeyup: (t) => this.$emit("keyup", t),
|
|
3072
3129
|
onInput: (t) => this.$emit("input", t),
|
|
3073
3130
|
onExpandedChange: (t) => this.$emit("expanded-change", t),
|
|
3074
|
-
onChange: (t) => this.$emit("
|
|
3131
|
+
onChange: (t) => this.$emit("update:modelValue", t.target.checked)
|
|
3075
3132
|
},
|
|
3076
3133
|
[]
|
|
3077
3134
|
);
|
|
3078
3135
|
}
|
|
3079
|
-
}),
|
|
3136
|
+
}), Mt = d({
|
|
3080
3137
|
props: {
|
|
3081
3138
|
/**
|
|
3082
3139
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -3119,15 +3176,16 @@ const yt = d({
|
|
|
3119
3176
|
"input"
|
|
3120
3177
|
],
|
|
3121
3178
|
setup(t, o) {
|
|
3122
|
-
const
|
|
3123
|
-
return o.expose({}), { componentName:
|
|
3179
|
+
const s = l("nav", O), e = r(null);
|
|
3180
|
+
return o.expose({}), { componentName: s, element: e };
|
|
3124
3181
|
},
|
|
3125
3182
|
render() {
|
|
3126
|
-
return a ?
|
|
3183
|
+
return a ? n(
|
|
3127
3184
|
this.componentName,
|
|
3128
3185
|
{
|
|
3129
3186
|
ref: "element",
|
|
3130
3187
|
attrs: { ...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {} },
|
|
3188
|
+
class: "vvd-root",
|
|
3131
3189
|
on: {
|
|
3132
3190
|
click: (t) => this.$emit("click", t),
|
|
3133
3191
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -3138,10 +3196,11 @@ const yt = d({
|
|
|
3138
3196
|
}
|
|
3139
3197
|
},
|
|
3140
3198
|
[this.$slots.default]
|
|
3141
|
-
) :
|
|
3199
|
+
) : n(
|
|
3142
3200
|
this.componentName,
|
|
3143
3201
|
{
|
|
3144
3202
|
ref: "element",
|
|
3203
|
+
class: "vvd-root",
|
|
3145
3204
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
3146
3205
|
onClick: (t) => this.$emit("click", t),
|
|
3147
3206
|
onFocus: (t) => this.$emit("focus", t),
|
|
@@ -3156,7 +3215,7 @@ const yt = d({
|
|
|
3156
3215
|
]
|
|
3157
3216
|
);
|
|
3158
3217
|
}
|
|
3159
|
-
}),
|
|
3218
|
+
}), Ot = d({
|
|
3160
3219
|
props: {
|
|
3161
3220
|
/**
|
|
3162
3221
|
* A decorative icon the custom element should have.
|
|
@@ -3212,11 +3271,11 @@ const yt = d({
|
|
|
3212
3271
|
"input"
|
|
3213
3272
|
],
|
|
3214
3273
|
setup(t, o) {
|
|
3215
|
-
const
|
|
3216
|
-
return o.expose({}), { componentName:
|
|
3274
|
+
const s = l("nav-disclosure", A), e = r(null);
|
|
3275
|
+
return o.expose({}), { componentName: s, element: e };
|
|
3217
3276
|
},
|
|
3218
3277
|
render() {
|
|
3219
|
-
return a ?
|
|
3278
|
+
return a ? n(
|
|
3220
3279
|
this.componentName,
|
|
3221
3280
|
{
|
|
3222
3281
|
ref: "element",
|
|
@@ -3226,6 +3285,7 @@ const yt = d({
|
|
|
3226
3285
|
...this.label !== void 0 ? { label: this.label } : {},
|
|
3227
3286
|
...this.open !== void 0 ? { open: this.open } : {}
|
|
3228
3287
|
},
|
|
3288
|
+
class: "vvd-root",
|
|
3229
3289
|
on: {
|
|
3230
3290
|
click: (t) => this.$emit("click", t),
|
|
3231
3291
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -3236,10 +3296,11 @@ const yt = d({
|
|
|
3236
3296
|
}
|
|
3237
3297
|
},
|
|
3238
3298
|
[this.$slots.default]
|
|
3239
|
-
) :
|
|
3299
|
+
) : n(
|
|
3240
3300
|
this.componentName,
|
|
3241
3301
|
{
|
|
3242
3302
|
ref: "element",
|
|
3303
|
+
class: "vvd-root",
|
|
3243
3304
|
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
3244
3305
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
3245
3306
|
...this.label !== void 0 ? { label: this.label } : {},
|
|
@@ -3257,7 +3318,7 @@ const yt = d({
|
|
|
3257
3318
|
]
|
|
3258
3319
|
);
|
|
3259
3320
|
}
|
|
3260
|
-
}),
|
|
3321
|
+
}), At = d({
|
|
3261
3322
|
props: {
|
|
3262
3323
|
/**
|
|
3263
3324
|
* A decorative icon the custom element should have.
|
|
@@ -3344,11 +3405,11 @@ const yt = d({
|
|
|
3344
3405
|
"input"
|
|
3345
3406
|
],
|
|
3346
3407
|
setup(t, o) {
|
|
3347
|
-
const
|
|
3348
|
-
return o.expose({}), { componentName:
|
|
3408
|
+
const s = l("nav-item", E), e = r(null);
|
|
3409
|
+
return o.expose({}), { componentName: s, element: e };
|
|
3349
3410
|
},
|
|
3350
3411
|
render() {
|
|
3351
|
-
return a ?
|
|
3412
|
+
return a ? n(
|
|
3352
3413
|
this.componentName,
|
|
3353
3414
|
{
|
|
3354
3415
|
ref: "element",
|
|
@@ -3365,6 +3426,7 @@ const yt = d({
|
|
|
3365
3426
|
...this.type !== void 0 ? { type: this.type } : {},
|
|
3366
3427
|
...this.text !== void 0 ? { text: this.text } : {}
|
|
3367
3428
|
},
|
|
3429
|
+
class: "vvd-root",
|
|
3368
3430
|
on: {
|
|
3369
3431
|
click: (t) => this.$emit("click", t),
|
|
3370
3432
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -3375,10 +3437,11 @@ const yt = d({
|
|
|
3375
3437
|
}
|
|
3376
3438
|
},
|
|
3377
3439
|
[]
|
|
3378
|
-
) :
|
|
3440
|
+
) : n(
|
|
3379
3441
|
this.componentName,
|
|
3380
3442
|
{
|
|
3381
3443
|
ref: "element",
|
|
3444
|
+
class: "vvd-root",
|
|
3382
3445
|
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
3383
3446
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
3384
3447
|
...this.download !== void 0 ? { download: this.download } : {},
|
|
@@ -3400,7 +3463,7 @@ const yt = d({
|
|
|
3400
3463
|
[]
|
|
3401
3464
|
);
|
|
3402
3465
|
}
|
|
3403
|
-
}),
|
|
3466
|
+
}), Et = d({
|
|
3404
3467
|
props: {
|
|
3405
3468
|
/**
|
|
3406
3469
|
* A decorative icon the custom element should have.
|
|
@@ -3459,11 +3522,11 @@ const yt = d({
|
|
|
3459
3522
|
"input"
|
|
3460
3523
|
],
|
|
3461
3524
|
setup(t, o) {
|
|
3462
|
-
const
|
|
3463
|
-
return o.expose({}), { componentName:
|
|
3525
|
+
const s = l("note", H), e = r(null);
|
|
3526
|
+
return o.expose({}), { componentName: s, element: e };
|
|
3464
3527
|
},
|
|
3465
3528
|
render() {
|
|
3466
|
-
return a ?
|
|
3529
|
+
return a ? n(
|
|
3467
3530
|
this.componentName,
|
|
3468
3531
|
{
|
|
3469
3532
|
ref: "element",
|
|
@@ -3473,6 +3536,7 @@ const yt = d({
|
|
|
3473
3536
|
...this.headline !== void 0 ? { headline: this.headline } : {},
|
|
3474
3537
|
...this.connotation !== void 0 ? { connotation: this.connotation } : {}
|
|
3475
3538
|
},
|
|
3539
|
+
class: "vvd-root",
|
|
3476
3540
|
on: {
|
|
3477
3541
|
click: (t) => this.$emit("click", t),
|
|
3478
3542
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -3483,10 +3547,11 @@ const yt = d({
|
|
|
3483
3547
|
}
|
|
3484
3548
|
},
|
|
3485
3549
|
[this.$slots.default]
|
|
3486
|
-
) :
|
|
3550
|
+
) : n(
|
|
3487
3551
|
this.componentName,
|
|
3488
3552
|
{
|
|
3489
3553
|
ref: "element",
|
|
3554
|
+
class: "vvd-root",
|
|
3490
3555
|
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
3491
3556
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
3492
3557
|
...this.headline !== void 0 ? { headline: this.headline } : {},
|
|
@@ -3504,7 +3569,7 @@ const yt = d({
|
|
|
3504
3569
|
]
|
|
3505
3570
|
);
|
|
3506
3571
|
}
|
|
3507
|
-
}),
|
|
3572
|
+
}), Ht = d({
|
|
3508
3573
|
model: a ? {
|
|
3509
3574
|
prop: "modelValue",
|
|
3510
3575
|
event: "update:modelValue"
|
|
@@ -3652,7 +3717,7 @@ const yt = d({
|
|
|
3652
3717
|
"change"
|
|
3653
3718
|
],
|
|
3654
3719
|
setup(t, o) {
|
|
3655
|
-
const
|
|
3720
|
+
const s = l("number-field", G), e = r(null);
|
|
3656
3721
|
return o.expose({
|
|
3657
3722
|
/**
|
|
3658
3723
|
* {@inheritDoc (FormAssociated:interface).validate}
|
|
@@ -3682,10 +3747,10 @@ const yt = d({
|
|
|
3682
3747
|
var i;
|
|
3683
3748
|
return (i = e.value) == null ? void 0 : i.select();
|
|
3684
3749
|
}
|
|
3685
|
-
}), { componentName:
|
|
3750
|
+
}), { componentName: s, element: e };
|
|
3686
3751
|
},
|
|
3687
3752
|
render() {
|
|
3688
|
-
return a ?
|
|
3753
|
+
return a ? n(
|
|
3689
3754
|
this.componentName,
|
|
3690
3755
|
{
|
|
3691
3756
|
ref: "element",
|
|
@@ -3716,6 +3781,7 @@ const yt = d({
|
|
|
3716
3781
|
...this.shape !== void 0 ? { shape: this.shape } : {},
|
|
3717
3782
|
...this.autoComplete !== void 0 ? { autoComplete: this.autoComplete } : {}
|
|
3718
3783
|
},
|
|
3784
|
+
class: "vvd-root",
|
|
3719
3785
|
on: {
|
|
3720
3786
|
click: (t) => this.$emit("click", t),
|
|
3721
3787
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -3727,10 +3793,11 @@ const yt = d({
|
|
|
3727
3793
|
}
|
|
3728
3794
|
},
|
|
3729
3795
|
[]
|
|
3730
|
-
) :
|
|
3796
|
+
) : n(
|
|
3731
3797
|
this.componentName,
|
|
3732
3798
|
{
|
|
3733
3799
|
ref: "element",
|
|
3800
|
+
class: "vvd-root",
|
|
3734
3801
|
...this.successText !== void 0 ? { "success-text": this.successText } : {},
|
|
3735
3802
|
...this.helperText !== void 0 ? { "helper-text": this.helperText } : {},
|
|
3736
3803
|
...this.charCount !== void 0 ? { "char-count": this.charCount } : {},
|
|
@@ -3767,7 +3834,7 @@ const yt = d({
|
|
|
3767
3834
|
[]
|
|
3768
3835
|
);
|
|
3769
3836
|
}
|
|
3770
|
-
}),
|
|
3837
|
+
}), Gt = d({
|
|
3771
3838
|
props: {
|
|
3772
3839
|
/**
|
|
3773
3840
|
* A decorative icon the custom element should have.
|
|
@@ -3837,7 +3904,7 @@ const yt = d({
|
|
|
3837
3904
|
"input"
|
|
3838
3905
|
],
|
|
3839
3906
|
setup(t, o) {
|
|
3840
|
-
const
|
|
3907
|
+
const s = l("option", R), e = r(null);
|
|
3841
3908
|
return o.expose({
|
|
3842
3909
|
/**
|
|
3843
3910
|
* Updates the ariaChecked property when the checked property changes.
|
|
@@ -3850,10 +3917,10 @@ const yt = d({
|
|
|
3850
3917
|
var c;
|
|
3851
3918
|
return (c = e.value) == null ? void 0 : c.initialValueChanged(i, u);
|
|
3852
3919
|
}
|
|
3853
|
-
}), { componentName:
|
|
3920
|
+
}), { componentName: s, element: e };
|
|
3854
3921
|
},
|
|
3855
3922
|
render() {
|
|
3856
|
-
return a ?
|
|
3923
|
+
return a ? n(
|
|
3857
3924
|
this.componentName,
|
|
3858
3925
|
{
|
|
3859
3926
|
ref: "element",
|
|
@@ -3867,6 +3934,7 @@ const yt = d({
|
|
|
3867
3934
|
...this.text !== void 0 ? { text: this.text } : {},
|
|
3868
3935
|
...this.label !== void 0 ? { label: this.label } : {}
|
|
3869
3936
|
},
|
|
3937
|
+
class: "vvd-root",
|
|
3870
3938
|
on: {
|
|
3871
3939
|
click: (t) => this.$emit("click", t),
|
|
3872
3940
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -3877,10 +3945,11 @@ const yt = d({
|
|
|
3877
3945
|
}
|
|
3878
3946
|
},
|
|
3879
3947
|
[]
|
|
3880
|
-
) :
|
|
3948
|
+
) : n(
|
|
3881
3949
|
this.componentName,
|
|
3882
3950
|
{
|
|
3883
3951
|
ref: "element",
|
|
3952
|
+
class: "vvd-root",
|
|
3884
3953
|
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
3885
3954
|
...this.iconTrailing !== void 0 ? { "icon-trailing": this.iconTrailing } : {},
|
|
3886
3955
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
@@ -3899,7 +3968,7 @@ const yt = d({
|
|
|
3899
3968
|
[]
|
|
3900
3969
|
);
|
|
3901
3970
|
}
|
|
3902
|
-
}),
|
|
3971
|
+
}), Rt = d({
|
|
3903
3972
|
props: {
|
|
3904
3973
|
/**
|
|
3905
3974
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -3973,7 +4042,7 @@ const yt = d({
|
|
|
3973
4042
|
"input"
|
|
3974
4043
|
],
|
|
3975
4044
|
setup(t, o) {
|
|
3976
|
-
const
|
|
4045
|
+
const s = l("popup", W), e = r(null);
|
|
3977
4046
|
return o.expose({
|
|
3978
4047
|
openChanged(i, u) {
|
|
3979
4048
|
var c;
|
|
@@ -3994,10 +4063,10 @@ const yt = d({
|
|
|
3994
4063
|
var i;
|
|
3995
4064
|
return (i = e.value) == null ? void 0 : i.hide();
|
|
3996
4065
|
}
|
|
3997
|
-
}), { componentName:
|
|
4066
|
+
}), { componentName: s, element: e };
|
|
3998
4067
|
},
|
|
3999
4068
|
render() {
|
|
4000
|
-
return a ?
|
|
4069
|
+
return a ? n(
|
|
4001
4070
|
this.componentName,
|
|
4002
4071
|
{
|
|
4003
4072
|
ref: "element",
|
|
@@ -4010,6 +4079,7 @@ const yt = d({
|
|
|
4010
4079
|
...this.placement !== void 0 ? { placement: this.placement } : {},
|
|
4011
4080
|
...this.strategy !== void 0 ? { strategy: this.strategy } : {}
|
|
4012
4081
|
},
|
|
4082
|
+
class: "vvd-root",
|
|
4013
4083
|
domProps: { ...this.anchor !== void 0 ? { anchor: this.anchor } : {} },
|
|
4014
4084
|
on: {
|
|
4015
4085
|
click: (t) => this.$emit("click", t),
|
|
@@ -4021,10 +4091,11 @@ const yt = d({
|
|
|
4021
4091
|
}
|
|
4022
4092
|
},
|
|
4023
4093
|
[this.$slots.default]
|
|
4024
|
-
) :
|
|
4094
|
+
) : n(
|
|
4025
4095
|
this.componentName,
|
|
4026
4096
|
{
|
|
4027
4097
|
ref: "element",
|
|
4098
|
+
class: "vvd-root",
|
|
4028
4099
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
4029
4100
|
...this.open !== void 0 ? { open: this.open } : {},
|
|
4030
4101
|
...this.dismissible !== void 0 ? { dismissible: this.dismissible } : {},
|
|
@@ -4046,7 +4117,7 @@ const yt = d({
|
|
|
4046
4117
|
]
|
|
4047
4118
|
);
|
|
4048
4119
|
}
|
|
4049
|
-
}),
|
|
4120
|
+
}), Wt = d({
|
|
4050
4121
|
props: {
|
|
4051
4122
|
/**
|
|
4052
4123
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -4108,11 +4179,11 @@ const yt = d({
|
|
|
4108
4179
|
"input"
|
|
4109
4180
|
],
|
|
4110
4181
|
setup(t, o) {
|
|
4111
|
-
const
|
|
4112
|
-
return o.expose({}), { componentName:
|
|
4182
|
+
const s = l("progress", j), e = r(null);
|
|
4183
|
+
return o.expose({}), { componentName: s, element: e };
|
|
4113
4184
|
},
|
|
4114
4185
|
render() {
|
|
4115
|
-
return a ?
|
|
4186
|
+
return a ? n(
|
|
4116
4187
|
this.componentName,
|
|
4117
4188
|
{
|
|
4118
4189
|
ref: "element",
|
|
@@ -4126,6 +4197,7 @@ const yt = d({
|
|
|
4126
4197
|
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
4127
4198
|
...this.reverse !== void 0 ? { reverse: this.reverse } : {}
|
|
4128
4199
|
},
|
|
4200
|
+
class: "vvd-root",
|
|
4129
4201
|
on: {
|
|
4130
4202
|
click: (t) => this.$emit("click", t),
|
|
4131
4203
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -4136,10 +4208,11 @@ const yt = d({
|
|
|
4136
4208
|
}
|
|
4137
4209
|
},
|
|
4138
4210
|
[]
|
|
4139
|
-
) :
|
|
4211
|
+
) : n(
|
|
4140
4212
|
this.componentName,
|
|
4141
4213
|
{
|
|
4142
4214
|
ref: "element",
|
|
4215
|
+
class: "vvd-root",
|
|
4143
4216
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
4144
4217
|
...this.value !== void 0 ? { value: this.value } : {},
|
|
4145
4218
|
...this.min !== void 0 ? { min: this.min } : {},
|
|
@@ -4158,7 +4231,7 @@ const yt = d({
|
|
|
4158
4231
|
[]
|
|
4159
4232
|
);
|
|
4160
4233
|
}
|
|
4161
|
-
}),
|
|
4234
|
+
}), jt = d({
|
|
4162
4235
|
props: {
|
|
4163
4236
|
/**
|
|
4164
4237
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -4219,11 +4292,11 @@ const yt = d({
|
|
|
4219
4292
|
"input"
|
|
4220
4293
|
],
|
|
4221
4294
|
setup(t, o) {
|
|
4222
|
-
const
|
|
4223
|
-
return o.expose({}), { componentName:
|
|
4295
|
+
const s = l("progress-ring", U), e = r(null);
|
|
4296
|
+
return o.expose({}), { componentName: s, element: e };
|
|
4224
4297
|
},
|
|
4225
4298
|
render() {
|
|
4226
|
-
return a ?
|
|
4299
|
+
return a ? n(
|
|
4227
4300
|
this.componentName,
|
|
4228
4301
|
{
|
|
4229
4302
|
ref: "element",
|
|
@@ -4236,6 +4309,7 @@ const yt = d({
|
|
|
4236
4309
|
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
4237
4310
|
...this.size !== void 0 ? { size: this.size } : {}
|
|
4238
4311
|
},
|
|
4312
|
+
class: "vvd-root",
|
|
4239
4313
|
on: {
|
|
4240
4314
|
click: (t) => this.$emit("click", t),
|
|
4241
4315
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -4246,10 +4320,11 @@ const yt = d({
|
|
|
4246
4320
|
}
|
|
4247
4321
|
},
|
|
4248
4322
|
[]
|
|
4249
|
-
) :
|
|
4323
|
+
) : n(
|
|
4250
4324
|
this.componentName,
|
|
4251
4325
|
{
|
|
4252
4326
|
ref: "element",
|
|
4327
|
+
class: "vvd-root",
|
|
4253
4328
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
4254
4329
|
...this.value !== void 0 ? { value: this.value } : {},
|
|
4255
4330
|
...this.min !== void 0 ? { min: this.min } : {},
|
|
@@ -4267,7 +4342,7 @@ const yt = d({
|
|
|
4267
4342
|
[]
|
|
4268
4343
|
);
|
|
4269
4344
|
}
|
|
4270
|
-
}),
|
|
4345
|
+
}), Ut = d({
|
|
4271
4346
|
props: {
|
|
4272
4347
|
/**
|
|
4273
4348
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -4360,11 +4435,11 @@ const yt = d({
|
|
|
4360
4435
|
"change"
|
|
4361
4436
|
],
|
|
4362
4437
|
setup(t, o) {
|
|
4363
|
-
const
|
|
4364
|
-
return o.expose({}), { componentName:
|
|
4438
|
+
const s = l("radio", J), e = r(null);
|
|
4439
|
+
return o.expose({}), { componentName: s, element: e };
|
|
4365
4440
|
},
|
|
4366
4441
|
render() {
|
|
4367
|
-
return a ?
|
|
4442
|
+
return a ? n(
|
|
4368
4443
|
this.componentName,
|
|
4369
4444
|
{
|
|
4370
4445
|
ref: "element",
|
|
@@ -4380,6 +4455,7 @@ const yt = d({
|
|
|
4380
4455
|
...this.readonly !== void 0 ? { readonly: this.readonly } : {},
|
|
4381
4456
|
...this.label !== void 0 ? { label: this.label } : {}
|
|
4382
4457
|
},
|
|
4458
|
+
class: "vvd-root",
|
|
4383
4459
|
on: {
|
|
4384
4460
|
click: (t) => this.$emit("click", t),
|
|
4385
4461
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -4391,10 +4467,11 @@ const yt = d({
|
|
|
4391
4467
|
}
|
|
4392
4468
|
},
|
|
4393
4469
|
[]
|
|
4394
|
-
) :
|
|
4470
|
+
) : n(
|
|
4395
4471
|
this.componentName,
|
|
4396
4472
|
{
|
|
4397
4473
|
ref: "element",
|
|
4474
|
+
class: "vvd-root",
|
|
4398
4475
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
4399
4476
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
4400
4477
|
...this.value !== void 0 ? { value: this.value } : {},
|
|
@@ -4416,7 +4493,7 @@ const yt = d({
|
|
|
4416
4493
|
[]
|
|
4417
4494
|
);
|
|
4418
4495
|
}
|
|
4419
|
-
}),
|
|
4496
|
+
}), Jt = d({
|
|
4420
4497
|
model: a ? {
|
|
4421
4498
|
prop: "modelValue",
|
|
4422
4499
|
event: "update:modelValue"
|
|
@@ -4496,11 +4573,11 @@ const yt = d({
|
|
|
4496
4573
|
"update:modelValue"
|
|
4497
4574
|
],
|
|
4498
4575
|
setup(t, o) {
|
|
4499
|
-
const
|
|
4500
|
-
return o.expose({}), { componentName:
|
|
4576
|
+
const s = l("radio-group", Q), e = r(null);
|
|
4577
|
+
return o.expose({}), { componentName: s, element: e };
|
|
4501
4578
|
},
|
|
4502
4579
|
render() {
|
|
4503
|
-
return a ?
|
|
4580
|
+
return a ? n(
|
|
4504
4581
|
this.componentName,
|
|
4505
4582
|
{
|
|
4506
4583
|
ref: "element",
|
|
@@ -4513,6 +4590,7 @@ const yt = d({
|
|
|
4513
4590
|
...this.orientation !== void 0 ? { orientation: this.orientation } : {},
|
|
4514
4591
|
...this.label !== void 0 ? { label: this.label } : {}
|
|
4515
4592
|
},
|
|
4593
|
+
class: "vvd-root",
|
|
4516
4594
|
on: {
|
|
4517
4595
|
click: (t) => this.$emit("click", t),
|
|
4518
4596
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -4524,10 +4602,11 @@ const yt = d({
|
|
|
4524
4602
|
}
|
|
4525
4603
|
},
|
|
4526
4604
|
[this.$slots.default]
|
|
4527
|
-
) :
|
|
4605
|
+
) : n(
|
|
4528
4606
|
this.componentName,
|
|
4529
4607
|
{
|
|
4530
4608
|
ref: "element",
|
|
4609
|
+
class: "vvd-root",
|
|
4531
4610
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
4532
4611
|
...this.readonly !== void 0 ? { readonly: this.readonly } : {},
|
|
4533
4612
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
@@ -4549,12 +4628,16 @@ const yt = d({
|
|
|
4549
4628
|
]
|
|
4550
4629
|
);
|
|
4551
4630
|
}
|
|
4552
|
-
}),
|
|
4631
|
+
}), Qt = d({
|
|
4553
4632
|
model: a ? {
|
|
4554
4633
|
prop: "modelValue",
|
|
4555
4634
|
event: "update:modelValue"
|
|
4556
4635
|
} : void 0,
|
|
4557
4636
|
props: {
|
|
4637
|
+
/**
|
|
4638
|
+
* The helper text for the form element.
|
|
4639
|
+
*/
|
|
4640
|
+
helperText: { type: String, default: void 0 },
|
|
4558
4641
|
/**
|
|
4559
4642
|
* The label for the form element.
|
|
4560
4643
|
*/
|
|
@@ -4656,7 +4739,7 @@ const yt = d({
|
|
|
4656
4739
|
"change"
|
|
4657
4740
|
],
|
|
4658
4741
|
setup(t, o) {
|
|
4659
|
-
const
|
|
4742
|
+
const s = l("select", X), e = r(null);
|
|
4660
4743
|
return o.expose({
|
|
4661
4744
|
/**
|
|
4662
4745
|
* Calculate and apply listbox positioning based on available viewport space.
|
|
@@ -4686,14 +4769,15 @@ const yt = d({
|
|
|
4686
4769
|
var i;
|
|
4687
4770
|
return (i = e.value) == null ? void 0 : i.selectFirstOption();
|
|
4688
4771
|
}
|
|
4689
|
-
}), { componentName:
|
|
4772
|
+
}), { componentName: s, element: e };
|
|
4690
4773
|
},
|
|
4691
4774
|
render() {
|
|
4692
|
-
return a ?
|
|
4775
|
+
return a ? n(
|
|
4693
4776
|
this.componentName,
|
|
4694
4777
|
{
|
|
4695
4778
|
ref: "element",
|
|
4696
4779
|
attrs: {
|
|
4780
|
+
...this.helperText !== void 0 ? { "helper-text": this.helperText } : {},
|
|
4697
4781
|
...this.label !== void 0 ? { label: this.label } : {},
|
|
4698
4782
|
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
4699
4783
|
...this.iconTrailing !== void 0 ? { "icon-trailing": this.iconTrailing } : {},
|
|
@@ -4709,6 +4793,7 @@ const yt = d({
|
|
|
4709
4793
|
...this.appearance !== void 0 ? { appearance: this.appearance } : {},
|
|
4710
4794
|
...this.shape !== void 0 ? { shape: this.shape } : {}
|
|
4711
4795
|
},
|
|
4796
|
+
class: "vvd-root",
|
|
4712
4797
|
on: {
|
|
4713
4798
|
click: (t) => this.$emit("click", t),
|
|
4714
4799
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -4720,10 +4805,12 @@ const yt = d({
|
|
|
4720
4805
|
}
|
|
4721
4806
|
},
|
|
4722
4807
|
[this.$slots.default]
|
|
4723
|
-
) :
|
|
4808
|
+
) : n(
|
|
4724
4809
|
this.componentName,
|
|
4725
4810
|
{
|
|
4726
4811
|
ref: "element",
|
|
4812
|
+
class: "vvd-root",
|
|
4813
|
+
...this.helperText !== void 0 ? { "helper-text": this.helperText } : {},
|
|
4727
4814
|
...this.label !== void 0 ? { label: this.label } : {},
|
|
4728
4815
|
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
4729
4816
|
...this.iconTrailing !== void 0 ? { "icon-trailing": this.iconTrailing } : {},
|
|
@@ -4752,7 +4839,7 @@ const yt = d({
|
|
|
4752
4839
|
]
|
|
4753
4840
|
);
|
|
4754
4841
|
}
|
|
4755
|
-
}),
|
|
4842
|
+
}), Xt = d({
|
|
4756
4843
|
props: {
|
|
4757
4844
|
/**
|
|
4758
4845
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -4811,11 +4898,11 @@ const yt = d({
|
|
|
4811
4898
|
"input"
|
|
4812
4899
|
],
|
|
4813
4900
|
setup(t, o) {
|
|
4814
|
-
const
|
|
4815
|
-
return o.expose({}), { componentName:
|
|
4901
|
+
const s = l("side-drawer", Y), e = r(null);
|
|
4902
|
+
return o.expose({}), { componentName: s, element: e };
|
|
4816
4903
|
},
|
|
4817
4904
|
render() {
|
|
4818
|
-
return a ?
|
|
4905
|
+
return a ? n(
|
|
4819
4906
|
this.componentName,
|
|
4820
4907
|
{
|
|
4821
4908
|
ref: "element",
|
|
@@ -4826,6 +4913,7 @@ const yt = d({
|
|
|
4826
4913
|
...this.open !== void 0 ? { open: this.open } : {},
|
|
4827
4914
|
...this.trailing !== void 0 ? { trailing: this.trailing } : {}
|
|
4828
4915
|
},
|
|
4916
|
+
class: "vvd-root",
|
|
4829
4917
|
on: {
|
|
4830
4918
|
click: (t) => this.$emit("click", t),
|
|
4831
4919
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -4838,12 +4926,13 @@ const yt = d({
|
|
|
4838
4926
|
[
|
|
4839
4927
|
this.$slots.default,
|
|
4840
4928
|
// @slot app-content Sets assigned nodes to the main application content, the side drawer is opened next to.
|
|
4841
|
-
|
|
4929
|
+
h("app-content", this.$slots["app-content"])
|
|
4842
4930
|
]
|
|
4843
|
-
) :
|
|
4931
|
+
) : n(
|
|
4844
4932
|
this.componentName,
|
|
4845
4933
|
{
|
|
4846
4934
|
ref: "element",
|
|
4935
|
+
class: "vvd-root",
|
|
4847
4936
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
4848
4937
|
...this.alternate !== void 0 ? { alternate: this.alternate } : {},
|
|
4849
4938
|
...this.modal !== void 0 ? { modal: this.modal } : {},
|
|
@@ -4860,11 +4949,11 @@ const yt = d({
|
|
|
4860
4949
|
// @ts-ignore
|
|
4861
4950
|
this.$slots.default && this.$slots.default(),
|
|
4862
4951
|
// @slot app-content Sets assigned nodes to the main application content, the side drawer is opened next to.
|
|
4863
|
-
|
|
4952
|
+
h("app-content", this.$slots["app-content"])
|
|
4864
4953
|
]
|
|
4865
4954
|
);
|
|
4866
4955
|
}
|
|
4867
|
-
}),
|
|
4956
|
+
}), Yt = d({
|
|
4868
4957
|
model: a ? {
|
|
4869
4958
|
prop: "modelValue",
|
|
4870
4959
|
event: "update:modelValue"
|
|
@@ -4969,7 +5058,7 @@ const yt = d({
|
|
|
4969
5058
|
"update:modelValue"
|
|
4970
5059
|
],
|
|
4971
5060
|
setup(t, o) {
|
|
4972
|
-
const
|
|
5061
|
+
const s = l("slider", Z), e = r(null);
|
|
4973
5062
|
return o.expose({
|
|
4974
5063
|
/**
|
|
4975
5064
|
* Increment the value by the step
|
|
@@ -4992,10 +5081,10 @@ const yt = d({
|
|
|
4992
5081
|
var u;
|
|
4993
5082
|
return (u = e.value) == null ? void 0 : u.setThumbPositionForOrientation(i);
|
|
4994
5083
|
}
|
|
4995
|
-
}), { componentName:
|
|
5084
|
+
}), { componentName: s, element: e };
|
|
4996
5085
|
},
|
|
4997
5086
|
render() {
|
|
4998
|
-
return a ?
|
|
5087
|
+
return a ? n(
|
|
4999
5088
|
this.componentName,
|
|
5000
5089
|
{
|
|
5001
5090
|
ref: "element",
|
|
@@ -5014,6 +5103,7 @@ const yt = d({
|
|
|
5014
5103
|
...this.mode !== void 0 ? { mode: this.mode } : {},
|
|
5015
5104
|
...this.markers !== void 0 ? { markers: this.markers } : {}
|
|
5016
5105
|
},
|
|
5106
|
+
class: "vvd-root",
|
|
5017
5107
|
on: {
|
|
5018
5108
|
click: (t) => this.$emit("click", t),
|
|
5019
5109
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -5025,10 +5115,11 @@ const yt = d({
|
|
|
5025
5115
|
}
|
|
5026
5116
|
},
|
|
5027
5117
|
[]
|
|
5028
|
-
) :
|
|
5118
|
+
) : n(
|
|
5029
5119
|
this.componentName,
|
|
5030
5120
|
{
|
|
5031
5121
|
ref: "element",
|
|
5122
|
+
class: "vvd-root",
|
|
5032
5123
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
5033
5124
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
5034
5125
|
...this.value !== void 0 ? { value: this.value } : {},
|
|
@@ -5053,7 +5144,7 @@ const yt = d({
|
|
|
5053
5144
|
[]
|
|
5054
5145
|
);
|
|
5055
5146
|
}
|
|
5056
|
-
}),
|
|
5147
|
+
}), Zt = d({
|
|
5057
5148
|
props: {
|
|
5058
5149
|
/**
|
|
5059
5150
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -5101,11 +5192,11 @@ const yt = d({
|
|
|
5101
5192
|
"input"
|
|
5102
5193
|
],
|
|
5103
5194
|
setup(t, o) {
|
|
5104
|
-
const
|
|
5105
|
-
return o.expose({}), { componentName:
|
|
5195
|
+
const s = l("switch", _), e = r(null);
|
|
5196
|
+
return o.expose({}), { componentName: s, element: e };
|
|
5106
5197
|
},
|
|
5107
5198
|
render() {
|
|
5108
|
-
return a ?
|
|
5199
|
+
return a ? n(
|
|
5109
5200
|
this.componentName,
|
|
5110
5201
|
{
|
|
5111
5202
|
ref: "element",
|
|
@@ -5114,6 +5205,7 @@ const yt = d({
|
|
|
5114
5205
|
...this.label !== void 0 ? { label: this.label } : {},
|
|
5115
5206
|
...this.connotation !== void 0 ? { connotation: this.connotation } : {}
|
|
5116
5207
|
},
|
|
5208
|
+
class: "vvd-root",
|
|
5117
5209
|
on: {
|
|
5118
5210
|
click: (t) => this.$emit("click", t),
|
|
5119
5211
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -5124,10 +5216,11 @@ const yt = d({
|
|
|
5124
5216
|
}
|
|
5125
5217
|
},
|
|
5126
5218
|
[]
|
|
5127
|
-
) :
|
|
5219
|
+
) : n(
|
|
5128
5220
|
this.componentName,
|
|
5129
5221
|
{
|
|
5130
5222
|
ref: "element",
|
|
5223
|
+
class: "vvd-root",
|
|
5131
5224
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
5132
5225
|
...this.label !== void 0 ? { label: this.label } : {},
|
|
5133
5226
|
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
@@ -5141,7 +5234,7 @@ const yt = d({
|
|
|
5141
5234
|
[]
|
|
5142
5235
|
);
|
|
5143
5236
|
}
|
|
5144
|
-
}),
|
|
5237
|
+
}), _t = d({
|
|
5145
5238
|
props: {
|
|
5146
5239
|
/**
|
|
5147
5240
|
* A decorative icon the custom element should have.
|
|
@@ -5206,11 +5299,11 @@ const yt = d({
|
|
|
5206
5299
|
"input"
|
|
5207
5300
|
],
|
|
5208
5301
|
setup(t, o) {
|
|
5209
|
-
const
|
|
5210
|
-
return o.expose({}), { componentName:
|
|
5302
|
+
const s = l("tab", tt), e = r(null);
|
|
5303
|
+
return o.expose({}), { componentName: s, element: e };
|
|
5211
5304
|
},
|
|
5212
5305
|
render() {
|
|
5213
|
-
return a ?
|
|
5306
|
+
return a ? n(
|
|
5214
5307
|
this.componentName,
|
|
5215
5308
|
{
|
|
5216
5309
|
ref: "element",
|
|
@@ -5223,6 +5316,7 @@ const yt = d({
|
|
|
5223
5316
|
...this.tabIndex !== void 0 ? { tabIndex: this.tabIndex } : {},
|
|
5224
5317
|
...this.ariaSelected !== void 0 ? { "aria-selected": this.ariaSelected } : {}
|
|
5225
5318
|
},
|
|
5319
|
+
class: "vvd-root",
|
|
5226
5320
|
on: {
|
|
5227
5321
|
click: (t) => this.$emit("click", t),
|
|
5228
5322
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -5233,10 +5327,11 @@ const yt = d({
|
|
|
5233
5327
|
}
|
|
5234
5328
|
},
|
|
5235
5329
|
[]
|
|
5236
|
-
) :
|
|
5330
|
+
) : n(
|
|
5237
5331
|
this.componentName,
|
|
5238
5332
|
{
|
|
5239
5333
|
ref: "element",
|
|
5334
|
+
class: "vvd-root",
|
|
5240
5335
|
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
5241
5336
|
...this.iconTrailing !== void 0 ? { "icon-trailing": this.iconTrailing } : {},
|
|
5242
5337
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
@@ -5254,7 +5349,7 @@ const yt = d({
|
|
|
5254
5349
|
[]
|
|
5255
5350
|
);
|
|
5256
5351
|
}
|
|
5257
|
-
}),
|
|
5352
|
+
}), te = d({
|
|
5258
5353
|
props: {
|
|
5259
5354
|
/**
|
|
5260
5355
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -5314,7 +5409,7 @@ const yt = d({
|
|
|
5314
5409
|
"change"
|
|
5315
5410
|
],
|
|
5316
5411
|
setup(t, o) {
|
|
5317
|
-
const
|
|
5412
|
+
const s = l("tabs", et), e = r(null);
|
|
5318
5413
|
return o.expose({
|
|
5319
5414
|
/**
|
|
5320
5415
|
* The adjust method for FASTTabs
|
|
@@ -5339,10 +5434,10 @@ const yt = d({
|
|
|
5339
5434
|
var i;
|
|
5340
5435
|
return (i = e.value) == null ? void 0 : i.tabpanelsChanged();
|
|
5341
5436
|
}
|
|
5342
|
-
}), { componentName:
|
|
5437
|
+
}), { componentName: s, element: e };
|
|
5343
5438
|
},
|
|
5344
5439
|
render() {
|
|
5345
|
-
return a ?
|
|
5440
|
+
return a ? n(
|
|
5346
5441
|
this.componentName,
|
|
5347
5442
|
{
|
|
5348
5443
|
ref: "element",
|
|
@@ -5352,6 +5447,7 @@ const yt = d({
|
|
|
5352
5447
|
...this.activeid !== void 0 ? { activeid: this.activeid } : {},
|
|
5353
5448
|
...this.activeindicator !== void 0 ? { activeindicator: this.activeindicator } : {}
|
|
5354
5449
|
},
|
|
5450
|
+
class: "vvd-root",
|
|
5355
5451
|
on: {
|
|
5356
5452
|
click: (t) => this.$emit("click", t),
|
|
5357
5453
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -5363,10 +5459,11 @@ const yt = d({
|
|
|
5363
5459
|
}
|
|
5364
5460
|
},
|
|
5365
5461
|
[this.$slots.default]
|
|
5366
|
-
) :
|
|
5462
|
+
) : n(
|
|
5367
5463
|
this.componentName,
|
|
5368
5464
|
{
|
|
5369
5465
|
ref: "element",
|
|
5466
|
+
class: "vvd-root",
|
|
5370
5467
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
5371
5468
|
...this.orientation !== void 0 ? { orientation: this.orientation } : {},
|
|
5372
5469
|
...this.activeid !== void 0 ? { activeid: this.activeid } : {},
|
|
@@ -5385,7 +5482,7 @@ const yt = d({
|
|
|
5385
5482
|
]
|
|
5386
5483
|
);
|
|
5387
5484
|
}
|
|
5388
|
-
}),
|
|
5485
|
+
}), ee = d({
|
|
5389
5486
|
props: {
|
|
5390
5487
|
/**
|
|
5391
5488
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -5428,15 +5525,16 @@ const yt = d({
|
|
|
5428
5525
|
"input"
|
|
5429
5526
|
],
|
|
5430
5527
|
setup(t, o) {
|
|
5431
|
-
const
|
|
5432
|
-
return o.expose({}), { componentName:
|
|
5528
|
+
const s = l("tab-panel", it), e = r(null);
|
|
5529
|
+
return o.expose({}), { componentName: s, element: e };
|
|
5433
5530
|
},
|
|
5434
5531
|
render() {
|
|
5435
|
-
return a ?
|
|
5532
|
+
return a ? n(
|
|
5436
5533
|
this.componentName,
|
|
5437
5534
|
{
|
|
5438
5535
|
ref: "element",
|
|
5439
5536
|
attrs: { ...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {} },
|
|
5537
|
+
class: "vvd-root",
|
|
5440
5538
|
on: {
|
|
5441
5539
|
click: (t) => this.$emit("click", t),
|
|
5442
5540
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -5447,10 +5545,11 @@ const yt = d({
|
|
|
5447
5545
|
}
|
|
5448
5546
|
},
|
|
5449
5547
|
[this.$slots.default]
|
|
5450
|
-
) :
|
|
5548
|
+
) : n(
|
|
5451
5549
|
this.componentName,
|
|
5452
5550
|
{
|
|
5453
5551
|
ref: "element",
|
|
5552
|
+
class: "vvd-root",
|
|
5454
5553
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
5455
5554
|
onClick: (t) => this.$emit("click", t),
|
|
5456
5555
|
onFocus: (t) => this.$emit("focus", t),
|
|
@@ -5465,7 +5564,7 @@ const yt = d({
|
|
|
5465
5564
|
]
|
|
5466
5565
|
);
|
|
5467
5566
|
}
|
|
5468
|
-
}),
|
|
5567
|
+
}), ie = d({
|
|
5469
5568
|
props: {
|
|
5470
5569
|
/**
|
|
5471
5570
|
* The success text for the form element.
|
|
@@ -5525,11 +5624,11 @@ const yt = d({
|
|
|
5525
5624
|
"input"
|
|
5526
5625
|
],
|
|
5527
5626
|
setup(t, o) {
|
|
5528
|
-
const
|
|
5529
|
-
return o.expose({}), { componentName:
|
|
5627
|
+
const s = l("text-area", ot), e = r(null);
|
|
5628
|
+
return o.expose({}), { componentName: s, element: e };
|
|
5530
5629
|
},
|
|
5531
5630
|
render() {
|
|
5532
|
-
return a ?
|
|
5631
|
+
return a ? n(
|
|
5533
5632
|
this.componentName,
|
|
5534
5633
|
{
|
|
5535
5634
|
ref: "element",
|
|
@@ -5541,6 +5640,7 @@ const yt = d({
|
|
|
5541
5640
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
5542
5641
|
...this.wrap !== void 0 ? { wrap: this.wrap } : {}
|
|
5543
5642
|
},
|
|
5643
|
+
class: "vvd-root",
|
|
5544
5644
|
on: {
|
|
5545
5645
|
click: (t) => this.$emit("click", t),
|
|
5546
5646
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -5551,10 +5651,11 @@ const yt = d({
|
|
|
5551
5651
|
}
|
|
5552
5652
|
},
|
|
5553
5653
|
[]
|
|
5554
|
-
) :
|
|
5654
|
+
) : n(
|
|
5555
5655
|
this.componentName,
|
|
5556
5656
|
{
|
|
5557
5657
|
ref: "element",
|
|
5658
|
+
class: "vvd-root",
|
|
5558
5659
|
...this.successText !== void 0 ? { "success-text": this.successText } : {},
|
|
5559
5660
|
...this.helperText !== void 0 ? { "helper-text": this.helperText } : {},
|
|
5560
5661
|
...this.charCount !== void 0 ? { "char-count": this.charCount } : {},
|
|
@@ -5571,7 +5672,7 @@ const yt = d({
|
|
|
5571
5672
|
[]
|
|
5572
5673
|
);
|
|
5573
5674
|
}
|
|
5574
|
-
}),
|
|
5675
|
+
}), oe = d({
|
|
5575
5676
|
model: a ? {
|
|
5576
5677
|
prop: "modelValue",
|
|
5577
5678
|
event: "update:modelValue"
|
|
@@ -5715,7 +5816,7 @@ const yt = d({
|
|
|
5715
5816
|
"change"
|
|
5716
5817
|
],
|
|
5717
5818
|
setup(t, o) {
|
|
5718
|
-
const
|
|
5819
|
+
const s = l("text-field", st), e = r(null);
|
|
5719
5820
|
return o.expose({
|
|
5720
5821
|
/**
|
|
5721
5822
|
* Selects all the text in the text field
|
|
@@ -5731,10 +5832,10 @@ const yt = d({
|
|
|
5731
5832
|
var i;
|
|
5732
5833
|
return (i = e.value) == null ? void 0 : i.validate();
|
|
5733
5834
|
}
|
|
5734
|
-
}), { componentName:
|
|
5835
|
+
}), { componentName: s, element: e };
|
|
5735
5836
|
},
|
|
5736
5837
|
render() {
|
|
5737
|
-
return a ?
|
|
5838
|
+
return a ? n(
|
|
5738
5839
|
this.componentName,
|
|
5739
5840
|
{
|
|
5740
5841
|
ref: "element",
|
|
@@ -5764,6 +5865,7 @@ const yt = d({
|
|
|
5764
5865
|
...this.shape !== void 0 ? { shape: this.shape } : {},
|
|
5765
5866
|
...this.autoComplete !== void 0 ? { autoComplete: this.autoComplete } : {}
|
|
5766
5867
|
},
|
|
5868
|
+
class: "vvd-root",
|
|
5767
5869
|
on: {
|
|
5768
5870
|
click: (t) => this.$emit("click", t),
|
|
5769
5871
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -5775,10 +5877,11 @@ const yt = d({
|
|
|
5775
5877
|
}
|
|
5776
5878
|
},
|
|
5777
5879
|
[]
|
|
5778
|
-
) :
|
|
5880
|
+
) : n(
|
|
5779
5881
|
this.componentName,
|
|
5780
5882
|
{
|
|
5781
5883
|
ref: "element",
|
|
5884
|
+
class: "vvd-root",
|
|
5782
5885
|
...this.successText !== void 0 ? { "success-text": this.successText } : {},
|
|
5783
5886
|
...this.helperText !== void 0 ? { "helper-text": this.helperText } : {},
|
|
5784
5887
|
...this.charCount !== void 0 ? { "char-count": this.charCount } : {},
|
|
@@ -5814,7 +5917,7 @@ const yt = d({
|
|
|
5814
5917
|
[]
|
|
5815
5918
|
);
|
|
5816
5919
|
}
|
|
5817
|
-
}),
|
|
5920
|
+
}), se = d({
|
|
5818
5921
|
props: {
|
|
5819
5922
|
/**
|
|
5820
5923
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -5893,7 +5996,7 @@ const yt = d({
|
|
|
5893
5996
|
"input"
|
|
5894
5997
|
],
|
|
5895
5998
|
setup(t, o) {
|
|
5896
|
-
const
|
|
5999
|
+
const s = l("tooltip", nt), e = r(null);
|
|
5897
6000
|
return o.expose({
|
|
5898
6001
|
openChanged(i, u) {
|
|
5899
6002
|
var c;
|
|
@@ -5914,10 +6017,10 @@ const yt = d({
|
|
|
5914
6017
|
var i;
|
|
5915
6018
|
return (i = e.value) == null ? void 0 : i.hide();
|
|
5916
6019
|
}
|
|
5917
|
-
}), { componentName:
|
|
6020
|
+
}), { componentName: s, element: e };
|
|
5918
6021
|
},
|
|
5919
6022
|
render() {
|
|
5920
|
-
return a ?
|
|
6023
|
+
return a ? n(
|
|
5921
6024
|
this.componentName,
|
|
5922
6025
|
{
|
|
5923
6026
|
ref: "element",
|
|
@@ -5931,6 +6034,7 @@ const yt = d({
|
|
|
5931
6034
|
...this.text !== void 0 ? { text: this.text } : {},
|
|
5932
6035
|
...this.open !== void 0 ? { open: this.open } : {}
|
|
5933
6036
|
},
|
|
6037
|
+
class: "vvd-root",
|
|
5934
6038
|
domProps: { ...this.anchor !== void 0 ? { anchor: this.anchor } : {} },
|
|
5935
6039
|
on: {
|
|
5936
6040
|
click: (t) => this.$emit("click", t),
|
|
@@ -5942,10 +6046,11 @@ const yt = d({
|
|
|
5942
6046
|
}
|
|
5943
6047
|
},
|
|
5944
6048
|
[]
|
|
5945
|
-
) :
|
|
6049
|
+
) : n(
|
|
5946
6050
|
this.componentName,
|
|
5947
6051
|
{
|
|
5948
6052
|
ref: "element",
|
|
6053
|
+
class: "vvd-root",
|
|
5949
6054
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
5950
6055
|
...this.dismissible !== void 0 ? { dismissible: this.dismissible } : {},
|
|
5951
6056
|
...this.arrow !== void 0 ? { arrow: this.arrow } : {},
|
|
@@ -5965,7 +6070,7 @@ const yt = d({
|
|
|
5965
6070
|
[]
|
|
5966
6071
|
);
|
|
5967
6072
|
}
|
|
5968
|
-
}),
|
|
6073
|
+
}), ne = d({
|
|
5969
6074
|
props: {
|
|
5970
6075
|
/**
|
|
5971
6076
|
* A decorative icon the custom element should have.
|
|
@@ -6042,11 +6147,11 @@ const yt = d({
|
|
|
6042
6147
|
"selected-change"
|
|
6043
6148
|
],
|
|
6044
6149
|
setup(t, o) {
|
|
6045
|
-
const
|
|
6046
|
-
return o.expose({}), { componentName:
|
|
6150
|
+
const s = l("tree-item", at), e = r(null);
|
|
6151
|
+
return o.expose({}), { componentName: s, element: e };
|
|
6047
6152
|
},
|
|
6048
6153
|
render() {
|
|
6049
|
-
return a ?
|
|
6154
|
+
return a ? n(
|
|
6050
6155
|
this.componentName,
|
|
6051
6156
|
{
|
|
6052
6157
|
ref: "element",
|
|
@@ -6058,6 +6163,7 @@ const yt = d({
|
|
|
6058
6163
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
6059
6164
|
...this.text !== void 0 ? { text: this.text } : {}
|
|
6060
6165
|
},
|
|
6166
|
+
class: "vvd-root",
|
|
6061
6167
|
on: {
|
|
6062
6168
|
click: (t) => this.$emit("click", t),
|
|
6063
6169
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -6071,12 +6177,13 @@ const yt = d({
|
|
|
6071
6177
|
},
|
|
6072
6178
|
[
|
|
6073
6179
|
// @slot item To specify a child tree item.
|
|
6074
|
-
|
|
6180
|
+
h("item", this.$slots.item)
|
|
6075
6181
|
]
|
|
6076
|
-
) :
|
|
6182
|
+
) : n(
|
|
6077
6183
|
this.componentName,
|
|
6078
6184
|
{
|
|
6079
6185
|
ref: "element",
|
|
6186
|
+
class: "vvd-root",
|
|
6080
6187
|
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
6081
6188
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
6082
6189
|
...this.expanded !== void 0 ? { expanded: this.expanded } : {},
|
|
@@ -6094,11 +6201,11 @@ const yt = d({
|
|
|
6094
6201
|
},
|
|
6095
6202
|
[
|
|
6096
6203
|
// @slot item To specify a child tree item.
|
|
6097
|
-
|
|
6204
|
+
h("item", this.$slots.item)
|
|
6098
6205
|
]
|
|
6099
6206
|
);
|
|
6100
6207
|
}
|
|
6101
|
-
}),
|
|
6208
|
+
}), ae = d({
|
|
6102
6209
|
props: {
|
|
6103
6210
|
/**
|
|
6104
6211
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -6146,11 +6253,11 @@ const yt = d({
|
|
|
6146
6253
|
"input"
|
|
6147
6254
|
],
|
|
6148
6255
|
setup(t, o) {
|
|
6149
|
-
const
|
|
6150
|
-
return o.expose({}), { componentName:
|
|
6256
|
+
const s = l("tree-view", rt), e = r(null);
|
|
6257
|
+
return o.expose({}), { componentName: s, element: e };
|
|
6151
6258
|
},
|
|
6152
6259
|
render() {
|
|
6153
|
-
return a ?
|
|
6260
|
+
return a ? n(
|
|
6154
6261
|
this.componentName,
|
|
6155
6262
|
{
|
|
6156
6263
|
ref: "element",
|
|
@@ -6158,6 +6265,7 @@ const yt = d({
|
|
|
6158
6265
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
6159
6266
|
...this.renderCollapsedNodes !== void 0 ? { "render-collapsed-nodes": this.renderCollapsedNodes } : {}
|
|
6160
6267
|
},
|
|
6268
|
+
class: "vvd-root",
|
|
6161
6269
|
on: {
|
|
6162
6270
|
click: (t) => this.$emit("click", t),
|
|
6163
6271
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -6168,10 +6276,11 @@ const yt = d({
|
|
|
6168
6276
|
}
|
|
6169
6277
|
},
|
|
6170
6278
|
[this.$slots.default]
|
|
6171
|
-
) :
|
|
6279
|
+
) : n(
|
|
6172
6280
|
this.componentName,
|
|
6173
6281
|
{
|
|
6174
6282
|
ref: "element",
|
|
6283
|
+
class: "vvd-root",
|
|
6175
6284
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
6176
6285
|
...this.renderCollapsedNodes !== void 0 ? { "render-collapsed-nodes": this.renderCollapsedNodes } : {},
|
|
6177
6286
|
onClick: (t) => this.$emit("click", t),
|
|
@@ -6187,53 +6296,289 @@ const yt = d({
|
|
|
6187
6296
|
]
|
|
6188
6297
|
);
|
|
6189
6298
|
}
|
|
6299
|
+
}), re = d({
|
|
6300
|
+
props: {
|
|
6301
|
+
/**
|
|
6302
|
+
* A decorative icon the custom element should have.
|
|
6303
|
+
* See the Vivid Icon Gallery for available icons: https://icons.vivid.vonage.com/
|
|
6304
|
+
*/
|
|
6305
|
+
icon: {
|
|
6306
|
+
type: String,
|
|
6307
|
+
default: void 0
|
|
6308
|
+
},
|
|
6309
|
+
/**
|
|
6310
|
+
* Indicates the element that represents the current item within a container or set of related elements.
|
|
6311
|
+
*/
|
|
6312
|
+
ariaCurrent: {
|
|
6313
|
+
type: String,
|
|
6314
|
+
default: void 0
|
|
6315
|
+
},
|
|
6316
|
+
/**
|
|
6317
|
+
* The connotation the tag should have.
|
|
6318
|
+
*/
|
|
6319
|
+
connotation: { type: String, default: void 0 },
|
|
6320
|
+
/**
|
|
6321
|
+
* The shape the tag should have.
|
|
6322
|
+
*/
|
|
6323
|
+
shape: { type: String, default: void 0 },
|
|
6324
|
+
/**
|
|
6325
|
+
* The appearance the tag should have.
|
|
6326
|
+
*/
|
|
6327
|
+
appearance: { type: String, default: void 0 },
|
|
6328
|
+
/**
|
|
6329
|
+
* Indicates the tag's label.
|
|
6330
|
+
*/
|
|
6331
|
+
label: { type: String, default: void 0 },
|
|
6332
|
+
/**
|
|
6333
|
+
* indicates whether the tag is removable
|
|
6334
|
+
*/
|
|
6335
|
+
removable: { type: Boolean, default: void 0 },
|
|
6336
|
+
/**
|
|
6337
|
+
* indicates whether the tag is disabled
|
|
6338
|
+
*/
|
|
6339
|
+
disabled: { type: Boolean, default: void 0 },
|
|
6340
|
+
/**
|
|
6341
|
+
* indicates whether the tag is selectable
|
|
6342
|
+
*/
|
|
6343
|
+
selectable: { type: Boolean, default: void 0 },
|
|
6344
|
+
/**
|
|
6345
|
+
* indicates whether the tag is selected
|
|
6346
|
+
*/
|
|
6347
|
+
selected: { type: Boolean, default: void 0 }
|
|
6348
|
+
},
|
|
6349
|
+
emits: [
|
|
6350
|
+
/**
|
|
6351
|
+
* Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element.
|
|
6352
|
+
* @type {MouseEvent}
|
|
6353
|
+
*/
|
|
6354
|
+
"click",
|
|
6355
|
+
/**
|
|
6356
|
+
* Fires when the element receives focus.
|
|
6357
|
+
* @type {FocusEvent}
|
|
6358
|
+
*/
|
|
6359
|
+
"focus",
|
|
6360
|
+
/**
|
|
6361
|
+
* Fires when the element loses focus.
|
|
6362
|
+
* @type {FocusEvent}
|
|
6363
|
+
*/
|
|
6364
|
+
"blur",
|
|
6365
|
+
/**
|
|
6366
|
+
* Fires when a key is pressed.
|
|
6367
|
+
* @type {KeyboardEvent}
|
|
6368
|
+
*/
|
|
6369
|
+
"keydown",
|
|
6370
|
+
/**
|
|
6371
|
+
* Fires when a key is released.
|
|
6372
|
+
* @type {KeyboardEvent}
|
|
6373
|
+
*/
|
|
6374
|
+
"keyup",
|
|
6375
|
+
/**
|
|
6376
|
+
* Fires when the value of an element has been changed.
|
|
6377
|
+
* @type {Event}
|
|
6378
|
+
*/
|
|
6379
|
+
"input"
|
|
6380
|
+
],
|
|
6381
|
+
setup(t, o) {
|
|
6382
|
+
const s = l("tag", dt), e = r(null);
|
|
6383
|
+
return o.expose({
|
|
6384
|
+
remove() {
|
|
6385
|
+
var i;
|
|
6386
|
+
return (i = e.value) == null ? void 0 : i.remove();
|
|
6387
|
+
},
|
|
6388
|
+
handleKeydown(i) {
|
|
6389
|
+
var u;
|
|
6390
|
+
return (u = e.value) == null ? void 0 : u.handleKeydown(i);
|
|
6391
|
+
},
|
|
6392
|
+
handleClick() {
|
|
6393
|
+
var i;
|
|
6394
|
+
return (i = e.value) == null ? void 0 : i.handleClick();
|
|
6395
|
+
}
|
|
6396
|
+
}), { componentName: s, element: e };
|
|
6397
|
+
},
|
|
6398
|
+
render() {
|
|
6399
|
+
return a ? n(
|
|
6400
|
+
this.componentName,
|
|
6401
|
+
{
|
|
6402
|
+
ref: "element",
|
|
6403
|
+
attrs: {
|
|
6404
|
+
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
6405
|
+
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
6406
|
+
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
6407
|
+
...this.shape !== void 0 ? { shape: this.shape } : {},
|
|
6408
|
+
...this.appearance !== void 0 ? { appearance: this.appearance } : {},
|
|
6409
|
+
...this.label !== void 0 ? { label: this.label } : {},
|
|
6410
|
+
...this.removable !== void 0 ? { removable: this.removable } : {},
|
|
6411
|
+
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
6412
|
+
...this.selectable !== void 0 ? { selectable: this.selectable } : {},
|
|
6413
|
+
...this.selected !== void 0 ? { selected: this.selected } : {}
|
|
6414
|
+
},
|
|
6415
|
+
class: "vvd-root",
|
|
6416
|
+
on: {
|
|
6417
|
+
click: (t) => this.$emit("click", t),
|
|
6418
|
+
focus: (t) => this.$emit("focus", t),
|
|
6419
|
+
blur: (t) => this.$emit("blur", t),
|
|
6420
|
+
keydown: (t) => this.$emit("keydown", t),
|
|
6421
|
+
keyup: (t) => this.$emit("keyup", t),
|
|
6422
|
+
input: (t) => this.$emit("input", t)
|
|
6423
|
+
}
|
|
6424
|
+
},
|
|
6425
|
+
[]
|
|
6426
|
+
) : n(
|
|
6427
|
+
this.componentName,
|
|
6428
|
+
{
|
|
6429
|
+
ref: "element",
|
|
6430
|
+
class: "vvd-root",
|
|
6431
|
+
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
6432
|
+
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
6433
|
+
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
6434
|
+
...this.shape !== void 0 ? { shape: this.shape } : {},
|
|
6435
|
+
...this.appearance !== void 0 ? { appearance: this.appearance } : {},
|
|
6436
|
+
...this.label !== void 0 ? { label: this.label } : {},
|
|
6437
|
+
...this.removable !== void 0 ? { removable: this.removable } : {},
|
|
6438
|
+
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
6439
|
+
...this.selectable !== void 0 ? { selectable: this.selectable } : {},
|
|
6440
|
+
...this.selected !== void 0 ? { selected: this.selected } : {},
|
|
6441
|
+
onClick: (t) => this.$emit("click", t),
|
|
6442
|
+
onFocus: (t) => this.$emit("focus", t),
|
|
6443
|
+
onBlur: (t) => this.$emit("blur", t),
|
|
6444
|
+
onKeydown: (t) => this.$emit("keydown", t),
|
|
6445
|
+
onKeyup: (t) => this.$emit("keyup", t),
|
|
6446
|
+
onInput: (t) => this.$emit("input", t)
|
|
6447
|
+
},
|
|
6448
|
+
[]
|
|
6449
|
+
);
|
|
6450
|
+
}
|
|
6451
|
+
}), de = d({
|
|
6452
|
+
props: {
|
|
6453
|
+
/**
|
|
6454
|
+
* Indicates the element that represents the current item within a container or set of related elements.
|
|
6455
|
+
*/
|
|
6456
|
+
ariaCurrent: {
|
|
6457
|
+
type: String,
|
|
6458
|
+
default: void 0
|
|
6459
|
+
}
|
|
6460
|
+
},
|
|
6461
|
+
emits: [
|
|
6462
|
+
/**
|
|
6463
|
+
* Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element.
|
|
6464
|
+
* @type {MouseEvent}
|
|
6465
|
+
*/
|
|
6466
|
+
"click",
|
|
6467
|
+
/**
|
|
6468
|
+
* Fires when the element receives focus.
|
|
6469
|
+
* @type {FocusEvent}
|
|
6470
|
+
*/
|
|
6471
|
+
"focus",
|
|
6472
|
+
/**
|
|
6473
|
+
* Fires when the element loses focus.
|
|
6474
|
+
* @type {FocusEvent}
|
|
6475
|
+
*/
|
|
6476
|
+
"blur",
|
|
6477
|
+
/**
|
|
6478
|
+
* Fires when a key is pressed.
|
|
6479
|
+
* @type {KeyboardEvent}
|
|
6480
|
+
*/
|
|
6481
|
+
"keydown",
|
|
6482
|
+
/**
|
|
6483
|
+
* Fires when a key is released.
|
|
6484
|
+
* @type {KeyboardEvent}
|
|
6485
|
+
*/
|
|
6486
|
+
"keyup",
|
|
6487
|
+
/**
|
|
6488
|
+
* Fires when the value of an element has been changed.
|
|
6489
|
+
* @type {Event}
|
|
6490
|
+
*/
|
|
6491
|
+
"input"
|
|
6492
|
+
],
|
|
6493
|
+
setup(t, o) {
|
|
6494
|
+
const s = l("tag-group", lt), e = r(null);
|
|
6495
|
+
return o.expose({}), { componentName: s, element: e };
|
|
6496
|
+
},
|
|
6497
|
+
render() {
|
|
6498
|
+
return a ? n(
|
|
6499
|
+
this.componentName,
|
|
6500
|
+
{
|
|
6501
|
+
ref: "element",
|
|
6502
|
+
attrs: { ...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {} },
|
|
6503
|
+
class: "vvd-root",
|
|
6504
|
+
on: {
|
|
6505
|
+
click: (t) => this.$emit("click", t),
|
|
6506
|
+
focus: (t) => this.$emit("focus", t),
|
|
6507
|
+
blur: (t) => this.$emit("blur", t),
|
|
6508
|
+
keydown: (t) => this.$emit("keydown", t),
|
|
6509
|
+
keyup: (t) => this.$emit("keyup", t),
|
|
6510
|
+
input: (t) => this.$emit("input", t)
|
|
6511
|
+
}
|
|
6512
|
+
},
|
|
6513
|
+
[this.$slots.default]
|
|
6514
|
+
) : n(
|
|
6515
|
+
this.componentName,
|
|
6516
|
+
{
|
|
6517
|
+
ref: "element",
|
|
6518
|
+
class: "vvd-root",
|
|
6519
|
+
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
6520
|
+
onClick: (t) => this.$emit("click", t),
|
|
6521
|
+
onFocus: (t) => this.$emit("focus", t),
|
|
6522
|
+
onBlur: (t) => this.$emit("blur", t),
|
|
6523
|
+
onKeydown: (t) => this.$emit("keydown", t),
|
|
6524
|
+
onKeyup: (t) => this.$emit("keyup", t),
|
|
6525
|
+
onInput: (t) => this.$emit("input", t)
|
|
6526
|
+
},
|
|
6527
|
+
[
|
|
6528
|
+
// @ts-ignore
|
|
6529
|
+
this.$slots.default && this.$slots.default()
|
|
6530
|
+
]
|
|
6531
|
+
);
|
|
6532
|
+
}
|
|
6190
6533
|
});
|
|
6191
6534
|
export {
|
|
6192
|
-
|
|
6193
|
-
|
|
6194
|
-
|
|
6195
|
-
|
|
6196
|
-
|
|
6197
|
-
|
|
6198
|
-
|
|
6199
|
-
|
|
6200
|
-
|
|
6201
|
-
|
|
6202
|
-
|
|
6203
|
-
|
|
6204
|
-
|
|
6205
|
-
|
|
6206
|
-
|
|
6207
|
-
|
|
6208
|
-
|
|
6209
|
-
|
|
6210
|
-
|
|
6211
|
-
|
|
6212
|
-
|
|
6213
|
-
|
|
6214
|
-
|
|
6215
|
-
|
|
6216
|
-
|
|
6217
|
-
|
|
6218
|
-
|
|
6219
|
-
|
|
6220
|
-
|
|
6221
|
-
|
|
6222
|
-
|
|
6223
|
-
|
|
6224
|
-
|
|
6225
|
-
|
|
6226
|
-
|
|
6227
|
-
|
|
6228
|
-
|
|
6229
|
-
|
|
6230
|
-
|
|
6231
|
-
|
|
6232
|
-
|
|
6233
|
-
|
|
6234
|
-
|
|
6235
|
-
ie as
|
|
6236
|
-
oe as
|
|
6237
|
-
|
|
6238
|
-
|
|
6535
|
+
vt as VAccordion,
|
|
6536
|
+
yt as VAccordionItem,
|
|
6537
|
+
ft as VActionGroup,
|
|
6538
|
+
$t as VAvatar,
|
|
6539
|
+
kt as VBadge,
|
|
6540
|
+
gt as VBanner,
|
|
6541
|
+
bt as VBreadcrumb,
|
|
6542
|
+
Ct as VBreadcrumbItem,
|
|
6543
|
+
wt as VButton,
|
|
6544
|
+
St as VCalendar,
|
|
6545
|
+
xt as VCalendarEvent,
|
|
6546
|
+
Nt as VCard,
|
|
6547
|
+
Bt as VCheckbox,
|
|
6548
|
+
Vt as VCombobox,
|
|
6549
|
+
Kt as VDataGrid,
|
|
6550
|
+
Tt as VDialog,
|
|
6551
|
+
It as VDivider,
|
|
6552
|
+
qt as VFab,
|
|
6553
|
+
zt as VHeader,
|
|
6554
|
+
Ft as VIcon,
|
|
6555
|
+
Lt as VLayout,
|
|
6556
|
+
Pt as VMenu,
|
|
6557
|
+
Dt as VMenuItem,
|
|
6558
|
+
Mt as VNav,
|
|
6559
|
+
Ot as VNavDisclosure,
|
|
6560
|
+
At as VNavItem,
|
|
6561
|
+
Et as VNote,
|
|
6562
|
+
Ht as VNumberField,
|
|
6563
|
+
Gt as VOption,
|
|
6564
|
+
Rt as VPopup,
|
|
6565
|
+
Wt as VProgress,
|
|
6566
|
+
jt as VProgressRing,
|
|
6567
|
+
Ut as VRadio,
|
|
6568
|
+
Jt as VRadioGroup,
|
|
6569
|
+
Qt as VSelect,
|
|
6570
|
+
Xt as VSideDrawer,
|
|
6571
|
+
Yt as VSlider,
|
|
6572
|
+
Zt as VSwitch,
|
|
6573
|
+
_t as VTab,
|
|
6574
|
+
ee as VTabPanel,
|
|
6575
|
+
te as VTabs,
|
|
6576
|
+
re as VTag,
|
|
6577
|
+
de as VTagGroup,
|
|
6578
|
+
ie as VTextArea,
|
|
6579
|
+
oe as VTextField,
|
|
6580
|
+
se as VTooltip,
|
|
6581
|
+
ne as VTreeItem,
|
|
6582
|
+
ae as VTreeView,
|
|
6583
|
+
mt as setCustomComponentPrefix
|
|
6239
6584
|
};
|