@genesislcap/foundation-zero 14.446.1 → 14.446.2-canary.search-bar
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 +557 -511
- package/dist/dts/react.d.ts +8 -9
- package/dist/react.cjs +7 -19
- package/dist/react.mjs +6 -18
- 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,528 +1441,327 @@
|
|
|
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
|
},
|
|
1670
|
-
"
|
|
1671
|
-
"name": "AccordionItem",
|
|
1672
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1673
|
-
}
|
|
1674
|
-
},
|
|
1675
|
-
{
|
|
1676
|
-
"kind": "method",
|
|
1677
|
-
"name": "compose",
|
|
1678
|
-
"privacy": "public",
|
|
1679
|
-
"static": true,
|
|
1680
|
-
"return": {
|
|
1681
|
-
"type": {
|
|
1682
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1683
|
-
}
|
|
1684
|
-
},
|
|
1685
|
-
"parameters": [
|
|
1686
|
-
{
|
|
1687
|
-
"name": "this",
|
|
1688
|
-
"type": {
|
|
1689
|
-
"text": "K"
|
|
1690
|
-
}
|
|
1691
|
-
},
|
|
1692
|
-
{
|
|
1693
|
-
"name": "elementDefinition",
|
|
1694
|
-
"type": {
|
|
1695
|
-
"text": "T"
|
|
1696
|
-
},
|
|
1697
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
1698
|
-
}
|
|
1699
|
-
],
|
|
1700
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1701
|
-
"inheritedFrom": {
|
|
1702
|
-
"name": "AccordionItem",
|
|
1703
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
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"
|
|
1714
|
-
}
|
|
1715
|
-
}
|
|
1716
|
-
]
|
|
1717
|
-
},
|
|
1718
|
-
{
|
|
1719
|
-
"kind": "variable",
|
|
1720
|
-
"name": "zeroAccordionItem"
|
|
1721
|
-
}
|
|
1722
|
-
],
|
|
1723
|
-
"exports": [
|
|
1724
|
-
{
|
|
1725
|
-
"kind": "js",
|
|
1726
|
-
"name": "AccordionItem",
|
|
1727
|
-
"declaration": {
|
|
1728
|
-
"name": "AccordionItem",
|
|
1729
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1730
|
-
}
|
|
1731
|
-
},
|
|
1732
|
-
{
|
|
1733
|
-
"kind": "js",
|
|
1734
|
-
"name": "zeroAccordionItem",
|
|
1735
|
-
"declaration": {
|
|
1736
|
-
"name": "zeroAccordionItem",
|
|
1737
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1738
|
-
}
|
|
1739
|
-
}
|
|
1740
|
-
]
|
|
1741
|
-
},
|
|
1742
|
-
{
|
|
1743
|
-
"kind": "javascript-module",
|
|
1744
|
-
"path": "src/accordion-item/index.ts",
|
|
1745
|
-
"declarations": [],
|
|
1746
|
-
"exports": [
|
|
1747
|
-
{
|
|
1748
|
-
"kind": "js",
|
|
1749
|
-
"name": "*",
|
|
1750
|
-
"declaration": {
|
|
1751
|
-
"name": "*",
|
|
1752
|
-
"package": "./accordion-item"
|
|
1753
|
-
}
|
|
1754
|
-
},
|
|
1755
|
-
{
|
|
1756
|
-
"kind": "js",
|
|
1757
|
-
"name": "*",
|
|
1758
|
-
"declaration": {
|
|
1759
|
-
"name": "*",
|
|
1760
|
-
"package": "./accordion-item.styles"
|
|
1761
|
-
}
|
|
1762
|
-
},
|
|
1763
|
-
{
|
|
1764
|
-
"kind": "js",
|
|
1765
|
-
"name": "*",
|
|
1766
|
-
"declaration": {
|
|
1767
|
-
"name": "*",
|
|
1768
|
-
"package": "./accordion-item.template"
|
|
1769
|
-
}
|
|
1770
|
-
}
|
|
1771
|
-
]
|
|
1772
|
-
},
|
|
1773
|
-
{
|
|
1774
|
-
"kind": "javascript-module",
|
|
1775
|
-
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1776
|
-
"declarations": [
|
|
1777
|
-
{
|
|
1778
|
-
"kind": "function",
|
|
1779
|
-
"name": "zeroActionsMenuStyles",
|
|
1780
|
-
"return": {
|
|
1781
|
-
"type": {
|
|
1782
|
-
"text": "ElementStyles"
|
|
1783
|
-
}
|
|
1784
|
-
},
|
|
1785
|
-
"parameters": [
|
|
1786
|
-
{
|
|
1787
|
-
"name": "context",
|
|
1788
|
-
"type": {
|
|
1789
|
-
"text": "ElementDefinitionContext"
|
|
1790
|
-
}
|
|
1791
|
-
},
|
|
1792
|
-
{
|
|
1793
|
-
"name": "definition",
|
|
1794
|
-
"type": {
|
|
1795
|
-
"text": "FoundationElementDefinition"
|
|
1796
|
-
}
|
|
1797
|
-
}
|
|
1798
|
-
]
|
|
1799
|
-
}
|
|
1800
|
-
],
|
|
1801
|
-
"exports": [
|
|
1802
|
-
{
|
|
1803
|
-
"kind": "js",
|
|
1804
|
-
"name": "zeroActionsMenuStyles",
|
|
1805
|
-
"declaration": {
|
|
1806
|
-
"name": "zeroActionsMenuStyles",
|
|
1807
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1808
|
-
}
|
|
1809
|
-
}
|
|
1810
|
-
]
|
|
1811
|
-
},
|
|
1812
|
-
{
|
|
1813
|
-
"kind": "javascript-module",
|
|
1814
|
-
"path": "src/actions-menu/actions-menu.ts",
|
|
1815
|
-
"declarations": [
|
|
1816
|
-
{
|
|
1817
|
-
"kind": "class",
|
|
1818
|
-
"description": "",
|
|
1819
|
-
"name": "ActionsMenu",
|
|
1820
|
-
"superclass": {
|
|
1821
|
-
"name": "FoundationActionsMenu",
|
|
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",
|
|
1674
|
+
"default": "false",
|
|
1870
1675
|
"inheritedFrom": {
|
|
1871
1676
|
"name": "ActionsMenu",
|
|
1872
1677
|
"module": "src/actions-menu/actions-menu.ts"
|
|
1873
1678
|
}
|
|
1874
1679
|
},
|
|
1875
1680
|
{
|
|
1876
|
-
"
|
|
1681
|
+
"kind": "field",
|
|
1682
|
+
"name": "hideMenuSingleOption",
|
|
1877
1683
|
"type": {
|
|
1878
1684
|
"text": "boolean"
|
|
1879
1685
|
},
|
|
1880
1686
|
"default": "false",
|
|
1881
|
-
"fieldName": "open",
|
|
1882
1687
|
"inheritedFrom": {
|
|
1883
1688
|
"name": "ActionsMenu",
|
|
1884
1689
|
"module": "src/actions-menu/actions-menu.ts"
|
|
1885
1690
|
}
|
|
1886
1691
|
},
|
|
1887
1692
|
{
|
|
1888
|
-
"
|
|
1693
|
+
"kind": "field",
|
|
1694
|
+
"name": "singleOption",
|
|
1889
1695
|
"type": {
|
|
1890
|
-
"text": "
|
|
1696
|
+
"text": "ActionMenuItem"
|
|
1891
1697
|
},
|
|
1892
|
-
"fieldName": "buttonAppearance",
|
|
1893
1698
|
"inheritedFrom": {
|
|
1894
1699
|
"name": "ActionsMenu",
|
|
1895
1700
|
"module": "src/actions-menu/actions-menu.ts"
|
|
1896
1701
|
}
|
|
1897
1702
|
},
|
|
1898
1703
|
{
|
|
1899
|
-
"
|
|
1704
|
+
"kind": "field",
|
|
1705
|
+
"name": "actionsMenu",
|
|
1900
1706
|
"type": {
|
|
1901
|
-
"text": "
|
|
1707
|
+
"text": "HTMLElement"
|
|
1902
1708
|
},
|
|
1903
|
-
"default": "false",
|
|
1904
|
-
"fieldName": "hideDisabled",
|
|
1905
1709
|
"inheritedFrom": {
|
|
1906
1710
|
"name": "ActionsMenu",
|
|
1907
1711
|
"module": "src/actions-menu/actions-menu.ts"
|
|
1908
1712
|
}
|
|
1909
1713
|
},
|
|
1910
1714
|
{
|
|
1911
|
-
"
|
|
1912
|
-
"
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
"text": "ActionMenuItem[]"
|
|
1929
|
-
},
|
|
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
|
+
],
|
|
1930
1732
|
"inheritedFrom": {
|
|
1931
1733
|
"name": "ActionsMenu",
|
|
1932
1734
|
"module": "src/actions-menu/actions-menu.ts"
|
|
1933
1735
|
}
|
|
1934
1736
|
},
|
|
1935
1737
|
{
|
|
1936
|
-
"kind": "
|
|
1937
|
-
"name": "
|
|
1938
|
-
"
|
|
1939
|
-
"text": "boolean"
|
|
1940
|
-
},
|
|
1941
|
-
"default": "false",
|
|
1738
|
+
"kind": "method",
|
|
1739
|
+
"name": "openChanged",
|
|
1740
|
+
"privacy": "protected",
|
|
1942
1741
|
"inheritedFrom": {
|
|
1943
1742
|
"name": "ActionsMenu",
|
|
1944
1743
|
"module": "src/actions-menu/actions-menu.ts"
|
|
1945
1744
|
}
|
|
1946
1745
|
},
|
|
1947
1746
|
{
|
|
1948
|
-
"kind": "
|
|
1949
|
-
"name": "
|
|
1950
|
-
"type": {
|
|
1951
|
-
"text": "boolean"
|
|
1952
|
-
},
|
|
1953
|
-
"default": "true",
|
|
1747
|
+
"kind": "method",
|
|
1748
|
+
"name": "toggleActionsMenuVisibility",
|
|
1954
1749
|
"inheritedFrom": {
|
|
1955
1750
|
"name": "ActionsMenu",
|
|
1956
1751
|
"module": "src/actions-menu/actions-menu.ts"
|
|
1957
1752
|
}
|
|
1958
1753
|
},
|
|
1959
1754
|
{
|
|
1960
|
-
"kind": "
|
|
1961
|
-
"name": "
|
|
1962
|
-
"
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1755
|
+
"kind": "method",
|
|
1756
|
+
"name": "onActionMenuItemClick",
|
|
1757
|
+
"parameters": [
|
|
1758
|
+
{
|
|
1759
|
+
"name": "callback",
|
|
1760
|
+
"type": {
|
|
1761
|
+
"text": "(rowData) => void | any"
|
|
1762
|
+
}
|
|
1763
|
+
}
|
|
1764
|
+
],
|
|
1966
1765
|
"inheritedFrom": {
|
|
1967
1766
|
"name": "ActionsMenu",
|
|
1968
1767
|
"module": "src/actions-menu/actions-menu.ts"
|
|
@@ -1970,10 +1769,11 @@
|
|
|
1970
1769
|
},
|
|
1971
1770
|
{
|
|
1972
1771
|
"kind": "field",
|
|
1973
|
-
"name": "
|
|
1772
|
+
"name": "allActions",
|
|
1974
1773
|
"type": {
|
|
1975
|
-
"text": "
|
|
1774
|
+
"text": "ActionMenuItem[]"
|
|
1976
1775
|
},
|
|
1776
|
+
"readonly": true,
|
|
1977
1777
|
"inheritedFrom": {
|
|
1978
1778
|
"name": "ActionsMenu",
|
|
1979
1779
|
"module": "src/actions-menu/actions-menu.ts"
|
|
@@ -1981,34 +1781,40 @@
|
|
|
1981
1781
|
},
|
|
1982
1782
|
{
|
|
1983
1783
|
"kind": "field",
|
|
1984
|
-
"name": "
|
|
1985
|
-
"
|
|
1986
|
-
"text": "any"
|
|
1987
|
-
},
|
|
1784
|
+
"name": "rowData",
|
|
1785
|
+
"readonly": true,
|
|
1988
1786
|
"inheritedFrom": {
|
|
1989
1787
|
"name": "ActionsMenu",
|
|
1990
1788
|
"module": "src/actions-menu/actions-menu.ts"
|
|
1991
1789
|
}
|
|
1992
1790
|
},
|
|
1993
1791
|
{
|
|
1994
|
-
"kind": "
|
|
1995
|
-
"name": "
|
|
1996
|
-
"
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
1792
|
+
"kind": "method",
|
|
1793
|
+
"name": "getLabel",
|
|
1794
|
+
"parameters": [
|
|
1795
|
+
{
|
|
1796
|
+
"name": "name",
|
|
1797
|
+
"type": {
|
|
1798
|
+
"text": "string | ((rowData: any) => string)"
|
|
1799
|
+
}
|
|
1800
|
+
}
|
|
1801
|
+
],
|
|
2000
1802
|
"inheritedFrom": {
|
|
2001
1803
|
"name": "ActionsMenu",
|
|
2002
1804
|
"module": "src/actions-menu/actions-menu.ts"
|
|
2003
1805
|
}
|
|
2004
1806
|
},
|
|
2005
1807
|
{
|
|
2006
|
-
"kind": "
|
|
2007
|
-
"name": "
|
|
2008
|
-
"
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
1808
|
+
"kind": "method",
|
|
1809
|
+
"name": "getTemplate",
|
|
1810
|
+
"parameters": [
|
|
1811
|
+
{
|
|
1812
|
+
"name": "prefix",
|
|
1813
|
+
"type": {
|
|
1814
|
+
"text": "string"
|
|
1815
|
+
}
|
|
1816
|
+
}
|
|
1817
|
+
],
|
|
2012
1818
|
"inheritedFrom": {
|
|
2013
1819
|
"name": "ActionsMenu",
|
|
2014
1820
|
"module": "src/actions-menu/actions-menu.ts"
|
|
@@ -2016,168 +1822,346 @@
|
|
|
2016
1822
|
},
|
|
2017
1823
|
{
|
|
2018
1824
|
"kind": "field",
|
|
2019
|
-
"name": "
|
|
1825
|
+
"name": "_presentation",
|
|
2020
1826
|
"type": {
|
|
2021
|
-
"text": "
|
|
1827
|
+
"text": "ComponentPresentation | null | undefined"
|
|
2022
1828
|
},
|
|
1829
|
+
"privacy": "private",
|
|
1830
|
+
"default": "void 0",
|
|
2023
1831
|
"inheritedFrom": {
|
|
2024
|
-
"name": "
|
|
2025
|
-
"module": "src/
|
|
1832
|
+
"name": "FoundationElement",
|
|
1833
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2026
1834
|
}
|
|
2027
1835
|
},
|
|
2028
1836
|
{
|
|
2029
1837
|
"kind": "field",
|
|
2030
|
-
"name": "
|
|
1838
|
+
"name": "$presentation",
|
|
2031
1839
|
"type": {
|
|
2032
|
-
"text": "
|
|
1840
|
+
"text": "ComponentPresentation | null"
|
|
2033
1841
|
},
|
|
2034
|
-
"
|
|
1842
|
+
"privacy": "public",
|
|
1843
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2035
1844
|
"inheritedFrom": {
|
|
2036
|
-
"name": "
|
|
2037
|
-
"module": "src/
|
|
1845
|
+
"name": "FoundationElement",
|
|
1846
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2038
1847
|
}
|
|
2039
1848
|
},
|
|
2040
1849
|
{
|
|
2041
1850
|
"kind": "field",
|
|
2042
|
-
"name": "
|
|
1851
|
+
"name": "template",
|
|
2043
1852
|
"type": {
|
|
2044
|
-
"text": "
|
|
1853
|
+
"text": "ElementViewTemplate | void | null"
|
|
2045
1854
|
},
|
|
2046
|
-
"
|
|
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.",
|
|
2047
1857
|
"inheritedFrom": {
|
|
2048
|
-
"name": "
|
|
2049
|
-
"module": "src/
|
|
1858
|
+
"name": "FoundationElement",
|
|
1859
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2050
1860
|
}
|
|
2051
1861
|
},
|
|
2052
1862
|
{
|
|
2053
|
-
"kind": "
|
|
2054
|
-
"name": "
|
|
2055
|
-
"
|
|
2056
|
-
|
|
1863
|
+
"kind": "method",
|
|
1864
|
+
"name": "templateChanged",
|
|
1865
|
+
"privacy": "protected",
|
|
1866
|
+
"return": {
|
|
1867
|
+
"type": {
|
|
1868
|
+
"text": "void"
|
|
1869
|
+
}
|
|
2057
1870
|
},
|
|
2058
1871
|
"inheritedFrom": {
|
|
2059
|
-
"name": "
|
|
2060
|
-
"module": "src/
|
|
1872
|
+
"name": "FoundationElement",
|
|
1873
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2061
1874
|
}
|
|
2062
1875
|
},
|
|
2063
1876
|
{
|
|
2064
1877
|
"kind": "field",
|
|
2065
|
-
"name": "
|
|
1878
|
+
"name": "styles",
|
|
2066
1879
|
"type": {
|
|
2067
|
-
"text": "
|
|
1880
|
+
"text": "ElementStyles | void | null"
|
|
2068
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.",
|
|
2069
1884
|
"inheritedFrom": {
|
|
2070
|
-
"name": "
|
|
2071
|
-
"module": "src/
|
|
1885
|
+
"name": "FoundationElement",
|
|
1886
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2072
1887
|
}
|
|
2073
1888
|
},
|
|
2074
1889
|
{
|
|
2075
1890
|
"kind": "method",
|
|
2076
|
-
"name": "
|
|
1891
|
+
"name": "stylesChanged",
|
|
2077
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"
|
|
1901
|
+
}
|
|
1902
|
+
},
|
|
1903
|
+
{
|
|
1904
|
+
"kind": "method",
|
|
1905
|
+
"name": "compose",
|
|
1906
|
+
"privacy": "public",
|
|
1907
|
+
"static": true,
|
|
1908
|
+
"return": {
|
|
1909
|
+
"type": {
|
|
1910
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1911
|
+
}
|
|
1912
|
+
},
|
|
2078
1913
|
"parameters": [
|
|
2079
1914
|
{
|
|
2080
|
-
"name": "
|
|
1915
|
+
"name": "this",
|
|
2081
1916
|
"type": {
|
|
2082
|
-
"text": "
|
|
1917
|
+
"text": "K"
|
|
2083
1918
|
}
|
|
2084
1919
|
},
|
|
2085
1920
|
{
|
|
2086
|
-
"name": "
|
|
1921
|
+
"name": "elementDefinition",
|
|
2087
1922
|
"type": {
|
|
2088
|
-
"text": "
|
|
2089
|
-
}
|
|
1923
|
+
"text": "T"
|
|
1924
|
+
},
|
|
1925
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
2090
1926
|
}
|
|
2091
1927
|
],
|
|
1928
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2092
1929
|
"inheritedFrom": {
|
|
2093
|
-
"name": "
|
|
2094
|
-
"module": "src/
|
|
1930
|
+
"name": "FoundationElement",
|
|
1931
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1932
|
+
}
|
|
1933
|
+
}
|
|
1934
|
+
]
|
|
1935
|
+
},
|
|
1936
|
+
{
|
|
1937
|
+
"kind": "variable",
|
|
1938
|
+
"name": "zeroActionsMenu",
|
|
1939
|
+
"description": "The Zero Actions Menu",
|
|
1940
|
+
"privacy": "public"
|
|
1941
|
+
}
|
|
1942
|
+
],
|
|
1943
|
+
"exports": [
|
|
1944
|
+
{
|
|
1945
|
+
"kind": "js",
|
|
1946
|
+
"name": "ActionsMenu",
|
|
1947
|
+
"declaration": {
|
|
1948
|
+
"name": "ActionsMenu",
|
|
1949
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1950
|
+
}
|
|
1951
|
+
},
|
|
1952
|
+
{
|
|
1953
|
+
"kind": "js",
|
|
1954
|
+
"name": "zeroActionsMenu",
|
|
1955
|
+
"declaration": {
|
|
1956
|
+
"name": "zeroActionsMenu",
|
|
1957
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1958
|
+
}
|
|
1959
|
+
}
|
|
1960
|
+
]
|
|
1961
|
+
},
|
|
1962
|
+
{
|
|
1963
|
+
"kind": "javascript-module",
|
|
1964
|
+
"path": "src/actions-menu/index.ts",
|
|
1965
|
+
"declarations": [],
|
|
1966
|
+
"exports": [
|
|
1967
|
+
{
|
|
1968
|
+
"kind": "js",
|
|
1969
|
+
"name": "*",
|
|
1970
|
+
"declaration": {
|
|
1971
|
+
"name": "*",
|
|
1972
|
+
"package": "./actions-menu"
|
|
1973
|
+
}
|
|
1974
|
+
},
|
|
1975
|
+
{
|
|
1976
|
+
"kind": "js",
|
|
1977
|
+
"name": "*",
|
|
1978
|
+
"declaration": {
|
|
1979
|
+
"name": "*",
|
|
1980
|
+
"package": "./actions-menu.styles"
|
|
1981
|
+
}
|
|
1982
|
+
}
|
|
1983
|
+
]
|
|
1984
|
+
},
|
|
1985
|
+
{
|
|
1986
|
+
"kind": "javascript-module",
|
|
1987
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1988
|
+
"declarations": [
|
|
1989
|
+
{
|
|
1990
|
+
"kind": "function",
|
|
1991
|
+
"name": "zeroAccordionItemStyles",
|
|
1992
|
+
"return": {
|
|
1993
|
+
"type": {
|
|
1994
|
+
"text": "ElementStyles"
|
|
1995
|
+
}
|
|
1996
|
+
},
|
|
1997
|
+
"parameters": [
|
|
1998
|
+
{
|
|
1999
|
+
"name": "context",
|
|
2000
|
+
"type": {
|
|
2001
|
+
"text": "ElementDefinitionContext"
|
|
2002
|
+
}
|
|
2003
|
+
},
|
|
2004
|
+
{
|
|
2005
|
+
"name": "definition",
|
|
2006
|
+
"type": {
|
|
2007
|
+
"text": "FoundationElementDefinition"
|
|
2008
|
+
}
|
|
2009
|
+
}
|
|
2010
|
+
]
|
|
2011
|
+
}
|
|
2012
|
+
],
|
|
2013
|
+
"exports": [
|
|
2014
|
+
{
|
|
2015
|
+
"kind": "js",
|
|
2016
|
+
"name": "zeroAccordionItemStyles",
|
|
2017
|
+
"declaration": {
|
|
2018
|
+
"name": "zeroAccordionItemStyles",
|
|
2019
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
2020
|
+
}
|
|
2021
|
+
}
|
|
2022
|
+
]
|
|
2023
|
+
},
|
|
2024
|
+
{
|
|
2025
|
+
"kind": "javascript-module",
|
|
2026
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
2027
|
+
"declarations": [
|
|
2028
|
+
{
|
|
2029
|
+
"kind": "function",
|
|
2030
|
+
"name": "zeroAccordionItemTemplate",
|
|
2031
|
+
"return": {
|
|
2032
|
+
"type": {
|
|
2033
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
2034
|
+
}
|
|
2035
|
+
},
|
|
2036
|
+
"parameters": [
|
|
2037
|
+
{
|
|
2038
|
+
"name": "context",
|
|
2039
|
+
"type": {
|
|
2040
|
+
"text": "ElementDefinitionContext"
|
|
2095
2041
|
}
|
|
2096
2042
|
},
|
|
2097
2043
|
{
|
|
2098
|
-
"
|
|
2099
|
-
"
|
|
2100
|
-
|
|
2044
|
+
"name": "definition",
|
|
2045
|
+
"type": {
|
|
2046
|
+
"text": "FoundationElementDefinition"
|
|
2047
|
+
}
|
|
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": [
|
|
2078
|
+
{
|
|
2079
|
+
"name": "heading-level",
|
|
2080
|
+
"type": {
|
|
2081
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
2082
|
+
},
|
|
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",
|
|
2101
2086
|
"inheritedFrom": {
|
|
2102
|
-
"name": "
|
|
2103
|
-
"module": "src/
|
|
2087
|
+
"name": "AccordionItem",
|
|
2088
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2104
2089
|
}
|
|
2105
2090
|
},
|
|
2106
2091
|
{
|
|
2107
|
-
"
|
|
2108
|
-
|
|
2092
|
+
"type": {
|
|
2093
|
+
"text": "boolean"
|
|
2094
|
+
},
|
|
2095
|
+
"default": "false",
|
|
2096
|
+
"description": "Expands or collapses the item.",
|
|
2097
|
+
"fieldName": "expanded",
|
|
2109
2098
|
"inheritedFrom": {
|
|
2110
|
-
"name": "
|
|
2111
|
-
"module": "src/
|
|
2099
|
+
"name": "AccordionItem",
|
|
2100
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2112
2101
|
}
|
|
2113
2102
|
},
|
|
2114
2103
|
{
|
|
2115
|
-
"
|
|
2116
|
-
"
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
"text": "(rowData) => void | any"
|
|
2122
|
-
}
|
|
2123
|
-
}
|
|
2124
|
-
],
|
|
2104
|
+
"name": "id",
|
|
2105
|
+
"type": {
|
|
2106
|
+
"text": "string"
|
|
2107
|
+
},
|
|
2108
|
+
"description": "The item ID",
|
|
2109
|
+
"fieldName": "id",
|
|
2125
2110
|
"inheritedFrom": {
|
|
2126
|
-
"name": "
|
|
2127
|
-
"module": "src/
|
|
2111
|
+
"name": "AccordionItem",
|
|
2112
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2128
2113
|
}
|
|
2129
|
-
}
|
|
2114
|
+
}
|
|
2115
|
+
],
|
|
2116
|
+
"members": [
|
|
2130
2117
|
{
|
|
2131
2118
|
"kind": "field",
|
|
2132
|
-
"name": "
|
|
2119
|
+
"name": "headinglevel",
|
|
2133
2120
|
"type": {
|
|
2134
|
-
"text": "
|
|
2121
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
2135
2122
|
},
|
|
2136
|
-
"
|
|
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.",
|
|
2137
2126
|
"inheritedFrom": {
|
|
2138
|
-
"name": "
|
|
2139
|
-
"module": "src/
|
|
2127
|
+
"name": "AccordionItem",
|
|
2128
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2140
2129
|
}
|
|
2141
2130
|
},
|
|
2142
2131
|
{
|
|
2143
2132
|
"kind": "field",
|
|
2144
|
-
"name": "
|
|
2145
|
-
"
|
|
2133
|
+
"name": "expanded",
|
|
2134
|
+
"type": {
|
|
2135
|
+
"text": "boolean"
|
|
2136
|
+
},
|
|
2137
|
+
"privacy": "public",
|
|
2138
|
+
"default": "false",
|
|
2139
|
+
"description": "Expands or collapses the item.",
|
|
2146
2140
|
"inheritedFrom": {
|
|
2147
|
-
"name": "
|
|
2148
|
-
"module": "src/
|
|
2141
|
+
"name": "AccordionItem",
|
|
2142
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2149
2143
|
}
|
|
2150
2144
|
},
|
|
2151
2145
|
{
|
|
2152
|
-
"kind": "
|
|
2153
|
-
"name": "
|
|
2154
|
-
"
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
}
|
|
2160
|
-
}
|
|
2161
|
-
],
|
|
2146
|
+
"kind": "field",
|
|
2147
|
+
"name": "id",
|
|
2148
|
+
"type": {
|
|
2149
|
+
"text": "string"
|
|
2150
|
+
},
|
|
2151
|
+
"privacy": "public",
|
|
2152
|
+
"description": "The item ID",
|
|
2162
2153
|
"inheritedFrom": {
|
|
2163
|
-
"name": "
|
|
2164
|
-
"module": "src/
|
|
2154
|
+
"name": "AccordionItem",
|
|
2155
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2165
2156
|
}
|
|
2166
2157
|
},
|
|
2167
2158
|
{
|
|
2168
|
-
"kind": "
|
|
2169
|
-
"name": "
|
|
2170
|
-
"
|
|
2171
|
-
{
|
|
2172
|
-
"name": "prefix",
|
|
2173
|
-
"type": {
|
|
2174
|
-
"text": "string"
|
|
2175
|
-
}
|
|
2176
|
-
}
|
|
2177
|
-
],
|
|
2159
|
+
"kind": "field",
|
|
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
|
]
|
|
@@ -32131,19 +32131,11 @@
|
|
|
32131
32131
|
"type": {
|
|
32132
32132
|
"text": "Event"
|
|
32133
32133
|
},
|
|
32134
|
-
"description": "
|
|
32134
|
+
"description": "Fires a custom 'change' event when the value updates",
|
|
32135
32135
|
"inheritedFrom": {
|
|
32136
32136
|
"name": "Combobox",
|
|
32137
32137
|
"module": "src/combobox/combobox.ts"
|
|
32138
32138
|
}
|
|
32139
|
-
},
|
|
32140
|
-
{
|
|
32141
|
-
"description": "Fired when the input is cleared by the user",
|
|
32142
|
-
"name": "inputdeleted",
|
|
32143
|
-
"inheritedFrom": {
|
|
32144
|
-
"name": "SearchBarCombobox",
|
|
32145
|
-
"module": "src/search-bar/search-bar-combobox.ts"
|
|
32146
|
-
}
|
|
32147
32139
|
}
|
|
32148
32140
|
]
|
|
32149
32141
|
},
|
|
@@ -32325,6 +32317,19 @@
|
|
|
32325
32317
|
"module": "src/search-bar/search-bar.ts"
|
|
32326
32318
|
}
|
|
32327
32319
|
},
|
|
32320
|
+
{
|
|
32321
|
+
"kind": "field",
|
|
32322
|
+
"name": "clearButton",
|
|
32323
|
+
"type": {
|
|
32324
|
+
"text": "boolean"
|
|
32325
|
+
},
|
|
32326
|
+
"default": "true",
|
|
32327
|
+
"attribute": "clear-button",
|
|
32328
|
+
"inheritedFrom": {
|
|
32329
|
+
"name": "SearchBar",
|
|
32330
|
+
"module": "src/search-bar/search-bar.ts"
|
|
32331
|
+
}
|
|
32332
|
+
},
|
|
32328
32333
|
{
|
|
32329
32334
|
"kind": "field",
|
|
32330
32335
|
"name": "loading",
|
|
@@ -32375,6 +32380,7 @@
|
|
|
32375
32380
|
"kind": "method",
|
|
32376
32381
|
"name": "clear",
|
|
32377
32382
|
"privacy": "public",
|
|
32383
|
+
"description": "Clears all search chips and the current input, and emits `selectionChange` with an empty array.",
|
|
32378
32384
|
"inheritedFrom": {
|
|
32379
32385
|
"name": "SearchBar",
|
|
32380
32386
|
"module": "src/search-bar/search-bar.ts"
|
|
@@ -32389,6 +32395,32 @@
|
|
|
32389
32395
|
"text": "void"
|
|
32390
32396
|
}
|
|
32391
32397
|
},
|
|
32398
|
+
"description": "Alias for SearchBar.clear.",
|
|
32399
|
+
"inheritedFrom": {
|
|
32400
|
+
"name": "SearchBar",
|
|
32401
|
+
"module": "src/search-bar/search-bar.ts"
|
|
32402
|
+
}
|
|
32403
|
+
},
|
|
32404
|
+
{
|
|
32405
|
+
"kind": "method",
|
|
32406
|
+
"name": "selectedOptionsChanged",
|
|
32407
|
+
"inheritedFrom": {
|
|
32408
|
+
"name": "SearchBar",
|
|
32409
|
+
"module": "src/search-bar/search-bar.ts"
|
|
32410
|
+
}
|
|
32411
|
+
},
|
|
32412
|
+
{
|
|
32413
|
+
"kind": "method",
|
|
32414
|
+
"name": "optionsChanged",
|
|
32415
|
+
"inheritedFrom": {
|
|
32416
|
+
"name": "SearchBar",
|
|
32417
|
+
"module": "src/search-bar/search-bar.ts"
|
|
32418
|
+
}
|
|
32419
|
+
},
|
|
32420
|
+
{
|
|
32421
|
+
"kind": "method",
|
|
32422
|
+
"name": "applySearchInputLock",
|
|
32423
|
+
"privacy": "private",
|
|
32392
32424
|
"inheritedFrom": {
|
|
32393
32425
|
"name": "SearchBar",
|
|
32394
32426
|
"module": "src/search-bar/search-bar.ts"
|
|
@@ -32632,6 +32664,20 @@
|
|
|
32632
32664
|
"tagName": "%%prefix%%-search-bar",
|
|
32633
32665
|
"customElement": true,
|
|
32634
32666
|
"attributes": [
|
|
32667
|
+
{
|
|
32668
|
+
"name": "clear-button",
|
|
32669
|
+
"type": {
|
|
32670
|
+
"text": "boolean"
|
|
32671
|
+
},
|
|
32672
|
+
"default": "true",
|
|
32673
|
+
"attribute": "clear-button",
|
|
32674
|
+
"fieldName": "clearButton",
|
|
32675
|
+
"description": "when true, shows the end clear control when there are chips or typed text. When false, use {@link SearchBar.clear} or {@link SearchBar.clearSearch} to reset programmatically.",
|
|
32676
|
+
"inheritedFrom": {
|
|
32677
|
+
"name": "SearchBar",
|
|
32678
|
+
"module": "src/search-bar/search-bar.ts"
|
|
32679
|
+
}
|
|
32680
|
+
},
|
|
32635
32681
|
{
|
|
32636
32682
|
"name": "appearance",
|
|
32637
32683
|
"type": {
|