react-magma-dom 2.5.12 → 2.6.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.
@@ -2590,7 +2590,7 @@
2590
2590
  "flags": {},
2591
2591
  "typeParameter": [
2592
2592
  {
2593
- "id": 14237,
2593
+ "id": 10162,
2594
2594
  "name": "T",
2595
2595
  "kind": 131072,
2596
2596
  "kindString": "Type parameter",
@@ -2774,7 +2774,7 @@
2774
2774
  },
2775
2775
  "typeParameter": [
2776
2776
  {
2777
- "id": 14331,
2777
+ "id": 10256,
2778
2778
  "name": "T",
2779
2779
  "kind": 131072,
2780
2780
  "kindString": "Type parameter",
@@ -2783,7 +2783,7 @@
2783
2783
  },
2784
2784
  "type": {
2785
2785
  "type": "reference",
2786
- "id": 14164,
2786
+ "id": 10089,
2787
2787
  "name": "SelectOptions"
2788
2788
  }
2789
2789
  }
@@ -3107,7 +3107,7 @@
3107
3107
  },
3108
3108
  "typeParameter": [
3109
3109
  {
3110
- "id": 14400,
3110
+ "id": 10325,
3111
3111
  "name": "T",
3112
3112
  "kind": 131072,
3113
3113
  "kindString": "Type parameter",
@@ -3116,7 +3116,7 @@
3116
3116
  },
3117
3117
  "type": {
3118
3118
  "type": "reference",
3119
- "id": 14164,
3119
+ "id": 10089,
3120
3120
  "name": "SelectOptions"
3121
3121
  }
3122
3122
  }
@@ -3264,7 +3264,7 @@
3264
3264
  },
