@vonage/vivid-react 2.10.72 → 2.10.73
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/VwcAccordion/package.json +1 -1
- package/VwcActionGroup/package.json +1 -1
- package/VwcBadge/package.json +1 -1
- package/VwcBanner/package.json +1 -1
- package/VwcButton/package.json +1 -1
- package/VwcButtonToggleGroup/package.json +1 -1
- package/VwcCalendar/package.json +1 -1
- package/VwcCalendarEvent/package.json +1 -1
- package/VwcCard/package.json +1 -1
- package/VwcCarousel/package.json +1 -1
- package/VwcCarouselItem/package.json +1 -1
- package/VwcCheckListItem/package.json +1 -1
- package/VwcCheckbox/package.json +1 -1
- package/VwcChip/package.json +1 -1
- package/VwcChipSet/package.json +1 -1
- package/VwcCircularProgress/package.json +1 -1
- package/VwcDataGrid/package.json +1 -1
- package/VwcDataGridColumn/package.json +1 -1
- package/VwcDatepicker/package.json +1 -1
- package/VwcDialog/package.json +1 -1
- package/VwcDrawer/package.json +1 -1
- package/VwcDropdown/package.json +1 -1
- package/VwcElevation/package.json +1 -1
- package/VwcEmptyState/package.json +1 -1
- package/VwcExpansionPanel/package.json +1 -1
- package/VwcFab/package.json +1 -1
- package/VwcFilePicker/package.json +1 -1
- package/VwcFormfield/package.json +1 -1
- package/VwcHelperMessage/package.json +1 -1
- package/VwcIcon/package.json +1 -1
- package/VwcIconButton/package.json +1 -1
- package/VwcIconButtonToggle/package.json +1 -1
- package/VwcKeypad/package.json +1 -1
- package/VwcLayout/package.json +1 -1
- package/VwcLinearProgress/package.json +1 -1
- package/VwcList/package.json +1 -1
- package/VwcListExpansionPanel/package.json +1 -1
- package/VwcListItem/package.json +1 -1
- package/VwcMenu/package.json +1 -1
- package/VwcNotchedOutline/package.json +1 -1
- package/VwcNote/package.json +1 -1
- package/VwcPagination/package.json +1 -1
- package/VwcPopup/package.json +1 -1
- package/VwcRadio/package.json +1 -1
- package/VwcRadioListItem/package.json +1 -1
- package/VwcSchemeSelect/package.json +1 -1
- package/VwcScrubBar/package.json +1 -1
- package/VwcSelect/package.json +1 -1
- package/VwcSideDrawer/package.json +1 -1
- package/VwcSlider/package.json +1 -1
- package/VwcSnackbar/package.json +1 -1
- package/VwcSurface/package.json +1 -1
- package/VwcSwitch/package.json +1 -1
- package/VwcTab/package.json +1 -1
- package/VwcTabBar/package.json +1 -1
- package/VwcTag/package.json +1 -1
- package/VwcText/package.json +1 -1
- package/VwcTextarea/package.json +1 -1
- package/VwcTextfield/package.json +1 -1
- package/VwcThemeSwitch/package.json +1 -1
- package/VwcTooltip/package.json +1 -1
- package/VwcTopAppBar/package.json +1 -1
- package/VwcTopAppBarFixed/package.json +1 -1
- package/index.js +8 -8
- package/package.json +16 -10
- package/types/index.d.ts +42 -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/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/index.d.ts +2 -0
- package/v3/VwcCheckbox/index.js +17 -1
- package/v3/VwcCheckbox/package.json +2 -2
- package/v3/VwcCombobox/package.json +2 -2
- package/v3/VwcDataGrid/index.d.ts +1 -1
- package/v3/VwcDataGrid/index.js +4 -1
- package/v3/VwcDataGrid/package.json +2 -2
- package/v3/VwcDataGridCell/index.d.ts +4 -3
- package/v3/VwcDataGridCell/index.js +15 -3
- package/v3/VwcDataGridCell/package.json +2 -2
- package/v3/VwcDataGridRow/index.d.ts +1 -1
- package/v3/VwcDataGridRow/index.js +4 -1
- package/v3/VwcDataGridRow/package.json +2 -2
- package/v3/VwcDatePicker/index.d.ts +6 -6
- package/v3/VwcDatePicker/index.js +161 -100
- package/v3/VwcDatePicker/package.json +2 -2
- package/v3/VwcDatePickerBase/index.d.ts +29 -0
- package/v3/VwcDatePickerBase/index.js +248 -0
- package/v3/VwcDatePickerBase/package.json +11 -0
- package/v3/VwcDateRangePicker/index.d.ts +56 -0
- package/v3/VwcDateRangePicker/index.js +444 -0
- package/v3/VwcDateRangePicker/package.json +11 -0
- package/v3/VwcDialog/index.d.ts +2 -0
- package/v3/VwcDialog/index.js +18 -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/package.json +2 -2
- package/v3/VwcFilePicker/index.d.ts +4 -2
- package/v3/VwcFilePicker/index.js +62 -20
- package/v3/VwcFilePicker/package.json +2 -2
- package/v3/VwcFocus/package.json +2 -2
- package/v3/{VwcFormAssociatedDatePicker → VwcFormAssociatedFilePicker}/index.d.ts +4 -6
- package/v3/VwcFormAssociatedFilePicker/index.js +44 -0
- package/v3/VwcFormAssociatedFilePicker/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/package.json +2 -2
- package/v3/VwcMenu/index.d.ts +2 -0
- package/v3/VwcMenu/index.js +5 -1
- package/v3/VwcMenu/package.json +2 -2
- package/v3/VwcMenuItem/index.d.ts +4 -0
- package/v3/VwcMenuItem/index.js +37 -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.d.ts +4 -0
- package/v3/VwcNumberField/index.js +33 -1
- package/v3/VwcNumberField/package.json +2 -2
- package/v3/{VwcListboxOption → VwcOption}/index.d.ts +3 -3
- package/v3/{VwcListboxOption → VwcOption}/index.js +5 -5
- package/v3/{VwcListboxOption → VwcOption}/package.json +2 -2
- package/v3/VwcPagination/package.json +2 -2
- package/v3/VwcPopup/package.json +2 -2
- package/v3/VwcProgress/index.d.ts +5 -3
- package/v3/VwcProgress/index.js +29 -4
- package/v3/VwcProgress/package.json +2 -2
- package/v3/VwcProgressRing/index.d.ts +2 -0
- package/v3/VwcProgressRing/index.js +17 -1
- package/v3/VwcProgressRing/package.json +2 -2
- package/v3/VwcRadio/index.d.ts +2 -0
- package/v3/VwcRadio/index.js +17 -1
- package/v3/VwcRadio/package.json +2 -2
- package/v3/VwcRadioGroup/package.json +2 -2
- package/v3/VwcSelect/index.d.ts +2 -1
- package/v3/VwcSelect/index.js +1 -1
- package/v3/VwcSelect/package.json +2 -2
- package/v3/VwcSelectableBox/index.d.ts +30 -0
- package/v3/VwcSelectableBox/index.js +197 -0
- package/v3/VwcSelectableBox/package.json +11 -0
- package/v3/VwcSideDrawer/index.d.ts +3 -1
- package/v3/VwcSideDrawer/index.js +11 -1
- package/v3/VwcSideDrawer/package.json +2 -2
- package/v3/VwcSlider/index.d.ts +6 -0
- package/v3/VwcSlider/index.js +60 -1
- package/v3/VwcSlider/package.json +2 -2
- package/v3/VwcSplitButton/package.json +2 -2
- package/v3/VwcSwitch/index.d.ts +1 -1
- package/v3/VwcSwitch/index.js +4 -1
- package/v3/VwcSwitch/package.json +2 -2
- 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/index.d.ts +2 -1
- package/v3/VwcTagGroup/index.js +21 -1
- package/v3/VwcTagGroup/package.json +2 -2
- package/v3/VwcTextAnchor/package.json +2 -2
- package/v3/VwcTextArea/index.d.ts +1 -1
- package/v3/VwcTextArea/index.js +11 -0
- package/v3/VwcTextArea/package.json +2 -2
- package/v3/VwcTextField/index.js +24 -0
- 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
- package/v3/VwcFormAssociatedDatePicker/index.js +0 -52
- package/v3/VwcFormAssociatedDatePicker/package.json +0 -11
package/v3/VwcSlider/index.js
CHANGED
|
@@ -7,7 +7,33 @@ Code in this file were generated using following JSON:
|
|
|
7
7
|
"kind": "class",
|
|
8
8
|
"description": "Base class for slider",
|
|
9
9
|
"name": "Slider",
|
|
10
|
+
"cssProperties": [
|
|
11
|
+
{
|
|
12
|
+
"name": "--vvd-slider-cta-primary",
|
|
13
|
+
"default": "var(--vvd-color-cta-500)"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"name": "--vvd-slider-accent-primary",
|
|
17
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
18
|
+
}
|
|
19
|
+
],
|
|
10
20
|
"members": [
|
|
21
|
+
{
|
|
22
|
+
"kind": "field",
|
|
23
|
+
"name": "ariaLabel",
|
|
24
|
+
"type": {
|
|
25
|
+
"text": "string | null"
|
|
26
|
+
},
|
|
27
|
+
"default": "null"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"kind": "field",
|
|
31
|
+
"name": "ariaValuetext",
|
|
32
|
+
"type": {
|
|
33
|
+
"text": "string | null"
|
|
34
|
+
},
|
|
35
|
+
"default": "null"
|
|
36
|
+
},
|
|
11
37
|
{
|
|
12
38
|
"kind": "field",
|
|
13
39
|
"name": "markers",
|
|
@@ -17,9 +43,34 @@ Code in this file were generated using following JSON:
|
|
|
17
43
|
"default": "false",
|
|
18
44
|
"description": "Display markers on/off",
|
|
19
45
|
"privacy": "public"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"kind": "field",
|
|
49
|
+
"name": "connotation",
|
|
50
|
+
"type": {
|
|
51
|
+
"text": "SliderConnotation | undefined"
|
|
52
|
+
},
|
|
53
|
+
"description": "slider connotation",
|
|
54
|
+
"privacy": "public"
|
|
20
55
|
}
|
|
21
56
|
],
|
|
22
57
|
"attributes": [
|
|
58
|
+
{
|
|
59
|
+
"name": "aria-label",
|
|
60
|
+
"type": {
|
|
61
|
+
"text": "string | null"
|
|
62
|
+
},
|
|
63
|
+
"default": "null",
|
|
64
|
+
"fieldName": "ariaLabel"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "aria-valuetext",
|
|
68
|
+
"type": {
|
|
69
|
+
"text": "string | null"
|
|
70
|
+
},
|
|
71
|
+
"default": "null",
|
|
72
|
+
"fieldName": "ariaValuetext"
|
|
73
|
+
},
|
|
23
74
|
{
|
|
24
75
|
"type": {
|
|
25
76
|
"text": "boolean"
|
|
@@ -27,6 +78,14 @@ Code in this file were generated using following JSON:
|
|
|
27
78
|
"default": "false",
|
|
28
79
|
"description": "Display markers on/off",
|
|
29
80
|
"fieldName": "markers"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "connotation",
|
|
84
|
+
"type": {
|
|
85
|
+
"text": "SliderConnotation | undefined"
|
|
86
|
+
},
|
|
87
|
+
"description": "slider connotation",
|
|
88
|
+
"fieldName": "connotation"
|
|
30
89
|
}
|
|
31
90
|
],
|
|
32
91
|
"superclass": {
|
|
@@ -43,7 +102,7 @@ registerSlider('vvd3')
|
|
|
43
102
|
const VwcSlider = wrapper(`vvd3-slider`, {
|
|
44
103
|
events: [],
|
|
45
104
|
attributes: [],
|
|
46
|
-
properties: ['markers']
|
|
105
|
+
properties: ['ariaLabel', 'ariaValuetext', 'markers', 'connotation']
|
|
47
106
|
})
|
|
48
107
|
|
|
49
108
|
VwcSlider.displayName = 'VwcSlider'
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-slider",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.40.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.40.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-split-button",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.40.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.40.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcSwitch/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import React, { ReactNode } from 'react';
|
|
|
2
2
|
/** Base class for switch
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/switch
|
|
4
4
|
* @param {string | undefined} label - Indicates the switch's label. **attribute** `label`
|
|
5
|
-
* @param {SwitchConnotation | undefined} connotation
|
|
5
|
+
* @param {SwitchConnotation | undefined} connotation - Indicates the switch's connotation. **attribute** `connotation`
|
|
6
6
|
*/
|
|
7
7
|
declare const VwcSwitch: {
|
|
8
8
|
(props: {
|
package/v3/VwcSwitch/index.js
CHANGED
|
@@ -120,7 +120,9 @@ Code in this file were generated using following JSON:
|
|
|
120
120
|
"name": "connotation",
|
|
121
121
|
"type": {
|
|
122
122
|
"text": "SwitchConnotation | undefined"
|
|
123
|
-
}
|
|
123
|
+
},
|
|
124
|
+
"description": "Indicates the switch's connotation.",
|
|
125
|
+
"privacy": "public"
|
|
124
126
|
}
|
|
125
127
|
],
|
|
126
128
|
"attributes": [
|
|
@@ -137,6 +139,7 @@ Code in this file were generated using following JSON:
|
|
|
137
139
|
"type": {
|
|
138
140
|
"text": "SwitchConnotation | undefined"
|
|
139
141
|
},
|
|
142
|
+
"description": "Indicates the switch's connotation.",
|
|
140
143
|
"fieldName": "connotation"
|
|
141
144
|
}
|
|
142
145
|
],
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-switch",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.40.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.40.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcTab/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-tab",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.40.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.40.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-tab-panel",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.40.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.40.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcTabs/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-tabs",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.40.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.40.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcTag/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-tag",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.40.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.40.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
2
|
/** Base class for tag-group
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/tag-group
|
|
4
|
-
|
|
4
|
+
* @param {string | null} ariaLabel **attribute** `aria-label`
|
|
5
5
|
*/
|
|
6
6
|
declare const VwcTagGroup: {
|
|
7
7
|
(props: {
|
|
@@ -10,6 +10,7 @@ declare const VwcTagGroup: {
|
|
|
10
10
|
id?: string | undefined;
|
|
11
11
|
style?: React.CSSProperties | undefined;
|
|
12
12
|
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
13
|
+
ariaLabel?: string | null | undefined;
|
|
13
14
|
}): JSX.Element;
|
|
14
15
|
displayName: string;
|
|
15
16
|
};
|
package/v3/VwcTagGroup/index.js
CHANGED
|
@@ -13,6 +13,26 @@ Code in this file were generated using following JSON:
|
|
|
13
13
|
"name": ""
|
|
14
14
|
}
|
|
15
15
|
],
|
|
16
|
+
"members": [
|
|
17
|
+
{
|
|
18
|
+
"kind": "field",
|
|
19
|
+
"name": "ariaLabel",
|
|
20
|
+
"type": {
|
|
21
|
+
"text": "string | null"
|
|
22
|
+
},
|
|
23
|
+
"default": "null"
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"attributes": [
|
|
27
|
+
{
|
|
28
|
+
"name": "aria-label",
|
|
29
|
+
"type": {
|
|
30
|
+
"text": "string | null"
|
|
31
|
+
},
|
|
32
|
+
"default": "null",
|
|
33
|
+
"fieldName": "ariaLabel"
|
|
34
|
+
}
|
|
35
|
+
],
|
|
16
36
|
"superclass": {
|
|
17
37
|
"name": "FoundationElement",
|
|
18
38
|
"package": "@microsoft/fast-foundation"
|
|
@@ -27,7 +47,7 @@ registerTagGroup('vvd3')
|
|
|
27
47
|
const VwcTagGroup = wrapper(`vvd3-tag-group`, {
|
|
28
48
|
events: [],
|
|
29
49
|
attributes: [],
|
|
30
|
-
properties: []
|
|
50
|
+
properties: ['ariaLabel']
|
|
31
51
|
})
|
|
32
52
|
|
|
33
53
|
VwcTagGroup.displayName = 'VwcTagGroup'
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-tag-group",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.40.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.40.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-text-anchor",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.40.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.40.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
2
|
/** Base class for text-area
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/text-area
|
|
4
|
-
* @param {TextAreaWrap | undefined} wrap
|
|
4
|
+
* @param {TextAreaWrap | undefined} wrap - The wrap attribute **attribute** `wrap`
|
|
5
5
|
*/
|
|
6
6
|
declare const VwcTextArea: {
|
|
7
7
|
(props: {
|
package/v3/VwcTextArea/index.js
CHANGED
|
@@ -87,6 +87,16 @@ Code in this file were generated using following JSON:
|
|
|
87
87
|
"name": "wrap",
|
|
88
88
|
"type": {
|
|
89
89
|
"text": "TextAreaWrap | undefined"
|
|
90
|
+
},
|
|
91
|
+
"description": "The wrap attribute",
|
|
92
|
+
"privacy": "public"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"kind": "field",
|
|
96
|
+
"name": "#reflectToTextArea",
|
|
97
|
+
"privacy": "private",
|
|
98
|
+
"type": {
|
|
99
|
+
"text": "Reflector<this, HTMLTextAreaElement> | undefined"
|
|
90
100
|
}
|
|
91
101
|
}
|
|
92
102
|
],
|
|
@@ -96,6 +106,7 @@ Code in this file were generated using following JSON:
|
|
|
96
106
|
"type": {
|
|
97
107
|
"text": "TextAreaWrap | undefined"
|
|
98
108
|
},
|
|
109
|
+
"description": "The wrap attribute",
|
|
99
110
|
"fieldName": "wrap"
|
|
100
111
|
}
|
|
101
112
|
],
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-text-area",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.40.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.40.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcTextField/index.js
CHANGED
|
@@ -119,6 +119,30 @@ Code in this file were generated using following JSON:
|
|
|
119
119
|
"type": {
|
|
120
120
|
"text": "HTMLElement[] | undefined"
|
|
121
121
|
}
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"kind": "method",
|
|
125
|
+
"name": "#handleLabelChange",
|
|
126
|
+
"parameters": [
|
|
127
|
+
{
|
|
128
|
+
"name": "labelEl",
|
|
129
|
+
"type": {
|
|
130
|
+
"text": "HTMLLabelElement"
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
]
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"kind": "field",
|
|
137
|
+
"name": "#reflectToInput",
|
|
138
|
+
"privacy": "private",
|
|
139
|
+
"type": {
|
|
140
|
+
"text": "Reflector<this, HTMLInputElement> | undefined"
|
|
141
|
+
}
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"kind": "method",
|
|
145
|
+
"name": "focus"
|
|
122
146
|
}
|
|
123
147
|
],
|
|
124
148
|
"attributes": [
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-text-field",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.40.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.40.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-toggletip",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.40.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.40.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-tooltip",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.40.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.40.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-tree-item",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.40.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.40.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-tree-view",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.40.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.40.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,52 +0,0 @@
|
|
|
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
|