@vonage/vivid-vue 3.1.1 → 3.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/components/VButton.d.ts +3 -3
- 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/index.es.js +358 -256
- package/dist/index.umd.js +1 -1
- package/dist/web-types.json +11 -15
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
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
|
|
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 T, registerDataGrid as K, 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 } from "@vonage/vivid";
|
|
3
3
|
const p = r("vvd3");
|
|
4
4
|
function ct(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
14
|
const pt = d({
|
|
15
15
|
props: {
|
|
@@ -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),
|
|
@@ -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 } : {},
|
|
@@ -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 } : {},
|
|
@@ -362,18 +368,18 @@ const pt = d({
|
|
|
362
368
|
}
|
|
363
369
|
});
|
|
364
370
|
function dt(t, o) {
|
|
365
|
-
return o.forEach((
|
|
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 lt(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 ? dt(t, o) :
|
|
381
|
+
function h(t, o) {
|
|
382
|
+
return o ? a ? dt(t, o) : lt(t, o()) : null;
|
|
377
383
|
}
|
|
378
384
|
const yt = d({
|
|
379
385
|
props: {
|
|
@@ -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,7 +504,7 @@ 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
|
}
|
|
@@ -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 } : {},
|
|
@@ -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,7 +754,7 @@ 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
|
}
|
|
@@ -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),
|
|
@@ -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 } : {},
|
|
@@ -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 } : {},
|
|
@@ -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,19 +1342,19 @@ 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
|
}
|
|
@@ -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 } : {},
|
|
@@ -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,15 +1612,15 @@ 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
|
}
|
|
@@ -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 } : {},
|
|
@@ -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", T), 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 } : {},
|
|
@@ -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", K), 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),
|
|
@@ -2112,7 +2142,7 @@ const yt = d({
|
|
|
2112
2142
|
"input"
|
|
2113
2143
|
],
|
|
2114
2144
|
setup(t, o) {
|
|
2115
|
-
const
|
|
2145
|
+
const s = l("dialog", I), e = r(null);
|
|
2116
2146
|
return o.expose({
|
|
2117
2147
|
openChanged(i, u) {
|
|
2118
2148
|
var c;
|
|
@@ -2130,10 +2160,10 @@ const yt = d({
|
|
|
2130
2160
|
var i;
|
|
2131
2161
|
return (i = e.value) == null ? void 0 : i.showModal();
|
|
2132
2162
|
}
|
|
2133
|
-
}), { componentName:
|
|
2163
|
+
}), { componentName: s, element: e };
|
|
2134
2164
|
},
|
|
2135
2165
|
render() {
|
|
2136
|
-
return a ?
|
|
2166
|
+
return a ? n(
|
|
2137
2167
|
this.componentName,
|
|
2138
2168
|
{
|
|
2139
2169
|
ref: "element",
|
|
@@ -2149,6 +2179,7 @@ const yt = d({
|
|
|
2149
2179
|
...this.ariaLabel !== void 0 ? { "aria-label": this.ariaLabel } : {},
|
|
2150
2180
|
...this.ariaDescribedby !== void 0 ? { "aria-describedby": this.ariaDescribedby } : {}
|
|
2151
2181
|
},
|
|
2182
|
+
class: "vvd-root",
|
|
2152
2183
|
on: {
|
|
2153
2184
|
click: (t) => this.$emit("click", t),
|
|
2154
2185
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -2160,18 +2191,19 @@ const yt = d({
|
|
|
2160
2191
|
},
|
|
2161
2192
|
[
|
|
2162
2193
|
// @slot graphic Use the graphic slot in order to replace the icon.
|
|
2163
|
-
|
|
2194
|
+
h("graphic", this.$slots.graphic),
|
|
2164
2195
|
// @slot body Use the body slot in order to add custom HTML to the dialog.
|
|
2165
|
-
|
|
2196
|
+
h("body", this.$slots.body),
|
|
2166
2197
|
// @slot footer Use the footer slot in order to add action buttons to the bottom of the dialog.
|
|
2167
|
-
|
|
2198
|
+
h("footer", this.$slots.footer),
|
|
2168
2199
|
// @slot main Assign nodes to the main slot to fully override a dialog’s predefined flow and style with your own.
|
|
2169
|
-
|
|
2200
|
+
h("main", this.$slots.main)
|
|
2170
2201
|
]
|
|
2171
|
-
) :
|
|
2202
|
+
) : n(
|
|
2172
2203
|
this.componentName,
|
|
2173
2204
|
{
|
|
2174
2205
|
ref: "element",
|
|
2206
|
+
class: "vvd-root",
|
|
2175
2207
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
2176
2208
|
...this.open !== void 0 ? { open: this.open } : {},
|
|
2177
2209
|
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
@@ -2191,17 +2223,17 @@ const yt = d({
|
|
|
2191
2223
|
},
|
|
2192
2224
|
[
|
|
2193
2225
|
// @slot graphic Use the graphic slot in order to replace the icon.
|
|
2194
|
-
|
|
2226
|
+
h("graphic", this.$slots.graphic),
|
|
2195
2227
|
// @slot body Use the body slot in order to add custom HTML to the dialog.
|
|
2196
|
-
|
|
2228
|
+
h("body", this.$slots.body),
|
|
2197
2229
|
// @slot footer Use the footer slot in order to add action buttons to the bottom of the dialog.
|
|
2198
|
-
|
|
2230
|
+
h("footer", this.$slots.footer),
|
|
2199
2231
|
// @slot main Assign nodes to the main slot to fully override a dialog’s predefined flow and style with your own.
|
|
2200
|
-
|
|
2232
|
+
h("main", this.$slots.main)
|
|
2201
2233
|
]
|
|
2202
2234
|
);
|
|
2203
2235
|
}
|
|
2204
|
-
}),
|
|
2236
|
+
}), Tt = d({
|
|
2205
2237
|
props: {
|
|
2206
2238
|
/**
|
|
2207
2239
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -2252,11 +2284,11 @@ const yt = d({
|
|
|
2252
2284
|
"input"
|
|
2253
2285
|
],
|
|
2254
2286
|
setup(t, o) {
|
|
2255
|
-
const
|
|
2256
|
-
return o.expose({}), { componentName:
|
|
2287
|
+
const s = l("divider", q), e = r(null);
|
|
2288
|
+
return o.expose({}), { componentName: s, element: e };
|
|
2257
2289
|
},
|
|
2258
2290
|
render() {
|
|
2259
|
-
return a ?
|
|
2291
|
+
return a ? n(
|
|
2260
2292
|
this.componentName,
|
|
2261
2293
|
{
|
|
2262
2294
|
ref: "element",
|
|
@@ -2265,6 +2297,7 @@ const yt = d({
|
|
|
2265
2297
|
...this.role !== void 0 ? { role: this.role } : {},
|
|
2266
2298
|
...this.orientation !== void 0 ? { orientation: this.orientation } : {}
|
|
2267
2299
|
},
|
|
2300
|
+
class: "vvd-root",
|
|
2268
2301
|
on: {
|
|
2269
2302
|
click: (t) => this.$emit("click", t),
|
|
2270
2303
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -2275,10 +2308,11 @@ const yt = d({
|
|
|
2275
2308
|
}
|
|
2276
2309
|
},
|
|
2277
2310
|
[]
|
|
2278
|
-
) :
|
|
2311
|
+
) : n(
|
|
2279
2312
|
this.componentName,
|
|
2280
2313
|
{
|
|
2281
2314
|
ref: "element",
|
|
2315
|
+
class: "vvd-root",
|
|
2282
2316
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
2283
2317
|
...this.role !== void 0 ? { role: this.role } : {},
|
|
2284
2318
|
...this.orientation !== void 0 ? { orientation: this.orientation } : {},
|
|
@@ -2292,7 +2326,7 @@ const yt = d({
|
|
|
2292
2326
|
[]
|
|
2293
2327
|
);
|
|
2294
2328
|
}
|
|
2295
|
-
}),
|
|
2329
|
+
}), Kt = d({
|
|
2296
2330
|
props: {
|
|
2297
2331
|
/**
|
|
2298
2332
|
* A decorative icon the custom element should have.
|
|
@@ -2416,7 +2450,7 @@ const yt = d({
|
|
|
2416
2450
|
"input"
|
|
2417
2451
|
],
|
|
2418
2452
|
setup(t, o) {
|
|
2419
|
-
const
|
|
2453
|
+
const s = l("fab", z), e = r(null);
|
|
2420
2454
|
return o.expose({
|
|
2421
2455
|
/**
|
|
2422
2456
|
* {@inheritDoc (FormAssociated:interface).validate}
|
|
@@ -2425,10 +2459,10 @@ const yt = d({
|
|
|
2425
2459
|
var i;
|
|
2426
2460
|
return (i = e.value) == null ? void 0 : i.validate();
|
|
2427
2461
|
}
|
|
2428
|
-
}), { componentName:
|
|
2462
|
+
}), { componentName: s, element: e };
|
|
2429
2463
|
},
|
|
2430
2464
|
render() {
|
|
2431
|
-
return a ?
|
|
2465
|
+
return a ? n(
|
|
2432
2466
|
this.componentName,
|
|
2433
2467
|
{
|
|
2434
2468
|
ref: "element",
|
|
@@ -2453,6 +2487,7 @@ const yt = d({
|
|
|
2453
2487
|
...this.size !== void 0 ? { size: this.size } : {},
|
|
2454
2488
|
...this.label !== void 0 ? { label: this.label } : {}
|
|
2455
2489
|
},
|
|
2490
|
+
class: "vvd-root",
|
|
2456
2491
|
on: {
|
|
2457
2492
|
click: (t) => this.$emit("click", t),
|
|
2458
2493
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -2463,10 +2498,11 @@ const yt = d({
|
|
|
2463
2498
|
}
|
|
2464
2499
|
},
|
|
2465
2500
|
[]
|
|
2466
|
-
) :
|
|
2501
|
+
) : n(
|
|
2467
2502
|
this.componentName,
|
|
2468
2503
|
{
|
|
2469
2504
|
ref: "element",
|
|
2505
|
+
class: "vvd-root",
|
|
2470
2506
|
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
2471
2507
|
...this.iconTrailing !== void 0 ? { "icon-trailing": this.iconTrailing } : {},
|
|
2472
2508
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
@@ -2547,11 +2583,11 @@ const yt = d({
|
|
|
2547
2583
|
"input"
|
|
2548
2584
|
],
|
|
2549
2585
|
setup(t, o) {
|
|
2550
|
-
const
|
|
2551
|
-
return o.expose({}), { componentName:
|
|
2586
|
+
const s = l("header", F), e = r(null);
|
|
2587
|
+
return o.expose({}), { componentName: s, element: e };
|
|
2552
2588
|
},
|
|
2553
2589
|
render() {
|
|
2554
|
-
return a ?
|
|
2590
|
+
return a ? n(
|
|
2555
2591
|
this.componentName,
|
|
2556
2592
|
{
|
|
2557
2593
|
ref: "element",
|
|
@@ -2560,6 +2596,7 @@ const yt = d({
|
|
|
2560
2596
|
...this.elevationShadow !== void 0 ? { "elevation-shadow": this.elevationShadow } : {},
|
|
2561
2597
|
...this.alternate !== void 0 ? { alternate: this.alternate } : {}
|
|
2562
2598
|
},
|
|
2599
|
+
class: "vvd-root",
|
|
2563
2600
|
on: {
|
|
2564
2601
|
click: (t) => this.$emit("click", t),
|
|
2565
2602
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -2572,14 +2609,15 @@ const yt = d({
|
|
|
2572
2609
|
[
|
|
2573
2610
|
this.$slots.default,
|
|
2574
2611
|
// @slot action-items Nodes assigned to action-items slot will be set at the end of the header.
|
|
2575
|
-
|
|
2612
|
+
h("action-items", this.$slots["action-items"]),
|
|
2576
2613
|
// @slot app-content Content vertically aligned with header.
|
|
2577
|
-
|
|
2614
|
+
h("app-content", this.$slots["app-content"])
|
|
2578
2615
|
]
|
|
2579
|
-
) :
|
|
2616
|
+
) : n(
|
|
2580
2617
|
this.componentName,
|
|
2581
2618
|
{
|
|
2582
2619
|
ref: "element",
|
|
2620
|
+
class: "vvd-root",
|
|
2583
2621
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
2584
2622
|
...this.elevationShadow !== void 0 ? { "elevation-shadow": this.elevationShadow } : {},
|
|
2585
2623
|
...this.alternate !== void 0 ? { alternate: this.alternate } : {},
|
|
@@ -2594,9 +2632,9 @@ const yt = d({
|
|
|
2594
2632
|
// @ts-ignore
|
|
2595
2633
|
this.$slots.default && this.$slots.default(),
|
|
2596
2634
|
// @slot action-items Nodes assigned to action-items slot will be set at the end of the header.
|
|
2597
|
-
|
|
2635
|
+
h("action-items", this.$slots["action-items"]),
|
|
2598
2636
|
// @slot app-content Content vertically aligned with header.
|
|
2599
|
-
|
|
2637
|
+
h("app-content", this.$slots["app-content"])
|
|
2600
2638
|
]
|
|
2601
2639
|
);
|
|
2602
2640
|
}
|
|
@@ -2659,16 +2697,16 @@ const yt = d({
|
|
|
2659
2697
|
"input"
|
|
2660
2698
|
],
|
|
2661
2699
|
setup(t, o) {
|
|
2662
|
-
const
|
|
2700
|
+
const s = l("icon", L), e = r(null);
|
|
2663
2701
|
return o.expose({
|
|
2664
2702
|
nameChanged() {
|
|
2665
2703
|
var i;
|
|
2666
2704
|
return (i = e.value) == null ? void 0 : i.nameChanged();
|
|
2667
2705
|
}
|
|
2668
|
-
}), { componentName:
|
|
2706
|
+
}), { componentName: s, element: e };
|
|
2669
2707
|
},
|
|
2670
2708
|
render() {
|
|
2671
|
-
return a ?
|
|
2709
|
+
return a ? n(
|
|
2672
2710
|
this.componentName,
|
|
2673
2711
|
{
|
|
2674
2712
|
ref: "element",
|
|
@@ -2678,6 +2716,7 @@ const yt = d({
|
|
|
2678
2716
|
...this.size !== void 0 ? { size: this.size } : {},
|
|
2679
2717
|
...this.name !== void 0 ? { name: this.name } : {}
|
|
2680
2718
|
},
|
|
2719
|
+
class: "vvd-root",
|
|
2681
2720
|
on: {
|
|
2682
2721
|
click: (t) => this.$emit("click", t),
|
|
2683
2722
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -2688,10 +2727,11 @@ const yt = d({
|
|
|
2688
2727
|
}
|
|
2689
2728
|
},
|
|
2690
2729
|
[this.$slots.default]
|
|
2691
|
-
) :
|
|
2730
|
+
) : n(
|
|
2692
2731
|
this.componentName,
|
|
2693
2732
|
{
|
|
2694
2733
|
ref: "element",
|
|
2734
|
+
class: "vvd-root",
|
|
2695
2735
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
2696
2736
|
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
2697
2737
|
...this.size !== void 0 ? { size: this.size } : {},
|
|
@@ -2768,11 +2808,11 @@ const yt = d({
|
|
|
2768
2808
|
"input"
|
|
2769
2809
|
],
|
|
2770
2810
|
setup(t, o) {
|
|
2771
|
-
const
|
|
2772
|
-
return o.expose({}), { componentName:
|
|
2811
|
+
const s = l("layout", P), e = r(null);
|
|
2812
|
+
return o.expose({}), { componentName: s, element: e };
|
|
2773
2813
|
},
|
|
2774
2814
|
render() {
|
|
2775
|
-
return a ?
|
|
2815
|
+
return a ? n(
|
|
2776
2816
|
this.componentName,
|
|
2777
2817
|
{
|
|
2778
2818
|
ref: "element",
|
|
@@ -2783,6 +2823,7 @@ const yt = d({
|
|
|
2783
2823
|
...this.columnSpacing !== void 0 ? { "column-spacing": this.columnSpacing } : {},
|
|
2784
2824
|
...this.autoSizing !== void 0 ? { "auto-sizing": this.autoSizing } : {}
|
|
2785
2825
|
},
|
|
2826
|
+
class: "vvd-root",
|
|
2786
2827
|
on: {
|
|
2787
2828
|
click: (t) => this.$emit("click", t),
|
|
2788
2829
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -2793,10 +2834,11 @@ const yt = d({
|
|
|
2793
2834
|
}
|
|
2794
2835
|
},
|
|
2795
2836
|
[this.$slots.default]
|
|
2796
|
-
) :
|
|
2837
|
+
) : n(
|
|
2797
2838
|
this.componentName,
|
|
2798
2839
|
{
|
|
2799
2840
|
ref: "element",
|
|
2841
|
+
class: "vvd-root",
|
|
2800
2842
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
2801
2843
|
...this.gutters !== void 0 ? { gutters: this.gutters } : {},
|
|
2802
2844
|
...this.columnBasis !== void 0 ? { "column-basis": this.columnBasis } : {},
|
|
@@ -2838,7 +2880,7 @@ const yt = d({
|
|
|
2838
2880
|
/**
|
|
2839
2881
|
* ID reference to element in the menu's owner document.
|
|
2840
2882
|
*/
|
|
2841
|
-
anchor: { type: String, default: void 0 }
|
|
2883
|
+
anchor: { type: [Object, String], default: void 0 }
|
|
2842
2884
|
},
|
|
2843
2885
|
emits: [
|
|
2844
2886
|
/**
|
|
@@ -2873,7 +2915,7 @@ const yt = d({
|
|
|
2873
2915
|
"input"
|
|
2874
2916
|
],
|
|
2875
2917
|
setup(t, o) {
|
|
2876
|
-
const
|
|
2918
|
+
const s = l("menu", D), e = r(null);
|
|
2877
2919
|
return o.expose({
|
|
2878
2920
|
/**
|
|
2879
2921
|
* Focuses the first item in the menu.
|
|
@@ -2893,19 +2935,20 @@ const yt = d({
|
|
|
2893
2935
|
var c;
|
|
2894
2936
|
return (c = e.value) == null ? void 0 : c.anchorChanged(i, u);
|
|
2895
2937
|
}
|
|
2896
|
-
}), { componentName:
|
|
2938
|
+
}), { componentName: s, element: e };
|
|
2897
2939
|
},
|
|
2898
2940
|
render() {
|
|
2899
|
-
return a ?
|
|
2941
|
+
return a ? n(
|
|
2900
2942
|
this.componentName,
|
|
2901
2943
|
{
|
|
2902
2944
|
ref: "element",
|
|
2903
2945
|
attrs: {
|
|
2904
2946
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
2905
2947
|
...this.open !== void 0 ? { open: this.open } : {},
|
|
2906
|
-
...this.placement !== void 0 ? { placement: this.placement } : {}
|
|
2907
|
-
...this.anchor !== void 0 ? { anchor: this.anchor } : {}
|
|
2948
|
+
...this.placement !== void 0 ? { placement: this.placement } : {}
|
|
2908
2949
|
},
|
|
2950
|
+
class: "vvd-root",
|
|
2951
|
+
domProps: { ...this.anchor !== void 0 ? { anchor: this.anchor } : {} },
|
|
2909
2952
|
on: {
|
|
2910
2953
|
click: (t) => this.$emit("click", t),
|
|
2911
2954
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -2916,10 +2959,11 @@ const yt = d({
|
|
|
2916
2959
|
}
|
|
2917
2960
|
},
|
|
2918
2961
|
[this.$slots.default]
|
|
2919
|
-
) :
|
|
2962
|
+
) : n(
|
|
2920
2963
|
this.componentName,
|
|
2921
2964
|
{
|
|
2922
2965
|
ref: "element",
|
|
2966
|
+
class: "vvd-root",
|
|
2923
2967
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
2924
2968
|
...this.open !== void 0 ? { open: this.open } : {},
|
|
2925
2969
|
...this.placement !== void 0 ? { placement: this.placement } : {},
|
|
@@ -2938,6 +2982,10 @@ const yt = d({
|
|
|
2938
2982
|
);
|
|
2939
2983
|
}
|
|
2940
2984
|
}), Lt = d({
|
|
2985
|
+
model: a ? {
|
|
2986
|
+
prop: "modelValue",
|
|
2987
|
+
event: "update:modelValue"
|
|
2988
|
+
} : void 0,
|
|
2941
2989
|
props: {
|
|
2942
2990
|
/**
|
|
2943
2991
|
* A decorative icon the custom element should have.
|
|
@@ -2969,7 +3017,7 @@ const yt = d({
|
|
|
2969
3017
|
/**
|
|
2970
3018
|
* The checked value of the element.
|
|
2971
3019
|
*/
|
|
2972
|
-
|
|
3020
|
+
modelValue: { type: Boolean, default: void 0 },
|
|
2973
3021
|
/**
|
|
2974
3022
|
* Indicates the menu item's text.
|
|
2975
3023
|
*/
|
|
@@ -3017,16 +3065,16 @@ const yt = d({
|
|
|
3017
3065
|
"expanded-change",
|
|
3018
3066
|
/**
|
|
3019
3067
|
* Fires a custom 'change' event when a non-submenu item with a role of `menuitemcheckbox`, `menuitemradio`, or `menuitem` is invoked
|
|
3020
|
-
* @type {
|
|
3068
|
+
* @type {boolean}
|
|
3021
3069
|
*/
|
|
3022
|
-
"
|
|
3070
|
+
"update:modelValue"
|
|
3023
3071
|
],
|
|
3024
3072
|
setup(t, o) {
|
|
3025
|
-
const
|
|
3026
|
-
return o.expose({}), { componentName:
|
|
3073
|
+
const s = l("menu-item", M), e = r(null);
|
|
3074
|
+
return o.expose({}), { componentName: s, element: e };
|
|
3027
3075
|
},
|
|
3028
3076
|
render() {
|
|
3029
|
-
return a ?
|
|
3077
|
+
return a ? n(
|
|
3030
3078
|
this.componentName,
|
|
3031
3079
|
{
|
|
3032
3080
|
ref: "element",
|
|
@@ -3036,10 +3084,11 @@ const yt = d({
|
|
|
3036
3084
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
3037
3085
|
...this.expanded !== void 0 ? { expanded: this.expanded } : {},
|
|
3038
3086
|
...this.role !== void 0 ? { role: this.role } : {},
|
|
3039
|
-
...this.
|
|
3087
|
+
...this.modelValue !== void 0 ? { checked: this.modelValue } : {},
|
|
3040
3088
|
...this.text !== void 0 ? { text: this.text } : {},
|
|
3041
3089
|
...this.textSecondary !== void 0 ? { "text-secondary": this.textSecondary } : {}
|
|
3042
3090
|
},
|
|
3091
|
+
class: "vvd-root",
|
|
3043
3092
|
on: {
|
|
3044
3093
|
click: (t) => this.$emit("click", t),
|
|
3045
3094
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -3048,20 +3097,21 @@ const yt = d({
|
|
|
3048
3097
|
keyup: (t) => this.$emit("keyup", t),
|
|
3049
3098
|
input: (t) => this.$emit("input", t),
|
|
3050
3099
|
"expanded-change": (t) => this.$emit("expanded-change", t),
|
|
3051
|
-
change: (t) => this.$emit("
|
|
3100
|
+
change: (t) => this.$emit("update:modelValue", t.target.checked)
|
|
3052
3101
|
}
|
|
3053
3102
|
},
|
|
3054
3103
|
[]
|
|
3055
|
-
) :
|
|
3104
|
+
) : n(
|
|
3056
3105
|
this.componentName,
|
|
3057
3106
|
{
|
|
3058
3107
|
ref: "element",
|
|
3108
|
+
class: "vvd-root",
|
|
3059
3109
|
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
3060
3110
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
3061
3111
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
3062
3112
|
...this.expanded !== void 0 ? { expanded: this.expanded } : {},
|
|
3063
3113
|
...this.role !== void 0 ? { role: this.role } : {},
|
|
3064
|
-
...this.
|
|
3114
|
+
...this.modelValue !== void 0 ? { checked: this.modelValue } : {},
|
|
3065
3115
|
...this.text !== void 0 ? { text: this.text } : {},
|
|
3066
3116
|
...this.textSecondary !== void 0 ? { "text-secondary": this.textSecondary } : {},
|
|
3067
3117
|
onClick: (t) => this.$emit("click", t),
|
|
@@ -3071,7 +3121,7 @@ const yt = d({
|
|
|
3071
3121
|
onKeyup: (t) => this.$emit("keyup", t),
|
|
3072
3122
|
onInput: (t) => this.$emit("input", t),
|
|
3073
3123
|
onExpandedChange: (t) => this.$emit("expanded-change", t),
|
|
3074
|
-
onChange: (t) => this.$emit("
|
|
3124
|
+
onChange: (t) => this.$emit("update:modelValue", t.target.checked)
|
|
3075
3125
|
},
|
|
3076
3126
|
[]
|
|
3077
3127
|
);
|
|
@@ -3119,15 +3169,16 @@ const yt = d({
|
|
|
3119
3169
|
"input"
|
|
3120
3170
|
],
|
|
3121
3171
|
setup(t, o) {
|
|
3122
|
-
const
|
|
3123
|
-
return o.expose({}), { componentName:
|
|
3172
|
+
const s = l("nav", O), e = r(null);
|
|
3173
|
+
return o.expose({}), { componentName: s, element: e };
|
|
3124
3174
|
},
|
|
3125
3175
|
render() {
|
|
3126
|
-
return a ?
|
|
3176
|
+
return a ? n(
|
|
3127
3177
|
this.componentName,
|
|
3128
3178
|
{
|
|
3129
3179
|
ref: "element",
|
|
3130
3180
|
attrs: { ...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {} },
|
|
3181
|
+
class: "vvd-root",
|
|
3131
3182
|
on: {
|
|
3132
3183
|
click: (t) => this.$emit("click", t),
|
|
3133
3184
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -3138,10 +3189,11 @@ const yt = d({
|
|
|
3138
3189
|
}
|
|
3139
3190
|
},
|
|
3140
3191
|
[this.$slots.default]
|
|
3141
|
-
) :
|
|
3192
|
+
) : n(
|
|
3142
3193
|
this.componentName,
|
|
3143
3194
|
{
|
|
3144
3195
|
ref: "element",
|
|
3196
|
+
class: "vvd-root",
|
|
3145
3197
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
3146
3198
|
onClick: (t) => this.$emit("click", t),
|
|
3147
3199
|
onFocus: (t) => this.$emit("focus", t),
|
|
@@ -3212,11 +3264,11 @@ const yt = d({
|
|
|
3212
3264
|
"input"
|
|
3213
3265
|
],
|
|
3214
3266
|
setup(t, o) {
|
|
3215
|
-
const
|
|
3216
|
-
return o.expose({}), { componentName:
|
|
3267
|
+
const s = l("nav-disclosure", A), e = r(null);
|
|
3268
|
+
return o.expose({}), { componentName: s, element: e };
|
|
3217
3269
|
},
|
|
3218
3270
|
render() {
|
|
3219
|
-
return a ?
|
|
3271
|
+
return a ? n(
|
|
3220
3272
|
this.componentName,
|
|
3221
3273
|
{
|
|
3222
3274
|
ref: "element",
|
|
@@ -3226,6 +3278,7 @@ const yt = d({
|
|
|
3226
3278
|
...this.label !== void 0 ? { label: this.label } : {},
|
|
3227
3279
|
...this.open !== void 0 ? { open: this.open } : {}
|
|
3228
3280
|
},
|
|
3281
|
+
class: "vvd-root",
|
|
3229
3282
|
on: {
|
|
3230
3283
|
click: (t) => this.$emit("click", t),
|
|
3231
3284
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -3236,10 +3289,11 @@ const yt = d({
|
|
|
3236
3289
|
}
|
|
3237
3290
|
},
|
|
3238
3291
|
[this.$slots.default]
|
|
3239
|
-
) :
|
|
3292
|
+
) : n(
|
|
3240
3293
|
this.componentName,
|
|
3241
3294
|
{
|
|
3242
3295
|
ref: "element",
|
|
3296
|
+
class: "vvd-root",
|
|
3243
3297
|
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
3244
3298
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
3245
3299
|
...this.label !== void 0 ? { label: this.label } : {},
|
|
@@ -3344,11 +3398,11 @@ const yt = d({
|
|
|
3344
3398
|
"input"
|
|
3345
3399
|
],
|
|
3346
3400
|
setup(t, o) {
|
|
3347
|
-
const
|
|
3348
|
-
return o.expose({}), { componentName:
|
|
3401
|
+
const s = l("nav-item", E), e = r(null);
|
|
3402
|
+
return o.expose({}), { componentName: s, element: e };
|
|
3349
3403
|
},
|
|
3350
3404
|
render() {
|
|
3351
|
-
return a ?
|
|
3405
|
+
return a ? n(
|
|
3352
3406
|
this.componentName,
|
|
3353
3407
|
{
|
|
3354
3408
|
ref: "element",
|
|
@@ -3365,6 +3419,7 @@ const yt = d({
|
|
|
3365
3419
|
...this.type !== void 0 ? { type: this.type } : {},
|
|
3366
3420
|
...this.text !== void 0 ? { text: this.text } : {}
|
|
3367
3421
|
},
|
|
3422
|
+
class: "vvd-root",
|
|
3368
3423
|
on: {
|
|
3369
3424
|
click: (t) => this.$emit("click", t),
|
|
3370
3425
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -3375,10 +3430,11 @@ const yt = d({
|
|
|
3375
3430
|
}
|
|
3376
3431
|
},
|
|
3377
3432
|
[]
|
|
3378
|
-
) :
|
|
3433
|
+
) : n(
|
|
3379
3434
|
this.componentName,
|
|
3380
3435
|
{
|
|
3381
3436
|
ref: "element",
|
|
3437
|
+
class: "vvd-root",
|
|
3382
3438
|
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
3383
3439
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
3384
3440
|
...this.download !== void 0 ? { download: this.download } : {},
|
|
@@ -3459,11 +3515,11 @@ const yt = d({
|
|
|
3459
3515
|
"input"
|
|
3460
3516
|
],
|
|
3461
3517
|
setup(t, o) {
|
|
3462
|
-
const
|
|
3463
|
-
return o.expose({}), { componentName:
|
|
3518
|
+
const s = l("note", H), e = r(null);
|
|
3519
|
+
return o.expose({}), { componentName: s, element: e };
|
|
3464
3520
|
},
|
|
3465
3521
|
render() {
|
|
3466
|
-
return a ?
|
|
3522
|
+
return a ? n(
|
|
3467
3523
|
this.componentName,
|
|
3468
3524
|
{
|
|
3469
3525
|
ref: "element",
|
|
@@ -3473,6 +3529,7 @@ const yt = d({
|
|
|
3473
3529
|
...this.headline !== void 0 ? { headline: this.headline } : {},
|
|
3474
3530
|
...this.connotation !== void 0 ? { connotation: this.connotation } : {}
|
|
3475
3531
|
},
|
|
3532
|
+
class: "vvd-root",
|
|
3476
3533
|
on: {
|
|
3477
3534
|
click: (t) => this.$emit("click", t),
|
|
3478
3535
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -3483,10 +3540,11 @@ const yt = d({
|
|
|
3483
3540
|
}
|
|
3484
3541
|
},
|
|
3485
3542
|
[this.$slots.default]
|
|
3486
|
-
) :
|
|
3543
|
+
) : n(
|
|
3487
3544
|
this.componentName,
|
|
3488
3545
|
{
|
|
3489
3546
|
ref: "element",
|
|
3547
|
+
class: "vvd-root",
|
|
3490
3548
|
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
3491
3549
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
3492
3550
|
...this.headline !== void 0 ? { headline: this.headline } : {},
|
|
@@ -3652,7 +3710,7 @@ const yt = d({
|
|
|
3652
3710
|
"change"
|
|
3653
3711
|
],
|
|
3654
3712
|
setup(t, o) {
|
|
3655
|
-
const
|
|
3713
|
+
const s = l("number-field", G), e = r(null);
|
|
3656
3714
|
return o.expose({
|
|
3657
3715
|
/**
|
|
3658
3716
|
* {@inheritDoc (FormAssociated:interface).validate}
|
|
@@ -3682,10 +3740,10 @@ const yt = d({
|
|
|
3682
3740
|
var i;
|
|
3683
3741
|
return (i = e.value) == null ? void 0 : i.select();
|
|
3684
3742
|
}
|
|
3685
|
-
}), { componentName:
|
|
3743
|
+
}), { componentName: s, element: e };
|
|
3686
3744
|
},
|
|
3687
3745
|
render() {
|
|
3688
|
-
return a ?
|
|
3746
|
+
return a ? n(
|
|
3689
3747
|
this.componentName,
|
|
3690
3748
|
{
|
|
3691
3749
|
ref: "element",
|
|
@@ -3716,6 +3774,7 @@ const yt = d({
|
|
|
3716
3774
|
...this.shape !== void 0 ? { shape: this.shape } : {},
|
|
3717
3775
|
...this.autoComplete !== void 0 ? { autoComplete: this.autoComplete } : {}
|
|
3718
3776
|
},
|
|
3777
|
+
class: "vvd-root",
|
|
3719
3778
|
on: {
|
|
3720
3779
|
click: (t) => this.$emit("click", t),
|
|
3721
3780
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -3727,10 +3786,11 @@ const yt = d({
|
|
|
3727
3786
|
}
|
|
3728
3787
|
},
|
|
3729
3788
|
[]
|
|
3730
|
-
) :
|
|
3789
|
+
) : n(
|
|
3731
3790
|
this.componentName,
|
|
3732
3791
|
{
|
|
3733
3792
|
ref: "element",
|
|
3793
|
+
class: "vvd-root",
|
|
3734
3794
|
...this.successText !== void 0 ? { "success-text": this.successText } : {},
|
|
3735
3795
|
...this.helperText !== void 0 ? { "helper-text": this.helperText } : {},
|
|
3736
3796
|
...this.charCount !== void 0 ? { "char-count": this.charCount } : {},
|
|
@@ -3837,7 +3897,7 @@ const yt = d({
|
|
|
3837
3897
|
"input"
|
|
3838
3898
|
],
|
|
3839
3899
|
setup(t, o) {
|
|
3840
|
-
const
|
|
3900
|
+
const s = l("option", R), e = r(null);
|
|
3841
3901
|
return o.expose({
|
|
3842
3902
|
/**
|
|
3843
3903
|
* Updates the ariaChecked property when the checked property changes.
|
|
@@ -3850,10 +3910,10 @@ const yt = d({
|
|
|
3850
3910
|
var c;
|
|
3851
3911
|
return (c = e.value) == null ? void 0 : c.initialValueChanged(i, u);
|
|
3852
3912
|
}
|
|
3853
|
-
}), { componentName:
|
|
3913
|
+
}), { componentName: s, element: e };
|
|
3854
3914
|
},
|
|
3855
3915
|
render() {
|
|
3856
|
-
return a ?
|
|
3916
|
+
return a ? n(
|
|
3857
3917
|
this.componentName,
|
|
3858
3918
|
{
|
|
3859
3919
|
ref: "element",
|
|
@@ -3867,6 +3927,7 @@ const yt = d({
|
|
|
3867
3927
|
...this.text !== void 0 ? { text: this.text } : {},
|
|
3868
3928
|
...this.label !== void 0 ? { label: this.label } : {}
|
|
3869
3929
|
},
|
|
3930
|
+
class: "vvd-root",
|
|
3870
3931
|
on: {
|
|
3871
3932
|
click: (t) => this.$emit("click", t),
|
|
3872
3933
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -3877,10 +3938,11 @@ const yt = d({
|
|
|
3877
3938
|
}
|
|
3878
3939
|
},
|
|
3879
3940
|
[]
|
|
3880
|
-
) :
|
|
3941
|
+
) : n(
|
|
3881
3942
|
this.componentName,
|
|
3882
3943
|
{
|
|
3883
3944
|
ref: "element",
|
|
3945
|
+
class: "vvd-root",
|
|
3884
3946
|
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
3885
3947
|
...this.iconTrailing !== void 0 ? { "icon-trailing": this.iconTrailing } : {},
|
|
3886
3948
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
@@ -3973,7 +4035,7 @@ const yt = d({
|
|
|
3973
4035
|
"input"
|
|
3974
4036
|
],
|
|
3975
4037
|
setup(t, o) {
|
|
3976
|
-
const
|
|
4038
|
+
const s = l("popup", W), e = r(null);
|
|
3977
4039
|
return o.expose({
|
|
3978
4040
|
openChanged(i, u) {
|
|
3979
4041
|
var c;
|
|
@@ -3994,10 +4056,10 @@ const yt = d({
|
|
|
3994
4056
|
var i;
|
|
3995
4057
|
return (i = e.value) == null ? void 0 : i.hide();
|
|
3996
4058
|
}
|
|
3997
|
-
}), { componentName:
|
|
4059
|
+
}), { componentName: s, element: e };
|
|
3998
4060
|
},
|
|
3999
4061
|
render() {
|
|
4000
|
-
return a ?
|
|
4062
|
+
return a ? n(
|
|
4001
4063
|
this.componentName,
|
|
4002
4064
|
{
|
|
4003
4065
|
ref: "element",
|
|
@@ -4010,6 +4072,7 @@ const yt = d({
|
|
|
4010
4072
|
...this.placement !== void 0 ? { placement: this.placement } : {},
|
|
4011
4073
|
...this.strategy !== void 0 ? { strategy: this.strategy } : {}
|
|
4012
4074
|
},
|
|
4075
|
+
class: "vvd-root",
|
|
4013
4076
|
domProps: { ...this.anchor !== void 0 ? { anchor: this.anchor } : {} },
|
|
4014
4077
|
on: {
|
|
4015
4078
|
click: (t) => this.$emit("click", t),
|
|
@@ -4021,10 +4084,11 @@ const yt = d({
|
|
|
4021
4084
|
}
|
|
4022
4085
|
},
|
|
4023
4086
|
[this.$slots.default]
|
|
4024
|
-
) :
|
|
4087
|
+
) : n(
|
|
4025
4088
|
this.componentName,
|
|
4026
4089
|
{
|
|
4027
4090
|
ref: "element",
|
|
4091
|
+
class: "vvd-root",
|
|
4028
4092
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
4029
4093
|
...this.open !== void 0 ? { open: this.open } : {},
|
|
4030
4094
|
...this.dismissible !== void 0 ? { dismissible: this.dismissible } : {},
|
|
@@ -4108,11 +4172,11 @@ const yt = d({
|
|
|
4108
4172
|
"input"
|
|
4109
4173
|
],
|
|
4110
4174
|
setup(t, o) {
|
|
4111
|
-
const
|
|
4112
|
-
return o.expose({}), { componentName:
|
|
4175
|
+
const s = l("progress", j), e = r(null);
|
|
4176
|
+
return o.expose({}), { componentName: s, element: e };
|
|
4113
4177
|
},
|
|
4114
4178
|
render() {
|
|
4115
|
-
return a ?
|
|
4179
|
+
return a ? n(
|
|
4116
4180
|
this.componentName,
|
|
4117
4181
|
{
|
|
4118
4182
|
ref: "element",
|
|
@@ -4126,6 +4190,7 @@ const yt = d({
|
|
|
4126
4190
|
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
4127
4191
|
...this.reverse !== void 0 ? { reverse: this.reverse } : {}
|
|
4128
4192
|
},
|
|
4193
|
+
class: "vvd-root",
|
|
4129
4194
|
on: {
|
|
4130
4195
|
click: (t) => this.$emit("click", t),
|
|
4131
4196
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -4136,10 +4201,11 @@ const yt = d({
|
|
|
4136
4201
|
}
|
|
4137
4202
|
},
|
|
4138
4203
|
[]
|
|
4139
|
-
) :
|
|
4204
|
+
) : n(
|
|
4140
4205
|
this.componentName,
|
|
4141
4206
|
{
|
|
4142
4207
|
ref: "element",
|
|
4208
|
+
class: "vvd-root",
|
|
4143
4209
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
4144
4210
|
...this.value !== void 0 ? { value: this.value } : {},
|
|
4145
4211
|
...this.min !== void 0 ? { min: this.min } : {},
|
|
@@ -4219,11 +4285,11 @@ const yt = d({
|
|
|
4219
4285
|
"input"
|
|
4220
4286
|
],
|
|
4221
4287
|
setup(t, o) {
|
|
4222
|
-
const
|
|
4223
|
-
return o.expose({}), { componentName:
|
|
4288
|
+
const s = l("progress-ring", U), e = r(null);
|
|
4289
|
+
return o.expose({}), { componentName: s, element: e };
|
|
4224
4290
|
},
|
|
4225
4291
|
render() {
|
|
4226
|
-
return a ?
|
|
4292
|
+
return a ? n(
|
|
4227
4293
|
this.componentName,
|
|
4228
4294
|
{
|
|
4229
4295
|
ref: "element",
|
|
@@ -4236,6 +4302,7 @@ const yt = d({
|
|
|
4236
4302
|
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
4237
4303
|
...this.size !== void 0 ? { size: this.size } : {}
|
|
4238
4304
|
},
|
|
4305
|
+
class: "vvd-root",
|
|
4239
4306
|
on: {
|
|
4240
4307
|
click: (t) => this.$emit("click", t),
|
|
4241
4308
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -4246,10 +4313,11 @@ const yt = d({
|
|
|
4246
4313
|
}
|
|
4247
4314
|
},
|
|
4248
4315
|
[]
|
|
4249
|
-
) :
|
|
4316
|
+
) : n(
|
|
4250
4317
|
this.componentName,
|
|
4251
4318
|
{
|
|
4252
4319
|
ref: "element",
|
|
4320
|
+
class: "vvd-root",
|
|
4253
4321
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
4254
4322
|
...this.value !== void 0 ? { value: this.value } : {},
|
|
4255
4323
|
...this.min !== void 0 ? { min: this.min } : {},
|
|
@@ -4360,11 +4428,11 @@ const yt = d({
|
|
|
4360
4428
|
"change"
|
|
4361
4429
|
],
|
|
4362
4430
|
setup(t, o) {
|
|
4363
|
-
const
|
|
4364
|
-
return o.expose({}), { componentName:
|
|
4431
|
+
const s = l("radio", J), e = r(null);
|
|
4432
|
+
return o.expose({}), { componentName: s, element: e };
|
|
4365
4433
|
},
|
|
4366
4434
|
render() {
|
|
4367
|
-
return a ?
|
|
4435
|
+
return a ? n(
|
|
4368
4436
|
this.componentName,
|
|
4369
4437
|
{
|
|
4370
4438
|
ref: "element",
|
|
@@ -4380,6 +4448,7 @@ const yt = d({
|
|
|
4380
4448
|
...this.readonly !== void 0 ? { readonly: this.readonly } : {},
|
|
4381
4449
|
...this.label !== void 0 ? { label: this.label } : {}
|
|
4382
4450
|
},
|
|
4451
|
+
class: "vvd-root",
|
|
4383
4452
|
on: {
|
|
4384
4453
|
click: (t) => this.$emit("click", t),
|
|
4385
4454
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -4391,10 +4460,11 @@ const yt = d({
|
|
|
4391
4460
|
}
|
|
4392
4461
|
},
|
|
4393
4462
|
[]
|
|
4394
|
-
) :
|
|
4463
|
+
) : n(
|
|
4395
4464
|
this.componentName,
|
|
4396
4465
|
{
|
|
4397
4466
|
ref: "element",
|
|
4467
|
+
class: "vvd-root",
|
|
4398
4468
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
4399
4469
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
4400
4470
|
...this.value !== void 0 ? { value: this.value } : {},
|
|
@@ -4496,11 +4566,11 @@ const yt = d({
|
|
|
4496
4566
|
"update:modelValue"
|
|
4497
4567
|
],
|
|
4498
4568
|
setup(t, o) {
|
|
4499
|
-
const
|
|
4500
|
-
return o.expose({}), { componentName:
|
|
4569
|
+
const s = l("radio-group", Q), e = r(null);
|
|
4570
|
+
return o.expose({}), { componentName: s, element: e };
|
|
4501
4571
|
},
|
|
4502
4572
|
render() {
|
|
4503
|
-
return a ?
|
|
4573
|
+
return a ? n(
|
|
4504
4574
|
this.componentName,
|
|
4505
4575
|
{
|
|
4506
4576
|
ref: "element",
|
|
@@ -4513,6 +4583,7 @@ const yt = d({
|
|
|
4513
4583
|
...this.orientation !== void 0 ? { orientation: this.orientation } : {},
|
|
4514
4584
|
...this.label !== void 0 ? { label: this.label } : {}
|
|
4515
4585
|
},
|
|
4586
|
+
class: "vvd-root",
|
|
4516
4587
|
on: {
|
|
4517
4588
|
click: (t) => this.$emit("click", t),
|
|
4518
4589
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -4524,10 +4595,11 @@ const yt = d({
|
|
|
4524
4595
|
}
|
|
4525
4596
|
},
|
|
4526
4597
|
[this.$slots.default]
|
|
4527
|
-
) :
|
|
4598
|
+
) : n(
|
|
4528
4599
|
this.componentName,
|
|
4529
4600
|
{
|
|
4530
4601
|
ref: "element",
|
|
4602
|
+
class: "vvd-root",
|
|
4531
4603
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
4532
4604
|
...this.readonly !== void 0 ? { readonly: this.readonly } : {},
|
|
4533
4605
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
@@ -4555,6 +4627,10 @@ const yt = d({
|
|
|
4555
4627
|
event: "update:modelValue"
|
|
4556
4628
|
} : void 0,
|
|
4557
4629
|
props: {
|
|
4630
|
+
/**
|
|
4631
|
+
* The helper text for the form element.
|
|
4632
|
+
*/
|
|
4633
|
+
helperText: { type: String, default: void 0 },
|
|
4558
4634
|
/**
|
|
4559
4635
|
* The label for the form element.
|
|
4560
4636
|
*/
|
|
@@ -4656,7 +4732,7 @@ const yt = d({
|
|
|
4656
4732
|
"change"
|
|
4657
4733
|
],
|
|
4658
4734
|
setup(t, o) {
|
|
4659
|
-
const
|
|
4735
|
+
const s = l("select", X), e = r(null);
|
|
4660
4736
|
return o.expose({
|
|
4661
4737
|
/**
|
|
4662
4738
|
* Calculate and apply listbox positioning based on available viewport space.
|
|
@@ -4686,14 +4762,15 @@ const yt = d({
|
|
|
4686
4762
|
var i;
|
|
4687
4763
|
return (i = e.value) == null ? void 0 : i.selectFirstOption();
|
|
4688
4764
|
}
|
|
4689
|
-
}), { componentName:
|
|
4765
|
+
}), { componentName: s, element: e };
|
|
4690
4766
|
},
|
|
4691
4767
|
render() {
|
|
4692
|
-
return a ?
|
|
4768
|
+
return a ? n(
|
|
4693
4769
|
this.componentName,
|
|
4694
4770
|
{
|
|
4695
4771
|
ref: "element",
|
|
4696
4772
|
attrs: {
|
|
4773
|
+
...this.helperText !== void 0 ? { "helper-text": this.helperText } : {},
|
|
4697
4774
|
...this.label !== void 0 ? { label: this.label } : {},
|
|
4698
4775
|
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
4699
4776
|
...this.iconTrailing !== void 0 ? { "icon-trailing": this.iconTrailing } : {},
|
|
@@ -4709,6 +4786,7 @@ const yt = d({
|
|
|
4709
4786
|
...this.appearance !== void 0 ? { appearance: this.appearance } : {},
|
|
4710
4787
|
...this.shape !== void 0 ? { shape: this.shape } : {}
|
|
4711
4788
|
},
|
|
4789
|
+
class: "vvd-root",
|
|
4712
4790
|
on: {
|
|
4713
4791
|
click: (t) => this.$emit("click", t),
|
|
4714
4792
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -4720,10 +4798,12 @@ const yt = d({
|
|
|
4720
4798
|
}
|
|
4721
4799
|
},
|
|
4722
4800
|
[this.$slots.default]
|
|
4723
|
-
) :
|
|
4801
|
+
) : n(
|
|
4724
4802
|
this.componentName,
|
|
4725
4803
|
{
|
|
4726
4804
|
ref: "element",
|
|
4805
|
+
class: "vvd-root",
|
|
4806
|
+
...this.helperText !== void 0 ? { "helper-text": this.helperText } : {},
|
|
4727
4807
|
...this.label !== void 0 ? { label: this.label } : {},
|
|
4728
4808
|
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
4729
4809
|
...this.iconTrailing !== void 0 ? { "icon-trailing": this.iconTrailing } : {},
|
|
@@ -4811,11 +4891,11 @@ const yt = d({
|
|
|
4811
4891
|
"input"
|
|
4812
4892
|
],
|
|
4813
4893
|
setup(t, o) {
|
|
4814
|
-
const
|
|
4815
|
-
return o.expose({}), { componentName:
|
|
4894
|
+
const s = l("side-drawer", Y), e = r(null);
|
|
4895
|
+
return o.expose({}), { componentName: s, element: e };
|
|
4816
4896
|
},
|
|
4817
4897
|
render() {
|
|
4818
|
-
return a ?
|
|
4898
|
+
return a ? n(
|
|
4819
4899
|
this.componentName,
|
|
4820
4900
|
{
|
|
4821
4901
|
ref: "element",
|
|
@@ -4826,6 +4906,7 @@ const yt = d({
|
|
|
4826
4906
|
...this.open !== void 0 ? { open: this.open } : {},
|
|
4827
4907
|
...this.trailing !== void 0 ? { trailing: this.trailing } : {}
|
|
4828
4908
|
},
|
|
4909
|
+
class: "vvd-root",
|
|
4829
4910
|
on: {
|
|
4830
4911
|
click: (t) => this.$emit("click", t),
|
|
4831
4912
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -4838,12 +4919,13 @@ const yt = d({
|
|
|
4838
4919
|
[
|
|
4839
4920
|
this.$slots.default,
|
|
4840
4921
|
// @slot app-content Sets assigned nodes to the main application content, the side drawer is opened next to.
|
|
4841
|
-
|
|
4922
|
+
h("app-content", this.$slots["app-content"])
|
|
4842
4923
|
]
|
|
4843
|
-
) :
|
|
4924
|
+
) : n(
|
|
4844
4925
|
this.componentName,
|
|
4845
4926
|
{
|
|
4846
4927
|
ref: "element",
|
|
4928
|
+
class: "vvd-root",
|
|
4847
4929
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
4848
4930
|
...this.alternate !== void 0 ? { alternate: this.alternate } : {},
|
|
4849
4931
|
...this.modal !== void 0 ? { modal: this.modal } : {},
|
|
@@ -4860,7 +4942,7 @@ const yt = d({
|
|
|
4860
4942
|
// @ts-ignore
|
|
4861
4943
|
this.$slots.default && this.$slots.default(),
|
|
4862
4944
|
// @slot app-content Sets assigned nodes to the main application content, the side drawer is opened next to.
|
|
4863
|
-
|
|
4945
|
+
h("app-content", this.$slots["app-content"])
|
|
4864
4946
|
]
|
|
4865
4947
|
);
|
|
4866
4948
|
}
|
|
@@ -4969,7 +5051,7 @@ const yt = d({
|
|
|
4969
5051
|
"update:modelValue"
|
|
4970
5052
|
],
|
|
4971
5053
|
setup(t, o) {
|
|
4972
|
-
const
|
|
5054
|
+
const s = l("slider", Z), e = r(null);
|
|
4973
5055
|
return o.expose({
|
|
4974
5056
|
/**
|
|
4975
5057
|
* Increment the value by the step
|
|
@@ -4992,10 +5074,10 @@ const yt = d({
|
|
|
4992
5074
|
var u;
|
|
4993
5075
|
return (u = e.value) == null ? void 0 : u.setThumbPositionForOrientation(i);
|
|
4994
5076
|
}
|
|
4995
|
-
}), { componentName:
|
|
5077
|
+
}), { componentName: s, element: e };
|
|
4996
5078
|
},
|
|
4997
5079
|
render() {
|
|
4998
|
-
return a ?
|
|
5080
|
+
return a ? n(
|
|
4999
5081
|
this.componentName,
|
|
5000
5082
|
{
|
|
5001
5083
|
ref: "element",
|
|
@@ -5014,6 +5096,7 @@ const yt = d({
|
|
|
5014
5096
|
...this.mode !== void 0 ? { mode: this.mode } : {},
|
|
5015
5097
|
...this.markers !== void 0 ? { markers: this.markers } : {}
|
|
5016
5098
|
},
|
|
5099
|
+
class: "vvd-root",
|
|
5017
5100
|
on: {
|
|
5018
5101
|
click: (t) => this.$emit("click", t),
|
|
5019
5102
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -5025,10 +5108,11 @@ const yt = d({
|
|
|
5025
5108
|
}
|
|
5026
5109
|
},
|
|
5027
5110
|
[]
|
|
5028
|
-
) :
|
|
5111
|
+
) : n(
|
|
5029
5112
|
this.componentName,
|
|
5030
5113
|
{
|
|
5031
5114
|
ref: "element",
|
|
5115
|
+
class: "vvd-root",
|
|
5032
5116
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
5033
5117
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
5034
5118
|
...this.value !== void 0 ? { value: this.value } : {},
|
|
@@ -5101,11 +5185,11 @@ const yt = d({
|
|
|
5101
5185
|
"input"
|
|
5102
5186
|
],
|
|
5103
5187
|
setup(t, o) {
|
|
5104
|
-
const
|
|
5105
|
-
return o.expose({}), { componentName:
|
|
5188
|
+
const s = l("switch", _), e = r(null);
|
|
5189
|
+
return o.expose({}), { componentName: s, element: e };
|
|
5106
5190
|
},
|
|
5107
5191
|
render() {
|
|
5108
|
-
return a ?
|
|
5192
|
+
return a ? n(
|
|
5109
5193
|
this.componentName,
|
|
5110
5194
|
{
|
|
5111
5195
|
ref: "element",
|
|
@@ -5114,6 +5198,7 @@ const yt = d({
|
|
|
5114
5198
|
...this.label !== void 0 ? { label: this.label } : {},
|
|
5115
5199
|
...this.connotation !== void 0 ? { connotation: this.connotation } : {}
|
|
5116
5200
|
},
|
|
5201
|
+
class: "vvd-root",
|
|
5117
5202
|
on: {
|
|
5118
5203
|
click: (t) => this.$emit("click", t),
|
|
5119
5204
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -5124,10 +5209,11 @@ const yt = d({
|
|
|
5124
5209
|
}
|
|
5125
5210
|
},
|
|
5126
5211
|
[]
|
|
5127
|
-
) :
|
|
5212
|
+
) : n(
|
|
5128
5213
|
this.componentName,
|
|
5129
5214
|
{
|
|
5130
5215
|
ref: "element",
|
|
5216
|
+
class: "vvd-root",
|
|
5131
5217
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
5132
5218
|
...this.label !== void 0 ? { label: this.label } : {},
|
|
5133
5219
|
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
@@ -5206,11 +5292,11 @@ const yt = d({
|
|
|
5206
5292
|
"input"
|
|
5207
5293
|
],
|
|
5208
5294
|
setup(t, o) {
|
|
5209
|
-
const
|
|
5210
|
-
return o.expose({}), { componentName:
|
|
5295
|
+
const s = l("tab", tt), e = r(null);
|
|
5296
|
+
return o.expose({}), { componentName: s, element: e };
|
|
5211
5297
|
},
|
|
5212
5298
|
render() {
|
|
5213
|
-
return a ?
|
|
5299
|
+
return a ? n(
|
|
5214
5300
|
this.componentName,
|
|
5215
5301
|
{
|
|
5216
5302
|
ref: "element",
|
|
@@ -5223,6 +5309,7 @@ const yt = d({
|
|
|
5223
5309
|
...this.tabIndex !== void 0 ? { tabIndex: this.tabIndex } : {},
|
|
5224
5310
|
...this.ariaSelected !== void 0 ? { "aria-selected": this.ariaSelected } : {}
|
|
5225
5311
|
},
|
|
5312
|
+
class: "vvd-root",
|
|
5226
5313
|
on: {
|
|
5227
5314
|
click: (t) => this.$emit("click", t),
|
|
5228
5315
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -5233,10 +5320,11 @@ const yt = d({
|
|
|
5233
5320
|
}
|
|
5234
5321
|
},
|
|
5235
5322
|
[]
|
|
5236
|
-
) :
|
|
5323
|
+
) : n(
|
|
5237
5324
|
this.componentName,
|
|
5238
5325
|
{
|
|
5239
5326
|
ref: "element",
|
|
5327
|
+
class: "vvd-root",
|
|
5240
5328
|
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
5241
5329
|
...this.iconTrailing !== void 0 ? { "icon-trailing": this.iconTrailing } : {},
|
|
5242
5330
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
@@ -5314,7 +5402,7 @@ const yt = d({
|
|
|
5314
5402
|
"change"
|
|
5315
5403
|
],
|
|
5316
5404
|
setup(t, o) {
|
|
5317
|
-
const
|
|
5405
|
+
const s = l("tabs", et), e = r(null);
|
|
5318
5406
|
return o.expose({
|
|
5319
5407
|
/**
|
|
5320
5408
|
* The adjust method for FASTTabs
|
|
@@ -5339,10 +5427,10 @@ const yt = d({
|
|
|
5339
5427
|
var i;
|
|
5340
5428
|
return (i = e.value) == null ? void 0 : i.tabpanelsChanged();
|
|
5341
5429
|
}
|
|
5342
|
-
}), { componentName:
|
|
5430
|
+
}), { componentName: s, element: e };
|
|
5343
5431
|
},
|
|
5344
5432
|
render() {
|
|
5345
|
-
return a ?
|
|
5433
|
+
return a ? n(
|
|
5346
5434
|
this.componentName,
|
|
5347
5435
|
{
|
|
5348
5436
|
ref: "element",
|
|
@@ -5352,6 +5440,7 @@ const yt = d({
|
|
|
5352
5440
|
...this.activeid !== void 0 ? { activeid: this.activeid } : {},
|
|
5353
5441
|
...this.activeindicator !== void 0 ? { activeindicator: this.activeindicator } : {}
|
|
5354
5442
|
},
|
|
5443
|
+
class: "vvd-root",
|
|
5355
5444
|
on: {
|
|
5356
5445
|
click: (t) => this.$emit("click", t),
|
|
5357
5446
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -5363,10 +5452,11 @@ const yt = d({
|
|
|
5363
5452
|
}
|
|
5364
5453
|
},
|
|
5365
5454
|
[this.$slots.default]
|
|
5366
|
-
) :
|
|
5455
|
+
) : n(
|
|
5367
5456
|
this.componentName,
|
|
5368
5457
|
{
|
|
5369
5458
|
ref: "element",
|
|
5459
|
+
class: "vvd-root",
|
|
5370
5460
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
5371
5461
|
...this.orientation !== void 0 ? { orientation: this.orientation } : {},
|
|
5372
5462
|
...this.activeid !== void 0 ? { activeid: this.activeid } : {},
|
|
@@ -5428,15 +5518,16 @@ const yt = d({
|
|
|
5428
5518
|
"input"
|
|
5429
5519
|
],
|
|
5430
5520
|
setup(t, o) {
|
|
5431
|
-
const
|
|
5432
|
-
return o.expose({}), { componentName:
|
|
5521
|
+
const s = l("tab-panel", it), e = r(null);
|
|
5522
|
+
return o.expose({}), { componentName: s, element: e };
|
|
5433
5523
|
},
|
|
5434
5524
|
render() {
|
|
5435
|
-
return a ?
|
|
5525
|
+
return a ? n(
|
|
5436
5526
|
this.componentName,
|
|
5437
5527
|
{
|
|
5438
5528
|
ref: "element",
|
|
5439
5529
|
attrs: { ...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {} },
|
|
5530
|
+
class: "vvd-root",
|
|
5440
5531
|
on: {
|
|
5441
5532
|
click: (t) => this.$emit("click", t),
|
|
5442
5533
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -5447,10 +5538,11 @@ const yt = d({
|
|
|
5447
5538
|
}
|
|
5448
5539
|
},
|
|
5449
5540
|
[this.$slots.default]
|
|
5450
|
-
) :
|
|
5541
|
+
) : n(
|
|
5451
5542
|
this.componentName,
|
|
5452
5543
|
{
|
|
5453
5544
|
ref: "element",
|
|
5545
|
+
class: "vvd-root",
|
|
5454
5546
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
5455
5547
|
onClick: (t) => this.$emit("click", t),
|
|
5456
5548
|
onFocus: (t) => this.$emit("focus", t),
|
|
@@ -5525,11 +5617,11 @@ const yt = d({
|
|
|
5525
5617
|
"input"
|
|
5526
5618
|
],
|
|
5527
5619
|
setup(t, o) {
|
|
5528
|
-
const
|
|
5529
|
-
return o.expose({}), { componentName:
|
|
5620
|
+
const s = l("text-area", ot), e = r(null);
|
|
5621
|
+
return o.expose({}), { componentName: s, element: e };
|
|
5530
5622
|
},
|
|
5531
5623
|
render() {
|
|
5532
|
-
return a ?
|
|
5624
|
+
return a ? n(
|
|
5533
5625
|
this.componentName,
|
|
5534
5626
|
{
|
|
5535
5627
|
ref: "element",
|
|
@@ -5541,6 +5633,7 @@ const yt = d({
|
|
|
5541
5633
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
5542
5634
|
...this.wrap !== void 0 ? { wrap: this.wrap } : {}
|
|
5543
5635
|
},
|
|
5636
|
+
class: "vvd-root",
|
|
5544
5637
|
on: {
|
|
5545
5638
|
click: (t) => this.$emit("click", t),
|
|
5546
5639
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -5551,10 +5644,11 @@ const yt = d({
|
|
|
5551
5644
|
}
|
|
5552
5645
|
},
|
|
5553
5646
|
[]
|
|
5554
|
-
) :
|
|
5647
|
+
) : n(
|
|
5555
5648
|
this.componentName,
|
|
5556
5649
|
{
|
|
5557
5650
|
ref: "element",
|
|
5651
|
+
class: "vvd-root",
|
|
5558
5652
|
...this.successText !== void 0 ? { "success-text": this.successText } : {},
|
|
5559
5653
|
...this.helperText !== void 0 ? { "helper-text": this.helperText } : {},
|
|
5560
5654
|
...this.charCount !== void 0 ? { "char-count": this.charCount } : {},
|
|
@@ -5715,7 +5809,7 @@ const yt = d({
|
|
|
5715
5809
|
"change"
|
|
5716
5810
|
],
|
|
5717
5811
|
setup(t, o) {
|
|
5718
|
-
const
|
|
5812
|
+
const s = l("text-field", st), e = r(null);
|
|
5719
5813
|
return o.expose({
|
|
5720
5814
|
/**
|
|
5721
5815
|
* Selects all the text in the text field
|
|
@@ -5731,10 +5825,10 @@ const yt = d({
|
|
|
5731
5825
|
var i;
|
|
5732
5826
|
return (i = e.value) == null ? void 0 : i.validate();
|
|
5733
5827
|
}
|
|
5734
|
-
}), { componentName:
|
|
5828
|
+
}), { componentName: s, element: e };
|
|
5735
5829
|
},
|
|
5736
5830
|
render() {
|
|
5737
|
-
return a ?
|
|
5831
|
+
return a ? n(
|
|
5738
5832
|
this.componentName,
|
|
5739
5833
|
{
|
|
5740
5834
|
ref: "element",
|
|
@@ -5764,6 +5858,7 @@ const yt = d({
|
|
|
5764
5858
|
...this.shape !== void 0 ? { shape: this.shape } : {},
|
|
5765
5859
|
...this.autoComplete !== void 0 ? { autoComplete: this.autoComplete } : {}
|
|
5766
5860
|
},
|
|
5861
|
+
class: "vvd-root",
|
|
5767
5862
|
on: {
|
|
5768
5863
|
click: (t) => this.$emit("click", t),
|
|
5769
5864
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -5775,10 +5870,11 @@ const yt = d({
|
|
|
5775
5870
|
}
|
|
5776
5871
|
},
|
|
5777
5872
|
[]
|
|
5778
|
-
) :
|
|
5873
|
+
) : n(
|
|
5779
5874
|
this.componentName,
|
|
5780
5875
|
{
|
|
5781
5876
|
ref: "element",
|
|
5877
|
+
class: "vvd-root",
|
|
5782
5878
|
...this.successText !== void 0 ? { "success-text": this.successText } : {},
|
|
5783
5879
|
...this.helperText !== void 0 ? { "helper-text": this.helperText } : {},
|
|
5784
5880
|
...this.charCount !== void 0 ? { "char-count": this.charCount } : {},
|
|
@@ -5893,7 +5989,7 @@ const yt = d({
|
|
|
5893
5989
|
"input"
|
|
5894
5990
|
],
|
|
5895
5991
|
setup(t, o) {
|
|
5896
|
-
const
|
|
5992
|
+
const s = l("tooltip", nt), e = r(null);
|
|
5897
5993
|
return o.expose({
|
|
5898
5994
|
openChanged(i, u) {
|
|
5899
5995
|
var c;
|
|
@@ -5914,10 +6010,10 @@ const yt = d({
|
|
|
5914
6010
|
var i;
|
|
5915
6011
|
return (i = e.value) == null ? void 0 : i.hide();
|
|
5916
6012
|
}
|
|
5917
|
-
}), { componentName:
|
|
6013
|
+
}), { componentName: s, element: e };
|
|
5918
6014
|
},
|
|
5919
6015
|
render() {
|
|
5920
|
-
return a ?
|
|
6016
|
+
return a ? n(
|
|
5921
6017
|
this.componentName,
|
|
5922
6018
|
{
|
|
5923
6019
|
ref: "element",
|
|
@@ -5931,6 +6027,7 @@ const yt = d({
|
|
|
5931
6027
|
...this.text !== void 0 ? { text: this.text } : {},
|
|
5932
6028
|
...this.open !== void 0 ? { open: this.open } : {}
|
|
5933
6029
|
},
|
|
6030
|
+
class: "vvd-root",
|
|
5934
6031
|
domProps: { ...this.anchor !== void 0 ? { anchor: this.anchor } : {} },
|
|
5935
6032
|
on: {
|
|
5936
6033
|
click: (t) => this.$emit("click", t),
|
|
@@ -5942,10 +6039,11 @@ const yt = d({
|
|
|
5942
6039
|
}
|
|
5943
6040
|
},
|
|
5944
6041
|
[]
|
|
5945
|
-
) :
|
|
6042
|
+
) : n(
|
|
5946
6043
|
this.componentName,
|
|
5947
6044
|
{
|
|
5948
6045
|
ref: "element",
|
|
6046
|
+
class: "vvd-root",
|
|
5949
6047
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
5950
6048
|
...this.dismissible !== void 0 ? { dismissible: this.dismissible } : {},
|
|
5951
6049
|
...this.arrow !== void 0 ? { arrow: this.arrow } : {},
|
|
@@ -6042,11 +6140,11 @@ const yt = d({
|
|
|
6042
6140
|
"selected-change"
|
|
6043
6141
|
],
|
|
6044
6142
|
setup(t, o) {
|
|
6045
|
-
const
|
|
6046
|
-
return o.expose({}), { componentName:
|
|
6143
|
+
const s = l("tree-item", at), e = r(null);
|
|
6144
|
+
return o.expose({}), { componentName: s, element: e };
|
|
6047
6145
|
},
|
|
6048
6146
|
render() {
|
|
6049
|
-
return a ?
|
|
6147
|
+
return a ? n(
|
|
6050
6148
|
this.componentName,
|
|
6051
6149
|
{
|
|
6052
6150
|
ref: "element",
|
|
@@ -6058,6 +6156,7 @@ const yt = d({
|
|
|
6058
6156
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
6059
6157
|
...this.text !== void 0 ? { text: this.text } : {}
|
|
6060
6158
|
},
|
|
6159
|
+
class: "vvd-root",
|
|
6061
6160
|
on: {
|
|
6062
6161
|
click: (t) => this.$emit("click", t),
|
|
6063
6162
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -6071,12 +6170,13 @@ const yt = d({
|
|
|
6071
6170
|
},
|
|
6072
6171
|
[
|
|
6073
6172
|
// @slot item To specify a child tree item.
|
|
6074
|
-
|
|
6173
|
+
h("item", this.$slots.item)
|
|
6075
6174
|
]
|
|
6076
|
-
) :
|
|
6175
|
+
) : n(
|
|
6077
6176
|
this.componentName,
|
|
6078
6177
|
{
|
|
6079
6178
|
ref: "element",
|
|
6179
|
+
class: "vvd-root",
|
|
6080
6180
|
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
6081
6181
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
6082
6182
|
...this.expanded !== void 0 ? { expanded: this.expanded } : {},
|
|
@@ -6094,11 +6194,11 @@ const yt = d({
|
|
|
6094
6194
|
},
|
|
6095
6195
|
[
|
|
6096
6196
|
// @slot item To specify a child tree item.
|
|
6097
|
-
|
|
6197
|
+
h("item", this.$slots.item)
|
|
6098
6198
|
]
|
|
6099
6199
|
);
|
|
6100
6200
|
}
|
|
6101
|
-
}),
|
|
6201
|
+
}), se = d({
|
|
6102
6202
|
props: {
|
|
6103
6203
|
/**
|
|
6104
6204
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
@@ -6146,11 +6246,11 @@ const yt = d({
|
|
|
6146
6246
|
"input"
|
|
6147
6247
|
],
|
|
6148
6248
|
setup(t, o) {
|
|
6149
|
-
const
|
|
6150
|
-
return o.expose({}), { componentName:
|
|
6249
|
+
const s = l("tree-view", rt), e = r(null);
|
|
6250
|
+
return o.expose({}), { componentName: s, element: e };
|
|
6151
6251
|
},
|
|
6152
6252
|
render() {
|
|
6153
|
-
return a ?
|
|
6253
|
+
return a ? n(
|
|
6154
6254
|
this.componentName,
|
|
6155
6255
|
{
|
|
6156
6256
|
ref: "element",
|
|
@@ -6158,6 +6258,7 @@ const yt = d({
|
|
|
6158
6258
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
6159
6259
|
...this.renderCollapsedNodes !== void 0 ? { "render-collapsed-nodes": this.renderCollapsedNodes } : {}
|
|
6160
6260
|
},
|
|
6261
|
+
class: "vvd-root",
|
|
6161
6262
|
on: {
|
|
6162
6263
|
click: (t) => this.$emit("click", t),
|
|
6163
6264
|
focus: (t) => this.$emit("focus", t),
|
|
@@ -6168,10 +6269,11 @@ const yt = d({
|
|
|
6168
6269
|
}
|
|
6169
6270
|
},
|
|
6170
6271
|
[this.$slots.default]
|
|
6171
|
-
) :
|
|
6272
|
+
) : n(
|
|
6172
6273
|
this.componentName,
|
|
6173
6274
|
{
|
|
6174
6275
|
ref: "element",
|
|
6276
|
+
class: "vvd-root",
|
|
6175
6277
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
6176
6278
|
...this.renderCollapsedNodes !== void 0 ? { "render-collapsed-nodes": this.renderCollapsedNodes } : {},
|
|
6177
6279
|
onClick: (t) => this.$emit("click", t),
|
|
@@ -6205,8 +6307,8 @@ export {
|
|
|
6205
6307
|
Nt as VCombobox,
|
|
6206
6308
|
Bt as VDataGrid,
|
|
6207
6309
|
Vt as VDialog,
|
|
6208
|
-
|
|
6209
|
-
|
|
6310
|
+
Tt as VDivider,
|
|
6311
|
+
Kt as VFab,
|
|
6210
6312
|
It as VHeader,
|
|
6211
6313
|
qt as VIcon,
|
|
6212
6314
|
zt as VLayout,
|
|
@@ -6234,6 +6336,6 @@ export {
|
|
|
6234
6336
|
ee as VTextField,
|
|
6235
6337
|
ie as VTooltip,
|
|
6236
6338
|
oe as VTreeItem,
|
|
6237
|
-
|
|
6339
|
+
se as VTreeView,
|
|
6238
6340
|
ct as setCustomComponentPrefix
|
|
6239
6341
|
};
|