@vonage/vivid-react 2.10.71 → 2.10.72

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 (145) hide show
  1. package/README.md +54 -54
  2. package/VwcAccordion/package.json +2 -2
  3. package/VwcActionGroup/package.json +2 -2
  4. package/VwcBadge/package.json +2 -2
  5. package/VwcBanner/package.json +2 -2
  6. package/VwcButton/package.json +2 -2
  7. package/VwcButtonToggleGroup/package.json +2 -2
  8. package/VwcCalendar/package.json +2 -2
  9. package/VwcCalendarEvent/package.json +2 -2
  10. package/VwcCard/package.json +2 -2
  11. package/VwcCarousel/package.json +2 -2
  12. package/VwcCarouselItem/package.json +2 -2
  13. package/VwcCheckListItem/package.json +2 -2
  14. package/VwcCheckbox/package.json +2 -2
  15. package/VwcChip/package.json +2 -2
  16. package/VwcChipSet/package.json +2 -2
  17. package/VwcCircularProgress/package.json +2 -2
  18. package/VwcDataGrid/package.json +2 -2
  19. package/VwcDataGridColumn/package.json +2 -2
  20. package/VwcDatepicker/package.json +2 -2
  21. package/VwcDialog/package.json +2 -2
  22. package/VwcDrawer/package.json +2 -2
  23. package/VwcDropdown/package.json +2 -2
  24. package/VwcElevation/package.json +2 -2
  25. package/VwcEmptyState/package.json +2 -2
  26. package/VwcExpansionPanel/package.json +2 -2
  27. package/VwcFab/package.json +2 -2
  28. package/VwcFilePicker/package.json +2 -2
  29. package/VwcFormfield/package.json +2 -2
  30. package/VwcHelperMessage/package.json +2 -2
  31. package/VwcIcon/package.json +2 -2
  32. package/VwcIconButton/package.json +2 -2
  33. package/VwcIconButtonToggle/package.json +2 -2
  34. package/VwcKeypad/package.json +2 -2
  35. package/VwcLayout/package.json +2 -2
  36. package/VwcLinearProgress/package.json +2 -2
  37. package/VwcList/package.json +2 -2
  38. package/VwcListExpansionPanel/package.json +2 -2
  39. package/VwcListItem/package.json +2 -2
  40. package/VwcMenu/package.json +2 -2
  41. package/VwcNotchedOutline/package.json +2 -2
  42. package/VwcNote/package.json +2 -2
  43. package/VwcPagination/package.json +2 -2
  44. package/VwcPopup/package.json +2 -2
  45. package/VwcRadio/package.json +2 -2
  46. package/VwcRadioListItem/package.json +2 -2
  47. package/VwcSchemeSelect/package.json +2 -2
  48. package/VwcScrubBar/package.json +2 -2
  49. package/VwcSelect/package.json +2 -2
  50. package/VwcSideDrawer/package.json +2 -2
  51. package/VwcSlider/package.json +2 -2
  52. package/VwcSnackbar/package.json +2 -2
  53. package/VwcSurface/package.json +2 -2
  54. package/VwcSwitch/package.json +2 -2
  55. package/VwcTab/package.json +2 -2
  56. package/VwcTabBar/package.json +2 -2
  57. package/VwcTag/package.json +2 -2
  58. package/VwcText/package.json +2 -2
  59. package/VwcTextarea/package.json +2 -2
  60. package/VwcTextfield/package.json +2 -2
  61. package/VwcThemeSwitch/package.json +2 -2
  62. package/VwcTooltip/package.json +2 -2
  63. package/VwcTopAppBar/package.json +2 -2
  64. package/VwcTopAppBarFixed/package.json +2 -2
  65. package/index.js +5 -5
  66. package/package.json +59 -59
  67. package/types/index.d.ts +10 -6
  68. package/v3/VwcAccordion/package.json +2 -2
  69. package/v3/VwcAccordionItem/package.json +2 -2
  70. package/v3/VwcActionGroup/package.json +2 -2
  71. package/v3/VwcAlert/package.json +2 -2
  72. package/v3/VwcAvatar/index.js +8 -0
  73. package/v3/VwcAvatar/package.json +2 -2
  74. package/v3/VwcBadge/package.json +2 -2
  75. package/v3/VwcBanner/package.json +2 -2
  76. package/v3/VwcBreadcrumb/package.json +2 -2
  77. package/v3/VwcBreadcrumbItem/package.json +2 -2
  78. package/v3/VwcButton/package.json +2 -2
  79. package/v3/VwcCalendar/package.json +2 -2
  80. package/v3/VwcCalendarEvent/package.json +2 -2
  81. package/v3/VwcCard/package.json +2 -2
  82. package/v3/VwcCheckbox/package.json +2 -2
  83. package/v3/VwcCombobox/package.json +2 -2
  84. package/v3/VwcDataGrid/package.json +2 -2
  85. package/v3/VwcDataGridCell/package.json +2 -2
  86. package/v3/VwcDataGridRow/package.json +2 -2
  87. package/v3/VwcDatePicker/index.d.ts +14 -10
  88. package/v3/VwcDatePicker/index.js +116 -52
  89. package/v3/VwcDatePicker/package.json +2 -2
  90. package/v3/VwcDialog/package.json +2 -2
  91. package/v3/VwcDivider/package.json +2 -2
  92. package/v3/VwcElevation/package.json +2 -2
  93. package/v3/VwcEmptyState/package.json +2 -2
  94. package/v3/VwcFab/index.js +6 -0
  95. package/v3/VwcFab/package.json +2 -2
  96. package/v3/VwcFilePicker/package.json +2 -2
  97. package/v3/VwcFocus/package.json +2 -2
  98. package/v3/VwcFormAssociatedDatePicker/index.d.ts +19 -0
  99. package/v3/VwcFormAssociatedDatePicker/index.js +52 -0
  100. package/v3/VwcFormAssociatedDatePicker/package.json +11 -0
  101. package/v3/VwcHeader/package.json +2 -2
  102. package/v3/VwcIcon/package.json +2 -2
  103. package/v3/VwcLayout/package.json +2 -2
  104. package/v3/VwcListbox/index.d.ts +4 -0
  105. package/v3/VwcListbox/index.js +71 -1
  106. package/v3/VwcListbox/package.json +2 -2
  107. package/v3/VwcListboxOption/package.json +2 -2
  108. package/v3/VwcMenu/package.json +2 -2
  109. package/v3/VwcMenuItem/index.d.ts +2 -0
  110. package/v3/VwcMenuItem/index.js +30 -1
  111. package/v3/VwcMenuItem/package.json +2 -2
  112. package/v3/VwcNav/package.json +2 -2
  113. package/v3/VwcNavDisclosure/package.json +2 -2
  114. package/v3/VwcNavItem/package.json +2 -2
  115. package/v3/VwcNote/package.json +2 -2
  116. package/v3/VwcNumberField/index.js +31 -0
  117. package/v3/VwcNumberField/package.json +2 -2
  118. package/v3/VwcPagination/package.json +2 -2
  119. package/v3/VwcPopup/package.json +2 -2
  120. package/v3/VwcProgress/package.json +2 -2
  121. package/v3/VwcProgressRing/index.d.ts +1 -1
  122. package/v3/VwcProgressRing/index.js +2 -2
  123. package/v3/VwcProgressRing/package.json +2 -2
  124. package/v3/VwcRadio/package.json +2 -2
  125. package/v3/VwcRadioGroup/package.json +2 -2
  126. package/v3/VwcSelect/package.json +2 -2
  127. package/v3/VwcSideDrawer/package.json +2 -2
  128. package/v3/VwcSlider/package.json +2 -2
  129. package/v3/VwcSplitButton/package.json +2 -2
  130. package/v3/VwcSwitch/package.json +2 -2
  131. package/v3/VwcTab/index.js +6 -0
  132. package/v3/VwcTab/package.json +2 -2
  133. package/v3/VwcTabPanel/package.json +2 -2
  134. package/v3/VwcTabs/package.json +2 -2
  135. package/v3/VwcTag/package.json +2 -2
  136. package/v3/VwcTagGroup/package.json +2 -2
  137. package/v3/VwcTextAnchor/package.json +2 -2
  138. package/v3/VwcTextArea/package.json +2 -2
  139. package/v3/VwcTextField/index.d.ts +2 -0
  140. package/v3/VwcTextField/index.js +18 -1
  141. package/v3/VwcTextField/package.json +2 -2
  142. package/v3/VwcToggletip/package.json +2 -2
  143. package/v3/VwcTooltip/package.json +2 -2
  144. package/v3/VwcTreeItem/package.json +2 -2
  145. package/v3/VwcTreeView/package.json +2 -2
