@genesislcap/foundation-zero 14.407.0 → 14.408.0-icon-renderer.3
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 +602 -602
- package/package.json +12 -12
|
@@ -898,37 +898,6 @@
|
|
|
898
898
|
}
|
|
899
899
|
]
|
|
900
900
|
},
|
|
901
|
-
{
|
|
902
|
-
"kind": "javascript-module",
|
|
903
|
-
"path": "src/_config/index.ts",
|
|
904
|
-
"declarations": [],
|
|
905
|
-
"exports": [
|
|
906
|
-
{
|
|
907
|
-
"kind": "js",
|
|
908
|
-
"name": "*",
|
|
909
|
-
"declaration": {
|
|
910
|
-
"name": "*",
|
|
911
|
-
"package": "./styles"
|
|
912
|
-
}
|
|
913
|
-
},
|
|
914
|
-
{
|
|
915
|
-
"kind": "js",
|
|
916
|
-
"name": "*",
|
|
917
|
-
"declaration": {
|
|
918
|
-
"name": "*",
|
|
919
|
-
"package": "./tokens"
|
|
920
|
-
}
|
|
921
|
-
},
|
|
922
|
-
{
|
|
923
|
-
"kind": "js",
|
|
924
|
-
"name": "*",
|
|
925
|
-
"declaration": {
|
|
926
|
-
"name": "*",
|
|
927
|
-
"package": "./values"
|
|
928
|
-
}
|
|
929
|
-
}
|
|
930
|
-
]
|
|
931
|
-
},
|
|
932
901
|
{
|
|
933
902
|
"kind": "javascript-module",
|
|
934
903
|
"path": "src/accordion/accordion.styles.ts",
|
|
@@ -1077,6 +1046,37 @@
|
|
|
1077
1046
|
}
|
|
1078
1047
|
]
|
|
1079
1048
|
},
|
|
1049
|
+
{
|
|
1050
|
+
"kind": "javascript-module",
|
|
1051
|
+
"path": "src/_config/index.ts",
|
|
1052
|
+
"declarations": [],
|
|
1053
|
+
"exports": [
|
|
1054
|
+
{
|
|
1055
|
+
"kind": "js",
|
|
1056
|
+
"name": "*",
|
|
1057
|
+
"declaration": {
|
|
1058
|
+
"name": "*",
|
|
1059
|
+
"package": "./styles"
|
|
1060
|
+
}
|
|
1061
|
+
},
|
|
1062
|
+
{
|
|
1063
|
+
"kind": "js",
|
|
1064
|
+
"name": "*",
|
|
1065
|
+
"declaration": {
|
|
1066
|
+
"name": "*",
|
|
1067
|
+
"package": "./tokens"
|
|
1068
|
+
}
|
|
1069
|
+
},
|
|
1070
|
+
{
|
|
1071
|
+
"kind": "js",
|
|
1072
|
+
"name": "*",
|
|
1073
|
+
"declaration": {
|
|
1074
|
+
"name": "*",
|
|
1075
|
+
"package": "./values"
|
|
1076
|
+
}
|
|
1077
|
+
}
|
|
1078
|
+
]
|
|
1079
|
+
},
|
|
1080
1080
|
{
|
|
1081
1081
|
"kind": "javascript-module",
|
|
1082
1082
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -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": "
|
|
1516
|
+
"name": "placeholder",
|
|
1496
1517
|
"type": {
|
|
1497
|
-
"text": "
|
|
1518
|
+
"text": "string"
|
|
1498
1519
|
},
|
|
1499
|
-
"default": "
|
|
1500
|
-
"fieldName": "
|
|
1520
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
1521
|
+
"fieldName": "placeholder",
|
|
1501
1522
|
"inheritedFrom": {
|
|
1502
|
-
"name": "
|
|
1503
|
-
"module": "src/
|
|
1523
|
+
"name": "AiCriteriaSearch",
|
|
1524
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1504
1525
|
}
|
|
1505
1526
|
},
|
|
1506
1527
|
{
|
|
1507
|
-
"name": "add-default-actions",
|
|
1508
1528
|
"type": {
|
|
1509
1529
|
"text": "boolean"
|
|
1510
1530
|
},
|
|
1511
|
-
"
|
|
1512
|
-
"fieldName": "addDefaultActions",
|
|
1531
|
+
"fieldName": "disabled",
|
|
1513
1532
|
"inheritedFrom": {
|
|
1514
|
-
"name": "
|
|
1515
|
-
"module": "src/
|
|
1533
|
+
"name": "AiCriteriaSearch",
|
|
1534
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1516
1535
|
}
|
|
1517
1536
|
},
|
|
1518
1537
|
{
|
|
1519
|
-
"name": "
|
|
1538
|
+
"name": "mode",
|
|
1520
1539
|
"type": {
|
|
1521
|
-
"text": "
|
|
1540
|
+
"text": "'append' | 'replace'"
|
|
1522
1541
|
},
|
|
1523
|
-
"default": "
|
|
1524
|
-
"fieldName": "
|
|
1542
|
+
"default": "'replace'",
|
|
1543
|
+
"fieldName": "mode",
|
|
1525
1544
|
"inheritedFrom": {
|
|
1526
|
-
"name": "
|
|
1527
|
-
"module": "src/
|
|
1545
|
+
"name": "AiCriteriaSearch",
|
|
1546
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1547
|
+
}
|
|
1548
|
+
}
|
|
1549
|
+
],
|
|
1550
|
+
"members": [
|
|
1551
|
+
{
|
|
1552
|
+
"kind": "field",
|
|
1553
|
+
"name": "aiProvider",
|
|
1554
|
+
"type": {
|
|
1555
|
+
"text": "AIProvider"
|
|
1556
|
+
},
|
|
1557
|
+
"inheritedFrom": {
|
|
1558
|
+
"name": "AiCriteriaSearch",
|
|
1559
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1528
1560
|
}
|
|
1529
1561
|
},
|
|
1530
1562
|
{
|
|
1531
|
-
"
|
|
1563
|
+
"kind": "field",
|
|
1564
|
+
"name": "placeholder",
|
|
1532
1565
|
"type": {
|
|
1533
1566
|
"text": "string"
|
|
1534
1567
|
},
|
|
1535
|
-
"default": "'
|
|
1536
|
-
"fieldName": "name",
|
|
1568
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
1537
1569
|
"inheritedFrom": {
|
|
1538
|
-
"name": "
|
|
1539
|
-
"module": "src/
|
|
1570
|
+
"name": "AiCriteriaSearch",
|
|
1571
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1540
1572
|
}
|
|
1541
1573
|
},
|
|
1542
1574
|
{
|
|
1543
|
-
"
|
|
1575
|
+
"kind": "field",
|
|
1576
|
+
"name": "disabled",
|
|
1544
1577
|
"type": {
|
|
1545
1578
|
"text": "boolean"
|
|
1546
1579
|
},
|
|
1547
|
-
"default": "false",
|
|
1548
|
-
"fieldName": "open",
|
|
1549
1580
|
"inheritedFrom": {
|
|
1550
|
-
"name": "
|
|
1551
|
-
"module": "src/
|
|
1581
|
+
"name": "AiCriteriaSearch",
|
|
1582
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1552
1583
|
}
|
|
1553
1584
|
},
|
|
1554
1585
|
{
|
|
1555
|
-
"
|
|
1586
|
+
"kind": "field",
|
|
1587
|
+
"name": "mode",
|
|
1556
1588
|
"type": {
|
|
1557
|
-
"text": "
|
|
1589
|
+
"text": "'append' | 'replace'"
|
|
1558
1590
|
},
|
|
1559
|
-
"
|
|
1591
|
+
"default": "'replace'",
|
|
1560
1592
|
"inheritedFrom": {
|
|
1561
|
-
"name": "
|
|
1562
|
-
"module": "src/
|
|
1593
|
+
"name": "AiCriteriaSearch",
|
|
1594
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1563
1595
|
}
|
|
1564
1596
|
},
|
|
1565
1597
|
{
|
|
1566
|
-
"
|
|
1598
|
+
"kind": "field",
|
|
1599
|
+
"name": "inputValue",
|
|
1567
1600
|
"type": {
|
|
1568
|
-
"text": "
|
|
1601
|
+
"text": "string"
|
|
1569
1602
|
},
|
|
1570
|
-
"default": "
|
|
1571
|
-
"fieldName": "hideDisabled",
|
|
1603
|
+
"default": "''",
|
|
1572
1604
|
"inheritedFrom": {
|
|
1573
|
-
"name": "
|
|
1574
|
-
"module": "src/
|
|
1605
|
+
"name": "AiCriteriaSearch",
|
|
1606
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1575
1607
|
}
|
|
1576
1608
|
},
|
|
1577
1609
|
{
|
|
1578
|
-
"
|
|
1610
|
+
"kind": "field",
|
|
1611
|
+
"name": "isInterpreting",
|
|
1579
1612
|
"type": {
|
|
1580
1613
|
"text": "boolean"
|
|
1581
1614
|
},
|
|
1582
1615
|
"default": "false",
|
|
1583
|
-
"fieldName": "hideMenuSingleOption",
|
|
1584
1616
|
"inheritedFrom": {
|
|
1585
|
-
"name": "
|
|
1586
|
-
"module": "src/
|
|
1617
|
+
"name": "AiCriteriaSearch",
|
|
1618
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1587
1619
|
}
|
|
1588
|
-
}
|
|
1589
|
-
],
|
|
1590
|
-
"members": [
|
|
1620
|
+
},
|
|
1591
1621
|
{
|
|
1592
1622
|
"kind": "field",
|
|
1593
|
-
"name": "
|
|
1623
|
+
"name": "lastValidCriteria",
|
|
1594
1624
|
"type": {
|
|
1595
|
-
"text": "
|
|
1625
|
+
"text": "string | null"
|
|
1596
1626
|
},
|
|
1627
|
+
"default": "null",
|
|
1597
1628
|
"inheritedFrom": {
|
|
1598
|
-
"name": "
|
|
1599
|
-
"module": "src/
|
|
1629
|
+
"name": "AiCriteriaSearch",
|
|
1630
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1600
1631
|
}
|
|
1601
1632
|
},
|
|
1602
1633
|
{
|
|
1603
1634
|
"kind": "field",
|
|
1604
|
-
"name": "
|
|
1635
|
+
"name": "fieldMetadata",
|
|
1605
1636
|
"type": {
|
|
1606
|
-
"text": "
|
|
1637
|
+
"text": "MetadataDetail[] | string[]"
|
|
1607
1638
|
},
|
|
1608
|
-
"default": "
|
|
1639
|
+
"default": "[]",
|
|
1609
1640
|
"inheritedFrom": {
|
|
1610
|
-
"name": "
|
|
1611
|
-
"module": "src/
|
|
1641
|
+
"name": "AiCriteriaSearch",
|
|
1642
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1612
1643
|
}
|
|
1613
1644
|
},
|
|
1614
1645
|
{
|
|
1615
1646
|
"kind": "field",
|
|
1616
|
-
"name": "
|
|
1647
|
+
"name": "isRecording",
|
|
1617
1648
|
"type": {
|
|
1618
1649
|
"text": "boolean"
|
|
1619
1650
|
},
|
|
1620
|
-
"default": "
|
|
1651
|
+
"default": "false",
|
|
1621
1652
|
"inheritedFrom": {
|
|
1622
|
-
"name": "
|
|
1623
|
-
"module": "src/
|
|
1653
|
+
"name": "AiCriteriaSearch",
|
|
1654
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1624
1655
|
}
|
|
1625
1656
|
},
|
|
1626
1657
|
{
|
|
1627
1658
|
"kind": "field",
|
|
1628
|
-
"name": "
|
|
1659
|
+
"name": "textAreaRef",
|
|
1629
1660
|
"type": {
|
|
1630
|
-
"text": "
|
|
1661
|
+
"text": "HTMLTextAreaElement"
|
|
1631
1662
|
},
|
|
1632
|
-
"
|
|
1663
|
+
"privacy": "public",
|
|
1633
1664
|
"inheritedFrom": {
|
|
1634
|
-
"name": "
|
|
1635
|
-
"module": "src/
|
|
1665
|
+
"name": "AiCriteriaSearch",
|
|
1666
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1636
1667
|
}
|
|
1637
1668
|
},
|
|
1638
1669
|
{
|
|
1639
1670
|
"kind": "field",
|
|
1640
|
-
"name": "
|
|
1671
|
+
"name": "stopRecording",
|
|
1641
1672
|
"type": {
|
|
1642
|
-
"text": "
|
|
1673
|
+
"text": "(() => void) | null"
|
|
1643
1674
|
},
|
|
1675
|
+
"privacy": "private",
|
|
1676
|
+
"default": "null",
|
|
1644
1677
|
"inheritedFrom": {
|
|
1645
|
-
"name": "
|
|
1646
|
-
"module": "src/
|
|
1678
|
+
"name": "AiCriteriaSearch",
|
|
1679
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1647
1680
|
}
|
|
1648
1681
|
},
|
|
1649
1682
|
{
|
|
1650
1683
|
"kind": "field",
|
|
1651
|
-
"name": "
|
|
1684
|
+
"name": "speechApplyDebounceTimer",
|
|
1652
1685
|
"type": {
|
|
1653
|
-
"text": "
|
|
1654
|
-
},
|
|
1655
|
-
"inheritedFrom": {
|
|
1656
|
-
"name": "ActionsMenu",
|
|
1657
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1658
|
-
}
|
|
1659
|
-
},
|
|
1660
|
-
{
|
|
1661
|
-
"kind": "field",
|
|
1662
|
-
"name": "name",
|
|
1663
|
-
"type": {
|
|
1664
|
-
"text": "string"
|
|
1665
|
-
},
|
|
1666
|
-
"default": "'Actions'",
|
|
1667
|
-
"inheritedFrom": {
|
|
1668
|
-
"name": "ActionsMenu",
|
|
1669
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1670
|
-
}
|
|
1671
|
-
},
|
|
1672
|
-
{
|
|
1673
|
-
"kind": "field",
|
|
1674
|
-
"name": "open",
|
|
1675
|
-
"type": {
|
|
1676
|
-
"text": "boolean"
|
|
1686
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
1677
1687
|
},
|
|
1678
|
-
"
|
|
1688
|
+
"privacy": "private",
|
|
1689
|
+
"default": "null",
|
|
1679
1690
|
"inheritedFrom": {
|
|
1680
|
-
"name": "
|
|
1681
|
-
"module": "src/
|
|
1691
|
+
"name": "AiCriteriaSearch",
|
|
1692
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1682
1693
|
}
|
|
1683
1694
|
},
|
|
1684
1695
|
{
|
|
1685
1696
|
"kind": "field",
|
|
1686
|
-
"name": "
|
|
1697
|
+
"name": "baseInputForAppend",
|
|
1687
1698
|
"type": {
|
|
1688
1699
|
"text": "string"
|
|
1689
1700
|
},
|
|
1701
|
+
"privacy": "private",
|
|
1702
|
+
"default": "''",
|
|
1690
1703
|
"inheritedFrom": {
|
|
1691
|
-
"name": "
|
|
1692
|
-
"module": "src/
|
|
1693
|
-
}
|
|
1694
|
-
},
|
|
1695
|
-
{
|
|
1696
|
-
"kind": "field",
|
|
1697
|
-
"name": "hideDisabled",
|
|
1698
|
-
"type": {
|
|
1699
|
-
"text": "boolean"
|
|
1700
|
-
},
|
|
1701
|
-
"default": "false",
|
|
1702
|
-
"inheritedFrom": {
|
|
1703
|
-
"name": "ActionsMenu",
|
|
1704
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1704
|
+
"name": "AiCriteriaSearch",
|
|
1705
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1705
1706
|
}
|
|
1706
1707
|
},
|
|
1707
1708
|
{
|
|
1708
1709
|
"kind": "field",
|
|
1709
|
-
"name": "
|
|
1710
|
+
"name": "speechAvailable",
|
|
1710
1711
|
"type": {
|
|
1711
1712
|
"text": "boolean"
|
|
1712
1713
|
},
|
|
1713
|
-
"
|
|
1714
|
-
"inheritedFrom": {
|
|
1715
|
-
"name": "ActionsMenu",
|
|
1716
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1717
|
-
}
|
|
1718
|
-
},
|
|
1719
|
-
{
|
|
1720
|
-
"kind": "field",
|
|
1721
|
-
"name": "singleOption",
|
|
1722
|
-
"type": {
|
|
1723
|
-
"text": "ActionMenuItem"
|
|
1724
|
-
},
|
|
1725
|
-
"inheritedFrom": {
|
|
1726
|
-
"name": "ActionsMenu",
|
|
1727
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1728
|
-
}
|
|
1729
|
-
},
|
|
1730
|
-
{
|
|
1731
|
-
"kind": "field",
|
|
1732
|
-
"name": "actionsMenu",
|
|
1733
|
-
"type": {
|
|
1734
|
-
"text": "HTMLElement"
|
|
1735
|
-
},
|
|
1736
|
-
"inheritedFrom": {
|
|
1737
|
-
"name": "ActionsMenu",
|
|
1738
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
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
|
-
],
|
|
1714
|
+
"readonly": true,
|
|
1759
1715
|
"inheritedFrom": {
|
|
1760
|
-
"name": "
|
|
1761
|
-
"module": "src/
|
|
1716
|
+
"name": "AiCriteriaSearch",
|
|
1717
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1762
1718
|
}
|
|
1763
1719
|
},
|
|
1764
1720
|
{
|
|
1765
1721
|
"kind": "method",
|
|
1766
|
-
"name": "
|
|
1767
|
-
"privacy": "protected",
|
|
1722
|
+
"name": "handleSubmit",
|
|
1768
1723
|
"inheritedFrom": {
|
|
1769
|
-
"name": "
|
|
1770
|
-
"module": "src/
|
|
1724
|
+
"name": "AiCriteriaSearch",
|
|
1725
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1771
1726
|
}
|
|
1772
1727
|
},
|
|
1773
1728
|
{
|
|
1774
1729
|
"kind": "method",
|
|
1775
|
-
"name": "
|
|
1730
|
+
"name": "handleBlur",
|
|
1776
1731
|
"inheritedFrom": {
|
|
1777
|
-
"name": "
|
|
1778
|
-
"module": "src/
|
|
1732
|
+
"name": "AiCriteriaSearch",
|
|
1733
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1779
1734
|
}
|
|
1780
1735
|
},
|
|
1781
1736
|
{
|
|
1782
1737
|
"kind": "method",
|
|
1783
|
-
"name": "
|
|
1784
|
-
"parameters": [
|
|
1785
|
-
{
|
|
1786
|
-
"name": "callback",
|
|
1787
|
-
"type": {
|
|
1788
|
-
"text": "(rowData) => void | any"
|
|
1789
|
-
}
|
|
1790
|
-
}
|
|
1791
|
-
],
|
|
1792
|
-
"inheritedFrom": {
|
|
1793
|
-
"name": "ActionsMenu",
|
|
1794
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1795
|
-
}
|
|
1796
|
-
},
|
|
1797
|
-
{
|
|
1798
|
-
"kind": "field",
|
|
1799
|
-
"name": "allActions",
|
|
1800
|
-
"type": {
|
|
1801
|
-
"text": "ActionMenuItem[]"
|
|
1802
|
-
},
|
|
1803
|
-
"readonly": true,
|
|
1804
|
-
"inheritedFrom": {
|
|
1805
|
-
"name": "ActionsMenu",
|
|
1806
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1807
|
-
}
|
|
1808
|
-
},
|
|
1809
|
-
{
|
|
1810
|
-
"kind": "field",
|
|
1811
|
-
"name": "rowData",
|
|
1812
|
-
"readonly": true,
|
|
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/ai-
|
|
1933
|
+
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
2036
1934
|
"declarations": [
|
|
2037
1935
|
{
|
|
2038
1936
|
"kind": "function",
|
|
2039
|
-
"name": "
|
|
1937
|
+
"name": "zeroAiIndicatorStyles",
|
|
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,272 @@
|
|
|
2061
1959
|
"exports": [
|
|
2062
1960
|
{
|
|
2063
1961
|
"kind": "js",
|
|
2064
|
-
"name": "
|
|
1962
|
+
"name": "zeroAiIndicatorStyles",
|
|
2065
1963
|
"declaration": {
|
|
2066
|
-
"name": "
|
|
2067
|
-
"module": "src/ai-
|
|
1964
|
+
"name": "zeroAiIndicatorStyles",
|
|
1965
|
+
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
2068
1966
|
}
|
|
2069
1967
|
}
|
|
2070
1968
|
]
|
|
2071
1969
|
},
|
|
2072
1970
|
{
|
|
2073
1971
|
"kind": "javascript-module",
|
|
2074
|
-
"path": "src/ai-
|
|
1972
|
+
"path": "src/ai-indicator/ai-indicator.ts",
|
|
2075
1973
|
"declarations": [
|
|
2076
1974
|
{
|
|
2077
1975
|
"kind": "class",
|
|
2078
1976
|
"description": "",
|
|
2079
|
-
"name": "
|
|
1977
|
+
"name": "AiIndicator",
|
|
2080
1978
|
"superclass": {
|
|
2081
|
-
"name": "
|
|
1979
|
+
"name": "FoundationAiIndicator",
|
|
2082
1980
|
"package": "@genesislcap/foundation-ui"
|
|
2083
1981
|
},
|
|
2084
|
-
"tagName": "%%prefix%%-ai-
|
|
1982
|
+
"tagName": "%%prefix%%-ai-indicator",
|
|
2085
1983
|
"customElement": true,
|
|
2086
|
-
"
|
|
1984
|
+
"members": [
|
|
2087
1985
|
{
|
|
2088
|
-
"
|
|
1986
|
+
"kind": "field",
|
|
1987
|
+
"name": "aiProvider",
|
|
2089
1988
|
"type": {
|
|
2090
|
-
"text": "
|
|
1989
|
+
"text": "AIProvider"
|
|
2091
1990
|
},
|
|
2092
|
-
"default": "'Describe your search criteria in natural language...'",
|
|
2093
|
-
"fieldName": "placeholder",
|
|
2094
|
-
"inheritedFrom": {
|
|
2095
|
-
"name": "AiCriteriaSearch",
|
|
2096
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2097
|
-
}
|
|
2098
|
-
},
|
|
2099
|
-
{
|
|
2100
|
-
"type": {
|
|
2101
|
-
"text": "boolean"
|
|
2102
|
-
},
|
|
2103
|
-
"fieldName": "disabled",
|
|
2104
|
-
"inheritedFrom": {
|
|
2105
|
-
"name": "AiCriteriaSearch",
|
|
2106
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2107
|
-
}
|
|
2108
|
-
},
|
|
2109
|
-
{
|
|
2110
|
-
"name": "mode",
|
|
2111
|
-
"type": {
|
|
2112
|
-
"text": "'append' | 'replace'"
|
|
2113
|
-
},
|
|
2114
|
-
"default": "'replace'",
|
|
2115
|
-
"fieldName": "mode",
|
|
2116
1991
|
"inheritedFrom": {
|
|
2117
|
-
"name": "
|
|
2118
|
-
"module": "src/ai-
|
|
2119
|
-
}
|
|
2120
|
-
}
|
|
2121
|
-
],
|
|
2122
|
-
"members": [
|
|
2123
|
-
{
|
|
2124
|
-
"kind": "field",
|
|
2125
|
-
"name": "aiProvider",
|
|
2126
|
-
"type": {
|
|
2127
|
-
"text": "AIProvider"
|
|
2128
|
-
},
|
|
2129
|
-
"inheritedFrom": {
|
|
2130
|
-
"name": "AiCriteriaSearch",
|
|
2131
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
1992
|
+
"name": "AiIndicator",
|
|
1993
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2132
1994
|
}
|
|
2133
1995
|
},
|
|
2134
1996
|
{
|
|
2135
1997
|
"kind": "field",
|
|
2136
|
-
"name": "
|
|
1998
|
+
"name": "status",
|
|
2137
1999
|
"type": {
|
|
2138
|
-
"text": "
|
|
2000
|
+
"text": "AIStatus | null"
|
|
2139
2001
|
},
|
|
2140
|
-
"default": "
|
|
2002
|
+
"default": "null",
|
|
2141
2003
|
"inheritedFrom": {
|
|
2142
|
-
"name": "
|
|
2143
|
-
"module": "src/ai-
|
|
2004
|
+
"name": "AiIndicator",
|
|
2005
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2144
2006
|
}
|
|
2145
2007
|
},
|
|
2146
2008
|
{
|
|
2147
2009
|
"kind": "field",
|
|
2148
|
-
"name": "
|
|
2010
|
+
"name": "open",
|
|
2149
2011
|
"type": {
|
|
2150
2012
|
"text": "boolean"
|
|
2151
2013
|
},
|
|
2014
|
+
"default": "false",
|
|
2152
2015
|
"inheritedFrom": {
|
|
2153
|
-
"name": "
|
|
2154
|
-
"module": "src/ai-
|
|
2016
|
+
"name": "AiIndicator",
|
|
2017
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2155
2018
|
}
|
|
2156
2019
|
},
|
|
2157
2020
|
{
|
|
2158
2021
|
"kind": "field",
|
|
2159
|
-
"name": "
|
|
2022
|
+
"name": "state",
|
|
2160
2023
|
"type": {
|
|
2161
|
-
"text": "
|
|
2024
|
+
"text": "AIIndicatorState"
|
|
2162
2025
|
},
|
|
2163
|
-
"default": "'
|
|
2026
|
+
"default": "'none'",
|
|
2164
2027
|
"inheritedFrom": {
|
|
2165
|
-
"name": "
|
|
2166
|
-
"module": "src/ai-
|
|
2028
|
+
"name": "AiIndicator",
|
|
2029
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2167
2030
|
}
|
|
2168
2031
|
},
|
|
2169
2032
|
{
|
|
2170
2033
|
"kind": "field",
|
|
2171
|
-
"name": "
|
|
2034
|
+
"name": "isInstalling",
|
|
2172
2035
|
"type": {
|
|
2173
|
-
"text": "
|
|
2036
|
+
"text": "boolean"
|
|
2174
2037
|
},
|
|
2175
|
-
"default": "
|
|
2038
|
+
"default": "false",
|
|
2176
2039
|
"inheritedFrom": {
|
|
2177
|
-
"name": "
|
|
2178
|
-
"module": "src/ai-
|
|
2040
|
+
"name": "AiIndicator",
|
|
2041
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2179
2042
|
}
|
|
2180
2043
|
},
|
|
2181
2044
|
{
|
|
2182
2045
|
"kind": "field",
|
|
2183
|
-
"name": "
|
|
2046
|
+
"name": "pollTimer",
|
|
2184
2047
|
"type": {
|
|
2185
|
-
"text": "
|
|
2048
|
+
"text": "ReturnType<typeof setInterval> | null"
|
|
2186
2049
|
},
|
|
2187
|
-
"
|
|
2050
|
+
"privacy": "private",
|
|
2051
|
+
"default": "null",
|
|
2188
2052
|
"inheritedFrom": {
|
|
2189
|
-
"name": "
|
|
2190
|
-
"module": "src/ai-
|
|
2053
|
+
"name": "AiIndicator",
|
|
2054
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2191
2055
|
}
|
|
2192
2056
|
},
|
|
2193
2057
|
{
|
|
2194
2058
|
"kind": "field",
|
|
2195
|
-
"name": "
|
|
2196
|
-
"
|
|
2197
|
-
"text": "string | null"
|
|
2198
|
-
},
|
|
2199
|
-
"default": "null",
|
|
2059
|
+
"name": "clickOutside",
|
|
2060
|
+
"privacy": "private",
|
|
2200
2061
|
"inheritedFrom": {
|
|
2201
|
-
"name": "
|
|
2202
|
-
"module": "src/ai-
|
|
2062
|
+
"name": "AiIndicator",
|
|
2063
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2203
2064
|
}
|
|
2204
2065
|
},
|
|
2205
2066
|
{
|
|
2206
2067
|
"kind": "field",
|
|
2207
|
-
"name": "
|
|
2068
|
+
"name": "chromeStatusLabel",
|
|
2208
2069
|
"type": {
|
|
2209
|
-
"text": "
|
|
2070
|
+
"text": "string | null"
|
|
2210
2071
|
},
|
|
2211
|
-
"
|
|
2072
|
+
"readonly": true,
|
|
2212
2073
|
"inheritedFrom": {
|
|
2213
|
-
"name": "
|
|
2214
|
-
"module": "src/ai-
|
|
2074
|
+
"name": "AiIndicator",
|
|
2075
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2215
2076
|
}
|
|
2216
2077
|
},
|
|
2217
2078
|
{
|
|
2218
2079
|
"kind": "field",
|
|
2219
|
-
"name": "
|
|
2080
|
+
"name": "canInstall",
|
|
2220
2081
|
"type": {
|
|
2221
2082
|
"text": "boolean"
|
|
2222
2083
|
},
|
|
2223
|
-
"
|
|
2084
|
+
"readonly": true,
|
|
2224
2085
|
"inheritedFrom": {
|
|
2225
|
-
"name": "
|
|
2226
|
-
"module": "src/ai-
|
|
2086
|
+
"name": "AiIndicator",
|
|
2087
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2227
2088
|
}
|
|
2228
2089
|
},
|
|
2229
2090
|
{
|
|
2230
2091
|
"kind": "field",
|
|
2231
|
-
"name": "
|
|
2092
|
+
"name": "isDownloading",
|
|
2232
2093
|
"type": {
|
|
2233
|
-
"text": "
|
|
2094
|
+
"text": "boolean"
|
|
2234
2095
|
},
|
|
2235
|
-
"
|
|
2096
|
+
"readonly": true,
|
|
2236
2097
|
"inheritedFrom": {
|
|
2237
|
-
"name": "
|
|
2238
|
-
"module": "src/ai-
|
|
2098
|
+
"name": "AiIndicator",
|
|
2099
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2239
2100
|
}
|
|
2240
2101
|
},
|
|
2241
2102
|
{
|
|
2242
|
-
"kind": "
|
|
2243
|
-
"name": "
|
|
2244
|
-
"
|
|
2245
|
-
"
|
|
2103
|
+
"kind": "method",
|
|
2104
|
+
"name": "openChanged",
|
|
2105
|
+
"return": {
|
|
2106
|
+
"type": {
|
|
2107
|
+
"text": "void"
|
|
2108
|
+
}
|
|
2246
2109
|
},
|
|
2247
|
-
"privacy": "private",
|
|
2248
|
-
"default": "null",
|
|
2249
2110
|
"inheritedFrom": {
|
|
2250
|
-
"name": "
|
|
2251
|
-
"module": "src/ai-
|
|
2111
|
+
"name": "AiIndicator",
|
|
2112
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2252
2113
|
}
|
|
2253
2114
|
},
|
|
2254
2115
|
{
|
|
2255
|
-
"kind": "
|
|
2256
|
-
"name": "
|
|
2257
|
-
"type": {
|
|
2258
|
-
"text": "ReturnType<typeof setTimeout> | null"
|
|
2259
|
-
},
|
|
2116
|
+
"kind": "method",
|
|
2117
|
+
"name": "handleClickOutside",
|
|
2260
2118
|
"privacy": "private",
|
|
2261
|
-
"
|
|
2119
|
+
"parameters": [
|
|
2120
|
+
{
|
|
2121
|
+
"name": "event",
|
|
2122
|
+
"type": {
|
|
2123
|
+
"text": "MouseEvent"
|
|
2124
|
+
}
|
|
2125
|
+
}
|
|
2126
|
+
],
|
|
2262
2127
|
"inheritedFrom": {
|
|
2263
|
-
"name": "
|
|
2264
|
-
"module": "src/ai-
|
|
2128
|
+
"name": "AiIndicator",
|
|
2129
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2265
2130
|
}
|
|
2266
2131
|
},
|
|
2267
2132
|
{
|
|
2268
|
-
"kind": "
|
|
2269
|
-
"name": "
|
|
2270
|
-
"type": {
|
|
2271
|
-
"text": "string"
|
|
2272
|
-
},
|
|
2273
|
-
"privacy": "private",
|
|
2274
|
-
"default": "''",
|
|
2133
|
+
"kind": "method",
|
|
2134
|
+
"name": "toggleDropdown",
|
|
2275
2135
|
"inheritedFrom": {
|
|
2276
|
-
"name": "
|
|
2277
|
-
"module": "src/ai-
|
|
2136
|
+
"name": "AiIndicator",
|
|
2137
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2278
2138
|
}
|
|
2279
2139
|
},
|
|
2280
2140
|
{
|
|
2281
|
-
"kind": "
|
|
2282
|
-
"name": "
|
|
2283
|
-
"
|
|
2284
|
-
"
|
|
2141
|
+
"kind": "method",
|
|
2142
|
+
"name": "refreshStatus",
|
|
2143
|
+
"return": {
|
|
2144
|
+
"type": {
|
|
2145
|
+
"text": "Promise<void>"
|
|
2146
|
+
}
|
|
2285
2147
|
},
|
|
2286
|
-
"readonly": true,
|
|
2287
2148
|
"inheritedFrom": {
|
|
2288
|
-
"name": "
|
|
2289
|
-
"module": "src/ai-
|
|
2149
|
+
"name": "AiIndicator",
|
|
2150
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2290
2151
|
}
|
|
2291
2152
|
},
|
|
2292
2153
|
{
|
|
2293
2154
|
"kind": "method",
|
|
2294
|
-
"name": "
|
|
2155
|
+
"name": "deriveState",
|
|
2156
|
+
"privacy": "private",
|
|
2157
|
+
"return": {
|
|
2158
|
+
"type": {
|
|
2159
|
+
"text": "AIIndicatorState"
|
|
2160
|
+
}
|
|
2161
|
+
},
|
|
2162
|
+
"parameters": [
|
|
2163
|
+
{
|
|
2164
|
+
"name": "s",
|
|
2165
|
+
"type": {
|
|
2166
|
+
"text": "AIStatus | null"
|
|
2167
|
+
}
|
|
2168
|
+
}
|
|
2169
|
+
],
|
|
2295
2170
|
"inheritedFrom": {
|
|
2296
|
-
"name": "
|
|
2297
|
-
"module": "src/ai-
|
|
2171
|
+
"name": "AiIndicator",
|
|
2172
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2298
2173
|
}
|
|
2299
2174
|
},
|
|
2300
2175
|
{
|
|
2301
2176
|
"kind": "method",
|
|
2302
|
-
"name": "
|
|
2177
|
+
"name": "maybeStartPolling",
|
|
2178
|
+
"privacy": "private",
|
|
2179
|
+
"return": {
|
|
2180
|
+
"type": {
|
|
2181
|
+
"text": "void"
|
|
2182
|
+
}
|
|
2183
|
+
},
|
|
2303
2184
|
"inheritedFrom": {
|
|
2304
|
-
"name": "
|
|
2305
|
-
"module": "src/ai-
|
|
2185
|
+
"name": "AiIndicator",
|
|
2186
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2306
2187
|
}
|
|
2307
2188
|
},
|
|
2308
2189
|
{
|
|
2309
2190
|
"kind": "method",
|
|
2310
|
-
"name": "
|
|
2191
|
+
"name": "startPolling",
|
|
2192
|
+
"privacy": "private",
|
|
2193
|
+
"return": {
|
|
2194
|
+
"type": {
|
|
2195
|
+
"text": "void"
|
|
2196
|
+
}
|
|
2197
|
+
},
|
|
2311
2198
|
"inheritedFrom": {
|
|
2312
|
-
"name": "
|
|
2313
|
-
"module": "src/ai-
|
|
2199
|
+
"name": "AiIndicator",
|
|
2200
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2314
2201
|
}
|
|
2315
2202
|
},
|
|
2316
2203
|
{
|
|
2317
2204
|
"kind": "method",
|
|
2318
|
-
"name": "
|
|
2205
|
+
"name": "stopPolling",
|
|
2206
|
+
"privacy": "private",
|
|
2207
|
+
"return": {
|
|
2208
|
+
"type": {
|
|
2209
|
+
"text": "void"
|
|
2210
|
+
}
|
|
2211
|
+
},
|
|
2319
2212
|
"inheritedFrom": {
|
|
2320
|
-
"name": "
|
|
2321
|
-
"module": "src/ai-
|
|
2213
|
+
"name": "AiIndicator",
|
|
2214
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2322
2215
|
}
|
|
2323
2216
|
},
|
|
2324
2217
|
{
|
|
2325
2218
|
"kind": "method",
|
|
2326
|
-
"name": "
|
|
2327
|
-
"
|
|
2219
|
+
"name": "onInstall",
|
|
2220
|
+
"return": {
|
|
2221
|
+
"type": {
|
|
2222
|
+
"text": "Promise<void>"
|
|
2223
|
+
}
|
|
2224
|
+
},
|
|
2328
2225
|
"inheritedFrom": {
|
|
2329
|
-
"name": "
|
|
2330
|
-
"module": "src/ai-
|
|
2226
|
+
"name": "AiIndicator",
|
|
2227
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2331
2228
|
}
|
|
2332
2229
|
},
|
|
2333
2230
|
{
|
|
@@ -2445,68 +2342,58 @@
|
|
|
2445
2342
|
},
|
|
2446
2343
|
{
|
|
2447
2344
|
"kind": "variable",
|
|
2448
|
-
"name": "
|
|
2449
|
-
"description": "The Zero AI Criteria Search",
|
|
2450
|
-
"privacy": "public"
|
|
2345
|
+
"name": "zeroAiIndicator"
|
|
2451
2346
|
}
|
|
2452
2347
|
],
|
|
2453
2348
|
"exports": [
|
|
2454
2349
|
{
|
|
2455
2350
|
"kind": "js",
|
|
2456
|
-
"name": "
|
|
2351
|
+
"name": "AiIndicator",
|
|
2457
2352
|
"declaration": {
|
|
2458
|
-
"name": "
|
|
2459
|
-
"module": "src/ai-
|
|
2353
|
+
"name": "AiIndicator",
|
|
2354
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2460
2355
|
}
|
|
2461
2356
|
},
|
|
2462
2357
|
{
|
|
2463
2358
|
"kind": "js",
|
|
2464
|
-
"name": "
|
|
2359
|
+
"name": "zeroAiIndicator",
|
|
2465
2360
|
"declaration": {
|
|
2466
|
-
"name": "
|
|
2467
|
-
"module": "src/ai-
|
|
2361
|
+
"name": "zeroAiIndicator",
|
|
2362
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2468
2363
|
}
|
|
2469
2364
|
}
|
|
2470
2365
|
]
|
|
2471
2366
|
},
|
|
2472
2367
|
{
|
|
2473
2368
|
"kind": "javascript-module",
|
|
2474
|
-
"path": "src/ai-
|
|
2369
|
+
"path": "src/ai-indicator/index.ts",
|
|
2475
2370
|
"declarations": [],
|
|
2476
2371
|
"exports": [
|
|
2477
2372
|
{
|
|
2478
2373
|
"kind": "js",
|
|
2479
|
-
"name": "
|
|
2480
|
-
"declaration": {
|
|
2481
|
-
"name": "*",
|
|
2482
|
-
"package": "./ai-criteria-search"
|
|
2483
|
-
}
|
|
2484
|
-
},
|
|
2485
|
-
{
|
|
2486
|
-
"kind": "js",
|
|
2487
|
-
"name": "*",
|
|
2374
|
+
"name": "AiIndicator",
|
|
2488
2375
|
"declaration": {
|
|
2489
|
-
"name": "
|
|
2490
|
-
"
|
|
2376
|
+
"name": "AiIndicator",
|
|
2377
|
+
"module": "./ai-indicator"
|
|
2491
2378
|
}
|
|
2492
2379
|
},
|
|
2493
2380
|
{
|
|
2494
2381
|
"kind": "js",
|
|
2495
|
-
"name": "
|
|
2382
|
+
"name": "zeroAiIndicator",
|
|
2496
2383
|
"declaration": {
|
|
2497
|
-
"name": "
|
|
2498
|
-
"
|
|
2384
|
+
"name": "zeroAiIndicator",
|
|
2385
|
+
"module": "./ai-indicator"
|
|
2499
2386
|
}
|
|
2500
2387
|
}
|
|
2501
2388
|
]
|
|
2502
2389
|
},
|
|
2503
2390
|
{
|
|
2504
2391
|
"kind": "javascript-module",
|
|
2505
|
-
"path": "src/
|
|
2392
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
2506
2393
|
"declarations": [
|
|
2507
2394
|
{
|
|
2508
2395
|
"kind": "function",
|
|
2509
|
-
"name": "
|
|
2396
|
+
"name": "zeroActionsMenuStyles",
|
|
2510
2397
|
"return": {
|
|
2511
2398
|
"type": {
|
|
2512
2399
|
"text": "ElementStyles"
|
|
@@ -2531,272 +2418,383 @@
|
|
|
2531
2418
|
"exports": [
|
|
2532
2419
|
{
|
|
2533
2420
|
"kind": "js",
|
|
2534
|
-
"name": "
|
|
2421
|
+
"name": "zeroActionsMenuStyles",
|
|
2535
2422
|
"declaration": {
|
|
2536
|
-
"name": "
|
|
2537
|
-
"module": "src/
|
|
2423
|
+
"name": "zeroActionsMenuStyles",
|
|
2424
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2538
2425
|
}
|
|
2539
2426
|
}
|
|
2540
2427
|
]
|
|
2541
2428
|
},
|
|
2542
2429
|
{
|
|
2543
2430
|
"kind": "javascript-module",
|
|
2544
|
-
"path": "src/
|
|
2431
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
2545
2432
|
"declarations": [
|
|
2546
2433
|
{
|
|
2547
2434
|
"kind": "class",
|
|
2548
2435
|
"description": "",
|
|
2549
|
-
"name": "
|
|
2436
|
+
"name": "ActionsMenu",
|
|
2550
2437
|
"superclass": {
|
|
2551
|
-
"name": "
|
|
2438
|
+
"name": "FoundationActionsMenu",
|
|
2552
2439
|
"package": "@genesislcap/foundation-ui"
|
|
2553
2440
|
},
|
|
2554
|
-
"tagName": "%%prefix%%-
|
|
2441
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
2555
2442
|
"customElement": true,
|
|
2443
|
+
"attributes": [
|
|
2444
|
+
{
|
|
2445
|
+
"name": "is-vertical",
|
|
2446
|
+
"type": {
|
|
2447
|
+
"text": "boolean"
|
|
2448
|
+
},
|
|
2449
|
+
"default": "false",
|
|
2450
|
+
"fieldName": "isVertical",
|
|
2451
|
+
"inheritedFrom": {
|
|
2452
|
+
"name": "ActionsMenu",
|
|
2453
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2454
|
+
}
|
|
2455
|
+
},
|
|
2456
|
+
{
|
|
2457
|
+
"name": "add-default-actions",
|
|
2458
|
+
"type": {
|
|
2459
|
+
"text": "boolean"
|
|
2460
|
+
},
|
|
2461
|
+
"default": "true",
|
|
2462
|
+
"fieldName": "addDefaultActions",
|
|
2463
|
+
"inheritedFrom": {
|
|
2464
|
+
"name": "ActionsMenu",
|
|
2465
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2466
|
+
}
|
|
2467
|
+
},
|
|
2468
|
+
{
|
|
2469
|
+
"name": "auto-close-on-action",
|
|
2470
|
+
"type": {
|
|
2471
|
+
"text": "boolean"
|
|
2472
|
+
},
|
|
2473
|
+
"default": "true",
|
|
2474
|
+
"fieldName": "autoCloseOnAction",
|
|
2475
|
+
"inheritedFrom": {
|
|
2476
|
+
"name": "ActionsMenu",
|
|
2477
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2478
|
+
}
|
|
2479
|
+
},
|
|
2480
|
+
{
|
|
2481
|
+
"name": "name",
|
|
2482
|
+
"type": {
|
|
2483
|
+
"text": "string"
|
|
2484
|
+
},
|
|
2485
|
+
"default": "'Actions'",
|
|
2486
|
+
"fieldName": "name",
|
|
2487
|
+
"inheritedFrom": {
|
|
2488
|
+
"name": "ActionsMenu",
|
|
2489
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2490
|
+
}
|
|
2491
|
+
},
|
|
2492
|
+
{
|
|
2493
|
+
"name": "open",
|
|
2494
|
+
"type": {
|
|
2495
|
+
"text": "boolean"
|
|
2496
|
+
},
|
|
2497
|
+
"default": "false",
|
|
2498
|
+
"fieldName": "open",
|
|
2499
|
+
"inheritedFrom": {
|
|
2500
|
+
"name": "ActionsMenu",
|
|
2501
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2502
|
+
}
|
|
2503
|
+
},
|
|
2504
|
+
{
|
|
2505
|
+
"name": "buttonAppearance",
|
|
2506
|
+
"type": {
|
|
2507
|
+
"text": "string"
|
|
2508
|
+
},
|
|
2509
|
+
"fieldName": "buttonAppearance",
|
|
2510
|
+
"inheritedFrom": {
|
|
2511
|
+
"name": "ActionsMenu",
|
|
2512
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2513
|
+
}
|
|
2514
|
+
},
|
|
2515
|
+
{
|
|
2516
|
+
"name": "hide-disabled",
|
|
2517
|
+
"type": {
|
|
2518
|
+
"text": "boolean"
|
|
2519
|
+
},
|
|
2520
|
+
"default": "false",
|
|
2521
|
+
"fieldName": "hideDisabled",
|
|
2522
|
+
"inheritedFrom": {
|
|
2523
|
+
"name": "ActionsMenu",
|
|
2524
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2525
|
+
}
|
|
2526
|
+
},
|
|
2527
|
+
{
|
|
2528
|
+
"name": "hide-menu-single-option",
|
|
2529
|
+
"type": {
|
|
2530
|
+
"text": "boolean"
|
|
2531
|
+
},
|
|
2532
|
+
"default": "false",
|
|
2533
|
+
"fieldName": "hideMenuSingleOption",
|
|
2534
|
+
"inheritedFrom": {
|
|
2535
|
+
"name": "ActionsMenu",
|
|
2536
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2537
|
+
}
|
|
2538
|
+
}
|
|
2539
|
+
],
|
|
2556
2540
|
"members": [
|
|
2557
2541
|
{
|
|
2558
2542
|
"kind": "field",
|
|
2559
|
-
"name": "
|
|
2543
|
+
"name": "actions",
|
|
2544
|
+
"type": {
|
|
2545
|
+
"text": "ActionMenuItem[]"
|
|
2546
|
+
},
|
|
2547
|
+
"inheritedFrom": {
|
|
2548
|
+
"name": "ActionsMenu",
|
|
2549
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2550
|
+
}
|
|
2551
|
+
},
|
|
2552
|
+
{
|
|
2553
|
+
"kind": "field",
|
|
2554
|
+
"name": "isVertical",
|
|
2555
|
+
"type": {
|
|
2556
|
+
"text": "boolean"
|
|
2557
|
+
},
|
|
2558
|
+
"default": "false",
|
|
2559
|
+
"inheritedFrom": {
|
|
2560
|
+
"name": "ActionsMenu",
|
|
2561
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2562
|
+
}
|
|
2563
|
+
},
|
|
2564
|
+
{
|
|
2565
|
+
"kind": "field",
|
|
2566
|
+
"name": "addDefaultActions",
|
|
2560
2567
|
"type": {
|
|
2561
|
-
"text": "
|
|
2568
|
+
"text": "boolean"
|
|
2562
2569
|
},
|
|
2570
|
+
"default": "true",
|
|
2563
2571
|
"inheritedFrom": {
|
|
2564
|
-
"name": "
|
|
2565
|
-
"module": "src/
|
|
2572
|
+
"name": "ActionsMenu",
|
|
2573
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2566
2574
|
}
|
|
2567
2575
|
},
|
|
2568
2576
|
{
|
|
2569
2577
|
"kind": "field",
|
|
2570
|
-
"name": "
|
|
2578
|
+
"name": "autoCloseOnAction",
|
|
2571
2579
|
"type": {
|
|
2572
|
-
"text": "
|
|
2580
|
+
"text": "boolean"
|
|
2573
2581
|
},
|
|
2574
|
-
"default": "
|
|
2582
|
+
"default": "true",
|
|
2575
2583
|
"inheritedFrom": {
|
|
2576
|
-
"name": "
|
|
2577
|
-
"module": "src/
|
|
2584
|
+
"name": "ActionsMenu",
|
|
2585
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2578
2586
|
}
|
|
2579
2587
|
},
|
|
2580
2588
|
{
|
|
2581
2589
|
"kind": "field",
|
|
2582
|
-
"name": "
|
|
2590
|
+
"name": "classNames",
|
|
2583
2591
|
"type": {
|
|
2584
|
-
"text": "
|
|
2592
|
+
"text": "string"
|
|
2585
2593
|
},
|
|
2586
|
-
"default": "false",
|
|
2587
2594
|
"inheritedFrom": {
|
|
2588
|
-
"name": "
|
|
2589
|
-
"module": "src/
|
|
2595
|
+
"name": "ActionsMenu",
|
|
2596
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2590
2597
|
}
|
|
2591
2598
|
},
|
|
2592
2599
|
{
|
|
2593
2600
|
"kind": "field",
|
|
2594
|
-
"name": "
|
|
2601
|
+
"name": "definition",
|
|
2595
2602
|
"type": {
|
|
2596
|
-
"text": "
|
|
2603
|
+
"text": "any"
|
|
2597
2604
|
},
|
|
2598
|
-
"default": "'none'",
|
|
2599
2605
|
"inheritedFrom": {
|
|
2600
|
-
"name": "
|
|
2601
|
-
"module": "src/
|
|
2606
|
+
"name": "ActionsMenu",
|
|
2607
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2602
2608
|
}
|
|
2603
2609
|
},
|
|
2604
2610
|
{
|
|
2605
2611
|
"kind": "field",
|
|
2606
|
-
"name": "
|
|
2612
|
+
"name": "name",
|
|
2607
2613
|
"type": {
|
|
2608
|
-
"text": "
|
|
2614
|
+
"text": "string"
|
|
2609
2615
|
},
|
|
2610
|
-
"default": "
|
|
2616
|
+
"default": "'Actions'",
|
|
2611
2617
|
"inheritedFrom": {
|
|
2612
|
-
"name": "
|
|
2613
|
-
"module": "src/
|
|
2618
|
+
"name": "ActionsMenu",
|
|
2619
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2614
2620
|
}
|
|
2615
2621
|
},
|
|
2616
2622
|
{
|
|
2617
2623
|
"kind": "field",
|
|
2618
|
-
"name": "
|
|
2624
|
+
"name": "open",
|
|
2619
2625
|
"type": {
|
|
2620
|
-
"text": "
|
|
2626
|
+
"text": "boolean"
|
|
2621
2627
|
},
|
|
2622
|
-
"
|
|
2623
|
-
"default": "null",
|
|
2628
|
+
"default": "false",
|
|
2624
2629
|
"inheritedFrom": {
|
|
2625
|
-
"name": "
|
|
2626
|
-
"module": "src/
|
|
2630
|
+
"name": "ActionsMenu",
|
|
2631
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2627
2632
|
}
|
|
2628
2633
|
},
|
|
2629
2634
|
{
|
|
2630
2635
|
"kind": "field",
|
|
2631
|
-
"name": "
|
|
2632
|
-
"
|
|
2636
|
+
"name": "buttonAppearance",
|
|
2637
|
+
"type": {
|
|
2638
|
+
"text": "string"
|
|
2639
|
+
},
|
|
2633
2640
|
"inheritedFrom": {
|
|
2634
|
-
"name": "
|
|
2635
|
-
"module": "src/
|
|
2641
|
+
"name": "ActionsMenu",
|
|
2642
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2636
2643
|
}
|
|
2637
2644
|
},
|
|
2638
2645
|
{
|
|
2639
2646
|
"kind": "field",
|
|
2640
|
-
"name": "
|
|
2647
|
+
"name": "hideDisabled",
|
|
2641
2648
|
"type": {
|
|
2642
|
-
"text": "
|
|
2649
|
+
"text": "boolean"
|
|
2643
2650
|
},
|
|
2644
|
-
"
|
|
2651
|
+
"default": "false",
|
|
2645
2652
|
"inheritedFrom": {
|
|
2646
|
-
"name": "
|
|
2647
|
-
"module": "src/
|
|
2653
|
+
"name": "ActionsMenu",
|
|
2654
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2648
2655
|
}
|
|
2649
2656
|
},
|
|
2650
2657
|
{
|
|
2651
2658
|
"kind": "field",
|
|
2652
|
-
"name": "
|
|
2659
|
+
"name": "hideMenuSingleOption",
|
|
2653
2660
|
"type": {
|
|
2654
2661
|
"text": "boolean"
|
|
2655
2662
|
},
|
|
2656
|
-
"
|
|
2663
|
+
"default": "false",
|
|
2657
2664
|
"inheritedFrom": {
|
|
2658
|
-
"name": "
|
|
2659
|
-
"module": "src/
|
|
2665
|
+
"name": "ActionsMenu",
|
|
2666
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2660
2667
|
}
|
|
2661
2668
|
},
|
|
2662
2669
|
{
|
|
2663
2670
|
"kind": "field",
|
|
2664
|
-
"name": "
|
|
2671
|
+
"name": "singleOption",
|
|
2665
2672
|
"type": {
|
|
2666
|
-
"text": "
|
|
2673
|
+
"text": "ActionMenuItem"
|
|
2667
2674
|
},
|
|
2668
|
-
"readonly": true,
|
|
2669
2675
|
"inheritedFrom": {
|
|
2670
|
-
"name": "
|
|
2671
|
-
"module": "src/
|
|
2676
|
+
"name": "ActionsMenu",
|
|
2677
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2672
2678
|
}
|
|
2673
2679
|
},
|
|
2674
2680
|
{
|
|
2675
|
-
"kind": "
|
|
2676
|
-
"name": "
|
|
2677
|
-
"
|
|
2678
|
-
"
|
|
2679
|
-
"text": "void"
|
|
2680
|
-
}
|
|
2681
|
+
"kind": "field",
|
|
2682
|
+
"name": "actionsMenu",
|
|
2683
|
+
"type": {
|
|
2684
|
+
"text": "HTMLElement"
|
|
2681
2685
|
},
|
|
2682
2686
|
"inheritedFrom": {
|
|
2683
|
-
"name": "
|
|
2684
|
-
"module": "src/
|
|
2687
|
+
"name": "ActionsMenu",
|
|
2688
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2685
2689
|
}
|
|
2686
2690
|
},
|
|
2687
2691
|
{
|
|
2688
2692
|
"kind": "method",
|
|
2689
|
-
"name": "
|
|
2690
|
-
"privacy": "
|
|
2693
|
+
"name": "definitionChanged",
|
|
2694
|
+
"privacy": "protected",
|
|
2691
2695
|
"parameters": [
|
|
2692
2696
|
{
|
|
2693
|
-
"name": "
|
|
2697
|
+
"name": "oldValue",
|
|
2694
2698
|
"type": {
|
|
2695
|
-
"text": "
|
|
2699
|
+
"text": "any"
|
|
2700
|
+
}
|
|
2701
|
+
},
|
|
2702
|
+
{
|
|
2703
|
+
"name": "newValue",
|
|
2704
|
+
"type": {
|
|
2705
|
+
"text": "any"
|
|
2696
2706
|
}
|
|
2697
2707
|
}
|
|
2698
2708
|
],
|
|
2699
2709
|
"inheritedFrom": {
|
|
2700
|
-
"name": "
|
|
2701
|
-
"module": "src/
|
|
2710
|
+
"name": "ActionsMenu",
|
|
2711
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2702
2712
|
}
|
|
2703
2713
|
},
|
|
2704
2714
|
{
|
|
2705
2715
|
"kind": "method",
|
|
2706
|
-
"name": "
|
|
2716
|
+
"name": "openChanged",
|
|
2717
|
+
"privacy": "protected",
|
|
2707
2718
|
"inheritedFrom": {
|
|
2708
|
-
"name": "
|
|
2709
|
-
"module": "src/
|
|
2719
|
+
"name": "ActionsMenu",
|
|
2720
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2710
2721
|
}
|
|
2711
2722
|
},
|
|
2712
2723
|
{
|
|
2713
2724
|
"kind": "method",
|
|
2714
|
-
"name": "
|
|
2715
|
-
"return": {
|
|
2716
|
-
"type": {
|
|
2717
|
-
"text": "Promise<void>"
|
|
2718
|
-
}
|
|
2719
|
-
},
|
|
2725
|
+
"name": "toggleActionsMenuVisibility",
|
|
2720
2726
|
"inheritedFrom": {
|
|
2721
|
-
"name": "
|
|
2722
|
-
"module": "src/
|
|
2727
|
+
"name": "ActionsMenu",
|
|
2728
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2723
2729
|
}
|
|
2724
2730
|
},
|
|
2725
2731
|
{
|
|
2726
2732
|
"kind": "method",
|
|
2727
|
-
"name": "
|
|
2728
|
-
"privacy": "private",
|
|
2729
|
-
"return": {
|
|
2730
|
-
"type": {
|
|
2731
|
-
"text": "AIIndicatorState"
|
|
2732
|
-
}
|
|
2733
|
-
},
|
|
2733
|
+
"name": "onActionMenuItemClick",
|
|
2734
2734
|
"parameters": [
|
|
2735
2735
|
{
|
|
2736
|
-
"name": "
|
|
2736
|
+
"name": "callback",
|
|
2737
2737
|
"type": {
|
|
2738
|
-
"text": "
|
|
2738
|
+
"text": "(rowData) => void | any"
|
|
2739
2739
|
}
|
|
2740
2740
|
}
|
|
2741
2741
|
],
|
|
2742
2742
|
"inheritedFrom": {
|
|
2743
|
-
"name": "
|
|
2744
|
-
"module": "src/
|
|
2743
|
+
"name": "ActionsMenu",
|
|
2744
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2745
2745
|
}
|
|
2746
2746
|
},
|
|
2747
2747
|
{
|
|
2748
|
-
"kind": "
|
|
2749
|
-
"name": "
|
|
2750
|
-
"
|
|
2751
|
-
|
|
2752
|
-
"type": {
|
|
2753
|
-
"text": "void"
|
|
2754
|
-
}
|
|
2748
|
+
"kind": "field",
|
|
2749
|
+
"name": "allActions",
|
|
2750
|
+
"type": {
|
|
2751
|
+
"text": "ActionMenuItem[]"
|
|
2755
2752
|
},
|
|
2753
|
+
"readonly": true,
|
|
2756
2754
|
"inheritedFrom": {
|
|
2757
|
-
"name": "
|
|
2758
|
-
"module": "src/
|
|
2755
|
+
"name": "ActionsMenu",
|
|
2756
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2759
2757
|
}
|
|
2760
2758
|
},
|
|
2761
2759
|
{
|
|
2762
|
-
"kind": "
|
|
2763
|
-
"name": "
|
|
2764
|
-
"
|
|
2765
|
-
"return": {
|
|
2766
|
-
"type": {
|
|
2767
|
-
"text": "void"
|
|
2768
|
-
}
|
|
2769
|
-
},
|
|
2760
|
+
"kind": "field",
|
|
2761
|
+
"name": "rowData",
|
|
2762
|
+
"readonly": true,
|
|
2770
2763
|
"inheritedFrom": {
|
|
2771
|
-
"name": "
|
|
2772
|
-
"module": "src/
|
|
2764
|
+
"name": "ActionsMenu",
|
|
2765
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2773
2766
|
}
|
|
2774
2767
|
},
|
|
2775
2768
|
{
|
|
2776
2769
|
"kind": "method",
|
|
2777
|
-
"name": "
|
|
2778
|
-
"
|
|
2779
|
-
|
|
2780
|
-
|
|
2781
|
-
"
|
|
2770
|
+
"name": "getLabel",
|
|
2771
|
+
"parameters": [
|
|
2772
|
+
{
|
|
2773
|
+
"name": "name",
|
|
2774
|
+
"type": {
|
|
2775
|
+
"text": "string | ((rowData: any) => string)"
|
|
2776
|
+
}
|
|
2782
2777
|
}
|
|
2783
|
-
|
|
2778
|
+
],
|
|
2784
2779
|
"inheritedFrom": {
|
|
2785
|
-
"name": "
|
|
2786
|
-
"module": "src/
|
|
2780
|
+
"name": "ActionsMenu",
|
|
2781
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2787
2782
|
}
|
|
2788
2783
|
},
|
|
2789
2784
|
{
|
|
2790
2785
|
"kind": "method",
|
|
2791
|
-
"name": "
|
|
2792
|
-
"
|
|
2793
|
-
|
|
2794
|
-
"
|
|
2786
|
+
"name": "getTemplate",
|
|
2787
|
+
"parameters": [
|
|
2788
|
+
{
|
|
2789
|
+
"name": "prefix",
|
|
2790
|
+
"type": {
|
|
2791
|
+
"text": "string"
|
|
2792
|
+
}
|
|
2795
2793
|
}
|
|
2796
|
-
|
|
2794
|
+
],
|
|
2797
2795
|
"inheritedFrom": {
|
|
2798
|
-
"name": "
|
|
2799
|
-
"module": "src/
|
|
2796
|
+
"name": "ActionsMenu",
|
|
2797
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2800
2798
|
}
|
|
2801
2799
|
},
|
|
2802
2800
|
{
|
|
@@ -2914,47 +2912,49 @@
|
|
|
2914
2912
|
},
|
|
2915
2913
|
{
|
|
2916
2914
|
"kind": "variable",
|
|
2917
|
-
"name": "
|
|
2915
|
+
"name": "zeroActionsMenu",
|
|
2916
|
+
"description": "The Zero Actions Menu",
|
|
2917
|
+
"privacy": "public"
|
|
2918
2918
|
}
|
|
2919
2919
|
],
|
|
2920
2920
|
"exports": [
|
|
2921
2921
|
{
|
|
2922
2922
|
"kind": "js",
|
|
2923
|
-
"name": "
|
|
2923
|
+
"name": "ActionsMenu",
|
|
2924
2924
|
"declaration": {
|
|
2925
|
-
"name": "
|
|
2926
|
-
"module": "src/
|
|
2925
|
+
"name": "ActionsMenu",
|
|
2926
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2927
2927
|
}
|
|
2928
2928
|
},
|
|
2929
2929
|
{
|
|
2930
2930
|
"kind": "js",
|
|
2931
|
-
"name": "
|
|
2931
|
+
"name": "zeroActionsMenu",
|
|
2932
2932
|
"declaration": {
|
|
2933
|
-
"name": "
|
|
2934
|
-
"module": "src/
|
|
2933
|
+
"name": "zeroActionsMenu",
|
|
2934
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2935
2935
|
}
|
|
2936
2936
|
}
|
|
2937
2937
|
]
|
|
2938
2938
|
},
|
|
2939
2939
|
{
|
|
2940
2940
|
"kind": "javascript-module",
|
|
2941
|
-
"path": "src/
|
|
2941
|
+
"path": "src/actions-menu/index.ts",
|
|
2942
2942
|
"declarations": [],
|
|
2943
2943
|
"exports": [
|
|
2944
2944
|
{
|
|
2945
2945
|
"kind": "js",
|
|
2946
|
-
"name": "
|
|
2946
|
+
"name": "*",
|
|
2947
2947
|
"declaration": {
|
|
2948
|
-
"name": "
|
|
2949
|
-
"
|
|
2948
|
+
"name": "*",
|
|
2949
|
+
"package": "./actions-menu"
|
|
2950
2950
|
}
|
|
2951
2951
|
},
|
|
2952
2952
|
{
|
|
2953
2953
|
"kind": "js",
|
|
2954
|
-
"name": "
|
|
2954
|
+
"name": "*",
|
|
2955
2955
|
"declaration": {
|
|
2956
|
-
"name": "
|
|
2957
|
-
"
|
|
2956
|
+
"name": "*",
|
|
2957
|
+
"package": "./actions-menu.styles"
|
|
2958
2958
|
}
|
|
2959
2959
|
}
|
|
2960
2960
|
]
|