@genesislcap/foundation-ui 14.473.1-alpha-d30d297.0 → 14.474.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1400,7 +1400,535 @@
1400
1400
  },
1401
1401
  {
1402
1402
  "kind": "javascript-module",
1403
- "path": "src/_config/index.ts",
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",
1404
1932
  "declarations": [],
1405
1933
  "exports": [
1406
1934
  {
@@ -1408,7 +1936,7 @@
1408
1936
  "name": "*",
1409
1937
  "declaration": {
1410
1938
  "name": "*",
1411
- "package": "./styles"
1939
+ "package": "./actions-menu.styles"
1412
1940
  }
1413
1941
  },
1414
1942
  {
@@ -1416,7 +1944,7 @@
1416
1944
  "name": "*",
1417
1945
  "declaration": {
1418
1946
  "name": "*",
1419
- "package": "./tokens"
1947
+ "package": "./actions-menu.template"
1420
1948
  }
1421
1949
  },
1422
1950
  {
@@ -1424,7 +1952,7 @@
1424
1952
  "name": "*",
1425
1953
  "declaration": {
1426
1954
  "name": "*",
1427
- "package": "./values"
1955
+ "package": "./actions-menu"
1428
1956
  }
1429
1957
  }
1430
1958
  ]
@@ -1825,34 +2353,11 @@
1825
2353
  },
