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