@genesislcap/foundation-ui 14.492.0 → 14.493.0-GENC-1461.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.
@@ -1406,6 +1406,552 @@
1406
1406
  }
1407
1407
  ]
1408
1408
  },
1409
+ {
1410
+ "kind": "javascript-module",
1411
+ "path": "src/_config/index.ts",
1412
+ "declarations": [],
1413
+ "exports": [
1414
+ {
1415
+ "kind": "js",
1416
+ "name": "*",
1417
+ "declaration": {
1418
+ "name": "*",
1419
+ "package": "./styles"
1420
+ }
1421
+ },
1422
+ {
1423
+ "kind": "js",
1424
+ "name": "*",
1425
+ "declaration": {
1426
+ "name": "*",
1427
+ "package": "./tokens"
1428
+ }
1429
+ },
1430
+ {
1431
+ "kind": "js",
1432
+ "name": "*",
1433
+ "declaration": {
1434
+ "name": "*",
1435
+ "package": "./values"
1436
+ }
1437
+ }
1438
+ ]
1439
+ },
1440
+ {
1441
+ "kind": "javascript-module",
1442
+ "path": "src/accordion/accordion.styles.ts",
1443
+ "declarations": [
1444
+ {
1445
+ "kind": "function",
1446
+ "name": "foundationAccordionStyles",
1447
+ "return": {
1448
+ "type": {
1449
+ "text": "ElementStyles"
1450
+ }
1451
+ },
1452
+ "parameters": [
1453
+ {
1454
+ "name": "context",
1455
+ "type": {
1456
+ "text": "ElementDefinitionContext"
1457
+ }
1458
+ },
1459
+ {
1460
+ "name": "definition",
1461
+ "type": {
1462
+ "text": "FoundationElementDefinition"
1463
+ }
1464
+ }
1465
+ ]
1466
+ }
1467
+ ],
1468
+ "exports": [
1469
+ {
1470
+ "kind": "js",
1471
+ "name": "foundationAccordionStyles",
1472
+ "declaration": {
1473
+ "name": "foundationAccordionStyles",
1474
+ "module": "src/accordion/accordion.styles.ts"
1475
+ }
1476
+ }
1477
+ ]
1478
+ },
1479
+ {
1480
+ "kind": "javascript-module",
1481
+ "path": "src/accordion/accordion.template.ts",
1482
+ "declarations": [
1483
+ {
1484
+ "kind": "function",
1485
+ "name": "foundationAccordionTemplate",
1486
+ "return": {
1487
+ "type": {
1488
+ "text": "ViewTemplate<Accordion>"
1489
+ }
1490
+ },
1491
+ "parameters": [
1492
+ {
1493
+ "name": "context",
1494
+ "type": {
1495
+ "text": "ElementDefinitionContext"
1496
+ }
1497
+ },
1498
+ {
1499
+ "name": "definition",
1500
+ "type": {
1501
+ "text": "FoundationElementDefinition"
1502
+ }
1503
+ }
1504
+ ]
1505
+ }
1506
+ ],
1507
+ "exports": [
1508
+ {
1509
+ "kind": "js",
1510
+ "name": "foundationAccordionTemplate",
1511
+ "declaration": {
1512
+ "name": "foundationAccordionTemplate",
1513
+ "module": "src/accordion/accordion.template.ts"
1514
+ }
1515
+ }
1516
+ ]
1517
+ },
1518
+ {
1519
+ "kind": "javascript-module",
1520
+ "path": "src/accordion/accordion.ts",
1521
+ "declarations": [
1522
+ {
1523
+ "kind": "class",
1524
+ "description": "",
1525
+ "name": "Accordion",
1526
+ "superclass": {
1527
+ "name": "FASTAccordion",
1528
+ "package": "@microsoft/fast-foundation"
1529
+ },
1530
+ "tagName": "%%prefix%%-accordion",
1531
+ "customElement": true,
1532
+ "attributes": [
1533
+ {
1534
+ "name": "expand-mode",
1535
+ "type": {
1536
+ "text": "AccordionExpandMode"
1537
+ },
1538
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
1539
+ "fieldName": "expandmode",
1540
+ "inheritedFrom": {
1541
+ "name": "Accordion",
1542
+ "module": "src/accordion/accordion.ts"
1543
+ }
1544
+ }
1545
+ ],
1546
+ "members": [
1547
+ {
1548
+ "kind": "field",
1549
+ "name": "expandmode",
1550
+ "type": {
1551
+ "text": "AccordionExpandMode"
1552
+ },
1553
+ "privacy": "public",
1554
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
1555
+ "inheritedFrom": {
1556
+ "name": "Accordion",
1557
+ "module": "src/accordion/accordion.ts"
1558
+ }
1559
+ },
1560
+ {
1561
+ "kind": "field",
1562
+ "name": "activeid",
1563
+ "type": {
1564
+ "text": "string | null"
1565
+ },
1566
+ "privacy": "private",
1567
+ "inheritedFrom": {
1568
+ "name": "Accordion",
1569
+ "module": "src/accordion/accordion.ts"
1570
+ }
1571
+ },
1572
+ {
1573
+ "kind": "field",
1574
+ "name": "activeItemIndex",
1575
+ "type": {
1576
+ "text": "number"
1577
+ },
1578
+ "privacy": "private",
1579
+ "default": "0",
1580
+ "inheritedFrom": {
1581
+ "name": "Accordion",
1582
+ "module": "src/accordion/accordion.ts"
1583
+ }
1584
+ },
1585
+ {
1586
+ "kind": "field",
1587
+ "name": "accordionIds",
1588
+ "type": {
1589
+ "text": "Array<string | null>"
1590
+ },
1591
+ "privacy": "private",
1592
+ "inheritedFrom": {
1593
+ "name": "Accordion",
1594
+ "module": "src/accordion/accordion.ts"
1595
+ }
1596
+ },
1597
+ {
1598
+ "kind": "field",
1599
+ "name": "change",
1600
+ "privacy": "private",
1601
+ "inheritedFrom": {
1602
+ "name": "Accordion",
1603
+ "module": "src/accordion/accordion.ts"
1604
+ }
1605
+ },
1606
+ {
1607
+ "kind": "method",
1608
+ "name": "findExpandedItem",
1609
+ "privacy": "private",
1610
+ "return": {
1611
+ "type": {
1612
+ "text": "AccordionItem | null"
1613
+ }
1614
+ },
1615
+ "inheritedFrom": {
1616
+ "name": "Accordion",
1617
+ "module": "src/accordion/accordion.ts"
1618
+ }
1619
+ },
1620
+ {
1621
+ "kind": "field",
1622
+ "name": "setItems",
1623
+ "privacy": "private",
1624
+ "inheritedFrom": {
1625
+ "name": "Accordion",
1626
+ "module": "src/accordion/accordion.ts"
1627
+ }
1628
+ },
1629
+ {
1630
+ "kind": "method",
1631
+ "name": "resetItems",
1632
+ "privacy": "private",
1633
+ "return": {
1634
+ "type": {
1635
+ "text": "void"
1636
+ }
1637
+ },
1638
+ "inheritedFrom": {
1639
+ "name": "Accordion",
1640
+ "module": "src/accordion/accordion.ts"
1641
+ }
1642
+ },
1643
+ {
1644
+ "kind": "field",
1645
+ "name": "removeItemListeners",
1646
+ "privacy": "private",
1647
+ "inheritedFrom": {
1648
+ "name": "Accordion",
1649
+ "module": "src/accordion/accordion.ts"
1650
+ }
1651
+ },
1652
+ {
1653
+ "kind": "field",
1654
+ "name": "activeItemChange",
1655
+ "privacy": "private",
1656
+ "inheritedFrom": {
1657
+ "name": "Accordion",
1658
+ "module": "src/accordion/accordion.ts"
1659
+ }
1660
+ },
1661
+ {
1662
+ "kind": "method",
1663
+ "name": "getItemIds",
1664
+ "privacy": "private",
1665
+ "return": {
1666
+ "type": {
1667
+ "text": "Array<string | null>"
1668
+ }
1669
+ },
1670
+ "inheritedFrom": {
1671
+ "name": "Accordion",
1672
+ "module": "src/accordion/accordion.ts"
1673
+ }
1674
+ },
1675
+ {
1676
+ "kind": "method",
1677
+ "name": "isSingleExpandMode",
1678
+ "privacy": "private",
1679
+ "return": {
1680
+ "type": {
1681
+ "text": "boolean"
1682
+ }
1683
+ },
1684
+ "inheritedFrom": {
1685
+ "name": "Accordion",
1686
+ "module": "src/accordion/accordion.ts"
1687
+ }
1688
+ },
1689
+ {
1690
+ "kind": "field",
1691
+ "name": "handleItemKeyDown",
1692
+ "privacy": "private",
1693
+ "inheritedFrom": {
1694
+ "name": "Accordion",
1695
+ "module": "src/accordion/accordion.ts"
1696
+ }
1697
+ },
1698
+ {
1699
+ "kind": "field",
1700
+ "name": "handleItemFocus",
1701
+ "privacy": "private",
1702
+ "inheritedFrom": {
1703
+ "name": "Accordion",
1704
+ "module": "src/accordion/accordion.ts"
1705
+ }
1706
+ },
1707
+ {
1708
+ "kind": "method",
1709
+ "name": "adjust",
1710
+ "privacy": "private",
1711
+ "return": {
1712
+ "type": {
1713
+ "text": "void"
1714
+ }
1715
+ },
1716
+ "parameters": [
1717
+ {
1718
+ "name": "adjustment",
1719
+ "type": {
1720
+ "text": "number"
1721
+ }
1722
+ }
1723
+ ],
1724
+ "inheritedFrom": {
1725
+ "name": "Accordion",
1726
+ "module": "src/accordion/accordion.ts"
1727
+ }
1728
+ },
1729
+ {
1730
+ "kind": "method",
1731
+ "name": "focusItem",
1732
+ "privacy": "private",
1733
+ "return": {
1734
+ "type": {
1735
+ "text": "void"
1736
+ }
1737
+ },
1738
+ "inheritedFrom": {
1739
+ "name": "Accordion",
1740
+ "module": "src/accordion/accordion.ts"
1741
+ }
1742
+ },
1743
+ {
1744
+ "kind": "field",
1745
+ "name": "_presentation",
1746
+ "type": {
1747
+ "text": "ComponentPresentation | null | undefined"
1748
+ },
1749
+ "privacy": "private",
1750
+ "default": "void 0",
1751
+ "inheritedFrom": {
1752
+ "name": "FoundationElement",
1753
+ "module": "src/foundation-element/foundation-element.ts"
1754
+ }
1755
+ },
1756
+ {
1757
+ "kind": "field",
1758
+ "name": "$presentation",
1759
+ "type": {
1760
+ "text": "ComponentPresentation | null"
1761
+ },
1762
+ "privacy": "public",
1763
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1764
+ "inheritedFrom": {
1765
+ "name": "FoundationElement",
1766
+ "module": "src/foundation-element/foundation-element.ts"
1767
+ }
1768
+ },
1769
+ {
1770
+ "kind": "field",
1771
+ "name": "template",
1772
+ "type": {
1773
+ "text": "ElementViewTemplate | void | null"
1774
+ },
1775
+ "privacy": "public",
1776
+ "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.",
1777
+ "inheritedFrom": {
1778
+ "name": "FoundationElement",
1779
+ "module": "src/foundation-element/foundation-element.ts"
1780
+ }
1781
+ },
1782
+ {
1783
+ "kind": "method",
1784
+ "name": "templateChanged",
1785
+ "privacy": "protected",
1786
+ "return": {
1787
+ "type": {
1788
+ "text": "void"
1789
+ }
1790
+ },
1791
+ "inheritedFrom": {
1792
+ "name": "FoundationElement",
1793
+ "module": "src/foundation-element/foundation-element.ts"
1794
+ }
1795
+ },
1796
+ {
1797
+ "kind": "field",
1798
+ "name": "styles",
1799
+ "type": {
1800
+ "text": "ElementStyles | void | null"
1801
+ },
1802
+ "privacy": "public",
1803
+ "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.",
1804
+ "inheritedFrom": {
1805
+ "name": "FoundationElement",
1806
+ "module": "src/foundation-element/foundation-element.ts"
1807
+ }
1808
+ },
1809
+ {
1810
+ "kind": "method",
1811
+ "name": "stylesChanged",
1812
+ "privacy": "protected",
1813
+ "return": {
1814
+ "type": {
1815
+ "text": "void"
1816
+ }
1817
+ },
1818
+ "inheritedFrom": {
1819
+ "name": "FoundationElement",
1820
+ "module": "src/foundation-element/foundation-element.ts"
1821
+ }
1822
+ },
1823
+ {
1824
+ "kind": "method",
1825
+ "name": "compose",
1826
+ "privacy": "public",
1827
+ "static": true,
1828
+ "return": {
1829
+ "type": {
1830
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1831
+ }
1832
+ },
1833
+ "parameters": [
1834
+ {
1835
+ "name": "this",
1836
+ "type": {
1837
+ "text": "K"
1838
+ }
1839
+ },
1840
+ {
1841
+ "name": "elementDefinition",
1842
+ "type": {
1843
+ "text": "T"
1844
+ },
1845
+ "description": "The definition of the element to create the registry\nfunction for."
1846
+ }
1847
+ ],
1848
+ "description": "Defines an element registry function with a set of element definition defaults.",
1849
+ "inheritedFrom": {
1850
+ "name": "FoundationElement",
1851
+ "module": "src/foundation-element/foundation-element.ts"
1852
+ }
1853
+ }
1854
+ ],
1855
+ "events": [
1856
+ {
1857
+ "description": "Fires a custom 'change' event when the active item changes",
1858
+ "name": "change",
1859
+ "inheritedFrom": {
1860
+ "name": "Accordion",
1861
+ "module": "src/accordion/accordion.ts"
1862
+ }
1863
+ }
1864
+ ]
1865
+ },
1866
+ {
1867
+ "kind": "variable",
1868
+ "name": "foundationAccordionShadowOptions",
1869
+ "type": {
1870
+ "text": "ShadowRootInit"
1871
+ },
1872
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1873
+ },
1874
+ {
1875
+ "kind": "variable",
1876
+ "name": "defaultAccordionConfig",
1877
+ "type": {
1878
+ "text": "object"
1879
+ },
1880
+ "default": "{}"
1881
+ },
1882
+ {
1883
+ "kind": "variable",
1884
+ "name": "foundationAccordion",
1885
+ "description": "The Foundation Accordion",
1886
+ "privacy": "public"
1887
+ }
1888
+ ],
1889
+ "exports": [
1890
+ {
1891
+ "kind": "js",
1892
+ "name": "Accordion",
1893
+ "declaration": {
1894
+ "name": "Accordion",
1895
+ "module": "src/accordion/accordion.ts"
1896
+ }
1897
+ },
1898
+ {
1899
+ "kind": "js",
1900
+ "name": "foundationAccordionShadowOptions",
1901
+ "declaration": {
1902
+ "name": "foundationAccordionShadowOptions",
1903
+ "module": "src/accordion/accordion.ts"
1904
+ }
1905
+ },
1906
+ {
1907
+ "kind": "js",
1908
+ "name": "defaultAccordionConfig",
1909
+ "declaration": {
1910
+ "name": "defaultAccordionConfig",
1911
+ "module": "src/accordion/accordion.ts"
1912
+ }
1913
+ },
1914
+ {
1915
+ "kind": "js",
1916
+ "name": "foundationAccordion",
1917
+ "declaration": {
1918
+ "name": "foundationAccordion",
1919
+ "module": "src/accordion/accordion.ts"
1920
+ }
1921
+ }
1922
+ ]
1923
+ },
1924
+ {
1925
+ "kind": "javascript-module",
1926
+ "path": "src/accordion/index.ts",
1927
+ "declarations": [],
1928
+ "exports": [
1929
+ {
1930
+ "kind": "js",
1931
+ "name": "*",
1932
+ "declaration": {
1933
+ "name": "*",
1934
+ "package": "./accordion.template"
1935
+ }
1936
+ },
1937
+ {
1938
+ "kind": "js",
1939
+ "name": "*",
1940
+ "declaration": {
1941
+ "name": "*",
1942
+ "package": "./accordion.styles"
1943
+ }
1944
+ },
1945
+ {
1946
+ "kind": "js",
1947
+ "name": "*",
1948
+ "declaration": {
1949
+ "name": "*",
1950
+ "package": "./accordion"
1951
+ }
1952
+ }
1953
+ ]
1954
+ },
1409
1955
  {
1410
1956
  "kind": "javascript-module",
1411
1957
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -1965,400 +2511,6 @@
1965
2511
  }