@@ -32,39 +32,40 @@ Code in this file were generated using following JSON:
32
32
  "members": [
33
33
  {
34
34
  "kind": "field",
35
- "name": "label",
35
+ "name": "min",
36
36
  "type": {
37
- "text": "string | undefined"
37
+ "text": "string"
38
38
  },
39
- "description": "The label text of the date-picker.",
40
- "privacy": "public"
39
+ "description": "The earliest accepted date of the date-picker.",
40
+ "privacy": "public",
41
+ "default": "''"
41
42
  },
42
43
  {
43
44
  "kind": "field",
44
- "name": "helperText",
45
+ "name": "max",
45
46
  "type": {
46
- "text": "string | undefined"
47
+ "text": "string"
47
48
  },
48
- "description": "The helper-text text of the date-picker.",
49
- "privacy": "public"
49
+ "description": "The latest accepted date of the date-picker.",
50
+ "privacy": "public",
51
+ "default": "''"
50
52
  },
51
53
  {
52
54
  "kind": "field",
53
- "name": "errorText",
55
+ "name": "initialValue",
54
56
  "type": {
55
- "text": "string | undefined"
57
+ "text": "string"
56
58
  },
57
- "description": "The error-text text of the date-picker.",
59
+ "description": "The initial value of the date-picker.",
58
60
  "privacy": "public"
59
61
  },
60
62
  {
61
63
  "kind": "field",
62
- "name": "value",
64
+ "name": "currentValue",
63
65
  "type": {
64
- "text": "DateStr | null"
66
+ "text": "string"
65
67
  },
66
- "default": "null",
67
- "description": "The currently selected date of the date-picker.",
68
+ "description": "The current value of the date-picker.",
68
69
  "privacy": "public"
69
70
  },
70
71
  {
@@ -74,21 +75,11 @@ Code in this file were generated using following JSON:
74
75
  {
75
76
  "name": "newValue",
76
77
  "type": {
77
- "text": "DateStr | null"
78
+ "text": "DateStr"
78
79
  }
79
80
  }
80
81
  ]
81
82
  },