1826
2354
  {
1827
2355
  "kind": "javascript-module",
1828
- "path": "src/actions-menu/actions-menu.styles.ts",
2356
+ "path": "src/ai-indicator/ai-indicator.styles.ts",
1829
2357
  "declarations": [
1830
2358
  {
1831
2359
  "kind": "function",
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",
2360
+ "name": "foundationAiIndicatorStyles",
1856
2361
  "return": {
1857
2362
  "type": {
1858
2363
  "text": "ElementStyles"
@@ -1877,269 +2382,225 @@
1877
2382
  "exports": [
1878
2383
  {
1879
2384
  "kind": "js",
1880
- "name": "actionsMenuBaseStyles",
1881
- "declaration": {
1882
- "name": "actionsMenuBaseStyles",
1883
- "module": "src/actions-menu/actions-menu.styles.ts"
1884
- }
1885
- },
1886
- {
1887
- "kind": "js",
1888
- "name": "foundationActionsMenuStyles",
2385
+ "name": "foundationAiIndicatorStyles",
1889
2386
  "declaration": {
1890
- "name": "foundationActionsMenuStyles",
1891
- "module": "src/actions-menu/actions-menu.styles.ts"
2387
+ "name": "foundationAiIndicatorStyles",
2388
+ "module": "src/ai-indicator/ai-indicator.styles.ts"
1892
2389
  }
1893
2390
  }
1894
2391
  ]
1895
2392
  },
1896
2393
  {
1897
2394
  "kind": "javascript-module",
1898
- "path": "src/actions-menu/actions-menu.template.ts",
2395
+ "path": "src/ai-indicator/ai-indicator.template.ts",
1899
2396
  "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
- },
1924
2397
  {
1925
2398
  "kind": "variable",
1926
- "name": "foundationActionsMenuTemplate",
2399
+ "name": "foundationAiIndicatorTemplate",
1927
2400
  "type": {
1928
- "text": "ViewTemplate<ActionsMenu>"
2401
+ "text": "ViewTemplate<AiIndicator>"
1929
2402
  },
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`"
2403
+ "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
1931
2404
  }
1932
2405
  ],
1933
2406
  "exports": [
1934
2407
  {
1935
2408
  "kind": "js",
1936
- "name": "menuTemplate",
1937
- "declaration": {
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",
2409
+ "name": "foundationAiIndicatorTemplate",
1953
2410
  "declaration": {
1954
- "name": "foundationActionsMenuTemplate",
1955
- "module": "src/actions-menu/actions-menu.template.ts"
2411
+ "name": "foundationAiIndicatorTemplate",
2412
+ "module": "src/ai-indicator/ai-indicator.template.ts"
1956
2413
  }
1957
2414
  }
1958
2415
  ]
1959
2416
  },
1960
2417
  {
1961
2418
  "kind": "javascript-module",
1962
- "path": "src/actions-menu/actions-menu.ts",
2419
+ "path": "src/ai-indicator/ai-indicator.ts",
1963
2420
  "declarations": [
1964
2421
  {
1965
2422
  "kind": "class",
1966
2423
  "description": "",
1967
- "name": "ActionsMenu",
2424
+ "name": "AiIndicator",
1968
2425
  "members": [
1969
2426
  {
1970
2427
  "kind": "field",
1971
- "name": "actions",
2428
+ "name": "providerRegistry",
1972
2429
  "type": {
1973
- "text": "ActionMenuItem[]"
2430
+ "text": "AIProviderRegistry"
1974
2431
  }
1975
2432
  },
1976
2433
  {
1977
2434
  "kind": "field",
1978
- "name": "isVertical",
2435
+ "name": "aiProvider",
1979
2436
  "type": {
1980
- "text": "boolean"
2437
+ "text": "AIProvider | undefined"
1981
2438
  },
1982
- "default": "false"
2439
+ "privacy": "private",
2440
+ "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.",
2441
+ "readonly": true
1983
2442
  },
1984
2443
  {
1985
2444
  "kind": "field",
1986
- "name": "addDefaultActions",
2445
+ "name": "status",
1987
2446
  "type": {
1988
- "text": "boolean"
2447
+ "text": "AIStatus | null"
1989
2448
  },
1990
- "default": "true"
2449
+ "default": "null"
1991
2450
  },
1992
2451
  {
1993
2452
  "kind": "field",
1994
- "name": "autoCloseOnAction",
2453
+ "name": "open",
1995
2454
  "type": {
1996
2455
  "text": "boolean"
1997
2456
  },
1998
- "default": "true"
1999
- },
2000
- {
2001
- "kind": "field",
2002
- "name": "classNames",
2003
- "type": {
2004
- "text": "string"
2005
- }
2457
+ "default": "false"
2006
2458
  },
2007
2459
  {
2008
2460
  "kind": "field",
2009
- "name": "definition",
2461
+ "name": "state",
2010
2462
  "type": {
2011
- "text": "any"
2012
- }
2463
+ "text": "AIIndicatorState"
2464
+ },
2465
+ "default": "'none'"
2013
2466
  },
2014
2467
  {
2015
2468
  "kind": "field",
2016
- "name": "name",
2469
+ "name": "isInstalling",
2017
2470
  "type": {
2018
- "text": "string"
2471
+ "text": "boolean"
2019
2472
  },
2020
- "default": "'Actions'"
2473
+ "default": "false"
2021
2474
  },
2022
2475
  {
2023
2476
  "kind": "field",
2024
- "name": "open",
2477
+ "name": "pollTimer",
2025
2478
  "type": {
2026
- "text": "boolean"
2479
+ "text": "ReturnType<typeof setInterval> | null"
2027
2480
  },
2028
- "default": "false"
2481
+ "privacy": "private",
2482
+ "default": "null"
2029
2483
  },
2030
2484
  {
2031
2485
  "kind": "field",
2032
- "name": "buttonAppearance",
2033
- "type": {
2034
- "text": "string"
2035
- }
2486
+ "name": "clickOutside",
2487
+ "privacy": "private"
2036
2488
  },
2037
2489
  {
2038
2490
  "kind": "field",
2039
- "name": "hideDisabled",
2491
+ "name": "chromeStatusLabel",
2040
2492
  "type": {
2041
- "text": "boolean"
2493
+ "text": "string | null"
2042
2494
  },
2043
- "default": "false"
2495
+ "readonly": true
2044
2496
  },
2045
2497
  {
2046
2498
  "kind": "field",
2047
- "name": "hideMenuSingleOption",
2499
+ "name": "canInstall",
2048
2500
  "type": {
2049
2501
  "text": "boolean"
2050
2502
  },
2051
- "default": "false"
2503
+ "readonly": true
2052
2504
  },
2053
2505
  {
2054
2506
  "kind": "field",
2055
- "name": "singleOption",
2507
+ "name": "isDownloading",
2056
2508
  "type": {
2057
- "text": "ActionMenuItem"
2058
- }
2509
+ "text": "boolean"
2510
+ },
2511
+ "readonly": true
2059
2512
  },
2060
2513
  {
2061
- "kind": "field",
2062
- "name": "actionsMenu",
2063
- "type": {
2064
- "text": "HTMLElement"
2514
+ "kind": "method",
2515
+ "name": "openChanged",
2516
+ "return": {
2517
+ "type": {
2518
+ "text": "void"
2519
+ }
2065
2520
  }
2066
2521
  },
2067
2522
  {
2068
2523
  "kind": "method",
2069
- "name": "definitionChanged",
2070
- "privacy": "protected",
2524
+ "name": "handleClickOutside",
2525
+ "privacy": "private",
2071
2526
  "parameters": [
2072
2527
  {
2073
- "name": "oldValue",
2074
- "type": {
2075
- "text": "any"
2076
- }
2077
- },
2078
- {
2079
- "name": "newValue",
2528
+ "name": "event",
2080
2529
  "type": {
2081
- "text": "any"
2530
+ "text": "MouseEvent"
2082
2531
  }
2083
2532
  }
2084
2533
  ]
2085
2534
  },
2086
2535
  {
2087
2536
  "kind": "method",
2088
- "name": "openChanged",
2089
- "privacy": "protected"
2537
+ "name": "toggleDropdown"
2090
2538
  },
2091
2539
  {
2092
2540
  "kind": "method",
2093
- "name": "toggleActionsMenuVisibility"
2541
+ "name": "refreshStatus",
2542
+ "return": {
2543
+ "type": {
2544
+ "text": "Promise<void>"
2545
+ }
2546
+ }
2094
2547
  },
2095
2548
  {
2096
2549
  "kind": "method",
2097
- "name": "onActionMenuItemClick",
2550
+ "name": "deriveState",
2551
+ "privacy": "private",
2552
+ "return": {
2553
+ "type": {
2554
+ "text": "AIIndicatorState"
2555
+ }
2556
+ },
2098
2557
  "parameters": [
2099
2558
  {
2100
- "name": "callback",
2559
+ "name": "s",
2101
2560
  "type": {
2102
- "text": "(rowData) => void | any"
2561
+ "text": "AIStatus | null"
2103
2562
  }
2104
2563
  }
2105
2564
  ]
2106
2565
  },
2107
2566
  {
2108
- "kind": "field",
2109
- "name": "allActions",
2110
- "type": {
2111
- "text": "ActionMenuItem[]"
2112
- },
2113
- "readonly": true
2567
+ "kind": "method",
2568
+ "name": "maybeStartPolling",
2569
+ "privacy": "private",
2570
+ "return": {
2571
+ "type": {
2572
+ "text": "void"
2573
+ }
2574
+ }
2114
2575
  },
2115
2576
  {
2116
- "kind": "field",
2117
- "name": "rowData",
2118
- "readonly": true
2577
+ "kind": "method",
2578
+ "name": "startPolling",
2579
+ "privacy": "private",
2580
+ "return": {
2581
+ "type": {
2582
+ "text": "void"
2583
+ }
2584
+ }
2119
2585
  },
2120
2586
  {
2121
2587
  "kind": "method",
2122
- "name": "getLabel",
2123
- "parameters": [
2124
- {
2125
- "name": "name",
2126
- "type": {
2127
- "text": "string | ((rowData: any) => string)"
2128
- }
2588
+ "name": "stopPolling",
2589
+ "privacy": "private",
2590
+ "return": {
2591
+ "type": {
2592
+ "text": "void"
2129
2593
  }
2130
- ]
2594
+ }
2131
2595
  },
2132
2596
  {
2133
2597
  "kind": "method",
2134
- "name": "getTemplate",
2135
- "parameters": [
2136
- {
2137
- "name": "prefix",
2138
- "type": {
2139
- "text": "string"
2140
- }
2598
+ "name": "onInstall",
2599
+ "return": {
2600
+ "type": {
2601
+ "text": "Promise<void>"
2141
2602
  }
2142
- ]
2603
+ }
2143
2604
  },
2144
2605
  {
2145
2606
  "kind": "field",
@@ -2253,131 +2714,88 @@
2253
2714
  }
2254
2715
  }
2255
2716
  ],
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
- ],
2321
2717
  "superclass": {
2322
2718
  "name": "FoundationElement",
2323
2719
  "package": "@microsoft/fast-foundation"
2324
2720
  },
2325
- "tagName": "%%prefix%%-actions-menu",
2721
+ "tagName": "%%prefix%%-ai-indicator",
2326
2722
  "customElement": true
2327
2723
  },
2328
2724
  {
2329
2725
  "kind": "variable",
2330
- "name": "foundationActionsMenu",
2331
- "description": "The Foundation Actions Menu",
2332
- "privacy": "public"
2726
+ "name": "foundationAiIndicator"
2333
2727
  }
2334
2728
  ],
2335
2729
  "exports": [
2336
2730
  {
2337
2731
  "kind": "js",
2338
- "name": "ActionsMenu",
2732
+ "name": "AiIndicator",
2339
2733
  "declaration": {
2340
- "name": "ActionsMenu",
2341
- "module": "src/actions-menu/actions-menu.ts"
2734
+ "name": "AiIndicator",
2735
+ "module": "src/ai-indicator/ai-indicator.ts"
2342
2736
  }
2343
2737
  },
2344
2738
  {
2345
2739
  "kind": "js",
2346
- "name": "foundationActionsMenu",
2740
+ "name": "foundationAiIndicator",
2347
2741
  "declaration": {
2348
- "name": "foundationActionsMenu",
2349
- "module": "src/actions-menu/actions-menu.ts"
2742
+ "name": "foundationAiIndicator",
2743
+ "module": "src/ai-indicator/ai-indicator.ts"
2350
2744
  }
2351
2745
  }
2352
2746
  ]
2353
2747
  },
2354
2748
  {
2355
2749
  "kind": "javascript-module",
2356
- "path": "src/actions-menu/index.ts",
2750
+ "path": "src/ai-indicator/index.ts",
2357
2751
  "declarations": [],
2358
2752
  "exports": [
2359
2753
  {
2360
2754
  "kind": "js",
2361
- "name": "*",
2755
+ "name": "AiIndicator",
2362
2756
  "declaration": {
2363
- "name": "*",
2364
- "package": "./actions-menu.styles"
2757
+ "name": "AiIndicator",
2758
+ "module": "./ai-indicator"
2365
2759
  }
2366
2760
  },
2367
2761
  {
2368
2762
  "kind": "js",
2369
- "name": "*",
2763
+ "name": "foundationAiIndicator",
2370
2764
  "declaration": {
2371
- "name": "*",
2372
- "package": "./actions-menu.template"
2765
+ "name": "foundationAiIndicator",
2766
+ "module": "./ai-indicator"
2373
2767
  }
2374
2768
  },
2375
2769
  {
2376
2770
  "kind": "js",
2377
- "name": "*",
2771
+ "name": "type",
2378
2772
  "declaration": {
2379
- "name": "*",
2380
- "package": "./actions-menu"
2773
+ "name": "type",
2774
+ "module": "./ai-indicator"
2775
+ }
2776
+ },
2777
+ {
2778
+ "kind": "js",
2779
+ "name": "AIIndicatorState",
2780
+ "declaration": {
2781
+ "name": "AIIndicatorState",
2782
+ "module": "./ai-indicator"
2783
+ }
2784
+ },
2785
+ {
2786
+ "kind": "js",
2787
+ "name": "foundationAiIndicatorTemplate",
2788
+ "declaration": {
2789
+ "name": "foundationAiIndicatorTemplate",
2790
+ "module": "./ai-indicator.template"
2791
+ }
2792
+ },
2793
+ {
2794
+ "kind": "js",
2795
+ "name": "foundationAiIndicatorStyles",
2796
+ "declaration": {
2797
+ "name": "foundationAiIndicatorStyles",
2798
+ "module": "./ai-indicator.styles"
2381
2799
  }
2382
2800
  }
2383
2801
  ]
@@ -2991,6 +3409,37 @@
2991
3409
  }
2992
3410
  ]
2993
3411
  },
3412
+ {
3413
+ "kind": "javascript-module",
3414
+ "path": "src/_config/index.ts",
3415
+ "declarations": [],
3416
+ "exports": [
3417
+ {
3418
+ "kind": "js",
3419
+ "name": "*",
3420
+ "declaration": {
3421
+ "name": "*",
3422
+ "package": "./styles"
3423
+ }
3424
+ },
3425
+ {
3426
+ "kind": "js",
3427
+ "name": "*",
3428
+ "declaration": {
3429
+ "name": "*",
3430
+ "package": "./tokens"
3431
+ }
3432
+ },
3433
+ {
3434
+ "kind": "js",
3435
+ "name": "*",
3436
+ "declaration": {
3437
+ "name": "*",
3438
+ "package": "./values"
3439
+ }
3440
+ }
3441
+ ]
3442
+ },
2994
3443
  {
2995
3444
  "kind": "javascript-module",
2996
3445
  "path": "src/accordion/accordion.styles.ts",
@@ -3506,455 +3955,6 @@
3506
3955
  }
3507
3956
  ]
3508
3957
  },
3509
- {
3510
- "kind": "javascript-module",
3511
- "path": "src/ai-indicator/ai-indicator.styles.ts",
3512
- "declarations": [
3513
- {
3514
- "kind": "function",
3515
- "name": "foundationAiIndicatorStyles",
3516
- "return": {
3517
- "type": {
3518
- "text": "ElementStyles"
3519
- }
3520
- },
3521
- "parameters": [
3522
- {
3523
- "name": "context",
3524
- "type": {
3525
- "text": "ElementDefinitionContext"
3526
- }
3527
- },
3528
- {
3529
- "name": "definition",
3530
- "type": {
3531
- "text": "FoundationElementDefinition"
3532
- }
3533
- }
3534
- ]
3535
- }
3536
- ],
3537
- "exports": [
3538
- {
3539
- "kind": "js",
3540
- "name": "foundationAiIndicatorStyles",
3541
- "declaration": {
3542
- "name": "foundationAiIndicatorStyles",
3543
- "module": "src/ai-indicator/ai-indicator.styles.ts"
3544
- }
3545
- }
3546
- ]
3547
- },
3548
- {
3549
- "kind": "javascript-module",
3550
- "path": "src/ai-indicator/ai-indicator.template.ts",
3551
- "declarations": [
3552
- {
3553
- "kind": "variable",
3554
- "name": "foundationAiIndicatorTemplate",
3555
- "type": {
3556
- "text": "ViewTemplate<AiIndicator>"
3557
- },
3558
- "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
3559
- }
3560
- ],
3561
- "exports": [
3562
- {
3563
- "kind": "js",
3564
- "name": "foundationAiIndicatorTemplate",
3565
- "declaration": {
3566
- "name": "foundationAiIndicatorTemplate",
3567
- "module": "src/ai-indicator/ai-indicator.template.ts"
3568
- }
3569
- }
3570
- ]
3571
- },
3572
- {
3573
- "kind": "javascript-module",
3574
- "path": "src/ai-indicator/ai-indicator.ts",
3575
- "declarations": [
3576
- {
3577
- "kind": "class",
3578
- "description": "",
3579
- "name": "AiIndicator",
3580
- "members": [
3581
- {
3582
- "kind": "field",
3583
- "name": "providerRegistry",
3584
- "type": {
3585
- "text": "AIProviderRegistry"
3586
- }
3587
- },
3588
- {
3589
- "kind": "field",
3590
- "name": "aiProvider",
3591
- "type": {
3592
- "text": "AIProvider | undefined"
3593
- },
3594
- "privacy": "private",
3595
- "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.",
3596
- "readonly": true
3597
- },
3598
- {
3599
- "kind": "field",
3600
- "name": "status",
3601
- "type": {
3602
- "text": "AIStatus | null"
3603
- },
3604
- "default": "null"
3605
- },
3606
- {
3607
- "kind": "field",
3608
- "name": "open",
3609
- "type": {
3610
- "text": "boolean"
3611
- },
3612
- "default": "false"
3613
- },
3614
- {
3615
- "kind": "field",
3616
- "name": "state",
3617
- "type": {
3618
- "text": "AIIndicatorState"
3619
- },
3620
- "default": "'none'"
3621
- },
3622
- {
3623
- "kind": "field",
3624
- "name": "isInstalling",
3625
- "type": {
3626
- "text": "boolean"
3627
- },
3628
- "default": "false"
3629
- },
3630
- {
3631
- "kind": "field",
3632
- "name": "pollTimer",
3633
- "type": {
3634
- "text": "ReturnType<typeof setInterval> | null"
3635
- },
3636
- "privacy": "private",
3637
- "default": "null"
3638
- },
3639
- {
3640
- "kind": "field",
3641
- "name": "clickOutside",
3642
- "privacy": "private"
3643
- },
3644
- {
3645
- "kind": "field",
3646
- "name": "chromeStatusLabel",
3647
- "type": {
3648
- "text": "string | null"
3649
- },
3650
- "readonly": true
3651
- },
3652
- {
3653
- "kind": "field",
3654
- "name": "canInstall",
3655
- "type": {
3656
- "text": "boolean"
3657
- },
3658
- "readonly": true
3659
- },
3660
- {
3661
- "kind": "field",
3662
- "name": "isDownloading",
3663
- "type": {
3664
- "text": "boolean"
3665
- },
3666
- "readonly": true
3667
- },
3668
- {
3669
- "kind": "method",
3670
- "name": "openChanged",
3671
- "return": {
3672
- "type": {
3673
- "text": "void"
3674
- }
3675
- }
3676
- },
3677
- {
3678
- "kind": "method",
3679
- "name": "handleClickOutside",
3680
- "privacy": "private",
3681
- "parameters": [
3682
- {
3683
- "name": "event",
3684
- "type": {
3685
- "text": "MouseEvent"
3686
- }
3687
- }
3688
- ]
3689
- },
3690
- {
3691
- "kind": "method",
3692
- "name": "toggleDropdown"
3693
- },
3694
- {
3695
- "kind": "method",
3696
- "name": "refreshStatus",
3697
- "return": {
3698
- "type": {
3699
- "text": "Promise<void>"
3700
- }
3701
- }
3702
- },
3703
- {
3704
- "kind": "method",
3705
- "name": "deriveState",
3706
- "privacy": "private",
3707
- "return": {
3708
- "type": {
3709
- "text": "AIIndicatorState"
3710
- }
3711
- },
3712
- "parameters": [
3713
- {
3714
- "name": "s",
3715
- "type": {
3716
- "text": "AIStatus | null"
3717
- }
3718
- }
3719
- ]
3720
- },
3721
- {
3722
- "kind": "method",
3723
- "name": "maybeStartPolling",
3724
- "privacy": "private",
3725
- "return": {
3726
- "type": {
3727
- "text": "void"
3728
- }
3729
- }
3730
- },
3731
- {
3732
- "kind": "method",
3733
- "name": "startPolling",
3734
- "privacy": "private",
3735
- "return": {
3736
- "type": {
3737
- "text": "void"
3738
- }
3739
- }
3740
- },
3741
- {
3742
- "kind": "method",
3743
- "name": "stopPolling",
3744
- "privacy": "private",
3745
- "return": {
3746
- "type": {
3747
- "text": "void"
3748
- }
3749
- }
3750
- },
3751
- {
3752
- "kind": "method",
3753
- "name": "onInstall",
3754
- "return": {
3755
- "type": {
3756
- "text": "Promise<void>"
3757
- }
3758
- }
3759
- },
3760
- {
3761
- "kind": "field",
3762
- "name": "_presentation",
3763
- "type": {
3764
- "text": "ComponentPresentation | null | undefined"
3765
- },
3766
- "privacy": "private",
3767
- "default": "void 0",
3768
- "inheritedFrom": {
3769
- "name": "FoundationElement",
3770
- "module": "src/foundation-element/foundation-element.ts"
3771
- }
3772
- },
3773
- {
3774
- "kind": "field",
3775
- "name": "$presentation",
3776
- "type": {
3777
- "text": "ComponentPresentation | null"
3778
- },
3779
- "privacy": "public",
3780
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3781
- "inheritedFrom": {
3782
- "name": "FoundationElement",
3783
- "module": "src/foundation-element/foundation-element.ts"
3784
- }
3785
- },
3786
- {
3787
- "kind": "field",
3788
- "name": "template",
3789
- "type": {
3790
- "text": "ElementViewTemplate | void | null"
3791
- },
3792
- "privacy": "public",
3793
- "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.",
3794
- "inheritedFrom": {
3795
- "name": "FoundationElement",
3796
- "module": "src/foundation-element/foundation-element.ts"
3797
- }
3798
- },
3799
- {
3800
- "kind": "method",
3801
- "name": "templateChanged",
3802
- "privacy": "protected",
3803
- "return": {
3804
- "type": {
3805
- "text": "void"
3806
- }
3807
- },
3808
- "inheritedFrom": {
3809
- "name": "FoundationElement",
3810
- "module": "src/foundation-element/foundation-element.ts"
3811
- }
3812
- },
3813
- {
3814
- "kind": "field",
3815
- "name": "styles",
3816
- "type": {
3817
- "text": "ElementStyles | void | null"
3818
- },
3819
- "privacy": "public",
3820
- "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.",
3821
- "inheritedFrom": {
3822
- "name": "FoundationElement",
3823
- "module": "src/foundation-element/foundation-element.ts"
3824
- }
3825
- },
3826
- {
3827
- "kind": "method",
3828
- "name": "stylesChanged",
3829
- "privacy": "protected",
3830
- "return": {
3831
- "type": {
3832
- "text": "void"
3833
- }
3834
- },
3835
- "inheritedFrom": {
3836
- "name": "FoundationElement",
3837
- "module": "src/foundation-element/foundation-element.ts"
3838
- }
3839
- },
3840
- {
3841
- "kind": "method",
3842
- "name": "compose",
3843
- "privacy": "public",
3844
- "static": true,
3845
- "return": {
3846
- "type": {
3847
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3848
- }
3849
- },
3850
- "parameters": [
3851
- {
3852
- "name": "this",
3853
- "type": {
3854
- "text": "K"
3855
- }
3856
- },
3857
- {
3858
- "name": "elementDefinition",
3859
- "type": {
3860
- "text": "T"
3861
- },
3862
- "description": "The definition of the element to create the registry\nfunction for."
3863
- }
3864
- ],
3865
- "description": "Defines an element registry function with a set of element definition defaults.",
3866
- "inheritedFrom": {
3867
- "name": "FoundationElement",
3868
- "module": "src/foundation-element/foundation-element.ts"
3869
- }
3870
- }
3871
- ],
3872
- "superclass": {
3873
- "name": "FoundationElement",
3874
- "package": "@microsoft/fast-foundation"
3875
- },
3876
- "tagName": "%%prefix%%-ai-indicator",
3877
- "customElement": true
3878
- },
3879
- {
3880
- "kind": "variable",
3881
- "name": "foundationAiIndicator"
3882
- }
3883
- ],
3884
- "exports": [
3885
- {
3886
- "kind": "js",
3887
- "name": "AiIndicator",
3888
- "declaration": {
3889
- "name": "AiIndicator",
3890
- "module": "src/ai-indicator/ai-indicator.ts"
3891
- }
3892
- },
3893
- {
3894
- "kind": "js",
3895
- "name": "foundationAiIndicator",
3896
- "declaration": {
3897
- "name": "foundationAiIndicator",
3898
- "module": "src/ai-indicator/ai-indicator.ts"
3899
- }
3900
- }
3901
- ]
3902
- },
3903
- {
3904
- "kind": "javascript-module",
3905
- "path": "src/ai-indicator/index.ts",
3906
- "declarations": [],
3907
- "exports": [
3908
- {
3909
- "kind": "js",
3910
- "name": "AiIndicator",
3911
- "declaration": {
3912
- "name": "AiIndicator",
3913
- "module": "./ai-indicator"
3914
- }
3915
- },
3916
- {
3917
- "kind": "js",
3918
- "name": "foundationAiIndicator",
3919
- "declaration": {
3920
- "name": "foundationAiIndicator",
3921
- "module": "./ai-indicator"
3922
- }
3923
- },
3924
- {
3925
- "kind": "js",
3926
- "name": "type",
3927
- "declaration": {
3928
- "name": "type",
3929
- "module": "./ai-indicator"
3930
- }
3931
- },
3932
- {
3933
- "kind": "js",
3934
- "name": "AIIndicatorState",
3935
- "declaration": {
3936
- "name": "AIIndicatorState",
3937
- "module": "./ai-indicator"
3938
- }
3939
- },
3940
- {
3941
- "kind": "js",
3942
- "name": "foundationAiIndicatorTemplate",
3943
- "declaration": {
3944
- "name": "foundationAiIndicatorTemplate",
3945
- "module": "./ai-indicator.template"
3946
- }
3947
- },
3948
- {
3949
- "kind": "js",
3950
- "name": "foundationAiIndicatorStyles",
3951
- "declaration": {
3952
- "name": "foundationAiIndicatorStyles",
3953
- "module": "./ai-indicator.styles"
3954
- }
3955
- }
3956
- ]
3957
- },
3958
3958
  {
3959
3959
  "kind": "javascript-module",
3960
3960
  "path": "src/anchor/anchor.styles.ts",
@@ -57711,6 +57711,197 @@
57711
57711
  }
57712
57712
  ]
57713
57713
  },
57714
+ {
57715
+ "kind": "javascript-module",
57716
+ "path": "src/ai-criteria-search/validation/criteria-ir.ts",
57717
+ "declarations": [],
57718
+ "exports": []
57719
+ },
57720
+ {
57721
+ "kind": "javascript-module",
57722
+ "path": "src/ai-criteria-search/validation/operator-map.ts",
57723
+ "declarations": [
57724
+ {
57725
+ "kind": "function",
57726
+ "name": "groupsToCriteria",
57727
+ "return": {
57728
+ "type": {
57729
+ "text": "string"
57730
+ }
57731
+ },
57732
+ "parameters": [
57733
+ {
57734
+ "name": "groups",
57735
+ "type": {
57736
+ "text": "CriteriaGroup[]"
57737
+ }
57738
+ }
57739
+ ],
57740
+ "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."
57741
+ },
57742
+ {
57743
+ "kind": "variable",
57744
+ "name": "STRING_OPERATORS",
57745
+ "type": {
57746
+ "text": "CriteriaOperator[]"
57747
+ },
57748
+ "default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
57749
+ },
57750
+ {
57751
+ "kind": "variable",
57752
+ "name": "NUMERIC_OPERATORS",
57753
+ "type": {
57754
+ "text": "CriteriaOperator[]"
57755
+ },
57756
+ "default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
57757
+ },
57758
+ {
57759
+ "kind": "variable",
57760
+ "name": "DATE_OPERATORS",
57761
+ "type": {
57762
+ "text": "CriteriaOperator[]"
57763
+ },
57764
+ "default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
57765
+ },
57766
+ {
57767
+ "kind": "variable",
57768
+ "name": "DATETIME_OPERATORS",
57769
+ "type": {
57770
+ "text": "CriteriaOperator[]"
57771
+ },
57772
+ "default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
57773
+ },
57774
+ {
57775
+ "kind": "variable",
57776
+ "name": "OPERATOR_DISPLAY_LABEL",
57777
+ "type": {
57778
+ "text": "Record<CriteriaOperator, string>"
57779
+ },
57780
+ "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}"
57781
+ }
57782
+ ],
57783
+ "exports": [
57784
+ {
57785
+ "kind": "js",
57786
+ "name": "groupsToCriteria",
57787
+ "declaration": {
57788
+ "name": "groupsToCriteria",
57789
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57790
+ }
57791
+ },
57792
+ {
57793
+ "kind": "js",
57794
+ "name": "STRING_OPERATORS",
57795
+ "declaration": {
57796
+ "name": "STRING_OPERATORS",
57797
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57798
+ }
57799
+ },
57800
+ {
57801
+ "kind": "js",
57802
+ "name": "NUMERIC_OPERATORS",
57803
+ "declaration": {
57804
+ "name": "NUMERIC_OPERATORS",
57805
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57806
+ }
57807
+ },
57808
+ {
57809
+ "kind": "js",
57810
+ "name": "DATE_OPERATORS",
57811
+ "declaration": {
57812
+ "name": "DATE_OPERATORS",
57813
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57814
+ }
57815
+ },
57816
+ {
57817
+ "kind": "js",
57818
+ "name": "DATETIME_OPERATORS",
57819
+ "declaration": {
57820
+ "name": "DATETIME_OPERATORS",
57821
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57822
+ }
57823
+ },
57824
+ {
57825
+ "kind": "js",
57826
+ "name": "OPERATOR_DISPLAY_LABEL",
57827
+ "declaration": {
57828
+ "name": "OPERATOR_DISPLAY_LABEL",
57829
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57830
+ }
57831
+ }
57832
+ ]
57833
+ },
57834
+ {
57835
+ "kind": "javascript-module",
57836
+ "path": "src/ai-criteria-search/validation/schema-validator.ts",
57837
+ "declarations": [
57838
+ {
57839
+ "kind": "function",
57840
+ "name": "validateClauses",
57841
+ "return": {
57842
+ "type": {
57843
+ "text": "ValidationResult"
57844
+ }
57845
+ },
57846
+ "parameters": [
57847
+ {
57848
+ "name": "clauses",
57849
+ "type": {
57850
+ "text": "CriteriaClause[]"
57851
+ }
57852
+ },
57853
+ {
57854
+ "name": "fieldMetadata",
57855
+ "type": {
57856
+ "text": "MetadataDetail[] | string[]"
57857
+ }
57858
+ }
57859
+ ]
57860
+ },
57861
+ {
57862
+ "kind": "function",
57863
+ "name": "validateGroups",
57864
+ "return": {
57865
+ "type": {
57866
+ "text": "GroupsValidationResult"
57867
+ }
57868
+ },
57869
+ "parameters": [
57870
+ {
57871
+ "name": "groups",
57872
+ "type": {
57873
+ "text": "CriteriaGroup[]"
57874
+ }
57875
+ },
57876
+ {
57877
+ "name": "fieldMetadata",
57878
+ "type": {
57879
+ "text": "MetadataDetail[] | string[]"
57880
+ }
57881
+ }
57882
+ ],
57883
+ "description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
57884
+ }
57885
+ ],
57886
+ "exports": [
57887
+ {
57888
+ "kind": "js",
57889
+ "name": "validateClauses",
57890
+ "declaration": {
57891
+ "name": "validateClauses",
57892
+ "module": "src/ai-criteria-search/validation/schema-validator.ts"
57893
+ }
57894
+ },
57895
+ {
57896
+ "kind": "js",
57897
+ "name": "validateGroups",
57898
+ "declaration": {
57899
+ "name": "validateGroups",
57900
+ "module": "src/ai-criteria-search/validation/schema-validator.ts"
57901
+ }
57902
+ }
57903
+ ]
57904
+ },
57714
57905
  {
57715
57906
  "kind": "javascript-module",
57716
57907
  "path": "src/_config/styles/colors.ts",
@@ -59083,197 +59274,6 @@
59083
59274
  "declarations": [],
59084
59275
  "exports": []
59085
59276
  },
59086
- {
59087
- "kind": "javascript-module",
59088
- "path": "src/ai-criteria-search/validation/criteria-ir.ts",
59089
- "declarations": [],
59090
- "exports": []
59091
- },
59092
- {
59093
- "kind": "javascript-module",
59094
- "path": "src/ai-criteria-search/validation/operator-map.ts",
59095
- "declarations": [
59096
- {
59097
- "kind": "function",
59098
- "name": "groupsToCriteria",
59099
- "return": {
59100
- "type": {
59101
- "text": "string"
59102
- }
59103
- },
59104
- "parameters": [
59105
- {
59106
- "name": "groups",
59107
- "type": {
59108
- "text": "CriteriaGroup[]"
59109
- }
59110
- }
59111
- ],
59112
- "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."
59113
- },
59114
- {
59115
- "kind": "variable",
59116
- "name": "STRING_OPERATORS",
59117
- "type": {
59118
- "text": "CriteriaOperator[]"
59119
- },
59120
- "default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
59121
- },
59122
- {
59123
- "kind": "variable",
59124
- "name": "NUMERIC_OPERATORS",
59125
- "type": {
59126
- "text": "CriteriaOperator[]"
59127
- },
59128
- "default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
59129
- },
59130
- {
59131
- "kind": "variable",
59132
- "name": "DATE_OPERATORS",
59133
- "type": {
59134
- "text": "CriteriaOperator[]"
59135
- },
59136
- "default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
59137
- },
59138
- {
59139
- "kind": "variable",
59140
- "name": "DATETIME_OPERATORS",
59141
- "type": {
59142
- "text": "CriteriaOperator[]"
59143
- },
59144
- "default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
59145
- },
59146
- {
59147
- "kind": "variable",
59148
- "name": "OPERATOR_DISPLAY_LABEL",
59149
- "type": {
59150
- "text": "Record<CriteriaOperator, string>"
59151
- },
59152
- "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}"
59153
- }
59154
- ],
59155
- "exports": [
59156
- {
59157
- "kind": "js",
59158
- "name": "groupsToCriteria",
59159
- "declaration": {
59160
- "name": "groupsToCriteria",
59161
- "module": "src/ai-criteria-search/validation/operator-map.ts"
59162
- }
59163
- },
59164
- {
59165
- "kind": "js",
59166
- "name": "STRING_OPERATORS",
59167
- "declaration": {
59168
- "name": "STRING_OPERATORS",
59169
- "module": "src/ai-criteria-search/validation/operator-map.ts"
59170
- }
59171
- },
59172
- {
59173
- "kind": "js",
59174
- "name": "NUMERIC_OPERATORS",
59175
- "declaration": {
59176
- "name": "NUMERIC_OPERATORS",
59177
- "module": "src/ai-criteria-search/validation/operator-map.ts"
59178
- }
59179
- },
59180
- {
59181
- "kind": "js",
59182
- "name": "DATE_OPERATORS",
59183
- "declaration": {
59184
- "name": "DATE_OPERATORS",
59185
- "module": "src/ai-criteria-search/validation/operator-map.ts"
59186
- }
59187
- },
59188
- {
59189
- "kind": "js",
59190
- "name": "DATETIME_OPERATORS",
59191
- "declaration": {
59192
- "name": "DATETIME_OPERATORS",
59193
- "module": "src/ai-criteria-search/validation/operator-map.ts"
59194
- }
59195
- },
59196
- {
59197
- "kind": "js",
59198
- "name": "OPERATOR_DISPLAY_LABEL",
59199
- "declaration": {
59200
- "name": "OPERATOR_DISPLAY_LABEL",
59201
- "module": "src/ai-criteria-search/validation/operator-map.ts"
59202
- }
59203
- }
59204
- ]
59205
- },
59206
- {
59207
- "kind": "javascript-module",
59208
- "path": "src/ai-criteria-search/validation/schema-validator.ts",
59209
- "declarations": [
59210
- {
59211
- "kind": "function",
59212
- "name": "validateClauses",
59213
- "return": {
59214
- "type": {
59215
- "text": "ValidationResult"
59216
- }
59217
- },
59218
- "parameters": [
59219
- {
59220
- "name": "clauses",
59221
- "type": {
59222
- "text": "CriteriaClause[]"
59223
- }
59224
- },
59225
- {
59226
- "name": "fieldMetadata",
59227
- "type": {
59228
- "text": "MetadataDetail[] | string[]"
59229
- }
59230
- }
59231
- ]
59232
- },
59233
- {
59234
- "kind": "function",
59235
- "name": "validateGroups",
59236
- "return": {
59237
- "type": {
59238
- "text": "GroupsValidationResult"
59239
- }
59240
- },
59241
- "parameters": [
59242
- {
59243
- "name": "groups",
59244
- "type": {
59245
- "text": "CriteriaGroup[]"
59246
- }
59247
- },
59248
- {
59249
- "name": "fieldMetadata",
59250
- "type": {
59251
- "text": "MetadataDetail[] | string[]"
59252
- }
59253
- }
59254
- ],
59255
- "description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
59256
- }
59257
- ],
59258
- "exports": [
59259
- {
59260
- "kind": "js",
59261
- "name": "validateClauses",
59262
- "declaration": {
59263
- "name": "validateClauses",
59264
- "module": "src/ai-criteria-search/validation/schema-validator.ts"
59265
- }
59266
- },
59267
- {
59268
- "kind": "js",
59269
- "name": "validateGroups",
59270
- "declaration": {
59271
- "name": "validateGroups",
59272
- "module": "src/ai-criteria-search/validation/schema-validator.ts"
59273
- }
59274
- }
59275
- ]
59276
- },
59277
59277
  {
59278
59278
  "kind": "javascript-module",
59279
59279
  "path": "src/environment-indicator/utils/configure.ts",