@genesislcap/foundation-ui 14.237.2-alpha-78ebbc0.0 → 14.238.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 +2177 -2178
- package/dist/dts/base-components.d.ts +2 -2
- package/dist/dts/patterns/define.d.ts.map +1 -1
- package/dist/dts/router/router.d.ts +1 -3
- package/dist/dts/router/router.d.ts.map +1 -1
- package/dist/dts/stepper-tab-panel/stepper-tab-panel.d.ts +2 -2
- package/dist/dts/utils/base-datasource.d.ts +29 -45
- package/dist/dts/utils/base-datasource.d.ts.map +1 -1
- package/dist/esm/date-picker/day.js +1 -1
- package/dist/esm/error-boundary/error-boundary.js +1 -1
- package/dist/esm/file-upload/file-upload.js +2 -2
- package/dist/esm/notification-listener/notification-listener.js +1 -1
- package/dist/esm/options-datasource/multiselect-datasource.js +1 -1
- package/dist/esm/options-datasource/options-datasource.js +1 -1
- package/dist/esm/router/navigation.js +5 -5
- package/dist/esm/utils/base-datasource.js +2 -2
- package/package.json +17 -17
|
@@ -864,6 +864,188 @@
|
|
|
864
864
|
}
|
|
865
865
|
]
|
|
866
866
|
},
|
|
867
|
+
{
|
|
868
|
+
"kind": "javascript-module",
|
|
869
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
870
|
+
"declarations": [
|
|
871
|
+
{
|
|
872
|
+
"kind": "function",
|
|
873
|
+
"name": "foundationAccordionStyles",
|
|
874
|
+
"return": {
|
|
875
|
+
"type": {
|
|
876
|
+
"text": "ElementStyles"
|
|
877
|
+
}
|
|
878
|
+
},
|
|
879
|
+
"parameters": [
|
|
880
|
+
{
|
|
881
|
+
"name": "context",
|
|
882
|
+
"type": {
|
|
883
|
+
"text": "ElementDefinitionContext"
|
|
884
|
+
}
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
"name": "definition",
|
|
888
|
+
"type": {
|
|
889
|
+
"text": "FoundationElementDefinition"
|
|
890
|
+
}
|
|
891
|
+
}
|
|
892
|
+
]
|
|
893
|
+
}
|
|
894
|
+
],
|
|
895
|
+
"exports": [
|
|
896
|
+
{
|
|
897
|
+
"kind": "js",
|
|
898
|
+
"name": "foundationAccordionStyles",
|
|
899
|
+
"declaration": {
|
|
900
|
+
"name": "foundationAccordionStyles",
|
|
901
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
902
|
+
}
|
|
903
|
+
}
|
|
904
|
+
]
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
"kind": "javascript-module",
|
|
908
|
+
"path": "src/accordion/accordion.template.ts",
|
|
909
|
+
"declarations": [
|
|
910
|
+
{
|
|
911
|
+
"kind": "function",
|
|
912
|
+
"name": "foundationAccordionTemplate",
|
|
913
|
+
"return": {
|
|
914
|
+
"type": {
|
|
915
|
+
"text": "ViewTemplate<Accordion>"
|
|
916
|
+
}
|
|
917
|
+
},
|
|
918
|
+
"parameters": [
|
|
919
|
+
{
|
|
920
|
+
"name": "context",
|
|
921
|
+
"type": {
|
|
922
|
+
"text": "ElementDefinitionContext"
|
|
923
|
+
}
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
"name": "definition",
|
|
927
|
+
"type": {
|
|
928
|
+
"text": "FoundationElementDefinition"
|
|
929
|
+
}
|
|
930
|
+
}
|
|
931
|
+
]
|
|
932
|
+
}
|
|
933
|
+
],
|
|
934
|
+
"exports": [
|
|
935
|
+
{
|
|
936
|
+
"kind": "js",
|
|
937
|
+
"name": "foundationAccordionTemplate",
|
|
938
|
+
"declaration": {
|
|
939
|
+
"name": "foundationAccordionTemplate",
|
|
940
|
+
"module": "src/accordion/accordion.template.ts"
|
|
941
|
+
}
|
|
942
|
+
}
|
|
943
|
+
]
|
|
944
|
+
},
|
|
945
|
+
{
|
|
946
|
+
"kind": "javascript-module",
|
|
947
|
+
"path": "src/accordion/accordion.ts",
|
|
948
|
+
"declarations": [
|
|
949
|
+
{
|
|
950
|
+
"kind": "class",
|
|
951
|
+
"description": "",
|
|
952
|
+
"name": "Accordion",
|
|
953
|
+
"superclass": {
|
|
954
|
+
"name": "FASTAccordion",
|
|
955
|
+
"package": "@microsoft/fast-foundation"
|
|
956
|
+
},
|
|
957
|
+
"tagName": "%%prefix%%-accordion",
|
|
958
|
+
"customElement": true
|
|
959
|
+
},
|
|
960
|
+
{
|
|
961
|
+
"kind": "variable",
|
|
962
|
+
"name": "foundationAccordionShadowOptions",
|
|
963
|
+
"type": {
|
|
964
|
+
"text": "ShadowRootInit"
|
|
965
|
+
},
|
|
966
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
"kind": "variable",
|
|
970
|
+
"name": "defaultAccordionConfig",
|
|
971
|
+
"type": {
|
|
972
|
+
"text": "object"
|
|
973
|
+
},
|
|
974
|
+
"default": "{}"
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"kind": "variable",
|
|
978
|
+
"name": "foundationAccordion",
|
|
979
|
+
"description": "The Foundation Accordion",
|
|
980
|
+
"privacy": "public"
|
|
981
|
+
}
|
|
982
|
+
],
|
|
983
|
+
"exports": [
|
|
984
|
+
{
|
|
985
|
+
"kind": "js",
|
|
986
|
+
"name": "Accordion",
|
|
987
|
+
"declaration": {
|
|
988
|
+
"name": "Accordion",
|
|
989
|
+
"module": "src/accordion/accordion.ts"
|
|
990
|
+
}
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
"kind": "js",
|
|
994
|
+
"name": "foundationAccordionShadowOptions",
|
|
995
|
+
"declaration": {
|
|
996
|
+
"name": "foundationAccordionShadowOptions",
|
|
997
|
+
"module": "src/accordion/accordion.ts"
|
|
998
|
+
}
|
|
999
|
+
},
|
|
1000
|
+
{
|
|
1001
|
+
"kind": "js",
|
|
1002
|
+
"name": "defaultAccordionConfig",
|
|
1003
|
+
"declaration": {
|
|
1004
|
+
"name": "defaultAccordionConfig",
|
|
1005
|
+
"module": "src/accordion/accordion.ts"
|
|
1006
|
+
}
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
"kind": "js",
|
|
1010
|
+
"name": "foundationAccordion",
|
|
1011
|
+
"declaration": {
|
|
1012
|
+
"name": "foundationAccordion",
|
|
1013
|
+
"module": "src/accordion/accordion.ts"
|
|
1014
|
+
}
|
|
1015
|
+
}
|
|
1016
|
+
]
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
"kind": "javascript-module",
|
|
1020
|
+
"path": "src/accordion/index.ts",
|
|
1021
|
+
"declarations": [],
|
|
1022
|
+
"exports": [
|
|
1023
|
+
{
|
|
1024
|
+
"kind": "js",
|
|
1025
|
+
"name": "*",
|
|
1026
|
+
"declaration": {
|
|
1027
|
+
"name": "*",
|
|
1028
|
+
"package": "./accordion.template"
|
|
1029
|
+
}
|
|
1030
|
+
},
|
|
1031
|
+
{
|
|
1032
|
+
"kind": "js",
|
|
1033
|
+
"name": "*",
|
|
1034
|
+
"declaration": {
|
|
1035
|
+
"name": "*",
|
|
1036
|
+
"package": "./accordion.styles"
|
|
1037
|
+
}
|
|
1038
|
+
},
|
|
1039
|
+
{
|
|
1040
|
+
"kind": "js",
|
|
1041
|
+
"name": "*",
|
|
1042
|
+
"declaration": {
|
|
1043
|
+
"name": "*",
|
|
1044
|
+
"package": "./accordion"
|
|
1045
|
+
}
|
|
1046
|
+
}
|
|
1047
|
+
]
|
|
1048
|
+
},
|
|
867
1049
|
{
|
|
868
1050
|
"kind": "javascript-module",
|
|
869
1051
|
"path": "src/_config/index.ts",
|
|
@@ -1291,11 +1473,11 @@
|
|
|
1291
1473
|
},
|
|
1292
1474
|
{
|
|
1293
1475
|
"kind": "javascript-module",
|
|
1294
|
-
"path": "src/
|
|
1476
|
+
"path": "src/anchor/anchor.styles.ts",
|
|
1295
1477
|
"declarations": [
|
|
1296
1478
|
{
|
|
1297
1479
|
"kind": "function",
|
|
1298
|
-
"name": "
|
|
1480
|
+
"name": "foundationAnchorStyles",
|
|
1299
1481
|
"return": {
|
|
1300
1482
|
"type": {
|
|
1301
1483
|
"text": "ElementStyles"
|
|
@@ -1320,24 +1502,24 @@
|
|
|
1320
1502
|
"exports": [
|
|
1321
1503
|
{
|
|
1322
1504
|
"kind": "js",
|
|
1323
|
-
"name": "
|
|
1505
|
+
"name": "foundationAnchorStyles",
|
|
1324
1506
|
"declaration": {
|
|
1325
|
-
"name": "
|
|
1326
|
-
"module": "src/
|
|
1507
|
+
"name": "foundationAnchorStyles",
|
|
1508
|
+
"module": "src/anchor/anchor.styles.ts"
|
|
1327
1509
|
}
|
|
1328
1510
|
}
|
|
1329
1511
|
]
|
|
1330
1512
|
},
|
|
1331
1513
|
{
|
|
1332
1514
|
"kind": "javascript-module",
|
|
1333
|
-
"path": "src/
|
|
1515
|
+
"path": "src/anchor/anchor.template.ts",
|
|
1334
1516
|
"declarations": [
|
|
1335
1517
|
{
|
|
1336
1518
|
"kind": "function",
|
|
1337
|
-
"name": "
|
|
1519
|
+
"name": "foundationAnchorTemplate",
|
|
1338
1520
|
"return": {
|
|
1339
1521
|
"type": {
|
|
1340
|
-
"text": "ViewTemplate<
|
|
1522
|
+
"text": "ViewTemplate<Anchor>"
|
|
1341
1523
|
}
|
|
1342
1524
|
},
|
|
1343
1525
|
"parameters": [
|
|
@@ -1359,285 +1541,623 @@
|
|
|
1359
1541
|
"exports": [
|
|
1360
1542
|
{
|
|
1361
1543
|
"kind": "js",
|
|
1362
|
-
"name": "
|
|
1544
|
+
"name": "foundationAnchorTemplate",
|
|
1363
1545
|
"declaration": {
|
|
1364
|
-
"name": "
|
|
1365
|
-
"module": "src/
|
|
1546
|
+
"name": "foundationAnchorTemplate",
|
|
1547
|
+
"module": "src/anchor/anchor.template.ts"
|
|
1366
1548
|
}
|
|
1367
1549
|
}
|
|
1368
1550
|
]
|
|
1369
1551
|
},
|
|
1370
1552
|
{
|
|
1371
1553
|
"kind": "javascript-module",
|
|
1372
|
-
"path": "src/
|
|
1554
|
+
"path": "src/anchor/anchor.ts",
|
|
1373
1555
|
"declarations": [
|
|
1374
1556
|
{
|
|
1375
1557
|
"kind": "class",
|
|
1376
1558
|
"description": "",
|
|
1377
|
-
"name": "
|
|
1559
|
+
"name": "Anchor",
|
|
1378
1560
|
"superclass": {
|
|
1379
|
-
"name": "
|
|
1380
|
-
"package": "@microsoft/fast-
|
|
1381
|
-
},
|
|
1382
|
-
"tagName": "%%prefix%%-accordion",
|
|
1383
|
-
"customElement": true
|
|
1384
|
-
},
|
|
1385
|
-
{
|
|
1386
|
-
"kind": "variable",
|
|
1387
|
-
"name": "foundationAccordionShadowOptions",
|
|
1388
|
-
"type": {
|
|
1389
|
-
"text": "ShadowRootInit"
|
|
1390
|
-
},
|
|
1391
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1392
|
-
},
|
|
1393
|
-
{
|
|
1394
|
-
"kind": "variable",
|
|
1395
|
-
"name": "defaultAccordionConfig",
|
|
1396
|
-
"type": {
|
|
1397
|
-
"text": "object"
|
|
1398
|
-
},
|
|
1399
|
-
"default": "{}"
|
|
1400
|
-
},
|
|
1401
|
-
{
|
|
1402
|
-
"kind": "variable",
|
|
1403
|
-
"name": "foundationAccordion",
|
|
1404
|
-
"description": "The Foundation Accordion",
|
|
1405
|
-
"privacy": "public"
|
|
1406
|
-
}
|
|
1407
|
-
],
|
|
1408
|
-
"exports": [
|
|
1409
|
-
{
|
|
1410
|
-
"kind": "js",
|
|
1411
|
-
"name": "Accordion",
|
|
1412
|
-
"declaration": {
|
|
1413
|
-
"name": "Accordion",
|
|
1414
|
-
"module": "src/accordion/accordion.ts"
|
|
1415
|
-
}
|
|
1416
|
-
},
|
|
1417
|
-
{
|
|
1418
|
-
"kind": "js",
|
|
1419
|
-
"name": "foundationAccordionShadowOptions",
|
|
1420
|
-
"declaration": {
|
|
1421
|
-
"name": "foundationAccordionShadowOptions",
|
|
1422
|
-
"module": "src/accordion/accordion.ts"
|
|
1423
|
-
}
|
|
1424
|
-
},
|
|
1425
|
-
{
|
|
1426
|
-
"kind": "js",
|
|
1427
|
-
"name": "defaultAccordionConfig",
|
|
1428
|
-
"declaration": {
|
|
1429
|
-
"name": "defaultAccordionConfig",
|
|
1430
|
-
"module": "src/accordion/accordion.ts"
|
|
1431
|
-
}
|
|
1432
|
-
},
|
|
1433
|
-
{
|
|
1434
|
-
"kind": "js",
|
|
1435
|
-
"name": "foundationAccordion",
|
|
1436
|
-
"declaration": {
|
|
1437
|
-
"name": "foundationAccordion",
|
|
1438
|
-
"module": "src/accordion/accordion.ts"
|
|
1439
|
-
}
|
|
1440
|
-
}
|
|
1441
|
-
]
|
|
1442
|
-
},
|
|
1443
|
-
{
|
|
1444
|
-
"kind": "javascript-module",
|
|
1445
|
-
"path": "src/accordion/index.ts",
|
|
1446
|
-
"declarations": [],
|
|
1447
|
-
"exports": [
|
|
1448
|
-
{
|
|
1449
|
-
"kind": "js",
|
|
1450
|
-
"name": "*",
|
|
1451
|
-
"declaration": {
|
|
1452
|
-
"name": "*",
|
|
1453
|
-
"package": "./accordion.template"
|
|
1454
|
-
}
|
|
1455
|
-
},
|
|
1456
|
-
{
|
|
1457
|
-
"kind": "js",
|
|
1458
|
-
"name": "*",
|
|
1459
|
-
"declaration": {
|
|
1460
|
-
"name": "*",
|
|
1461
|
-
"package": "./accordion.styles"
|
|
1462
|
-
}
|
|
1463
|
-
},
|
|
1464
|
-
{
|
|
1465
|
-
"kind": "js",
|
|
1466
|
-
"name": "*",
|
|
1467
|
-
"declaration": {
|
|
1468
|
-
"name": "*",
|
|
1469
|
-
"package": "./accordion"
|
|
1470
|
-
}
|
|
1471
|
-
}
|
|
1472
|
-
]
|
|
1473
|
-
},
|
|
1474
|
-
{
|
|
1475
|
-
"kind": "javascript-module",
|
|
1476
|
-
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1477
|
-
"declarations": [
|
|
1478
|
-
{
|
|
1479
|
-
"kind": "function",
|
|
1480
|
-
"name": "actionsMenuBaseStyles",
|
|
1481
|
-
"return": {
|
|
1482
|
-
"type": {
|
|
1483
|
-
"text": "ElementStyles"
|
|
1484
|
-
}
|
|
1561
|
+
"name": "FASTAnchor",
|
|
1562
|
+
"package": "@microsoft/fast-components"
|
|
1485
1563
|
},
|
|
1486
|
-
"
|
|
1564
|
+
"tagName": "%%prefix%%-anchor",
|
|
1565
|
+
"customElement": true,
|
|
1566
|
+
"attributes": [
|
|
1487
1567
|
{
|
|
1488
|
-
"name": "
|
|
1568
|
+
"name": "download",
|
|
1489
1569
|
"type": {
|
|
1490
|
-
"text": "
|
|
1570
|
+
"text": "string"
|
|
1571
|
+
},
|
|
1572
|
+
"description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1573
|
+
"fieldName": "download",
|
|
1574
|
+
"inheritedFrom": {
|
|
1575
|
+
"name": "Anchor",
|
|
1576
|
+
"module": "src/anchor/anchor.ts"
|
|
1491
1577
|
}
|
|
1492
1578
|
},
|
|
1493
1579
|
{
|
|
1494
|
-
"name": "
|
|
1580
|
+
"name": "href",
|
|
1495
1581
|
"type": {
|
|
1496
|
-
"text": "
|
|
1582
|
+
"text": "string"
|
|
1583
|
+
},
|
|
1584
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1585
|
+
"fieldName": "href",
|
|
1586
|
+
"inheritedFrom": {
|
|
1587
|
+
"name": "Anchor",
|
|
1588
|
+
"module": "src/anchor/anchor.ts"
|
|
1497
1589
|
}
|
|
1498
|
-
}
|
|
1499
|
-
]
|
|
1500
|
-
},
|
|
1501
|
-
{
|
|
1502
|
-
"kind": "function",
|
|
1503
|
-
"name": "foundationActionsMenuStyles",
|
|
1504
|
-
"return": {
|
|
1505
|
-
"type": {
|
|
1506
|
-
"text": "ElementStyles"
|
|
1507
|
-
}
|
|
1508
|
-
},
|
|
1509
|
-
"parameters": [
|
|
1590
|
+
},
|
|
1510
1591
|
{
|
|
1511
|
-
"name": "
|
|
1592
|
+
"name": "hreflang",
|
|
1512
1593
|
"type": {
|
|
1513
|
-
"text": "
|
|
1594
|
+
"text": "string"
|
|
1595
|
+
},
|
|
1596
|
+
"description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1597
|
+
"fieldName": "hreflang",
|
|
1598
|
+
"inheritedFrom": {
|
|
1599
|
+
"name": "Anchor",
|
|
1600
|
+
"module": "src/anchor/anchor.ts"
|
|
1514
1601
|
}
|
|
1515
1602
|
},
|
|
1516
1603
|
{
|
|
1517
|
-
"name": "
|
|
1604
|
+
"name": "ping",
|
|
1518
1605
|
"type": {
|
|
1519
|
-
"text": "
|
|
1606
|
+
"text": "string"
|
|
1607
|
+
},
|
|
1608
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1609
|
+
"fieldName": "ping",
|
|
1610
|
+
"inheritedFrom": {
|
|
1611
|
+
"name": "Anchor",
|
|
1612
|
+
"module": "src/anchor/anchor.ts"
|
|
1520
1613
|
}
|
|
1521
|
-
}
|
|
1522
|
-
]
|
|
1523
|
-
}
|
|
1524
|
-
],
|
|
1525
|
-
"exports": [
|
|
1526
|
-
{
|
|
1527
|
-
"kind": "js",
|
|
1528
|
-
"name": "actionsMenuBaseStyles",
|
|
1529
|
-
"declaration": {
|
|
1530
|
-
"name": "actionsMenuBaseStyles",
|
|
1531
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1532
|
-
}
|
|
1533
|
-
},
|
|
1534
|
-
{
|
|
1535
|
-
"kind": "js",
|
|
1536
|
-
"name": "foundationActionsMenuStyles",
|
|
1537
|
-
"declaration": {
|
|
1538
|
-
"name": "foundationActionsMenuStyles",
|
|
1539
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1540
|
-
}
|
|
1541
|
-
}
|
|
1542
|
-
]
|
|
1543
|
-
},
|
|
1544
|
-
{
|
|
1545
|
-
"kind": "javascript-module",
|
|
1546
|
-
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1547
|
-
"declarations": [
|
|
1548
|
-
{
|
|
1549
|
-
"kind": "function",
|
|
1550
|
-
"name": "menuTemplate",
|
|
1551
|
-
"parameters": [
|
|
1614
|
+
},
|
|
1552
1615
|
{
|
|
1553
|
-
"name": "
|
|
1616
|
+
"name": "referrerpolicy",
|
|
1554
1617
|
"type": {
|
|
1555
1618
|
"text": "string"
|
|
1619
|
+
},
|
|
1620
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1621
|
+
"fieldName": "referrerpolicy",
|
|
1622
|
+
"inheritedFrom": {
|
|
1623
|
+
"name": "Anchor",
|
|
1624
|
+
"module": "src/anchor/anchor.ts"
|
|
1556
1625
|
}
|
|
1557
|
-
}
|
|
1558
|
-
]
|
|
1559
|
-
},
|
|
1560
|
-
{
|
|
1561
|
-
"kind": "function",
|
|
1562
|
-
"name": "singleOptionTemplate",
|
|
1563
|
-
"parameters": [
|
|
1626
|
+
},
|
|
1564
1627
|
{
|
|
1565
|
-
"name": "
|
|
1628
|
+
"name": "rel",
|
|
1566
1629
|
"type": {
|
|
1567
1630
|
"text": "string"
|
|
1631
|
+
},
|
|
1632
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1633
|
+
"fieldName": "rel",
|
|
1634
|
+
"inheritedFrom": {
|
|
1635
|
+
"name": "Anchor",
|
|
1636
|
+
"module": "src/anchor/anchor.ts"
|
|
1568
1637
|
}
|
|
1569
|
-
}
|
|
1570
|
-
]
|
|
1571
|
-
},
|
|
1572
|
-
{
|
|
1573
|
-
"kind": "variable",
|
|
1574
|
-
"name": "foundationActionsMenuTemplate",
|
|
1575
|
-
"type": {
|
|
1576
|
-
"text": "ViewTemplate<ActionsMenu>"
|
|
1577
|
-
},
|
|
1578
|
-
"default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
|
|
1579
|
-
}
|
|
1580
|
-
],
|
|
1581
|
-
"exports": [
|
|
1582
|
-
{
|
|
1583
|
-
"kind": "js",
|
|
1584
|
-
"name": "menuTemplate",
|
|
1585
|
-
"declaration": {
|
|
1586
|
-
"name": "menuTemplate",
|
|
1587
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1588
|
-
}
|
|
1589
|
-
},
|
|
1590
|
-
{
|
|
1591
|
-
"kind": "js",
|
|
1592
|
-
"name": "singleOptionTemplate",
|
|
1593
|
-
"declaration": {
|
|
1594
|
-
"name": "singleOptionTemplate",
|
|
1595
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1596
|
-
}
|
|
1597
|
-
},
|
|
1598
|
-
{
|
|
1599
|
-
"kind": "js",
|
|
1600
|
-
"name": "foundationActionsMenuTemplate",
|
|
1601
|
-
"declaration": {
|
|
1602
|
-
"name": "foundationActionsMenuTemplate",
|
|
1603
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1604
|
-
}
|
|
1605
|
-
}
|
|
1606
|
-
]
|
|
1607
|
-
},
|
|
1608
|
-
{
|
|
1609
|
-
"kind": "javascript-module",
|
|
1610
|
-
"path": "src/actions-menu/actions-menu.ts",
|
|
1611
|
-
"declarations": [
|
|
1612
|
-
{
|
|
1613
|
-
"kind": "class",
|
|
1614
|
-
"description": "",
|
|
1615
|
-
"name": "ActionsMenu",
|
|
1616
|
-
"members": [
|
|
1638
|
+
},
|
|
1617
1639
|
{
|
|
1618
|
-
"
|
|
1619
|
-
"name": "actions",
|
|
1640
|
+
"name": "target",
|
|
1620
1641
|
"type": {
|
|
1621
|
-
"text": "
|
|
1642
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
1643
|
+
},
|
|
1644
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1645
|
+
"fieldName": "target",
|
|
1646
|
+
"inheritedFrom": {
|
|
1647
|
+
"name": "Anchor",
|
|
1648
|
+
"module": "src/anchor/anchor.ts"
|
|
1622
1649
|
}
|
|
1623
1650
|
},
|
|
1624
1651
|
{
|
|
1625
|
-
"
|
|
1626
|
-
"name": "isVertical",
|
|
1652
|
+
"name": "type",
|
|
1627
1653
|
"type": {
|
|
1628
|
-
"text": "
|
|
1654
|
+
"text": "string"
|
|
1629
1655
|
},
|
|
1630
|
-
"
|
|
1631
|
-
|
|
1656
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1657
|
+
"fieldName": "type",
|
|
1658
|
+
"inheritedFrom": {
|
|
1659
|
+
"name": "Anchor",
|
|
1660
|
+
"module": "src/anchor/anchor.ts"
|
|
1661
|
+
}
|
|
1662
|
+
}
|
|
1663
|
+
],
|
|
1664
|
+
"members": [
|
|
1632
1665
|
{
|
|
1633
1666
|
"kind": "field",
|
|
1634
|
-
"name": "
|
|
1667
|
+
"name": "download",
|
|
1635
1668
|
"type": {
|
|
1636
|
-
"text": "
|
|
1669
|
+
"text": "string"
|
|
1637
1670
|
},
|
|
1638
|
-
"
|
|
1639
|
-
|
|
1640
|
-
|
|
1671
|
+
"privacy": "public",
|
|
1672
|
+
"description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1673
|
+
"inheritedFrom": {
|
|
1674
|
+
"name": "Anchor",
|
|
1675
|
+
"module": "src/anchor/anchor.ts"
|
|
1676
|
+
}
|
|
1677
|
+
},
|
|
1678
|
+
{
|
|
1679
|
+
"kind": "field",
|
|
1680
|
+
"name": "href",
|
|
1681
|
+
"type": {
|
|
1682
|
+
"text": "string"
|
|
1683
|
+
},
|
|
1684
|
+
"privacy": "public",
|
|
1685
|
+
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1686
|
+
"inheritedFrom": {
|
|
1687
|
+
"name": "Anchor",
|
|
1688
|
+
"module": "src/anchor/anchor.ts"
|
|
1689
|
+
}
|
|
1690
|
+
},
|
|
1691
|
+
{
|
|
1692
|
+
"kind": "field",
|
|
1693
|
+
"name": "hreflang",
|
|
1694
|
+
"type": {
|
|
1695
|
+
"text": "string"
|
|
1696
|
+
},
|
|
1697
|
+
"privacy": "public",
|
|
1698
|
+
"description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1699
|
+
"inheritedFrom": {
|
|
1700
|
+
"name": "Anchor",
|
|
1701
|
+
"module": "src/anchor/anchor.ts"
|
|
1702
|
+
}
|
|
1703
|
+
},
|
|
1704
|
+
{
|
|
1705
|
+
"kind": "field",
|
|
1706
|
+
"name": "ping",
|
|
1707
|
+
"type": {
|
|
1708
|
+
"text": "string"
|
|
1709
|
+
},
|
|
1710
|
+
"privacy": "public",
|
|
1711
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1712
|
+
"inheritedFrom": {
|
|
1713
|
+
"name": "Anchor",
|
|
1714
|
+
"module": "src/anchor/anchor.ts"
|
|
1715
|
+
}
|
|
1716
|
+
},
|
|
1717
|
+
{
|
|
1718
|
+
"kind": "field",
|
|
1719
|
+
"name": "referrerpolicy",
|
|
1720
|
+
"type": {
|
|
1721
|
+
"text": "string"
|
|
1722
|
+
},
|
|
1723
|
+
"privacy": "public",
|
|
1724
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1725
|
+
"inheritedFrom": {
|
|
1726
|
+
"name": "Anchor",
|
|
1727
|
+
"module": "src/anchor/anchor.ts"
|
|
1728
|
+
}
|
|
1729
|
+
},
|
|
1730
|
+
{
|
|
1731
|
+
"kind": "field",
|
|
1732
|
+
"name": "rel",
|
|
1733
|
+
"type": {
|
|
1734
|
+
"text": "string"
|
|
1735
|
+
},
|
|
1736
|
+
"privacy": "public",
|
|
1737
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1738
|
+
"inheritedFrom": {
|
|
1739
|
+
"name": "Anchor",
|
|
1740
|
+
"module": "src/anchor/anchor.ts"
|
|
1741
|
+
}
|
|
1742
|
+
},
|
|
1743
|
+
{
|
|
1744
|
+
"kind": "field",
|
|
1745
|
+
"name": "target",
|
|
1746
|
+
"type": {
|
|
1747
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
1748
|
+
},
|
|
1749
|
+
"privacy": "public",
|
|
1750
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1751
|
+
"inheritedFrom": {
|
|
1752
|
+
"name": "Anchor",
|
|
1753
|
+
"module": "src/anchor/anchor.ts"
|
|
1754
|
+
}
|
|
1755
|
+
},
|
|
1756
|
+
{
|
|
1757
|
+
"kind": "field",
|
|
1758
|
+
"name": "type",
|
|
1759
|
+
"type": {
|
|
1760
|
+
"text": "string"
|
|
1761
|
+
},
|
|
1762
|
+
"privacy": "public",
|
|
1763
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1764
|
+
"inheritedFrom": {
|
|
1765
|
+
"name": "Anchor",
|
|
1766
|
+
"module": "src/anchor/anchor.ts"
|
|
1767
|
+
}
|
|
1768
|
+
},
|
|
1769
|
+
{
|
|
1770
|
+
"kind": "field",
|
|
1771
|
+
"name": "control",
|
|
1772
|
+
"type": {
|
|
1773
|
+
"text": "HTMLAnchorElement | undefined"
|
|
1774
|
+
},
|
|
1775
|
+
"privacy": "public",
|
|
1776
|
+
"description": "References the root element",
|
|
1777
|
+
"inheritedFrom": {
|
|
1778
|
+
"name": "Anchor",
|
|
1779
|
+
"module": "src/anchor/anchor.ts"
|
|
1780
|
+
}
|
|
1781
|
+
},
|
|
1782
|
+
{
|
|
1783
|
+
"kind": "field",
|
|
1784
|
+
"name": "handleUnsupportedDelegatesFocus",
|
|
1785
|
+
"privacy": "private",
|
|
1786
|
+
"description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
|
|
1787
|
+
"inheritedFrom": {
|
|
1788
|
+
"name": "Anchor",
|
|
1789
|
+
"module": "src/anchor/anchor.ts"
|
|
1790
|
+
}
|
|
1791
|
+
},
|
|
1792
|
+
{
|
|
1793
|
+
"kind": "field",
|
|
1794
|
+
"name": "_presentation",
|
|
1795
|
+
"type": {
|
|
1796
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1797
|
+
},
|
|
1798
|
+
"privacy": "private",
|
|
1799
|
+
"default": "void 0",
|
|
1800
|
+
"inheritedFrom": {
|
|
1801
|
+
"name": "FoundationElement",
|
|
1802
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1803
|
+
}
|
|
1804
|
+
},
|
|
1805
|
+
{
|
|
1806
|
+
"kind": "field",
|
|
1807
|
+
"name": "$presentation",
|
|
1808
|
+
"type": {
|
|
1809
|
+
"text": "ComponentPresentation | null"
|
|
1810
|
+
},
|
|
1811
|
+
"privacy": "public",
|
|
1812
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1813
|
+
"inheritedFrom": {
|
|
1814
|
+
"name": "FoundationElement",
|
|
1815
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1816
|
+
}
|
|
1817
|
+
},
|
|
1818
|
+
{
|
|
1819
|
+
"kind": "field",
|
|
1820
|
+
"name": "template",
|
|
1821
|
+
"type": {
|
|
1822
|
+
"text": "ElementViewTemplate | void | null"
|
|
1823
|
+
},
|
|
1824
|
+
"privacy": "public",
|
|
1825
|
+
"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.",
|
|
1826
|
+
"inheritedFrom": {
|
|
1827
|
+
"name": "FoundationElement",
|
|
1828
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1829
|
+
}
|
|
1830
|
+
},
|
|
1831
|
+
{
|
|
1832
|
+
"kind": "method",
|
|
1833
|
+
"name": "templateChanged",
|
|
1834
|
+
"privacy": "protected",
|
|
1835
|
+
"return": {
|
|
1836
|
+
"type": {
|
|
1837
|
+
"text": "void"
|
|
1838
|
+
}
|
|
1839
|
+
},
|
|
1840
|
+
"inheritedFrom": {
|
|
1841
|
+
"name": "FoundationElement",
|
|
1842
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1843
|
+
}
|
|
1844
|
+
},
|
|
1845
|
+
{
|
|
1846
|
+
"kind": "field",
|
|
1847
|
+
"name": "styles",
|
|
1848
|
+
"type": {
|
|
1849
|
+
"text": "ElementStyles | void | null"
|
|
1850
|
+
},
|
|
1851
|
+
"privacy": "public",
|
|
1852
|
+
"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.",
|
|
1853
|
+
"inheritedFrom": {
|
|
1854
|
+
"name": "FoundationElement",
|
|
1855
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1856
|
+
}
|
|
1857
|
+
},
|
|
1858
|
+
{
|
|
1859
|
+
"kind": "method",
|
|
1860
|
+
"name": "stylesChanged",
|
|
1861
|
+
"privacy": "protected",
|
|
1862
|
+
"return": {
|
|
1863
|
+
"type": {
|
|
1864
|
+
"text": "void"
|
|
1865
|
+
}
|
|
1866
|
+
},
|
|
1867
|
+
"inheritedFrom": {
|
|
1868
|
+
"name": "FoundationElement",
|
|
1869
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1870
|
+
}
|
|
1871
|
+
},
|
|
1872
|
+
{
|
|
1873
|
+
"kind": "method",
|
|
1874
|
+
"name": "compose",
|
|
1875
|
+
"privacy": "public",
|
|
1876
|
+
"static": true,
|
|
1877
|
+
"return": {
|
|
1878
|
+
"type": {
|
|
1879
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1880
|
+
}
|
|
1881
|
+
},
|
|
1882
|
+
"parameters": [
|
|
1883
|
+
{
|
|
1884
|
+
"name": "this",
|
|
1885
|
+
"type": {
|
|
1886
|
+
"text": "K"
|
|
1887
|
+
}
|
|
1888
|
+
},
|
|
1889
|
+
{
|
|
1890
|
+
"name": "elementDefinition",
|
|
1891
|
+
"type": {
|
|
1892
|
+
"text": "T"
|
|
1893
|
+
},
|
|
1894
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
1895
|
+
}
|
|
1896
|
+
],
|
|
1897
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1898
|
+
"inheritedFrom": {
|
|
1899
|
+
"name": "FoundationElement",
|
|
1900
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1901
|
+
}
|
|
1902
|
+
}
|
|
1903
|
+
]
|
|
1904
|
+
},
|
|
1905
|
+
{
|
|
1906
|
+
"kind": "variable",
|
|
1907
|
+
"name": "foundationAnchorShadowOptions",
|
|
1908
|
+
"type": {
|
|
1909
|
+
"text": "ShadowRootInit"
|
|
1910
|
+
},
|
|
1911
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1912
|
+
},
|
|
1913
|
+
{
|
|
1914
|
+
"kind": "variable",
|
|
1915
|
+
"name": "defaultAnchorConfig",
|
|
1916
|
+
"type": {
|
|
1917
|
+
"text": "object"
|
|
1918
|
+
},
|
|
1919
|
+
"default": "{}"
|
|
1920
|
+
},
|
|
1921
|
+
{
|
|
1922
|
+
"kind": "variable",
|
|
1923
|
+
"name": "foundationAnchor",
|
|
1924
|
+
"description": "The Foundation Anchor",
|
|
1925
|
+
"privacy": "public"
|
|
1926
|
+
}
|
|
1927
|
+
],
|
|
1928
|
+
"exports": [
|
|
1929
|
+
{
|
|
1930
|
+
"kind": "js",
|
|
1931
|
+
"name": "Anchor",
|
|
1932
|
+
"declaration": {
|
|
1933
|
+
"name": "Anchor",
|
|
1934
|
+
"module": "src/anchor/anchor.ts"
|
|
1935
|
+
}
|
|
1936
|
+
},
|
|
1937
|
+
{
|
|
1938
|
+
"kind": "js",
|
|
1939
|
+
"name": "foundationAnchorShadowOptions",
|
|
1940
|
+
"declaration": {
|
|
1941
|
+
"name": "foundationAnchorShadowOptions",
|
|
1942
|
+
"module": "src/anchor/anchor.ts"
|
|
1943
|
+
}
|
|
1944
|
+
},
|
|
1945
|
+
{
|
|
1946
|
+
"kind": "js",
|
|
1947
|
+
"name": "defaultAnchorConfig",
|
|
1948
|
+
"declaration": {
|
|
1949
|
+
"name": "defaultAnchorConfig",
|
|
1950
|
+
"module": "src/anchor/anchor.ts"
|
|
1951
|
+
}
|
|
1952
|
+
},
|
|
1953
|
+
{
|
|
1954
|
+
"kind": "js",
|
|
1955
|
+
"name": "foundationAnchor",
|
|
1956
|
+
"declaration": {
|
|
1957
|
+
"name": "foundationAnchor",
|
|
1958
|
+
"module": "src/anchor/anchor.ts"
|
|
1959
|
+
}
|
|
1960
|
+
}
|
|
1961
|
+
]
|
|
1962
|
+
},
|
|
1963
|
+
{
|
|
1964
|
+
"kind": "javascript-module",
|
|
1965
|
+
"path": "src/anchor/index.ts",
|
|
1966
|
+
"declarations": [],
|
|
1967
|
+
"exports": [
|
|
1968
|
+
{
|
|
1969
|
+
"kind": "js",
|
|
1970
|
+
"name": "*",
|
|
1971
|
+
"declaration": {
|
|
1972
|
+
"name": "*",
|
|
1973
|
+
"package": "./anchor.template"
|
|
1974
|
+
}
|
|
1975
|
+
},
|
|
1976
|
+
{
|
|
1977
|
+
"kind": "js",
|
|
1978
|
+
"name": "*",
|
|
1979
|
+
"declaration": {
|
|
1980
|
+
"name": "*",
|
|
1981
|
+
"package": "./anchor.styles"
|
|
1982
|
+
}
|
|
1983
|
+
},
|
|
1984
|
+
{
|
|
1985
|
+
"kind": "js",
|
|
1986
|
+
"name": "*",
|
|
1987
|
+
"declaration": {
|
|
1988
|
+
"name": "*",
|
|
1989
|
+
"package": "./anchor"
|
|
1990
|
+
}
|
|
1991
|
+
}
|
|
1992
|
+
]
|
|
1993
|
+
},
|
|
1994
|
+
{
|
|
1995
|
+
"kind": "javascript-module",
|
|
1996
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1997
|
+
"declarations": [
|
|
1998
|
+
{
|
|
1999
|
+
"kind": "function",
|
|
2000
|
+
"name": "actionsMenuBaseStyles",
|
|
2001
|
+
"return": {
|
|
2002
|
+
"type": {
|
|
2003
|
+
"text": "ElementStyles"
|
|
2004
|
+
}
|
|
2005
|
+
},
|
|
2006
|
+
"parameters": [
|
|
2007
|
+
{
|
|
2008
|
+
"name": "context",
|
|
2009
|
+
"type": {
|
|
2010
|
+
"text": "ElementDefinitionContext"
|
|
2011
|
+
}
|
|
2012
|
+
},
|
|
2013
|
+
{
|
|
2014
|
+
"name": "definition",
|
|
2015
|
+
"type": {
|
|
2016
|
+
"text": "FoundationElementDefinition"
|
|
2017
|
+
}
|
|
2018
|
+
}
|
|
2019
|
+
]
|
|
2020
|
+
},
|
|
2021
|
+
{
|
|
2022
|
+
"kind": "function",
|
|
2023
|
+
"name": "foundationActionsMenuStyles",
|
|
2024
|
+
"return": {
|
|
2025
|
+
"type": {
|
|
2026
|
+
"text": "ElementStyles"
|
|
2027
|
+
}
|
|
2028
|
+
},
|
|
2029
|
+
"parameters": [
|
|
2030
|
+
{
|
|
2031
|
+
"name": "context",
|
|
2032
|
+
"type": {
|
|
2033
|
+
"text": "ElementDefinitionContext"
|
|
2034
|
+
}
|
|
2035
|
+
},
|
|
2036
|
+
{
|
|
2037
|
+
"name": "definition",
|
|
2038
|
+
"type": {
|
|
2039
|
+
"text": "FoundationElementDefinition"
|
|
2040
|
+
}
|
|
2041
|
+
}
|
|
2042
|
+
]
|
|
2043
|
+
}
|
|
2044
|
+
],
|
|
2045
|
+
"exports": [
|
|
2046
|
+
{
|
|
2047
|
+
"kind": "js",
|
|
2048
|
+
"name": "actionsMenuBaseStyles",
|
|
2049
|
+
"declaration": {
|
|
2050
|
+
"name": "actionsMenuBaseStyles",
|
|
2051
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2052
|
+
}
|
|
2053
|
+
},
|
|
2054
|
+
{
|
|
2055
|
+
"kind": "js",
|
|
2056
|
+
"name": "foundationActionsMenuStyles",
|
|
2057
|
+
"declaration": {
|
|
2058
|
+
"name": "foundationActionsMenuStyles",
|
|
2059
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2060
|
+
}
|
|
2061
|
+
}
|
|
2062
|
+
]
|
|
2063
|
+
},
|
|
2064
|
+
{
|
|
2065
|
+
"kind": "javascript-module",
|
|
2066
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
2067
|
+
"declarations": [
|
|
2068
|
+
{
|
|
2069
|
+
"kind": "function",
|
|
2070
|
+
"name": "menuTemplate",
|
|
2071
|
+
"parameters": [
|
|
2072
|
+
{
|
|
2073
|
+
"name": "prefix",
|
|
2074
|
+
"type": {
|
|
2075
|
+
"text": "string"
|
|
2076
|
+
}
|
|
2077
|
+
}
|
|
2078
|
+
]
|
|
2079
|
+
},
|
|
2080
|
+
{
|
|
2081
|
+
"kind": "function",
|
|
2082
|
+
"name": "singleOptionTemplate",
|
|
2083
|
+
"parameters": [
|
|
2084
|
+
{
|
|
2085
|
+
"name": "prefix",
|
|
2086
|
+
"type": {
|
|
2087
|
+
"text": "string"
|
|
2088
|
+
}
|
|
2089
|
+
}
|
|
2090
|
+
]
|
|
2091
|
+
},
|
|
2092
|
+
{
|
|
2093
|
+
"kind": "variable",
|
|
2094
|
+
"name": "foundationActionsMenuTemplate",
|
|
2095
|
+
"type": {
|
|
2096
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
2097
|
+
},
|
|
2098
|
+
"default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
|
|
2099
|
+
}
|
|
2100
|
+
],
|
|
2101
|
+
"exports": [
|
|
2102
|
+
{
|
|
2103
|
+
"kind": "js",
|
|
2104
|
+
"name": "menuTemplate",
|
|
2105
|
+
"declaration": {
|
|
2106
|
+
"name": "menuTemplate",
|
|
2107
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2108
|
+
}
|
|
2109
|
+
},
|
|
2110
|
+
{
|
|
2111
|
+
"kind": "js",
|
|
2112
|
+
"name": "singleOptionTemplate",
|
|
2113
|
+
"declaration": {
|
|
2114
|
+
"name": "singleOptionTemplate",
|
|
2115
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2116
|
+
}
|
|
2117
|
+
},
|
|
2118
|
+
{
|
|
2119
|
+
"kind": "js",
|
|
2120
|
+
"name": "foundationActionsMenuTemplate",
|
|
2121
|
+
"declaration": {
|
|
2122
|
+
"name": "foundationActionsMenuTemplate",
|
|
2123
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2124
|
+
}
|
|
2125
|
+
}
|
|
2126
|
+
]
|
|
2127
|
+
},
|
|
2128
|
+
{
|
|
2129
|
+
"kind": "javascript-module",
|
|
2130
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
2131
|
+
"declarations": [
|
|
2132
|
+
{
|
|
2133
|
+
"kind": "class",
|
|
2134
|
+
"description": "",
|
|
2135
|
+
"name": "ActionsMenu",
|
|
2136
|
+
"members": [
|
|
2137
|
+
{
|
|
2138
|
+
"kind": "field",
|
|
2139
|
+
"name": "actions",
|
|
2140
|
+
"type": {
|
|
2141
|
+
"text": "ActionMenuItem[]"
|
|
2142
|
+
}
|
|
2143
|
+
},
|
|
2144
|
+
{
|
|
2145
|
+
"kind": "field",
|
|
2146
|
+
"name": "isVertical",
|
|
2147
|
+
"type": {
|
|
2148
|
+
"text": "boolean"
|
|
2149
|
+
},
|
|
2150
|
+
"default": "false"
|
|
2151
|
+
},
|
|
2152
|
+
{
|
|
2153
|
+
"kind": "field",
|
|
2154
|
+
"name": "addDefaultActions",
|
|
2155
|
+
"type": {
|
|
2156
|
+
"text": "boolean"
|
|
2157
|
+
},
|
|
2158
|
+
"default": "true"
|
|
2159
|
+
},
|
|
2160
|
+
{
|
|
1641
2161
|
"kind": "field",
|
|
1642
2162
|
"name": "autoCloseOnAction",
|
|
1643
2163
|
"type": {
|
|
@@ -2032,14 +2552,14 @@
|
|
|
2032
2552
|
},
|
|
2033
2553
|
{
|
|
2034
2554
|
"kind": "javascript-module",
|
|
2035
|
-
"path": "src/
|
|
2555
|
+
"path": "src/anchored-region/anchor-region.template.ts",
|
|
2036
2556
|
"declarations": [
|
|
2037
2557
|
{
|
|
2038
2558
|
"kind": "function",
|
|
2039
|
-
"name": "
|
|
2559
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2040
2560
|
"return": {
|
|
2041
2561
|
"type": {
|
|
2042
|
-
"text": "
|
|
2562
|
+
"text": "ViewTemplate<AnchoredRegion>"
|
|
2043
2563
|
}
|
|
2044
2564
|
},
|
|
2045
2565
|
"parameters": [
|
|
@@ -2061,24 +2581,24 @@
|
|
|
2061
2581
|
"exports": [
|
|
2062
2582
|
{
|
|
2063
2583
|
"kind": "js",
|
|
2064
|
-
"name": "
|
|
2584
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2065
2585
|
"declaration": {
|
|
2066
|
-
"name": "
|
|
2067
|
-
"module": "src/
|
|
2586
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2587
|
+
"module": "src/anchored-region/anchor-region.template.ts"
|
|
2068
2588
|
}
|
|
2069
2589
|
}
|
|
2070
2590
|
]
|
|
2071
2591
|
},
|
|
2072
2592
|
{
|
|
2073
2593
|
"kind": "javascript-module",
|
|
2074
|
-
"path": "src/
|
|
2594
|
+
"path": "src/anchored-region/anchored-region.styles.ts",
|
|
2075
2595
|
"declarations": [
|
|
2076
2596
|
{
|
|
2077
2597
|
"kind": "function",
|
|
2078
|
-
"name": "
|
|
2598
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2079
2599
|
"return": {
|
|
2080
2600
|
"type": {
|
|
2081
|
-
"text": "
|
|
2601
|
+
"text": "ElementStyles"
|
|
2082
2602
|
}
|
|
2083
2603
|
},
|
|
2084
2604
|
"parameters": [
|
|
@@ -2100,527 +2620,7 @@
|
|
|
2100
2620
|
"exports": [
|
|
2101
2621
|
{
|
|
2102
2622
|
"kind": "js",
|
|
2103
|
-
"name": "
|
|
2104
|
-
"declaration": {
|
|
2105
|
-
"name": "foundationAnchorTemplate",
|
|
2106
|
-
"module": "src/anchor/anchor.template.ts"
|
|
2107
|
-
}
|
|
2108
|
-
}
|
|
2109
|
-
]
|
|
2110
|
-
},
|
|
2111
|
-
{
|
|
2112
|
-
"kind": "javascript-module",
|
|
2113
|
-
"path": "src/anchor/anchor.ts",
|
|
2114
|
-
"declarations": [
|
|
2115
|
-
{
|
|
2116
|
-
"kind": "class",
|
|
2117
|
-
"description": "",
|
|
2118
|
-
"name": "Anchor",
|
|
2119
|
-
"superclass": {
|
|
2120
|
-
"name": "FASTAnchor",
|
|
2121
|
-
"package": "@microsoft/fast-components"
|
|
2122
|
-
},
|
|
2123
|
-
"tagName": "%%prefix%%-anchor",
|
|
2124
|
-
"customElement": true,
|
|
2125
|
-
"attributes": [
|
|
2126
|
-
{
|
|
2127
|
-
"name": "download",
|
|
2128
|
-
"type": {
|
|
2129
|
-
"text": "string"
|
|
2130
|
-
},
|
|
2131
|
-
"description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2132
|
-
"fieldName": "download",
|
|
2133
|
-
"inheritedFrom": {
|
|
2134
|
-
"name": "Anchor",
|
|
2135
|
-
"module": "src/anchor/anchor.ts"
|
|
2136
|
-
}
|
|
2137
|
-
},
|
|
2138
|
-
{
|
|
2139
|
-
"name": "href",
|
|
2140
|
-
"type": {
|
|
2141
|
-
"text": "string"
|
|
2142
|
-
},
|
|
2143
|
-
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2144
|
-
"fieldName": "href",
|
|
2145
|
-
"inheritedFrom": {
|
|
2146
|
-
"name": "Anchor",
|
|
2147
|
-
"module": "src/anchor/anchor.ts"
|
|
2148
|
-
}
|
|
2149
|
-
},
|
|
2150
|
-
{
|
|
2151
|
-
"name": "hreflang",
|
|
2152
|
-
"type": {
|
|
2153
|
-
"text": "string"
|
|
2154
|
-
},
|
|
2155
|
-
"description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2156
|
-
"fieldName": "hreflang",
|
|
2157
|
-
"inheritedFrom": {
|
|
2158
|
-
"name": "Anchor",
|
|
2159
|
-
"module": "src/anchor/anchor.ts"
|
|
2160
|
-
}
|
|
2161
|
-
},
|
|
2162
|
-
{
|
|
2163
|
-
"name": "ping",
|
|
2164
|
-
"type": {
|
|
2165
|
-
"text": "string"
|
|
2166
|
-
},
|
|
2167
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2168
|
-
"fieldName": "ping",
|
|
2169
|
-
"inheritedFrom": {
|
|
2170
|
-
"name": "Anchor",
|
|
2171
|
-
"module": "src/anchor/anchor.ts"
|
|
2172
|
-
}
|
|
2173
|
-
},
|
|
2174
|
-
{
|
|
2175
|
-
"name": "referrerpolicy",
|
|
2176
|
-
"type": {
|
|
2177
|
-
"text": "string"
|
|
2178
|
-
},
|
|
2179
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2180
|
-
"fieldName": "referrerpolicy",
|
|
2181
|
-
"inheritedFrom": {
|
|
2182
|
-
"name": "Anchor",
|
|
2183
|
-
"module": "src/anchor/anchor.ts"
|
|
2184
|
-
}
|
|
2185
|
-
},
|
|
2186
|
-
{
|
|
2187
|
-
"name": "rel",
|
|
2188
|
-
"type": {
|
|
2189
|
-
"text": "string"
|
|
2190
|
-
},
|
|
2191
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2192
|
-
"fieldName": "rel",
|
|
2193
|
-
"inheritedFrom": {
|
|
2194
|
-
"name": "Anchor",
|
|
2195
|
-
"module": "src/anchor/anchor.ts"
|
|
2196
|
-
}
|
|
2197
|
-
},
|
|
2198
|
-
{
|
|
2199
|
-
"name": "target",
|
|
2200
|
-
"type": {
|
|
2201
|
-
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
2202
|
-
},
|
|
2203
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2204
|
-
"fieldName": "target",
|
|
2205
|
-
"inheritedFrom": {
|
|
2206
|
-
"name": "Anchor",
|
|
2207
|
-
"module": "src/anchor/anchor.ts"
|
|
2208
|
-
}
|
|
2209
|
-
},
|
|
2210
|
-
{
|
|
2211
|
-
"name": "type",
|
|
2212
|
-
"type": {
|
|
2213
|
-
"text": "string"
|
|
2214
|
-
},
|
|
2215
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2216
|
-
"fieldName": "type",
|
|
2217
|
-
"inheritedFrom": {
|
|
2218
|
-
"name": "Anchor",
|
|
2219
|
-
"module": "src/anchor/anchor.ts"
|
|
2220
|
-
}
|
|
2221
|
-
}
|
|
2222
|
-
],
|
|
2223
|
-
"members": [
|
|
2224
|
-
{
|
|
2225
|
-
"kind": "field",
|
|
2226
|
-
"name": "download",
|
|
2227
|
-
"type": {
|
|
2228
|
-
"text": "string"
|
|
2229
|
-
},
|
|
2230
|
-
"privacy": "public",
|
|
2231
|
-
"description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2232
|
-
"inheritedFrom": {
|
|
2233
|
-
"name": "Anchor",
|
|
2234
|
-
"module": "src/anchor/anchor.ts"
|
|
2235
|
-
}
|
|
2236
|
-
},
|
|
2237
|
-
{
|
|
2238
|
-
"kind": "field",
|
|
2239
|
-
"name": "href",
|
|
2240
|
-
"type": {
|
|
2241
|
-
"text": "string"
|
|
2242
|
-
},
|
|
2243
|
-
"privacy": "public",
|
|
2244
|
-
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2245
|
-
"inheritedFrom": {
|
|
2246
|
-
"name": "Anchor",
|
|
2247
|
-
"module": "src/anchor/anchor.ts"
|
|
2248
|
-
}
|
|
2249
|
-
},
|
|
2250
|
-
{
|
|
2251
|
-
"kind": "field",
|
|
2252
|
-
"name": "hreflang",
|
|
2253
|
-
"type": {
|
|
2254
|
-
"text": "string"
|
|
2255
|
-
},
|
|
2256
|
-
"privacy": "public",
|
|
2257
|
-
"description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2258
|
-
"inheritedFrom": {
|
|
2259
|
-
"name": "Anchor",
|
|
2260
|
-
"module": "src/anchor/anchor.ts"
|
|
2261
|
-
}
|
|
2262
|
-
},
|
|
2263
|
-
{
|
|
2264
|
-
"kind": "field",
|
|
2265
|
-
"name": "ping",
|
|
2266
|
-
"type": {
|
|
2267
|
-
"text": "string"
|
|
2268
|
-
},
|
|
2269
|
-
"privacy": "public",
|
|
2270
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2271
|
-
"inheritedFrom": {
|
|
2272
|
-
"name": "Anchor",
|
|
2273
|
-
"module": "src/anchor/anchor.ts"
|
|
2274
|
-
}
|
|
2275
|
-
},
|
|
2276
|
-
{
|
|
2277
|
-
"kind": "field",
|
|
2278
|
-
"name": "referrerpolicy",
|
|
2279
|
-
"type": {
|
|
2280
|
-
"text": "string"
|
|
2281
|
-
},
|
|
2282
|
-
"privacy": "public",
|
|
2283
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2284
|
-
"inheritedFrom": {
|
|
2285
|
-
"name": "Anchor",
|
|
2286
|
-
"module": "src/anchor/anchor.ts"
|
|
2287
|
-
}
|
|
2288
|
-
},
|
|
2289
|
-
{
|
|
2290
|
-
"kind": "field",
|
|
2291
|
-
"name": "rel",
|
|
2292
|
-
"type": {
|
|
2293
|
-
"text": "string"
|
|
2294
|
-
},
|
|
2295
|
-
"privacy": "public",
|
|
2296
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2297
|
-
"inheritedFrom": {
|
|
2298
|
-
"name": "Anchor",
|
|
2299
|
-
"module": "src/anchor/anchor.ts"
|
|
2300
|
-
}
|
|
2301
|
-
},
|
|
2302
|
-
{
|
|
2303
|
-
"kind": "field",
|
|
2304
|
-
"name": "target",
|
|
2305
|
-
"type": {
|
|
2306
|
-
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
2307
|
-
},
|
|
2308
|
-
"privacy": "public",
|
|
2309
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2310
|
-
"inheritedFrom": {
|
|
2311
|
-
"name": "Anchor",
|
|
2312
|
-
"module": "src/anchor/anchor.ts"
|
|
2313
|
-
}
|
|
2314
|
-
},
|
|
2315
|
-
{
|
|
2316
|
-
"kind": "field",
|
|
2317
|
-
"name": "type",
|
|
2318
|
-
"type": {
|
|
2319
|
-
"text": "string"
|
|
2320
|
-
},
|
|
2321
|
-
"privacy": "public",
|
|
2322
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2323
|
-
"inheritedFrom": {
|
|
2324
|
-
"name": "Anchor",
|
|
2325
|
-
"module": "src/anchor/anchor.ts"
|
|
2326
|
-
}
|
|
2327
|
-
},
|
|
2328
|
-
{
|
|
2329
|
-
"kind": "field",
|
|
2330
|
-
"name": "control",
|
|
2331
|
-
"type": {
|
|
2332
|
-
"text": "HTMLAnchorElement | undefined"
|
|
2333
|
-
},
|
|
2334
|
-
"privacy": "public",
|
|
2335
|
-
"description": "References the root element",
|
|
2336
|
-
"inheritedFrom": {
|
|
2337
|
-
"name": "Anchor",
|
|
2338
|
-
"module": "src/anchor/anchor.ts"
|
|
2339
|
-
}
|
|
2340
|
-
},
|
|
2341
|
-
{
|
|
2342
|
-
"kind": "field",
|
|
2343
|
-
"name": "handleUnsupportedDelegatesFocus",
|
|
2344
|
-
"privacy": "private",
|
|
2345
|
-
"description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
|
|
2346
|
-
"inheritedFrom": {
|
|
2347
|
-
"name": "Anchor",
|
|
2348
|
-
"module": "src/anchor/anchor.ts"
|
|
2349
|
-
}
|
|
2350
|
-
},
|
|
2351
|
-
{
|
|
2352
|
-
"kind": "field",
|
|
2353
|
-
"name": "_presentation",
|
|
2354
|
-
"type": {
|
|
2355
|
-
"text": "ComponentPresentation | null | undefined"
|
|
2356
|
-
},
|
|
2357
|
-
"privacy": "private",
|
|
2358
|
-
"default": "void 0",
|
|
2359
|
-
"inheritedFrom": {
|
|
2360
|
-
"name": "FoundationElement",
|
|
2361
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2362
|
-
}
|
|
2363
|
-
},
|
|
2364
|
-
{
|
|
2365
|
-
"kind": "field",
|
|
2366
|
-
"name": "$presentation",
|
|
2367
|
-
"type": {
|
|
2368
|
-
"text": "ComponentPresentation | null"
|
|
2369
|
-
},
|
|
2370
|
-
"privacy": "public",
|
|
2371
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2372
|
-
"inheritedFrom": {
|
|
2373
|
-
"name": "FoundationElement",
|
|
2374
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2375
|
-
}
|
|
2376
|
-
},
|
|
2377
|
-
{
|
|
2378
|
-
"kind": "field",
|
|
2379
|
-
"name": "template",
|
|
2380
|
-
"type": {
|
|
2381
|
-
"text": "ElementViewTemplate | void | null"
|
|
2382
|
-
},
|
|
2383
|
-
"privacy": "public",
|
|
2384
|
-
"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.",
|
|
2385
|
-
"inheritedFrom": {
|
|
2386
|
-
"name": "FoundationElement",
|
|
2387
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2388
|
-
}
|
|
2389
|
-
},
|
|
2390
|
-
{
|
|
2391
|
-
"kind": "method",
|
|
2392
|
-
"name": "templateChanged",
|
|
2393
|
-
"privacy": "protected",
|
|
2394
|
-
"return": {
|
|
2395
|
-
"type": {
|
|
2396
|
-
"text": "void"
|
|
2397
|
-
}
|
|
2398
|
-
},
|
|
2399
|
-
"inheritedFrom": {
|
|
2400
|
-
"name": "FoundationElement",
|
|
2401
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2402
|
-
}
|
|
2403
|
-
},
|
|
2404
|
-
{
|
|
2405
|
-
"kind": "field",
|
|
2406
|
-
"name": "styles",
|
|
2407
|
-
"type": {
|
|
2408
|
-
"text": "ElementStyles | void | null"
|
|
2409
|
-
},
|
|
2410
|
-
"privacy": "public",
|
|
2411
|
-
"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.",
|
|
2412
|
-
"inheritedFrom": {
|
|
2413
|
-
"name": "FoundationElement",
|
|
2414
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2415
|
-
}
|
|
2416
|
-
},
|
|
2417
|
-
{
|
|
2418
|
-
"kind": "method",
|
|
2419
|
-
"name": "stylesChanged",
|
|
2420
|
-
"privacy": "protected",
|
|
2421
|
-
"return": {
|
|
2422
|
-
"type": {
|
|
2423
|
-
"text": "void"
|
|
2424
|
-
}
|
|
2425
|
-
},
|
|
2426
|
-
"inheritedFrom": {
|
|
2427
|
-
"name": "FoundationElement",
|
|
2428
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2429
|
-
}
|
|
2430
|
-
},
|
|
2431
|
-
{
|
|
2432
|
-
"kind": "method",
|
|
2433
|
-
"name": "compose",
|
|
2434
|
-
"privacy": "public",
|
|
2435
|
-
"static": true,
|
|
2436
|
-
"return": {
|
|
2437
|
-
"type": {
|
|
2438
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2439
|
-
}
|
|
2440
|
-
},
|
|
2441
|
-
"parameters": [
|
|
2442
|
-
{
|
|
2443
|
-
"name": "this",
|
|
2444
|
-
"type": {
|
|
2445
|
-
"text": "K"
|
|
2446
|
-
}
|
|
2447
|
-
},
|
|
2448
|
-
{
|
|
2449
|
-
"name": "elementDefinition",
|
|
2450
|
-
"type": {
|
|
2451
|
-
"text": "T"
|
|
2452
|
-
},
|
|
2453
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
2454
|
-
}
|
|
2455
|
-
],
|
|
2456
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2457
|
-
"inheritedFrom": {
|
|
2458
|
-
"name": "FoundationElement",
|
|
2459
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2460
|
-
}
|
|
2461
|
-
}
|
|
2462
|
-
]
|
|
2463
|
-
},
|
|
2464
|
-
{
|
|
2465
|
-
"kind": "variable",
|
|
2466
|
-
"name": "foundationAnchorShadowOptions",
|
|
2467
|
-
"type": {
|
|
2468
|
-
"text": "ShadowRootInit"
|
|
2469
|
-
},
|
|
2470
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2471
|
-
},
|
|
2472
|
-
{
|
|
2473
|
-
"kind": "variable",
|
|
2474
|
-
"name": "defaultAnchorConfig",
|
|
2475
|
-
"type": {
|
|
2476
|
-
"text": "object"
|
|
2477
|
-
},
|
|
2478
|
-
"default": "{}"
|
|
2479
|
-
},
|
|
2480
|
-
{
|
|
2481
|
-
"kind": "variable",
|
|
2482
|
-
"name": "foundationAnchor",
|
|
2483
|
-
"description": "The Foundation Anchor",
|
|
2484
|
-
"privacy": "public"
|
|
2485
|
-
}
|
|
2486
|
-
],
|
|
2487
|
-
"exports": [
|
|
2488
|
-
{
|
|
2489
|
-
"kind": "js",
|
|
2490
|
-
"name": "Anchor",
|
|
2491
|
-
"declaration": {
|
|
2492
|
-
"name": "Anchor",
|
|
2493
|
-
"module": "src/anchor/anchor.ts"
|
|
2494
|
-
}
|
|
2495
|
-
},
|
|
2496
|
-
{
|
|
2497
|
-
"kind": "js",
|
|
2498
|
-
"name": "foundationAnchorShadowOptions",
|
|
2499
|
-
"declaration": {
|
|
2500
|
-
"name": "foundationAnchorShadowOptions",
|
|
2501
|
-
"module": "src/anchor/anchor.ts"
|
|
2502
|
-
}
|
|
2503
|
-
},
|
|
2504
|
-
{
|
|
2505
|
-
"kind": "js",
|
|
2506
|
-
"name": "defaultAnchorConfig",
|
|
2507
|
-
"declaration": {
|
|
2508
|
-
"name": "defaultAnchorConfig",
|
|
2509
|
-
"module": "src/anchor/anchor.ts"
|
|
2510
|
-
}
|
|
2511
|
-
},
|
|
2512
|
-
{
|
|
2513
|
-
"kind": "js",
|
|
2514
|
-
"name": "foundationAnchor",
|
|
2515
|
-
"declaration": {
|
|
2516
|
-
"name": "foundationAnchor",
|
|
2517
|
-
"module": "src/anchor/anchor.ts"
|
|
2518
|
-
}
|
|
2519
|
-
}
|
|
2520
|
-
]
|
|
2521
|
-
},
|
|
2522
|
-
{
|
|
2523
|
-
"kind": "javascript-module",
|
|
2524
|
-
"path": "src/anchor/index.ts",
|
|
2525
|
-
"declarations": [],
|
|
2526
|
-
"exports": [
|
|
2527
|
-
{
|
|
2528
|
-
"kind": "js",
|
|
2529
|
-
"name": "*",
|
|
2530
|
-
"declaration": {
|
|
2531
|
-
"name": "*",
|
|
2532
|
-
"package": "./anchor.template"
|
|
2533
|
-
}
|
|
2534
|
-
},
|
|
2535
|
-
{
|
|
2536
|
-
"kind": "js",
|
|
2537
|
-
"name": "*",
|
|
2538
|
-
"declaration": {
|
|
2539
|
-
"name": "*",
|
|
2540
|
-
"package": "./anchor.styles"
|
|
2541
|
-
}
|
|
2542
|
-
},
|
|
2543
|
-
{
|
|
2544
|
-
"kind": "js",
|
|
2545
|
-
"name": "*",
|
|
2546
|
-
"declaration": {
|
|
2547
|
-
"name": "*",
|
|
2548
|
-
"package": "./anchor"
|
|
2549
|
-
}
|
|
2550
|
-
}
|
|
2551
|
-
]
|
|
2552
|
-
},
|
|
2553
|
-
{
|
|
2554
|
-
"kind": "javascript-module",
|
|
2555
|
-
"path": "src/anchored-region/anchor-region.template.ts",
|
|
2556
|
-
"declarations": [
|
|
2557
|
-
{
|
|
2558
|
-
"kind": "function",
|
|
2559
|
-
"name": "foundationAnchoredRegionTemplate",
|
|
2560
|
-
"return": {
|
|
2561
|
-
"type": {
|
|
2562
|
-
"text": "ViewTemplate<AnchoredRegion>"
|
|
2563
|
-
}
|
|
2564
|
-
},
|
|
2565
|
-
"parameters": [
|
|
2566
|
-
{
|
|
2567
|
-
"name": "context",
|
|
2568
|
-
"type": {
|
|
2569
|
-
"text": "ElementDefinitionContext"
|
|
2570
|
-
}
|
|
2571
|
-
},
|
|
2572
|
-
{
|
|
2573
|
-
"name": "definition",
|
|
2574
|
-
"type": {
|
|
2575
|
-
"text": "FoundationElementDefinition"
|
|
2576
|
-
}
|
|
2577
|
-
}
|
|
2578
|
-
]
|
|
2579
|
-
}
|
|
2580
|
-
],
|
|
2581
|
-
"exports": [
|
|
2582
|
-
{
|
|
2583
|
-
"kind": "js",
|
|
2584
|
-
"name": "foundationAnchoredRegionTemplate",
|
|
2585
|
-
"declaration": {
|
|
2586
|
-
"name": "foundationAnchoredRegionTemplate",
|
|
2587
|
-
"module": "src/anchored-region/anchor-region.template.ts"
|
|
2588
|
-
}
|
|
2589
|
-
}
|
|
2590
|
-
]
|
|
2591
|
-
},
|
|
2592
|
-
{
|
|
2593
|
-
"kind": "javascript-module",
|
|
2594
|
-
"path": "src/anchored-region/anchored-region.styles.ts",
|
|
2595
|
-
"declarations": [
|
|
2596
|
-
{
|
|
2597
|
-
"kind": "function",
|
|
2598
|
-
"name": "foundationAnchoredRegionStyles",
|
|
2599
|
-
"return": {
|
|
2600
|
-
"type": {
|
|
2601
|
-
"text": "ElementStyles"
|
|
2602
|
-
}
|
|
2603
|
-
},
|
|
2604
|
-
"parameters": [
|
|
2605
|
-
{
|
|
2606
|
-
"name": "context",
|
|
2607
|
-
"type": {
|
|
2608
|
-
"text": "ElementDefinitionContext"
|
|
2609
|
-
}
|
|
2610
|
-
},
|
|
2611
|
-
{
|
|
2612
|
-
"name": "definition",
|
|
2613
|
-
"type": {
|
|
2614
|
-
"text": "FoundationElementDefinition"
|
|
2615
|
-
}
|
|
2616
|
-
}
|
|
2617
|
-
]
|
|
2618
|
-
}
|
|
2619
|
-
],
|
|
2620
|
-
"exports": [
|
|
2621
|
-
{
|
|
2622
|
-
"kind": "js",
|
|
2623
|
-
"name": "foundationAnchoredRegionStyles",
|
|
2623
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2624
2624
|
"declaration": {
|
|
2625
2625
|
"name": "foundationAnchoredRegionStyles",
|
|
2626
2626
|
"module": "src/anchored-region/anchored-region.styles.ts"
|
|
@@ -13420,8 +13420,7 @@
|
|
|
13420
13420
|
"name": "Date",
|
|
13421
13421
|
"type": {
|
|
13422
13422
|
"text": "Date"
|
|
13423
|
-
}
|
|
13424
|
-
"default": "date"
|
|
13423
|
+
}
|
|
13425
13424
|
},
|
|
13426
13425
|
{
|
|
13427
13426
|
"kind": "field",
|
|
@@ -35718,54 +35717,490 @@
|
|
|
35718
35717
|
],
|
|
35719
35718
|
"attributes": [
|
|
35720
35719
|
{
|
|
35721
|
-
"name": "size",
|
|
35720
|
+
"name": "size",
|
|
35721
|
+
"type": {
|
|
35722
|
+
"text": "StackingIconsSize"
|
|
35723
|
+
},
|
|
35724
|
+
"default": "faSizeValueDefault",
|
|
35725
|
+
"resolveInitializer": {
|
|
35726
|
+
"module": "/src/icon"
|
|
35727
|
+
},
|
|
35728
|
+
"fieldName": "size"
|
|
35729
|
+
},
|
|
35730
|
+
{
|
|
35731
|
+
"name": "['vertical-align']",
|
|
35732
|
+
"type": {
|
|
35733
|
+
"text": "VerticalAlign"
|
|
35734
|
+
},
|
|
35735
|
+
"default": "'baseline'",
|
|
35736
|
+
"fieldName": "['vertical-align']"
|
|
35737
|
+
}
|
|
35738
|
+
],
|
|
35739
|
+
"superclass": {
|
|
35740
|
+
"name": "FoundationElement",
|
|
35741
|
+
"package": "@microsoft/fast-foundation"
|
|
35742
|
+
},
|
|
35743
|
+
"tagName": "%%prefix%%-stacking-icons",
|
|
35744
|
+
"customElement": true
|
|
35745
|
+
},
|
|
35746
|
+
{
|
|
35747
|
+
"kind": "variable",
|
|
35748
|
+
"name": "foundationStackingIcons",
|
|
35749
|
+
"description": "The Foundation Stacking Icon",
|
|
35750
|
+
"privacy": "public"
|
|
35751
|
+
}
|
|
35752
|
+
],
|
|
35753
|
+
"exports": [
|
|
35754
|
+
{
|
|
35755
|
+
"kind": "js",
|
|
35756
|
+
"name": "StackingIcons",
|
|
35757
|
+
"declaration": {
|
|
35758
|
+
"name": "StackingIcons",
|
|
35759
|
+
"module": "src/stacking-icons/stacking-icons.ts"
|
|
35760
|
+
}
|
|
35761
|
+
},
|
|
35762
|
+
{
|
|
35763
|
+
"kind": "js",
|
|
35764
|
+
"name": "foundationStackingIcons",
|
|
35765
|
+
"declaration": {
|
|
35766
|
+
"name": "foundationStackingIcons",
|
|
35767
|
+
"module": "src/stacking-icons/stacking-icons.ts"
|
|
35768
|
+
}
|
|
35769
|
+
}
|
|
35770
|
+
]
|
|
35771
|
+
},
|
|
35772
|
+
{
|
|
35773
|
+
"kind": "javascript-module",
|
|
35774
|
+
"path": "src/stepper-tab/index.ts",
|
|
35775
|
+
"declarations": [],
|
|
35776
|
+
"exports": [
|
|
35777
|
+
{
|
|
35778
|
+
"kind": "js",
|
|
35779
|
+
"name": "*",
|
|
35780
|
+
"declaration": {
|
|
35781
|
+
"name": "*",
|
|
35782
|
+
"package": "./stepper-tab.template"
|
|
35783
|
+
}
|
|
35784
|
+
},
|
|
35785
|
+
{
|
|
35786
|
+
"kind": "js",
|
|
35787
|
+
"name": "*",
|
|
35788
|
+
"declaration": {
|
|
35789
|
+
"name": "*",
|
|
35790
|
+
"package": "./stepper-tab.styles"
|
|
35791
|
+
}
|
|
35792
|
+
},
|
|
35793
|
+
{
|
|
35794
|
+
"kind": "js",
|
|
35795
|
+
"name": "*",
|
|
35796
|
+
"declaration": {
|
|
35797
|
+
"name": "*",
|
|
35798
|
+
"package": "./stepper-tab"
|
|
35799
|
+
}
|
|
35800
|
+
}
|
|
35801
|
+
]
|
|
35802
|
+
},
|
|
35803
|
+
{
|
|
35804
|
+
"kind": "javascript-module",
|
|
35805
|
+
"path": "src/stepper-tab/stepper-tab.styles.ts",
|
|
35806
|
+
"declarations": [
|
|
35807
|
+
{
|
|
35808
|
+
"kind": "function",
|
|
35809
|
+
"name": "foundationStepperTabStyles",
|
|
35810
|
+
"return": {
|
|
35811
|
+
"type": {
|
|
35812
|
+
"text": "ElementStyles"
|
|
35813
|
+
}
|
|
35814
|
+
},
|
|
35815
|
+
"parameters": [
|
|
35816
|
+
{
|
|
35817
|
+
"name": "context",
|
|
35818
|
+
"type": {
|
|
35819
|
+
"text": "ElementDefinitionContext"
|
|
35820
|
+
}
|
|
35821
|
+
},
|
|
35822
|
+
{
|
|
35823
|
+
"name": "definition",
|
|
35824
|
+
"type": {
|
|
35825
|
+
"text": "FoundationElementDefinition"
|
|
35826
|
+
}
|
|
35827
|
+
}
|
|
35828
|
+
]
|
|
35829
|
+
}
|
|
35830
|
+
],
|
|
35831
|
+
"exports": [
|
|
35832
|
+
{
|
|
35833
|
+
"kind": "js",
|
|
35834
|
+
"name": "foundationStepperTabStyles",
|
|
35835
|
+
"declaration": {
|
|
35836
|
+
"name": "foundationStepperTabStyles",
|
|
35837
|
+
"module": "src/stepper-tab/stepper-tab.styles.ts"
|
|
35838
|
+
}
|
|
35839
|
+
}
|
|
35840
|
+
]
|
|
35841
|
+
},
|
|
35842
|
+
{
|
|
35843
|
+
"kind": "javascript-module",
|
|
35844
|
+
"path": "src/stepper-tab/stepper-tab.template.ts",
|
|
35845
|
+
"declarations": [
|
|
35846
|
+
{
|
|
35847
|
+
"kind": "function",
|
|
35848
|
+
"name": "getPrefixedStepperTab",
|
|
35849
|
+
"parameters": [
|
|
35850
|
+
{
|
|
35851
|
+
"name": "prefix",
|
|
35852
|
+
"type": {
|
|
35853
|
+
"text": "string"
|
|
35854
|
+
}
|
|
35855
|
+
}
|
|
35856
|
+
]
|
|
35857
|
+
},
|
|
35858
|
+
{
|
|
35859
|
+
"kind": "variable",
|
|
35860
|
+
"name": "foundationStepperTabTemplate",
|
|
35861
|
+
"default": "html<StepperTab>`\n ${(x) => getPrefixedStepperTab(getPrefix(x))}\n`"
|
|
35862
|
+
}
|
|
35863
|
+
],
|
|
35864
|
+
"exports": [
|
|
35865
|
+
{
|
|
35866
|
+
"kind": "js",
|
|
35867
|
+
"name": "getPrefixedStepperTab",
|
|
35868
|
+
"declaration": {
|
|
35869
|
+
"name": "getPrefixedStepperTab",
|
|
35870
|
+
"module": "src/stepper-tab/stepper-tab.template.ts"
|
|
35871
|
+
}
|
|
35872
|
+
},
|
|
35873
|
+
{
|
|
35874
|
+
"kind": "js",
|
|
35875
|
+
"name": "foundationStepperTabTemplate",
|
|
35876
|
+
"declaration": {
|
|
35877
|
+
"name": "foundationStepperTabTemplate",
|
|
35878
|
+
"module": "src/stepper-tab/stepper-tab.template.ts"
|
|
35879
|
+
}
|
|
35880
|
+
}
|
|
35881
|
+
]
|
|
35882
|
+
},
|
|
35883
|
+
{
|
|
35884
|
+
"kind": "javascript-module",
|
|
35885
|
+
"path": "src/stepper-tab/stepper-tab.ts",
|
|
35886
|
+
"declarations": [
|
|
35887
|
+
{
|
|
35888
|
+
"kind": "class",
|
|
35889
|
+
"description": "",
|
|
35890
|
+
"name": "StepperTab",
|
|
35891
|
+
"members": [
|
|
35892
|
+
{
|
|
35893
|
+
"kind": "field",
|
|
35894
|
+
"name": "treeItem",
|
|
35895
|
+
"type": {
|
|
35896
|
+
"text": "TreeItem"
|
|
35897
|
+
}
|
|
35898
|
+
},
|
|
35899
|
+
{
|
|
35900
|
+
"kind": "field",
|
|
35901
|
+
"name": "slot",
|
|
35902
|
+
"type": {
|
|
35903
|
+
"text": "string"
|
|
35904
|
+
},
|
|
35905
|
+
"default": "'tab'"
|
|
35906
|
+
},
|
|
35907
|
+
{
|
|
35908
|
+
"kind": "field",
|
|
35909
|
+
"name": "selected",
|
|
35910
|
+
"type": {
|
|
35911
|
+
"text": "boolean"
|
|
35912
|
+
}
|
|
35913
|
+
},
|
|
35914
|
+
{
|
|
35915
|
+
"kind": "field",
|
|
35916
|
+
"name": "completed",
|
|
35917
|
+
"type": {
|
|
35918
|
+
"text": "boolean"
|
|
35919
|
+
}
|
|
35920
|
+
},
|
|
35921
|
+
{
|
|
35922
|
+
"kind": "field",
|
|
35923
|
+
"name": "error",
|
|
35924
|
+
"type": {
|
|
35925
|
+
"text": "boolean"
|
|
35926
|
+
}
|
|
35927
|
+
},
|
|
35928
|
+
{
|
|
35929
|
+
"kind": "field",
|
|
35930
|
+
"name": "isLast",
|
|
35931
|
+
"type": {
|
|
35932
|
+
"text": "boolean"
|
|
35933
|
+
}
|
|
35934
|
+
},
|
|
35935
|
+
{
|
|
35936
|
+
"kind": "field",
|
|
35937
|
+
"name": "hideStepNumber",
|
|
35938
|
+
"type": {
|
|
35939
|
+
"text": "boolean"
|
|
35940
|
+
}
|
|
35941
|
+
},
|
|
35942
|
+
{
|
|
35943
|
+
"kind": "field",
|
|
35944
|
+
"name": "showCursorPointer",
|
|
35945
|
+
"type": {
|
|
35946
|
+
"text": "boolean"
|
|
35947
|
+
}
|
|
35948
|
+
},
|
|
35949
|
+
{
|
|
35950
|
+
"kind": "field",
|
|
35951
|
+
"name": "tabPosition",
|
|
35952
|
+
"type": {
|
|
35953
|
+
"text": "number"
|
|
35954
|
+
}
|
|
35955
|
+
},
|
|
35956
|
+
{
|
|
35957
|
+
"kind": "field",
|
|
35958
|
+
"name": "orientation",
|
|
35959
|
+
"type": {
|
|
35960
|
+
"text": "TabsOrientation"
|
|
35961
|
+
}
|
|
35962
|
+
},
|
|
35963
|
+
{
|
|
35964
|
+
"kind": "method",
|
|
35965
|
+
"name": "isCompleted"
|
|
35966
|
+
},
|
|
35967
|
+
{
|
|
35968
|
+
"kind": "method",
|
|
35969
|
+
"name": "selectedChanged"
|
|
35970
|
+
},
|
|
35971
|
+
{
|
|
35972
|
+
"kind": "field",
|
|
35973
|
+
"name": "_presentation",
|
|
35974
|
+
"type": {
|
|
35975
|
+
"text": "ComponentPresentation | null | undefined"
|
|
35976
|
+
},
|
|
35977
|
+
"privacy": "private",
|
|
35978
|
+
"default": "void 0",
|
|
35979
|
+
"inheritedFrom": {
|
|
35980
|
+
"name": "FoundationElement",
|
|
35981
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
35982
|
+
}
|
|
35983
|
+
},
|
|
35984
|
+
{
|
|
35985
|
+
"kind": "field",
|
|
35986
|
+
"name": "$presentation",
|
|
35987
|
+
"type": {
|
|
35988
|
+
"text": "ComponentPresentation | null"
|
|
35989
|
+
},
|
|
35990
|
+
"privacy": "public",
|
|
35991
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
35992
|
+
"inheritedFrom": {
|
|
35993
|
+
"name": "FoundationElement",
|
|
35994
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
35995
|
+
}
|
|
35996
|
+
},
|
|
35997
|
+
{
|
|
35998
|
+
"kind": "field",
|
|
35999
|
+
"name": "template",
|
|
36000
|
+
"type": {
|
|
36001
|
+
"text": "ElementViewTemplate | void | null"
|
|
36002
|
+
},
|
|
36003
|
+
"privacy": "public",
|
|
36004
|
+
"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.",
|
|
36005
|
+
"inheritedFrom": {
|
|
36006
|
+
"name": "FoundationElement",
|
|
36007
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
36008
|
+
}
|
|
36009
|
+
},
|
|
36010
|
+
{
|
|
36011
|
+
"kind": "method",
|
|
36012
|
+
"name": "templateChanged",
|
|
36013
|
+
"privacy": "protected",
|
|
36014
|
+
"return": {
|
|
36015
|
+
"type": {
|
|
36016
|
+
"text": "void"
|
|
36017
|
+
}
|
|
36018
|
+
},
|
|
36019
|
+
"inheritedFrom": {
|
|
36020
|
+
"name": "FoundationElement",
|
|
36021
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
36022
|
+
}
|
|
36023
|
+
},
|
|
36024
|
+
{
|
|
36025
|
+
"kind": "field",
|
|
36026
|
+
"name": "styles",
|
|
36027
|
+
"type": {
|
|
36028
|
+
"text": "ElementStyles | void | null"
|
|
36029
|
+
},
|
|
36030
|
+
"privacy": "public",
|
|
36031
|
+
"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.",
|
|
36032
|
+
"inheritedFrom": {
|
|
36033
|
+
"name": "FoundationElement",
|
|
36034
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
36035
|
+
}
|
|
36036
|
+
},
|
|
36037
|
+
{
|
|
36038
|
+
"kind": "method",
|
|
36039
|
+
"name": "stylesChanged",
|
|
36040
|
+
"privacy": "protected",
|
|
36041
|
+
"return": {
|
|
36042
|
+
"type": {
|
|
36043
|
+
"text": "void"
|
|
36044
|
+
}
|
|
36045
|
+
},
|
|
36046
|
+
"inheritedFrom": {
|
|
36047
|
+
"name": "FoundationElement",
|
|
36048
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
36049
|
+
}
|
|
36050
|
+
},
|
|
36051
|
+
{
|
|
36052
|
+
"kind": "method",
|
|
36053
|
+
"name": "compose",
|
|
36054
|
+
"privacy": "public",
|
|
36055
|
+
"static": true,
|
|
36056
|
+
"return": {
|
|
36057
|
+
"type": {
|
|
36058
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
36059
|
+
}
|
|
36060
|
+
},
|
|
36061
|
+
"parameters": [
|
|
36062
|
+
{
|
|
36063
|
+
"name": "this",
|
|
36064
|
+
"type": {
|
|
36065
|
+
"text": "K"
|
|
36066
|
+
}
|
|
36067
|
+
},
|
|
36068
|
+
{
|
|
36069
|
+
"name": "elementDefinition",
|
|
36070
|
+
"type": {
|
|
36071
|
+
"text": "T"
|
|
36072
|
+
},
|
|
36073
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
36074
|
+
}
|
|
36075
|
+
],
|
|
36076
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
36077
|
+
"inheritedFrom": {
|
|
36078
|
+
"name": "FoundationElement",
|
|
36079
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
36080
|
+
}
|
|
36081
|
+
}
|
|
36082
|
+
],
|
|
36083
|
+
"attributes": [
|
|
36084
|
+
{
|
|
36085
|
+
"name": "slot",
|
|
36086
|
+
"type": {
|
|
36087
|
+
"text": "string"
|
|
36088
|
+
},
|
|
36089
|
+
"default": "'tab'",
|
|
36090
|
+
"fieldName": "slot"
|
|
36091
|
+
},
|
|
36092
|
+
{
|
|
36093
|
+
"type": {
|
|
36094
|
+
"text": "boolean"
|
|
36095
|
+
},
|
|
36096
|
+
"fieldName": "selected"
|
|
36097
|
+
},
|
|
36098
|
+
{
|
|
36099
|
+
"type": {
|
|
36100
|
+
"text": "boolean"
|
|
36101
|
+
},
|
|
36102
|
+
"fieldName": "completed"
|
|
36103
|
+
},
|
|
36104
|
+
{
|
|
36105
|
+
"type": {
|
|
36106
|
+
"text": "boolean"
|
|
36107
|
+
},
|
|
36108
|
+
"fieldName": "error"
|
|
36109
|
+
},
|
|
36110
|
+
{
|
|
36111
|
+
"type": {
|
|
36112
|
+
"text": "boolean"
|
|
36113
|
+
},
|
|
36114
|
+
"fieldName": "isLast"
|
|
36115
|
+
},
|
|
36116
|
+
{
|
|
36117
|
+
"type": {
|
|
36118
|
+
"text": "boolean"
|
|
36119
|
+
},
|
|
36120
|
+
"fieldName": "hideStepNumber"
|
|
36121
|
+
},
|
|
36122
|
+
{
|
|
35722
36123
|
"type": {
|
|
35723
|
-
"text": "
|
|
36124
|
+
"text": "boolean"
|
|
35724
36125
|
},
|
|
35725
|
-
"
|
|
35726
|
-
|
|
35727
|
-
|
|
36126
|
+
"fieldName": "showCursorPointer"
|
|
36127
|
+
},
|
|
36128
|
+
{
|
|
36129
|
+
"name": "tab-position",
|
|
36130
|
+
"type": {
|
|
36131
|
+
"text": "number"
|
|
35728
36132
|
},
|
|
35729
|
-
"fieldName": "
|
|
36133
|
+
"fieldName": "tabPosition"
|
|
35730
36134
|
},
|
|
35731
36135
|
{
|
|
35732
|
-
"name": "
|
|
36136
|
+
"name": "orientation",
|
|
35733
36137
|
"type": {
|
|
35734
|
-
"text": "
|
|
36138
|
+
"text": "TabsOrientation"
|
|
35735
36139
|
},
|
|
35736
|
-
"
|
|
35737
|
-
"fieldName": "['vertical-align']"
|
|
36140
|
+
"fieldName": "orientation"
|
|
35738
36141
|
}
|
|
35739
36142
|
],
|
|
35740
36143
|
"superclass": {
|
|
35741
36144
|
"name": "FoundationElement",
|
|
35742
36145
|
"package": "@microsoft/fast-foundation"
|
|
35743
36146
|
},
|
|
35744
|
-
"tagName": "%%prefix%%-
|
|
36147
|
+
"tagName": "%%prefix%%-stepper-tab",
|
|
35745
36148
|
"customElement": true
|
|
35746
36149
|
},
|
|
35747
36150
|
{
|
|
35748
36151
|
"kind": "variable",
|
|
35749
|
-
"name": "
|
|
35750
|
-
"
|
|
36152
|
+
"name": "foundationStepperTabShadowOptions",
|
|
36153
|
+
"type": {
|
|
36154
|
+
"text": "ShadowRootInit"
|
|
36155
|
+
},
|
|
36156
|
+
"default": "undefined"
|
|
36157
|
+
},
|
|
36158
|
+
{
|
|
36159
|
+
"kind": "variable",
|
|
36160
|
+
"name": "defaultStepperTabConfig",
|
|
36161
|
+
"type": {
|
|
36162
|
+
"text": "object"
|
|
36163
|
+
},
|
|
36164
|
+
"default": "{}"
|
|
36165
|
+
},
|
|
36166
|
+
{
|
|
36167
|
+
"kind": "variable",
|
|
36168
|
+
"name": "foundationStepperTab",
|
|
36169
|
+
"description": "The Foundation Stepper Tab",
|
|
35751
36170
|
"privacy": "public"
|
|
35752
36171
|
}
|
|
35753
36172
|
],
|
|
35754
36173
|
"exports": [
|
|
35755
36174
|
{
|
|
35756
36175
|
"kind": "js",
|
|
35757
|
-
"name": "
|
|
36176
|
+
"name": "StepperTab",
|
|
35758
36177
|
"declaration": {
|
|
35759
|
-
"name": "
|
|
35760
|
-
"module": "src/
|
|
36178
|
+
"name": "StepperTab",
|
|
36179
|
+
"module": "src/stepper-tab/stepper-tab.ts"
|
|
35761
36180
|
}
|
|
35762
36181
|
},
|
|
35763
36182
|
{
|
|
35764
36183
|
"kind": "js",
|
|
35765
|
-
"name": "
|
|
36184
|
+
"name": "foundationStepperTabShadowOptions",
|
|
35766
36185
|
"declaration": {
|
|
35767
|
-
"name": "
|
|
35768
|
-
"module": "src/
|
|
36186
|
+
"name": "foundationStepperTabShadowOptions",
|
|
36187
|
+
"module": "src/stepper-tab/stepper-tab.ts"
|
|
36188
|
+
}
|
|
36189
|
+
},
|
|
36190
|
+
{
|
|
36191
|
+
"kind": "js",
|
|
36192
|
+
"name": "defaultStepperTabConfig",
|
|
36193
|
+
"declaration": {
|
|
36194
|
+
"name": "defaultStepperTabConfig",
|
|
36195
|
+
"module": "src/stepper-tab/stepper-tab.ts"
|
|
36196
|
+
}
|
|
36197
|
+
},
|
|
36198
|
+
{
|
|
36199
|
+
"kind": "js",
|
|
36200
|
+
"name": "foundationStepperTab",
|
|
36201
|
+
"declaration": {
|
|
36202
|
+
"name": "foundationStepperTab",
|
|
36203
|
+
"module": "src/stepper-tab/stepper-tab.ts"
|
|
35769
36204
|
}
|
|
35770
36205
|
}
|
|
35771
36206
|
]
|
|
@@ -36333,442 +36768,6 @@
|
|
|
36333
36768
|
}
|
|
36334
36769
|
]
|
|
36335
36770
|
},
|
|
36336
|
-
{
|
|
36337
|
-
"kind": "javascript-module",
|
|
36338
|
-
"path": "src/stepper-tab/index.ts",
|
|
36339
|
-
"declarations": [],
|
|
36340
|
-
"exports": [
|
|
36341
|
-
{
|
|
36342
|
-
"kind": "js",
|
|
36343
|
-
"name": "*",
|
|
36344
|
-
"declaration": {
|
|
36345
|
-
"name": "*",
|
|
36346
|
-
"package": "./stepper-tab.template"
|
|
36347
|
-
}
|
|
36348
|
-
},
|
|
36349
|
-
{
|
|
36350
|
-
"kind": "js",
|
|
36351
|
-
"name": "*",
|
|
36352
|
-
"declaration": {
|
|
36353
|
-
"name": "*",
|
|
36354
|
-
"package": "./stepper-tab.styles"
|
|
36355
|
-
}
|
|
36356
|
-
},
|
|
36357
|
-
{
|
|
36358
|
-
"kind": "js",
|
|
36359
|
-
"name": "*",
|
|
36360
|
-
"declaration": {
|
|
36361
|
-
"name": "*",
|
|
36362
|
-
"package": "./stepper-tab"
|
|
36363
|
-
}
|
|
36364
|
-
}
|
|
36365
|
-
]
|
|
36366
|
-
},
|
|
36367
|
-
{
|
|
36368
|
-
"kind": "javascript-module",
|
|
36369
|
-
"path": "src/stepper-tab/stepper-tab.styles.ts",
|
|
36370
|
-
"declarations": [
|
|
36371
|
-
{
|
|
36372
|
-
"kind": "function",
|
|
36373
|
-
"name": "foundationStepperTabStyles",
|
|
36374
|
-
"return": {
|
|
36375
|
-
"type": {
|
|
36376
|
-
"text": "ElementStyles"
|
|
36377
|
-
}
|
|
36378
|
-
},
|
|
36379
|
-
"parameters": [
|
|
36380
|
-
{
|
|
36381
|
-
"name": "context",
|
|
36382
|
-
"type": {
|
|
36383
|
-
"text": "ElementDefinitionContext"
|
|
36384
|
-
}
|
|
36385
|
-
},
|
|
36386
|
-
{
|
|
36387
|
-
"name": "definition",
|
|
36388
|
-
"type": {
|
|
36389
|
-
"text": "FoundationElementDefinition"
|
|
36390
|
-
}
|
|
36391
|
-
}
|
|
36392
|
-
]
|
|
36393
|
-
}
|
|
36394
|
-
],
|
|
36395
|
-
"exports": [
|
|
36396
|
-
{
|
|
36397
|
-
"kind": "js",
|
|
36398
|
-
"name": "foundationStepperTabStyles",
|
|
36399
|
-
"declaration": {
|
|
36400
|
-
"name": "foundationStepperTabStyles",
|
|
36401
|
-
"module": "src/stepper-tab/stepper-tab.styles.ts"
|
|
36402
|
-
}
|
|
36403
|
-
}
|
|
36404
|
-
]
|
|
36405
|
-
},
|
|
36406
|
-
{
|
|
36407
|
-
"kind": "javascript-module",
|
|
36408
|
-
"path": "src/stepper-tab/stepper-tab.template.ts",
|
|
36409
|
-
"declarations": [
|
|
36410
|
-
{
|
|
36411
|
-
"kind": "function",
|
|
36412
|
-
"name": "getPrefixedStepperTab",
|
|
36413
|
-
"parameters": [
|
|
36414
|
-
{
|
|
36415
|
-
"name": "prefix",
|
|
36416
|
-
"type": {
|
|
36417
|
-
"text": "string"
|
|
36418
|
-
}
|
|
36419
|
-
}
|
|
36420
|
-
]
|
|
36421
|
-
},
|
|
36422
|
-
{
|
|
36423
|
-
"kind": "variable",
|
|
36424
|
-
"name": "foundationStepperTabTemplate",
|
|
36425
|
-
"default": "html<StepperTab>`\n ${(x) => getPrefixedStepperTab(getPrefix(x))}\n`"
|
|
36426
|
-
}
|
|
36427
|
-
],
|
|
36428
|
-
"exports": [
|
|
36429
|
-
{
|
|
36430
|
-
"kind": "js",
|
|
36431
|
-
"name": "getPrefixedStepperTab",
|
|
36432
|
-
"declaration": {
|
|
36433
|
-
"name": "getPrefixedStepperTab",
|
|
36434
|
-
"module": "src/stepper-tab/stepper-tab.template.ts"
|
|
36435
|
-
}
|
|
36436
|
-
},
|
|
36437
|
-
{
|
|
36438
|
-
"kind": "js",
|
|
36439
|
-
"name": "foundationStepperTabTemplate",
|
|
36440
|
-
"declaration": {
|
|
36441
|
-
"name": "foundationStepperTabTemplate",
|
|
36442
|
-
"module": "src/stepper-tab/stepper-tab.template.ts"
|
|
36443
|
-
}
|
|
36444
|
-
}
|
|
36445
|
-
]
|
|
36446
|
-
},
|
|
36447
|
-
{
|
|
36448
|
-
"kind": "javascript-module",
|
|
36449
|
-
"path": "src/stepper-tab/stepper-tab.ts",
|
|
36450
|
-
"declarations": [
|
|
36451
|
-
{
|
|
36452
|
-
"kind": "class",
|
|
36453
|
-
"description": "",
|
|
36454
|
-
"name": "StepperTab",
|
|
36455
|
-
"members": [
|
|
36456
|
-
{
|
|
36457
|
-
"kind": "field",
|
|
36458
|
-
"name": "treeItem",
|
|
36459
|
-
"type": {
|
|
36460
|
-
"text": "TreeItem"
|
|
36461
|
-
}
|
|
36462
|
-
},
|
|
36463
|
-
{
|
|
36464
|
-
"kind": "field",
|
|
36465
|
-
"name": "slot",
|
|
36466
|
-
"type": {
|
|
36467
|
-
"text": "string"
|
|
36468
|
-
},
|
|
36469
|
-
"default": "'tab'"
|
|
36470
|
-
},
|
|
36471
|
-
{
|
|
36472
|
-
"kind": "field",
|
|
36473
|
-
"name": "selected",
|
|
36474
|
-
"type": {
|
|
36475
|
-
"text": "boolean"
|
|
36476
|
-
}
|
|
36477
|
-
},
|
|
36478
|
-
{
|
|
36479
|
-
"kind": "field",
|
|
36480
|
-
"name": "completed",
|
|
36481
|
-
"type": {
|
|
36482
|
-
"text": "boolean"
|
|
36483
|
-
}
|
|
36484
|
-
},
|
|
36485
|
-
{
|
|
36486
|
-
"kind": "field",
|
|
36487
|
-
"name": "error",
|
|
36488
|
-
"type": {
|
|
36489
|
-
"text": "boolean"
|
|
36490
|
-
}
|
|
36491
|
-
},
|
|
36492
|
-
{
|
|
36493
|
-
"kind": "field",
|
|
36494
|
-
"name": "isLast",
|
|
36495
|
-
"type": {
|
|
36496
|
-
"text": "boolean"
|
|
36497
|
-
}
|
|
36498
|
-
},
|
|
36499
|
-
{
|
|
36500
|
-
"kind": "field",
|
|
36501
|
-
"name": "hideStepNumber",
|
|
36502
|
-
"type": {
|
|
36503
|
-
"text": "boolean"
|
|
36504
|
-
}
|
|
36505
|
-
},
|
|
36506
|
-
{
|
|
36507
|
-
"kind": "field",
|
|
36508
|
-
"name": "showCursorPointer",
|
|
36509
|
-
"type": {
|
|
36510
|
-
"text": "boolean"
|
|
36511
|
-
}
|
|
36512
|
-
},
|
|
36513
|
-
{
|
|
36514
|
-
"kind": "field",
|
|
36515
|
-
"name": "tabPosition",
|
|
36516
|
-
"type": {
|
|
36517
|
-
"text": "number"
|
|
36518
|
-
}
|
|
36519
|
-
},
|
|
36520
|
-
{
|
|
36521
|
-
"kind": "field",
|
|
36522
|
-
"name": "orientation",
|
|
36523
|
-
"type": {
|
|
36524
|
-
"text": "TabsOrientation"
|
|
36525
|
-
}
|
|
36526
|
-
},
|
|
36527
|
-
{
|
|
36528
|
-
"kind": "method",
|
|
36529
|
-
"name": "isCompleted"
|
|
36530
|
-
},
|
|
36531
|
-
{
|
|
36532
|
-
"kind": "method",
|
|
36533
|
-
"name": "selectedChanged"
|
|
36534
|
-
},
|
|
36535
|
-
{
|
|
36536
|
-
"kind": "field",
|
|
36537
|
-
"name": "_presentation",
|
|
36538
|
-
"type": {
|
|
36539
|
-
"text": "ComponentPresentation | null | undefined"
|
|
36540
|
-
},
|
|
36541
|
-
"privacy": "private",
|
|
36542
|
-
"default": "void 0",
|
|
36543
|
-
"inheritedFrom": {
|
|
36544
|
-
"name": "FoundationElement",
|
|
36545
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
36546
|
-
}
|
|
36547
|
-
},
|
|
36548
|
-
{
|
|
36549
|
-
"kind": "field",
|
|
36550
|
-
"name": "$presentation",
|
|
36551
|
-
"type": {
|
|
36552
|
-
"text": "ComponentPresentation | null"
|
|
36553
|
-
},
|
|
36554
|
-
"privacy": "public",
|
|
36555
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
36556
|
-
"inheritedFrom": {
|
|
36557
|
-
"name": "FoundationElement",
|
|
36558
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
36559
|
-
}
|
|
36560
|
-
},
|
|
36561
|
-
{
|
|
36562
|
-
"kind": "field",
|
|
36563
|
-
"name": "template",
|
|
36564
|
-
"type": {
|
|
36565
|
-
"text": "ElementViewTemplate | void | null"
|
|
36566
|
-
},
|
|
36567
|
-
"privacy": "public",
|
|
36568
|
-
"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.",
|
|
36569
|
-
"inheritedFrom": {
|
|
36570
|
-
"name": "FoundationElement",
|
|
36571
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
36572
|
-
}
|
|
36573
|
-
},
|
|
36574
|
-
{
|
|
36575
|
-
"kind": "method",
|
|
36576
|
-
"name": "templateChanged",
|
|
36577
|
-
"privacy": "protected",
|
|
36578
|
-
"return": {
|
|
36579
|
-
"type": {
|
|
36580
|
-
"text": "void"
|
|
36581
|
-
}
|
|
36582
|
-
},
|
|
36583
|
-
"inheritedFrom": {
|
|
36584
|
-
"name": "FoundationElement",
|
|
36585
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
36586
|
-
}
|
|
36587
|
-
},
|
|
36588
|
-
{
|
|
36589
|
-
"kind": "field",
|
|
36590
|
-
"name": "styles",
|
|
36591
|
-
"type": {
|
|
36592
|
-
"text": "ElementStyles | void | null"
|
|
36593
|
-
},
|
|
36594
|
-
"privacy": "public",
|
|
36595
|
-
"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.",
|
|
36596
|
-
"inheritedFrom": {
|
|
36597
|
-
"name": "FoundationElement",
|
|
36598
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
36599
|
-
}
|
|
36600
|
-
},
|
|
36601
|
-
{
|
|
36602
|
-
"kind": "method",
|
|
36603
|
-
"name": "stylesChanged",
|
|
36604
|
-
"privacy": "protected",
|
|
36605
|
-
"return": {
|
|
36606
|
-
"type": {
|
|
36607
|
-
"text": "void"
|
|
36608
|
-
}
|
|
36609
|
-
},
|
|
36610
|
-
"inheritedFrom": {
|
|
36611
|
-
"name": "FoundationElement",
|
|
36612
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
36613
|
-
}
|
|
36614
|
-
},
|
|
36615
|
-
{
|
|
36616
|
-
"kind": "method",
|
|
36617
|
-
"name": "compose",
|
|
36618
|
-
"privacy": "public",
|
|
36619
|
-
"static": true,
|
|
36620
|
-
"return": {
|
|
36621
|
-
"type": {
|
|
36622
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
36623
|
-
}
|
|
36624
|
-
},
|
|
36625
|
-
"parameters": [
|
|
36626
|
-
{
|
|
36627
|
-
"name": "this",
|
|
36628
|
-
"type": {
|
|
36629
|
-
"text": "K"
|
|
36630
|
-
}
|
|
36631
|
-
},
|
|
36632
|
-
{
|
|
36633
|
-
"name": "elementDefinition",
|
|
36634
|
-
"type": {
|
|
36635
|
-
"text": "T"
|
|
36636
|
-
},
|
|
36637
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
36638
|
-
}
|
|
36639
|
-
],
|
|
36640
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
36641
|
-
"inheritedFrom": {
|
|
36642
|
-
"name": "FoundationElement",
|
|
36643
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
36644
|
-
}
|
|
36645
|
-
}
|
|
36646
|
-
],
|
|
36647
|
-
"attributes": [
|
|
36648
|
-
{
|
|
36649
|
-
"name": "slot",
|
|
36650
|
-
"type": {
|
|
36651
|
-
"text": "string"
|
|
36652
|
-
},
|
|
36653
|
-
"default": "'tab'",
|
|
36654
|
-
"fieldName": "slot"
|
|
36655
|
-
},
|
|
36656
|
-
{
|
|
36657
|
-
"type": {
|
|
36658
|
-
"text": "boolean"
|
|
36659
|
-
},
|
|
36660
|
-
"fieldName": "selected"
|
|
36661
|
-
},
|
|
36662
|
-
{
|
|
36663
|
-
"type": {
|
|
36664
|
-
"text": "boolean"
|
|
36665
|
-
},
|
|
36666
|
-
"fieldName": "completed"
|
|
36667
|
-
},
|
|
36668
|
-
{
|
|
36669
|
-
"type": {
|
|
36670
|
-
"text": "boolean"
|
|
36671
|
-
},
|
|
36672
|
-
"fieldName": "error"
|
|
36673
|
-
},
|
|
36674
|
-
{
|
|
36675
|
-
"type": {
|
|
36676
|
-
"text": "boolean"
|
|
36677
|
-
},
|
|
36678
|
-
"fieldName": "isLast"
|
|
36679
|
-
},
|
|
36680
|
-
{
|
|
36681
|
-
"type": {
|
|
36682
|
-
"text": "boolean"
|
|
36683
|
-
},
|
|
36684
|
-
"fieldName": "hideStepNumber"
|
|
36685
|
-
},
|
|
36686
|
-
{
|
|
36687
|
-
"type": {
|
|
36688
|
-
"text": "boolean"
|
|
36689
|
-
},
|
|
36690
|
-
"fieldName": "showCursorPointer"
|
|
36691
|
-
},
|
|
36692
|
-
{
|
|
36693
|
-
"name": "tab-position",
|
|
36694
|
-
"type": {
|
|
36695
|
-
"text": "number"
|
|
36696
|
-
},
|
|
36697
|
-
"fieldName": "tabPosition"
|
|
36698
|
-
},
|
|
36699
|
-
{
|
|
36700
|
-
"name": "orientation",
|
|
36701
|
-
"type": {
|
|
36702
|
-
"text": "TabsOrientation"
|
|
36703
|
-
},
|
|
36704
|
-
"fieldName": "orientation"
|
|
36705
|
-
}
|
|
36706
|
-
],
|
|
36707
|
-
"superclass": {
|
|
36708
|
-
"name": "FoundationElement",
|
|
36709
|
-
"package": "@microsoft/fast-foundation"
|
|
36710
|
-
},
|
|
36711
|
-
"tagName": "%%prefix%%-stepper-tab",
|
|
36712
|
-
"customElement": true
|
|
36713
|
-
},
|
|
36714
|
-
{
|
|
36715
|
-
"kind": "variable",
|
|
36716
|
-
"name": "foundationStepperTabShadowOptions",
|
|
36717
|
-
"type": {
|
|
36718
|
-
"text": "ShadowRootInit"
|
|
36719
|
-
},
|
|
36720
|
-
"default": "undefined"
|
|
36721
|
-
},
|
|
36722
|
-
{
|
|
36723
|
-
"kind": "variable",
|
|
36724
|
-
"name": "defaultStepperTabConfig",
|
|
36725
|
-
"type": {
|
|
36726
|
-
"text": "object"
|
|
36727
|
-
},
|
|
36728
|
-
"default": "{}"
|
|
36729
|
-
},
|
|
36730
|
-
{
|
|
36731
|
-
"kind": "variable",
|
|
36732
|
-
"name": "foundationStepperTab",
|
|
36733
|
-
"description": "The Foundation Stepper Tab",
|
|
36734
|
-
"privacy": "public"
|
|
36735
|
-
}
|
|
36736
|
-
],
|
|
36737
|
-
"exports": [
|
|
36738
|
-
{
|
|
36739
|
-
"kind": "js",
|
|
36740
|
-
"name": "StepperTab",
|
|
36741
|
-
"declaration": {
|
|
36742
|
-
"name": "StepperTab",
|
|
36743
|
-
"module": "src/stepper-tab/stepper-tab.ts"
|
|
36744
|
-
}
|
|
36745
|
-
},
|
|
36746
|
-
{
|
|
36747
|
-
"kind": "js",
|
|
36748
|
-
"name": "foundationStepperTabShadowOptions",
|
|
36749
|
-
"declaration": {
|
|
36750
|
-
"name": "foundationStepperTabShadowOptions",
|
|
36751
|
-
"module": "src/stepper-tab/stepper-tab.ts"
|
|
36752
|
-
}
|
|
36753
|
-
},
|
|
36754
|
-
{
|
|
36755
|
-
"kind": "js",
|
|
36756
|
-
"name": "defaultStepperTabConfig",
|
|
36757
|
-
"declaration": {
|
|
36758
|
-
"name": "defaultStepperTabConfig",
|
|
36759
|
-
"module": "src/stepper-tab/stepper-tab.ts"
|
|
36760
|
-
}
|
|
36761
|
-
},
|
|
36762
|
-
{
|
|
36763
|
-
"kind": "js",
|
|
36764
|
-
"name": "foundationStepperTab",
|
|
36765
|
-
"declaration": {
|
|
36766
|
-
"name": "foundationStepperTab",
|
|
36767
|
-
"module": "src/stepper-tab/stepper-tab.ts"
|
|
36768
|
-
}
|
|
36769
|
-
}
|
|
36770
|
-
]
|
|
36771
|
-
},
|
|
36772
36771
|
{
|
|
36773
36772
|
"kind": "javascript-module",
|
|
36774
36773
|
"path": "src/stepper-tab-panel/index.ts",
|
|
@@ -40145,437 +40144,45 @@
|
|
|
40145
40144
|
{
|
|
40146
40145
|
"kind": "class",
|
|
40147
40146
|
"description": "",
|
|
40148
|
-
"name": "Toast",
|
|
40149
|
-
"members": [
|
|
40150
|
-
{
|
|
40151
|
-
"kind": "field",
|
|
40152
|
-
"name": "toast",
|
|
40153
|
-
"type": {
|
|
40154
|
-
"text": "HTMLElement"
|
|
40155
|
-
},
|
|
40156
|
-
"privacy": "public"
|
|
40157
|
-
},
|
|
40158
|
-
{
|
|
40159
|
-
"kind": "field",
|
|
40160
|
-
"name": "deleteAnimation",
|
|
40161
|
-
"type": {
|
|
40162
|
-
"text": "string"
|
|
40163
|
-
},
|
|
40164
|
-
"default": "''"
|
|
40165
|
-
},
|
|
40166
|
-
{
|
|
40167
|
-
"kind": "field",
|
|
40168
|
-
"name": "closeTimeout",
|
|
40169
|
-
"type": {
|
|
40170
|
-
"text": "number"
|
|
40171
|
-
},
|
|
40172
|
-
"default": "10000"
|
|
40173
|
-
},
|
|
40174
|
-
{
|
|
40175
|
-
"kind": "field",
|
|
40176
|
-
"name": "autoClose",
|
|
40177
|
-
"type": {
|
|
40178
|
-
"text": "boolean"
|
|
40179
|
-
},
|
|
40180
|
-
"default": "false"
|
|
40181
|
-
},
|
|
40182
|
-
{
|
|
40183
|
-
"kind": "method",
|
|
40184
|
-
"name": "close",
|
|
40185
|
-
"privacy": "public",
|
|
40186
|
-
"description": "Remove the toast from display."
|
|
40187
|
-
},
|
|
40188
|
-
{
|
|
40189
|
-
"kind": "field",
|
|
40190
|
-
"name": "_presentation",
|
|
40191
|
-
"type": {
|
|
40192
|
-
"text": "ComponentPresentation | null | undefined"
|
|
40193
|
-
},
|
|
40194
|
-
"privacy": "private",
|
|
40195
|
-
"default": "void 0",
|
|
40196
|
-
"inheritedFrom": {
|
|
40197
|
-
"name": "FoundationElement",
|
|
40198
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
40199
|
-
}
|
|
40200
|
-
},
|
|
40201
|
-
{
|
|
40202
|
-
"kind": "field",
|
|
40203
|
-
"name": "$presentation",
|
|
40204
|
-
"type": {
|
|
40205
|
-
"text": "ComponentPresentation | null"
|
|
40206
|
-
},
|
|
40207
|
-
"privacy": "public",
|
|
40208
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
40209
|
-
"inheritedFrom": {
|
|
40210
|
-
"name": "FoundationElement",
|
|
40211
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
40212
|
-
}
|
|
40213
|
-
},
|
|
40214
|
-
{
|
|
40215
|
-
"kind": "field",
|
|
40216
|
-
"name": "template",
|
|
40217
|
-
"type": {
|
|
40218
|
-
"text": "ElementViewTemplate | void | null"
|
|
40219
|
-
},
|
|
40220
|
-
"privacy": "public",
|
|
40221
|
-
"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.",
|
|
40222
|
-
"inheritedFrom": {
|
|
40223
|
-
"name": "FoundationElement",
|
|
40224
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
40225
|
-
}
|
|
40226
|
-
},
|
|
40227
|
-
{
|
|
40228
|
-
"kind": "method",
|
|
40229
|
-
"name": "templateChanged",
|
|
40230
|
-
"privacy": "protected",
|
|
40231
|
-
"return": {
|
|
40232
|
-
"type": {
|
|
40233
|
-
"text": "void"
|
|
40234
|
-
}
|
|
40235
|
-
},
|
|
40236
|
-
"inheritedFrom": {
|
|
40237
|
-
"name": "FoundationElement",
|
|
40238
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
40239
|
-
}
|
|
40240
|
-
},
|
|
40241
|
-
{
|
|
40242
|
-
"kind": "field",
|
|
40243
|
-
"name": "styles",
|
|
40244
|
-
"type": {
|
|
40245
|
-
"text": "ElementStyles | void | null"
|
|
40246
|
-
},
|
|
40247
|
-
"privacy": "public",
|
|
40248
|
-
"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.",
|
|
40249
|
-
"inheritedFrom": {
|
|
40250
|
-
"name": "FoundationElement",
|
|
40251
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
40252
|
-
}
|
|
40253
|
-
},
|
|
40254
|
-
{
|
|
40255
|
-
"kind": "method",
|
|
40256
|
-
"name": "stylesChanged",
|
|
40257
|
-
"privacy": "protected",
|
|
40258
|
-
"return": {
|
|
40259
|
-
"type": {
|
|
40260
|
-
"text": "void"
|
|
40261
|
-
}
|
|
40262
|
-
},
|
|
40263
|
-
"inheritedFrom": {
|
|
40264
|
-
"name": "FoundationElement",
|
|
40265
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
40266
|
-
}
|
|
40267
|
-
},
|
|
40268
|
-
{
|
|
40269
|
-
"kind": "method",
|
|
40270
|
-
"name": "compose",
|
|
40271
|
-
"privacy": "public",
|
|
40272
|
-
"static": true,
|
|
40273
|
-
"return": {
|
|
40274
|
-
"type": {
|
|
40275
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
40276
|
-
}
|
|
40277
|
-
},
|
|
40278
|
-
"parameters": [
|
|
40279
|
-
{
|
|
40280
|
-
"name": "this",
|
|
40281
|
-
"type": {
|
|
40282
|
-
"text": "K"
|
|
40283
|
-
}
|
|
40284
|
-
},
|
|
40285
|
-
{
|
|
40286
|
-
"name": "elementDefinition",
|
|
40287
|
-
"type": {
|
|
40288
|
-
"text": "T"
|
|
40289
|
-
},
|
|
40290
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
40291
|
-
}
|
|
40292
|
-
],
|
|
40293
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
40294
|
-
"inheritedFrom": {
|
|
40295
|
-
"name": "FoundationElement",
|
|
40296
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
40297
|
-
}
|
|
40298
|
-
}
|
|
40299
|
-
],
|
|
40300
|
-
"attributes": [
|
|
40301
|
-
{
|
|
40302
|
-
"name": "close-timeout",
|
|
40303
|
-
"type": {
|
|
40304
|
-
"text": "number"
|
|
40305
|
-
},
|
|
40306
|
-
"default": "10000",
|
|
40307
|
-
"fieldName": "closeTimeout"
|
|
40308
|
-
},
|
|
40309
|
-
{
|
|
40310
|
-
"name": "auto-close",
|
|
40311
|
-
"type": {
|
|
40312
|
-
"text": "boolean"
|
|
40313
|
-
},
|
|
40314
|
-
"default": "false",
|
|
40315
|
-
"fieldName": "autoClose"
|
|
40316
|
-
}
|
|
40317
|
-
],
|
|
40318
|
-
"superclass": {
|
|
40319
|
-
"name": "FoundationElement",
|
|
40320
|
-
"package": "@microsoft/fast-foundation"
|
|
40321
|
-
},
|
|
40322
|
-
"tagName": "%%prefix%%-toast",
|
|
40323
|
-
"customElement": true
|
|
40324
|
-
},
|
|
40325
|
-
{
|
|
40326
|
-
"kind": "variable",
|
|
40327
|
-
"name": "foundationToast",
|
|
40328
|
-
"description": "The Foundation Toast",
|
|
40329
|
-
"privacy": "public"
|
|
40330
|
-
}
|
|
40331
|
-
],
|
|
40332
|
-
"exports": [
|
|
40333
|
-
{
|
|
40334
|
-
"kind": "js",
|
|
40335
|
-
"name": "foundationToastShadowOptions",
|
|
40336
|
-
"declaration": {
|
|
40337
|
-
"name": "foundationToastShadowOptions",
|
|
40338
|
-
"module": "src/toast/toast.ts"
|
|
40339
|
-
}
|
|
40340
|
-
},
|
|
40341
|
-
{
|
|
40342
|
-
"kind": "js",
|
|
40343
|
-
"name": "defaultToastConfig",
|
|
40344
|
-
"declaration": {
|
|
40345
|
-
"name": "defaultToastConfig",
|
|
40346
|
-
"module": "src/toast/toast.ts"
|
|
40347
|
-
}
|
|
40348
|
-
},
|
|
40349
|
-
{
|
|
40350
|
-
"kind": "js",
|
|
40351
|
-
"name": "Toast",
|
|
40352
|
-
"declaration": {
|
|
40353
|
-
"name": "Toast",
|
|
40354
|
-
"module": "src/toast/toast.ts"
|
|
40355
|
-
}
|
|
40356
|
-
},
|
|
40357
|
-
{
|
|
40358
|
-
"kind": "js",
|
|
40359
|
-
"name": "foundationToast",
|
|
40360
|
-
"declaration": {
|
|
40361
|
-
"name": "foundationToast",
|
|
40362
|
-
"module": "src/toast/toast.ts"
|
|
40363
|
-
}
|
|
40364
|
-
}
|
|
40365
|
-
]
|
|
40366
|
-
},
|
|
40367
|
-
{
|
|
40368
|
-
"kind": "javascript-module",
|
|
40369
|
-
"path": "src/toolbar/index.ts",
|
|
40370
|
-
"declarations": [],
|
|
40371
|
-
"exports": [
|
|
40372
|
-
{
|
|
40373
|
-
"kind": "js",
|
|
40374
|
-
"name": "*",
|
|
40375
|
-
"declaration": {
|
|
40376
|
-
"name": "*",
|
|
40377
|
-
"package": "./toolbar.template"
|
|
40378
|
-
}
|
|
40379
|
-
},
|
|
40380
|
-
{
|
|
40381
|
-
"kind": "js",
|
|
40382
|
-
"name": "*",
|
|
40383
|
-
"declaration": {
|
|
40384
|
-
"name": "*",
|
|
40385
|
-
"package": "./toolbar.styles"
|
|
40386
|
-
}
|
|
40387
|
-
},
|
|
40388
|
-
{
|
|
40389
|
-
"kind": "js",
|
|
40390
|
-
"name": "*",
|
|
40391
|
-
"declaration": {
|
|
40392
|
-
"name": "*",
|
|
40393
|
-
"package": "./toolbar"
|
|
40394
|
-
}
|
|
40395
|
-
}
|
|
40396
|
-
]
|
|
40397
|
-
},
|
|
40398
|
-
{
|
|
40399
|
-
"kind": "javascript-module",
|
|
40400
|
-
"path": "src/toolbar/toolbar.styles.ts",
|
|
40401
|
-
"declarations": [
|
|
40402
|
-
{
|
|
40403
|
-
"kind": "function",
|
|
40404
|
-
"name": "foundationToolbarStyles",
|
|
40405
|
-
"return": {
|
|
40406
|
-
"type": {
|
|
40407
|
-
"text": "ElementStyles"
|
|
40408
|
-
}
|
|
40409
|
-
},
|
|
40410
|
-
"parameters": [
|
|
40411
|
-
{
|
|
40412
|
-
"name": "context",
|
|
40413
|
-
"type": {
|
|
40414
|
-
"text": "ElementDefinitionContext"
|
|
40415
|
-
}
|
|
40416
|
-
},
|
|
40417
|
-
{
|
|
40418
|
-
"name": "definition",
|
|
40419
|
-
"type": {
|
|
40420
|
-
"text": "FoundationElementDefinition"
|
|
40421
|
-
}
|
|
40422
|
-
}
|
|
40423
|
-
]
|
|
40424
|
-
}
|
|
40425
|
-
],
|
|
40426
|
-
"exports": [
|
|
40427
|
-
{
|
|
40428
|
-
"kind": "js",
|
|
40429
|
-
"name": "foundationToolbarStyles",
|
|
40430
|
-
"declaration": {
|
|
40431
|
-
"name": "foundationToolbarStyles",
|
|
40432
|
-
"module": "src/toolbar/toolbar.styles.ts"
|
|
40433
|
-
}
|
|
40434
|
-
}
|
|
40435
|
-
]
|
|
40436
|
-
},
|
|
40437
|
-
{
|
|
40438
|
-
"kind": "javascript-module",
|
|
40439
|
-
"path": "src/toolbar/toolbar.template.ts",
|
|
40440
|
-
"declarations": [
|
|
40441
|
-
{
|
|
40442
|
-
"kind": "function",
|
|
40443
|
-
"name": "foundationToolbarTemplate",
|
|
40444
|
-
"return": {
|
|
40445
|
-
"type": {
|
|
40446
|
-
"text": "ViewTemplate<Toolbar>"
|
|
40447
|
-
}
|
|
40448
|
-
},
|
|
40449
|
-
"parameters": [
|
|
40450
|
-
{
|
|
40451
|
-
"name": "context",
|
|
40452
|
-
"type": {
|
|
40453
|
-
"text": "ElementDefinitionContext"
|
|
40454
|
-
}
|
|
40455
|
-
},
|
|
40456
|
-
{
|
|
40457
|
-
"name": "definition",
|
|
40458
|
-
"type": {
|
|
40459
|
-
"text": "FoundationElementDefinition"
|
|
40460
|
-
}
|
|
40461
|
-
}
|
|
40462
|
-
]
|
|
40463
|
-
}
|
|
40464
|
-
],
|
|
40465
|
-
"exports": [
|
|
40466
|
-
{
|
|
40467
|
-
"kind": "js",
|
|
40468
|
-
"name": "foundationToolbarTemplate",
|
|
40469
|
-
"declaration": {
|
|
40470
|
-
"name": "foundationToolbarTemplate",
|
|
40471
|
-
"module": "src/toolbar/toolbar.template.ts"
|
|
40472
|
-
}
|
|
40473
|
-
}
|
|
40474
|
-
]
|
|
40475
|
-
},
|
|
40476
|
-
{
|
|
40477
|
-
"kind": "javascript-module",
|
|
40478
|
-
"path": "src/toolbar/toolbar.ts",
|
|
40479
|
-
"declarations": [
|
|
40480
|
-
{
|
|
40481
|
-
"kind": "class",
|
|
40482
|
-
"description": "",
|
|
40483
|
-
"name": "Toolbar",
|
|
40484
|
-
"superclass": {
|
|
40485
|
-
"name": "FASTToolbar",
|
|
40486
|
-
"package": "@microsoft/fast-components"
|
|
40487
|
-
},
|
|
40488
|
-
"tagName": "%%prefix%%-toolbar",
|
|
40489
|
-
"customElement": true,
|
|
40490
|
-
"attributes": [
|
|
40491
|
-
{
|
|
40492
|
-
"name": "orientation",
|
|
40493
|
-
"type": {
|
|
40494
|
-
"text": "Orientation"
|
|
40495
|
-
},
|
|
40496
|
-
"description": "The orientation of the toolbar.",
|
|
40497
|
-
"fieldName": "orientation",
|
|
40498
|
-
"inheritedFrom": {
|
|
40499
|
-
"name": "Toolbar",
|
|
40500
|
-
"module": "src/toolbar/toolbar.ts"
|
|
40501
|
-
}
|
|
40502
|
-
}
|
|
40503
|
-
],
|
|
40504
|
-
"members": [
|
|
40505
|
-
{
|
|
40506
|
-
"kind": "field",
|
|
40507
|
-
"name": "activeIndex",
|
|
40508
|
-
"inheritedFrom": {
|
|
40509
|
-
"name": "Toolbar",
|
|
40510
|
-
"module": "src/toolbar/toolbar.ts"
|
|
40511
|
-
}
|
|
40147
|
+
"name": "Toast",
|
|
40148
|
+
"members": [
|
|
40149
|
+
{
|
|
40150
|
+
"kind": "field",
|
|
40151
|
+
"name": "toast",
|
|
40152
|
+
"type": {
|
|
40153
|
+
"text": "HTMLElement"
|
|
40154
|
+
},
|
|
40155
|
+
"privacy": "public"
|
|
40512
40156
|
},
|
|
40513
40157
|
{
|
|
40514
40158
|
"kind": "field",
|
|
40515
|
-
"name": "
|
|
40159
|
+
"name": "deleteAnimation",
|
|
40516
40160
|
"type": {
|
|
40517
|
-
"text": "
|
|
40161
|
+
"text": "string"
|
|
40518
40162
|
},
|
|
40519
|
-
"
|
|
40520
|
-
"description": "The orientation of the toolbar.",
|
|
40521
|
-
"inheritedFrom": {
|
|
40522
|
-
"name": "Toolbar",
|
|
40523
|
-
"module": "src/toolbar/toolbar.ts"
|
|
40524
|
-
}
|
|
40163
|
+
"default": "''"
|
|
40525
40164
|
},
|
|
40526
40165
|
{
|
|
40527
|
-
"kind": "
|
|
40528
|
-
"name": "
|
|
40529
|
-
"
|
|
40530
|
-
|
|
40531
|
-
"type": {
|
|
40532
|
-
"text": "void"
|
|
40533
|
-
}
|
|
40166
|
+
"kind": "field",
|
|
40167
|
+
"name": "closeTimeout",
|
|
40168
|
+
"type": {
|
|
40169
|
+
"text": "number"
|
|
40534
40170
|
},
|
|
40535
|
-
"
|
|
40536
|
-
"name": "Toolbar",
|
|
40537
|
-
"module": "src/toolbar/toolbar.ts"
|
|
40538
|
-
}
|
|
40171
|
+
"default": "10000"
|
|
40539
40172
|
},
|
|
40540
40173
|
{
|
|
40541
40174
|
"kind": "field",
|
|
40542
|
-
"name": "
|
|
40175
|
+
"name": "autoClose",
|
|
40543
40176
|
"type": {
|
|
40544
|
-
"text": "
|
|
40177
|
+
"text": "boolean"
|
|
40545
40178
|
},
|
|
40546
|
-
"
|
|
40547
|
-
"inheritedFrom": {
|
|
40548
|
-
"name": "Toolbar",
|
|
40549
|
-
"module": "src/toolbar/toolbar.ts"
|
|
40550
|
-
}
|
|
40179
|
+
"default": "false"
|
|
40551
40180
|
},
|
|
40552
40181
|
{
|
|
40553
40182
|
"kind": "method",
|
|
40554
|
-
"name": "
|
|
40555
|
-
"privacy": "
|
|
40556
|
-
"
|
|
40557
|
-
"type": {
|
|
40558
|
-
"text": "void"
|
|
40559
|
-
}
|
|
40560
|
-
},
|
|
40561
|
-
"parameters": [
|
|
40562
|
-
{
|
|
40563
|
-
"name": "prev",
|
|
40564
|
-
"type": {
|
|
40565
|
-
"text": "undefined | Element[]"
|
|
40566
|
-
}
|
|
40567
|
-
},
|
|
40568
|
-
{
|
|
40569
|
-
"name": "next",
|
|
40570
|
-
"type": {
|
|
40571
|
-
"text": "Element[]"
|
|
40572
|
-
}
|
|
40573
|
-
}
|
|
40574
|
-
],
|
|
40575
|
-
"inheritedFrom": {
|
|
40576
|
-
"name": "Toolbar",
|
|
40577
|
-
"module": "src/toolbar/toolbar.ts"
|
|
40578
|
-
}
|
|
40183
|
+
"name": "close",
|
|
40184
|
+
"privacy": "public",
|
|
40185
|
+
"description": "Remove the toast from display."
|
|
40579
40186
|
},
|
|
40580
40187
|
{
|
|
40581
40188
|
"kind": "field",
|
|
@@ -40688,69 +40295,77 @@
|
|
|
40688
40295
|
"module": "src/foundation-element/foundation-element.ts"
|
|
40689
40296
|
}
|
|
40690
40297
|
}
|
|
40691
|
-
]
|
|
40692
|
-
|
|
40693
|
-
|
|
40694
|
-
|
|
40695
|
-
|
|
40696
|
-
|
|
40697
|
-
|
|
40698
|
-
|
|
40699
|
-
|
|
40700
|
-
|
|
40701
|
-
|
|
40702
|
-
|
|
40703
|
-
|
|
40704
|
-
|
|
40705
|
-
|
|
40298
|
+
],
|
|
40299
|
+
"attributes": [
|
|
40300
|
+
{
|
|
40301
|
+
"name": "close-timeout",
|
|
40302
|
+
"type": {
|
|
40303
|
+
"text": "number"
|
|
40304
|
+
},
|
|
40305
|
+
"default": "10000",
|
|
40306
|
+
"fieldName": "closeTimeout"
|
|
40307
|
+
},
|
|
40308
|
+
{
|
|
40309
|
+
"name": "auto-close",
|
|
40310
|
+
"type": {
|
|
40311
|
+
"text": "boolean"
|
|
40312
|
+
},
|
|
40313
|
+
"default": "false",
|
|
40314
|
+
"fieldName": "autoClose"
|
|
40315
|
+
}
|
|
40316
|
+
],
|
|
40317
|
+
"superclass": {
|
|
40318
|
+
"name": "FoundationElement",
|
|
40319
|
+
"package": "@microsoft/fast-foundation"
|
|
40706
40320
|
},
|
|
40707
|
-
"
|
|
40321
|
+
"tagName": "%%prefix%%-toast",
|
|
40322
|
+
"customElement": true
|
|
40708
40323
|
},
|
|
40709
40324
|
{
|
|
40710
40325
|
"kind": "variable",
|
|
40711
|
-
"name": "
|
|
40712
|
-
"description": "The Foundation
|
|
40326
|
+
"name": "foundationToast",
|
|
40327
|
+
"description": "The Foundation Toast",
|
|
40713
40328
|
"privacy": "public"
|
|
40714
40329
|
}
|
|
40715
40330
|
],
|
|
40716
40331
|
"exports": [
|
|
40717
40332
|
{
|
|
40718
40333
|
"kind": "js",
|
|
40719
|
-
"name": "
|
|
40334
|
+
"name": "foundationToastShadowOptions",
|
|
40720
40335
|
"declaration": {
|
|
40721
|
-
"name": "
|
|
40722
|
-
"module": "src/
|
|
40336
|
+
"name": "foundationToastShadowOptions",
|
|
40337
|
+
"module": "src/toast/toast.ts"
|
|
40723
40338
|
}
|
|
40724
40339
|
},
|
|
40725
40340
|
{
|
|
40726
40341
|
"kind": "js",
|
|
40727
|
-
"name": "
|
|
40342
|
+
"name": "defaultToastConfig",
|
|
40728
40343
|
"declaration": {
|
|
40729
|
-
"name": "
|
|
40730
|
-
"module": "src/
|
|
40344
|
+
"name": "defaultToastConfig",
|
|
40345
|
+
"module": "src/toast/toast.ts"
|
|
40731
40346
|
}
|
|
40732
40347
|
},
|
|
40733
40348
|
{
|
|
40734
40349
|
"kind": "js",
|
|
40735
|
-
"name": "
|
|
40350
|
+
"name": "Toast",
|
|
40736
40351
|
"declaration": {
|
|
40737
|
-
"name": "
|
|
40738
|
-
"module": "src/
|
|
40352
|
+
"name": "Toast",
|
|
40353
|
+
"module": "src/toast/toast.ts"
|
|
40739
40354
|
}
|
|
40740
40355
|
},
|
|
40741
40356
|
{
|
|
40742
40357
|
"kind": "js",
|
|
40743
|
-
"name": "
|
|
40358
|
+
"name": "foundationToast",
|
|
40744
40359
|
"declaration": {
|
|
40745
|
-
"name": "
|
|
40746
|
-
"module": "src/
|
|
40360
|
+
"name": "foundationToast",
|
|
40361
|
+
"module": "src/toast/toast.ts"
|
|
40747
40362
|
}
|
|
40748
40363
|
}
|
|
40749
40364
|
]
|
|
40750
40365
|
},
|
|
40751
40366
|
{
|
|
40752
40367
|
"kind": "javascript-module",
|
|
40753
|
-
"path": "src/
|
|
40368
|
+
"path": "src/toolbar/index.ts",
|
|
40754
40369
|
"declarations": [],
|
|
40755
40370
|
"exports": [
|
|
40756
40371
|
{
|
|
@@ -40758,7 +40373,7 @@
|
|
|
40758
40373
|
"name": "*",
|
|
40759
40374
|
"declaration": {
|
|
40760
40375
|
"name": "*",
|
|
40761
|
-
"package": "./
|
|
40376
|
+
"package": "./toolbar.template"
|
|
40762
40377
|
}
|
|
40763
40378
|
},
|
|
40764
40379
|
{
|
|
@@ -40766,7 +40381,7 @@
|
|
|
40766
40381
|
"name": "*",
|
|
40767
40382
|
"declaration": {
|
|
40768
40383
|
"name": "*",
|
|
40769
|
-
"package": "./
|
|
40384
|
+
"package": "./toolbar.styles"
|
|
40770
40385
|
}
|
|
40771
40386
|
},
|
|
40772
40387
|
{
|
|
@@ -40774,18 +40389,18 @@
|
|
|
40774
40389
|
"name": "*",
|
|
40775
40390
|
"declaration": {
|
|
40776
40391
|
"name": "*",
|
|
40777
|
-
"package": "./
|
|
40392
|
+
"package": "./toolbar"
|
|
40778
40393
|
}
|
|
40779
40394
|
}
|
|
40780
40395
|
]
|
|
40781
40396
|
},
|
|
40782
40397
|
{
|
|
40783
40398
|
"kind": "javascript-module",
|
|
40784
|
-
"path": "src/
|
|
40399
|
+
"path": "src/toolbar/toolbar.styles.ts",
|
|
40785
40400
|
"declarations": [
|
|
40786
40401
|
{
|
|
40787
40402
|
"kind": "function",
|
|
40788
|
-
"name": "
|
|
40403
|
+
"name": "foundationToolbarStyles",
|
|
40789
40404
|
"return": {
|
|
40790
40405
|
"type": {
|
|
40791
40406
|
"text": "ElementStyles"
|
|
@@ -40810,24 +40425,24 @@
|
|
|
40810
40425
|
"exports": [
|
|
40811
40426
|
{
|
|
40812
40427
|
"kind": "js",
|
|
40813
|
-
"name": "
|
|
40428
|
+
"name": "foundationToolbarStyles",
|
|
40814
40429
|
"declaration": {
|
|
40815
|
-
"name": "
|
|
40816
|
-
"module": "src/
|
|
40430
|
+
"name": "foundationToolbarStyles",
|
|
40431
|
+
"module": "src/toolbar/toolbar.styles.ts"
|
|
40817
40432
|
}
|
|
40818
40433
|
}
|
|
40819
40434
|
]
|
|
40820
40435
|
},
|
|
40821
40436
|
{
|
|
40822
40437
|
"kind": "javascript-module",
|
|
40823
|
-
"path": "src/
|
|
40438
|
+
"path": "src/toolbar/toolbar.template.ts",
|
|
40824
40439
|
"declarations": [
|
|
40825
40440
|
{
|
|
40826
40441
|
"kind": "function",
|
|
40827
|
-
"name": "
|
|
40442
|
+
"name": "foundationToolbarTemplate",
|
|
40828
40443
|
"return": {
|
|
40829
40444
|
"type": {
|
|
40830
|
-
"text": "ViewTemplate<
|
|
40445
|
+
"text": "ViewTemplate<Toolbar>"
|
|
40831
40446
|
}
|
|
40832
40447
|
},
|
|
40833
40448
|
"parameters": [
|
|
@@ -40849,113 +40464,94 @@
|
|
|
40849
40464
|
"exports": [
|
|
40850
40465
|
{
|
|
40851
40466
|
"kind": "js",
|
|
40852
|
-
"name": "
|
|
40467
|
+
"name": "foundationToolbarTemplate",
|
|
40853
40468
|
"declaration": {
|
|
40854
|
-
"name": "
|
|
40855
|
-
"module": "src/
|
|
40469
|
+
"name": "foundationToolbarTemplate",
|
|
40470
|
+
"module": "src/toolbar/toolbar.template.ts"
|
|
40856
40471
|
}
|
|
40857
40472
|
}
|
|
40858
40473
|
]
|
|
40859
40474
|
},
|
|
40860
40475
|
{
|
|
40861
40476
|
"kind": "javascript-module",
|
|
40862
|
-
"path": "src/
|
|
40477
|
+
"path": "src/toolbar/toolbar.ts",
|
|
40863
40478
|
"declarations": [
|
|
40864
40479
|
{
|
|
40865
40480
|
"kind": "class",
|
|
40866
|
-
"description": "
|
|
40867
|
-
"name": "
|
|
40481
|
+
"description": "",
|
|
40482
|
+
"name": "Toolbar",
|
|
40868
40483
|
"superclass": {
|
|
40869
|
-
"name": "
|
|
40484
|
+
"name": "FASTToolbar",
|
|
40870
40485
|
"package": "@microsoft/fast-components"
|
|
40871
40486
|
},
|
|
40487
|
+
"tagName": "%%prefix%%-toolbar",
|
|
40488
|
+
"customElement": true,
|
|
40872
40489
|
"attributes": [
|
|
40873
40490
|
{
|
|
40491
|
+
"name": "orientation",
|
|
40874
40492
|
"type": {
|
|
40875
|
-
"text": "
|
|
40493
|
+
"text": "Orientation"
|
|
40876
40494
|
},
|
|
40877
|
-
"description": "
|
|
40878
|
-
"fieldName": "
|
|
40879
|
-
"default": "false",
|
|
40495
|
+
"description": "The orientation of the toolbar.",
|
|
40496
|
+
"fieldName": "orientation",
|
|
40880
40497
|
"inheritedFrom": {
|
|
40881
|
-
"name": "
|
|
40882
|
-
"module": "src/
|
|
40498
|
+
"name": "Toolbar",
|
|
40499
|
+
"module": "src/toolbar/toolbar.ts"
|
|
40883
40500
|
}
|
|
40884
40501
|
}
|
|
40885
40502
|
],
|
|
40886
40503
|
"members": [
|
|
40887
40504
|
{
|
|
40888
40505
|
"kind": "field",
|
|
40889
|
-
"name": "
|
|
40890
|
-
"type": {
|
|
40891
|
-
"text": "boolean"
|
|
40892
|
-
},
|
|
40893
|
-
"privacy": "public",
|
|
40894
|
-
"default": "false",
|
|
40895
|
-
"description": "When true, the control will be appear expanded by user interaction.",
|
|
40896
|
-
"inheritedFrom": {
|
|
40897
|
-
"name": "TreeItem",
|
|
40898
|
-
"module": "src/tree-item/tree-item.ts"
|
|
40899
|
-
}
|
|
40900
|
-
},
|
|
40901
|
-
{
|
|
40902
|
-
"kind": "method",
|
|
40903
|
-
"name": "expandedChanged",
|
|
40904
|
-
"privacy": "private",
|
|
40905
|
-
"return": {
|
|
40906
|
-
"type": {
|
|
40907
|
-
"text": "void"
|
|
40908
|
-
}
|
|
40909
|
-
},
|
|
40506
|
+
"name": "activeIndex",
|
|
40910
40507
|
"inheritedFrom": {
|
|
40911
|
-
"name": "
|
|
40912
|
-
"module": "src/
|
|
40508
|
+
"name": "Toolbar",
|
|
40509
|
+
"module": "src/toolbar/toolbar.ts"
|
|
40913
40510
|
}
|
|
40914
40511
|
},
|
|
40915
40512
|
{
|
|
40916
40513
|
"kind": "field",
|
|
40917
|
-
"name": "
|
|
40514
|
+
"name": "orientation",
|
|
40918
40515
|
"type": {
|
|
40919
|
-
"text": "
|
|
40516
|
+
"text": "Orientation"
|
|
40920
40517
|
},
|
|
40921
40518
|
"privacy": "public",
|
|
40922
|
-
"description": "
|
|
40519
|
+
"description": "The orientation of the toolbar.",
|
|
40923
40520
|
"inheritedFrom": {
|
|
40924
|
-
"name": "
|
|
40925
|
-
"module": "src/
|
|
40521
|
+
"name": "Toolbar",
|
|
40522
|
+
"module": "src/toolbar/toolbar.ts"
|
|
40926
40523
|
}
|
|
40927
40524
|
},
|
|
40928
40525
|
{
|
|
40929
40526
|
"kind": "method",
|
|
40930
|
-
"name": "
|
|
40931
|
-
"privacy": "
|
|
40527
|
+
"name": "slottedItemsChanged",
|
|
40528
|
+
"privacy": "protected",
|
|
40932
40529
|
"return": {
|
|
40933
40530
|
"type": {
|
|
40934
40531
|
"text": "void"
|
|
40935
40532
|
}
|
|
40936
40533
|
},
|
|
40937
40534
|
"inheritedFrom": {
|
|
40938
|
-
"name": "
|
|
40939
|
-
"module": "src/
|
|
40535
|
+
"name": "Toolbar",
|
|
40536
|
+
"module": "src/toolbar/toolbar.ts"
|
|
40940
40537
|
}
|
|
40941
40538
|
},
|
|
40942
40539
|
{
|
|
40943
40540
|
"kind": "field",
|
|
40944
|
-
"name": "
|
|
40541
|
+
"name": "childItems",
|
|
40945
40542
|
"type": {
|
|
40946
|
-
"text": "
|
|
40543
|
+
"text": "Element[]"
|
|
40947
40544
|
},
|
|
40948
40545
|
"privacy": "public",
|
|
40949
|
-
"description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute} for more information.",
|
|
40950
40546
|
"inheritedFrom": {
|
|
40951
|
-
"name": "
|
|
40952
|
-
"module": "src/
|
|
40547
|
+
"name": "Toolbar",
|
|
40548
|
+
"module": "src/toolbar/toolbar.ts"
|
|
40953
40549
|
}
|
|
40954
40550
|
},
|
|
40955
40551
|
{
|
|
40956
40552
|
"kind": "method",
|
|
40957
|
-
"name": "
|
|
40958
|
-
"privacy": "
|
|
40553
|
+
"name": "childItemsChanged",
|
|
40554
|
+
"privacy": "protected",
|
|
40959
40555
|
"return": {
|
|
40960
40556
|
"type": {
|
|
40961
40557
|
"text": "void"
|
|
@@ -40963,51 +40559,21 @@
|
|
|
40963
40559
|
},
|
|
40964
40560
|
"parameters": [
|
|
40965
40561
|
{
|
|
40966
|
-
"name": "
|
|
40562
|
+
"name": "prev",
|
|
40967
40563
|
"type": {
|
|
40968
|
-
"text": "
|
|
40564
|
+
"text": "undefined | Element[]"
|
|
40969
40565
|
}
|
|
40970
40566
|
},
|
|
40971
40567
|
{
|
|
40972
|
-
"name": "
|
|
40568
|
+
"name": "next",
|
|
40973
40569
|
"type": {
|
|
40974
|
-
"text": "
|
|
40570
|
+
"text": "Element[]"
|
|
40975
40571
|
}
|
|
40976
40572
|
}
|
|
40977
40573
|
],
|
|
40978
40574
|
"inheritedFrom": {
|
|
40979
|
-
"name": "
|
|
40980
|
-
"module": "src/
|
|
40981
|
-
}
|
|
40982
|
-
},
|
|
40983
|
-
{
|
|
40984
|
-
"kind": "method",
|
|
40985
|
-
"name": "focusItem",
|
|
40986
|
-
"privacy": "public",
|
|
40987
|
-
"static": true,
|
|
40988
|
-
"parameters": [
|
|
40989
|
-
{
|
|
40990
|
-
"name": "el",
|
|
40991
|
-
"type": {
|
|
40992
|
-
"text": "HTMLElement"
|
|
40993
|
-
},
|
|
40994
|
-
"description": "the element to focus"
|
|
40995
|
-
}
|
|
40996
|
-
],
|
|
40997
|
-
"description": "Places document focus on a tree item",
|
|
40998
|
-
"inheritedFrom": {
|
|
40999
|
-
"name": "TreeItem",
|
|
41000
|
-
"module": "src/tree-item/tree-item.ts"
|
|
41001
|
-
}
|
|
41002
|
-
},
|
|
41003
|
-
{
|
|
41004
|
-
"kind": "field",
|
|
41005
|
-
"name": "isNestedItem",
|
|
41006
|
-
"privacy": "public",
|
|
41007
|
-
"description": "Whether the tree is nested",
|
|
41008
|
-
"inheritedFrom": {
|
|
41009
|
-
"name": "TreeItem",
|
|
41010
|
-
"module": "src/tree-item/tree-item.ts"
|
|
40575
|
+
"name": "Toolbar",
|
|
40576
|
+
"module": "src/toolbar/toolbar.ts"
|
|
41011
40577
|
}
|
|
41012
40578
|
},
|
|
41013
40579
|
{
|
|
@@ -41121,211 +40687,11 @@
|
|
|
41121
40687
|
"module": "src/foundation-element/foundation-element.ts"
|
|
41122
40688
|
}
|
|
41123
40689
|
}
|
|
41124
|
-
],
|
|
41125
|
-
"events": [
|
|
41126
|
-
{
|
|
41127
|
-
"description": "Fires a custom 'expanded-change' event when the expanded state changes",
|
|
41128
|
-
"name": "expanded-change",
|
|
41129
|
-
"inheritedFrom": {
|
|
41130
|
-
"name": "TreeItem",
|
|
41131
|
-
"module": "src/tree-item/tree-item.ts"
|
|
41132
|
-
}
|
|
41133
|
-
},
|
|
41134
|
-
{
|
|
41135
|
-
"description": "Fires a custom 'selected-change' event when the selected state changes",
|
|
41136
|
-
"name": "selected-change",
|
|
41137
|
-
"inheritedFrom": {
|
|
41138
|
-
"name": "TreeItem",
|
|
41139
|
-
"module": "src/tree-item/tree-item.ts"
|
|
41140
|
-
}
|
|
41141
|
-
}
|
|
41142
|
-
]
|
|
41143
|
-
},
|
|
41144
|
-
{
|
|
41145
|
-
"kind": "variable",
|
|
41146
|
-
"name": "foundationTreeItemShadowOptions",
|
|
41147
|
-
"type": {
|
|
41148
|
-
"text": "ShadowRootInit"
|
|
41149
|
-
},
|
|
41150
|
-
"default": "undefined"
|
|
41151
|
-
},
|
|
41152
|
-
{
|
|
41153
|
-
"kind": "variable",
|
|
41154
|
-
"name": "defaultTreeItemConfig",
|
|
41155
|
-
"type": {
|
|
41156
|
-
"text": "object"
|
|
41157
|
-
},
|
|
41158
|
-
"default": "{\n expandCollapseGlyph: `\n <svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\" class=\"expand-collapse-glyph\">\n <path d=\"M5.00001 12.3263C5.00124 12.5147 5.05566 12.699 5.15699 12.8578C5.25831 13.0167 5.40243 13.1437 5.57273 13.2242C5.74304 13.3047 5.9326 13.3354 6.11959 13.3128C6.30659 13.2902 6.4834 13.2152 6.62967 13.0965L10.8988 8.83532C11.0739 8.69473 11.2153 8.51658 11.3124 8.31402C11.4096 8.11146 11.46 7.88966 11.46 7.66499C11.46 7.44033 11.4096 7.21853 11.3124 7.01597C11.2153 6.81341 11.0739 6.63526 10.8988 6.49467L6.62967 2.22347C6.48274 2.10422 6.30501 2.02912 6.11712 2.00691C5.92923 1.9847 5.73889 2.01628 5.56823 2.09799C5.39757 2.17969 5.25358 2.30817 5.153 2.46849C5.05241 2.62882 4.99936 2.8144 5.00001 3.00369V12.3263Z\"></path>\n </svg>`,\n}"
|
|
41159
|
-
},
|
|
41160
|
-
{
|
|
41161
|
-
"kind": "variable",
|
|
41162
|
-
"name": "foundationTreeItem",
|
|
41163
|
-
"description": "The Foundation Tree item",
|
|
41164
|
-
"privacy": "public"
|
|
41165
|
-
}
|
|
41166
|
-
],
|
|
41167
|
-
"exports": [
|
|
41168
|
-
{
|
|
41169
|
-
"kind": "js",
|
|
41170
|
-
"name": "TreeItem",
|
|
41171
|
-
"declaration": {
|
|
41172
|
-
"name": "TreeItem",
|
|
41173
|
-
"module": "src/tree-item/tree-item.ts"
|
|
41174
|
-
}
|
|
41175
|
-
},
|
|
41176
|
-
{
|
|
41177
|
-
"kind": "js",
|
|
41178
|
-
"name": "foundationTreeItemShadowOptions",
|
|
41179
|
-
"declaration": {
|
|
41180
|
-
"name": "foundationTreeItemShadowOptions",
|
|
41181
|
-
"module": "src/tree-item/tree-item.ts"
|
|
41182
|
-
}
|
|
41183
|
-
},
|
|
41184
|
-
{
|
|
41185
|
-
"kind": "js",
|
|
41186
|
-
"name": "defaultTreeItemConfig",
|
|
41187
|
-
"declaration": {
|
|
41188
|
-
"name": "defaultTreeItemConfig",
|
|
41189
|
-
"module": "src/tree-item/tree-item.ts"
|
|
41190
|
-
}
|
|
41191
|
-
},
|
|
41192
|
-
{
|
|
41193
|
-
"kind": "js",
|
|
41194
|
-
"name": "foundationTreeItem",
|
|
41195
|
-
"declaration": {
|
|
41196
|
-
"name": "foundationTreeItem",
|
|
41197
|
-
"module": "src/tree-item/tree-item.ts"
|
|
41198
|
-
}
|
|
41199
|
-
}
|
|
41200
|
-
]
|
|
41201
|
-
},
|
|
41202
|
-
{
|
|
41203
|
-
"kind": "javascript-module",
|
|
41204
|
-
"path": "src/tree-view/index.ts",
|
|
41205
|
-
"declarations": [],
|
|
41206
|
-
"exports": [
|
|
41207
|
-
{
|
|
41208
|
-
"kind": "js",
|
|
41209
|
-
"name": "*",
|
|
41210
|
-
"declaration": {
|
|
41211
|
-
"name": "*",
|
|
41212
|
-
"package": "./tree-view.template"
|
|
41213
|
-
}
|
|
41214
|
-
},
|
|
41215
|
-
{
|
|
41216
|
-
"kind": "js",
|
|
41217
|
-
"name": "*",
|
|
41218
|
-
"declaration": {
|
|
41219
|
-
"name": "*",
|
|
41220
|
-
"package": "./tree-view.styles"
|
|
41221
|
-
}
|
|
41222
|
-
},
|
|
41223
|
-
{
|
|
41224
|
-
"kind": "js",
|
|
41225
|
-
"name": "*",
|
|
41226
|
-
"declaration": {
|
|
41227
|
-
"name": "*",
|
|
41228
|
-
"package": "./tree-view"
|
|
41229
|
-
}
|
|
41230
|
-
}
|
|
41231
|
-
]
|
|
41232
|
-
},
|
|
41233
|
-
{
|
|
41234
|
-
"kind": "javascript-module",
|
|
41235
|
-
"path": "src/tree-view/tree-view.styles.ts",
|
|
41236
|
-
"declarations": [
|
|
41237
|
-
{
|
|
41238
|
-
"kind": "function",
|
|
41239
|
-
"name": "foundationTreeViewStyles",
|
|
41240
|
-
"return": {
|
|
41241
|
-
"type": {
|
|
41242
|
-
"text": "ElementStyles"
|
|
41243
|
-
}
|
|
41244
|
-
},
|
|
41245
|
-
"parameters": [
|
|
41246
|
-
{
|
|
41247
|
-
"name": "context",
|
|
41248
|
-
"type": {
|
|
41249
|
-
"text": "ElementDefinitionContext"
|
|
41250
|
-
}
|
|
41251
|
-
},
|
|
41252
|
-
{
|
|
41253
|
-
"name": "definition",
|
|
41254
|
-
"type": {
|
|
41255
|
-
"text": "FoundationElementDefinition"
|
|
41256
|
-
}
|
|
41257
|
-
}
|
|
41258
|
-
]
|
|
41259
|
-
}
|
|
41260
|
-
],
|
|
41261
|
-
"exports": [
|
|
41262
|
-
{
|
|
41263
|
-
"kind": "js",
|
|
41264
|
-
"name": "foundationTreeViewStyles",
|
|
41265
|
-
"declaration": {
|
|
41266
|
-
"name": "foundationTreeViewStyles",
|
|
41267
|
-
"module": "src/tree-view/tree-view.styles.ts"
|
|
41268
|
-
}
|
|
41269
|
-
}
|
|
41270
|
-
]
|
|
41271
|
-
},
|
|
41272
|
-
{
|
|
41273
|
-
"kind": "javascript-module",
|
|
41274
|
-
"path": "src/tree-view/tree-view.template.ts",
|
|
41275
|
-
"declarations": [
|
|
41276
|
-
{
|
|
41277
|
-
"kind": "function",
|
|
41278
|
-
"name": "foundationTreeViewTemplate",
|
|
41279
|
-
"return": {
|
|
41280
|
-
"type": {
|
|
41281
|
-
"text": "ViewTemplate<TreeView>"
|
|
41282
|
-
}
|
|
41283
|
-
},
|
|
41284
|
-
"parameters": [
|
|
41285
|
-
{
|
|
41286
|
-
"name": "context",
|
|
41287
|
-
"type": {
|
|
41288
|
-
"text": "ElementDefinitionContext"
|
|
41289
|
-
}
|
|
41290
|
-
},
|
|
41291
|
-
{
|
|
41292
|
-
"name": "definition",
|
|
41293
|
-
"type": {
|
|
41294
|
-
"text": "FoundationElementDefinition"
|
|
41295
|
-
}
|
|
41296
|
-
}
|
|
41297
40690
|
]
|
|
41298
|
-
}
|
|
41299
|
-
],
|
|
41300
|
-
"exports": [
|
|
41301
|
-
{
|
|
41302
|
-
"kind": "js",
|
|
41303
|
-
"name": "foundationTreeViewTemplate",
|
|
41304
|
-
"declaration": {
|
|
41305
|
-
"name": "foundationTreeViewTemplate",
|
|
41306
|
-
"module": "src/tree-view/tree-view.template.ts"
|
|
41307
|
-
}
|
|
41308
|
-
}
|
|
41309
|
-
]
|
|
41310
|
-
},
|
|
41311
|
-
{
|
|
41312
|
-
"kind": "javascript-module",
|
|
41313
|
-
"path": "src/tree-view/tree-view.ts",
|
|
41314
|
-
"declarations": [
|
|
41315
|
-
{
|
|
41316
|
-
"kind": "class",
|
|
41317
|
-
"description": "",
|
|
41318
|
-
"name": "TreeView",
|
|
41319
|
-
"superclass": {
|
|
41320
|
-
"name": "FASTTreeView",
|
|
41321
|
-
"package": "@microsoft/fast-foundation"
|
|
41322
|
-
},
|
|
41323
|
-
"tagName": "%%prefix%%-tree-view",
|
|
41324
|
-
"customElement": true
|
|
41325
40691
|
},
|
|
41326
40692
|
{
|
|
41327
40693
|
"kind": "variable",
|
|
41328
|
-
"name": "
|
|
40694
|
+
"name": "foundationToolbarShadowOptions",
|
|
41329
40695
|
"type": {
|
|
41330
40696
|
"text": "ShadowRootInit"
|
|
41331
40697
|
},
|
|
@@ -41333,7 +40699,7 @@
|
|
|
41333
40699
|
},
|
|
41334
40700
|
{
|
|
41335
40701
|
"kind": "variable",
|
|
41336
|
-
"name": "
|
|
40702
|
+
"name": "defaultToolbarConfig",
|
|
41337
40703
|
"type": {
|
|
41338
40704
|
"text": "object"
|
|
41339
40705
|
},
|
|
@@ -41341,42 +40707,42 @@
|
|
|
41341
40707
|
},
|
|
41342
40708
|
{
|
|
41343
40709
|
"kind": "variable",
|
|
41344
|
-
"name": "
|
|
41345
|
-
"description": "The Foundation
|
|
40710
|
+
"name": "foundationToolbar",
|
|
40711
|
+
"description": "The Foundation Toolbar",
|
|
41346
40712
|
"privacy": "public"
|
|
41347
40713
|
}
|
|
41348
40714
|
],
|
|
41349
40715
|
"exports": [
|
|
41350
40716
|
{
|
|
41351
40717
|
"kind": "js",
|
|
41352
|
-
"name": "
|
|
40718
|
+
"name": "Toolbar",
|
|
41353
40719
|
"declaration": {
|
|
41354
|
-
"name": "
|
|
41355
|
-
"module": "src/
|
|
40720
|
+
"name": "Toolbar",
|
|
40721
|
+
"module": "src/toolbar/toolbar.ts"
|
|
41356
40722
|
}
|
|
41357
40723
|
},
|
|
41358
40724
|
{
|
|
41359
40725
|
"kind": "js",
|
|
41360
|
-
"name": "
|
|
41361
|
-
"declaration": {
|
|
41362
|
-
"name": "
|
|
41363
|
-
"module": "src/
|
|
40726
|
+
"name": "foundationToolbarShadowOptions",
|
|
40727
|
+
"declaration": {
|
|
40728
|
+
"name": "foundationToolbarShadowOptions",
|
|
40729
|
+
"module": "src/toolbar/toolbar.ts"
|
|
41364
40730
|
}
|
|
41365
40731
|
},
|
|
41366
40732
|
{
|
|
41367
40733
|
"kind": "js",
|
|
41368
|
-
"name": "
|
|
40734
|
+
"name": "defaultToolbarConfig",
|
|
41369
40735
|
"declaration": {
|
|
41370
|
-
"name": "
|
|
41371
|
-
"module": "src/
|
|
40736
|
+
"name": "defaultToolbarConfig",
|
|
40737
|
+
"module": "src/toolbar/toolbar.ts"
|
|
41372
40738
|
}
|
|
41373
40739
|
},
|
|
41374
40740
|
{
|
|
41375
40741
|
"kind": "js",
|
|
41376
|
-
"name": "
|
|
40742
|
+
"name": "foundationToolbar",
|
|
41377
40743
|
"declaration": {
|
|
41378
|
-
"name": "
|
|
41379
|
-
"module": "src/
|
|
40744
|
+
"name": "foundationToolbar",
|
|
40745
|
+
"module": "src/toolbar/toolbar.ts"
|
|
41380
40746
|
}
|
|
41381
40747
|
}
|
|
41382
40748
|
]
|
|
@@ -41794,230 +41160,673 @@
|
|
|
41794
41160
|
}
|
|
41795
41161
|
},
|
|
41796
41162
|
{
|
|
41797
|
-
"kind": "field",
|
|
41798
|
-
"name": "hideDelayTimer",
|
|
41163
|
+
"kind": "field",
|
|
41164
|
+
"name": "hideDelayTimer",
|
|
41165
|
+
"type": {
|
|
41166
|
+
"text": "number | null"
|
|
41167
|
+
},
|
|
41168
|
+
"privacy": "private",
|
|
41169
|
+
"default": "null",
|
|
41170
|
+
"description": "The timer that tracks delay time before the tooltip is hidden",
|
|
41171
|
+
"inheritedFrom": {
|
|
41172
|
+
"name": "Tooltip",
|
|
41173
|
+
"module": "src/tooltip/tooltip.ts"
|
|
41174
|
+
}
|
|
41175
|
+
},
|
|
41176
|
+
{
|
|
41177
|
+
"kind": "field",
|
|
41178
|
+
"name": "isAnchorHoveredFocused",
|
|
41179
|
+
"type": {
|
|
41180
|
+
"text": "boolean"
|
|
41181
|
+
},
|
|
41182
|
+
"privacy": "private",
|
|
41183
|
+
"default": "false",
|
|
41184
|
+
"description": "Indicates whether the anchor is currently being hovered or has focus",
|
|
41185
|
+
"inheritedFrom": {
|
|
41186
|
+
"name": "Tooltip",
|
|
41187
|
+
"module": "src/tooltip/tooltip.ts"
|
|
41188
|
+
}
|
|
41189
|
+
},
|
|
41190
|
+
{
|
|
41191
|
+
"kind": "field",
|
|
41192
|
+
"name": "isRegionHovered",
|
|
41193
|
+
"type": {
|
|
41194
|
+
"text": "boolean"
|
|
41195
|
+
},
|
|
41196
|
+
"privacy": "private",
|
|
41197
|
+
"default": "false",
|
|
41198
|
+
"description": "Indicates whether the region is currently being hovered",
|
|
41199
|
+
"inheritedFrom": {
|
|
41200
|
+
"name": "Tooltip",
|
|
41201
|
+
"module": "src/tooltip/tooltip.ts"
|
|
41202
|
+
}
|
|
41203
|
+
},
|
|
41204
|
+
{
|
|
41205
|
+
"kind": "field",
|
|
41206
|
+
"name": "handleRegionMouseOver",
|
|
41207
|
+
"privacy": "private",
|
|
41208
|
+
"description": "mouse enters region",
|
|
41209
|
+
"inheritedFrom": {
|
|
41210
|
+
"name": "Tooltip",
|
|
41211
|
+
"module": "src/tooltip/tooltip.ts"
|
|
41212
|
+
}
|
|
41213
|
+
},
|
|
41214
|
+
{
|
|
41215
|
+
"kind": "field",
|
|
41216
|
+
"name": "handleRegionMouseOut",
|
|
41217
|
+
"privacy": "private",
|
|
41218
|
+
"description": "mouse leaves region",
|
|
41219
|
+
"inheritedFrom": {
|
|
41220
|
+
"name": "Tooltip",
|
|
41221
|
+
"module": "src/tooltip/tooltip.ts"
|
|
41222
|
+
}
|
|
41223
|
+
},
|
|
41224
|
+
{
|
|
41225
|
+
"kind": "field",
|
|
41226
|
+
"name": "handleAnchorMouseOver",
|
|
41227
|
+
"privacy": "private",
|
|
41228
|
+
"description": "mouse enters anchor",
|
|
41229
|
+
"inheritedFrom": {
|
|
41230
|
+
"name": "Tooltip",
|
|
41231
|
+
"module": "src/tooltip/tooltip.ts"
|
|
41232
|
+
}
|
|
41233
|
+
},
|
|
41234
|
+
{
|
|
41235
|
+
"kind": "field",
|
|
41236
|
+
"name": "handleAnchorMouseOut",
|
|
41237
|
+
"privacy": "private",
|
|
41238
|
+
"description": "mouse leaves anchor",
|
|
41239
|
+
"inheritedFrom": {
|
|
41240
|
+
"name": "Tooltip",
|
|
41241
|
+
"module": "src/tooltip/tooltip.ts"
|
|
41242
|
+
}
|
|
41243
|
+
},
|
|
41244
|
+
{
|
|
41245
|
+
"kind": "field",
|
|
41246
|
+
"name": "handleAnchorFocusIn",
|
|
41247
|
+
"privacy": "private",
|
|
41248
|
+
"description": "anchor gets focus",
|
|
41249
|
+
"inheritedFrom": {
|
|
41250
|
+
"name": "Tooltip",
|
|
41251
|
+
"module": "src/tooltip/tooltip.ts"
|
|
41252
|
+
}
|
|
41253
|
+
},
|
|
41254
|
+
{
|
|
41255
|
+
"kind": "field",
|
|
41256
|
+
"name": "handleAnchorFocusOut",
|
|
41257
|
+
"privacy": "private",
|
|
41258
|
+
"description": "anchor loses focus",
|
|
41259
|
+
"inheritedFrom": {
|
|
41260
|
+
"name": "Tooltip",
|
|
41261
|
+
"module": "src/tooltip/tooltip.ts"
|
|
41262
|
+
}
|
|
41263
|
+
},
|
|
41264
|
+
{
|
|
41265
|
+
"kind": "field",
|
|
41266
|
+
"name": "startHideDelayTimer",
|
|
41267
|
+
"privacy": "private",
|
|
41268
|
+
"description": "starts the hide timer",
|
|
41269
|
+
"inheritedFrom": {
|
|
41270
|
+
"name": "Tooltip",
|
|
41271
|
+
"module": "src/tooltip/tooltip.ts"
|
|
41272
|
+
}
|
|
41273
|
+
},
|
|
41274
|
+
{
|
|
41275
|
+
"kind": "field",
|
|
41276
|
+
"name": "clearHideDelayTimer",
|
|
41277
|
+
"privacy": "private",
|
|
41278
|
+
"description": "clears the hide delay",
|
|
41279
|
+
"inheritedFrom": {
|
|
41280
|
+
"name": "Tooltip",
|
|
41281
|
+
"module": "src/tooltip/tooltip.ts"
|
|
41282
|
+
}
|
|
41283
|
+
},
|
|
41284
|
+
{
|
|
41285
|
+
"kind": "field",
|
|
41286
|
+
"name": "startShowDelayTimer",
|
|
41287
|
+
"privacy": "private",
|
|
41288
|
+
"description": "starts the show timer if not currently running",
|
|
41289
|
+
"inheritedFrom": {
|
|
41290
|
+
"name": "Tooltip",
|
|
41291
|
+
"module": "src/tooltip/tooltip.ts"
|
|
41292
|
+
}
|
|
41293
|
+
},
|
|
41294
|
+
{
|
|
41295
|
+
"kind": "field",
|
|
41296
|
+
"name": "startHover",
|
|
41297
|
+
"privacy": "private",
|
|
41298
|
+
"description": "start hover",
|
|
41299
|
+
"inheritedFrom": {
|
|
41300
|
+
"name": "Tooltip",
|
|
41301
|
+
"module": "src/tooltip/tooltip.ts"
|
|
41302
|
+
}
|
|
41303
|
+
},
|
|
41304
|
+
{
|
|
41305
|
+
"kind": "field",
|
|
41306
|
+
"name": "clearShowDelayTimer",
|
|
41307
|
+
"privacy": "private",
|
|
41308
|
+
"description": "clears the show delay",
|
|
41309
|
+
"inheritedFrom": {
|
|
41310
|
+
"name": "Tooltip",
|
|
41311
|
+
"module": "src/tooltip/tooltip.ts"
|
|
41312
|
+
}
|
|
41313
|
+
},
|
|
41314
|
+
{
|
|
41315
|
+
"kind": "method",
|
|
41316
|
+
"name": "updateLayout",
|
|
41317
|
+
"privacy": "private",
|
|
41318
|
+
"return": {
|
|
41319
|
+
"type": {
|
|
41320
|
+
"text": "void"
|
|
41321
|
+
}
|
|
41322
|
+
},
|
|
41323
|
+
"description": "updated the properties being passed to the anchored region",
|
|
41324
|
+
"inheritedFrom": {
|
|
41325
|
+
"name": "Tooltip",
|
|
41326
|
+
"module": "src/tooltip/tooltip.ts"
|
|
41327
|
+
}
|
|
41328
|
+
},
|
|
41329
|
+
{
|
|
41330
|
+
"kind": "field",
|
|
41331
|
+
"name": "getAnchor",
|
|
41332
|
+
"privacy": "private",
|
|
41333
|
+
"description": "Gets the anchor element by id",
|
|
41334
|
+
"inheritedFrom": {
|
|
41335
|
+
"name": "Tooltip",
|
|
41336
|
+
"module": "src/tooltip/tooltip.ts"
|
|
41337
|
+
}
|
|
41338
|
+
},
|
|
41339
|
+
{
|
|
41340
|
+
"kind": "field",
|
|
41341
|
+
"name": "handleDocumentKeydown",
|
|
41342
|
+
"privacy": "private",
|
|
41343
|
+
"description": "handles key down events to check for dismiss",
|
|
41344
|
+
"inheritedFrom": {
|
|
41345
|
+
"name": "Tooltip",
|
|
41346
|
+
"module": "src/tooltip/tooltip.ts"
|
|
41347
|
+
}
|
|
41348
|
+
},
|
|
41349
|
+
{
|
|
41350
|
+
"kind": "field",
|
|
41351
|
+
"name": "updateTooltipVisibility",
|
|
41352
|
+
"privacy": "private",
|
|
41353
|
+
"description": "determines whether to show or hide the tooltip based on current state",
|
|
41354
|
+
"inheritedFrom": {
|
|
41355
|
+
"name": "Tooltip",
|
|
41356
|
+
"module": "src/tooltip/tooltip.ts"
|
|
41357
|
+
}
|
|
41358
|
+
},
|
|
41359
|
+
{
|
|
41360
|
+
"kind": "field",
|
|
41361
|
+
"name": "showTooltip",
|
|
41362
|
+
"privacy": "private",
|
|
41363
|
+
"description": "shows the tooltip",
|
|
41364
|
+
"inheritedFrom": {
|
|
41365
|
+
"name": "Tooltip",
|
|
41366
|
+
"module": "src/tooltip/tooltip.ts"
|
|
41367
|
+
}
|
|
41368
|
+
},
|
|
41369
|
+
{
|
|
41370
|
+
"kind": "field",
|
|
41371
|
+
"name": "hideTooltip",
|
|
41372
|
+
"privacy": "private",
|
|
41373
|
+
"description": "hides the tooltip",
|
|
41374
|
+
"inheritedFrom": {
|
|
41375
|
+
"name": "Tooltip",
|
|
41376
|
+
"module": "src/tooltip/tooltip.ts"
|
|
41377
|
+
}
|
|
41378
|
+
},
|
|
41379
|
+
{
|
|
41380
|
+
"kind": "field",
|
|
41381
|
+
"name": "setRegionProps",
|
|
41382
|
+
"privacy": "private",
|
|
41383
|
+
"description": "updates the tooltip anchored region props after it has been\nadded to the DOM",
|
|
41384
|
+
"inheritedFrom": {
|
|
41385
|
+
"name": "Tooltip",
|
|
41386
|
+
"module": "src/tooltip/tooltip.ts"
|
|
41387
|
+
}
|
|
41388
|
+
},
|
|
41389
|
+
{
|
|
41390
|
+
"kind": "field",
|
|
41391
|
+
"name": "_presentation",
|
|
41392
|
+
"type": {
|
|
41393
|
+
"text": "ComponentPresentation | null | undefined"
|
|
41394
|
+
},
|
|
41395
|
+
"privacy": "private",
|
|
41396
|
+
"default": "void 0",
|
|
41397
|
+
"inheritedFrom": {
|
|
41398
|
+
"name": "FoundationElement",
|
|
41399
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
41400
|
+
}
|
|
41401
|
+
},
|
|
41402
|
+
{
|
|
41403
|
+
"kind": "field",
|
|
41404
|
+
"name": "$presentation",
|
|
41405
|
+
"type": {
|
|
41406
|
+
"text": "ComponentPresentation | null"
|
|
41407
|
+
},
|
|
41408
|
+
"privacy": "public",
|
|
41409
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
41410
|
+
"inheritedFrom": {
|
|
41411
|
+
"name": "FoundationElement",
|
|
41412
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
41413
|
+
}
|
|
41414
|
+
},
|
|
41415
|
+
{
|
|
41416
|
+
"kind": "field",
|
|
41417
|
+
"name": "template",
|
|
41418
|
+
"type": {
|
|
41419
|
+
"text": "ElementViewTemplate | void | null"
|
|
41420
|
+
},
|
|
41421
|
+
"privacy": "public",
|
|
41422
|
+
"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.",
|
|
41423
|
+
"inheritedFrom": {
|
|
41424
|
+
"name": "FoundationElement",
|
|
41425
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
41426
|
+
}
|
|
41427
|
+
},
|
|
41428
|
+
{
|
|
41429
|
+
"kind": "method",
|
|
41430
|
+
"name": "templateChanged",
|
|
41431
|
+
"privacy": "protected",
|
|
41432
|
+
"return": {
|
|
41433
|
+
"type": {
|
|
41434
|
+
"text": "void"
|
|
41435
|
+
}
|
|
41436
|
+
},
|
|
41437
|
+
"inheritedFrom": {
|
|
41438
|
+
"name": "FoundationElement",
|
|
41439
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
41440
|
+
}
|
|
41441
|
+
},
|
|
41442
|
+
{
|
|
41443
|
+
"kind": "field",
|
|
41444
|
+
"name": "styles",
|
|
41445
|
+
"type": {
|
|
41446
|
+
"text": "ElementStyles | void | null"
|
|
41447
|
+
},
|
|
41448
|
+
"privacy": "public",
|
|
41449
|
+
"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.",
|
|
41450
|
+
"inheritedFrom": {
|
|
41451
|
+
"name": "FoundationElement",
|
|
41452
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
41453
|
+
}
|
|
41454
|
+
},
|
|
41455
|
+
{
|
|
41456
|
+
"kind": "method",
|
|
41457
|
+
"name": "stylesChanged",
|
|
41458
|
+
"privacy": "protected",
|
|
41459
|
+
"return": {
|
|
41460
|
+
"type": {
|
|
41461
|
+
"text": "void"
|
|
41462
|
+
}
|
|
41463
|
+
},
|
|
41464
|
+
"inheritedFrom": {
|
|
41465
|
+
"name": "FoundationElement",
|
|
41466
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
41467
|
+
}
|
|
41468
|
+
},
|
|
41469
|
+
{
|
|
41470
|
+
"kind": "method",
|
|
41471
|
+
"name": "compose",
|
|
41472
|
+
"privacy": "public",
|
|
41473
|
+
"static": true,
|
|
41474
|
+
"return": {
|
|
41475
|
+
"type": {
|
|
41476
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
41477
|
+
}
|
|
41478
|
+
},
|
|
41479
|
+
"parameters": [
|
|
41480
|
+
{
|
|
41481
|
+
"name": "this",
|
|
41482
|
+
"type": {
|
|
41483
|
+
"text": "K"
|
|
41484
|
+
}
|
|
41485
|
+
},
|
|
41486
|
+
{
|
|
41487
|
+
"name": "elementDefinition",
|
|
41488
|
+
"type": {
|
|
41489
|
+
"text": "T"
|
|
41490
|
+
},
|
|
41491
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
41492
|
+
}
|
|
41493
|
+
],
|
|
41494
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
41495
|
+
"inheritedFrom": {
|
|
41496
|
+
"name": "FoundationElement",
|
|
41497
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
41498
|
+
}
|
|
41499
|
+
}
|
|
41500
|
+
],
|
|
41501
|
+
"events": [
|
|
41502
|
+
{
|
|
41503
|
+
"description": "Fires a custom 'dismiss' event when the tooltip is visible and escape key is pressed",
|
|
41504
|
+
"name": "dismiss",
|
|
41505
|
+
"inheritedFrom": {
|
|
41506
|
+
"name": "Tooltip",
|
|
41507
|
+
"module": "src/tooltip/tooltip.ts"
|
|
41508
|
+
}
|
|
41509
|
+
}
|
|
41510
|
+
]
|
|
41511
|
+
},
|
|
41512
|
+
{
|
|
41513
|
+
"kind": "variable",
|
|
41514
|
+
"name": "foundationTooltipShadowOptions",
|
|
41515
|
+
"type": {
|
|
41516
|
+
"text": "ShadowRootInit"
|
|
41517
|
+
},
|
|
41518
|
+
"default": "undefined"
|
|
41519
|
+
},
|
|
41520
|
+
{
|
|
41521
|
+
"kind": "variable",
|
|
41522
|
+
"name": "defaultTooltipConfig",
|
|
41523
|
+
"type": {
|
|
41524
|
+
"text": "object"
|
|
41525
|
+
},
|
|
41526
|
+
"default": "{}"
|
|
41527
|
+
},
|
|
41528
|
+
{
|
|
41529
|
+
"kind": "variable",
|
|
41530
|
+
"name": "foundationTooltip",
|
|
41531
|
+
"description": "The Foundation Tooltip",
|
|
41532
|
+
"privacy": "public"
|
|
41533
|
+
}
|
|
41534
|
+
],
|
|
41535
|
+
"exports": [
|
|
41536
|
+
{
|
|
41537
|
+
"kind": "js",
|
|
41538
|
+
"name": "Tooltip",
|
|
41539
|
+
"declaration": {
|
|
41540
|
+
"name": "Tooltip",
|
|
41541
|
+
"module": "src/tooltip/tooltip.ts"
|
|
41542
|
+
}
|
|
41543
|
+
},
|
|
41544
|
+
{
|
|
41545
|
+
"kind": "js",
|
|
41546
|
+
"name": "foundationTooltipShadowOptions",
|
|
41547
|
+
"declaration": {
|
|
41548
|
+
"name": "foundationTooltipShadowOptions",
|
|
41549
|
+
"module": "src/tooltip/tooltip.ts"
|
|
41550
|
+
}
|
|
41551
|
+
},
|
|
41552
|
+
{
|
|
41553
|
+
"kind": "js",
|
|
41554
|
+
"name": "defaultTooltipConfig",
|
|
41555
|
+
"declaration": {
|
|
41556
|
+
"name": "defaultTooltipConfig",
|
|
41557
|
+
"module": "src/tooltip/tooltip.ts"
|
|
41558
|
+
}
|
|
41559
|
+
},
|
|
41560
|
+
{
|
|
41561
|
+
"kind": "js",
|
|
41562
|
+
"name": "foundationTooltip",
|
|
41563
|
+
"declaration": {
|
|
41564
|
+
"name": "foundationTooltip",
|
|
41565
|
+
"module": "src/tooltip/tooltip.ts"
|
|
41566
|
+
}
|
|
41567
|
+
}
|
|
41568
|
+
]
|
|
41569
|
+
},
|
|
41570
|
+
{
|
|
41571
|
+
"kind": "javascript-module",
|
|
41572
|
+
"path": "src/tree-item/index.ts",
|
|
41573
|
+
"declarations": [],
|
|
41574
|
+
"exports": [
|
|
41575
|
+
{
|
|
41576
|
+
"kind": "js",
|
|
41577
|
+
"name": "*",
|
|
41578
|
+
"declaration": {
|
|
41579
|
+
"name": "*",
|
|
41580
|
+
"package": "./tree-item.template"
|
|
41581
|
+
}
|
|
41582
|
+
},
|
|
41583
|
+
{
|
|
41584
|
+
"kind": "js",
|
|
41585
|
+
"name": "*",
|
|
41586
|
+
"declaration": {
|
|
41587
|
+
"name": "*",
|
|
41588
|
+
"package": "./tree-item.styles"
|
|
41589
|
+
}
|
|
41590
|
+
},
|
|
41591
|
+
{
|
|
41592
|
+
"kind": "js",
|
|
41593
|
+
"name": "*",
|
|
41594
|
+
"declaration": {
|
|
41595
|
+
"name": "*",
|
|
41596
|
+
"package": "./tree-item"
|
|
41597
|
+
}
|
|
41598
|
+
}
|
|
41599
|
+
]
|
|
41600
|
+
},
|
|
41601
|
+
{
|
|
41602
|
+
"kind": "javascript-module",
|
|
41603
|
+
"path": "src/tree-item/tree-item.styles.ts",
|
|
41604
|
+
"declarations": [
|
|
41605
|
+
{
|
|
41606
|
+
"kind": "function",
|
|
41607
|
+
"name": "foundationTreeItemStyles",
|
|
41608
|
+
"return": {
|
|
41609
|
+
"type": {
|
|
41610
|
+
"text": "ElementStyles"
|
|
41611
|
+
}
|
|
41612
|
+
},
|
|
41613
|
+
"parameters": [
|
|
41614
|
+
{
|
|
41615
|
+
"name": "context",
|
|
41616
|
+
"type": {
|
|
41617
|
+
"text": "ElementDefinitionContext"
|
|
41618
|
+
}
|
|
41619
|
+
},
|
|
41620
|
+
{
|
|
41621
|
+
"name": "definition",
|
|
41622
|
+
"type": {
|
|
41623
|
+
"text": "FoundationElementDefinition"
|
|
41624
|
+
}
|
|
41625
|
+
}
|
|
41626
|
+
]
|
|
41627
|
+
}
|
|
41628
|
+
],
|
|
41629
|
+
"exports": [
|
|
41630
|
+
{
|
|
41631
|
+
"kind": "js",
|
|
41632
|
+
"name": "foundationTreeItemStyles",
|
|
41633
|
+
"declaration": {
|
|
41634
|
+
"name": "foundationTreeItemStyles",
|
|
41635
|
+
"module": "src/tree-item/tree-item.styles.ts"
|
|
41636
|
+
}
|
|
41637
|
+
}
|
|
41638
|
+
]
|
|
41639
|
+
},
|
|
41640
|
+
{
|
|
41641
|
+
"kind": "javascript-module",
|
|
41642
|
+
"path": "src/tree-item/tree-item.template.ts",
|
|
41643
|
+
"declarations": [
|
|
41644
|
+
{
|
|
41645
|
+
"kind": "function",
|
|
41646
|
+
"name": "foundationTreeItemTemplate",
|
|
41647
|
+
"return": {
|
|
41648
|
+
"type": {
|
|
41649
|
+
"text": "ViewTemplate<TreeItem>"
|
|
41650
|
+
}
|
|
41651
|
+
},
|
|
41652
|
+
"parameters": [
|
|
41653
|
+
{
|
|
41654
|
+
"name": "context",
|
|
41655
|
+
"type": {
|
|
41656
|
+
"text": "ElementDefinitionContext"
|
|
41657
|
+
}
|
|
41658
|
+
},
|
|
41659
|
+
{
|
|
41660
|
+
"name": "definition",
|
|
41799
41661
|
"type": {
|
|
41800
|
-
"text": "
|
|
41801
|
-
},
|
|
41802
|
-
"privacy": "private",
|
|
41803
|
-
"default": "null",
|
|
41804
|
-
"description": "The timer that tracks delay time before the tooltip is hidden",
|
|
41805
|
-
"inheritedFrom": {
|
|
41806
|
-
"name": "Tooltip",
|
|
41807
|
-
"module": "src/tooltip/tooltip.ts"
|
|
41662
|
+
"text": "FoundationElementDefinition"
|
|
41808
41663
|
}
|
|
41809
|
-
}
|
|
41664
|
+
}
|
|
41665
|
+
]
|
|
41666
|
+
}
|
|
41667
|
+
],
|
|
41668
|
+
"exports": [
|
|
41669
|
+
{
|
|
41670
|
+
"kind": "js",
|
|
41671
|
+
"name": "foundationTreeItemTemplate",
|
|
41672
|
+
"declaration": {
|
|
41673
|
+
"name": "foundationTreeItemTemplate",
|
|
41674
|
+
"module": "src/tree-item/tree-item.template.ts"
|
|
41675
|
+
}
|
|
41676
|
+
}
|
|
41677
|
+
]
|
|
41678
|
+
},
|
|
41679
|
+
{
|
|
41680
|
+
"kind": "javascript-module",
|
|
41681
|
+
"path": "src/tree-item/tree-item.ts",
|
|
41682
|
+
"declarations": [
|
|
41683
|
+
{
|
|
41684
|
+
"kind": "class",
|
|
41685
|
+
"description": "%%prefix%%-tree-item",
|
|
41686
|
+
"name": "TreeItem",
|
|
41687
|
+
"superclass": {
|
|
41688
|
+
"name": "FASTTreeItem",
|
|
41689
|
+
"package": "@microsoft/fast-components"
|
|
41690
|
+
},
|
|
41691
|
+
"attributes": [
|
|
41810
41692
|
{
|
|
41811
|
-
"kind": "field",
|
|
41812
|
-
"name": "isAnchorHoveredFocused",
|
|
41813
41693
|
"type": {
|
|
41814
41694
|
"text": "boolean"
|
|
41815
41695
|
},
|
|
41816
|
-
"
|
|
41696
|
+
"description": "When true, the control will be appear expanded by user interaction.",
|
|
41697
|
+
"fieldName": "expanded",
|
|
41817
41698
|
"default": "false",
|
|
41818
|
-
"description": "Indicates whether the anchor is currently being hovered or has focus",
|
|
41819
41699
|
"inheritedFrom": {
|
|
41820
|
-
"name": "
|
|
41821
|
-
"module": "src/
|
|
41700
|
+
"name": "TreeItem",
|
|
41701
|
+
"module": "src/tree-item/tree-item.ts"
|
|
41822
41702
|
}
|
|
41823
|
-
}
|
|
41703
|
+
}
|
|
41704
|
+
],
|
|
41705
|
+
"members": [
|
|
41824
41706
|
{
|
|
41825
41707
|
"kind": "field",
|
|
41826
|
-
"name": "
|
|
41708
|
+
"name": "expanded",
|
|
41827
41709
|
"type": {
|
|
41828
41710
|
"text": "boolean"
|
|
41829
41711
|
},
|
|
41830
|
-
"privacy": "
|
|
41712
|
+
"privacy": "public",
|
|
41831
41713
|
"default": "false",
|
|
41832
|
-
"description": "
|
|
41833
|
-
"inheritedFrom": {
|
|
41834
|
-
"name": "Tooltip",
|
|
41835
|
-
"module": "src/tooltip/tooltip.ts"
|
|
41836
|
-
}
|
|
41837
|
-
},
|
|
41838
|
-
{
|
|
41839
|
-
"kind": "field",
|
|
41840
|
-
"name": "handleRegionMouseOver",
|
|
41841
|
-
"privacy": "private",
|
|
41842
|
-
"description": "mouse enters region",
|
|
41843
|
-
"inheritedFrom": {
|
|
41844
|
-
"name": "Tooltip",
|
|
41845
|
-
"module": "src/tooltip/tooltip.ts"
|
|
41846
|
-
}
|
|
41847
|
-
},
|
|
41848
|
-
{
|
|
41849
|
-
"kind": "field",
|
|
41850
|
-
"name": "handleRegionMouseOut",
|
|
41851
|
-
"privacy": "private",
|
|
41852
|
-
"description": "mouse leaves region",
|
|
41853
|
-
"inheritedFrom": {
|
|
41854
|
-
"name": "Tooltip",
|
|
41855
|
-
"module": "src/tooltip/tooltip.ts"
|
|
41856
|
-
}
|
|
41857
|
-
},
|
|
41858
|
-
{
|
|
41859
|
-
"kind": "field",
|
|
41860
|
-
"name": "handleAnchorMouseOver",
|
|
41861
|
-
"privacy": "private",
|
|
41862
|
-
"description": "mouse enters anchor",
|
|
41863
|
-
"inheritedFrom": {
|
|
41864
|
-
"name": "Tooltip",
|
|
41865
|
-
"module": "src/tooltip/tooltip.ts"
|
|
41866
|
-
}
|
|
41867
|
-
},
|
|
41868
|
-
{
|
|
41869
|
-
"kind": "field",
|
|
41870
|
-
"name": "handleAnchorMouseOut",
|
|
41871
|
-
"privacy": "private",
|
|
41872
|
-
"description": "mouse leaves anchor",
|
|
41873
|
-
"inheritedFrom": {
|
|
41874
|
-
"name": "Tooltip",
|
|
41875
|
-
"module": "src/tooltip/tooltip.ts"
|
|
41876
|
-
}
|
|
41877
|
-
},
|
|
41878
|
-
{
|
|
41879
|
-
"kind": "field",
|
|
41880
|
-
"name": "handleAnchorFocusIn",
|
|
41881
|
-
"privacy": "private",
|
|
41882
|
-
"description": "anchor gets focus",
|
|
41883
|
-
"inheritedFrom": {
|
|
41884
|
-
"name": "Tooltip",
|
|
41885
|
-
"module": "src/tooltip/tooltip.ts"
|
|
41886
|
-
}
|
|
41887
|
-
},
|
|
41888
|
-
{
|
|
41889
|
-
"kind": "field",
|
|
41890
|
-
"name": "handleAnchorFocusOut",
|
|
41891
|
-
"privacy": "private",
|
|
41892
|
-
"description": "anchor loses focus",
|
|
41893
|
-
"inheritedFrom": {
|
|
41894
|
-
"name": "Tooltip",
|
|
41895
|
-
"module": "src/tooltip/tooltip.ts"
|
|
41896
|
-
}
|
|
41897
|
-
},
|
|
41898
|
-
{
|
|
41899
|
-
"kind": "field",
|
|
41900
|
-
"name": "startHideDelayTimer",
|
|
41901
|
-
"privacy": "private",
|
|
41902
|
-
"description": "starts the hide timer",
|
|
41903
|
-
"inheritedFrom": {
|
|
41904
|
-
"name": "Tooltip",
|
|
41905
|
-
"module": "src/tooltip/tooltip.ts"
|
|
41906
|
-
}
|
|
41907
|
-
},
|
|
41908
|
-
{
|
|
41909
|
-
"kind": "field",
|
|
41910
|
-
"name": "clearHideDelayTimer",
|
|
41911
|
-
"privacy": "private",
|
|
41912
|
-
"description": "clears the hide delay",
|
|
41913
|
-
"inheritedFrom": {
|
|
41914
|
-
"name": "Tooltip",
|
|
41915
|
-
"module": "src/tooltip/tooltip.ts"
|
|
41916
|
-
}
|
|
41917
|
-
},
|
|
41918
|
-
{
|
|
41919
|
-
"kind": "field",
|
|
41920
|
-
"name": "startShowDelayTimer",
|
|
41921
|
-
"privacy": "private",
|
|
41922
|
-
"description": "starts the show timer if not currently running",
|
|
41923
|
-
"inheritedFrom": {
|
|
41924
|
-
"name": "Tooltip",
|
|
41925
|
-
"module": "src/tooltip/tooltip.ts"
|
|
41926
|
-
}
|
|
41927
|
-
},
|
|
41928
|
-
{
|
|
41929
|
-
"kind": "field",
|
|
41930
|
-
"name": "startHover",
|
|
41931
|
-
"privacy": "private",
|
|
41932
|
-
"description": "start hover",
|
|
41933
|
-
"inheritedFrom": {
|
|
41934
|
-
"name": "Tooltip",
|
|
41935
|
-
"module": "src/tooltip/tooltip.ts"
|
|
41936
|
-
}
|
|
41937
|
-
},
|
|
41938
|
-
{
|
|
41939
|
-
"kind": "field",
|
|
41940
|
-
"name": "clearShowDelayTimer",
|
|
41941
|
-
"privacy": "private",
|
|
41942
|
-
"description": "clears the show delay",
|
|
41714
|
+
"description": "When true, the control will be appear expanded by user interaction.",
|
|
41943
41715
|
"inheritedFrom": {
|
|
41944
|
-
"name": "
|
|
41945
|
-
"module": "src/
|
|
41716
|
+
"name": "TreeItem",
|
|
41717
|
+
"module": "src/tree-item/tree-item.ts"
|
|
41946
41718
|
}
|
|
41947
41719
|
},
|
|
41948
41720
|
{
|
|
41949
41721
|
"kind": "method",
|
|
41950
|
-
"name": "
|
|
41722
|
+
"name": "expandedChanged",
|
|
41951
41723
|
"privacy": "private",
|
|
41952
41724
|
"return": {
|
|
41953
41725
|
"type": {
|
|
41954
41726
|
"text": "void"
|
|
41955
41727
|
}
|
|
41956
41728
|
},
|
|
41957
|
-
"description": "updated the properties being passed to the anchored region",
|
|
41958
41729
|
"inheritedFrom": {
|
|
41959
|
-
"name": "
|
|
41960
|
-
"module": "src/
|
|
41730
|
+
"name": "TreeItem",
|
|
41731
|
+
"module": "src/tree-item/tree-item.ts"
|
|
41961
41732
|
}
|
|
41962
41733
|
},
|
|
41963
41734
|
{
|
|
41964
41735
|
"kind": "field",
|
|
41965
|
-
"name": "
|
|
41966
|
-
"
|
|
41967
|
-
|
|
41736
|
+
"name": "selected",
|
|
41737
|
+
"type": {
|
|
41738
|
+
"text": "boolean"
|
|
41739
|
+
},
|
|
41740
|
+
"privacy": "public",
|
|
41741
|
+
"description": "When true, the control will appear selected by user interaction.",
|
|
41968
41742
|
"inheritedFrom": {
|
|
41969
|
-
"name": "
|
|
41970
|
-
"module": "src/
|
|
41743
|
+
"name": "TreeItem",
|
|
41744
|
+
"module": "src/tree-item/tree-item.ts"
|
|
41971
41745
|
}
|
|
41972
41746
|
},
|
|
41973
41747
|
{
|
|
41974
|
-
"kind": "
|
|
41975
|
-
"name": "
|
|
41748
|
+
"kind": "method",
|
|
41749
|
+
"name": "selectedChanged",
|
|
41976
41750
|
"privacy": "private",
|
|
41977
|
-
"
|
|
41751
|
+
"return": {
|
|
41752
|
+
"type": {
|
|
41753
|
+
"text": "void"
|
|
41754
|
+
}
|
|
41755
|
+
},
|
|
41978
41756
|
"inheritedFrom": {
|
|
41979
|
-
"name": "
|
|
41980
|
-
"module": "src/
|
|
41757
|
+
"name": "TreeItem",
|
|
41758
|
+
"module": "src/tree-item/tree-item.ts"
|
|
41981
41759
|
}
|
|
41982
41760
|
},
|
|
41983
41761
|
{
|
|
41984
41762
|
"kind": "field",
|
|
41985
|
-
"name": "
|
|
41986
|
-
"
|
|
41987
|
-
|
|
41763
|
+
"name": "disabled",
|
|
41764
|
+
"type": {
|
|
41765
|
+
"text": "boolean"
|
|
41766
|
+
},
|
|
41767
|
+
"privacy": "public",
|
|
41768
|
+
"description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute} for more information.",
|
|
41988
41769
|
"inheritedFrom": {
|
|
41989
|
-
"name": "
|
|
41990
|
-
"module": "src/
|
|
41770
|
+
"name": "TreeItem",
|
|
41771
|
+
"module": "src/tree-item/tree-item.ts"
|
|
41991
41772
|
}
|
|
41992
41773
|
},
|
|
41993
41774
|
{
|
|
41994
|
-
"kind": "
|
|
41995
|
-
"name": "
|
|
41775
|
+
"kind": "method",
|
|
41776
|
+
"name": "itemsChanged",
|
|
41996
41777
|
"privacy": "private",
|
|
41997
|
-
"
|
|
41778
|
+
"return": {
|
|
41779
|
+
"type": {
|
|
41780
|
+
"text": "void"
|
|
41781
|
+
}
|
|
41782
|
+
},
|
|
41783
|
+
"parameters": [
|
|
41784
|
+
{
|
|
41785
|
+
"name": "oldValue",
|
|
41786
|
+
"type": {
|
|
41787
|
+
"text": "unknown"
|
|
41788
|
+
}
|
|
41789
|
+
},
|
|
41790
|
+
{
|
|
41791
|
+
"name": "newValue",
|
|
41792
|
+
"type": {
|
|
41793
|
+
"text": "HTMLElement[]"
|
|
41794
|
+
}
|
|
41795
|
+
}
|
|
41796
|
+
],
|
|
41998
41797
|
"inheritedFrom": {
|
|
41999
|
-
"name": "
|
|
42000
|
-
"module": "src/
|
|
41798
|
+
"name": "TreeItem",
|
|
41799
|
+
"module": "src/tree-item/tree-item.ts"
|
|
42001
41800
|
}
|
|
42002
41801
|
},
|
|
42003
41802
|
{
|
|
42004
|
-
"kind": "
|
|
42005
|
-
"name": "
|
|
42006
|
-
"privacy": "
|
|
42007
|
-
"
|
|
41803
|
+
"kind": "method",
|
|
41804
|
+
"name": "focusItem",
|
|
41805
|
+
"privacy": "public",
|
|
41806
|
+
"static": true,
|
|
41807
|
+
"parameters": [
|
|
41808
|
+
{
|
|
41809
|
+
"name": "el",
|
|
41810
|
+
"type": {
|
|
41811
|
+
"text": "HTMLElement"
|
|
41812
|
+
},
|
|
41813
|
+
"description": "the element to focus"
|
|
41814
|
+
}
|
|
41815
|
+
],
|
|
41816
|
+
"description": "Places document focus on a tree item",
|
|
42008
41817
|
"inheritedFrom": {
|
|
42009
|
-
"name": "
|
|
42010
|
-
"module": "src/
|
|
41818
|
+
"name": "TreeItem",
|
|
41819
|
+
"module": "src/tree-item/tree-item.ts"
|
|
42011
41820
|
}
|
|
42012
41821
|
},
|
|
42013
41822
|
{
|
|
42014
41823
|
"kind": "field",
|
|
42015
|
-
"name": "
|
|
42016
|
-
"privacy": "
|
|
42017
|
-
"description": "
|
|
41824
|
+
"name": "isNestedItem",
|
|
41825
|
+
"privacy": "public",
|
|
41826
|
+
"description": "Whether the tree is nested",
|
|
42018
41827
|
"inheritedFrom": {
|
|
42019
|
-
"name": "
|
|
42020
|
-
"module": "src/
|
|
41828
|
+
"name": "TreeItem",
|
|
41829
|
+
"module": "src/tree-item/tree-item.ts"
|
|
42021
41830
|
}
|
|
42022
41831
|
},
|
|
42023
41832
|
{
|
|
@@ -42134,18 +41943,26 @@
|
|
|
42134
41943
|
],
|
|
42135
41944
|
"events": [
|
|
42136
41945
|
{
|
|
42137
|
-
"description": "Fires a custom '
|
|
42138
|
-
"name": "
|
|
41946
|
+
"description": "Fires a custom 'expanded-change' event when the expanded state changes",
|
|
41947
|
+
"name": "expanded-change",
|
|
42139
41948
|
"inheritedFrom": {
|
|
42140
|
-
"name": "
|
|
42141
|
-
"module": "src/
|
|
41949
|
+
"name": "TreeItem",
|
|
41950
|
+
"module": "src/tree-item/tree-item.ts"
|
|
41951
|
+
}
|
|
41952
|
+
},
|
|
41953
|
+
{
|
|
41954
|
+
"description": "Fires a custom 'selected-change' event when the selected state changes",
|
|
41955
|
+
"name": "selected-change",
|
|
41956
|
+
"inheritedFrom": {
|
|
41957
|
+
"name": "TreeItem",
|
|
41958
|
+
"module": "src/tree-item/tree-item.ts"
|
|
42142
41959
|
}
|
|
42143
41960
|
}
|
|
42144
41961
|
]
|
|
42145
41962
|
},
|
|
42146
41963
|
{
|
|
42147
41964
|
"kind": "variable",
|
|
42148
|
-
"name": "
|
|
41965
|
+
"name": "foundationTreeItemShadowOptions",
|
|
42149
41966
|
"type": {
|
|
42150
41967
|
"text": "ShadowRootInit"
|
|
42151
41968
|
},
|
|
@@ -42153,7 +41970,189 @@
|
|
|
42153
41970
|
},
|
|
42154
41971
|
{
|
|
42155
41972
|
"kind": "variable",
|
|
42156
|
-
"name": "
|
|
41973
|
+
"name": "defaultTreeItemConfig",
|
|
41974
|
+
"type": {
|
|
41975
|
+
"text": "object"
|
|
41976
|
+
},
|
|
41977
|
+
"default": "{\n expandCollapseGlyph: `\n <svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\" class=\"expand-collapse-glyph\">\n <path d=\"M5.00001 12.3263C5.00124 12.5147 5.05566 12.699 5.15699 12.8578C5.25831 13.0167 5.40243 13.1437 5.57273 13.2242C5.74304 13.3047 5.9326 13.3354 6.11959 13.3128C6.30659 13.2902 6.4834 13.2152 6.62967 13.0965L10.8988 8.83532C11.0739 8.69473 11.2153 8.51658 11.3124 8.31402C11.4096 8.11146 11.46 7.88966 11.46 7.66499C11.46 7.44033 11.4096 7.21853 11.3124 7.01597C11.2153 6.81341 11.0739 6.63526 10.8988 6.49467L6.62967 2.22347C6.48274 2.10422 6.30501 2.02912 6.11712 2.00691C5.92923 1.9847 5.73889 2.01628 5.56823 2.09799C5.39757 2.17969 5.25358 2.30817 5.153 2.46849C5.05241 2.62882 4.99936 2.8144 5.00001 3.00369V12.3263Z\"></path>\n </svg>`,\n}"
|
|
41978
|
+
},
|
|
41979
|
+
{
|
|
41980
|
+
"kind": "variable",
|
|
41981
|
+
"name": "foundationTreeItem",
|
|
41982
|
+
"description": "The Foundation Tree item",
|
|
41983
|
+
"privacy": "public"
|
|
41984
|
+
}
|
|
41985
|
+
],
|
|
41986
|
+
"exports": [
|
|
41987
|
+
{
|
|
41988
|
+
"kind": "js",
|
|
41989
|
+
"name": "TreeItem",
|
|
41990
|
+
"declaration": {
|
|
41991
|
+
"name": "TreeItem",
|
|
41992
|
+
"module": "src/tree-item/tree-item.ts"
|
|
41993
|
+
}
|
|
41994
|
+
},
|
|
41995
|
+
{
|
|
41996
|
+
"kind": "js",
|
|
41997
|
+
"name": "foundationTreeItemShadowOptions",
|
|
41998
|
+
"declaration": {
|
|
41999
|
+
"name": "foundationTreeItemShadowOptions",
|
|
42000
|
+
"module": "src/tree-item/tree-item.ts"
|
|
42001
|
+
}
|
|
42002
|
+
},
|
|
42003
|
+
{
|
|
42004
|
+
"kind": "js",
|
|
42005
|
+
"name": "defaultTreeItemConfig",
|
|
42006
|
+
"declaration": {
|
|
42007
|
+
"name": "defaultTreeItemConfig",
|
|
42008
|
+
"module": "src/tree-item/tree-item.ts"
|
|
42009
|
+
}
|
|
42010
|
+
},
|
|
42011
|
+
{
|
|
42012
|
+
"kind": "js",
|
|
42013
|
+
"name": "foundationTreeItem",
|
|
42014
|
+
"declaration": {
|
|
42015
|
+
"name": "foundationTreeItem",
|
|
42016
|
+
"module": "src/tree-item/tree-item.ts"
|
|
42017
|
+
}
|
|
42018
|
+
}
|
|
42019
|
+
]
|
|
42020
|
+
},
|
|
42021
|
+
{
|
|
42022
|
+
"kind": "javascript-module",
|
|
42023
|
+
"path": "src/tree-view/index.ts",
|
|
42024
|
+
"declarations": [],
|
|
42025
|
+
"exports": [
|
|
42026
|
+
{
|
|
42027
|
+
"kind": "js",
|
|
42028
|
+
"name": "*",
|
|
42029
|
+
"declaration": {
|
|
42030
|
+
"name": "*",
|
|
42031
|
+
"package": "./tree-view.template"
|
|
42032
|
+
}
|
|
42033
|
+
},
|
|
42034
|
+
{
|
|
42035
|
+
"kind": "js",
|
|
42036
|
+
"name": "*",
|
|
42037
|
+
"declaration": {
|
|
42038
|
+
"name": "*",
|
|
42039
|
+
"package": "./tree-view.styles"
|
|
42040
|
+
}
|
|
42041
|
+
},
|
|
42042
|
+
{
|
|
42043
|
+
"kind": "js",
|
|
42044
|
+
"name": "*",
|
|
42045
|
+
"declaration": {
|
|
42046
|
+
"name": "*",
|
|
42047
|
+
"package": "./tree-view"
|
|
42048
|
+
}
|
|
42049
|
+
}
|
|
42050
|
+
]
|
|
42051
|
+
},
|
|
42052
|
+
{
|
|
42053
|
+
"kind": "javascript-module",
|
|
42054
|
+
"path": "src/tree-view/tree-view.styles.ts",
|
|
42055
|
+
"declarations": [
|
|
42056
|
+
{
|
|
42057
|
+
"kind": "function",
|
|
42058
|
+
"name": "foundationTreeViewStyles",
|
|
42059
|
+
"return": {
|
|
42060
|
+
"type": {
|
|
42061
|
+
"text": "ElementStyles"
|
|
42062
|
+
}
|
|
42063
|
+
},
|
|
42064
|
+
"parameters": [
|
|
42065
|
+
{
|
|
42066
|
+
"name": "context",
|
|
42067
|
+
"type": {
|
|
42068
|
+
"text": "ElementDefinitionContext"
|
|
42069
|
+
}
|
|
42070
|
+
},
|
|
42071
|
+
{
|
|
42072
|
+
"name": "definition",
|
|
42073
|
+
"type": {
|
|
42074
|
+
"text": "FoundationElementDefinition"
|
|
42075
|
+
}
|
|
42076
|
+
}
|
|
42077
|
+
]
|
|
42078
|
+
}
|
|
42079
|
+
],
|
|
42080
|
+
"exports": [
|
|
42081
|
+
{
|
|
42082
|
+
"kind": "js",
|
|
42083
|
+
"name": "foundationTreeViewStyles",
|
|
42084
|
+
"declaration": {
|
|
42085
|
+
"name": "foundationTreeViewStyles",
|
|
42086
|
+
"module": "src/tree-view/tree-view.styles.ts"
|
|
42087
|
+
}
|
|
42088
|
+
}
|
|
42089
|
+
]
|
|
42090
|
+
},
|
|
42091
|
+
{
|
|
42092
|
+
"kind": "javascript-module",
|
|
42093
|
+
"path": "src/tree-view/tree-view.template.ts",
|
|
42094
|
+
"declarations": [
|
|
42095
|
+
{
|
|
42096
|
+
"kind": "function",
|
|
42097
|
+
"name": "foundationTreeViewTemplate",
|
|
42098
|
+
"return": {
|
|
42099
|
+
"type": {
|
|
42100
|
+
"text": "ViewTemplate<TreeView>"
|
|
42101
|
+
}
|
|
42102
|
+
},
|
|
42103
|
+
"parameters": [
|
|
42104
|
+
{
|
|
42105
|
+
"name": "context",
|
|
42106
|
+
"type": {
|
|
42107
|
+
"text": "ElementDefinitionContext"
|
|
42108
|
+
}
|
|
42109
|
+
},
|
|
42110
|
+
{
|
|
42111
|
+
"name": "definition",
|
|
42112
|
+
"type": {
|
|
42113
|
+
"text": "FoundationElementDefinition"
|
|
42114
|
+
}
|
|
42115
|
+
}
|
|
42116
|
+
]
|
|
42117
|
+
}
|
|
42118
|
+
],
|
|
42119
|
+
"exports": [
|
|
42120
|
+
{
|
|
42121
|
+
"kind": "js",
|
|
42122
|
+
"name": "foundationTreeViewTemplate",
|
|
42123
|
+
"declaration": {
|
|
42124
|
+
"name": "foundationTreeViewTemplate",
|
|
42125
|
+
"module": "src/tree-view/tree-view.template.ts"
|
|
42126
|
+
}
|
|
42127
|
+
}
|
|
42128
|
+
]
|
|
42129
|
+
},
|
|
42130
|
+
{
|
|
42131
|
+
"kind": "javascript-module",
|
|
42132
|
+
"path": "src/tree-view/tree-view.ts",
|
|
42133
|
+
"declarations": [
|
|
42134
|
+
{
|
|
42135
|
+
"kind": "class",
|
|
42136
|
+
"description": "",
|
|
42137
|
+
"name": "TreeView",
|
|
42138
|
+
"superclass": {
|
|
42139
|
+
"name": "FASTTreeView",
|
|
42140
|
+
"package": "@microsoft/fast-foundation"
|
|
42141
|
+
},
|
|
42142
|
+
"tagName": "%%prefix%%-tree-view",
|
|
42143
|
+
"customElement": true
|
|
42144
|
+
},
|
|
42145
|
+
{
|
|
42146
|
+
"kind": "variable",
|
|
42147
|
+
"name": "foundationTreeViewShadowOptions",
|
|
42148
|
+
"type": {
|
|
42149
|
+
"text": "ShadowRootInit"
|
|
42150
|
+
},
|
|
42151
|
+
"default": "undefined"
|
|
42152
|
+
},
|
|
42153
|
+
{
|
|
42154
|
+
"kind": "variable",
|
|
42155
|
+
"name": "defaultTreeViewConfig",
|
|
42157
42156
|
"type": {
|
|
42158
42157
|
"text": "object"
|
|
42159
42158
|
},
|
|
@@ -42161,42 +42160,42 @@
|
|
|
42161
42160
|
},
|
|
42162
42161
|
{
|
|
42163
42162
|
"kind": "variable",
|
|
42164
|
-
"name": "
|
|
42165
|
-
"description": "The Foundation
|
|
42163
|
+
"name": "foundationTreeView",
|
|
42164
|
+
"description": "The Foundation Tree View",
|
|
42166
42165
|
"privacy": "public"
|
|
42167
42166
|
}
|
|
42168
42167
|
],
|
|
42169
42168
|
"exports": [
|
|
42170
42169
|
{
|
|
42171
42170
|
"kind": "js",
|
|
42172
|
-
"name": "
|
|
42171
|
+
"name": "TreeView",
|
|
42173
42172
|
"declaration": {
|
|
42174
|
-
"name": "
|
|
42175
|
-
"module": "src/
|
|
42173
|
+
"name": "TreeView",
|
|
42174
|
+
"module": "src/tree-view/tree-view.ts"
|
|
42176
42175
|
}
|
|
42177
42176
|
},
|
|
42178
42177
|
{
|
|
42179
42178
|
"kind": "js",
|
|
42180
|
-
"name": "
|
|
42179
|
+
"name": "foundationTreeViewShadowOptions",
|
|
42181
42180
|
"declaration": {
|
|
42182
|
-
"name": "
|
|
42183
|
-
"module": "src/
|
|
42181
|
+
"name": "foundationTreeViewShadowOptions",
|
|
42182
|
+
"module": "src/tree-view/tree-view.ts"
|
|
42184
42183
|
}
|
|
42185
42184
|
},
|
|
42186
42185
|
{
|
|
42187
42186
|
"kind": "js",
|
|
42188
|
-
"name": "
|
|
42187
|
+
"name": "defaultTreeViewConfig",
|
|
42189
42188
|
"declaration": {
|
|
42190
|
-
"name": "
|
|
42191
|
-
"module": "src/
|
|
42189
|
+
"name": "defaultTreeViewConfig",
|
|
42190
|
+
"module": "src/tree-view/tree-view.ts"
|
|
42192
42191
|
}
|
|
42193
42192
|
},
|
|
42194
42193
|
{
|
|
42195
42194
|
"kind": "js",
|
|
42196
|
-
"name": "
|
|
42195
|
+
"name": "foundationTreeView",
|
|
42197
42196
|
"declaration": {
|
|
42198
|
-
"name": "
|
|
42199
|
-
"module": "src/
|
|
42197
|
+
"name": "foundationTreeView",
|
|
42198
|
+
"module": "src/tree-view/tree-view.ts"
|
|
42200
42199
|
}
|
|
42201
42200
|
}
|
|
42202
42201
|
]
|