@vonage/vivid-react 3.5.1 → 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.
Files changed (234) hide show
  1. package/VwcAccordion/package.json +1 -1
  2. package/VwcActionGroup/package.json +1 -1
  3. package/VwcBadge/package.json +1 -1
  4. package/VwcBanner/package.json +1 -1
  5. package/VwcButton/package.json +1 -1
  6. package/VwcButtonToggleGroup/package.json +1 -1
  7. package/VwcCalendar/package.json +1 -1
  8. package/VwcCalendarEvent/package.json +1 -1
  9. package/VwcCard/package.json +1 -1
  10. package/VwcCarousel/package.json +1 -1
  11. package/VwcCarouselItem/package.json +1 -1
  12. package/VwcCheckListItem/package.json +1 -1
  13. package/VwcCheckbox/package.json +1 -1
  14. package/VwcChip/package.json +1 -1
  15. package/VwcChipSet/package.json +1 -1
  16. package/VwcCircularProgress/package.json +1 -1
  17. package/VwcDataGrid/package.json +1 -1
  18. package/VwcDataGridColumn/package.json +1 -1
  19. package/VwcDatepicker/package.json +1 -1
  20. package/VwcDropdown/package.json +1 -1
  21. package/VwcElevation/package.json +1 -1
  22. package/VwcEmptyState/package.json +1 -1
  23. package/VwcExpansionPanel/package.json +1 -1
  24. package/VwcFab/package.json +1 -1
  25. package/VwcFilePicker/package.json +1 -1
  26. package/VwcFormfield/package.json +1 -1
  27. package/VwcHelperMessage/package.json +1 -1
  28. package/VwcIcon/package.json +1 -1
  29. package/VwcIconButton/package.json +1 -1
  30. package/VwcIconButtonToggle/package.json +1 -1
  31. package/VwcKeypad/package.json +1 -1
  32. package/VwcLayout/package.json +1 -1
  33. package/VwcLinearProgress/package.json +1 -1
  34. package/VwcList/package.json +1 -1
  35. package/VwcListExpansionPanel/package.json +1 -1
  36. package/VwcListItem/package.json +1 -1
  37. package/VwcMenu/package.json +1 -1
  38. package/VwcNotchedOutline/package.json +1 -1
  39. package/VwcNote/package.json +1 -1
  40. package/VwcPagination/package.json +1 -1
  41. package/VwcPopup/package.json +1 -1
  42. package/VwcRadio/package.json +1 -1
  43. package/VwcRadioListItem/package.json +1 -1
  44. package/VwcSchemeSelect/package.json +1 -1
  45. package/VwcScrubBar/package.json +1 -1
  46. package/VwcSelect/package.json +1 -1
  47. package/VwcSlider/package.json +1 -1
  48. package/VwcSnackbar/package.json +1 -1
  49. package/VwcSurface/package.json +1 -1
  50. package/VwcSwitch/package.json +1 -1
  51. package/VwcTab/package.json +1 -1
  52. package/VwcTabBar/package.json +1 -1
  53. package/VwcTag/package.json +1 -1
  54. package/VwcText/package.json +1 -1
  55. package/VwcTextarea/package.json +1 -1
  56. package/VwcTextfield/package.json +1 -1
  57. package/VwcThemeSwitch/package.json +1 -1
  58. package/VwcTooltip/package.json +1 -1
  59. package/VwcTopAppBar/package.json +1 -1
  60. package/VwcTopAppBarFixed/package.json +1 -1
  61. package/index.js +4 -4
  62. package/package.json +2 -2
  63. package/types/index.d.ts +58 -9
  64. package/v3/VwcAccordion/package.json +2 -2
  65. package/v3/VwcAccordionItem/index.d.ts +2 -0
  66. package/v3/VwcAccordionItem/index.js +85 -1
  67. package/v3/VwcAccordionItem/package.json +2 -2
  68. package/v3/VwcActionGroup/package.json +2 -2
  69. package/v3/VwcAlert/index.js +28 -0
  70. package/v3/VwcAlert/package.json +2 -2
  71. package/v3/VwcAudioPlayer/index.d.ts +2 -0
  72. package/v3/VwcAudioPlayer/index.js +106 -13
  73. package/v3/VwcAudioPlayer/package.json +2 -2
  74. package/v3/VwcAvatar/package.json +2 -2
  75. package/v3/VwcBadge/package.json +2 -2
  76. package/v3/VwcBanner/index.js +29 -0
  77. package/v3/VwcBanner/package.json +2 -2
  78. package/v3/VwcBaseProgress/package.json +2 -2
  79. package/v3/VwcBreadcrumb/package.json +2 -2
  80. package/v3/VwcBreadcrumbItem/package.json +2 -2
  81. package/v3/VwcButton/index.js +42 -0
  82. package/v3/VwcButton/package.json +2 -2
  83. package/v3/VwcCalendar/package.json +2 -2
  84. package/v3/VwcCalendarEvent/package.json +2 -2
  85. package/v3/VwcCard/index.js +13 -0
  86. package/v3/VwcCard/package.json +2 -2
  87. package/v3/VwcCheckbox/index.js +51 -4
  88. package/v3/VwcCheckbox/package.json +2 -2
  89. package/v3/VwcColorPicker/index.d.ts +61 -0
  90. package/v3/VwcColorPicker/index.js +651 -0
  91. package/v3/VwcColorPicker/package.json +11 -0
  92. package/v3/VwcCombobox/index.js +138 -0
  93. package/v3/VwcCombobox/package.json +2 -2
  94. package/v3/VwcContextualHelp/index.d.ts +22 -0
  95. package/v3/VwcContextualHelp/index.js +130 -0
  96. package/v3/VwcContextualHelp/package.json +11 -0
  97. package/v3/VwcDataGrid/index.d.ts +2 -0
  98. package/v3/VwcDataGrid/index.js +26 -10
  99. package/v3/VwcDataGrid/package.json +2 -2
  100. package/v3/VwcDataGridCell/index.d.ts +5 -3
  101. package/v3/VwcDataGridCell/index.js +17 -25
  102. package/v3/VwcDataGridCell/package.json +2 -2
  103. package/v3/VwcDataGridRow/index.d.ts +3 -1
  104. package/v3/VwcDataGridRow/index.js +21 -21
  105. package/v3/VwcDataGridRow/package.json +2 -2
  106. package/v3/VwcDatePicker/index.js +14 -1
  107. package/v3/VwcDatePicker/package.json +2 -2
  108. package/v3/VwcDateRangePicker/index.js +21 -1
  109. package/v3/VwcDateRangePicker/package.json +2 -2
  110. package/v3/VwcDateTimePicker/index.js +15 -2
  111. package/v3/VwcDateTimePicker/package.json +2 -2
  112. package/v3/VwcDelegateAriaBehavior/index.js +5 -58
  113. package/v3/VwcDelegateAriaBehavior/package.json +2 -2
  114. package/v3/VwcDialPad/index.d.ts +6 -0
  115. package/v3/VwcDialPad/index.js +27 -3
  116. package/v3/VwcDialPad/package.json +2 -2
  117. package/v3/VwcDialog/index.js +50 -0
  118. package/v3/VwcDialog/package.json +2 -2
  119. package/v3/VwcDivider/index.d.ts +4 -2
  120. package/v3/VwcDivider/index.js +34 -15
  121. package/v3/VwcDivider/package.json +2 -2
  122. package/v3/VwcElevation/package.json +2 -2
  123. package/v3/VwcEmptyState/index.js +28 -0
  124. package/v3/VwcEmptyState/package.json +2 -2
  125. package/v3/VwcFab/index.js +42 -0
  126. package/v3/VwcFab/package.json +2 -2
  127. package/v3/VwcFeedbackMessage/index.d.ts +0 -2
  128. package/v3/VwcFeedbackMessage/index.js +1 -13
  129. package/v3/VwcFeedbackMessage/package.json +2 -2
  130. package/v3/VwcFilePicker/index.d.ts +5 -7
  131. package/v3/VwcFilePicker/index.js +55 -290
  132. package/v3/VwcFilePicker/package.json +2 -2
  133. package/v3/VwcHeader/package.json +2 -2
  134. package/v3/VwcHostSemanticsBehavior/index.js +11 -27
  135. package/v3/VwcHostSemanticsBehavior/package.json +2 -2
  136. package/v3/VwcIcon/index.js +22 -0
  137. package/v3/VwcIcon/package.json +2 -2
  138. package/v3/VwcImagePlaceholder/index.d.ts +28 -0
  139. package/v3/VwcImagePlaceholder/index.js +116 -0
  140. package/v3/VwcImagePlaceholder/package.json +11 -0
  141. package/v3/VwcInlineTimePicker/index.d.ts +0 -2
  142. package/v3/VwcInlineTimePicker/index.js +1 -13
  143. package/v3/VwcInlineTimePicker/package.json +2 -2
  144. package/v3/VwcLayout/package.json +2 -2
  145. package/v3/VwcListbox/index.js +74 -0
  146. package/v3/VwcListbox/package.json +2 -2
  147. package/v3/VwcMenu/index.d.ts +2 -0
  148. package/v3/VwcMenu/index.js +48 -1
  149. package/v3/VwcMenu/package.json +2 -2
  150. package/v3/VwcMenuItem/index.d.ts +1 -1
  151. package/v3/VwcMenuItem/index.js +50 -8
  152. package/v3/VwcMenuItem/package.json +2 -2
  153. package/v3/{VwcMenuBar → VwcMenubar}/index.d.ts +4 -4
  154. package/v3/{VwcMenuBar → VwcMenubar}/index.js +4 -6
  155. package/v3/{VwcMenuBar → VwcMenubar}/package.json +3 -3
  156. package/v3/VwcNav/package.json +2 -2
  157. package/v3/VwcNavDisclosure/index.js +65 -0
  158. package/v3/VwcNavDisclosure/package.json +2 -2
  159. package/v3/VwcNavItem/index.js +44 -0
  160. package/v3/VwcNavItem/package.json +2 -2
  161. package/v3/VwcNote/package.json +2 -2
  162. package/v3/VwcNumberField/index.js +68 -0
  163. package/v3/VwcNumberField/package.json +2 -2
  164. package/v3/VwcOption/index.d.ts +9 -9
  165. package/v3/VwcOption/index.js +62 -44
  166. package/v3/VwcOption/package.json +2 -2
  167. package/v3/VwcOptionTag/package.json +2 -2
  168. package/v3/VwcPagination/index.js +66 -1
  169. package/v3/VwcPagination/package.json +2 -2
  170. package/v3/VwcPickerField/index.d.ts +0 -2
  171. package/v3/VwcPickerField/index.js +41 -14
  172. package/v3/VwcPickerField/package.json +2 -2
  173. package/v3/VwcPopup/package.json +2 -2
  174. package/v3/VwcProgress/package.json +2 -2
  175. package/v3/VwcProgressRing/package.json +2 -2
  176. package/v3/VwcProseMirrorFacade/index.js +14 -1
  177. package/v3/VwcProseMirrorFacade/package.json +2 -2
  178. package/v3/VwcRadio/index.d.ts +0 -2
  179. package/v3/VwcRadio/index.js +38 -17
  180. package/v3/VwcRadio/package.json +2 -2
  181. package/v3/VwcRadioGroup/package.json +2 -2
  182. package/v3/VwcRangeSlider/index.js +75 -0
  183. package/v3/VwcRangeSlider/package.json +2 -2
  184. package/v3/VwcRichTextEditor/package.json +2 -2
  185. package/v3/VwcSearchableSelect/index.d.ts +6 -0
  186. package/v3/VwcSearchableSelect/index.js +90 -1
  187. package/v3/VwcSearchableSelect/package.json +2 -2
  188. package/v3/VwcSelect/index.js +106 -2
  189. package/v3/VwcSelect/package.json +2 -2
  190. package/v3/VwcSelectableBox/index.d.ts +2 -2
  191. package/v3/VwcSelectableBox/index.js +65 -19
  192. package/v3/VwcSelectableBox/package.json +2 -2
  193. package/v3/VwcSideDrawer/package.json +2 -2
  194. package/v3/VwcSimpleColorPicker/index.d.ts +48 -0
  195. package/v3/VwcSimpleColorPicker/index.js +500 -0
  196. package/v3/VwcSimpleColorPicker/package.json +11 -0
  197. package/v3/VwcSlider/index.js +52 -0
  198. package/v3/VwcSlider/package.json +2 -2
  199. package/v3/VwcSplitButton/index.js +89 -0
  200. package/v3/VwcSplitButton/package.json +2 -2
  201. package/v3/VwcSwitch/index.js +51 -0
  202. package/v3/VwcSwitch/package.json +2 -2
  203. package/v3/VwcTab/index.js +44 -0
  204. package/v3/VwcTab/package.json +2 -2
  205. package/v3/VwcTabPanel/package.json +2 -2
  206. package/v3/VwcTabs/index.js +4 -0
  207. package/v3/VwcTabs/package.json +2 -2
  208. package/v3/VwcTag/index.js +114 -4
  209. package/v3/VwcTag/package.json +2 -2
  210. package/v3/VwcTagGroup/package.json +2 -2
  211. package/v3/VwcTextArea/index.js +33 -0
  212. package/v3/VwcTextArea/package.json +2 -2
  213. package/v3/VwcTextField/index.js +40 -0
  214. package/v3/VwcTextField/package.json +2 -2
  215. package/v3/VwcTimePicker/index.js +15 -2
  216. package/v3/VwcTimePicker/package.json +2 -2
  217. package/v3/VwcToggletip/index.js +35 -3
  218. package/v3/VwcToggletip/package.json +2 -2
  219. package/v3/VwcTooltip/index.js +32 -0
  220. package/v3/VwcTooltip/package.json +2 -2
  221. package/v3/VwcTreeItem/package.json +2 -2
  222. package/v3/VwcTreeView/package.json +2 -2
  223. package/v3/VwcVideoPlayer/package.json +2 -2
  224. package/v3/VwcVisuallyHidden/package.json +2 -2
  225. package/v3/VwcVividElement/index.d.ts +0 -2
  226. package/v3/VwcVividElement/index.js +36 -13
  227. package/v3/VwcVividElement/package.json +2 -2
  228. package/v3/VwcVividFoundationButton/package.json +2 -2
  229. package/v3/VwcVvdHexInput/index.d.ts +16 -0
  230. package/v3/VwcVvdHexInput/index.js +43 -0
  231. package/v3/VwcVvdHexInput/package.json +11 -0
  232. package/v3/VwcVvdHexPicker/index.d.ts +16 -0
  233. package/v3/VwcVvdHexPicker/index.js +43 -0
  234. package/v3/VwcVvdHexPicker/package.json +11 -0
