@vonage/vivid-react 2.10.63 → 2.10.64

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 (168) 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/VwcSelect/package.json +2 -2
  49. package/VwcSideDrawer/package.json +2 -2
  50. package/VwcSlider/package.json +2 -2
  51. package/VwcSnackbar/package.json +2 -2
  52. package/VwcSurface/package.json +2 -2
  53. package/VwcSwitch/package.json +2 -2
  54. package/VwcTab/package.json +2 -2
  55. package/VwcTabBar/package.json +2 -2
  56. package/VwcTag/package.json +2 -2
  57. package/VwcText/package.json +2 -2
  58. package/VwcTextarea/package.json +2 -2
  59. package/VwcTextfield/package.json +2 -2
  60. package/VwcThemeSwitch/package.json +2 -2
  61. package/VwcTooltip/package.json +2 -2
  62. package/VwcTopAppBar/package.json +2 -2
  63. package/VwcTopAppBarFixed/package.json +2 -2
  64. package/index.js +5 -5
  65. package/package.json +58 -58
  66. package/types/index.d.ts +38 -4
  67. package/v3/VwcAccordion/package.json +2 -2
  68. package/v3/VwcAccordionItem/package.json +2 -2
  69. package/v3/VwcActionGroup/index.d.ts +2 -2
  70. package/v3/VwcActionGroup/index.js +5 -3
  71. package/v3/VwcActionGroup/package.json +2 -2
  72. package/v3/VwcAlert/index.d.ts +3 -1
  73. package/v3/VwcAlert/index.js +15 -1
  74. package/v3/VwcAlert/package.json +2 -2
  75. package/v3/VwcAvatar/package.json +2 -2
  76. package/v3/VwcBadge/package.json +2 -2
  77. package/v3/VwcBanner/index.d.ts +2 -2
  78. package/v3/VwcBanner/index.js +17 -15
  79. package/v3/VwcBanner/package.json +2 -2
  80. package/v3/VwcBreadcrumb/package.json +2 -2
  81. package/v3/VwcBreadcrumbItem/package.json +2 -2
  82. package/v3/VwcButton/index.d.ts +2 -0
  83. package/v3/VwcButton/index.js +16 -1
  84. package/v3/VwcButton/package.json +2 -2
  85. package/v3/VwcCalendar/index.js +2 -13
  86. package/v3/VwcCalendar/package.json +2 -2
  87. package/v3/VwcCalendarEvent/package.json +2 -2
  88. package/v3/VwcCard/package.json +2 -2
  89. package/v3/VwcCheckbox/package.json +2 -2
  90. package/v3/VwcCombobox/package.json +2 -2
  91. package/v3/VwcDataGrid/index.js +13 -0
  92. package/v3/VwcDataGrid/package.json +2 -2
  93. package/v3/VwcDataGridCell/index.d.ts +2 -0
  94. package/v3/VwcDataGridCell/index.js +17 -1
  95. package/v3/VwcDataGridCell/package.json +2 -2
  96. package/v3/VwcDataGridRow/package.json +2 -2
  97. package/v3/VwcDatePicker/index.d.ts +27 -0
  98. package/v3/VwcDatePicker/index.js +201 -0
  99. package/v3/VwcDatePicker/package.json +11 -0
  100. package/v3/VwcDialog/index.d.ts +4 -1
  101. package/v3/VwcDialog/index.js +19 -2
  102. package/v3/VwcDialog/package.json +2 -2
  103. package/v3/VwcDivider/package.json +2 -2
  104. package/v3/VwcElevation/package.json +2 -2
  105. package/v3/VwcEmptyState/package.json +2 -2
  106. package/v3/VwcFab/package.json +2 -2
  107. package/v3/VwcFilePicker/index.d.ts +28 -0
  108. package/v3/VwcFilePicker/index.js +258 -0
  109. package/v3/VwcFilePicker/package.json +11 -0
  110. package/v3/VwcFocus/package.json +2 -2
  111. package/v3/VwcHeader/package.json +2 -2
  112. package/v3/VwcIcon/index.d.ts +2 -0
  113. package/v3/VwcIcon/index.js +14 -1
  114. package/v3/VwcIcon/package.json +2 -2
  115. package/v3/VwcLayout/index.d.ts +3 -0
  116. package/v3/VwcLayout/index.js +1 -4
  117. package/v3/VwcLayout/package.json +2 -2
  118. package/v3/VwcListbox/package.json +2 -2
  119. package/v3/VwcListboxOption/package.json +2 -2
  120. package/v3/VwcMenu/index.d.ts +10 -10
  121. package/v3/VwcMenu/index.js +150 -36
  122. package/v3/VwcMenu/package.json +2 -2
  123. package/v3/VwcMenuItem/index.js +6 -0
  124. package/v3/VwcMenuItem/package.json +2 -2
  125. package/v3/VwcNav/package.json +2 -2
  126. package/v3/VwcNavDisclosure/index.d.ts +4 -1
  127. package/v3/VwcNavDisclosure/index.js +32 -2
  128. package/v3/VwcNavDisclosure/package.json +2 -2
  129. package/v3/VwcNavItem/index.js +19 -9
  130. package/v3/VwcNavItem/package.json +2 -2
  131. package/v3/VwcNote/package.json +2 -2
  132. package/v3/VwcNumberField/package.json +2 -2
  133. package/v3/VwcPagination/index.d.ts +3 -1
  134. package/v3/VwcPagination/index.js +22 -2
  135. package/v3/VwcPagination/package.json +2 -2
  136. package/v3/VwcPopup/package.json +2 -2
  137. package/v3/VwcProgress/package.json +2 -2
  138. package/v3/VwcProgressRing/package.json +2 -2
  139. package/v3/VwcRadio/index.d.ts +2 -0
  140. package/v3/VwcRadio/index.js +56 -7
  141. package/v3/VwcRadio/package.json +2 -2
  142. package/v3/VwcRadioGroup/package.json +2 -2
  143. package/v3/VwcSelect/index.d.ts +7 -5
  144. package/v3/VwcSelect/index.js +47 -12
  145. package/v3/VwcSelect/package.json +2 -2
  146. package/v3/VwcSideDrawer/package.json +2 -2
  147. package/v3/VwcSlider/package.json +2 -2
  148. package/v3/VwcSplitButton/index.d.ts +39 -0
  149. package/v3/VwcSplitButton/index.js +311 -0
  150. package/v3/VwcSplitButton/package.json +11 -0
  151. package/v3/VwcSwitch/package.json +2 -2
  152. package/v3/VwcTab/index.d.ts +2 -0
  153. package/v3/VwcTab/index.js +18 -1
  154. package/v3/VwcTab/package.json +2 -2
  155. package/v3/VwcTabPanel/package.json +2 -2
  156. package/v3/VwcTabs/index.js +16 -2
  157. package/v3/VwcTabs/package.json +2 -2
  158. package/v3/VwcTag/package.json +2 -2
  159. package/v3/VwcTagGroup/index.js +6 -0
  160. package/v3/VwcTagGroup/package.json +2 -2
  161. package/v3/VwcTextAnchor/package.json +2 -2
  162. package/v3/VwcTextArea/package.json +2 -2
  163. package/v3/VwcTextField/package.json +2 -2
  164. package/v3/VwcToggletip/index.js +10 -0
  165. package/v3/VwcToggletip/package.json +2 -2
  166. package/v3/VwcTooltip/package.json +2 -2
  167. package/v3/VwcTreeItem/package.json +2 -2
  168. package/v3/VwcTreeView/package.json +2 -2
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "@vonage/vivid-react-vvd3-split-button",
3
+ "version": "3.32.0",
4
+ "main": "index.js",
5
+ "types": "index.d.ts",
6
+ "private": true,
7
+ "license": "MIT",
8
+ "dependencies": {
9
+ "@vonage/vivid": "3.32.0"
10
+ }
11
+ }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-switch",
3
- "version": "3.20.0",
3
+ "version": "3.32.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.20.0"
9
+ "@vonage/vivid": "3.32.0"
10
10
  }
