@vonage/vivid-react 2.10.70 → 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.
- package/README.md +54 -54
- package/VwcAccordion/package.json +2 -2
- package/VwcActionGroup/package.json +2 -2
- package/VwcBadge/package.json +2 -2
- package/VwcBanner/package.json +2 -2
- package/VwcButton/package.json +2 -2
- package/VwcButtonToggleGroup/package.json +2 -2
- package/VwcCalendar/package.json +2 -2
- package/VwcCalendarEvent/package.json +2 -2
- package/VwcCard/package.json +2 -2
- package/VwcCarousel/package.json +2 -2
- package/VwcCarouselItem/package.json +2 -2
- package/VwcCheckListItem/package.json +2 -2
- package/VwcCheckbox/package.json +2 -2
- package/VwcChip/package.json +2 -2
- package/VwcChipSet/package.json +2 -2
- package/VwcCircularProgress/package.json +2 -2
- package/VwcDataGrid/package.json +2 -2
- package/VwcDataGridColumn/package.json +2 -2
- package/VwcDatepicker/package.json +2 -2
- package/VwcDialog/package.json +2 -2
- package/VwcDrawer/package.json +2 -2
- package/VwcDropdown/package.json +2 -2
- package/VwcElevation/package.json +2 -2
- package/VwcEmptyState/package.json +2 -2
- package/VwcExpansionPanel/package.json +2 -2
- package/VwcFab/package.json +2 -2
- package/VwcFilePicker/package.json +2 -2
- package/VwcFormfield/package.json +2 -2
- package/VwcHelperMessage/package.json +2 -2
- package/VwcIcon/package.json +2 -2
- package/VwcIconButton/package.json +2 -2
- package/VwcIconButtonToggle/package.json +2 -2
- package/VwcKeypad/package.json +2 -2
- package/VwcLayout/package.json +2 -2
- package/VwcLinearProgress/package.json +2 -2
- package/VwcList/package.json +2 -2
- package/VwcListExpansionPanel/package.json +2 -2
- package/VwcListItem/package.json +2 -2
- package/VwcMenu/package.json +2 -2
- package/VwcNotchedOutline/package.json +2 -2
- package/VwcNote/package.json +2 -2
- package/VwcPagination/package.json +2 -2
- package/VwcPopup/package.json +2 -2
- package/VwcRadio/package.json +2 -2
- package/VwcRadioListItem/package.json +2 -2
- package/VwcSchemeSelect/package.json +2 -2
- package/VwcScrubBar/package.json +2 -2
- package/VwcSelect/package.json +2 -2
- package/VwcSideDrawer/package.json +2 -2
- package/VwcSlider/package.json +2 -2
- package/VwcSnackbar/package.json +2 -2
- package/VwcSurface/package.json +2 -2
- package/VwcSwitch/package.json +2 -2
- package/VwcTab/package.json +2 -2
- package/VwcTabBar/package.json +2 -2
- package/VwcTag/package.json +2 -2
- package/VwcText/package.json +2 -2
- package/VwcTextarea/package.json +2 -2
- package/VwcTextfield/package.json +2 -2
- package/VwcThemeSwitch/package.json +2 -2
- package/VwcTooltip/package.json +2 -2
- package/VwcTopAppBar/package.json +2 -2
- package/VwcTopAppBarFixed/package.json +2 -2
- package/index.js +5 -5
- package/package.json +59 -59
- package/types/index.d.ts +10 -6
- package/v3/VwcAccordion/package.json +2 -2
- package/v3/VwcAccordionItem/package.json +2 -2
- package/v3/VwcActionGroup/package.json +2 -2
- package/v3/VwcAlert/package.json +2 -2
- package/v3/VwcAvatar/index.js +8 -0
- package/v3/VwcAvatar/package.json +2 -2
- package/v3/VwcBadge/package.json +2 -2
- package/v3/VwcBanner/package.json +2 -2
- package/v3/VwcBreadcrumb/package.json +2 -2
- package/v3/VwcBreadcrumbItem/package.json +2 -2
- package/v3/VwcButton/package.json +2 -2
- package/v3/VwcCalendar/package.json +2 -2
- package/v3/VwcCalendarEvent/package.json +2 -2
- package/v3/VwcCard/package.json +2 -2
- package/v3/VwcCheckbox/package.json +2 -2
- package/v3/VwcCombobox/package.json +2 -2
- package/v3/VwcDataGrid/package.json +2 -2
- package/v3/VwcDataGridCell/package.json +2 -2
- package/v3/VwcDataGridRow/package.json +2 -2
- package/v3/VwcDatePicker/index.d.ts +14 -10
- package/v3/VwcDatePicker/index.js +116 -52
- package/v3/VwcDatePicker/package.json +2 -2
- package/v3/VwcDialog/package.json +2 -2
- package/v3/VwcDivider/package.json +2 -2
- package/v3/VwcElevation/package.json +2 -2
- package/v3/VwcEmptyState/package.json +2 -2
- package/v3/VwcFab/index.js +6 -0
- package/v3/VwcFab/package.json +2 -2
- package/v3/VwcFilePicker/package.json +2 -2
- package/v3/VwcFocus/package.json +2 -2
- package/v3/VwcFormAssociatedDatePicker/index.d.ts +19 -0
- package/v3/VwcFormAssociatedDatePicker/index.js +52 -0
- package/v3/VwcFormAssociatedDatePicker/package.json +11 -0
- package/v3/VwcHeader/package.json +2 -2
- package/v3/VwcIcon/package.json +2 -2
- package/v3/VwcLayout/package.json +2 -2
- package/v3/VwcListbox/index.d.ts +4 -0
- package/v3/VwcListbox/index.js +71 -1
- package/v3/VwcListbox/package.json +2 -2
- package/v3/VwcListboxOption/package.json +2 -2
- package/v3/VwcMenu/package.json +2 -2
- package/v3/VwcMenuItem/index.d.ts +2 -0
- package/v3/VwcMenuItem/index.js +30 -1
- package/v3/VwcMenuItem/package.json +2 -2
- package/v3/VwcNav/package.json +2 -2
- package/v3/VwcNavDisclosure/package.json +2 -2
- package/v3/VwcNavItem/package.json +2 -2
- package/v3/VwcNote/package.json +2 -2
- package/v3/VwcNumberField/index.js +31 -0
- package/v3/VwcNumberField/package.json +2 -2
- package/v3/VwcPagination/package.json +2 -2
- package/v3/VwcPopup/package.json +2 -2
- package/v3/VwcProgress/package.json +2 -2
- package/v3/VwcProgressRing/index.d.ts +1 -1
- package/v3/VwcProgressRing/index.js +2 -2
- package/v3/VwcProgressRing/package.json +2 -2
- package/v3/VwcRadio/package.json +2 -2
- package/v3/VwcRadioGroup/package.json +2 -2
- package/v3/VwcSelect/package.json +2 -2
- package/v3/VwcSideDrawer/package.json +2 -2
- package/v3/VwcSlider/package.json +2 -2
- package/v3/VwcSplitButton/package.json +2 -2
- package/v3/VwcSwitch/package.json +2 -2
- package/v3/VwcTab/index.js +6 -0
- package/v3/VwcTab/package.json +2 -2
- package/v3/VwcTabPanel/package.json +2 -2
- package/v3/VwcTabs/package.json +2 -2
- package/v3/VwcTag/package.json +2 -2
- package/v3/VwcTagGroup/package.json +2 -2
- package/v3/VwcTextAnchor/package.json +2 -2
- package/v3/VwcTextArea/package.json +2 -2
- package/v3/VwcTextField/index.d.ts +2 -2
- package/v3/VwcTextField/index.js +18 -1
- package/v3/VwcTextField/package.json +2 -2
- package/v3/VwcToggletip/package.json +2 -2
- package/v3/VwcTooltip/package.json +2 -2
- package/v3/VwcTreeItem/package.json +2 -2
- 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": "
|
|
35
|
+
"name": "min",
|
|
36
36
|
"type": {
|
|
37
|
-
"text": "string
|
|
37
|
+
"text": "string"
|
|
38
38
|
},
|
|
39
|
-
"description": "The
|
|
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": "
|
|
45
|
+
"name": "max",
|
|
45
46
|
"type": {
|
|
46
|
-
"text": "string
|
|
47
|
+
"text": "string"
|
|
47
48
|
},
|
|
48
|
-
"description": "The
|
|
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": "
|
|
55
|
+
"name": "initialValue",
|
|
54
56
|
"type": {
|
|
55
|
-
"text": "string
|
|
57
|
+
"text": "string"
|
|
56
58
|
},
|
|
57
|
-
"description": "The
|
|
59
|
+
"description": "The initial value of the date-picker.",
|
|
58
60
|
"privacy": "public"
|
|
59
61
|
},
|
|
60
62
|
{
|
|
61
63
|
"kind": "field",
|
|
62
|
-
"name": "
|
|
64
|
+
"name": "currentValue",
|
|
63
65
|
"type": {
|
|
64
|
-
"text": "
|
|
66
|
+
"text": "string"
|
|
65
67
|
},
|
|
66
|
-
"
|
|
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
|
|
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
|
-
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"kind": "method",
|
|
165
|
+
"name": "_presentationValueChanged"
|
|
166
|
+
},
|
|
132
167
|
{
|
|
133
|
-
"
|
|
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": "
|
|
183
|
+
"text": "HTMLInputElement"
|
|
136
184
|
},
|
|
137
|
-
"
|
|
138
|
-
|
|
185
|
+
"inheritedFrom": {
|
|
186
|
+
"name": "FormAssociatedDatePicker",
|
|
187
|
+
"module": "libs/components/src/lib/date-picker/date-picker.form-associated.ts"
|
|
188
|
+
}
|
|
139
189
|
},
|
|
140
190
|
{
|
|
141
|
-
"
|
|
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
|
|
206
|
+
"text": "string"
|
|
144
207
|
},
|
|
145
|
-
"description": "The
|
|
146
|
-
"
|
|
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
|
|
214
|
+
"text": "string"
|
|
152
215
|
},
|
|
153
|
-
"description": "The
|
|
154
|
-
"
|
|
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": "
|
|
223
|
+
"text": "string"
|
|
159
224
|
},
|
|
160
|
-
"
|
|
161
|
-
"
|
|
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": "
|
|
231
|
+
"text": "string"
|
|
167
232
|
},
|
|
168
|
-
"
|
|
169
|
-
"
|
|
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": "
|
|
184
|
-
"
|
|
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: ['
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
9
|
+
"@vonage/vivid": "3.37.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcFab/index.js
CHANGED
package/v3/VwcFab/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-fab",
|
|
3
|
-
"version": "3.
|
|
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.
|
|
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.
|
|
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.
|
|
9
|
+
"@vonage/vivid": "3.37.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcFocus/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-focus",
|
|
3
|
-
"version": "3.
|
|
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.
|
|
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
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-header",
|
|
3
|
-
"version": "3.
|
|
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.
|
|
9
|
+
"@vonage/vivid": "3.37.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcIcon/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-icon",
|
|
3
|
-
"version": "3.
|
|
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.
|
|
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.
|
|
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.
|
|
9
|
+
"@vonage/vivid": "3.37.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcListbox/index.d.ts
CHANGED
|
@@ -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
|
};
|
package/v3/VwcListbox/index.js
CHANGED
|
@@ -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.
|
|
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.
|
|
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.
|
|
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.
|
|
9
|
+
"@vonage/vivid": "3.37.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcMenu/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-menu",
|
|
3
|
-
"version": "3.
|
|
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.
|
|
9
|
+
"@vonage/vivid": "3.37.0"
|
|
10
10
|
}
|
|
11
11
|
}
|