@genesislcap/foundation-zero 14.418.0 → 14.418.1-alpha-7cce044.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +801 -801
- package/package.json +12 -12
|
@@ -1439,25 +1439,46 @@
|
|
|
1439
1439
|
},
|
|
1440
1440
|
{
|
|
1441
1441
|
"kind": "javascript-module",
|
|
1442
|
-
"path": "src/
|
|
1442
|
+
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
1443
|
+
"declarations": [
|
|
1444
|
+
{
|
|
1445
|
+
"kind": "variable",
|
|
1446
|
+
"name": "zeroAiCriteriaSearchStyles",
|
|
1447
|
+
"default": "css`\n ${foundationAiCriteriaSearchStyles}\n`"
|
|
1448
|
+
}
|
|
1449
|
+
],
|
|
1450
|
+
"exports": [
|
|
1451
|
+
{
|
|
1452
|
+
"kind": "js",
|
|
1453
|
+
"name": "zeroAiCriteriaSearchStyles",
|
|
1454
|
+
"declaration": {
|
|
1455
|
+
"name": "zeroAiCriteriaSearchStyles",
|
|
1456
|
+
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
1457
|
+
}
|
|
1458
|
+
}
|
|
1459
|
+
]
|
|
1460
|
+
},
|
|
1461
|
+
{
|
|
1462
|
+
"kind": "javascript-module",
|
|
1463
|
+
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
1443
1464
|
"declarations": [
|
|
1444
1465
|
{
|
|
1445
1466
|
"kind": "function",
|
|
1446
|
-
"name": "
|
|
1467
|
+
"name": "zeroAiCriteriaSearchTemplate",
|
|
1447
1468
|
"return": {
|
|
1448
1469
|
"type": {
|
|
1449
|
-
"text": "
|
|
1470
|
+
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
1450
1471
|
}
|
|
1451
1472
|
},
|
|
1452
1473
|
"parameters": [
|
|
1453
1474
|
{
|
|
1454
|
-
"name": "
|
|
1475
|
+
"name": "_context",
|
|
1455
1476
|
"type": {
|
|
1456
1477
|
"text": "ElementDefinitionContext"
|
|
1457
1478
|
}
|
|
1458
1479
|
},
|
|
1459
1480
|
{
|
|
1460
|
-
"name": "
|
|
1481
|
+
"name": "_definition",
|
|
1461
1482
|
"type": {
|
|
1462
1483
|
"text": "FoundationElementDefinition"
|
|
1463
1484
|
}
|
|
@@ -1468,383 +1489,273 @@
|
|
|
1468
1489
|
"exports": [
|
|
1469
1490
|
{
|
|
1470
1491
|
"kind": "js",
|
|
1471
|
-
"name": "
|
|
1492
|
+
"name": "zeroAiCriteriaSearchTemplate",
|
|
1472
1493
|
"declaration": {
|
|
1473
|
-
"name": "
|
|
1474
|
-
"module": "src/
|
|
1494
|
+
"name": "zeroAiCriteriaSearchTemplate",
|
|
1495
|
+
"module": "src/ai-criteria-search/ai-criteria-search.template.ts"
|
|
1475
1496
|
}
|
|
1476
1497
|
}
|
|
1477
1498
|
]
|
|
1478
1499
|
},
|
|
1479
1500
|
{
|
|
1480
1501
|
"kind": "javascript-module",
|
|
1481
|
-
"path": "src/
|
|
1502
|
+
"path": "src/ai-criteria-search/ai-criteria-search.ts",
|
|
1482
1503
|
"declarations": [
|
|
1483
1504
|
{
|
|
1484
1505
|
"kind": "class",
|
|
1485
1506
|
"description": "",
|
|
1486
|
-
"name": "
|
|
1507
|
+
"name": "AiCriteriaSearch",
|
|
1487
1508
|
"superclass": {
|
|
1488
|
-
"name": "
|
|
1509
|
+
"name": "FoundationAiCriteriaSearch",
|
|
1489
1510
|
"package": "@genesislcap/foundation-ui"
|
|
1490
1511
|
},
|
|
1491
|
-
"tagName": "%%prefix%%-
|
|
1512
|
+
"tagName": "%%prefix%%-ai-criteria-search",
|
|
1492
1513
|
"customElement": true,
|
|
1493
1514
|
"attributes": [
|
|
1494
1515
|
{
|
|
1495
|
-
"name": "
|
|
1496
|
-
"type": {
|
|
1497
|
-
"text": "boolean"
|
|
1498
|
-
},
|
|
1499
|
-
"default": "false",
|
|
1500
|
-
"fieldName": "isVertical",
|
|
1501
|
-
"inheritedFrom": {
|
|
1502
|
-
"name": "ActionsMenu",
|
|
1503
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1504
|
-
}
|
|
1505
|
-
},
|
|
1506
|
-
{
|
|
1507
|
-
"name": "add-default-actions",
|
|
1508
|
-
"type": {
|
|
1509
|
-
"text": "boolean"
|
|
1510
|
-
},
|
|
1511
|
-
"default": "true",
|
|
1512
|
-
"fieldName": "addDefaultActions",
|
|
1513
|
-
"inheritedFrom": {
|
|
1514
|
-
"name": "ActionsMenu",
|
|
1515
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1516
|
-
}
|
|
1517
|
-
},
|
|
1518
|
-
{
|
|
1519
|
-
"name": "auto-close-on-action",
|
|
1520
|
-
"type": {
|
|
1521
|
-
"text": "boolean"
|
|
1522
|
-
},
|
|
1523
|
-
"default": "true",
|
|
1524
|
-
"fieldName": "autoCloseOnAction",
|
|
1525
|
-
"inheritedFrom": {
|
|
1526
|
-
"name": "ActionsMenu",
|
|
1527
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1528
|
-
}
|
|
1529
|
-
},
|
|
1530
|
-
{
|
|
1531
|
-
"name": "name",
|
|
1532
|
-
"type": {
|
|
1533
|
-
"text": "string"
|
|
1534
|
-
},
|
|
1535
|
-
"default": "'Actions'",
|
|
1536
|
-
"fieldName": "name",
|
|
1537
|
-
"inheritedFrom": {
|
|
1538
|
-
"name": "ActionsMenu",
|
|
1539
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1540
|
-
}
|
|
1541
|
-
},
|
|
1542
|
-
{
|
|
1543
|
-
"name": "open",
|
|
1544
|
-
"type": {
|
|
1545
|
-
"text": "boolean"
|
|
1546
|
-
},
|
|
1547
|
-
"default": "false",
|
|
1548
|
-
"fieldName": "open",
|
|
1549
|
-
"inheritedFrom": {
|
|
1550
|
-
"name": "ActionsMenu",
|
|
1551
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1552
|
-
}
|
|
1553
|
-
},
|
|
1554
|
-
{
|
|
1555
|
-
"name": "buttonAppearance",
|
|
1516
|
+
"name": "placeholder",
|
|
1556
1517
|
"type": {
|
|
1557
1518
|
"text": "string"
|
|
1558
1519
|
},
|
|
1559
|
-
"
|
|
1520
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
1521
|
+
"fieldName": "placeholder",
|
|
1560
1522
|
"inheritedFrom": {
|
|
1561
|
-
"name": "
|
|
1562
|
-
"module": "src/
|
|
1523
|
+
"name": "AiCriteriaSearch",
|
|
1524
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1563
1525
|
}
|
|
1564
1526
|
},
|
|
1565
1527
|
{
|
|
1566
|
-
"name": "hide-disabled",
|
|
1567
1528
|
"type": {
|
|
1568
1529
|
"text": "boolean"
|
|
1569
1530
|
},
|
|
1570
|
-
"
|
|
1571
|
-
"fieldName": "hideDisabled",
|
|
1531
|
+
"fieldName": "disabled",
|
|
1572
1532
|
"inheritedFrom": {
|
|
1573
|
-
"name": "
|
|
1574
|
-
"module": "src/
|
|
1533
|
+
"name": "AiCriteriaSearch",
|
|
1534
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1575
1535
|
}
|
|
1576
1536
|
},
|
|
1577
1537
|
{
|
|
1578
|
-
"name": "
|
|
1538
|
+
"name": "mode",
|
|
1579
1539
|
"type": {
|
|
1580
|
-
"text": "
|
|
1540
|
+
"text": "'append' | 'replace'"
|
|
1581
1541
|
},
|
|
1582
|
-
"default": "
|
|
1583
|
-
"fieldName": "
|
|
1542
|
+
"default": "'replace'",
|
|
1543
|
+
"fieldName": "mode",
|
|
1584
1544
|
"inheritedFrom": {
|
|
1585
|
-
"name": "
|
|
1586
|
-
"module": "src/
|
|
1545
|
+
"name": "AiCriteriaSearch",
|
|
1546
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1587
1547
|
}
|
|
1588
1548
|
}
|
|
1589
1549
|
],
|
|
1590
1550
|
"members": [
|
|
1591
1551
|
{
|
|
1592
1552
|
"kind": "field",
|
|
1593
|
-
"name": "
|
|
1553
|
+
"name": "aiProvider",
|
|
1594
1554
|
"type": {
|
|
1595
|
-
"text": "
|
|
1555
|
+
"text": "AIProvider"
|
|
1596
1556
|
},
|
|
1597
1557
|
"inheritedFrom": {
|
|
1598
|
-
"name": "
|
|
1599
|
-
"module": "src/
|
|
1558
|
+
"name": "AiCriteriaSearch",
|
|
1559
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1600
1560
|
}
|
|
1601
1561
|
},
|
|
1602
1562
|
{
|
|
1603
1563
|
"kind": "field",
|
|
1604
|
-
"name": "
|
|
1564
|
+
"name": "placeholder",
|
|
1605
1565
|
"type": {
|
|
1606
|
-
"text": "
|
|
1566
|
+
"text": "string"
|
|
1607
1567
|
},
|
|
1608
|
-
"default": "
|
|
1568
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
1609
1569
|
"inheritedFrom": {
|
|
1610
|
-
"name": "
|
|
1611
|
-
"module": "src/
|
|
1570
|
+
"name": "AiCriteriaSearch",
|
|
1571
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1612
1572
|
}
|
|
1613
1573
|
},
|
|
1614
1574
|
{
|
|
1615
1575
|
"kind": "field",
|
|
1616
|
-
"name": "
|
|
1576
|
+
"name": "disabled",
|
|
1617
1577
|
"type": {
|
|
1618
1578
|
"text": "boolean"
|
|
1619
1579
|
},
|
|
1620
|
-
"default": "true",
|
|
1621
1580
|
"inheritedFrom": {
|
|
1622
|
-
"name": "
|
|
1623
|
-
"module": "src/
|
|
1581
|
+
"name": "AiCriteriaSearch",
|
|
1582
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1624
1583
|
}
|
|
1625
1584
|
},
|
|
1626
1585
|
{
|
|
1627
1586
|
"kind": "field",
|
|
1628
|
-
"name": "
|
|
1587
|
+
"name": "mode",
|
|
1629
1588
|
"type": {
|
|
1630
|
-
"text": "
|
|
1589
|
+
"text": "'append' | 'replace'"
|
|
1631
1590
|
},
|
|
1632
|
-
"default": "
|
|
1591
|
+
"default": "'replace'",
|
|
1633
1592
|
"inheritedFrom": {
|
|
1634
|
-
"name": "
|
|
1635
|
-
"module": "src/
|
|
1593
|
+
"name": "AiCriteriaSearch",
|
|
1594
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1636
1595
|
}
|
|
1637
1596
|
},
|
|
1638
1597
|
{
|
|
1639
1598
|
"kind": "field",
|
|
1640
|
-
"name": "
|
|
1599
|
+
"name": "inputValue",
|
|
1641
1600
|
"type": {
|
|
1642
1601
|
"text": "string"
|
|
1643
1602
|
},
|
|
1603
|
+
"default": "''",
|
|
1644
1604
|
"inheritedFrom": {
|
|
1645
|
-
"name": "
|
|
1646
|
-
"module": "src/
|
|
1605
|
+
"name": "AiCriteriaSearch",
|
|
1606
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1647
1607
|
}
|
|
1648
1608
|
},
|
|
1649
1609
|
{
|
|
1650
1610
|
"kind": "field",
|
|
1651
|
-
"name": "
|
|
1611
|
+
"name": "isInterpreting",
|
|
1652
1612
|
"type": {
|
|
1653
|
-
"text": "
|
|
1613
|
+
"text": "boolean"
|
|
1654
1614
|
},
|
|
1615
|
+
"default": "false",
|
|
1655
1616
|
"inheritedFrom": {
|
|
1656
|
-
"name": "
|
|
1657
|
-
"module": "src/
|
|
1617
|
+
"name": "AiCriteriaSearch",
|
|
1618
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1658
1619
|
}
|
|
1659
1620
|
},
|
|
1660
1621
|
{
|
|
1661
1622
|
"kind": "field",
|
|
1662
|
-
"name": "
|
|
1623
|
+
"name": "lastValidCriteria",
|
|
1663
1624
|
"type": {
|
|
1664
|
-
"text": "string"
|
|
1625
|
+
"text": "string | null"
|
|
1665
1626
|
},
|
|
1666
|
-
"default": "
|
|
1627
|
+
"default": "null",
|
|
1667
1628
|
"inheritedFrom": {
|
|
1668
|
-
"name": "
|
|
1669
|
-
"module": "src/
|
|
1629
|
+
"name": "AiCriteriaSearch",
|
|
1630
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1670
1631
|
}
|
|
1671
1632
|
},
|
|
1672
1633
|
{
|
|
1673
1634
|
"kind": "field",
|
|
1674
|
-
"name": "
|
|
1635
|
+
"name": "fieldMetadata",
|
|
1675
1636
|
"type": {
|
|
1676
|
-
"text": "
|
|
1637
|
+
"text": "MetadataDetail[] | string[]"
|
|
1677
1638
|
},
|
|
1678
|
-
"default": "
|
|
1639
|
+
"default": "[]",
|
|
1679
1640
|
"inheritedFrom": {
|
|
1680
|
-
"name": "
|
|
1681
|
-
"module": "src/
|
|
1641
|
+
"name": "AiCriteriaSearch",
|
|
1642
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1682
1643
|
}
|
|
1683
1644
|
},
|
|
1684
1645
|
{
|
|
1685
1646
|
"kind": "field",
|
|
1686
|
-
"name": "
|
|
1647
|
+
"name": "isRecording",
|
|
1687
1648
|
"type": {
|
|
1688
|
-
"text": "
|
|
1649
|
+
"text": "boolean"
|
|
1689
1650
|
},
|
|
1651
|
+
"default": "false",
|
|
1690
1652
|
"inheritedFrom": {
|
|
1691
|
-
"name": "
|
|
1692
|
-
"module": "src/
|
|
1653
|
+
"name": "AiCriteriaSearch",
|
|
1654
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1693
1655
|
}
|
|
1694
1656
|
},
|
|
1695
1657
|
{
|
|
1696
1658
|
"kind": "field",
|
|
1697
|
-
"name": "
|
|
1659
|
+
"name": "textAreaRef",
|
|
1698
1660
|
"type": {
|
|
1699
|
-
"text": "
|
|
1661
|
+
"text": "HTMLTextAreaElement"
|
|
1700
1662
|
},
|
|
1701
|
-
"
|
|
1663
|
+
"privacy": "public",
|
|
1702
1664
|
"inheritedFrom": {
|
|
1703
|
-
"name": "
|
|
1704
|
-
"module": "src/
|
|
1665
|
+
"name": "AiCriteriaSearch",
|
|
1666
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1705
1667
|
}
|
|
1706
1668
|
},
|
|
1707
1669
|
{
|
|
1708
1670
|
"kind": "field",
|
|
1709
|
-
"name": "
|
|
1671
|
+
"name": "stopRecording",
|
|
1710
1672
|
"type": {
|
|
1711
|
-
"text": "
|
|
1673
|
+
"text": "(() => void) | null"
|
|
1712
1674
|
},
|
|
1713
|
-
"
|
|
1675
|
+
"privacy": "private",
|
|
1676
|
+
"default": "null",
|
|
1714
1677
|
"inheritedFrom": {
|
|
1715
|
-
"name": "
|
|
1716
|
-
"module": "src/
|
|
1678
|
+
"name": "AiCriteriaSearch",
|
|
1679
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1717
1680
|
}
|
|
1718
1681
|
},
|
|
1719
1682
|
{
|
|
1720
1683
|
"kind": "field",
|
|
1721
|
-
"name": "
|
|
1684
|
+
"name": "speechApplyDebounceTimer",
|
|
1722
1685
|
"type": {
|
|
1723
|
-
"text": "
|
|
1686
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
1724
1687
|
},
|
|
1688
|
+
"privacy": "private",
|
|
1689
|
+
"default": "null",
|
|
1725
1690
|
"inheritedFrom": {
|
|
1726
|
-
"name": "
|
|
1727
|
-
"module": "src/
|
|
1691
|
+
"name": "AiCriteriaSearch",
|
|
1692
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1728
1693
|
}
|
|
1729
1694
|
},
|
|
1730
1695
|
{
|
|
1731
1696
|
"kind": "field",
|
|
1732
|
-
"name": "
|
|
1697
|
+
"name": "baseInputForAppend",
|
|
1733
1698
|
"type": {
|
|
1734
|
-
"text": "
|
|
1699
|
+
"text": "string"
|
|
1735
1700
|
},
|
|
1701
|
+
"privacy": "private",
|
|
1702
|
+
"default": "''",
|
|
1736
1703
|
"inheritedFrom": {
|
|
1737
|
-
"name": "
|
|
1738
|
-
"module": "src/
|
|
1739
|
-
}
|
|
1740
|
-
},
|
|
1741
|
-
{
|
|
1742
|
-
"kind": "method",
|
|
1743
|
-
"name": "definitionChanged",
|
|
1744
|
-
"privacy": "protected",
|
|
1745
|
-
"parameters": [
|
|
1746
|
-
{
|
|
1747
|
-
"name": "oldValue",
|
|
1748
|
-
"type": {
|
|
1749
|
-
"text": "any"
|
|
1750
|
-
}
|
|
1751
|
-
},
|
|
1752
|
-
{
|
|
1753
|
-
"name": "newValue",
|
|
1754
|
-
"type": {
|
|
1755
|
-
"text": "any"
|
|
1756
|
-
}
|
|
1757
|
-
}
|
|
1758
|
-
],
|
|
1759
|
-
"inheritedFrom": {
|
|
1760
|
-
"name": "ActionsMenu",
|
|
1761
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1762
|
-
}
|
|
1763
|
-
},
|
|
1764
|
-
{
|
|
1765
|
-
"kind": "method",
|
|
1766
|
-
"name": "openChanged",
|
|
1767
|
-
"privacy": "protected",
|
|
1768
|
-
"inheritedFrom": {
|
|
1769
|
-
"name": "ActionsMenu",
|
|
1770
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1704
|
+
"name": "AiCriteriaSearch",
|
|
1705
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1771
1706
|
}
|
|
1772
1707
|
},
|
|
1773
1708
|
{
|
|
1774
|
-
"kind": "
|
|
1775
|
-
"name": "
|
|
1709
|
+
"kind": "field",
|
|
1710
|
+
"name": "speechAvailable",
|
|
1711
|
+
"type": {
|
|
1712
|
+
"text": "boolean"
|
|
1713
|
+
},
|
|
1714
|
+
"readonly": true,
|
|
1776
1715
|
"inheritedFrom": {
|
|
1777
|
-
"name": "
|
|
1778
|
-
"module": "src/
|
|
1716
|
+
"name": "AiCriteriaSearch",
|
|
1717
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1779
1718
|
}
|
|
1780
1719
|
},
|
|
1781
1720
|
{
|
|
1782
1721
|
"kind": "method",
|
|
1783
|
-
"name": "
|
|
1784
|
-
"parameters": [
|
|
1785
|
-
{
|
|
1786
|
-
"name": "callback",
|
|
1787
|
-
"type": {
|
|
1788
|
-
"text": "(rowData) => void | any"
|
|
1789
|
-
}
|
|
1790
|
-
}
|
|
1791
|
-
],
|
|
1722
|
+
"name": "handleSubmit",
|
|
1792
1723
|
"inheritedFrom": {
|
|
1793
|
-
"name": "
|
|
1794
|
-
"module": "src/
|
|
1795
|
-
}
|
|
1796
|
-
},
|
|
1797
|
-
{
|
|
1798
|
-
"kind": "
|
|
1799
|
-
"name": "
|
|
1800
|
-
"type": {
|
|
1801
|
-
"text": "ActionMenuItem[]"
|
|
1802
|
-
},
|
|
1803
|
-
"readonly": true,
|
|
1724
|
+
"name": "AiCriteriaSearch",
|
|
1725
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1726
|
+
}
|
|
1727
|
+
},
|
|
1728
|
+
{
|
|
1729
|
+
"kind": "method",
|
|
1730
|
+
"name": "handleBlur",
|
|
1804
1731
|
"inheritedFrom": {
|
|
1805
|
-
"name": "
|
|
1806
|
-
"module": "src/
|
|
1732
|
+
"name": "AiCriteriaSearch",
|
|
1733
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1807
1734
|
}
|
|
1808
1735
|
},
|
|
1809
1736
|
{
|
|
1810
|
-
"kind": "
|
|
1811
|
-
"name": "
|
|
1812
|
-
"readonly": true,
|
|
1737
|
+
"kind": "method",
|
|
1738
|
+
"name": "clear",
|
|
1813
1739
|
"inheritedFrom": {
|
|
1814
|
-
"name": "
|
|
1815
|
-
"module": "src/
|
|
1740
|
+
"name": "AiCriteriaSearch",
|
|
1741
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1816
1742
|
}
|
|
1817
1743
|
},
|
|
1818
1744
|
{
|
|
1819
1745
|
"kind": "method",
|
|
1820
|
-
"name": "
|
|
1821
|
-
"parameters": [
|
|
1822
|
-
{
|
|
1823
|
-
"name": "name",
|
|
1824
|
-
"type": {
|
|
1825
|
-
"text": "string | ((rowData: any) => string)"
|
|
1826
|
-
}
|
|
1827
|
-
}
|
|
1828
|
-
],
|
|
1746
|
+
"name": "toggleSpeechInput",
|
|
1829
1747
|
"inheritedFrom": {
|
|
1830
|
-
"name": "
|
|
1831
|
-
"module": "src/
|
|
1748
|
+
"name": "AiCriteriaSearch",
|
|
1749
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1832
1750
|
}
|
|
1833
1751
|
},
|
|
1834
1752
|
{
|
|
1835
1753
|
"kind": "method",
|
|
1836
|
-
"name": "
|
|
1837
|
-
"
|
|
1838
|
-
{
|
|
1839
|
-
"name": "prefix",
|
|
1840
|
-
"type": {
|
|
1841
|
-
"text": "string"
|
|
1842
|
-
}
|
|
1843
|
-
}
|
|
1844
|
-
],
|
|
1754
|
+
"name": "clearSpeechApplyDebounce",
|
|
1755
|
+
"privacy": "private",
|
|
1845
1756
|
"inheritedFrom": {
|
|
1846
|
-
"name": "
|
|
1847
|
-
"module": "src/
|
|
1757
|
+
"name": "AiCriteriaSearch",
|
|
1758
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1848
1759
|
}
|
|
1849
1760
|
},
|
|
1850
1761
|
{
|
|
@@ -1962,33 +1873,33 @@
|
|
|
1962
1873
|
},
|
|
1963
1874
|
{
|
|
1964
1875
|
"kind": "variable",
|
|
1965
|
-
"name": "
|
|
1966
|
-
"description": "The Zero
|
|
1876
|
+
"name": "zeroAiCriteriaSearch",
|
|
1877
|
+
"description": "The Zero AI Criteria Search",
|
|
1967
1878
|
"privacy": "public"
|
|
1968
1879
|
}
|
|
1969
1880
|
],
|
|
1970
1881
|
"exports": [
|
|
1971
1882
|
{
|
|
1972
1883
|
"kind": "js",
|
|
1973
|
-
"name": "
|
|
1884
|
+
"name": "AiCriteriaSearch",
|
|
1974
1885
|
"declaration": {
|
|
1975
|
-
"name": "
|
|
1976
|
-
"module": "src/
|
|
1886
|
+
"name": "AiCriteriaSearch",
|
|
1887
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1977
1888
|
}
|
|
1978
1889
|
},
|
|
1979
1890
|
{
|
|
1980
1891
|
"kind": "js",
|
|
1981
|
-
"name": "
|
|
1892
|
+
"name": "zeroAiCriteriaSearch",
|
|
1982
1893
|
"declaration": {
|
|
1983
|
-
"name": "
|
|
1984
|
-
"module": "src/
|
|
1894
|
+
"name": "zeroAiCriteriaSearch",
|
|
1895
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1985
1896
|
}
|
|
1986
1897
|
}
|
|
1987
1898
|
]
|
|
1988
1899
|
},
|
|
1989
1900
|
{
|
|
1990
1901
|
"kind": "javascript-module",
|
|
1991
|
-
"path": "src/
|
|
1902
|
+
"path": "src/ai-criteria-search/index.ts",
|
|
1992
1903
|
"declarations": [],
|
|
1993
1904
|
"exports": [
|
|
1994
1905
|
{
|
|
@@ -1996,7 +1907,7 @@
|
|
|
1996
1907
|
"name": "*",
|
|
1997
1908
|
"declaration": {
|
|
1998
1909
|
"name": "*",
|
|
1999
|
-
"package": "./
|
|
1910
|
+
"package": "./ai-criteria-search"
|
|
2000
1911
|
}
|
|
2001
1912
|
},
|
|
2002
1913
|
{
|
|
@@ -2004,53 +1915,40 @@
|
|
|
2004
1915
|
"name": "*",
|
|
2005
1916
|
"declaration": {
|
|
2006
1917
|
"name": "*",
|
|
2007
|
-
"package": "./
|
|
1918
|
+
"package": "./ai-criteria-search.styles"
|
|
2008
1919
|
}
|
|
2009
|
-
}
|
|
2010
|
-
]
|
|
2011
|
-
},
|
|
2012
|
-
{
|
|
2013
|
-
"kind": "javascript-module",
|
|
2014
|
-
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
2015
|
-
"declarations": [
|
|
2016
|
-
{
|
|
2017
|
-
"kind": "variable",
|
|
2018
|
-
"name": "zeroAiCriteriaSearchStyles",
|
|
2019
|
-
"default": "css`\n ${foundationAiCriteriaSearchStyles}\n`"
|
|
2020
|
-
}
|
|
2021
|
-
],
|
|
2022
|
-
"exports": [
|
|
1920
|
+
},
|
|
2023
1921
|
{
|
|
2024
1922
|
"kind": "js",
|
|
2025
|
-
"name": "
|
|
1923
|
+
"name": "*",
|
|
2026
1924
|
"declaration": {
|
|
2027
|
-
"name": "
|
|
2028
|
-
"
|
|
1925
|
+
"name": "*",
|
|
1926
|
+
"package": "./ai-criteria-search.template"
|
|
2029
1927
|
}
|
|
2030
1928
|
}
|
|
2031
1929
|
]
|
|
2032
1930
|
},
|
|
2033
1931
|
{
|
|
2034
1932
|
"kind": "javascript-module",
|
|
2035
|
-
"path": "src/
|
|
1933
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
2036
1934
|
"declarations": [
|
|
2037
1935
|
{
|
|
2038
1936
|
"kind": "function",
|
|
2039
|
-
"name": "
|
|
1937
|
+
"name": "zeroActionsMenuStyles",
|
|
2040
1938
|
"return": {
|
|
2041
1939
|
"type": {
|
|
2042
|
-
"text": "
|
|
1940
|
+
"text": "ElementStyles"
|
|
2043
1941
|
}
|
|
2044
1942
|
},
|
|
2045
1943
|
"parameters": [
|
|
2046
1944
|
{
|
|
2047
|
-
"name": "
|
|
1945
|
+
"name": "context",
|
|
2048
1946
|
"type": {
|
|
2049
1947
|
"text": "ElementDefinitionContext"
|
|
2050
1948
|
}
|
|
2051
1949
|
},
|
|
2052
1950
|
{
|
|
2053
|
-
"name": "
|
|
1951
|
+
"name": "definition",
|
|
2054
1952
|
"type": {
|
|
2055
1953
|
"text": "FoundationElementDefinition"
|
|
2056
1954
|
}
|
|
@@ -2061,273 +1959,383 @@
|
|
|
2061
1959
|
"exports": [
|
|
2062
1960
|
{
|
|
2063
1961
|
"kind": "js",
|
|
2064
|
-
"name": "
|
|
1962
|
+
"name": "zeroActionsMenuStyles",
|
|
2065
1963
|
"declaration": {
|
|
2066
|
-
"name": "
|
|
2067
|
-
"module": "src/
|
|
1964
|
+
"name": "zeroActionsMenuStyles",
|
|
1965
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2068
1966
|
}
|
|
2069
1967
|
}
|
|
2070
1968
|
]
|
|
2071
1969
|
},
|
|
2072
1970
|
{
|
|
2073
1971
|
"kind": "javascript-module",
|
|
2074
|
-
"path": "src/
|
|
1972
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
2075
1973
|
"declarations": [
|
|
2076
1974
|
{
|
|
2077
1975
|
"kind": "class",
|
|
2078
1976
|
"description": "",
|
|
2079
|
-
"name": "
|
|
1977
|
+
"name": "ActionsMenu",
|
|
2080
1978
|
"superclass": {
|
|
2081
|
-
"name": "
|
|
1979
|
+
"name": "FoundationActionsMenu",
|
|
2082
1980
|
"package": "@genesislcap/foundation-ui"
|
|
2083
1981
|
},
|
|
2084
|
-
"tagName": "%%prefix%%-
|
|
1982
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
2085
1983
|
"customElement": true,
|
|
2086
1984
|
"attributes": [
|
|
2087
1985
|
{
|
|
2088
|
-
"name": "
|
|
1986
|
+
"name": "is-vertical",
|
|
1987
|
+
"type": {
|
|
1988
|
+
"text": "boolean"
|
|
1989
|
+
},
|
|
1990
|
+
"default": "false",
|
|
1991
|
+
"fieldName": "isVertical",
|
|
1992
|
+
"inheritedFrom": {
|
|
1993
|
+
"name": "ActionsMenu",
|
|
1994
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1995
|
+
}
|
|
1996
|
+
},
|
|
1997
|
+
{
|
|
1998
|
+
"name": "add-default-actions",
|
|
1999
|
+
"type": {
|
|
2000
|
+
"text": "boolean"
|
|
2001
|
+
},
|
|
2002
|
+
"default": "true",
|
|
2003
|
+
"fieldName": "addDefaultActions",
|
|
2004
|
+
"inheritedFrom": {
|
|
2005
|
+
"name": "ActionsMenu",
|
|
2006
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2007
|
+
}
|
|
2008
|
+
},
|
|
2009
|
+
{
|
|
2010
|
+
"name": "auto-close-on-action",
|
|
2011
|
+
"type": {
|
|
2012
|
+
"text": "boolean"
|
|
2013
|
+
},
|
|
2014
|
+
"default": "true",
|
|
2015
|
+
"fieldName": "autoCloseOnAction",
|
|
2016
|
+
"inheritedFrom": {
|
|
2017
|
+
"name": "ActionsMenu",
|
|
2018
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2019
|
+
}
|
|
2020
|
+
},
|
|
2021
|
+
{
|
|
2022
|
+
"name": "name",
|
|
2089
2023
|
"type": {
|
|
2090
2024
|
"text": "string"
|
|
2091
2025
|
},
|
|
2092
|
-
"default": "'
|
|
2093
|
-
"fieldName": "
|
|
2026
|
+
"default": "'Actions'",
|
|
2027
|
+
"fieldName": "name",
|
|
2094
2028
|
"inheritedFrom": {
|
|
2095
|
-
"name": "
|
|
2096
|
-
"module": "src/
|
|
2029
|
+
"name": "ActionsMenu",
|
|
2030
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2097
2031
|
}
|
|
2098
2032
|
},
|
|
2099
2033
|
{
|
|
2034
|
+
"name": "open",
|
|
2100
2035
|
"type": {
|
|
2101
2036
|
"text": "boolean"
|
|
2102
2037
|
},
|
|
2103
|
-
"
|
|
2038
|
+
"default": "false",
|
|
2039
|
+
"fieldName": "open",
|
|
2104
2040
|
"inheritedFrom": {
|
|
2105
|
-
"name": "
|
|
2106
|
-
"module": "src/
|
|
2041
|
+
"name": "ActionsMenu",
|
|
2042
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2107
2043
|
}
|
|
2108
2044
|
},
|
|
2109
2045
|
{
|
|
2110
|
-
"name": "
|
|
2046
|
+
"name": "buttonAppearance",
|
|
2111
2047
|
"type": {
|
|
2112
|
-
"text": "
|
|
2048
|
+
"text": "string"
|
|
2113
2049
|
},
|
|
2114
|
-
"
|
|
2115
|
-
"fieldName": "mode",
|
|
2050
|
+
"fieldName": "buttonAppearance",
|
|
2116
2051
|
"inheritedFrom": {
|
|
2117
|
-
"name": "
|
|
2118
|
-
"module": "src/
|
|
2052
|
+
"name": "ActionsMenu",
|
|
2053
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2054
|
+
}
|
|
2055
|
+
},
|
|
2056
|
+
{
|
|
2057
|
+
"name": "hide-disabled",
|
|
2058
|
+
"type": {
|
|
2059
|
+
"text": "boolean"
|
|
2060
|
+
},
|
|
2061
|
+
"default": "false",
|
|
2062
|
+
"fieldName": "hideDisabled",
|
|
2063
|
+
"inheritedFrom": {
|
|
2064
|
+
"name": "ActionsMenu",
|
|
2065
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2066
|
+
}
|
|
2067
|
+
},
|
|
2068
|
+
{
|
|
2069
|
+
"name": "hide-menu-single-option",
|
|
2070
|
+
"type": {
|
|
2071
|
+
"text": "boolean"
|
|
2072
|
+
},
|
|
2073
|
+
"default": "false",
|
|
2074
|
+
"fieldName": "hideMenuSingleOption",
|
|
2075
|
+
"inheritedFrom": {
|
|
2076
|
+
"name": "ActionsMenu",
|
|
2077
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2119
2078
|
}
|
|
2120
2079
|
}
|
|
2121
2080
|
],
|
|
2122
2081
|
"members": [
|
|
2123
2082
|
{
|
|
2124
2083
|
"kind": "field",
|
|
2125
|
-
"name": "
|
|
2084
|
+
"name": "actions",
|
|
2126
2085
|
"type": {
|
|
2127
|
-
"text": "
|
|
2086
|
+
"text": "ActionMenuItem[]"
|
|
2128
2087
|
},
|
|
2129
2088
|
"inheritedFrom": {
|
|
2130
|
-
"name": "
|
|
2131
|
-
"module": "src/
|
|
2089
|
+
"name": "ActionsMenu",
|
|
2090
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2132
2091
|
}
|
|
2133
2092
|
},
|
|
2134
2093
|
{
|
|
2135
2094
|
"kind": "field",
|
|
2136
|
-
"name": "
|
|
2095
|
+
"name": "isVertical",
|
|
2137
2096
|
"type": {
|
|
2138
|
-
"text": "
|
|
2097
|
+
"text": "boolean"
|
|
2139
2098
|
},
|
|
2140
|
-
"default": "
|
|
2099
|
+
"default": "false",
|
|
2141
2100
|
"inheritedFrom": {
|
|
2142
|
-
"name": "
|
|
2143
|
-
"module": "src/
|
|
2101
|
+
"name": "ActionsMenu",
|
|
2102
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2144
2103
|
}
|
|
2145
2104
|
},
|
|
2146
2105
|
{
|
|
2147
2106
|
"kind": "field",
|
|
2148
|
-
"name": "
|
|
2107
|
+
"name": "addDefaultActions",
|
|
2108
|
+
"type": {
|
|
2109
|
+
"text": "boolean"
|
|
2110
|
+
},
|
|
2111
|
+
"default": "true",
|
|
2112
|
+
"inheritedFrom": {
|
|
2113
|
+
"name": "ActionsMenu",
|
|
2114
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2115
|
+
}
|
|
2116
|
+
},
|
|
2117
|
+
{
|
|
2118
|
+
"kind": "field",
|
|
2119
|
+
"name": "autoCloseOnAction",
|
|
2149
2120
|
"type": {
|
|
2150
2121
|
"text": "boolean"
|
|
2151
2122
|
},
|
|
2123
|
+
"default": "true",
|
|
2152
2124
|
"inheritedFrom": {
|
|
2153
|
-
"name": "
|
|
2154
|
-
"module": "src/
|
|
2125
|
+
"name": "ActionsMenu",
|
|
2126
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2155
2127
|
}
|
|
2156
2128
|
},
|
|
2157
2129
|
{
|
|
2158
2130
|
"kind": "field",
|
|
2159
|
-
"name": "
|
|
2131
|
+
"name": "classNames",
|
|
2160
2132
|
"type": {
|
|
2161
|
-
"text": "
|
|
2133
|
+
"text": "string"
|
|
2134
|
+
},
|
|
2135
|
+
"inheritedFrom": {
|
|
2136
|
+
"name": "ActionsMenu",
|
|
2137
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2138
|
+
}
|
|
2139
|
+
},
|
|
2140
|
+
{
|
|
2141
|
+
"kind": "field",
|
|
2142
|
+
"name": "definition",
|
|
2143
|
+
"type": {
|
|
2144
|
+
"text": "any"
|
|
2162
2145
|
},
|
|
2163
|
-
"default": "'replace'",
|
|
2164
2146
|
"inheritedFrom": {
|
|
2165
|
-
"name": "
|
|
2166
|
-
"module": "src/
|
|
2147
|
+
"name": "ActionsMenu",
|
|
2148
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2167
2149
|
}
|
|
2168
2150
|
},
|
|
2169
2151
|
{
|
|
2170
2152
|
"kind": "field",
|
|
2171
|
-
"name": "
|
|
2153
|
+
"name": "name",
|
|
2172
2154
|
"type": {
|
|
2173
2155
|
"text": "string"
|
|
2174
2156
|
},
|
|
2175
|
-
"default": "''",
|
|
2157
|
+
"default": "'Actions'",
|
|
2176
2158
|
"inheritedFrom": {
|
|
2177
|
-
"name": "
|
|
2178
|
-
"module": "src/
|
|
2159
|
+
"name": "ActionsMenu",
|
|
2160
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2179
2161
|
}
|
|
2180
2162
|
},
|
|
2181
2163
|
{
|
|
2182
2164
|
"kind": "field",
|
|
2183
|
-
"name": "
|
|
2165
|
+
"name": "open",
|
|
2184
2166
|
"type": {
|
|
2185
2167
|
"text": "boolean"
|
|
2186
2168
|
},
|
|
2187
2169
|
"default": "false",
|
|
2188
2170
|
"inheritedFrom": {
|
|
2189
|
-
"name": "
|
|
2190
|
-
"module": "src/
|
|
2171
|
+
"name": "ActionsMenu",
|
|
2172
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2191
2173
|
}
|
|
2192
2174
|
},
|
|
2193
2175
|
{
|
|
2194
2176
|
"kind": "field",
|
|
2195
|
-
"name": "
|
|
2177
|
+
"name": "buttonAppearance",
|
|
2196
2178
|
"type": {
|
|
2197
|
-
"text": "string
|
|
2179
|
+
"text": "string"
|
|
2198
2180
|
},
|
|
2199
|
-
"default": "null",
|
|
2200
2181
|
"inheritedFrom": {
|
|
2201
|
-
"name": "
|
|
2202
|
-
"module": "src/
|
|
2182
|
+
"name": "ActionsMenu",
|
|
2183
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2203
2184
|
}
|
|
2204
2185
|
},
|
|
2205
2186
|
{
|
|
2206
2187
|
"kind": "field",
|
|
2207
|
-
"name": "
|
|
2188
|
+
"name": "hideDisabled",
|
|
2208
2189
|
"type": {
|
|
2209
|
-
"text": "
|
|
2190
|
+
"text": "boolean"
|
|
2210
2191
|
},
|
|
2211
|
-
"default": "
|
|
2192
|
+
"default": "false",
|
|
2212
2193
|
"inheritedFrom": {
|
|
2213
|
-
"name": "
|
|
2214
|
-
"module": "src/
|
|
2194
|
+
"name": "ActionsMenu",
|
|
2195
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2215
2196
|
}
|
|
2216
2197
|
},
|
|
2217
2198
|
{
|
|
2218
2199
|
"kind": "field",
|
|
2219
|
-
"name": "
|
|
2200
|
+
"name": "hideMenuSingleOption",
|
|
2220
2201
|
"type": {
|
|
2221
2202
|
"text": "boolean"
|
|
2222
2203
|
},
|
|
2223
2204
|
"default": "false",
|
|
2224
2205
|
"inheritedFrom": {
|
|
2225
|
-
"name": "
|
|
2226
|
-
"module": "src/
|
|
2206
|
+
"name": "ActionsMenu",
|
|
2207
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2227
2208
|
}
|
|
2228
2209
|
},
|
|
2229
2210
|
{
|
|
2230
2211
|
"kind": "field",
|
|
2231
|
-
"name": "
|
|
2212
|
+
"name": "singleOption",
|
|
2232
2213
|
"type": {
|
|
2233
|
-
"text": "
|
|
2214
|
+
"text": "ActionMenuItem"
|
|
2234
2215
|
},
|
|
2235
|
-
"privacy": "public",
|
|
2236
2216
|
"inheritedFrom": {
|
|
2237
|
-
"name": "
|
|
2238
|
-
"module": "src/
|
|
2217
|
+
"name": "ActionsMenu",
|
|
2218
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2239
2219
|
}
|
|
2240
2220
|
},
|
|
2241
2221
|
{
|
|
2242
2222
|
"kind": "field",
|
|
2243
|
-
"name": "
|
|
2223
|
+
"name": "actionsMenu",
|
|
2244
2224
|
"type": {
|
|
2245
|
-
"text": "
|
|
2225
|
+
"text": "HTMLElement"
|
|
2246
2226
|
},
|
|
2247
|
-
"privacy": "private",
|
|
2248
|
-
"default": "null",
|
|
2249
2227
|
"inheritedFrom": {
|
|
2250
|
-
"name": "
|
|
2251
|
-
"module": "src/
|
|
2228
|
+
"name": "ActionsMenu",
|
|
2229
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2252
2230
|
}
|
|
2253
2231
|
},
|
|
2254
2232
|
{
|
|
2255
|
-
"kind": "
|
|
2256
|
-
"name": "
|
|
2257
|
-
"
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2233
|
+
"kind": "method",
|
|
2234
|
+
"name": "definitionChanged",
|
|
2235
|
+
"privacy": "protected",
|
|
2236
|
+
"parameters": [
|
|
2237
|
+
{
|
|
2238
|
+
"name": "oldValue",
|
|
2239
|
+
"type": {
|
|
2240
|
+
"text": "any"
|
|
2241
|
+
}
|
|
2242
|
+
},
|
|
2243
|
+
{
|
|
2244
|
+
"name": "newValue",
|
|
2245
|
+
"type": {
|
|
2246
|
+
"text": "any"
|
|
2247
|
+
}
|
|
2248
|
+
}
|
|
2249
|
+
],
|
|
2262
2250
|
"inheritedFrom": {
|
|
2263
|
-
"name": "
|
|
2264
|
-
"module": "src/
|
|
2251
|
+
"name": "ActionsMenu",
|
|
2252
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2265
2253
|
}
|
|
2266
2254
|
},
|
|
2267
2255
|
{
|
|
2268
|
-
"kind": "
|
|
2269
|
-
"name": "
|
|
2270
|
-
"
|
|
2271
|
-
"text": "string"
|
|
2272
|
-
},
|
|
2273
|
-
"privacy": "private",
|
|
2274
|
-
"default": "''",
|
|
2256
|
+
"kind": "method",
|
|
2257
|
+
"name": "openChanged",
|
|
2258
|
+
"privacy": "protected",
|
|
2275
2259
|
"inheritedFrom": {
|
|
2276
|
-
"name": "
|
|
2277
|
-
"module": "src/
|
|
2260
|
+
"name": "ActionsMenu",
|
|
2261
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2278
2262
|
}
|
|
2279
2263
|
},
|
|
2280
2264
|
{
|
|
2281
|
-
"kind": "
|
|
2282
|
-
"name": "
|
|
2283
|
-
"type": {
|
|
2284
|
-
"text": "boolean"
|
|
2285
|
-
},
|
|
2286
|
-
"readonly": true,
|
|
2265
|
+
"kind": "method",
|
|
2266
|
+
"name": "toggleActionsMenuVisibility",
|
|
2287
2267
|
"inheritedFrom": {
|
|
2288
|
-
"name": "
|
|
2289
|
-
"module": "src/
|
|
2268
|
+
"name": "ActionsMenu",
|
|
2269
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2290
2270
|
}
|
|
2291
2271
|
},
|
|
2292
2272
|
{
|
|
2293
2273
|
"kind": "method",
|
|
2294
|
-
"name": "
|
|
2274
|
+
"name": "onActionMenuItemClick",
|
|
2275
|
+
"parameters": [
|
|
2276
|
+
{
|
|
2277
|
+
"name": "callback",
|
|
2278
|
+
"type": {
|
|
2279
|
+
"text": "(rowData) => void | any"
|
|
2280
|
+
}
|
|
2281
|
+
}
|
|
2282
|
+
],
|
|
2295
2283
|
"inheritedFrom": {
|
|
2296
|
-
"name": "
|
|
2297
|
-
"module": "src/
|
|
2284
|
+
"name": "ActionsMenu",
|
|
2285
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2298
2286
|
}
|
|
2299
2287
|
},
|
|
2300
2288
|
{
|
|
2301
|
-
"kind": "
|
|
2302
|
-
"name": "
|
|
2289
|
+
"kind": "field",
|
|
2290
|
+
"name": "allActions",
|
|
2291
|
+
"type": {
|
|
2292
|
+
"text": "ActionMenuItem[]"
|
|
2293
|
+
},
|
|
2294
|
+
"readonly": true,
|
|
2303
2295
|
"inheritedFrom": {
|
|
2304
|
-
"name": "
|
|
2305
|
-
"module": "src/
|
|
2296
|
+
"name": "ActionsMenu",
|
|
2297
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2306
2298
|
}
|
|
2307
2299
|
},
|
|
2308
2300
|
{
|
|
2309
|
-
"kind": "
|
|
2310
|
-
"name": "
|
|
2301
|
+
"kind": "field",
|
|
2302
|
+
"name": "rowData",
|
|
2303
|
+
"readonly": true,
|
|
2311
2304
|
"inheritedFrom": {
|
|
2312
|
-
"name": "
|
|
2313
|
-
"module": "src/
|
|
2305
|
+
"name": "ActionsMenu",
|
|
2306
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2314
2307
|
}
|
|
2315
2308
|
},
|
|
2316
2309
|
{
|
|
2317
2310
|
"kind": "method",
|
|
2318
|
-
"name": "
|
|
2311
|
+
"name": "getLabel",
|
|
2312
|
+
"parameters": [
|
|
2313
|
+
{
|
|
2314
|
+
"name": "name",
|
|
2315
|
+
"type": {
|
|
2316
|
+
"text": "string | ((rowData: any) => string)"
|
|
2317
|
+
}
|
|
2318
|
+
}
|
|
2319
|
+
],
|
|
2319
2320
|
"inheritedFrom": {
|
|
2320
|
-
"name": "
|
|
2321
|
-
"module": "src/
|
|
2321
|
+
"name": "ActionsMenu",
|
|
2322
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2322
2323
|
}
|
|
2323
2324
|
},
|
|
2324
2325
|
{
|
|
2325
2326
|
"kind": "method",
|
|
2326
|
-
"name": "
|
|
2327
|
-
"
|
|
2327
|
+
"name": "getTemplate",
|
|
2328
|
+
"parameters": [
|
|
2329
|
+
{
|
|
2330
|
+
"name": "prefix",
|
|
2331
|
+
"type": {
|
|
2332
|
+
"text": "string"
|
|
2333
|
+
}
|
|
2334
|
+
}
|
|
2335
|
+
],
|
|
2328
2336
|
"inheritedFrom": {
|
|
2329
|
-
"name": "
|
|
2330
|
-
"module": "src/
|
|
2337
|
+
"name": "ActionsMenu",
|
|
2338
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2331
2339
|
}
|
|
2332
2340
|
},
|
|
2333
2341
|
{
|
|
@@ -2445,33 +2453,33 @@
|
|
|
2445
2453
|
},
|
|
2446
2454
|
{
|
|
2447
2455
|
"kind": "variable",
|
|
2448
|
-
"name": "
|
|
2449
|
-
"description": "The Zero
|
|
2456
|
+
"name": "zeroActionsMenu",
|
|
2457
|
+
"description": "The Zero Actions Menu",
|
|
2450
2458
|
"privacy": "public"
|
|
2451
2459
|
}
|
|
2452
2460
|
],
|
|
2453
2461
|
"exports": [
|
|
2454
2462
|
{
|
|
2455
2463
|
"kind": "js",
|
|
2456
|
-
"name": "
|
|
2464
|
+
"name": "ActionsMenu",
|
|
2457
2465
|
"declaration": {
|
|
2458
|
-
"name": "
|
|
2459
|
-
"module": "src/
|
|
2466
|
+
"name": "ActionsMenu",
|
|
2467
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2460
2468
|
}
|
|
2461
2469
|
},
|
|
2462
2470
|
{
|
|
2463
2471
|
"kind": "js",
|
|
2464
|
-
"name": "
|
|
2472
|
+
"name": "zeroActionsMenu",
|
|
2465
2473
|
"declaration": {
|
|
2466
|
-
"name": "
|
|
2467
|
-
"module": "src/
|
|
2474
|
+
"name": "zeroActionsMenu",
|
|
2475
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2468
2476
|
}
|
|
2469
2477
|
}
|
|
2470
2478
|
]
|
|
2471
2479
|
},
|
|
2472
2480
|
{
|
|
2473
2481
|
"kind": "javascript-module",
|
|
2474
|
-
"path": "src/
|
|
2482
|
+
"path": "src/actions-menu/index.ts",
|
|
2475
2483
|
"declarations": [],
|
|
2476
2484
|
"exports": [
|
|
2477
2485
|
{
|
|
@@ -2479,15 +2487,7 @@
|
|
|
2479
2487
|
"name": "*",
|
|
2480
2488
|
"declaration": {
|
|
2481
2489
|
"name": "*",
|
|
2482
|
-
"package": "./
|
|
2483
|
-
}
|
|
2484
|
-
},
|
|
2485
|
-
{
|
|
2486
|
-
"kind": "js",
|
|
2487
|
-
"name": "*",
|
|
2488
|
-
"declaration": {
|
|
2489
|
-
"name": "*",
|
|
2490
|
-
"package": "./ai-criteria-search.styles"
|
|
2490
|
+
"package": "./actions-menu"
|
|
2491
2491
|
}
|
|
2492
2492
|
},
|
|
2493
2493
|
{
|
|
@@ -2495,7 +2495,7 @@
|
|
|
2495
2495
|
"name": "*",
|
|
2496
2496
|
"declaration": {
|
|
2497
2497
|
"name": "*",
|
|
2498
|
-
"package": "./
|
|
2498
|
+
"package": "./actions-menu.styles"
|
|
2499
2499
|
}
|
|
2500
2500
|
}
|
|
2501
2501
|
]
|
|
@@ -5347,199 +5347,122 @@
|
|
|
5347
5347
|
}
|
|
5348
5348
|
},
|
|
5349
5349
|
{
|
|
5350
|
-
"kind": "js",
|
|
5351
|
-
"name": "*",
|
|
5352
|
-
"declaration": {
|
|
5353
|
-
"name": "*",
|
|
5354
|
-
"package": "./avatar.styles"
|
|
5355
|
-
}
|
|
5356
|
-
},
|
|
5357
|
-
{
|
|
5358
|
-
"kind": "js",
|
|
5359
|
-
"name": "*",
|
|
5360
|
-
"declaration": {
|
|
5361
|
-
"name": "*",
|
|
5362
|
-
"package": "./avatar.template"
|
|
5363
|
-
}
|
|
5364
|
-
}
|
|
5365
|
-
]
|
|
5366
|
-
},
|
|
5367
|
-
{
|
|
5368
|
-
"kind": "javascript-module",
|
|
5369
|
-
"path": "src/badge/badge.styles.ts",
|
|
5370
|
-
"declarations": [
|
|
5371
|
-
{
|
|
5372
|
-
"kind": "function",
|
|
5373
|
-
"name": "zeroBadgeStyles",
|
|
5374
|
-
"return": {
|
|
5375
|
-
"type": {
|
|
5376
|
-
"text": "ElementStyles"
|
|
5377
|
-
}
|
|
5378
|
-
},
|
|
5379
|
-
"parameters": [
|
|
5380
|
-
{
|
|
5381
|
-
"name": "context",
|
|
5382
|
-
"type": {
|
|
5383
|
-
"text": "ElementDefinitionContext"
|
|
5384
|
-
}
|
|
5385
|
-
},
|
|
5386
|
-
{
|
|
5387
|
-
"name": "definition",
|
|
5388
|
-
"type": {
|
|
5389
|
-
"text": "FoundationElementDefinition"
|
|
5390
|
-
}
|
|
5391
|
-
}
|
|
5392
|
-
]
|
|
5393
|
-
}
|
|
5394
|
-
],
|
|
5395
|
-
"exports": [
|
|
5350
|
+
"kind": "js",
|
|
5351
|
+
"name": "*",
|
|
5352
|
+
"declaration": {
|
|
5353
|
+
"name": "*",
|
|
5354
|
+
"package": "./avatar.styles"
|
|
5355
|
+
}
|
|
5356
|
+
},
|
|
5396
5357
|
{
|
|
5397
5358
|
"kind": "js",
|
|
5398
|
-
"name": "
|
|
5359
|
+
"name": "*",
|
|
5399
5360
|
"declaration": {
|
|
5400
|
-
"name": "
|
|
5401
|
-
"
|
|
5361
|
+
"name": "*",
|
|
5362
|
+
"package": "./avatar.template"
|
|
5402
5363
|
}
|
|
5403
5364
|
}
|
|
5404
5365
|
]
|
|
5405
5366
|
},
|
|
5406
5367
|
{
|
|
5407
5368
|
"kind": "javascript-module",
|
|
5408
|
-
"path": "src/
|
|
5369
|
+
"path": "src/banner/banner.styles.ts",
|
|
5409
5370
|
"declarations": [
|
|
5410
5371
|
{
|
|
5411
|
-
"kind": "
|
|
5412
|
-
"name": "
|
|
5413
|
-
"
|
|
5414
|
-
"type": {
|
|
5415
|
-
"text": "ViewTemplate<Badge>"
|
|
5416
|
-
}
|
|
5417
|
-
},
|
|
5418
|
-
"parameters": [
|
|
5419
|
-
{
|
|
5420
|
-
"name": "context",
|
|
5421
|
-
"type": {
|
|
5422
|
-
"text": "ElementDefinitionContext"
|
|
5423
|
-
}
|
|
5424
|
-
},
|
|
5425
|
-
{
|
|
5426
|
-
"name": "definition",
|
|
5427
|
-
"type": {
|
|
5428
|
-
"text": "FoundationElementDefinition"
|
|
5429
|
-
}
|
|
5430
|
-
}
|
|
5431
|
-
]
|
|
5372
|
+
"kind": "variable",
|
|
5373
|
+
"name": "zeroBannerStyles",
|
|
5374
|
+
"default": "css`\n ${foundationBannerStyles}\n .banner {\n background-color: ${neutralLayer1};\n }\n`"
|
|
5432
5375
|
}
|
|
5433
5376
|
],
|
|
5434
5377
|
"exports": [
|
|
5435
5378
|
{
|
|
5436
5379
|
"kind": "js",
|
|
5437
|
-
"name": "
|
|
5380
|
+
"name": "zeroBannerStyles",
|
|
5438
5381
|
"declaration": {
|
|
5439
|
-
"name": "
|
|
5440
|
-
"module": "src/
|
|
5382
|
+
"name": "zeroBannerStyles",
|
|
5383
|
+
"module": "src/banner/banner.styles.ts"
|
|
5441
5384
|
}
|
|
5442
5385
|
}
|
|
5443
5386
|
]
|
|
5444
5387
|
},
|
|
5445
5388
|
{
|
|
5446
5389
|
"kind": "javascript-module",
|
|
5447
|
-
"path": "src/
|
|
5390
|
+
"path": "src/banner/banner.ts",
|
|
5448
5391
|
"declarations": [
|
|
5392
|
+
{
|
|
5393
|
+
"kind": "variable",
|
|
5394
|
+
"name": "zeroBannerShadowOptions",
|
|
5395
|
+
"default": "foundationBannerShadowOptions"
|
|
5396
|
+
},
|
|
5449
5397
|
{
|
|
5450
5398
|
"kind": "class",
|
|
5451
5399
|
"description": "",
|
|
5452
|
-
"name": "
|
|
5400
|
+
"name": "Banner",
|
|
5453
5401
|
"superclass": {
|
|
5454
|
-
"name": "
|
|
5402
|
+
"name": "FoundationBanner",
|
|
5455
5403
|
"package": "@genesislcap/foundation-ui"
|
|
5456
5404
|
},
|
|
5457
|
-
"tagName": "%%prefix%%-
|
|
5405
|
+
"tagName": "%%prefix%%-banner",
|
|
5458
5406
|
"customElement": true,
|
|
5459
|
-
"
|
|
5460
|
-
{
|
|
5461
|
-
"name": "fill",
|
|
5462
|
-
"type": {
|
|
5463
|
-
"text": "string"
|
|
5464
|
-
},
|
|
5465
|
-
"description": "Indicates the badge should have a filled style.",
|
|
5466
|
-
"fieldName": "fill",
|
|
5467
|
-
"inheritedFrom": {
|
|
5468
|
-
"name": "Badge",
|
|
5469
|
-
"module": "src/badge/badge.ts"
|
|
5470
|
-
}
|
|
5471
|
-
},
|
|
5407
|
+
"members": [
|
|
5472
5408
|
{
|
|
5473
|
-
"
|
|
5409
|
+
"kind": "field",
|
|
5410
|
+
"name": "banner",
|
|
5474
5411
|
"type": {
|
|
5475
|
-
"text": "
|
|
5412
|
+
"text": "HTMLElement"
|
|
5476
5413
|
},
|
|
5477
|
-
"
|
|
5478
|
-
"fieldName": "color",
|
|
5414
|
+
"privacy": "public",
|
|
5479
5415
|
"inheritedFrom": {
|
|
5480
|
-
"name": "
|
|
5481
|
-
"module": "src/
|
|
5416
|
+
"name": "Banner",
|
|
5417
|
+
"module": "src/banner/banner.ts"
|
|
5482
5418
|
}
|
|
5483
5419
|
},
|
|
5484
|
-
{
|
|
5485
|
-
"type": {
|
|
5486
|
-
"text": "boolean"
|
|
5487
|
-
},
|
|
5488
|
-
"description": "Indicates the element should be circular",
|
|
5489
|
-
"fieldName": "circular",
|
|
5490
|
-
"inheritedFrom": {
|
|
5491
|
-
"name": "Badge",
|
|
5492
|
-
"module": "src/badge/badge.ts"
|
|
5493
|
-
}
|
|
5494
|
-
}
|
|
5495
|
-
],
|
|
5496
|
-
"members": [
|
|
5497
5420
|
{
|
|
5498
5421
|
"kind": "field",
|
|
5499
|
-
"name": "
|
|
5422
|
+
"name": "dismissAnimation",
|
|
5500
5423
|
"type": {
|
|
5501
|
-
"text": "
|
|
5424
|
+
"text": "'banner-delete' | ''"
|
|
5502
5425
|
},
|
|
5503
|
-
"
|
|
5504
|
-
"description": "Indicates the badge should have a filled style.",
|
|
5426
|
+
"default": "''",
|
|
5505
5427
|
"inheritedFrom": {
|
|
5506
|
-
"name": "
|
|
5507
|
-
"module": "src/
|
|
5428
|
+
"name": "Banner",
|
|
5429
|
+
"module": "src/banner/banner.ts"
|
|
5508
5430
|
}
|
|
5509
5431
|
},
|
|
5510
5432
|
{
|
|
5511
5433
|
"kind": "field",
|
|
5512
|
-
"name": "
|
|
5434
|
+
"name": "notification",
|
|
5513
5435
|
"type": {
|
|
5514
|
-
"text": "
|
|
5436
|
+
"text": "NotificationStructure"
|
|
5515
5437
|
},
|
|
5516
|
-
"privacy": "public",
|
|
5517
|
-
"description": "Indicates the badge should have a filled style.",
|
|
5518
5438
|
"inheritedFrom": {
|
|
5519
|
-
"name": "
|
|
5520
|
-
"module": "src/
|
|
5439
|
+
"name": "Banner",
|
|
5440
|
+
"module": "src/banner/banner.ts"
|
|
5521
5441
|
}
|
|
5522
5442
|
},
|
|
5523
5443
|
{
|
|
5524
|
-
"kind": "
|
|
5525
|
-
"name": "
|
|
5526
|
-
"type": {
|
|
5527
|
-
"text": "boolean"
|
|
5528
|
-
},
|
|
5444
|
+
"kind": "method",
|
|
5445
|
+
"name": "dismiss",
|
|
5529
5446
|
"privacy": "public",
|
|
5530
|
-
"
|
|
5447
|
+
"return": {
|
|
5448
|
+
"type": {
|
|
5449
|
+
"text": "Promise<void>"
|
|
5450
|
+
}
|
|
5451
|
+
},
|
|
5452
|
+
"description": "Dismiss the Banner from display.",
|
|
5531
5453
|
"inheritedFrom": {
|
|
5532
|
-
"name": "
|
|
5533
|
-
"module": "src/
|
|
5454
|
+
"name": "Banner",
|
|
5455
|
+
"module": "src/banner/banner.ts"
|
|
5534
5456
|
}
|
|
5535
5457
|
},
|
|
5536
5458
|
{
|
|
5537
|
-
"kind": "
|
|
5538
|
-
"name": "
|
|
5459
|
+
"kind": "method",
|
|
5460
|
+
"name": "dismissNotification",
|
|
5539
5461
|
"privacy": "public",
|
|
5462
|
+
"description": "Dismiss the Banner (NotificationStructure) from display.",
|
|
5540
5463
|
"inheritedFrom": {
|
|
5541
|
-
"name": "
|
|
5542
|
-
"module": "src/
|
|
5464
|
+
"name": "Banner",
|
|
5465
|
+
"module": "src/banner/banner.ts"
|
|
5543
5466
|
}
|
|
5544
5467
|
},
|
|
5545
5468
|
{
|
|
@@ -5551,8 +5474,8 @@
|
|
|
5551
5474
|
"privacy": "private",
|
|
5552
5475
|
"default": "void 0",
|
|
5553
5476
|
"inheritedFrom": {
|
|
5554
|
-
"name": "
|
|
5555
|
-
"module": "src/
|
|
5477
|
+
"name": "FoundationElement",
|
|
5478
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5556
5479
|
}
|
|
5557
5480
|
},
|
|
5558
5481
|
{
|
|
@@ -5564,8 +5487,8 @@
|
|
|
5564
5487
|
"privacy": "public",
|
|
5565
5488
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
5566
5489
|
"inheritedFrom": {
|
|
5567
|
-
"name": "
|
|
5568
|
-
"module": "src/
|
|
5490
|
+
"name": "FoundationElement",
|
|
5491
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5569
5492
|
}
|
|
5570
5493
|
},
|
|
5571
5494
|
{
|
|
@@ -5577,8 +5500,8 @@
|
|
|
5577
5500
|
"privacy": "public",
|
|
5578
5501
|
"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.",
|
|
5579
5502
|
"inheritedFrom": {
|
|
5580
|
-
"name": "
|
|
5581
|
-
"module": "src/
|
|
5503
|
+
"name": "FoundationElement",
|
|
5504
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5582
5505
|
}
|
|
5583
5506
|
},
|
|
5584
5507
|
{
|
|
@@ -5591,8 +5514,8 @@
|
|
|
5591
5514
|
}
|
|
5592
5515
|
},
|
|
5593
5516
|
"inheritedFrom": {
|
|
5594
|
-
"name": "
|
|
5595
|
-
"module": "src/
|
|
5517
|
+
"name": "FoundationElement",
|
|
5518
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5596
5519
|
}
|
|
5597
5520
|
},
|
|
5598
5521
|
{
|
|
@@ -5604,8 +5527,8 @@
|
|
|
5604
5527
|
"privacy": "public",
|
|
5605
5528
|
"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.",
|
|
5606
5529
|
"inheritedFrom": {
|
|
5607
|
-
"name": "
|
|
5608
|
-
"module": "src/
|
|
5530
|
+
"name": "FoundationElement",
|
|
5531
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5609
5532
|
}
|
|
5610
5533
|
},
|
|
5611
5534
|
{
|
|
@@ -5618,8 +5541,8 @@
|
|
|
5618
5541
|
}
|
|
5619
5542
|
},
|
|
5620
5543
|
"inheritedFrom": {
|
|
5621
|
-
"name": "
|
|
5622
|
-
"module": "src/
|
|
5544
|
+
"name": "FoundationElement",
|
|
5545
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5623
5546
|
}
|
|
5624
5547
|
},
|
|
5625
5548
|
{
|
|
@@ -5649,166 +5572,257 @@
|
|
|
5649
5572
|
],
|
|
5650
5573
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
5651
5574
|
"inheritedFrom": {
|
|
5652
|
-
"name": "
|
|
5653
|
-
"module": "src/
|
|
5575
|
+
"name": "FoundationElement",
|
|
5576
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5654
5577
|
}
|
|
5655
5578
|
}
|
|
5656
5579
|
]
|
|
5657
5580
|
},
|
|
5658
5581
|
{
|
|
5659
5582
|
"kind": "variable",
|
|
5660
|
-
"name": "
|
|
5583
|
+
"name": "zeroBanner",
|
|
5584
|
+
"description": "The Zero Banner",
|
|
5585
|
+
"privacy": "public"
|
|
5661
5586
|
}
|
|
5662
5587
|
],
|
|
5663
5588
|
"exports": [
|
|
5664
5589
|
{
|
|
5665
5590
|
"kind": "js",
|
|
5666
|
-
"name": "
|
|
5591
|
+
"name": "zeroBannerShadowOptions",
|
|
5667
5592
|
"declaration": {
|
|
5668
|
-
"name": "
|
|
5669
|
-
"module": "src/
|
|
5593
|
+
"name": "zeroBannerShadowOptions",
|
|
5594
|
+
"module": "src/banner/banner.ts"
|
|
5670
5595
|
}
|
|
5671
5596
|
},
|
|
5672
5597
|
{
|
|
5673
5598
|
"kind": "js",
|
|
5674
|
-
"name": "
|
|
5599
|
+
"name": "Banner",
|
|
5675
5600
|
"declaration": {
|
|
5676
|
-
"name": "
|
|
5677
|
-
"module": "src/
|
|
5601
|
+
"name": "Banner",
|
|
5602
|
+
"module": "src/banner/banner.ts"
|
|
5603
|
+
}
|
|
5604
|
+
},
|
|
5605
|
+
{
|
|
5606
|
+
"kind": "js",
|
|
5607
|
+
"name": "zeroBanner",
|
|
5608
|
+
"declaration": {
|
|
5609
|
+
"name": "zeroBanner",
|
|
5610
|
+
"module": "src/banner/banner.ts"
|
|
5611
|
+
}
|
|
5612
|
+
}
|
|
5613
|
+
]
|
|
5614
|
+
},
|
|
5615
|
+
{
|
|
5616
|
+
"kind": "javascript-module",
|
|
5617
|
+
"path": "src/banner/index.ts",
|
|
5618
|
+
"declarations": [],
|
|
5619
|
+
"exports": [
|
|
5620
|
+
{
|
|
5621
|
+
"kind": "js",
|
|
5622
|
+
"name": "zeroBannerTemplate",
|
|
5623
|
+
"declaration": {
|
|
5624
|
+
"name": "foundationBannerTemplate",
|
|
5625
|
+
"package": "@genesislcap/foundation-ui"
|
|
5626
|
+
}
|
|
5627
|
+
},
|
|
5628
|
+
{
|
|
5629
|
+
"kind": "js",
|
|
5630
|
+
"name": "*",
|
|
5631
|
+
"declaration": {
|
|
5632
|
+
"name": "*",
|
|
5633
|
+
"package": "./banner"
|
|
5634
|
+
}
|
|
5635
|
+
},
|
|
5636
|
+
{
|
|
5637
|
+
"kind": "js",
|
|
5638
|
+
"name": "*",
|
|
5639
|
+
"declaration": {
|
|
5640
|
+
"name": "*",
|
|
5641
|
+
"package": "./banner.styles"
|
|
5678
5642
|
}
|
|
5679
5643
|
}
|
|
5680
|
-
]
|
|
5681
|
-
},
|
|
5682
|
-
{
|
|
5683
|
-
"kind": "javascript-module",
|
|
5684
|
-
"path": "src/
|
|
5685
|
-
"declarations": [
|
|
5644
|
+
]
|
|
5645
|
+
},
|
|
5646
|
+
{
|
|
5647
|
+
"kind": "javascript-module",
|
|
5648
|
+
"path": "src/breadcrumb/breadcrumb.styles.ts",
|
|
5649
|
+
"declarations": [
|
|
5650
|
+
{
|
|
5651
|
+
"kind": "function",
|
|
5652
|
+
"name": "zeroBreadcrumbStyles",
|
|
5653
|
+
"return": {
|
|
5654
|
+
"type": {
|
|
5655
|
+
"text": "ElementStyles"
|
|
5656
|
+
}
|
|
5657
|
+
},
|
|
5658
|
+
"parameters": [
|
|
5659
|
+
{
|
|
5660
|
+
"name": "context",
|
|
5661
|
+
"type": {
|
|
5662
|
+
"text": "ElementDefinitionContext"
|
|
5663
|
+
}
|
|
5664
|
+
},
|
|
5665
|
+
{
|
|
5666
|
+
"name": "definition",
|
|
5667
|
+
"type": {
|
|
5668
|
+
"text": "FoundationElementDefinition"
|
|
5669
|
+
}
|
|
5670
|
+
}
|
|
5671
|
+
]
|
|
5672
|
+
}
|
|
5673
|
+
],
|
|
5686
5674
|
"exports": [
|
|
5687
5675
|
{
|
|
5688
5676
|
"kind": "js",
|
|
5689
|
-
"name": "
|
|
5690
|
-
"declaration": {
|
|
5691
|
-
"name": "*",
|
|
5692
|
-
"package": "./badge"
|
|
5693
|
-
}
|
|
5694
|
-
},
|
|
5695
|
-
{
|
|
5696
|
-
"kind": "js",
|
|
5697
|
-
"name": "*",
|
|
5698
|
-
"declaration": {
|
|
5699
|
-
"name": "*",
|
|
5700
|
-
"package": "./badge.styles"
|
|
5701
|
-
}
|
|
5702
|
-
},
|
|
5703
|
-
{
|
|
5704
|
-
"kind": "js",
|
|
5705
|
-
"name": "*",
|
|
5677
|
+
"name": "zeroBreadcrumbStyles",
|
|
5706
5678
|
"declaration": {
|
|
5707
|
-
"name": "
|
|
5708
|
-
"
|
|
5679
|
+
"name": "zeroBreadcrumbStyles",
|
|
5680
|
+
"module": "src/breadcrumb/breadcrumb.styles.ts"
|
|
5709
5681
|
}
|
|
5710
5682
|
}
|
|
5711
5683
|
]
|
|
5712
5684
|
},
|
|
5713
5685
|
{
|
|
5714
5686
|
"kind": "javascript-module",
|
|
5715
|
-
"path": "src/
|
|
5687
|
+
"path": "src/breadcrumb/breadcrumb.template.ts",
|
|
5716
5688
|
"declarations": [
|
|
5717
5689
|
{
|
|
5718
|
-
"kind": "
|
|
5719
|
-
"name": "
|
|
5720
|
-
"
|
|
5690
|
+
"kind": "function",
|
|
5691
|
+
"name": "zeroBreadcrumbTemplate",
|
|
5692
|
+
"return": {
|
|
5693
|
+
"type": {
|
|
5694
|
+
"text": "ViewTemplate<Breadcrumb>"
|
|
5695
|
+
}
|
|
5696
|
+
},
|
|
5697
|
+
"parameters": [
|
|
5698
|
+
{
|
|
5699
|
+
"name": "context",
|
|
5700
|
+
"type": {
|
|
5701
|
+
"text": "ElementDefinitionContext"
|
|
5702
|
+
}
|
|
5703
|
+
},
|
|
5704
|
+
{
|
|
5705
|
+
"name": "definition",
|
|
5706
|
+
"type": {
|
|
5707
|
+
"text": "FoundationElementDefinition"
|
|
5708
|
+
}
|
|
5709
|
+
}
|
|
5710
|
+
]
|
|
5721
5711
|
}
|
|
5722
5712
|
],
|
|
5723
5713
|
"exports": [
|
|
5724
5714
|
{
|
|
5725
5715
|
"kind": "js",
|
|
5726
|
-
"name": "
|
|
5716
|
+
"name": "zeroBreadcrumbTemplate",
|
|
5727
5717
|
"declaration": {
|
|
5728
|
-
"name": "
|
|
5729
|
-
"module": "src/
|
|
5718
|
+
"name": "zeroBreadcrumbTemplate",
|
|
5719
|
+
"module": "src/breadcrumb/breadcrumb.template.ts"
|
|
5730
5720
|
}
|
|
5731
5721
|
}
|
|
5732
5722
|
]
|
|
5733
5723
|
},
|
|
5734
5724
|
{
|
|
5735
5725
|
"kind": "javascript-module",
|
|
5736
|
-
"path": "src/
|
|
5726
|
+
"path": "src/breadcrumb/breadcrumb.ts",
|
|
5737
5727
|
"declarations": [
|
|
5738
|
-
{
|
|
5739
|
-
"kind": "variable",
|
|
5740
|
-
"name": "zeroBannerShadowOptions",
|
|
5741
|
-
"default": "foundationBannerShadowOptions"
|
|
5742
|
-
},
|
|
5743
5728
|
{
|
|
5744
5729
|
"kind": "class",
|
|
5745
5730
|
"description": "",
|
|
5746
|
-
"name": "
|
|
5731
|
+
"name": "Breadcrumb",
|
|
5747
5732
|
"superclass": {
|
|
5748
|
-
"name": "
|
|
5733
|
+
"name": "FoundationBreadcrumb",
|
|
5749
5734
|
"package": "@genesislcap/foundation-ui"
|
|
5750
5735
|
},
|
|
5751
|
-
"tagName": "%%prefix%%-
|
|
5736
|
+
"tagName": "%%prefix%%-breadcrumb",
|
|
5752
5737
|
"customElement": true,
|
|
5753
5738
|
"members": [
|
|
5754
5739
|
{
|
|
5755
|
-
"kind": "
|
|
5756
|
-
"name": "
|
|
5757
|
-
"type": {
|
|
5758
|
-
"text": "HTMLElement"
|
|
5759
|
-
},
|
|
5740
|
+
"kind": "method",
|
|
5741
|
+
"name": "slottedBreadcrumbItemsChanged",
|
|
5760
5742
|
"privacy": "public",
|
|
5761
5743
|
"inheritedFrom": {
|
|
5762
|
-
"name": "
|
|
5763
|
-
"module": "src/
|
|
5764
|
-
}
|
|
5765
|
-
},
|
|
5766
|
-
{
|
|
5767
|
-
"kind": "field",
|
|
5768
|
-
"name": "dismissAnimation",
|
|
5769
|
-
"type": {
|
|
5770
|
-
"text": "'banner-delete' | ''"
|
|
5771
|
-
},
|
|
5772
|
-
"default": "''",
|
|
5773
|
-
"inheritedFrom": {
|
|
5774
|
-
"name": "Banner",
|
|
5775
|
-
"module": "src/banner/banner.ts"
|
|
5744
|
+
"name": "Breadcrumb",
|
|
5745
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5776
5746
|
}
|
|
5777
5747
|
},
|
|
5778
5748
|
{
|
|
5779
|
-
"kind": "
|
|
5780
|
-
"name": "
|
|
5781
|
-
"
|
|
5782
|
-
|
|
5749
|
+
"kind": "method",
|
|
5750
|
+
"name": "setItemSeparator",
|
|
5751
|
+
"privacy": "private",
|
|
5752
|
+
"return": {
|
|
5753
|
+
"type": {
|
|
5754
|
+
"text": "void"
|
|
5755
|
+
}
|
|
5783
5756
|
},
|
|
5757
|
+
"parameters": [
|
|
5758
|
+
{
|
|
5759
|
+
"name": "item",
|
|
5760
|
+
"type": {
|
|
5761
|
+
"text": "HTMLElement"
|
|
5762
|
+
}
|
|
5763
|
+
},
|
|
5764
|
+
{
|
|
5765
|
+
"name": "isLastNode",
|
|
5766
|
+
"type": {
|
|
5767
|
+
"text": "boolean"
|
|
5768
|
+
}
|
|
5769
|
+
}
|
|
5770
|
+
],
|
|
5784
5771
|
"inheritedFrom": {
|
|
5785
|
-
"name": "
|
|
5786
|
-
"module": "src/
|
|
5772
|
+
"name": "Breadcrumb",
|
|
5773
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5787
5774
|
}
|
|
5788
5775
|
},
|
|
5789
5776
|
{
|
|
5790
5777
|
"kind": "method",
|
|
5791
|
-
"name": "
|
|
5792
|
-
"privacy": "
|
|
5778
|
+
"name": "findChildWithHref",
|
|
5779
|
+
"privacy": "private",
|
|
5793
5780
|
"return": {
|
|
5794
5781
|
"type": {
|
|
5795
|
-
"text": "
|
|
5782
|
+
"text": "HTMLElement | null"
|
|
5796
5783
|
}
|
|
5797
5784
|
},
|
|
5798
|
-
"
|
|
5785
|
+
"parameters": [
|
|
5786
|
+
{
|
|
5787
|
+
"name": "node",
|
|
5788
|
+
"type": {
|
|
5789
|
+
"text": "HTMLElement"
|
|
5790
|
+
}
|
|
5791
|
+
}
|
|
5792
|
+
],
|
|
5793
|
+
"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.",
|
|
5799
5794
|
"inheritedFrom": {
|
|
5800
|
-
"name": "
|
|
5801
|
-
"module": "src/
|
|
5795
|
+
"name": "Breadcrumb",
|
|
5796
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5802
5797
|
}
|
|
5803
5798
|
},
|
|
5804
5799
|
{
|
|
5805
5800
|
"kind": "method",
|
|
5806
|
-
"name": "
|
|
5807
|
-
"privacy": "
|
|
5808
|
-
"
|
|
5801
|
+
"name": "setAriaCurrent",
|
|
5802
|
+
"privacy": "private",
|
|
5803
|
+
"return": {
|
|
5804
|
+
"type": {
|
|
5805
|
+
"text": "void"
|
|
5806
|
+
}
|
|
5807
|
+
},
|
|
5808
|
+
"parameters": [
|
|
5809
|
+
{
|
|
5810
|
+
"name": "item",
|
|
5811
|
+
"type": {
|
|
5812
|
+
"text": "HTMLElement"
|
|
5813
|
+
}
|
|
5814
|
+
},
|
|
5815
|
+
{
|
|
5816
|
+
"name": "isLastNode",
|
|
5817
|
+
"type": {
|
|
5818
|
+
"text": "boolean"
|
|
5819
|
+
}
|
|
5820
|
+
}
|
|
5821
|
+
],
|
|
5822
|
+
"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",
|
|
5809
5823
|
"inheritedFrom": {
|
|
5810
|
-
"name": "
|
|
5811
|
-
"module": "src/
|
|
5824
|
+
"name": "Breadcrumb",
|
|
5825
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5812
5826
|
}
|
|
5813
5827
|
},
|
|
5814
5828
|
{
|
|
@@ -5820,8 +5834,8 @@
|
|
|
5820
5834
|
"privacy": "private",
|
|
5821
5835
|
"default": "void 0",
|
|
5822
5836
|
"inheritedFrom": {
|
|
5823
|
-
"name": "
|
|
5824
|
-
"module": "src/
|
|
5837
|
+
"name": "Breadcrumb",
|
|
5838
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5825
5839
|
}
|
|
5826
5840
|
},
|
|
5827
5841
|
{
|
|
@@ -5833,8 +5847,8 @@
|
|
|
5833
5847
|
"privacy": "public",
|
|
5834
5848
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
5835
5849
|
"inheritedFrom": {
|
|
5836
|
-
"name": "
|
|
5837
|
-
"module": "src/
|
|
5850
|
+
"name": "Breadcrumb",
|
|
5851
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5838
5852
|
}
|
|
5839
5853
|
},
|
|
5840
5854
|
{
|
|
@@ -5846,8 +5860,8 @@
|
|
|
5846
5860
|
"privacy": "public",
|
|
5847
5861
|
"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.",
|
|
5848
5862
|
"inheritedFrom": {
|
|
5849
|
-
"name": "
|
|
5850
|
-
"module": "src/
|
|
5863
|
+
"name": "Breadcrumb",
|
|
5864
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5851
5865
|
}
|
|
5852
5866
|
},
|
|
5853
5867
|
{
|
|
@@ -5860,8 +5874,8 @@
|
|
|
5860
5874
|
}
|
|
5861
5875
|
},
|
|
5862
5876
|
"inheritedFrom": {
|
|
5863
|
-
"name": "
|
|
5864
|
-
"module": "src/
|
|
5877
|
+
"name": "Breadcrumb",
|
|
5878
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5865
5879
|
}
|
|
5866
5880
|
},
|
|
5867
5881
|
{
|
|
@@ -5873,8 +5887,8 @@
|
|
|
5873
5887
|
"privacy": "public",
|
|
5874
5888
|
"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.",
|
|
5875
5889
|
"inheritedFrom": {
|
|
5876
|
-
"name": "
|
|
5877
|
-
"module": "src/
|
|
5890
|
+
"name": "Breadcrumb",
|
|
5891
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5878
5892
|
}
|
|
5879
5893
|
},
|
|
5880
5894
|
{
|
|
@@ -5887,8 +5901,8 @@
|
|
|
5887
5901
|
}
|
|
5888
5902
|
},
|
|
5889
5903
|
"inheritedFrom": {
|
|
5890
|
-
"name": "
|
|
5891
|
-
"module": "src/
|
|
5904
|
+
"name": "Breadcrumb",
|
|
5905
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5892
5906
|
}
|
|
5893
5907
|
},
|
|
5894
5908
|
{
|
|
@@ -5918,57 +5932,81 @@
|
|
|
5918
5932
|
],
|
|
5919
5933
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
5920
5934
|
"inheritedFrom": {
|
|
5921
|
-
"name": "
|
|
5922
|
-
"module": "src/
|
|
5935
|
+
"name": "Breadcrumb",
|
|
5936
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5923
5937
|
}
|
|
5924
5938
|
}
|
|
5925
5939
|
]
|
|
5926
5940
|
},
|
|
5927
5941
|
{
|
|
5928
5942
|
"kind": "variable",
|
|
5929
|
-
"name": "
|
|
5930
|
-
"
|
|
5943
|
+
"name": "zeroBreadcrumbShadowOptions",
|
|
5944
|
+
"type": {
|
|
5945
|
+
"text": "ShadowRootInit"
|
|
5946
|
+
},
|
|
5947
|
+
"default": "undefined"
|
|
5948
|
+
},
|
|
5949
|
+
{
|
|
5950
|
+
"kind": "variable",
|
|
5951
|
+
"name": "defaultBreadcrumbConfig",
|
|
5952
|
+
"type": {
|
|
5953
|
+
"text": "object"
|
|
5954
|
+
},
|
|
5955
|
+
"default": "{}"
|
|
5956
|
+
},
|
|
5957
|
+
{
|
|
5958
|
+
"kind": "variable",
|
|
5959
|
+
"name": "zeroBreadcrumb",
|
|
5960
|
+
"description": "The zero Breadcrumb",
|
|
5931
5961
|
"privacy": "public"
|
|
5932
5962
|
}
|
|
5933
5963
|
],
|
|
5934
5964
|
"exports": [
|
|
5935
5965
|
{
|
|
5936
5966
|
"kind": "js",
|
|
5937
|
-
"name": "
|
|
5967
|
+
"name": "Breadcrumb",
|
|
5938
5968
|
"declaration": {
|
|
5939
|
-
"name": "
|
|
5940
|
-
"module": "src/
|
|
5969
|
+
"name": "Breadcrumb",
|
|
5970
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5941
5971
|
}
|
|
5942
5972
|
},
|
|
5943
5973
|
{
|
|
5944
5974
|
"kind": "js",
|
|
5945
|
-
"name": "
|
|
5975
|
+
"name": "zeroBreadcrumbShadowOptions",
|
|
5946
5976
|
"declaration": {
|
|
5947
|
-
"name": "
|
|
5948
|
-
"module": "src/
|
|
5977
|
+
"name": "zeroBreadcrumbShadowOptions",
|
|
5978
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5949
5979
|
}
|
|
5950
5980
|
},
|
|
5951
5981
|
{
|
|
5952
5982
|
"kind": "js",
|
|
5953
|
-
"name": "
|
|
5983
|
+
"name": "defaultBreadcrumbConfig",
|
|
5954
5984
|
"declaration": {
|
|
5955
|
-
"name": "
|
|
5956
|
-
"module": "src/
|
|
5985
|
+
"name": "defaultBreadcrumbConfig",
|
|
5986
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5987
|
+
}
|
|
5988
|
+
},
|
|
5989
|
+
{
|
|
5990
|
+
"kind": "js",
|
|
5991
|
+
"name": "zeroBreadcrumb",
|
|
5992
|
+
"declaration": {
|
|
5993
|
+
"name": "zeroBreadcrumb",
|
|
5994
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5957
5995
|
}
|
|
5958
5996
|
}
|
|
5959
5997
|
]
|
|
5960
5998
|
},
|
|
5961
5999
|
{
|
|
5962
6000
|
"kind": "javascript-module",
|
|
5963
|
-
"path": "src/
|
|
6001
|
+
"path": "src/breadcrumb/index.ts",
|
|
5964
6002
|
"declarations": [],
|
|
5965
6003
|
"exports": [
|
|
5966
6004
|
{
|
|
5967
6005
|
"kind": "js",
|
|
5968
|
-
"name": "
|
|
6006
|
+
"name": "*",
|
|
5969
6007
|
"declaration": {
|
|
5970
|
-
"name": "
|
|
5971
|
-
"package": "
|
|
6008
|
+
"name": "*",
|
|
6009
|
+
"package": "./breadcrumb.template"
|
|
5972
6010
|
}
|
|
5973
6011
|
},
|
|
5974
6012
|
{
|
|
@@ -5976,7 +6014,7 @@
|
|
|
5976
6014
|
"name": "*",
|
|
5977
6015
|
"declaration": {
|
|
5978
6016
|
"name": "*",
|
|
5979
|
-
"package": "./
|
|
6017
|
+
"package": "./breadcrumb.styles"
|
|
5980
6018
|
}
|
|
5981
6019
|
},
|
|
5982
6020
|
{
|
|
@@ -5984,18 +6022,18 @@
|
|
|
5984
6022
|
"name": "*",
|
|
5985
6023
|
"declaration": {
|
|
5986
6024
|
"name": "*",
|
|
5987
|
-
"package": "./
|
|
6025
|
+
"package": "./breadcrumb"
|
|
5988
6026
|
}
|
|
5989
6027
|
}
|
|
5990
6028
|
]
|
|
5991
6029
|
},
|
|
5992
6030
|
{
|
|
5993
6031
|
"kind": "javascript-module",
|
|
5994
|
-
"path": "src/
|
|
6032
|
+
"path": "src/badge/badge.styles.ts",
|
|
5995
6033
|
"declarations": [
|
|
5996
6034
|
{
|
|
5997
6035
|
"kind": "function",
|
|
5998
|
-
"name": "
|
|
6036
|
+
"name": "zeroBadgeStyles",
|
|
5999
6037
|
"return": {
|
|
6000
6038
|
"type": {
|
|
6001
6039
|
"text": "ElementStyles"
|
|
@@ -6020,24 +6058,24 @@
|
|
|
6020
6058
|
"exports": [
|
|
6021
6059
|
{
|
|
6022
6060
|
"kind": "js",
|
|
6023
|
-
"name": "
|
|
6061
|
+
"name": "zeroBadgeStyles",
|
|
6024
6062
|
"declaration": {
|
|
6025
|
-
"name": "
|
|
6026
|
-
"module": "src/
|
|
6063
|
+
"name": "zeroBadgeStyles",
|
|
6064
|
+
"module": "src/badge/badge.styles.ts"
|
|
6027
6065
|
}
|
|
6028
6066
|
}
|
|
6029
6067
|
]
|
|
6030
6068
|
},
|
|
6031
6069
|
{
|
|
6032
6070
|
"kind": "javascript-module",
|
|
6033
|
-
"path": "src/
|
|
6071
|
+
"path": "src/badge/badge.template.ts",
|
|
6034
6072
|
"declarations": [
|
|
6035
6073
|
{
|
|
6036
6074
|
"kind": "function",
|
|
6037
|
-
"name": "
|
|
6075
|
+
"name": "zeroBadgeTemplate",
|
|
6038
6076
|
"return": {
|
|
6039
6077
|
"type": {
|
|
6040
|
-
"text": "ViewTemplate<
|
|
6078
|
+
"text": "ViewTemplate<Badge>"
|
|
6041
6079
|
}
|
|
6042
6080
|
},
|
|
6043
6081
|
"parameters": [
|
|
@@ -6059,116 +6097,112 @@
|
|
|
6059
6097
|
"exports": [
|
|
6060
6098
|
{
|
|
6061
6099
|
"kind": "js",
|
|
6062
|
-
"name": "
|
|
6100
|
+
"name": "zeroBadgeTemplate",
|
|
6063
6101
|
"declaration": {
|
|
6064
|
-
"name": "
|
|
6065
|
-
"module": "src/
|
|
6102
|
+
"name": "zeroBadgeTemplate",
|
|
6103
|
+
"module": "src/badge/badge.template.ts"
|
|
6066
6104
|
}
|
|
6067
6105
|
}
|
|
6068
6106
|
]
|
|
6069
6107
|
},
|
|
6070
6108
|
{
|
|
6071
6109
|
"kind": "javascript-module",
|
|
6072
|
-
"path": "src/
|
|
6110
|
+
"path": "src/badge/badge.ts",
|
|
6073
6111
|
"declarations": [
|
|
6074
6112
|
{
|
|
6075
6113
|
"kind": "class",
|
|
6076
6114
|
"description": "",
|
|
6077
|
-
"name": "
|
|
6115
|
+
"name": "Badge",
|
|
6078
6116
|
"superclass": {
|
|
6079
|
-
"name": "
|
|
6117
|
+
"name": "FoundationBadge",
|
|
6080
6118
|
"package": "@genesislcap/foundation-ui"
|
|
6081
6119
|
},
|
|
6082
|
-
"tagName": "%%prefix%%-
|
|
6120
|
+
"tagName": "%%prefix%%-badge",
|
|
6083
6121
|
"customElement": true,
|
|
6122
|
+
"attributes": [
|
|
6123
|
+
{
|
|
6124
|
+
"name": "fill",
|
|
6125
|
+
"type": {
|
|
6126
|
+
"text": "string"
|
|
6127
|
+
},
|
|
6128
|
+
"description": "Indicates the badge should have a filled style.",
|
|
6129
|
+
"fieldName": "fill",
|
|
6130
|
+
"inheritedFrom": {
|
|
6131
|
+
"name": "Badge",
|
|
6132
|
+
"module": "src/badge/badge.ts"
|
|
6133
|
+
}
|
|
6134
|
+
},
|
|
6135
|
+
{
|
|
6136
|
+
"name": "color",
|
|
6137
|
+
"type": {
|
|
6138
|
+
"text": "string"
|
|
6139
|
+
},
|
|
6140
|
+
"description": "Indicates the badge should have a filled style.",
|
|
6141
|
+
"fieldName": "color",
|
|
6142
|
+
"inheritedFrom": {
|
|
6143
|
+
"name": "Badge",
|
|
6144
|
+
"module": "src/badge/badge.ts"
|
|
6145
|
+
}
|
|
6146
|
+
},
|
|
6147
|
+
{
|
|
6148
|
+
"type": {
|
|
6149
|
+
"text": "boolean"
|
|
6150
|
+
},
|
|
6151
|
+
"description": "Indicates the element should be circular",
|
|
6152
|
+
"fieldName": "circular",
|
|
6153
|
+
"inheritedFrom": {
|
|
6154
|
+
"name": "Badge",
|
|
6155
|
+
"module": "src/badge/badge.ts"
|
|
6156
|
+
}
|
|
6157
|
+
}
|
|
6158
|
+
],
|
|
6084
6159
|
"members": [
|
|
6085
6160
|
{
|
|
6086
|
-
"kind": "
|
|
6087
|
-
"name": "
|
|
6161
|
+
"kind": "field",
|
|
6162
|
+
"name": "fill",
|
|
6163
|
+
"type": {
|
|
6164
|
+
"text": "string"
|
|
6165
|
+
},
|
|
6088
6166
|
"privacy": "public",
|
|
6167
|
+
"description": "Indicates the badge should have a filled style.",
|
|
6089
6168
|
"inheritedFrom": {
|
|
6090
|
-
"name": "
|
|
6091
|
-
"module": "src/
|
|
6169
|
+
"name": "Badge",
|
|
6170
|
+
"module": "src/badge/badge.ts"
|
|
6092
6171
|
}
|
|
6093
6172
|
},
|
|
6094
6173
|
{
|
|
6095
|
-
"kind": "
|
|
6096
|
-
"name": "
|
|
6097
|
-
"
|
|
6098
|
-
|
|
6099
|
-
"type": {
|
|
6100
|
-
"text": "void"
|
|
6101
|
-
}
|
|
6174
|
+
"kind": "field",
|
|
6175
|
+
"name": "color",
|
|
6176
|
+
"type": {
|
|
6177
|
+
"text": "string"
|
|
6102
6178
|
},
|
|
6103
|
-
"
|
|
6104
|
-
|
|
6105
|
-
"name": "item",
|
|
6106
|
-
"type": {
|
|
6107
|
-
"text": "HTMLElement"
|
|
6108
|
-
}
|
|
6109
|
-
},
|
|
6110
|
-
{
|
|
6111
|
-
"name": "isLastNode",
|
|
6112
|
-
"type": {
|
|
6113
|
-
"text": "boolean"
|
|
6114
|
-
}
|
|
6115
|
-
}
|
|
6116
|
-
],
|
|
6179
|
+
"privacy": "public",
|
|
6180
|
+
"description": "Indicates the badge should have a filled style.",
|
|
6117
6181
|
"inheritedFrom": {
|
|
6118
|
-
"name": "
|
|
6119
|
-
"module": "src/
|
|
6182
|
+
"name": "Badge",
|
|
6183
|
+
"module": "src/badge/badge.ts"
|
|
6120
6184
|
}
|
|
6121
6185
|
},
|
|
6122
6186
|
{
|
|
6123
|
-
"kind": "
|
|
6124
|
-
"name": "
|
|
6125
|
-
"
|
|
6126
|
-
|
|
6127
|
-
"type": {
|
|
6128
|
-
"text": "HTMLElement | null"
|
|
6129
|
-
}
|
|
6187
|
+
"kind": "field",
|
|
6188
|
+
"name": "circular",
|
|
6189
|
+
"type": {
|
|
6190
|
+
"text": "boolean"
|
|
6130
6191
|
},
|
|
6131
|
-
"
|
|
6132
|
-
|
|
6133
|
-
"name": "node",
|
|
6134
|
-
"type": {
|
|
6135
|
-
"text": "HTMLElement"
|
|
6136
|
-
}
|
|
6137
|
-
}
|
|
6138
|
-
],
|
|
6139
|
-
"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.",
|
|
6192
|
+
"privacy": "public",
|
|
6193
|
+
"description": "Indicates the element should be circular",
|
|
6140
6194
|
"inheritedFrom": {
|
|
6141
|
-
"name": "
|
|
6142
|
-
"module": "src/
|
|
6195
|
+
"name": "Badge",
|
|
6196
|
+
"module": "src/badge/badge.ts"
|
|
6143
6197
|
}
|
|
6144
6198
|
},
|
|
6145
6199
|
{
|
|
6146
|
-
"kind": "
|
|
6147
|
-
"name": "
|
|
6148
|
-
"privacy": "
|
|
6149
|
-
"return": {
|
|
6150
|
-
"type": {
|
|
6151
|
-
"text": "void"
|
|
6152
|
-
}
|
|
6153
|
-
},
|
|
6154
|
-
"parameters": [
|
|
6155
|
-
{
|
|
6156
|
-
"name": "item",
|
|
6157
|
-
"type": {
|
|
6158
|
-
"text": "HTMLElement"
|
|
6159
|
-
}
|
|
6160
|
-
},
|
|
6161
|
-
{
|
|
6162
|
-
"name": "isLastNode",
|
|
6163
|
-
"type": {
|
|
6164
|
-
"text": "boolean"
|
|
6165
|
-
}
|
|
6166
|
-
}
|
|
6167
|
-
],
|
|
6168
|
-
"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",
|
|
6200
|
+
"kind": "field",
|
|
6201
|
+
"name": "generateBadgeStyle",
|
|
6202
|
+
"privacy": "public",
|
|
6169
6203
|
"inheritedFrom": {
|
|
6170
|
-
"name": "
|
|
6171
|
-
"module": "src/
|
|
6204
|
+
"name": "Badge",
|
|
6205
|
+
"module": "src/badge/badge.ts"
|
|
6172
6206
|
}
|
|
6173
6207
|
},
|
|
6174
6208
|
{
|
|
@@ -6180,8 +6214,8 @@
|
|
|
6180
6214
|
"privacy": "private",
|
|
6181
6215
|
"default": "void 0",
|
|
6182
6216
|
"inheritedFrom": {
|
|
6183
|
-
"name": "
|
|
6184
|
-
"module": "src/
|
|
6217
|
+
"name": "Badge",
|
|
6218
|
+
"module": "src/badge/badge.ts"
|
|
6185
6219
|
}
|
|
6186
6220
|
},
|
|
6187
6221
|
{
|
|
@@ -6193,8 +6227,8 @@
|
|
|
6193
6227
|
"privacy": "public",
|
|
6194
6228
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
6195
6229
|
"inheritedFrom": {
|
|
6196
|
-
"name": "
|
|
6197
|
-
"module": "src/
|
|
6230
|
+
"name": "Badge",
|
|
6231
|
+
"module": "src/badge/badge.ts"
|
|
6198
6232
|
}
|
|
6199
6233
|
},
|
|
6200
6234
|
{
|
|
@@ -6206,8 +6240,8 @@
|
|
|
6206
6240
|
"privacy": "public",
|
|
6207
6241
|
"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.",
|
|
6208
6242
|
"inheritedFrom": {
|
|
6209
|
-
"name": "
|
|
6210
|
-
"module": "src/
|
|
6243
|
+
"name": "Badge",
|
|
6244
|
+
"module": "src/badge/badge.ts"
|
|
6211
6245
|
}
|
|
6212
6246
|
},
|
|
6213
6247
|
{
|
|
@@ -6220,8 +6254,8 @@
|
|
|
6220
6254
|
}
|
|
6221
6255
|
},
|
|
6222
6256
|
"inheritedFrom": {
|
|
6223
|
-
"name": "
|
|
6224
|
-
"module": "src/
|
|
6257
|
+
"name": "Badge",
|
|
6258
|
+
"module": "src/badge/badge.ts"
|
|
6225
6259
|
}
|
|
6226
6260
|
},
|
|
6227
6261
|
{
|
|
@@ -6233,8 +6267,8 @@
|
|
|
6233
6267
|
"privacy": "public",
|
|
6234
6268
|
"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.",
|
|
6235
6269
|
"inheritedFrom": {
|
|
6236
|
-
"name": "
|
|
6237
|
-
"module": "src/
|
|
6270
|
+
"name": "Badge",
|
|
6271
|
+
"module": "src/badge/badge.ts"
|
|
6238
6272
|
}
|
|
6239
6273
|
},
|
|
6240
6274
|
{
|
|
@@ -6247,8 +6281,8 @@
|
|
|
6247
6281
|
}
|
|
6248
6282
|
},
|
|
6249
6283
|
"inheritedFrom": {
|
|
6250
|
-
"name": "
|
|
6251
|
-
"module": "src/
|
|
6284
|
+
"name": "Badge",
|
|
6285
|
+
"module": "src/badge/badge.ts"
|
|
6252
6286
|
}
|
|
6253
6287
|
},
|
|
6254
6288
|
{
|
|
@@ -6278,73 +6312,39 @@
|
|
|
6278
6312
|
],
|
|
6279
6313
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
6280
6314
|
"inheritedFrom": {
|
|
6281
|
-
"name": "
|
|
6282
|
-
"module": "src/
|
|
6315
|
+
"name": "Badge",
|
|
6316
|
+
"module": "src/badge/badge.ts"
|
|
6283
6317
|
}
|
|
6284
6318
|
}
|
|
6285
6319
|
]
|
|
6286
6320
|
},
|
|
6287
6321
|
{
|
|
6288
6322
|
"kind": "variable",
|
|
6289
|
-
"name": "
|
|
6290
|
-
"type": {
|
|
6291
|
-
"text": "ShadowRootInit"
|
|
6292
|
-
},
|
|
6293
|
-
"default": "undefined"
|
|
6294
|
-
},
|
|
6295
|
-
{
|
|
6296
|
-
"kind": "variable",
|
|
6297
|
-
"name": "defaultBreadcrumbConfig",
|
|
6298
|
-
"type": {
|
|
6299
|
-
"text": "object"
|
|
6300
|
-
},
|
|
6301
|
-
"default": "{}"
|
|
6302
|
-
},
|
|
6303
|
-
{
|
|
6304
|
-
"kind": "variable",
|
|
6305
|
-
"name": "zeroBreadcrumb",
|
|
6306
|
-
"description": "The zero Breadcrumb",
|
|
6307
|
-
"privacy": "public"
|
|
6323
|
+
"name": "zeroBadge"
|
|
6308
6324
|
}
|
|
6309
6325
|
],
|
|
6310
6326
|
"exports": [
|
|
6311
6327
|
{
|
|
6312
6328
|
"kind": "js",
|
|
6313
|
-
"name": "
|
|
6314
|
-
"declaration": {
|
|
6315
|
-
"name": "Breadcrumb",
|
|
6316
|
-
"module": "src/breadcrumb/breadcrumb.ts"
|
|
6317
|
-
}
|
|
6318
|
-
},
|
|
6319
|
-
{
|
|
6320
|
-
"kind": "js",
|
|
6321
|
-
"name": "zeroBreadcrumbShadowOptions",
|
|
6322
|
-
"declaration": {
|
|
6323
|
-
"name": "zeroBreadcrumbShadowOptions",
|
|
6324
|
-
"module": "src/breadcrumb/breadcrumb.ts"
|
|
6325
|
-
}
|
|
6326
|
-
},
|
|
6327
|
-
{
|
|
6328
|
-
"kind": "js",
|
|
6329
|
-
"name": "defaultBreadcrumbConfig",
|
|
6329
|
+
"name": "Badge",
|
|
6330
6330
|
"declaration": {
|
|
6331
|
-
"name": "
|
|
6332
|
-
"module": "src/
|
|
6331
|
+
"name": "Badge",
|
|
6332
|
+
"module": "src/badge/badge.ts"
|
|
6333
6333
|
}
|
|
6334
6334
|
},
|
|
6335
6335
|
{
|
|
6336
6336
|
"kind": "js",
|
|
6337
|
-
"name": "
|
|
6337
|
+
"name": "zeroBadge",
|
|
6338
6338
|
"declaration": {
|
|
6339
|
-
"name": "
|
|
6340
|
-
"module": "src/
|
|
6339
|
+
"name": "zeroBadge",
|
|
6340
|
+
"module": "src/badge/badge.ts"
|
|
6341
6341
|
}
|
|
6342
6342
|
}
|
|
6343
6343
|
]
|
|
6344
6344
|
},
|
|
6345
6345
|
{
|
|
6346
6346
|
"kind": "javascript-module",
|
|
6347
|
-
"path": "src/
|
|
6347
|
+
"path": "src/badge/index.ts",
|
|
6348
6348
|
"declarations": [],
|
|
6349
6349
|
"exports": [
|
|
6350
6350
|
{
|
|
@@ -6352,7 +6352,7 @@
|
|
|
6352
6352
|
"name": "*",
|
|
6353
6353
|
"declaration": {
|
|
6354
6354
|
"name": "*",
|
|
6355
|
-
"package": "./
|
|
6355
|
+
"package": "./badge"
|
|
6356
6356
|
}
|
|
6357
6357
|
},
|
|
6358
6358
|
{
|
|
@@ -6360,7 +6360,7 @@
|
|
|
6360
6360
|
"name": "*",
|
|
6361
6361
|
"declaration": {
|
|
6362
6362
|
"name": "*",
|
|
6363
|
-
"package": "./
|
|
6363
|
+
"package": "./badge.styles"
|
|
6364
6364
|
}
|
|
6365
6365
|
},
|
|
6366
6366
|
{
|
|
@@ -6368,7 +6368,7 @@
|
|
|
6368
6368
|
"name": "*",
|
|
6369
6369
|
"declaration": {
|
|
6370
6370
|
"name": "*",
|
|
6371
|
-
"package": "./
|
|
6371
|
+
"package": "./badge.template"
|
|
6372
6372
|
}
|
|
6373
6373
|
}
|
|
6374
6374
|
]
|