82
- {
83
- "kind": "field",
84
- "name": "disabled",
85
- "type": {
86
- "text": "boolean"
87
- },
88
- "default": "false",
89
- "description": "Whether the date-picker is disabled.",
90
- "privacy": "public"
91
- },
92
83
  {
93
84
  "kind": "field",
94
85
  "name": "readOnly",
@@ -99,6 +90,48 @@ Code in this file were generated using following JSON:
99
90
  "description": "Whether the date-picker is readonly.",
100
91
  "privacy": "public"
101
92
  },
93
+ {
94
+ "kind": "method",
95
+ "name": "readOnlyChanged",
96
+ "privacy": "protected",
97
+ "return": {
98
+ "type": {
99
+ "text": "void"
100
+ }
101
+ }
102
+ },
103
+ {
104
+ "kind": "method",
105
+ "name": "#getFocusableEls"
106
+ },
107
+ {
108
+ "kind": "method",
109
+ "name": "#isMonthAfterValidRange",
110
+ "parameters": [
111
+ {
112
+ "name": "month",
113
+ "type": {
114
+ "text": "Month"
115
+ }
116
+ }
117
+ ]
118
+ },
119
+ {
120
+ "kind": "method",
121
+ "name": "#isMonthBeforeValidRange",
122
+ "parameters": [
123
+ {
124
+ "name": "month",
125
+ "type": {
126
+ "text": "Month"
127
+ }
128
+ }
129
+ ]
130
+ },
131
+ {
132
+ "kind": "method",
133
+ "name": "validate"
134
+ },
102
135
  {
103
136
  "kind": "field",
104
137
  "name": "#dismissOnClickOutside",
@@ -126,48 +159,79 @@ Code in this file were generated using following JSON:
126
159
  "default": "true"
127
160
  }
128
161
  ]
