@vonage/vivid-vue 3.59.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 +8 -8
- package/generated/components/VButton.vue3.d.ts +8 -8
- package/generated/components/VCheckbox.vue2.d.ts +10 -10
- package/generated/components/VCheckbox.vue3.d.ts +10 -10
- package/generated/components/VCombobox.vue2.d.ts +5 -5
- package/generated/components/VCombobox.vue3.d.ts +5 -5
- 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 +9 -9
- package/generated/components/VDatePicker.vue3.d.ts +9 -9
- package/generated/components/VDateRangePicker.vue2.d.ts +25 -37
- package/generated/components/VDateRangePicker.vue3.d.ts +25 -37
- package/generated/components/VFab.vue2.d.ts +5 -5
- package/generated/components/VFab.vue3.d.ts +5 -5
- package/generated/components/VFilePicker.vue2.d.ts +5 -5
- package/generated/components/VFilePicker.vue3.d.ts +5 -5
- package/generated/components/VNumberField.vue2.d.ts +5 -5
- package/generated/components/VNumberField.vue3.d.ts +5 -5
- package/generated/components/VOption.vue2.d.ts +3 -3
- package/generated/components/VOption.vue3.d.ts +3 -3
- package/generated/components/VRadio.vue2.d.ts +10 -10
- package/generated/components/VRadio.vue3.d.ts +10 -10
- package/generated/components/VRangeSlider.vue2.d.ts +19 -31
- package/generated/components/VRangeSlider.vue3.d.ts +19 -31
- package/generated/components/VSelect.vue2.d.ts +6 -5
- package/generated/components/VSelect.vue3.d.ts +6 -5
- package/generated/components/VSlider.vue2.d.ts +5 -5
- package/generated/components/VSlider.vue3.d.ts +5 -5
- package/generated/components/VSwitch.vue2.d.ts +10 -10
- package/generated/components/VSwitch.vue3.d.ts +10 -10
- 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 +5 -5
- package/generated/components/VTextArea.vue3.d.ts +5 -5
- package/generated/components/VTextField.vue2.d.ts +5 -5
- package/generated/components/VTextField.vue3.d.ts +5 -5
- package/generated/components/VTimePicker.vue2.d.ts +5 -5
- package/generated/components/VTimePicker.vue3.d.ts +5 -5
- package/index.cjs +717 -719
- package/index.js +717 -719
- package/package.json +2 -2
- package/web-types.json +52 -52
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),
|
|
@@ -1499,7 +1499,7 @@ const VButton = defineComponent({
|
|
|
1499
1499
|
* The initial value of the form. This value sets the `value` property
|
|
1500
1500
|
* only when the `value` property has not been explicitly set.
|
|
1501
1501
|
*/
|
|
1502
|
-
|
|
1502
|
+
initialValue: { type: String, default: void 0 },
|
|
1503
1503
|
/**
|
|
1504
1504
|
* The current value of the element. This property serves as a mechanism
|
|
1505
1505
|
* to set the `value` property through both property assignment and the
|
|
@@ -1507,7 +1507,7 @@ const VButton = defineComponent({
|
|
|
1507
1507
|
* in UI libraries that bind data through the .setAttribute() API
|
|
1508
1508
|
* and don't support IDL attribute binding.
|
|
1509
1509
|
*/
|
|
1510
|
-
|
|
1510
|
+
value: { type: String, default: void 0 },
|
|
1511
1511
|
/**
|
|
1512
1512
|
* The name of the element. This element's value will be surfaced during form submission under the provided name.
|
|
1513
1513
|
*/
|
|
@@ -1684,8 +1684,8 @@ const VButton = defineComponent({
|
|
|
1684
1684
|
...this.iconTrailing !== void 0 ? { "icon-trailing": this.iconTrailing } : {},
|
|
1685
1685
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
1686
1686
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
1687
|
-
...this.
|
|
1688
|
-
...this.
|
|
1687
|
+
...this.initialValue !== void 0 ? { value: this.initialValue } : {},
|
|
1688
|
+
...this.value !== void 0 ? { "current-value": this.value } : {},
|
|
1689
1689
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
1690
1690
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
1691
1691
|
...this.autofocus !== void 0 ? { autofocus: this.autofocus } : {},
|
|
@@ -1735,38 +1735,38 @@ const VButton = defineComponent({
|
|
|
1735
1735
|
{
|
|
1736
1736
|
ref: "element",
|
|
1737
1737
|
class: "vvd-component",
|
|
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.
|
|
1743
|
-
...this.
|
|
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 } : {},
|
|
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 } : {},
|
|
1770
1770
|
onClick: (event) => this.$emit("click", event),
|
|
1771
1771
|
onFocus: (event) => this.$emit("focus", event),
|
|
1772
1772
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -1922,11 +1922,11 @@ const VCalendar = defineComponent({
|
|
|
1922
1922
|
{
|
|
1923
1923
|
ref: "element",
|
|
1924
1924
|
class: "vvd-component",
|
|
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 } : {},
|
|
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 } : {},
|
|
1930
1930
|
onClick: (event) => this.$emit("click", event),
|
|
1931
1931
|
onFocus: (event) => this.$emit("focus", event),
|
|
1932
1932
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -2076,14 +2076,14 @@ const VCalendarEvent = defineComponent({
|
|
|
2076
2076
|
{
|
|
2077
2077
|
ref: "element",
|
|
2078
2078
|
class: "vvd-component",
|
|
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 } : {},
|
|
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 } : {},
|
|
2087
2087
|
onClick: (event) => this.$emit("click", event),
|
|
2088
2088
|
onFocus: (event) => this.$emit("focus", event),
|
|
2089
2089
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -2227,13 +2227,13 @@ const VCard = defineComponent({
|
|
|
2227
2227
|
{
|
|
2228
2228
|
ref: "element",
|
|
2229
2229
|
class: "vvd-component",
|
|
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 } : {},
|
|
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 } : {},
|
|
2237
2237
|
onClick: (event) => this.$emit("click", event),
|
|
2238
2238
|
onFocus: (event) => this.$emit("focus", event),
|
|
2239
2239
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -2297,7 +2297,7 @@ const VCheckbox = defineComponent({
|
|
|
2297
2297
|
* The initial value of the form. This value sets the `value` property
|
|
2298
2298
|
* only when the `value` property has not been explicitly set.
|
|
2299
2299
|
*/
|
|
2300
|
-
|
|
2300
|
+
initialValue: { type: String, default: void 0 },
|
|
2301
2301
|
/**
|
|
2302
2302
|
* The current value of the element. This property serves as a mechanism
|
|
2303
2303
|
* to set the `value` property through both property assignment and the
|
|
@@ -2305,7 +2305,7 @@ const VCheckbox = defineComponent({
|
|
|
2305
2305
|
* in UI libraries that bind data through the .setAttribute() API
|
|
2306
2306
|
* and don't support IDL attribute binding.
|
|
2307
2307
|
*/
|
|
2308
|
-
|
|
2308
|
+
value: { type: String, default: void 0 },
|
|
2309
2309
|
/**
|
|
2310
2310
|
* The name of the element. This element's value will be surfaced during form submission under the provided name.
|
|
2311
2311
|
*/
|
|
@@ -2317,7 +2317,7 @@ const VCheckbox = defineComponent({
|
|
|
2317
2317
|
/**
|
|
2318
2318
|
* Provides the default checkedness of the input element
|
|
2319
2319
|
*/
|
|
2320
|
-
|
|
2320
|
+
defaultChecked: { type: Boolean, default: void 0 },
|
|
2321
2321
|
/**
|
|
2322
2322
|
* The current checkedness of the element. This property serves as a mechanism
|
|
2323
2323
|
* to set the `checked` property through both property assignment and the
|
|
@@ -2325,7 +2325,7 @@ const VCheckbox = defineComponent({
|
|
|
2325
2325
|
* in UI libraries that bind data through the .setAttribute() API
|
|
2326
2326
|
* and don't support IDL attribute binding.
|
|
2327
2327
|
*/
|
|
2328
|
-
|
|
2328
|
+
checked: { type: Boolean, default: void 0 },
|
|
2329
2329
|
/**
|
|
2330
2330
|
* The current checkedness of the element. This property serves as a mechanism
|
|
2331
2331
|
* to set the `checked` property through both property assignment and the
|
|
@@ -2409,12 +2409,12 @@ const VCheckbox = defineComponent({
|
|
|
2409
2409
|
...this.label !== void 0 ? { label: this.label } : {},
|
|
2410
2410
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
2411
2411
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
2412
|
-
...this.
|
|
2413
|
-
...this.
|
|
2412
|
+
...this.initialValue !== void 0 ? { value: this.initialValue } : {},
|
|
2413
|
+
...this.value !== void 0 ? { "current-value": this.value } : {},
|
|
2414
2414
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
2415
2415
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
2416
|
-
...this.
|
|
2417
|
-
...this.modelValue ?? this.
|
|
2416
|
+
...this.defaultChecked !== void 0 ? { checked: this.defaultChecked } : {},
|
|
2417
|
+
...this.modelValue ?? this.checked !== void 0 ? { "current-checked": this.modelValue ?? this.checked } : {},
|
|
2418
2418
|
...this.readonly !== void 0 ? { readonly: this.readonly } : {},
|
|
2419
2419
|
...this.ariaLabel !== void 0 ? { "aria-label": this.ariaLabel } : {},
|
|
2420
2420
|
...this.tabindex !== void 0 ? { tabindex: this.tabindex } : {},
|
|
@@ -2449,22 +2449,22 @@ const VCheckbox = defineComponent({
|
|
|
2449
2449
|
{
|
|
2450
2450
|
ref: "element",
|
|
2451
2451
|
class: "vvd-component",
|
|
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.
|
|
2459
|
-
...this.
|
|
2460
|
-
...this.name !== void 0 ? { name: this.name } : {},
|
|
2461
|
-
...this.required !== void 0 ? { required: this.required } : {},
|
|
2462
|
-
...this.
|
|
2463
|
-
...this.modelValue ?? this.
|
|
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 } : {},
|
|
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 } : {},
|
|
2468
2468
|
onClick: (event) => this.$emit("click", event),
|
|
2469
2469
|
onFocus: (event) => this.$emit("focus", event),
|
|
2470
2470
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -2516,7 +2516,7 @@ const VCombobox = defineComponent({
|
|
|
2516
2516
|
* The initial value of the form. This value sets the `value` property
|
|
2517
2517
|
* only when the `value` property has not been explicitly set.
|
|
2518
2518
|
*/
|
|
2519
|
-
|
|
2519
|
+
initialValue: { type: String, default: void 0 },
|
|
2520
2520
|
/**
|
|
2521
2521
|
* The current value of the element. This property serves as a mechanism
|
|
2522
2522
|
* to set the `value` property through both property assignment and the
|
|
@@ -2524,7 +2524,7 @@ const VCombobox = defineComponent({
|
|
|
2524
2524
|
* in UI libraries that bind data through the .setAttribute() API
|
|
2525
2525
|
* and don't support IDL attribute binding.
|
|
2526
2526
|
*/
|
|
2527
|
-
|
|
2527
|
+
value: { type: String, default: void 0 },
|
|
2528
2528
|
/**
|
|
2529
2529
|
* The current value of the element. This property serves as a mechanism
|
|
2530
2530
|
* to set the `value` property through both property assignment and the
|
|
@@ -2677,8 +2677,8 @@ const VCombobox = defineComponent({
|
|
|
2677
2677
|
...this.label !== void 0 ? { label: this.label } : {},
|
|
2678
2678
|
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
2679
2679
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
2680
|
-
...this.
|
|
2681
|
-
...this.modelValue ?? this.
|
|
2680
|
+
...this.initialValue !== void 0 ? { value: this.initialValue } : {},
|
|
2681
|
+
...this.modelValue ?? this.value !== void 0 ? { "current-value": this.modelValue ?? this.value } : {},
|
|
2682
2682
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
2683
2683
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
2684
2684
|
...this.autocomplete !== void 0 ? { autocomplete: this.autocomplete } : {},
|
|
@@ -2715,21 +2715,21 @@ const VCombobox = defineComponent({
|
|
|
2715
2715
|
{
|
|
2716
2716
|
ref: "element",
|
|
2717
2717
|
class: "vvd-component",
|
|
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.
|
|
2722
|
-
...this.modelValue ?? this.
|
|
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 } : {},
|
|
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 } : {},
|
|
2733
2733
|
onClick: (event) => this.$emit("click", event),
|
|
2734
2734
|
onFocus: (event) => this.$emit("focus", event),
|
|
2735
2735
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -2875,12 +2875,12 @@ const VDataGrid = defineComponent({
|
|
|
2875
2875
|
{
|
|
2876
2876
|
ref: "element",
|
|
2877
2877
|
class: "vvd-component",
|
|
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 } : {},
|
|
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 } : {},
|
|
2884
2884
|
onClick: (event) => this.$emit("click", event),
|
|
2885
2885
|
onFocus: (event) => this.$emit("focus", event),
|
|
2886
2886
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -2903,10 +2903,7 @@ const VDataGridCell = defineComponent({
|
|
|
2903
2903
|
/**
|
|
2904
2904
|
* Extends the data grid cell definition to hold more options.
|
|
2905
2905
|
*/
|
|
2906
|
-
columnDefinition: {
|
|
2907
|
-
type: null,
|
|
2908
|
-
default: void 0
|
|
2909
|
-
},
|
|
2906
|
+
columnDefinition: { type: Object, default: void 0 },
|
|
2910
2907
|
/**
|
|
2911
2908
|
* Indicates the element that represents the current item within a container or set of related elements.
|
|
2912
2909
|
*/
|
|
@@ -3009,7 +3006,6 @@ const VDataGridCell = defineComponent({
|
|
|
3009
3006
|
{
|
|
3010
3007
|
ref: "element",
|
|
3011
3008
|
attrs: {
|
|
3012
|
-
...this.columnDefinition !== void 0 ? { columnDefinition: this.columnDefinition } : {},
|
|
3013
3009
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
3014
3010
|
...this.cellType !== void 0 ? { "cell-type": this.cellType } : {},
|
|
3015
3011
|
...this.gridColumn !== void 0 ? { "grid-column": this.gridColumn } : {},
|
|
@@ -3017,6 +3013,9 @@ const VDataGridCell = defineComponent({
|
|
|
3017
3013
|
...this.ariaSort !== void 0 ? { "aria-sort": this.ariaSort } : {}
|
|
3018
3014
|
},
|
|
3019
3015
|
class: "vvd-component",
|
|
3016
|
+
domProps: {
|
|
3017
|
+
...this.columnDefinition !== void 0 ? { columnDefinition: this.columnDefinition } : {}
|
|
3018
|
+
},
|
|
3020
3019
|
on: {
|
|
3021
3020
|
click: (event) => this.$emit("click", event),
|
|
3022
3021
|
focus: (event) => this.$emit("focus", event),
|
|
@@ -3037,12 +3036,12 @@ const VDataGridCell = defineComponent({
|
|
|
3037
3036
|
{
|
|
3038
3037
|
ref: "element",
|
|
3039
3038
|
class: "vvd-component",
|
|
3040
|
-
...this.columnDefinition !== void 0 ? { columnDefinition: this.columnDefinition } : {},
|
|
3041
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
3042
|
-
...this.cellType !== void 0 ? { "cell-type": this.cellType } : {},
|
|
3043
|
-
...this.gridColumn !== void 0 ? { "grid-column": this.gridColumn } : {},
|
|
3044
|
-
...this.ariaSelected !== void 0 ? { "aria-selected": this.ariaSelected } : {},
|
|
3045
|
-
...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 } : {},
|
|
3046
3045
|
onClick: (event) => this.$emit("click", event),
|
|
3047
3046
|
onFocus: (event) => this.$emit("focus", event),
|
|
3048
3047
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -3180,10 +3179,10 @@ const VDataGridRow = defineComponent({
|
|
|
3180
3179
|
{
|
|
3181
3180
|
ref: "element",
|
|
3182
3181
|
class: "vvd-component",
|
|
3183
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
3184
|
-
...this.gridTemplateColumns !== void 0 ? { "grid-template-columns": this.gridTemplateColumns } : {},
|
|
3185
|
-
...this.rowType !== void 0 ? { "row-type": this.rowType } : {},
|
|
3186
|
-
...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 } : {},
|
|
3187
3186
|
onClick: (event) => this.$emit("click", event),
|
|
3188
3187
|
onFocus: (event) => this.$emit("focus", event),
|
|
3189
3188
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -3246,15 +3245,15 @@ const VDatePicker = defineComponent({
|
|
|
3246
3245
|
/**
|
|
3247
3246
|
* The initial value of the date-picker.
|
|
3248
3247
|
*/
|
|
3249
|
-
|
|
3248
|
+
initialValue: { type: String, default: void 0 },
|
|
3250
3249
|
/**
|
|
3251
|
-
* The
|
|
3250
|
+
* The current value of the date-picker.
|
|
3252
3251
|
*/
|
|
3253
|
-
|
|
3252
|
+
value: { type: String, default: void 0 },
|
|
3254
3253
|
/**
|
|
3255
3254
|
* The current value of the date-picker.
|
|
3256
3255
|
*/
|
|
3257
|
-
|
|
3256
|
+
modelValue: { type: String, default: void 0 },
|
|
3258
3257
|
/**
|
|
3259
3258
|
* Whether the date-picker is readonly.
|
|
3260
3259
|
*/
|
|
@@ -3328,8 +3327,8 @@ const VDatePicker = defineComponent({
|
|
|
3328
3327
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
3329
3328
|
...this.max !== void 0 ? { max: this.max } : {},
|
|
3330
3329
|
...this.min !== void 0 ? { min: this.min } : {},
|
|
3331
|
-
...this.
|
|
3332
|
-
...this.
|
|
3330
|
+
...this.initialValue !== void 0 ? { value: this.initialValue } : {},
|
|
3331
|
+
...this.modelValue ?? this.value !== void 0 ? { "current-value": this.modelValue ?? this.value } : {},
|
|
3333
3332
|
...this.readonly !== void 0 ? { readonly: this.readonly } : {}
|
|
3334
3333
|
},
|
|
3335
3334
|
class: "vvd-component",
|
|
@@ -3362,17 +3361,17 @@ const VDatePicker = defineComponent({
|
|
|
3362
3361
|
{
|
|
3363
3362
|
ref: "element",
|
|
3364
3363
|
class: "vvd-component",
|
|
3365
|
-
...this.label !== void 0 ? { label: this.label } : {},
|
|
3366
|
-
...this.errorText !== void 0 ? { "error-text": this.errorText } : {},
|
|
3367
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
3368
|
-
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
3369
|
-
...this.name !== void 0 ? { name: this.name } : {},
|
|
3370
|
-
...this.required !== void 0 ? { required: this.required } : {},
|
|
3371
|
-
...this.max !== void 0 ? { max: this.max } : {},
|
|
3372
|
-
...this.min !== void 0 ? { min: this.min } : {},
|
|
3373
|
-
...this.
|
|
3374
|
-
...this.
|
|
3375
|
-
...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 } : {},
|
|
3376
3375
|
onClick: (event) => this.$emit("click", event),
|
|
3377
3376
|
onFocus: (event) => this.$emit("focus", event),
|
|
3378
3377
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -3433,13 +3432,15 @@ const VDateRangePicker = defineComponent({
|
|
|
3433
3432
|
*/
|
|
3434
3433
|
max: { type: String, default: void 0 },
|
|
3435
3434
|
/**
|
|
3436
|
-
* The
|
|
3437
|
-
*
|
|
3438
|
-
|
|
3439
|
-
|
|
3440
|
-
|
|
3435
|
+
* The initial start value. This value sets the `start` property
|
|
3436
|
+
* only when the `start` property has not been explicitly set.
|
|
3437
|
+
*/
|
|
3438
|
+
initialStart: { type: String, default: void 0 },
|
|
3439
|
+
/**
|
|
3440
|
+
* The initial end value. This value sets the `end` property
|
|
3441
|
+
* only when the `end` property has not been explicitly set.
|
|
3441
3442
|
*/
|
|
3442
|
-
|
|
3443
|
+
initialEnd: { type: String, default: void 0 },
|
|
3443
3444
|
/**
|
|
3444
3445
|
* The current start value of the element. This property serves as a mechanism
|
|
3445
3446
|
* to set the `start` property through both property assignment and the
|
|
@@ -3448,14 +3449,6 @@ const VDateRangePicker = defineComponent({
|
|
|
3448
3449
|
* and don't support IDL attribute binding.
|
|
3449
3450
|
*/
|
|
3450
3451
|
start: { type: String, default: void 0 },
|
|
3451
|
-
/**
|
|
3452
|
-
* The current end value of the element. This property serves as a mechanism
|
|
3453
|
-
* to set the `end` property through both property assignment and the
|
|
3454
|
-
* .setAttribute() method. This is useful for setting the field's value
|
|
3455
|
-
* in UI libraries that bind data through the .setAttribute() API
|
|
3456
|
-
* and don't support IDL attribute binding.
|
|
3457
|
-
*/
|
|
3458
|
-
currentEnd: { type: String, default: void 0 },
|
|
3459
3452
|
/**
|
|
3460
3453
|
* The current end value of the element. This property serves as a mechanism
|
|
3461
3454
|
* to set the `end` property through both property assignment and the
|
|
@@ -3471,11 +3464,11 @@ const VDateRangePicker = defineComponent({
|
|
|
3471
3464
|
/**
|
|
3472
3465
|
* The initial value of the date-picker.
|
|
3473
3466
|
*/
|
|
3474
|
-
|
|
3467
|
+
initialValue: { type: String, default: void 0 },
|
|
3475
3468
|
/**
|
|
3476
3469
|
* The current value of the date-picker.
|
|
3477
3470
|
*/
|
|
3478
|
-
|
|
3471
|
+
value: { type: String, default: void 0 },
|
|
3479
3472
|
/**
|
|
3480
3473
|
* Whether the date-picker is readonly.
|
|
3481
3474
|
*/
|
|
@@ -3566,11 +3559,13 @@ const VDateRangePicker = defineComponent({
|
|
|
3566
3559
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
3567
3560
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
3568
3561
|
...this.max !== void 0 ? { max: this.max } : {},
|
|
3569
|
-
...this.
|
|
3570
|
-
...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 } : {},
|
|
3571
3566
|
...this.min !== void 0 ? { min: this.min } : {},
|
|
3572
|
-
...this.
|
|
3573
|
-
...this.
|
|
3567
|
+
...this.initialValue !== void 0 ? { value: this.initialValue } : {},
|
|
3568
|
+
...this.value !== void 0 ? { "current-value": this.value } : {},
|
|
3574
3569
|
...this.readonly !== void 0 ? { readonly: this.readonly } : {}
|
|
3575
3570
|
},
|
|
3576
3571
|
class: "vvd-component",
|
|
@@ -3605,19 +3600,21 @@ const VDateRangePicker = defineComponent({
|
|
|
3605
3600
|
{
|
|
3606
3601
|
ref: "element",
|
|
3607
3602
|
class: "vvd-component",
|
|
3608
|
-
...this.label !== void 0 ? { label: this.label } : {},
|
|
3609
|
-
...this.errorText !== void 0 ? { "error-text": this.errorText } : {},
|
|
3610
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
3611
|
-
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
3612
|
-
...this.name !== void 0 ? { name: this.name } : {},
|
|
3613
|
-
...this.required !== void 0 ? { required: this.required } : {},
|
|
3614
|
-
...this.max !== void 0 ? { max: this.max } : {},
|
|
3615
|
-
...this.
|
|
3616
|
-
...this.
|
|
3617
|
-
...this.
|
|
3618
|
-
...this.
|
|
3619
|
-
...this.
|
|
3620
|
-
...this.
|
|
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 } : {},
|
|
3621
3618
|
onClick: (event) => this.$emit("click", event),
|
|
3622
3619
|
onFocus: (event) => this.$emit("focus", event),
|
|
3623
3620
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -3817,18 +3814,18 @@ const VDialPad = defineComponent({
|
|
|
3817
3814
|
{
|
|
3818
3815
|
ref: "element",
|
|
3819
3816
|
class: "vvd-component",
|
|
3820
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
3821
|
-
...this.helperText !== void 0 ? { "helper-text": this.helperText } : {},
|
|
3822
|
-
...this.placeholder !== void 0 ? { placeholder: this.placeholder } : {},
|
|
3823
|
-
...this.modelValue ?? this.value !== void 0 ? { value: this.modelValue ?? this.value } : {},
|
|
3824
|
-
...this.pattern !== void 0 ? { pattern: this.pattern } : {},
|
|
3825
|
-
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
3826
|
-
...this.pending !== void 0 ? { pending: this.pending } : {},
|
|
3827
|
-
...this.callActive !== void 0 ? { "call-active": this.callActive } : {},
|
|
3828
|
-
...this.noCall !== void 0 ? { "no-call": this.noCall } : {},
|
|
3829
|
-
...this.noInput !== void 0 ? { "no-input": this.noInput } : {},
|
|
3830
|
-
...this.endCallButtonLabel !== void 0 ? { "end-call-button-label": this.endCallButtonLabel } : {},
|
|
3831
|
-
...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 } : {},
|
|
3832
3829
|
onClick: (event) => this.$emit("click", event),
|
|
3833
3830
|
onKeydown: (event) => this.$emit("keydown", event),
|
|
3834
3831
|
onKeyup: (event) => this.$emit("keyup", event),
|
|
@@ -3986,16 +3983,16 @@ const VDialog = defineComponent({
|
|
|
3986
3983
|
{
|
|
3987
3984
|
ref: "element",
|
|
3988
3985
|
class: "vvd-component",
|
|
3989
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
3990
|
-
...this.open !== void 0 ? { open: this.open } : {},
|
|
3991
|
-
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
3992
|
-
...this.iconPlacement !== void 0 ? { "icon-placement": this.iconPlacement } : {},
|
|
3993
|
-
...this.subtitle !== void 0 ? { subtitle: this.subtitle } : {},
|
|
3994
|
-
...this.headline !== void 0 ? { headline: this.headline } : {},
|
|
3995
|
-
...this.fullWidthBody !== void 0 ? { "full-width-body": this.fullWidthBody } : {},
|
|
3996
|
-
...this.ariaLabel !== void 0 ? { "aria-label": this.ariaLabel } : {},
|
|
3997
|
-
...this.dismissButtonAriaLabel !== void 0 ? { "dismiss-button-aria-label": this.dismissButtonAriaLabel } : {},
|
|
3998
|
-
...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 } : {},
|
|
3999
3996
|
onClick: (event) => this.$emit("click", event),
|
|
4000
3997
|
onFocus: (event) => this.$emit("focus", event),
|
|
4001
3998
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -4114,9 +4111,9 @@ const VDivider = defineComponent({
|
|
|
4114
4111
|
{
|
|
4115
4112
|
ref: "element",
|
|
4116
4113
|
class: "vvd-component",
|
|
4117
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
4118
|
-
...this.role !== void 0 ? { role: this.role } : {},
|
|
4119
|
-
...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 } : {},
|
|
4120
4117
|
onClick: (event) => this.$emit("click", event),
|
|
4121
4118
|
onFocus: (event) => this.$emit("focus", event),
|
|
4122
4119
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -4225,9 +4222,9 @@ const VEmptyState = defineComponent({
|
|
|
4225
4222
|
{
|
|
4226
4223
|
ref: "element",
|
|
4227
4224
|
class: "vvd-component",
|
|
4228
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
4229
|
-
...this.headline !== void 0 ? { headline: this.headline } : {},
|
|
4230
|
-
...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 } : {},
|
|
4231
4228
|
onClick: (event) => this.$emit("click", event),
|
|
4232
4229
|
onFocus: (event) => this.$emit("focus", event),
|
|
4233
4230
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -4274,7 +4271,7 @@ const VFab = defineComponent({
|
|
|
4274
4271
|
* The initial value of the form. This value sets the `value` property
|
|
4275
4272
|
* only when the `value` property has not been explicitly set.
|
|
4276
4273
|
*/
|
|
4277
|
-
|
|
4274
|
+
initialValue: { type: String, default: void 0 },
|
|
4278
4275
|
/**
|
|
4279
4276
|
* The current value of the element. This property serves as a mechanism
|
|
4280
4277
|
* to set the `value` property through both property assignment and the
|
|
@@ -4282,7 +4279,7 @@ const VFab = defineComponent({
|
|
|
4282
4279
|
* in UI libraries that bind data through the .setAttribute() API
|
|
4283
4280
|
* and don't support IDL attribute binding.
|
|
4284
4281
|
*/
|
|
4285
|
-
|
|
4282
|
+
value: { type: String, default: void 0 },
|
|
4286
4283
|
/**
|
|
4287
4284
|
* The name of the element. This element's value will be surfaced during form submission under the provided name.
|
|
4288
4285
|
*/
|
|
@@ -4404,8 +4401,8 @@ const VFab = defineComponent({
|
|
|
4404
4401
|
...this.iconTrailing !== void 0 ? { "icon-trailing": this.iconTrailing } : {},
|
|
4405
4402
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
4406
4403
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
4407
|
-
...this.
|
|
4408
|
-
...this.
|
|
4404
|
+
...this.initialValue !== void 0 ? { value: this.initialValue } : {},
|
|
4405
|
+
...this.value !== void 0 ? { "current-value": this.value } : {},
|
|
4409
4406
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
4410
4407
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
4411
4408
|
...this.autofocus !== void 0 ? { autofocus: this.autofocus } : {},
|
|
@@ -4442,25 +4439,25 @@ const VFab = defineComponent({
|
|
|
4442
4439
|
{
|
|
4443
4440
|
ref: "element",
|
|
4444
4441
|
class: "vvd-component",
|
|
4445
|
-
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
4446
|
-
...this.iconTrailing !== void 0 ? { "icon-trailing": this.iconTrailing } : {},
|
|
4447
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
4448
|
-
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
4449
|
-
...this.
|
|
4450
|
-
...this.
|
|
4451
|
-
...this.name !== void 0 ? { name: this.name } : {},
|
|
4452
|
-
...this.required !== void 0 ? { required: this.required } : {},
|
|
4453
|
-
...this.autofocus !== void 0 ? { autofocus: this.autofocus } : {},
|
|
4454
|
-
...this.form !== void 0 ? { form: this.form } : {},
|
|
4455
|
-
...this.formaction !== void 0 ? { formaction: this.formaction } : {},
|
|
4456
|
-
...this.formenctype !== void 0 ? { formenctype: this.formenctype } : {},
|
|
4457
|
-
...this.formmethod !== void 0 ? { formmethod: this.formmethod } : {},
|
|
4458
|
-
...this.formnovalidate !== void 0 ? { formnovalidate: this.formnovalidate } : {},
|
|
4459
|
-
...this.formtarget !== void 0 ? { formtarget: this.formtarget } : {},
|
|
4460
|
-
...this.type !== void 0 ? { type: this.type } : {},
|
|
4461
|
-
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
4462
|
-
...this.size !== void 0 ? { size: this.size } : {},
|
|
4463
|
-
...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 } : {},
|
|
4464
4461
|
onClick: (event) => this.$emit("click", event),
|
|
4465
4462
|
onFocus: (event) => this.$emit("focus", event),
|
|
4466
4463
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -4508,7 +4505,7 @@ const VFilePicker = defineComponent({
|
|
|
4508
4505
|
* The initial value of the form. This value sets the `value` property
|
|
4509
4506
|
* only when the `value` property has not been explicitly set.
|
|
4510
4507
|
*/
|
|
4511
|
-
|
|
4508
|
+
initialValue: { type: String, default: void 0 },
|
|
4512
4509
|
/**
|
|
4513
4510
|
* The current value of the element. This property serves as a mechanism
|
|
4514
4511
|
* to set the `value` property through both property assignment and the
|
|
@@ -4516,7 +4513,7 @@ const VFilePicker = defineComponent({
|
|
|
4516
4513
|
* in UI libraries that bind data through the .setAttribute() API
|
|
4517
4514
|
* and don't support IDL attribute binding.
|
|
4518
4515
|
*/
|
|
4519
|
-
|
|
4516
|
+
value: { type: String, default: void 0 },
|
|
4520
4517
|
/**
|
|
4521
4518
|
* The name of the element. This element's value will be surfaced during form submission under the provided name.
|
|
4522
4519
|
*/
|
|
@@ -4619,8 +4616,8 @@ const VFilePicker = defineComponent({
|
|
|
4619
4616
|
...this.helperText !== void 0 ? { "helper-text": this.helperText } : {},
|
|
4620
4617
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
4621
4618
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
4622
|
-
...this.
|
|
4623
|
-
...this.
|
|
4619
|
+
...this.initialValue !== void 0 ? { value: this.initialValue } : {},
|
|
4620
|
+
...this.value !== void 0 ? { "current-value": this.value } : {},
|
|
4624
4621
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
4625
4622
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
4626
4623
|
...this.maxFiles !== void 0 ? { "max-files": this.maxFiles } : {},
|
|
@@ -4651,19 +4648,19 @@ const VFilePicker = defineComponent({
|
|
|
4651
4648
|
{
|
|
4652
4649
|
ref: "element",
|
|
4653
4650
|
class: "vvd-component",
|
|
4654
|
-
...this.label !== void 0 ? { label: this.label } : {},
|
|
4655
|
-
...this.errorText !== void 0 ? { "error-text": this.errorText } : {},
|
|
4656
|
-
...this.helperText !== void 0 ? { "helper-text": this.helperText } : {},
|
|
4657
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
4658
|
-
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
4659
|
-
...this.
|
|
4660
|
-
...this.
|
|
4661
|
-
...this.name !== void 0 ? { name: this.name } : {},
|
|
4662
|
-
...this.required !== void 0 ? { required: this.required } : {},
|
|
4663
|
-
...this.maxFiles !== void 0 ? { "max-files": this.maxFiles } : {},
|
|
4664
|
-
...this.maxFileSize !== void 0 ? { "max-file-size": this.maxFileSize } : {},
|
|
4665
|
-
...this.accept !== void 0 ? { accept: this.accept } : {},
|
|
4666
|
-
...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 } : {},
|
|
4667
4664
|
onClick: (event) => this.$emit("click", event),
|
|
4668
4665
|
onFocus: (event) => this.$emit("focus", event),
|
|
4669
4666
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -4774,9 +4771,9 @@ const VHeader = defineComponent({
|
|
|
4774
4771
|
{
|
|
4775
4772
|
ref: "element",
|
|
4776
4773
|
class: "vvd-component",
|
|
4777
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
4778
|
-
...this.elevationShadow !== void 0 ? { "elevation-shadow": this.elevationShadow } : {},
|
|
4779
|
-
...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 } : {},
|
|
4780
4777
|
onClick: (event) => this.$emit("click", event),
|
|
4781
4778
|
onFocus: (event) => this.$emit("focus", event),
|
|
4782
4779
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -4895,10 +4892,10 @@ const VIcon = defineComponent({
|
|
|
4895
4892
|
{
|
|
4896
4893
|
ref: "element",
|
|
4897
4894
|
class: "vvd-component",
|
|
4898
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
4899
|
-
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
4900
|
-
...this.size !== void 0 ? { size: this.size } : {},
|
|
4901
|
-
...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 } : {},
|
|
4902
4899
|
onClick: (event) => this.$emit("click", event),
|
|
4903
4900
|
onFocus: (event) => this.$emit("focus", event),
|
|
4904
4901
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -5030,12 +5027,12 @@ const VLayout = defineComponent({
|
|
|
5030
5027
|
{
|
|
5031
5028
|
ref: "element",
|
|
5032
5029
|
class: "vvd-component",
|
|
5033
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
5034
|
-
...this.gutters !== void 0 ? { gutters: this.gutters } : {},
|
|
5035
|
-
...this.columnBasis !== void 0 ? { "column-basis": this.columnBasis } : {},
|
|
5036
|
-
...this.columnSpacing !== void 0 ? { "column-spacing": this.columnSpacing } : {},
|
|
5037
|
-
...this.rowSpacing !== void 0 ? { "row-spacing": this.rowSpacing } : {},
|
|
5038
|
-
...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 } : {},
|
|
5039
5036
|
onClick: (event) => this.$emit("click", event),
|
|
5040
5037
|
onFocus: (event) => this.$emit("focus", event),
|
|
5041
5038
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -5201,13 +5198,13 @@ const VMenu = defineComponent({
|
|
|
5201
5198
|
{
|
|
5202
5199
|
ref: "element",
|
|
5203
5200
|
class: "vvd-component",
|
|
5204
|
-
...this.anchor !== void 0 ? { anchor: this.anchor } : {},
|
|
5205
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
5206
|
-
...this.ariaLabel !== void 0 ? { "aria-label": this.ariaLabel } : {},
|
|
5207
|
-
...this.placement !== void 0 ? { placement: this.placement } : {},
|
|
5208
|
-
...this.trigger !== void 0 ? { trigger: this.trigger } : {},
|
|
5209
|
-
...this.autoDismiss !== void 0 ? { "auto-dismiss": this.autoDismiss } : {},
|
|
5210
|
-
...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 } : {},
|
|
5211
5208
|
onClick: (event) => this.$emit("click", event),
|
|
5212
5209
|
onFocus: (event) => this.$emit("focus", event),
|
|
5213
5210
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -5406,17 +5403,17 @@ const VMenuItem = defineComponent({
|
|
|
5406
5403
|
{
|
|
5407
5404
|
ref: "element",
|
|
5408
5405
|
class: "vvd-component",
|
|
5409
|
-
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
5410
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
5411
|
-
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
5412
|
-
...this.expanded !== void 0 ? { expanded: this.expanded } : {},
|
|
5413
|
-
...this.role !== void 0 ? { role: this.role } : {},
|
|
5414
|
-
...this.modelValue ?? this.checked !== void 0 ? { checked: this.modelValue ?? this.checked } : {},
|
|
5415
|
-
...this.text !== void 0 ? { text: this.text } : {},
|
|
5416
|
-
...this.textSecondary !== void 0 ? { "text-secondary": this.textSecondary } : {},
|
|
5417
|
-
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
5418
|
-
...this.checkTrailing !== void 0 ? { "check-trailing": this.checkTrailing } : {},
|
|
5419
|
-
...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 } : {},
|
|
5420
5417
|
onClick: (event) => this.$emit("click", event),
|
|
5421
5418
|
onFocus: (event) => this.$emit("focus", event),
|
|
5422
5419
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -5522,7 +5519,7 @@ const VNav = defineComponent({
|
|
|
5522
5519
|
{
|
|
5523
5520
|
ref: "element",
|
|
5524
5521
|
class: "vvd-component",
|
|
5525
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
5522
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
5526
5523
|
onClick: (event) => this.$emit("click", event),
|
|
5527
5524
|
onFocus: (event) => this.$emit("focus", event),
|
|
5528
5525
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -5652,12 +5649,12 @@ const VNavDisclosure = defineComponent({
|
|
|
5652
5649
|
{
|
|
5653
5650
|
ref: "element",
|
|
5654
5651
|
class: "vvd-component",
|
|
5655
|
-
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
5656
|
-
...this.label !== void 0 ? { label: this.label } : {},
|
|
5657
|
-
...this.appearance !== void 0 ? { appearance: this.appearance } : {},
|
|
5658
|
-
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
5659
|
-
...this.open !== void 0 ? { open: this.open } : {},
|
|
5660
|
-
...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 } : {},
|
|
5661
5658
|
onClick: (event) => this.$emit("click", event),
|
|
5662
5659
|
onFocus: (event) => this.$emit("focus", event),
|
|
5663
5660
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -5834,19 +5831,19 @@ const VNavItem = defineComponent({
|
|
|
5834
5831
|
{
|
|
5835
5832
|
ref: "element",
|
|
5836
5833
|
class: "vvd-component",
|
|
5837
|
-
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
5838
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
5839
|
-
...this.download !== void 0 ? { download: this.download } : {},
|
|
5840
|
-
...this.href !== void 0 ? { href: this.href } : {},
|
|
5841
|
-
...this.hreflang !== void 0 ? { hreflang: this.hreflang } : {},
|
|
5842
|
-
...this.ping !== void 0 ? { ping: this.ping } : {},
|
|
5843
|
-
...this.referrerpolicy !== void 0 ? { referrerpolicy: this.referrerpolicy } : {},
|
|
5844
|
-
...this.rel !== void 0 ? { rel: this.rel } : {},
|
|
5845
|
-
...this.target !== void 0 ? { target: this.target } : {},
|
|
5846
|
-
...this.type !== void 0 ? { type: this.type } : {},
|
|
5847
|
-
...this.text !== void 0 ? { text: this.text } : {},
|
|
5848
|
-
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
5849
|
-
...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 } : {},
|
|
5850
5847
|
onClick: (event) => this.$emit("click", event),
|
|
5851
5848
|
onFocus: (event) => this.$emit("focus", event),
|
|
5852
5849
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -5962,10 +5959,10 @@ const VNote = defineComponent({
|
|
|
5962
5959
|
{
|
|
5963
5960
|
ref: "element",
|
|
5964
5961
|
class: "vvd-component",
|
|
5965
|
-
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
5966
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
5967
|
-
...this.headline !== void 0 ? { headline: this.headline } : {},
|
|
5968
|
-
...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 } : {},
|
|
5969
5966
|
onClick: (event) => this.$emit("click", event),
|
|
5970
5967
|
onFocus: (event) => this.$emit("focus", event),
|
|
5971
5968
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -6030,7 +6027,7 @@ const VNumberField = defineComponent({
|
|
|
6030
6027
|
* The initial value of the form. This value sets the `value` property
|
|
6031
6028
|
* only when the `value` property has not been explicitly set.
|
|
6032
6029
|
*/
|
|
6033
|
-
|
|
6030
|
+
initialValue: { type: String, default: void 0 },
|
|
6034
6031
|
/**
|
|
6035
6032
|
* The current value of the element. This property serves as a mechanism
|
|
6036
6033
|
* to set the `value` property through both property assignment and the
|
|
@@ -6038,7 +6035,7 @@ const VNumberField = defineComponent({
|
|
|
6038
6035
|
* in UI libraries that bind data through the .setAttribute() API
|
|
6039
6036
|
* and don't support IDL attribute binding.
|
|
6040
6037
|
*/
|
|
6041
|
-
|
|
6038
|
+
value: { type: String, default: void 0 },
|
|
6042
6039
|
/**
|
|
6043
6040
|
* The current value of the element. This property serves as a mechanism
|
|
6044
6041
|
* to set the `value` property through both property assignment and the
|
|
@@ -6204,8 +6201,8 @@ const VNumberField = defineComponent({
|
|
|
6204
6201
|
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
6205
6202
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
6206
6203
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
6207
|
-
...this.
|
|
6208
|
-
...this.modelValue ?? this.
|
|
6204
|
+
...this.initialValue !== void 0 ? { value: this.initialValue } : {},
|
|
6205
|
+
...this.modelValue ?? this.value !== void 0 ? { "current-value": this.modelValue ?? this.value } : {},
|
|
6209
6206
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
6210
6207
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
6211
6208
|
...this.readonly !== void 0 ? { readonly: this.readonly } : {},
|
|
@@ -6253,33 +6250,33 @@ const VNumberField = defineComponent({
|
|
|
6253
6250
|
{
|
|
6254
6251
|
ref: "element",
|
|
6255
6252
|
class: "vvd-component",
|
|
6256
|
-
...this.successText !== void 0 ? { "success-text": this.successText } : {},
|
|
6257
|
-
...this.helperText !== void 0 ? { "helper-text": this.helperText } : {},
|
|
6258
|
-
...this.charCount !== void 0 ? { "char-count": this.charCount } : {},
|
|
6259
|
-
...this.label !== void 0 ? { label: this.label } : {},
|
|
6260
|
-
...this.errorText !== void 0 ? { "error-text": this.errorText } : {},
|
|
6261
|
-
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
6262
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
6263
|
-
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
6264
|
-
...this.
|
|
6265
|
-
...this.modelValue ?? this.
|
|
6266
|
-
...this.name !== void 0 ? { name: this.name } : {},
|
|
6267
|
-
...this.required !== void 0 ? { required: this.required } : {},
|
|
6268
|
-
...this.readonly !== void 0 ? { readonly: this.readonly } : {},
|
|
6269
|
-
...this.autofocus !== void 0 ? { autofocus: this.autofocus } : {},
|
|
6270
|
-
...this.placeholder !== void 0 ? { placeholder: this.placeholder } : {},
|
|
6271
|
-
...this.list !== void 0 ? { list: this.list } : {},
|
|
6272
|
-
...this.maxlength !== void 0 ? { maxlength: this.maxlength } : {},
|
|
6273
|
-
...this.minlength !== void 0 ? { minlength: this.minlength } : {},
|
|
6274
|
-
...this.size !== void 0 ? { size: this.size } : {},
|
|
6275
|
-
...this.step !== void 0 ? { step: this.step } : {},
|
|
6276
|
-
...this.max !== void 0 ? { max: this.max } : {},
|
|
6277
|
-
...this.min !== void 0 ? { min: this.min } : {},
|
|
6278
|
-
...this.incrementButtonAriaLabel !== void 0 ? { "increment-button-aria-label": this.incrementButtonAriaLabel } : {},
|
|
6279
|
-
...this.decrementButtonAriaLabel !== void 0 ? { "decrement-button-aria-label": this.decrementButtonAriaLabel } : {},
|
|
6280
|
-
...this.appearance !== void 0 ? { appearance: this.appearance } : {},
|
|
6281
|
-
...this.shape !== void 0 ? { shape: this.shape } : {},
|
|
6282
|
-
...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 } : {},
|
|
6283
6280
|
onClick: (event) => this.$emit("click", event),
|
|
6284
6281
|
onFocus: (event) => this.$emit("focus", event),
|
|
6285
6282
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -6335,7 +6332,7 @@ const VOption = defineComponent({
|
|
|
6335
6332
|
* The initial value of the option. This value sets the `value` property
|
|
6336
6333
|
* only when the `value` property has not been explicitly set.
|
|
6337
6334
|
*/
|
|
6338
|
-
|
|
6335
|
+
initialValue: { type: String, default: void 0 },
|
|
6339
6336
|
text: { type: String, default: void 0 },
|
|
6340
6337
|
label: { type: String, default: void 0 }
|
|
6341
6338
|
},
|
|
@@ -6399,7 +6396,7 @@ const VOption = defineComponent({
|
|
|
6399
6396
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
6400
6397
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
6401
6398
|
...this.selected !== void 0 ? { selected: this.selected } : {},
|
|
6402
|
-
...this.
|
|
6399
|
+
...this.initialValue !== void 0 ? { value: this.initialValue } : {},
|
|
6403
6400
|
...this.text !== void 0 ? { text: this.text } : {},
|
|
6404
6401
|
...this.label !== void 0 ? { label: this.label } : {}
|
|
6405
6402
|
},
|
|
@@ -6425,14 +6422,14 @@ const VOption = defineComponent({
|
|
|
6425
6422
|
{
|
|
6426
6423
|
ref: "element",
|
|
6427
6424
|
class: "vvd-component",
|
|
6428
|
-
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
6429
|
-
...this.iconTrailing !== void 0 ? { "icon-trailing": this.iconTrailing } : {},
|
|
6430
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
6431
|
-
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
6432
|
-
...this.selected !== void 0 ? { selected: this.selected } : {},
|
|
6433
|
-
...this.
|
|
6434
|
-
...this.text !== void 0 ? { text: this.text } : {},
|
|
6435
|
-
...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 } : {},
|
|
6436
6433
|
onClick: (event) => this.$emit("click", event),
|
|
6437
6434
|
onFocus: (event) => this.$emit("focus", event),
|
|
6438
6435
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -6561,12 +6558,12 @@ const VPagination = defineComponent({
|
|
|
6561
6558
|
{
|
|
6562
6559
|
ref: "element",
|
|
6563
6560
|
class: "vvd-component",
|
|
6564
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
6565
|
-
...this.size !== void 0 ? { size: this.size } : {},
|
|
6566
|
-
...this.shape !== void 0 ? { shape: this.shape } : {},
|
|
6567
|
-
...this.navIcons !== void 0 ? { "nav-icons": this.navIcons } : {},
|
|
6568
|
-
...this.total !== void 0 ? { total: this.total } : {},
|
|
6569
|
-
...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 } : {},
|
|
6570
6567
|
onClick: (event) => this.$emit("click", event),
|
|
6571
6568
|
onFocus: (event) => this.$emit("focus", event),
|
|
6572
6569
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -6702,15 +6699,15 @@ const VProgress = defineComponent({
|
|
|
6702
6699
|
{
|
|
6703
6700
|
ref: "element",
|
|
6704
6701
|
class: "vvd-component",
|
|
6705
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
6706
|
-
...this.value !== void 0 ? { value: this.value } : {},
|
|
6707
|
-
...this.min !== void 0 ? { min: this.min } : {},
|
|
6708
|
-
...this.max !== void 0 ? { max: this.max } : {},
|
|
6709
|
-
...this.paused !== void 0 ? { paused: this.paused } : {},
|
|
6710
|
-
...this.ariaLabel !== void 0 ? { "aria-label": this.ariaLabel } : {},
|
|
6711
|
-
...this.shape !== void 0 ? { shape: this.shape } : {},
|
|
6712
|
-
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
6713
|
-
...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 } : {},
|
|
6714
6711
|
onClick: (event) => this.$emit("click", event),
|
|
6715
6712
|
onFocus: (event) => this.$emit("focus", event),
|
|
6716
6713
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -6837,14 +6834,14 @@ const VProgressRing = defineComponent({
|
|
|
6837
6834
|
{
|
|
6838
6835
|
ref: "element",
|
|
6839
6836
|
class: "vvd-component",
|
|
6840
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
6841
|
-
...this.value !== void 0 ? { value: this.value } : {},
|
|
6842
|
-
...this.min !== void 0 ? { min: this.min } : {},
|
|
6843
|
-
...this.max !== void 0 ? { max: this.max } : {},
|
|
6844
|
-
...this.paused !== void 0 ? { paused: this.paused } : {},
|
|
6845
|
-
...this.ariaLabel !== void 0 ? { "aria-label": this.ariaLabel } : {},
|
|
6846
|
-
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
6847
|
-
...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 } : {},
|
|
6848
6845
|
onClick: (event) => this.$emit("click", event),
|
|
6849
6846
|
onFocus: (event) => this.$emit("focus", event),
|
|
6850
6847
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -6878,7 +6875,7 @@ const VRadio = defineComponent({
|
|
|
6878
6875
|
* The initial value of the form. This value sets the `value` property
|
|
6879
6876
|
* only when the `value` property has not been explicitly set.
|
|
6880
6877
|
*/
|
|
6881
|
-
|
|
6878
|
+
initialValue: { type: String, default: void 0 },
|
|
6882
6879
|
/**
|
|
6883
6880
|
* The current value of the element. This property serves as a mechanism
|
|
6884
6881
|
* to set the `value` property through both property assignment and the
|
|
@@ -6886,7 +6883,7 @@ const VRadio = defineComponent({
|
|
|
6886
6883
|
* in UI libraries that bind data through the .setAttribute() API
|
|
6887
6884
|
* and don't support IDL attribute binding.
|
|
6888
6885
|
*/
|
|
6889
|
-
|
|
6886
|
+
value: { type: String, default: void 0 },
|
|
6890
6887
|
/**
|
|
6891
6888
|
* The name of the element. This element's value will be surfaced during form submission under the provided name.
|
|
6892
6889
|
*/
|
|
@@ -6898,7 +6895,7 @@ const VRadio = defineComponent({
|
|
|
6898
6895
|
/**
|
|
6899
6896
|
* Provides the default checkedness of the input element
|
|
6900
6897
|
*/
|
|
6901
|
-
|
|
6898
|
+
defaultChecked: { type: Boolean, default: void 0 },
|
|
6902
6899
|
/**
|
|
6903
6900
|
* The current checkedness of the element. This property serves as a mechanism
|
|
6904
6901
|
* to set the `checked` property through both property assignment and the
|
|
@@ -6906,7 +6903,7 @@ const VRadio = defineComponent({
|
|
|
6906
6903
|
* in UI libraries that bind data through the .setAttribute() API
|
|
6907
6904
|
* and don't support IDL attribute binding.
|
|
6908
6905
|
*/
|
|
6909
|
-
|
|
6906
|
+
checked: { type: Boolean, default: void 0 },
|
|
6910
6907
|
/**
|
|
6911
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.
|
|
6912
6909
|
*/
|
|
@@ -6976,12 +6973,12 @@ const VRadio = defineComponent({
|
|
|
6976
6973
|
attrs: {
|
|
6977
6974
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
6978
6975
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
6979
|
-
...this.
|
|
6980
|
-
...this.
|
|
6976
|
+
...this.initialValue !== void 0 ? { value: this.initialValue } : {},
|
|
6977
|
+
...this.value !== void 0 ? { "current-value": this.value } : {},
|
|
6981
6978
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
6982
6979
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
6983
|
-
...this.
|
|
6984
|
-
...this.
|
|
6980
|
+
...this.defaultChecked !== void 0 ? { checked: this.defaultChecked } : {},
|
|
6981
|
+
...this.checked !== void 0 ? { "current-checked": this.checked } : {},
|
|
6985
6982
|
...this.readonly !== void 0 ? { readonly: this.readonly } : {},
|
|
6986
6983
|
...this.ariaLabel !== void 0 ? { "aria-label": this.ariaLabel } : {},
|
|
6987
6984
|
...this.label !== void 0 ? { label: this.label } : {},
|
|
@@ -7006,18 +7003,18 @@ const VRadio = defineComponent({
|
|
|
7006
7003
|
{
|
|
7007
7004
|
ref: "element",
|
|
7008
7005
|
class: "vvd-component",
|
|
7009
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
7010
|
-
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
7011
|
-
...this.
|
|
7012
|
-
...this.
|
|
7013
|
-
...this.name !== void 0 ? { name: this.name } : {},
|
|
7014
|
-
...this.required !== void 0 ? { required: this.required } : {},
|
|
7015
|
-
...this.
|
|
7016
|
-
...this.
|
|
7017
|
-
...this.readonly !== void 0 ? { readonly: this.readonly } : {},
|
|
7018
|
-
...this.ariaLabel !== void 0 ? { "aria-label": this.ariaLabel } : {},
|
|
7019
|
-
...this.label !== void 0 ? { label: this.label } : {},
|
|
7020
|
-
...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 } : {},
|
|
7021
7018
|
onClick: (event) => this.$emit("click", event),
|
|
7022
7019
|
onFocus: (event) => this.$emit("focus", event),
|
|
7023
7020
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -7169,13 +7166,13 @@ const VRadioGroup = defineComponent({
|
|
|
7169
7166
|
{
|
|
7170
7167
|
ref: "element",
|
|
7171
7168
|
class: "vvd-component",
|
|
7172
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
7173
|
-
...this.readonly !== void 0 ? { readonly: this.readonly } : {},
|
|
7174
|
-
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
7175
|
-
...this.name !== void 0 ? { name: this.name } : {},
|
|
7176
|
-
...this.modelValue ?? this.value !== void 0 ? { value: this.modelValue ?? this.value } : {},
|
|
7177
|
-
...this.orientation !== void 0 ? { orientation: this.orientation } : {},
|
|
7178
|
-
...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 } : {},
|
|
7179
7176
|
onClick: (event) => this.$emit("click", event),
|
|
7180
7177
|
onFocus: (event) => this.$emit("focus", event),
|
|
7181
7178
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -7220,7 +7217,7 @@ const VRangeSlider = defineComponent({
|
|
|
7220
7217
|
* The initial value of the form. This value sets the `value` property
|
|
7221
7218
|
* only when the `value` property has not been explicitly set.
|
|
7222
7219
|
*/
|
|
7223
|
-
|
|
7220
|
+
initialValue: { type: String, default: void 0 },
|
|
7224
7221
|
/**
|
|
7225
7222
|
* The current value of the element. This property serves as a mechanism
|
|
7226
7223
|
* to set the `value` property through both property assignment and the
|
|
@@ -7228,7 +7225,7 @@ const VRangeSlider = defineComponent({
|
|
|
7228
7225
|
* in UI libraries that bind data through the .setAttribute() API
|
|
7229
7226
|
* and don't support IDL attribute binding.
|
|
7230
7227
|
*/
|
|
7231
|
-
|
|
7228
|
+
value: { type: String, default: void 0 },
|
|
7232
7229
|
/**
|
|
7233
7230
|
* The name of the element. This element's value will be surfaced during form submission under the provided name.
|
|
7234
7231
|
*/
|
|
@@ -7238,13 +7235,10 @@ const VRangeSlider = defineComponent({
|
|
|
7238
7235
|
*/
|
|
7239
7236
|
required: { type: Boolean, default: void 0 },
|
|
7240
7237
|
/**
|
|
7241
|
-
* The
|
|
7242
|
-
*
|
|
7243
|
-
* .setAttribute() method. This is useful for setting the field's value
|
|
7244
|
-
* in UI libraries that bind data through the .setAttribute() API
|
|
7245
|
-
* and don't support IDL attribute binding.
|
|
7238
|
+
* The initial start value. This value sets the `start` property
|
|
7239
|
+
* only when the `start` property has not been explicitly set.
|
|
7246
7240
|
*/
|
|
7247
|
-
|
|
7241
|
+
initialStart: { type: String, default: void 0 },
|
|
7248
7242
|
/**
|
|
7249
7243
|
* The current start value of the element. This property serves as a mechanism
|
|
7250
7244
|
* to set the `start` property through both property assignment and the
|
|
@@ -7254,13 +7248,10 @@ const VRangeSlider = defineComponent({
|
|
|
7254
7248
|
*/
|
|
7255
7249
|
start: { type: String, default: void 0 },
|
|
7256
7250
|
/**
|
|
7257
|
-
* The
|
|
7258
|
-
*
|
|
7259
|
-
* .setAttribute() method. This is useful for setting the field's value
|
|
7260
|
-
* in UI libraries that bind data through the .setAttribute() API
|
|
7261
|
-
* and don't support IDL attribute binding.
|
|
7251
|
+
* The initial end value. This value sets the `end` property
|
|
7252
|
+
* only when the `end` property has not been explicitly set.
|
|
7262
7253
|
*/
|
|
7263
|
-
|
|
7254
|
+
initialEnd: { type: String, default: void 0 },
|
|
7264
7255
|
/**
|
|
7265
7256
|
* The current end value of the element. This property serves as a mechanism
|
|
7266
7257
|
* to set the `end` property through both property assignment and the
|
|
@@ -7388,12 +7379,14 @@ const VRangeSlider = defineComponent({
|
|
|
7388
7379
|
...this.label !== void 0 ? { label: this.label } : {},
|
|
7389
7380
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
7390
7381
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
7391
|
-
...this.
|
|
7392
|
-
...this.
|
|
7382
|
+
...this.initialValue !== void 0 ? { value: this.initialValue } : {},
|
|
7383
|
+
...this.value !== void 0 ? { "current-value": this.value } : {},
|
|
7393
7384
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
7394
7385
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
7395
|
-
...this.
|
|
7396
|
-
...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 } : {},
|
|
7397
7390
|
...this.min !== void 0 ? { min: this.min } : {},
|
|
7398
7391
|
...this.max !== void 0 ? { max: this.max } : {},
|
|
7399
7392
|
...this.step !== void 0 ? { step: this.step } : {},
|
|
@@ -7430,23 +7423,25 @@ const VRangeSlider = defineComponent({
|
|
|
7430
7423
|
{
|
|
7431
7424
|
ref: "element",
|
|
7432
7425
|
class: "vvd-component",
|
|
7433
|
-
...this.label !== void 0 ? { label: this.label } : {},
|
|
7434
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
7435
|
-
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
7436
|
-
...this.
|
|
7437
|
-
...this.
|
|
7438
|
-
...this.name !== void 0 ? { name: this.name } : {},
|
|
7439
|
-
...this.required !== void 0 ? { required: this.required } : {},
|
|
7440
|
-
...this.
|
|
7441
|
-
...this.
|
|
7442
|
-
...this.
|
|
7443
|
-
...this.
|
|
7444
|
-
...this.
|
|
7445
|
-
...this.
|
|
7446
|
-
...this.
|
|
7447
|
-
...this.
|
|
7448
|
-
...this.
|
|
7449
|
-
...this.
|
|
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 } : {},
|
|
7450
7445
|
onClick: (event) => this.$emit("click", event),
|
|
7451
7446
|
onFocus: (event) => this.$emit("focus", event),
|
|
7452
7447
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -7518,7 +7513,7 @@ const VSelect = defineComponent({
|
|
|
7518
7513
|
* The initial value of the form. This value sets the `value` property
|
|
7519
7514
|
* only when the `value` property has not been explicitly set.
|
|
7520
7515
|
*/
|
|
7521
|
-
|
|
7516
|
+
initialValue: { type: String, default: void 0 },
|
|
7522
7517
|
/**
|
|
7523
7518
|
* The current value of the element. This property serves as a mechanism
|
|
7524
7519
|
* to set the `value` property through both property assignment and the
|
|
@@ -7526,7 +7521,7 @@ const VSelect = defineComponent({
|
|
|
7526
7521
|
* in UI libraries that bind data through the .setAttribute() API
|
|
7527
7522
|
* and don't support IDL attribute binding.
|
|
7528
7523
|
*/
|
|
7529
|
-
|
|
7524
|
+
value: { type: String, default: void 0 },
|
|
7530
7525
|
/**
|
|
7531
7526
|
* The current value of the element. This property serves as a mechanism
|
|
7532
7527
|
* to set the `value` property through both property assignment and the
|
|
@@ -7647,6 +7642,9 @@ const VSelect = defineComponent({
|
|
|
7647
7642
|
},
|
|
7648
7643
|
setDefaultSelectedOption() {
|
|
7649
7644
|
return this.element?.setDefaultSelectedOption();
|
|
7645
|
+
},
|
|
7646
|
+
slottedOptionsChanged(prev, next) {
|
|
7647
|
+
return this.element?.slottedOptionsChanged(prev, next);
|
|
7650
7648
|
}
|
|
7651
7649
|
},
|
|
7652
7650
|
setup(props, ctx) {
|
|
@@ -7669,8 +7667,8 @@ const VSelect = defineComponent({
|
|
|
7669
7667
|
...this.iconTrailing !== void 0 ? { "icon-trailing": this.iconTrailing } : {},
|
|
7670
7668
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
7671
7669
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
7672
|
-
...this.
|
|
7673
|
-
...this.modelValue ?? this.
|
|
7670
|
+
...this.initialValue !== void 0 ? { value: this.initialValue } : {},
|
|
7671
|
+
...this.modelValue ?? this.value !== void 0 ? { "current-value": this.modelValue ?? this.value } : {},
|
|
7674
7672
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
7675
7673
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
7676
7674
|
...this.open !== void 0 ? { open: this.open } : {},
|
|
@@ -7714,25 +7712,25 @@ const VSelect = defineComponent({
|
|
|
7714
7712
|
{
|
|
7715
7713
|
ref: "element",
|
|
7716
7714
|
class: "vvd-component",
|
|
7717
|
-
...this.successText !== void 0 ? { "success-text": this.successText } : {},
|
|
7718
|
-
...this.errorText !== void 0 ? { "error-text": this.errorText } : {},
|
|
7719
|
-
...this.helperText !== void 0 ? { "helper-text": this.helperText } : {},
|
|
7720
|
-
...this.label !== void 0 ? { label: this.label } : {},
|
|
7721
|
-
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
7722
|
-
...this.iconTrailing !== void 0 ? { "icon-trailing": this.iconTrailing } : {},
|
|
7723
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
7724
|
-
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
7725
|
-
...this.
|
|
7726
|
-
...this.modelValue ?? this.
|
|
7727
|
-
...this.name !== void 0 ? { name: this.name } : {},
|
|
7728
|
-
...this.required !== void 0 ? { required: this.required } : {},
|
|
7729
|
-
...this.open !== void 0 ? { open: this.open } : {},
|
|
7730
|
-
...this.position !== void 0 ? { position: this.position } : {},
|
|
7731
|
-
...this.multiple !== void 0 ? { multiple: this.multiple } : {},
|
|
7732
|
-
...this.appearance !== void 0 ? { appearance: this.appearance } : {},
|
|
7733
|
-
...this.shape !== void 0 ? { shape: this.shape } : {},
|
|
7734
|
-
...this.fixedDropdown !== void 0 ? { "fixed-dropdown": this.fixedDropdown } : {},
|
|
7735
|
-
...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 } : {},
|
|
7736
7734
|
onClick: (event) => this.$emit("click", event),
|
|
7737
7735
|
onFocus: (event) => this.$emit("focus", event),
|
|
7738
7736
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -7884,14 +7882,14 @@ const VSelectableBox = defineComponent({
|
|
|
7884
7882
|
{
|
|
7885
7883
|
ref: "element",
|
|
7886
7884
|
class: "vvd-component",
|
|
7887
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
7888
|
-
...this.ariaLabel !== void 0 ? { "aria-label": this.ariaLabel } : {},
|
|
7889
|
-
...this.checked !== void 0 ? { checked: this.checked } : {},
|
|
7890
|
-
...this.clickable !== void 0 ? { clickable: this.clickable } : {},
|
|
7891
|
-
...this.clickableBox !== void 0 ? { "clickable-box": this.clickableBox } : {},
|
|
7892
|
-
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
7893
|
-
...this.controlType !== void 0 ? { "control-type": this.controlType } : {},
|
|
7894
|
-
...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 } : {},
|
|
7895
7893
|
onClick: (event) => this.$emit("click", event),
|
|
7896
7894
|
onFocus: (event) => this.$emit("focus", event),
|
|
7897
7895
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -8020,11 +8018,11 @@ const VSideDrawer = defineComponent({
|
|
|
8020
8018
|
{
|
|
8021
8019
|
ref: "element",
|
|
8022
8020
|
class: "vvd-component",
|
|
8023
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
8024
|
-
...this.alternate !== void 0 ? { alternate: this.alternate } : {},
|
|
8025
|
-
...this.modal !== void 0 ? { modal: this.modal } : {},
|
|
8026
|
-
...this.open !== void 0 ? { open: this.open } : {},
|
|
8027
|
-
...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 } : {},
|
|
8028
8026
|
onClick: (event) => this.$emit("click", event),
|
|
8029
8027
|
onFocus: (event) => this.$emit("focus", event),
|
|
8030
8028
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -8066,7 +8064,7 @@ const VSlider = defineComponent({
|
|
|
8066
8064
|
* The initial value of the form. This value sets the `value` property
|
|
8067
8065
|
* only when the `value` property has not been explicitly set.
|
|
8068
8066
|
*/
|
|
8069
|
-
|
|
8067
|
+
initialValue: { type: String, default: void 0 },
|
|
8070
8068
|
/**
|
|
8071
8069
|
* The current value of the element. This property serves as a mechanism
|
|
8072
8070
|
* to set the `value` property through both property assignment and the
|
|
@@ -8074,7 +8072,7 @@ const VSlider = defineComponent({
|
|
|
8074
8072
|
* in UI libraries that bind data through the .setAttribute() API
|
|
8075
8073
|
* and don't support IDL attribute binding.
|
|
8076
8074
|
*/
|
|
8077
|
-
|
|
8075
|
+
value: { type: String, default: void 0 },
|
|
8078
8076
|
/**
|
|
8079
8077
|
* The current value of the element. This property serves as a mechanism
|
|
8080
8078
|
* to set the `value` property through both property assignment and the
|
|
@@ -8208,8 +8206,8 @@ const VSlider = defineComponent({
|
|
|
8208
8206
|
attrs: {
|
|
8209
8207
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
8210
8208
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
8211
|
-
...this.
|
|
8212
|
-
...this.modelValue ?? this.
|
|
8209
|
+
...this.initialValue !== void 0 ? { value: this.initialValue } : {},
|
|
8210
|
+
...this.modelValue ?? this.value !== void 0 ? { "current-value": this.modelValue ?? this.value } : {},
|
|
8213
8211
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
8214
8212
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
8215
8213
|
...this.readonly !== void 0 ? { readonly: this.readonly } : {},
|
|
@@ -8248,22 +8246,22 @@ const VSlider = defineComponent({
|
|
|
8248
8246
|
{
|
|
8249
8247
|
ref: "element",
|
|
8250
8248
|
class: "vvd-component",
|
|
8251
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
8252
|
-
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
8253
|
-
...this.
|
|
8254
|
-
...this.modelValue ?? this.
|
|
8255
|
-
...this.name !== void 0 ? { name: this.name } : {},
|
|
8256
|
-
...this.required !== void 0 ? { required: this.required } : {},
|
|
8257
|
-
...this.readonly !== void 0 ? { readonly: this.readonly } : {},
|
|
8258
|
-
...this.min !== void 0 ? { min: this.min } : {},
|
|
8259
|
-
...this.max !== void 0 ? { max: this.max } : {},
|
|
8260
|
-
...this.step !== void 0 ? { step: this.step } : {},
|
|
8261
|
-
...this.orientation !== void 0 ? { orientation: this.orientation } : {},
|
|
8262
|
-
...this.mode !== void 0 ? { mode: this.mode } : {},
|
|
8263
|
-
...this.ariaLabel !== void 0 ? { "aria-label": this.ariaLabel } : {},
|
|
8264
|
-
...this.ariaValuetext !== void 0 ? { "aria-valuetext": this.ariaValuetext } : {},
|
|
8265
|
-
...this.markers !== void 0 ? { markers: this.markers } : {},
|
|
8266
|
-
...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 } : {},
|
|
8267
8265
|
onClick: (event) => this.$emit("click", event),
|
|
8268
8266
|
onFocus: (event) => this.$emit("focus", event),
|
|
8269
8267
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -8445,18 +8443,18 @@ const VSplitButton = defineComponent({
|
|
|
8445
8443
|
{
|
|
8446
8444
|
ref: "element",
|
|
8447
8445
|
class: "vvd-component",
|
|
8448
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
8449
|
-
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
8450
|
-
...this.shape !== void 0 ? { shape: this.shape } : {},
|
|
8451
|
-
...this.appearance !== void 0 ? { appearance: this.appearance } : {},
|
|
8452
|
-
...this.size !== void 0 ? { size: this.size } : {},
|
|
8453
|
-
...this.label !== void 0 ? { label: this.label } : {},
|
|
8454
|
-
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
8455
|
-
...this.splitIndicator !== void 0 ? { "split-indicator": this.splitIndicator } : {},
|
|
8456
|
-
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
8457
|
-
...this.ariaLabel !== void 0 ? { "aria-label": this.ariaLabel } : {},
|
|
8458
|
-
...this.ariaExpanded !== void 0 ? { "aria-expanded": this.ariaExpanded } : {},
|
|
8459
|
-
...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 } : {},
|
|
8460
8458
|
onClick: (event) => this.$emit("click", event),
|
|
8461
8459
|
onFocus: (event) => this.$emit("focus", event),
|
|
8462
8460
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -8498,7 +8496,7 @@ const VSwitch = defineComponent({
|
|
|
8498
8496
|
* The initial value of the form. This value sets the `value` property
|
|
8499
8497
|
* only when the `value` property has not been explicitly set.
|
|
8500
8498
|
*/
|
|
8501
|
-
|
|
8499
|
+
initialValue: { type: String, default: void 0 },
|
|
8502
8500
|
/**
|
|
8503
8501
|
* The current value of the element. This property serves as a mechanism
|
|
8504
8502
|
* to set the `value` property through both property assignment and the
|
|
@@ -8506,7 +8504,7 @@ const VSwitch = defineComponent({
|
|
|
8506
8504
|
* in UI libraries that bind data through the .setAttribute() API
|
|
8507
8505
|
* and don't support IDL attribute binding.
|
|
8508
8506
|
*/
|
|
8509
|
-
|
|
8507
|
+
value: { type: String, default: void 0 },
|
|
8510
8508
|
/**
|
|
8511
8509
|
* The name of the element. This element's value will be surfaced during form submission under the provided name.
|
|
8512
8510
|
*/
|
|
@@ -8518,7 +8516,7 @@ const VSwitch = defineComponent({
|
|
|
8518
8516
|
/**
|
|
8519
8517
|
* Provides the default checkedness of the input element
|
|
8520
8518
|
*/
|
|
8521
|
-
|
|
8519
|
+
defaultChecked: { type: Boolean, default: void 0 },
|
|
8522
8520
|
/**
|
|
8523
8521
|
* The current checkedness of the element. This property serves as a mechanism
|
|
8524
8522
|
* to set the `checked` property through both property assignment and the
|
|
@@ -8526,7 +8524,7 @@ const VSwitch = defineComponent({
|
|
|
8526
8524
|
* in UI libraries that bind data through the .setAttribute() API
|
|
8527
8525
|
* and don't support IDL attribute binding.
|
|
8528
8526
|
*/
|
|
8529
|
-
|
|
8527
|
+
checked: { type: Boolean, default: void 0 },
|
|
8530
8528
|
/**
|
|
8531
8529
|
* The current checkedness of the element. This property serves as a mechanism
|
|
8532
8530
|
* to set the `checked` property through both property assignment and the
|
|
@@ -8608,12 +8606,12 @@ const VSwitch = defineComponent({
|
|
|
8608
8606
|
attrs: {
|
|
8609
8607
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
8610
8608
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
8611
|
-
...this.
|
|
8612
|
-
...this.
|
|
8609
|
+
...this.initialValue !== void 0 ? { value: this.initialValue } : {},
|
|
8610
|
+
...this.value !== void 0 ? { "current-value": this.value } : {},
|
|
8613
8611
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
8614
8612
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
8615
|
-
...this.
|
|
8616
|
-
...this.modelValue ?? this.
|
|
8613
|
+
...this.defaultChecked !== void 0 ? { checked: this.defaultChecked } : {},
|
|
8614
|
+
...this.modelValue ?? this.checked !== void 0 ? { "current-checked": this.modelValue ?? this.checked } : {},
|
|
8617
8615
|
...this.readonly !== void 0 ? { readonly: this.readonly } : {},
|
|
8618
8616
|
...this.label !== void 0 ? { label: this.label } : {},
|
|
8619
8617
|
...this.connotation !== void 0 ? { connotation: this.connotation } : {}
|
|
@@ -8643,17 +8641,17 @@ const VSwitch = defineComponent({
|
|
|
8643
8641
|
{
|
|
8644
8642
|
ref: "element",
|
|
8645
8643
|
class: "vvd-component",
|
|
8646
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
8647
|
-
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
8648
|
-
...this.
|
|
8649
|
-
...this.
|
|
8650
|
-
...this.name !== void 0 ? { name: this.name } : {},
|
|
8651
|
-
...this.required !== void 0 ? { required: this.required } : {},
|
|
8652
|
-
...this.
|
|
8653
|
-
...this.modelValue ?? this.
|
|
8654
|
-
...this.readonly !== void 0 ? { readonly: this.readonly } : {},
|
|
8655
|
-
...this.label !== void 0 ? { label: this.label } : {},
|
|
8656
|
-
...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 } : {},
|
|
8657
8655
|
onClick: (event) => this.$emit("click", event),
|
|
8658
8656
|
onFocus: (event) => this.$emit("focus", event),
|
|
8659
8657
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -8717,7 +8715,7 @@ const VTab = defineComponent({
|
|
|
8717
8715
|
* Indicates the tab's label.
|
|
8718
8716
|
*/
|
|
8719
8717
|
label: { type: String, default: void 0 },
|
|
8720
|
-
tabIndex: { type:
|
|
8718
|
+
tabIndex: { type: Number, default: void 0 },
|
|
8721
8719
|
ariaSelected: { type: String, default: void 0 }
|
|
8722
8720
|
},
|
|
8723
8721
|
emits: [
|
|
@@ -8797,15 +8795,15 @@ const VTab = defineComponent({
|
|
|
8797
8795
|
{
|
|
8798
8796
|
ref: "element",
|
|
8799
8797
|
class: "vvd-component",
|
|
8800
|
-
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
8801
|
-
...this.iconTrailing !== void 0 ? { "icon-trailing": this.iconTrailing } : {},
|
|
8802
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
8803
|
-
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
8804
|
-
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
8805
|
-
...this.shape !== void 0 ? { shape: this.shape } : {},
|
|
8806
|
-
...this.label !== void 0 ? { label: this.label } : {},
|
|
8807
|
-
...this.tabIndex !== void 0 ? { tabIndex: this.tabIndex } : {},
|
|
8808
|
-
...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 } : {},
|
|
8809
8807
|
onClick: (event) => this.$emit("click", event),
|
|
8810
8808
|
onFocus: (event) => this.$emit("focus", event),
|
|
8811
8809
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -8899,7 +8897,7 @@ const VTabPanel = defineComponent({
|
|
|
8899
8897
|
{
|
|
8900
8898
|
ref: "element",
|
|
8901
8899
|
class: "vvd-component",
|
|
8902
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
8900
|
+
...this.ariaCurrent !== void 0 ? { "^aria-current": this.ariaCurrent } : {},
|
|
8903
8901
|
onClick: (event) => this.$emit("click", event),
|
|
8904
8902
|
onFocus: (event) => this.$emit("focus", event),
|
|
8905
8903
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -9061,13 +9059,13 @@ const VTabs = defineComponent({
|
|
|
9061
9059
|
{
|
|
9062
9060
|
ref: "element",
|
|
9063
9061
|
class: "vvd-component",
|
|
9064
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
9065
|
-
...this.orientation !== void 0 ? { orientation: this.orientation } : {},
|
|
9066
|
-
...this.activeid !== void 0 ? { activeid: this.activeid } : {},
|
|
9067
|
-
...this.activeindicator !== void 0 ? { activeindicator: this.activeindicator } : {},
|
|
9068
|
-
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
9069
|
-
...this.gutters !== void 0 ? { gutters: this.gutters } : {},
|
|
9070
|
-
...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 } : {},
|
|
9071
9069
|
onClick: (event) => this.$emit("click", event),
|
|
9072
9070
|
onFocus: (event) => this.$emit("focus", event),
|
|
9073
9071
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -9238,16 +9236,16 @@ const VTag = defineComponent({
|
|
|
9238
9236
|
{
|
|
9239
9237
|
ref: "element",
|
|
9240
9238
|
class: "vvd-component",
|
|
9241
|
-
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
9242
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
9243
|
-
...this.connotation !== void 0 ? { connotation: this.connotation } : {},
|
|
9244
|
-
...this.shape !== void 0 ? { shape: this.shape } : {},
|
|
9245
|
-
...this.appearance !== void 0 ? { appearance: this.appearance } : {},
|
|
9246
|
-
...this.label !== void 0 ? { label: this.label } : {},
|
|
9247
|
-
...this.removable !== void 0 ? { removable: this.removable } : {},
|
|
9248
|
-
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
9249
|
-
...this.selectable !== void 0 ? { selectable: this.selectable } : {},
|
|
9250
|
-
...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 } : {},
|
|
9251
9249
|
onClick: (event) => this.$emit("click", event),
|
|
9252
9250
|
onFocus: (event) => this.$emit("focus", event),
|
|
9253
9251
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -9345,8 +9343,8 @@ const VTagGroup = defineComponent({
|
|
|
9345
9343
|
{
|
|
9346
9344
|
ref: "element",
|
|
9347
9345
|
class: "vvd-component",
|
|
9348
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
9349
|
-
...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 } : {},
|
|
9350
9348
|
onClick: (event) => this.$emit("click", event),
|
|
9351
9349
|
onFocus: (event) => this.$emit("focus", event),
|
|
9352
9350
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -9404,7 +9402,7 @@ const VTextArea = defineComponent({
|
|
|
9404
9402
|
* The initial value of the form. This value sets the `value` property
|
|
9405
9403
|
* only when the `value` property has not been explicitly set.
|
|
9406
9404
|
*/
|
|
9407
|
-
|
|
9405
|
+
initialValue: { type: String, default: void 0 },
|
|
9408
9406
|
/**
|
|
9409
9407
|
* The current value of the element. This property serves as a mechanism
|
|
9410
9408
|
* to set the `value` property through both property assignment and the
|
|
@@ -9412,7 +9410,7 @@ const VTextArea = defineComponent({
|
|
|
9412
9410
|
* in UI libraries that bind data through the .setAttribute() API
|
|
9413
9411
|
* and don't support IDL attribute binding.
|
|
9414
9412
|
*/
|
|
9415
|
-
|
|
9413
|
+
value: { type: String, default: void 0 },
|
|
9416
9414
|
/**
|
|
9417
9415
|
* The current value of the element. This property serves as a mechanism
|
|
9418
9416
|
* to set the `value` property through both property assignment and the
|
|
@@ -9560,8 +9558,8 @@ const VTextArea = defineComponent({
|
|
|
9560
9558
|
...this.label !== void 0 ? { label: this.label } : {},
|
|
9561
9559
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
9562
9560
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
9563
|
-
...this.
|
|
9564
|
-
...this.modelValue ?? this.
|
|
9561
|
+
...this.initialValue !== void 0 ? { value: this.initialValue } : {},
|
|
9562
|
+
...this.modelValue ?? this.value !== void 0 ? { "current-value": this.modelValue ?? this.value } : {},
|
|
9565
9563
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
9566
9564
|
...this.readOnly !== void 0 ? { readOnly: this.readOnly } : {},
|
|
9567
9565
|
...this.resize !== void 0 ? { resize: this.resize } : {},
|
|
@@ -9606,29 +9604,29 @@ const VTextArea = defineComponent({
|
|
|
9606
9604
|
{
|
|
9607
9605
|
ref: "element",
|
|
9608
9606
|
class: "vvd-component",
|
|
9609
|
-
...this.successText !== void 0 ? { "success-text": this.successText } : {},
|
|
9610
|
-
...this.helperText !== void 0 ? { "helper-text": this.helperText } : {},
|
|
9611
|
-
...this.charCount !== void 0 ? { "char-count": this.charCount } : {},
|
|
9612
|
-
...this.errorText !== void 0 ? { "error-text": this.errorText } : {},
|
|
9613
|
-
...this.label !== void 0 ? { label: this.label } : {},
|
|
9614
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
9615
|
-
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
9616
|
-
...this.
|
|
9617
|
-
...this.modelValue ?? this.
|
|
9618
|
-
...this.required !== void 0 ? { required: this.required } : {},
|
|
9619
|
-
...this.readOnly !== void 0 ? { readOnly: this.readOnly } : {},
|
|
9620
|
-
...this.resize !== void 0 ? { resize: this.resize } : {},
|
|
9621
|
-
...this.autofocus !== void 0 ? { autofocus: this.autofocus } : {},
|
|
9622
|
-
...this.form !== void 0 ? { form: this.form } : {},
|
|
9623
|
-
...this.list !== void 0 ? { list: this.list } : {},
|
|
9624
|
-
...this.maxlength !== void 0 ? { maxlength: this.maxlength } : {},
|
|
9625
|
-
...this.minlength !== void 0 ? { minlength: this.minlength } : {},
|
|
9626
|
-
...this.name !== void 0 ? { name: this.name } : {},
|
|
9627
|
-
...this.placeholder !== void 0 ? { placeholder: this.placeholder } : {},
|
|
9628
|
-
...this.cols !== void 0 ? { cols: this.cols } : {},
|
|
9629
|
-
...this.rows !== void 0 ? { rows: this.rows } : {},
|
|
9630
|
-
...this.spellcheck !== void 0 ? { spellcheck: this.spellcheck } : {},
|
|
9631
|
-
...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 } : {},
|
|
9632
9630
|
onClick: (event) => this.$emit("click", event),
|
|
9633
9631
|
onFocus: (event) => this.$emit("focus", event),
|
|
9634
9632
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -9700,7 +9698,7 @@ const VTextField = defineComponent({
|
|
|
9700
9698
|
* The initial value of the form. This value sets the `value` property
|
|
9701
9699
|
* only when the `value` property has not been explicitly set.
|
|
9702
9700
|
*/
|
|
9703
|
-
|
|
9701
|
+
initialValue: { type: String, default: void 0 },
|
|
9704
9702
|
/**
|
|
9705
9703
|
* The current value of the element. This property serves as a mechanism
|
|
9706
9704
|
* to set the `value` property through both property assignment and the
|
|
@@ -9708,7 +9706,7 @@ const VTextField = defineComponent({
|
|
|
9708
9706
|
* in UI libraries that bind data through the .setAttribute() API
|
|
9709
9707
|
* and don't support IDL attribute binding.
|
|
9710
9708
|
*/
|
|
9711
|
-
|
|
9709
|
+
value: { type: String, default: void 0 },
|
|
9712
9710
|
/**
|
|
9713
9711
|
* The current value of the element. This property serves as a mechanism
|
|
9714
9712
|
* to set the `value` property through both property assignment and the
|
|
@@ -9854,8 +9852,8 @@ const VTextField = defineComponent({
|
|
|
9854
9852
|
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
9855
9853
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
9856
9854
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
9857
|
-
...this.
|
|
9858
|
-
...this.modelValue ?? this.
|
|
9855
|
+
...this.initialValue !== void 0 ? { value: this.initialValue } : {},
|
|
9856
|
+
...this.modelValue ?? this.value !== void 0 ? { "current-value": this.modelValue ?? this.value } : {},
|
|
9859
9857
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
9860
9858
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
9861
9859
|
...this.readonly !== void 0 ? { readonly: this.readonly } : {},
|
|
@@ -9908,31 +9906,31 @@ const VTextField = defineComponent({
|
|
|
9908
9906
|
{
|
|
9909
9907
|
ref: "element",
|
|
9910
9908
|
class: "vvd-component",
|
|
9911
|
-
...this.successText !== void 0 ? { "success-text": this.successText } : {},
|
|
9912
|
-
...this.helperText !== void 0 ? { "helper-text": this.helperText } : {},
|
|
9913
|
-
...this.charCount !== void 0 ? { "char-count": this.charCount } : {},
|
|
9914
|
-
...this.label !== void 0 ? { label: this.label } : {},
|
|
9915
|
-
...this.errorText !== void 0 ? { "error-text": this.errorText } : {},
|
|
9916
|
-
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
9917
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
9918
|
-
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
9919
|
-
...this.
|
|
9920
|
-
...this.modelValue ?? this.
|
|
9921
|
-
...this.name !== void 0 ? { name: this.name } : {},
|
|
9922
|
-
...this.required !== void 0 ? { required: this.required } : {},
|
|
9923
|
-
...this.readonly !== void 0 ? { readonly: this.readonly } : {},
|
|
9924
|
-
...this.autofocus !== void 0 ? { autofocus: this.autofocus } : {},
|
|
9925
|
-
...this.placeholder !== void 0 ? { placeholder: this.placeholder } : {},
|
|
9926
|
-
...this.type !== void 0 ? { type: this.type } : {},
|
|
9927
|
-
...this.list !== void 0 ? { list: this.list } : {},
|
|
9928
|
-
...this.maxlength !== void 0 ? { maxlength: this.maxlength } : {},
|
|
9929
|
-
...this.minlength !== void 0 ? { minlength: this.minlength } : {},
|
|
9930
|
-
...this.pattern !== void 0 ? { pattern: this.pattern } : {},
|
|
9931
|
-
...this.size !== void 0 ? { size: this.size } : {},
|
|
9932
|
-
...this.spellcheck !== void 0 ? { spellcheck: this.spellcheck } : {},
|
|
9933
|
-
...this.appearance !== void 0 ? { appearance: this.appearance } : {},
|
|
9934
|
-
...this.shape !== void 0 ? { shape: this.shape } : {},
|
|
9935
|
-
...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 } : {},
|
|
9936
9934
|
onClick: (event) => this.$emit("click", event),
|
|
9937
9935
|
onFocus: (event) => this.$emit("focus", event),
|
|
9938
9936
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -9998,7 +9996,7 @@ const VTimePicker = defineComponent({
|
|
|
9998
9996
|
* The initial value of the form. This value sets the `value` property
|
|
9999
9997
|
* only when the `value` property has not been explicitly set.
|
|
10000
9998
|
*/
|
|
10001
|
-
|
|
9999
|
+
initialValue: { type: String, default: void 0 },
|
|
10002
10000
|
/**
|
|
10003
10001
|
* The current value of the element. This property serves as a mechanism
|
|
10004
10002
|
* to set the `value` property through both property assignment and the
|
|
@@ -10006,7 +10004,7 @@ const VTimePicker = defineComponent({
|
|
|
10006
10004
|
* in UI libraries that bind data through the .setAttribute() API
|
|
10007
10005
|
* and don't support IDL attribute binding.
|
|
10008
10006
|
*/
|
|
10009
|
-
|
|
10007
|
+
value: { type: String, default: void 0 },
|
|
10010
10008
|
/**
|
|
10011
10009
|
* The current value of the element. This property serves as a mechanism
|
|
10012
10010
|
* to set the `value` property through both property assignment and the
|
|
@@ -10108,8 +10106,8 @@ const VTimePicker = defineComponent({
|
|
|
10108
10106
|
...this.errorText !== void 0 ? { "error-text": this.errorText } : {},
|
|
10109
10107
|
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
10110
10108
|
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
10111
|
-
...this.
|
|
10112
|
-
...this.modelValue ?? this.
|
|
10109
|
+
...this.initialValue !== void 0 ? { value: this.initialValue } : {},
|
|
10110
|
+
...this.modelValue ?? this.value !== void 0 ? { "current-value": this.modelValue ?? this.value } : {},
|
|
10113
10111
|
...this.name !== void 0 ? { name: this.name } : {},
|
|
10114
10112
|
...this.required !== void 0 ? { required: this.required } : {},
|
|
10115
10113
|
...this.readonly !== void 0 ? { readonly: this.readonly } : {},
|
|
@@ -10148,21 +10146,21 @@ const VTimePicker = defineComponent({
|
|
|
10148
10146
|
{
|
|
10149
10147
|
ref: "element",
|
|
10150
10148
|
class: "vvd-component",
|
|
10151
|
-
...this.helperText !== void 0 ? { "helper-text": this.helperText } : {},
|
|
10152
|
-
...this.label !== void 0 ? { label: this.label } : {},
|
|
10153
|
-
...this.errorText !== void 0 ? { "error-text": this.errorText } : {},
|
|
10154
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
10155
|
-
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
10156
|
-
...this.
|
|
10157
|
-
...this.modelValue ?? this.
|
|
10158
|
-
...this.name !== void 0 ? { name: this.name } : {},
|
|
10159
|
-
...this.required !== void 0 ? { required: this.required } : {},
|
|
10160
|
-
...this.readonly !== void 0 ? { readonly: this.readonly } : {},
|
|
10161
|
-
...this.minutesStep !== void 0 ? { "minutes-step": this.minutesStep } : {},
|
|
10162
|
-
...this.secondsStep !== void 0 ? { "seconds-step": this.secondsStep } : {},
|
|
10163
|
-
...this.clock !== void 0 ? { clock: this.clock } : {},
|
|
10164
|
-
...this.min !== void 0 ? { min: this.min } : {},
|
|
10165
|
-
...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 } : {},
|
|
10166
10164
|
onClick: (event) => this.$emit("click", event),
|
|
10167
10165
|
onFocus: (event) => this.$emit("focus", event),
|
|
10168
10166
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -10306,12 +10304,12 @@ const VToggletip = defineComponent({
|
|
|
10306
10304
|
{
|
|
10307
10305
|
ref: "element",
|
|
10308
10306
|
class: "vvd-component",
|
|
10309
|
-
...this.anchor !== void 0 ? { anchor: this.anchor } : {},
|
|
10310
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
10311
|
-
...this.headline !== void 0 ? { headline: this.headline } : {},
|
|
10312
|
-
...this.alternate !== void 0 ? { alternate: this.alternate } : {},
|
|
10313
|
-
...this.placement !== void 0 ? { placement: this.placement } : {},
|
|
10314
|
-
...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 } : {},
|
|
10315
10313
|
onClick: (event) => this.$emit("click", event),
|
|
10316
10314
|
onFocus: (event) => this.$emit("focus", event),
|
|
10317
10315
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -10434,11 +10432,11 @@ const VTooltip = defineComponent({
|
|
|
10434
10432
|
{
|
|
10435
10433
|
ref: "element",
|
|
10436
10434
|
class: "vvd-component",
|
|
10437
|
-
...this.anchor !== void 0 ? { anchor: this.anchor } : {},
|
|
10438
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
10439
|
-
...this.text !== void 0 ? { text: this.text } : {},
|
|
10440
|
-
...this.placement !== void 0 ? { placement: this.placement } : {},
|
|
10441
|
-
...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 } : {},
|
|
10442
10440
|
onClick: (event) => this.$emit("click", event),
|
|
10443
10441
|
onFocus: (event) => this.$emit("focus", event),
|
|
10444
10442
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -10576,12 +10574,12 @@ const VTreeItem = defineComponent({
|
|
|
10576
10574
|
{
|
|
10577
10575
|
ref: "element",
|
|
10578
10576
|
class: "vvd-component",
|
|
10579
|
-
...this.icon !== void 0 ? { icon: this.icon } : {},
|
|
10580
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
10581
|
-
...this.expanded !== void 0 ? { expanded: this.expanded } : {},
|
|
10582
|
-
...this.selected !== void 0 ? { selected: this.selected } : {},
|
|
10583
|
-
...this.disabled !== void 0 ? { disabled: this.disabled } : {},
|
|
10584
|
-
...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 } : {},
|
|
10585
10583
|
onClick: (event) => this.$emit("click", event),
|
|
10586
10584
|
onFocus: (event) => this.$emit("focus", event),
|
|
10587
10585
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -10688,8 +10686,8 @@ const VTreeView = defineComponent({
|
|
|
10688
10686
|
{
|
|
10689
10687
|
ref: "element",
|
|
10690
10688
|
class: "vvd-component",
|
|
10691
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
10692
|
-
...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 } : {},
|
|
10693
10691
|
onClick: (event) => this.$emit("click", event),
|
|
10694
10692
|
onFocus: (event) => this.$emit("focus", event),
|
|
10695
10693
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -10835,13 +10833,13 @@ const VVideoPlayer = defineComponent({
|
|
|
10835
10833
|
{
|
|
10836
10834
|
ref: "element",
|
|
10837
10835
|
class: "vvd-component",
|
|
10838
|
-
...this.ariaCurrent !== void 0 ? { "aria-current": this.ariaCurrent } : {},
|
|
10839
|
-
...this.poster !== void 0 ? { poster: this.poster } : {},
|
|
10840
|
-
...this.src !== void 0 ? { src: this.src } : {},
|
|
10841
|
-
...this.autoplay !== void 0 ? { autoplay: this.autoplay } : {},
|
|
10842
|
-
...this.loop !== void 0 ? { loop: this.loop } : {},
|
|
10843
|
-
...this.playbackRates !== void 0 ? { "playback-rates": this.playbackRates } : {},
|
|
10844
|
-
...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 } : {},
|
|
10845
10843
|
onClick: (event) => this.$emit("click", event),
|
|
10846
10844
|
onFocus: (event) => this.$emit("focus", event),
|
|
10847
10845
|
onBlur: (event) => this.$emit("blur", event),
|
|
@@ -12084,17 +12082,17 @@ var Icon = /* @__PURE__ */ ((Icon2) => {
|
|
|
12084
12082
|
return Icon2;
|
|
12085
12083
|
})(Icon || {});
|
|
12086
12084
|
|
|
12087
|
-
const tokensThemeLightCss = "/**\n * Do not edit directly\n * Generated on Tue, 18 Jun 2024 12:08:56 GMT\n */\n/**\n * Do not edit directly\n * Generated on Tue, 18 Jun 2024 12:08:56 GMT\n */\n/**\n * Do not edit directly\n * Generated on Tue, 18 Jun 2024 12:08:56 GMT\n */\n/**\n * Do not edit directly\n * Generated on Tue, 18 Jun 2024 12:08:56 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";
|
|
12088
12086
|
|
|
12089
|
-
const tokensThemeDarkCss = "/**\n * Do not edit directly\n * Generated on Tue, 18 Jun 2024 12:08:56 GMT\n */\n/**\n * Do not edit directly\n * Generated on Tue, 18 Jun 2024 12:08:56 GMT\n */\n/**\n * Do not edit directly\n * Generated on Tue, 18 Jun 2024 12:08:56 GMT\n */\n/**\n * Do not edit directly\n * Generated on Tue, 18 Jun 2024 12:08:56 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";
|
|
12090
12088
|
|
|
12091
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";
|
|
12092
12090
|
|
|
12093
|
-
const tokensVivid2CompatCss = "/**\n * Do not edit directly\n * Generated on Tue,
|
|
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";
|
|
12094
12092
|
|
|
12095
|
-
const coreThemeCss = "/**\n * Do not edit directly\n * Generated on Tue,
|
|
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";
|
|
12096
12094
|
|
|
12097
|
-
const coreTypographyCss = "/**\n * Do not edit directly\n * Generated on Tue,
|
|
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";
|
|
12098
12096
|
|
|
12099
12097
|
const theme = {
|
|
12100
12098
|
name: "core/theme",
|