11
11
  }
@@ -2,6 +2,7 @@ import React, { ReactNode } from 'react';
2
2
  /** Base class for tab
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/tab
4
4
  * @param {TabConnotation | undefined} connotation - The connotation the tab should have. **attribute** `connotation`
5
+ * @param {TabShape | undefined} shape - The shape the tab should have. **attribute** `shape`
5
6
  * @param {string | undefined} label - Indicates the tab's label. **attribute** `label`
6
7
  * @param {any} tabIndex **attribute** `tabIndex`
7
8
  * @param {string | null} ariaSelected **attribute** `aria-selected`
@@ -14,6 +15,7 @@ declare const VwcTab: {
14
15
  style?: React.CSSProperties | undefined;
15
16
  ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
16
17
  connotation?: any;
18
+ shape?: any;
17
19
  label?: string | undefined;
18
20
  tabIndex?: any;
19
21
  ariaSelected?: string | null | undefined;
@@ -67,6 +67,15 @@ Code in this file were generated using following JSON:
67
67
  "description": "The connotation the tab should have.",
68
68
  "privacy": "public"
69
69
  },
70
+ {
71
+ "kind": "field",
72
+ "name": "shape",
73
+ "type": {
74
+ "text": "TabShape | undefined"
75
+ },
76
+ "description": "The shape the tab should have.",
77
+ "privacy": "public"
78
+ },
70
79
  {
71
80
  "kind": "field",
72
81
  "name": "label",
@@ -102,6 +111,14 @@ Code in this file were generated using following JSON:
102
111
  "description": "The connotation the tab should have.",
103
112
  "fieldName": "connotation"
104
113
  },
114
+ {
115
+ "name": "shape",
116
+ "type": {
117
+ "text": "TabShape | undefined"
118
+ },
119
+ "description": "The shape the tab should have.",
120
+ "fieldName": "shape"
121
+ },
105
122
  {
106
123
  "name": "label",
107
124
  "type": {
@@ -140,7 +157,7 @@ registerTab('vvd3')
140
157
  const VwcTab = wrapper(`vvd3-tab`, {
141
158
  events: [],
142
159
  attributes: [],
143
- properties: ['connotation', 'label', 'tabIndex', 'ariaSelected']
160
+ properties: ['connotation', 'shape', 'label', 'tabIndex', 'ariaSelected']
144
161
  })
145
162
 
146
163
  VwcTab.displayName = 'VwcTab'
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tab",
3
- "version": "3.20.0",
3
+ "version": "3.32.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.20.0"
9
+ "@vonage/vivid": "3.32.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tab-panel",
3
- "version": "3.20.0",
3
+ "version": "3.32.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.20.0"
9
+ "@vonage/vivid": "3.32.0"
10
10
  }
11
11
  }
@@ -102,13 +102,27 @@ Code in this file were generated using following JSON:
102
102
  "kind": "method",
103
103
  "name": "#updateTabsConnotation"
104
104
  },
105
+ {
106
+ "kind": "field",
107
+ "name": "#tabListWrapper",
108
+ "privacy": "private",
109
+ "readonly": true
110
+ },
105
111
  {
106
112
  "kind": "method",
107
- "name": "#patchActiveID"
113
+ "name": "#scrollToIndex",
114
+ "parameters": [
115
+ {
116
+ "name": "index",
117
+ "type": {
118
+ "text": "number"
119
+ }
120
+ }
121
+ ]
108
122
  },
109
123
  {
110
124
  "kind": "method",
111
- "name": "#connotationClass"
125
+ "name": "#patchActiveID"
112
126
  }
113
127
  ],
114
128
  "attributes": [
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tabs",
3
- "version": "3.20.0",
3
+ "version": "3.32.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.20.0"
9
+ "@vonage/vivid": "3.32.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tag",
3
- "version": "3.20.0",
3
+ "version": "3.32.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.20.0"
9
+ "@vonage/vivid": "3.32.0"
10
10
  }
11
11
  }
@@ -7,6 +7,12 @@ Code in this file were generated using following JSON:
7
7
  "kind": "class",
8
8
  "description": "Base class for tag-group",
9
9
  "name": "TagGroup",
10
+ "slots": [
11
+ {
12
+ "description": "The content of the tag-group.",
13
+ "name": ""
14
+ }
15
+ ],
10
16
  "superclass": {
11
17
  "name": "FoundationElement",
12
18
  "package": "@microsoft/fast-foundation"
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tag-group",
3
- "version": "3.20.0",
3
+ "version": "3.32.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.20.0"
9
+ "@vonage/vivid": "3.32.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-text-anchor",
3
- "version": "3.20.0",
3
+ "version": "3.32.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.20.0"
9
+ "@vonage/vivid": "3.32.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-text-area",
3
- "version": "3.20.0",
3
+ "version": "3.32.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.20.0"
9
+ "@vonage/vivid": "3.32.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-text-field",
3
- "version": "3.20.0",
3
+ "version": "3.32.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.20.0"
9
+ "@vonage/vivid": "3.32.0"
10
10
  }
11
11
  }
@@ -7,6 +7,16 @@ Code in this file were generated using following JSON:
7
7
  "kind": "class",
8
8
  "description": "Base class for toggletip",
9
9
  "name": "Toggletip",
10
+ "slots": [
11
+ {
12
+ "description": "The content to display in the toggletip.",
13
+ "name": ""
14
+ },
15
+ {
16
+ "description": "The content to display in the toggletip action items.",
17
+ "name": "action-items"
18
+ }
19
+ ],
10
20
  "members": [
11
21
  {
12
22
  "kind": "field",
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-toggletip",
3
- "version": "3.20.0",
3
+ "version": "3.32.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.20.0"
9
+ "@vonage/vivid": "3.32.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tooltip",
3
- "version": "3.20.0",
3
+ "version": "3.32.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.20.0"
9
+ "@vonage/vivid": "3.32.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tree-item",
3
- "version": "3.20.0",
3
+ "version": "3.32.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.20.0"
9
+ "@vonage/vivid": "3.32.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tree-view",
3
- "version": "3.20.0",
3
+ "version": "3.32.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.20.0"
9
+ "@vonage/vivid": "3.32.0"
10
10
  }
11
11
  }