@genesislcap/foundation-zero 14.418.1-alpha-7cce044.0 → 14.418.1

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