@@ -20,6 +20,10 @@ Code in this file were generated using following JSON:
20
20
  "name": "--vvd-empty-state-cta-faint",
21
21
  "default": "var(--vvd-color-cta-50)"
22
22
  },
23
+ {
24
+ "name": "--vvd-empty-state-cta-primary",
25
+ "default": "var(--vvd-color-cta-500)"
26
+ },
23
27
  {
24
28
  "name": "--vvd-empty-state-success-firm-all",
25
29
  "default": "var(--vvd-color-success-600)"
@@ -32,6 +36,10 @@ Code in this file were generated using following JSON:
32
36
  "name": "--vvd-empty-state-success-faint",
33
37
  "default": "var(--vvd-color-success-50)"
34
38
  },
39
+ {
40
+ "name": "--vvd-empty-state-success-primary",
41
+ "default": "var(--vvd-color-success-500)"
42
+ },
35
43
  {
36
44
  "name": "--vvd-empty-state-alert-firm-all",
37
45
  "default": "var(--vvd-color-alert-600)"
@@ -44,6 +52,10 @@ Code in this file were generated using following JSON:
44
52
  "name": "--vvd-empty-state-alert-faint",
45
53
  "default": "var(--vvd-color-alert-50)"
46
54
  },
55
+ {
56
+ "name": "--vvd-empty-state-alert-primary",
57
+ "default": "var(--vvd-color-alert-500)"
58
+ },
47
59
  {
48
60
  "name": "--vvd-empty-state-warning-firm-all",
49
61
  "default": "var(--vvd-color-warning-600)"
@@ -56,6 +68,10 @@ Code in this file were generated using following JSON:
56
68
  "name": "--vvd-empty-state-warning-faint",
57
69
  "default": "var(--vvd-color-warning-50)"
58
70
  },
