react-magma-dom 4.10.0-next.10 → 4.10.0-next.11
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/Combobox/index.d.ts +1 -14
- package/dist/components/IconButton/index.d.ts +1 -0
- package/dist/components/Modal/Modal.d.ts +5 -0
- package/dist/components/Select/index.d.ts +0 -13
- package/dist/components/Table/Table.d.ts +26 -0
- package/dist/components/Table/TablePagination.d.ts +5 -0
- package/dist/components/Table/TableRow.d.ts +1 -1
- package/dist/components/Transition/Transition.d.ts +5 -0
- package/dist/esm/index.js +1075 -765
- package/dist/esm/index.js.map +1 -1
- package/dist/hooks/useMagmaFloating.d.ts +24 -0
- package/dist/i18n/interface.d.ts +6 -0
- package/dist/properties.json +187 -72
- package/dist/react-magma-dom.cjs.development.js +1075 -765
- 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/components/drawerTransition.d.ts +2 -0
- package/package.json +3 -3
package/dist/properties.json
CHANGED
|
@@ -396,22 +396,22 @@
|
|
|
396
396
|
"types": [
|
|
397
397
|
{
|
|
398
398
|
"type": "reference",
|
|
399
|
-
"id":
|
|
399
|
+
"id": 7149,
|
|
400
400
|
"name": "AccordionMultipleProps"
|
|
401
401
|
},
|
|
402
402
|
{
|
|
403
403
|
"type": "reference",
|
|
404
|
-
"id":
|
|
404
|
+
"id": 7424,
|
|
405
405
|
"name": "AccordionSingleProps"
|
|
406
406
|
},
|
|
407
407
|
{
|
|
408
408
|
"type": "reference",
|
|
409
|
-
"id":
|
|
409
|
+
"id": 7698,
|
|
410
410
|
"name": "AccordionMultipleControlledProps"
|
|
411
411
|
},
|
|
412
412
|
{
|
|
413
413
|
"type": "reference",
|
|
414
|
-
"id":
|
|
414
|
+
"id": 7972,
|
|
415
415
|
"name": "AccordionSingleControlledProps"
|
|
416
416
|
}
|
|
417
417
|
]
|
|
@@ -716,7 +716,7 @@
|
|
|
716
716
|
"type": "query",
|
|
717
717
|
"queryType": {
|
|
718
718
|
"type": "reference",
|
|
719
|
-
"id":
|
|
719
|
+
"id": 6851,
|
|
720
720
|
"name": "useAccordion"
|
|
721
721
|
}
|
|
722
722
|
}
|
|
@@ -763,7 +763,7 @@
|
|
|
763
763
|
"type": "query",
|
|
764
764
|
"queryType": {
|
|
765
765
|
"type": "reference",
|
|
766
|
-
"id":
|
|
766
|
+
"id": 8860,
|
|
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": 8275,
|
|
870
870
|
"name": "useAccordionItem"
|
|
871
871
|
}
|
|
872
872
|
}
|
|
@@ -2704,7 +2704,7 @@
|
|
|
2704
2704
|
"flags": {},
|
|
2705
2705
|
"typeParameter": [
|
|
2706
2706
|
{
|
|
2707
|
-
"id":
|
|
2707
|
+
"id": 4711,
|
|
2708
2708
|
"name": "T",
|
|
2709
2709
|
"kind": 131072,
|
|
2710
2710
|
"kindString": "Type parameter",
|
|
@@ -2904,7 +2904,7 @@
|
|
|
2904
2904
|
},
|
|
2905
2905
|
"typeParameter": [
|
|
2906
2906
|
{
|
|
2907
|
-
"id":
|
|
2907
|
+
"id": 4822,
|
|
2908
2908
|
"name": "T",
|
|
2909
2909
|
"kind": 131072,
|
|
2910
2910
|
"kindString": "Type parameter",
|
|
@@ -2913,7 +2913,7 @@
|
|
|
2913
2913
|
},
|
|
2914
2914
|
"type": {
|
|
2915
2915
|
"type": "reference",
|
|
2916
|
-
"id":
|
|
2916
|
+
"id": 4630,
|
|
2917
2917
|
"name": "SelectOptions"
|
|
2918
2918
|
}
|
|
2919
2919
|
}
|
|
@@ -2954,7 +2954,7 @@
|
|
|
2954
2954
|
"type": {
|
|
2955
2955
|
"name": "Generic[]"
|
|
2956
2956
|
},
|
|
2957
|
-
"description": "Default selectable options. Allows for uncontrolled component and internal creation of items. Can be an array of strings or objects",
|
|
2957
|
+
"description": "Default selectable options. Allows for an uncontrolled component and internal creation of items. Can be an array of strings or objects",
|
|
2958
2958
|
"deprecated": false
|
|
2959
2959
|
},
|
|
2960
2960
|
"disableCreateItem": {
|
|
@@ -3250,7 +3250,7 @@
|
|
|
3250
3250
|
},
|
|
3251
3251
|
"typeParameter": [
|
|
3252
3252
|
{
|
|
3253
|
-
"id":
|
|
3253
|
+
"id": 4893,
|
|
3254
3254
|
"name": "T",
|
|
3255
3255
|
"kind": 131072,
|
|
3256
3256
|
"kindString": "Type parameter",
|
|
@@ -3259,7 +3259,7 @@
|
|
|
3259
3259
|
},
|
|
3260
3260
|
"type": {
|
|
3261
3261
|
"type": "reference",
|
|
3262
|
-
"id":
|
|
3262
|
+
"id": 4630,
|
|
3263
3263
|
"name": "SelectOptions"
|
|
3264
3264
|
}
|
|
3265
3265
|
}
|
|
@@ -3417,7 +3417,7 @@
|
|
|
3417
3417
|
},
|
|
3418
3418
|
"typeParameter": [
|
|
3419
3419
|
{
|
|
3420
|
-
"id":
|
|
3420
|
+
"id": 4940,
|
|
3421
3421
|
"name": "T",
|
|
3422
3422
|
"kind": 131072,
|
|
3423
3423
|
"kindString": "Type parameter",
|
|
@@ -3431,7 +3431,7 @@
|
|
|
3431
3431
|
"typeArguments": [
|
|
3432
3432
|
{
|
|
3433
3433
|
"type": "reference",
|
|
3434
|
-
"id":
|
|
3434
|
+
"id": 4821,
|
|
3435
3435
|
"typeArguments": [
|
|
3436
3436
|
{
|
|
3437
3437
|
"type": "typeParameter",
|
|
@@ -3442,7 +3442,7 @@
|
|
|
3442
3442
|
},
|
|
3443
3443
|
{
|
|
3444
3444
|
"type": "reference",
|
|
3445
|
-
"id":
|
|
3445
|
+
"id": 4892,
|
|
3446
3446
|
"typeArguments": [
|
|
3447
3447
|
{
|
|
3448
3448
|
"type": "typeParameter",
|
|
@@ -3602,6 +3602,16 @@
|
|
|
3602
3602
|
"defaultValue": "false",
|
|
3603
3603
|
"deprecated": false
|
|
3604
3604
|
},
|
|
3605
|
+
"hasOutsideBorder": {
|
|
3606
|
+
"name": "hasOutsideBorder",
|
|
3607
|
+
"required": false,
|
|
3608
|
+
"type": {
|
|
3609
|
+
"name": "boolean"
|
|
3610
|
+
},
|
|
3611
|
+
"description": "If true, the table will have outer border",
|
|
3612
|
+
"defaultValue": "false",
|
|
3613
|
+
"deprecated": false
|
|
3614
|
+
},
|
|
3605
3615
|
"hasPagination": {
|
|
3606
3616
|
"name": "hasPagination",
|
|
3607
3617
|
"required": false,
|
|
@@ -3622,6 +3632,16 @@
|
|
|
3622
3632
|
"defaultValue": "false",
|
|
3623
3633
|
"deprecated": false
|
|
3624
3634
|
},
|
|
3635
|
+
"hasTablePagination": {
|
|
3636
|
+
"name": "hasTablePagination",
|
|
3637
|
+
"required": false,
|
|
3638
|
+
"type": {
|
|
3639
|
+
"name": "boolean"
|
|
3640
|
+
},
|
|
3641
|
+
"description": " If true, the table will have additional styles for table.",
|
|
3642
|
+
"defaultValue": "false",
|
|
3643
|
+
"deprecated": false
|
|
3644
|
+
},
|
|
3625
3645
|
"hasVerticalBorders": {
|
|
3626
3646
|
"name": "hasVerticalBorders",
|
|
3627
3647
|
"required": false,
|
|
@@ -3745,6 +3765,15 @@
|
|
|
3745
3765
|
"description": "Direction by which the selectable column is sorted",
|
|
3746
3766
|
"defaultValue": "TableSortDirection.none",
|
|
3747
3767
|
"deprecated": false
|
|
3768
|
+
},
|
|
3769
|
+
"tableTitle": {
|
|
3770
|
+
"name": "tableTitle",
|
|
3771
|
+
"required": false,
|
|
3772
|
+
"type": {
|
|
3773
|
+
"name": "React.ReactNode | string"
|
|
3774
|
+
},
|
|
3775
|
+
"description": "The title or caption of a table inside a <caption> HTML element that provides the table an accessible\ndescription.\nIt can be a simple string or a React node, such as a heading element (e.g., <h1>, <h2>).",
|
|
3776
|
+
"deprecated": false
|
|
3748
3777
|
}
|
|
3749
3778
|
}
|
|
3750
3779
|
},
|
|
@@ -3934,7 +3963,7 @@
|
|
|
3934
3963
|
},
|
|
3935
3964
|
"indexSignature": [
|
|
3936
3965
|
{
|
|
3937
|
-
"id":
|
|
3966
|
+
"id": 19507,
|
|
3938
3967
|
"name": "__index",
|
|
3939
3968
|
"kind": 8192,
|
|
3940
3969
|
"kindString": "Index signature",
|
|
@@ -3946,7 +3975,7 @@
|
|
|
3946
3975
|
},
|
|
3947
3976
|
"parameters": [
|
|
3948
3977
|
{
|
|
3949
|
-
"id":
|
|
3978
|
+
"id": 19508,
|
|
3950
3979
|
"name": "key",
|
|
3951
3980
|
"kind": 32768,
|
|
3952
3981
|
"kindString": "Parameter",
|
|
@@ -4036,12 +4065,12 @@
|
|
|
4036
4065
|
"types": [
|
|
4037
4066
|
{
|
|
4038
4067
|
"type": "reference",
|
|
4039
|
-
"id":
|
|
4068
|
+
"id": 19513,
|
|
4040
4069
|
"name": "BaseDatagridProps"
|
|
4041
4070
|
},
|
|
4042
4071
|
{
|
|
4043
4072
|
"type": "reference",
|
|
4044
|
-
"id":
|
|
4073
|
+
"id": 19819,
|
|
4045
4074
|
"name": "DatagridSelectedRowsProps"
|
|
4046
4075
|
}
|
|
4047
4076
|
]
|
|
@@ -4102,6 +4131,16 @@
|
|
|
4102
4131
|
"defaultValue": "false",
|
|
4103
4132
|
"deprecated": false
|
|
4104
4133
|
},
|
|
4134
|
+
"hasOutsideBorder": {
|
|
4135
|
+
"name": "hasOutsideBorder",
|
|
4136
|
+
"required": false,
|
|
4137
|
+
"type": {
|
|
4138
|
+
"name": "boolean"
|
|
4139
|
+
},
|
|
4140
|
+
"description": "If true, the table will have outer border",
|
|
4141
|
+
"defaultValue": "false",
|
|
4142
|
+
"deprecated": false
|
|
4143
|
+
},
|
|
4105
4144
|
"hasPagination": {
|
|
4106
4145
|
"name": "hasPagination",
|
|
4107
4146
|
"required": false,
|
|
@@ -4122,6 +4161,16 @@
|
|
|
4122
4161
|
"defaultValue": "false",
|
|
4123
4162
|
"deprecated": false
|
|
4124
4163
|
},
|
|
4164
|
+
"hasTablePagination": {
|
|
4165
|
+
"name": "hasTablePagination",
|
|
4166
|
+
"required": false,
|
|
4167
|
+
"type": {
|
|
4168
|
+
"name": "boolean"
|
|
4169
|
+
},
|
|
4170
|
+
"description": " If true, the table will have additional styles for table.",
|
|
4171
|
+
"defaultValue": "false",
|
|
4172
|
+
"deprecated": false
|
|
4173
|
+
},
|
|
4125
4174
|
"hasVerticalBorders": {
|
|
4126
4175
|
"name": "hasVerticalBorders",
|
|
4127
4176
|
"required": false,
|
|
@@ -4245,6 +4294,15 @@
|
|
|
4245
4294
|
"description": "Direction by which the selectable column is sorted",
|
|
4246
4295
|
"defaultValue": "TableSortDirection.none",
|
|
4247
4296
|
"deprecated": false
|
|
4297
|
+
},
|
|
4298
|
+
"tableTitle": {
|
|
4299
|
+
"name": "tableTitle",
|
|
4300
|
+
"required": false,
|
|
4301
|
+
"type": {
|
|
4302
|
+
"name": "React.ReactNode | string"
|
|
4303
|
+
},
|
|
4304
|
+
"description": "The title or caption of a table inside a <caption> HTML element that provides the table an accessible\ndescription.\nIt can be a simple string or a React node, such as a heading element (e.g., <h1>, <h2>).",
|
|
4305
|
+
"deprecated": false
|
|
4248
4306
|
}
|
|
4249
4307
|
}
|
|
4250
4308
|
},
|
|
@@ -4260,12 +4318,12 @@
|
|
|
4260
4318
|
"typeArguments": [
|
|
4261
4319
|
{
|
|
4262
4320
|
"type": "reference",
|
|
4263
|
-
"id":
|
|
4321
|
+
"id": 19815,
|
|
4264
4322
|
"name": "ControlledSelectedRowsProps"
|
|
4265
4323
|
},
|
|
4266
4324
|
{
|
|
4267
4325
|
"type": "reference",
|
|
4268
|
-
"id":
|
|
4326
|
+
"id": 19817,
|
|
4269
4327
|
"name": "UncontrolledSelectedRowsProps"
|
|
4270
4328
|
}
|
|
4271
4329
|
],
|
|
@@ -5400,12 +5458,12 @@
|
|
|
5400
5458
|
"typeArguments": [
|
|
5401
5459
|
{
|
|
5402
5460
|
"type": "reference",
|
|
5403
|
-
"id":
|
|
5461
|
+
"id": 5323,
|
|
5404
5462
|
"name": "IconOnlyDropdownButtonProps"
|
|
5405
5463
|
},
|
|
5406
5464
|
{
|
|
5407
5465
|
"type": "reference",
|
|
5408
|
-
"id":
|
|
5466
|
+
"id": 5327,
|
|
5409
5467
|
"name": "IconTextDropdownButtonProps"
|
|
5410
5468
|
}
|
|
5411
5469
|
],
|
|
@@ -5658,7 +5716,7 @@
|
|
|
5658
5716
|
},
|
|
5659
5717
|
"type": {
|
|
5660
5718
|
"type": "reference",
|
|
5661
|
-
"id":
|
|
5719
|
+
"id": 9300,
|
|
5662
5720
|
"name": "AccordionPanelProps"
|
|
5663
5721
|
},
|
|
5664
5722
|
"id": "DropdownExpandableMenuPanelProps",
|
|
@@ -9577,12 +9635,12 @@
|
|
|
9577
9635
|
"typeArguments": [
|
|
9578
9636
|
{
|
|
9579
9637
|
"type": "reference",
|
|
9580
|
-
"id":
|
|
9638
|
+
"id": 24069,
|
|
9581
9639
|
"name": "NavTabChildrenProps"
|
|
9582
9640
|
},
|
|
9583
9641
|
{
|
|
9584
9642
|
"type": "reference",
|
|
9585
|
-
"id":
|
|
9643
|
+
"id": 24343,
|
|
9586
9644
|
"name": "NavTabComponentProps"
|
|
9587
9645
|
}
|
|
9588
9646
|
],
|
|
@@ -9684,7 +9742,7 @@
|
|
|
9684
9742
|
"typeArguments": [
|
|
9685
9743
|
{
|
|
9686
9744
|
"type": "reference",
|
|
9687
|
-
"id":
|
|
9745
|
+
"id": 22274,
|
|
9688
9746
|
"name": "TabsProps"
|
|
9689
9747
|
},
|
|
9690
9748
|
{
|
|
@@ -10039,12 +10097,12 @@
|
|
|
10039
10097
|
"types": [
|
|
10040
10098
|
{
|
|
10041
10099
|
"type": "reference",
|
|
10042
|
-
"id":
|
|
10100
|
+
"id": 25264,
|
|
10043
10101
|
"name": "ControlledPaginationProps"
|
|
10044
10102
|
},
|
|
10045
10103
|
{
|
|
10046
10104
|
"type": "reference",
|
|
10047
|
-
"id":
|
|
10105
|
+
"id": 25547,
|
|
10048
10106
|
"name": "UncontrolledPaginationProps"
|
|
10049
10107
|
}
|
|
10050
10108
|
]
|
|
@@ -11018,12 +11076,12 @@
|
|
|
11018
11076
|
"typeArguments": [
|
|
11019
11077
|
{
|
|
11020
11078
|
"type": "reference",
|
|
11021
|
-
"id":
|
|
11079
|
+
"id": 30193,
|
|
11022
11080
|
"name": "IconOnlyPopoverTriggerProps"
|
|
11023
11081
|
},
|
|
11024
11082
|
{
|
|
11025
11083
|
"type": "reference",
|
|
11026
|
-
"id":
|
|
11084
|
+
"id": 30198,
|
|
11027
11085
|
"name": "IconTextPopoverTriggerProps"
|
|
11028
11086
|
}
|
|
11029
11087
|
],
|
|
@@ -12605,7 +12663,7 @@
|
|
|
12605
12663
|
},
|
|
12606
12664
|
"typeParameter": [
|
|
12607
12665
|
{
|
|
12608
|
-
"id":
|
|
12666
|
+
"id": 4478,
|
|
12609
12667
|
"name": "T",
|
|
12610
12668
|
"kind": 131072,
|
|
12611
12669
|
"kindString": "Type parameter",
|
|
@@ -12637,7 +12695,7 @@
|
|
|
12637
12695
|
},
|
|
12638
12696
|
"typeParameter": [
|
|
12639
12697
|
{
|
|
12640
|
-
"id":
|
|
12698
|
+
"id": 4457,
|
|
12641
12699
|
"name": "T",
|
|
12642
12700
|
"kind": 131072,
|
|
12643
12701
|
"kindString": "Type parameter",
|
|
@@ -12831,7 +12889,7 @@
|
|
|
12831
12889
|
},
|
|
12832
12890
|
"typeParameter": [
|
|
12833
12891
|
{
|
|
12834
|
-
"id":
|
|
12892
|
+
"id": 4587,
|
|
12835
12893
|
"name": "T",
|
|
12836
12894
|
"kind": 131072,
|
|
12837
12895
|
"kindString": "Type parameter",
|
|
@@ -12840,7 +12898,7 @@
|
|
|
12840
12898
|
},
|
|
12841
12899
|
"type": {
|
|
12842
12900
|
"type": "reference",
|
|
12843
|
-
"id":
|
|
12901
|
+
"id": 4630,
|
|
12844
12902
|
"name": "SelectOptions"
|
|
12845
12903
|
}
|
|
12846
12904
|
}
|
|
@@ -12988,7 +13046,7 @@
|
|
|
12988
13046
|
},
|
|
12989
13047
|
"typeParameter": [
|
|
12990
13048
|
{
|
|
12991
|
-
"id":
|
|
13049
|
+
"id": 4484,
|
|
12992
13050
|
"name": "T",
|
|
12993
13051
|
"kind": 131072,
|
|
12994
13052
|
"kindString": "Type parameter",
|
|
@@ -12997,7 +13055,7 @@
|
|
|
12997
13055
|
},
|
|
12998
13056
|
"type": {
|
|
12999
13057
|
"type": "reference",
|
|
13000
|
-
"id":
|
|
13058
|
+
"id": 4630,
|
|
13001
13059
|
"name": "SelectOptions"
|
|
13002
13060
|
}
|
|
13003
13061
|
}
|
|
@@ -13466,7 +13524,7 @@
|
|
|
13466
13524
|
{
|
|
13467
13525
|
"type": "reflection",
|
|
13468
13526
|
"declaration": {
|
|
13469
|
-
"id":
|
|
13527
|
+
"id": 4631,
|
|
13470
13528
|
"name": "__type",
|
|
13471
13529
|
"kind": 65536,
|
|
13472
13530
|
"kindString": "Type literal",
|
|
@@ -13475,7 +13533,7 @@
|
|
|
13475
13533
|
},
|
|
13476
13534
|
"indexSignature": [
|
|
13477
13535
|
{
|
|
13478
|
-
"id":
|
|
13536
|
+
"id": 4634,
|
|
13479
13537
|
"name": "__index",
|
|
13480
13538
|
"kind": 8192,
|
|
13481
13539
|
"kindString": "Index signature",
|
|
@@ -13484,7 +13542,7 @@
|
|
|
13484
13542
|
},
|
|
13485
13543
|
"parameters": [
|
|
13486
13544
|
{
|
|
13487
|
-
"id":
|
|
13545
|
+
"id": 4635,
|
|
13488
13546
|
"name": "key",
|
|
13489
13547
|
"kind": 32768,
|
|
13490
13548
|
"kindString": "Parameter",
|
|
@@ -13505,7 +13563,7 @@
|
|
|
13505
13563
|
],
|
|
13506
13564
|
"children": [
|
|
13507
13565
|
{
|
|
13508
|
-
"id":
|
|
13566
|
+
"id": 4636,
|
|
13509
13567
|
"name": "disabled",
|
|
13510
13568
|
"kind": 32,
|
|
13511
13569
|
"kindString": "Variable",
|
|
@@ -13516,7 +13574,7 @@
|
|
|
13516
13574
|
"sources": [
|
|
13517
13575
|
{
|
|
13518
13576
|
"fileName": "packages/react-magma-dom/src/components/Select/index.tsx",
|
|
13519
|
-
"line":
|
|
13577
|
+
"line": 19,
|
|
13520
13578
|
"character": 64
|
|
13521
13579
|
}
|
|
13522
13580
|
],
|
|
@@ -13526,7 +13584,7 @@
|
|
|
13526
13584
|
}
|
|
13527
13585
|
},
|
|
13528
13586
|
{
|
|
13529
|
-
"id":
|
|
13587
|
+
"id": 4633,
|
|
13530
13588
|
"name": "label",
|
|
13531
13589
|
"kind": 32,
|
|
13532
13590
|
"kindString": "Variable",
|
|
@@ -13536,7 +13594,7 @@
|
|
|
13536
13594
|
"sources": [
|
|
13537
13595
|
{
|
|
13538
13596
|
"fileName": "packages/react-magma-dom/src/components/Select/index.tsx",
|
|
13539
|
-
"line":
|
|
13597
|
+
"line": 19,
|
|
13540
13598
|
"character": 26
|
|
13541
13599
|
}
|
|
13542
13600
|
],
|
|
@@ -13546,7 +13604,7 @@
|
|
|
13546
13604
|
}
|
|
13547
13605
|
},
|
|
13548
13606
|
{
|
|
13549
|
-
"id":
|
|
13607
|
+
"id": 4632,
|
|
13550
13608
|
"name": "value",
|
|
13551
13609
|
"kind": 32,
|
|
13552
13610
|
"kindString": "Variable",
|
|
@@ -13556,7 +13614,7 @@
|
|
|
13556
13614
|
"sources": [
|
|
13557
13615
|
{
|
|
13558
13616
|
"fileName": "packages/react-magma-dom/src/components/Select/index.tsx",
|
|
13559
|
-
"line":
|
|
13617
|
+
"line": 19,
|
|
13560
13618
|
"character": 11
|
|
13561
13619
|
}
|
|
13562
13620
|
],
|
|
@@ -13571,16 +13629,16 @@
|
|
|
13571
13629
|
"title": "Variables",
|
|
13572
13630
|
"kind": 32,
|
|
13573
13631
|
"children": [
|
|
13574
|
-
|
|
13575
|
-
|
|
13576
|
-
|
|
13632
|
+
4636,
|
|
13633
|
+
4633,
|
|
13634
|
+
4632
|
|
13577
13635
|
]
|
|
13578
13636
|
}
|
|
13579
13637
|
],
|
|
13580
13638
|
"sources": [
|
|
13581
13639
|
{
|
|
13582
13640
|
"fileName": "packages/react-magma-dom/src/components/Select/index.tsx",
|
|
13583
|
-
"line":
|
|
13641
|
+
"line": 19,
|
|
13584
13642
|
"character": 3
|
|
13585
13643
|
}
|
|
13586
13644
|
]
|
|
@@ -13605,7 +13663,7 @@
|
|
|
13605
13663
|
},
|
|
13606
13664
|
"typeParameter": [
|
|
13607
13665
|
{
|
|
13608
|
-
"id":
|
|
13666
|
+
"id": 4664,
|
|
13609
13667
|
"name": "T",
|
|
13610
13668
|
"kind": 131072,
|
|
13611
13669
|
"kindString": "Type parameter",
|
|
@@ -13619,7 +13677,7 @@
|
|
|
13619
13677
|
"typeArguments": [
|
|
13620
13678
|
{
|
|
13621
13679
|
"type": "reference",
|
|
13622
|
-
"id":
|
|
13680
|
+
"id": 4483,
|
|
13623
13681
|
"typeArguments": [
|
|
13624
13682
|
{
|
|
13625
13683
|
"type": "typeParameter",
|
|
@@ -13630,7 +13688,7 @@
|
|
|
13630
13688
|
},
|
|
13631
13689
|
{
|
|
13632
13690
|
"type": "reference",
|
|
13633
|
-
"id":
|
|
13691
|
+
"id": 4586,
|
|
13634
13692
|
"typeArguments": [
|
|
13635
13693
|
{
|
|
13636
13694
|
"type": "typeParameter",
|
|
@@ -14254,6 +14312,14 @@
|
|
|
14254
14312
|
},
|
|
14255
14313
|
"deprecated": false
|
|
14256
14314
|
},
|
|
14315
|
+
"hasTablePagination": {
|
|
14316
|
+
"name": "hasTablePagination",
|
|
14317
|
+
"required": false,
|
|
14318
|
+
"type": {
|
|
14319
|
+
"name": "boolean"
|
|
14320
|
+
},
|
|
14321
|
+
"deprecated": false
|
|
14322
|
+
},
|
|
14257
14323
|
"hasVerticalBorders": {
|
|
14258
14324
|
"name": "hasVerticalBorders",
|
|
14259
14325
|
"required": false,
|
|
@@ -14368,6 +14434,16 @@
|
|
|
14368
14434
|
"defaultValue": "false",
|
|
14369
14435
|
"deprecated": false
|
|
14370
14436
|
},
|
|
14437
|
+
"hasOutsideBorder": {
|
|
14438
|
+
"name": "hasOutsideBorder",
|
|
14439
|
+
"required": false,
|
|
14440
|
+
"type": {
|
|
14441
|
+
"name": "boolean"
|
|
14442
|
+
},
|
|
14443
|
+
"description": "If true, the table will have outer border",
|
|
14444
|
+
"defaultValue": "false",
|
|
14445
|
+
"deprecated": false
|
|
14446
|
+
},
|
|
14371
14447
|
"hasSquareCorners": {
|
|
14372
14448
|
"name": "hasSquareCorners",
|
|
14373
14449
|
"required": false,
|
|
@@ -14378,6 +14454,16 @@
|
|
|
14378
14454
|
"defaultValue": "false",
|
|
14379
14455
|
"deprecated": false
|
|
14380
14456
|
},
|
|
14457
|
+
"hasTablePagination": {
|
|
14458
|
+
"name": "hasTablePagination",
|
|
14459
|
+
"required": false,
|
|
14460
|
+
"type": {
|
|
14461
|
+
"name": "boolean"
|
|
14462
|
+
},
|
|
14463
|
+
"description": " If true, the table will have additional styles for table.",
|
|
14464
|
+
"defaultValue": "false",
|
|
14465
|
+
"deprecated": false
|
|
14466
|
+
},
|
|
14381
14467
|
"hasVerticalBorders": {
|
|
14382
14468
|
"name": "hasVerticalBorders",
|
|
14383
14469
|
"required": false,
|
|
@@ -14431,6 +14517,15 @@
|
|
|
14431
14517
|
"name": "Array"
|
|
14432
14518
|
},
|
|
14433
14519
|
"deprecated": false
|
|
14520
|
+
},
|
|
14521
|
+
"tableTitle": {
|
|
14522
|
+
"name": "tableTitle",
|
|
14523
|
+
"required": false,
|
|
14524
|
+
"type": {
|
|
14525
|
+
"name": "React.ReactNode | string"
|
|
14526
|
+
},
|
|
14527
|
+
"description": "The title or caption of a table inside a <caption> HTML element that provides the table an accessible\ndescription.\nIt can be a simple string or a React node, such as a heading element (e.g., <h1>, <h2>).",
|
|
14528
|
+
"deprecated": false
|
|
14434
14529
|
}
|
|
14435
14530
|
}
|
|
14436
14531
|
},
|
|
@@ -14658,6 +14753,16 @@
|
|
|
14658
14753
|
"defaultValue": "DropdownDropDirection.up",
|
|
14659
14754
|
"deprecated": true
|
|
14660
14755
|
},
|
|
14756
|
+
"hasOutsideBorder": {
|
|
14757
|
+
"name": "hasOutsideBorder",
|
|
14758
|
+
"required": false,
|
|
14759
|
+
"type": {
|
|
14760
|
+
"name": "boolean"
|
|
14761
|
+
},
|
|
14762
|
+
"description": "If true, the table paginator will have outer border",
|
|
14763
|
+
"defaultValue": "false",
|
|
14764
|
+
"deprecated": false
|
|
14765
|
+
},
|
|
14661
14766
|
"hasSquareCorners": {
|
|
14662
14767
|
"name": "hasSquareCorners",
|
|
14663
14768
|
"required": false,
|
|
@@ -14860,12 +14965,12 @@
|
|
|
14860
14965
|
"typeArguments": [
|
|
14861
14966
|
{
|
|
14862
14967
|
"type": "reference",
|
|
14863
|
-
"id":
|
|
14968
|
+
"id": 18811,
|
|
14864
14969
|
"name": "ControlledPageProps"
|
|
14865
14970
|
},
|
|
14866
14971
|
{
|
|
14867
14972
|
"type": "reference",
|
|
14868
|
-
"id":
|
|
14973
|
+
"id": 18813,
|
|
14869
14974
|
"name": "UncontrolledPageProps"
|
|
14870
14975
|
}
|
|
14871
14976
|
],
|
|
@@ -14887,12 +14992,12 @@
|
|
|
14887
14992
|
"typeArguments": [
|
|
14888
14993
|
{
|
|
14889
14994
|
"type": "reference",
|
|
14890
|
-
"id":
|
|
14995
|
+
"id": 18815,
|
|
14891
14996
|
"name": "ControlledRowsPerPageProps"
|
|
14892
14997
|
},
|
|
14893
14998
|
{
|
|
14894
14999
|
"type": "reference",
|
|
14895
|
-
"id":
|
|
15000
|
+
"id": 18817,
|
|
14896
15001
|
"name": "UncontrolledRowsPerPageProps"
|
|
14897
15002
|
}
|
|
14898
15003
|
],
|
|
@@ -14914,17 +15019,17 @@
|
|
|
14914
15019
|
"types": [
|
|
14915
15020
|
{
|
|
14916
15021
|
"type": "reference",
|
|
14917
|
-
"id":
|
|
15022
|
+
"id": 18531,
|
|
14918
15023
|
"name": "BaseTablePaginationProps"
|
|
14919
15024
|
},
|
|
14920
15025
|
{
|
|
14921
15026
|
"type": "reference",
|
|
14922
|
-
"id":
|
|
15027
|
+
"id": 18827,
|
|
14923
15028
|
"name": "PagePaginationProps"
|
|
14924
15029
|
},
|
|
14925
15030
|
{
|
|
14926
15031
|
"type": "reference",
|
|
14927
|
-
"id":
|
|
15032
|
+
"id": 18828,
|
|
14928
15033
|
"name": "RowsPaginationProps"
|
|
14929
15034
|
}
|
|
14930
15035
|
]
|
|
@@ -14947,6 +15052,16 @@
|
|
|
14947
15052
|
"defaultValue": "DropdownDropDirection.up",
|
|
14948
15053
|
"deprecated": true
|
|
14949
15054
|
},
|
|
15055
|
+
"hasOutsideBorder": {
|
|
15056
|
+
"name": "hasOutsideBorder",
|
|
15057
|
+
"required": false,
|
|
15058
|
+
"type": {
|
|
15059
|
+
"name": "boolean"
|
|
15060
|
+
},
|
|
15061
|
+
"description": "If true, the table paginator will have outer border",
|
|
15062
|
+
"defaultValue": "false",
|
|
15063
|
+
"deprecated": false
|
|
15064
|
+
},
|
|
14950
15065
|
"hasSquareCorners": {
|
|
14951
15066
|
"name": "hasSquareCorners",
|
|
14952
15067
|
"required": false,
|
|
@@ -15117,7 +15232,7 @@
|
|
|
15117
15232
|
"type": {
|
|
15118
15233
|
"name": "string"
|
|
15119
15234
|
},
|
|
15120
|
-
"description": "Unique name to be used to identify row for
|
|
15235
|
+
"description": "Unique name to be used to identify row for screen readers",
|
|
15121
15236
|
"deprecated": false
|
|
15122
15237
|
},
|
|
15123
15238
|
"sortDirection": {
|
|
@@ -15540,12 +15655,12 @@
|
|
|
15540
15655
|
"types": [
|
|
15541
15656
|
{
|
|
15542
15657
|
"type": "reference",
|
|
15543
|
-
"id":
|
|
15658
|
+
"id": 22271,
|
|
15544
15659
|
"name": "HorizontalTabsProps"
|
|
15545
15660
|
},
|
|
15546
15661
|
{
|
|
15547
15662
|
"type": "reference",
|
|
15548
|
-
"id":
|
|
15663
|
+
"id": 22268,
|
|
15549
15664
|
"name": "VerticalTabsProps"
|
|
15550
15665
|
}
|
|
15551
15666
|
]
|
|
@@ -16023,12 +16138,12 @@
|
|
|
16023
16138
|
"typeArguments": [
|
|
16024
16139
|
{
|
|
16025
16140
|
"type": "reference",
|
|
16026
|
-
"id":
|
|
16141
|
+
"id": 28456,
|
|
16027
16142
|
"name": "DeletableTagProps"
|
|
16028
16143
|
},
|
|
16029
16144
|
{
|
|
16030
16145
|
"type": "reference",
|
|
16031
|
-
"id":
|
|
16146
|
+
"id": 28469,
|
|
16032
16147
|
"name": "ClickableTagProps"
|
|
16033
16148
|
}
|
|
16034
16149
|
],
|
|
@@ -16273,7 +16388,7 @@
|
|
|
16273
16388
|
"type": "query",
|
|
16274
16389
|
"queryType": {
|
|
16275
16390
|
"type": "reference",
|
|
16276
|
-
"id":
|
|
16391
|
+
"id": 29797,
|
|
16277
16392
|
"name": "useTimePicker"
|
|
16278
16393
|
}
|
|
16279
16394
|
}
|
|
@@ -16968,12 +17083,12 @@
|
|
|
16968
17083
|
"typeArguments": [
|
|
16969
17084
|
{
|
|
16970
17085
|
"type": "reference",
|
|
16971
|
-
"id":
|
|
17086
|
+
"id": 34570,
|
|
16972
17087
|
"name": "ToggleButtonTextProps"
|
|
16973
17088
|
},
|
|
16974
17089
|
{
|
|
16975
17090
|
"type": "reference",
|
|
16976
|
-
"id":
|
|
17091
|
+
"id": 34854,
|
|
16977
17092
|
"name": "ToggleButtonIconProps"
|
|
16978
17093
|
}
|
|
16979
17094
|
],
|
|
@@ -18392,7 +18507,7 @@
|
|
|
18392
18507
|
"type": "query",
|
|
18393
18508
|
"queryType": {
|
|
18394
18509
|
"type": "reference",
|
|
18395
|
-
"id":
|
|
18510
|
+
"id": 33323,
|
|
18396
18511
|
"name": "useTreeView"
|
|
18397
18512
|
}
|
|
18398
18513
|
}
|
|
@@ -18589,7 +18704,7 @@
|
|
|
18589
18704
|
},
|
|
18590
18705
|
"typeParameter": [
|
|
18591
18706
|
{
|
|
18592
|
-
"id":
|
|
18707
|
+
"id": 16657,
|
|
18593
18708
|
"name": "PaginatedItem",
|
|
18594
18709
|
"kind": 131072,
|
|
18595
18710
|
"kindString": "Type parameter",
|
|
@@ -18649,7 +18764,7 @@
|
|
|
18649
18764
|
},
|
|
18650
18765
|
"typeParameter": [
|
|
18651
18766
|
{
|
|
18652
|
-
"id":
|
|
18767
|
+
"id": 16666,
|
|
18653
18768
|
"name": "PaginatedItem",
|
|
18654
18769
|
"kind": 131072,
|
|
18655
18770
|
"kindString": "Type parameter",
|