@genesislcap/foundation-ui 14.443.1 → 14.444.1-GENC-1262.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.
@@ -1398,565 +1398,6 @@
1398
1398
  }
1399
1399
  ]
1400
1400
  },
1401
- {
1402
- "kind": "javascript-module",
1403
- "path": "src/actions-menu/actions-menu.styles.ts",
1404
- "declarations": [
1405
- {
1406
- "kind": "function",
1407
- "name": "actionsMenuBaseStyles",
1408
- "return": {
1409
- "type": {
1410
- "text": "ElementStyles"
1411
- }
1412
- },
1413
- "parameters": [
1414
- {
1415
- "name": "context",
1416
- "type": {
1417
- "text": "ElementDefinitionContext"
1418
- }
1419
- },
1420
- {
1421
- "name": "definition",
1422
- "type": {
1423
- "text": "FoundationElementDefinition"
1424
- }
1425
- }
1426
- ]
1427
- },
1428
- {
1429
- "kind": "function",
1430
- "name": "foundationActionsMenuStyles",
1431
- "return": {
1432
- "type": {
1433
- "text": "ElementStyles"
1434
- }
1435
- },
1436
- "parameters": [
1437
- {
1438
- "name": "context",
1439
- "type": {
1440
- "text": "ElementDefinitionContext"
1441
- }
1442
- },
1443
- {
1444
- "name": "definition",
1445
- "type": {
1446
- "text": "FoundationElementDefinition"
1447
- }
1448
- }
1449
- ]
1450
- }
1451
- ],
1452
- "exports": [
1453
- {
1454
- "kind": "js",
1455
- "name": "actionsMenuBaseStyles",
1456
- "declaration": {
1457
- "name": "actionsMenuBaseStyles",
1458
- "module": "src/actions-menu/actions-menu.styles.ts"
1459
- }
1460
- },
1461
- {
1462
- "kind": "js",
1463
- "name": "foundationActionsMenuStyles",
1464
- "declaration": {
1465
- "name": "foundationActionsMenuStyles",
1466
- "module": "src/actions-menu/actions-menu.styles.ts"
1467
- }
1468
- }
1469
- ]
1470
- },
1471
- {
1472
- "kind": "javascript-module",
1473
- "path": "src/actions-menu/actions-menu.template.ts",
1474
- "declarations": [
1475
- {
1476
- "kind": "function",
1477
- "name": "menuTemplate",
1478
- "parameters": [
1479
- {
1480
- "name": "prefix",
1481
- "type": {
1482
- "text": "string"
1483
- }
1484
- }
1485
- ]
1486
- },
1487
- {
1488
- "kind": "function",
1489
- "name": "singleOptionTemplate",
1490
- "parameters": [
1491
- {
1492
- "name": "prefix",
1493
- "type": {
1494
- "text": "string"
1495
- }
1496
- }
1497
- ]
1498
- },
1499
- {
1500
- "kind": "variable",
1501
- "name": "foundationActionsMenuTemplate",
1502
- "type": {
1503
- "text": "ViewTemplate<ActionsMenu>"
1504
- },
1505
- "default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
1506
- }
1507
- ],
1508
- "exports": [
1509
- {
1510
- "kind": "js",
1511
- "name": "menuTemplate",
1512
- "declaration": {
1513
- "name": "menuTemplate",
1514
- "module": "src/actions-menu/actions-menu.template.ts"
1515
- }
1516
- },
1517
- {
1518
- "kind": "js",
1519
- "name": "singleOptionTemplate",
1520
- "declaration": {
1521
- "name": "singleOptionTemplate",
1522
- "module": "src/actions-menu/actions-menu.template.ts"
1523
- }
1524
- },
1525
- {
1526
- "kind": "js",
1527
- "name": "foundationActionsMenuTemplate",
1528
- "declaration": {
1529
- "name": "foundationActionsMenuTemplate",
1530
- "module": "src/actions-menu/actions-menu.template.ts"
1531
- }
1532
- }
1533
- ]
1534
- },
1535
- {
1536
- "kind": "javascript-module",
1537
- "path": "src/actions-menu/actions-menu.ts",
1538
- "declarations": [
1539
- {
1540
- "kind": "class",
1541
- "description": "",
1542
- "name": "ActionsMenu",
1543
- "members": [
1544
- {
1545
- "kind": "field",
1546
- "name": "actions",
1547
- "type": {
1548
- "text": "ActionMenuItem[]"
1549
- }
1550
- },
1551
- {
1552
- "kind": "field",
1553
- "name": "isVertical",
1554
- "type": {
1555
- "text": "boolean"
1556
- },
1557
- "default": "false"
1558
- },
1559
- {
1560
- "kind": "field",
1561
- "name": "addDefaultActions",
1562
- "type": {
1563
- "text": "boolean"
1564
- },
1565
- "default": "true"
1566
- },
1567
- {
1568
- "kind": "field",
1569
- "name": "autoCloseOnAction",
1570
- "type": {
1571
- "text": "boolean"
1572
- },
1573
- "default": "true"
1574
- },
1575
- {
1576
- "kind": "field",
1577
- "name": "classNames",
1578
- "type": {
1579
- "text": "string"
1580
- }
1581
- },
1582
- {
1583
- "kind": "field",
1584
- "name": "definition",
1585
- "type": {
1586
- "text": "any"
1587
- }
1588
- },
1589
- {
1590
- "kind": "field",
1591
- "name": "name",
1592
- "type": {
1593
- "text": "string"
1594
- },
1595
- "default": "'Actions'"
1596
- },
1597
- {
1598
- "kind": "field",
1599
- "name": "open",
1600
- "type": {
1601
- "text": "boolean"
1602
- },
1603
- "default": "false"
1604
- },
1605
- {
1606
- "kind": "field",
1607
- "name": "buttonAppearance",
1608
- "type": {
1609
- "text": "string"
1610
- }
1611
- },
1612
- {
1613
- "kind": "field",
1614
- "name": "hideDisabled",
1615
- "type": {
1616
- "text": "boolean"
1617
- },
1618
- "default": "false"
1619
- },
1620
- {
1621
- "kind": "field",
1622
- "name": "hideMenuSingleOption",
1623
- "type": {
1624
- "text": "boolean"
1625
- },
1626
- "default": "false"
1627
- },
1628
- {
1629
- "kind": "field",
1630
- "name": "singleOption",
1631
- "type": {
1632
- "text": "ActionMenuItem"
1633
- }
1634
- },
1635
- {
1636
- "kind": "field",
1637
- "name": "actionsMenu",
1638
- "type": {
1639
- "text": "HTMLElement"
1640
- }
1641
- },
1642
- {
1643
- "kind": "method",
1644
- "name": "definitionChanged",
1645
- "privacy": "protected",
1646
- "parameters": [
1647
- {
1648
- "name": "oldValue",
1649
- "type": {
1650
- "text": "any"
1651
- }
1652
- },
1653
- {
1654
- "name": "newValue",
1655
- "type": {
1656
- "text": "any"
1657
- }
1658
- }
1659
- ]
1660
- },
1661
- {
1662
- "kind": "method",
1663
- "name": "openChanged",
1664
- "privacy": "protected"
1665
- },
1666
- {
1667
- "kind": "method",
1668
- "name": "toggleActionsMenuVisibility"
1669
- },
1670
- {
1671
- "kind": "method",
1672
- "name": "onActionMenuItemClick",
1673
- "parameters": [
1674
- {
1675
- "name": "callback",
1676
- "type": {
1677
- "text": "(rowData) => void | any"
1678
- }
1679
- }
1680
- ]
1681
- },
1682
- {
1683
- "kind": "field",
1684
- "name": "allActions",
1685
- "type": {
1686
- "text": "ActionMenuItem[]"
1687
- },
1688
- "readonly": true
1689
- },
1690
- {
1691
- "kind": "field",
1692
- "name": "rowData",
1693
- "readonly": true
1694
- },
1695
- {
1696
- "kind": "method",
1697
- "name": "getLabel",
1698
- "parameters": [
1699
- {
1700
- "name": "name",
1701
- "type": {
1702
- "text": "string | ((rowData: any) => string)"
1703
- }
1704
- }
1705
- ]
1706
- },
1707
- {
1708
- "kind": "method",
1709
- "name": "getTemplate",
1710
- "parameters": [
1711
- {
1712
- "name": "prefix",
1713
- "type": {
1714
- "text": "string"
1715
- }
1716
- }
1717
- ]
1718
- },
1719
- {
1720
- "kind": "field",
1721
- "name": "_presentation",
1722
- "type": {
1723
- "text": "ComponentPresentation | null | undefined"
1724
- },
1725
- "privacy": "private",
1726
- "default": "void 0",
1727
- "inheritedFrom": {
1728
- "name": "FoundationElement",
1729
- "module": "src/foundation-element/foundation-element.ts"
1730
- }
1731
- },
1732
- {
1733
- "kind": "field",
1734
- "name": "$presentation",
1735
- "type": {
1736
- "text": "ComponentPresentation | null"
1737
- },
1738
- "privacy": "public",
1739
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1740
- "inheritedFrom": {
1741
- "name": "FoundationElement",
1742
- "module": "src/foundation-element/foundation-element.ts"
1743
- }
1744
- },
1745
- {
1746
- "kind": "field",
1747
- "name": "template",
1748
- "type": {
1749
- "text": "ElementViewTemplate | void | null"
1750
- },
1751
- "privacy": "public",
1752
- "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.",
1753
- "inheritedFrom": {
1754
- "name": "FoundationElement",
1755
- "module": "src/foundation-element/foundation-element.ts"
1756
- }
1757
- },
1758
- {
1759
- "kind": "method",
1760
- "name": "templateChanged",
1761
- "privacy": "protected",
1762
- "return": {
1763
- "type": {
1764
- "text": "void"
1765
- }
1766
- },
1767
- "inheritedFrom": {
1768
- "name": "FoundationElement",
1769
- "module": "src/foundation-element/foundation-element.ts"
1770
- }
1771
- },
1772
- {
1773
- "kind": "field",
1774
- "name": "styles",
1775
- "type": {
1776
- "text": "ElementStyles | void | null"
1777
- },
1778
- "privacy": "public",
1779
- "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.",
1780
- "inheritedFrom": {
1781
- "name": "FoundationElement",
1782
- "module": "src/foundation-element/foundation-element.ts"
1783
- }
1784
- },
1785
- {
1786
- "kind": "method",
1787
- "name": "stylesChanged",
1788
- "privacy": "protected",
1789
- "return": {
1790
- "type": {
1791
- "text": "void"
1792
- }
1793
- },
1794
- "inheritedFrom": {
1795
- "name": "FoundationElement",
1796
- "module": "src/foundation-element/foundation-element.ts"
1797
- }
1798
- },
1799
- {
1800
- "kind": "method",
1801
- "name": "compose",
1802
- "privacy": "public",
1803
- "static": true,
1804
- "return": {
1805
- "type": {
1806
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1807
- }
1808
- },
1809
- "parameters": [
1810
- {
1811
- "name": "this",
1812
- "type": {
1813
- "text": "K"
1814
- }
1815
- },
1816
- {
1817
- "name": "elementDefinition",
1818
- "type": {
1819
- "text": "T"
1820
- },
1821
- "description": "The definition of the element to create the registry\nfunction for."
1822
- }
1823
- ],
1824
- "description": "Defines an element registry function with a set of element definition defaults.",
1825
- "inheritedFrom": {
1826
- "name": "FoundationElement",
1827
- "module": "src/foundation-element/foundation-element.ts"
1828
- }
1829
- }
1830
- ],
1831
- "attributes": [
1832
- {
1833
- "name": "is-vertical",
1834
- "type": {
1835
- "text": "boolean"
1836
- },
1837
- "default": "false",
1838
- "fieldName": "isVertical"
1839
- },
1840
- {
1841
- "name": "add-default-actions",
1842
- "type": {
1843
- "text": "boolean"
1844
- },
1845
- "default": "true",
1846
- "fieldName": "addDefaultActions"
1847
- },
1848
- {
1849
- "name": "auto-close-on-action",
1850
- "type": {
1851
- "text": "boolean"
1852
- },
1853
- "default": "true",
1854
- "fieldName": "autoCloseOnAction"
1855
- },
1856
- {
1857
- "name": "name",
1858
- "type": {
1859
- "text": "string"
1860
- },
1861
- "default": "'Actions'",
1862
- "fieldName": "name"
1863
- },
1864
- {
1865
- "name": "open",
1866
- "type": {
1867
- "text": "boolean"
1868
- },
1869
- "default": "false",
1870
- "fieldName": "open"
1871
- },
1872
- {
1873
- "name": "buttonAppearance",
1874
- "type": {
1875
- "text": "string"
1876
- },
1877
- "fieldName": "buttonAppearance"
1878
- },
1879
- {
1880
- "name": "hide-disabled",
1881
- "type": {
1882
- "text": "boolean"
1883
- },
1884
- "default": "false",
1885
- "fieldName": "hideDisabled"
1886
- },
1887
- {
1888
- "name": "hide-menu-single-option",
1889
- "type": {
1890
- "text": "boolean"
1891
- },
1892
- "default": "false",
1893
- "fieldName": "hideMenuSingleOption"
1894
- }
1895
- ],
1896
- "superclass": {
1897
- "name": "FoundationElement",
1898
- "package": "@microsoft/fast-foundation"
1899
- },
1900
- "tagName": "%%prefix%%-actions-menu",
1901
- "customElement": true
1902
- },
1903
- {
1904
- "kind": "variable",
1905
- "name": "foundationActionsMenu",
1906
- "description": "The Foundation Actions Menu",
1907
- "privacy": "public"
1908
- }
1909
- ],
1910
- "exports": [
1911
- {
1912
- "kind": "js",
1913
- "name": "ActionsMenu",
1914
- "declaration": {
1915
- "name": "ActionsMenu",
1916
- "module": "src/actions-menu/actions-menu.ts"
1917
- }
1918
- },
1919
- {
1920
- "kind": "js",
1921
- "name": "foundationActionsMenu",
1922
- "declaration": {
1923
- "name": "foundationActionsMenu",
1924
- "module": "src/actions-menu/actions-menu.ts"
1925
- }
1926
- }
1927
- ]
1928
- },
1929
- {
1930
- "kind": "javascript-module",
1931
- "path": "src/actions-menu/index.ts",
1932
- "declarations": [],
1933
- "exports": [
1934
- {
1935
- "kind": "js",
1936
- "name": "*",
1937
- "declaration": {
1938
- "name": "*",
1939
- "package": "./actions-menu.styles"
1940
- }
1941
- },
1942
- {
1943
- "kind": "js",
1944
- "name": "*",
1945
- "declaration": {
1946
- "name": "*",
1947
- "package": "./actions-menu.template"
1948
- }
1949
- },
1950
- {
1951
- "kind": "js",
1952
- "name": "*",
1953
- "declaration": {
1954
- "name": "*",
1955
- "package": "./actions-menu"
1956
- }
1957
- }
1958
- ]
1959
- },
1960
1401
  {
1961
1402
  "kind": "javascript-module",
1962
1403
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -2353,11 +1794,65 @@
2353
1794
  },
