@vonage/vivid-vue 3.60.0 → 4.0.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/generated/components/VBanner.vue2.d.ts +3 -3
- package/generated/components/VBanner.vue3.d.ts +3 -3
- package/generated/components/VButton.vue2.d.ts +2 -19
- package/generated/components/VButton.vue3.d.ts +2 -19
- package/generated/components/VCheckbox.vue2.d.ts +4 -36
- package/generated/components/VCheckbox.vue3.d.ts +4 -36
- package/generated/components/VCombobox.vue2.d.ts +2 -19
- package/generated/components/VCombobox.vue3.d.ts +2 -19
- package/generated/components/VDataGridCell.vue2.d.ts +3 -3
- package/generated/components/VDataGridCell.vue3.d.ts +3 -3
- package/generated/components/VDatePicker.vue2.d.ts +4 -19
- package/generated/components/VDatePicker.vue3.d.ts +4 -19
- package/generated/components/VDateRangePicker.vue2.d.ts +2 -63
- package/generated/components/VDateRangePicker.vue3.d.ts +2 -63
- package/generated/components/VFab.vue2.d.ts +2 -19
- package/generated/components/VFab.vue3.d.ts +2 -19
- package/generated/components/VFilePicker.vue2.d.ts +2 -19
- package/generated/components/VFilePicker.vue3.d.ts +2 -19
- package/generated/components/VNumberField.vue2.d.ts +2 -19
- package/generated/components/VNumberField.vue3.d.ts +2 -19
- package/generated/components/VOption.vue2.d.ts +0 -17
- package/generated/components/VOption.vue3.d.ts +0 -17
- package/generated/components/VRadio.vue2.d.ts +4 -36
- package/generated/components/VRadio.vue3.d.ts +4 -36
- package/generated/components/VRangeSlider.vue2.d.ts +2 -65
- package/generated/components/VRangeSlider.vue3.d.ts +2 -65
- package/generated/components/VSelect.vue2.d.ts +2 -19
- package/generated/components/VSelect.vue3.d.ts +2 -19
- package/generated/components/VSlider.vue2.d.ts +2 -19
- package/generated/components/VSlider.vue3.d.ts +2 -19
- package/generated/components/VSwitch.vue2.d.ts +4 -36
- package/generated/components/VSwitch.vue3.d.ts +4 -36
- package/generated/components/VTab.vue2.d.ts +3 -3
- package/generated/components/VTab.vue3.d.ts +3 -3
- package/generated/components/VTextArea.vue2.d.ts +2 -19
- package/generated/components/VTextArea.vue3.d.ts +2 -19
- package/generated/components/VTextField.vue2.d.ts +2 -19
- package/generated/components/VTextField.vue3.d.ts +2 -19
- package/generated/components/VTimePicker.vue2.d.ts +2 -19
- package/generated/components/VTimePicker.vue3.d.ts +2 -19
- package/index.cjs +679 -881
- package/index.js +679 -881
- package/package.json +2 -2
- package/web-types.json +6 -198
package/index.js
CHANGED
|
@@ -111,8 +111,8 @@ const VAccordion = defineComponent({
|
|
|
111
111
|
{
|
|
112
112
|
ref: "element",
|
|
113
113
|
class: "vvd-component",
|
|
114
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
115
|
-
...this.expandMode !== void 0 ? { "expand-mode": this.expandMode } : {},
|
|
114
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
115
|
+
...this.expandMode !== void 0 ? { "^expand-mode": this.expandMode } : {},
|
|
116
116
|
onClick: (event) => this.$emit("click", event),
|
|
117
117
|
onFocus: (event) => this.$emit("focus", event),
|
|
118
118
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -287,16 +287,16 @@ const VAccordionItem = defineComponent({
|
|
|
287
287
|
{
|
|
288
288
|
ref: "element",
|
|
289
289
|
class: "vvd-component",
|
|
290
|
-
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
291
|
-
...this.iconTrailing !== void 0 ? { "icon-trailing": this.iconTrailing } : {},
|
|
292
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
293
|
-
...this.headingLevel !== void 0 ? { "heading-level": this.headingLevel } : {},
|
|
294
|
-
...this.expanded !== void 0 ? { expanded: this.expanded } : {},
|
|
295
|
-
...this.id !== void 0 ? { id: this.id } : {},
|
|
296
|
-
...this.heading !== void 0 ? { heading: this.heading } : {},
|
|
297
|
-
...this.noIndicator !== void 0 ? { "no-indicator": this.noIndicator } : {},
|
|
298
|
-
...this.meta !== void 0 ? { meta: this.meta } : {},
|
|
299
|
-
...this.size !== void 0 ? { size: this.size } : {},
|
|
290
|
+
...this.icon !== void 0 ? { "^icon": this.icon } : {},
|
|
291
|
+
...this.iconTrailing !== void 0 ? { "^icon-trailing": this.iconTrailing } : {},
|
|
292
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
293
|
+
...this.headingLevel !== void 0 ? { "^heading-level": this.headingLevel } : {},
|
|
294
|
+
...this.expanded !== void 0 ? { "^expanded": this.expanded } : {},
|
|
295
|
+
...this.id !== void 0 ? { "^id": this.id } : {},
|
|
296
|
+
...this.heading !== void 0 ? { "^heading": this.heading } : {},
|
|
297
|
+
...this.noIndicator !== void 0 ? { "^no-indicator": this.noIndicator } : {},
|
|
298
|
+
...this.meta !== void 0 ? { "^meta": this.meta } : {},
|
|
299
|
+
...this.size !== void 0 ? { "^size": this.size } : {},
|
|
300
300
|
onClick: (event) => this.$emit("click", event),
|
|
301
301
|
onFocus: (event) => this.$emit("focus", event),
|
|
302
302
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -416,12 +416,12 @@ const VActionGroup = defineComponent({
|
|
|
416
416
|
{
|
|
417
417
|
ref: "element",
|
|
418
418
|
class: "vvd-component",
|
|
419
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
420
|
-
...this.shape !== void 0 ? { shape: this.shape } : {},
|
|
421
|
-
...this.appearance !== void 0 ? { appearance: this.appearance } : {},
|
|
422
|
-
...this.tight !== void 0 ? { tight: this.tight } : {},
|
|
423
|
-
...this.role !== void 0 ? { role: this.role } : {},
|
|
424
|
-
...this.ariaLabel !== void 0 ? { "aria-label": this.ariaLabel } : {},
|
|
419
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
420
|
+
...this.shape !== void 0 ? { "^shape": this.shape } : {},
|
|
421
|
+
...this.appearance !== void 0 ? { "^appearance": this.appearance } : {},
|
|
422
|
+
...this.tight !== void 0 ? { "^tight": this.tight } : {},
|
|
423
|
+
...this.role !== void 0 ? { "^role": this.role } : {},
|
|
424
|
+
...this.ariaLabel !== void 0 ? { "^aria-label": this.ariaLabel } : {},
|
|
425
425
|
onClick: (event) => this.$emit("click", event),
|
|
426
426
|
onFocus: (event) => this.$emit("focus", event),
|
|
427
427
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -601,17 +601,17 @@ const VAlert = defineComponent({
|
|
|
601
601
|
{
|
|
602
602
|
ref: "element",
|
|
603
603
|
class: "vvd-component",
|
|
604
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
605
|
-
...this.dismissButtonAriaLabel !== void 0 ? { "dismiss-button-aria-label": this.dismissButtonAriaLabel } : {},
|
|
606
|
-
...this.removable !== void 0 ? { removable: this.removable } : {},
|
|
607
|
-
...this.placement !== void 0 ? { placement: this.placement } : {},
|
|
608
|
-
...this.headline !== void 0 ? { headline: this.headline } : {},
|
|
609
|
-
...this.text !== void 0 ? { text: this.text } : {},
|
|
610
|
-
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
611
|
-
...this.timeoutms !== void 0 ? { timeoutms: this.timeoutms } : {},
|
|
612
|
-
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
613
|
-
...this.strategy !== void 0 ? { strategy: this.strategy } : {},
|
|
614
|
-
...this.open !== void 0 ? { open: this.open } : {},
|
|
604
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
605
|
+
...this.dismissButtonAriaLabel !== void 0 ? { "^dismiss-button-aria-label": this.dismissButtonAriaLabel } : {},
|
|
606
|
+
...this.removable !== void 0 ? { "^removable": this.removable } : {},
|
|
607
|
+
...this.placement !== void 0 ? { "^placement": this.placement } : {},
|
|
608
|
+
...this.headline !== void 0 ? { "^headline": this.headline } : {},
|
|
609
|
+
...this.text !== void 0 ? { "^text": this.text } : {},
|
|
610
|
+
...this.icon !== void 0 ? { "^icon": this.icon } : {},
|
|
611
|
+
...this.timeoutms !== void 0 ? { "^timeoutms": this.timeoutms } : {},
|
|
612
|
+
...this.connotation !== void 0 ? { "^connotation": this.connotation } : {},
|
|
613
|
+
...this.strategy !== void 0 ? { "^strategy": this.strategy } : {},
|
|
614
|
+
...this.open !== void 0 ? { "^open": this.open } : {},
|
|
615
615
|
onClick: (event) => this.$emit("click", event),
|
|
616
616
|
onFocus: (event) => this.$emit("focus", event),
|
|
617
617
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -779,18 +779,18 @@ const VAudioPlayer = defineComponent({
|
|
|
779
779
|
{
|
|
780
780
|
ref: "element",
|
|
781
781
|
class: "vvd-component",
|
|
782
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
783
|
-
...this.playButtonAriaLabel !== void 0 ? { "play-button-aria-label": this.playButtonAriaLabel } : {},
|
|
784
|
-
...this.pauseButtonAriaLabel !== void 0 ? { "pause-button-aria-label": this.pauseButtonAriaLabel } : {},
|
|
785
|
-
...this.sliderAriaLabel !== void 0 ? { "slider-aria-label": this.sliderAriaLabel } : {},
|
|
786
|
-
...this.skipForwardAriaLabel !== void 0 ? { "skip-forward-aria-label": this.skipForwardAriaLabel } : {},
|
|
787
|
-
...this.skipBackwardAriaLabel !== void 0 ? { "skip-backward-aria-label": this.skipBackwardAriaLabel } : {},
|
|
788
|
-
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
789
|
-
...this.src !== void 0 ? { src: this.src } : {},
|
|
790
|
-
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
791
|
-
...this.notime !== void 0 ? { notime: this.notime } : {},
|
|
792
|
-
...this.skipBy !== void 0 ? { "skip-by": this.skipBy } : {},
|
|
793
|
-
...this.playbackRates !== void 0 ? { "playback-rates": this.playbackRates } : {},
|
|
782
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
783
|
+
...this.playButtonAriaLabel !== void 0 ? { "^play-button-aria-label": this.playButtonAriaLabel } : {},
|
|
784
|
+
...this.pauseButtonAriaLabel !== void 0 ? { "^pause-button-aria-label": this.pauseButtonAriaLabel } : {},
|
|
785
|
+
...this.sliderAriaLabel !== void 0 ? { "^slider-aria-label": this.sliderAriaLabel } : {},
|
|
786
|
+
...this.skipForwardAriaLabel !== void 0 ? { "^skip-forward-aria-label": this.skipForwardAriaLabel } : {},
|
|
787
|
+
...this.skipBackwardAriaLabel !== void 0 ? { "^skip-backward-aria-label": this.skipBackwardAriaLabel } : {},
|
|
788
|
+
...this.connotation !== void 0 ? { "^connotation": this.connotation } : {},
|
|
789
|
+
...this.src !== void 0 ? { "^src": this.src } : {},
|
|
790
|
+
...this.disabled !== void 0 ? { "^disabled": this.disabled } : {},
|
|
791
|
+
...this.notime !== void 0 ? { "^notime": this.notime } : {},
|
|
792
|
+
...this.skipBy !== void 0 ? { "^skip-by": this.skipBy } : {},
|
|
793
|
+
...this.playbackRates !== void 0 ? { "^playback-rates": this.playbackRates } : {},
|
|
794
794
|
onClick: (event) => this.$emit("click", event),
|
|
795
795
|
onFocus: (event) => this.$emit("focus", event),
|
|
796
796
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -926,13 +926,13 @@ const VAvatar = defineComponent({
|
|
|
926
926
|
{
|
|
927
927
|
ref: "element",
|
|
928
928
|
class: "vvd-component",
|
|
929
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
930
|
-
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
931
|
-
...this.shape !== void 0 ? { shape: this.shape } : {},
|
|
932
|
-
...this.appearance !== void 0 ? { appearance: this.appearance } : {},
|
|
933
|
-
...this.size !== void 0 ? { size: this.size } : {},
|
|
934
|
-
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
935
|
-
...this.initials !== void 0 ? { initials: this.initials } : {},
|
|
929
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
930
|
+
...this.connotation !== void 0 ? { "^connotation": this.connotation } : {},
|
|
931
|
+
...this.shape !== void 0 ? { "^shape": this.shape } : {},
|
|
932
|
+
...this.appearance !== void 0 ? { "^appearance": this.appearance } : {},
|
|
933
|
+
...this.size !== void 0 ? { "^size": this.size } : {},
|
|
934
|
+
...this.icon !== void 0 ? { "^icon": this.icon } : {},
|
|
935
|
+
...this.initials !== void 0 ? { "^initials": this.initials } : {},
|
|
936
936
|
onClick: (event) => this.$emit("click", event),
|
|
937
937
|
onFocus: (event) => this.$emit("focus", event),
|
|
938
938
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -1067,13 +1067,13 @@ const VBadge = defineComponent({
|
|
|
1067
1067
|
{
|
|
1068
1068
|
ref: "element",
|
|
1069
1069
|
class: "vvd-component",
|
|
1070
|
-
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
1071
|
-
...this.iconTrailing !== void 0 ? { "icon-trailing": this.iconTrailing } : {},
|
|
1072
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
1073
|
-
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
1074
|
-
...this.shape !== void 0 ? { shape: this.shape } : {},
|
|
1075
|
-
...this.appearance !== void 0 ? { appearance: this.appearance } : {},
|
|
1076
|
-
...this.text !== void 0 ? { text: this.text } : {},
|
|
1070
|
+
...this.icon !== void 0 ? { "^icon": this.icon } : {},
|
|
1071
|
+
...this.iconTrailing !== void 0 ? { "^icon-trailing": this.iconTrailing } : {},
|
|
1072
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
1073
|
+
...this.connotation !== void 0 ? { "^connotation": this.connotation } : {},
|
|
1074
|
+
...this.shape !== void 0 ? { "^shape": this.shape } : {},
|
|
1075
|
+
...this.appearance !== void 0 ? { "^appearance": this.appearance } : {},
|
|
1076
|
+
...this.text !== void 0 ? { "^text": this.text } : {},
|
|
1077
1077
|
onClick: (event) => this.$emit("click", event),
|
|
1078
1078
|
onFocus: (event) => this.$emit("focus", event),
|
|
1079
1079
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -1111,7 +1111,7 @@ const VBanner = defineComponent({
|
|
|
1111
1111
|
actionHref: { type: String, default: void 0 },
|
|
1112
1112
|
actionText: { type: String, default: void 0 },
|
|
1113
1113
|
removable: { type: Boolean, default: void 0 },
|
|
1114
|
-
ariaLive: { type:
|
|
1114
|
+
ariaLive: { type: String, default: void 0 },
|
|
1115
1115
|
text: { type: String, default: void 0 },
|
|
1116
1116
|
connotation: {
|
|
1117
1117
|
type: String,
|
|
@@ -1202,16 +1202,16 @@ const VBanner = defineComponent({
|
|
|
1202
1202
|
{
|
|
1203
1203
|
ref: "element",
|
|
1204
1204
|
class: "vvd-component",
|
|
1205
|
-
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
1206
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
1207
|
-
...this.dismissAriaLabel !== void 0 ? { "dismiss-aria-label": this.dismissAriaLabel } : {},
|
|
1208
|
-
...this.role !== void 0 ? { role: this.role } : {},
|
|
1209
|
-
...this.actionHref !== void 0 ? { "action-href": this.actionHref } : {},
|
|
1210
|
-
...this.actionText !== void 0 ? { "action-text": this.actionText } : {},
|
|
1211
|
-
...this.removable !== void 0 ? { removable: this.removable } : {},
|
|
1212
|
-
...this.ariaLive !== void 0 ? { "aria-live": this.ariaLive } : {},
|
|
1213
|
-
...this.text !== void 0 ? { text: this.text } : {},
|
|
1214
|
-
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
1205
|
+
...this.icon !== void 0 ? { "^icon": this.icon } : {},
|
|
1206
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
1207
|
+
...this.dismissAriaLabel !== void 0 ? { "^dismiss-aria-label": this.dismissAriaLabel } : {},
|
|
1208
|
+
...this.role !== void 0 ? { "^role": this.role } : {},
|
|
1209
|
+
...this.actionHref !== void 0 ? { "^action-href": this.actionHref } : {},
|
|
1210
|
+
...this.actionText !== void 0 ? { "^action-text": this.actionText } : {},
|
|
1211
|
+
...this.removable !== void 0 ? { "^removable": this.removable } : {},
|
|
1212
|
+
...this.ariaLive !== void 0 ? { "^aria-live": this.ariaLive } : {},
|
|
1213
|
+
...this.text !== void 0 ? { "^text": this.text } : {},
|
|
1214
|
+
...this.connotation !== void 0 ? { "^connotation": this.connotation } : {},
|
|
1215
1215
|
onClick: (event) => this.$emit("click", event),
|
|
1216
1216
|
onFocus: (event) => this.$emit("focus", event),
|
|
1217
1217
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -1307,7 +1307,7 @@ const VBreadcrumb = defineComponent({
|
|
|
1307
1307
|
{
|
|
1308
1308
|
ref: "element",
|
|
1309
1309
|
class: "vvd-component",
|
|
1310
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
1310
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
1311
1311
|
onClick: (event) => this.$emit("click", event),
|
|
1312
1312
|
onFocus: (event) => this.$emit("focus", event),
|
|
1313
1313
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -1447,16 +1447,16 @@ const VBreadcrumbItem = defineComponent({
|
|
|
1447
1447
|
{
|
|
1448
1448
|
ref: "element",
|
|
1449
1449
|
class: "vvd-component",
|
|
1450
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
1451
|
-
...this.download !== void 0 ? { download: this.download } : {},
|
|
1452
|
-
...this.href !== void 0 ? { href: this.href } : {},
|
|
1453
|
-
...this.hreflang !== void 0 ? { hreflang: this.hreflang } : {},
|
|
1454
|
-
...this.ping !== void 0 ? { ping: this.ping } : {},
|
|
1455
|
-
...this.referrerpolicy !== void 0 ? { referrerpolicy: this.referrerpolicy } : {},
|
|
1456
|
-
...this.rel !== void 0 ? { rel: this.rel } : {},
|
|
1457
|
-
...this.target !== void 0 ? { target: this.target } : {},
|
|
1458
|
-
...this.type !== void 0 ? { type: this.type } : {},
|
|
1459
|
-
...this.text !== void 0 ? { text: this.text } : {},
|
|
1450
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
1451
|
+
...this.download !== void 0 ? { "^download": this.download } : {},
|
|
1452
|
+
...this.href !== void 0 ? { "^href": this.href } : {},
|
|
1453
|
+
...this.hreflang !== void 0 ? { "^hreflang": this.hreflang } : {},
|
|
1454
|
+
...this.ping !== void 0 ? { "^ping": this.ping } : {},
|
|
1455
|
+
...this.referrerpolicy !== void 0 ? { "^referrerpolicy": this.referrerpolicy } : {},
|
|
1456
|
+
...this.rel !== void 0 ? { "^rel": this.rel } : {},
|
|
1457
|
+
...this.target !== void 0 ? { "^target": this.target } : {},
|
|
1458
|
+
...this.type !== void 0 ? { "^type": this.type } : {},
|
|
1459
|
+
...this.text !== void 0 ? { "^text": this.text } : {},
|
|
1460
1460
|
onClick: (event) => this.$emit("click", event),
|
|
1461
1461
|
onFocus: (event) => this.$emit("focus", event),
|
|
1462
1462
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -1500,11 +1500,6 @@ const VButton = defineComponent({
|
|
|
1500
1500
|
* only when the `value` property has not been explicitly set.
|
|
1501
1501
|
*/
|
|
1502
1502
|
initialValue: { type: String, default: void 0 },
|
|
1503
|
-
/**
|
|
1504
|
-
* The initial value of the form. This value sets the `value` property
|
|
1505
|
-
* only when the `value` property has not been explicitly set.
|
|
1506
|
-
*/
|
|
1507
|
-
value: { type: String, default: void 0 },
|
|
1508
1503
|
/**
|
|
1509
1504
|
* The current value of the element. This property serves as a mechanism
|
|
1510
1505
|
* to set the `value` property through both property assignment and the
|
|
@@ -1512,7 +1507,7 @@ const VButton = defineComponent({
|
|
|
1512
1507
|
* in UI libraries that bind data through the .setAttribute() API
|
|
1513
1508
|
* and don't support IDL attribute binding.
|
|
1514
1509
|
*/
|
|
1515
|
-
|
|
1510
|
+
value: { type: String, default: void 0 },
|
|
1516
1511
|
/**
|
|
1517
1512
|
* The name of the element. This element's value will be surfaced during form submission under the provided name.
|
|
1518
1513
|
*/
|
|
@@ -1689,8 +1684,8 @@ const VButton = defineComponent({
|
|
|
1689
1684
|
...this.iconTrailing !== void 0 ? { "icon-trailing": this.iconTrailing } : {},
|
|
1690
1685
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
1691
1686
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
1692
|
-
...this.
|
|
1693
|
-
...this.
|
|
1687
|
+
...this.initialValue !== void 0 ? { value: this.initialValue } : {},
|
|
1688
|
+
...this.value !== void 0 ? { "current-value": this.value } : {},
|
|
1694
1689
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
1695
1690
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
1696
1691
|
...this.autofocus !== void 0 ? { autofocus: this.autofocus } : {},
|
|
@@ -1719,9 +1714,6 @@ const VButton = defineComponent({
|
|
|
1719
1714
|
...this.target !== void 0 ? { target: this.target } : {}
|
|
1720
1715
|
},
|
|
1721
1716
|
class: "vvd-component",
|
|
1722
|
-
domProps: {
|
|
1723
|
-
...this.initialValue !== void 0 ? { initialValue: this.initialValue } : {}
|
|
1724
|
-
},
|
|
1725
1717
|
on: {
|
|
1726
1718
|
click: (event) => this.$emit("click", event),
|
|
1727
1719
|
focus: (event) => this.$emit("focus", event),
|
|
@@ -1743,39 +1735,38 @@ const VButton = defineComponent({
|
|
|
1743
1735
|
{
|
|
1744
1736
|
ref: "element",
|
|
1745
1737
|
class: "vvd-component",
|
|
1746
|
-
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
1747
|
-
...this.iconTrailing !== void 0 ? { "icon-trailing": this.iconTrailing } : {},
|
|
1748
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
1749
|
-
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
1750
|
-
...this.initialValue !== void 0 ? { "
|
|
1751
|
-
...this.value !== void 0 ? { value: this.value } : {},
|
|
1752
|
-
...this.
|
|
1753
|
-
...this.
|
|
1754
|
-
...this.
|
|
1755
|
-
...this.
|
|
1756
|
-
...this.
|
|
1757
|
-
...this.
|
|
1758
|
-
...this.
|
|
1759
|
-
...this.
|
|
1760
|
-
...this.
|
|
1761
|
-
...this.
|
|
1762
|
-
...this.
|
|
1763
|
-
...this.
|
|
1764
|
-
...this.
|
|
1765
|
-
...this.
|
|
1766
|
-
...this.
|
|
1767
|
-
...this.
|
|
1768
|
-
...this.
|
|
1769
|
-
...this.
|
|
1770
|
-
...this.
|
|
1771
|
-
...this.
|
|
1772
|
-
...this.
|
|
1773
|
-
...this.
|
|
1774
|
-
...this.
|
|
1775
|
-
...this.
|
|
1776
|
-
...this.
|
|
1777
|
-
...this.
|
|
1778
|
-
...this.target !== void 0 ? { target: this.target } : {},
|
|
1738
|
+
...this.icon !== void 0 ? { "^icon": this.icon } : {},
|
|
1739
|
+
...this.iconTrailing !== void 0 ? { "^icon-trailing": this.iconTrailing } : {},
|
|
1740
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
1741
|
+
...this.disabled !== void 0 ? { "^disabled": this.disabled } : {},
|
|
1742
|
+
...this.initialValue !== void 0 ? { "^value": this.initialValue } : {},
|
|
1743
|
+
...this.value !== void 0 ? { "^current-value": this.value } : {},
|
|
1744
|
+
...this.name !== void 0 ? { "^name": this.name } : {},
|
|
1745
|
+
...this.required !== void 0 ? { "^required": this.required } : {},
|
|
1746
|
+
...this.autofocus !== void 0 ? { "^autofocus": this.autofocus } : {},
|
|
1747
|
+
...this.form !== void 0 ? { "^form": this.form } : {},
|
|
1748
|
+
...this.formaction !== void 0 ? { "^formaction": this.formaction } : {},
|
|
1749
|
+
...this.formenctype !== void 0 ? { "^formenctype": this.formenctype } : {},
|
|
1750
|
+
...this.formmethod !== void 0 ? { "^formmethod": this.formmethod } : {},
|
|
1751
|
+
...this.formnovalidate !== void 0 ? { "^formnovalidate": this.formnovalidate } : {},
|
|
1752
|
+
...this.formtarget !== void 0 ? { "^formtarget": this.formtarget } : {},
|
|
1753
|
+
...this.type !== void 0 ? { "^type": this.type } : {},
|
|
1754
|
+
...this.title !== void 0 ? { "^title": this.title } : {},
|
|
1755
|
+
...this.connotation !== void 0 ? { "^connotation": this.connotation } : {},
|
|
1756
|
+
...this.shape !== void 0 ? { "^shape": this.shape } : {},
|
|
1757
|
+
...this.appearance !== void 0 ? { "^appearance": this.appearance } : {},
|
|
1758
|
+
...this.size !== void 0 ? { "^size": this.size } : {},
|
|
1759
|
+
...this.stacked !== void 0 ? { "^stacked": this.stacked } : {},
|
|
1760
|
+
...this.pending !== void 0 ? { "^pending": this.pending } : {},
|
|
1761
|
+
...this.active !== void 0 ? { "^active": this.active } : {},
|
|
1762
|
+
...this.label !== void 0 ? { "^label": this.label } : {},
|
|
1763
|
+
...this.href !== void 0 ? { "^href": this.href } : {},
|
|
1764
|
+
...this.download !== void 0 ? { "^download": this.download } : {},
|
|
1765
|
+
...this.hreflang !== void 0 ? { "^hreflang": this.hreflang } : {},
|
|
1766
|
+
...this.ping !== void 0 ? { "^ping": this.ping } : {},
|
|
1767
|
+
...this.referrerpolicy !== void 0 ? { "^referrerpolicy": this.referrerpolicy } : {},
|
|
1768
|
+
...this.rel !== void 0 ? { "^rel": this.rel } : {},
|
|
1769
|
+
...this.target !== void 0 ? { "^target": this.target } : {},
|
|
1779
1770
|
onClick: (event) => this.$emit("click", event),
|
|
1780
1771
|
onFocus: (event) => this.$emit("focus", event),
|
|
1781
1772
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -1931,11 +1922,11 @@ const VCalendar = defineComponent({
|
|
|
1931
1922
|
{
|
|
1932
1923
|
ref: "element",
|
|
1933
1924
|
class: "vvd-component",
|
|
1934
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
1935
|
-
...this.datetime !== void 0 ? { datetime: this.datetime } : {},
|
|
1936
|
-
...this.startDay !== void 0 ? { "start-day": this.startDay } : {},
|
|
1937
|
-
...this.locales !== void 0 ? { locales: this.locales } : {},
|
|
1938
|
-
...this.hour12 !== void 0 ? { hour12: this.hour12 } : {},
|
|
1925
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
1926
|
+
...this.datetime !== void 0 ? { ".datetime": this.datetime } : {},
|
|
1927
|
+
...this.startDay !== void 0 ? { "^start-day": this.startDay } : {},
|
|
1928
|
+
...this.locales !== void 0 ? { ".locales": this.locales } : {},
|
|
1929
|
+
...this.hour12 !== void 0 ? { "^hour12": this.hour12 } : {},
|
|
1939
1930
|
onClick: (event) => this.$emit("click", event),
|
|
1940
1931
|
onFocus: (event) => this.$emit("focus", event),
|
|
1941
1932
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -2085,14 +2076,14 @@ const VCalendarEvent = defineComponent({
|
|
|
2085
2076
|
{
|
|
2086
2077
|
ref: "element",
|
|
2087
2078
|
class: "vvd-component",
|
|
2088
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
2089
|
-
...this.heading !== void 0 ? { heading: this.heading } : {},
|
|
2090
|
-
...this.description !== void 0 ? { description: this.description } : {},
|
|
2091
|
-
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
2092
|
-
...this.appearance !== void 0 ? { appearance: this.appearance } : {},
|
|
2093
|
-
...this.overlapCount !== void 0 ? { "overlap-count": this.overlapCount } : {},
|
|
2094
|
-
...this.start !== void 0 ? { start: this.start } : {},
|
|
2095
|
-
...this.duration !== void 0 ? { duration: this.duration } : {},
|
|
2079
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
2080
|
+
...this.heading !== void 0 ? { "^heading": this.heading } : {},
|
|
2081
|
+
...this.description !== void 0 ? { "^description": this.description } : {},
|
|
2082
|
+
...this.connotation !== void 0 ? { "^connotation": this.connotation } : {},
|
|
2083
|
+
...this.appearance !== void 0 ? { "^appearance": this.appearance } : {},
|
|
2084
|
+
...this.overlapCount !== void 0 ? { "^overlap-count": this.overlapCount } : {},
|
|
2085
|
+
...this.start !== void 0 ? { "^start": this.start } : {},
|
|
2086
|
+
...this.duration !== void 0 ? { "^duration": this.duration } : {},
|
|
2096
2087
|
onClick: (event) => this.$emit("click", event),
|
|
2097
2088
|
onFocus: (event) => this.$emit("focus", event),
|
|
2098
2089
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -2236,13 +2227,13 @@ const VCard = defineComponent({
|
|
|
2236
2227
|
{
|
|
2237
2228
|
ref: "element",
|
|
2238
2229
|
class: "vvd-component",
|
|
2239
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
2240
|
-
...this.appearance !== void 0 ? { appearance: this.appearance } : {},
|
|
2241
|
-
...this.headline !== void 0 ? { headline: this.headline } : {},
|
|
2242
|
-
...this.subtitle !== void 0 ? { subtitle: this.subtitle } : {},
|
|
2243
|
-
...this.text !== void 0 ? { text: this.text } : {},
|
|
2244
|
-
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
2245
|
-
...this.elevation !== void 0 ? { elevation: this.elevation } : {},
|
|
2230
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
2231
|
+
...this.appearance !== void 0 ? { "^appearance": this.appearance } : {},
|
|
2232
|
+
...this.headline !== void 0 ? { "^headline": this.headline } : {},
|
|
2233
|
+
...this.subtitle !== void 0 ? { "^subtitle": this.subtitle } : {},
|
|
2234
|
+
...this.text !== void 0 ? { "^text": this.text } : {},
|
|
2235
|
+
...this.icon !== void 0 ? { "^icon": this.icon } : {},
|
|
2236
|
+
...this.elevation !== void 0 ? { "^elevation": this.elevation } : {},
|
|
2246
2237
|
onClick: (event) => this.$emit("click", event),
|
|
2247
2238
|
onFocus: (event) => this.$emit("focus", event),
|
|
2248
2239
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -2307,11 +2298,6 @@ const VCheckbox = defineComponent({
|
|
|
2307
2298
|
* only when the `value` property has not been explicitly set.
|
|
2308
2299
|
*/
|
|
2309
2300
|
initialValue: { type: String, default: void 0 },
|
|
2310
|
-
/**
|
|
2311
|
-
* The initial value of the form. This value sets the `value` property
|
|
2312
|
-
* only when the `value` property has not been explicitly set.
|
|
2313
|
-
*/
|
|
2314
|
-
value: { type: String, default: void 0 },
|
|
2315
2301
|
/**
|
|
2316
2302
|
* The current value of the element. This property serves as a mechanism
|
|
2317
2303
|
* to set the `value` property through both property assignment and the
|
|
@@ -2319,7 +2305,7 @@ const VCheckbox = defineComponent({
|
|
|
2319
2305
|
* in UI libraries that bind data through the .setAttribute() API
|
|
2320
2306
|
* and don't support IDL attribute binding.
|
|
2321
2307
|
*/
|
|
2322
|
-
|
|
2308
|
+
value: { type: String, default: void 0 },
|
|
2323
2309
|
/**
|
|
2324
2310
|
* The name of the element. This element's value will be surfaced during form submission under the provided name.
|
|
2325
2311
|
*/
|
|
@@ -2332,10 +2318,6 @@ const VCheckbox = defineComponent({
|
|
|
2332
2318
|
* Provides the default checkedness of the input element
|
|
2333
2319
|
*/
|
|
2334
2320
|
defaultChecked: { type: Boolean, default: void 0 },
|
|
2335
|
-
/**
|
|
2336
|
-
* Provides the default checkedness of the input element
|
|
2337
|
-
*/
|
|
2338
|
-
checked: { type: Boolean, default: void 0 },
|
|
2339
2321
|
/**
|
|
2340
2322
|
* The current checkedness of the element. This property serves as a mechanism
|
|
2341
2323
|
* to set the `checked` property through both property assignment and the
|
|
@@ -2343,7 +2325,7 @@ const VCheckbox = defineComponent({
|
|
|
2343
2325
|
* in UI libraries that bind data through the .setAttribute() API
|
|
2344
2326
|
* and don't support IDL attribute binding.
|
|
2345
2327
|
*/
|
|
2346
|
-
|
|
2328
|
+
checked: { type: Boolean, default: void 0 },
|
|
2347
2329
|
/**
|
|
2348
2330
|
* The current checkedness of the element. This property serves as a mechanism
|
|
2349
2331
|
* to set the `checked` property through both property assignment and the
|
|
@@ -2427,22 +2409,18 @@ const VCheckbox = defineComponent({
|
|
|
2427
2409
|
...this.label !== void 0 ? { label: this.label } : {},
|
|
2428
2410
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
2429
2411
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
2430
|
-
...this.
|
|
2431
|
-
...this.
|
|
2412
|
+
...this.initialValue !== void 0 ? { value: this.initialValue } : {},
|
|
2413
|
+
...this.value !== void 0 ? { "current-value": this.value } : {},
|
|
2432
2414
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
2433
2415
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
2434
|
-
...this.
|
|
2435
|
-
...this.modelValue ?? this.
|
|
2416
|
+
...this.defaultChecked !== void 0 ? { checked: this.defaultChecked } : {},
|
|
2417
|
+
...this.modelValue ?? this.checked !== void 0 ? { "current-checked": this.modelValue ?? this.checked } : {},
|
|
2436
2418
|
...this.readonly !== void 0 ? { readonly: this.readonly } : {},
|
|
2437
2419
|
...this.ariaLabel !== void 0 ? { "aria-label": this.ariaLabel } : {},
|
|
2438
2420
|
...this.tabindex !== void 0 ? { tabindex: this.tabindex } : {},
|
|
2439
2421
|
...this.connotation !== void 0 ? { connotation: this.connotation } : {}
|
|
2440
2422
|
},
|
|
2441
2423
|
class: "vvd-component",
|
|
2442
|
-
domProps: {
|
|
2443
|
-
...this.initialValue !== void 0 ? { initialValue: this.initialValue } : {},
|
|
2444
|
-
...this.defaultChecked !== void 0 ? { defaultChecked: this.defaultChecked } : {}
|
|
2445
|
-
},
|
|
2446
2424
|
on: {
|
|
2447
2425
|
click: (event) => this.$emit("click", event),
|
|
2448
2426
|
focus: (event) => this.$emit("focus", event),
|
|
@@ -2471,24 +2449,22 @@ const VCheckbox = defineComponent({
|
|
|
2471
2449
|
{
|
|
2472
2450
|
ref: "element",
|
|
2473
2451
|
class: "vvd-component",
|
|
2474
|
-
...this.successText !== void 0 ? { "success-text": this.successText } : {},
|
|
2475
|
-
...this.errorText !== void 0 ? { "error-text": this.errorText } : {},
|
|
2476
|
-
...this.helperText !== void 0 ? { "helper-text": this.helperText } : {},
|
|
2477
|
-
...this.label !== void 0 ? { label: this.label } : {},
|
|
2478
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
2479
|
-
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
2480
|
-
...this.initialValue !== void 0 ? { "
|
|
2481
|
-
...this.value !== void 0 ? { value: this.value } : {},
|
|
2482
|
-
...this.
|
|
2483
|
-
...this.
|
|
2484
|
-
...this.
|
|
2485
|
-
...this.
|
|
2486
|
-
...this.
|
|
2487
|
-
...this.
|
|
2488
|
-
...this.
|
|
2489
|
-
...this.
|
|
2490
|
-
...this.tabindex !== void 0 ? { tabindex: this.tabindex } : {},
|
|
2491
|
-
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
2452
|
+
...this.successText !== void 0 ? { "^success-text": this.successText } : {},
|
|
2453
|
+
...this.errorText !== void 0 ? { "^error-text": this.errorText } : {},
|
|
2454
|
+
...this.helperText !== void 0 ? { "^helper-text": this.helperText } : {},
|
|
2455
|
+
...this.label !== void 0 ? { "^label": this.label } : {},
|
|
2456
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
2457
|
+
...this.disabled !== void 0 ? { "^disabled": this.disabled } : {},
|
|
2458
|
+
...this.initialValue !== void 0 ? { "^value": this.initialValue } : {},
|
|
2459
|
+
...this.value !== void 0 ? { "^current-value": this.value } : {},
|
|
2460
|
+
...this.name !== void 0 ? { "^name": this.name } : {},
|
|
2461
|
+
...this.required !== void 0 ? { "^required": this.required } : {},
|
|
2462
|
+
...this.defaultChecked !== void 0 ? { "^checked": this.defaultChecked } : {},
|
|
2463
|
+
...this.modelValue ?? this.checked !== void 0 ? { "^current-checked": this.modelValue ?? this.checked } : {},
|
|
2464
|
+
...this.readonly !== void 0 ? { "^readonly": this.readonly } : {},
|
|
2465
|
+
...this.ariaLabel !== void 0 ? { "^aria-label": this.ariaLabel } : {},
|
|
2466
|
+
...this.tabindex !== void 0 ? { "^tabindex": this.tabindex } : {},
|
|
2467
|
+
...this.connotation !== void 0 ? { "^connotation": this.connotation } : {},
|
|
2492
2468
|
onClick: (event) => this.$emit("click", event),
|
|
2493
2469
|
onFocus: (event) => this.$emit("focus", event),
|
|
2494
2470
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -2541,11 +2517,6 @@ const VCombobox = defineComponent({
|
|
|
2541
2517
|
* only when the `value` property has not been explicitly set.
|
|
2542
2518
|
*/
|
|
2543
2519
|
initialValue: { type: String, default: void 0 },
|
|
2544
|
-
/**
|
|
2545
|
-
* The initial value of the form. This value sets the `value` property
|
|
2546
|
-
* only when the `value` property has not been explicitly set.
|
|
2547
|
-
*/
|
|
2548
|
-
value: { type: String, default: void 0 },
|
|
2549
2520
|
/**
|
|
2550
2521
|
* The current value of the element. This property serves as a mechanism
|
|
2551
2522
|
* to set the `value` property through both property assignment and the
|
|
@@ -2553,7 +2524,7 @@ const VCombobox = defineComponent({
|
|
|
2553
2524
|
* in UI libraries that bind data through the .setAttribute() API
|
|
2554
2525
|
* and don't support IDL attribute binding.
|
|
2555
2526
|
*/
|
|
2556
|
-
|
|
2527
|
+
value: { type: String, default: void 0 },
|
|
2557
2528
|
/**
|
|
2558
2529
|
* The current value of the element. This property serves as a mechanism
|
|
2559
2530
|
* to set the `value` property through both property assignment and the
|
|
@@ -2706,8 +2677,8 @@ const VCombobox = defineComponent({
|
|
|
2706
2677
|
...this.label !== void 0 ? { label: this.label } : {},
|
|
2707
2678
|
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
2708
2679
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
2709
|
-
...this.
|
|
2710
|
-
...this.modelValue ?? this.
|
|
2680
|
+
...this.initialValue !== void 0 ? { value: this.initialValue } : {},
|
|
2681
|
+
...this.modelValue ?? this.value !== void 0 ? { "current-value": this.modelValue ?? this.value } : {},
|
|
2711
2682
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
2712
2683
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
2713
2684
|
...this.autocomplete !== void 0 ? { autocomplete: this.autocomplete } : {},
|
|
@@ -2720,9 +2691,6 @@ const VCombobox = defineComponent({
|
|
|
2720
2691
|
...this.fixedDropdown !== void 0 ? { "fixed-dropdown": this.fixedDropdown } : {}
|
|
2721
2692
|
},
|
|
2722
2693
|
class: "vvd-component",
|
|
2723
|
-
domProps: {
|
|
2724
|
-
...this.initialValue !== void 0 ? { initialValue: this.initialValue } : {}
|
|
2725
|
-
},
|
|
2726
2694
|
on: {
|
|
2727
2695
|
click: (event) => this.$emit("click", event),
|
|
2728
2696
|
focus: (event) => this.$emit("focus", event),
|
|
@@ -2747,22 +2715,21 @@ const VCombobox = defineComponent({
|
|
|
2747
2715
|
{
|
|
2748
2716
|
ref: "element",
|
|
2749
2717
|
class: "vvd-component",
|
|
2750
|
-
...this.label !== void 0 ? { label: this.label } : {},
|
|
2751
|
-
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
2752
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
2753
|
-
...this.initialValue !== void 0 ? { "
|
|
2754
|
-
...this.value !== void 0 ? { value: this.value } : {},
|
|
2755
|
-
...this.
|
|
2756
|
-
...this.
|
|
2757
|
-
...this.
|
|
2758
|
-
...this.
|
|
2759
|
-
...this.
|
|
2760
|
-
...this.
|
|
2761
|
-
...this.
|
|
2762
|
-
...this.
|
|
2763
|
-
...this.
|
|
2764
|
-
...this.
|
|
2765
|
-
...this.fixedDropdown !== void 0 ? { "fixed-dropdown": this.fixedDropdown } : {},
|
|
2718
|
+
...this.label !== void 0 ? { "^label": this.label } : {},
|
|
2719
|
+
...this.icon !== void 0 ? { "^icon": this.icon } : {},
|
|
2720
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
2721
|
+
...this.initialValue !== void 0 ? { "^value": this.initialValue } : {},
|
|
2722
|
+
...this.modelValue ?? this.value !== void 0 ? { "^current-value": this.modelValue ?? this.value } : {},
|
|
2723
|
+
...this.name !== void 0 ? { "^name": this.name } : {},
|
|
2724
|
+
...this.required !== void 0 ? { "^required": this.required } : {},
|
|
2725
|
+
...this.autocomplete !== void 0 ? { "^autocomplete": this.autocomplete } : {},
|
|
2726
|
+
...this.open !== void 0 ? { "^open": this.open } : {},
|
|
2727
|
+
...this.placeholder !== void 0 ? { "^placeholder": this.placeholder } : {},
|
|
2728
|
+
...this.position !== void 0 ? { "^position": this.position } : {},
|
|
2729
|
+
...this.disabled !== void 0 ? { "^disabled": this.disabled } : {},
|
|
2730
|
+
...this.appearance !== void 0 ? { "^appearance": this.appearance } : {},
|
|
2731
|
+
...this.placement !== void 0 ? { "^placement": this.placement } : {},
|
|
2732
|
+
...this.fixedDropdown !== void 0 ? { "^fixed-dropdown": this.fixedDropdown } : {},
|
|
2766
2733
|
onClick: (event) => this.$emit("click", event),
|
|
2767
2734
|
onFocus: (event) => this.$emit("focus", event),
|
|
2768
2735
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -2908,12 +2875,12 @@ const VDataGrid = defineComponent({
|
|
|
2908
2875
|
{
|
|
2909
2876
|
ref: "element",
|
|
2910
2877
|
class: "vvd-component",
|
|
2911
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
2912
|
-
...this.noTabbing !== void 0 ? { "no-tabbing": this.noTabbing } : {},
|
|
2913
|
-
...this.generateHeader !== void 0 ? { "generate-header": this.generateHeader } : {},
|
|
2914
|
-
...this.gridTemplateColumns !== void 0 ? { "grid-template-columns": this.gridTemplateColumns } : {},
|
|
2915
|
-
...this.selectionMode !== void 0 ? { "selection-mode": this.selectionMode } : {},
|
|
2916
|
-
...this.rowsData !== void 0 ? { rowsData: this.rowsData } : {},
|
|
2878
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
2879
|
+
...this.noTabbing !== void 0 ? { "^no-tabbing": this.noTabbing } : {},
|
|
2880
|
+
...this.generateHeader !== void 0 ? { "^generate-header": this.generateHeader } : {},
|
|
2881
|
+
...this.gridTemplateColumns !== void 0 ? { "^grid-template-columns": this.gridTemplateColumns } : {},
|
|
2882
|
+
...this.selectionMode !== void 0 ? { "^selection-mode": this.selectionMode } : {},
|
|
2883
|
+
...this.rowsData !== void 0 ? { ".rowsData": this.rowsData } : {},
|
|
2917
2884
|
onClick: (event) => this.$emit("click", event),
|
|
2918
2885
|
onFocus: (event) => this.$emit("focus", event),
|
|
2919
2886
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -2936,10 +2903,7 @@ const VDataGridCell = defineComponent({
|
|
|
2936
2903
|
/**
|
|
2937
2904
|
* Extends the data grid cell definition to hold more options.
|
|
2938
2905
|
*/
|
|
2939
|
-
columnDefinition: {
|
|
2940
|
-
type: null,
|
|
2941
|
-
default: void 0
|
|
2942
|
-
},
|
|
2906
|
+
columnDefinition: { type: Object, default: void 0 },
|
|
2943
2907
|
/**
|
|
2944
2908
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
2945
2909
|
*/
|
|
@@ -3042,7 +3006,6 @@ const VDataGridCell = defineComponent({
|
|
|
3042
3006
|
{
|
|
3043
3007
|
ref: "element",
|
|
3044
3008
|
attrs: {
|
|
3045
|
-
...this.columnDefinition !== void 0 ? { columnDefinition: this.columnDefinition } : {},
|
|
3046
3009
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
3047
3010
|
...this.cellType !== void 0 ? { "cell-type": this.cellType } : {},
|
|
3048
3011
|
...this.gridColumn !== void 0 ? { "grid-column": this.gridColumn } : {},
|
|
@@ -3050,6 +3013,9 @@ const VDataGridCell = defineComponent({
|
|
|
3050
3013
|
...this.ariaSort !== void 0 ? { "aria-sort": this.ariaSort } : {}
|
|
3051
3014
|
},
|
|
3052
3015
|
class: "vvd-component",
|
|
3016
|
+
domProps: {
|
|
3017
|
+
...this.columnDefinition !== void 0 ? { columnDefinition: this.columnDefinition } : {}
|
|
3018
|
+
},
|
|
3053
3019
|
on: {
|
|
3054
3020
|
click: (event) => this.$emit("click", event),
|
|
3055
3021
|
focus: (event) => this.$emit("focus", event),
|
|
@@ -3070,12 +3036,12 @@ const VDataGridCell = defineComponent({
|
|
|
3070
3036
|
{
|
|
3071
3037
|
ref: "element",
|
|
3072
3038
|
class: "vvd-component",
|
|
3073
|
-
...this.columnDefinition !== void 0 ? { columnDefinition: this.columnDefinition } : {},
|
|
3074
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
3075
|
-
...this.cellType !== void 0 ? { "cell-type": this.cellType } : {},
|
|
3076
|
-
...this.gridColumn !== void 0 ? { "grid-column": this.gridColumn } : {},
|
|
3077
|
-
...this.ariaSelected !== void 0 ? { "aria-selected": this.ariaSelected } : {},
|
|
3078
|
-
...this.ariaSort !== void 0 ? { "aria-sort": this.ariaSort } : {},
|
|
3039
|
+
...this.columnDefinition !== void 0 ? { ".columnDefinition": this.columnDefinition } : {},
|
|
3040
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
3041
|
+
...this.cellType !== void 0 ? { "^cell-type": this.cellType } : {},
|
|
3042
|
+
...this.gridColumn !== void 0 ? { "^grid-column": this.gridColumn } : {},
|
|
3043
|
+
...this.ariaSelected !== void 0 ? { "^aria-selected": this.ariaSelected } : {},
|
|
3044
|
+
...this.ariaSort !== void 0 ? { "^aria-sort": this.ariaSort } : {},
|
|
3079
3045
|
onClick: (event) => this.$emit("click", event),
|
|
3080
3046
|
onFocus: (event) => this.$emit("focus", event),
|
|
3081
3047
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -3213,10 +3179,10 @@ const VDataGridRow = defineComponent({
|
|
|
3213
3179
|
{
|
|
3214
3180
|
ref: "element",
|
|
3215
3181
|
class: "vvd-component",
|
|
3216
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
3217
|
-
...this.gridTemplateColumns !== void 0 ? { "grid-template-columns": this.gridTemplateColumns } : {},
|
|
3218
|
-
...this.rowType !== void 0 ? { "row-type": this.rowType } : {},
|
|
3219
|
-
...this.ariaSelected !== void 0 ? { "aria-selected": this.ariaSelected } : {},
|
|
3182
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
3183
|
+
...this.gridTemplateColumns !== void 0 ? { "^grid-template-columns": this.gridTemplateColumns } : {},
|
|
3184
|
+
...this.rowType !== void 0 ? { "^row-type": this.rowType } : {},
|
|
3185
|
+
...this.ariaSelected !== void 0 ? { "^aria-selected": this.ariaSelected } : {},
|
|
3220
3186
|
onClick: (event) => this.$emit("click", event),
|
|
3221
3187
|
onFocus: (event) => this.$emit("focus", event),
|
|
3222
3188
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -3281,17 +3247,13 @@ const VDatePicker = defineComponent({
|
|
|
3281
3247
|
*/
|
|
3282
3248
|
initialValue: { type: String, default: void 0 },
|
|
3283
3249
|
/**
|
|
3284
|
-
* The
|
|
3250
|
+
* The current value of the date-picker.
|
|
3285
3251
|
*/
|
|
3286
3252
|
value: { type: String, default: void 0 },
|
|
3287
|
-
/**
|
|
3288
|
-
* The initial value of the date-picker.
|
|
3289
|
-
*/
|
|
3290
|
-
modelValue: { type: String, default: void 0 },
|
|
3291
3253
|
/**
|
|
3292
3254
|
* The current value of the date-picker.
|
|
3293
3255
|
*/
|
|
3294
|
-
|
|
3256
|
+
modelValue: { type: String, default: void 0 },
|
|
3295
3257
|
/**
|
|
3296
3258
|
* Whether the date-picker is readonly.
|
|
3297
3259
|
*/
|
|
@@ -3365,14 +3327,11 @@ const VDatePicker = defineComponent({
|
|
|
3365
3327
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
3366
3328
|
...this.max !== void 0 ? { max: this.max } : {},
|
|
3367
3329
|
...this.min !== void 0 ? { min: this.min } : {},
|
|
3368
|
-
...this.
|
|
3369
|
-
...this.
|
|
3330
|
+
...this.initialValue !== void 0 ? { value: this.initialValue } : {},
|
|
3331
|
+
...this.modelValue ?? this.value !== void 0 ? { "current-value": this.modelValue ?? this.value } : {},
|
|
3370
3332
|
...this.readonly !== void 0 ? { readonly: this.readonly } : {}
|
|
3371
3333
|
},
|
|
3372
3334
|
class: "vvd-component",
|
|
3373
|
-
domProps: {
|
|
3374
|
-
...this.initialValue !== void 0 ? { initialValue: this.initialValue } : {}
|
|
3375
|
-
},
|
|
3376
3335
|
on: {
|
|
3377
3336
|
click: (event) => this.$emit("click", event),
|
|
3378
3337
|
focus: (event) => this.$emit("focus", event),
|
|
@@ -3402,18 +3361,17 @@ const VDatePicker = defineComponent({
|
|
|
3402
3361
|
{
|
|
3403
3362
|
ref: "element",
|
|
3404
3363
|
class: "vvd-component",
|
|
3405
|
-
...this.label !== void 0 ? { label: this.label } : {},
|
|
3406
|
-
...this.errorText !== void 0 ? { "error-text": this.errorText } : {},
|
|
3407
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
3408
|
-
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
3409
|
-
...this.name !== void 0 ? { name: this.name } : {},
|
|
3410
|
-
...this.required !== void 0 ? { required: this.required } : {},
|
|
3411
|
-
...this.max !== void 0 ? { max: this.max } : {},
|
|
3412
|
-
...this.min !== void 0 ? { min: this.min } : {},
|
|
3413
|
-
...this.initialValue !== void 0 ? { "
|
|
3414
|
-
...this.modelValue ?? this.value !== void 0 ? { value: this.modelValue ?? this.value } : {},
|
|
3415
|
-
...this.
|
|
3416
|
-
...this.readonly !== void 0 ? { readonly: this.readonly } : {},
|
|
3364
|
+
...this.label !== void 0 ? { "^label": this.label } : {},
|
|
3365
|
+
...this.errorText !== void 0 ? { "^error-text": this.errorText } : {},
|
|
3366
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
3367
|
+
...this.disabled !== void 0 ? { "^disabled": this.disabled } : {},
|
|
3368
|
+
...this.name !== void 0 ? { "^name": this.name } : {},
|
|
3369
|
+
...this.required !== void 0 ? { "^required": this.required } : {},
|
|
3370
|
+
...this.max !== void 0 ? { "^max": this.max } : {},
|
|
3371
|
+
...this.min !== void 0 ? { "^min": this.min } : {},
|
|
3372
|
+
...this.initialValue !== void 0 ? { "^value": this.initialValue } : {},
|
|
3373
|
+
...this.modelValue ?? this.value !== void 0 ? { "^current-value": this.modelValue ?? this.value } : {},
|
|
3374
|
+
...this.readonly !== void 0 ? { "^readonly": this.readonly } : {},
|
|
3417
3375
|
onClick: (event) => this.$emit("click", event),
|
|
3418
3376
|
onFocus: (event) => this.$emit("focus", event),
|
|
3419
3377
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -3483,14 +3441,6 @@ const VDateRangePicker = defineComponent({
|
|
|
3483
3441
|
* only when the `end` property has not been explicitly set.
|
|
3484
3442
|
*/
|
|
3485
3443
|
initialEnd: { type: String, default: void 0 },
|
|
3486
|
-
/**
|
|
3487
|
-
* The current start value of the element. This property serves as a mechanism
|
|
3488
|
-
* to set the `start` property through both property assignment and the
|
|
3489
|
-
* .setAttribute() method. This is useful for setting the field's value
|
|
3490
|
-
* in UI libraries that bind data through the .setAttribute() API
|
|
3491
|
-
* and don't support IDL attribute binding.
|
|
3492
|
-
*/
|
|
3493
|
-
currentStart: { type: String, default: void 0 },
|
|
3494
3444
|
/**
|
|
3495
3445
|
* The current start value of the element. This property serves as a mechanism
|
|
3496
3446
|
* to set the `start` property through both property assignment and the
|
|
@@ -3499,14 +3449,6 @@ const VDateRangePicker = defineComponent({
|
|
|
3499
3449
|
* and don't support IDL attribute binding.
|
|
3500
3450
|
*/
|
|
3501
3451
|
start: { type: String, default: void 0 },
|
|
3502
|
-
/**
|
|
3503
|
-
* The current end value of the element. This property serves as a mechanism
|
|
3504
|
-
* to set the `end` property through both property assignment and the
|
|
3505
|
-
* .setAttribute() method. This is useful for setting the field's value
|
|
3506
|
-
* in UI libraries that bind data through the .setAttribute() API
|
|
3507
|
-
* and don't support IDL attribute binding.
|
|
3508
|
-
*/
|
|
3509
|
-
currentEnd: { type: String, default: void 0 },
|
|
3510
3452
|
/**
|
|
3511
3453
|
* The current end value of the element. This property serves as a mechanism
|
|
3512
3454
|
* to set the `end` property through both property assignment and the
|
|
@@ -3523,14 +3465,10 @@ const VDateRangePicker = defineComponent({
|
|
|
3523
3465
|
* The initial value of the date-picker.
|
|
3524
3466
|
*/
|
|
3525
3467
|
initialValue: { type: String, default: void 0 },
|
|
3526
|
-
/**
|
|
3527
|
-
* The initial value of the date-picker.
|
|
3528
|
-
*/
|
|
3529
|
-
value: { type: String, default: void 0 },
|
|
3530
3468
|
/**
|
|
3531
3469
|
* The current value of the date-picker.
|
|
3532
3470
|
*/
|
|
3533
|
-
|
|
3471
|
+
value: { type: String, default: void 0 },
|
|
3534
3472
|
/**
|
|
3535
3473
|
* Whether the date-picker is readonly.
|
|
3536
3474
|
*/
|
|
@@ -3621,19 +3559,16 @@ const VDateRangePicker = defineComponent({
|
|
|
3621
3559
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
3622
3560
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
3623
3561
|
...this.max !== void 0 ? { max: this.max } : {},
|
|
3624
|
-
...this.
|
|
3625
|
-
...this.
|
|
3562
|
+
...this.initialStart !== void 0 ? { start: this.initialStart } : {},
|
|
3563
|
+
...this.initialEnd !== void 0 ? { end: this.initialEnd } : {},
|
|
3564
|
+
...this.start !== void 0 ? { "current-start": this.start } : {},
|
|
3565
|
+
...this.end !== void 0 ? { "current-end": this.end } : {},
|
|
3626
3566
|
...this.min !== void 0 ? { min: this.min } : {},
|
|
3627
|
-
...this.
|
|
3628
|
-
...this.
|
|
3567
|
+
...this.initialValue !== void 0 ? { value: this.initialValue } : {},
|
|
3568
|
+
...this.value !== void 0 ? { "current-value": this.value } : {},
|
|
3629
3569
|
...this.readonly !== void 0 ? { readonly: this.readonly } : {}
|
|
3630
3570
|
},
|
|
3631
3571
|
class: "vvd-component",
|
|
3632
|
-
domProps: {
|
|
3633
|
-
...this.initialStart !== void 0 ? { initialStart: this.initialStart } : {},
|
|
3634
|
-
...this.initialEnd !== void 0 ? { initialEnd: this.initialEnd } : {},
|
|
3635
|
-
...this.initialValue !== void 0 ? { initialValue: this.initialValue } : {}
|
|
3636
|
-
},
|
|
3637
3572
|
on: {
|
|
3638
3573
|
click: (event) => this.$emit("click", event),
|
|
3639
3574
|
focus: (event) => this.$emit("focus", event),
|
|
@@ -3665,22 +3600,21 @@ const VDateRangePicker = defineComponent({
|
|
|
3665
3600
|
{
|
|
3666
3601
|
ref: "element",
|
|
3667
3602
|
class: "vvd-component",
|
|
3668
|
-
...this.label !== void 0 ? { label: this.label } : {},
|
|
3669
|
-
...this.errorText !== void 0 ? { "error-text": this.errorText } : {},
|
|
3670
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
3671
|
-
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
3672
|
-
...this.name !== void 0 ? { name: this.name } : {},
|
|
3673
|
-
...this.required !== void 0 ? { required: this.required } : {},
|
|
3674
|
-
...this.max !== void 0 ? { max: this.max } : {},
|
|
3675
|
-
...this.initialStart !== void 0 ? { "
|
|
3676
|
-
...this.initialEnd !== void 0 ? { "
|
|
3677
|
-
...this.start
|
|
3678
|
-
...this.end
|
|
3679
|
-
...this.min !== void 0 ? { min: this.min } : {},
|
|
3680
|
-
...this.initialValue !== void 0 ? { "
|
|
3681
|
-
...this.value !== void 0 ? { value: this.value } : {},
|
|
3682
|
-
...this.
|
|
3683
|
-
...this.readonly !== void 0 ? { readonly: this.readonly } : {},
|
|
3603
|
+
...this.label !== void 0 ? { "^label": this.label } : {},
|
|
3604
|
+
...this.errorText !== void 0 ? { "^error-text": this.errorText } : {},
|
|
3605
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
3606
|
+
...this.disabled !== void 0 ? { "^disabled": this.disabled } : {},
|
|
3607
|
+
...this.name !== void 0 ? { "^name": this.name } : {},
|
|
3608
|
+
...this.required !== void 0 ? { "^required": this.required } : {},
|
|
3609
|
+
...this.max !== void 0 ? { "^max": this.max } : {},
|
|
3610
|
+
...this.initialStart !== void 0 ? { "^start": this.initialStart } : {},
|
|
3611
|
+
...this.initialEnd !== void 0 ? { "^end": this.initialEnd } : {},
|
|
3612
|
+
...this.start !== void 0 ? { "^current-start": this.start } : {},
|
|
3613
|
+
...this.end !== void 0 ? { "^current-end": this.end } : {},
|
|
3614
|
+
...this.min !== void 0 ? { "^min": this.min } : {},
|
|
3615
|
+
...this.initialValue !== void 0 ? { "^value": this.initialValue } : {},
|
|
3616
|
+
...this.value !== void 0 ? { "^current-value": this.value } : {},
|
|
3617
|
+
...this.readonly !== void 0 ? { "^readonly": this.readonly } : {},
|
|
3684
3618
|
onClick: (event) => this.$emit("click", event),
|
|
3685
3619
|
onFocus: (event) => this.$emit("focus", event),
|
|
3686
3620
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -3880,18 +3814,18 @@ const VDialPad = defineComponent({
|
|
|
3880
3814
|
{
|
|
3881
3815
|
ref: "element",
|
|
3882
3816
|
class: "vvd-component",
|
|
3883
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
3884
|
-
...this.helperText !== void 0 ? { "helper-text": this.helperText } : {},
|
|
3885
|
-
...this.placeholder !== void 0 ? { placeholder: this.placeholder } : {},
|
|
3886
|
-
...this.modelValue ?? this.value !== void 0 ? { value: this.modelValue ?? this.value } : {},
|
|
3887
|
-
...this.pattern !== void 0 ? { pattern: this.pattern } : {},
|
|
3888
|
-
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
3889
|
-
...this.pending !== void 0 ? { pending: this.pending } : {},
|
|
3890
|
-
...this.callActive !== void 0 ? { "call-active": this.callActive } : {},
|
|
3891
|
-
...this.noCall !== void 0 ? { "no-call": this.noCall } : {},
|
|
3892
|
-
...this.noInput !== void 0 ? { "no-input": this.noInput } : {},
|
|
3893
|
-
...this.endCallButtonLabel !== void 0 ? { "end-call-button-label": this.endCallButtonLabel } : {},
|
|
3894
|
-
...this.callButtonLabel !== void 0 ? { "call-button-label": this.callButtonLabel } : {},
|
|
3817
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
3818
|
+
...this.helperText !== void 0 ? { "^helper-text": this.helperText } : {},
|
|
3819
|
+
...this.placeholder !== void 0 ? { "^placeholder": this.placeholder } : {},
|
|
3820
|
+
...this.modelValue ?? this.value !== void 0 ? { "^value": this.modelValue ?? this.value } : {},
|
|
3821
|
+
...this.pattern !== void 0 ? { "^pattern": this.pattern } : {},
|
|
3822
|
+
...this.disabled !== void 0 ? { "^disabled": this.disabled } : {},
|
|
3823
|
+
...this.pending !== void 0 ? { "^pending": this.pending } : {},
|
|
3824
|
+
...this.callActive !== void 0 ? { "^call-active": this.callActive } : {},
|
|
3825
|
+
...this.noCall !== void 0 ? { "^no-call": this.noCall } : {},
|
|
3826
|
+
...this.noInput !== void 0 ? { "^no-input": this.noInput } : {},
|
|
3827
|
+
...this.endCallButtonLabel !== void 0 ? { "^end-call-button-label": this.endCallButtonLabel } : {},
|
|
3828
|
+
...this.callButtonLabel !== void 0 ? { "^call-button-label": this.callButtonLabel } : {},
|
|
3895
3829
|
onClick: (event) => this.$emit("click", event),
|
|
3896
3830
|
onKeydown: (event) => this.$emit("keydown", event),
|
|
3897
3831
|
onKeyup: (event) => this.$emit("keyup", event),
|
|
@@ -4049,16 +3983,16 @@ const VDialog = defineComponent({
|
|
|
4049
3983
|
{
|
|
4050
3984
|
ref: "element",
|
|
4051
3985
|
class: "vvd-component",
|
|
4052
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
4053
|
-
...this.open !== void 0 ? { open: this.open } : {},
|
|
4054
|
-
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
4055
|
-
...this.iconPlacement !== void 0 ? { "icon-placement": this.iconPlacement } : {},
|
|
4056
|
-
...this.subtitle !== void 0 ? { subtitle: this.subtitle } : {},
|
|
4057
|
-
...this.headline !== void 0 ? { headline: this.headline } : {},
|
|
4058
|
-
...this.fullWidthBody !== void 0 ? { "full-width-body": this.fullWidthBody } : {},
|
|
4059
|
-
...this.ariaLabel !== void 0 ? { "aria-label": this.ariaLabel } : {},
|
|
4060
|
-
...this.dismissButtonAriaLabel !== void 0 ? { "dismiss-button-aria-label": this.dismissButtonAriaLabel } : {},
|
|
4061
|
-
...this.noLightDismiss !== void 0 ? { "no-light-dismiss": this.noLightDismiss } : {},
|
|
3986
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
3987
|
+
...this.open !== void 0 ? { "^open": this.open } : {},
|
|
3988
|
+
...this.icon !== void 0 ? { "^icon": this.icon } : {},
|
|
3989
|
+
...this.iconPlacement !== void 0 ? { "^icon-placement": this.iconPlacement } : {},
|
|
3990
|
+
...this.subtitle !== void 0 ? { "^subtitle": this.subtitle } : {},
|
|
3991
|
+
...this.headline !== void 0 ? { "^headline": this.headline } : {},
|
|
3992
|
+
...this.fullWidthBody !== void 0 ? { "^full-width-body": this.fullWidthBody } : {},
|
|
3993
|
+
...this.ariaLabel !== void 0 ? { "^aria-label": this.ariaLabel } : {},
|
|
3994
|
+
...this.dismissButtonAriaLabel !== void 0 ? { "^dismiss-button-aria-label": this.dismissButtonAriaLabel } : {},
|
|
3995
|
+
...this.noLightDismiss !== void 0 ? { "^no-light-dismiss": this.noLightDismiss } : {},
|
|
4062
3996
|
onClick: (event) => this.$emit("click", event),
|
|
4063
3997
|
onFocus: (event) => this.$emit("focus", event),
|
|
4064
3998
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -4177,9 +4111,9 @@ const VDivider = defineComponent({
|
|
|
4177
4111
|
{
|
|
4178
4112
|
ref: "element",
|
|
4179
4113
|
class: "vvd-component",
|
|
4180
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
4181
|
-
...this.role !== void 0 ? { role: this.role } : {},
|
|
4182
|
-
...this.orientation !== void 0 ? { orientation: this.orientation } : {},
|
|
4114
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
4115
|
+
...this.role !== void 0 ? { "^role": this.role } : {},
|
|
4116
|
+
...this.orientation !== void 0 ? { "^orientation": this.orientation } : {},
|
|
4183
4117
|
onClick: (event) => this.$emit("click", event),
|
|
4184
4118
|
onFocus: (event) => this.$emit("focus", event),
|
|
4185
4119
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -4288,9 +4222,9 @@ const VEmptyState = defineComponent({
|
|
|
4288
4222
|
{
|
|
4289
4223
|
ref: "element",
|
|
4290
4224
|
class: "vvd-component",
|
|
4291
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
4292
|
-
...this.headline !== void 0 ? { headline: this.headline } : {},
|
|
4293
|
-
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
4225
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
4226
|
+
...this.headline !== void 0 ? { "^headline": this.headline } : {},
|
|
4227
|
+
...this.icon !== void 0 ? { "^icon": this.icon } : {},
|
|
4294
4228
|
onClick: (event) => this.$emit("click", event),
|
|
4295
4229
|
onFocus: (event) => this.$emit("focus", event),
|
|
4296
4230
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -4338,11 +4272,6 @@ const VFab = defineComponent({
|
|
|
4338
4272
|
* only when the `value` property has not been explicitly set.
|
|
4339
4273
|
*/
|
|
4340
4274
|
initialValue: { type: String, default: void 0 },
|
|
4341
|
-
/**
|
|
4342
|
-
* The initial value of the form. This value sets the `value` property
|
|
4343
|
-
* only when the `value` property has not been explicitly set.
|
|
4344
|
-
*/
|
|
4345
|
-
value: { type: String, default: void 0 },
|
|
4346
4275
|
/**
|
|
4347
4276
|
* The current value of the element. This property serves as a mechanism
|
|
4348
4277
|
* to set the `value` property through both property assignment and the
|
|
@@ -4350,7 +4279,7 @@ const VFab = defineComponent({
|
|
|
4350
4279
|
* in UI libraries that bind data through the .setAttribute() API
|
|
4351
4280
|
* and don't support IDL attribute binding.
|
|
4352
4281
|
*/
|
|
4353
|
-
|
|
4282
|
+
value: { type: String, default: void 0 },
|
|
4354
4283
|
/**
|
|
4355
4284
|
* The name of the element. This element's value will be surfaced during form submission under the provided name.
|
|
4356
4285
|
*/
|
|
@@ -4472,8 +4401,8 @@ const VFab = defineComponent({
|
|
|
4472
4401
|
...this.iconTrailing !== void 0 ? { "icon-trailing": this.iconTrailing } : {},
|
|
4473
4402
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
4474
4403
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
4475
|
-
...this.
|
|
4476
|
-
...this.
|
|
4404
|
+
...this.initialValue !== void 0 ? { value: this.initialValue } : {},
|
|
4405
|
+
...this.value !== void 0 ? { "current-value": this.value } : {},
|
|
4477
4406
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
4478
4407
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
4479
4408
|
...this.autofocus !== void 0 ? { autofocus: this.autofocus } : {},
|
|
@@ -4489,9 +4418,6 @@ const VFab = defineComponent({
|
|
|
4489
4418
|
...this.label !== void 0 ? { label: this.label } : {}
|
|
4490
4419
|
},
|
|
4491
4420
|
class: "vvd-component",
|
|
4492
|
-
domProps: {
|
|
4493
|
-
...this.initialValue !== void 0 ? { initialValue: this.initialValue } : {}
|
|
4494
|
-
},
|
|
4495
4421
|
on: {
|
|
4496
4422
|
click: (event) => this.$emit("click", event),
|
|
4497
4423
|
focus: (event) => this.$emit("focus", event),
|
|
@@ -4513,26 +4439,25 @@ const VFab = defineComponent({
|
|
|
4513
4439
|
{
|
|
4514
4440
|
ref: "element",
|
|
4515
4441
|
class: "vvd-component",
|
|
4516
|
-
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
4517
|
-
...this.iconTrailing !== void 0 ? { "icon-trailing": this.iconTrailing } : {},
|
|
4518
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
4519
|
-
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
4520
|
-
...this.initialValue !== void 0 ? { "
|
|
4521
|
-
...this.value !== void 0 ? { value: this.value } : {},
|
|
4522
|
-
...this.
|
|
4523
|
-
...this.
|
|
4524
|
-
...this.
|
|
4525
|
-
...this.
|
|
4526
|
-
...this.
|
|
4527
|
-
...this.
|
|
4528
|
-
...this.
|
|
4529
|
-
...this.
|
|
4530
|
-
...this.
|
|
4531
|
-
...this.
|
|
4532
|
-
...this.
|
|
4533
|
-
...this.
|
|
4534
|
-
...this.
|
|
4535
|
-
...this.label !== void 0 ? { label: this.label } : {},
|
|
4442
|
+
...this.icon !== void 0 ? { "^icon": this.icon } : {},
|
|
4443
|
+
...this.iconTrailing !== void 0 ? { "^icon-trailing": this.iconTrailing } : {},
|
|
4444
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
4445
|
+
...this.disabled !== void 0 ? { "^disabled": this.disabled } : {},
|
|
4446
|
+
...this.initialValue !== void 0 ? { "^value": this.initialValue } : {},
|
|
4447
|
+
...this.value !== void 0 ? { "^current-value": this.value } : {},
|
|
4448
|
+
...this.name !== void 0 ? { "^name": this.name } : {},
|
|
4449
|
+
...this.required !== void 0 ? { "^required": this.required } : {},
|
|
4450
|
+
...this.autofocus !== void 0 ? { "^autofocus": this.autofocus } : {},
|
|
4451
|
+
...this.form !== void 0 ? { "^form": this.form } : {},
|
|
4452
|
+
...this.formaction !== void 0 ? { "^formaction": this.formaction } : {},
|
|
4453
|
+
...this.formenctype !== void 0 ? { "^formenctype": this.formenctype } : {},
|
|
4454
|
+
...this.formmethod !== void 0 ? { "^formmethod": this.formmethod } : {},
|
|
4455
|
+
...this.formnovalidate !== void 0 ? { "^formnovalidate": this.formnovalidate } : {},
|
|
4456
|
+
...this.formtarget !== void 0 ? { "^formtarget": this.formtarget } : {},
|
|
4457
|
+
...this.type !== void 0 ? { "^type": this.type } : {},
|
|
4458
|
+
...this.connotation !== void 0 ? { "^connotation": this.connotation } : {},
|
|
4459
|
+
...this.size !== void 0 ? { "^size": this.size } : {},
|
|
4460
|
+
...this.label !== void 0 ? { "^label": this.label } : {},
|
|
4536
4461
|
onClick: (event) => this.$emit("click", event),
|
|
4537
4462
|
onFocus: (event) => this.$emit("focus", event),
|
|
4538
4463
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -4581,11 +4506,6 @@ const VFilePicker = defineComponent({
|
|
|
4581
4506
|
* only when the `value` property has not been explicitly set.
|
|
4582
4507
|
*/
|
|
4583
4508
|
initialValue: { type: String, default: void 0 },
|
|
4584
|
-
/**
|
|
4585
|
-
* The initial value of the form. This value sets the `value` property
|
|
4586
|
-
* only when the `value` property has not been explicitly set.
|
|
4587
|
-
*/
|
|
4588
|
-
value: { type: String, default: void 0 },
|
|
4589
4509
|
/**
|
|
4590
4510
|
* The current value of the element. This property serves as a mechanism
|
|
4591
4511
|
* to set the `value` property through both property assignment and the
|
|
@@ -4593,7 +4513,7 @@ const VFilePicker = defineComponent({
|
|
|
4593
4513
|
* in UI libraries that bind data through the .setAttribute() API
|
|
4594
4514
|
* and don't support IDL attribute binding.
|
|
4595
4515
|
*/
|
|
4596
|
-
|
|
4516
|
+
value: { type: String, default: void 0 },
|
|
4597
4517
|
/**
|
|
4598
4518
|
* The name of the element. This element's value will be surfaced during form submission under the provided name.
|
|
4599
4519
|
*/
|
|
@@ -4696,8 +4616,8 @@ const VFilePicker = defineComponent({
|
|
|
4696
4616
|
...this.helperText !== void 0 ? { "helper-text": this.helperText } : {},
|
|
4697
4617
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
4698
4618
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
4699
|
-
...this.
|
|
4700
|
-
...this.
|
|
4619
|
+
...this.initialValue !== void 0 ? { value: this.initialValue } : {},
|
|
4620
|
+
...this.value !== void 0 ? { "current-value": this.value } : {},
|
|
4701
4621
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
4702
4622
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
4703
4623
|
...this.maxFiles !== void 0 ? { "max-files": this.maxFiles } : {},
|
|
@@ -4706,9 +4626,6 @@ const VFilePicker = defineComponent({
|
|
|
4706
4626
|
...this.size !== void 0 ? { size: this.size } : {}
|
|
4707
4627
|
},
|
|
4708
4628
|
class: "vvd-component",
|
|
4709
|
-
domProps: {
|
|
4710
|
-
...this.initialValue !== void 0 ? { initialValue: this.initialValue } : {}
|
|
4711
|
-
},
|
|
4712
4629
|
on: {
|
|
4713
4630
|
click: (event) => this.$emit("click", event),
|
|
4714
4631
|
focus: (event) => this.$emit("focus", event),
|
|
@@ -4731,20 +4648,19 @@ const VFilePicker = defineComponent({
|
|
|
4731
4648
|
{
|
|
4732
4649
|
ref: "element",
|
|
4733
4650
|
class: "vvd-component",
|
|
4734
|
-
...this.label !== void 0 ? { label: this.label } : {},
|
|
4735
|
-
...this.errorText !== void 0 ? { "error-text": this.errorText } : {},
|
|
4736
|
-
...this.helperText !== void 0 ? { "helper-text": this.helperText } : {},
|
|
4737
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
4738
|
-
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
4739
|
-
...this.initialValue !== void 0 ? { "
|
|
4740
|
-
...this.value !== void 0 ? { value: this.value } : {},
|
|
4741
|
-
...this.
|
|
4742
|
-
...this.
|
|
4743
|
-
...this.
|
|
4744
|
-
...this.
|
|
4745
|
-
...this.
|
|
4746
|
-
...this.
|
|
4747
|
-
...this.size !== void 0 ? { size: this.size } : {},
|
|
4651
|
+
...this.label !== void 0 ? { "^label": this.label } : {},
|
|
4652
|
+
...this.errorText !== void 0 ? { "^error-text": this.errorText } : {},
|
|
4653
|
+
...this.helperText !== void 0 ? { "^helper-text": this.helperText } : {},
|
|
4654
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
4655
|
+
...this.disabled !== void 0 ? { "^disabled": this.disabled } : {},
|
|
4656
|
+
...this.initialValue !== void 0 ? { "^value": this.initialValue } : {},
|
|
4657
|
+
...this.value !== void 0 ? { "^current-value": this.value } : {},
|
|
4658
|
+
...this.name !== void 0 ? { "^name": this.name } : {},
|
|
4659
|
+
...this.required !== void 0 ? { "^required": this.required } : {},
|
|
4660
|
+
...this.maxFiles !== void 0 ? { "^max-files": this.maxFiles } : {},
|
|
4661
|
+
...this.maxFileSize !== void 0 ? { "^max-file-size": this.maxFileSize } : {},
|
|
4662
|
+
...this.accept !== void 0 ? { "^accept": this.accept } : {},
|
|
4663
|
+
...this.size !== void 0 ? { "^size": this.size } : {},
|
|
4748
4664
|
onClick: (event) => this.$emit("click", event),
|
|
4749
4665
|
onFocus: (event) => this.$emit("focus", event),
|
|
4750
4666
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -4855,9 +4771,9 @@ const VHeader = defineComponent({
|
|
|
4855
4771
|
{
|
|
4856
4772
|
ref: "element",
|
|
4857
4773
|
class: "vvd-component",
|
|
4858
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
4859
|
-
...this.elevationShadow !== void 0 ? { "elevation-shadow": this.elevationShadow } : {},
|
|
4860
|
-
...this.alternate !== void 0 ? { alternate: this.alternate } : {},
|
|
4774
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
4775
|
+
...this.elevationShadow !== void 0 ? { "^elevation-shadow": this.elevationShadow } : {},
|
|
4776
|
+
...this.alternate !== void 0 ? { "^alternate": this.alternate } : {},
|
|
4861
4777
|
onClick: (event) => this.$emit("click", event),
|
|
4862
4778
|
onFocus: (event) => this.$emit("focus", event),
|
|
4863
4779
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -4976,10 +4892,10 @@ const VIcon = defineComponent({
|
|
|
4976
4892
|
{
|
|
4977
4893
|
ref: "element",
|
|
4978
4894
|
class: "vvd-component",
|
|
4979
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
4980
|
-
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
4981
|
-
...this.size !== void 0 ? { size: this.size } : {},
|
|
4982
|
-
...this.name !== void 0 ? { name: this.name } : {},
|
|
4895
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
4896
|
+
...this.connotation !== void 0 ? { "^connotation": this.connotation } : {},
|
|
4897
|
+
...this.size !== void 0 ? { "^size": this.size } : {},
|
|
4898
|
+
...this.name !== void 0 ? { "^name": this.name } : {},
|
|
4983
4899
|
onClick: (event) => this.$emit("click", event),
|
|
4984
4900
|
onFocus: (event) => this.$emit("focus", event),
|
|
4985
4901
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -5111,12 +5027,12 @@ const VLayout = defineComponent({
|
|
|
5111
5027
|
{
|
|
5112
5028
|
ref: "element",
|
|
5113
5029
|
class: "vvd-component",
|
|
5114
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
5115
|
-
...this.gutters !== void 0 ? { gutters: this.gutters } : {},
|
|
5116
|
-
...this.columnBasis !== void 0 ? { "column-basis": this.columnBasis } : {},
|
|
5117
|
-
...this.columnSpacing !== void 0 ? { "column-spacing": this.columnSpacing } : {},
|
|
5118
|
-
...this.rowSpacing !== void 0 ? { "row-spacing": this.rowSpacing } : {},
|
|
5119
|
-
...this.autoSizing !== void 0 ? { "auto-sizing": this.autoSizing } : {},
|
|
5030
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
5031
|
+
...this.gutters !== void 0 ? { "^gutters": this.gutters } : {},
|
|
5032
|
+
...this.columnBasis !== void 0 ? { "^column-basis": this.columnBasis } : {},
|
|
5033
|
+
...this.columnSpacing !== void 0 ? { "^column-spacing": this.columnSpacing } : {},
|
|
5034
|
+
...this.rowSpacing !== void 0 ? { "^row-spacing": this.rowSpacing } : {},
|
|
5035
|
+
...this.autoSizing !== void 0 ? { "^auto-sizing": this.autoSizing } : {},
|
|
5120
5036
|
onClick: (event) => this.$emit("click", event),
|
|
5121
5037
|
onFocus: (event) => this.$emit("focus", event),
|
|
5122
5038
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -5282,13 +5198,13 @@ const VMenu = defineComponent({
|
|
|
5282
5198
|
{
|
|
5283
5199
|
ref: "element",
|
|
5284
5200
|
class: "vvd-component",
|
|
5285
|
-
...this.anchor !== void 0 ? { anchor: this.anchor } : {},
|
|
5286
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
5287
|
-
...this.ariaLabel !== void 0 ? { "aria-label": this.ariaLabel } : {},
|
|
5288
|
-
...this.placement !== void 0 ? { placement: this.placement } : {},
|
|
5289
|
-
...this.trigger !== void 0 ? { trigger: this.trigger } : {},
|
|
5290
|
-
...this.autoDismiss !== void 0 ? { "auto-dismiss": this.autoDismiss } : {},
|
|
5291
|
-
...this.open !== void 0 ? { open: this.open } : {},
|
|
5201
|
+
...this.anchor !== void 0 ? { ".anchor": this.anchor } : {},
|
|
5202
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
5203
|
+
...this.ariaLabel !== void 0 ? { "^aria-label": this.ariaLabel } : {},
|
|
5204
|
+
...this.placement !== void 0 ? { "^placement": this.placement } : {},
|
|
5205
|
+
...this.trigger !== void 0 ? { "^trigger": this.trigger } : {},
|
|
5206
|
+
...this.autoDismiss !== void 0 ? { "^auto-dismiss": this.autoDismiss } : {},
|
|
5207
|
+
...this.open !== void 0 ? { "^open": this.open } : {},
|
|
5292
5208
|
onClick: (event) => this.$emit("click", event),
|
|
5293
5209
|
onFocus: (event) => this.$emit("focus", event),
|
|
5294
5210
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -5487,17 +5403,17 @@ const VMenuItem = defineComponent({
|
|
|
5487
5403
|
{
|
|
5488
5404
|
ref: "element",
|
|
5489
5405
|
class: "vvd-component",
|
|
5490
|
-
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
5491
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
5492
|
-
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
5493
|
-
...this.expanded !== void 0 ? { expanded: this.expanded } : {},
|
|
5494
|
-
...this.role !== void 0 ? { role: this.role } : {},
|
|
5495
|
-
...this.modelValue ?? this.checked !== void 0 ? { checked: this.modelValue ?? this.checked } : {},
|
|
5496
|
-
...this.text !== void 0 ? { text: this.text } : {},
|
|
5497
|
-
...this.textSecondary !== void 0 ? { "text-secondary": this.textSecondary } : {},
|
|
5498
|
-
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
5499
|
-
...this.checkTrailing !== void 0 ? { "check-trailing": this.checkTrailing } : {},
|
|
5500
|
-
...this.checkAppearance !== void 0 ? { "check-appearance": this.checkAppearance } : {},
|
|
5406
|
+
...this.icon !== void 0 ? { "^icon": this.icon } : {},
|
|
5407
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
5408
|
+
...this.disabled !== void 0 ? { "^disabled": this.disabled } : {},
|
|
5409
|
+
...this.expanded !== void 0 ? { "^expanded": this.expanded } : {},
|
|
5410
|
+
...this.role !== void 0 ? { "^role": this.role } : {},
|
|
5411
|
+
...this.modelValue ?? this.checked !== void 0 ? { "^checked": this.modelValue ?? this.checked } : {},
|
|
5412
|
+
...this.text !== void 0 ? { "^text": this.text } : {},
|
|
5413
|
+
...this.textSecondary !== void 0 ? { "^text-secondary": this.textSecondary } : {},
|
|
5414
|
+
...this.connotation !== void 0 ? { "^connotation": this.connotation } : {},
|
|
5415
|
+
...this.checkTrailing !== void 0 ? { "^check-trailing": this.checkTrailing } : {},
|
|
5416
|
+
...this.checkAppearance !== void 0 ? { "^check-appearance": this.checkAppearance } : {},
|
|
5501
5417
|
onClick: (event) => this.$emit("click", event),
|
|
5502
5418
|
onFocus: (event) => this.$emit("focus", event),
|
|
5503
5419
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -5603,7 +5519,7 @@ const VNav = defineComponent({
|
|
|
5603
5519
|
{
|
|
5604
5520
|
ref: "element",
|
|
5605
5521
|
class: "vvd-component",
|
|
5606
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
5522
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
5607
5523
|
onClick: (event) => this.$emit("click", event),
|
|
5608
5524
|
onFocus: (event) => this.$emit("focus", event),
|
|
5609
5525
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -5733,12 +5649,12 @@ const VNavDisclosure = defineComponent({
|
|
|
5733
5649
|
{
|
|
5734
5650
|
ref: "element",
|
|
5735
5651
|
class: "vvd-component",
|
|
5736
|
-
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
5737
|
-
...this.label !== void 0 ? { label: this.label } : {},
|
|
5738
|
-
...this.appearance !== void 0 ? { appearance: this.appearance } : {},
|
|
5739
|
-
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
5740
|
-
...this.open !== void 0 ? { open: this.open } : {},
|
|
5741
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
5652
|
+
...this.icon !== void 0 ? { "^icon": this.icon } : {},
|
|
5653
|
+
...this.label !== void 0 ? { "^label": this.label } : {},
|
|
5654
|
+
...this.appearance !== void 0 ? { "^appearance": this.appearance } : {},
|
|
5655
|
+
...this.connotation !== void 0 ? { "^connotation": this.connotation } : {},
|
|
5656
|
+
...this.open !== void 0 ? { "^open": this.open } : {},
|
|
5657
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
5742
5658
|
onClick: (event) => this.$emit("click", event),
|
|
5743
5659
|
onFocus: (event) => this.$emit("focus", event),
|
|
5744
5660
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -5915,19 +5831,19 @@ const VNavItem = defineComponent({
|
|
|
5915
5831
|
{
|
|
5916
5832
|
ref: "element",
|
|
5917
5833
|
class: "vvd-component",
|
|
5918
|
-
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
5919
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
5920
|
-
...this.download !== void 0 ? { download: this.download } : {},
|
|
5921
|
-
...this.href !== void 0 ? { href: this.href } : {},
|
|
5922
|
-
...this.hreflang !== void 0 ? { hreflang: this.hreflang } : {},
|
|
5923
|
-
...this.ping !== void 0 ? { ping: this.ping } : {},
|
|
5924
|
-
...this.referrerpolicy !== void 0 ? { referrerpolicy: this.referrerpolicy } : {},
|
|
5925
|
-
...this.rel !== void 0 ? { rel: this.rel } : {},
|
|
5926
|
-
...this.target !== void 0 ? { target: this.target } : {},
|
|
5927
|
-
...this.type !== void 0 ? { type: this.type } : {},
|
|
5928
|
-
...this.text !== void 0 ? { text: this.text } : {},
|
|
5929
|
-
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
5930
|
-
...this.appearance !== void 0 ? { appearance: this.appearance } : {},
|
|
5834
|
+
...this.icon !== void 0 ? { "^icon": this.icon } : {},
|
|
5835
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
5836
|
+
...this.download !== void 0 ? { "^download": this.download } : {},
|
|
5837
|
+
...this.href !== void 0 ? { "^href": this.href } : {},
|
|
5838
|
+
...this.hreflang !== void 0 ? { "^hreflang": this.hreflang } : {},
|
|
5839
|
+
...this.ping !== void 0 ? { "^ping": this.ping } : {},
|
|
5840
|
+
...this.referrerpolicy !== void 0 ? { "^referrerpolicy": this.referrerpolicy } : {},
|
|
5841
|
+
...this.rel !== void 0 ? { "^rel": this.rel } : {},
|
|
5842
|
+
...this.target !== void 0 ? { "^target": this.target } : {},
|
|
5843
|
+
...this.type !== void 0 ? { "^type": this.type } : {},
|
|
5844
|
+
...this.text !== void 0 ? { "^text": this.text } : {},
|
|
5845
|
+
...this.connotation !== void 0 ? { "^connotation": this.connotation } : {},
|
|
5846
|
+
...this.appearance !== void 0 ? { "^appearance": this.appearance } : {},
|
|
5931
5847
|
onClick: (event) => this.$emit("click", event),
|
|
5932
5848
|
onFocus: (event) => this.$emit("focus", event),
|
|
5933
5849
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -6043,10 +5959,10 @@ const VNote = defineComponent({
|
|
|
6043
5959
|
{
|
|
6044
5960
|
ref: "element",
|
|
6045
5961
|
class: "vvd-component",
|
|
6046
|
-
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
6047
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
6048
|
-
...this.headline !== void 0 ? { headline: this.headline } : {},
|
|
6049
|
-
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
5962
|
+
...this.icon !== void 0 ? { "^icon": this.icon } : {},
|
|
5963
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
5964
|
+
...this.headline !== void 0 ? { "^headline": this.headline } : {},
|
|
5965
|
+
...this.connotation !== void 0 ? { "^connotation": this.connotation } : {},
|
|
6050
5966
|
onClick: (event) => this.$emit("click", event),
|
|
6051
5967
|
onFocus: (event) => this.$emit("focus", event),
|
|
6052
5968
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -6112,11 +6028,6 @@ const VNumberField = defineComponent({
|
|
|
6112
6028
|
* only when the `value` property has not been explicitly set.
|
|
6113
6029
|
*/
|
|
6114
6030
|
initialValue: { type: String, default: void 0 },
|
|
6115
|
-
/**
|
|
6116
|
-
* The initial value of the form. This value sets the `value` property
|
|
6117
|
-
* only when the `value` property has not been explicitly set.
|
|
6118
|
-
*/
|
|
6119
|
-
value: { type: String, default: void 0 },
|
|
6120
6031
|
/**
|
|
6121
6032
|
* The current value of the element. This property serves as a mechanism
|
|
6122
6033
|
* to set the `value` property through both property assignment and the
|
|
@@ -6124,7 +6035,7 @@ const VNumberField = defineComponent({
|
|
|
6124
6035
|
* in UI libraries that bind data through the .setAttribute() API
|
|
6125
6036
|
* and don't support IDL attribute binding.
|
|
6126
6037
|
*/
|
|
6127
|
-
|
|
6038
|
+
value: { type: String, default: void 0 },
|
|
6128
6039
|
/**
|
|
6129
6040
|
* The current value of the element. This property serves as a mechanism
|
|
6130
6041
|
* to set the `value` property through both property assignment and the
|
|
@@ -6290,8 +6201,8 @@ const VNumberField = defineComponent({
|
|
|
6290
6201
|
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
6291
6202
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
6292
6203
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
6293
|
-
...this.
|
|
6294
|
-
...this.modelValue ?? this.
|
|
6204
|
+
...this.initialValue !== void 0 ? { value: this.initialValue } : {},
|
|
6205
|
+
...this.modelValue ?? this.value !== void 0 ? { "current-value": this.modelValue ?? this.value } : {},
|
|
6295
6206
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
6296
6207
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
6297
6208
|
...this.readonly !== void 0 ? { readonly: this.readonly } : {},
|
|
@@ -6311,9 +6222,6 @@ const VNumberField = defineComponent({
|
|
|
6311
6222
|
...this.autoComplete !== void 0 ? { autoComplete: this.autoComplete } : {}
|
|
6312
6223
|
},
|
|
6313
6224
|
class: "vvd-component",
|
|
6314
|
-
domProps: {
|
|
6315
|
-
...this.initialValue !== void 0 ? { initialValue: this.initialValue } : {}
|
|
6316
|
-
},
|
|
6317
6225
|
on: {
|
|
6318
6226
|
click: (event) => this.$emit("click", event),
|
|
6319
6227
|
focus: (event) => this.$emit("focus", event),
|
|
@@ -6342,34 +6250,33 @@ const VNumberField = defineComponent({
|
|
|
6342
6250
|
{
|
|
6343
6251
|
ref: "element",
|
|
6344
6252
|
class: "vvd-component",
|
|
6345
|
-
...this.successText !== void 0 ? { "success-text": this.successText } : {},
|
|
6346
|
-
...this.helperText !== void 0 ? { "helper-text": this.helperText } : {},
|
|
6347
|
-
...this.charCount !== void 0 ? { "char-count": this.charCount } : {},
|
|
6348
|
-
...this.label !== void 0 ? { label: this.label } : {},
|
|
6349
|
-
...this.errorText !== void 0 ? { "error-text": this.errorText } : {},
|
|
6350
|
-
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
6351
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
6352
|
-
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
6353
|
-
...this.initialValue !== void 0 ? { "
|
|
6354
|
-
...this.value !== void 0 ? { value: this.value } : {},
|
|
6355
|
-
...this.
|
|
6356
|
-
...this.
|
|
6357
|
-
...this.
|
|
6358
|
-
...this.
|
|
6359
|
-
...this.
|
|
6360
|
-
...this.
|
|
6361
|
-
...this.
|
|
6362
|
-
...this.
|
|
6363
|
-
...this.
|
|
6364
|
-
...this.
|
|
6365
|
-
...this.
|
|
6366
|
-
...this.
|
|
6367
|
-
...this.
|
|
6368
|
-
...this.
|
|
6369
|
-
...this.
|
|
6370
|
-
...this.
|
|
6371
|
-
...this.
|
|
6372
|
-
...this.autoComplete !== void 0 ? { autoComplete: this.autoComplete } : {},
|
|
6253
|
+
...this.successText !== void 0 ? { "^success-text": this.successText } : {},
|
|
6254
|
+
...this.helperText !== void 0 ? { "^helper-text": this.helperText } : {},
|
|
6255
|
+
...this.charCount !== void 0 ? { "^char-count": this.charCount } : {},
|
|
6256
|
+
...this.label !== void 0 ? { "^label": this.label } : {},
|
|
6257
|
+
...this.errorText !== void 0 ? { "^error-text": this.errorText } : {},
|
|
6258
|
+
...this.icon !== void 0 ? { "^icon": this.icon } : {},
|
|
6259
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
6260
|
+
...this.disabled !== void 0 ? { "^disabled": this.disabled } : {},
|
|
6261
|
+
...this.initialValue !== void 0 ? { "^value": this.initialValue } : {},
|
|
6262
|
+
...this.modelValue ?? this.value !== void 0 ? { "^current-value": this.modelValue ?? this.value } : {},
|
|
6263
|
+
...this.name !== void 0 ? { "^name": this.name } : {},
|
|
6264
|
+
...this.required !== void 0 ? { "^required": this.required } : {},
|
|
6265
|
+
...this.readonly !== void 0 ? { "^readonly": this.readonly } : {},
|
|
6266
|
+
...this.autofocus !== void 0 ? { "^autofocus": this.autofocus } : {},
|
|
6267
|
+
...this.placeholder !== void 0 ? { "^placeholder": this.placeholder } : {},
|
|
6268
|
+
...this.list !== void 0 ? { "^list": this.list } : {},
|
|
6269
|
+
...this.maxlength !== void 0 ? { "^maxlength": this.maxlength } : {},
|
|
6270
|
+
...this.minlength !== void 0 ? { "^minlength": this.minlength } : {},
|
|
6271
|
+
...this.size !== void 0 ? { "^size": this.size } : {},
|
|
6272
|
+
...this.step !== void 0 ? { "^step": this.step } : {},
|
|
6273
|
+
...this.max !== void 0 ? { "^max": this.max } : {},
|
|
6274
|
+
...this.min !== void 0 ? { "^min": this.min } : {},
|
|
6275
|
+
...this.incrementButtonAriaLabel !== void 0 ? { "^increment-button-aria-label": this.incrementButtonAriaLabel } : {},
|
|
6276
|
+
...this.decrementButtonAriaLabel !== void 0 ? { "^decrement-button-aria-label": this.decrementButtonAriaLabel } : {},
|
|
6277
|
+
...this.appearance !== void 0 ? { "^appearance": this.appearance } : {},
|
|
6278
|
+
...this.shape !== void 0 ? { "^shape": this.shape } : {},
|
|
6279
|
+
...this.autoComplete !== void 0 ? { "^autoComplete": this.autoComplete } : {},
|
|
6373
6280
|
onClick: (event) => this.$emit("click", event),
|
|
6374
6281
|
onFocus: (event) => this.$emit("focus", event),
|
|
6375
6282
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -6426,11 +6333,6 @@ const VOption = defineComponent({
|
|
|
6426
6333
|
* only when the `value` property has not been explicitly set.
|
|
6427
6334
|
*/
|
|
6428
6335
|
initialValue: { type: String, default: void 0 },
|
|
6429
|
-
/**
|
|
6430
|
-
* The initial value of the option. This value sets the `value` property
|
|
6431
|
-
* only when the `value` property has not been explicitly set.
|
|
6432
|
-
*/
|
|
6433
|
-
value: { type: String, default: void 0 },
|
|
6434
6336
|
text: { type: String, default: void 0 },
|
|
6435
6337
|
label: { type: String, default: void 0 }
|
|
6436
6338
|
},
|
|
@@ -6494,14 +6396,11 @@ const VOption = defineComponent({
|
|
|
6494
6396
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
6495
6397
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
6496
6398
|
...this.selected !== void 0 ? { selected: this.selected } : {},
|
|
6497
|
-
...this.
|
|
6399
|
+
...this.initialValue !== void 0 ? { value: this.initialValue } : {},
|
|
6498
6400
|
...this.text !== void 0 ? { text: this.text } : {},
|
|
6499
6401
|
...this.label !== void 0 ? { label: this.label } : {}
|
|
6500
6402
|
},
|
|
6501
6403
|
class: "vvd-component",
|
|
6502
|
-
domProps: {
|
|
6503
|
-
...this.initialValue !== void 0 ? { initialValue: this.initialValue } : {}
|
|
6504
|
-
},
|
|
6505
6404
|
on: {
|
|
6506
6405
|
click: (event) => this.$emit("click", event),
|
|
6507
6406
|
focus: (event) => this.$emit("focus", event),
|
|
@@ -6523,15 +6422,14 @@ const VOption = defineComponent({
|
|
|
6523
6422
|
{
|
|
6524
6423
|
ref: "element",
|
|
6525
6424
|
class: "vvd-component",
|
|
6526
|
-
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
6527
|
-
...this.iconTrailing !== void 0 ? { "icon-trailing": this.iconTrailing } : {},
|
|
6528
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
6529
|
-
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
6530
|
-
...this.selected !== void 0 ? { selected: this.selected } : {},
|
|
6531
|
-
...this.initialValue !== void 0 ? { "
|
|
6532
|
-
...this.
|
|
6533
|
-
...this.
|
|
6534
|
-
...this.label !== void 0 ? { label: this.label } : {},
|
|
6425
|
+
...this.icon !== void 0 ? { "^icon": this.icon } : {},
|
|
6426
|
+
...this.iconTrailing !== void 0 ? { "^icon-trailing": this.iconTrailing } : {},
|
|
6427
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
6428
|
+
...this.disabled !== void 0 ? { "^disabled": this.disabled } : {},
|
|
6429
|
+
...this.selected !== void 0 ? { "^selected": this.selected } : {},
|
|
6430
|
+
...this.initialValue !== void 0 ? { "^value": this.initialValue } : {},
|
|
6431
|
+
...this.text !== void 0 ? { "^text": this.text } : {},
|
|
6432
|
+
...this.label !== void 0 ? { "^label": this.label } : {},
|
|
6535
6433
|
onClick: (event) => this.$emit("click", event),
|
|
6536
6434
|
onFocus: (event) => this.$emit("focus", event),
|
|
6537
6435
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -6660,12 +6558,12 @@ const VPagination = defineComponent({
|
|
|
6660
6558
|
{
|
|
6661
6559
|
ref: "element",
|
|
6662
6560
|
class: "vvd-component",
|
|
6663
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
6664
|
-
...this.size !== void 0 ? { size: this.size } : {},
|
|
6665
|
-
...this.shape !== void 0 ? { shape: this.shape } : {},
|
|
6666
|
-
...this.navIcons !== void 0 ? { "nav-icons": this.navIcons } : {},
|
|
6667
|
-
...this.total !== void 0 ? { total: this.total } : {},
|
|
6668
|
-
...this.selectedIndex !== void 0 ? { "selected-index": this.selectedIndex } : {},
|
|
6561
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
6562
|
+
...this.size !== void 0 ? { "^size": this.size } : {},
|
|
6563
|
+
...this.shape !== void 0 ? { "^shape": this.shape } : {},
|
|
6564
|
+
...this.navIcons !== void 0 ? { "^nav-icons": this.navIcons } : {},
|
|
6565
|
+
...this.total !== void 0 ? { "^total": this.total } : {},
|
|
6566
|
+
...this.selectedIndex !== void 0 ? { "^selected-index": this.selectedIndex } : {},
|
|
6669
6567
|
onClick: (event) => this.$emit("click", event),
|
|
6670
6568
|
onFocus: (event) => this.$emit("focus", event),
|
|
6671
6569
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -6801,15 +6699,15 @@ const VProgress = defineComponent({
|
|
|
6801
6699
|
{
|
|
6802
6700
|
ref: "element",
|
|
6803
6701
|
class: "vvd-component",
|
|
6804
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
6805
|
-
...this.value !== void 0 ? { value: this.value } : {},
|
|
6806
|
-
...this.min !== void 0 ? { min: this.min } : {},
|
|
6807
|
-
...this.max !== void 0 ? { max: this.max } : {},
|
|
6808
|
-
...this.paused !== void 0 ? { paused: this.paused } : {},
|
|
6809
|
-
...this.ariaLabel !== void 0 ? { "aria-label": this.ariaLabel } : {},
|
|
6810
|
-
...this.shape !== void 0 ? { shape: this.shape } : {},
|
|
6811
|
-
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
6812
|
-
...this.reverse !== void 0 ? { reverse: this.reverse } : {},
|
|
6702
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
6703
|
+
...this.value !== void 0 ? { "^value": this.value } : {},
|
|
6704
|
+
...this.min !== void 0 ? { "^min": this.min } : {},
|
|
6705
|
+
...this.max !== void 0 ? { "^max": this.max } : {},
|
|
6706
|
+
...this.paused !== void 0 ? { "^paused": this.paused } : {},
|
|
6707
|
+
...this.ariaLabel !== void 0 ? { "^aria-label": this.ariaLabel } : {},
|
|
6708
|
+
...this.shape !== void 0 ? { "^shape": this.shape } : {},
|
|
6709
|
+
...this.connotation !== void 0 ? { "^connotation": this.connotation } : {},
|
|
6710
|
+
...this.reverse !== void 0 ? { "^reverse": this.reverse } : {},
|
|
6813
6711
|
onClick: (event) => this.$emit("click", event),
|
|
6814
6712
|
onFocus: (event) => this.$emit("focus", event),
|
|
6815
6713
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -6936,14 +6834,14 @@ const VProgressRing = defineComponent({
|
|
|
6936
6834
|
{
|
|
6937
6835
|
ref: "element",
|
|
6938
6836
|
class: "vvd-component",
|
|
6939
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
6940
|
-
...this.value !== void 0 ? { value: this.value } : {},
|
|
6941
|
-
...this.min !== void 0 ? { min: this.min } : {},
|
|
6942
|
-
...this.max !== void 0 ? { max: this.max } : {},
|
|
6943
|
-
...this.paused !== void 0 ? { paused: this.paused } : {},
|
|
6944
|
-
...this.ariaLabel !== void 0 ? { "aria-label": this.ariaLabel } : {},
|
|
6945
|
-
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
6946
|
-
...this.size !== void 0 ? { size: this.size } : {},
|
|
6837
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
6838
|
+
...this.value !== void 0 ? { "^value": this.value } : {},
|
|
6839
|
+
...this.min !== void 0 ? { "^min": this.min } : {},
|
|
6840
|
+
...this.max !== void 0 ? { "^max": this.max } : {},
|
|
6841
|
+
...this.paused !== void 0 ? { "^paused": this.paused } : {},
|
|
6842
|
+
...this.ariaLabel !== void 0 ? { "^aria-label": this.ariaLabel } : {},
|
|
6843
|
+
...this.connotation !== void 0 ? { "^connotation": this.connotation } : {},
|
|
6844
|
+
...this.size !== void 0 ? { "^size": this.size } : {},
|
|
6947
6845
|
onClick: (event) => this.$emit("click", event),
|
|
6948
6846
|
onFocus: (event) => this.$emit("focus", event),
|
|
6949
6847
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -6978,11 +6876,6 @@ const VRadio = defineComponent({
|
|
|
6978
6876
|
* only when the `value` property has not been explicitly set.
|
|
6979
6877
|
*/
|
|
6980
6878
|
initialValue: { type: String, default: void 0 },
|
|
6981
|
-
/**
|
|
6982
|
-
* The initial value of the form. This value sets the `value` property
|
|
6983
|
-
* only when the `value` property has not been explicitly set.
|
|
6984
|
-
*/
|
|
6985
|
-
value: { type: String, default: void 0 },
|
|
6986
6879
|
/**
|
|
6987
6880
|
* The current value of the element. This property serves as a mechanism
|
|
6988
6881
|
* to set the `value` property through both property assignment and the
|
|
@@ -6990,7 +6883,7 @@ const VRadio = defineComponent({
|
|
|
6990
6883
|
* in UI libraries that bind data through the .setAttribute() API
|
|
6991
6884
|
* and don't support IDL attribute binding.
|
|
6992
6885
|
*/
|
|
6993
|
-
|
|
6886
|
+
value: { type: String, default: void 0 },
|
|
6994
6887
|
/**
|
|
6995
6888
|
* The name of the element. This element's value will be surfaced during form submission under the provided name.
|
|
6996
6889
|
*/
|
|
@@ -7003,10 +6896,6 @@ const VRadio = defineComponent({
|
|
|
7003
6896
|
* Provides the default checkedness of the input element
|
|
7004
6897
|
*/
|
|
7005
6898
|
defaultChecked: { type: Boolean, default: void 0 },
|
|
7006
|
-
/**
|
|
7007
|
-
* Provides the default checkedness of the input element
|
|
7008
|
-
*/
|
|
7009
|
-
checked: { type: Boolean, default: void 0 },
|
|
7010
6899
|
/**
|
|
7011
6900
|
* The current checkedness of the element. This property serves as a mechanism
|
|
7012
6901
|
* to set the `checked` property through both property assignment and the
|
|
@@ -7014,7 +6903,7 @@ const VRadio = defineComponent({
|
|
|
7014
6903
|
* in UI libraries that bind data through the .setAttribute() API
|
|
7015
6904
|
* and don't support IDL attribute binding.
|
|
7016
6905
|
*/
|
|
7017
|
-
|
|
6906
|
+
checked: { type: Boolean, default: void 0 },
|
|
7018
6907
|
/**
|
|
7019
6908
|
* When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.
|
|
7020
6909
|
*/
|
|
@@ -7084,22 +6973,18 @@ const VRadio = defineComponent({
|
|
|
7084
6973
|
attrs: {
|
|
7085
6974
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
7086
6975
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
7087
|
-
...this.
|
|
7088
|
-
...this.
|
|
6976
|
+
...this.initialValue !== void 0 ? { value: this.initialValue } : {},
|
|
6977
|
+
...this.value !== void 0 ? { "current-value": this.value } : {},
|
|
7089
6978
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
7090
6979
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
7091
|
-
...this.
|
|
7092
|
-
...this.
|
|
6980
|
+
...this.defaultChecked !== void 0 ? { checked: this.defaultChecked } : {},
|
|
6981
|
+
...this.checked !== void 0 ? { "current-checked": this.checked } : {},
|
|
7093
6982
|
...this.readonly !== void 0 ? { readonly: this.readonly } : {},
|
|
7094
6983
|
...this.ariaLabel !== void 0 ? { "aria-label": this.ariaLabel } : {},
|
|
7095
6984
|
...this.label !== void 0 ? { label: this.label } : {},
|
|
7096
6985
|
...this.connotation !== void 0 ? { connotation: this.connotation } : {}
|
|
7097
6986
|
},
|
|
7098
6987
|
class: "vvd-component",
|
|
7099
|
-
domProps: {
|
|
7100
|
-
...this.initialValue !== void 0 ? { initialValue: this.initialValue } : {},
|
|
7101
|
-
...this.defaultChecked !== void 0 ? { defaultChecked: this.defaultChecked } : {}
|
|
7102
|
-
},
|
|
7103
6988
|
on: {
|
|
7104
6989
|
click: (event) => this.$emit("click", event),
|
|
7105
6990
|
focus: (event) => this.$emit("focus", event),
|
|
@@ -7118,20 +7003,18 @@ const VRadio = defineComponent({
|
|
|
7118
7003
|
{
|
|
7119
7004
|
ref: "element",
|
|
7120
7005
|
class: "vvd-component",
|
|
7121
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
7122
|
-
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
7123
|
-
...this.initialValue !== void 0 ? { "
|
|
7124
|
-
...this.value !== void 0 ? { value: this.value } : {},
|
|
7125
|
-
...this.
|
|
7126
|
-
...this.
|
|
7127
|
-
...this.
|
|
7128
|
-
...this.
|
|
7129
|
-
...this.
|
|
7130
|
-
...this.
|
|
7131
|
-
...this.
|
|
7132
|
-
...this.
|
|
7133
|
-
...this.label !== void 0 ? { label: this.label } : {},
|
|
7134
|
-
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
7006
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
7007
|
+
...this.disabled !== void 0 ? { "^disabled": this.disabled } : {},
|
|
7008
|
+
...this.initialValue !== void 0 ? { "^value": this.initialValue } : {},
|
|
7009
|
+
...this.value !== void 0 ? { "^current-value": this.value } : {},
|
|
7010
|
+
...this.name !== void 0 ? { "^name": this.name } : {},
|
|
7011
|
+
...this.required !== void 0 ? { "^required": this.required } : {},
|
|
7012
|
+
...this.defaultChecked !== void 0 ? { "^checked": this.defaultChecked } : {},
|
|
7013
|
+
...this.checked !== void 0 ? { "^current-checked": this.checked } : {},
|
|
7014
|
+
...this.readonly !== void 0 ? { "^readonly": this.readonly } : {},
|
|
7015
|
+
...this.ariaLabel !== void 0 ? { "^aria-label": this.ariaLabel } : {},
|
|
7016
|
+
...this.label !== void 0 ? { "^label": this.label } : {},
|
|
7017
|
+
...this.connotation !== void 0 ? { "^connotation": this.connotation } : {},
|
|
7135
7018
|
onClick: (event) => this.$emit("click", event),
|
|
7136
7019
|
onFocus: (event) => this.$emit("focus", event),
|
|
7137
7020
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -7283,13 +7166,13 @@ const VRadioGroup = defineComponent({
|
|
|
7283
7166
|
{
|
|
7284
7167
|
ref: "element",
|
|
7285
7168
|
class: "vvd-component",
|
|
7286
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
7287
|
-
...this.readonly !== void 0 ? { readonly: this.readonly } : {},
|
|
7288
|
-
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
7289
|
-
...this.name !== void 0 ? { name: this.name } : {},
|
|
7290
|
-
...this.modelValue ?? this.value !== void 0 ? { value: this.modelValue ?? this.value } : {},
|
|
7291
|
-
...this.orientation !== void 0 ? { orientation: this.orientation } : {},
|
|
7292
|
-
...this.label !== void 0 ? { label: this.label } : {},
|
|
7169
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
7170
|
+
...this.readonly !== void 0 ? { "^readonly": this.readonly } : {},
|
|
7171
|
+
...this.disabled !== void 0 ? { "^disabled": this.disabled } : {},
|
|
7172
|
+
...this.name !== void 0 ? { "^name": this.name } : {},
|
|
7173
|
+
...this.modelValue ?? this.value !== void 0 ? { "^value": this.modelValue ?? this.value } : {},
|
|
7174
|
+
...this.orientation !== void 0 ? { "^orientation": this.orientation } : {},
|
|
7175
|
+
...this.label !== void 0 ? { "^label": this.label } : {},
|
|
7293
7176
|
onClick: (event) => this.$emit("click", event),
|
|
7294
7177
|
onFocus: (event) => this.$emit("focus", event),
|
|
7295
7178
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -7335,11 +7218,6 @@ const VRangeSlider = defineComponent({
|
|
|
7335
7218
|
* only when the `value` property has not been explicitly set.
|
|
7336
7219
|
*/
|
|
7337
7220
|
initialValue: { type: String, default: void 0 },
|
|
7338
|
-
/**
|
|
7339
|
-
* The initial value of the form. This value sets the `value` property
|
|
7340
|
-
* only when the `value` property has not been explicitly set.
|
|
7341
|
-
*/
|
|
7342
|
-
value: { type: String, default: void 0 },
|
|
7343
7221
|
/**
|
|
7344
7222
|
* The current value of the element. This property serves as a mechanism
|
|
7345
7223
|
* to set the `value` property through both property assignment and the
|
|
@@ -7347,7 +7225,7 @@ const VRangeSlider = defineComponent({
|
|
|
7347
7225
|
* in UI libraries that bind data through the .setAttribute() API
|
|
7348
7226
|
* and don't support IDL attribute binding.
|
|
7349
7227
|
*/
|
|
7350
|
-
|
|
7228
|
+
value: { type: String, default: void 0 },
|
|
7351
7229
|
/**
|
|
7352
7230
|
* The name of the element. This element's value will be surfaced during form submission under the provided name.
|
|
7353
7231
|
*/
|
|
@@ -7361,14 +7239,6 @@ const VRangeSlider = defineComponent({
|
|
|
7361
7239
|
* only when the `start` property has not been explicitly set.
|
|
7362
7240
|
*/
|
|
7363
7241
|
initialStart: { type: String, default: void 0 },
|
|
7364
|
-
/**
|
|
7365
|
-
* The current start value of the element. This property serves as a mechanism
|
|
7366
|
-
* to set the `start` property through both property assignment and the
|
|
7367
|
-
* .setAttribute() method. This is useful for setting the field's value
|
|
7368
|
-
* in UI libraries that bind data through the .setAttribute() API
|
|
7369
|
-
* and don't support IDL attribute binding.
|
|
7370
|
-
*/
|
|
7371
|
-
currentStart: { type: String, default: void 0 },
|
|
7372
7242
|
/**
|
|
7373
7243
|
* The current start value of the element. This property serves as a mechanism
|
|
7374
7244
|
* to set the `start` property through both property assignment and the
|
|
@@ -7382,14 +7252,6 @@ const VRangeSlider = defineComponent({
|
|
|
7382
7252
|
* only when the `end` property has not been explicitly set.
|
|
7383
7253
|
*/
|
|
7384
7254
|
initialEnd: { type: String, default: void 0 },
|
|
7385
|
-
/**
|
|
7386
|
-
* The current end value of the element. This property serves as a mechanism
|
|
7387
|
-
* to set the `end` property through both property assignment and the
|
|
7388
|
-
* .setAttribute() method. This is useful for setting the field's value
|
|
7389
|
-
* in UI libraries that bind data through the .setAttribute() API
|
|
7390
|
-
* and don't support IDL attribute binding.
|
|
7391
|
-
*/
|
|
7392
|
-
currentEnd: { type: String, default: void 0 },
|
|
7393
7255
|
/**
|
|
7394
7256
|
* The current end value of the element. This property serves as a mechanism
|
|
7395
7257
|
* to set the `end` property through both property assignment and the
|
|
@@ -7517,12 +7379,14 @@ const VRangeSlider = defineComponent({
|
|
|
7517
7379
|
...this.label !== void 0 ? { label: this.label } : {},
|
|
7518
7380
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
7519
7381
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
7520
|
-
...this.
|
|
7521
|
-
...this.
|
|
7382
|
+
...this.initialValue !== void 0 ? { value: this.initialValue } : {},
|
|
7383
|
+
...this.value !== void 0 ? { "current-value": this.value } : {},
|
|
7522
7384
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
7523
7385
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
7524
|
-
...this.
|
|
7525
|
-
...this.
|
|
7386
|
+
...this.initialStart !== void 0 ? { start: this.initialStart } : {},
|
|
7387
|
+
...this.start !== void 0 ? { "current-start": this.start } : {},
|
|
7388
|
+
...this.initialEnd !== void 0 ? { end: this.initialEnd } : {},
|
|
7389
|
+
...this.end !== void 0 ? { "current-end": this.end } : {},
|
|
7526
7390
|
...this.min !== void 0 ? { min: this.min } : {},
|
|
7527
7391
|
...this.max !== void 0 ? { max: this.max } : {},
|
|
7528
7392
|
...this.step !== void 0 ? { step: this.step } : {},
|
|
@@ -7533,11 +7397,6 @@ const VRangeSlider = defineComponent({
|
|
|
7533
7397
|
...this.connotation !== void 0 ? { connotation: this.connotation } : {}
|
|
7534
7398
|
},
|
|
7535
7399
|
class: "vvd-component",
|
|
7536
|
-
domProps: {
|
|
7537
|
-
...this.initialValue !== void 0 ? { initialValue: this.initialValue } : {},
|
|
7538
|
-
...this.initialStart !== void 0 ? { initialStart: this.initialStart } : {},
|
|
7539
|
-
...this.initialEnd !== void 0 ? { initialEnd: this.initialEnd } : {}
|
|
7540
|
-
},
|
|
7541
7400
|
on: {
|
|
7542
7401
|
click: (event) => this.$emit("click", event),
|
|
7543
7402
|
focus: (event) => this.$emit("focus", event),
|
|
@@ -7564,26 +7423,25 @@ const VRangeSlider = defineComponent({
|
|
|
7564
7423
|
{
|
|
7565
7424
|
ref: "element",
|
|
7566
7425
|
class: "vvd-component",
|
|
7567
|
-
...this.label !== void 0 ? { label: this.label } : {},
|
|
7568
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
7569
|
-
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
7570
|
-
...this.initialValue !== void 0 ? { "
|
|
7571
|
-
...this.value !== void 0 ? { value: this.value } : {},
|
|
7572
|
-
...this.
|
|
7573
|
-
...this.
|
|
7574
|
-
...this.
|
|
7575
|
-
...this.
|
|
7576
|
-
...this.
|
|
7577
|
-
...this.
|
|
7578
|
-
...this.
|
|
7579
|
-
...this.
|
|
7580
|
-
...this.
|
|
7581
|
-
...this.
|
|
7582
|
-
...this.
|
|
7583
|
-
...this.
|
|
7584
|
-
...this.
|
|
7585
|
-
...this.
|
|
7586
|
-
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
7426
|
+
...this.label !== void 0 ? { "^label": this.label } : {},
|
|
7427
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
7428
|
+
...this.disabled !== void 0 ? { "^disabled": this.disabled } : {},
|
|
7429
|
+
...this.initialValue !== void 0 ? { "^value": this.initialValue } : {},
|
|
7430
|
+
...this.value !== void 0 ? { "^current-value": this.value } : {},
|
|
7431
|
+
...this.name !== void 0 ? { "^name": this.name } : {},
|
|
7432
|
+
...this.required !== void 0 ? { "^required": this.required } : {},
|
|
7433
|
+
...this.initialStart !== void 0 ? { "^start": this.initialStart } : {},
|
|
7434
|
+
...this.start !== void 0 ? { "^current-start": this.start } : {},
|
|
7435
|
+
...this.initialEnd !== void 0 ? { "^end": this.initialEnd } : {},
|
|
7436
|
+
...this.end !== void 0 ? { "^current-end": this.end } : {},
|
|
7437
|
+
...this.min !== void 0 ? { "^min": this.min } : {},
|
|
7438
|
+
...this.max !== void 0 ? { "^max": this.max } : {},
|
|
7439
|
+
...this.step !== void 0 ? { "^step": this.step } : {},
|
|
7440
|
+
...this.orientation !== void 0 ? { "^orientation": this.orientation } : {},
|
|
7441
|
+
...this.ariaStartLabel !== void 0 ? { "^aria-start-label": this.ariaStartLabel } : {},
|
|
7442
|
+
...this.ariaEndLabel !== void 0 ? { "^aria-end-label": this.ariaEndLabel } : {},
|
|
7443
|
+
...this.markers !== void 0 ? { "^markers": this.markers } : {},
|
|
7444
|
+
...this.connotation !== void 0 ? { "^connotation": this.connotation } : {},
|
|
7587
7445
|
onClick: (event) => this.$emit("click", event),
|
|
7588
7446
|
onFocus: (event) => this.$emit("focus", event),
|
|
7589
7447
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -7656,11 +7514,6 @@ const VSelect = defineComponent({
|
|
|
7656
7514
|
* only when the `value` property has not been explicitly set.
|
|
7657
7515
|
*/
|
|
7658
7516
|
initialValue: { type: String, default: void 0 },
|
|
7659
|
-
/**
|
|
7660
|
-
* The initial value of the form. This value sets the `value` property
|
|
7661
|
-
* only when the `value` property has not been explicitly set.
|
|
7662
|
-
*/
|
|
7663
|
-
value: { type: String, default: void 0 },
|
|
7664
7517
|
/**
|
|
7665
7518
|
* The current value of the element. This property serves as a mechanism
|
|
7666
7519
|
* to set the `value` property through both property assignment and the
|
|
@@ -7668,7 +7521,7 @@ const VSelect = defineComponent({
|
|
|
7668
7521
|
* in UI libraries that bind data through the .setAttribute() API
|
|
7669
7522
|
* and don't support IDL attribute binding.
|
|
7670
7523
|
*/
|
|
7671
|
-
|
|
7524
|
+
value: { type: String, default: void 0 },
|
|
7672
7525
|
/**
|
|
7673
7526
|
* The current value of the element. This property serves as a mechanism
|
|
7674
7527
|
* to set the `value` property through both property assignment and the
|
|
@@ -7814,8 +7667,8 @@ const VSelect = defineComponent({
|
|
|
7814
7667
|
...this.iconTrailing !== void 0 ? { "icon-trailing": this.iconTrailing } : {},
|
|
7815
7668
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
7816
7669
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
7817
|
-
...this.
|
|
7818
|
-
...this.modelValue ?? this.
|
|
7670
|
+
...this.initialValue !== void 0 ? { value: this.initialValue } : {},
|
|
7671
|
+
...this.modelValue ?? this.value !== void 0 ? { "current-value": this.modelValue ?? this.value } : {},
|
|
7819
7672
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
7820
7673
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
7821
7674
|
...this.open !== void 0 ? { open: this.open } : {},
|
|
@@ -7827,9 +7680,6 @@ const VSelect = defineComponent({
|
|
|
7827
7680
|
...this.placeholder !== void 0 ? { placeholder: this.placeholder } : {}
|
|
7828
7681
|
},
|
|
7829
7682
|
class: "vvd-component",
|
|
7830
|
-
domProps: {
|
|
7831
|
-
...this.initialValue !== void 0 ? { initialValue: this.initialValue } : {}
|
|
7832
|
-
},
|
|
7833
7683
|
on: {
|
|
7834
7684
|
click: (event) => this.$emit("click", event),
|
|
7835
7685
|
focus: (event) => this.$emit("focus", event),
|
|
@@ -7862,26 +7712,25 @@ const VSelect = defineComponent({
|
|
|
7862
7712
|
{
|
|
7863
7713
|
ref: "element",
|
|
7864
7714
|
class: "vvd-component",
|
|
7865
|
-
...this.successText !== void 0 ? { "success-text": this.successText } : {},
|
|
7866
|
-
...this.errorText !== void 0 ? { "error-text": this.errorText } : {},
|
|
7867
|
-
...this.helperText !== void 0 ? { "helper-text": this.helperText } : {},
|
|
7868
|
-
...this.label !== void 0 ? { label: this.label } : {},
|
|
7869
|
-
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
7870
|
-
...this.iconTrailing !== void 0 ? { "icon-trailing": this.iconTrailing } : {},
|
|
7871
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
7872
|
-
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
7873
|
-
...this.initialValue !== void 0 ? { "
|
|
7874
|
-
...this.value !== void 0 ? { value: this.value } : {},
|
|
7875
|
-
...this.
|
|
7876
|
-
...this.
|
|
7877
|
-
...this.
|
|
7878
|
-
...this.
|
|
7879
|
-
...this.
|
|
7880
|
-
...this.
|
|
7881
|
-
...this.
|
|
7882
|
-
...this.
|
|
7883
|
-
...this.
|
|
7884
|
-
...this.placeholder !== void 0 ? { placeholder: this.placeholder } : {},
|
|
7715
|
+
...this.successText !== void 0 ? { "^success-text": this.successText } : {},
|
|
7716
|
+
...this.errorText !== void 0 ? { "^error-text": this.errorText } : {},
|
|
7717
|
+
...this.helperText !== void 0 ? { "^helper-text": this.helperText } : {},
|
|
7718
|
+
...this.label !== void 0 ? { "^label": this.label } : {},
|
|
7719
|
+
...this.icon !== void 0 ? { "^icon": this.icon } : {},
|
|
7720
|
+
...this.iconTrailing !== void 0 ? { "^icon-trailing": this.iconTrailing } : {},
|
|
7721
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
7722
|
+
...this.disabled !== void 0 ? { "^disabled": this.disabled } : {},
|
|
7723
|
+
...this.initialValue !== void 0 ? { "^value": this.initialValue } : {},
|
|
7724
|
+
...this.modelValue ?? this.value !== void 0 ? { "^current-value": this.modelValue ?? this.value } : {},
|
|
7725
|
+
...this.name !== void 0 ? { "^name": this.name } : {},
|
|
7726
|
+
...this.required !== void 0 ? { "^required": this.required } : {},
|
|
7727
|
+
...this.open !== void 0 ? { "^open": this.open } : {},
|
|
7728
|
+
...this.position !== void 0 ? { "^position": this.position } : {},
|
|
7729
|
+
...this.multiple !== void 0 ? { "^multiple": this.multiple } : {},
|
|
7730
|
+
...this.appearance !== void 0 ? { "^appearance": this.appearance } : {},
|
|
7731
|
+
...this.shape !== void 0 ? { "^shape": this.shape } : {},
|
|
7732
|
+
...this.fixedDropdown !== void 0 ? { "^fixed-dropdown": this.fixedDropdown } : {},
|
|
7733
|
+
...this.placeholder !== void 0 ? { "^placeholder": this.placeholder } : {},
|
|
7885
7734
|
onClick: (event) => this.$emit("click", event),
|
|
7886
7735
|
onFocus: (event) => this.$emit("focus", event),
|
|
7887
7736
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -8033,14 +7882,14 @@ const VSelectableBox = defineComponent({
|
|
|
8033
7882
|
{
|
|
8034
7883
|
ref: "element",
|
|
8035
7884
|
class: "vvd-component",
|
|
8036
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
8037
|
-
...this.ariaLabel !== void 0 ? { "aria-label": this.ariaLabel } : {},
|
|
8038
|
-
...this.checked !== void 0 ? { checked: this.checked } : {},
|
|
8039
|
-
...this.clickable !== void 0 ? { clickable: this.clickable } : {},
|
|
8040
|
-
...this.clickableBox !== void 0 ? { "clickable-box": this.clickableBox } : {},
|
|
8041
|
-
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
8042
|
-
...this.controlType !== void 0 ? { "control-type": this.controlType } : {},
|
|
8043
|
-
...this.tight !== void 0 ? { tight: this.tight } : {},
|
|
7885
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
7886
|
+
...this.ariaLabel !== void 0 ? { "^aria-label": this.ariaLabel } : {},
|
|
7887
|
+
...this.checked !== void 0 ? { "^checked": this.checked } : {},
|
|
7888
|
+
...this.clickable !== void 0 ? { "^clickable": this.clickable } : {},
|
|
7889
|
+
...this.clickableBox !== void 0 ? { "^clickable-box": this.clickableBox } : {},
|
|
7890
|
+
...this.connotation !== void 0 ? { "^connotation": this.connotation } : {},
|
|
7891
|
+
...this.controlType !== void 0 ? { "^control-type": this.controlType } : {},
|
|
7892
|
+
...this.tight !== void 0 ? { "^tight": this.tight } : {},
|
|
8044
7893
|
onClick: (event) => this.$emit("click", event),
|
|
8045
7894
|
onFocus: (event) => this.$emit("focus", event),
|
|
8046
7895
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -8169,11 +8018,11 @@ const VSideDrawer = defineComponent({
|
|
|
8169
8018
|
{
|
|
8170
8019
|
ref: "element",
|
|
8171
8020
|
class: "vvd-component",
|
|
8172
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
8173
|
-
...this.alternate !== void 0 ? { alternate: this.alternate } : {},
|
|
8174
|
-
...this.modal !== void 0 ? { modal: this.modal } : {},
|
|
8175
|
-
...this.open !== void 0 ? { open: this.open } : {},
|
|
8176
|
-
...this.trailing !== void 0 ? { trailing: this.trailing } : {},
|
|
8021
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
8022
|
+
...this.alternate !== void 0 ? { "^alternate": this.alternate } : {},
|
|
8023
|
+
...this.modal !== void 0 ? { "^modal": this.modal } : {},
|
|
8024
|
+
...this.open !== void 0 ? { "^open": this.open } : {},
|
|
8025
|
+
...this.trailing !== void 0 ? { "^trailing": this.trailing } : {},
|
|
8177
8026
|
onClick: (event) => this.$emit("click", event),
|
|
8178
8027
|
onFocus: (event) => this.$emit("focus", event),
|
|
8179
8028
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -8216,11 +8065,6 @@ const VSlider = defineComponent({
|
|
|
8216
8065
|
* only when the `value` property has not been explicitly set.
|
|
8217
8066
|
*/
|
|
8218
8067
|
initialValue: { type: String, default: void 0 },
|
|
8219
|
-
/**
|
|
8220
|
-
* The initial value of the form. This value sets the `value` property
|
|
8221
|
-
* only when the `value` property has not been explicitly set.
|
|
8222
|
-
*/
|
|
8223
|
-
value: { type: String, default: void 0 },
|
|
8224
8068
|
/**
|
|
8225
8069
|
* The current value of the element. This property serves as a mechanism
|
|
8226
8070
|
* to set the `value` property through both property assignment and the
|
|
@@ -8228,7 +8072,7 @@ const VSlider = defineComponent({
|
|
|
8228
8072
|
* in UI libraries that bind data through the .setAttribute() API
|
|
8229
8073
|
* and don't support IDL attribute binding.
|
|
8230
8074
|
*/
|
|
8231
|
-
|
|
8075
|
+
value: { type: String, default: void 0 },
|
|
8232
8076
|
/**
|
|
8233
8077
|
* The current value of the element. This property serves as a mechanism
|
|
8234
8078
|
* to set the `value` property through both property assignment and the
|
|
@@ -8362,8 +8206,8 @@ const VSlider = defineComponent({
|
|
|
8362
8206
|
attrs: {
|
|
8363
8207
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
8364
8208
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
8365
|
-
...this.
|
|
8366
|
-
...this.modelValue ?? this.
|
|
8209
|
+
...this.initialValue !== void 0 ? { value: this.initialValue } : {},
|
|
8210
|
+
...this.modelValue ?? this.value !== void 0 ? { "current-value": this.modelValue ?? this.value } : {},
|
|
8367
8211
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
8368
8212
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
8369
8213
|
...this.readonly !== void 0 ? { readonly: this.readonly } : {},
|
|
@@ -8378,9 +8222,6 @@ const VSlider = defineComponent({
|
|
|
8378
8222
|
...this.connotation !== void 0 ? { connotation: this.connotation } : {}
|
|
8379
8223
|
},
|
|
8380
8224
|
class: "vvd-component",
|
|
8381
|
-
domProps: {
|
|
8382
|
-
...this.initialValue !== void 0 ? { initialValue: this.initialValue } : {}
|
|
8383
|
-
},
|
|
8384
8225
|
on: {
|
|
8385
8226
|
click: (event) => this.$emit("click", event),
|
|
8386
8227
|
focus: (event) => this.$emit("focus", event),
|
|
@@ -8405,23 +8246,22 @@ const VSlider = defineComponent({
|
|
|
8405
8246
|
{
|
|
8406
8247
|
ref: "element",
|
|
8407
8248
|
class: "vvd-component",
|
|
8408
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
8409
|
-
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
8410
|
-
...this.initialValue !== void 0 ? { "
|
|
8411
|
-
...this.value !== void 0 ? { value: this.value } : {},
|
|
8412
|
-
...this.
|
|
8413
|
-
...this.
|
|
8414
|
-
...this.
|
|
8415
|
-
...this.
|
|
8416
|
-
...this.
|
|
8417
|
-
...this.
|
|
8418
|
-
...this.
|
|
8419
|
-
...this.
|
|
8420
|
-
...this.
|
|
8421
|
-
...this.
|
|
8422
|
-
...this.
|
|
8423
|
-
...this.
|
|
8424
|
-
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
8249
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
8250
|
+
...this.disabled !== void 0 ? { "^disabled": this.disabled } : {},
|
|
8251
|
+
...this.initialValue !== void 0 ? { "^value": this.initialValue } : {},
|
|
8252
|
+
...this.modelValue ?? this.value !== void 0 ? { "^current-value": this.modelValue ?? this.value } : {},
|
|
8253
|
+
...this.name !== void 0 ? { "^name": this.name } : {},
|
|
8254
|
+
...this.required !== void 0 ? { "^required": this.required } : {},
|
|
8255
|
+
...this.readonly !== void 0 ? { "^readonly": this.readonly } : {},
|
|
8256
|
+
...this.min !== void 0 ? { "^min": this.min } : {},
|
|
8257
|
+
...this.max !== void 0 ? { "^max": this.max } : {},
|
|
8258
|
+
...this.step !== void 0 ? { "^step": this.step } : {},
|
|
8259
|
+
...this.orientation !== void 0 ? { "^orientation": this.orientation } : {},
|
|
8260
|
+
...this.mode !== void 0 ? { "^mode": this.mode } : {},
|
|
8261
|
+
...this.ariaLabel !== void 0 ? { "^aria-label": this.ariaLabel } : {},
|
|
8262
|
+
...this.ariaValuetext !== void 0 ? { "^aria-valuetext": this.ariaValuetext } : {},
|
|
8263
|
+
...this.markers !== void 0 ? { "^markers": this.markers } : {},
|
|
8264
|
+
...this.connotation !== void 0 ? { "^connotation": this.connotation } : {},
|
|
8425
8265
|
onClick: (event) => this.$emit("click", event),
|
|
8426
8266
|
onFocus: (event) => this.$emit("focus", event),
|
|
8427
8267
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -8603,18 +8443,18 @@ const VSplitButton = defineComponent({
|
|
|
8603
8443
|
{
|
|
8604
8444
|
ref: "element",
|
|
8605
8445
|
class: "vvd-component",
|
|
8606
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
8607
|
-
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
8608
|
-
...this.shape !== void 0 ? { shape: this.shape } : {},
|
|
8609
|
-
...this.appearance !== void 0 ? { appearance: this.appearance } : {},
|
|
8610
|
-
...this.size !== void 0 ? { size: this.size } : {},
|
|
8611
|
-
...this.label !== void 0 ? { label: this.label } : {},
|
|
8612
|
-
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
8613
|
-
...this.splitIndicator !== void 0 ? { "split-indicator": this.splitIndicator } : {},
|
|
8614
|
-
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
8615
|
-
...this.ariaLabel !== void 0 ? { "aria-label": this.ariaLabel } : {},
|
|
8616
|
-
...this.ariaExpanded !== void 0 ? { "aria-expanded": this.ariaExpanded } : {},
|
|
8617
|
-
...this.indicatorAriaLabel !== void 0 ? { "indicator-aria-label": this.indicatorAriaLabel } : {},
|
|
8446
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
8447
|
+
...this.connotation !== void 0 ? { "^connotation": this.connotation } : {},
|
|
8448
|
+
...this.shape !== void 0 ? { "^shape": this.shape } : {},
|
|
8449
|
+
...this.appearance !== void 0 ? { "^appearance": this.appearance } : {},
|
|
8450
|
+
...this.size !== void 0 ? { "^size": this.size } : {},
|
|
8451
|
+
...this.label !== void 0 ? { "^label": this.label } : {},
|
|
8452
|
+
...this.icon !== void 0 ? { "^icon": this.icon } : {},
|
|
8453
|
+
...this.splitIndicator !== void 0 ? { "^split-indicator": this.splitIndicator } : {},
|
|
8454
|
+
...this.disabled !== void 0 ? { "^disabled": this.disabled } : {},
|
|
8455
|
+
...this.ariaLabel !== void 0 ? { "^aria-label": this.ariaLabel } : {},
|
|
8456
|
+
...this.ariaExpanded !== void 0 ? { "^aria-expanded": this.ariaExpanded } : {},
|
|
8457
|
+
...this.indicatorAriaLabel !== void 0 ? { "^indicator-aria-label": this.indicatorAriaLabel } : {},
|
|
8618
8458
|
onClick: (event) => this.$emit("click", event),
|
|
8619
8459
|
onFocus: (event) => this.$emit("focus", event),
|
|
8620
8460
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -8657,11 +8497,6 @@ const VSwitch = defineComponent({
|
|
|
8657
8497
|
* only when the `value` property has not been explicitly set.
|
|
8658
8498
|
*/
|
|
8659
8499
|
initialValue: { type: String, default: void 0 },
|
|
8660
|
-
/**
|
|
8661
|
-
* The initial value of the form. This value sets the `value` property
|
|
8662
|
-
* only when the `value` property has not been explicitly set.
|
|
8663
|
-
*/
|
|
8664
|
-
value: { type: String, default: void 0 },
|
|
8665
8500
|
/**
|
|
8666
8501
|
* The current value of the element. This property serves as a mechanism
|
|
8667
8502
|
* to set the `value` property through both property assignment and the
|
|
@@ -8669,7 +8504,7 @@ const VSwitch = defineComponent({
|
|
|
8669
8504
|
* in UI libraries that bind data through the .setAttribute() API
|
|
8670
8505
|
* and don't support IDL attribute binding.
|
|
8671
8506
|
*/
|
|
8672
|
-
|
|
8507
|
+
value: { type: String, default: void 0 },
|
|
8673
8508
|
/**
|
|
8674
8509
|
* The name of the element. This element's value will be surfaced during form submission under the provided name.
|
|
8675
8510
|
*/
|
|
@@ -8682,10 +8517,6 @@ const VSwitch = defineComponent({
|
|
|
8682
8517
|
* Provides the default checkedness of the input element
|
|
8683
8518
|
*/
|
|
8684
8519
|
defaultChecked: { type: Boolean, default: void 0 },
|
|
8685
|
-
/**
|
|
8686
|
-
* Provides the default checkedness of the input element
|
|
8687
|
-
*/
|
|
8688
|
-
checked: { type: Boolean, default: void 0 },
|
|
8689
8520
|
/**
|
|
8690
8521
|
* The current checkedness of the element. This property serves as a mechanism
|
|
8691
8522
|
* to set the `checked` property through both property assignment and the
|
|
@@ -8693,7 +8524,7 @@ const VSwitch = defineComponent({
|
|
|
8693
8524
|
* in UI libraries that bind data through the .setAttribute() API
|
|
8694
8525
|
* and don't support IDL attribute binding.
|
|
8695
8526
|
*/
|
|
8696
|
-
|
|
8527
|
+
checked: { type: Boolean, default: void 0 },
|
|
8697
8528
|
/**
|
|
8698
8529
|
* The current checkedness of the element. This property serves as a mechanism
|
|
8699
8530
|
* to set the `checked` property through both property assignment and the
|
|
@@ -8775,21 +8606,17 @@ const VSwitch = defineComponent({
|
|
|
8775
8606
|
attrs: {
|
|
8776
8607
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
8777
8608
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
8778
|
-
...this.
|
|
8779
|
-
...this.
|
|
8609
|
+
...this.initialValue !== void 0 ? { value: this.initialValue } : {},
|
|
8610
|
+
...this.value !== void 0 ? { "current-value": this.value } : {},
|
|
8780
8611
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
8781
8612
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
8782
|
-
...this.
|
|
8783
|
-
...this.modelValue ?? this.
|
|
8613
|
+
...this.defaultChecked !== void 0 ? { checked: this.defaultChecked } : {},
|
|
8614
|
+
...this.modelValue ?? this.checked !== void 0 ? { "current-checked": this.modelValue ?? this.checked } : {},
|
|
8784
8615
|
...this.readonly !== void 0 ? { readonly: this.readonly } : {},
|
|
8785
8616
|
...this.label !== void 0 ? { label: this.label } : {},
|
|
8786
8617
|
...this.connotation !== void 0 ? { connotation: this.connotation } : {}
|
|
8787
8618
|
},
|
|
8788
8619
|
class: "vvd-component",
|
|
8789
|
-
domProps: {
|
|
8790
|
-
...this.initialValue !== void 0 ? { initialValue: this.initialValue } : {},
|
|
8791
|
-
...this.defaultChecked !== void 0 ? { defaultChecked: this.defaultChecked } : {}
|
|
8792
|
-
},
|
|
8793
8620
|
on: {
|
|
8794
8621
|
click: (event) => this.$emit("click", event),
|
|
8795
8622
|
focus: (event) => this.$emit("focus", event),
|
|
@@ -8814,19 +8641,17 @@ const VSwitch = defineComponent({
|
|
|
8814
8641
|
{
|
|
8815
8642
|
ref: "element",
|
|
8816
8643
|
class: "vvd-component",
|
|
8817
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
8818
|
-
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
8819
|
-
...this.initialValue !== void 0 ? { "
|
|
8820
|
-
...this.value !== void 0 ? { value: this.value } : {},
|
|
8821
|
-
...this.
|
|
8822
|
-
...this.
|
|
8823
|
-
...this.
|
|
8824
|
-
...this.
|
|
8825
|
-
...this.
|
|
8826
|
-
...this.
|
|
8827
|
-
...this.
|
|
8828
|
-
...this.label !== void 0 ? { label: this.label } : {},
|
|
8829
|
-
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
8644
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
8645
|
+
...this.disabled !== void 0 ? { "^disabled": this.disabled } : {},
|
|
8646
|
+
...this.initialValue !== void 0 ? { "^value": this.initialValue } : {},
|
|
8647
|
+
...this.value !== void 0 ? { "^current-value": this.value } : {},
|
|
8648
|
+
...this.name !== void 0 ? { "^name": this.name } : {},
|
|
8649
|
+
...this.required !== void 0 ? { "^required": this.required } : {},
|
|
8650
|
+
...this.defaultChecked !== void 0 ? { "^checked": this.defaultChecked } : {},
|
|
8651
|
+
...this.modelValue ?? this.checked !== void 0 ? { "^current-checked": this.modelValue ?? this.checked } : {},
|
|
8652
|
+
...this.readonly !== void 0 ? { "^readonly": this.readonly } : {},
|
|
8653
|
+
...this.label !== void 0 ? { "^label": this.label } : {},
|
|
8654
|
+
...this.connotation !== void 0 ? { "^connotation": this.connotation } : {},
|
|
8830
8655
|
onClick: (event) => this.$emit("click", event),
|
|
8831
8656
|
onFocus: (event) => this.$emit("focus", event),
|
|
8832
8657
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -8890,7 +8715,7 @@ const VTab = defineComponent({
|
|
|
8890
8715
|
* Indicates the tab's label.
|
|
8891
8716
|
*/
|
|
8892
8717
|
label: { type: String, default: void 0 },
|
|
8893
|
-
tabIndex: { type:
|
|
8718
|
+
tabIndex: { type: Number, default: void 0 },
|
|
8894
8719
|
ariaSelected: { type: String, default: void 0 }
|
|
8895
8720
|
},
|
|
8896
8721
|
emits: [
|
|
@@ -8970,15 +8795,15 @@ const VTab = defineComponent({
|
|
|
8970
8795
|
{
|
|
8971
8796
|
ref: "element",
|
|
8972
8797
|
class: "vvd-component",
|
|
8973
|
-
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
8974
|
-
...this.iconTrailing !== void 0 ? { "icon-trailing": this.iconTrailing } : {},
|
|
8975
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
8976
|
-
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
8977
|
-
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
8978
|
-
...this.shape !== void 0 ? { shape: this.shape } : {},
|
|
8979
|
-
...this.label !== void 0 ? { label: this.label } : {},
|
|
8980
|
-
...this.tabIndex !== void 0 ? { tabIndex: this.tabIndex } : {},
|
|
8981
|
-
...this.ariaSelected !== void 0 ? { "aria-selected": this.ariaSelected } : {},
|
|
8798
|
+
...this.icon !== void 0 ? { "^icon": this.icon } : {},
|
|
8799
|
+
...this.iconTrailing !== void 0 ? { "^icon-trailing": this.iconTrailing } : {},
|
|
8800
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
8801
|
+
...this.disabled !== void 0 ? { "^disabled": this.disabled } : {},
|
|
8802
|
+
...this.connotation !== void 0 ? { "^connotation": this.connotation } : {},
|
|
8803
|
+
...this.shape !== void 0 ? { "^shape": this.shape } : {},
|
|
8804
|
+
...this.label !== void 0 ? { "^label": this.label } : {},
|
|
8805
|
+
...this.tabIndex !== void 0 ? { "^tabIndex": this.tabIndex } : {},
|
|
8806
|
+
...this.ariaSelected !== void 0 ? { "^aria-selected": this.ariaSelected } : {},
|
|
8982
8807
|
onClick: (event) => this.$emit("click", event),
|
|
8983
8808
|
onFocus: (event) => this.$emit("focus", event),
|
|
8984
8809
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -9072,7 +8897,7 @@ const VTabPanel = defineComponent({
|
|
|
9072
8897
|
{
|
|
9073
8898
|
ref: "element",
|
|
9074
8899
|
class: "vvd-component",
|
|
9075
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
8900
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
9076
8901
|
onClick: (event) => this.$emit("click", event),
|
|
9077
8902
|
onFocus: (event) => this.$emit("focus", event),
|
|
9078
8903
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -9234,13 +9059,13 @@ const VTabs = defineComponent({
|
|
|
9234
9059
|
{
|
|
9235
9060
|
ref: "element",
|
|
9236
9061
|
class: "vvd-component",
|
|
9237
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
9238
|
-
...this.orientation !== void 0 ? { orientation: this.orientation } : {},
|
|
9239
|
-
...this.activeid !== void 0 ? { activeid: this.activeid } : {},
|
|
9240
|
-
...this.activeindicator !== void 0 ? { activeindicator: this.activeindicator } : {},
|
|
9241
|
-
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
9242
|
-
...this.gutters !== void 0 ? { gutters: this.gutters } : {},
|
|
9243
|
-
...this.scrollablePanel !== void 0 ? { "scrollable-panel": this.scrollablePanel } : {},
|
|
9062
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
9063
|
+
...this.orientation !== void 0 ? { "^orientation": this.orientation } : {},
|
|
9064
|
+
...this.activeid !== void 0 ? { "^activeid": this.activeid } : {},
|
|
9065
|
+
...this.activeindicator !== void 0 ? { "^activeindicator": this.activeindicator } : {},
|
|
9066
|
+
...this.connotation !== void 0 ? { "^connotation": this.connotation } : {},
|
|
9067
|
+
...this.gutters !== void 0 ? { "^gutters": this.gutters } : {},
|
|
9068
|
+
...this.scrollablePanel !== void 0 ? { "^scrollable-panel": this.scrollablePanel } : {},
|
|
9244
9069
|
onClick: (event) => this.$emit("click", event),
|
|
9245
9070
|
onFocus: (event) => this.$emit("focus", event),
|
|
9246
9071
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -9411,16 +9236,16 @@ const VTag = defineComponent({
|
|
|
9411
9236
|
{
|
|
9412
9237
|
ref: "element",
|
|
9413
9238
|
class: "vvd-component",
|
|
9414
|
-
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
9415
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
9416
|
-
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
9417
|
-
...this.shape !== void 0 ? { shape: this.shape } : {},
|
|
9418
|
-
...this.appearance !== void 0 ? { appearance: this.appearance } : {},
|
|
9419
|
-
...this.label !== void 0 ? { label: this.label } : {},
|
|
9420
|
-
...this.removable !== void 0 ? { removable: this.removable } : {},
|
|
9421
|
-
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
9422
|
-
...this.selectable !== void 0 ? { selectable: this.selectable } : {},
|
|
9423
|
-
...this.selected !== void 0 ? { selected: this.selected } : {},
|
|
9239
|
+
...this.icon !== void 0 ? { "^icon": this.icon } : {},
|
|
9240
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
9241
|
+
...this.connotation !== void 0 ? { "^connotation": this.connotation } : {},
|
|
9242
|
+
...this.shape !== void 0 ? { "^shape": this.shape } : {},
|
|
9243
|
+
...this.appearance !== void 0 ? { "^appearance": this.appearance } : {},
|
|
9244
|
+
...this.label !== void 0 ? { "^label": this.label } : {},
|
|
9245
|
+
...this.removable !== void 0 ? { "^removable": this.removable } : {},
|
|
9246
|
+
...this.disabled !== void 0 ? { "^disabled": this.disabled } : {},
|
|
9247
|
+
...this.selectable !== void 0 ? { "^selectable": this.selectable } : {},
|
|
9248
|
+
...this.selected !== void 0 ? { "^selected": this.selected } : {},
|
|
9424
9249
|
onClick: (event) => this.$emit("click", event),
|
|
9425
9250
|
onFocus: (event) => this.$emit("focus", event),
|
|
9426
9251
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -9518,8 +9343,8 @@ const VTagGroup = defineComponent({
|
|
|
9518
9343
|
{
|
|
9519
9344
|
ref: "element",
|
|
9520
9345
|
class: "vvd-component",
|
|
9521
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
9522
|
-
...this.ariaLabel !== void 0 ? { "aria-label": this.ariaLabel } : {},
|
|
9346
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
9347
|
+
...this.ariaLabel !== void 0 ? { "^aria-label": this.ariaLabel } : {},
|
|
9523
9348
|
onClick: (event) => this.$emit("click", event),
|
|
9524
9349
|
onFocus: (event) => this.$emit("focus", event),
|
|
9525
9350
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -9578,11 +9403,6 @@ const VTextArea = defineComponent({
|
|
|
9578
9403
|
* only when the `value` property has not been explicitly set.
|
|
9579
9404
|
*/
|
|
9580
9405
|
initialValue: { type: String, default: void 0 },
|
|
9581
|
-
/**
|
|
9582
|
-
* The initial value of the form. This value sets the `value` property
|
|
9583
|
-
* only when the `value` property has not been explicitly set.
|
|
9584
|
-
*/
|
|
9585
|
-
value: { type: String, default: void 0 },
|
|
9586
9406
|
/**
|
|
9587
9407
|
* The current value of the element. This property serves as a mechanism
|
|
9588
9408
|
* to set the `value` property through both property assignment and the
|
|
@@ -9590,7 +9410,7 @@ const VTextArea = defineComponent({
|
|
|
9590
9410
|
* in UI libraries that bind data through the .setAttribute() API
|
|
9591
9411
|
* and don't support IDL attribute binding.
|
|
9592
9412
|
*/
|
|
9593
|
-
|
|
9413
|
+
value: { type: String, default: void 0 },
|
|
9594
9414
|
/**
|
|
9595
9415
|
* The current value of the element. This property serves as a mechanism
|
|
9596
9416
|
* to set the `value` property through both property assignment and the
|
|
@@ -9738,8 +9558,8 @@ const VTextArea = defineComponent({
|
|
|
9738
9558
|
...this.label !== void 0 ? { label: this.label } : {},
|
|
9739
9559
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
9740
9560
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
9741
|
-
...this.
|
|
9742
|
-
...this.modelValue ?? this.
|
|
9561
|
+
...this.initialValue !== void 0 ? { value: this.initialValue } : {},
|
|
9562
|
+
...this.modelValue ?? this.value !== void 0 ? { "current-value": this.modelValue ?? this.value } : {},
|
|
9743
9563
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
9744
9564
|
...this.readOnly !== void 0 ? { readOnly: this.readOnly } : {},
|
|
9745
9565
|
...this.resize !== void 0 ? { resize: this.resize } : {},
|
|
@@ -9756,9 +9576,6 @@ const VTextArea = defineComponent({
|
|
|
9756
9576
|
...this.wrap !== void 0 ? { wrap: this.wrap } : {}
|
|
9757
9577
|
},
|
|
9758
9578
|
class: "vvd-component",
|
|
9759
|
-
domProps: {
|
|
9760
|
-
...this.initialValue !== void 0 ? { initialValue: this.initialValue } : {}
|
|
9761
|
-
},
|
|
9762
9579
|
on: {
|
|
9763
9580
|
click: (event) => this.$emit("click", event),
|
|
9764
9581
|
focus: (event) => this.$emit("focus", event),
|
|
@@ -9787,30 +9604,29 @@ const VTextArea = defineComponent({
|
|
|
9787
9604
|
{
|
|
9788
9605
|
ref: "element",
|
|
9789
9606
|
class: "vvd-component",
|
|
9790
|
-
...this.successText !== void 0 ? { "success-text": this.successText } : {},
|
|
9791
|
-
...this.helperText !== void 0 ? { "helper-text": this.helperText } : {},
|
|
9792
|
-
...this.charCount !== void 0 ? { "char-count": this.charCount } : {},
|
|
9793
|
-
...this.errorText !== void 0 ? { "error-text": this.errorText } : {},
|
|
9794
|
-
...this.label !== void 0 ? { label: this.label } : {},
|
|
9795
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
9796
|
-
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
9797
|
-
...this.initialValue !== void 0 ? { "
|
|
9798
|
-
...this.value !== void 0 ? { value: this.value } : {},
|
|
9799
|
-
...this.
|
|
9800
|
-
...this.
|
|
9801
|
-
...this.
|
|
9802
|
-
...this.
|
|
9803
|
-
...this.
|
|
9804
|
-
...this.
|
|
9805
|
-
...this.
|
|
9806
|
-
...this.
|
|
9807
|
-
...this.
|
|
9808
|
-
...this.
|
|
9809
|
-
...this.
|
|
9810
|
-
...this.
|
|
9811
|
-
...this.
|
|
9812
|
-
...this.
|
|
9813
|
-
...this.wrap !== void 0 ? { wrap: this.wrap } : {},
|
|
9607
|
+
...this.successText !== void 0 ? { "^success-text": this.successText } : {},
|
|
9608
|
+
...this.helperText !== void 0 ? { "^helper-text": this.helperText } : {},
|
|
9609
|
+
...this.charCount !== void 0 ? { "^char-count": this.charCount } : {},
|
|
9610
|
+
...this.errorText !== void 0 ? { "^error-text": this.errorText } : {},
|
|
9611
|
+
...this.label !== void 0 ? { "^label": this.label } : {},
|
|
9612
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
9613
|
+
...this.disabled !== void 0 ? { "^disabled": this.disabled } : {},
|
|
9614
|
+
...this.initialValue !== void 0 ? { "^value": this.initialValue } : {},
|
|
9615
|
+
...this.modelValue ?? this.value !== void 0 ? { "^current-value": this.modelValue ?? this.value } : {},
|
|
9616
|
+
...this.required !== void 0 ? { "^required": this.required } : {},
|
|
9617
|
+
...this.readOnly !== void 0 ? { "^readOnly": this.readOnly } : {},
|
|
9618
|
+
...this.resize !== void 0 ? { "^resize": this.resize } : {},
|
|
9619
|
+
...this.autofocus !== void 0 ? { "^autofocus": this.autofocus } : {},
|
|
9620
|
+
...this.form !== void 0 ? { "^form": this.form } : {},
|
|
9621
|
+
...this.list !== void 0 ? { "^list": this.list } : {},
|
|
9622
|
+
...this.maxlength !== void 0 ? { "^maxlength": this.maxlength } : {},
|
|
9623
|
+
...this.minlength !== void 0 ? { "^minlength": this.minlength } : {},
|
|
9624
|
+
...this.name !== void 0 ? { "^name": this.name } : {},
|
|
9625
|
+
...this.placeholder !== void 0 ? { "^placeholder": this.placeholder } : {},
|
|
9626
|
+
...this.cols !== void 0 ? { "^cols": this.cols } : {},
|
|
9627
|
+
...this.rows !== void 0 ? { "^rows": this.rows } : {},
|
|
9628
|
+
...this.spellcheck !== void 0 ? { "^spellcheck": this.spellcheck } : {},
|
|
9629
|
+
...this.wrap !== void 0 ? { "^wrap": this.wrap } : {},
|
|
9814
9630
|
onClick: (event) => this.$emit("click", event),
|
|
9815
9631
|
onFocus: (event) => this.$emit("focus", event),
|
|
9816
9632
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -9883,11 +9699,6 @@ const VTextField = defineComponent({
|
|
|
9883
9699
|
* only when the `value` property has not been explicitly set.
|
|
9884
9700
|
*/
|
|
9885
9701
|
initialValue: { type: String, default: void 0 },
|
|
9886
|
-
/**
|
|
9887
|
-
* The initial value of the form. This value sets the `value` property
|
|
9888
|
-
* only when the `value` property has not been explicitly set.
|
|
9889
|
-
*/
|
|
9890
|
-
value: { type: String, default: void 0 },
|
|
9891
9702
|
/**
|
|
9892
9703
|
* The current value of the element. This property serves as a mechanism
|
|
9893
9704
|
* to set the `value` property through both property assignment and the
|
|
@@ -9895,7 +9706,7 @@ const VTextField = defineComponent({
|
|
|
9895
9706
|
* in UI libraries that bind data through the .setAttribute() API
|
|
9896
9707
|
* and don't support IDL attribute binding.
|
|
9897
9708
|
*/
|
|
9898
|
-
|
|
9709
|
+
value: { type: String, default: void 0 },
|
|
9899
9710
|
/**
|
|
9900
9711
|
* The current value of the element. This property serves as a mechanism
|
|
9901
9712
|
* to set the `value` property through both property assignment and the
|
|
@@ -10041,8 +9852,8 @@ const VTextField = defineComponent({
|
|
|
10041
9852
|
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
10042
9853
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
10043
9854
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
10044
|
-
...this.
|
|
10045
|
-
...this.modelValue ?? this.
|
|
9855
|
+
...this.initialValue !== void 0 ? { value: this.initialValue } : {},
|
|
9856
|
+
...this.modelValue ?? this.value !== void 0 ? { "current-value": this.modelValue ?? this.value } : {},
|
|
10046
9857
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
10047
9858
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
10048
9859
|
...this.readonly !== void 0 ? { readonly: this.readonly } : {},
|
|
@@ -10060,9 +9871,6 @@ const VTextField = defineComponent({
|
|
|
10060
9871
|
...this.autoComplete !== void 0 ? { autoComplete: this.autoComplete } : {}
|
|
10061
9872
|
},
|
|
10062
9873
|
class: "vvd-component",
|
|
10063
|
-
domProps: {
|
|
10064
|
-
...this.initialValue !== void 0 ? { initialValue: this.initialValue } : {}
|
|
10065
|
-
},
|
|
10066
9874
|
on: {
|
|
10067
9875
|
click: (event) => this.$emit("click", event),
|
|
10068
9876
|
focus: (event) => this.$emit("focus", event),
|
|
@@ -10098,32 +9906,31 @@ const VTextField = defineComponent({
|
|
|
10098
9906
|
{
|
|
10099
9907
|
ref: "element",
|
|
10100
9908
|
class: "vvd-component",
|
|
10101
|
-
...this.successText !== void 0 ? { "success-text": this.successText } : {},
|
|
10102
|
-
...this.helperText !== void 0 ? { "helper-text": this.helperText } : {},
|
|
10103
|
-
...this.charCount !== void 0 ? { "char-count": this.charCount } : {},
|
|
10104
|
-
...this.label !== void 0 ? { label: this.label } : {},
|
|
10105
|
-
...this.errorText !== void 0 ? { "error-text": this.errorText } : {},
|
|
10106
|
-
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
10107
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
10108
|
-
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
10109
|
-
...this.initialValue !== void 0 ? { "
|
|
10110
|
-
...this.value !== void 0 ? { value: this.value } : {},
|
|
10111
|
-
...this.
|
|
10112
|
-
...this.
|
|
10113
|
-
...this.
|
|
10114
|
-
...this.
|
|
10115
|
-
...this.
|
|
10116
|
-
...this.
|
|
10117
|
-
...this.
|
|
10118
|
-
...this.
|
|
10119
|
-
...this.
|
|
10120
|
-
...this.
|
|
10121
|
-
...this.
|
|
10122
|
-
...this.
|
|
10123
|
-
...this.
|
|
10124
|
-
...this.
|
|
10125
|
-
...this.
|
|
10126
|
-
...this.autoComplete !== void 0 ? { autoComplete: this.autoComplete } : {},
|
|
9909
|
+
...this.successText !== void 0 ? { "^success-text": this.successText } : {},
|
|
9910
|
+
...this.helperText !== void 0 ? { "^helper-text": this.helperText } : {},
|
|
9911
|
+
...this.charCount !== void 0 ? { "^char-count": this.charCount } : {},
|
|
9912
|
+
...this.label !== void 0 ? { "^label": this.label } : {},
|
|
9913
|
+
...this.errorText !== void 0 ? { "^error-text": this.errorText } : {},
|
|
9914
|
+
...this.icon !== void 0 ? { "^icon": this.icon } : {},
|
|
9915
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
9916
|
+
...this.disabled !== void 0 ? { "^disabled": this.disabled } : {},
|
|
9917
|
+
...this.initialValue !== void 0 ? { "^value": this.initialValue } : {},
|
|
9918
|
+
...this.modelValue ?? this.value !== void 0 ? { "^current-value": this.modelValue ?? this.value } : {},
|
|
9919
|
+
...this.name !== void 0 ? { "^name": this.name } : {},
|
|
9920
|
+
...this.required !== void 0 ? { "^required": this.required } : {},
|
|
9921
|
+
...this.readonly !== void 0 ? { "^readonly": this.readonly } : {},
|
|
9922
|
+
...this.autofocus !== void 0 ? { "^autofocus": this.autofocus } : {},
|
|
9923
|
+
...this.placeholder !== void 0 ? { "^placeholder": this.placeholder } : {},
|
|
9924
|
+
...this.type !== void 0 ? { "^type": this.type } : {},
|
|
9925
|
+
...this.list !== void 0 ? { "^list": this.list } : {},
|
|
9926
|
+
...this.maxlength !== void 0 ? { "^maxlength": this.maxlength } : {},
|
|
9927
|
+
...this.minlength !== void 0 ? { "^minlength": this.minlength } : {},
|
|
9928
|
+
...this.pattern !== void 0 ? { "^pattern": this.pattern } : {},
|
|
9929
|
+
...this.size !== void 0 ? { "^size": this.size } : {},
|
|
9930
|
+
...this.spellcheck !== void 0 ? { "^spellcheck": this.spellcheck } : {},
|
|
9931
|
+
...this.appearance !== void 0 ? { "^appearance": this.appearance } : {},
|
|
9932
|
+
...this.shape !== void 0 ? { "^shape": this.shape } : {},
|
|
9933
|
+
...this.autoComplete !== void 0 ? { "^autoComplete": this.autoComplete } : {},
|
|
10127
9934
|
onClick: (event) => this.$emit("click", event),
|
|
10128
9935
|
onFocus: (event) => this.$emit("focus", event),
|
|
10129
9936
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -10190,11 +9997,6 @@ const VTimePicker = defineComponent({
|
|
|
10190
9997
|
* only when the `value` property has not been explicitly set.
|
|
10191
9998
|
*/
|
|
10192
9999
|
initialValue: { type: String, default: void 0 },
|
|
10193
|
-
/**
|
|
10194
|
-
* The initial value of the form. This value sets the `value` property
|
|
10195
|
-
* only when the `value` property has not been explicitly set.
|
|
10196
|
-
*/
|
|
10197
|
-
value: { type: String, default: void 0 },
|
|
10198
10000
|
/**
|
|
10199
10001
|
* The current value of the element. This property serves as a mechanism
|
|
10200
10002
|
* to set the `value` property through both property assignment and the
|
|
@@ -10202,7 +10004,7 @@ const VTimePicker = defineComponent({
|
|
|
10202
10004
|
* in UI libraries that bind data through the .setAttribute() API
|
|
10203
10005
|
* and don't support IDL attribute binding.
|
|
10204
10006
|
*/
|
|
10205
|
-
|
|
10007
|
+
value: { type: String, default: void 0 },
|
|
10206
10008
|
/**
|
|
10207
10009
|
* The current value of the element. This property serves as a mechanism
|
|
10208
10010
|
* to set the `value` property through both property assignment and the
|
|
@@ -10304,8 +10106,8 @@ const VTimePicker = defineComponent({
|
|
|
10304
10106
|
...this.errorText !== void 0 ? { "error-text": this.errorText } : {},
|
|
10305
10107
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
10306
10108
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
10307
|
-
...this.
|
|
10308
|
-
...this.modelValue ?? this.
|
|
10109
|
+
...this.initialValue !== void 0 ? { value: this.initialValue } : {},
|
|
10110
|
+
...this.modelValue ?? this.value !== void 0 ? { "current-value": this.modelValue ?? this.value } : {},
|
|
10309
10111
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
10310
10112
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
10311
10113
|
...this.readonly !== void 0 ? { readonly: this.readonly } : {},
|
|
@@ -10316,9 +10118,6 @@ const VTimePicker = defineComponent({
|
|
|
10316
10118
|
...this.max !== void 0 ? { max: this.max } : {}
|
|
10317
10119
|
},
|
|
10318
10120
|
class: "vvd-component",
|
|
10319
|
-
domProps: {
|
|
10320
|
-
...this.initialValue !== void 0 ? { initialValue: this.initialValue } : {}
|
|
10321
|
-
},
|
|
10322
10121
|
on: {
|
|
10323
10122
|
click: (event) => this.$emit("click", event),
|
|
10324
10123
|
focus: (event) => this.$emit("focus", event),
|
|
@@ -10347,22 +10146,21 @@ const VTimePicker = defineComponent({
|
|
|
10347
10146
|
{
|
|
10348
10147
|
ref: "element",
|
|
10349
10148
|
class: "vvd-component",
|
|
10350
|
-
...this.helperText !== void 0 ? { "helper-text": this.helperText } : {},
|
|
10351
|
-
...this.label !== void 0 ? { label: this.label } : {},
|
|
10352
|
-
...this.errorText !== void 0 ? { "error-text": this.errorText } : {},
|
|
10353
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
10354
|
-
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
10355
|
-
...this.initialValue !== void 0 ? { "
|
|
10356
|
-
...this.value !== void 0 ? { value: this.value } : {},
|
|
10357
|
-
...this.
|
|
10358
|
-
...this.
|
|
10359
|
-
...this.
|
|
10360
|
-
...this.
|
|
10361
|
-
...this.
|
|
10362
|
-
...this.
|
|
10363
|
-
...this.
|
|
10364
|
-
...this.
|
|
10365
|
-
...this.max !== void 0 ? { max: this.max } : {},
|
|
10149
|
+
...this.helperText !== void 0 ? { "^helper-text": this.helperText } : {},
|
|
10150
|
+
...this.label !== void 0 ? { "^label": this.label } : {},
|
|
10151
|
+
...this.errorText !== void 0 ? { "^error-text": this.errorText } : {},
|
|
10152
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
10153
|
+
...this.disabled !== void 0 ? { "^disabled": this.disabled } : {},
|
|
10154
|
+
...this.initialValue !== void 0 ? { "^value": this.initialValue } : {},
|
|
10155
|
+
...this.modelValue ?? this.value !== void 0 ? { "^current-value": this.modelValue ?? this.value } : {},
|
|
10156
|
+
...this.name !== void 0 ? { "^name": this.name } : {},
|
|
10157
|
+
...this.required !== void 0 ? { "^required": this.required } : {},
|
|
10158
|
+
...this.readonly !== void 0 ? { "^readonly": this.readonly } : {},
|
|
10159
|
+
...this.minutesStep !== void 0 ? { "^minutes-step": this.minutesStep } : {},
|
|
10160
|
+
...this.secondsStep !== void 0 ? { "^seconds-step": this.secondsStep } : {},
|
|
10161
|
+
...this.clock !== void 0 ? { "^clock": this.clock } : {},
|
|
10162
|
+
...this.min !== void 0 ? { "^min": this.min } : {},
|
|
10163
|
+
...this.max !== void 0 ? { "^max": this.max } : {},
|
|
10366
10164
|
onClick: (event) => this.$emit("click", event),
|
|
10367
10165
|
onFocus: (event) => this.$emit("focus", event),
|
|
10368
10166
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -10506,12 +10304,12 @@ const VToggletip = defineComponent({
|
|
|
10506
10304
|
{
|
|
10507
10305
|
ref: "element",
|
|
10508
10306
|
class: "vvd-component",
|
|
10509
|
-
...this.anchor !== void 0 ? { anchor: this.anchor } : {},
|
|
10510
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
10511
|
-
...this.headline !== void 0 ? { headline: this.headline } : {},
|
|
10512
|
-
...this.alternate !== void 0 ? { alternate: this.alternate } : {},
|
|
10513
|
-
...this.placement !== void 0 ? { placement: this.placement } : {},
|
|
10514
|
-
...this.open !== void 0 ? { open: this.open } : {},
|
|
10307
|
+
...this.anchor !== void 0 ? { ".anchor": this.anchor } : {},
|
|
10308
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
10309
|
+
...this.headline !== void 0 ? { "^headline": this.headline } : {},
|
|
10310
|
+
...this.alternate !== void 0 ? { "^alternate": this.alternate } : {},
|
|
10311
|
+
...this.placement !== void 0 ? { "^placement": this.placement } : {},
|
|
10312
|
+
...this.open !== void 0 ? { "^open": this.open } : {},
|
|
10515
10313
|
onClick: (event) => this.$emit("click", event),
|
|
10516
10314
|
onFocus: (event) => this.$emit("focus", event),
|
|
10517
10315
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -10634,11 +10432,11 @@ const VTooltip = defineComponent({
|
|
|
10634
10432
|
{
|
|
10635
10433
|
ref: "element",
|
|
10636
10434
|
class: "vvd-component",
|
|
10637
|
-
...this.anchor !== void 0 ? { anchor: this.anchor } : {},
|
|
10638
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
10639
|
-
...this.text !== void 0 ? { text: this.text } : {},
|
|
10640
|
-
...this.placement !== void 0 ? { placement: this.placement } : {},
|
|
10641
|
-
...this.open !== void 0 ? { open: this.open } : {},
|
|
10435
|
+
...this.anchor !== void 0 ? { ".anchor": this.anchor } : {},
|
|
10436
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
10437
|
+
...this.text !== void 0 ? { "^text": this.text } : {},
|
|
10438
|
+
...this.placement !== void 0 ? { "^placement": this.placement } : {},
|
|
10439
|
+
...this.open !== void 0 ? { "^open": this.open } : {},
|
|
10642
10440
|
onClick: (event) => this.$emit("click", event),
|
|
10643
10441
|
onFocus: (event) => this.$emit("focus", event),
|
|
10644
10442
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -10776,12 +10574,12 @@ const VTreeItem = defineComponent({
|
|
|
10776
10574
|
{
|
|
10777
10575
|
ref: "element",
|
|
10778
10576
|
class: "vvd-component",
|
|
10779
|
-
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
10780
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
10781
|
-
...this.expanded !== void 0 ? { expanded: this.expanded } : {},
|
|
10782
|
-
...this.selected !== void 0 ? { selected: this.selected } : {},
|
|
10783
|
-
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
10784
|
-
...this.text !== void 0 ? { text: this.text } : {},
|
|
10577
|
+
...this.icon !== void 0 ? { "^icon": this.icon } : {},
|
|
10578
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
10579
|
+
...this.expanded !== void 0 ? { "^expanded": this.expanded } : {},
|
|
10580
|
+
...this.selected !== void 0 ? { "^selected": this.selected } : {},
|
|
10581
|
+
...this.disabled !== void 0 ? { "^disabled": this.disabled } : {},
|
|
10582
|
+
...this.text !== void 0 ? { "^text": this.text } : {},
|
|
10785
10583
|
onClick: (event) => this.$emit("click", event),
|
|
10786
10584
|
onFocus: (event) => this.$emit("focus", event),
|
|
10787
10585
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -10888,8 +10686,8 @@ const VTreeView = defineComponent({
|
|
|
10888
10686
|
{
|
|
10889
10687
|
ref: "element",
|
|
10890
10688
|
class: "vvd-component",
|
|
10891
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
10892
|
-
...this.renderCollapsedNodes !== void 0 ? { "render-collapsed-nodes": this.renderCollapsedNodes } : {},
|
|
10689
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
10690
|
+
...this.renderCollapsedNodes !== void 0 ? { "^render-collapsed-nodes": this.renderCollapsedNodes } : {},
|
|
10893
10691
|
onClick: (event) => this.$emit("click", event),
|
|
10894
10692
|
onFocus: (event) => this.$emit("focus", event),
|
|
10895
10693
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -11035,13 +10833,13 @@ const VVideoPlayer = defineComponent({
|
|
|
11035
10833
|
{
|
|
11036
10834
|
ref: "element",
|
|
11037
10835
|
class: "vvd-component",
|
|
11038
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
11039
|
-
...this.poster !== void 0 ? { poster: this.poster } : {},
|
|
11040
|
-
...this.src !== void 0 ? { src: this.src } : {},
|
|
11041
|
-
...this.autoplay !== void 0 ? { autoplay: this.autoplay } : {},
|
|
11042
|
-
...this.loop !== void 0 ? { loop: this.loop } : {},
|
|
11043
|
-
...this.playbackRates !== void 0 ? { "playback-rates": this.playbackRates } : {},
|
|
11044
|
-
...this.skipBy !== void 0 ? { "skip-by": this.skipBy } : {},
|
|
10836
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
10837
|
+
...this.poster !== void 0 ? { "^poster": this.poster } : {},
|
|
10838
|
+
...this.src !== void 0 ? { "^src": this.src } : {},
|
|
10839
|
+
...this.autoplay !== void 0 ? { "^autoplay": this.autoplay } : {},
|
|
10840
|
+
...this.loop !== void 0 ? { "^loop": this.loop } : {},
|
|
10841
|
+
...this.playbackRates !== void 0 ? { "^playback-rates": this.playbackRates } : {},
|
|
10842
|
+
...this.skipBy !== void 0 ? { "^skip-by": this.skipBy } : {},
|
|
11045
10843
|
onClick: (event) => this.$emit("click", event),
|
|
11046
10844
|
onFocus: (event) => this.$emit("focus", event),
|
|
11047
10845
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -12284,17 +12082,17 @@ var Icon = /* @__PURE__ */ ((Icon2) => {
|
|
|
12284
12082
|
return Icon2;
|
|
12285
12083
|
})(Icon || {});
|
|
12286
12084
|
|
|
12287
|
-
const tokensThemeLightCss = "/**\n * Do not edit directly\n * Generated on Mon, 01 Jul 2024 13:24:07 GMT\n */\n/**\n * Do not edit directly\n * Generated on Mon, 01 Jul 2024 13:24:07 GMT\n */\n/**\n * Do not edit directly\n * Generated on Mon, 01 Jul 2024 13:24:07 GMT\n */\n/**\n * Do not edit directly\n * Generated on Mon, 01 Jul 2024 13:24:07 GMT\n */\n@property --vvd-size-density {\n syntax: \"<integer>\";\n inherits: true;\n initial-value: 0;\n}\n@property --vvd-size-font-scale-base {\n syntax: \"<length>\";\n inherits: true;\n initial-value: 16px;\n}\n.vvd-root, ::part(vvd-root) {\n --vvd-color-scheme: light;\n --vvd-color-canvas: #ffffff;\n --vvd-color-canvas-text: #0d0d0d;\n --vvd-color-neutral-50: #F2F2F2;\n --vvd-color-neutral-100: #E6E6E6;\n --vvd-color-neutral-200: #cccccc;\n --vvd-color-neutral-300: #b3b3b3;\n --vvd-color-neutral-400: #929292;\n --vvd-color-neutral-500: #757575;\n --vvd-color-neutral-600: #666666;\n --vvd-color-neutral-700: #4d4d4d;\n --vvd-color-neutral-800: #333333;\n --vvd-color-neutral-900: #1a1a1a;\n --vvd-color-neutral-950: #0d0d0d;\n --vvd-color-cta-50: #f5f0fd;\n --vvd-color-cta-100: #ece2fa;\n --vvd-color-cta-200: #dcc1fc;\n --vvd-color-cta-300: #cba1fa;\n --vvd-color-cta-400: #b27bf2;\n --vvd-color-cta-500: #9941ff;\n --vvd-color-cta-600: #871eff;\n --vvd-color-cta-700: #6405d1;\n --vvd-color-cta-800: #440291;\n --vvd-color-cta-900: #26044d;\n --vvd-color-cta-950: #140623;\n --vvd-color-warning-50: #FDF5D4;\n --vvd-color-warning-100: #FDEAA0;\n --vvd-color-warning-200: #FACC4B;\n --vvd-color-warning-300: #fa9f00;\n --vvd-color-warning-400: #e07902;\n --vvd-color-warning-500: #be5702;\n --vvd-color-warning-600: #A64C03;\n --vvd-color-warning-700: #893000;\n --vvd-color-warning-800: #522801;\n --vvd-color-warning-900: #2A1502;\n --vvd-color-warning-950: #150B01;\n --vvd-color-information-50: #e8f4fb;\n --vvd-color-information-100: #d3e9fc;\n --vvd-color-information-200: #9dd2fe;\n --vvd-color-information-300: #65baff;\n --vvd-color-information-400: #2997f0;\n --vvd-color-information-500: #0276d5;\n --vvd-color-information-600: #0e65c2;\n --vvd-color-information-700: #094a9e;\n --vvd-color-information-800: #0e306d;\n --vvd-color-information-900: #071939;\n --vvd-color-information-950: #040d1d;\n --vvd-color-announcement-50: #ffedfb;\n --vvd-color-announcement-100: #ffdcf7;\n --vvd-color-announcement-200: #f8b9e7;\n --vvd-color-announcement-300: #fb8fd8;\n --vvd-color-announcement-400: #e560bb;\n --vvd-color-announcement-500: #d6219c;\n --vvd-color-announcement-600: #bb1e89;\n --vvd-color-announcement-700: #8f1669;\n --vvd-color-announcement-800: #620256;\n --vvd-color-announcement-900: #32082c;\n --vvd-color-announcement-950: #1d031a;\n --vvd-color-success-50: #e1f8e5;\n --vvd-color-success-100: #cfeed4;\n --vvd-color-success-200: #86e090;\n --vvd-color-success-300: #53ca6a;\n --vvd-color-success-400: #30a849;\n --vvd-color-success-500: #1c8731;\n --vvd-color-success-600: #167629;\n --vvd-color-success-700: #155923;\n --vvd-color-success-800: #183a1e;\n --vvd-color-success-900: #0a1e11;\n --vvd-color-success-950: #060f09;\n --vvd-color-alert-50: #ffeef2;\n --vvd-color-alert-100: #fedfdf;\n --vvd-color-alert-200: #ffbbbb;\n --vvd-color-alert-300: #fe9696;\n --vvd-color-alert-400: #f75959;\n --vvd-color-alert-500: #e61d1d;\n --vvd-color-alert-600: #cd0d0d;\n --vvd-color-alert-700: #9f0202;\n --vvd-color-alert-800: #6e0000;\n --vvd-color-alert-900: #3e0004;\n --vvd-color-alert-950: #250004;\n --vvd-color-surface-0dp: #ffffff;\n --vvd-color-surface-2dp: #ffffff;\n --vvd-color-surface-4dp: #ffffff;\n --vvd-color-surface-8dp: #ffffff;\n --vvd-color-surface-12dp: #ffffff;\n --vvd-color-surface-16dp: #ffffff;\n --vvd-color-surface-24dp: #ffffff;\n --vvd-shadow-surface-0dp: drop-shadow(1px 0px 0px #cccccc) drop-shadow(0px 1px 0px #cccccc) drop-shadow(0px -1px 0px #cccccc) drop-shadow(-1px 0px 0px #cccccc);\n --vvd-shadow-surface-2dp: drop-shadow(0px 1px 4px #0000001a) drop-shadow(0px 1px 2px #0000000d) drop-shadow(0px 2px 1px #0000000d);\n --vvd-shadow-surface-4dp: drop-shadow(0px 2px 8px #0000001a) drop-shadow(0px 2px 4px #0000000d) drop-shadow(0px 4px 2px #0000000d);\n --vvd-shadow-surface-8dp: drop-shadow(0px 2px 16px #0000001a) drop-shadow(0px 8px 8px #0000000d) drop-shadow(0px 4px 4px #0000000d);\n --vvd-shadow-surface-12dp: drop-shadow(0px 4px 24px #0000001a) drop-shadow(0px 12px 16px #0000000d) drop-shadow(0px 6px 8px #0000000d);\n --vvd-shadow-surface-16dp: drop-shadow(0px 6px 32px #0000001a) drop-shadow(0px 16px 24px #0000000d) drop-shadow(0px 8px 12px #0000000d);\n --vvd-shadow-surface-24dp: drop-shadow(0px 12px 48px #00000033) drop-shadow(0px 24px 32px #0000000d) drop-shadow(0px 12px 16px #0000000d);\n --vvd-typography-headline: 500 calc(var(--vvd-size-font-scale-base, 16px) * 4.125)/1.3333333333333333 Montserrat;\n --vvd-typography-subtitle: 500 calc(var(--vvd-size-font-scale-base, 16px) * 3.25)/1.3076923076923077 Montserrat;\n --vvd-typography-heading-1: 500 calc(var(--vvd-size-font-scale-base, 16px) * 2.5)/1.3 Montserrat;\n --vvd-typography-heading-2: 500 calc(var(--vvd-size-font-scale-base, 16px) * 2)/1.375 Montserrat;\n --vvd-typography-heading-3: 500 calc(var(--vvd-size-font-scale-base, 16px) * 1.625)/1.3846153846153846 Montserrat;\n --vvd-typography-heading-4: 500 calc(var(--vvd-size-font-scale-base, 16px) * 1.25)/1.4 Montserrat;\n --vvd-typography-base: 400 calc(var(--vvd-size-font-scale-base, 16px) * 0.875)/1.4285714285714286 Montserrat;\n --vvd-typography-base-bold: 600 calc(var(--vvd-size-font-scale-base, 16px) * 0.875)/1.4285714285714286 Montserrat;\n --vvd-typography-base-code: 400 calc(var(--vvd-size-font-scale-base, 16px) * 0.875)/1.4285714285714286 Roboto Mono;\n --vvd-typography-base-condensed: 400 calc(var(--vvd-size-font-scale-base, 16px) * 0.75)/1.3333333333333333 Montserrat;\n --vvd-typography-base-condensed-bold: 600 calc(var(--vvd-size-font-scale-base, 16px) * 0.75)/1.3333333333333333 Montserrat;\n --vvd-typography-base-extended: 400 calc(var(--vvd-size-font-scale-base, 16px))/1.5 Montserrat;\n --vvd-typography-base-extended-bold: 600 calc(var(--vvd-size-font-scale-base, 16px))/1.5 Montserrat;\n}\n\n.vvd-theme-alternate, ::part(vvd-theme-alternate) {\n --vvd-color-scheme: dark;\n --vvd-color-canvas: #000000;\n --vvd-color-canvas-text: #ffffff;\n --vvd-color-neutral-50: #1a1a1a;\n --vvd-color-neutral-100: #333333;\n --vvd-color-neutral-200: #4d4d4d;\n --vvd-color-neutral-300: #666666;\n --vvd-color-neutral-400: #757575;\n --vvd-color-neutral-500: #929292;\n --vvd-color-neutral-600: #b3b3b3;\n --vvd-color-neutral-700: #cccccc;\n --vvd-color-neutral-800: #E6E6E6;\n --vvd-color-neutral-900: #F2F2F2;\n --vvd-color-neutral-950: #ffffff;\n --vvd-color-cta-50: #26044d;\n --vvd-color-cta-100: #440291;\n --vvd-color-cta-200: #6405d1;\n --vvd-color-cta-300: #871eff;\n --vvd-color-cta-400: #9941ff;\n --vvd-color-cta-500: #b27bf2;\n --vvd-color-cta-600: #cba1fa;\n --vvd-color-cta-700: #dcc1fc;\n --vvd-color-cta-800: #ece2fa;\n --vvd-color-cta-900: #f5f0fd;\n --vvd-color-warning-50: #2A1502;\n --vvd-color-warning-100: #522801;\n --vvd-color-warning-200: #803807;\n --vvd-color-warning-300: #A64C03;\n --vvd-color-warning-400: #be5702;\n --vvd-color-warning-500: #e07902;\n --vvd-color-warning-600: #fa9f00;\n --vvd-color-warning-700: #FACC4B;\n --vvd-color-warning-800: #FDEAA0;\n --vvd-color-warning-900: #FDF5D4;\n --vvd-color-information-50: #071939;\n --vvd-color-information-100: #0e306d;\n --vvd-color-information-200: #094a9e;\n --vvd-color-information-300: #0e65c2;\n --vvd-color-information-400: #0276d5;\n --vvd-color-information-500: #2997f0;\n --vvd-color-information-600: #65baff;\n --vvd-color-information-700: #9dd2fe;\n --vvd-color-information-800: #d3e9fc;\n --vvd-color-information-900: #e8f4fb;\n --vvd-color-announcement-50: #32082c;\n --vvd-color-announcement-100: #620256;\n --vvd-color-announcement-200: #8f1669;\n --vvd-color-announcement-300: #bb1e89;\n --vvd-color-announcement-400: #d6219c;\n --vvd-color-announcement-500: #e560bb;\n --vvd-color-announcement-600: #fb8fd8;\n --vvd-color-announcement-700: #f8b9e7;\n --vvd-color-announcement-800: #ffdcf7;\n --vvd-color-announcement-900: #ffedfb;\n --vvd-color-alert-50: #3e0004;\n --vvd-color-alert-100: #6e0000;\n --vvd-color-alert-200: #9f0202;\n --vvd-color-alert-300: #cd0d0d;\n --vvd-color-alert-400: #e61d1d;\n --vvd-color-alert-500: #f75959;\n --vvd-color-alert-600: #fe9696;\n --vvd-color-alert-700: #ffbbbb;\n --vvd-color-alert-800: #fedfdf;\n --vvd-color-alert-900: #ffeef2;\n --vvd-color-success-50: #0a1e11;\n --vvd-color-success-100: #183a1e;\n --vvd-color-success-200: #155923;\n --vvd-color-success-300: #167629;\n --vvd-color-success-400: #1c8731;\n --vvd-color-success-500: #30a849;\n --vvd-color-success-600: #53ca6a;\n --vvd-color-success-700: #86e090;\n --vvd-color-success-800: #cfeed4;\n --vvd-color-success-900: #e1f8e5;\n --vvd-color-surface-0dp: #0d0d0d;\n --vvd-color-surface-2dp: linear-gradient(#ffffff0f, #ffffff0f), #0d0d0d;\n --vvd-color-surface-4dp: linear-gradient(#ffffff14, #ffffff14), #0d0d0d;\n --vvd-color-surface-8dp: linear-gradient(#ffffff1a, #ffffff1a), #0d0d0d;\n --vvd-color-surface-12dp: linear-gradient(#ffffff1f, #ffffff1f), #0d0d0d;\n --vvd-color-surface-16dp: linear-gradient(#ffffff24, #ffffff24), #0d0d0d;\n --vvd-color-surface-24dp: linear-gradient(#ffffff29, #ffffff29), #0d0d0d;\n --vvd-shadow-surface-0dp: drop-shadow(1px 0px 0px #4d4d4d) drop-shadow(0px 1px 0px #4d4d4d) drop-shadow(0px -1px 0px #4d4d4d) drop-shadow(-1px 0px 0px #4d4d4d);\n --vvd-shadow-surface-2dp: drop-shadow(0px 1px 4px #00000040) drop-shadow(0px 1px 2px #00000040) drop-shadow(0px 2px 1px #00000040);\n --vvd-shadow-surface-4dp: drop-shadow(0px 2px 8px #00000040) drop-shadow(0px 2px 4px #00000040) drop-shadow(0px 4px 4px #00000040);\n --vvd-shadow-surface-8dp: drop-shadow(0px 2px 16px #00000040) drop-shadow(0px 8px 8px #00000040) drop-shadow(0px 4px 4px #00000040);\n --vvd-shadow-surface-12dp: drop-shadow(0px 4px 24px #00000040) drop-shadow(0px 12px 16px #00000040) drop-shadow(0px 6px 8px #00000040);\n --vvd-shadow-surface-16dp: drop-shadow(0px 6px 32px #00000040) drop-shadow(0px 16px 24px #00000040) drop-shadow(0px 8px 12px #00000040);\n --vvd-shadow-surface-24dp: drop-shadow(0px 12px 48px #00000040) drop-shadow(0px 24px 32px #00000040) drop-shadow(0px 12px 16px #00000040);\n}\n";
|
|
12085
|
+
const tokensThemeLightCss = "/**\n * Do not edit directly\n * Generated on Tue, 02 Jul 2024 08:24:07 GMT\n */\n/**\n * Do not edit directly\n * Generated on Tue, 02 Jul 2024 08:24:07 GMT\n */\n/**\n * Do not edit directly\n * Generated on Tue, 02 Jul 2024 08:24:07 GMT\n */\n/**\n * Do not edit directly\n * Generated on Tue, 02 Jul 2024 08:24:07 GMT\n */\n@property --vvd-size-density {\n syntax: \"<integer>\";\n inherits: true;\n initial-value: 0;\n}\n@property --vvd-size-font-scale-base {\n syntax: \"<length>\";\n inherits: true;\n initial-value: 16px;\n}\n.vvd-root, ::part(vvd-root) {\n --vvd-color-scheme: light;\n --vvd-color-canvas: #ffffff;\n --vvd-color-canvas-text: #0d0d0d;\n --vvd-color-neutral-50: #F2F2F2;\n --vvd-color-neutral-100: #E6E6E6;\n --vvd-color-neutral-200: #cccccc;\n --vvd-color-neutral-300: #b3b3b3;\n --vvd-color-neutral-400: #929292;\n --vvd-color-neutral-500: #757575;\n --vvd-color-neutral-600: #666666;\n --vvd-color-neutral-700: #4d4d4d;\n --vvd-color-neutral-800: #333333;\n --vvd-color-neutral-900: #1a1a1a;\n --vvd-color-neutral-950: #0d0d0d;\n --vvd-color-cta-50: #f5f0fd;\n --vvd-color-cta-100: #ece2fa;\n --vvd-color-cta-200: #dcc1fc;\n --vvd-color-cta-300: #cba1fa;\n --vvd-color-cta-400: #b27bf2;\n --vvd-color-cta-500: #9941ff;\n --vvd-color-cta-600: #871eff;\n --vvd-color-cta-700: #6405d1;\n --vvd-color-cta-800: #440291;\n --vvd-color-cta-900: #26044d;\n --vvd-color-cta-950: #140623;\n --vvd-color-warning-50: #FDF5D4;\n --vvd-color-warning-100: #FDEAA0;\n --vvd-color-warning-200: #FACC4B;\n --vvd-color-warning-300: #fa9f00;\n --vvd-color-warning-400: #e07902;\n --vvd-color-warning-500: #be5702;\n --vvd-color-warning-600: #A64C03;\n --vvd-color-warning-700: #893000;\n --vvd-color-warning-800: #522801;\n --vvd-color-warning-900: #2A1502;\n --vvd-color-warning-950: #150B01;\n --vvd-color-information-50: #e8f4fb;\n --vvd-color-information-100: #d3e9fc;\n --vvd-color-information-200: #9dd2fe;\n --vvd-color-information-300: #65baff;\n --vvd-color-information-400: #2997f0;\n --vvd-color-information-500: #0276d5;\n --vvd-color-information-600: #0e65c2;\n --vvd-color-information-700: #094a9e;\n --vvd-color-information-800: #0e306d;\n --vvd-color-information-900: #071939;\n --vvd-color-information-950: #040d1d;\n --vvd-color-announcement-50: #ffedfb;\n --vvd-color-announcement-100: #ffdcf7;\n --vvd-color-announcement-200: #f8b9e7;\n --vvd-color-announcement-300: #fb8fd8;\n --vvd-color-announcement-400: #e560bb;\n --vvd-color-announcement-500: #d6219c;\n --vvd-color-announcement-600: #bb1e89;\n --vvd-color-announcement-700: #8f1669;\n --vvd-color-announcement-800: #620256;\n --vvd-color-announcement-900: #32082c;\n --vvd-color-announcement-950: #1d031a;\n --vvd-color-success-50: #e1f8e5;\n --vvd-color-success-100: #cfeed4;\n --vvd-color-success-200: #86e090;\n --vvd-color-success-300: #53ca6a;\n --vvd-color-success-400: #30a849;\n --vvd-color-success-500: #1c8731;\n --vvd-color-success-600: #167629;\n --vvd-color-success-700: #155923;\n --vvd-color-success-800: #183a1e;\n --vvd-color-success-900: #0a1e11;\n --vvd-color-success-950: #060f09;\n --vvd-color-alert-50: #ffeef2;\n --vvd-color-alert-100: #fedfdf;\n --vvd-color-alert-200: #ffbbbb;\n --vvd-color-alert-300: #fe9696;\n --vvd-color-alert-400: #f75959;\n --vvd-color-alert-500: #e61d1d;\n --vvd-color-alert-600: #cd0d0d;\n --vvd-color-alert-700: #9f0202;\n --vvd-color-alert-800: #6e0000;\n --vvd-color-alert-900: #3e0004;\n --vvd-color-alert-950: #250004;\n --vvd-color-surface-0dp: #ffffff;\n --vvd-color-surface-2dp: #ffffff;\n --vvd-color-surface-4dp: #ffffff;\n --vvd-color-surface-8dp: #ffffff;\n --vvd-color-surface-12dp: #ffffff;\n --vvd-color-surface-16dp: #ffffff;\n --vvd-color-surface-24dp: #ffffff;\n --vvd-shadow-surface-0dp: drop-shadow(1px 0px 0px #cccccc) drop-shadow(0px 1px 0px #cccccc) drop-shadow(0px -1px 0px #cccccc) drop-shadow(-1px 0px 0px #cccccc);\n --vvd-shadow-surface-2dp: drop-shadow(0px 1px 4px #0000001a) drop-shadow(0px 1px 2px #0000000d) drop-shadow(0px 2px 1px #0000000d);\n --vvd-shadow-surface-4dp: drop-shadow(0px 2px 8px #0000001a) drop-shadow(0px 2px 4px #0000000d) drop-shadow(0px 4px 2px #0000000d);\n --vvd-shadow-surface-8dp: drop-shadow(0px 2px 16px #0000001a) drop-shadow(0px 8px 8px #0000000d) drop-shadow(0px 4px 4px #0000000d);\n --vvd-shadow-surface-12dp: drop-shadow(0px 4px 24px #0000001a) drop-shadow(0px 12px 16px #0000000d) drop-shadow(0px 6px 8px #0000000d);\n --vvd-shadow-surface-16dp: drop-shadow(0px 6px 32px #0000001a) drop-shadow(0px 16px 24px #0000000d) drop-shadow(0px 8px 12px #0000000d);\n --vvd-shadow-surface-24dp: drop-shadow(0px 12px 48px #00000033) drop-shadow(0px 24px 32px #0000000d) drop-shadow(0px 12px 16px #0000000d);\n --vvd-typography-headline: 500 calc(var(--vvd-size-font-scale-base, 16px) * 4.125)/1.3333333333333333 Montserrat;\n --vvd-typography-subtitle: 500 calc(var(--vvd-size-font-scale-base, 16px) * 3.25)/1.3076923076923077 Montserrat;\n --vvd-typography-heading-1: 500 calc(var(--vvd-size-font-scale-base, 16px) * 2.5)/1.3 Montserrat;\n --vvd-typography-heading-2: 500 calc(var(--vvd-size-font-scale-base, 16px) * 2)/1.375 Montserrat;\n --vvd-typography-heading-3: 500 calc(var(--vvd-size-font-scale-base, 16px) * 1.625)/1.3846153846153846 Montserrat;\n --vvd-typography-heading-4: 500 calc(var(--vvd-size-font-scale-base, 16px) * 1.25)/1.4 Montserrat;\n --vvd-typography-base: 400 calc(var(--vvd-size-font-scale-base, 16px) * 0.875)/1.4285714285714286 Montserrat;\n --vvd-typography-base-bold: 600 calc(var(--vvd-size-font-scale-base, 16px) * 0.875)/1.4285714285714286 Montserrat;\n --vvd-typography-base-code: 400 calc(var(--vvd-size-font-scale-base, 16px) * 0.875)/1.4285714285714286 Roboto Mono;\n --vvd-typography-base-condensed: 400 calc(var(--vvd-size-font-scale-base, 16px) * 0.75)/1.3333333333333333 Montserrat;\n --vvd-typography-base-condensed-bold: 600 calc(var(--vvd-size-font-scale-base, 16px) * 0.75)/1.3333333333333333 Montserrat;\n --vvd-typography-base-extended: 400 calc(var(--vvd-size-font-scale-base, 16px))/1.5 Montserrat;\n --vvd-typography-base-extended-bold: 600 calc(var(--vvd-size-font-scale-base, 16px))/1.5 Montserrat;\n}\n\n.vvd-theme-alternate, ::part(vvd-theme-alternate) {\n --vvd-color-scheme: dark;\n --vvd-color-canvas: #000000;\n --vvd-color-canvas-text: #ffffff;\n --vvd-color-neutral-50: #1a1a1a;\n --vvd-color-neutral-100: #333333;\n --vvd-color-neutral-200: #4d4d4d;\n --vvd-color-neutral-300: #666666;\n --vvd-color-neutral-400: #757575;\n --vvd-color-neutral-500: #929292;\n --vvd-color-neutral-600: #b3b3b3;\n --vvd-color-neutral-700: #cccccc;\n --vvd-color-neutral-800: #E6E6E6;\n --vvd-color-neutral-900: #F2F2F2;\n --vvd-color-neutral-950: #ffffff;\n --vvd-color-cta-50: #26044d;\n --vvd-color-cta-100: #440291;\n --vvd-color-cta-200: #6405d1;\n --vvd-color-cta-300: #871eff;\n --vvd-color-cta-400: #9941ff;\n --vvd-color-cta-500: #b27bf2;\n --vvd-color-cta-600: #cba1fa;\n --vvd-color-cta-700: #dcc1fc;\n --vvd-color-cta-800: #ece2fa;\n --vvd-color-cta-900: #f5f0fd;\n --vvd-color-warning-50: #2A1502;\n --vvd-color-warning-100: #522801;\n --vvd-color-warning-200: #803807;\n --vvd-color-warning-300: #A64C03;\n --vvd-color-warning-400: #be5702;\n --vvd-color-warning-500: #e07902;\n --vvd-color-warning-600: #fa9f00;\n --vvd-color-warning-700: #FACC4B;\n --vvd-color-warning-800: #FDEAA0;\n --vvd-color-warning-900: #FDF5D4;\n --vvd-color-information-50: #071939;\n --vvd-color-information-100: #0e306d;\n --vvd-color-information-200: #094a9e;\n --vvd-color-information-300: #0e65c2;\n --vvd-color-information-400: #0276d5;\n --vvd-color-information-500: #2997f0;\n --vvd-color-information-600: #65baff;\n --vvd-color-information-700: #9dd2fe;\n --vvd-color-information-800: #d3e9fc;\n --vvd-color-information-900: #e8f4fb;\n --vvd-color-announcement-50: #32082c;\n --vvd-color-announcement-100: #620256;\n --vvd-color-announcement-200: #8f1669;\n --vvd-color-announcement-300: #bb1e89;\n --vvd-color-announcement-400: #d6219c;\n --vvd-color-announcement-500: #e560bb;\n --vvd-color-announcement-600: #fb8fd8;\n --vvd-color-announcement-700: #f8b9e7;\n --vvd-color-announcement-800: #ffdcf7;\n --vvd-color-announcement-900: #ffedfb;\n --vvd-color-alert-50: #3e0004;\n --vvd-color-alert-100: #6e0000;\n --vvd-color-alert-200: #9f0202;\n --vvd-color-alert-300: #cd0d0d;\n --vvd-color-alert-400: #e61d1d;\n --vvd-color-alert-500: #f75959;\n --vvd-color-alert-600: #fe9696;\n --vvd-color-alert-700: #ffbbbb;\n --vvd-color-alert-800: #fedfdf;\n --vvd-color-alert-900: #ffeef2;\n --vvd-color-success-50: #0a1e11;\n --vvd-color-success-100: #183a1e;\n --vvd-color-success-200: #155923;\n --vvd-color-success-300: #167629;\n --vvd-color-success-400: #1c8731;\n --vvd-color-success-500: #30a849;\n --vvd-color-success-600: #53ca6a;\n --vvd-color-success-700: #86e090;\n --vvd-color-success-800: #cfeed4;\n --vvd-color-success-900: #e1f8e5;\n --vvd-color-surface-0dp: #0d0d0d;\n --vvd-color-surface-2dp: linear-gradient(#ffffff0f, #ffffff0f), #0d0d0d;\n --vvd-color-surface-4dp: linear-gradient(#ffffff14, #ffffff14), #0d0d0d;\n --vvd-color-surface-8dp: linear-gradient(#ffffff1a, #ffffff1a), #0d0d0d;\n --vvd-color-surface-12dp: linear-gradient(#ffffff1f, #ffffff1f), #0d0d0d;\n --vvd-color-surface-16dp: linear-gradient(#ffffff24, #ffffff24), #0d0d0d;\n --vvd-color-surface-24dp: linear-gradient(#ffffff29, #ffffff29), #0d0d0d;\n --vvd-shadow-surface-0dp: drop-shadow(1px 0px 0px #4d4d4d) drop-shadow(0px 1px 0px #4d4d4d) drop-shadow(0px -1px 0px #4d4d4d) drop-shadow(-1px 0px 0px #4d4d4d);\n --vvd-shadow-surface-2dp: drop-shadow(0px 1px 4px #00000040) drop-shadow(0px 1px 2px #00000040) drop-shadow(0px 2px 1px #00000040);\n --vvd-shadow-surface-4dp: drop-shadow(0px 2px 8px #00000040) drop-shadow(0px 2px 4px #00000040) drop-shadow(0px 4px 4px #00000040);\n --vvd-shadow-surface-8dp: drop-shadow(0px 2px 16px #00000040) drop-shadow(0px 8px 8px #00000040) drop-shadow(0px 4px 4px #00000040);\n --vvd-shadow-surface-12dp: drop-shadow(0px 4px 24px #00000040) drop-shadow(0px 12px 16px #00000040) drop-shadow(0px 6px 8px #00000040);\n --vvd-shadow-surface-16dp: drop-shadow(0px 6px 32px #00000040) drop-shadow(0px 16px 24px #00000040) drop-shadow(0px 8px 12px #00000040);\n --vvd-shadow-surface-24dp: drop-shadow(0px 12px 48px #00000040) drop-shadow(0px 24px 32px #00000040) drop-shadow(0px 12px 16px #00000040);\n}\n";
|
|
12288
12086
|
|
|
12289
|
-
const tokensThemeDarkCss = "/**\n * Do not edit directly\n * Generated on Mon, 01 Jul 2024 13:24:07 GMT\n */\n/**\n * Do not edit directly\n * Generated on Mon, 01 Jul 2024 13:24:07 GMT\n */\n/**\n * Do not edit directly\n * Generated on Mon, 01 Jul 2024 13:24:07 GMT\n */\n/**\n * Do not edit directly\n * Generated on Mon, 01 Jul 2024 13:24:07 GMT\n */\n@property --vvd-size-density {\n syntax: \"<integer>\";\n inherits: true;\n initial-value: 0;\n}\n@property --vvd-size-font-scale-base {\n syntax: \"<length>\";\n inherits: true;\n initial-value: 16px;\n}\n.vvd-root, ::part(vvd-root) {\n --vvd-color-scheme: dark;\n --vvd-color-canvas: #000000;\n --vvd-color-canvas-text: #ffffff;\n --vvd-color-neutral-50: #1a1a1a;\n --vvd-color-neutral-100: #333333;\n --vvd-color-neutral-200: #4d4d4d;\n --vvd-color-neutral-300: #666666;\n --vvd-color-neutral-400: #757575;\n --vvd-color-neutral-500: #929292;\n --vvd-color-neutral-600: #b3b3b3;\n --vvd-color-neutral-700: #cccccc;\n --vvd-color-neutral-800: #E6E6E6;\n --vvd-color-neutral-900: #F2F2F2;\n --vvd-color-neutral-950: #ffffff;\n --vvd-color-cta-50: #26044d;\n --vvd-color-cta-100: #440291;\n --vvd-color-cta-200: #6405d1;\n --vvd-color-cta-300: #871eff;\n --vvd-color-cta-400: #9941ff;\n --vvd-color-cta-500: #b27bf2;\n --vvd-color-cta-600: #cba1fa;\n --vvd-color-cta-700: #dcc1fc;\n --vvd-color-cta-800: #ece2fa;\n --vvd-color-cta-900: #f5f0fd;\n --vvd-color-warning-50: #2A1502;\n --vvd-color-warning-100: #522801;\n --vvd-color-warning-200: #803807;\n --vvd-color-warning-300: #A64C03;\n --vvd-color-warning-400: #be5702;\n --vvd-color-warning-500: #e07902;\n --vvd-color-warning-600: #fa9f00;\n --vvd-color-warning-700: #FACC4B;\n --vvd-color-warning-800: #FDEAA0;\n --vvd-color-warning-900: #FDF5D4;\n --vvd-color-information-50: #071939;\n --vvd-color-information-100: #0e306d;\n --vvd-color-information-200: #094a9e;\n --vvd-color-information-300: #0e65c2;\n --vvd-color-information-400: #0276d5;\n --vvd-color-information-500: #2997f0;\n --vvd-color-information-600: #65baff;\n --vvd-color-information-700: #9dd2fe;\n --vvd-color-information-800: #d3e9fc;\n --vvd-color-information-900: #e8f4fb;\n --vvd-color-announcement-50: #32082c;\n --vvd-color-announcement-100: #620256;\n --vvd-color-announcement-200: #8f1669;\n --vvd-color-announcement-300: #bb1e89;\n --vvd-color-announcement-400: #d6219c;\n --vvd-color-announcement-500: #e560bb;\n --vvd-color-announcement-600: #fb8fd8;\n --vvd-color-announcement-700: #f8b9e7;\n --vvd-color-announcement-800: #ffdcf7;\n --vvd-color-announcement-900: #ffedfb;\n --vvd-color-alert-50: #3e0004;\n --vvd-color-alert-100: #6e0000;\n --vvd-color-alert-200: #9f0202;\n --vvd-color-alert-300: #cd0d0d;\n --vvd-color-alert-400: #e61d1d;\n --vvd-color-alert-500: #f75959;\n --vvd-color-alert-600: #fe9696;\n --vvd-color-alert-700: #ffbbbb;\n --vvd-color-alert-800: #fedfdf;\n --vvd-color-alert-900: #ffeef2;\n --vvd-color-success-50: #0a1e11;\n --vvd-color-success-100: #183a1e;\n --vvd-color-success-200: #155923;\n --vvd-color-success-300: #167629;\n --vvd-color-success-400: #1c8731;\n --vvd-color-success-500: #30a849;\n --vvd-color-success-600: #53ca6a;\n --vvd-color-success-700: #86e090;\n --vvd-color-success-800: #cfeed4;\n --vvd-color-success-900: #e1f8e5;\n --vvd-color-surface-0dp: #0d0d0d;\n --vvd-color-surface-2dp: linear-gradient(#ffffff0f, #ffffff0f), #0d0d0d;\n --vvd-color-surface-4dp: linear-gradient(#ffffff14, #ffffff14), #0d0d0d;\n --vvd-color-surface-8dp: linear-gradient(#ffffff1a, #ffffff1a), #0d0d0d;\n --vvd-color-surface-12dp: linear-gradient(#ffffff1f, #ffffff1f), #0d0d0d;\n --vvd-color-surface-16dp: linear-gradient(#ffffff24, #ffffff24), #0d0d0d;\n --vvd-color-surface-24dp: linear-gradient(#ffffff29, #ffffff29), #0d0d0d;\n --vvd-shadow-surface-0dp: drop-shadow(1px 0px 0px #4d4d4d) drop-shadow(0px 1px 0px #4d4d4d) drop-shadow(0px -1px 0px #4d4d4d) drop-shadow(-1px 0px 0px #4d4d4d);\n --vvd-shadow-surface-2dp: drop-shadow(0px 1px 4px #00000040) drop-shadow(0px 1px 2px #00000040) drop-shadow(0px 2px 1px #00000040);\n --vvd-shadow-surface-4dp: drop-shadow(0px 2px 8px #00000040) drop-shadow(0px 2px 4px #00000040) drop-shadow(0px 4px 4px #00000040);\n --vvd-shadow-surface-8dp: drop-shadow(0px 2px 16px #00000040) drop-shadow(0px 8px 8px #00000040) drop-shadow(0px 4px 4px #00000040);\n --vvd-shadow-surface-12dp: drop-shadow(0px 4px 24px #00000040) drop-shadow(0px 12px 16px #00000040) drop-shadow(0px 6px 8px #00000040);\n --vvd-shadow-surface-16dp: drop-shadow(0px 6px 32px #00000040) drop-shadow(0px 16px 24px #00000040) drop-shadow(0px 8px 12px #00000040);\n --vvd-shadow-surface-24dp: drop-shadow(0px 12px 48px #00000040) drop-shadow(0px 24px 32px #00000040) drop-shadow(0px 12px 16px #00000040);\n --vvd-typography-headline: 500 calc(var(--vvd-size-font-scale-base, 16px) * 4.125)/1.3333333333333333 Montserrat;\n --vvd-typography-subtitle: 500 calc(var(--vvd-size-font-scale-base, 16px) * 3.25)/1.3076923076923077 Montserrat;\n --vvd-typography-heading-1: 500 calc(var(--vvd-size-font-scale-base, 16px) * 2.5)/1.3 Montserrat;\n --vvd-typography-heading-2: 500 calc(var(--vvd-size-font-scale-base, 16px) * 2)/1.375 Montserrat;\n --vvd-typography-heading-3: 500 calc(var(--vvd-size-font-scale-base, 16px) * 1.625)/1.3846153846153846 Montserrat;\n --vvd-typography-heading-4: 500 calc(var(--vvd-size-font-scale-base, 16px) * 1.25)/1.4 Montserrat;\n --vvd-typography-base: 400 calc(var(--vvd-size-font-scale-base, 16px) * 0.875)/1.4285714285714286 Montserrat;\n --vvd-typography-base-bold: 600 calc(var(--vvd-size-font-scale-base, 16px) * 0.875)/1.4285714285714286 Montserrat;\n --vvd-typography-base-code: 400 calc(var(--vvd-size-font-scale-base, 16px) * 0.875)/1.4285714285714286 Roboto Mono;\n --vvd-typography-base-condensed: 400 calc(var(--vvd-size-font-scale-base, 16px) * 0.75)/1.3333333333333333 Montserrat;\n --vvd-typography-base-condensed-bold: 600 calc(var(--vvd-size-font-scale-base, 16px) * 0.75)/1.3333333333333333 Montserrat;\n --vvd-typography-base-extended: 400 calc(var(--vvd-size-font-scale-base, 16px))/1.5 Montserrat;\n --vvd-typography-base-extended-bold: 600 calc(var(--vvd-size-font-scale-base, 16px))/1.5 Montserrat;\n}\n\n.vvd-theme-alternate, ::part(vvd-theme-alternate) {\n --vvd-color-scheme: light;\n --vvd-color-canvas: #ffffff;\n --vvd-color-canvas-text: #0d0d0d;\n --vvd-color-neutral-50: #F2F2F2;\n --vvd-color-neutral-100: #E6E6E6;\n --vvd-color-neutral-200: #cccccc;\n --vvd-color-neutral-300: #b3b3b3;\n --vvd-color-neutral-400: #929292;\n --vvd-color-neutral-500: #757575;\n --vvd-color-neutral-600: #666666;\n --vvd-color-neutral-700: #4d4d4d;\n --vvd-color-neutral-800: #333333;\n --vvd-color-neutral-900: #1a1a1a;\n --vvd-color-neutral-950: #0d0d0d;\n --vvd-color-cta-50: #f5f0fd;\n --vvd-color-cta-100: #ece2fa;\n --vvd-color-cta-200: #dcc1fc;\n --vvd-color-cta-300: #cba1fa;\n --vvd-color-cta-400: #b27bf2;\n --vvd-color-cta-500: #9941ff;\n --vvd-color-cta-600: #871eff;\n --vvd-color-cta-700: #6405d1;\n --vvd-color-cta-800: #440291;\n --vvd-color-cta-900: #26044d;\n --vvd-color-cta-950: #140623;\n --vvd-color-warning-50: #FDF5D4;\n --vvd-color-warning-100: #FDEAA0;\n --vvd-color-warning-200: #FACC4B;\n --vvd-color-warning-300: #fa9f00;\n --vvd-color-warning-400: #e07902;\n --vvd-color-warning-500: #be5702;\n --vvd-color-warning-600: #A64C03;\n --vvd-color-warning-700: #893000;\n --vvd-color-warning-800: #522801;\n --vvd-color-warning-900: #2A1502;\n --vvd-color-warning-950: #150B01;\n --vvd-color-information-50: #e8f4fb;\n --vvd-color-information-100: #d3e9fc;\n --vvd-color-information-200: #9dd2fe;\n --vvd-color-information-300: #65baff;\n --vvd-color-information-400: #2997f0;\n --vvd-color-information-500: #0276d5;\n --vvd-color-information-600: #0e65c2;\n --vvd-color-information-700: #094a9e;\n --vvd-color-information-800: #0e306d;\n --vvd-color-information-900: #071939;\n --vvd-color-information-950: #040d1d;\n --vvd-color-announcement-50: #ffedfb;\n --vvd-color-announcement-100: #ffdcf7;\n --vvd-color-announcement-200: #f8b9e7;\n --vvd-color-announcement-300: #fb8fd8;\n --vvd-color-announcement-400: #e560bb;\n --vvd-color-announcement-500: #d6219c;\n --vvd-color-announcement-600: #bb1e89;\n --vvd-color-announcement-700: #8f1669;\n --vvd-color-announcement-800: #620256;\n --vvd-color-announcement-900: #32082c;\n --vvd-color-announcement-950: #1d031a;\n --vvd-color-success-50: #e1f8e5;\n --vvd-color-success-100: #cfeed4;\n --vvd-color-success-200: #86e090;\n --vvd-color-success-300: #53ca6a;\n --vvd-color-success-400: #30a849;\n --vvd-color-success-500: #1c8731;\n --vvd-color-success-600: #167629;\n --vvd-color-success-700: #155923;\n --vvd-color-success-800: #183a1e;\n --vvd-color-success-900: #0a1e11;\n --vvd-color-success-950: #060f09;\n --vvd-color-alert-50: #ffeef2;\n --vvd-color-alert-100: #fedfdf;\n --vvd-color-alert-200: #ffbbbb;\n --vvd-color-alert-300: #fe9696;\n --vvd-color-alert-400: #f75959;\n --vvd-color-alert-500: #e61d1d;\n --vvd-color-alert-600: #cd0d0d;\n --vvd-color-alert-700: #9f0202;\n --vvd-color-alert-800: #6e0000;\n --vvd-color-alert-900: #3e0004;\n --vvd-color-alert-950: #250004;\n --vvd-color-surface-0dp: #ffffff;\n --vvd-color-surface-2dp: #ffffff;\n --vvd-color-surface-4dp: #ffffff;\n --vvd-color-surface-8dp: #ffffff;\n --vvd-color-surface-12dp: #ffffff;\n --vvd-color-surface-16dp: #ffffff;\n --vvd-color-surface-24dp: #ffffff;\n --vvd-shadow-surface-0dp: drop-shadow(1px 0px 0px #cccccc) drop-shadow(0px 1px 0px #cccccc) drop-shadow(0px -1px 0px #cccccc) drop-shadow(-1px 0px 0px #cccccc);\n --vvd-shadow-surface-2dp: drop-shadow(0px 1px 4px #0000001a) drop-shadow(0px 1px 2px #0000000d) drop-shadow(0px 2px 1px #0000000d);\n --vvd-shadow-surface-4dp: drop-shadow(0px 2px 8px #0000001a) drop-shadow(0px 2px 4px #0000000d) drop-shadow(0px 4px 2px #0000000d);\n --vvd-shadow-surface-8dp: drop-shadow(0px 2px 16px #0000001a) drop-shadow(0px 8px 8px #0000000d) drop-shadow(0px 4px 4px #0000000d);\n --vvd-shadow-surface-12dp: drop-shadow(0px 4px 24px #0000001a) drop-shadow(0px 12px 16px #0000000d) drop-shadow(0px 6px 8px #0000000d);\n --vvd-shadow-surface-16dp: drop-shadow(0px 6px 32px #0000001a) drop-shadow(0px 16px 24px #0000000d) drop-shadow(0px 8px 12px #0000000d);\n --vvd-shadow-surface-24dp: drop-shadow(0px 12px 48px #00000033) drop-shadow(0px 24px 32px #0000000d) drop-shadow(0px 12px 16px #0000000d);\n}\n";
|
|
12087
|
+
const tokensThemeDarkCss = "/**\n * Do not edit directly\n * Generated on Tue, 02 Jul 2024 08:24:07 GMT\n */\n/**\n * Do not edit directly\n * Generated on Tue, 02 Jul 2024 08:24:07 GMT\n */\n/**\n * Do not edit directly\n * Generated on Tue, 02 Jul 2024 08:24:07 GMT\n */\n/**\n * Do not edit directly\n * Generated on Tue, 02 Jul 2024 08:24:07 GMT\n */\n@property --vvd-size-density {\n syntax: \"<integer>\";\n inherits: true;\n initial-value: 0;\n}\n@property --vvd-size-font-scale-base {\n syntax: \"<length>\";\n inherits: true;\n initial-value: 16px;\n}\n.vvd-root, ::part(vvd-root) {\n --vvd-color-scheme: dark;\n --vvd-color-canvas: #000000;\n --vvd-color-canvas-text: #ffffff;\n --vvd-color-neutral-50: #1a1a1a;\n --vvd-color-neutral-100: #333333;\n --vvd-color-neutral-200: #4d4d4d;\n --vvd-color-neutral-300: #666666;\n --vvd-color-neutral-400: #757575;\n --vvd-color-neutral-500: #929292;\n --vvd-color-neutral-600: #b3b3b3;\n --vvd-color-neutral-700: #cccccc;\n --vvd-color-neutral-800: #E6E6E6;\n --vvd-color-neutral-900: #F2F2F2;\n --vvd-color-neutral-950: #ffffff;\n --vvd-color-cta-50: #26044d;\n --vvd-color-cta-100: #440291;\n --vvd-color-cta-200: #6405d1;\n --vvd-color-cta-300: #871eff;\n --vvd-color-cta-400: #9941ff;\n --vvd-color-cta-500: #b27bf2;\n --vvd-color-cta-600: #cba1fa;\n --vvd-color-cta-700: #dcc1fc;\n --vvd-color-cta-800: #ece2fa;\n --vvd-color-cta-900: #f5f0fd;\n --vvd-color-warning-50: #2A1502;\n --vvd-color-warning-100: #522801;\n --vvd-color-warning-200: #803807;\n --vvd-color-warning-300: #A64C03;\n --vvd-color-warning-400: #be5702;\n --vvd-color-warning-500: #e07902;\n --vvd-color-warning-600: #fa9f00;\n --vvd-color-warning-700: #FACC4B;\n --vvd-color-warning-800: #FDEAA0;\n --vvd-color-warning-900: #FDF5D4;\n --vvd-color-information-50: #071939;\n --vvd-color-information-100: #0e306d;\n --vvd-color-information-200: #094a9e;\n --vvd-color-information-300: #0e65c2;\n --vvd-color-information-400: #0276d5;\n --vvd-color-information-500: #2997f0;\n --vvd-color-information-600: #65baff;\n --vvd-color-information-700: #9dd2fe;\n --vvd-color-information-800: #d3e9fc;\n --vvd-color-information-900: #e8f4fb;\n --vvd-color-announcement-50: #32082c;\n --vvd-color-announcement-100: #620256;\n --vvd-color-announcement-200: #8f1669;\n --vvd-color-announcement-300: #bb1e89;\n --vvd-color-announcement-400: #d6219c;\n --vvd-color-announcement-500: #e560bb;\n --vvd-color-announcement-600: #fb8fd8;\n --vvd-color-announcement-700: #f8b9e7;\n --vvd-color-announcement-800: #ffdcf7;\n --vvd-color-announcement-900: #ffedfb;\n --vvd-color-alert-50: #3e0004;\n --vvd-color-alert-100: #6e0000;\n --vvd-color-alert-200: #9f0202;\n --vvd-color-alert-300: #cd0d0d;\n --vvd-color-alert-400: #e61d1d;\n --vvd-color-alert-500: #f75959;\n --vvd-color-alert-600: #fe9696;\n --vvd-color-alert-700: #ffbbbb;\n --vvd-color-alert-800: #fedfdf;\n --vvd-color-alert-900: #ffeef2;\n --vvd-color-success-50: #0a1e11;\n --vvd-color-success-100: #183a1e;\n --vvd-color-success-200: #155923;\n --vvd-color-success-300: #167629;\n --vvd-color-success-400: #1c8731;\n --vvd-color-success-500: #30a849;\n --vvd-color-success-600: #53ca6a;\n --vvd-color-success-700: #86e090;\n --vvd-color-success-800: #cfeed4;\n --vvd-color-success-900: #e1f8e5;\n --vvd-color-surface-0dp: #0d0d0d;\n --vvd-color-surface-2dp: linear-gradient(#ffffff0f, #ffffff0f), #0d0d0d;\n --vvd-color-surface-4dp: linear-gradient(#ffffff14, #ffffff14), #0d0d0d;\n --vvd-color-surface-8dp: linear-gradient(#ffffff1a, #ffffff1a), #0d0d0d;\n --vvd-color-surface-12dp: linear-gradient(#ffffff1f, #ffffff1f), #0d0d0d;\n --vvd-color-surface-16dp: linear-gradient(#ffffff24, #ffffff24), #0d0d0d;\n --vvd-color-surface-24dp: linear-gradient(#ffffff29, #ffffff29), #0d0d0d;\n --vvd-shadow-surface-0dp: drop-shadow(1px 0px 0px #4d4d4d) drop-shadow(0px 1px 0px #4d4d4d) drop-shadow(0px -1px 0px #4d4d4d) drop-shadow(-1px 0px 0px #4d4d4d);\n --vvd-shadow-surface-2dp: drop-shadow(0px 1px 4px #00000040) drop-shadow(0px 1px 2px #00000040) drop-shadow(0px 2px 1px #00000040);\n --vvd-shadow-surface-4dp: drop-shadow(0px 2px 8px #00000040) drop-shadow(0px 2px 4px #00000040) drop-shadow(0px 4px 4px #00000040);\n --vvd-shadow-surface-8dp: drop-shadow(0px 2px 16px #00000040) drop-shadow(0px 8px 8px #00000040) drop-shadow(0px 4px 4px #00000040);\n --vvd-shadow-surface-12dp: drop-shadow(0px 4px 24px #00000040) drop-shadow(0px 12px 16px #00000040) drop-shadow(0px 6px 8px #00000040);\n --vvd-shadow-surface-16dp: drop-shadow(0px 6px 32px #00000040) drop-shadow(0px 16px 24px #00000040) drop-shadow(0px 8px 12px #00000040);\n --vvd-shadow-surface-24dp: drop-shadow(0px 12px 48px #00000040) drop-shadow(0px 24px 32px #00000040) drop-shadow(0px 12px 16px #00000040);\n --vvd-typography-headline: 500 calc(var(--vvd-size-font-scale-base, 16px) * 4.125)/1.3333333333333333 Montserrat;\n --vvd-typography-subtitle: 500 calc(var(--vvd-size-font-scale-base, 16px) * 3.25)/1.3076923076923077 Montserrat;\n --vvd-typography-heading-1: 500 calc(var(--vvd-size-font-scale-base, 16px) * 2.5)/1.3 Montserrat;\n --vvd-typography-heading-2: 500 calc(var(--vvd-size-font-scale-base, 16px) * 2)/1.375 Montserrat;\n --vvd-typography-heading-3: 500 calc(var(--vvd-size-font-scale-base, 16px) * 1.625)/1.3846153846153846 Montserrat;\n --vvd-typography-heading-4: 500 calc(var(--vvd-size-font-scale-base, 16px) * 1.25)/1.4 Montserrat;\n --vvd-typography-base: 400 calc(var(--vvd-size-font-scale-base, 16px) * 0.875)/1.4285714285714286 Montserrat;\n --vvd-typography-base-bold: 600 calc(var(--vvd-size-font-scale-base, 16px) * 0.875)/1.4285714285714286 Montserrat;\n --vvd-typography-base-code: 400 calc(var(--vvd-size-font-scale-base, 16px) * 0.875)/1.4285714285714286 Roboto Mono;\n --vvd-typography-base-condensed: 400 calc(var(--vvd-size-font-scale-base, 16px) * 0.75)/1.3333333333333333 Montserrat;\n --vvd-typography-base-condensed-bold: 600 calc(var(--vvd-size-font-scale-base, 16px) * 0.75)/1.3333333333333333 Montserrat;\n --vvd-typography-base-extended: 400 calc(var(--vvd-size-font-scale-base, 16px))/1.5 Montserrat;\n --vvd-typography-base-extended-bold: 600 calc(var(--vvd-size-font-scale-base, 16px))/1.5 Montserrat;\n}\n\n.vvd-theme-alternate, ::part(vvd-theme-alternate) {\n --vvd-color-scheme: light;\n --vvd-color-canvas: #ffffff;\n --vvd-color-canvas-text: #0d0d0d;\n --vvd-color-neutral-50: #F2F2F2;\n --vvd-color-neutral-100: #E6E6E6;\n --vvd-color-neutral-200: #cccccc;\n --vvd-color-neutral-300: #b3b3b3;\n --vvd-color-neutral-400: #929292;\n --vvd-color-neutral-500: #757575;\n --vvd-color-neutral-600: #666666;\n --vvd-color-neutral-700: #4d4d4d;\n --vvd-color-neutral-800: #333333;\n --vvd-color-neutral-900: #1a1a1a;\n --vvd-color-neutral-950: #0d0d0d;\n --vvd-color-cta-50: #f5f0fd;\n --vvd-color-cta-100: #ece2fa;\n --vvd-color-cta-200: #dcc1fc;\n --vvd-color-cta-300: #cba1fa;\n --vvd-color-cta-400: #b27bf2;\n --vvd-color-cta-500: #9941ff;\n --vvd-color-cta-600: #871eff;\n --vvd-color-cta-700: #6405d1;\n --vvd-color-cta-800: #440291;\n --vvd-color-cta-900: #26044d;\n --vvd-color-cta-950: #140623;\n --vvd-color-warning-50: #FDF5D4;\n --vvd-color-warning-100: #FDEAA0;\n --vvd-color-warning-200: #FACC4B;\n --vvd-color-warning-300: #fa9f00;\n --vvd-color-warning-400: #e07902;\n --vvd-color-warning-500: #be5702;\n --vvd-color-warning-600: #A64C03;\n --vvd-color-warning-700: #893000;\n --vvd-color-warning-800: #522801;\n --vvd-color-warning-900: #2A1502;\n --vvd-color-warning-950: #150B01;\n --vvd-color-information-50: #e8f4fb;\n --vvd-color-information-100: #d3e9fc;\n --vvd-color-information-200: #9dd2fe;\n --vvd-color-information-300: #65baff;\n --vvd-color-information-400: #2997f0;\n --vvd-color-information-500: #0276d5;\n --vvd-color-information-600: #0e65c2;\n --vvd-color-information-700: #094a9e;\n --vvd-color-information-800: #0e306d;\n --vvd-color-information-900: #071939;\n --vvd-color-information-950: #040d1d;\n --vvd-color-announcement-50: #ffedfb;\n --vvd-color-announcement-100: #ffdcf7;\n --vvd-color-announcement-200: #f8b9e7;\n --vvd-color-announcement-300: #fb8fd8;\n --vvd-color-announcement-400: #e560bb;\n --vvd-color-announcement-500: #d6219c;\n --vvd-color-announcement-600: #bb1e89;\n --vvd-color-announcement-700: #8f1669;\n --vvd-color-announcement-800: #620256;\n --vvd-color-announcement-900: #32082c;\n --vvd-color-announcement-950: #1d031a;\n --vvd-color-success-50: #e1f8e5;\n --vvd-color-success-100: #cfeed4;\n --vvd-color-success-200: #86e090;\n --vvd-color-success-300: #53ca6a;\n --vvd-color-success-400: #30a849;\n --vvd-color-success-500: #1c8731;\n --vvd-color-success-600: #167629;\n --vvd-color-success-700: #155923;\n --vvd-color-success-800: #183a1e;\n --vvd-color-success-900: #0a1e11;\n --vvd-color-success-950: #060f09;\n --vvd-color-alert-50: #ffeef2;\n --vvd-color-alert-100: #fedfdf;\n --vvd-color-alert-200: #ffbbbb;\n --vvd-color-alert-300: #fe9696;\n --vvd-color-alert-400: #f75959;\n --vvd-color-alert-500: #e61d1d;\n --vvd-color-alert-600: #cd0d0d;\n --vvd-color-alert-700: #9f0202;\n --vvd-color-alert-800: #6e0000;\n --vvd-color-alert-900: #3e0004;\n --vvd-color-alert-950: #250004;\n --vvd-color-surface-0dp: #ffffff;\n --vvd-color-surface-2dp: #ffffff;\n --vvd-color-surface-4dp: #ffffff;\n --vvd-color-surface-8dp: #ffffff;\n --vvd-color-surface-12dp: #ffffff;\n --vvd-color-surface-16dp: #ffffff;\n --vvd-color-surface-24dp: #ffffff;\n --vvd-shadow-surface-0dp: drop-shadow(1px 0px 0px #cccccc) drop-shadow(0px 1px 0px #cccccc) drop-shadow(0px -1px 0px #cccccc) drop-shadow(-1px 0px 0px #cccccc);\n --vvd-shadow-surface-2dp: drop-shadow(0px 1px 4px #0000001a) drop-shadow(0px 1px 2px #0000000d) drop-shadow(0px 2px 1px #0000000d);\n --vvd-shadow-surface-4dp: drop-shadow(0px 2px 8px #0000001a) drop-shadow(0px 2px 4px #0000000d) drop-shadow(0px 4px 2px #0000000d);\n --vvd-shadow-surface-8dp: drop-shadow(0px 2px 16px #0000001a) drop-shadow(0px 8px 8px #0000000d) drop-shadow(0px 4px 4px #0000000d);\n --vvd-shadow-surface-12dp: drop-shadow(0px 4px 24px #0000001a) drop-shadow(0px 12px 16px #0000000d) drop-shadow(0px 6px 8px #0000000d);\n --vvd-shadow-surface-16dp: drop-shadow(0px 6px 32px #0000001a) drop-shadow(0px 16px 24px #0000000d) drop-shadow(0px 8px 12px #0000000d);\n --vvd-shadow-surface-24dp: drop-shadow(0px 12px 48px #00000033) drop-shadow(0px 24px 32px #0000000d) drop-shadow(0px 12px 16px #0000000d);\n}\n";
|
|
12290
12088
|
|
|
12291
12089
|
const fontsSpeziaVariableCss = "@font-face {\n font-family: SpeziaCompleteVariableUpright;\n font-stretch: 50% 200%;\n font-weight: 1 1000;\n font-display: block;\n src: url(\"https://fonts.resources.vonage.com/fonts/v2/SpeziaCompleteVariableUprightWeb.woff2\") format(\"woff2\");\n}\n@font-face {\n font-family: SpeziaMonoCompleteVariable;\n font-stretch: 50% 200%;\n font-weight: 1 1000;\n font-display: block;\n src: url(\"https://fonts.resources.vonage.com/fonts/v2/SpeziaMonoCompleteVariableWeb.woff2\") format(\"woff2\");\n}\n.vvd-root {\n --vvd-typography-headline: 500 condensed\n \tcalc(var(--vvd-size-font-scale-base, 16px) * 4.125) / 1.3333333333333333\n \tSpeziaCompleteVariableUpright;\n --vvd-typography-subtitle: 500 condensed\n \tcalc(var(--vvd-size-font-scale-base, 16px) * 3.25) / 1.3076923076923077\n \tSpeziaCompleteVariableUpright;\n --vvd-typography-heading-1: 500 condensed\n \tcalc(var(--vvd-size-font-scale-base, 16px) * 2.5) / 1.3\n \tSpeziaCompleteVariableUpright;\n --vvd-typography-heading-2: 500 condensed\n \tcalc(var(--vvd-size-font-scale-base, 16px) * 2) / 1.375\n \tSpeziaCompleteVariableUpright;\n --vvd-typography-heading-3: 500 condensed\n \tcalc(var(--vvd-size-font-scale-base, 16px) * 1.625) / 1.3846153846153846\n \tSpeziaCompleteVariableUpright;\n --vvd-typography-heading-4: 500 condensed\n \tcalc(var(--vvd-size-font-scale-base, 16px) * 1.25) / 1.4\n \tSpeziaCompleteVariableUpright;\n --vvd-typography-base: 400 ultra-condensed\n \tcalc(var(--vvd-size-font-scale-base, 16px) * 0.875) / 1.4285714285714286\n \tSpeziaCompleteVariableUpright;\n --vvd-typography-base-bold: 600 ultra-condensed\n \tcalc(var(--vvd-size-font-scale-base, 16px) * 0.875) / 1.4285714285714286\n \tSpeziaCompleteVariableUpright;\n --vvd-typography-base-code: 400 ultra-condensed\n \tcalc(var(--vvd-size-font-scale-base, 16px) * 0.875) / 1.4285714285714286\n \tSpeziaMonoCompleteVariable;\n --vvd-typography-base-condensed: 400 ultra-condensed\n \tcalc(var(--vvd-size-font-scale-base, 16px) * 0.75) / 1.3333333333333333\n \tSpeziaCompleteVariableUpright;\n --vvd-typography-base-condensed-bold: 600 ultra-condensed\n \tcalc(var(--vvd-size-font-scale-base, 16px) * 0.75) / 1.3333333333333333\n \tSpeziaCompleteVariableUpright;\n --vvd-typography-base-extended: 400 ultra-condensed\n \tcalc(var(--vvd-size-font-scale-base, 16px)) / 1.5\n \tSpeziaCompleteVariableUpright;\n --vvd-typography-base-extended-bold: 600 ultra-condensed\n \tcalc(var(--vvd-size-font-scale-base, 16px)) / 1.5\n \tSpeziaCompleteVariableUpright;\n}\n";
|
|
12292
12090
|
|
|
12293
|
-
const tokensVivid2CompatCss = "/**\n * Do not edit directly\n * Generated on
|
|
12091
|
+
const tokensVivid2CompatCss = "/**\n * Do not edit directly\n * Generated on Tue, 02 Jul 2024 08:24:07 GMT\n */\n.vvd-root, ::part(vvd-root),\n.vvd-theme-alternate, ::part(vvd-theme-alternate) {\n --_vvd3--vvd-color-neutral-50: var(\n \t--vvd-color-neutral-50\n );\n}\n\n.vvd-component:not(.vvd-theme-alternate) {\n --vvd-color-neutral-50: var(--_vvd3--vvd-color-neutral-50);\n}\n";
|
|
12294
12092
|
|
|
12295
|
-
const coreThemeCss = "/**\n * Do not edit directly\n * Generated on
|
|
12093
|
+
const coreThemeCss = "/**\n * Do not edit directly\n * Generated on Tue, 02 Jul 2024 08:24:07 GMT\n */\n.vvd-root {\n color-scheme: var(--vvd-color-scheme);\n background-color: var(--vvd-color-canvas);\n color: var(--vvd-color-canvas-text);\n}\n";
|
|
12296
12094
|
|
|
12297
|
-
const coreTypographyCss = "/**\n * Do not edit directly\n * Generated on
|
|
12095
|
+
const coreTypographyCss = "/**\n * Do not edit directly\n * Generated on Tue, 02 Jul 2024 08:24:07 GMT\n */\n.vvd-root:root {\n --vvd-size-font-scale-base: 1rem;\n font-size: unset;\n}\n.vvd-root:root > body {\n font: var(--vvd-typography-base);\n font-feature-settings: \"kern\"; /* turns on kerning */\n text-rendering: optimizeLegibility; /* emphasise on legibility when rendering, turns on ligatures and kerning */\n -webkit-font-smoothing: antialiased; /* apply font anti-aliasing for Webkit on OSX */\n -moz-osx-font-smoothing: grayscale; /* apply font anti-aliasing for Firefox on OSX */\n}\n.vvd-root:not(:root) {\n font: var(--vvd-typography-base);\n font-feature-settings: \"kern\"; /* turns on kerning */\n text-rendering: optimizeLegibility; /* emphasise on legibility when rendering, turns on ligatures and kerning */\n -webkit-font-smoothing: antialiased; /* apply font anti-aliasing for Webkit on OSX */\n -moz-osx-font-smoothing: grayscale; /* apply font anti-aliasing for Firefox on OSX */\n}\n.vvd-root p,\n.vvd-root .font-base {\n font: var(--vvd-typography-base);\n margin-block: 16px;\n}\n.vvd-root p.tight,\n.vvd-root .font-base.tight {\n margin-block: 0;\n}\n.vvd-root .font-base-bold {\n font: var(--vvd-typography-base-bold);\n}\n.vvd-root .font-base-condensed {\n font: var(--vvd-typography-base-condensed);\n}\n.vvd-root .font-base-condensed-bold {\n font: var(--vvd-typography-base-condensed-bold);\n}\n.vvd-root .font-base-extended {\n font: var(--vvd-typography-base-extended);\n}\n.vvd-root .font-base-extended-bold {\n font: var(--vvd-typography-base-extended-bold);\n}\n.vvd-root .font-base-code {\n font: var(--vvd-typography-base-code);\n}\n.vvd-root b, .vvd-root strong {\n font-weight: 600;\n}\n.vvd-root pre, .vvd-root var, .vvd-root code, .vvd-root kbd, .vvd-root samp {\n font: var(--vvd-typography-base-code);\n}\n.vvd-root .headline {\n font: var(--vvd-typography-headline);\n margin-block: 40px;\n}\n.vvd-root .subtitle {\n font: var(--vvd-typography-subtitle);\n margin-block: 40px;\n}\n.vvd-root h1,\n.vvd-root .heading1 {\n font: var(--vvd-typography-heading-1);\n margin-block: 32px;\n}\n.vvd-root h2,\n.vvd-root .heading2 {\n font: var(--vvd-typography-heading-2);\n margin-block: 32px;\n}\n.vvd-root h3,\n.vvd-root .heading3 {\n font: var(--vvd-typography-heading-3);\n margin-block: 24px;\n}\n.vvd-root h4,\n.vvd-root .heading4 {\n font: var(--vvd-typography-heading-4);\n margin-block: 24px;\n}\n.vvd-root .headline b, .vvd-root .headline strong,\n.vvd-root .subtitle b,\n.vvd-root .subtitle strong,\n.vvd-root h1 b,\n.vvd-root h1 strong,\n.vvd-root .heading1 b,\n.vvd-root .heading1 strong,\n.vvd-root h2 b,\n.vvd-root h2 strong,\n.vvd-root .heading2 b,\n.vvd-root .heading2 strong,\n.vvd-root h3 b,\n.vvd-root h3 strong,\n.vvd-root .heading3 b,\n.vvd-root .heading3 strong,\n.vvd-root h4 b,\n.vvd-root h4 strong,\n.vvd-root .heading4 b,\n.vvd-root .heading4 strong {\n font-weight: 500;\n}\n.vvd-root .headline.tight,\n.vvd-root .subtitle.tight,\n.vvd-root h1.tight,\n.vvd-root .heading1.tight,\n.vvd-root h2.tight,\n.vvd-root .heading2.tight,\n.vvd-root h3.tight,\n.vvd-root .heading3.tight,\n.vvd-root h4.tight,\n.vvd-root .heading4.tight {\n margin-block: 0;\n}\n.vvd-root small,\n.vvd-root figcaption {\n font: var(--vvd-typography-base-condensed);\n}\n.vvd-root sub,\n.vvd-root sup {\n font: var(--vvd-typography-base-condensed);\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\n.vvd-root sub {\n bottom: -0.25em;\n}\n.vvd-root sup {\n top: -0.5em;\n}\n";
|
|
12298
12096
|
|
|
12299
12097
|
const theme = {
|
|
12300
12098
|
name: "core/theme",
|