react-magma-dom 4.7.0-next.8 → 4.7.0
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/dist/components/BlockQuote/BlockQuote.d.ts +2 -2
- package/dist/components/Button/index.d.ts +1 -0
- package/dist/components/Combobox/ComboboxInput.d.ts +1 -1
- package/dist/components/DatePicker/CalendarContext.d.ts +1 -0
- package/dist/components/DatePicker/HelperInformation.d.ts +1 -0
- package/dist/components/Dropdown/Dropdown.d.ts +2 -0
- package/dist/components/InputBase/index.d.ts +29 -3
- package/dist/components/List/ListItem.d.ts +3 -3
- package/dist/components/NavTabs/NavTab.d.ts +6 -1
- package/dist/components/NavTabs/NavTabs.d.ts +2 -1
- package/dist/components/Select/shared.d.ts +5 -0
- package/dist/components/Stepper/ResponsiveStepperContainer.d.ts +17 -0
- package/dist/components/Stepper/Step.d.ts +5 -1
- package/dist/components/Stepper/Stepper.d.ts +13 -0
- package/dist/components/Stepper/index.d.ts +1 -0
- package/dist/components/StyledButton/styles.d.ts +0 -1
- package/dist/components/Tabs/Tab.d.ts +6 -1
- package/dist/components/Tabs/Tabs.d.ts +7 -4
- package/dist/components/Tabs/shared.d.ts +4 -0
- package/dist/components/TreeView/TreeViewContext.d.ts +4 -1
- package/dist/components/TreeView/index.d.ts +1 -0
- package/dist/components/TreeView/useTreeItem.d.ts +1 -5
- package/dist/components/TreeView/useTreeView.d.ts +20 -6
- package/dist/components/TreeView/utils.d.ts +18 -7
- package/dist/esm/index.js +1486 -771
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.ts +4 -2
- package/dist/properties.json +433 -113
- package/dist/react-magma-dom.cjs.development.js +1428 -696
- package/dist/react-magma-dom.cjs.development.js.map +1 -1
- package/dist/react-magma-dom.cjs.production.min.js +1 -1
- package/dist/react-magma-dom.cjs.production.min.js.map +1 -1
- package/dist/utils/index.d.ts +7 -0
- package/package.json +1 -1
- package/dist/components/Accordion/Accordion.stories.d.ts +0 -16
- package/dist/components/Alert/Alert.stories.d.ts +0 -4
- package/dist/components/Announce/Announce.stories.d.ts +0 -3
- package/dist/components/AppBar/AppBar.stories.d.ts +0 -5
- package/dist/components/Badge/Badge.stories.d.ts +0 -4
- package/dist/components/Banner/Banner.stories.d.ts +0 -5
- package/dist/components/BlockQuote/BlockQuote.stories.d.ts +0 -5
- package/dist/components/Breadcrumb/Breadcrumb.stories.d.ts +0 -5
- package/dist/components/BreakpointsContainer/BreakpointsContainer.stories.d.ts +0 -3
- package/dist/components/Button/Button.stories.d.ts +0 -9
- package/dist/components/ButtonGroup/ButtonGroup.stories.d.ts +0 -278
- package/dist/components/Card/Card.stories.d.ts +0 -12
- package/dist/components/CharacterCounter/CharacterCounter.stories.d.ts +0 -556
- package/dist/components/Checkbox/Checkbox.stories.d.ts +0 -4
- package/dist/components/Combobox/Combobox.stories.d.ts +0 -39
- package/dist/components/Container/Container.stories.d.ts +0 -7
- package/dist/components/Datagrid/Datagrid.stories.d.ts +0 -14
- package/dist/components/DatePicker/DatePicker.stories.d.ts +0 -33
- package/dist/components/Drawer/Drawer.stories.d.ts +0 -17
- package/dist/components/Dropdown/Dropdown.stories.d.ts +0 -18
- package/dist/components/Flex/Flex.stories.d.ts +0 -10
- package/dist/components/Form/Form.stories.d.ts +0 -5
- package/dist/components/FormGroup/FormGroup.stories.d.ts +0 -3
- package/dist/components/Grid/Grid.stories.d.ts +0 -4
- package/dist/components/Heading/Heading.stories.d.ts +0 -11
- package/dist/components/HideAtBreakpoint/HideAtBreakpoint.stories.d.ts +0 -3
- package/dist/components/Hyperlink/Hyperlink.stories.d.ts +0 -32
- package/dist/components/IconButton/IconButton.stories.d.ts +0 -18
- package/dist/components/IndeterminateCheckbox/IndeterminateCheckbox.stories.d.ts +0 -5
- package/dist/components/Input/Input.stories.d.ts +0 -1012
- package/dist/components/InputBase/InputBase.stories.d.ts +0 -7
- package/dist/components/List/List.stories.d.ts +0 -64
- package/dist/components/LoadingIndicator/LoadingIndicator.stories.d.ts +0 -10
- package/dist/components/Modal/Modal.stories.d.ts +0 -16
- package/dist/components/NativeSelect/NativeSelect.stories.d.ts +0 -12
- package/dist/components/NavTabs/NavTabs.stories.d.ts +0 -7
- package/dist/components/Pagination/Pagination.stories.d.ts +0 -10
- package/dist/components/Paragraph/Paragraph.stories.d.ts +0 -3
- package/dist/components/PasswordInput/PasswordInput.stories.d.ts +0 -7
- package/dist/components/ProgressBar/ProgressBar.stories.d.ts +0 -19
- package/dist/components/Radio/Radio.stories.d.ts +0 -4
- package/dist/components/Search/Search.stories.d.ts +0 -4
- package/dist/components/Select/Select.stories.d.ts +0 -12
- package/dist/components/SkipLink/SkipLink.stories.d.ts +0 -3
- package/dist/components/Spacer/Spacer.stories.d.ts +0 -5
- package/dist/components/Spinner/Spinner.stories.d.ts +0 -4
- package/dist/components/Stepper/Stepper.stories.d.ts +0 -6
- package/dist/components/Table/Table.stories.d.ts +0 -1670
- package/dist/components/Tabs/Tabs.stories.d.ts +0 -11
- package/dist/components/Tag/Tag.stories.d.ts +0 -564
- package/dist/components/Textarea/Textarea.stories.d.ts +0 -298
- package/dist/components/TimePicker/TimePicker.stories.d.ts +0 -7
- package/dist/components/Toast/Toast.stories.d.ts +0 -21
- package/dist/components/Toggle/Toggle.stories.d.ts +0 -4
- package/dist/components/ToggleButton/ToggleButton.stories.d.ts +0 -1131
- package/dist/components/ToggleButtonGroup/ToggleButtonGroup.stories.d.ts +0 -554
- package/dist/components/Tooltip/Tooltip.stories.d.ts +0 -10
- package/dist/components/Transition/Transition.stories.d.ts +0 -79
- package/dist/components/TreeView/TreeView.stories.d.ts +0 -104
- package/dist/components/VisuallyHidden/VisuallyHidden.stories.d.ts +0 -3
package/dist/properties.json
CHANGED
|
@@ -1815,7 +1815,8 @@
|
|
|
1815
1815
|
"ButtonColor.marketing",
|
|
1816
1816
|
"ButtonColor.primary",
|
|
1817
1817
|
"ButtonColor.secondary",
|
|
1818
|
-
"ButtonColor.subtle"
|
|
1818
|
+
"ButtonColor.subtle",
|
|
1819
|
+
"ButtonColor.success"
|
|
1819
1820
|
]
|
|
1820
1821
|
},
|
|
1821
1822
|
"description": "The color of the button, indicating its function in the UI",
|
|
@@ -1925,12 +1926,12 @@
|
|
|
1925
1926
|
"types": [
|
|
1926
1927
|
{
|
|
1927
1928
|
"type": "reference",
|
|
1928
|
-
"id":
|
|
1929
|
+
"id": 3961,
|
|
1929
1930
|
"name": "BaseButtonProps"
|
|
1930
1931
|
},
|
|
1931
1932
|
{
|
|
1932
1933
|
"type": "reference",
|
|
1933
|
-
"id":
|
|
1934
|
+
"id": 3952,
|
|
1934
1935
|
"name": "ButtonStyles"
|
|
1935
1936
|
}
|
|
1936
1937
|
]
|
|
@@ -1947,7 +1948,8 @@
|
|
|
1947
1948
|
"ButtonColor.marketing",
|
|
1948
1949
|
"ButtonColor.primary",
|
|
1949
1950
|
"ButtonColor.secondary",
|
|
1950
|
-
"ButtonColor.subtle"
|
|
1951
|
+
"ButtonColor.subtle",
|
|
1952
|
+
"ButtonColor.success"
|
|
1951
1953
|
]
|
|
1952
1954
|
},
|
|
1953
1955
|
"description": "The color of the button, indicating its function in the UI",
|
|
@@ -2079,7 +2081,8 @@
|
|
|
2079
2081
|
"ButtonColor.marketing",
|
|
2080
2082
|
"ButtonColor.primary",
|
|
2081
2083
|
"ButtonColor.secondary",
|
|
2082
|
-
"ButtonColor.subtle"
|
|
2084
|
+
"ButtonColor.subtle",
|
|
2085
|
+
"ButtonColor.success"
|
|
2083
2086
|
]
|
|
2084
2087
|
},
|
|
2085
2088
|
"deprecated": false
|
|
@@ -2189,7 +2192,8 @@
|
|
|
2189
2192
|
"ButtonColor.marketing",
|
|
2190
2193
|
"ButtonColor.primary",
|
|
2191
2194
|
"ButtonColor.secondary",
|
|
2192
|
-
"ButtonColor.subtle"
|
|
2195
|
+
"ButtonColor.subtle",
|
|
2196
|
+
"ButtonColor.success"
|
|
2193
2197
|
]
|
|
2194
2198
|
},
|
|
2195
2199
|
"description": "The color of all the buttons in the group",
|
|
@@ -2700,7 +2704,7 @@
|
|
|
2700
2704
|
"flags": {},
|
|
2701
2705
|
"typeParameter": [
|
|
2702
2706
|
{
|
|
2703
|
-
"id":
|
|
2707
|
+
"id": 12084,
|
|
2704
2708
|
"name": "T",
|
|
2705
2709
|
"kind": 131072,
|
|
2706
2710
|
"kindString": "Type parameter",
|
|
@@ -2900,7 +2904,7 @@
|
|
|
2900
2904
|
},
|
|
2901
2905
|
"typeParameter": [
|
|
2902
2906
|
{
|
|
2903
|
-
"id":
|
|
2907
|
+
"id": 12195,
|
|
2904
2908
|
"name": "T",
|
|
2905
2909
|
"kind": 131072,
|
|
2906
2910
|
"kindString": "Type parameter",
|
|
@@ -2909,7 +2913,7 @@
|
|
|
2909
2913
|
},
|
|
2910
2914
|
"type": {
|
|
2911
2915
|
"type": "reference",
|
|
2912
|
-
"id":
|
|
2916
|
+
"id": 12011,
|
|
2913
2917
|
"name": "SelectOptions"
|
|
2914
2918
|
}
|
|
2915
2919
|
}
|
|
@@ -3246,7 +3250,7 @@
|
|
|
3246
3250
|
},
|
|
3247
3251
|
"typeParameter": [
|
|
3248
3252
|
{
|
|
3249
|
-
"id":
|
|
3253
|
+
"id": 12275,
|
|
3250
3254
|
"name": "T",
|
|
3251
3255
|
"kind": 131072,
|
|
3252
3256
|
"kindString": "Type parameter",
|
|
@@ -3255,7 +3259,7 @@
|
|
|
3255
3259
|
},
|
|
3256
3260
|
"type": {
|
|
3257
3261
|
"type": "reference",
|
|
3258
|
-
"id":
|
|
3262
|
+
"id": 12011,
|
|
3259
3263
|
"name": "SelectOptions"
|
|
3260
3264
|
}
|
|
3261
3265
|
}
|
|
@@ -3413,7 +3417,7 @@
|
|
|
3413
3417
|
},
|
|
3414
3418
|
"typeParameter": [
|
|
3415
3419
|
{
|
|
3416
|
-
"id":
|
|
3420
|
+
"id": 12322,
|
|
3417
3421
|
"name": "T",
|
|
3418
3422
|
"kind": 131072,
|
|
3419
3423
|
"kindString": "Type parameter",
|
|
@@ -3427,7 +3431,7 @@
|
|
|
3427
3431
|
"typeArguments": [
|
|
3428
3432
|
{
|
|
3429
3433
|
"type": "reference",
|
|
3430
|
-
"id":
|
|
3434
|
+
"id": 12194,
|
|
3431
3435
|
"typeArguments": [
|
|
3432
3436
|
{
|
|
3433
3437
|
"type": "typeParameter",
|
|
@@ -3438,7 +3442,7 @@
|
|
|
3438
3442
|
},
|
|
3439
3443
|
{
|
|
3440
3444
|
"type": "reference",
|
|
3441
|
-
"id":
|
|
3445
|
+
"id": 12274,
|
|
3442
3446
|
"typeArguments": [
|
|
3443
3447
|
{
|
|
3444
3448
|
"type": "typeParameter",
|
|
@@ -3930,7 +3934,7 @@
|
|
|
3930
3934
|
},
|
|
3931
3935
|
"indexSignature": [
|
|
3932
3936
|
{
|
|
3933
|
-
"id":
|
|
3937
|
+
"id": 25293,
|
|
3934
3938
|
"name": "__index",
|
|
3935
3939
|
"kind": 8192,
|
|
3936
3940
|
"kindString": "Index signature",
|
|
@@ -3942,7 +3946,7 @@
|
|
|
3942
3946
|
},
|
|
3943
3947
|
"parameters": [
|
|
3944
3948
|
{
|
|
3945
|
-
"id":
|
|
3949
|
+
"id": 25294,
|
|
3946
3950
|
"name": "key",
|
|
3947
3951
|
"kind": 32768,
|
|
3948
3952
|
"kindString": "Parameter",
|
|
@@ -4032,12 +4036,12 @@
|
|
|
4032
4036
|
"types": [
|
|
4033
4037
|
{
|
|
4034
4038
|
"type": "reference",
|
|
4035
|
-
"id":
|
|
4039
|
+
"id": 25299,
|
|
4036
4040
|
"name": "BaseDatagridProps"
|
|
4037
4041
|
},
|
|
4038
4042
|
{
|
|
4039
4043
|
"type": "reference",
|
|
4040
|
-
"id":
|
|
4044
|
+
"id": 25595,
|
|
4041
4045
|
"name": "DatagridSelectedRowsProps"
|
|
4042
4046
|
}
|
|
4043
4047
|
]
|
|
@@ -4256,12 +4260,12 @@
|
|
|
4256
4260
|
"typeArguments": [
|
|
4257
4261
|
{
|
|
4258
4262
|
"type": "reference",
|
|
4259
|
-
"id":
|
|
4263
|
+
"id": 25591,
|
|
4260
4264
|
"name": "ControlledSelectedRowsProps"
|
|
4261
4265
|
},
|
|
4262
4266
|
{
|
|
4263
4267
|
"type": "reference",
|
|
4264
|
-
"id":
|
|
4268
|
+
"id": 25593,
|
|
4265
4269
|
"name": "UncontrolledSelectedRowsProps"
|
|
4266
4270
|
}
|
|
4267
4271
|
],
|
|
@@ -4355,6 +4359,14 @@
|
|
|
4355
4359
|
},
|
|
4356
4360
|
"deprecated": false
|
|
4357
4361
|
},
|
|
4362
|
+
"onClose": {
|
|
4363
|
+
"name": "onClose",
|
|
4364
|
+
"required": true,
|
|
4365
|
+
"type": {
|
|
4366
|
+
"name": "function"
|
|
4367
|
+
},
|
|
4368
|
+
"deprecated": false
|
|
4369
|
+
},
|
|
4358
4370
|
"onDateChange": {
|
|
4359
4371
|
"name": "onDateChange",
|
|
4360
4372
|
"required": true,
|
|
@@ -4562,6 +4574,14 @@
|
|
|
4562
4574
|
"name": "function"
|
|
4563
4575
|
},
|
|
4564
4576
|
"deprecated": false
|
|
4577
|
+
},
|
|
4578
|
+
"onReturnBack": {
|
|
4579
|
+
"name": "onReturnBack",
|
|
4580
|
+
"required": false,
|
|
4581
|
+
"type": {
|
|
4582
|
+
"name": "function"
|
|
4583
|
+
},
|
|
4584
|
+
"deprecated": false
|
|
4565
4585
|
}
|
|
4566
4586
|
}
|
|
4567
4587
|
},
|
|
@@ -5048,7 +5068,7 @@
|
|
|
5048
5068
|
},
|
|
5049
5069
|
"description": "Alignment of the dropdown content",
|
|
5050
5070
|
"defaultValue": "DropdownAlignment.start",
|
|
5051
|
-
"deprecated":
|
|
5071
|
+
"deprecated": true
|
|
5052
5072
|
},
|
|
5053
5073
|
"dropDirection": {
|
|
5054
5074
|
"name": "dropDirection",
|
|
@@ -5064,7 +5084,7 @@
|
|
|
5064
5084
|
},
|
|
5065
5085
|
"description": "Position of the dropdown content",
|
|
5066
5086
|
"defaultValue": "DropdownDropDirection.down",
|
|
5067
|
-
"deprecated":
|
|
5087
|
+
"deprecated": true
|
|
5068
5088
|
},
|
|
5069
5089
|
"isInverse": {
|
|
5070
5090
|
"name": "isInverse",
|
|
@@ -5305,12 +5325,12 @@
|
|
|
5305
5325
|
"typeArguments": [
|
|
5306
5326
|
{
|
|
5307
5327
|
"type": "reference",
|
|
5308
|
-
"id":
|
|
5328
|
+
"id": 4874,
|
|
5309
5329
|
"name": "IconOnlyDropdownButtonProps"
|
|
5310
5330
|
},
|
|
5311
5331
|
{
|
|
5312
5332
|
"type": "reference",
|
|
5313
|
-
"id":
|
|
5333
|
+
"id": 4878,
|
|
5314
5334
|
"name": "IconTextDropdownButtonProps"
|
|
5315
5335
|
}
|
|
5316
5336
|
],
|
|
@@ -5745,7 +5765,8 @@
|
|
|
5745
5765
|
"ButtonColor.marketing",
|
|
5746
5766
|
"ButtonColor.primary",
|
|
5747
5767
|
"ButtonColor.secondary",
|
|
5748
|
-
"ButtonColor.subtle"
|
|
5768
|
+
"ButtonColor.subtle",
|
|
5769
|
+
"ButtonColor.success"
|
|
5749
5770
|
]
|
|
5750
5771
|
},
|
|
5751
5772
|
"description": "The color of the button, indicating its function in the UI",
|
|
@@ -7244,7 +7265,8 @@
|
|
|
7244
7265
|
"ButtonColor.marketing",
|
|
7245
7266
|
"ButtonColor.primary",
|
|
7246
7267
|
"ButtonColor.secondary",
|
|
7247
|
-
"ButtonColor.subtle"
|
|
7268
|
+
"ButtonColor.subtle",
|
|
7269
|
+
"ButtonColor.success"
|
|
7248
7270
|
]
|
|
7249
7271
|
},
|
|
7250
7272
|
"description": "The color of the button, indicating its function in the UI",
|
|
@@ -7606,12 +7628,12 @@
|
|
|
7606
7628
|
"typeArguments": [
|
|
7607
7629
|
{
|
|
7608
7630
|
"type": "reference",
|
|
7609
|
-
"id":
|
|
7631
|
+
"id": 4566,
|
|
7610
7632
|
"name": "IconOnlyButtonProps"
|
|
7611
7633
|
},
|
|
7612
7634
|
{
|
|
7613
7635
|
"type": "reference",
|
|
7614
|
-
"id":
|
|
7636
|
+
"id": 4570,
|
|
7615
7637
|
"name": "IconTextButtonProps"
|
|
7616
7638
|
}
|
|
7617
7639
|
],
|
|
@@ -7723,7 +7745,7 @@
|
|
|
7723
7745
|
"type": {
|
|
7724
7746
|
"name": "CSSProperties"
|
|
7725
7747
|
},
|
|
7726
|
-
"description": "Style properties for the component container element",
|
|
7748
|
+
"description": "Style properties for the component container element.\nThis div is a direct child of the div with the inputWrapperStyle, so the second from the top.",
|
|
7727
7749
|
"deprecated": false
|
|
7728
7750
|
},
|
|
7729
7751
|
"hasCharacterCounter": {
|
|
@@ -7816,7 +7838,7 @@
|
|
|
7816
7838
|
"type": {
|
|
7817
7839
|
"name": "CSSProperties"
|
|
7818
7840
|
},
|
|
7819
|
-
"description": "Style properties for input wrapper element",
|
|
7841
|
+
"description": "Style properties for input wrapper element. This is the outermost div.",
|
|
7820
7842
|
"deprecated": false
|
|
7821
7843
|
},
|
|
7822
7844
|
"isClearable": {
|
|
@@ -7839,6 +7861,16 @@
|
|
|
7839
7861
|
"defaultValue": "false",
|
|
7840
7862
|
"deprecated": false
|
|
7841
7863
|
},
|
|
7864
|
+
"isLabelVisuallyHidden": {
|
|
7865
|
+
"name": "isLabelVisuallyHidden",
|
|
7866
|
+
"required": false,
|
|
7867
|
+
"type": {
|
|
7868
|
+
"name": "boolean"
|
|
7869
|
+
},
|
|
7870
|
+
"description": "If true, label text will be hidden visually, but will still be read by assistive technology",
|
|
7871
|
+
"defaultValue": "false",
|
|
7872
|
+
"deprecated": false
|
|
7873
|
+
},
|
|
7842
7874
|
"isPasswordInput": {
|
|
7843
7875
|
"name": "isPasswordInput",
|
|
7844
7876
|
"required": false,
|
|
@@ -7857,6 +7889,20 @@
|
|
|
7857
7889
|
"description": "For use in predictive search which moves the icon to the left",
|
|
7858
7890
|
"deprecated": false
|
|
7859
7891
|
},
|
|
7892
|
+
"labelPosition": {
|
|
7893
|
+
"name": "labelPosition",
|
|
7894
|
+
"required": false,
|
|
7895
|
+
"type": {
|
|
7896
|
+
"name": "enum",
|
|
7897
|
+
"options": [
|
|
7898
|
+
"LabelPosition.left",
|
|
7899
|
+
"LabelPosition.top"
|
|
7900
|
+
]
|
|
7901
|
+
},
|
|
7902
|
+
"description": "Position within the component for the label to appear",
|
|
7903
|
+
"defaultValue": "LabelPosition.top",
|
|
7904
|
+
"deprecated": false
|
|
7905
|
+
},
|
|
7860
7906
|
"maxCount": {
|
|
7861
7907
|
"name": "maxCount",
|
|
7862
7908
|
"required": false,
|
|
@@ -7957,7 +8003,7 @@
|
|
|
7957
8003
|
"type": {
|
|
7958
8004
|
"name": "CSSProperties"
|
|
7959
8005
|
},
|
|
7960
|
-
"description": "Style properties for the component container element",
|
|
8006
|
+
"description": "Style properties for the component container element.\nThis div is a direct child of the div with the inputWrapperStyle, so the second from the top.",
|
|
7961
8007
|
"deprecated": false
|
|
7962
8008
|
},
|
|
7963
8009
|
"hasCharacterCounter": {
|
|
@@ -8050,7 +8096,7 @@
|
|
|
8050
8096
|
"type": {
|
|
8051
8097
|
"name": "CSSProperties"
|
|
8052
8098
|
},
|
|
8053
|
-
"description": "Style properties for input wrapper element",
|
|
8099
|
+
"description": "Style properties for input wrapper element. This is the outermost div.",
|
|
8054
8100
|
"deprecated": false
|
|
8055
8101
|
},
|
|
8056
8102
|
"isClearable": {
|
|
@@ -8073,6 +8119,16 @@
|
|
|
8073
8119
|
"defaultValue": "false",
|
|
8074
8120
|
"deprecated": false
|
|
8075
8121
|
},
|
|
8122
|
+
"isLabelVisuallyHidden": {
|
|
8123
|
+
"name": "isLabelVisuallyHidden",
|
|
8124
|
+
"required": false,
|
|
8125
|
+
"type": {
|
|
8126
|
+
"name": "boolean"
|
|
8127
|
+
},
|
|
8128
|
+
"description": "If true, label text will be hidden visually, but will still be read by assistive technology",
|
|
8129
|
+
"defaultValue": "false",
|
|
8130
|
+
"deprecated": false
|
|
8131
|
+
},
|
|
8076
8132
|
"isPasswordInput": {
|
|
8077
8133
|
"name": "isPasswordInput",
|
|
8078
8134
|
"required": false,
|
|
@@ -8091,6 +8147,20 @@
|
|
|
8091
8147
|
"description": "For use in predictive search which moves the icon to the left",
|
|
8092
8148
|
"deprecated": false
|
|
8093
8149
|
},
|
|
8150
|
+
"labelPosition": {
|
|
8151
|
+
"name": "labelPosition",
|
|
8152
|
+
"required": false,
|
|
8153
|
+
"type": {
|
|
8154
|
+
"name": "enum",
|
|
8155
|
+
"options": [
|
|
8156
|
+
"LabelPosition.left",
|
|
8157
|
+
"LabelPosition.top"
|
|
8158
|
+
]
|
|
8159
|
+
},
|
|
8160
|
+
"description": "Position within the component for the label to appear",
|
|
8161
|
+
"defaultValue": "LabelPosition.top",
|
|
8162
|
+
"deprecated": false
|
|
8163
|
+
},
|
|
8094
8164
|
"maxCount": {
|
|
8095
8165
|
"name": "maxCount",
|
|
8096
8166
|
"required": false,
|
|
@@ -9149,6 +9219,20 @@
|
|
|
9149
9219
|
"defaultValue": "TabsOrientation.horizontal",
|
|
9150
9220
|
"deprecated": false
|
|
9151
9221
|
},
|
|
9222
|
+
"textTransform": {
|
|
9223
|
+
"name": "textTransform",
|
|
9224
|
+
"required": false,
|
|
9225
|
+
"type": {
|
|
9226
|
+
"name": "enum",
|
|
9227
|
+
"options": [
|
|
9228
|
+
"TabsTextTransform.none",
|
|
9229
|
+
"TabsTextTransform.uppercase"
|
|
9230
|
+
]
|
|
9231
|
+
},
|
|
9232
|
+
"description": "Determines whether the tab appears in all-caps",
|
|
9233
|
+
"defaultValue": "TabsTextTransform.uppercase",
|
|
9234
|
+
"deprecated": false
|
|
9235
|
+
},
|
|
9152
9236
|
"to": {
|
|
9153
9237
|
"name": "to",
|
|
9154
9238
|
"required": false,
|
|
@@ -9229,6 +9313,20 @@
|
|
|
9229
9313
|
"defaultValue": "TabsOrientation.horizontal",
|
|
9230
9314
|
"deprecated": false
|
|
9231
9315
|
},
|
|
9316
|
+
"textTransform": {
|
|
9317
|
+
"name": "textTransform",
|
|
9318
|
+
"required": false,
|
|
9319
|
+
"type": {
|
|
9320
|
+
"name": "enum",
|
|
9321
|
+
"options": [
|
|
9322
|
+
"TabsTextTransform.none",
|
|
9323
|
+
"TabsTextTransform.uppercase"
|
|
9324
|
+
]
|
|
9325
|
+
},
|
|
9326
|
+
"description": "Determines whether the tab appears in all-caps",
|
|
9327
|
+
"defaultValue": "TabsTextTransform.uppercase",
|
|
9328
|
+
"deprecated": false
|
|
9329
|
+
},
|
|
9232
9330
|
"to": {
|
|
9233
9331
|
"name": "to",
|
|
9234
9332
|
"required": true,
|
|
@@ -9335,6 +9433,20 @@
|
|
|
9335
9433
|
"defaultValue": "TabsOrientation.horizontal",
|
|
9336
9434
|
"deprecated": false
|
|
9337
9435
|
},
|
|
9436
|
+
"textTransform": {
|
|
9437
|
+
"name": "textTransform",
|
|
9438
|
+
"required": false,
|
|
9439
|
+
"type": {
|
|
9440
|
+
"name": "enum",
|
|
9441
|
+
"options": [
|
|
9442
|
+
"TabsTextTransform.none",
|
|
9443
|
+
"TabsTextTransform.uppercase"
|
|
9444
|
+
]
|
|
9445
|
+
},
|
|
9446
|
+
"description": "Determines whether the tab appears in all-caps",
|
|
9447
|
+
"defaultValue": "TabsTextTransform.uppercase",
|
|
9448
|
+
"deprecated": false
|
|
9449
|
+
},
|
|
9338
9450
|
"to": {
|
|
9339
9451
|
"name": "to",
|
|
9340
9452
|
"required": false,
|
|
@@ -9357,12 +9469,12 @@
|
|
|
9357
9469
|
"typeArguments": [
|
|
9358
9470
|
{
|
|
9359
9471
|
"type": "reference",
|
|
9360
|
-
"id":
|
|
9472
|
+
"id": 17472,
|
|
9361
9473
|
"name": "NavTabChildrenProps"
|
|
9362
9474
|
},
|
|
9363
9475
|
{
|
|
9364
9476
|
"type": "reference",
|
|
9365
|
-
"id":
|
|
9477
|
+
"id": 17739,
|
|
9366
9478
|
"name": "NavTabComponentProps"
|
|
9367
9479
|
}
|
|
9368
9480
|
],
|
|
@@ -9437,6 +9549,18 @@
|
|
|
9437
9549
|
]
|
|
9438
9550
|
},
|
|
9439
9551
|
"deprecated": false
|
|
9552
|
+
},
|
|
9553
|
+
"textTransform": {
|
|
9554
|
+
"name": "textTransform",
|
|
9555
|
+
"required": false,
|
|
9556
|
+
"type": {
|
|
9557
|
+
"name": "enum",
|
|
9558
|
+
"options": [
|
|
9559
|
+
"TabsTextTransform.none",
|
|
9560
|
+
"TabsTextTransform.uppercase"
|
|
9561
|
+
]
|
|
9562
|
+
},
|
|
9563
|
+
"deprecated": false
|
|
9440
9564
|
}
|
|
9441
9565
|
}
|
|
9442
9566
|
},
|
|
@@ -9792,12 +9916,12 @@
|
|
|
9792
9916
|
"types": [
|
|
9793
9917
|
{
|
|
9794
9918
|
"type": "reference",
|
|
9795
|
-
"id":
|
|
9919
|
+
"id": 27242,
|
|
9796
9920
|
"name": "ControlledPaginationProps"
|
|
9797
9921
|
},
|
|
9798
9922
|
{
|
|
9799
9923
|
"type": "reference",
|
|
9800
|
-
"id":
|
|
9924
|
+
"id": 27518,
|
|
9801
9925
|
"name": "UncontrolledPaginationProps"
|
|
9802
9926
|
}
|
|
9803
9927
|
]
|
|
@@ -10743,7 +10867,7 @@
|
|
|
10743
10867
|
"type": {
|
|
10744
10868
|
"name": "CSSProperties"
|
|
10745
10869
|
},
|
|
10746
|
-
"description": "Style properties for input wrapper element",
|
|
10870
|
+
"description": "Style properties for input wrapper element. This is the outermost div.",
|
|
10747
10871
|
"deprecated": false
|
|
10748
10872
|
},
|
|
10749
10873
|
"isClearable": {
|
|
@@ -10765,6 +10889,16 @@
|
|
|
10765
10889
|
"defaultValue": "false",
|
|
10766
10890
|
"deprecated": false
|
|
10767
10891
|
},
|
|
10892
|
+
"isLabelVisuallyHidden": {
|
|
10893
|
+
"name": "isLabelVisuallyHidden",
|
|
10894
|
+
"required": false,
|
|
10895
|
+
"type": {
|
|
10896
|
+
"name": "boolean"
|
|
10897
|
+
},
|
|
10898
|
+
"description": "If true, label text will be hidden visually, but will still be read by assistive technology",
|
|
10899
|
+
"defaultValue": "false",
|
|
10900
|
+
"deprecated": false
|
|
10901
|
+
},
|
|
10768
10902
|
"isLoading": {
|
|
10769
10903
|
"name": "isLoading",
|
|
10770
10904
|
"required": false,
|
|
@@ -10793,6 +10927,20 @@
|
|
|
10793
10927
|
"description": "For use in predictive search which moves the icon to the left",
|
|
10794
10928
|
"deprecated": false
|
|
10795
10929
|
},
|
|
10930
|
+
"labelPosition": {
|
|
10931
|
+
"name": "labelPosition",
|
|
10932
|
+
"required": false,
|
|
10933
|
+
"type": {
|
|
10934
|
+
"name": "enum",
|
|
10935
|
+
"options": [
|
|
10936
|
+
"LabelPosition.left",
|
|
10937
|
+
"LabelPosition.top"
|
|
10938
|
+
]
|
|
10939
|
+
},
|
|
10940
|
+
"description": "Position within the component for the label to appear",
|
|
10941
|
+
"defaultValue": "LabelPosition.top",
|
|
10942
|
+
"deprecated": false
|
|
10943
|
+
},
|
|
10796
10944
|
"labelText": {
|
|
10797
10945
|
"name": "labelText",
|
|
10798
10946
|
"required": false,
|
|
@@ -10912,7 +11060,7 @@
|
|
|
10912
11060
|
"flags": {},
|
|
10913
11061
|
"typeParameter": [
|
|
10914
11062
|
{
|
|
10915
|
-
"id":
|
|
11063
|
+
"id": 11685,
|
|
10916
11064
|
"name": "T",
|
|
10917
11065
|
"kind": 131072,
|
|
10918
11066
|
"kindString": "Type parameter",
|
|
@@ -11037,7 +11185,7 @@
|
|
|
11037
11185
|
"flags": {},
|
|
11038
11186
|
"typeParameter": [
|
|
11039
11187
|
{
|
|
11040
|
-
"id":
|
|
11188
|
+
"id": 11729,
|
|
11041
11189
|
"name": "T",
|
|
11042
11190
|
"kind": 131072,
|
|
11043
11191
|
"kindString": "Type parameter",
|
|
@@ -11183,7 +11331,7 @@
|
|
|
11183
11331
|
"flags": {},
|
|
11184
11332
|
"typeParameter": [
|
|
11185
11333
|
{
|
|
11186
|
-
"id":
|
|
11334
|
+
"id": 11789,
|
|
11187
11335
|
"name": "T",
|
|
11188
11336
|
"kind": 131072,
|
|
11189
11337
|
"kindString": "Type parameter",
|
|
@@ -11287,7 +11435,7 @@
|
|
|
11287
11435
|
},
|
|
11288
11436
|
"typeParameter": [
|
|
11289
11437
|
{
|
|
11290
|
-
"id":
|
|
11438
|
+
"id": 11638,
|
|
11291
11439
|
"name": "T",
|
|
11292
11440
|
"kind": 131072,
|
|
11293
11441
|
"kindString": "Type parameter",
|
|
@@ -11299,7 +11447,7 @@
|
|
|
11299
11447
|
"type": {
|
|
11300
11448
|
"type": "reflection",
|
|
11301
11449
|
"declaration": {
|
|
11302
|
-
"id":
|
|
11450
|
+
"id": 11639,
|
|
11303
11451
|
"name": "__type",
|
|
11304
11452
|
"kind": 65536,
|
|
11305
11453
|
"kindString": "Type literal",
|
|
@@ -11308,7 +11456,7 @@
|
|
|
11308
11456
|
},
|
|
11309
11457
|
"indexSignature": [
|
|
11310
11458
|
{
|
|
11311
|
-
"id":
|
|
11459
|
+
"id": 11647,
|
|
11312
11460
|
"name": "__index",
|
|
11313
11461
|
"kind": 8192,
|
|
11314
11462
|
"kindString": "Index signature",
|
|
@@ -11317,7 +11465,7 @@
|
|
|
11317
11465
|
},
|
|
11318
11466
|
"parameters": [
|
|
11319
11467
|
{
|
|
11320
|
-
"id":
|
|
11468
|
+
"id": 11648,
|
|
11321
11469
|
"name": "key",
|
|
11322
11470
|
"kind": 32768,
|
|
11323
11471
|
"kindString": "Parameter",
|
|
@@ -11338,7 +11486,7 @@
|
|
|
11338
11486
|
],
|
|
11339
11487
|
"children": [
|
|
11340
11488
|
{
|
|
11341
|
-
"id":
|
|
11489
|
+
"id": 11641,
|
|
11342
11490
|
"name": "isFocused",
|
|
11343
11491
|
"kind": 32,
|
|
11344
11492
|
"kindString": "Variable",
|
|
@@ -11359,7 +11507,7 @@
|
|
|
11359
11507
|
}
|
|
11360
11508
|
},
|
|
11361
11509
|
{
|
|
11362
|
-
"id":
|
|
11510
|
+
"id": 11642,
|
|
11363
11511
|
"name": "isInverse",
|
|
11364
11512
|
"kind": 32,
|
|
11365
11513
|
"kindString": "Variable",
|
|
@@ -11380,7 +11528,7 @@
|
|
|
11380
11528
|
}
|
|
11381
11529
|
},
|
|
11382
11530
|
{
|
|
11383
|
-
"id":
|
|
11531
|
+
"id": 11643,
|
|
11384
11532
|
"name": "item",
|
|
11385
11533
|
"kind": 32,
|
|
11386
11534
|
"kindString": "Variable",
|
|
@@ -11400,7 +11548,7 @@
|
|
|
11400
11548
|
}
|
|
11401
11549
|
},
|
|
11402
11550
|
{
|
|
11403
|
-
"id":
|
|
11551
|
+
"id": 11644,
|
|
11404
11552
|
"name": "itemRef",
|
|
11405
11553
|
"kind": 32,
|
|
11406
11554
|
"kindString": "Variable",
|
|
@@ -11426,7 +11574,7 @@
|
|
|
11426
11574
|
}
|
|
11427
11575
|
},
|
|
11428
11576
|
{
|
|
11429
|
-
"id":
|
|
11577
|
+
"id": 11645,
|
|
11430
11578
|
"name": "itemString",
|
|
11431
11579
|
"kind": 32,
|
|
11432
11580
|
"kindString": "Variable",
|
|
@@ -11446,7 +11594,7 @@
|
|
|
11446
11594
|
}
|
|
11447
11595
|
},
|
|
11448
11596
|
{
|
|
11449
|
-
"id":
|
|
11597
|
+
"id": 11640,
|
|
11450
11598
|
"name": "key",
|
|
11451
11599
|
"kind": 32,
|
|
11452
11600
|
"kindString": "Variable",
|
|
@@ -11466,7 +11614,7 @@
|
|
|
11466
11614
|
}
|
|
11467
11615
|
},
|
|
11468
11616
|
{
|
|
11469
|
-
"id":
|
|
11617
|
+
"id": 11646,
|
|
11470
11618
|
"name": "theme",
|
|
11471
11619
|
"kind": 32,
|
|
11472
11620
|
"kindString": "Variable",
|
|
@@ -11491,13 +11639,13 @@
|
|
|
11491
11639
|
"title": "Variables",
|
|
11492
11640
|
"kind": 32,
|
|
11493
11641
|
"children": [
|
|
11494
|
-
|
|
11495
|
-
|
|
11496
|
-
|
|
11497
|
-
|
|
11498
|
-
|
|
11499
|
-
|
|
11500
|
-
|
|
11642
|
+
11641,
|
|
11643
|
+
11642,
|
|
11644
|
+
11643,
|
|
11645
|
+
11644,
|
|
11646
|
+
11645,
|
|
11647
|
+
11640,
|
|
11648
|
+
11646
|
|
11501
11649
|
]
|
|
11502
11650
|
}
|
|
11503
11651
|
],
|
|
@@ -11523,7 +11671,7 @@
|
|
|
11523
11671
|
},
|
|
11524
11672
|
"typeParameter": [
|
|
11525
11673
|
{
|
|
11526
|
-
"id":
|
|
11674
|
+
"id": 11650,
|
|
11527
11675
|
"name": "T",
|
|
11528
11676
|
"kind": 131072,
|
|
11529
11677
|
"kindString": "Type parameter",
|
|
@@ -11535,7 +11683,7 @@
|
|
|
11535
11683
|
"type": {
|
|
11536
11684
|
"type": "reflection",
|
|
11537
11685
|
"declaration": {
|
|
11538
|
-
"id":
|
|
11686
|
+
"id": 11651,
|
|
11539
11687
|
"name": "__type",
|
|
11540
11688
|
"kind": 65536,
|
|
11541
11689
|
"kindString": "Type literal",
|
|
@@ -11544,7 +11692,7 @@
|
|
|
11544
11692
|
},
|
|
11545
11693
|
"children": [
|
|
11546
11694
|
{
|
|
11547
|
-
"id":
|
|
11695
|
+
"id": 11652,
|
|
11548
11696
|
"name": "ClearIndicator",
|
|
11549
11697
|
"kind": 32,
|
|
11550
11698
|
"kindString": "Variable",
|
|
@@ -11564,7 +11712,7 @@
|
|
|
11564
11712
|
"typeArguments": [
|
|
11565
11713
|
{
|
|
11566
11714
|
"type": "reference",
|
|
11567
|
-
"id":
|
|
11715
|
+
"id": 4851,
|
|
11568
11716
|
"name": "IconButtonProps"
|
|
11569
11717
|
}
|
|
11570
11718
|
],
|
|
@@ -11572,7 +11720,7 @@
|
|
|
11572
11720
|
}
|
|
11573
11721
|
},
|
|
11574
11722
|
{
|
|
11575
|
-
"id":
|
|
11723
|
+
"id": 11653,
|
|
11576
11724
|
"name": "DropdownIndicator",
|
|
11577
11725
|
"kind": 32,
|
|
11578
11726
|
"kindString": "Variable",
|
|
@@ -11605,7 +11753,7 @@
|
|
|
11605
11753
|
}
|
|
11606
11754
|
},
|
|
11607
11755
|
{
|
|
11608
|
-
"id":
|
|
11756
|
+
"id": 11655,
|
|
11609
11757
|
"name": "Item",
|
|
11610
11758
|
"kind": 32,
|
|
11611
11759
|
"kindString": "Variable",
|
|
@@ -11625,7 +11773,7 @@
|
|
|
11625
11773
|
"typeArguments": [
|
|
11626
11774
|
{
|
|
11627
11775
|
"type": "reference",
|
|
11628
|
-
"id":
|
|
11776
|
+
"id": 11637,
|
|
11629
11777
|
"typeArguments": [
|
|
11630
11778
|
{
|
|
11631
11779
|
"type": "typeParameter",
|
|
@@ -11639,7 +11787,7 @@
|
|
|
11639
11787
|
}
|
|
11640
11788
|
},
|
|
11641
11789
|
{
|
|
11642
|
-
"id":
|
|
11790
|
+
"id": 11654,
|
|
11643
11791
|
"name": "LoadingIndicator",
|
|
11644
11792
|
"kind": 32,
|
|
11645
11793
|
"kindString": "Variable",
|
|
@@ -11659,7 +11807,7 @@
|
|
|
11659
11807
|
"typeArguments": [
|
|
11660
11808
|
{
|
|
11661
11809
|
"type": "reference",
|
|
11662
|
-
"id":
|
|
11810
|
+
"id": 2783,
|
|
11663
11811
|
"name": "SpinnerProps"
|
|
11664
11812
|
}
|
|
11665
11813
|
],
|
|
@@ -11672,10 +11820,10 @@
|
|
|
11672
11820
|
"title": "Variables",
|
|
11673
11821
|
"kind": 32,
|
|
11674
11822
|
"children": [
|
|
11675
|
-
|
|
11676
|
-
|
|
11677
|
-
|
|
11678
|
-
|
|
11823
|
+
11652,
|
|
11824
|
+
11653,
|
|
11825
|
+
11655,
|
|
11826
|
+
11654
|
|
11679
11827
|
]
|
|
11680
11828
|
}
|
|
11681
11829
|
],
|
|
@@ -11701,7 +11849,7 @@
|
|
|
11701
11849
|
},
|
|
11702
11850
|
"typeParameter": [
|
|
11703
11851
|
{
|
|
11704
|
-
"id":
|
|
11852
|
+
"id": 11850,
|
|
11705
11853
|
"name": "T",
|
|
11706
11854
|
"kind": 131072,
|
|
11707
11855
|
"kindString": "Type parameter",
|
|
@@ -11733,7 +11881,7 @@
|
|
|
11733
11881
|
},
|
|
11734
11882
|
"typeParameter": [
|
|
11735
11883
|
{
|
|
11736
|
-
"id":
|
|
11884
|
+
"id": 11829,
|
|
11737
11885
|
"name": "T",
|
|
11738
11886
|
"kind": 131072,
|
|
11739
11887
|
"kindString": "Type parameter",
|
|
@@ -11927,7 +12075,7 @@
|
|
|
11927
12075
|
},
|
|
11928
12076
|
"typeParameter": [
|
|
11929
12077
|
{
|
|
11930
|
-
"id":
|
|
12078
|
+
"id": 11968,
|
|
11931
12079
|
"name": "T",
|
|
11932
12080
|
"kind": 131072,
|
|
11933
12081
|
"kindString": "Type parameter",
|
|
@@ -11936,7 +12084,7 @@
|
|
|
11936
12084
|
},
|
|
11937
12085
|
"type": {
|
|
11938
12086
|
"type": "reference",
|
|
11939
|
-
"id":
|
|
12087
|
+
"id": 12011,
|
|
11940
12088
|
"name": "SelectOptions"
|
|
11941
12089
|
}
|
|
11942
12090
|
}
|
|
@@ -12084,7 +12232,7 @@
|
|
|
12084
12232
|
},
|
|
12085
12233
|
"typeParameter": [
|
|
12086
12234
|
{
|
|
12087
|
-
"id":
|
|
12235
|
+
"id": 11856,
|
|
12088
12236
|
"name": "T",
|
|
12089
12237
|
"kind": 131072,
|
|
12090
12238
|
"kindString": "Type parameter",
|
|
@@ -12093,7 +12241,7 @@
|
|
|
12093
12241
|
},
|
|
12094
12242
|
"type": {
|
|
12095
12243
|
"type": "reference",
|
|
12096
|
-
"id":
|
|
12244
|
+
"id": 12011,
|
|
12097
12245
|
"name": "SelectOptions"
|
|
12098
12246
|
}
|
|
12099
12247
|
}
|
|
@@ -12561,7 +12709,7 @@
|
|
|
12561
12709
|
{
|
|
12562
12710
|
"type": "reflection",
|
|
12563
12711
|
"declaration": {
|
|
12564
|
-
"id":
|
|
12712
|
+
"id": 12012,
|
|
12565
12713
|
"name": "__type",
|
|
12566
12714
|
"kind": 65536,
|
|
12567
12715
|
"kindString": "Type literal",
|
|
@@ -12570,7 +12718,7 @@
|
|
|
12570
12718
|
},
|
|
12571
12719
|
"indexSignature": [
|
|
12572
12720
|
{
|
|
12573
|
-
"id":
|
|
12721
|
+
"id": 12015,
|
|
12574
12722
|
"name": "__index",
|
|
12575
12723
|
"kind": 8192,
|
|
12576
12724
|
"kindString": "Index signature",
|
|
@@ -12579,7 +12727,7 @@
|
|
|
12579
12727
|
},
|
|
12580
12728
|
"parameters": [
|
|
12581
12729
|
{
|
|
12582
|
-
"id":
|
|
12730
|
+
"id": 12016,
|
|
12583
12731
|
"name": "key",
|
|
12584
12732
|
"kind": 32768,
|
|
12585
12733
|
"kindString": "Parameter",
|
|
@@ -12600,7 +12748,7 @@
|
|
|
12600
12748
|
],
|
|
12601
12749
|
"children": [
|
|
12602
12750
|
{
|
|
12603
|
-
"id":
|
|
12751
|
+
"id": 12014,
|
|
12604
12752
|
"name": "label",
|
|
12605
12753
|
"kind": 32,
|
|
12606
12754
|
"kindString": "Variable",
|
|
@@ -12620,7 +12768,7 @@
|
|
|
12620
12768
|
}
|
|
12621
12769
|
},
|
|
12622
12770
|
{
|
|
12623
|
-
"id":
|
|
12771
|
+
"id": 12013,
|
|
12624
12772
|
"name": "value",
|
|
12625
12773
|
"kind": 32,
|
|
12626
12774
|
"kindString": "Variable",
|
|
@@ -12645,8 +12793,8 @@
|
|
|
12645
12793
|
"title": "Variables",
|
|
12646
12794
|
"kind": 32,
|
|
12647
12795
|
"children": [
|
|
12648
|
-
|
|
12649
|
-
|
|
12796
|
+
12014,
|
|
12797
|
+
12013
|
|
12650
12798
|
]
|
|
12651
12799
|
}
|
|
12652
12800
|
],
|
|
@@ -12678,7 +12826,7 @@
|
|
|
12678
12826
|
},
|
|
12679
12827
|
"typeParameter": [
|
|
12680
12828
|
{
|
|
12681
|
-
"id":
|
|
12829
|
+
"id": 12037,
|
|
12682
12830
|
"name": "T",
|
|
12683
12831
|
"kind": 131072,
|
|
12684
12832
|
"kindString": "Type parameter",
|
|
@@ -12692,7 +12840,7 @@
|
|
|
12692
12840
|
"typeArguments": [
|
|
12693
12841
|
{
|
|
12694
12842
|
"type": "reference",
|
|
12695
|
-
"id":
|
|
12843
|
+
"id": 11855,
|
|
12696
12844
|
"typeArguments": [
|
|
12697
12845
|
{
|
|
12698
12846
|
"type": "typeParameter",
|
|
@@ -12703,7 +12851,7 @@
|
|
|
12703
12851
|
},
|
|
12704
12852
|
{
|
|
12705
12853
|
"type": "reference",
|
|
12706
|
-
"id":
|
|
12854
|
+
"id": 11967,
|
|
12707
12855
|
"typeArguments": [
|
|
12708
12856
|
{
|
|
12709
12857
|
"type": "typeParameter",
|
|
@@ -12834,7 +12982,8 @@
|
|
|
12834
12982
|
"ButtonColor.marketing",
|
|
12835
12983
|
"ButtonColor.primary",
|
|
12836
12984
|
"ButtonColor.secondary",
|
|
12837
|
-
"ButtonColor.subtle"
|
|
12985
|
+
"ButtonColor.subtle",
|
|
12986
|
+
"ButtonColor.success"
|
|
12838
12987
|
]
|
|
12839
12988
|
},
|
|
12840
12989
|
"description": "The color of the button, indicating its function in the UI",
|
|
@@ -13111,6 +13260,45 @@
|
|
|
13111
13260
|
}
|
|
13112
13261
|
}
|
|
13113
13262
|
},
|
|
13263
|
+
{
|
|
13264
|
+
"name": "ResponsiveStepperContainerProps",
|
|
13265
|
+
"kind": 256,
|
|
13266
|
+
"kindString": "Interface",
|
|
13267
|
+
"flags": {
|
|
13268
|
+
"isExported": true
|
|
13269
|
+
},
|
|
13270
|
+
"id": "ResponsiveStepperContainerProps",
|
|
13271
|
+
"tags": {},
|
|
13272
|
+
"properties": {
|
|
13273
|
+
"children": {
|
|
13274
|
+
"name": "children",
|
|
13275
|
+
"required": false,
|
|
13276
|
+
"type": {
|
|
13277
|
+
"name": "React.ReactNode"
|
|
13278
|
+
},
|
|
13279
|
+
"description": "The content of the component",
|
|
13280
|
+
"deprecated": false
|
|
13281
|
+
},
|
|
13282
|
+
"currentStep": {
|
|
13283
|
+
"name": "currentStep",
|
|
13284
|
+
"required": true,
|
|
13285
|
+
"type": {
|
|
13286
|
+
"name": "number"
|
|
13287
|
+
},
|
|
13288
|
+
"description": "Current step value.",
|
|
13289
|
+
"deprecated": false
|
|
13290
|
+
},
|
|
13291
|
+
"steps": {
|
|
13292
|
+
"name": "steps",
|
|
13293
|
+
"required": true,
|
|
13294
|
+
"type": {
|
|
13295
|
+
"name": "React.ReactNode[]"
|
|
13296
|
+
},
|
|
13297
|
+
"description": "Steps of the Stepper.",
|
|
13298
|
+
"deprecated": false
|
|
13299
|
+
}
|
|
13300
|
+
}
|
|
13301
|
+
},
|
|
13114
13302
|
{
|
|
13115
13303
|
"name": "StepProps",
|
|
13116
13304
|
"kind": 256,
|
|
@@ -13193,6 +13381,19 @@
|
|
|
13193
13381
|
"description": "Changes the Stepper view for responsive layouts, needs a minimum 'breakpoint' number.",
|
|
13194
13382
|
"deprecated": false
|
|
13195
13383
|
},
|
|
13384
|
+
"breakpointOrientation": {
|
|
13385
|
+
"name": "breakpointOrientation",
|
|
13386
|
+
"required": false,
|
|
13387
|
+
"type": {
|
|
13388
|
+
"name": "enum",
|
|
13389
|
+
"options": [
|
|
13390
|
+
"StepperOrientation.horizontal",
|
|
13391
|
+
"StepperOrientation.vertical"
|
|
13392
|
+
]
|
|
13393
|
+
},
|
|
13394
|
+
"description": "Changes the Stepper orientation for responsive layouts, needs a minimum 'breakpoint' number.",
|
|
13395
|
+
"deprecated": false
|
|
13396
|
+
},
|
|
13196
13397
|
"completionLabel": {
|
|
13197
13398
|
"name": "completionLabel",
|
|
13198
13399
|
"required": false,
|
|
@@ -13237,6 +13438,20 @@
|
|
|
13237
13438
|
"defaultValue": "StepperLayout.showLabels",
|
|
13238
13439
|
"deprecated": false
|
|
13239
13440
|
},
|
|
13441
|
+
"orientation": {
|
|
13442
|
+
"name": "orientation",
|
|
13443
|
+
"required": false,
|
|
13444
|
+
"type": {
|
|
13445
|
+
"name": "enum",
|
|
13446
|
+
"options": [
|
|
13447
|
+
"StepperOrientation.horizontal",
|
|
13448
|
+
"StepperOrientation.vertical"
|
|
13449
|
+
]
|
|
13450
|
+
},
|
|
13451
|
+
"description": "Determines if the stepper is displayed vertically or horizontally",
|
|
13452
|
+
"defaultValue": "StepperOrientation.horizontal",
|
|
13453
|
+
"deprecated": false
|
|
13454
|
+
},
|
|
13240
13455
|
"stepLabel": {
|
|
13241
13456
|
"name": "stepLabel",
|
|
13242
13457
|
"required": false,
|
|
@@ -14007,12 +14222,12 @@
|
|
|
14007
14222
|
"typeArguments": [
|
|
14008
14223
|
{
|
|
14009
14224
|
"type": "reference",
|
|
14010
|
-
"id":
|
|
14225
|
+
"id": 24626,
|
|
14011
14226
|
"name": "ControlledPageProps"
|
|
14012
14227
|
},
|
|
14013
14228
|
{
|
|
14014
14229
|
"type": "reference",
|
|
14015
|
-
"id":
|
|
14230
|
+
"id": 24628,
|
|
14016
14231
|
"name": "UncontrolledPageProps"
|
|
14017
14232
|
}
|
|
14018
14233
|
],
|
|
@@ -14034,12 +14249,12 @@
|
|
|
14034
14249
|
"typeArguments": [
|
|
14035
14250
|
{
|
|
14036
14251
|
"type": "reference",
|
|
14037
|
-
"id":
|
|
14252
|
+
"id": 24630,
|
|
14038
14253
|
"name": "ControlledRowsPerPageProps"
|
|
14039
14254
|
},
|
|
14040
14255
|
{
|
|
14041
14256
|
"type": "reference",
|
|
14042
|
-
"id":
|
|
14257
|
+
"id": 24632,
|
|
14043
14258
|
"name": "UncontrolledRowsPerPageProps"
|
|
14044
14259
|
}
|
|
14045
14260
|
],
|
|
@@ -14061,17 +14276,17 @@
|
|
|
14061
14276
|
"types": [
|
|
14062
14277
|
{
|
|
14063
14278
|
"type": "reference",
|
|
14064
|
-
"id":
|
|
14279
|
+
"id": 24354,
|
|
14065
14280
|
"name": "BaseTablePaginationProps"
|
|
14066
14281
|
},
|
|
14067
14282
|
{
|
|
14068
14283
|
"type": "reference",
|
|
14069
|
-
"id":
|
|
14284
|
+
"id": 24641,
|
|
14070
14285
|
"name": "PagePaginationProps"
|
|
14071
14286
|
},
|
|
14072
14287
|
{
|
|
14073
14288
|
"type": "reference",
|
|
14074
|
-
"id":
|
|
14289
|
+
"id": 24642,
|
|
14075
14290
|
"name": "RowsPaginationProps"
|
|
14076
14291
|
}
|
|
14077
14292
|
]
|
|
@@ -14312,6 +14527,20 @@
|
|
|
14312
14527
|
"description": "If true, the component will have inverse styling to better appear on a dark background",
|
|
14313
14528
|
"defaultValue": "false",
|
|
14314
14529
|
"deprecated": false
|
|
14530
|
+
},
|
|
14531
|
+
"textTransform": {
|
|
14532
|
+
"name": "textTransform",
|
|
14533
|
+
"required": false,
|
|
14534
|
+
"type": {
|
|
14535
|
+
"name": "enum",
|
|
14536
|
+
"options": [
|
|
14537
|
+
"TabsTextTransform.none",
|
|
14538
|
+
"TabsTextTransform.uppercase"
|
|
14539
|
+
]
|
|
14540
|
+
},
|
|
14541
|
+
"description": "Determines whether the tab appears in all-caps",
|
|
14542
|
+
"defaultValue": "TabsTextTransform.uppercase",
|
|
14543
|
+
"deprecated": false
|
|
14315
14544
|
}
|
|
14316
14545
|
}
|
|
14317
14546
|
},
|
|
@@ -14502,6 +14731,18 @@
|
|
|
14502
14731
|
"name": "function"
|
|
14503
14732
|
},
|
|
14504
14733
|
"deprecated": false
|
|
14734
|
+
},
|
|
14735
|
+
"textTransform": {
|
|
14736
|
+
"name": "textTransform",
|
|
14737
|
+
"required": false,
|
|
14738
|
+
"type": {
|
|
14739
|
+
"name": "enum",
|
|
14740
|
+
"options": [
|
|
14741
|
+
"TabsTextTransform.none",
|
|
14742
|
+
"TabsTextTransform.uppercase"
|
|
14743
|
+
]
|
|
14744
|
+
},
|
|
14745
|
+
"deprecated": false
|
|
14505
14746
|
}
|
|
14506
14747
|
}
|
|
14507
14748
|
},
|
|
@@ -14604,6 +14845,20 @@
|
|
|
14604
14845
|
},
|
|
14605
14846
|
"defaultValue": "TabsOrientation.horizontal",
|
|
14606
14847
|
"deprecated": false
|
|
14848
|
+
},
|
|
14849
|
+
"textTransform": {
|
|
14850
|
+
"name": "textTransform",
|
|
14851
|
+
"required": false,
|
|
14852
|
+
"type": {
|
|
14853
|
+
"name": "enum",
|
|
14854
|
+
"options": [
|
|
14855
|
+
"TabsTextTransform.none",
|
|
14856
|
+
"TabsTextTransform.uppercase"
|
|
14857
|
+
]
|
|
14858
|
+
},
|
|
14859
|
+
"description": "Determines whether the tab appears in all-caps",
|
|
14860
|
+
"defaultValue": "TabsTextTransform.uppercase",
|
|
14861
|
+
"deprecated": false
|
|
14607
14862
|
}
|
|
14608
14863
|
}
|
|
14609
14864
|
},
|
|
@@ -14647,12 +14902,12 @@
|
|
|
14647
14902
|
"types": [
|
|
14648
14903
|
{
|
|
14649
14904
|
"type": "reference",
|
|
14650
|
-
"id":
|
|
14905
|
+
"id": 15715,
|
|
14651
14906
|
"name": "HorizontalTabsProps"
|
|
14652
14907
|
},
|
|
14653
14908
|
{
|
|
14654
14909
|
"type": "reference",
|
|
14655
|
-
"id":
|
|
14910
|
+
"id": 15712,
|
|
14656
14911
|
"name": "VerticalTabsProps"
|
|
14657
14912
|
}
|
|
14658
14913
|
]
|
|
@@ -15130,12 +15385,12 @@
|
|
|
15130
15385
|
"typeArguments": [
|
|
15131
15386
|
{
|
|
15132
15387
|
"type": "reference",
|
|
15133
|
-
"id":
|
|
15388
|
+
"id": 29773,
|
|
15134
15389
|
"name": "DeletableTagProps"
|
|
15135
15390
|
},
|
|
15136
15391
|
{
|
|
15137
15392
|
"type": "reference",
|
|
15138
|
-
"id":
|
|
15393
|
+
"id": 29786,
|
|
15139
15394
|
"name": "ClickableTagProps"
|
|
15140
15395
|
}
|
|
15141
15396
|
],
|
|
@@ -15380,7 +15635,7 @@
|
|
|
15380
15635
|
"type": "query",
|
|
15381
15636
|
"queryType": {
|
|
15382
15637
|
"type": "reference",
|
|
15383
|
-
"id":
|
|
15638
|
+
"id": 31089,
|
|
15384
15639
|
"name": "useTimePicker"
|
|
15385
15640
|
}
|
|
15386
15641
|
}
|
|
@@ -16075,12 +16330,12 @@
|
|
|
16075
16330
|
"typeArguments": [
|
|
16076
16331
|
{
|
|
16077
16332
|
"type": "reference",
|
|
16078
|
-
"id":
|
|
16333
|
+
"id": 33651,
|
|
16079
16334
|
"name": "ToggleButtonTextProps"
|
|
16080
16335
|
},
|
|
16081
16336
|
{
|
|
16082
16337
|
"type": "reference",
|
|
16083
|
-
"id":
|
|
16338
|
+
"id": 33929,
|
|
16084
16339
|
"name": "ToggleButtonIconProps"
|
|
16085
16340
|
}
|
|
16086
16341
|
],
|
|
@@ -16237,7 +16492,8 @@
|
|
|
16237
16492
|
"ButtonColor.marketing",
|
|
16238
16493
|
"ButtonColor.primary",
|
|
16239
16494
|
"ButtonColor.secondary",
|
|
16240
|
-
"ButtonColor.subtle"
|
|
16495
|
+
"ButtonColor.subtle",
|
|
16496
|
+
"ButtonColor.success"
|
|
16241
16497
|
]
|
|
16242
16498
|
},
|
|
16243
16499
|
"description": "The color of all the buttons in the group",
|
|
@@ -16700,6 +16956,16 @@
|
|
|
16700
16956
|
"description": "Index number\nprivate",
|
|
16701
16957
|
"deprecated": false
|
|
16702
16958
|
},
|
|
16959
|
+
"isDisabled": {
|
|
16960
|
+
"name": "isDisabled",
|
|
16961
|
+
"required": false,
|
|
16962
|
+
"type": {
|
|
16963
|
+
"name": "boolean"
|
|
16964
|
+
},
|
|
16965
|
+
"description": "If true, element is disabled",
|
|
16966
|
+
"defaultValue": "false",
|
|
16967
|
+
"deprecated": false
|
|
16968
|
+
},
|
|
16703
16969
|
"itemId": {
|
|
16704
16970
|
"name": "itemId",
|
|
16705
16971
|
"required": true,
|
|
@@ -16825,7 +17091,7 @@
|
|
|
16825
17091
|
"type": {
|
|
16826
17092
|
"name": "MutableRefObject"
|
|
16827
17093
|
},
|
|
16828
|
-
"description": "The ref object that allows TreeView manipulation.\nActions available:\nselectItem({ itemId, checkedStatus }: Pick<TreeViewItemInterface, 'itemId' | 'checkedStatus'>): void - action that allows to change item selection,\nselectAll(): void - action that allows to select all items,\nclearAll(): void - action that allows to unselect all items.",
|
|
17094
|
+
"description": "The ref object that allows TreeView manipulation.\nActions available:\nselectItem({ itemId, checkedStatus }: Pick<TreeViewItemInterface, 'itemId' | 'checkedStatus'>): void - action that allows to change item selection,\nselectAll(): void - action that allows to select all items,\nclearAll(): void - action that allows to unselect all items.\nshowMore(): void - action that gets called when a tree has hidden items and they get expanded.\nshowLess(): void - action that gets called when a tree has hidden items and they get collapsed.",
|
|
16829
17095
|
"deprecated": false
|
|
16830
17096
|
},
|
|
16831
17097
|
"ariaLabel": {
|
|
@@ -16870,7 +17136,7 @@
|
|
|
16870
17136
|
"name": "children",
|
|
16871
17137
|
"required": false,
|
|
16872
17138
|
"type": {
|
|
16873
|
-
"name": "React.ReactNode
|
|
17139
|
+
"name": " | React.ReactNode"
|
|
16874
17140
|
},
|
|
16875
17141
|
"description": "The content of the component",
|
|
16876
17142
|
"deprecated": false
|
|
@@ -16885,6 +17151,16 @@
|
|
|
16885
17151
|
"defaultValue": "[] (no items expanded)",
|
|
16886
17152
|
"deprecated": false
|
|
16887
17153
|
},
|
|
17154
|
+
"isDisabled": {
|
|
17155
|
+
"name": "isDisabled",
|
|
17156
|
+
"required": false,
|
|
17157
|
+
"type": {
|
|
17158
|
+
"name": "boolean"
|
|
17159
|
+
},
|
|
17160
|
+
"description": "If true, every item is disabled",
|
|
17161
|
+
"defaultValue": "false",
|
|
17162
|
+
"deprecated": false
|
|
17163
|
+
},
|
|
16888
17164
|
"isInverse": {
|
|
16889
17165
|
"name": "isInverse",
|
|
16890
17166
|
"required": false,
|
|
@@ -16901,7 +17177,7 @@
|
|
|
16901
17177
|
"type": {
|
|
16902
17178
|
"name": "function"
|
|
16903
17179
|
},
|
|
16904
|
-
"description": "Action that fires when an item is expanded or collapsed",
|
|
17180
|
+
"description": "Action that fires when an item is expanded or collapsed\nReturn an array of itemIds of items that are expanded\nExample: ['item0', 'item1', 'item3']",
|
|
16905
17181
|
"deprecated": false
|
|
16906
17182
|
},
|
|
16907
17183
|
"onSelectedItemChange": {
|
|
@@ -16962,6 +17238,14 @@
|
|
|
16962
17238
|
},
|
|
16963
17239
|
"deprecated": false
|
|
16964
17240
|
},
|
|
17241
|
+
"isDisabled": {
|
|
17242
|
+
"name": "isDisabled",
|
|
17243
|
+
"required": false,
|
|
17244
|
+
"type": {
|
|
17245
|
+
"name": "boolean"
|
|
17246
|
+
},
|
|
17247
|
+
"deprecated": false
|
|
17248
|
+
},
|
|
16965
17249
|
"itemId": {
|
|
16966
17250
|
"name": "itemId",
|
|
16967
17251
|
"required": false,
|
|
@@ -17007,6 +17291,14 @@
|
|
|
17007
17291
|
"description": "The content of the component",
|
|
17008
17292
|
"deprecated": false
|
|
17009
17293
|
},
|
|
17294
|
+
"handleExpandedChange": {
|
|
17295
|
+
"name": "handleExpandedChange",
|
|
17296
|
+
"required": true,
|
|
17297
|
+
"type": {
|
|
17298
|
+
"name": "function"
|
|
17299
|
+
},
|
|
17300
|
+
"deprecated": false
|
|
17301
|
+
},
|
|
17010
17302
|
"hasIcons": {
|
|
17011
17303
|
"name": "hasIcons",
|
|
17012
17304
|
"required": true,
|
|
@@ -17157,6 +17449,14 @@
|
|
|
17157
17449
|
},
|
|
17158
17450
|
"deprecated": false
|
|
17159
17451
|
},
|
|
17452
|
+
"isDisabled": {
|
|
17453
|
+
"name": "isDisabled",
|
|
17454
|
+
"required": false,
|
|
17455
|
+
"type": {
|
|
17456
|
+
"name": "boolean"
|
|
17457
|
+
},
|
|
17458
|
+
"deprecated": false
|
|
17459
|
+
},
|
|
17160
17460
|
"itemId": {
|
|
17161
17461
|
"name": "itemId",
|
|
17162
17462
|
"required": false,
|
|
@@ -17203,6 +17503,16 @@
|
|
|
17203
17503
|
"description": "Index number\nprivate",
|
|
17204
17504
|
"deprecated": false
|
|
17205
17505
|
},
|
|
17506
|
+
"isDisabled": {
|
|
17507
|
+
"name": "isDisabled",
|
|
17508
|
+
"required": false,
|
|
17509
|
+
"type": {
|
|
17510
|
+
"name": "boolean"
|
|
17511
|
+
},
|
|
17512
|
+
"description": "If true, element is disabled",
|
|
17513
|
+
"defaultValue": "false",
|
|
17514
|
+
"deprecated": false
|
|
17515
|
+
},
|
|
17206
17516
|
"itemId": {
|
|
17207
17517
|
"name": "itemId",
|
|
17208
17518
|
"required": true,
|
|
@@ -17268,7 +17578,7 @@
|
|
|
17268
17578
|
"type": {
|
|
17269
17579
|
"name": "MutableRefObject"
|
|
17270
17580
|
},
|
|
17271
|
-
"description": "The ref object that allows TreeView manipulation.\nActions available:\nselectItem({ itemId, checkedStatus }: Pick<TreeViewItemInterface, 'itemId' | 'checkedStatus'>): void - action that allows to change item selection,\nselectAll(): void - action that allows to select all items,\nclearAll(): void - action that allows to unselect all items.",
|
|
17581
|
+
"description": "The ref object that allows TreeView manipulation.\nActions available:\nselectItem({ itemId, checkedStatus }: Pick<TreeViewItemInterface, 'itemId' | 'checkedStatus'>): void - action that allows to change item selection,\nselectAll(): void - action that allows to select all items,\nclearAll(): void - action that allows to unselect all items.\nshowMore(): void - action that gets called when a tree has hidden items and they get expanded.\nshowLess(): void - action that gets called when a tree has hidden items and they get collapsed.",
|
|
17272
17582
|
"deprecated": false
|
|
17273
17583
|
},
|
|
17274
17584
|
"ariaLabel": {
|
|
@@ -17313,7 +17623,7 @@
|
|
|
17313
17623
|
"name": "children",
|
|
17314
17624
|
"required": false,
|
|
17315
17625
|
"type": {
|
|
17316
|
-
"name": "React.ReactNode
|
|
17626
|
+
"name": " | React.ReactNode"
|
|
17317
17627
|
},
|
|
17318
17628
|
"description": "The content of the component",
|
|
17319
17629
|
"deprecated": false
|
|
@@ -17328,6 +17638,16 @@
|
|
|
17328
17638
|
"defaultValue": "[] (no items expanded)",
|
|
17329
17639
|
"deprecated": false
|
|
17330
17640
|
},
|
|
17641
|
+
"isDisabled": {
|
|
17642
|
+
"name": "isDisabled",
|
|
17643
|
+
"required": false,
|
|
17644
|
+
"type": {
|
|
17645
|
+
"name": "boolean"
|
|
17646
|
+
},
|
|
17647
|
+
"description": "If true, every item is disabled",
|
|
17648
|
+
"defaultValue": "false",
|
|
17649
|
+
"deprecated": false
|
|
17650
|
+
},
|
|
17331
17651
|
"isInverse": {
|
|
17332
17652
|
"name": "isInverse",
|
|
17333
17653
|
"required": false,
|
|
@@ -17344,7 +17664,7 @@
|
|
|
17344
17664
|
"type": {
|
|
17345
17665
|
"name": "function"
|
|
17346
17666
|
},
|
|
17347
|
-
"description": "Action that fires when an item is expanded or collapsed",
|
|
17667
|
+
"description": "Action that fires when an item is expanded or collapsed\nReturn an array of itemIds of items that are expanded\nExample: ['item0', 'item1', 'item3']",
|
|
17348
17668
|
"deprecated": false
|
|
17349
17669
|
},
|
|
17350
17670
|
"onSelectedItemChange": {
|
|
@@ -17396,7 +17716,7 @@
|
|
|
17396
17716
|
"type": "query",
|
|
17397
17717
|
"queryType": {
|
|
17398
17718
|
"type": "reference",
|
|
17399
|
-
"id":
|
|
17719
|
+
"id": 33263,
|
|
17400
17720
|
"name": "useTreeView"
|
|
17401
17721
|
}
|
|
17402
17722
|
}
|
|
@@ -17416,7 +17736,7 @@
|
|
|
17416
17736
|
},
|
|
17417
17737
|
"typeParameter": [
|
|
17418
17738
|
{
|
|
17419
|
-
"id":
|
|
17739
|
+
"id": 5733,
|
|
17420
17740
|
"name": "T",
|
|
17421
17741
|
"kind": 131072,
|
|
17422
17742
|
"kindString": "Type parameter",
|
|
@@ -17593,7 +17913,7 @@
|
|
|
17593
17913
|
},
|
|
17594
17914
|
"typeParameter": [
|
|
17595
17915
|
{
|
|
17596
|
-
"id":
|
|
17916
|
+
"id": 22545,
|
|
17597
17917
|
"name": "PaginatedItem",
|
|
17598
17918
|
"kind": 131072,
|
|
17599
17919
|
"kindString": "Type parameter",
|
|
@@ -17653,7 +17973,7 @@
|
|
|
17653
17973
|
},
|
|
17654
17974
|
"typeParameter": [
|
|
17655
17975
|
{
|
|
17656
|
-
"id":
|
|
17976
|
+
"id": 22554,
|
|
17657
17977
|
"name": "PaginatedItem",
|
|
17658
17978
|
"kind": 131072,
|
|
17659
17979
|
"kindString": "Type parameter",
|