@genesislcap/foundation-ui 14.396.4 → 14.397.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +896 -896
- package/package.json +18 -18
|
@@ -1273,11 +1273,42 @@
|
|
|
1273
1273
|
},
|
|
1274
1274
|
{
|
|
1275
1275
|
"kind": "javascript-module",
|
|
1276
|
-
"path": "src/
|
|
1276
|
+
"path": "src/_config/index.ts",
|
|
1277
|
+
"declarations": [],
|
|
1278
|
+
"exports": [
|
|
1279
|
+
{
|
|
1280
|
+
"kind": "js",
|
|
1281
|
+
"name": "*",
|
|
1282
|
+
"declaration": {
|
|
1283
|
+
"name": "*",
|
|
1284
|
+
"package": "./styles"
|
|
1285
|
+
}
|
|
1286
|
+
},
|
|
1287
|
+
{
|
|
1288
|
+
"kind": "js",
|
|
1289
|
+
"name": "*",
|
|
1290
|
+
"declaration": {
|
|
1291
|
+
"name": "*",
|
|
1292
|
+
"package": "./tokens"
|
|
1293
|
+
}
|
|
1294
|
+
},
|
|
1295
|
+
{
|
|
1296
|
+
"kind": "js",
|
|
1297
|
+
"name": "*",
|
|
1298
|
+
"declaration": {
|
|
1299
|
+
"name": "*",
|
|
1300
|
+
"package": "./values"
|
|
1301
|
+
}
|
|
1302
|
+
}
|
|
1303
|
+
]
|
|
1304
|
+
},
|
|
1305
|
+
{
|
|
1306
|
+
"kind": "javascript-module",
|
|
1307
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1277
1308
|
"declarations": [
|
|
1278
1309
|
{
|
|
1279
1310
|
"kind": "function",
|
|
1280
|
-
"name": "
|
|
1311
|
+
"name": "foundationAccordionStyles",
|
|
1281
1312
|
"return": {
|
|
1282
1313
|
"type": {
|
|
1283
1314
|
"text": "ElementStyles"
|
|
@@ -1302,24 +1333,24 @@
|
|
|
1302
1333
|
"exports": [
|
|
1303
1334
|
{
|
|
1304
1335
|
"kind": "js",
|
|
1305
|
-
"name": "
|
|
1336
|
+
"name": "foundationAccordionStyles",
|
|
1306
1337
|
"declaration": {
|
|
1307
|
-
"name": "
|
|
1308
|
-
"module": "src/accordion
|
|
1338
|
+
"name": "foundationAccordionStyles",
|
|
1339
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1309
1340
|
}
|
|
1310
1341
|
}
|
|
1311
1342
|
]
|
|
1312
1343
|
},
|
|
1313
1344
|
{
|
|
1314
1345
|
"kind": "javascript-module",
|
|
1315
|
-
"path": "src/accordion
|
|
1346
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1316
1347
|
"declarations": [
|
|
1317
1348
|
{
|
|
1318
1349
|
"kind": "function",
|
|
1319
|
-
"name": "
|
|
1350
|
+
"name": "foundationAccordionTemplate",
|
|
1320
1351
|
"return": {
|
|
1321
1352
|
"type": {
|
|
1322
|
-
"text": "ViewTemplate<
|
|
1353
|
+
"text": "ViewTemplate<Accordion>"
|
|
1323
1354
|
}
|
|
1324
1355
|
},
|
|
1325
1356
|
"parameters": [
|
|
@@ -1341,118 +1372,436 @@
|
|
|
1341
1372
|
"exports": [
|
|
1342
1373
|
{
|
|
1343
1374
|
"kind": "js",
|
|
1344
|
-
"name": "
|
|
1375
|
+
"name": "foundationAccordionTemplate",
|
|
1345
1376
|
"declaration": {
|
|
1346
|
-
"name": "
|
|
1347
|
-
"module": "src/accordion
|
|
1377
|
+
"name": "foundationAccordionTemplate",
|
|
1378
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1348
1379
|
}
|
|
1349
1380
|
}
|
|
1350
1381
|
]
|
|
1351
1382
|
},
|
|
1352
1383
|
{
|
|
1353
1384
|
"kind": "javascript-module",
|
|
1354
|
-
"path": "src/accordion
|
|
1385
|
+
"path": "src/accordion/accordion.ts",
|
|
1355
1386
|
"declarations": [
|
|
1356
1387
|
{
|
|
1357
1388
|
"kind": "class",
|
|
1358
1389
|
"description": "",
|
|
1359
|
-
"name": "
|
|
1390
|
+
"name": "Accordion",
|
|
1360
1391
|
"superclass": {
|
|
1361
|
-
"name": "
|
|
1362
|
-
"package": "@microsoft/fast-
|
|
1392
|
+
"name": "FASTAccordion",
|
|
1393
|
+
"package": "@microsoft/fast-foundation"
|
|
1363
1394
|
},
|
|
1364
|
-
"tagName": "%%prefix%%-accordion
|
|
1365
|
-
"customElement": true
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1395
|
+
"tagName": "%%prefix%%-accordion",
|
|
1396
|
+
"customElement": true
|
|
1397
|
+
},
|
|
1398
|
+
{
|
|
1399
|
+
"kind": "variable",
|
|
1400
|
+
"name": "foundationAccordionShadowOptions",
|
|
1401
|
+
"type": {
|
|
1402
|
+
"text": "ShadowRootInit"
|
|
1403
|
+
},
|
|
1404
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1405
|
+
},
|
|
1406
|
+
{
|
|
1407
|
+
"kind": "variable",
|
|
1408
|
+
"name": "defaultAccordionConfig",
|
|
1409
|
+
"type": {
|
|
1410
|
+
"text": "object"
|
|
1411
|
+
},
|
|
1412
|
+
"default": "{}"
|
|
1413
|
+
},
|
|
1414
|
+
{
|
|
1415
|
+
"kind": "variable",
|
|
1416
|
+
"name": "foundationAccordion",
|
|
1417
|
+
"description": "The Foundation Accordion",
|
|
1418
|
+
"privacy": "public"
|
|
1419
|
+
}
|
|
1420
|
+
],
|
|
1421
|
+
"exports": [
|
|
1422
|
+
{
|
|
1423
|
+
"kind": "js",
|
|
1424
|
+
"name": "Accordion",
|
|
1425
|
+
"declaration": {
|
|
1426
|
+
"name": "Accordion",
|
|
1427
|
+
"module": "src/accordion/accordion.ts"
|
|
1428
|
+
}
|
|
1429
|
+
},
|
|
1430
|
+
{
|
|
1431
|
+
"kind": "js",
|
|
1432
|
+
"name": "foundationAccordionShadowOptions",
|
|
1433
|
+
"declaration": {
|
|
1434
|
+
"name": "foundationAccordionShadowOptions",
|
|
1435
|
+
"module": "src/accordion/accordion.ts"
|
|
1436
|
+
}
|
|
1437
|
+
},
|
|
1438
|
+
{
|
|
1439
|
+
"kind": "js",
|
|
1440
|
+
"name": "defaultAccordionConfig",
|
|
1441
|
+
"declaration": {
|
|
1442
|
+
"name": "defaultAccordionConfig",
|
|
1443
|
+
"module": "src/accordion/accordion.ts"
|
|
1444
|
+
}
|
|
1445
|
+
},
|
|
1446
|
+
{
|
|
1447
|
+
"kind": "js",
|
|
1448
|
+
"name": "foundationAccordion",
|
|
1449
|
+
"declaration": {
|
|
1450
|
+
"name": "foundationAccordion",
|
|
1451
|
+
"module": "src/accordion/accordion.ts"
|
|
1452
|
+
}
|
|
1453
|
+
}
|
|
1454
|
+
]
|
|
1455
|
+
},
|
|
1456
|
+
{
|
|
1457
|
+
"kind": "javascript-module",
|
|
1458
|
+
"path": "src/accordion/index.ts",
|
|
1459
|
+
"declarations": [],
|
|
1460
|
+
"exports": [
|
|
1461
|
+
{
|
|
1462
|
+
"kind": "js",
|
|
1463
|
+
"name": "*",
|
|
1464
|
+
"declaration": {
|
|
1465
|
+
"name": "*",
|
|
1466
|
+
"package": "./accordion.template"
|
|
1467
|
+
}
|
|
1468
|
+
},
|
|
1469
|
+
{
|
|
1470
|
+
"kind": "js",
|
|
1471
|
+
"name": "*",
|
|
1472
|
+
"declaration": {
|
|
1473
|
+
"name": "*",
|
|
1474
|
+
"package": "./accordion.styles"
|
|
1475
|
+
}
|
|
1476
|
+
},
|
|
1477
|
+
{
|
|
1478
|
+
"kind": "js",
|
|
1479
|
+
"name": "*",
|
|
1480
|
+
"declaration": {
|
|
1481
|
+
"name": "*",
|
|
1482
|
+
"package": "./accordion"
|
|
1483
|
+
}
|
|
1484
|
+
}
|
|
1485
|
+
]
|
|
1486
|
+
},
|
|
1487
|
+
{
|
|
1488
|
+
"kind": "javascript-module",
|
|
1489
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1490
|
+
"declarations": [
|
|
1491
|
+
{
|
|
1492
|
+
"kind": "function",
|
|
1493
|
+
"name": "actionsMenuBaseStyles",
|
|
1494
|
+
"return": {
|
|
1495
|
+
"type": {
|
|
1496
|
+
"text": "ElementStyles"
|
|
1497
|
+
}
|
|
1498
|
+
},
|
|
1499
|
+
"parameters": [
|
|
1380
1500
|
{
|
|
1501
|
+
"name": "context",
|
|
1381
1502
|
"type": {
|
|
1382
|
-
"text": "
|
|
1383
|
-
},
|
|
1384
|
-
"default": "false",
|
|
1385
|
-
"description": "Expands or collapses the item.",
|
|
1386
|
-
"fieldName": "expanded",
|
|
1387
|
-
"inheritedFrom": {
|
|
1388
|
-
"name": "AccordionItem",
|
|
1389
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1503
|
+
"text": "ElementDefinitionContext"
|
|
1390
1504
|
}
|
|
1391
1505
|
},
|
|
1392
1506
|
{
|
|
1393
|
-
"name": "
|
|
1507
|
+
"name": "definition",
|
|
1394
1508
|
"type": {
|
|
1395
|
-
"text": "
|
|
1396
|
-
},
|
|
1397
|
-
"description": "The item ID",
|
|
1398
|
-
"fieldName": "id",
|
|
1399
|
-
"inheritedFrom": {
|
|
1400
|
-
"name": "AccordionItem",
|
|
1401
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1509
|
+
"text": "FoundationElementDefinition"
|
|
1402
1510
|
}
|
|
1403
1511
|
}
|
|
1404
|
-
]
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
"inheritedFrom": {
|
|
1416
|
-
"name": "AccordionItem",
|
|
1417
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1418
|
-
}
|
|
1419
|
-
},
|
|
1512
|
+
]
|
|
1513
|
+
},
|
|
1514
|
+
{
|
|
1515
|
+
"kind": "function",
|
|
1516
|
+
"name": "foundationActionsMenuStyles",
|
|
1517
|
+
"return": {
|
|
1518
|
+
"type": {
|
|
1519
|
+
"text": "ElementStyles"
|
|
1520
|
+
}
|
|
1521
|
+
},
|
|
1522
|
+
"parameters": [
|
|
1420
1523
|
{
|
|
1421
|
-
"
|
|
1422
|
-
"name": "expanded",
|
|
1524
|
+
"name": "context",
|
|
1423
1525
|
"type": {
|
|
1424
|
-
"text": "
|
|
1425
|
-
},
|
|
1426
|
-
"privacy": "public",
|
|
1427
|
-
"default": "false",
|
|
1428
|
-
"description": "Expands or collapses the item.",
|
|
1429
|
-
"inheritedFrom": {
|
|
1430
|
-
"name": "AccordionItem",
|
|
1431
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1526
|
+
"text": "ElementDefinitionContext"
|
|
1432
1527
|
}
|
|
1433
1528
|
},
|
|
1434
1529
|
{
|
|
1435
|
-
"
|
|
1436
|
-
"name": "id",
|
|
1530
|
+
"name": "definition",
|
|
1437
1531
|
"type": {
|
|
1438
|
-
"text": "
|
|
1439
|
-
},
|
|
1440
|
-
"privacy": "public",
|
|
1441
|
-
"description": "The item ID",
|
|
1442
|
-
"inheritedFrom": {
|
|
1443
|
-
"name": "AccordionItem",
|
|
1444
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1532
|
+
"text": "FoundationElementDefinition"
|
|
1445
1533
|
}
|
|
1446
|
-
}
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1534
|
+
}
|
|
1535
|
+
]
|
|
1536
|
+
}
|
|
1537
|
+
],
|
|
1538
|
+
"exports": [
|
|
1539
|
+
{
|
|
1540
|
+
"kind": "js",
|
|
1541
|
+
"name": "actionsMenuBaseStyles",
|
|
1542
|
+
"declaration": {
|
|
1543
|
+
"name": "actionsMenuBaseStyles",
|
|
1544
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1545
|
+
}
|
|
1546
|
+
},
|
|
1547
|
+
{
|
|
1548
|
+
"kind": "js",
|
|
1549
|
+
"name": "foundationActionsMenuStyles",
|
|
1550
|
+
"declaration": {
|
|
1551
|
+
"name": "foundationActionsMenuStyles",
|
|
1552
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1553
|
+
}
|
|
1554
|
+
}
|
|
1555
|
+
]
|
|
1556
|
+
},
|
|
1557
|
+
{
|
|
1558
|
+
"kind": "javascript-module",
|
|
1559
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1560
|
+
"declarations": [
|
|
1561
|
+
{
|
|
1562
|
+
"kind": "function",
|
|
1563
|
+
"name": "menuTemplate",
|
|
1564
|
+
"parameters": [
|
|
1565
|
+
{
|
|
1566
|
+
"name": "prefix",
|
|
1567
|
+
"type": {
|
|
1568
|
+
"text": "string"
|
|
1569
|
+
}
|
|
1570
|
+
}
|
|
1571
|
+
]
|
|
1572
|
+
},
|
|
1573
|
+
{
|
|
1574
|
+
"kind": "function",
|
|
1575
|
+
"name": "singleOptionTemplate",
|
|
1576
|
+
"parameters": [
|
|
1577
|
+
{
|
|
1578
|
+
"name": "prefix",
|
|
1579
|
+
"type": {
|
|
1580
|
+
"text": "string"
|
|
1581
|
+
}
|
|
1582
|
+
}
|
|
1583
|
+
]
|
|
1584
|
+
},
|
|
1585
|
+
{
|
|
1586
|
+
"kind": "variable",
|
|
1587
|
+
"name": "foundationActionsMenuTemplate",
|
|
1588
|
+
"type": {
|
|
1589
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
1590
|
+
},
|
|
1591
|
+
"default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
|
|
1592
|
+
}
|
|
1593
|
+
],
|
|
1594
|
+
"exports": [
|
|
1595
|
+
{
|
|
1596
|
+
"kind": "js",
|
|
1597
|
+
"name": "menuTemplate",
|
|
1598
|
+
"declaration": {
|
|
1599
|
+
"name": "menuTemplate",
|
|
1600
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1601
|
+
}
|
|
1602
|
+
},
|
|
1603
|
+
{
|
|
1604
|
+
"kind": "js",
|
|
1605
|
+
"name": "singleOptionTemplate",
|
|
1606
|
+
"declaration": {
|
|
1607
|
+
"name": "singleOptionTemplate",
|
|
1608
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1609
|
+
}
|
|
1610
|
+
},
|
|
1611
|
+
{
|
|
1612
|
+
"kind": "js",
|
|
1613
|
+
"name": "foundationActionsMenuTemplate",
|
|
1614
|
+
"declaration": {
|
|
1615
|
+
"name": "foundationActionsMenuTemplate",
|
|
1616
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1617
|
+
}
|
|
1618
|
+
}
|
|
1619
|
+
]
|
|
1620
|
+
},
|
|
1621
|
+
{
|
|
1622
|
+
"kind": "javascript-module",
|
|
1623
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
1624
|
+
"declarations": [
|
|
1625
|
+
{
|
|
1626
|
+
"kind": "class",
|
|
1627
|
+
"description": "",
|
|
1628
|
+
"name": "ActionsMenu",
|
|
1629
|
+
"members": [
|
|
1630
|
+
{
|
|
1631
|
+
"kind": "field",
|
|
1632
|
+
"name": "actions",
|
|
1633
|
+
"type": {
|
|
1634
|
+
"text": "ActionMenuItem[]"
|
|
1635
|
+
}
|
|
1636
|
+
},
|
|
1637
|
+
{
|
|
1638
|
+
"kind": "field",
|
|
1639
|
+
"name": "isVertical",
|
|
1640
|
+
"type": {
|
|
1641
|
+
"text": "boolean"
|
|
1642
|
+
},
|
|
1643
|
+
"default": "false"
|
|
1644
|
+
},
|
|
1645
|
+
{
|
|
1646
|
+
"kind": "field",
|
|
1647
|
+
"name": "addDefaultActions",
|
|
1648
|
+
"type": {
|
|
1649
|
+
"text": "boolean"
|
|
1650
|
+
},
|
|
1651
|
+
"default": "true"
|
|
1652
|
+
},
|
|
1653
|
+
{
|
|
1654
|
+
"kind": "field",
|
|
1655
|
+
"name": "autoCloseOnAction",
|
|
1656
|
+
"type": {
|
|
1657
|
+
"text": "boolean"
|
|
1658
|
+
},
|
|
1659
|
+
"default": "true"
|
|
1660
|
+
},
|
|
1661
|
+
{
|
|
1662
|
+
"kind": "field",
|
|
1663
|
+
"name": "classNames",
|
|
1664
|
+
"type": {
|
|
1665
|
+
"text": "string"
|
|
1666
|
+
}
|
|
1667
|
+
},
|
|
1668
|
+
{
|
|
1669
|
+
"kind": "field",
|
|
1670
|
+
"name": "definition",
|
|
1671
|
+
"type": {
|
|
1672
|
+
"text": "any"
|
|
1673
|
+
}
|
|
1674
|
+
},
|
|
1675
|
+
{
|
|
1676
|
+
"kind": "field",
|
|
1677
|
+
"name": "name",
|
|
1678
|
+
"type": {
|
|
1679
|
+
"text": "string"
|
|
1680
|
+
},
|
|
1681
|
+
"default": "'Actions'"
|
|
1682
|
+
},
|
|
1683
|
+
{
|
|
1684
|
+
"kind": "field",
|
|
1685
|
+
"name": "open",
|
|
1686
|
+
"type": {
|
|
1687
|
+
"text": "boolean"
|
|
1688
|
+
},
|
|
1689
|
+
"default": "false"
|
|
1690
|
+
},
|
|
1691
|
+
{
|
|
1692
|
+
"kind": "field",
|
|
1693
|
+
"name": "buttonAppearance",
|
|
1694
|
+
"type": {
|
|
1695
|
+
"text": "string"
|
|
1696
|
+
}
|
|
1697
|
+
},
|
|
1698
|
+
{
|
|
1699
|
+
"kind": "field",
|
|
1700
|
+
"name": "hideDisabled",
|
|
1701
|
+
"type": {
|
|
1702
|
+
"text": "boolean"
|
|
1703
|
+
},
|
|
1704
|
+
"default": "false"
|
|
1705
|
+
},
|
|
1706
|
+
{
|
|
1707
|
+
"kind": "field",
|
|
1708
|
+
"name": "hideMenuSingleOption",
|
|
1709
|
+
"type": {
|
|
1710
|
+
"text": "boolean"
|
|
1711
|
+
},
|
|
1712
|
+
"default": "false"
|
|
1713
|
+
},
|
|
1714
|
+
{
|
|
1715
|
+
"kind": "field",
|
|
1716
|
+
"name": "singleOption",
|
|
1717
|
+
"type": {
|
|
1718
|
+
"text": "ActionMenuItem"
|
|
1719
|
+
}
|
|
1720
|
+
},
|
|
1721
|
+
{
|
|
1722
|
+
"kind": "field",
|
|
1723
|
+
"name": "actionsMenu",
|
|
1724
|
+
"type": {
|
|
1725
|
+
"text": "HTMLElement"
|
|
1454
1726
|
}
|
|
1455
1727
|
},
|
|
1728
|
+
{
|
|
1729
|
+
"kind": "method",
|
|
1730
|
+
"name": "definitionChanged",
|
|
1731
|
+
"privacy": "protected",
|
|
1732
|
+
"parameters": [
|
|
1733
|
+
{
|
|
1734
|
+
"name": "oldValue",
|
|
1735
|
+
"type": {
|
|
1736
|
+
"text": "any"
|
|
1737
|
+
}
|
|
1738
|
+
},
|
|
1739
|
+
{
|
|
1740
|
+
"name": "newValue",
|
|
1741
|
+
"type": {
|
|
1742
|
+
"text": "any"
|
|
1743
|
+
}
|
|
1744
|
+
}
|
|
1745
|
+
]
|
|
1746
|
+
},
|
|
1747
|
+
{
|
|
1748
|
+
"kind": "method",
|
|
1749
|
+
"name": "openChanged",
|
|
1750
|
+
"privacy": "protected"
|
|
1751
|
+
},
|
|
1752
|
+
{
|
|
1753
|
+
"kind": "method",
|
|
1754
|
+
"name": "toggleActionsMenuVisibility"
|
|
1755
|
+
},
|
|
1756
|
+
{
|
|
1757
|
+
"kind": "method",
|
|
1758
|
+
"name": "onActionMenuItemClick",
|
|
1759
|
+
"parameters": [
|
|
1760
|
+
{
|
|
1761
|
+
"name": "callback",
|
|
1762
|
+
"type": {
|
|
1763
|
+
"text": "(rowData) => void | any"
|
|
1764
|
+
}
|
|
1765
|
+
}
|
|
1766
|
+
]
|
|
1767
|
+
},
|
|
1768
|
+
{
|
|
1769
|
+
"kind": "field",
|
|
1770
|
+
"name": "allActions",
|
|
1771
|
+
"type": {
|
|
1772
|
+
"text": "ActionMenuItem[]"
|
|
1773
|
+
},
|
|
1774
|
+
"readonly": true
|
|
1775
|
+
},
|
|
1776
|
+
{
|
|
1777
|
+
"kind": "field",
|
|
1778
|
+
"name": "rowData",
|
|
1779
|
+
"readonly": true
|
|
1780
|
+
},
|
|
1781
|
+
{
|
|
1782
|
+
"kind": "method",
|
|
1783
|
+
"name": "getLabel",
|
|
1784
|
+
"parameters": [
|
|
1785
|
+
{
|
|
1786
|
+
"name": "name",
|
|
1787
|
+
"type": {
|
|
1788
|
+
"text": "string | ((rowData: any) => string)"
|
|
1789
|
+
}
|
|
1790
|
+
}
|
|
1791
|
+
]
|
|
1792
|
+
},
|
|
1793
|
+
{
|
|
1794
|
+
"kind": "method",
|
|
1795
|
+
"name": "getTemplate",
|
|
1796
|
+
"parameters": [
|
|
1797
|
+
{
|
|
1798
|
+
"name": "prefix",
|
|
1799
|
+
"type": {
|
|
1800
|
+
"text": "string"
|
|
1801
|
+
}
|
|
1802
|
+
}
|
|
1803
|
+
]
|
|
1804
|
+
},
|
|
1456
1805
|
{
|
|
1457
1806
|
"kind": "field",
|
|
1458
1807
|
"name": "_presentation",
|
|
@@ -1565,109 +1914,107 @@
|
|
|
1565
1914
|
}
|
|
1566
1915
|
}
|
|
1567
1916
|
],
|
|
1568
|
-
"
|
|
1917
|
+
"attributes": [
|
|
1569
1918
|
{
|
|
1570
|
-
"
|
|
1571
|
-
"
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1919
|
+
"name": "is-vertical",
|
|
1920
|
+
"type": {
|
|
1921
|
+
"text": "boolean"
|
|
1922
|
+
},
|
|
1923
|
+
"default": "false",
|
|
1924
|
+
"fieldName": "isVertical"
|
|
1925
|
+
},
|
|
1926
|
+
{
|
|
1927
|
+
"name": "add-default-actions",
|
|
1928
|
+
"type": {
|
|
1929
|
+
"text": "boolean"
|
|
1930
|
+
},
|
|
1931
|
+
"default": "true",
|
|
1932
|
+
"fieldName": "addDefaultActions"
|
|
1933
|
+
},
|
|
1934
|
+
{
|
|
1935
|
+
"name": "auto-close-on-action",
|
|
1936
|
+
"type": {
|
|
1937
|
+
"text": "boolean"
|
|
1938
|
+
},
|
|
1939
|
+
"default": "true",
|
|
1940
|
+
"fieldName": "autoCloseOnAction"
|
|
1941
|
+
},
|
|
1942
|
+
{
|
|
1943
|
+
"name": "name",
|
|
1944
|
+
"type": {
|
|
1945
|
+
"text": "string"
|
|
1946
|
+
},
|
|
1947
|
+
"default": "'Actions'",
|
|
1948
|
+
"fieldName": "name"
|
|
1949
|
+
},
|
|
1950
|
+
{
|
|
1951
|
+
"name": "open",
|
|
1952
|
+
"type": {
|
|
1953
|
+
"text": "boolean"
|
|
1954
|
+
},
|
|
1955
|
+
"default": "false",
|
|
1956
|
+
"fieldName": "open"
|
|
1957
|
+
},
|
|
1958
|
+
{
|
|
1959
|
+
"name": "buttonAppearance",
|
|
1960
|
+
"type": {
|
|
1961
|
+
"text": "string"
|
|
1962
|
+
},
|
|
1963
|
+
"fieldName": "buttonAppearance"
|
|
1964
|
+
},
|
|
1965
|
+
{
|
|
1966
|
+
"name": "hide-disabled",
|
|
1967
|
+
"type": {
|
|
1968
|
+
"text": "boolean"
|
|
1969
|
+
},
|
|
1970
|
+
"default": "false",
|
|
1971
|
+
"fieldName": "hideDisabled"
|
|
1972
|
+
},
|
|
1973
|
+
{
|
|
1974
|
+
"name": "hide-menu-single-option",
|
|
1975
|
+
"type": {
|
|
1976
|
+
"text": "boolean"
|
|
1977
|
+
},
|
|
1978
|
+
"default": "false",
|
|
1979
|
+
"fieldName": "hideMenuSingleOption"
|
|
1576
1980
|
}
|
|
1577
|
-
]
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
1582
|
-
"type": {
|
|
1583
|
-
"text": "ShadowRootInit"
|
|
1584
|
-
},
|
|
1585
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1586
|
-
},
|
|
1587
|
-
{
|
|
1588
|
-
"kind": "variable",
|
|
1589
|
-
"name": "defaultAccordionItemConfig",
|
|
1590
|
-
"type": {
|
|
1591
|
-
"text": "object"
|
|
1981
|
+
],
|
|
1982
|
+
"superclass": {
|
|
1983
|
+
"name": "FoundationElement",
|
|
1984
|
+
"package": "@microsoft/fast-foundation"
|
|
1592
1985
|
},
|
|
1593
|
-
"
|
|
1986
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
1987
|
+
"customElement": true
|
|
1594
1988
|
},
|
|
1595
1989
|
{
|
|
1596
1990
|
"kind": "variable",
|
|
1597
|
-
"name": "
|
|
1598
|
-
"description": "The Foundation
|
|
1991
|
+
"name": "foundationActionsMenu",
|
|
1992
|
+
"description": "The Foundation Actions Menu",
|
|
1599
1993
|
"privacy": "public"
|
|
1600
1994
|
}
|
|
1601
1995
|
],
|
|
1602
1996
|
"exports": [
|
|
1603
1997
|
{
|
|
1604
1998
|
"kind": "js",
|
|
1605
|
-
"name": "
|
|
1606
|
-
"declaration": {
|
|
1607
|
-
"name": "AccordionItem",
|
|
1608
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1609
|
-
}
|
|
1610
|
-
},
|
|
1611
|
-
{
|
|
1612
|
-
"kind": "js",
|
|
1613
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
1614
|
-
"declaration": {
|
|
1615
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
1616
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1617
|
-
}
|
|
1618
|
-
},
|
|
1619
|
-
{
|
|
1620
|
-
"kind": "js",
|
|
1621
|
-
"name": "defaultAccordionItemConfig",
|
|
1622
|
-
"declaration": {
|
|
1623
|
-
"name": "defaultAccordionItemConfig",
|
|
1624
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1625
|
-
}
|
|
1626
|
-
},
|
|
1627
|
-
{
|
|
1628
|
-
"kind": "js",
|
|
1629
|
-
"name": "foundationAccordionItem",
|
|
1630
|
-
"declaration": {
|
|
1631
|
-
"name": "foundationAccordionItem",
|
|
1632
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1633
|
-
}
|
|
1634
|
-
}
|
|
1635
|
-
]
|
|
1636
|
-
},
|
|
1637
|
-
{
|
|
1638
|
-
"kind": "javascript-module",
|
|
1639
|
-
"path": "src/accordion-item/index.ts",
|
|
1640
|
-
"declarations": [],
|
|
1641
|
-
"exports": [
|
|
1642
|
-
{
|
|
1643
|
-
"kind": "js",
|
|
1644
|
-
"name": "*",
|
|
1645
|
-
"declaration": {
|
|
1646
|
-
"name": "*",
|
|
1647
|
-
"package": "./accordion-item.template"
|
|
1648
|
-
}
|
|
1649
|
-
},
|
|
1650
|
-
{
|
|
1651
|
-
"kind": "js",
|
|
1652
|
-
"name": "*",
|
|
1999
|
+
"name": "ActionsMenu",
|
|
1653
2000
|
"declaration": {
|
|
1654
|
-
"name": "
|
|
1655
|
-
"
|
|
2001
|
+
"name": "ActionsMenu",
|
|
2002
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1656
2003
|
}
|
|
1657
2004
|
},
|
|
1658
2005
|
{
|
|
1659
2006
|
"kind": "js",
|
|
1660
|
-
"name": "
|
|
2007
|
+
"name": "foundationActionsMenu",
|
|
1661
2008
|
"declaration": {
|
|
1662
|
-
"name": "
|
|
1663
|
-
"
|
|
2009
|
+
"name": "foundationActionsMenu",
|
|
2010
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1664
2011
|
}
|
|
1665
2012
|
}
|
|
1666
2013
|
]
|
|
1667
2014
|
},
|
|
1668
2015
|
{
|
|
1669
2016
|
"kind": "javascript-module",
|
|
1670
|
-
"path": "src/
|
|
2017
|
+
"path": "src/actions-menu/index.ts",
|
|
1671
2018
|
"declarations": [],
|
|
1672
2019
|
"exports": [
|
|
1673
2020
|
{
|
|
@@ -1675,7 +2022,7 @@
|
|
|
1675
2022
|
"name": "*",
|
|
1676
2023
|
"declaration": {
|
|
1677
2024
|
"name": "*",
|
|
1678
|
-
"package": "./styles"
|
|
2025
|
+
"package": "./actions-menu.styles"
|
|
1679
2026
|
}
|
|
1680
2027
|
},
|
|
1681
2028
|
{
|
|
@@ -1683,7 +2030,7 @@
|
|
|
1683
2030
|
"name": "*",
|
|
1684
2031
|
"declaration": {
|
|
1685
2032
|
"name": "*",
|
|
1686
|
-
"package": "./
|
|
2033
|
+
"package": "./actions-menu.template"
|
|
1687
2034
|
}
|
|
1688
2035
|
},
|
|
1689
2036
|
{
|
|
@@ -1691,41 +2038,18 @@
|
|
|
1691
2038
|
"name": "*",
|
|
1692
2039
|
"declaration": {
|
|
1693
2040
|
"name": "*",
|
|
1694
|
-
"package": "./
|
|
2041
|
+
"package": "./actions-menu"
|
|
1695
2042
|
}
|
|
1696
2043
|
}
|
|
1697
2044
|
]
|
|
1698
2045
|
},
|
|
1699
2046
|
{
|
|
1700
2047
|
"kind": "javascript-module",
|
|
1701
|
-
"path": "src/
|
|
2048
|
+
"path": "src/anchor/anchor.styles.ts",
|
|
1702
2049
|
"declarations": [
|
|
1703
2050
|
{
|
|
1704
2051
|
"kind": "function",
|
|
1705
|
-
"name": "
|
|
1706
|
-
"return": {
|
|
1707
|
-
"type": {
|
|
1708
|
-
"text": "ElementStyles"
|
|
1709
|
-
}
|
|
1710
|
-
},
|
|
1711
|
-
"parameters": [
|
|
1712
|
-
{
|
|
1713
|
-
"name": "context",
|
|
1714
|
-
"type": {
|
|
1715
|
-
"text": "ElementDefinitionContext"
|
|
1716
|
-
}
|
|
1717
|
-
},
|
|
1718
|
-
{
|
|
1719
|
-
"name": "definition",
|
|
1720
|
-
"type": {
|
|
1721
|
-
"text": "FoundationElementDefinition"
|
|
1722
|
-
}
|
|
1723
|
-
}
|
|
1724
|
-
]
|
|
1725
|
-
},
|
|
1726
|
-
{
|
|
1727
|
-
"kind": "function",
|
|
1728
|
-
"name": "foundationActionsMenuStyles",
|
|
2052
|
+
"name": "foundationAnchorStyles",
|
|
1729
2053
|
"return": {
|
|
1730
2054
|
"type": {
|
|
1731
2055
|
"text": "ElementStyles"
|
|
@@ -1750,269 +2074,292 @@
|
|
|
1750
2074
|
"exports": [
|
|
1751
2075
|
{
|
|
1752
2076
|
"kind": "js",
|
|
1753
|
-
"name": "
|
|
1754
|
-
"declaration": {
|
|
1755
|
-
"name": "actionsMenuBaseStyles",
|
|
1756
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1757
|
-
}
|
|
1758
|
-
},
|
|
1759
|
-
{
|
|
1760
|
-
"kind": "js",
|
|
1761
|
-
"name": "foundationActionsMenuStyles",
|
|
2077
|
+
"name": "foundationAnchorStyles",
|
|
1762
2078
|
"declaration": {
|
|
1763
|
-
"name": "
|
|
1764
|
-
"module": "src/
|
|
2079
|
+
"name": "foundationAnchorStyles",
|
|
2080
|
+
"module": "src/anchor/anchor.styles.ts"
|
|
1765
2081
|
}
|
|
1766
2082
|
}
|
|
1767
2083
|
]
|
|
1768
2084
|
},
|
|
1769
2085
|
{
|
|
1770
2086
|
"kind": "javascript-module",
|
|
1771
|
-
"path": "src/
|
|
2087
|
+
"path": "src/anchor/anchor.template.ts",
|
|
1772
2088
|
"declarations": [
|
|
1773
2089
|
{
|
|
1774
2090
|
"kind": "function",
|
|
1775
|
-
"name": "
|
|
2091
|
+
"name": "foundationAnchorTemplate",
|
|
2092
|
+
"return": {
|
|
2093
|
+
"type": {
|
|
2094
|
+
"text": "ViewTemplate<Anchor>"
|
|
2095
|
+
}
|
|
2096
|
+
},
|
|
1776
2097
|
"parameters": [
|
|
1777
2098
|
{
|
|
1778
|
-
"name": "
|
|
2099
|
+
"name": "context",
|
|
1779
2100
|
"type": {
|
|
1780
|
-
"text": "
|
|
2101
|
+
"text": "ElementDefinitionContext"
|
|
1781
2102
|
}
|
|
1782
|
-
}
|
|
1783
|
-
]
|
|
1784
|
-
},
|
|
1785
|
-
{
|
|
1786
|
-
"kind": "function",
|
|
1787
|
-
"name": "singleOptionTemplate",
|
|
1788
|
-
"parameters": [
|
|
2103
|
+
},
|
|
1789
2104
|
{
|
|
1790
|
-
"name": "
|
|
2105
|
+
"name": "definition",
|
|
1791
2106
|
"type": {
|
|
1792
|
-
"text": "
|
|
1793
|
-
}
|
|
1794
|
-
}
|
|
1795
|
-
]
|
|
1796
|
-
},
|
|
1797
|
-
{
|
|
1798
|
-
"kind": "variable",
|
|
1799
|
-
"name": "foundationActionsMenuTemplate",
|
|
1800
|
-
"type": {
|
|
1801
|
-
"text": "ViewTemplate<ActionsMenu>"
|
|
1802
|
-
},
|
|
1803
|
-
"default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
|
|
2107
|
+
"text": "FoundationElementDefinition"
|
|
2108
|
+
}
|
|
2109
|
+
}
|
|
2110
|
+
]
|
|
1804
2111
|
}
|
|
1805
2112
|
],
|
|
1806
2113
|
"exports": [
|
|
1807
2114
|
{
|
|
1808
2115
|
"kind": "js",
|
|
1809
|
-
"name": "
|
|
1810
|
-
"declaration": {
|
|
1811
|
-
"name": "menuTemplate",
|
|
1812
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1813
|
-
}
|
|
1814
|
-
},
|
|
1815
|
-
{
|
|
1816
|
-
"kind": "js",
|
|
1817
|
-
"name": "singleOptionTemplate",
|
|
1818
|
-
"declaration": {
|
|
1819
|
-
"name": "singleOptionTemplate",
|
|
1820
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1821
|
-
}
|
|
1822
|
-
},
|
|
1823
|
-
{
|
|
1824
|
-
"kind": "js",
|
|
1825
|
-
"name": "foundationActionsMenuTemplate",
|
|
2116
|
+
"name": "foundationAnchorTemplate",
|
|
1826
2117
|
"declaration": {
|
|
1827
|
-
"name": "
|
|
1828
|
-
"module": "src/
|
|
2118
|
+
"name": "foundationAnchorTemplate",
|
|
2119
|
+
"module": "src/anchor/anchor.template.ts"
|
|
1829
2120
|
}
|
|
1830
2121
|
}
|
|
1831
2122
|
]
|
|
1832
2123
|
},
|
|
1833
2124
|
{
|
|
1834
2125
|
"kind": "javascript-module",
|
|
1835
|
-
"path": "src/
|
|
2126
|
+
"path": "src/anchor/anchor.ts",
|
|
1836
2127
|
"declarations": [
|
|
1837
2128
|
{
|
|
1838
2129
|
"kind": "class",
|
|
1839
2130
|
"description": "",
|
|
1840
|
-
"name": "
|
|
1841
|
-
"
|
|
2131
|
+
"name": "Anchor",
|
|
2132
|
+
"superclass": {
|
|
2133
|
+
"name": "FASTAnchor",
|
|
2134
|
+
"package": "@microsoft/fast-components"
|
|
2135
|
+
},
|
|
2136
|
+
"tagName": "%%prefix%%-anchor",
|
|
2137
|
+
"customElement": true,
|
|
2138
|
+
"attributes": [
|
|
1842
2139
|
{
|
|
1843
|
-
"
|
|
1844
|
-
"name": "actions",
|
|
2140
|
+
"name": "download",
|
|
1845
2141
|
"type": {
|
|
1846
|
-
"text": "
|
|
2142
|
+
"text": "string"
|
|
2143
|
+
},
|
|
2144
|
+
"description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2145
|
+
"fieldName": "download",
|
|
2146
|
+
"inheritedFrom": {
|
|
2147
|
+
"name": "Anchor",
|
|
2148
|
+
"module": "src/anchor/anchor.ts"
|
|
1847
2149
|
}
|
|
1848
2150
|
},
|
|
1849
2151
|
{
|
|
1850
|
-
"
|
|
1851
|
-
"name": "isVertical",
|
|
2152
|
+
"name": "href",
|
|
1852
2153
|
"type": {
|
|
1853
|
-
"text": "
|
|
2154
|
+
"text": "string"
|
|
1854
2155
|
},
|
|
1855
|
-
"
|
|
2156
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2157
|
+
"fieldName": "href",
|
|
2158
|
+
"inheritedFrom": {
|
|
2159
|
+
"name": "Anchor",
|
|
2160
|
+
"module": "src/anchor/anchor.ts"
|
|
2161
|
+
}
|
|
1856
2162
|
},
|
|
1857
2163
|
{
|
|
1858
|
-
"
|
|
1859
|
-
"name": "addDefaultActions",
|
|
2164
|
+
"name": "hreflang",
|
|
1860
2165
|
"type": {
|
|
1861
|
-
"text": "
|
|
2166
|
+
"text": "string"
|
|
1862
2167
|
},
|
|
1863
|
-
"
|
|
2168
|
+
"description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2169
|
+
"fieldName": "hreflang",
|
|
2170
|
+
"inheritedFrom": {
|
|
2171
|
+
"name": "Anchor",
|
|
2172
|
+
"module": "src/anchor/anchor.ts"
|
|
2173
|
+
}
|
|
1864
2174
|
},
|
|
1865
2175
|
{
|
|
1866
|
-
"
|
|
1867
|
-
"name": "autoCloseOnAction",
|
|
2176
|
+
"name": "ping",
|
|
1868
2177
|
"type": {
|
|
1869
|
-
"text": "
|
|
2178
|
+
"text": "string"
|
|
1870
2179
|
},
|
|
1871
|
-
"
|
|
2180
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2181
|
+
"fieldName": "ping",
|
|
2182
|
+
"inheritedFrom": {
|
|
2183
|
+
"name": "Anchor",
|
|
2184
|
+
"module": "src/anchor/anchor.ts"
|
|
2185
|
+
}
|
|
1872
2186
|
},
|
|
1873
2187
|
{
|
|
1874
|
-
"
|
|
1875
|
-
"name": "classNames",
|
|
2188
|
+
"name": "referrerpolicy",
|
|
1876
2189
|
"type": {
|
|
1877
2190
|
"text": "string"
|
|
2191
|
+
},
|
|
2192
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2193
|
+
"fieldName": "referrerpolicy",
|
|
2194
|
+
"inheritedFrom": {
|
|
2195
|
+
"name": "Anchor",
|
|
2196
|
+
"module": "src/anchor/anchor.ts"
|
|
1878
2197
|
}
|
|
1879
2198
|
},
|
|
1880
2199
|
{
|
|
1881
|
-
"
|
|
1882
|
-
"name": "definition",
|
|
2200
|
+
"name": "rel",
|
|
1883
2201
|
"type": {
|
|
1884
|
-
"text": "
|
|
2202
|
+
"text": "string"
|
|
2203
|
+
},
|
|
2204
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2205
|
+
"fieldName": "rel",
|
|
2206
|
+
"inheritedFrom": {
|
|
2207
|
+
"name": "Anchor",
|
|
2208
|
+
"module": "src/anchor/anchor.ts"
|
|
1885
2209
|
}
|
|
1886
2210
|
},
|
|
1887
2211
|
{
|
|
1888
|
-
"
|
|
1889
|
-
"name": "name",
|
|
2212
|
+
"name": "target",
|
|
1890
2213
|
"type": {
|
|
1891
|
-
"text": "
|
|
2214
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
1892
2215
|
},
|
|
1893
|
-
"
|
|
2216
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2217
|
+
"fieldName": "target",
|
|
2218
|
+
"inheritedFrom": {
|
|
2219
|
+
"name": "Anchor",
|
|
2220
|
+
"module": "src/anchor/anchor.ts"
|
|
2221
|
+
}
|
|
1894
2222
|
},
|
|
1895
2223
|
{
|
|
1896
|
-
"
|
|
1897
|
-
"name": "open",
|
|
2224
|
+
"name": "type",
|
|
1898
2225
|
"type": {
|
|
1899
|
-
"text": "
|
|
2226
|
+
"text": "string"
|
|
1900
2227
|
},
|
|
1901
|
-
"
|
|
1902
|
-
|
|
2228
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2229
|
+
"fieldName": "type",
|
|
2230
|
+
"inheritedFrom": {
|
|
2231
|
+
"name": "Anchor",
|
|
2232
|
+
"module": "src/anchor/anchor.ts"
|
|
2233
|
+
}
|
|
2234
|
+
}
|
|
2235
|
+
],
|
|
2236
|
+
"members": [
|
|
1903
2237
|
{
|
|
1904
2238
|
"kind": "field",
|
|
1905
|
-
"name": "
|
|
2239
|
+
"name": "download",
|
|
1906
2240
|
"type": {
|
|
1907
2241
|
"text": "string"
|
|
2242
|
+
},
|
|
2243
|
+
"privacy": "public",
|
|
2244
|
+
"description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2245
|
+
"inheritedFrom": {
|
|
2246
|
+
"name": "Anchor",
|
|
2247
|
+
"module": "src/anchor/anchor.ts"
|
|
1908
2248
|
}
|
|
1909
2249
|
},
|
|
1910
2250
|
{
|
|
1911
2251
|
"kind": "field",
|
|
1912
|
-
"name": "
|
|
2252
|
+
"name": "href",
|
|
1913
2253
|
"type": {
|
|
1914
|
-
"text": "
|
|
2254
|
+
"text": "string"
|
|
1915
2255
|
},
|
|
1916
|
-
"
|
|
2256
|
+
"privacy": "public",
|
|
2257
|
+
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2258
|
+
"inheritedFrom": {
|
|
2259
|
+
"name": "Anchor",
|
|
2260
|
+
"module": "src/anchor/anchor.ts"
|
|
2261
|
+
}
|
|
1917
2262
|
},
|
|
1918
2263
|
{
|
|
1919
2264
|
"kind": "field",
|
|
1920
|
-
"name": "
|
|
2265
|
+
"name": "hreflang",
|
|
1921
2266
|
"type": {
|
|
1922
|
-
"text": "
|
|
2267
|
+
"text": "string"
|
|
1923
2268
|
},
|
|
1924
|
-
"
|
|
2269
|
+
"privacy": "public",
|
|
2270
|
+
"description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2271
|
+
"inheritedFrom": {
|
|
2272
|
+
"name": "Anchor",
|
|
2273
|
+
"module": "src/anchor/anchor.ts"
|
|
2274
|
+
}
|
|
1925
2275
|
},
|
|
1926
2276
|
{
|
|
1927
2277
|
"kind": "field",
|
|
1928
|
-
"name": "
|
|
2278
|
+
"name": "ping",
|
|
1929
2279
|
"type": {
|
|
1930
|
-
"text": "
|
|
2280
|
+
"text": "string"
|
|
2281
|
+
},
|
|
2282
|
+
"privacy": "public",
|
|
2283
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2284
|
+
"inheritedFrom": {
|
|
2285
|
+
"name": "Anchor",
|
|
2286
|
+
"module": "src/anchor/anchor.ts"
|
|
1931
2287
|
}
|
|
1932
2288
|
},
|
|
1933
2289
|
{
|
|
1934
2290
|
"kind": "field",
|
|
1935
|
-
"name": "
|
|
2291
|
+
"name": "referrerpolicy",
|
|
1936
2292
|
"type": {
|
|
1937
|
-
"text": "
|
|
2293
|
+
"text": "string"
|
|
2294
|
+
},
|
|
2295
|
+
"privacy": "public",
|
|
2296
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2297
|
+
"inheritedFrom": {
|
|
2298
|
+
"name": "Anchor",
|
|
2299
|
+
"module": "src/anchor/anchor.ts"
|
|
1938
2300
|
}
|
|
1939
2301
|
},
|
|
1940
2302
|
{
|
|
1941
|
-
"kind": "
|
|
1942
|
-
"name": "
|
|
1943
|
-
"
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
"name": "newValue",
|
|
1953
|
-
"type": {
|
|
1954
|
-
"text": "any"
|
|
1955
|
-
}
|
|
1956
|
-
}
|
|
1957
|
-
]
|
|
1958
|
-
},
|
|
1959
|
-
{
|
|
1960
|
-
"kind": "method",
|
|
1961
|
-
"name": "openChanged",
|
|
1962
|
-
"privacy": "protected"
|
|
2303
|
+
"kind": "field",
|
|
2304
|
+
"name": "rel",
|
|
2305
|
+
"type": {
|
|
2306
|
+
"text": "string"
|
|
2307
|
+
},
|
|
2308
|
+
"privacy": "public",
|
|
2309
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2310
|
+
"inheritedFrom": {
|
|
2311
|
+
"name": "Anchor",
|
|
2312
|
+
"module": "src/anchor/anchor.ts"
|
|
2313
|
+
}
|
|
1963
2314
|
},
|
|
1964
2315
|
{
|
|
1965
|
-
"kind": "
|
|
1966
|
-
"name": "
|
|
2316
|
+
"kind": "field",
|
|
2317
|
+
"name": "target",
|
|
2318
|
+
"type": {
|
|
2319
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
2320
|
+
},
|
|
2321
|
+
"privacy": "public",
|
|
2322
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2323
|
+
"inheritedFrom": {
|
|
2324
|
+
"name": "Anchor",
|
|
2325
|
+
"module": "src/anchor/anchor.ts"
|
|
2326
|
+
}
|
|
1967
2327
|
},
|
|
1968
2328
|
{
|
|
1969
|
-
"kind": "
|
|
1970
|
-
"name": "
|
|
1971
|
-
"
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
2329
|
+
"kind": "field",
|
|
2330
|
+
"name": "type",
|
|
2331
|
+
"type": {
|
|
2332
|
+
"text": "string"
|
|
2333
|
+
},
|
|
2334
|
+
"privacy": "public",
|
|
2335
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2336
|
+
"inheritedFrom": {
|
|
2337
|
+
"name": "Anchor",
|
|
2338
|
+
"module": "src/anchor/anchor.ts"
|
|
2339
|
+
}
|
|
1979
2340
|
},
|
|
1980
2341
|
{
|
|
1981
2342
|
"kind": "field",
|
|
1982
|
-
"name": "
|
|
2343
|
+
"name": "control",
|
|
1983
2344
|
"type": {
|
|
1984
|
-
"text": "
|
|
2345
|
+
"text": "HTMLAnchorElement | undefined"
|
|
1985
2346
|
},
|
|
1986
|
-
"
|
|
2347
|
+
"privacy": "public",
|
|
2348
|
+
"description": "References the root element",
|
|
2349
|
+
"inheritedFrom": {
|
|
2350
|
+
"name": "Anchor",
|
|
2351
|
+
"module": "src/anchor/anchor.ts"
|
|
2352
|
+
}
|
|
1987
2353
|
},
|
|
1988
2354
|
{
|
|
1989
2355
|
"kind": "field",
|
|
1990
|
-
"name": "
|
|
1991
|
-
"
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
{
|
|
1998
|
-
"name": "name",
|
|
1999
|
-
"type": {
|
|
2000
|
-
"text": "string | ((rowData: any) => string)"
|
|
2001
|
-
}
|
|
2002
|
-
}
|
|
2003
|
-
]
|
|
2004
|
-
},
|
|
2005
|
-
{
|
|
2006
|
-
"kind": "method",
|
|
2007
|
-
"name": "getTemplate",
|
|
2008
|
-
"parameters": [
|
|
2009
|
-
{
|
|
2010
|
-
"name": "prefix",
|
|
2011
|
-
"type": {
|
|
2012
|
-
"text": "string"
|
|
2013
|
-
}
|
|
2014
|
-
}
|
|
2015
|
-
]
|
|
2356
|
+
"name": "handleUnsupportedDelegatesFocus",
|
|
2357
|
+
"privacy": "private",
|
|
2358
|
+
"description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
|
|
2359
|
+
"inheritedFrom": {
|
|
2360
|
+
"name": "Anchor",
|
|
2361
|
+
"module": "src/anchor/anchor.ts"
|
|
2362
|
+
}
|
|
2016
2363
|
},
|
|
2017
2364
|
{
|
|
2018
2365
|
"kind": "field",
|
|
@@ -2098,259 +2445,38 @@
|
|
|
2098
2445
|
"kind": "method",
|
|
2099
2446
|
"name": "compose",
|
|
2100
2447
|
"privacy": "public",
|
|
2101
|
-
"static": true,
|
|
2102
|
-
"return": {
|
|
2103
|
-
"type": {
|
|
2104
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2105
|
-
}
|
|
2106
|
-
},
|
|
2107
|
-
"parameters": [
|
|
2108
|
-
{
|
|
2109
|
-
"name": "this",
|
|
2110
|
-
"type": {
|
|
2111
|
-
"text": "K"
|
|
2112
|
-
}
|
|
2113
|
-
},
|
|
2114
|
-
{
|
|
2115
|
-
"name": "elementDefinition",
|
|
2116
|
-
"type": {
|
|
2117
|
-
"text": "T"
|
|
2118
|
-
},
|
|
2119
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
2120
|
-
}
|
|
2121
|
-
],
|
|
2122
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2123
|
-
"inheritedFrom": {
|
|
2124
|
-
"name": "FoundationElement",
|
|
2125
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2126
|
-
}
|
|
2127
|
-
}
|
|
2128
|
-
],
|
|
2129
|
-
"attributes": [
|
|
2130
|
-
{
|
|
2131
|
-
"name": "is-vertical",
|
|
2132
|
-
"type": {
|
|
2133
|
-
"text": "boolean"
|
|
2134
|
-
},
|
|
2135
|
-
"default": "false",
|
|
2136
|
-
"fieldName": "isVertical"
|
|
2137
|
-
},
|
|
2138
|
-
{
|
|
2139
|
-
"name": "add-default-actions",
|
|
2140
|
-
"type": {
|
|
2141
|
-
"text": "boolean"
|
|
2142
|
-
},
|
|
2143
|
-
"default": "true",
|
|
2144
|
-
"fieldName": "addDefaultActions"
|
|
2145
|
-
},
|
|
2146
|
-
{
|
|
2147
|
-
"name": "auto-close-on-action",
|
|
2148
|
-
"type": {
|
|
2149
|
-
"text": "boolean"
|
|
2150
|
-
},
|
|
2151
|
-
"default": "true",
|
|
2152
|
-
"fieldName": "autoCloseOnAction"
|
|
2153
|
-
},
|
|
2154
|
-
{
|
|
2155
|
-
"name": "name",
|
|
2156
|
-
"type": {
|
|
2157
|
-
"text": "string"
|
|
2158
|
-
},
|
|
2159
|
-
"default": "'Actions'",
|
|
2160
|
-
"fieldName": "name"
|
|
2161
|
-
},
|
|
2162
|
-
{
|
|
2163
|
-
"name": "open",
|
|
2164
|
-
"type": {
|
|
2165
|
-
"text": "boolean"
|
|
2166
|
-
},
|
|
2167
|
-
"default": "false",
|
|
2168
|
-
"fieldName": "open"
|
|
2169
|
-
},
|
|
2170
|
-
{
|
|
2171
|
-
"name": "buttonAppearance",
|
|
2172
|
-
"type": {
|
|
2173
|
-
"text": "string"
|
|
2174
|
-
},
|
|
2175
|
-
"fieldName": "buttonAppearance"
|
|
2176
|
-
},
|
|
2177
|
-
{
|
|
2178
|
-
"name": "hide-disabled",
|
|
2179
|
-
"type": {
|
|
2180
|
-
"text": "boolean"
|
|
2181
|
-
},
|
|
2182
|
-
"default": "false",
|
|
2183
|
-
"fieldName": "hideDisabled"
|
|
2184
|
-
},
|
|
2185
|
-
{
|
|
2186
|
-
"name": "hide-menu-single-option",
|
|
2187
|
-
"type": {
|
|
2188
|
-
"text": "boolean"
|
|
2189
|
-
},
|
|
2190
|
-
"default": "false",
|
|
2191
|
-
"fieldName": "hideMenuSingleOption"
|
|
2192
|
-
}
|
|
2193
|
-
],
|
|
2194
|
-
"superclass": {
|
|
2195
|
-
"name": "FoundationElement",
|
|
2196
|
-
"package": "@microsoft/fast-foundation"
|
|
2197
|
-
},
|
|
2198
|
-
"tagName": "%%prefix%%-actions-menu",
|
|
2199
|
-
"customElement": true
|
|
2200
|
-
},
|
|
2201
|
-
{
|
|
2202
|
-
"kind": "variable",
|
|
2203
|
-
"name": "foundationActionsMenu",
|
|
2204
|
-
"description": "The Foundation Actions Menu",
|
|
2205
|
-
"privacy": "public"
|
|
2206
|
-
}
|
|
2207
|
-
],
|
|
2208
|
-
"exports": [
|
|
2209
|
-
{
|
|
2210
|
-
"kind": "js",
|
|
2211
|
-
"name": "ActionsMenu",
|
|
2212
|
-
"declaration": {
|
|
2213
|
-
"name": "ActionsMenu",
|
|
2214
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2215
|
-
}
|
|
2216
|
-
},
|
|
2217
|
-
{
|
|
2218
|
-
"kind": "js",
|
|
2219
|
-
"name": "foundationActionsMenu",
|
|
2220
|
-
"declaration": {
|
|
2221
|
-
"name": "foundationActionsMenu",
|
|
2222
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2223
|
-
}
|
|
2224
|
-
}
|
|
2225
|
-
]
|
|
2226
|
-
},
|
|
2227
|
-
{
|
|
2228
|
-
"kind": "javascript-module",
|
|
2229
|
-
"path": "src/actions-menu/index.ts",
|
|
2230
|
-
"declarations": [],
|
|
2231
|
-
"exports": [
|
|
2232
|
-
{
|
|
2233
|
-
"kind": "js",
|
|
2234
|
-
"name": "*",
|
|
2235
|
-
"declaration": {
|
|
2236
|
-
"name": "*",
|
|
2237
|
-
"package": "./actions-menu.styles"
|
|
2238
|
-
}
|
|
2239
|
-
},
|
|
2240
|
-
{
|
|
2241
|
-
"kind": "js",
|
|
2242
|
-
"name": "*",
|
|
2243
|
-
"declaration": {
|
|
2244
|
-
"name": "*",
|
|
2245
|
-
"package": "./actions-menu.template"
|
|
2246
|
-
}
|
|
2247
|
-
},
|
|
2248
|
-
{
|
|
2249
|
-
"kind": "js",
|
|
2250
|
-
"name": "*",
|
|
2251
|
-
"declaration": {
|
|
2252
|
-
"name": "*",
|
|
2253
|
-
"package": "./actions-menu"
|
|
2254
|
-
}
|
|
2255
|
-
}
|
|
2256
|
-
]
|
|
2257
|
-
},
|
|
2258
|
-
{
|
|
2259
|
-
"kind": "javascript-module",
|
|
2260
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
2261
|
-
"declarations": [
|
|
2262
|
-
{
|
|
2263
|
-
"kind": "function",
|
|
2264
|
-
"name": "foundationAccordionStyles",
|
|
2265
|
-
"return": {
|
|
2266
|
-
"type": {
|
|
2267
|
-
"text": "ElementStyles"
|
|
2268
|
-
}
|
|
2269
|
-
},
|
|
2270
|
-
"parameters": [
|
|
2271
|
-
{
|
|
2272
|
-
"name": "context",
|
|
2273
|
-
"type": {
|
|
2274
|
-
"text": "ElementDefinitionContext"
|
|
2275
|
-
}
|
|
2276
|
-
},
|
|
2277
|
-
{
|
|
2278
|
-
"name": "definition",
|
|
2279
|
-
"type": {
|
|
2280
|
-
"text": "FoundationElementDefinition"
|
|
2281
|
-
}
|
|
2282
|
-
}
|
|
2283
|
-
]
|
|
2284
|
-
}
|
|
2285
|
-
],
|
|
2286
|
-
"exports": [
|
|
2287
|
-
{
|
|
2288
|
-
"kind": "js",
|
|
2289
|
-
"name": "foundationAccordionStyles",
|
|
2290
|
-
"declaration": {
|
|
2291
|
-
"name": "foundationAccordionStyles",
|
|
2292
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
2293
|
-
}
|
|
2294
|
-
}
|
|
2295
|
-
]
|
|
2296
|
-
},
|
|
2297
|
-
{
|
|
2298
|
-
"kind": "javascript-module",
|
|
2299
|
-
"path": "src/accordion/accordion.template.ts",
|
|
2300
|
-
"declarations": [
|
|
2301
|
-
{
|
|
2302
|
-
"kind": "function",
|
|
2303
|
-
"name": "foundationAccordionTemplate",
|
|
2304
|
-
"return": {
|
|
2305
|
-
"type": {
|
|
2306
|
-
"text": "ViewTemplate<Accordion>"
|
|
2307
|
-
}
|
|
2308
|
-
},
|
|
2309
|
-
"parameters": [
|
|
2310
|
-
{
|
|
2311
|
-
"name": "context",
|
|
2312
|
-
"type": {
|
|
2313
|
-
"text": "ElementDefinitionContext"
|
|
2314
|
-
}
|
|
2315
|
-
},
|
|
2316
|
-
{
|
|
2317
|
-
"name": "definition",
|
|
2318
|
-
"type": {
|
|
2319
|
-
"text": "FoundationElementDefinition"
|
|
2448
|
+
"static": true,
|
|
2449
|
+
"return": {
|
|
2450
|
+
"type": {
|
|
2451
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2452
|
+
}
|
|
2453
|
+
},
|
|
2454
|
+
"parameters": [
|
|
2455
|
+
{
|
|
2456
|
+
"name": "this",
|
|
2457
|
+
"type": {
|
|
2458
|
+
"text": "K"
|
|
2459
|
+
}
|
|
2460
|
+
},
|
|
2461
|
+
{
|
|
2462
|
+
"name": "elementDefinition",
|
|
2463
|
+
"type": {
|
|
2464
|
+
"text": "T"
|
|
2465
|
+
},
|
|
2466
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
2467
|
+
}
|
|
2468
|
+
],
|
|
2469
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2470
|
+
"inheritedFrom": {
|
|
2471
|
+
"name": "FoundationElement",
|
|
2472
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2320
2473
|
}
|
|
2321
2474
|
}
|
|
2322
2475
|
]
|
|
2323
|
-
}
|
|
2324
|
-
],
|
|
2325
|
-
"exports": [
|
|
2326
|
-
{
|
|
2327
|
-
"kind": "js",
|
|
2328
|
-
"name": "foundationAccordionTemplate",
|
|
2329
|
-
"declaration": {
|
|
2330
|
-
"name": "foundationAccordionTemplate",
|
|
2331
|
-
"module": "src/accordion/accordion.template.ts"
|
|
2332
|
-
}
|
|
2333
|
-
}
|
|
2334
|
-
]
|
|
2335
|
-
},
|
|
2336
|
-
{
|
|
2337
|
-
"kind": "javascript-module",
|
|
2338
|
-
"path": "src/accordion/accordion.ts",
|
|
2339
|
-
"declarations": [
|
|
2340
|
-
{
|
|
2341
|
-
"kind": "class",
|
|
2342
|
-
"description": "",
|
|
2343
|
-
"name": "Accordion",
|
|
2344
|
-
"superclass": {
|
|
2345
|
-
"name": "FASTAccordion",
|
|
2346
|
-
"package": "@microsoft/fast-foundation"
|
|
2347
|
-
},
|
|
2348
|
-
"tagName": "%%prefix%%-accordion",
|
|
2349
|
-
"customElement": true
|
|
2350
2476
|
},
|
|
2351
2477
|
{
|
|
2352
2478
|
"kind": "variable",
|
|
2353
|
-
"name": "
|
|
2479
|
+
"name": "foundationAnchorShadowOptions",
|
|
2354
2480
|
"type": {
|
|
2355
2481
|
"text": "ShadowRootInit"
|
|
2356
2482
|
},
|
|
@@ -2358,7 +2484,7 @@
|
|
|
2358
2484
|
},
|
|
2359
2485
|
{
|
|
2360
2486
|
"kind": "variable",
|
|
2361
|
-
"name": "
|
|
2487
|
+
"name": "defaultAnchorConfig",
|
|
2362
2488
|
"type": {
|
|
2363
2489
|
"text": "object"
|
|
2364
2490
|
},
|
|
@@ -2366,49 +2492,49 @@
|
|
|
2366
2492
|
},
|
|
2367
2493
|
{
|
|
2368
2494
|
"kind": "variable",
|
|
2369
|
-
"name": "
|
|
2370
|
-
"description": "The Foundation
|
|
2495
|
+
"name": "foundationAnchor",
|
|
2496
|
+
"description": "The Foundation Anchor",
|
|
2371
2497
|
"privacy": "public"
|
|
2372
2498
|
}
|
|
2373
2499
|
],
|
|
2374
2500
|
"exports": [
|
|
2375
2501
|
{
|
|
2376
2502
|
"kind": "js",
|
|
2377
|
-
"name": "
|
|
2503
|
+
"name": "Anchor",
|
|
2378
2504
|
"declaration": {
|
|
2379
|
-
"name": "
|
|
2380
|
-
"module": "src/
|
|
2505
|
+
"name": "Anchor",
|
|
2506
|
+
"module": "src/anchor/anchor.ts"
|
|
2381
2507
|
}
|
|
2382
2508
|
},
|
|
2383
2509
|
{
|
|
2384
2510
|
"kind": "js",
|
|
2385
|
-
"name": "
|
|
2511
|
+
"name": "foundationAnchorShadowOptions",
|
|
2386
2512
|
"declaration": {
|
|
2387
|
-
"name": "
|
|
2388
|
-
"module": "src/
|
|
2513
|
+
"name": "foundationAnchorShadowOptions",
|
|
2514
|
+
"module": "src/anchor/anchor.ts"
|
|
2389
2515
|
}
|
|
2390
2516
|
},
|
|
2391
2517
|
{
|
|
2392
2518
|
"kind": "js",
|
|
2393
|
-
"name": "
|
|
2519
|
+
"name": "defaultAnchorConfig",
|
|
2394
2520
|
"declaration": {
|
|
2395
|
-
"name": "
|
|
2396
|
-
"module": "src/
|
|
2521
|
+
"name": "defaultAnchorConfig",
|
|
2522
|
+
"module": "src/anchor/anchor.ts"
|
|
2397
2523
|
}
|
|
2398
2524
|
},
|
|
2399
2525
|
{
|
|
2400
2526
|
"kind": "js",
|
|
2401
|
-
"name": "
|
|
2527
|
+
"name": "foundationAnchor",
|
|
2402
2528
|
"declaration": {
|
|
2403
|
-
"name": "
|
|
2404
|
-
"module": "src/
|
|
2529
|
+
"name": "foundationAnchor",
|
|
2530
|
+
"module": "src/anchor/anchor.ts"
|
|
2405
2531
|
}
|
|
2406
2532
|
}
|
|
2407
2533
|
]
|
|
2408
2534
|
},
|
|
2409
2535
|
{
|
|
2410
2536
|
"kind": "javascript-module",
|
|
2411
|
-
"path": "src/
|
|
2537
|
+
"path": "src/anchor/index.ts",
|
|
2412
2538
|
"declarations": [],
|
|
2413
2539
|
"exports": [
|
|
2414
2540
|
{
|
|
@@ -2416,7 +2542,7 @@
|
|
|
2416
2542
|
"name": "*",
|
|
2417
2543
|
"declaration": {
|
|
2418
2544
|
"name": "*",
|
|
2419
|
-
"package": "./
|
|
2545
|
+
"package": "./anchor.template"
|
|
2420
2546
|
}
|
|
2421
2547
|
},
|
|
2422
2548
|
{
|
|
@@ -2424,7 +2550,7 @@
|
|
|
2424
2550
|
"name": "*",
|
|
2425
2551
|
"declaration": {
|
|
2426
2552
|
"name": "*",
|
|
2427
|
-
"package": "./
|
|
2553
|
+
"package": "./anchor.styles"
|
|
2428
2554
|
}
|
|
2429
2555
|
},
|
|
2430
2556
|
{
|
|
@@ -2432,327 +2558,191 @@
|
|
|
2432
2558
|
"name": "*",
|
|
2433
2559
|
"declaration": {
|
|
2434
2560
|
"name": "*",
|
|
2435
|
-
"package": "./
|
|
2436
|
-
}
|
|
2437
|
-
}
|
|
2438
|
-
]
|
|
2439
|
-
},
|
|
2440
|
-
{
|
|
2441
|
-
"kind": "javascript-module",
|
|
2442
|
-
"path": "src/anchor/anchor.styles.ts",
|
|
2443
|
-
"declarations": [
|
|
2444
|
-
{
|
|
2445
|
-
"kind": "function",
|
|
2446
|
-
"name": "foundationAnchorStyles",
|
|
2447
|
-
"return": {
|
|
2448
|
-
"type": {
|
|
2449
|
-
"text": "ElementStyles"
|
|
2450
|
-
}
|
|
2451
|
-
},
|
|
2452
|
-
"parameters": [
|
|
2453
|
-
{
|
|
2454
|
-
"name": "context",
|
|
2455
|
-
"type": {
|
|
2456
|
-
"text": "ElementDefinitionContext"
|
|
2457
|
-
}
|
|
2458
|
-
},
|
|
2459
|
-
{
|
|
2460
|
-
"name": "definition",
|
|
2461
|
-
"type": {
|
|
2462
|
-
"text": "FoundationElementDefinition"
|
|
2463
|
-
}
|
|
2464
|
-
}
|
|
2465
|
-
]
|
|
2466
|
-
}
|
|
2467
|
-
],
|
|
2468
|
-
"exports": [
|
|
2469
|
-
{
|
|
2470
|
-
"kind": "js",
|
|
2471
|
-
"name": "foundationAnchorStyles",
|
|
2472
|
-
"declaration": {
|
|
2473
|
-
"name": "foundationAnchorStyles",
|
|
2474
|
-
"module": "src/anchor/anchor.styles.ts"
|
|
2475
|
-
}
|
|
2476
|
-
}
|
|
2477
|
-
]
|
|
2478
|
-
},
|
|
2479
|
-
{
|
|
2480
|
-
"kind": "javascript-module",
|
|
2481
|
-
"path": "src/anchor/anchor.template.ts",
|
|
2482
|
-
"declarations": [
|
|
2483
|
-
{
|
|
2484
|
-
"kind": "function",
|
|
2485
|
-
"name": "foundationAnchorTemplate",
|
|
2486
|
-
"return": {
|
|
2487
|
-
"type": {
|
|
2488
|
-
"text": "ViewTemplate<Anchor>"
|
|
2489
|
-
}
|
|
2490
|
-
},
|
|
2491
|
-
"parameters": [
|
|
2492
|
-
{
|
|
2493
|
-
"name": "context",
|
|
2494
|
-
"type": {
|
|
2495
|
-
"text": "ElementDefinitionContext"
|
|
2496
|
-
}
|
|
2497
|
-
},
|
|
2498
|
-
{
|
|
2499
|
-
"name": "definition",
|
|
2500
|
-
"type": {
|
|
2501
|
-
"text": "FoundationElementDefinition"
|
|
2502
|
-
}
|
|
2503
|
-
}
|
|
2504
|
-
]
|
|
2505
|
-
}
|
|
2506
|
-
],
|
|
2507
|
-
"exports": [
|
|
2508
|
-
{
|
|
2509
|
-
"kind": "js",
|
|
2510
|
-
"name": "foundationAnchorTemplate",
|
|
2511
|
-
"declaration": {
|
|
2512
|
-
"name": "foundationAnchorTemplate",
|
|
2513
|
-
"module": "src/anchor/anchor.template.ts"
|
|
2561
|
+
"package": "./anchor"
|
|
2514
2562
|
}
|
|
2515
2563
|
}
|
|
2516
2564
|
]
|
|
2517
2565
|
},
|
|
2518
2566
|
{
|
|
2519
2567
|
"kind": "javascript-module",
|
|
2520
|
-
"path": "src/
|
|
2521
|
-
"declarations": [
|
|
2522
|
-
{
|
|
2523
|
-
"kind": "
|
|
2524
|
-
"
|
|
2525
|
-
"
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
|
|
2529
|
-
},
|
|
2530
|
-
"
|
|
2531
|
-
"customElement": true,
|
|
2532
|
-
"attributes": [
|
|
2533
|
-
{
|
|
2534
|
-
"name": "download",
|
|
2535
|
-
"type": {
|
|
2536
|
-
"text": "string"
|
|
2537
|
-
},
|
|
2538
|
-
"description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2539
|
-
"fieldName": "download",
|
|
2540
|
-
"inheritedFrom": {
|
|
2541
|
-
"name": "Anchor",
|
|
2542
|
-
"module": "src/anchor/anchor.ts"
|
|
2543
|
-
}
|
|
2544
|
-
},
|
|
2545
|
-
{
|
|
2546
|
-
"name": "href",
|
|
2547
|
-
"type": {
|
|
2548
|
-
"text": "string"
|
|
2549
|
-
},
|
|
2550
|
-
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2551
|
-
"fieldName": "href",
|
|
2552
|
-
"inheritedFrom": {
|
|
2553
|
-
"name": "Anchor",
|
|
2554
|
-
"module": "src/anchor/anchor.ts"
|
|
2555
|
-
}
|
|
2556
|
-
},
|
|
2557
|
-
{
|
|
2558
|
-
"name": "hreflang",
|
|
2559
|
-
"type": {
|
|
2560
|
-
"text": "string"
|
|
2561
|
-
},
|
|
2562
|
-
"description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2563
|
-
"fieldName": "hreflang",
|
|
2564
|
-
"inheritedFrom": {
|
|
2565
|
-
"name": "Anchor",
|
|
2566
|
-
"module": "src/anchor/anchor.ts"
|
|
2567
|
-
}
|
|
2568
|
-
},
|
|
2569
|
-
{
|
|
2570
|
-
"name": "ping",
|
|
2571
|
-
"type": {
|
|
2572
|
-
"text": "string"
|
|
2573
|
-
},
|
|
2574
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2575
|
-
"fieldName": "ping",
|
|
2576
|
-
"inheritedFrom": {
|
|
2577
|
-
"name": "Anchor",
|
|
2578
|
-
"module": "src/anchor/anchor.ts"
|
|
2579
|
-
}
|
|
2580
|
-
},
|
|
2581
|
-
{
|
|
2582
|
-
"name": "referrerpolicy",
|
|
2583
|
-
"type": {
|
|
2584
|
-
"text": "string"
|
|
2585
|
-
},
|
|
2586
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2587
|
-
"fieldName": "referrerpolicy",
|
|
2588
|
-
"inheritedFrom": {
|
|
2589
|
-
"name": "Anchor",
|
|
2590
|
-
"module": "src/anchor/anchor.ts"
|
|
2591
|
-
}
|
|
2592
|
-
},
|
|
2593
|
-
{
|
|
2594
|
-
"name": "rel",
|
|
2595
|
-
"type": {
|
|
2596
|
-
"text": "string"
|
|
2597
|
-
},
|
|
2598
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2599
|
-
"fieldName": "rel",
|
|
2600
|
-
"inheritedFrom": {
|
|
2601
|
-
"name": "Anchor",
|
|
2602
|
-
"module": "src/anchor/anchor.ts"
|
|
2603
|
-
}
|
|
2604
|
-
},
|
|
2568
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
2569
|
+
"declarations": [
|
|
2570
|
+
{
|
|
2571
|
+
"kind": "function",
|
|
2572
|
+
"name": "foundationAccordionItemStyles",
|
|
2573
|
+
"return": {
|
|
2574
|
+
"type": {
|
|
2575
|
+
"text": "ElementStyles"
|
|
2576
|
+
}
|
|
2577
|
+
},
|
|
2578
|
+
"parameters": [
|
|
2605
2579
|
{
|
|
2606
|
-
"name": "
|
|
2580
|
+
"name": "context",
|
|
2607
2581
|
"type": {
|
|
2608
|
-
"text": "
|
|
2609
|
-
},
|
|
2610
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2611
|
-
"fieldName": "target",
|
|
2612
|
-
"inheritedFrom": {
|
|
2613
|
-
"name": "Anchor",
|
|
2614
|
-
"module": "src/anchor/anchor.ts"
|
|
2582
|
+
"text": "ElementDefinitionContext"
|
|
2615
2583
|
}
|
|
2616
2584
|
},
|
|
2617
2585
|
{
|
|
2618
|
-
"name": "
|
|
2586
|
+
"name": "definition",
|
|
2619
2587
|
"type": {
|
|
2620
|
-
"text": "
|
|
2621
|
-
},
|
|
2622
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2623
|
-
"fieldName": "type",
|
|
2624
|
-
"inheritedFrom": {
|
|
2625
|
-
"name": "Anchor",
|
|
2626
|
-
"module": "src/anchor/anchor.ts"
|
|
2588
|
+
"text": "FoundationElementDefinition"
|
|
2627
2589
|
}
|
|
2628
2590
|
}
|
|
2629
|
-
]
|
|
2630
|
-
|
|
2591
|
+
]
|
|
2592
|
+
}
|
|
2593
|
+
],
|
|
2594
|
+
"exports": [
|
|
2595
|
+
{
|
|
2596
|
+
"kind": "js",
|
|
2597
|
+
"name": "foundationAccordionItemStyles",
|
|
2598
|
+
"declaration": {
|
|
2599
|
+
"name": "foundationAccordionItemStyles",
|
|
2600
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
2601
|
+
}
|
|
2602
|
+
}
|
|
2603
|
+
]
|
|
2604
|
+
},
|
|
2605
|
+
{
|
|
2606
|
+
"kind": "javascript-module",
|
|
2607
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
2608
|
+
"declarations": [
|
|
2609
|
+
{
|
|
2610
|
+
"kind": "function",
|
|
2611
|
+
"name": "foundationAccordionItemTemplate",
|
|
2612
|
+
"return": {
|
|
2613
|
+
"type": {
|
|
2614
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
2615
|
+
}
|
|
2616
|
+
},
|
|
2617
|
+
"parameters": [
|
|
2631
2618
|
{
|
|
2632
|
-
"
|
|
2633
|
-
"name": "download",
|
|
2619
|
+
"name": "context",
|
|
2634
2620
|
"type": {
|
|
2635
|
-
"text": "
|
|
2636
|
-
},
|
|
2637
|
-
"privacy": "public",
|
|
2638
|
-
"description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2639
|
-
"inheritedFrom": {
|
|
2640
|
-
"name": "Anchor",
|
|
2641
|
-
"module": "src/anchor/anchor.ts"
|
|
2621
|
+
"text": "ElementDefinitionContext"
|
|
2642
2622
|
}
|
|
2643
2623
|
},
|
|
2644
2624
|
{
|
|
2645
|
-
"
|
|
2646
|
-
"name": "href",
|
|
2625
|
+
"name": "definition",
|
|
2647
2626
|
"type": {
|
|
2648
|
-
"text": "
|
|
2649
|
-
},
|
|
2650
|
-
"privacy": "public",
|
|
2651
|
-
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2652
|
-
"inheritedFrom": {
|
|
2653
|
-
"name": "Anchor",
|
|
2654
|
-
"module": "src/anchor/anchor.ts"
|
|
2627
|
+
"text": "FoundationElementDefinition"
|
|
2655
2628
|
}
|
|
2656
|
-
}
|
|
2629
|
+
}
|
|
2630
|
+
]
|
|
2631
|
+
}
|
|
2632
|
+
],
|
|
2633
|
+
"exports": [
|
|
2634
|
+
{
|
|
2635
|
+
"kind": "js",
|
|
2636
|
+
"name": "foundationAccordionItemTemplate",
|
|
2637
|
+
"declaration": {
|
|
2638
|
+
"name": "foundationAccordionItemTemplate",
|
|
2639
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
2640
|
+
}
|
|
2641
|
+
}
|
|
2642
|
+
]
|
|
2643
|
+
},
|
|
2644
|
+
{
|
|
2645
|
+
"kind": "javascript-module",
|
|
2646
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
2647
|
+
"declarations": [
|
|
2648
|
+
{
|
|
2649
|
+
"kind": "class",
|
|
2650
|
+
"description": "",
|
|
2651
|
+
"name": "AccordionItem",
|
|
2652
|
+
"superclass": {
|
|
2653
|
+
"name": "FASTAccordionItem",
|
|
2654
|
+
"package": "@microsoft/fast-components"
|
|
2655
|
+
},
|
|
2656
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
2657
|
+
"customElement": true,
|
|
2658
|
+
"attributes": [
|
|
2657
2659
|
{
|
|
2658
|
-
"
|
|
2659
|
-
"name": "hreflang",
|
|
2660
|
+
"name": "heading-level",
|
|
2660
2661
|
"type": {
|
|
2661
|
-
"text": "
|
|
2662
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
2662
2663
|
},
|
|
2663
|
-
"
|
|
2664
|
-
"description": "
|
|
2664
|
+
"default": "2",
|
|
2665
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
2666
|
+
"fieldName": "headinglevel",
|
|
2665
2667
|
"inheritedFrom": {
|
|
2666
|
-
"name": "
|
|
2667
|
-
"module": "src/
|
|
2668
|
+
"name": "AccordionItem",
|
|
2669
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2668
2670
|
}
|
|
2669
2671
|
},
|
|
2670
2672
|
{
|
|
2671
|
-
"kind": "field",
|
|
2672
|
-
"name": "ping",
|
|
2673
2673
|
"type": {
|
|
2674
|
-
"text": "
|
|
2674
|
+
"text": "boolean"
|
|
2675
2675
|
},
|
|
2676
|
-
"
|
|
2677
|
-
"description": "
|
|
2676
|
+
"default": "false",
|
|
2677
|
+
"description": "Expands or collapses the item.",
|
|
2678
|
+
"fieldName": "expanded",
|
|
2678
2679
|
"inheritedFrom": {
|
|
2679
|
-
"name": "
|
|
2680
|
-
"module": "src/
|
|
2680
|
+
"name": "AccordionItem",
|
|
2681
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2681
2682
|
}
|
|
2682
2683
|
},
|
|
2683
2684
|
{
|
|
2684
|
-
"
|
|
2685
|
-
"name": "referrerpolicy",
|
|
2685
|
+
"name": "id",
|
|
2686
2686
|
"type": {
|
|
2687
2687
|
"text": "string"
|
|
2688
2688
|
},
|
|
2689
|
-
"
|
|
2690
|
-
"
|
|
2689
|
+
"description": "The item ID",
|
|
2690
|
+
"fieldName": "id",
|
|
2691
2691
|
"inheritedFrom": {
|
|
2692
|
-
"name": "
|
|
2693
|
-
"module": "src/
|
|
2692
|
+
"name": "AccordionItem",
|
|
2693
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2694
2694
|
}
|
|
2695
|
-
}
|
|
2695
|
+
}
|
|
2696
|
+
],
|
|
2697
|
+
"members": [
|
|
2696
2698
|
{
|
|
2697
2699
|
"kind": "field",
|
|
2698
|
-
"name": "
|
|
2700
|
+
"name": "headinglevel",
|
|
2699
2701
|
"type": {
|
|
2700
|
-
"text": "
|
|
2702
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
2701
2703
|
},
|
|
2702
2704
|
"privacy": "public",
|
|
2703
|
-
"
|
|
2705
|
+
"default": "2",
|
|
2706
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
2704
2707
|
"inheritedFrom": {
|
|
2705
|
-
"name": "
|
|
2706
|
-
"module": "src/
|
|
2708
|
+
"name": "AccordionItem",
|
|
2709
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2707
2710
|
}
|
|
2708
2711
|
},
|
|
2709
2712
|
{
|
|
2710
2713
|
"kind": "field",
|
|
2711
|
-
"name": "
|
|
2714
|
+
"name": "expanded",
|
|
2712
2715
|
"type": {
|
|
2713
|
-
"text": "
|
|
2716
|
+
"text": "boolean"
|
|
2714
2717
|
},
|
|
2715
2718
|
"privacy": "public",
|
|
2716
|
-
"
|
|
2719
|
+
"default": "false",
|
|
2720
|
+
"description": "Expands or collapses the item.",
|
|
2717
2721
|
"inheritedFrom": {
|
|
2718
|
-
"name": "
|
|
2719
|
-
"module": "src/
|
|
2722
|
+
"name": "AccordionItem",
|
|
2723
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2720
2724
|
}
|
|
2721
2725
|
},
|
|
2722
2726
|
{
|
|
2723
2727
|
"kind": "field",
|
|
2724
|
-
"name": "
|
|
2728
|
+
"name": "id",
|
|
2725
2729
|
"type": {
|
|
2726
2730
|
"text": "string"
|
|
2727
2731
|
},
|
|
2728
2732
|
"privacy": "public",
|
|
2729
|
-
"description": "
|
|
2730
|
-
"inheritedFrom": {
|
|
2731
|
-
"name": "Anchor",
|
|
2732
|
-
"module": "src/anchor/anchor.ts"
|
|
2733
|
-
}
|
|
2734
|
-
},
|
|
2735
|
-
{
|
|
2736
|
-
"kind": "field",
|
|
2737
|
-
"name": "control",
|
|
2738
|
-
"type": {
|
|
2739
|
-
"text": "HTMLAnchorElement | undefined"
|
|
2740
|
-
},
|
|
2741
|
-
"privacy": "public",
|
|
2742
|
-
"description": "References the root element",
|
|
2733
|
+
"description": "The item ID",
|
|
2743
2734
|
"inheritedFrom": {
|
|
2744
|
-
"name": "
|
|
2745
|
-
"module": "src/
|
|
2735
|
+
"name": "AccordionItem",
|
|
2736
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2746
2737
|
}
|
|
2747
2738
|
},
|
|
2748
2739
|
{
|
|
2749
2740
|
"kind": "field",
|
|
2750
|
-
"name": "
|
|
2741
|
+
"name": "change",
|
|
2751
2742
|
"privacy": "private",
|
|
2752
|
-
"description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
|
|
2753
2743
|
"inheritedFrom": {
|
|
2754
|
-
"name": "
|
|
2755
|
-
"module": "src/
|
|
2744
|
+
"name": "AccordionItem",
|
|
2745
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2756
2746
|
}
|
|
2757
2747
|
},
|
|
2758
2748
|
{
|
|
@@ -2866,11 +2856,21 @@
|
|
|
2866
2856
|
"module": "src/foundation-element/foundation-element.ts"
|
|
2867
2857
|
}
|
|
2868
2858
|
}
|
|
2859
|
+
],
|
|
2860
|
+
"events": [
|
|
2861
|
+
{
|
|
2862
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
2863
|
+
"name": "change",
|
|
2864
|
+
"inheritedFrom": {
|
|
2865
|
+
"name": "AccordionItem",
|
|
2866
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2867
|
+
}
|
|
2868
|
+
}
|
|
2869
2869
|
]
|
|
2870
2870
|
},
|
|
2871
2871
|
{
|
|
2872
2872
|
"kind": "variable",
|
|
2873
|
-
"name": "
|
|
2873
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2874
2874
|
"type": {
|
|
2875
2875
|
"text": "ShadowRootInit"
|
|
2876
2876
|
},
|
|
@@ -2878,57 +2878,57 @@
|
|
|
2878
2878
|
},
|
|
2879
2879
|
{
|
|
2880
2880
|
"kind": "variable",
|
|
2881
|
-
"name": "
|
|
2881
|
+
"name": "defaultAccordionItemConfig",
|
|
2882
2882
|
"type": {
|
|
2883
2883
|
"text": "object"
|
|
2884
2884
|
},
|
|
2885
|
-
"default": "{}"
|
|
2885
|
+
"default": "{\n collapsedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"collapsed-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M9 5.44446V12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n expandedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"expanded-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"minus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n}"
|
|
2886
2886
|
},
|
|
2887
2887
|
{
|
|
2888
2888
|
"kind": "variable",
|
|
2889
|
-
"name": "
|
|
2890
|
-
"description": "The Foundation
|
|
2889
|
+
"name": "foundationAccordionItem",
|
|
2890
|
+
"description": "The Foundation Accordion Item",
|
|
2891
2891
|
"privacy": "public"
|
|
2892
2892
|
}
|
|
2893
2893
|
],
|
|
2894
2894
|
"exports": [
|
|
2895
2895
|
{
|
|
2896
2896
|
"kind": "js",
|
|
2897
|
-
"name": "
|
|
2897
|
+
"name": "AccordionItem",
|
|
2898
2898
|
"declaration": {
|
|
2899
|
-
"name": "
|
|
2900
|
-
"module": "src/
|
|
2899
|
+
"name": "AccordionItem",
|
|
2900
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2901
2901
|
}
|
|
2902
2902
|
},
|
|
2903
2903
|
{
|
|
2904
2904
|
"kind": "js",
|
|
2905
|
-
"name": "
|
|
2905
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2906
2906
|
"declaration": {
|
|
2907
|
-
"name": "
|
|
2908
|
-
"module": "src/
|
|
2907
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2908
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2909
2909
|
}
|
|
2910
2910
|
},
|
|
2911
2911
|
{
|
|
2912
2912
|
"kind": "js",
|
|
2913
|
-
"name": "
|
|
2913
|
+
"name": "defaultAccordionItemConfig",
|
|
2914
2914
|
"declaration": {
|
|
2915
|
-
"name": "
|
|
2916
|
-
"module": "src/
|
|
2915
|
+
"name": "defaultAccordionItemConfig",
|
|
2916
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2917
2917
|
}
|
|
2918
2918
|
},
|
|
2919
2919
|
{
|
|
2920
2920
|
"kind": "js",
|
|
2921
|
-
"name": "
|
|
2921
|
+
"name": "foundationAccordionItem",
|
|
2922
2922
|
"declaration": {
|
|
2923
|
-
"name": "
|
|
2924
|
-
"module": "src/
|
|
2923
|
+
"name": "foundationAccordionItem",
|
|
2924
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2925
2925
|
}
|
|
2926
2926
|
}
|
|
2927
2927
|
]
|
|
2928
2928
|
},
|
|
2929
2929
|
{
|
|
2930
2930
|
"kind": "javascript-module",
|
|
2931
|
-
"path": "src/
|
|
2931
|
+
"path": "src/accordion-item/index.ts",
|
|
2932
2932
|
"declarations": [],
|
|
2933
2933
|
"exports": [
|
|
2934
2934
|
{
|
|
@@ -2936,7 +2936,7 @@
|
|
|
2936
2936
|
"name": "*",
|
|
2937
2937
|
"declaration": {
|
|
2938
2938
|
"name": "*",
|
|
2939
|
-
"package": "./
|
|
2939
|
+
"package": "./accordion-item.template"
|
|
2940
2940
|
}
|
|
2941
2941
|
},
|
|
2942
2942
|
{
|
|
@@ -2944,7 +2944,7 @@
|
|
|
2944
2944
|
"name": "*",
|
|
2945
2945
|
"declaration": {
|
|
2946
2946
|
"name": "*",
|
|
2947
|
-
"package": "./
|
|
2947
|
+
"package": "./accordion-item.styles"
|
|
2948
2948
|
}
|
|
2949
2949
|
},
|
|
2950
2950
|
{
|
|
@@ -2952,7 +2952,7 @@
|
|
|
2952
2952
|
"name": "*",
|
|
2953
2953
|
"declaration": {
|
|
2954
2954
|
"name": "*",
|
|
2955
|
-
"package": "./
|
|
2955
|
+
"package": "./accordion-item"
|
|
2956
2956
|
}
|
|
2957
2957
|
}
|
|
2958
2958
|
]
|