@genesislcap/foundation-zero 14.436.0-FUI-2489.3 → 14.436.0-FUI-2489.4
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 +1548 -1548
- package/dist/dts/react.d.ts +27 -27
- package/dist/react.cjs +18 -18
- package/dist/react.mjs +15 -15
- 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,492 +1441,339 @@
|
|
|
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",
|
|
1674
|
+
"default": "false",
|
|
1834
1675
|
"inheritedFrom": {
|
|
1835
1676
|
"name": "ActionsMenu",
|
|
1836
1677
|
"module": "src/actions-menu/actions-menu.ts"
|
|
1837
1678
|
}
|
|
1838
1679
|
},
|
|
1839
1680
|
{
|
|
1840
|
-
"
|
|
1681
|
+
"kind": "field",
|
|
1682
|
+
"name": "hideMenuSingleOption",
|
|
1841
1683
|
"type": {
|
|
1842
1684
|
"text": "boolean"
|
|
1843
1685
|
},
|
|
1844
|
-
"default": "
|
|
1845
|
-
"fieldName": "addDefaultActions",
|
|
1686
|
+
"default": "false",
|
|
1846
1687
|
"inheritedFrom": {
|
|
1847
1688
|
"name": "ActionsMenu",
|
|
1848
1689
|
"module": "src/actions-menu/actions-menu.ts"
|
|
1849
1690
|
}
|
|
1850
1691
|
},
|
|
1851
1692
|
{
|
|
1852
|
-
"
|
|
1693
|
+
"kind": "field",
|
|
1694
|
+
"name": "singleOption",
|
|
1853
1695
|
"type": {
|
|
1854
|
-
"text": "
|
|
1696
|
+
"text": "ActionMenuItem"
|
|
1855
1697
|
},
|
|
1856
|
-
"default": "true",
|
|
1857
|
-
"fieldName": "autoCloseOnAction",
|
|
1858
1698
|
"inheritedFrom": {
|
|
1859
1699
|
"name": "ActionsMenu",
|
|
1860
1700
|
"module": "src/actions-menu/actions-menu.ts"
|
|
1861
1701
|
}
|
|
1862
1702
|
},
|
|
1863
1703
|
{
|
|
1864
|
-
"
|
|
1704
|
+
"kind": "field",
|
|
1705
|
+
"name": "actionsMenu",
|
|
1865
1706
|
"type": {
|
|
1866
|
-
"text": "
|
|
1707
|
+
"text": "HTMLElement"
|
|
1867
1708
|
},
|
|
1868
|
-
"default": "'Actions'",
|
|
1869
|
-
"fieldName": "name",
|
|
1870
1709
|
"inheritedFrom": {
|
|
1871
1710
|
"name": "ActionsMenu",
|
|
1872
1711
|
"module": "src/actions-menu/actions-menu.ts"
|
|
1873
1712
|
}
|
|
1874
1713
|
},
|
|
1875
1714
|
{
|
|
1876
|
-
"
|
|
1877
|
-
"
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
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
|
+
],
|
|
1882
1732
|
"inheritedFrom": {
|
|
1883
1733
|
"name": "ActionsMenu",
|
|
1884
1734
|
"module": "src/actions-menu/actions-menu.ts"
|
|
1885
1735
|
}
|
|
1886
1736
|
},
|
|
1887
1737
|
{
|
|
1888
|
-
"
|
|
1889
|
-
"
|
|
1890
|
-
|
|
1891
|
-
},
|
|
1892
|
-
"fieldName": "buttonAppearance",
|
|
1738
|
+
"kind": "method",
|
|
1739
|
+
"name": "openChanged",
|
|
1740
|
+
"privacy": "protected",
|
|
1893
1741
|
"inheritedFrom": {
|
|
1894
1742
|
"name": "ActionsMenu",
|
|
1895
1743
|
"module": "src/actions-menu/actions-menu.ts"
|
|
1896
1744
|
}
|
|
1897
1745
|
},
|
|
1898
1746
|
{
|
|
1899
|
-
"
|
|
1900
|
-
"
|
|
1901
|
-
"text": "boolean"
|
|
1902
|
-
},
|
|
1903
|
-
"default": "false",
|
|
1904
|
-
"fieldName": "hideDisabled",
|
|
1747
|
+
"kind": "method",
|
|
1748
|
+
"name": "toggleActionsMenuVisibility",
|
|
1905
1749
|
"inheritedFrom": {
|
|
1906
1750
|
"name": "ActionsMenu",
|
|
1907
1751
|
"module": "src/actions-menu/actions-menu.ts"
|
|
1908
1752
|
}
|
|
1909
1753
|
},
|
|
1910
1754
|
{
|
|
1911
|
-
"
|
|
1912
|
-
"
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1755
|
+
"kind": "method",
|
|
1756
|
+
"name": "onActionMenuItemClick",
|
|
1757
|
+
"parameters": [
|
|
1758
|
+
{
|
|
1759
|
+
"name": "callback",
|
|
1760
|
+
"type": {
|
|
1761
|
+
"text": "(rowData) => void | any"
|
|
1762
|
+
}
|
|
1763
|
+
}
|
|
1764
|
+
],
|
|
1917
1765
|
"inheritedFrom": {
|
|
1918
1766
|
"name": "ActionsMenu",
|
|
1919
1767
|
"module": "src/actions-menu/actions-menu.ts"
|
|
1920
1768
|
}
|
|
1921
|
-
}
|
|
1922
|
-
],
|
|
1923
|
-
"members": [
|
|
1769
|
+
},
|
|
1924
1770
|
{
|
|
1925
1771
|
"kind": "field",
|
|
1926
|
-
"name": "
|
|
1772
|
+
"name": "allActions",
|
|
1927
1773
|
"type": {
|
|
1928
1774
|
"text": "ActionMenuItem[]"
|
|
1929
1775
|
},
|
|
1776
|
+
"readonly": true,
|
|
1930
1777
|
"inheritedFrom": {
|
|
1931
1778
|
"name": "ActionsMenu",
|
|
1932
1779
|
"module": "src/actions-menu/actions-menu.ts"
|
|
@@ -1934,215 +1781,8 @@
|
|
|
1934
1781
|
},
|
|
1935
1782
|
{
|
|
1936
1783
|
"kind": "field",
|
|
1937
|
-
"name": "
|
|
1938
|
-
"
|
|
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
|
-
},
|
|
1971
|
-
{
|
|
1972
|
-
"kind": "field",
|
|
1973
|
-
"name": "classNames",
|
|
1974
|
-
"type": {
|
|
1975
|
-
"text": "string"
|
|
1976
|
-
},
|
|
1977
|
-
"inheritedFrom": {
|
|
1978
|
-
"name": "ActionsMenu",
|
|
1979
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1980
|
-
}
|
|
1981
|
-
},
|
|
1982
|
-
{
|
|
1983
|
-
"kind": "field",
|
|
1984
|
-
"name": "definition",
|
|
1985
|
-
"type": {
|
|
1986
|
-
"text": "any"
|
|
1987
|
-
},
|
|
1988
|
-
"inheritedFrom": {
|
|
1989
|
-
"name": "ActionsMenu",
|
|
1990
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1991
|
-
}
|
|
1992
|
-
},
|
|
1993
|
-
{
|
|
1994
|
-
"kind": "field",
|
|
1995
|
-
"name": "name",
|
|
1996
|
-
"type": {
|
|
1997
|
-
"text": "string"
|
|
1998
|
-
},
|
|
1999
|
-
"default": "'Actions'",
|
|
2000
|
-
"inheritedFrom": {
|
|
2001
|
-
"name": "ActionsMenu",
|
|
2002
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2003
|
-
}
|
|
2004
|
-
},
|
|
2005
|
-
{
|
|
2006
|
-
"kind": "field",
|
|
2007
|
-
"name": "open",
|
|
2008
|
-
"type": {
|
|
2009
|
-
"text": "boolean"
|
|
2010
|
-
},
|
|
2011
|
-
"default": "false",
|
|
2012
|
-
"inheritedFrom": {
|
|
2013
|
-
"name": "ActionsMenu",
|
|
2014
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2015
|
-
}
|
|
2016
|
-
},
|
|
2017
|
-
{
|
|
2018
|
-
"kind": "field",
|
|
2019
|
-
"name": "buttonAppearance",
|
|
2020
|
-
"type": {
|
|
2021
|
-
"text": "string"
|
|
2022
|
-
},
|
|
2023
|
-
"inheritedFrom": {
|
|
2024
|
-
"name": "ActionsMenu",
|
|
2025
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2026
|
-
}
|
|
2027
|
-
},
|
|
2028
|
-
{
|
|
2029
|
-
"kind": "field",
|
|
2030
|
-
"name": "hideDisabled",
|
|
2031
|
-
"type": {
|
|
2032
|
-
"text": "boolean"
|
|
2033
|
-
},
|
|
2034
|
-
"default": "false",
|
|
2035
|
-
"inheritedFrom": {
|
|
2036
|
-
"name": "ActionsMenu",
|
|
2037
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2038
|
-
}
|
|
2039
|
-
},
|
|
2040
|
-
{
|
|
2041
|
-
"kind": "field",
|
|
2042
|
-
"name": "hideMenuSingleOption",
|
|
2043
|
-
"type": {
|
|
2044
|
-
"text": "boolean"
|
|
2045
|
-
},
|
|
2046
|
-
"default": "false",
|
|
2047
|
-
"inheritedFrom": {
|
|
2048
|
-
"name": "ActionsMenu",
|
|
2049
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
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"
|
|
2128
|
-
}
|
|
2129
|
-
},
|
|
2130
|
-
{
|
|
2131
|
-
"kind": "field",
|
|
2132
|
-
"name": "allActions",
|
|
2133
|
-
"type": {
|
|
2134
|
-
"text": "ActionMenuItem[]"
|
|
2135
|
-
},
|
|
2136
|
-
"readonly": true,
|
|
2137
|
-
"inheritedFrom": {
|
|
2138
|
-
"name": "ActionsMenu",
|
|
2139
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2140
|
-
}
|
|
2141
|
-
},
|
|
2142
|
-
{
|
|
2143
|
-
"kind": "field",
|
|
2144
|
-
"name": "rowData",
|
|
2145
|
-
"readonly": true,
|
|
1784
|
+
"name": "rowData",
|
|
1785
|
+
"readonly": true,
|
|
2146
1786
|
"inheritedFrom": {
|
|
2147
1787
|
"name": "ActionsMenu",
|
|
2148
1788
|
"module": "src/actions-menu/actions-menu.ts"
|
|
@@ -6137,103 +5777,184 @@
|
|
|
6137
5777
|
},
|
|
6138
5778
|
{
|
|
6139
5779
|
"kind": "javascript-module",
|
|
6140
|
-
"path": "src/
|
|
5780
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
6141
5781
|
"declarations": [
|
|
6142
5782
|
{
|
|
6143
|
-
"kind": "
|
|
6144
|
-
"name": "
|
|
6145
|
-
"
|
|
5783
|
+
"kind": "function",
|
|
5784
|
+
"name": "zeroAccordionItemStyles",
|
|
5785
|
+
"return": {
|
|
5786
|
+
"type": {
|
|
5787
|
+
"text": "ElementStyles"
|
|
5788
|
+
}
|
|
5789
|
+
},
|
|
5790
|
+
"parameters": [
|
|
5791
|
+
{
|
|
5792
|
+
"name": "context",
|
|
5793
|
+
"type": {
|
|
5794
|
+
"text": "ElementDefinitionContext"
|
|
5795
|
+
}
|
|
5796
|
+
},
|
|
5797
|
+
{
|
|
5798
|
+
"name": "definition",
|
|
5799
|
+
"type": {
|
|
5800
|
+
"text": "FoundationElementDefinition"
|
|
5801
|
+
}
|
|
5802
|
+
}
|
|
5803
|
+
]
|
|
6146
5804
|
}
|
|
6147
5805
|
],
|
|
6148
5806
|
"exports": [
|
|
6149
5807
|
{
|
|
6150
5808
|
"kind": "js",
|
|
6151
|
-
"name": "
|
|
5809
|
+
"name": "zeroAccordionItemStyles",
|
|
6152
5810
|
"declaration": {
|
|
6153
|
-
"name": "
|
|
6154
|
-
"module": "src/
|
|
5811
|
+
"name": "zeroAccordionItemStyles",
|
|
5812
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
6155
5813
|
}
|
|
6156
5814
|
}
|
|
6157
5815
|
]
|
|
6158
5816
|
},
|
|
6159
5817
|
{
|
|
6160
5818
|
"kind": "javascript-module",
|
|
6161
|
-
"path": "src/
|
|
5819
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
6162
5820
|
"declarations": [
|
|
6163
5821
|
{
|
|
6164
|
-
"kind": "
|
|
6165
|
-
"name": "
|
|
6166
|
-
"
|
|
6167
|
-
|
|
6168
|
-
|
|
6169
|
-
|
|
6170
|
-
"description": "",
|
|
6171
|
-
"name": "Banner",
|
|
6172
|
-
"superclass": {
|
|
6173
|
-
"name": "FoundationBanner",
|
|
6174
|
-
"package": "@genesislcap/foundation-ui"
|
|
5822
|
+
"kind": "function",
|
|
5823
|
+
"name": "zeroAccordionItemTemplate",
|
|
5824
|
+
"return": {
|
|
5825
|
+
"type": {
|
|
5826
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
5827
|
+
}
|
|
6175
5828
|
},
|
|
6176
|
-
"
|
|
6177
|
-
"customElement": true,
|
|
6178
|
-
"members": [
|
|
5829
|
+
"parameters": [
|
|
6179
5830
|
{
|
|
6180
|
-
"
|
|
6181
|
-
"name": "banner",
|
|
5831
|
+
"name": "context",
|
|
6182
5832
|
"type": {
|
|
6183
|
-
"text": "
|
|
5833
|
+
"text": "ElementDefinitionContext"
|
|
5834
|
+
}
|
|
5835
|
+
},
|
|
5836
|
+
{
|
|
5837
|
+
"name": "definition",
|
|
5838
|
+
"type": {
|
|
5839
|
+
"text": "FoundationElementDefinition"
|
|
5840
|
+
}
|
|
5841
|
+
}
|
|
5842
|
+
]
|
|
5843
|
+
}
|
|
5844
|
+
],
|
|
5845
|
+
"exports": [
|
|
5846
|
+
{
|
|
5847
|
+
"kind": "js",
|
|
5848
|
+
"name": "zeroAccordionItemTemplate",
|
|
5849
|
+
"declaration": {
|
|
5850
|
+
"name": "zeroAccordionItemTemplate",
|
|
5851
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
5852
|
+
}
|
|
5853
|
+
}
|
|
5854
|
+
]
|
|
5855
|
+
},
|
|
5856
|
+
{
|
|
5857
|
+
"kind": "javascript-module",
|
|
5858
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
5859
|
+
"declarations": [
|
|
5860
|
+
{
|
|
5861
|
+
"kind": "class",
|
|
5862
|
+
"description": "",
|
|
5863
|
+
"name": "AccordionItem",
|
|
5864
|
+
"superclass": {
|
|
5865
|
+
"name": "FoundationAccordionItem",
|
|
5866
|
+
"package": "@genesislcap/foundation-ui"
|
|
5867
|
+
},
|
|
5868
|
+
"tagName": "%%prefix%%-card",
|
|
5869
|
+
"customElement": true,
|
|
5870
|
+
"attributes": [
|
|
5871
|
+
{
|
|
5872
|
+
"name": "heading-level",
|
|
5873
|
+
"type": {
|
|
5874
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
6184
5875
|
},
|
|
6185
|
-
"
|
|
5876
|
+
"default": "2",
|
|
5877
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
5878
|
+
"fieldName": "headinglevel",
|
|
6186
5879
|
"inheritedFrom": {
|
|
6187
|
-
"name": "
|
|
6188
|
-
"module": "src/
|
|
5880
|
+
"name": "AccordionItem",
|
|
5881
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
6189
5882
|
}
|
|
6190
5883
|
},
|
|
6191
5884
|
{
|
|
6192
|
-
"kind": "field",
|
|
6193
|
-
"name": "dismissAnimation",
|
|
6194
5885
|
"type": {
|
|
6195
|
-
"text": "
|
|
5886
|
+
"text": "boolean"
|
|
6196
5887
|
},
|
|
6197
|
-
"default": "
|
|
5888
|
+
"default": "false",
|
|
5889
|
+
"description": "Expands or collapses the item.",
|
|
5890
|
+
"fieldName": "expanded",
|
|
6198
5891
|
"inheritedFrom": {
|
|
6199
|
-
"name": "
|
|
6200
|
-
"module": "src/
|
|
5892
|
+
"name": "AccordionItem",
|
|
5893
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
6201
5894
|
}
|
|
6202
5895
|
},
|
|
5896
|
+
{
|
|
5897
|
+
"name": "id",
|
|
5898
|
+
"type": {
|
|
5899
|
+
"text": "string"
|
|
5900
|
+
},
|
|
5901
|
+
"description": "The item ID",
|
|
5902
|
+
"fieldName": "id",
|
|
5903
|
+
"inheritedFrom": {
|
|
5904
|
+
"name": "AccordionItem",
|
|
5905
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
5906
|
+
}
|
|
5907
|
+
}
|
|
5908
|
+
],
|
|
5909
|
+
"members": [
|
|
6203
5910
|
{
|
|
6204
5911
|
"kind": "field",
|
|
6205
|
-
"name": "
|
|
5912
|
+
"name": "headinglevel",
|
|
6206
5913
|
"type": {
|
|
6207
|
-
"text": "
|
|
5914
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
6208
5915
|
},
|
|
5916
|
+
"privacy": "public",
|
|
5917
|
+
"default": "2",
|
|
5918
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
6209
5919
|
"inheritedFrom": {
|
|
6210
|
-
"name": "
|
|
6211
|
-
"module": "src/
|
|
5920
|
+
"name": "AccordionItem",
|
|
5921
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
6212
5922
|
}
|
|
6213
5923
|
},
|
|
6214
5924
|
{
|
|
6215
|
-
"kind": "
|
|
6216
|
-
"name": "
|
|
6217
|
-
"
|
|
6218
|
-
|
|
6219
|
-
"type": {
|
|
6220
|
-
"text": "Promise<void>"
|
|
6221
|
-
}
|
|
5925
|
+
"kind": "field",
|
|
5926
|
+
"name": "expanded",
|
|
5927
|
+
"type": {
|
|
5928
|
+
"text": "boolean"
|
|
6222
5929
|
},
|
|
6223
|
-
"
|
|
5930
|
+
"privacy": "public",
|
|
5931
|
+
"default": "false",
|
|
5932
|
+
"description": "Expands or collapses the item.",
|
|
6224
5933
|
"inheritedFrom": {
|
|
6225
|
-
"name": "
|
|
6226
|
-
"module": "src/
|
|
5934
|
+
"name": "AccordionItem",
|
|
5935
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
6227
5936
|
}
|
|
6228
5937
|
},
|
|
6229
5938
|
{
|
|
6230
|
-
"kind": "
|
|
6231
|
-
"name": "
|
|
5939
|
+
"kind": "field",
|
|
5940
|
+
"name": "id",
|
|
5941
|
+
"type": {
|
|
5942
|
+
"text": "string"
|
|
5943
|
+
},
|
|
6232
5944
|
"privacy": "public",
|
|
6233
|
-
"description": "
|
|
5945
|
+
"description": "The item ID",
|
|
6234
5946
|
"inheritedFrom": {
|
|
6235
|
-
"name": "
|
|
6236
|
-
"module": "src/
|
|
5947
|
+
"name": "AccordionItem",
|
|
5948
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
5949
|
+
}
|
|
5950
|
+
},
|
|
5951
|
+
{
|
|
5952
|
+
"kind": "field",
|
|
5953
|
+
"name": "change",
|
|
5954
|
+
"privacy": "private",
|
|
5955
|
+
"inheritedFrom": {
|
|
5956
|
+
"name": "AccordionItem",
|
|
5957
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
6237
5958
|
}
|
|
6238
5959
|
},
|
|
6239
5960
|
{
|
|
@@ -6245,8 +5966,8 @@
|
|
|
6245
5966
|
"privacy": "private",
|
|
6246
5967
|
"default": "void 0",
|
|
6247
5968
|
"inheritedFrom": {
|
|
6248
|
-
"name": "
|
|
6249
|
-
"module": "src/
|
|
5969
|
+
"name": "AccordionItem",
|
|
5970
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
6250
5971
|
}
|
|
6251
5972
|
},
|
|
6252
5973
|
{
|
|
@@ -6258,8 +5979,8 @@
|
|
|
6258
5979
|
"privacy": "public",
|
|
6259
5980
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
6260
5981
|
"inheritedFrom": {
|
|
6261
|
-
"name": "
|
|
6262
|
-
"module": "src/
|
|
5982
|
+
"name": "AccordionItem",
|
|
5983
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
6263
5984
|
}
|
|
6264
5985
|
},
|
|
6265
5986
|
{
|
|
@@ -6271,8 +5992,8 @@
|
|
|
6271
5992
|
"privacy": "public",
|
|
6272
5993
|
"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.",
|
|
6273
5994
|
"inheritedFrom": {
|
|
6274
|
-
"name": "
|
|
6275
|
-
"module": "src/
|
|
5995
|
+
"name": "AccordionItem",
|
|
5996
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
6276
5997
|
}
|
|
6277
5998
|
},
|
|
6278
5999
|
{
|
|
@@ -6285,8 +6006,8 @@
|
|
|
6285
6006
|
}
|
|
6286
6007
|
},
|
|
6287
6008
|
"inheritedFrom": {
|
|
6288
|
-
"name": "
|
|
6289
|
-
"module": "src/
|
|
6009
|
+
"name": "AccordionItem",
|
|
6010
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
6290
6011
|
}
|
|
6291
6012
|
},
|
|
6292
6013
|
{
|
|
@@ -6298,8 +6019,8 @@
|
|
|
6298
6019
|
"privacy": "public",
|
|
6299
6020
|
"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.",
|
|
6300
6021
|
"inheritedFrom": {
|
|
6301
|
-
"name": "
|
|
6302
|
-
"module": "src/
|
|
6022
|
+
"name": "AccordionItem",
|
|
6023
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
6303
6024
|
}
|
|
6304
6025
|
},
|
|
6305
6026
|
{
|
|
@@ -6312,8 +6033,8 @@
|
|
|
6312
6033
|
}
|
|
6313
6034
|
},
|
|
6314
6035
|
"inheritedFrom": {
|
|
6315
|
-
"name": "
|
|
6316
|
-
"module": "src/
|
|
6036
|
+
"name": "AccordionItem",
|
|
6037
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
6317
6038
|
}
|
|
6318
6039
|
},
|
|
6319
6040
|
{
|
|
@@ -6343,57 +6064,57 @@
|
|
|
6343
6064
|
],
|
|
6344
6065
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
6345
6066
|
"inheritedFrom": {
|
|
6346
|
-
"name": "
|
|
6347
|
-
"module": "src/
|
|
6067
|
+
"name": "AccordionItem",
|
|
6068
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
6069
|
+
}
|
|
6070
|
+
}
|
|
6071
|
+
],
|
|
6072
|
+
"events": [
|
|
6073
|
+
{
|
|
6074
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
6075
|
+
"name": "change",
|
|
6076
|
+
"inheritedFrom": {
|
|
6077
|
+
"name": "AccordionItem",
|
|
6078
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
6348
6079
|
}
|
|
6349
6080
|
}
|
|
6350
6081
|
]
|
|
6351
6082
|
},
|
|
6352
6083
|
{
|
|
6353
6084
|
"kind": "variable",
|
|
6354
|
-
"name": "
|
|
6355
|
-
"description": "The Zero Banner",
|
|
6356
|
-
"privacy": "public"
|
|
6085
|
+
"name": "zeroAccordionItem"
|
|
6357
6086
|
}
|
|
6358
6087
|
],
|
|
6359
6088
|
"exports": [
|
|
6360
6089
|
{
|
|
6361
6090
|
"kind": "js",
|
|
6362
|
-
"name": "
|
|
6363
|
-
"declaration": {
|
|
6364
|
-
"name": "zeroBannerShadowOptions",
|
|
6365
|
-
"module": "src/banner/banner.ts"
|
|
6366
|
-
}
|
|
6367
|
-
},
|
|
6368
|
-
{
|
|
6369
|
-
"kind": "js",
|
|
6370
|
-
"name": "Banner",
|
|
6091
|
+
"name": "AccordionItem",
|
|
6371
6092
|
"declaration": {
|
|
6372
|
-
"name": "
|
|
6373
|
-
"module": "src/
|
|
6093
|
+
"name": "AccordionItem",
|
|
6094
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
6374
6095
|
}
|
|
6375
6096
|
},
|
|
6376
6097
|
{
|
|
6377
6098
|
"kind": "js",
|
|
6378
|
-
"name": "
|
|
6099
|
+
"name": "zeroAccordionItem",
|
|
6379
6100
|
"declaration": {
|
|
6380
|
-
"name": "
|
|
6381
|
-
"module": "src/
|
|
6101
|
+
"name": "zeroAccordionItem",
|
|
6102
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
6382
6103
|
}
|
|
6383
6104
|
}
|
|
6384
6105
|
]
|
|
6385
6106
|
},
|
|
6386
6107
|
{
|
|
6387
6108
|
"kind": "javascript-module",
|
|
6388
|
-
"path": "src/
|
|
6109
|
+
"path": "src/accordion-item/index.ts",
|
|
6389
6110
|
"declarations": [],
|
|
6390
6111
|
"exports": [
|
|
6391
6112
|
{
|
|
6392
6113
|
"kind": "js",
|
|
6393
|
-
"name": "
|
|
6114
|
+
"name": "*",
|
|
6394
6115
|
"declaration": {
|
|
6395
|
-
"name": "
|
|
6396
|
-
"package": "
|
|
6116
|
+
"name": "*",
|
|
6117
|
+
"package": "./accordion-item"
|
|
6397
6118
|
}
|
|
6398
6119
|
},
|
|
6399
6120
|
{
|
|
@@ -6401,7 +6122,7 @@
|
|
|
6401
6122
|
"name": "*",
|
|
6402
6123
|
"declaration": {
|
|
6403
6124
|
"name": "*",
|
|
6404
|
-
"package": "./
|
|
6125
|
+
"package": "./accordion-item.styles"
|
|
6405
6126
|
}
|
|
6406
6127
|
},
|
|
6407
6128
|
{
|
|
@@ -6409,191 +6130,110 @@
|
|
|
6409
6130
|
"name": "*",
|
|
6410
6131
|
"declaration": {
|
|
6411
6132
|
"name": "*",
|
|
6412
|
-
"package": "./
|
|
6133
|
+
"package": "./accordion-item.template"
|
|
6413
6134
|
}
|
|
6414
6135
|
}
|
|
6415
6136
|
]
|
|
6416
6137
|
},
|
|
6417
6138
|
{
|
|
6418
6139
|
"kind": "javascript-module",
|
|
6419
|
-
"path": "src/
|
|
6140
|
+
"path": "src/banner/banner.styles.ts",
|
|
6420
6141
|
"declarations": [
|
|
6421
6142
|
{
|
|
6422
|
-
"kind": "
|
|
6423
|
-
"name": "
|
|
6424
|
-
"
|
|
6425
|
-
"type": {
|
|
6426
|
-
"text": "ElementStyles"
|
|
6427
|
-
}
|
|
6428
|
-
},
|
|
6429
|
-
"parameters": [
|
|
6430
|
-
{
|
|
6431
|
-
"name": "context",
|
|
6432
|
-
"type": {
|
|
6433
|
-
"text": "ElementDefinitionContext"
|
|
6434
|
-
}
|
|
6435
|
-
},
|
|
6436
|
-
{
|
|
6437
|
-
"name": "definition",
|
|
6438
|
-
"type": {
|
|
6439
|
-
"text": "FoundationElementDefinition"
|
|
6440
|
-
}
|
|
6441
|
-
}
|
|
6442
|
-
]
|
|
6143
|
+
"kind": "variable",
|
|
6144
|
+
"name": "zeroBannerStyles",
|
|
6145
|
+
"default": "css`\n ${foundationBannerStyles}\n .banner {\n background-color: ${neutralLayer1};\n }\n`"
|
|
6443
6146
|
}
|
|
6444
6147
|
],
|
|
6445
6148
|
"exports": [
|
|
6446
6149
|
{
|
|
6447
6150
|
"kind": "js",
|
|
6448
|
-
"name": "
|
|
6151
|
+
"name": "zeroBannerStyles",
|
|
6449
6152
|
"declaration": {
|
|
6450
|
-
"name": "
|
|
6451
|
-
"module": "src/
|
|
6153
|
+
"name": "zeroBannerStyles",
|
|
6154
|
+
"module": "src/banner/banner.styles.ts"
|
|
6452
6155
|
}
|
|
6453
6156
|
}
|
|
6454
6157
|
]
|
|
6455
6158
|
},
|
|
6456
6159
|
{
|
|
6457
6160
|
"kind": "javascript-module",
|
|
6458
|
-
"path": "src/
|
|
6161
|
+
"path": "src/banner/banner.ts",
|
|
6459
6162
|
"declarations": [
|
|
6460
6163
|
{
|
|
6461
|
-
"kind": "
|
|
6462
|
-
"name": "
|
|
6463
|
-
"
|
|
6464
|
-
|
|
6465
|
-
|
|
6466
|
-
|
|
6164
|
+
"kind": "variable",
|
|
6165
|
+
"name": "zeroBannerShadowOptions",
|
|
6166
|
+
"default": "foundationBannerShadowOptions"
|
|
6167
|
+
},
|
|
6168
|
+
{
|
|
6169
|
+
"kind": "class",
|
|
6170
|
+
"description": "",
|
|
6171
|
+
"name": "Banner",
|
|
6172
|
+
"superclass": {
|
|
6173
|
+
"name": "FoundationBanner",
|
|
6174
|
+
"package": "@genesislcap/foundation-ui"
|
|
6467
6175
|
},
|
|
6468
|
-
"
|
|
6176
|
+
"tagName": "%%prefix%%-banner",
|
|
6177
|
+
"customElement": true,
|
|
6178
|
+
"members": [
|
|
6469
6179
|
{
|
|
6470
|
-
"
|
|
6180
|
+
"kind": "field",
|
|
6181
|
+
"name": "banner",
|
|
6471
6182
|
"type": {
|
|
6472
|
-
"text": "
|
|
6183
|
+
"text": "HTMLElement"
|
|
6184
|
+
},
|
|
6185
|
+
"privacy": "public",
|
|
6186
|
+
"inheritedFrom": {
|
|
6187
|
+
"name": "Banner",
|
|
6188
|
+
"module": "src/banner/banner.ts"
|
|
6473
6189
|
}
|
|
6474
6190
|
},
|
|
6475
6191
|
{
|
|
6476
|
-
"
|
|
6192
|
+
"kind": "field",
|
|
6193
|
+
"name": "dismissAnimation",
|
|
6477
6194
|
"type": {
|
|
6478
|
-
"text": "
|
|
6479
|
-
}
|
|
6480
|
-
|
|
6481
|
-
]
|
|
6482
|
-
}
|
|
6483
|
-
],
|
|
6484
|
-
"exports": [
|
|
6485
|
-
{
|
|
6486
|
-
"kind": "js",
|
|
6487
|
-
"name": "zeroBreadcrumbTemplate",
|
|
6488
|
-
"declaration": {
|
|
6489
|
-
"name": "zeroBreadcrumbTemplate",
|
|
6490
|
-
"module": "src/breadcrumb/breadcrumb.template.ts"
|
|
6491
|
-
}
|
|
6492
|
-
}
|
|
6493
|
-
]
|
|
6494
|
-
},
|
|
6495
|
-
{
|
|
6496
|
-
"kind": "javascript-module",
|
|
6497
|
-
"path": "src/breadcrumb/breadcrumb.ts",
|
|
6498
|
-
"declarations": [
|
|
6499
|
-
{
|
|
6500
|
-
"kind": "class",
|
|
6501
|
-
"description": "",
|
|
6502
|
-
"name": "Breadcrumb",
|
|
6503
|
-
"superclass": {
|
|
6504
|
-
"name": "FoundationBreadcrumb",
|
|
6505
|
-
"package": "@genesislcap/foundation-ui"
|
|
6506
|
-
},
|
|
6507
|
-
"tagName": "%%prefix%%-breadcrumb",
|
|
6508
|
-
"customElement": true,
|
|
6509
|
-
"members": [
|
|
6510
|
-
{
|
|
6511
|
-
"kind": "method",
|
|
6512
|
-
"name": "slottedBreadcrumbItemsChanged",
|
|
6513
|
-
"privacy": "public",
|
|
6195
|
+
"text": "'banner-delete' | ''"
|
|
6196
|
+
},
|
|
6197
|
+
"default": "''",
|
|
6514
6198
|
"inheritedFrom": {
|
|
6515
|
-
"name": "
|
|
6516
|
-
"module": "src/
|
|
6199
|
+
"name": "Banner",
|
|
6200
|
+
"module": "src/banner/banner.ts"
|
|
6517
6201
|
}
|
|
6518
6202
|
},
|
|
6519
6203
|
{
|
|
6520
|
-
"kind": "
|
|
6521
|
-
"name": "
|
|
6522
|
-
"
|
|
6523
|
-
|
|
6524
|
-
"type": {
|
|
6525
|
-
"text": "void"
|
|
6526
|
-
}
|
|
6204
|
+
"kind": "field",
|
|
6205
|
+
"name": "notification",
|
|
6206
|
+
"type": {
|
|
6207
|
+
"text": "NotificationStructure"
|
|
6527
6208
|
},
|
|
6528
|
-
"parameters": [
|
|
6529
|
-
{
|
|
6530
|
-
"name": "item",
|
|
6531
|
-
"type": {
|
|
6532
|
-
"text": "HTMLElement"
|
|
6533
|
-
}
|
|
6534
|
-
},
|
|
6535
|
-
{
|
|
6536
|
-
"name": "isLastNode",
|
|
6537
|
-
"type": {
|
|
6538
|
-
"text": "boolean"
|
|
6539
|
-
}
|
|
6540
|
-
}
|
|
6541
|
-
],
|
|
6542
6209
|
"inheritedFrom": {
|
|
6543
|
-
"name": "
|
|
6544
|
-
"module": "src/
|
|
6210
|
+
"name": "Banner",
|
|
6211
|
+
"module": "src/banner/banner.ts"
|
|
6545
6212
|
}
|
|
6546
6213
|
},
|
|
6547
6214
|
{
|
|
6548
6215
|
"kind": "method",
|
|
6549
|
-
"name": "
|
|
6550
|
-
"privacy": "
|
|
6216
|
+
"name": "dismiss",
|
|
6217
|
+
"privacy": "public",
|
|
6551
6218
|
"return": {
|
|
6552
6219
|
"type": {
|
|
6553
|
-
"text": "
|
|
6220
|
+
"text": "Promise<void>"
|
|
6554
6221
|
}
|
|
6555
6222
|
},
|
|
6556
|
-
"
|
|
6557
|
-
{
|
|
6558
|
-
"name": "node",
|
|
6559
|
-
"type": {
|
|
6560
|
-
"text": "HTMLElement"
|
|
6561
|
-
}
|
|
6562
|
-
}
|
|
6563
|
-
],
|
|
6564
|
-
"description": "Finds href on childnodes in the light DOM or shadow DOM.\nWe look in the shadow DOM because we insert an anchor when breadcrumb-item has an href.",
|
|
6223
|
+
"description": "Dismiss the Banner from display.",
|
|
6565
6224
|
"inheritedFrom": {
|
|
6566
|
-
"name": "
|
|
6567
|
-
"module": "src/
|
|
6225
|
+
"name": "Banner",
|
|
6226
|
+
"module": "src/banner/banner.ts"
|
|
6568
6227
|
}
|
|
6569
6228
|
},
|
|
6570
6229
|
{
|
|
6571
6230
|
"kind": "method",
|
|
6572
|
-
"name": "
|
|
6573
|
-
"privacy": "
|
|
6574
|
-
"
|
|
6575
|
-
"type": {
|
|
6576
|
-
"text": "void"
|
|
6577
|
-
}
|
|
6578
|
-
},
|
|
6579
|
-
"parameters": [
|
|
6580
|
-
{
|
|
6581
|
-
"name": "item",
|
|
6582
|
-
"type": {
|
|
6583
|
-
"text": "HTMLElement"
|
|
6584
|
-
}
|
|
6585
|
-
},
|
|
6586
|
-
{
|
|
6587
|
-
"name": "isLastNode",
|
|
6588
|
-
"type": {
|
|
6589
|
-
"text": "boolean"
|
|
6590
|
-
}
|
|
6591
|
-
}
|
|
6592
|
-
],
|
|
6593
|
-
"description": "Sets ARIA Current for the current node\nIf child node with an anchor tag and with href is found then set aria-current to correct value for the child node,\notherwise apply aria-current to the host element, with an href",
|
|
6231
|
+
"name": "dismissNotification",
|
|
6232
|
+
"privacy": "public",
|
|
6233
|
+
"description": "Dismiss the Banner (NotificationStructure) from display.",
|
|
6594
6234
|
"inheritedFrom": {
|
|
6595
|
-
"name": "
|
|
6596
|
-
"module": "src/
|
|
6235
|
+
"name": "Banner",
|
|
6236
|
+
"module": "src/banner/banner.ts"
|
|
6597
6237
|
}
|
|
6598
6238
|
},
|
|
6599
6239
|
{
|
|
@@ -6605,8 +6245,8 @@
|
|
|
6605
6245
|
"privacy": "private",
|
|
6606
6246
|
"default": "void 0",
|
|
6607
6247
|
"inheritedFrom": {
|
|
6608
|
-
"name": "
|
|
6609
|
-
"module": "src/
|
|
6248
|
+
"name": "FoundationElement",
|
|
6249
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6610
6250
|
}
|
|
6611
6251
|
},
|
|
6612
6252
|
{
|
|
@@ -6618,8 +6258,8 @@
|
|
|
6618
6258
|
"privacy": "public",
|
|
6619
6259
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
6620
6260
|
"inheritedFrom": {
|
|
6621
|
-
"name": "
|
|
6622
|
-
"module": "src/
|
|
6261
|
+
"name": "FoundationElement",
|
|
6262
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6623
6263
|
}
|
|
6624
6264
|
},
|
|
6625
6265
|
{
|
|
@@ -6631,8 +6271,8 @@
|
|
|
6631
6271
|
"privacy": "public",
|
|
6632
6272
|
"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.",
|
|
6633
6273
|
"inheritedFrom": {
|
|
6634
|
-
"name": "
|
|
6635
|
-
"module": "src/
|
|
6274
|
+
"name": "FoundationElement",
|
|
6275
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6636
6276
|
}
|
|
6637
6277
|
},
|
|
6638
6278
|
{
|
|
@@ -6645,8 +6285,8 @@
|
|
|
6645
6285
|
}
|
|
6646
6286
|
},
|
|
6647
6287
|
"inheritedFrom": {
|
|
6648
|
-
"name": "
|
|
6649
|
-
"module": "src/
|
|
6288
|
+
"name": "FoundationElement",
|
|
6289
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6650
6290
|
}
|
|
6651
6291
|
},
|
|
6652
6292
|
{
|
|
@@ -6658,8 +6298,8 @@
|
|
|
6658
6298
|
"privacy": "public",
|
|
6659
6299
|
"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.",
|
|
6660
6300
|
"inheritedFrom": {
|
|
6661
|
-
"name": "
|
|
6662
|
-
"module": "src/
|
|
6301
|
+
"name": "FoundationElement",
|
|
6302
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6663
6303
|
}
|
|
6664
6304
|
},
|
|
6665
6305
|
{
|
|
@@ -6672,8 +6312,8 @@
|
|
|
6672
6312
|
}
|
|
6673
6313
|
},
|
|
6674
6314
|
"inheritedFrom": {
|
|
6675
|
-
"name": "
|
|
6676
|
-
"module": "src/
|
|
6315
|
+
"name": "FoundationElement",
|
|
6316
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6677
6317
|
}
|
|
6678
6318
|
},
|
|
6679
6319
|
{
|
|
@@ -6703,81 +6343,57 @@
|
|
|
6703
6343
|
],
|
|
6704
6344
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
6705
6345
|
"inheritedFrom": {
|
|
6706
|
-
"name": "
|
|
6707
|
-
"module": "src/
|
|
6346
|
+
"name": "FoundationElement",
|
|
6347
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6708
6348
|
}
|
|
6709
6349
|
}
|
|
6710
6350
|
]
|
|
6711
6351
|
},
|
|
6712
6352
|
{
|
|
6713
6353
|
"kind": "variable",
|
|
6714
|
-
"name": "
|
|
6715
|
-
"
|
|
6716
|
-
"text": "ShadowRootInit"
|
|
6717
|
-
},
|
|
6718
|
-
"default": "undefined"
|
|
6719
|
-
},
|
|
6720
|
-
{
|
|
6721
|
-
"kind": "variable",
|
|
6722
|
-
"name": "defaultBreadcrumbConfig",
|
|
6723
|
-
"type": {
|
|
6724
|
-
"text": "object"
|
|
6725
|
-
},
|
|
6726
|
-
"default": "{}"
|
|
6727
|
-
},
|
|
6728
|
-
{
|
|
6729
|
-
"kind": "variable",
|
|
6730
|
-
"name": "zeroBreadcrumb",
|
|
6731
|
-
"description": "The zero Breadcrumb",
|
|
6354
|
+
"name": "zeroBanner",
|
|
6355
|
+
"description": "The Zero Banner",
|
|
6732
6356
|
"privacy": "public"
|
|
6733
6357
|
}
|
|
6734
6358
|
],
|
|
6735
6359
|
"exports": [
|
|
6736
6360
|
{
|
|
6737
6361
|
"kind": "js",
|
|
6738
|
-
"name": "
|
|
6739
|
-
"declaration": {
|
|
6740
|
-
"name": "Breadcrumb",
|
|
6741
|
-
"module": "src/breadcrumb/breadcrumb.ts"
|
|
6742
|
-
}
|
|
6743
|
-
},
|
|
6744
|
-
{
|
|
6745
|
-
"kind": "js",
|
|
6746
|
-
"name": "zeroBreadcrumbShadowOptions",
|
|
6362
|
+
"name": "zeroBannerShadowOptions",
|
|
6747
6363
|
"declaration": {
|
|
6748
|
-
"name": "
|
|
6749
|
-
"module": "src/
|
|
6364
|
+
"name": "zeroBannerShadowOptions",
|
|
6365
|
+
"module": "src/banner/banner.ts"
|
|
6750
6366
|
}
|
|
6751
6367
|
},
|
|
6752
6368
|
{
|
|
6753
6369
|
"kind": "js",
|
|
6754
|
-
"name": "
|
|
6370
|
+
"name": "Banner",
|
|
6755
6371
|
"declaration": {
|
|
6756
|
-
"name": "
|
|
6757
|
-
"module": "src/
|
|
6372
|
+
"name": "Banner",
|
|
6373
|
+
"module": "src/banner/banner.ts"
|
|
6758
6374
|
}
|
|
6759
6375
|
},
|
|
6760
6376
|
{
|
|
6761
6377
|
"kind": "js",
|
|
6762
|
-
"name": "
|
|
6378
|
+
"name": "zeroBanner",
|
|
6763
6379
|
"declaration": {
|
|
6764
|
-
"name": "
|
|
6765
|
-
"module": "src/
|
|
6380
|
+
"name": "zeroBanner",
|
|
6381
|
+
"module": "src/banner/banner.ts"
|
|
6766
6382
|
}
|
|
6767
6383
|
}
|
|
6768
6384
|
]
|
|
6769
6385
|
},
|
|
6770
6386
|
{
|
|
6771
6387
|
"kind": "javascript-module",
|
|
6772
|
-
"path": "src/
|
|
6388
|
+
"path": "src/banner/index.ts",
|
|
6773
6389
|
"declarations": [],
|
|
6774
6390
|
"exports": [
|
|
6775
6391
|
{
|
|
6776
6392
|
"kind": "js",
|
|
6777
|
-
"name": "
|
|
6393
|
+
"name": "zeroBannerTemplate",
|
|
6778
6394
|
"declaration": {
|
|
6779
|
-
"name": "
|
|
6780
|
-
"package": "
|
|
6395
|
+
"name": "foundationBannerTemplate",
|
|
6396
|
+
"package": "@genesislcap/foundation-ui"
|
|
6781
6397
|
}
|
|
6782
6398
|
},
|
|
6783
6399
|
{
|
|
@@ -6785,7 +6401,7 @@
|
|
|
6785
6401
|
"name": "*",
|
|
6786
6402
|
"declaration": {
|
|
6787
6403
|
"name": "*",
|
|
6788
|
-
"package": "./
|
|
6404
|
+
"package": "./banner"
|
|
6789
6405
|
}
|
|
6790
6406
|
},
|
|
6791
6407
|
{
|
|
@@ -6793,18 +6409,18 @@
|
|
|
6793
6409
|
"name": "*",
|
|
6794
6410
|
"declaration": {
|
|
6795
6411
|
"name": "*",
|
|
6796
|
-
"package": "./
|
|
6412
|
+
"package": "./banner.styles"
|
|
6797
6413
|
}
|
|
6798
6414
|
}
|
|
6799
6415
|
]
|
|
6800
6416
|
},
|
|
6801
6417
|
{
|
|
6802
6418
|
"kind": "javascript-module",
|
|
6803
|
-
"path": "src/breadcrumb
|
|
6419
|
+
"path": "src/breadcrumb/breadcrumb.styles.ts",
|
|
6804
6420
|
"declarations": [
|
|
6805
6421
|
{
|
|
6806
6422
|
"kind": "function",
|
|
6807
|
-
"name": "
|
|
6423
|
+
"name": "zeroBreadcrumbStyles",
|
|
6808
6424
|
"return": {
|
|
6809
6425
|
"type": {
|
|
6810
6426
|
"text": "ElementStyles"
|
|
@@ -6829,24 +6445,24 @@
|
|
|
6829
6445
|
"exports": [
|
|
6830
6446
|
{
|
|
6831
6447
|
"kind": "js",
|
|
6832
|
-
"name": "
|
|
6448
|
+
"name": "zeroBreadcrumbStyles",
|
|
6833
6449
|
"declaration": {
|
|
6834
|
-
"name": "
|
|
6835
|
-
"module": "src/breadcrumb
|
|
6450
|
+
"name": "zeroBreadcrumbStyles",
|
|
6451
|
+
"module": "src/breadcrumb/breadcrumb.styles.ts"
|
|
6836
6452
|
}
|
|
6837
6453
|
}
|
|
6838
6454
|
]
|
|
6839
6455
|
},
|
|
6840
6456
|
{
|
|
6841
6457
|
"kind": "javascript-module",
|
|
6842
|
-
"path": "src/breadcrumb
|
|
6458
|
+
"path": "src/breadcrumb/breadcrumb.template.ts",
|
|
6843
6459
|
"declarations": [
|
|
6844
6460
|
{
|
|
6845
6461
|
"kind": "function",
|
|
6846
|
-
"name": "
|
|
6462
|
+
"name": "zeroBreadcrumbTemplate",
|
|
6847
6463
|
"return": {
|
|
6848
6464
|
"type": {
|
|
6849
|
-
"text": "ViewTemplate<
|
|
6465
|
+
"text": "ViewTemplate<Breadcrumb>"
|
|
6850
6466
|
}
|
|
6851
6467
|
},
|
|
6852
6468
|
"parameters": [
|
|
@@ -6868,343 +6484,207 @@
|
|
|
6868
6484
|
"exports": [
|
|
6869
6485
|
{
|
|
6870
6486
|
"kind": "js",
|
|
6871
|
-
"name": "
|
|
6487
|
+
"name": "zeroBreadcrumbTemplate",
|
|
6872
6488
|
"declaration": {
|
|
6873
|
-
"name": "
|
|
6874
|
-
"module": "src/breadcrumb
|
|
6489
|
+
"name": "zeroBreadcrumbTemplate",
|
|
6490
|
+
"module": "src/breadcrumb/breadcrumb.template.ts"
|
|
6875
6491
|
}
|
|
6876
6492
|
}
|
|
6877
6493
|
]
|
|
6878
6494
|
},
|
|
6879
6495
|
{
|
|
6880
6496
|
"kind": "javascript-module",
|
|
6881
|
-
"path": "src/breadcrumb
|
|
6497
|
+
"path": "src/breadcrumb/breadcrumb.ts",
|
|
6882
6498
|
"declarations": [
|
|
6883
6499
|
{
|
|
6884
6500
|
"kind": "class",
|
|
6885
6501
|
"description": "",
|
|
6886
|
-
"name": "
|
|
6502
|
+
"name": "Breadcrumb",
|
|
6887
6503
|
"superclass": {
|
|
6888
|
-
"name": "
|
|
6504
|
+
"name": "FoundationBreadcrumb",
|
|
6889
6505
|
"package": "@genesislcap/foundation-ui"
|
|
6890
6506
|
},
|
|
6891
|
-
"tagName": "%%prefix%%-breadcrumb
|
|
6507
|
+
"tagName": "%%prefix%%-breadcrumb",
|
|
6892
6508
|
"customElement": true,
|
|
6893
|
-
"
|
|
6509
|
+
"members": [
|
|
6894
6510
|
{
|
|
6895
|
-
"
|
|
6896
|
-
"
|
|
6897
|
-
|
|
6898
|
-
},
|
|
6899
|
-
"description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
6900
|
-
"fieldName": "download",
|
|
6901
|
-
"inheritedFrom": {
|
|
6902
|
-
"name": "BreadcrumbItem",
|
|
6903
|
-
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
6904
|
-
}
|
|
6905
|
-
},
|
|
6906
|
-
{
|
|
6907
|
-
"name": "href",
|
|
6908
|
-
"type": {
|
|
6909
|
-
"text": "string"
|
|
6910
|
-
},
|
|
6911
|
-
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
6912
|
-
"fieldName": "href",
|
|
6913
|
-
"inheritedFrom": {
|
|
6914
|
-
"name": "BreadcrumbItem",
|
|
6915
|
-
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
6916
|
-
}
|
|
6917
|
-
},
|
|
6918
|
-
{
|
|
6919
|
-
"name": "hreflang",
|
|
6920
|
-
"type": {
|
|
6921
|
-
"text": "string"
|
|
6922
|
-
},
|
|
6923
|
-
"description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
6924
|
-
"fieldName": "hreflang",
|
|
6925
|
-
"inheritedFrom": {
|
|
6926
|
-
"name": "BreadcrumbItem",
|
|
6927
|
-
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
6928
|
-
}
|
|
6929
|
-
},
|
|
6930
|
-
{
|
|
6931
|
-
"name": "ping",
|
|
6932
|
-
"type": {
|
|
6933
|
-
"text": "string"
|
|
6934
|
-
},
|
|
6935
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
6936
|
-
"fieldName": "ping",
|
|
6511
|
+
"kind": "method",
|
|
6512
|
+
"name": "slottedBreadcrumbItemsChanged",
|
|
6513
|
+
"privacy": "public",
|
|
6937
6514
|
"inheritedFrom": {
|
|
6938
|
-
"name": "
|
|
6939
|
-
"module": "src/breadcrumb
|
|
6515
|
+
"name": "Breadcrumb",
|
|
6516
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
6940
6517
|
}
|
|
6941
6518
|
},
|
|
6942
6519
|
{
|
|
6943
|
-
"
|
|
6944
|
-
"
|
|
6945
|
-
|
|
6520
|
+
"kind": "method",
|
|
6521
|
+
"name": "setItemSeparator",
|
|
6522
|
+
"privacy": "private",
|
|
6523
|
+
"return": {
|
|
6524
|
+
"type": {
|
|
6525
|
+
"text": "void"
|
|
6526
|
+
}
|
|
6946
6527
|
},
|
|
6947
|
-
"
|
|
6948
|
-
|
|
6528
|
+
"parameters": [
|
|
6529
|
+
{
|
|
6530
|
+
"name": "item",
|
|
6531
|
+
"type": {
|
|
6532
|
+
"text": "HTMLElement"
|
|
6533
|
+
}
|
|
6534
|
+
},
|
|
6535
|
+
{
|
|
6536
|
+
"name": "isLastNode",
|
|
6537
|
+
"type": {
|
|
6538
|
+
"text": "boolean"
|
|
6539
|
+
}
|
|
6540
|
+
}
|
|
6541
|
+
],
|
|
6949
6542
|
"inheritedFrom": {
|
|
6950
|
-
"name": "
|
|
6951
|
-
"module": "src/breadcrumb
|
|
6543
|
+
"name": "Breadcrumb",
|
|
6544
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
6952
6545
|
}
|
|
6953
6546
|
},
|
|
6954
6547
|
{
|
|
6955
|
-
"
|
|
6956
|
-
"
|
|
6957
|
-
|
|
6548
|
+
"kind": "method",
|
|
6549
|
+
"name": "findChildWithHref",
|
|
6550
|
+
"privacy": "private",
|
|
6551
|
+
"return": {
|
|
6552
|
+
"type": {
|
|
6553
|
+
"text": "HTMLElement | null"
|
|
6554
|
+
}
|
|
6958
6555
|
},
|
|
6959
|
-
"
|
|
6960
|
-
|
|
6556
|
+
"parameters": [
|
|
6557
|
+
{
|
|
6558
|
+
"name": "node",
|
|
6559
|
+
"type": {
|
|
6560
|
+
"text": "HTMLElement"
|
|
6561
|
+
}
|
|
6562
|
+
}
|
|
6563
|
+
],
|
|
6564
|
+
"description": "Finds href on childnodes in the light DOM or shadow DOM.\nWe look in the shadow DOM because we insert an anchor when breadcrumb-item has an href.",
|
|
6961
6565
|
"inheritedFrom": {
|
|
6962
|
-
"name": "
|
|
6963
|
-
"module": "src/breadcrumb
|
|
6566
|
+
"name": "Breadcrumb",
|
|
6567
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
6964
6568
|
}
|
|
6965
6569
|
},
|
|
6966
6570
|
{
|
|
6967
|
-
"
|
|
6968
|
-
"
|
|
6969
|
-
|
|
6571
|
+
"kind": "method",
|
|
6572
|
+
"name": "setAriaCurrent",
|
|
6573
|
+
"privacy": "private",
|
|
6574
|
+
"return": {
|
|
6575
|
+
"type": {
|
|
6576
|
+
"text": "void"
|
|
6577
|
+
}
|
|
6970
6578
|
},
|
|
6971
|
-
"
|
|
6972
|
-
|
|
6579
|
+
"parameters": [
|
|
6580
|
+
{
|
|
6581
|
+
"name": "item",
|
|
6582
|
+
"type": {
|
|
6583
|
+
"text": "HTMLElement"
|
|
6584
|
+
}
|
|
6585
|
+
},
|
|
6586
|
+
{
|
|
6587
|
+
"name": "isLastNode",
|
|
6588
|
+
"type": {
|
|
6589
|
+
"text": "boolean"
|
|
6590
|
+
}
|
|
6591
|
+
}
|
|
6592
|
+
],
|
|
6593
|
+
"description": "Sets ARIA Current for the current node\nIf child node with an anchor tag and with href is found then set aria-current to correct value for the child node,\notherwise apply aria-current to the host element, with an href",
|
|
6973
6594
|
"inheritedFrom": {
|
|
6974
|
-
"name": "
|
|
6975
|
-
"module": "src/breadcrumb
|
|
6595
|
+
"name": "Breadcrumb",
|
|
6596
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
6976
6597
|
}
|
|
6977
6598
|
},
|
|
6978
|
-
{
|
|
6979
|
-
"name": "type",
|
|
6980
|
-
"type": {
|
|
6981
|
-
"text": "string"
|
|
6982
|
-
},
|
|
6983
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
6984
|
-
"fieldName": "type",
|
|
6985
|
-
"inheritedFrom": {
|
|
6986
|
-
"name": "BreadcrumbItem",
|
|
6987
|
-
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
6988
|
-
}
|
|
6989
|
-
}
|
|
6990
|
-
],
|
|
6991
|
-
"members": [
|
|
6992
6599
|
{
|
|
6993
6600
|
"kind": "field",
|
|
6994
|
-
"name": "
|
|
6601
|
+
"name": "_presentation",
|
|
6995
6602
|
"type": {
|
|
6996
|
-
"text": "
|
|
6603
|
+
"text": "ComponentPresentation | null | undefined"
|
|
6997
6604
|
},
|
|
6998
|
-
"privacy": "
|
|
6999
|
-
"
|
|
6605
|
+
"privacy": "private",
|
|
6606
|
+
"default": "void 0",
|
|
7000
6607
|
"inheritedFrom": {
|
|
7001
|
-
"name": "
|
|
7002
|
-
"module": "src/breadcrumb
|
|
6608
|
+
"name": "Breadcrumb",
|
|
6609
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
7003
6610
|
}
|
|
7004
6611
|
},
|
|
7005
6612
|
{
|
|
7006
6613
|
"kind": "field",
|
|
7007
|
-
"name": "
|
|
6614
|
+
"name": "$presentation",
|
|
7008
6615
|
"type": {
|
|
7009
|
-
"text": "
|
|
6616
|
+
"text": "ComponentPresentation | null"
|
|
7010
6617
|
},
|
|
7011
6618
|
"privacy": "public",
|
|
7012
|
-
"description": "
|
|
6619
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
7013
6620
|
"inheritedFrom": {
|
|
7014
|
-
"name": "
|
|
7015
|
-
"module": "src/breadcrumb
|
|
6621
|
+
"name": "Breadcrumb",
|
|
6622
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
7016
6623
|
}
|
|
7017
6624
|
},
|
|
7018
6625
|
{
|
|
7019
6626
|
"kind": "field",
|
|
7020
|
-
"name": "
|
|
6627
|
+
"name": "template",
|
|
7021
6628
|
"type": {
|
|
7022
|
-
"text": "
|
|
6629
|
+
"text": "ElementViewTemplate | void | null"
|
|
7023
6630
|
},
|
|
7024
6631
|
"privacy": "public",
|
|
7025
|
-
"description": "
|
|
6632
|
+
"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.",
|
|
7026
6633
|
"inheritedFrom": {
|
|
7027
|
-
"name": "
|
|
7028
|
-
"module": "src/breadcrumb
|
|
6634
|
+
"name": "Breadcrumb",
|
|
6635
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
7029
6636
|
}
|
|
7030
6637
|
},
|
|
7031
6638
|
{
|
|
7032
|
-
"kind": "
|
|
7033
|
-
"name": "
|
|
7034
|
-
"
|
|
7035
|
-
|
|
6639
|
+
"kind": "method",
|
|
6640
|
+
"name": "templateChanged",
|
|
6641
|
+
"privacy": "protected",
|
|
6642
|
+
"return": {
|
|
6643
|
+
"type": {
|
|
6644
|
+
"text": "void"
|
|
6645
|
+
}
|
|
7036
6646
|
},
|
|
7037
|
-
"privacy": "public",
|
|
7038
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
7039
6647
|
"inheritedFrom": {
|
|
7040
|
-
"name": "
|
|
7041
|
-
"module": "src/breadcrumb
|
|
6648
|
+
"name": "Breadcrumb",
|
|
6649
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
7042
6650
|
}
|
|
7043
6651
|
},
|
|
7044
6652
|
{
|
|
7045
6653
|
"kind": "field",
|
|
7046
|
-
"name": "
|
|
6654
|
+
"name": "styles",
|
|
7047
6655
|
"type": {
|
|
7048
|
-
"text": "
|
|
6656
|
+
"text": "ElementStyles | void | null"
|
|
7049
6657
|
},
|
|
7050
6658
|
"privacy": "public",
|
|
7051
|
-
"description": "
|
|
6659
|
+
"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.",
|
|
7052
6660
|
"inheritedFrom": {
|
|
7053
|
-
"name": "
|
|
7054
|
-
"module": "src/breadcrumb
|
|
6661
|
+
"name": "Breadcrumb",
|
|
6662
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
7055
6663
|
}
|
|
7056
6664
|
},
|
|
7057
6665
|
{
|
|
7058
|
-
"kind": "
|
|
7059
|
-
"name": "
|
|
7060
|
-
"
|
|
7061
|
-
|
|
6666
|
+
"kind": "method",
|
|
6667
|
+
"name": "stylesChanged",
|
|
6668
|
+
"privacy": "protected",
|
|
6669
|
+
"return": {
|
|
6670
|
+
"type": {
|
|
6671
|
+
"text": "void"
|
|
6672
|
+
}
|
|
7062
6673
|
},
|
|
7063
|
-
"privacy": "public",
|
|
7064
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
7065
6674
|
"inheritedFrom": {
|
|
7066
|
-
"name": "
|
|
7067
|
-
"module": "src/breadcrumb
|
|
6675
|
+
"name": "Breadcrumb",
|
|
6676
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
7068
6677
|
}
|
|
7069
6678
|
},
|
|
7070
6679
|
{
|
|
7071
|
-
"kind": "
|
|
7072
|
-
"name": "
|
|
7073
|
-
"type": {
|
|
7074
|
-
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
7075
|
-
},
|
|
6680
|
+
"kind": "method",
|
|
6681
|
+
"name": "compose",
|
|
7076
6682
|
"privacy": "public",
|
|
7077
|
-
"
|
|
7078
|
-
"
|
|
7079
|
-
"
|
|
7080
|
-
|
|
7081
|
-
|
|
7082
|
-
},
|
|
7083
|
-
{
|
|
7084
|
-
"kind": "field",
|
|
7085
|
-
"name": "type",
|
|
7086
|
-
"type": {
|
|
7087
|
-
"text": "string"
|
|
7088
|
-
},
|
|
7089
|
-
"privacy": "public",
|
|
7090
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
7091
|
-
"inheritedFrom": {
|
|
7092
|
-
"name": "BreadcrumbItem",
|
|
7093
|
-
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
7094
|
-
}
|
|
7095
|
-
},
|
|
7096
|
-
{
|
|
7097
|
-
"kind": "field",
|
|
7098
|
-
"name": "control",
|
|
7099
|
-
"type": {
|
|
7100
|
-
"text": "HTMLAnchorElement | undefined"
|
|
7101
|
-
},
|
|
7102
|
-
"privacy": "public",
|
|
7103
|
-
"description": "References the root element",
|
|
7104
|
-
"inheritedFrom": {
|
|
7105
|
-
"name": "BreadcrumbItem",
|
|
7106
|
-
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
7107
|
-
}
|
|
7108
|
-
},
|
|
7109
|
-
{
|
|
7110
|
-
"kind": "field",
|
|
7111
|
-
"name": "handleUnsupportedDelegatesFocus",
|
|
7112
|
-
"privacy": "private",
|
|
7113
|
-
"description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
|
|
7114
|
-
"inheritedFrom": {
|
|
7115
|
-
"name": "BreadcrumbItem",
|
|
7116
|
-
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
7117
|
-
}
|
|
7118
|
-
},
|
|
7119
|
-
{
|
|
7120
|
-
"kind": "field",
|
|
7121
|
-
"name": "_presentation",
|
|
7122
|
-
"type": {
|
|
7123
|
-
"text": "ComponentPresentation | null | undefined"
|
|
7124
|
-
},
|
|
7125
|
-
"privacy": "private",
|
|
7126
|
-
"default": "void 0",
|
|
7127
|
-
"inheritedFrom": {
|
|
7128
|
-
"name": "BreadcrumbItem",
|
|
7129
|
-
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
7130
|
-
}
|
|
7131
|
-
},
|
|
7132
|
-
{
|
|
7133
|
-
"kind": "field",
|
|
7134
|
-
"name": "$presentation",
|
|
7135
|
-
"type": {
|
|
7136
|
-
"text": "ComponentPresentation | null"
|
|
7137
|
-
},
|
|
7138
|
-
"privacy": "public",
|
|
7139
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
7140
|
-
"inheritedFrom": {
|
|
7141
|
-
"name": "BreadcrumbItem",
|
|
7142
|
-
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
7143
|
-
}
|
|
7144
|
-
},
|
|
7145
|
-
{
|
|
7146
|
-
"kind": "field",
|
|
7147
|
-
"name": "template",
|
|
7148
|
-
"type": {
|
|
7149
|
-
"text": "ElementViewTemplate | void | null"
|
|
7150
|
-
},
|
|
7151
|
-
"privacy": "public",
|
|
7152
|
-
"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.",
|
|
7153
|
-
"inheritedFrom": {
|
|
7154
|
-
"name": "BreadcrumbItem",
|
|
7155
|
-
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
7156
|
-
}
|
|
7157
|
-
},
|
|
7158
|
-
{
|
|
7159
|
-
"kind": "method",
|
|
7160
|
-
"name": "templateChanged",
|
|
7161
|
-
"privacy": "protected",
|
|
7162
|
-
"return": {
|
|
7163
|
-
"type": {
|
|
7164
|
-
"text": "void"
|
|
7165
|
-
}
|
|
7166
|
-
},
|
|
7167
|
-
"inheritedFrom": {
|
|
7168
|
-
"name": "BreadcrumbItem",
|
|
7169
|
-
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
7170
|
-
}
|
|
7171
|
-
},
|
|
7172
|
-
{
|
|
7173
|
-
"kind": "field",
|
|
7174
|
-
"name": "styles",
|
|
7175
|
-
"type": {
|
|
7176
|
-
"text": "ElementStyles | void | null"
|
|
7177
|
-
},
|
|
7178
|
-
"privacy": "public",
|
|
7179
|
-
"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.",
|
|
7180
|
-
"inheritedFrom": {
|
|
7181
|
-
"name": "BreadcrumbItem",
|
|
7182
|
-
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
7183
|
-
}
|
|
7184
|
-
},
|
|
7185
|
-
{
|
|
7186
|
-
"kind": "method",
|
|
7187
|
-
"name": "stylesChanged",
|
|
7188
|
-
"privacy": "protected",
|
|
7189
|
-
"return": {
|
|
7190
|
-
"type": {
|
|
7191
|
-
"text": "void"
|
|
7192
|
-
}
|
|
7193
|
-
},
|
|
7194
|
-
"inheritedFrom": {
|
|
7195
|
-
"name": "BreadcrumbItem",
|
|
7196
|
-
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
7197
|
-
}
|
|
7198
|
-
},
|
|
7199
|
-
{
|
|
7200
|
-
"kind": "method",
|
|
7201
|
-
"name": "compose",
|
|
7202
|
-
"privacy": "public",
|
|
7203
|
-
"static": true,
|
|
7204
|
-
"return": {
|
|
7205
|
-
"type": {
|
|
7206
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
7207
|
-
}
|
|
6683
|
+
"static": true,
|
|
6684
|
+
"return": {
|
|
6685
|
+
"type": {
|
|
6686
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
6687
|
+
}
|
|
7208
6688
|
},
|
|
7209
6689
|
"parameters": [
|
|
7210
6690
|
{
|
|
@@ -7223,41 +6703,73 @@
|
|
|
7223
6703
|
],
|
|
7224
6704
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
7225
6705
|
"inheritedFrom": {
|
|
7226
|
-
"name": "
|
|
7227
|
-
"module": "src/breadcrumb
|
|
6706
|
+
"name": "Breadcrumb",
|
|
6707
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
7228
6708
|
}
|
|
7229
6709
|
}
|
|
7230
6710
|
]
|
|
7231
6711
|
},
|
|
7232
6712
|
{
|
|
7233
6713
|
"kind": "variable",
|
|
7234
|
-
"name": "
|
|
7235
|
-
"
|
|
6714
|
+
"name": "zeroBreadcrumbShadowOptions",
|
|
6715
|
+
"type": {
|
|
6716
|
+
"text": "ShadowRootInit"
|
|
6717
|
+
},
|
|
6718
|
+
"default": "undefined"
|
|
6719
|
+
},
|
|
6720
|
+
{
|
|
6721
|
+
"kind": "variable",
|
|
6722
|
+
"name": "defaultBreadcrumbConfig",
|
|
6723
|
+
"type": {
|
|
6724
|
+
"text": "object"
|
|
6725
|
+
},
|
|
6726
|
+
"default": "{}"
|
|
6727
|
+
},
|
|
6728
|
+
{
|
|
6729
|
+
"kind": "variable",
|
|
6730
|
+
"name": "zeroBreadcrumb",
|
|
6731
|
+
"description": "The zero Breadcrumb",
|
|
7236
6732
|
"privacy": "public"
|
|
7237
6733
|
}
|
|
7238
6734
|
],
|
|
7239
6735
|
"exports": [
|
|
7240
6736
|
{
|
|
7241
6737
|
"kind": "js",
|
|
7242
|
-
"name": "
|
|
6738
|
+
"name": "Breadcrumb",
|
|
7243
6739
|
"declaration": {
|
|
7244
|
-
"name": "
|
|
7245
|
-
"module": "src/breadcrumb
|
|
6740
|
+
"name": "Breadcrumb",
|
|
6741
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
7246
6742
|
}
|
|
7247
6743
|
},
|
|
7248
6744
|
{
|
|
7249
6745
|
"kind": "js",
|
|
7250
|
-
"name": "
|
|
6746
|
+
"name": "zeroBreadcrumbShadowOptions",
|
|
7251
6747
|
"declaration": {
|
|
7252
|
-
"name": "
|
|
7253
|
-
"module": "src/breadcrumb
|
|
6748
|
+
"name": "zeroBreadcrumbShadowOptions",
|
|
6749
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
6750
|
+
}
|
|
6751
|
+
},
|
|
6752
|
+
{
|
|
6753
|
+
"kind": "js",
|
|
6754
|
+
"name": "defaultBreadcrumbConfig",
|
|
6755
|
+
"declaration": {
|
|
6756
|
+
"name": "defaultBreadcrumbConfig",
|
|
6757
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
6758
|
+
}
|
|
6759
|
+
},
|
|
6760
|
+
{
|
|
6761
|
+
"kind": "js",
|
|
6762
|
+
"name": "zeroBreadcrumb",
|
|
6763
|
+
"declaration": {
|
|
6764
|
+
"name": "zeroBreadcrumb",
|
|
6765
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
7254
6766
|
}
|
|
7255
6767
|
}
|
|
7256
6768
|
]
|
|
7257
6769
|
},
|
|
7258
6770
|
{
|
|
7259
6771
|
"kind": "javascript-module",
|
|
7260
|
-
"path": "src/breadcrumb
|
|
6772
|
+
"path": "src/breadcrumb/index.ts",
|
|
7261
6773
|
"declarations": [],
|
|
7262
6774
|
"exports": [
|
|
7263
6775
|
{
|
|
@@ -7265,7 +6777,7 @@
|
|
|
7265
6777
|
"name": "*",
|
|
7266
6778
|
"declaration": {
|
|
7267
6779
|
"name": "*",
|
|
7268
|
-
"package": "./breadcrumb
|
|
6780
|
+
"package": "./breadcrumb.template"
|
|
7269
6781
|
}
|
|
7270
6782
|
},
|
|
7271
6783
|
{
|
|
@@ -7273,7 +6785,7 @@
|
|
|
7273
6785
|
"name": "*",
|
|
7274
6786
|
"declaration": {
|
|
7275
6787
|
"name": "*",
|
|
7276
|
-
"package": "./breadcrumb
|
|
6788
|
+
"package": "./breadcrumb.styles"
|
|
7277
6789
|
}
|
|
7278
6790
|
},
|
|
7279
6791
|
{
|
|
@@ -7281,7 +6793,7 @@
|
|
|
7281
6793
|
"name": "*",
|
|
7282
6794
|
"declaration": {
|
|
7283
6795
|
"name": "*",
|
|
7284
|
-
"package": "./breadcrumb
|
|
6796
|
+
"package": "./breadcrumb"
|
|
7285
6797
|
}
|
|
7286
6798
|
}
|
|
7287
6799
|
]
|
|
@@ -8985,25 +8497,385 @@
|
|
|
8985
8497
|
}
|
|
8986
8498
|
],
|
|
8987
8499
|
"inheritedFrom": {
|
|
8988
|
-
"name": "CategorizedMultiselect",
|
|
8989
|
-
"module": "src/categorized-multiselect/categorized-multiselect.ts"
|
|
8500
|
+
"name": "CategorizedMultiselect",
|
|
8501
|
+
"module": "src/categorized-multiselect/categorized-multiselect.ts"
|
|
8502
|
+
}
|
|
8503
|
+
},
|
|
8504
|
+
{
|
|
8505
|
+
"kind": "method",
|
|
8506
|
+
"name": "handleClickOutside",
|
|
8507
|
+
"privacy": "private",
|
|
8508
|
+
"parameters": [
|
|
8509
|
+
{
|
|
8510
|
+
"name": "event",
|
|
8511
|
+
"type": {
|
|
8512
|
+
"text": "MouseEvent"
|
|
8513
|
+
}
|
|
8514
|
+
}
|
|
8515
|
+
],
|
|
8516
|
+
"inheritedFrom": {
|
|
8517
|
+
"name": "CategorizedMultiselect",
|
|
8518
|
+
"module": "src/categorized-multiselect/categorized-multiselect.ts"
|
|
8519
|
+
}
|
|
8520
|
+
},
|
|
8521
|
+
{
|
|
8522
|
+
"kind": "field",
|
|
8523
|
+
"name": "_presentation",
|
|
8524
|
+
"type": {
|
|
8525
|
+
"text": "ComponentPresentation | null | undefined"
|
|
8526
|
+
},
|
|
8527
|
+
"privacy": "private",
|
|
8528
|
+
"default": "void 0",
|
|
8529
|
+
"inheritedFrom": {
|
|
8530
|
+
"name": "FoundationElement",
|
|
8531
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
8532
|
+
}
|
|
8533
|
+
},
|
|
8534
|
+
{
|
|
8535
|
+
"kind": "field",
|
|
8536
|
+
"name": "$presentation",
|
|
8537
|
+
"type": {
|
|
8538
|
+
"text": "ComponentPresentation | null"
|
|
8539
|
+
},
|
|
8540
|
+
"privacy": "public",
|
|
8541
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
8542
|
+
"inheritedFrom": {
|
|
8543
|
+
"name": "FoundationElement",
|
|
8544
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
8545
|
+
}
|
|
8546
|
+
},
|
|
8547
|
+
{
|
|
8548
|
+
"kind": "field",
|
|
8549
|
+
"name": "template",
|
|
8550
|
+
"type": {
|
|
8551
|
+
"text": "ElementViewTemplate | void | null"
|
|
8552
|
+
},
|
|
8553
|
+
"privacy": "public",
|
|
8554
|
+
"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.",
|
|
8555
|
+
"inheritedFrom": {
|
|
8556
|
+
"name": "FoundationElement",
|
|
8557
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
8558
|
+
}
|
|
8559
|
+
},
|
|
8560
|
+
{
|
|
8561
|
+
"kind": "method",
|
|
8562
|
+
"name": "templateChanged",
|
|
8563
|
+
"privacy": "protected",
|
|
8564
|
+
"return": {
|
|
8565
|
+
"type": {
|
|
8566
|
+
"text": "void"
|
|
8567
|
+
}
|
|
8568
|
+
},
|
|
8569
|
+
"inheritedFrom": {
|
|
8570
|
+
"name": "FoundationElement",
|
|
8571
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
8572
|
+
}
|
|
8573
|
+
},
|
|
8574
|
+
{
|
|
8575
|
+
"kind": "field",
|
|
8576
|
+
"name": "styles",
|
|
8577
|
+
"type": {
|
|
8578
|
+
"text": "ElementStyles | void | null"
|
|
8579
|
+
},
|
|
8580
|
+
"privacy": "public",
|
|
8581
|
+
"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.",
|
|
8582
|
+
"inheritedFrom": {
|
|
8583
|
+
"name": "FoundationElement",
|
|
8584
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
8585
|
+
}
|
|
8586
|
+
},
|
|
8587
|
+
{
|
|
8588
|
+
"kind": "method",
|
|
8589
|
+
"name": "stylesChanged",
|
|
8590
|
+
"privacy": "protected",
|
|
8591
|
+
"return": {
|
|
8592
|
+
"type": {
|
|
8593
|
+
"text": "void"
|
|
8594
|
+
}
|
|
8595
|
+
},
|
|
8596
|
+
"inheritedFrom": {
|
|
8597
|
+
"name": "FoundationElement",
|
|
8598
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
8599
|
+
}
|
|
8600
|
+
},
|
|
8601
|
+
{
|
|
8602
|
+
"kind": "method",
|
|
8603
|
+
"name": "compose",
|
|
8604
|
+
"privacy": "public",
|
|
8605
|
+
"static": true,
|
|
8606
|
+
"return": {
|
|
8607
|
+
"type": {
|
|
8608
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
8609
|
+
}
|
|
8610
|
+
},
|
|
8611
|
+
"parameters": [
|
|
8612
|
+
{
|
|
8613
|
+
"name": "this",
|
|
8614
|
+
"type": {
|
|
8615
|
+
"text": "K"
|
|
8616
|
+
}
|
|
8617
|
+
},
|
|
8618
|
+
{
|
|
8619
|
+
"name": "elementDefinition",
|
|
8620
|
+
"type": {
|
|
8621
|
+
"text": "T"
|
|
8622
|
+
},
|
|
8623
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
8624
|
+
}
|
|
8625
|
+
],
|
|
8626
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
8627
|
+
"inheritedFrom": {
|
|
8628
|
+
"name": "FoundationElement",
|
|
8629
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
8630
|
+
}
|
|
8631
|
+
}
|
|
8632
|
+
],
|
|
8633
|
+
"events": [
|
|
8634
|
+
{
|
|
8635
|
+
"description": "Fired when the selected options change",
|
|
8636
|
+
"name": "selectionChange",
|
|
8637
|
+
"inheritedFrom": {
|
|
8638
|
+
"name": "CategorizedMultiselect",
|
|
8639
|
+
"module": "src/categorized-multiselect/categorized-multiselect.ts"
|
|
8640
|
+
}
|
|
8641
|
+
}
|
|
8642
|
+
]
|
|
8643
|
+
},
|
|
8644
|
+
{
|
|
8645
|
+
"kind": "variable",
|
|
8646
|
+
"name": "defaultCategorizedMultiselectConfig",
|
|
8647
|
+
"default": "foundationCategorizedMultiselectConfig"
|
|
8648
|
+
},
|
|
8649
|
+
{
|
|
8650
|
+
"kind": "variable",
|
|
8651
|
+
"name": "zeroCategorizedMultiselectShadowOptions",
|
|
8652
|
+
"default": "foundationCategorizedMultiselectShadowOptions"
|
|
8653
|
+
},
|
|
8654
|
+
{
|
|
8655
|
+
"kind": "variable",
|
|
8656
|
+
"name": "zeroCategorizedMultiselect"
|
|
8657
|
+
}
|
|
8658
|
+
],
|
|
8659
|
+
"exports": [
|
|
8660
|
+
{
|
|
8661
|
+
"kind": "js",
|
|
8662
|
+
"name": "CategorizedMultiselect",
|
|
8663
|
+
"declaration": {
|
|
8664
|
+
"name": "CategorizedMultiselect",
|
|
8665
|
+
"module": "src/categorized-multiselect/categorized-multiselect.ts"
|
|
8666
|
+
}
|
|
8667
|
+
},
|
|
8668
|
+
{
|
|
8669
|
+
"kind": "js",
|
|
8670
|
+
"name": "defaultCategorizedMultiselectConfig",
|
|
8671
|
+
"declaration": {
|
|
8672
|
+
"name": "defaultCategorizedMultiselectConfig",
|
|
8673
|
+
"module": "src/categorized-multiselect/categorized-multiselect.ts"
|
|
8674
|
+
}
|
|
8675
|
+
},
|
|
8676
|
+
{
|
|
8677
|
+
"kind": "js",
|
|
8678
|
+
"name": "zeroCategorizedMultiselectShadowOptions",
|
|
8679
|
+
"declaration": {
|
|
8680
|
+
"name": "zeroCategorizedMultiselectShadowOptions",
|
|
8681
|
+
"module": "src/categorized-multiselect/categorized-multiselect.ts"
|
|
8682
|
+
}
|
|
8683
|
+
},
|
|
8684
|
+
{
|
|
8685
|
+
"kind": "js",
|
|
8686
|
+
"name": "zeroCategorizedMultiselect",
|
|
8687
|
+
"declaration": {
|
|
8688
|
+
"name": "zeroCategorizedMultiselect",
|
|
8689
|
+
"module": "src/categorized-multiselect/categorized-multiselect.ts"
|
|
8690
|
+
}
|
|
8691
|
+
}
|
|
8692
|
+
]
|
|
8693
|
+
},
|
|
8694
|
+
{
|
|
8695
|
+
"kind": "javascript-module",
|
|
8696
|
+
"path": "src/categorized-multiselect/index.ts",
|
|
8697
|
+
"declarations": [],
|
|
8698
|
+
"exports": [
|
|
8699
|
+
{
|
|
8700
|
+
"kind": "js",
|
|
8701
|
+
"name": "*",
|
|
8702
|
+
"declaration": {
|
|
8703
|
+
"name": "*",
|
|
8704
|
+
"package": "./categorized-multiselect"
|
|
8705
|
+
}
|
|
8706
|
+
},
|
|
8707
|
+
{
|
|
8708
|
+
"kind": "js",
|
|
8709
|
+
"name": "*",
|
|
8710
|
+
"declaration": {
|
|
8711
|
+
"name": "*",
|
|
8712
|
+
"package": "./categorized-multiselect.styles"
|
|
8713
|
+
}
|
|
8714
|
+
},
|
|
8715
|
+
{
|
|
8716
|
+
"kind": "js",
|
|
8717
|
+
"name": "*",
|
|
8718
|
+
"declaration": {
|
|
8719
|
+
"name": "*",
|
|
8720
|
+
"package": "./categorized-multiselect.template"
|
|
8721
|
+
}
|
|
8722
|
+
}
|
|
8723
|
+
]
|
|
8724
|
+
},
|
|
8725
|
+
{
|
|
8726
|
+
"kind": "javascript-module",
|
|
8727
|
+
"path": "src/checkbox/checkbox.styles.ts",
|
|
8728
|
+
"declarations": [
|
|
8729
|
+
{
|
|
8730
|
+
"kind": "function",
|
|
8731
|
+
"name": "zeroCheckboxStyles",
|
|
8732
|
+
"return": {
|
|
8733
|
+
"type": {
|
|
8734
|
+
"text": "ElementStyles"
|
|
8735
|
+
}
|
|
8736
|
+
},
|
|
8737
|
+
"parameters": [
|
|
8738
|
+
{
|
|
8739
|
+
"name": "context",
|
|
8740
|
+
"type": {
|
|
8741
|
+
"text": "ElementDefinitionContext"
|
|
8742
|
+
}
|
|
8743
|
+
},
|
|
8744
|
+
{
|
|
8745
|
+
"name": "definition",
|
|
8746
|
+
"type": {
|
|
8747
|
+
"text": "CheckboxOptions"
|
|
8748
|
+
}
|
|
8749
|
+
}
|
|
8750
|
+
]
|
|
8751
|
+
}
|
|
8752
|
+
],
|
|
8753
|
+
"exports": [
|
|
8754
|
+
{
|
|
8755
|
+
"kind": "js",
|
|
8756
|
+
"name": "zeroCheckboxStyles",
|
|
8757
|
+
"declaration": {
|
|
8758
|
+
"name": "zeroCheckboxStyles",
|
|
8759
|
+
"module": "src/checkbox/checkbox.styles.ts"
|
|
8760
|
+
}
|
|
8761
|
+
}
|
|
8762
|
+
]
|
|
8763
|
+
},
|
|
8764
|
+
{
|
|
8765
|
+
"kind": "javascript-module",
|
|
8766
|
+
"path": "src/checkbox/checkbox.template.ts",
|
|
8767
|
+
"declarations": [
|
|
8768
|
+
{
|
|
8769
|
+
"kind": "function",
|
|
8770
|
+
"name": "zeroCheckboxTemplate",
|
|
8771
|
+
"return": {
|
|
8772
|
+
"type": {
|
|
8773
|
+
"text": "ViewTemplate<Checkbox>"
|
|
8774
|
+
}
|
|
8775
|
+
},
|
|
8776
|
+
"parameters": [
|
|
8777
|
+
{
|
|
8778
|
+
"name": "context",
|
|
8779
|
+
"type": {
|
|
8780
|
+
"text": "ElementDefinitionContext"
|
|
8781
|
+
}
|
|
8782
|
+
},
|
|
8783
|
+
{
|
|
8784
|
+
"name": "definition",
|
|
8785
|
+
"type": {
|
|
8786
|
+
"text": "CheckboxOptions"
|
|
8787
|
+
}
|
|
8788
|
+
}
|
|
8789
|
+
]
|
|
8790
|
+
}
|
|
8791
|
+
],
|
|
8792
|
+
"exports": [
|
|
8793
|
+
{
|
|
8794
|
+
"kind": "js",
|
|
8795
|
+
"name": "zeroCheckboxTemplate",
|
|
8796
|
+
"declaration": {
|
|
8797
|
+
"name": "zeroCheckboxTemplate",
|
|
8798
|
+
"module": "src/checkbox/checkbox.template.ts"
|
|
8799
|
+
}
|
|
8800
|
+
}
|
|
8801
|
+
]
|
|
8802
|
+
},
|
|
8803
|
+
{
|
|
8804
|
+
"kind": "javascript-module",
|
|
8805
|
+
"path": "src/checkbox/checkbox.ts",
|
|
8806
|
+
"declarations": [
|
|
8807
|
+
{
|
|
8808
|
+
"kind": "class",
|
|
8809
|
+
"description": "",
|
|
8810
|
+
"name": "Checkbox",
|
|
8811
|
+
"superclass": {
|
|
8812
|
+
"name": "FoundationCheckbox",
|
|
8813
|
+
"package": "@genesislcap/foundation-ui"
|
|
8814
|
+
},
|
|
8815
|
+
"tagName": "%%prefix%%-checkbox",
|
|
8816
|
+
"customElement": true,
|
|
8817
|
+
"attributes": [
|
|
8818
|
+
{
|
|
8819
|
+
"name": "readonly",
|
|
8820
|
+
"type": {
|
|
8821
|
+
"text": "boolean"
|
|
8822
|
+
},
|
|
8823
|
+
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
|
|
8824
|
+
"fieldName": "readOnly",
|
|
8825
|
+
"inheritedFrom": {
|
|
8826
|
+
"name": "Checkbox",
|
|
8827
|
+
"module": "src/checkbox/checkbox.ts"
|
|
8828
|
+
}
|
|
8829
|
+
}
|
|
8830
|
+
],
|
|
8831
|
+
"members": [
|
|
8832
|
+
{
|
|
8833
|
+
"kind": "field",
|
|
8834
|
+
"name": "readOnly",
|
|
8835
|
+
"type": {
|
|
8836
|
+
"text": "boolean"
|
|
8837
|
+
},
|
|
8838
|
+
"privacy": "public",
|
|
8839
|
+
"description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.",
|
|
8840
|
+
"inheritedFrom": {
|
|
8841
|
+
"name": "Checkbox",
|
|
8842
|
+
"module": "src/checkbox/checkbox.ts"
|
|
8843
|
+
}
|
|
8844
|
+
},
|
|
8845
|
+
{
|
|
8846
|
+
"kind": "method",
|
|
8847
|
+
"name": "readOnlyChanged",
|
|
8848
|
+
"privacy": "private",
|
|
8849
|
+
"return": {
|
|
8850
|
+
"type": {
|
|
8851
|
+
"text": "void"
|
|
8852
|
+
}
|
|
8853
|
+
},
|
|
8854
|
+
"inheritedFrom": {
|
|
8855
|
+
"name": "Checkbox",
|
|
8856
|
+
"module": "src/checkbox/checkbox.ts"
|
|
8857
|
+
}
|
|
8858
|
+
},
|
|
8859
|
+
{
|
|
8860
|
+
"kind": "field",
|
|
8861
|
+
"name": "indeterminate",
|
|
8862
|
+
"type": {
|
|
8863
|
+
"text": "boolean"
|
|
8864
|
+
},
|
|
8865
|
+
"privacy": "public",
|
|
8866
|
+
"default": "false",
|
|
8867
|
+
"description": "The indeterminate state of the control",
|
|
8868
|
+
"inheritedFrom": {
|
|
8869
|
+
"name": "Checkbox",
|
|
8870
|
+
"module": "src/checkbox/checkbox.ts"
|
|
8990
8871
|
}
|
|
8991
8872
|
},
|
|
8992
8873
|
{
|
|
8993
|
-
"kind": "
|
|
8994
|
-
"name": "
|
|
8995
|
-
"privacy": "private",
|
|
8996
|
-
"parameters": [
|
|
8997
|
-
{
|
|
8998
|
-
"name": "event",
|
|
8999
|
-
"type": {
|
|
9000
|
-
"text": "MouseEvent"
|
|
9001
|
-
}
|
|
9002
|
-
}
|
|
9003
|
-
],
|
|
8874
|
+
"kind": "field",
|
|
8875
|
+
"name": "proxy",
|
|
9004
8876
|
"inheritedFrom": {
|
|
9005
|
-
"name": "
|
|
9006
|
-
"module": "src/
|
|
8877
|
+
"name": "Checkbox",
|
|
8878
|
+
"module": "src/checkbox/checkbox.ts"
|
|
9007
8879
|
}
|
|
9008
8880
|
},
|
|
9009
8881
|
{
|
|
@@ -9015,8 +8887,8 @@
|
|
|
9015
8887
|
"privacy": "private",
|
|
9016
8888
|
"default": "void 0",
|
|
9017
8889
|
"inheritedFrom": {
|
|
9018
|
-
"name": "
|
|
9019
|
-
"module": "src/
|
|
8890
|
+
"name": "Checkbox",
|
|
8891
|
+
"module": "src/checkbox/checkbox.ts"
|
|
9020
8892
|
}
|
|
9021
8893
|
},
|
|
9022
8894
|
{
|
|
@@ -9028,8 +8900,8 @@
|
|
|
9028
8900
|
"privacy": "public",
|
|
9029
8901
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
9030
8902
|
"inheritedFrom": {
|
|
9031
|
-
"name": "
|
|
9032
|
-
"module": "src/
|
|
8903
|
+
"name": "Checkbox",
|
|
8904
|
+
"module": "src/checkbox/checkbox.ts"
|
|
9033
8905
|
}
|
|
9034
8906
|
},
|
|
9035
8907
|
{
|
|
@@ -9041,8 +8913,8 @@
|
|
|
9041
8913
|
"privacy": "public",
|
|
9042
8914
|
"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.",
|
|
9043
8915
|
"inheritedFrom": {
|
|
9044
|
-
"name": "
|
|
9045
|
-
"module": "src/
|
|
8916
|
+
"name": "Checkbox",
|
|
8917
|
+
"module": "src/checkbox/checkbox.ts"
|
|
9046
8918
|
}
|
|
9047
8919
|
},
|
|
9048
8920
|
{
|
|
@@ -9055,8 +8927,8 @@
|
|
|
9055
8927
|
}
|
|
9056
8928
|
},
|
|
9057
8929
|
"inheritedFrom": {
|
|
9058
|
-
"name": "
|
|
9059
|
-
"module": "src/
|
|
8930
|
+
"name": "Checkbox",
|
|
8931
|
+
"module": "src/checkbox/checkbox.ts"
|
|
9060
8932
|
}
|
|
9061
8933
|
},
|
|
9062
8934
|
{
|
|
@@ -9068,8 +8940,8 @@
|
|
|
9068
8940
|
"privacy": "public",
|
|
9069
8941
|
"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.",
|
|
9070
8942
|
"inheritedFrom": {
|
|
9071
|
-
"name": "
|
|
9072
|
-
"module": "src/
|
|
8943
|
+
"name": "Checkbox",
|
|
8944
|
+
"module": "src/checkbox/checkbox.ts"
|
|
9073
8945
|
}
|
|
9074
8946
|
},
|
|
9075
8947
|
{
|
|
@@ -9082,8 +8954,8 @@
|
|
|
9082
8954
|
}
|
|
9083
8955
|
},
|
|
9084
8956
|
"inheritedFrom": {
|
|
9085
|
-
"name": "
|
|
9086
|
-
"module": "src/
|
|
8957
|
+
"name": "Checkbox",
|
|
8958
|
+
"module": "src/checkbox/checkbox.ts"
|
|
9087
8959
|
}
|
|
9088
8960
|
},
|
|
9089
8961
|
{
|
|
@@ -9113,75 +8985,49 @@
|
|
|
9113
8985
|
],
|
|
9114
8986
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
9115
8987
|
"inheritedFrom": {
|
|
9116
|
-
"name": "
|
|
9117
|
-
"module": "src/
|
|
8988
|
+
"name": "Checkbox",
|
|
8989
|
+
"module": "src/checkbox/checkbox.ts"
|
|
9118
8990
|
}
|
|
9119
8991
|
}
|
|
9120
8992
|
],
|
|
9121
8993
|
"events": [
|
|
9122
8994
|
{
|
|
9123
|
-
"description": "
|
|
9124
|
-
"name": "
|
|
8995
|
+
"description": "Emits a custom change event when the checked state changes",
|
|
8996
|
+
"name": "change",
|
|
9125
8997
|
"inheritedFrom": {
|
|
9126
|
-
"name": "
|
|
9127
|
-
"module": "src/
|
|
8998
|
+
"name": "Checkbox",
|
|
8999
|
+
"module": "src/checkbox/checkbox.ts"
|
|
9128
9000
|
}
|
|
9129
9001
|
}
|
|
9130
9002
|
]
|
|
9131
9003
|
},
|
|
9132
9004
|
{
|
|
9133
9005
|
"kind": "variable",
|
|
9134
|
-
"name": "
|
|
9135
|
-
"default": "foundationCategorizedMultiselectConfig"
|
|
9136
|
-
},
|
|
9137
|
-
{
|
|
9138
|
-
"kind": "variable",
|
|
9139
|
-
"name": "zeroCategorizedMultiselectShadowOptions",
|
|
9140
|
-
"default": "foundationCategorizedMultiselectShadowOptions"
|
|
9141
|
-
},
|
|
9142
|
-
{
|
|
9143
|
-
"kind": "variable",
|
|
9144
|
-
"name": "zeroCategorizedMultiselect"
|
|
9006
|
+
"name": "zeroCheckbox"
|
|
9145
9007
|
}
|
|
9146
9008
|
],
|
|
9147
9009
|
"exports": [
|
|
9148
9010
|
{
|
|
9149
9011
|
"kind": "js",
|
|
9150
|
-
"name": "
|
|
9151
|
-
"declaration": {
|
|
9152
|
-
"name": "CategorizedMultiselect",
|
|
9153
|
-
"module": "src/categorized-multiselect/categorized-multiselect.ts"
|
|
9154
|
-
}
|
|
9155
|
-
},
|
|
9156
|
-
{
|
|
9157
|
-
"kind": "js",
|
|
9158
|
-
"name": "defaultCategorizedMultiselectConfig",
|
|
9159
|
-
"declaration": {
|
|
9160
|
-
"name": "defaultCategorizedMultiselectConfig",
|
|
9161
|
-
"module": "src/categorized-multiselect/categorized-multiselect.ts"
|
|
9162
|
-
}
|
|
9163
|
-
},
|
|
9164
|
-
{
|
|
9165
|
-
"kind": "js",
|
|
9166
|
-
"name": "zeroCategorizedMultiselectShadowOptions",
|
|
9012
|
+
"name": "Checkbox",
|
|
9167
9013
|
"declaration": {
|
|
9168
|
-
"name": "
|
|
9169
|
-
"module": "src/
|
|
9014
|
+
"name": "Checkbox",
|
|
9015
|
+
"module": "src/checkbox/checkbox.ts"
|
|
9170
9016
|
}
|
|
9171
9017
|
},
|
|
9172
9018
|
{
|
|
9173
9019
|
"kind": "js",
|
|
9174
|
-
"name": "
|
|
9020
|
+
"name": "zeroCheckbox",
|
|
9175
9021
|
"declaration": {
|
|
9176
|
-
"name": "
|
|
9177
|
-
"module": "src/
|
|
9022
|
+
"name": "zeroCheckbox",
|
|
9023
|
+
"module": "src/checkbox/checkbox.ts"
|
|
9178
9024
|
}
|
|
9179
9025
|
}
|
|
9180
9026
|
]
|
|
9181
9027
|
},
|
|
9182
9028
|
{
|
|
9183
9029
|
"kind": "javascript-module",
|
|
9184
|
-
"path": "src/
|
|
9030
|
+
"path": "src/checkbox/index.ts",
|
|
9185
9031
|
"declarations": [],
|
|
9186
9032
|
"exports": [
|
|
9187
9033
|
{
|
|
@@ -9189,7 +9035,7 @@
|
|
|
9189
9035
|
"name": "*",
|
|
9190
9036
|
"declaration": {
|
|
9191
9037
|
"name": "*",
|
|
9192
|
-
"package": "./
|
|
9038
|
+
"package": "./checkbox"
|
|
9193
9039
|
}
|
|
9194
9040
|
},
|
|
9195
9041
|
{
|
|
@@ -9197,7 +9043,7 @@
|
|
|
9197
9043
|
"name": "*",
|
|
9198
9044
|
"declaration": {
|
|
9199
9045
|
"name": "*",
|
|
9200
|
-
"package": "./
|
|
9046
|
+
"package": "./checkbox.styles"
|
|
9201
9047
|
}
|
|
9202
9048
|
},
|
|
9203
9049
|
{
|
|
@@ -9205,18 +9051,18 @@
|
|
|
9205
9051
|
"name": "*",
|
|
9206
9052
|
"declaration": {
|
|
9207
9053
|
"name": "*",
|
|
9208
|
-
"package": "./
|
|
9054
|
+
"package": "./checkbox.template"
|
|
9209
9055
|
}
|
|
9210
9056
|
}
|
|
9211
9057
|
]
|
|
9212
9058
|
},
|
|
9213
9059
|
{
|
|
9214
9060
|
"kind": "javascript-module",
|
|
9215
|
-
"path": "src/
|
|
9061
|
+
"path": "src/combobox/combobox.styles.ts",
|
|
9216
9062
|
"declarations": [
|
|
9217
9063
|
{
|
|
9218
9064
|
"kind": "function",
|
|
9219
|
-
"name": "
|
|
9065
|
+
"name": "zeroComboboxStyles",
|
|
9220
9066
|
"return": {
|
|
9221
9067
|
"type": {
|
|
9222
9068
|
"text": "ElementStyles"
|
|
@@ -9232,7 +9078,7 @@
|
|
|
9232
9078
|
{
|
|
9233
9079
|
"name": "definition",
|
|
9234
9080
|
"type": {
|
|
9235
|
-
"text": "
|
|
9081
|
+
"text": "FoundationElementDefinition"
|
|
9236
9082
|
}
|
|
9237
9083
|
}
|
|
9238
9084
|
]
|
|
@@ -9241,24 +9087,24 @@
|
|
|
9241
9087
|
"exports": [
|
|
9242
9088
|
{
|
|
9243
9089
|
"kind": "js",
|
|
9244
|
-
"name": "
|
|
9090
|
+
"name": "zeroComboboxStyles",
|
|
9245
9091
|
"declaration": {
|
|
9246
|
-
"name": "
|
|
9247
|
-
"module": "src/
|
|
9092
|
+
"name": "zeroComboboxStyles",
|
|
9093
|
+
"module": "src/combobox/combobox.styles.ts"
|
|
9248
9094
|
}
|
|
9249
9095
|
}
|
|
9250
9096
|
]
|
|
9251
9097
|
},
|
|
9252
9098
|
{
|
|
9253
9099
|
"kind": "javascript-module",
|
|
9254
|
-
"path": "src/
|
|
9100
|
+
"path": "src/combobox/combobox.template.ts",
|
|
9255
9101
|
"declarations": [
|
|
9256
9102
|
{
|
|
9257
9103
|
"kind": "function",
|
|
9258
|
-
"name": "
|
|
9104
|
+
"name": "zeroComboboxTemplate",
|
|
9259
9105
|
"return": {
|
|
9260
9106
|
"type": {
|
|
9261
|
-
"text": "ViewTemplate<
|
|
9107
|
+
"text": "ViewTemplate<Combobox>"
|
|
9262
9108
|
}
|
|
9263
9109
|
},
|
|
9264
9110
|
"parameters": [
|
|
@@ -9271,7 +9117,7 @@
|
|
|
9271
9117
|
{
|
|
9272
9118
|
"name": "definition",
|
|
9273
9119
|
"type": {
|
|
9274
|
-
"text": "
|
|
9120
|
+
"text": "FoundationElementDefinition"
|
|
9275
9121
|
}
|
|
9276
9122
|
}
|
|
9277
9123
|
]
|
|
@@ -9280,90 +9126,202 @@
|
|
|
9280
9126
|
"exports": [
|
|
9281
9127
|
{
|
|
9282
9128
|
"kind": "js",
|
|
9283
|
-
"name": "
|
|
9129
|
+
"name": "zeroComboboxTemplate",
|
|
9284
9130
|
"declaration": {
|
|
9285
|
-
"name": "
|
|
9286
|
-
"module": "src/
|
|
9131
|
+
"name": "zeroComboboxTemplate",
|
|
9132
|
+
"module": "src/combobox/combobox.template.ts"
|
|
9287
9133
|
}
|
|
9288
9134
|
}
|
|
9289
9135
|
]
|
|
9290
9136
|
},
|
|
9291
9137
|
{
|
|
9292
9138
|
"kind": "javascript-module",
|
|
9293
|
-
"path": "src/
|
|
9139
|
+
"path": "src/combobox/combobox.ts",
|
|
9294
9140
|
"declarations": [
|
|
9295
9141
|
{
|
|
9296
9142
|
"kind": "class",
|
|
9297
9143
|
"description": "",
|
|
9298
|
-
"name": "
|
|
9144
|
+
"name": "Combobox",
|
|
9299
9145
|
"superclass": {
|
|
9300
|
-
"name": "
|
|
9146
|
+
"name": "FoundationComboBox",
|
|
9301
9147
|
"package": "@genesislcap/foundation-ui"
|
|
9302
9148
|
},
|
|
9303
|
-
"tagName": "%%prefix%%-
|
|
9149
|
+
"tagName": "%%prefix%%-combobox",
|
|
9150
|
+
"customElement": true
|
|
9151
|
+
},
|
|
9152
|
+
{
|
|
9153
|
+
"kind": "variable",
|
|
9154
|
+
"name": "zeroCombobox"
|
|
9155
|
+
}
|
|
9156
|
+
],
|
|
9157
|
+
"exports": [
|
|
9158
|
+
{
|
|
9159
|
+
"kind": "js",
|
|
9160
|
+
"name": "Combobox",
|
|
9161
|
+
"declaration": {
|
|
9162
|
+
"name": "Combobox",
|
|
9163
|
+
"module": "src/combobox/combobox.ts"
|
|
9164
|
+
}
|
|
9165
|
+
},
|
|
9166
|
+
{
|
|
9167
|
+
"kind": "js",
|
|
9168
|
+
"name": "zeroCombobox",
|
|
9169
|
+
"declaration": {
|
|
9170
|
+
"name": "zeroCombobox",
|
|
9171
|
+
"module": "src/combobox/combobox.ts"
|
|
9172
|
+
}
|
|
9173
|
+
}
|
|
9174
|
+
]
|
|
9175
|
+
},
|
|
9176
|
+
{
|
|
9177
|
+
"kind": "javascript-module",
|
|
9178
|
+
"path": "src/combobox/index.ts",
|
|
9179
|
+
"declarations": [],
|
|
9180
|
+
"exports": [
|
|
9181
|
+
{
|
|
9182
|
+
"kind": "js",
|
|
9183
|
+
"name": "*",
|
|
9184
|
+
"declaration": {
|
|
9185
|
+
"name": "*",
|
|
9186
|
+
"package": "./combobox.styles"
|
|
9187
|
+
}
|
|
9188
|
+
},
|
|
9189
|
+
{
|
|
9190
|
+
"kind": "js",
|
|
9191
|
+
"name": "*",
|
|
9192
|
+
"declaration": {
|
|
9193
|
+
"name": "*",
|
|
9194
|
+
"package": "./combobox.template"
|
|
9195
|
+
}
|
|
9196
|
+
},
|
|
9197
|
+
{
|
|
9198
|
+
"kind": "js",
|
|
9199
|
+
"name": "*",
|
|
9200
|
+
"declaration": {
|
|
9201
|
+
"name": "*",
|
|
9202
|
+
"package": "./combobox"
|
|
9203
|
+
}
|
|
9204
|
+
}
|
|
9205
|
+
]
|
|
9206
|
+
},
|
|
9207
|
+
{
|
|
9208
|
+
"kind": "javascript-module",
|
|
9209
|
+
"path": "src/connection-indicator/connection-indicator.ts",
|
|
9210
|
+
"declarations": [
|
|
9211
|
+
{
|
|
9212
|
+
"kind": "class",
|
|
9213
|
+
"description": "",
|
|
9214
|
+
"name": "ConnectionIndicator",
|
|
9215
|
+
"superclass": {
|
|
9216
|
+
"name": "FoundationConnectionIndicator",
|
|
9217
|
+
"package": "@genesislcap/foundation-ui"
|
|
9218
|
+
},
|
|
9219
|
+
"tagName": "%%prefix%%-connection-indicator",
|
|
9304
9220
|
"customElement": true,
|
|
9305
9221
|
"attributes": [
|
|
9306
9222
|
{
|
|
9307
|
-
"name": "
|
|
9223
|
+
"name": "show-label",
|
|
9308
9224
|
"type": {
|
|
9309
9225
|
"text": "boolean"
|
|
9310
9226
|
},
|
|
9311
|
-
"
|
|
9312
|
-
"fieldName": "
|
|
9227
|
+
"default": "false",
|
|
9228
|
+
"fieldName": "showLabel",
|
|
9313
9229
|
"inheritedFrom": {
|
|
9314
|
-
"name": "
|
|
9315
|
-
"module": "src/
|
|
9230
|
+
"name": "ConnectionIndicator",
|
|
9231
|
+
"module": "src/connection-indicator/connection-indicator.ts"
|
|
9316
9232
|
}
|
|
9317
9233
|
}
|
|
9318
9234
|
],
|
|
9319
9235
|
"members": [
|
|
9320
9236
|
{
|
|
9321
9237
|
"kind": "field",
|
|
9322
|
-
"name": "
|
|
9238
|
+
"name": "connect",
|
|
9239
|
+
"type": {
|
|
9240
|
+
"text": "Connect"
|
|
9241
|
+
},
|
|
9242
|
+
"inheritedFrom": {
|
|
9243
|
+
"name": "ConnectionIndicator",
|
|
9244
|
+
"module": "src/connection-indicator/connection-indicator.ts"
|
|
9245
|
+
}
|
|
9246
|
+
},
|
|
9247
|
+
{
|
|
9248
|
+
"kind": "field",
|
|
9249
|
+
"name": "session",
|
|
9250
|
+
"type": {
|
|
9251
|
+
"text": "Session"
|
|
9252
|
+
},
|
|
9253
|
+
"inheritedFrom": {
|
|
9254
|
+
"name": "ConnectionIndicator",
|
|
9255
|
+
"module": "src/connection-indicator/connection-indicator.ts"
|
|
9256
|
+
}
|
|
9257
|
+
},
|
|
9258
|
+
{
|
|
9259
|
+
"kind": "field",
|
|
9260
|
+
"name": "showLabel",
|
|
9261
|
+
"type": {
|
|
9262
|
+
"text": "boolean"
|
|
9263
|
+
},
|
|
9264
|
+
"default": "false",
|
|
9265
|
+
"inheritedFrom": {
|
|
9266
|
+
"name": "ConnectionIndicator",
|
|
9267
|
+
"module": "src/connection-indicator/connection-indicator.ts"
|
|
9268
|
+
}
|
|
9269
|
+
},
|
|
9270
|
+
{
|
|
9271
|
+
"kind": "field",
|
|
9272
|
+
"name": "label",
|
|
9323
9273
|
"type": {
|
|
9324
|
-
"text": "
|
|
9274
|
+
"text": "string"
|
|
9325
9275
|
},
|
|
9326
|
-
"
|
|
9327
|
-
"description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.",
|
|
9276
|
+
"default": "'disconnected'",
|
|
9328
9277
|
"inheritedFrom": {
|
|
9329
|
-
"name": "
|
|
9330
|
-
"module": "src/
|
|
9278
|
+
"name": "ConnectionIndicator",
|
|
9279
|
+
"module": "src/connection-indicator/connection-indicator.ts"
|
|
9331
9280
|
}
|
|
9332
9281
|
},
|
|
9333
9282
|
{
|
|
9334
|
-
"kind": "
|
|
9335
|
-
"name": "
|
|
9336
|
-
"
|
|
9337
|
-
|
|
9338
|
-
"type": {
|
|
9339
|
-
"text": "void"
|
|
9340
|
-
}
|
|
9283
|
+
"kind": "field",
|
|
9284
|
+
"name": "colour",
|
|
9285
|
+
"type": {
|
|
9286
|
+
"text": "'red' | 'green'"
|
|
9341
9287
|
},
|
|
9288
|
+
"default": "'red'",
|
|
9342
9289
|
"inheritedFrom": {
|
|
9343
|
-
"name": "
|
|
9344
|
-
"module": "src/
|
|
9290
|
+
"name": "ConnectionIndicator",
|
|
9291
|
+
"module": "src/connection-indicator/connection-indicator.ts"
|
|
9345
9292
|
}
|
|
9346
9293
|
},
|
|
9347
9294
|
{
|
|
9348
9295
|
"kind": "field",
|
|
9349
|
-
"name": "
|
|
9296
|
+
"name": "subscription",
|
|
9350
9297
|
"type": {
|
|
9351
|
-
"text": "
|
|
9298
|
+
"text": "Subscription"
|
|
9352
9299
|
},
|
|
9353
|
-
"privacy": "
|
|
9354
|
-
"default": "false",
|
|
9355
|
-
"description": "The indeterminate state of the control",
|
|
9300
|
+
"privacy": "private",
|
|
9356
9301
|
"inheritedFrom": {
|
|
9357
|
-
"name": "
|
|
9358
|
-
"module": "src/
|
|
9302
|
+
"name": "ConnectionIndicator",
|
|
9303
|
+
"module": "src/connection-indicator/connection-indicator.ts"
|
|
9359
9304
|
}
|
|
9360
9305
|
},
|
|
9361
9306
|
{
|
|
9362
|
-
"kind": "
|
|
9363
|
-
"name": "
|
|
9307
|
+
"kind": "method",
|
|
9308
|
+
"name": "getLabel",
|
|
9309
|
+
"return": {
|
|
9310
|
+
"type": {
|
|
9311
|
+
"text": "string"
|
|
9312
|
+
}
|
|
9313
|
+
},
|
|
9314
|
+
"parameters": [
|
|
9315
|
+
{
|
|
9316
|
+
"name": "connected",
|
|
9317
|
+
"type": {
|
|
9318
|
+
"text": "boolean"
|
|
9319
|
+
}
|
|
9320
|
+
}
|
|
9321
|
+
],
|
|
9364
9322
|
"inheritedFrom": {
|
|
9365
|
-
"name": "
|
|
9366
|
-
"module": "src/
|
|
9323
|
+
"name": "ConnectionIndicator",
|
|
9324
|
+
"module": "src/connection-indicator/connection-indicator.ts"
|
|
9367
9325
|
}
|
|
9368
9326
|
},
|
|
9369
9327
|
{
|
|
@@ -9375,8 +9333,8 @@
|
|
|
9375
9333
|
"privacy": "private",
|
|
9376
9334
|
"default": "void 0",
|
|
9377
9335
|
"inheritedFrom": {
|
|
9378
|
-
"name": "
|
|
9379
|
-
"module": "src/
|
|
9336
|
+
"name": "FoundationElement",
|
|
9337
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
9380
9338
|
}
|
|
9381
9339
|
},
|
|
9382
9340
|
{
|
|
@@ -9388,8 +9346,8 @@
|
|
|
9388
9346
|
"privacy": "public",
|
|
9389
9347
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
9390
9348
|
"inheritedFrom": {
|
|
9391
|
-
"name": "
|
|
9392
|
-
"module": "src/
|
|
9349
|
+
"name": "FoundationElement",
|
|
9350
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
9393
9351
|
}
|
|
9394
9352
|
},
|
|
9395
9353
|
{
|
|
@@ -9401,8 +9359,8 @@
|
|
|
9401
9359
|
"privacy": "public",
|
|
9402
9360
|
"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.",
|
|
9403
9361
|
"inheritedFrom": {
|
|
9404
|
-
"name": "
|
|
9405
|
-
"module": "src/
|
|
9362
|
+
"name": "FoundationElement",
|
|
9363
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
9406
9364
|
}
|
|
9407
9365
|
},
|
|
9408
9366
|
{
|
|
@@ -9415,8 +9373,8 @@
|
|
|
9415
9373
|
}
|
|
9416
9374
|
},
|
|
9417
9375
|
"inheritedFrom": {
|
|
9418
|
-
"name": "
|
|
9419
|
-
"module": "src/
|
|
9376
|
+
"name": "FoundationElement",
|
|
9377
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
9420
9378
|
}
|
|
9421
9379
|
},
|
|
9422
9380
|
{
|
|
@@ -9428,8 +9386,8 @@
|
|
|
9428
9386
|
"privacy": "public",
|
|
9429
9387
|
"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.",
|
|
9430
9388
|
"inheritedFrom": {
|
|
9431
|
-
"name": "
|
|
9432
|
-
"module": "src/
|
|
9389
|
+
"name": "FoundationElement",
|
|
9390
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
9433
9391
|
}
|
|
9434
9392
|
},
|
|
9435
9393
|
{
|
|
@@ -9442,8 +9400,8 @@
|
|
|
9442
9400
|
}
|
|
9443
9401
|
},
|
|
9444
9402
|
"inheritedFrom": {
|
|
9445
|
-
"name": "
|
|
9446
|
-
"module": "src/
|
|
9403
|
+
"name": "FoundationElement",
|
|
9404
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
9447
9405
|
}
|
|
9448
9406
|
},
|
|
9449
9407
|
{
|
|
@@ -9473,49 +9431,39 @@
|
|
|
9473
9431
|
],
|
|
9474
9432
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
9475
9433
|
"inheritedFrom": {
|
|
9476
|
-
"name": "
|
|
9477
|
-
"module": "src/
|
|
9478
|
-
}
|
|
9479
|
-
}
|
|
9480
|
-
],
|
|
9481
|
-
"events": [
|
|
9482
|
-
{
|
|
9483
|
-
"description": "Emits a custom change event when the checked state changes",
|
|
9484
|
-
"name": "change",
|
|
9485
|
-
"inheritedFrom": {
|
|
9486
|
-
"name": "Checkbox",
|
|
9487
|
-
"module": "src/checkbox/checkbox.ts"
|
|
9434
|
+
"name": "FoundationElement",
|
|
9435
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
9488
9436
|
}
|
|
9489
9437
|
}
|
|
9490
9438
|
]
|
|
9491
9439
|
},
|
|
9492
9440
|
{
|
|
9493
9441
|
"kind": "variable",
|
|
9494
|
-
"name": "
|
|
9442
|
+
"name": "zeroConnectionIndicator"
|
|
9495
9443
|
}
|
|
9496
9444
|
],
|
|
9497
9445
|
"exports": [
|
|
9498
9446
|
{
|
|
9499
9447
|
"kind": "js",
|
|
9500
|
-
"name": "
|
|
9448
|
+
"name": "ConnectionIndicator",
|
|
9501
9449
|
"declaration": {
|
|
9502
|
-
"name": "
|
|
9503
|
-
"module": "src/
|
|
9450
|
+
"name": "ConnectionIndicator",
|
|
9451
|
+
"module": "src/connection-indicator/connection-indicator.ts"
|
|
9504
9452
|
}
|
|
9505
9453
|
},
|
|
9506
9454
|
{
|
|
9507
9455
|
"kind": "js",
|
|
9508
|
-
"name": "
|
|
9456
|
+
"name": "zeroConnectionIndicator",
|
|
9509
9457
|
"declaration": {
|
|
9510
|
-
"name": "
|
|
9511
|
-
"module": "src/
|
|
9458
|
+
"name": "zeroConnectionIndicator",
|
|
9459
|
+
"module": "src/connection-indicator/connection-indicator.ts"
|
|
9512
9460
|
}
|
|
9513
9461
|
}
|
|
9514
9462
|
]
|
|
9515
9463
|
},
|
|
9516
9464
|
{
|
|
9517
9465
|
"kind": "javascript-module",
|
|
9518
|
-
"path": "src/
|
|
9466
|
+
"path": "src/connection-indicator/index.ts",
|
|
9519
9467
|
"declarations": [],
|
|
9520
9468
|
"exports": [
|
|
9521
9469
|
{
|
|
@@ -9523,34 +9471,18 @@
|
|
|
9523
9471
|
"name": "*",
|
|
9524
9472
|
"declaration": {
|
|
9525
9473
|
"name": "*",
|
|
9526
|
-
"package": "./
|
|
9527
|
-
}
|
|
9528
|
-
},
|
|
9529
|
-
{
|
|
9530
|
-
"kind": "js",
|
|
9531
|
-
"name": "*",
|
|
9532
|
-
"declaration": {
|
|
9533
|
-
"name": "*",
|
|
9534
|
-
"package": "./checkbox.styles"
|
|
9535
|
-
}
|
|
9536
|
-
},
|
|
9537
|
-
{
|
|
9538
|
-
"kind": "js",
|
|
9539
|
-
"name": "*",
|
|
9540
|
-
"declaration": {
|
|
9541
|
-
"name": "*",
|
|
9542
|
-
"package": "./checkbox.template"
|
|
9474
|
+
"package": "./connection-indicator"
|
|
9543
9475
|
}
|
|
9544
9476
|
}
|
|
9545
9477
|
]
|
|
9546
9478
|
},
|
|
9547
9479
|
{
|
|
9548
9480
|
"kind": "javascript-module",
|
|
9549
|
-
"path": "src/
|
|
9481
|
+
"path": "src/breadcrumb-item/breadcrumb-item.styles.ts",
|
|
9550
9482
|
"declarations": [
|
|
9551
9483
|
{
|
|
9552
9484
|
"kind": "function",
|
|
9553
|
-
"name": "
|
|
9485
|
+
"name": "zeroBreadcrumbItemStyles",
|
|
9554
9486
|
"return": {
|
|
9555
9487
|
"type": {
|
|
9556
9488
|
"text": "ElementStyles"
|
|
@@ -9575,24 +9507,24 @@
|
|
|
9575
9507
|
"exports": [
|
|
9576
9508
|
{
|
|
9577
9509
|
"kind": "js",
|
|
9578
|
-
"name": "
|
|
9510
|
+
"name": "zeroBreadcrumbItemStyles",
|
|
9579
9511
|
"declaration": {
|
|
9580
|
-
"name": "
|
|
9581
|
-
"module": "src/
|
|
9512
|
+
"name": "zeroBreadcrumbItemStyles",
|
|
9513
|
+
"module": "src/breadcrumb-item/breadcrumb-item.styles.ts"
|
|
9582
9514
|
}
|
|
9583
9515
|
}
|
|
9584
9516
|
]
|
|
9585
9517
|
},
|
|
9586
9518
|
{
|
|
9587
9519
|
"kind": "javascript-module",
|
|
9588
|
-
"path": "src/
|
|
9520
|
+
"path": "src/breadcrumb-item/breadcrumb-item.template.ts",
|
|
9589
9521
|
"declarations": [
|
|
9590
9522
|
{
|
|
9591
9523
|
"kind": "function",
|
|
9592
|
-
"name": "
|
|
9524
|
+
"name": "zeroBreadcrumbItemTemplate",
|
|
9593
9525
|
"return": {
|
|
9594
9526
|
"type": {
|
|
9595
|
-
"text": "ViewTemplate<
|
|
9527
|
+
"text": "ViewTemplate<BreadcrumbItem>"
|
|
9596
9528
|
}
|
|
9597
9529
|
},
|
|
9598
9530
|
"parameters": [
|
|
@@ -9614,202 +9546,252 @@
|
|
|
9614
9546
|
"exports": [
|
|
9615
9547
|
{
|
|
9616
9548
|
"kind": "js",
|
|
9617
|
-
"name": "
|
|
9618
|
-
"declaration": {
|
|
9619
|
-
"name": "zeroComboboxTemplate",
|
|
9620
|
-
"module": "src/combobox/combobox.template.ts"
|
|
9621
|
-
}
|
|
9622
|
-
}
|
|
9623
|
-
]
|
|
9624
|
-
},
|
|
9625
|
-
{
|
|
9626
|
-
"kind": "javascript-module",
|
|
9627
|
-
"path": "src/combobox/combobox.ts",
|
|
9628
|
-
"declarations": [
|
|
9629
|
-
{
|
|
9630
|
-
"kind": "class",
|
|
9631
|
-
"description": "",
|
|
9632
|
-
"name": "Combobox",
|
|
9633
|
-
"superclass": {
|
|
9634
|
-
"name": "FoundationComboBox",
|
|
9635
|
-
"package": "@genesislcap/foundation-ui"
|
|
9636
|
-
},
|
|
9637
|
-
"tagName": "%%prefix%%-combobox",
|
|
9638
|
-
"customElement": true
|
|
9639
|
-
},
|
|
9640
|
-
{
|
|
9641
|
-
"kind": "variable",
|
|
9642
|
-
"name": "zeroCombobox"
|
|
9643
|
-
}
|
|
9644
|
-
],
|
|
9645
|
-
"exports": [
|
|
9646
|
-
{
|
|
9647
|
-
"kind": "js",
|
|
9648
|
-
"name": "Combobox",
|
|
9649
|
-
"declaration": {
|
|
9650
|
-
"name": "Combobox",
|
|
9651
|
-
"module": "src/combobox/combobox.ts"
|
|
9652
|
-
}
|
|
9653
|
-
},
|
|
9654
|
-
{
|
|
9655
|
-
"kind": "js",
|
|
9656
|
-
"name": "zeroCombobox",
|
|
9657
|
-
"declaration": {
|
|
9658
|
-
"name": "zeroCombobox",
|
|
9659
|
-
"module": "src/combobox/combobox.ts"
|
|
9660
|
-
}
|
|
9661
|
-
}
|
|
9662
|
-
]
|
|
9663
|
-
},
|
|
9664
|
-
{
|
|
9665
|
-
"kind": "javascript-module",
|
|
9666
|
-
"path": "src/combobox/index.ts",
|
|
9667
|
-
"declarations": [],
|
|
9668
|
-
"exports": [
|
|
9669
|
-
{
|
|
9670
|
-
"kind": "js",
|
|
9671
|
-
"name": "*",
|
|
9672
|
-
"declaration": {
|
|
9673
|
-
"name": "*",
|
|
9674
|
-
"package": "./combobox.styles"
|
|
9675
|
-
}
|
|
9676
|
-
},
|
|
9677
|
-
{
|
|
9678
|
-
"kind": "js",
|
|
9679
|
-
"name": "*",
|
|
9680
|
-
"declaration": {
|
|
9681
|
-
"name": "*",
|
|
9682
|
-
"package": "./combobox.template"
|
|
9683
|
-
}
|
|
9684
|
-
},
|
|
9685
|
-
{
|
|
9686
|
-
"kind": "js",
|
|
9687
|
-
"name": "*",
|
|
9549
|
+
"name": "zeroBreadcrumbItemTemplate",
|
|
9688
9550
|
"declaration": {
|
|
9689
|
-
"name": "
|
|
9690
|
-
"
|
|
9551
|
+
"name": "zeroBreadcrumbItemTemplate",
|
|
9552
|
+
"module": "src/breadcrumb-item/breadcrumb-item.template.ts"
|
|
9691
9553
|
}
|
|
9692
9554
|
}
|
|
9693
9555
|
]
|
|
9694
9556
|
},
|
|
9695
9557
|
{
|
|
9696
9558
|
"kind": "javascript-module",
|
|
9697
|
-
"path": "src/
|
|
9559
|
+
"path": "src/breadcrumb-item/breadcrumb-item.ts",
|
|
9698
9560
|
"declarations": [
|
|
9699
9561
|
{
|
|
9700
9562
|
"kind": "class",
|
|
9701
9563
|
"description": "",
|
|
9702
|
-
"name": "
|
|
9564
|
+
"name": "BreadcrumbItem",
|
|
9703
9565
|
"superclass": {
|
|
9704
|
-
"name": "
|
|
9566
|
+
"name": "FoundationBreadcrumbItem",
|
|
9705
9567
|
"package": "@genesislcap/foundation-ui"
|
|
9706
9568
|
},
|
|
9707
|
-
"tagName": "%%prefix%%-
|
|
9569
|
+
"tagName": "%%prefix%%-breadcrumb-item",
|
|
9708
9570
|
"customElement": true,
|
|
9709
9571
|
"attributes": [
|
|
9710
9572
|
{
|
|
9711
|
-
"name": "
|
|
9573
|
+
"name": "download",
|
|
9574
|
+
"type": {
|
|
9575
|
+
"text": "string"
|
|
9576
|
+
},
|
|
9577
|
+
"description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
9578
|
+
"fieldName": "download",
|
|
9579
|
+
"inheritedFrom": {
|
|
9580
|
+
"name": "BreadcrumbItem",
|
|
9581
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
9582
|
+
}
|
|
9583
|
+
},
|
|
9584
|
+
{
|
|
9585
|
+
"name": "href",
|
|
9586
|
+
"type": {
|
|
9587
|
+
"text": "string"
|
|
9588
|
+
},
|
|
9589
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
9590
|
+
"fieldName": "href",
|
|
9591
|
+
"inheritedFrom": {
|
|
9592
|
+
"name": "BreadcrumbItem",
|
|
9593
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
9594
|
+
}
|
|
9595
|
+
},
|
|
9596
|
+
{
|
|
9597
|
+
"name": "hreflang",
|
|
9712
9598
|
"type": {
|
|
9713
|
-
"text": "
|
|
9599
|
+
"text": "string"
|
|
9714
9600
|
},
|
|
9715
|
-
"
|
|
9716
|
-
"fieldName": "
|
|
9601
|
+
"description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
9602
|
+
"fieldName": "hreflang",
|
|
9717
9603
|
"inheritedFrom": {
|
|
9718
|
-
"name": "
|
|
9719
|
-
"module": "src/
|
|
9604
|
+
"name": "BreadcrumbItem",
|
|
9605
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
9606
|
+
}
|
|
9607
|
+
},
|
|
9608
|
+
{
|
|
9609
|
+
"name": "ping",
|
|
9610
|
+
"type": {
|
|
9611
|
+
"text": "string"
|
|
9612
|
+
},
|
|
9613
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
9614
|
+
"fieldName": "ping",
|
|
9615
|
+
"inheritedFrom": {
|
|
9616
|
+
"name": "BreadcrumbItem",
|
|
9617
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
9618
|
+
}
|
|
9619
|
+
},
|
|
9620
|
+
{
|
|
9621
|
+
"name": "referrerpolicy",
|
|
9622
|
+
"type": {
|
|
9623
|
+
"text": "string"
|
|
9624
|
+
},
|
|
9625
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
9626
|
+
"fieldName": "referrerpolicy",
|
|
9627
|
+
"inheritedFrom": {
|
|
9628
|
+
"name": "BreadcrumbItem",
|
|
9629
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
9630
|
+
}
|
|
9631
|
+
},
|
|
9632
|
+
{
|
|
9633
|
+
"name": "rel",
|
|
9634
|
+
"type": {
|
|
9635
|
+
"text": "string"
|
|
9636
|
+
},
|
|
9637
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
9638
|
+
"fieldName": "rel",
|
|
9639
|
+
"inheritedFrom": {
|
|
9640
|
+
"name": "BreadcrumbItem",
|
|
9641
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
9642
|
+
}
|
|
9643
|
+
},
|
|
9644
|
+
{
|
|
9645
|
+
"name": "target",
|
|
9646
|
+
"type": {
|
|
9647
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
9648
|
+
},
|
|
9649
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
9650
|
+
"fieldName": "target",
|
|
9651
|
+
"inheritedFrom": {
|
|
9652
|
+
"name": "BreadcrumbItem",
|
|
9653
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
9654
|
+
}
|
|
9655
|
+
},
|
|
9656
|
+
{
|
|
9657
|
+
"name": "type",
|
|
9658
|
+
"type": {
|
|
9659
|
+
"text": "string"
|
|
9660
|
+
},
|
|
9661
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
9662
|
+
"fieldName": "type",
|
|
9663
|
+
"inheritedFrom": {
|
|
9664
|
+
"name": "BreadcrumbItem",
|
|
9665
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
9720
9666
|
}
|
|
9721
9667
|
}
|
|
9722
9668
|
],
|
|
9723
9669
|
"members": [
|
|
9724
9670
|
{
|
|
9725
9671
|
"kind": "field",
|
|
9726
|
-
"name": "
|
|
9672
|
+
"name": "download",
|
|
9727
9673
|
"type": {
|
|
9728
|
-
"text": "
|
|
9674
|
+
"text": "string"
|
|
9729
9675
|
},
|
|
9676
|
+
"privacy": "public",
|
|
9677
|
+
"description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
9730
9678
|
"inheritedFrom": {
|
|
9731
|
-
"name": "
|
|
9732
|
-
"module": "src/
|
|
9679
|
+
"name": "BreadcrumbItem",
|
|
9680
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
9733
9681
|
}
|
|
9734
9682
|
},
|
|
9735
9683
|
{
|
|
9736
9684
|
"kind": "field",
|
|
9737
|
-
"name": "
|
|
9685
|
+
"name": "href",
|
|
9738
9686
|
"type": {
|
|
9739
|
-
"text": "
|
|
9687
|
+
"text": "string"
|
|
9740
9688
|
},
|
|
9689
|
+
"privacy": "public",
|
|
9690
|
+
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
9741
9691
|
"inheritedFrom": {
|
|
9742
|
-
"name": "
|
|
9743
|
-
"module": "src/
|
|
9692
|
+
"name": "BreadcrumbItem",
|
|
9693
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
9744
9694
|
}
|
|
9745
9695
|
},
|
|
9746
9696
|
{
|
|
9747
9697
|
"kind": "field",
|
|
9748
|
-
"name": "
|
|
9698
|
+
"name": "hreflang",
|
|
9749
9699
|
"type": {
|
|
9750
|
-
"text": "
|
|
9700
|
+
"text": "string"
|
|
9751
9701
|
},
|
|
9752
|
-
"
|
|
9702
|
+
"privacy": "public",
|
|
9703
|
+
"description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
9753
9704
|
"inheritedFrom": {
|
|
9754
|
-
"name": "
|
|
9755
|
-
"module": "src/
|
|
9705
|
+
"name": "BreadcrumbItem",
|
|
9706
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
9756
9707
|
}
|
|
9757
9708
|
},
|
|
9758
9709
|
{
|
|
9759
9710
|
"kind": "field",
|
|
9760
|
-
"name": "
|
|
9711
|
+
"name": "ping",
|
|
9761
9712
|
"type": {
|
|
9762
9713
|
"text": "string"
|
|
9763
9714
|
},
|
|
9764
|
-
"
|
|
9715
|
+
"privacy": "public",
|
|
9716
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
9765
9717
|
"inheritedFrom": {
|
|
9766
|
-
"name": "
|
|
9767
|
-
"module": "src/
|
|
9718
|
+
"name": "BreadcrumbItem",
|
|
9719
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
9768
9720
|
}
|
|
9769
9721
|
},
|
|
9770
9722
|
{
|
|
9771
9723
|
"kind": "field",
|
|
9772
|
-
"name": "
|
|
9724
|
+
"name": "referrerpolicy",
|
|
9773
9725
|
"type": {
|
|
9774
|
-
"text": "
|
|
9726
|
+
"text": "string"
|
|
9775
9727
|
},
|
|
9776
|
-
"
|
|
9728
|
+
"privacy": "public",
|
|
9729
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
9777
9730
|
"inheritedFrom": {
|
|
9778
|
-
"name": "
|
|
9779
|
-
"module": "src/
|
|
9731
|
+
"name": "BreadcrumbItem",
|
|
9732
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
9780
9733
|
}
|
|
9781
9734
|
},
|
|
9782
9735
|
{
|
|
9783
9736
|
"kind": "field",
|
|
9784
|
-
"name": "
|
|
9737
|
+
"name": "rel",
|
|
9785
9738
|
"type": {
|
|
9786
|
-
"text": "
|
|
9739
|
+
"text": "string"
|
|
9787
9740
|
},
|
|
9788
|
-
"privacy": "
|
|
9741
|
+
"privacy": "public",
|
|
9742
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
9789
9743
|
"inheritedFrom": {
|
|
9790
|
-
"name": "
|
|
9791
|
-
"module": "src/
|
|
9744
|
+
"name": "BreadcrumbItem",
|
|
9745
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
9792
9746
|
}
|
|
9793
9747
|
},
|
|
9794
9748
|
{
|
|
9795
|
-
"kind": "
|
|
9796
|
-
"name": "
|
|
9797
|
-
"
|
|
9798
|
-
"
|
|
9799
|
-
"text": "string"
|
|
9800
|
-
}
|
|
9749
|
+
"kind": "field",
|
|
9750
|
+
"name": "target",
|
|
9751
|
+
"type": {
|
|
9752
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
9801
9753
|
},
|
|
9802
|
-
"
|
|
9803
|
-
|
|
9804
|
-
"name": "connected",
|
|
9805
|
-
"type": {
|
|
9806
|
-
"text": "boolean"
|
|
9807
|
-
}
|
|
9808
|
-
}
|
|
9809
|
-
],
|
|
9754
|
+
"privacy": "public",
|
|
9755
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
9810
9756
|
"inheritedFrom": {
|
|
9811
|
-
"name": "
|
|
9812
|
-
"module": "src/
|
|
9757
|
+
"name": "BreadcrumbItem",
|
|
9758
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
9759
|
+
}
|
|
9760
|
+
},
|
|
9761
|
+
{
|
|
9762
|
+
"kind": "field",
|
|
9763
|
+
"name": "type",
|
|
9764
|
+
"type": {
|
|
9765
|
+
"text": "string"
|
|
9766
|
+
},
|
|
9767
|
+
"privacy": "public",
|
|
9768
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
9769
|
+
"inheritedFrom": {
|
|
9770
|
+
"name": "BreadcrumbItem",
|
|
9771
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
9772
|
+
}
|
|
9773
|
+
},
|
|
9774
|
+
{
|
|
9775
|
+
"kind": "field",
|
|
9776
|
+
"name": "control",
|
|
9777
|
+
"type": {
|
|
9778
|
+
"text": "HTMLAnchorElement | undefined"
|
|
9779
|
+
},
|
|
9780
|
+
"privacy": "public",
|
|
9781
|
+
"description": "References the root element",
|
|
9782
|
+
"inheritedFrom": {
|
|
9783
|
+
"name": "BreadcrumbItem",
|
|
9784
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
9785
|
+
}
|
|
9786
|
+
},
|
|
9787
|
+
{
|
|
9788
|
+
"kind": "field",
|
|
9789
|
+
"name": "handleUnsupportedDelegatesFocus",
|
|
9790
|
+
"privacy": "private",
|
|
9791
|
+
"description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
|
|
9792
|
+
"inheritedFrom": {
|
|
9793
|
+
"name": "BreadcrumbItem",
|
|
9794
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
9813
9795
|
}
|
|
9814
9796
|
},
|
|
9815
9797
|
{
|
|
@@ -9821,8 +9803,8 @@
|
|
|
9821
9803
|
"privacy": "private",
|
|
9822
9804
|
"default": "void 0",
|
|
9823
9805
|
"inheritedFrom": {
|
|
9824
|
-
"name": "
|
|
9825
|
-
"module": "src/
|
|
9806
|
+
"name": "BreadcrumbItem",
|
|
9807
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
9826
9808
|
}
|
|
9827
9809
|
},
|
|
9828
9810
|
{
|
|
@@ -9834,8 +9816,8 @@
|
|
|
9834
9816
|
"privacy": "public",
|
|
9835
9817
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
9836
9818
|
"inheritedFrom": {
|
|
9837
|
-
"name": "
|
|
9838
|
-
"module": "src/
|
|
9819
|
+
"name": "BreadcrumbItem",
|
|
9820
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
9839
9821
|
}
|
|
9840
9822
|
},
|
|
9841
9823
|
{
|
|
@@ -9847,8 +9829,8 @@
|
|
|
9847
9829
|
"privacy": "public",
|
|
9848
9830
|
"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.",
|
|
9849
9831
|
"inheritedFrom": {
|
|
9850
|
-
"name": "
|
|
9851
|
-
"module": "src/
|
|
9832
|
+
"name": "BreadcrumbItem",
|
|
9833
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
9852
9834
|
}
|
|
9853
9835
|
},
|
|
9854
9836
|
{
|
|
@@ -9861,8 +9843,8 @@
|
|
|
9861
9843
|
}
|
|
9862
9844
|
},
|
|
9863
9845
|
"inheritedFrom": {
|
|
9864
|
-
"name": "
|
|
9865
|
-
"module": "src/
|
|
9846
|
+
"name": "BreadcrumbItem",
|
|
9847
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
9866
9848
|
}
|
|
9867
9849
|
},
|
|
9868
9850
|
{
|
|
@@ -9874,8 +9856,8 @@
|
|
|
9874
9856
|
"privacy": "public",
|
|
9875
9857
|
"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.",
|
|
9876
9858
|
"inheritedFrom": {
|
|
9877
|
-
"name": "
|
|
9878
|
-
"module": "src/
|
|
9859
|
+
"name": "BreadcrumbItem",
|
|
9860
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
9879
9861
|
}
|
|
9880
9862
|
},
|
|
9881
9863
|
{
|
|
@@ -9888,8 +9870,8 @@
|
|
|
9888
9870
|
}
|
|
9889
9871
|
},
|
|
9890
9872
|
"inheritedFrom": {
|
|
9891
|
-
"name": "
|
|
9892
|
-
"module": "src/
|
|
9873
|
+
"name": "BreadcrumbItem",
|
|
9874
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
9893
9875
|
}
|
|
9894
9876
|
},
|
|
9895
9877
|
{
|
|
@@ -9919,39 +9901,41 @@
|
|
|
9919
9901
|
],
|
|
9920
9902
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
9921
9903
|
"inheritedFrom": {
|
|
9922
|
-
"name": "
|
|
9923
|
-
"module": "src/
|
|
9904
|
+
"name": "BreadcrumbItem",
|
|
9905
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
9924
9906
|
}
|
|
9925
9907
|
}
|
|
9926
9908
|
]
|
|
9927
9909
|
},
|
|
9928
9910
|
{
|
|
9929
9911
|
"kind": "variable",
|
|
9930
|
-
"name": "
|
|
9912
|
+
"name": "zeroBreadcrumbItem",
|
|
9913
|
+
"description": "The zero Breadcrumb Item",
|
|
9914
|
+
"privacy": "public"
|
|
9931
9915
|
}
|
|
9932
9916
|
],
|
|
9933
9917
|
"exports": [
|
|
9934
9918
|
{
|
|
9935
9919
|
"kind": "js",
|
|
9936
|
-
"name": "
|
|
9920
|
+
"name": "BreadcrumbItem",
|
|
9937
9921
|
"declaration": {
|
|
9938
|
-
"name": "
|
|
9939
|
-
"module": "src/
|
|
9922
|
+
"name": "BreadcrumbItem",
|
|
9923
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
9940
9924
|
}
|
|
9941
9925
|
},
|
|
9942
9926
|
{
|
|
9943
9927
|
"kind": "js",
|
|
9944
|
-
"name": "
|
|
9928
|
+
"name": "zeroBreadcrumbItem",
|
|
9945
9929
|
"declaration": {
|
|
9946
|
-
"name": "
|
|
9947
|
-
"module": "src/
|
|
9930
|
+
"name": "zeroBreadcrumbItem",
|
|
9931
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
9948
9932
|
}
|
|
9949
9933
|
}
|
|
9950
9934
|
]
|
|
9951
9935
|
},
|
|
9952
9936
|
{
|
|
9953
9937
|
"kind": "javascript-module",
|
|
9954
|
-
"path": "src/
|
|
9938
|
+
"path": "src/breadcrumb-item/index.ts",
|
|
9955
9939
|
"declarations": [],
|
|
9956
9940
|
"exports": [
|
|
9957
9941
|
{
|
|
@@ -9959,7 +9943,23 @@
|
|
|
9959
9943
|
"name": "*",
|
|
9960
9944
|
"declaration": {
|
|
9961
9945
|
"name": "*",
|
|
9962
|
-
"package": "./
|
|
9946
|
+
"package": "./breadcrumb-item.template"
|
|
9947
|
+
}
|
|
9948
|
+
},
|
|
9949
|
+
{
|
|
9950
|
+
"kind": "js",
|
|
9951
|
+
"name": "*",
|
|
9952
|
+
"declaration": {
|
|
9953
|
+
"name": "*",
|
|
9954
|
+
"package": "./breadcrumb-item.styles"
|
|
9955
|
+
}
|
|
9956
|
+
},
|
|
9957
|
+
{
|
|
9958
|
+
"kind": "js",
|
|
9959
|
+
"name": "*",
|
|
9960
|
+
"declaration": {
|
|
9961
|
+
"name": "*",
|
|
9962
|
+
"package": "./breadcrumb-item"
|
|
9963
9963
|
}
|
|
9964
9964
|
}
|
|
9965
9965
|
]
|
|
@@ -12443,132 +12443,6 @@
|
|
|
12443
12443
|
}
|
|
12444
12444
|
]
|
|
12445
12445
|
},
|
|
12446
|
-
{
|
|
12447
|
-
"kind": "javascript-module",
|
|
12448
|
-
"path": "src/design-system-provider/design-system-provider.styles.ts",
|
|
12449
|
-
"declarations": [
|
|
12450
|
-
{
|
|
12451
|
-
"kind": "function",
|
|
12452
|
-
"name": "designSystemProviderStyles",
|
|
12453
|
-
"parameters": [
|
|
12454
|
-
{
|
|
12455
|
-
"name": "context",
|
|
12456
|
-
"type": {
|
|
12457
|
-
"text": "ElementDefinitionContext"
|
|
12458
|
-
}
|
|
12459
|
-
}
|
|
12460
|
-
]
|
|
12461
|
-
}
|
|
12462
|
-
],
|
|
12463
|
-
"exports": [
|
|
12464
|
-
{
|
|
12465
|
-
"kind": "js",
|
|
12466
|
-
"name": "designSystemProviderStyles",
|
|
12467
|
-
"declaration": {
|
|
12468
|
-
"name": "designSystemProviderStyles",
|
|
12469
|
-
"module": "src/design-system-provider/design-system-provider.styles.ts"
|
|
12470
|
-
}
|
|
12471
|
-
}
|
|
12472
|
-
]
|
|
12473
|
-
},
|
|
12474
|
-
{
|
|
12475
|
-
"kind": "javascript-module",
|
|
12476
|
-
"path": "src/design-system-provider/design-system-provider.ts",
|
|
12477
|
-
"declarations": [
|
|
12478
|
-
{
|
|
12479
|
-
"kind": "class",
|
|
12480
|
-
"description": "The Zero Design System Provider",
|
|
12481
|
-
"name": "ZeroDesignSystemProvider",
|
|
12482
|
-
"members": [
|
|
12483
|
-
{
|
|
12484
|
-
"kind": "field",
|
|
12485
|
-
"name": "cardFillColor",
|
|
12486
|
-
"type": {
|
|
12487
|
-
"text": "Swatch"
|
|
12488
|
-
},
|
|
12489
|
-
"privacy": "public"
|
|
12490
|
-
},
|
|
12491
|
-
{
|
|
12492
|
-
"kind": "field",
|
|
12493
|
-
"name": "cardForegroundColor",
|
|
12494
|
-
"type": {
|
|
12495
|
-
"text": "Swatch"
|
|
12496
|
-
},
|
|
12497
|
-
"privacy": "public"
|
|
12498
|
-
}
|
|
12499
|
-
],
|
|
12500
|
-
"attributes": [
|
|
12501
|
-
{
|
|
12502
|
-
"name": "card-fill-color",
|
|
12503
|
-
"type": {
|
|
12504
|
-
"text": "Swatch"
|
|
12505
|
-
},
|
|
12506
|
-
"fieldName": "cardFillColor"
|
|
12507
|
-
},
|
|
12508
|
-
{
|
|
12509
|
-
"name": "card-foreground-color",
|
|
12510
|
-
"type": {
|
|
12511
|
-
"text": "Swatch"
|
|
12512
|
-
},
|
|
12513
|
-
"fieldName": "cardForegroundColor"
|
|
12514
|
-
}
|
|
12515
|
-
],
|
|
12516
|
-
"superclass": {
|
|
12517
|
-
"name": "FASTDesignSystemProvider",
|
|
12518
|
-
"package": "@microsoft/fast-components"
|
|
12519
|
-
},
|
|
12520
|
-
"tagName": "%%prefix%%-design-system-provider",
|
|
12521
|
-
"customElement": true
|
|
12522
|
-
},
|
|
12523
|
-
{
|
|
12524
|
-
"kind": "variable",
|
|
12525
|
-
"name": "zeroDesignSystemProvider",
|
|
12526
|
-
"description": "The Zero Design System Provider composed element",
|
|
12527
|
-
"privacy": "public"
|
|
12528
|
-
}
|
|
12529
|
-
],
|
|
12530
|
-
"exports": [
|
|
12531
|
-
{
|
|
12532
|
-
"kind": "js",
|
|
12533
|
-
"name": "ZeroDesignSystemProvider",
|
|
12534
|
-
"declaration": {
|
|
12535
|
-
"name": "ZeroDesignSystemProvider",
|
|
12536
|
-
"module": "src/design-system-provider/design-system-provider.ts"
|
|
12537
|
-
}
|
|
12538
|
-
},
|
|
12539
|
-
{
|
|
12540
|
-
"kind": "js",
|
|
12541
|
-
"name": "zeroDesignSystemProvider",
|
|
12542
|
-
"declaration": {
|
|
12543
|
-
"name": "zeroDesignSystemProvider",
|
|
12544
|
-
"module": "src/design-system-provider/design-system-provider.ts"
|
|
12545
|
-
}
|
|
12546
|
-
}
|
|
12547
|
-
]
|
|
12548
|
-
},
|
|
12549
|
-
{
|
|
12550
|
-
"kind": "javascript-module",
|
|
12551
|
-
"path": "src/design-system-provider/index.ts",
|
|
12552
|
-
"declarations": [],
|
|
12553
|
-
"exports": [
|
|
12554
|
-
{
|
|
12555
|
-
"kind": "js",
|
|
12556
|
-
"name": "*",
|
|
12557
|
-
"declaration": {
|
|
12558
|
-
"name": "*",
|
|
12559
|
-
"package": "./design-system-provider"
|
|
12560
|
-
}
|
|
12561
|
-
},
|
|
12562
|
-
{
|
|
12563
|
-
"kind": "js",
|
|
12564
|
-
"name": "*",
|
|
12565
|
-
"declaration": {
|
|
12566
|
-
"name": "*",
|
|
12567
|
-
"package": "./design-system-provider.styles"
|
|
12568
|
-
}
|
|
12569
|
-
}
|
|
12570
|
-
]
|
|
12571
|
-
},
|
|
12572
12446
|
{
|
|
12573
12447
|
"kind": "javascript-module",
|
|
12574
12448
|
"path": "src/dialog/dialog.styles.ts",
|
|
@@ -15826,6 +15700,132 @@
|
|
|
15826
15700
|
}
|
|
15827
15701
|
]
|
|
15828
15702
|
},
|
|
15703
|
+
{
|
|
15704
|
+
"kind": "javascript-module",
|
|
15705
|
+
"path": "src/design-system-provider/design-system-provider.styles.ts",
|
|
15706
|
+
"declarations": [
|
|
15707
|
+
{
|
|
15708
|
+
"kind": "function",
|
|
15709
|
+
"name": "designSystemProviderStyles",
|
|
15710
|
+
"parameters": [
|
|
15711
|
+
{
|
|
15712
|
+
"name": "context",
|
|
15713
|
+
"type": {
|
|
15714
|
+
"text": "ElementDefinitionContext"
|
|
15715
|
+
}
|
|
15716
|
+
}
|
|
15717
|
+
]
|
|
15718
|
+
}
|
|
15719
|
+
],
|
|
15720
|
+
"exports": [
|
|
15721
|
+
{
|
|
15722
|
+
"kind": "js",
|
|
15723
|
+
"name": "designSystemProviderStyles",
|
|
15724
|
+
"declaration": {
|
|
15725
|
+
"name": "designSystemProviderStyles",
|
|
15726
|
+
"module": "src/design-system-provider/design-system-provider.styles.ts"
|
|
15727
|
+
}
|
|
15728
|
+
}
|
|
15729
|
+
]
|
|
15730
|
+
},
|
|
15731
|
+
{
|
|
15732
|
+
"kind": "javascript-module",
|
|
15733
|
+
"path": "src/design-system-provider/design-system-provider.ts",
|
|
15734
|
+
"declarations": [
|
|
15735
|
+
{
|
|
15736
|
+
"kind": "class",
|
|
15737
|
+
"description": "The Zero Design System Provider",
|
|
15738
|
+
"name": "ZeroDesignSystemProvider",
|
|
15739
|
+
"members": [
|
|
15740
|
+
{
|
|
15741
|
+
"kind": "field",
|
|
15742
|
+
"name": "cardFillColor",
|
|
15743
|
+
"type": {
|
|
15744
|
+
"text": "Swatch"
|
|
15745
|
+
},
|
|
15746
|
+
"privacy": "public"
|
|
15747
|
+
},
|
|
15748
|
+
{
|
|
15749
|
+
"kind": "field",
|
|
15750
|
+
"name": "cardForegroundColor",
|
|
15751
|
+
"type": {
|
|
15752
|
+
"text": "Swatch"
|
|
15753
|
+
},
|
|
15754
|
+
"privacy": "public"
|
|
15755
|
+
}
|
|
15756
|
+
],
|
|
15757
|
+
"attributes": [
|
|
15758
|
+
{
|
|
15759
|
+
"name": "card-fill-color",
|
|
15760
|
+
"type": {
|
|
15761
|
+
"text": "Swatch"
|
|
15762
|
+
},
|
|
15763
|
+
"fieldName": "cardFillColor"
|
|
15764
|
+
},
|
|
15765
|
+
{
|
|
15766
|
+
"name": "card-foreground-color",
|
|
15767
|
+
"type": {
|
|
15768
|
+
"text": "Swatch"
|
|
15769
|
+
},
|
|
15770
|
+
"fieldName": "cardForegroundColor"
|
|
15771
|
+
}
|
|
15772
|
+
],
|
|
15773
|
+
"superclass": {
|
|
15774
|
+
"name": "FASTDesignSystemProvider",
|
|
15775
|
+
"package": "@microsoft/fast-components"
|
|
15776
|
+
},
|
|
15777
|
+
"tagName": "%%prefix%%-design-system-provider",
|
|
15778
|
+
"customElement": true
|
|
15779
|
+
},
|
|
15780
|
+
{
|
|
15781
|
+
"kind": "variable",
|
|
15782
|
+
"name": "zeroDesignSystemProvider",
|
|
15783
|
+
"description": "The Zero Design System Provider composed element",
|
|
15784
|
+
"privacy": "public"
|
|
15785
|
+
}
|
|
15786
|
+
],
|
|
15787
|
+
"exports": [
|
|
15788
|
+
{
|
|
15789
|
+
"kind": "js",
|
|
15790
|
+
"name": "ZeroDesignSystemProvider",
|
|
15791
|
+
"declaration": {
|
|
15792
|
+
"name": "ZeroDesignSystemProvider",
|
|
15793
|
+
"module": "src/design-system-provider/design-system-provider.ts"
|
|
15794
|
+
}
|
|
15795
|
+
},
|
|
15796
|
+
{
|
|
15797
|
+
"kind": "js",
|
|
15798
|
+
"name": "zeroDesignSystemProvider",
|
|
15799
|
+
"declaration": {
|
|
15800
|
+
"name": "zeroDesignSystemProvider",
|
|
15801
|
+
"module": "src/design-system-provider/design-system-provider.ts"
|
|
15802
|
+
}
|
|
15803
|
+
}
|
|
15804
|
+
]
|
|
15805
|
+
},
|
|
15806
|
+
{
|
|
15807
|
+
"kind": "javascript-module",
|
|
15808
|
+
"path": "src/design-system-provider/index.ts",
|
|
15809
|
+
"declarations": [],
|
|
15810
|
+
"exports": [
|
|
15811
|
+
{
|
|
15812
|
+
"kind": "js",
|
|
15813
|
+
"name": "*",
|
|
15814
|
+
"declaration": {
|
|
15815
|
+
"name": "*",
|
|
15816
|
+
"package": "./design-system-provider"
|
|
15817
|
+
}
|
|
15818
|
+
},
|
|
15819
|
+
{
|
|
15820
|
+
"kind": "js",
|
|
15821
|
+
"name": "*",
|
|
15822
|
+
"declaration": {
|
|
15823
|
+
"name": "*",
|
|
15824
|
+
"package": "./design-system-provider.styles"
|
|
15825
|
+
}
|
|
15826
|
+
}
|
|
15827
|
+
]
|
|
15828
|
+
},
|
|
15829
15829
|
{
|
|
15830
15830
|
"kind": "javascript-module",
|
|
15831
15831
|
"path": "src/error-dialog/error-dialog.ts",
|