@carbon/ibm-products 2.41.1-canary.9 → 2.42.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (118) hide show
  1. package/es/components/CreateFullPage/CreateFullPage.d.ts +2 -1
  2. package/es/components/CreateFullPage/CreateFullPageStep.d.ts +71 -2
  3. package/es/components/CreateFullPage/CreateFullPageStep.js +3 -0
  4. package/es/components/DataSpreadsheet/DataSpreadsheet.d.ts +3 -2
  5. package/es/components/DataSpreadsheet/DataSpreadsheet.js +28 -28
  6. package/es/components/DataSpreadsheet/DataSpreadsheetBody.d.ts +7 -8
  7. package/es/components/DataSpreadsheet/DataSpreadsheetBody.js +1 -0
  8. package/es/components/DataSpreadsheet/DataSpreadsheetHeader.d.ts +4 -3
  9. package/es/components/DataSpreadsheet/types/index.d.ts +1 -4
  10. package/es/components/Datagrid/Datagrid/Datagrid.d.ts +24 -2
  11. package/es/components/Datagrid/Datagrid/Datagrid.js +4 -4
  12. package/es/components/Datagrid/Datagrid/DatagridBody.d.ts +2 -1
  13. package/es/components/Datagrid/Datagrid/DatagridBody.js +1 -2
  14. package/es/components/Datagrid/Datagrid/DatagridContent.d.ts +16 -13
  15. package/es/components/Datagrid/Datagrid/DatagridContent.js +12 -13
  16. package/es/components/Datagrid/Datagrid/DatagridEmptyBody.d.ts +8 -1
  17. package/es/components/Datagrid/Datagrid/DatagridEmptyBody.js +3 -4
  18. package/es/components/Datagrid/Datagrid/DatagridExpandedRow.d.ts +9 -1
  19. package/es/components/Datagrid/Datagrid/DatagridExpandedRow.js +10 -5
  20. package/es/components/Datagrid/Datagrid/DatagridHead.d.ts +8 -1
  21. package/es/components/Datagrid/Datagrid/DatagridHead.js +3 -5
  22. package/es/components/Datagrid/Datagrid/DatagridHeaderRow.d.ts +8 -1
  23. package/es/components/Datagrid/Datagrid/DatagridHeaderRow.js +41 -36
  24. package/es/components/Datagrid/Datagrid/DatagridRefBody.d.ts +2 -1
  25. package/es/components/Datagrid/Datagrid/DatagridRefBody.js +4 -4
  26. package/es/components/Datagrid/Datagrid/DatagridRow.d.ts +8 -1
  27. package/es/components/Datagrid/Datagrid/DatagridRow.js +12 -16
  28. package/es/components/Datagrid/Datagrid/DatagridSelectAll.d.ts +9 -1
  29. package/es/components/Datagrid/Datagrid/DatagridSelectAll.js +10 -8
  30. package/es/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.d.ts +23 -27
  31. package/es/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +9 -9
  32. package/es/components/Datagrid/Datagrid/DatagridSimpleBody.d.ts +2 -1
  33. package/es/components/Datagrid/Datagrid/DatagridSimpleBody.js +3 -3
  34. package/es/components/Datagrid/Datagrid/DatagridToolbar.d.ts +17 -10
  35. package/es/components/Datagrid/Datagrid/DatagridToolbar.js +15 -11
  36. package/es/components/Datagrid/Datagrid/DatagridVirtualBody.d.ts +8 -1
  37. package/es/components/Datagrid/Datagrid/DatagridVirtualBody.js +29 -17
  38. package/es/components/Datagrid/Datagrid/DraggableElement.d.ts +23 -21
  39. package/es/components/Datagrid/Datagrid/DraggableElement.js +2 -4
  40. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.d.ts +1 -1
  41. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +1 -1
  42. package/es/components/Datagrid/Datagrid/addons/Slug/DatagridSlug.d.ts +12 -2
  43. package/es/components/Datagrid/Datagrid/index.d.ts +7 -1
  44. package/es/components/Datagrid/types/index.d.ts +210 -0
  45. package/es/components/Datagrid/useColumnOrder.d.ts +1 -0
  46. package/es/components/Datagrid/useDatagrid.d.ts +1 -1
  47. package/es/components/Datagrid/useFocusRowExpander.js +1 -1
  48. package/es/components/Datagrid/useInfiniteScroll.d.ts +8 -1
  49. package/es/components/Datagrid/useInfiniteScroll.js +10 -9
  50. package/es/components/Datagrid/useSelectRows.js +5 -1
  51. package/es/components/FilterSummary/FilterSummary.d.ts +21 -2
  52. package/es/components/FilterSummary/FilterSummary.js +10 -11
  53. package/es/components/Guidebanner/Guidebanner.js +7 -2
  54. package/es/components/WebTerminal/WebTerminal.js +1 -1
  55. package/es/global/js/hooks/usePreviousValue.d.ts +1 -1
  56. package/es/global/js/hooks/usePreviousValue.js +3 -2
  57. package/es/global/js/hooks/useRetrieveStepData.d.ts +5 -5
  58. package/es/global/js/hooks/useRetrieveStepData.js +5 -5
  59. package/lib/components/CreateFullPage/CreateFullPage.d.ts +2 -1
  60. package/lib/components/CreateFullPage/CreateFullPageStep.d.ts +71 -2
  61. package/lib/components/CreateFullPage/CreateFullPageStep.js +3 -0
  62. package/lib/components/DataSpreadsheet/DataSpreadsheet.d.ts +3 -2
  63. package/lib/components/DataSpreadsheet/DataSpreadsheet.js +28 -28
  64. package/lib/components/DataSpreadsheet/DataSpreadsheetBody.d.ts +7 -8
  65. package/lib/components/DataSpreadsheet/DataSpreadsheetBody.js +1 -0
  66. package/lib/components/DataSpreadsheet/DataSpreadsheetHeader.d.ts +4 -3
  67. package/lib/components/DataSpreadsheet/types/index.d.ts +1 -4
  68. package/lib/components/Datagrid/Datagrid/Datagrid.d.ts +24 -2
  69. package/lib/components/Datagrid/Datagrid/Datagrid.js +4 -4
  70. package/lib/components/Datagrid/Datagrid/DatagridBody.d.ts +2 -1
  71. package/lib/components/Datagrid/Datagrid/DatagridBody.js +1 -2
  72. package/lib/components/Datagrid/Datagrid/DatagridContent.d.ts +16 -13
  73. package/lib/components/Datagrid/Datagrid/DatagridContent.js +44 -45
  74. package/lib/components/Datagrid/Datagrid/DatagridEmptyBody.d.ts +8 -1
  75. package/lib/components/Datagrid/Datagrid/DatagridEmptyBody.js +3 -4
  76. package/lib/components/Datagrid/Datagrid/DatagridExpandedRow.d.ts +9 -1
  77. package/lib/components/Datagrid/Datagrid/DatagridExpandedRow.js +9 -4
  78. package/lib/components/Datagrid/Datagrid/DatagridHead.d.ts +8 -1
  79. package/lib/components/Datagrid/Datagrid/DatagridHead.js +3 -5
  80. package/lib/components/Datagrid/Datagrid/DatagridHeaderRow.d.ts +8 -1
  81. package/lib/components/Datagrid/Datagrid/DatagridHeaderRow.js +40 -35
  82. package/lib/components/Datagrid/Datagrid/DatagridRefBody.d.ts +2 -1
  83. package/lib/components/Datagrid/Datagrid/DatagridRefBody.js +4 -4
  84. package/lib/components/Datagrid/Datagrid/DatagridRow.d.ts +8 -1
  85. package/lib/components/Datagrid/Datagrid/DatagridRow.js +12 -16
  86. package/lib/components/Datagrid/Datagrid/DatagridSelectAll.d.ts +9 -1
  87. package/lib/components/Datagrid/Datagrid/DatagridSelectAll.js +10 -8
  88. package/lib/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.d.ts +23 -27
  89. package/lib/components/Datagrid/Datagrid/DatagridSelectAllWithToggle.js +9 -9
  90. package/lib/components/Datagrid/Datagrid/DatagridSimpleBody.d.ts +2 -1
  91. package/lib/components/Datagrid/Datagrid/DatagridSimpleBody.js +3 -3
  92. package/lib/components/Datagrid/Datagrid/DatagridToolbar.d.ts +17 -10
  93. package/lib/components/Datagrid/Datagrid/DatagridToolbar.js +15 -11
  94. package/lib/components/Datagrid/Datagrid/DatagridVirtualBody.d.ts +8 -1
  95. package/lib/components/Datagrid/Datagrid/DatagridVirtualBody.js +29 -17
  96. package/lib/components/Datagrid/Datagrid/DraggableElement.d.ts +23 -21
  97. package/lib/components/Datagrid/Datagrid/DraggableElement.js +2 -4
  98. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.d.ts +1 -1
  99. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +1 -1
  100. package/lib/components/Datagrid/Datagrid/addons/Slug/DatagridSlug.d.ts +12 -2
  101. package/lib/components/Datagrid/Datagrid/index.d.ts +7 -1
  102. package/lib/components/Datagrid/types/index.d.ts +210 -0
  103. package/lib/components/Datagrid/useColumnOrder.d.ts +1 -0
  104. package/lib/components/Datagrid/useDatagrid.d.ts +1 -1
  105. package/lib/components/Datagrid/useFocusRowExpander.js +1 -1
  106. package/lib/components/Datagrid/useInfiniteScroll.d.ts +8 -1
  107. package/lib/components/Datagrid/useInfiniteScroll.js +10 -9
  108. package/lib/components/Datagrid/useSelectRows.js +5 -1
  109. package/lib/components/FilterSummary/FilterSummary.d.ts +21 -2
  110. package/lib/components/FilterSummary/FilterSummary.js +10 -11
  111. package/lib/components/Guidebanner/Guidebanner.js +7 -2
  112. package/lib/components/WebTerminal/WebTerminal.js +1 -1
  113. package/lib/global/js/hooks/usePreviousValue.d.ts +1 -1
  114. package/lib/global/js/hooks/usePreviousValue.js +3 -2
  115. package/lib/global/js/hooks/useRetrieveStepData.d.ts +5 -5
  116. package/lib/global/js/hooks/useRetrieveStepData.js +5 -5
  117. package/package.json +5 -4
  118. package/telemetry.yml +67 -6