1966
2512
  ]
1967
2513
  },
1968
- {
1969
- "kind": "javascript-module",
1970
- "path": "src/accordion-item/accordion-item.styles.ts",
1971
- "declarations": [
1972
- {
1973
- "kind": "function",
1974
- "name": "foundationAccordionItemStyles",
1975
- "return": {
1976
- "type": {
1977
- "text": "ElementStyles"
1978
- }
1979
- },
1980
- "parameters": [
1981
- {
1982
- "name": "context",
1983
- "type": {
1984
- "text": "ElementDefinitionContext"
1985
- }
1986
- },
1987
- {
1988
- "name": "definition",
1989
- "type": {
1990
- "text": "FoundationElementDefinition"
1991
- }
1992
- }
1993
- ]
1994
- }
1995
- ],
1996
- "exports": [
1997
- {
1998
- "kind": "js",
1999
- "name": "foundationAccordionItemStyles",
2000
- "declaration": {
2001
- "name": "foundationAccordionItemStyles",
2002
- "module": "src/accordion-item/accordion-item.styles.ts"
2003
- }
2004
- }
2005
- ]
2006
- },
2007
- {
2008
- "kind": "javascript-module",
2009
- "path": "src/accordion-item/accordion-item.template.ts",
2010
- "declarations": [
2011
- {
2012
- "kind": "function",
2013
- "name": "foundationAccordionItemTemplate",
2014
- "return": {
2015
- "type": {
2016
- "text": "ViewTemplate<AccordionItem>"
2017
- }
2018
- },
2019
- "parameters": [
2020
- {
2021
- "name": "context",
2022
- "type": {
2023
- "text": "ElementDefinitionContext"
2024
- }
2025
- },
2026
- {
2027
- "name": "definition",
2028
- "type": {
2029
- "text": "FoundationElementDefinition"
2030
- }
2031
- }
2032
- ]
2033
- }
2034
- ],
2035
- "exports": [
2036
- {
2037
- "kind": "js",
2038
- "name": "foundationAccordionItemTemplate",
2039
- "declaration": {
2040
- "name": "foundationAccordionItemTemplate",
2041
- "module": "src/accordion-item/accordion-item.template.ts"
2042
- }
2043
- }
2044
- ]
2045
- },
2046
- {
2047
- "kind": "javascript-module",
2048
- "path": "src/accordion-item/accordion-item.ts",
2049
- "declarations": [
2050
- {
2051
- "kind": "class",
2052
- "description": "",
2053
- "name": "AccordionItem",
2054
- "superclass": {
2055
- "name": "FASTAccordionItem",
2056
- "package": "@microsoft/fast-components"
2057
- },
2058
- "tagName": "%%prefix%%-accordion-item",
2059
- "customElement": true,
2060
- "attributes": [
2061
- {
2062
- "name": "heading-level",
2063
- "type": {
2064
- "text": "1 | 2 | 3 | 4 | 5 | 6"
2065
- },
2066
- "default": "2",
2067
- "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
2068
- "fieldName": "headinglevel",
2069
- "inheritedFrom": {
2070
- "name": "AccordionItem",
2071
- "module": "src/accordion-item/accordion-item.ts"
2072
- }
2073
- },
2074
- {
2075
- "type": {
2076
- "text": "boolean"
2077
- },
2078
- "default": "false",
2079
- "description": "Expands or collapses the item.",
2080
- "fieldName": "expanded",
2081
- "inheritedFrom": {
2082
- "name": "AccordionItem",
2083
- "module": "src/accordion-item/accordion-item.ts"
2084
- }
2085
- },
2086
- {
2087
- "name": "id",
2088
- "type": {
2089
- "text": "string"
2090
- },
2091
- "description": "The item ID",
2092
- "fieldName": "id",
2093
- "inheritedFrom": {
2094
- "name": "AccordionItem",
2095
- "module": "src/accordion-item/accordion-item.ts"
2096
- }
2097
- }
2098
- ],
2099
- "members": [
2100
- {
2101
- "kind": "field",
2102
- "name": "headinglevel",
2103
- "type": {
2104
- "text": "1 | 2 | 3 | 4 | 5 | 6"
2105
- },
2106
- "privacy": "public",
2107
- "default": "2",
2108
- "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
2109
- "inheritedFrom": {
2110
- "name": "AccordionItem",
2111
- "module": "src/accordion-item/accordion-item.ts"
2112
- }
2113
- },
2114
- {
2115
- "kind": "field",
2116
- "name": "expanded",
2117
- "type": {
2118
- "text": "boolean"
2119
- },
2120
- "privacy": "public",
2121
- "default": "false",
2122
- "description": "Expands or collapses the item.",
2123
- "inheritedFrom": {
2124
- "name": "AccordionItem",
2125
- "module": "src/accordion-item/accordion-item.ts"
2126
- }
2127
- },
2128
- {
2129
- "kind": "field",
2130
- "name": "id",
2131
- "type": {
2132
- "text": "string"
2133
- },
2134
- "privacy": "public",
2135
- "description": "The item ID",
2136
- "inheritedFrom": {
2137
- "name": "AccordionItem",
2138
- "module": "src/accordion-item/accordion-item.ts"
2139
- }
2140
- },
2141
- {
2142
- "kind": "field",
2143
- "name": "change",
2144
- "privacy": "private",
2145
- "inheritedFrom": {
2146
- "name": "AccordionItem",
2147
- "module": "src/accordion-item/accordion-item.ts"
2148
- }
2149
- },
2150
- {
2151
- "kind": "field",
2152
- "name": "_presentation",
2153
- "type": {
2154
- "text": "ComponentPresentation | null | undefined"
2155
- },
2156
- "privacy": "private",
2157
- "default": "void 0",
2158
- "inheritedFrom": {
2159
- "name": "FoundationElement",
2160
- "module": "src/foundation-element/foundation-element.ts"
2161
- }
2162
- },
2163
- {
2164
- "kind": "field",
2165
- "name": "$presentation",
2166
- "type": {
2167
- "text": "ComponentPresentation | null"
2168
- },
2169
- "privacy": "public",
2170
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2171
- "inheritedFrom": {
2172
- "name": "FoundationElement",
2173
- "module": "src/foundation-element/foundation-element.ts"
2174
- }
2175
- },
2176
- {
2177
- "kind": "field",
2178
- "name": "template",
2179
- "type": {
2180
- "text": "ElementViewTemplate | void | null"
2181
- },
2182
- "privacy": "public",
2183
- "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.",
2184
- "inheritedFrom": {
2185
- "name": "FoundationElement",
2186
- "module": "src/foundation-element/foundation-element.ts"
2187
- }
2188
- },
2189
- {
2190
- "kind": "method",
2191
- "name": "templateChanged",
2192
- "privacy": "protected",
2193
- "return": {
2194
- "type": {
2195
- "text": "void"
2196
- }
2197
- },
2198
- "inheritedFrom": {
2199
- "name": "FoundationElement",
2200
- "module": "src/foundation-element/foundation-element.ts"
2201
- }
2202
- },
2203
- {
2204
- "kind": "field",
2205
- "name": "styles",
2206
- "type": {
2207
- "text": "ElementStyles | void | null"
2208
- },
2209
- "privacy": "public",
2210
- "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.",
2211
- "inheritedFrom": {
2212
- "name": "FoundationElement",
2213
- "module": "src/foundation-element/foundation-element.ts"
2214
- }
2215
- },
2216
- {
2217
- "kind": "method",
2218
- "name": "stylesChanged",
2219
- "privacy": "protected",
2220
- "return": {
2221
- "type": {
2222
- "text": "void"
2223
- }
2224
- },
2225
- "inheritedFrom": {
2226
- "name": "FoundationElement",
2227
- "module": "src/foundation-element/foundation-element.ts"
2228
- }
2229
- },
2230
- {
2231
- "kind": "method",
2232
- "name": "compose",
2233
- "privacy": "public",
2234
- "static": true,
2235
- "return": {
2236
- "type": {
2237
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2238
- }
2239
- },
2240
- "parameters": [
2241
- {
2242
- "name": "this",
2243
- "type": {
2244
- "text": "K"
2245
- }
2246
- },
2247
- {
2248
- "name": "elementDefinition",
2249
- "type": {
2250
- "text": "T"
2251
- },
2252
- "description": "The definition of the element to create the registry\nfunction for."
2253
- }
2254
- ],
2255
- "description": "Defines an element registry function with a set of element definition defaults.",
2256
- "inheritedFrom": {
2257
- "name": "FoundationElement",
2258
- "module": "src/foundation-element/foundation-element.ts"
2259
- }
2260
- }
2261
- ],
2262
- "events": [
2263
- {
2264
- "description": "Fires a custom 'change' event when the button is invoked",
2265
- "name": "change",
2266
- "inheritedFrom": {
2267
- "name": "AccordionItem",
2268
- "module": "src/accordion-item/accordion-item.ts"
2269
- }
2270
- }
2271
- ]
2272
- },
2273
- {
2274
- "kind": "variable",
2275
- "name": "foundationAccordionItemShadowOptions",
2276
- "type": {
2277
- "text": "ShadowRootInit"
2278
- },
2279
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2280
- },
2281
- {
2282
- "kind": "variable",
2283
- "name": "defaultAccordionItemConfig",
2284
- "type": {
2285
- "text": "object"
2286
- },
2287
- "default": "{\n collapsedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"collapsed-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M9 5.44446V12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n expandedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"expanded-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"minus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n}"
2288
- },
2289
- {
2290
- "kind": "variable",
2291
- "name": "foundationAccordionItem",
2292
- "description": "The Foundation Accordion Item",
2293
- "privacy": "public"
2294
- }
2295
- ],
2296
- "exports": [
2297
- {
2298
- "kind": "js",
2299
- "name": "AccordionItem",
2300
- "declaration": {
2301
- "name": "AccordionItem",
2302
- "module": "src/accordion-item/accordion-item.ts"
2303
- }
2304
- },
2305
- {
2306
- "kind": "js",
2307
- "name": "foundationAccordionItemShadowOptions",
2308
- "declaration": {
2309
- "name": "foundationAccordionItemShadowOptions",
2310
- "module": "src/accordion-item/accordion-item.ts"
2311
- }
2312
- },
2313
- {
2314
- "kind": "js",
2315
- "name": "defaultAccordionItemConfig",
2316
- "declaration": {
2317
- "name": "defaultAccordionItemConfig",
2318
- "module": "src/accordion-item/accordion-item.ts"
2319
- }
2320
- },
2321
- {
2322
- "kind": "js",
2323
- "name": "foundationAccordionItem",
2324
- "declaration": {
2325
- "name": "foundationAccordionItem",
2326
- "module": "src/accordion-item/accordion-item.ts"
2327
- }
2328
- }
2329
- ]
2330
- },
2331
- {
2332
- "kind": "javascript-module",
2333
- "path": "src/accordion-item/index.ts",
2334
- "declarations": [],
2335
- "exports": [
2336
- {
2337
- "kind": "js",
2338
- "name": "*",
2339
- "declaration": {
2340
- "name": "*",
2341
- "package": "./accordion-item.template"
2342
- }
2343
- },
2344
- {
2345
- "kind": "js",
2346
- "name": "*",
2347
- "declaration": {
2348
- "name": "*",
2349
- "package": "./accordion-item.styles"
2350
- }
2351
- },
2352
- {
2353
- "kind": "js",
2354
- "name": "*",
2355
- "declaration": {
2356
- "name": "*",
2357
- "package": "./accordion-item"
2358
- }
2359
- }
2360
- ]
2361
- },
2362
2514
  {
2363
2515
  "kind": "javascript-module",
2364
2516
  "path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
@@ -2970,42 +3122,11 @@
2970
3122
  },
