@genesislcap/foundation-zero 14.409.1 → 14.411.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 +389 -389
- 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": "
|
|
1594
|
-
"type": {
|
|
1595
|
-
"text": "ActionMenuItem[]"
|
|
1596
|
-
},
|
|
1597
|
-
"inheritedFrom": {
|
|
1598
|
-
"name": "ActionsMenu",
|
|
1599
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1600
|
-
}
|
|
1601
|
-
},
|
|
1602
|
-
{
|
|
1603
|
-
"kind": "field",
|
|
1604
|
-
"name": "isVertical",
|
|
1553
|
+
"name": "aiProvider",
|
|
1605
1554
|
"type": {
|
|
1606
|
-
"text": "
|
|
1555
|
+
"text": "AIProvider"
|
|
1607
1556
|
},
|
|
1608
|
-
"default": "false",
|
|
1609
1557
|
"inheritedFrom": {
|
|
1610
|
-
"name": "
|
|
1611
|
-
"module": "src/
|
|
1558
|
+
"name": "AiCriteriaSearch",
|
|
1559
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1612
1560
|
}
|
|
1613
1561
|
},
|
|
1614
1562
|
{
|
|
1615
1563
|
"kind": "field",
|
|
1616
|
-
"name": "
|
|
1564
|
+
"name": "placeholder",
|
|
1617
1565
|
"type": {
|
|
1618
|
-
"text": "
|
|
1566
|
+
"text": "string"
|
|
1619
1567
|
},
|
|
1620
|
-
"default": "
|
|
1568
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
1621
1569
|
"inheritedFrom": {
|
|
1622
|
-
"name": "
|
|
1623
|
-
"module": "src/
|
|
1570
|
+
"name": "AiCriteriaSearch",
|
|
1571
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1624
1572
|
}
|
|
1625
1573
|
},
|
|
1626
1574
|
{
|
|
1627
1575
|
"kind": "field",
|
|
1628
|
-
"name": "
|
|
1576
|
+
"name": "disabled",
|
|
1629
1577
|
"type": {
|
|
1630
1578
|
"text": "boolean"
|
|
1631
1579
|
},
|
|
1632
|
-
"default": "true",
|
|
1633
1580
|
"inheritedFrom": {
|
|
1634
|
-
"name": "
|
|
1635
|
-
"module": "src/
|
|
1636
|
-
}
|
|
1637
|
-
},
|
|
1638
|
-
{
|
|
1639
|
-
"kind": "field",
|
|
1640
|
-
"name": "classNames",
|
|
1641
|
-
"type": {
|
|
1642
|
-
"text": "string"
|
|
1643
|
-
},
|
|
1644
|
-
"inheritedFrom": {
|
|
1645
|
-
"name": "ActionsMenu",
|
|
1646
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1581
|
+
"name": "AiCriteriaSearch",
|
|
1582
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1647
1583
|
}
|
|
1648
1584
|
},
|
|
1649
1585
|
{
|
|
1650
1586
|
"kind": "field",
|
|
1651
|
-
"name": "
|
|
1587
|
+
"name": "mode",
|
|
1652
1588
|
"type": {
|
|
1653
|
-
"text": "
|
|
1589
|
+
"text": "'append' | 'replace'"
|
|
1654
1590
|
},
|
|
1591
|
+
"default": "'replace'",
|
|
1655
1592
|
"inheritedFrom": {
|
|
1656
|
-
"name": "
|
|
1657
|
-
"module": "src/
|
|
1593
|
+
"name": "AiCriteriaSearch",
|
|
1594
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1658
1595
|
}
|
|
1659
1596
|
},
|
|
1660
1597
|
{
|
|
1661
1598
|
"kind": "field",
|
|
1662
|
-
"name": "
|
|
1599
|
+
"name": "inputValue",
|
|
1663
1600
|
"type": {
|
|
1664
1601
|
"text": "string"
|
|
1665
1602
|
},
|
|
1666
|
-
"default": "'
|
|
1603
|
+
"default": "''",
|
|
1667
1604
|
"inheritedFrom": {
|
|
1668
|
-
"name": "
|
|
1669
|
-
"module": "src/
|
|
1605
|
+
"name": "AiCriteriaSearch",
|
|
1606
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1670
1607
|
}
|
|
1671
1608
|
},
|
|
1672
1609
|
{
|
|
1673
1610
|
"kind": "field",
|
|
1674
|
-
"name": "
|
|
1611
|
+
"name": "isInterpreting",
|
|
1675
1612
|
"type": {
|
|
1676
1613
|
"text": "boolean"
|
|
1677
1614
|
},
|
|
1678
1615
|
"default": "false",
|
|
1679
1616
|
"inheritedFrom": {
|
|
1680
|
-
"name": "
|
|
1681
|
-
"module": "src/
|
|
1617
|
+
"name": "AiCriteriaSearch",
|
|
1618
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1682
1619
|
}
|
|
1683
1620
|
},
|
|
1684
1621
|
{
|
|
1685
1622
|
"kind": "field",
|
|
1686
|
-
"name": "
|
|
1623
|
+
"name": "lastValidCriteria",
|
|
1687
1624
|
"type": {
|
|
1688
|
-
"text": "string"
|
|
1625
|
+
"text": "string | null"
|
|
1689
1626
|
},
|
|
1627
|
+
"default": "null",
|
|
1690
1628
|
"inheritedFrom": {
|
|
1691
|
-
"name": "
|
|
1692
|
-
"module": "src/
|
|
1629
|
+
"name": "AiCriteriaSearch",
|
|
1630
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1693
1631
|
}
|
|
1694
1632
|
},
|
|
1695
1633
|
{
|
|
1696
1634
|
"kind": "field",
|
|
1697
|
-
"name": "
|
|
1635
|
+
"name": "fieldMetadata",
|
|
1698
1636
|
"type": {
|
|
1699
|
-
"text": "
|
|
1637
|
+
"text": "MetadataDetail[] | string[]"
|
|
1700
1638
|
},
|
|
1701
|
-
"default": "
|
|
1639
|
+
"default": "[]",
|
|
1702
1640
|
"inheritedFrom": {
|
|
1703
|
-
"name": "
|
|
1704
|
-
"module": "src/
|
|
1641
|
+
"name": "AiCriteriaSearch",
|
|
1642
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1705
1643
|
}
|
|
1706
1644
|
},
|
|
1707
1645
|
{
|
|
1708
1646
|
"kind": "field",
|
|
1709
|
-
"name": "
|
|
1647
|
+
"name": "isRecording",
|
|
1710
1648
|
"type": {
|
|
1711
1649
|
"text": "boolean"
|
|
1712
1650
|
},
|
|
1713
1651
|
"default": "false",
|
|
1714
1652
|
"inheritedFrom": {
|
|
1715
|
-
"name": "
|
|
1716
|
-
"module": "src/
|
|
1653
|
+
"name": "AiCriteriaSearch",
|
|
1654
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1717
1655
|
}
|
|
1718
1656
|
},
|
|
1719
1657
|
{
|
|
1720
1658
|
"kind": "field",
|
|
1721
|
-
"name": "
|
|
1659
|
+
"name": "textAreaRef",
|
|
1722
1660
|
"type": {
|
|
1723
|
-
"text": "
|
|
1661
|
+
"text": "HTMLTextAreaElement"
|
|
1724
1662
|
},
|
|
1663
|
+
"privacy": "public",
|
|
1725
1664
|
"inheritedFrom": {
|
|
1726
|
-
"name": "
|
|
1727
|
-
"module": "src/
|
|
1665
|
+
"name": "AiCriteriaSearch",
|
|
1666
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1728
1667
|
}
|
|
1729
1668
|
},
|
|
1730
1669
|
{
|
|
1731
1670
|
"kind": "field",
|
|
1732
|
-
"name": "
|
|
1671
|
+
"name": "stopRecording",
|
|
1733
1672
|
"type": {
|
|
1734
|
-
"text": "
|
|
1673
|
+
"text": "(() => void) | null"
|
|
1735
1674
|
},
|
|
1675
|
+
"privacy": "private",
|
|
1676
|
+
"default": "null",
|
|
1736
1677
|
"inheritedFrom": {
|
|
1737
|
-
"name": "
|
|
1738
|
-
"module": "src/
|
|
1678
|
+
"name": "AiCriteriaSearch",
|
|
1679
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1739
1680
|
}
|
|
1740
1681
|
},
|
|
1741
1682
|
{
|
|
1742
|
-
"kind": "
|
|
1743
|
-
"name": "
|
|
1744
|
-
"
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
"text": "any"
|
|
1750
|
-
}
|
|
1751
|
-
},
|
|
1752
|
-
{
|
|
1753
|
-
"name": "newValue",
|
|
1754
|
-
"type": {
|
|
1755
|
-
"text": "any"
|
|
1756
|
-
}
|
|
1757
|
-
}
|
|
1758
|
-
],
|
|
1683
|
+
"kind": "field",
|
|
1684
|
+
"name": "speechApplyDebounceTimer",
|
|
1685
|
+
"type": {
|
|
1686
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
1687
|
+
},
|
|
1688
|
+
"privacy": "private",
|
|
1689
|
+
"default": "null",
|
|
1759
1690
|
"inheritedFrom": {
|
|
1760
|
-
"name": "
|
|
1761
|
-
"module": "src/
|
|
1691
|
+
"name": "AiCriteriaSearch",
|
|
1692
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1762
1693
|
}
|
|
1763
1694
|
},
|
|
1764
1695
|
{
|
|
1765
|
-
"kind": "
|
|
1766
|
-
"name": "
|
|
1767
|
-
"
|
|
1696
|
+
"kind": "field",
|
|
1697
|
+
"name": "baseInputForAppend",
|
|
1698
|
+
"type": {
|
|
1699
|
+
"text": "string"
|
|
1700
|
+
},
|
|
1701
|
+
"privacy": "private",
|
|
1702
|
+
"default": "''",
|
|
1768
1703
|
"inheritedFrom": {
|
|
1769
|
-
"name": "
|
|
1770
|
-
"module": "src/
|
|
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/
|
|
1724
|
+
"name": "AiCriteriaSearch",
|
|
1725
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1795
1726
|
}
|
|
1796
1727
|
},
|
|
1797
1728
|
{
|
|
1798
|
-
"kind": "
|
|
1799
|
-
"name": "
|
|
1800
|
-
"type": {
|
|
1801
|
-
"text": "ActionMenuItem[]"
|
|
1802
|
-
},
|
|
1803
|
-
"readonly": true,
|
|
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",
|
|
2149
2108
|
"type": {
|
|
2150
2109
|
"text": "boolean"
|
|
2151
2110
|
},
|
|
2111
|
+
"default": "true",
|
|
2152
2112
|
"inheritedFrom": {
|
|
2153
|
-
"name": "
|
|
2154
|
-
"module": "src/
|
|
2113
|
+
"name": "ActionsMenu",
|
|
2114
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2155
2115
|
}
|
|
2156
2116
|
},
|
|
2157
2117
|
{
|
|
2158
2118
|
"kind": "field",
|
|
2159
|
-
"name": "
|
|
2119
|
+
"name": "autoCloseOnAction",
|
|
2160
2120
|
"type": {
|
|
2161
|
-
"text": "
|
|
2121
|
+
"text": "boolean"
|
|
2162
2122
|
},
|
|
2163
|
-
"default": "
|
|
2123
|
+
"default": "true",
|
|
2164
2124
|
"inheritedFrom": {
|
|
2165
|
-
"name": "
|
|
2166
|
-
"module": "src/
|
|
2125
|
+
"name": "ActionsMenu",
|
|
2126
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2167
2127
|
}
|
|
2168
2128
|
},
|
|
2169
2129
|
{
|
|
2170
2130
|
"kind": "field",
|
|
2171
|
-
"name": "
|
|
2131
|
+
"name": "classNames",
|
|
2172
2132
|
"type": {
|
|
2173
2133
|
"text": "string"
|
|
2174
2134
|
},
|
|
2175
|
-
"default": "''",
|
|
2176
2135
|
"inheritedFrom": {
|
|
2177
|
-
"name": "
|
|
2178
|
-
"module": "src/
|
|
2136
|
+
"name": "ActionsMenu",
|
|
2137
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2179
2138
|
}
|
|
2180
2139
|
},
|
|
2181
2140
|
{
|
|
2182
2141
|
"kind": "field",
|
|
2183
|
-
"name": "
|
|
2142
|
+
"name": "definition",
|
|
2184
2143
|
"type": {
|
|
2185
|
-
"text": "
|
|
2144
|
+
"text": "any"
|
|
2186
2145
|
},
|
|
2187
|
-
"default": "false",
|
|
2188
2146
|
"inheritedFrom": {
|
|
2189
|
-
"name": "
|
|
2190
|
-
"module": "src/
|
|
2147
|
+
"name": "ActionsMenu",
|
|
2148
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2191
2149
|
}
|
|
2192
2150
|
},
|
|
2193
2151
|
{
|
|
2194
2152
|
"kind": "field",
|
|
2195
|
-
"name": "
|
|
2153
|
+
"name": "name",
|
|
2196
2154
|
"type": {
|
|
2197
|
-
"text": "string
|
|
2155
|
+
"text": "string"
|
|
2198
2156
|
},
|
|
2199
|
-
"default": "
|
|
2157
|
+
"default": "'Actions'",
|
|
2200
2158
|
"inheritedFrom": {
|
|
2201
|
-
"name": "
|
|
2202
|
-
"module": "src/
|
|
2159
|
+
"name": "ActionsMenu",
|
|
2160
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2203
2161
|
}
|
|
2204
2162
|
},
|
|
2205
2163
|
{
|
|
2206
2164
|
"kind": "field",
|
|
2207
|
-
"name": "
|
|
2165
|
+
"name": "open",
|
|
2208
2166
|
"type": {
|
|
2209
|
-
"text": "
|
|
2167
|
+
"text": "boolean"
|
|
2210
2168
|
},
|
|
2211
|
-
"default": "
|
|
2169
|
+
"default": "false",
|
|
2212
2170
|
"inheritedFrom": {
|
|
2213
|
-
"name": "
|
|
2214
|
-
"module": "src/
|
|
2171
|
+
"name": "ActionsMenu",
|
|
2172
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2215
2173
|
}
|
|
2216
2174
|
},
|
|
2217
2175
|
{
|
|
2218
2176
|
"kind": "field",
|
|
2219
|
-
"name": "
|
|
2177
|
+
"name": "buttonAppearance",
|
|
2220
2178
|
"type": {
|
|
2221
|
-
"text": "
|
|
2179
|
+
"text": "string"
|
|
2222
2180
|
},
|
|
2223
|
-
"default": "false",
|
|
2224
2181
|
"inheritedFrom": {
|
|
2225
|
-
"name": "
|
|
2226
|
-
"module": "src/
|
|
2182
|
+
"name": "ActionsMenu",
|
|
2183
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2227
2184
|
}
|
|
2228
2185
|
},
|
|
2229
2186
|
{
|
|
2230
2187
|
"kind": "field",
|
|
2231
|
-
"name": "
|
|
2188
|
+
"name": "hideDisabled",
|
|
2232
2189
|
"type": {
|
|
2233
|
-
"text": "
|
|
2190
|
+
"text": "boolean"
|
|
2234
2191
|
},
|
|
2235
|
-
"
|
|
2192
|
+
"default": "false",
|
|
2236
2193
|
"inheritedFrom": {
|
|
2237
|
-
"name": "
|
|
2238
|
-
"module": "src/
|
|
2194
|
+
"name": "ActionsMenu",
|
|
2195
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2239
2196
|
}
|
|
2240
2197
|
},
|
|
2241
2198
|
{
|
|
2242
2199
|
"kind": "field",
|
|
2243
|
-
"name": "
|
|
2200
|
+
"name": "hideMenuSingleOption",
|
|
2244
2201
|
"type": {
|
|
2245
|
-
"text": "
|
|
2202
|
+
"text": "boolean"
|
|
2246
2203
|
},
|
|
2247
|
-
"
|
|
2248
|
-
"default": "null",
|
|
2204
|
+
"default": "false",
|
|
2249
2205
|
"inheritedFrom": {
|
|
2250
|
-
"name": "
|
|
2251
|
-
"module": "src/
|
|
2206
|
+
"name": "ActionsMenu",
|
|
2207
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2252
2208
|
}
|
|
2253
2209
|
},
|
|
2254
2210
|
{
|
|
2255
2211
|
"kind": "field",
|
|
2256
|
-
"name": "
|
|
2212
|
+
"name": "singleOption",
|
|
2257
2213
|
"type": {
|
|
2258
|
-
"text": "
|
|
2214
|
+
"text": "ActionMenuItem"
|
|
2259
2215
|
},
|
|
2260
|
-
"privacy": "private",
|
|
2261
|
-
"default": "null",
|
|
2262
2216
|
"inheritedFrom": {
|
|
2263
|
-
"name": "
|
|
2264
|
-
"module": "src/
|
|
2217
|
+
"name": "ActionsMenu",
|
|
2218
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2265
2219
|
}
|
|
2266
2220
|
},
|
|
2267
2221
|
{
|
|
2268
2222
|
"kind": "field",
|
|
2269
|
-
"name": "
|
|
2223
|
+
"name": "actionsMenu",
|
|
2270
2224
|
"type": {
|
|
2271
|
-
"text": "
|
|
2225
|
+
"text": "HTMLElement"
|
|
2272
2226
|
},
|
|
2273
|
-
"privacy": "private",
|
|
2274
|
-
"default": "''",
|
|
2275
2227
|
"inheritedFrom": {
|
|
2276
|
-
"name": "
|
|
2277
|
-
"module": "src/
|
|
2228
|
+
"name": "ActionsMenu",
|
|
2229
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2278
2230
|
}
|
|
2279
2231
|
},
|
|
2280
2232
|
{
|
|
2281
|
-
"kind": "
|
|
2282
|
-
"name": "
|
|
2283
|
-
"
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
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
|
+
],
|
|
2287
2250
|
"inheritedFrom": {
|
|
2288
|
-
"name": "
|
|
2289
|
-
"module": "src/
|
|
2251
|
+
"name": "ActionsMenu",
|
|
2252
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2290
2253
|
}
|
|
2291
2254
|
},
|
|
2292
2255
|
{
|
|
2293
2256
|
"kind": "method",
|
|
2294
|
-
"name": "
|
|
2257
|
+
"name": "openChanged",
|
|
2258
|
+
"privacy": "protected",
|
|
2295
2259
|
"inheritedFrom": {
|
|
2296
|
-
"name": "
|
|
2297
|
-
"module": "src/
|
|
2260
|
+
"name": "ActionsMenu",
|
|
2261
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2298
2262
|
}
|
|
2299
2263
|
},
|
|
2300
2264
|
{
|
|
2301
2265
|
"kind": "method",
|
|
2302
|
-
"name": "
|
|
2266
|
+
"name": "toggleActionsMenuVisibility",
|
|
2303
2267
|
"inheritedFrom": {
|
|
2304
|
-
"name": "
|
|
2305
|
-
"module": "src/
|
|
2268
|
+
"name": "ActionsMenu",
|
|
2269
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2306
2270
|
}
|
|
2307
2271
|
},
|
|
2308
2272
|
{
|
|
2309
2273
|
"kind": "method",
|
|
2310
|
-
"name": "
|
|
2274
|
+
"name": "onActionMenuItemClick",
|
|
2275
|
+
"parameters": [
|
|
2276
|
+
{
|
|
2277
|
+
"name": "callback",
|
|
2278
|
+
"type": {
|
|
2279
|
+
"text": "(rowData) => void | any"
|
|
2280
|
+
}
|
|
2281
|
+
}
|
|
2282
|
+
],
|
|
2311
2283
|
"inheritedFrom": {
|
|
2312
|
-
"name": "
|
|
2313
|
-
"module": "src/
|
|
2284
|
+
"name": "ActionsMenu",
|
|
2285
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2286
|
+
}
|
|
2287
|
+
},
|
|
2288
|
+
{
|
|
2289
|
+
"kind": "field",
|
|
2290
|
+
"name": "allActions",
|
|
2291
|
+
"type": {
|
|
2292
|
+
"text": "ActionMenuItem[]"
|
|
2293
|
+
},
|
|
2294
|
+
"readonly": true,
|
|
2295
|
+
"inheritedFrom": {
|
|
2296
|
+
"name": "ActionsMenu",
|
|
2297
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2298
|
+
}
|
|
2299
|
+
},
|
|
2300
|
+
{
|
|
2301
|
+
"kind": "field",
|
|
2302
|
+
"name": "rowData",
|
|
2303
|
+
"readonly": true,
|
|
2304
|
+
"inheritedFrom": {
|
|
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
|
]
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-zero",
|
|
3
3
|
"description": "Genesis Foundation Zero Design System",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.411.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -73,18 +73,18 @@
|
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
75
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
76
|
-
"@genesislcap/genx": "14.
|
|
77
|
-
"@genesislcap/rollup-builder": "14.
|
|
78
|
-
"@genesislcap/ts-builder": "14.
|
|
79
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
80
|
-
"@genesislcap/vite-builder": "14.
|
|
81
|
-
"@genesislcap/webpack-builder": "14.
|
|
76
|
+
"@genesislcap/genx": "14.411.0",
|
|
77
|
+
"@genesislcap/rollup-builder": "14.411.0",
|
|
78
|
+
"@genesislcap/ts-builder": "14.411.0",
|
|
79
|
+
"@genesislcap/uvu-playwright-builder": "14.411.0",
|
|
80
|
+
"@genesislcap/vite-builder": "14.411.0",
|
|
81
|
+
"@genesislcap/webpack-builder": "14.411.0"
|
|
82
82
|
},
|
|
83
83
|
"dependencies": {
|
|
84
|
-
"@genesislcap/foundation-comms": "14.
|
|
85
|
-
"@genesislcap/foundation-logger": "14.
|
|
86
|
-
"@genesislcap/foundation-ui": "14.
|
|
87
|
-
"@genesislcap/foundation-utils": "14.
|
|
84
|
+
"@genesislcap/foundation-comms": "14.411.0",
|
|
85
|
+
"@genesislcap/foundation-logger": "14.411.0",
|
|
86
|
+
"@genesislcap/foundation-ui": "14.411.0",
|
|
87
|
+
"@genesislcap/foundation-utils": "14.411.0",
|
|
88
88
|
"@microsoft/fast-colors": "5.3.1",
|
|
89
89
|
"@microsoft/fast-components": "2.30.6",
|
|
90
90
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -100,5 +100,5 @@
|
|
|
100
100
|
"access": "public"
|
|
101
101
|
},
|
|
102
102
|
"customElements": "dist/custom-elements.json",
|
|
103
|
-
"gitHead": "
|
|
103
|
+
"gitHead": "f0f06261f9263da766433fa02f4c011c3391e3c4"
|
|
104
104
|
}
|