react-magma-dom 4.5.0-next.9 → 4.6.0-next.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/AlertBase/index.d.ts +4 -2
- package/dist/components/Badge/index.d.ts +1 -1
- package/dist/components/BlockQuote/BlockQuoteItem.d.ts +1 -1
- package/dist/components/ButtonGroup/ButtonGroup.stories.d.ts +0 -1
- package/dist/components/CharacterCounter/CharacterCounter.stories.d.ts +0 -2
- package/dist/components/Checkbox/index.d.ts +13 -4
- package/dist/components/Datagrid/Datagrid.stories.d.ts +8 -8
- package/dist/components/DatePicker/DatePicker.stories.d.ts +1 -0
- package/dist/components/Dropdown/DropdownMenuItem.d.ts +6 -4
- package/dist/components/Grid/Grid.d.ts +8 -2
- package/dist/components/Input/Input.stories.d.ts +3 -3
- package/dist/components/InputBase/index.d.ts +15 -5
- package/dist/components/Modal/Modal.d.ts +4 -0
- package/dist/components/Modal/Modal.stories.d.ts +1 -0
- package/dist/components/Pagination/Pagination.d.ts +6 -2
- package/dist/components/Select/SelectContainer.d.ts +5 -2
- package/dist/components/Select/shared.d.ts +39 -14
- package/dist/components/SelectionControls/InputStyles.d.ts +3 -3
- package/dist/components/Stepper/Step.d.ts +4 -1
- package/dist/components/StyledButton/index.d.ts +5 -2
- package/dist/components/Table/Table.d.ts +10 -5
- package/dist/components/Table/Table.stories.d.ts +0 -6
- package/dist/components/Table/TableCell.d.ts +1 -1
- package/dist/components/Tabs/Tab.d.ts +11 -5
- package/dist/components/Tabs/Tabs.d.ts +15 -6
- package/dist/components/Tag/Tag.stories.d.ts +0 -2
- package/dist/components/Textarea/Textarea.stories.d.ts +0 -1
- package/dist/components/ToggleButton/ToggleButton.d.ts +1 -1
- package/dist/components/ToggleButton/ToggleButton.stories.d.ts +0 -4
- package/dist/components/ToggleButtonGroup/ToggleButtonGroup.stories.d.ts +0 -2
- package/dist/components/Tooltip/index.d.ts +10 -5
- package/dist/components/Typography/index.d.ts +16 -13
- package/dist/esm/index.js +1307 -1080
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.ts +7 -2
- package/dist/properties.json +135 -99
- package/dist/react-magma-dom.cjs.development.js +1294 -1086
- 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/theme/styled.d.ts +4 -3
- package/dist/utils/UtilityStyles.d.ts +1 -1
- package/package.json +5 -6
package/dist/properties.json
CHANGED
|
@@ -396,22 +396,22 @@
|
|
|
396
396
|
"types": [
|
|
397
397
|
{
|
|
398
398
|
"type": "reference",
|
|
399
|
-
"id":
|
|
399
|
+
"id": 341,
|
|
400
400
|
"name": "AccordionMultipleProps"
|
|
401
401
|
},
|
|
402
402
|
{
|
|
403
403
|
"type": "reference",
|
|
404
|
-
"id":
|
|
404
|
+
"id": 609,
|
|
405
405
|
"name": "AccordionSingleProps"
|
|
406
406
|
},
|
|
407
407
|
{
|
|
408
408
|
"type": "reference",
|
|
409
|
-
"id":
|
|
409
|
+
"id": 876,
|
|
410
410
|
"name": "AccordionMultipleControlledProps"
|
|
411
411
|
},
|
|
412
412
|
{
|
|
413
413
|
"type": "reference",
|
|
414
|
-
"id":
|
|
414
|
+
"id": 1143,
|
|
415
415
|
"name": "AccordionSingleControlledProps"
|
|
416
416
|
}
|
|
417
417
|
]
|
|
@@ -763,7 +763,7 @@
|
|
|
763
763
|
"type": "query",
|
|
764
764
|
"queryType": {
|
|
765
765
|
"type": "reference",
|
|
766
|
-
"id":
|
|
766
|
+
"id": 2010,
|
|
767
767
|
"name": "useAccordionButton"
|
|
768
768
|
}
|
|
769
769
|
}
|
|
@@ -866,7 +866,7 @@
|
|
|
866
866
|
"type": "query",
|
|
867
867
|
"queryType": {
|
|
868
868
|
"type": "reference",
|
|
869
|
-
"id":
|
|
869
|
+
"id": 1439,
|
|
870
870
|
"name": "useAccordionItem"
|
|
871
871
|
}
|
|
872
872
|
}
|
|
@@ -1925,12 +1925,12 @@
|
|
|
1925
1925
|
"types": [
|
|
1926
1926
|
{
|
|
1927
1927
|
"type": "reference",
|
|
1928
|
-
"id":
|
|
1928
|
+
"id": 3695,
|
|
1929
1929
|
"name": "BaseButtonProps"
|
|
1930
1930
|
},
|
|
1931
1931
|
{
|
|
1932
1932
|
"type": "reference",
|
|
1933
|
-
"id":
|
|
1933
|
+
"id": 3686,
|
|
1934
1934
|
"name": "ButtonStyles"
|
|
1935
1935
|
}
|
|
1936
1936
|
]
|
|
@@ -2700,7 +2700,7 @@
|
|
|
2700
2700
|
"flags": {},
|
|
2701
2701
|
"typeParameter": [
|
|
2702
2702
|
{
|
|
2703
|
-
"id":
|
|
2703
|
+
"id": 11990,
|
|
2704
2704
|
"name": "T",
|
|
2705
2705
|
"kind": 131072,
|
|
2706
2706
|
"kindString": "Type parameter",
|
|
@@ -2892,7 +2892,7 @@
|
|
|
2892
2892
|
},
|
|
2893
2893
|
"typeParameter": [
|
|
2894
2894
|
{
|
|
2895
|
-
"id":
|
|
2895
|
+
"id": 12097,
|
|
2896
2896
|
"name": "T",
|
|
2897
2897
|
"kind": 131072,
|
|
2898
2898
|
"kindString": "Type parameter",
|
|
@@ -2901,7 +2901,7 @@
|
|
|
2901
2901
|
},
|
|
2902
2902
|
"type": {
|
|
2903
2903
|
"type": "reference",
|
|
2904
|
-
"id":
|
|
2904
|
+
"id": 11917,
|
|
2905
2905
|
"name": "SelectOptions"
|
|
2906
2906
|
}
|
|
2907
2907
|
}
|
|
@@ -3238,7 +3238,7 @@
|
|
|
3238
3238
|
},
|
|
3239
3239
|
"typeParameter": [
|
|
3240
3240
|
{
|
|
3241
|
-
"id":
|
|
3241
|
+
"id": 12168,
|
|
3242
3242
|
"name": "T",
|
|
3243
3243
|
"kind": 131072,
|
|
3244
3244
|
"kindString": "Type parameter",
|
|
@@ -3247,7 +3247,7 @@
|
|
|
3247
3247
|
},
|
|
3248
3248
|
"type": {
|
|
3249
3249
|
"type": "reference",
|
|
3250
|
-
"id":
|
|
3250
|
+
"id": 11917,
|
|
3251
3251
|
"name": "SelectOptions"
|
|
3252
3252
|
}
|
|
3253
3253
|
}
|
|
@@ -3405,7 +3405,7 @@
|
|
|
3405
3405
|
},
|
|
3406
3406
|
"typeParameter": [
|
|
3407
3407
|
{
|
|
3408
|
-
"id":
|
|
3408
|
+
"id": 12215,
|
|
3409
3409
|
"name": "T",
|
|
3410
3410
|
"kind": 131072,
|
|
3411
3411
|
"kindString": "Type parameter",
|
|
@@ -3419,7 +3419,7 @@
|
|
|
3419
3419
|
"typeArguments": [
|
|
3420
3420
|
{
|
|
3421
3421
|
"type": "reference",
|
|
3422
|
-
"id":
|
|
3422
|
+
"id": 12096,
|
|
3423
3423
|
"typeArguments": [
|
|
3424
3424
|
{
|
|
3425
3425
|
"type": "typeParameter",
|
|
@@ -3430,7 +3430,7 @@
|
|
|
3430
3430
|
},
|
|
3431
3431
|
{
|
|
3432
3432
|
"type": "reference",
|
|
3433
|
-
"id":
|
|
3433
|
+
"id": 12167,
|
|
3434
3434
|
"typeArguments": [
|
|
3435
3435
|
{
|
|
3436
3436
|
"type": "typeParameter",
|
|
@@ -3922,7 +3922,7 @@
|
|
|
3922
3922
|
},
|
|
3923
3923
|
"indexSignature": [
|
|
3924
3924
|
{
|
|
3925
|
-
"id":
|
|
3925
|
+
"id": 25155,
|
|
3926
3926
|
"name": "__index",
|
|
3927
3927
|
"kind": 8192,
|
|
3928
3928
|
"kindString": "Index signature",
|
|
@@ -3934,7 +3934,7 @@
|
|
|
3934
3934
|
},
|
|
3935
3935
|
"parameters": [
|
|
3936
3936
|
{
|
|
3937
|
-
"id":
|
|
3937
|
+
"id": 25156,
|
|
3938
3938
|
"name": "key",
|
|
3939
3939
|
"kind": 32768,
|
|
3940
3940
|
"kindString": "Parameter",
|
|
@@ -4024,12 +4024,12 @@
|
|
|
4024
4024
|
"types": [
|
|
4025
4025
|
{
|
|
4026
4026
|
"type": "reference",
|
|
4027
|
-
"id":
|
|
4027
|
+
"id": 25161,
|
|
4028
4028
|
"name": "BaseDatagridProps"
|
|
4029
4029
|
},
|
|
4030
4030
|
{
|
|
4031
4031
|
"type": "reference",
|
|
4032
|
-
"id":
|
|
4032
|
+
"id": 25457,
|
|
4033
4033
|
"name": "DatagridSelectedRowsProps"
|
|
4034
4034
|
}
|
|
4035
4035
|
]
|
|
@@ -4248,12 +4248,12 @@
|
|
|
4248
4248
|
"typeArguments": [
|
|
4249
4249
|
{
|
|
4250
4250
|
"type": "reference",
|
|
4251
|
-
"id":
|
|
4251
|
+
"id": 25453,
|
|
4252
4252
|
"name": "ControlledSelectedRowsProps"
|
|
4253
4253
|
},
|
|
4254
4254
|
{
|
|
4255
4255
|
"type": "reference",
|
|
4256
|
-
"id":
|
|
4256
|
+
"id": 25455,
|
|
4257
4257
|
"name": "UncontrolledSelectedRowsProps"
|
|
4258
4258
|
}
|
|
4259
4259
|
],
|
|
@@ -5273,12 +5273,12 @@
|
|
|
5273
5273
|
"typeArguments": [
|
|
5274
5274
|
{
|
|
5275
5275
|
"type": "reference",
|
|
5276
|
-
"id":
|
|
5276
|
+
"id": 4599,
|
|
5277
5277
|
"name": "IconOnlyDropdownButtonProps"
|
|
5278
5278
|
},
|
|
5279
5279
|
{
|
|
5280
5280
|
"type": "reference",
|
|
5281
|
-
"id":
|
|
5281
|
+
"id": 4603,
|
|
5282
5282
|
"name": "IconTextDropdownButtonProps"
|
|
5283
5283
|
}
|
|
5284
5284
|
],
|
|
@@ -7574,12 +7574,12 @@
|
|
|
7574
7574
|
"typeArguments": [
|
|
7575
7575
|
{
|
|
7576
7576
|
"type": "reference",
|
|
7577
|
-
"id":
|
|
7577
|
+
"id": 4291,
|
|
7578
7578
|
"name": "IconOnlyButtonProps"
|
|
7579
7579
|
},
|
|
7580
7580
|
{
|
|
7581
7581
|
"type": "reference",
|
|
7582
|
-
"id":
|
|
7582
|
+
"id": 4295,
|
|
7583
7583
|
"name": "IconTextButtonProps"
|
|
7584
7584
|
}
|
|
7585
7585
|
],
|
|
@@ -7852,6 +7852,15 @@
|
|
|
7852
7852
|
"description": "Function to be called when the contents of input are cleared by clicking a clear button",
|
|
7853
7853
|
"deprecated": false
|
|
7854
7854
|
},
|
|
7855
|
+
"onDateChange": {
|
|
7856
|
+
"name": "onDateChange",
|
|
7857
|
+
"required": false,
|
|
7858
|
+
"type": {
|
|
7859
|
+
"name": "function"
|
|
7860
|
+
},
|
|
7861
|
+
"description": "Action that will synchronize chosenDate with input value",
|
|
7862
|
+
"deprecated": false
|
|
7863
|
+
},
|
|
7855
7864
|
"onIconClick": {
|
|
7856
7865
|
"name": "onIconClick",
|
|
7857
7866
|
"required": false,
|
|
@@ -8077,6 +8086,15 @@
|
|
|
8077
8086
|
"description": "Function to be called when the contents of input are cleared by clicking a clear button",
|
|
8078
8087
|
"deprecated": false
|
|
8079
8088
|
},
|
|
8089
|
+
"onDateChange": {
|
|
8090
|
+
"name": "onDateChange",
|
|
8091
|
+
"required": false,
|
|
8092
|
+
"type": {
|
|
8093
|
+
"name": "function"
|
|
8094
|
+
},
|
|
8095
|
+
"description": "Action that will synchronize chosenDate with input value",
|
|
8096
|
+
"deprecated": false
|
|
8097
|
+
},
|
|
8080
8098
|
"onIconClick": {
|
|
8081
8099
|
"name": "onIconClick",
|
|
8082
8100
|
"required": false,
|
|
@@ -8893,6 +8911,15 @@
|
|
|
8893
8911
|
"description": "The content of the modal header",
|
|
8894
8912
|
"deprecated": false
|
|
8895
8913
|
},
|
|
8914
|
+
"headerRef": {
|
|
8915
|
+
"name": "headerRef",
|
|
8916
|
+
"required": false,
|
|
8917
|
+
"type": {
|
|
8918
|
+
"name": "function"
|
|
8919
|
+
},
|
|
8920
|
+
"description": "Function that returns reference for the header",
|
|
8921
|
+
"deprecated": false
|
|
8922
|
+
},
|
|
8896
8923
|
"isBackgroundClickDisabled": {
|
|
8897
8924
|
"name": "isBackgroundClickDisabled",
|
|
8898
8925
|
"required": false,
|
|
@@ -9333,12 +9360,12 @@
|
|
|
9333
9360
|
"typeArguments": [
|
|
9334
9361
|
{
|
|
9335
9362
|
"type": "reference",
|
|
9336
|
-
"id":
|
|
9363
|
+
"id": 17355,
|
|
9337
9364
|
"name": "NavTabChildrenProps"
|
|
9338
9365
|
},
|
|
9339
9366
|
{
|
|
9340
9367
|
"type": "reference",
|
|
9341
|
-
"id":
|
|
9368
|
+
"id": 17621,
|
|
9342
9369
|
"name": "NavTabComponentProps"
|
|
9343
9370
|
}
|
|
9344
9371
|
],
|
|
@@ -9768,12 +9795,12 @@
|
|
|
9768
9795
|
"types": [
|
|
9769
9796
|
{
|
|
9770
9797
|
"type": "reference",
|
|
9771
|
-
"id":
|
|
9798
|
+
"id": 27093,
|
|
9772
9799
|
"name": "ControlledPaginationProps"
|
|
9773
9800
|
},
|
|
9774
9801
|
{
|
|
9775
9802
|
"type": "reference",
|
|
9776
|
-
"id":
|
|
9803
|
+
"id": 27369,
|
|
9777
9804
|
"name": "UncontrolledPaginationProps"
|
|
9778
9805
|
}
|
|
9779
9806
|
]
|
|
@@ -10806,6 +10833,15 @@
|
|
|
10806
10833
|
"description": "Function to be called when the contents of input are cleared by clicking a clear button",
|
|
10807
10834
|
"deprecated": false
|
|
10808
10835
|
},
|
|
10836
|
+
"onDateChange": {
|
|
10837
|
+
"name": "onDateChange",
|
|
10838
|
+
"required": false,
|
|
10839
|
+
"type": {
|
|
10840
|
+
"name": "function"
|
|
10841
|
+
},
|
|
10842
|
+
"description": "Action that will synchronize chosenDate with input value",
|
|
10843
|
+
"deprecated": false
|
|
10844
|
+
},
|
|
10809
10845
|
"onIconClick": {
|
|
10810
10846
|
"name": "onIconClick",
|
|
10811
10847
|
"required": false,
|
|
@@ -10879,7 +10915,7 @@
|
|
|
10879
10915
|
"flags": {},
|
|
10880
10916
|
"typeParameter": [
|
|
10881
10917
|
{
|
|
10882
|
-
"id":
|
|
10918
|
+
"id": 11614,
|
|
10883
10919
|
"name": "T",
|
|
10884
10920
|
"kind": 131072,
|
|
10885
10921
|
"kindString": "Type parameter",
|
|
@@ -10988,7 +11024,7 @@
|
|
|
10988
11024
|
"flags": {},
|
|
10989
11025
|
"typeParameter": [
|
|
10990
11026
|
{
|
|
10991
|
-
"id":
|
|
11027
|
+
"id": 11653,
|
|
10992
11028
|
"name": "T",
|
|
10993
11029
|
"kind": 131072,
|
|
10994
11030
|
"kindString": "Type parameter",
|
|
@@ -11134,7 +11170,7 @@
|
|
|
11134
11170
|
"flags": {},
|
|
11135
11171
|
"typeParameter": [
|
|
11136
11172
|
{
|
|
11137
|
-
"id":
|
|
11173
|
+
"id": 11708,
|
|
11138
11174
|
"name": "T",
|
|
11139
11175
|
"kind": 131072,
|
|
11140
11176
|
"kindString": "Type parameter",
|
|
@@ -11230,7 +11266,7 @@
|
|
|
11230
11266
|
},
|
|
11231
11267
|
"typeParameter": [
|
|
11232
11268
|
{
|
|
11233
|
-
"id":
|
|
11269
|
+
"id": 11567,
|
|
11234
11270
|
"name": "T",
|
|
11235
11271
|
"kind": 131072,
|
|
11236
11272
|
"kindString": "Type parameter",
|
|
@@ -11242,7 +11278,7 @@
|
|
|
11242
11278
|
"type": {
|
|
11243
11279
|
"type": "reflection",
|
|
11244
11280
|
"declaration": {
|
|
11245
|
-
"id":
|
|
11281
|
+
"id": 11568,
|
|
11246
11282
|
"name": "__type",
|
|
11247
11283
|
"kind": 65536,
|
|
11248
11284
|
"kindString": "Type literal",
|
|
@@ -11251,7 +11287,7 @@
|
|
|
11251
11287
|
},
|
|
11252
11288
|
"indexSignature": [
|
|
11253
11289
|
{
|
|
11254
|
-
"id":
|
|
11290
|
+
"id": 11576,
|
|
11255
11291
|
"name": "__index",
|
|
11256
11292
|
"kind": 8192,
|
|
11257
11293
|
"kindString": "Index signature",
|
|
@@ -11260,7 +11296,7 @@
|
|
|
11260
11296
|
},
|
|
11261
11297
|
"parameters": [
|
|
11262
11298
|
{
|
|
11263
|
-
"id":
|
|
11299
|
+
"id": 11577,
|
|
11264
11300
|
"name": "key",
|
|
11265
11301
|
"kind": 32768,
|
|
11266
11302
|
"kindString": "Parameter",
|
|
@@ -11281,7 +11317,7 @@
|
|
|
11281
11317
|
],
|
|
11282
11318
|
"children": [
|
|
11283
11319
|
{
|
|
11284
|
-
"id":
|
|
11320
|
+
"id": 11570,
|
|
11285
11321
|
"name": "isFocused",
|
|
11286
11322
|
"kind": 32,
|
|
11287
11323
|
"kindString": "Variable",
|
|
@@ -11302,7 +11338,7 @@
|
|
|
11302
11338
|
}
|
|
11303
11339
|
},
|
|
11304
11340
|
{
|
|
11305
|
-
"id":
|
|
11341
|
+
"id": 11571,
|
|
11306
11342
|
"name": "isInverse",
|
|
11307
11343
|
"kind": 32,
|
|
11308
11344
|
"kindString": "Variable",
|
|
@@ -11323,7 +11359,7 @@
|
|
|
11323
11359
|
}
|
|
11324
11360
|
},
|
|
11325
11361
|
{
|
|
11326
|
-
"id":
|
|
11362
|
+
"id": 11572,
|
|
11327
11363
|
"name": "item",
|
|
11328
11364
|
"kind": 32,
|
|
11329
11365
|
"kindString": "Variable",
|
|
@@ -11343,7 +11379,7 @@
|
|
|
11343
11379
|
}
|
|
11344
11380
|
},
|
|
11345
11381
|
{
|
|
11346
|
-
"id":
|
|
11382
|
+
"id": 11573,
|
|
11347
11383
|
"name": "itemRef",
|
|
11348
11384
|
"kind": 32,
|
|
11349
11385
|
"kindString": "Variable",
|
|
@@ -11369,7 +11405,7 @@
|
|
|
11369
11405
|
}
|
|
11370
11406
|
},
|
|
11371
11407
|
{
|
|
11372
|
-
"id":
|
|
11408
|
+
"id": 11574,
|
|
11373
11409
|
"name": "itemString",
|
|
11374
11410
|
"kind": 32,
|
|
11375
11411
|
"kindString": "Variable",
|
|
@@ -11389,7 +11425,7 @@
|
|
|
11389
11425
|
}
|
|
11390
11426
|
},
|
|
11391
11427
|
{
|
|
11392
|
-
"id":
|
|
11428
|
+
"id": 11569,
|
|
11393
11429
|
"name": "key",
|
|
11394
11430
|
"kind": 32,
|
|
11395
11431
|
"kindString": "Variable",
|
|
@@ -11409,7 +11445,7 @@
|
|
|
11409
11445
|
}
|
|
11410
11446
|
},
|
|
11411
11447
|
{
|
|
11412
|
-
"id":
|
|
11448
|
+
"id": 11575,
|
|
11413
11449
|
"name": "theme",
|
|
11414
11450
|
"kind": 32,
|
|
11415
11451
|
"kindString": "Variable",
|
|
@@ -11434,13 +11470,13 @@
|
|
|
11434
11470
|
"title": "Variables",
|
|
11435
11471
|
"kind": 32,
|
|
11436
11472
|
"children": [
|
|
11437
|
-
|
|
11438
|
-
|
|
11439
|
-
|
|
11440
|
-
|
|
11441
|
-
|
|
11442
|
-
|
|
11443
|
-
|
|
11473
|
+
11570,
|
|
11474
|
+
11571,
|
|
11475
|
+
11572,
|
|
11476
|
+
11573,
|
|
11477
|
+
11574,
|
|
11478
|
+
11569,
|
|
11479
|
+
11575
|
|
11444
11480
|
]
|
|
11445
11481
|
}
|
|
11446
11482
|
],
|
|
@@ -11466,7 +11502,7 @@
|
|
|
11466
11502
|
},
|
|
11467
11503
|
"typeParameter": [
|
|
11468
11504
|
{
|
|
11469
|
-
"id":
|
|
11505
|
+
"id": 11579,
|
|
11470
11506
|
"name": "T",
|
|
11471
11507
|
"kind": 131072,
|
|
11472
11508
|
"kindString": "Type parameter",
|
|
@@ -11478,7 +11514,7 @@
|
|
|
11478
11514
|
"type": {
|
|
11479
11515
|
"type": "reflection",
|
|
11480
11516
|
"declaration": {
|
|
11481
|
-
"id":
|
|
11517
|
+
"id": 11580,
|
|
11482
11518
|
"name": "__type",
|
|
11483
11519
|
"kind": 65536,
|
|
11484
11520
|
"kindString": "Type literal",
|
|
@@ -11487,7 +11523,7 @@
|
|
|
11487
11523
|
},
|
|
11488
11524
|
"children": [
|
|
11489
11525
|
{
|
|
11490
|
-
"id":
|
|
11526
|
+
"id": 11581,
|
|
11491
11527
|
"name": "ClearIndicator",
|
|
11492
11528
|
"kind": 32,
|
|
11493
11529
|
"kindString": "Variable",
|
|
@@ -11507,7 +11543,7 @@
|
|
|
11507
11543
|
"typeArguments": [
|
|
11508
11544
|
{
|
|
11509
11545
|
"type": "reference",
|
|
11510
|
-
"id":
|
|
11546
|
+
"id": 4576,
|
|
11511
11547
|
"name": "IconButtonProps"
|
|
11512
11548
|
}
|
|
11513
11549
|
],
|
|
@@ -11515,7 +11551,7 @@
|
|
|
11515
11551
|
}
|
|
11516
11552
|
},
|
|
11517
11553
|
{
|
|
11518
|
-
"id":
|
|
11554
|
+
"id": 11582,
|
|
11519
11555
|
"name": "DropdownIndicator",
|
|
11520
11556
|
"kind": 32,
|
|
11521
11557
|
"kindString": "Variable",
|
|
@@ -11548,7 +11584,7 @@
|
|
|
11548
11584
|
}
|
|
11549
11585
|
},
|
|
11550
11586
|
{
|
|
11551
|
-
"id":
|
|
11587
|
+
"id": 11584,
|
|
11552
11588
|
"name": "Item",
|
|
11553
11589
|
"kind": 32,
|
|
11554
11590
|
"kindString": "Variable",
|
|
@@ -11568,7 +11604,7 @@
|
|
|
11568
11604
|
"typeArguments": [
|
|
11569
11605
|
{
|
|
11570
11606
|
"type": "reference",
|
|
11571
|
-
"id":
|
|
11607
|
+
"id": 11566,
|
|
11572
11608
|
"typeArguments": [
|
|
11573
11609
|
{
|
|
11574
11610
|
"type": "typeParameter",
|
|
@@ -11582,7 +11618,7 @@
|
|
|
11582
11618
|
}
|
|
11583
11619
|
},
|
|
11584
11620
|
{
|
|
11585
|
-
"id":
|
|
11621
|
+
"id": 11583,
|
|
11586
11622
|
"name": "LoadingIndicator",
|
|
11587
11623
|
"kind": 32,
|
|
11588
11624
|
"kindString": "Variable",
|
|
@@ -11602,7 +11638,7 @@
|
|
|
11602
11638
|
"typeArguments": [
|
|
11603
11639
|
{
|
|
11604
11640
|
"type": "reference",
|
|
11605
|
-
"id":
|
|
11641
|
+
"id": 2786,
|
|
11606
11642
|
"name": "SpinnerProps"
|
|
11607
11643
|
}
|
|
11608
11644
|
],
|
|
@@ -11615,10 +11651,10 @@
|
|
|
11615
11651
|
"title": "Variables",
|
|
11616
11652
|
"kind": 32,
|
|
11617
11653
|
"children": [
|
|
11618
|
-
|
|
11619
|
-
|
|
11620
|
-
|
|
11621
|
-
|
|
11654
|
+
11581,
|
|
11655
|
+
11582,
|
|
11656
|
+
11584,
|
|
11657
|
+
11583
|
|
11622
11658
|
]
|
|
11623
11659
|
}
|
|
11624
11660
|
],
|
|
@@ -11644,7 +11680,7 @@
|
|
|
11644
11680
|
},
|
|
11645
11681
|
"typeParameter": [
|
|
11646
11682
|
{
|
|
11647
|
-
"id":
|
|
11683
|
+
"id": 11765,
|
|
11648
11684
|
"name": "T",
|
|
11649
11685
|
"kind": 131072,
|
|
11650
11686
|
"kindString": "Type parameter",
|
|
@@ -11676,7 +11712,7 @@
|
|
|
11676
11712
|
},
|
|
11677
11713
|
"typeParameter": [
|
|
11678
11714
|
{
|
|
11679
|
-
"id":
|
|
11715
|
+
"id": 11744,
|
|
11680
11716
|
"name": "T",
|
|
11681
11717
|
"kind": 131072,
|
|
11682
11718
|
"kindString": "Type parameter",
|
|
@@ -11870,7 +11906,7 @@
|
|
|
11870
11906
|
},
|
|
11871
11907
|
"typeParameter": [
|
|
11872
11908
|
{
|
|
11873
|
-
"id":
|
|
11909
|
+
"id": 11874,
|
|
11874
11910
|
"name": "T",
|
|
11875
11911
|
"kind": 131072,
|
|
11876
11912
|
"kindString": "Type parameter",
|
|
@@ -11879,7 +11915,7 @@
|
|
|
11879
11915
|
},
|
|
11880
11916
|
"type": {
|
|
11881
11917
|
"type": "reference",
|
|
11882
|
-
"id":
|
|
11918
|
+
"id": 11917,
|
|
11883
11919
|
"name": "SelectOptions"
|
|
11884
11920
|
}
|
|
11885
11921
|
}
|
|
@@ -12037,7 +12073,7 @@
|
|
|
12037
12073
|
},
|
|
12038
12074
|
"typeParameter": [
|
|
12039
12075
|
{
|
|
12040
|
-
"id":
|
|
12076
|
+
"id": 11771,
|
|
12041
12077
|
"name": "T",
|
|
12042
12078
|
"kind": 131072,
|
|
12043
12079
|
"kindString": "Type parameter",
|
|
@@ -12046,7 +12082,7 @@
|
|
|
12046
12082
|
},
|
|
12047
12083
|
"type": {
|
|
12048
12084
|
"type": "reference",
|
|
12049
|
-
"id":
|
|
12085
|
+
"id": 11917,
|
|
12050
12086
|
"name": "SelectOptions"
|
|
12051
12087
|
}
|
|
12052
12088
|
}
|
|
@@ -12514,7 +12550,7 @@
|
|
|
12514
12550
|
{
|
|
12515
12551
|
"type": "reflection",
|
|
12516
12552
|
"declaration": {
|
|
12517
|
-
"id":
|
|
12553
|
+
"id": 11918,
|
|
12518
12554
|
"name": "__type",
|
|
12519
12555
|
"kind": 65536,
|
|
12520
12556
|
"kindString": "Type literal",
|
|
@@ -12523,7 +12559,7 @@
|
|
|
12523
12559
|
},
|
|
12524
12560
|
"indexSignature": [
|
|
12525
12561
|
{
|
|
12526
|
-
"id":
|
|
12562
|
+
"id": 11921,
|
|
12527
12563
|
"name": "__index",
|
|
12528
12564
|
"kind": 8192,
|
|
12529
12565
|
"kindString": "Index signature",
|
|
@@ -12532,7 +12568,7 @@
|
|
|
12532
12568
|
},
|
|
12533
12569
|
"parameters": [
|
|
12534
12570
|
{
|
|
12535
|
-
"id":
|
|
12571
|
+
"id": 11922,
|
|
12536
12572
|
"name": "key",
|
|
12537
12573
|
"kind": 32768,
|
|
12538
12574
|
"kindString": "Parameter",
|
|
@@ -12553,7 +12589,7 @@
|
|
|
12553
12589
|
],
|
|
12554
12590
|
"children": [
|
|
12555
12591
|
{
|
|
12556
|
-
"id":
|
|
12592
|
+
"id": 11920,
|
|
12557
12593
|
"name": "label",
|
|
12558
12594
|
"kind": 32,
|
|
12559
12595
|
"kindString": "Variable",
|
|
@@ -12573,7 +12609,7 @@
|
|
|
12573
12609
|
}
|
|
12574
12610
|
},
|
|
12575
12611
|
{
|
|
12576
|
-
"id":
|
|
12612
|
+
"id": 11919,
|
|
12577
12613
|
"name": "value",
|
|
12578
12614
|
"kind": 32,
|
|
12579
12615
|
"kindString": "Variable",
|
|
@@ -12598,8 +12634,8 @@
|
|
|
12598
12634
|
"title": "Variables",
|
|
12599
12635
|
"kind": 32,
|
|
12600
12636
|
"children": [
|
|
12601
|
-
|
|
12602
|
-
|
|
12637
|
+
11920,
|
|
12638
|
+
11919
|
|
12603
12639
|
]
|
|
12604
12640
|
}
|
|
12605
12641
|
],
|
|
@@ -12631,7 +12667,7 @@
|
|
|
12631
12667
|
},
|
|
12632
12668
|
"typeParameter": [
|
|
12633
12669
|
{
|
|
12634
|
-
"id":
|
|
12670
|
+
"id": 11943,
|
|
12635
12671
|
"name": "T",
|
|
12636
12672
|
"kind": 131072,
|
|
12637
12673
|
"kindString": "Type parameter",
|
|
@@ -12645,7 +12681,7 @@
|
|
|
12645
12681
|
"typeArguments": [
|
|
12646
12682
|
{
|
|
12647
12683
|
"type": "reference",
|
|
12648
|
-
"id":
|
|
12684
|
+
"id": 11770,
|
|
12649
12685
|
"typeArguments": [
|
|
12650
12686
|
{
|
|
12651
12687
|
"type": "typeParameter",
|
|
@@ -12656,7 +12692,7 @@
|
|
|
12656
12692
|
},
|
|
12657
12693
|
{
|
|
12658
12694
|
"type": "reference",
|
|
12659
|
-
"id":
|
|
12695
|
+
"id": 11873,
|
|
12660
12696
|
"typeArguments": [
|
|
12661
12697
|
{
|
|
12662
12698
|
"type": "typeParameter",
|
|
@@ -13960,12 +13996,12 @@
|
|
|
13960
13996
|
"typeArguments": [
|
|
13961
13997
|
{
|
|
13962
13998
|
"type": "reference",
|
|
13963
|
-
"id":
|
|
13999
|
+
"id": 24489,
|
|
13964
14000
|
"name": "ControlledPageProps"
|
|
13965
14001
|
},
|
|
13966
14002
|
{
|
|
13967
14003
|
"type": "reference",
|
|
13968
|
-
"id":
|
|
14004
|
+
"id": 24491,
|
|
13969
14005
|
"name": "UncontrolledPageProps"
|
|
13970
14006
|
}
|
|
13971
14007
|
],
|
|
@@ -13987,12 +14023,12 @@
|
|
|
13987
14023
|
"typeArguments": [
|
|
13988
14024
|
{
|
|
13989
14025
|
"type": "reference",
|
|
13990
|
-
"id":
|
|
14026
|
+
"id": 24493,
|
|
13991
14027
|
"name": "ControlledRowsPerPageProps"
|
|
13992
14028
|
},
|
|
13993
14029
|
{
|
|
13994
14030
|
"type": "reference",
|
|
13995
|
-
"id":
|
|
14031
|
+
"id": 24495,
|
|
13996
14032
|
"name": "UncontrolledRowsPerPageProps"
|
|
13997
14033
|
}
|
|
13998
14034
|
],
|
|
@@ -14014,17 +14050,17 @@
|
|
|
14014
14050
|
"types": [
|
|
14015
14051
|
{
|
|
14016
14052
|
"type": "reference",
|
|
14017
|
-
"id":
|
|
14053
|
+
"id": 24217,
|
|
14018
14054
|
"name": "BaseTablePaginationProps"
|
|
14019
14055
|
},
|
|
14020
14056
|
{
|
|
14021
14057
|
"type": "reference",
|
|
14022
|
-
"id":
|
|
14058
|
+
"id": 24504,
|
|
14023
14059
|
"name": "PagePaginationProps"
|
|
14024
14060
|
},
|
|
14025
14061
|
{
|
|
14026
14062
|
"type": "reference",
|
|
14027
|
-
"id":
|
|
14063
|
+
"id": 24505,
|
|
14028
14064
|
"name": "RowsPaginationProps"
|
|
14029
14065
|
}
|
|
14030
14066
|
]
|
|
@@ -14591,12 +14627,12 @@
|
|
|
14591
14627
|
"types": [
|
|
14592
14628
|
{
|
|
14593
14629
|
"type": "reference",
|
|
14594
|
-
"id":
|
|
14630
|
+
"id": 15602,
|
|
14595
14631
|
"name": "HorizontalTabsProps"
|
|
14596
14632
|
},
|
|
14597
14633
|
{
|
|
14598
14634
|
"type": "reference",
|
|
14599
|
-
"id":
|
|
14635
|
+
"id": 15599,
|
|
14600
14636
|
"name": "VerticalTabsProps"
|
|
14601
14637
|
}
|
|
14602
14638
|
]
|
|
@@ -15074,12 +15110,12 @@
|
|
|
15074
15110
|
"typeArguments": [
|
|
15075
15111
|
{
|
|
15076
15112
|
"type": "reference",
|
|
15077
|
-
"id":
|
|
15113
|
+
"id": 29592,
|
|
15078
15114
|
"name": "DeletableTagProps"
|
|
15079
15115
|
},
|
|
15080
15116
|
{
|
|
15081
15117
|
"type": "reference",
|
|
15082
|
-
"id":
|
|
15118
|
+
"id": 29605,
|
|
15083
15119
|
"name": "ClickableTagProps"
|
|
15084
15120
|
}
|
|
15085
15121
|
],
|
|
@@ -15324,7 +15360,7 @@
|
|
|
15324
15360
|
"type": "query",
|
|
15325
15361
|
"queryType": {
|
|
15326
15362
|
"type": "reference",
|
|
15327
|
-
"id":
|
|
15363
|
+
"id": 30908,
|
|
15328
15364
|
"name": "useTimePicker"
|
|
15329
15365
|
}
|
|
15330
15366
|
}
|
|
@@ -16019,12 +16055,12 @@
|
|
|
16019
16055
|
"typeArguments": [
|
|
16020
16056
|
{
|
|
16021
16057
|
"type": "reference",
|
|
16022
|
-
"id":
|
|
16058
|
+
"id": 33380,
|
|
16023
16059
|
"name": "ToggleButtonTextProps"
|
|
16024
16060
|
},
|
|
16025
16061
|
{
|
|
16026
16062
|
"type": "reference",
|
|
16027
|
-
"id":
|
|
16063
|
+
"id": 33658,
|
|
16028
16064
|
"name": "ToggleButtonIconProps"
|
|
16029
16065
|
}
|
|
16030
16066
|
],
|
|
@@ -17145,7 +17181,7 @@
|
|
|
17145
17181
|
"type": "query",
|
|
17146
17182
|
"queryType": {
|
|
17147
17183
|
"type": "reference",
|
|
17148
|
-
"id":
|
|
17184
|
+
"id": 32641,
|
|
17149
17185
|
"name": "useTreeItem"
|
|
17150
17186
|
}
|
|
17151
17187
|
}
|
|
@@ -17271,7 +17307,7 @@
|
|
|
17271
17307
|
"type": "query",
|
|
17272
17308
|
"queryType": {
|
|
17273
17309
|
"type": "reference",
|
|
17274
|
-
"id":
|
|
17310
|
+
"id": 32322,
|
|
17275
17311
|
"name": "useTreeView"
|
|
17276
17312
|
}
|
|
17277
17313
|
}
|
|
@@ -17291,7 +17327,7 @@
|
|
|
17291
17327
|
},
|
|
17292
17328
|
"typeParameter": [
|
|
17293
17329
|
{
|
|
17294
|
-
"id":
|
|
17330
|
+
"id": 5458,
|
|
17295
17331
|
"name": "T",
|
|
17296
17332
|
"kind": 131072,
|
|
17297
17333
|
"kindString": "Type parameter",
|
|
@@ -17468,7 +17504,7 @@
|
|
|
17468
17504
|
},
|
|
17469
17505
|
"typeParameter": [
|
|
17470
17506
|
{
|
|
17471
|
-
"id":
|
|
17507
|
+
"id": 22408,
|
|
17472
17508
|
"name": "PaginatedItem",
|
|
17473
17509
|
"kind": 131072,
|
|
17474
17510
|
"kindString": "Type parameter",
|
|
@@ -17528,7 +17564,7 @@
|
|
|
17528
17564
|
},
|
|
17529
17565
|
"typeParameter": [
|
|
17530
17566
|
{
|
|
17531
|
-
"id":
|
|
17567
|
+
"id": 22417,
|
|
17532
17568
|
"name": "PaginatedItem",
|
|
17533
17569
|
"kind": 131072,
|
|
17534
17570
|
"kindString": "Type parameter",
|