@vonage/vivid-vue 4.24.0 → 4.26.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.
Files changed (121) hide show
  1. package/generated/components/VAccordionItem.vue3.d.ts +9 -1
  2. package/generated/components/VAlert.vue3.d.ts +1 -1
  3. package/generated/components/VBadge.types.d.ts +4 -0
  4. package/generated/components/VBadge.vue2.d.ts +15 -0
  5. package/generated/components/VBadge.vue3.d.ts +16 -1
  6. package/generated/components/VBanner.vue3.d.ts +1 -1
  7. package/generated/components/VBreadcrumbItem.types.d.ts +8 -12
  8. package/generated/components/VBreadcrumbItem.vue2.d.ts +16 -31
  9. package/generated/components/VBreadcrumbItem.vue3.d.ts +16 -31
  10. package/generated/components/VButton.types.d.ts +10 -14
  11. package/generated/components/VButton.vue2.d.ts +29 -28
  12. package/generated/components/VButton.vue3.d.ts +30 -29
  13. package/generated/components/VCard.types.d.ts +36 -0
  14. package/generated/components/VCard.vue2.d.ts +135 -0
  15. package/generated/components/VCard.vue3.d.ts +135 -0
  16. package/generated/components/VCheckbox.types.d.ts +11 -21
  17. package/generated/components/VCheckbox.vue2.d.ts +31 -42
  18. package/generated/components/VCheckbox.vue3.d.ts +31 -42
  19. package/generated/components/VCombobox.types.d.ts +8 -15
  20. package/generated/components/VCombobox.vue2.d.ts +27 -56
  21. package/generated/components/VCombobox.vue3.d.ts +27 -57
  22. package/generated/components/VDataGridCell.types.d.ts +9 -0
  23. package/generated/components/VDataGridCell.vue2.d.ts +30 -1
  24. package/generated/components/VDataGridCell.vue3.d.ts +33 -2
  25. package/generated/components/VDataGridRow.types.d.ts +4 -0
  26. package/generated/components/VDataGridRow.vue2.d.ts +16 -1
  27. package/generated/components/VDataGridRow.vue3.d.ts +16 -1
  28. package/generated/components/VDatePicker.types.d.ts +10 -4
  29. package/generated/components/VDatePicker.vue2.d.ts +38 -9
  30. package/generated/components/VDatePicker.vue3.d.ts +38 -9
  31. package/generated/components/VDateRangePicker.types.d.ts +9 -3
  32. package/generated/components/VDateRangePicker.vue2.d.ts +36 -7
  33. package/generated/components/VDateRangePicker.vue3.d.ts +36 -7
  34. package/generated/components/VDateTimePicker.types.d.ts +10 -4
  35. package/generated/components/VDateTimePicker.vue2.d.ts +38 -9
  36. package/generated/components/VDateTimePicker.vue3.d.ts +38 -9
  37. package/generated/components/VDialPad.types.d.ts +4 -0
  38. package/generated/components/VDialPad.vue2.d.ts +19 -0
  39. package/generated/components/VDialPad.vue3.d.ts +19 -0
  40. package/generated/components/VDialog.types.d.ts +4 -0
  41. package/generated/components/VDialog.vue2.d.ts +15 -0
  42. package/generated/components/VDialog.vue3.d.ts +15 -0
  43. package/generated/components/VDivider.types.d.ts +1 -1
  44. package/generated/components/VDivider.vue2.d.ts +3 -3
  45. package/generated/components/VDivider.vue3.d.ts +3 -3
  46. package/generated/components/VEmptyState.types.d.ts +0 -3
  47. package/generated/components/VEmptyState.vue2.d.ts +0 -6
  48. package/generated/components/VEmptyState.vue3.d.ts +0 -6
  49. package/generated/components/VFab.types.d.ts +2 -6
  50. package/generated/components/VFab.vue2.d.ts +13 -12
  51. package/generated/components/VFab.vue3.d.ts +14 -13
  52. package/generated/components/VFilePicker.types.d.ts +5 -8
  53. package/generated/components/VFilePicker.vue2.d.ts +19 -16
  54. package/generated/components/VFilePicker.vue3.d.ts +19 -16
  55. package/generated/components/VIcon.types.d.ts +4 -0
  56. package/generated/components/VIcon.vue2.d.ts +15 -0
  57. package/generated/components/VIcon.vue3.d.ts +15 -0
  58. package/generated/components/VMenuItem.types.d.ts +8 -4
  59. package/generated/components/VMenuItem.vue2.d.ts +15 -0
  60. package/generated/components/VMenuItem.vue3.d.ts +17 -2
  61. package/generated/components/VNavDisclosure.types.d.ts +4 -0
  62. package/generated/components/VNavDisclosure.vue2.d.ts +15 -0
  63. package/generated/components/VNavDisclosure.vue3.d.ts +16 -1
  64. package/generated/components/VNavItem.types.d.ts +14 -14
  65. package/generated/components/VNavItem.vue2.d.ts +34 -36
  66. package/generated/components/VNavItem.vue3.d.ts +35 -37
  67. package/generated/components/VNote.vue3.d.ts +1 -1
  68. package/generated/components/VNumberField.types.d.ts +7 -18
  69. package/generated/components/VNumberField.vue2.d.ts +23 -43
  70. package/generated/components/VNumberField.vue3.d.ts +23 -43
  71. package/generated/components/VOption.vue2.d.ts +1 -1
  72. package/generated/components/VOption.vue3.d.ts +2 -2
  73. package/generated/components/VProgressRing.types.d.ts +1 -1
  74. package/generated/components/VProgressRing.vue2.d.ts +3 -3
  75. package/generated/components/VProgressRing.vue3.d.ts +3 -3
  76. package/generated/components/VRadio.types.d.ts +11 -14
  77. package/generated/components/VRadio.vue2.d.ts +40 -29
  78. package/generated/components/VRadio.vue3.d.ts +40 -29
  79. package/generated/components/VRadioGroup.types.d.ts +11 -1
  80. package/generated/components/VRadioGroup.vue2.d.ts +43 -2
  81. package/generated/components/VRadioGroup.vue3.d.ts +47 -2
  82. package/generated/components/VRangeSlider.types.d.ts +2 -6
  83. package/generated/components/VRangeSlider.vue2.d.ts +13 -12
  84. package/generated/components/VRangeSlider.vue3.d.ts +13 -12
  85. package/generated/components/VRichTextEditor.vue2.d.ts +6 -0
  86. package/generated/components/VRichTextEditor.vue3.d.ts +6 -0
  87. package/generated/components/VSearchableSelect.types.d.ts +7 -14
  88. package/generated/components/VSearchableSelect.vue2.d.ts +25 -29
  89. package/generated/components/VSearchableSelect.vue3.d.ts +26 -30
  90. package/generated/components/VSelect.types.d.ts +7 -14
  91. package/generated/components/VSelect.vue2.d.ts +23 -29
  92. package/generated/components/VSelect.vue3.d.ts +24 -30
  93. package/generated/components/VSelectableBox.types.d.ts +0 -3
  94. package/generated/components/VSelectableBox.vue2.d.ts +1 -7
  95. package/generated/components/VSelectableBox.vue3.d.ts +1 -7
  96. package/generated/components/VSlider.types.d.ts +3 -11
  97. package/generated/components/VSlider.vue2.d.ts +15 -22
  98. package/generated/components/VSlider.vue3.d.ts +15 -22
  99. package/generated/components/VSplitButton.vue3.d.ts +1 -1
  100. package/generated/components/VSwitch.types.d.ts +6 -17
  101. package/generated/components/VSwitch.vue2.d.ts +23 -35
  102. package/generated/components/VSwitch.vue3.d.ts +23 -35
  103. package/generated/components/VTab.types.d.ts +1 -2
  104. package/generated/components/VTab.vue2.d.ts +2 -11
  105. package/generated/components/VTab.vue3.d.ts +3 -12
  106. package/generated/components/VTag.vue3.d.ts +1 -1
  107. package/generated/components/VTextArea.types.d.ts +9 -16
  108. package/generated/components/VTextArea.vue2.d.ts +28 -33
  109. package/generated/components/VTextArea.vue3.d.ts +28 -33
  110. package/generated/components/VTextField.types.d.ts +8 -15
  111. package/generated/components/VTextField.vue2.d.ts +26 -31
  112. package/generated/components/VTextField.vue3.d.ts +26 -31
  113. package/generated/components/VTimePicker.types.d.ts +10 -4
  114. package/generated/components/VTimePicker.vue2.d.ts +38 -9
  115. package/generated/components/VTimePicker.vue3.d.ts +38 -9
  116. package/generated/components/VTreeItem.vue3.d.ts +1 -1
  117. package/index.cjs +644 -333
  118. package/index.js +644 -334
  119. package/package.json +2 -2
  120. package/plugin/index.d.ts +8 -2
  121. package/web-types.json +349 -155