71
+ {
72
+ "name": "--vvd-empty-state-warning-primary",
73
+ "default": "var(--vvd-color-warning-300)"
74
+ },
59
75
  {
60
76
  "name": "--vvd-empty-state-information-firm-all",
61
77
  "default": "var(--vvd-color-information-600)"
@@ -68,6 +84,10 @@ Code in this file were generated using following JSON:
68
84
  "name": "--vvd-empty-state-information-faint",
69
85
  "default": "var(--vvd-color-information-50)"
70
86
  },
87
+ {
88
+ "name": "--vvd-empty-state-information-primary",
89
+ "default": "var(--vvd-color-information-500)"
90
+ },
71
91
  {
72
92
  "name": "--vvd-empty-state-announcement-firm-all",
73
93
  "default": "var(--vvd-color-announcement-600)"
@@ -80,6 +100,10 @@ Code in this file were generated using following JSON:
80
100
  "name": "--vvd-empty-state-announcement-faint",
81
101
  "default": "var(--vvd-color-announcement-50)"
82
102
  },
103
+ {
104
+ "name": "--vvd-empty-state-announcement-primary",
105
+ "default": "var(--vvd-color-announcement-500)"
106
+ },
83
107
  {
84
108
  "name": "--vvd-empty-state-accent-firm-all",
85
109
  "default": "var(--vvd-color-neutral-600)"
@@ -91,6 +115,10 @@ Code in this file were generated using following JSON:
91
115
  {
92
116
  "name": "--vvd-empty-state-accent-faint",
93
117
  "default": "var(--vvd-color-neutral-50)"
118
+ },
119
+ {
120
+ "name": "--vvd-empty-state-accent-primary",
121
+ "default": "var(--vvd-color-canvas-text)"
94
122
  }
95
123
  ],
