@genesislcap/foundation-ui 14.191.0 → 14.191.1
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/custom-elements.json +807 -807
- package/package.json +16 -16
|
@@ -893,6 +893,188 @@
|
|
|
893
893
|
}
|
|
894
894
|
]
|
|
895
895
|
},
|
|
896
|
+
{
|
|
897
|
+
"kind": "javascript-module",
|
|
898
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
899
|
+
"declarations": [
|
|
900
|
+
{
|
|
901
|
+
"kind": "function",
|
|
902
|
+
"name": "foundationAccordionStyles",
|
|
903
|
+
"return": {
|
|
904
|
+
"type": {
|
|
905
|
+
"text": "ElementStyles"
|
|
906
|
+
}
|
|
907
|
+
},
|
|
908
|
+
"parameters": [
|
|
909
|
+
{
|
|
910
|
+
"name": "context",
|
|
911
|
+
"type": {
|
|
912
|
+
"text": "ElementDefinitionContext"
|
|
913
|
+
}
|
|
914
|
+
},
|
|
915
|
+
{
|
|
916
|
+
"name": "definition",
|
|
917
|
+
"type": {
|
|
918
|
+
"text": "FoundationElementDefinition"
|
|
919
|
+
}
|
|
920
|
+
}
|
|
921
|
+
]
|
|
922
|
+
}
|
|
923
|
+
],
|
|
924
|
+
"exports": [
|
|
925
|
+
{
|
|
926
|
+
"kind": "js",
|
|
927
|
+
"name": "foundationAccordionStyles",
|
|
928
|
+
"declaration": {
|
|
929
|
+
"name": "foundationAccordionStyles",
|
|
930
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
931
|
+
}
|
|
932
|
+
}
|
|
933
|
+
]
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
"kind": "javascript-module",
|
|
937
|
+
"path": "src/accordion/accordion.template.ts",
|
|
938
|
+
"declarations": [
|
|
939
|
+
{
|
|
940
|
+
"kind": "function",
|
|
941
|
+
"name": "foundationAccordionTemplate",
|
|
942
|
+
"return": {
|
|
943
|
+
"type": {
|
|
944
|
+
"text": "ViewTemplate<Accordion>"
|
|
945
|
+
}
|
|
946
|
+
},
|
|
947
|
+
"parameters": [
|
|
948
|
+
{
|
|
949
|
+
"name": "context",
|
|
950
|
+
"type": {
|
|
951
|
+
"text": "ElementDefinitionContext"
|
|
952
|
+
}
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
"name": "definition",
|
|
956
|
+
"type": {
|
|
957
|
+
"text": "FoundationElementDefinition"
|
|
958
|
+
}
|
|
959
|
+
}
|
|
960
|
+
]
|
|
961
|
+
}
|
|
962
|
+
],
|
|
963
|
+
"exports": [
|
|
964
|
+
{
|
|
965
|
+
"kind": "js",
|
|
966
|
+
"name": "foundationAccordionTemplate",
|
|
967
|
+
"declaration": {
|
|
968
|
+
"name": "foundationAccordionTemplate",
|
|
969
|
+
"module": "src/accordion/accordion.template.ts"
|
|
970
|
+
}
|
|
971
|
+
}
|
|
972
|
+
]
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"kind": "javascript-module",
|
|
976
|
+
"path": "src/accordion/accordion.ts",
|
|
977
|
+
"declarations": [
|
|
978
|
+
{
|
|
979
|
+
"kind": "class",
|
|
980
|
+
"description": "",
|
|
981
|
+
"name": "Accordion",
|
|
982
|
+
"superclass": {
|
|
983
|
+
"name": "FASTAccordion",
|
|
984
|
+
"package": "@microsoft/fast-foundation"
|
|
985
|
+
},
|
|
986
|
+
"tagName": "%%prefix%%-accordion",
|
|
987
|
+
"customElement": true
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
"kind": "variable",
|
|
991
|
+
"name": "foundationAccordionShadowOptions",
|
|
992
|
+
"type": {
|
|
993
|
+
"text": "ShadowRootInit"
|
|
994
|
+
},
|
|
995
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
996
|
+
},
|
|
997
|
+
{
|
|
998
|
+
"kind": "variable",
|
|
999
|
+
"name": "defaultAccordionConfig",
|
|
1000
|
+
"type": {
|
|
1001
|
+
"text": "object"
|
|
1002
|
+
},
|
|
1003
|
+
"default": "{}"
|
|
1004
|
+
},
|
|
1005
|
+
{
|
|
1006
|
+
"kind": "variable",
|
|
1007
|
+
"name": "foundationAccordion",
|
|
1008
|
+
"description": "The Foundation Accordion",
|
|
1009
|
+
"privacy": "public"
|
|
1010
|
+
}
|
|
1011
|
+
],
|
|
1012
|
+
"exports": [
|
|
1013
|
+
{
|
|
1014
|
+
"kind": "js",
|
|
1015
|
+
"name": "Accordion",
|
|
1016
|
+
"declaration": {
|
|
1017
|
+
"name": "Accordion",
|
|
1018
|
+
"module": "src/accordion/accordion.ts"
|
|
1019
|
+
}
|
|
1020
|
+
},
|
|
1021
|
+
{
|
|
1022
|
+
"kind": "js",
|
|
1023
|
+
"name": "foundationAccordionShadowOptions",
|
|
1024
|
+
"declaration": {
|
|
1025
|
+
"name": "foundationAccordionShadowOptions",
|
|
1026
|
+
"module": "src/accordion/accordion.ts"
|
|
1027
|
+
}
|
|
1028
|
+
},
|
|
1029
|
+
{
|
|
1030
|
+
"kind": "js",
|
|
1031
|
+
"name": "defaultAccordionConfig",
|
|
1032
|
+
"declaration": {
|
|
1033
|
+
"name": "defaultAccordionConfig",
|
|
1034
|
+
"module": "src/accordion/accordion.ts"
|
|
1035
|
+
}
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
"kind": "js",
|
|
1039
|
+
"name": "foundationAccordion",
|
|
1040
|
+
"declaration": {
|
|
1041
|
+
"name": "foundationAccordion",
|
|
1042
|
+
"module": "src/accordion/accordion.ts"
|
|
1043
|
+
}
|
|
1044
|
+
}
|
|
1045
|
+
]
|
|
1046
|
+
},
|
|
1047
|
+
{
|
|
1048
|
+
"kind": "javascript-module",
|
|
1049
|
+
"path": "src/accordion/index.ts",
|
|
1050
|
+
"declarations": [],
|
|
1051
|
+
"exports": [
|
|
1052
|
+
{
|
|
1053
|
+
"kind": "js",
|
|
1054
|
+
"name": "*",
|
|
1055
|
+
"declaration": {
|
|
1056
|
+
"name": "*",
|
|
1057
|
+
"package": "./accordion.template"
|
|
1058
|
+
}
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
"kind": "js",
|
|
1062
|
+
"name": "*",
|
|
1063
|
+
"declaration": {
|
|
1064
|
+
"name": "*",
|
|
1065
|
+
"package": "./accordion.styles"
|
|
1066
|
+
}
|
|
1067
|
+
},
|
|
1068
|
+
{
|
|
1069
|
+
"kind": "js",
|
|
1070
|
+
"name": "*",
|
|
1071
|
+
"declaration": {
|
|
1072
|
+
"name": "*",
|
|
1073
|
+
"package": "./accordion"
|
|
1074
|
+
}
|
|
1075
|
+
}
|
|
1076
|
+
]
|
|
1077
|
+
},
|
|
896
1078
|
{
|
|
897
1079
|
"kind": "javascript-module",
|
|
898
1080
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -1289,11 +1471,11 @@
|
|
|
1289
1471
|
},
|
|
1290
1472
|
{
|
|
1291
1473
|
"kind": "javascript-module",
|
|
1292
|
-
"path": "src/
|
|
1474
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1293
1475
|
"declarations": [
|
|
1294
1476
|
{
|
|
1295
1477
|
"kind": "function",
|
|
1296
|
-
"name": "
|
|
1478
|
+
"name": "actionsMenuBaseStyles",
|
|
1297
1479
|
"return": {
|
|
1298
1480
|
"type": {
|
|
1299
1481
|
"text": "ElementStyles"
|
|
@@ -1313,29 +1495,13 @@
|
|
|
1313
1495
|
}
|
|
1314
1496
|
}
|
|
1315
1497
|
]
|
|
1316
|
-
}
|
|
1317
|
-
],
|
|
1318
|
-
"exports": [
|
|
1319
|
-
{
|
|
1320
|
-
"kind": "js",
|
|
1321
|
-
"name": "foundationAccordionStyles",
|
|
1322
|
-
"declaration": {
|
|
1323
|
-
"name": "foundationAccordionStyles",
|
|
1324
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
1325
|
-
}
|
|
1326
|
-
}
|
|
1327
|
-
]
|
|
1328
|
-
},
|
|
1329
|
-
{
|
|
1330
|
-
"kind": "javascript-module",
|
|
1331
|
-
"path": "src/accordion/accordion.template.ts",
|
|
1332
|
-
"declarations": [
|
|
1498
|
+
},
|
|
1333
1499
|
{
|
|
1334
1500
|
"kind": "function",
|
|
1335
|
-
"name": "
|
|
1501
|
+
"name": "foundationActionsMenuStyles",
|
|
1336
1502
|
"return": {
|
|
1337
1503
|
"type": {
|
|
1338
|
-
"text": "
|
|
1504
|
+
"text": "ElementStyles"
|
|
1339
1505
|
}
|
|
1340
1506
|
},
|
|
1341
1507
|
"parameters": [
|
|
@@ -1357,215 +1523,49 @@
|
|
|
1357
1523
|
"exports": [
|
|
1358
1524
|
{
|
|
1359
1525
|
"kind": "js",
|
|
1360
|
-
"name": "
|
|
1526
|
+
"name": "actionsMenuBaseStyles",
|
|
1361
1527
|
"declaration": {
|
|
1362
|
-
"name": "
|
|
1363
|
-
"module": "src/
|
|
1528
|
+
"name": "actionsMenuBaseStyles",
|
|
1529
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1530
|
+
}
|
|
1531
|
+
},
|
|
1532
|
+
{
|
|
1533
|
+
"kind": "js",
|
|
1534
|
+
"name": "foundationActionsMenuStyles",
|
|
1535
|
+
"declaration": {
|
|
1536
|
+
"name": "foundationActionsMenuStyles",
|
|
1537
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1364
1538
|
}
|
|
1365
1539
|
}
|
|
1366
1540
|
]
|
|
1367
1541
|
},
|
|
1368
1542
|
{
|
|
1369
1543
|
"kind": "javascript-module",
|
|
1370
|
-
"path": "src/
|
|
1544
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1371
1545
|
"declarations": [
|
|
1372
1546
|
{
|
|
1373
|
-
"kind": "
|
|
1374
|
-
"
|
|
1375
|
-
"
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
"
|
|
1386
|
-
"
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
"text": "object"
|
|
1396
|
-
},
|
|
1397
|
-
"default": "{}"
|
|
1398
|
-
},
|
|
1399
|
-
{
|
|
1400
|
-
"kind": "variable",
|
|
1401
|
-
"name": "foundationAccordion",
|
|
1402
|
-
"description": "The Foundation Accordion",
|
|
1403
|
-
"privacy": "public"
|
|
1404
|
-
}
|
|
1405
|
-
],
|
|
1406
|
-
"exports": [
|
|
1407
|
-
{
|
|
1408
|
-
"kind": "js",
|
|
1409
|
-
"name": "Accordion",
|
|
1410
|
-
"declaration": {
|
|
1411
|
-
"name": "Accordion",
|
|
1412
|
-
"module": "src/accordion/accordion.ts"
|
|
1413
|
-
}
|
|
1414
|
-
},
|
|
1415
|
-
{
|
|
1416
|
-
"kind": "js",
|
|
1417
|
-
"name": "foundationAccordionShadowOptions",
|
|
1418
|
-
"declaration": {
|
|
1419
|
-
"name": "foundationAccordionShadowOptions",
|
|
1420
|
-
"module": "src/accordion/accordion.ts"
|
|
1421
|
-
}
|
|
1422
|
-
},
|
|
1423
|
-
{
|
|
1424
|
-
"kind": "js",
|
|
1425
|
-
"name": "defaultAccordionConfig",
|
|
1426
|
-
"declaration": {
|
|
1427
|
-
"name": "defaultAccordionConfig",
|
|
1428
|
-
"module": "src/accordion/accordion.ts"
|
|
1429
|
-
}
|
|
1430
|
-
},
|
|
1431
|
-
{
|
|
1432
|
-
"kind": "js",
|
|
1433
|
-
"name": "foundationAccordion",
|
|
1434
|
-
"declaration": {
|
|
1435
|
-
"name": "foundationAccordion",
|
|
1436
|
-
"module": "src/accordion/accordion.ts"
|
|
1437
|
-
}
|
|
1438
|
-
}
|
|
1439
|
-
]
|
|
1440
|
-
},
|
|
1441
|
-
{
|
|
1442
|
-
"kind": "javascript-module",
|
|
1443
|
-
"path": "src/accordion/index.ts",
|
|
1444
|
-
"declarations": [],
|
|
1445
|
-
"exports": [
|
|
1446
|
-
{
|
|
1447
|
-
"kind": "js",
|
|
1448
|
-
"name": "*",
|
|
1449
|
-
"declaration": {
|
|
1450
|
-
"name": "*",
|
|
1451
|
-
"package": "./accordion.template"
|
|
1452
|
-
}
|
|
1453
|
-
},
|
|
1454
|
-
{
|
|
1455
|
-
"kind": "js",
|
|
1456
|
-
"name": "*",
|
|
1457
|
-
"declaration": {
|
|
1458
|
-
"name": "*",
|
|
1459
|
-
"package": "./accordion.styles"
|
|
1460
|
-
}
|
|
1461
|
-
},
|
|
1462
|
-
{
|
|
1463
|
-
"kind": "js",
|
|
1464
|
-
"name": "*",
|
|
1465
|
-
"declaration": {
|
|
1466
|
-
"name": "*",
|
|
1467
|
-
"package": "./accordion"
|
|
1468
|
-
}
|
|
1469
|
-
}
|
|
1470
|
-
]
|
|
1471
|
-
},
|
|
1472
|
-
{
|
|
1473
|
-
"kind": "javascript-module",
|
|
1474
|
-
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1475
|
-
"declarations": [
|
|
1476
|
-
{
|
|
1477
|
-
"kind": "function",
|
|
1478
|
-
"name": "actionsMenuBaseStyles",
|
|
1479
|
-
"return": {
|
|
1480
|
-
"type": {
|
|
1481
|
-
"text": "ElementStyles"
|
|
1482
|
-
}
|
|
1483
|
-
},
|
|
1484
|
-
"parameters": [
|
|
1485
|
-
{
|
|
1486
|
-
"name": "context",
|
|
1487
|
-
"type": {
|
|
1488
|
-
"text": "ElementDefinitionContext"
|
|
1489
|
-
}
|
|
1490
|
-
},
|
|
1491
|
-
{
|
|
1492
|
-
"name": "definition",
|
|
1493
|
-
"type": {
|
|
1494
|
-
"text": "FoundationElementDefinition"
|
|
1495
|
-
}
|
|
1496
|
-
}
|
|
1497
|
-
]
|
|
1498
|
-
},
|
|
1499
|
-
{
|
|
1500
|
-
"kind": "function",
|
|
1501
|
-
"name": "foundationActionsMenuStyles",
|
|
1502
|
-
"return": {
|
|
1503
|
-
"type": {
|
|
1504
|
-
"text": "ElementStyles"
|
|
1505
|
-
}
|
|
1506
|
-
},
|
|
1507
|
-
"parameters": [
|
|
1508
|
-
{
|
|
1509
|
-
"name": "context",
|
|
1510
|
-
"type": {
|
|
1511
|
-
"text": "ElementDefinitionContext"
|
|
1512
|
-
}
|
|
1513
|
-
},
|
|
1514
|
-
{
|
|
1515
|
-
"name": "definition",
|
|
1516
|
-
"type": {
|
|
1517
|
-
"text": "FoundationElementDefinition"
|
|
1518
|
-
}
|
|
1519
|
-
}
|
|
1520
|
-
]
|
|
1521
|
-
}
|
|
1522
|
-
],
|
|
1523
|
-
"exports": [
|
|
1524
|
-
{
|
|
1525
|
-
"kind": "js",
|
|
1526
|
-
"name": "actionsMenuBaseStyles",
|
|
1527
|
-
"declaration": {
|
|
1528
|
-
"name": "actionsMenuBaseStyles",
|
|
1529
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1530
|
-
}
|
|
1531
|
-
},
|
|
1532
|
-
{
|
|
1533
|
-
"kind": "js",
|
|
1534
|
-
"name": "foundationActionsMenuStyles",
|
|
1535
|
-
"declaration": {
|
|
1536
|
-
"name": "foundationActionsMenuStyles",
|
|
1537
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1538
|
-
}
|
|
1539
|
-
}
|
|
1540
|
-
]
|
|
1541
|
-
},
|
|
1542
|
-
{
|
|
1543
|
-
"kind": "javascript-module",
|
|
1544
|
-
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1545
|
-
"declarations": [
|
|
1546
|
-
{
|
|
1547
|
-
"kind": "function",
|
|
1548
|
-
"name": "menuTemplate",
|
|
1549
|
-
"parameters": [
|
|
1550
|
-
{
|
|
1551
|
-
"name": "prefix",
|
|
1552
|
-
"type": {
|
|
1553
|
-
"text": "string"
|
|
1554
|
-
}
|
|
1555
|
-
}
|
|
1556
|
-
]
|
|
1557
|
-
},
|
|
1558
|
-
{
|
|
1559
|
-
"kind": "function",
|
|
1560
|
-
"name": "singleOptionTemplate",
|
|
1561
|
-
"parameters": [
|
|
1562
|
-
{
|
|
1563
|
-
"name": "prefix",
|
|
1564
|
-
"type": {
|
|
1565
|
-
"text": "string"
|
|
1566
|
-
}
|
|
1567
|
-
}
|
|
1568
|
-
]
|
|
1547
|
+
"kind": "function",
|
|
1548
|
+
"name": "menuTemplate",
|
|
1549
|
+
"parameters": [
|
|
1550
|
+
{
|
|
1551
|
+
"name": "prefix",
|
|
1552
|
+
"type": {
|
|
1553
|
+
"text": "string"
|
|
1554
|
+
}
|
|
1555
|
+
}
|
|
1556
|
+
]
|
|
1557
|
+
},
|
|
1558
|
+
{
|
|
1559
|
+
"kind": "function",
|
|
1560
|
+
"name": "singleOptionTemplate",
|
|
1561
|
+
"parameters": [
|
|
1562
|
+
{
|
|
1563
|
+
"name": "prefix",
|
|
1564
|
+
"type": {
|
|
1565
|
+
"text": "string"
|
|
1566
|
+
}
|
|
1567
|
+
}
|
|
1568
|
+
]
|
|
1569
1569
|
},
|
|
1570
1570
|
{
|
|
1571
1571
|
"kind": "variable",
|
|
@@ -9334,11 +9334,11 @@
|
|
|
9334
9334
|
},
|
|
9335
9335
|
{
|
|
9336
9336
|
"kind": "javascript-module",
|
|
9337
|
-
"path": "src/
|
|
9337
|
+
"path": "src/data-grid/data-grid.styles.ts",
|
|
9338
9338
|
"declarations": [
|
|
9339
9339
|
{
|
|
9340
9340
|
"kind": "function",
|
|
9341
|
-
"name": "
|
|
9341
|
+
"name": "foundationDataGridStyles",
|
|
9342
9342
|
"return": {
|
|
9343
9343
|
"type": {
|
|
9344
9344
|
"text": "ElementStyles"
|
|
@@ -9352,7 +9352,7 @@
|
|
|
9352
9352
|
}
|
|
9353
9353
|
},
|
|
9354
9354
|
{
|
|
9355
|
-
"name": "
|
|
9355
|
+
"name": "defintion",
|
|
9356
9356
|
"type": {
|
|
9357
9357
|
"text": "FoundationElementDefinition"
|
|
9358
9358
|
}
|
|
@@ -9363,96 +9363,123 @@
|
|
|
9363
9363
|
"exports": [
|
|
9364
9364
|
{
|
|
9365
9365
|
"kind": "js",
|
|
9366
|
-
"name": "
|
|
9366
|
+
"name": "foundationDataGridStyles",
|
|
9367
9367
|
"declaration": {
|
|
9368
|
-
"name": "
|
|
9369
|
-
"module": "src/
|
|
9368
|
+
"name": "foundationDataGridStyles",
|
|
9369
|
+
"module": "src/data-grid/data-grid.styles.ts"
|
|
9370
9370
|
}
|
|
9371
9371
|
}
|
|
9372
9372
|
]
|
|
9373
9373
|
},
|
|
9374
9374
|
{
|
|
9375
9375
|
"kind": "javascript-module",
|
|
9376
|
-
"path": "src/
|
|
9376
|
+
"path": "src/data-grid/data-grid.template.ts",
|
|
9377
9377
|
"declarations": [
|
|
9378
9378
|
{
|
|
9379
|
-
"kind": "
|
|
9380
|
-
"name": "
|
|
9381
|
-
"
|
|
9382
|
-
"
|
|
9379
|
+
"kind": "function",
|
|
9380
|
+
"name": "foundationDataGridTemplate",
|
|
9381
|
+
"return": {
|
|
9382
|
+
"type": {
|
|
9383
|
+
"text": "ViewTemplate<DataGrid>"
|
|
9384
|
+
}
|
|
9383
9385
|
},
|
|
9384
|
-
"
|
|
9386
|
+
"parameters": [
|
|
9387
|
+
{
|
|
9388
|
+
"name": "context",
|
|
9389
|
+
"type": {
|
|
9390
|
+
"text": "ElementDefinitionContext"
|
|
9391
|
+
}
|
|
9392
|
+
},
|
|
9393
|
+
{
|
|
9394
|
+
"name": "definition",
|
|
9395
|
+
"type": {
|
|
9396
|
+
"text": "FoundationElementDefinition"
|
|
9397
|
+
}
|
|
9398
|
+
}
|
|
9399
|
+
]
|
|
9385
9400
|
}
|
|
9386
9401
|
],
|
|
9387
9402
|
"exports": [
|
|
9388
9403
|
{
|
|
9389
9404
|
"kind": "js",
|
|
9390
|
-
"name": "
|
|
9405
|
+
"name": "foundationDataGridTemplate",
|
|
9391
9406
|
"declaration": {
|
|
9392
|
-
"name": "
|
|
9393
|
-
"module": "src/
|
|
9407
|
+
"name": "foundationDataGridTemplate",
|
|
9408
|
+
"module": "src/data-grid/data-grid.template.ts"
|
|
9394
9409
|
}
|
|
9395
9410
|
}
|
|
9396
9411
|
]
|
|
9397
9412
|
},
|
|
9398
9413
|
{
|
|
9399
9414
|
"kind": "javascript-module",
|
|
9400
|
-
"path": "src/
|
|
9415
|
+
"path": "src/data-grid/data-grid.ts",
|
|
9401
9416
|
"declarations": [
|
|
9402
9417
|
{
|
|
9403
9418
|
"kind": "class",
|
|
9404
9419
|
"description": "",
|
|
9405
|
-
"name": "
|
|
9406
|
-
"
|
|
9420
|
+
"name": "DataGrid",
|
|
9421
|
+
"superclass": {
|
|
9422
|
+
"name": "FASTDataGrid",
|
|
9423
|
+
"package": "@microsoft/fast-components"
|
|
9424
|
+
},
|
|
9425
|
+
"tagName": "%%prefix%%-data-grid",
|
|
9426
|
+
"customElement": true,
|
|
9427
|
+
"attributes": [
|
|
9407
9428
|
{
|
|
9408
|
-
"
|
|
9409
|
-
"name": "connect",
|
|
9429
|
+
"name": "no-tabbing",
|
|
9410
9430
|
"type": {
|
|
9411
|
-
"text": "
|
|
9431
|
+
"text": "boolean"
|
|
9432
|
+
},
|
|
9433
|
+
"default": "false",
|
|
9434
|
+
"description": "When true the component will not add itself to the tab queue.\nDefault is false.",
|
|
9435
|
+
"fieldName": "noTabbing",
|
|
9436
|
+
"inheritedFrom": {
|
|
9437
|
+
"name": "DataGrid",
|
|
9438
|
+
"module": "src/data-grid/data-grid.ts"
|
|
9412
9439
|
}
|
|
9413
9440
|
},
|
|
9414
9441
|
{
|
|
9415
|
-
"
|
|
9416
|
-
"name": "session",
|
|
9417
|
-
"type": {
|
|
9418
|
-
"text": "Session"
|
|
9419
|
-
}
|
|
9420
|
-
},
|
|
9421
|
-
{
|
|
9422
|
-
"kind": "field",
|
|
9423
|
-
"name": "showLabel",
|
|
9442
|
+
"name": "generate-header",
|
|
9424
9443
|
"type": {
|
|
9425
|
-
"text": "
|
|
9444
|
+
"text": "GenerateHeaderOptions"
|
|
9426
9445
|
},
|
|
9427
|
-
"
|
|
9446
|
+
"description": "Whether the grid should automatically generate a header row and its type",
|
|
9447
|
+
"fieldName": "generateHeader",
|
|
9448
|
+
"inheritedFrom": {
|
|
9449
|
+
"name": "DataGrid",
|
|
9450
|
+
"module": "src/data-grid/data-grid.ts"
|
|
9451
|
+
}
|
|
9428
9452
|
},
|
|
9429
9453
|
{
|
|
9430
|
-
"
|
|
9431
|
-
"name": "label",
|
|
9454
|
+
"name": "grid-template-columns",
|
|
9432
9455
|
"type": {
|
|
9433
9456
|
"text": "string"
|
|
9434
9457
|
},
|
|
9435
|
-
"
|
|
9436
|
-
|
|
9437
|
-
|
|
9438
|
-
|
|
9439
|
-
|
|
9440
|
-
|
|
9441
|
-
|
|
9442
|
-
|
|
9443
|
-
|
|
9444
|
-
},
|
|
9458
|
+
"description": "String that gets applied to the the css gridTemplateColumns attribute of child rows",
|
|
9459
|
+
"fieldName": "gridTemplateColumns",
|
|
9460
|
+
"inheritedFrom": {
|
|
9461
|
+
"name": "DataGrid",
|
|
9462
|
+
"module": "src/data-grid/data-grid.ts"
|
|
9463
|
+
}
|
|
9464
|
+
}
|
|
9465
|
+
],
|
|
9466
|
+
"members": [
|
|
9445
9467
|
{
|
|
9446
9468
|
"kind": "field",
|
|
9447
|
-
"name": "
|
|
9448
|
-
"
|
|
9449
|
-
|
|
9450
|
-
|
|
9451
|
-
"
|
|
9469
|
+
"name": "generateColumns",
|
|
9470
|
+
"privacy": "public",
|
|
9471
|
+
"static": true,
|
|
9472
|
+
"description": "generates a basic column definition by examining sample row data",
|
|
9473
|
+
"inheritedFrom": {
|
|
9474
|
+
"name": "DataGrid",
|
|
9475
|
+
"module": "src/data-grid/data-grid.ts"
|
|
9476
|
+
}
|
|
9452
9477
|
},
|
|
9453
9478
|
{
|
|
9454
9479
|
"kind": "method",
|
|
9455
|
-
"name": "
|
|
9480
|
+
"name": "generateTemplateColumns",
|
|
9481
|
+
"privacy": "private",
|
|
9482
|
+
"static": true,
|
|
9456
9483
|
"return": {
|
|
9457
9484
|
"type": {
|
|
9458
9485
|
"text": "string"
|
|
@@ -9460,337 +9487,218 @@
|
|
|
9460
9487
|
},
|
|
9461
9488
|
"parameters": [
|
|
9462
9489
|
{
|
|
9463
|
-
"name": "
|
|
9490
|
+
"name": "columnDefinitions",
|
|
9464
9491
|
"type": {
|
|
9465
|
-
"text": "
|
|
9492
|
+
"text": "ColumnDefinition[]"
|
|
9466
9493
|
}
|
|
9467
9494
|
}
|
|
9468
|
-
]
|
|
9495
|
+
],
|
|
9496
|
+
"description": "generates a gridTemplateColumns based on columndata array",
|
|
9497
|
+
"inheritedFrom": {
|
|
9498
|
+
"name": "DataGrid",
|
|
9499
|
+
"module": "src/data-grid/data-grid.ts"
|
|
9500
|
+
}
|
|
9469
9501
|
},
|
|
9470
9502
|
{
|
|
9471
9503
|
"kind": "field",
|
|
9472
|
-
"name": "
|
|
9504
|
+
"name": "noTabbing",
|
|
9473
9505
|
"type": {
|
|
9474
|
-
"text": "
|
|
9506
|
+
"text": "boolean"
|
|
9475
9507
|
},
|
|
9508
|
+
"privacy": "public",
|
|
9509
|
+
"default": "false",
|
|
9510
|
+
"description": "When true the component will not add itself to the tab queue.\nDefault is false.",
|
|
9511
|
+
"inheritedFrom": {
|
|
9512
|
+
"name": "DataGrid",
|
|
9513
|
+
"module": "src/data-grid/data-grid.ts"
|
|
9514
|
+
}
|
|
9515
|
+
},
|
|
9516
|
+
{
|
|
9517
|
+
"kind": "method",
|
|
9518
|
+
"name": "noTabbingChanged",
|
|
9476
9519
|
"privacy": "private",
|
|
9477
|
-
"
|
|
9520
|
+
"return": {
|
|
9521
|
+
"type": {
|
|
9522
|
+
"text": "void"
|
|
9523
|
+
}
|
|
9524
|
+
},
|
|
9478
9525
|
"inheritedFrom": {
|
|
9479
|
-
"name": "
|
|
9480
|
-
"module": "src/
|
|
9526
|
+
"name": "DataGrid",
|
|
9527
|
+
"module": "src/data-grid/data-grid.ts"
|
|
9481
9528
|
}
|
|
9482
9529
|
},
|
|
9483
9530
|
{
|
|
9484
9531
|
"kind": "field",
|
|
9485
|
-
"name": "
|
|
9532
|
+
"name": "generateHeader",
|
|
9486
9533
|
"type": {
|
|
9487
|
-
"text": "
|
|
9534
|
+
"text": "GenerateHeaderOptions"
|
|
9488
9535
|
},
|
|
9489
9536
|
"privacy": "public",
|
|
9490
|
-
"description": "
|
|
9537
|
+
"description": "Whether the grid should automatically generate a header row and its type",
|
|
9491
9538
|
"inheritedFrom": {
|
|
9492
|
-
"name": "
|
|
9493
|
-
"module": "src/
|
|
9539
|
+
"name": "DataGrid",
|
|
9540
|
+
"module": "src/data-grid/data-grid.ts"
|
|
9541
|
+
}
|
|
9542
|
+
},
|
|
9543
|
+
{
|
|
9544
|
+
"kind": "method",
|
|
9545
|
+
"name": "generateHeaderChanged",
|
|
9546
|
+
"privacy": "private",
|
|
9547
|
+
"return": {
|
|
9548
|
+
"type": {
|
|
9549
|
+
"text": "void"
|
|
9550
|
+
}
|
|
9551
|
+
},
|
|
9552
|
+
"inheritedFrom": {
|
|
9553
|
+
"name": "DataGrid",
|
|
9554
|
+
"module": "src/data-grid/data-grid.ts"
|
|
9494
9555
|
}
|
|
9495
9556
|
},
|
|
9496
9557
|
{
|
|
9497
9558
|
"kind": "field",
|
|
9498
|
-
"name": "
|
|
9559
|
+
"name": "gridTemplateColumns",
|
|
9499
9560
|
"type": {
|
|
9500
|
-
"text": "
|
|
9561
|
+
"text": "string"
|
|
9501
9562
|
},
|
|
9502
9563
|
"privacy": "public",
|
|
9503
|
-
"description": "
|
|
9564
|
+
"description": "String that gets applied to the the css gridTemplateColumns attribute of child rows",
|
|
9504
9565
|
"inheritedFrom": {
|
|
9505
|
-
"name": "
|
|
9506
|
-
"module": "src/
|
|
9566
|
+
"name": "DataGrid",
|
|
9567
|
+
"module": "src/data-grid/data-grid.ts"
|
|
9507
9568
|
}
|
|
9508
9569
|
},
|
|
9509
9570
|
{
|
|
9510
9571
|
"kind": "method",
|
|
9511
|
-
"name": "
|
|
9512
|
-
"privacy": "
|
|
9572
|
+
"name": "gridTemplateColumnsChanged",
|
|
9573
|
+
"privacy": "private",
|
|
9513
9574
|
"return": {
|
|
9514
9575
|
"type": {
|
|
9515
9576
|
"text": "void"
|
|
9516
9577
|
}
|
|
9517
9578
|
},
|
|
9518
9579
|
"inheritedFrom": {
|
|
9519
|
-
"name": "
|
|
9520
|
-
"module": "src/
|
|
9580
|
+
"name": "DataGrid",
|
|
9581
|
+
"module": "src/data-grid/data-grid.ts"
|
|
9521
9582
|
}
|
|
9522
9583
|
},
|
|
9523
9584
|
{
|
|
9524
9585
|
"kind": "field",
|
|
9525
|
-
"name": "
|
|
9586
|
+
"name": "rowsData",
|
|
9526
9587
|
"type": {
|
|
9527
|
-
"text": "
|
|
9588
|
+
"text": "object[]"
|
|
9528
9589
|
},
|
|
9529
9590
|
"privacy": "public",
|
|
9530
|
-
"
|
|
9591
|
+
"default": "[]",
|
|
9592
|
+
"description": "The data being displayed in the grid",
|
|
9531
9593
|
"inheritedFrom": {
|
|
9532
|
-
"name": "
|
|
9533
|
-
"module": "src/
|
|
9594
|
+
"name": "DataGrid",
|
|
9595
|
+
"module": "src/data-grid/data-grid.ts"
|
|
9534
9596
|
}
|
|
9535
9597
|
},
|
|
9536
9598
|
{
|
|
9537
9599
|
"kind": "method",
|
|
9538
|
-
"name": "
|
|
9539
|
-
"privacy": "
|
|
9600
|
+
"name": "rowsDataChanged",
|
|
9601
|
+
"privacy": "private",
|
|
9540
9602
|
"return": {
|
|
9541
9603
|
"type": {
|
|
9542
9604
|
"text": "void"
|
|
9543
9605
|
}
|
|
9544
9606
|
},
|
|
9545
9607
|
"inheritedFrom": {
|
|
9546
|
-
"name": "
|
|
9547
|
-
"module": "src/
|
|
9608
|
+
"name": "DataGrid",
|
|
9609
|
+
"module": "src/data-grid/data-grid.ts"
|
|
9548
9610
|
}
|
|
9549
9611
|
},
|
|
9550
9612
|
{
|
|
9551
|
-
"kind": "
|
|
9552
|
-
"name": "
|
|
9613
|
+
"kind": "field",
|
|
9614
|
+
"name": "columnDefinitions",
|
|
9615
|
+
"type": {
|
|
9616
|
+
"text": "ColumnDefinition[] | null"
|
|
9617
|
+
},
|
|
9553
9618
|
"privacy": "public",
|
|
9554
|
-
"
|
|
9619
|
+
"default": "null",
|
|
9620
|
+
"description": "The column definitions of the grid",
|
|
9621
|
+
"inheritedFrom": {
|
|
9622
|
+
"name": "DataGrid",
|
|
9623
|
+
"module": "src/data-grid/data-grid.ts"
|
|
9624
|
+
}
|
|
9625
|
+
},
|
|
9626
|
+
{
|
|
9627
|
+
"kind": "method",
|
|
9628
|
+
"name": "columnDefinitionsChanged",
|
|
9629
|
+
"privacy": "private",
|
|
9555
9630
|
"return": {
|
|
9556
9631
|
"type": {
|
|
9557
|
-
"text": "
|
|
9632
|
+
"text": "void"
|
|
9558
9633
|
}
|
|
9559
9634
|
},
|
|
9560
|
-
"
|
|
9561
|
-
|
|
9562
|
-
|
|
9563
|
-
|
|
9564
|
-
|
|
9565
|
-
|
|
9566
|
-
|
|
9567
|
-
|
|
9568
|
-
|
|
9569
|
-
|
|
9570
|
-
|
|
9571
|
-
|
|
9572
|
-
|
|
9635
|
+
"inheritedFrom": {
|
|
9636
|
+
"name": "DataGrid",
|
|
9637
|
+
"module": "src/data-grid/data-grid.ts"
|
|
9638
|
+
}
|
|
9639
|
+
},
|
|
9640
|
+
{
|
|
9641
|
+
"kind": "field",
|
|
9642
|
+
"name": "rowItemTemplate",
|
|
9643
|
+
"type": {
|
|
9644
|
+
"text": "ViewTemplate"
|
|
9645
|
+
},
|
|
9646
|
+
"privacy": "public",
|
|
9647
|
+
"description": "The template to use for the programmatic generation of rows",
|
|
9648
|
+
"inheritedFrom": {
|
|
9649
|
+
"name": "DataGrid",
|
|
9650
|
+
"module": "src/data-grid/data-grid.ts"
|
|
9651
|
+
}
|
|
9652
|
+
},
|
|
9653
|
+
{
|
|
9654
|
+
"kind": "field",
|
|
9655
|
+
"name": "cellItemTemplate",
|
|
9656
|
+
"type": {
|
|
9657
|
+
"text": "ViewTemplate | undefined"
|
|
9658
|
+
},
|
|
9659
|
+
"privacy": "public",
|
|
9660
|
+
"description": "The template used to render cells in generated rows.",
|
|
9661
|
+
"inheritedFrom": {
|
|
9662
|
+
"name": "DataGrid",
|
|
9663
|
+
"module": "src/data-grid/data-grid.ts"
|
|
9664
|
+
}
|
|
9665
|
+
},
|
|
9666
|
+
{
|
|
9667
|
+
"kind": "field",
|
|
9668
|
+
"name": "headerCellItemTemplate",
|
|
9669
|
+
"type": {
|
|
9670
|
+
"text": "ViewTemplate | undefined"
|
|
9671
|
+
},
|
|
9672
|
+
"privacy": "public",
|
|
9673
|
+
"description": "The template used to render header cells in generated rows.",
|
|
9674
|
+
"inheritedFrom": {
|
|
9675
|
+
"name": "DataGrid",
|
|
9676
|
+
"module": "src/data-grid/data-grid.ts"
|
|
9677
|
+
}
|
|
9678
|
+
},
|
|
9679
|
+
{
|
|
9680
|
+
"kind": "method",
|
|
9681
|
+
"name": "headerCellItemTemplateChanged",
|
|
9682
|
+
"privacy": "private",
|
|
9683
|
+
"return": {
|
|
9684
|
+
"type": {
|
|
9685
|
+
"text": "void"
|
|
9573
9686
|
}
|
|
9574
|
-
|
|
9575
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
9687
|
+
},
|
|
9576
9688
|
"inheritedFrom": {
|
|
9577
|
-
"name": "
|
|
9578
|
-
"module": "src/
|
|
9689
|
+
"name": "DataGrid",
|
|
9690
|
+
"module": "src/data-grid/data-grid.ts"
|
|
9579
9691
|
}
|
|
9580
|
-
}
|
|
9581
|
-
],
|
|
9582
|
-
"attributes": [
|
|
9692
|
+
},
|
|
9583
9693
|
{
|
|
9584
|
-
"
|
|
9694
|
+
"kind": "field",
|
|
9695
|
+
"name": "focusRowIndex",
|
|
9585
9696
|
"type": {
|
|
9586
|
-
"text": "
|
|
9697
|
+
"text": "number"
|
|
9587
9698
|
},
|
|
9588
|
-
"default": "false",
|
|
9589
|
-
"fieldName": "showLabel"
|
|
9590
|
-
}
|
|
9591
|
-
],
|
|
9592
|
-
"superclass": {
|
|
9593
|
-
"name": "FoundationElement",
|
|
9594
|
-
"package": "@microsoft/fast-foundation"
|
|
9595
|
-
},
|
|
9596
|
-
"tagName": "%%prefix%%-connection-indicator",
|
|
9597
|
-
"customElement": true
|
|
9598
|
-
},
|
|
9599
|
-
{
|
|
9600
|
-
"kind": "variable",
|
|
9601
|
-
"name": "foundationConnectionIndicator",
|
|
9602
|
-
"description": "The Connection Indicator",
|
|
9603
|
-
"privacy": "public"
|
|
9604
|
-
}
|
|
9605
|
-
],
|
|
9606
|
-
"exports": [
|
|
9607
|
-
{
|
|
9608
|
-
"kind": "js",
|
|
9609
|
-
"name": "ConnectionIndicator",
|
|
9610
|
-
"declaration": {
|
|
9611
|
-
"name": "ConnectionIndicator",
|
|
9612
|
-
"module": "src/connection-indicator/connection-indicator.ts"
|
|
9613
|
-
}
|
|
9614
|
-
},
|
|
9615
|
-
{
|
|
9616
|
-
"kind": "js",
|
|
9617
|
-
"name": "foundationConnectionIndicator",
|
|
9618
|
-
"declaration": {
|
|
9619
|
-
"name": "foundationConnectionIndicator",
|
|
9620
|
-
"module": "src/connection-indicator/connection-indicator.ts"
|
|
9621
|
-
}
|
|
9622
|
-
}
|
|
9623
|
-
]
|
|
9624
|
-
},
|
|
9625
|
-
{
|
|
9626
|
-
"kind": "javascript-module",
|
|
9627
|
-
"path": "src/connection-indicator/index.ts",
|
|
9628
|
-
"declarations": [],
|
|
9629
|
-
"exports": [
|
|
9630
|
-
{
|
|
9631
|
-
"kind": "js",
|
|
9632
|
-
"name": "*",
|
|
9633
|
-
"declaration": {
|
|
9634
|
-
"name": "*",
|
|
9635
|
-
"package": "./connection-indicator"
|
|
9636
|
-
}
|
|
9637
|
-
},
|
|
9638
|
-
{
|
|
9639
|
-
"kind": "js",
|
|
9640
|
-
"name": "*",
|
|
9641
|
-
"declaration": {
|
|
9642
|
-
"name": "*",
|
|
9643
|
-
"package": "./connection-indicator.styles"
|
|
9644
|
-
}
|
|
9645
|
-
},
|
|
9646
|
-
{
|
|
9647
|
-
"kind": "js",
|
|
9648
|
-
"name": "*",
|
|
9649
|
-
"declaration": {
|
|
9650
|
-
"name": "*",
|
|
9651
|
-
"package": "./connection-indicator.template"
|
|
9652
|
-
}
|
|
9653
|
-
}
|
|
9654
|
-
]
|
|
9655
|
-
},
|
|
9656
|
-
{
|
|
9657
|
-
"kind": "javascript-module",
|
|
9658
|
-
"path": "src/data-grid/data-grid.styles.ts",
|
|
9659
|
-
"declarations": [
|
|
9660
|
-
{
|
|
9661
|
-
"kind": "function",
|
|
9662
|
-
"name": "foundationDataGridStyles",
|
|
9663
|
-
"return": {
|
|
9664
|
-
"type": {
|
|
9665
|
-
"text": "ElementStyles"
|
|
9666
|
-
}
|
|
9667
|
-
},
|
|
9668
|
-
"parameters": [
|
|
9669
|
-
{
|
|
9670
|
-
"name": "context",
|
|
9671
|
-
"type": {
|
|
9672
|
-
"text": "ElementDefinitionContext"
|
|
9673
|
-
}
|
|
9674
|
-
},
|
|
9675
|
-
{
|
|
9676
|
-
"name": "defintion",
|
|
9677
|
-
"type": {
|
|
9678
|
-
"text": "FoundationElementDefinition"
|
|
9679
|
-
}
|
|
9680
|
-
}
|
|
9681
|
-
]
|
|
9682
|
-
}
|
|
9683
|
-
],
|
|
9684
|
-
"exports": [
|
|
9685
|
-
{
|
|
9686
|
-
"kind": "js",
|
|
9687
|
-
"name": "foundationDataGridStyles",
|
|
9688
|
-
"declaration": {
|
|
9689
|
-
"name": "foundationDataGridStyles",
|
|
9690
|
-
"module": "src/data-grid/data-grid.styles.ts"
|
|
9691
|
-
}
|
|
9692
|
-
}
|
|
9693
|
-
]
|
|
9694
|
-
},
|
|
9695
|
-
{
|
|
9696
|
-
"kind": "javascript-module",
|
|
9697
|
-
"path": "src/data-grid/data-grid.template.ts",
|
|
9698
|
-
"declarations": [
|
|
9699
|
-
{
|
|
9700
|
-
"kind": "function",
|
|
9701
|
-
"name": "foundationDataGridTemplate",
|
|
9702
|
-
"return": {
|
|
9703
|
-
"type": {
|
|
9704
|
-
"text": "ViewTemplate<DataGrid>"
|
|
9705
|
-
}
|
|
9706
|
-
},
|
|
9707
|
-
"parameters": [
|
|
9708
|
-
{
|
|
9709
|
-
"name": "context",
|
|
9710
|
-
"type": {
|
|
9711
|
-
"text": "ElementDefinitionContext"
|
|
9712
|
-
}
|
|
9713
|
-
},
|
|
9714
|
-
{
|
|
9715
|
-
"name": "definition",
|
|
9716
|
-
"type": {
|
|
9717
|
-
"text": "FoundationElementDefinition"
|
|
9718
|
-
}
|
|
9719
|
-
}
|
|
9720
|
-
]
|
|
9721
|
-
}
|
|
9722
|
-
],
|
|
9723
|
-
"exports": [
|
|
9724
|
-
{
|
|
9725
|
-
"kind": "js",
|
|
9726
|
-
"name": "foundationDataGridTemplate",
|
|
9727
|
-
"declaration": {
|
|
9728
|
-
"name": "foundationDataGridTemplate",
|
|
9729
|
-
"module": "src/data-grid/data-grid.template.ts"
|
|
9730
|
-
}
|
|
9731
|
-
}
|
|
9732
|
-
]
|
|
9733
|
-
},
|
|
9734
|
-
{
|
|
9735
|
-
"kind": "javascript-module",
|
|
9736
|
-
"path": "src/data-grid/data-grid.ts",
|
|
9737
|
-
"declarations": [
|
|
9738
|
-
{
|
|
9739
|
-
"kind": "class",
|
|
9740
|
-
"description": "",
|
|
9741
|
-
"name": "DataGrid",
|
|
9742
|
-
"superclass": {
|
|
9743
|
-
"name": "FASTDataGrid",
|
|
9744
|
-
"package": "@microsoft/fast-components"
|
|
9745
|
-
},
|
|
9746
|
-
"tagName": "%%prefix%%-data-grid",
|
|
9747
|
-
"customElement": true,
|
|
9748
|
-
"attributes": [
|
|
9749
|
-
{
|
|
9750
|
-
"name": "no-tabbing",
|
|
9751
|
-
"type": {
|
|
9752
|
-
"text": "boolean"
|
|
9753
|
-
},
|
|
9754
|
-
"default": "false",
|
|
9755
|
-
"description": "When true the component will not add itself to the tab queue.\nDefault is false.",
|
|
9756
|
-
"fieldName": "noTabbing",
|
|
9757
|
-
"inheritedFrom": {
|
|
9758
|
-
"name": "DataGrid",
|
|
9759
|
-
"module": "src/data-grid/data-grid.ts"
|
|
9760
|
-
}
|
|
9761
|
-
},
|
|
9762
|
-
{
|
|
9763
|
-
"name": "generate-header",
|
|
9764
|
-
"type": {
|
|
9765
|
-
"text": "GenerateHeaderOptions"
|
|
9766
|
-
},
|
|
9767
|
-
"description": "Whether the grid should automatically generate a header row and its type",
|
|
9768
|
-
"fieldName": "generateHeader",
|
|
9769
|
-
"inheritedFrom": {
|
|
9770
|
-
"name": "DataGrid",
|
|
9771
|
-
"module": "src/data-grid/data-grid.ts"
|
|
9772
|
-
}
|
|
9773
|
-
},
|
|
9774
|
-
{
|
|
9775
|
-
"name": "grid-template-columns",
|
|
9776
|
-
"type": {
|
|
9777
|
-
"text": "string"
|
|
9778
|
-
},
|
|
9779
|
-
"description": "String that gets applied to the the css gridTemplateColumns attribute of child rows",
|
|
9780
|
-
"fieldName": "gridTemplateColumns",
|
|
9781
|
-
"inheritedFrom": {
|
|
9782
|
-
"name": "DataGrid",
|
|
9783
|
-
"module": "src/data-grid/data-grid.ts"
|
|
9784
|
-
}
|
|
9785
|
-
}
|
|
9786
|
-
],
|
|
9787
|
-
"members": [
|
|
9788
|
-
{
|
|
9789
|
-
"kind": "field",
|
|
9790
|
-
"name": "generateColumns",
|
|
9791
9699
|
"privacy": "public",
|
|
9792
|
-
"
|
|
9793
|
-
"description": "
|
|
9700
|
+
"default": "0",
|
|
9701
|
+
"description": "The index of the row that will receive focus the next time the\ngrid is focused. This value changes as focus moves to different\nrows within the grid. Changing this value when focus is already\nwithin the grid moves focus to the specified row.",
|
|
9794
9702
|
"inheritedFrom": {
|
|
9795
9703
|
"name": "DataGrid",
|
|
9796
9704
|
"module": "src/data-grid/data-grid.ts"
|
|
@@ -9798,23 +9706,13 @@
|
|
|
9798
9706
|
},
|
|
9799
9707
|
{
|
|
9800
9708
|
"kind": "method",
|
|
9801
|
-
"name": "
|
|
9709
|
+
"name": "focusRowIndexChanged",
|
|
9802
9710
|
"privacy": "private",
|
|
9803
|
-
"static": true,
|
|
9804
9711
|
"return": {
|
|
9805
9712
|
"type": {
|
|
9806
|
-
"text": "
|
|
9713
|
+
"text": "void"
|
|
9807
9714
|
}
|
|
9808
9715
|
},
|
|
9809
|
-
"parameters": [
|
|
9810
|
-
{
|
|
9811
|
-
"name": "columnDefinitions",
|
|
9812
|
-
"type": {
|
|
9813
|
-
"text": "ColumnDefinition[]"
|
|
9814
|
-
}
|
|
9815
|
-
}
|
|
9816
|
-
],
|
|
9817
|
-
"description": "generates a gridTemplateColumns based on columndata array",
|
|
9818
9716
|
"inheritedFrom": {
|
|
9819
9717
|
"name": "DataGrid",
|
|
9820
9718
|
"module": "src/data-grid/data-grid.ts"
|
|
@@ -9822,13 +9720,13 @@
|
|
|
9822
9720
|
},
|
|
9823
9721
|
{
|
|
9824
9722
|
"kind": "field",
|
|
9825
|
-
"name": "
|
|
9723
|
+
"name": "focusColumnIndex",
|
|
9826
9724
|
"type": {
|
|
9827
|
-
"text": "
|
|
9725
|
+
"text": "number"
|
|
9828
9726
|
},
|
|
9829
9727
|
"privacy": "public",
|
|
9830
|
-
"default": "
|
|
9831
|
-
"description": "
|
|
9728
|
+
"default": "0",
|
|
9729
|
+
"description": "The index of the column that will receive focus the next time the\ngrid is focused. This value changes as focus moves to different rows\nwithin the grid. Changing this value when focus is already within\nthe grid moves focus to the specified column.",
|
|
9832
9730
|
"inheritedFrom": {
|
|
9833
9731
|
"name": "DataGrid",
|
|
9834
9732
|
"module": "src/data-grid/data-grid.ts"
|
|
@@ -9836,7 +9734,7 @@
|
|
|
9836
9734
|
},
|
|
9837
9735
|
{
|
|
9838
9736
|
"kind": "method",
|
|
9839
|
-
"name": "
|
|
9737
|
+
"name": "focusColumnIndexChanged",
|
|
9840
9738
|
"privacy": "private",
|
|
9841
9739
|
"return": {
|
|
9842
9740
|
"type": {
|
|
@@ -9850,26 +9748,24 @@
|
|
|
9850
9748
|
},
|
|
9851
9749
|
{
|
|
9852
9750
|
"kind": "field",
|
|
9853
|
-
"name": "
|
|
9751
|
+
"name": "rowElementTag",
|
|
9854
9752
|
"type": {
|
|
9855
|
-
"text": "
|
|
9753
|
+
"text": "string"
|
|
9856
9754
|
},
|
|
9857
9755
|
"privacy": "public",
|
|
9858
|
-
"description": "
|
|
9756
|
+
"description": "Set by the component templates.",
|
|
9859
9757
|
"inheritedFrom": {
|
|
9860
9758
|
"name": "DataGrid",
|
|
9861
9759
|
"module": "src/data-grid/data-grid.ts"
|
|
9862
9760
|
}
|
|
9863
9761
|
},
|
|
9864
9762
|
{
|
|
9865
|
-
"kind": "
|
|
9866
|
-
"name": "
|
|
9867
|
-
"
|
|
9868
|
-
|
|
9869
|
-
"type": {
|
|
9870
|
-
"text": "void"
|
|
9871
|
-
}
|
|
9763
|
+
"kind": "field",
|
|
9764
|
+
"name": "rowsRepeatBehavior",
|
|
9765
|
+
"type": {
|
|
9766
|
+
"text": "RepeatBehavior | null"
|
|
9872
9767
|
},
|
|
9768
|
+
"privacy": "private",
|
|
9873
9769
|
"inheritedFrom": {
|
|
9874
9770
|
"name": "DataGrid",
|
|
9875
9771
|
"module": "src/data-grid/data-grid.ts"
|
|
@@ -9877,26 +9773,25 @@
|
|
|
9877
9773
|
},
|
|
9878
9774
|
{
|
|
9879
9775
|
"kind": "field",
|
|
9880
|
-
"name": "
|
|
9776
|
+
"name": "rowsPlaceholder",
|
|
9881
9777
|
"type": {
|
|
9882
|
-
"text": "
|
|
9778
|
+
"text": "Node | null"
|
|
9883
9779
|
},
|
|
9884
|
-
"privacy": "
|
|
9885
|
-
"
|
|
9780
|
+
"privacy": "private",
|
|
9781
|
+
"default": "null",
|
|
9886
9782
|
"inheritedFrom": {
|
|
9887
9783
|
"name": "DataGrid",
|
|
9888
9784
|
"module": "src/data-grid/data-grid.ts"
|
|
9889
9785
|
}
|
|
9890
9786
|
},
|
|
9891
9787
|
{
|
|
9892
|
-
"kind": "
|
|
9893
|
-
"name": "
|
|
9894
|
-
"
|
|
9895
|
-
|
|
9896
|
-
"type": {
|
|
9897
|
-
"text": "void"
|
|
9898
|
-
}
|
|
9788
|
+
"kind": "field",
|
|
9789
|
+
"name": "generatedHeader",
|
|
9790
|
+
"type": {
|
|
9791
|
+
"text": "DataGridRow | null"
|
|
9899
9792
|
},
|
|
9793
|
+
"privacy": "private",
|
|
9794
|
+
"default": "null",
|
|
9900
9795
|
"inheritedFrom": {
|
|
9901
9796
|
"name": "DataGrid",
|
|
9902
9797
|
"module": "src/data-grid/data-grid.ts"
|
|
@@ -9904,27 +9799,25 @@
|
|
|
9904
9799
|
},
|
|
9905
9800
|
{
|
|
9906
9801
|
"kind": "field",
|
|
9907
|
-
"name": "
|
|
9802
|
+
"name": "isUpdatingFocus",
|
|
9908
9803
|
"type": {
|
|
9909
|
-
"text": "
|
|
9804
|
+
"text": "boolean"
|
|
9910
9805
|
},
|
|
9911
|
-
"privacy": "
|
|
9912
|
-
"default": "
|
|
9913
|
-
"description": "The data being displayed in the grid",
|
|
9806
|
+
"privacy": "private",
|
|
9807
|
+
"default": "false",
|
|
9914
9808
|
"inheritedFrom": {
|
|
9915
9809
|
"name": "DataGrid",
|
|
9916
9810
|
"module": "src/data-grid/data-grid.ts"
|
|
9917
9811
|
}
|
|
9918
9812
|
},
|
|
9919
9813
|
{
|
|
9920
|
-
"kind": "
|
|
9921
|
-
"name": "
|
|
9922
|
-
"
|
|
9923
|
-
|
|
9924
|
-
"type": {
|
|
9925
|
-
"text": "void"
|
|
9926
|
-
}
|
|
9814
|
+
"kind": "field",
|
|
9815
|
+
"name": "pendingFocusUpdate",
|
|
9816
|
+
"type": {
|
|
9817
|
+
"text": "boolean"
|
|
9927
9818
|
},
|
|
9819
|
+
"privacy": "private",
|
|
9820
|
+
"default": "false",
|
|
9928
9821
|
"inheritedFrom": {
|
|
9929
9822
|
"name": "DataGrid",
|
|
9930
9823
|
"module": "src/data-grid/data-grid.ts"
|
|
@@ -9932,27 +9825,24 @@
|
|
|
9932
9825
|
},
|
|
9933
9826
|
{
|
|
9934
9827
|
"kind": "field",
|
|
9935
|
-
"name": "
|
|
9828
|
+
"name": "observer",
|
|
9936
9829
|
"type": {
|
|
9937
|
-
"text": "
|
|
9830
|
+
"text": "MutationObserver"
|
|
9938
9831
|
},
|
|
9939
|
-
"privacy": "
|
|
9940
|
-
"default": "null",
|
|
9941
|
-
"description": "The column definitions of the grid",
|
|
9832
|
+
"privacy": "private",
|
|
9942
9833
|
"inheritedFrom": {
|
|
9943
9834
|
"name": "DataGrid",
|
|
9944
9835
|
"module": "src/data-grid/data-grid.ts"
|
|
9945
9836
|
}
|
|
9946
9837
|
},
|
|
9947
9838
|
{
|
|
9948
|
-
"kind": "
|
|
9949
|
-
"name": "
|
|
9950
|
-
"
|
|
9951
|
-
|
|
9952
|
-
"type": {
|
|
9953
|
-
"text": "void"
|
|
9954
|
-
}
|
|
9839
|
+
"kind": "field",
|
|
9840
|
+
"name": "rowindexUpdateQueued",
|
|
9841
|
+
"type": {
|
|
9842
|
+
"text": "boolean"
|
|
9955
9843
|
},
|
|
9844
|
+
"privacy": "private",
|
|
9845
|
+
"default": "false",
|
|
9956
9846
|
"inheritedFrom": {
|
|
9957
9847
|
"name": "DataGrid",
|
|
9958
9848
|
"module": "src/data-grid/data-grid.ts"
|
|
@@ -9960,12 +9850,12 @@
|
|
|
9960
9850
|
},
|
|
9961
9851
|
{
|
|
9962
9852
|
"kind": "field",
|
|
9963
|
-
"name": "
|
|
9853
|
+
"name": "columnDefinitionsStale",
|
|
9964
9854
|
"type": {
|
|
9965
|
-
"text": "
|
|
9855
|
+
"text": "boolean"
|
|
9966
9856
|
},
|
|
9967
|
-
"privacy": "
|
|
9968
|
-
"
|
|
9857
|
+
"privacy": "private",
|
|
9858
|
+
"default": "true",
|
|
9969
9859
|
"inheritedFrom": {
|
|
9970
9860
|
"name": "DataGrid",
|
|
9971
9861
|
"module": "src/data-grid/data-grid.ts"
|
|
@@ -9973,12 +9863,12 @@
|
|
|
9973
9863
|
},
|
|
9974
9864
|
{
|
|
9975
9865
|
"kind": "field",
|
|
9976
|
-
"name": "
|
|
9866
|
+
"name": "generatedGridTemplateColumns",
|
|
9977
9867
|
"type": {
|
|
9978
|
-
"text": "
|
|
9868
|
+
"text": "string"
|
|
9979
9869
|
},
|
|
9980
|
-
"privacy": "
|
|
9981
|
-
"
|
|
9870
|
+
"privacy": "private",
|
|
9871
|
+
"default": "\"\"",
|
|
9982
9872
|
"inheritedFrom": {
|
|
9983
9873
|
"name": "DataGrid",
|
|
9984
9874
|
"module": "src/data-grid/data-grid.ts"
|
|
@@ -9986,12 +9876,8 @@
|
|
|
9986
9876
|
},
|
|
9987
9877
|
{
|
|
9988
9878
|
"kind": "field",
|
|
9989
|
-
"name": "
|
|
9990
|
-
"
|
|
9991
|
-
"text": "ViewTemplate | undefined"
|
|
9992
|
-
},
|
|
9993
|
-
"privacy": "public",
|
|
9994
|
-
"description": "The template used to render header cells in generated rows.",
|
|
9879
|
+
"name": "focusOnCell",
|
|
9880
|
+
"privacy": "private",
|
|
9995
9881
|
"inheritedFrom": {
|
|
9996
9882
|
"name": "DataGrid",
|
|
9997
9883
|
"module": "src/data-grid/data-grid.ts"
|
|
@@ -9999,7 +9885,7 @@
|
|
|
9999
9885
|
},
|
|
10000
9886
|
{
|
|
10001
9887
|
"kind": "method",
|
|
10002
|
-
"name": "
|
|
9888
|
+
"name": "queueFocusUpdate",
|
|
10003
9889
|
"privacy": "private",
|
|
10004
9890
|
"return": {
|
|
10005
9891
|
"type": {
|
|
@@ -10012,14 +9898,14 @@
|
|
|
10012
9898
|
}
|
|
10013
9899
|
},
|
|
10014
9900
|
{
|
|
10015
|
-
"kind": "
|
|
10016
|
-
"name": "
|
|
10017
|
-
"
|
|
10018
|
-
|
|
9901
|
+
"kind": "method",
|
|
9902
|
+
"name": "updateFocus",
|
|
9903
|
+
"privacy": "private",
|
|
9904
|
+
"return": {
|
|
9905
|
+
"type": {
|
|
9906
|
+
"text": "void"
|
|
9907
|
+
}
|
|
10019
9908
|
},
|
|
10020
|
-
"privacy": "public",
|
|
10021
|
-
"default": "0",
|
|
10022
|
-
"description": "The index of the row that will receive focus the next time the\ngrid is focused. This value changes as focus moves to different\nrows within the grid. Changing this value when focus is already\nwithin the grid moves focus to the specified row.",
|
|
10023
9909
|
"inheritedFrom": {
|
|
10024
9910
|
"name": "DataGrid",
|
|
10025
9911
|
"module": "src/data-grid/data-grid.ts"
|
|
@@ -10027,7 +9913,7 @@
|
|
|
10027
9913
|
},
|
|
10028
9914
|
{
|
|
10029
9915
|
"kind": "method",
|
|
10030
|
-
"name": "
|
|
9916
|
+
"name": "toggleGeneratedHeader",
|
|
10031
9917
|
"privacy": "private",
|
|
10032
9918
|
"return": {
|
|
10033
9919
|
"type": {
|
|
@@ -10041,27 +9927,17 @@
|
|
|
10041
9927
|
},
|
|
10042
9928
|
{
|
|
10043
9929
|
"kind": "field",
|
|
10044
|
-
"name": "
|
|
10045
|
-
"
|
|
10046
|
-
"text": "number"
|
|
10047
|
-
},
|
|
10048
|
-
"privacy": "public",
|
|
10049
|
-
"default": "0",
|
|
10050
|
-
"description": "The index of the column that will receive focus the next time the\ngrid is focused. This value changes as focus moves to different rows\nwithin the grid. Changing this value when focus is already within\nthe grid moves focus to the specified column.",
|
|
9930
|
+
"name": "onChildListChange",
|
|
9931
|
+
"privacy": "private",
|
|
10051
9932
|
"inheritedFrom": {
|
|
10052
9933
|
"name": "DataGrid",
|
|
10053
9934
|
"module": "src/data-grid/data-grid.ts"
|
|
10054
9935
|
}
|
|
10055
9936
|
},
|
|
10056
9937
|
{
|
|
10057
|
-
"kind": "
|
|
10058
|
-
"name": "
|
|
9938
|
+
"kind": "field",
|
|
9939
|
+
"name": "queueRowIndexUpdate",
|
|
10059
9940
|
"privacy": "private",
|
|
10060
|
-
"return": {
|
|
10061
|
-
"type": {
|
|
10062
|
-
"text": "void"
|
|
10063
|
-
}
|
|
10064
|
-
},
|
|
10065
9941
|
"inheritedFrom": {
|
|
10066
9942
|
"name": "DataGrid",
|
|
10067
9943
|
"module": "src/data-grid/data-grid.ts"
|
|
@@ -10069,12 +9945,8 @@
|
|
|
10069
9945
|
},
|
|
10070
9946
|
{
|
|
10071
9947
|
"kind": "field",
|
|
10072
|
-
"name": "
|
|
10073
|
-
"
|
|
10074
|
-
"text": "string"
|
|
10075
|
-
},
|
|
10076
|
-
"privacy": "public",
|
|
10077
|
-
"description": "Set by the component templates.",
|
|
9948
|
+
"name": "updateRowIndexes",
|
|
9949
|
+
"privacy": "private",
|
|
10078
9950
|
"inheritedFrom": {
|
|
10079
9951
|
"name": "DataGrid",
|
|
10080
9952
|
"module": "src/data-grid/data-grid.ts"
|
|
@@ -10082,196 +9954,340 @@
|
|
|
10082
9954
|
},
|
|
10083
9955
|
{
|
|
10084
9956
|
"kind": "field",
|
|
10085
|
-
"name": "
|
|
9957
|
+
"name": "_presentation",
|
|
10086
9958
|
"type": {
|
|
10087
|
-
"text": "
|
|
9959
|
+
"text": "ComponentPresentation | null | undefined"
|
|
10088
9960
|
},
|
|
10089
9961
|
"privacy": "private",
|
|
9962
|
+
"default": "void 0",
|
|
10090
9963
|
"inheritedFrom": {
|
|
10091
|
-
"name": "
|
|
10092
|
-
"module": "src/
|
|
9964
|
+
"name": "FoundationElement",
|
|
9965
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
10093
9966
|
}
|
|
10094
9967
|
},
|
|
10095
9968
|
{
|
|
10096
9969
|
"kind": "field",
|
|
10097
|
-
"name": "
|
|
9970
|
+
"name": "$presentation",
|
|
10098
9971
|
"type": {
|
|
10099
|
-
"text": "
|
|
9972
|
+
"text": "ComponentPresentation | null"
|
|
10100
9973
|
},
|
|
10101
|
-
"privacy": "
|
|
10102
|
-
"
|
|
9974
|
+
"privacy": "public",
|
|
9975
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
10103
9976
|
"inheritedFrom": {
|
|
10104
|
-
"name": "
|
|
10105
|
-
"module": "src/
|
|
9977
|
+
"name": "FoundationElement",
|
|
9978
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
10106
9979
|
}
|
|
10107
9980
|
},
|
|
10108
9981
|
{
|
|
10109
9982
|
"kind": "field",
|
|
10110
|
-
"name": "
|
|
9983
|
+
"name": "template",
|
|
10111
9984
|
"type": {
|
|
10112
|
-
"text": "
|
|
9985
|
+
"text": "ElementViewTemplate | void | null"
|
|
10113
9986
|
},
|
|
10114
|
-
"privacy": "
|
|
10115
|
-
"
|
|
9987
|
+
"privacy": "public",
|
|
9988
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
10116
9989
|
"inheritedFrom": {
|
|
10117
|
-
"name": "
|
|
10118
|
-
"module": "src/
|
|
9990
|
+
"name": "FoundationElement",
|
|
9991
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
9992
|
+
}
|
|
9993
|
+
},
|
|
9994
|
+
{
|
|
9995
|
+
"kind": "method",
|
|
9996
|
+
"name": "templateChanged",
|
|
9997
|
+
"privacy": "protected",
|
|
9998
|
+
"return": {
|
|
9999
|
+
"type": {
|
|
10000
|
+
"text": "void"
|
|
10001
|
+
}
|
|
10002
|
+
},
|
|
10003
|
+
"inheritedFrom": {
|
|
10004
|
+
"name": "FoundationElement",
|
|
10005
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
10119
10006
|
}
|
|
10120
10007
|
},
|
|
10121
10008
|
{
|
|
10122
10009
|
"kind": "field",
|
|
10123
|
-
"name": "
|
|
10010
|
+
"name": "styles",
|
|
10124
10011
|
"type": {
|
|
10125
|
-
"text": "
|
|
10012
|
+
"text": "ElementStyles | void | null"
|
|
10126
10013
|
},
|
|
10127
|
-
"privacy": "
|
|
10128
|
-
"
|
|
10014
|
+
"privacy": "public",
|
|
10015
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
10129
10016
|
"inheritedFrom": {
|
|
10130
|
-
"name": "
|
|
10131
|
-
"module": "src/
|
|
10017
|
+
"name": "FoundationElement",
|
|
10018
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
10019
|
+
}
|
|
10020
|
+
},
|
|
10021
|
+
{
|
|
10022
|
+
"kind": "method",
|
|
10023
|
+
"name": "stylesChanged",
|
|
10024
|
+
"privacy": "protected",
|
|
10025
|
+
"return": {
|
|
10026
|
+
"type": {
|
|
10027
|
+
"text": "void"
|
|
10028
|
+
}
|
|
10029
|
+
},
|
|
10030
|
+
"inheritedFrom": {
|
|
10031
|
+
"name": "FoundationElement",
|
|
10032
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
10033
|
+
}
|
|
10034
|
+
},
|
|
10035
|
+
{
|
|
10036
|
+
"kind": "method",
|
|
10037
|
+
"name": "compose",
|
|
10038
|
+
"privacy": "public",
|
|
10039
|
+
"static": true,
|
|
10040
|
+
"return": {
|
|
10041
|
+
"type": {
|
|
10042
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
10043
|
+
}
|
|
10044
|
+
},
|
|
10045
|
+
"parameters": [
|
|
10046
|
+
{
|
|
10047
|
+
"name": "this",
|
|
10048
|
+
"type": {
|
|
10049
|
+
"text": "K"
|
|
10050
|
+
}
|
|
10051
|
+
},
|
|
10052
|
+
{
|
|
10053
|
+
"name": "elementDefinition",
|
|
10054
|
+
"type": {
|
|
10055
|
+
"text": "T"
|
|
10056
|
+
},
|
|
10057
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
10058
|
+
}
|
|
10059
|
+
],
|
|
10060
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
10061
|
+
"inheritedFrom": {
|
|
10062
|
+
"name": "FoundationElement",
|
|
10063
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
10064
|
+
}
|
|
10065
|
+
}
|
|
10066
|
+
]
|
|
10067
|
+
},
|
|
10068
|
+
{
|
|
10069
|
+
"kind": "variable",
|
|
10070
|
+
"name": "foundationDataGridShadowOptions",
|
|
10071
|
+
"type": {
|
|
10072
|
+
"text": "ShadowRootInit"
|
|
10073
|
+
},
|
|
10074
|
+
"default": "undefined"
|
|
10075
|
+
},
|
|
10076
|
+
{
|
|
10077
|
+
"kind": "variable",
|
|
10078
|
+
"name": "defaultDataGridConfig",
|
|
10079
|
+
"type": {
|
|
10080
|
+
"text": "object"
|
|
10081
|
+
},
|
|
10082
|
+
"default": "{}"
|
|
10083
|
+
},
|
|
10084
|
+
{
|
|
10085
|
+
"kind": "variable",
|
|
10086
|
+
"name": "foundationDataGrid",
|
|
10087
|
+
"description": "The Foundation Data Grid Element.",
|
|
10088
|
+
"privacy": "public"
|
|
10089
|
+
}
|
|
10090
|
+
],
|
|
10091
|
+
"exports": [
|
|
10092
|
+
{
|
|
10093
|
+
"kind": "js",
|
|
10094
|
+
"name": "DataGrid",
|
|
10095
|
+
"declaration": {
|
|
10096
|
+
"name": "DataGrid",
|
|
10097
|
+
"module": "src/data-grid/data-grid.ts"
|
|
10098
|
+
}
|
|
10099
|
+
},
|
|
10100
|
+
{
|
|
10101
|
+
"kind": "js",
|
|
10102
|
+
"name": "foundationDataGridShadowOptions",
|
|
10103
|
+
"declaration": {
|
|
10104
|
+
"name": "foundationDataGridShadowOptions",
|
|
10105
|
+
"module": "src/data-grid/data-grid.ts"
|
|
10106
|
+
}
|
|
10107
|
+
},
|
|
10108
|
+
{
|
|
10109
|
+
"kind": "js",
|
|
10110
|
+
"name": "defaultDataGridConfig",
|
|
10111
|
+
"declaration": {
|
|
10112
|
+
"name": "defaultDataGridConfig",
|
|
10113
|
+
"module": "src/data-grid/data-grid.ts"
|
|
10114
|
+
}
|
|
10115
|
+
},
|
|
10116
|
+
{
|
|
10117
|
+
"kind": "js",
|
|
10118
|
+
"name": "foundationDataGrid",
|
|
10119
|
+
"declaration": {
|
|
10120
|
+
"name": "foundationDataGrid",
|
|
10121
|
+
"module": "src/data-grid/data-grid.ts"
|
|
10122
|
+
}
|
|
10123
|
+
}
|
|
10124
|
+
]
|
|
10125
|
+
},
|
|
10126
|
+
{
|
|
10127
|
+
"kind": "javascript-module",
|
|
10128
|
+
"path": "src/data-grid/index.ts",
|
|
10129
|
+
"declarations": [],
|
|
10130
|
+
"exports": [
|
|
10131
|
+
{
|
|
10132
|
+
"kind": "js",
|
|
10133
|
+
"name": "*",
|
|
10134
|
+
"declaration": {
|
|
10135
|
+
"name": "*",
|
|
10136
|
+
"package": "./data-grid.template"
|
|
10137
|
+
}
|
|
10138
|
+
},
|
|
10139
|
+
{
|
|
10140
|
+
"kind": "js",
|
|
10141
|
+
"name": "*",
|
|
10142
|
+
"declaration": {
|
|
10143
|
+
"name": "*",
|
|
10144
|
+
"package": "./data-grid.styles"
|
|
10145
|
+
}
|
|
10146
|
+
},
|
|
10147
|
+
{
|
|
10148
|
+
"kind": "js",
|
|
10149
|
+
"name": "*",
|
|
10150
|
+
"declaration": {
|
|
10151
|
+
"name": "*",
|
|
10152
|
+
"package": "./data-grid"
|
|
10153
|
+
}
|
|
10154
|
+
}
|
|
10155
|
+
]
|
|
10156
|
+
},
|
|
10157
|
+
{
|
|
10158
|
+
"kind": "javascript-module",
|
|
10159
|
+
"path": "src/connection-indicator/connection-indicator.styles.ts",
|
|
10160
|
+
"declarations": [
|
|
10161
|
+
{
|
|
10162
|
+
"kind": "function",
|
|
10163
|
+
"name": "foundationConnectionIndicatorStyles",
|
|
10164
|
+
"return": {
|
|
10165
|
+
"type": {
|
|
10166
|
+
"text": "ElementStyles"
|
|
10167
|
+
}
|
|
10168
|
+
},
|
|
10169
|
+
"parameters": [
|
|
10170
|
+
{
|
|
10171
|
+
"name": "context",
|
|
10172
|
+
"type": {
|
|
10173
|
+
"text": "ElementDefinitionContext"
|
|
10132
10174
|
}
|
|
10133
10175
|
},
|
|
10134
10176
|
{
|
|
10135
|
-
"
|
|
10136
|
-
"name": "pendingFocusUpdate",
|
|
10177
|
+
"name": "definition",
|
|
10137
10178
|
"type": {
|
|
10138
|
-
"text": "
|
|
10139
|
-
},
|
|
10140
|
-
"privacy": "private",
|
|
10141
|
-
"default": "false",
|
|
10142
|
-
"inheritedFrom": {
|
|
10143
|
-
"name": "DataGrid",
|
|
10144
|
-
"module": "src/data-grid/data-grid.ts"
|
|
10179
|
+
"text": "FoundationElementDefinition"
|
|
10145
10180
|
}
|
|
10146
|
-
}
|
|
10181
|
+
}
|
|
10182
|
+
]
|
|
10183
|
+
}
|
|
10184
|
+
],
|
|
10185
|
+
"exports": [
|
|
10186
|
+
{
|
|
10187
|
+
"kind": "js",
|
|
10188
|
+
"name": "foundationConnectionIndicatorStyles",
|
|
10189
|
+
"declaration": {
|
|
10190
|
+
"name": "foundationConnectionIndicatorStyles",
|
|
10191
|
+
"module": "src/connection-indicator/connection-indicator.styles.ts"
|
|
10192
|
+
}
|
|
10193
|
+
}
|
|
10194
|
+
]
|
|
10195
|
+
},
|
|
10196
|
+
{
|
|
10197
|
+
"kind": "javascript-module",
|
|
10198
|
+
"path": "src/connection-indicator/connection-indicator.template.ts",
|
|
10199
|
+
"declarations": [
|
|
10200
|
+
{
|
|
10201
|
+
"kind": "variable",
|
|
10202
|
+
"name": "foundationConnectionIndicatorTemplate",
|
|
10203
|
+
"type": {
|
|
10204
|
+
"text": "ViewTemplate"
|
|
10205
|
+
},
|
|
10206
|
+
"default": "html<ConnectionIndicator>`\n <div class=${(x) => classNames(['light', true], [x.colour, true])}></div>\n ${when(\n (x) => x.showLabel,\n html<ConnectionIndicator>`\n <div class=\"label\">${(x) => x.label}</div>\n `,\n )}\n`"
|
|
10207
|
+
}
|
|
10208
|
+
],
|
|
10209
|
+
"exports": [
|
|
10210
|
+
{
|
|
10211
|
+
"kind": "js",
|
|
10212
|
+
"name": "foundationConnectionIndicatorTemplate",
|
|
10213
|
+
"declaration": {
|
|
10214
|
+
"name": "foundationConnectionIndicatorTemplate",
|
|
10215
|
+
"module": "src/connection-indicator/connection-indicator.template.ts"
|
|
10216
|
+
}
|
|
10217
|
+
}
|
|
10218
|
+
]
|
|
10219
|
+
},
|
|
10220
|
+
{
|
|
10221
|
+
"kind": "javascript-module",
|
|
10222
|
+
"path": "src/connection-indicator/connection-indicator.ts",
|
|
10223
|
+
"declarations": [
|
|
10224
|
+
{
|
|
10225
|
+
"kind": "class",
|
|
10226
|
+
"description": "",
|
|
10227
|
+
"name": "ConnectionIndicator",
|
|
10228
|
+
"members": [
|
|
10147
10229
|
{
|
|
10148
10230
|
"kind": "field",
|
|
10149
|
-
"name": "
|
|
10231
|
+
"name": "connect",
|
|
10150
10232
|
"type": {
|
|
10151
|
-
"text": "
|
|
10152
|
-
},
|
|
10153
|
-
"privacy": "private",
|
|
10154
|
-
"inheritedFrom": {
|
|
10155
|
-
"name": "DataGrid",
|
|
10156
|
-
"module": "src/data-grid/data-grid.ts"
|
|
10233
|
+
"text": "Connect"
|
|
10157
10234
|
}
|
|
10158
10235
|
},
|
|
10159
10236
|
{
|
|
10160
10237
|
"kind": "field",
|
|
10161
|
-
"name": "
|
|
10238
|
+
"name": "session",
|
|
10162
10239
|
"type": {
|
|
10163
|
-
"text": "
|
|
10164
|
-
},
|
|
10165
|
-
"privacy": "private",
|
|
10166
|
-
"default": "false",
|
|
10167
|
-
"inheritedFrom": {
|
|
10168
|
-
"name": "DataGrid",
|
|
10169
|
-
"module": "src/data-grid/data-grid.ts"
|
|
10240
|
+
"text": "Session"
|
|
10170
10241
|
}
|
|
10171
10242
|
},
|
|
10172
10243
|
{
|
|
10173
10244
|
"kind": "field",
|
|
10174
|
-
"name": "
|
|
10245
|
+
"name": "showLabel",
|
|
10175
10246
|
"type": {
|
|
10176
10247
|
"text": "boolean"
|
|
10177
10248
|
},
|
|
10178
|
-
"
|
|
10179
|
-
"default": "true",
|
|
10180
|
-
"inheritedFrom": {
|
|
10181
|
-
"name": "DataGrid",
|
|
10182
|
-
"module": "src/data-grid/data-grid.ts"
|
|
10183
|
-
}
|
|
10249
|
+
"default": "false"
|
|
10184
10250
|
},
|
|
10185
10251
|
{
|
|
10186
10252
|
"kind": "field",
|
|
10187
|
-
"name": "
|
|
10253
|
+
"name": "label",
|
|
10188
10254
|
"type": {
|
|
10189
10255
|
"text": "string"
|
|
10190
10256
|
},
|
|
10191
|
-
"
|
|
10192
|
-
"default": "\"\"",
|
|
10193
|
-
"inheritedFrom": {
|
|
10194
|
-
"name": "DataGrid",
|
|
10195
|
-
"module": "src/data-grid/data-grid.ts"
|
|
10196
|
-
}
|
|
10257
|
+
"default": "'disconnected'"
|
|
10197
10258
|
},
|
|
10198
10259
|
{
|
|
10199
10260
|
"kind": "field",
|
|
10200
|
-
"name": "
|
|
10201
|
-
"
|
|
10202
|
-
|
|
10203
|
-
"name": "DataGrid",
|
|
10204
|
-
"module": "src/data-grid/data-grid.ts"
|
|
10205
|
-
}
|
|
10206
|
-
},
|
|
10207
|
-
{
|
|
10208
|
-
"kind": "method",
|
|
10209
|
-
"name": "queueFocusUpdate",
|
|
10210
|
-
"privacy": "private",
|
|
10211
|
-
"return": {
|
|
10212
|
-
"type": {
|
|
10213
|
-
"text": "void"
|
|
10214
|
-
}
|
|
10261
|
+
"name": "colour",
|
|
10262
|
+
"type": {
|
|
10263
|
+
"text": "'red' | 'green'"
|
|
10215
10264
|
},
|
|
10216
|
-
"
|
|
10217
|
-
"name": "DataGrid",
|
|
10218
|
-
"module": "src/data-grid/data-grid.ts"
|
|
10219
|
-
}
|
|
10265
|
+
"default": "'red'"
|
|
10220
10266
|
},
|
|
10221
10267
|
{
|
|
10222
|
-
"kind": "
|
|
10223
|
-
"name": "
|
|
10224
|
-
"
|
|
10225
|
-
|
|
10226
|
-
"type": {
|
|
10227
|
-
"text": "void"
|
|
10228
|
-
}
|
|
10268
|
+
"kind": "field",
|
|
10269
|
+
"name": "subscription",
|
|
10270
|
+
"type": {
|
|
10271
|
+
"text": "Subscription"
|
|
10229
10272
|
},
|
|
10230
|
-
"
|
|
10231
|
-
"name": "DataGrid",
|
|
10232
|
-
"module": "src/data-grid/data-grid.ts"
|
|
10233
|
-
}
|
|
10273
|
+
"privacy": "private"
|
|
10234
10274
|
},
|
|
10235
10275
|
{
|
|
10236
10276
|
"kind": "method",
|
|
10237
|
-
"name": "
|
|
10238
|
-
"privacy": "private",
|
|
10277
|
+
"name": "getLabel",
|
|
10239
10278
|
"return": {
|
|
10240
10279
|
"type": {
|
|
10241
|
-
"text": "
|
|
10280
|
+
"text": "string"
|
|
10242
10281
|
}
|
|
10243
10282
|
},
|
|
10244
|
-
"
|
|
10245
|
-
|
|
10246
|
-
|
|
10247
|
-
|
|
10248
|
-
|
|
10249
|
-
|
|
10250
|
-
|
|
10251
|
-
|
|
10252
|
-
"privacy": "private",
|
|
10253
|
-
"inheritedFrom": {
|
|
10254
|
-
"name": "DataGrid",
|
|
10255
|
-
"module": "src/data-grid/data-grid.ts"
|
|
10256
|
-
}
|
|
10257
|
-
},
|
|
10258
|
-
{
|
|
10259
|
-
"kind": "field",
|
|
10260
|
-
"name": "queueRowIndexUpdate",
|
|
10261
|
-
"privacy": "private",
|
|
10262
|
-
"inheritedFrom": {
|
|
10263
|
-
"name": "DataGrid",
|
|
10264
|
-
"module": "src/data-grid/data-grid.ts"
|
|
10265
|
-
}
|
|
10266
|
-
},
|
|
10267
|
-
{
|
|
10268
|
-
"kind": "field",
|
|
10269
|
-
"name": "updateRowIndexes",
|
|
10270
|
-
"privacy": "private",
|
|
10271
|
-
"inheritedFrom": {
|
|
10272
|
-
"name": "DataGrid",
|
|
10273
|
-
"module": "src/data-grid/data-grid.ts"
|
|
10274
|
-
}
|
|
10283
|
+
"parameters": [
|
|
10284
|
+
{
|
|
10285
|
+
"name": "connected",
|
|
10286
|
+
"type": {
|
|
10287
|
+
"text": "boolean"
|
|
10288
|
+
}
|
|
10289
|
+
}
|
|
10290
|
+
]
|
|
10275
10291
|
},
|
|
10276
10292
|
{
|
|
10277
10293
|
"kind": "field",
|
|
@@ -10384,69 +10400,53 @@
|
|
|
10384
10400
|
"module": "src/foundation-element/foundation-element.ts"
|
|
10385
10401
|
}
|
|
10386
10402
|
}
|
|
10387
|
-
]
|
|
10388
|
-
|
|
10389
|
-
|
|
10390
|
-
|
|
10391
|
-
|
|
10392
|
-
|
|
10393
|
-
|
|
10394
|
-
|
|
10395
|
-
|
|
10396
|
-
|
|
10397
|
-
|
|
10398
|
-
"
|
|
10399
|
-
|
|
10400
|
-
|
|
10401
|
-
"text": "object"
|
|
10403
|
+
],
|
|
10404
|
+
"attributes": [
|
|
10405
|
+
{
|
|
10406
|
+
"name": "show-label",
|
|
10407
|
+
"type": {
|
|
10408
|
+
"text": "boolean"
|
|
10409
|
+
},
|
|
10410
|
+
"default": "false",
|
|
10411
|
+
"fieldName": "showLabel"
|
|
10412
|
+
}
|
|
10413
|
+
],
|
|
10414
|
+
"superclass": {
|
|
10415
|
+
"name": "FoundationElement",
|
|
10416
|
+
"package": "@microsoft/fast-foundation"
|
|
10402
10417
|
},
|
|
10403
|
-
"
|
|
10418
|
+
"tagName": "%%prefix%%-connection-indicator",
|
|
10419
|
+
"customElement": true
|
|
10404
10420
|
},
|
|
10405
10421
|
{
|
|
10406
10422
|
"kind": "variable",
|
|
10407
|
-
"name": "
|
|
10408
|
-
"description": "The
|
|
10423
|
+
"name": "foundationConnectionIndicator",
|
|
10424
|
+
"description": "The Connection Indicator",
|
|
10409
10425
|
"privacy": "public"
|
|
10410
10426
|
}
|
|
10411
10427
|
],
|
|
10412
10428
|
"exports": [
|
|
10413
10429
|
{
|
|
10414
10430
|
"kind": "js",
|
|
10415
|
-
"name": "
|
|
10416
|
-
"declaration": {
|
|
10417
|
-
"name": "DataGrid",
|
|
10418
|
-
"module": "src/data-grid/data-grid.ts"
|
|
10419
|
-
}
|
|
10420
|
-
},
|
|
10421
|
-
{
|
|
10422
|
-
"kind": "js",
|
|
10423
|
-
"name": "foundationDataGridShadowOptions",
|
|
10424
|
-
"declaration": {
|
|
10425
|
-
"name": "foundationDataGridShadowOptions",
|
|
10426
|
-
"module": "src/data-grid/data-grid.ts"
|
|
10427
|
-
}
|
|
10428
|
-
},
|
|
10429
|
-
{
|
|
10430
|
-
"kind": "js",
|
|
10431
|
-
"name": "defaultDataGridConfig",
|
|
10431
|
+
"name": "ConnectionIndicator",
|
|
10432
10432
|
"declaration": {
|
|
10433
|
-
"name": "
|
|
10434
|
-
"module": "src/
|
|
10433
|
+
"name": "ConnectionIndicator",
|
|
10434
|
+
"module": "src/connection-indicator/connection-indicator.ts"
|
|
10435
10435
|
}
|
|
10436
10436
|
},
|
|
10437
10437
|
{
|
|
10438
10438
|
"kind": "js",
|
|
10439
|
-
"name": "
|
|
10439
|
+
"name": "foundationConnectionIndicator",
|
|
10440
10440
|
"declaration": {
|
|
10441
|
-
"name": "
|
|
10442
|
-
"module": "src/
|
|
10441
|
+
"name": "foundationConnectionIndicator",
|
|
10442
|
+
"module": "src/connection-indicator/connection-indicator.ts"
|
|
10443
10443
|
}
|
|
10444
10444
|
}
|
|
10445
10445
|
]
|
|
10446
10446
|
},
|
|
10447
10447
|
{
|
|
10448
10448
|
"kind": "javascript-module",
|
|
10449
|
-
"path": "src/
|
|
10449
|
+
"path": "src/connection-indicator/index.ts",
|
|
10450
10450
|
"declarations": [],
|
|
10451
10451
|
"exports": [
|
|
10452
10452
|
{
|
|
@@ -10454,7 +10454,7 @@
|
|
|
10454
10454
|
"name": "*",
|
|
10455
10455
|
"declaration": {
|
|
10456
10456
|
"name": "*",
|
|
10457
|
-
"package": "./
|
|
10457
|
+
"package": "./connection-indicator"
|
|
10458
10458
|
}
|
|
10459
10459
|
},
|
|
10460
10460
|
{
|
|
@@ -10462,7 +10462,7 @@
|
|
|
10462
10462
|
"name": "*",
|
|
10463
10463
|
"declaration": {
|
|
10464
10464
|
"name": "*",
|
|
10465
|
-
"package": "./
|
|
10465
|
+
"package": "./connection-indicator.styles"
|
|
10466
10466
|
}
|
|
10467
10467
|
},
|
|
10468
10468
|
{
|
|
@@ -10470,7 +10470,7 @@
|
|
|
10470
10470
|
"name": "*",
|
|
10471
10471
|
"declaration": {
|
|
10472
10472
|
"name": "*",
|
|
10473
|
-
"package": "./
|
|
10473
|
+
"package": "./connection-indicator.template"
|
|
10474
10474
|
}
|
|
10475
10475
|
}
|
|
10476
10476
|
]
|