package/telemetry.yml CHANGED
@@ -15,6 +15,8 @@ collect:
15
15
  - activeCellCoordinates
16
16
  - activeHref
17
17
  - align
18
+ - allPageRowsLabel
19
+ - allRowsLabel
18
20
  - allTagsModalSearchLabel
19
21
  - allTagsModalSearchPlaceholderText
20
22
  - allTagsModalSearchThreshold
@@ -31,6 +33,8 @@ collect:
31
33
  - assistiveTextInstructionsLabel
32
34
  - backButtonText
33
35
  - backgroundColor
36
+ - batchActionMenuButtonLabel
37
+ - batchActions
34
38
  - body
35
39
  - breadcrumbs
36
40
  - button
@@ -54,23 +58,36 @@ collect:
54
58
  - count
55
59
  - currentMatcher
56
60
  - currentStep
61
+ - CustomizeColumnsTearsheet
57
62
  - customizeTearsheetHeadingLabel
58
63
  - data
64
+ - DatagridActions
65
+ - DatagridBatchActions
66
+ - DatagridPagination
59
67
  - datagridState
60
68
  - defaultColumn
61
69
  - defaultEmptyRowCount
62
70
  - description
63
71
  - disabled
72
+ - disabledCell
64
73
  - disableSubmit
65
74
  - displayMetalPanel
