react-magma-dom 4.11.0-next.14 → 4.11.0-next.16
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/Alert/index.d.ts +4 -0
- package/dist/components/AlertBase/index.d.ts +1 -0
- package/dist/esm/index.js +31 -22
- package/dist/esm/index.js.map +1 -1
- package/dist/properties.json +71 -37
- package/dist/react-magma-dom.cjs.development.js +31 -22
- 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/package.json +1 -1
package/dist/properties.json
CHANGED
|
@@ -1711,6 +1711,15 @@
|
|
|
1711
1711
|
"defaultValue": "\"Close this message\"",
|
|
1712
1712
|
"deprecated": false
|
|
1713
1713
|
},
|
|
1714
|
+
"dismissibleButtonRef": {
|
|
1715
|
+
"name": "dismissibleButtonRef",
|
|
1716
|
+
"required": false,
|
|
1717
|
+
"type": {
|
|
1718
|
+
"name": "React.Ref"
|
|
1719
|
+
},
|
|
1720
|
+
"description": "Reference to the dismiss button element",
|
|
1721
|
+
"deprecated": false
|
|
1722
|
+
},
|
|
1714
1723
|
"isDismissible": {
|
|
1715
1724
|
"name": "isDismissible",
|
|
1716
1725
|
"required": false,
|
|
@@ -1784,6 +1793,14 @@
|
|
|
1784
1793
|
},
|
|
1785
1794
|
"deprecated": false
|
|
1786
1795
|
},
|
|
1796
|
+
"dismissibleButtonRef": {
|
|
1797
|
+
"name": "dismissibleButtonRef",
|
|
1798
|
+
"required": false,
|
|
1799
|
+
"type": {
|
|
1800
|
+
"name": "React.Ref"
|
|
1801
|
+
},
|
|
1802
|
+
"deprecated": false
|
|
1803
|
+
},
|
|
1787
1804
|
"forceDismiss": {
|
|
1788
1805
|
"name": "forceDismiss",
|
|
1789
1806
|
"required": false,
|
|
@@ -2151,6 +2168,15 @@
|
|
|
2151
2168
|
"defaultValue": "\"Close this message\"",
|
|
2152
2169
|
"deprecated": false
|
|
2153
2170
|
},
|
|
2171
|
+
"dismissibleButtonRef": {
|
|
2172
|
+
"name": "dismissibleButtonRef",
|
|
2173
|
+
"required": false,
|
|
2174
|
+
"type": {
|
|
2175
|
+
"name": "React.Ref"
|
|
2176
|
+
},
|
|
2177
|
+
"description": "Reference to the dismiss button element",
|
|
2178
|
+
"deprecated": false
|
|
2179
|
+
},
|
|
2154
2180
|
"isDismissible": {
|
|
2155
2181
|
"name": "isDismissible",
|
|
2156
2182
|
"required": false,
|
|
@@ -4776,7 +4802,7 @@
|
|
|
4776
4802
|
},
|
|
4777
4803
|
"indexSignature": [
|
|
4778
4804
|
{
|
|
4779
|
-
"id":
|
|
4805
|
+
"id": 21857,
|
|
4780
4806
|
"name": "__index",
|
|
4781
4807
|
"kind": 8192,
|
|
4782
4808
|
"kindString": "Index signature",
|
|
@@ -4788,7 +4814,7 @@
|
|
|
4788
4814
|
},
|
|
4789
4815
|
"parameters": [
|
|
4790
4816
|
{
|
|
4791
|
-
"id":
|
|
4817
|
+
"id": 21858,
|
|
4792
4818
|
"name": "key",
|
|
4793
4819
|
"kind": 32768,
|
|
4794
4820
|
"kindString": "Parameter",
|
|
@@ -4878,12 +4904,12 @@
|
|
|
4878
4904
|
"types": [
|
|
4879
4905
|
{
|
|
4880
4906
|
"type": "reference",
|
|
4881
|
-
"id":
|
|
4907
|
+
"id": 21863,
|
|
4882
4908
|
"name": "BaseDatagridProps"
|
|
4883
4909
|
},
|
|
4884
4910
|
{
|
|
4885
4911
|
"type": "reference",
|
|
4886
|
-
"id":
|
|
4912
|
+
"id": 22169,
|
|
4887
4913
|
"name": "DatagridSelectedRowsProps"
|
|
4888
4914
|
}
|
|
4889
4915
|
]
|
|
@@ -5131,12 +5157,12 @@
|
|
|
5131
5157
|
"typeArguments": [
|
|
5132
5158
|
{
|
|
5133
5159
|
"type": "reference",
|
|
5134
|
-
"id":
|
|
5160
|
+
"id": 22165,
|
|
5135
5161
|
"name": "ControlledSelectedRowsProps"
|
|
5136
5162
|
},
|
|
5137
5163
|
{
|
|
5138
5164
|
"type": "reference",
|
|
5139
|
-
"id":
|
|
5165
|
+
"id": 22167,
|
|
5140
5166
|
"name": "UncontrolledSelectedRowsProps"
|
|
5141
5167
|
}
|
|
5142
5168
|
],
|
|
@@ -5372,14 +5398,14 @@
|
|
|
5372
5398
|
"type": {
|
|
5373
5399
|
"type": "reflection",
|
|
5374
5400
|
"declaration": {
|
|
5375
|
-
"id":
|
|
5401
|
+
"id": 22615,
|
|
5376
5402
|
"name": "__type",
|
|
5377
5403
|
"kind": 65536,
|
|
5378
5404
|
"kindString": "Type literal",
|
|
5379
5405
|
"flags": {},
|
|
5380
5406
|
"children": [
|
|
5381
5407
|
{
|
|
5382
|
-
"id":
|
|
5408
|
+
"id": 22617,
|
|
5383
5409
|
"name": "disabled",
|
|
5384
5410
|
"kind": 32,
|
|
5385
5411
|
"kindString": "Variable",
|
|
@@ -5397,7 +5423,7 @@
|
|
|
5397
5423
|
}
|
|
5398
5424
|
},
|
|
5399
5425
|
{
|
|
5400
|
-
"id":
|
|
5426
|
+
"id": 22616,
|
|
5401
5427
|
"name": "isChosen",
|
|
5402
5428
|
"kind": 32,
|
|
5403
5429
|
"kindString": "Variable",
|
|
@@ -5415,7 +5441,7 @@
|
|
|
5415
5441
|
}
|
|
5416
5442
|
},
|
|
5417
5443
|
{
|
|
5418
|
-
"id":
|
|
5444
|
+
"id": 22618,
|
|
5419
5445
|
"name": "isDayInCurrentMonth",
|
|
5420
5446
|
"kind": 32,
|
|
5421
5447
|
"kindString": "Variable",
|
|
@@ -5433,7 +5459,7 @@
|
|
|
5433
5459
|
}
|
|
5434
5460
|
},
|
|
5435
5461
|
{
|
|
5436
|
-
"id":
|
|
5462
|
+
"id": 22619,
|
|
5437
5463
|
"name": "isToday",
|
|
5438
5464
|
"kind": 32,
|
|
5439
5465
|
"kindString": "Variable",
|
|
@@ -5456,10 +5482,10 @@
|
|
|
5456
5482
|
"title": "Variables",
|
|
5457
5483
|
"kind": 32,
|
|
5458
5484
|
"children": [
|
|
5459
|
-
|
|
5460
|
-
22614,
|
|
5485
|
+
22617,
|
|
5461
5486
|
22616,
|
|
5462
|
-
|
|
5487
|
+
22618,
|
|
5488
|
+
22619
|
|
5463
5489
|
]
|
|
5464
5490
|
}
|
|
5465
5491
|
],
|
|
@@ -10919,12 +10945,12 @@
|
|
|
10919
10945
|
"typeArguments": [
|
|
10920
10946
|
{
|
|
10921
10947
|
"type": "reference",
|
|
10922
|
-
"id":
|
|
10948
|
+
"id": 27036,
|
|
10923
10949
|
"name": "NavTabChildrenProps"
|
|
10924
10950
|
},
|
|
10925
10951
|
{
|
|
10926
10952
|
"type": "reference",
|
|
10927
|
-
"id":
|
|
10953
|
+
"id": 27310,
|
|
10928
10954
|
"name": "NavTabComponentProps"
|
|
10929
10955
|
}
|
|
10930
10956
|
],
|
|
@@ -11375,12 +11401,12 @@
|
|
|
11375
11401
|
"types": [
|
|
11376
11402
|
{
|
|
11377
11403
|
"type": "reference",
|
|
11378
|
-
"id":
|
|
11404
|
+
"id": 28233,
|
|
11379
11405
|
"name": "ControlledPaginationProps"
|
|
11380
11406
|
},
|
|
11381
11407
|
{
|
|
11382
11408
|
"type": "reference",
|
|
11383
|
-
"id":
|
|
11409
|
+
"id": 28516,
|
|
11384
11410
|
"name": "UncontrolledPaginationProps"
|
|
11385
11411
|
}
|
|
11386
11412
|
]
|
|
@@ -12405,12 +12431,12 @@
|
|
|
12405
12431
|
"typeArguments": [
|
|
12406
12432
|
{
|
|
12407
12433
|
"type": "reference",
|
|
12408
|
-
"id":
|
|
12434
|
+
"id": 18380,
|
|
12409
12435
|
"name": "IconOnlyPopoverTriggerProps"
|
|
12410
12436
|
},
|
|
12411
12437
|
{
|
|
12412
12438
|
"type": "reference",
|
|
12413
|
-
"id":
|
|
12439
|
+
"id": 18385,
|
|
12414
12440
|
"name": "IconTextPopoverTriggerProps"
|
|
12415
12441
|
}
|
|
12416
12442
|
],
|
|
@@ -16329,12 +16355,12 @@
|
|
|
16329
16355
|
"typeArguments": [
|
|
16330
16356
|
{
|
|
16331
16357
|
"type": "reference",
|
|
16332
|
-
"id":
|
|
16358
|
+
"id": 21159,
|
|
16333
16359
|
"name": "ControlledPageProps"
|
|
16334
16360
|
},
|
|
16335
16361
|
{
|
|
16336
16362
|
"type": "reference",
|
|
16337
|
-
"id":
|
|
16363
|
+
"id": 21161,
|
|
16338
16364
|
"name": "UncontrolledPageProps"
|
|
16339
16365
|
}
|
|
16340
16366
|
],
|
|
@@ -16356,12 +16382,12 @@
|
|
|
16356
16382
|
"typeArguments": [
|
|
16357
16383
|
{
|
|
16358
16384
|
"type": "reference",
|
|
16359
|
-
"id":
|
|
16385
|
+
"id": 21163,
|
|
16360
16386
|
"name": "ControlledRowsPerPageProps"
|
|
16361
16387
|
},
|
|
16362
16388
|
{
|
|
16363
16389
|
"type": "reference",
|
|
16364
|
-
"id":
|
|
16390
|
+
"id": 21165,
|
|
16365
16391
|
"name": "UncontrolledRowsPerPageProps"
|
|
16366
16392
|
}
|
|
16367
16393
|
],
|
|
@@ -16383,17 +16409,17 @@
|
|
|
16383
16409
|
"types": [
|
|
16384
16410
|
{
|
|
16385
16411
|
"type": "reference",
|
|
16386
|
-
"id":
|
|
16412
|
+
"id": 20879,
|
|
16387
16413
|
"name": "BaseTablePaginationProps"
|
|
16388
16414
|
},
|
|
16389
16415
|
{
|
|
16390
16416
|
"type": "reference",
|
|
16391
|
-
"id":
|
|
16417
|
+
"id": 21175,
|
|
16392
16418
|
"name": "PagePaginationProps"
|
|
16393
16419
|
},
|
|
16394
16420
|
{
|
|
16395
16421
|
"type": "reference",
|
|
16396
|
-
"id":
|
|
16422
|
+
"id": 21176,
|
|
16397
16423
|
"name": "RowsPaginationProps"
|
|
16398
16424
|
}
|
|
16399
16425
|
]
|
|
@@ -17019,12 +17045,12 @@
|
|
|
17019
17045
|
"types": [
|
|
17020
17046
|
{
|
|
17021
17047
|
"type": "reference",
|
|
17022
|
-
"id":
|
|
17048
|
+
"id": 25235,
|
|
17023
17049
|
"name": "HorizontalTabsProps"
|
|
17024
17050
|
},
|
|
17025
17051
|
{
|
|
17026
17052
|
"type": "reference",
|
|
17027
|
-
"id":
|
|
17053
|
+
"id": 25232,
|
|
17028
17054
|
"name": "VerticalTabsProps"
|
|
17029
17055
|
}
|
|
17030
17056
|
]
|
|
@@ -17502,12 +17528,12 @@
|
|
|
17502
17528
|
"typeArguments": [
|
|
17503
17529
|
{
|
|
17504
17530
|
"type": "reference",
|
|
17505
|
-
"id":
|
|
17531
|
+
"id": 31427,
|
|
17506
17532
|
"name": "DeletableTagProps"
|
|
17507
17533
|
},
|
|
17508
17534
|
{
|
|
17509
17535
|
"type": "reference",
|
|
17510
|
-
"id":
|
|
17536
|
+
"id": 31440,
|
|
17511
17537
|
"name": "ClickableTagProps"
|
|
17512
17538
|
}
|
|
17513
17539
|
],
|
|
@@ -17760,7 +17786,7 @@
|
|
|
17760
17786
|
"type": "query",
|
|
17761
17787
|
"queryType": {
|
|
17762
17788
|
"type": "reference",
|
|
17763
|
-
"id":
|
|
17789
|
+
"id": 23278,
|
|
17764
17790
|
"name": "useTimePicker"
|
|
17765
17791
|
}
|
|
17766
17792
|
}
|
|
@@ -17894,6 +17920,14 @@
|
|
|
17894
17920
|
"defaultValue": "false",
|
|
17895
17921
|
"deprecated": false
|
|
17896
17922
|
},
|
|
17923
|
+
"dismissibleButtonRef": {
|
|
17924
|
+
"name": "dismissibleButtonRef",
|
|
17925
|
+
"required": false,
|
|
17926
|
+
"type": {
|
|
17927
|
+
"name": "React.Ref"
|
|
17928
|
+
},
|
|
17929
|
+
"deprecated": false
|
|
17930
|
+
},
|
|
17897
17931
|
"forceDismiss": {
|
|
17898
17932
|
"name": "forceDismiss",
|
|
17899
17933
|
"required": false,
|
|
@@ -18455,12 +18489,12 @@
|
|
|
18455
18489
|
"typeArguments": [
|
|
18456
18490
|
{
|
|
18457
18491
|
"type": "reference",
|
|
18458
|
-
"id":
|
|
18492
|
+
"id": 36220,
|
|
18459
18493
|
"name": "ToggleButtonTextProps"
|
|
18460
18494
|
},
|
|
18461
18495
|
{
|
|
18462
18496
|
"type": "reference",
|
|
18463
|
-
"id":
|
|
18497
|
+
"id": 36504,
|
|
18464
18498
|
"name": "ToggleButtonIconProps"
|
|
18465
18499
|
}
|
|
18466
18500
|
],
|
|
@@ -20000,7 +20034,7 @@
|
|
|
20000
20034
|
"type": "query",
|
|
20001
20035
|
"queryType": {
|
|
20002
20036
|
"type": "reference",
|
|
20003
|
-
"id":
|
|
20037
|
+
"id": 34955,
|
|
20004
20038
|
"name": "useTreeView"
|
|
20005
20039
|
}
|
|
20006
20040
|
}
|
|
@@ -20197,7 +20231,7 @@
|
|
|
20197
20231
|
},
|
|
20198
20232
|
"typeParameter": [
|
|
20199
20233
|
{
|
|
20200
|
-
"id":
|
|
20234
|
+
"id": 17998,
|
|
20201
20235
|
"name": "PaginatedItem",
|
|
20202
20236
|
"kind": 131072,
|
|
20203
20237
|
"kindString": "Type parameter",
|
|
@@ -20257,7 +20291,7 @@
|
|
|
20257
20291
|
},
|
|
20258
20292
|
"typeParameter": [
|
|
20259
20293
|
{
|
|
20260
|
-
"id":
|
|
20294
|
+
"id": 18007,
|
|
20261
20295
|
"name": "PaginatedItem",
|
|
20262
20296
|
"kind": 131072,
|
|
20263
20297
|
"kindString": "Type parameter",
|