129
- }
130
- ],
131
- "attributes": [
162
+ },
163
+ {
164
+ "kind": "method",
165
+ "name": "_presentationValueChanged"
166
+ },
132
167
  {
133
- "name": "label",
168
+ "kind": "method",
169
+ "name": "#isPresentationValueInvalid"
170
+ },
171
+ {
172
+ "kind": "field",
173
+ "name": "value",
174
+ "type": {
175
+ "text": "string"
176
+ },
177
+ "default": "''"
178
+ },
179
+ {
180
+ "kind": "field",
181
+ "name": "proxy",
134
182
  "type": {
135
- "text": "string | undefined"
183
+ "text": "HTMLInputElement"
136
184
  },
137
- "description": "The label text of the date-picker.",
138
- "fieldName": "label"
185
+ "inheritedFrom": {
186
+ "name": "FormAssociatedDatePicker",
187
+ "module": "libs/components/src/lib/date-picker/date-picker.form-associated.ts"
188
+ }
139
189
  },
140
190
  {
141
- "name": "helper-text",
191
+ "kind": "field",
192
+ "name": "type",
193
+ "type": {
194
+ "text": "string"
195
+ },
196
+ "default": "'date'",
197
+ "inheritedFrom": {
198
+ "name": "FormAssociatedDatePicker",
199
+ "module": "libs/components/src/lib/date-picker/date-picker.form-associated.ts"
200
+ }
201
+ }
202
+ ],
203
+ "attributes": [
204
+ {
142
205
  "type": {
143
- "text": "string | undefined"
206
+ "text": "string"
144
207
  },
145
- "description": "The helper-text text of the date-picker.",
146
- "fieldName": "helperText"
208
+ "description": "The earliest accepted date of the date-picker.",
209
+ "default": "''",
210
+ "fieldName": "min"
147
211
  },
148
212
  {
149
- "name": "error-text",
150
213
  "type": {
151
- "text": "string | undefined"
214
+ "text": "string"
152
215
  },
153
- "description": "The error-text text of the date-picker.",
154
- "fieldName": "errorText"
216
+ "description": "The latest accepted date of the date-picker.",
217
+ "default": "''",
218
+ "fieldName": "max"
155
219
  },
156
220
  {
221
+ "name": "value",
157
222
  "type": {
158
- "text": "DateStr | null"
223
+ "text": "string"
159
224
  },
160
- "default": "null",
161
- "description": "The currently selected date of the date-picker.",
162
- "fieldName": "value"
225
+ "description": "The initial value of the date-picker.",
226
+ "fieldName": "initialValue"
163
227
  },
164
228
  {
229
+ "name": "current-value",
165
230
  "type": {
166
- "text": "boolean"
231
+ "text": "string"
167
232
  },
168
- "default": "false",
169
- "description": "Whether the date-picker is disabled.",
170
- "fieldName": "disabled"
233
+ "description": "The current value of the date-picker.",
234
+ "fieldName": "currentValue"
171
235
  },
172
236
  {
173
237
  "name": "readonly",
@@ -180,8 +244,8 @@ Code in this file were generated using following JSON:
180
244
  }
181
245
  ],
182
246
  "superclass": {
183
- "name": "FoundationElement",
184
- "package": "@microsoft/fast-foundation"
247
+ "name": "FormAssociatedDatePicker",
248
+ "module": "/libs/components/src/lib/date-picker/date-picker.form-associated"
185
249
  }
186
250
  }
187
251
  */
@@ -193,7 +257,7 @@ registerDatePicker('vvd3')
193
257
  const VwcDatePicker = wrapper(`vvd3-date-picker`, {
194
258
  events: [],
195
259
  attributes: [],
196
- properties: ['label', 'helperText', 'errorText', 'value', 'disabled', 'readOnly']
260
+ properties: ['min', 'max', 'initialValue', 'currentValue', 'readOnly', 'value', 'proxy', 'type']
197
261
  })
198
262
 
199
263
  VwcDatePicker.displayName = 'VwcDatePicker'
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-date-picker",
3
- "version": "3.32.0",
3
+ "version": "3.37.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": "3.32.0"
9
+ "@vonage/vivid": "3.37.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-dialog",
3
- "version": "3.32.0",
3
+ "version": "3.37.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": "3.32.0"
9
+ "@vonage/vivid": "3.37.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-divider",
3
- "version": "3.32.0",
3
+ "version": "3.37.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": "3.32.0"
9
+ "@vonage/vivid": "3.37.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-elevation",
3
- "version": "3.32.0",
3
+ "version": "3.37.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": "3.32.0"
9
+ "@vonage/vivid": "3.37.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-empty-state",
3
- "version": "3.32.0",
3
+ "version": "3.37.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": "3.32.0"
9
+ "@vonage/vivid": "3.37.0"
10
10
  }