66
75
  - draggableClass
67
76
  - element
77
+ - emptyStateAction
78
+ - emptyStateDescription
79
+ - emptyStateLink
80
+ - emptyStateSize
81
+ - emptyStateTitle
82
+ - emptyStateType
68
83
  - error
69
84
  - errorCodeLabel
70
85
  - errorMessage
71
86
  - expandButtonLabel
87
+ - fetchMoreData
72
88
  - fieldsetLegendText
73
89
  - filterByLabel
90
+ - filterProps
74
91
  - filters
75
92
  - filterString
76
93
  - findColumnPlaceholderLabel
@@ -78,7 +95,9 @@ collect:
78
95
  - footerActionIcon
79
96
  - formDescription
80
97
  - formTitle
98
+ - fullHeightDatagrid
81
99
  - getConditionState
100
+ - getFilterFlyoutProps
82
101
  - getOptions
83
102
  - globalFilters
84
103
  - globalFiltersIconDescription
@@ -90,13 +109,21 @@ collect:
90
109
  - globalSearchPlaceholder
91
110
  - globalSortBy
92
111
  - grid
112
+ - gridDescription
93
113
  - gridGap
114
+ - gridRef
115
+ - gridTitle
94
116
  - group
117
+ - handleResize
95
118
  - hasActions
