@genesislcap/foundation-ui 14.434.0 → 14.436.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.
@@ -1398,6 +1398,400 @@
1398
1398
  }
1399
1399
  ]
1400
1400
  },
1401
+ {
1402
+ "kind": "javascript-module",
1403
+ "path": "src/accordion-item/accordion-item.styles.ts",
1404
+ "declarations": [
1405
+ {
1406
+ "kind": "function",
1407
+ "name": "foundationAccordionItemStyles",
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
+ "exports": [
1430
+ {
1431
+ "kind": "js",
1432
+ "name": "foundationAccordionItemStyles",
1433
+ "declaration": {
1434
+ "name": "foundationAccordionItemStyles",
1435
+ "module": "src/accordion-item/accordion-item.styles.ts"
1436
+ }
1437
+ }
1438
+ ]
1439
+ },
1440
+ {
1441
+ "kind": "javascript-module",
1442
+ "path": "src/accordion-item/accordion-item.template.ts",
1443
+ "declarations": [
1444
+ {
1445
+ "kind": "function",
1446
+ "name": "foundationAccordionItemTemplate",
1447
+ "return": {
1448
+ "type": {
1449
+ "text": "ViewTemplate<AccordionItem>"
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": "foundationAccordionItemTemplate",
1472
+ "declaration": {
1473
+ "name": "foundationAccordionItemTemplate",
1474
+ "module": "src/accordion-item/accordion-item.template.ts"
1475
+ }
1476
+ }
1477
+ ]
1478
+ },
1479
+ {
1480
+ "kind": "javascript-module",
1481
+ "path": "src/accordion-item/accordion-item.ts",
1482
+ "declarations": [
1483
+ {
1484
+ "kind": "class",
1485
+ "description": "",
1486
+ "name": "AccordionItem",
1487
+ "superclass": {
1488
+ "name": "FASTAccordionItem",
1489
+ "package": "@microsoft/fast-components"
1490
+ },
1491
+ "tagName": "%%prefix%%-accordion-item",
1492
+ "customElement": true,
1493
+ "attributes": [
1494
+ {
1495
+ "name": "heading-level",
1496
+ "type": {
1497
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1498
+ },
1499
+ "default": "2",
1500
+ "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1501
+ "fieldName": "headinglevel",
1502
+ "inheritedFrom": {
1503
+ "name": "AccordionItem",
1504
+ "module": "src/accordion-item/accordion-item.ts"
1505
+ }
1506
+ },
1507
+ {
1508
+ "type": {
1509
+ "text": "boolean"
1510
+ },
1511
+ "default": "false",
1512
+ "description": "Expands or collapses the item.",
1513
+ "fieldName": "expanded",
1514
+ "inheritedFrom": {
1515
+ "name": "AccordionItem",
1516
+ "module": "src/accordion-item/accordion-item.ts"
1517
+ }
1518
+ },
1519
+ {
1520
+ "name": "id",
1521
+ "type": {
1522
+ "text": "string"
1523
+ },
1524
+ "description": "The item ID",
1525
+ "fieldName": "id",
1526
+ "inheritedFrom": {
1527
+ "name": "AccordionItem",
1528
+ "module": "src/accordion-item/accordion-item.ts"
1529
+ }
1530
+ }
1531
+ ],
1532
+ "members": [
1533
+ {
1534
+ "kind": "field",
1535
+ "name": "headinglevel",
1536
+ "type": {
1537
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1538
+ },
1539
+ "privacy": "public",
1540
+ "default": "2",
1541
+ "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1542
+ "inheritedFrom": {
1543
+ "name": "AccordionItem",
1544
+ "module": "src/accordion-item/accordion-item.ts"
1545
+ }
1546
+ },
1547
+ {
1548
+ "kind": "field",
1549
+ "name": "expanded",
1550
+ "type": {
1551
+ "text": "boolean"
1552
+ },
1553
+ "privacy": "public",
1554
+ "default": "false",
1555
+ "description": "Expands or collapses the item.",
1556
+ "inheritedFrom": {
1557
+ "name": "AccordionItem",
1558
+ "module": "src/accordion-item/accordion-item.ts"
1559
+ }
1560
+ },
1561
+ {
1562
+ "kind": "field",
1563
+ "name": "id",
1564
+ "type": {
1565
+ "text": "string"
1566
+ },
1567
+ "privacy": "public",
1568
+ "description": "The item ID",
1569
+ "inheritedFrom": {
1570
+ "name": "AccordionItem",
1571
+ "module": "src/accordion-item/accordion-item.ts"
1572
+ }
1573
+ },
1574
+ {
1575
+ "kind": "field",
1576
+ "name": "change",
1577
+ "privacy": "private",
1578
+ "inheritedFrom": {
1579
+ "name": "AccordionItem",
1580
+ "module": "src/accordion-item/accordion-item.ts"
1581
+ }
1582
+ },
1583
+ {
1584
+ "kind": "field",
1585
+ "name": "_presentation",
1586
+ "type": {
1587
+ "text": "ComponentPresentation | null | undefined"
1588
+ },
1589
+ "privacy": "private",
1590
+ "default": "void 0",
1591
+ "inheritedFrom": {
1592
+ "name": "FoundationElement",
1593
+ "module": "src/foundation-element/foundation-element.ts"
1594
+ }
1595
+ },
1596
+ {
1597
+ "kind": "field",
1598
+ "name": "$presentation",
1599
+ "type": {
1600
+ "text": "ComponentPresentation | null"
1601
+ },
1602
+ "privacy": "public",
1603
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1604
+ "inheritedFrom": {
1605
+ "name": "FoundationElement",
1606
+ "module": "src/foundation-element/foundation-element.ts"
1607
+ }
1608
+ },
1609
+ {
1610
+ "kind": "field",
1611
+ "name": "template",
1612
+ "type": {
1613
+ "text": "ElementViewTemplate | void | null"
1614
+ },
1615
+ "privacy": "public",
1616
+ "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.",
1617
+ "inheritedFrom": {
1618
+ "name": "FoundationElement",
1619
+ "module": "src/foundation-element/foundation-element.ts"
1620
+ }
1621
+ },
1622
+ {
1623
+ "kind": "method",
1624
+ "name": "templateChanged",
1625
+ "privacy": "protected",
1626
+ "return": {
1627
+ "type": {
1628
+ "text": "void"
1629
+ }
1630
+ },
1631
+ "inheritedFrom": {
1632
+ "name": "FoundationElement",
1633
+ "module": "src/foundation-element/foundation-element.ts"
1634
+ }
1635
+ },
1636
+ {
1637
+ "kind": "field",
1638
+ "name": "styles",
1639
+ "type": {
1640
+ "text": "ElementStyles | void | null"
1641
+ },
1642
+ "privacy": "public",
1643
+ "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.",
1644
+ "inheritedFrom": {
1645
+ "name": "FoundationElement",
1646
+ "module": "src/foundation-element/foundation-element.ts"
1647
+ }
1648
+ },
1649
+ {
1650
+ "kind": "method",
1651
+ "name": "stylesChanged",
1652
+ "privacy": "protected",
1653
+ "return": {
1654
+ "type": {
1655
+ "text": "void"
1656
+ }
1657
+ },
1658
+ "inheritedFrom": {
1659
+ "name": "FoundationElement",
1660
+ "module": "src/foundation-element/foundation-element.ts"
1661
+ }
1662
+ },
1663
+ {
1664
+ "kind": "method",
1665
+ "name": "compose",
1666
+ "privacy": "public",
1667
+ "static": true,
1668
+ "return": {
1669
+ "type": {
1670
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1671
+ }
1672
+ },
1673
+ "parameters": [
1674
+ {
1675
+ "name": "this",
1676
+ "type": {
1677
+ "text": "K"
1678
+ }
1679
+ },
1680
+ {
1681
+ "name": "elementDefinition",
1682
+ "type": {
1683
+ "text": "T"
1684
+ },
1685
+ "description": "The definition of the element to create the registry\nfunction for."
1686
+ }
1687
+ ],
1688
+ "description": "Defines an element registry function with a set of element definition defaults.",
1689
+ "inheritedFrom": {
1690
+ "name": "FoundationElement",
1691
+ "module": "src/foundation-element/foundation-element.ts"
1692
+ }
1693
+ }
1694
+ ],
1695
+ "events": [
1696
+ {
1697
+ "description": "Fires a custom 'change' event when the button is invoked",
1698
+ "name": "change",
1699
+ "inheritedFrom": {
1700
+ "name": "AccordionItem",
1701
+ "module": "src/accordion-item/accordion-item.ts"
1702
+ }
1703
+ }
1704
+ ]
1705
+ },
1706
+ {
1707
+ "kind": "variable",
1708
+ "name": "foundationAccordionItemShadowOptions",
1709
+ "type": {
1710
+ "text": "ShadowRootInit"
1711
+ },
1712
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1713
+ },
1714
+ {
1715
+ "kind": "variable",
1716
+ "name": "defaultAccordionItemConfig",
1717
+ "type": {
1718
+ "text": "object"
1719
+ },
1720
+ "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}"
1721
+ },
1722
+ {
1723
+ "kind": "variable",
1724
+ "name": "foundationAccordionItem",
1725
+ "description": "The Foundation Accordion Item",
1726
+ "privacy": "public"
1727
+ }
1728
+ ],
1729
+ "exports": [
1730
+ {
1731
+ "kind": "js",
1732
+ "name": "AccordionItem",
1733
+ "declaration": {
1734
+ "name": "AccordionItem",
1735
+ "module": "src/accordion-item/accordion-item.ts"
1736
+ }
1737
+ },
1738
+ {
1739
+ "kind": "js",
1740
+ "name": "foundationAccordionItemShadowOptions",
1741
+ "declaration": {
1742
+ "name": "foundationAccordionItemShadowOptions",
1743
+ "module": "src/accordion-item/accordion-item.ts"
1744
+ }
1745
+ },
1746
+ {
1747
+ "kind": "js",
1748
+ "name": "defaultAccordionItemConfig",
1749
+ "declaration": {
1750
+ "name": "defaultAccordionItemConfig",
1751
+ "module": "src/accordion-item/accordion-item.ts"
1752
+ }
1753
+ },
1754
+ {
1755
+ "kind": "js",
1756
+ "name": "foundationAccordionItem",
1757
+ "declaration": {
1758
+ "name": "foundationAccordionItem",
1759
+ "module": "src/accordion-item/accordion-item.ts"
1760
+ }
1761
+ }
1762
+ ]
1763
+ },
1764
+ {
1765
+ "kind": "javascript-module",
1766
+ "path": "src/accordion-item/index.ts",
1767
+ "declarations": [],
1768
+ "exports": [
1769
+ {
1770
+ "kind": "js",
1771
+ "name": "*",
1772
+ "declaration": {
1773
+ "name": "*",
1774
+ "package": "./accordion-item.template"
1775
+ }
1776
+ },
1777
+ {
1778
+ "kind": "js",
1779
+ "name": "*",
1780
+ "declaration": {
1781
+ "name": "*",
1782
+ "package": "./accordion-item.styles"
1783
+ }
1784
+ },
1785
+ {
1786
+ "kind": "js",
1787
+ "name": "*",
1788
+ "declaration": {
1789
+ "name": "*",
1790
+ "package": "./accordion-item"
1791
+ }
1792
+ }
1793
+ ]
1794
+ },
1401
1795
  {
1402
1796
  "kind": "javascript-module",
1403
1797
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -1957,431 +2351,6 @@
1957
2351
  }
1958
2352
  ]
1959
2353
  },
1960
- {
1961
- "kind": "javascript-module",
1962
- "path": "src/accordion-item/accordion-item.styles.ts",
1963
- "declarations": [
1964
- {
1965
- "kind": "function",
1966
- "name": "foundationAccordionItemStyles",
1967
- "return": {
1968
- "type": {
1969
- "text": "ElementStyles"
1970
- }
1971
- },
1972
- "parameters": [
1973
- {
1974
- "name": "context",
1975
- "type": {
1976
- "text": "ElementDefinitionContext"
1977
- }
1978
- },
1979
- {
1980
- "name": "definition",
1981
- "type": {
1982
- "text": "FoundationElementDefinition"
1983
- }
1984
- }
1985
- ]
1986
- }
1987
- ],
1988
- "exports": [
1989
- {
1990
- "kind": "js",
1991
- "name": "foundationAccordionItemStyles",
1992
- "declaration": {
1993
- "name": "foundationAccordionItemStyles",
1994
- "module": "src/accordion-item/accordion-item.styles.ts"
1995
- }
1996
- }
1997
- ]
1998
- },
1999
- {
2000
- "kind": "javascript-module",
2001
- "path": "src/accordion-item/accordion-item.template.ts",
2002
- "declarations": [
2003
- {
2004
- "kind": "function",
2005
- "name": "foundationAccordionItemTemplate",
2006
- "return": {
2007
- "type": {
2008
- "text": "ViewTemplate<AccordionItem>"
2009
- }
2010
- },
2011
- "parameters": [
2012
- {
2013
- "name": "context",
2014
- "type": {
2015
- "text": "ElementDefinitionContext"
2016
- }
2017
- },
2018
- {
2019
- "name": "definition",
2020
- "type": {
2021
- "text": "FoundationElementDefinition"
2022
- }
2023
- }
2024
- ]
2025
- }
2026
- ],
2027
- "exports": [
2028
- {
2029
- "kind": "js",
2030
- "name": "foundationAccordionItemTemplate",
2031
- "declaration": {
2032
- "name": "foundationAccordionItemTemplate",
2033
- "module": "src/accordion-item/accordion-item.template.ts"
2034
- }
2035
- }
2036
- ]
2037
- },
2038
- {
2039
- "kind": "javascript-module",
2040
- "path": "src/accordion-item/accordion-item.ts",
2041
- "declarations": [
2042
- {
2043
- "kind": "class",
2044
- "description": "",
2045
- "name": "AccordionItem",
2046
- "superclass": {
2047
- "name": "FASTAccordionItem",
2048
- "package": "@microsoft/fast-components"
2049
- },
2050
- "tagName": "%%prefix%%-accordion-item",
2051
- "customElement": true,
2052
- "attributes": [
2053
- {
2054
- "name": "heading-level",
2055
- "type": {
2056
- "text": "1 | 2 | 3 | 4 | 5 | 6"
2057
- },
2058
- "default": "2",
2059
- "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
2060
- "fieldName": "headinglevel",
2061
- "inheritedFrom": {
2062
- "name": "AccordionItem",
2063
- "module": "src/accordion-item/accordion-item.ts"
2064
- }
2065
- },
2066
- {
2067
- "type": {
2068
- "text": "boolean"
2069
- },
2070
- "default": "false",
2071
- "description": "Expands or collapses the item.",
2072
- "fieldName": "expanded",
2073
- "inheritedFrom": {
2074
- "name": "AccordionItem",
2075
- "module": "src/accordion-item/accordion-item.ts"
2076
- }
2077
- },
2078
- {
2079
- "name": "id",
2080
- "type": {
2081
- "text": "string"
2082
- },
2083
- "description": "The item ID",
2084
- "fieldName": "id",
2085
- "inheritedFrom": {
2086
- "name": "AccordionItem",
2087
- "module": "src/accordion-item/accordion-item.ts"
2088
- }
2089
- }
2090
- ],
2091
- "members": [
2092
- {
2093
- "kind": "field",
2094
- "name": "headinglevel",
2095
- "type": {
2096
- "text": "1 | 2 | 3 | 4 | 5 | 6"
2097
- },
2098
- "privacy": "public",
2099
- "default": "2",
2100
- "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
2101
- "inheritedFrom": {
2102
- "name": "AccordionItem",
2103
- "module": "src/accordion-item/accordion-item.ts"
2104
- }
2105
- },
2106
- {
2107
- "kind": "field",
2108
- "name": "expanded",
2109
- "type": {
2110
- "text": "boolean"
2111
- },
2112
- "privacy": "public",
2113
- "default": "false",
2114
- "description": "Expands or collapses the item.",
2115
- "inheritedFrom": {
2116
- "name": "AccordionItem",
2117
- "module": "src/accordion-item/accordion-item.ts"
2118
- }
2119
- },
2120
- {
2121
- "kind": "field",
2122
- "name": "id",
2123
- "type": {
2124
- "text": "string"
2125
- },
2126
- "privacy": "public",
2127
- "description": "The item ID",
2128
- "inheritedFrom": {
2129
- "name": "AccordionItem",
2130
- "module": "src/accordion-item/accordion-item.ts"
2131
- }
2132
- },
2133
- {
2134
- "kind": "field",
2135
- "name": "change",
2136
- "privacy": "private",
2137
- "inheritedFrom": {
2138
- "name": "AccordionItem",
2139
- "module": "src/accordion-item/accordion-item.ts"
2140
- }
2141
- },
2142
- {
2143
- "kind": "field",
2144
- "name": "_presentation",
2145
- "type": {
2146
- "text": "ComponentPresentation | null | undefined"
2147
- },
2148
- "privacy": "private",
2149
- "default": "void 0",
2150
- "inheritedFrom": {
2151
- "name": "FoundationElement",
2152
- "module": "src/foundation-element/foundation-element.ts"
2153
- }
2154
- },
2155
- {
2156
- "kind": "field",
2157
- "name": "$presentation",
2158
- "type": {
2159
- "text": "ComponentPresentation | null"
2160
- },
2161
- "privacy": "public",
2162
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2163
- "inheritedFrom": {
2164
- "name": "FoundationElement",
2165
- "module": "src/foundation-element/foundation-element.ts"
2166
- }
2167
- },
2168
- {
2169
- "kind": "field",
2170
- "name": "template",
2171
- "type": {
2172
- "text": "ElementViewTemplate | void | null"
2173
- },
2174
- "privacy": "public",
2175
- "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.",
2176
- "inheritedFrom": {
2177
- "name": "FoundationElement",
2178
- "module": "src/foundation-element/foundation-element.ts"
2179
- }
2180
- },
2181
- {
2182
- "kind": "method",
2183
- "name": "templateChanged",
2184
- "privacy": "protected",
2185
- "return": {
2186
- "type": {
2187
- "text": "void"
2188
- }
2189
- },
2190
- "inheritedFrom": {
2191
- "name": "FoundationElement",
2192
- "module": "src/foundation-element/foundation-element.ts"
2193
- }
2194
- },
2195
- {
2196
- "kind": "field",
2197
- "name": "styles",
2198
- "type": {
2199
- "text": "ElementStyles | void | null"
2200
- },
2201
- "privacy": "public",
2202
- "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.",
2203
- "inheritedFrom": {
2204
- "name": "FoundationElement",
2205
- "module": "src/foundation-element/foundation-element.ts"
2206
- }
2207
- },
2208
- {
2209
- "kind": "method",
2210
- "name": "stylesChanged",
2211
- "privacy": "protected",
2212
- "return": {
2213
- "type": {
2214
- "text": "void"
2215
- }
2216
- },
2217
- "inheritedFrom": {
2218
- "name": "FoundationElement",
2219
- "module": "src/foundation-element/foundation-element.ts"
2220
- }
2221
- },
2222
- {
2223
- "kind": "method",
2224
- "name": "compose",
2225
- "privacy": "public",
2226
- "static": true,
2227
- "return": {
2228
- "type": {
2229
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2230
- }
2231
- },
2232
- "parameters": [
2233
- {
2234
- "name": "this",
2235
- "type": {
2236
- "text": "K"
2237
- }
2238
- },
2239
- {
2240
- "name": "elementDefinition",
2241
- "type": {
2242
- "text": "T"
2243
- },
2244
- "description": "The definition of the element to create the registry\nfunction for."
2245
- }
2246
- ],
2247
- "description": "Defines an element registry function with a set of element definition defaults.",
2248
- "inheritedFrom": {
2249
- "name": "FoundationElement",
2250
- "module": "src/foundation-element/foundation-element.ts"
2251
- }
2252
- }
2253
- ],
2254
- "events": [
2255
- {
2256
- "description": "Fires a custom 'change' event when the button is invoked",
2257
- "name": "change",
2258
- "inheritedFrom": {
2259
- "name": "AccordionItem",
2260
- "module": "src/accordion-item/accordion-item.ts"
2261
- }
2262
- }
2263
- ]
2264
- },
2265
- {
2266
- "kind": "variable",
2267
- "name": "foundationAccordionItemShadowOptions",
2268
- "type": {
2269
- "text": "ShadowRootInit"
2270
- },
2271
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2272
- },
2273
- {
2274
- "kind": "variable",
2275
- "name": "defaultAccordionItemConfig",
2276
- "type": {
2277
- "text": "object"
2278
- },
2279
- "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}"
2280
- },
2281
- {
2282
- "kind": "variable",
2283
- "name": "foundationAccordionItem",
2284
- "description": "The Foundation Accordion Item",
2285
- "privacy": "public"
2286
- }
2287
- ],
2288
- "exports": [
2289
- {
2290
- "kind": "js",
2291
- "name": "AccordionItem",
2292
- "declaration": {
2293
- "name": "AccordionItem",
2294
- "module": "src/accordion-item/accordion-item.ts"
2295
- }
2296
- },
2297
- {
2298
- "kind": "js",
2299
- "name": "foundationAccordionItemShadowOptions",
2300
- "declaration": {
2301
- "name": "foundationAccordionItemShadowOptions",
2302
- "module": "src/accordion-item/accordion-item.ts"
2303
- }
2304
- },
2305
- {
2306
- "kind": "js",
2307
- "name": "defaultAccordionItemConfig",
2308
- "declaration": {
2309
- "name": "defaultAccordionItemConfig",
2310
- "module": "src/accordion-item/accordion-item.ts"
2311
- }
2312
- },
2313
- {
2314
- "kind": "js",
2315
- "name": "foundationAccordionItem",
2316
- "declaration": {
2317
- "name": "foundationAccordionItem",
2318
- "module": "src/accordion-item/accordion-item.ts"
2319
- }
2320
- }
2321
- ]
2322
- },
2323
- {
2324
- "kind": "javascript-module",
2325
- "path": "src/accordion-item/index.ts",
2326
- "declarations": [],
2327
- "exports": [
2328
- {
2329
- "kind": "js",
2330
- "name": "*",
2331
- "declaration": {
2332
- "name": "*",
2333
- "package": "./accordion-item.template"
2334
- }
2335
- },
2336
- {
2337
- "kind": "js",
2338
- "name": "*",
2339
- "declaration": {
2340
- "name": "*",
2341
- "package": "./accordion-item.styles"
2342
- }
2343
- },
2344
- {
2345
- "kind": "js",
2346
- "name": "*",
2347
- "declaration": {
2348
- "name": "*",
2349
- "package": "./accordion-item"
2350
- }
2351
- }
2352
- ]
2353
- },
2354
- {
2355
- "kind": "javascript-module",
2356
- "path": "src/_config/index.ts",
2357
- "declarations": [],
2358
- "exports": [
2359
- {
2360
- "kind": "js",
2361
- "name": "*",
2362
- "declaration": {
2363
- "name": "*",
2364
- "package": "./styles"
2365
- }
2366
- },
2367
- {
2368
- "kind": "js",
2369
- "name": "*",
2370
- "declaration": {
2371
- "name": "*",
2372
- "package": "./tokens"
2373
- }
2374
- },
2375
- {
2376
- "kind": "js",
2377
- "name": "*",
2378
- "declaration": {
2379
- "name": "*",
2380
- "package": "./values"
2381
- }
2382
- }
2383
- ]
2384
- },
2385
2354
  {
2386
2355
  "kind": "javascript-module",
2387
2356
  "path": "src/ai-indicator/ai-indicator.styles.ts",
@@ -3430,6 +3399,37 @@
3430
3399
  }
3431
3400
  ]
3432
3401
  },
