@genesislcap/foundation-zero 14.456.2 → 14.456.3-alpha-d42d86c.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 +498 -498
- package/dist/dts/react.d.ts +8 -8
- package/dist/react.cjs +5 -5
- package/dist/react.mjs +4 -4
- package/package.json +12 -12
|
@@ -1412,11 +1412,11 @@
|
|
|
1412
1412
|
},
|
|
1413
1413
|
{
|
|
1414
1414
|
"kind": "javascript-module",
|
|
1415
|
-
"path": "src/
|
|
1415
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1416
1416
|
"declarations": [
|
|
1417
1417
|
{
|
|
1418
1418
|
"kind": "function",
|
|
1419
|
-
"name": "
|
|
1419
|
+
"name": "zeroActionsMenuStyles",
|
|
1420
1420
|
"return": {
|
|
1421
1421
|
"type": {
|
|
1422
1422
|
"text": "ElementStyles"
|
|
@@ -1441,235 +1441,463 @@
|
|
|
1441
1441
|
"exports": [
|
|
1442
1442
|
{
|
|
1443
1443
|
"kind": "js",
|
|
1444
|
-
"name": "
|
|
1444
|
+
"name": "zeroActionsMenuStyles",
|
|
1445
1445
|
"declaration": {
|
|
1446
|
-
"name": "
|
|
1447
|
-
"module": "src/
|
|
1446
|
+
"name": "zeroActionsMenuStyles",
|
|
1447
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1448
1448
|
}
|
|
1449
1449
|
}
|
|
1450
1450
|
]
|
|
1451
1451
|
},
|
|
1452
1452
|
{
|
|
1453
1453
|
"kind": "javascript-module",
|
|
1454
|
-
"path": "src/
|
|
1454
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
1455
1455
|
"declarations": [
|
|
1456
1456
|
{
|
|
1457
|
-
"kind": "
|
|
1458
|
-
"
|
|
1459
|
-
"
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1457
|
+
"kind": "class",
|
|
1458
|
+
"description": "",
|
|
1459
|
+
"name": "ActionsMenu",
|
|
1460
|
+
"superclass": {
|
|
1461
|
+
"name": "FoundationActionsMenu",
|
|
1462
|
+
"package": "@genesislcap/foundation-ui"
|
|
1463
1463
|
},
|
|
1464
|
-
"
|
|
1464
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
1465
|
+
"customElement": true,
|
|
1466
|
+
"attributes": [
|
|
1465
1467
|
{
|
|
1466
|
-
"name": "
|
|
1468
|
+
"name": "is-vertical",
|
|
1467
1469
|
"type": {
|
|
1468
|
-
"text": "
|
|
1470
|
+
"text": "boolean"
|
|
1471
|
+
},
|
|
1472
|
+
"default": "false",
|
|
1473
|
+
"fieldName": "isVertical",
|
|
1474
|
+
"inheritedFrom": {
|
|
1475
|
+
"name": "ActionsMenu",
|
|
1476
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1469
1477
|
}
|
|
1470
1478
|
},
|
|
1471
1479
|
{
|
|
1472
|
-
"name": "
|
|
1480
|
+
"name": "add-default-actions",
|
|
1473
1481
|
"type": {
|
|
1474
|
-
"text": "
|
|
1482
|
+
"text": "boolean"
|
|
1483
|
+
},
|
|
1484
|
+
"default": "true",
|
|
1485
|
+
"fieldName": "addDefaultActions",
|
|
1486
|
+
"inheritedFrom": {
|
|
1487
|
+
"name": "ActionsMenu",
|
|
1488
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1475
1489
|
}
|
|
1476
|
-
}
|
|
1477
|
-
]
|
|
1478
|
-
}
|
|
1479
|
-
],
|
|
1480
|
-
"exports": [
|
|
1481
|
-
{
|
|
1482
|
-
"kind": "js",
|
|
1483
|
-
"name": "zeroAccordionItemTemplate",
|
|
1484
|
-
"declaration": {
|
|
1485
|
-
"name": "zeroAccordionItemTemplate",
|
|
1486
|
-
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1487
|
-
}
|
|
1488
|
-
}
|
|
1489
|
-
]
|
|
1490
|
-
},
|
|
1491
|
-
{
|
|
1492
|
-
"kind": "javascript-module",
|
|
1493
|
-
"path": "src/accordion-item/accordion-item.ts",
|
|
1494
|
-
"declarations": [
|
|
1495
|
-
{
|
|
1496
|
-
"kind": "class",
|
|
1497
|
-
"description": "",
|
|
1498
|
-
"name": "AccordionItem",
|
|
1499
|
-
"superclass": {
|
|
1500
|
-
"name": "FoundationAccordionItem",
|
|
1501
|
-
"package": "@genesislcap/foundation-ui"
|
|
1502
|
-
},
|
|
1503
|
-
"tagName": "%%prefix%%-card",
|
|
1504
|
-
"customElement": true,
|
|
1505
|
-
"attributes": [
|
|
1490
|
+
},
|
|
1506
1491
|
{
|
|
1507
|
-
"name": "
|
|
1492
|
+
"name": "auto-close-on-action",
|
|
1508
1493
|
"type": {
|
|
1509
|
-
"text": "
|
|
1494
|
+
"text": "boolean"
|
|
1510
1495
|
},
|
|
1511
|
-
"default": "
|
|
1512
|
-
"
|
|
1513
|
-
"fieldName": "headinglevel",
|
|
1496
|
+
"default": "true",
|
|
1497
|
+
"fieldName": "autoCloseOnAction",
|
|
1514
1498
|
"inheritedFrom": {
|
|
1515
|
-
"name": "
|
|
1516
|
-
"module": "src/
|
|
1499
|
+
"name": "ActionsMenu",
|
|
1500
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1501
|
+
}
|
|
1502
|
+
},
|
|
1503
|
+
{
|
|
1504
|
+
"name": "name",
|
|
1505
|
+
"type": {
|
|
1506
|
+
"text": "string"
|
|
1507
|
+
},
|
|
1508
|
+
"default": "'Actions'",
|
|
1509
|
+
"fieldName": "name",
|
|
1510
|
+
"inheritedFrom": {
|
|
1511
|
+
"name": "ActionsMenu",
|
|
1512
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1517
1513
|
}
|
|
1518
1514
|
},
|
|
1519
1515
|
{
|
|
1516
|
+
"name": "open",
|
|
1520
1517
|
"type": {
|
|
1521
1518
|
"text": "boolean"
|
|
1522
1519
|
},
|
|
1523
1520
|
"default": "false",
|
|
1524
|
-
"
|
|
1525
|
-
"fieldName": "expanded",
|
|
1521
|
+
"fieldName": "open",
|
|
1526
1522
|
"inheritedFrom": {
|
|
1527
|
-
"name": "
|
|
1528
|
-
"module": "src/
|
|
1523
|
+
"name": "ActionsMenu",
|
|
1524
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1529
1525
|
}
|
|
1530
1526
|
},
|
|
1531
1527
|
{
|
|
1532
|
-
"name": "
|
|
1528
|
+
"name": "buttonAppearance",
|
|
1533
1529
|
"type": {
|
|
1534
1530
|
"text": "string"
|
|
1535
1531
|
},
|
|
1536
|
-
"
|
|
1537
|
-
"fieldName": "id",
|
|
1532
|
+
"fieldName": "buttonAppearance",
|
|
1538
1533
|
"inheritedFrom": {
|
|
1539
|
-
"name": "
|
|
1540
|
-
"module": "src/
|
|
1534
|
+
"name": "ActionsMenu",
|
|
1535
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1536
|
+
}
|
|
1537
|
+
},
|
|
1538
|
+
{
|
|
1539
|
+
"name": "hide-disabled",
|
|
1540
|
+
"type": {
|
|
1541
|
+
"text": "boolean"
|
|
1542
|
+
},
|
|
1543
|
+
"default": "false",
|
|
1544
|
+
"fieldName": "hideDisabled",
|
|
1545
|
+
"inheritedFrom": {
|
|
1546
|
+
"name": "ActionsMenu",
|
|
1547
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1548
|
+
}
|
|
1549
|
+
},
|
|
1550
|
+
{
|
|
1551
|
+
"name": "hide-menu-single-option",
|
|
1552
|
+
"type": {
|
|
1553
|
+
"text": "boolean"
|
|
1554
|
+
},
|
|
1555
|
+
"default": "false",
|
|
1556
|
+
"fieldName": "hideMenuSingleOption",
|
|
1557
|
+
"inheritedFrom": {
|
|
1558
|
+
"name": "ActionsMenu",
|
|
1559
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1541
1560
|
}
|
|
1542
1561
|
}
|
|
1543
1562
|
],
|
|
1544
1563
|
"members": [
|
|
1545
1564
|
{
|
|
1546
1565
|
"kind": "field",
|
|
1547
|
-
"name": "
|
|
1566
|
+
"name": "actions",
|
|
1548
1567
|
"type": {
|
|
1549
|
-
"text": "
|
|
1568
|
+
"text": "ActionMenuItem[]"
|
|
1550
1569
|
},
|
|
1551
|
-
"privacy": "public",
|
|
1552
|
-
"default": "2",
|
|
1553
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1554
1570
|
"inheritedFrom": {
|
|
1555
|
-
"name": "
|
|
1556
|
-
"module": "src/
|
|
1571
|
+
"name": "ActionsMenu",
|
|
1572
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1557
1573
|
}
|
|
1558
1574
|
},
|
|
1559
1575
|
{
|
|
1560
1576
|
"kind": "field",
|
|
1561
|
-
"name": "
|
|
1577
|
+
"name": "isVertical",
|
|
1562
1578
|
"type": {
|
|
1563
1579
|
"text": "boolean"
|
|
1564
1580
|
},
|
|
1565
|
-
"privacy": "public",
|
|
1566
1581
|
"default": "false",
|
|
1567
|
-
"description": "Expands or collapses the item.",
|
|
1568
1582
|
"inheritedFrom": {
|
|
1569
|
-
"name": "
|
|
1570
|
-
"module": "src/
|
|
1583
|
+
"name": "ActionsMenu",
|
|
1584
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1571
1585
|
}
|
|
1572
1586
|
},
|
|
1573
1587
|
{
|
|
1574
1588
|
"kind": "field",
|
|
1575
|
-
"name": "
|
|
1589
|
+
"name": "addDefaultActions",
|
|
1576
1590
|
"type": {
|
|
1577
|
-
"text": "
|
|
1591
|
+
"text": "boolean"
|
|
1578
1592
|
},
|
|
1579
|
-
"
|
|
1580
|
-
"description": "The item ID",
|
|
1593
|
+
"default": "true",
|
|
1581
1594
|
"inheritedFrom": {
|
|
1582
|
-
"name": "
|
|
1583
|
-
"module": "src/
|
|
1595
|
+
"name": "ActionsMenu",
|
|
1596
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1584
1597
|
}
|
|
1585
1598
|
},
|
|
1586
1599
|
{
|
|
1587
1600
|
"kind": "field",
|
|
1588
|
-
"name": "
|
|
1589
|
-
"
|
|
1601
|
+
"name": "autoCloseOnAction",
|
|
1602
|
+
"type": {
|
|
1603
|
+
"text": "boolean"
|
|
1604
|
+
},
|
|
1605
|
+
"default": "true",
|
|
1590
1606
|
"inheritedFrom": {
|
|
1591
|
-
"name": "
|
|
1592
|
-
"module": "src/
|
|
1607
|
+
"name": "ActionsMenu",
|
|
1608
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1593
1609
|
}
|
|
1594
1610
|
},
|
|
1595
1611
|
{
|
|
1596
1612
|
"kind": "field",
|
|
1597
|
-
"name": "
|
|
1613
|
+
"name": "classNames",
|
|
1598
1614
|
"type": {
|
|
1599
|
-
"text": "
|
|
1615
|
+
"text": "string"
|
|
1600
1616
|
},
|
|
1601
|
-
"privacy": "private",
|
|
1602
|
-
"default": "void 0",
|
|
1603
1617
|
"inheritedFrom": {
|
|
1604
|
-
"name": "
|
|
1605
|
-
"module": "src/
|
|
1618
|
+
"name": "ActionsMenu",
|
|
1619
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1606
1620
|
}
|
|
1607
1621
|
},
|
|
1608
1622
|
{
|
|
1609
1623
|
"kind": "field",
|
|
1610
|
-
"name": "
|
|
1624
|
+
"name": "definition",
|
|
1611
1625
|
"type": {
|
|
1612
|
-
"text": "
|
|
1626
|
+
"text": "any"
|
|
1613
1627
|
},
|
|
1614
|
-
"privacy": "public",
|
|
1615
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1616
1628
|
"inheritedFrom": {
|
|
1617
|
-
"name": "
|
|
1618
|
-
"module": "src/
|
|
1629
|
+
"name": "ActionsMenu",
|
|
1630
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1619
1631
|
}
|
|
1620
1632
|
},
|
|
1621
1633
|
{
|
|
1622
1634
|
"kind": "field",
|
|
1623
|
-
"name": "
|
|
1635
|
+
"name": "name",
|
|
1624
1636
|
"type": {
|
|
1625
|
-
"text": "
|
|
1637
|
+
"text": "string"
|
|
1626
1638
|
},
|
|
1627
|
-
"
|
|
1628
|
-
"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.",
|
|
1639
|
+
"default": "'Actions'",
|
|
1629
1640
|
"inheritedFrom": {
|
|
1630
|
-
"name": "
|
|
1631
|
-
"module": "src/
|
|
1641
|
+
"name": "ActionsMenu",
|
|
1642
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1632
1643
|
}
|
|
1633
1644
|
},
|
|
1634
1645
|
{
|
|
1635
|
-
"kind": "
|
|
1636
|
-
"name": "
|
|
1637
|
-
"
|
|
1638
|
-
|
|
1639
|
-
"type": {
|
|
1640
|
-
"text": "void"
|
|
1641
|
-
}
|
|
1646
|
+
"kind": "field",
|
|
1647
|
+
"name": "open",
|
|
1648
|
+
"type": {
|
|
1649
|
+
"text": "boolean"
|
|
1642
1650
|
},
|
|
1651
|
+
"default": "false",
|
|
1643
1652
|
"inheritedFrom": {
|
|
1644
|
-
"name": "
|
|
1645
|
-
"module": "src/
|
|
1653
|
+
"name": "ActionsMenu",
|
|
1654
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1646
1655
|
}
|
|
1647
1656
|
},
|
|
1648
1657
|
{
|
|
1649
1658
|
"kind": "field",
|
|
1650
|
-
"name": "
|
|
1659
|
+
"name": "buttonAppearance",
|
|
1651
1660
|
"type": {
|
|
1652
|
-
"text": "
|
|
1661
|
+
"text": "string"
|
|
1653
1662
|
},
|
|
1654
|
-
"privacy": "public",
|
|
1655
|
-
"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.",
|
|
1656
1663
|
"inheritedFrom": {
|
|
1657
|
-
"name": "
|
|
1658
|
-
"module": "src/
|
|
1664
|
+
"name": "ActionsMenu",
|
|
1665
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1659
1666
|
}
|
|
1660
1667
|
},
|
|
1661
1668
|
{
|
|
1662
|
-
"kind": "
|
|
1663
|
-
"name": "
|
|
1664
|
-
"
|
|
1665
|
-
|
|
1666
|
-
"type": {
|
|
1667
|
-
"text": "void"
|
|
1668
|
-
}
|
|
1669
|
+
"kind": "field",
|
|
1670
|
+
"name": "hideDisabled",
|
|
1671
|
+
"type": {
|
|
1672
|
+
"text": "boolean"
|
|
1669
1673
|
},
|
|
1674
|
+
"default": "false",
|
|
1670
1675
|
"inheritedFrom": {
|
|
1671
|
-
"name": "
|
|
1672
|
-
"module": "src/
|
|
1676
|
+
"name": "ActionsMenu",
|
|
1677
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1678
|
+
}
|
|
1679
|
+
},
|
|
1680
|
+
{
|
|
1681
|
+
"kind": "field",
|
|
1682
|
+
"name": "hideMenuSingleOption",
|
|
1683
|
+
"type": {
|
|
1684
|
+
"text": "boolean"
|
|
1685
|
+
},
|
|
1686
|
+
"default": "false",
|
|
1687
|
+
"inheritedFrom": {
|
|
1688
|
+
"name": "ActionsMenu",
|
|
1689
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1690
|
+
}
|
|
1691
|
+
},
|
|
1692
|
+
{
|
|
1693
|
+
"kind": "field",
|
|
1694
|
+
"name": "singleOption",
|
|
1695
|
+
"type": {
|
|
1696
|
+
"text": "ActionMenuItem"
|
|
1697
|
+
},
|
|
1698
|
+
"inheritedFrom": {
|
|
1699
|
+
"name": "ActionsMenu",
|
|
1700
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1701
|
+
}
|
|
1702
|
+
},
|
|
1703
|
+
{
|
|
1704
|
+
"kind": "field",
|
|
1705
|
+
"name": "actionsMenu",
|
|
1706
|
+
"type": {
|
|
1707
|
+
"text": "HTMLElement"
|
|
1708
|
+
},
|
|
1709
|
+
"inheritedFrom": {
|
|
1710
|
+
"name": "ActionsMenu",
|
|
1711
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1712
|
+
}
|
|
1713
|
+
},
|
|
1714
|
+
{
|
|
1715
|
+
"kind": "method",
|
|
1716
|
+
"name": "definitionChanged",
|
|
1717
|
+
"privacy": "protected",
|
|
1718
|
+
"parameters": [
|
|
1719
|
+
{
|
|
1720
|
+
"name": "oldValue",
|
|
1721
|
+
"type": {
|
|
1722
|
+
"text": "any"
|
|
1723
|
+
}
|
|
1724
|
+
},
|
|
1725
|
+
{
|
|
1726
|
+
"name": "newValue",
|
|
1727
|
+
"type": {
|
|
1728
|
+
"text": "any"
|
|
1729
|
+
}
|
|
1730
|
+
}
|
|
1731
|
+
],
|
|
1732
|
+
"inheritedFrom": {
|
|
1733
|
+
"name": "ActionsMenu",
|
|
1734
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1735
|
+
}
|
|
1736
|
+
},
|
|
1737
|
+
{
|
|
1738
|
+
"kind": "method",
|
|
1739
|
+
"name": "openChanged",
|
|
1740
|
+
"privacy": "protected",
|
|
1741
|
+
"inheritedFrom": {
|
|
1742
|
+
"name": "ActionsMenu",
|
|
1743
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1744
|
+
}
|
|
1745
|
+
},
|
|
1746
|
+
{
|
|
1747
|
+
"kind": "method",
|
|
1748
|
+
"name": "toggleActionsMenuVisibility",
|
|
1749
|
+
"inheritedFrom": {
|
|
1750
|
+
"name": "ActionsMenu",
|
|
1751
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1752
|
+
}
|
|
1753
|
+
},
|
|
1754
|
+
{
|
|
1755
|
+
"kind": "method",
|
|
1756
|
+
"name": "onActionMenuItemClick",
|
|
1757
|
+
"parameters": [
|
|
1758
|
+
{
|
|
1759
|
+
"name": "callback",
|
|
1760
|
+
"type": {
|
|
1761
|
+
"text": "(rowData) => void | any"
|
|
1762
|
+
}
|
|
1763
|
+
}
|
|
1764
|
+
],
|
|
1765
|
+
"inheritedFrom": {
|
|
1766
|
+
"name": "ActionsMenu",
|
|
1767
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1768
|
+
}
|
|
1769
|
+
},
|
|
1770
|
+
{
|
|
1771
|
+
"kind": "field",
|
|
1772
|
+
"name": "allActions",
|
|
1773
|
+
"type": {
|
|
1774
|
+
"text": "ActionMenuItem[]"
|
|
1775
|
+
},
|
|
1776
|
+
"readonly": true,
|
|
1777
|
+
"inheritedFrom": {
|
|
1778
|
+
"name": "ActionsMenu",
|
|
1779
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1780
|
+
}
|
|
1781
|
+
},
|
|
1782
|
+
{
|
|
1783
|
+
"kind": "field",
|
|
1784
|
+
"name": "rowData",
|
|
1785
|
+
"readonly": true,
|
|
1786
|
+
"inheritedFrom": {
|
|
1787
|
+
"name": "ActionsMenu",
|
|
1788
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1789
|
+
}
|
|
1790
|
+
},
|
|
1791
|
+
{
|
|
1792
|
+
"kind": "method",
|
|
1793
|
+
"name": "getLabel",
|
|
1794
|
+
"parameters": [
|
|
1795
|
+
{
|
|
1796
|
+
"name": "name",
|
|
1797
|
+
"type": {
|
|
1798
|
+
"text": "string | ((rowData: any) => string)"
|
|
1799
|
+
}
|
|
1800
|
+
}
|
|
1801
|
+
],
|
|
1802
|
+
"inheritedFrom": {
|
|
1803
|
+
"name": "ActionsMenu",
|
|
1804
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1805
|
+
}
|
|
1806
|
+
},
|
|
1807
|
+
{
|
|
1808
|
+
"kind": "method",
|
|
1809
|
+
"name": "getTemplate",
|
|
1810
|
+
"parameters": [
|
|
1811
|
+
{
|
|
1812
|
+
"name": "prefix",
|
|
1813
|
+
"type": {
|
|
1814
|
+
"text": "string"
|
|
1815
|
+
}
|
|
1816
|
+
}
|
|
1817
|
+
],
|
|
1818
|
+
"inheritedFrom": {
|
|
1819
|
+
"name": "ActionsMenu",
|
|
1820
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1821
|
+
}
|
|
1822
|
+
},
|
|
1823
|
+
{
|
|
1824
|
+
"kind": "field",
|
|
1825
|
+
"name": "_presentation",
|
|
1826
|
+
"type": {
|
|
1827
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1828
|
+
},
|
|
1829
|
+
"privacy": "private",
|
|
1830
|
+
"default": "void 0",
|
|
1831
|
+
"inheritedFrom": {
|
|
1832
|
+
"name": "FoundationElement",
|
|
1833
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1834
|
+
}
|
|
1835
|
+
},
|
|
1836
|
+
{
|
|
1837
|
+
"kind": "field",
|
|
1838
|
+
"name": "$presentation",
|
|
1839
|
+
"type": {
|
|
1840
|
+
"text": "ComponentPresentation | null"
|
|
1841
|
+
},
|
|
1842
|
+
"privacy": "public",
|
|
1843
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1844
|
+
"inheritedFrom": {
|
|
1845
|
+
"name": "FoundationElement",
|
|
1846
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1847
|
+
}
|
|
1848
|
+
},
|
|
1849
|
+
{
|
|
1850
|
+
"kind": "field",
|
|
1851
|
+
"name": "template",
|
|
1852
|
+
"type": {
|
|
1853
|
+
"text": "ElementViewTemplate | void | null"
|
|
1854
|
+
},
|
|
1855
|
+
"privacy": "public",
|
|
1856
|
+
"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.",
|
|
1857
|
+
"inheritedFrom": {
|
|
1858
|
+
"name": "FoundationElement",
|
|
1859
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1860
|
+
}
|
|
1861
|
+
},
|
|
1862
|
+
{
|
|
1863
|
+
"kind": "method",
|
|
1864
|
+
"name": "templateChanged",
|
|
1865
|
+
"privacy": "protected",
|
|
1866
|
+
"return": {
|
|
1867
|
+
"type": {
|
|
1868
|
+
"text": "void"
|
|
1869
|
+
}
|
|
1870
|
+
},
|
|
1871
|
+
"inheritedFrom": {
|
|
1872
|
+
"name": "FoundationElement",
|
|
1873
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1874
|
+
}
|
|
1875
|
+
},
|
|
1876
|
+
{
|
|
1877
|
+
"kind": "field",
|
|
1878
|
+
"name": "styles",
|
|
1879
|
+
"type": {
|
|
1880
|
+
"text": "ElementStyles | void | null"
|
|
1881
|
+
},
|
|
1882
|
+
"privacy": "public",
|
|
1883
|
+
"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.",
|
|
1884
|
+
"inheritedFrom": {
|
|
1885
|
+
"name": "FoundationElement",
|
|
1886
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1887
|
+
}
|
|
1888
|
+
},
|
|
1889
|
+
{
|
|
1890
|
+
"kind": "method",
|
|
1891
|
+
"name": "stylesChanged",
|
|
1892
|
+
"privacy": "protected",
|
|
1893
|
+
"return": {
|
|
1894
|
+
"type": {
|
|
1895
|
+
"text": "void"
|
|
1896
|
+
}
|
|
1897
|
+
},
|
|
1898
|
+
"inheritedFrom": {
|
|
1899
|
+
"name": "FoundationElement",
|
|
1900
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1673
1901
|
}
|
|
1674
1902
|
},
|
|
1675
1903
|
{
|
|
@@ -1699,49 +1927,41 @@
|
|
|
1699
1927
|
],
|
|
1700
1928
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1701
1929
|
"inheritedFrom": {
|
|
1702
|
-
"name": "
|
|
1703
|
-
"module": "src/
|
|
1704
|
-
}
|
|
1705
|
-
}
|
|
1706
|
-
],
|
|
1707
|
-
"events": [
|
|
1708
|
-
{
|
|
1709
|
-
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1710
|
-
"name": "change",
|
|
1711
|
-
"inheritedFrom": {
|
|
1712
|
-
"name": "AccordionItem",
|
|
1713
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1930
|
+
"name": "FoundationElement",
|
|
1931
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1714
1932
|
}
|
|
1715
1933
|
}
|
|
1716
1934
|
]
|
|
1717
1935
|
},
|
|
1718
1936
|
{
|
|
1719
1937
|
"kind": "variable",
|
|
1720
|
-
"name": "
|
|
1938
|
+
"name": "zeroActionsMenu",
|
|
1939
|
+
"description": "The Zero Actions Menu",
|
|
1940
|
+
"privacy": "public"
|
|
1721
1941
|
}
|
|
1722
1942
|
],
|
|
1723
1943
|
"exports": [
|
|
1724
1944
|
{
|
|
1725
1945
|
"kind": "js",
|
|
1726
|
-
"name": "
|
|
1946
|
+
"name": "ActionsMenu",
|
|
1727
1947
|
"declaration": {
|
|
1728
|
-
"name": "
|
|
1729
|
-
"module": "src/
|
|
1948
|
+
"name": "ActionsMenu",
|
|
1949
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1730
1950
|
}
|
|
1731
1951
|
},
|
|
1732
1952
|
{
|
|
1733
1953
|
"kind": "js",
|
|
1734
|
-
"name": "
|
|
1954
|
+
"name": "zeroActionsMenu",
|
|
1735
1955
|
"declaration": {
|
|
1736
|
-
"name": "
|
|
1737
|
-
"module": "src/
|
|
1956
|
+
"name": "zeroActionsMenu",
|
|
1957
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1738
1958
|
}
|
|
1739
1959
|
}
|
|
1740
1960
|
]
|
|
1741
1961
|
},
|
|
1742
1962
|
{
|
|
1743
1963
|
"kind": "javascript-module",
|
|
1744
|
-
"path": "src/
|
|
1964
|
+
"path": "src/actions-menu/index.ts",
|
|
1745
1965
|
"declarations": [],
|
|
1746
1966
|
"exports": [
|
|
1747
1967
|
{
|
|
@@ -1749,15 +1969,7 @@
|
|
|
1749
1969
|
"name": "*",
|
|
1750
1970
|
"declaration": {
|
|
1751
1971
|
"name": "*",
|
|
1752
|
-
"package": "./
|
|
1753
|
-
}
|
|
1754
|
-
},
|
|
1755
|
-
{
|
|
1756
|
-
"kind": "js",
|
|
1757
|
-
"name": "*",
|
|
1758
|
-
"declaration": {
|
|
1759
|
-
"name": "*",
|
|
1760
|
-
"package": "./accordion-item.styles"
|
|
1972
|
+
"package": "./actions-menu"
|
|
1761
1973
|
}
|
|
1762
1974
|
},
|
|
1763
1975
|
{
|
|
@@ -1765,18 +1977,18 @@
|
|
|
1765
1977
|
"name": "*",
|
|
1766
1978
|
"declaration": {
|
|
1767
1979
|
"name": "*",
|
|
1768
|
-
"package": "./
|
|
1980
|
+
"package": "./actions-menu.styles"
|
|
1769
1981
|
}
|
|
1770
1982
|
}
|
|
1771
1983
|
]
|
|
1772
1984
|
},
|
|
1773
1985
|
{
|
|
1774
1986
|
"kind": "javascript-module",
|
|
1775
|
-
"path": "src/
|
|
1987
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1776
1988
|
"declarations": [
|
|
1777
1989
|
{
|
|
1778
1990
|
"kind": "function",
|
|
1779
|
-
"name": "
|
|
1991
|
+
"name": "zeroAccordionItemStyles",
|
|
1780
1992
|
"return": {
|
|
1781
1993
|
"type": {
|
|
1782
1994
|
"text": "ElementStyles"
|
|
@@ -1801,383 +2013,155 @@
|
|
|
1801
2013
|
"exports": [
|
|
1802
2014
|
{
|
|
1803
2015
|
"kind": "js",
|
|
1804
|
-
"name": "
|
|
2016
|
+
"name": "zeroAccordionItemStyles",
|
|
1805
2017
|
"declaration": {
|
|
1806
|
-
"name": "
|
|
1807
|
-
"module": "src/
|
|
2018
|
+
"name": "zeroAccordionItemStyles",
|
|
2019
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1808
2020
|
}
|
|
1809
2021
|
}
|
|
1810
2022
|
]
|
|
1811
2023
|
},
|
|
1812
2024
|
{
|
|
1813
2025
|
"kind": "javascript-module",
|
|
1814
|
-
"path": "src/
|
|
2026
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1815
2027
|
"declarations": [
|
|
1816
2028
|
{
|
|
1817
|
-
"kind": "
|
|
1818
|
-
"
|
|
1819
|
-
"
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
"package": "@genesislcap/foundation-ui"
|
|
1823
|
-
},
|
|
1824
|
-
"tagName": "%%prefix%%-actions-menu",
|
|
1825
|
-
"customElement": true,
|
|
1826
|
-
"attributes": [
|
|
1827
|
-
{
|
|
1828
|
-
"name": "is-vertical",
|
|
1829
|
-
"type": {
|
|
1830
|
-
"text": "boolean"
|
|
1831
|
-
},
|
|
1832
|
-
"default": "false",
|
|
1833
|
-
"fieldName": "isVertical",
|
|
1834
|
-
"inheritedFrom": {
|
|
1835
|
-
"name": "ActionsMenu",
|
|
1836
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1837
|
-
}
|
|
1838
|
-
},
|
|
1839
|
-
{
|
|
1840
|
-
"name": "add-default-actions",
|
|
1841
|
-
"type": {
|
|
1842
|
-
"text": "boolean"
|
|
1843
|
-
},
|
|
1844
|
-
"default": "true",
|
|
1845
|
-
"fieldName": "addDefaultActions",
|
|
1846
|
-
"inheritedFrom": {
|
|
1847
|
-
"name": "ActionsMenu",
|
|
1848
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1849
|
-
}
|
|
1850
|
-
},
|
|
1851
|
-
{
|
|
1852
|
-
"name": "auto-close-on-action",
|
|
1853
|
-
"type": {
|
|
1854
|
-
"text": "boolean"
|
|
1855
|
-
},
|
|
1856
|
-
"default": "true",
|
|
1857
|
-
"fieldName": "autoCloseOnAction",
|
|
1858
|
-
"inheritedFrom": {
|
|
1859
|
-
"name": "ActionsMenu",
|
|
1860
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1861
|
-
}
|
|
1862
|
-
},
|
|
1863
|
-
{
|
|
1864
|
-
"name": "name",
|
|
1865
|
-
"type": {
|
|
1866
|
-
"text": "string"
|
|
1867
|
-
},
|
|
1868
|
-
"default": "'Actions'",
|
|
1869
|
-
"fieldName": "name",
|
|
1870
|
-
"inheritedFrom": {
|
|
1871
|
-
"name": "ActionsMenu",
|
|
1872
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1873
|
-
}
|
|
1874
|
-
},
|
|
1875
|
-
{
|
|
1876
|
-
"name": "open",
|
|
1877
|
-
"type": {
|
|
1878
|
-
"text": "boolean"
|
|
1879
|
-
},
|
|
1880
|
-
"default": "false",
|
|
1881
|
-
"fieldName": "open",
|
|
1882
|
-
"inheritedFrom": {
|
|
1883
|
-
"name": "ActionsMenu",
|
|
1884
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1885
|
-
}
|
|
1886
|
-
},
|
|
1887
|
-
{
|
|
1888
|
-
"name": "buttonAppearance",
|
|
1889
|
-
"type": {
|
|
1890
|
-
"text": "string"
|
|
1891
|
-
},
|
|
1892
|
-
"fieldName": "buttonAppearance",
|
|
1893
|
-
"inheritedFrom": {
|
|
1894
|
-
"name": "ActionsMenu",
|
|
1895
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1896
|
-
}
|
|
1897
|
-
},
|
|
1898
|
-
{
|
|
1899
|
-
"name": "hide-disabled",
|
|
1900
|
-
"type": {
|
|
1901
|
-
"text": "boolean"
|
|
1902
|
-
},
|
|
1903
|
-
"default": "false",
|
|
1904
|
-
"fieldName": "hideDisabled",
|
|
1905
|
-
"inheritedFrom": {
|
|
1906
|
-
"name": "ActionsMenu",
|
|
1907
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1908
|
-
}
|
|
1909
|
-
},
|
|
1910
|
-
{
|
|
1911
|
-
"name": "hide-menu-single-option",
|
|
1912
|
-
"type": {
|
|
1913
|
-
"text": "boolean"
|
|
1914
|
-
},
|
|
1915
|
-
"default": "false",
|
|
1916
|
-
"fieldName": "hideMenuSingleOption",
|
|
1917
|
-
"inheritedFrom": {
|
|
1918
|
-
"name": "ActionsMenu",
|
|
1919
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1920
|
-
}
|
|
2029
|
+
"kind": "function",
|
|
2030
|
+
"name": "zeroAccordionItemTemplate",
|
|
2031
|
+
"return": {
|
|
2032
|
+
"type": {
|
|
2033
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1921
2034
|
}
|
|
1922
|
-
|
|
1923
|
-
"
|
|
1924
|
-
{
|
|
1925
|
-
"kind": "field",
|
|
1926
|
-
"name": "actions",
|
|
1927
|
-
"type": {
|
|
1928
|
-
"text": "ActionMenuItem[]"
|
|
1929
|
-
},
|
|
1930
|
-
"inheritedFrom": {
|
|
1931
|
-
"name": "ActionsMenu",
|
|
1932
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1933
|
-
}
|
|
1934
|
-
},
|
|
1935
|
-
{
|
|
1936
|
-
"kind": "field",
|
|
1937
|
-
"name": "isVertical",
|
|
1938
|
-
"type": {
|
|
1939
|
-
"text": "boolean"
|
|
1940
|
-
},
|
|
1941
|
-
"default": "false",
|
|
1942
|
-
"inheritedFrom": {
|
|
1943
|
-
"name": "ActionsMenu",
|
|
1944
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1945
|
-
}
|
|
1946
|
-
},
|
|
1947
|
-
{
|
|
1948
|
-
"kind": "field",
|
|
1949
|
-
"name": "addDefaultActions",
|
|
1950
|
-
"type": {
|
|
1951
|
-
"text": "boolean"
|
|
1952
|
-
},
|
|
1953
|
-
"default": "true",
|
|
1954
|
-
"inheritedFrom": {
|
|
1955
|
-
"name": "ActionsMenu",
|
|
1956
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1957
|
-
}
|
|
1958
|
-
},
|
|
1959
|
-
{
|
|
1960
|
-
"kind": "field",
|
|
1961
|
-
"name": "autoCloseOnAction",
|
|
1962
|
-
"type": {
|
|
1963
|
-
"text": "boolean"
|
|
1964
|
-
},
|
|
1965
|
-
"default": "true",
|
|
1966
|
-
"inheritedFrom": {
|
|
1967
|
-
"name": "ActionsMenu",
|
|
1968
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1969
|
-
}
|
|
1970
|
-
},
|
|
2035
|
+
},
|
|
2036
|
+
"parameters": [
|
|
1971
2037
|
{
|
|
1972
|
-
"
|
|
1973
|
-
"name": "classNames",
|
|
2038
|
+
"name": "context",
|
|
1974
2039
|
"type": {
|
|
1975
|
-
"text": "
|
|
1976
|
-
},
|
|
1977
|
-
"inheritedFrom": {
|
|
1978
|
-
"name": "ActionsMenu",
|
|
1979
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2040
|
+
"text": "ElementDefinitionContext"
|
|
1980
2041
|
}
|
|
1981
2042
|
},
|
|
1982
2043
|
{
|
|
1983
|
-
"kind": "field",
|
|
1984
2044
|
"name": "definition",
|
|
1985
2045
|
"type": {
|
|
1986
|
-
"text": "
|
|
1987
|
-
},
|
|
1988
|
-
"inheritedFrom": {
|
|
1989
|
-
"name": "ActionsMenu",
|
|
1990
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2046
|
+
"text": "FoundationElementDefinition"
|
|
1991
2047
|
}
|
|
1992
|
-
}
|
|
2048
|
+
}
|
|
2049
|
+
]
|
|
2050
|
+
}
|
|
2051
|
+
],
|
|
2052
|
+
"exports": [
|
|
2053
|
+
{
|
|
2054
|
+
"kind": "js",
|
|
2055
|
+
"name": "zeroAccordionItemTemplate",
|
|
2056
|
+
"declaration": {
|
|
2057
|
+
"name": "zeroAccordionItemTemplate",
|
|
2058
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
2059
|
+
}
|
|
2060
|
+
}
|
|
2061
|
+
]
|
|
2062
|
+
},
|
|
2063
|
+
{
|
|
2064
|
+
"kind": "javascript-module",
|
|
2065
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
2066
|
+
"declarations": [
|
|
2067
|
+
{
|
|
2068
|
+
"kind": "class",
|
|
2069
|
+
"description": "",
|
|
2070
|
+
"name": "AccordionItem",
|
|
2071
|
+
"superclass": {
|
|
2072
|
+
"name": "FoundationAccordionItem",
|
|
2073
|
+
"package": "@genesislcap/foundation-ui"
|
|
2074
|
+
},
|
|
2075
|
+
"tagName": "%%prefix%%-card",
|
|
2076
|
+
"customElement": true,
|
|
2077
|
+
"attributes": [
|
|
1993
2078
|
{
|
|
1994
|
-
"
|
|
1995
|
-
"name": "name",
|
|
2079
|
+
"name": "heading-level",
|
|
1996
2080
|
"type": {
|
|
1997
|
-
"text": "
|
|
2081
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1998
2082
|
},
|
|
1999
|
-
"default": "
|
|
2083
|
+
"default": "2",
|
|
2084
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
2085
|
+
"fieldName": "headinglevel",
|
|
2000
2086
|
"inheritedFrom": {
|
|
2001
|
-
"name": "
|
|
2002
|
-
"module": "src/
|
|
2087
|
+
"name": "AccordionItem",
|
|
2088
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2003
2089
|
}
|
|
2004
2090
|
},
|
|
2005
2091
|
{
|
|
2006
|
-
"kind": "field",
|
|
2007
|
-
"name": "open",
|
|
2008
2092
|
"type": {
|
|
2009
2093
|
"text": "boolean"
|
|
2010
2094
|
},
|
|
2011
2095
|
"default": "false",
|
|
2096
|
+
"description": "Expands or collapses the item.",
|
|
2097
|
+
"fieldName": "expanded",
|
|
2012
2098
|
"inheritedFrom": {
|
|
2013
|
-
"name": "
|
|
2014
|
-
"module": "src/
|
|
2099
|
+
"name": "AccordionItem",
|
|
2100
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2015
2101
|
}
|
|
2016
2102
|
},
|
|
2017
2103
|
{
|
|
2018
|
-
"
|
|
2019
|
-
"name": "buttonAppearance",
|
|
2104
|
+
"name": "id",
|
|
2020
2105
|
"type": {
|
|
2021
2106
|
"text": "string"
|
|
2022
2107
|
},
|
|
2108
|
+
"description": "The item ID",
|
|
2109
|
+
"fieldName": "id",
|
|
2023
2110
|
"inheritedFrom": {
|
|
2024
|
-
"name": "
|
|
2025
|
-
"module": "src/
|
|
2111
|
+
"name": "AccordionItem",
|
|
2112
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2026
2113
|
}
|
|
2027
|
-
}
|
|
2114
|
+
}
|
|
2115
|
+
],
|
|
2116
|
+
"members": [
|
|
2028
2117
|
{
|
|
2029
2118
|
"kind": "field",
|
|
2030
|
-
"name": "
|
|
2119
|
+
"name": "headinglevel",
|
|
2031
2120
|
"type": {
|
|
2032
|
-
"text": "
|
|
2121
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
2033
2122
|
},
|
|
2034
|
-
"
|
|
2123
|
+
"privacy": "public",
|
|
2124
|
+
"default": "2",
|
|
2125
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
2035
2126
|
"inheritedFrom": {
|
|
2036
|
-
"name": "
|
|
2037
|
-
"module": "src/
|
|
2127
|
+
"name": "AccordionItem",
|
|
2128
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2038
2129
|
}
|
|
2039
2130
|
},
|
|
2040
2131
|
{
|
|
2041
2132
|
"kind": "field",
|
|
2042
|
-
"name": "
|
|
2133
|
+
"name": "expanded",
|
|
2043
2134
|
"type": {
|
|
2044
2135
|
"text": "boolean"
|
|
2045
2136
|
},
|
|
2137
|
+
"privacy": "public",
|
|
2046
2138
|
"default": "false",
|
|
2139
|
+
"description": "Expands or collapses the item.",
|
|
2047
2140
|
"inheritedFrom": {
|
|
2048
|
-
"name": "
|
|
2049
|
-
"module": "src/
|
|
2050
|
-
}
|
|
2051
|
-
},
|
|
2052
|
-
{
|
|
2053
|
-
"kind": "field",
|
|
2054
|
-
"name": "singleOption",
|
|
2055
|
-
"type": {
|
|
2056
|
-
"text": "ActionMenuItem"
|
|
2057
|
-
},
|
|
2058
|
-
"inheritedFrom": {
|
|
2059
|
-
"name": "ActionsMenu",
|
|
2060
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2061
|
-
}
|
|
2062
|
-
},
|
|
2063
|
-
{
|
|
2064
|
-
"kind": "field",
|
|
2065
|
-
"name": "actionsMenu",
|
|
2066
|
-
"type": {
|
|
2067
|
-
"text": "HTMLElement"
|
|
2068
|
-
},
|
|
2069
|
-
"inheritedFrom": {
|
|
2070
|
-
"name": "ActionsMenu",
|
|
2071
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2072
|
-
}
|
|
2073
|
-
},
|
|
2074
|
-
{
|
|
2075
|
-
"kind": "method",
|
|
2076
|
-
"name": "definitionChanged",
|
|
2077
|
-
"privacy": "protected",
|
|
2078
|
-
"parameters": [
|
|
2079
|
-
{
|
|
2080
|
-
"name": "oldValue",
|
|
2081
|
-
"type": {
|
|
2082
|
-
"text": "any"
|
|
2083
|
-
}
|
|
2084
|
-
},
|
|
2085
|
-
{
|
|
2086
|
-
"name": "newValue",
|
|
2087
|
-
"type": {
|
|
2088
|
-
"text": "any"
|
|
2089
|
-
}
|
|
2090
|
-
}
|
|
2091
|
-
],
|
|
2092
|
-
"inheritedFrom": {
|
|
2093
|
-
"name": "ActionsMenu",
|
|
2094
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2095
|
-
}
|
|
2096
|
-
},
|
|
2097
|
-
{
|
|
2098
|
-
"kind": "method",
|
|
2099
|
-
"name": "openChanged",
|
|
2100
|
-
"privacy": "protected",
|
|
2101
|
-
"inheritedFrom": {
|
|
2102
|
-
"name": "ActionsMenu",
|
|
2103
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2104
|
-
}
|
|
2105
|
-
},
|
|
2106
|
-
{
|
|
2107
|
-
"kind": "method",
|
|
2108
|
-
"name": "toggleActionsMenuVisibility",
|
|
2109
|
-
"inheritedFrom": {
|
|
2110
|
-
"name": "ActionsMenu",
|
|
2111
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2112
|
-
}
|
|
2113
|
-
},
|
|
2114
|
-
{
|
|
2115
|
-
"kind": "method",
|
|
2116
|
-
"name": "onActionMenuItemClick",
|
|
2117
|
-
"parameters": [
|
|
2118
|
-
{
|
|
2119
|
-
"name": "callback",
|
|
2120
|
-
"type": {
|
|
2121
|
-
"text": "(rowData) => void | any"
|
|
2122
|
-
}
|
|
2123
|
-
}
|
|
2124
|
-
],
|
|
2125
|
-
"inheritedFrom": {
|
|
2126
|
-
"name": "ActionsMenu",
|
|
2127
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2141
|
+
"name": "AccordionItem",
|
|
2142
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2128
2143
|
}
|
|
2129
2144
|
},
|
|
2130
2145
|
{
|
|
2131
2146
|
"kind": "field",
|
|
2132
|
-
"name": "
|
|
2147
|
+
"name": "id",
|
|
2133
2148
|
"type": {
|
|
2134
|
-
"text": "
|
|
2149
|
+
"text": "string"
|
|
2135
2150
|
},
|
|
2136
|
-
"
|
|
2151
|
+
"privacy": "public",
|
|
2152
|
+
"description": "The item ID",
|
|
2137
2153
|
"inheritedFrom": {
|
|
2138
|
-
"name": "
|
|
2139
|
-
"module": "src/
|
|
2154
|
+
"name": "AccordionItem",
|
|
2155
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2140
2156
|
}
|
|
2141
2157
|
},
|
|
2142
2158
|
{
|
|
2143
2159
|
"kind": "field",
|
|
2144
|
-
"name": "
|
|
2145
|
-
"
|
|
2146
|
-
"inheritedFrom": {
|
|
2147
|
-
"name": "ActionsMenu",
|
|
2148
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2149
|
-
}
|
|
2150
|
-
},
|
|
2151
|
-
{
|
|
2152
|
-
"kind": "method",
|
|
2153
|
-
"name": "getLabel",
|
|
2154
|
-
"parameters": [
|
|
2155
|
-
{
|
|
2156
|
-
"name": "name",
|
|
2157
|
-
"type": {
|
|
2158
|
-
"text": "string | ((rowData: any) => string)"
|
|
2159
|
-
}
|
|
2160
|
-
}
|
|
2161
|
-
],
|
|
2162
|
-
"inheritedFrom": {
|
|
2163
|
-
"name": "ActionsMenu",
|
|
2164
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2165
|
-
}
|
|
2166
|
-
},
|
|
2167
|
-
{
|
|
2168
|
-
"kind": "method",
|
|
2169
|
-
"name": "getTemplate",
|
|
2170
|
-
"parameters": [
|
|
2171
|
-
{
|
|
2172
|
-
"name": "prefix",
|
|
2173
|
-
"type": {
|
|
2174
|
-
"text": "string"
|
|
2175
|
-
}
|
|
2176
|
-
}
|
|
2177
|
-
],
|
|
2160
|
+
"name": "change",
|
|
2161
|
+
"privacy": "private",
|
|
2178
2162
|
"inheritedFrom": {
|
|
2179
|
-
"name": "
|
|
2180
|
-
"module": "src/
|
|
2163
|
+
"name": "AccordionItem",
|
|
2164
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2181
2165
|
}
|
|
2182
2166
|
},
|
|
2183
2167
|
{
|
|
@@ -2189,8 +2173,8 @@
|
|
|
2189
2173
|
"privacy": "private",
|
|
2190
2174
|
"default": "void 0",
|
|
2191
2175
|
"inheritedFrom": {
|
|
2192
|
-
"name": "
|
|
2193
|
-
"module": "src/
|
|
2176
|
+
"name": "AccordionItem",
|
|
2177
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2194
2178
|
}
|
|
2195
2179
|
},
|
|
2196
2180
|
{
|
|
@@ -2202,8 +2186,8 @@
|
|
|
2202
2186
|
"privacy": "public",
|
|
2203
2187
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2204
2188
|
"inheritedFrom": {
|
|
2205
|
-
"name": "
|
|
2206
|
-
"module": "src/
|
|
2189
|
+
"name": "AccordionItem",
|
|
2190
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2207
2191
|
}
|
|
2208
2192
|
},
|
|
2209
2193
|
{
|
|
@@ -2215,8 +2199,8 @@
|
|
|
2215
2199
|
"privacy": "public",
|
|
2216
2200
|
"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.",
|
|
2217
2201
|
"inheritedFrom": {
|
|
2218
|
-
"name": "
|
|
2219
|
-
"module": "src/
|
|
2202
|
+
"name": "AccordionItem",
|
|
2203
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2220
2204
|
}
|
|
2221
2205
|
},
|
|
2222
2206
|
{
|
|
@@ -2229,8 +2213,8 @@
|
|
|
2229
2213
|
}
|
|
2230
2214
|
},
|
|
2231
2215
|
"inheritedFrom": {
|
|
2232
|
-
"name": "
|
|
2233
|
-
"module": "src/
|
|
2216
|
+
"name": "AccordionItem",
|
|
2217
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2234
2218
|
}
|
|
2235
2219
|
},
|
|
2236
2220
|
{
|
|
@@ -2242,8 +2226,8 @@
|
|
|
2242
2226
|
"privacy": "public",
|
|
2243
2227
|
"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.",
|
|
2244
2228
|
"inheritedFrom": {
|
|
2245
|
-
"name": "
|
|
2246
|
-
"module": "src/
|
|
2229
|
+
"name": "AccordionItem",
|
|
2230
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2247
2231
|
}
|
|
2248
2232
|
},
|
|
2249
2233
|
{
|
|
@@ -2256,8 +2240,8 @@
|
|
|
2256
2240
|
}
|
|
2257
2241
|
},
|
|
2258
2242
|
"inheritedFrom": {
|
|
2259
|
-
"name": "
|
|
2260
|
-
"module": "src/
|
|
2243
|
+
"name": "AccordionItem",
|
|
2244
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2261
2245
|
}
|
|
2262
2246
|
},
|
|
2263
2247
|
{
|
|
@@ -2287,41 +2271,49 @@
|
|
|
2287
2271
|
],
|
|
2288
2272
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2289
2273
|
"inheritedFrom": {
|
|
2290
|
-
"name": "
|
|
2291
|
-
"module": "src/
|
|
2274
|
+
"name": "AccordionItem",
|
|
2275
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2276
|
+
}
|
|
2277
|
+
}
|
|
2278
|
+
],
|
|
2279
|
+
"events": [
|
|
2280
|
+
{
|
|
2281
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
2282
|
+
"name": "change",
|
|
2283
|
+
"inheritedFrom": {
|
|
2284
|
+
"name": "AccordionItem",
|
|
2285
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2292
2286
|
}
|
|
2293
2287
|
}
|
|
2294
2288
|
]
|
|
2295
2289
|
},
|
|
2296
2290
|
{
|
|
2297
2291
|
"kind": "variable",
|
|
2298
|
-
"name": "
|
|
2299
|
-
"description": "The Zero Actions Menu",
|
|
2300
|
-
"privacy": "public"
|
|
2292
|
+
"name": "zeroAccordionItem"
|
|
2301
2293
|
}
|
|
2302
2294
|
],
|
|
2303
2295
|
"exports": [
|
|
2304
2296
|
{
|
|
2305
2297
|
"kind": "js",
|
|
2306
|
-
"name": "
|
|
2298
|
+
"name": "AccordionItem",
|
|
2307
2299
|
"declaration": {
|
|
2308
|
-
"name": "
|
|
2309
|
-
"module": "src/
|
|
2300
|
+
"name": "AccordionItem",
|
|
2301
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2310
2302
|
}
|
|
2311
2303
|
},
|
|
2312
2304
|
{
|
|
2313
2305
|
"kind": "js",
|
|
2314
|
-
"name": "
|
|
2306
|
+
"name": "zeroAccordionItem",
|
|
2315
2307
|
"declaration": {
|
|
2316
|
-
"name": "
|
|
2317
|
-
"module": "src/
|
|
2308
|
+
"name": "zeroAccordionItem",
|
|
2309
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2318
2310
|
}
|
|
2319
2311
|
}
|
|
2320
2312
|
]
|
|
2321
2313
|
},
|
|
2322
2314
|
{
|
|
2323
2315
|
"kind": "javascript-module",
|
|
2324
|
-
"path": "src/
|
|
2316
|
+
"path": "src/accordion-item/index.ts",
|
|
2325
2317
|
"declarations": [],
|
|
2326
2318
|
"exports": [
|
|
2327
2319
|
{
|
|
@@ -2329,7 +2321,7 @@
|
|
|
2329
2321
|
"name": "*",
|
|
2330
2322
|
"declaration": {
|
|
2331
2323
|
"name": "*",
|
|
2332
|
-
"package": "./
|
|
2324
|
+
"package": "./accordion-item"
|
|
2333
2325
|
}
|
|
2334
2326
|
},
|
|
2335
2327
|
{
|
|
@@ -2337,7 +2329,15 @@
|
|
|
2337
2329
|
"name": "*",
|
|
2338
2330
|
"declaration": {
|
|
2339
2331
|
"name": "*",
|
|
2340
|
-
"package": "./
|
|
2332
|
+
"package": "./accordion-item.styles"
|
|
2333
|
+
}
|
|
2334
|
+
},
|
|
2335
|
+
{
|
|
2336
|
+
"kind": "js",
|
|
2337
|
+
"name": "*",
|
|
2338
|
+
"declaration": {
|
|
2339
|
+
"name": "*",
|
|
2340
|
+
"package": "./accordion-item.template"
|
|
2341
2341
|
}
|
|
2342
2342
|
}
|
|
2343
2343
|
]
|