96
119
  - hasCloseIcon
97
120
  - hasFieldset
98
121
  - headerGroups
122
+ - HeaderRow
123
+ - headers
124
+ - headRef
99
125
  - hideIcon
126
+ - hideSelectAll
100
127
  - href
101
128
  - icon
102
129
  - iconDescription
@@ -116,6 +143,7 @@ collect:
116
143
  - influencerWidth
117
144
  - initialState
118
145
  - initialStep
146
+ - innerListRef
119
147
  - inputConfig
120
148
  - inputLabel
121
149
  - inputPlaceholder
@@ -126,9 +154,11 @@ collect:
126
154
  - invalidText
127
155
  - isFetching
128
156
  - isOpen
157
+ - isTableSortable
129
158
  - item
130
159
  - items
131
160
  - itemsLabel
161
+ - key
132
162
  - kind
133
163
  - label
134
164
  - labelText
@@ -136,7 +166,9 @@ collect:
136
166
  - legendText
137
167
  - link
138
168
  - links
169
+ - listRef
139
170
  - loading
171
+ - loadMoreThreshold
140
172
  - maxVisible
141
173
  - measurementOffset
142
174
  - media
@@ -160,6 +192,7 @@ collect:
160
192
  - noSelectionTitle
161
193
  - noTrailingSlash
162
194
  - onActiveCellChange
195
+ - onAllRowSelect
163
196
  - onApply
164
197
  - onCancel
165
198
  - onChange
@@ -168,6 +201,7 @@ collect:
168
201
  - onClickValue
169
202
  - onClose
170
203
  - onCloseButtonText
204
+ - onColResizeEnd
171
205
  - onContextMenu
172
206
  - onContextMenuLabel
173
207
  - onContextMenuValue
@@ -181,12 +215,14 @@ collect:
181
215
  - onRequestSubmit
182
216
  - onScroll
183
217
  - onSecondaryButtonClick
218
+ - onSelectAllRows
184
219
  - onSelectColumn
185
220
  - onSelectionAreaChange
186
221
  - onShowAllClick
187
222
  - onSubmit
188
223
  - onSubmitButtonText
189
224
  - onToggle
225
+ - onVirtualScroll
190
226
  - onWidthChange
191
227
  - open
192
228
  - originalColumnDefinitions
@@ -214,11 +250,15 @@ collect:
214
250
  - primaryButtonPlacement
215
251
  - primaryButtonText
216
252
  - productive
253
+ - radio
217
254
  - reactTableFiltersState
218
255
  - renderIcon
219
256
  - resetToDefaultLabel
257
+ - resizerAriaLabel
220
258
  - rightAlign
259
+ - row
221
260
  - rows
261
+ - rowSize
222
262
  - score
223
263
  - scoreThresholds
224
264
  - scrollBarSize
