@genesislcap/foundation-zero 14.436.0-FUI-2489.4 → 14.436.0-FUI-2489.6
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 +1571 -1571
- package/dist/dts/react.d.ts +27 -27
- package/dist/react.cjs +18 -18
- package/dist/react.mjs +15 -15
- package/package.json +16 -14
|
@@ -1412,11 +1412,11 @@
|
|
|
1412
1412
|
},
|
|
1413
1413
|
{
|
|
1414
1414
|
"kind": "javascript-module",
|
|
1415
|
-
"path": "src/
|
|
1415
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1416
1416
|
"declarations": [
|
|
1417
1417
|
{
|
|
1418
1418
|
"kind": "function",
|
|
1419
|
-
"name": "
|
|
1419
|
+
"name": "zeroAccordionItemStyles",
|
|
1420
1420
|
"return": {
|
|
1421
1421
|
"type": {
|
|
1422
1422
|
"text": "ElementStyles"
|
|
@@ -1441,339 +1441,492 @@
|
|
|
1441
1441
|
"exports": [
|
|
1442
1442
|
{
|
|
1443
1443
|
"kind": "js",
|
|
1444
|
-
"name": "
|
|
1444
|
+
"name": "zeroAccordionItemStyles",
|
|
1445
1445
|
"declaration": {
|
|
1446
|
-
"name": "
|
|
1447
|
-
"module": "src/
|
|
1446
|
+
"name": "zeroAccordionItemStyles",
|
|
1447
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1448
1448
|
}
|
|
1449
1449
|
}
|
|
1450
1450
|
]
|
|
1451
1451
|
},
|
|
1452
1452
|
{
|
|
1453
1453
|
"kind": "javascript-module",
|
|
1454
|
-
"path": "src/
|
|
1454
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1455
1455
|
"declarations": [
|
|
1456
1456
|
{
|
|
1457
|
-
"kind": "
|
|
1458
|
-
"
|
|
1459
|
-
"
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1457
|
+
"kind": "function",
|
|
1458
|
+
"name": "zeroAccordionItemTemplate",
|
|
1459
|
+
"return": {
|
|
1460
|
+
"type": {
|
|
1461
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1462
|
+
}
|
|
1463
1463
|
},
|
|
1464
|
-
"
|
|
1465
|
-
"customElement": true,
|
|
1466
|
-
"attributes": [
|
|
1467
|
-
{
|
|
1468
|
-
"name": "is-vertical",
|
|
1469
|
-
"type": {
|
|
1470
|
-
"text": "boolean"
|
|
1471
|
-
},
|
|
1472
|
-
"default": "false",
|
|
1473
|
-
"fieldName": "isVertical",
|
|
1474
|
-
"inheritedFrom": {
|
|
1475
|
-
"name": "ActionsMenu",
|
|
1476
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1477
|
-
}
|
|
1478
|
-
},
|
|
1464
|
+
"parameters": [
|
|
1479
1465
|
{
|
|
1480
|
-
"name": "
|
|
1466
|
+
"name": "context",
|
|
1481
1467
|
"type": {
|
|
1482
|
-
"text": "
|
|
1483
|
-
},
|
|
1484
|
-
"default": "true",
|
|
1485
|
-
"fieldName": "addDefaultActions",
|
|
1486
|
-
"inheritedFrom": {
|
|
1487
|
-
"name": "ActionsMenu",
|
|
1488
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1468
|
+
"text": "ElementDefinitionContext"
|
|
1489
1469
|
}
|
|
1490
1470
|
},
|
|
1491
1471
|
{
|
|
1492
|
-
"name": "
|
|
1472
|
+
"name": "definition",
|
|
1493
1473
|
"type": {
|
|
1494
|
-
"text": "
|
|
1495
|
-
},
|
|
1496
|
-
"default": "true",
|
|
1497
|
-
"fieldName": "autoCloseOnAction",
|
|
1498
|
-
"inheritedFrom": {
|
|
1499
|
-
"name": "ActionsMenu",
|
|
1500
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1474
|
+
"text": "FoundationElementDefinition"
|
|
1501
1475
|
}
|
|
1502
|
-
}
|
|
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": [
|
|
1503
1506
|
{
|
|
1504
|
-
"name": "
|
|
1507
|
+
"name": "heading-level",
|
|
1505
1508
|
"type": {
|
|
1506
|
-
"text": "
|
|
1509
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1507
1510
|
},
|
|
1508
|
-
"default": "
|
|
1509
|
-
"
|
|
1511
|
+
"default": "2",
|
|
1512
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1513
|
+
"fieldName": "headinglevel",
|
|
1510
1514
|
"inheritedFrom": {
|
|
1511
|
-
"name": "
|
|
1512
|
-
"module": "src/
|
|
1515
|
+
"name": "AccordionItem",
|
|
1516
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1513
1517
|
}
|
|
1514
1518
|
},
|
|
1515
1519
|
{
|
|
1516
|
-
"name": "open",
|
|
1517
1520
|
"type": {
|
|
1518
1521
|
"text": "boolean"
|
|
1519
1522
|
},
|
|
1520
1523
|
"default": "false",
|
|
1521
|
-
"
|
|
1524
|
+
"description": "Expands or collapses the item.",
|
|
1525
|
+
"fieldName": "expanded",
|
|
1522
1526
|
"inheritedFrom": {
|
|
1523
|
-
"name": "
|
|
1524
|
-
"module": "src/
|
|
1527
|
+
"name": "AccordionItem",
|
|
1528
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1525
1529
|
}
|
|
1526
1530
|
},
|
|
1527
1531
|
{
|
|
1528
|
-
"name": "
|
|
1532
|
+
"name": "id",
|
|
1529
1533
|
"type": {
|
|
1530
1534
|
"text": "string"
|
|
1531
1535
|
},
|
|
1532
|
-
"
|
|
1533
|
-
"
|
|
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",
|
|
1536
|
+
"description": "The item ID",
|
|
1537
|
+
"fieldName": "id",
|
|
1557
1538
|
"inheritedFrom": {
|
|
1558
|
-
"name": "
|
|
1559
|
-
"module": "src/
|
|
1539
|
+
"name": "AccordionItem",
|
|
1540
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1560
1541
|
}
|
|
1561
1542
|
}
|
|
1562
1543
|
],
|
|
1563
1544
|
"members": [
|
|
1564
1545
|
{
|
|
1565
1546
|
"kind": "field",
|
|
1566
|
-
"name": "
|
|
1547
|
+
"name": "headinglevel",
|
|
1567
1548
|
"type": {
|
|
1568
|
-
"text": "
|
|
1549
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1569
1550
|
},
|
|
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.",
|
|
1570
1554
|
"inheritedFrom": {
|
|
1571
|
-
"name": "
|
|
1572
|
-
"module": "src/
|
|
1555
|
+
"name": "AccordionItem",
|
|
1556
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1573
1557
|
}
|
|
1574
1558
|
},
|
|
1575
1559
|
{
|
|
1576
1560
|
"kind": "field",
|
|
1577
|
-
"name": "
|
|
1561
|
+
"name": "expanded",
|
|
1578
1562
|
"type": {
|
|
1579
1563
|
"text": "boolean"
|
|
1580
1564
|
},
|
|
1565
|
+
"privacy": "public",
|
|
1581
1566
|
"default": "false",
|
|
1567
|
+
"description": "Expands or collapses the item.",
|
|
1582
1568
|
"inheritedFrom": {
|
|
1583
|
-
"name": "
|
|
1584
|
-
"module": "src/
|
|
1569
|
+
"name": "AccordionItem",
|
|
1570
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1585
1571
|
}
|
|
1586
1572
|
},
|
|
1587
1573
|
{
|
|
1588
1574
|
"kind": "field",
|
|
1589
|
-
"name": "
|
|
1575
|
+
"name": "id",
|
|
1590
1576
|
"type": {
|
|
1591
|
-
"text": "
|
|
1577
|
+
"text": "string"
|
|
1592
1578
|
},
|
|
1593
|
-
"
|
|
1579
|
+
"privacy": "public",
|
|
1580
|
+
"description": "The item ID",
|
|
1594
1581
|
"inheritedFrom": {
|
|
1595
|
-
"name": "
|
|
1596
|
-
"module": "src/
|
|
1582
|
+
"name": "AccordionItem",
|
|
1583
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1597
1584
|
}
|
|
1598
1585
|
},
|
|
1599
1586
|
{
|
|
1600
1587
|
"kind": "field",
|
|
1601
|
-
"name": "
|
|
1602
|
-
"
|
|
1603
|
-
"text": "boolean"
|
|
1604
|
-
},
|
|
1605
|
-
"default": "true",
|
|
1588
|
+
"name": "change",
|
|
1589
|
+
"privacy": "private",
|
|
1606
1590
|
"inheritedFrom": {
|
|
1607
|
-
"name": "
|
|
1608
|
-
"module": "src/
|
|
1591
|
+
"name": "AccordionItem",
|
|
1592
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1609
1593
|
}
|
|
1610
1594
|
},
|
|
1611
1595
|
{
|
|
1612
1596
|
"kind": "field",
|
|
1613
|
-
"name": "
|
|
1597
|
+
"name": "_presentation",
|
|
1614
1598
|
"type": {
|
|
1615
|
-
"text": "
|
|
1599
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1616
1600
|
},
|
|
1601
|
+
"privacy": "private",
|
|
1602
|
+
"default": "void 0",
|
|
1617
1603
|
"inheritedFrom": {
|
|
1618
|
-
"name": "
|
|
1619
|
-
"module": "src/
|
|
1604
|
+
"name": "AccordionItem",
|
|
1605
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1620
1606
|
}
|
|
1621
1607
|
},
|
|
1622
1608
|
{
|
|
1623
1609
|
"kind": "field",
|
|
1624
|
-
"name": "
|
|
1610
|
+
"name": "$presentation",
|
|
1625
1611
|
"type": {
|
|
1626
|
-
"text": "
|
|
1612
|
+
"text": "ComponentPresentation | null"
|
|
1627
1613
|
},
|
|
1614
|
+
"privacy": "public",
|
|
1615
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1628
1616
|
"inheritedFrom": {
|
|
1629
|
-
"name": "
|
|
1630
|
-
"module": "src/
|
|
1617
|
+
"name": "AccordionItem",
|
|
1618
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1631
1619
|
}
|
|
1632
1620
|
},
|
|
1633
1621
|
{
|
|
1634
1622
|
"kind": "field",
|
|
1635
|
-
"name": "
|
|
1623
|
+
"name": "template",
|
|
1636
1624
|
"type": {
|
|
1637
|
-
"text": "
|
|
1625
|
+
"text": "ElementViewTemplate | void | null"
|
|
1638
1626
|
},
|
|
1639
|
-
"
|
|
1627
|
+
"privacy": "public",
|
|
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.",
|
|
1640
1629
|
"inheritedFrom": {
|
|
1641
|
-
"name": "
|
|
1642
|
-
"module": "src/
|
|
1630
|
+
"name": "AccordionItem",
|
|
1631
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1643
1632
|
}
|
|
1644
1633
|
},
|
|
1645
1634
|
{
|
|
1646
|
-
"kind": "
|
|
1647
|
-
"name": "
|
|
1648
|
-
"
|
|
1649
|
-
|
|
1635
|
+
"kind": "method",
|
|
1636
|
+
"name": "templateChanged",
|
|
1637
|
+
"privacy": "protected",
|
|
1638
|
+
"return": {
|
|
1639
|
+
"type": {
|
|
1640
|
+
"text": "void"
|
|
1641
|
+
}
|
|
1650
1642
|
},
|
|
1651
|
-
"default": "false",
|
|
1652
1643
|
"inheritedFrom": {
|
|
1653
|
-
"name": "
|
|
1654
|
-
"module": "src/
|
|
1644
|
+
"name": "AccordionItem",
|
|
1645
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1655
1646
|
}
|
|
1656
1647
|
},
|
|
1657
1648
|
{
|
|
1658
1649
|
"kind": "field",
|
|
1659
|
-
"name": "
|
|
1650
|
+
"name": "styles",
|
|
1660
1651
|
"type": {
|
|
1661
|
-
"text": "
|
|
1652
|
+
"text": "ElementStyles | void | null"
|
|
1662
1653
|
},
|
|
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.",
|
|
1663
1656
|
"inheritedFrom": {
|
|
1664
|
-
"name": "
|
|
1665
|
-
"module": "src/
|
|
1657
|
+
"name": "AccordionItem",
|
|
1658
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1666
1659
|
}
|
|
1667
1660
|
},
|
|
1668
1661
|
{
|
|
1669
|
-
"kind": "
|
|
1670
|
-
"name": "
|
|
1671
|
-
"
|
|
1672
|
-
|
|
1662
|
+
"kind": "method",
|
|
1663
|
+
"name": "stylesChanged",
|
|
1664
|
+
"privacy": "protected",
|
|
1665
|
+
"return": {
|
|
1666
|
+
"type": {
|
|
1667
|
+
"text": "void"
|
|
1668
|
+
}
|
|
1673
1669
|
},
|
|
1674
|
-
"default": "false",
|
|
1675
1670
|
"inheritedFrom": {
|
|
1676
|
-
"name": "
|
|
1677
|
-
"module": "src/
|
|
1671
|
+
"name": "AccordionItem",
|
|
1672
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1678
1673
|
}
|
|
1679
1674
|
},
|
|
1680
1675
|
{
|
|
1681
|
-
"kind": "
|
|
1682
|
-
"name": "
|
|
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",
|
|
1683
1829
|
"type": {
|
|
1684
1830
|
"text": "boolean"
|
|
1685
1831
|
},
|
|
1686
1832
|
"default": "false",
|
|
1833
|
+
"fieldName": "isVertical",
|
|
1687
1834
|
"inheritedFrom": {
|
|
1688
1835
|
"name": "ActionsMenu",
|
|
1689
1836
|
"module": "src/actions-menu/actions-menu.ts"
|
|
1690
1837
|
}
|
|
1691
1838
|
},
|
|
1692
1839
|
{
|
|
1693
|
-
"
|
|
1694
|
-
"name": "singleOption",
|
|
1840
|
+
"name": "add-default-actions",
|
|
1695
1841
|
"type": {
|
|
1696
|
-
"text": "
|
|
1842
|
+
"text": "boolean"
|
|
1697
1843
|
},
|
|
1844
|
+
"default": "true",
|
|
1845
|
+
"fieldName": "addDefaultActions",
|
|
1698
1846
|
"inheritedFrom": {
|
|
1699
1847
|
"name": "ActionsMenu",
|
|
1700
1848
|
"module": "src/actions-menu/actions-menu.ts"
|
|
1701
1849
|
}
|
|
1702
1850
|
},
|
|
1703
1851
|
{
|
|
1704
|
-
"
|
|
1705
|
-
"name": "actionsMenu",
|
|
1852
|
+
"name": "auto-close-on-action",
|
|
1706
1853
|
"type": {
|
|
1707
|
-
"text": "
|
|
1854
|
+
"text": "boolean"
|
|
1708
1855
|
},
|
|
1856
|
+
"default": "true",
|
|
1857
|
+
"fieldName": "autoCloseOnAction",
|
|
1709
1858
|
"inheritedFrom": {
|
|
1710
1859
|
"name": "ActionsMenu",
|
|
1711
1860
|
"module": "src/actions-menu/actions-menu.ts"
|
|
1712
1861
|
}
|
|
1713
1862
|
},
|
|
1714
1863
|
{
|
|
1715
|
-
"
|
|
1716
|
-
"
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
"type": {
|
|
1722
|
-
"text": "any"
|
|
1723
|
-
}
|
|
1724
|
-
},
|
|
1725
|
-
{
|
|
1726
|
-
"name": "newValue",
|
|
1727
|
-
"type": {
|
|
1728
|
-
"text": "any"
|
|
1729
|
-
}
|
|
1730
|
-
}
|
|
1731
|
-
],
|
|
1864
|
+
"name": "name",
|
|
1865
|
+
"type": {
|
|
1866
|
+
"text": "string"
|
|
1867
|
+
},
|
|
1868
|
+
"default": "'Actions'",
|
|
1869
|
+
"fieldName": "name",
|
|
1732
1870
|
"inheritedFrom": {
|
|
1733
1871
|
"name": "ActionsMenu",
|
|
1734
1872
|
"module": "src/actions-menu/actions-menu.ts"
|
|
1735
1873
|
}
|
|
1736
1874
|
},
|
|
1737
1875
|
{
|
|
1738
|
-
"
|
|
1739
|
-
"
|
|
1740
|
-
|
|
1876
|
+
"name": "open",
|
|
1877
|
+
"type": {
|
|
1878
|
+
"text": "boolean"
|
|
1879
|
+
},
|
|
1880
|
+
"default": "false",
|
|
1881
|
+
"fieldName": "open",
|
|
1741
1882
|
"inheritedFrom": {
|
|
1742
1883
|
"name": "ActionsMenu",
|
|
1743
1884
|
"module": "src/actions-menu/actions-menu.ts"
|
|
1744
1885
|
}
|
|
1745
1886
|
},
|
|
1746
1887
|
{
|
|
1747
|
-
"
|
|
1748
|
-
"
|
|
1888
|
+
"name": "buttonAppearance",
|
|
1889
|
+
"type": {
|
|
1890
|
+
"text": "string"
|
|
1891
|
+
},
|
|
1892
|
+
"fieldName": "buttonAppearance",
|
|
1749
1893
|
"inheritedFrom": {
|
|
1750
1894
|
"name": "ActionsMenu",
|
|
1751
1895
|
"module": "src/actions-menu/actions-menu.ts"
|
|
1752
1896
|
}
|
|
1753
1897
|
},
|
|
1754
1898
|
{
|
|
1755
|
-
"
|
|
1756
|
-
"
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
"text": "(rowData) => void | any"
|
|
1762
|
-
}
|
|
1763
|
-
}
|
|
1764
|
-
],
|
|
1899
|
+
"name": "hide-disabled",
|
|
1900
|
+
"type": {
|
|
1901
|
+
"text": "boolean"
|
|
1902
|
+
},
|
|
1903
|
+
"default": "false",
|
|
1904
|
+
"fieldName": "hideDisabled",
|
|
1765
1905
|
"inheritedFrom": {
|
|
1766
1906
|
"name": "ActionsMenu",
|
|
1767
1907
|
"module": "src/actions-menu/actions-menu.ts"
|
|
1768
1908
|
}
|
|
1769
1909
|
},
|
|
1910
|
+
{
|
|
1911
|
+
"name": "hide-menu-single-option",
|
|
1912
|
+
"type": {
|
|
1913
|
+
"text": "boolean"
|
|
1914
|
+
},
|
|
1915
|
+
"default": "false",
|
|
1916
|
+
"fieldName": "hideMenuSingleOption",
|
|
1917
|
+
"inheritedFrom": {
|
|
1918
|
+
"name": "ActionsMenu",
|
|
1919
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1920
|
+
}
|
|
1921
|
+
}
|
|
1922
|
+
],
|
|
1923
|
+
"members": [
|
|
1770
1924
|
{
|
|
1771
1925
|
"kind": "field",
|
|
1772
|
-
"name": "
|
|
1926
|
+
"name": "actions",
|
|
1773
1927
|
"type": {
|
|
1774
1928
|
"text": "ActionMenuItem[]"
|
|
1775
1929
|
},
|
|
1776
|
-
"readonly": true,
|
|
1777
1930
|
"inheritedFrom": {
|
|
1778
1931
|
"name": "ActionsMenu",
|
|
1779
1932
|
"module": "src/actions-menu/actions-menu.ts"
|
|
@@ -1781,18 +1934,225 @@
|
|
|
1781
1934
|
},
|
|
1782
1935
|
{
|
|
1783
1936
|
"kind": "field",
|
|
1784
|
-
"name": "
|
|
1785
|
-
"
|
|
1937
|
+
"name": "isVertical",
|
|
1938
|
+
"type": {
|
|
1939
|
+
"text": "boolean"
|
|
1940
|
+
},
|
|
1941
|
+
"default": "false",
|
|
1786
1942
|
"inheritedFrom": {
|
|
1787
1943
|
"name": "ActionsMenu",
|
|
1788
1944
|
"module": "src/actions-menu/actions-menu.ts"
|
|
1789
1945
|
}
|
|
1790
1946
|
},
|
|
1791
1947
|
{
|
|
1792
|
-
"kind": "
|
|
1793
|
-
"name": "
|
|
1794
|
-
"
|
|
1795
|
-
|
|
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,
|
|
2146
|
+
"inheritedFrom": {
|
|
2147
|
+
"name": "ActionsMenu",
|
|
2148
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2149
|
+
}
|
|
2150
|
+
},
|
|
2151
|
+
{
|
|
2152
|
+
"kind": "method",
|
|
2153
|
+
"name": "getLabel",
|
|
2154
|
+
"parameters": [
|
|
2155
|
+
{
|
|
1796
2156
|
"name": "name",
|
|
1797
2157
|
"type": {
|
|
1798
2158
|
"text": "string | ((rowData: any) => string)"
|
|
@@ -5777,184 +6137,103 @@
|
|
|
5777
6137
|
},
|
|
5778
6138
|
{
|
|
5779
6139
|
"kind": "javascript-module",
|
|
5780
|
-
"path": "src/
|
|
6140
|
+
"path": "src/banner/banner.styles.ts",
|
|
5781
6141
|
"declarations": [
|
|
5782
6142
|
{
|
|
5783
|
-
"kind": "
|
|
5784
|
-
"name": "
|
|
5785
|
-
"
|
|
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
|
-
]
|
|
6143
|
+
"kind": "variable",
|
|
6144
|
+
"name": "zeroBannerStyles",
|
|
6145
|
+
"default": "css`\n ${foundationBannerStyles}\n .banner {\n background-color: ${neutralLayer1};\n }\n`"
|
|
5804
6146
|
}
|
|
5805
6147
|
],
|
|
5806
6148
|
"exports": [
|
|
5807
6149
|
{
|
|
5808
6150
|
"kind": "js",
|
|
5809
|
-
"name": "
|
|
6151
|
+
"name": "zeroBannerStyles",
|
|
5810
6152
|
"declaration": {
|
|
5811
|
-
"name": "
|
|
5812
|
-
"module": "src/
|
|
6153
|
+
"name": "zeroBannerStyles",
|
|
6154
|
+
"module": "src/banner/banner.styles.ts"
|
|
5813
6155
|
}
|
|
5814
6156
|
}
|
|
5815
6157
|
]
|
|
5816
6158
|
},
|
|
5817
6159
|
{
|
|
5818
6160
|
"kind": "javascript-module",
|
|
5819
|
-
"path": "src/
|
|
6161
|
+
"path": "src/banner/banner.ts",
|
|
5820
6162
|
"declarations": [
|
|
5821
6163
|
{
|
|
5822
|
-
"kind": "
|
|
5823
|
-
"name": "
|
|
5824
|
-
"
|
|
5825
|
-
|
|
5826
|
-
"text": "ViewTemplate<AccordionItem>"
|
|
5827
|
-
}
|
|
5828
|
-
},
|
|
5829
|
-
"parameters": [
|
|
5830
|
-
{
|
|
5831
|
-
"name": "context",
|
|
5832
|
-
"type": {
|
|
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": [
|
|
6164
|
+
"kind": "variable",
|
|
6165
|
+
"name": "zeroBannerShadowOptions",
|
|
6166
|
+
"default": "foundationBannerShadowOptions"
|
|
6167
|
+
},
|
|
5860
6168
|
{
|
|
5861
6169
|
"kind": "class",
|
|
5862
6170
|
"description": "",
|
|
5863
|
-
"name": "
|
|
6171
|
+
"name": "Banner",
|
|
5864
6172
|
"superclass": {
|
|
5865
|
-
"name": "
|
|
6173
|
+
"name": "FoundationBanner",
|
|
5866
6174
|
"package": "@genesislcap/foundation-ui"
|
|
5867
6175
|
},
|
|
5868
|
-
"tagName": "%%prefix%%-
|
|
6176
|
+
"tagName": "%%prefix%%-banner",
|
|
5869
6177
|
"customElement": true,
|
|
5870
|
-
"
|
|
5871
|
-
{
|
|
5872
|
-
"name": "heading-level",
|
|
5873
|
-
"type": {
|
|
5874
|
-
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
5875
|
-
},
|
|
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",
|
|
5879
|
-
"inheritedFrom": {
|
|
5880
|
-
"name": "AccordionItem",
|
|
5881
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
5882
|
-
}
|
|
5883
|
-
},
|
|
6178
|
+
"members": [
|
|
5884
6179
|
{
|
|
6180
|
+
"kind": "field",
|
|
6181
|
+
"name": "banner",
|
|
5885
6182
|
"type": {
|
|
5886
|
-
"text": "
|
|
6183
|
+
"text": "HTMLElement"
|
|
5887
6184
|
},
|
|
5888
|
-
"
|
|
5889
|
-
"description": "Expands or collapses the item.",
|
|
5890
|
-
"fieldName": "expanded",
|
|
6185
|
+
"privacy": "public",
|
|
5891
6186
|
"inheritedFrom": {
|
|
5892
|
-
"name": "
|
|
5893
|
-
"module": "src/
|
|
6187
|
+
"name": "Banner",
|
|
6188
|
+
"module": "src/banner/banner.ts"
|
|
5894
6189
|
}
|
|
5895
6190
|
},
|
|
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": [
|
|
5910
6191
|
{
|
|
5911
6192
|
"kind": "field",
|
|
5912
|
-
"name": "
|
|
6193
|
+
"name": "dismissAnimation",
|
|
5913
6194
|
"type": {
|
|
5914
|
-
"text": "
|
|
6195
|
+
"text": "'banner-delete' | ''"
|
|
5915
6196
|
},
|
|
5916
|
-
"
|
|
5917
|
-
"default": "2",
|
|
5918
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
6197
|
+
"default": "''",
|
|
5919
6198
|
"inheritedFrom": {
|
|
5920
|
-
"name": "
|
|
5921
|
-
"module": "src/
|
|
6199
|
+
"name": "Banner",
|
|
6200
|
+
"module": "src/banner/banner.ts"
|
|
5922
6201
|
}
|
|
5923
6202
|
},
|
|
5924
6203
|
{
|
|
5925
6204
|
"kind": "field",
|
|
5926
|
-
"name": "
|
|
6205
|
+
"name": "notification",
|
|
5927
6206
|
"type": {
|
|
5928
|
-
"text": "
|
|
6207
|
+
"text": "NotificationStructure"
|
|
5929
6208
|
},
|
|
5930
|
-
"privacy": "public",
|
|
5931
|
-
"default": "false",
|
|
5932
|
-
"description": "Expands or collapses the item.",
|
|
5933
6209
|
"inheritedFrom": {
|
|
5934
|
-
"name": "
|
|
5935
|
-
"module": "src/
|
|
6210
|
+
"name": "Banner",
|
|
6211
|
+
"module": "src/banner/banner.ts"
|
|
5936
6212
|
}
|
|
5937
6213
|
},
|
|
5938
6214
|
{
|
|
5939
|
-
"kind": "
|
|
5940
|
-
"name": "
|
|
5941
|
-
"type": {
|
|
5942
|
-
"text": "string"
|
|
5943
|
-
},
|
|
6215
|
+
"kind": "method",
|
|
6216
|
+
"name": "dismiss",
|
|
5944
6217
|
"privacy": "public",
|
|
5945
|
-
"
|
|
6218
|
+
"return": {
|
|
6219
|
+
"type": {
|
|
6220
|
+
"text": "Promise<void>"
|
|
6221
|
+
}
|
|
6222
|
+
},
|
|
6223
|
+
"description": "Dismiss the Banner from display.",
|
|
5946
6224
|
"inheritedFrom": {
|
|
5947
|
-
"name": "
|
|
5948
|
-
"module": "src/
|
|
6225
|
+
"name": "Banner",
|
|
6226
|
+
"module": "src/banner/banner.ts"
|
|
5949
6227
|
}
|
|
5950
6228
|
},
|
|
5951
6229
|
{
|
|
5952
|
-
"kind": "
|
|
5953
|
-
"name": "
|
|
5954
|
-
"privacy": "
|
|
6230
|
+
"kind": "method",
|
|
6231
|
+
"name": "dismissNotification",
|
|
6232
|
+
"privacy": "public",
|
|
6233
|
+
"description": "Dismiss the Banner (NotificationStructure) from display.",
|
|
5955
6234
|
"inheritedFrom": {
|
|
5956
|
-
"name": "
|
|
5957
|
-
"module": "src/
|
|
6235
|
+
"name": "Banner",
|
|
6236
|
+
"module": "src/banner/banner.ts"
|
|
5958
6237
|
}
|
|
5959
6238
|
},
|
|
5960
6239
|
{
|
|
@@ -5966,8 +6245,8 @@
|
|
|
5966
6245
|
"privacy": "private",
|
|
5967
6246
|
"default": "void 0",
|
|
5968
6247
|
"inheritedFrom": {
|
|
5969
|
-
"name": "
|
|
5970
|
-
"module": "src/
|
|
6248
|
+
"name": "FoundationElement",
|
|
6249
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5971
6250
|
}
|
|
5972
6251
|
},
|
|
5973
6252
|
{
|
|
@@ -5979,8 +6258,8 @@
|
|
|
5979
6258
|
"privacy": "public",
|
|
5980
6259
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
5981
6260
|
"inheritedFrom": {
|
|
5982
|
-
"name": "
|
|
5983
|
-
"module": "src/
|
|
6261
|
+
"name": "FoundationElement",
|
|
6262
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5984
6263
|
}
|
|
5985
6264
|
},
|
|
5986
6265
|
{
|
|
@@ -5992,8 +6271,8 @@
|
|
|
5992
6271
|
"privacy": "public",
|
|
5993
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.",
|
|
5994
6273
|
"inheritedFrom": {
|
|
5995
|
-
"name": "
|
|
5996
|
-
"module": "src/
|
|
6274
|
+
"name": "FoundationElement",
|
|
6275
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5997
6276
|
}
|
|
5998
6277
|
},
|
|
5999
6278
|
{
|
|
@@ -6006,8 +6285,8 @@
|
|
|
6006
6285
|
}
|
|
6007
6286
|
},
|
|
6008
6287
|
"inheritedFrom": {
|
|
6009
|
-
"name": "
|
|
6010
|
-
"module": "src/
|
|
6288
|
+
"name": "FoundationElement",
|
|
6289
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6011
6290
|
}
|
|
6012
6291
|
},
|
|
6013
6292
|
{
|
|
@@ -6019,8 +6298,8 @@
|
|
|
6019
6298
|
"privacy": "public",
|
|
6020
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.",
|
|
6021
6300
|
"inheritedFrom": {
|
|
6022
|
-
"name": "
|
|
6023
|
-
"module": "src/
|
|
6301
|
+
"name": "FoundationElement",
|
|
6302
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6024
6303
|
}
|
|
6025
6304
|
},
|
|
6026
6305
|
{
|
|
@@ -6033,8 +6312,8 @@
|
|
|
6033
6312
|
}
|
|
6034
6313
|
},
|
|
6035
6314
|
"inheritedFrom": {
|
|
6036
|
-
"name": "
|
|
6037
|
-
"module": "src/
|
|
6315
|
+
"name": "FoundationElement",
|
|
6316
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6038
6317
|
}
|
|
6039
6318
|
},
|
|
6040
6319
|
{
|
|
@@ -6064,57 +6343,57 @@
|
|
|
6064
6343
|
],
|
|
6065
6344
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
6066
6345
|
"inheritedFrom": {
|
|
6067
|
-
"name": "
|
|
6068
|
-
"module": "src/
|
|
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"
|
|
6346
|
+
"name": "FoundationElement",
|
|
6347
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6079
6348
|
}
|
|
6080
6349
|
}
|
|
6081
6350
|
]
|
|
6082
6351
|
},
|
|
6083
6352
|
{
|
|
6084
6353
|
"kind": "variable",
|
|
6085
|
-
"name": "
|
|
6354
|
+
"name": "zeroBanner",
|
|
6355
|
+
"description": "The Zero Banner",
|
|
6356
|
+
"privacy": "public"
|
|
6086
6357
|
}
|
|
6087
6358
|
],
|
|
6088
6359
|
"exports": [
|
|
6089
6360
|
{
|
|
6090
6361
|
"kind": "js",
|
|
6091
|
-
"name": "
|
|
6362
|
+
"name": "zeroBannerShadowOptions",
|
|
6092
6363
|
"declaration": {
|
|
6093
|
-
"name": "
|
|
6094
|
-
"module": "src/
|
|
6364
|
+
"name": "zeroBannerShadowOptions",
|
|
6365
|
+
"module": "src/banner/banner.ts"
|
|
6095
6366
|
}
|
|
6096
6367
|
},
|
|
6097
6368
|
{
|
|
6098
6369
|
"kind": "js",
|
|
6099
|
-
"name": "
|
|
6370
|
+
"name": "Banner",
|
|
6100
6371
|
"declaration": {
|
|
6101
|
-
"name": "
|
|
6102
|
-
"module": "src/
|
|
6372
|
+
"name": "Banner",
|
|
6373
|
+
"module": "src/banner/banner.ts"
|
|
6374
|
+
}
|
|
6375
|
+
},
|
|
6376
|
+
{
|
|
6377
|
+
"kind": "js",
|
|
6378
|
+
"name": "zeroBanner",
|
|
6379
|
+
"declaration": {
|
|
6380
|
+
"name": "zeroBanner",
|
|
6381
|
+
"module": "src/banner/banner.ts"
|
|
6103
6382
|
}
|
|
6104
6383
|
}
|
|
6105
6384
|
]
|
|
6106
6385
|
},
|
|
6107
6386
|
{
|
|
6108
6387
|
"kind": "javascript-module",
|
|
6109
|
-
"path": "src/
|
|
6388
|
+
"path": "src/banner/index.ts",
|
|
6110
6389
|
"declarations": [],
|
|
6111
6390
|
"exports": [
|
|
6112
6391
|
{
|
|
6113
6392
|
"kind": "js",
|
|
6114
|
-
"name": "
|
|
6393
|
+
"name": "zeroBannerTemplate",
|
|
6115
6394
|
"declaration": {
|
|
6116
|
-
"name": "
|
|
6117
|
-
"package": "
|
|
6395
|
+
"name": "foundationBannerTemplate",
|
|
6396
|
+
"package": "@genesislcap/foundation-ui"
|
|
6118
6397
|
}
|
|
6119
6398
|
},
|
|
6120
6399
|
{
|
|
@@ -6122,7 +6401,7 @@
|
|
|
6122
6401
|
"name": "*",
|
|
6123
6402
|
"declaration": {
|
|
6124
6403
|
"name": "*",
|
|
6125
|
-
"package": "./
|
|
6404
|
+
"package": "./banner"
|
|
6126
6405
|
}
|
|
6127
6406
|
},
|
|
6128
6407
|
{
|
|
@@ -6130,110 +6409,191 @@
|
|
|
6130
6409
|
"name": "*",
|
|
6131
6410
|
"declaration": {
|
|
6132
6411
|
"name": "*",
|
|
6133
|
-
"package": "./
|
|
6412
|
+
"package": "./banner.styles"
|
|
6134
6413
|
}
|
|
6135
6414
|
}
|
|
6136
6415
|
]
|
|
6137
6416
|
},
|
|
6138
6417
|
{
|
|
6139
6418
|
"kind": "javascript-module",
|
|
6140
|
-
"path": "src/
|
|
6419
|
+
"path": "src/breadcrumb/breadcrumb.styles.ts",
|
|
6141
6420
|
"declarations": [
|
|
6142
6421
|
{
|
|
6143
|
-
"kind": "
|
|
6144
|
-
"name": "
|
|
6145
|
-
"
|
|
6422
|
+
"kind": "function",
|
|
6423
|
+
"name": "zeroBreadcrumbStyles",
|
|
6424
|
+
"return": {
|
|
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
|
+
]
|
|
6146
6443
|
}
|
|
6147
6444
|
],
|
|
6148
6445
|
"exports": [
|
|
6149
6446
|
{
|
|
6150
6447
|
"kind": "js",
|
|
6151
|
-
"name": "
|
|
6448
|
+
"name": "zeroBreadcrumbStyles",
|
|
6152
6449
|
"declaration": {
|
|
6153
|
-
"name": "
|
|
6154
|
-
"module": "src/
|
|
6450
|
+
"name": "zeroBreadcrumbStyles",
|
|
6451
|
+
"module": "src/breadcrumb/breadcrumb.styles.ts"
|
|
6155
6452
|
}
|
|
6156
6453
|
}
|
|
6157
6454
|
]
|
|
6158
6455
|
},
|
|
6159
6456
|
{
|
|
6160
6457
|
"kind": "javascript-module",
|
|
6161
|
-
"path": "src/
|
|
6458
|
+
"path": "src/breadcrumb/breadcrumb.template.ts",
|
|
6162
6459
|
"declarations": [
|
|
6163
6460
|
{
|
|
6164
|
-
"kind": "
|
|
6165
|
-
"name": "
|
|
6166
|
-
"
|
|
6167
|
-
|
|
6168
|
-
|
|
6169
|
-
|
|
6170
|
-
"description": "",
|
|
6171
|
-
"name": "Banner",
|
|
6172
|
-
"superclass": {
|
|
6173
|
-
"name": "FoundationBanner",
|
|
6174
|
-
"package": "@genesislcap/foundation-ui"
|
|
6461
|
+
"kind": "function",
|
|
6462
|
+
"name": "zeroBreadcrumbTemplate",
|
|
6463
|
+
"return": {
|
|
6464
|
+
"type": {
|
|
6465
|
+
"text": "ViewTemplate<Breadcrumb>"
|
|
6466
|
+
}
|
|
6175
6467
|
},
|
|
6176
|
-
"
|
|
6177
|
-
"customElement": true,
|
|
6178
|
-
"members": [
|
|
6468
|
+
"parameters": [
|
|
6179
6469
|
{
|
|
6180
|
-
"
|
|
6181
|
-
"name": "banner",
|
|
6470
|
+
"name": "context",
|
|
6182
6471
|
"type": {
|
|
6183
|
-
"text": "
|
|
6184
|
-
},
|
|
6185
|
-
"privacy": "public",
|
|
6186
|
-
"inheritedFrom": {
|
|
6187
|
-
"name": "Banner",
|
|
6188
|
-
"module": "src/banner/banner.ts"
|
|
6472
|
+
"text": "ElementDefinitionContext"
|
|
6189
6473
|
}
|
|
6190
6474
|
},
|
|
6191
6475
|
{
|
|
6192
|
-
"
|
|
6193
|
-
"name": "dismissAnimation",
|
|
6476
|
+
"name": "definition",
|
|
6194
6477
|
"type": {
|
|
6195
|
-
"text": "
|
|
6196
|
-
}
|
|
6197
|
-
|
|
6478
|
+
"text": "FoundationElementDefinition"
|
|
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",
|
|
6198
6514
|
"inheritedFrom": {
|
|
6199
|
-
"name": "
|
|
6200
|
-
"module": "src/
|
|
6515
|
+
"name": "Breadcrumb",
|
|
6516
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
6201
6517
|
}
|
|
6202
6518
|
},
|
|
6203
6519
|
{
|
|
6204
|
-
"kind": "
|
|
6205
|
-
"name": "
|
|
6206
|
-
"
|
|
6207
|
-
|
|
6520
|
+
"kind": "method",
|
|
6521
|
+
"name": "setItemSeparator",
|
|
6522
|
+
"privacy": "private",
|
|
6523
|
+
"return": {
|
|
6524
|
+
"type": {
|
|
6525
|
+
"text": "void"
|
|
6526
|
+
}
|
|
6208
6527
|
},
|
|
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
|
+
],
|
|
6209
6542
|
"inheritedFrom": {
|
|
6210
|
-
"name": "
|
|
6211
|
-
"module": "src/
|
|
6543
|
+
"name": "Breadcrumb",
|
|
6544
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
6212
6545
|
}
|
|
6213
6546
|
},
|
|
6214
6547
|
{
|
|
6215
6548
|
"kind": "method",
|
|
6216
|
-
"name": "
|
|
6217
|
-
"privacy": "
|
|
6549
|
+
"name": "findChildWithHref",
|
|
6550
|
+
"privacy": "private",
|
|
6218
6551
|
"return": {
|
|
6219
6552
|
"type": {
|
|
6220
|
-
"text": "
|
|
6553
|
+
"text": "HTMLElement | null"
|
|
6221
6554
|
}
|
|
6222
6555
|
},
|
|
6223
|
-
"
|
|
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.",
|
|
6224
6565
|
"inheritedFrom": {
|
|
6225
|
-
"name": "
|
|
6226
|
-
"module": "src/
|
|
6566
|
+
"name": "Breadcrumb",
|
|
6567
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
6227
6568
|
}
|
|
6228
6569
|
},
|
|
6229
6570
|
{
|
|
6230
6571
|
"kind": "method",
|
|
6231
|
-
"name": "
|
|
6232
|
-
"privacy": "
|
|
6233
|
-
"
|
|
6572
|
+
"name": "setAriaCurrent",
|
|
6573
|
+
"privacy": "private",
|
|
6574
|
+
"return": {
|
|
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",
|
|
6234
6594
|
"inheritedFrom": {
|
|
6235
|
-
"name": "
|
|
6236
|
-
"module": "src/
|
|
6595
|
+
"name": "Breadcrumb",
|
|
6596
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
6237
6597
|
}
|
|
6238
6598
|
},
|
|
6239
6599
|
{
|
|
@@ -6245,8 +6605,8 @@
|
|
|
6245
6605
|
"privacy": "private",
|
|
6246
6606
|
"default": "void 0",
|
|
6247
6607
|
"inheritedFrom": {
|
|
6248
|
-
"name": "
|
|
6249
|
-
"module": "src/
|
|
6608
|
+
"name": "Breadcrumb",
|
|
6609
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
6250
6610
|
}
|
|
6251
6611
|
},
|
|
6252
6612
|
{
|
|
@@ -6258,8 +6618,8 @@
|
|
|
6258
6618
|
"privacy": "public",
|
|
6259
6619
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
6260
6620
|
"inheritedFrom": {
|
|
6261
|
-
"name": "
|
|
6262
|
-
"module": "src/
|
|
6621
|
+
"name": "Breadcrumb",
|
|
6622
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
6263
6623
|
}
|
|
6264
6624
|
},
|
|
6265
6625
|
{
|
|
@@ -6271,8 +6631,8 @@
|
|
|
6271
6631
|
"privacy": "public",
|
|
6272
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.",
|
|
6273
6633
|
"inheritedFrom": {
|
|
6274
|
-
"name": "
|
|
6275
|
-
"module": "src/
|
|
6634
|
+
"name": "Breadcrumb",
|
|
6635
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
6276
6636
|
}
|
|
6277
6637
|
},
|
|
6278
6638
|
{
|
|
@@ -6285,8 +6645,8 @@
|
|
|
6285
6645
|
}
|
|
6286
6646
|
},
|
|
6287
6647
|
"inheritedFrom": {
|
|
6288
|
-
"name": "
|
|
6289
|
-
"module": "src/
|
|
6648
|
+
"name": "Breadcrumb",
|
|
6649
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
6290
6650
|
}
|
|
6291
6651
|
},
|
|
6292
6652
|
{
|
|
@@ -6298,8 +6658,8 @@
|
|
|
6298
6658
|
"privacy": "public",
|
|
6299
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.",
|
|
6300
6660
|
"inheritedFrom": {
|
|
6301
|
-
"name": "
|
|
6302
|
-
"module": "src/
|
|
6661
|
+
"name": "Breadcrumb",
|
|
6662
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
6303
6663
|
}
|
|
6304
6664
|
},
|
|
6305
6665
|
{
|
|
@@ -6312,8 +6672,8 @@
|
|
|
6312
6672
|
}
|
|
6313
6673
|
},
|
|
6314
6674
|
"inheritedFrom": {
|
|
6315
|
-
"name": "
|
|
6316
|
-
"module": "src/
|
|
6675
|
+
"name": "Breadcrumb",
|
|
6676
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
6317
6677
|
}
|
|
6318
6678
|
},
|
|
6319
6679
|
{
|
|
@@ -6343,57 +6703,81 @@
|
|
|
6343
6703
|
],
|
|
6344
6704
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
6345
6705
|
"inheritedFrom": {
|
|
6346
|
-
"name": "
|
|
6347
|
-
"module": "src/
|
|
6706
|
+
"name": "Breadcrumb",
|
|
6707
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
6348
6708
|
}
|
|
6349
6709
|
}
|
|
6350
6710
|
]
|
|
6351
6711
|
},
|
|
6352
6712
|
{
|
|
6353
6713
|
"kind": "variable",
|
|
6354
|
-
"name": "
|
|
6355
|
-
"
|
|
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",
|
|
6356
6732
|
"privacy": "public"
|
|
6357
6733
|
}
|
|
6358
6734
|
],
|
|
6359
6735
|
"exports": [
|
|
6360
6736
|
{
|
|
6361
6737
|
"kind": "js",
|
|
6362
|
-
"name": "
|
|
6738
|
+
"name": "Breadcrumb",
|
|
6363
6739
|
"declaration": {
|
|
6364
|
-
"name": "
|
|
6365
|
-
"module": "src/
|
|
6740
|
+
"name": "Breadcrumb",
|
|
6741
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
6366
6742
|
}
|
|
6367
6743
|
},
|
|
6368
6744
|
{
|
|
6369
6745
|
"kind": "js",
|
|
6370
|
-
"name": "
|
|
6746
|
+
"name": "zeroBreadcrumbShadowOptions",
|
|
6371
6747
|
"declaration": {
|
|
6372
|
-
"name": "
|
|
6373
|
-
"module": "src/
|
|
6748
|
+
"name": "zeroBreadcrumbShadowOptions",
|
|
6749
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
6374
6750
|
}
|
|
6375
6751
|
},
|
|
6376
6752
|
{
|
|
6377
6753
|
"kind": "js",
|
|
6378
|
-
"name": "
|
|
6754
|
+
"name": "defaultBreadcrumbConfig",
|
|
6379
6755
|
"declaration": {
|
|
6380
|
-
"name": "
|
|
6381
|
-
"module": "src/
|
|
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"
|
|
6382
6766
|
}
|
|
6383
6767
|
}
|
|
6384
6768
|
]
|
|
6385
6769
|
},
|
|
6386
6770
|
{
|
|
6387
6771
|
"kind": "javascript-module",
|
|
6388
|
-
"path": "src/
|
|
6772
|
+
"path": "src/breadcrumb/index.ts",
|
|
6389
6773
|
"declarations": [],
|
|
6390
6774
|
"exports": [
|
|
6391
6775
|
{
|
|
6392
6776
|
"kind": "js",
|
|
6393
|
-
"name": "
|
|
6777
|
+
"name": "*",
|
|
6394
6778
|
"declaration": {
|
|
6395
|
-
"name": "
|
|
6396
|
-
"package": "
|
|
6779
|
+
"name": "*",
|
|
6780
|
+
"package": "./breadcrumb.template"
|
|
6397
6781
|
}
|
|
6398
6782
|
},
|
|
6399
6783
|
{
|
|
@@ -6401,7 +6785,7 @@
|
|
|
6401
6785
|
"name": "*",
|
|
6402
6786
|
"declaration": {
|
|
6403
6787
|
"name": "*",
|
|
6404
|
-
"package": "./
|
|
6788
|
+
"package": "./breadcrumb.styles"
|
|
6405
6789
|
}
|
|
6406
6790
|
},
|
|
6407
6791
|
{
|
|
@@ -6409,18 +6793,18 @@
|
|
|
6409
6793
|
"name": "*",
|
|
6410
6794
|
"declaration": {
|
|
6411
6795
|
"name": "*",
|
|
6412
|
-
"package": "./
|
|
6796
|
+
"package": "./breadcrumb"
|
|
6413
6797
|
}
|
|
6414
6798
|
}
|
|
6415
6799
|
]
|
|
6416
6800
|
},
|
|
6417
6801
|
{
|
|
6418
6802
|
"kind": "javascript-module",
|
|
6419
|
-
"path": "src/breadcrumb/breadcrumb.styles.ts",
|
|
6803
|
+
"path": "src/breadcrumb-item/breadcrumb-item.styles.ts",
|
|
6420
6804
|
"declarations": [
|
|
6421
6805
|
{
|
|
6422
6806
|
"kind": "function",
|
|
6423
|
-
"name": "
|
|
6807
|
+
"name": "zeroBreadcrumbItemStyles",
|
|
6424
6808
|
"return": {
|
|
6425
6809
|
"type": {
|
|
6426
6810
|
"text": "ElementStyles"
|
|
@@ -6445,24 +6829,24 @@
|
|
|
6445
6829
|
"exports": [
|
|
6446
6830
|
{
|
|
6447
6831
|
"kind": "js",
|
|
6448
|
-
"name": "
|
|
6832
|
+
"name": "zeroBreadcrumbItemStyles",
|
|
6449
6833
|
"declaration": {
|
|
6450
|
-
"name": "
|
|
6451
|
-
"module": "src/breadcrumb/breadcrumb.styles.ts"
|
|
6834
|
+
"name": "zeroBreadcrumbItemStyles",
|
|
6835
|
+
"module": "src/breadcrumb-item/breadcrumb-item.styles.ts"
|
|
6452
6836
|
}
|
|
6453
6837
|
}
|
|
6454
6838
|
]
|
|
6455
6839
|
},
|
|
6456
6840
|
{
|
|
6457
6841
|
"kind": "javascript-module",
|
|
6458
|
-
"path": "src/breadcrumb/breadcrumb.template.ts",
|
|
6842
|
+
"path": "src/breadcrumb-item/breadcrumb-item.template.ts",
|
|
6459
6843
|
"declarations": [
|
|
6460
6844
|
{
|
|
6461
6845
|
"kind": "function",
|
|
6462
|
-
"name": "
|
|
6846
|
+
"name": "zeroBreadcrumbItemTemplate",
|
|
6463
6847
|
"return": {
|
|
6464
6848
|
"type": {
|
|
6465
|
-
"text": "ViewTemplate<
|
|
6849
|
+
"text": "ViewTemplate<BreadcrumbItem>"
|
|
6466
6850
|
}
|
|
6467
6851
|
},
|
|
6468
6852
|
"parameters": [
|
|
@@ -6484,292 +6868,396 @@
|
|
|
6484
6868
|
"exports": [
|
|
6485
6869
|
{
|
|
6486
6870
|
"kind": "js",
|
|
6487
|
-
"name": "
|
|
6871
|
+
"name": "zeroBreadcrumbItemTemplate",
|
|
6488
6872
|
"declaration": {
|
|
6489
|
-
"name": "
|
|
6490
|
-
"module": "src/breadcrumb/breadcrumb.template.ts"
|
|
6873
|
+
"name": "zeroBreadcrumbItemTemplate",
|
|
6874
|
+
"module": "src/breadcrumb-item/breadcrumb-item.template.ts"
|
|
6491
6875
|
}
|
|
6492
6876
|
}
|
|
6493
6877
|
]
|
|
6494
6878
|
},
|
|
6495
6879
|
{
|
|
6496
6880
|
"kind": "javascript-module",
|
|
6497
|
-
"path": "src/breadcrumb/breadcrumb.ts",
|
|
6881
|
+
"path": "src/breadcrumb-item/breadcrumb-item.ts",
|
|
6498
6882
|
"declarations": [
|
|
6499
6883
|
{
|
|
6500
6884
|
"kind": "class",
|
|
6501
6885
|
"description": "",
|
|
6502
|
-
"name": "
|
|
6886
|
+
"name": "BreadcrumbItem",
|
|
6503
6887
|
"superclass": {
|
|
6504
|
-
"name": "
|
|
6888
|
+
"name": "FoundationBreadcrumbItem",
|
|
6505
6889
|
"package": "@genesislcap/foundation-ui"
|
|
6506
6890
|
},
|
|
6507
|
-
"tagName": "%%prefix%%-breadcrumb",
|
|
6891
|
+
"tagName": "%%prefix%%-breadcrumb-item",
|
|
6508
6892
|
"customElement": true,
|
|
6509
|
-
"
|
|
6893
|
+
"attributes": [
|
|
6510
6894
|
{
|
|
6511
|
-
"
|
|
6512
|
-
"
|
|
6513
|
-
|
|
6514
|
-
|
|
6515
|
-
|
|
6516
|
-
|
|
6895
|
+
"name": "download",
|
|
6896
|
+
"type": {
|
|
6897
|
+
"text": "string"
|
|
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"
|
|
6517
6904
|
}
|
|
6518
6905
|
},
|
|
6519
6906
|
{
|
|
6520
|
-
"
|
|
6521
|
-
"
|
|
6522
|
-
|
|
6523
|
-
"return": {
|
|
6524
|
-
"type": {
|
|
6525
|
-
"text": "void"
|
|
6526
|
-
}
|
|
6907
|
+
"name": "href",
|
|
6908
|
+
"type": {
|
|
6909
|
+
"text": "string"
|
|
6527
6910
|
},
|
|
6528
|
-
"
|
|
6529
|
-
|
|
6530
|
-
"name": "item",
|
|
6531
|
-
"type": {
|
|
6532
|
-
"text": "HTMLElement"
|
|
6533
|
-
}
|
|
6534
|
-
},
|
|
6535
|
-
{
|
|
6536
|
-
"name": "isLastNode",
|
|
6537
|
-
"type": {
|
|
6538
|
-
"text": "boolean"
|
|
6539
|
-
}
|
|
6540
|
-
}
|
|
6541
|
-
],
|
|
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",
|
|
6542
6913
|
"inheritedFrom": {
|
|
6543
|
-
"name": "
|
|
6544
|
-
"module": "src/breadcrumb/breadcrumb.ts"
|
|
6914
|
+
"name": "BreadcrumbItem",
|
|
6915
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
6545
6916
|
}
|
|
6546
6917
|
},
|
|
6547
6918
|
{
|
|
6548
|
-
"
|
|
6549
|
-
"
|
|
6550
|
-
|
|
6551
|
-
"return": {
|
|
6552
|
-
"type": {
|
|
6553
|
-
"text": "HTMLElement | null"
|
|
6554
|
-
}
|
|
6919
|
+
"name": "hreflang",
|
|
6920
|
+
"type": {
|
|
6921
|
+
"text": "string"
|
|
6555
6922
|
},
|
|
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.",
|
|
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",
|
|
6565
6925
|
"inheritedFrom": {
|
|
6566
|
-
"name": "
|
|
6567
|
-
"module": "src/breadcrumb/breadcrumb.ts"
|
|
6926
|
+
"name": "BreadcrumbItem",
|
|
6927
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
6568
6928
|
}
|
|
6569
6929
|
},
|
|
6570
6930
|
{
|
|
6571
|
-
"
|
|
6572
|
-
"
|
|
6573
|
-
|
|
6574
|
-
"return": {
|
|
6575
|
-
"type": {
|
|
6576
|
-
"text": "void"
|
|
6577
|
-
}
|
|
6931
|
+
"name": "ping",
|
|
6932
|
+
"type": {
|
|
6933
|
+
"text": "string"
|
|
6578
6934
|
},
|
|
6579
|
-
"
|
|
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",
|
|
6935
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
6936
|
+
"fieldName": "ping",
|
|
6594
6937
|
"inheritedFrom": {
|
|
6595
|
-
"name": "
|
|
6596
|
-
"module": "src/breadcrumb/breadcrumb.ts"
|
|
6938
|
+
"name": "BreadcrumbItem",
|
|
6939
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
6597
6940
|
}
|
|
6598
6941
|
},
|
|
6599
6942
|
{
|
|
6600
|
-
"
|
|
6601
|
-
"name": "_presentation",
|
|
6943
|
+
"name": "referrerpolicy",
|
|
6602
6944
|
"type": {
|
|
6603
|
-
"text": "
|
|
6945
|
+
"text": "string"
|
|
6604
6946
|
},
|
|
6605
|
-
"
|
|
6606
|
-
"
|
|
6947
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
6948
|
+
"fieldName": "referrerpolicy",
|
|
6607
6949
|
"inheritedFrom": {
|
|
6608
|
-
"name": "
|
|
6609
|
-
"module": "src/breadcrumb/breadcrumb.ts"
|
|
6950
|
+
"name": "BreadcrumbItem",
|
|
6951
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
6952
|
+
}
|
|
6953
|
+
},
|
|
6954
|
+
{
|
|
6955
|
+
"name": "rel",
|
|
6956
|
+
"type": {
|
|
6957
|
+
"text": "string"
|
|
6958
|
+
},
|
|
6959
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
6960
|
+
"fieldName": "rel",
|
|
6961
|
+
"inheritedFrom": {
|
|
6962
|
+
"name": "BreadcrumbItem",
|
|
6963
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
6964
|
+
}
|
|
6965
|
+
},
|
|
6966
|
+
{
|
|
6967
|
+
"name": "target",
|
|
6968
|
+
"type": {
|
|
6969
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
6970
|
+
},
|
|
6971
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
6972
|
+
"fieldName": "target",
|
|
6973
|
+
"inheritedFrom": {
|
|
6974
|
+
"name": "BreadcrumbItem",
|
|
6975
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
6610
6976
|
}
|
|
6611
6977
|
},
|
|
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": [
|
|
6612
6992
|
{
|
|
6613
6993
|
"kind": "field",
|
|
6614
|
-
"name": "
|
|
6994
|
+
"name": "download",
|
|
6615
6995
|
"type": {
|
|
6616
|
-
"text": "
|
|
6996
|
+
"text": "string"
|
|
6617
6997
|
},
|
|
6618
6998
|
"privacy": "public",
|
|
6619
|
-
"description": "
|
|
6999
|
+
"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.",
|
|
6620
7000
|
"inheritedFrom": {
|
|
6621
|
-
"name": "
|
|
6622
|
-
"module": "src/breadcrumb/breadcrumb.ts"
|
|
7001
|
+
"name": "BreadcrumbItem",
|
|
7002
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
6623
7003
|
}
|
|
6624
7004
|
},
|
|
6625
7005
|
{
|
|
6626
7006
|
"kind": "field",
|
|
6627
|
-
"name": "
|
|
7007
|
+
"name": "href",
|
|
6628
7008
|
"type": {
|
|
6629
|
-
"text": "
|
|
7009
|
+
"text": "string"
|
|
6630
7010
|
},
|
|
6631
7011
|
"privacy": "public",
|
|
6632
|
-
"description": "
|
|
7012
|
+
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
6633
7013
|
"inheritedFrom": {
|
|
6634
|
-
"name": "
|
|
6635
|
-
"module": "src/breadcrumb/breadcrumb.ts"
|
|
7014
|
+
"name": "BreadcrumbItem",
|
|
7015
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
6636
7016
|
}
|
|
6637
7017
|
},
|
|
6638
7018
|
{
|
|
6639
|
-
"kind": "
|
|
6640
|
-
"name": "
|
|
6641
|
-
"
|
|
6642
|
-
|
|
6643
|
-
"type": {
|
|
6644
|
-
"text": "void"
|
|
6645
|
-
}
|
|
7019
|
+
"kind": "field",
|
|
7020
|
+
"name": "hreflang",
|
|
7021
|
+
"type": {
|
|
7022
|
+
"text": "string"
|
|
6646
7023
|
},
|
|
7024
|
+
"privacy": "public",
|
|
7025
|
+
"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.",
|
|
6647
7026
|
"inheritedFrom": {
|
|
6648
|
-
"name": "
|
|
6649
|
-
"module": "src/breadcrumb/breadcrumb.ts"
|
|
7027
|
+
"name": "BreadcrumbItem",
|
|
7028
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
6650
7029
|
}
|
|
6651
7030
|
},
|
|
6652
7031
|
{
|
|
6653
7032
|
"kind": "field",
|
|
6654
|
-
"name": "
|
|
7033
|
+
"name": "ping",
|
|
6655
7034
|
"type": {
|
|
6656
|
-
"text": "
|
|
7035
|
+
"text": "string"
|
|
6657
7036
|
},
|
|
6658
7037
|
"privacy": "public",
|
|
6659
|
-
"description": "
|
|
7038
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
6660
7039
|
"inheritedFrom": {
|
|
6661
|
-
"name": "
|
|
6662
|
-
"module": "src/breadcrumb/breadcrumb.ts"
|
|
7040
|
+
"name": "BreadcrumbItem",
|
|
7041
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
6663
7042
|
}
|
|
6664
7043
|
},
|
|
6665
7044
|
{
|
|
6666
|
-
"kind": "
|
|
6667
|
-
"name": "
|
|
6668
|
-
"
|
|
6669
|
-
|
|
6670
|
-
"type": {
|
|
6671
|
-
"text": "void"
|
|
6672
|
-
}
|
|
7045
|
+
"kind": "field",
|
|
7046
|
+
"name": "referrerpolicy",
|
|
7047
|
+
"type": {
|
|
7048
|
+
"text": "string"
|
|
6673
7049
|
},
|
|
7050
|
+
"privacy": "public",
|
|
7051
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
6674
7052
|
"inheritedFrom": {
|
|
6675
|
-
"name": "
|
|
6676
|
-
"module": "src/breadcrumb/breadcrumb.ts"
|
|
7053
|
+
"name": "BreadcrumbItem",
|
|
7054
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
6677
7055
|
}
|
|
6678
7056
|
},
|
|
6679
7057
|
{
|
|
6680
|
-
"kind": "
|
|
6681
|
-
"name": "
|
|
6682
|
-
"
|
|
6683
|
-
|
|
6684
|
-
"return": {
|
|
6685
|
-
"type": {
|
|
6686
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
6687
|
-
}
|
|
7058
|
+
"kind": "field",
|
|
7059
|
+
"name": "rel",
|
|
7060
|
+
"type": {
|
|
7061
|
+
"text": "string"
|
|
6688
7062
|
},
|
|
6689
|
-
"
|
|
6690
|
-
|
|
6691
|
-
"name": "this",
|
|
6692
|
-
"type": {
|
|
6693
|
-
"text": "K"
|
|
6694
|
-
}
|
|
6695
|
-
},
|
|
6696
|
-
{
|
|
6697
|
-
"name": "elementDefinition",
|
|
6698
|
-
"type": {
|
|
6699
|
-
"text": "T"
|
|
6700
|
-
},
|
|
6701
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
6702
|
-
}
|
|
6703
|
-
],
|
|
6704
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
7063
|
+
"privacy": "public",
|
|
7064
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
6705
7065
|
"inheritedFrom": {
|
|
6706
|
-
"name": "
|
|
6707
|
-
"module": "src/breadcrumb/breadcrumb.ts"
|
|
7066
|
+
"name": "BreadcrumbItem",
|
|
7067
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
6708
7068
|
}
|
|
6709
|
-
}
|
|
6710
|
-
|
|
6711
|
-
|
|
6712
|
-
|
|
6713
|
-
|
|
6714
|
-
|
|
6715
|
-
|
|
6716
|
-
|
|
6717
|
-
|
|
6718
|
-
|
|
6719
|
-
|
|
6720
|
-
|
|
6721
|
-
|
|
6722
|
-
|
|
6723
|
-
|
|
6724
|
-
|
|
6725
|
-
|
|
6726
|
-
|
|
7069
|
+
},
|
|
7070
|
+
{
|
|
7071
|
+
"kind": "field",
|
|
7072
|
+
"name": "target",
|
|
7073
|
+
"type": {
|
|
7074
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
7075
|
+
},
|
|
7076
|
+
"privacy": "public",
|
|
7077
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
7078
|
+
"inheritedFrom": {
|
|
7079
|
+
"name": "BreadcrumbItem",
|
|
7080
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
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
|
+
}
|
|
7208
|
+
},
|
|
7209
|
+
"parameters": [
|
|
7210
|
+
{
|
|
7211
|
+
"name": "this",
|
|
7212
|
+
"type": {
|
|
7213
|
+
"text": "K"
|
|
7214
|
+
}
|
|
7215
|
+
},
|
|
7216
|
+
{
|
|
7217
|
+
"name": "elementDefinition",
|
|
7218
|
+
"type": {
|
|
7219
|
+
"text": "T"
|
|
7220
|
+
},
|
|
7221
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
7222
|
+
}
|
|
7223
|
+
],
|
|
7224
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
7225
|
+
"inheritedFrom": {
|
|
7226
|
+
"name": "BreadcrumbItem",
|
|
7227
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
7228
|
+
}
|
|
7229
|
+
}
|
|
7230
|
+
]
|
|
6727
7231
|
},
|
|
6728
7232
|
{
|
|
6729
7233
|
"kind": "variable",
|
|
6730
|
-
"name": "
|
|
6731
|
-
"description": "The zero Breadcrumb",
|
|
7234
|
+
"name": "zeroBreadcrumbItem",
|
|
7235
|
+
"description": "The zero Breadcrumb Item",
|
|
6732
7236
|
"privacy": "public"
|
|
6733
7237
|
}
|
|
6734
7238
|
],
|
|
6735
7239
|
"exports": [
|
|
6736
7240
|
{
|
|
6737
7241
|
"kind": "js",
|
|
6738
|
-
"name": "
|
|
6739
|
-
"declaration": {
|
|
6740
|
-
"name": "Breadcrumb",
|
|
6741
|
-
"module": "src/breadcrumb/breadcrumb.ts"
|
|
6742
|
-
}
|
|
6743
|
-
},
|
|
6744
|
-
{
|
|
6745
|
-
"kind": "js",
|
|
6746
|
-
"name": "zeroBreadcrumbShadowOptions",
|
|
6747
|
-
"declaration": {
|
|
6748
|
-
"name": "zeroBreadcrumbShadowOptions",
|
|
6749
|
-
"module": "src/breadcrumb/breadcrumb.ts"
|
|
6750
|
-
}
|
|
6751
|
-
},
|
|
6752
|
-
{
|
|
6753
|
-
"kind": "js",
|
|
6754
|
-
"name": "defaultBreadcrumbConfig",
|
|
7242
|
+
"name": "BreadcrumbItem",
|
|
6755
7243
|
"declaration": {
|
|
6756
|
-
"name": "
|
|
6757
|
-
"module": "src/breadcrumb/breadcrumb.ts"
|
|
7244
|
+
"name": "BreadcrumbItem",
|
|
7245
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
6758
7246
|
}
|
|
6759
7247
|
},
|
|
6760
7248
|
{
|
|
6761
7249
|
"kind": "js",
|
|
6762
|
-
"name": "
|
|
7250
|
+
"name": "zeroBreadcrumbItem",
|
|
6763
7251
|
"declaration": {
|
|
6764
|
-
"name": "
|
|
6765
|
-
"module": "src/breadcrumb/breadcrumb.ts"
|
|
7252
|
+
"name": "zeroBreadcrumbItem",
|
|
7253
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
6766
7254
|
}
|
|
6767
7255
|
}
|
|
6768
7256
|
]
|
|
6769
7257
|
},
|
|
6770
7258
|
{
|
|
6771
7259
|
"kind": "javascript-module",
|
|
6772
|
-
"path": "src/breadcrumb/index.ts",
|
|
7260
|
+
"path": "src/breadcrumb-item/index.ts",
|
|
6773
7261
|
"declarations": [],
|
|
6774
7262
|
"exports": [
|
|
6775
7263
|
{
|
|
@@ -6777,7 +7265,7 @@
|
|
|
6777
7265
|
"name": "*",
|
|
6778
7266
|
"declaration": {
|
|
6779
7267
|
"name": "*",
|
|
6780
|
-
"package": "./breadcrumb.template"
|
|
7268
|
+
"package": "./breadcrumb-item.template"
|
|
6781
7269
|
}
|
|
6782
7270
|
},
|
|
6783
7271
|
{
|
|
@@ -6785,7 +7273,7 @@
|
|
|
6785
7273
|
"name": "*",
|
|
6786
7274
|
"declaration": {
|
|
6787
7275
|
"name": "*",
|
|
6788
|
-
"package": "./breadcrumb.styles"
|
|
7276
|
+
"package": "./breadcrumb-item.styles"
|
|
6789
7277
|
}
|
|
6790
7278
|
},
|
|
6791
7279
|
{
|
|
@@ -6793,7 +7281,7 @@
|
|
|
6793
7281
|
"name": "*",
|
|
6794
7282
|
"declaration": {
|
|
6795
7283
|
"name": "*",
|
|
6796
|
-
"package": "./breadcrumb"
|
|
7284
|
+
"package": "./breadcrumb-item"
|
|
6797
7285
|
}
|
|
6798
7286
|
}
|
|
6799
7287
|
]
|
|
@@ -8496,386 +8984,26 @@
|
|
|
8496
8984
|
}
|
|
8497
8985
|
}
|
|
8498
8986
|
],
|
|
8499
|
-
"inheritedFrom": {
|
|
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"
|
|
8987
|
+
"inheritedFrom": {
|
|
8988
|
+
"name": "CategorizedMultiselect",
|
|
8989
|
+
"module": "src/categorized-multiselect/categorized-multiselect.ts"
|
|
8871
8990
|
}
|
|
8872
8991
|
},
|
|
8873
8992
|
{
|
|
8874
|
-
"kind": "
|
|
8875
|
-
"name": "
|
|
8993
|
+
"kind": "method",
|
|
8994
|
+
"name": "handleClickOutside",
|
|
8995
|
+
"privacy": "private",
|
|
8996
|
+
"parameters": [
|
|
8997
|
+
{
|
|
8998
|
+
"name": "event",
|
|
8999
|
+
"type": {
|
|
9000
|
+
"text": "MouseEvent"
|
|
9001
|
+
}
|
|
9002
|
+
}
|
|
9003
|
+
],
|
|
8876
9004
|
"inheritedFrom": {
|
|
8877
|
-
"name": "
|
|
8878
|
-
"module": "src/
|
|
9005
|
+
"name": "CategorizedMultiselect",
|
|
9006
|
+
"module": "src/categorized-multiselect/categorized-multiselect.ts"
|
|
8879
9007
|
}
|
|
8880
9008
|
},
|
|
8881
9009
|
{
|
|
@@ -8887,8 +9015,8 @@
|
|
|
8887
9015
|
"privacy": "private",
|
|
8888
9016
|
"default": "void 0",
|
|
8889
9017
|
"inheritedFrom": {
|
|
8890
|
-
"name": "
|
|
8891
|
-
"module": "src/
|
|
9018
|
+
"name": "FoundationElement",
|
|
9019
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
8892
9020
|
}
|
|
8893
9021
|
},
|
|
8894
9022
|
{
|
|
@@ -8900,8 +9028,8 @@
|
|
|
8900
9028
|
"privacy": "public",
|
|
8901
9029
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
8902
9030
|
"inheritedFrom": {
|
|
8903
|
-
"name": "
|
|
8904
|
-
"module": "src/
|
|
9031
|
+
"name": "FoundationElement",
|
|
9032
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
8905
9033
|
}
|
|
8906
9034
|
},
|
|
8907
9035
|
{
|
|
@@ -8913,8 +9041,8 @@
|
|
|
8913
9041
|
"privacy": "public",
|
|
8914
9042
|
"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.",
|
|
8915
9043
|
"inheritedFrom": {
|
|
8916
|
-
"name": "
|
|
8917
|
-
"module": "src/
|
|
9044
|
+
"name": "FoundationElement",
|
|
9045
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
8918
9046
|
}
|
|
8919
9047
|
},
|
|
8920
9048
|
{
|
|
@@ -8927,8 +9055,8 @@
|
|
|
8927
9055
|
}
|
|
8928
9056
|
},
|
|
8929
9057
|
"inheritedFrom": {
|
|
8930
|
-
"name": "
|
|
8931
|
-
"module": "src/
|
|
9058
|
+
"name": "FoundationElement",
|
|
9059
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
8932
9060
|
}
|
|
8933
9061
|
},
|
|
8934
9062
|
{
|
|
@@ -8940,8 +9068,8 @@
|
|
|
8940
9068
|
"privacy": "public",
|
|
8941
9069
|
"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.",
|
|
8942
9070
|
"inheritedFrom": {
|
|
8943
|
-
"name": "
|
|
8944
|
-
"module": "src/
|
|
9071
|
+
"name": "FoundationElement",
|
|
9072
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
8945
9073
|
}
|
|
8946
9074
|
},
|
|
8947
9075
|
{
|
|
@@ -8954,8 +9082,8 @@
|
|
|
8954
9082
|
}
|
|
8955
9083
|
},
|
|
8956
9084
|
"inheritedFrom": {
|
|
8957
|
-
"name": "
|
|
8958
|
-
"module": "src/
|
|
9085
|
+
"name": "FoundationElement",
|
|
9086
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
8959
9087
|
}
|
|
8960
9088
|
},
|
|
8961
9089
|
{
|
|
@@ -8985,49 +9113,75 @@
|
|
|
8985
9113
|
],
|
|
8986
9114
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
8987
9115
|
"inheritedFrom": {
|
|
8988
|
-
"name": "
|
|
8989
|
-
"module": "src/
|
|
9116
|
+
"name": "FoundationElement",
|
|
9117
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
8990
9118
|
}
|
|
8991
9119
|
}
|
|
8992
9120
|
],
|
|
8993
9121
|
"events": [
|
|
8994
9122
|
{
|
|
8995
|
-
"description": "
|
|
8996
|
-
"name": "
|
|
9123
|
+
"description": "Fired when the selected options change",
|
|
9124
|
+
"name": "selectionChange",
|
|
8997
9125
|
"inheritedFrom": {
|
|
8998
|
-
"name": "
|
|
8999
|
-
"module": "src/
|
|
9126
|
+
"name": "CategorizedMultiselect",
|
|
9127
|
+
"module": "src/categorized-multiselect/categorized-multiselect.ts"
|
|
9000
9128
|
}
|
|
9001
9129
|
}
|
|
9002
9130
|
]
|
|
9003
9131
|
},
|
|
9004
9132
|
{
|
|
9005
9133
|
"kind": "variable",
|
|
9006
|
-
"name": "
|
|
9134
|
+
"name": "defaultCategorizedMultiselectConfig",
|
|
9135
|
+
"default": "foundationCategorizedMultiselectConfig"
|
|
9136
|
+
},
|
|
9137
|
+
{
|
|
9138
|
+
"kind": "variable",
|
|
9139
|
+
"name": "zeroCategorizedMultiselectShadowOptions",
|
|
9140
|
+
"default": "foundationCategorizedMultiselectShadowOptions"
|
|
9141
|
+
},
|
|
9142
|
+
{
|
|
9143
|
+
"kind": "variable",
|
|
9144
|
+
"name": "zeroCategorizedMultiselect"
|
|
9007
9145
|
}
|
|
9008
9146
|
],
|
|
9009
9147
|
"exports": [
|
|
9010
9148
|
{
|
|
9011
9149
|
"kind": "js",
|
|
9012
|
-
"name": "
|
|
9150
|
+
"name": "CategorizedMultiselect",
|
|
9013
9151
|
"declaration": {
|
|
9014
|
-
"name": "
|
|
9015
|
-
"module": "src/
|
|
9152
|
+
"name": "CategorizedMultiselect",
|
|
9153
|
+
"module": "src/categorized-multiselect/categorized-multiselect.ts"
|
|
9016
9154
|
}
|
|
9017
9155
|
},
|
|
9018
9156
|
{
|
|
9019
9157
|
"kind": "js",
|
|
9020
|
-
"name": "
|
|
9158
|
+
"name": "defaultCategorizedMultiselectConfig",
|
|
9021
9159
|
"declaration": {
|
|
9022
|
-
"name": "
|
|
9023
|
-
"module": "src/
|
|
9160
|
+
"name": "defaultCategorizedMultiselectConfig",
|
|
9161
|
+
"module": "src/categorized-multiselect/categorized-multiselect.ts"
|
|
9162
|
+
}
|
|
9163
|
+
},
|
|
9164
|
+
{
|
|
9165
|
+
"kind": "js",
|
|
9166
|
+
"name": "zeroCategorizedMultiselectShadowOptions",
|
|
9167
|
+
"declaration": {
|
|
9168
|
+
"name": "zeroCategorizedMultiselectShadowOptions",
|
|
9169
|
+
"module": "src/categorized-multiselect/categorized-multiselect.ts"
|
|
9170
|
+
}
|
|
9171
|
+
},
|
|
9172
|
+
{
|
|
9173
|
+
"kind": "js",
|
|
9174
|
+
"name": "zeroCategorizedMultiselect",
|
|
9175
|
+
"declaration": {
|
|
9176
|
+
"name": "zeroCategorizedMultiselect",
|
|
9177
|
+
"module": "src/categorized-multiselect/categorized-multiselect.ts"
|
|
9024
9178
|
}
|
|
9025
9179
|
}
|
|
9026
9180
|
]
|
|
9027
9181
|
},
|
|
9028
9182
|
{
|
|
9029
9183
|
"kind": "javascript-module",
|
|
9030
|
-
"path": "src/
|
|
9184
|
+
"path": "src/categorized-multiselect/index.ts",
|
|
9031
9185
|
"declarations": [],
|
|
9032
9186
|
"exports": [
|
|
9033
9187
|
{
|
|
@@ -9035,7 +9189,7 @@
|
|
|
9035
9189
|
"name": "*",
|
|
9036
9190
|
"declaration": {
|
|
9037
9191
|
"name": "*",
|
|
9038
|
-
"package": "./
|
|
9192
|
+
"package": "./categorized-multiselect"
|
|
9039
9193
|
}
|
|
9040
9194
|
},
|
|
9041
9195
|
{
|
|
@@ -9043,7 +9197,7 @@
|
|
|
9043
9197
|
"name": "*",
|
|
9044
9198
|
"declaration": {
|
|
9045
9199
|
"name": "*",
|
|
9046
|
-
"package": "./
|
|
9200
|
+
"package": "./categorized-multiselect.styles"
|
|
9047
9201
|
}
|
|
9048
9202
|
},
|
|
9049
9203
|
{
|
|
@@ -9051,18 +9205,18 @@
|
|
|
9051
9205
|
"name": "*",
|
|
9052
9206
|
"declaration": {
|
|
9053
9207
|
"name": "*",
|
|
9054
|
-
"package": "./
|
|
9208
|
+
"package": "./categorized-multiselect.template"
|
|
9055
9209
|
}
|
|
9056
9210
|
}
|
|
9057
9211
|
]
|
|
9058
9212
|
},
|
|
9059
9213
|
{
|
|
9060
9214
|
"kind": "javascript-module",
|
|
9061
|
-
"path": "src/
|
|
9215
|
+
"path": "src/checkbox/checkbox.styles.ts",
|
|
9062
9216
|
"declarations": [
|
|
9063
9217
|
{
|
|
9064
9218
|
"kind": "function",
|
|
9065
|
-
"name": "
|
|
9219
|
+
"name": "zeroCheckboxStyles",
|
|
9066
9220
|
"return": {
|
|
9067
9221
|
"type": {
|
|
9068
9222
|
"text": "ElementStyles"
|
|
@@ -9078,7 +9232,7 @@
|
|
|
9078
9232
|
{
|
|
9079
9233
|
"name": "definition",
|
|
9080
9234
|
"type": {
|
|
9081
|
-
"text": "
|
|
9235
|
+
"text": "CheckboxOptions"
|
|
9082
9236
|
}
|
|
9083
9237
|
}
|
|
9084
9238
|
]
|
|
@@ -9087,24 +9241,24 @@
|
|
|
9087
9241
|
"exports": [
|
|
9088
9242
|
{
|
|
9089
9243
|
"kind": "js",
|
|
9090
|
-
"name": "
|
|
9244
|
+
"name": "zeroCheckboxStyles",
|
|
9091
9245
|
"declaration": {
|
|
9092
|
-
"name": "
|
|
9093
|
-
"module": "src/
|
|
9246
|
+
"name": "zeroCheckboxStyles",
|
|
9247
|
+
"module": "src/checkbox/checkbox.styles.ts"
|
|
9094
9248
|
}
|
|
9095
9249
|
}
|
|
9096
9250
|
]
|
|
9097
9251
|
},
|
|
9098
9252
|
{
|
|
9099
9253
|
"kind": "javascript-module",
|
|
9100
|
-
"path": "src/
|
|
9254
|
+
"path": "src/checkbox/checkbox.template.ts",
|
|
9101
9255
|
"declarations": [
|
|
9102
9256
|
{
|
|
9103
9257
|
"kind": "function",
|
|
9104
|
-
"name": "
|
|
9258
|
+
"name": "zeroCheckboxTemplate",
|
|
9105
9259
|
"return": {
|
|
9106
9260
|
"type": {
|
|
9107
|
-
"text": "ViewTemplate<
|
|
9261
|
+
"text": "ViewTemplate<Checkbox>"
|
|
9108
9262
|
}
|
|
9109
9263
|
},
|
|
9110
9264
|
"parameters": [
|
|
@@ -9117,7 +9271,7 @@
|
|
|
9117
9271
|
{
|
|
9118
9272
|
"name": "definition",
|
|
9119
9273
|
"type": {
|
|
9120
|
-
"text": "
|
|
9274
|
+
"text": "CheckboxOptions"
|
|
9121
9275
|
}
|
|
9122
9276
|
}
|
|
9123
9277
|
]
|
|
@@ -9126,202 +9280,90 @@
|
|
|
9126
9280
|
"exports": [
|
|
9127
9281
|
{
|
|
9128
9282
|
"kind": "js",
|
|
9129
|
-
"name": "
|
|
9130
|
-
"declaration": {
|
|
9131
|
-
"name": "zeroComboboxTemplate",
|
|
9132
|
-
"module": "src/combobox/combobox.template.ts"
|
|
9133
|
-
}
|
|
9134
|
-
}
|
|
9135
|
-
]
|
|
9136
|
-
},
|
|
9137
|
-
{
|
|
9138
|
-
"kind": "javascript-module",
|
|
9139
|
-
"path": "src/combobox/combobox.ts",
|
|
9140
|
-
"declarations": [
|
|
9141
|
-
{
|
|
9142
|
-
"kind": "class",
|
|
9143
|
-
"description": "",
|
|
9144
|
-
"name": "Combobox",
|
|
9145
|
-
"superclass": {
|
|
9146
|
-
"name": "FoundationComboBox",
|
|
9147
|
-
"package": "@genesislcap/foundation-ui"
|
|
9148
|
-
},
|
|
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": "*",
|
|
9283
|
+
"name": "zeroCheckboxTemplate",
|
|
9200
9284
|
"declaration": {
|
|
9201
|
-
"name": "
|
|
9202
|
-
"
|
|
9285
|
+
"name": "zeroCheckboxTemplate",
|
|
9286
|
+
"module": "src/checkbox/checkbox.template.ts"
|
|
9203
9287
|
}
|
|
9204
9288
|
}
|
|
9205
9289
|
]
|
|
9206
9290
|
},
|
|
9207
9291
|
{
|
|
9208
9292
|
"kind": "javascript-module",
|
|
9209
|
-
"path": "src/
|
|
9293
|
+
"path": "src/checkbox/checkbox.ts",
|
|
9210
9294
|
"declarations": [
|
|
9211
9295
|
{
|
|
9212
9296
|
"kind": "class",
|
|
9213
9297
|
"description": "",
|
|
9214
|
-
"name": "
|
|
9298
|
+
"name": "Checkbox",
|
|
9215
9299
|
"superclass": {
|
|
9216
|
-
"name": "
|
|
9300
|
+
"name": "FoundationCheckbox",
|
|
9217
9301
|
"package": "@genesislcap/foundation-ui"
|
|
9218
9302
|
},
|
|
9219
|
-
"tagName": "%%prefix%%-
|
|
9303
|
+
"tagName": "%%prefix%%-checkbox",
|
|
9220
9304
|
"customElement": true,
|
|
9221
9305
|
"attributes": [
|
|
9222
9306
|
{
|
|
9223
|
-
"name": "
|
|
9307
|
+
"name": "readonly",
|
|
9224
9308
|
"type": {
|
|
9225
9309
|
"text": "boolean"
|
|
9226
9310
|
},
|
|
9227
|
-
"
|
|
9228
|
-
"fieldName": "
|
|
9311
|
+
"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.",
|
|
9312
|
+
"fieldName": "readOnly",
|
|
9229
9313
|
"inheritedFrom": {
|
|
9230
|
-
"name": "
|
|
9231
|
-
"module": "src/
|
|
9314
|
+
"name": "Checkbox",
|
|
9315
|
+
"module": "src/checkbox/checkbox.ts"
|
|
9232
9316
|
}
|
|
9233
9317
|
}
|
|
9234
9318
|
],
|
|
9235
9319
|
"members": [
|
|
9236
9320
|
{
|
|
9237
9321
|
"kind": "field",
|
|
9238
|
-
"name": "
|
|
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",
|
|
9322
|
+
"name": "readOnly",
|
|
9261
9323
|
"type": {
|
|
9262
9324
|
"text": "boolean"
|
|
9263
9325
|
},
|
|
9264
|
-
"
|
|
9265
|
-
"
|
|
9266
|
-
"name": "ConnectionIndicator",
|
|
9267
|
-
"module": "src/connection-indicator/connection-indicator.ts"
|
|
9268
|
-
}
|
|
9269
|
-
},
|
|
9270
|
-
{
|
|
9271
|
-
"kind": "field",
|
|
9272
|
-
"name": "label",
|
|
9273
|
-
"type": {
|
|
9274
|
-
"text": "string"
|
|
9275
|
-
},
|
|
9276
|
-
"default": "'disconnected'",
|
|
9326
|
+
"privacy": "public",
|
|
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.",
|
|
9277
9328
|
"inheritedFrom": {
|
|
9278
|
-
"name": "
|
|
9279
|
-
"module": "src/
|
|
9329
|
+
"name": "Checkbox",
|
|
9330
|
+
"module": "src/checkbox/checkbox.ts"
|
|
9280
9331
|
}
|
|
9281
9332
|
},
|
|
9282
9333
|
{
|
|
9283
|
-
"kind": "
|
|
9284
|
-
"name": "
|
|
9285
|
-
"
|
|
9286
|
-
|
|
9334
|
+
"kind": "method",
|
|
9335
|
+
"name": "readOnlyChanged",
|
|
9336
|
+
"privacy": "private",
|
|
9337
|
+
"return": {
|
|
9338
|
+
"type": {
|
|
9339
|
+
"text": "void"
|
|
9340
|
+
}
|
|
9287
9341
|
},
|
|
9288
|
-
"default": "'red'",
|
|
9289
9342
|
"inheritedFrom": {
|
|
9290
|
-
"name": "
|
|
9291
|
-
"module": "src/
|
|
9343
|
+
"name": "Checkbox",
|
|
9344
|
+
"module": "src/checkbox/checkbox.ts"
|
|
9292
9345
|
}
|
|
9293
9346
|
},
|
|
9294
9347
|
{
|
|
9295
9348
|
"kind": "field",
|
|
9296
|
-
"name": "
|
|
9349
|
+
"name": "indeterminate",
|
|
9297
9350
|
"type": {
|
|
9298
|
-
"text": "
|
|
9351
|
+
"text": "boolean"
|
|
9299
9352
|
},
|
|
9300
|
-
"privacy": "
|
|
9353
|
+
"privacy": "public",
|
|
9354
|
+
"default": "false",
|
|
9355
|
+
"description": "The indeterminate state of the control",
|
|
9301
9356
|
"inheritedFrom": {
|
|
9302
|
-
"name": "
|
|
9303
|
-
"module": "src/
|
|
9357
|
+
"name": "Checkbox",
|
|
9358
|
+
"module": "src/checkbox/checkbox.ts"
|
|
9304
9359
|
}
|
|
9305
9360
|
},
|
|
9306
9361
|
{
|
|
9307
|
-
"kind": "
|
|
9308
|
-
"name": "
|
|
9309
|
-
"return": {
|
|
9310
|
-
"type": {
|
|
9311
|
-
"text": "string"
|
|
9312
|
-
}
|
|
9313
|
-
},
|
|
9314
|
-
"parameters": [
|
|
9315
|
-
{
|
|
9316
|
-
"name": "connected",
|
|
9317
|
-
"type": {
|
|
9318
|
-
"text": "boolean"
|
|
9319
|
-
}
|
|
9320
|
-
}
|
|
9321
|
-
],
|
|
9362
|
+
"kind": "field",
|
|
9363
|
+
"name": "proxy",
|
|
9322
9364
|
"inheritedFrom": {
|
|
9323
|
-
"name": "
|
|
9324
|
-
"module": "src/
|
|
9365
|
+
"name": "Checkbox",
|
|
9366
|
+
"module": "src/checkbox/checkbox.ts"
|
|
9325
9367
|
}
|
|
9326
9368
|
},
|
|
9327
9369
|
{
|
|
@@ -9333,8 +9375,8 @@
|
|
|
9333
9375
|
"privacy": "private",
|
|
9334
9376
|
"default": "void 0",
|
|
9335
9377
|
"inheritedFrom": {
|
|
9336
|
-
"name": "
|
|
9337
|
-
"module": "src/
|
|
9378
|
+
"name": "Checkbox",
|
|
9379
|
+
"module": "src/checkbox/checkbox.ts"
|
|
9338
9380
|
}
|
|
9339
9381
|
},
|
|
9340
9382
|
{
|
|
@@ -9346,8 +9388,8 @@
|
|
|
9346
9388
|
"privacy": "public",
|
|
9347
9389
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
9348
9390
|
"inheritedFrom": {
|
|
9349
|
-
"name": "
|
|
9350
|
-
"module": "src/
|
|
9391
|
+
"name": "Checkbox",
|
|
9392
|
+
"module": "src/checkbox/checkbox.ts"
|
|
9351
9393
|
}
|
|
9352
9394
|
},
|
|
9353
9395
|
{
|
|
@@ -9359,8 +9401,8 @@
|
|
|
9359
9401
|
"privacy": "public",
|
|
9360
9402
|
"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.",
|
|
9361
9403
|
"inheritedFrom": {
|
|
9362
|
-
"name": "
|
|
9363
|
-
"module": "src/
|
|
9404
|
+
"name": "Checkbox",
|
|
9405
|
+
"module": "src/checkbox/checkbox.ts"
|
|
9364
9406
|
}
|
|
9365
9407
|
},
|
|
9366
9408
|
{
|
|
@@ -9373,8 +9415,8 @@
|
|
|
9373
9415
|
}
|
|
9374
9416
|
},
|
|
9375
9417
|
"inheritedFrom": {
|
|
9376
|
-
"name": "
|
|
9377
|
-
"module": "src/
|
|
9418
|
+
"name": "Checkbox",
|
|
9419
|
+
"module": "src/checkbox/checkbox.ts"
|
|
9378
9420
|
}
|
|
9379
9421
|
},
|
|
9380
9422
|
{
|
|
@@ -9386,8 +9428,8 @@
|
|
|
9386
9428
|
"privacy": "public",
|
|
9387
9429
|
"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.",
|
|
9388
9430
|
"inheritedFrom": {
|
|
9389
|
-
"name": "
|
|
9390
|
-
"module": "src/
|
|
9431
|
+
"name": "Checkbox",
|
|
9432
|
+
"module": "src/checkbox/checkbox.ts"
|
|
9391
9433
|
}
|
|
9392
9434
|
},
|
|
9393
9435
|
{
|
|
@@ -9400,8 +9442,8 @@
|
|
|
9400
9442
|
}
|
|
9401
9443
|
},
|
|
9402
9444
|
"inheritedFrom": {
|
|
9403
|
-
"name": "
|
|
9404
|
-
"module": "src/
|
|
9445
|
+
"name": "Checkbox",
|
|
9446
|
+
"module": "src/checkbox/checkbox.ts"
|
|
9405
9447
|
}
|
|
9406
9448
|
},
|
|
9407
9449
|
{
|
|
@@ -9431,39 +9473,49 @@
|
|
|
9431
9473
|
],
|
|
9432
9474
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
9433
9475
|
"inheritedFrom": {
|
|
9434
|
-
"name": "
|
|
9435
|
-
"module": "src/
|
|
9476
|
+
"name": "Checkbox",
|
|
9477
|
+
"module": "src/checkbox/checkbox.ts"
|
|
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"
|
|
9436
9488
|
}
|
|
9437
9489
|
}
|
|
9438
9490
|
]
|
|
9439
9491
|
},
|
|
9440
9492
|
{
|
|
9441
9493
|
"kind": "variable",
|
|
9442
|
-
"name": "
|
|
9494
|
+
"name": "zeroCheckbox"
|
|
9443
9495
|
}
|
|
9444
9496
|
],
|
|
9445
9497
|
"exports": [
|
|
9446
9498
|
{
|
|
9447
9499
|
"kind": "js",
|
|
9448
|
-
"name": "
|
|
9500
|
+
"name": "Checkbox",
|
|
9449
9501
|
"declaration": {
|
|
9450
|
-
"name": "
|
|
9451
|
-
"module": "src/
|
|
9502
|
+
"name": "Checkbox",
|
|
9503
|
+
"module": "src/checkbox/checkbox.ts"
|
|
9452
9504
|
}
|
|
9453
9505
|
},
|
|
9454
9506
|
{
|
|
9455
9507
|
"kind": "js",
|
|
9456
|
-
"name": "
|
|
9508
|
+
"name": "zeroCheckbox",
|
|
9457
9509
|
"declaration": {
|
|
9458
|
-
"name": "
|
|
9459
|
-
"module": "src/
|
|
9510
|
+
"name": "zeroCheckbox",
|
|
9511
|
+
"module": "src/checkbox/checkbox.ts"
|
|
9460
9512
|
}
|
|
9461
9513
|
}
|
|
9462
9514
|
]
|
|
9463
9515
|
},
|
|
9464
9516
|
{
|
|
9465
9517
|
"kind": "javascript-module",
|
|
9466
|
-
"path": "src/
|
|
9518
|
+
"path": "src/checkbox/index.ts",
|
|
9467
9519
|
"declarations": [],
|
|
9468
9520
|
"exports": [
|
|
9469
9521
|
{
|
|
@@ -9471,18 +9523,34 @@
|
|
|
9471
9523
|
"name": "*",
|
|
9472
9524
|
"declaration": {
|
|
9473
9525
|
"name": "*",
|
|
9474
|
-
"package": "./
|
|
9526
|
+
"package": "./checkbox"
|
|
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"
|
|
9475
9543
|
}
|
|
9476
9544
|
}
|
|
9477
9545
|
]
|
|
9478
9546
|
},
|
|
9479
9547
|
{
|
|
9480
9548
|
"kind": "javascript-module",
|
|
9481
|
-
"path": "src/
|
|
9549
|
+
"path": "src/combobox/combobox.styles.ts",
|
|
9482
9550
|
"declarations": [
|
|
9483
9551
|
{
|
|
9484
9552
|
"kind": "function",
|
|
9485
|
-
"name": "
|
|
9553
|
+
"name": "zeroComboboxStyles",
|
|
9486
9554
|
"return": {
|
|
9487
9555
|
"type": {
|
|
9488
9556
|
"text": "ElementStyles"
|
|
@@ -9507,24 +9575,24 @@
|
|
|
9507
9575
|
"exports": [
|
|
9508
9576
|
{
|
|
9509
9577
|
"kind": "js",
|
|
9510
|
-
"name": "
|
|
9578
|
+
"name": "zeroComboboxStyles",
|
|
9511
9579
|
"declaration": {
|
|
9512
|
-
"name": "
|
|
9513
|
-
"module": "src/
|
|
9580
|
+
"name": "zeroComboboxStyles",
|
|
9581
|
+
"module": "src/combobox/combobox.styles.ts"
|
|
9514
9582
|
}
|
|
9515
9583
|
}
|
|
9516
9584
|
]
|
|
9517
9585
|
},
|
|
9518
9586
|
{
|
|
9519
9587
|
"kind": "javascript-module",
|
|
9520
|
-
"path": "src/
|
|
9588
|
+
"path": "src/combobox/combobox.template.ts",
|
|
9521
9589
|
"declarations": [
|
|
9522
9590
|
{
|
|
9523
9591
|
"kind": "function",
|
|
9524
|
-
"name": "
|
|
9592
|
+
"name": "zeroComboboxTemplate",
|
|
9525
9593
|
"return": {
|
|
9526
9594
|
"type": {
|
|
9527
|
-
"text": "ViewTemplate<
|
|
9595
|
+
"text": "ViewTemplate<Combobox>"
|
|
9528
9596
|
}
|
|
9529
9597
|
},
|
|
9530
9598
|
"parameters": [
|
|
@@ -9546,252 +9614,202 @@
|
|
|
9546
9614
|
"exports": [
|
|
9547
9615
|
{
|
|
9548
9616
|
"kind": "js",
|
|
9549
|
-
"name": "
|
|
9617
|
+
"name": "zeroComboboxTemplate",
|
|
9550
9618
|
"declaration": {
|
|
9551
|
-
"name": "
|
|
9552
|
-
"module": "src/
|
|
9619
|
+
"name": "zeroComboboxTemplate",
|
|
9620
|
+
"module": "src/combobox/combobox.template.ts"
|
|
9553
9621
|
}
|
|
9554
9622
|
}
|
|
9555
9623
|
]
|
|
9556
9624
|
},
|
|
9557
9625
|
{
|
|
9558
9626
|
"kind": "javascript-module",
|
|
9559
|
-
"path": "src/
|
|
9627
|
+
"path": "src/combobox/combobox.ts",
|
|
9560
9628
|
"declarations": [
|
|
9561
9629
|
{
|
|
9562
9630
|
"kind": "class",
|
|
9563
9631
|
"description": "",
|
|
9564
|
-
"name": "
|
|
9632
|
+
"name": "Combobox",
|
|
9565
9633
|
"superclass": {
|
|
9566
|
-
"name": "
|
|
9634
|
+
"name": "FoundationComboBox",
|
|
9567
9635
|
"package": "@genesislcap/foundation-ui"
|
|
9568
9636
|
},
|
|
9569
|
-
"tagName": "%%prefix%%-
|
|
9570
|
-
"customElement": true
|
|
9571
|
-
|
|
9572
|
-
|
|
9573
|
-
|
|
9574
|
-
|
|
9575
|
-
|
|
9576
|
-
|
|
9577
|
-
|
|
9578
|
-
|
|
9579
|
-
|
|
9580
|
-
|
|
9581
|
-
|
|
9582
|
-
|
|
9583
|
-
|
|
9584
|
-
|
|
9585
|
-
|
|
9586
|
-
|
|
9587
|
-
|
|
9588
|
-
|
|
9589
|
-
|
|
9590
|
-
|
|
9591
|
-
|
|
9592
|
-
|
|
9593
|
-
|
|
9594
|
-
|
|
9595
|
-
|
|
9596
|
-
|
|
9597
|
-
|
|
9598
|
-
|
|
9599
|
-
|
|
9600
|
-
|
|
9601
|
-
|
|
9602
|
-
|
|
9603
|
-
|
|
9604
|
-
|
|
9605
|
-
|
|
9606
|
-
|
|
9607
|
-
|
|
9608
|
-
|
|
9609
|
-
|
|
9610
|
-
|
|
9611
|
-
|
|
9612
|
-
|
|
9613
|
-
|
|
9614
|
-
|
|
9615
|
-
|
|
9616
|
-
|
|
9617
|
-
|
|
9618
|
-
|
|
9619
|
-
|
|
9620
|
-
|
|
9621
|
-
|
|
9622
|
-
|
|
9623
|
-
|
|
9624
|
-
|
|
9625
|
-
|
|
9626
|
-
|
|
9627
|
-
|
|
9628
|
-
|
|
9629
|
-
|
|
9630
|
-
|
|
9631
|
-
|
|
9632
|
-
|
|
9633
|
-
|
|
9634
|
-
|
|
9635
|
-
|
|
9636
|
-
|
|
9637
|
-
|
|
9638
|
-
|
|
9639
|
-
|
|
9640
|
-
|
|
9641
|
-
|
|
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
|
-
},
|
|
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": "*",
|
|
9688
|
+
"declaration": {
|
|
9689
|
+
"name": "*",
|
|
9690
|
+
"package": "./combobox"
|
|
9691
|
+
}
|
|
9692
|
+
}
|
|
9693
|
+
]
|
|
9694
|
+
},
|
|
9695
|
+
{
|
|
9696
|
+
"kind": "javascript-module",
|
|
9697
|
+
"path": "src/connection-indicator/connection-indicator.ts",
|
|
9698
|
+
"declarations": [
|
|
9699
|
+
{
|
|
9700
|
+
"kind": "class",
|
|
9701
|
+
"description": "",
|
|
9702
|
+
"name": "ConnectionIndicator",
|
|
9703
|
+
"superclass": {
|
|
9704
|
+
"name": "FoundationConnectionIndicator",
|
|
9705
|
+
"package": "@genesislcap/foundation-ui"
|
|
9706
|
+
},
|
|
9707
|
+
"tagName": "%%prefix%%-connection-indicator",
|
|
9708
|
+
"customElement": true,
|
|
9709
|
+
"attributes": [
|
|
9656
9710
|
{
|
|
9657
|
-
"name": "
|
|
9711
|
+
"name": "show-label",
|
|
9658
9712
|
"type": {
|
|
9659
|
-
"text": "
|
|
9713
|
+
"text": "boolean"
|
|
9660
9714
|
},
|
|
9661
|
-
"
|
|
9662
|
-
"fieldName": "
|
|
9715
|
+
"default": "false",
|
|
9716
|
+
"fieldName": "showLabel",
|
|
9663
9717
|
"inheritedFrom": {
|
|
9664
|
-
"name": "
|
|
9665
|
-
"module": "src/
|
|
9718
|
+
"name": "ConnectionIndicator",
|
|
9719
|
+
"module": "src/connection-indicator/connection-indicator.ts"
|
|
9666
9720
|
}
|
|
9667
9721
|
}
|
|
9668
9722
|
],
|
|
9669
9723
|
"members": [
|
|
9670
9724
|
{
|
|
9671
9725
|
"kind": "field",
|
|
9672
|
-
"name": "
|
|
9673
|
-
"type": {
|
|
9674
|
-
"text": "string"
|
|
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.",
|
|
9678
|
-
"inheritedFrom": {
|
|
9679
|
-
"name": "BreadcrumbItem",
|
|
9680
|
-
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
9681
|
-
}
|
|
9682
|
-
},
|
|
9683
|
-
{
|
|
9684
|
-
"kind": "field",
|
|
9685
|
-
"name": "href",
|
|
9686
|
-
"type": {
|
|
9687
|
-
"text": "string"
|
|
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.",
|
|
9691
|
-
"inheritedFrom": {
|
|
9692
|
-
"name": "BreadcrumbItem",
|
|
9693
|
-
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
9694
|
-
}
|
|
9695
|
-
},
|
|
9696
|
-
{
|
|
9697
|
-
"kind": "field",
|
|
9698
|
-
"name": "hreflang",
|
|
9726
|
+
"name": "connect",
|
|
9699
9727
|
"type": {
|
|
9700
|
-
"text": "
|
|
9728
|
+
"text": "Connect"
|
|
9701
9729
|
},
|
|
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.",
|
|
9704
9730
|
"inheritedFrom": {
|
|
9705
|
-
"name": "
|
|
9706
|
-
"module": "src/
|
|
9731
|
+
"name": "ConnectionIndicator",
|
|
9732
|
+
"module": "src/connection-indicator/connection-indicator.ts"
|
|
9707
9733
|
}
|
|
9708
9734
|
},
|
|
9709
9735
|
{
|
|
9710
9736
|
"kind": "field",
|
|
9711
|
-
"name": "
|
|
9737
|
+
"name": "session",
|
|
9712
9738
|
"type": {
|
|
9713
|
-
"text": "
|
|
9739
|
+
"text": "Session"
|
|
9714
9740
|
},
|
|
9715
|
-
"privacy": "public",
|
|
9716
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
9717
9741
|
"inheritedFrom": {
|
|
9718
|
-
"name": "
|
|
9719
|
-
"module": "src/
|
|
9742
|
+
"name": "ConnectionIndicator",
|
|
9743
|
+
"module": "src/connection-indicator/connection-indicator.ts"
|
|
9720
9744
|
}
|
|
9721
9745
|
},
|
|
9722
9746
|
{
|
|
9723
9747
|
"kind": "field",
|
|
9724
|
-
"name": "
|
|
9748
|
+
"name": "showLabel",
|
|
9725
9749
|
"type": {
|
|
9726
|
-
"text": "
|
|
9750
|
+
"text": "boolean"
|
|
9727
9751
|
},
|
|
9728
|
-
"
|
|
9729
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
9752
|
+
"default": "false",
|
|
9730
9753
|
"inheritedFrom": {
|
|
9731
|
-
"name": "
|
|
9732
|
-
"module": "src/
|
|
9754
|
+
"name": "ConnectionIndicator",
|
|
9755
|
+
"module": "src/connection-indicator/connection-indicator.ts"
|
|
9733
9756
|
}
|
|
9734
9757
|
},
|
|
9735
9758
|
{
|
|
9736
9759
|
"kind": "field",
|
|
9737
|
-
"name": "
|
|
9760
|
+
"name": "label",
|
|
9738
9761
|
"type": {
|
|
9739
9762
|
"text": "string"
|
|
9740
9763
|
},
|
|
9741
|
-
"
|
|
9742
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
9764
|
+
"default": "'disconnected'",
|
|
9743
9765
|
"inheritedFrom": {
|
|
9744
|
-
"name": "
|
|
9745
|
-
"module": "src/
|
|
9766
|
+
"name": "ConnectionIndicator",
|
|
9767
|
+
"module": "src/connection-indicator/connection-indicator.ts"
|
|
9746
9768
|
}
|
|
9747
9769
|
},
|
|
9748
9770
|
{
|
|
9749
9771
|
"kind": "field",
|
|
9750
|
-
"name": "
|
|
9772
|
+
"name": "colour",
|
|
9751
9773
|
"type": {
|
|
9752
|
-
"text": "
|
|
9774
|
+
"text": "'red' | 'green'"
|
|
9753
9775
|
},
|
|
9754
|
-
"
|
|
9755
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
9776
|
+
"default": "'red'",
|
|
9756
9777
|
"inheritedFrom": {
|
|
9757
|
-
"name": "
|
|
9758
|
-
"module": "src/
|
|
9778
|
+
"name": "ConnectionIndicator",
|
|
9779
|
+
"module": "src/connection-indicator/connection-indicator.ts"
|
|
9759
9780
|
}
|
|
9760
9781
|
},
|
|
9761
9782
|
{
|
|
9762
9783
|
"kind": "field",
|
|
9763
|
-
"name": "
|
|
9784
|
+
"name": "subscription",
|
|
9764
9785
|
"type": {
|
|
9765
|
-
"text": "
|
|
9786
|
+
"text": "Subscription"
|
|
9766
9787
|
},
|
|
9767
|
-
"privacy": "
|
|
9768
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
9788
|
+
"privacy": "private",
|
|
9769
9789
|
"inheritedFrom": {
|
|
9770
|
-
"name": "
|
|
9771
|
-
"module": "src/
|
|
9790
|
+
"name": "ConnectionIndicator",
|
|
9791
|
+
"module": "src/connection-indicator/connection-indicator.ts"
|
|
9772
9792
|
}
|
|
9773
9793
|
},
|
|
9774
9794
|
{
|
|
9775
|
-
"kind": "
|
|
9776
|
-
"name": "
|
|
9777
|
-
"
|
|
9778
|
-
"
|
|
9795
|
+
"kind": "method",
|
|
9796
|
+
"name": "getLabel",
|
|
9797
|
+
"return": {
|
|
9798
|
+
"type": {
|
|
9799
|
+
"text": "string"
|
|
9800
|
+
}
|
|
9779
9801
|
},
|
|
9780
|
-
"
|
|
9781
|
-
|
|
9782
|
-
|
|
9783
|
-
|
|
9784
|
-
|
|
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",
|
|
9802
|
+
"parameters": [
|
|
9803
|
+
{
|
|
9804
|
+
"name": "connected",
|
|
9805
|
+
"type": {
|
|
9806
|
+
"text": "boolean"
|
|
9807
|
+
}
|
|
9808
|
+
}
|
|
9809
|
+
],
|
|
9792
9810
|
"inheritedFrom": {
|
|
9793
|
-
"name": "
|
|
9794
|
-
"module": "src/
|
|
9811
|
+
"name": "ConnectionIndicator",
|
|
9812
|
+
"module": "src/connection-indicator/connection-indicator.ts"
|
|
9795
9813
|
}
|
|
9796
9814
|
},
|
|
9797
9815
|
{
|
|
@@ -9803,8 +9821,8 @@
|
|
|
9803
9821
|
"privacy": "private",
|
|
9804
9822
|
"default": "void 0",
|
|
9805
9823
|
"inheritedFrom": {
|
|
9806
|
-
"name": "
|
|
9807
|
-
"module": "src/
|
|
9824
|
+
"name": "FoundationElement",
|
|
9825
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
9808
9826
|
}
|
|
9809
9827
|
},
|
|
9810
9828
|
{
|
|
@@ -9816,8 +9834,8 @@
|
|
|
9816
9834
|
"privacy": "public",
|
|
9817
9835
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
9818
9836
|
"inheritedFrom": {
|
|
9819
|
-
"name": "
|
|
9820
|
-
"module": "src/
|
|
9837
|
+
"name": "FoundationElement",
|
|
9838
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
9821
9839
|
}
|
|
9822
9840
|
},
|
|
9823
9841
|
{
|
|
@@ -9829,8 +9847,8 @@
|
|
|
9829
9847
|
"privacy": "public",
|
|
9830
9848
|
"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.",
|
|
9831
9849
|
"inheritedFrom": {
|
|
9832
|
-
"name": "
|
|
9833
|
-
"module": "src/
|
|
9850
|
+
"name": "FoundationElement",
|
|
9851
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
9834
9852
|
}
|
|
9835
9853
|
},
|
|
9836
9854
|
{
|
|
@@ -9843,8 +9861,8 @@
|
|
|
9843
9861
|
}
|
|
9844
9862
|
},
|
|
9845
9863
|
"inheritedFrom": {
|
|
9846
|
-
"name": "
|
|
9847
|
-
"module": "src/
|
|
9864
|
+
"name": "FoundationElement",
|
|
9865
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
9848
9866
|
}
|
|
9849
9867
|
},
|
|
9850
9868
|
{
|
|
@@ -9856,8 +9874,8 @@
|
|
|
9856
9874
|
"privacy": "public",
|
|
9857
9875
|
"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.",
|
|
9858
9876
|
"inheritedFrom": {
|
|
9859
|
-
"name": "
|
|
9860
|
-
"module": "src/
|
|
9877
|
+
"name": "FoundationElement",
|
|
9878
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
9861
9879
|
}
|
|
9862
9880
|
},
|
|
9863
9881
|
{
|
|
@@ -9870,8 +9888,8 @@
|
|
|
9870
9888
|
}
|
|
9871
9889
|
},
|
|
9872
9890
|
"inheritedFrom": {
|
|
9873
|
-
"name": "
|
|
9874
|
-
"module": "src/
|
|
9891
|
+
"name": "FoundationElement",
|
|
9892
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
9875
9893
|
}
|
|
9876
9894
|
},
|
|
9877
9895
|
{
|
|
@@ -9901,65 +9919,47 @@
|
|
|
9901
9919
|
],
|
|
9902
9920
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
9903
9921
|
"inheritedFrom": {
|
|
9904
|
-
"name": "
|
|
9905
|
-
"module": "src/
|
|
9922
|
+
"name": "FoundationElement",
|
|
9923
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
9906
9924
|
}
|
|
9907
9925
|
}
|
|
9908
9926
|
]
|
|
9909
9927
|
},
|
|
9910
9928
|
{
|
|
9911
9929
|
"kind": "variable",
|
|
9912
|
-
"name": "
|
|
9913
|
-
"description": "The zero Breadcrumb Item",
|
|
9914
|
-
"privacy": "public"
|
|
9930
|
+
"name": "zeroConnectionIndicator"
|
|
9915
9931
|
}
|
|
9916
9932
|
],
|
|
9917
9933
|
"exports": [
|
|
9918
9934
|
{
|
|
9919
9935
|
"kind": "js",
|
|
9920
|
-
"name": "
|
|
9936
|
+
"name": "ConnectionIndicator",
|
|
9921
9937
|
"declaration": {
|
|
9922
|
-
"name": "
|
|
9923
|
-
"module": "src/
|
|
9938
|
+
"name": "ConnectionIndicator",
|
|
9939
|
+
"module": "src/connection-indicator/connection-indicator.ts"
|
|
9924
9940
|
}
|
|
9925
9941
|
},
|
|
9926
9942
|
{
|
|
9927
9943
|
"kind": "js",
|
|
9928
|
-
"name": "
|
|
9944
|
+
"name": "zeroConnectionIndicator",
|
|
9929
9945
|
"declaration": {
|
|
9930
|
-
"name": "
|
|
9931
|
-
"module": "src/
|
|
9946
|
+
"name": "zeroConnectionIndicator",
|
|
9947
|
+
"module": "src/connection-indicator/connection-indicator.ts"
|
|
9932
9948
|
}
|
|
9933
9949
|
}
|
|
9934
9950
|
]
|
|
9935
9951
|
},
|
|
9936
9952
|
{
|
|
9937
9953
|
"kind": "javascript-module",
|
|
9938
|
-
"path": "src/
|
|
9939
|
-
"declarations": [],
|
|
9940
|
-
"exports": [
|
|
9941
|
-
{
|
|
9942
|
-
"kind": "js",
|
|
9943
|
-
"name": "*",
|
|
9944
|
-
"declaration": {
|
|
9945
|
-
"name": "*",
|
|
9946
|
-
"package": "./breadcrumb-item.template"
|
|
9947
|
-
}
|
|
9948
|
-
},
|
|
9949
|
-
{
|
|
9950
|
-
"kind": "js",
|
|
9951
|
-
"name": "*",
|
|
9952
|
-
"declaration": {
|
|
9953
|
-
"name": "*",
|
|
9954
|
-
"package": "./breadcrumb-item.styles"
|
|
9955
|
-
}
|
|
9956
|
-
},
|
|
9954
|
+
"path": "src/connection-indicator/index.ts",
|
|
9955
|
+
"declarations": [],
|
|
9956
|
+
"exports": [
|
|
9957
9957
|
{
|
|
9958
9958
|
"kind": "js",
|
|
9959
9959
|
"name": "*",
|
|
9960
9960
|
"declaration": {
|
|
9961
9961
|
"name": "*",
|
|
9962
|
-
"package": "./
|
|
9962
|
+
"package": "./connection-indicator"
|
|
9963
9963
|
}
|
|
9964
9964
|
}
|
|
9965
9965
|
]
|
|
@@ -12443,6 +12443,132 @@
|
|
|
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
|
+
},
|
|
12446
12572
|
{
|
|
12447
12573
|
"kind": "javascript-module",
|
|
12448
12574
|
"path": "src/dialog/dialog.styles.ts",
|
|
@@ -15700,132 +15826,6 @@
|
|
|
15700
15826
|
}
|
|
15701
15827
|
]
|
|
15702
15828
|
},
|
|
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",
|