@genesislcap/foundation-ui 14.436.0 → 14.437.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1398,6 +1398,552 @@
1398
1398
  }
1399
1399
  ]
1400
1400
  },
1401
+ {
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",
1435
+ "declarations": [
1436
+ {
1437
+ "kind": "function",
1438
+ "name": "foundationAccordionStyles",
1439
+ "return": {
1440
+ "type": {
1441
+ "text": "ElementStyles"
1442
+ }
1443
+ },
1444
+ "parameters": [
1445
+ {
1446
+ "name": "context",
1447
+ "type": {
1448
+ "text": "ElementDefinitionContext"
1449
+ }
1450
+ },
1451
+ {
1452
+ "name": "definition",
1453
+ "type": {
1454
+ "text": "FoundationElementDefinition"
1455
+ }
1456
+ }
1457
+ ]
1458
+ }
1459
+ ],
1460
+ "exports": [
1461
+ {
1462
+ "kind": "js",
1463
+ "name": "foundationAccordionStyles",
1464
+ "declaration": {
1465
+ "name": "foundationAccordionStyles",
1466
+ "module": "src/accordion/accordion.styles.ts"
1467
+ }
1468
+ }
1469
+ ]
1470
+ },
1471
+ {
1472
+ "kind": "javascript-module",
1473
+ "path": "src/accordion/accordion.template.ts",
1474
+ "declarations": [
1475
+ {
1476
+ "kind": "function",
1477
+ "name": "foundationAccordionTemplate",
1478
+ "return": {
1479
+ "type": {
1480
+ "text": "ViewTemplate<Accordion>"
1481
+ }
1482
+ },
1483
+ "parameters": [
1484
+ {
1485
+ "name": "context",
1486
+ "type": {
1487
+ "text": "ElementDefinitionContext"
1488
+ }
1489
+ },
1490
+ {
1491
+ "name": "definition",
1492
+ "type": {
1493
+ "text": "FoundationElementDefinition"
1494
+ }
1495
+ }
1496
+ ]
1497
+ }
1498
+ ],
1499
+ "exports": [
1500
+ {
1501
+ "kind": "js",
1502
+ "name": "foundationAccordionTemplate",
1503
+ "declaration": {
1504
+ "name": "foundationAccordionTemplate",
1505
+ "module": "src/accordion/accordion.template.ts"
1506
+ }
1507
+ }
1508
+ ]
1509
+ },
1510
+ {
1511
+ "kind": "javascript-module",
1512
+ "path": "src/accordion/accordion.ts",
1513
+ "declarations": [
1514
+ {
1515
+ "kind": "class",
1516
+ "description": "",
1517
+ "name": "Accordion",
1518
+ "superclass": {
1519
+ "name": "FASTAccordion",
1520
+ "package": "@microsoft/fast-foundation"
1521
+ },
1522
+ "tagName": "%%prefix%%-accordion",
1523
+ "customElement": true,
1524
+ "attributes": [
1525
+ {
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",
1542
+ "type": {
1543
+ "text": "AccordionExpandMode"
1544
+ },
1545
+ "privacy": "public",
1546
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
1547
+ "inheritedFrom": {
1548
+ "name": "Accordion",
1549
+ "module": "src/accordion/accordion.ts"
1550
+ }
1551
+ },
1552
+ {
1553
+ "kind": "field",
1554
+ "name": "activeid",
1555
+ "type": {
1556
+ "text": "string | null"
1557
+ },
1558
+ "privacy": "private",
1559
+ "inheritedFrom": {
1560
+ "name": "Accordion",
1561
+ "module": "src/accordion/accordion.ts"
1562
+ }
1563
+ },
1564
+ {
1565
+ "kind": "field",
1566
+ "name": "activeItemIndex",
1567
+ "type": {
1568
+ "text": "number"
1569
+ },
1570
+ "privacy": "private",
1571
+ "default": "0",
1572
+ "inheritedFrom": {
1573
+ "name": "Accordion",
1574
+ "module": "src/accordion/accordion.ts"
1575
+ }
1576
+ },
1577
+ {
1578
+ "kind": "field",
1579
+ "name": "accordionIds",
1580
+ "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
+ }
1606
+ },
1607
+ "inheritedFrom": {
1608
+ "name": "Accordion",
1609
+ "module": "src/accordion/accordion.ts"
1610
+ }
1611
+ },
1612
+ {
1613
+ "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
+ }
1629
+ },
1630
+ "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"
1642
+ }
1643
+ },
1644
+ {
1645
+ "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
+ }
1675
+ },
1676
+ "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"
1688
+ }
1689
+ },
1690
+ {
1691
+ "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",
1724
+ "privacy": "private",
1725
+ "return": {
1726
+ "type": {
1727
+ "text": "void"
1728
+ }
1729
+ },
1730
+ "inheritedFrom": {
1731
+ "name": "Accordion",
1732
+ "module": "src/accordion/accordion.ts"
1733
+ }
1734
+ },
1735
+ {
1736
+ "kind": "field",
1737
+ "name": "_presentation",
1738
+ "type": {
1739
+ "text": "ComponentPresentation | null | undefined"
1740
+ },
1741
+ "privacy": "private",
1742
+ "default": "void 0",
1743
+ "inheritedFrom": {
1744
+ "name": "FoundationElement",
1745
+ "module": "src/foundation-element/foundation-element.ts"
1746
+ }
1747
+ },
1748
+ {
1749
+ "kind": "field",
1750
+ "name": "$presentation",
1751
+ "type": {
1752
+ "text": "ComponentPresentation | null"
1753
+ },
1754
+ "privacy": "public",
1755
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1756
+ "inheritedFrom": {
1757
+ "name": "FoundationElement",
1758
+ "module": "src/foundation-element/foundation-element.ts"
1759
+ }
1760
+ },
1761
+ {
1762
+ "kind": "field",
1763
+ "name": "template",
1764
+ "type": {
1765
+ "text": "ElementViewTemplate | void | null"
1766
+ },
1767
+ "privacy": "public",
1768
+ "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.",
1769
+ "inheritedFrom": {
1770
+ "name": "FoundationElement",
1771
+ "module": "src/foundation-element/foundation-element.ts"
1772
+ }
1773
+ },
1774
+ {
1775
+ "kind": "method",
1776
+ "name": "templateChanged",
1777
+ "privacy": "protected",
1778
+ "return": {
1779
+ "type": {
1780
+ "text": "void"
1781
+ }
1782
+ },
1783
+ "inheritedFrom": {
1784
+ "name": "FoundationElement",
1785
+ "module": "src/foundation-element/foundation-element.ts"
1786
+ }
1787
+ },
1788
+ {
1789
+ "kind": "field",
1790
+ "name": "styles",
1791
+ "type": {
1792
+ "text": "ElementStyles | void | null"
1793
+ },
1794
+ "privacy": "public",
1795
+ "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.",
1796
+ "inheritedFrom": {
1797
+ "name": "FoundationElement",
1798
+ "module": "src/foundation-element/foundation-element.ts"
1799
+ }
1800
+ },
1801
+ {
1802
+ "kind": "method",
1803
+ "name": "stylesChanged",
1804
+ "privacy": "protected",
1805
+ "return": {
1806
+ "type": {
1807
+ "text": "void"
1808
+ }
1809
+ },
1810
+ "inheritedFrom": {
1811
+ "name": "FoundationElement",
1812
+ "module": "src/foundation-element/foundation-element.ts"
1813
+ }
1814
+ },
1815
+ {
1816
+ "kind": "method",
1817
+ "name": "compose",
1818
+ "privacy": "public",
1819
+ "static": true,
1820
+ "return": {
1821
+ "type": {
1822
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1823
+ }
1824
+ },
1825
+ "parameters": [
1826
+ {
1827
+ "name": "this",
1828
+ "type": {
1829
+ "text": "K"
1830
+ }
1831
+ },
1832
+ {
1833
+ "name": "elementDefinition",
1834
+ "type": {
1835
+ "text": "T"
1836
+ },
1837
+ "description": "The definition of the element to create the registry\nfunction for."
1838
+ }
1839
+ ],
1840
+ "description": "Defines an element registry function with a set of element definition defaults.",
1841
+ "inheritedFrom": {
1842
+ "name": "FoundationElement",
1843
+ "module": "src/foundation-element/foundation-element.ts"
1844
+ }
1845
+ }
1846
+ ],
1847
+ "events": [
1848
+ {
1849
+ "description": "Fires a custom 'change' event when the active item changes",
1850
+ "name": "change",
1851
+ "inheritedFrom": {
1852
+ "name": "Accordion",
1853
+ "module": "src/accordion/accordion.ts"
1854
+ }
1855
+ }
1856
+ ]
1857
+ },
1858
+ {
1859
+ "kind": "variable",
1860
+ "name": "foundationAccordionShadowOptions",
1861
+ "type": {
1862
+ "text": "ShadowRootInit"
1863
+ },
1864
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1865
+ },
1866
+ {
1867
+ "kind": "variable",
1868
+ "name": "defaultAccordionConfig",
1869
+ "type": {
1870
+ "text": "object"
1871
+ },
1872
+ "default": "{}"
1873
+ },
1874
+ {
1875
+ "kind": "variable",
1876
+ "name": "foundationAccordion",
1877
+ "description": "The Foundation Accordion",
1878
+ "privacy": "public"
1879
+ }
1880
+ ],
1881
+ "exports": [
1882
+ {
1883
+ "kind": "js",
1884
+ "name": "Accordion",
1885
+ "declaration": {
1886
+ "name": "Accordion",
1887
+ "module": "src/accordion/accordion.ts"
1888
+ }
1889
+ },
1890
+ {
1891
+ "kind": "js",
1892
+ "name": "foundationAccordionShadowOptions",
1893
+ "declaration": {
1894
+ "name": "foundationAccordionShadowOptions",
1895
+ "module": "src/accordion/accordion.ts"
1896
+ }
1897
+ },
1898
+ {
1899
+ "kind": "js",
1900
+ "name": "defaultAccordionConfig",
1901
+ "declaration": {
1902
+ "name": "defaultAccordionConfig",
1903
+ "module": "src/accordion/accordion.ts"
1904
+ }
1905
+ },
1906
+ {
1907
+ "kind": "js",
1908
+ "name": "foundationAccordion",
1909
+ "declaration": {
1910
+ "name": "foundationAccordion",
1911
+ "module": "src/accordion/accordion.ts"
1912
+ }
1913
+ }
1914
+ ]
1915
+ },
1916
+ {
1917
+ "kind": "javascript-module",
1918
+ "path": "src/accordion/index.ts",
1919
+ "declarations": [],
1920
+ "exports": [
1921
+ {
1922
+ "kind": "js",
1923
+ "name": "*",
1924
+ "declaration": {
1925
+ "name": "*",
1926
+ "package": "./accordion.template"
1927
+ }
1928
+ },
1929
+ {
1930
+ "kind": "js",
1931
+ "name": "*",
1932
+ "declaration": {
1933
+ "name": "*",
1934
+ "package": "./accordion.styles"
1935
+ }
1936
+ },
1937
+ {
1938
+ "kind": "js",
1939
+ "name": "*",
1940
+ "declaration": {
1941
+ "name": "*",
1942
+ "package": "./accordion"
1943
+ }
1944
+ }
1945
+ ]
1946
+ },
1401
1947
  {
1402
1948
  "kind": "javascript-module",
1403
1949
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -2351,445 +2897,6 @@
2351
2897
  }