@@ -3,56 +3,49 @@ import type { VwcBreadcrumbItemElement } from '@vonage/vivid';
3
3
  import type { SlotsType } from 'vue';
4
4
  declare const _default: import("vue").DefineComponent<{
5
5
  /**
6
- * See https://www.w3.org/WAI/PF/aria/roles#link for more information
7
- */
8
- ariaExpanded: {
9
- type: PropType<"true" | "false" | string>;
10
- default: undefined;
11
- };
12
- /**
13
- * The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
6
+ * Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
14
7
  */
15
8
  download: {
16
9
  type: PropType<string>;
17
10
  default: undefined;
18
11
  };
19
12
  /**
20
- * Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
13
+ * The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
21
14
  */
22
15
  href: {
23
16
  type: PropType<string>;
24
17
  default: undefined;
25
18
  };
26
19
  /**
27
- * Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
20
+ * Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
28
21
  */
29
22
  hreflang: {
30
23
  type: PropType<string>;
31
24
  default: undefined;
32
25
  };
33
26
  /**
34
- * See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
27
+ * See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
35
28
  */
36
29
  ping: {
37
30
  type: PropType<string>;
38
31
  default: undefined;
39
32
  };
40
33
  /**
41
- * See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
34
+ * See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
42
35
  */
43
36
  referrerpolicy: {
44
37
  type: PropType<string>;
45
38
  default: undefined;
46
39
  };
47
40
  /**
48
- * See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
41
+ * See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
49
42
  */
50
43
  rel: {
51
44
  type: PropType<string>;
52
45
  default: undefined;
53
46
  };
54
47
  /**
55
- * See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
48
+ * See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
56
49
  */
57
50
  target: {
58
51
  type: PropType<"_self" | "_blank" | "_parent" | "_top">;
@@ -63,7 +56,7 @@ declare const _default: import("vue").DefineComponent<{
63
56
  default: undefined;
64
57
  };
65
58
  /**
66
- * See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
59
+ * See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
67
60
  */
68
61
  type: {
69
62
  type: PropType<string>;
@@ -141,56 +134,49 @@ declare const _default: import("vue").DefineComponent<{
141
134
  }): true;
142
135
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
143
136
  /**
144
- * See https://www.w3.org/WAI/PF/aria/roles#link for more information
145
- */
146
- ariaExpanded: {
147
- type: PropType<"true" | "false" | string>;
148
- default: undefined;
149
- };
150
- /**
151
- * The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
137
+ * Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
152
138
  */
153
139
  download: {
154
140
  type: PropType<string>;
155
141
  default: undefined;
156
142
  };
157
143
  /**
158
- * Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
144
+ * The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
159
145
  */
160
146
  href: {
161
147
  type: PropType<string>;
162
148
  default: undefined;
163
149
  };
164
150
  /**
165
- * Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
151
+ * Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
166
152
  */
167
153
  hreflang: {
168
154
  type: PropType<string>;
169
155
  default: undefined;
170
156
  };
171
157
  /**
172
- * See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
158
+ * See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
173
159
  */
174
160
  ping: {
175
161
  type: PropType<string>;
176
162
  default: undefined;
177
163
  };
178
164
  /**
179
- * See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
165
+ * See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
180
166
  */
181
167
  referrerpolicy: {
182
168
  type: PropType<string>;
183
169
  default: undefined;
184
170
  };
185
171
  /**
186
- * See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
172
+ * See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
187
173
  */
188
174
  rel: {
189
175
  type: PropType<string>;
190
176
  default: undefined;
191
177
  };
192
178
  /**
193
- * See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
179
+ * See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
194
180
  */
195
181
  target: {
196
182
  type: PropType<"_self" | "_blank" | "_parent" | "_top">;
@@ -201,7 +187,7 @@ declare const _default: import("vue").DefineComponent<{
201
187
  default: undefined;
202
188
  };
203
189
  /**
204
- * See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
190
+ * See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
205
191
  */
206
192
  type: {
207
193
  type: PropType<string>;
@@ -254,7 +240,6 @@ declare const _default: import("vue").DefineComponent<{
254
240
  type: string;
255
241
  text: string;
256
242
  target: "_self" | "_blank" | "_parent" | "_top";
257
- ariaExpanded: string;
258
243
  download: string;
259
244
  href: string;
260
245
  hreflang: string;
@@ -84,7 +84,7 @@ export interface VButtonProps {
84
84
  */
85
85
  disabled?: boolean;
86
86
  /**
87
- * Indicates the button's download.
87
+ * Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
88
88
  */
89
89
  download?: string;
90
90
  /**
@@ -116,11 +116,11 @@ export interface VButtonProps {
116
116
  */
117
117
  formtarget?: '_self' | '_blank' | '_parent' | '_top';
118
118
  /**
119
- * Indicates the button's href.
119
+ * The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
120
120
  */
121
121
  href?: string;
122
122
  /**
123
- * Indicates the button's hreflang.
123
+ * Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
124
124
  */
125
125
  hreflang?: string;
126
126
  /**
@@ -133,7 +133,7 @@ export interface VButtonProps {
133
133
  */
134
134
  iconTrailing?: boolean;
135
135
  /**
136
- * The initial value of the form. This value sets the `value` property
136
+ * The default value of the element. This value sets the `value` property
137
137
  * only when the `value` property has not been explicitly set.
138
138
  */
139
139
  initialValue?: string;
@@ -150,15 +150,15 @@ export interface VButtonProps {
150
150
  */
151
151
  pending?: boolean;
152
152
  /**
153
- * Indicates the button's ping.
153
+ * See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
154
154
  */
155
155
  ping?: string;
156
156
  /**
157
- * Indicates the button's referrerpolicy.
157
+ * See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
158
158
  */
159
159
  referrerpolicy?: string;
160
160
  /**
161
- * Indicates the button's rel.
161
+ * See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
162
162
  */
163
163
  rel?: string;
164
164
  /**
@@ -178,7 +178,7 @@ export interface VButtonProps {
178
178
  */
179
179
  stacked?: boolean;
180
180
  /**
181
- * Indicates the target's rel.
181
+ * See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
182
182
  */
183
183
  target?: '_self' | '_blank' | '_parent' | '_top';
184
184
  /**
@@ -186,15 +186,11 @@ export interface VButtonProps {
186
186
  */
187
187
  title?: string;
188
188
  /**
189
- * The button type.
189
+ * See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
190
190
  */
191
191
  type?: 'submit' | 'reset' | 'button';
192
192
  /**
193
- * The current value of the element. This property serves as a mechanism
194
- * to set the `value` property through both property assignment and the
195
- * .setAttribute() method. This is useful for setting the field's value
196
- * in UI libraries that bind data through the .setAttribute() API
197
- * and don't support IDL attribute binding.
193
+ * The current value of the element.
198
194
  */
199
195
  value?: string;
200
196
  /**
@@ -38,7 +38,7 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
38
38
  default: undefined;
39
39
  };
40
40
  /**
41
- * Indicates the button's download.
41
+ * Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
42
42
  */
43
43
  download: {
44
44
  type: PropType<string>;
@@ -94,14 +94,14 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
94
94
  default: undefined;
95
95
  };
96
96
  /**
97
- * Indicates the button's href.
97
+ * The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
98
98
  */
99
99
  href: {
100
100
  type: PropType<string>;
101
101
  default: undefined;
102
102
  };
103
103
  /**
104
- * Indicates the button's hreflang.
104
+ * Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
105
105
  */
106
106
  hreflang: {
107
107
  type: PropType<string>;
@@ -123,7 +123,7 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
123
123
  default: undefined;
124
124
  };
125
125
  /**
126
- * The initial value of the form. This value sets the `value` property
126
+ * The default value of the element. This value sets the `value` property
127
127
  * only when the `value` property has not been explicitly set.
128
128
  */
129
129
  initialValue: {
@@ -152,21 +152,21 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
152
152
  default: undefined;
153
153
  };
154
154
  /**
155
- * Indicates the button's ping.
155
+ * See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
156
156
  */
157
157
  ping: {
158
158
  type: PropType<string>;
159
159
  default: undefined;
160
160
  };
161
161
  /**
162
- * Indicates the button's referrerpolicy.
162
+ * See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
163
163
  */
164
164
  referrerpolicy: {
165
165
  type: PropType<string>;
166
166
  default: undefined;
167
167
  };
168
168
  /**
169
- * Indicates the button's rel.
169
+ * See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
170
170
  */
171
171
  rel: {
172
172
  type: PropType<string>;
@@ -201,7 +201,7 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
201
201
  default: undefined;
202
202
  };
203
203
  /**
204
- * Indicates the target's rel.
204
+ * See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
205
205
  */
206
206
  target: {
207
207
  type: PropType<"_self" | "_blank" | "_parent" | "_top">;
@@ -215,18 +215,14 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
215
215
  default: undefined;
216
216
  };
217
217
  /**
218
- * The button type.
218
+ * See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
219
219
  */
220
220
  type: {
221
221
  type: PropType<"submit" | "reset" | "button">;
222
222
  default: undefined;
223
223
  };
224
224
  /**
225
- * The current value of the element. This property serves as a mechanism
226
- * to set the `value` property through both property assignment and the
227
- * .setAttribute() method. This is useful for setting the field's value
228
- * in UI libraries that bind data through the .setAttribute() API
229
- * and don't support IDL attribute binding.
225
+ * The current value of the element.
230
226
  */
231
227
  value: {
232
228
  type: PropType<string>;
@@ -236,6 +232,15 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
236
232
  componentName: import("vue").Ref<string>;
237
233
  element: import("vue").Ref<VwcButtonElement | null>;
238
234
  }, import("vue").Data, {}, {
235
+ /**
236
+ * Return the current validity of the element.
237
+ */
238
+ checkValidity(): boolean;
239
+ /**
240
+ * Return the current validity of the element.
241
+ * If false, fires an invalid event at the element.
242
+ */
243
+ reportValidity(): boolean;
239
244
  /**
240
245
  * {@inheritDoc (FormAssociated:interface).validate}
241
246
  */
@@ -277,7 +282,7 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
277
282
  default: undefined;
278
283
  };
279
284
  /**
280
- * Indicates the button's download.
285
+ * Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
281
286
  */
282
287
  download: {
283
288
  type: PropType<string>;
@@ -333,14 +338,14 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
333
338
  default: undefined;
334
339
  };
335
340
  /**
336
- * Indicates the button's href.
341
+ * The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
337
342
  */
338
343
  href: {
339
344
  type: PropType<string>;
340
345
  default: undefined;
341
346
  };
342
347
  /**
343
- * Indicates the button's hreflang.
348
+ * Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
344
349
  */
345
350
  hreflang: {
346
351
  type: PropType<string>;
@@ -362,7 +367,7 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
362
367
  default: undefined;
363
368
  };
364
369
  /**
365
- * The initial value of the form. This value sets the `value` property
370
+ * The default value of the element. This value sets the `value` property
366
371
  * only when the `value` property has not been explicitly set.
367
372
  */
368
373
  initialValue: {
@@ -391,21 +396,21 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
391
396
  default: undefined;
392
397
  };
393
398
  /**
394
- * Indicates the button's ping.
399
+ * See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
395
400
  */
396
401
  ping: {
397
402
  type: PropType<string>;
398
403
  default: undefined;
399
404
  };
400
405
  /**
401
- * Indicates the button's referrerpolicy.
406
+ * See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
402
407
  */
403
408
  referrerpolicy: {
404
409
  type: PropType<string>;
405
410
  default: undefined;
406
411
  };
407
412
  /**
408
- * Indicates the button's rel.
413
+ * See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
409
414
  */
410
415
  rel: {
411
416
  type: PropType<string>;
@@ -440,7 +445,7 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
440
445
  default: undefined;
441
446
  };
442
447
  /**
443
- * Indicates the target's rel.
448
+ * See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
444
449
  */
445
450
  target: {
446
451
  type: PropType<"_self" | "_blank" | "_parent" | "_top">;
@@ -454,18 +459,14 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
454
459
  default: undefined;
455
460
  };
456
461
  /**
457
- * The button type.
462
+ * See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
458
463
  */
459
464
  type: {
460
465
  type: PropType<"submit" | "reset" | "button">;
461
466
  default: undefined;
462
467
  };
463
468
  /**
464
- * The current value of the element. This property serves as a mechanism
465
- * to set the `value` property through both property assignment and the
466
- * .setAttribute() method. This is useful for setting the field's value
467
- * in UI libraries that bind data through the .setAttribute() API
468
- * and don't support IDL attribute binding.
469
+ * The current value of the element.
469
470
  */
470
471
  value: {
471
472
  type: PropType<string>;
@@ -39,7 +39,7 @@ declare const _default: import("vue").DefineComponent<{
39
39
  default: undefined;
40
40
  };
41
41
  /**
42
- * Indicates the button's download.
42
+ * Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
43
43
  */
44
44
  download: {
45
45
  type: PropType<string>;
@@ -95,14 +95,14 @@ declare const _default: import("vue").DefineComponent<{
95
95
  default: undefined;
96
96
  };
97
97
  /**
98
- * Indicates the button's href.
98
+ * The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
99
99
  */
100
100
  href: {
101
101
  type: PropType<string>;
102
102
  default: undefined;
103
103
  };
104
104
  /**
105
- * Indicates the button's hreflang.
105
+ * Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
106
106
  */
107
107
  hreflang: {
108
108
  type: PropType<string>;
@@ -124,7 +124,7 @@ declare const _default: import("vue").DefineComponent<{
124
124
  default: undefined;
125
125
  };
126
126
  /**
127
- * The initial value of the form. This value sets the `value` property
127
+ * The default value of the element. This value sets the `value` property
128
128
  * only when the `value` property has not been explicitly set.
129
129
  */
130
130
  initialValue: {
@@ -153,21 +153,21 @@ declare const _default: import("vue").DefineComponent<{
153
153
  default: undefined;
154
154
  };
155
155
  /**
156
- * Indicates the button's ping.
156
+ * See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
157
157
  */
158
158
  ping: {
159
159
  type: PropType<string>;
160
160
  default: undefined;
161
161
  };
162
162
  /**
163
- * Indicates the button's referrerpolicy.
163
+ * See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
164
164
  */
165
165
  referrerpolicy: {
166
166
  type: PropType<string>;
167
167
  default: undefined;
168
168
  };
169
169
  /**
170
- * Indicates the button's rel.
170
+ * See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
171
171
  */
172
172
  rel: {
173
173
  type: PropType<string>;
@@ -202,7 +202,7 @@ declare const _default: import("vue").DefineComponent<{
202
202
  default: undefined;
203
203
  };
204
204
  /**
205
- * Indicates the target's rel.
205
+ * See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
206
206
  */
207
207
  target: {
208
208
  type: PropType<"_self" | "_blank" | "_parent" | "_top">;
@@ -216,18 +216,14 @@ declare const _default: import("vue").DefineComponent<{
216
216
  default: undefined;
217
217
  };
218
218
  /**
219
- * The button type.
219
+ * See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
220
220
  */
221
221
  type: {
222
222
  type: PropType<"submit" | "reset" | "button">;
223
223
  default: undefined;
224
224
  };
225
225
  /**
226
- * The current value of the element. This property serves as a mechanism
227
- * to set the `value` property through both property assignment and the
228
- * .setAttribute() method. This is useful for setting the field's value
229
- * in UI libraries that bind data through the .setAttribute() API
230
- * and don't support IDL attribute binding.
226
+ * The current value of the element.
231
227
  */
232
228
  value: {
233
229
  type: PropType<string>;
@@ -237,6 +233,15 @@ declare const _default: import("vue").DefineComponent<{
237
233
  componentName: import("vue").Ref<string>;
238
234
  element: import("vue").Ref<VwcButtonElement | null>;
239
235
  }, unknown, {}, {
236
+ /**
237
+ * Return the current validity of the element.
238
+ */
239
+ checkValidity(): boolean;
240
+ /**
241
+ * Return the current validity of the element.
242
+ * If false, fires an invalid event at the element.
243
+ */
244
+ reportValidity(): boolean;
240
245
  /**
241
246
  * {@inheritDoc (FormAssociated:interface).validate}
242
247
  */
@@ -345,7 +350,7 @@ declare const _default: import("vue").DefineComponent<{
345
350
  default: undefined;
346
351
  };
347
352
  /**
348
- * Indicates the button's download.
353
+ * Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
349
354
  */
350
355
  download: {
351
356
  type: PropType<string>;
@@ -401,14 +406,14 @@ declare const _default: import("vue").DefineComponent<{
401
406
  default: undefined;
402
407
  };
403
408
  /**
404
- * Indicates the button's href.
409
+ * The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
405
410
  */
406
411
  href: {
407
412
  type: PropType<string>;
408
413
  default: undefined;
409
414
  };
410
415
  /**
411
- * Indicates the button's hreflang.
416
+ * Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
412
417
  */
413
418
  hreflang: {
414
419
  type: PropType<string>;
@@ -430,7 +435,7 @@ declare const _default: import("vue").DefineComponent<{
430
435
  default: undefined;
431
436
  };
432
437
  /**
433
- * The initial value of the form. This value sets the `value` property
438
+ * The default value of the element. This value sets the `value` property
434
439
  * only when the `value` property has not been explicitly set.
435
440
  */
436
441
  initialValue: {
@@ -459,21 +464,21 @@ declare const _default: import("vue").DefineComponent<{
459
464
  default: undefined;
460
465
  };
461
466
  /**
462
- * Indicates the button's ping.
467
+ * See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
463
468
  */
464
469
  ping: {
465
470
  type: PropType<string>;
466
471
  default: undefined;
467
472
  };
468
473
  /**
469
- * Indicates the button's referrerpolicy.
474
+ * See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
470
475
  */
471
476
  referrerpolicy: {
472
477
  type: PropType<string>;
473
478
  default: undefined;
474
479
  };
475
480
  /**
476
- * Indicates the button's rel.
481
+ * See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
477
482
  */
478
483
  rel: {
479
484
  type: PropType<string>;
@@ -508,7 +513,7 @@ declare const _default: import("vue").DefineComponent<{
508
513
  default: undefined;
509
514
  };
510
515
  /**
511
- * Indicates the target's rel.
516
+ * See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
512
517
  */
513
518
  target: {
514
519
  type: PropType<"_self" | "_blank" | "_parent" | "_top">;
@@ -522,18 +527,14 @@ declare const _default: import("vue").DefineComponent<{
522
527
  default: undefined;
523
528
  };
524
529
  /**
525
- * The button type.
530
+ * See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
526
531
  */
527
532
  type: {
528
533
  type: PropType<"submit" | "reset" | "button">;
529
534
  default: undefined;
530
535
  };
531
536
  /**
532
- * The current value of the element. This property serves as a mechanism
533
- * to set the `value` property through both property assignment and the
534
- * .setAttribute() method. This is useful for setting the field's value
535
- * in UI libraries that bind data through the .setAttribute() API
536
- * and don't support IDL attribute binding.
537
+ * The current value of the element.
537
538
  */
538
539
  value: {
539
540
  type: PropType<string>;
@@ -617,7 +618,7 @@ declare const _default: import("vue").DefineComponent<{
617
618
  title: string;
618
619
  }, SlotsType<{
619
620
  /**
620
- * Add an icon to the component.
621
+ * The preferred way to add an icon to the component.
621
622
  */
622
623
  icon: Record<string, never>;
623
624
  }>>;