96
124
  "slots": [
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-empty-state",
3
- "version": "4.28.0",
3
+ "version": "5.5.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "4.28.0"
9
+ "@vonage/vivid": "5.5.0"
10
10
  }
11
11
  }
@@ -115,6 +115,19 @@ Code in this file were generated using following JSON:
115
115
  "description": "Indicates the fab's label.",
116
116
  "privacy": "public"
117
117
  },
118
+ {
119
+ "kind": "method",
120
+ "name": "clickHandler",
121
+ "parameters": [
122
+ {
123
+ "name": "event",
124
+ "type": {
125
+ "text": "Event"
126
+ }
127
+ }
128
+ ],
129
+ "description": "Handles click events.\nPrevents interaction when disabled."
130
+ },
118
131
  {
119
132
  "kind": "field",
120
133
  "name": "iconTrailing",
@@ -826,6 +839,35 @@ Code in this file were generated using following JSON:
826
839
  "vividComponent": {
827
840
  "public": true,
828
841
  "name": "fab"
842
+ },
843
+ "vividTesting": {
844
+ "selectors": [
845
+ {
846
+ "name": "byLabel",
847
+ "args": [
848
+ "byLabel"
849
+ ]
850
+ }
851
+ ],
852
+ "actions": [
853
+ {
854
+ "name": "click",
855
+ "args": [
856
+ "click",
857
+ "#control"
858
+ ]
859
+ }
860
+ ],
861
+ "queries": [],
862
+ "refs": [
863
+ {
864
+ "name": "control",
865
+ "args": [
866
+ "shadow",
867
+ "button.control"
868
+ ]
869
+ }
870
+ ]
829
871
  }
830
872
  }