@@ -233,6 +273,7 @@ collect:
233
273
  - secondaryLabel
234
274
  - selectAllAriaLabel
235
275
  - selectAllLabel
276
+ - selectAllToggle
236
277
  - selected
237
278
  - selectedOption
238
279
  - selectionAreas
@@ -244,9 +285,11 @@ collect:
244
285
  - setColumnsObject
245
286
  - setCurrentMatcher
246
287
  - setDisplayMetaPanel
288
+ - setGlobalFilter
247
289
  - setHeaderCellHoldActive
248
290
  - setIsTearsheetOpen
249
291
  - setLabelTitle
292
+ - setMouseOverRowIndex
250
293
  - setMultiSelection
251
294
  - setPopoverOpen
252
295
  - setSelectionAreaData
@@ -261,33 +304,47 @@ collect:
261
304
  - small
262
305
  - sortByLabel
263
306
  - startConditionLabel
307
+ - state
264
308
  - status
265
309
  - style
266
310
  - submitButtonText
267
311
  - subtitle
268
312
  - tabIndex
313
+ - tableHeight
269
314
  - tableId
270
315
  - tagline
271
316
  - tags
272
317
  - theme
273
318
  - title
274
319
  - titleSize
320
+ - toolbarBatchActions
275
321
  - tooltipAlignment
276
322
  - tooltipText
277
323
  - totalVisibleColumns
324
+ - translateWithIdBatchActions
278
325
  - truncate
279
326
  - truncateValue
280
327
  - type
281
328
  - updateMethod
329
+ - useDenseHeader
282
330
  - useDragOverlay
283
331
  - value
284
332
  - valueTitle
333
+ - variableRowHeight
285
334
  - variant
335
+ - verticalAlign
286
336
  - verticalPosition
287
337
  - viewAllLabel
288
338
  - viewLessLabel
339
+ - virtualHeight
289
340
  - visibleColumns
341
+ - withExpandedRows
342
+ - withInlineEdit
290
343
  - withLeftGutter
344
+ - withMouseHover
345
+ - withNestedRows
346
+ - withStickyColumn
347
+ - withVirtualScroll
291
348
  - wrapperStyle
292
349
  # AboutModal
293
350
  - additionalInfo
@@ -538,6 +595,8 @@ collect:
538
595
  - successful
539
596
  - successMessage
540
597
  - validExtensions
598
+ # FeatureFlags
599
+ - flags
541
600
  # FilterFlyout
542
601
  - flyoutIconDescription
543
602
  - onFlyoutClose
@@ -560,8 +619,6 @@ collect:
560
619
  - overflowMenuProps
561
620
  # FilterPanelSearch
562
621
  - searchProps
563
- # FilterProvider
564
- - filterProps
565
622
  # FilterSummary
566
623
  - clearButtonInline
567
624
  - clearFilters
@@ -736,13 +793,9 @@ collect:
736
793
  - titleText
737
794
  - translateWithId
738
795
  # SelectAllWithToggle
739
- - allPageRowsLabel
740
- - allRowsLabel
741
796
  - getToggleAllPageRowsSelectedProps
742
797
  - getToggleAllRowsSelectedProps
743
798
  - isAllRowsSelected
744
- - selectAllToggle
745
- - withStickyColumn
746
799
  # SidePanel
747
800
  - actionToolbarButtons
748
801
  - animateTitle
@@ -854,6 +907,9 @@ collect:
854
907
  - one
855
908
  - three
856
909
  - two
910
+ # General - emptyStateSize
911
+ - lg
912
+ - sm
857
913
  # General - illustrationPosition
858
914
  - bottom
859
915
  - left
@@ -931,6 +987,11 @@ collect:
931
987
  # General - primaryButtonPlacement
932
988
  - bottom
933
989
  - top
990
+ # General - rowSize
991
+ - lg
992
+ - md
993
+ - sm
994
+ - xs
934
995
  # General - secondaryButtonKind
935
996
  - ghost
936
997
  - secondary