@genesislcap/foundation-ui 14.465.0 → 14.466.1-alpha-73081f7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1400,42 +1400,11 @@
1400
1400
  },
1401
1401
  {
1402
1402
  "kind": "javascript-module",
1403
- "path": "src/_config/index.ts",
1404
- "declarations": [],
1405
- "exports": [
1406
- {
1407
- "kind": "js",
1408
- "name": "*",
1409
- "declaration": {
1410
- "name": "*",
1411
- "package": "./styles"
1412
- }
1413
- },
1414
- {
1415
- "kind": "js",
1416
- "name": "*",
1417
- "declaration": {
1418
- "name": "*",
1419
- "package": "./tokens"
1420
- }
1421
- },
1422
- {
1423
- "kind": "js",
1424
- "name": "*",
1425
- "declaration": {
1426
- "name": "*",
1427
- "package": "./values"
1428
- }
1429
- }
1430
- ]
1431
- },
1432
- {
1433
- "kind": "javascript-module",
1434
- "path": "src/accordion/accordion.styles.ts",
1403
+ "path": "src/accordion-item/accordion-item.styles.ts",
1435
1404
  "declarations": [
1436
1405
  {
1437
1406
  "kind": "function",
1438
- "name": "foundationAccordionStyles",
1407
+ "name": "foundationAccordionItemStyles",
1439
1408
  "return": {
1440
1409
  "type": {
1441
1410
  "text": "ElementStyles"
@@ -1460,24 +1429,24 @@
1460
1429
  "exports": [
1461
1430
  {
1462
1431
  "kind": "js",
1463
- "name": "foundationAccordionStyles",
1432
+ "name": "foundationAccordionItemStyles",
1464
1433
  "declaration": {
1465
- "name": "foundationAccordionStyles",
1466
- "module": "src/accordion/accordion.styles.ts"
1434
+ "name": "foundationAccordionItemStyles",
1435
+ "module": "src/accordion-item/accordion-item.styles.ts"
1467
1436
  }
1468
1437
  }
1469
1438
  ]
1470
1439
  },
1471
1440
  {
1472
1441
  "kind": "javascript-module",
1473
- "path": "src/accordion/accordion.template.ts",
1442
+ "path": "src/accordion-item/accordion-item.template.ts",
1474
1443
  "declarations": [
1475
1444
  {
1476
1445
  "kind": "function",
1477
- "name": "foundationAccordionTemplate",
1446
+ "name": "foundationAccordionItemTemplate",
1478
1447
  "return": {
1479
1448
  "type": {
1480
- "text": "ViewTemplate<Accordion>"
1449
+ "text": "ViewTemplate<AccordionItem>"
1481
1450
  }
1482
1451
  },
1483
1452
  "parameters": [
@@ -1499,237 +1468,116 @@
1499
1468
  "exports": [
1500
1469
  {
1501
1470
  "kind": "js",
1502
- "name": "foundationAccordionTemplate",
1471
+ "name": "foundationAccordionItemTemplate",
1503
1472
  "declaration": {
1504
- "name": "foundationAccordionTemplate",
1505
- "module": "src/accordion/accordion.template.ts"
1473
+ "name": "foundationAccordionItemTemplate",
1474
+ "module": "src/accordion-item/accordion-item.template.ts"
1506
1475
  }
1507
1476
  }
1508
1477
  ]
1509
1478
  },
1510
1479
  {
1511
1480
  "kind": "javascript-module",
1512
- "path": "src/accordion/accordion.ts",
1481
+ "path": "src/accordion-item/accordion-item.ts",
1513
1482
  "declarations": [
1514
1483
  {
1515
1484
  "kind": "class",
1516
1485
  "description": "",
1517
- "name": "Accordion",
1486
+ "name": "AccordionItem",
1518
1487
  "superclass": {
1519
- "name": "FASTAccordion",
1520
- "package": "@microsoft/fast-foundation"
1488
+ "name": "FASTAccordionItem",
1489
+ "package": "@microsoft/fast-components"
1521
1490
  },
1522
- "tagName": "%%prefix%%-accordion",
1491
+ "tagName": "%%prefix%%-accordion-item",
1523
1492
  "customElement": true,
1524
1493
  "attributes": [
1525
1494
  {
1526
- "name": "expand-mode",
1527
- "type": {
1528
- "text": "AccordionExpandMode"
1529
- },
1530
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
1531
- "fieldName": "expandmode",
1532
- "inheritedFrom": {
1533
- "name": "Accordion",
1534
- "module": "src/accordion/accordion.ts"
1535
- }
1536
- }
1537
- ],
1538
- "members": [
1539
- {
1540
- "kind": "field",
1541
- "name": "expandmode",
1495
+ "name": "heading-level",
1542
1496
  "type": {
1543
- "text": "AccordionExpandMode"
1497
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1544
1498
  },
1545
- "privacy": "public",
1546
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
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",
1547
1502
  "inheritedFrom": {
1548
- "name": "Accordion",
1549
- "module": "src/accordion/accordion.ts"
1503
+ "name": "AccordionItem",
1504
+ "module": "src/accordion-item/accordion-item.ts"
1550
1505
  }
1551
1506
  },
1552
1507
  {
1553
- "kind": "field",
1554
- "name": "activeid",
1555
1508
  "type": {
1556
- "text": "string | null"
1509
+ "text": "boolean"
1557
1510
  },
1558
- "privacy": "private",
1511
+ "default": "false",
1512
+ "description": "Expands or collapses the item.",
1513
+ "fieldName": "expanded",
1559
1514
  "inheritedFrom": {
1560
- "name": "Accordion",
1561
- "module": "src/accordion/accordion.ts"
1515
+ "name": "AccordionItem",
1516
+ "module": "src/accordion-item/accordion-item.ts"
1562
1517
  }
1563
1518
  },
1564
1519
  {
1565
- "kind": "field",
1566
- "name": "activeItemIndex",
1520
+ "name": "id",
1567
1521
  "type": {
1568
- "text": "number"
1522
+ "text": "string"
1569
1523
  },
1570
- "privacy": "private",
1571
- "default": "0",
1524
+ "description": "The item ID",
1525
+ "fieldName": "id",
1572
1526
  "inheritedFrom": {
1573
- "name": "Accordion",
1574
- "module": "src/accordion/accordion.ts"
1527
+ "name": "AccordionItem",
1528
+ "module": "src/accordion-item/accordion-item.ts"
1575
1529
  }
1576
- },
1530
+ }
1531
+ ],
1532
+ "members": [
1577
1533
  {
1578
1534
  "kind": "field",
1579
- "name": "accordionIds",
1535
+ "name": "headinglevel",
1580
1536
  "type": {
1581
- "text": "Array<string | null>"
1582
- },
1583
- "privacy": "private",
1584
- "inheritedFrom": {
1585
- "name": "Accordion",
1586
- "module": "src/accordion/accordion.ts"
1587
- }
1588
- },
1589
- {
1590
- "kind": "field",
1591
- "name": "change",
1592
- "privacy": "private",
1593
- "inheritedFrom": {
1594
- "name": "Accordion",
1595
- "module": "src/accordion/accordion.ts"
1596
- }
1597
- },
1598
- {
1599
- "kind": "method",
1600
- "name": "findExpandedItem",
1601
- "privacy": "private",
1602
- "return": {
1603
- "type": {
1604
- "text": "AccordionItem | null"
1605
- }
1537
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1606
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.",
1607
1542
  "inheritedFrom": {
1608
- "name": "Accordion",
1609
- "module": "src/accordion/accordion.ts"
1543
+ "name": "AccordionItem",
1544
+ "module": "src/accordion-item/accordion-item.ts"
1610
1545
  }
1611
1546
  },
1612
1547
  {
1613
1548
  "kind": "field",
1614
- "name": "setItems",
1615
- "privacy": "private",
1616
- "inheritedFrom": {
1617
- "name": "Accordion",
1618
- "module": "src/accordion/accordion.ts"
1619
- }
1620
- },
1621
- {
1622
- "kind": "method",
1623
- "name": "resetItems",
1624
- "privacy": "private",
1625
- "return": {
1626
- "type": {
1627
- "text": "void"
1628
- }
1549
+ "name": "expanded",
1550
+ "type": {
1551
+ "text": "boolean"
1629
1552
  },
1553
+ "privacy": "public",
1554
+ "default": "false",
1555
+ "description": "Expands or collapses the item.",
1630
1556
  "inheritedFrom": {
1631
- "name": "Accordion",
1632
- "module": "src/accordion/accordion.ts"
1633
- }
1634
- },
1635
- {
1636
- "kind": "field",
1637
- "name": "removeItemListeners",
1638
- "privacy": "private",
1639
- "inheritedFrom": {
1640
- "name": "Accordion",
1641
- "module": "src/accordion/accordion.ts"
1557
+ "name": "AccordionItem",
1558
+ "module": "src/accordion-item/accordion-item.ts"
1642
1559
  }
1643
1560
  },
1644
1561
  {
1645
1562
  "kind": "field",
1646
- "name": "activeItemChange",
1647
- "privacy": "private",
1648
- "inheritedFrom": {
1649
- "name": "Accordion",
1650
- "module": "src/accordion/accordion.ts"
1651
- }
1652
- },
1653
- {
1654
- "kind": "method",
1655
- "name": "getItemIds",
1656
- "privacy": "private",
1657
- "return": {
1658
- "type": {
1659
- "text": "Array<string | null>"
1660
- }
1661
- },
1662
- "inheritedFrom": {
1663
- "name": "Accordion",
1664
- "module": "src/accordion/accordion.ts"
1665
- }
1666
- },
1667
- {
1668
- "kind": "method",
1669
- "name": "isSingleExpandMode",
1670
- "privacy": "private",
1671
- "return": {
1672
- "type": {
1673
- "text": "boolean"
1674
- }
1563
+ "name": "id",
1564
+ "type": {
1565
+ "text": "string"
1675
1566
  },
1567
+ "privacy": "public",
1568
+ "description": "The item ID",
1676
1569
  "inheritedFrom": {
1677
- "name": "Accordion",
1678
- "module": "src/accordion/accordion.ts"
1679
- }
1680
- },
1681
- {
1682
- "kind": "field",
1683
- "name": "handleItemKeyDown",
1684
- "privacy": "private",
1685
- "inheritedFrom": {
1686
- "name": "Accordion",
1687
- "module": "src/accordion/accordion.ts"
1570
+ "name": "AccordionItem",
1571
+ "module": "src/accordion-item/accordion-item.ts"
1688
1572
  }
1689
1573
  },
1690
1574
  {
1691
1575
  "kind": "field",
1692
- "name": "handleItemFocus",
1693
- "privacy": "private",
1694
- "inheritedFrom": {
1695
- "name": "Accordion",
1696
- "module": "src/accordion/accordion.ts"
1697
- }
1698
- },
1699
- {
1700
- "kind": "method",
1701
- "name": "adjust",
1702
- "privacy": "private",
1703
- "return": {
1704
- "type": {
1705
- "text": "void"
1706
- }
1707
- },
1708
- "parameters": [
1709
- {
1710
- "name": "adjustment",
1711
- "type": {
1712
- "text": "number"
1713
- }
1714
- }
1715
- ],
1716
- "inheritedFrom": {
1717
- "name": "Accordion",
1718
- "module": "src/accordion/accordion.ts"
1719
- }
1720
- },
1721
- {
1722
- "kind": "method",
1723
- "name": "focusItem",
1576
+ "name": "change",
1724
1577
  "privacy": "private",
1725
- "return": {
1726
- "type": {
1727
- "text": "void"
1728
- }
1729
- },
1730
1578
  "inheritedFrom": {
1731
- "name": "Accordion",
1732
- "module": "src/accordion/accordion.ts"
1579
+ "name": "AccordionItem",
1580
+ "module": "src/accordion-item/accordion-item.ts"
1733
1581
  }
1734
1582
  },
1735
1583
  {
@@ -1846,18 +1694,18 @@
1846
1694
  ],
1847
1695
  "events": [
1848
1696
  {
1849
- "description": "Fires a custom 'change' event when the active item changes",
1697
+ "description": "Fires a custom 'change' event when the button is invoked",
1850
1698
  "name": "change",
1851
1699
  "inheritedFrom": {
1852
- "name": "Accordion",
1853
- "module": "src/accordion/accordion.ts"
1700
+ "name": "AccordionItem",
1701
+ "module": "src/accordion-item/accordion-item.ts"
1854
1702
  }
1855
1703
  }
1856
1704
  ]
1857
1705
  },
1858
1706
  {
1859
1707
  "kind": "variable",
1860
- "name": "foundationAccordionShadowOptions",
1708
+ "name": "foundationAccordionItemShadowOptions",
1861
1709
  "type": {
1862
1710
  "text": "ShadowRootInit"
1863
1711
  },
@@ -1865,57 +1713,57 @@
1865
1713
  },
1866
1714
  {
1867
1715
  "kind": "variable",
1868
- "name": "defaultAccordionConfig",
1716
+ "name": "defaultAccordionItemConfig",
1869
1717
  "type": {
1870
1718
  "text": "object"
1871
1719
  },
1872
- "default": "{}"
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}"
1873
1721
  },
1874
1722
  {
1875
1723
  "kind": "variable",
1876
- "name": "foundationAccordion",
1877
- "description": "The Foundation Accordion",
1724
+ "name": "foundationAccordionItem",
1725
+ "description": "The Foundation Accordion Item",
1878
1726
  "privacy": "public"
1879
1727
  }
1880
1728
  ],
1881
1729
  "exports": [
1882
1730
  {
1883
1731
  "kind": "js",
1884
- "name": "Accordion",
1732
+ "name": "AccordionItem",
1885
1733
  "declaration": {
1886
- "name": "Accordion",
1887
- "module": "src/accordion/accordion.ts"
1734
+ "name": "AccordionItem",
1735
+ "module": "src/accordion-item/accordion-item.ts"
1888
1736
  }
1889
1737
  },
1890
1738
  {
1891
1739
  "kind": "js",
1892
- "name": "foundationAccordionShadowOptions",
1740
+ "name": "foundationAccordionItemShadowOptions",
1893
1741
  "declaration": {
1894
- "name": "foundationAccordionShadowOptions",
1895
- "module": "src/accordion/accordion.ts"
1742
+ "name": "foundationAccordionItemShadowOptions",
1743
+ "module": "src/accordion-item/accordion-item.ts"
1896
1744
  }
1897
1745
  },
1898
1746
  {
1899
1747
  "kind": "js",
1900
- "name": "defaultAccordionConfig",
1748
+ "name": "defaultAccordionItemConfig",
1901
1749
  "declaration": {
1902
- "name": "defaultAccordionConfig",
1903
- "module": "src/accordion/accordion.ts"
1750
+ "name": "defaultAccordionItemConfig",
1751
+ "module": "src/accordion-item/accordion-item.ts"
1904
1752
  }
1905
1753
  },
1906
1754
  {
1907
1755
  "kind": "js",
1908
- "name": "foundationAccordion",
1756
+ "name": "foundationAccordionItem",
1909
1757
  "declaration": {
1910
- "name": "foundationAccordion",
1911
- "module": "src/accordion/accordion.ts"
1758
+ "name": "foundationAccordionItem",
1759
+ "module": "src/accordion-item/accordion-item.ts"
1912
1760
  }
1913
1761
  }
1914
1762
  ]
1915
1763
  },
1916
1764
  {
1917
1765
  "kind": "javascript-module",
1918
- "path": "src/accordion/index.ts",
1766
+ "path": "src/accordion-item/index.ts",
1919
1767
  "declarations": [],
1920
1768
  "exports": [
1921
1769
  {
@@ -1923,7 +1771,7 @@
1923
1771
  "name": "*",
1924
1772
  "declaration": {
1925
1773
  "name": "*",
1926
- "package": "./accordion.template"
1774
+ "package": "./accordion-item.template"
1927
1775
  }
1928
1776
  },
1929
1777
  {
@@ -1931,7 +1779,7 @@
1931
1779
  "name": "*",
1932
1780
  "declaration": {
1933
1781
  "name": "*",
1934
- "package": "./accordion.styles"
1782
+ "package": "./accordion-item.styles"
1935
1783
  }
1936
1784
  },
1937
1785
  {
@@ -1939,7 +1787,7 @@
1939
1787
  "name": "*",
1940
1788
  "declaration": {
1941
1789
  "name": "*",
1942
- "package": "./accordion"
1790
+ "package": "./accordion-item"
1943
1791
  }
1944
1792
  }
1945
1793
  ]
@@ -3563,11 +3411,42 @@
3563
3411
  },
3564
3412
  {
3565
3413
  "kind": "javascript-module",
3566
- "path": "src/accordion-item/accordion-item.styles.ts",
3414
+ "path": "src/_config/index.ts",
3415
+ "declarations": [],
3416
+ "exports": [
3417
+ {
3418
+ "kind": "js",
3419
+ "name": "*",
3420
+ "declaration": {
3421
+ "name": "*",
3422
+ "package": "./styles"
3423
+ }
3424
+ },
3425
+ {
3426
+ "kind": "js",
3427
+ "name": "*",
3428
+ "declaration": {
3429
+ "name": "*",
3430
+ "package": "./tokens"
3431
+ }
3432
+ },
3433
+ {
3434
+ "kind": "js",
3435
+ "name": "*",
3436
+ "declaration": {
3437
+ "name": "*",
3438
+ "package": "./values"
3439
+ }
3440
+ }
3441
+ ]
3442
+ },
3443
+ {
3444
+ "kind": "javascript-module",
3445
+ "path": "src/accordion/accordion.styles.ts",
3567
3446
  "declarations": [
3568
3447
  {
3569
3448
  "kind": "function",
3570
- "name": "foundationAccordionItemStyles",
3449
+ "name": "foundationAccordionStyles",
3571
3450
  "return": {
3572
3451
  "type": {
3573
3452
  "text": "ElementStyles"
@@ -3592,24 +3471,24 @@
3592
3471
  "exports": [
3593
3472
  {
3594
3473
  "kind": "js",
3595
- "name": "foundationAccordionItemStyles",
3474
+ "name": "foundationAccordionStyles",
3596
3475
  "declaration": {
3597
- "name": "foundationAccordionItemStyles",
3598
- "module": "src/accordion-item/accordion-item.styles.ts"
3476
+ "name": "foundationAccordionStyles",
3477
+ "module": "src/accordion/accordion.styles.ts"
3599
3478
  }
3600
3479
  }
3601
3480
  ]
3602
3481
  },
3603
3482
  {
3604
3483
  "kind": "javascript-module",
3605
- "path": "src/accordion-item/accordion-item.template.ts",
3484
+ "path": "src/accordion/accordion.template.ts",
3606
3485
  "declarations": [
3607
3486
  {
3608
3487
  "kind": "function",
3609
- "name": "foundationAccordionItemTemplate",
3488
+ "name": "foundationAccordionTemplate",
3610
3489
  "return": {
3611
3490
  "type": {
3612
- "text": "ViewTemplate<AccordionItem>"
3491
+ "text": "ViewTemplate<Accordion>"
3613
3492
  }
3614
3493
  },
3615
3494
  "parameters": [
@@ -3631,116 +3510,237 @@
3631
3510
  "exports": [
3632
3511
  {
3633
3512
  "kind": "js",
3634
- "name": "foundationAccordionItemTemplate",
3513
+ "name": "foundationAccordionTemplate",
3635
3514
  "declaration": {
3636
- "name": "foundationAccordionItemTemplate",
3637
- "module": "src/accordion-item/accordion-item.template.ts"
3515
+ "name": "foundationAccordionTemplate",
3516
+ "module": "src/accordion/accordion.template.ts"
3638
3517
  }
3639
3518
  }
3640
3519
  ]
3641
3520
  },
3642
3521
  {
3643
3522
  "kind": "javascript-module",
3644
- "path": "src/accordion-item/accordion-item.ts",
3523
+ "path": "src/accordion/accordion.ts",
3645
3524
  "declarations": [
3646
3525
  {
3647
3526
  "kind": "class",
3648
3527
  "description": "",
3649
- "name": "AccordionItem",
3528
+ "name": "Accordion",
3650
3529
  "superclass": {
3651
- "name": "FASTAccordionItem",
3652
- "package": "@microsoft/fast-components"
3530
+ "name": "FASTAccordion",
3531
+ "package": "@microsoft/fast-foundation"
3653
3532
  },
3654
- "tagName": "%%prefix%%-accordion-item",
3533
+ "tagName": "%%prefix%%-accordion",
3655
3534
  "customElement": true,
3656
3535
  "attributes": [
3657
3536
  {
3658
- "name": "heading-level",
3537
+ "name": "expand-mode",
3659
3538
  "type": {
3660
- "text": "1 | 2 | 3 | 4 | 5 | 6"
3539
+ "text": "AccordionExpandMode"
3661
3540
  },
3662
- "default": "2",
3663
- "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
3664
- "fieldName": "headinglevel",
3541
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3542
+ "fieldName": "expandmode",
3665
3543
  "inheritedFrom": {
3666
- "name": "AccordionItem",
3667
- "module": "src/accordion-item/accordion-item.ts"
3544
+ "name": "Accordion",
3545
+ "module": "src/accordion/accordion.ts"
3668
3546
  }
3669
- },
3547
+ }
3548
+ ],
3549
+ "members": [
3670
3550
  {
3551
+ "kind": "field",
3552
+ "name": "expandmode",
3671
3553
  "type": {
3672
- "text": "boolean"
3554
+ "text": "AccordionExpandMode"
3673
3555
  },
3674
- "default": "false",
3675
- "description": "Expands or collapses the item.",
3676
- "fieldName": "expanded",
3556
+ "privacy": "public",
3557
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3677
3558
  "inheritedFrom": {
3678
- "name": "AccordionItem",
3679
- "module": "src/accordion-item/accordion-item.ts"
3559
+ "name": "Accordion",
3560
+ "module": "src/accordion/accordion.ts"
3680
3561
  }
3681
3562
  },
3682
3563
  {
3683
- "name": "id",
3564
+ "kind": "field",
3565
+ "name": "activeid",
3684
3566
  "type": {
3685
- "text": "string"
3567
+ "text": "string | null"
3686
3568
  },
3687
- "description": "The item ID",
3688
- "fieldName": "id",
3569
+ "privacy": "private",
3689
3570
  "inheritedFrom": {
3690
- "name": "AccordionItem",
3691
- "module": "src/accordion-item/accordion-item.ts"
3571
+ "name": "Accordion",
3572
+ "module": "src/accordion/accordion.ts"
3692
3573
  }
3693
- }
3694
- ],
3695
- "members": [
3574
+ },
3696
3575
  {
3697
3576
  "kind": "field",
3698
- "name": "headinglevel",
3577
+ "name": "activeItemIndex",
3699
3578
  "type": {
3700
- "text": "1 | 2 | 3 | 4 | 5 | 6"
3579
+ "text": "number"
3701
3580
  },
3702
- "privacy": "public",
3703
- "default": "2",
3704
- "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
3581
+ "privacy": "private",
3582
+ "default": "0",
3705
3583
  "inheritedFrom": {
3706
- "name": "AccordionItem",
3707
- "module": "src/accordion-item/accordion-item.ts"
3584
+ "name": "Accordion",
3585
+ "module": "src/accordion/accordion.ts"
3708
3586
  }
3709
3587
  },
3710
3588
  {
3711
3589
  "kind": "field",
3712
- "name": "expanded",
3590
+ "name": "accordionIds",
3713
3591
  "type": {
3714
- "text": "boolean"
3592
+ "text": "Array<string | null>"
3715
3593
  },
3716
- "privacy": "public",
3717
- "default": "false",
3718
- "description": "Expands or collapses the item.",
3594
+ "privacy": "private",
3719
3595
  "inheritedFrom": {
3720
- "name": "AccordionItem",
3721
- "module": "src/accordion-item/accordion-item.ts"
3596
+ "name": "Accordion",
3597
+ "module": "src/accordion/accordion.ts"
3722
3598
  }
3723
3599
  },
3724
3600
  {
3725
3601
  "kind": "field",
3726
- "name": "id",
3727
- "type": {
3728
- "text": "string"
3602
+ "name": "change",
3603
+ "privacy": "private",
3604
+ "inheritedFrom": {
3605
+ "name": "Accordion",
3606
+ "module": "src/accordion/accordion.ts"
3607
+ }
3608
+ },
3609
+ {
3610
+ "kind": "method",
3611
+ "name": "findExpandedItem",
3612
+ "privacy": "private",
3613
+ "return": {
3614
+ "type": {
3615
+ "text": "AccordionItem | null"
3616
+ }
3729
3617
  },
3730
- "privacy": "public",
3731
- "description": "The item ID",
3732
3618
  "inheritedFrom": {
3733
- "name": "AccordionItem",
3734
- "module": "src/accordion-item/accordion-item.ts"
3619
+ "name": "Accordion",
3620
+ "module": "src/accordion/accordion.ts"
3735
3621
  }
3736
3622
  },
3737
3623
  {
3738
3624
  "kind": "field",
3739
- "name": "change",
3625
+ "name": "setItems",
3740
3626
  "privacy": "private",
3741
3627
  "inheritedFrom": {
3742
- "name": "AccordionItem",
3743
- "module": "src/accordion-item/accordion-item.ts"
3628
+ "name": "Accordion",
3629
+ "module": "src/accordion/accordion.ts"
3630
+ }
3631
+ },
3632
+ {
3633
+ "kind": "method",
3634
+ "name": "resetItems",
3635
+ "privacy": "private",
3636
+ "return": {
3637
+ "type": {
3638
+ "text": "void"
3639
+ }
3640
+ },
3641
+ "inheritedFrom": {
3642
+ "name": "Accordion",
3643
+ "module": "src/accordion/accordion.ts"
3644
+ }
3645
+ },
3646
+ {
3647
+ "kind": "field",
3648
+ "name": "removeItemListeners",
3649
+ "privacy": "private",
3650
+ "inheritedFrom": {
3651
+ "name": "Accordion",
3652
+ "module": "src/accordion/accordion.ts"
3653
+ }
3654
+ },
3655
+ {
3656
+ "kind": "field",
3657
+ "name": "activeItemChange",
3658
+ "privacy": "private",
3659
+ "inheritedFrom": {
3660
+ "name": "Accordion",
3661
+ "module": "src/accordion/accordion.ts"
3662
+ }
3663
+ },
3664
+ {
3665
+ "kind": "method",
3666
+ "name": "getItemIds",
3667
+ "privacy": "private",
3668
+ "return": {
3669
+ "type": {
3670
+ "text": "Array<string | null>"
3671
+ }
3672
+ },
3673
+ "inheritedFrom": {
3674
+ "name": "Accordion",
3675
+ "module": "src/accordion/accordion.ts"
3676
+ }
3677
+ },
3678
+ {
3679
+ "kind": "method",
3680
+ "name": "isSingleExpandMode",
3681
+ "privacy": "private",
3682
+ "return": {
3683
+ "type": {
3684
+ "text": "boolean"
3685
+ }
3686
+ },
3687
+ "inheritedFrom": {
3688
+ "name": "Accordion",
3689
+ "module": "src/accordion/accordion.ts"
3690
+ }
3691
+ },
3692
+ {
3693
+ "kind": "field",
3694
+ "name": "handleItemKeyDown",
3695
+ "privacy": "private",
3696
+ "inheritedFrom": {
3697
+ "name": "Accordion",
3698
+ "module": "src/accordion/accordion.ts"
3699
+ }
3700
+ },
3701
+ {
3702
+ "kind": "field",
3703
+ "name": "handleItemFocus",
3704
+ "privacy": "private",
3705
+ "inheritedFrom": {
3706
+ "name": "Accordion",
3707
+ "module": "src/accordion/accordion.ts"
3708
+ }
3709
+ },
3710
+ {
3711
+ "kind": "method",
3712
+ "name": "adjust",
3713
+ "privacy": "private",
3714
+ "return": {
3715
+ "type": {
3716
+ "text": "void"
3717
+ }
3718
+ },
3719
+ "parameters": [
3720
+ {
3721
+ "name": "adjustment",
3722
+ "type": {
3723
+ "text": "number"
3724
+ }
3725
+ }
3726
+ ],
3727
+ "inheritedFrom": {
3728
+ "name": "Accordion",
3729
+ "module": "src/accordion/accordion.ts"
3730
+ }
3731
+ },
3732
+ {
3733
+ "kind": "method",
3734
+ "name": "focusItem",
3735
+ "privacy": "private",
3736
+ "return": {
3737
+ "type": {
3738
+ "text": "void"
3739
+ }
3740
+ },
3741
+ "inheritedFrom": {
3742
+ "name": "Accordion",
3743
+ "module": "src/accordion/accordion.ts"
3744
3744
  }
3745
3745
  },
3746
3746
  {
@@ -3857,18 +3857,18 @@
3857
3857
  ],
3858
3858
  "events": [
3859
3859
  {
3860
- "description": "Fires a custom 'change' event when the button is invoked",
3860
+ "description": "Fires a custom 'change' event when the active item changes",
3861
3861
  "name": "change",
3862
3862
  "inheritedFrom": {
3863
- "name": "AccordionItem",
3864
- "module": "src/accordion-item/accordion-item.ts"
3863
+ "name": "Accordion",
3864
+ "module": "src/accordion/accordion.ts"
3865
3865
  }
3866
3866
  }
3867
3867
  ]
3868
3868
  },
3869
3869
  {
3870
3870
  "kind": "variable",
3871
- "name": "foundationAccordionItemShadowOptions",
3871
+ "name": "foundationAccordionShadowOptions",
3872
3872
  "type": {
3873
3873
  "text": "ShadowRootInit"
3874
3874
  },
@@ -3876,57 +3876,57 @@
3876
3876
  },
3877
3877
  {
3878
3878
  "kind": "variable",
3879
- "name": "defaultAccordionItemConfig",
3879
+ "name": "defaultAccordionConfig",
3880
3880
  "type": {
3881
3881
  "text": "object"
3882
3882
  },
3883
- "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}"
3883
+ "default": "{}"
3884
3884
  },
3885
3885
  {
3886
3886
  "kind": "variable",
3887
- "name": "foundationAccordionItem",
3888
- "description": "The Foundation Accordion Item",
3887
+ "name": "foundationAccordion",
3888
+ "description": "The Foundation Accordion",
3889
3889
  "privacy": "public"
3890
3890
  }
3891
3891
  ],
3892
3892
  "exports": [
3893
3893
  {
3894
3894
  "kind": "js",
3895
- "name": "AccordionItem",
3895
+ "name": "Accordion",
3896
3896
  "declaration": {
3897
- "name": "AccordionItem",
3898
- "module": "src/accordion-item/accordion-item.ts"
3897
+ "name": "Accordion",
3898
+ "module": "src/accordion/accordion.ts"
3899
3899
  }
3900
3900
  },
3901
3901
  {
3902
3902
  "kind": "js",
3903
- "name": "foundationAccordionItemShadowOptions",
3903
+ "name": "foundationAccordionShadowOptions",
3904
3904
  "declaration": {
3905
- "name": "foundationAccordionItemShadowOptions",
3906
- "module": "src/accordion-item/accordion-item.ts"
3905
+ "name": "foundationAccordionShadowOptions",
3906
+ "module": "src/accordion/accordion.ts"
3907
3907
  }
3908
3908
  },
3909
3909
  {
3910
3910
  "kind": "js",
3911
- "name": "defaultAccordionItemConfig",
3911
+ "name": "defaultAccordionConfig",
3912
3912
  "declaration": {
3913
- "name": "defaultAccordionItemConfig",
3914
- "module": "src/accordion-item/accordion-item.ts"
3913
+ "name": "defaultAccordionConfig",
3914
+ "module": "src/accordion/accordion.ts"
3915
3915
  }
3916
3916
  },
3917
3917
  {
3918
3918
  "kind": "js",
3919
- "name": "foundationAccordionItem",
3919
+ "name": "foundationAccordion",
3920
3920
  "declaration": {
3921
- "name": "foundationAccordionItem",
3922
- "module": "src/accordion-item/accordion-item.ts"
3921
+ "name": "foundationAccordion",
3922
+ "module": "src/accordion/accordion.ts"
3923
3923
  }
3924
3924
  }
3925
3925
  ]
3926
3926
  },
3927
3927
  {
3928
3928
  "kind": "javascript-module",
3929
- "path": "src/accordion-item/index.ts",
3929
+ "path": "src/accordion/index.ts",
3930
3930
  "declarations": [],
3931
3931
  "exports": [
3932
3932
  {
@@ -3934,7 +3934,7 @@
3934
3934
  "name": "*",
3935
3935
  "declaration": {
3936
3936
  "name": "*",
3937
- "package": "./accordion-item.template"
3937
+ "package": "./accordion.template"
3938
3938
  }
3939
3939
  },
3940
3940
  {
@@ -3942,7 +3942,7 @@
3942
3942
  "name": "*",
3943
3943
  "declaration": {
3944
3944
  "name": "*",
3945
- "package": "./accordion-item.styles"
3945
+ "package": "./accordion.styles"
3946
3946
  }
3947
3947
  },
3948
3948
  {
@@ -3950,7 +3950,7 @@
3950
3950
  "name": "*",
3951
3951
  "declaration": {
3952
3952
  "name": "*",
3953
- "package": "./accordion-item"
3953
+ "package": "./accordion"
3954
3954
  }
3955
3955
  }
3956
3956
  ]
@@ -57711,6 +57711,197 @@
57711
57711
  }
57712
57712
  ]
57713
57713
  },
57714
+ {
57715
+ "kind": "javascript-module",
57716
+ "path": "src/ai-criteria-search/validation/criteria-ir.ts",
57717
+ "declarations": [],
57718
+ "exports": []
57719
+ },
57720
+ {
57721
+ "kind": "javascript-module",
57722
+ "path": "src/ai-criteria-search/validation/operator-map.ts",
57723
+ "declarations": [
57724
+ {
57725
+ "kind": "function",
57726
+ "name": "groupsToCriteria",
57727
+ "return": {
57728
+ "type": {
57729
+ "text": "string"
57730
+ }
57731
+ },
57732
+ "parameters": [
57733
+ {
57734
+ "name": "groups",
57735
+ "type": {
57736
+ "text": "CriteriaGroup[]"
57737
+ }
57738
+ }
57739
+ ],
57740
+ "description": "Converts validated CriteriaGroup[] to a Groovy criteria string using CriteriaBuilder.\nGroups are AND-ed at top level. Within each group, clauses use group.logic (and/or).\nIf group.negated is true, the group's combined expression is wrapped in NOT."
57741
+ },
57742
+ {
57743
+ "kind": "variable",
57744
+ "name": "STRING_OPERATORS",
57745
+ "type": {
57746
+ "text": "CriteriaOperator[]"
57747
+ },
57748
+ "default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
57749
+ },
57750
+ {
57751
+ "kind": "variable",
57752
+ "name": "NUMERIC_OPERATORS",
57753
+ "type": {
57754
+ "text": "CriteriaOperator[]"
57755
+ },
57756
+ "default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
57757
+ },
57758
+ {
57759
+ "kind": "variable",
57760
+ "name": "DATE_OPERATORS",
57761
+ "type": {
57762
+ "text": "CriteriaOperator[]"
57763
+ },
57764
+ "default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
57765
+ },
57766
+ {
57767
+ "kind": "variable",
57768
+ "name": "DATETIME_OPERATORS",
57769
+ "type": {
57770
+ "text": "CriteriaOperator[]"
57771
+ },
57772
+ "default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
57773
+ },
57774
+ {
57775
+ "kind": "variable",
57776
+ "name": "OPERATOR_DISPLAY_LABEL",
57777
+ "type": {
57778
+ "text": "Record<CriteriaOperator, string>"
57779
+ },
57780
+ "default": "{\n contains: 'contains',\n equals: '=',\n startsWith: 'starts with',\n endsWith: 'ends with',\n notEqual: '≠',\n greaterThan: '>',\n lessThan: '<',\n greaterThanOrEqual: '≥',\n lessThanOrEqual: '≤',\n dateIsToday: 'is today',\n dateIsAfter: 'after',\n dateIsBefore: 'before',\n dateIsEqual: '=',\n dateIsGreaterEqual: '≥',\n dateIsLessEqual: '≤',\n dateTimeIsAfter: 'after',\n dateTimeIsBefore: 'before',\n dateTimeIsGreaterEqual: '≥',\n dateTimeIsLessEqual: '≤',\n}"
57781
+ }
57782
+ ],
57783
+ "exports": [
57784
+ {
57785
+ "kind": "js",
57786
+ "name": "groupsToCriteria",
57787
+ "declaration": {
57788
+ "name": "groupsToCriteria",
57789
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57790
+ }
57791
+ },
57792
+ {
57793
+ "kind": "js",
57794
+ "name": "STRING_OPERATORS",
57795
+ "declaration": {
57796
+ "name": "STRING_OPERATORS",
57797
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57798
+ }
57799
+ },
57800
+ {
57801
+ "kind": "js",
57802
+ "name": "NUMERIC_OPERATORS",
57803
+ "declaration": {
57804
+ "name": "NUMERIC_OPERATORS",
57805
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57806
+ }
57807
+ },
57808
+ {
57809
+ "kind": "js",
57810
+ "name": "DATE_OPERATORS",
57811
+ "declaration": {
57812
+ "name": "DATE_OPERATORS",
57813
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57814
+ }
57815
+ },
57816
+ {
57817
+ "kind": "js",
57818
+ "name": "DATETIME_OPERATORS",
57819
+ "declaration": {
57820
+ "name": "DATETIME_OPERATORS",
57821
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57822
+ }
57823
+ },
57824
+ {
57825
+ "kind": "js",
57826
+ "name": "OPERATOR_DISPLAY_LABEL",
57827
+ "declaration": {
57828
+ "name": "OPERATOR_DISPLAY_LABEL",
57829
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57830
+ }
57831
+ }
57832
+ ]
57833
+ },
57834
+ {
57835
+ "kind": "javascript-module",
57836
+ "path": "src/ai-criteria-search/validation/schema-validator.ts",
57837
+ "declarations": [
57838
+ {
57839
+ "kind": "function",
57840
+ "name": "validateClauses",
57841
+ "return": {
57842
+ "type": {
57843
+ "text": "ValidationResult"
57844
+ }
57845
+ },
57846
+ "parameters": [
57847
+ {
57848
+ "name": "clauses",
57849
+ "type": {
57850
+ "text": "CriteriaClause[]"
57851
+ }
57852
+ },
57853
+ {
57854
+ "name": "fieldMetadata",
57855
+ "type": {
57856
+ "text": "MetadataDetail[] | string[]"
57857
+ }
57858
+ }
57859
+ ]
57860
+ },
57861
+ {
57862
+ "kind": "function",
57863
+ "name": "validateGroups",
57864
+ "return": {
57865
+ "type": {
57866
+ "text": "GroupsValidationResult"
57867
+ }
57868
+ },
57869
+ "parameters": [
57870
+ {
57871
+ "name": "groups",
57872
+ "type": {
57873
+ "text": "CriteriaGroup[]"
57874
+ }
57875
+ },
57876
+ {
57877
+ "name": "fieldMetadata",
57878
+ "type": {
57879
+ "text": "MetadataDetail[] | string[]"
57880
+ }
57881
+ }
57882
+ ],
57883
+ "description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
57884
+ }
57885
+ ],
57886
+ "exports": [
57887
+ {
57888
+ "kind": "js",
57889
+ "name": "validateClauses",
57890
+ "declaration": {
57891
+ "name": "validateClauses",
57892
+ "module": "src/ai-criteria-search/validation/schema-validator.ts"
57893
+ }
57894
+ },
57895
+ {
57896
+ "kind": "js",
57897
+ "name": "validateGroups",
57898
+ "declaration": {
57899
+ "name": "validateGroups",
57900
+ "module": "src/ai-criteria-search/validation/schema-validator.ts"
57901
+ }
57902
+ }
57903
+ ]
57904
+ },
57714
57905
  {
57715
57906
  "kind": "javascript-module",
57716
57907
  "path": "src/_config/styles/colors.ts",
@@ -59083,197 +59274,6 @@
59083
59274
  "declarations": [],
59084
59275
  "exports": []
59085
59276
  },
59086
- {
59087
- "kind": "javascript-module",
59088
- "path": "src/ai-criteria-search/validation/criteria-ir.ts",
59089
- "declarations": [],
59090
- "exports": []
59091
- },
59092
- {
59093
- "kind": "javascript-module",
59094
- "path": "src/ai-criteria-search/validation/operator-map.ts",
59095
- "declarations": [
59096
- {
59097
- "kind": "function",
59098
- "name": "groupsToCriteria",
59099
- "return": {
59100
- "type": {
59101
- "text": "string"
59102
- }
59103
- },
59104
- "parameters": [
59105
- {
59106
- "name": "groups",
59107
- "type": {
59108
- "text": "CriteriaGroup[]"
59109
- }
59110
- }
59111
- ],
59112
- "description": "Converts validated CriteriaGroup[] to a Groovy criteria string using CriteriaBuilder.\nGroups are AND-ed at top level. Within each group, clauses use group.logic (and/or).\nIf group.negated is true, the group's combined expression is wrapped in NOT."
59113
- },
59114
- {
59115
- "kind": "variable",
59116
- "name": "STRING_OPERATORS",
59117
- "type": {
59118
- "text": "CriteriaOperator[]"
59119
- },
59120
- "default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
59121
- },
59122
- {
59123
- "kind": "variable",
59124
- "name": "NUMERIC_OPERATORS",
59125
- "type": {
59126
- "text": "CriteriaOperator[]"
59127
- },
59128
- "default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
59129
- },
59130
- {
59131
- "kind": "variable",
59132
- "name": "DATE_OPERATORS",
59133
- "type": {
59134
- "text": "CriteriaOperator[]"
59135
- },
59136
- "default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
59137
- },
59138
- {
59139
- "kind": "variable",
59140
- "name": "DATETIME_OPERATORS",
59141
- "type": {
59142
- "text": "CriteriaOperator[]"
59143
- },
59144
- "default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
59145
- },
59146
- {
59147
- "kind": "variable",
59148
- "name": "OPERATOR_DISPLAY_LABEL",
59149
- "type": {
59150
- "text": "Record<CriteriaOperator, string>"
59151
- },
59152
- "default": "{\n contains: 'contains',\n equals: '=',\n startsWith: 'starts with',\n endsWith: 'ends with',\n notEqual: '≠',\n greaterThan: '>',\n lessThan: '<',\n greaterThanOrEqual: '≥',\n lessThanOrEqual: '≤',\n dateIsToday: 'is today',\n dateIsAfter: 'after',\n dateIsBefore: 'before',\n dateIsEqual: '=',\n dateIsGreaterEqual: '≥',\n dateIsLessEqual: '≤',\n dateTimeIsAfter: 'after',\n dateTimeIsBefore: 'before',\n dateTimeIsGreaterEqual: '≥',\n dateTimeIsLessEqual: '≤',\n}"
59153
- }
59154
- ],
59155
- "exports": [
59156
- {
59157
- "kind": "js",
59158
- "name": "groupsToCriteria",
59159
- "declaration": {
59160
- "name": "groupsToCriteria",
59161
- "module": "src/ai-criteria-search/validation/operator-map.ts"
59162
- }
59163
- },
59164
- {
59165
- "kind": "js",
59166
- "name": "STRING_OPERATORS",
59167
- "declaration": {
59168
- "name": "STRING_OPERATORS",
59169
- "module": "src/ai-criteria-search/validation/operator-map.ts"
59170
- }
59171
- },
59172
- {
59173
- "kind": "js",
59174
- "name": "NUMERIC_OPERATORS",
59175
- "declaration": {
59176
- "name": "NUMERIC_OPERATORS",
59177
- "module": "src/ai-criteria-search/validation/operator-map.ts"
59178
- }
59179
- },
59180
- {
59181
- "kind": "js",
59182
- "name": "DATE_OPERATORS",
59183
- "declaration": {
59184
- "name": "DATE_OPERATORS",
59185
- "module": "src/ai-criteria-search/validation/operator-map.ts"
59186
- }
59187
- },
59188
- {
59189
- "kind": "js",
59190
- "name": "DATETIME_OPERATORS",
59191
- "declaration": {
59192
- "name": "DATETIME_OPERATORS",
59193
- "module": "src/ai-criteria-search/validation/operator-map.ts"
59194
- }
59195
- },
59196
- {
59197
- "kind": "js",
59198
- "name": "OPERATOR_DISPLAY_LABEL",
59199
- "declaration": {
59200
- "name": "OPERATOR_DISPLAY_LABEL",
59201
- "module": "src/ai-criteria-search/validation/operator-map.ts"
59202
- }
59203
- }
59204
- ]
59205
- },
59206
- {
59207
- "kind": "javascript-module",
59208
- "path": "src/ai-criteria-search/validation/schema-validator.ts",
59209
- "declarations": [
59210
- {
59211
- "kind": "function",
59212
- "name": "validateClauses",
59213
- "return": {
59214
- "type": {
59215
- "text": "ValidationResult"
59216
- }
59217
- },
59218
- "parameters": [
59219
- {
59220
- "name": "clauses",
59221
- "type": {
59222
- "text": "CriteriaClause[]"
59223
- }
59224
- },
59225
- {
59226
- "name": "fieldMetadata",
59227
- "type": {
59228
- "text": "MetadataDetail[] | string[]"
59229
- }
59230
- }
59231
- ]
59232
- },
59233
- {
59234
- "kind": "function",
59235
- "name": "validateGroups",
59236
- "return": {
59237
- "type": {
59238
- "text": "GroupsValidationResult"
59239
- }
59240
- },
59241
- "parameters": [
59242
- {
59243
- "name": "groups",
59244
- "type": {
59245
- "text": "CriteriaGroup[]"
59246
- }
59247
- },
59248
- {
59249
- "name": "fieldMetadata",
59250
- "type": {
59251
- "text": "MetadataDetail[] | string[]"
59252
- }
59253
- }
59254
- ],
59255
- "description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
59256
- }
59257
- ],
59258
- "exports": [
59259
- {
59260
- "kind": "js",
59261
- "name": "validateClauses",
59262
- "declaration": {
59263
- "name": "validateClauses",
59264
- "module": "src/ai-criteria-search/validation/schema-validator.ts"
59265
- }
59266
- },
59267
- {
59268
- "kind": "js",
59269
- "name": "validateGroups",
59270
- "declaration": {
59271
- "name": "validateGroups",
59272
- "module": "src/ai-criteria-search/validation/schema-validator.ts"
59273
- }
59274
- }
59275
- ]
59276
- },
59277
59277
  {
59278
59278
  "kind": "javascript-module",
59279
59279
  "path": "src/environment-indicator/utils/configure.ts",