831
873
  */
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-fab",
3
- "version": "4.28.0",
3
+ "version": "5.5.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "4.28.0"
9
+ "@vonage/vivid": "5.5.0"
10
10
  }
11
11
  }
@@ -5,7 +5,6 @@ import React, { ReactNode } from 'react';
5
5
  * @param {string} VIVID_VERSION - The current version of the Vivid library, which is useful for debugging.
6
6
  It can be accessed from any Vivid element via `<el>.constructor.VIVID_VERSION`.
7
7
  * @param {string} componentName - Core component name, without prefix
8
- * @param {boolean} specialHandling
9
8
  * @param {VividAriaBehaviour} _vividAriaBehaviour
10
9
  */
11
10
  declare const VwcFeedbackMessage: {
@@ -18,7 +17,6 @@ declare const VwcFeedbackMessage: {
18
17
  type?: any;
19
18
  VIVID_VERSION?: string | undefined;
20
19
  componentName?: string | undefined;
21
- specialHandling?: boolean | undefined;
22
20
  _vividAriaBehaviour?: any;
23
21
  }): JSX.Element;
24
22
  displayName: string;
@@ -43,18 +43,6 @@ Code in this file were generated using following JSON:
43
43
  "module": "src/shared/foundation/vivid-element/vivid-element.ts"