2352
2898
  ]
2353
2899
  },
2354
- {
2355
- "kind": "javascript-module",
2356
- "path": "src/ai-indicator/ai-indicator.styles.ts",
2357
- "declarations": [
2358
- {
2359
- "kind": "function",
2360
- "name": "foundationAiIndicatorStyles",
2361
- "return": {
2362
- "type": {
2363
- "text": "ElementStyles"
2364
- }
2365
- },
2366
- "parameters": [
2367
- {
2368
- "name": "context",
2369
- "type": {
2370
- "text": "ElementDefinitionContext"
2371
- }
2372
- },
2373
- {
2374
- "name": "definition",
2375
- "type": {
2376
- "text": "FoundationElementDefinition"
2377
- }
2378
- }
2379
- ]
2380
- }
2381
- ],
2382
- "exports": [
2383
- {
2384
- "kind": "js",
2385
- "name": "foundationAiIndicatorStyles",
2386
- "declaration": {
2387
- "name": "foundationAiIndicatorStyles",
2388
- "module": "src/ai-indicator/ai-indicator.styles.ts"
2389
- }
2390
- }
2391
- ]
2392
- },
2393
- {
2394
- "kind": "javascript-module",
2395
- "path": "src/ai-indicator/ai-indicator.template.ts",
2396
- "declarations": [
2397
- {
2398
- "kind": "variable",
2399
- "name": "foundationAiIndicatorTemplate",
2400
- "type": {
2401
- "text": "ViewTemplate<AiIndicator>"
2402
- },
2403
- "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
2404
- }
2405
- ],
2406
- "exports": [
2407
- {
2408
- "kind": "js",
2409
- "name": "foundationAiIndicatorTemplate",
2410
- "declaration": {
2411
- "name": "foundationAiIndicatorTemplate",
2412
- "module": "src/ai-indicator/ai-indicator.template.ts"
2413
- }
2414
- }
2415
- ]
2416
- },
2417
- {
2418
- "kind": "javascript-module",
2419
- "path": "src/ai-indicator/ai-indicator.ts",
2420
- "declarations": [
2421
- {
2422
- "kind": "class",
2423
- "description": "",
2424
- "name": "AiIndicator",
2425
- "members": [
2426
- {
2427
- "kind": "field",
2428
- "name": "aiProvider",
2429
- "type": {
2430
- "text": "AIProvider"
2431
- }
2432
- },
2433
- {
2434
- "kind": "field",
2435
- "name": "status",
2436
- "type": {
2437
- "text": "AIStatus | null"
2438
- },
2439
- "default": "null"
2440
- },
2441
- {
2442
- "kind": "field",
2443
- "name": "open",
2444
- "type": {
2445
- "text": "boolean"
2446
- },
2447
- "default": "false"
2448
- },
2449
- {
2450
- "kind": "field",
2451
- "name": "state",
2452
- "type": {
2453
- "text": "AIIndicatorState"
2454
- },
2455
- "default": "'none'"
2456
- },
2457
- {
2458
- "kind": "field",
2459
- "name": "isInstalling",
2460
- "type": {
2461
- "text": "boolean"
2462
- },
2463
- "default": "false"
2464
- },
2465
- {
2466
- "kind": "field",
2467
- "name": "pollTimer",
2468
- "type": {
2469
- "text": "ReturnType<typeof setInterval> | null"
2470
- },
2471
- "privacy": "private",
2472
- "default": "null"
2473
- },
2474
- {
2475
- "kind": "field",
2476
- "name": "clickOutside",
2477
- "privacy": "private"
2478
- },
2479
- {
2480
- "kind": "field",
2481
- "name": "chromeStatusLabel",
2482
- "type": {
2483
- "text": "string | null"
2484
- },
2485
- "readonly": true
2486
- },
2487
- {
2488
- "kind": "field",
2489
- "name": "canInstall",
2490
- "type": {
2491
- "text": "boolean"
2492
- },
2493
- "readonly": true
2494
- },
2495
- {
2496
- "kind": "field",
2497
- "name": "isDownloading",
2498
- "type": {
2499
- "text": "boolean"
2500
- },
2501
- "readonly": true
2502
- },
2503
- {
2504
- "kind": "method",
2505
- "name": "openChanged",
2506
- "return": {
2507
- "type": {
2508
- "text": "void"
2509
- }
2510
- }
2511
- },
2512
- {
2513
- "kind": "method",
2514
- "name": "handleClickOutside",
2515
- "privacy": "private",
2516
- "parameters": [
2517
- {
2518
- "name": "event",
2519
- "type": {
2520
- "text": "MouseEvent"
2521
- }
2522
- }
2523
- ]
2524
- },
2525
- {
2526
- "kind": "method",
2527
- "name": "toggleDropdown"
2528
- },
2529
- {
2530
- "kind": "method",
2531
- "name": "refreshStatus",
2532
- "return": {
2533
- "type": {
2534
- "text": "Promise<void>"
2535
- }
2536
- }
2537
- },
2538
- {
2539
- "kind": "method",
2540
- "name": "deriveState",
2541
- "privacy": "private",
2542
- "return": {
2543
- "type": {
2544
- "text": "AIIndicatorState"
2545
- }
2546
- },
2547
- "parameters": [
2548
- {
2549
- "name": "s",
2550
- "type": {
2551
- "text": "AIStatus | null"
2552
- }
2553
- }
2554
- ]
2555
- },
2556
- {
2557
- "kind": "method",
2558
- "name": "maybeStartPolling",
2559
- "privacy": "private",
2560
- "return": {
2561
- "type": {
2562
- "text": "void"
2563
- }
2564
- }
2565
- },
2566
- {
2567
- "kind": "method",
2568
- "name": "startPolling",
2569
- "privacy": "private",
2570
- "return": {
2571
- "type": {
2572
- "text": "void"
2573
- }
2574
- }
2575
- },
2576
- {
2577
- "kind": "method",
2578
- "name": "stopPolling",
2579
- "privacy": "private",
2580
- "return": {
2581
- "type": {
2582
- "text": "void"
2583
- }
2584
- }
2585
- },
2586
- {
2587
- "kind": "method",
2588
- "name": "onInstall",
2589
- "return": {
2590
- "type": {
2591
- "text": "Promise<void>"
2592
- }
2593
- }
2594
- },
2595
- {
2596
- "kind": "field",
2597
- "name": "_presentation",
2598
- "type": {
2599
- "text": "ComponentPresentation | null | undefined"
2600
- },
2601
- "privacy": "private",
2602
- "default": "void 0",
2603
- "inheritedFrom": {
2604
- "name": "FoundationElement",
2605
- "module": "src/foundation-element/foundation-element.ts"
2606
- }
2607
- },
2608
- {
2609
- "kind": "field",
2610
- "name": "$presentation",
2611
- "type": {
2612
- "text": "ComponentPresentation | null"
2613
- },
2614
- "privacy": "public",
2615
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2616
- "inheritedFrom": {
2617
- "name": "FoundationElement",
2618
- "module": "src/foundation-element/foundation-element.ts"
2619
- }
2620
- },
2621
- {
2622
- "kind": "field",
2623
- "name": "template",
2624
- "type": {
2625
- "text": "ElementViewTemplate | void | null"
2626
- },
2627
- "privacy": "public",
2628
- "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.",
2629
- "inheritedFrom": {
2630
- "name": "FoundationElement",
2631
- "module": "src/foundation-element/foundation-element.ts"
2632
- }
2633
- },
2634
- {
2635
- "kind": "method",
2636
- "name": "templateChanged",
2637
- "privacy": "protected",
2638
- "return": {
2639
- "type": {
2640
- "text": "void"
2641
- }
2642
- },
2643
- "inheritedFrom": {
2644
- "name": "FoundationElement",
2645
- "module": "src/foundation-element/foundation-element.ts"
2646
- }
2647
- },
2648
- {
2649
- "kind": "field",
2650
- "name": "styles",
2651
- "type": {
2652
- "text": "ElementStyles | void | null"
2653
- },
2654
- "privacy": "public",
2655
- "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.",
2656
- "inheritedFrom": {
2657
- "name": "FoundationElement",
2658
- "module": "src/foundation-element/foundation-element.ts"
2659
- }
2660
- },
2661
- {
2662
- "kind": "method",
2663
- "name": "stylesChanged",
2664
- "privacy": "protected",
2665
- "return": {
2666
- "type": {
2667
- "text": "void"
2668
- }
2669
- },
2670
- "inheritedFrom": {
2671
- "name": "FoundationElement",
2672
- "module": "src/foundation-element/foundation-element.ts"
2673
- }
2674
- },
2675
- {
2676
- "kind": "method",
2677
- "name": "compose",
2678
- "privacy": "public",
2679
- "static": true,
2680
- "return": {
2681
- "type": {
2682
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2683
- }
2684
- },
2685
- "parameters": [
2686
- {
2687
- "name": "this",
2688
- "type": {
2689
- "text": "K"
2690
- }
2691
- },
2692
- {
2693
- "name": "elementDefinition",
2694
- "type": {
2695
- "text": "T"
2696
- },
2697
- "description": "The definition of the element to create the registry\nfunction for."
2698
- }
2699
- ],
2700
- "description": "Defines an element registry function with a set of element definition defaults.",
2701
- "inheritedFrom": {
2702
- "name": "FoundationElement",
2703
- "module": "src/foundation-element/foundation-element.ts"
2704
- }
2705
- }
2706
- ],
2707
- "superclass": {
2708
- "name": "FoundationElement",
2709
- "package": "@microsoft/fast-foundation"
2710
- },
2711
- "tagName": "%%prefix%%-ai-indicator",
2712
- "customElement": true
2713
- },
2714
- {
2715
- "kind": "variable",
2716
- "name": "foundationAiIndicator"
2717
- }
2718
- ],
2719
- "exports": [
2720
- {
2721
- "kind": "js",
2722
- "name": "AiIndicator",
2723
- "declaration": {
2724
- "name": "AiIndicator",
2725
- "module": "src/ai-indicator/ai-indicator.ts"
2726
- }
2727
- },
2728
- {
2729
- "kind": "js",
2730
- "name": "foundationAiIndicator",
2731
- "declaration": {
2732
- "name": "foundationAiIndicator",
2733
- "module": "src/ai-indicator/ai-indicator.ts"
2734
- }
2735
- }
2736
- ]
2737
- },
2738
- {
2739
- "kind": "javascript-module",
2740
- "path": "src/ai-indicator/index.ts",
2741
- "declarations": [],
2742
- "exports": [
2743
- {
2744
- "kind": "js",
2745
- "name": "AiIndicator",
2746
- "declaration": {
2747
- "name": "AiIndicator",
2748
- "module": "./ai-indicator"
2749
- }
2750
- },
2751
- {
2752
- "kind": "js",
2753
- "name": "foundationAiIndicator",
2754
- "declaration": {
2755
- "name": "foundationAiIndicator",
2756
- "module": "./ai-indicator"
2757
- }
2758
- },
2759
- {
2760
- "kind": "js",
2761
- "name": "type",
2762
- "declaration": {
2763
- "name": "type",
2764
- "module": "./ai-indicator"
2765
- }
2766
- },
2767
- {
2768
- "kind": "js",
2769
- "name": "AIIndicatorState",
2770
- "declaration": {
2771
- "name": "AIIndicatorState",
2772
- "module": "./ai-indicator"
2773
- }
2774
- },
2775
- {
2776
- "kind": "js",
2777
- "name": "foundationAiIndicatorTemplate",
2778
- "declaration": {
2779
- "name": "foundationAiIndicatorTemplate",
2780
- "module": "./ai-indicator.template"
2781
- }
2782
- },
2783
- {
2784
- "kind": "js",
2785
- "name": "foundationAiIndicatorStyles",
2786
- "declaration": {
2787
- "name": "foundationAiIndicatorStyles",
2788
- "module": "./ai-indicator.styles"
2789
- }
2790
- }
2791
- ]
2792
- },
2793
2900
  {
2794
2901
  "kind": "javascript-module",
2795
2902
  "path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
@@ -3401,42 +3508,11 @@
3401
3508
  },