3402
+ {
3403
+ "kind": "javascript-module",
3404
+ "path": "src/_config/index.ts",
3405
+ "declarations": [],
3406
+ "exports": [
3407
+ {
3408
+ "kind": "js",
3409
+ "name": "*",
3410
+ "declaration": {
3411
+ "name": "*",
3412
+ "package": "./styles"
3413
+ }
3414
+ },
3415
+ {
3416
+ "kind": "js",
3417
+ "name": "*",
3418
+ "declaration": {
3419
+ "name": "*",
3420
+ "package": "./tokens"
3421
+ }
3422
+ },
3423
+ {
3424
+ "kind": "js",
3425
+ "name": "*",
3426
+ "declaration": {
3427
+ "name": "*",
3428
+ "package": "./values"
3429
+ }
3430
+ }
3431
+ ]
3432
+ },
3433
3433
  {
3434
3434
  "kind": "javascript-module",
3435
3435
  "path": "src/accordion/accordion.styles.ts",
@@ -56527,6 +56527,197 @@
56527
56527
  }
56528
56528
  ]
56529
56529
  },
56530
+ {
56531
+ "kind": "javascript-module",
56532
+ "path": "src/ai-criteria-search/validation/criteria-ir.ts",
56533
+ "declarations": [],
56534
+ "exports": []
56535
+ },
56536
+ {
56537
+ "kind": "javascript-module",
56538
+ "path": "src/ai-criteria-search/validation/operator-map.ts",
56539
+ "declarations": [
56540
+ {
56541
+ "kind": "function",
56542
+ "name": "groupsToCriteria",
56543
+ "return": {
56544
+ "type": {
56545
+ "text": "string"
56546
+ }
56547
+ },
56548
+ "parameters": [
56549
+ {
56550
+ "name": "groups",
56551
+ "type": {
56552
+ "text": "CriteriaGroup[]"
56553
+ }
56554
+ }
56555
+ ],
56556
+ "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."
56557
+ },
56558
+ {
56559
+ "kind": "variable",
56560
+ "name": "STRING_OPERATORS",
56561
+ "type": {
56562
+ "text": "CriteriaOperator[]"
56563
+ },
56564
+ "default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
56565
+ },
56566
+ {
56567
+ "kind": "variable",
56568
+ "name": "NUMERIC_OPERATORS",
56569
+ "type": {
56570
+ "text": "CriteriaOperator[]"
56571
+ },
56572
+ "default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
56573
+ },
56574
+ {
56575
+ "kind": "variable",
56576
+ "name": "DATE_OPERATORS",
56577
+ "type": {
56578
+ "text": "CriteriaOperator[]"
56579
+ },
56580
+ "default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
56581
+ },
56582
+ {
56583
+ "kind": "variable",
56584
+ "name": "DATETIME_OPERATORS",
56585
+ "type": {
56586
+ "text": "CriteriaOperator[]"
56587
+ },
56588
+ "default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
56589
+ },
56590
+ {
56591
+ "kind": "variable",
56592
+ "name": "OPERATOR_DISPLAY_LABEL",
56593
+ "type": {
56594
+ "text": "Record<CriteriaOperator, string>"
56595
+ },
56596
+ "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}"
56597
+ }
56598
+ ],
56599
+ "exports": [
56600
+ {
56601
+ "kind": "js",
56602
+ "name": "groupsToCriteria",
56603
+ "declaration": {
56604
+ "name": "groupsToCriteria",
56605
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
56606
+ }
56607
+ },
56608
+ {
56609
+ "kind": "js",
56610
+ "name": "STRING_OPERATORS",
56611
+ "declaration": {
56612
+ "name": "STRING_OPERATORS",
56613
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
56614
+ }
56615
+ },
56616
+ {
56617
+ "kind": "js",
56618
+ "name": "NUMERIC_OPERATORS",
56619
+ "declaration": {
56620
+ "name": "NUMERIC_OPERATORS",
56621
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
56622
+ }
56623
+ },
56624
+ {
56625
+ "kind": "js",
56626
+ "name": "DATE_OPERATORS",
56627
+ "declaration": {
56628
+ "name": "DATE_OPERATORS",
56629
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
56630
+ }
56631
+ },
56632
+ {
56633
+ "kind": "js",
56634
+ "name": "DATETIME_OPERATORS",
56635
+ "declaration": {
56636
+ "name": "DATETIME_OPERATORS",
56637
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
56638
+ }
56639
+ },
56640
+ {
56641
+ "kind": "js",
56642
+ "name": "OPERATOR_DISPLAY_LABEL",
56643
+ "declaration": {
56644
+ "name": "OPERATOR_DISPLAY_LABEL",
56645
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
56646
+ }
56647
+ }
56648
+ ]
56649
+ },
56650
+ {
56651
+ "kind": "javascript-module",
56652
+ "path": "src/ai-criteria-search/validation/schema-validator.ts",
56653
+ "declarations": [
56654
+ {
56655
+ "kind": "function",
56656
+ "name": "validateClauses",
56657
+ "return": {
56658
+ "type": {
56659
+ "text": "ValidationResult"
56660
+ }
56661
+ },
56662
+ "parameters": [
56663
+ {
56664
+ "name": "clauses",
56665
+ "type": {
56666
+ "text": "CriteriaClause[]"
56667
+ }
56668
+ },
56669
+ {
56670
+ "name": "fieldMetadata",
56671
+ "type": {
56672
+ "text": "MetadataDetail[] | string[]"
56673
+ }
56674
+ }
56675
+ ]
56676
+ },
56677
+ {
56678
+ "kind": "function",
56679
+ "name": "validateGroups",
56680
+ "return": {
56681
+ "type": {
56682
+ "text": "GroupsValidationResult"
56683
+ }
56684
+ },
56685
+ "parameters": [
56686
+ {
56687
+ "name": "groups",
56688
+ "type": {
56689
+ "text": "CriteriaGroup[]"
56690
+ }
56691
+ },
56692
+ {
56693
+ "name": "fieldMetadata",
56694
+ "type": {
56695
+ "text": "MetadataDetail[] | string[]"
56696
+ }
56697
+ }
56698
+ ],
56699
+ "description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
56700
+ }
56701
+ ],
56702
+ "exports": [
56703
+ {
56704
+ "kind": "js",
56705
+ "name": "validateClauses",
56706
+ "declaration": {
56707
+ "name": "validateClauses",
56708
+ "module": "src/ai-criteria-search/validation/schema-validator.ts"
56709
+ }
56710
+ },
56711
+ {
56712
+ "kind": "js",
56713
+ "name": "validateGroups",
56714
+ "declaration": {
56715
+ "name": "validateGroups",
56716
+ "module": "src/ai-criteria-search/validation/schema-validator.ts"
56717
+ }
56718
+ }
56719
+ ]
56720
+ },
56530
56721
  {
56531
56722
  "kind": "javascript-module",
56532
56723
  "path": "src/_config/styles/colors.ts",
@@ -57899,197 +58090,6 @@
57899
58090
  "declarations": [],
57900
58091
  "exports": []
57901
58092
  },