44
44
  }
45
45
  },
46
- {
47
- "kind": "field",
48
- "name": "specialHandling",
49
- "type": {
50
- "text": "boolean"
51
- },
52
- "default": "false",
53
- "inheritedFrom": {
54
- "name": "VividElement",
55
- "module": "src/shared/foundation/vivid-element/vivid-element.ts"
56
- }
57
- },
58
46
  {
59
47
  "kind": "field",
60
48
  "name": "_vividAriaBehaviour",
@@ -114,7 +102,7 @@ registerFeedbackMessage('vvd3')
114
102
  const VwcFeedbackMessage = wrapper(`vvd3-feedback-message`, {
115
103
  events: [],
116
104
  attributes: [],
117
- properties: ['type', 'VIVID_VERSION', 'componentName', 'specialHandling', '_vividAriaBehaviour']
105
+ properties: ['type', 'VIVID_VERSION', 'componentName', '_vividAriaBehaviour']
118
106
  })
119
107
 
120
108
  VwcFeedbackMessage.displayName = 'VwcFeedbackMessage'
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-feedback-message",
3
- "version": "4.28.0",
3
+ "version": "5.5.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@vonage/vivid": "4.28.0"
9
+ "@vonage/vivid": "5.5.0"
10
10
  }
11
11
  }
@@ -1,19 +1,18 @@
1
1
  import React, { ReactNode, SyntheticEvent } from 'react';
2
2
  /** VwcFilePicker
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/file-picker
4
- * @param {boolean} singleFile - Single file state. **attribute** `single-file`
5
- * @param {number | undefined} maxFiles - The max files that can be selected. **attribute** `max-files`
6
- * @param {number} maxFileSize - The max file size that can be selected. **attribute** `max-file-size`
4
+ * @param {boolean} singleFile - Whether to allow only a single file. Subsequent added file will replace the current file. **attribute** `single-file`
5
+ * @param {number | undefined} maxFiles - The max number of files that can be selected. Additional files will be rejected. **attribute** `max-files`
6
+ * @param {number} maxFileSize - The maximum file size (in megabytes) for each file. **attribute** `max-file-size`
7
7
  * @param {string | undefined} accept - List of accepted files types **attribute** `accept`
8
8
  * @param {FilePickerSize | undefined} size - The size the file-uploader should have. **attribute** `size`
9
9
  * @param {string | undefined} invalidFileTypeError - Overrides the localized error message for invalid file type **attribute** `invalid-file-type-error`
10
10
  * @param {string | undefined} maxFilesExceededError - Overrides the localized error message for max file exceed **attribute** `max-files-exceeded-error`
11
11
  * @param {string | undefined} fileTooBigError - Overrides the localized error message for file too big **attribute** `file-too-big-error`
12
- * @param setFormValue
13
- * @param {boolean} autoDiscover
14
12
  * @param {string | undefined} helperText - Provides additional information to help the user enter the correct information.
15
13
  To add HTML to the helper text, use the helper-text slot instead. **attribute** `helper-text`
16
14
  * @param {string | undefined} errorText - Provides a custom error message. Any current error state will be overridden. **attribute** `error-text`
15
+ * @param validate
17
16
  * @param {string | undefined} label - The label for the form element. **attribute** `label`
18
17
  * @param {'delegate'} _vividAriaBehaviour
19
18
  * @param {string} value - The current value of the element. **attribute** `current-value`
@@ -43,10 +42,9 @@ declare const VwcFilePicker: {
43
42
  invalidFileTypeError?: string | undefined;
44
43
  maxFilesExceededError?: string | undefined;
45
44
  fileTooBigError?: string | undefined;
46
- setFormValue?: any;
47
- autoDiscover?: boolean | undefined;
48
45
  helperText?: string | undefined;
49
46
  errorText?: string | undefined;
47
+ validate?: any;
50
48
  label?: string | undefined;
51
49
  _vividAriaBehaviour?: any;
52
50
  value?: string | undefined;