@economic/taco 0.0.21-alpha.0 → 0.0.24-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/Dialog/Context.d.ts +1 -1
- package/dist/components/Dialog/Dialog.d.ts +2 -2
- package/dist/components/Dialog/components/Content.d.ts +2 -4
- package/dist/components/Dialog/components/Drawer.d.ts +8 -2
- package/dist/esm/components/Dialog/Context.js +4 -1
- package/dist/esm/components/Dialog/Context.js.map +1 -1
- package/dist/esm/components/Dialog/Dialog.js.map +1 -1
- package/dist/esm/components/Dialog/components/Content.js.map +1 -1
- package/dist/esm/components/Dialog/components/Drawer.js +1 -1
- package/dist/esm/components/Dialog/components/Drawer.js.map +1 -1
- package/dist/esm/components/Select/useSelect.js +2 -0
- package/dist/esm/components/Select/useSelect.js.map +1 -1
- package/dist/esm/components/Toast/Toaster.js +1 -2
- package/dist/esm/components/Toast/Toaster.js.map +1 -1
- package/dist/taco.cjs.development.js +8 -4
- 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 +529 -465
package/types.json
CHANGED
@@ -178,7 +178,7 @@
|
|
178
178
|
],
|
179
179
|
"props": [
|
180
180
|
{
|
181
|
-
"id":
|
181
|
+
"id": 739,
|
182
182
|
"name": "multiselect",
|
183
183
|
"kind": 1024,
|
184
184
|
"kindString": "Property",
|
@@ -279,7 +279,7 @@
|
|
279
279
|
"typeArguments": [
|
280
280
|
{
|
281
281
|
"type": "reference",
|
282
|
-
"id":
|
282
|
+
"id": 231,
|
283
283
|
"name": "DialogProps"
|
284
284
|
}
|
285
285
|
],
|
@@ -328,7 +328,7 @@
|
|
328
328
|
"typeArguments": [
|
329
329
|
{
|
330
330
|
"type": "reference",
|
331
|
-
"id":
|
331
|
+
"id": 291,
|
332
332
|
"name": "HangerProps"
|
333
333
|
}
|
334
334
|
],
|
@@ -377,7 +377,7 @@
|
|
377
377
|
"typeArguments": [
|
378
378
|
{
|
379
379
|
"type": "reference",
|
380
|
-
"id":
|
380
|
+
"id": 405,
|
381
381
|
"name": "MenuProps"
|
382
382
|
}
|
383
383
|
],
|
@@ -426,7 +426,7 @@
|
|
426
426
|
"typeArguments": [
|
427
427
|
{
|
428
428
|
"type": "reference",
|
429
|
-
"id":
|
429
|
+
"id": 585,
|
430
430
|
"name": "PopoverProps"
|
431
431
|
}
|
432
432
|
],
|
@@ -1083,39 +1083,15 @@
|
|
1083
1083
|
},
|
1084
1084
|
"DialogCloseProps": "React.HTMLAttributes<HTMLButtonElement>",
|
1085
1085
|
"DialogContentDrawerRenderProps": {
|
1086
|
-
"
|
1087
|
-
|
1088
|
-
|
1089
|
-
|
1090
|
-
|
1091
|
-
|
1092
|
-
|
1093
|
-
|
1094
|
-
|
1095
|
-
"name": "boolean"
|
1096
|
-
}
|
1097
|
-
},
|
1098
|
-
{
|
1099
|
-
"id": 218,
|
1100
|
-
"name": "toggle",
|
1101
|
-
"kind": 2048,
|
1102
|
-
"kindString": "Method",
|
1103
|
-
"flags": {},
|
1104
|
-
"signatures": [
|
1105
|
-
{
|
1106
|
-
"id": 219,
|
1107
|
-
"name": "toggle",
|
1108
|
-
"kind": 4096,
|
1109
|
-
"kindString": "Call signature",
|
1110
|
-
"flags": {},
|
1111
|
-
"type": {
|
1112
|
-
"type": "intrinsic",
|
1113
|
-
"name": "void"
|
1114
|
-
}
|
1115
|
-
}
|
1116
|
-
]
|
1117
|
-
}
|
1118
|
-
]
|
1086
|
+
"type": "indexedAccess",
|
1087
|
+
"indexType": {
|
1088
|
+
"type": "literal",
|
1089
|
+
"value": "drawer"
|
1090
|
+
},
|
1091
|
+
"objectType": {
|
1092
|
+
"type": "reference",
|
1093
|
+
"name": "DialogContext"
|
1094
|
+
}
|
1119
1095
|
},
|
1120
1096
|
"DialogContentProps": {
|
1121
1097
|
"intersections": [
|
@@ -1123,7 +1099,7 @@
|
|
1123
1099
|
],
|
1124
1100
|
"props": [
|
1125
1101
|
{
|
1126
|
-
"id":
|
1102
|
+
"id": 207,
|
1127
1103
|
"name": "aria-label",
|
1128
1104
|
"kind": 1024,
|
1129
1105
|
"kindString": "Property",
|
@@ -1137,7 +1113,7 @@
|
|
1137
1113
|
}
|
1138
1114
|
},
|
1139
1115
|
{
|
1140
|
-
"id":
|
1116
|
+
"id": 208,
|
1141
1117
|
"name": "children",
|
1142
1118
|
"kind": 1024,
|
1143
1119
|
"kindString": "Property",
|
@@ -1166,28 +1142,28 @@
|
|
1166
1142
|
{
|
1167
1143
|
"type": "reflection",
|
1168
1144
|
"declaration": {
|
1169
|
-
"id":
|
1145
|
+
"id": 209,
|
1170
1146
|
"name": "__type",
|
1171
1147
|
"kind": 65536,
|
1172
1148
|
"kindString": "Type literal",
|
1173
1149
|
"flags": {},
|
1174
1150
|
"signatures": [
|
1175
1151
|
{
|
1176
|
-
"id":
|
1152
|
+
"id": 210,
|
1177
1153
|
"name": "__type",
|
1178
1154
|
"kind": 4096,
|
1179
1155
|
"kindString": "Call signature",
|
1180
1156
|
"flags": {},
|
1181
1157
|
"parameters": [
|
1182
1158
|
{
|
1183
|
-
"id":
|
1159
|
+
"id": 211,
|
1184
1160
|
"name": "props",
|
1185
1161
|
"kind": 32768,
|
1186
1162
|
"kindString": "Parameter",
|
1187
1163
|
"flags": {},
|
1188
1164
|
"type": {
|
1189
1165
|
"type": "reference",
|
1190
|
-
"id":
|
1166
|
+
"id": 212,
|
1191
1167
|
"name": "DialogContentRenderProps"
|
1192
1168
|
}
|
1193
1169
|
}
|
@@ -1210,7 +1186,7 @@
|
|
1210
1186
|
"DialogContentRenderProps": {
|
1211
1187
|
"props": [
|
1212
1188
|
{
|
1213
|
-
"id":
|
1189
|
+
"id": 216,
|
1214
1190
|
"name": "drawer",
|
1215
1191
|
"kind": 1024,
|
1216
1192
|
"kindString": "Property",
|
@@ -1219,19 +1195,19 @@
|
|
1219
1195
|
},
|
1220
1196
|
"type": {
|
1221
1197
|
"type": "reference",
|
1222
|
-
"id":
|
1198
|
+
"id": 204,
|
1223
1199
|
"name": "DialogContentDrawerRenderProps"
|
1224
1200
|
}
|
1225
1201
|
},
|
1226
1202
|
{
|
1227
|
-
"id":
|
1203
|
+
"id": 214,
|
1228
1204
|
"name": "close",
|
1229
1205
|
"kind": 2048,
|
1230
1206
|
"kindString": "Method",
|
1231
1207
|
"flags": {},
|
1232
1208
|
"signatures": [
|
1233
1209
|
{
|
1234
|
-
"id":
|
1210
|
+
"id": 215,
|
1235
1211
|
"name": "close",
|
1236
1212
|
"kind": 4096,
|
1237
1213
|
"kindString": "Call signature",
|
@@ -1245,11 +1221,98 @@
|
|
1245
1221
|
}
|
1246
1222
|
]
|
1247
1223
|
},
|
1224
|
+
"DialogDrawerProps": {
|
1225
|
+
"intersections": [
|
1226
|
+
"Omit<React.HTMLAttributes<HTMLDivElement>, [object Object] | [object Object] | [object Object] | [object Object]>"
|
1227
|
+
],
|
1228
|
+
"props": [
|
1229
|
+
{
|
1230
|
+
"id": 219,
|
1231
|
+
"name": "children",
|
1232
|
+
"kind": 1024,
|
1233
|
+
"kindString": "Property",
|
1234
|
+
"flags": {},
|
1235
|
+
"type": {
|
1236
|
+
"type": "union",
|
1237
|
+
"types": [
|
1238
|
+
{
|
1239
|
+
"type": "reference",
|
1240
|
+
"typeArguments": [
|
1241
|
+
{
|
1242
|
+
"type": "reference",
|
1243
|
+
"qualifiedName": "React.ReactNode",
|
1244
|
+
"package": "@types/react",
|
1245
|
+
"name": "React.ReactNode"
|
1246
|
+
},
|
1247
|
+
{
|
1248
|
+
"type": "literal",
|
1249
|
+
"value": "Function"
|
1250
|
+
}
|
1251
|
+
],
|
1252
|
+
"qualifiedName": "Omit",
|
1253
|
+
"package": "typescript",
|
1254
|
+
"name": "Omit"
|
1255
|
+
},
|
1256
|
+
{
|
1257
|
+
"type": "reflection",
|
1258
|
+
"declaration": {
|
1259
|
+
"id": 220,
|
1260
|
+
"name": "__type",
|
1261
|
+
"kind": 65536,
|
1262
|
+
"kindString": "Type literal",
|
1263
|
+
"flags": {},
|
1264
|
+
"signatures": [
|
1265
|
+
{
|
1266
|
+
"id": 221,
|
1267
|
+
"name": "__type",
|
1268
|
+
"kind": 4096,
|
1269
|
+
"kindString": "Call signature",
|
1270
|
+
"flags": {},
|
1271
|
+
"parameters": [
|
1272
|
+
{
|
1273
|
+
"id": 222,
|
1274
|
+
"name": "props",
|
1275
|
+
"kind": 32768,
|
1276
|
+
"kindString": "Parameter",
|
1277
|
+
"flags": {},
|
1278
|
+
"type": {
|
1279
|
+
"type": "reference",
|
1280
|
+
"id": 223,
|
1281
|
+
"name": "DialogDrawerRenderProps"
|
1282
|
+
}
|
1283
|
+
}
|
1284
|
+
],
|
1285
|
+
"type": {
|
1286
|
+
"type": "reference",
|
1287
|
+
"qualifiedName": "React.ReactNode",
|
1288
|
+
"package": "@types/react",
|
1289
|
+
"name": "React.ReactNode"
|
1290
|
+
}
|
1291
|
+
}
|
1292
|
+
]
|
1293
|
+
}
|
1294
|
+
}
|
1295
|
+
]
|
1296
|
+
}
|
1297
|
+
}
|
1298
|
+
]
|
1299
|
+
},
|
1300
|
+
"DialogDrawerRenderProps": {
|
1301
|
+
"type": "indexedAccess",
|
1302
|
+
"indexType": {
|
1303
|
+
"type": "literal",
|
1304
|
+
"value": "drawer"
|
1305
|
+
},
|
1306
|
+
"objectType": {
|
1307
|
+
"type": "reference",
|
1308
|
+
"name": "DialogContext"
|
1309
|
+
}
|
1310
|
+
},
|
1248
1311
|
"DialogFooterProps": "React.HTMLAttributes<HTMLDivElement>",
|
1249
1312
|
"DialogProps": {
|
1250
1313
|
"props": [
|
1251
1314
|
{
|
1252
|
-
"id":
|
1315
|
+
"id": 233,
|
1253
1316
|
"name": "children",
|
1254
1317
|
"kind": 1024,
|
1255
1318
|
"kindString": "Property",
|
@@ -1276,7 +1339,7 @@
|
|
1276
1339
|
}
|
1277
1340
|
},
|
1278
1341
|
{
|
1279
|
-
"id":
|
1342
|
+
"id": 234,
|
1280
1343
|
"name": "closeOnEscape",
|
1281
1344
|
"kind": 1024,
|
1282
1345
|
"kindString": "Property",
|
@@ -1292,7 +1355,7 @@
|
|
1292
1355
|
}
|
1293
1356
|
},
|
1294
1357
|
{
|
1295
|
-
"id":
|
1358
|
+
"id": 235,
|
1296
1359
|
"name": "defaultOpen",
|
1297
1360
|
"kind": 1024,
|
1298
1361
|
"kindString": "Property",
|
@@ -1308,7 +1371,7 @@
|
|
1308
1371
|
}
|
1309
1372
|
},
|
1310
1373
|
{
|
1311
|
-
"id":
|
1374
|
+
"id": 236,
|
1312
1375
|
"name": "draggable",
|
1313
1376
|
"kind": 1024,
|
1314
1377
|
"kindString": "Property",
|
@@ -1324,7 +1387,7 @@
|
|
1324
1387
|
}
|
1325
1388
|
},
|
1326
1389
|
{
|
1327
|
-
"id":
|
1390
|
+
"id": 242,
|
1328
1391
|
"name": "open",
|
1329
1392
|
"kind": 1024,
|
1330
1393
|
"kindString": "Property",
|
@@ -1340,7 +1403,7 @@
|
|
1340
1403
|
}
|
1341
1404
|
},
|
1342
1405
|
{
|
1343
|
-
"id":
|
1406
|
+
"id": 243,
|
1344
1407
|
"name": "showCloseButton",
|
1345
1408
|
"kind": 1024,
|
1346
1409
|
"kindString": "Property",
|
@@ -1356,7 +1419,7 @@
|
|
1356
1419
|
}
|
1357
1420
|
},
|
1358
1421
|
{
|
1359
|
-
"id":
|
1422
|
+
"id": 244,
|
1360
1423
|
"name": "size",
|
1361
1424
|
"kind": 1024,
|
1362
1425
|
"kindString": "Property",
|
@@ -1368,12 +1431,12 @@
|
|
1368
1431
|
},
|
1369
1432
|
"type": {
|
1370
1433
|
"type": "reference",
|
1371
|
-
"id":
|
1434
|
+
"id": 225,
|
1372
1435
|
"name": "DialogSize"
|
1373
1436
|
}
|
1374
1437
|
},
|
1375
1438
|
{
|
1376
|
-
"id":
|
1439
|
+
"id": 245,
|
1377
1440
|
"name": "trigger",
|
1378
1441
|
"kind": 1024,
|
1379
1442
|
"kindString": "Property",
|
@@ -1391,7 +1454,7 @@
|
|
1391
1454
|
}
|
1392
1455
|
},
|
1393
1456
|
{
|
1394
|
-
"id":
|
1457
|
+
"id": 239,
|
1395
1458
|
"name": "onChange",
|
1396
1459
|
"kind": 2048,
|
1397
1460
|
"kindString": "Method",
|
@@ -1400,7 +1463,7 @@
|
|
1400
1463
|
},
|
1401
1464
|
"signatures": [
|
1402
1465
|
{
|
1403
|
-
"id":
|
1466
|
+
"id": 240,
|
1404
1467
|
"name": "onChange",
|
1405
1468
|
"kind": 4096,
|
1406
1469
|
"kindString": "Call signature",
|
@@ -1410,7 +1473,7 @@
|
|
1410
1473
|
},
|
1411
1474
|
"parameters": [
|
1412
1475
|
{
|
1413
|
-
"id":
|
1476
|
+
"id": 241,
|
1414
1477
|
"name": "open",
|
1415
1478
|
"kind": 32768,
|
1416
1479
|
"kindString": "Parameter",
|
@@ -1429,7 +1492,7 @@
|
|
1429
1492
|
]
|
1430
1493
|
},
|
1431
1494
|
{
|
1432
|
-
"id":
|
1495
|
+
"id": 237,
|
1433
1496
|
"name": "onClose",
|
1434
1497
|
"kind": 2048,
|
1435
1498
|
"kindString": "Method",
|
@@ -1438,7 +1501,7 @@
|
|
1438
1501
|
},
|
1439
1502
|
"signatures": [
|
1440
1503
|
{
|
1441
|
-
"id":
|
1504
|
+
"id": 238,
|
1442
1505
|
"name": "onClose",
|
1443
1506
|
"kind": 4096,
|
1444
1507
|
"kindString": "Call signature",
|
@@ -1480,7 +1543,7 @@
|
|
1480
1543
|
"DialogTexts": {
|
1481
1544
|
"props": [
|
1482
1545
|
{
|
1483
|
-
"id":
|
1546
|
+
"id": 229,
|
1484
1547
|
"name": "close",
|
1485
1548
|
"kind": 1024,
|
1486
1549
|
"kindString": "Property",
|
@@ -1494,7 +1557,7 @@
|
|
1494
1557
|
}
|
1495
1558
|
},
|
1496
1559
|
{
|
1497
|
-
"id":
|
1560
|
+
"id": 230,
|
1498
1561
|
"name": "drag",
|
1499
1562
|
"kind": 1024,
|
1500
1563
|
"kindString": "Property",
|
@@ -1513,7 +1576,7 @@
|
|
1513
1576
|
],
|
1514
1577
|
"props": [
|
1515
1578
|
{
|
1516
|
-
"id":
|
1579
|
+
"id": 258,
|
1517
1580
|
"name": "children",
|
1518
1581
|
"kind": 1024,
|
1519
1582
|
"kindString": "Property",
|
@@ -1529,7 +1592,7 @@
|
|
1529
1592
|
}
|
1530
1593
|
},
|
1531
1594
|
{
|
1532
|
-
"id":
|
1595
|
+
"id": 259,
|
1533
1596
|
"name": "disabled",
|
1534
1597
|
"kind": 1024,
|
1535
1598
|
"kindString": "Property",
|
@@ -1545,7 +1608,7 @@
|
|
1545
1608
|
}
|
1546
1609
|
},
|
1547
1610
|
{
|
1548
|
-
"id":
|
1611
|
+
"id": 260,
|
1549
1612
|
"name": "message",
|
1550
1613
|
"kind": 1024,
|
1551
1614
|
"kindString": "Property",
|
@@ -1561,7 +1624,7 @@
|
|
1561
1624
|
}
|
1562
1625
|
},
|
1563
1626
|
{
|
1564
|
-
"id":
|
1627
|
+
"id": 261,
|
1565
1628
|
"name": "state",
|
1566
1629
|
"kind": 1024,
|
1567
1630
|
"kindString": "Property",
|
@@ -1585,7 +1648,7 @@
|
|
1585
1648
|
],
|
1586
1649
|
"props": [
|
1587
1650
|
{
|
1588
|
-
"id":
|
1651
|
+
"id": 270,
|
1589
1652
|
"name": "children",
|
1590
1653
|
"kind": 1024,
|
1591
1654
|
"kindString": "Property",
|
@@ -1601,7 +1664,7 @@
|
|
1601
1664
|
}
|
1602
1665
|
},
|
1603
1666
|
{
|
1604
|
-
"id":
|
1667
|
+
"id": 271,
|
1605
1668
|
"name": "horizontal",
|
1606
1669
|
"kind": 1024,
|
1607
1670
|
"kindString": "Property",
|
@@ -1624,7 +1687,7 @@
|
|
1624
1687
|
],
|
1625
1688
|
"props": [
|
1626
1689
|
{
|
1627
|
-
"id":
|
1690
|
+
"id": 254,
|
1628
1691
|
"name": "Close",
|
1629
1692
|
"kind": 1024,
|
1630
1693
|
"kindString": "Property",
|
@@ -1637,7 +1700,7 @@
|
|
1637
1700
|
"types": [
|
1638
1701
|
{
|
1639
1702
|
"type": "reference",
|
1640
|
-
"id":
|
1703
|
+
"id": 203,
|
1641
1704
|
"name": "DialogCloseProps"
|
1642
1705
|
},
|
1643
1706
|
{
|
@@ -1663,7 +1726,7 @@
|
|
1663
1726
|
}
|
1664
1727
|
},
|
1665
1728
|
{
|
1666
|
-
"id":
|
1729
|
+
"id": 249,
|
1667
1730
|
"name": "Content",
|
1668
1731
|
"kind": 1024,
|
1669
1732
|
"kindString": "Property",
|
@@ -1676,7 +1739,7 @@
|
|
1676
1739
|
"types": [
|
1677
1740
|
{
|
1678
1741
|
"type": "reference",
|
1679
|
-
"id":
|
1742
|
+
"id": 205,
|
1680
1743
|
"name": "DialogContentProps"
|
1681
1744
|
},
|
1682
1745
|
{
|
@@ -1702,7 +1765,7 @@
|
|
1702
1765
|
}
|
1703
1766
|
},
|
1704
1767
|
{
|
1705
|
-
"id":
|
1768
|
+
"id": 253,
|
1706
1769
|
"name": "Drawer",
|
1707
1770
|
"kind": 1024,
|
1708
1771
|
"kindString": "Property",
|
@@ -1715,6 +1778,7 @@
|
|
1715
1778
|
"types": [
|
1716
1779
|
{
|
1717
1780
|
"type": "reference",
|
1781
|
+
"id": 217,
|
1718
1782
|
"name": "DialogDrawerProps"
|
1719
1783
|
},
|
1720
1784
|
{
|
@@ -1740,7 +1804,7 @@
|
|
1740
1804
|
}
|
1741
1805
|
},
|
1742
1806
|
{
|
1743
|
-
"id":
|
1807
|
+
"id": 252,
|
1744
1808
|
"name": "Extra",
|
1745
1809
|
"kind": 1024,
|
1746
1810
|
"kindString": "Property",
|
@@ -1778,7 +1842,7 @@
|
|
1778
1842
|
}
|
1779
1843
|
},
|
1780
1844
|
{
|
1781
|
-
"id":
|
1845
|
+
"id": 251,
|
1782
1846
|
"name": "Footer",
|
1783
1847
|
"kind": 1024,
|
1784
1848
|
"kindString": "Property",
|
@@ -1791,7 +1855,7 @@
|
|
1791
1855
|
"types": [
|
1792
1856
|
{
|
1793
1857
|
"type": "reference",
|
1794
|
-
"id":
|
1858
|
+
"id": 224,
|
1795
1859
|
"name": "DialogFooterProps"
|
1796
1860
|
},
|
1797
1861
|
{
|
@@ -1817,7 +1881,7 @@
|
|
1817
1881
|
}
|
1818
1882
|
},
|
1819
1883
|
{
|
1820
|
-
"id":
|
1884
|
+
"id": 250,
|
1821
1885
|
"name": "Title",
|
1822
1886
|
"kind": 1024,
|
1823
1887
|
"kindString": "Property",
|
@@ -1830,7 +1894,7 @@
|
|
1830
1894
|
"types": [
|
1831
1895
|
{
|
1832
1896
|
"type": "reference",
|
1833
|
-
"id":
|
1897
|
+
"id": 226,
|
1834
1898
|
"name": "DialogTitleProps"
|
1835
1899
|
},
|
1836
1900
|
{
|
@@ -1856,7 +1920,7 @@
|
|
1856
1920
|
}
|
1857
1921
|
},
|
1858
1922
|
{
|
1859
|
-
"id":
|
1923
|
+
"id": 248,
|
1860
1924
|
"name": "Trigger",
|
1861
1925
|
"kind": 1024,
|
1862
1926
|
"kindString": "Property",
|
@@ -1901,7 +1965,7 @@
|
|
1901
1965
|
],
|
1902
1966
|
"props": [
|
1903
1967
|
{
|
1904
|
-
"id":
|
1968
|
+
"id": 299,
|
1905
1969
|
"name": "Anchor",
|
1906
1970
|
"kind": 1024,
|
1907
1971
|
"kindString": "Property",
|
@@ -1911,7 +1975,7 @@
|
|
1911
1975
|
"typeArguments": [
|
1912
1976
|
{
|
1913
1977
|
"type": "reference",
|
1914
|
-
"id":
|
1978
|
+
"id": 287,
|
1915
1979
|
"name": "HangerAnchorProps"
|
1916
1980
|
}
|
1917
1981
|
],
|
@@ -1921,7 +1985,7 @@
|
|
1921
1985
|
}
|
1922
1986
|
},
|
1923
1987
|
{
|
1924
|
-
"id":
|
1988
|
+
"id": 300,
|
1925
1989
|
"name": "Content",
|
1926
1990
|
"kind": 1024,
|
1927
1991
|
"kindString": "Property",
|
@@ -1931,7 +1995,7 @@
|
|
1931
1995
|
"typeArguments": [
|
1932
1996
|
{
|
1933
1997
|
"type": "reference",
|
1934
|
-
"id":
|
1998
|
+
"id": 288,
|
1935
1999
|
"name": "HangerContentProps"
|
1936
2000
|
}
|
1937
2001
|
],
|
@@ -1948,7 +2012,7 @@
|
|
1948
2012
|
],
|
1949
2013
|
"props": [
|
1950
2014
|
{
|
1951
|
-
"id":
|
2015
|
+
"id": 517,
|
1952
2016
|
"name": "Group",
|
1953
2017
|
"kind": 1024,
|
1954
2018
|
"kindString": "Property",
|
@@ -1964,7 +2028,7 @@
|
|
1964
2028
|
"types": [
|
1965
2029
|
{
|
1966
2030
|
"type": "reference",
|
1967
|
-
"id":
|
2031
|
+
"id": 513,
|
1968
2032
|
"name": "NavigationMenuGroupProps"
|
1969
2033
|
},
|
1970
2034
|
{
|
@@ -1997,7 +2061,7 @@
|
|
1997
2061
|
],
|
1998
2062
|
"props": [
|
1999
2063
|
{
|
2000
|
-
"id":
|
2064
|
+
"id": 521,
|
2001
2065
|
"name": "Item",
|
2002
2066
|
"kind": 1024,
|
2003
2067
|
"kindString": "Property",
|
@@ -2013,7 +2077,7 @@
|
|
2013
2077
|
"types": [
|
2014
2078
|
{
|
2015
2079
|
"type": "reference",
|
2016
|
-
"id":
|
2080
|
+
"id": 505,
|
2017
2081
|
"name": "NavigationItemProps"
|
2018
2082
|
},
|
2019
2083
|
{
|
@@ -2039,7 +2103,7 @@
|
|
2039
2103
|
}
|
2040
2104
|
},
|
2041
2105
|
{
|
2042
|
-
"id":
|
2106
|
+
"id": 522,
|
2043
2107
|
"name": "Menu",
|
2044
2108
|
"kind": 1024,
|
2045
2109
|
"kindString": "Property",
|
@@ -2049,12 +2113,12 @@
|
|
2049
2113
|
},
|
2050
2114
|
"type": {
|
2051
2115
|
"type": "reference",
|
2052
|
-
"id":
|
2116
|
+
"id": 515,
|
2053
2117
|
"name": "ForwardedNavigationMenuWithStatics"
|
2054
2118
|
}
|
2055
2119
|
},
|
2056
2120
|
{
|
2057
|
-
"id":
|
2121
|
+
"id": 523,
|
2058
2122
|
"name": "Panel",
|
2059
2123
|
"kind": 1024,
|
2060
2124
|
"kindString": "Property",
|
@@ -2070,7 +2134,7 @@
|
|
2070
2134
|
"types": [
|
2071
2135
|
{
|
2072
2136
|
"type": "reference",
|
2073
|
-
"id":
|
2137
|
+
"id": 512,
|
2074
2138
|
"name": "NavigationPanelProps"
|
2075
2139
|
},
|
2076
2140
|
{
|
@@ -2103,7 +2167,7 @@
|
|
2103
2167
|
],
|
2104
2168
|
"props": [
|
2105
2169
|
{
|
2106
|
-
"id":
|
2170
|
+
"id": 592,
|
2107
2171
|
"name": "Close",
|
2108
2172
|
"kind": 1024,
|
2109
2173
|
"kindString": "Property",
|
@@ -2113,7 +2177,7 @@
|
|
2113
2177
|
"typeArguments": [
|
2114
2178
|
{
|
2115
2179
|
"type": "reference",
|
2116
|
-
"id":
|
2180
|
+
"id": 584,
|
2117
2181
|
"name": "PopoverCloseProps"
|
2118
2182
|
}
|
2119
2183
|
],
|
@@ -2123,7 +2187,7 @@
|
|
2123
2187
|
}
|
2124
2188
|
},
|
2125
2189
|
{
|
2126
|
-
"id":
|
2190
|
+
"id": 591,
|
2127
2191
|
"name": "Content",
|
2128
2192
|
"kind": 1024,
|
2129
2193
|
"kindString": "Property",
|
@@ -2133,7 +2197,7 @@
|
|
2133
2197
|
"typeArguments": [
|
2134
2198
|
{
|
2135
2199
|
"type": "reference",
|
2136
|
-
"id":
|
2200
|
+
"id": 577,
|
2137
2201
|
"name": "PopoverContentProps"
|
2138
2202
|
}
|
2139
2203
|
],
|
@@ -2143,7 +2207,7 @@
|
|
2143
2207
|
}
|
2144
2208
|
},
|
2145
2209
|
{
|
2146
|
-
"id":
|
2210
|
+
"id": 590,
|
2147
2211
|
"name": "Trigger",
|
2148
2212
|
"kind": 1024,
|
2149
2213
|
"kindString": "Property",
|
@@ -2153,7 +2217,7 @@
|
|
2153
2217
|
"typeArguments": [
|
2154
2218
|
{
|
2155
2219
|
"type": "reference",
|
2156
|
-
"id":
|
2220
|
+
"id": 572,
|
2157
2221
|
"name": "PopoverTriggerProps"
|
2158
2222
|
}
|
2159
2223
|
],
|
@@ -2170,7 +2234,7 @@
|
|
2170
2234
|
],
|
2171
2235
|
"props": [
|
2172
2236
|
{
|
2173
|
-
"id":
|
2237
|
+
"id": 723,
|
2174
2238
|
"name": "Item",
|
2175
2239
|
"kind": 1024,
|
2176
2240
|
"kindString": "Property",
|
@@ -2183,7 +2247,7 @@
|
|
2183
2247
|
"typeArguments": [
|
2184
2248
|
{
|
2185
2249
|
"type": "reference",
|
2186
|
-
"id":
|
2250
|
+
"id": 714,
|
2187
2251
|
"name": "RadioGroupItemProps"
|
2188
2252
|
}
|
2189
2253
|
],
|
@@ -2200,7 +2264,7 @@
|
|
2200
2264
|
],
|
2201
2265
|
"props": [
|
2202
2266
|
{
|
2203
|
-
"id":
|
2267
|
+
"id": 1004,
|
2204
2268
|
"name": "Content",
|
2205
2269
|
"kind": 1024,
|
2206
2270
|
"kindString": "Property",
|
@@ -2216,7 +2280,7 @@
|
|
2216
2280
|
"types": [
|
2217
2281
|
{
|
2218
2282
|
"type": "reference",
|
2219
|
-
"id":
|
2283
|
+
"id": 997,
|
2220
2284
|
"name": "TabContentProps"
|
2221
2285
|
},
|
2222
2286
|
{
|
@@ -2242,7 +2306,7 @@
|
|
2242
2306
|
}
|
2243
2307
|
},
|
2244
2308
|
{
|
2245
|
-
"id":
|
2309
|
+
"id": 1002,
|
2246
2310
|
"name": "List",
|
2247
2311
|
"kind": 1024,
|
2248
2312
|
"kindString": "Property",
|
@@ -2258,7 +2322,7 @@
|
|
2258
2322
|
"types": [
|
2259
2323
|
{
|
2260
2324
|
"type": "reference",
|
2261
|
-
"id":
|
2325
|
+
"id": 992,
|
2262
2326
|
"name": "TabListProps"
|
2263
2327
|
},
|
2264
2328
|
{
|
@@ -2284,7 +2348,7 @@
|
|
2284
2348
|
}
|
2285
2349
|
},
|
2286
2350
|
{
|
2287
|
-
"id":
|
2351
|
+
"id": 1003,
|
2288
2352
|
"name": "Trigger",
|
2289
2353
|
"kind": 1024,
|
2290
2354
|
"kindString": "Property",
|
@@ -2300,7 +2364,7 @@
|
|
2300
2364
|
"types": [
|
2301
2365
|
{
|
2302
2366
|
"type": "reference",
|
2303
|
-
"id":
|
2367
|
+
"id": 993,
|
2304
2368
|
"name": "TabTriggerProps"
|
2305
2369
|
},
|
2306
2370
|
{
|
@@ -2333,7 +2397,7 @@
|
|
2333
2397
|
],
|
2334
2398
|
"props": [
|
2335
2399
|
{
|
2336
|
-
"id":
|
2400
|
+
"id": 1127,
|
2337
2401
|
"name": "Group",
|
2338
2402
|
"kind": 1024,
|
2339
2403
|
"kindString": "Property",
|
@@ -2349,7 +2413,7 @@
|
|
2349
2413
|
"types": [
|
2350
2414
|
{
|
2351
2415
|
"type": "reference",
|
2352
|
-
"id":
|
2416
|
+
"id": 1107,
|
2353
2417
|
"name": "TreeviewGroupProps"
|
2354
2418
|
},
|
2355
2419
|
{
|
@@ -2375,7 +2439,7 @@
|
|
2375
2439
|
}
|
2376
2440
|
},
|
2377
2441
|
{
|
2378
|
-
"id":
|
2442
|
+
"id": 1126,
|
2379
2443
|
"name": "Item",
|
2380
2444
|
"kind": 1024,
|
2381
2445
|
"kindString": "Property",
|
@@ -2391,7 +2455,7 @@
|
|
2391
2455
|
"types": [
|
2392
2456
|
{
|
2393
2457
|
"type": "reference",
|
2394
|
-
"id":
|
2458
|
+
"id": 1106,
|
2395
2459
|
"name": "TreeviewItemProps"
|
2396
2460
|
},
|
2397
2461
|
{
|
@@ -2424,7 +2488,7 @@
|
|
2424
2488
|
],
|
2425
2489
|
"props": [
|
2426
2490
|
{
|
2427
|
-
"id":
|
2491
|
+
"id": 278,
|
2428
2492
|
"name": "as",
|
2429
2493
|
"kind": 1024,
|
2430
2494
|
"kindString": "Property",
|
@@ -2453,7 +2517,7 @@
|
|
2453
2517
|
}
|
2454
2518
|
},
|
2455
2519
|
{
|
2456
|
-
"id":
|
2520
|
+
"id": 279,
|
2457
2521
|
"name": "children",
|
2458
2522
|
"kind": 1024,
|
2459
2523
|
"kindString": "Property",
|
@@ -2477,7 +2541,7 @@
|
|
2477
2541
|
],
|
2478
2542
|
"props": [
|
2479
2543
|
{
|
2480
|
-
"id":
|
2544
|
+
"id": 290,
|
2481
2545
|
"name": "placement",
|
2482
2546
|
"kind": 1024,
|
2483
2547
|
"kindString": "Property",
|
@@ -2499,7 +2563,7 @@
|
|
2499
2563
|
"HangerTexts": {
|
2500
2564
|
"props": [
|
2501
2565
|
{
|
2502
|
-
"id":
|
2566
|
+
"id": 286,
|
2503
2567
|
"name": "close",
|
2504
2568
|
"kind": 1024,
|
2505
2569
|
"kindString": "Property",
|
@@ -2520,7 +2584,7 @@
|
|
2520
2584
|
],
|
2521
2585
|
"props": [
|
2522
2586
|
{
|
2523
|
-
"id":
|
2587
|
+
"id": 312,
|
2524
2588
|
"name": "appearance",
|
2525
2589
|
"kind": 1024,
|
2526
2590
|
"kindString": "Property",
|
@@ -2537,7 +2601,7 @@
|
|
2537
2601
|
}
|
2538
2602
|
},
|
2539
2603
|
{
|
2540
|
-
"id":
|
2604
|
+
"id": 319,
|
2541
2605
|
"name": "icon",
|
2542
2606
|
"kind": 1024,
|
2543
2607
|
"kindString": "Property",
|
@@ -2547,12 +2611,12 @@
|
|
2547
2611
|
},
|
2548
2612
|
"type": {
|
2549
2613
|
"type": "reference",
|
2550
|
-
"id":
|
2614
|
+
"id": 303,
|
2551
2615
|
"name": "IconName"
|
2552
2616
|
}
|
2553
2617
|
},
|
2554
2618
|
{
|
2555
|
-
"id":
|
2619
|
+
"id": 326,
|
2556
2620
|
"name": "rounded",
|
2557
2621
|
"kind": 1024,
|
2558
2622
|
"kindString": "Property",
|
@@ -2568,7 +2632,7 @@
|
|
2568
2632
|
}
|
2569
2633
|
},
|
2570
2634
|
{
|
2571
|
-
"id":
|
2635
|
+
"id": 327,
|
2572
2636
|
"name": "tooltip",
|
2573
2637
|
"kind": 1024,
|
2574
2638
|
"kindString": "Property",
|
@@ -2584,7 +2648,7 @@
|
|
2584
2648
|
}
|
2585
2649
|
},
|
2586
2650
|
{
|
2587
|
-
"id":
|
2651
|
+
"id": 313,
|
2588
2652
|
"name": "dialog",
|
2589
2653
|
"kind": 2048,
|
2590
2654
|
"kindString": "Method",
|
@@ -2593,7 +2657,7 @@
|
|
2593
2657
|
},
|
2594
2658
|
"signatures": [
|
2595
2659
|
{
|
2596
|
-
"id":
|
2660
|
+
"id": 314,
|
2597
2661
|
"name": "dialog",
|
2598
2662
|
"kind": 4096,
|
2599
2663
|
"kindString": "Call signature",
|
@@ -2603,7 +2667,7 @@
|
|
2603
2667
|
},
|
2604
2668
|
"parameters": [
|
2605
2669
|
{
|
2606
|
-
"id":
|
2670
|
+
"id": 315,
|
2607
2671
|
"name": "props",
|
2608
2672
|
"kind": 32768,
|
2609
2673
|
"kindString": "Parameter",
|
@@ -2613,7 +2677,7 @@
|
|
2613
2677
|
"typeArguments": [
|
2614
2678
|
{
|
2615
2679
|
"type": "reference",
|
2616
|
-
"id":
|
2680
|
+
"id": 231,
|
2617
2681
|
"name": "DialogProps"
|
2618
2682
|
}
|
2619
2683
|
],
|
@@ -2633,7 +2697,7 @@
|
|
2633
2697
|
]
|
2634
2698
|
},
|
2635
2699
|
{
|
2636
|
-
"id":
|
2700
|
+
"id": 316,
|
2637
2701
|
"name": "hanger",
|
2638
2702
|
"kind": 2048,
|
2639
2703
|
"kindString": "Method",
|
@@ -2642,7 +2706,7 @@
|
|
2642
2706
|
},
|
2643
2707
|
"signatures": [
|
2644
2708
|
{
|
2645
|
-
"id":
|
2709
|
+
"id": 317,
|
2646
2710
|
"name": "hanger",
|
2647
2711
|
"kind": 4096,
|
2648
2712
|
"kindString": "Call signature",
|
@@ -2652,7 +2716,7 @@
|
|
2652
2716
|
},
|
2653
2717
|
"parameters": [
|
2654
2718
|
{
|
2655
|
-
"id":
|
2719
|
+
"id": 318,
|
2656
2720
|
"name": "props",
|
2657
2721
|
"kind": 32768,
|
2658
2722
|
"kindString": "Parameter",
|
@@ -2662,7 +2726,7 @@
|
|
2662
2726
|
"typeArguments": [
|
2663
2727
|
{
|
2664
2728
|
"type": "reference",
|
2665
|
-
"id":
|
2729
|
+
"id": 291,
|
2666
2730
|
"name": "HangerProps"
|
2667
2731
|
}
|
2668
2732
|
],
|
@@ -2682,7 +2746,7 @@
|
|
2682
2746
|
]
|
2683
2747
|
},
|
2684
2748
|
{
|
2685
|
-
"id":
|
2749
|
+
"id": 320,
|
2686
2750
|
"name": "menu",
|
2687
2751
|
"kind": 2048,
|
2688
2752
|
"kindString": "Method",
|
@@ -2691,7 +2755,7 @@
|
|
2691
2755
|
},
|
2692
2756
|
"signatures": [
|
2693
2757
|
{
|
2694
|
-
"id":
|
2758
|
+
"id": 321,
|
2695
2759
|
"name": "menu",
|
2696
2760
|
"kind": 4096,
|
2697
2761
|
"kindString": "Call signature",
|
@@ -2701,7 +2765,7 @@
|
|
2701
2765
|
},
|
2702
2766
|
"parameters": [
|
2703
2767
|
{
|
2704
|
-
"id":
|
2768
|
+
"id": 322,
|
2705
2769
|
"name": "props",
|
2706
2770
|
"kind": 32768,
|
2707
2771
|
"kindString": "Parameter",
|
@@ -2711,7 +2775,7 @@
|
|
2711
2775
|
"typeArguments": [
|
2712
2776
|
{
|
2713
2777
|
"type": "reference",
|
2714
|
-
"id":
|
2778
|
+
"id": 405,
|
2715
2779
|
"name": "MenuProps"
|
2716
2780
|
}
|
2717
2781
|
],
|
@@ -2731,7 +2795,7 @@
|
|
2731
2795
|
]
|
2732
2796
|
},
|
2733
2797
|
{
|
2734
|
-
"id":
|
2798
|
+
"id": 323,
|
2735
2799
|
"name": "popover",
|
2736
2800
|
"kind": 2048,
|
2737
2801
|
"kindString": "Method",
|
@@ -2740,7 +2804,7 @@
|
|
2740
2804
|
},
|
2741
2805
|
"signatures": [
|
2742
2806
|
{
|
2743
|
-
"id":
|
2807
|
+
"id": 324,
|
2744
2808
|
"name": "popover",
|
2745
2809
|
"kind": 4096,
|
2746
2810
|
"kindString": "Call signature",
|
@@ -2750,7 +2814,7 @@
|
|
2750
2814
|
},
|
2751
2815
|
"parameters": [
|
2752
2816
|
{
|
2753
|
-
"id":
|
2817
|
+
"id": 325,
|
2754
2818
|
"name": "props",
|
2755
2819
|
"kind": 32768,
|
2756
2820
|
"kindString": "Parameter",
|
@@ -2760,7 +2824,7 @@
|
|
2760
2824
|
"typeArguments": [
|
2761
2825
|
{
|
2762
2826
|
"type": "reference",
|
2763
|
-
"id":
|
2827
|
+
"id": 585,
|
2764
2828
|
"name": "PopoverProps"
|
2765
2829
|
}
|
2766
2830
|
],
|
@@ -3601,7 +3665,7 @@
|
|
3601
3665
|
],
|
3602
3666
|
"props": [
|
3603
3667
|
{
|
3604
|
-
"id":
|
3668
|
+
"id": 306,
|
3605
3669
|
"name": "name",
|
3606
3670
|
"kind": 1024,
|
3607
3671
|
"kindString": "Property",
|
@@ -3611,7 +3675,7 @@
|
|
3611
3675
|
},
|
3612
3676
|
"type": {
|
3613
3677
|
"type": "reference",
|
3614
|
-
"id":
|
3678
|
+
"id": 303,
|
3615
3679
|
"name": "IconName"
|
3616
3680
|
}
|
3617
3681
|
}
|
@@ -3623,7 +3687,7 @@
|
|
3623
3687
|
],
|
3624
3688
|
"props": [
|
3625
3689
|
{
|
3626
|
-
"id":
|
3690
|
+
"id": 348,
|
3627
3691
|
"name": "button",
|
3628
3692
|
"kind": 1024,
|
3629
3693
|
"kindString": "Property",
|
@@ -3641,7 +3705,7 @@
|
|
3641
3705
|
}
|
3642
3706
|
},
|
3643
3707
|
{
|
3644
|
-
"id":
|
3708
|
+
"id": 350,
|
3645
3709
|
"name": "highlighted",
|
3646
3710
|
"kind": 1024,
|
3647
3711
|
"kindString": "Property",
|
@@ -3657,7 +3721,7 @@
|
|
3657
3721
|
}
|
3658
3722
|
},
|
3659
3723
|
{
|
3660
|
-
"id":
|
3724
|
+
"id": 349,
|
3661
3725
|
"name": "icon",
|
3662
3726
|
"kind": 1024,
|
3663
3727
|
"kindString": "Property",
|
@@ -3672,7 +3736,7 @@
|
|
3672
3736
|
"types": [
|
3673
3737
|
{
|
3674
3738
|
"type": "reference",
|
3675
|
-
"id":
|
3739
|
+
"id": 303,
|
3676
3740
|
"name": "IconName"
|
3677
3741
|
},
|
3678
3742
|
{
|
@@ -3685,7 +3749,7 @@
|
|
3685
3749
|
}
|
3686
3750
|
},
|
3687
3751
|
{
|
3688
|
-
"id":
|
3752
|
+
"id": 351,
|
3689
3753
|
"name": "state",
|
3690
3754
|
"kind": 1024,
|
3691
3755
|
"kindString": "Property",
|
@@ -3711,7 +3775,7 @@
|
|
3711
3775
|
],
|
3712
3776
|
"props": [
|
3713
3777
|
{
|
3714
|
-
"id":
|
3778
|
+
"id": 380,
|
3715
3779
|
"name": "data",
|
3716
3780
|
"kind": 1024,
|
3717
3781
|
"kindString": "Property",
|
@@ -3725,13 +3789,13 @@
|
|
3725
3789
|
"type": "array",
|
3726
3790
|
"elementType": {
|
3727
3791
|
"type": "reference",
|
3728
|
-
"id":
|
3792
|
+
"id": 371,
|
3729
3793
|
"name": "ListboxItem"
|
3730
3794
|
}
|
3731
3795
|
}
|
3732
3796
|
},
|
3733
3797
|
{
|
3734
|
-
"id":
|
3798
|
+
"id": 381,
|
3735
3799
|
"name": "defaultValue",
|
3736
3800
|
"kind": 1024,
|
3737
3801
|
"kindString": "Property",
|
@@ -3743,12 +3807,12 @@
|
|
3743
3807
|
},
|
3744
3808
|
"type": {
|
3745
3809
|
"type": "reference",
|
3746
|
-
"id":
|
3810
|
+
"id": 372,
|
3747
3811
|
"name": "ListboxValue"
|
3748
3812
|
}
|
3749
3813
|
},
|
3750
3814
|
{
|
3751
|
-
"id":
|
3815
|
+
"id": 382,
|
3752
3816
|
"name": "emptyValue",
|
3753
3817
|
"kind": 1024,
|
3754
3818
|
"kindString": "Property",
|
@@ -3760,12 +3824,12 @@
|
|
3760
3824
|
},
|
3761
3825
|
"type": {
|
3762
3826
|
"type": "reference",
|
3763
|
-
"id":
|
3827
|
+
"id": 372,
|
3764
3828
|
"name": "ListboxValue"
|
3765
3829
|
}
|
3766
3830
|
},
|
3767
3831
|
{
|
3768
|
-
"id":
|
3832
|
+
"id": 383,
|
3769
3833
|
"name": "highlighted",
|
3770
3834
|
"kind": 1024,
|
3771
3835
|
"kindString": "Property",
|
@@ -3781,7 +3845,7 @@
|
|
3781
3845
|
}
|
3782
3846
|
},
|
3783
3847
|
{
|
3784
|
-
"id":
|
3848
|
+
"id": 384,
|
3785
3849
|
"name": "loading",
|
3786
3850
|
"kind": 1024,
|
3787
3851
|
"kindString": "Property",
|
@@ -3797,7 +3861,7 @@
|
|
3797
3861
|
}
|
3798
3862
|
},
|
3799
3863
|
{
|
3800
|
-
"id":
|
3864
|
+
"id": 385,
|
3801
3865
|
"name": "state",
|
3802
3866
|
"kind": 1024,
|
3803
3867
|
"kindString": "Property",
|
@@ -3814,7 +3878,7 @@
|
|
3814
3878
|
}
|
3815
3879
|
},
|
3816
3880
|
{
|
3817
|
-
"id":
|
3881
|
+
"id": 386,
|
3818
3882
|
"name": "value",
|
3819
3883
|
"kind": 1024,
|
3820
3884
|
"kindString": "Property",
|
@@ -3826,7 +3890,7 @@
|
|
3826
3890
|
},
|
3827
3891
|
"type": {
|
3828
3892
|
"type": "reference",
|
3829
|
-
"id":
|
3893
|
+
"id": 372,
|
3830
3894
|
"name": "ListboxValue"
|
3831
3895
|
}
|
3832
3896
|
}
|
@@ -3835,7 +3899,7 @@
|
|
3835
3899
|
"ListboxTexts": {
|
3836
3900
|
"props": [
|
3837
3901
|
{
|
3838
|
-
"id":
|
3902
|
+
"id": 377,
|
3839
3903
|
"name": "allOption",
|
3840
3904
|
"kind": 1024,
|
3841
3905
|
"kindString": "Property",
|
@@ -3849,7 +3913,7 @@
|
|
3849
3913
|
}
|
3850
3914
|
},
|
3851
3915
|
{
|
3852
|
-
"id":
|
3916
|
+
"id": 375,
|
3853
3917
|
"name": "empty",
|
3854
3918
|
"kind": 1024,
|
3855
3919
|
"kindString": "Property",
|
@@ -3863,7 +3927,7 @@
|
|
3863
3927
|
}
|
3864
3928
|
},
|
3865
3929
|
{
|
3866
|
-
"id":
|
3930
|
+
"id": 376,
|
3867
3931
|
"name": "loading",
|
3868
3932
|
"kind": 1024,
|
3869
3933
|
"kindString": "Property",
|
@@ -3882,7 +3946,7 @@
|
|
3882
3946
|
"Localization": {
|
3883
3947
|
"props": [
|
3884
3948
|
{
|
3885
|
-
"id":
|
3949
|
+
"id": 617,
|
3886
3950
|
"name": "formatting",
|
3887
3951
|
"kind": 1024,
|
3888
3952
|
"kindString": "Property",
|
@@ -3893,14 +3957,14 @@
|
|
3893
3957
|
"type": {
|
3894
3958
|
"type": "reflection",
|
3895
3959
|
"declaration": {
|
3896
|
-
"id":
|
3960
|
+
"id": 618,
|
3897
3961
|
"name": "__type",
|
3898
3962
|
"kind": 65536,
|
3899
3963
|
"kindString": "Type literal",
|
3900
3964
|
"flags": {},
|
3901
3965
|
"children": [
|
3902
3966
|
{
|
3903
|
-
"id":
|
3967
|
+
"id": 619,
|
3904
3968
|
"name": "date",
|
3905
3969
|
"kind": 1024,
|
3906
3970
|
"kindString": "Property",
|
@@ -3919,7 +3983,7 @@
|
|
3919
3983
|
"title": "Properties",
|
3920
3984
|
"kind": 1024,
|
3921
3985
|
"children": [
|
3922
|
-
|
3986
|
+
619
|
3923
3987
|
]
|
3924
3988
|
}
|
3925
3989
|
]
|
@@ -3927,7 +3991,7 @@
|
|
3927
3991
|
}
|
3928
3992
|
},
|
3929
3993
|
{
|
3930
|
-
"id":
|
3994
|
+
"id": 615,
|
3931
3995
|
"name": "locale",
|
3932
3996
|
"kind": 1024,
|
3933
3997
|
"kindString": "Property",
|
@@ -3942,7 +4006,7 @@
|
|
3942
4006
|
}
|
3943
4007
|
},
|
3944
4008
|
{
|
3945
|
-
"id":
|
4009
|
+
"id": 616,
|
3946
4010
|
"name": "texts",
|
3947
4011
|
"kind": 1024,
|
3948
4012
|
"kindString": "Property",
|
@@ -3952,7 +4016,7 @@
|
|
3952
4016
|
},
|
3953
4017
|
"type": {
|
3954
4018
|
"type": "reference",
|
3955
|
-
"id":
|
4019
|
+
"id": 600,
|
3956
4020
|
"name": "LocalizationTexts"
|
3957
4021
|
}
|
3958
4022
|
}
|
@@ -3961,7 +4025,7 @@
|
|
3961
4025
|
"LocalizationTexts": {
|
3962
4026
|
"props": [
|
3963
4027
|
{
|
3964
|
-
"id":
|
4028
|
+
"id": 602,
|
3965
4029
|
"name": "calendar",
|
3966
4030
|
"kind": 1024,
|
3967
4031
|
"kindString": "Property",
|
@@ -3976,7 +4040,7 @@
|
|
3976
4040
|
}
|
3977
4041
|
},
|
3978
4042
|
{
|
3979
|
-
"id":
|
4043
|
+
"id": 603,
|
3980
4044
|
"name": "datepicker",
|
3981
4045
|
"kind": 1024,
|
3982
4046
|
"kindString": "Property",
|
@@ -3991,7 +4055,7 @@
|
|
3991
4055
|
}
|
3992
4056
|
},
|
3993
4057
|
{
|
3994
|
-
"id":
|
4058
|
+
"id": 606,
|
3995
4059
|
"name": "dialog",
|
3996
4060
|
"kind": 1024,
|
3997
4061
|
"kindString": "Property",
|
@@ -4001,12 +4065,12 @@
|
|
4001
4065
|
},
|
4002
4066
|
"type": {
|
4003
4067
|
"type": "reference",
|
4004
|
-
"id":
|
4068
|
+
"id": 227,
|
4005
4069
|
"name": "DialogTexts"
|
4006
4070
|
}
|
4007
4071
|
},
|
4008
4072
|
{
|
4009
|
-
"id":
|
4073
|
+
"id": 604,
|
4010
4074
|
"name": "hanger",
|
4011
4075
|
"kind": 1024,
|
4012
4076
|
"kindString": "Property",
|
@@ -4016,12 +4080,12 @@
|
|
4016
4080
|
},
|
4017
4081
|
"type": {
|
4018
4082
|
"type": "reference",
|
4019
|
-
"id":
|
4083
|
+
"id": 284,
|
4020
4084
|
"name": "HangerTexts"
|
4021
4085
|
}
|
4022
4086
|
},
|
4023
4087
|
{
|
4024
|
-
"id":
|
4088
|
+
"id": 605,
|
4025
4089
|
"name": "listbox",
|
4026
4090
|
"kind": 1024,
|
4027
4091
|
"kindString": "Property",
|
@@ -4031,12 +4095,12 @@
|
|
4031
4095
|
},
|
4032
4096
|
"type": {
|
4033
4097
|
"type": "reference",
|
4034
|
-
"id":
|
4098
|
+
"id": 373,
|
4035
4099
|
"name": "ListboxTexts"
|
4036
4100
|
}
|
4037
4101
|
},
|
4038
4102
|
{
|
4039
|
-
"id":
|
4103
|
+
"id": 607,
|
4040
4104
|
"name": "pagination",
|
4041
4105
|
"kind": 1024,
|
4042
4106
|
"kindString": "Property",
|
@@ -4046,12 +4110,12 @@
|
|
4046
4110
|
},
|
4047
4111
|
"type": {
|
4048
4112
|
"type": "reference",
|
4049
|
-
"id":
|
4113
|
+
"id": 536,
|
4050
4114
|
"name": "PaginationTexts"
|
4051
4115
|
}
|
4052
4116
|
},
|
4053
4117
|
{
|
4054
|
-
"id":
|
4118
|
+
"id": 612,
|
4055
4119
|
"name": "searchInput",
|
4056
4120
|
"kind": 1024,
|
4057
4121
|
"kindString": "Property",
|
@@ -4061,12 +4125,12 @@
|
|
4061
4125
|
},
|
4062
4126
|
"type": {
|
4063
4127
|
"type": "reference",
|
4064
|
-
"id":
|
4128
|
+
"id": 358,
|
4065
4129
|
"name": "SearchInputTexts"
|
4066
4130
|
}
|
4067
4131
|
},
|
4068
4132
|
{
|
4069
|
-
"id":
|
4133
|
+
"id": 609,
|
4070
4134
|
"name": "select",
|
4071
4135
|
"kind": 1024,
|
4072
4136
|
"kindString": "Property",
|
@@ -4076,12 +4140,12 @@
|
|
4076
4140
|
},
|
4077
4141
|
"type": {
|
4078
4142
|
"type": "reference",
|
4079
|
-
"id":
|
4143
|
+
"id": 734,
|
4080
4144
|
"name": "SelectTexts"
|
4081
4145
|
}
|
4082
4146
|
},
|
4083
4147
|
{
|
4084
|
-
"id":
|
4148
|
+
"id": 608,
|
4085
4149
|
"name": "table",
|
4086
4150
|
"kind": 1024,
|
4087
4151
|
"kindString": "Property",
|
@@ -4091,12 +4155,12 @@
|
|
4091
4155
|
},
|
4092
4156
|
"type": {
|
4093
4157
|
"type": "reference",
|
4094
|
-
"id":
|
4158
|
+
"id": 927,
|
4095
4159
|
"name": "TableTexts"
|
4096
4160
|
}
|
4097
4161
|
},
|
4098
4162
|
{
|
4099
|
-
"id":
|
4163
|
+
"id": 610,
|
4100
4164
|
"name": "toasts",
|
4101
4165
|
"kind": 1024,
|
4102
4166
|
"kindString": "Property",
|
@@ -4110,7 +4174,7 @@
|
|
4110
4174
|
}
|
4111
4175
|
},
|
4112
4176
|
{
|
4113
|
-
"id":
|
4177
|
+
"id": 611,
|
4114
4178
|
"name": "tour",
|
4115
4179
|
"kind": 1024,
|
4116
4180
|
"kindString": "Property",
|
@@ -4120,7 +4184,7 @@
|
|
4120
4184
|
},
|
4121
4185
|
"type": {
|
4122
4186
|
"type": "reference",
|
4123
|
-
"id":
|
4187
|
+
"id": 1058,
|
4124
4188
|
"name": "TourTexts"
|
4125
4189
|
}
|
4126
4190
|
}
|
@@ -4129,7 +4193,7 @@
|
|
4129
4193
|
"MenuProps": {
|
4130
4194
|
"props": [
|
4131
4195
|
{
|
4132
|
-
"id":
|
4196
|
+
"id": 407,
|
4133
4197
|
"name": "children",
|
4134
4198
|
"kind": 1024,
|
4135
4199
|
"kindString": "Property",
|
@@ -4142,7 +4206,7 @@
|
|
4142
4206
|
}
|
4143
4207
|
},
|
4144
4208
|
{
|
4145
|
-
"id":
|
4209
|
+
"id": 408,
|
4146
4210
|
"name": "id",
|
4147
4211
|
"kind": 1024,
|
4148
4212
|
"kindString": "Property",
|
@@ -4155,7 +4219,7 @@
|
|
4155
4219
|
}
|
4156
4220
|
},
|
4157
4221
|
{
|
4158
|
-
"id":
|
4222
|
+
"id": 409,
|
4159
4223
|
"name": "trigger",
|
4160
4224
|
"kind": 1024,
|
4161
4225
|
"kindString": "Property",
|
@@ -4180,7 +4244,7 @@
|
|
4180
4244
|
],
|
4181
4245
|
"props": [
|
4182
4246
|
{
|
4183
|
-
"id":
|
4247
|
+
"id": 507,
|
4184
4248
|
"name": "active",
|
4185
4249
|
"kind": 1024,
|
4186
4250
|
"kindString": "Property",
|
@@ -4196,7 +4260,7 @@
|
|
4196
4260
|
}
|
4197
4261
|
},
|
4198
4262
|
{
|
4199
|
-
"id":
|
4263
|
+
"id": 508,
|
4200
4264
|
"name": "onDrop",
|
4201
4265
|
"kind": 1024,
|
4202
4266
|
"kindString": "Property",
|
@@ -4214,7 +4278,7 @@
|
|
4214
4278
|
}
|
4215
4279
|
},
|
4216
4280
|
{
|
4217
|
-
"id":
|
4281
|
+
"id": 509,
|
4218
4282
|
"name": "postfix",
|
4219
4283
|
"kind": 1024,
|
4220
4284
|
"kindString": "Property",
|
@@ -4232,7 +4296,7 @@
|
|
4232
4296
|
}
|
4233
4297
|
},
|
4234
4298
|
{
|
4235
|
-
"id":
|
4299
|
+
"id": 510,
|
4236
4300
|
"name": "prefix",
|
4237
4301
|
"kind": 1024,
|
4238
4302
|
"kindString": "Property",
|
@@ -4250,7 +4314,7 @@
|
|
4250
4314
|
}
|
4251
4315
|
},
|
4252
4316
|
{
|
4253
|
-
"id":
|
4317
|
+
"id": 511,
|
4254
4318
|
"name": "target",
|
4255
4319
|
"kind": 1024,
|
4256
4320
|
"kindString": "Property",
|
@@ -4285,7 +4349,7 @@
|
|
4285
4349
|
],
|
4286
4350
|
"props": [
|
4287
4351
|
{
|
4288
|
-
"id":
|
4352
|
+
"id": 549,
|
4289
4353
|
"name": "dangerouslyHijackGlobalKeyboardNavigation",
|
4290
4354
|
"kind": 1024,
|
4291
4355
|
"kindString": "Property",
|
@@ -4301,7 +4365,7 @@
|
|
4301
4365
|
}
|
4302
4366
|
},
|
4303
4367
|
{
|
4304
|
-
"id":
|
4368
|
+
"id": 544,
|
4305
4369
|
"name": "length",
|
4306
4370
|
"kind": 1024,
|
4307
4371
|
"kindString": "Property",
|
@@ -4315,7 +4379,7 @@
|
|
4315
4379
|
}
|
4316
4380
|
},
|
4317
4381
|
{
|
4318
|
-
"id":
|
4382
|
+
"id": 545,
|
4319
4383
|
"name": "pageSizes",
|
4320
4384
|
"kind": 1024,
|
4321
4385
|
"kindString": "Property",
|
@@ -4334,7 +4398,7 @@
|
|
4334
4398
|
}
|
4335
4399
|
},
|
4336
4400
|
{
|
4337
|
-
"id":
|
4401
|
+
"id": 546,
|
4338
4402
|
"name": "showPageControls",
|
4339
4403
|
"kind": 1024,
|
4340
4404
|
"kindString": "Property",
|
@@ -4350,7 +4414,7 @@
|
|
4350
4414
|
}
|
4351
4415
|
},
|
4352
4416
|
{
|
4353
|
-
"id":
|
4417
|
+
"id": 547,
|
4354
4418
|
"name": "showPageNumbers",
|
4355
4419
|
"kind": 1024,
|
4356
4420
|
"kindString": "Property",
|
@@ -4366,7 +4430,7 @@
|
|
4366
4430
|
}
|
4367
4431
|
},
|
4368
4432
|
{
|
4369
|
-
"id":
|
4433
|
+
"id": 548,
|
4370
4434
|
"name": "showPageSize",
|
4371
4435
|
"kind": 1024,
|
4372
4436
|
"kindString": "Property",
|
@@ -4386,7 +4450,7 @@
|
|
4386
4450
|
"PaginationTexts": {
|
4387
4451
|
"props": [
|
4388
4452
|
{
|
4389
|
-
"id":
|
4453
|
+
"id": 541,
|
4390
4454
|
"name": "actions",
|
4391
4455
|
"kind": 1024,
|
4392
4456
|
"kindString": "Property",
|
@@ -4396,12 +4460,12 @@
|
|
4396
4460
|
},
|
4397
4461
|
"type": {
|
4398
4462
|
"type": "reference",
|
4399
|
-
"id":
|
4463
|
+
"id": 525,
|
4400
4464
|
"name": "PaginationTextsActions"
|
4401
4465
|
}
|
4402
4466
|
},
|
4403
4467
|
{
|
4404
|
-
"id":
|
4468
|
+
"id": 538,
|
4405
4469
|
"name": "label",
|
4406
4470
|
"kind": 1024,
|
4407
4471
|
"kindString": "Property",
|
@@ -4415,7 +4479,7 @@
|
|
4415
4479
|
}
|
4416
4480
|
},
|
4417
4481
|
{
|
4418
|
-
"id":
|
4482
|
+
"id": 539,
|
4419
4483
|
"name": "pageSize",
|
4420
4484
|
"kind": 1024,
|
4421
4485
|
"kindString": "Property",
|
@@ -4429,7 +4493,7 @@
|
|
4429
4493
|
}
|
4430
4494
|
},
|
4431
4495
|
{
|
4432
|
-
"id":
|
4496
|
+
"id": 540,
|
4433
4497
|
"name": "showingXofYofTotal",
|
4434
4498
|
"kind": 1024,
|
4435
4499
|
"kindString": "Property",
|
@@ -4447,7 +4511,7 @@
|
|
4447
4511
|
"PaginationTextsActions": {
|
4448
4512
|
"props": [
|
4449
4513
|
{
|
4450
|
-
"id":
|
4514
|
+
"id": 527,
|
4451
4515
|
"name": "firstPage",
|
4452
4516
|
"kind": 1024,
|
4453
4517
|
"kindString": "Property",
|
@@ -4461,7 +4525,7 @@
|
|
4461
4525
|
}
|
4462
4526
|
},
|
4463
4527
|
{
|
4464
|
-
"id":
|
4528
|
+
"id": 528,
|
4465
4529
|
"name": "firstPageWithShortcut",
|
4466
4530
|
"kind": 1024,
|
4467
4531
|
"kindString": "Property",
|
@@ -4475,7 +4539,7 @@
|
|
4475
4539
|
}
|
4476
4540
|
},
|
4477
4541
|
{
|
4478
|
-
"id":
|
4542
|
+
"id": 533,
|
4479
4543
|
"name": "lastPage",
|
4480
4544
|
"kind": 1024,
|
4481
4545
|
"kindString": "Property",
|
@@ -4489,7 +4553,7 @@
|
|
4489
4553
|
}
|
4490
4554
|
},
|
4491
4555
|
{
|
4492
|
-
"id":
|
4556
|
+
"id": 534,
|
4493
4557
|
"name": "lastPageWithShortcut",
|
4494
4558
|
"kind": 1024,
|
4495
4559
|
"kindString": "Property",
|
@@ -4503,7 +4567,7 @@
|
|
4503
4567
|
}
|
4504
4568
|
},
|
4505
4569
|
{
|
4506
|
-
"id":
|
4570
|
+
"id": 529,
|
4507
4571
|
"name": "nextPage",
|
4508
4572
|
"kind": 1024,
|
4509
4573
|
"kindString": "Property",
|
@@ -4517,7 +4581,7 @@
|
|
4517
4581
|
}
|
4518
4582
|
},
|
4519
4583
|
{
|
4520
|
-
"id":
|
4584
|
+
"id": 530,
|
4521
4585
|
"name": "nextPageWithShortcut",
|
4522
4586
|
"kind": 1024,
|
4523
4587
|
"kindString": "Property",
|
@@ -4531,7 +4595,7 @@
|
|
4531
4595
|
}
|
4532
4596
|
},
|
4533
4597
|
{
|
4534
|
-
"id":
|
4598
|
+
"id": 535,
|
4535
4599
|
"name": "pageX",
|
4536
4600
|
"kind": 1024,
|
4537
4601
|
"kindString": "Property",
|
@@ -4545,7 +4609,7 @@
|
|
4545
4609
|
}
|
4546
4610
|
},
|
4547
4611
|
{
|
4548
|
-
"id":
|
4612
|
+
"id": 531,
|
4549
4613
|
"name": "previousPage",
|
4550
4614
|
"kind": 1024,
|
4551
4615
|
"kindString": "Property",
|
@@ -4559,7 +4623,7 @@
|
|
4559
4623
|
}
|
4560
4624
|
},
|
4561
4625
|
{
|
4562
|
-
"id":
|
4626
|
+
"id": 532,
|
4563
4627
|
"name": "previousPageWithShortcut",
|
4564
4628
|
"kind": 1024,
|
4565
4629
|
"kindString": "Property",
|
@@ -4581,7 +4645,7 @@
|
|
4581
4645
|
],
|
4582
4646
|
"props": [
|
4583
4647
|
{
|
4584
|
-
"id":
|
4648
|
+
"id": 579,
|
4585
4649
|
"name": "children",
|
4586
4650
|
"kind": 1024,
|
4587
4651
|
"kindString": "Property",
|
@@ -4598,28 +4662,28 @@
|
|
4598
4662
|
{
|
4599
4663
|
"type": "reflection",
|
4600
4664
|
"declaration": {
|
4601
|
-
"id":
|
4665
|
+
"id": 580,
|
4602
4666
|
"name": "__type",
|
4603
4667
|
"kind": 65536,
|
4604
4668
|
"kindString": "Type literal",
|
4605
4669
|
"flags": {},
|
4606
4670
|
"signatures": [
|
4607
4671
|
{
|
4608
|
-
"id":
|
4672
|
+
"id": 581,
|
4609
4673
|
"name": "__type",
|
4610
4674
|
"kind": 4096,
|
4611
4675
|
"kindString": "Call signature",
|
4612
4676
|
"flags": {},
|
4613
4677
|
"parameters": [
|
4614
4678
|
{
|
4615
|
-
"id":
|
4679
|
+
"id": 582,
|
4616
4680
|
"name": "props",
|
4617
4681
|
"kind": 32768,
|
4618
4682
|
"kindString": "Parameter",
|
4619
4683
|
"flags": {},
|
4620
4684
|
"type": {
|
4621
4685
|
"type": "reference",
|
4622
|
-
"id":
|
4686
|
+
"id": 573,
|
4623
4687
|
"name": "PopoverContentRenderProps"
|
4624
4688
|
}
|
4625
4689
|
}
|
@@ -4638,7 +4702,7 @@
|
|
4638
4702
|
}
|
4639
4703
|
},
|
4640
4704
|
{
|
4641
|
-
"id":
|
4705
|
+
"id": 583,
|
4642
4706
|
"name": "placement",
|
4643
4707
|
"kind": 1024,
|
4644
4708
|
"kindString": "Property",
|
@@ -4659,14 +4723,14 @@
|
|
4659
4723
|
"PopoverContentRenderProps": {
|
4660
4724
|
"props": [
|
4661
4725
|
{
|
4662
|
-
"id":
|
4726
|
+
"id": 575,
|
4663
4727
|
"name": "close",
|
4664
4728
|
"kind": 2048,
|
4665
4729
|
"kindString": "Method",
|
4666
4730
|
"flags": {},
|
4667
4731
|
"signatures": [
|
4668
4732
|
{
|
4669
|
-
"id":
|
4733
|
+
"id": 576,
|
4670
4734
|
"name": "close",
|
4671
4735
|
"kind": 4096,
|
4672
4736
|
"kindString": "Call signature",
|
@@ -4688,7 +4752,7 @@
|
|
4688
4752
|
],
|
4689
4753
|
"props": [
|
4690
4754
|
{
|
4691
|
-
"id":
|
4755
|
+
"id": 596,
|
4692
4756
|
"name": "duration",
|
4693
4757
|
"kind": 1024,
|
4694
4758
|
"kindString": "Property",
|
@@ -4708,7 +4772,7 @@
|
|
4708
4772
|
"ProviderProps": {
|
4709
4773
|
"props": [
|
4710
4774
|
{
|
4711
|
-
"id":
|
4775
|
+
"id": 697,
|
4712
4776
|
"name": "children",
|
4713
4777
|
"kind": 1024,
|
4714
4778
|
"kindString": "Property",
|
@@ -4724,7 +4788,7 @@
|
|
4724
4788
|
}
|
4725
4789
|
},
|
4726
4790
|
{
|
4727
|
-
"id":
|
4791
|
+
"id": 698,
|
4728
4792
|
"name": "localization",
|
4729
4793
|
"kind": 1024,
|
4730
4794
|
"kindString": "Property",
|
@@ -4736,7 +4800,7 @@
|
|
4736
4800
|
},
|
4737
4801
|
"type": {
|
4738
4802
|
"type": "reference",
|
4739
|
-
"id":
|
4803
|
+
"id": 613,
|
4740
4804
|
"name": "Localization"
|
4741
4805
|
}
|
4742
4806
|
}
|
@@ -4748,7 +4812,7 @@
|
|
4748
4812
|
],
|
4749
4813
|
"props": [
|
4750
4814
|
{
|
4751
|
-
"id":
|
4815
|
+
"id": 716,
|
4752
4816
|
"name": "children",
|
4753
4817
|
"kind": 1024,
|
4754
4818
|
"kindString": "Property",
|
@@ -4764,7 +4828,7 @@
|
|
4764
4828
|
}
|
4765
4829
|
},
|
4766
4830
|
{
|
4767
|
-
"id":
|
4831
|
+
"id": 717,
|
4768
4832
|
"name": "disabled",
|
4769
4833
|
"kind": 1024,
|
4770
4834
|
"kindString": "Property",
|
@@ -4777,7 +4841,7 @@
|
|
4777
4841
|
}
|
4778
4842
|
},
|
4779
4843
|
{
|
4780
|
-
"id":
|
4844
|
+
"id": 718,
|
4781
4845
|
"name": "value",
|
4782
4846
|
"kind": 1024,
|
4783
4847
|
"kindString": "Property",
|
@@ -4787,7 +4851,7 @@
|
|
4787
4851
|
},
|
4788
4852
|
"type": {
|
4789
4853
|
"type": "reference",
|
4790
|
-
"id":
|
4854
|
+
"id": 706,
|
4791
4855
|
"name": "RadioGroupItemValue"
|
4792
4856
|
}
|
4793
4857
|
}
|
@@ -4812,7 +4876,7 @@
|
|
4812
4876
|
],
|
4813
4877
|
"props": [
|
4814
4878
|
{
|
4815
|
-
"id":
|
4879
|
+
"id": 771,
|
4816
4880
|
"name": "subRows",
|
4817
4881
|
"kind": 1024,
|
4818
4882
|
"kindString": "Property",
|
@@ -4823,11 +4887,11 @@
|
|
4823
4887
|
"type": "array",
|
4824
4888
|
"elementType": {
|
4825
4889
|
"type": "reference",
|
4826
|
-
"id":
|
4890
|
+
"id": 769,
|
4827
4891
|
"typeArguments": [
|
4828
4892
|
{
|
4829
4893
|
"type": "reference",
|
4830
|
-
"id":
|
4894
|
+
"id": 773,
|
4831
4895
|
"name": "TRow"
|
4832
4896
|
}
|
4833
4897
|
],
|
@@ -4897,7 +4961,7 @@
|
|
4897
4961
|
],
|
4898
4962
|
"props": [
|
4899
4963
|
{
|
4900
|
-
"id":
|
4964
|
+
"id": 363,
|
4901
4965
|
"name": "onSearch",
|
4902
4966
|
"kind": 2048,
|
4903
4967
|
"kindString": "Method",
|
@@ -4906,7 +4970,7 @@
|
|
4906
4970
|
},
|
4907
4971
|
"signatures": [
|
4908
4972
|
{
|
4909
|
-
"id":
|
4973
|
+
"id": 364,
|
4910
4974
|
"name": "onSearch",
|
4911
4975
|
"kind": 4096,
|
4912
4976
|
"kindString": "Call signature",
|
@@ -4916,7 +4980,7 @@
|
|
4916
4980
|
},
|
4917
4981
|
"parameters": [
|
4918
4982
|
{
|
4919
|
-
"id":
|
4983
|
+
"id": 365,
|
4920
4984
|
"name": "value",
|
4921
4985
|
"kind": 32768,
|
4922
4986
|
"kindString": "Parameter",
|
@@ -4963,7 +5027,7 @@
|
|
4963
5027
|
"SearchInputTexts": {
|
4964
5028
|
"props": [
|
4965
5029
|
{
|
4966
|
-
"id":
|
5030
|
+
"id": 360,
|
4967
5031
|
"name": "inputLabel",
|
4968
5032
|
"kind": 1024,
|
4969
5033
|
"kindString": "Property",
|
@@ -4984,7 +5048,7 @@
|
|
4984
5048
|
],
|
4985
5049
|
"props": [
|
4986
5050
|
{
|
4987
|
-
"id":
|
5051
|
+
"id": 742,
|
4988
5052
|
"name": "editable",
|
4989
5053
|
"kind": 1024,
|
4990
5054
|
"kindString": "Property",
|
@@ -5004,7 +5068,7 @@
|
|
5004
5068
|
"SelectTexts": {
|
5005
5069
|
"props": [
|
5006
5070
|
{
|
5007
|
-
"id":
|
5071
|
+
"id": 736,
|
5008
5072
|
"name": "allOptionsSelected",
|
5009
5073
|
"kind": 1024,
|
5010
5074
|
"kindString": "Property",
|
@@ -5044,7 +5108,7 @@
|
|
5044
5108
|
"SortRule": {
|
5045
5109
|
"props": [
|
5046
5110
|
{
|
5047
|
-
"id":
|
5111
|
+
"id": 822,
|
5048
5112
|
"name": "accessor",
|
5049
5113
|
"kind": 1024,
|
5050
5114
|
"kindString": "Property",
|
@@ -5057,7 +5121,7 @@
|
|
5057
5121
|
"typeArguments": [
|
5058
5122
|
{
|
5059
5123
|
"type": "reference",
|
5060
|
-
"id":
|
5124
|
+
"id": 824,
|
5061
5125
|
"name": "T"
|
5062
5126
|
}
|
5063
5127
|
],
|
@@ -5067,7 +5131,7 @@
|
|
5067
5131
|
}
|
5068
5132
|
},
|
5069
5133
|
{
|
5070
|
-
"id":
|
5134
|
+
"id": 823,
|
5071
5135
|
"name": "desc",
|
5072
5136
|
"kind": 1024,
|
5073
5137
|
"kindString": "Property",
|
@@ -5112,7 +5176,7 @@
|
|
5112
5176
|
],
|
5113
5177
|
"props": [
|
5114
5178
|
{
|
5115
|
-
"id":
|
5179
|
+
"id": 758,
|
5116
5180
|
"name": "delay",
|
5117
5181
|
"kind": 1024,
|
5118
5182
|
"kindString": "Property",
|
@@ -5128,7 +5192,7 @@
|
|
5128
5192
|
}
|
5129
5193
|
},
|
5130
5194
|
{
|
5131
|
-
"id":
|
5195
|
+
"id": 759,
|
5132
5196
|
"name": "label",
|
5133
5197
|
"kind": 1024,
|
5134
5198
|
"kindString": "Property",
|
@@ -5155,7 +5219,7 @@
|
|
5155
5219
|
],
|
5156
5220
|
"props": [
|
5157
5221
|
{
|
5158
|
-
"id":
|
5222
|
+
"id": 999,
|
5159
5223
|
"name": "id",
|
5160
5224
|
"kind": 1024,
|
5161
5225
|
"kindString": "Property",
|
@@ -5177,7 +5241,7 @@
|
|
5177
5241
|
],
|
5178
5242
|
"props": [
|
5179
5243
|
{
|
5180
|
-
"id":
|
5244
|
+
"id": 996,
|
5181
5245
|
"name": "disabled",
|
5182
5246
|
"kind": 1024,
|
5183
5247
|
"kindString": "Property",
|
@@ -5193,7 +5257,7 @@
|
|
5193
5257
|
}
|
5194
5258
|
},
|
5195
5259
|
{
|
5196
|
-
"id":
|
5260
|
+
"id": 995,
|
5197
5261
|
"name": "id",
|
5198
5262
|
"kind": 1024,
|
5199
5263
|
"kindString": "Property",
|
@@ -5211,7 +5275,7 @@
|
|
5211
5275
|
"TableCell": {
|
5212
5276
|
"props": [
|
5213
5277
|
{
|
5214
|
-
"id":
|
5278
|
+
"id": 828,
|
5215
5279
|
"name": "accessor",
|
5216
5280
|
"kind": 1024,
|
5217
5281
|
"kindString": "Property",
|
@@ -5222,7 +5286,7 @@
|
|
5222
5286
|
}
|
5223
5287
|
},
|
5224
5288
|
{
|
5225
|
-
"id":
|
5289
|
+
"id": 829,
|
5226
5290
|
"name": "row",
|
5227
5291
|
"kind": 1024,
|
5228
5292
|
"kindString": "Property",
|
@@ -5232,11 +5296,11 @@
|
|
5232
5296
|
},
|
5233
5297
|
"type": {
|
5234
5298
|
"type": "reference",
|
5235
|
-
"id":
|
5299
|
+
"id": 902,
|
5236
5300
|
"typeArguments": [
|
5237
5301
|
{
|
5238
5302
|
"type": "reference",
|
5239
|
-
"id":
|
5303
|
+
"id": 831,
|
5240
5304
|
"name": "TRow"
|
5241
5305
|
}
|
5242
5306
|
],
|
@@ -5244,7 +5308,7 @@
|
|
5244
5308
|
}
|
5245
5309
|
},
|
5246
5310
|
{
|
5247
|
-
"id":
|
5311
|
+
"id": 830,
|
5248
5312
|
"name": "value",
|
5249
5313
|
"kind": 1024,
|
5250
5314
|
"kindString": "Property",
|
@@ -5262,7 +5326,7 @@
|
|
5262
5326
|
"TableColumnProps": {
|
5263
5327
|
"props": [
|
5264
5328
|
{
|
5265
|
-
"id":
|
5329
|
+
"id": 834,
|
5266
5330
|
"name": "accessor",
|
5267
5331
|
"kind": 1024,
|
5268
5332
|
"kindString": "Property",
|
@@ -5276,7 +5340,7 @@
|
|
5276
5340
|
}
|
5277
5341
|
},
|
5278
5342
|
{
|
5279
|
-
"id":
|
5343
|
+
"id": 835,
|
5280
5344
|
"name": "align",
|
5281
5345
|
"kind": 1024,
|
5282
5346
|
"kindString": "Property",
|
@@ -5305,7 +5369,7 @@
|
|
5305
5369
|
}
|
5306
5370
|
},
|
5307
5371
|
{
|
5308
|
-
"id":
|
5372
|
+
"id": 836,
|
5309
5373
|
"name": "className",
|
5310
5374
|
"kind": 1024,
|
5311
5375
|
"kindString": "Property",
|
@@ -5321,7 +5385,7 @@
|
|
5321
5385
|
}
|
5322
5386
|
},
|
5323
5387
|
{
|
5324
|
-
"id":
|
5388
|
+
"id": 840,
|
5325
5389
|
"name": "disableSorting",
|
5326
5390
|
"kind": 1024,
|
5327
5391
|
"kindString": "Property",
|
@@ -5337,7 +5401,7 @@
|
|
5337
5401
|
}
|
5338
5402
|
},
|
5339
5403
|
{
|
5340
|
-
"id":
|
5404
|
+
"id": 844,
|
5341
5405
|
"name": "flex",
|
5342
5406
|
"kind": 1024,
|
5343
5407
|
"kindString": "Property",
|
@@ -5357,28 +5421,28 @@
|
|
5357
5421
|
{
|
5358
5422
|
"type": "reflection",
|
5359
5423
|
"declaration": {
|
5360
|
-
"id":
|
5424
|
+
"id": 845,
|
5361
5425
|
"name": "__type",
|
5362
5426
|
"kind": 65536,
|
5363
5427
|
"kindString": "Type literal",
|
5364
5428
|
"flags": {},
|
5365
5429
|
"signatures": [
|
5366
5430
|
{
|
5367
|
-
"id":
|
5431
|
+
"id": 846,
|
5368
5432
|
"name": "__type",
|
5369
5433
|
"kind": 4096,
|
5370
5434
|
"kindString": "Call signature",
|
5371
5435
|
"flags": {},
|
5372
5436
|
"parameters": [
|
5373
5437
|
{
|
5374
|
-
"id":
|
5438
|
+
"id": 847,
|
5375
5439
|
"name": "row",
|
5376
5440
|
"kind": 32768,
|
5377
5441
|
"kindString": "Parameter",
|
5378
5442
|
"flags": {},
|
5379
5443
|
"type": {
|
5380
5444
|
"type": "reference",
|
5381
|
-
"id":
|
5445
|
+
"id": 854,
|
5382
5446
|
"name": "TRow"
|
5383
5447
|
}
|
5384
5448
|
}
|
@@ -5395,7 +5459,7 @@
|
|
5395
5459
|
}
|
5396
5460
|
},
|
5397
5461
|
{
|
5398
|
-
"id":
|
5462
|
+
"id": 848,
|
5399
5463
|
"name": "headRenderer",
|
5400
5464
|
"kind": 1024,
|
5401
5465
|
"kindString": "Property",
|
@@ -5413,7 +5477,7 @@
|
|
5413
5477
|
}
|
5414
5478
|
},
|
5415
5479
|
{
|
5416
|
-
"id":
|
5480
|
+
"id": 849,
|
5417
5481
|
"name": "hidden",
|
5418
5482
|
"kind": 1024,
|
5419
5483
|
"kindString": "Property",
|
@@ -5429,7 +5493,7 @@
|
|
5429
5493
|
}
|
5430
5494
|
},
|
5431
5495
|
{
|
5432
|
-
"id":
|
5496
|
+
"id": 850,
|
5433
5497
|
"name": "hiddenOnSubRows",
|
5434
5498
|
"kind": 1024,
|
5435
5499
|
"kindString": "Property",
|
@@ -5445,7 +5509,7 @@
|
|
5445
5509
|
}
|
5446
5510
|
},
|
5447
5511
|
{
|
5448
|
-
"id":
|
5512
|
+
"id": 851,
|
5449
5513
|
"name": "sort",
|
5450
5514
|
"kind": 1024,
|
5451
5515
|
"kindString": "Property",
|
@@ -5457,12 +5521,12 @@
|
|
5457
5521
|
},
|
5458
5522
|
"type": {
|
5459
5523
|
"type": "reference",
|
5460
|
-
"id":
|
5524
|
+
"id": 813,
|
5461
5525
|
"name": "SortDirection"
|
5462
5526
|
}
|
5463
5527
|
},
|
5464
5528
|
{
|
5465
|
-
"id":
|
5529
|
+
"id": 852,
|
5466
5530
|
"name": "sortType",
|
5467
5531
|
"kind": 1024,
|
5468
5532
|
"kindString": "Property",
|
@@ -5474,12 +5538,12 @@
|
|
5474
5538
|
},
|
5475
5539
|
"type": {
|
5476
5540
|
"type": "reference",
|
5477
|
-
"id":
|
5541
|
+
"id": 825,
|
5478
5542
|
"name": "SortTypes"
|
5479
5543
|
}
|
5480
5544
|
},
|
5481
5545
|
{
|
5482
|
-
"id":
|
5546
|
+
"id": 853,
|
5483
5547
|
"name": "style",
|
5484
5548
|
"kind": 1024,
|
5485
5549
|
"kindString": "Property",
|
@@ -5495,7 +5559,7 @@
|
|
5495
5559
|
}
|
5496
5560
|
},
|
5497
5561
|
{
|
5498
|
-
"id":
|
5562
|
+
"id": 837,
|
5499
5563
|
"name": "cellRenderer",
|
5500
5564
|
"kind": 2048,
|
5501
5565
|
"kindString": "Method",
|
@@ -5504,7 +5568,7 @@
|
|
5504
5568
|
},
|
5505
5569
|
"signatures": [
|
5506
5570
|
{
|
5507
|
-
"id":
|
5571
|
+
"id": 838,
|
5508
5572
|
"name": "cellRenderer",
|
5509
5573
|
"kind": 4096,
|
5510
5574
|
"kindString": "Call signature",
|
@@ -5514,18 +5578,18 @@
|
|
5514
5578
|
},
|
5515
5579
|
"parameters": [
|
5516
5580
|
{
|
5517
|
-
"id":
|
5581
|
+
"id": 839,
|
5518
5582
|
"name": "cellProps",
|
5519
5583
|
"kind": 32768,
|
5520
5584
|
"kindString": "Parameter",
|
5521
5585
|
"flags": {},
|
5522
5586
|
"type": {
|
5523
5587
|
"type": "reference",
|
5524
|
-
"id":
|
5588
|
+
"id": 826,
|
5525
5589
|
"typeArguments": [
|
5526
5590
|
{
|
5527
5591
|
"type": "reference",
|
5528
|
-
"id":
|
5592
|
+
"id": 854,
|
5529
5593
|
"name": "TRow"
|
5530
5594
|
}
|
5531
5595
|
],
|
@@ -5543,7 +5607,7 @@
|
|
5543
5607
|
]
|
5544
5608
|
},
|
5545
5609
|
{
|
5546
|
-
"id":
|
5610
|
+
"id": 841,
|
5547
5611
|
"name": "editRenderer",
|
5548
5612
|
"kind": 2048,
|
5549
5613
|
"kindString": "Method",
|
@@ -5552,25 +5616,25 @@
|
|
5552
5616
|
},
|
5553
5617
|
"signatures": [
|
5554
5618
|
{
|
5555
|
-
"id":
|
5619
|
+
"id": 842,
|
5556
5620
|
"name": "editRenderer",
|
5557
5621
|
"kind": 4096,
|
5558
5622
|
"kindString": "Call signature",
|
5559
5623
|
"flags": {},
|
5560
5624
|
"parameters": [
|
5561
5625
|
{
|
5562
|
-
"id":
|
5626
|
+
"id": 843,
|
5563
5627
|
"name": "cellProps",
|
5564
5628
|
"kind": 32768,
|
5565
5629
|
"kindString": "Parameter",
|
5566
5630
|
"flags": {},
|
5567
5631
|
"type": {
|
5568
5632
|
"type": "reference",
|
5569
|
-
"id":
|
5633
|
+
"id": 826,
|
5570
5634
|
"typeArguments": [
|
5571
5635
|
{
|
5572
5636
|
"type": "reference",
|
5573
|
-
"id":
|
5637
|
+
"id": 854,
|
5574
5638
|
"name": "TRow"
|
5575
5639
|
}
|
5576
5640
|
],
|
@@ -5592,7 +5656,7 @@
|
|
5592
5656
|
"TableGroupProps": {
|
5593
5657
|
"props": [
|
5594
5658
|
{
|
5595
|
-
"id":
|
5659
|
+
"id": 857,
|
5596
5660
|
"name": "children",
|
5597
5661
|
"kind": 1024,
|
5598
5662
|
"kindString": "Property",
|
@@ -5608,11 +5672,11 @@
|
|
5608
5672
|
"typeArguments": [
|
5609
5673
|
{
|
5610
5674
|
"type": "reference",
|
5611
|
-
"id":
|
5675
|
+
"id": 832,
|
5612
5676
|
"typeArguments": [
|
5613
5677
|
{
|
5614
5678
|
"type": "reference",
|
5615
|
-
"id":
|
5679
|
+
"id": 860,
|
5616
5680
|
"name": "TRow"
|
5617
5681
|
}
|
5618
5682
|
],
|
@@ -5630,11 +5694,11 @@
|
|
5630
5694
|
"typeArguments": [
|
5631
5695
|
{
|
5632
5696
|
"type": "reference",
|
5633
|
-
"id":
|
5697
|
+
"id": 832,
|
5634
5698
|
"typeArguments": [
|
5635
5699
|
{
|
5636
5700
|
"type": "reference",
|
5637
|
-
"id":
|
5701
|
+
"id": 860,
|
5638
5702
|
"name": "TRow"
|
5639
5703
|
}
|
5640
5704
|
],
|
@@ -5650,7 +5714,7 @@
|
|
5650
5714
|
}
|
5651
5715
|
},
|
5652
5716
|
{
|
5653
|
-
"id":
|
5717
|
+
"id": 858,
|
5654
5718
|
"name": "hidden",
|
5655
5719
|
"kind": 1024,
|
5656
5720
|
"kindString": "Property",
|
@@ -5666,7 +5730,7 @@
|
|
5666
5730
|
}
|
5667
5731
|
},
|
5668
5732
|
{
|
5669
|
-
"id":
|
5733
|
+
"id": 859,
|
5670
5734
|
"name": "title",
|
5671
5735
|
"kind": 1024,
|
5672
5736
|
"kindString": "Property",
|
@@ -5687,7 +5751,7 @@
|
|
5687
5751
|
],
|
5688
5752
|
"props": [
|
5689
5753
|
{
|
5690
|
-
"id":
|
5754
|
+
"id": 896,
|
5691
5755
|
"name": "actions",
|
5692
5756
|
"kind": 1024,
|
5693
5757
|
"kindString": "Property",
|
@@ -5701,11 +5765,11 @@
|
|
5701
5765
|
"type": "array",
|
5702
5766
|
"elementType": {
|
5703
5767
|
"type": "reference",
|
5704
|
-
"id":
|
5768
|
+
"id": 809,
|
5705
5769
|
"typeArguments": [
|
5706
5770
|
{
|
5707
5771
|
"type": "reference",
|
5708
|
-
"id":
|
5772
|
+
"id": 901,
|
5709
5773
|
"name": "TRow"
|
5710
5774
|
}
|
5711
5775
|
],
|
@@ -5714,7 +5778,7 @@
|
|
5714
5778
|
}
|
5715
5779
|
},
|
5716
5780
|
{
|
5717
|
-
"id":
|
5781
|
+
"id": 863,
|
5718
5782
|
"name": "autoFocus",
|
5719
5783
|
"kind": 1024,
|
5720
5784
|
"kindString": "Property",
|
@@ -5730,7 +5794,7 @@
|
|
5730
5794
|
}
|
5731
5795
|
},
|
5732
5796
|
{
|
5733
|
-
"id":
|
5797
|
+
"id": 864,
|
5734
5798
|
"name": "children",
|
5735
5799
|
"kind": 1024,
|
5736
5800
|
"kindString": "Property",
|
@@ -5743,7 +5807,7 @@
|
|
5743
5807
|
"typeArguments": [
|
5744
5808
|
{
|
5745
5809
|
"type": "reference",
|
5746
|
-
"id":
|
5810
|
+
"id": 901,
|
5747
5811
|
"name": "TRow"
|
5748
5812
|
}
|
5749
5813
|
],
|
@@ -5751,7 +5815,7 @@
|
|
5751
5815
|
}
|
5752
5816
|
},
|
5753
5817
|
{
|
5754
|
-
"id":
|
5818
|
+
"id": 866,
|
5755
5819
|
"name": "dangerouslyHijackGlobalKeyboardNavigation",
|
5756
5820
|
"kind": 1024,
|
5757
5821
|
"kindString": "Property",
|
@@ -5767,7 +5831,7 @@
|
|
5767
5831
|
}
|
5768
5832
|
},
|
5769
5833
|
{
|
5770
|
-
"id":
|
5834
|
+
"id": 865,
|
5771
5835
|
"name": "data",
|
5772
5836
|
"kind": 1024,
|
5773
5837
|
"kindString": "Property",
|
@@ -5779,11 +5843,11 @@
|
|
5779
5843
|
"type": "array",
|
5780
5844
|
"elementType": {
|
5781
5845
|
"type": "reference",
|
5782
|
-
"id":
|
5846
|
+
"id": 769,
|
5783
5847
|
"typeArguments": [
|
5784
5848
|
{
|
5785
5849
|
"type": "reference",
|
5786
|
-
"id":
|
5850
|
+
"id": 901,
|
5787
5851
|
"name": "TRow"
|
5788
5852
|
}
|
5789
5853
|
],
|
@@ -5792,7 +5856,7 @@
|
|
5792
5856
|
}
|
5793
5857
|
},
|
5794
5858
|
{
|
5795
|
-
"id":
|
5859
|
+
"id": 885,
|
5796
5860
|
"name": "disablePagination",
|
5797
5861
|
"kind": 1024,
|
5798
5862
|
"kindString": "Property",
|
@@ -5805,7 +5869,7 @@
|
|
5805
5869
|
}
|
5806
5870
|
},
|
5807
5871
|
{
|
5808
|
-
"id":
|
5872
|
+
"id": 881,
|
5809
5873
|
"name": "disableSorting",
|
5810
5874
|
"kind": 1024,
|
5811
5875
|
"kindString": "Property",
|
@@ -5821,7 +5885,7 @@
|
|
5821
5885
|
}
|
5822
5886
|
},
|
5823
5887
|
{
|
5824
|
-
"id":
|
5888
|
+
"id": 894,
|
5825
5889
|
"name": "inlineEditingUniqueId",
|
5826
5890
|
"kind": 1024,
|
5827
5891
|
"kindString": "Property",
|
@@ -5836,13 +5900,13 @@
|
|
5836
5900
|
"operator": "keyof",
|
5837
5901
|
"target": {
|
5838
5902
|
"type": "reference",
|
5839
|
-
"id":
|
5903
|
+
"id": 901,
|
5840
5904
|
"name": "TRow"
|
5841
5905
|
}
|
5842
5906
|
}
|
5843
5907
|
},
|
5844
5908
|
{
|
5845
|
-
"id":
|
5909
|
+
"id": 886,
|
5846
5910
|
"name": "length",
|
5847
5911
|
"kind": 1024,
|
5848
5912
|
"kindString": "Property",
|
@@ -5855,7 +5919,7 @@
|
|
5855
5919
|
}
|
5856
5920
|
},
|
5857
5921
|
{
|
5858
|
-
"id":
|
5922
|
+
"id": 883,
|
5859
5923
|
"name": "manualSorting",
|
5860
5924
|
"kind": 1024,
|
5861
5925
|
"kindString": "Property",
|
@@ -5871,7 +5935,7 @@
|
|
5871
5935
|
}
|
5872
5936
|
},
|
5873
5937
|
{
|
5874
|
-
"id":
|
5938
|
+
"id": 887,
|
5875
5939
|
"name": "onPaginate",
|
5876
5940
|
"kind": 1024,
|
5877
5941
|
"kindString": "Property",
|
@@ -5883,12 +5947,12 @@
|
|
5883
5947
|
},
|
5884
5948
|
"type": {
|
5885
5949
|
"type": "reference",
|
5886
|
-
"id":
|
5950
|
+
"id": 764,
|
5887
5951
|
"name": "PaginationHandler"
|
5888
5952
|
}
|
5889
5953
|
},
|
5890
5954
|
{
|
5891
|
-
"id":
|
5955
|
+
"id": 900,
|
5892
5956
|
"name": "onRowActive",
|
5893
5957
|
"kind": 1024,
|
5894
5958
|
"kindString": "Property",
|
@@ -5903,7 +5967,7 @@
|
|
5903
5967
|
"typeArguments": [
|
5904
5968
|
{
|
5905
5969
|
"type": "reference",
|
5906
|
-
"id":
|
5970
|
+
"id": 901,
|
5907
5971
|
"name": "TRow"
|
5908
5972
|
}
|
5909
5973
|
],
|
@@ -5911,7 +5975,7 @@
|
|
5911
5975
|
}
|
5912
5976
|
},
|
5913
5977
|
{
|
5914
|
-
"id":
|
5978
|
+
"id": 869,
|
5915
5979
|
"name": "onRowClick",
|
5916
5980
|
"kind": 1024,
|
5917
5981
|
"kindString": "Property",
|
@@ -5923,11 +5987,11 @@
|
|
5923
5987
|
},
|
5924
5988
|
"type": {
|
5925
5989
|
"type": "reference",
|
5926
|
-
"id":
|
5990
|
+
"id": 775,
|
5927
5991
|
"typeArguments": [
|
5928
5992
|
{
|
5929
5993
|
"type": "reference",
|
5930
|
-
"id":
|
5994
|
+
"id": 901,
|
5931
5995
|
"name": "TRow"
|
5932
5996
|
}
|
5933
5997
|
],
|
@@ -5935,7 +5999,7 @@
|
|
5935
5999
|
}
|
5936
6000
|
},
|
5937
6001
|
{
|
5938
|
-
"id":
|
6002
|
+
"id": 898,
|
5939
6003
|
"name": "onRowCopy",
|
5940
6004
|
"kind": 1024,
|
5941
6005
|
"kindString": "Property",
|
@@ -5947,11 +6011,11 @@
|
|
5947
6011
|
},
|
5948
6012
|
"type": {
|
5949
6013
|
"type": "reference",
|
5950
|
-
"id":
|
6014
|
+
"id": 797,
|
5951
6015
|
"typeArguments": [
|
5952
6016
|
{
|
5953
6017
|
"type": "reference",
|
5954
|
-
"id":
|
6018
|
+
"id": 901,
|
5955
6019
|
"name": "TRow"
|
5956
6020
|
}
|
5957
6021
|
],
|
@@ -5959,7 +6023,7 @@
|
|
5959
6023
|
}
|
5960
6024
|
},
|
5961
6025
|
{
|
5962
|
-
"id":
|
6026
|
+
"id": 895,
|
5963
6027
|
"name": "onRowCreate",
|
5964
6028
|
"kind": 1024,
|
5965
6029
|
"kindString": "Property",
|
@@ -5971,11 +6035,11 @@
|
|
5971
6035
|
},
|
5972
6036
|
"type": {
|
5973
6037
|
"type": "reference",
|
5974
|
-
"id":
|
6038
|
+
"id": 791,
|
5975
6039
|
"typeArguments": [
|
5976
6040
|
{
|
5977
6041
|
"type": "reference",
|
5978
|
-
"id":
|
6042
|
+
"id": 901,
|
5979
6043
|
"name": "TRow"
|
5980
6044
|
}
|
5981
6045
|
],
|
@@ -5983,7 +6047,7 @@
|
|
5983
6047
|
}
|
5984
6048
|
},
|
5985
6049
|
{
|
5986
|
-
"id":
|
6050
|
+
"id": 899,
|
5987
6051
|
"name": "onRowDelete",
|
5988
6052
|
"kind": 1024,
|
5989
6053
|
"kindString": "Property",
|
@@ -5995,11 +6059,11 @@
|
|
5995
6059
|
},
|
5996
6060
|
"type": {
|
5997
6061
|
"type": "reference",
|
5998
|
-
"id":
|
6062
|
+
"id": 803,
|
5999
6063
|
"typeArguments": [
|
6000
6064
|
{
|
6001
6065
|
"type": "reference",
|
6002
|
-
"id":
|
6066
|
+
"id": 901,
|
6003
6067
|
"name": "TRow"
|
6004
6068
|
}
|
6005
6069
|
],
|
@@ -6007,7 +6071,7 @@
|
|
6007
6071
|
}
|
6008
6072
|
},
|
6009
6073
|
{
|
6010
|
-
"id":
|
6074
|
+
"id": 870,
|
6011
6075
|
"name": "onRowDrag",
|
6012
6076
|
"kind": 1024,
|
6013
6077
|
"kindString": "Property",
|
@@ -6019,11 +6083,11 @@
|
|
6019
6083
|
},
|
6020
6084
|
"type": {
|
6021
6085
|
"type": "reference",
|
6022
|
-
"id":
|
6086
|
+
"id": 781,
|
6023
6087
|
"typeArguments": [
|
6024
6088
|
{
|
6025
6089
|
"type": "reference",
|
6026
|
-
"id":
|
6090
|
+
"id": 901,
|
6027
6091
|
"name": "TRow"
|
6028
6092
|
}
|
6029
6093
|
],
|
@@ -6031,7 +6095,7 @@
|
|
6031
6095
|
}
|
6032
6096
|
},
|
6033
6097
|
{
|
6034
|
-
"id":
|
6098
|
+
"id": 897,
|
6035
6099
|
"name": "onRowEdit",
|
6036
6100
|
"kind": 1024,
|
6037
6101
|
"kindString": "Property",
|
@@ -6046,7 +6110,7 @@
|
|
6046
6110
|
"typeArguments": [
|
6047
6111
|
{
|
6048
6112
|
"type": "reference",
|
6049
|
-
"id":
|
6113
|
+
"id": 901,
|
6050
6114
|
"name": "TRow"
|
6051
6115
|
}
|
6052
6116
|
],
|
@@ -6054,7 +6118,7 @@
|
|
6054
6118
|
}
|
6055
6119
|
},
|
6056
6120
|
{
|
6057
|
-
"id":
|
6121
|
+
"id": 871,
|
6058
6122
|
"name": "onSelectedRows",
|
6059
6123
|
"kind": 1024,
|
6060
6124
|
"kindString": "Property",
|
@@ -6066,12 +6130,12 @@
|
|
6066
6130
|
},
|
6067
6131
|
"type": {
|
6068
6132
|
"type": "reference",
|
6069
|
-
"id":
|
6133
|
+
"id": 811,
|
6070
6134
|
"name": "SelectedRowsHandler"
|
6071
6135
|
}
|
6072
6136
|
},
|
6073
6137
|
{
|
6074
|
-
"id":
|
6138
|
+
"id": 882,
|
6075
6139
|
"name": "onSort",
|
6076
6140
|
"kind": 1024,
|
6077
6141
|
"kindString": "Property",
|
@@ -6083,11 +6147,11 @@
|
|
6083
6147
|
},
|
6084
6148
|
"type": {
|
6085
6149
|
"type": "reference",
|
6086
|
-
"id":
|
6150
|
+
"id": 814,
|
6087
6151
|
"typeArguments": [
|
6088
6152
|
{
|
6089
6153
|
"type": "reference",
|
6090
|
-
"id":
|
6154
|
+
"id": 901,
|
6091
6155
|
"name": "TRow"
|
6092
6156
|
}
|
6093
6157
|
],
|
@@ -6095,7 +6159,7 @@
|
|
6095
6159
|
}
|
6096
6160
|
},
|
6097
6161
|
{
|
6098
|
-
"id":
|
6162
|
+
"id": 888,
|
6099
6163
|
"name": "pageIndex",
|
6100
6164
|
"kind": 1024,
|
6101
6165
|
"kindString": "Property",
|
@@ -6111,7 +6175,7 @@
|
|
6111
6175
|
}
|
6112
6176
|
},
|
6113
6177
|
{
|
6114
|
-
"id":
|
6178
|
+
"id": 889,
|
6115
6179
|
"name": "pageSize",
|
6116
6180
|
"kind": 1024,
|
6117
6181
|
"kindString": "Property",
|
@@ -6127,7 +6191,7 @@
|
|
6127
6191
|
}
|
6128
6192
|
},
|
6129
6193
|
{
|
6130
|
-
"id":
|
6194
|
+
"id": 872,
|
6131
6195
|
"name": "rowClassName",
|
6132
6196
|
"kind": 1024,
|
6133
6197
|
"kindString": "Property",
|
@@ -6147,32 +6211,32 @@
|
|
6147
6211
|
{
|
6148
6212
|
"type": "reflection",
|
6149
6213
|
"declaration": {
|
6150
|
-
"id":
|
6214
|
+
"id": 873,
|
6151
6215
|
"name": "__type",
|
6152
6216
|
"kind": 65536,
|
6153
6217
|
"kindString": "Type literal",
|
6154
6218
|
"flags": {},
|
6155
6219
|
"signatures": [
|
6156
6220
|
{
|
6157
|
-
"id":
|
6221
|
+
"id": 874,
|
6158
6222
|
"name": "__type",
|
6159
6223
|
"kind": 4096,
|
6160
6224
|
"kindString": "Call signature",
|
6161
6225
|
"flags": {},
|
6162
6226
|
"parameters": [
|
6163
6227
|
{
|
6164
|
-
"id":
|
6228
|
+
"id": 875,
|
6165
6229
|
"name": "row",
|
6166
6230
|
"kind": 32768,
|
6167
6231
|
"kindString": "Parameter",
|
6168
6232
|
"flags": {},
|
6169
6233
|
"type": {
|
6170
6234
|
"type": "reference",
|
6171
|
-
"id":
|
6235
|
+
"id": 902,
|
6172
6236
|
"typeArguments": [
|
6173
6237
|
{
|
6174
6238
|
"type": "reference",
|
6175
|
-
"id":
|
6239
|
+
"id": 901,
|
6176
6240
|
"name": "TRow"
|
6177
6241
|
}
|
6178
6242
|
],
|
@@ -6201,7 +6265,7 @@
|
|
6201
6265
|
}
|
6202
6266
|
},
|
6203
6267
|
{
|
6204
|
-
"id":
|
6268
|
+
"id": 879,
|
6205
6269
|
"name": "rowHeight",
|
6206
6270
|
"kind": 1024,
|
6207
6271
|
"kindString": "Property",
|
@@ -6217,7 +6281,7 @@
|
|
6217
6281
|
}
|
6218
6282
|
},
|
6219
6283
|
{
|
6220
|
-
"id":
|
6284
|
+
"id": 880,
|
6221
6285
|
"name": "selectedRows",
|
6222
6286
|
"kind": 1024,
|
6223
6287
|
"kindString": "Property",
|
@@ -6229,12 +6293,12 @@
|
|
6229
6293
|
},
|
6230
6294
|
"type": {
|
6231
6295
|
"type": "reference",
|
6232
|
-
"id":
|
6296
|
+
"id": 812,
|
6233
6297
|
"name": "SelectedRowsState"
|
6234
6298
|
}
|
6235
6299
|
},
|
6236
6300
|
{
|
6237
|
-
"id":
|
6301
|
+
"id": 884,
|
6238
6302
|
"name": "sortRules",
|
6239
6303
|
"kind": 1024,
|
6240
6304
|
"kindString": "Property",
|
@@ -6248,11 +6312,11 @@
|
|
6248
6312
|
"type": "array",
|
6249
6313
|
"elementType": {
|
6250
6314
|
"type": "reference",
|
6251
|
-
"id":
|
6315
|
+
"id": 820,
|
6252
6316
|
"typeArguments": [
|
6253
6317
|
{
|
6254
6318
|
"type": "reference",
|
6255
|
-
"id":
|
6319
|
+
"id": 901,
|
6256
6320
|
"name": "TRow"
|
6257
6321
|
}
|
6258
6322
|
],
|
@@ -6261,7 +6325,7 @@
|
|
6261
6325
|
}
|
6262
6326
|
},
|
6263
6327
|
{
|
6264
|
-
"id":
|
6328
|
+
"id": 867,
|
6265
6329
|
"name": "emptyStateRenderer",
|
6266
6330
|
"kind": 2048,
|
6267
6331
|
"kindString": "Method",
|
@@ -6270,7 +6334,7 @@
|
|
6270
6334
|
},
|
6271
6335
|
"signatures": [
|
6272
6336
|
{
|
6273
|
-
"id":
|
6337
|
+
"id": 868,
|
6274
6338
|
"name": "emptyStateRenderer",
|
6275
6339
|
"kind": 4096,
|
6276
6340
|
"kindString": "Call signature",
|
@@ -6288,7 +6352,7 @@
|
|
6288
6352
|
]
|
6289
6353
|
},
|
6290
6354
|
{
|
6291
|
-
"id":
|
6355
|
+
"id": 890,
|
6292
6356
|
"name": "loadMore",
|
6293
6357
|
"kind": 2048,
|
6294
6358
|
"kindString": "Method",
|
@@ -6297,7 +6361,7 @@
|
|
6297
6361
|
},
|
6298
6362
|
"signatures": [
|
6299
6363
|
{
|
6300
|
-
"id":
|
6364
|
+
"id": 891,
|
6301
6365
|
"name": "loadMore",
|
6302
6366
|
"kind": 4096,
|
6303
6367
|
"kindString": "Call signature",
|
@@ -6307,7 +6371,7 @@
|
|
6307
6371
|
},
|
6308
6372
|
"parameters": [
|
6309
6373
|
{
|
6310
|
-
"id":
|
6374
|
+
"id": 892,
|
6311
6375
|
"name": "startIndex",
|
6312
6376
|
"kind": 32768,
|
6313
6377
|
"kindString": "Parameter",
|
@@ -6318,7 +6382,7 @@
|
|
6318
6382
|
}
|
6319
6383
|
},
|
6320
6384
|
{
|
6321
|
-
"id":
|
6385
|
+
"id": 893,
|
6322
6386
|
"name": "endIndex",
|
6323
6387
|
"kind": 32768,
|
6324
6388
|
"kindString": "Parameter",
|
@@ -6337,7 +6401,7 @@
|
|
6337
6401
|
]
|
6338
6402
|
},
|
6339
6403
|
{
|
6340
|
-
"id":
|
6404
|
+
"id": 876,
|
6341
6405
|
"name": "rowExpansionRenderer",
|
6342
6406
|
"kind": 2048,
|
6343
6407
|
"kindString": "Method",
|
@@ -6346,7 +6410,7 @@
|
|
6346
6410
|
},
|
6347
6411
|
"signatures": [
|
6348
6412
|
{
|
6349
|
-
"id":
|
6413
|
+
"id": 877,
|
6350
6414
|
"name": "rowExpansionRenderer",
|
6351
6415
|
"kind": 4096,
|
6352
6416
|
"kindString": "Call signature",
|
@@ -6356,18 +6420,18 @@
|
|
6356
6420
|
},
|
6357
6421
|
"parameters": [
|
6358
6422
|
{
|
6359
|
-
"id":
|
6423
|
+
"id": 878,
|
6360
6424
|
"name": "row",
|
6361
6425
|
"kind": 32768,
|
6362
6426
|
"kindString": "Parameter",
|
6363
6427
|
"flags": {},
|
6364
6428
|
"type": {
|
6365
6429
|
"type": "reference",
|
6366
|
-
"id":
|
6430
|
+
"id": 902,
|
6367
6431
|
"typeArguments": [
|
6368
6432
|
{
|
6369
6433
|
"type": "reference",
|
6370
|
-
"id":
|
6434
|
+
"id": 901,
|
6371
6435
|
"name": "TRow"
|
6372
6436
|
}
|
6373
6437
|
],
|
@@ -6392,7 +6456,7 @@
|
|
6392
6456
|
],
|
6393
6457
|
"props": [
|
6394
6458
|
{
|
6395
|
-
"id":
|
6459
|
+
"id": 917,
|
6396
6460
|
"name": "instance",
|
6397
6461
|
"kind": 1024,
|
6398
6462
|
"kindString": "Property",
|
@@ -6400,14 +6464,14 @@
|
|
6400
6464
|
"type": {
|
6401
6465
|
"type": "reflection",
|
6402
6466
|
"declaration": {
|
6403
|
-
"id":
|
6467
|
+
"id": 918,
|
6404
6468
|
"name": "__type",
|
6405
6469
|
"kind": 65536,
|
6406
6470
|
"kindString": "Type literal",
|
6407
6471
|
"flags": {},
|
6408
6472
|
"children": [
|
6409
6473
|
{
|
6410
|
-
"id":
|
6474
|
+
"id": 924,
|
6411
6475
|
"name": "resetRowEditing",
|
6412
6476
|
"kind": 1024,
|
6413
6477
|
"kindString": "Property",
|
@@ -6418,7 +6482,7 @@
|
|
6418
6482
|
}
|
6419
6483
|
},
|
6420
6484
|
{
|
6421
|
-
"id":
|
6485
|
+
"id": 919,
|
6422
6486
|
"name": "toggleAllRowsExpanded",
|
6423
6487
|
"kind": 1024,
|
6424
6488
|
"kindString": "Property",
|
@@ -6429,7 +6493,7 @@
|
|
6429
6493
|
}
|
6430
6494
|
},
|
6431
6495
|
{
|
6432
|
-
"id":
|
6496
|
+
"id": 922,
|
6433
6497
|
"name": "toggleEditing",
|
6434
6498
|
"kind": 1024,
|
6435
6499
|
"kindString": "Property",
|
@@ -6440,7 +6504,7 @@
|
|
6440
6504
|
}
|
6441
6505
|
},
|
6442
6506
|
{
|
6443
|
-
"id":
|
6507
|
+
"id": 920,
|
6444
6508
|
"name": "toggleHideAllColumns",
|
6445
6509
|
"kind": 1024,
|
6446
6510
|
"kindString": "Property",
|
@@ -6451,7 +6515,7 @@
|
|
6451
6515
|
}
|
6452
6516
|
},
|
6453
6517
|
{
|
6454
|
-
"id":
|
6518
|
+
"id": 921,
|
6455
6519
|
"name": "toggleHideColumn",
|
6456
6520
|
"kind": 1024,
|
6457
6521
|
"kindString": "Property",
|
@@ -6462,7 +6526,7 @@
|
|
6462
6526
|
}
|
6463
6527
|
},
|
6464
6528
|
{
|
6465
|
-
"id":
|
6529
|
+
"id": 923,
|
6466
6530
|
"name": "toggleRowEditing",
|
6467
6531
|
"kind": 1024,
|
6468
6532
|
"kindString": "Property",
|
@@ -6473,7 +6537,7 @@
|
|
6473
6537
|
}
|
6474
6538
|
},
|
6475
6539
|
{
|
6476
|
-
"id":
|
6540
|
+
"id": 925,
|
6477
6541
|
"name": "toggleRowExpanded",
|
6478
6542
|
"kind": 1024,
|
6479
6543
|
"kindString": "Property",
|
@@ -6484,7 +6548,7 @@
|
|
6484
6548
|
}
|
6485
6549
|
},
|
6486
6550
|
{
|
6487
|
-
"id":
|
6551
|
+
"id": 926,
|
6488
6552
|
"name": "toggleSortBy",
|
6489
6553
|
"kind": 1024,
|
6490
6554
|
"kindString": "Property",
|
@@ -6500,14 +6564,14 @@
|
|
6500
6564
|
"title": "Properties",
|
6501
6565
|
"kind": 1024,
|
6502
6566
|
"children": [
|
6503
|
-
|
6504
|
-
916,
|
6567
|
+
924,
|
6505
6568
|
919,
|
6506
|
-
917,
|
6507
|
-
918,
|
6508
|
-
920,
|
6509
6569
|
922,
|
6510
|
-
|
6570
|
+
920,
|
6571
|
+
921,
|
6572
|
+
923,
|
6573
|
+
925,
|
6574
|
+
926
|
6511
6575
|
]
|
6512
6576
|
}
|
6513
6577
|
]
|
@@ -6519,7 +6583,7 @@
|
|
6519
6583
|
"TableRow": {
|
6520
6584
|
"props": [
|
6521
6585
|
{
|
6522
|
-
"id":
|
6586
|
+
"id": 906,
|
6523
6587
|
"name": "depth",
|
6524
6588
|
"kind": 1024,
|
6525
6589
|
"kindString": "Property",
|
@@ -6532,7 +6596,7 @@
|
|
6532
6596
|
}
|
6533
6597
|
},
|
6534
6598
|
{
|
6535
|
-
"id":
|
6599
|
+
"id": 904,
|
6536
6600
|
"name": "index",
|
6537
6601
|
"kind": 1024,
|
6538
6602
|
"kindString": "Property",
|
@@ -6546,7 +6610,7 @@
|
|
6546
6610
|
}
|
6547
6611
|
},
|
6548
6612
|
{
|
6549
|
-
"id":
|
6613
|
+
"id": 905,
|
6550
6614
|
"name": "indexPath",
|
6551
6615
|
"kind": 1024,
|
6552
6616
|
"kindString": "Property",
|
@@ -6560,7 +6624,7 @@
|
|
6560
6624
|
}
|
6561
6625
|
},
|
6562
6626
|
{
|
6563
|
-
"id":
|
6627
|
+
"id": 911,
|
6564
6628
|
"name": "isEditing",
|
6565
6629
|
"kind": 1024,
|
6566
6630
|
"kindString": "Property",
|
@@ -6573,7 +6637,7 @@
|
|
6573
6637
|
}
|
6574
6638
|
},
|
6575
6639
|
{
|
6576
|
-
"id":
|
6640
|
+
"id": 907,
|
6577
6641
|
"name": "isExpanded",
|
6578
6642
|
"kind": 1024,
|
6579
6643
|
"kindString": "Property",
|
@@ -6589,7 +6653,7 @@
|
|
6589
6653
|
}
|
6590
6654
|
},
|
6591
6655
|
{
|
6592
|
-
"id":
|
6656
|
+
"id": 910,
|
6593
6657
|
"name": "values",
|
6594
6658
|
"kind": 1024,
|
6595
6659
|
"kindString": "Property",
|
@@ -6599,11 +6663,11 @@
|
|
6599
6663
|
},
|
6600
6664
|
"type": {
|
6601
6665
|
"type": "reference",
|
6602
|
-
"id":
|
6666
|
+
"id": 769,
|
6603
6667
|
"typeArguments": [
|
6604
6668
|
{
|
6605
6669
|
"type": "reference",
|
6606
|
-
"id":
|
6670
|
+
"id": 914,
|
6607
6671
|
"name": "TRow"
|
6608
6672
|
}
|
6609
6673
|
],
|
@@ -6611,7 +6675,7 @@
|
|
6611
6675
|
}
|
6612
6676
|
},
|
6613
6677
|
{
|
6614
|
-
"id":
|
6678
|
+
"id": 912,
|
6615
6679
|
"name": "toggleRowEditing",
|
6616
6680
|
"kind": 2048,
|
6617
6681
|
"kindString": "Method",
|
@@ -6620,7 +6684,7 @@
|
|
6620
6684
|
},
|
6621
6685
|
"signatures": [
|
6622
6686
|
{
|
6623
|
-
"id":
|
6687
|
+
"id": 913,
|
6624
6688
|
"name": "toggleRowEditing",
|
6625
6689
|
"kind": 4096,
|
6626
6690
|
"kindString": "Call signature",
|
@@ -6633,7 +6697,7 @@
|
|
6633
6697
|
]
|
6634
6698
|
},
|
6635
6699
|
{
|
6636
|
-
"id":
|
6700
|
+
"id": 908,
|
6637
6701
|
"name": "toggleRowExpanded",
|
6638
6702
|
"kind": 2048,
|
6639
6703
|
"kindString": "Method",
|
@@ -6642,7 +6706,7 @@
|
|
6642
6706
|
},
|
6643
6707
|
"signatures": [
|
6644
6708
|
{
|
6645
|
-
"id":
|
6709
|
+
"id": 909,
|
6646
6710
|
"name": "toggleRowExpanded",
|
6647
6711
|
"kind": 4096,
|
6648
6712
|
"kindString": "Call signature",
|
@@ -6662,7 +6726,7 @@
|
|
6662
6726
|
"TableTexts": {
|
6663
6727
|
"props": [
|
6664
6728
|
{
|
6665
|
-
"id":
|
6729
|
+
"id": 929,
|
6666
6730
|
"name": "actions",
|
6667
6731
|
"kind": 1024,
|
6668
6732
|
"kindString": "Property",
|
@@ -6673,7 +6737,7 @@
|
|
6673
6737
|
}
|
6674
6738
|
},
|
6675
6739
|
{
|
6676
|
-
"id":
|
6740
|
+
"id": 931,
|
6677
6741
|
"name": "copy",
|
6678
6742
|
"kind": 1024,
|
6679
6743
|
"kindString": "Property",
|
@@ -6684,7 +6748,7 @@
|
|
6684
6748
|
}
|
6685
6749
|
},
|
6686
6750
|
{
|
6687
|
-
"id":
|
6751
|
+
"id": 932,
|
6688
6752
|
"name": "del",
|
6689
6753
|
"kind": 1024,
|
6690
6754
|
"kindString": "Property",
|
@@ -6695,7 +6759,7 @@
|
|
6695
6759
|
}
|
6696
6760
|
},
|
6697
6761
|
{
|
6698
|
-
"id":
|
6762
|
+
"id": 930,
|
6699
6763
|
"name": "edit",
|
6700
6764
|
"kind": 1024,
|
6701
6765
|
"kindString": "Property",
|
@@ -6706,7 +6770,7 @@
|
|
6706
6770
|
}
|
6707
6771
|
},
|
6708
6772
|
{
|
6709
|
-
"id":
|
6773
|
+
"id": 934,
|
6710
6774
|
"name": "loading",
|
6711
6775
|
"kind": 1024,
|
6712
6776
|
"kindString": "Property",
|
@@ -6717,7 +6781,7 @@
|
|
6717
6781
|
}
|
6718
6782
|
},
|
6719
6783
|
{
|
6720
|
-
"id":
|
6784
|
+
"id": 933,
|
6721
6785
|
"name": "newSubRow",
|
6722
6786
|
"kind": 1024,
|
6723
6787
|
"kindString": "Property",
|
@@ -6735,7 +6799,7 @@
|
|
6735
6799
|
],
|
6736
6800
|
"props": [
|
6737
6801
|
{
|
6738
|
-
"id":
|
6802
|
+
"id": 987,
|
6739
6803
|
"name": "children",
|
6740
6804
|
"kind": 1024,
|
6741
6805
|
"kindString": "Property",
|
@@ -6751,7 +6815,7 @@
|
|
6751
6815
|
}
|
6752
6816
|
},
|
6753
6817
|
{
|
6754
|
-
"id":
|
6818
|
+
"id": 986,
|
6755
6819
|
"name": "defaultId",
|
6756
6820
|
"kind": 1024,
|
6757
6821
|
"kindString": "Property",
|
@@ -6767,7 +6831,7 @@
|
|
6767
6831
|
}
|
6768
6832
|
},
|
6769
6833
|
{
|
6770
|
-
"id":
|
6834
|
+
"id": 985,
|
6771
6835
|
"name": "id",
|
6772
6836
|
"kind": 1024,
|
6773
6837
|
"kindString": "Property",
|
@@ -6783,7 +6847,7 @@
|
|
6783
6847
|
}
|
6784
6848
|
},
|
6785
6849
|
{
|
6786
|
-
"id":
|
6850
|
+
"id": 988,
|
6787
6851
|
"name": "orientation",
|
6788
6852
|
"kind": 1024,
|
6789
6853
|
"kindString": "Property",
|
@@ -6806,7 +6870,7 @@
|
|
6806
6870
|
}
|
6807
6871
|
},
|
6808
6872
|
{
|
6809
|
-
"id":
|
6873
|
+
"id": 989,
|
6810
6874
|
"name": "onChange",
|
6811
6875
|
"kind": 2048,
|
6812
6876
|
"kindString": "Method",
|
@@ -6815,7 +6879,7 @@
|
|
6815
6879
|
},
|
6816
6880
|
"signatures": [
|
6817
6881
|
{
|
6818
|
-
"id":
|
6882
|
+
"id": 990,
|
6819
6883
|
"name": "onChange",
|
6820
6884
|
"kind": 4096,
|
6821
6885
|
"kindString": "Call signature",
|
@@ -6825,7 +6889,7 @@
|
|
6825
6889
|
},
|
6826
6890
|
"parameters": [
|
6827
6891
|
{
|
6828
|
-
"id":
|
6892
|
+
"id": 991,
|
6829
6893
|
"name": "id",
|
6830
6894
|
"kind": 32768,
|
6831
6895
|
"kindString": "Parameter",
|
@@ -6848,7 +6912,7 @@
|
|
6848
6912
|
"Taco": {
|
6849
6913
|
"props": [
|
6850
6914
|
{
|
6851
|
-
"id":
|
6915
|
+
"id": 622,
|
6852
6916
|
"name": "localization",
|
6853
6917
|
"kind": 1024,
|
6854
6918
|
"kindString": "Property",
|
@@ -6858,7 +6922,7 @@
|
|
6858
6922
|
},
|
6859
6923
|
"type": {
|
6860
6924
|
"type": "reference",
|
6861
|
-
"id":
|
6925
|
+
"id": 613,
|
6862
6926
|
"name": "Localization"
|
6863
6927
|
}
|
6864
6928
|
}
|
@@ -6870,7 +6934,7 @@
|
|
6870
6934
|
],
|
6871
6935
|
"props": [
|
6872
6936
|
{
|
6873
|
-
"id":
|
6937
|
+
"id": 1008,
|
6874
6938
|
"name": "highlighted",
|
6875
6939
|
"kind": 1024,
|
6876
6940
|
"kindString": "Property",
|
@@ -6886,7 +6950,7 @@
|
|
6886
6950
|
}
|
6887
6951
|
},
|
6888
6952
|
{
|
6889
|
-
"id":
|
6953
|
+
"id": 1009,
|
6890
6954
|
"name": "state",
|
6891
6955
|
"kind": 1024,
|
6892
6956
|
"kindString": "Property",
|
@@ -6903,7 +6967,7 @@
|
|
6903
6967
|
}
|
6904
6968
|
},
|
6905
6969
|
{
|
6906
|
-
"id":
|
6970
|
+
"id": 1010,
|
6907
6971
|
"name": "value",
|
6908
6972
|
"kind": 1024,
|
6909
6973
|
"kindString": "Property",
|
@@ -6926,7 +6990,7 @@
|
|
6926
6990
|
],
|
6927
6991
|
"props": [
|
6928
6992
|
{
|
6929
|
-
"id":
|
6993
|
+
"id": 1050,
|
6930
6994
|
"name": "children",
|
6931
6995
|
"kind": 1024,
|
6932
6996
|
"kindString": "Property",
|
@@ -6951,7 +7015,7 @@
|
|
6951
7015
|
}
|
6952
7016
|
},
|
6953
7017
|
{
|
6954
|
-
"id":
|
7018
|
+
"id": 1052,
|
6955
7019
|
"name": "placement",
|
6956
7020
|
"kind": 1024,
|
6957
7021
|
"kindString": "Property",
|
@@ -6990,7 +7054,7 @@
|
|
6990
7054
|
}
|
6991
7055
|
},
|
6992
7056
|
{
|
6993
|
-
"id":
|
7057
|
+
"id": 1051,
|
6994
7058
|
"name": "title",
|
6995
7059
|
"kind": 1024,
|
6996
7060
|
"kindString": "Property",
|
@@ -7008,7 +7072,7 @@
|
|
7008
7072
|
"TourProps": {
|
7009
7073
|
"props": [
|
7010
7074
|
{
|
7011
|
-
"id":
|
7075
|
+
"id": 1078,
|
7012
7076
|
"name": "autoStart",
|
7013
7077
|
"kind": 1024,
|
7014
7078
|
"kindString": "Property",
|
@@ -7024,7 +7088,7 @@
|
|
7024
7088
|
}
|
7025
7089
|
},
|
7026
7090
|
{
|
7027
|
-
"id":
|
7091
|
+
"id": 1079,
|
7028
7092
|
"name": "children",
|
7029
7093
|
"kind": 1024,
|
7030
7094
|
"kindString": "Property",
|
@@ -7038,7 +7102,7 @@
|
|
7038
7102
|
}
|
7039
7103
|
},
|
7040
7104
|
{
|
7041
|
-
"id":
|
7105
|
+
"id": 1080,
|
7042
7106
|
"name": "continuous",
|
7043
7107
|
"kind": 1024,
|
7044
7108
|
"kindString": "Property",
|
@@ -7054,7 +7118,7 @@
|
|
7054
7118
|
}
|
7055
7119
|
},
|
7056
7120
|
{
|
7057
|
-
"id":
|
7121
|
+
"id": 1081,
|
7058
7122
|
"name": "disableCloseOnEsc",
|
7059
7123
|
"kind": 1024,
|
7060
7124
|
"kindString": "Property",
|
@@ -7070,7 +7134,7 @@
|
|
7070
7134
|
}
|
7071
7135
|
},
|
7072
7136
|
{
|
7073
|
-
"id":
|
7137
|
+
"id": 1082,
|
7074
7138
|
"name": "disableOverlayClose",
|
7075
7139
|
"kind": 1024,
|
7076
7140
|
"kindString": "Property",
|
@@ -7086,7 +7150,7 @@
|
|
7086
7150
|
}
|
7087
7151
|
},
|
7088
7152
|
{
|
7089
|
-
"id":
|
7153
|
+
"id": 1092,
|
7090
7154
|
"name": "disableScrollParentFix",
|
7091
7155
|
"kind": 1024,
|
7092
7156
|
"kindString": "Property",
|
@@ -7099,7 +7163,7 @@
|
|
7099
7163
|
}
|
7100
7164
|
},
|
7101
7165
|
{
|
7102
|
-
"id":
|
7166
|
+
"id": 1083,
|
7103
7167
|
"name": "disableScrolling",
|
7104
7168
|
"kind": 1024,
|
7105
7169
|
"kindString": "Property",
|
@@ -7115,7 +7179,7 @@
|
|
7115
7179
|
}
|
7116
7180
|
},
|
7117
7181
|
{
|
7118
|
-
"id":
|
7182
|
+
"id": 1087,
|
7119
7183
|
"name": "onComplete",
|
7120
7184
|
"kind": 1024,
|
7121
7185
|
"kindString": "Property",
|
@@ -7130,7 +7194,7 @@
|
|
7130
7194
|
}
|
7131
7195
|
},
|
7132
7196
|
{
|
7133
|
-
"id":
|
7197
|
+
"id": 1091,
|
7134
7198
|
"name": "spotlightClicks",
|
7135
7199
|
"kind": 1024,
|
7136
7200
|
"kindString": "Property",
|
@@ -7143,7 +7207,7 @@
|
|
7143
7207
|
}
|
7144
7208
|
},
|
7145
7209
|
{
|
7146
|
-
"id":
|
7210
|
+
"id": 1084,
|
7147
7211
|
"name": "onClose",
|
7148
7212
|
"kind": 2048,
|
7149
7213
|
"kindString": "Method",
|
@@ -7152,21 +7216,21 @@
|
|
7152
7216
|
},
|
7153
7217
|
"signatures": [
|
7154
7218
|
{
|
7155
|
-
"id":
|
7219
|
+
"id": 1085,
|
7156
7220
|
"name": "onClose",
|
7157
7221
|
"kind": 4096,
|
7158
7222
|
"kindString": "Call signature",
|
7159
7223
|
"flags": {},
|
7160
7224
|
"parameters": [
|
7161
7225
|
{
|
7162
|
-
"id":
|
7226
|
+
"id": 1086,
|
7163
7227
|
"name": "step",
|
7164
7228
|
"kind": 32768,
|
7165
7229
|
"kindString": "Parameter",
|
7166
7230
|
"flags": {},
|
7167
7231
|
"type": {
|
7168
7232
|
"type": "reference",
|
7169
|
-
"id":
|
7233
|
+
"id": 1066,
|
7170
7234
|
"name": "TourStepProps"
|
7171
7235
|
}
|
7172
7236
|
}
|
@@ -7179,7 +7243,7 @@
|
|
7179
7243
|
]
|
7180
7244
|
},
|
7181
7245
|
{
|
7182
|
-
"id":
|
7246
|
+
"id": 1088,
|
7183
7247
|
"name": "onReady",
|
7184
7248
|
"kind": 2048,
|
7185
7249
|
"kindString": "Method",
|
@@ -7188,7 +7252,7 @@
|
|
7188
7252
|
},
|
7189
7253
|
"signatures": [
|
7190
7254
|
{
|
7191
|
-
"id":
|
7255
|
+
"id": 1089,
|
7192
7256
|
"name": "onReady",
|
7193
7257
|
"kind": 4096,
|
7194
7258
|
"kindString": "Call signature",
|
@@ -7198,14 +7262,14 @@
|
|
7198
7262
|
},
|
7199
7263
|
"parameters": [
|
7200
7264
|
{
|
7201
|
-
"id":
|
7265
|
+
"id": 1090,
|
7202
7266
|
"name": "step",
|
7203
7267
|
"kind": 32768,
|
7204
7268
|
"kindString": "Parameter",
|
7205
7269
|
"flags": {},
|
7206
7270
|
"type": {
|
7207
7271
|
"type": "reference",
|
7208
|
-
"id":
|
7272
|
+
"id": 1066,
|
7209
7273
|
"name": "TourStepProps"
|
7210
7274
|
}
|
7211
7275
|
}
|
@@ -7222,7 +7286,7 @@
|
|
7222
7286
|
"TourStepProps": {
|
7223
7287
|
"props": [
|
7224
7288
|
{
|
7225
|
-
"id":
|
7289
|
+
"id": 1068,
|
7226
7290
|
"name": "children",
|
7227
7291
|
"kind": 1024,
|
7228
7292
|
"kindString": "Property",
|
@@ -7238,7 +7302,7 @@
|
|
7238
7302
|
}
|
7239
7303
|
},
|
7240
7304
|
{
|
7241
|
-
"id":
|
7305
|
+
"id": 1069,
|
7242
7306
|
"name": "position",
|
7243
7307
|
"kind": 1024,
|
7244
7308
|
"kindString": "Property",
|
@@ -7256,7 +7320,7 @@
|
|
7256
7320
|
}
|
7257
7321
|
},
|
7258
7322
|
{
|
7259
|
-
"id":
|
7323
|
+
"id": 1070,
|
7260
7324
|
"name": "selector",
|
7261
7325
|
"kind": 1024,
|
7262
7326
|
"kindString": "Property",
|
@@ -7270,7 +7334,7 @@
|
|
7270
7334
|
}
|
7271
7335
|
},
|
7272
7336
|
{
|
7273
|
-
"id":
|
7337
|
+
"id": 1071,
|
7274
7338
|
"name": "showBeacon",
|
7275
7339
|
"kind": 1024,
|
7276
7340
|
"kindString": "Property",
|
@@ -7286,7 +7350,7 @@
|
|
7286
7350
|
}
|
7287
7351
|
},
|
7288
7352
|
{
|
7289
|
-
"id":
|
7353
|
+
"id": 1072,
|
7290
7354
|
"name": "title",
|
7291
7355
|
"kind": 1024,
|
7292
7356
|
"kindString": "Property",
|
@@ -7304,7 +7368,7 @@
|
|
7304
7368
|
"TourTexts": {
|
7305
7369
|
"props": [
|
7306
7370
|
{
|
7307
|
-
"id":
|
7371
|
+
"id": 1060,
|
7308
7372
|
"name": "back",
|
7309
7373
|
"kind": 1024,
|
7310
7374
|
"kindString": "Property",
|
@@ -7318,7 +7382,7 @@
|
|
7318
7382
|
}
|
7319
7383
|
},
|
7320
7384
|
{
|
7321
|
-
"id":
|
7385
|
+
"id": 1061,
|
7322
7386
|
"name": "close",
|
7323
7387
|
"kind": 1024,
|
7324
7388
|
"kindString": "Property",
|
@@ -7332,7 +7396,7 @@
|
|
7332
7396
|
}
|
7333
7397
|
},
|
7334
7398
|
{
|
7335
|
-
"id":
|
7399
|
+
"id": 1063,
|
7336
7400
|
"name": "last",
|
7337
7401
|
"kind": 1024,
|
7338
7402
|
"kindString": "Property",
|
@@ -7346,7 +7410,7 @@
|
|
7346
7410
|
}
|
7347
7411
|
},
|
7348
7412
|
{
|
7349
|
-
"id":
|
7413
|
+
"id": 1064,
|
7350
7414
|
"name": "next",
|
7351
7415
|
"kind": 1024,
|
7352
7416
|
"kindString": "Property",
|
@@ -7360,7 +7424,7 @@
|
|
7360
7424
|
}
|
7361
7425
|
},
|
7362
7426
|
{
|
7363
|
-
"id":
|
7427
|
+
"id": 1065,
|
7364
7428
|
"name": "open",
|
7365
7429
|
"kind": 1024,
|
7366
7430
|
"kindString": "Property",
|
@@ -7374,7 +7438,7 @@
|
|
7374
7438
|
}
|
7375
7439
|
},
|
7376
7440
|
{
|
7377
|
-
"id":
|
7441
|
+
"id": 1062,
|
7378
7442
|
"name": "skip",
|
7379
7443
|
"kind": 1024,
|
7380
7444
|
"kindString": "Property",
|
@@ -7395,7 +7459,7 @@
|
|
7395
7459
|
],
|
7396
7460
|
"props": [
|
7397
7461
|
{
|
7398
|
-
"id":
|
7462
|
+
"id": 1109,
|
7399
7463
|
"name": "className",
|
7400
7464
|
"kind": 1024,
|
7401
7465
|
"kindString": "Property",
|
@@ -7415,21 +7479,21 @@
|
|
7415
7479
|
{
|
7416
7480
|
"type": "reflection",
|
7417
7481
|
"declaration": {
|
7418
|
-
"id":
|
7482
|
+
"id": 1110,
|
7419
7483
|
"name": "__type",
|
7420
7484
|
"kind": 65536,
|
7421
7485
|
"kindString": "Type literal",
|
7422
7486
|
"flags": {},
|
7423
7487
|
"signatures": [
|
7424
7488
|
{
|
7425
|
-
"id":
|
7489
|
+
"id": 1111,
|
7426
7490
|
"name": "__type",
|
7427
7491
|
"kind": 4096,
|
7428
7492
|
"kindString": "Call signature",
|
7429
7493
|
"flags": {},
|
7430
7494
|
"parameters": [
|
7431
7495
|
{
|
7432
|
-
"id":
|
7496
|
+
"id": 1112,
|
7433
7497
|
"name": "expanded",
|
7434
7498
|
"kind": 32768,
|
7435
7499
|
"kindString": "Parameter",
|
@@ -7452,7 +7516,7 @@
|
|
7452
7516
|
}
|
7453
7517
|
},
|
7454
7518
|
{
|
7455
|
-
"id":
|
7519
|
+
"id": 1113,
|
7456
7520
|
"name": "expanded",
|
7457
7521
|
"kind": 1024,
|
7458
7522
|
"kindString": "Property",
|
@@ -7468,7 +7532,7 @@
|
|
7468
7532
|
}
|
7469
7533
|
},
|
7470
7534
|
{
|
7471
|
-
"id":
|
7535
|
+
"id": 1114,
|
7472
7536
|
"name": "fixed",
|
7473
7537
|
"kind": 1024,
|
7474
7538
|
"kindString": "Property",
|
@@ -7484,7 +7548,7 @@
|
|
7484
7548
|
}
|
7485
7549
|
},
|
7486
7550
|
{
|
7487
|
-
"id":
|
7551
|
+
"id": 1119,
|
7488
7552
|
"name": "title",
|
7489
7553
|
"kind": 1024,
|
7490
7554
|
"kindString": "Property",
|
@@ -7504,21 +7568,21 @@
|
|
7504
7568
|
{
|
7505
7569
|
"type": "reflection",
|
7506
7570
|
"declaration": {
|
7507
|
-
"id":
|
7571
|
+
"id": 1120,
|
7508
7572
|
"name": "__type",
|
7509
7573
|
"kind": 65536,
|
7510
7574
|
"kindString": "Type literal",
|
7511
7575
|
"flags": {},
|
7512
7576
|
"signatures": [
|
7513
7577
|
{
|
7514
|
-
"id":
|
7578
|
+
"id": 1121,
|
7515
7579
|
"name": "__type",
|
7516
7580
|
"kind": 4096,
|
7517
7581
|
"kindString": "Call signature",
|
7518
7582
|
"flags": {},
|
7519
7583
|
"parameters": [
|
7520
7584
|
{
|
7521
|
-
"id":
|
7585
|
+
"id": 1122,
|
7522
7586
|
"name": "expanded",
|
7523
7587
|
"kind": 32768,
|
7524
7588
|
"kindString": "Parameter",
|
@@ -7543,7 +7607,7 @@
|
|
7543
7607
|
}
|
7544
7608
|
},
|
7545
7609
|
{
|
7546
|
-
"id":
|
7610
|
+
"id": 1115,
|
7547
7611
|
"name": "onClick",
|
7548
7612
|
"kind": 2048,
|
7549
7613
|
"kindString": "Method",
|
@@ -7552,7 +7616,7 @@
|
|
7552
7616
|
},
|
7553
7617
|
"signatures": [
|
7554
7618
|
{
|
7555
|
-
"id":
|
7619
|
+
"id": 1116,
|
7556
7620
|
"name": "onClick",
|
7557
7621
|
"kind": 4096,
|
7558
7622
|
"kindString": "Call signature",
|
@@ -7562,7 +7626,7 @@
|
|
7562
7626
|
},
|
7563
7627
|
"parameters": [
|
7564
7628
|
{
|
7565
|
-
"id":
|
7629
|
+
"id": 1117,
|
7566
7630
|
"name": "event",
|
7567
7631
|
"kind": 32768,
|
7568
7632
|
"kindString": "Parameter",
|
@@ -7589,7 +7653,7 @@
|
|
7589
7653
|
}
|
7590
7654
|
},
|
7591
7655
|
{
|
7592
|
-
"id":
|
7656
|
+
"id": 1118,
|
7593
7657
|
"name": "expanded",
|
7594
7658
|
"kind": 32768,
|
7595
7659
|
"kindString": "Parameter",
|
@@ -7614,7 +7678,7 @@
|
|
7614
7678
|
"useListKeyboardNavigationOptions": {
|
7615
7679
|
"props": [
|
7616
7680
|
{
|
7617
|
-
"id":
|
7681
|
+
"id": 1152,
|
7618
7682
|
"name": "direction",
|
7619
7683
|
"kind": 1024,
|
7620
7684
|
"kindString": "Property",
|
@@ -7628,7 +7692,7 @@
|
|
7628
7692
|
}
|
7629
7693
|
},
|
7630
7694
|
{
|
7631
|
-
"id":
|
7695
|
+
"id": 1153,
|
7632
7696
|
"name": "initialIndex",
|
7633
7697
|
"kind": 1024,
|
7634
7698
|
"kindString": "Property",
|
@@ -7645,7 +7709,7 @@
|
|
7645
7709
|
"usePaginationValues": {
|
7646
7710
|
"props": [
|
7647
7711
|
{
|
7648
|
-
"id":
|
7712
|
+
"id": 560,
|
7649
7713
|
"name": "pageIndex",
|
7650
7714
|
"kind": 1024,
|
7651
7715
|
"kindString": "Property",
|
@@ -7659,7 +7723,7 @@
|
|
7659
7723
|
}
|
7660
7724
|
},
|
7661
7725
|
{
|
7662
|
-
"id":
|
7726
|
+
"id": 561,
|
7663
7727
|
"name": "pageSize",
|
7664
7728
|
"kind": 1024,
|
7665
7729
|
"kindString": "Property",
|
@@ -7673,14 +7737,14 @@
|
|
7673
7737
|
}
|
7674
7738
|
},
|
7675
7739
|
{
|
7676
|
-
"id":
|
7740
|
+
"id": 562,
|
7677
7741
|
"name": "setPageIndex",
|
7678
7742
|
"kind": 2048,
|
7679
7743
|
"kindString": "Method",
|
7680
7744
|
"flags": {},
|
7681
7745
|
"signatures": [
|
7682
7746
|
{
|
7683
|
-
"id":
|
7747
|
+
"id": 563,
|
7684
7748
|
"name": "setPageIndex",
|
7685
7749
|
"kind": 4096,
|
7686
7750
|
"kindString": "Call signature",
|
@@ -7690,7 +7754,7 @@
|
|
7690
7754
|
},
|
7691
7755
|
"parameters": [
|
7692
7756
|
{
|
7693
|
-
"id":
|
7757
|
+
"id": 564,
|
7694
7758
|
"name": "pageIndex",
|
7695
7759
|
"kind": 32768,
|
7696
7760
|
"kindString": "Parameter",
|
@@ -7709,14 +7773,14 @@
|
|
7709
7773
|
]
|
7710
7774
|
},
|
7711
7775
|
{
|
7712
|
-
"id":
|
7776
|
+
"id": 565,
|
7713
7777
|
"name": "setPageSize",
|
7714
7778
|
"kind": 2048,
|
7715
7779
|
"kindString": "Method",
|
7716
7780
|
"flags": {},
|
7717
7781
|
"signatures": [
|
7718
7782
|
{
|
7719
|
-
"id":
|
7783
|
+
"id": 566,
|
7720
7784
|
"name": "setPageSize",
|
7721
7785
|
"kind": 4096,
|
7722
7786
|
"kindString": "Call signature",
|
@@ -7726,7 +7790,7 @@
|
|
7726
7790
|
},
|
7727
7791
|
"parameters": [
|
7728
7792
|
{
|
7729
|
-
"id":
|
7793
|
+
"id": 567,
|
7730
7794
|
"name": "size",
|
7731
7795
|
"kind": 32768,
|
7732
7796
|
"kindString": "Parameter",
|
@@ -7749,7 +7813,7 @@
|
|
7749
7813
|
"useTableRowCreation": {
|
7750
7814
|
"props": [
|
7751
7815
|
{
|
7752
|
-
"id":
|
7816
|
+
"id": 973,
|
7753
7817
|
"name": "data",
|
7754
7818
|
"kind": 1024,
|
7755
7819
|
"kindString": "Property",
|
@@ -7758,11 +7822,11 @@
|
|
7758
7822
|
"type": "array",
|
7759
7823
|
"elementType": {
|
7760
7824
|
"type": "reference",
|
7761
|
-
"id":
|
7825
|
+
"id": 769,
|
7762
7826
|
"typeArguments": [
|
7763
7827
|
{
|
7764
7828
|
"type": "reference",
|
7765
|
-
"id":
|
7829
|
+
"id": 982,
|
7766
7830
|
"name": "TRow"
|
7767
7831
|
}
|
7768
7832
|
],
|
@@ -7771,7 +7835,7 @@
|
|
7771
7835
|
}
|
7772
7836
|
},
|
7773
7837
|
{
|
7774
|
-
"id":
|
7838
|
+
"id": 981,
|
7775
7839
|
"name": "isCreating",
|
7776
7840
|
"kind": 1024,
|
7777
7841
|
"kindString": "Property",
|
@@ -7782,33 +7846,33 @@
|
|
7782
7846
|
}
|
7783
7847
|
},
|
7784
7848
|
{
|
7785
|
-
"id":
|
7849
|
+
"id": 974,
|
7786
7850
|
"name": "create",
|
7787
7851
|
"kind": 2048,
|
7788
7852
|
"kindString": "Method",
|
7789
7853
|
"flags": {},
|
7790
7854
|
"signatures": [
|
7791
7855
|
{
|
7792
|
-
"id":
|
7856
|
+
"id": 975,
|
7793
7857
|
"name": "create",
|
7794
7858
|
"kind": 4096,
|
7795
7859
|
"kindString": "Call signature",
|
7796
7860
|
"flags": {},
|
7797
7861
|
"parameters": [
|
7798
7862
|
{
|
7799
|
-
"id":
|
7863
|
+
"id": 976,
|
7800
7864
|
"name": "rowIndexPath",
|
7801
7865
|
"kind": 32768,
|
7802
7866
|
"kindString": "Parameter",
|
7803
7867
|
"flags": {},
|
7804
7868
|
"type": {
|
7805
7869
|
"type": "reference",
|
7806
|
-
"id":
|
7870
|
+
"id": 774,
|
7807
7871
|
"name": "RowIndexPath"
|
7808
7872
|
}
|
7809
7873
|
},
|
7810
7874
|
{
|
7811
|
-
"id":
|
7875
|
+
"id": 977,
|
7812
7876
|
"name": "values",
|
7813
7877
|
"kind": 32768,
|
7814
7878
|
"kindString": "Parameter",
|
@@ -7823,35 +7887,35 @@
|
|
7823
7887
|
],
|
7824
7888
|
"type": {
|
7825
7889
|
"type": "reference",
|
7826
|
-
"id":
|
7890
|
+
"id": 774,
|
7827
7891
|
"name": "RowIndexPath"
|
7828
7892
|
}
|
7829
7893
|
}
|
7830
7894
|
]
|
7831
7895
|
},
|
7832
7896
|
{
|
7833
|
-
"id":
|
7897
|
+
"id": 978,
|
7834
7898
|
"name": "remove",
|
7835
7899
|
"kind": 2048,
|
7836
7900
|
"kindString": "Method",
|
7837
7901
|
"flags": {},
|
7838
7902
|
"signatures": [
|
7839
7903
|
{
|
7840
|
-
"id":
|
7904
|
+
"id": 979,
|
7841
7905
|
"name": "remove",
|
7842
7906
|
"kind": 4096,
|
7843
7907
|
"kindString": "Call signature",
|
7844
7908
|
"flags": {},
|
7845
7909
|
"parameters": [
|
7846
7910
|
{
|
7847
|
-
"id":
|
7911
|
+
"id": 980,
|
7848
7912
|
"name": "rowIndexPath",
|
7849
7913
|
"kind": 32768,
|
7850
7914
|
"kindString": "Parameter",
|
7851
7915
|
"flags": {},
|
7852
7916
|
"type": {
|
7853
7917
|
"type": "reference",
|
7854
|
-
"id":
|
7918
|
+
"id": 774,
|
7855
7919
|
"name": "RowIndexPath"
|
7856
7920
|
}
|
7857
7921
|
}
|