3265
3265
  "typeParameter": [
3266
3266
  {
3267
- "id": 14446,
3267
+ "id": 10371,
3268
3268
  "name": "T",
3269
3269
  "kind": 131072,
3270
3270
  "kindString": "Type parameter",
@@ -3278,7 +3278,7 @@
3278
3278
  "typeArguments": [
3279
3279
  {
3280
3280
  "type": "reference",
3281
- "id": 14330,
3281
+ "id": 10255,
3282
3282
  "typeArguments": [
3283
3283
  {
3284
3284
  "type": "typeParameter",
@@ -3289,7 +3289,7 @@
3289
3289
  },
3290
3290
  {
3291
3291
  "type": "reference",
3292
- "id": 14399,
3292
+ "id": 10324,
3293
3293
  "typeArguments": [
3294
3294
  {
3295
3295
  "type": "typeParameter",
@@ -3529,6 +3529,15 @@
3529
3529
  "description": "Function called when the rows selected in the table changes",
3530
3530
  "deprecated": false
3531
3531
  },
3532
+ "onSortBySelected": {
3533
+ "name": "onSortBySelected",
3534
+ "required": false,
3535
+ "type": {
3536
+ "name": "function"
3537
+ },
3538
+ "description": "Function called when the sort button is clicked for selectable tables",
3539
+ "deprecated": false
3540
+ },
3532
3541
  "paginationProps": {
3533
3542
  "name": "paginationProps",
3534
3543
  "required": false,
@@ -3563,6 +3572,21 @@
3563
3572
  },
3564
3573
  "deprecated": false
3565
3574
  },
3575
+ "sortDirection": {
3576
+ "name": "sortDirection",
3577
+ "required": false,
3578
+ "type": {
3579
+ "name": "enum",
3580
+ "options": [
3581
+ "TableSortDirection.ascending",
3582
+ "TableSortDirection.descending",
3583
+ "TableSortDirection.none"
3584
+ ]
3585
+ },
3586
+ "description": "Direction by which the column is sorted",
3587
+ "defaultValue": "TableSortDirection.none",
3588
+ "deprecated": false
3589
+ },
3566
3590
  "testId": {
3567
3591
  "name": "testId",
3568
3592
  "required": false,
@@ -3768,7 +3792,7 @@
3768
3792
  },
3769
3793
  "indexSignature": [
3770
3794
  {
3771
- "id": 19144,
3795
+ "id": 21498,
3772
3796
  "name": "__index",
3773
3797
  "kind": 8192,
3774
3798
  "kindString": "Index signature",
@@ -3780,7 +3804,7 @@
3780
3804
  },
3781
3805
  "parameters": [
3782
3806
  {
3783
- "id": 19145,
3807
+ "id": 21499,
3784
3808
  "name": "key",
3785
3809
  "kind": 32768,
3786
3810
  "kindString": "Parameter",
@@ -3870,12 +3894,12 @@
3870
3894
  "types": [
3871
3895
  {
3872
3896
  "type": "reference",
3873
- "id": 19150,
3897
+ "id": 21504,
3874
3898
  "name": "BaseDatagridProps"
3875
3899
  },
3876
3900
  {
3877
3901
  "type": "reference",
3878
- "id": 19441,
3902
+ "id": 21800,
3879
3903
  "name": "DatagridSelectedRowsProps"
3880
3904
  }
3881
3905
  ]
@@ -4009,6 +4033,15 @@
4009
4033
  "description": "Function called when the rows selected in the table changes",
4010
4034
  "deprecated": false
4011
4035
  },
4036
+ "onSortBySelected": {
4037
+ "name": "onSortBySelected",
4038
+ "required": false,
4039
+ "type": {
4040
+ "name": "function"
4041
+ },
4042
+ "description": "Function called when the sort button is clicked for selectable tables",
4043
+ "deprecated": false
4044
+ },
4012
4045
  "paginationProps": {
4013
4046
  "name": "paginationProps",
4014
4047
  "required": false,
@@ -4043,6 +4076,21 @@
4043
4076
  },
4044
4077
  "deprecated": false
4045
4078
  },
4079
+ "sortDirection": {
4080
+ "name": "sortDirection",
4081
+ "required": false,
4082
+ "type": {
4083
+ "name": "enum",
4084
+ "options": [
4085
+ "TableSortDirection.ascending",
4086
+ "TableSortDirection.descending",
4087
+ "TableSortDirection.none"
4088
+ ]
4089
+ },
4090
+ "description": "Direction by which the column is sorted",
4091
+ "defaultValue": "TableSortDirection.none",
4092
+ "deprecated": false
4093
+ },
4046
4094
  "testId": {
4047
4095
  "name": "testId",
4048
4096
  "required": false,
@@ -4066,12 +4114,12 @@
4066
4114
  "typeArguments": [
4067
4115
  {
4068
4116
  "type": "reference",
4069
- "id": 19437,
4117
+ "id": 21796,
4070
4118
  "name": "ControlledSelectedRowsProps"
4071
4119
  },
4072
4120
  {
4073
4121
  "type": "reference",
4074
- "id": 19439,
4122
+ "id": 21798,
4075
4123
  "name": "UncontrolledSelectedRowsProps"
4076
4124
  }
4077
4125
  ],
@@ -5056,12 +5104,12 @@
5056
5104
  "typeArguments": [
5057
5105
  {
5058
5106
  "type": "reference",
5059
- "id": 16832,
5107
+ "id": 4243,
5060
5108
  "name": "IconOnlyDropdownButtonProps"
5061
5109
  },
5062
5110
  {
5063
5111
  "type": "reference",
5064
- "id": 16836,
5112
+ "id": 4247,
5065
5113
  "name": "IconTextDropdownButtonProps"
5066
5114
  }
5067
5115
  ],
@@ -7087,12 +7135,12 @@
7087
7135
  "typeArguments": [
7088
7136
  {
7089
7137
  "type": "reference",
7090
- "id": 3634,
7138
+ "id": 3942,
7091
7139
  "name": "IconOnlyButtonProps"
7092
7140
  },
7093
7141
  {
7094
7142
  "type": "reference",
7095
- "id": 3638,
7143
+ "id": 3946,
7096
7144
  "name": "IconTextButtonProps"
7097
7145
  }
7098
7146
  ],
@@ -8698,12 +8746,12 @@
8698
8746
  "typeArguments": [
8699
8747
  {
8700
8748
  "type": "reference",
8701
- "id": 8587,
8749
+ "id": 14494,
8702
8750
  "name": "NavTabChildrenProps"
8703
8751
  },
8704
8752
  {
8705
8753
  "type": "reference",
8706
- "id": 8852,
8754
+ "id": 14759,
8707
8755
  "name": "NavTabComponentProps"
8708
8756
  }
8709
8757
  ],
@@ -9136,12 +9184,12 @@
9136
9184
  "types": [
9137
9185
  {
9138
9186
  "type": "reference",
9139
- "id": 26997,
9187
+ "id": 27029,
9140
9188
  "name": "ControlledPaginationProps"
9141
9189
  },
9142
9190
  {
9143
9191
  "type": "reference",
9144
- "id": 27273,
9192
+ "id": 27305,
9145
9193
  "name": "UncontrolledPaginationProps"
9146
9194
  }
9147
9195
  ]
@@ -10204,7 +10252,7 @@
10204
10252
  "flags": {},
10205
10253
  "typeParameter": [
10206
10254
  {
10207
- "id": 13649,
10255
+ "id": 9838,
10208
10256
  "name": "T",
10209
10257
  "kind": 131072,
10210
10258
  "kindString": "Type parameter",
@@ -10295,7 +10343,7 @@
10295
10343
  "flags": {},
10296
10344
  "typeParameter": [
10297
10345
  {
10298
- "id": 13939,
10346
+ "id": 9864,
10299
10347
  "name": "T",
10300
10348
  "kind": 131072,
10301
10349
  "kindString": "Type parameter",
@@ -10425,7 +10473,7 @@
10425
10473
  "flags": {},
10426
10474
  "typeParameter": [
10427
10475
  {
10428
- "id": 13966,
10476
+ "id": 9891,
10429
10477
  "name": "T",
10430
10478
  "kind": 131072,
10431
10479
  "kindString": "Type parameter",
@@ -10521,7 +10569,7 @@
10521
10569
  },
10522
10570
  "typeParameter": [
10523
10571
  {
10524
- "id": 13604,
10572
+ "id": 9793,
10525
10573
  "name": "T",
10526
10574
  "kind": 131072,
10527
10575
  "kindString": "Type parameter",
@@ -10533,7 +10581,7 @@
10533
10581
  "type": {
10534
10582
  "type": "reflection",
10535
10583
  "declaration": {
10536
- "id": 13605,
10584
+ "id": 9794,
10537
10585
  "name": "__type",
10538
10586
  "kind": 65536,
10539
10587
  "kindString": "Type literal",
@@ -10542,7 +10590,7 @@
10542
10590
  },
10543
10591
  "indexSignature": [
10544
10592
  {
10545
- "id": 13612,
10593
+ "id": 9801,
10546
10594
  "name": "__index",
10547
10595
  "kind": 8192,
10548
10596
  "kindString": "Index signature",
@@ -10551,7 +10599,7 @@
10551
10599
  },
10552
10600
  "parameters": [
10553
10601
  {
10554
- "id": 13613,
10602
+ "id": 9802,
10555
10603
  "name": "key",
10556
10604
  "kind": 32768,
10557
10605
  "kindString": "Parameter",
@@ -10572,7 +10620,7 @@
10572
10620
  ],
10573
10621
  "children": [
10574
10622
  {
10575
- "id": 13607,
10623
+ "id": 9796,
10576
10624
  "name": "isFocused",
10577
10625
  "kind": 32,
10578
10626
  "kindString": "Variable",
@@ -10593,7 +10641,7 @@
10593
10641
  }
10594
10642
  },
10595
10643
  {
10596
- "id": 13608,
10644
+ "id": 9797,
10597
10645
  "name": "item",
10598
10646
  "kind": 32,
10599
10647
  "kindString": "Variable",
@@ -10613,7 +10661,7 @@
10613
10661
  }
10614
10662
  },
10615
10663
  {
10616
- "id": 13609,
10664
+ "id": 9798,
10617
10665
  "name": "itemRef",
10618
10666
  "kind": 32,
10619
10667
  "kindString": "Variable",
@@ -10639,7 +10687,7 @@
10639
10687
  }
10640
10688
  },
10641
10689
  {
10642
- "id": 13610,
10690
+ "id": 9799,
10643
10691
  "name": "itemString",
10644
10692
  "kind": 32,
10645
10693
  "kindString": "Variable",
@@ -10659,7 +10707,7 @@
10659
10707
  }
10660
10708
  },
10661
10709
  {
10662
- "id": 13606,
10710
+ "id": 9795,
10663
10711
  "name": "key",
10664
10712
  "kind": 32,
10665
10713
  "kindString": "Variable",
@@ -10679,7 +10727,7 @@
10679
10727
  }
10680
10728
  },
10681
10729
  {
10682
- "id": 13611,
10730
+ "id": 9800,
10683
10731
  "name": "theme",
10684
10732
  "kind": 32,
10685
10733
  "kindString": "Variable",
@@ -10704,12 +10752,12 @@
10704
10752
  "title": "Variables",
10705
10753
  "kind": 32,
10706
10754
  "children": [
10707
- 13607,
10708
- 13608,
10709
- 13609,
10710
- 13610,
10711
- 13606,
10712
- 13611
10755
+ 9796,
10756
+ 9797,
10757
+ 9798,
10758
+ 9799,
10759
+ 9795,
10760
+ 9800
10713
10761
  ]
10714
10762
  }
10715
10763
  ],
@@ -10735,7 +10783,7 @@
10735
10783
  },
10736
10784
  "typeParameter": [
10737
10785
  {
10738
- "id": 13615,
10786
+ "id": 9804,
10739
10787
  "name": "T",
10740
10788
  "kind": 131072,
10741
10789
  "kindString": "Type parameter",
@@ -10747,7 +10795,7 @@
10747
10795
  "type": {
10748
10796
  "type": "reflection",
10749
10797
  "declaration": {
10750
- "id": 13616,
10798
+ "id": 9805,
10751
10799
  "name": "__type",
10752
10800
  "kind": 65536,
10753
10801
  "kindString": "Type literal",
@@ -10756,7 +10804,7 @@
10756
10804
  },
10757
10805
  "children": [
10758
10806
  {
10759
- "id": 13617,
10807
+ "id": 9806,
10760
10808
  "name": "ClearIndicator",
10761
10809
  "kind": 32,
10762
10810
  "kindString": "Variable",
@@ -10776,7 +10824,7 @@
10776
10824
  "typeArguments": [
10777
10825
  {
10778
10826
  "type": "reference",
10779
- "id": 3920,
10827
+ "id": 4228,
10780
10828
  "name": "IconButtonProps"
10781
10829
  }
10782
10830
  ],
@@ -10784,7 +10832,7 @@
10784
10832
  }
10785
10833
  },
10786
10834
  {
10787
- "id": 13618,
10835
+ "id": 9807,
10788
10836
  "name": "DropdownIndicator",
10789
10837
  "kind": 32,
10790
10838
  "kindString": "Variable",
@@ -10817,7 +10865,7 @@
10817
10865
  }
10818
10866
  },
10819
10867
  {
10820
- "id": 13620,
10868
+ "id": 9809,
10821
10869
  "name": "Item",
10822
10870
  "kind": 32,
10823
10871
  "kindString": "Variable",
@@ -10837,7 +10885,7 @@
10837
10885
  "typeArguments": [
10838
10886
  {
10839
10887
  "type": "reference",
10840
- "id": 13603,
10888
+ "id": 9792,
10841
10889
  "typeArguments": [
10842
10890
  {
10843
10891
  "type": "typeParameter",
@@ -10851,7 +10899,7 @@
10851
10899
  }
10852
10900
  },
10853
10901
  {
10854
- "id": 13619,
10902
+ "id": 9808,
10855
10903
  "name": "LoadingIndicator",
10856
10904
  "kind": 32,
10857
10905
  "kindString": "Variable",
@@ -10884,10 +10932,10 @@
10884
10932
  "title": "Variables",
10885
10933
  "kind": 32,
10886
10934
  "children": [
10887
- 13617,
10888
- 13618,
10889
- 13620,
10890
- 13619
10935
+ 9806,
10936
+ 9807,
10937
+ 9809,
10938
+ 9808
10891
10939
  ]
10892
10940
  }
10893
10941
  ],
@@ -10913,7 +10961,7 @@
10913
10961
  },
10914
10962
  "typeParameter": [
10915
10963
  {
10916
- "id": 14014,
10964
+ "id": 9939,
10917
10965
  "name": "T",
10918
10966
  "kind": 131072,
10919
10967
  "kindString": "Type parameter",
@@ -10945,7 +10993,7 @@
10945
10993
  },
10946
10994
  "typeParameter": [
10947
10995
  {
10948
- "id": 13994,
10996
+ "id": 9919,
10949
10997
  "name": "T",
10950
10998
  "kind": 131072,
10951
10999
  "kindString": "Type parameter",
@@ -11139,7 +11187,7 @@
11139
11187
  },
11140
11188
  "typeParameter": [
11141
11189
  {
11142
- "id": 14121,
11190
+ "id": 10046,
11143
11191
  "name": "T",
11144
11192
  "kind": 131072,
11145
11193
  "kindString": "Type parameter",
@@ -11148,7 +11196,7 @@
11148
11196
  },
11149
11197
  "type": {
11150
11198
  "type": "reference",
11151
- "id": 14164,
11199
+ "id": 10089,
11152
11200
  "name": "SelectOptions"
11153
11201
  }
11154
11202
  }
@@ -11306,7 +11354,7 @@
11306
11354
  },
11307
11355
  "typeParameter": [
11308
11356
  {
11309
- "id": 14020,
11357
+ "id": 9945,
11310
11358
  "name": "T",
11311
11359
  "kind": 131072,
11312
11360
  "kindString": "Type parameter",
@@ -11315,7 +11363,7 @@
11315
11363
  },
11316
11364
  "type": {
11317
11365
  "type": "reference",
11318
- "id": 14164,
11366
+ "id": 10089,
11319
11367
  "name": "SelectOptions"
11320
11368
  }
11321
11369
  }
@@ -11774,7 +11822,7 @@
11774
11822
  {
11775
11823
  "type": "reflection",
11776
11824
  "declaration": {
11777
- "id": 14165,
11825
+ "id": 10090,
11778
11826
  "name": "__type",
11779
11827
  "kind": 65536,
11780
11828
  "kindString": "Type literal",
@@ -11783,7 +11831,7 @@
11783
11831
  },
11784
11832
  "indexSignature": [
11785
11833
  {
11786
- "id": 14168,
11834
+ "id": 10093,
11787
11835
  "name": "__index",
11788
11836
  "kind": 8192,
11789
11837
  "kindString": "Index signature",
@@ -11792,7 +11840,7 @@
11792
11840
  },
11793
11841
  "parameters": [
11794
11842
  {
11795
- "id": 14169,
11843
+ "id": 10094,
11796
11844
  "name": "key",
11797
11845
  "kind": 32768,
11798
11846
  "kindString": "Parameter",
@@ -11813,7 +11861,7 @@
11813
11861
  ],
11814
11862
  "children": [
11815
11863
  {
11816
- "id": 14167,
11864
+ "id": 10092,
11817
11865
  "name": "label",
11818
11866
  "kind": 32,
11819
11867
  "kindString": "Variable",
@@ -11833,7 +11881,7 @@
11833
11881
  }
11834
11882
  },
11835
11883
  {
11836
- "id": 14166,
11884
+ "id": 10091,
11837
11885
  "name": "value",
11838
11886
  "kind": 32,
11839
11887
  "kindString": "Variable",
@@ -11858,8 +11906,8 @@
11858
11906
  "title": "Variables",
11859
11907
  "kind": 32,
11860
11908
  "children": [
11861
- 14167,
11862
- 14166
11909
+ 10092,
11910
+ 10091
11863
11911
  ]
11864
11912
  }
11865
11913
  ],
@@ -11891,7 +11939,7 @@
11891
11939
  },
11892
11940
  "typeParameter": [
11893
11941
  {
11894
- "id": 14190,
11942
+ "id": 10115,
11895
11943
  "name": "T",
11896
11944
  "kind": 131072,
11897
11945
  "kindString": "Type parameter",
@@ -11905,7 +11953,7 @@
11905
11953
  "typeArguments": [
11906
11954
  {
11907
11955
  "type": "reference",
11908
- "id": 14019,
11956
+ "id": 9944,
11909
11957
  "typeArguments": [
11910
11958
  {
11911
11959
  "type": "typeParameter",
@@ -11916,7 +11964,7 @@
11916
11964
  },
11917
11965
  {
11918
11966
  "type": "reference",
11919
- "id": 14120,
11967
+ "id": 10045,
11920
11968
  "typeArguments": [
11921
11969
  {
11922
11970
  "type": "typeParameter",
@@ -12522,6 +12570,14 @@
12522
12570
  },
12523
12571
  "deprecated": false
12524
12572
  },
12573
+ "isSortableBySelected": {
12574
+ "name": "isSortableBySelected",
12575
+ "required": false,
12576
+ "type": {
12577
+ "name": "boolean"
12578
+ },
12579
+ "deprecated": false
12580
+ },
12525
12581
  "rowCount": {
12526
12582
  "name": "rowCount",
12527
12583
  "required": false,
@@ -13073,12 +13129,12 @@
13073
13129
  "typeArguments": [
13074
13130
  {
13075
13131
  "type": "reference",
13076
- "id": 18524,
13132
+ "id": 20868,
13077
13133
  "name": "ControlledPageProps"
13078
13134
  },
13079
13135
  {
13080
13136
  "type": "reference",
13081
- "id": 18526,
13137
+ "id": 20870,
13082
13138
  "name": "UncontrolledPageProps"
13083
13139
  }
13084
13140
  ],
@@ -13100,12 +13156,12 @@
13100
13156
  "typeArguments": [
13101
13157
  {
13102
13158
  "type": "reference",
13103
- "id": 18528,
13159
+ "id": 20872,
13104
13160
  "name": "ControlledRowsPerPageProps"
13105
13161
  },
13106
13162
  {
13107
13163
  "type": "reference",
13108
- "id": 18530,
13164
+ "id": 20874,
13109
13165
  "name": "UncontrolledRowsPerPageProps"
13110
13166
  }
13111
13167
  ],
@@ -13127,17 +13183,17 @@
13127
13183
  "types": [
13128
13184
  {
13129
13185
  "type": "reference",
13130
- "id": 18252,
13186
+ "id": 20596,
13131
13187
  "name": "BaseTablePaginationProps"
13132
13188
  },
13133
13189
  {
13134
13190
  "type": "reference",
13135
- "id": 18532,
13191
+ "id": 20876,
13136
13192
  "name": "PagePaginationProps"
13137
13193
  },
13138
13194
  {
13139
13195
  "type": "reference",
13140
- "id": 18533,
13196
+ "id": 20877,
13141
13197
  "name": "RowsPaginationProps"
13142
13198
  }
13143
13199
  ]
@@ -13298,6 +13354,15 @@
13298
13354
  },
13299
13355
  "deprecated": false
13300
13356
  },
13357
+ "onSort": {
13358
+ "name": "onSort",
13359
+ "required": false,
13360
+ "type": {
13361
+ "name": "function"
13362
+ },
13363
+ "description": "Event that fires when clicking the table header cell sort button",
13364
+ "deprecated": false
13365
+ },
13301
13366
  "onTableRowSelect": {
13302
13367
  "name": "onTableRowSelect",
13303
13368
  "required": false,
@@ -13314,6 +13379,21 @@
13314
13379
  },
13315
13380
  "deprecated": false
13316
13381
  },
13382
+ "sortDirection": {
13383
+ "name": "sortDirection",
13384
+ "required": false,
13385
+ "type": {
13386
+ "name": "enum",
13387
+ "options": [
13388
+ "TableSortDirection.ascending",
13389
+ "TableSortDirection.descending",
13390
+ "TableSortDirection.none"
13391
+ ]
13392
+ },
13393
+ "description": "Direction by which the column is sorted",
13394
+ "defaultValue": "TableSortDirection.none",
13395
+ "deprecated": false
13396
+ },
13317
13397
  "testId": {
13318
13398
  "name": "testId",
13319
13399
  "required": false,
@@ -13704,12 +13784,12 @@
13704
13784
  "types": [
13705
13785
  {
13706
13786
  "type": "reference",
13707
- "id": 7395,
13787
+ "id": 13302,
13708
13788
  "name": "HorizontalTabsProps"
13709
13789
  },
13710
13790
  {
13711
13791
  "type": "reference",
13712
- "id": 7392,
13792
+ "id": 13299,
13713
13793
  "name": "VerticalTabsProps"
13714
13794
  }
13715
13795
  ]
@@ -14174,12 +14254,12 @@
14174
14254
  "typeArguments": [
14175
14255
  {
14176
14256
  "type": "reference",
14177
- "id": 27889,
14257
+ "id": 27921,
14178
14258
  "name": "DeletableTagProps"
14179
14259
  },
14180
14260
  {
14181
14261
  "type": "reference",
14182
- "id": 27902,
14262
+ "id": 27934,
14183
14263
  "name": "ClickableTagProps"
14184
14264
  }
14185
14265
  ],
@@ -14414,7 +14494,7 @@
14414
14494
  "type": "query",
14415
14495
  "queryType": {
14416
14496
  "type": "reference",
14417
- "id": 23940,
14497
+ "id": 23972,
14418
14498
  "name": "useTimePicker"
14419
14499
  }
14420
14500
  }
@@ -15134,7 +15214,7 @@
15134
15214
  },
15135
15215
  "typeParameter": [
15136
15216
  {
15137
- "id": 5352,
15217
+ "id": 5090,
15138
15218
  "name": "T",
15139
15219
  "kind": 131072,
15140
15220
  "kindString": "Type parameter",
@@ -15312,7 +15392,7 @@
15312
15392
  },
15313
15393
  "typeParameter": [
15314
15394
  {
15315
- "id": 15042,
15395
+ "id": 19123,
15316
15396
  "name": "PaginatedItem",
15317
15397
  "kind": 131072,
15318
15398
  "kindString": "Type parameter",
@@ -15372,7 +15452,7 @@
15372
15452
  },
15373
15453
  "typeParameter": [
15374
15454
  {
15375
- "id": 15051,
15455
+ "id": 19132,
15376
15456
  "name": "PaginatedItem",
15377
15457
  "kind": 131072,
15378
15458
  "kindString": "Type parameter",