3402
3509
  {
3403
3510
  "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
- {
3434
- "kind": "javascript-module",
3435
- "path": "src/accordion/accordion.styles.ts",
3511
+ "path": "src/ai-indicator/ai-indicator.styles.ts",
3436
3512
  "declarations": [
3437
3513
  {
3438
3514
  "kind": "function",
3439
- "name": "foundationAccordionStyles",
3515
+ "name": "foundationAiIndicatorStyles",
3440
3516
  "return": {
3441
3517
  "type": {
3442
3518
  "text": "ElementStyles"
@@ -3461,276 +3537,214 @@
3461
3537
  "exports": [
3462
3538
  {
3463
3539
  "kind": "js",
3464
- "name": "foundationAccordionStyles",
3540
+ "name": "foundationAiIndicatorStyles",
3465
3541
  "declaration": {
3466
- "name": "foundationAccordionStyles",
3467
- "module": "src/accordion/accordion.styles.ts"
3542
+ "name": "foundationAiIndicatorStyles",
3543
+ "module": "src/ai-indicator/ai-indicator.styles.ts"
3468
3544
  }
3469
3545
  }
3470
3546
  ]
3471
3547
  },
3472
3548
  {
3473
3549
  "kind": "javascript-module",
3474
- "path": "src/accordion/accordion.template.ts",
3550
+ "path": "src/ai-indicator/ai-indicator.template.ts",
3475
3551
  "declarations": [
3476
3552
  {
3477
- "kind": "function",
3478
- "name": "foundationAccordionTemplate",
3479
- "return": {
3480
- "type": {
3481
- "text": "ViewTemplate<Accordion>"
3482
- }
3553
+ "kind": "variable",
3554
+ "name": "foundationAiIndicatorTemplate",
3555
+ "type": {
3556
+ "text": "ViewTemplate<AiIndicator>"
3483
3557
  },
3484
- "parameters": [
3485
- {
3486
- "name": "context",
3487
- "type": {
3488
- "text": "ElementDefinitionContext"
3489
- }
3490
- },
3491
- {
3492
- "name": "definition",
3493
- "type": {
3494
- "text": "FoundationElementDefinition"
3495
- }
3496
- }
3497
- ]
3558
+ "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
3498
3559
  }
3499
3560
  ],
3500
3561
  "exports": [
3501
3562
  {
3502
3563
  "kind": "js",
3503
- "name": "foundationAccordionTemplate",
3564
+ "name": "foundationAiIndicatorTemplate",
3504
3565
  "declaration": {
3505
- "name": "foundationAccordionTemplate",
3506
- "module": "src/accordion/accordion.template.ts"
3566
+ "name": "foundationAiIndicatorTemplate",
3567
+ "module": "src/ai-indicator/ai-indicator.template.ts"
3507
3568
  }
3508
3569
  }
3509
3570
  ]
3510
3571
  },
3511
3572
  {
3512
3573
  "kind": "javascript-module",
3513
- "path": "src/accordion/accordion.ts",
3574
+ "path": "src/ai-indicator/ai-indicator.ts",
3514
3575
  "declarations": [
3515
3576
  {
3516
3577
  "kind": "class",
3517
3578
  "description": "",
3518
- "name": "Accordion",
3519
- "superclass": {
3520
- "name": "FASTAccordion",
3521
- "package": "@microsoft/fast-foundation"
3522
- },
3523
- "tagName": "%%prefix%%-accordion",
3524
- "customElement": true,
3525
- "attributes": [
3579
+ "name": "AiIndicator",
3580
+ "members": [
3526
3581
  {
3527
- "name": "expand-mode",
3582
+ "kind": "field",
3583
+ "name": "aiProvider",
3528
3584
  "type": {
3529
- "text": "AccordionExpandMode"
3530
- },
3531
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3532
- "fieldName": "expandmode",
3533
- "inheritedFrom": {
3534
- "name": "Accordion",
3535
- "module": "src/accordion/accordion.ts"
3585
+ "text": "AIProvider"
3536
3586
  }
3537
- }
3538
- ],
3539
- "members": [
3587
+ },
3540
3588
  {
3541
3589
  "kind": "field",
3542
- "name": "expandmode",
3590
+ "name": "status",
3543
3591
  "type": {
3544
- "text": "AccordionExpandMode"
3592
+ "text": "AIStatus | null"
3545
3593
  },
3546
- "privacy": "public",
3547
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3548
- "inheritedFrom": {
3549
- "name": "Accordion",
3550
- "module": "src/accordion/accordion.ts"
3551
- }
3594
+ "default": "null"
3552
3595
  },
3553
3596
  {
3554
3597
  "kind": "field",
3555
- "name": "activeid",
3598
+ "name": "open",
3556
3599
  "type": {
3557
- "text": "string | null"
3600
+ "text": "boolean"
3558
3601
  },
3559
- "privacy": "private",
3560
- "inheritedFrom": {
3561
- "name": "Accordion",
3562
- "module": "src/accordion/accordion.ts"
3563
- }
3602
+ "default": "false"
3564
3603
  },
3565
3604
  {
3566
3605
  "kind": "field",
3567
- "name": "activeItemIndex",
3606
+ "name": "state",
3568
3607
  "type": {
3569
- "text": "number"
3608
+ "text": "AIIndicatorState"
3570
3609
  },
3571
- "privacy": "private",
3572
- "default": "0",
3573
- "inheritedFrom": {
3574
- "name": "Accordion",
3575
- "module": "src/accordion/accordion.ts"
3576
- }
3610
+ "default": "'none'"
3577
3611
  },
3578
3612
  {
3579
3613
  "kind": "field",
3580
- "name": "accordionIds",
3614
+ "name": "isInstalling",
3581
3615
  "type": {
3582
- "text": "Array<string | null>"
3616
+ "text": "boolean"
3583
3617
  },
3584
- "privacy": "private",
3585
- "inheritedFrom": {
3586
- "name": "Accordion",
3587
- "module": "src/accordion/accordion.ts"
3588
- }
3618
+ "default": "false"
3589
3619
  },
3590
3620
  {
3591
3621
  "kind": "field",
3592
- "name": "change",
3622
+ "name": "pollTimer",
3623
+ "type": {
3624
+ "text": "ReturnType<typeof setInterval> | null"
3625
+ },
3593
3626
  "privacy": "private",
3594
- "inheritedFrom": {
3595
- "name": "Accordion",
3596
- "module": "src/accordion/accordion.ts"
3597
- }
3627
+ "default": "null"
3598
3628
  },
3599
3629
  {
3600
- "kind": "method",
3601
- "name": "findExpandedItem",
3602
- "privacy": "private",
3603
- "return": {
3604
- "type": {
3605
- "text": "AccordionItem | null"
3606
- }
3630
+ "kind": "field",
3631
+ "name": "clickOutside",
3632
+ "privacy": "private"
3633
+ },
3634
+ {
3635
+ "kind": "field",
3636
+ "name": "chromeStatusLabel",
3637
+ "type": {
3638
+ "text": "string | null"
3607
3639
  },
3608
- "inheritedFrom": {
3609
- "name": "Accordion",
3610
- "module": "src/accordion/accordion.ts"
3611
- }
3640
+ "readonly": true
3612
3641
  },
3613
3642
  {
3614
3643
  "kind": "field",
3615
- "name": "setItems",
3616
- "privacy": "private",
3617
- "inheritedFrom": {
3618
- "name": "Accordion",
3619
- "module": "src/accordion/accordion.ts"
3620
- }
3644
+ "name": "canInstall",
3645
+ "type": {
3646
+ "text": "boolean"
3647
+ },
3648
+ "readonly": true
3649
+ },
3650
+ {
3651
+ "kind": "field",
3652
+ "name": "isDownloading",
3653
+ "type": {
3654
+ "text": "boolean"
3655
+ },
3656
+ "readonly": true
3621
3657
  },
3622
3658
  {
3623
3659
  "kind": "method",
3624
- "name": "resetItems",
3625
- "privacy": "private",
3660
+ "name": "openChanged",
3626
3661
  "return": {
3627
3662
  "type": {
3628
3663
  "text": "void"
3629
3664
  }
3630
- },
3631
- "inheritedFrom": {
3632
- "name": "Accordion",
3633
- "module": "src/accordion/accordion.ts"
3634
3665
  }
3635
3666
  },
3636
3667
  {
3637
- "kind": "field",
3638
- "name": "removeItemListeners",
3668
+ "kind": "method",
3669
+ "name": "handleClickOutside",
3639
3670
  "privacy": "private",
3640
- "inheritedFrom": {
3641
- "name": "Accordion",
3642
- "module": "src/accordion/accordion.ts"
3643
- }
3671
+ "parameters": [
3672
+ {
3673
+ "name": "event",
3674
+ "type": {
3675
+ "text": "MouseEvent"
3676
+ }
3677
+ }
3678
+ ]
3644
3679
  },
3645
3680
  {
3646
- "kind": "field",
3647
- "name": "activeItemChange",
3648
- "privacy": "private",
3649
- "inheritedFrom": {
3650
- "name": "Accordion",
3651
- "module": "src/accordion/accordion.ts"
3652
- }
3681
+ "kind": "method",
3682
+ "name": "toggleDropdown"
3653
3683
  },
3654
3684
  {
3655
3685
  "kind": "method",
3656
- "name": "getItemIds",
3657
- "privacy": "private",
3686
+ "name": "refreshStatus",
3658
3687
  "return": {
3659
3688
  "type": {
3660
- "text": "Array<string | null>"
3689
+ "text": "Promise<void>"
3661
3690
  }
3662
- },
3663
- "inheritedFrom": {
3664
- "name": "Accordion",
3665
- "module": "src/accordion/accordion.ts"
3666
3691
  }
3667
3692
  },
3668
3693
  {
3669
3694
  "kind": "method",
3670
- "name": "isSingleExpandMode",
3695
+ "name": "deriveState",
3671
3696
  "privacy": "private",
3672
3697
  "return": {
3673
3698
  "type": {
3674
- "text": "boolean"
3699
+ "text": "AIIndicatorState"
3675
3700
  }
3676
3701
  },
3677
- "inheritedFrom": {
3678
- "name": "Accordion",
3679
- "module": "src/accordion/accordion.ts"
3680
- }
3702
+ "parameters": [
3703
+ {
3704
+ "name": "s",
3705
+ "type": {
3706
+ "text": "AIStatus | null"
3707
+ }
3708
+ }
3709
+ ]
3681
3710
  },
3682
3711
  {
3683
- "kind": "field",
3684
- "name": "handleItemKeyDown",
3712
+ "kind": "method",
3713
+ "name": "maybeStartPolling",
3685
3714
  "privacy": "private",
3686
- "inheritedFrom": {
3687
- "name": "Accordion",
3688
- "module": "src/accordion/accordion.ts"
3715
+ "return": {
3716
+ "type": {
3717
+ "text": "void"
3718
+ }
3689
3719
  }
3690
3720
  },
3691
3721
  {
3692
- "kind": "field",
3693
- "name": "handleItemFocus",
3722
+ "kind": "method",
3723
+ "name": "startPolling",
3694
3724
  "privacy": "private",
3695
- "inheritedFrom": {
3696
- "name": "Accordion",
3697
- "module": "src/accordion/accordion.ts"
3725
+ "return": {
3726
+ "type": {
3727
+ "text": "void"
3728
+ }
3698
3729
  }
3699
3730
  },
3700
3731
  {
3701
3732
  "kind": "method",
3702
- "name": "adjust",
3733
+ "name": "stopPolling",
3703
3734
  "privacy": "private",
3704
3735
  "return": {
3705
3736
  "type": {
3706
3737
  "text": "void"
3707
3738
  }
3708
- },
3709
- "parameters": [
3710
- {
3711
- "name": "adjustment",
3712
- "type": {
3713
- "text": "number"
3714
- }
3715
- }
3716
- ],
3717
- "inheritedFrom": {
3718
- "name": "Accordion",
3719
- "module": "src/accordion/accordion.ts"
3720
3739
  }
3721
3740
  },
3722
3741
  {
3723
3742
  "kind": "method",
3724
- "name": "focusItem",
3725
- "privacy": "private",
3743
+ "name": "onInstall",
3726
3744
  "return": {
3727
3745
  "type": {
3728
- "text": "void"
3746
+ "text": "Promise<void>"
3729
3747
  }
3730
- },
3731
- "inheritedFrom": {
3732
- "name": "Accordion",
3733
- "module": "src/accordion/accordion.ts"
3734
3748
  }
3735
3749
  },
3736
3750
  {
@@ -3845,102 +3859,88 @@
3845
3859
  }
3846
3860
  }
3847
3861
  ],
3848
- "events": [
3849
- {
3850
- "description": "Fires a custom 'change' event when the active item changes",
3851
- "name": "change",
3852
- "inheritedFrom": {
3853
- "name": "Accordion",
3854
- "module": "src/accordion/accordion.ts"
3855
- }
3856
- }
3857
- ]
3858
- },
3859
- {
3860
- "kind": "variable",
3861
- "name": "foundationAccordionShadowOptions",
3862
- "type": {
3863
- "text": "ShadowRootInit"
3864
- },
3865
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3866
- },
3867
- {
3868
- "kind": "variable",
3869
- "name": "defaultAccordionConfig",
3870
- "type": {
3871
- "text": "object"
3862
+ "superclass": {
3863
+ "name": "FoundationElement",
3864
+ "package": "@microsoft/fast-foundation"
3872
3865
  },
3873
- "default": "{}"
3866
+ "tagName": "%%prefix%%-ai-indicator",
3867
+ "customElement": true
3874
3868
  },
3875
3869
  {
3876
3870
  "kind": "variable",
3877
- "name": "foundationAccordion",
3878
- "description": "The Foundation Accordion",
3879
- "privacy": "public"
3871
+ "name": "foundationAiIndicator"
3880
3872
  }
3881
3873
  ],
3882
3874
  "exports": [
3883
3875
  {
3884
3876
  "kind": "js",
3885
- "name": "Accordion",
3877
+ "name": "AiIndicator",
3886
3878
  "declaration": {
3887
- "name": "Accordion",
3888
- "module": "src/accordion/accordion.ts"
3879
+ "name": "AiIndicator",
3880
+ "module": "src/ai-indicator/ai-indicator.ts"
3889
3881
  }
3890
3882
  },
3891
3883
  {
3892
3884
  "kind": "js",
3893
- "name": "foundationAccordionShadowOptions",
3885
+ "name": "foundationAiIndicator",
3894
3886
  "declaration": {
3895
- "name": "foundationAccordionShadowOptions",
3896
- "module": "src/accordion/accordion.ts"
3887
+ "name": "foundationAiIndicator",
3888
+ "module": "src/ai-indicator/ai-indicator.ts"
3889
+ }
3890
+ }
3891
+ ]
3892
+ },
3893
+ {
3894
+ "kind": "javascript-module",
3895
+ "path": "src/ai-indicator/index.ts",
3896
+ "declarations": [],
3897
+ "exports": [
3898
+ {
3899
+ "kind": "js",
3900
+ "name": "AiIndicator",
3901
+ "declaration": {
3902
+ "name": "AiIndicator",
3903
+ "module": "./ai-indicator"
3897
3904
  }
3898
3905
  },
3899
3906
  {
3900
3907
  "kind": "js",
3901
- "name": "defaultAccordionConfig",
3908
+ "name": "foundationAiIndicator",
3902
3909
  "declaration": {
3903
- "name": "defaultAccordionConfig",
3904
- "module": "src/accordion/accordion.ts"
3910
+ "name": "foundationAiIndicator",
3911
+ "module": "./ai-indicator"
3905
3912
  }
3906
3913
  },
3907
3914
  {
3908
3915
  "kind": "js",
3909
- "name": "foundationAccordion",
3916
+ "name": "type",
3910
3917
  "declaration": {
3911
- "name": "foundationAccordion",
3912
- "module": "src/accordion/accordion.ts"
3918
+ "name": "type",
3919
+ "module": "./ai-indicator"
3913
3920
  }
3914
- }
3915
- ]
3916
- },
3917
- {
3918
- "kind": "javascript-module",
3919
- "path": "src/accordion/index.ts",
3920
- "declarations": [],
3921
- "exports": [
3921
+ },
3922
3922
  {
3923
3923
  "kind": "js",
3924
- "name": "*",
3924
+ "name": "AIIndicatorState",
3925
3925
  "declaration": {
3926
- "name": "*",
3927
- "package": "./accordion.template"
3926
+ "name": "AIIndicatorState",
3927
+ "module": "./ai-indicator"
3928
3928
  }
3929
3929
  },
3930
3930
  {
3931
3931
  "kind": "js",
3932
- "name": "*",
3932
+ "name": "foundationAiIndicatorTemplate",
3933
3933
  "declaration": {
3934
- "name": "*",
3935
- "package": "./accordion.styles"
3934
+ "name": "foundationAiIndicatorTemplate",
3935
+ "module": "./ai-indicator.template"
3936
3936
  }
3937
3937
  },
3938
3938
  {
3939
3939
  "kind": "js",
3940
- "name": "*",
3940
+ "name": "foundationAiIndicatorStyles",
3941
3941
  "declaration": {
3942
- "name": "*",
3943
- "package": "./accordion"
3942
+ "name": "foundationAiIndicatorStyles",
3943
+ "module": "./ai-indicator.styles"
3944
3944
  }
3945
3945
  }
3946
3946
  ]
@@ -56527,197 +56527,6 @@
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
- },
56721
56530
  {
56722
56531
  "kind": "javascript-module",
56723
56532
  "path": "src/_config/styles/colors.ts",
@@ -58090,6 +57899,197 @@
58090
57899
  "declarations": [],
58091
57900
  "exports": []
58092
57901
  },
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",