11
11
  }
@@ -57,6 +57,12 @@ Code in this file were generated using following JSON:
57
57
  "default": "var(--vvd-color-cta-600)"
58
58
  }
59
59
  ],
60
+ "slots": [
61
+ {
62
+ "description": "Slot to add an icon to fab.",
63
+ "name": "icon"
64
+ }
65
+ ],
60
66
  "members": [
61
67
  {
62
68
  "kind": "field",
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-fab",
3
- "version": "3.32.0",
3
+ "version": "3.37.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": "3.32.0"
9
+ "@vonage/vivid": "3.37.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-file-picker",
3
- "version": "3.32.0",
3
+ "version": "3.37.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": "3.32.0"
9
+ "@vonage/vivid": "3.37.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-focus",
3
- "version": "3.32.0",
3
+ "version": "3.37.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": "3.32.0"
9
+ "@vonage/vivid": "3.37.0"
10
10
  }
11
11
  }
@@ -0,0 +1,19 @@
1
+ import React, { ReactNode } from 'react';
2
+ /** A form-associated base class for the @microsoft/fast-foundation#(TextField:class) component.
3
+ * For more info on this Vivid element please visit https://vivid.deno.dev/components/form-associated-date-picker
4
+ * @param {HTMLInputElement} proxy
5
+ * @param {string} type
6
+ */
7
+ declare const VwcFormAssociatedDatePicker: {
8
+ (props: {
9
+ children?: ReactNode;
10
+ slot?: string | undefined;
11
+ id?: string | undefined;
12
+ style?: React.CSSProperties | undefined;
13
+ ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
14
+ proxy?: any;
15
+ type?: string | undefined;
16
+ }): JSX.Element;
17
+ displayName: string;
18
+ };
19
+ export default VwcFormAssociatedDatePicker;
@@ -0,0 +1,52 @@
1
+ /*
2
+ * DO NOT EDIT THIS FILE. IT IS GENERATED
3
+ */
4
+ /*
5
+ Code in this file were generated using following JSON:
6
+ {
7
+ "kind": "class",
8
+ "description": "A form-associated base class for the @microsoft/fast-foundation#(TextField:class) component.",
9
+ "name": "FormAssociatedDatePicker",
10
+ "members": [
11
+ {
12
+ "kind": "field",
13
+ "name": "proxy",
14
+ "type": {
15
+ "text": "HTMLInputElement"
16
+ }
17
+ },
18
+ {
19
+ "kind": "field",
20
+ "name": "type",
21
+ "type": {
22
+ "text": "string"
23
+ },
24
+ "default": "'date'"
25
+ }
26
+ ],
27
+ "mixins": [
28
+ {
29
+ "name": "FormAssociated",
30
+ "package": "@microsoft/fast-foundation"
31
+ }
32
+ ],
33
+ "superclass": {
34
+ "name": "_DatePicker",
35
+ "module": "libs/components/src/lib/date-picker/date-picker.form-associated.ts"
36
+ }
37
+ }
38
+ */
39
+ import wrapper from '@vonage/vivid-react-wrapper'
40
+ import { registerFormAssociatedDatePicker } from '@vonage/vivid'
41
+
42
+ registerFormAssociatedDatePicker('vvd3')
43
+
44
+ const VwcFormAssociatedDatePicker = wrapper(`vvd3-form-associated-date-picker`, {
45
+ events: [],
46
+ attributes: [],
47
+ properties: ['proxy', 'type']
48
+ })
49
+
50
+ VwcFormAssociatedDatePicker.displayName = 'VwcFormAssociatedDatePicker'
51
+
52
+ export default VwcFormAssociatedDatePicker
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "@vonage/vivid-react-vvd3-form-associated-date-picker",
3
+ "version": "3.37.0",
4
+ "main": "index.js",
5
+ "types": "index.d.ts",
6
+ "private": true,
7
+ "license": "MIT",
8
+ "dependencies": {
9
+ "@vonage/vivid": "3.37.0"
10
+ }
11
+ }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-header",
3
- "version": "3.32.0",
3
+ "version": "3.37.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": "3.32.0"
9
+ "@vonage/vivid": "3.37.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-icon",
3
- "version": "3.32.0",
3
+ "version": "3.37.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": "3.32.0"
9
+ "@vonage/vivid": "3.37.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-layout",
3
- "version": "3.32.0",
3
+ "version": "3.37.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": "3.32.0"
9
+ "@vonage/vivid": "3.37.0"
10
10
  }