57902
- {
57903
- "kind": "javascript-module",
57904
- "path": "src/ai-criteria-search/validation/criteria-ir.ts",
57905
- "declarations": [],
57906
- "exports": []
57907
- },
57908
- {
57909
- "kind": "javascript-module",
57910
- "path": "src/ai-criteria-search/validation/operator-map.ts",
57911
- "declarations": [
57912
- {
57913
- "kind": "function",
57914
- "name": "groupsToCriteria",
57915
- "return": {
57916
- "type": {
57917
- "text": "string"
57918
- }
57919
- },
57920
- "parameters": [
57921
- {
57922
- "name": "groups",
57923
- "type": {
57924
- "text": "CriteriaGroup[]"
57925
- }
57926
- }
57927
- ],
57928
- "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."
57929
- },
57930
- {
57931
- "kind": "variable",
57932
- "name": "STRING_OPERATORS",
57933
- "type": {
57934
- "text": "CriteriaOperator[]"
57935
- },
57936
- "default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
57937
- },
57938
- {
57939
- "kind": "variable",
57940
- "name": "NUMERIC_OPERATORS",
57941
- "type": {
57942
- "text": "CriteriaOperator[]"
57943
- },
57944
- "default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
57945
- },
57946
- {
57947
- "kind": "variable",
57948
- "name": "DATE_OPERATORS",
57949
- "type": {
57950
- "text": "CriteriaOperator[]"
57951
- },
57952
- "default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
57953
- },
57954
- {
57955
- "kind": "variable",
57956
- "name": "DATETIME_OPERATORS",
57957
- "type": {
57958
- "text": "CriteriaOperator[]"
57959
- },
57960
- "default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
57961
- },
57962
- {
57963
- "kind": "variable",
57964
- "name": "OPERATOR_DISPLAY_LABEL",
57965
- "type": {
57966
- "text": "Record<CriteriaOperator, string>"
57967
- },
57968
- "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}"
57969
- }
57970
- ],
57971
- "exports": [
57972
- {
57973
- "kind": "js",
57974
- "name": "groupsToCriteria",
57975
- "declaration": {
57976
- "name": "groupsToCriteria",
57977
- "module": "src/ai-criteria-search/validation/operator-map.ts"
57978
- }
57979
- },
57980
- {
57981
- "kind": "js",
57982
- "name": "STRING_OPERATORS",
57983
- "declaration": {
57984
- "name": "STRING_OPERATORS",
57985
- "module": "src/ai-criteria-search/validation/operator-map.ts"
57986
- }
57987
- },
57988
- {
57989
- "kind": "js",
57990
- "name": "NUMERIC_OPERATORS",
57991
- "declaration": {
57992
- "name": "NUMERIC_OPERATORS",
57993
- "module": "src/ai-criteria-search/validation/operator-map.ts"
57994
- }
57995
- },
57996
- {
57997
- "kind": "js",
57998
- "name": "DATE_OPERATORS",
57999
- "declaration": {
58000
- "name": "DATE_OPERATORS",
58001
- "module": "src/ai-criteria-search/validation/operator-map.ts"
58002
- }
58003
- },
58004
- {
58005
- "kind": "js",
58006
- "name": "DATETIME_OPERATORS",
58007
- "declaration": {
58008
- "name": "DATETIME_OPERATORS",
58009
- "module": "src/ai-criteria-search/validation/operator-map.ts"
58010
- }
58011
- },
58012
- {
58013
- "kind": "js",
58014
- "name": "OPERATOR_DISPLAY_LABEL",
58015
- "declaration": {
58016
- "name": "OPERATOR_DISPLAY_LABEL",
58017
- "module": "src/ai-criteria-search/validation/operator-map.ts"
58018
- }
58019
- }
58020
- ]
58021
- },
58022
- {
58023
- "kind": "javascript-module",
58024
- "path": "src/ai-criteria-search/validation/schema-validator.ts",
58025
- "declarations": [
58026
- {
58027
- "kind": "function",
58028
- "name": "validateClauses",
58029
- "return": {
58030
- "type": {
58031
- "text": "ValidationResult"
58032
- }
58033
- },
58034
- "parameters": [
58035
- {
58036
- "name": "clauses",
58037
- "type": {
58038
- "text": "CriteriaClause[]"
58039
- }
58040
- },
58041
- {
58042
- "name": "fieldMetadata",
58043
- "type": {
58044
- "text": "MetadataDetail[] | string[]"
58045
- }
58046
- }
58047
- ]
58048
- },
58049
- {
58050
- "kind": "function",
58051
- "name": "validateGroups",
58052
- "return": {
58053
- "type": {
58054
- "text": "GroupsValidationResult"
58055
- }
58056
- },
58057
- "parameters": [
58058
- {
58059
- "name": "groups",
58060
- "type": {
58061
- "text": "CriteriaGroup[]"
58062
- }
58063
- },
58064
- {
58065
- "name": "fieldMetadata",
58066
- "type": {
58067
- "text": "MetadataDetail[] | string[]"
58068
- }
58069
- }
58070
- ],
58071
- "description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
58072
- }
58073
- ],
58074
- "exports": [
58075
- {
58076
- "kind": "js",
58077
- "name": "validateClauses",
58078
- "declaration": {
58079
- "name": "validateClauses",
58080
- "module": "src/ai-criteria-search/validation/schema-validator.ts"
58081
- }
58082
- },
58083
- {
58084
- "kind": "js",
58085
- "name": "validateGroups",
58086
- "declaration": {
58087
- "name": "validateGroups",
58088
- "module": "src/ai-criteria-search/validation/schema-validator.ts"
58089
- }
58090
- }
58091
- ]
58092
- },
58093
58093
  {
58094
58094
  "kind": "javascript-module",
58095
58095
  "path": "src/environment-indicator/utils/configure.ts",