@economic/taco 0.0.5-alpha.0 → 0.0.6-alpha.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/Combobox/Combobox.d.ts +4 -0
- package/dist/components/Combobox/useCombobox.d.ts +1 -1
- package/dist/esm/components/Combobox/Combobox.js.map +1 -1
- package/dist/esm/components/Combobox/useCombobox.js +15 -3
- package/dist/esm/components/Combobox/useCombobox.js.map +1 -1
- package/dist/taco.cjs.development.js +14 -3
- package/dist/taco.cjs.development.js.map +1 -1
- package/dist/taco.cjs.production.min.js +1 -1
- package/dist/taco.cjs.production.min.js.map +1 -1
- package/package.json +2 -2
- package/types.json +479 -424
package/types.json
CHANGED
@@ -145,7 +145,7 @@
|
|
145
145
|
],
|
146
146
|
"props": [
|
147
147
|
{
|
148
|
-
"id":
|
148
|
+
"id": 669,
|
149
149
|
"name": "multiselect",
|
150
150
|
"kind": 1024,
|
151
151
|
"kindString": "Property",
|
@@ -200,7 +200,7 @@
|
|
200
200
|
"typeArguments": [
|
201
201
|
{
|
202
202
|
"type": "reference",
|
203
|
-
"id":
|
203
|
+
"id": 191,
|
204
204
|
"name": "DialogProps"
|
205
205
|
}
|
206
206
|
],
|
@@ -241,7 +241,7 @@
|
|
241
241
|
"typeArguments": [
|
242
242
|
{
|
243
243
|
"type": "reference",
|
244
|
-
"id":
|
244
|
+
"id": 237,
|
245
245
|
"name": "HangerProps"
|
246
246
|
}
|
247
247
|
],
|
@@ -266,7 +266,7 @@
|
|
266
266
|
"typeArguments": [
|
267
267
|
{
|
268
268
|
"type": "reference",
|
269
|
-
"id":
|
269
|
+
"id": 516,
|
270
270
|
"name": "PopoverProps"
|
271
271
|
}
|
272
272
|
],
|
@@ -657,7 +657,7 @@
|
|
657
657
|
}
|
658
658
|
},
|
659
659
|
{
|
660
|
-
"id":
|
660
|
+
"id": 137,
|
661
661
|
"name": "state",
|
662
662
|
"kind": 1024,
|
663
663
|
"kindString": "Property",
|
@@ -674,7 +674,7 @@
|
|
674
674
|
}
|
675
675
|
},
|
676
676
|
{
|
677
|
-
"id":
|
677
|
+
"id": 138,
|
678
678
|
"name": "value",
|
679
679
|
"kind": 1024,
|
680
680
|
"kindString": "Property",
|
@@ -689,6 +689,61 @@
|
|
689
689
|
"id": 124,
|
690
690
|
"name": "ComboboxValue"
|
691
691
|
}
|
692
|
+
},
|
693
|
+
{
|
694
|
+
"id": 134,
|
695
|
+
"name": "onSearch",
|
696
|
+
"kind": 2048,
|
697
|
+
"kindString": "Method",
|
698
|
+
"flags": {
|
699
|
+
"isOptional": true
|
700
|
+
},
|
701
|
+
"signatures": [
|
702
|
+
{
|
703
|
+
"id": 135,
|
704
|
+
"name": "onSearch",
|
705
|
+
"kind": 4096,
|
706
|
+
"kindString": "Call signature",
|
707
|
+
"flags": {},
|
708
|
+
"comment": {
|
709
|
+
"shortText": "Handler called when the user enters a query"
|
710
|
+
},
|
711
|
+
"parameters": [
|
712
|
+
{
|
713
|
+
"id": 136,
|
714
|
+
"name": "query",
|
715
|
+
"kind": 32768,
|
716
|
+
"kindString": "Parameter",
|
717
|
+
"flags": {},
|
718
|
+
"type": {
|
719
|
+
"type": "intrinsic",
|
720
|
+
"name": "string"
|
721
|
+
}
|
722
|
+
}
|
723
|
+
],
|
724
|
+
"type": {
|
725
|
+
"type": "union",
|
726
|
+
"types": [
|
727
|
+
{
|
728
|
+
"type": "intrinsic",
|
729
|
+
"name": "void"
|
730
|
+
},
|
731
|
+
{
|
732
|
+
"type": "reference",
|
733
|
+
"typeArguments": [
|
734
|
+
{
|
735
|
+
"type": "intrinsic",
|
736
|
+
"name": "void"
|
737
|
+
}
|
738
|
+
],
|
739
|
+
"qualifiedName": "Promise",
|
740
|
+
"package": "typescript",
|
741
|
+
"name": "Promise"
|
742
|
+
}
|
743
|
+
]
|
744
|
+
}
|
745
|
+
}
|
746
|
+
]
|
692
747
|
}
|
693
748
|
]
|
694
749
|
},
|
@@ -699,7 +754,7 @@
|
|
699
754
|
],
|
700
755
|
"props": [
|
701
756
|
{
|
702
|
-
"id":
|
757
|
+
"id": 161,
|
703
758
|
"name": "calendar",
|
704
759
|
"kind": 1024,
|
705
760
|
"kindString": "Property",
|
@@ -716,7 +771,7 @@
|
|
716
771
|
}
|
717
772
|
},
|
718
773
|
{
|
719
|
-
"id":
|
774
|
+
"id": 162,
|
720
775
|
"name": "shortcuts",
|
721
776
|
"kind": 1024,
|
722
777
|
"kindString": "Property",
|
@@ -732,7 +787,7 @@
|
|
732
787
|
}
|
733
788
|
},
|
734
789
|
{
|
735
|
-
"id":
|
790
|
+
"id": 163,
|
736
791
|
"name": "shortcutsText",
|
737
792
|
"kind": 1024,
|
738
793
|
"kindString": "Property",
|
@@ -748,7 +803,7 @@
|
|
748
803
|
}
|
749
804
|
},
|
750
805
|
{
|
751
|
-
"id":
|
806
|
+
"id": 167,
|
752
807
|
"name": "value",
|
753
808
|
"kind": 1024,
|
754
809
|
"kindString": "Property",
|
@@ -766,7 +821,7 @@
|
|
766
821
|
}
|
767
822
|
},
|
768
823
|
{
|
769
|
-
"id":
|
824
|
+
"id": 164,
|
770
825
|
"name": "onReset",
|
771
826
|
"kind": 2048,
|
772
827
|
"kindString": "Method",
|
@@ -775,7 +830,7 @@
|
|
775
830
|
},
|
776
831
|
"signatures": [
|
777
832
|
{
|
778
|
-
"id":
|
833
|
+
"id": 165,
|
779
834
|
"name": "onReset",
|
780
835
|
"kind": 4096,
|
781
836
|
"kindString": "Call signature",
|
@@ -785,7 +840,7 @@
|
|
785
840
|
},
|
786
841
|
"parameters": [
|
787
842
|
{
|
788
|
-
"id":
|
843
|
+
"id": 166,
|
789
844
|
"name": "event",
|
790
845
|
"kind": 32768,
|
791
846
|
"kindString": "Parameter",
|
@@ -824,7 +879,7 @@
|
|
824
879
|
"DatepickerTexts": {
|
825
880
|
"props": [
|
826
881
|
{
|
827
|
-
"id":
|
882
|
+
"id": 155,
|
828
883
|
"name": "calendar",
|
829
884
|
"kind": 1024,
|
830
885
|
"kindString": "Property",
|
@@ -838,7 +893,7 @@
|
|
838
893
|
}
|
839
894
|
},
|
840
895
|
{
|
841
|
-
"id":
|
896
|
+
"id": 156,
|
842
897
|
"name": "clear",
|
843
898
|
"kind": 1024,
|
844
899
|
"kindString": "Property",
|
@@ -852,7 +907,7 @@
|
|
852
907
|
}
|
853
908
|
},
|
854
909
|
{
|
855
|
-
"id":
|
910
|
+
"id": 157,
|
856
911
|
"name": "expand",
|
857
912
|
"kind": 1024,
|
858
913
|
"kindString": "Property",
|
@@ -866,7 +921,7 @@
|
|
866
921
|
}
|
867
922
|
},
|
868
923
|
{
|
869
|
-
"id":
|
924
|
+
"id": 158,
|
870
925
|
"name": "shortcuts",
|
871
926
|
"kind": 1024,
|
872
927
|
"kindString": "Property",
|
@@ -888,7 +943,7 @@
|
|
888
943
|
],
|
889
944
|
"props": [
|
890
945
|
{
|
891
|
-
"id":
|
946
|
+
"id": 179,
|
892
947
|
"name": "aria-describedby",
|
893
948
|
"kind": 1024,
|
894
949
|
"kindString": "Property",
|
@@ -902,7 +957,7 @@
|
|
902
957
|
}
|
903
958
|
},
|
904
959
|
{
|
905
|
-
"id":
|
960
|
+
"id": 180,
|
906
961
|
"name": "children",
|
907
962
|
"kind": 1024,
|
908
963
|
"kindString": "Property",
|
@@ -931,21 +986,21 @@
|
|
931
986
|
{
|
932
987
|
"type": "reflection",
|
933
988
|
"declaration": {
|
934
|
-
"id":
|
989
|
+
"id": 181,
|
935
990
|
"name": "__type",
|
936
991
|
"kind": 65536,
|
937
992
|
"kindString": "Type literal",
|
938
993
|
"flags": {},
|
939
994
|
"signatures": [
|
940
995
|
{
|
941
|
-
"id":
|
996
|
+
"id": 182,
|
942
997
|
"name": "__type",
|
943
998
|
"kind": 4096,
|
944
999
|
"kindString": "Call signature",
|
945
1000
|
"flags": {},
|
946
1001
|
"parameters": [
|
947
1002
|
{
|
948
|
-
"id":
|
1003
|
+
"id": 183,
|
949
1004
|
"name": "props",
|
950
1005
|
"kind": 32768,
|
951
1006
|
"kindString": "Parameter",
|
@@ -975,7 +1030,7 @@
|
|
975
1030
|
"DialogProps": {
|
976
1031
|
"props": [
|
977
1032
|
{
|
978
|
-
"id":
|
1033
|
+
"id": 193,
|
979
1034
|
"name": "children",
|
980
1035
|
"kind": 1024,
|
981
1036
|
"kindString": "Property",
|
@@ -1002,7 +1057,7 @@
|
|
1002
1057
|
}
|
1003
1058
|
},
|
1004
1059
|
{
|
1005
|
-
"id":
|
1060
|
+
"id": 194,
|
1006
1061
|
"name": "draggable",
|
1007
1062
|
"kind": 1024,
|
1008
1063
|
"kindString": "Property",
|
@@ -1018,7 +1073,7 @@
|
|
1018
1073
|
}
|
1019
1074
|
},
|
1020
1075
|
{
|
1021
|
-
"id":
|
1076
|
+
"id": 197,
|
1022
1077
|
"name": "open",
|
1023
1078
|
"kind": 1024,
|
1024
1079
|
"kindString": "Property",
|
@@ -1034,7 +1089,7 @@
|
|
1034
1089
|
}
|
1035
1090
|
},
|
1036
1091
|
{
|
1037
|
-
"id":
|
1092
|
+
"id": 198,
|
1038
1093
|
"name": "size",
|
1039
1094
|
"kind": 1024,
|
1040
1095
|
"kindString": "Property",
|
@@ -1050,7 +1105,7 @@
|
|
1050
1105
|
}
|
1051
1106
|
},
|
1052
1107
|
{
|
1053
|
-
"id":
|
1108
|
+
"id": 195,
|
1054
1109
|
"name": "onClose",
|
1055
1110
|
"kind": 2048,
|
1056
1111
|
"kindString": "Method",
|
@@ -1059,7 +1114,7 @@
|
|
1059
1114
|
},
|
1060
1115
|
"signatures": [
|
1061
1116
|
{
|
1062
|
-
"id":
|
1117
|
+
"id": 196,
|
1063
1118
|
"name": "onClose",
|
1064
1119
|
"kind": 4096,
|
1065
1120
|
"kindString": "Call signature",
|
@@ -1079,7 +1134,7 @@
|
|
1079
1134
|
"DialogTexts": {
|
1080
1135
|
"props": [
|
1081
1136
|
{
|
1082
|
-
"id":
|
1137
|
+
"id": 189,
|
1083
1138
|
"name": "close",
|
1084
1139
|
"kind": 1024,
|
1085
1140
|
"kindString": "Property",
|
@@ -1093,7 +1148,7 @@
|
|
1093
1148
|
}
|
1094
1149
|
},
|
1095
1150
|
{
|
1096
|
-
"id":
|
1151
|
+
"id": 190,
|
1097
1152
|
"name": "drag",
|
1098
1153
|
"kind": 1024,
|
1099
1154
|
"kindString": "Property",
|
@@ -1112,7 +1167,7 @@
|
|
1112
1167
|
],
|
1113
1168
|
"props": [
|
1114
1169
|
{
|
1115
|
-
"id":
|
1170
|
+
"id": 211,
|
1116
1171
|
"name": "children",
|
1117
1172
|
"kind": 1024,
|
1118
1173
|
"kindString": "Property",
|
@@ -1128,7 +1183,7 @@
|
|
1128
1183
|
}
|
1129
1184
|
},
|
1130
1185
|
{
|
1131
|
-
"id":
|
1186
|
+
"id": 212,
|
1132
1187
|
"name": "horizontal",
|
1133
1188
|
"kind": 1024,
|
1134
1189
|
"kindString": "Property",
|
@@ -1151,7 +1206,7 @@
|
|
1151
1206
|
],
|
1152
1207
|
"props": [
|
1153
1208
|
{
|
1154
|
-
"id":
|
1209
|
+
"id": 207,
|
1155
1210
|
"name": "Close",
|
1156
1211
|
"kind": 1024,
|
1157
1212
|
"kindString": "Property",
|
@@ -1161,7 +1216,7 @@
|
|
1161
1216
|
"typeArguments": [
|
1162
1217
|
{
|
1163
1218
|
"type": "reference",
|
1164
|
-
"id":
|
1219
|
+
"id": 186,
|
1165
1220
|
"name": "DialogCloseProps"
|
1166
1221
|
}
|
1167
1222
|
],
|
@@ -1171,7 +1226,7 @@
|
|
1171
1226
|
}
|
1172
1227
|
},
|
1173
1228
|
{
|
1174
|
-
"id":
|
1229
|
+
"id": 202,
|
1175
1230
|
"name": "Content",
|
1176
1231
|
"kind": 1024,
|
1177
1232
|
"kindString": "Property",
|
@@ -1181,7 +1236,7 @@
|
|
1181
1236
|
"typeArguments": [
|
1182
1237
|
{
|
1183
1238
|
"type": "reference",
|
1184
|
-
"id":
|
1239
|
+
"id": 177,
|
1185
1240
|
"name": "DialogContentProps"
|
1186
1241
|
}
|
1187
1242
|
],
|
@@ -1191,7 +1246,7 @@
|
|
1191
1246
|
}
|
1192
1247
|
},
|
1193
1248
|
{
|
1194
|
-
"id":
|
1249
|
+
"id": 206,
|
1195
1250
|
"name": "Drawer",
|
1196
1251
|
"kind": 1024,
|
1197
1252
|
"kindString": "Property",
|
@@ -1210,7 +1265,7 @@
|
|
1210
1265
|
}
|
1211
1266
|
},
|
1212
1267
|
{
|
1213
|
-
"id":
|
1268
|
+
"id": 205,
|
1214
1269
|
"name": "Extra",
|
1215
1270
|
"kind": 1024,
|
1216
1271
|
"kindString": "Property",
|
@@ -1229,7 +1284,7 @@
|
|
1229
1284
|
}
|
1230
1285
|
},
|
1231
1286
|
{
|
1232
|
-
"id":
|
1287
|
+
"id": 204,
|
1233
1288
|
"name": "Footer",
|
1234
1289
|
"kind": 1024,
|
1235
1290
|
"kindString": "Property",
|
@@ -1239,7 +1294,7 @@
|
|
1239
1294
|
"typeArguments": [
|
1240
1295
|
{
|
1241
1296
|
"type": "reference",
|
1242
|
-
"id":
|
1297
|
+
"id": 185,
|
1243
1298
|
"name": "DialogFooterProps"
|
1244
1299
|
}
|
1245
1300
|
],
|
@@ -1249,7 +1304,7 @@
|
|
1249
1304
|
}
|
1250
1305
|
},
|
1251
1306
|
{
|
1252
|
-
"id":
|
1307
|
+
"id": 203,
|
1253
1308
|
"name": "Title",
|
1254
1309
|
"kind": 1024,
|
1255
1310
|
"kindString": "Property",
|
@@ -1259,7 +1314,7 @@
|
|
1259
1314
|
"typeArguments": [
|
1260
1315
|
{
|
1261
1316
|
"type": "reference",
|
1262
|
-
"id":
|
1317
|
+
"id": 184,
|
1263
1318
|
"name": "DialogTitleProps"
|
1264
1319
|
}
|
1265
1320
|
],
|
@@ -1269,7 +1324,7 @@
|
|
1269
1324
|
}
|
1270
1325
|
},
|
1271
1326
|
{
|
1272
|
-
"id":
|
1327
|
+
"id": 201,
|
1273
1328
|
"name": "Trigger",
|
1274
1329
|
"kind": 1024,
|
1275
1330
|
"kindString": "Property",
|
@@ -1295,7 +1350,7 @@
|
|
1295
1350
|
],
|
1296
1351
|
"props": [
|
1297
1352
|
{
|
1298
|
-
"id":
|
1353
|
+
"id": 241,
|
1299
1354
|
"name": "Anchor",
|
1300
1355
|
"kind": 1024,
|
1301
1356
|
"kindString": "Property",
|
@@ -1305,7 +1360,7 @@
|
|
1305
1360
|
"typeArguments": [
|
1306
1361
|
{
|
1307
1362
|
"type": "reference",
|
1308
|
-
"id":
|
1363
|
+
"id": 228,
|
1309
1364
|
"name": "HangerAnchorProps"
|
1310
1365
|
}
|
1311
1366
|
],
|
@@ -1315,7 +1370,7 @@
|
|
1315
1370
|
}
|
1316
1371
|
},
|
1317
1372
|
{
|
1318
|
-
"id":
|
1373
|
+
"id": 242,
|
1319
1374
|
"name": "Content",
|
1320
1375
|
"kind": 1024,
|
1321
1376
|
"kindString": "Property",
|
@@ -1325,7 +1380,7 @@
|
|
1325
1380
|
"typeArguments": [
|
1326
1381
|
{
|
1327
1382
|
"type": "reference",
|
1328
|
-
"id":
|
1383
|
+
"id": 233,
|
1329
1384
|
"name": "HangerContentProps"
|
1330
1385
|
}
|
1331
1386
|
],
|
@@ -1342,7 +1397,7 @@
|
|
1342
1397
|
],
|
1343
1398
|
"props": [
|
1344
1399
|
{
|
1345
|
-
"id":
|
1400
|
+
"id": 448,
|
1346
1401
|
"name": "Group",
|
1347
1402
|
"kind": 1024,
|
1348
1403
|
"kindString": "Property",
|
@@ -1358,7 +1413,7 @@
|
|
1358
1413
|
"types": [
|
1359
1414
|
{
|
1360
1415
|
"type": "reference",
|
1361
|
-
"id":
|
1416
|
+
"id": 444,
|
1362
1417
|
"name": "NavigationMenuGroupProps"
|
1363
1418
|
},
|
1364
1419
|
{
|
@@ -1391,7 +1446,7 @@
|
|
1391
1446
|
],
|
1392
1447
|
"props": [
|
1393
1448
|
{
|
1394
|
-
"id":
|
1449
|
+
"id": 452,
|
1395
1450
|
"name": "Item",
|
1396
1451
|
"kind": 1024,
|
1397
1452
|
"kindString": "Property",
|
@@ -1407,7 +1462,7 @@
|
|
1407
1462
|
"types": [
|
1408
1463
|
{
|
1409
1464
|
"type": "reference",
|
1410
|
-
"id":
|
1465
|
+
"id": 436,
|
1411
1466
|
"name": "NavigationItemProps"
|
1412
1467
|
},
|
1413
1468
|
{
|
@@ -1433,7 +1488,7 @@
|
|
1433
1488
|
}
|
1434
1489
|
},
|
1435
1490
|
{
|
1436
|
-
"id":
|
1491
|
+
"id": 453,
|
1437
1492
|
"name": "Menu",
|
1438
1493
|
"kind": 1024,
|
1439
1494
|
"kindString": "Property",
|
@@ -1443,12 +1498,12 @@
|
|
1443
1498
|
},
|
1444
1499
|
"type": {
|
1445
1500
|
"type": "reference",
|
1446
|
-
"id":
|
1501
|
+
"id": 446,
|
1447
1502
|
"name": "ForwardedNavigationMenuWithStatics"
|
1448
1503
|
}
|
1449
1504
|
},
|
1450
1505
|
{
|
1451
|
-
"id":
|
1506
|
+
"id": 454,
|
1452
1507
|
"name": "Panel",
|
1453
1508
|
"kind": 1024,
|
1454
1509
|
"kindString": "Property",
|
@@ -1464,7 +1519,7 @@
|
|
1464
1519
|
"types": [
|
1465
1520
|
{
|
1466
1521
|
"type": "reference",
|
1467
|
-
"id":
|
1522
|
+
"id": 443,
|
1468
1523
|
"name": "NavigationPanelProps"
|
1469
1524
|
},
|
1470
1525
|
{
|
@@ -1497,7 +1552,7 @@
|
|
1497
1552
|
],
|
1498
1553
|
"props": [
|
1499
1554
|
{
|
1500
|
-
"id":
|
1555
|
+
"id": 522,
|
1501
1556
|
"name": "Close",
|
1502
1557
|
"kind": 1024,
|
1503
1558
|
"kindString": "Property",
|
@@ -1507,7 +1562,7 @@
|
|
1507
1562
|
"typeArguments": [
|
1508
1563
|
{
|
1509
1564
|
"type": "reference",
|
1510
|
-
"id":
|
1565
|
+
"id": 515,
|
1511
1566
|
"name": "PopoverCloseProps"
|
1512
1567
|
}
|
1513
1568
|
],
|
@@ -1517,7 +1572,7 @@
|
|
1517
1572
|
}
|
1518
1573
|
},
|
1519
1574
|
{
|
1520
|
-
"id":
|
1575
|
+
"id": 521,
|
1521
1576
|
"name": "Content",
|
1522
1577
|
"kind": 1024,
|
1523
1578
|
"kindString": "Property",
|
@@ -1527,7 +1582,7 @@
|
|
1527
1582
|
"typeArguments": [
|
1528
1583
|
{
|
1529
1584
|
"type": "reference",
|
1530
|
-
"id":
|
1585
|
+
"id": 508,
|
1531
1586
|
"name": "PopoverContentProps"
|
1532
1587
|
}
|
1533
1588
|
],
|
@@ -1537,7 +1592,7 @@
|
|
1537
1592
|
}
|
1538
1593
|
},
|
1539
1594
|
{
|
1540
|
-
"id":
|
1595
|
+
"id": 520,
|
1541
1596
|
"name": "Trigger",
|
1542
1597
|
"kind": 1024,
|
1543
1598
|
"kindString": "Property",
|
@@ -1547,7 +1602,7 @@
|
|
1547
1602
|
"typeArguments": [
|
1548
1603
|
{
|
1549
1604
|
"type": "reference",
|
1550
|
-
"id":
|
1605
|
+
"id": 503,
|
1551
1606
|
"name": "PopoverTriggerProps"
|
1552
1607
|
}
|
1553
1608
|
],
|
@@ -1564,7 +1619,7 @@
|
|
1564
1619
|
],
|
1565
1620
|
"props": [
|
1566
1621
|
{
|
1567
|
-
"id":
|
1622
|
+
"id": 653,
|
1568
1623
|
"name": "Item",
|
1569
1624
|
"kind": 1024,
|
1570
1625
|
"kindString": "Property",
|
@@ -1577,7 +1632,7 @@
|
|
1577
1632
|
"typeArguments": [
|
1578
1633
|
{
|
1579
1634
|
"type": "reference",
|
1580
|
-
"id":
|
1635
|
+
"id": 644,
|
1581
1636
|
"name": "RadioGroupItemProps"
|
1582
1637
|
}
|
1583
1638
|
],
|
@@ -1594,7 +1649,7 @@
|
|
1594
1649
|
],
|
1595
1650
|
"props": [
|
1596
1651
|
{
|
1597
|
-
"id":
|
1652
|
+
"id": 934,
|
1598
1653
|
"name": "Content",
|
1599
1654
|
"kind": 1024,
|
1600
1655
|
"kindString": "Property",
|
@@ -1610,7 +1665,7 @@
|
|
1610
1665
|
"types": [
|
1611
1666
|
{
|
1612
1667
|
"type": "reference",
|
1613
|
-
"id":
|
1668
|
+
"id": 927,
|
1614
1669
|
"name": "TabContentProps"
|
1615
1670
|
},
|
1616
1671
|
{
|
@@ -1636,7 +1691,7 @@
|
|
1636
1691
|
}
|
1637
1692
|
},
|
1638
1693
|
{
|
1639
|
-
"id":
|
1694
|
+
"id": 932,
|
1640
1695
|
"name": "List",
|
1641
1696
|
"kind": 1024,
|
1642
1697
|
"kindString": "Property",
|
@@ -1652,7 +1707,7 @@
|
|
1652
1707
|
"types": [
|
1653
1708
|
{
|
1654
1709
|
"type": "reference",
|
1655
|
-
"id":
|
1710
|
+
"id": 922,
|
1656
1711
|
"name": "TabListProps"
|
1657
1712
|
},
|
1658
1713
|
{
|
@@ -1678,7 +1733,7 @@
|
|
1678
1733
|
}
|
1679
1734
|
},
|
1680
1735
|
{
|
1681
|
-
"id":
|
1736
|
+
"id": 933,
|
1682
1737
|
"name": "Trigger",
|
1683
1738
|
"kind": 1024,
|
1684
1739
|
"kindString": "Property",
|
@@ -1694,7 +1749,7 @@
|
|
1694
1749
|
"types": [
|
1695
1750
|
{
|
1696
1751
|
"type": "reference",
|
1697
|
-
"id":
|
1752
|
+
"id": 923,
|
1698
1753
|
"name": "TabTriggerProps"
|
1699
1754
|
},
|
1700
1755
|
{
|
@@ -1727,7 +1782,7 @@
|
|
1727
1782
|
],
|
1728
1783
|
"props": [
|
1729
1784
|
{
|
1730
|
-
"id":
|
1785
|
+
"id": 1057,
|
1731
1786
|
"name": "Group",
|
1732
1787
|
"kind": 1024,
|
1733
1788
|
"kindString": "Property",
|
@@ -1743,7 +1798,7 @@
|
|
1743
1798
|
"types": [
|
1744
1799
|
{
|
1745
1800
|
"type": "reference",
|
1746
|
-
"id":
|
1801
|
+
"id": 1037,
|
1747
1802
|
"name": "TreeviewGroupProps"
|
1748
1803
|
},
|
1749
1804
|
{
|
@@ -1769,7 +1824,7 @@
|
|
1769
1824
|
}
|
1770
1825
|
},
|
1771
1826
|
{
|
1772
|
-
"id":
|
1827
|
+
"id": 1056,
|
1773
1828
|
"name": "Item",
|
1774
1829
|
"kind": 1024,
|
1775
1830
|
"kindString": "Property",
|
@@ -1785,7 +1840,7 @@
|
|
1785
1840
|
"types": [
|
1786
1841
|
{
|
1787
1842
|
"type": "reference",
|
1788
|
-
"id":
|
1843
|
+
"id": 1036,
|
1789
1844
|
"name": "TreeviewItemProps"
|
1790
1845
|
},
|
1791
1846
|
{
|
@@ -1818,7 +1873,7 @@
|
|
1818
1873
|
],
|
1819
1874
|
"props": [
|
1820
1875
|
{
|
1821
|
-
"id":
|
1876
|
+
"id": 219,
|
1822
1877
|
"name": "as",
|
1823
1878
|
"kind": 1024,
|
1824
1879
|
"kindString": "Property",
|
@@ -1847,7 +1902,7 @@
|
|
1847
1902
|
}
|
1848
1903
|
},
|
1849
1904
|
{
|
1850
|
-
"id":
|
1905
|
+
"id": 220,
|
1851
1906
|
"name": "children",
|
1852
1907
|
"kind": 1024,
|
1853
1908
|
"kindString": "Property",
|
@@ -1871,7 +1926,7 @@
|
|
1871
1926
|
],
|
1872
1927
|
"props": [
|
1873
1928
|
{
|
1874
|
-
"id":
|
1929
|
+
"id": 235,
|
1875
1930
|
"name": "onClose",
|
1876
1931
|
"kind": 1024,
|
1877
1932
|
"kindString": "Property",
|
@@ -1883,12 +1938,12 @@
|
|
1883
1938
|
},
|
1884
1939
|
"type": {
|
1885
1940
|
"type": "reference",
|
1886
|
-
"id":
|
1941
|
+
"id": 229,
|
1887
1942
|
"name": "CloseHandler"
|
1888
1943
|
}
|
1889
1944
|
},
|
1890
1945
|
{
|
1891
|
-
"id":
|
1946
|
+
"id": 236,
|
1892
1947
|
"name": "placement",
|
1893
1948
|
"kind": 1024,
|
1894
1949
|
"kindString": "Property",
|
@@ -1910,7 +1965,7 @@
|
|
1910
1965
|
"HangerTexts": {
|
1911
1966
|
"props": [
|
1912
1967
|
{
|
1913
|
-
"id":
|
1968
|
+
"id": 227,
|
1914
1969
|
"name": "close",
|
1915
1970
|
"kind": 1024,
|
1916
1971
|
"kindString": "Property",
|
@@ -1931,7 +1986,7 @@
|
|
1931
1986
|
],
|
1932
1987
|
"props": [
|
1933
1988
|
{
|
1934
|
-
"id":
|
1989
|
+
"id": 254,
|
1935
1990
|
"name": "appearance",
|
1936
1991
|
"kind": 1024,
|
1937
1992
|
"kindString": "Property",
|
@@ -1948,7 +2003,7 @@
|
|
1948
2003
|
}
|
1949
2004
|
},
|
1950
2005
|
{
|
1951
|
-
"id":
|
2006
|
+
"id": 255,
|
1952
2007
|
"name": "dialog",
|
1953
2008
|
"kind": 1024,
|
1954
2009
|
"kindString": "Property",
|
@@ -1963,7 +2018,7 @@
|
|
1963
2018
|
"typeArguments": [
|
1964
2019
|
{
|
1965
2020
|
"type": "reference",
|
1966
|
-
"id":
|
2021
|
+
"id": 191,
|
1967
2022
|
"name": "DialogProps"
|
1968
2023
|
}
|
1969
2024
|
],
|
@@ -1973,7 +2028,7 @@
|
|
1973
2028
|
}
|
1974
2029
|
},
|
1975
2030
|
{
|
1976
|
-
"id":
|
2031
|
+
"id": 257,
|
1977
2032
|
"name": "hanger",
|
1978
2033
|
"kind": 1024,
|
1979
2034
|
"kindString": "Property",
|
@@ -1988,7 +2043,7 @@
|
|
1988
2043
|
"typeArguments": [
|
1989
2044
|
{
|
1990
2045
|
"type": "reference",
|
1991
|
-
"id":
|
2046
|
+
"id": 237,
|
1992
2047
|
"name": "HangerProps"
|
1993
2048
|
}
|
1994
2049
|
],
|
@@ -1998,7 +2053,7 @@
|
|
1998
2053
|
}
|
1999
2054
|
},
|
2000
2055
|
{
|
2001
|
-
"id":
|
2056
|
+
"id": 256,
|
2002
2057
|
"name": "icon",
|
2003
2058
|
"kind": 1024,
|
2004
2059
|
"kindString": "Property",
|
@@ -2008,12 +2063,12 @@
|
|
2008
2063
|
},
|
2009
2064
|
"type": {
|
2010
2065
|
"type": "reference",
|
2011
|
-
"id":
|
2066
|
+
"id": 245,
|
2012
2067
|
"name": "IconName"
|
2013
2068
|
}
|
2014
2069
|
},
|
2015
2070
|
{
|
2016
|
-
"id":
|
2071
|
+
"id": 258,
|
2017
2072
|
"name": "popover",
|
2018
2073
|
"kind": 1024,
|
2019
2074
|
"kindString": "Property",
|
@@ -2028,7 +2083,7 @@
|
|
2028
2083
|
"typeArguments": [
|
2029
2084
|
{
|
2030
2085
|
"type": "reference",
|
2031
|
-
"id":
|
2086
|
+
"id": 516,
|
2032
2087
|
"name": "PopoverProps"
|
2033
2088
|
}
|
2034
2089
|
],
|
@@ -2038,7 +2093,7 @@
|
|
2038
2093
|
}
|
2039
2094
|
},
|
2040
2095
|
{
|
2041
|
-
"id":
|
2096
|
+
"id": 259,
|
2042
2097
|
"name": "rounded",
|
2043
2098
|
"kind": 1024,
|
2044
2099
|
"kindString": "Property",
|
@@ -2054,7 +2109,7 @@
|
|
2054
2109
|
}
|
2055
2110
|
},
|
2056
2111
|
{
|
2057
|
-
"id":
|
2112
|
+
"id": 260,
|
2058
2113
|
"name": "tooltip",
|
2059
2114
|
"kind": 1024,
|
2060
2115
|
"kindString": "Property",
|
@@ -2883,7 +2938,7 @@
|
|
2883
2938
|
],
|
2884
2939
|
"props": [
|
2885
2940
|
{
|
2886
|
-
"id":
|
2941
|
+
"id": 248,
|
2887
2942
|
"name": "name",
|
2888
2943
|
"kind": 1024,
|
2889
2944
|
"kindString": "Property",
|
@@ -2893,7 +2948,7 @@
|
|
2893
2948
|
},
|
2894
2949
|
"type": {
|
2895
2950
|
"type": "reference",
|
2896
|
-
"id":
|
2951
|
+
"id": 245,
|
2897
2952
|
"name": "IconName"
|
2898
2953
|
}
|
2899
2954
|
}
|
@@ -2905,7 +2960,7 @@
|
|
2905
2960
|
],
|
2906
2961
|
"props": [
|
2907
2962
|
{
|
2908
|
-
"id":
|
2963
|
+
"id": 274,
|
2909
2964
|
"name": "button",
|
2910
2965
|
"kind": 1024,
|
2911
2966
|
"kindString": "Property",
|
@@ -2923,7 +2978,7 @@
|
|
2923
2978
|
}
|
2924
2979
|
},
|
2925
2980
|
{
|
2926
|
-
"id":
|
2981
|
+
"id": 276,
|
2927
2982
|
"name": "highlighted",
|
2928
2983
|
"kind": 1024,
|
2929
2984
|
"kindString": "Property",
|
@@ -2939,7 +2994,7 @@
|
|
2939
2994
|
}
|
2940
2995
|
},
|
2941
2996
|
{
|
2942
|
-
"id":
|
2997
|
+
"id": 275,
|
2943
2998
|
"name": "icon",
|
2944
2999
|
"kind": 1024,
|
2945
3000
|
"kindString": "Property",
|
@@ -2954,7 +3009,7 @@
|
|
2954
3009
|
"types": [
|
2955
3010
|
{
|
2956
3011
|
"type": "reference",
|
2957
|
-
"id":
|
3012
|
+
"id": 245,
|
2958
3013
|
"name": "IconName"
|
2959
3014
|
},
|
2960
3015
|
{
|
@@ -2967,7 +3022,7 @@
|
|
2967
3022
|
}
|
2968
3023
|
},
|
2969
3024
|
{
|
2970
|
-
"id":
|
3025
|
+
"id": 277,
|
2971
3026
|
"name": "state",
|
2972
3027
|
"kind": 1024,
|
2973
3028
|
"kindString": "Property",
|
@@ -2991,7 +3046,7 @@
|
|
2991
3046
|
],
|
2992
3047
|
"props": [
|
2993
3048
|
{
|
2994
|
-
"id":
|
3049
|
+
"id": 299,
|
2995
3050
|
"name": "children",
|
2996
3051
|
"kind": 1024,
|
2997
3052
|
"kindString": "Property",
|
@@ -3007,7 +3062,7 @@
|
|
3007
3062
|
}
|
3008
3063
|
},
|
3009
3064
|
{
|
3010
|
-
"id":
|
3065
|
+
"id": 300,
|
3011
3066
|
"name": "disabled",
|
3012
3067
|
"kind": 1024,
|
3013
3068
|
"kindString": "Property",
|
@@ -3023,7 +3078,7 @@
|
|
3023
3078
|
}
|
3024
3079
|
},
|
3025
3080
|
{
|
3026
|
-
"id":
|
3081
|
+
"id": 301,
|
3027
3082
|
"name": "message",
|
3028
3083
|
"kind": 1024,
|
3029
3084
|
"kindString": "Property",
|
@@ -3039,7 +3094,7 @@
|
|
3039
3094
|
}
|
3040
3095
|
},
|
3041
3096
|
{
|
3042
|
-
"id":
|
3097
|
+
"id": 302,
|
3043
3098
|
"name": "state",
|
3044
3099
|
"kind": 1024,
|
3045
3100
|
"kindString": "Property",
|
@@ -3065,7 +3120,7 @@
|
|
3065
3120
|
],
|
3066
3121
|
"props": [
|
3067
3122
|
{
|
3068
|
-
"id":
|
3123
|
+
"id": 318,
|
3069
3124
|
"name": "data",
|
3070
3125
|
"kind": 1024,
|
3071
3126
|
"kindString": "Property",
|
@@ -3079,13 +3134,13 @@
|
|
3079
3134
|
"type": "array",
|
3080
3135
|
"elementType": {
|
3081
3136
|
"type": "reference",
|
3082
|
-
"id":
|
3137
|
+
"id": 309,
|
3083
3138
|
"name": "ListboxItem"
|
3084
3139
|
}
|
3085
3140
|
}
|
3086
3141
|
},
|
3087
3142
|
{
|
3088
|
-
"id":
|
3143
|
+
"id": 319,
|
3089
3144
|
"name": "defaultValue",
|
3090
3145
|
"kind": 1024,
|
3091
3146
|
"kindString": "Property",
|
@@ -3097,12 +3152,12 @@
|
|
3097
3152
|
},
|
3098
3153
|
"type": {
|
3099
3154
|
"type": "reference",
|
3100
|
-
"id":
|
3155
|
+
"id": 310,
|
3101
3156
|
"name": "ListboxValue"
|
3102
3157
|
}
|
3103
3158
|
},
|
3104
3159
|
{
|
3105
|
-
"id":
|
3160
|
+
"id": 320,
|
3106
3161
|
"name": "emptyValue",
|
3107
3162
|
"kind": 1024,
|
3108
3163
|
"kindString": "Property",
|
@@ -3114,12 +3169,12 @@
|
|
3114
3169
|
},
|
3115
3170
|
"type": {
|
3116
3171
|
"type": "reference",
|
3117
|
-
"id":
|
3172
|
+
"id": 310,
|
3118
3173
|
"name": "ListboxValue"
|
3119
3174
|
}
|
3120
3175
|
},
|
3121
3176
|
{
|
3122
|
-
"id":
|
3177
|
+
"id": 321,
|
3123
3178
|
"name": "highlighted",
|
3124
3179
|
"kind": 1024,
|
3125
3180
|
"kindString": "Property",
|
@@ -3135,7 +3190,7 @@
|
|
3135
3190
|
}
|
3136
3191
|
},
|
3137
3192
|
{
|
3138
|
-
"id":
|
3193
|
+
"id": 322,
|
3139
3194
|
"name": "loading",
|
3140
3195
|
"kind": 1024,
|
3141
3196
|
"kindString": "Property",
|
@@ -3151,7 +3206,7 @@
|
|
3151
3206
|
}
|
3152
3207
|
},
|
3153
3208
|
{
|
3154
|
-
"id":
|
3209
|
+
"id": 323,
|
3155
3210
|
"name": "state",
|
3156
3211
|
"kind": 1024,
|
3157
3212
|
"kindString": "Property",
|
@@ -3168,7 +3223,7 @@
|
|
3168
3223
|
}
|
3169
3224
|
},
|
3170
3225
|
{
|
3171
|
-
"id":
|
3226
|
+
"id": 324,
|
3172
3227
|
"name": "value",
|
3173
3228
|
"kind": 1024,
|
3174
3229
|
"kindString": "Property",
|
@@ -3180,7 +3235,7 @@
|
|
3180
3235
|
},
|
3181
3236
|
"type": {
|
3182
3237
|
"type": "reference",
|
3183
|
-
"id":
|
3238
|
+
"id": 310,
|
3184
3239
|
"name": "ListboxValue"
|
3185
3240
|
}
|
3186
3241
|
}
|
@@ -3189,7 +3244,7 @@
|
|
3189
3244
|
"ListboxTexts": {
|
3190
3245
|
"props": [
|
3191
3246
|
{
|
3192
|
-
"id":
|
3247
|
+
"id": 315,
|
3193
3248
|
"name": "allOption",
|
3194
3249
|
"kind": 1024,
|
3195
3250
|
"kindString": "Property",
|
@@ -3203,7 +3258,7 @@
|
|
3203
3258
|
}
|
3204
3259
|
},
|
3205
3260
|
{
|
3206
|
-
"id":
|
3261
|
+
"id": 313,
|
3207
3262
|
"name": "empty",
|
3208
3263
|
"kind": 1024,
|
3209
3264
|
"kindString": "Property",
|
@@ -3217,7 +3272,7 @@
|
|
3217
3272
|
}
|
3218
3273
|
},
|
3219
3274
|
{
|
3220
|
-
"id":
|
3275
|
+
"id": 314,
|
3221
3276
|
"name": "loading",
|
3222
3277
|
"kind": 1024,
|
3223
3278
|
"kindString": "Property",
|
@@ -3236,7 +3291,7 @@
|
|
3236
3291
|
"Localization": {
|
3237
3292
|
"props": [
|
3238
3293
|
{
|
3239
|
-
"id":
|
3294
|
+
"id": 547,
|
3240
3295
|
"name": "formatting",
|
3241
3296
|
"kind": 1024,
|
3242
3297
|
"kindString": "Property",
|
@@ -3247,14 +3302,14 @@
|
|
3247
3302
|
"type": {
|
3248
3303
|
"type": "reflection",
|
3249
3304
|
"declaration": {
|
3250
|
-
"id":
|
3305
|
+
"id": 548,
|
3251
3306
|
"name": "__type",
|
3252
3307
|
"kind": 65536,
|
3253
3308
|
"kindString": "Type literal",
|
3254
3309
|
"flags": {},
|
3255
3310
|
"children": [
|
3256
3311
|
{
|
3257
|
-
"id":
|
3312
|
+
"id": 549,
|
3258
3313
|
"name": "date",
|
3259
3314
|
"kind": 1024,
|
3260
3315
|
"kindString": "Property",
|
@@ -3273,7 +3328,7 @@
|
|
3273
3328
|
"title": "Properties",
|
3274
3329
|
"kind": 1024,
|
3275
3330
|
"children": [
|
3276
|
-
|
3331
|
+
549
|
3277
3332
|
]
|
3278
3333
|
}
|
3279
3334
|
]
|
@@ -3281,7 +3336,7 @@
|
|
3281
3336
|
}
|
3282
3337
|
},
|
3283
3338
|
{
|
3284
|
-
"id":
|
3339
|
+
"id": 545,
|
3285
3340
|
"name": "locale",
|
3286
3341
|
"kind": 1024,
|
3287
3342
|
"kindString": "Property",
|
@@ -3296,7 +3351,7 @@
|
|
3296
3351
|
}
|
3297
3352
|
},
|
3298
3353
|
{
|
3299
|
-
"id":
|
3354
|
+
"id": 546,
|
3300
3355
|
"name": "texts",
|
3301
3356
|
"kind": 1024,
|
3302
3357
|
"kindString": "Property",
|
@@ -3306,7 +3361,7 @@
|
|
3306
3361
|
},
|
3307
3362
|
"type": {
|
3308
3363
|
"type": "reference",
|
3309
|
-
"id":
|
3364
|
+
"id": 530,
|
3310
3365
|
"name": "LocalizationTexts"
|
3311
3366
|
}
|
3312
3367
|
}
|
@@ -3315,7 +3370,7 @@
|
|
3315
3370
|
"LocalizationTexts": {
|
3316
3371
|
"props": [
|
3317
3372
|
{
|
3318
|
-
"id":
|
3373
|
+
"id": 532,
|
3319
3374
|
"name": "calendar",
|
3320
3375
|
"kind": 1024,
|
3321
3376
|
"kindString": "Property",
|
@@ -3330,7 +3385,7 @@
|
|
3330
3385
|
}
|
3331
3386
|
},
|
3332
3387
|
{
|
3333
|
-
"id":
|
3388
|
+
"id": 533,
|
3334
3389
|
"name": "datepicker",
|
3335
3390
|
"kind": 1024,
|
3336
3391
|
"kindString": "Property",
|
@@ -3340,12 +3395,12 @@
|
|
3340
3395
|
},
|
3341
3396
|
"type": {
|
3342
3397
|
"type": "reference",
|
3343
|
-
"id":
|
3398
|
+
"id": 153,
|
3344
3399
|
"name": "DatepickerTexts"
|
3345
3400
|
}
|
3346
3401
|
},
|
3347
3402
|
{
|
3348
|
-
"id":
|
3403
|
+
"id": 536,
|
3349
3404
|
"name": "dialog",
|
3350
3405
|
"kind": 1024,
|
3351
3406
|
"kindString": "Property",
|
@@ -3355,12 +3410,12 @@
|
|
3355
3410
|
},
|
3356
3411
|
"type": {
|
3357
3412
|
"type": "reference",
|
3358
|
-
"id":
|
3413
|
+
"id": 187,
|
3359
3414
|
"name": "DialogTexts"
|
3360
3415
|
}
|
3361
3416
|
},
|
3362
3417
|
{
|
3363
|
-
"id":
|
3418
|
+
"id": 534,
|
3364
3419
|
"name": "hanger",
|
3365
3420
|
"kind": 1024,
|
3366
3421
|
"kindString": "Property",
|
@@ -3370,12 +3425,12 @@
|
|
3370
3425
|
},
|
3371
3426
|
"type": {
|
3372
3427
|
"type": "reference",
|
3373
|
-
"id":
|
3428
|
+
"id": 225,
|
3374
3429
|
"name": "HangerTexts"
|
3375
3430
|
}
|
3376
3431
|
},
|
3377
3432
|
{
|
3378
|
-
"id":
|
3433
|
+
"id": 535,
|
3379
3434
|
"name": "listbox",
|
3380
3435
|
"kind": 1024,
|
3381
3436
|
"kindString": "Property",
|
@@ -3385,12 +3440,12 @@
|
|
3385
3440
|
},
|
3386
3441
|
"type": {
|
3387
3442
|
"type": "reference",
|
3388
|
-
"id":
|
3443
|
+
"id": 311,
|
3389
3444
|
"name": "ListboxTexts"
|
3390
3445
|
}
|
3391
3446
|
},
|
3392
3447
|
{
|
3393
|
-
"id":
|
3448
|
+
"id": 537,
|
3394
3449
|
"name": "pagination",
|
3395
3450
|
"kind": 1024,
|
3396
3451
|
"kindString": "Property",
|
@@ -3400,12 +3455,12 @@
|
|
3400
3455
|
},
|
3401
3456
|
"type": {
|
3402
3457
|
"type": "reference",
|
3403
|
-
"id":
|
3458
|
+
"id": 467,
|
3404
3459
|
"name": "PaginationTexts"
|
3405
3460
|
}
|
3406
3461
|
},
|
3407
3462
|
{
|
3408
|
-
"id":
|
3463
|
+
"id": 542,
|
3409
3464
|
"name": "searchInput",
|
3410
3465
|
"kind": 1024,
|
3411
3466
|
"kindString": "Property",
|
@@ -3415,12 +3470,12 @@
|
|
3415
3470
|
},
|
3416
3471
|
"type": {
|
3417
3472
|
"type": "reference",
|
3418
|
-
"id":
|
3473
|
+
"id": 284,
|
3419
3474
|
"name": "SearchInputTexts"
|
3420
3475
|
}
|
3421
3476
|
},
|
3422
3477
|
{
|
3423
|
-
"id":
|
3478
|
+
"id": 539,
|
3424
3479
|
"name": "select",
|
3425
3480
|
"kind": 1024,
|
3426
3481
|
"kindString": "Property",
|
@@ -3430,12 +3485,12 @@
|
|
3430
3485
|
},
|
3431
3486
|
"type": {
|
3432
3487
|
"type": "reference",
|
3433
|
-
"id":
|
3488
|
+
"id": 664,
|
3434
3489
|
"name": "SelectTexts"
|
3435
3490
|
}
|
3436
3491
|
},
|
3437
3492
|
{
|
3438
|
-
"id":
|
3493
|
+
"id": 538,
|
3439
3494
|
"name": "table",
|
3440
3495
|
"kind": 1024,
|
3441
3496
|
"kindString": "Property",
|
@@ -3445,12 +3500,12 @@
|
|
3445
3500
|
},
|
3446
3501
|
"type": {
|
3447
3502
|
"type": "reference",
|
3448
|
-
"id":
|
3503
|
+
"id": 857,
|
3449
3504
|
"name": "TableTexts"
|
3450
3505
|
}
|
3451
3506
|
},
|
3452
3507
|
{
|
3453
|
-
"id":
|
3508
|
+
"id": 540,
|
3454
3509
|
"name": "toasts",
|
3455
3510
|
"kind": 1024,
|
3456
3511
|
"kindString": "Property",
|
@@ -3464,7 +3519,7 @@
|
|
3464
3519
|
}
|
3465
3520
|
},
|
3466
3521
|
{
|
3467
|
-
"id":
|
3522
|
+
"id": 541,
|
3468
3523
|
"name": "tour",
|
3469
3524
|
"kind": 1024,
|
3470
3525
|
"kindString": "Property",
|
@@ -3474,7 +3529,7 @@
|
|
3474
3529
|
},
|
3475
3530
|
"type": {
|
3476
3531
|
"type": "reference",
|
3477
|
-
"id":
|
3532
|
+
"id": 988,
|
3478
3533
|
"name": "TourTexts"
|
3479
3534
|
}
|
3480
3535
|
}
|
@@ -3483,7 +3538,7 @@
|
|
3483
3538
|
"MenuProps": {
|
3484
3539
|
"props": [
|
3485
3540
|
{
|
3486
|
-
"id":
|
3541
|
+
"id": 345,
|
3487
3542
|
"name": "children",
|
3488
3543
|
"kind": 1024,
|
3489
3544
|
"kindString": "Property",
|
@@ -3496,7 +3551,7 @@
|
|
3496
3551
|
}
|
3497
3552
|
},
|
3498
3553
|
{
|
3499
|
-
"id":
|
3554
|
+
"id": 346,
|
3500
3555
|
"name": "id",
|
3501
3556
|
"kind": 1024,
|
3502
3557
|
"kindString": "Property",
|
@@ -3516,7 +3571,7 @@
|
|
3516
3571
|
],
|
3517
3572
|
"props": [
|
3518
3573
|
{
|
3519
|
-
"id":
|
3574
|
+
"id": 438,
|
3520
3575
|
"name": "active",
|
3521
3576
|
"kind": 1024,
|
3522
3577
|
"kindString": "Property",
|
@@ -3532,7 +3587,7 @@
|
|
3532
3587
|
}
|
3533
3588
|
},
|
3534
3589
|
{
|
3535
|
-
"id":
|
3590
|
+
"id": 439,
|
3536
3591
|
"name": "onDrop",
|
3537
3592
|
"kind": 1024,
|
3538
3593
|
"kindString": "Property",
|
@@ -3550,7 +3605,7 @@
|
|
3550
3605
|
}
|
3551
3606
|
},
|
3552
3607
|
{
|
3553
|
-
"id":
|
3608
|
+
"id": 440,
|
3554
3609
|
"name": "postfix",
|
3555
3610
|
"kind": 1024,
|
3556
3611
|
"kindString": "Property",
|
@@ -3568,7 +3623,7 @@
|
|
3568
3623
|
}
|
3569
3624
|
},
|
3570
3625
|
{
|
3571
|
-
"id":
|
3626
|
+
"id": 441,
|
3572
3627
|
"name": "prefix",
|
3573
3628
|
"kind": 1024,
|
3574
3629
|
"kindString": "Property",
|
@@ -3586,7 +3641,7 @@
|
|
3586
3641
|
}
|
3587
3642
|
},
|
3588
3643
|
{
|
3589
|
-
"id":
|
3644
|
+
"id": 442,
|
3590
3645
|
"name": "target",
|
3591
3646
|
"kind": 1024,
|
3592
3647
|
"kindString": "Property",
|
@@ -3621,7 +3676,7 @@
|
|
3621
3676
|
],
|
3622
3677
|
"props": [
|
3623
3678
|
{
|
3624
|
-
"id":
|
3679
|
+
"id": 480,
|
3625
3680
|
"name": "dangerouslyHijackGlobalKeyboardNavigation",
|
3626
3681
|
"kind": 1024,
|
3627
3682
|
"kindString": "Property",
|
@@ -3637,7 +3692,7 @@
|
|
3637
3692
|
}
|
3638
3693
|
},
|
3639
3694
|
{
|
3640
|
-
"id":
|
3695
|
+
"id": 475,
|
3641
3696
|
"name": "length",
|
3642
3697
|
"kind": 1024,
|
3643
3698
|
"kindString": "Property",
|
@@ -3651,7 +3706,7 @@
|
|
3651
3706
|
}
|
3652
3707
|
},
|
3653
3708
|
{
|
3654
|
-
"id":
|
3709
|
+
"id": 476,
|
3655
3710
|
"name": "pageSizes",
|
3656
3711
|
"kind": 1024,
|
3657
3712
|
"kindString": "Property",
|
@@ -3670,7 +3725,7 @@
|
|
3670
3725
|
}
|
3671
3726
|
},
|
3672
3727
|
{
|
3673
|
-
"id":
|
3728
|
+
"id": 477,
|
3674
3729
|
"name": "showPageControls",
|
3675
3730
|
"kind": 1024,
|
3676
3731
|
"kindString": "Property",
|
@@ -3686,7 +3741,7 @@
|
|
3686
3741
|
}
|
3687
3742
|
},
|
3688
3743
|
{
|
3689
|
-
"id":
|
3744
|
+
"id": 478,
|
3690
3745
|
"name": "showPageNumbers",
|
3691
3746
|
"kind": 1024,
|
3692
3747
|
"kindString": "Property",
|
@@ -3702,7 +3757,7 @@
|
|
3702
3757
|
}
|
3703
3758
|
},
|
3704
3759
|
{
|
3705
|
-
"id":
|
3760
|
+
"id": 479,
|
3706
3761
|
"name": "showPageSize",
|
3707
3762
|
"kind": 1024,
|
3708
3763
|
"kindString": "Property",
|
@@ -3722,7 +3777,7 @@
|
|
3722
3777
|
"PaginationTexts": {
|
3723
3778
|
"props": [
|
3724
3779
|
{
|
3725
|
-
"id":
|
3780
|
+
"id": 472,
|
3726
3781
|
"name": "actions",
|
3727
3782
|
"kind": 1024,
|
3728
3783
|
"kindString": "Property",
|
@@ -3732,12 +3787,12 @@
|
|
3732
3787
|
},
|
3733
3788
|
"type": {
|
3734
3789
|
"type": "reference",
|
3735
|
-
"id":
|
3790
|
+
"id": 456,
|
3736
3791
|
"name": "PaginationTextsActions"
|
3737
3792
|
}
|
3738
3793
|
},
|
3739
3794
|
{
|
3740
|
-
"id":
|
3795
|
+
"id": 469,
|
3741
3796
|
"name": "label",
|
3742
3797
|
"kind": 1024,
|
3743
3798
|
"kindString": "Property",
|
@@ -3751,7 +3806,7 @@
|
|
3751
3806
|
}
|
3752
3807
|
},
|
3753
3808
|
{
|
3754
|
-
"id":
|
3809
|
+
"id": 470,
|
3755
3810
|
"name": "pageSize",
|
3756
3811
|
"kind": 1024,
|
3757
3812
|
"kindString": "Property",
|
@@ -3765,7 +3820,7 @@
|
|
3765
3820
|
}
|
3766
3821
|
},
|
3767
3822
|
{
|
3768
|
-
"id":
|
3823
|
+
"id": 471,
|
3769
3824
|
"name": "showingXofYofTotal",
|
3770
3825
|
"kind": 1024,
|
3771
3826
|
"kindString": "Property",
|
@@ -3783,7 +3838,7 @@
|
|
3783
3838
|
"PaginationTextsActions": {
|
3784
3839
|
"props": [
|
3785
3840
|
{
|
3786
|
-
"id":
|
3841
|
+
"id": 458,
|
3787
3842
|
"name": "firstPage",
|
3788
3843
|
"kind": 1024,
|
3789
3844
|
"kindString": "Property",
|
@@ -3797,7 +3852,7 @@
|
|
3797
3852
|
}
|
3798
3853
|
},
|
3799
3854
|
{
|
3800
|
-
"id":
|
3855
|
+
"id": 459,
|
3801
3856
|
"name": "firstPageWithShortcut",
|
3802
3857
|
"kind": 1024,
|
3803
3858
|
"kindString": "Property",
|
@@ -3811,7 +3866,7 @@
|
|
3811
3866
|
}
|
3812
3867
|
},
|
3813
3868
|
{
|
3814
|
-
"id":
|
3869
|
+
"id": 464,
|
3815
3870
|
"name": "lastPage",
|
3816
3871
|
"kind": 1024,
|
3817
3872
|
"kindString": "Property",
|
@@ -3825,7 +3880,7 @@
|
|
3825
3880
|
}
|
3826
3881
|
},
|
3827
3882
|
{
|
3828
|
-
"id":
|
3883
|
+
"id": 465,
|
3829
3884
|
"name": "lastPageWithShortcut",
|
3830
3885
|
"kind": 1024,
|
3831
3886
|
"kindString": "Property",
|
@@ -3839,7 +3894,7 @@
|
|
3839
3894
|
}
|
3840
3895
|
},
|
3841
3896
|
{
|
3842
|
-
"id":
|
3897
|
+
"id": 460,
|
3843
3898
|
"name": "nextPage",
|
3844
3899
|
"kind": 1024,
|
3845
3900
|
"kindString": "Property",
|
@@ -3853,7 +3908,7 @@
|
|
3853
3908
|
}
|
3854
3909
|
},
|
3855
3910
|
{
|
3856
|
-
"id":
|
3911
|
+
"id": 461,
|
3857
3912
|
"name": "nextPageWithShortcut",
|
3858
3913
|
"kind": 1024,
|
3859
3914
|
"kindString": "Property",
|
@@ -3867,7 +3922,7 @@
|
|
3867
3922
|
}
|
3868
3923
|
},
|
3869
3924
|
{
|
3870
|
-
"id":
|
3925
|
+
"id": 466,
|
3871
3926
|
"name": "pageX",
|
3872
3927
|
"kind": 1024,
|
3873
3928
|
"kindString": "Property",
|
@@ -3881,7 +3936,7 @@
|
|
3881
3936
|
}
|
3882
3937
|
},
|
3883
3938
|
{
|
3884
|
-
"id":
|
3939
|
+
"id": 462,
|
3885
3940
|
"name": "previousPage",
|
3886
3941
|
"kind": 1024,
|
3887
3942
|
"kindString": "Property",
|
@@ -3895,7 +3950,7 @@
|
|
3895
3950
|
}
|
3896
3951
|
},
|
3897
3952
|
{
|
3898
|
-
"id":
|
3953
|
+
"id": 463,
|
3899
3954
|
"name": "previousPageWithShortcut",
|
3900
3955
|
"kind": 1024,
|
3901
3956
|
"kindString": "Property",
|
@@ -3917,7 +3972,7 @@
|
|
3917
3972
|
],
|
3918
3973
|
"props": [
|
3919
3974
|
{
|
3920
|
-
"id":
|
3975
|
+
"id": 510,
|
3921
3976
|
"name": "children",
|
3922
3977
|
"kind": 1024,
|
3923
3978
|
"kindString": "Property",
|
@@ -3934,28 +3989,28 @@
|
|
3934
3989
|
{
|
3935
3990
|
"type": "reflection",
|
3936
3991
|
"declaration": {
|
3937
|
-
"id":
|
3992
|
+
"id": 511,
|
3938
3993
|
"name": "__type",
|
3939
3994
|
"kind": 65536,
|
3940
3995
|
"kindString": "Type literal",
|
3941
3996
|
"flags": {},
|
3942
3997
|
"signatures": [
|
3943
3998
|
{
|
3944
|
-
"id":
|
3999
|
+
"id": 512,
|
3945
4000
|
"name": "__type",
|
3946
4001
|
"kind": 4096,
|
3947
4002
|
"kindString": "Call signature",
|
3948
4003
|
"flags": {},
|
3949
4004
|
"parameters": [
|
3950
4005
|
{
|
3951
|
-
"id":
|
4006
|
+
"id": 513,
|
3952
4007
|
"name": "props",
|
3953
4008
|
"kind": 32768,
|
3954
4009
|
"kindString": "Parameter",
|
3955
4010
|
"flags": {},
|
3956
4011
|
"type": {
|
3957
4012
|
"type": "reference",
|
3958
|
-
"id":
|
4013
|
+
"id": 504,
|
3959
4014
|
"name": "PopoverContentRenderProps"
|
3960
4015
|
}
|
3961
4016
|
}
|
@@ -3974,7 +4029,7 @@
|
|
3974
4029
|
}
|
3975
4030
|
},
|
3976
4031
|
{
|
3977
|
-
"id":
|
4032
|
+
"id": 514,
|
3978
4033
|
"name": "placement",
|
3979
4034
|
"kind": 1024,
|
3980
4035
|
"kindString": "Property",
|
@@ -3995,14 +4050,14 @@
|
|
3995
4050
|
"PopoverContentRenderProps": {
|
3996
4051
|
"props": [
|
3997
4052
|
{
|
3998
|
-
"id":
|
4053
|
+
"id": 506,
|
3999
4054
|
"name": "close",
|
4000
4055
|
"kind": 2048,
|
4001
4056
|
"kindString": "Method",
|
4002
4057
|
"flags": {},
|
4003
4058
|
"signatures": [
|
4004
4059
|
{
|
4005
|
-
"id":
|
4060
|
+
"id": 507,
|
4006
4061
|
"name": "close",
|
4007
4062
|
"kind": 4096,
|
4008
4063
|
"kindString": "Call signature",
|
@@ -4024,7 +4079,7 @@
|
|
4024
4079
|
],
|
4025
4080
|
"props": [
|
4026
4081
|
{
|
4027
|
-
"id":
|
4082
|
+
"id": 526,
|
4028
4083
|
"name": "duration",
|
4029
4084
|
"kind": 1024,
|
4030
4085
|
"kindString": "Property",
|
@@ -4044,7 +4099,7 @@
|
|
4044
4099
|
"ProviderProps": {
|
4045
4100
|
"props": [
|
4046
4101
|
{
|
4047
|
-
"id":
|
4102
|
+
"id": 627,
|
4048
4103
|
"name": "children",
|
4049
4104
|
"kind": 1024,
|
4050
4105
|
"kindString": "Property",
|
@@ -4060,7 +4115,7 @@
|
|
4060
4115
|
}
|
4061
4116
|
},
|
4062
4117
|
{
|
4063
|
-
"id":
|
4118
|
+
"id": 628,
|
4064
4119
|
"name": "localization",
|
4065
4120
|
"kind": 1024,
|
4066
4121
|
"kindString": "Property",
|
@@ -4072,7 +4127,7 @@
|
|
4072
4127
|
},
|
4073
4128
|
"type": {
|
4074
4129
|
"type": "reference",
|
4075
|
-
"id":
|
4130
|
+
"id": 543,
|
4076
4131
|
"name": "Localization"
|
4077
4132
|
}
|
4078
4133
|
}
|
@@ -4084,7 +4139,7 @@
|
|
4084
4139
|
],
|
4085
4140
|
"props": [
|
4086
4141
|
{
|
4087
|
-
"id":
|
4142
|
+
"id": 646,
|
4088
4143
|
"name": "children",
|
4089
4144
|
"kind": 1024,
|
4090
4145
|
"kindString": "Property",
|
@@ -4100,7 +4155,7 @@
|
|
4100
4155
|
}
|
4101
4156
|
},
|
4102
4157
|
{
|
4103
|
-
"id":
|
4158
|
+
"id": 647,
|
4104
4159
|
"name": "disabled",
|
4105
4160
|
"kind": 1024,
|
4106
4161
|
"kindString": "Property",
|
@@ -4113,7 +4168,7 @@
|
|
4113
4168
|
}
|
4114
4169
|
},
|
4115
4170
|
{
|
4116
|
-
"id":
|
4171
|
+
"id": 648,
|
4117
4172
|
"name": "value",
|
4118
4173
|
"kind": 1024,
|
4119
4174
|
"kindString": "Property",
|
@@ -4123,7 +4178,7 @@
|
|
4123
4178
|
},
|
4124
4179
|
"type": {
|
4125
4180
|
"type": "reference",
|
4126
|
-
"id":
|
4181
|
+
"id": 636,
|
4127
4182
|
"name": "RadioGroupItemValue"
|
4128
4183
|
}
|
4129
4184
|
}
|
@@ -4148,7 +4203,7 @@
|
|
4148
4203
|
],
|
4149
4204
|
"props": [
|
4150
4205
|
{
|
4151
|
-
"id":
|
4206
|
+
"id": 701,
|
4152
4207
|
"name": "subRows",
|
4153
4208
|
"kind": 1024,
|
4154
4209
|
"kindString": "Property",
|
@@ -4159,11 +4214,11 @@
|
|
4159
4214
|
"type": "array",
|
4160
4215
|
"elementType": {
|
4161
4216
|
"type": "reference",
|
4162
|
-
"id":
|
4217
|
+
"id": 699,
|
4163
4218
|
"typeArguments": [
|
4164
4219
|
{
|
4165
4220
|
"type": "reference",
|
4166
|
-
"id":
|
4221
|
+
"id": 703,
|
4167
4222
|
"name": "TRow"
|
4168
4223
|
}
|
4169
4224
|
],
|
@@ -4233,7 +4288,7 @@
|
|
4233
4288
|
],
|
4234
4289
|
"props": [
|
4235
4290
|
{
|
4236
|
-
"id":
|
4291
|
+
"id": 289,
|
4237
4292
|
"name": "onSearch",
|
4238
4293
|
"kind": 2048,
|
4239
4294
|
"kindString": "Method",
|
@@ -4242,7 +4297,7 @@
|
|
4242
4297
|
},
|
4243
4298
|
"signatures": [
|
4244
4299
|
{
|
4245
|
-
"id":
|
4300
|
+
"id": 290,
|
4246
4301
|
"name": "onSearch",
|
4247
4302
|
"kind": 4096,
|
4248
4303
|
"kindString": "Call signature",
|
@@ -4252,7 +4307,7 @@
|
|
4252
4307
|
},
|
4253
4308
|
"parameters": [
|
4254
4309
|
{
|
4255
|
-
"id":
|
4310
|
+
"id": 291,
|
4256
4311
|
"name": "value",
|
4257
4312
|
"kind": 32768,
|
4258
4313
|
"kindString": "Parameter",
|
@@ -4299,7 +4354,7 @@
|
|
4299
4354
|
"SearchInputTexts": {
|
4300
4355
|
"props": [
|
4301
4356
|
{
|
4302
|
-
"id":
|
4357
|
+
"id": 286,
|
4303
4358
|
"name": "inputLabel",
|
4304
4359
|
"kind": 1024,
|
4305
4360
|
"kindString": "Property",
|
@@ -4320,7 +4375,7 @@
|
|
4320
4375
|
],
|
4321
4376
|
"props": [
|
4322
4377
|
{
|
4323
|
-
"id":
|
4378
|
+
"id": 672,
|
4324
4379
|
"name": "editable",
|
4325
4380
|
"kind": 1024,
|
4326
4381
|
"kindString": "Property",
|
@@ -4340,7 +4395,7 @@
|
|
4340
4395
|
"SelectTexts": {
|
4341
4396
|
"props": [
|
4342
4397
|
{
|
4343
|
-
"id":
|
4398
|
+
"id": 666,
|
4344
4399
|
"name": "allOptionsSelected",
|
4345
4400
|
"kind": 1024,
|
4346
4401
|
"kindString": "Property",
|
@@ -4380,7 +4435,7 @@
|
|
4380
4435
|
"SortRule": {
|
4381
4436
|
"props": [
|
4382
4437
|
{
|
4383
|
-
"id":
|
4438
|
+
"id": 752,
|
4384
4439
|
"name": "accessor",
|
4385
4440
|
"kind": 1024,
|
4386
4441
|
"kindString": "Property",
|
@@ -4393,7 +4448,7 @@
|
|
4393
4448
|
"typeArguments": [
|
4394
4449
|
{
|
4395
4450
|
"type": "reference",
|
4396
|
-
"id":
|
4451
|
+
"id": 754,
|
4397
4452
|
"name": "T"
|
4398
4453
|
}
|
4399
4454
|
],
|
@@ -4403,7 +4458,7 @@
|
|
4403
4458
|
}
|
4404
4459
|
},
|
4405
4460
|
{
|
4406
|
-
"id":
|
4461
|
+
"id": 753,
|
4407
4462
|
"name": "desc",
|
4408
4463
|
"kind": 1024,
|
4409
4464
|
"kindString": "Property",
|
@@ -4448,7 +4503,7 @@
|
|
4448
4503
|
],
|
4449
4504
|
"props": [
|
4450
4505
|
{
|
4451
|
-
"id":
|
4506
|
+
"id": 688,
|
4452
4507
|
"name": "delay",
|
4453
4508
|
"kind": 1024,
|
4454
4509
|
"kindString": "Property",
|
@@ -4464,7 +4519,7 @@
|
|
4464
4519
|
}
|
4465
4520
|
},
|
4466
4521
|
{
|
4467
|
-
"id":
|
4522
|
+
"id": 689,
|
4468
4523
|
"name": "label",
|
4469
4524
|
"kind": 1024,
|
4470
4525
|
"kindString": "Property",
|
@@ -4491,7 +4546,7 @@
|
|
4491
4546
|
],
|
4492
4547
|
"props": [
|
4493
4548
|
{
|
4494
|
-
"id":
|
4549
|
+
"id": 929,
|
4495
4550
|
"name": "id",
|
4496
4551
|
"kind": 1024,
|
4497
4552
|
"kindString": "Property",
|
@@ -4513,7 +4568,7 @@
|
|
4513
4568
|
],
|
4514
4569
|
"props": [
|
4515
4570
|
{
|
4516
|
-
"id":
|
4571
|
+
"id": 926,
|
4517
4572
|
"name": "disabled",
|
4518
4573
|
"kind": 1024,
|
4519
4574
|
"kindString": "Property",
|
@@ -4529,7 +4584,7 @@
|
|
4529
4584
|
}
|
4530
4585
|
},
|
4531
4586
|
{
|
4532
|
-
"id":
|
4587
|
+
"id": 925,
|
4533
4588
|
"name": "id",
|
4534
4589
|
"kind": 1024,
|
4535
4590
|
"kindString": "Property",
|
@@ -4547,7 +4602,7 @@
|
|
4547
4602
|
"TableCell": {
|
4548
4603
|
"props": [
|
4549
4604
|
{
|
4550
|
-
"id":
|
4605
|
+
"id": 758,
|
4551
4606
|
"name": "accessor",
|
4552
4607
|
"kind": 1024,
|
4553
4608
|
"kindString": "Property",
|
@@ -4558,7 +4613,7 @@
|
|
4558
4613
|
}
|
4559
4614
|
},
|
4560
4615
|
{
|
4561
|
-
"id":
|
4616
|
+
"id": 759,
|
4562
4617
|
"name": "row",
|
4563
4618
|
"kind": 1024,
|
4564
4619
|
"kindString": "Property",
|
@@ -4568,11 +4623,11 @@
|
|
4568
4623
|
},
|
4569
4624
|
"type": {
|
4570
4625
|
"type": "reference",
|
4571
|
-
"id":
|
4626
|
+
"id": 832,
|
4572
4627
|
"typeArguments": [
|
4573
4628
|
{
|
4574
4629
|
"type": "reference",
|
4575
|
-
"id":
|
4630
|
+
"id": 761,
|
4576
4631
|
"name": "TRow"
|
4577
4632
|
}
|
4578
4633
|
],
|
@@ -4580,7 +4635,7 @@
|
|
4580
4635
|
}
|
4581
4636
|
},
|
4582
4637
|
{
|
4583
|
-
"id":
|
4638
|
+
"id": 760,
|
4584
4639
|
"name": "value",
|
4585
4640
|
"kind": 1024,
|
4586
4641
|
"kindString": "Property",
|
@@ -4598,7 +4653,7 @@
|
|
4598
4653
|
"TableColumnProps": {
|
4599
4654
|
"props": [
|
4600
4655
|
{
|
4601
|
-
"id":
|
4656
|
+
"id": 764,
|
4602
4657
|
"name": "accessor",
|
4603
4658
|
"kind": 1024,
|
4604
4659
|
"kindString": "Property",
|
@@ -4612,7 +4667,7 @@
|
|
4612
4667
|
}
|
4613
4668
|
},
|
4614
4669
|
{
|
4615
|
-
"id":
|
4670
|
+
"id": 765,
|
4616
4671
|
"name": "align",
|
4617
4672
|
"kind": 1024,
|
4618
4673
|
"kindString": "Property",
|
@@ -4641,7 +4696,7 @@
|
|
4641
4696
|
}
|
4642
4697
|
},
|
4643
4698
|
{
|
4644
|
-
"id":
|
4699
|
+
"id": 766,
|
4645
4700
|
"name": "className",
|
4646
4701
|
"kind": 1024,
|
4647
4702
|
"kindString": "Property",
|
@@ -4657,7 +4712,7 @@
|
|
4657
4712
|
}
|
4658
4713
|
},
|
4659
4714
|
{
|
4660
|
-
"id":
|
4715
|
+
"id": 770,
|
4661
4716
|
"name": "disableSorting",
|
4662
4717
|
"kind": 1024,
|
4663
4718
|
"kindString": "Property",
|
@@ -4673,7 +4728,7 @@
|
|
4673
4728
|
}
|
4674
4729
|
},
|
4675
4730
|
{
|
4676
|
-
"id":
|
4731
|
+
"id": 774,
|
4677
4732
|
"name": "flex",
|
4678
4733
|
"kind": 1024,
|
4679
4734
|
"kindString": "Property",
|
@@ -4693,28 +4748,28 @@
|
|
4693
4748
|
{
|
4694
4749
|
"type": "reflection",
|
4695
4750
|
"declaration": {
|
4696
|
-
"id":
|
4751
|
+
"id": 775,
|
4697
4752
|
"name": "__type",
|
4698
4753
|
"kind": 65536,
|
4699
4754
|
"kindString": "Type literal",
|
4700
4755
|
"flags": {},
|
4701
4756
|
"signatures": [
|
4702
4757
|
{
|
4703
|
-
"id":
|
4758
|
+
"id": 776,
|
4704
4759
|
"name": "__type",
|
4705
4760
|
"kind": 4096,
|
4706
4761
|
"kindString": "Call signature",
|
4707
4762
|
"flags": {},
|
4708
4763
|
"parameters": [
|
4709
4764
|
{
|
4710
|
-
"id":
|
4765
|
+
"id": 777,
|
4711
4766
|
"name": "row",
|
4712
4767
|
"kind": 32768,
|
4713
4768
|
"kindString": "Parameter",
|
4714
4769
|
"flags": {},
|
4715
4770
|
"type": {
|
4716
4771
|
"type": "reference",
|
4717
|
-
"id":
|
4772
|
+
"id": 784,
|
4718
4773
|
"name": "TRow"
|
4719
4774
|
}
|
4720
4775
|
}
|
@@ -4731,7 +4786,7 @@
|
|
4731
4786
|
}
|
4732
4787
|
},
|
4733
4788
|
{
|
4734
|
-
"id":
|
4789
|
+
"id": 778,
|
4735
4790
|
"name": "headRenderer",
|
4736
4791
|
"kind": 1024,
|
4737
4792
|
"kindString": "Property",
|
@@ -4749,7 +4804,7 @@
|
|
4749
4804
|
}
|
4750
4805
|
},
|
4751
4806
|
{
|
4752
|
-
"id":
|
4807
|
+
"id": 779,
|
4753
4808
|
"name": "hidden",
|
4754
4809
|
"kind": 1024,
|
4755
4810
|
"kindString": "Property",
|
@@ -4765,7 +4820,7 @@
|
|
4765
4820
|
}
|
4766
4821
|
},
|
4767
4822
|
{
|
4768
|
-
"id":
|
4823
|
+
"id": 780,
|
4769
4824
|
"name": "hiddenOnSubRows",
|
4770
4825
|
"kind": 1024,
|
4771
4826
|
"kindString": "Property",
|
@@ -4781,7 +4836,7 @@
|
|
4781
4836
|
}
|
4782
4837
|
},
|
4783
4838
|
{
|
4784
|
-
"id":
|
4839
|
+
"id": 781,
|
4785
4840
|
"name": "sort",
|
4786
4841
|
"kind": 1024,
|
4787
4842
|
"kindString": "Property",
|
@@ -4793,12 +4848,12 @@
|
|
4793
4848
|
},
|
4794
4849
|
"type": {
|
4795
4850
|
"type": "reference",
|
4796
|
-
"id":
|
4851
|
+
"id": 743,
|
4797
4852
|
"name": "SortDirection"
|
4798
4853
|
}
|
4799
4854
|
},
|
4800
4855
|
{
|
4801
|
-
"id":
|
4856
|
+
"id": 782,
|
4802
4857
|
"name": "sortType",
|
4803
4858
|
"kind": 1024,
|
4804
4859
|
"kindString": "Property",
|
@@ -4810,12 +4865,12 @@
|
|
4810
4865
|
},
|
4811
4866
|
"type": {
|
4812
4867
|
"type": "reference",
|
4813
|
-
"id":
|
4868
|
+
"id": 755,
|
4814
4869
|
"name": "SortTypes"
|
4815
4870
|
}
|
4816
4871
|
},
|
4817
4872
|
{
|
4818
|
-
"id":
|
4873
|
+
"id": 783,
|
4819
4874
|
"name": "style",
|
4820
4875
|
"kind": 1024,
|
4821
4876
|
"kindString": "Property",
|
@@ -4831,7 +4886,7 @@
|
|
4831
4886
|
}
|
4832
4887
|
},
|
4833
4888
|
{
|
4834
|
-
"id":
|
4889
|
+
"id": 767,
|
4835
4890
|
"name": "cellRenderer",
|
4836
4891
|
"kind": 2048,
|
4837
4892
|
"kindString": "Method",
|
@@ -4840,7 +4895,7 @@
|
|
4840
4895
|
},
|
4841
4896
|
"signatures": [
|
4842
4897
|
{
|
4843
|
-
"id":
|
4898
|
+
"id": 768,
|
4844
4899
|
"name": "cellRenderer",
|
4845
4900
|
"kind": 4096,
|
4846
4901
|
"kindString": "Call signature",
|
@@ -4850,18 +4905,18 @@
|
|
4850
4905
|
},
|
4851
4906
|
"parameters": [
|
4852
4907
|
{
|
4853
|
-
"id":
|
4908
|
+
"id": 769,
|
4854
4909
|
"name": "cellProps",
|
4855
4910
|
"kind": 32768,
|
4856
4911
|
"kindString": "Parameter",
|
4857
4912
|
"flags": {},
|
4858
4913
|
"type": {
|
4859
4914
|
"type": "reference",
|
4860
|
-
"id":
|
4915
|
+
"id": 756,
|
4861
4916
|
"typeArguments": [
|
4862
4917
|
{
|
4863
4918
|
"type": "reference",
|
4864
|
-
"id":
|
4919
|
+
"id": 784,
|
4865
4920
|
"name": "TRow"
|
4866
4921
|
}
|
4867
4922
|
],
|
@@ -4879,7 +4934,7 @@
|
|
4879
4934
|
]
|
4880
4935
|
},
|
4881
4936
|
{
|
4882
|
-
"id":
|
4937
|
+
"id": 771,
|
4883
4938
|
"name": "editRenderer",
|
4884
4939
|
"kind": 2048,
|
4885
4940
|
"kindString": "Method",
|
@@ -4888,25 +4943,25 @@
|
|
4888
4943
|
},
|
4889
4944
|
"signatures": [
|
4890
4945
|
{
|
4891
|
-
"id":
|
4946
|
+
"id": 772,
|
4892
4947
|
"name": "editRenderer",
|
4893
4948
|
"kind": 4096,
|
4894
4949
|
"kindString": "Call signature",
|
4895
4950
|
"flags": {},
|
4896
4951
|
"parameters": [
|
4897
4952
|
{
|
4898
|
-
"id":
|
4953
|
+
"id": 773,
|
4899
4954
|
"name": "cellProps",
|
4900
4955
|
"kind": 32768,
|
4901
4956
|
"kindString": "Parameter",
|
4902
4957
|
"flags": {},
|
4903
4958
|
"type": {
|
4904
4959
|
"type": "reference",
|
4905
|
-
"id":
|
4960
|
+
"id": 756,
|
4906
4961
|
"typeArguments": [
|
4907
4962
|
{
|
4908
4963
|
"type": "reference",
|
4909
|
-
"id":
|
4964
|
+
"id": 784,
|
4910
4965
|
"name": "TRow"
|
4911
4966
|
}
|
4912
4967
|
],
|
@@ -4928,7 +4983,7 @@
|
|
4928
4983
|
"TableGroupProps": {
|
4929
4984
|
"props": [
|
4930
4985
|
{
|
4931
|
-
"id":
|
4986
|
+
"id": 787,
|
4932
4987
|
"name": "children",
|
4933
4988
|
"kind": 1024,
|
4934
4989
|
"kindString": "Property",
|
@@ -4944,11 +4999,11 @@
|
|
4944
4999
|
"typeArguments": [
|
4945
5000
|
{
|
4946
5001
|
"type": "reference",
|
4947
|
-
"id":
|
5002
|
+
"id": 762,
|
4948
5003
|
"typeArguments": [
|
4949
5004
|
{
|
4950
5005
|
"type": "reference",
|
4951
|
-
"id":
|
5006
|
+
"id": 790,
|
4952
5007
|
"name": "TRow"
|
4953
5008
|
}
|
4954
5009
|
],
|
@@ -4966,11 +5021,11 @@
|
|
4966
5021
|
"typeArguments": [
|
4967
5022
|
{
|
4968
5023
|
"type": "reference",
|
4969
|
-
"id":
|
5024
|
+
"id": 762,
|
4970
5025
|
"typeArguments": [
|
4971
5026
|
{
|
4972
5027
|
"type": "reference",
|
4973
|
-
"id":
|
5028
|
+
"id": 790,
|
4974
5029
|
"name": "TRow"
|
4975
5030
|
}
|
4976
5031
|
],
|
@@ -4986,7 +5041,7 @@
|
|
4986
5041
|
}
|
4987
5042
|
},
|
4988
5043
|
{
|
4989
|
-
"id":
|
5044
|
+
"id": 788,
|
4990
5045
|
"name": "hidden",
|
4991
5046
|
"kind": 1024,
|
4992
5047
|
"kindString": "Property",
|
@@ -5002,7 +5057,7 @@
|
|
5002
5057
|
}
|
5003
5058
|
},
|
5004
5059
|
{
|
5005
|
-
"id":
|
5060
|
+
"id": 789,
|
5006
5061
|
"name": "title",
|
5007
5062
|
"kind": 1024,
|
5008
5063
|
"kindString": "Property",
|
@@ -5023,7 +5078,7 @@
|
|
5023
5078
|
],
|
5024
5079
|
"props": [
|
5025
5080
|
{
|
5026
|
-
"id":
|
5081
|
+
"id": 826,
|
5027
5082
|
"name": "actions",
|
5028
5083
|
"kind": 1024,
|
5029
5084
|
"kindString": "Property",
|
@@ -5037,11 +5092,11 @@
|
|
5037
5092
|
"type": "array",
|
5038
5093
|
"elementType": {
|
5039
5094
|
"type": "reference",
|
5040
|
-
"id":
|
5095
|
+
"id": 739,
|
5041
5096
|
"typeArguments": [
|
5042
5097
|
{
|
5043
5098
|
"type": "reference",
|
5044
|
-
"id":
|
5099
|
+
"id": 831,
|
5045
5100
|
"name": "TRow"
|
5046
5101
|
}
|
5047
5102
|
],
|
@@ -5050,7 +5105,7 @@
|
|
5050
5105
|
}
|
5051
5106
|
},
|
5052
5107
|
{
|
5053
|
-
"id":
|
5108
|
+
"id": 793,
|
5054
5109
|
"name": "autoFocus",
|
5055
5110
|
"kind": 1024,
|
5056
5111
|
"kindString": "Property",
|
@@ -5066,7 +5121,7 @@
|
|
5066
5121
|
}
|
5067
5122
|
},
|
5068
5123
|
{
|
5069
|
-
"id":
|
5124
|
+
"id": 794,
|
5070
5125
|
"name": "children",
|
5071
5126
|
"kind": 1024,
|
5072
5127
|
"kindString": "Property",
|
@@ -5079,7 +5134,7 @@
|
|
5079
5134
|
"typeArguments": [
|
5080
5135
|
{
|
5081
5136
|
"type": "reference",
|
5082
|
-
"id":
|
5137
|
+
"id": 831,
|
5083
5138
|
"name": "TRow"
|
5084
5139
|
}
|
5085
5140
|
],
|
@@ -5087,7 +5142,7 @@
|
|
5087
5142
|
}
|
5088
5143
|
},
|
5089
5144
|
{
|
5090
|
-
"id":
|
5145
|
+
"id": 796,
|
5091
5146
|
"name": "dangerouslyHijackGlobalKeyboardNavigation",
|
5092
5147
|
"kind": 1024,
|
5093
5148
|
"kindString": "Property",
|
@@ -5103,7 +5158,7 @@
|
|
5103
5158
|
}
|
5104
5159
|
},
|
5105
5160
|
{
|
5106
|
-
"id":
|
5161
|
+
"id": 795,
|
5107
5162
|
"name": "data",
|
5108
5163
|
"kind": 1024,
|
5109
5164
|
"kindString": "Property",
|
@@ -5115,11 +5170,11 @@
|
|
5115
5170
|
"type": "array",
|
5116
5171
|
"elementType": {
|
5117
5172
|
"type": "reference",
|
5118
|
-
"id":
|
5173
|
+
"id": 699,
|
5119
5174
|
"typeArguments": [
|
5120
5175
|
{
|
5121
5176
|
"type": "reference",
|
5122
|
-
"id":
|
5177
|
+
"id": 831,
|
5123
5178
|
"name": "TRow"
|
5124
5179
|
}
|
5125
5180
|
],
|
@@ -5128,7 +5183,7 @@
|
|
5128
5183
|
}
|
5129
5184
|
},
|
5130
5185
|
{
|
5131
|
-
"id":
|
5186
|
+
"id": 815,
|
5132
5187
|
"name": "disablePagination",
|
5133
5188
|
"kind": 1024,
|
5134
5189
|
"kindString": "Property",
|
@@ -5141,7 +5196,7 @@
|
|
5141
5196
|
}
|
5142
5197
|
},
|
5143
5198
|
{
|
5144
|
-
"id":
|
5199
|
+
"id": 811,
|
5145
5200
|
"name": "disableSorting",
|
5146
5201
|
"kind": 1024,
|
5147
5202
|
"kindString": "Property",
|
@@ -5157,7 +5212,7 @@
|
|
5157
5212
|
}
|
5158
5213
|
},
|
5159
5214
|
{
|
5160
|
-
"id":
|
5215
|
+
"id": 824,
|
5161
5216
|
"name": "inlineEditingUniqueId",
|
5162
5217
|
"kind": 1024,
|
5163
5218
|
"kindString": "Property",
|
@@ -5172,13 +5227,13 @@
|
|
5172
5227
|
"operator": "keyof",
|
5173
5228
|
"target": {
|
5174
5229
|
"type": "reference",
|
5175
|
-
"id":
|
5230
|
+
"id": 831,
|
5176
5231
|
"name": "TRow"
|
5177
5232
|
}
|
5178
5233
|
}
|
5179
5234
|
},
|
5180
5235
|
{
|
5181
|
-
"id":
|
5236
|
+
"id": 816,
|
5182
5237
|
"name": "length",
|
5183
5238
|
"kind": 1024,
|
5184
5239
|
"kindString": "Property",
|
@@ -5191,7 +5246,7 @@
|
|
5191
5246
|
}
|
5192
5247
|
},
|
5193
5248
|
{
|
5194
|
-
"id":
|
5249
|
+
"id": 813,
|
5195
5250
|
"name": "manualSorting",
|
5196
5251
|
"kind": 1024,
|
5197
5252
|
"kindString": "Property",
|
@@ -5207,7 +5262,7 @@
|
|
5207
5262
|
}
|
5208
5263
|
},
|
5209
5264
|
{
|
5210
|
-
"id":
|
5265
|
+
"id": 817,
|
5211
5266
|
"name": "onPaginate",
|
5212
5267
|
"kind": 1024,
|
5213
5268
|
"kindString": "Property",
|
@@ -5219,12 +5274,12 @@
|
|
5219
5274
|
},
|
5220
5275
|
"type": {
|
5221
5276
|
"type": "reference",
|
5222
|
-
"id":
|
5277
|
+
"id": 694,
|
5223
5278
|
"name": "PaginationHandler"
|
5224
5279
|
}
|
5225
5280
|
},
|
5226
5281
|
{
|
5227
|
-
"id":
|
5282
|
+
"id": 830,
|
5228
5283
|
"name": "onRowActive",
|
5229
5284
|
"kind": 1024,
|
5230
5285
|
"kindString": "Property",
|
@@ -5239,7 +5294,7 @@
|
|
5239
5294
|
"typeArguments": [
|
5240
5295
|
{
|
5241
5296
|
"type": "reference",
|
5242
|
-
"id":
|
5297
|
+
"id": 831,
|
5243
5298
|
"name": "TRow"
|
5244
5299
|
}
|
5245
5300
|
],
|
@@ -5247,7 +5302,7 @@
|
|
5247
5302
|
}
|
5248
5303
|
},
|
5249
5304
|
{
|
5250
|
-
"id":
|
5305
|
+
"id": 799,
|
5251
5306
|
"name": "onRowClick",
|
5252
5307
|
"kind": 1024,
|
5253
5308
|
"kindString": "Property",
|
@@ -5259,11 +5314,11 @@
|
|
5259
5314
|
},
|
5260
5315
|
"type": {
|
5261
5316
|
"type": "reference",
|
5262
|
-
"id":
|
5317
|
+
"id": 705,
|
5263
5318
|
"typeArguments": [
|
5264
5319
|
{
|
5265
5320
|
"type": "reference",
|
5266
|
-
"id":
|
5321
|
+
"id": 831,
|
5267
5322
|
"name": "TRow"
|
5268
5323
|
}
|
5269
5324
|
],
|
@@ -5271,7 +5326,7 @@
|
|
5271
5326
|
}
|
5272
5327
|
},
|
5273
5328
|
{
|
5274
|
-
"id":
|
5329
|
+
"id": 828,
|
5275
5330
|
"name": "onRowCopy",
|
5276
5331
|
"kind": 1024,
|
5277
5332
|
"kindString": "Property",
|
@@ -5283,11 +5338,11 @@
|
|
5283
5338
|
},
|
5284
5339
|
"type": {
|
5285
5340
|
"type": "reference",
|
5286
|
-
"id":
|
5341
|
+
"id": 727,
|
5287
5342
|
"typeArguments": [
|
5288
5343
|
{
|
5289
5344
|
"type": "reference",
|
5290
|
-
"id":
|
5345
|
+
"id": 831,
|
5291
5346
|
"name": "TRow"
|
5292
5347
|
}
|
5293
5348
|
],
|
@@ -5295,7 +5350,7 @@
|
|
5295
5350
|
}
|
5296
5351
|
},
|
5297
5352
|
{
|
5298
|
-
"id":
|
5353
|
+
"id": 825,
|
5299
5354
|
"name": "onRowCreate",
|
5300
5355
|
"kind": 1024,
|
5301
5356
|
"kindString": "Property",
|
@@ -5307,11 +5362,11 @@
|
|
5307
5362
|
},
|
5308
5363
|
"type": {
|
5309
5364
|
"type": "reference",
|
5310
|
-
"id":
|
5365
|
+
"id": 721,
|
5311
5366
|
"typeArguments": [
|
5312
5367
|
{
|
5313
5368
|
"type": "reference",
|
5314
|
-
"id":
|
5369
|
+
"id": 831,
|
5315
5370
|
"name": "TRow"
|
5316
5371
|
}
|
5317
5372
|
],
|
@@ -5319,7 +5374,7 @@
|
|
5319
5374
|
}
|
5320
5375
|
},
|
5321
5376
|
{
|
5322
|
-
"id":
|
5377
|
+
"id": 829,
|
5323
5378
|
"name": "onRowDelete",
|
5324
5379
|
"kind": 1024,
|
5325
5380
|
"kindString": "Property",
|
@@ -5331,11 +5386,11 @@
|
|
5331
5386
|
},
|
5332
5387
|
"type": {
|
5333
5388
|
"type": "reference",
|
5334
|
-
"id":
|
5389
|
+
"id": 733,
|
5335
5390
|
"typeArguments": [
|
5336
5391
|
{
|
5337
5392
|
"type": "reference",
|
5338
|
-
"id":
|
5393
|
+
"id": 831,
|
5339
5394
|
"name": "TRow"
|
5340
5395
|
}
|
5341
5396
|
],
|
@@ -5343,7 +5398,7 @@
|
|
5343
5398
|
}
|
5344
5399
|
},
|
5345
5400
|
{
|
5346
|
-
"id":
|
5401
|
+
"id": 800,
|
5347
5402
|
"name": "onRowDrag",
|
5348
5403
|
"kind": 1024,
|
5349
5404
|
"kindString": "Property",
|
@@ -5355,11 +5410,11 @@
|
|
5355
5410
|
},
|
5356
5411
|
"type": {
|
5357
5412
|
"type": "reference",
|
5358
|
-
"id":
|
5413
|
+
"id": 711,
|
5359
5414
|
"typeArguments": [
|
5360
5415
|
{
|
5361
5416
|
"type": "reference",
|
5362
|
-
"id":
|
5417
|
+
"id": 831,
|
5363
5418
|
"name": "TRow"
|
5364
5419
|
}
|
5365
5420
|
],
|
@@ -5367,7 +5422,7 @@
|
|
5367
5422
|
}
|
5368
5423
|
},
|
5369
5424
|
{
|
5370
|
-
"id":
|
5425
|
+
"id": 827,
|
5371
5426
|
"name": "onRowEdit",
|
5372
5427
|
"kind": 1024,
|
5373
5428
|
"kindString": "Property",
|
@@ -5382,7 +5437,7 @@
|
|
5382
5437
|
"typeArguments": [
|
5383
5438
|
{
|
5384
5439
|
"type": "reference",
|
5385
|
-
"id":
|
5440
|
+
"id": 831,
|
5386
5441
|
"name": "TRow"
|
5387
5442
|
}
|
5388
5443
|
],
|
@@ -5390,7 +5445,7 @@
|
|
5390
5445
|
}
|
5391
5446
|
},
|
5392
5447
|
{
|
5393
|
-
"id":
|
5448
|
+
"id": 801,
|
5394
5449
|
"name": "onSelectedRows",
|
5395
5450
|
"kind": 1024,
|
5396
5451
|
"kindString": "Property",
|
@@ -5402,12 +5457,12 @@
|
|
5402
5457
|
},
|
5403
5458
|
"type": {
|
5404
5459
|
"type": "reference",
|
5405
|
-
"id":
|
5460
|
+
"id": 741,
|
5406
5461
|
"name": "SelectedRowsHandler"
|
5407
5462
|
}
|
5408
5463
|
},
|
5409
5464
|
{
|
5410
|
-
"id":
|
5465
|
+
"id": 812,
|
5411
5466
|
"name": "onSort",
|
5412
5467
|
"kind": 1024,
|
5413
5468
|
"kindString": "Property",
|
@@ -5419,11 +5474,11 @@
|
|
5419
5474
|
},
|
5420
5475
|
"type": {
|
5421
5476
|
"type": "reference",
|
5422
|
-
"id":
|
5477
|
+
"id": 744,
|
5423
5478
|
"typeArguments": [
|
5424
5479
|
{
|
5425
5480
|
"type": "reference",
|
5426
|
-
"id":
|
5481
|
+
"id": 831,
|
5427
5482
|
"name": "TRow"
|
5428
5483
|
}
|
5429
5484
|
],
|
@@ -5431,7 +5486,7 @@
|
|
5431
5486
|
}
|
5432
5487
|
},
|
5433
5488
|
{
|
5434
|
-
"id":
|
5489
|
+
"id": 818,
|
5435
5490
|
"name": "pageIndex",
|
5436
5491
|
"kind": 1024,
|
5437
5492
|
"kindString": "Property",
|
@@ -5447,7 +5502,7 @@
|
|
5447
5502
|
}
|
5448
5503
|
},
|
5449
5504
|
{
|
5450
|
-
"id":
|
5505
|
+
"id": 819,
|
5451
5506
|
"name": "pageSize",
|
5452
5507
|
"kind": 1024,
|
5453
5508
|
"kindString": "Property",
|
@@ -5463,7 +5518,7 @@
|
|
5463
5518
|
}
|
5464
5519
|
},
|
5465
5520
|
{
|
5466
|
-
"id":
|
5521
|
+
"id": 802,
|
5467
5522
|
"name": "rowClassName",
|
5468
5523
|
"kind": 1024,
|
5469
5524
|
"kindString": "Property",
|
@@ -5483,32 +5538,32 @@
|
|
5483
5538
|
{
|
5484
5539
|
"type": "reflection",
|
5485
5540
|
"declaration": {
|
5486
|
-
"id":
|
5541
|
+
"id": 803,
|
5487
5542
|
"name": "__type",
|
5488
5543
|
"kind": 65536,
|
5489
5544
|
"kindString": "Type literal",
|
5490
5545
|
"flags": {},
|
5491
5546
|
"signatures": [
|
5492
5547
|
{
|
5493
|
-
"id":
|
5548
|
+
"id": 804,
|
5494
5549
|
"name": "__type",
|
5495
5550
|
"kind": 4096,
|
5496
5551
|
"kindString": "Call signature",
|
5497
5552
|
"flags": {},
|
5498
5553
|
"parameters": [
|
5499
5554
|
{
|
5500
|
-
"id":
|
5555
|
+
"id": 805,
|
5501
5556
|
"name": "row",
|
5502
5557
|
"kind": 32768,
|
5503
5558
|
"kindString": "Parameter",
|
5504
5559
|
"flags": {},
|
5505
5560
|
"type": {
|
5506
5561
|
"type": "reference",
|
5507
|
-
"id":
|
5562
|
+
"id": 832,
|
5508
5563
|
"typeArguments": [
|
5509
5564
|
{
|
5510
5565
|
"type": "reference",
|
5511
|
-
"id":
|
5566
|
+
"id": 831,
|
5512
5567
|
"name": "TRow"
|
5513
5568
|
}
|
5514
5569
|
],
|
@@ -5537,7 +5592,7 @@
|
|
5537
5592
|
}
|
5538
5593
|
},
|
5539
5594
|
{
|
5540
|
-
"id":
|
5595
|
+
"id": 809,
|
5541
5596
|
"name": "rowHeight",
|
5542
5597
|
"kind": 1024,
|
5543
5598
|
"kindString": "Property",
|
@@ -5553,7 +5608,7 @@
|
|
5553
5608
|
}
|
5554
5609
|
},
|
5555
5610
|
{
|
5556
|
-
"id":
|
5611
|
+
"id": 810,
|
5557
5612
|
"name": "selectedRows",
|
5558
5613
|
"kind": 1024,
|
5559
5614
|
"kindString": "Property",
|
@@ -5565,12 +5620,12 @@
|
|
5565
5620
|
},
|
5566
5621
|
"type": {
|
5567
5622
|
"type": "reference",
|
5568
|
-
"id":
|
5623
|
+
"id": 742,
|
5569
5624
|
"name": "SelectedRowsState"
|
5570
5625
|
}
|
5571
5626
|
},
|
5572
5627
|
{
|
5573
|
-
"id":
|
5628
|
+
"id": 814,
|
5574
5629
|
"name": "sortRules",
|
5575
5630
|
"kind": 1024,
|
5576
5631
|
"kindString": "Property",
|
@@ -5584,11 +5639,11 @@
|
|
5584
5639
|
"type": "array",
|
5585
5640
|
"elementType": {
|
5586
5641
|
"type": "reference",
|
5587
|
-
"id":
|
5642
|
+
"id": 750,
|
5588
5643
|
"typeArguments": [
|
5589
5644
|
{
|
5590
5645
|
"type": "reference",
|
5591
|
-
"id":
|
5646
|
+
"id": 831,
|
5592
5647
|
"name": "TRow"
|
5593
5648
|
}
|
5594
5649
|
],
|
@@ -5597,7 +5652,7 @@
|
|
5597
5652
|
}
|
5598
5653
|
},
|
5599
5654
|
{
|
5600
|
-
"id":
|
5655
|
+
"id": 797,
|
5601
5656
|
"name": "emptyStateRenderer",
|
5602
5657
|
"kind": 2048,
|
5603
5658
|
"kindString": "Method",
|
@@ -5606,7 +5661,7 @@
|
|
5606
5661
|
},
|
5607
5662
|
"signatures": [
|
5608
5663
|
{
|
5609
|
-
"id":
|
5664
|
+
"id": 798,
|
5610
5665
|
"name": "emptyStateRenderer",
|
5611
5666
|
"kind": 4096,
|
5612
5667
|
"kindString": "Call signature",
|
@@ -5624,7 +5679,7 @@
|
|
5624
5679
|
]
|
5625
5680
|
},
|
5626
5681
|
{
|
5627
|
-
"id":
|
5682
|
+
"id": 820,
|
5628
5683
|
"name": "loadMore",
|
5629
5684
|
"kind": 2048,
|
5630
5685
|
"kindString": "Method",
|
@@ -5633,7 +5688,7 @@
|
|
5633
5688
|
},
|
5634
5689
|
"signatures": [
|
5635
5690
|
{
|
5636
|
-
"id":
|
5691
|
+
"id": 821,
|
5637
5692
|
"name": "loadMore",
|
5638
5693
|
"kind": 4096,
|
5639
5694
|
"kindString": "Call signature",
|
@@ -5643,7 +5698,7 @@
|
|
5643
5698
|
},
|
5644
5699
|
"parameters": [
|
5645
5700
|
{
|
5646
|
-
"id":
|
5701
|
+
"id": 822,
|
5647
5702
|
"name": "startIndex",
|
5648
5703
|
"kind": 32768,
|
5649
5704
|
"kindString": "Parameter",
|
@@ -5654,7 +5709,7 @@
|
|
5654
5709
|
}
|
5655
5710
|
},
|
5656
5711
|
{
|
5657
|
-
"id":
|
5712
|
+
"id": 823,
|
5658
5713
|
"name": "endIndex",
|
5659
5714
|
"kind": 32768,
|
5660
5715
|
"kindString": "Parameter",
|
@@ -5673,7 +5728,7 @@
|
|
5673
5728
|
]
|
5674
5729
|
},
|
5675
5730
|
{
|
5676
|
-
"id":
|
5731
|
+
"id": 806,
|
5677
5732
|
"name": "rowExpansionRenderer",
|
5678
5733
|
"kind": 2048,
|
5679
5734
|
"kindString": "Method",
|
@@ -5682,7 +5737,7 @@
|
|
5682
5737
|
},
|
5683
5738
|
"signatures": [
|
5684
5739
|
{
|
5685
|
-
"id":
|
5740
|
+
"id": 807,
|
5686
5741
|
"name": "rowExpansionRenderer",
|
5687
5742
|
"kind": 4096,
|
5688
5743
|
"kindString": "Call signature",
|
@@ -5692,18 +5747,18 @@
|
|
5692
5747
|
},
|
5693
5748
|
"parameters": [
|
5694
5749
|
{
|
5695
|
-
"id":
|
5750
|
+
"id": 808,
|
5696
5751
|
"name": "row",
|
5697
5752
|
"kind": 32768,
|
5698
5753
|
"kindString": "Parameter",
|
5699
5754
|
"flags": {},
|
5700
5755
|
"type": {
|
5701
5756
|
"type": "reference",
|
5702
|
-
"id":
|
5757
|
+
"id": 832,
|
5703
5758
|
"typeArguments": [
|
5704
5759
|
{
|
5705
5760
|
"type": "reference",
|
5706
|
-
"id":
|
5761
|
+
"id": 831,
|
5707
5762
|
"name": "TRow"
|
5708
5763
|
}
|
5709
5764
|
],
|
@@ -5728,7 +5783,7 @@
|
|
5728
5783
|
],
|
5729
5784
|
"props": [
|
5730
5785
|
{
|
5731
|
-
"id":
|
5786
|
+
"id": 847,
|
5732
5787
|
"name": "instance",
|
5733
5788
|
"kind": 1024,
|
5734
5789
|
"kindString": "Property",
|
@@ -5736,14 +5791,14 @@
|
|
5736
5791
|
"type": {
|
5737
5792
|
"type": "reflection",
|
5738
5793
|
"declaration": {
|
5739
|
-
"id":
|
5794
|
+
"id": 848,
|
5740
5795
|
"name": "__type",
|
5741
5796
|
"kind": 65536,
|
5742
5797
|
"kindString": "Type literal",
|
5743
5798
|
"flags": {},
|
5744
5799
|
"children": [
|
5745
5800
|
{
|
5746
|
-
"id":
|
5801
|
+
"id": 854,
|
5747
5802
|
"name": "resetRowEditing",
|
5748
5803
|
"kind": 1024,
|
5749
5804
|
"kindString": "Property",
|
@@ -5754,7 +5809,7 @@
|
|
5754
5809
|
}
|
5755
5810
|
},
|
5756
5811
|
{
|
5757
|
-
"id":
|
5812
|
+
"id": 849,
|
5758
5813
|
"name": "toggleAllRowsExpanded",
|
5759
5814
|
"kind": 1024,
|
5760
5815
|
"kindString": "Property",
|
@@ -5765,7 +5820,7 @@
|
|
5765
5820
|
}
|
5766
5821
|
},
|
5767
5822
|
{
|
5768
|
-
"id":
|
5823
|
+
"id": 852,
|
5769
5824
|
"name": "toggleEditing",
|
5770
5825
|
"kind": 1024,
|
5771
5826
|
"kindString": "Property",
|
@@ -5776,7 +5831,7 @@
|
|
5776
5831
|
}
|
5777
5832
|
},
|
5778
5833
|
{
|
5779
|
-
"id":
|
5834
|
+
"id": 850,
|
5780
5835
|
"name": "toggleHideAllColumns",
|
5781
5836
|
"kind": 1024,
|
5782
5837
|
"kindString": "Property",
|
@@ -5787,7 +5842,7 @@
|
|
5787
5842
|
}
|
5788
5843
|
},
|
5789
5844
|
{
|
5790
|
-
"id":
|
5845
|
+
"id": 851,
|
5791
5846
|
"name": "toggleHideColumn",
|
5792
5847
|
"kind": 1024,
|
5793
5848
|
"kindString": "Property",
|
@@ -5798,7 +5853,7 @@
|
|
5798
5853
|
}
|
5799
5854
|
},
|
5800
5855
|
{
|
5801
|
-
"id":
|
5856
|
+
"id": 853,
|
5802
5857
|
"name": "toggleRowEditing",
|
5803
5858
|
"kind": 1024,
|
5804
5859
|
"kindString": "Property",
|
@@ -5809,7 +5864,7 @@
|
|
5809
5864
|
}
|
5810
5865
|
},
|
5811
5866
|
{
|
5812
|
-
"id":
|
5867
|
+
"id": 855,
|
5813
5868
|
"name": "toggleRowExpanded",
|
5814
5869
|
"kind": 1024,
|
5815
5870
|
"kindString": "Property",
|
@@ -5820,7 +5875,7 @@
|
|
5820
5875
|
}
|
5821
5876
|
},
|
5822
5877
|
{
|
5823
|
-
"id":
|
5878
|
+
"id": 856,
|
5824
5879
|
"name": "toggleSortBy",
|
5825
5880
|
"kind": 1024,
|
5826
5881
|
"kindString": "Property",
|
@@ -5836,14 +5891,14 @@
|
|
5836
5891
|
"title": "Properties",
|
5837
5892
|
"kind": 1024,
|
5838
5893
|
"children": [
|
5839
|
-
|
5840
|
-
843,
|
5841
|
-
846,
|
5842
|
-
844,
|
5843
|
-
845,
|
5844
|
-
847,
|
5894
|
+
854,
|
5845
5895
|
849,
|
5846
|
-
|
5896
|
+
852,
|
5897
|
+
850,
|
5898
|
+
851,
|
5899
|
+
853,
|
5900
|
+
855,
|
5901
|
+
856
|
5847
5902
|
]
|
5848
5903
|
}
|
5849
5904
|
]
|
@@ -5855,7 +5910,7 @@
|
|
5855
5910
|
"TableRow": {
|
5856
5911
|
"props": [
|
5857
5912
|
{
|
5858
|
-
"id":
|
5913
|
+
"id": 836,
|
5859
5914
|
"name": "depth",
|
5860
5915
|
"kind": 1024,
|
5861
5916
|
"kindString": "Property",
|
@@ -5868,7 +5923,7 @@
|
|
5868
5923
|
}
|
5869
5924
|
},
|
5870
5925
|
{
|
5871
|
-
"id":
|
5926
|
+
"id": 834,
|
5872
5927
|
"name": "index",
|
5873
5928
|
"kind": 1024,
|
5874
5929
|
"kindString": "Property",
|
@@ -5882,7 +5937,7 @@
|
|
5882
5937
|
}
|
5883
5938
|
},
|
5884
5939
|
{
|
5885
|
-
"id":
|
5940
|
+
"id": 835,
|
5886
5941
|
"name": "indexPath",
|
5887
5942
|
"kind": 1024,
|
5888
5943
|
"kindString": "Property",
|
@@ -5896,7 +5951,7 @@
|
|
5896
5951
|
}
|
5897
5952
|
},
|
5898
5953
|
{
|
5899
|
-
"id":
|
5954
|
+
"id": 841,
|
5900
5955
|
"name": "isEditing",
|
5901
5956
|
"kind": 1024,
|
5902
5957
|
"kindString": "Property",
|
@@ -5909,7 +5964,7 @@
|
|
5909
5964
|
}
|
5910
5965
|
},
|
5911
5966
|
{
|
5912
|
-
"id":
|
5967
|
+
"id": 837,
|
5913
5968
|
"name": "isExpanded",
|
5914
5969
|
"kind": 1024,
|
5915
5970
|
"kindString": "Property",
|
@@ -5925,7 +5980,7 @@
|
|
5925
5980
|
}
|
5926
5981
|
},
|
5927
5982
|
{
|
5928
|
-
"id":
|
5983
|
+
"id": 840,
|
5929
5984
|
"name": "values",
|
5930
5985
|
"kind": 1024,
|
5931
5986
|
"kindString": "Property",
|
@@ -5935,11 +5990,11 @@
|
|
5935
5990
|
},
|
5936
5991
|
"type": {
|
5937
5992
|
"type": "reference",
|
5938
|
-
"id":
|
5993
|
+
"id": 699,
|
5939
5994
|
"typeArguments": [
|
5940
5995
|
{
|
5941
5996
|
"type": "reference",
|
5942
|
-
"id":
|
5997
|
+
"id": 844,
|
5943
5998
|
"name": "TRow"
|
5944
5999
|
}
|
5945
6000
|
],
|
@@ -5947,7 +6002,7 @@
|
|
5947
6002
|
}
|
5948
6003
|
},
|
5949
6004
|
{
|
5950
|
-
"id":
|
6005
|
+
"id": 842,
|
5951
6006
|
"name": "toggleRowEditing",
|
5952
6007
|
"kind": 2048,
|
5953
6008
|
"kindString": "Method",
|
@@ -5956,7 +6011,7 @@
|
|
5956
6011
|
},
|
5957
6012
|
"signatures": [
|
5958
6013
|
{
|
5959
|
-
"id":
|
6014
|
+
"id": 843,
|
5960
6015
|
"name": "toggleRowEditing",
|
5961
6016
|
"kind": 4096,
|
5962
6017
|
"kindString": "Call signature",
|
@@ -5969,7 +6024,7 @@
|
|
5969
6024
|
]
|
5970
6025
|
},
|
5971
6026
|
{
|
5972
|
-
"id":
|
6027
|
+
"id": 838,
|
5973
6028
|
"name": "toggleRowExpanded",
|
5974
6029
|
"kind": 2048,
|
5975
6030
|
"kindString": "Method",
|
@@ -5978,7 +6033,7 @@
|
|
5978
6033
|
},
|
5979
6034
|
"signatures": [
|
5980
6035
|
{
|
5981
|
-
"id":
|
6036
|
+
"id": 839,
|
5982
6037
|
"name": "toggleRowExpanded",
|
5983
6038
|
"kind": 4096,
|
5984
6039
|
"kindString": "Call signature",
|
@@ -5998,7 +6053,7 @@
|
|
5998
6053
|
"TableTexts": {
|
5999
6054
|
"props": [
|
6000
6055
|
{
|
6001
|
-
"id":
|
6056
|
+
"id": 859,
|
6002
6057
|
"name": "actions",
|
6003
6058
|
"kind": 1024,
|
6004
6059
|
"kindString": "Property",
|
@@ -6009,7 +6064,7 @@
|
|
6009
6064
|
}
|
6010
6065
|
},
|
6011
6066
|
{
|
6012
|
-
"id":
|
6067
|
+
"id": 861,
|
6013
6068
|
"name": "copy",
|
6014
6069
|
"kind": 1024,
|
6015
6070
|
"kindString": "Property",
|
@@ -6020,7 +6075,7 @@
|
|
6020
6075
|
}
|
6021
6076
|
},
|
6022
6077
|
{
|
6023
|
-
"id":
|
6078
|
+
"id": 862,
|
6024
6079
|
"name": "del",
|
6025
6080
|
"kind": 1024,
|
6026
6081
|
"kindString": "Property",
|
@@ -6031,7 +6086,7 @@
|
|
6031
6086
|
}
|
6032
6087
|
},
|
6033
6088
|
{
|
6034
|
-
"id":
|
6089
|
+
"id": 860,
|
6035
6090
|
"name": "edit",
|
6036
6091
|
"kind": 1024,
|
6037
6092
|
"kindString": "Property",
|
@@ -6042,7 +6097,7 @@
|
|
6042
6097
|
}
|
6043
6098
|
},
|
6044
6099
|
{
|
6045
|
-
"id":
|
6100
|
+
"id": 864,
|
6046
6101
|
"name": "loading",
|
6047
6102
|
"kind": 1024,
|
6048
6103
|
"kindString": "Property",
|
@@ -6053,7 +6108,7 @@
|
|
6053
6108
|
}
|
6054
6109
|
},
|
6055
6110
|
{
|
6056
|
-
"id":
|
6111
|
+
"id": 863,
|
6057
6112
|
"name": "newSubRow",
|
6058
6113
|
"kind": 1024,
|
6059
6114
|
"kindString": "Property",
|
@@ -6071,7 +6126,7 @@
|
|
6071
6126
|
],
|
6072
6127
|
"props": [
|
6073
6128
|
{
|
6074
|
-
"id":
|
6129
|
+
"id": 917,
|
6075
6130
|
"name": "children",
|
6076
6131
|
"kind": 1024,
|
6077
6132
|
"kindString": "Property",
|
@@ -6087,7 +6142,7 @@
|
|
6087
6142
|
}
|
6088
6143
|
},
|
6089
6144
|
{
|
6090
|
-
"id":
|
6145
|
+
"id": 916,
|
6091
6146
|
"name": "defaultId",
|
6092
6147
|
"kind": 1024,
|
6093
6148
|
"kindString": "Property",
|
@@ -6103,7 +6158,7 @@
|
|
6103
6158
|
}
|
6104
6159
|
},
|
6105
6160
|
{
|
6106
|
-
"id":
|
6161
|
+
"id": 915,
|
6107
6162
|
"name": "id",
|
6108
6163
|
"kind": 1024,
|
6109
6164
|
"kindString": "Property",
|
@@ -6119,7 +6174,7 @@
|
|
6119
6174
|
}
|
6120
6175
|
},
|
6121
6176
|
{
|
6122
|
-
"id":
|
6177
|
+
"id": 918,
|
6123
6178
|
"name": "orientation",
|
6124
6179
|
"kind": 1024,
|
6125
6180
|
"kindString": "Property",
|
@@ -6142,7 +6197,7 @@
|
|
6142
6197
|
}
|
6143
6198
|
},
|
6144
6199
|
{
|
6145
|
-
"id":
|
6200
|
+
"id": 919,
|
6146
6201
|
"name": "onChange",
|
6147
6202
|
"kind": 2048,
|
6148
6203
|
"kindString": "Method",
|
@@ -6151,7 +6206,7 @@
|
|
6151
6206
|
},
|
6152
6207
|
"signatures": [
|
6153
6208
|
{
|
6154
|
-
"id":
|
6209
|
+
"id": 920,
|
6155
6210
|
"name": "onChange",
|
6156
6211
|
"kind": 4096,
|
6157
6212
|
"kindString": "Call signature",
|
@@ -6161,7 +6216,7 @@
|
|
6161
6216
|
},
|
6162
6217
|
"parameters": [
|
6163
6218
|
{
|
6164
|
-
"id":
|
6219
|
+
"id": 921,
|
6165
6220
|
"name": "id",
|
6166
6221
|
"kind": 32768,
|
6167
6222
|
"kindString": "Parameter",
|
@@ -6184,7 +6239,7 @@
|
|
6184
6239
|
"Taco": {
|
6185
6240
|
"props": [
|
6186
6241
|
{
|
6187
|
-
"id":
|
6242
|
+
"id": 552,
|
6188
6243
|
"name": "localization",
|
6189
6244
|
"kind": 1024,
|
6190
6245
|
"kindString": "Property",
|
@@ -6194,7 +6249,7 @@
|
|
6194
6249
|
},
|
6195
6250
|
"type": {
|
6196
6251
|
"type": "reference",
|
6197
|
-
"id":
|
6252
|
+
"id": 543,
|
6198
6253
|
"name": "Localization"
|
6199
6254
|
}
|
6200
6255
|
}
|
@@ -6206,7 +6261,7 @@
|
|
6206
6261
|
],
|
6207
6262
|
"props": [
|
6208
6263
|
{
|
6209
|
-
"id":
|
6264
|
+
"id": 938,
|
6210
6265
|
"name": "highlighted",
|
6211
6266
|
"kind": 1024,
|
6212
6267
|
"kindString": "Property",
|
@@ -6222,7 +6277,7 @@
|
|
6222
6277
|
}
|
6223
6278
|
},
|
6224
6279
|
{
|
6225
|
-
"id":
|
6280
|
+
"id": 939,
|
6226
6281
|
"name": "state",
|
6227
6282
|
"kind": 1024,
|
6228
6283
|
"kindString": "Property",
|
@@ -6239,7 +6294,7 @@
|
|
6239
6294
|
}
|
6240
6295
|
},
|
6241
6296
|
{
|
6242
|
-
"id":
|
6297
|
+
"id": 940,
|
6243
6298
|
"name": "value",
|
6244
6299
|
"kind": 1024,
|
6245
6300
|
"kindString": "Property",
|
@@ -6262,7 +6317,7 @@
|
|
6262
6317
|
],
|
6263
6318
|
"props": [
|
6264
6319
|
{
|
6265
|
-
"id":
|
6320
|
+
"id": 980,
|
6266
6321
|
"name": "children",
|
6267
6322
|
"kind": 1024,
|
6268
6323
|
"kindString": "Property",
|
@@ -6287,7 +6342,7 @@
|
|
6287
6342
|
}
|
6288
6343
|
},
|
6289
6344
|
{
|
6290
|
-
"id":
|
6345
|
+
"id": 982,
|
6291
6346
|
"name": "placement",
|
6292
6347
|
"kind": 1024,
|
6293
6348
|
"kindString": "Property",
|
@@ -6326,7 +6381,7 @@
|
|
6326
6381
|
}
|
6327
6382
|
},
|
6328
6383
|
{
|
6329
|
-
"id":
|
6384
|
+
"id": 981,
|
6330
6385
|
"name": "title",
|
6331
6386
|
"kind": 1024,
|
6332
6387
|
"kindString": "Property",
|
@@ -6344,7 +6399,7 @@
|
|
6344
6399
|
"TourProps": {
|
6345
6400
|
"props": [
|
6346
6401
|
{
|
6347
|
-
"id":
|
6402
|
+
"id": 1008,
|
6348
6403
|
"name": "autoStart",
|
6349
6404
|
"kind": 1024,
|
6350
6405
|
"kindString": "Property",
|
@@ -6360,7 +6415,7 @@
|
|
6360
6415
|
}
|
6361
6416
|
},
|
6362
6417
|
{
|
6363
|
-
"id":
|
6418
|
+
"id": 1009,
|
6364
6419
|
"name": "children",
|
6365
6420
|
"kind": 1024,
|
6366
6421
|
"kindString": "Property",
|
@@ -6374,7 +6429,7 @@
|
|
6374
6429
|
}
|
6375
6430
|
},
|
6376
6431
|
{
|
6377
|
-
"id":
|
6432
|
+
"id": 1010,
|
6378
6433
|
"name": "continuous",
|
6379
6434
|
"kind": 1024,
|
6380
6435
|
"kindString": "Property",
|
@@ -6390,7 +6445,7 @@
|
|
6390
6445
|
}
|
6391
6446
|
},
|
6392
6447
|
{
|
6393
|
-
"id":
|
6448
|
+
"id": 1011,
|
6394
6449
|
"name": "disableCloseOnEsc",
|
6395
6450
|
"kind": 1024,
|
6396
6451
|
"kindString": "Property",
|
@@ -6406,7 +6461,7 @@
|
|
6406
6461
|
}
|
6407
6462
|
},
|
6408
6463
|
{
|
6409
|
-
"id":
|
6464
|
+
"id": 1012,
|
6410
6465
|
"name": "disableOverlayClose",
|
6411
6466
|
"kind": 1024,
|
6412
6467
|
"kindString": "Property",
|
@@ -6422,7 +6477,7 @@
|
|
6422
6477
|
}
|
6423
6478
|
},
|
6424
6479
|
{
|
6425
|
-
"id":
|
6480
|
+
"id": 1022,
|
6426
6481
|
"name": "disableScrollParentFix",
|
6427
6482
|
"kind": 1024,
|
6428
6483
|
"kindString": "Property",
|
@@ -6435,7 +6490,7 @@
|
|
6435
6490
|
}
|
6436
6491
|
},
|
6437
6492
|
{
|
6438
|
-
"id":
|
6493
|
+
"id": 1013,
|
6439
6494
|
"name": "disableScrolling",
|
6440
6495
|
"kind": 1024,
|
6441
6496
|
"kindString": "Property",
|
@@ -6451,7 +6506,7 @@
|
|
6451
6506
|
}
|
6452
6507
|
},
|
6453
6508
|
{
|
6454
|
-
"id":
|
6509
|
+
"id": 1017,
|
6455
6510
|
"name": "onComplete",
|
6456
6511
|
"kind": 1024,
|
6457
6512
|
"kindString": "Property",
|
@@ -6466,7 +6521,7 @@
|
|
6466
6521
|
}
|
6467
6522
|
},
|
6468
6523
|
{
|
6469
|
-
"id":
|
6524
|
+
"id": 1021,
|
6470
6525
|
"name": "spotlightClicks",
|
6471
6526
|
"kind": 1024,
|
6472
6527
|
"kindString": "Property",
|
@@ -6479,7 +6534,7 @@
|
|
6479
6534
|
}
|
6480
6535
|
},
|
6481
6536
|
{
|
6482
|
-
"id":
|
6537
|
+
"id": 1014,
|
6483
6538
|
"name": "onClose",
|
6484
6539
|
"kind": 2048,
|
6485
6540
|
"kindString": "Method",
|
@@ -6488,21 +6543,21 @@
|
|
6488
6543
|
},
|
6489
6544
|
"signatures": [
|
6490
6545
|
{
|
6491
|
-
"id":
|
6546
|
+
"id": 1015,
|
6492
6547
|
"name": "onClose",
|
6493
6548
|
"kind": 4096,
|
6494
6549
|
"kindString": "Call signature",
|
6495
6550
|
"flags": {},
|
6496
6551
|
"parameters": [
|
6497
6552
|
{
|
6498
|
-
"id":
|
6553
|
+
"id": 1016,
|
6499
6554
|
"name": "step",
|
6500
6555
|
"kind": 32768,
|
6501
6556
|
"kindString": "Parameter",
|
6502
6557
|
"flags": {},
|
6503
6558
|
"type": {
|
6504
6559
|
"type": "reference",
|
6505
|
-
"id":
|
6560
|
+
"id": 996,
|
6506
6561
|
"name": "TourStepProps"
|
6507
6562
|
}
|
6508
6563
|
}
|
@@ -6515,7 +6570,7 @@
|
|
6515
6570
|
]
|
6516
6571
|
},
|
6517
6572
|
{
|
6518
|
-
"id":
|
6573
|
+
"id": 1018,
|
6519
6574
|
"name": "onReady",
|
6520
6575
|
"kind": 2048,
|
6521
6576
|
"kindString": "Method",
|
@@ -6524,7 +6579,7 @@
|
|
6524
6579
|
},
|
6525
6580
|
"signatures": [
|
6526
6581
|
{
|
6527
|
-
"id":
|
6582
|
+
"id": 1019,
|
6528
6583
|
"name": "onReady",
|
6529
6584
|
"kind": 4096,
|
6530
6585
|
"kindString": "Call signature",
|
@@ -6534,14 +6589,14 @@
|
|
6534
6589
|
},
|
6535
6590
|
"parameters": [
|
6536
6591
|
{
|
6537
|
-
"id":
|
6592
|
+
"id": 1020,
|
6538
6593
|
"name": "step",
|
6539
6594
|
"kind": 32768,
|
6540
6595
|
"kindString": "Parameter",
|
6541
6596
|
"flags": {},
|
6542
6597
|
"type": {
|
6543
6598
|
"type": "reference",
|
6544
|
-
"id":
|
6599
|
+
"id": 996,
|
6545
6600
|
"name": "TourStepProps"
|
6546
6601
|
}
|
6547
6602
|
}
|
@@ -6558,7 +6613,7 @@
|
|
6558
6613
|
"TourStepProps": {
|
6559
6614
|
"props": [
|
6560
6615
|
{
|
6561
|
-
"id":
|
6616
|
+
"id": 998,
|
6562
6617
|
"name": "children",
|
6563
6618
|
"kind": 1024,
|
6564
6619
|
"kindString": "Property",
|
@@ -6574,7 +6629,7 @@
|
|
6574
6629
|
}
|
6575
6630
|
},
|
6576
6631
|
{
|
6577
|
-
"id":
|
6632
|
+
"id": 999,
|
6578
6633
|
"name": "position",
|
6579
6634
|
"kind": 1024,
|
6580
6635
|
"kindString": "Property",
|
@@ -6592,7 +6647,7 @@
|
|
6592
6647
|
}
|
6593
6648
|
},
|
6594
6649
|
{
|
6595
|
-
"id":
|
6650
|
+
"id": 1000,
|
6596
6651
|
"name": "selector",
|
6597
6652
|
"kind": 1024,
|
6598
6653
|
"kindString": "Property",
|
@@ -6606,7 +6661,7 @@
|
|
6606
6661
|
}
|
6607
6662
|
},
|
6608
6663
|
{
|
6609
|
-
"id":
|
6664
|
+
"id": 1001,
|
6610
6665
|
"name": "showBeacon",
|
6611
6666
|
"kind": 1024,
|
6612
6667
|
"kindString": "Property",
|
@@ -6622,7 +6677,7 @@
|
|
6622
6677
|
}
|
6623
6678
|
},
|
6624
6679
|
{
|
6625
|
-
"id":
|
6680
|
+
"id": 1002,
|
6626
6681
|
"name": "title",
|
6627
6682
|
"kind": 1024,
|
6628
6683
|
"kindString": "Property",
|
@@ -6640,7 +6695,7 @@
|
|
6640
6695
|
"TourTexts": {
|
6641
6696
|
"props": [
|
6642
6697
|
{
|
6643
|
-
"id":
|
6698
|
+
"id": 990,
|
6644
6699
|
"name": "back",
|
6645
6700
|
"kind": 1024,
|
6646
6701
|
"kindString": "Property",
|
@@ -6654,7 +6709,7 @@
|
|
6654
6709
|
}
|
6655
6710
|
},
|
6656
6711
|
{
|
6657
|
-
"id":
|
6712
|
+
"id": 991,
|
6658
6713
|
"name": "close",
|
6659
6714
|
"kind": 1024,
|
6660
6715
|
"kindString": "Property",
|
@@ -6668,7 +6723,7 @@
|
|
6668
6723
|
}
|
6669
6724
|
},
|
6670
6725
|
{
|
6671
|
-
"id":
|
6726
|
+
"id": 993,
|
6672
6727
|
"name": "last",
|
6673
6728
|
"kind": 1024,
|
6674
6729
|
"kindString": "Property",
|
@@ -6682,7 +6737,7 @@
|
|
6682
6737
|
}
|
6683
6738
|
},
|
6684
6739
|
{
|
6685
|
-
"id":
|
6740
|
+
"id": 994,
|
6686
6741
|
"name": "next",
|
6687
6742
|
"kind": 1024,
|
6688
6743
|
"kindString": "Property",
|
@@ -6696,7 +6751,7 @@
|
|
6696
6751
|
}
|
6697
6752
|
},
|
6698
6753
|
{
|
6699
|
-
"id":
|
6754
|
+
"id": 995,
|
6700
6755
|
"name": "open",
|
6701
6756
|
"kind": 1024,
|
6702
6757
|
"kindString": "Property",
|
@@ -6710,7 +6765,7 @@
|
|
6710
6765
|
}
|
6711
6766
|
},
|
6712
6767
|
{
|
6713
|
-
"id":
|
6768
|
+
"id": 992,
|
6714
6769
|
"name": "skip",
|
6715
6770
|
"kind": 1024,
|
6716
6771
|
"kindString": "Property",
|
@@ -6731,7 +6786,7 @@
|
|
6731
6786
|
],
|
6732
6787
|
"props": [
|
6733
6788
|
{
|
6734
|
-
"id":
|
6789
|
+
"id": 1039,
|
6735
6790
|
"name": "className",
|
6736
6791
|
"kind": 1024,
|
6737
6792
|
"kindString": "Property",
|
@@ -6751,21 +6806,21 @@
|
|
6751
6806
|
{
|
6752
6807
|
"type": "reflection",
|
6753
6808
|
"declaration": {
|
6754
|
-
"id":
|
6809
|
+
"id": 1040,
|
6755
6810
|
"name": "__type",
|
6756
6811
|
"kind": 65536,
|
6757
6812
|
"kindString": "Type literal",
|
6758
6813
|
"flags": {},
|
6759
6814
|
"signatures": [
|
6760
6815
|
{
|
6761
|
-
"id":
|
6816
|
+
"id": 1041,
|
6762
6817
|
"name": "__type",
|
6763
6818
|
"kind": 4096,
|
6764
6819
|
"kindString": "Call signature",
|
6765
6820
|
"flags": {},
|
6766
6821
|
"parameters": [
|
6767
6822
|
{
|
6768
|
-
"id":
|
6823
|
+
"id": 1042,
|
6769
6824
|
"name": "expanded",
|
6770
6825
|
"kind": 32768,
|
6771
6826
|
"kindString": "Parameter",
|
@@ -6788,7 +6843,7 @@
|
|
6788
6843
|
}
|
6789
6844
|
},
|
6790
6845
|
{
|
6791
|
-
"id":
|
6846
|
+
"id": 1043,
|
6792
6847
|
"name": "expanded",
|
6793
6848
|
"kind": 1024,
|
6794
6849
|
"kindString": "Property",
|
@@ -6804,7 +6859,7 @@
|
|
6804
6859
|
}
|
6805
6860
|
},
|
6806
6861
|
{
|
6807
|
-
"id":
|
6862
|
+
"id": 1044,
|
6808
6863
|
"name": "fixed",
|
6809
6864
|
"kind": 1024,
|
6810
6865
|
"kindString": "Property",
|
@@ -6820,7 +6875,7 @@
|
|
6820
6875
|
}
|
6821
6876
|
},
|
6822
6877
|
{
|
6823
|
-
"id":
|
6878
|
+
"id": 1049,
|
6824
6879
|
"name": "title",
|
6825
6880
|
"kind": 1024,
|
6826
6881
|
"kindString": "Property",
|
@@ -6840,21 +6895,21 @@
|
|
6840
6895
|
{
|
6841
6896
|
"type": "reflection",
|
6842
6897
|
"declaration": {
|
6843
|
-
"id":
|
6898
|
+
"id": 1050,
|
6844
6899
|
"name": "__type",
|
6845
6900
|
"kind": 65536,
|
6846
6901
|
"kindString": "Type literal",
|
6847
6902
|
"flags": {},
|
6848
6903
|
"signatures": [
|
6849
6904
|
{
|
6850
|
-
"id":
|
6905
|
+
"id": 1051,
|
6851
6906
|
"name": "__type",
|
6852
6907
|
"kind": 4096,
|
6853
6908
|
"kindString": "Call signature",
|
6854
6909
|
"flags": {},
|
6855
6910
|
"parameters": [
|
6856
6911
|
{
|
6857
|
-
"id":
|
6912
|
+
"id": 1052,
|
6858
6913
|
"name": "expanded",
|
6859
6914
|
"kind": 32768,
|
6860
6915
|
"kindString": "Parameter",
|
@@ -6879,7 +6934,7 @@
|
|
6879
6934
|
}
|
6880
6935
|
},
|
6881
6936
|
{
|
6882
|
-
"id":
|
6937
|
+
"id": 1045,
|
6883
6938
|
"name": "onClick",
|
6884
6939
|
"kind": 2048,
|
6885
6940
|
"kindString": "Method",
|
@@ -6888,7 +6943,7 @@
|
|
6888
6943
|
},
|
6889
6944
|
"signatures": [
|
6890
6945
|
{
|
6891
|
-
"id":
|
6946
|
+
"id": 1046,
|
6892
6947
|
"name": "onClick",
|
6893
6948
|
"kind": 4096,
|
6894
6949
|
"kindString": "Call signature",
|
@@ -6898,7 +6953,7 @@
|
|
6898
6953
|
},
|
6899
6954
|
"parameters": [
|
6900
6955
|
{
|
6901
|
-
"id":
|
6956
|
+
"id": 1047,
|
6902
6957
|
"name": "event",
|
6903
6958
|
"kind": 32768,
|
6904
6959
|
"kindString": "Parameter",
|
@@ -6925,7 +6980,7 @@
|
|
6925
6980
|
}
|
6926
6981
|
},
|
6927
6982
|
{
|
6928
|
-
"id":
|
6983
|
+
"id": 1048,
|
6929
6984
|
"name": "expanded",
|
6930
6985
|
"kind": 32768,
|
6931
6986
|
"kindString": "Parameter",
|
@@ -6950,7 +7005,7 @@
|
|
6950
7005
|
"useListKeyboardNavigationOptions": {
|
6951
7006
|
"props": [
|
6952
7007
|
{
|
6953
|
-
"id":
|
7008
|
+
"id": 1079,
|
6954
7009
|
"name": "direction",
|
6955
7010
|
"kind": 1024,
|
6956
7011
|
"kindString": "Property",
|
@@ -6964,7 +7019,7 @@
|
|
6964
7019
|
}
|
6965
7020
|
},
|
6966
7021
|
{
|
6967
|
-
"id":
|
7022
|
+
"id": 1080,
|
6968
7023
|
"name": "initialIndex",
|
6969
7024
|
"kind": 1024,
|
6970
7025
|
"kindString": "Property",
|
@@ -6981,7 +7036,7 @@
|
|
6981
7036
|
"usePaginationValues": {
|
6982
7037
|
"props": [
|
6983
7038
|
{
|
6984
|
-
"id":
|
7039
|
+
"id": 491,
|
6985
7040
|
"name": "pageIndex",
|
6986
7041
|
"kind": 1024,
|
6987
7042
|
"kindString": "Property",
|
@@ -6995,7 +7050,7 @@
|
|
6995
7050
|
}
|
6996
7051
|
},
|
6997
7052
|
{
|
6998
|
-
"id":
|
7053
|
+
"id": 492,
|
6999
7054
|
"name": "pageSize",
|
7000
7055
|
"kind": 1024,
|
7001
7056
|
"kindString": "Property",
|
@@ -7009,14 +7064,14 @@
|
|
7009
7064
|
}
|
7010
7065
|
},
|
7011
7066
|
{
|
7012
|
-
"id":
|
7067
|
+
"id": 493,
|
7013
7068
|
"name": "setPageIndex",
|
7014
7069
|
"kind": 2048,
|
7015
7070
|
"kindString": "Method",
|
7016
7071
|
"flags": {},
|
7017
7072
|
"signatures": [
|
7018
7073
|
{
|
7019
|
-
"id":
|
7074
|
+
"id": 494,
|
7020
7075
|
"name": "setPageIndex",
|
7021
7076
|
"kind": 4096,
|
7022
7077
|
"kindString": "Call signature",
|
@@ -7026,7 +7081,7 @@
|
|
7026
7081
|
},
|
7027
7082
|
"parameters": [
|
7028
7083
|
{
|
7029
|
-
"id":
|
7084
|
+
"id": 495,
|
7030
7085
|
"name": "pageIndex",
|
7031
7086
|
"kind": 32768,
|
7032
7087
|
"kindString": "Parameter",
|
@@ -7045,14 +7100,14 @@
|
|
7045
7100
|
]
|
7046
7101
|
},
|
7047
7102
|
{
|
7048
|
-
"id":
|
7103
|
+
"id": 496,
|
7049
7104
|
"name": "setPageSize",
|
7050
7105
|
"kind": 2048,
|
7051
7106
|
"kindString": "Method",
|
7052
7107
|
"flags": {},
|
7053
7108
|
"signatures": [
|
7054
7109
|
{
|
7055
|
-
"id":
|
7110
|
+
"id": 497,
|
7056
7111
|
"name": "setPageSize",
|
7057
7112
|
"kind": 4096,
|
7058
7113
|
"kindString": "Call signature",
|
@@ -7062,7 +7117,7 @@
|
|
7062
7117
|
},
|
7063
7118
|
"parameters": [
|
7064
7119
|
{
|
7065
|
-
"id":
|
7120
|
+
"id": 498,
|
7066
7121
|
"name": "size",
|
7067
7122
|
"kind": 32768,
|
7068
7123
|
"kindString": "Parameter",
|
@@ -7085,7 +7140,7 @@
|
|
7085
7140
|
"useTableRowCreation": {
|
7086
7141
|
"props": [
|
7087
7142
|
{
|
7088
|
-
"id":
|
7143
|
+
"id": 903,
|
7089
7144
|
"name": "data",
|
7090
7145
|
"kind": 1024,
|
7091
7146
|
"kindString": "Property",
|
@@ -7094,11 +7149,11 @@
|
|
7094
7149
|
"type": "array",
|
7095
7150
|
"elementType": {
|
7096
7151
|
"type": "reference",
|
7097
|
-
"id":
|
7152
|
+
"id": 699,
|
7098
7153
|
"typeArguments": [
|
7099
7154
|
{
|
7100
7155
|
"type": "reference",
|
7101
|
-
"id":
|
7156
|
+
"id": 912,
|
7102
7157
|
"name": "TRow"
|
7103
7158
|
}
|
7104
7159
|
],
|
@@ -7107,7 +7162,7 @@
|
|
7107
7162
|
}
|
7108
7163
|
},
|
7109
7164
|
{
|
7110
|
-
"id":
|
7165
|
+
"id": 911,
|
7111
7166
|
"name": "isCreating",
|
7112
7167
|
"kind": 1024,
|
7113
7168
|
"kindString": "Property",
|
@@ -7118,33 +7173,33 @@
|
|
7118
7173
|
}
|
7119
7174
|
},
|
7120
7175
|
{
|
7121
|
-
"id":
|
7176
|
+
"id": 904,
|
7122
7177
|
"name": "create",
|
7123
7178
|
"kind": 2048,
|
7124
7179
|
"kindString": "Method",
|
7125
7180
|
"flags": {},
|
7126
7181
|
"signatures": [
|
7127
7182
|
{
|
7128
|
-
"id":
|
7183
|
+
"id": 905,
|
7129
7184
|
"name": "create",
|
7130
7185
|
"kind": 4096,
|
7131
7186
|
"kindString": "Call signature",
|
7132
7187
|
"flags": {},
|
7133
7188
|
"parameters": [
|
7134
7189
|
{
|
7135
|
-
"id":
|
7190
|
+
"id": 906,
|
7136
7191
|
"name": "rowIndexPath",
|
7137
7192
|
"kind": 32768,
|
7138
7193
|
"kindString": "Parameter",
|
7139
7194
|
"flags": {},
|
7140
7195
|
"type": {
|
7141
7196
|
"type": "reference",
|
7142
|
-
"id":
|
7197
|
+
"id": 704,
|
7143
7198
|
"name": "RowIndexPath"
|
7144
7199
|
}
|
7145
7200
|
},
|
7146
7201
|
{
|
7147
|
-
"id":
|
7202
|
+
"id": 907,
|
7148
7203
|
"name": "values",
|
7149
7204
|
"kind": 32768,
|
7150
7205
|
"kindString": "Parameter",
|
@@ -7159,35 +7214,35 @@
|
|
7159
7214
|
],
|
7160
7215
|
"type": {
|
7161
7216
|
"type": "reference",
|
7162
|
-
"id":
|
7217
|
+
"id": 704,
|
7163
7218
|
"name": "RowIndexPath"
|
7164
7219
|
}
|
7165
7220
|
}
|
7166
7221
|
]
|
7167
7222
|
},
|
7168
7223
|
{
|
7169
|
-
"id":
|
7224
|
+
"id": 908,
|
7170
7225
|
"name": "remove",
|
7171
7226
|
"kind": 2048,
|
7172
7227
|
"kindString": "Method",
|
7173
7228
|
"flags": {},
|
7174
7229
|
"signatures": [
|
7175
7230
|
{
|
7176
|
-
"id":
|
7231
|
+
"id": 909,
|
7177
7232
|
"name": "remove",
|
7178
7233
|
"kind": 4096,
|
7179
7234
|
"kindString": "Call signature",
|
7180
7235
|
"flags": {},
|
7181
7236
|
"parameters": [
|
7182
7237
|
{
|
7183
|
-
"id":
|
7238
|
+
"id": 910,
|
7184
7239
|
"name": "rowIndexPath",
|
7185
7240
|
"kind": 32768,
|
7186
7241
|
"kindString": "Parameter",
|
7187
7242
|
"flags": {},
|
7188
7243
|
"type": {
|
7189
7244
|
"type": "reference",
|
7190
|
-
"id":
|
7245
|
+
"id": 704,
|
7191
7246
|
"name": "RowIndexPath"
|
7192
7247
|
}
|
7193
7248
|
}
|