2354
1795
  {
2355
1796
  "kind": "javascript-module",
2356
- "path": "src/ai-indicator/ai-indicator.styles.ts",
1797
+ "path": "src/_config/index.ts",
1798
+ "declarations": [],
1799
+ "exports": [
1800
+ {
1801
+ "kind": "js",
1802
+ "name": "*",
1803
+ "declaration": {
1804
+ "name": "*",
1805
+ "package": "./styles"
1806
+ }
1807
+ },
1808
+ {
1809
+ "kind": "js",
1810
+ "name": "*",
1811
+ "declaration": {
1812
+ "name": "*",
1813
+ "package": "./tokens"
1814
+ }
1815
+ },
1816
+ {
1817
+ "kind": "js",
1818
+ "name": "*",
1819
+ "declaration": {
1820
+ "name": "*",
1821
+ "package": "./values"
1822
+ }
1823
+ }
1824
+ ]
1825
+ },
1826
+ {
1827
+ "kind": "javascript-module",
1828
+ "path": "src/actions-menu/actions-menu.styles.ts",
2357
1829
  "declarations": [
2358
1830
  {
2359
1831
  "kind": "function",
2360
- "name": "foundationAiIndicatorStyles",
1832
+ "name": "actionsMenuBaseStyles",
1833
+ "return": {
1834
+ "type": {
1835
+ "text": "ElementStyles"
1836
+ }
1837
+ },
1838
+ "parameters": [
1839
+ {
1840
+ "name": "context",
1841
+ "type": {
1842
+ "text": "ElementDefinitionContext"
1843
+ }
1844
+ },
1845
+ {
1846
+ "name": "definition",
1847
+ "type": {
1848
+ "text": "FoundationElementDefinition"
1849
+ }
1850
+ }
1851
+ ]
1852
+ },
1853
+ {
1854
+ "kind": "function",
1855
+ "name": "foundationActionsMenuStyles",
2361
1856
  "return": {
2362
1857
  "type": {
2363
1858
  "text": "ElementStyles"
@@ -2382,215 +1877,269 @@
2382
1877
  "exports": [
2383
1878
  {
2384
1879
  "kind": "js",
2385
- "name": "foundationAiIndicatorStyles",
1880
+ "name": "actionsMenuBaseStyles",
2386
1881
  "declaration": {
2387
- "name": "foundationAiIndicatorStyles",
2388
- "module": "src/ai-indicator/ai-indicator.styles.ts"
1882
+ "name": "actionsMenuBaseStyles",
1883
+ "module": "src/actions-menu/actions-menu.styles.ts"
1884
+ }
1885
+ },
1886
+ {
1887
+ "kind": "js",
1888
+ "name": "foundationActionsMenuStyles",
1889
+ "declaration": {
1890
+ "name": "foundationActionsMenuStyles",
1891
+ "module": "src/actions-menu/actions-menu.styles.ts"
2389
1892
  }
2390
1893
  }
2391
1894
  ]
2392
1895
  },
2393
1896
  {
2394
1897
  "kind": "javascript-module",
2395
- "path": "src/ai-indicator/ai-indicator.template.ts",
1898
+ "path": "src/actions-menu/actions-menu.template.ts",
2396
1899
  "declarations": [
1900
+ {
1901
+ "kind": "function",
1902
+ "name": "menuTemplate",
1903
+ "parameters": [
1904
+ {
1905
+ "name": "prefix",
1906
+ "type": {
1907
+ "text": "string"
1908
+ }
1909
+ }
1910
+ ]
1911
+ },
1912
+ {
1913
+ "kind": "function",
1914
+ "name": "singleOptionTemplate",
1915
+ "parameters": [
1916
+ {
1917
+ "name": "prefix",
1918
+ "type": {
1919
+ "text": "string"
1920
+ }
1921
+ }
1922
+ ]
1923
+ },
2397
1924
  {
2398
1925
  "kind": "variable",
2399
- "name": "foundationAiIndicatorTemplate",
1926
+ "name": "foundationActionsMenuTemplate",
2400
1927
  "type": {
2401
- "text": "ViewTemplate<AiIndicator>"
1928
+ "text": "ViewTemplate<ActionsMenu>"
2402
1929
  },
2403
- "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
1930
+ "default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
2404
1931
  }
2405
1932
  ],
2406
1933
  "exports": [
2407
1934
  {
2408
1935
  "kind": "js",
2409
- "name": "foundationAiIndicatorTemplate",
1936
+ "name": "menuTemplate",
2410
1937
  "declaration": {
2411
- "name": "foundationAiIndicatorTemplate",
2412
- "module": "src/ai-indicator/ai-indicator.template.ts"
1938
+ "name": "menuTemplate",
1939
+ "module": "src/actions-menu/actions-menu.template.ts"
1940
+ }
1941
+ },
1942
+ {
1943
+ "kind": "js",
1944
+ "name": "singleOptionTemplate",
1945
+ "declaration": {
1946
+ "name": "singleOptionTemplate",
1947
+ "module": "src/actions-menu/actions-menu.template.ts"
1948
+ }
1949
+ },
1950
+ {
1951
+ "kind": "js",
1952
+ "name": "foundationActionsMenuTemplate",
1953
+ "declaration": {
1954
+ "name": "foundationActionsMenuTemplate",
1955
+ "module": "src/actions-menu/actions-menu.template.ts"
2413
1956
  }
2414
1957
  }
2415
1958
  ]
2416
1959
  },
2417
1960
  {
2418
1961
  "kind": "javascript-module",
2419
- "path": "src/ai-indicator/ai-indicator.ts",
1962
+ "path": "src/actions-menu/actions-menu.ts",
2420
1963
  "declarations": [
2421
1964
  {
2422
1965
  "kind": "class",
2423
1966
  "description": "",
2424
- "name": "AiIndicator",
1967
+ "name": "ActionsMenu",
2425
1968
  "members": [
2426
1969
  {
2427
1970
  "kind": "field",
2428
- "name": "aiProvider",
1971
+ "name": "actions",
2429
1972
  "type": {
2430
- "text": "AIProvider"
1973
+ "text": "ActionMenuItem[]"
2431
1974
  }
2432
1975
  },
2433
1976
  {
2434
1977
  "kind": "field",
2435
- "name": "status",
1978
+ "name": "isVertical",
2436
1979
  "type": {
2437
- "text": "AIStatus | null"
1980
+ "text": "boolean"
2438
1981
  },
2439
- "default": "null"
1982
+ "default": "false"
2440
1983
  },
2441
1984
  {
2442
1985
  "kind": "field",
2443
- "name": "open",
1986
+ "name": "addDefaultActions",
2444
1987
  "type": {
2445
1988
  "text": "boolean"
2446
1989
  },
2447
- "default": "false"
1990
+ "default": "true"
2448
1991
  },
2449
1992
  {
2450
1993
  "kind": "field",
2451
- "name": "state",
1994
+ "name": "autoCloseOnAction",
2452
1995
  "type": {
2453
- "text": "AIIndicatorState"
1996
+ "text": "boolean"
2454
1997
  },
2455
- "default": "'none'"
1998
+ "default": "true"
2456
1999
  },
2457
2000
  {
2458
2001
  "kind": "field",
2459
- "name": "isInstalling",
2002
+ "name": "classNames",
2460
2003
  "type": {
2461
- "text": "boolean"
2462
- },
2463
- "default": "false"
2004
+ "text": "string"
2005
+ }
2464
2006
  },
2465
2007
  {
2466
2008
  "kind": "field",
2467
- "name": "pollTimer",
2009
+ "name": "definition",
2468
2010
  "type": {
2469
- "text": "ReturnType<typeof setInterval> | null"
2470
- },
2471
- "privacy": "private",
2472
- "default": "null"
2011
+ "text": "any"
2012
+ }
2473
2013
  },
2474
2014
  {
2475
2015
  "kind": "field",
2476
- "name": "clickOutside",
2477
- "privacy": "private"
2016
+ "name": "name",
2017
+ "type": {
2018
+ "text": "string"
2019
+ },
2020
+ "default": "'Actions'"
2478
2021
  },
2479
2022
  {
2480
2023
  "kind": "field",
2481
- "name": "chromeStatusLabel",
2024
+ "name": "open",
2482
2025
  "type": {
2483
- "text": "string | null"
2026
+ "text": "boolean"
2484
2027
  },
2485
- "readonly": true
2028
+ "default": "false"
2486
2029
  },
2487
2030
  {
2488
2031
  "kind": "field",
2489
- "name": "canInstall",
2032
+ "name": "buttonAppearance",
2033
+ "type": {
2034
+ "text": "string"
2035
+ }
2036
+ },
2037
+ {
2038
+ "kind": "field",
2039
+ "name": "hideDisabled",
2490
2040
  "type": {
2491
2041
  "text": "boolean"
2492
2042
  },
2493
- "readonly": true
2043
+ "default": "false"
2494
2044
  },
2495
2045
  {
2496
2046
  "kind": "field",
2497
- "name": "isDownloading",
2047
+ "name": "hideMenuSingleOption",
2498
2048
  "type": {
2499
2049
  "text": "boolean"
2500
2050
  },
2501
- "readonly": true
2051
+ "default": "false"
2502
2052
  },
2503
2053
  {
2504
- "kind": "method",
2505
- "name": "openChanged",
2506
- "return": {
2507
- "type": {
2508
- "text": "void"
2509
- }
2054
+ "kind": "field",
2055
+ "name": "singleOption",
2056
+ "type": {
2057
+ "text": "ActionMenuItem"
2058
+ }
2059
+ },
2060
+ {
2061
+ "kind": "field",
2062
+ "name": "actionsMenu",
2063
+ "type": {
2064
+ "text": "HTMLElement"
2510
2065
  }
2511
2066
  },
2512
2067
  {
2513
2068
  "kind": "method",
2514
- "name": "handleClickOutside",
2515
- "privacy": "private",
2069
+ "name": "definitionChanged",
2070
+ "privacy": "protected",
2516
2071
  "parameters": [
2517
2072
  {
2518
- "name": "event",
2073
+ "name": "oldValue",
2519
2074
  "type": {
2520
- "text": "MouseEvent"
2075
+ "text": "any"
2076
+ }
2077
+ },
2078
+ {
2079
+ "name": "newValue",
2080
+ "type": {
2081
+ "text": "any"
2521
2082
  }
2522
2083
  }
2523
2084
  ]
2524
2085
  },
2525
2086
  {
2526
2087
  "kind": "method",
2527
- "name": "toggleDropdown"
2088
+ "name": "openChanged",
2089
+ "privacy": "protected"
2528
2090
  },
2529
2091
  {
2530
2092
  "kind": "method",
2531
- "name": "refreshStatus",
2532
- "return": {
2533
- "type": {
2534
- "text": "Promise<void>"
2535
- }
2536
- }
2093
+ "name": "toggleActionsMenuVisibility"
2537
2094
  },
2538
2095
  {
2539
2096
  "kind": "method",
2540
- "name": "deriveState",
2541
- "privacy": "private",
2542
- "return": {
2543
- "type": {
2544
- "text": "AIIndicatorState"
2545
- }
2546
- },
2097
+ "name": "onActionMenuItemClick",
2547
2098
  "parameters": [
2548
2099
  {
2549
- "name": "s",
2100
+ "name": "callback",
2550
2101
  "type": {
2551
- "text": "AIStatus | null"
2102
+ "text": "(rowData) => void | any"
2552
2103
  }
2553
2104
  }
2554
2105
  ]
2555
2106
  },
2556
2107
  {
2557
- "kind": "method",
2558
- "name": "maybeStartPolling",
2559
- "privacy": "private",
2560
- "return": {
2561
- "type": {
2562
- "text": "void"
2563
- }
2564
- }
2108
+ "kind": "field",
2109
+ "name": "allActions",
2110
+ "type": {
2111
+ "text": "ActionMenuItem[]"
2112
+ },
2113
+ "readonly": true
2565
2114
  },
2566
2115
  {
2567
- "kind": "method",
2568
- "name": "startPolling",
2569
- "privacy": "private",
2570
- "return": {
2571
- "type": {
2572
- "text": "void"
2573
- }
2574
- }
2116
+ "kind": "field",
2117
+ "name": "rowData",
2118
+ "readonly": true
2575
2119
  },
2576
2120
  {
2577
2121
  "kind": "method",
2578
- "name": "stopPolling",
2579
- "privacy": "private",
2580
- "return": {
2581
- "type": {
2582
- "text": "void"
2122
+ "name": "getLabel",
2123
+ "parameters": [
2124
+ {
2125
+ "name": "name",
2126
+ "type": {
2127
+ "text": "string | ((rowData: any) => string)"
2128
+ }
2583
2129
  }
2584
- }
2130
+ ]
2585
2131
  },
2586
2132
  {
2587
2133
  "kind": "method",
2588
- "name": "onInstall",
2589
- "return": {
2590
- "type": {
2591
- "text": "Promise<void>"
2134
+ "name": "getTemplate",
2135
+ "parameters": [
2136
+ {
2137
+ "name": "prefix",
2138
+ "type": {
2139
+ "text": "string"
2140
+ }
2592
2141
  }
2593
- }
2142
+ ]
2594
2143
  },
2595
2144
  {
2596
2145
  "kind": "field",
@@ -2704,88 +2253,131 @@
2704
2253
  }
2705
2254
  }
2706
2255
  ],
2256
+ "attributes": [
2257
+ {
2258
+ "name": "is-vertical",
2259
+ "type": {
2260
+ "text": "boolean"
2261
+ },
2262
+ "default": "false",
2263
+ "fieldName": "isVertical"
2264
+ },
2265
+ {
2266
+ "name": "add-default-actions",
2267
+ "type": {
2268
+ "text": "boolean"
2269
+ },
2270
+ "default": "true",
2271
+ "fieldName": "addDefaultActions"
2272
+ },
2273
+ {
2274
+ "name": "auto-close-on-action",
2275
+ "type": {
2276
+ "text": "boolean"
2277
+ },
2278
+ "default": "true",
2279
+ "fieldName": "autoCloseOnAction"
2280
+ },
2281
+ {
2282
+ "name": "name",
2283
+ "type": {
2284
+ "text": "string"
2285
+ },
2286
+ "default": "'Actions'",
2287
+ "fieldName": "name"
2288
+ },
2289
+ {
2290
+ "name": "open",
2291
+ "type": {
2292
+ "text": "boolean"
2293
+ },
2294
+ "default": "false",
2295
+ "fieldName": "open"
2296
+ },
2297
+ {
2298
+ "name": "buttonAppearance",
2299
+ "type": {
2300
+ "text": "string"
2301
+ },
2302
+ "fieldName": "buttonAppearance"
2303
+ },
2304
+ {
2305
+ "name": "hide-disabled",
2306
+ "type": {
2307
+ "text": "boolean"
2308
+ },
2309
+ "default": "false",
2310
+ "fieldName": "hideDisabled"
2311
+ },
2312
+ {
2313
+ "name": "hide-menu-single-option",
2314
+ "type": {
2315
+ "text": "boolean"
2316
+ },
2317
+ "default": "false",
2318
+ "fieldName": "hideMenuSingleOption"
2319
+ }
2320
+ ],
2707
2321
  "superclass": {
2708
2322
  "name": "FoundationElement",
2709
2323
  "package": "@microsoft/fast-foundation"
2710
2324
  },
2711
- "tagName": "%%prefix%%-ai-indicator",
2325
+ "tagName": "%%prefix%%-actions-menu",
2712
2326
  "customElement": true
2713
2327
  },
2714
2328
  {
2715
2329
  "kind": "variable",
2716
- "name": "foundationAiIndicator"
2330
+ "name": "foundationActionsMenu",
2331
+ "description": "The Foundation Actions Menu",
2332
+ "privacy": "public"
2717
2333
  }
2718
2334
  ],
2719
2335
  "exports": [
2720
2336
  {
2721
2337
  "kind": "js",
2722
- "name": "AiIndicator",
2338
+ "name": "ActionsMenu",
2723
2339
  "declaration": {
2724
- "name": "AiIndicator",
2725
- "module": "src/ai-indicator/ai-indicator.ts"
2340
+ "name": "ActionsMenu",
2341
+ "module": "src/actions-menu/actions-menu.ts"
2726
2342
  }
2727
2343
  },
2728
2344
  {
2729
2345
  "kind": "js",
2730
- "name": "foundationAiIndicator",
2346
+ "name": "foundationActionsMenu",
2731
2347
  "declaration": {
2732
- "name": "foundationAiIndicator",
2733
- "module": "src/ai-indicator/ai-indicator.ts"
2348
+ "name": "foundationActionsMenu",
2349
+ "module": "src/actions-menu/actions-menu.ts"
2734
2350
  }
2735
2351
  }
2736
2352
  ]
2737
2353
  },
2738
2354
  {
2739
2355
  "kind": "javascript-module",
2740
- "path": "src/ai-indicator/index.ts",
2356
+ "path": "src/actions-menu/index.ts",
2741
2357
  "declarations": [],
2742
2358
  "exports": [
2743
2359
  {
2744
2360
  "kind": "js",
2745
- "name": "AiIndicator",
2746
- "declaration": {
2747
- "name": "AiIndicator",
2748
- "module": "./ai-indicator"
2749
- }
2750
- },
2751
- {
2752
- "kind": "js",
2753
- "name": "foundationAiIndicator",
2754
- "declaration": {
2755
- "name": "foundationAiIndicator",
2756
- "module": "./ai-indicator"
2757
- }
2758
- },
2759
- {
2760
- "kind": "js",
2761
- "name": "type",
2762
- "declaration": {
2763
- "name": "type",
2764
- "module": "./ai-indicator"
2765
- }
2766
- },
2767
- {
2768
- "kind": "js",
2769
- "name": "AIIndicatorState",
2361
+ "name": "*",
2770
2362
  "declaration": {
2771
- "name": "AIIndicatorState",
2772
- "module": "./ai-indicator"
2363
+ "name": "*",
2364
+ "package": "./actions-menu.styles"
2773
2365
  }
2774
2366
  },
2775
2367
  {
2776
2368
  "kind": "js",
2777
- "name": "foundationAiIndicatorTemplate",
2369
+ "name": "*",
2778
2370
  "declaration": {
2779
- "name": "foundationAiIndicatorTemplate",
2780
- "module": "./ai-indicator.template"
2371
+ "name": "*",
2372
+ "package": "./actions-menu.template"
2781
2373
  }
2782
2374
  },
2783
2375
  {
2784
2376
  "kind": "js",
2785
- "name": "foundationAiIndicatorStyles",
2377
+ "name": "*",
2786
2378
  "declaration": {
2787
- "name": "foundationAiIndicatorStyles",
2788
- "module": "./ai-indicator.styles"
2379
+ "name": "*",
2380
+ "package": "./actions-menu"
2789
2381
  }
2790
2382
  }
2791
2383
  ]
@@ -2846,9 +2438,9 @@
2846
2438
  "members": [
2847
2439
  {
2848
2440
  "kind": "field",
2849
- "name": "aiProvider",
2441
+ "name": "providerRegistry",
2850
2442
  "type": {
2851
- "text": "AIProvider"
2443
+ "text": "AIProviderRegistry"
2852
2444
  }
2853
2445
  },
2854
2446
  {
@@ -3401,31 +2993,449 @@
3401
2993
  },
3402
2994
  {
3403
2995
  "kind": "javascript-module",
3404
- "path": "src/_config/index.ts",
2996
+ "path": "src/ai-indicator/ai-indicator.styles.ts",
2997
+ "declarations": [
2998
+ {
2999
+ "kind": "function",
3000
+ "name": "foundationAiIndicatorStyles",
3001
+ "return": {
3002
+ "type": {
3003
+ "text": "ElementStyles"
3004
+ }
3005
+ },
3006
+ "parameters": [
3007
+ {
3008
+ "name": "context",
3009
+ "type": {
3010
+ "text": "ElementDefinitionContext"
3011
+ }
3012
+ },
3013
+ {
3014
+ "name": "definition",
3015
+ "type": {
3016
+ "text": "FoundationElementDefinition"
3017
+ }
3018
+ }
3019
+ ]
3020
+ }
3021
+ ],
3022
+ "exports": [
3023
+ {
3024
+ "kind": "js",
3025
+ "name": "foundationAiIndicatorStyles",
3026
+ "declaration": {
3027
+ "name": "foundationAiIndicatorStyles",
3028
+ "module": "src/ai-indicator/ai-indicator.styles.ts"
3029
+ }
3030
+ }
3031
+ ]
3032
+ },
3033
+ {
3034
+ "kind": "javascript-module",
3035
+ "path": "src/ai-indicator/ai-indicator.template.ts",
3036
+ "declarations": [
3037
+ {
3038
+ "kind": "variable",
3039
+ "name": "foundationAiIndicatorTemplate",
3040
+ "type": {
3041
+ "text": "ViewTemplate<AiIndicator>"
3042
+ },
3043
+ "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
3044
+ }
3045
+ ],
3046
+ "exports": [
3047
+ {
3048
+ "kind": "js",
3049
+ "name": "foundationAiIndicatorTemplate",
3050
+ "declaration": {
3051
+ "name": "foundationAiIndicatorTemplate",
3052
+ "module": "src/ai-indicator/ai-indicator.template.ts"
3053
+ }
3054
+ }
3055
+ ]
3056
+ },
3057
+ {
3058
+ "kind": "javascript-module",
3059
+ "path": "src/ai-indicator/ai-indicator.ts",
3060
+ "declarations": [
3061
+ {
3062
+ "kind": "class",
3063
+ "description": "",
3064
+ "name": "AiIndicator",
3065
+ "members": [
3066
+ {
3067
+ "kind": "field",
3068
+ "name": "providerRegistry",
3069
+ "type": {
3070
+ "text": "AIProviderRegistry"
3071
+ }
3072
+ },
3073
+ {
3074
+ "kind": "field",
3075
+ "name": "aiProvider",
3076
+ "type": {
3077
+ "text": "AIProvider | undefined"
3078
+ },
3079
+ "privacy": "private",
3080
+ "description": "The indicator reflects status for the registry's default provider only —\nper-agent provider overrides live with the assistant component, not this\ntop-level chrome.",
3081
+ "readonly": true
3082
+ },
3083
+ {
3084
+ "kind": "field",
3085
+ "name": "status",
3086
+ "type": {
3087
+ "text": "AIStatus | null"
3088
+ },
3089
+ "default": "null"
3090
+ },
3091
+ {
3092
+ "kind": "field",
3093
+ "name": "open",
3094
+ "type": {
3095
+ "text": "boolean"
3096
+ },
3097
+ "default": "false"
3098
+ },
3099
+ {
3100
+ "kind": "field",
3101
+ "name": "state",
3102
+ "type": {
3103
+ "text": "AIIndicatorState"
3104
+ },
3105
+ "default": "'none'"
3106
+ },
3107
+ {
3108
+ "kind": "field",
3109
+ "name": "isInstalling",
3110
+ "type": {
3111
+ "text": "boolean"
3112
+ },
3113
+ "default": "false"
3114
+ },
3115
+ {
3116
+ "kind": "field",
3117
+ "name": "pollTimer",
3118
+ "type": {
3119
+ "text": "ReturnType<typeof setInterval> | null"
3120
+ },
3121
+ "privacy": "private",
3122
+ "default": "null"
3123
+ },
3124
+ {
3125
+ "kind": "field",
3126
+ "name": "clickOutside",
3127
+ "privacy": "private"
3128
+ },
3129
+ {
3130
+ "kind": "field",
3131
+ "name": "chromeStatusLabel",
3132
+ "type": {
3133
+ "text": "string | null"
3134
+ },
3135
+ "readonly": true
3136
+ },
3137
+ {
3138
+ "kind": "field",
3139
+ "name": "canInstall",
3140
+ "type": {
3141
+ "text": "boolean"
3142
+ },
3143
+ "readonly": true
3144
+ },
3145
+ {
3146
+ "kind": "field",
3147
+ "name": "isDownloading",
3148
+ "type": {
3149
+ "text": "boolean"
3150
+ },
3151
+ "readonly": true
3152
+ },
3153
+ {
3154
+ "kind": "method",
3155
+ "name": "openChanged",
3156
+ "return": {
3157
+ "type": {
3158
+ "text": "void"
3159
+ }
3160
+ }
3161
+ },
3162
+ {
3163
+ "kind": "method",
3164
+ "name": "handleClickOutside",
3165
+ "privacy": "private",
3166
+ "parameters": [
3167
+ {
3168
+ "name": "event",
3169
+ "type": {
3170
+ "text": "MouseEvent"
3171
+ }
3172
+ }
3173
+ ]
3174
+ },
3175
+ {
3176
+ "kind": "method",
3177
+ "name": "toggleDropdown"
3178
+ },
3179
+ {
3180
+ "kind": "method",
3181
+ "name": "refreshStatus",
3182
+ "return": {
3183
+ "type": {
3184
+ "text": "Promise<void>"
3185
+ }
3186
+ }
3187
+ },
3188
+ {
3189
+ "kind": "method",
3190
+ "name": "deriveState",
3191
+ "privacy": "private",
3192
+ "return": {
3193
+ "type": {
3194
+ "text": "AIIndicatorState"
3195
+ }
3196
+ },
3197
+ "parameters": [
3198
+ {
3199
+ "name": "s",
3200
+ "type": {
3201
+ "text": "AIStatus | null"
3202
+ }
3203
+ }
3204
+ ]
3205
+ },
3206
+ {
3207
+ "kind": "method",
3208
+ "name": "maybeStartPolling",
3209
+ "privacy": "private",
3210
+ "return": {
3211
+ "type": {
3212
+ "text": "void"
3213
+ }
3214
+ }
3215
+ },
3216
+ {
3217
+ "kind": "method",
3218
+ "name": "startPolling",
3219
+ "privacy": "private",
3220
+ "return": {
3221
+ "type": {
3222
+ "text": "void"
3223
+ }
3224
+ }
3225
+ },
3226
+ {
3227
+ "kind": "method",
3228
+ "name": "stopPolling",
3229
+ "privacy": "private",
3230
+ "return": {
3231
+ "type": {
3232
+ "text": "void"
3233
+ }
3234
+ }
3235
+ },
3236
+ {
3237
+ "kind": "method",
3238
+ "name": "onInstall",
3239
+ "return": {
3240
+ "type": {
3241
+ "text": "Promise<void>"
3242
+ }
3243
+ }
3244
+ },
3245
+ {
3246
+ "kind": "field",
3247
+ "name": "_presentation",
3248
+ "type": {
3249
+ "text": "ComponentPresentation | null | undefined"
3250
+ },
3251
+ "privacy": "private",
3252
+ "default": "void 0",
3253
+ "inheritedFrom": {
3254
+ "name": "FoundationElement",
3255
+ "module": "src/foundation-element/foundation-element.ts"
3256
+ }
3257
+ },
3258
+ {
3259
+ "kind": "field",
3260
+ "name": "$presentation",
3261
+ "type": {
3262
+ "text": "ComponentPresentation | null"
3263
+ },
3264
+ "privacy": "public",
3265
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3266
+ "inheritedFrom": {
3267
+ "name": "FoundationElement",
3268
+ "module": "src/foundation-element/foundation-element.ts"
3269
+ }
3270
+ },
3271
+ {
3272
+ "kind": "field",
3273
+ "name": "template",
3274
+ "type": {
3275
+ "text": "ElementViewTemplate | void | null"
3276
+ },
3277
+ "privacy": "public",
3278
+ "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.",
3279
+ "inheritedFrom": {
3280
+ "name": "FoundationElement",
3281
+ "module": "src/foundation-element/foundation-element.ts"
3282
+ }
3283
+ },
3284
+ {
3285
+ "kind": "method",
3286
+ "name": "templateChanged",
3287
+ "privacy": "protected",
3288
+ "return": {
3289
+ "type": {
3290
+ "text": "void"
3291
+ }
3292
+ },
3293
+ "inheritedFrom": {
3294
+ "name": "FoundationElement",
3295
+ "module": "src/foundation-element/foundation-element.ts"
3296
+ }
3297
+ },
3298
+ {
3299
+ "kind": "field",
3300
+ "name": "styles",
3301
+ "type": {
3302
+ "text": "ElementStyles | void | null"
3303
+ },
3304
+ "privacy": "public",
3305
+ "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.",
3306
+ "inheritedFrom": {
3307
+ "name": "FoundationElement",
3308
+ "module": "src/foundation-element/foundation-element.ts"
3309
+ }
3310
+ },
3311
+ {
3312
+ "kind": "method",
3313
+ "name": "stylesChanged",
3314
+ "privacy": "protected",
3315
+ "return": {
3316
+ "type": {
3317
+ "text": "void"
3318
+ }
3319
+ },
3320
+ "inheritedFrom": {
3321
+ "name": "FoundationElement",
3322
+ "module": "src/foundation-element/foundation-element.ts"
3323
+ }
3324
+ },
3325
+ {
3326
+ "kind": "method",
3327
+ "name": "compose",
3328
+ "privacy": "public",
3329
+ "static": true,
3330
+ "return": {
3331
+ "type": {
3332
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3333
+ }
3334
+ },
3335
+ "parameters": [
3336
+ {
3337
+ "name": "this",
3338
+ "type": {
3339
+ "text": "K"
3340
+ }
3341
+ },
3342
+ {
3343
+ "name": "elementDefinition",
3344
+ "type": {
3345
+ "text": "T"
3346
+ },
3347
+ "description": "The definition of the element to create the registry\nfunction for."
3348
+ }
3349
+ ],
3350
+ "description": "Defines an element registry function with a set of element definition defaults.",
3351
+ "inheritedFrom": {
3352
+ "name": "FoundationElement",
3353
+ "module": "src/foundation-element/foundation-element.ts"
3354
+ }
3355
+ }
3356
+ ],
3357
+ "superclass": {
3358
+ "name": "FoundationElement",
3359
+ "package": "@microsoft/fast-foundation"
3360
+ },
3361
+ "tagName": "%%prefix%%-ai-indicator",
3362
+ "customElement": true
3363
+ },
3364
+ {
3365
+ "kind": "variable",
3366
+ "name": "foundationAiIndicator"
3367
+ }
3368
+ ],
3369
+ "exports": [
3370
+ {
3371
+ "kind": "js",
3372
+ "name": "AiIndicator",
3373
+ "declaration": {
3374
+ "name": "AiIndicator",
3375
+ "module": "src/ai-indicator/ai-indicator.ts"
3376
+ }
3377
+ },
3378
+ {
3379
+ "kind": "js",
3380
+ "name": "foundationAiIndicator",
3381
+ "declaration": {
3382
+ "name": "foundationAiIndicator",
3383
+ "module": "src/ai-indicator/ai-indicator.ts"
3384
+ }
3385
+ }
3386
+ ]
3387
+ },
3388
+ {
3389
+ "kind": "javascript-module",
3390
+ "path": "src/ai-indicator/index.ts",
3405
3391
  "declarations": [],
3406
3392
  "exports": [
3407
3393
  {
3408
3394
  "kind": "js",
3409
- "name": "*",
3395
+ "name": "AiIndicator",
3410
3396
  "declaration": {
3411
- "name": "*",
3412
- "package": "./styles"
3397
+ "name": "AiIndicator",
3398
+ "module": "./ai-indicator"
3413
3399
  }
3414
3400
  },
3415
3401
  {
3416
3402
  "kind": "js",
3417
- "name": "*",
3403
+ "name": "foundationAiIndicator",
3418
3404
  "declaration": {
3419
- "name": "*",
3420
- "package": "./tokens"
3405
+ "name": "foundationAiIndicator",
3406
+ "module": "./ai-indicator"
3421
3407
  }
3422
3408
  },
3423
3409
  {
3424
3410
  "kind": "js",
3425
- "name": "*",
3411
+ "name": "type",
3426
3412
  "declaration": {
3427
- "name": "*",
3428
- "package": "./values"
3413
+ "name": "type",
3414
+ "module": "./ai-indicator"
3415
+ }
3416
+ },
3417
+ {
3418
+ "kind": "js",
3419
+ "name": "AIIndicatorState",
3420
+ "declaration": {
3421
+ "name": "AIIndicatorState",
3422
+ "module": "./ai-indicator"
3423
+ }
3424
+ },
3425
+ {
3426
+ "kind": "js",
3427
+ "name": "foundationAiIndicatorTemplate",
3428
+ "declaration": {
3429
+ "name": "foundationAiIndicatorTemplate",
3430
+ "module": "./ai-indicator.template"
3431
+ }
3432
+ },
3433
+ {
3434
+ "kind": "js",
3435
+ "name": "foundationAiIndicatorStyles",
3436
+ "declaration": {
3437
+ "name": "foundationAiIndicatorStyles",
3438
+ "module": "./ai-indicator.styles"
3429
3439
  }
3430
3440
  }
3431
3441
  ]
@@ -57095,197 +57105,6 @@
57095
57105
  }
57096
57106
  ]
57097
57107
  },
57098
- {
57099
- "kind": "javascript-module",
57100
- "path": "src/ai-criteria-search/validation/criteria-ir.ts",
57101
- "declarations": [],
57102
- "exports": []
57103
- },
57104
- {
57105
- "kind": "javascript-module",
57106
- "path": "src/ai-criteria-search/validation/operator-map.ts",
57107
- "declarations": [
57108
- {
57109
- "kind": "function",
57110
- "name": "groupsToCriteria",
57111
- "return": {
57112
- "type": {
57113
- "text": "string"
57114
- }
57115
- },
57116
- "parameters": [
57117
- {
57118
- "name": "groups",
57119
- "type": {
57120
- "text": "CriteriaGroup[]"
57121
- }
57122
- }
57123
- ],
57124
- "description": "Converts validated CriteriaGroup[] to a Groovy criteria string using CriteriaBuilder.\nGroups are AND-ed at top level. Within each group, clauses use group.logic (and/or).\nIf group.negated is true, the group's combined expression is wrapped in NOT."
57125
- },
57126
- {
57127
- "kind": "variable",
57128
- "name": "STRING_OPERATORS",
57129
- "type": {
57130
- "text": "CriteriaOperator[]"
57131
- },
57132
- "default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
57133
- },
57134
- {
57135
- "kind": "variable",
57136
- "name": "NUMERIC_OPERATORS",
57137
- "type": {
57138
- "text": "CriteriaOperator[]"
57139
- },
57140
- "default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
57141
- },
57142
- {
57143
- "kind": "variable",
57144
- "name": "DATE_OPERATORS",
57145
- "type": {
57146
- "text": "CriteriaOperator[]"
57147
- },
57148
- "default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
57149
- },
57150
- {
57151
- "kind": "variable",
57152
- "name": "DATETIME_OPERATORS",
57153
- "type": {
57154
- "text": "CriteriaOperator[]"
57155
- },
57156
- "default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
57157
- },
57158
- {
57159
- "kind": "variable",
57160
- "name": "OPERATOR_DISPLAY_LABEL",
57161
- "type": {
57162
- "text": "Record<CriteriaOperator, string>"
57163
- },
57164
- "default": "{\n contains: 'contains',\n equals: '=',\n startsWith: 'starts with',\n endsWith: 'ends with',\n notEqual: '≠',\n greaterThan: '>',\n lessThan: '<',\n greaterThanOrEqual: '≥',\n lessThanOrEqual: '≤',\n dateIsToday: 'is today',\n dateIsAfter: 'after',\n dateIsBefore: 'before',\n dateIsEqual: '=',\n dateIsGreaterEqual: '≥',\n dateIsLessEqual: '≤',\n dateTimeIsAfter: 'after',\n dateTimeIsBefore: 'before',\n dateTimeIsGreaterEqual: '≥',\n dateTimeIsLessEqual: '≤',\n}"
57165
- }
57166
- ],
57167
- "exports": [
57168
- {
57169
- "kind": "js",
57170
- "name": "groupsToCriteria",
57171
- "declaration": {
57172
- "name": "groupsToCriteria",
57173
- "module": "src/ai-criteria-search/validation/operator-map.ts"
57174
- }
57175
- },
57176
- {
57177
- "kind": "js",
57178
- "name": "STRING_OPERATORS",
57179
- "declaration": {
57180
- "name": "STRING_OPERATORS",
57181
- "module": "src/ai-criteria-search/validation/operator-map.ts"
57182
- }
57183
- },
57184
- {
57185
- "kind": "js",
57186
- "name": "NUMERIC_OPERATORS",
57187
- "declaration": {
57188
- "name": "NUMERIC_OPERATORS",
57189
- "module": "src/ai-criteria-search/validation/operator-map.ts"
57190
- }
57191
- },
57192
- {
57193
- "kind": "js",
57194
- "name": "DATE_OPERATORS",
57195
- "declaration": {
57196
- "name": "DATE_OPERATORS",
57197
- "module": "src/ai-criteria-search/validation/operator-map.ts"
57198
- }
57199
- },
57200
- {
57201
- "kind": "js",
57202
- "name": "DATETIME_OPERATORS",
57203
- "declaration": {
57204
- "name": "DATETIME_OPERATORS",
57205
- "module": "src/ai-criteria-search/validation/operator-map.ts"
57206
- }
57207
- },
57208
- {
57209
- "kind": "js",
57210
- "name": "OPERATOR_DISPLAY_LABEL",
57211
- "declaration": {
57212
- "name": "OPERATOR_DISPLAY_LABEL",
57213
- "module": "src/ai-criteria-search/validation/operator-map.ts"
57214
- }
57215
- }
57216
- ]
57217
- },
57218
- {
57219
- "kind": "javascript-module",
57220
- "path": "src/ai-criteria-search/validation/schema-validator.ts",
57221
- "declarations": [
57222
- {
57223
- "kind": "function",
57224
- "name": "validateClauses",
57225
- "return": {
57226
- "type": {
57227
- "text": "ValidationResult"
57228
- }
57229
- },
57230
- "parameters": [
57231
- {
57232
- "name": "clauses",
57233
- "type": {
57234
- "text": "CriteriaClause[]"
57235
- }
57236
- },
57237
- {
57238
- "name": "fieldMetadata",
57239
- "type": {
57240
- "text": "MetadataDetail[] | string[]"
57241
- }
57242
- }
57243
- ]
57244
- },
57245
- {
57246
- "kind": "function",
57247
- "name": "validateGroups",
57248
- "return": {
57249
- "type": {
57250
- "text": "GroupsValidationResult"
57251
- }
57252
- },
57253
- "parameters": [
57254
- {
57255
- "name": "groups",
57256
- "type": {
57257
- "text": "CriteriaGroup[]"
57258
- }
57259
- },
57260
- {
57261
- "name": "fieldMetadata",
57262
- "type": {
57263
- "text": "MetadataDetail[] | string[]"
57264
- }
57265
- }
57266
- ],
57267
- "description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
57268
- }
57269
- ],
57270
- "exports": [
57271
- {
57272
- "kind": "js",
57273
- "name": "validateClauses",
57274
- "declaration": {
57275
- "name": "validateClauses",
57276
- "module": "src/ai-criteria-search/validation/schema-validator.ts"
57277
- }
57278
- },
57279
- {
57280
- "kind": "js",
57281
- "name": "validateGroups",
57282
- "declaration": {
57283
- "name": "validateGroups",
57284
- "module": "src/ai-criteria-search/validation/schema-validator.ts"
57285
- }
57286
- }
57287
- ]
57288
- },
57289
57108
  {
57290
57109
  "kind": "javascript-module",
57291
57110
  "path": "src/_config/styles/colors.ts",
@@ -58658,6 +58477,197 @@
58658
58477
  "declarations": [],
58659
58478
  "exports": []
58660
58479
  },
58480
+ {
58481
+ "kind": "javascript-module",
58482
+ "path": "src/ai-criteria-search/validation/criteria-ir.ts",
58483
+ "declarations": [],
58484
+ "exports": []
58485
+ },
58486
+ {
58487
+ "kind": "javascript-module",
58488
+ "path": "src/ai-criteria-search/validation/operator-map.ts",
58489
+ "declarations": [
58490
+ {
58491
+ "kind": "function",
58492
+ "name": "groupsToCriteria",
58493
+ "return": {
58494
+ "type": {
58495
+ "text": "string"
58496
+ }
58497
+ },
58498
+ "parameters": [
58499
+ {
58500
+ "name": "groups",
58501
+ "type": {
58502
+ "text": "CriteriaGroup[]"
58503
+ }
58504
+ }
58505
+ ],
58506
+ "description": "Converts validated CriteriaGroup[] to a Groovy criteria string using CriteriaBuilder.\nGroups are AND-ed at top level. Within each group, clauses use group.logic (and/or).\nIf group.negated is true, the group's combined expression is wrapped in NOT."
58507
+ },
58508
+ {
58509
+ "kind": "variable",
58510
+ "name": "STRING_OPERATORS",
58511
+ "type": {
58512
+ "text": "CriteriaOperator[]"
58513
+ },
58514
+ "default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
58515
+ },
58516
+ {
58517
+ "kind": "variable",
58518
+ "name": "NUMERIC_OPERATORS",
58519
+ "type": {
58520
+ "text": "CriteriaOperator[]"
58521
+ },
58522
+ "default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
58523
+ },
58524
+ {
58525
+ "kind": "variable",
58526
+ "name": "DATE_OPERATORS",
58527
+ "type": {
58528
+ "text": "CriteriaOperator[]"
58529
+ },
58530
+ "default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
58531
+ },
58532
+ {
58533
+ "kind": "variable",
58534
+ "name": "DATETIME_OPERATORS",
58535
+ "type": {
58536
+ "text": "CriteriaOperator[]"
58537
+ },
58538
+ "default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
58539
+ },
58540
+ {
58541
+ "kind": "variable",
58542
+ "name": "OPERATOR_DISPLAY_LABEL",
58543
+ "type": {
58544
+ "text": "Record<CriteriaOperator, string>"
58545
+ },
58546
+ "default": "{\n contains: 'contains',\n equals: '=',\n startsWith: 'starts with',\n endsWith: 'ends with',\n notEqual: '≠',\n greaterThan: '>',\n lessThan: '<',\n greaterThanOrEqual: '≥',\n lessThanOrEqual: '≤',\n dateIsToday: 'is today',\n dateIsAfter: 'after',\n dateIsBefore: 'before',\n dateIsEqual: '=',\n dateIsGreaterEqual: '≥',\n dateIsLessEqual: '≤',\n dateTimeIsAfter: 'after',\n dateTimeIsBefore: 'before',\n dateTimeIsGreaterEqual: '≥',\n dateTimeIsLessEqual: '≤',\n}"
58547
+ }
58548
+ ],
58549
+ "exports": [
58550
+ {
58551
+ "kind": "js",
58552
+ "name": "groupsToCriteria",
58553
+ "declaration": {
58554
+ "name": "groupsToCriteria",
58555
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
58556
+ }
58557
+ },
58558
+ {
58559
+ "kind": "js",
58560
+ "name": "STRING_OPERATORS",
58561
+ "declaration": {
58562
+ "name": "STRING_OPERATORS",
58563
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
58564
+ }
58565
+ },
58566
+ {
58567
+ "kind": "js",
58568
+ "name": "NUMERIC_OPERATORS",
58569
+ "declaration": {
58570
+ "name": "NUMERIC_OPERATORS",
58571
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
58572
+ }
58573
+ },
58574
+ {
58575
+ "kind": "js",
58576
+ "name": "DATE_OPERATORS",
58577
+ "declaration": {
58578
+ "name": "DATE_OPERATORS",
58579
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
58580
+ }
58581
+ },
58582
+ {
58583
+ "kind": "js",
58584
+ "name": "DATETIME_OPERATORS",
58585
+ "declaration": {
58586
+ "name": "DATETIME_OPERATORS",
58587
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
58588
+ }
58589
+ },
58590
+ {
58591
+ "kind": "js",
58592
+ "name": "OPERATOR_DISPLAY_LABEL",
58593
+ "declaration": {
58594
+ "name": "OPERATOR_DISPLAY_LABEL",
58595
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
58596
+ }
58597
+ }
58598
+ ]
58599
+ },
58600
+ {
58601
+ "kind": "javascript-module",
58602
+ "path": "src/ai-criteria-search/validation/schema-validator.ts",
58603
+ "declarations": [
58604
+ {
58605
+ "kind": "function",
58606
+ "name": "validateClauses",
58607
+ "return": {
58608
+ "type": {
58609
+ "text": "ValidationResult"
58610
+ }
58611
+ },
58612
+ "parameters": [
58613
+ {
58614
+ "name": "clauses",
58615
+ "type": {
58616
+ "text": "CriteriaClause[]"
58617
+ }
58618
+ },
58619
+ {
58620
+ "name": "fieldMetadata",
58621
+ "type": {
58622
+ "text": "MetadataDetail[] | string[]"
58623
+ }
58624
+ }
58625
+ ]
58626
+ },
58627
+ {
58628
+ "kind": "function",
58629
+ "name": "validateGroups",
58630
+ "return": {
58631
+ "type": {
58632
+ "text": "GroupsValidationResult"
58633
+ }
58634
+ },
58635
+ "parameters": [
58636
+ {
58637
+ "name": "groups",
58638
+ "type": {
58639
+ "text": "CriteriaGroup[]"
58640
+ }
58641
+ },
58642
+ {
58643
+ "name": "fieldMetadata",
58644
+ "type": {
58645
+ "text": "MetadataDetail[] | string[]"
58646
+ }
58647
+ }
58648
+ ],
58649
+ "description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
58650
+ }
58651
+ ],
58652
+ "exports": [
58653
+ {
58654
+ "kind": "js",
58655
+ "name": "validateClauses",
58656
+ "declaration": {
58657
+ "name": "validateClauses",
58658
+ "module": "src/ai-criteria-search/validation/schema-validator.ts"
58659
+ }
58660
+ },
58661
+ {
58662
+ "kind": "js",
58663
+ "name": "validateGroups",
58664
+ "declaration": {
58665
+ "name": "validateGroups",
58666
+ "module": "src/ai-criteria-search/validation/schema-validator.ts"
58667
+ }
58668
+ }
58669
+ ]
58670
+ },
58661
58671
  {
58662
58672
  "kind": "javascript-module",
58663
58673
  "path": "src/environment-indicator/utils/configure.ts",