11
11
  }
@@ -2,6 +2,8 @@ import React, { ReactNode } from 'react';
2
2
  /** Base class for listbox
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/listbox
4
4
  * @param {LisboxAppearance | undefined} appearance - The appearance the listbox should have. **attribute** `appearance`
5
+ * @param {'horizontal' | 'vertical' | undefined} orientation - The direction the listbox options should flow. **attribute** `orientation`
6
+ * @param {ListboxShape | undefined} shape - The shape the listbox should have. **attribute** `shape`
5
7
  */
6
8
  declare const VwcListbox: {
7
9
  (props: {
@@ -11,6 +13,8 @@ declare const VwcListbox: {
11
13
  style?: React.CSSProperties | undefined;
12
14
  ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
13
15
  appearance?: any;
16
+ orientation?: any;
17
+ shape?: any;
14
18
  }): JSX.Element;
15
19
  displayName: string;
16
20
  };
@@ -40,6 +40,60 @@ Code in this file were generated using following JSON:
40
40
  },
41
41
  "description": "The appearance the listbox should have.",
42
42
  "privacy": "public"
43
+ },
44
+ {
45
+ "kind": "field",
46
+ "name": "orientation",
47
+ "type": {
48
+ "text": "'horizontal' | 'vertical' | undefined"
49
+ },
50
+ "description": "The direction the listbox options should flow.",
51
+ "privacy": "public"
52
+ },
53
+ {
54
+ "kind": "method",
55
+ "name": "orientationChanged",
56
+ "return": {
57
+ "type": {
58
+ "text": "void"
59
+ }
60
+ }
61
+ },
62
+ {
63
+ "kind": "field",
64
+ "name": "shape",
65
+ "type": {
66
+ "text": "ListboxShape | undefined"
67
+ },
68
+ "description": "The shape the listbox should have.",
69
+ "privacy": "public"
70
+ },
71
+ {
72
+ "kind": "method",
73
+ "name": "slottedOptionsChanged",
74
+ "parameters": [
75
+ {
76
+ "name": "prev",
77
+ "type": {
78
+ "text": "Element[] | undefined"
79
+ }
80
+ },
81
+ {
82
+ "name": "next",
83
+ "type": {
84
+ "text": "Element[]"
85
+ }
86
+ }
87
+ ]
88
+ },
89
+ {
90
+ "kind": "method",
91
+ "name": "#disableSlottedChildren",
92
+ "return": {
93
+ "type": {
94
+ "text": "void"
95
+ }
96
+ }
43
97
  }
44
98
  ],
45
99
  "attributes": [
@@ -50,6 +104,22 @@ Code in this file were generated using following JSON:
50
104
  },
51
105
  "description": "The appearance the listbox should have.",
52
106
  "fieldName": "appearance"
107
+ },
108
+ {
109
+ "name": "orientation",
110
+ "type": {
111
+ "text": "'horizontal' | 'vertical' | undefined"
112
+ },
113
+ "description": "The direction the listbox options should flow.",
114
+ "fieldName": "orientation"
115
+ },
116
+ {
117
+ "name": "shape",
118
+ "type": {
119
+ "text": "ListboxShape | undefined"
120
+ },
121
+ "description": "The shape the listbox should have.",
122
+ "fieldName": "shape"
53
123
  }
54
124
  ],
55
125
  "superclass": {
@@ -66,7 +136,7 @@ registerListbox('vvd3')
66
136
  const VwcListbox = wrapper(`vvd3-listbox`, {
67
137
  events: [],
68
138
  attributes: [],
69
- properties: ['appearance']
139
+ properties: ['appearance', 'orientation', 'shape']
70
140
  })
71
141
 
72
142
  VwcListbox.displayName = 'VwcListbox'
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-listbox",
3
- "version": "3.32.0",
3
+ "version": "3.37.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": "3.32.0"
9
+ "@vonage/vivid": "3.37.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-listbox-option",
3
- "version": "3.32.0",
3
+ "version": "3.37.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": "3.32.0"
9
+ "@vonage/vivid": "3.37.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-menu",
3
- "version": "3.32.0",
3
+ "version": "3.37.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": "3.32.0"
9
+ "@vonage/vivid": "3.37.0"
10
10
  }
11
11
  }