2971
3123
  {
2972
3124
  "kind": "javascript-module",
2973
- "path": "src/_config/index.ts",
2974
- "declarations": [],
2975
- "exports": [
2976
- {
2977
- "kind": "js",
2978
- "name": "*",
2979
- "declaration": {
2980
- "name": "*",
2981
- "package": "./styles"
2982
- }
2983
- },
2984
- {
2985
- "kind": "js",
2986
- "name": "*",
2987
- "declaration": {
2988
- "name": "*",
2989
- "package": "./tokens"
2990
- }
2991
- },
2992
- {
2993
- "kind": "js",
2994
- "name": "*",
2995
- "declaration": {
2996
- "name": "*",
2997
- "package": "./values"
2998
- }
2999
- }
3000
- ]
3001
- },
3002
- {
3003
- "kind": "javascript-module",
3004
- "path": "src/ai-indicator/ai-indicator.styles.ts",
3125
+ "path": "src/accordion-item/accordion-item.styles.ts",
3005
3126
  "declarations": [
3006
3127
  {
3007
3128
  "kind": "function",
3008
- "name": "foundationAiIndicatorStyles",
3129
+ "name": "foundationAccordionItemStyles",
3009
3130
  "return": {
3010
3131
  "type": {
3011
3132
  "text": "ElementStyles"
@@ -3030,224 +3151,155 @@
3030
3151
  "exports": [
3031
3152
  {
3032
3153
  "kind": "js",
3033
- "name": "foundationAiIndicatorStyles",
3154
+ "name": "foundationAccordionItemStyles",
3034
3155
  "declaration": {
3035
- "name": "foundationAiIndicatorStyles",
3036
- "module": "src/ai-indicator/ai-indicator.styles.ts"
3156
+ "name": "foundationAccordionItemStyles",
3157
+ "module": "src/accordion-item/accordion-item.styles.ts"
3037
3158
  }
3038
3159
  }
3039
3160
  ]
3040
3161
  },
3041
3162
  {
3042
3163
  "kind": "javascript-module",
3043
- "path": "src/ai-indicator/ai-indicator.template.ts",
3164
+ "path": "src/accordion-item/accordion-item.template.ts",
3044
3165
  "declarations": [
3045
3166
  {
3046
- "kind": "variable",
3047
- "name": "foundationAiIndicatorTemplate",
3048
- "type": {
3049
- "text": "ViewTemplate<AiIndicator>"
3167
+ "kind": "function",
3168
+ "name": "foundationAccordionItemTemplate",
3169
+ "return": {
3170
+ "type": {
3171
+ "text": "ViewTemplate<AccordionItem>"
3172
+ }
3050
3173
  },
3051
- "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
3174
+ "parameters": [
3175
+ {
3176
+ "name": "context",
3177
+ "type": {
3178
+ "text": "ElementDefinitionContext"
3179
+ }
3180
+ },
3181
+ {
3182
+ "name": "definition",
3183
+ "type": {
3184
+ "text": "FoundationElementDefinition"
3185
+ }
3186
+ }
3187
+ ]
3052
3188
  }
3053
3189
  ],
3054
3190
  "exports": [
3055
3191
  {
3056
3192
  "kind": "js",
3057
- "name": "foundationAiIndicatorTemplate",
3193
+ "name": "foundationAccordionItemTemplate",
3058
3194
  "declaration": {
3059
- "name": "foundationAiIndicatorTemplate",
3060
- "module": "src/ai-indicator/ai-indicator.template.ts"
3195
+ "name": "foundationAccordionItemTemplate",
3196
+ "module": "src/accordion-item/accordion-item.template.ts"
3061
3197
  }
3062
3198
  }
3063
3199
  ]
3064
3200
  },
3065
3201
  {
3066
3202
  "kind": "javascript-module",
3067
- "path": "src/ai-indicator/ai-indicator.ts",
3203
+ "path": "src/accordion-item/accordion-item.ts",
3068
3204
  "declarations": [
3069
3205
  {
3070
3206
  "kind": "class",
3071
3207
  "description": "",
3072
- "name": "AiIndicator",
3073
- "members": [
3074
- {
3075
- "kind": "field",
3076
- "name": "providerRegistry",
3077
- "type": {
3078
- "text": "AIProviderRegistry"
3079
- }
3080
- },
3081
- {
3082
- "kind": "field",
3083
- "name": "aiProvider",
3084
- "type": {
3085
- "text": "AIProvider | undefined"
3086
- },
3087
- "privacy": "private",
3088
- "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.",
3089
- "readonly": true
3090
- },
3091
- {
3092
- "kind": "field",
3093
- "name": "status",
3094
- "type": {
3095
- "text": "AIStatus | null"
3096
- },
3097
- "default": "null"
3098
- },
3099
- {
3100
- "kind": "field",
3101
- "name": "open",
3102
- "type": {
3103
- "text": "boolean"
3104
- },
3105
- "default": "false"
3106
- },
3208
+ "name": "AccordionItem",
3209
+ "superclass": {
3210
+ "name": "FASTAccordionItem",
3211
+ "package": "@microsoft/fast-components"
3212
+ },
3213
+ "tagName": "%%prefix%%-accordion-item",
3214
+ "customElement": true,
3215
+ "attributes": [
3107
3216
  {
3108
- "kind": "field",
3109
- "name": "state",
3217
+ "name": "heading-level",
3110
3218
  "type": {
3111
- "text": "AIIndicatorState"
3219
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
3112
3220
  },
3113
- "default": "'none'"
3221
+ "default": "2",
3222
+ "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
3223
+ "fieldName": "headinglevel",
3224
+ "inheritedFrom": {
3225
+ "name": "AccordionItem",
3226
+ "module": "src/accordion-item/accordion-item.ts"
3227
+ }
3114
3228
  },
3115
3229
  {
3116
- "kind": "field",
3117
- "name": "isInstalling",
3118
3230
  "type": {
3119
3231
  "text": "boolean"
3120
3232
  },
3121
- "default": "false"
3233
+ "default": "false",
3234
+ "description": "Expands or collapses the item.",
3235
+ "fieldName": "expanded",
3236
+ "inheritedFrom": {
3237
+ "name": "AccordionItem",
3238
+ "module": "src/accordion-item/accordion-item.ts"
3239
+ }
3122
3240
  },
3123
3241
  {
3124
- "kind": "field",
3125
- "name": "pollTimer",
3242
+ "name": "id",
3126
3243
  "type": {
3127
- "text": "ReturnType<typeof setInterval> | null"
3244
+ "text": "string"
3128
3245
  },
3129
- "privacy": "private",
3130
- "default": "null"
3131
- },
3132
- {
3133
- "kind": "field",
3134
- "name": "clickOutside",
3135
- "privacy": "private"
3136
- },
3246
+ "description": "The item ID",
3247
+ "fieldName": "id",
3248
+ "inheritedFrom": {
3249
+ "name": "AccordionItem",
3250
+ "module": "src/accordion-item/accordion-item.ts"
3251
+ }
3252
+ }
3253
+ ],
3254
+ "members": [
3137
3255
  {
3138
3256
  "kind": "field",
3139
- "name": "chromeStatusLabel",
3257
+ "name": "headinglevel",
3140
3258
  "type": {
3141
- "text": "string | null"
3259
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
3142
3260
  },
3143
- "readonly": true
3261
+ "privacy": "public",
3262
+ "default": "2",
3263
+ "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
3264
+ "inheritedFrom": {
3265
+ "name": "AccordionItem",
3266
+ "module": "src/accordion-item/accordion-item.ts"
3267
+ }
3144
3268
  },
3145
3269
  {
3146
3270
  "kind": "field",
3147
- "name": "canInstall",
3271
+ "name": "expanded",
3148
3272
  "type": {
3149
3273
  "text": "boolean"
3150
3274
  },
3151
- "readonly": true
3275
+ "privacy": "public",
3276
+ "default": "false",
3277
+ "description": "Expands or collapses the item.",
3278
+ "inheritedFrom": {
3279
+ "name": "AccordionItem",
3280
+ "module": "src/accordion-item/accordion-item.ts"
3281
+ }
3152
3282
  },
3153
3283
  {
3154
3284
  "kind": "field",
3155
- "name": "isDownloading",
3285
+ "name": "id",
3156
3286
  "type": {
3157
- "text": "boolean"
3158
- },
3159
- "readonly": true
3160
- },
3161
- {
3162
- "kind": "method",
3163
- "name": "openChanged",
3164
- "return": {
3165
- "type": {
3166
- "text": "void"
3167
- }
3168
- }
3169
- },
3170
- {
3171
- "kind": "method",
3172
- "name": "handleClickOutside",
3173
- "privacy": "private",
3174
- "parameters": [
3175
- {
3176
- "name": "event",
3177
- "type": {
3178
- "text": "MouseEvent"
3179
- }
3180
- }
3181
- ]
3182
- },
3183
- {
3184
- "kind": "method",
3185
- "name": "toggleDropdown"
3186
- },
3187
- {
3188
- "kind": "method",
3189
- "name": "refreshStatus",
3190
- "return": {
3191
- "type": {
3192
- "text": "Promise<void>"
3193
- }
3194
- }
3195
- },
3196
- {
3197
- "kind": "method",
3198
- "name": "deriveState",
3199
- "privacy": "private",
3200
- "return": {
3201
- "type": {
3202
- "text": "AIIndicatorState"
3203
- }
3287
+ "text": "string"
3204
3288
  },
3205
- "parameters": [
3206
- {
3207
- "name": "s",
3208
- "type": {
3209
- "text": "AIStatus | null"
3210
- }
3211
- }
3212
- ]
3213
- },
3214
- {
3215
- "kind": "method",
3216
- "name": "maybeStartPolling",
3217
- "privacy": "private",
3218
- "return": {
3219
- "type": {
3220
- "text": "void"
3221
- }
3222
- }
3223
- },
3224
- {
3225
- "kind": "method",
3226
- "name": "startPolling",
3227
- "privacy": "private",
3228
- "return": {
3229
- "type": {
3230
- "text": "void"
3231
- }
3289
+ "privacy": "public",
3290
+ "description": "The item ID",
3291
+ "inheritedFrom": {
3292
+ "name": "AccordionItem",
3293
+ "module": "src/accordion-item/accordion-item.ts"
3232
3294
  }
3233
3295
  },
3234
3296
  {
3235
- "kind": "method",
3236
- "name": "stopPolling",
3297
+ "kind": "field",
3298
+ "name": "change",
3237
3299
  "privacy": "private",
3238
- "return": {
3239
- "type": {
3240
- "text": "void"
3241
- }
3242
- }
3243
- },
3244
- {
3245
- "kind": "method",
3246
- "name": "onInstall",
3247
- "return": {
3248
- "type": {
3249
- "text": "Promise<void>"
3250
- }
3300
+ "inheritedFrom": {
3301
+ "name": "AccordionItem",
3302
+ "module": "src/accordion-item/accordion-item.ts"
3251
3303
  }
3252
3304
  },
3253
3305
  {
@@ -3362,99 +3414,113 @@
3362
3414
  }
3363
3415
  }
3364
3416
  ],
3365
- "superclass": {
3366
- "name": "FoundationElement",
3367
- "package": "@microsoft/fast-foundation"
3417
+ "events": [
3418
+ {
3419
+ "description": "Fires a custom 'change' event when the button is invoked",
3420
+ "name": "change",
3421
+ "inheritedFrom": {
3422
+ "name": "AccordionItem",
3423
+ "module": "src/accordion-item/accordion-item.ts"
3424
+ }
3425
+ }
3426
+ ]
3427
+ },
3428
+ {
3429
+ "kind": "variable",
3430
+ "name": "foundationAccordionItemShadowOptions",
3431
+ "type": {
3432
+ "text": "ShadowRootInit"
3368
3433
  },
3369
- "tagName": "%%prefix%%-ai-indicator",
3370
- "customElement": true
3434
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3371
3435
  },
3372
3436
  {
3373
3437
  "kind": "variable",
3374
- "name": "foundationAiIndicator"
3438
+ "name": "defaultAccordionItemConfig",
3439
+ "type": {
3440
+ "text": "object"
3441
+ },
3442
+ "default": "{\n collapsedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"collapsed-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M9 5.44446V12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n expandedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"expanded-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"minus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n}"
3443
+ },
3444
+ {
3445
+ "kind": "variable",
3446
+ "name": "foundationAccordionItem",
3447
+ "description": "The Foundation Accordion Item",
3448
+ "privacy": "public"
3375
3449
  }
3376
3450
  ],
3377
3451
  "exports": [
3378
3452
  {
3379
3453
  "kind": "js",
3380
- "name": "AiIndicator",
3454
+ "name": "AccordionItem",
3381
3455
  "declaration": {
3382
- "name": "AiIndicator",
3383
- "module": "src/ai-indicator/ai-indicator.ts"
3456
+ "name": "AccordionItem",
3457
+ "module": "src/accordion-item/accordion-item.ts"
3384
3458
  }
3385
3459
  },
3386
3460
  {
3387
3461
  "kind": "js",
3388
- "name": "foundationAiIndicator",
3389
- "declaration": {
3390
- "name": "foundationAiIndicator",
3391
- "module": "src/ai-indicator/ai-indicator.ts"
3392
- }
3393
- }
3394
- ]
3395
- },
3396
- {
3397
- "kind": "javascript-module",
3398
- "path": "src/ai-indicator/index.ts",
3399
- "declarations": [],
3400
- "exports": [
3401
- {
3402
- "kind": "js",
3403
- "name": "AiIndicator",
3462
+ "name": "foundationAccordionItemShadowOptions",
3404
3463
  "declaration": {
3405
- "name": "AiIndicator",
3406
- "module": "./ai-indicator"
3464
+ "name": "foundationAccordionItemShadowOptions",
3465
+ "module": "src/accordion-item/accordion-item.ts"
3407
3466
  }
3408
3467
  },
3409
3468
  {
3410
3469
  "kind": "js",
3411
- "name": "foundationAiIndicator",
3470
+ "name": "defaultAccordionItemConfig",
3412
3471
  "declaration": {
3413
- "name": "foundationAiIndicator",
3414
- "module": "./ai-indicator"
3472
+ "name": "defaultAccordionItemConfig",
3473
+ "module": "src/accordion-item/accordion-item.ts"
3415
3474
  }
3416
3475
  },
3417
3476
  {
3418
3477
  "kind": "js",
3419
- "name": "type",
3478
+ "name": "foundationAccordionItem",
3420
3479
  "declaration": {
3421
- "name": "type",
3422
- "module": "./ai-indicator"
3480
+ "name": "foundationAccordionItem",
3481
+ "module": "src/accordion-item/accordion-item.ts"
3423
3482
  }
3424
- },
3483
+ }
3484
+ ]
3485
+ },
3486
+ {
3487
+ "kind": "javascript-module",
3488
+ "path": "src/accordion-item/index.ts",
3489
+ "declarations": [],
3490
+ "exports": [
3425
3491
  {
3426
3492
  "kind": "js",
3427
- "name": "AIIndicatorState",
3493
+ "name": "*",
3428
3494
  "declaration": {
3429
- "name": "AIIndicatorState",
3430
- "module": "./ai-indicator"
3495
+ "name": "*",
3496
+ "package": "./accordion-item.template"
3431
3497
  }
3432
3498
  },
3433
3499
  {
3434
3500
  "kind": "js",
3435
- "name": "foundationAiIndicatorTemplate",
3501
+ "name": "*",
3436
3502
  "declaration": {
3437
- "name": "foundationAiIndicatorTemplate",
3438
- "module": "./ai-indicator.template"
3503
+ "name": "*",
3504
+ "package": "./accordion-item.styles"
3439
3505
  }
3440
3506
  },
3441
3507
  {
3442
3508
  "kind": "js",
3443
- "name": "foundationAiIndicatorStyles",
3509
+ "name": "*",
3444
3510
  "declaration": {
3445
- "name": "foundationAiIndicatorStyles",
3446
- "module": "./ai-indicator.styles"
3511
+ "name": "*",
3512
+ "package": "./accordion-item"
3447
3513
  }
3448
3514
  }
3449
3515
  ]
3450
3516
  },
3451
3517
  {
3452
3518
  "kind": "javascript-module",
3453
- "path": "src/accordion/accordion.styles.ts",
3519
+ "path": "src/ai-indicator/ai-indicator.styles.ts",
3454
3520
  "declarations": [
3455
3521
  {
3456
3522
  "kind": "function",
3457
- "name": "foundationAccordionStyles",
3523
+ "name": "foundationAiIndicatorStyles",
3458
3524
  "return": {
3459
3525
  "type": {
3460
3526
  "text": "ElementStyles"
@@ -3479,276 +3545,224 @@
3479
3545
  "exports": [
3480
3546
  {
3481
3547
  "kind": "js",
3482
- "name": "foundationAccordionStyles",
3548
+ "name": "foundationAiIndicatorStyles",
3483
3549
  "declaration": {
3484
- "name": "foundationAccordionStyles",
3485
- "module": "src/accordion/accordion.styles.ts"
3550
+ "name": "foundationAiIndicatorStyles",
3551
+ "module": "src/ai-indicator/ai-indicator.styles.ts"
3486
3552
  }
3487
3553
  }
3488
3554
  ]
3489
3555
  },
3490
3556
  {
3491
3557
  "kind": "javascript-module",
3492
- "path": "src/accordion/accordion.template.ts",
3558
+ "path": "src/ai-indicator/ai-indicator.template.ts",
3493
3559
  "declarations": [
3494
3560
  {
3495
- "kind": "function",
3496
- "name": "foundationAccordionTemplate",
3497
- "return": {
3498
- "type": {
3499
- "text": "ViewTemplate<Accordion>"
3500
- }
3561
+ "kind": "variable",
3562
+ "name": "foundationAiIndicatorTemplate",
3563
+ "type": {
3564
+ "text": "ViewTemplate<AiIndicator>"
3501
3565
  },
3502
- "parameters": [
3503
- {
3504
- "name": "context",
3505
- "type": {
3506
- "text": "ElementDefinitionContext"
3507
- }
3508
- },
3509
- {
3510
- "name": "definition",
3511
- "type": {
3512
- "text": "FoundationElementDefinition"
3513
- }
3514
- }
3515
- ]
3566
+ "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
3516
3567
  }
3517
3568
  ],
3518
3569
  "exports": [
3519
3570
  {
3520
3571
  "kind": "js",
3521
- "name": "foundationAccordionTemplate",
3572
+ "name": "foundationAiIndicatorTemplate",
3522
3573
  "declaration": {
3523
- "name": "foundationAccordionTemplate",
3524
- "module": "src/accordion/accordion.template.ts"
3574
+ "name": "foundationAiIndicatorTemplate",
3575
+ "module": "src/ai-indicator/ai-indicator.template.ts"
3525
3576
  }
3526
3577
  }
3527
3578
  ]
3528
3579
  },
3529
3580
  {
3530
3581
  "kind": "javascript-module",
3531
- "path": "src/accordion/accordion.ts",
3582
+ "path": "src/ai-indicator/ai-indicator.ts",
3532
3583
  "declarations": [
3533
3584
  {
3534
3585
  "kind": "class",
3535
3586
  "description": "",
3536
- "name": "Accordion",
3537
- "superclass": {
3538
- "name": "FASTAccordion",
3539
- "package": "@microsoft/fast-foundation"
3540
- },
3541
- "tagName": "%%prefix%%-accordion",
3542
- "customElement": true,
3543
- "attributes": [
3587
+ "name": "AiIndicator",
3588
+ "members": [
3544
3589
  {
3545
- "name": "expand-mode",
3590
+ "kind": "field",
3591
+ "name": "providerRegistry",
3546
3592
  "type": {
3547
- "text": "AccordionExpandMode"
3548
- },
3549
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3550
- "fieldName": "expandmode",
3551
- "inheritedFrom": {
3552
- "name": "Accordion",
3553
- "module": "src/accordion/accordion.ts"
3593
+ "text": "AIProviderRegistry"
3554
3594
  }
3555
- }
3556
- ],
3557
- "members": [
3595
+ },
3558
3596
  {
3559
3597
  "kind": "field",
3560
- "name": "expandmode",
3598
+ "name": "aiProvider",
3561
3599
  "type": {
3562
- "text": "AccordionExpandMode"
3600
+ "text": "AIProvider | undefined"
3563
3601
  },
3564
- "privacy": "public",
3565
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3566
- "inheritedFrom": {
3567
- "name": "Accordion",
3568
- "module": "src/accordion/accordion.ts"
3569
- }
3602
+ "privacy": "private",
3603
+ "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.",
3604
+ "readonly": true
3570
3605
  },
3571
3606
  {
3572
3607
  "kind": "field",
3573
- "name": "activeid",
3608
+ "name": "status",
3574
3609
  "type": {
3575
- "text": "string | null"
3610
+ "text": "AIStatus | null"
3576
3611
  },
3577
- "privacy": "private",
3578
- "inheritedFrom": {
3579
- "name": "Accordion",
3580
- "module": "src/accordion/accordion.ts"
3581
- }
3612
+ "default": "null"
3582
3613
  },
3583
3614
  {
3584
3615
  "kind": "field",
3585
- "name": "activeItemIndex",
3616
+ "name": "open",
3586
3617
  "type": {
3587
- "text": "number"
3618
+ "text": "boolean"
3588
3619
  },
3589
- "privacy": "private",
3590
- "default": "0",
3591
- "inheritedFrom": {
3592
- "name": "Accordion",
3593
- "module": "src/accordion/accordion.ts"
3594
- }
3620
+ "default": "false"
3595
3621
  },
3596
3622
  {
3597
3623
  "kind": "field",
3598
- "name": "accordionIds",
3624
+ "name": "state",
3599
3625
  "type": {
3600
- "text": "Array<string | null>"
3626
+ "text": "AIIndicatorState"
3601
3627
  },
3602
- "privacy": "private",
3603
- "inheritedFrom": {
3604
- "name": "Accordion",
3605
- "module": "src/accordion/accordion.ts"
3606
- }
3628
+ "default": "'none'"
3607
3629
  },
3608
3630
  {
3609
3631
  "kind": "field",
3610
- "name": "change",
3611
- "privacy": "private",
3612
- "inheritedFrom": {
3613
- "name": "Accordion",
3614
- "module": "src/accordion/accordion.ts"
3615
- }
3632
+ "name": "isInstalling",
3633
+ "type": {
3634
+ "text": "boolean"
3635
+ },
3636
+ "default": "false"
3616
3637
  },
3617
3638
  {
3618
- "kind": "method",
3619
- "name": "findExpandedItem",
3639
+ "kind": "field",
3640
+ "name": "pollTimer",
3641
+ "type": {
3642
+ "text": "ReturnType<typeof setInterval> | null"
3643
+ },
3620
3644
  "privacy": "private",
3621
- "return": {
3622
- "type": {
3623
- "text": "AccordionItem | null"
3624
- }
3645
+ "default": "null"
3646
+ },
3647
+ {
3648
+ "kind": "field",
3649
+ "name": "clickOutside",
3650
+ "privacy": "private"
3651
+ },
3652
+ {
3653
+ "kind": "field",
3654
+ "name": "chromeStatusLabel",
3655
+ "type": {
3656
+ "text": "string | null"
3625
3657
  },
3626
- "inheritedFrom": {
3627
- "name": "Accordion",
3628
- "module": "src/accordion/accordion.ts"
3629
- }
3658
+ "readonly": true
3630
3659
  },
3631
3660
  {
3632
3661
  "kind": "field",
3633
- "name": "setItems",
3634
- "privacy": "private",
3635
- "inheritedFrom": {
3636
- "name": "Accordion",
3637
- "module": "src/accordion/accordion.ts"
3638
- }
3662
+ "name": "canInstall",
3663
+ "type": {
3664
+ "text": "boolean"
3665
+ },
3666
+ "readonly": true
3667
+ },
3668
+ {
3669
+ "kind": "field",
3670
+ "name": "isDownloading",
3671
+ "type": {
3672
+ "text": "boolean"
3673
+ },
3674
+ "readonly": true
3639
3675
  },
3640
3676
  {
3641
3677
  "kind": "method",
3642
- "name": "resetItems",
3643
- "privacy": "private",
3678
+ "name": "openChanged",
3644
3679
  "return": {
3645
3680
  "type": {
3646
3681
  "text": "void"
3647
3682
  }
3648
- },
3649
- "inheritedFrom": {
3650
- "name": "Accordion",
3651
- "module": "src/accordion/accordion.ts"
3652
3683
  }
3653
3684
  },
3654
3685
  {
3655
- "kind": "field",
3656
- "name": "removeItemListeners",
3686
+ "kind": "method",
3687
+ "name": "handleClickOutside",
3657
3688
  "privacy": "private",
3658
- "inheritedFrom": {
3659
- "name": "Accordion",
3660
- "module": "src/accordion/accordion.ts"
3661
- }
3689
+ "parameters": [
3690
+ {
3691
+ "name": "event",
3692
+ "type": {
3693
+ "text": "MouseEvent"
3694
+ }
3695
+ }
3696
+ ]
3662
3697
  },
3663
3698
  {
3664
- "kind": "field",
3665
- "name": "activeItemChange",
3666
- "privacy": "private",
3667
- "inheritedFrom": {
3668
- "name": "Accordion",
3669
- "module": "src/accordion/accordion.ts"
3670
- }
3699
+ "kind": "method",
3700
+ "name": "toggleDropdown"
3671
3701
  },
3672
3702
  {
3673
3703
  "kind": "method",
3674
- "name": "getItemIds",
3675
- "privacy": "private",
3704
+ "name": "refreshStatus",
3676
3705
  "return": {
3677
3706
  "type": {
3678
- "text": "Array<string | null>"
3707
+ "text": "Promise<void>"
3679
3708
  }
3680
- },
3681
- "inheritedFrom": {
3682
- "name": "Accordion",
3683
- "module": "src/accordion/accordion.ts"
3684
3709
  }
3685
3710
  },
3686
3711
  {
3687
3712
  "kind": "method",
3688
- "name": "isSingleExpandMode",
3713
+ "name": "deriveState",
3689
3714
  "privacy": "private",
3690
3715
  "return": {
3691
3716
  "type": {
3692
- "text": "boolean"
3717
+ "text": "AIIndicatorState"
3693
3718
  }
3694
3719
  },
3695
- "inheritedFrom": {
3696
- "name": "Accordion",
3697
- "module": "src/accordion/accordion.ts"
3698
- }
3720
+ "parameters": [
3721
+ {
3722
+ "name": "s",
3723
+ "type": {
3724
+ "text": "AIStatus | null"
3725
+ }
3726
+ }
3727
+ ]
3699
3728
  },
3700
3729
  {
3701
- "kind": "field",
3702
- "name": "handleItemKeyDown",
3730
+ "kind": "method",
3731
+ "name": "maybeStartPolling",
3703
3732
  "privacy": "private",
3704
- "inheritedFrom": {
3705
- "name": "Accordion",
3706
- "module": "src/accordion/accordion.ts"
3733
+ "return": {
3734
+ "type": {
3735
+ "text": "void"
3736
+ }
3707
3737
  }
3708
3738
  },
3709
3739
  {
3710
- "kind": "field",
3711
- "name": "handleItemFocus",
3740
+ "kind": "method",
3741
+ "name": "startPolling",
3712
3742
  "privacy": "private",
3713
- "inheritedFrom": {
3714
- "name": "Accordion",
3715
- "module": "src/accordion/accordion.ts"
3743
+ "return": {
3744
+ "type": {
3745
+ "text": "void"
3746
+ }
3716
3747
  }
3717
3748
  },
3718
3749
  {
3719
3750
  "kind": "method",
3720
- "name": "adjust",
3751
+ "name": "stopPolling",
3721
3752
  "privacy": "private",
3722
3753
  "return": {
3723
3754
  "type": {
3724
3755
  "text": "void"
3725
3756
  }
3726
- },
3727
- "parameters": [
3728
- {
3729
- "name": "adjustment",
3730
- "type": {
3731
- "text": "number"
3732
- }
3733
- }
3734
- ],
3735
- "inheritedFrom": {
3736
- "name": "Accordion",
3737
- "module": "src/accordion/accordion.ts"
3738
3757
  }
3739
3758
  },
3740
3759
  {
3741
3760
  "kind": "method",
3742
- "name": "focusItem",
3743
- "privacy": "private",
3761
+ "name": "onInstall",
3744
3762
  "return": {
3745
3763
  "type": {
3746
- "text": "void"
3764
+ "text": "Promise<void>"
3747
3765
  }
3748
- },
3749
- "inheritedFrom": {
3750
- "name": "Accordion",
3751
- "module": "src/accordion/accordion.ts"
3752
3766
  }
3753
3767
  },
3754
3768
  {
@@ -3863,102 +3877,88 @@
3863
3877
  }
3864
3878
  }
3865
3879
  ],
3866
- "events": [
3867
- {
3868
- "description": "Fires a custom 'change' event when the active item changes",
3869
- "name": "change",
3870
- "inheritedFrom": {
3871
- "name": "Accordion",
3872
- "module": "src/accordion/accordion.ts"
3873
- }
3874
- }
3875
- ]
3876
- },
3877
- {
3878
- "kind": "variable",
3879
- "name": "foundationAccordionShadowOptions",
3880
- "type": {
3881
- "text": "ShadowRootInit"
3882
- },
3883
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3884
- },
3885
- {
3886
- "kind": "variable",
3887
- "name": "defaultAccordionConfig",
3888
- "type": {
3889
- "text": "object"
3880
+ "superclass": {
3881
+ "name": "FoundationElement",
3882
+ "package": "@microsoft/fast-foundation"
3890
3883
  },
3891
- "default": "{}"
3884
+ "tagName": "%%prefix%%-ai-indicator",
3885
+ "customElement": true
3892
3886
  },
3893
3887
  {
3894
3888
  "kind": "variable",
3895
- "name": "foundationAccordion",
3896
- "description": "The Foundation Accordion",
3897
- "privacy": "public"
3889
+ "name": "foundationAiIndicator"
3898
3890
  }
3899
3891
  ],
3900
3892
  "exports": [
3901
3893
  {
3902
3894
  "kind": "js",
3903
- "name": "Accordion",
3895
+ "name": "AiIndicator",
3904
3896
  "declaration": {
3905
- "name": "Accordion",
3906
- "module": "src/accordion/accordion.ts"
3897
+ "name": "AiIndicator",
3898
+ "module": "src/ai-indicator/ai-indicator.ts"
3907
3899
  }
3908
3900
  },
3909
3901
  {
3910
3902
  "kind": "js",
3911
- "name": "foundationAccordionShadowOptions",
3903
+ "name": "foundationAiIndicator",
3912
3904
  "declaration": {
3913
- "name": "foundationAccordionShadowOptions",
3914
- "module": "src/accordion/accordion.ts"
3905
+ "name": "foundationAiIndicator",
3906
+ "module": "src/ai-indicator/ai-indicator.ts"
3907
+ }
3908
+ }
3909
+ ]
3910
+ },
3911
+ {
3912
+ "kind": "javascript-module",
3913
+ "path": "src/ai-indicator/index.ts",
3914
+ "declarations": [],
3915
+ "exports": [
3916
+ {
3917
+ "kind": "js",
3918
+ "name": "AiIndicator",
3919
+ "declaration": {
3920
+ "name": "AiIndicator",
3921
+ "module": "./ai-indicator"
3915
3922
  }
3916
3923
  },
3917
3924
  {
3918
3925
  "kind": "js",
3919
- "name": "defaultAccordionConfig",
3926
+ "name": "foundationAiIndicator",
3920
3927
  "declaration": {
3921
- "name": "defaultAccordionConfig",
3922
- "module": "src/accordion/accordion.ts"
3928
+ "name": "foundationAiIndicator",
3929
+ "module": "./ai-indicator"
3923
3930
  }
3924
3931
  },
3925
3932
  {
3926
3933
  "kind": "js",
3927
- "name": "foundationAccordion",
3934
+ "name": "type",
3928
3935
  "declaration": {
3929
- "name": "foundationAccordion",
3930
- "module": "src/accordion/accordion.ts"
3936
+ "name": "type",
3937
+ "module": "./ai-indicator"
3931
3938
  }
3932
- }
3933
- ]
3934
- },
3935
- {
3936
- "kind": "javascript-module",
3937
- "path": "src/accordion/index.ts",
3938
- "declarations": [],
3939
- "exports": [
3939
+ },
3940
3940
  {
3941
3941
  "kind": "js",
3942
- "name": "*",
3942
+ "name": "AIIndicatorState",
3943
3943
  "declaration": {
3944
- "name": "*",
3945
- "package": "./accordion.template"
3944
+ "name": "AIIndicatorState",
3945
+ "module": "./ai-indicator"
3946
3946
  }
3947
3947
  },
3948
3948
  {
3949
3949
  "kind": "js",
3950
- "name": "*",
3950
+ "name": "foundationAiIndicatorTemplate",
3951
3951
  "declaration": {
3952
- "name": "*",
3953
- "package": "./accordion.styles"
3952
+ "name": "foundationAiIndicatorTemplate",
3953
+ "module": "./ai-indicator.template"
3954
3954
  }
3955
3955
  },
3956
3956
  {
3957
3957
  "kind": "js",
3958
- "name": "*",
3958
+ "name": "foundationAiIndicatorStyles",
3959
3959
  "declaration": {
3960
- "name": "*",
3961
- "package": "./accordion"
3960
+ "name": "foundationAiIndicatorStyles",
3961
+ "module": "./ai-indicator.styles"
3962
3962
  }
3963
3963
  }
3964
3964
  ]
@@ -13474,7 +13474,8 @@
13474
13474
  "type": {
13475
13475
  "text": "string"
13476
13476
  },
13477
- "default": "'ROW_REF'",
13477
+ "description": "Explicit override for the field that uniquely identifies a row.",
13478
+ "privacy": "public",
13478
13479
  "inheritedFrom": {
13479
13480
  "name": "<local>_BaseDatasource",
13480
13481
  "module": "src/utils/base-datasource.ts"
@@ -13632,6 +13633,20 @@
13632
13633
  "module": "src/utils/base-datasource.ts"
13633
13634
  }
13634
13635
  },
13636
+ {
13637
+ "kind": "field",
13638
+ "name": "effectiveRowId",
13639
+ "type": {
13640
+ "text": "string"
13641
+ },
13642
+ "privacy": "public",
13643
+ "description": "The field used to key rows into BaseDatasource.rowsSyncedWithStream.",
13644
+ "readonly": true,
13645
+ "inheritedFrom": {
13646
+ "name": "<local>_BaseDatasource",
13647
+ "module": "src/utils/base-datasource.ts"
13648
+ }
13649
+ },
13635
13650
  {
13636
13651
  "kind": "method",
13637
13652
  "name": "reset",
@@ -14163,7 +14178,7 @@
14163
14178
  "type": {
14164
14179
  "text": "string"
14165
14180
  },
14166
- "default": "'ROW_REF'",
14181
+ "description": "Explicit override for the field that uniquely identifies a row.",
14167
14182
  "fieldName": "rowId",
14168
14183
  "inheritedFrom": {
14169
14184
  "name": "<local>_BaseDatasource",
@@ -36338,7 +36353,8 @@
36338
36353
  "type": {
36339
36354
  "text": "string"
36340
36355
  },
36341
- "default": "'ROW_REF'",
36356
+ "description": "Explicit override for the field that uniquely identifies a row.",
36357
+ "privacy": "public",
36342
36358
  "inheritedFrom": {
36343
36359
  "name": "<local>_BaseDatasource",
36344
36360
  "module": "src/utils/base-datasource.ts"
@@ -36496,6 +36512,20 @@
36496
36512
  "module": "src/utils/base-datasource.ts"
36497
36513
  }
36498
36514
  },
36515
+ {
36516
+ "kind": "field",
36517
+ "name": "effectiveRowId",
36518
+ "type": {
36519
+ "text": "string"
36520
+ },
36521
+ "privacy": "public",
36522
+ "description": "The field used to key rows into BaseDatasource.rowsSyncedWithStream.",
36523
+ "readonly": true,
36524
+ "inheritedFrom": {
36525
+ "name": "<local>_BaseDatasource",
36526
+ "module": "src/utils/base-datasource.ts"
36527
+ }
36528
+ },
36499
36529
  {
36500
36530
  "kind": "method",
36501
36531
  "name": "reset",
@@ -37035,7 +37065,7 @@
37035
37065
  "type": {
37036
37066
  "text": "string"
37037
37067
  },
37038
- "default": "'ROW_REF'",
37068
+ "description": "Explicit override for the field that uniquely identifies a row.",
37039
37069
  "fieldName": "rowId",
37040
37070
  "inheritedFrom": {
37041
37071
  "name": "<local>_BaseDatasource",
@@ -37741,7 +37771,8 @@
37741
37771
  "type": {
37742
37772
  "text": "string"
37743
37773
  },
37744
- "default": "'ROW_REF'",
37774
+ "description": "Explicit override for the field that uniquely identifies a row.",
37775
+ "privacy": "public",
37745
37776
  "inheritedFrom": {
37746
37777
  "name": "<local>_BaseDatasource",
37747
37778
  "module": "src/utils/base-datasource.ts"
@@ -37899,6 +37930,20 @@
37899
37930
  "module": "src/utils/base-datasource.ts"
37900
37931
  }
37901
37932
  },
37933
+ {
37934
+ "kind": "field",
37935
+ "name": "effectiveRowId",
37936
+ "type": {
37937
+ "text": "string"
37938
+ },
37939
+ "privacy": "public",
37940
+ "description": "The field used to key rows into BaseDatasource.rowsSyncedWithStream.",
37941
+ "readonly": true,
37942
+ "inheritedFrom": {
37943
+ "name": "<local>_BaseDatasource",
37944
+ "module": "src/utils/base-datasource.ts"
37945
+ }
37946
+ },
37902
37947
  {
37903
37948
  "kind": "method",
37904
37949
  "name": "reset",
@@ -38481,7 +38526,7 @@
38481
38526
  "type": {
38482
38527
  "text": "string"
38483
38528
  },
38484
- "default": "'ROW_REF'",
38529
+ "description": "Explicit override for the field that uniquely identifies a row.",
38485
38530
  "fieldName": "rowId",
38486
38531
  "inheritedFrom": {
38487
38532
  "name": "<local>_BaseDatasource",
@@ -57577,7 +57622,8 @@
57577
57622
  "type": {
57578
57623
  "text": "string"
57579
57624
  },
57580
- "default": "'ROW_REF'"
57625
+ "description": "Explicit override for the field that uniquely identifies a row.",
57626
+ "privacy": "public"
57581
57627
  },
57582
57628
  {
57583
57629
  "kind": "field",
@@ -57683,6 +57729,16 @@
57683
57729
  "privacy": "private",
57684
57730
  "default": "0"
57685
57731
  },
57732
+ {
57733
+ "kind": "field",
57734
+ "name": "effectiveRowId",
57735
+ "type": {
57736
+ "text": "string"
57737
+ },
57738
+ "privacy": "public",
57739
+ "description": "The field used to key rows into BaseDatasource.rowsSyncedWithStream.",
57740
+ "readonly": true
57741
+ },
57686
57742
  {
57687
57743
  "kind": "method",
57688
57744
  "name": "reset"
@@ -58196,7 +58252,7 @@
58196
58252
  "type": {
58197
58253
  "text": "string"
58198
58254
  },
58199
- "default": "'ROW_REF'",
58255
+ "description": "Explicit override for the field that uniquely identifies a row.",
58200
58256
  "fieldName": "rowId"
58201
58257
  },
58202
58258
  {
@@ -58649,197 +58705,6 @@
58649
58705
  }
58650
58706
  ]
58651
58707
  },
58652
- {
58653
- "kind": "javascript-module",
58654
- "path": "src/ai-criteria-search/validation/criteria-ir.ts",
58655
- "declarations": [],
58656
- "exports": []
58657
- },
58658
- {
58659
- "kind": "javascript-module",
58660
- "path": "src/ai-criteria-search/validation/operator-map.ts",
58661
- "declarations": [
58662
- {
58663
- "kind": "function",
58664
- "name": "groupsToCriteria",
58665
- "return": {
58666
- "type": {
58667
- "text": "string"
58668
- }
58669
- },
58670
- "parameters": [
58671
- {
58672
- "name": "groups",
58673
- "type": {
58674
- "text": "CriteriaGroup[]"
58675
- }
58676
- }
58677
- ],
58678
- "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."
58679
- },
58680
- {
58681
- "kind": "variable",
58682
- "name": "STRING_OPERATORS",
58683
- "type": {
58684
- "text": "CriteriaOperator[]"
58685
- },
58686
- "default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
58687
- },
58688
- {
58689
- "kind": "variable",
58690
- "name": "NUMERIC_OPERATORS",
58691
- "type": {
58692
- "text": "CriteriaOperator[]"
58693
- },
58694
- "default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
58695
- },
58696
- {
58697
- "kind": "variable",
58698
- "name": "DATE_OPERATORS",
58699
- "type": {
58700
- "text": "CriteriaOperator[]"
58701
- },
58702
- "default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
58703
- },
58704
- {
58705
- "kind": "variable",
58706
- "name": "DATETIME_OPERATORS",
58707
- "type": {
58708
- "text": "CriteriaOperator[]"
58709
- },
58710
- "default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
58711
- },
58712
- {
58713
- "kind": "variable",
58714
- "name": "OPERATOR_DISPLAY_LABEL",
58715
- "type": {
58716
- "text": "Record<CriteriaOperator, string>"
58717
- },
58718
- "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}"
58719
- }
58720
- ],
58721
- "exports": [
58722
- {
58723
- "kind": "js",
58724
- "name": "groupsToCriteria",
58725
- "declaration": {
58726
- "name": "groupsToCriteria",
58727
- "module": "src/ai-criteria-search/validation/operator-map.ts"
58728
- }
58729
- },
58730
- {
58731
- "kind": "js",
58732
- "name": "STRING_OPERATORS",
58733
- "declaration": {
58734
- "name": "STRING_OPERATORS",
58735
- "module": "src/ai-criteria-search/validation/operator-map.ts"
58736
- }
58737
- },
58738
- {
58739
- "kind": "js",
58740
- "name": "NUMERIC_OPERATORS",
58741
- "declaration": {
58742
- "name": "NUMERIC_OPERATORS",
58743
- "module": "src/ai-criteria-search/validation/operator-map.ts"
58744
- }
58745
- },
58746
- {
58747
- "kind": "js",
58748
- "name": "DATE_OPERATORS",
58749
- "declaration": {
58750
- "name": "DATE_OPERATORS",
58751
- "module": "src/ai-criteria-search/validation/operator-map.ts"
58752
- }
58753
- },
58754
- {
58755
- "kind": "js",
58756
- "name": "DATETIME_OPERATORS",
58757
- "declaration": {
58758
- "name": "DATETIME_OPERATORS",
58759
- "module": "src/ai-criteria-search/validation/operator-map.ts"
58760
- }
58761
- },
58762
- {
58763
- "kind": "js",
58764
- "name": "OPERATOR_DISPLAY_LABEL",
58765
- "declaration": {
58766
- "name": "OPERATOR_DISPLAY_LABEL",
58767
- "module": "src/ai-criteria-search/validation/operator-map.ts"
58768
- }
58769
- }
58770
- ]
58771
- },
58772
- {
58773
- "kind": "javascript-module",
58774
- "path": "src/ai-criteria-search/validation/schema-validator.ts",
58775
- "declarations": [
58776
- {
58777
- "kind": "function",
58778
- "name": "validateClauses",
58779
- "return": {
58780
- "type": {
58781
- "text": "ValidationResult"
58782
- }
58783
- },
58784
- "parameters": [
58785
- {
58786
- "name": "clauses",
58787
- "type": {
58788
- "text": "CriteriaClause[]"
58789
- }
58790
- },
58791
- {
58792
- "name": "fieldMetadata",
58793
- "type": {
58794
- "text": "MetadataDetail[] | string[]"
58795
- }
58796
- }
58797
- ]
58798
- },
58799
- {
58800
- "kind": "function",
58801
- "name": "validateGroups",
58802
- "return": {
58803
- "type": {
58804
- "text": "GroupsValidationResult"
58805
- }
58806
- },
58807
- "parameters": [
58808
- {
58809
- "name": "groups",
58810
- "type": {
58811
- "text": "CriteriaGroup[]"
58812
- }
58813
- },
58814
- {
58815
- "name": "fieldMetadata",
58816
- "type": {
58817
- "text": "MetadataDetail[] | string[]"
58818
- }
58819
- }
58820
- ],
58821
- "description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
58822
- }
58823
- ],
58824
- "exports": [
58825
- {
58826
- "kind": "js",
58827
- "name": "validateClauses",
58828
- "declaration": {
58829
- "name": "validateClauses",
58830
- "module": "src/ai-criteria-search/validation/schema-validator.ts"
58831
- }
58832
- },
58833
- {
58834
- "kind": "js",
58835
- "name": "validateGroups",
58836
- "declaration": {
58837
- "name": "validateGroups",
58838
- "module": "src/ai-criteria-search/validation/schema-validator.ts"
58839
- }
58840
- }
58841
- ]
58842
- },
58843
58708
  {
58844
58709
  "kind": "javascript-module",
58845
58710
  "path": "src/_config/styles/colors.ts",
@@ -60212,6 +60077,197 @@
60212
60077
  "declarations": [],
60213
60078
  "exports": []
60214
60079
  },
60080
+ {
60081
+ "kind": "javascript-module",
60082
+ "path": "src/ai-criteria-search/validation/criteria-ir.ts",
60083
+ "declarations": [],
60084
+ "exports": []
60085
+ },
60086
+ {
60087
+ "kind": "javascript-module",
60088
+ "path": "src/ai-criteria-search/validation/operator-map.ts",
60089
+ "declarations": [
60090
+ {
60091
+ "kind": "function",
60092
+ "name": "groupsToCriteria",
60093
+ "return": {
60094
+ "type": {
60095
+ "text": "string"
60096
+ }
60097
+ },
60098
+ "parameters": [
60099
+ {
60100
+ "name": "groups",
60101
+ "type": {
60102
+ "text": "CriteriaGroup[]"
60103
+ }
60104
+ }
60105
+ ],
60106
+ "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."
60107
+ },
60108
+ {
60109
+ "kind": "variable",
60110
+ "name": "STRING_OPERATORS",
60111
+ "type": {
60112
+ "text": "CriteriaOperator[]"
60113
+ },
60114
+ "default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
60115
+ },
60116
+ {
60117
+ "kind": "variable",
60118
+ "name": "NUMERIC_OPERATORS",
60119
+ "type": {
60120
+ "text": "CriteriaOperator[]"
60121
+ },
60122
+ "default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
60123
+ },
60124
+ {
60125
+ "kind": "variable",
60126
+ "name": "DATE_OPERATORS",
60127
+ "type": {
60128
+ "text": "CriteriaOperator[]"
60129
+ },
60130
+ "default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
60131
+ },
60132
+ {
60133
+ "kind": "variable",
60134
+ "name": "DATETIME_OPERATORS",
60135
+ "type": {
60136
+ "text": "CriteriaOperator[]"
60137
+ },
60138
+ "default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
60139
+ },
60140
+ {
60141
+ "kind": "variable",
60142
+ "name": "OPERATOR_DISPLAY_LABEL",
60143
+ "type": {
60144
+ "text": "Record<CriteriaOperator, string>"
60145
+ },
60146
+ "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}"
60147
+ }
60148
+ ],
60149
+ "exports": [
60150
+ {
60151
+ "kind": "js",
60152
+ "name": "groupsToCriteria",
60153
+ "declaration": {
60154
+ "name": "groupsToCriteria",
60155
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
60156
+ }
60157
+ },
60158
+ {
60159
+ "kind": "js",
60160
+ "name": "STRING_OPERATORS",
60161
+ "declaration": {
60162
+ "name": "STRING_OPERATORS",
60163
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
60164
+ }
60165
+ },
60166
+ {
60167
+ "kind": "js",
60168
+ "name": "NUMERIC_OPERATORS",
60169
+ "declaration": {
60170
+ "name": "NUMERIC_OPERATORS",
60171
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
60172
+ }
60173
+ },
60174
+ {
60175
+ "kind": "js",
60176
+ "name": "DATE_OPERATORS",
60177
+ "declaration": {
60178
+ "name": "DATE_OPERATORS",
60179
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
60180
+ }
60181
+ },
60182
+ {
60183
+ "kind": "js",
60184
+ "name": "DATETIME_OPERATORS",
60185
+ "declaration": {
60186
+ "name": "DATETIME_OPERATORS",
60187
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
60188
+ }
60189
+ },
60190
+ {
60191
+ "kind": "js",
60192
+ "name": "OPERATOR_DISPLAY_LABEL",
60193
+ "declaration": {
60194
+ "name": "OPERATOR_DISPLAY_LABEL",
60195
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
60196
+ }
60197
+ }
60198
+ ]
60199
+ },
60200
+ {
60201
+ "kind": "javascript-module",
60202
+ "path": "src/ai-criteria-search/validation/schema-validator.ts",
60203
+ "declarations": [
60204
+ {
60205
+ "kind": "function",
60206
+ "name": "validateClauses",
60207
+ "return": {
60208
+ "type": {
60209
+ "text": "ValidationResult"
60210
+ }
60211
+ },
60212
+ "parameters": [
60213
+ {
60214
+ "name": "clauses",
60215
+ "type": {
60216
+ "text": "CriteriaClause[]"
60217
+ }
60218
+ },
60219
+ {
60220
+ "name": "fieldMetadata",
60221
+ "type": {
60222
+ "text": "MetadataDetail[] | string[]"
60223
+ }
60224
+ }
60225
+ ]
60226
+ },
60227
+ {
60228
+ "kind": "function",
60229
+ "name": "validateGroups",
60230
+ "return": {
60231
+ "type": {
60232
+ "text": "GroupsValidationResult"
60233
+ }
60234
+ },
60235
+ "parameters": [
60236
+ {
60237
+ "name": "groups",
60238
+ "type": {
60239
+ "text": "CriteriaGroup[]"
60240
+ }
60241
+ },
60242
+ {
60243
+ "name": "fieldMetadata",
60244
+ "type": {
60245
+ "text": "MetadataDetail[] | string[]"
60246
+ }
60247
+ }
60248
+ ],
60249
+ "description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
60250
+ }
60251
+ ],
60252
+ "exports": [
60253
+ {
60254
+ "kind": "js",
60255
+ "name": "validateClauses",
60256
+ "declaration": {
60257
+ "name": "validateClauses",
60258
+ "module": "src/ai-criteria-search/validation/schema-validator.ts"
60259
+ }
60260
+ },
60261
+ {
60262
+ "kind": "js",
60263
+ "name": "validateGroups",
60264
+ "declaration": {
60265
+ "name": "validateGroups",
60266
+ "module": "src/ai-criteria-search/validation/schema-validator.ts"
60267
+ }
60268
+ }
60269
+ ]
60270
+ },
60215
60271
  {
60216
60272
  "kind": "javascript-module",
60217
60273
  "path": "src/environment-indicator/utils/configure.ts",