@genesislcap/foundation-ui 14.247.0 → 14.247.2
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.
|
@@ -858,6 +858,188 @@
|
|
|
858
858
|
}
|
|
859
859
|
]
|
|
860
860
|
},
|
|
861
|
+
{
|
|
862
|
+
"kind": "javascript-module",
|
|
863
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
864
|
+
"declarations": [
|
|
865
|
+
{
|
|
866
|
+
"kind": "function",
|
|
867
|
+
"name": "foundationAccordionStyles",
|
|
868
|
+
"return": {
|
|
869
|
+
"type": {
|
|
870
|
+
"text": "ElementStyles"
|
|
871
|
+
}
|
|
872
|
+
},
|
|
873
|
+
"parameters": [
|
|
874
|
+
{
|
|
875
|
+
"name": "context",
|
|
876
|
+
"type": {
|
|
877
|
+
"text": "ElementDefinitionContext"
|
|
878
|
+
}
|
|
879
|
+
},
|
|
880
|
+
{
|
|
881
|
+
"name": "definition",
|
|
882
|
+
"type": {
|
|
883
|
+
"text": "FoundationElementDefinition"
|
|
884
|
+
}
|
|
885
|
+
}
|
|
886
|
+
]
|
|
887
|
+
}
|
|
888
|
+
],
|
|
889
|
+
"exports": [
|
|
890
|
+
{
|
|
891
|
+
"kind": "js",
|
|
892
|
+
"name": "foundationAccordionStyles",
|
|
893
|
+
"declaration": {
|
|
894
|
+
"name": "foundationAccordionStyles",
|
|
895
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
896
|
+
}
|
|
897
|
+
}
|
|
898
|
+
]
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
"kind": "javascript-module",
|
|
902
|
+
"path": "src/accordion/accordion.template.ts",
|
|
903
|
+
"declarations": [
|
|
904
|
+
{
|
|
905
|
+
"kind": "function",
|
|
906
|
+
"name": "foundationAccordionTemplate",
|
|
907
|
+
"return": {
|
|
908
|
+
"type": {
|
|
909
|
+
"text": "ViewTemplate<Accordion>"
|
|
910
|
+
}
|
|
911
|
+
},
|
|
912
|
+
"parameters": [
|
|
913
|
+
{
|
|
914
|
+
"name": "context",
|
|
915
|
+
"type": {
|
|
916
|
+
"text": "ElementDefinitionContext"
|
|
917
|
+
}
|
|
918
|
+
},
|
|
919
|
+
{
|
|
920
|
+
"name": "definition",
|
|
921
|
+
"type": {
|
|
922
|
+
"text": "FoundationElementDefinition"
|
|
923
|
+
}
|
|
924
|
+
}
|
|
925
|
+
]
|
|
926
|
+
}
|
|
927
|
+
],
|
|
928
|
+
"exports": [
|
|
929
|
+
{
|
|
930
|
+
"kind": "js",
|
|
931
|
+
"name": "foundationAccordionTemplate",
|
|
932
|
+
"declaration": {
|
|
933
|
+
"name": "foundationAccordionTemplate",
|
|
934
|
+
"module": "src/accordion/accordion.template.ts"
|
|
935
|
+
}
|
|
936
|
+
}
|
|
937
|
+
]
|
|
938
|
+
},
|
|
939
|
+
{
|
|
940
|
+
"kind": "javascript-module",
|
|
941
|
+
"path": "src/accordion/accordion.ts",
|
|
942
|
+
"declarations": [
|
|
943
|
+
{
|
|
944
|
+
"kind": "class",
|
|
945
|
+
"description": "",
|
|
946
|
+
"name": "Accordion",
|
|
947
|
+
"superclass": {
|
|
948
|
+
"name": "FASTAccordion",
|
|
949
|
+
"package": "@microsoft/fast-foundation"
|
|
950
|
+
},
|
|
951
|
+
"tagName": "%%prefix%%-accordion",
|
|
952
|
+
"customElement": true
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
"kind": "variable",
|
|
956
|
+
"name": "foundationAccordionShadowOptions",
|
|
957
|
+
"type": {
|
|
958
|
+
"text": "ShadowRootInit"
|
|
959
|
+
},
|
|
960
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
"kind": "variable",
|
|
964
|
+
"name": "defaultAccordionConfig",
|
|
965
|
+
"type": {
|
|
966
|
+
"text": "object"
|
|
967
|
+
},
|
|
968
|
+
"default": "{}"
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
"kind": "variable",
|
|
972
|
+
"name": "foundationAccordion",
|
|
973
|
+
"description": "The Foundation Accordion",
|
|
974
|
+
"privacy": "public"
|
|
975
|
+
}
|
|
976
|
+
],
|
|
977
|
+
"exports": [
|
|
978
|
+
{
|
|
979
|
+
"kind": "js",
|
|
980
|
+
"name": "Accordion",
|
|
981
|
+
"declaration": {
|
|
982
|
+
"name": "Accordion",
|
|
983
|
+
"module": "src/accordion/accordion.ts"
|
|
984
|
+
}
|
|
985
|
+
},
|
|
986
|
+
{
|
|
987
|
+
"kind": "js",
|
|
988
|
+
"name": "foundationAccordionShadowOptions",
|
|
989
|
+
"declaration": {
|
|
990
|
+
"name": "foundationAccordionShadowOptions",
|
|
991
|
+
"module": "src/accordion/accordion.ts"
|
|
992
|
+
}
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"kind": "js",
|
|
996
|
+
"name": "defaultAccordionConfig",
|
|
997
|
+
"declaration": {
|
|
998
|
+
"name": "defaultAccordionConfig",
|
|
999
|
+
"module": "src/accordion/accordion.ts"
|
|
1000
|
+
}
|
|
1001
|
+
},
|
|
1002
|
+
{
|
|
1003
|
+
"kind": "js",
|
|
1004
|
+
"name": "foundationAccordion",
|
|
1005
|
+
"declaration": {
|
|
1006
|
+
"name": "foundationAccordion",
|
|
1007
|
+
"module": "src/accordion/accordion.ts"
|
|
1008
|
+
}
|
|
1009
|
+
}
|
|
1010
|
+
]
|
|
1011
|
+
},
|
|
1012
|
+
{
|
|
1013
|
+
"kind": "javascript-module",
|
|
1014
|
+
"path": "src/accordion/index.ts",
|
|
1015
|
+
"declarations": [],
|
|
1016
|
+
"exports": [
|
|
1017
|
+
{
|
|
1018
|
+
"kind": "js",
|
|
1019
|
+
"name": "*",
|
|
1020
|
+
"declaration": {
|
|
1021
|
+
"name": "*",
|
|
1022
|
+
"package": "./accordion.template"
|
|
1023
|
+
}
|
|
1024
|
+
},
|
|
1025
|
+
{
|
|
1026
|
+
"kind": "js",
|
|
1027
|
+
"name": "*",
|
|
1028
|
+
"declaration": {
|
|
1029
|
+
"name": "*",
|
|
1030
|
+
"package": "./accordion.styles"
|
|
1031
|
+
}
|
|
1032
|
+
},
|
|
1033
|
+
{
|
|
1034
|
+
"kind": "js",
|
|
1035
|
+
"name": "*",
|
|
1036
|
+
"declaration": {
|
|
1037
|
+
"name": "*",
|
|
1038
|
+
"package": "./accordion"
|
|
1039
|
+
}
|
|
1040
|
+
}
|
|
1041
|
+
]
|
|
1042
|
+
},
|
|
861
1043
|
{
|
|
862
1044
|
"kind": "javascript-module",
|
|
863
1045
|
"path": "src/_common/icons.ts",
|
|
@@ -1299,11 +1481,11 @@
|
|
|
1299
1481
|
},
|
|
1300
1482
|
{
|
|
1301
1483
|
"kind": "javascript-module",
|
|
1302
|
-
"path": "src/
|
|
1484
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1303
1485
|
"declarations": [
|
|
1304
1486
|
{
|
|
1305
1487
|
"kind": "function",
|
|
1306
|
-
"name": "
|
|
1488
|
+
"name": "actionsMenuBaseStyles",
|
|
1307
1489
|
"return": {
|
|
1308
1490
|
"type": {
|
|
1309
1491
|
"text": "ElementStyles"
|
|
@@ -1323,29 +1505,13 @@
|
|
|
1323
1505
|
}
|
|
1324
1506
|
}
|
|
1325
1507
|
]
|
|
1326
|
-
}
|
|
1327
|
-
],
|
|
1328
|
-
"exports": [
|
|
1329
|
-
{
|
|
1330
|
-
"kind": "js",
|
|
1331
|
-
"name": "foundationAccordionStyles",
|
|
1332
|
-
"declaration": {
|
|
1333
|
-
"name": "foundationAccordionStyles",
|
|
1334
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
1335
|
-
}
|
|
1336
|
-
}
|
|
1337
|
-
]
|
|
1338
|
-
},
|
|
1339
|
-
{
|
|
1340
|
-
"kind": "javascript-module",
|
|
1341
|
-
"path": "src/accordion/accordion.template.ts",
|
|
1342
|
-
"declarations": [
|
|
1508
|
+
},
|
|
1343
1509
|
{
|
|
1344
1510
|
"kind": "function",
|
|
1345
|
-
"name": "
|
|
1511
|
+
"name": "foundationActionsMenuStyles",
|
|
1346
1512
|
"return": {
|
|
1347
1513
|
"type": {
|
|
1348
|
-
"text": "
|
|
1514
|
+
"text": "ElementStyles"
|
|
1349
1515
|
}
|
|
1350
1516
|
},
|
|
1351
1517
|
"parameters": [
|
|
@@ -1367,215 +1533,49 @@
|
|
|
1367
1533
|
"exports": [
|
|
1368
1534
|
{
|
|
1369
1535
|
"kind": "js",
|
|
1370
|
-
"name": "
|
|
1536
|
+
"name": "actionsMenuBaseStyles",
|
|
1371
1537
|
"declaration": {
|
|
1372
|
-
"name": "
|
|
1373
|
-
"module": "src/
|
|
1538
|
+
"name": "actionsMenuBaseStyles",
|
|
1539
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1540
|
+
}
|
|
1541
|
+
},
|
|
1542
|
+
{
|
|
1543
|
+
"kind": "js",
|
|
1544
|
+
"name": "foundationActionsMenuStyles",
|
|
1545
|
+
"declaration": {
|
|
1546
|
+
"name": "foundationActionsMenuStyles",
|
|
1547
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1374
1548
|
}
|
|
1375
1549
|
}
|
|
1376
1550
|
]
|
|
1377
1551
|
},
|
|
1378
1552
|
{
|
|
1379
1553
|
"kind": "javascript-module",
|
|
1380
|
-
"path": "src/
|
|
1554
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1381
1555
|
"declarations": [
|
|
1382
1556
|
{
|
|
1383
|
-
"kind": "
|
|
1384
|
-
"
|
|
1385
|
-
"
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
"
|
|
1396
|
-
"
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
"text": "object"
|
|
1406
|
-
},
|
|
1407
|
-
"default": "{}"
|
|
1408
|
-
},
|
|
1409
|
-
{
|
|
1410
|
-
"kind": "variable",
|
|
1411
|
-
"name": "foundationAccordion",
|
|
1412
|
-
"description": "The Foundation Accordion",
|
|
1413
|
-
"privacy": "public"
|
|
1414
|
-
}
|
|
1415
|
-
],
|
|
1416
|
-
"exports": [
|
|
1417
|
-
{
|
|
1418
|
-
"kind": "js",
|
|
1419
|
-
"name": "Accordion",
|
|
1420
|
-
"declaration": {
|
|
1421
|
-
"name": "Accordion",
|
|
1422
|
-
"module": "src/accordion/accordion.ts"
|
|
1423
|
-
}
|
|
1424
|
-
},
|
|
1425
|
-
{
|
|
1426
|
-
"kind": "js",
|
|
1427
|
-
"name": "foundationAccordionShadowOptions",
|
|
1428
|
-
"declaration": {
|
|
1429
|
-
"name": "foundationAccordionShadowOptions",
|
|
1430
|
-
"module": "src/accordion/accordion.ts"
|
|
1431
|
-
}
|
|
1432
|
-
},
|
|
1433
|
-
{
|
|
1434
|
-
"kind": "js",
|
|
1435
|
-
"name": "defaultAccordionConfig",
|
|
1436
|
-
"declaration": {
|
|
1437
|
-
"name": "defaultAccordionConfig",
|
|
1438
|
-
"module": "src/accordion/accordion.ts"
|
|
1439
|
-
}
|
|
1440
|
-
},
|
|
1441
|
-
{
|
|
1442
|
-
"kind": "js",
|
|
1443
|
-
"name": "foundationAccordion",
|
|
1444
|
-
"declaration": {
|
|
1445
|
-
"name": "foundationAccordion",
|
|
1446
|
-
"module": "src/accordion/accordion.ts"
|
|
1447
|
-
}
|
|
1448
|
-
}
|
|
1449
|
-
]
|
|
1450
|
-
},
|
|
1451
|
-
{
|
|
1452
|
-
"kind": "javascript-module",
|
|
1453
|
-
"path": "src/accordion/index.ts",
|
|
1454
|
-
"declarations": [],
|
|
1455
|
-
"exports": [
|
|
1456
|
-
{
|
|
1457
|
-
"kind": "js",
|
|
1458
|
-
"name": "*",
|
|
1459
|
-
"declaration": {
|
|
1460
|
-
"name": "*",
|
|
1461
|
-
"package": "./accordion.template"
|
|
1462
|
-
}
|
|
1463
|
-
},
|
|
1464
|
-
{
|
|
1465
|
-
"kind": "js",
|
|
1466
|
-
"name": "*",
|
|
1467
|
-
"declaration": {
|
|
1468
|
-
"name": "*",
|
|
1469
|
-
"package": "./accordion.styles"
|
|
1470
|
-
}
|
|
1471
|
-
},
|
|
1472
|
-
{
|
|
1473
|
-
"kind": "js",
|
|
1474
|
-
"name": "*",
|
|
1475
|
-
"declaration": {
|
|
1476
|
-
"name": "*",
|
|
1477
|
-
"package": "./accordion"
|
|
1478
|
-
}
|
|
1479
|
-
}
|
|
1480
|
-
]
|
|
1481
|
-
},
|
|
1482
|
-
{
|
|
1483
|
-
"kind": "javascript-module",
|
|
1484
|
-
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1485
|
-
"declarations": [
|
|
1486
|
-
{
|
|
1487
|
-
"kind": "function",
|
|
1488
|
-
"name": "actionsMenuBaseStyles",
|
|
1489
|
-
"return": {
|
|
1490
|
-
"type": {
|
|
1491
|
-
"text": "ElementStyles"
|
|
1492
|
-
}
|
|
1493
|
-
},
|
|
1494
|
-
"parameters": [
|
|
1495
|
-
{
|
|
1496
|
-
"name": "context",
|
|
1497
|
-
"type": {
|
|
1498
|
-
"text": "ElementDefinitionContext"
|
|
1499
|
-
}
|
|
1500
|
-
},
|
|
1501
|
-
{
|
|
1502
|
-
"name": "definition",
|
|
1503
|
-
"type": {
|
|
1504
|
-
"text": "FoundationElementDefinition"
|
|
1505
|
-
}
|
|
1506
|
-
}
|
|
1507
|
-
]
|
|
1508
|
-
},
|
|
1509
|
-
{
|
|
1510
|
-
"kind": "function",
|
|
1511
|
-
"name": "foundationActionsMenuStyles",
|
|
1512
|
-
"return": {
|
|
1513
|
-
"type": {
|
|
1514
|
-
"text": "ElementStyles"
|
|
1515
|
-
}
|
|
1516
|
-
},
|
|
1517
|
-
"parameters": [
|
|
1518
|
-
{
|
|
1519
|
-
"name": "context",
|
|
1520
|
-
"type": {
|
|
1521
|
-
"text": "ElementDefinitionContext"
|
|
1522
|
-
}
|
|
1523
|
-
},
|
|
1524
|
-
{
|
|
1525
|
-
"name": "definition",
|
|
1526
|
-
"type": {
|
|
1527
|
-
"text": "FoundationElementDefinition"
|
|
1528
|
-
}
|
|
1529
|
-
}
|
|
1530
|
-
]
|
|
1531
|
-
}
|
|
1532
|
-
],
|
|
1533
|
-
"exports": [
|
|
1534
|
-
{
|
|
1535
|
-
"kind": "js",
|
|
1536
|
-
"name": "actionsMenuBaseStyles",
|
|
1537
|
-
"declaration": {
|
|
1538
|
-
"name": "actionsMenuBaseStyles",
|
|
1539
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1540
|
-
}
|
|
1541
|
-
},
|
|
1542
|
-
{
|
|
1543
|
-
"kind": "js",
|
|
1544
|
-
"name": "foundationActionsMenuStyles",
|
|
1545
|
-
"declaration": {
|
|
1546
|
-
"name": "foundationActionsMenuStyles",
|
|
1547
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1548
|
-
}
|
|
1549
|
-
}
|
|
1550
|
-
]
|
|
1551
|
-
},
|
|
1552
|
-
{
|
|
1553
|
-
"kind": "javascript-module",
|
|
1554
|
-
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1555
|
-
"declarations": [
|
|
1556
|
-
{
|
|
1557
|
-
"kind": "function",
|
|
1558
|
-
"name": "menuTemplate",
|
|
1559
|
-
"parameters": [
|
|
1560
|
-
{
|
|
1561
|
-
"name": "prefix",
|
|
1562
|
-
"type": {
|
|
1563
|
-
"text": "string"
|
|
1564
|
-
}
|
|
1565
|
-
}
|
|
1566
|
-
]
|
|
1567
|
-
},
|
|
1568
|
-
{
|
|
1569
|
-
"kind": "function",
|
|
1570
|
-
"name": "singleOptionTemplate",
|
|
1571
|
-
"parameters": [
|
|
1572
|
-
{
|
|
1573
|
-
"name": "prefix",
|
|
1574
|
-
"type": {
|
|
1575
|
-
"text": "string"
|
|
1576
|
-
}
|
|
1577
|
-
}
|
|
1578
|
-
]
|
|
1557
|
+
"kind": "function",
|
|
1558
|
+
"name": "menuTemplate",
|
|
1559
|
+
"parameters": [
|
|
1560
|
+
{
|
|
1561
|
+
"name": "prefix",
|
|
1562
|
+
"type": {
|
|
1563
|
+
"text": "string"
|
|
1564
|
+
}
|
|
1565
|
+
}
|
|
1566
|
+
]
|
|
1567
|
+
},
|
|
1568
|
+
{
|
|
1569
|
+
"kind": "function",
|
|
1570
|
+
"name": "singleOptionTemplate",
|
|
1571
|
+
"parameters": [
|
|
1572
|
+
{
|
|
1573
|
+
"name": "prefix",
|
|
1574
|
+
"type": {
|
|
1575
|
+
"text": "string"
|
|
1576
|
+
}
|
|
1577
|
+
}
|
|
1578
|
+
]
|
|
1579
1579
|
},
|
|
1580
1580
|
{
|
|
1581
1581
|
"kind": "variable",
|
|
@@ -12860,7 +12860,7 @@
|
|
|
12860
12860
|
"type": {
|
|
12861
12861
|
"text": "ElementStyles"
|
|
12862
12862
|
},
|
|
12863
|
-
"default": "css`\n :host {\n position: relative;\n }\n\n .date-toggle::part(control) {\n cursor: pointer;\n }\n\n .date-toggle::part(label) {\n cursor: pointer;\n }\n\n .calendar-dropdown {\n display: none;\n width: 300px;\n z-index: 999;\n position: absolute;\n top: 100%;\n left: 50%;\n transform: translate(-50%, 8px);\n margin: 10px 0 0;\n padding: 20px;\n background: var(--neutral-foreground-rest);\n border-radius: calc(var(--control-corner-radius) * 1px);\n box-shadow: 0 0 8px rgb(0 0 0 / 20%);\n }\n\n .calendar-dropdown.hide-weekends {\n width: 215px;\n }\n\n .calendar-dropdown.top {\n top: auto;\n bottom: 100%;\n margin: 0 0 5px;\n transform: translate(-50%, -8px);\n }\n\n .calendar-dropdown.left {\n top: 50%;\n left: 0;\n margin: 0 0 0 5px;\n transform: translate(calc(-8px + -100%), -50%);\n }\n\n .calendar-dropdown.right {\n top: 50%;\n left: 100%;\n transform: translate(8px, -50%);\n }\n\n .calendar-dropdown.visible {\n display: block;\n }\n\n .calendar-dropdown.inline {\n display: block;\n position: static;\n margin-top: 5px;\n transform: none;\n }\n\n .header {\n display: flex;\n justify-content: space-between;\n align-items: center;\n margin: 0 0 10px;\n }\n\n .header h3 {\n margin: 0;\n text-transform: capitalize;\n font-weight: bold;\n color: var(--foreground-on-accent-rest);\n }\n\n .header .months-arrows {\n display: flex;\n flex-direction: row;\n }\n\n .header .icon-container {\n display: flex;\n width: 25px;\n height: 25px;\n justify-content: center;\n align-items: center;\n cursor: pointer;\n }\n\n .header .icon-container:first-child {\n margin-right: calc(var(--design-unit) * 2px);\n }\n\n .header .prev-month,\n .header .next-month {\n color: var(--foreground-on-accent-rest);\n font-size: 18px;\n }\n\n .week-days {\n display: grid;\n grid-template-columns: repeat(7, 1fr);\n grid-gap: 5px;\n margin-bottom: 10px;\n color: var(--foreground-on-accent-rest);\n }\n\n .week-days span {\n display: flex;\n justify-content: center;\n align-items: center;\n font-size: 14px;\n font-weight: bold;\n text-transform: capitalize;\n }\n\n .week-days span.disabled {\n opacity: 50%;\n }\n\n .month-days {\n display: grid;\n grid-template-columns: repeat(7, 1fr);\n grid-gap: 5px;\n }\n\n .month-days.hide-weekends {\n grid-template-columns: repeat(5, 1fr);\n }\n\n .month-day {\n padding: 8px 5px;\n color: #808080;\n background: none;\n display: flex;\n justify-content: center;\n align-items: center;\n border-radius: calc(var(--control-corner-radius) * 4px);\n cursor: pointer;\n border: none;\n }\n\n .month-day.current {\n opacity: 100%;\n color: var(--foreground-on-accent-rest);\n }\n\n .month-day.selected {\n background: var(--accent-foreground-rest);\n color: var(--neutral-foreground-rest);\n }\n\n .month-day:hover:not(:disabled) {\n background: var(--neutral-stroke-hover);\n color: (--neutral-foreground-rest);\n }\n\n .month-day[disabled] {\n opacity: 50%;\n cursor: not-allowed;\n }\n\n .date-toggle[readonly] .label {\n cursor: pointer;\n }\n`"
|
|
12863
|
+
"default": "css`\n :host {\n position: relative;\n }\n\n .date-toggle::part(control) {\n cursor: pointer;\n }\n\n .date-toggle::part(label) {\n cursor: pointer;\n }\n\n .calendar-dropdown {\n display: none;\n width: 300px;\n z-index: 999;\n position: absolute;\n top: 100%;\n left: 50%;\n transform: translate(-50%, 8px);\n margin: 10px 0 0;\n padding: 20px;\n background: var(--neutral-foreground-rest);\n border-radius: calc(var(--control-corner-radius) * 1px);\n box-shadow: 0 0 8px rgb(0 0 0 / 20%);\n }\n\n .calendar-dropdown.hide-weekends {\n width: 215px;\n }\n\n .calendar-dropdown.top {\n top: auto;\n bottom: 100%;\n margin: 0 0 5px;\n transform: translate(-50%, -8px);\n }\n\n .calendar-dropdown.left {\n top: 50%;\n left: 0;\n margin: 0 0 0 5px;\n transform: translate(calc(-8px + -100%), -50%);\n }\n\n .calendar-dropdown.right {\n top: 50%;\n left: 100%;\n transform: translate(8px, -50%);\n }\n\n .calendar-dropdown.visible {\n display: block;\n }\n\n .calendar-dropdown.inline {\n display: block;\n position: static;\n margin-top: 5px;\n transform: none;\n }\n\n .header {\n display: flex;\n justify-content: space-between;\n align-items: center;\n margin: 0 0 10px;\n }\n\n .header h3 {\n margin: 0;\n text-transform: capitalize;\n font-weight: bold;\n color: var(--foreground-on-accent-rest);\n }\n\n .header .months-arrows {\n display: flex;\n flex-direction: row;\n }\n\n .header .icon-container {\n display: flex;\n width: 25px;\n height: 25px;\n justify-content: center;\n align-items: center;\n cursor: pointer;\n }\n\n .header .icon-container:first-child {\n margin-right: calc(var(--design-unit) * 2px);\n }\n\n .header .prev-month,\n .header .next-month {\n color: var(--foreground-on-accent-rest);\n font-size: 18px;\n }\n\n .week-days {\n display: grid;\n grid-template-columns: repeat(7, 1fr);\n grid-gap: 5px;\n margin-bottom: 10px;\n color: var(--foreground-on-accent-rest);\n }\n\n .week-days span {\n display: flex;\n justify-content: center;\n align-items: center;\n font-size: 14px;\n font-weight: bold;\n text-transform: capitalize;\n }\n\n .week-days span.disabled {\n opacity: 50%;\n }\n\n .month-days {\n display: grid;\n grid-template-columns: repeat(7, 1fr);\n grid-gap: 5px;\n }\n\n .week-days.hide-weekends,\n .month-days.hide-weekends {\n grid-template-columns: repeat(5, 1fr);\n }\n\n .month-day {\n padding: 8px 5px;\n color: #808080;\n background: none;\n display: flex;\n justify-content: center;\n align-items: center;\n border-radius: calc(var(--control-corner-radius) * 4px);\n cursor: pointer;\n border: none;\n }\n\n .month-day.current {\n opacity: 100%;\n color: var(--foreground-on-accent-rest);\n }\n\n .month-day.selected {\n background: var(--accent-foreground-rest);\n color: var(--neutral-foreground-rest);\n }\n\n .month-day:hover:not(:disabled) {\n background: var(--neutral-stroke-hover);\n color: (--neutral-foreground-rest);\n }\n\n .month-day[disabled] {\n opacity: 50%;\n cursor: not-allowed;\n }\n\n .date-toggle[readonly] .label {\n cursor: pointer;\n }\n`"
|
|
12864
12864
|
}
|
|
12865
12865
|
],
|
|
12866
12866
|
"exports": [
|
|
@@ -13836,90 +13836,414 @@
|
|
|
13836
13836
|
},
|
|
13837
13837
|
{
|
|
13838
13838
|
"kind": "javascript-module",
|
|
13839
|
-
"path": "src/
|
|
13840
|
-
"declarations": [
|
|
13841
|
-
{
|
|
13842
|
-
"kind": "variable",
|
|
13843
|
-
"name": "foundationDialogStyles",
|
|
13844
|
-
"type": {
|
|
13845
|
-
"text": "ElementStyles"
|
|
13846
|
-
},
|
|
13847
|
-
"default": "css`\n :host {\n --dialog-close-icon-display: flex;\n --dialog-min-width: 358px;\n --notification-details-min-height: 40px;\n }\n\n dialog[type='error'],\n dialog[type='success'] {\n padding: calc(var(--design-unit) * 2px) calc(var(--design-unit) * 4px)\n calc(var(--design-unit) * 2px) calc(var(--design-unit) * 6px);\n }\n\n dialog[type='error']::before,\n dialog[type='success']::before {\n content: '';\n position: absolute;\n top: 50%;\n transform: translateY(-50%);\n left: calc(var(--design-unit) * 3px - 2px);\n height: calc(100% - (var(--design-unit) * 4px));\n width: 4px;\n border-radius: 2px;\n }\n\n dialog[type='error']::before {\n background-color: var(--error-color);\n }\n\n dialog[type='success']::before {\n background-color: var(--success-color);\n }\n\n .close-icon {\n display: var(--dialog-close-icon-display);\n }\n\n dialog {\n background-color: var(--dialog-background, var(--fill-color));\n padding: calc(var(--design-unit) * 2px) calc(var(--design-unit) * 4px)\n calc(var(--design-unit) * 4px);\n outline: none;\n overflow: inherit;\n }\n\n :host([position='right']) dialog .content-wrapper,\n :host([position='left']) dialog .content-wrapper,\n :host([position='left']) dialog,\n :host([position='right']) dialog {\n height: 100%;\n }\n\n :host([position='left']) dialog {\n margin-left: 0;\n }\n\n :host([position='right']) dialog {\n margin-right: 0;\n }\n\n ::slotted(zero-divider) {\n width: 100%;\n }\n\n .title {\n margin-top: calc(var(--design-unit) * 2px);\n font-size: 14px;\n }\n\n .details {\n font-size: 12px;\n overflow: hidden;\n min-height: var(--notification-details-min-height);\n }\n`"
|
|
13848
|
-
}
|
|
13849
|
-
],
|
|
13850
|
-
"exports": [
|
|
13851
|
-
{
|
|
13852
|
-
"kind": "js",
|
|
13853
|
-
"name": "foundationDialogStyles",
|
|
13854
|
-
"declaration": {
|
|
13855
|
-
"name": "foundationDialogStyles",
|
|
13856
|
-
"module": "src/dialog/dialog.styles.ts"
|
|
13857
|
-
}
|
|
13858
|
-
}
|
|
13859
|
-
]
|
|
13860
|
-
},
|
|
13861
|
-
{
|
|
13862
|
-
"kind": "javascript-module",
|
|
13863
|
-
"path": "src/dialog/dialog.template.ts",
|
|
13839
|
+
"path": "src/design-system-provider/design-system-provider.styles.ts",
|
|
13864
13840
|
"declarations": [
|
|
13865
13841
|
{
|
|
13866
13842
|
"kind": "function",
|
|
13867
|
-
"name": "
|
|
13843
|
+
"name": "designSystemProviderStyles",
|
|
13868
13844
|
"parameters": [
|
|
13869
13845
|
{
|
|
13870
|
-
"name": "
|
|
13846
|
+
"name": "context",
|
|
13871
13847
|
"type": {
|
|
13872
|
-
"text": "
|
|
13848
|
+
"text": "ElementDefinitionContext"
|
|
13873
13849
|
}
|
|
13874
13850
|
}
|
|
13875
13851
|
]
|
|
13876
|
-
},
|
|
13877
|
-
{
|
|
13878
|
-
"kind": "variable",
|
|
13879
|
-
"name": "foundationDialogTemplate",
|
|
13880
|
-
"default": "html<Dialog>`\n ${(x) => getDialogTemplate(getPrefix(x))}\n`"
|
|
13881
13852
|
}
|
|
13882
13853
|
],
|
|
13883
13854
|
"exports": [
|
|
13884
13855
|
{
|
|
13885
13856
|
"kind": "js",
|
|
13886
|
-
"name": "
|
|
13887
|
-
"declaration": {
|
|
13888
|
-
"name": "getDialogTemplate",
|
|
13889
|
-
"module": "src/dialog/dialog.template.ts"
|
|
13890
|
-
}
|
|
13891
|
-
},
|
|
13892
|
-
{
|
|
13893
|
-
"kind": "js",
|
|
13894
|
-
"name": "foundationDialogTemplate",
|
|
13857
|
+
"name": "designSystemProviderStyles",
|
|
13895
13858
|
"declaration": {
|
|
13896
|
-
"name": "
|
|
13897
|
-
"module": "src/
|
|
13859
|
+
"name": "designSystemProviderStyles",
|
|
13860
|
+
"module": "src/design-system-provider/design-system-provider.styles.ts"
|
|
13898
13861
|
}
|
|
13899
13862
|
}
|
|
13900
13863
|
]
|
|
13901
13864
|
},
|
|
13902
13865
|
{
|
|
13903
13866
|
"kind": "javascript-module",
|
|
13904
|
-
"path": "src/
|
|
13867
|
+
"path": "src/design-system-provider/design-system-provider.ts",
|
|
13905
13868
|
"declarations": [
|
|
13906
|
-
{
|
|
13907
|
-
"kind": "
|
|
13908
|
-
"
|
|
13909
|
-
"
|
|
13910
|
-
|
|
13911
|
-
|
|
13912
|
-
|
|
13913
|
-
|
|
13914
|
-
|
|
13915
|
-
|
|
13916
|
-
|
|
13917
|
-
|
|
13918
|
-
|
|
13919
|
-
|
|
13920
|
-
|
|
13921
|
-
|
|
13922
|
-
|
|
13869
|
+
{
|
|
13870
|
+
"kind": "class",
|
|
13871
|
+
"description": "The Foundation Design System Provider",
|
|
13872
|
+
"name": "FoundationDesignSystemProvider",
|
|
13873
|
+
"members": [
|
|
13874
|
+
{
|
|
13875
|
+
"kind": "field",
|
|
13876
|
+
"name": "cardFillColor",
|
|
13877
|
+
"type": {
|
|
13878
|
+
"text": "Swatch"
|
|
13879
|
+
},
|
|
13880
|
+
"privacy": "public"
|
|
13881
|
+
},
|
|
13882
|
+
{
|
|
13883
|
+
"kind": "field",
|
|
13884
|
+
"name": "cardForegroundColor",
|
|
13885
|
+
"type": {
|
|
13886
|
+
"text": "Swatch"
|
|
13887
|
+
},
|
|
13888
|
+
"privacy": "public"
|
|
13889
|
+
}
|
|
13890
|
+
],
|
|
13891
|
+
"attributes": [
|
|
13892
|
+
{
|
|
13893
|
+
"name": "card-fill-color",
|
|
13894
|
+
"type": {
|
|
13895
|
+
"text": "Swatch"
|
|
13896
|
+
},
|
|
13897
|
+
"fieldName": "cardFillColor"
|
|
13898
|
+
},
|
|
13899
|
+
{
|
|
13900
|
+
"name": "card-foreground-color",
|
|
13901
|
+
"type": {
|
|
13902
|
+
"text": "Swatch"
|
|
13903
|
+
},
|
|
13904
|
+
"fieldName": "cardForegroundColor"
|
|
13905
|
+
}
|
|
13906
|
+
],
|
|
13907
|
+
"superclass": {
|
|
13908
|
+
"name": "FASTDesignSystemProvider",
|
|
13909
|
+
"package": "@microsoft/fast-components"
|
|
13910
|
+
},
|
|
13911
|
+
"tagName": "%%prefix%%-design-system-provider",
|
|
13912
|
+
"customElement": true
|
|
13913
|
+
},
|
|
13914
|
+
{
|
|
13915
|
+
"kind": "variable",
|
|
13916
|
+
"name": "foundationDesignSystemProvider",
|
|
13917
|
+
"description": "The Foundation Design System Provider composed element",
|
|
13918
|
+
"privacy": "public"
|
|
13919
|
+
}
|
|
13920
|
+
],
|
|
13921
|
+
"exports": [
|
|
13922
|
+
{
|
|
13923
|
+
"kind": "js",
|
|
13924
|
+
"name": "FoundationDesignSystemProvider",
|
|
13925
|
+
"declaration": {
|
|
13926
|
+
"name": "FoundationDesignSystemProvider",
|
|
13927
|
+
"module": "src/design-system-provider/design-system-provider.ts"
|
|
13928
|
+
}
|
|
13929
|
+
},
|
|
13930
|
+
{
|
|
13931
|
+
"kind": "js",
|
|
13932
|
+
"name": "foundationDesignSystemProvider",
|
|
13933
|
+
"declaration": {
|
|
13934
|
+
"name": "foundationDesignSystemProvider",
|
|
13935
|
+
"module": "src/design-system-provider/design-system-provider.ts"
|
|
13936
|
+
}
|
|
13937
|
+
}
|
|
13938
|
+
]
|
|
13939
|
+
},
|
|
13940
|
+
{
|
|
13941
|
+
"kind": "javascript-module",
|
|
13942
|
+
"path": "src/design-system-provider/design-system-provider.utils.ts",
|
|
13943
|
+
"declarations": [
|
|
13944
|
+
{
|
|
13945
|
+
"kind": "function",
|
|
13946
|
+
"name": "provideTokens",
|
|
13947
|
+
"parameters": [
|
|
13948
|
+
{
|
|
13949
|
+
"name": "tokens"
|
|
13950
|
+
},
|
|
13951
|
+
{
|
|
13952
|
+
"name": "values"
|
|
13953
|
+
},
|
|
13954
|
+
{
|
|
13955
|
+
"name": "element",
|
|
13956
|
+
"optional": true,
|
|
13957
|
+
"type": {
|
|
13958
|
+
"text": "HTMLElement"
|
|
13959
|
+
}
|
|
13960
|
+
}
|
|
13961
|
+
]
|
|
13962
|
+
},
|
|
13963
|
+
{
|
|
13964
|
+
"kind": "function",
|
|
13965
|
+
"name": "designToken",
|
|
13966
|
+
"parameters": [
|
|
13967
|
+
{
|
|
13968
|
+
"name": "token",
|
|
13969
|
+
"type": {
|
|
13970
|
+
"text": "DesignToken<T>"
|
|
13971
|
+
}
|
|
13972
|
+
}
|
|
13973
|
+
]
|
|
13974
|
+
},
|
|
13975
|
+
{
|
|
13976
|
+
"kind": "variable",
|
|
13977
|
+
"name": "swatchConverter",
|
|
13978
|
+
"type": {
|
|
13979
|
+
"text": "ValueConverter"
|
|
13980
|
+
},
|
|
13981
|
+
"default": "{\n toView(value: any): string | null {\n if (value === null || value === undefined) {\n return null;\n }\n return (value as Swatch)?.toColorString();\n },\n\n fromView(value: any): any {\n if (value === null || value === undefined) {\n return null;\n }\n const color = parseColorHexRGB(value);\n return color ? SwatchRGB.create(color!.r, color!.g, color!.b) : null;\n },\n}"
|
|
13982
|
+
},
|
|
13983
|
+
{
|
|
13984
|
+
"kind": "function",
|
|
13985
|
+
"name": "paletteFromHex",
|
|
13986
|
+
"parameters": [
|
|
13987
|
+
{
|
|
13988
|
+
"name": "hexColor",
|
|
13989
|
+
"type": {
|
|
13990
|
+
"text": "string"
|
|
13991
|
+
}
|
|
13992
|
+
}
|
|
13993
|
+
]
|
|
13994
|
+
},
|
|
13995
|
+
{
|
|
13996
|
+
"kind": "function",
|
|
13997
|
+
"name": "getDefaultConfig",
|
|
13998
|
+
"parameters": [
|
|
13999
|
+
{
|
|
14000
|
+
"name": "definition",
|
|
14001
|
+
"type": {
|
|
14002
|
+
"text": "Partial<FoundationElementDefinition>"
|
|
14003
|
+
}
|
|
14004
|
+
},
|
|
14005
|
+
{
|
|
14006
|
+
"name": "exclusions",
|
|
14007
|
+
"default": "defaultExclusions"
|
|
14008
|
+
}
|
|
14009
|
+
]
|
|
14010
|
+
},
|
|
14011
|
+
{
|
|
14012
|
+
"kind": "function",
|
|
14013
|
+
"name": "getExports",
|
|
14014
|
+
"parameters": [
|
|
14015
|
+
{
|
|
14016
|
+
"name": "registrationFunction"
|
|
14017
|
+
}
|
|
14018
|
+
]
|
|
14019
|
+
},
|
|
14020
|
+
{
|
|
14021
|
+
"kind": "function",
|
|
14022
|
+
"name": "getTypeRampValue",
|
|
14023
|
+
"parameters": [
|
|
14024
|
+
{
|
|
14025
|
+
"name": "baseTypeRamp",
|
|
14026
|
+
"type": {
|
|
14027
|
+
"text": "string"
|
|
14028
|
+
}
|
|
14029
|
+
},
|
|
14030
|
+
{
|
|
14031
|
+
"name": "value",
|
|
14032
|
+
"type": {
|
|
14033
|
+
"text": "number"
|
|
14034
|
+
}
|
|
14035
|
+
}
|
|
14036
|
+
]
|
|
14037
|
+
},
|
|
14038
|
+
{
|
|
14039
|
+
"kind": "function",
|
|
14040
|
+
"name": "configureDesignSystem",
|
|
14041
|
+
"parameters": [
|
|
14042
|
+
{
|
|
14043
|
+
"name": "provider",
|
|
14044
|
+
"type": {
|
|
14045
|
+
"text": "HTMLElement"
|
|
14046
|
+
}
|
|
14047
|
+
},
|
|
14048
|
+
{
|
|
14049
|
+
"name": "config",
|
|
14050
|
+
"type": {
|
|
14051
|
+
"text": "DesignTokensConfig"
|
|
14052
|
+
}
|
|
14053
|
+
}
|
|
14054
|
+
]
|
|
14055
|
+
}
|
|
14056
|
+
],
|
|
14057
|
+
"exports": [
|
|
14058
|
+
{
|
|
14059
|
+
"kind": "js",
|
|
14060
|
+
"name": "provideTokens",
|
|
14061
|
+
"declaration": {
|
|
14062
|
+
"name": "provideTokens",
|
|
14063
|
+
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
14064
|
+
}
|
|
14065
|
+
},
|
|
14066
|
+
{
|
|
14067
|
+
"kind": "js",
|
|
14068
|
+
"name": "designToken",
|
|
14069
|
+
"declaration": {
|
|
14070
|
+
"name": "designToken",
|
|
14071
|
+
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
14072
|
+
}
|
|
14073
|
+
},
|
|
14074
|
+
{
|
|
14075
|
+
"kind": "js",
|
|
14076
|
+
"name": "swatchConverter",
|
|
14077
|
+
"declaration": {
|
|
14078
|
+
"name": "swatchConverter",
|
|
14079
|
+
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
14080
|
+
}
|
|
14081
|
+
},
|
|
14082
|
+
{
|
|
14083
|
+
"kind": "js",
|
|
14084
|
+
"name": "paletteFromHex",
|
|
14085
|
+
"declaration": {
|
|
14086
|
+
"name": "paletteFromHex",
|
|
14087
|
+
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
14088
|
+
}
|
|
14089
|
+
},
|
|
14090
|
+
{
|
|
14091
|
+
"kind": "js",
|
|
14092
|
+
"name": "getDefaultConfig",
|
|
14093
|
+
"declaration": {
|
|
14094
|
+
"name": "getDefaultConfig",
|
|
14095
|
+
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
14096
|
+
}
|
|
14097
|
+
},
|
|
14098
|
+
{
|
|
14099
|
+
"kind": "js",
|
|
14100
|
+
"name": "getExports",
|
|
14101
|
+
"declaration": {
|
|
14102
|
+
"name": "getExports",
|
|
14103
|
+
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
14104
|
+
}
|
|
14105
|
+
},
|
|
14106
|
+
{
|
|
14107
|
+
"kind": "js",
|
|
14108
|
+
"name": "getTypeRampValue",
|
|
14109
|
+
"declaration": {
|
|
14110
|
+
"name": "getTypeRampValue",
|
|
14111
|
+
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
14112
|
+
}
|
|
14113
|
+
},
|
|
14114
|
+
{
|
|
14115
|
+
"kind": "js",
|
|
14116
|
+
"name": "configureDesignSystem",
|
|
14117
|
+
"declaration": {
|
|
14118
|
+
"name": "configureDesignSystem",
|
|
14119
|
+
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
14120
|
+
}
|
|
14121
|
+
}
|
|
14122
|
+
]
|
|
14123
|
+
},
|
|
14124
|
+
{
|
|
14125
|
+
"kind": "javascript-module",
|
|
14126
|
+
"path": "src/design-system-provider/index.ts",
|
|
14127
|
+
"declarations": [],
|
|
14128
|
+
"exports": [
|
|
14129
|
+
{
|
|
14130
|
+
"kind": "js",
|
|
14131
|
+
"name": "*",
|
|
14132
|
+
"declaration": {
|
|
14133
|
+
"name": "*",
|
|
14134
|
+
"package": "./design-system-provider.utils"
|
|
14135
|
+
}
|
|
14136
|
+
},
|
|
14137
|
+
{
|
|
14138
|
+
"kind": "js",
|
|
14139
|
+
"name": "*",
|
|
14140
|
+
"declaration": {
|
|
14141
|
+
"name": "*",
|
|
14142
|
+
"package": "./design-system-provider"
|
|
14143
|
+
}
|
|
14144
|
+
},
|
|
14145
|
+
{
|
|
14146
|
+
"kind": "js",
|
|
14147
|
+
"name": "*",
|
|
14148
|
+
"declaration": {
|
|
14149
|
+
"name": "*",
|
|
14150
|
+
"package": "./types"
|
|
14151
|
+
}
|
|
14152
|
+
}
|
|
14153
|
+
]
|
|
14154
|
+
},
|
|
14155
|
+
{
|
|
14156
|
+
"kind": "javascript-module",
|
|
14157
|
+
"path": "src/design-system-provider/types.ts",
|
|
14158
|
+
"declarations": [],
|
|
14159
|
+
"exports": []
|
|
14160
|
+
},
|
|
14161
|
+
{
|
|
14162
|
+
"kind": "javascript-module",
|
|
14163
|
+
"path": "src/dialog/dialog.styles.ts",
|
|
14164
|
+
"declarations": [
|
|
14165
|
+
{
|
|
14166
|
+
"kind": "variable",
|
|
14167
|
+
"name": "foundationDialogStyles",
|
|
14168
|
+
"type": {
|
|
14169
|
+
"text": "ElementStyles"
|
|
14170
|
+
},
|
|
14171
|
+
"default": "css`\n :host {\n --dialog-close-icon-display: flex;\n --dialog-min-width: 358px;\n --notification-details-min-height: 40px;\n }\n\n dialog[type='error'],\n dialog[type='success'] {\n padding: calc(var(--design-unit) * 2px) calc(var(--design-unit) * 4px)\n calc(var(--design-unit) * 2px) calc(var(--design-unit) * 6px);\n }\n\n dialog[type='error']::before,\n dialog[type='success']::before {\n content: '';\n position: absolute;\n top: 50%;\n transform: translateY(-50%);\n left: calc(var(--design-unit) * 3px - 2px);\n height: calc(100% - (var(--design-unit) * 4px));\n width: 4px;\n border-radius: 2px;\n }\n\n dialog[type='error']::before {\n background-color: var(--error-color);\n }\n\n dialog[type='success']::before {\n background-color: var(--success-color);\n }\n\n .close-icon {\n display: var(--dialog-close-icon-display);\n }\n\n dialog {\n background-color: var(--dialog-background, var(--fill-color));\n padding: calc(var(--design-unit) * 2px) calc(var(--design-unit) * 4px)\n calc(var(--design-unit) * 4px);\n outline: none;\n overflow: inherit;\n }\n\n :host([position='right']) dialog .content-wrapper,\n :host([position='left']) dialog .content-wrapper,\n :host([position='left']) dialog,\n :host([position='right']) dialog {\n height: 100%;\n }\n\n :host([position='left']) dialog {\n margin-left: 0;\n }\n\n :host([position='right']) dialog {\n margin-right: 0;\n }\n\n ::slotted(zero-divider) {\n width: 100%;\n }\n\n .title {\n margin-top: calc(var(--design-unit) * 2px);\n font-size: 14px;\n }\n\n .details {\n font-size: 12px;\n overflow: hidden;\n min-height: var(--notification-details-min-height);\n }\n`"
|
|
14172
|
+
}
|
|
14173
|
+
],
|
|
14174
|
+
"exports": [
|
|
14175
|
+
{
|
|
14176
|
+
"kind": "js",
|
|
14177
|
+
"name": "foundationDialogStyles",
|
|
14178
|
+
"declaration": {
|
|
14179
|
+
"name": "foundationDialogStyles",
|
|
14180
|
+
"module": "src/dialog/dialog.styles.ts"
|
|
14181
|
+
}
|
|
14182
|
+
}
|
|
14183
|
+
]
|
|
14184
|
+
},
|
|
14185
|
+
{
|
|
14186
|
+
"kind": "javascript-module",
|
|
14187
|
+
"path": "src/dialog/dialog.template.ts",
|
|
14188
|
+
"declarations": [
|
|
14189
|
+
{
|
|
14190
|
+
"kind": "function",
|
|
14191
|
+
"name": "getDialogTemplate",
|
|
14192
|
+
"parameters": [
|
|
14193
|
+
{
|
|
14194
|
+
"name": "prefix",
|
|
14195
|
+
"type": {
|
|
14196
|
+
"text": "string"
|
|
14197
|
+
}
|
|
14198
|
+
}
|
|
14199
|
+
]
|
|
14200
|
+
},
|
|
14201
|
+
{
|
|
14202
|
+
"kind": "variable",
|
|
14203
|
+
"name": "foundationDialogTemplate",
|
|
14204
|
+
"default": "html<Dialog>`\n ${(x) => getDialogTemplate(getPrefix(x))}\n`"
|
|
14205
|
+
}
|
|
14206
|
+
],
|
|
14207
|
+
"exports": [
|
|
14208
|
+
{
|
|
14209
|
+
"kind": "js",
|
|
14210
|
+
"name": "getDialogTemplate",
|
|
14211
|
+
"declaration": {
|
|
14212
|
+
"name": "getDialogTemplate",
|
|
14213
|
+
"module": "src/dialog/dialog.template.ts"
|
|
14214
|
+
}
|
|
14215
|
+
},
|
|
14216
|
+
{
|
|
14217
|
+
"kind": "js",
|
|
14218
|
+
"name": "foundationDialogTemplate",
|
|
14219
|
+
"declaration": {
|
|
14220
|
+
"name": "foundationDialogTemplate",
|
|
14221
|
+
"module": "src/dialog/dialog.template.ts"
|
|
14222
|
+
}
|
|
14223
|
+
}
|
|
14224
|
+
]
|
|
14225
|
+
},
|
|
14226
|
+
{
|
|
14227
|
+
"kind": "javascript-module",
|
|
14228
|
+
"path": "src/dialog/dialog.ts",
|
|
14229
|
+
"declarations": [
|
|
14230
|
+
{
|
|
14231
|
+
"kind": "variable",
|
|
14232
|
+
"name": "foundationDialogShadowOptions",
|
|
14233
|
+
"type": {
|
|
14234
|
+
"text": "ShadowRootInit"
|
|
14235
|
+
},
|
|
14236
|
+
"default": "{\n mode: 'open',\n delegatesFocus: true,\n}",
|
|
14237
|
+
"description": "Focus trapping will be addressed as part of https://genesisglobal.atlassian.net/browse/FUI-2083"
|
|
14238
|
+
},
|
|
14239
|
+
{
|
|
14240
|
+
"kind": "variable",
|
|
14241
|
+
"name": "defaultDialogConfig",
|
|
14242
|
+
"type": {
|
|
14243
|
+
"text": "object"
|
|
14244
|
+
},
|
|
14245
|
+
"default": "{}"
|
|
14246
|
+
},
|
|
13923
14247
|
{
|
|
13924
14248
|
"kind": "class",
|
|
13925
14249
|
"description": "",
|
|
@@ -14508,235 +14832,53 @@
|
|
|
14508
14832
|
"kind": "js",
|
|
14509
14833
|
"name": "foundationDialogShadowOptions",
|
|
14510
14834
|
"declaration": {
|
|
14511
|
-
"name": "foundationDialogShadowOptions",
|
|
14512
|
-
"module": "src/dialog/dialog.ts"
|
|
14513
|
-
}
|
|
14514
|
-
},
|
|
14515
|
-
{
|
|
14516
|
-
"kind": "js",
|
|
14517
|
-
"name": "defaultDialogConfig",
|
|
14518
|
-
"declaration": {
|
|
14519
|
-
"name": "defaultDialogConfig",
|
|
14520
|
-
"module": "src/dialog/dialog.ts"
|
|
14521
|
-
}
|
|
14522
|
-
},
|
|
14523
|
-
{
|
|
14524
|
-
"kind": "js",
|
|
14525
|
-
"name": "DialogElement",
|
|
14526
|
-
"declaration": {
|
|
14527
|
-
"name": "DialogElement",
|
|
14528
|
-
"module": "src/dialog/dialog.ts"
|
|
14529
|
-
}
|
|
14530
|
-
},
|
|
14531
|
-
{
|
|
14532
|
-
"kind": "js",
|
|
14533
|
-
"name": "Dialog",
|
|
14534
|
-
"declaration": {
|
|
14535
|
-
"name": "Dialog",
|
|
14536
|
-
"module": "src/dialog/dialog.ts"
|
|
14537
|
-
}
|
|
14538
|
-
},
|
|
14539
|
-
{
|
|
14540
|
-
"kind": "js",
|
|
14541
|
-
"name": "foundationDialog",
|
|
14542
|
-
"declaration": {
|
|
14543
|
-
"name": "foundationDialog",
|
|
14544
|
-
"module": "src/dialog/dialog.ts"
|
|
14545
|
-
}
|
|
14546
|
-
}
|
|
14547
|
-
]
|
|
14548
|
-
},
|
|
14549
|
-
{
|
|
14550
|
-
"kind": "javascript-module",
|
|
14551
|
-
"path": "src/dialog/dialog.types.ts",
|
|
14552
|
-
"declarations": [],
|
|
14553
|
-
"exports": []
|
|
14554
|
-
},
|
|
14555
|
-
{
|
|
14556
|
-
"kind": "javascript-module",
|
|
14557
|
-
"path": "src/dialog/index.ts",
|
|
14558
|
-
"declarations": [],
|
|
14559
|
-
"exports": [
|
|
14560
|
-
{
|
|
14561
|
-
"kind": "js",
|
|
14562
|
-
"name": "*",
|
|
14563
|
-
"declaration": {
|
|
14564
|
-
"name": "*",
|
|
14565
|
-
"package": "./dialog.styles"
|
|
14566
|
-
}
|
|
14567
|
-
},
|
|
14568
|
-
{
|
|
14569
|
-
"kind": "js",
|
|
14570
|
-
"name": "*",
|
|
14571
|
-
"declaration": {
|
|
14572
|
-
"name": "*",
|
|
14573
|
-
"package": "./dialog.template"
|
|
14574
|
-
}
|
|
14575
|
-
},
|
|
14576
|
-
{
|
|
14577
|
-
"kind": "js",
|
|
14578
|
-
"name": "*",
|
|
14579
|
-
"declaration": {
|
|
14580
|
-
"name": "*",
|
|
14581
|
-
"package": "./dialog"
|
|
14582
|
-
}
|
|
14583
|
-
}
|
|
14584
|
-
]
|
|
14585
|
-
},
|
|
14586
|
-
{
|
|
14587
|
-
"kind": "javascript-module",
|
|
14588
|
-
"path": "src/disclosure/disclosure.styles.ts",
|
|
14589
|
-
"declarations": [
|
|
14590
|
-
{
|
|
14591
|
-
"kind": "function",
|
|
14592
|
-
"name": "foundationDisclosureStyles",
|
|
14593
|
-
"return": {
|
|
14594
|
-
"type": {
|
|
14595
|
-
"text": "ElementStyles"
|
|
14596
|
-
}
|
|
14597
|
-
},
|
|
14598
|
-
"parameters": [
|
|
14599
|
-
{
|
|
14600
|
-
"name": "context",
|
|
14601
|
-
"type": {
|
|
14602
|
-
"text": "ElementDefinitionContext"
|
|
14603
|
-
}
|
|
14604
|
-
},
|
|
14605
|
-
{
|
|
14606
|
-
"name": "definition",
|
|
14607
|
-
"type": {
|
|
14608
|
-
"text": "FoundationElementDefinition"
|
|
14609
|
-
}
|
|
14610
|
-
}
|
|
14611
|
-
]
|
|
14612
|
-
}
|
|
14613
|
-
],
|
|
14614
|
-
"exports": [
|
|
14615
|
-
{
|
|
14616
|
-
"kind": "js",
|
|
14617
|
-
"name": "foundationDisclosureStyles",
|
|
14618
|
-
"declaration": {
|
|
14619
|
-
"name": "foundationDisclosureStyles",
|
|
14620
|
-
"module": "src/disclosure/disclosure.styles.ts"
|
|
14621
|
-
}
|
|
14622
|
-
}
|
|
14623
|
-
]
|
|
14624
|
-
},
|
|
14625
|
-
{
|
|
14626
|
-
"kind": "javascript-module",
|
|
14627
|
-
"path": "src/disclosure/disclosure.template.ts",
|
|
14628
|
-
"declarations": [
|
|
14629
|
-
{
|
|
14630
|
-
"kind": "function",
|
|
14631
|
-
"name": "foundationDisclosureTemplate",
|
|
14632
|
-
"return": {
|
|
14633
|
-
"type": {
|
|
14634
|
-
"text": "ViewTemplate<Disclosure>"
|
|
14635
|
-
}
|
|
14636
|
-
},
|
|
14637
|
-
"parameters": [
|
|
14638
|
-
{
|
|
14639
|
-
"name": "context",
|
|
14640
|
-
"type": {
|
|
14641
|
-
"text": "ElementDefinitionContext"
|
|
14642
|
-
}
|
|
14643
|
-
},
|
|
14644
|
-
{
|
|
14645
|
-
"name": "definition",
|
|
14646
|
-
"type": {
|
|
14647
|
-
"text": "FoundationElementDefinition"
|
|
14648
|
-
}
|
|
14649
|
-
}
|
|
14650
|
-
]
|
|
14651
|
-
}
|
|
14652
|
-
],
|
|
14653
|
-
"exports": [
|
|
14654
|
-
{
|
|
14655
|
-
"kind": "js",
|
|
14656
|
-
"name": "foundationDisclosureTemplate",
|
|
14657
|
-
"declaration": {
|
|
14658
|
-
"name": "foundationDisclosureTemplate",
|
|
14659
|
-
"module": "src/disclosure/disclosure.template.ts"
|
|
14660
|
-
}
|
|
14661
|
-
}
|
|
14662
|
-
]
|
|
14663
|
-
},
|
|
14664
|
-
{
|
|
14665
|
-
"kind": "javascript-module",
|
|
14666
|
-
"path": "src/disclosure/disclosure.ts",
|
|
14667
|
-
"declarations": [
|
|
14668
|
-
{
|
|
14669
|
-
"kind": "class",
|
|
14670
|
-
"description": "",
|
|
14671
|
-
"name": "Disclosure",
|
|
14672
|
-
"superclass": {
|
|
14673
|
-
"name": "FASTDisclosure",
|
|
14674
|
-
"package": "@microsoft/fast-foundation"
|
|
14675
|
-
},
|
|
14676
|
-
"tagName": "%%prefix%%-disclosure",
|
|
14677
|
-
"customElement": true
|
|
14678
|
-
},
|
|
14679
|
-
{
|
|
14680
|
-
"kind": "variable",
|
|
14681
|
-
"name": "foundationDisclosureShadowOptions",
|
|
14682
|
-
"type": {
|
|
14683
|
-
"text": "ShadowRootInit"
|
|
14684
|
-
},
|
|
14685
|
-
"default": "undefined"
|
|
14686
|
-
},
|
|
14687
|
-
{
|
|
14688
|
-
"kind": "variable",
|
|
14689
|
-
"name": "defaultDisclosureConfig",
|
|
14690
|
-
"type": {
|
|
14691
|
-
"text": "object"
|
|
14692
|
-
},
|
|
14693
|
-
"default": "{}"
|
|
14694
|
-
},
|
|
14695
|
-
{
|
|
14696
|
-
"kind": "variable",
|
|
14697
|
-
"name": "foundationDisclosure",
|
|
14698
|
-
"description": "The Foundation Disclosure",
|
|
14699
|
-
"privacy": "public"
|
|
14700
|
-
}
|
|
14701
|
-
],
|
|
14702
|
-
"exports": [
|
|
14835
|
+
"name": "foundationDialogShadowOptions",
|
|
14836
|
+
"module": "src/dialog/dialog.ts"
|
|
14837
|
+
}
|
|
14838
|
+
},
|
|
14703
14839
|
{
|
|
14704
14840
|
"kind": "js",
|
|
14705
|
-
"name": "
|
|
14841
|
+
"name": "defaultDialogConfig",
|
|
14706
14842
|
"declaration": {
|
|
14707
|
-
"name": "
|
|
14708
|
-
"module": "src/
|
|
14843
|
+
"name": "defaultDialogConfig",
|
|
14844
|
+
"module": "src/dialog/dialog.ts"
|
|
14709
14845
|
}
|
|
14710
14846
|
},
|
|
14711
14847
|
{
|
|
14712
14848
|
"kind": "js",
|
|
14713
|
-
"name": "
|
|
14849
|
+
"name": "DialogElement",
|
|
14714
14850
|
"declaration": {
|
|
14715
|
-
"name": "
|
|
14716
|
-
"module": "src/
|
|
14851
|
+
"name": "DialogElement",
|
|
14852
|
+
"module": "src/dialog/dialog.ts"
|
|
14717
14853
|
}
|
|
14718
14854
|
},
|
|
14719
14855
|
{
|
|
14720
14856
|
"kind": "js",
|
|
14721
|
-
"name": "
|
|
14857
|
+
"name": "Dialog",
|
|
14722
14858
|
"declaration": {
|
|
14723
|
-
"name": "
|
|
14724
|
-
"module": "src/
|
|
14859
|
+
"name": "Dialog",
|
|
14860
|
+
"module": "src/dialog/dialog.ts"
|
|
14725
14861
|
}
|
|
14726
14862
|
},
|
|
14727
14863
|
{
|
|
14728
14864
|
"kind": "js",
|
|
14729
|
-
"name": "
|
|
14865
|
+
"name": "foundationDialog",
|
|
14730
14866
|
"declaration": {
|
|
14731
|
-
"name": "
|
|
14732
|
-
"module": "src/
|
|
14867
|
+
"name": "foundationDialog",
|
|
14868
|
+
"module": "src/dialog/dialog.ts"
|
|
14733
14869
|
}
|
|
14734
14870
|
}
|
|
14735
14871
|
]
|
|
14736
14872
|
},
|
|
14737
14873
|
{
|
|
14738
14874
|
"kind": "javascript-module",
|
|
14739
|
-
"path": "src/
|
|
14875
|
+
"path": "src/dialog/dialog.types.ts",
|
|
14876
|
+
"declarations": [],
|
|
14877
|
+
"exports": []
|
|
14878
|
+
},
|
|
14879
|
+
{
|
|
14880
|
+
"kind": "javascript-module",
|
|
14881
|
+
"path": "src/dialog/index.ts",
|
|
14740
14882
|
"declarations": [],
|
|
14741
14883
|
"exports": [
|
|
14742
14884
|
{
|
|
@@ -14744,7 +14886,7 @@
|
|
|
14744
14886
|
"name": "*",
|
|
14745
14887
|
"declaration": {
|
|
14746
14888
|
"name": "*",
|
|
14747
|
-
"package": "./
|
|
14889
|
+
"package": "./dialog.styles"
|
|
14748
14890
|
}
|
|
14749
14891
|
},
|
|
14750
14892
|
{
|
|
@@ -14752,7 +14894,7 @@
|
|
|
14752
14894
|
"name": "*",
|
|
14753
14895
|
"declaration": {
|
|
14754
14896
|
"name": "*",
|
|
14755
|
-
"package": "./
|
|
14897
|
+
"package": "./dialog.template"
|
|
14756
14898
|
}
|
|
14757
14899
|
},
|
|
14758
14900
|
{
|
|
@@ -14760,226 +14902,73 @@
|
|
|
14760
14902
|
"name": "*",
|
|
14761
14903
|
"declaration": {
|
|
14762
14904
|
"name": "*",
|
|
14763
|
-
"package": "./
|
|
14905
|
+
"package": "./dialog"
|
|
14764
14906
|
}
|
|
14765
14907
|
}
|
|
14766
14908
|
]
|
|
14767
14909
|
},
|
|
14768
14910
|
{
|
|
14769
14911
|
"kind": "javascript-module",
|
|
14770
|
-
"path": "src/
|
|
14912
|
+
"path": "src/disclosure/disclosure.styles.ts",
|
|
14771
14913
|
"declarations": [
|
|
14772
14914
|
{
|
|
14773
14915
|
"kind": "function",
|
|
14774
|
-
"name": "
|
|
14916
|
+
"name": "foundationDisclosureStyles",
|
|
14917
|
+
"return": {
|
|
14918
|
+
"type": {
|
|
14919
|
+
"text": "ElementStyles"
|
|
14920
|
+
}
|
|
14921
|
+
},
|
|
14775
14922
|
"parameters": [
|
|
14776
14923
|
{
|
|
14777
14924
|
"name": "context",
|
|
14778
14925
|
"type": {
|
|
14779
14926
|
"text": "ElementDefinitionContext"
|
|
14780
14927
|
}
|
|
14781
|
-
}
|
|
14782
|
-
]
|
|
14783
|
-
}
|
|
14784
|
-
],
|
|
14785
|
-
"exports": [
|
|
14786
|
-
{
|
|
14787
|
-
"kind": "js",
|
|
14788
|
-
"name": "designSystemProviderStyles",
|
|
14789
|
-
"declaration": {
|
|
14790
|
-
"name": "designSystemProviderStyles",
|
|
14791
|
-
"module": "src/design-system-provider/design-system-provider.styles.ts"
|
|
14792
|
-
}
|
|
14793
|
-
}
|
|
14794
|
-
]
|
|
14795
|
-
},
|
|
14796
|
-
{
|
|
14797
|
-
"kind": "javascript-module",
|
|
14798
|
-
"path": "src/design-system-provider/design-system-provider.ts",
|
|
14799
|
-
"declarations": [
|
|
14800
|
-
{
|
|
14801
|
-
"kind": "class",
|
|
14802
|
-
"description": "The Foundation Design System Provider",
|
|
14803
|
-
"name": "FoundationDesignSystemProvider",
|
|
14804
|
-
"members": [
|
|
14805
|
-
{
|
|
14806
|
-
"kind": "field",
|
|
14807
|
-
"name": "cardFillColor",
|
|
14808
|
-
"type": {
|
|
14809
|
-
"text": "Swatch"
|
|
14810
|
-
},
|
|
14811
|
-
"privacy": "public"
|
|
14812
|
-
},
|
|
14813
|
-
{
|
|
14814
|
-
"kind": "field",
|
|
14815
|
-
"name": "cardForegroundColor",
|
|
14816
|
-
"type": {
|
|
14817
|
-
"text": "Swatch"
|
|
14818
|
-
},
|
|
14819
|
-
"privacy": "public"
|
|
14820
|
-
}
|
|
14821
|
-
],
|
|
14822
|
-
"attributes": [
|
|
14823
|
-
{
|
|
14824
|
-
"name": "card-fill-color",
|
|
14825
|
-
"type": {
|
|
14826
|
-
"text": "Swatch"
|
|
14827
|
-
},
|
|
14828
|
-
"fieldName": "cardFillColor"
|
|
14829
14928
|
},
|
|
14830
14929
|
{
|
|
14831
|
-
"name": "
|
|
14930
|
+
"name": "definition",
|
|
14832
14931
|
"type": {
|
|
14833
|
-
"text": "
|
|
14834
|
-
}
|
|
14835
|
-
"fieldName": "cardForegroundColor"
|
|
14932
|
+
"text": "FoundationElementDefinition"
|
|
14933
|
+
}
|
|
14836
14934
|
}
|
|
14837
|
-
]
|
|
14838
|
-
"superclass": {
|
|
14839
|
-
"name": "FASTDesignSystemProvider",
|
|
14840
|
-
"package": "@microsoft/fast-components"
|
|
14841
|
-
},
|
|
14842
|
-
"tagName": "%%prefix%%-design-system-provider",
|
|
14843
|
-
"customElement": true
|
|
14844
|
-
},
|
|
14845
|
-
{
|
|
14846
|
-
"kind": "variable",
|
|
14847
|
-
"name": "foundationDesignSystemProvider",
|
|
14848
|
-
"description": "The Foundation Design System Provider composed element",
|
|
14849
|
-
"privacy": "public"
|
|
14935
|
+
]
|
|
14850
14936
|
}
|
|
14851
14937
|
],
|
|
14852
14938
|
"exports": [
|
|
14853
14939
|
{
|
|
14854
14940
|
"kind": "js",
|
|
14855
|
-
"name": "
|
|
14856
|
-
"declaration": {
|
|
14857
|
-
"name": "FoundationDesignSystemProvider",
|
|
14858
|
-
"module": "src/design-system-provider/design-system-provider.ts"
|
|
14859
|
-
}
|
|
14860
|
-
},
|
|
14861
|
-
{
|
|
14862
|
-
"kind": "js",
|
|
14863
|
-
"name": "foundationDesignSystemProvider",
|
|
14941
|
+
"name": "foundationDisclosureStyles",
|
|
14864
14942
|
"declaration": {
|
|
14865
|
-
"name": "
|
|
14866
|
-
"module": "src/
|
|
14943
|
+
"name": "foundationDisclosureStyles",
|
|
14944
|
+
"module": "src/disclosure/disclosure.styles.ts"
|
|
14867
14945
|
}
|
|
14868
14946
|
}
|
|
14869
14947
|
]
|
|
14870
14948
|
},
|
|
14871
14949
|
{
|
|
14872
14950
|
"kind": "javascript-module",
|
|
14873
|
-
"path": "src/
|
|
14951
|
+
"path": "src/disclosure/disclosure.template.ts",
|
|
14874
14952
|
"declarations": [
|
|
14875
14953
|
{
|
|
14876
14954
|
"kind": "function",
|
|
14877
|
-
"name": "
|
|
14878
|
-
"
|
|
14879
|
-
{
|
|
14880
|
-
"
|
|
14881
|
-
},
|
|
14882
|
-
{
|
|
14883
|
-
"name": "values"
|
|
14884
|
-
},
|
|
14885
|
-
{
|
|
14886
|
-
"name": "element",
|
|
14887
|
-
"optional": true,
|
|
14888
|
-
"type": {
|
|
14889
|
-
"text": "HTMLElement"
|
|
14890
|
-
}
|
|
14891
|
-
}
|
|
14892
|
-
]
|
|
14893
|
-
},
|
|
14894
|
-
{
|
|
14895
|
-
"kind": "function",
|
|
14896
|
-
"name": "designToken",
|
|
14897
|
-
"parameters": [
|
|
14898
|
-
{
|
|
14899
|
-
"name": "token",
|
|
14900
|
-
"type": {
|
|
14901
|
-
"text": "DesignToken<T>"
|
|
14902
|
-
}
|
|
14955
|
+
"name": "foundationDisclosureTemplate",
|
|
14956
|
+
"return": {
|
|
14957
|
+
"type": {
|
|
14958
|
+
"text": "ViewTemplate<Disclosure>"
|
|
14903
14959
|
}
|
|
14904
|
-
]
|
|
14905
|
-
},
|
|
14906
|
-
{
|
|
14907
|
-
"kind": "variable",
|
|
14908
|
-
"name": "swatchConverter",
|
|
14909
|
-
"type": {
|
|
14910
|
-
"text": "ValueConverter"
|
|
14911
14960
|
},
|
|
14912
|
-
"default": "{\n toView(value: any): string | null {\n if (value === null || value === undefined) {\n return null;\n }\n return (value as Swatch)?.toColorString();\n },\n\n fromView(value: any): any {\n if (value === null || value === undefined) {\n return null;\n }\n const color = parseColorHexRGB(value);\n return color ? SwatchRGB.create(color!.r, color!.g, color!.b) : null;\n },\n}"
|
|
14913
|
-
},
|
|
14914
|
-
{
|
|
14915
|
-
"kind": "function",
|
|
14916
|
-
"name": "paletteFromHex",
|
|
14917
|
-
"parameters": [
|
|
14918
|
-
{
|
|
14919
|
-
"name": "hexColor",
|
|
14920
|
-
"type": {
|
|
14921
|
-
"text": "string"
|
|
14922
|
-
}
|
|
14923
|
-
}
|
|
14924
|
-
]
|
|
14925
|
-
},
|
|
14926
|
-
{
|
|
14927
|
-
"kind": "function",
|
|
14928
|
-
"name": "getDefaultConfig",
|
|
14929
|
-
"parameters": [
|
|
14930
|
-
{
|
|
14931
|
-
"name": "definition",
|
|
14932
|
-
"type": {
|
|
14933
|
-
"text": "Partial<FoundationElementDefinition>"
|
|
14934
|
-
}
|
|
14935
|
-
},
|
|
14936
|
-
{
|
|
14937
|
-
"name": "exclusions",
|
|
14938
|
-
"default": "defaultExclusions"
|
|
14939
|
-
}
|
|
14940
|
-
]
|
|
14941
|
-
},
|
|
14942
|
-
{
|
|
14943
|
-
"kind": "function",
|
|
14944
|
-
"name": "getExports",
|
|
14945
|
-
"parameters": [
|
|
14946
|
-
{
|
|
14947
|
-
"name": "registrationFunction"
|
|
14948
|
-
}
|
|
14949
|
-
]
|
|
14950
|
-
},
|
|
14951
|
-
{
|
|
14952
|
-
"kind": "function",
|
|
14953
|
-
"name": "getTypeRampValue",
|
|
14954
|
-
"parameters": [
|
|
14955
|
-
{
|
|
14956
|
-
"name": "baseTypeRamp",
|
|
14957
|
-
"type": {
|
|
14958
|
-
"text": "string"
|
|
14959
|
-
}
|
|
14960
|
-
},
|
|
14961
|
-
{
|
|
14962
|
-
"name": "value",
|
|
14963
|
-
"type": {
|
|
14964
|
-
"text": "number"
|
|
14965
|
-
}
|
|
14966
|
-
}
|
|
14967
|
-
]
|
|
14968
|
-
},
|
|
14969
|
-
{
|
|
14970
|
-
"kind": "function",
|
|
14971
|
-
"name": "configureDesignSystem",
|
|
14972
14961
|
"parameters": [
|
|
14973
14962
|
{
|
|
14974
|
-
"name": "
|
|
14963
|
+
"name": "context",
|
|
14975
14964
|
"type": {
|
|
14976
|
-
"text": "
|
|
14965
|
+
"text": "ElementDefinitionContext"
|
|
14977
14966
|
}
|
|
14978
14967
|
},
|
|
14979
14968
|
{
|
|
14980
|
-
"name": "
|
|
14969
|
+
"name": "definition",
|
|
14981
14970
|
"type": {
|
|
14982
|
-
"text": "
|
|
14971
|
+
"text": "FoundationElementDefinition"
|
|
14983
14972
|
}
|
|
14984
14973
|
}
|
|
14985
14974
|
]
|
|
@@ -14988,73 +14977,90 @@
|
|
|
14988
14977
|
"exports": [
|
|
14989
14978
|
{
|
|
14990
14979
|
"kind": "js",
|
|
14991
|
-
"name": "
|
|
14980
|
+
"name": "foundationDisclosureTemplate",
|
|
14992
14981
|
"declaration": {
|
|
14993
|
-
"name": "
|
|
14994
|
-
"module": "src/
|
|
14982
|
+
"name": "foundationDisclosureTemplate",
|
|
14983
|
+
"module": "src/disclosure/disclosure.template.ts"
|
|
14995
14984
|
}
|
|
14985
|
+
}
|
|
14986
|
+
]
|
|
14987
|
+
},
|
|
14988
|
+
{
|
|
14989
|
+
"kind": "javascript-module",
|
|
14990
|
+
"path": "src/disclosure/disclosure.ts",
|
|
14991
|
+
"declarations": [
|
|
14992
|
+
{
|
|
14993
|
+
"kind": "class",
|
|
14994
|
+
"description": "",
|
|
14995
|
+
"name": "Disclosure",
|
|
14996
|
+
"superclass": {
|
|
14997
|
+
"name": "FASTDisclosure",
|
|
14998
|
+
"package": "@microsoft/fast-foundation"
|
|
14999
|
+
},
|
|
15000
|
+
"tagName": "%%prefix%%-disclosure",
|
|
15001
|
+
"customElement": true
|
|
14996
15002
|
},
|
|
14997
15003
|
{
|
|
14998
|
-
"kind": "
|
|
14999
|
-
"name": "
|
|
15000
|
-
"
|
|
15001
|
-
"
|
|
15002
|
-
|
|
15003
|
-
|
|
15004
|
+
"kind": "variable",
|
|
15005
|
+
"name": "foundationDisclosureShadowOptions",
|
|
15006
|
+
"type": {
|
|
15007
|
+
"text": "ShadowRootInit"
|
|
15008
|
+
},
|
|
15009
|
+
"default": "undefined"
|
|
15004
15010
|
},
|
|
15005
15011
|
{
|
|
15006
|
-
"kind": "
|
|
15007
|
-
"name": "
|
|
15008
|
-
"
|
|
15009
|
-
"
|
|
15010
|
-
|
|
15011
|
-
}
|
|
15012
|
+
"kind": "variable",
|
|
15013
|
+
"name": "defaultDisclosureConfig",
|
|
15014
|
+
"type": {
|
|
15015
|
+
"text": "object"
|
|
15016
|
+
},
|
|
15017
|
+
"default": "{}"
|
|
15012
15018
|
},
|
|
15013
15019
|
{
|
|
15014
|
-
"kind": "
|
|
15015
|
-
"name": "
|
|
15016
|
-
"
|
|
15017
|
-
|
|
15018
|
-
|
|
15019
|
-
|
|
15020
|
-
|
|
15020
|
+
"kind": "variable",
|
|
15021
|
+
"name": "foundationDisclosure",
|
|
15022
|
+
"description": "The Foundation Disclosure",
|
|
15023
|
+
"privacy": "public"
|
|
15024
|
+
}
|
|
15025
|
+
],
|
|
15026
|
+
"exports": [
|
|
15021
15027
|
{
|
|
15022
15028
|
"kind": "js",
|
|
15023
|
-
"name": "
|
|
15029
|
+
"name": "Disclosure",
|
|
15024
15030
|
"declaration": {
|
|
15025
|
-
"name": "
|
|
15026
|
-
"module": "src/
|
|
15031
|
+
"name": "Disclosure",
|
|
15032
|
+
"module": "src/disclosure/disclosure.ts"
|
|
15027
15033
|
}
|
|
15028
15034
|
},
|
|
15029
15035
|
{
|
|
15030
15036
|
"kind": "js",
|
|
15031
|
-
"name": "
|
|
15037
|
+
"name": "foundationDisclosureShadowOptions",
|
|
15032
15038
|
"declaration": {
|
|
15033
|
-
"name": "
|
|
15034
|
-
"module": "src/
|
|
15039
|
+
"name": "foundationDisclosureShadowOptions",
|
|
15040
|
+
"module": "src/disclosure/disclosure.ts"
|
|
15035
15041
|
}
|
|
15036
15042
|
},
|
|
15037
15043
|
{
|
|
15038
15044
|
"kind": "js",
|
|
15039
|
-
"name": "
|
|
15045
|
+
"name": "defaultDisclosureConfig",
|
|
15040
15046
|
"declaration": {
|
|
15041
|
-
"name": "
|
|
15042
|
-
"module": "src/
|
|
15047
|
+
"name": "defaultDisclosureConfig",
|
|
15048
|
+
"module": "src/disclosure/disclosure.ts"
|
|
15043
15049
|
}
|
|
15044
15050
|
},
|
|
15045
15051
|
{
|
|
15046
15052
|
"kind": "js",
|
|
15047
|
-
"name": "
|
|
15053
|
+
"name": "foundationDisclosure",
|
|
15048
15054
|
"declaration": {
|
|
15049
|
-
"name": "
|
|
15050
|
-
"module": "src/
|
|
15055
|
+
"name": "foundationDisclosure",
|
|
15056
|
+
"module": "src/disclosure/disclosure.ts"
|
|
15051
15057
|
}
|
|
15052
15058
|
}
|
|
15053
15059
|
]
|
|
15054
15060
|
},
|
|
15055
15061
|
{
|
|
15056
15062
|
"kind": "javascript-module",
|
|
15057
|
-
"path": "src/
|
|
15063
|
+
"path": "src/disclosure/index.ts",
|
|
15058
15064
|
"declarations": [],
|
|
15059
15065
|
"exports": [
|
|
15060
15066
|
{
|
|
@@ -15062,7 +15068,7 @@
|
|
|
15062
15068
|
"name": "*",
|
|
15063
15069
|
"declaration": {
|
|
15064
15070
|
"name": "*",
|
|
15065
|
-
"package": "./
|
|
15071
|
+
"package": "./disclosure.template"
|
|
15066
15072
|
}
|
|
15067
15073
|
},
|
|
15068
15074
|
{
|
|
@@ -15070,7 +15076,7 @@
|
|
|
15070
15076
|
"name": "*",
|
|
15071
15077
|
"declaration": {
|
|
15072
15078
|
"name": "*",
|
|
15073
|
-
"package": "./
|
|
15079
|
+
"package": "./disclosure.styles"
|
|
15074
15080
|
}
|
|
15075
15081
|
},
|
|
15076
15082
|
{
|
|
@@ -15078,17 +15084,11 @@
|
|
|
15078
15084
|
"name": "*",
|
|
15079
15085
|
"declaration": {
|
|
15080
15086
|
"name": "*",
|
|
15081
|
-
"package": "./
|
|
15087
|
+
"package": "./disclosure"
|
|
15082
15088
|
}
|
|
15083
15089
|
}
|
|
15084
15090
|
]
|
|
15085
15091
|
},
|
|
15086
|
-
{
|
|
15087
|
-
"kind": "javascript-module",
|
|
15088
|
-
"path": "src/design-system-provider/types.ts",
|
|
15089
|
-
"declarations": [],
|
|
15090
|
-
"exports": []
|
|
15091
|
-
},
|
|
15092
15092
|
{
|
|
15093
15093
|
"kind": "javascript-module",
|
|
15094
15094
|
"path": "src/divider/divider.styles.ts",
|
|
@@ -23276,7 +23276,7 @@
|
|
|
23276
23276
|
},
|
|
23277
23277
|
{
|
|
23278
23278
|
"kind": "javascript-module",
|
|
23279
|
-
"path": "src/
|
|
23279
|
+
"path": "src/menu-item/index.ts",
|
|
23280
23280
|
"declarations": [],
|
|
23281
23281
|
"exports": [
|
|
23282
23282
|
{
|
|
@@ -23284,7 +23284,7 @@
|
|
|
23284
23284
|
"name": "*",
|
|
23285
23285
|
"declaration": {
|
|
23286
23286
|
"name": "*",
|
|
23287
|
-
"package": "./
|
|
23287
|
+
"package": "./menu-item.template"
|
|
23288
23288
|
}
|
|
23289
23289
|
},
|
|
23290
23290
|
{
|
|
@@ -23292,7 +23292,7 @@
|
|
|
23292
23292
|
"name": "*",
|
|
23293
23293
|
"declaration": {
|
|
23294
23294
|
"name": "*",
|
|
23295
|
-
"package": "./
|
|
23295
|
+
"package": "./menu-item.styles"
|
|
23296
23296
|
}
|
|
23297
23297
|
},
|
|
23298
23298
|
{
|
|
@@ -23300,240 +23300,269 @@
|
|
|
23300
23300
|
"name": "*",
|
|
23301
23301
|
"declaration": {
|
|
23302
23302
|
"name": "*",
|
|
23303
|
-
"package": "./
|
|
23303
|
+
"package": "./menu-item"
|
|
23304
23304
|
}
|
|
23305
23305
|
}
|
|
23306
23306
|
]
|
|
23307
23307
|
},
|
|
23308
23308
|
{
|
|
23309
23309
|
"kind": "javascript-module",
|
|
23310
|
-
"path": "src/
|
|
23310
|
+
"path": "src/menu-item/menu-item.styles.ts",
|
|
23311
23311
|
"declarations": [
|
|
23312
23312
|
{
|
|
23313
|
-
"kind": "
|
|
23314
|
-
"name": "
|
|
23315
|
-
"
|
|
23316
|
-
"
|
|
23313
|
+
"kind": "function",
|
|
23314
|
+
"name": "foundationMenuItemStyles",
|
|
23315
|
+
"return": {
|
|
23316
|
+
"type": {
|
|
23317
|
+
"text": "ElementStyles"
|
|
23318
|
+
}
|
|
23317
23319
|
},
|
|
23318
|
-
"
|
|
23320
|
+
"parameters": [
|
|
23321
|
+
{
|
|
23322
|
+
"name": "context",
|
|
23323
|
+
"type": {
|
|
23324
|
+
"text": "ElementDefinitionContext"
|
|
23325
|
+
}
|
|
23326
|
+
},
|
|
23327
|
+
{
|
|
23328
|
+
"name": "definition",
|
|
23329
|
+
"type": {
|
|
23330
|
+
"text": "MenuItemOptions"
|
|
23331
|
+
}
|
|
23332
|
+
}
|
|
23333
|
+
]
|
|
23319
23334
|
}
|
|
23320
23335
|
],
|
|
23321
23336
|
"exports": [
|
|
23322
23337
|
{
|
|
23323
23338
|
"kind": "js",
|
|
23324
|
-
"name": "
|
|
23339
|
+
"name": "foundationMenuItemStyles",
|
|
23325
23340
|
"declaration": {
|
|
23326
|
-
"name": "
|
|
23327
|
-
"module": "src/
|
|
23341
|
+
"name": "foundationMenuItemStyles",
|
|
23342
|
+
"module": "src/menu-item/menu-item.styles.ts"
|
|
23328
23343
|
}
|
|
23329
23344
|
}
|
|
23330
23345
|
]
|
|
23331
23346
|
},
|
|
23332
23347
|
{
|
|
23333
23348
|
"kind": "javascript-module",
|
|
23334
|
-
"path": "src/
|
|
23349
|
+
"path": "src/menu-item/menu-item.template.ts",
|
|
23335
23350
|
"declarations": [
|
|
23336
23351
|
{
|
|
23337
|
-
"kind": "
|
|
23338
|
-
"name": "
|
|
23339
|
-
"
|
|
23340
|
-
"
|
|
23352
|
+
"kind": "function",
|
|
23353
|
+
"name": "foundationMenuItemTemplate",
|
|
23354
|
+
"return": {
|
|
23355
|
+
"type": {
|
|
23356
|
+
"text": "ViewTemplate<MenuItem>"
|
|
23357
|
+
}
|
|
23341
23358
|
},
|
|
23342
|
-
"
|
|
23359
|
+
"parameters": [
|
|
23360
|
+
{
|
|
23361
|
+
"name": "context",
|
|
23362
|
+
"type": {
|
|
23363
|
+
"text": "ElementDefinitionContext"
|
|
23364
|
+
}
|
|
23365
|
+
},
|
|
23366
|
+
{
|
|
23367
|
+
"name": "definition",
|
|
23368
|
+
"type": {
|
|
23369
|
+
"text": "MenuItemOptions"
|
|
23370
|
+
}
|
|
23371
|
+
}
|
|
23372
|
+
]
|
|
23343
23373
|
}
|
|
23344
23374
|
],
|
|
23345
23375
|
"exports": [
|
|
23346
23376
|
{
|
|
23347
23377
|
"kind": "js",
|
|
23348
|
-
"name": "
|
|
23378
|
+
"name": "foundationMenuItemTemplate",
|
|
23349
23379
|
"declaration": {
|
|
23350
|
-
"name": "
|
|
23351
|
-
"module": "src/
|
|
23380
|
+
"name": "foundationMenuItemTemplate",
|
|
23381
|
+
"module": "src/menu-item/menu-item.template.ts"
|
|
23352
23382
|
}
|
|
23353
23383
|
}
|
|
23354
23384
|
]
|
|
23355
23385
|
},
|
|
23356
23386
|
{
|
|
23357
23387
|
"kind": "javascript-module",
|
|
23358
|
-
"path": "src/
|
|
23388
|
+
"path": "src/menu-item/menu-item.ts",
|
|
23359
23389
|
"declarations": [
|
|
23360
|
-
{
|
|
23361
|
-
"kind": "variable",
|
|
23362
|
-
"name": "foundationModalShadowOptions",
|
|
23363
|
-
"type": {
|
|
23364
|
-
"text": "ShadowRootInit"
|
|
23365
|
-
},
|
|
23366
|
-
"default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
|
|
23367
|
-
},
|
|
23368
|
-
{
|
|
23369
|
-
"kind": "variable",
|
|
23370
|
-
"name": "defaultModalConfig",
|
|
23371
|
-
"type": {
|
|
23372
|
-
"text": "object"
|
|
23373
|
-
},
|
|
23374
|
-
"default": "{}"
|
|
23375
|
-
},
|
|
23376
23390
|
{
|
|
23377
23391
|
"kind": "class",
|
|
23378
23392
|
"description": "",
|
|
23379
|
-
"name": "
|
|
23380
|
-
"
|
|
23381
|
-
|
|
23382
|
-
|
|
23383
|
-
|
|
23384
|
-
|
|
23385
|
-
|
|
23386
|
-
|
|
23387
|
-
}
|
|
23388
|
-
},
|
|
23389
|
-
"description": "Show the HTMLDialogElement and its contents",
|
|
23390
|
-
"inheritedFrom": {
|
|
23391
|
-
"name": "<local>_DialogElement",
|
|
23392
|
-
"module": "src/dialog/dialog.ts"
|
|
23393
|
-
}
|
|
23394
|
-
},
|
|
23395
|
-
{
|
|
23396
|
-
"kind": "field",
|
|
23397
|
-
"name": "mainElement",
|
|
23398
|
-
"type": {
|
|
23399
|
-
"text": "HTMLDialogElement"
|
|
23400
|
-
},
|
|
23401
|
-
"description": "A reference to the dialog element\nin the component Shadow DOM.",
|
|
23402
|
-
"inheritedFrom": {
|
|
23403
|
-
"name": "<local>_DialogElement",
|
|
23404
|
-
"module": "src/dialog/dialog.ts"
|
|
23405
|
-
}
|
|
23406
|
-
},
|
|
23393
|
+
"name": "MenuItem",
|
|
23394
|
+
"superclass": {
|
|
23395
|
+
"name": "FASTMenuItem",
|
|
23396
|
+
"package": "@microsoft/fast-components"
|
|
23397
|
+
},
|
|
23398
|
+
"tagName": "%%prefix%%-menu-item",
|
|
23399
|
+
"customElement": true,
|
|
23400
|
+
"attributes": [
|
|
23407
23401
|
{
|
|
23408
|
-
"kind": "field",
|
|
23409
|
-
"name": "notification",
|
|
23410
23402
|
"type": {
|
|
23411
|
-
"text": "
|
|
23403
|
+
"text": "boolean"
|
|
23412
23404
|
},
|
|
23405
|
+
"description": "The disabled state of the element.",
|
|
23406
|
+
"fieldName": "disabled",
|
|
23413
23407
|
"inheritedFrom": {
|
|
23414
|
-
"name": "
|
|
23415
|
-
"module": "src/
|
|
23416
|
-
}
|
|
23417
|
-
},
|
|
23418
|
-
{
|
|
23419
|
-
"kind": "method",
|
|
23420
|
-
"name": "notificationChanged",
|
|
23421
|
-
"inheritedFrom": {
|
|
23422
|
-
"name": "<local>_DialogElement",
|
|
23423
|
-
"module": "src/dialog/dialog.ts"
|
|
23408
|
+
"name": "MenuItem",
|
|
23409
|
+
"module": "src/menu-item/menu-item.ts"
|
|
23424
23410
|
}
|
|
23425
23411
|
},
|
|
23426
23412
|
{
|
|
23427
|
-
"
|
|
23428
|
-
"name": "type",
|
|
23413
|
+
"name": "role",
|
|
23429
23414
|
"type": {
|
|
23430
|
-
"text": "
|
|
23415
|
+
"text": "MenuItemRole"
|
|
23431
23416
|
},
|
|
23432
|
-
"
|
|
23417
|
+
"description": "The role of the element.",
|
|
23418
|
+
"fieldName": "role",
|
|
23433
23419
|
"inheritedFrom": {
|
|
23434
|
-
"name": "
|
|
23435
|
-
"module": "src/
|
|
23420
|
+
"name": "MenuItem",
|
|
23421
|
+
"module": "src/menu-item/menu-item.ts"
|
|
23436
23422
|
}
|
|
23437
|
-
}
|
|
23423
|
+
}
|
|
23424
|
+
],
|
|
23425
|
+
"members": [
|
|
23438
23426
|
{
|
|
23439
23427
|
"kind": "field",
|
|
23440
|
-
"name": "
|
|
23428
|
+
"name": "disabled",
|
|
23441
23429
|
"type": {
|
|
23442
|
-
"text": "
|
|
23430
|
+
"text": "boolean"
|
|
23443
23431
|
},
|
|
23444
|
-
"
|
|
23432
|
+
"privacy": "public",
|
|
23433
|
+
"description": "The disabled state of the element.",
|
|
23445
23434
|
"inheritedFrom": {
|
|
23446
|
-
"name": "
|
|
23447
|
-
"module": "src/
|
|
23435
|
+
"name": "MenuItem",
|
|
23436
|
+
"module": "src/menu-item/menu-item.ts"
|
|
23448
23437
|
}
|
|
23449
23438
|
},
|
|
23450
23439
|
{
|
|
23451
23440
|
"kind": "field",
|
|
23452
|
-
"name": "
|
|
23441
|
+
"name": "expanded",
|
|
23453
23442
|
"type": {
|
|
23454
23443
|
"text": "boolean"
|
|
23455
23444
|
},
|
|
23456
|
-
"
|
|
23457
|
-
"description": "
|
|
23445
|
+
"privacy": "public",
|
|
23446
|
+
"description": "The expanded state of the element.",
|
|
23458
23447
|
"inheritedFrom": {
|
|
23459
|
-
"name": "
|
|
23460
|
-
"module": "src/
|
|
23448
|
+
"name": "MenuItem",
|
|
23449
|
+
"module": "src/menu-item/menu-item.ts"
|
|
23461
23450
|
}
|
|
23462
23451
|
},
|
|
23463
23452
|
{
|
|
23464
|
-
"kind": "
|
|
23465
|
-
"name": "
|
|
23466
|
-
"
|
|
23467
|
-
|
|
23453
|
+
"kind": "method",
|
|
23454
|
+
"name": "expandedChanged",
|
|
23455
|
+
"privacy": "private",
|
|
23456
|
+
"return": {
|
|
23457
|
+
"type": {
|
|
23458
|
+
"text": "void"
|
|
23459
|
+
}
|
|
23468
23460
|
},
|
|
23469
|
-
"
|
|
23461
|
+
"parameters": [
|
|
23462
|
+
{
|
|
23463
|
+
"name": "oldValue",
|
|
23464
|
+
"type": {
|
|
23465
|
+
"text": "boolean"
|
|
23466
|
+
}
|
|
23467
|
+
}
|
|
23468
|
+
],
|
|
23470
23469
|
"inheritedFrom": {
|
|
23471
|
-
"name": "
|
|
23472
|
-
"module": "src/
|
|
23470
|
+
"name": "MenuItem",
|
|
23471
|
+
"module": "src/menu-item/menu-item.ts"
|
|
23473
23472
|
}
|
|
23474
23473
|
},
|
|
23475
23474
|
{
|
|
23476
23475
|
"kind": "field",
|
|
23477
|
-
"name": "
|
|
23476
|
+
"name": "role",
|
|
23478
23477
|
"type": {
|
|
23479
|
-
"text": "
|
|
23478
|
+
"text": "MenuItemRole"
|
|
23480
23479
|
},
|
|
23481
|
-
"
|
|
23480
|
+
"privacy": "public",
|
|
23481
|
+
"description": "The role of the element.",
|
|
23482
23482
|
"inheritedFrom": {
|
|
23483
|
-
"name": "
|
|
23484
|
-
"module": "src/
|
|
23483
|
+
"name": "MenuItem",
|
|
23484
|
+
"module": "src/menu-item/menu-item.ts"
|
|
23485
23485
|
}
|
|
23486
23486
|
},
|
|
23487
23487
|
{
|
|
23488
23488
|
"kind": "field",
|
|
23489
|
-
"name": "
|
|
23489
|
+
"name": "checked",
|
|
23490
23490
|
"type": {
|
|
23491
23491
|
"text": "boolean"
|
|
23492
23492
|
},
|
|
23493
|
-
"
|
|
23494
|
-
"
|
|
23493
|
+
"privacy": "public",
|
|
23494
|
+
"description": "The checked value of the element.",
|
|
23495
23495
|
"inheritedFrom": {
|
|
23496
|
-
"name": "
|
|
23497
|
-
"module": "src/
|
|
23496
|
+
"name": "MenuItem",
|
|
23497
|
+
"module": "src/menu-item/menu-item.ts"
|
|
23498
23498
|
}
|
|
23499
23499
|
},
|
|
23500
23500
|
{
|
|
23501
23501
|
"kind": "method",
|
|
23502
|
-
"name": "
|
|
23502
|
+
"name": "checkedChanged",
|
|
23503
|
+
"privacy": "private",
|
|
23503
23504
|
"return": {
|
|
23504
23505
|
"type": {
|
|
23505
23506
|
"text": "void"
|
|
23506
23507
|
}
|
|
23507
23508
|
},
|
|
23508
|
-
"
|
|
23509
|
+
"parameters": [
|
|
23510
|
+
{
|
|
23511
|
+
"name": "oldValue",
|
|
23512
|
+
"type": {
|
|
23513
|
+
"text": "boolean"
|
|
23514
|
+
}
|
|
23515
|
+
},
|
|
23516
|
+
{
|
|
23517
|
+
"name": "newValue",
|
|
23518
|
+
"type": {
|
|
23519
|
+
"text": "boolean"
|
|
23520
|
+
}
|
|
23521
|
+
}
|
|
23522
|
+
],
|
|
23509
23523
|
"inheritedFrom": {
|
|
23510
|
-
"name": "
|
|
23511
|
-
"module": "src/
|
|
23524
|
+
"name": "MenuItem",
|
|
23525
|
+
"module": "src/menu-item/menu-item.ts"
|
|
23512
23526
|
}
|
|
23513
23527
|
},
|
|
23514
23528
|
{
|
|
23515
|
-
"kind": "
|
|
23516
|
-
"name": "
|
|
23517
|
-
"
|
|
23518
|
-
|
|
23529
|
+
"kind": "field",
|
|
23530
|
+
"name": "focusSubmenuOnLoad",
|
|
23531
|
+
"type": {
|
|
23532
|
+
"text": "boolean"
|
|
23533
|
+
},
|
|
23534
|
+
"privacy": "private",
|
|
23535
|
+
"default": "false",
|
|
23519
23536
|
"inheritedFrom": {
|
|
23520
|
-
"name": "
|
|
23521
|
-
"module": "src/
|
|
23537
|
+
"name": "MenuItem",
|
|
23538
|
+
"module": "src/menu-item/menu-item.ts"
|
|
23539
|
+
}
|
|
23540
|
+
},
|
|
23541
|
+
{
|
|
23542
|
+
"kind": "field",
|
|
23543
|
+
"name": "observer",
|
|
23544
|
+
"type": {
|
|
23545
|
+
"text": "MutationObserver | undefined"
|
|
23546
|
+
},
|
|
23547
|
+
"privacy": "private",
|
|
23548
|
+
"inheritedFrom": {
|
|
23549
|
+
"name": "MenuItem",
|
|
23550
|
+
"module": "src/menu-item/menu-item.ts"
|
|
23522
23551
|
}
|
|
23523
23552
|
},
|
|
23524
23553
|
{
|
|
23525
23554
|
"kind": "method",
|
|
23526
|
-
"name": "
|
|
23527
|
-
"privacy": "
|
|
23555
|
+
"name": "domChildren",
|
|
23556
|
+
"privacy": "private",
|
|
23528
23557
|
"return": {
|
|
23529
23558
|
"type": {
|
|
23530
|
-
"text": "
|
|
23559
|
+
"text": "Element[]"
|
|
23531
23560
|
}
|
|
23532
23561
|
},
|
|
23533
|
-
"description": "
|
|
23562
|
+
"description": "get an array of valid DOM children",
|
|
23534
23563
|
"inheritedFrom": {
|
|
23535
|
-
"name": "
|
|
23536
|
-
"module": "src/
|
|
23564
|
+
"name": "MenuItem",
|
|
23565
|
+
"module": "src/menu-item/menu-item.ts"
|
|
23537
23566
|
}
|
|
23538
23567
|
},
|
|
23539
23568
|
{
|
|
@@ -23648,97 +23677,86 @@
|
|
|
23648
23677
|
}
|
|
23649
23678
|
}
|
|
23650
23679
|
],
|
|
23651
|
-
"
|
|
23652
|
-
"name": "DialogElement",
|
|
23653
|
-
"module": "/src/dialog"
|
|
23654
|
-
},
|
|
23655
|
-
"tagName": "%%prefix%%-modal",
|
|
23656
|
-
"customElement": true,
|
|
23657
|
-
"attributes": [
|
|
23658
|
-
{
|
|
23659
|
-
"name": "type",
|
|
23660
|
-
"type": {
|
|
23661
|
-
"text": "DialogType"
|
|
23662
|
-
},
|
|
23663
|
-
"default": "'default'",
|
|
23664
|
-
"fieldName": "type",
|
|
23665
|
-
"inheritedFrom": {
|
|
23666
|
-
"name": "<local>_DialogElement",
|
|
23667
|
-
"module": "src/dialog/dialog.ts"
|
|
23668
|
-
}
|
|
23669
|
-
},
|
|
23680
|
+
"events": [
|
|
23670
23681
|
{
|
|
23671
|
-
"
|
|
23672
|
-
"
|
|
23673
|
-
"text": "DialogPosition"
|
|
23674
|
-
},
|
|
23675
|
-
"default": "'center'",
|
|
23676
|
-
"fieldName": "position",
|
|
23682
|
+
"description": "Fires a custom 'expanded-change' event when the expanded state changes",
|
|
23683
|
+
"name": "expanded-change",
|
|
23677
23684
|
"inheritedFrom": {
|
|
23678
|
-
"name": "
|
|
23679
|
-
"module": "src/
|
|
23685
|
+
"name": "MenuItem",
|
|
23686
|
+
"module": "src/menu-item/menu-item.ts"
|
|
23680
23687
|
}
|
|
23681
23688
|
},
|
|
23682
23689
|
{
|
|
23683
|
-
"
|
|
23684
|
-
"
|
|
23685
|
-
"text": "boolean"
|
|
23686
|
-
},
|
|
23687
|
-
"default": "true",
|
|
23688
|
-
"description": "Whether or not to show the close icon",
|
|
23689
|
-
"fieldName": "showCloseIcon",
|
|
23690
|
+
"description": "Fires a custom 'change' event when a non-submenu item with a role of `menuitemcheckbox`, `menuitemradio`, or `menuitem` is invoked",
|
|
23691
|
+
"name": "change",
|
|
23690
23692
|
"inheritedFrom": {
|
|
23691
|
-
"name": "
|
|
23692
|
-
"module": "src/
|
|
23693
|
+
"name": "MenuItem",
|
|
23694
|
+
"module": "src/menu-item/menu-item.ts"
|
|
23693
23695
|
}
|
|
23694
23696
|
}
|
|
23695
23697
|
]
|
|
23696
23698
|
},
|
|
23697
23699
|
{
|
|
23698
23700
|
"kind": "variable",
|
|
23699
|
-
"name": "
|
|
23700
|
-
"
|
|
23701
|
+
"name": "foundationMenuItemShadowOptions",
|
|
23702
|
+
"type": {
|
|
23703
|
+
"text": "ShadowRootInit"
|
|
23704
|
+
},
|
|
23705
|
+
"default": "undefined"
|
|
23706
|
+
},
|
|
23707
|
+
{
|
|
23708
|
+
"kind": "variable",
|
|
23709
|
+
"name": "defaultMenuItemConfig",
|
|
23710
|
+
"type": {
|
|
23711
|
+
"text": "object"
|
|
23712
|
+
},
|
|
23713
|
+
"default": "{\n expandCollapseGlyph: `\n <svg\n class=\"expand-collapse-glyph\"\n part=\"expand-collapse-glyph\"\n viewBox=\"0 0 16 16\"\n xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M4.023 15.273L11.29 8 4.023.727l.704-.704L12.71 8l-7.984 7.977-.704-.704z\"\n />\n </svg>\n `,\n}"
|
|
23714
|
+
},
|
|
23715
|
+
{
|
|
23716
|
+
"kind": "variable",
|
|
23717
|
+
"name": "foundationMenuItem",
|
|
23718
|
+
"description": "The Foundation Menu Item",
|
|
23701
23719
|
"privacy": "public"
|
|
23702
23720
|
}
|
|
23703
23721
|
],
|
|
23704
23722
|
"exports": [
|
|
23705
23723
|
{
|
|
23706
23724
|
"kind": "js",
|
|
23707
|
-
"name": "
|
|
23725
|
+
"name": "MenuItem",
|
|
23708
23726
|
"declaration": {
|
|
23709
|
-
"name": "
|
|
23710
|
-
"module": "src/
|
|
23727
|
+
"name": "MenuItem",
|
|
23728
|
+
"module": "src/menu-item/menu-item.ts"
|
|
23711
23729
|
}
|
|
23712
23730
|
},
|
|
23713
23731
|
{
|
|
23714
23732
|
"kind": "js",
|
|
23715
|
-
"name": "
|
|
23733
|
+
"name": "foundationMenuItemShadowOptions",
|
|
23716
23734
|
"declaration": {
|
|
23717
|
-
"name": "
|
|
23718
|
-
"module": "src/
|
|
23735
|
+
"name": "foundationMenuItemShadowOptions",
|
|
23736
|
+
"module": "src/menu-item/menu-item.ts"
|
|
23719
23737
|
}
|
|
23720
23738
|
},
|
|
23721
23739
|
{
|
|
23722
23740
|
"kind": "js",
|
|
23723
|
-
"name": "
|
|
23741
|
+
"name": "defaultMenuItemConfig",
|
|
23724
23742
|
"declaration": {
|
|
23725
|
-
"name": "
|
|
23726
|
-
"module": "src/
|
|
23743
|
+
"name": "defaultMenuItemConfig",
|
|
23744
|
+
"module": "src/menu-item/menu-item.ts"
|
|
23727
23745
|
}
|
|
23728
23746
|
},
|
|
23729
23747
|
{
|
|
23730
23748
|
"kind": "js",
|
|
23731
|
-
"name": "
|
|
23749
|
+
"name": "foundationMenuItem",
|
|
23732
23750
|
"declaration": {
|
|
23733
|
-
"name": "
|
|
23734
|
-
"module": "src/
|
|
23751
|
+
"name": "foundationMenuItem",
|
|
23752
|
+
"module": "src/menu-item/menu-item.ts"
|
|
23735
23753
|
}
|
|
23736
23754
|
}
|
|
23737
23755
|
]
|
|
23738
23756
|
},
|
|
23739
23757
|
{
|
|
23740
23758
|
"kind": "javascript-module",
|
|
23741
|
-
"path": "src/
|
|
23759
|
+
"path": "src/modal/index.ts",
|
|
23742
23760
|
"declarations": [],
|
|
23743
23761
|
"exports": [
|
|
23744
23762
|
{
|
|
@@ -23746,7 +23764,7 @@
|
|
|
23746
23764
|
"name": "*",
|
|
23747
23765
|
"declaration": {
|
|
23748
23766
|
"name": "*",
|
|
23749
|
-
"package": "./
|
|
23767
|
+
"package": "./modal.styles"
|
|
23750
23768
|
}
|
|
23751
23769
|
},
|
|
23752
23770
|
{
|
|
@@ -23754,7 +23772,7 @@
|
|
|
23754
23772
|
"name": "*",
|
|
23755
23773
|
"declaration": {
|
|
23756
23774
|
"name": "*",
|
|
23757
|
-
"package": "./
|
|
23775
|
+
"package": "./modal.template"
|
|
23758
23776
|
}
|
|
23759
23777
|
},
|
|
23760
23778
|
{
|
|
@@ -23762,269 +23780,240 @@
|
|
|
23762
23780
|
"name": "*",
|
|
23763
23781
|
"declaration": {
|
|
23764
23782
|
"name": "*",
|
|
23765
|
-
"package": "./
|
|
23783
|
+
"package": "./modal"
|
|
23766
23784
|
}
|
|
23767
23785
|
}
|
|
23768
23786
|
]
|
|
23769
23787
|
},
|
|
23770
23788
|
{
|
|
23771
23789
|
"kind": "javascript-module",
|
|
23772
|
-
"path": "src/
|
|
23790
|
+
"path": "src/modal/modal.styles.ts",
|
|
23773
23791
|
"declarations": [
|
|
23774
23792
|
{
|
|
23775
|
-
"kind": "
|
|
23776
|
-
"name": "
|
|
23777
|
-
"
|
|
23778
|
-
"
|
|
23779
|
-
"text": "ElementStyles"
|
|
23780
|
-
}
|
|
23793
|
+
"kind": "variable",
|
|
23794
|
+
"name": "foundationModalStyles",
|
|
23795
|
+
"type": {
|
|
23796
|
+
"text": "ElementStyles"
|
|
23781
23797
|
},
|
|
23782
|
-
"
|
|
23783
|
-
{
|
|
23784
|
-
"name": "context",
|
|
23785
|
-
"type": {
|
|
23786
|
-
"text": "ElementDefinitionContext"
|
|
23787
|
-
}
|
|
23788
|
-
},
|
|
23789
|
-
{
|
|
23790
|
-
"name": "definition",
|
|
23791
|
-
"type": {
|
|
23792
|
-
"text": "MenuItemOptions"
|
|
23793
|
-
}
|
|
23794
|
-
}
|
|
23795
|
-
]
|
|
23798
|
+
"default": "css`\n ${foundationDialogStyles}\n`"
|
|
23796
23799
|
}
|
|
23797
23800
|
],
|
|
23798
23801
|
"exports": [
|
|
23799
23802
|
{
|
|
23800
23803
|
"kind": "js",
|
|
23801
|
-
"name": "
|
|
23804
|
+
"name": "foundationModalStyles",
|
|
23802
23805
|
"declaration": {
|
|
23803
|
-
"name": "
|
|
23804
|
-
"module": "src/
|
|
23806
|
+
"name": "foundationModalStyles",
|
|
23807
|
+
"module": "src/modal/modal.styles.ts"
|
|
23805
23808
|
}
|
|
23806
23809
|
}
|
|
23807
23810
|
]
|
|
23808
23811
|
},
|
|
23809
23812
|
{
|
|
23810
23813
|
"kind": "javascript-module",
|
|
23811
|
-
"path": "src/
|
|
23814
|
+
"path": "src/modal/modal.template.ts",
|
|
23812
23815
|
"declarations": [
|
|
23813
23816
|
{
|
|
23814
|
-
"kind": "
|
|
23815
|
-
"name": "
|
|
23816
|
-
"
|
|
23817
|
-
"
|
|
23818
|
-
"text": "ViewTemplate<MenuItem>"
|
|
23819
|
-
}
|
|
23817
|
+
"kind": "variable",
|
|
23818
|
+
"name": "foundationModalTemplate",
|
|
23819
|
+
"type": {
|
|
23820
|
+
"text": "ViewTemplate<Modal>"
|
|
23820
23821
|
},
|
|
23821
|
-
"
|
|
23822
|
-
{
|
|
23823
|
-
"name": "context",
|
|
23824
|
-
"type": {
|
|
23825
|
-
"text": "ElementDefinitionContext"
|
|
23826
|
-
}
|
|
23827
|
-
},
|
|
23828
|
-
{
|
|
23829
|
-
"name": "definition",
|
|
23830
|
-
"type": {
|
|
23831
|
-
"text": "MenuItemOptions"
|
|
23832
|
-
}
|
|
23833
|
-
}
|
|
23834
|
-
]
|
|
23822
|
+
"default": "html`\n ${foundationDialogTemplate}\n`"
|
|
23835
23823
|
}
|
|
23836
23824
|
],
|
|
23837
23825
|
"exports": [
|
|
23838
23826
|
{
|
|
23839
23827
|
"kind": "js",
|
|
23840
|
-
"name": "
|
|
23828
|
+
"name": "foundationModalTemplate",
|
|
23841
23829
|
"declaration": {
|
|
23842
|
-
"name": "
|
|
23843
|
-
"module": "src/
|
|
23830
|
+
"name": "foundationModalTemplate",
|
|
23831
|
+
"module": "src/modal/modal.template.ts"
|
|
23844
23832
|
}
|
|
23845
23833
|
}
|
|
23846
23834
|
]
|
|
23847
23835
|
},
|
|
23848
23836
|
{
|
|
23849
23837
|
"kind": "javascript-module",
|
|
23850
|
-
"path": "src/
|
|
23838
|
+
"path": "src/modal/modal.ts",
|
|
23851
23839
|
"declarations": [
|
|
23840
|
+
{
|
|
23841
|
+
"kind": "variable",
|
|
23842
|
+
"name": "foundationModalShadowOptions",
|
|
23843
|
+
"type": {
|
|
23844
|
+
"text": "ShadowRootInit"
|
|
23845
|
+
},
|
|
23846
|
+
"default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
|
|
23847
|
+
},
|
|
23848
|
+
{
|
|
23849
|
+
"kind": "variable",
|
|
23850
|
+
"name": "defaultModalConfig",
|
|
23851
|
+
"type": {
|
|
23852
|
+
"text": "object"
|
|
23853
|
+
},
|
|
23854
|
+
"default": "{}"
|
|
23855
|
+
},
|
|
23852
23856
|
{
|
|
23853
23857
|
"kind": "class",
|
|
23854
23858
|
"description": "",
|
|
23855
|
-
"name": "
|
|
23856
|
-
"
|
|
23857
|
-
"name": "FASTMenuItem",
|
|
23858
|
-
"package": "@microsoft/fast-components"
|
|
23859
|
-
},
|
|
23860
|
-
"tagName": "%%prefix%%-menu-item",
|
|
23861
|
-
"customElement": true,
|
|
23862
|
-
"attributes": [
|
|
23859
|
+
"name": "Modal",
|
|
23860
|
+
"members": [
|
|
23863
23861
|
{
|
|
23864
|
-
"
|
|
23865
|
-
|
|
23862
|
+
"kind": "method",
|
|
23863
|
+
"name": "show",
|
|
23864
|
+
"return": {
|
|
23865
|
+
"type": {
|
|
23866
|
+
"text": "void"
|
|
23867
|
+
}
|
|
23866
23868
|
},
|
|
23867
|
-
"description": "
|
|
23868
|
-
"fieldName": "disabled",
|
|
23869
|
+
"description": "Show the HTMLDialogElement and its contents",
|
|
23869
23870
|
"inheritedFrom": {
|
|
23870
|
-
"name": "
|
|
23871
|
-
"module": "src/
|
|
23871
|
+
"name": "<local>_DialogElement",
|
|
23872
|
+
"module": "src/dialog/dialog.ts"
|
|
23872
23873
|
}
|
|
23873
23874
|
},
|
|
23874
23875
|
{
|
|
23875
|
-
"
|
|
23876
|
+
"kind": "field",
|
|
23877
|
+
"name": "mainElement",
|
|
23876
23878
|
"type": {
|
|
23877
|
-
"text": "
|
|
23879
|
+
"text": "HTMLDialogElement"
|
|
23878
23880
|
},
|
|
23879
|
-
"description": "
|
|
23880
|
-
"fieldName": "role",
|
|
23881
|
+
"description": "A reference to the dialog element\nin the component Shadow DOM.",
|
|
23881
23882
|
"inheritedFrom": {
|
|
23882
|
-
"name": "
|
|
23883
|
-
"module": "src/
|
|
23883
|
+
"name": "<local>_DialogElement",
|
|
23884
|
+
"module": "src/dialog/dialog.ts"
|
|
23884
23885
|
}
|
|
23885
|
-
}
|
|
23886
|
-
],
|
|
23887
|
-
"members": [
|
|
23886
|
+
},
|
|
23888
23887
|
{
|
|
23889
23888
|
"kind": "field",
|
|
23890
|
-
"name": "
|
|
23889
|
+
"name": "notification",
|
|
23891
23890
|
"type": {
|
|
23892
|
-
"text": "
|
|
23891
|
+
"text": "NotificationStructure"
|
|
23893
23892
|
},
|
|
23894
|
-
"privacy": "public",
|
|
23895
|
-
"description": "The disabled state of the element.",
|
|
23896
23893
|
"inheritedFrom": {
|
|
23897
|
-
"name": "
|
|
23898
|
-
"module": "src/
|
|
23894
|
+
"name": "<local>_DialogElement",
|
|
23895
|
+
"module": "src/dialog/dialog.ts"
|
|
23896
|
+
}
|
|
23897
|
+
},
|
|
23898
|
+
{
|
|
23899
|
+
"kind": "method",
|
|
23900
|
+
"name": "notificationChanged",
|
|
23901
|
+
"inheritedFrom": {
|
|
23902
|
+
"name": "<local>_DialogElement",
|
|
23903
|
+
"module": "src/dialog/dialog.ts"
|
|
23899
23904
|
}
|
|
23900
23905
|
},
|
|
23901
23906
|
{
|
|
23902
23907
|
"kind": "field",
|
|
23903
|
-
"name": "
|
|
23908
|
+
"name": "type",
|
|
23904
23909
|
"type": {
|
|
23905
|
-
"text": "
|
|
23910
|
+
"text": "DialogType"
|
|
23906
23911
|
},
|
|
23907
|
-
"
|
|
23908
|
-
"description": "The expanded state of the element.",
|
|
23912
|
+
"default": "'default'",
|
|
23909
23913
|
"inheritedFrom": {
|
|
23910
|
-
"name": "
|
|
23911
|
-
"module": "src/
|
|
23914
|
+
"name": "<local>_DialogElement",
|
|
23915
|
+
"module": "src/dialog/dialog.ts"
|
|
23912
23916
|
}
|
|
23913
23917
|
},
|
|
23914
23918
|
{
|
|
23915
|
-
"kind": "
|
|
23916
|
-
"name": "
|
|
23917
|
-
"
|
|
23918
|
-
|
|
23919
|
-
"type": {
|
|
23920
|
-
"text": "void"
|
|
23921
|
-
}
|
|
23919
|
+
"kind": "field",
|
|
23920
|
+
"name": "position",
|
|
23921
|
+
"type": {
|
|
23922
|
+
"text": "DialogPosition"
|
|
23922
23923
|
},
|
|
23923
|
-
"
|
|
23924
|
-
{
|
|
23925
|
-
"name": "oldValue",
|
|
23926
|
-
"type": {
|
|
23927
|
-
"text": "boolean"
|
|
23928
|
-
}
|
|
23929
|
-
}
|
|
23930
|
-
],
|
|
23924
|
+
"default": "'center'",
|
|
23931
23925
|
"inheritedFrom": {
|
|
23932
|
-
"name": "
|
|
23933
|
-
"module": "src/
|
|
23926
|
+
"name": "<local>_DialogElement",
|
|
23927
|
+
"module": "src/dialog/dialog.ts"
|
|
23934
23928
|
}
|
|
23935
23929
|
},
|
|
23936
23930
|
{
|
|
23937
23931
|
"kind": "field",
|
|
23938
|
-
"name": "
|
|
23932
|
+
"name": "showCloseIcon",
|
|
23939
23933
|
"type": {
|
|
23940
|
-
"text": "
|
|
23934
|
+
"text": "boolean"
|
|
23941
23935
|
},
|
|
23942
|
-
"
|
|
23943
|
-
"description": "
|
|
23936
|
+
"default": "true",
|
|
23937
|
+
"description": "Whether or not to show the close icon",
|
|
23944
23938
|
"inheritedFrom": {
|
|
23945
|
-
"name": "
|
|
23946
|
-
"module": "src/
|
|
23939
|
+
"name": "<local>_DialogElement",
|
|
23940
|
+
"module": "src/dialog/dialog.ts"
|
|
23947
23941
|
}
|
|
23948
23942
|
},
|
|
23949
23943
|
{
|
|
23950
23944
|
"kind": "field",
|
|
23951
|
-
"name": "
|
|
23945
|
+
"name": "onShowCallback",
|
|
23952
23946
|
"type": {
|
|
23953
|
-
"text": "
|
|
23947
|
+
"text": "() => void"
|
|
23954
23948
|
},
|
|
23955
|
-
"
|
|
23956
|
-
"description": "The checked value of the element.",
|
|
23949
|
+
"description": "Callback to run *before* HTMLDialogElement is shown",
|
|
23957
23950
|
"inheritedFrom": {
|
|
23958
|
-
"name": "
|
|
23959
|
-
"module": "src/
|
|
23951
|
+
"name": "<local>_DialogElement",
|
|
23952
|
+
"module": "src/dialog/dialog.ts"
|
|
23960
23953
|
}
|
|
23961
23954
|
},
|
|
23962
23955
|
{
|
|
23963
|
-
"kind": "
|
|
23964
|
-
"name": "
|
|
23965
|
-
"
|
|
23966
|
-
|
|
23967
|
-
"type": {
|
|
23968
|
-
"text": "void"
|
|
23969
|
-
}
|
|
23956
|
+
"kind": "field",
|
|
23957
|
+
"name": "onCloseCallback",
|
|
23958
|
+
"type": {
|
|
23959
|
+
"text": "() => void"
|
|
23970
23960
|
},
|
|
23971
|
-
"
|
|
23972
|
-
{
|
|
23973
|
-
"name": "oldValue",
|
|
23974
|
-
"type": {
|
|
23975
|
-
"text": "boolean"
|
|
23976
|
-
}
|
|
23977
|
-
},
|
|
23978
|
-
{
|
|
23979
|
-
"name": "newValue",
|
|
23980
|
-
"type": {
|
|
23981
|
-
"text": "boolean"
|
|
23982
|
-
}
|
|
23983
|
-
}
|
|
23984
|
-
],
|
|
23961
|
+
"description": "Callback to run *after* HTMLDialogElement is closed",
|
|
23985
23962
|
"inheritedFrom": {
|
|
23986
|
-
"name": "
|
|
23987
|
-
"module": "src/
|
|
23963
|
+
"name": "<local>_DialogElement",
|
|
23964
|
+
"module": "src/dialog/dialog.ts"
|
|
23988
23965
|
}
|
|
23989
23966
|
},
|
|
23990
23967
|
{
|
|
23991
23968
|
"kind": "field",
|
|
23992
|
-
"name": "
|
|
23969
|
+
"name": "open",
|
|
23993
23970
|
"type": {
|
|
23994
23971
|
"text": "boolean"
|
|
23995
23972
|
},
|
|
23996
|
-
"
|
|
23997
|
-
"
|
|
23973
|
+
"description": "Determine if the dialog is showing or closed.",
|
|
23974
|
+
"readonly": true,
|
|
23998
23975
|
"inheritedFrom": {
|
|
23999
|
-
"name": "
|
|
24000
|
-
"module": "src/
|
|
23976
|
+
"name": "<local>_DialogElement",
|
|
23977
|
+
"module": "src/dialog/dialog.ts"
|
|
24001
23978
|
}
|
|
24002
23979
|
},
|
|
24003
23980
|
{
|
|
24004
|
-
"kind": "
|
|
24005
|
-
"name": "
|
|
24006
|
-
"
|
|
24007
|
-
"
|
|
23981
|
+
"kind": "method",
|
|
23982
|
+
"name": "close",
|
|
23983
|
+
"return": {
|
|
23984
|
+
"type": {
|
|
23985
|
+
"text": "void"
|
|
23986
|
+
}
|
|
24008
23987
|
},
|
|
24009
|
-
"
|
|
23988
|
+
"description": "Remove the HTMLDialogElement from display",
|
|
24010
23989
|
"inheritedFrom": {
|
|
24011
|
-
"name": "
|
|
24012
|
-
"module": "src/
|
|
23990
|
+
"name": "<local>_DialogElement",
|
|
23991
|
+
"module": "src/dialog/dialog.ts"
|
|
24013
23992
|
}
|
|
24014
23993
|
},
|
|
24015
23994
|
{
|
|
24016
23995
|
"kind": "method",
|
|
24017
|
-
"name": "
|
|
24018
|
-
"privacy": "
|
|
23996
|
+
"name": "dismiss",
|
|
23997
|
+
"privacy": "public",
|
|
23998
|
+
"description": "Dismiss the Dialog from display and calls the dismissing action.",
|
|
23999
|
+
"inheritedFrom": {
|
|
24000
|
+
"name": "<local>_DialogElement",
|
|
24001
|
+
"module": "src/dialog/dialog.ts"
|
|
24002
|
+
}
|
|
24003
|
+
},
|
|
24004
|
+
{
|
|
24005
|
+
"kind": "method",
|
|
24006
|
+
"name": "closeDialog",
|
|
24007
|
+
"privacy": "public",
|
|
24019
24008
|
"return": {
|
|
24020
24009
|
"type": {
|
|
24021
|
-
"text": "
|
|
24010
|
+
"text": "void"
|
|
24022
24011
|
}
|
|
24023
24012
|
},
|
|
24024
|
-
"description": "
|
|
24013
|
+
"description": "Dismiss the Dialog from display.",
|
|
24025
24014
|
"inheritedFrom": {
|
|
24026
|
-
"name": "
|
|
24027
|
-
"module": "src/
|
|
24015
|
+
"name": "<local>_DialogElement",
|
|
24016
|
+
"module": "src/dialog/dialog.ts"
|
|
24028
24017
|
}
|
|
24029
24018
|
},
|
|
24030
24019
|
{
|
|
@@ -24137,81 +24126,92 @@
|
|
|
24137
24126
|
"name": "FoundationElement",
|
|
24138
24127
|
"module": "src/foundation-element/foundation-element.ts"
|
|
24139
24128
|
}
|
|
24140
|
-
}
|
|
24141
|
-
],
|
|
24142
|
-
"
|
|
24129
|
+
}
|
|
24130
|
+
],
|
|
24131
|
+
"superclass": {
|
|
24132
|
+
"name": "DialogElement",
|
|
24133
|
+
"module": "/src/dialog"
|
|
24134
|
+
},
|
|
24135
|
+
"tagName": "%%prefix%%-modal",
|
|
24136
|
+
"customElement": true,
|
|
24137
|
+
"attributes": [
|
|
24138
|
+
{
|
|
24139
|
+
"name": "type",
|
|
24140
|
+
"type": {
|
|
24141
|
+
"text": "DialogType"
|
|
24142
|
+
},
|
|
24143
|
+
"default": "'default'",
|
|
24144
|
+
"fieldName": "type",
|
|
24145
|
+
"inheritedFrom": {
|
|
24146
|
+
"name": "<local>_DialogElement",
|
|
24147
|
+
"module": "src/dialog/dialog.ts"
|
|
24148
|
+
}
|
|
24149
|
+
},
|
|
24143
24150
|
{
|
|
24144
|
-
"
|
|
24145
|
-
"
|
|
24151
|
+
"name": "position",
|
|
24152
|
+
"type": {
|
|
24153
|
+
"text": "DialogPosition"
|
|
24154
|
+
},
|
|
24155
|
+
"default": "'center'",
|
|
24156
|
+
"fieldName": "position",
|
|
24146
24157
|
"inheritedFrom": {
|
|
24147
|
-
"name": "
|
|
24148
|
-
"module": "src/
|
|
24158
|
+
"name": "<local>_DialogElement",
|
|
24159
|
+
"module": "src/dialog/dialog.ts"
|
|
24149
24160
|
}
|
|
24150
24161
|
},
|
|
24151
24162
|
{
|
|
24152
|
-
"
|
|
24153
|
-
"
|
|
24163
|
+
"name": "show-close-icon",
|
|
24164
|
+
"type": {
|
|
24165
|
+
"text": "boolean"
|
|
24166
|
+
},
|
|
24167
|
+
"default": "true",
|
|
24168
|
+
"description": "Whether or not to show the close icon",
|
|
24169
|
+
"fieldName": "showCloseIcon",
|
|
24154
24170
|
"inheritedFrom": {
|
|
24155
|
-
"name": "
|
|
24156
|
-
"module": "src/
|
|
24171
|
+
"name": "<local>_DialogElement",
|
|
24172
|
+
"module": "src/dialog/dialog.ts"
|
|
24157
24173
|
}
|
|
24158
24174
|
}
|
|
24159
24175
|
]
|
|
24160
24176
|
},
|
|
24161
24177
|
{
|
|
24162
24178
|
"kind": "variable",
|
|
24163
|
-
"name": "
|
|
24164
|
-
"
|
|
24165
|
-
"text": "ShadowRootInit"
|
|
24166
|
-
},
|
|
24167
|
-
"default": "undefined"
|
|
24168
|
-
},
|
|
24169
|
-
{
|
|
24170
|
-
"kind": "variable",
|
|
24171
|
-
"name": "defaultMenuItemConfig",
|
|
24172
|
-
"type": {
|
|
24173
|
-
"text": "object"
|
|
24174
|
-
},
|
|
24175
|
-
"default": "{\n expandCollapseGlyph: `\n <svg\n class=\"expand-collapse-glyph\"\n part=\"expand-collapse-glyph\"\n viewBox=\"0 0 16 16\"\n xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M4.023 15.273L11.29 8 4.023.727l.704-.704L12.71 8l-7.984 7.977-.704-.704z\"\n />\n </svg>\n `,\n}"
|
|
24176
|
-
},
|
|
24177
|
-
{
|
|
24178
|
-
"kind": "variable",
|
|
24179
|
-
"name": "foundationMenuItem",
|
|
24180
|
-
"description": "The Foundation Menu Item",
|
|
24179
|
+
"name": "foundationModal",
|
|
24180
|
+
"description": "The Foundation Modal",
|
|
24181
24181
|
"privacy": "public"
|
|
24182
24182
|
}
|
|
24183
24183
|
],
|
|
24184
24184
|
"exports": [
|
|
24185
24185
|
{
|
|
24186
24186
|
"kind": "js",
|
|
24187
|
-
"name": "
|
|
24187
|
+
"name": "foundationModalShadowOptions",
|
|
24188
24188
|
"declaration": {
|
|
24189
|
-
"name": "
|
|
24190
|
-
"module": "src/
|
|
24189
|
+
"name": "foundationModalShadowOptions",
|
|
24190
|
+
"module": "src/modal/modal.ts"
|
|
24191
24191
|
}
|
|
24192
24192
|
},
|
|
24193
24193
|
{
|
|
24194
24194
|
"kind": "js",
|
|
24195
|
-
"name": "
|
|
24195
|
+
"name": "defaultModalConfig",
|
|
24196
24196
|
"declaration": {
|
|
24197
|
-
"name": "
|
|
24198
|
-
"module": "src/
|
|
24197
|
+
"name": "defaultModalConfig",
|
|
24198
|
+
"module": "src/modal/modal.ts"
|
|
24199
24199
|
}
|
|
24200
24200
|
},
|
|
24201
24201
|
{
|
|
24202
24202
|
"kind": "js",
|
|
24203
|
-
"name": "
|
|
24203
|
+
"name": "Modal",
|
|
24204
24204
|
"declaration": {
|
|
24205
|
-
"name": "
|
|
24206
|
-
"module": "src/
|
|
24205
|
+
"name": "Modal",
|
|
24206
|
+
"module": "src/modal/modal.ts"
|
|
24207
24207
|
}
|
|
24208
24208
|
},
|
|
24209
24209
|
{
|
|
24210
24210
|
"kind": "js",
|
|
24211
|
-
"name": "
|
|
24211
|
+
"name": "foundationModal",
|
|
24212
24212
|
"declaration": {
|
|
24213
|
-
"name": "
|
|
24214
|
-
"module": "src/
|
|
24213
|
+
"name": "foundationModal",
|
|
24214
|
+
"module": "src/modal/modal.ts"
|
|
24215
24215
|
}
|
|
24216
24216
|
}
|
|
24217
24217
|
]
|
|
@@ -28613,200 +28613,18 @@
|
|
|
28613
28613
|
"name": "*",
|
|
28614
28614
|
"declaration": {
|
|
28615
28615
|
"name": "*",
|
|
28616
|
-
"package": "./progress"
|
|
28617
|
-
}
|
|
28618
|
-
}
|
|
28619
|
-
]
|
|
28620
|
-
},
|
|
28621
|
-
{
|
|
28622
|
-
"kind": "javascript-module",
|
|
28623
|
-
"path": "src/progress/progress.styles.ts",
|
|
28624
|
-
"declarations": [
|
|
28625
|
-
{
|
|
28626
|
-
"kind": "function",
|
|
28627
|
-
"name": "foundationProgressStyles",
|
|
28628
|
-
"return": {
|
|
28629
|
-
"type": {
|
|
28630
|
-
"text": "ElementStyles"
|
|
28631
|
-
}
|
|
28632
|
-
},
|
|
28633
|
-
"parameters": [
|
|
28634
|
-
{
|
|
28635
|
-
"name": "context",
|
|
28636
|
-
"type": {
|
|
28637
|
-
"text": "ElementDefinitionContext"
|
|
28638
|
-
}
|
|
28639
|
-
},
|
|
28640
|
-
{
|
|
28641
|
-
"name": "definition",
|
|
28642
|
-
"type": {
|
|
28643
|
-
"text": "ProgressOptions"
|
|
28644
|
-
}
|
|
28645
|
-
}
|
|
28646
|
-
]
|
|
28647
|
-
}
|
|
28648
|
-
],
|
|
28649
|
-
"exports": [
|
|
28650
|
-
{
|
|
28651
|
-
"kind": "js",
|
|
28652
|
-
"name": "foundationProgressStyles",
|
|
28653
|
-
"declaration": {
|
|
28654
|
-
"name": "foundationProgressStyles",
|
|
28655
|
-
"module": "src/progress/progress.styles.ts"
|
|
28656
|
-
}
|
|
28657
|
-
}
|
|
28658
|
-
]
|
|
28659
|
-
},
|
|
28660
|
-
{
|
|
28661
|
-
"kind": "javascript-module",
|
|
28662
|
-
"path": "src/progress/progress.template.ts",
|
|
28663
|
-
"declarations": [
|
|
28664
|
-
{
|
|
28665
|
-
"kind": "function",
|
|
28666
|
-
"name": "foundationProgressTemplate",
|
|
28667
|
-
"return": {
|
|
28668
|
-
"type": {
|
|
28669
|
-
"text": "ViewTemplate<Progress>"
|
|
28670
|
-
}
|
|
28671
|
-
},
|
|
28672
|
-
"parameters": [
|
|
28673
|
-
{
|
|
28674
|
-
"name": "context",
|
|
28675
|
-
"type": {
|
|
28676
|
-
"text": "ElementDefinitionContext"
|
|
28677
|
-
}
|
|
28678
|
-
},
|
|
28679
|
-
{
|
|
28680
|
-
"name": "definition",
|
|
28681
|
-
"type": {
|
|
28682
|
-
"text": "ProgressOptions"
|
|
28683
|
-
}
|
|
28684
|
-
}
|
|
28685
|
-
]
|
|
28686
|
-
}
|
|
28687
|
-
],
|
|
28688
|
-
"exports": [
|
|
28689
|
-
{
|
|
28690
|
-
"kind": "js",
|
|
28691
|
-
"name": "foundationProgressTemplate",
|
|
28692
|
-
"declaration": {
|
|
28693
|
-
"name": "foundationProgressTemplate",
|
|
28694
|
-
"module": "src/progress/progress.template.ts"
|
|
28695
|
-
}
|
|
28696
|
-
}
|
|
28697
|
-
]
|
|
28698
|
-
},
|
|
28699
|
-
{
|
|
28700
|
-
"kind": "javascript-module",
|
|
28701
|
-
"path": "src/progress/progress.ts",
|
|
28702
|
-
"declarations": [
|
|
28703
|
-
{
|
|
28704
|
-
"kind": "class",
|
|
28705
|
-
"description": "",
|
|
28706
|
-
"name": "Progress",
|
|
28707
|
-
"superclass": {
|
|
28708
|
-
"name": "FASTProgress",
|
|
28709
|
-
"package": "@microsoft/fast-components"
|
|
28710
|
-
},
|
|
28711
|
-
"tagName": "%%prefix%%-progress",
|
|
28712
|
-
"customElement": true
|
|
28713
|
-
},
|
|
28714
|
-
{
|
|
28715
|
-
"kind": "variable",
|
|
28716
|
-
"name": "foundationProgressShadowOptions",
|
|
28717
|
-
"type": {
|
|
28718
|
-
"text": "ShadowRootInit"
|
|
28719
|
-
},
|
|
28720
|
-
"default": "undefined"
|
|
28721
|
-
},
|
|
28722
|
-
{
|
|
28723
|
-
"kind": "variable",
|
|
28724
|
-
"name": "defaultProgressConfig",
|
|
28725
|
-
"type": {
|
|
28726
|
-
"text": "object"
|
|
28727
|
-
},
|
|
28728
|
-
"default": "{\n indeterminateIndicator1: `<span class=\"indeterminate-indicator-1\" part=\"indeterminate-indicator-1\"></span>`,\n indeterminateIndicator2: `<span class=\"indeterminate-indicator-1\" part=\"indeterminate-indicator-1\"></span>`,\n}"
|
|
28729
|
-
},
|
|
28730
|
-
{
|
|
28731
|
-
"kind": "variable",
|
|
28732
|
-
"name": "foundationProgress",
|
|
28733
|
-
"description": "The Foundation Progress",
|
|
28734
|
-
"privacy": "public"
|
|
28735
|
-
}
|
|
28736
|
-
],
|
|
28737
|
-
"exports": [
|
|
28738
|
-
{
|
|
28739
|
-
"kind": "js",
|
|
28740
|
-
"name": "Progress",
|
|
28741
|
-
"declaration": {
|
|
28742
|
-
"name": "Progress",
|
|
28743
|
-
"module": "src/progress/progress.ts"
|
|
28744
|
-
}
|
|
28745
|
-
},
|
|
28746
|
-
{
|
|
28747
|
-
"kind": "js",
|
|
28748
|
-
"name": "foundationProgressShadowOptions",
|
|
28749
|
-
"declaration": {
|
|
28750
|
-
"name": "foundationProgressShadowOptions",
|
|
28751
|
-
"module": "src/progress/progress.ts"
|
|
28752
|
-
}
|
|
28753
|
-
},
|
|
28754
|
-
{
|
|
28755
|
-
"kind": "js",
|
|
28756
|
-
"name": "defaultProgressConfig",
|
|
28757
|
-
"declaration": {
|
|
28758
|
-
"name": "defaultProgressConfig",
|
|
28759
|
-
"module": "src/progress/progress.ts"
|
|
28760
|
-
}
|
|
28761
|
-
},
|
|
28762
|
-
{
|
|
28763
|
-
"kind": "js",
|
|
28764
|
-
"name": "foundationProgress",
|
|
28765
|
-
"declaration": {
|
|
28766
|
-
"name": "foundationProgress",
|
|
28767
|
-
"module": "src/progress/progress.ts"
|
|
28768
|
-
}
|
|
28769
|
-
}
|
|
28770
|
-
]
|
|
28771
|
-
},
|
|
28772
|
-
{
|
|
28773
|
-
"kind": "javascript-module",
|
|
28774
|
-
"path": "src/progress-ring/index.ts",
|
|
28775
|
-
"declarations": [],
|
|
28776
|
-
"exports": [
|
|
28777
|
-
{
|
|
28778
|
-
"kind": "js",
|
|
28779
|
-
"name": "*",
|
|
28780
|
-
"declaration": {
|
|
28781
|
-
"name": "*",
|
|
28782
|
-
"package": "./progress-ring.template"
|
|
28783
|
-
}
|
|
28784
|
-
},
|
|
28785
|
-
{
|
|
28786
|
-
"kind": "js",
|
|
28787
|
-
"name": "*",
|
|
28788
|
-
"declaration": {
|
|
28789
|
-
"name": "*",
|
|
28790
|
-
"package": "./progress-ring.styles"
|
|
28791
|
-
}
|
|
28792
|
-
},
|
|
28793
|
-
{
|
|
28794
|
-
"kind": "js",
|
|
28795
|
-
"name": "*",
|
|
28796
|
-
"declaration": {
|
|
28797
|
-
"name": "*",
|
|
28798
|
-
"package": "./progress-ring"
|
|
28616
|
+
"package": "./progress"
|
|
28799
28617
|
}
|
|
28800
28618
|
}
|
|
28801
28619
|
]
|
|
28802
28620
|
},
|
|
28803
28621
|
{
|
|
28804
28622
|
"kind": "javascript-module",
|
|
28805
|
-
"path": "src/progress
|
|
28623
|
+
"path": "src/progress/progress.styles.ts",
|
|
28806
28624
|
"declarations": [
|
|
28807
28625
|
{
|
|
28808
28626
|
"kind": "function",
|
|
28809
|
-
"name": "
|
|
28627
|
+
"name": "foundationProgressStyles",
|
|
28810
28628
|
"return": {
|
|
28811
28629
|
"type": {
|
|
28812
28630
|
"text": "ElementStyles"
|
|
@@ -28822,7 +28640,7 @@
|
|
|
28822
28640
|
{
|
|
28823
28641
|
"name": "definition",
|
|
28824
28642
|
"type": {
|
|
28825
|
-
"text": "
|
|
28643
|
+
"text": "ProgressOptions"
|
|
28826
28644
|
}
|
|
28827
28645
|
}
|
|
28828
28646
|
]
|
|
@@ -28831,24 +28649,24 @@
|
|
|
28831
28649
|
"exports": [
|
|
28832
28650
|
{
|
|
28833
28651
|
"kind": "js",
|
|
28834
|
-
"name": "
|
|
28652
|
+
"name": "foundationProgressStyles",
|
|
28835
28653
|
"declaration": {
|
|
28836
|
-
"name": "
|
|
28837
|
-
"module": "src/progress
|
|
28654
|
+
"name": "foundationProgressStyles",
|
|
28655
|
+
"module": "src/progress/progress.styles.ts"
|
|
28838
28656
|
}
|
|
28839
28657
|
}
|
|
28840
28658
|
]
|
|
28841
28659
|
},
|
|
28842
28660
|
{
|
|
28843
28661
|
"kind": "javascript-module",
|
|
28844
|
-
"path": "src/progress
|
|
28662
|
+
"path": "src/progress/progress.template.ts",
|
|
28845
28663
|
"declarations": [
|
|
28846
28664
|
{
|
|
28847
28665
|
"kind": "function",
|
|
28848
|
-
"name": "
|
|
28666
|
+
"name": "foundationProgressTemplate",
|
|
28849
28667
|
"return": {
|
|
28850
28668
|
"type": {
|
|
28851
|
-
"text": "ViewTemplate<
|
|
28669
|
+
"text": "ViewTemplate<Progress>"
|
|
28852
28670
|
}
|
|
28853
28671
|
},
|
|
28854
28672
|
"parameters": [
|
|
@@ -28861,7 +28679,7 @@
|
|
|
28861
28679
|
{
|
|
28862
28680
|
"name": "definition",
|
|
28863
28681
|
"type": {
|
|
28864
|
-
"text": "
|
|
28682
|
+
"text": "ProgressOptions"
|
|
28865
28683
|
}
|
|
28866
28684
|
}
|
|
28867
28685
|
]
|
|
@@ -28870,32 +28688,32 @@
|
|
|
28870
28688
|
"exports": [
|
|
28871
28689
|
{
|
|
28872
28690
|
"kind": "js",
|
|
28873
|
-
"name": "
|
|
28691
|
+
"name": "foundationProgressTemplate",
|
|
28874
28692
|
"declaration": {
|
|
28875
|
-
"name": "
|
|
28876
|
-
"module": "src/progress
|
|
28693
|
+
"name": "foundationProgressTemplate",
|
|
28694
|
+
"module": "src/progress/progress.template.ts"
|
|
28877
28695
|
}
|
|
28878
28696
|
}
|
|
28879
28697
|
]
|
|
28880
28698
|
},
|
|
28881
28699
|
{
|
|
28882
28700
|
"kind": "javascript-module",
|
|
28883
|
-
"path": "src/progress
|
|
28701
|
+
"path": "src/progress/progress.ts",
|
|
28884
28702
|
"declarations": [
|
|
28885
28703
|
{
|
|
28886
28704
|
"kind": "class",
|
|
28887
28705
|
"description": "",
|
|
28888
|
-
"name": "
|
|
28706
|
+
"name": "Progress",
|
|
28889
28707
|
"superclass": {
|
|
28890
|
-
"name": "
|
|
28708
|
+
"name": "FASTProgress",
|
|
28891
28709
|
"package": "@microsoft/fast-components"
|
|
28892
28710
|
},
|
|
28893
|
-
"tagName": "%%prefix%%-progress
|
|
28711
|
+
"tagName": "%%prefix%%-progress",
|
|
28894
28712
|
"customElement": true
|
|
28895
28713
|
},
|
|
28896
28714
|
{
|
|
28897
28715
|
"kind": "variable",
|
|
28898
|
-
"name": "
|
|
28716
|
+
"name": "foundationProgressShadowOptions",
|
|
28899
28717
|
"type": {
|
|
28900
28718
|
"text": "ShadowRootInit"
|
|
28901
28719
|
},
|
|
@@ -28903,57 +28721,57 @@
|
|
|
28903
28721
|
},
|
|
28904
28722
|
{
|
|
28905
28723
|
"kind": "variable",
|
|
28906
|
-
"name": "
|
|
28724
|
+
"name": "defaultProgressConfig",
|
|
28907
28725
|
"type": {
|
|
28908
28726
|
"text": "object"
|
|
28909
28727
|
},
|
|
28910
|
-
"default": "{\n
|
|
28728
|
+
"default": "{\n indeterminateIndicator1: `<span class=\"indeterminate-indicator-1\" part=\"indeterminate-indicator-1\"></span>`,\n indeterminateIndicator2: `<span class=\"indeterminate-indicator-1\" part=\"indeterminate-indicator-1\"></span>`,\n}"
|
|
28911
28729
|
},
|
|
28912
28730
|
{
|
|
28913
28731
|
"kind": "variable",
|
|
28914
|
-
"name": "
|
|
28915
|
-
"description": "The Foundation Progress
|
|
28732
|
+
"name": "foundationProgress",
|
|
28733
|
+
"description": "The Foundation Progress",
|
|
28916
28734
|
"privacy": "public"
|
|
28917
28735
|
}
|
|
28918
28736
|
],
|
|
28919
28737
|
"exports": [
|
|
28920
28738
|
{
|
|
28921
28739
|
"kind": "js",
|
|
28922
|
-
"name": "
|
|
28740
|
+
"name": "Progress",
|
|
28923
28741
|
"declaration": {
|
|
28924
|
-
"name": "
|
|
28925
|
-
"module": "src/progress
|
|
28742
|
+
"name": "Progress",
|
|
28743
|
+
"module": "src/progress/progress.ts"
|
|
28926
28744
|
}
|
|
28927
28745
|
},
|
|
28928
28746
|
{
|
|
28929
28747
|
"kind": "js",
|
|
28930
|
-
"name": "
|
|
28748
|
+
"name": "foundationProgressShadowOptions",
|
|
28931
28749
|
"declaration": {
|
|
28932
|
-
"name": "
|
|
28933
|
-
"module": "src/progress
|
|
28750
|
+
"name": "foundationProgressShadowOptions",
|
|
28751
|
+
"module": "src/progress/progress.ts"
|
|
28934
28752
|
}
|
|
28935
28753
|
},
|
|
28936
28754
|
{
|
|
28937
28755
|
"kind": "js",
|
|
28938
|
-
"name": "
|
|
28756
|
+
"name": "defaultProgressConfig",
|
|
28939
28757
|
"declaration": {
|
|
28940
|
-
"name": "
|
|
28941
|
-
"module": "src/progress
|
|
28758
|
+
"name": "defaultProgressConfig",
|
|
28759
|
+
"module": "src/progress/progress.ts"
|
|
28942
28760
|
}
|
|
28943
28761
|
},
|
|
28944
28762
|
{
|
|
28945
28763
|
"kind": "js",
|
|
28946
|
-
"name": "
|
|
28764
|
+
"name": "foundationProgress",
|
|
28947
28765
|
"declaration": {
|
|
28948
|
-
"name": "
|
|
28949
|
-
"module": "src/progress
|
|
28766
|
+
"name": "foundationProgress",
|
|
28767
|
+
"module": "src/progress/progress.ts"
|
|
28950
28768
|
}
|
|
28951
28769
|
}
|
|
28952
28770
|
]
|
|
28953
28771
|
},
|
|
28954
28772
|
{
|
|
28955
28773
|
"kind": "javascript-module",
|
|
28956
|
-
"path": "src/
|
|
28774
|
+
"path": "src/progress-ring/index.ts",
|
|
28957
28775
|
"declarations": [],
|
|
28958
28776
|
"exports": [
|
|
28959
28777
|
{
|
|
@@ -28961,7 +28779,7 @@
|
|
|
28961
28779
|
"name": "*",
|
|
28962
28780
|
"declaration": {
|
|
28963
28781
|
"name": "*",
|
|
28964
|
-
"package": "./
|
|
28782
|
+
"package": "./progress-ring.template"
|
|
28965
28783
|
}
|
|
28966
28784
|
},
|
|
28967
28785
|
{
|
|
@@ -28969,7 +28787,7 @@
|
|
|
28969
28787
|
"name": "*",
|
|
28970
28788
|
"declaration": {
|
|
28971
28789
|
"name": "*",
|
|
28972
|
-
"package": "./
|
|
28790
|
+
"package": "./progress-ring.styles"
|
|
28973
28791
|
}
|
|
28974
28792
|
},
|
|
28975
28793
|
{
|
|
@@ -28977,306 +28795,107 @@
|
|
|
28977
28795
|
"name": "*",
|
|
28978
28796
|
"declaration": {
|
|
28979
28797
|
"name": "*",
|
|
28980
|
-
"package": "./
|
|
28981
|
-
}
|
|
28982
|
-
}
|
|
28983
|
-
]
|
|
28984
|
-
},
|
|
28985
|
-
{
|
|
28986
|
-
"kind": "javascript-module",
|
|
28987
|
-
"path": "src/radio/radio.styles.ts",
|
|
28988
|
-
"declarations": [
|
|
28989
|
-
{
|
|
28990
|
-
"kind": "function",
|
|
28991
|
-
"name": "foundationRadioStyles",
|
|
28992
|
-
"return": {
|
|
28993
|
-
"type": {
|
|
28994
|
-
"text": "ElementStyles"
|
|
28995
|
-
}
|
|
28996
|
-
},
|
|
28997
|
-
"parameters": [
|
|
28998
|
-
{
|
|
28999
|
-
"name": "context",
|
|
29000
|
-
"type": {
|
|
29001
|
-
"text": "ElementDefinitionContext"
|
|
29002
|
-
}
|
|
29003
|
-
},
|
|
29004
|
-
{
|
|
29005
|
-
"name": "definition",
|
|
29006
|
-
"type": {
|
|
29007
|
-
"text": "RadioOptions"
|
|
29008
|
-
}
|
|
29009
|
-
}
|
|
29010
|
-
]
|
|
29011
|
-
}
|
|
29012
|
-
],
|
|
29013
|
-
"exports": [
|
|
29014
|
-
{
|
|
29015
|
-
"kind": "js",
|
|
29016
|
-
"name": "foundationRadioStyles",
|
|
29017
|
-
"declaration": {
|
|
29018
|
-
"name": "foundationRadioStyles",
|
|
29019
|
-
"module": "src/radio/radio.styles.ts"
|
|
28798
|
+
"package": "./progress-ring"
|
|
29020
28799
|
}
|
|
29021
28800
|
}
|
|
29022
28801
|
]
|
|
29023
28802
|
},
|
|
29024
28803
|
{
|
|
29025
28804
|
"kind": "javascript-module",
|
|
29026
|
-
"path": "src/
|
|
28805
|
+
"path": "src/progress-ring/progress-ring.styles.ts",
|
|
29027
28806
|
"declarations": [
|
|
29028
28807
|
{
|
|
29029
28808
|
"kind": "function",
|
|
29030
|
-
"name": "
|
|
28809
|
+
"name": "foundationProgressRingStyles",
|
|
29031
28810
|
"return": {
|
|
29032
|
-
"type": {
|
|
29033
|
-
"text": "
|
|
29034
|
-
}
|
|
29035
|
-
},
|
|
29036
|
-
"parameters": [
|
|
29037
|
-
{
|
|
29038
|
-
"name": "context",
|
|
29039
|
-
"type": {
|
|
29040
|
-
"text": "ElementDefinitionContext"
|
|
29041
|
-
}
|
|
29042
|
-
},
|
|
29043
|
-
{
|
|
29044
|
-
"name": "definition",
|
|
29045
|
-
"type": {
|
|
29046
|
-
"text": "RadioOptions"
|
|
29047
|
-
}
|
|
29048
|
-
}
|
|
29049
|
-
]
|
|
29050
|
-
}
|
|
29051
|
-
],
|
|
29052
|
-
"exports": [
|
|
29053
|
-
{
|
|
29054
|
-
"kind": "js",
|
|
29055
|
-
"name": "foundationRadioTemplate",
|
|
29056
|
-
"declaration": {
|
|
29057
|
-
"name": "foundationRadioTemplate",
|
|
29058
|
-
"module": "src/radio/radio.template.ts"
|
|
29059
|
-
}
|
|
29060
|
-
}
|
|
29061
|
-
]
|
|
29062
|
-
},
|
|
29063
|
-
{
|
|
29064
|
-
"kind": "javascript-module",
|
|
29065
|
-
"path": "src/radio/radio.ts",
|
|
29066
|
-
"declarations": [
|
|
29067
|
-
{
|
|
29068
|
-
"kind": "class",
|
|
29069
|
-
"description": "",
|
|
29070
|
-
"name": "Radio",
|
|
29071
|
-
"superclass": {
|
|
29072
|
-
"name": "FASTRadio",
|
|
29073
|
-
"package": "@microsoft/fast-components"
|
|
29074
|
-
},
|
|
29075
|
-
"tagName": "%%prefix%%-radio",
|
|
29076
|
-
"customElement": true,
|
|
29077
|
-
"attributes": [
|
|
29078
|
-
{
|
|
29079
|
-
"name": "readonly",
|
|
29080
|
-
"type": {
|
|
29081
|
-
"text": "boolean"
|
|
29082
|
-
},
|
|
29083
|
-
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
|
|
29084
|
-
"fieldName": "readOnly",
|
|
29085
|
-
"inheritedFrom": {
|
|
29086
|
-
"name": "Radio",
|
|
29087
|
-
"module": "src/radio/radio.ts"
|
|
29088
|
-
}
|
|
29089
|
-
}
|
|
29090
|
-
],
|
|
29091
|
-
"members": [
|
|
29092
|
-
{
|
|
29093
|
-
"kind": "field",
|
|
29094
|
-
"name": "readOnly",
|
|
29095
|
-
"type": {
|
|
29096
|
-
"text": "boolean"
|
|
29097
|
-
},
|
|
29098
|
-
"privacy": "public",
|
|
29099
|
-
"description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.",
|
|
29100
|
-
"inheritedFrom": {
|
|
29101
|
-
"name": "Radio",
|
|
29102
|
-
"module": "src/radio/radio.ts"
|
|
29103
|
-
}
|
|
29104
|
-
},
|
|
29105
|
-
{
|
|
29106
|
-
"kind": "method",
|
|
29107
|
-
"name": "readOnlyChanged",
|
|
29108
|
-
"privacy": "private",
|
|
29109
|
-
"return": {
|
|
29110
|
-
"type": {
|
|
29111
|
-
"text": "void"
|
|
29112
|
-
}
|
|
29113
|
-
},
|
|
29114
|
-
"inheritedFrom": {
|
|
29115
|
-
"name": "Radio",
|
|
29116
|
-
"module": "src/radio/radio.ts"
|
|
29117
|
-
}
|
|
29118
|
-
},
|
|
29119
|
-
{
|
|
29120
|
-
"kind": "field",
|
|
29121
|
-
"name": "name",
|
|
29122
|
-
"type": {
|
|
29123
|
-
"text": "string"
|
|
29124
|
-
},
|
|
29125
|
-
"privacy": "public",
|
|
29126
|
-
"description": "The name of the radio. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname | name attribute} for more info.",
|
|
29127
|
-
"inheritedFrom": {
|
|
29128
|
-
"name": "Radio",
|
|
29129
|
-
"module": "src/radio/radio.ts"
|
|
29130
|
-
}
|
|
29131
|
-
},
|
|
29132
|
-
{
|
|
29133
|
-
"kind": "method",
|
|
29134
|
-
"name": "isInsideRadioGroup",
|
|
29135
|
-
"privacy": "private",
|
|
29136
|
-
"return": {
|
|
29137
|
-
"type": {
|
|
29138
|
-
"text": "boolean"
|
|
29139
|
-
}
|
|
29140
|
-
},
|
|
29141
|
-
"inheritedFrom": {
|
|
29142
|
-
"name": "Radio",
|
|
29143
|
-
"module": "src/radio/radio.ts"
|
|
29144
|
-
}
|
|
29145
|
-
},
|
|
29146
|
-
{
|
|
29147
|
-
"kind": "field",
|
|
29148
|
-
"name": "proxy",
|
|
29149
|
-
"inheritedFrom": {
|
|
29150
|
-
"name": "Radio",
|
|
29151
|
-
"module": "src/radio/radio.ts"
|
|
29152
|
-
}
|
|
29153
|
-
},
|
|
29154
|
-
{
|
|
29155
|
-
"kind": "field",
|
|
29156
|
-
"name": "_presentation",
|
|
29157
|
-
"type": {
|
|
29158
|
-
"text": "ComponentPresentation | null | undefined"
|
|
29159
|
-
},
|
|
29160
|
-
"privacy": "private",
|
|
29161
|
-
"default": "void 0",
|
|
29162
|
-
"inheritedFrom": {
|
|
29163
|
-
"name": "Radio",
|
|
29164
|
-
"module": "src/radio/radio.ts"
|
|
29165
|
-
}
|
|
29166
|
-
},
|
|
28811
|
+
"type": {
|
|
28812
|
+
"text": "ElementStyles"
|
|
28813
|
+
}
|
|
28814
|
+
},
|
|
28815
|
+
"parameters": [
|
|
29167
28816
|
{
|
|
29168
|
-
"
|
|
29169
|
-
"name": "$presentation",
|
|
28817
|
+
"name": "context",
|
|
29170
28818
|
"type": {
|
|
29171
|
-
"text": "
|
|
29172
|
-
},
|
|
29173
|
-
"privacy": "public",
|
|
29174
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
29175
|
-
"inheritedFrom": {
|
|
29176
|
-
"name": "Radio",
|
|
29177
|
-
"module": "src/radio/radio.ts"
|
|
28819
|
+
"text": "ElementDefinitionContext"
|
|
29178
28820
|
}
|
|
29179
28821
|
},
|
|
29180
28822
|
{
|
|
29181
|
-
"
|
|
29182
|
-
"name": "template",
|
|
28823
|
+
"name": "definition",
|
|
29183
28824
|
"type": {
|
|
29184
|
-
"text": "
|
|
29185
|
-
},
|
|
29186
|
-
"privacy": "public",
|
|
29187
|
-
"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.",
|
|
29188
|
-
"inheritedFrom": {
|
|
29189
|
-
"name": "Radio",
|
|
29190
|
-
"module": "src/radio/radio.ts"
|
|
29191
|
-
}
|
|
29192
|
-
},
|
|
29193
|
-
{
|
|
29194
|
-
"kind": "method",
|
|
29195
|
-
"name": "templateChanged",
|
|
29196
|
-
"privacy": "protected",
|
|
29197
|
-
"return": {
|
|
29198
|
-
"type": {
|
|
29199
|
-
"text": "void"
|
|
29200
|
-
}
|
|
29201
|
-
},
|
|
29202
|
-
"inheritedFrom": {
|
|
29203
|
-
"name": "Radio",
|
|
29204
|
-
"module": "src/radio/radio.ts"
|
|
28825
|
+
"text": "ProgressRingOptions"
|
|
29205
28826
|
}
|
|
29206
|
-
}
|
|
28827
|
+
}
|
|
28828
|
+
]
|
|
28829
|
+
}
|
|
28830
|
+
],
|
|
28831
|
+
"exports": [
|
|
28832
|
+
{
|
|
28833
|
+
"kind": "js",
|
|
28834
|
+
"name": "foundationProgressRingStyles",
|
|
28835
|
+
"declaration": {
|
|
28836
|
+
"name": "foundationProgressRingStyles",
|
|
28837
|
+
"module": "src/progress-ring/progress-ring.styles.ts"
|
|
28838
|
+
}
|
|
28839
|
+
}
|
|
28840
|
+
]
|
|
28841
|
+
},
|
|
28842
|
+
{
|
|
28843
|
+
"kind": "javascript-module",
|
|
28844
|
+
"path": "src/progress-ring/progress-ring.template.ts",
|
|
28845
|
+
"declarations": [
|
|
28846
|
+
{
|
|
28847
|
+
"kind": "function",
|
|
28848
|
+
"name": "foundationProgressRingTemplate",
|
|
28849
|
+
"return": {
|
|
28850
|
+
"type": {
|
|
28851
|
+
"text": "ViewTemplate<ProgressRing>"
|
|
28852
|
+
}
|
|
28853
|
+
},
|
|
28854
|
+
"parameters": [
|
|
29207
28855
|
{
|
|
29208
|
-
"
|
|
29209
|
-
"name": "styles",
|
|
28856
|
+
"name": "context",
|
|
29210
28857
|
"type": {
|
|
29211
|
-
"text": "
|
|
29212
|
-
},
|
|
29213
|
-
"privacy": "public",
|
|
29214
|
-
"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.",
|
|
29215
|
-
"inheritedFrom": {
|
|
29216
|
-
"name": "Radio",
|
|
29217
|
-
"module": "src/radio/radio.ts"
|
|
29218
|
-
}
|
|
29219
|
-
},
|
|
29220
|
-
{
|
|
29221
|
-
"kind": "method",
|
|
29222
|
-
"name": "stylesChanged",
|
|
29223
|
-
"privacy": "protected",
|
|
29224
|
-
"return": {
|
|
29225
|
-
"type": {
|
|
29226
|
-
"text": "void"
|
|
29227
|
-
}
|
|
29228
|
-
},
|
|
29229
|
-
"inheritedFrom": {
|
|
29230
|
-
"name": "Radio",
|
|
29231
|
-
"module": "src/radio/radio.ts"
|
|
28858
|
+
"text": "ElementDefinitionContext"
|
|
29232
28859
|
}
|
|
29233
28860
|
},
|
|
29234
28861
|
{
|
|
29235
|
-
"
|
|
29236
|
-
"
|
|
29237
|
-
|
|
29238
|
-
"static": true,
|
|
29239
|
-
"return": {
|
|
29240
|
-
"type": {
|
|
29241
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
29242
|
-
}
|
|
29243
|
-
},
|
|
29244
|
-
"parameters": [
|
|
29245
|
-
{
|
|
29246
|
-
"name": "this",
|
|
29247
|
-
"type": {
|
|
29248
|
-
"text": "K"
|
|
29249
|
-
}
|
|
29250
|
-
},
|
|
29251
|
-
{
|
|
29252
|
-
"name": "elementDefinition",
|
|
29253
|
-
"type": {
|
|
29254
|
-
"text": "T"
|
|
29255
|
-
},
|
|
29256
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
29257
|
-
}
|
|
29258
|
-
],
|
|
29259
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
29260
|
-
"inheritedFrom": {
|
|
29261
|
-
"name": "Radio",
|
|
29262
|
-
"module": "src/radio/radio.ts"
|
|
29263
|
-
}
|
|
29264
|
-
}
|
|
29265
|
-
],
|
|
29266
|
-
"events": [
|
|
29267
|
-
{
|
|
29268
|
-
"description": "Emits a custom change event when the checked state changes",
|
|
29269
|
-
"name": "change",
|
|
29270
|
-
"inheritedFrom": {
|
|
29271
|
-
"name": "Radio",
|
|
29272
|
-
"module": "src/radio/radio.ts"
|
|
28862
|
+
"name": "definition",
|
|
28863
|
+
"type": {
|
|
28864
|
+
"text": "ProgressRingOptions"
|
|
29273
28865
|
}
|
|
29274
28866
|
}
|
|
29275
28867
|
]
|
|
28868
|
+
}
|
|
28869
|
+
],
|
|
28870
|
+
"exports": [
|
|
28871
|
+
{
|
|
28872
|
+
"kind": "js",
|
|
28873
|
+
"name": "foundationProgressRingTemplate",
|
|
28874
|
+
"declaration": {
|
|
28875
|
+
"name": "foundationProgressRingTemplate",
|
|
28876
|
+
"module": "src/progress-ring/progress-ring.template.ts"
|
|
28877
|
+
}
|
|
28878
|
+
}
|
|
28879
|
+
]
|
|
28880
|
+
},
|
|
28881
|
+
{
|
|
28882
|
+
"kind": "javascript-module",
|
|
28883
|
+
"path": "src/progress-ring/progress-ring.ts",
|
|
28884
|
+
"declarations": [
|
|
28885
|
+
{
|
|
28886
|
+
"kind": "class",
|
|
28887
|
+
"description": "",
|
|
28888
|
+
"name": "ProgressRing",
|
|
28889
|
+
"superclass": {
|
|
28890
|
+
"name": "FASTProgressRing",
|
|
28891
|
+
"package": "@microsoft/fast-components"
|
|
28892
|
+
},
|
|
28893
|
+
"tagName": "%%prefix%%-progress-ring",
|
|
28894
|
+
"customElement": true
|
|
29276
28895
|
},
|
|
29277
28896
|
{
|
|
29278
28897
|
"kind": "variable",
|
|
29279
|
-
"name": "
|
|
28898
|
+
"name": "foundationProgressRingShadowOptions",
|
|
29280
28899
|
"type": {
|
|
29281
28900
|
"text": "ShadowRootInit"
|
|
29282
28901
|
},
|
|
@@ -29284,50 +28903,50 @@
|
|
|
29284
28903
|
},
|
|
29285
28904
|
{
|
|
29286
28905
|
"kind": "variable",
|
|
29287
|
-
"name": "
|
|
28906
|
+
"name": "defaultProgressRingConfig",
|
|
29288
28907
|
"type": {
|
|
29289
28908
|
"text": "object"
|
|
29290
28909
|
},
|
|
29291
|
-
"default": "{\n
|
|
28910
|
+
"default": "{\n indeterminateIndicator: `\n <svg class=\"progress\" part=\"progress\" viewBox=\"0 0 16 16\">\n <circle class=\"background\" part=\"background\" cx=\"8px\" cy=\"8px\" r=\"7px\"></circle>\n <circle class=\"indeterminate-indicator-1\" part=\"indeterminate-indicator-1\" cx=\"8px\" cy=\"8px\" r=\"7px\"></circle>\n </svg>\n `,\n}"
|
|
29292
28911
|
},
|
|
29293
28912
|
{
|
|
29294
28913
|
"kind": "variable",
|
|
29295
|
-
"name": "
|
|
29296
|
-
"description": "The Foundation
|
|
28914
|
+
"name": "foundationProgressRing",
|
|
28915
|
+
"description": "The Foundation Progress Ring",
|
|
29297
28916
|
"privacy": "public"
|
|
29298
28917
|
}
|
|
29299
28918
|
],
|
|
29300
28919
|
"exports": [
|
|
29301
28920
|
{
|
|
29302
28921
|
"kind": "js",
|
|
29303
|
-
"name": "
|
|
28922
|
+
"name": "ProgressRing",
|
|
29304
28923
|
"declaration": {
|
|
29305
|
-
"name": "
|
|
29306
|
-
"module": "src/
|
|
28924
|
+
"name": "ProgressRing",
|
|
28925
|
+
"module": "src/progress-ring/progress-ring.ts"
|
|
29307
28926
|
}
|
|
29308
28927
|
},
|
|
29309
28928
|
{
|
|
29310
28929
|
"kind": "js",
|
|
29311
|
-
"name": "
|
|
28930
|
+
"name": "foundationProgressRingShadowOptions",
|
|
29312
28931
|
"declaration": {
|
|
29313
|
-
"name": "
|
|
29314
|
-
"module": "src/
|
|
28932
|
+
"name": "foundationProgressRingShadowOptions",
|
|
28933
|
+
"module": "src/progress-ring/progress-ring.ts"
|
|
29315
28934
|
}
|
|
29316
28935
|
},
|
|
29317
28936
|
{
|
|
29318
28937
|
"kind": "js",
|
|
29319
|
-
"name": "
|
|
28938
|
+
"name": "defaultProgressRingConfig",
|
|
29320
28939
|
"declaration": {
|
|
29321
|
-
"name": "
|
|
29322
|
-
"module": "src/
|
|
28940
|
+
"name": "defaultProgressRingConfig",
|
|
28941
|
+
"module": "src/progress-ring/progress-ring.ts"
|
|
29323
28942
|
}
|
|
29324
28943
|
},
|
|
29325
28944
|
{
|
|
29326
28945
|
"kind": "js",
|
|
29327
|
-
"name": "
|
|
28946
|
+
"name": "foundationProgressRing",
|
|
29328
28947
|
"declaration": {
|
|
29329
|
-
"name": "
|
|
29330
|
-
"module": "src/
|
|
28948
|
+
"name": "foundationProgressRing",
|
|
28949
|
+
"module": "src/progress-ring/progress-ring.ts"
|
|
29331
28950
|
}
|
|
29332
28951
|
}
|
|
29333
28952
|
]
|
|
@@ -29457,75 +29076,195 @@
|
|
|
29457
29076
|
"customElement": true,
|
|
29458
29077
|
"attributes": [
|
|
29459
29078
|
{
|
|
29460
|
-
"name": "readonly",
|
|
29079
|
+
"name": "readonly",
|
|
29080
|
+
"type": {
|
|
29081
|
+
"text": "boolean"
|
|
29082
|
+
},
|
|
29083
|
+
"description": "When true, the child radios will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
|
|
29084
|
+
"fieldName": "readOnly",
|
|
29085
|
+
"inheritedFrom": {
|
|
29086
|
+
"name": "RadioGroup",
|
|
29087
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29088
|
+
}
|
|
29089
|
+
},
|
|
29090
|
+
{
|
|
29091
|
+
"name": "disabled",
|
|
29092
|
+
"type": {
|
|
29093
|
+
"text": "boolean"
|
|
29094
|
+
},
|
|
29095
|
+
"description": "Disables the radio group and child radios.",
|
|
29096
|
+
"fieldName": "disabled",
|
|
29097
|
+
"inheritedFrom": {
|
|
29098
|
+
"name": "RadioGroup",
|
|
29099
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29100
|
+
}
|
|
29101
|
+
},
|
|
29102
|
+
{
|
|
29103
|
+
"name": "name",
|
|
29104
|
+
"type": {
|
|
29105
|
+
"text": "string"
|
|
29106
|
+
},
|
|
29107
|
+
"description": "The name of the radio group. Setting this value will set the name value\nfor all child radio elements.",
|
|
29108
|
+
"fieldName": "name",
|
|
29109
|
+
"inheritedFrom": {
|
|
29110
|
+
"name": "RadioGroup",
|
|
29111
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29112
|
+
}
|
|
29113
|
+
},
|
|
29114
|
+
{
|
|
29115
|
+
"name": "value",
|
|
29116
|
+
"type": {
|
|
29117
|
+
"text": "string"
|
|
29118
|
+
},
|
|
29119
|
+
"description": "The value of the checked radio",
|
|
29120
|
+
"fieldName": "value",
|
|
29121
|
+
"inheritedFrom": {
|
|
29122
|
+
"name": "RadioGroup",
|
|
29123
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29124
|
+
}
|
|
29125
|
+
},
|
|
29126
|
+
{
|
|
29127
|
+
"name": "orientation",
|
|
29128
|
+
"type": {
|
|
29129
|
+
"text": "Orientation | \"horizontal\" | \"vertical\""
|
|
29130
|
+
},
|
|
29131
|
+
"description": "The orientation of the group",
|
|
29132
|
+
"fieldName": "orientation",
|
|
29133
|
+
"inheritedFrom": {
|
|
29134
|
+
"name": "RadioGroup",
|
|
29135
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29136
|
+
}
|
|
29137
|
+
}
|
|
29138
|
+
],
|
|
29139
|
+
"members": [
|
|
29140
|
+
{
|
|
29141
|
+
"kind": "field",
|
|
29142
|
+
"name": "readOnly",
|
|
29461
29143
|
"type": {
|
|
29462
29144
|
"text": "boolean"
|
|
29463
29145
|
},
|
|
29464
|
-
"
|
|
29465
|
-
"
|
|
29146
|
+
"privacy": "public",
|
|
29147
|
+
"description": "When true, the child radios will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.",
|
|
29148
|
+
"inheritedFrom": {
|
|
29149
|
+
"name": "RadioGroup",
|
|
29150
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29151
|
+
}
|
|
29152
|
+
},
|
|
29153
|
+
{
|
|
29154
|
+
"kind": "method",
|
|
29155
|
+
"name": "readOnlyChanged",
|
|
29156
|
+
"privacy": "private",
|
|
29157
|
+
"return": {
|
|
29158
|
+
"type": {
|
|
29159
|
+
"text": "void"
|
|
29160
|
+
}
|
|
29161
|
+
},
|
|
29466
29162
|
"inheritedFrom": {
|
|
29467
29163
|
"name": "RadioGroup",
|
|
29468
29164
|
"module": "src/radio-group/radio-group.ts"
|
|
29469
29165
|
}
|
|
29470
29166
|
},
|
|
29471
29167
|
{
|
|
29168
|
+
"kind": "field",
|
|
29472
29169
|
"name": "disabled",
|
|
29473
29170
|
"type": {
|
|
29474
29171
|
"text": "boolean"
|
|
29475
29172
|
},
|
|
29173
|
+
"privacy": "public",
|
|
29476
29174
|
"description": "Disables the radio group and child radios.",
|
|
29477
|
-
"fieldName": "disabled",
|
|
29478
29175
|
"inheritedFrom": {
|
|
29479
29176
|
"name": "RadioGroup",
|
|
29480
29177
|
"module": "src/radio-group/radio-group.ts"
|
|
29481
29178
|
}
|
|
29482
29179
|
},
|
|
29483
29180
|
{
|
|
29181
|
+
"kind": "method",
|
|
29182
|
+
"name": "disabledChanged",
|
|
29183
|
+
"privacy": "private",
|
|
29184
|
+
"return": {
|
|
29185
|
+
"type": {
|
|
29186
|
+
"text": "void"
|
|
29187
|
+
}
|
|
29188
|
+
},
|
|
29189
|
+
"inheritedFrom": {
|
|
29190
|
+
"name": "RadioGroup",
|
|
29191
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29192
|
+
}
|
|
29193
|
+
},
|
|
29194
|
+
{
|
|
29195
|
+
"kind": "field",
|
|
29484
29196
|
"name": "name",
|
|
29485
29197
|
"type": {
|
|
29486
29198
|
"text": "string"
|
|
29487
29199
|
},
|
|
29200
|
+
"privacy": "public",
|
|
29488
29201
|
"description": "The name of the radio group. Setting this value will set the name value\nfor all child radio elements.",
|
|
29489
|
-
"fieldName": "name",
|
|
29490
29202
|
"inheritedFrom": {
|
|
29491
29203
|
"name": "RadioGroup",
|
|
29492
29204
|
"module": "src/radio-group/radio-group.ts"
|
|
29493
29205
|
}
|
|
29494
29206
|
},
|
|
29495
29207
|
{
|
|
29208
|
+
"kind": "method",
|
|
29209
|
+
"name": "nameChanged",
|
|
29210
|
+
"privacy": "protected",
|
|
29211
|
+
"return": {
|
|
29212
|
+
"type": {
|
|
29213
|
+
"text": "void"
|
|
29214
|
+
}
|
|
29215
|
+
},
|
|
29216
|
+
"inheritedFrom": {
|
|
29217
|
+
"name": "RadioGroup",
|
|
29218
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29219
|
+
}
|
|
29220
|
+
},
|
|
29221
|
+
{
|
|
29222
|
+
"kind": "field",
|
|
29496
29223
|
"name": "value",
|
|
29497
29224
|
"type": {
|
|
29498
29225
|
"text": "string"
|
|
29499
29226
|
},
|
|
29227
|
+
"privacy": "public",
|
|
29500
29228
|
"description": "The value of the checked radio",
|
|
29501
|
-
"fieldName": "value",
|
|
29502
29229
|
"inheritedFrom": {
|
|
29503
29230
|
"name": "RadioGroup",
|
|
29504
29231
|
"module": "src/radio-group/radio-group.ts"
|
|
29505
29232
|
}
|
|
29506
29233
|
},
|
|
29507
29234
|
{
|
|
29235
|
+
"kind": "method",
|
|
29236
|
+
"name": "valueChanged",
|
|
29237
|
+
"privacy": "protected",
|
|
29238
|
+
"return": {
|
|
29239
|
+
"type": {
|
|
29240
|
+
"text": "void"
|
|
29241
|
+
}
|
|
29242
|
+
},
|
|
29243
|
+
"inheritedFrom": {
|
|
29244
|
+
"name": "RadioGroup",
|
|
29245
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29246
|
+
}
|
|
29247
|
+
},
|
|
29248
|
+
{
|
|
29249
|
+
"kind": "field",
|
|
29508
29250
|
"name": "orientation",
|
|
29509
29251
|
"type": {
|
|
29510
29252
|
"text": "Orientation | \"horizontal\" | \"vertical\""
|
|
29511
29253
|
},
|
|
29254
|
+
"privacy": "public",
|
|
29512
29255
|
"description": "The orientation of the group",
|
|
29513
|
-
"fieldName": "orientation",
|
|
29514
29256
|
"inheritedFrom": {
|
|
29515
29257
|
"name": "RadioGroup",
|
|
29516
29258
|
"module": "src/radio-group/radio-group.ts"
|
|
29517
29259
|
}
|
|
29518
|
-
}
|
|
29519
|
-
],
|
|
29520
|
-
"members": [
|
|
29260
|
+
},
|
|
29521
29261
|
{
|
|
29522
29262
|
"kind": "field",
|
|
29523
|
-
"name": "
|
|
29263
|
+
"name": "childItems",
|
|
29524
29264
|
"type": {
|
|
29525
|
-
"text": "
|
|
29265
|
+
"text": "HTMLElement[]"
|
|
29526
29266
|
},
|
|
29527
29267
|
"privacy": "public",
|
|
29528
|
-
"description": "When true, the child radios will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.",
|
|
29529
29268
|
"inheritedFrom": {
|
|
29530
29269
|
"name": "RadioGroup",
|
|
29531
29270
|
"module": "src/radio-group/radio-group.ts"
|
|
@@ -29533,13 +29272,176 @@
|
|
|
29533
29272
|
},
|
|
29534
29273
|
{
|
|
29535
29274
|
"kind": "method",
|
|
29536
|
-
"name": "
|
|
29275
|
+
"name": "slottedRadioButtonsChanged",
|
|
29276
|
+
"privacy": "private",
|
|
29277
|
+
"return": {
|
|
29278
|
+
"type": {
|
|
29279
|
+
"text": "void"
|
|
29280
|
+
}
|
|
29281
|
+
},
|
|
29282
|
+
"parameters": [
|
|
29283
|
+
{
|
|
29284
|
+
"name": "oldValue",
|
|
29285
|
+
"type": {
|
|
29286
|
+
"text": "unknown"
|
|
29287
|
+
}
|
|
29288
|
+
},
|
|
29289
|
+
{
|
|
29290
|
+
"name": "newValue",
|
|
29291
|
+
"type": {
|
|
29292
|
+
"text": "HTMLElement[]"
|
|
29293
|
+
}
|
|
29294
|
+
}
|
|
29295
|
+
],
|
|
29296
|
+
"inheritedFrom": {
|
|
29297
|
+
"name": "RadioGroup",
|
|
29298
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29299
|
+
}
|
|
29300
|
+
},
|
|
29301
|
+
{
|
|
29302
|
+
"kind": "field",
|
|
29303
|
+
"name": "selectedRadio",
|
|
29304
|
+
"type": {
|
|
29305
|
+
"text": "HTMLInputElement | null"
|
|
29306
|
+
},
|
|
29307
|
+
"privacy": "private",
|
|
29308
|
+
"inheritedFrom": {
|
|
29309
|
+
"name": "RadioGroup",
|
|
29310
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29311
|
+
}
|
|
29312
|
+
},
|
|
29313
|
+
{
|
|
29314
|
+
"kind": "field",
|
|
29315
|
+
"name": "focusedRadio",
|
|
29316
|
+
"type": {
|
|
29317
|
+
"text": "HTMLInputElement | null"
|
|
29318
|
+
},
|
|
29319
|
+
"privacy": "private",
|
|
29320
|
+
"inheritedFrom": {
|
|
29321
|
+
"name": "RadioGroup",
|
|
29322
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29323
|
+
}
|
|
29324
|
+
},
|
|
29325
|
+
{
|
|
29326
|
+
"kind": "field",
|
|
29327
|
+
"name": "direction",
|
|
29328
|
+
"type": {
|
|
29329
|
+
"text": "Direction"
|
|
29330
|
+
},
|
|
29331
|
+
"privacy": "private",
|
|
29332
|
+
"inheritedFrom": {
|
|
29333
|
+
"name": "RadioGroup",
|
|
29334
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29335
|
+
}
|
|
29336
|
+
},
|
|
29337
|
+
{
|
|
29338
|
+
"kind": "field",
|
|
29339
|
+
"name": "parentToolbar",
|
|
29340
|
+
"type": {
|
|
29341
|
+
"text": "HTMLElement | null"
|
|
29342
|
+
},
|
|
29343
|
+
"privacy": "private",
|
|
29344
|
+
"inheritedFrom": {
|
|
29345
|
+
"name": "RadioGroup",
|
|
29346
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29347
|
+
}
|
|
29348
|
+
},
|
|
29349
|
+
{
|
|
29350
|
+
"kind": "field",
|
|
29351
|
+
"name": "isInsideToolbar",
|
|
29352
|
+
"type": {
|
|
29353
|
+
"text": "boolean"
|
|
29354
|
+
},
|
|
29355
|
+
"privacy": "private",
|
|
29356
|
+
"inheritedFrom": {
|
|
29357
|
+
"name": "RadioGroup",
|
|
29358
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29359
|
+
}
|
|
29360
|
+
},
|
|
29361
|
+
{
|
|
29362
|
+
"kind": "field",
|
|
29363
|
+
"name": "isInsideFoundationToolbar",
|
|
29364
|
+
"type": {
|
|
29365
|
+
"text": "boolean"
|
|
29366
|
+
},
|
|
29367
|
+
"privacy": "private",
|
|
29368
|
+
"inheritedFrom": {
|
|
29369
|
+
"name": "RadioGroup",
|
|
29370
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29371
|
+
}
|
|
29372
|
+
},
|
|
29373
|
+
{
|
|
29374
|
+
"kind": "method",
|
|
29375
|
+
"name": "setupRadioButtons",
|
|
29376
|
+
"privacy": "private",
|
|
29377
|
+
"return": {
|
|
29378
|
+
"type": {
|
|
29379
|
+
"text": "void"
|
|
29380
|
+
}
|
|
29381
|
+
},
|
|
29382
|
+
"inheritedFrom": {
|
|
29383
|
+
"name": "RadioGroup",
|
|
29384
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29385
|
+
}
|
|
29386
|
+
},
|
|
29387
|
+
{
|
|
29388
|
+
"kind": "field",
|
|
29389
|
+
"name": "radioChangeHandler",
|
|
29390
|
+
"privacy": "private",
|
|
29391
|
+
"inheritedFrom": {
|
|
29392
|
+
"name": "RadioGroup",
|
|
29393
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29394
|
+
}
|
|
29395
|
+
},
|
|
29396
|
+
{
|
|
29397
|
+
"kind": "field",
|
|
29398
|
+
"name": "moveToRadioByIndex",
|
|
29399
|
+
"privacy": "private",
|
|
29400
|
+
"inheritedFrom": {
|
|
29401
|
+
"name": "RadioGroup",
|
|
29402
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29403
|
+
}
|
|
29404
|
+
},
|
|
29405
|
+
{
|
|
29406
|
+
"kind": "field",
|
|
29407
|
+
"name": "moveRightOffGroup",
|
|
29408
|
+
"privacy": "private",
|
|
29409
|
+
"inheritedFrom": {
|
|
29410
|
+
"name": "RadioGroup",
|
|
29411
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29412
|
+
}
|
|
29413
|
+
},
|
|
29414
|
+
{
|
|
29415
|
+
"kind": "field",
|
|
29416
|
+
"name": "moveLeftOffGroup",
|
|
29417
|
+
"privacy": "private",
|
|
29418
|
+
"inheritedFrom": {
|
|
29419
|
+
"name": "RadioGroup",
|
|
29420
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29421
|
+
}
|
|
29422
|
+
},
|
|
29423
|
+
{
|
|
29424
|
+
"kind": "field",
|
|
29425
|
+
"name": "shouldMoveOffGroupToTheRight",
|
|
29426
|
+
"privacy": "private",
|
|
29427
|
+
"inheritedFrom": {
|
|
29428
|
+
"name": "RadioGroup",
|
|
29429
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29430
|
+
}
|
|
29431
|
+
},
|
|
29432
|
+
{
|
|
29433
|
+
"kind": "field",
|
|
29434
|
+
"name": "shouldMoveOffGroupToTheLeft",
|
|
29435
|
+
"privacy": "private",
|
|
29436
|
+
"inheritedFrom": {
|
|
29437
|
+
"name": "RadioGroup",
|
|
29438
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29439
|
+
}
|
|
29440
|
+
},
|
|
29441
|
+
{
|
|
29442
|
+
"kind": "field",
|
|
29443
|
+
"name": "checkFocusedRadio",
|
|
29537
29444
|
"privacy": "private",
|
|
29538
|
-
"return": {
|
|
29539
|
-
"type": {
|
|
29540
|
-
"text": "void"
|
|
29541
|
-
}
|
|
29542
|
-
},
|
|
29543
29445
|
"inheritedFrom": {
|
|
29544
29446
|
"name": "RadioGroup",
|
|
29545
29447
|
"module": "src/radio-group/radio-group.ts"
|
|
@@ -29547,26 +29449,17 @@
|
|
|
29547
29449
|
},
|
|
29548
29450
|
{
|
|
29549
29451
|
"kind": "field",
|
|
29550
|
-
"name": "
|
|
29551
|
-
"
|
|
29552
|
-
"text": "boolean"
|
|
29553
|
-
},
|
|
29554
|
-
"privacy": "public",
|
|
29555
|
-
"description": "Disables the radio group and child radios.",
|
|
29452
|
+
"name": "moveRight",
|
|
29453
|
+
"privacy": "private",
|
|
29556
29454
|
"inheritedFrom": {
|
|
29557
29455
|
"name": "RadioGroup",
|
|
29558
29456
|
"module": "src/radio-group/radio-group.ts"
|
|
29559
29457
|
}
|
|
29560
29458
|
},
|
|
29561
29459
|
{
|
|
29562
|
-
"kind": "
|
|
29563
|
-
"name": "
|
|
29460
|
+
"kind": "field",
|
|
29461
|
+
"name": "moveLeft",
|
|
29564
29462
|
"privacy": "private",
|
|
29565
|
-
"return": {
|
|
29566
|
-
"type": {
|
|
29567
|
-
"text": "void"
|
|
29568
|
-
}
|
|
29569
|
-
},
|
|
29570
29463
|
"inheritedFrom": {
|
|
29571
29464
|
"name": "RadioGroup",
|
|
29572
29465
|
"module": "src/radio-group/radio-group.ts"
|
|
@@ -29574,47 +29467,46 @@
|
|
|
29574
29467
|
},
|
|
29575
29468
|
{
|
|
29576
29469
|
"kind": "field",
|
|
29577
|
-
"name": "
|
|
29470
|
+
"name": "_presentation",
|
|
29578
29471
|
"type": {
|
|
29579
|
-
"text": "
|
|
29472
|
+
"text": "ComponentPresentation | null | undefined"
|
|
29580
29473
|
},
|
|
29581
|
-
"privacy": "
|
|
29582
|
-
"
|
|
29474
|
+
"privacy": "private",
|
|
29475
|
+
"default": "void 0",
|
|
29583
29476
|
"inheritedFrom": {
|
|
29584
|
-
"name": "
|
|
29585
|
-
"module": "src/
|
|
29477
|
+
"name": "FoundationElement",
|
|
29478
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
29586
29479
|
}
|
|
29587
29480
|
},
|
|
29588
29481
|
{
|
|
29589
|
-
"kind": "
|
|
29590
|
-
"name": "
|
|
29591
|
-
"
|
|
29592
|
-
|
|
29593
|
-
"type": {
|
|
29594
|
-
"text": "void"
|
|
29595
|
-
}
|
|
29482
|
+
"kind": "field",
|
|
29483
|
+
"name": "$presentation",
|
|
29484
|
+
"type": {
|
|
29485
|
+
"text": "ComponentPresentation | null"
|
|
29596
29486
|
},
|
|
29487
|
+
"privacy": "public",
|
|
29488
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
29597
29489
|
"inheritedFrom": {
|
|
29598
|
-
"name": "
|
|
29599
|
-
"module": "src/
|
|
29490
|
+
"name": "FoundationElement",
|
|
29491
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
29600
29492
|
}
|
|
29601
29493
|
},
|
|
29602
29494
|
{
|
|
29603
29495
|
"kind": "field",
|
|
29604
|
-
"name": "
|
|
29496
|
+
"name": "template",
|
|
29605
29497
|
"type": {
|
|
29606
|
-
"text": "
|
|
29498
|
+
"text": "ElementViewTemplate | void | null"
|
|
29607
29499
|
},
|
|
29608
29500
|
"privacy": "public",
|
|
29609
|
-
"description": "
|
|
29501
|
+
"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.",
|
|
29610
29502
|
"inheritedFrom": {
|
|
29611
|
-
"name": "
|
|
29612
|
-
"module": "src/
|
|
29503
|
+
"name": "FoundationElement",
|
|
29504
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
29613
29505
|
}
|
|
29614
29506
|
},
|
|
29615
29507
|
{
|
|
29616
29508
|
"kind": "method",
|
|
29617
|
-
"name": "
|
|
29509
|
+
"name": "templateChanged",
|
|
29618
29510
|
"privacy": "protected",
|
|
29619
29511
|
"return": {
|
|
29620
29512
|
"type": {
|
|
@@ -29622,138 +29514,292 @@
|
|
|
29622
29514
|
}
|
|
29623
29515
|
},
|
|
29624
29516
|
"inheritedFrom": {
|
|
29625
|
-
"name": "
|
|
29626
|
-
"module": "src/
|
|
29517
|
+
"name": "FoundationElement",
|
|
29518
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
29627
29519
|
}
|
|
29628
29520
|
},
|
|
29629
29521
|
{
|
|
29630
29522
|
"kind": "field",
|
|
29631
|
-
"name": "
|
|
29523
|
+
"name": "styles",
|
|
29632
29524
|
"type": {
|
|
29633
|
-
"text": "
|
|
29525
|
+
"text": "ElementStyles | void | null"
|
|
29634
29526
|
},
|
|
29635
29527
|
"privacy": "public",
|
|
29636
|
-
"description": "
|
|
29528
|
+
"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.",
|
|
29637
29529
|
"inheritedFrom": {
|
|
29638
|
-
"name": "
|
|
29639
|
-
"module": "src/
|
|
29530
|
+
"name": "FoundationElement",
|
|
29531
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
29640
29532
|
}
|
|
29641
29533
|
},
|
|
29642
29534
|
{
|
|
29643
|
-
"kind": "
|
|
29644
|
-
"name": "
|
|
29645
|
-
"
|
|
29646
|
-
|
|
29535
|
+
"kind": "method",
|
|
29536
|
+
"name": "stylesChanged",
|
|
29537
|
+
"privacy": "protected",
|
|
29538
|
+
"return": {
|
|
29539
|
+
"type": {
|
|
29540
|
+
"text": "void"
|
|
29541
|
+
}
|
|
29647
29542
|
},
|
|
29648
|
-
"privacy": "public",
|
|
29649
29543
|
"inheritedFrom": {
|
|
29650
|
-
"name": "
|
|
29651
|
-
"module": "src/
|
|
29544
|
+
"name": "FoundationElement",
|
|
29545
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
29652
29546
|
}
|
|
29653
29547
|
},
|
|
29654
29548
|
{
|
|
29655
29549
|
"kind": "method",
|
|
29656
|
-
"name": "
|
|
29657
|
-
"privacy": "
|
|
29550
|
+
"name": "compose",
|
|
29551
|
+
"privacy": "public",
|
|
29552
|
+
"static": true,
|
|
29658
29553
|
"return": {
|
|
29659
29554
|
"type": {
|
|
29660
|
-
"text": "
|
|
29555
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
29661
29556
|
}
|
|
29662
29557
|
},
|
|
29663
29558
|
"parameters": [
|
|
29664
29559
|
{
|
|
29665
|
-
"name": "
|
|
29560
|
+
"name": "this",
|
|
29666
29561
|
"type": {
|
|
29667
|
-
"text": "
|
|
29562
|
+
"text": "K"
|
|
29668
29563
|
}
|
|
29669
29564
|
},
|
|
29670
29565
|
{
|
|
29671
|
-
"name": "
|
|
29566
|
+
"name": "elementDefinition",
|
|
29672
29567
|
"type": {
|
|
29673
|
-
"text": "
|
|
29674
|
-
}
|
|
29568
|
+
"text": "T"
|
|
29569
|
+
},
|
|
29570
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
29675
29571
|
}
|
|
29676
29572
|
],
|
|
29573
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
29677
29574
|
"inheritedFrom": {
|
|
29678
|
-
"name": "
|
|
29679
|
-
"module": "src/
|
|
29575
|
+
"name": "FoundationElement",
|
|
29576
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
29680
29577
|
}
|
|
29681
|
-
}
|
|
29578
|
+
}
|
|
29579
|
+
],
|
|
29580
|
+
"events": [
|
|
29682
29581
|
{
|
|
29683
|
-
"
|
|
29684
|
-
"name": "
|
|
29685
|
-
"type": {
|
|
29686
|
-
"text": "HTMLInputElement | null"
|
|
29687
|
-
},
|
|
29688
|
-
"privacy": "private",
|
|
29582
|
+
"description": "Fires a custom 'change' event when the value changes",
|
|
29583
|
+
"name": "change",
|
|
29689
29584
|
"inheritedFrom": {
|
|
29690
29585
|
"name": "RadioGroup",
|
|
29691
29586
|
"module": "src/radio-group/radio-group.ts"
|
|
29692
29587
|
}
|
|
29693
|
-
}
|
|
29588
|
+
}
|
|
29589
|
+
]
|
|
29590
|
+
},
|
|
29591
|
+
{
|
|
29592
|
+
"kind": "variable",
|
|
29593
|
+
"name": "foundationRadioGroupShadowOptions",
|
|
29594
|
+
"type": {
|
|
29595
|
+
"text": "ShadowRootInit"
|
|
29596
|
+
},
|
|
29597
|
+
"default": "undefined"
|
|
29598
|
+
},
|
|
29599
|
+
{
|
|
29600
|
+
"kind": "variable",
|
|
29601
|
+
"name": "defaultRadioGroupConfig",
|
|
29602
|
+
"type": {
|
|
29603
|
+
"text": "object"
|
|
29604
|
+
},
|
|
29605
|
+
"default": "{}"
|
|
29606
|
+
},
|
|
29607
|
+
{
|
|
29608
|
+
"kind": "variable",
|
|
29609
|
+
"name": "foundationRadioGroup",
|
|
29610
|
+
"description": "The Foundation Radio Group",
|
|
29611
|
+
"privacy": "public"
|
|
29612
|
+
}
|
|
29613
|
+
],
|
|
29614
|
+
"exports": [
|
|
29615
|
+
{
|
|
29616
|
+
"kind": "js",
|
|
29617
|
+
"name": "RadioGroup",
|
|
29618
|
+
"declaration": {
|
|
29619
|
+
"name": "RadioGroup",
|
|
29620
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29621
|
+
}
|
|
29622
|
+
},
|
|
29623
|
+
{
|
|
29624
|
+
"kind": "js",
|
|
29625
|
+
"name": "foundationRadioGroupShadowOptions",
|
|
29626
|
+
"declaration": {
|
|
29627
|
+
"name": "foundationRadioGroupShadowOptions",
|
|
29628
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29629
|
+
}
|
|
29630
|
+
},
|
|
29631
|
+
{
|
|
29632
|
+
"kind": "js",
|
|
29633
|
+
"name": "defaultRadioGroupConfig",
|
|
29634
|
+
"declaration": {
|
|
29635
|
+
"name": "defaultRadioGroupConfig",
|
|
29636
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29637
|
+
}
|
|
29638
|
+
},
|
|
29639
|
+
{
|
|
29640
|
+
"kind": "js",
|
|
29641
|
+
"name": "foundationRadioGroup",
|
|
29642
|
+
"declaration": {
|
|
29643
|
+
"name": "foundationRadioGroup",
|
|
29644
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29645
|
+
}
|
|
29646
|
+
}
|
|
29647
|
+
]
|
|
29648
|
+
},
|
|
29649
|
+
{
|
|
29650
|
+
"kind": "javascript-module",
|
|
29651
|
+
"path": "src/radio/index.ts",
|
|
29652
|
+
"declarations": [],
|
|
29653
|
+
"exports": [
|
|
29654
|
+
{
|
|
29655
|
+
"kind": "js",
|
|
29656
|
+
"name": "*",
|
|
29657
|
+
"declaration": {
|
|
29658
|
+
"name": "*",
|
|
29659
|
+
"package": "./radio.template"
|
|
29660
|
+
}
|
|
29661
|
+
},
|
|
29662
|
+
{
|
|
29663
|
+
"kind": "js",
|
|
29664
|
+
"name": "*",
|
|
29665
|
+
"declaration": {
|
|
29666
|
+
"name": "*",
|
|
29667
|
+
"package": "./radio.styles"
|
|
29668
|
+
}
|
|
29669
|
+
},
|
|
29670
|
+
{
|
|
29671
|
+
"kind": "js",
|
|
29672
|
+
"name": "*",
|
|
29673
|
+
"declaration": {
|
|
29674
|
+
"name": "*",
|
|
29675
|
+
"package": "./radio"
|
|
29676
|
+
}
|
|
29677
|
+
}
|
|
29678
|
+
]
|
|
29679
|
+
},
|
|
29680
|
+
{
|
|
29681
|
+
"kind": "javascript-module",
|
|
29682
|
+
"path": "src/radio/radio.styles.ts",
|
|
29683
|
+
"declarations": [
|
|
29684
|
+
{
|
|
29685
|
+
"kind": "function",
|
|
29686
|
+
"name": "foundationRadioStyles",
|
|
29687
|
+
"return": {
|
|
29688
|
+
"type": {
|
|
29689
|
+
"text": "ElementStyles"
|
|
29690
|
+
}
|
|
29691
|
+
},
|
|
29692
|
+
"parameters": [
|
|
29694
29693
|
{
|
|
29695
|
-
"
|
|
29696
|
-
"name": "focusedRadio",
|
|
29694
|
+
"name": "context",
|
|
29697
29695
|
"type": {
|
|
29698
|
-
"text": "
|
|
29699
|
-
},
|
|
29700
|
-
"privacy": "private",
|
|
29701
|
-
"inheritedFrom": {
|
|
29702
|
-
"name": "RadioGroup",
|
|
29703
|
-
"module": "src/radio-group/radio-group.ts"
|
|
29696
|
+
"text": "ElementDefinitionContext"
|
|
29704
29697
|
}
|
|
29705
29698
|
},
|
|
29706
29699
|
{
|
|
29707
|
-
"
|
|
29708
|
-
"
|
|
29700
|
+
"name": "definition",
|
|
29701
|
+
"type": {
|
|
29702
|
+
"text": "RadioOptions"
|
|
29703
|
+
}
|
|
29704
|
+
}
|
|
29705
|
+
]
|
|
29706
|
+
}
|
|
29707
|
+
],
|
|
29708
|
+
"exports": [
|
|
29709
|
+
{
|
|
29710
|
+
"kind": "js",
|
|
29711
|
+
"name": "foundationRadioStyles",
|
|
29712
|
+
"declaration": {
|
|
29713
|
+
"name": "foundationRadioStyles",
|
|
29714
|
+
"module": "src/radio/radio.styles.ts"
|
|
29715
|
+
}
|
|
29716
|
+
}
|
|
29717
|
+
]
|
|
29718
|
+
},
|
|
29719
|
+
{
|
|
29720
|
+
"kind": "javascript-module",
|
|
29721
|
+
"path": "src/radio/radio.template.ts",
|
|
29722
|
+
"declarations": [
|
|
29723
|
+
{
|
|
29724
|
+
"kind": "function",
|
|
29725
|
+
"name": "foundationRadioTemplate",
|
|
29726
|
+
"return": {
|
|
29727
|
+
"type": {
|
|
29728
|
+
"text": "ViewTemplate<Radio>"
|
|
29729
|
+
}
|
|
29730
|
+
},
|
|
29731
|
+
"parameters": [
|
|
29732
|
+
{
|
|
29733
|
+
"name": "context",
|
|
29709
29734
|
"type": {
|
|
29710
|
-
"text": "
|
|
29711
|
-
},
|
|
29712
|
-
"privacy": "private",
|
|
29713
|
-
"inheritedFrom": {
|
|
29714
|
-
"name": "RadioGroup",
|
|
29715
|
-
"module": "src/radio-group/radio-group.ts"
|
|
29735
|
+
"text": "ElementDefinitionContext"
|
|
29716
29736
|
}
|
|
29717
29737
|
},
|
|
29718
29738
|
{
|
|
29719
|
-
"
|
|
29720
|
-
"name": "parentToolbar",
|
|
29739
|
+
"name": "definition",
|
|
29721
29740
|
"type": {
|
|
29722
|
-
"text": "
|
|
29723
|
-
},
|
|
29724
|
-
"privacy": "private",
|
|
29725
|
-
"inheritedFrom": {
|
|
29726
|
-
"name": "RadioGroup",
|
|
29727
|
-
"module": "src/radio-group/radio-group.ts"
|
|
29741
|
+
"text": "RadioOptions"
|
|
29728
29742
|
}
|
|
29729
|
-
}
|
|
29743
|
+
}
|
|
29744
|
+
]
|
|
29745
|
+
}
|
|
29746
|
+
],
|
|
29747
|
+
"exports": [
|
|
29748
|
+
{
|
|
29749
|
+
"kind": "js",
|
|
29750
|
+
"name": "foundationRadioTemplate",
|
|
29751
|
+
"declaration": {
|
|
29752
|
+
"name": "foundationRadioTemplate",
|
|
29753
|
+
"module": "src/radio/radio.template.ts"
|
|
29754
|
+
}
|
|
29755
|
+
}
|
|
29756
|
+
]
|
|
29757
|
+
},
|
|
29758
|
+
{
|
|
29759
|
+
"kind": "javascript-module",
|
|
29760
|
+
"path": "src/radio/radio.ts",
|
|
29761
|
+
"declarations": [
|
|
29762
|
+
{
|
|
29763
|
+
"kind": "class",
|
|
29764
|
+
"description": "",
|
|
29765
|
+
"name": "Radio",
|
|
29766
|
+
"superclass": {
|
|
29767
|
+
"name": "FASTRadio",
|
|
29768
|
+
"package": "@microsoft/fast-components"
|
|
29769
|
+
},
|
|
29770
|
+
"tagName": "%%prefix%%-radio",
|
|
29771
|
+
"customElement": true,
|
|
29772
|
+
"attributes": [
|
|
29730
29773
|
{
|
|
29731
|
-
"
|
|
29732
|
-
"name": "isInsideToolbar",
|
|
29774
|
+
"name": "readonly",
|
|
29733
29775
|
"type": {
|
|
29734
29776
|
"text": "boolean"
|
|
29735
29777
|
},
|
|
29736
|
-
"
|
|
29778
|
+
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
|
|
29779
|
+
"fieldName": "readOnly",
|
|
29737
29780
|
"inheritedFrom": {
|
|
29738
|
-
"name": "
|
|
29739
|
-
"module": "src/radio
|
|
29781
|
+
"name": "Radio",
|
|
29782
|
+
"module": "src/radio/radio.ts"
|
|
29740
29783
|
}
|
|
29741
|
-
}
|
|
29784
|
+
}
|
|
29785
|
+
],
|
|
29786
|
+
"members": [
|
|
29742
29787
|
{
|
|
29743
29788
|
"kind": "field",
|
|
29744
|
-
"name": "
|
|
29789
|
+
"name": "readOnly",
|
|
29745
29790
|
"type": {
|
|
29746
29791
|
"text": "boolean"
|
|
29747
29792
|
},
|
|
29748
|
-
"privacy": "
|
|
29793
|
+
"privacy": "public",
|
|
29794
|
+
"description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.",
|
|
29749
29795
|
"inheritedFrom": {
|
|
29750
|
-
"name": "
|
|
29751
|
-
"module": "src/radio
|
|
29796
|
+
"name": "Radio",
|
|
29797
|
+
"module": "src/radio/radio.ts"
|
|
29752
29798
|
}
|
|
29753
29799
|
},
|
|
29754
29800
|
{
|
|
29755
29801
|
"kind": "method",
|
|
29756
|
-
"name": "
|
|
29802
|
+
"name": "readOnlyChanged",
|
|
29757
29803
|
"privacy": "private",
|
|
29758
29804
|
"return": {
|
|
29759
29805
|
"type": {
|
|
@@ -29761,89 +29807,43 @@
|
|
|
29761
29807
|
}
|
|
29762
29808
|
},
|
|
29763
29809
|
"inheritedFrom": {
|
|
29764
|
-
"name": "
|
|
29765
|
-
"module": "src/radio
|
|
29766
|
-
}
|
|
29767
|
-
},
|
|
29768
|
-
{
|
|
29769
|
-
"kind": "field",
|
|
29770
|
-
"name": "radioChangeHandler",
|
|
29771
|
-
"privacy": "private",
|
|
29772
|
-
"inheritedFrom": {
|
|
29773
|
-
"name": "RadioGroup",
|
|
29774
|
-
"module": "src/radio-group/radio-group.ts"
|
|
29775
|
-
}
|
|
29776
|
-
},
|
|
29777
|
-
{
|
|
29778
|
-
"kind": "field",
|
|
29779
|
-
"name": "moveToRadioByIndex",
|
|
29780
|
-
"privacy": "private",
|
|
29781
|
-
"inheritedFrom": {
|
|
29782
|
-
"name": "RadioGroup",
|
|
29783
|
-
"module": "src/radio-group/radio-group.ts"
|
|
29784
|
-
}
|
|
29785
|
-
},
|
|
29786
|
-
{
|
|
29787
|
-
"kind": "field",
|
|
29788
|
-
"name": "moveRightOffGroup",
|
|
29789
|
-
"privacy": "private",
|
|
29790
|
-
"inheritedFrom": {
|
|
29791
|
-
"name": "RadioGroup",
|
|
29792
|
-
"module": "src/radio-group/radio-group.ts"
|
|
29793
|
-
}
|
|
29794
|
-
},
|
|
29795
|
-
{
|
|
29796
|
-
"kind": "field",
|
|
29797
|
-
"name": "moveLeftOffGroup",
|
|
29798
|
-
"privacy": "private",
|
|
29799
|
-
"inheritedFrom": {
|
|
29800
|
-
"name": "RadioGroup",
|
|
29801
|
-
"module": "src/radio-group/radio-group.ts"
|
|
29802
|
-
}
|
|
29803
|
-
},
|
|
29804
|
-
{
|
|
29805
|
-
"kind": "field",
|
|
29806
|
-
"name": "shouldMoveOffGroupToTheRight",
|
|
29807
|
-
"privacy": "private",
|
|
29808
|
-
"inheritedFrom": {
|
|
29809
|
-
"name": "RadioGroup",
|
|
29810
|
-
"module": "src/radio-group/radio-group.ts"
|
|
29811
|
-
}
|
|
29812
|
-
},
|
|
29813
|
-
{
|
|
29814
|
-
"kind": "field",
|
|
29815
|
-
"name": "shouldMoveOffGroupToTheLeft",
|
|
29816
|
-
"privacy": "private",
|
|
29817
|
-
"inheritedFrom": {
|
|
29818
|
-
"name": "RadioGroup",
|
|
29819
|
-
"module": "src/radio-group/radio-group.ts"
|
|
29810
|
+
"name": "Radio",
|
|
29811
|
+
"module": "src/radio/radio.ts"
|
|
29820
29812
|
}
|
|
29821
29813
|
},
|
|
29822
29814
|
{
|
|
29823
29815
|
"kind": "field",
|
|
29824
|
-
"name": "
|
|
29825
|
-
"
|
|
29816
|
+
"name": "name",
|
|
29817
|
+
"type": {
|
|
29818
|
+
"text": "string"
|
|
29819
|
+
},
|
|
29820
|
+
"privacy": "public",
|
|
29821
|
+
"description": "The name of the radio. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname | name attribute} for more info.",
|
|
29826
29822
|
"inheritedFrom": {
|
|
29827
|
-
"name": "
|
|
29828
|
-
"module": "src/radio
|
|
29823
|
+
"name": "Radio",
|
|
29824
|
+
"module": "src/radio/radio.ts"
|
|
29829
29825
|
}
|
|
29830
29826
|
},
|
|
29831
29827
|
{
|
|
29832
|
-
"kind": "
|
|
29833
|
-
"name": "
|
|
29828
|
+
"kind": "method",
|
|
29829
|
+
"name": "isInsideRadioGroup",
|
|
29834
29830
|
"privacy": "private",
|
|
29831
|
+
"return": {
|
|
29832
|
+
"type": {
|
|
29833
|
+
"text": "boolean"
|
|
29834
|
+
}
|
|
29835
|
+
},
|
|
29835
29836
|
"inheritedFrom": {
|
|
29836
|
-
"name": "
|
|
29837
|
-
"module": "src/radio
|
|
29837
|
+
"name": "Radio",
|
|
29838
|
+
"module": "src/radio/radio.ts"
|
|
29838
29839
|
}
|
|
29839
29840
|
},
|
|
29840
29841
|
{
|
|
29841
29842
|
"kind": "field",
|
|
29842
|
-
"name": "
|
|
29843
|
-
"privacy": "private",
|
|
29843
|
+
"name": "proxy",
|
|
29844
29844
|
"inheritedFrom": {
|
|
29845
|
-
"name": "
|
|
29846
|
-
"module": "src/radio
|
|
29845
|
+
"name": "Radio",
|
|
29846
|
+
"module": "src/radio/radio.ts"
|
|
29847
29847
|
}
|
|
29848
29848
|
},
|
|
29849
29849
|
{
|
|
@@ -29855,8 +29855,8 @@
|
|
|
29855
29855
|
"privacy": "private",
|
|
29856
29856
|
"default": "void 0",
|
|
29857
29857
|
"inheritedFrom": {
|
|
29858
|
-
"name": "
|
|
29859
|
-
"module": "src/
|
|
29858
|
+
"name": "Radio",
|
|
29859
|
+
"module": "src/radio/radio.ts"
|
|
29860
29860
|
}
|
|
29861
29861
|
},
|
|
29862
29862
|
{
|
|
@@ -29868,8 +29868,8 @@
|
|
|
29868
29868
|
"privacy": "public",
|
|
29869
29869
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
29870
29870
|
"inheritedFrom": {
|
|
29871
|
-
"name": "
|
|
29872
|
-
"module": "src/
|
|
29871
|
+
"name": "Radio",
|
|
29872
|
+
"module": "src/radio/radio.ts"
|
|
29873
29873
|
}
|
|
29874
29874
|
},
|
|
29875
29875
|
{
|
|
@@ -29881,8 +29881,8 @@
|
|
|
29881
29881
|
"privacy": "public",
|
|
29882
29882
|
"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.",
|
|
29883
29883
|
"inheritedFrom": {
|
|
29884
|
-
"name": "
|
|
29885
|
-
"module": "src/
|
|
29884
|
+
"name": "Radio",
|
|
29885
|
+
"module": "src/radio/radio.ts"
|
|
29886
29886
|
}
|
|
29887
29887
|
},
|
|
29888
29888
|
{
|
|
@@ -29895,8 +29895,8 @@
|
|
|
29895
29895
|
}
|
|
29896
29896
|
},
|
|
29897
29897
|
"inheritedFrom": {
|
|
29898
|
-
"name": "
|
|
29899
|
-
"module": "src/
|
|
29898
|
+
"name": "Radio",
|
|
29899
|
+
"module": "src/radio/radio.ts"
|
|
29900
29900
|
}
|
|
29901
29901
|
},
|
|
29902
29902
|
{
|
|
@@ -29908,8 +29908,8 @@
|
|
|
29908
29908
|
"privacy": "public",
|
|
29909
29909
|
"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.",
|
|
29910
29910
|
"inheritedFrom": {
|
|
29911
|
-
"name": "
|
|
29912
|
-
"module": "src/
|
|
29911
|
+
"name": "Radio",
|
|
29912
|
+
"module": "src/radio/radio.ts"
|
|
29913
29913
|
}
|
|
29914
29914
|
},
|
|
29915
29915
|
{
|
|
@@ -29922,8 +29922,8 @@
|
|
|
29922
29922
|
}
|
|
29923
29923
|
},
|
|
29924
29924
|
"inheritedFrom": {
|
|
29925
|
-
"name": "
|
|
29926
|
-
"module": "src/
|
|
29925
|
+
"name": "Radio",
|
|
29926
|
+
"module": "src/radio/radio.ts"
|
|
29927
29927
|
}
|
|
29928
29928
|
},
|
|
29929
29929
|
{
|
|
@@ -29953,25 +29953,25 @@
|
|
|
29953
29953
|
],
|
|
29954
29954
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
29955
29955
|
"inheritedFrom": {
|
|
29956
|
-
"name": "
|
|
29957
|
-
"module": "src/
|
|
29956
|
+
"name": "Radio",
|
|
29957
|
+
"module": "src/radio/radio.ts"
|
|
29958
29958
|
}
|
|
29959
29959
|
}
|
|
29960
29960
|
],
|
|
29961
29961
|
"events": [
|
|
29962
29962
|
{
|
|
29963
|
-
"description": "
|
|
29963
|
+
"description": "Emits a custom change event when the checked state changes",
|
|
29964
29964
|
"name": "change",
|
|
29965
29965
|
"inheritedFrom": {
|
|
29966
|
-
"name": "
|
|
29967
|
-
"module": "src/radio
|
|
29966
|
+
"name": "Radio",
|
|
29967
|
+
"module": "src/radio/radio.ts"
|
|
29968
29968
|
}
|
|
29969
29969
|
}
|
|
29970
29970
|
]
|
|
29971
29971
|
},
|
|
29972
29972
|
{
|
|
29973
29973
|
"kind": "variable",
|
|
29974
|
-
"name": "
|
|
29974
|
+
"name": "foundationRadioShadowOptions",
|
|
29975
29975
|
"type": {
|
|
29976
29976
|
"text": "ShadowRootInit"
|
|
29977
29977
|
},
|
|
@@ -29979,50 +29979,50 @@
|
|
|
29979
29979
|
},
|
|
29980
29980
|
{
|
|
29981
29981
|
"kind": "variable",
|
|
29982
|
-
"name": "
|
|
29982
|
+
"name": "defaultRadioConfig",
|
|
29983
29983
|
"type": {
|
|
29984
29984
|
"text": "object"
|
|
29985
29985
|
},
|
|
29986
|
-
"default": "{}"
|
|
29986
|
+
"default": "{\n checkedIndicator: `\n <div part=\"checked-indicator\" class=\"checked-indicator\"></div>\n `,\n}"
|
|
29987
29987
|
},
|
|
29988
29988
|
{
|
|
29989
29989
|
"kind": "variable",
|
|
29990
|
-
"name": "
|
|
29991
|
-
"description": "The Foundation Radio
|
|
29990
|
+
"name": "foundationRadio",
|
|
29991
|
+
"description": "The Foundation Radio",
|
|
29992
29992
|
"privacy": "public"
|
|
29993
29993
|
}
|
|
29994
29994
|
],
|
|
29995
29995
|
"exports": [
|
|
29996
29996
|
{
|
|
29997
29997
|
"kind": "js",
|
|
29998
|
-
"name": "
|
|
29998
|
+
"name": "Radio",
|
|
29999
29999
|
"declaration": {
|
|
30000
|
-
"name": "
|
|
30001
|
-
"module": "src/radio
|
|
30000
|
+
"name": "Radio",
|
|
30001
|
+
"module": "src/radio/radio.ts"
|
|
30002
30002
|
}
|
|
30003
30003
|
},
|
|
30004
30004
|
{
|
|
30005
30005
|
"kind": "js",
|
|
30006
|
-
"name": "
|
|
30006
|
+
"name": "foundationRadioShadowOptions",
|
|
30007
30007
|
"declaration": {
|
|
30008
|
-
"name": "
|
|
30009
|
-
"module": "src/radio
|
|
30008
|
+
"name": "foundationRadioShadowOptions",
|
|
30009
|
+
"module": "src/radio/radio.ts"
|
|
30010
30010
|
}
|
|
30011
30011
|
},
|
|
30012
30012
|
{
|
|
30013
30013
|
"kind": "js",
|
|
30014
|
-
"name": "
|
|
30014
|
+
"name": "defaultRadioConfig",
|
|
30015
30015
|
"declaration": {
|
|
30016
|
-
"name": "
|
|
30017
|
-
"module": "src/radio
|
|
30016
|
+
"name": "defaultRadioConfig",
|
|
30017
|
+
"module": "src/radio/radio.ts"
|
|
30018
30018
|
}
|
|
30019
30019
|
},
|
|
30020
30020
|
{
|
|
30021
30021
|
"kind": "js",
|
|
30022
|
-
"name": "
|
|
30022
|
+
"name": "foundationRadio",
|
|
30023
30023
|
"declaration": {
|
|
30024
|
-
"name": "
|
|
30025
|
-
"module": "src/radio
|
|
30024
|
+
"name": "foundationRadio",
|
|
30025
|
+
"module": "src/radio/radio.ts"
|
|
30026
30026
|
}
|
|
30027
30027
|
}
|
|
30028
30028
|
]
|