@genesislcap/foundation-ui 14.491.0-canary.FUI-2574-2 → 14.491.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 +714 -714
- package/dist/dts/react.d.ts +9 -9
- package/dist/dts/utils/base-datasource.d.ts.map +1 -1
- package/dist/esm/utils/base-datasource.js +15 -9
- package/dist/react.cjs +6 -6
- package/dist/react.mjs +5 -5
- package/package.json +19 -19
|
@@ -1408,11 +1408,42 @@
|
|
|
1408
1408
|
},
|
|
1409
1409
|
{
|
|
1410
1410
|
"kind": "javascript-module",
|
|
1411
|
-
"path": "src/
|
|
1411
|
+
"path": "src/_config/index.ts",
|
|
1412
|
+
"declarations": [],
|
|
1413
|
+
"exports": [
|
|
1414
|
+
{
|
|
1415
|
+
"kind": "js",
|
|
1416
|
+
"name": "*",
|
|
1417
|
+
"declaration": {
|
|
1418
|
+
"name": "*",
|
|
1419
|
+
"package": "./styles"
|
|
1420
|
+
}
|
|
1421
|
+
},
|
|
1422
|
+
{
|
|
1423
|
+
"kind": "js",
|
|
1424
|
+
"name": "*",
|
|
1425
|
+
"declaration": {
|
|
1426
|
+
"name": "*",
|
|
1427
|
+
"package": "./tokens"
|
|
1428
|
+
}
|
|
1429
|
+
},
|
|
1430
|
+
{
|
|
1431
|
+
"kind": "js",
|
|
1432
|
+
"name": "*",
|
|
1433
|
+
"declaration": {
|
|
1434
|
+
"name": "*",
|
|
1435
|
+
"package": "./values"
|
|
1436
|
+
}
|
|
1437
|
+
}
|
|
1438
|
+
]
|
|
1439
|
+
},
|
|
1440
|
+
{
|
|
1441
|
+
"kind": "javascript-module",
|
|
1442
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1412
1443
|
"declarations": [
|
|
1413
1444
|
{
|
|
1414
1445
|
"kind": "function",
|
|
1415
|
-
"name": "
|
|
1446
|
+
"name": "foundationAccordionItemStyles",
|
|
1416
1447
|
"return": {
|
|
1417
1448
|
"type": {
|
|
1418
1449
|
"text": "ElementStyles"
|
|
@@ -1437,24 +1468,24 @@
|
|
|
1437
1468
|
"exports": [
|
|
1438
1469
|
{
|
|
1439
1470
|
"kind": "js",
|
|
1440
|
-
"name": "
|
|
1471
|
+
"name": "foundationAccordionItemStyles",
|
|
1441
1472
|
"declaration": {
|
|
1442
|
-
"name": "
|
|
1443
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
1473
|
+
"name": "foundationAccordionItemStyles",
|
|
1474
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1444
1475
|
}
|
|
1445
1476
|
}
|
|
1446
1477
|
]
|
|
1447
1478
|
},
|
|
1448
1479
|
{
|
|
1449
1480
|
"kind": "javascript-module",
|
|
1450
|
-
"path": "src/accordion/accordion.template.ts",
|
|
1481
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1451
1482
|
"declarations": [
|
|
1452
1483
|
{
|
|
1453
1484
|
"kind": "function",
|
|
1454
|
-
"name": "
|
|
1485
|
+
"name": "foundationAccordionItemTemplate",
|
|
1455
1486
|
"return": {
|
|
1456
1487
|
"type": {
|
|
1457
|
-
"text": "ViewTemplate<
|
|
1488
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1458
1489
|
}
|
|
1459
1490
|
},
|
|
1460
1491
|
"parameters": [
|
|
@@ -1476,365 +1507,244 @@
|
|
|
1476
1507
|
"exports": [
|
|
1477
1508
|
{
|
|
1478
1509
|
"kind": "js",
|
|
1479
|
-
"name": "
|
|
1510
|
+
"name": "foundationAccordionItemTemplate",
|
|
1480
1511
|
"declaration": {
|
|
1481
|
-
"name": "
|
|
1482
|
-
"module": "src/accordion/accordion.template.ts"
|
|
1512
|
+
"name": "foundationAccordionItemTemplate",
|
|
1513
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1483
1514
|
}
|
|
1484
1515
|
}
|
|
1485
1516
|
]
|
|
1486
1517
|
},
|
|
1487
1518
|
{
|
|
1488
1519
|
"kind": "javascript-module",
|
|
1489
|
-
"path": "src/accordion/accordion.ts",
|
|
1520
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1490
1521
|
"declarations": [
|
|
1491
1522
|
{
|
|
1492
1523
|
"kind": "class",
|
|
1493
1524
|
"description": "",
|
|
1494
|
-
"name": "
|
|
1525
|
+
"name": "AccordionItem",
|
|
1495
1526
|
"superclass": {
|
|
1496
|
-
"name": "
|
|
1497
|
-
"package": "@microsoft/fast-
|
|
1527
|
+
"name": "FASTAccordionItem",
|
|
1528
|
+
"package": "@microsoft/fast-components"
|
|
1498
1529
|
},
|
|
1499
|
-
"tagName": "%%prefix%%-accordion",
|
|
1530
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
1500
1531
|
"customElement": true,
|
|
1501
1532
|
"attributes": [
|
|
1502
1533
|
{
|
|
1503
|
-
"name": "
|
|
1534
|
+
"name": "heading-level",
|
|
1504
1535
|
"type": {
|
|
1505
|
-
"text": "
|
|
1536
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1506
1537
|
},
|
|
1507
|
-
"
|
|
1508
|
-
"
|
|
1538
|
+
"default": "2",
|
|
1539
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1540
|
+
"fieldName": "headinglevel",
|
|
1509
1541
|
"inheritedFrom": {
|
|
1510
|
-
"name": "
|
|
1511
|
-
"module": "src/accordion/accordion.ts"
|
|
1542
|
+
"name": "AccordionItem",
|
|
1543
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1544
|
+
}
|
|
1545
|
+
},
|
|
1546
|
+
{
|
|
1547
|
+
"type": {
|
|
1548
|
+
"text": "boolean"
|
|
1549
|
+
},
|
|
1550
|
+
"default": "false",
|
|
1551
|
+
"description": "Expands or collapses the item.",
|
|
1552
|
+
"fieldName": "expanded",
|
|
1553
|
+
"inheritedFrom": {
|
|
1554
|
+
"name": "AccordionItem",
|
|
1555
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1556
|
+
}
|
|
1557
|
+
},
|
|
1558
|
+
{
|
|
1559
|
+
"name": "id",
|
|
1560
|
+
"type": {
|
|
1561
|
+
"text": "string"
|
|
1562
|
+
},
|
|
1563
|
+
"description": "The item ID",
|
|
1564
|
+
"fieldName": "id",
|
|
1565
|
+
"inheritedFrom": {
|
|
1566
|
+
"name": "AccordionItem",
|
|
1567
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1512
1568
|
}
|
|
1513
1569
|
}
|
|
1514
1570
|
],
|
|
1515
1571
|
"members": [
|
|
1516
1572
|
{
|
|
1517
1573
|
"kind": "field",
|
|
1518
|
-
"name": "
|
|
1574
|
+
"name": "headinglevel",
|
|
1519
1575
|
"type": {
|
|
1520
|
-
"text": "
|
|
1576
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1521
1577
|
},
|
|
1522
1578
|
"privacy": "public",
|
|
1523
|
-
"
|
|
1579
|
+
"default": "2",
|
|
1580
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1524
1581
|
"inheritedFrom": {
|
|
1525
|
-
"name": "
|
|
1526
|
-
"module": "src/accordion/accordion.ts"
|
|
1582
|
+
"name": "AccordionItem",
|
|
1583
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1527
1584
|
}
|
|
1528
1585
|
},
|
|
1529
1586
|
{
|
|
1530
1587
|
"kind": "field",
|
|
1531
|
-
"name": "
|
|
1588
|
+
"name": "expanded",
|
|
1532
1589
|
"type": {
|
|
1533
|
-
"text": "
|
|
1590
|
+
"text": "boolean"
|
|
1534
1591
|
},
|
|
1535
|
-
"privacy": "
|
|
1592
|
+
"privacy": "public",
|
|
1593
|
+
"default": "false",
|
|
1594
|
+
"description": "Expands or collapses the item.",
|
|
1536
1595
|
"inheritedFrom": {
|
|
1537
|
-
"name": "
|
|
1538
|
-
"module": "src/accordion/accordion.ts"
|
|
1596
|
+
"name": "AccordionItem",
|
|
1597
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1539
1598
|
}
|
|
1540
1599
|
},
|
|
1541
1600
|
{
|
|
1542
1601
|
"kind": "field",
|
|
1543
|
-
"name": "
|
|
1602
|
+
"name": "id",
|
|
1544
1603
|
"type": {
|
|
1545
|
-
"text": "
|
|
1604
|
+
"text": "string"
|
|
1546
1605
|
},
|
|
1547
|
-
"privacy": "
|
|
1548
|
-
"
|
|
1606
|
+
"privacy": "public",
|
|
1607
|
+
"description": "The item ID",
|
|
1549
1608
|
"inheritedFrom": {
|
|
1550
|
-
"name": "
|
|
1551
|
-
"module": "src/accordion/accordion.ts"
|
|
1609
|
+
"name": "AccordionItem",
|
|
1610
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1552
1611
|
}
|
|
1553
1612
|
},
|
|
1554
1613
|
{
|
|
1555
1614
|
"kind": "field",
|
|
1556
|
-
"name": "
|
|
1557
|
-
"type": {
|
|
1558
|
-
"text": "Array<string | null>"
|
|
1559
|
-
},
|
|
1615
|
+
"name": "change",
|
|
1560
1616
|
"privacy": "private",
|
|
1561
1617
|
"inheritedFrom": {
|
|
1562
|
-
"name": "
|
|
1563
|
-
"module": "src/accordion/accordion.ts"
|
|
1618
|
+
"name": "AccordionItem",
|
|
1619
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1564
1620
|
}
|
|
1565
1621
|
},
|
|
1566
1622
|
{
|
|
1567
1623
|
"kind": "field",
|
|
1568
|
-
"name": "
|
|
1624
|
+
"name": "_presentation",
|
|
1625
|
+
"type": {
|
|
1626
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1627
|
+
},
|
|
1569
1628
|
"privacy": "private",
|
|
1629
|
+
"default": "void 0",
|
|
1570
1630
|
"inheritedFrom": {
|
|
1571
|
-
"name": "
|
|
1572
|
-
"module": "src/
|
|
1631
|
+
"name": "FoundationElement",
|
|
1632
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1573
1633
|
}
|
|
1574
1634
|
},
|
|
1575
1635
|
{
|
|
1576
|
-
"kind": "
|
|
1577
|
-
"name": "
|
|
1578
|
-
"
|
|
1579
|
-
|
|
1580
|
-
"type": {
|
|
1581
|
-
"text": "AccordionItem | null"
|
|
1582
|
-
}
|
|
1636
|
+
"kind": "field",
|
|
1637
|
+
"name": "$presentation",
|
|
1638
|
+
"type": {
|
|
1639
|
+
"text": "ComponentPresentation | null"
|
|
1583
1640
|
},
|
|
1641
|
+
"privacy": "public",
|
|
1642
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1584
1643
|
"inheritedFrom": {
|
|
1585
|
-
"name": "
|
|
1586
|
-
"module": "src/
|
|
1644
|
+
"name": "FoundationElement",
|
|
1645
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1587
1646
|
}
|
|
1588
1647
|
},
|
|
1589
1648
|
{
|
|
1590
1649
|
"kind": "field",
|
|
1591
|
-
"name": "
|
|
1592
|
-
"
|
|
1650
|
+
"name": "template",
|
|
1651
|
+
"type": {
|
|
1652
|
+
"text": "ElementViewTemplate | void | null"
|
|
1653
|
+
},
|
|
1654
|
+
"privacy": "public",
|
|
1655
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
1593
1656
|
"inheritedFrom": {
|
|
1594
|
-
"name": "
|
|
1595
|
-
"module": "src/
|
|
1657
|
+
"name": "FoundationElement",
|
|
1658
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1596
1659
|
}
|
|
1597
1660
|
},
|
|
1598
1661
|
{
|
|
1599
1662
|
"kind": "method",
|
|
1600
|
-
"name": "
|
|
1601
|
-
"privacy": "
|
|
1663
|
+
"name": "templateChanged",
|
|
1664
|
+
"privacy": "protected",
|
|
1602
1665
|
"return": {
|
|
1603
1666
|
"type": {
|
|
1604
1667
|
"text": "void"
|
|
1605
1668
|
}
|
|
1606
1669
|
},
|
|
1607
1670
|
"inheritedFrom": {
|
|
1608
|
-
"name": "
|
|
1609
|
-
"module": "src/
|
|
1610
|
-
}
|
|
1611
|
-
},
|
|
1612
|
-
{
|
|
1613
|
-
"kind": "field",
|
|
1614
|
-
"name": "removeItemListeners",
|
|
1615
|
-
"privacy": "private",
|
|
1616
|
-
"inheritedFrom": {
|
|
1617
|
-
"name": "Accordion",
|
|
1618
|
-
"module": "src/accordion/accordion.ts"
|
|
1671
|
+
"name": "FoundationElement",
|
|
1672
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1619
1673
|
}
|
|
1620
1674
|
},
|
|
1621
1675
|
{
|
|
1622
1676
|
"kind": "field",
|
|
1623
|
-
"name": "
|
|
1624
|
-
"
|
|
1677
|
+
"name": "styles",
|
|
1678
|
+
"type": {
|
|
1679
|
+
"text": "ElementStyles | void | null"
|
|
1680
|
+
},
|
|
1681
|
+
"privacy": "public",
|
|
1682
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
1625
1683
|
"inheritedFrom": {
|
|
1626
|
-
"name": "
|
|
1627
|
-
"module": "src/
|
|
1684
|
+
"name": "FoundationElement",
|
|
1685
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1628
1686
|
}
|
|
1629
1687
|
},
|
|
1630
1688
|
{
|
|
1631
1689
|
"kind": "method",
|
|
1632
|
-
"name": "
|
|
1633
|
-
"privacy": "
|
|
1690
|
+
"name": "stylesChanged",
|
|
1691
|
+
"privacy": "protected",
|
|
1634
1692
|
"return": {
|
|
1635
1693
|
"type": {
|
|
1636
|
-
"text": "
|
|
1694
|
+
"text": "void"
|
|
1637
1695
|
}
|
|
1638
1696
|
},
|
|
1639
1697
|
"inheritedFrom": {
|
|
1640
|
-
"name": "
|
|
1641
|
-
"module": "src/
|
|
1698
|
+
"name": "FoundationElement",
|
|
1699
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1642
1700
|
}
|
|
1643
1701
|
},
|
|
1644
1702
|
{
|
|
1645
1703
|
"kind": "method",
|
|
1646
|
-
"name": "
|
|
1647
|
-
"privacy": "
|
|
1704
|
+
"name": "compose",
|
|
1705
|
+
"privacy": "public",
|
|
1706
|
+
"static": true,
|
|
1648
1707
|
"return": {
|
|
1649
1708
|
"type": {
|
|
1650
|
-
"text": "
|
|
1709
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1651
1710
|
}
|
|
1652
1711
|
},
|
|
1712
|
+
"parameters": [
|
|
1713
|
+
{
|
|
1714
|
+
"name": "this",
|
|
1715
|
+
"type": {
|
|
1716
|
+
"text": "K"
|
|
1717
|
+
}
|
|
1718
|
+
},
|
|
1719
|
+
{
|
|
1720
|
+
"name": "elementDefinition",
|
|
1721
|
+
"type": {
|
|
1722
|
+
"text": "T"
|
|
1723
|
+
},
|
|
1724
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
1725
|
+
}
|
|
1726
|
+
],
|
|
1727
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1653
1728
|
"inheritedFrom": {
|
|
1654
|
-
"name": "
|
|
1655
|
-
"module": "src/
|
|
1729
|
+
"name": "FoundationElement",
|
|
1730
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1656
1731
|
}
|
|
1657
|
-
}
|
|
1732
|
+
}
|
|
1733
|
+
],
|
|
1734
|
+
"events": [
|
|
1658
1735
|
{
|
|
1659
|
-
"
|
|
1660
|
-
"name": "handleItemKeyDown",
|
|
1661
|
-
"privacy": "private",
|
|
1662
|
-
"inheritedFrom": {
|
|
1663
|
-
"name": "Accordion",
|
|
1664
|
-
"module": "src/accordion/accordion.ts"
|
|
1665
|
-
}
|
|
1666
|
-
},
|
|
1667
|
-
{
|
|
1668
|
-
"kind": "field",
|
|
1669
|
-
"name": "handleItemFocus",
|
|
1670
|
-
"privacy": "private",
|
|
1671
|
-
"inheritedFrom": {
|
|
1672
|
-
"name": "Accordion",
|
|
1673
|
-
"module": "src/accordion/accordion.ts"
|
|
1674
|
-
}
|
|
1675
|
-
},
|
|
1676
|
-
{
|
|
1677
|
-
"kind": "method",
|
|
1678
|
-
"name": "adjust",
|
|
1679
|
-
"privacy": "private",
|
|
1680
|
-
"return": {
|
|
1681
|
-
"type": {
|
|
1682
|
-
"text": "void"
|
|
1683
|
-
}
|
|
1684
|
-
},
|
|
1685
|
-
"parameters": [
|
|
1686
|
-
{
|
|
1687
|
-
"name": "adjustment",
|
|
1688
|
-
"type": {
|
|
1689
|
-
"text": "number"
|
|
1690
|
-
}
|
|
1691
|
-
}
|
|
1692
|
-
],
|
|
1693
|
-
"inheritedFrom": {
|
|
1694
|
-
"name": "Accordion",
|
|
1695
|
-
"module": "src/accordion/accordion.ts"
|
|
1696
|
-
}
|
|
1697
|
-
},
|
|
1698
|
-
{
|
|
1699
|
-
"kind": "method",
|
|
1700
|
-
"name": "focusItem",
|
|
1701
|
-
"privacy": "private",
|
|
1702
|
-
"return": {
|
|
1703
|
-
"type": {
|
|
1704
|
-
"text": "void"
|
|
1705
|
-
}
|
|
1706
|
-
},
|
|
1707
|
-
"inheritedFrom": {
|
|
1708
|
-
"name": "Accordion",
|
|
1709
|
-
"module": "src/accordion/accordion.ts"
|
|
1710
|
-
}
|
|
1711
|
-
},
|
|
1712
|
-
{
|
|
1713
|
-
"kind": "field",
|
|
1714
|
-
"name": "_presentation",
|
|
1715
|
-
"type": {
|
|
1716
|
-
"text": "ComponentPresentation | null | undefined"
|
|
1717
|
-
},
|
|
1718
|
-
"privacy": "private",
|
|
1719
|
-
"default": "void 0",
|
|
1720
|
-
"inheritedFrom": {
|
|
1721
|
-
"name": "FoundationElement",
|
|
1722
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1723
|
-
}
|
|
1724
|
-
},
|
|
1725
|
-
{
|
|
1726
|
-
"kind": "field",
|
|
1727
|
-
"name": "$presentation",
|
|
1728
|
-
"type": {
|
|
1729
|
-
"text": "ComponentPresentation | null"
|
|
1730
|
-
},
|
|
1731
|
-
"privacy": "public",
|
|
1732
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1733
|
-
"inheritedFrom": {
|
|
1734
|
-
"name": "FoundationElement",
|
|
1735
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1736
|
-
}
|
|
1737
|
-
},
|
|
1738
|
-
{
|
|
1739
|
-
"kind": "field",
|
|
1740
|
-
"name": "template",
|
|
1741
|
-
"type": {
|
|
1742
|
-
"text": "ElementViewTemplate | void | null"
|
|
1743
|
-
},
|
|
1744
|
-
"privacy": "public",
|
|
1745
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
1746
|
-
"inheritedFrom": {
|
|
1747
|
-
"name": "FoundationElement",
|
|
1748
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1749
|
-
}
|
|
1750
|
-
},
|
|
1751
|
-
{
|
|
1752
|
-
"kind": "method",
|
|
1753
|
-
"name": "templateChanged",
|
|
1754
|
-
"privacy": "protected",
|
|
1755
|
-
"return": {
|
|
1756
|
-
"type": {
|
|
1757
|
-
"text": "void"
|
|
1758
|
-
}
|
|
1759
|
-
},
|
|
1760
|
-
"inheritedFrom": {
|
|
1761
|
-
"name": "FoundationElement",
|
|
1762
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1763
|
-
}
|
|
1764
|
-
},
|
|
1765
|
-
{
|
|
1766
|
-
"kind": "field",
|
|
1767
|
-
"name": "styles",
|
|
1768
|
-
"type": {
|
|
1769
|
-
"text": "ElementStyles | void | null"
|
|
1770
|
-
},
|
|
1771
|
-
"privacy": "public",
|
|
1772
|
-
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
1773
|
-
"inheritedFrom": {
|
|
1774
|
-
"name": "FoundationElement",
|
|
1775
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1776
|
-
}
|
|
1777
|
-
},
|
|
1778
|
-
{
|
|
1779
|
-
"kind": "method",
|
|
1780
|
-
"name": "stylesChanged",
|
|
1781
|
-
"privacy": "protected",
|
|
1782
|
-
"return": {
|
|
1783
|
-
"type": {
|
|
1784
|
-
"text": "void"
|
|
1785
|
-
}
|
|
1786
|
-
},
|
|
1787
|
-
"inheritedFrom": {
|
|
1788
|
-
"name": "FoundationElement",
|
|
1789
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1790
|
-
}
|
|
1791
|
-
},
|
|
1792
|
-
{
|
|
1793
|
-
"kind": "method",
|
|
1794
|
-
"name": "compose",
|
|
1795
|
-
"privacy": "public",
|
|
1796
|
-
"static": true,
|
|
1797
|
-
"return": {
|
|
1798
|
-
"type": {
|
|
1799
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1800
|
-
}
|
|
1801
|
-
},
|
|
1802
|
-
"parameters": [
|
|
1803
|
-
{
|
|
1804
|
-
"name": "this",
|
|
1805
|
-
"type": {
|
|
1806
|
-
"text": "K"
|
|
1807
|
-
}
|
|
1808
|
-
},
|
|
1809
|
-
{
|
|
1810
|
-
"name": "elementDefinition",
|
|
1811
|
-
"type": {
|
|
1812
|
-
"text": "T"
|
|
1813
|
-
},
|
|
1814
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
1815
|
-
}
|
|
1816
|
-
],
|
|
1817
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1818
|
-
"inheritedFrom": {
|
|
1819
|
-
"name": "FoundationElement",
|
|
1820
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1821
|
-
}
|
|
1822
|
-
}
|
|
1823
|
-
],
|
|
1824
|
-
"events": [
|
|
1825
|
-
{
|
|
1826
|
-
"description": "Fires a custom 'change' event when the active item changes",
|
|
1736
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1827
1737
|
"name": "change",
|
|
1828
1738
|
"inheritedFrom": {
|
|
1829
|
-
"name": "
|
|
1830
|
-
"module": "src/accordion/accordion.ts"
|
|
1739
|
+
"name": "AccordionItem",
|
|
1740
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1831
1741
|
}
|
|
1832
1742
|
}
|
|
1833
1743
|
]
|
|
1834
1744
|
},
|
|
1835
1745
|
{
|
|
1836
1746
|
"kind": "variable",
|
|
1837
|
-
"name": "
|
|
1747
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1838
1748
|
"type": {
|
|
1839
1749
|
"text": "ShadowRootInit"
|
|
1840
1750
|
},
|
|
@@ -1842,57 +1752,57 @@
|
|
|
1842
1752
|
},
|
|
1843
1753
|
{
|
|
1844
1754
|
"kind": "variable",
|
|
1845
|
-
"name": "
|
|
1755
|
+
"name": "defaultAccordionItemConfig",
|
|
1846
1756
|
"type": {
|
|
1847
1757
|
"text": "object"
|
|
1848
1758
|
},
|
|
1849
|
-
"default": "{}"
|
|
1759
|
+
"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}"
|
|
1850
1760
|
},
|
|
1851
1761
|
{
|
|
1852
1762
|
"kind": "variable",
|
|
1853
|
-
"name": "
|
|
1854
|
-
"description": "The Foundation Accordion",
|
|
1763
|
+
"name": "foundationAccordionItem",
|
|
1764
|
+
"description": "The Foundation Accordion Item",
|
|
1855
1765
|
"privacy": "public"
|
|
1856
1766
|
}
|
|
1857
1767
|
],
|
|
1858
1768
|
"exports": [
|
|
1859
1769
|
{
|
|
1860
1770
|
"kind": "js",
|
|
1861
|
-
"name": "
|
|
1771
|
+
"name": "AccordionItem",
|
|
1862
1772
|
"declaration": {
|
|
1863
|
-
"name": "
|
|
1864
|
-
"module": "src/accordion/accordion.ts"
|
|
1773
|
+
"name": "AccordionItem",
|
|
1774
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1865
1775
|
}
|
|
1866
1776
|
},
|
|
1867
1777
|
{
|
|
1868
1778
|
"kind": "js",
|
|
1869
|
-
"name": "
|
|
1779
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1870
1780
|
"declaration": {
|
|
1871
|
-
"name": "
|
|
1872
|
-
"module": "src/accordion/accordion.ts"
|
|
1781
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1782
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1873
1783
|
}
|
|
1874
1784
|
},
|
|
1875
1785
|
{
|
|
1876
1786
|
"kind": "js",
|
|
1877
|
-
"name": "
|
|
1787
|
+
"name": "defaultAccordionItemConfig",
|
|
1878
1788
|
"declaration": {
|
|
1879
|
-
"name": "
|
|
1880
|
-
"module": "src/accordion/accordion.ts"
|
|
1789
|
+
"name": "defaultAccordionItemConfig",
|
|
1790
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1881
1791
|
}
|
|
1882
1792
|
},
|
|
1883
1793
|
{
|
|
1884
1794
|
"kind": "js",
|
|
1885
|
-
"name": "
|
|
1795
|
+
"name": "foundationAccordionItem",
|
|
1886
1796
|
"declaration": {
|
|
1887
|
-
"name": "
|
|
1888
|
-
"module": "src/accordion/accordion.ts"
|
|
1797
|
+
"name": "foundationAccordionItem",
|
|
1798
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1889
1799
|
}
|
|
1890
1800
|
}
|
|
1891
1801
|
]
|
|
1892
1802
|
},
|
|
1893
1803
|
{
|
|
1894
1804
|
"kind": "javascript-module",
|
|
1895
|
-
"path": "src/accordion/index.ts",
|
|
1805
|
+
"path": "src/accordion-item/index.ts",
|
|
1896
1806
|
"declarations": [],
|
|
1897
1807
|
"exports": [
|
|
1898
1808
|
{
|
|
@@ -1900,7 +1810,7 @@
|
|
|
1900
1810
|
"name": "*",
|
|
1901
1811
|
"declaration": {
|
|
1902
1812
|
"name": "*",
|
|
1903
|
-
"package": "./accordion.template"
|
|
1813
|
+
"package": "./accordion-item.template"
|
|
1904
1814
|
}
|
|
1905
1815
|
},
|
|
1906
1816
|
{
|
|
@@ -1908,7 +1818,7 @@
|
|
|
1908
1818
|
"name": "*",
|
|
1909
1819
|
"declaration": {
|
|
1910
1820
|
"name": "*",
|
|
1911
|
-
"package": "./accordion.styles"
|
|
1821
|
+
"package": "./accordion-item.styles"
|
|
1912
1822
|
}
|
|
1913
1823
|
},
|
|
1914
1824
|
{
|
|
@@ -1916,18 +1826,41 @@
|
|
|
1916
1826
|
"name": "*",
|
|
1917
1827
|
"declaration": {
|
|
1918
1828
|
"name": "*",
|
|
1919
|
-
"package": "./accordion"
|
|
1829
|
+
"package": "./accordion-item"
|
|
1920
1830
|
}
|
|
1921
1831
|
}
|
|
1922
1832
|
]
|
|
1923
1833
|
},
|
|
1924
1834
|
{
|
|
1925
1835
|
"kind": "javascript-module",
|
|
1926
|
-
"path": "src/
|
|
1836
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1927
1837
|
"declarations": [
|
|
1928
1838
|
{
|
|
1929
1839
|
"kind": "function",
|
|
1930
|
-
"name": "
|
|
1840
|
+
"name": "actionsMenuBaseStyles",
|
|
1841
|
+
"return": {
|
|
1842
|
+
"type": {
|
|
1843
|
+
"text": "ElementStyles"
|
|
1844
|
+
}
|
|
1845
|
+
},
|
|
1846
|
+
"parameters": [
|
|
1847
|
+
{
|
|
1848
|
+
"name": "context",
|
|
1849
|
+
"type": {
|
|
1850
|
+
"text": "ElementDefinitionContext"
|
|
1851
|
+
}
|
|
1852
|
+
},
|
|
1853
|
+
{
|
|
1854
|
+
"name": "definition",
|
|
1855
|
+
"type": {
|
|
1856
|
+
"text": "FoundationElementDefinition"
|
|
1857
|
+
}
|
|
1858
|
+
}
|
|
1859
|
+
]
|
|
1860
|
+
},
|
|
1861
|
+
{
|
|
1862
|
+
"kind": "function",
|
|
1863
|
+
"name": "foundationActionsMenuStyles",
|
|
1931
1864
|
"return": {
|
|
1932
1865
|
"type": {
|
|
1933
1866
|
"text": "ElementStyles"
|
|
@@ -1952,156 +1885,269 @@
|
|
|
1952
1885
|
"exports": [
|
|
1953
1886
|
{
|
|
1954
1887
|
"kind": "js",
|
|
1955
|
-
"name": "
|
|
1888
|
+
"name": "actionsMenuBaseStyles",
|
|
1956
1889
|
"declaration": {
|
|
1957
|
-
"name": "
|
|
1958
|
-
"module": "src/
|
|
1890
|
+
"name": "actionsMenuBaseStyles",
|
|
1891
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1892
|
+
}
|
|
1893
|
+
},
|
|
1894
|
+
{
|
|
1895
|
+
"kind": "js",
|
|
1896
|
+
"name": "foundationActionsMenuStyles",
|
|
1897
|
+
"declaration": {
|
|
1898
|
+
"name": "foundationActionsMenuStyles",
|
|
1899
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1959
1900
|
}
|
|
1960
1901
|
}
|
|
1961
1902
|
]
|
|
1962
1903
|
},
|
|
1963
1904
|
{
|
|
1964
1905
|
"kind": "javascript-module",
|
|
1965
|
-
"path": "src/
|
|
1906
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1966
1907
|
"declarations": [
|
|
1967
1908
|
{
|
|
1968
1909
|
"kind": "function",
|
|
1969
|
-
"name": "
|
|
1970
|
-
"return": {
|
|
1971
|
-
"type": {
|
|
1972
|
-
"text": "ViewTemplate<AccordionItem>"
|
|
1973
|
-
}
|
|
1974
|
-
},
|
|
1910
|
+
"name": "menuTemplate",
|
|
1975
1911
|
"parameters": [
|
|
1976
1912
|
{
|
|
1977
|
-
"name": "
|
|
1913
|
+
"name": "prefix",
|
|
1978
1914
|
"type": {
|
|
1979
|
-
"text": "
|
|
1915
|
+
"text": "string"
|
|
1980
1916
|
}
|
|
1981
|
-
}
|
|
1917
|
+
}
|
|
1918
|
+
]
|
|
1919
|
+
},
|
|
1920
|
+
{
|
|
1921
|
+
"kind": "function",
|
|
1922
|
+
"name": "singleOptionTemplate",
|
|
1923
|
+
"parameters": [
|
|
1982
1924
|
{
|
|
1983
|
-
"name": "
|
|
1925
|
+
"name": "prefix",
|
|
1984
1926
|
"type": {
|
|
1985
|
-
"text": "
|
|
1927
|
+
"text": "string"
|
|
1986
1928
|
}
|
|
1987
1929
|
}
|
|
1988
1930
|
]
|
|
1931
|
+
},
|
|
1932
|
+
{
|
|
1933
|
+
"kind": "variable",
|
|
1934
|
+
"name": "foundationActionsMenuTemplate",
|
|
1935
|
+
"type": {
|
|
1936
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
1937
|
+
},
|
|
1938
|
+
"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`"
|
|
1989
1939
|
}
|
|
1990
1940
|
],
|
|
1991
1941
|
"exports": [
|
|
1992
1942
|
{
|
|
1993
1943
|
"kind": "js",
|
|
1994
|
-
"name": "
|
|
1944
|
+
"name": "menuTemplate",
|
|
1995
1945
|
"declaration": {
|
|
1996
|
-
"name": "
|
|
1997
|
-
"module": "src/
|
|
1946
|
+
"name": "menuTemplate",
|
|
1947
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1948
|
+
}
|
|
1949
|
+
},
|
|
1950
|
+
{
|
|
1951
|
+
"kind": "js",
|
|
1952
|
+
"name": "singleOptionTemplate",
|
|
1953
|
+
"declaration": {
|
|
1954
|
+
"name": "singleOptionTemplate",
|
|
1955
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1956
|
+
}
|
|
1957
|
+
},
|
|
1958
|
+
{
|
|
1959
|
+
"kind": "js",
|
|
1960
|
+
"name": "foundationActionsMenuTemplate",
|
|
1961
|
+
"declaration": {
|
|
1962
|
+
"name": "foundationActionsMenuTemplate",
|
|
1963
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1998
1964
|
}
|
|
1999
1965
|
}
|
|
2000
1966
|
]
|
|
2001
1967
|
},
|
|
2002
1968
|
{
|
|
2003
1969
|
"kind": "javascript-module",
|
|
2004
|
-
"path": "src/
|
|
1970
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
2005
1971
|
"declarations": [
|
|
2006
1972
|
{
|
|
2007
1973
|
"kind": "class",
|
|
2008
1974
|
"description": "",
|
|
2009
|
-
"name": "
|
|
2010
|
-
"
|
|
2011
|
-
"name": "FASTAccordionItem",
|
|
2012
|
-
"package": "@microsoft/fast-components"
|
|
2013
|
-
},
|
|
2014
|
-
"tagName": "%%prefix%%-accordion-item",
|
|
2015
|
-
"customElement": true,
|
|
2016
|
-
"attributes": [
|
|
1975
|
+
"name": "ActionsMenu",
|
|
1976
|
+
"members": [
|
|
2017
1977
|
{
|
|
2018
|
-
"
|
|
1978
|
+
"kind": "field",
|
|
1979
|
+
"name": "actions",
|
|
2019
1980
|
"type": {
|
|
2020
|
-
"text": "
|
|
2021
|
-
},
|
|
2022
|
-
"default": "2",
|
|
2023
|
-
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
2024
|
-
"fieldName": "headinglevel",
|
|
2025
|
-
"inheritedFrom": {
|
|
2026
|
-
"name": "AccordionItem",
|
|
2027
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1981
|
+
"text": "ActionMenuItem[]"
|
|
2028
1982
|
}
|
|
2029
1983
|
},
|
|
2030
1984
|
{
|
|
1985
|
+
"kind": "field",
|
|
1986
|
+
"name": "isVertical",
|
|
2031
1987
|
"type": {
|
|
2032
1988
|
"text": "boolean"
|
|
2033
1989
|
},
|
|
2034
|
-
"default": "false"
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
"
|
|
2038
|
-
|
|
2039
|
-
|
|
1990
|
+
"default": "false"
|
|
1991
|
+
},
|
|
1992
|
+
{
|
|
1993
|
+
"kind": "field",
|
|
1994
|
+
"name": "addDefaultActions",
|
|
1995
|
+
"type": {
|
|
1996
|
+
"text": "boolean"
|
|
1997
|
+
},
|
|
1998
|
+
"default": "true"
|
|
1999
|
+
},
|
|
2000
|
+
{
|
|
2001
|
+
"kind": "field",
|
|
2002
|
+
"name": "autoCloseOnAction",
|
|
2003
|
+
"type": {
|
|
2004
|
+
"text": "boolean"
|
|
2005
|
+
},
|
|
2006
|
+
"default": "true"
|
|
2007
|
+
},
|
|
2008
|
+
{
|
|
2009
|
+
"kind": "field",
|
|
2010
|
+
"name": "classNames",
|
|
2011
|
+
"type": {
|
|
2012
|
+
"text": "string"
|
|
2040
2013
|
}
|
|
2041
2014
|
},
|
|
2042
2015
|
{
|
|
2043
|
-
"
|
|
2016
|
+
"kind": "field",
|
|
2017
|
+
"name": "definition",
|
|
2018
|
+
"type": {
|
|
2019
|
+
"text": "any"
|
|
2020
|
+
}
|
|
2021
|
+
},
|
|
2022
|
+
{
|
|
2023
|
+
"kind": "field",
|
|
2024
|
+
"name": "name",
|
|
2044
2025
|
"type": {
|
|
2045
2026
|
"text": "string"
|
|
2046
2027
|
},
|
|
2047
|
-
"
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2028
|
+
"default": "'Actions'"
|
|
2029
|
+
},
|
|
2030
|
+
{
|
|
2031
|
+
"kind": "field",
|
|
2032
|
+
"name": "open",
|
|
2033
|
+
"type": {
|
|
2034
|
+
"text": "boolean"
|
|
2035
|
+
},
|
|
2036
|
+
"default": "false"
|
|
2037
|
+
},
|
|
2038
|
+
{
|
|
2039
|
+
"kind": "field",
|
|
2040
|
+
"name": "buttonAppearance",
|
|
2041
|
+
"type": {
|
|
2042
|
+
"text": "string"
|
|
2052
2043
|
}
|
|
2053
|
-
}
|
|
2054
|
-
|
|
2055
|
-
|
|
2044
|
+
},
|
|
2045
|
+
{
|
|
2046
|
+
"kind": "field",
|
|
2047
|
+
"name": "hideDisabled",
|
|
2048
|
+
"type": {
|
|
2049
|
+
"text": "boolean"
|
|
2050
|
+
},
|
|
2051
|
+
"default": "false"
|
|
2052
|
+
},
|
|
2056
2053
|
{
|
|
2057
2054
|
"kind": "field",
|
|
2058
|
-
"name": "
|
|
2055
|
+
"name": "hideMenuSingleOption",
|
|
2059
2056
|
"type": {
|
|
2060
|
-
"text": "
|
|
2057
|
+
"text": "boolean"
|
|
2061
2058
|
},
|
|
2062
|
-
"
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
"
|
|
2066
|
-
|
|
2067
|
-
|
|
2059
|
+
"default": "false"
|
|
2060
|
+
},
|
|
2061
|
+
{
|
|
2062
|
+
"kind": "field",
|
|
2063
|
+
"name": "singleOption",
|
|
2064
|
+
"type": {
|
|
2065
|
+
"text": "ActionMenuItem"
|
|
2068
2066
|
}
|
|
2069
2067
|
},
|
|
2070
2068
|
{
|
|
2071
2069
|
"kind": "field",
|
|
2072
|
-
"name": "
|
|
2070
|
+
"name": "actionsMenu",
|
|
2073
2071
|
"type": {
|
|
2074
|
-
"text": "
|
|
2075
|
-
},
|
|
2076
|
-
"privacy": "public",
|
|
2077
|
-
"default": "false",
|
|
2078
|
-
"description": "Expands or collapses the item.",
|
|
2079
|
-
"inheritedFrom": {
|
|
2080
|
-
"name": "AccordionItem",
|
|
2081
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2072
|
+
"text": "HTMLElement"
|
|
2082
2073
|
}
|
|
2083
2074
|
},
|
|
2075
|
+
{
|
|
2076
|
+
"kind": "method",
|
|
2077
|
+
"name": "definitionChanged",
|
|
2078
|
+
"privacy": "protected",
|
|
2079
|
+
"parameters": [
|
|
2080
|
+
{
|
|
2081
|
+
"name": "oldValue",
|
|
2082
|
+
"type": {
|
|
2083
|
+
"text": "any"
|
|
2084
|
+
}
|
|
2085
|
+
},
|
|
2086
|
+
{
|
|
2087
|
+
"name": "newValue",
|
|
2088
|
+
"type": {
|
|
2089
|
+
"text": "any"
|
|
2090
|
+
}
|
|
2091
|
+
}
|
|
2092
|
+
]
|
|
2093
|
+
},
|
|
2094
|
+
{
|
|
2095
|
+
"kind": "method",
|
|
2096
|
+
"name": "openChanged",
|
|
2097
|
+
"privacy": "protected"
|
|
2098
|
+
},
|
|
2099
|
+
{
|
|
2100
|
+
"kind": "method",
|
|
2101
|
+
"name": "toggleActionsMenuVisibility"
|
|
2102
|
+
},
|
|
2103
|
+
{
|
|
2104
|
+
"kind": "method",
|
|
2105
|
+
"name": "onActionMenuItemClick",
|
|
2106
|
+
"parameters": [
|
|
2107
|
+
{
|
|
2108
|
+
"name": "callback",
|
|
2109
|
+
"type": {
|
|
2110
|
+
"text": "(rowData) => void | any"
|
|
2111
|
+
}
|
|
2112
|
+
}
|
|
2113
|
+
]
|
|
2114
|
+
},
|
|
2084
2115
|
{
|
|
2085
2116
|
"kind": "field",
|
|
2086
|
-
"name": "
|
|
2117
|
+
"name": "allActions",
|
|
2087
2118
|
"type": {
|
|
2088
|
-
"text": "
|
|
2119
|
+
"text": "ActionMenuItem[]"
|
|
2089
2120
|
},
|
|
2090
|
-
"
|
|
2091
|
-
"description": "The item ID",
|
|
2092
|
-
"inheritedFrom": {
|
|
2093
|
-
"name": "AccordionItem",
|
|
2094
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2095
|
-
}
|
|
2121
|
+
"readonly": true
|
|
2096
2122
|
},
|
|
2097
2123
|
{
|
|
2098
2124
|
"kind": "field",
|
|
2099
|
-
"name": "
|
|
2100
|
-
"
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2125
|
+
"name": "rowData",
|
|
2126
|
+
"readonly": true
|
|
2127
|
+
},
|
|
2128
|
+
{
|
|
2129
|
+
"kind": "method",
|
|
2130
|
+
"name": "getLabel",
|
|
2131
|
+
"parameters": [
|
|
2132
|
+
{
|
|
2133
|
+
"name": "name",
|
|
2134
|
+
"type": {
|
|
2135
|
+
"text": "string | ((rowData: any) => string)"
|
|
2136
|
+
}
|
|
2137
|
+
}
|
|
2138
|
+
]
|
|
2139
|
+
},
|
|
2140
|
+
{
|
|
2141
|
+
"kind": "method",
|
|
2142
|
+
"name": "getTemplate",
|
|
2143
|
+
"parameters": [
|
|
2144
|
+
{
|
|
2145
|
+
"name": "prefix",
|
|
2146
|
+
"type": {
|
|
2147
|
+
"text": "string"
|
|
2148
|
+
}
|
|
2149
|
+
}
|
|
2150
|
+
]
|
|
2105
2151
|
},
|
|
2106
2152
|
{
|
|
2107
2153
|
"kind": "field",
|
|
@@ -2215,109 +2261,107 @@
|
|
|
2215
2261
|
}
|
|
2216
2262
|
}
|
|
2217
2263
|
],
|
|
2218
|
-
"
|
|
2264
|
+
"attributes": [
|
|
2219
2265
|
{
|
|
2220
|
-
"
|
|
2221
|
-
"
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2266
|
+
"name": "is-vertical",
|
|
2267
|
+
"type": {
|
|
2268
|
+
"text": "boolean"
|
|
2269
|
+
},
|
|
2270
|
+
"default": "false",
|
|
2271
|
+
"fieldName": "isVertical"
|
|
2272
|
+
},
|
|
2273
|
+
{
|
|
2274
|
+
"name": "add-default-actions",
|
|
2275
|
+
"type": {
|
|
2276
|
+
"text": "boolean"
|
|
2277
|
+
},
|
|
2278
|
+
"default": "true",
|
|
2279
|
+
"fieldName": "addDefaultActions"
|
|
2280
|
+
},
|
|
2281
|
+
{
|
|
2282
|
+
"name": "auto-close-on-action",
|
|
2283
|
+
"type": {
|
|
2284
|
+
"text": "boolean"
|
|
2285
|
+
},
|
|
2286
|
+
"default": "true",
|
|
2287
|
+
"fieldName": "autoCloseOnAction"
|
|
2288
|
+
},
|
|
2289
|
+
{
|
|
2290
|
+
"name": "name",
|
|
2291
|
+
"type": {
|
|
2292
|
+
"text": "string"
|
|
2293
|
+
},
|
|
2294
|
+
"default": "'Actions'",
|
|
2295
|
+
"fieldName": "name"
|
|
2296
|
+
},
|
|
2297
|
+
{
|
|
2298
|
+
"name": "open",
|
|
2299
|
+
"type": {
|
|
2300
|
+
"text": "boolean"
|
|
2301
|
+
},
|
|
2302
|
+
"default": "false",
|
|
2303
|
+
"fieldName": "open"
|
|
2304
|
+
},
|
|
2305
|
+
{
|
|
2306
|
+
"name": "buttonAppearance",
|
|
2307
|
+
"type": {
|
|
2308
|
+
"text": "string"
|
|
2309
|
+
},
|
|
2310
|
+
"fieldName": "buttonAppearance"
|
|
2311
|
+
},
|
|
2312
|
+
{
|
|
2313
|
+
"name": "hide-disabled",
|
|
2314
|
+
"type": {
|
|
2315
|
+
"text": "boolean"
|
|
2316
|
+
},
|
|
2317
|
+
"default": "false",
|
|
2318
|
+
"fieldName": "hideDisabled"
|
|
2319
|
+
},
|
|
2320
|
+
{
|
|
2321
|
+
"name": "hide-menu-single-option",
|
|
2322
|
+
"type": {
|
|
2323
|
+
"text": "boolean"
|
|
2324
|
+
},
|
|
2325
|
+
"default": "false",
|
|
2326
|
+
"fieldName": "hideMenuSingleOption"
|
|
2226
2327
|
}
|
|
2227
|
-
]
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
2232
|
-
"type": {
|
|
2233
|
-
"text": "ShadowRootInit"
|
|
2234
|
-
},
|
|
2235
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2236
|
-
},
|
|
2237
|
-
{
|
|
2238
|
-
"kind": "variable",
|
|
2239
|
-
"name": "defaultAccordionItemConfig",
|
|
2240
|
-
"type": {
|
|
2241
|
-
"text": "object"
|
|
2328
|
+
],
|
|
2329
|
+
"superclass": {
|
|
2330
|
+
"name": "FoundationElement",
|
|
2331
|
+
"package": "@microsoft/fast-foundation"
|
|
2242
2332
|
},
|
|
2243
|
-
"
|
|
2244
|
-
|
|
2245
|
-
{
|
|
2246
|
-
"kind": "variable",
|
|
2247
|
-
"name": "foundationAccordionItem",
|
|
2248
|
-
"description": "The Foundation Accordion Item",
|
|
2249
|
-
"privacy": "public"
|
|
2250
|
-
}
|
|
2251
|
-
],
|
|
2252
|
-
"exports": [
|
|
2253
|
-
{
|
|
2254
|
-
"kind": "js",
|
|
2255
|
-
"name": "AccordionItem",
|
|
2256
|
-
"declaration": {
|
|
2257
|
-
"name": "AccordionItem",
|
|
2258
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2259
|
-
}
|
|
2260
|
-
},
|
|
2261
|
-
{
|
|
2262
|
-
"kind": "js",
|
|
2263
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
2264
|
-
"declaration": {
|
|
2265
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
2266
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2267
|
-
}
|
|
2268
|
-
},
|
|
2269
|
-
{
|
|
2270
|
-
"kind": "js",
|
|
2271
|
-
"name": "defaultAccordionItemConfig",
|
|
2272
|
-
"declaration": {
|
|
2273
|
-
"name": "defaultAccordionItemConfig",
|
|
2274
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2275
|
-
}
|
|
2276
|
-
},
|
|
2277
|
-
{
|
|
2278
|
-
"kind": "js",
|
|
2279
|
-
"name": "foundationAccordionItem",
|
|
2280
|
-
"declaration": {
|
|
2281
|
-
"name": "foundationAccordionItem",
|
|
2282
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2283
|
-
}
|
|
2284
|
-
}
|
|
2285
|
-
]
|
|
2286
|
-
},
|
|
2287
|
-
{
|
|
2288
|
-
"kind": "javascript-module",
|
|
2289
|
-
"path": "src/accordion-item/index.ts",
|
|
2290
|
-
"declarations": [],
|
|
2291
|
-
"exports": [
|
|
2292
|
-
{
|
|
2293
|
-
"kind": "js",
|
|
2294
|
-
"name": "*",
|
|
2295
|
-
"declaration": {
|
|
2296
|
-
"name": "*",
|
|
2297
|
-
"package": "./accordion-item.template"
|
|
2298
|
-
}
|
|
2333
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
2334
|
+
"customElement": true
|
|
2299
2335
|
},
|
|
2336
|
+
{
|
|
2337
|
+
"kind": "variable",
|
|
2338
|
+
"name": "foundationActionsMenu",
|
|
2339
|
+
"description": "The Foundation Actions Menu",
|
|
2340
|
+
"privacy": "public"
|
|
2341
|
+
}
|
|
2342
|
+
],
|
|
2343
|
+
"exports": [
|
|
2300
2344
|
{
|
|
2301
2345
|
"kind": "js",
|
|
2302
|
-
"name": "
|
|
2346
|
+
"name": "ActionsMenu",
|
|
2303
2347
|
"declaration": {
|
|
2304
|
-
"name": "
|
|
2305
|
-
"
|
|
2348
|
+
"name": "ActionsMenu",
|
|
2349
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2306
2350
|
}
|
|
2307
2351
|
},
|
|
2308
2352
|
{
|
|
2309
2353
|
"kind": "js",
|
|
2310
|
-
"name": "
|
|
2354
|
+
"name": "foundationActionsMenu",
|
|
2311
2355
|
"declaration": {
|
|
2312
|
-
"name": "
|
|
2313
|
-
"
|
|
2356
|
+
"name": "foundationActionsMenu",
|
|
2357
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2314
2358
|
}
|
|
2315
2359
|
}
|
|
2316
2360
|
]
|
|
2317
2361
|
},
|
|
2318
2362
|
{
|
|
2319
2363
|
"kind": "javascript-module",
|
|
2320
|
-
"path": "src/
|
|
2364
|
+
"path": "src/actions-menu/index.ts",
|
|
2321
2365
|
"declarations": [],
|
|
2322
2366
|
"exports": [
|
|
2323
2367
|
{
|
|
@@ -2325,7 +2369,7 @@
|
|
|
2325
2369
|
"name": "*",
|
|
2326
2370
|
"declaration": {
|
|
2327
2371
|
"name": "*",
|
|
2328
|
-
"package": "./styles"
|
|
2372
|
+
"package": "./actions-menu.styles"
|
|
2329
2373
|
}
|
|
2330
2374
|
},
|
|
2331
2375
|
{
|
|
@@ -2333,7 +2377,7 @@
|
|
|
2333
2377
|
"name": "*",
|
|
2334
2378
|
"declaration": {
|
|
2335
2379
|
"name": "*",
|
|
2336
|
-
"package": "./
|
|
2380
|
+
"package": "./actions-menu.template"
|
|
2337
2381
|
}
|
|
2338
2382
|
},
|
|
2339
2383
|
{
|
|
@@ -2341,41 +2385,18 @@
|
|
|
2341
2385
|
"name": "*",
|
|
2342
2386
|
"declaration": {
|
|
2343
2387
|
"name": "*",
|
|
2344
|
-
"package": "./
|
|
2388
|
+
"package": "./actions-menu"
|
|
2345
2389
|
}
|
|
2346
2390
|
}
|
|
2347
2391
|
]
|
|
2348
2392
|
},
|
|
2349
2393
|
{
|
|
2350
2394
|
"kind": "javascript-module",
|
|
2351
|
-
"path": "src/
|
|
2395
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
2352
2396
|
"declarations": [
|
|
2353
2397
|
{
|
|
2354
2398
|
"kind": "function",
|
|
2355
|
-
"name": "
|
|
2356
|
-
"return": {
|
|
2357
|
-
"type": {
|
|
2358
|
-
"text": "ElementStyles"
|
|
2359
|
-
}
|
|
2360
|
-
},
|
|
2361
|
-
"parameters": [
|
|
2362
|
-
{
|
|
2363
|
-
"name": "context",
|
|
2364
|
-
"type": {
|
|
2365
|
-
"text": "ElementDefinitionContext"
|
|
2366
|
-
}
|
|
2367
|
-
},
|
|
2368
|
-
{
|
|
2369
|
-
"name": "definition",
|
|
2370
|
-
"type": {
|
|
2371
|
-
"text": "FoundationElementDefinition"
|
|
2372
|
-
}
|
|
2373
|
-
}
|
|
2374
|
-
]
|
|
2375
|
-
},
|
|
2376
|
-
{
|
|
2377
|
-
"kind": "function",
|
|
2378
|
-
"name": "foundationActionsMenuStyles",
|
|
2399
|
+
"name": "foundationAccordionStyles",
|
|
2379
2400
|
"return": {
|
|
2380
2401
|
"type": {
|
|
2381
2402
|
"text": "ElementStyles"
|
|
@@ -2400,269 +2421,277 @@
|
|
|
2400
2421
|
"exports": [
|
|
2401
2422
|
{
|
|
2402
2423
|
"kind": "js",
|
|
2403
|
-
"name": "
|
|
2404
|
-
"declaration": {
|
|
2405
|
-
"name": "actionsMenuBaseStyles",
|
|
2406
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2407
|
-
}
|
|
2408
|
-
},
|
|
2409
|
-
{
|
|
2410
|
-
"kind": "js",
|
|
2411
|
-
"name": "foundationActionsMenuStyles",
|
|
2424
|
+
"name": "foundationAccordionStyles",
|
|
2412
2425
|
"declaration": {
|
|
2413
|
-
"name": "
|
|
2414
|
-
"module": "src/
|
|
2426
|
+
"name": "foundationAccordionStyles",
|
|
2427
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
2415
2428
|
}
|
|
2416
2429
|
}
|
|
2417
2430
|
]
|
|
2418
2431
|
},
|
|
2419
2432
|
{
|
|
2420
2433
|
"kind": "javascript-module",
|
|
2421
|
-
"path": "src/
|
|
2434
|
+
"path": "src/accordion/accordion.template.ts",
|
|
2422
2435
|
"declarations": [
|
|
2423
2436
|
{
|
|
2424
2437
|
"kind": "function",
|
|
2425
|
-
"name": "
|
|
2438
|
+
"name": "foundationAccordionTemplate",
|
|
2439
|
+
"return": {
|
|
2440
|
+
"type": {
|
|
2441
|
+
"text": "ViewTemplate<Accordion>"
|
|
2442
|
+
}
|
|
2443
|
+
},
|
|
2426
2444
|
"parameters": [
|
|
2427
2445
|
{
|
|
2428
|
-
"name": "
|
|
2446
|
+
"name": "context",
|
|
2429
2447
|
"type": {
|
|
2430
|
-
"text": "
|
|
2448
|
+
"text": "ElementDefinitionContext"
|
|
2431
2449
|
}
|
|
2432
|
-
}
|
|
2433
|
-
]
|
|
2434
|
-
},
|
|
2435
|
-
{
|
|
2436
|
-
"kind": "function",
|
|
2437
|
-
"name": "singleOptionTemplate",
|
|
2438
|
-
"parameters": [
|
|
2450
|
+
},
|
|
2439
2451
|
{
|
|
2440
|
-
"name": "
|
|
2452
|
+
"name": "definition",
|
|
2441
2453
|
"type": {
|
|
2442
|
-
"text": "
|
|
2454
|
+
"text": "FoundationElementDefinition"
|
|
2443
2455
|
}
|
|
2444
2456
|
}
|
|
2445
2457
|
]
|
|
2446
|
-
},
|
|
2447
|
-
{
|
|
2448
|
-
"kind": "variable",
|
|
2449
|
-
"name": "foundationActionsMenuTemplate",
|
|
2450
|
-
"type": {
|
|
2451
|
-
"text": "ViewTemplate<ActionsMenu>"
|
|
2452
|
-
},
|
|
2453
|
-
"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`"
|
|
2454
2458
|
}
|
|
2455
2459
|
],
|
|
2456
2460
|
"exports": [
|
|
2457
2461
|
{
|
|
2458
2462
|
"kind": "js",
|
|
2459
|
-
"name": "
|
|
2460
|
-
"declaration": {
|
|
2461
|
-
"name": "menuTemplate",
|
|
2462
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2463
|
-
}
|
|
2464
|
-
},
|
|
2465
|
-
{
|
|
2466
|
-
"kind": "js",
|
|
2467
|
-
"name": "singleOptionTemplate",
|
|
2468
|
-
"declaration": {
|
|
2469
|
-
"name": "singleOptionTemplate",
|
|
2470
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2471
|
-
}
|
|
2472
|
-
},
|
|
2473
|
-
{
|
|
2474
|
-
"kind": "js",
|
|
2475
|
-
"name": "foundationActionsMenuTemplate",
|
|
2463
|
+
"name": "foundationAccordionTemplate",
|
|
2476
2464
|
"declaration": {
|
|
2477
|
-
"name": "
|
|
2478
|
-
"module": "src/
|
|
2465
|
+
"name": "foundationAccordionTemplate",
|
|
2466
|
+
"module": "src/accordion/accordion.template.ts"
|
|
2479
2467
|
}
|
|
2480
2468
|
}
|
|
2481
2469
|
]
|
|
2482
2470
|
},
|
|
2483
2471
|
{
|
|
2484
2472
|
"kind": "javascript-module",
|
|
2485
|
-
"path": "src/
|
|
2473
|
+
"path": "src/accordion/accordion.ts",
|
|
2486
2474
|
"declarations": [
|
|
2487
2475
|
{
|
|
2488
2476
|
"kind": "class",
|
|
2489
2477
|
"description": "",
|
|
2490
|
-
"name": "
|
|
2491
|
-
"
|
|
2478
|
+
"name": "Accordion",
|
|
2479
|
+
"superclass": {
|
|
2480
|
+
"name": "FASTAccordion",
|
|
2481
|
+
"package": "@microsoft/fast-foundation"
|
|
2482
|
+
},
|
|
2483
|
+
"tagName": "%%prefix%%-accordion",
|
|
2484
|
+
"customElement": true,
|
|
2485
|
+
"attributes": [
|
|
2492
2486
|
{
|
|
2493
|
-
"
|
|
2494
|
-
"name": "actions",
|
|
2487
|
+
"name": "expand-mode",
|
|
2495
2488
|
"type": {
|
|
2496
|
-
"text": "
|
|
2489
|
+
"text": "AccordionExpandMode"
|
|
2490
|
+
},
|
|
2491
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
2492
|
+
"fieldName": "expandmode",
|
|
2493
|
+
"inheritedFrom": {
|
|
2494
|
+
"name": "Accordion",
|
|
2495
|
+
"module": "src/accordion/accordion.ts"
|
|
2497
2496
|
}
|
|
2498
|
-
}
|
|
2497
|
+
}
|
|
2498
|
+
],
|
|
2499
|
+
"members": [
|
|
2499
2500
|
{
|
|
2500
2501
|
"kind": "field",
|
|
2501
|
-
"name": "
|
|
2502
|
+
"name": "expandmode",
|
|
2502
2503
|
"type": {
|
|
2503
|
-
"text": "
|
|
2504
|
+
"text": "AccordionExpandMode"
|
|
2504
2505
|
},
|
|
2505
|
-
"
|
|
2506
|
+
"privacy": "public",
|
|
2507
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
2508
|
+
"inheritedFrom": {
|
|
2509
|
+
"name": "Accordion",
|
|
2510
|
+
"module": "src/accordion/accordion.ts"
|
|
2511
|
+
}
|
|
2506
2512
|
},
|
|
2507
2513
|
{
|
|
2508
2514
|
"kind": "field",
|
|
2509
|
-
"name": "
|
|
2515
|
+
"name": "activeid",
|
|
2510
2516
|
"type": {
|
|
2511
|
-
"text": "
|
|
2517
|
+
"text": "string | null"
|
|
2512
2518
|
},
|
|
2513
|
-
"
|
|
2519
|
+
"privacy": "private",
|
|
2520
|
+
"inheritedFrom": {
|
|
2521
|
+
"name": "Accordion",
|
|
2522
|
+
"module": "src/accordion/accordion.ts"
|
|
2523
|
+
}
|
|
2514
2524
|
},
|
|
2515
2525
|
{
|
|
2516
2526
|
"kind": "field",
|
|
2517
|
-
"name": "
|
|
2527
|
+
"name": "activeItemIndex",
|
|
2518
2528
|
"type": {
|
|
2519
|
-
"text": "
|
|
2529
|
+
"text": "number"
|
|
2520
2530
|
},
|
|
2521
|
-
"
|
|
2522
|
-
|
|
2523
|
-
|
|
2524
|
-
|
|
2525
|
-
|
|
2526
|
-
"type": {
|
|
2527
|
-
"text": "string"
|
|
2531
|
+
"privacy": "private",
|
|
2532
|
+
"default": "0",
|
|
2533
|
+
"inheritedFrom": {
|
|
2534
|
+
"name": "Accordion",
|
|
2535
|
+
"module": "src/accordion/accordion.ts"
|
|
2528
2536
|
}
|
|
2529
2537
|
},
|
|
2530
2538
|
{
|
|
2531
2539
|
"kind": "field",
|
|
2532
|
-
"name": "
|
|
2540
|
+
"name": "accordionIds",
|
|
2533
2541
|
"type": {
|
|
2534
|
-
"text": "
|
|
2542
|
+
"text": "Array<string | null>"
|
|
2543
|
+
},
|
|
2544
|
+
"privacy": "private",
|
|
2545
|
+
"inheritedFrom": {
|
|
2546
|
+
"name": "Accordion",
|
|
2547
|
+
"module": "src/accordion/accordion.ts"
|
|
2535
2548
|
}
|
|
2536
2549
|
},
|
|
2537
2550
|
{
|
|
2538
2551
|
"kind": "field",
|
|
2539
|
-
"name": "
|
|
2540
|
-
"
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2552
|
+
"name": "change",
|
|
2553
|
+
"privacy": "private",
|
|
2554
|
+
"inheritedFrom": {
|
|
2555
|
+
"name": "Accordion",
|
|
2556
|
+
"module": "src/accordion/accordion.ts"
|
|
2557
|
+
}
|
|
2544
2558
|
},
|
|
2545
2559
|
{
|
|
2546
|
-
"kind": "
|
|
2547
|
-
"name": "
|
|
2548
|
-
"
|
|
2549
|
-
|
|
2560
|
+
"kind": "method",
|
|
2561
|
+
"name": "findExpandedItem",
|
|
2562
|
+
"privacy": "private",
|
|
2563
|
+
"return": {
|
|
2564
|
+
"type": {
|
|
2565
|
+
"text": "AccordionItem | null"
|
|
2566
|
+
}
|
|
2550
2567
|
},
|
|
2551
|
-
"
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
"kind": "field",
|
|
2555
|
-
"name": "buttonAppearance",
|
|
2556
|
-
"type": {
|
|
2557
|
-
"text": "string"
|
|
2568
|
+
"inheritedFrom": {
|
|
2569
|
+
"name": "Accordion",
|
|
2570
|
+
"module": "src/accordion/accordion.ts"
|
|
2558
2571
|
}
|
|
2559
2572
|
},
|
|
2560
2573
|
{
|
|
2561
2574
|
"kind": "field",
|
|
2562
|
-
"name": "
|
|
2563
|
-
"
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
|
|
2575
|
+
"name": "setItems",
|
|
2576
|
+
"privacy": "private",
|
|
2577
|
+
"inheritedFrom": {
|
|
2578
|
+
"name": "Accordion",
|
|
2579
|
+
"module": "src/accordion/accordion.ts"
|
|
2580
|
+
}
|
|
2567
2581
|
},
|
|
2568
2582
|
{
|
|
2569
|
-
"kind": "
|
|
2570
|
-
"name": "
|
|
2571
|
-
"
|
|
2572
|
-
|
|
2583
|
+
"kind": "method",
|
|
2584
|
+
"name": "resetItems",
|
|
2585
|
+
"privacy": "private",
|
|
2586
|
+
"return": {
|
|
2587
|
+
"type": {
|
|
2588
|
+
"text": "void"
|
|
2589
|
+
}
|
|
2573
2590
|
},
|
|
2574
|
-
"
|
|
2591
|
+
"inheritedFrom": {
|
|
2592
|
+
"name": "Accordion",
|
|
2593
|
+
"module": "src/accordion/accordion.ts"
|
|
2594
|
+
}
|
|
2575
2595
|
},
|
|
2576
2596
|
{
|
|
2577
2597
|
"kind": "field",
|
|
2578
|
-
"name": "
|
|
2579
|
-
"
|
|
2580
|
-
|
|
2598
|
+
"name": "removeItemListeners",
|
|
2599
|
+
"privacy": "private",
|
|
2600
|
+
"inheritedFrom": {
|
|
2601
|
+
"name": "Accordion",
|
|
2602
|
+
"module": "src/accordion/accordion.ts"
|
|
2581
2603
|
}
|
|
2582
2604
|
},
|
|
2583
2605
|
{
|
|
2584
2606
|
"kind": "field",
|
|
2585
|
-
"name": "
|
|
2586
|
-
"
|
|
2587
|
-
|
|
2607
|
+
"name": "activeItemChange",
|
|
2608
|
+
"privacy": "private",
|
|
2609
|
+
"inheritedFrom": {
|
|
2610
|
+
"name": "Accordion",
|
|
2611
|
+
"module": "src/accordion/accordion.ts"
|
|
2588
2612
|
}
|
|
2589
2613
|
},
|
|
2590
2614
|
{
|
|
2591
2615
|
"kind": "method",
|
|
2592
|
-
"name": "
|
|
2593
|
-
"privacy": "
|
|
2594
|
-
"
|
|
2595
|
-
{
|
|
2596
|
-
"
|
|
2597
|
-
"type": {
|
|
2598
|
-
"text": "any"
|
|
2599
|
-
}
|
|
2600
|
-
},
|
|
2601
|
-
{
|
|
2602
|
-
"name": "newValue",
|
|
2603
|
-
"type": {
|
|
2604
|
-
"text": "any"
|
|
2605
|
-
}
|
|
2616
|
+
"name": "getItemIds",
|
|
2617
|
+
"privacy": "private",
|
|
2618
|
+
"return": {
|
|
2619
|
+
"type": {
|
|
2620
|
+
"text": "Array<string | null>"
|
|
2606
2621
|
}
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
"privacy": "protected"
|
|
2613
|
-
},
|
|
2614
|
-
{
|
|
2615
|
-
"kind": "method",
|
|
2616
|
-
"name": "toggleActionsMenuVisibility"
|
|
2622
|
+
},
|
|
2623
|
+
"inheritedFrom": {
|
|
2624
|
+
"name": "Accordion",
|
|
2625
|
+
"module": "src/accordion/accordion.ts"
|
|
2626
|
+
}
|
|
2617
2627
|
},
|
|
2618
2628
|
{
|
|
2619
2629
|
"kind": "method",
|
|
2620
|
-
"name": "
|
|
2621
|
-
"
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
"
|
|
2625
|
-
"text": "(rowData) => void | any"
|
|
2626
|
-
}
|
|
2630
|
+
"name": "isSingleExpandMode",
|
|
2631
|
+
"privacy": "private",
|
|
2632
|
+
"return": {
|
|
2633
|
+
"type": {
|
|
2634
|
+
"text": "boolean"
|
|
2627
2635
|
}
|
|
2628
|
-
|
|
2636
|
+
},
|
|
2637
|
+
"inheritedFrom": {
|
|
2638
|
+
"name": "Accordion",
|
|
2639
|
+
"module": "src/accordion/accordion.ts"
|
|
2640
|
+
}
|
|
2629
2641
|
},
|
|
2630
2642
|
{
|
|
2631
2643
|
"kind": "field",
|
|
2632
|
-
"name": "
|
|
2633
|
-
"
|
|
2634
|
-
|
|
2635
|
-
|
|
2636
|
-
|
|
2644
|
+
"name": "handleItemKeyDown",
|
|
2645
|
+
"privacy": "private",
|
|
2646
|
+
"inheritedFrom": {
|
|
2647
|
+
"name": "Accordion",
|
|
2648
|
+
"module": "src/accordion/accordion.ts"
|
|
2649
|
+
}
|
|
2637
2650
|
},
|
|
2638
2651
|
{
|
|
2639
2652
|
"kind": "field",
|
|
2640
|
-
"name": "
|
|
2641
|
-
"
|
|
2653
|
+
"name": "handleItemFocus",
|
|
2654
|
+
"privacy": "private",
|
|
2655
|
+
"inheritedFrom": {
|
|
2656
|
+
"name": "Accordion",
|
|
2657
|
+
"module": "src/accordion/accordion.ts"
|
|
2658
|
+
}
|
|
2642
2659
|
},
|
|
2643
2660
|
{
|
|
2644
2661
|
"kind": "method",
|
|
2645
|
-
"name": "
|
|
2662
|
+
"name": "adjust",
|
|
2663
|
+
"privacy": "private",
|
|
2664
|
+
"return": {
|
|
2665
|
+
"type": {
|
|
2666
|
+
"text": "void"
|
|
2667
|
+
}
|
|
2668
|
+
},
|
|
2646
2669
|
"parameters": [
|
|
2647
2670
|
{
|
|
2648
|
-
"name": "
|
|
2671
|
+
"name": "adjustment",
|
|
2649
2672
|
"type": {
|
|
2650
|
-
"text": "
|
|
2673
|
+
"text": "number"
|
|
2651
2674
|
}
|
|
2652
2675
|
}
|
|
2653
|
-
]
|
|
2676
|
+
],
|
|
2677
|
+
"inheritedFrom": {
|
|
2678
|
+
"name": "Accordion",
|
|
2679
|
+
"module": "src/accordion/accordion.ts"
|
|
2680
|
+
}
|
|
2654
2681
|
},
|
|
2655
2682
|
{
|
|
2656
2683
|
"kind": "method",
|
|
2657
|
-
"name": "
|
|
2658
|
-
"
|
|
2659
|
-
|
|
2660
|
-
|
|
2661
|
-
"
|
|
2662
|
-
"text": "string"
|
|
2663
|
-
}
|
|
2684
|
+
"name": "focusItem",
|
|
2685
|
+
"privacy": "private",
|
|
2686
|
+
"return": {
|
|
2687
|
+
"type": {
|
|
2688
|
+
"text": "void"
|
|
2664
2689
|
}
|
|
2665
|
-
|
|
2690
|
+
},
|
|
2691
|
+
"inheritedFrom": {
|
|
2692
|
+
"name": "Accordion",
|
|
2693
|
+
"module": "src/accordion/accordion.ts"
|
|
2694
|
+
}
|
|
2666
2695
|
},
|
|
2667
2696
|
{
|
|
2668
2697
|
"kind": "field",
|
|
@@ -2776,107 +2805,78 @@
|
|
|
2776
2805
|
}
|
|
2777
2806
|
}
|
|
2778
2807
|
],
|
|
2779
|
-
"
|
|
2780
|
-
{
|
|
2781
|
-
"name": "is-vertical",
|
|
2782
|
-
"type": {
|
|
2783
|
-
"text": "boolean"
|
|
2784
|
-
},
|
|
2785
|
-
"default": "false",
|
|
2786
|
-
"fieldName": "isVertical"
|
|
2787
|
-
},
|
|
2788
|
-
{
|
|
2789
|
-
"name": "add-default-actions",
|
|
2790
|
-
"type": {
|
|
2791
|
-
"text": "boolean"
|
|
2792
|
-
},
|
|
2793
|
-
"default": "true",
|
|
2794
|
-
"fieldName": "addDefaultActions"
|
|
2795
|
-
},
|
|
2796
|
-
{
|
|
2797
|
-
"name": "auto-close-on-action",
|
|
2798
|
-
"type": {
|
|
2799
|
-
"text": "boolean"
|
|
2800
|
-
},
|
|
2801
|
-
"default": "true",
|
|
2802
|
-
"fieldName": "autoCloseOnAction"
|
|
2803
|
-
},
|
|
2804
|
-
{
|
|
2805
|
-
"name": "name",
|
|
2806
|
-
"type": {
|
|
2807
|
-
"text": "string"
|
|
2808
|
-
},
|
|
2809
|
-
"default": "'Actions'",
|
|
2810
|
-
"fieldName": "name"
|
|
2811
|
-
},
|
|
2812
|
-
{
|
|
2813
|
-
"name": "open",
|
|
2814
|
-
"type": {
|
|
2815
|
-
"text": "boolean"
|
|
2816
|
-
},
|
|
2817
|
-
"default": "false",
|
|
2818
|
-
"fieldName": "open"
|
|
2819
|
-
},
|
|
2820
|
-
{
|
|
2821
|
-
"name": "buttonAppearance",
|
|
2822
|
-
"type": {
|
|
2823
|
-
"text": "string"
|
|
2824
|
-
},
|
|
2825
|
-
"fieldName": "buttonAppearance"
|
|
2826
|
-
},
|
|
2827
|
-
{
|
|
2828
|
-
"name": "hide-disabled",
|
|
2829
|
-
"type": {
|
|
2830
|
-
"text": "boolean"
|
|
2831
|
-
},
|
|
2832
|
-
"default": "false",
|
|
2833
|
-
"fieldName": "hideDisabled"
|
|
2834
|
-
},
|
|
2808
|
+
"events": [
|
|
2835
2809
|
{
|
|
2836
|
-
"
|
|
2837
|
-
"
|
|
2838
|
-
|
|
2839
|
-
|
|
2840
|
-
|
|
2841
|
-
|
|
2810
|
+
"description": "Fires a custom 'change' event when the active item changes",
|
|
2811
|
+
"name": "change",
|
|
2812
|
+
"inheritedFrom": {
|
|
2813
|
+
"name": "Accordion",
|
|
2814
|
+
"module": "src/accordion/accordion.ts"
|
|
2815
|
+
}
|
|
2842
2816
|
}
|
|
2843
|
-
]
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
|
|
2817
|
+
]
|
|
2818
|
+
},
|
|
2819
|
+
{
|
|
2820
|
+
"kind": "variable",
|
|
2821
|
+
"name": "foundationAccordionShadowOptions",
|
|
2822
|
+
"type": {
|
|
2823
|
+
"text": "ShadowRootInit"
|
|
2847
2824
|
},
|
|
2848
|
-
"
|
|
2849
|
-
"customElement": true
|
|
2825
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2850
2826
|
},
|
|
2851
2827
|
{
|
|
2852
2828
|
"kind": "variable",
|
|
2853
|
-
"name": "
|
|
2854
|
-
"
|
|
2829
|
+
"name": "defaultAccordionConfig",
|
|
2830
|
+
"type": {
|
|
2831
|
+
"text": "object"
|
|
2832
|
+
},
|
|
2833
|
+
"default": "{}"
|
|
2834
|
+
},
|
|
2835
|
+
{
|
|
2836
|
+
"kind": "variable",
|
|
2837
|
+
"name": "foundationAccordion",
|
|
2838
|
+
"description": "The Foundation Accordion",
|
|
2855
2839
|
"privacy": "public"
|
|
2856
2840
|
}
|
|
2857
2841
|
],
|
|
2858
2842
|
"exports": [
|
|
2859
2843
|
{
|
|
2860
2844
|
"kind": "js",
|
|
2861
|
-
"name": "
|
|
2845
|
+
"name": "Accordion",
|
|
2862
2846
|
"declaration": {
|
|
2863
|
-
"name": "
|
|
2864
|
-
"module": "src/
|
|
2847
|
+
"name": "Accordion",
|
|
2848
|
+
"module": "src/accordion/accordion.ts"
|
|
2865
2849
|
}
|
|
2866
2850
|
},
|
|
2867
2851
|
{
|
|
2868
2852
|
"kind": "js",
|
|
2869
|
-
"name": "
|
|
2853
|
+
"name": "foundationAccordionShadowOptions",
|
|
2870
2854
|
"declaration": {
|
|
2871
|
-
"name": "
|
|
2872
|
-
"module": "src/
|
|
2855
|
+
"name": "foundationAccordionShadowOptions",
|
|
2856
|
+
"module": "src/accordion/accordion.ts"
|
|
2857
|
+
}
|
|
2858
|
+
},
|
|
2859
|
+
{
|
|
2860
|
+
"kind": "js",
|
|
2861
|
+
"name": "defaultAccordionConfig",
|
|
2862
|
+
"declaration": {
|
|
2863
|
+
"name": "defaultAccordionConfig",
|
|
2864
|
+
"module": "src/accordion/accordion.ts"
|
|
2865
|
+
}
|
|
2866
|
+
},
|
|
2867
|
+
{
|
|
2868
|
+
"kind": "js",
|
|
2869
|
+
"name": "foundationAccordion",
|
|
2870
|
+
"declaration": {
|
|
2871
|
+
"name": "foundationAccordion",
|
|
2872
|
+
"module": "src/accordion/accordion.ts"
|
|
2873
2873
|
}
|
|
2874
2874
|
}
|
|
2875
2875
|
]
|
|
2876
2876
|
},
|
|
2877
2877
|
{
|
|
2878
2878
|
"kind": "javascript-module",
|
|
2879
|
-
"path": "src/
|
|
2879
|
+
"path": "src/accordion/index.ts",
|
|
2880
2880
|
"declarations": [],
|
|
2881
2881
|
"exports": [
|
|
2882
2882
|
{
|
|
@@ -2884,7 +2884,7 @@
|
|
|
2884
2884
|
"name": "*",
|
|
2885
2885
|
"declaration": {
|
|
2886
2886
|
"name": "*",
|
|
2887
|
-
"package": "./
|
|
2887
|
+
"package": "./accordion.template"
|
|
2888
2888
|
}
|
|
2889
2889
|
},
|
|
2890
2890
|
{
|
|
@@ -2892,7 +2892,7 @@
|
|
|
2892
2892
|
"name": "*",
|
|
2893
2893
|
"declaration": {
|
|
2894
2894
|
"name": "*",
|
|
2895
|
-
"package": "./
|
|
2895
|
+
"package": "./accordion.styles"
|
|
2896
2896
|
}
|
|
2897
2897
|
},
|
|
2898
2898
|
{
|
|
@@ -2900,7 +2900,7 @@
|
|
|
2900
2900
|
"name": "*",
|
|
2901
2901
|
"declaration": {
|
|
2902
2902
|
"name": "*",
|
|
2903
|
-
"package": "./
|
|
2903
|
+
"package": "./accordion"
|
|
2904
2904
|
}
|
|
2905
2905
|
}
|
|
2906
2906
|
]
|