@genesislcap/foundation-ui 14.406.0-workspaces.3 → 14.406.0-workspaces.5

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.
Files changed (41) hide show
  1. package/dist/custom-elements.json +2141 -1197
  2. package/dist/dts/components/grid-register/grid-register.d.ts +19 -0
  3. package/dist/dts/components/grid-register/grid-register.d.ts.map +1 -0
  4. package/dist/dts/components/grid-register/grid-register.template.d.ts +4 -0
  5. package/dist/dts/components/grid-register/grid-register.template.d.ts.map +1 -0
  6. package/dist/dts/components/layout-wrapper/layout-wrapper.d.ts +10 -0
  7. package/dist/dts/components/layout-wrapper/layout-wrapper.d.ts.map +1 -0
  8. package/dist/dts/components/layout-wrapper/layout-wrapper.template.d.ts +4 -0
  9. package/dist/dts/components/layout-wrapper/layout-wrapper.template.d.ts.map +1 -0
  10. package/dist/dts/workspace/filter-registry.d.ts +34 -0
  11. package/dist/dts/workspace/filter-registry.d.ts.map +1 -0
  12. package/dist/dts/workspace/grid-registry.d.ts +47 -0
  13. package/dist/dts/workspace/grid-registry.d.ts.map +1 -0
  14. package/dist/dts/workspace/index.d.ts +4 -2
  15. package/dist/dts/workspace/index.d.ts.map +1 -1
  16. package/dist/dts/workspace/layout-registry.d.ts +27 -0
  17. package/dist/dts/workspace/layout-registry.d.ts.map +1 -0
  18. package/dist/dts/workspace/workspace-state.d.ts +45 -0
  19. package/dist/dts/workspace/workspace-state.d.ts.map +1 -0
  20. package/dist/dts/workspace/workspace-state.types.d.ts +0 -11
  21. package/dist/dts/workspace/workspace-state.types.d.ts.map +1 -1
  22. package/dist/dts/workspace/workspace.types.d.ts +1 -1
  23. package/dist/dts/workspace/workspace.types.d.ts.map +1 -1
  24. package/dist/dts/workspace-manager/workspace-manager.d.ts +5 -5
  25. package/dist/dts/workspace-manager/workspace-manager.d.ts.map +1 -1
  26. package/dist/esm/components/grid-register/grid-register.js +137 -0
  27. package/dist/esm/components/grid-register/grid-register.template.js +4 -0
  28. package/dist/esm/components/layout-wrapper/layout-wrapper.js +62 -0
  29. package/dist/esm/components/layout-wrapper/layout-wrapper.template.js +4 -0
  30. package/dist/esm/workspace/filter-registry.js +47 -0
  31. package/dist/esm/workspace/grid-registry.js +113 -0
  32. package/dist/esm/workspace/index.js +4 -2
  33. package/dist/esm/workspace/layout-registry.js +46 -0
  34. package/dist/esm/workspace/workspace-state.js +193 -0
  35. package/package.json +19 -19
  36. package/dist/dts/workspace/workspace-di.d.ts +0 -13
  37. package/dist/dts/workspace/workspace-di.d.ts.map +0 -1
  38. package/dist/dts/workspace/workspace-registry.types.d.ts +0 -34
  39. package/dist/dts/workspace/workspace-registry.types.d.ts.map +0 -1
  40. package/dist/esm/workspace/workspace-di.js +0 -9
  41. package/dist/esm/workspace/workspace-registry.types.js +0 -1
@@ -1303,6 +1303,613 @@
1303
1303
  }
1304
1304
  ]
1305
1305
  },
1306
+ {
1307
+ "kind": "javascript-module",
1308
+ "path": "src/accordion/accordion.styles.ts",
1309
+ "declarations": [
1310
+ {
1311
+ "kind": "function",
1312
+ "name": "foundationAccordionStyles",
1313
+ "return": {
1314
+ "type": {
1315
+ "text": "ElementStyles"
1316
+ }
1317
+ },
1318
+ "parameters": [
1319
+ {
1320
+ "name": "context",
1321
+ "type": {
1322
+ "text": "ElementDefinitionContext"
1323
+ }
1324
+ },
1325
+ {
1326
+ "name": "definition",
1327
+ "type": {
1328
+ "text": "FoundationElementDefinition"
1329
+ }
1330
+ }
1331
+ ]
1332
+ }
1333
+ ],
1334
+ "exports": [
1335
+ {
1336
+ "kind": "js",
1337
+ "name": "foundationAccordionStyles",
1338
+ "declaration": {
1339
+ "name": "foundationAccordionStyles",
1340
+ "module": "src/accordion/accordion.styles.ts"
1341
+ }
1342
+ }
1343
+ ]
1344
+ },
1345
+ {
1346
+ "kind": "javascript-module",
1347
+ "path": "src/accordion/accordion.template.ts",
1348
+ "declarations": [
1349
+ {
1350
+ "kind": "function",
1351
+ "name": "foundationAccordionTemplate",
1352
+ "return": {
1353
+ "type": {
1354
+ "text": "ViewTemplate<Accordion>"
1355
+ }
1356
+ },
1357
+ "parameters": [
1358
+ {
1359
+ "name": "context",
1360
+ "type": {
1361
+ "text": "ElementDefinitionContext"
1362
+ }
1363
+ },
1364
+ {
1365
+ "name": "definition",
1366
+ "type": {
1367
+ "text": "FoundationElementDefinition"
1368
+ }
1369
+ }
1370
+ ]
1371
+ }
1372
+ ],
1373
+ "exports": [
1374
+ {
1375
+ "kind": "js",
1376
+ "name": "foundationAccordionTemplate",
1377
+ "declaration": {
1378
+ "name": "foundationAccordionTemplate",
1379
+ "module": "src/accordion/accordion.template.ts"
1380
+ }
1381
+ }
1382
+ ]
1383
+ },
1384
+ {
1385
+ "kind": "javascript-module",
1386
+ "path": "src/accordion/accordion.ts",
1387
+ "declarations": [
1388
+ {
1389
+ "kind": "class",
1390
+ "description": "",
1391
+ "name": "Accordion",
1392
+ "superclass": {
1393
+ "name": "FASTAccordion",
1394
+ "package": "@microsoft/fast-foundation"
1395
+ },
1396
+ "tagName": "%%prefix%%-accordion",
1397
+ "customElement": true
1398
+ },
1399
+ {
1400
+ "kind": "variable",
1401
+ "name": "foundationAccordionShadowOptions",
1402
+ "type": {
1403
+ "text": "ShadowRootInit"
1404
+ },
1405
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1406
+ },
1407
+ {
1408
+ "kind": "variable",
1409
+ "name": "defaultAccordionConfig",
1410
+ "type": {
1411
+ "text": "object"
1412
+ },
1413
+ "default": "{}"
1414
+ },
1415
+ {
1416
+ "kind": "variable",
1417
+ "name": "foundationAccordion",
1418
+ "description": "The Foundation Accordion",
1419
+ "privacy": "public"
1420
+ }
1421
+ ],
1422
+ "exports": [
1423
+ {
1424
+ "kind": "js",
1425
+ "name": "Accordion",
1426
+ "declaration": {
1427
+ "name": "Accordion",
1428
+ "module": "src/accordion/accordion.ts"
1429
+ }
1430
+ },
1431
+ {
1432
+ "kind": "js",
1433
+ "name": "foundationAccordionShadowOptions",
1434
+ "declaration": {
1435
+ "name": "foundationAccordionShadowOptions",
1436
+ "module": "src/accordion/accordion.ts"
1437
+ }
1438
+ },
1439
+ {
1440
+ "kind": "js",
1441
+ "name": "defaultAccordionConfig",
1442
+ "declaration": {
1443
+ "name": "defaultAccordionConfig",
1444
+ "module": "src/accordion/accordion.ts"
1445
+ }
1446
+ },
1447
+ {
1448
+ "kind": "js",
1449
+ "name": "foundationAccordion",
1450
+ "declaration": {
1451
+ "name": "foundationAccordion",
1452
+ "module": "src/accordion/accordion.ts"
1453
+ }
1454
+ }
1455
+ ]
1456
+ },
1457
+ {
1458
+ "kind": "javascript-module",
1459
+ "path": "src/accordion/index.ts",
1460
+ "declarations": [],
1461
+ "exports": [
1462
+ {
1463
+ "kind": "js",
1464
+ "name": "*",
1465
+ "declaration": {
1466
+ "name": "*",
1467
+ "package": "./accordion.template"
1468
+ }
1469
+ },
1470
+ {
1471
+ "kind": "js",
1472
+ "name": "*",
1473
+ "declaration": {
1474
+ "name": "*",
1475
+ "package": "./accordion.styles"
1476
+ }
1477
+ },
1478
+ {
1479
+ "kind": "js",
1480
+ "name": "*",
1481
+ "declaration": {
1482
+ "name": "*",
1483
+ "package": "./accordion"
1484
+ }
1485
+ }
1486
+ ]
1487
+ },
1488
+ {
1489
+ "kind": "javascript-module",
1490
+ "path": "src/_config/index.ts",
1491
+ "declarations": [],
1492
+ "exports": [
1493
+ {
1494
+ "kind": "js",
1495
+ "name": "*",
1496
+ "declaration": {
1497
+ "name": "*",
1498
+ "package": "./styles"
1499
+ }
1500
+ },
1501
+ {
1502
+ "kind": "js",
1503
+ "name": "*",
1504
+ "declaration": {
1505
+ "name": "*",
1506
+ "package": "./tokens"
1507
+ }
1508
+ },
1509
+ {
1510
+ "kind": "js",
1511
+ "name": "*",
1512
+ "declaration": {
1513
+ "name": "*",
1514
+ "package": "./values"
1515
+ }
1516
+ }
1517
+ ]
1518
+ },
1519
+ {
1520
+ "kind": "javascript-module",
1521
+ "path": "src/accordion-item/accordion-item.styles.ts",
1522
+ "declarations": [
1523
+ {
1524
+ "kind": "function",
1525
+ "name": "foundationAccordionItemStyles",
1526
+ "return": {
1527
+ "type": {
1528
+ "text": "ElementStyles"
1529
+ }
1530
+ },
1531
+ "parameters": [
1532
+ {
1533
+ "name": "context",
1534
+ "type": {
1535
+ "text": "ElementDefinitionContext"
1536
+ }
1537
+ },
1538
+ {
1539
+ "name": "definition",
1540
+ "type": {
1541
+ "text": "FoundationElementDefinition"
1542
+ }
1543
+ }
1544
+ ]
1545
+ }
1546
+ ],
1547
+ "exports": [
1548
+ {
1549
+ "kind": "js",
1550
+ "name": "foundationAccordionItemStyles",
1551
+ "declaration": {
1552
+ "name": "foundationAccordionItemStyles",
1553
+ "module": "src/accordion-item/accordion-item.styles.ts"
1554
+ }
1555
+ }
1556
+ ]
1557
+ },
1558
+ {
1559
+ "kind": "javascript-module",
1560
+ "path": "src/accordion-item/accordion-item.template.ts",
1561
+ "declarations": [
1562
+ {
1563
+ "kind": "function",
1564
+ "name": "foundationAccordionItemTemplate",
1565
+ "return": {
1566
+ "type": {
1567
+ "text": "ViewTemplate<AccordionItem>"
1568
+ }
1569
+ },
1570
+ "parameters": [
1571
+ {
1572
+ "name": "context",
1573
+ "type": {
1574
+ "text": "ElementDefinitionContext"
1575
+ }
1576
+ },
1577
+ {
1578
+ "name": "definition",
1579
+ "type": {
1580
+ "text": "FoundationElementDefinition"
1581
+ }
1582
+ }
1583
+ ]
1584
+ }
1585
+ ],
1586
+ "exports": [
1587
+ {
1588
+ "kind": "js",
1589
+ "name": "foundationAccordionItemTemplate",
1590
+ "declaration": {
1591
+ "name": "foundationAccordionItemTemplate",
1592
+ "module": "src/accordion-item/accordion-item.template.ts"
1593
+ }
1594
+ }
1595
+ ]
1596
+ },
1597
+ {
1598
+ "kind": "javascript-module",
1599
+ "path": "src/accordion-item/accordion-item.ts",
1600
+ "declarations": [
1601
+ {
1602
+ "kind": "class",
1603
+ "description": "",
1604
+ "name": "AccordionItem",
1605
+ "superclass": {
1606
+ "name": "FASTAccordionItem",
1607
+ "package": "@microsoft/fast-components"
1608
+ },
1609
+ "tagName": "%%prefix%%-accordion-item",
1610
+ "customElement": true,
1611
+ "attributes": [
1612
+ {
1613
+ "name": "heading-level",
1614
+ "type": {
1615
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1616
+ },
1617
+ "default": "2",
1618
+ "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1619
+ "fieldName": "headinglevel",
1620
+ "inheritedFrom": {
1621
+ "name": "AccordionItem",
1622
+ "module": "src/accordion-item/accordion-item.ts"
1623
+ }
1624
+ },
1625
+ {
1626
+ "type": {
1627
+ "text": "boolean"
1628
+ },
1629
+ "default": "false",
1630
+ "description": "Expands or collapses the item.",
1631
+ "fieldName": "expanded",
1632
+ "inheritedFrom": {
1633
+ "name": "AccordionItem",
1634
+ "module": "src/accordion-item/accordion-item.ts"
1635
+ }
1636
+ },
1637
+ {
1638
+ "name": "id",
1639
+ "type": {
1640
+ "text": "string"
1641
+ },
1642
+ "description": "The item ID",
1643
+ "fieldName": "id",
1644
+ "inheritedFrom": {
1645
+ "name": "AccordionItem",
1646
+ "module": "src/accordion-item/accordion-item.ts"
1647
+ }
1648
+ }
1649
+ ],
1650
+ "members": [
1651
+ {
1652
+ "kind": "field",
1653
+ "name": "headinglevel",
1654
+ "type": {
1655
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1656
+ },
1657
+ "privacy": "public",
1658
+ "default": "2",
1659
+ "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1660
+ "inheritedFrom": {
1661
+ "name": "AccordionItem",
1662
+ "module": "src/accordion-item/accordion-item.ts"
1663
+ }
1664
+ },
1665
+ {
1666
+ "kind": "field",
1667
+ "name": "expanded",
1668
+ "type": {
1669
+ "text": "boolean"
1670
+ },
1671
+ "privacy": "public",
1672
+ "default": "false",
1673
+ "description": "Expands or collapses the item.",
1674
+ "inheritedFrom": {
1675
+ "name": "AccordionItem",
1676
+ "module": "src/accordion-item/accordion-item.ts"
1677
+ }
1678
+ },
1679
+ {
1680
+ "kind": "field",
1681
+ "name": "id",
1682
+ "type": {
1683
+ "text": "string"
1684
+ },
1685
+ "privacy": "public",
1686
+ "description": "The item ID",
1687
+ "inheritedFrom": {
1688
+ "name": "AccordionItem",
1689
+ "module": "src/accordion-item/accordion-item.ts"
1690
+ }
1691
+ },
1692
+ {
1693
+ "kind": "field",
1694
+ "name": "change",
1695
+ "privacy": "private",
1696
+ "inheritedFrom": {
1697
+ "name": "AccordionItem",
1698
+ "module": "src/accordion-item/accordion-item.ts"
1699
+ }
1700
+ },
1701
+ {
1702
+ "kind": "field",
1703
+ "name": "_presentation",
1704
+ "type": {
1705
+ "text": "ComponentPresentation | null | undefined"
1706
+ },
1707
+ "privacy": "private",
1708
+ "default": "void 0",
1709
+ "inheritedFrom": {
1710
+ "name": "FoundationElement",
1711
+ "module": "src/foundation-element/foundation-element.ts"
1712
+ }
1713
+ },
1714
+ {
1715
+ "kind": "field",
1716
+ "name": "$presentation",
1717
+ "type": {
1718
+ "text": "ComponentPresentation | null"
1719
+ },
1720
+ "privacy": "public",
1721
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1722
+ "inheritedFrom": {
1723
+ "name": "FoundationElement",
1724
+ "module": "src/foundation-element/foundation-element.ts"
1725
+ }
1726
+ },
1727
+ {
1728
+ "kind": "field",
1729
+ "name": "template",
1730
+ "type": {
1731
+ "text": "ElementViewTemplate | void | null"
1732
+ },
1733
+ "privacy": "public",
1734
+ "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.",
1735
+ "inheritedFrom": {
1736
+ "name": "FoundationElement",
1737
+ "module": "src/foundation-element/foundation-element.ts"
1738
+ }
1739
+ },
1740
+ {
1741
+ "kind": "method",
1742
+ "name": "templateChanged",
1743
+ "privacy": "protected",
1744
+ "return": {
1745
+ "type": {
1746
+ "text": "void"
1747
+ }
1748
+ },
1749
+ "inheritedFrom": {
1750
+ "name": "FoundationElement",
1751
+ "module": "src/foundation-element/foundation-element.ts"
1752
+ }
1753
+ },
1754
+ {
1755
+ "kind": "field",
1756
+ "name": "styles",
1757
+ "type": {
1758
+ "text": "ElementStyles | void | null"
1759
+ },
1760
+ "privacy": "public",
1761
+ "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.",
1762
+ "inheritedFrom": {
1763
+ "name": "FoundationElement",
1764
+ "module": "src/foundation-element/foundation-element.ts"
1765
+ }
1766
+ },
1767
+ {
1768
+ "kind": "method",
1769
+ "name": "stylesChanged",
1770
+ "privacy": "protected",
1771
+ "return": {
1772
+ "type": {
1773
+ "text": "void"
1774
+ }
1775
+ },
1776
+ "inheritedFrom": {
1777
+ "name": "FoundationElement",
1778
+ "module": "src/foundation-element/foundation-element.ts"
1779
+ }
1780
+ },
1781
+ {
1782
+ "kind": "method",
1783
+ "name": "compose",
1784
+ "privacy": "public",
1785
+ "static": true,
1786
+ "return": {
1787
+ "type": {
1788
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1789
+ }
1790
+ },
1791
+ "parameters": [
1792
+ {
1793
+ "name": "this",
1794
+ "type": {
1795
+ "text": "K"
1796
+ }
1797
+ },
1798
+ {
1799
+ "name": "elementDefinition",
1800
+ "type": {
1801
+ "text": "T"
1802
+ },
1803
+ "description": "The definition of the element to create the registry\nfunction for."
1804
+ }
1805
+ ],
1806
+ "description": "Defines an element registry function with a set of element definition defaults.",
1807
+ "inheritedFrom": {
1808
+ "name": "FoundationElement",
1809
+ "module": "src/foundation-element/foundation-element.ts"
1810
+ }
1811
+ }
1812
+ ],
1813
+ "events": [
1814
+ {
1815
+ "description": "Fires a custom 'change' event when the button is invoked",
1816
+ "name": "change",
1817
+ "inheritedFrom": {
1818
+ "name": "AccordionItem",
1819
+ "module": "src/accordion-item/accordion-item.ts"
1820
+ }
1821
+ }
1822
+ ]
1823
+ },
1824
+ {
1825
+ "kind": "variable",
1826
+ "name": "foundationAccordionItemShadowOptions",
1827
+ "type": {
1828
+ "text": "ShadowRootInit"
1829
+ },
1830
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1831
+ },
1832
+ {
1833
+ "kind": "variable",
1834
+ "name": "defaultAccordionItemConfig",
1835
+ "type": {
1836
+ "text": "object"
1837
+ },
1838
+ "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}"
1839
+ },
1840
+ {
1841
+ "kind": "variable",
1842
+ "name": "foundationAccordionItem",
1843
+ "description": "The Foundation Accordion Item",
1844
+ "privacy": "public"
1845
+ }
1846
+ ],
1847
+ "exports": [
1848
+ {
1849
+ "kind": "js",
1850
+ "name": "AccordionItem",
1851
+ "declaration": {
1852
+ "name": "AccordionItem",
1853
+ "module": "src/accordion-item/accordion-item.ts"
1854
+ }
1855
+ },
1856
+ {
1857
+ "kind": "js",
1858
+ "name": "foundationAccordionItemShadowOptions",
1859
+ "declaration": {
1860
+ "name": "foundationAccordionItemShadowOptions",
1861
+ "module": "src/accordion-item/accordion-item.ts"
1862
+ }
1863
+ },
1864
+ {
1865
+ "kind": "js",
1866
+ "name": "defaultAccordionItemConfig",
1867
+ "declaration": {
1868
+ "name": "defaultAccordionItemConfig",
1869
+ "module": "src/accordion-item/accordion-item.ts"
1870
+ }
1871
+ },
1872
+ {
1873
+ "kind": "js",
1874
+ "name": "foundationAccordionItem",
1875
+ "declaration": {
1876
+ "name": "foundationAccordionItem",
1877
+ "module": "src/accordion-item/accordion-item.ts"
1878
+ }
1879
+ }
1880
+ ]
1881
+ },
1882
+ {
1883
+ "kind": "javascript-module",
1884
+ "path": "src/accordion-item/index.ts",
1885
+ "declarations": [],
1886
+ "exports": [
1887
+ {
1888
+ "kind": "js",
1889
+ "name": "*",
1890
+ "declaration": {
1891
+ "name": "*",
1892
+ "package": "./accordion-item.template"
1893
+ }
1894
+ },
1895
+ {
1896
+ "kind": "js",
1897
+ "name": "*",
1898
+ "declaration": {
1899
+ "name": "*",
1900
+ "package": "./accordion-item.styles"
1901
+ }
1902
+ },
1903
+ {
1904
+ "kind": "js",
1905
+ "name": "*",
1906
+ "declaration": {
1907
+ "name": "*",
1908
+ "package": "./accordion-item"
1909
+ }
1910
+ }
1911
+ ]
1912
+ },
1306
1913
  {
1307
1914
  "kind": "javascript-module",
1308
1915
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -1781,453 +2388,59 @@
1781
2388
  },
1782
2389
  "fieldName": "buttonAppearance"
1783
2390
  },
1784
- {
1785
- "name": "hide-disabled",
1786
- "type": {
1787
- "text": "boolean"
1788
- },
1789
- "default": "false",
1790
- "fieldName": "hideDisabled"
1791
- },
1792
- {
1793
- "name": "hide-menu-single-option",
1794
- "type": {
1795
- "text": "boolean"
1796
- },
1797
- "default": "false",
1798
- "fieldName": "hideMenuSingleOption"
1799
- }
1800
- ],
1801
- "superclass": {
1802
- "name": "FoundationElement",
1803
- "package": "@microsoft/fast-foundation"
1804
- },
1805
- "tagName": "%%prefix%%-actions-menu",
1806
- "customElement": true
1807
- },
1808
- {
1809
- "kind": "variable",
1810
- "name": "foundationActionsMenu",
1811
- "description": "The Foundation Actions Menu",
1812
- "privacy": "public"
1813
- }
1814
- ],
1815
- "exports": [
1816
- {
1817
- "kind": "js",
1818
- "name": "ActionsMenu",
1819
- "declaration": {
1820
- "name": "ActionsMenu",
1821
- "module": "src/actions-menu/actions-menu.ts"
1822
- }
1823
- },
1824
- {
1825
- "kind": "js",
1826
- "name": "foundationActionsMenu",
1827
- "declaration": {
1828
- "name": "foundationActionsMenu",
1829
- "module": "src/actions-menu/actions-menu.ts"
1830
- }
1831
- }
1832
- ]
1833
- },
1834
- {
1835
- "kind": "javascript-module",
1836
- "path": "src/actions-menu/index.ts",
1837
- "declarations": [],
1838
- "exports": [
1839
- {
1840
- "kind": "js",
1841
- "name": "*",
1842
- "declaration": {
1843
- "name": "*",
1844
- "package": "./actions-menu.styles"
1845
- }
1846
- },
1847
- {
1848
- "kind": "js",
1849
- "name": "*",
1850
- "declaration": {
1851
- "name": "*",
1852
- "package": "./actions-menu.template"
1853
- }
1854
- },
1855
- {
1856
- "kind": "js",
1857
- "name": "*",
1858
- "declaration": {
1859
- "name": "*",
1860
- "package": "./actions-menu"
1861
- }
1862
- }
1863
- ]
1864
- },
1865
- {
1866
- "kind": "javascript-module",
1867
- "path": "src/accordion-item/accordion-item.styles.ts",
1868
- "declarations": [
1869
- {
1870
- "kind": "function",
1871
- "name": "foundationAccordionItemStyles",
1872
- "return": {
1873
- "type": {
1874
- "text": "ElementStyles"
1875
- }
1876
- },
1877
- "parameters": [
1878
- {
1879
- "name": "context",
1880
- "type": {
1881
- "text": "ElementDefinitionContext"
1882
- }
1883
- },
1884
- {
1885
- "name": "definition",
1886
- "type": {
1887
- "text": "FoundationElementDefinition"
1888
- }
1889
- }
1890
- ]
1891
- }
1892
- ],
1893
- "exports": [
1894
- {
1895
- "kind": "js",
1896
- "name": "foundationAccordionItemStyles",
1897
- "declaration": {
1898
- "name": "foundationAccordionItemStyles",
1899
- "module": "src/accordion-item/accordion-item.styles.ts"
1900
- }
1901
- }
1902
- ]
1903
- },
1904
- {
1905
- "kind": "javascript-module",
1906
- "path": "src/accordion-item/accordion-item.template.ts",
1907
- "declarations": [
1908
- {
1909
- "kind": "function",
1910
- "name": "foundationAccordionItemTemplate",
1911
- "return": {
1912
- "type": {
1913
- "text": "ViewTemplate<AccordionItem>"
1914
- }
1915
- },
1916
- "parameters": [
1917
- {
1918
- "name": "context",
1919
- "type": {
1920
- "text": "ElementDefinitionContext"
1921
- }
1922
- },
1923
- {
1924
- "name": "definition",
1925
- "type": {
1926
- "text": "FoundationElementDefinition"
1927
- }
1928
- }
1929
- ]
1930
- }
1931
- ],
1932
- "exports": [
1933
- {
1934
- "kind": "js",
1935
- "name": "foundationAccordionItemTemplate",
1936
- "declaration": {
1937
- "name": "foundationAccordionItemTemplate",
1938
- "module": "src/accordion-item/accordion-item.template.ts"
1939
- }
1940
- }
1941
- ]
1942
- },
1943
- {
1944
- "kind": "javascript-module",
1945
- "path": "src/accordion-item/accordion-item.ts",
1946
- "declarations": [
1947
- {
1948
- "kind": "class",
1949
- "description": "",
1950
- "name": "AccordionItem",
1951
- "superclass": {
1952
- "name": "FASTAccordionItem",
1953
- "package": "@microsoft/fast-components"
1954
- },
1955
- "tagName": "%%prefix%%-accordion-item",
1956
- "customElement": true,
1957
- "attributes": [
1958
- {
1959
- "name": "heading-level",
1960
- "type": {
1961
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1962
- },
1963
- "default": "2",
1964
- "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1965
- "fieldName": "headinglevel",
1966
- "inheritedFrom": {
1967
- "name": "AccordionItem",
1968
- "module": "src/accordion-item/accordion-item.ts"
1969
- }
1970
- },
1971
- {
1972
- "type": {
1973
- "text": "boolean"
1974
- },
1975
- "default": "false",
1976
- "description": "Expands or collapses the item.",
1977
- "fieldName": "expanded",
1978
- "inheritedFrom": {
1979
- "name": "AccordionItem",
1980
- "module": "src/accordion-item/accordion-item.ts"
1981
- }
1982
- },
1983
- {
1984
- "name": "id",
1985
- "type": {
1986
- "text": "string"
1987
- },
1988
- "description": "The item ID",
1989
- "fieldName": "id",
1990
- "inheritedFrom": {
1991
- "name": "AccordionItem",
1992
- "module": "src/accordion-item/accordion-item.ts"
1993
- }
1994
- }
1995
- ],
1996
- "members": [
1997
- {
1998
- "kind": "field",
1999
- "name": "headinglevel",
2000
- "type": {
2001
- "text": "1 | 2 | 3 | 4 | 5 | 6"
2002
- },
2003
- "privacy": "public",
2004
- "default": "2",
2005
- "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
2006
- "inheritedFrom": {
2007
- "name": "AccordionItem",
2008
- "module": "src/accordion-item/accordion-item.ts"
2009
- }
2010
- },
2011
- {
2012
- "kind": "field",
2013
- "name": "expanded",
2014
- "type": {
2015
- "text": "boolean"
2016
- },
2017
- "privacy": "public",
2018
- "default": "false",
2019
- "description": "Expands or collapses the item.",
2020
- "inheritedFrom": {
2021
- "name": "AccordionItem",
2022
- "module": "src/accordion-item/accordion-item.ts"
2023
- }
2024
- },
2025
- {
2026
- "kind": "field",
2027
- "name": "id",
2028
- "type": {
2029
- "text": "string"
2030
- },
2031
- "privacy": "public",
2032
- "description": "The item ID",
2033
- "inheritedFrom": {
2034
- "name": "AccordionItem",
2035
- "module": "src/accordion-item/accordion-item.ts"
2036
- }
2037
- },
2038
- {
2039
- "kind": "field",
2040
- "name": "change",
2041
- "privacy": "private",
2042
- "inheritedFrom": {
2043
- "name": "AccordionItem",
2044
- "module": "src/accordion-item/accordion-item.ts"
2045
- }
2046
- },
2047
- {
2048
- "kind": "field",
2049
- "name": "_presentation",
2050
- "type": {
2051
- "text": "ComponentPresentation | null | undefined"
2052
- },
2053
- "privacy": "private",
2054
- "default": "void 0",
2055
- "inheritedFrom": {
2056
- "name": "FoundationElement",
2057
- "module": "src/foundation-element/foundation-element.ts"
2058
- }
2059
- },
2060
- {
2061
- "kind": "field",
2062
- "name": "$presentation",
2063
- "type": {
2064
- "text": "ComponentPresentation | null"
2065
- },
2066
- "privacy": "public",
2067
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2068
- "inheritedFrom": {
2069
- "name": "FoundationElement",
2070
- "module": "src/foundation-element/foundation-element.ts"
2071
- }
2072
- },
2073
- {
2074
- "kind": "field",
2075
- "name": "template",
2076
- "type": {
2077
- "text": "ElementViewTemplate | void | null"
2078
- },
2079
- "privacy": "public",
2080
- "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.",
2081
- "inheritedFrom": {
2082
- "name": "FoundationElement",
2083
- "module": "src/foundation-element/foundation-element.ts"
2084
- }
2085
- },
2086
- {
2087
- "kind": "method",
2088
- "name": "templateChanged",
2089
- "privacy": "protected",
2090
- "return": {
2091
- "type": {
2092
- "text": "void"
2093
- }
2094
- },
2095
- "inheritedFrom": {
2096
- "name": "FoundationElement",
2097
- "module": "src/foundation-element/foundation-element.ts"
2098
- }
2099
- },
2100
- {
2101
- "kind": "field",
2102
- "name": "styles",
2103
- "type": {
2104
- "text": "ElementStyles | void | null"
2105
- },
2106
- "privacy": "public",
2107
- "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.",
2108
- "inheritedFrom": {
2109
- "name": "FoundationElement",
2110
- "module": "src/foundation-element/foundation-element.ts"
2111
- }
2112
- },
2113
- {
2114
- "kind": "method",
2115
- "name": "stylesChanged",
2116
- "privacy": "protected",
2117
- "return": {
2118
- "type": {
2119
- "text": "void"
2120
- }
2391
+ {
2392
+ "name": "hide-disabled",
2393
+ "type": {
2394
+ "text": "boolean"
2121
2395
  },
2122
- "inheritedFrom": {
2123
- "name": "FoundationElement",
2124
- "module": "src/foundation-element/foundation-element.ts"
2125
- }
2396
+ "default": "false",
2397
+ "fieldName": "hideDisabled"
2126
2398
  },
2127
2399
  {
2128
- "kind": "method",
2129
- "name": "compose",
2130
- "privacy": "public",
2131
- "static": true,
2132
- "return": {
2133
- "type": {
2134
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2135
- }
2400
+ "name": "hide-menu-single-option",
2401
+ "type": {
2402
+ "text": "boolean"
2136
2403
  },
2137
- "parameters": [
2138
- {
2139
- "name": "this",
2140
- "type": {
2141
- "text": "K"
2142
- }
2143
- },
2144
- {
2145
- "name": "elementDefinition",
2146
- "type": {
2147
- "text": "T"
2148
- },
2149
- "description": "The definition of the element to create the registry\nfunction for."
2150
- }
2151
- ],
2152
- "description": "Defines an element registry function with a set of element definition defaults.",
2153
- "inheritedFrom": {
2154
- "name": "FoundationElement",
2155
- "module": "src/foundation-element/foundation-element.ts"
2156
- }
2404
+ "default": "false",
2405
+ "fieldName": "hideMenuSingleOption"
2157
2406
  }
2158
2407
  ],
2159
- "events": [
2160
- {
2161
- "description": "Fires a custom 'change' event when the button is invoked",
2162
- "name": "change",
2163
- "inheritedFrom": {
2164
- "name": "AccordionItem",
2165
- "module": "src/accordion-item/accordion-item.ts"
2166
- }
2167
- }
2168
- ]
2169
- },
2170
- {
2171
- "kind": "variable",
2172
- "name": "foundationAccordionItemShadowOptions",
2173
- "type": {
2174
- "text": "ShadowRootInit"
2175
- },
2176
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2177
- },
2178
- {
2179
- "kind": "variable",
2180
- "name": "defaultAccordionItemConfig",
2181
- "type": {
2182
- "text": "object"
2408
+ "superclass": {
2409
+ "name": "FoundationElement",
2410
+ "package": "@microsoft/fast-foundation"
2183
2411
  },
2184
- "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}"
2412
+ "tagName": "%%prefix%%-actions-menu",
2413
+ "customElement": true
2185
2414
  },
2186
2415
  {
2187
2416
  "kind": "variable",
2188
- "name": "foundationAccordionItem",
2189
- "description": "The Foundation Accordion Item",
2417
+ "name": "foundationActionsMenu",
2418
+ "description": "The Foundation Actions Menu",
2190
2419
  "privacy": "public"
2191
2420
  }
2192
2421
  ],
2193
2422
  "exports": [
2194
2423
  {
2195
2424
  "kind": "js",
2196
- "name": "AccordionItem",
2197
- "declaration": {
2198
- "name": "AccordionItem",
2199
- "module": "src/accordion-item/accordion-item.ts"
2200
- }
2201
- },
2202
- {
2203
- "kind": "js",
2204
- "name": "foundationAccordionItemShadowOptions",
2205
- "declaration": {
2206
- "name": "foundationAccordionItemShadowOptions",
2207
- "module": "src/accordion-item/accordion-item.ts"
2208
- }
2209
- },
2210
- {
2211
- "kind": "js",
2212
- "name": "defaultAccordionItemConfig",
2425
+ "name": "ActionsMenu",
2213
2426
  "declaration": {
2214
- "name": "defaultAccordionItemConfig",
2215
- "module": "src/accordion-item/accordion-item.ts"
2427
+ "name": "ActionsMenu",
2428
+ "module": "src/actions-menu/actions-menu.ts"
2216
2429
  }
2217
2430
  },
2218
2431
  {
2219
2432
  "kind": "js",
2220
- "name": "foundationAccordionItem",
2433
+ "name": "foundationActionsMenu",
2221
2434
  "declaration": {
2222
- "name": "foundationAccordionItem",
2223
- "module": "src/accordion-item/accordion-item.ts"
2435
+ "name": "foundationActionsMenu",
2436
+ "module": "src/actions-menu/actions-menu.ts"
2224
2437
  }
2225
2438
  }
2226
2439
  ]
2227
2440
  },
2228
2441
  {
2229
2442
  "kind": "javascript-module",
2230
- "path": "src/accordion-item/index.ts",
2443
+ "path": "src/actions-menu/index.ts",
2231
2444
  "declarations": [],
2232
2445
  "exports": [
2233
2446
  {
@@ -2235,7 +2448,7 @@
2235
2448
  "name": "*",
2236
2449
  "declaration": {
2237
2450
  "name": "*",
2238
- "package": "./accordion-item.template"
2451
+ "package": "./actions-menu.styles"
2239
2452
  }
2240
2453
  },
2241
2454
  {
@@ -2243,7 +2456,7 @@
2243
2456
  "name": "*",
2244
2457
  "declaration": {
2245
2458
  "name": "*",
2246
- "package": "./accordion-item.styles"
2459
+ "package": "./actions-menu.template"
2247
2460
  }
2248
2461
  },
2249
2462
  {
@@ -2251,64 +2464,82 @@
2251
2464
  "name": "*",
2252
2465
  "declaration": {
2253
2466
  "name": "*",
2254
- "package": "./accordion-item"
2467
+ "package": "./actions-menu"
2255
2468
  }
2256
2469
  }
2257
2470
  ]
2258
2471
  },
2259
2472
  {
2260
2473
  "kind": "javascript-module",
2261
- "path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
2474
+ "path": "src/ai-indicator/ai-indicator.styles.ts",
2262
2475
  "declarations": [
2263
2476
  {
2264
- "kind": "variable",
2265
- "name": "foundationAiCriteriaSearchStyles",
2266
- "default": "css`\n :host {\n display: block;\n width: 800px;\n }\n\n .ai-criteria-search {\n display: flex;\n flex-direction: column;\n gap: calc(${designUnit} * 2px);\n }\n\n .ai-criteria-search-row {\n display: flex;\n flex-direction: row;\n gap: calc(${designUnit} * 2px);\n align-items: center;\n }\n\n .criteria-input {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n }\n\n .mic-icon {\n color: var(--neutral-foreground-rest);\n fill: currentColor;\n }\n\n .mode-control {\n flex-shrink: 0;\n }\n`"
2477
+ "kind": "function",
2478
+ "name": "foundationAiIndicatorStyles",
2479
+ "return": {
2480
+ "type": {
2481
+ "text": "ElementStyles"
2482
+ }
2483
+ },
2484
+ "parameters": [
2485
+ {
2486
+ "name": "context",
2487
+ "type": {
2488
+ "text": "ElementDefinitionContext"
2489
+ }
2490
+ },
2491
+ {
2492
+ "name": "definition",
2493
+ "type": {
2494
+ "text": "FoundationElementDefinition"
2495
+ }
2496
+ }
2497
+ ]
2267
2498
  }
2268
2499
  ],
2269
2500
  "exports": [
2270
2501
  {
2271
2502
  "kind": "js",
2272
- "name": "foundationAiCriteriaSearchStyles",
2503
+ "name": "foundationAiIndicatorStyles",
2273
2504
  "declaration": {
2274
- "name": "foundationAiCriteriaSearchStyles",
2275
- "module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
2505
+ "name": "foundationAiIndicatorStyles",
2506
+ "module": "src/ai-indicator/ai-indicator.styles.ts"
2276
2507
  }
2277
2508
  }
2278
2509
  ]
2279
2510
  },
2280
2511
  {
2281
2512
  "kind": "javascript-module",
2282
- "path": "src/ai-criteria-search/ai-criteria-search.template.ts",
2513
+ "path": "src/ai-indicator/ai-indicator.template.ts",
2283
2514
  "declarations": [
2284
2515
  {
2285
2516
  "kind": "variable",
2286
- "name": "foundationAiCriteriaSearchTemplate",
2517
+ "name": "foundationAiIndicatorTemplate",
2287
2518
  "type": {
2288
- "text": "ViewTemplate<AiCriteriaSearch>"
2519
+ "text": "ViewTemplate<AiIndicator>"
2289
2520
  },
2290
- "default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
2521
+ "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
2291
2522
  }
2292
2523
  ],
2293
2524
  "exports": [
2294
2525
  {
2295
2526
  "kind": "js",
2296
- "name": "foundationAiCriteriaSearchTemplate",
2527
+ "name": "foundationAiIndicatorTemplate",
2297
2528
  "declaration": {
2298
- "name": "foundationAiCriteriaSearchTemplate",
2299
- "module": "src/ai-criteria-search/ai-criteria-search.template.ts"
2529
+ "name": "foundationAiIndicatorTemplate",
2530
+ "module": "src/ai-indicator/ai-indicator.template.ts"
2300
2531
  }
2301
2532
  }
2302
2533
  ]
2303
2534
  },
2304
2535
  {
2305
2536
  "kind": "javascript-module",
2306
- "path": "src/ai-criteria-search/ai-criteria-search.ts",
2537
+ "path": "src/ai-indicator/ai-indicator.ts",
2307
2538
  "declarations": [
2308
2539
  {
2309
2540
  "kind": "class",
2310
2541
  "description": "",
2311
- "name": "AiCriteriaSearch",
2542
+ "name": "AiIndicator",
2312
2543
  "members": [
2313
2544
  {
2314
2545
  "kind": "field",
@@ -2319,38 +2550,31 @@
2319
2550
  },
2320
2551
  {
2321
2552
  "kind": "field",
2322
- "name": "placeholder",
2553
+ "name": "status",
2323
2554
  "type": {
2324
- "text": "string"
2555
+ "text": "AIStatus | null"
2325
2556
  },
2326
- "default": "'Describe your search criteria in natural language...'"
2557
+ "default": "null"
2327
2558
  },
2328
2559
  {
2329
2560
  "kind": "field",
2330
- "name": "disabled",
2561
+ "name": "open",
2331
2562
  "type": {
2332
2563
  "text": "boolean"
2333
- }
2334
- },
2335
- {
2336
- "kind": "field",
2337
- "name": "mode",
2338
- "type": {
2339
- "text": "'append' | 'replace'"
2340
2564
  },
2341
- "default": "'replace'"
2565
+ "default": "false"
2342
2566
  },
2343
2567
  {
2344
2568
  "kind": "field",
2345
- "name": "inputValue",
2569
+ "name": "state",
2346
2570
  "type": {
2347
- "text": "string"
2571
+ "text": "AIIndicatorState"
2348
2572
  },
2349
- "default": "''"
2573
+ "default": "'none'"
2350
2574
  },
2351
2575
  {
2352
2576
  "kind": "field",
2353
- "name": "isInterpreting",
2577
+ "name": "isInstalling",
2354
2578
  "type": {
2355
2579
  "text": "boolean"
2356
2580
  },
@@ -2358,91 +2582,133 @@
2358
2582
  },
2359
2583
  {
2360
2584
  "kind": "field",
2361
- "name": "lastValidCriteria",
2585
+ "name": "pollTimer",
2362
2586
  "type": {
2363
- "text": "string | null"
2587
+ "text": "ReturnType<typeof setInterval> | null"
2364
2588
  },
2589
+ "privacy": "private",
2365
2590
  "default": "null"
2366
2591
  },
2367
2592
  {
2368
2593
  "kind": "field",
2369
- "name": "fieldMetadata",
2370
- "type": {
2371
- "text": "MetadataDetail[] | string[]"
2372
- },
2373
- "default": "[]"
2594
+ "name": "clickOutside",
2595
+ "privacy": "private"
2374
2596
  },
2375
2597
  {
2376
2598
  "kind": "field",
2377
- "name": "isRecording",
2599
+ "name": "chromeStatusLabel",
2378
2600
  "type": {
2379
- "text": "boolean"
2601
+ "text": "string | null"
2380
2602
  },
2381
- "default": "false"
2603
+ "readonly": true
2382
2604
  },
2383
2605
  {
2384
2606
  "kind": "field",
2385
- "name": "textAreaRef",
2607
+ "name": "canInstall",
2386
2608
  "type": {
2387
- "text": "HTMLTextAreaElement"
2609
+ "text": "boolean"
2388
2610
  },
2389
- "privacy": "public"
2611
+ "readonly": true
2390
2612
  },
2391
2613
  {
2392
2614
  "kind": "field",
2393
- "name": "stopRecording",
2615
+ "name": "isDownloading",
2394
2616
  "type": {
2395
- "text": "(() => void) | null"
2617
+ "text": "boolean"
2396
2618
  },
2397
- "privacy": "private",
2398
- "default": "null"
2619
+ "readonly": true
2399
2620
  },
2400
2621
  {
2401
- "kind": "field",
2402
- "name": "speechApplyDebounceTimer",
2403
- "type": {
2404
- "text": "ReturnType<typeof setTimeout> | null"
2405
- },
2406
- "privacy": "private",
2407
- "default": "null"
2622
+ "kind": "method",
2623
+ "name": "openChanged",
2624
+ "return": {
2625
+ "type": {
2626
+ "text": "void"
2627
+ }
2628
+ }
2408
2629
  },
2409
2630
  {
2410
- "kind": "field",
2411
- "name": "baseInputForAppend",
2412
- "type": {
2413
- "text": "string"
2414
- },
2631
+ "kind": "method",
2632
+ "name": "handleClickOutside",
2415
2633
  "privacy": "private",
2416
- "default": "''"
2634
+ "parameters": [
2635
+ {
2636
+ "name": "event",
2637
+ "type": {
2638
+ "text": "MouseEvent"
2639
+ }
2640
+ }
2641
+ ]
2417
2642
  },
2418
2643
  {
2419
- "kind": "field",
2420
- "name": "speechAvailable",
2421
- "type": {
2422
- "text": "boolean"
2423
- },
2424
- "readonly": true
2644
+ "kind": "method",
2645
+ "name": "toggleDropdown"
2425
2646
  },
2426
2647
  {
2427
2648
  "kind": "method",
2428
- "name": "handleSubmit"
2649
+ "name": "refreshStatus",
2650
+ "return": {
2651
+ "type": {
2652
+ "text": "Promise<void>"
2653
+ }
2654
+ }
2429
2655
  },
2430
2656
  {
2431
2657
  "kind": "method",
2432
- "name": "handleBlur"
2658
+ "name": "deriveState",
2659
+ "privacy": "private",
2660
+ "return": {
2661
+ "type": {
2662
+ "text": "AIIndicatorState"
2663
+ }
2664
+ },
2665
+ "parameters": [
2666
+ {
2667
+ "name": "s",
2668
+ "type": {
2669
+ "text": "AIStatus | null"
2670
+ }
2671
+ }
2672
+ ]
2433
2673
  },
2434
2674
  {
2435
2675
  "kind": "method",
2436
- "name": "clear"
2676
+ "name": "maybeStartPolling",
2677
+ "privacy": "private",
2678
+ "return": {
2679
+ "type": {
2680
+ "text": "void"
2681
+ }
2682
+ }
2437
2683
  },
2438
2684
  {
2439
2685
  "kind": "method",
2440
- "name": "toggleSpeechInput"
2686
+ "name": "startPolling",
2687
+ "privacy": "private",
2688
+ "return": {
2689
+ "type": {
2690
+ "text": "void"
2691
+ }
2692
+ }
2441
2693
  },
2442
2694
  {
2443
2695
  "kind": "method",
2444
- "name": "clearSpeechApplyDebounce",
2445
- "privacy": "private"
2696
+ "name": "stopPolling",
2697
+ "privacy": "private",
2698
+ "return": {
2699
+ "type": {
2700
+ "text": "void"
2701
+ }
2702
+ }
2703
+ },
2704
+ {
2705
+ "kind": "method",
2706
+ "name": "onInstall",
2707
+ "return": {
2708
+ "type": {
2709
+ "text": "Promise<void>"
2710
+ }
2711
+ }
2446
2712
  },
2447
2713
  {
2448
2714
  "kind": "field",
@@ -2556,318 +2822,145 @@
2556
2822
  }
2557
2823
  }
2558
2824
  ],
2559
- "attributes": [
2560
- {
2561
- "name": "placeholder",
2562
- "type": {
2563
- "text": "string"
2564
- },
2565
- "default": "'Describe your search criteria in natural language...'",
2566
- "fieldName": "placeholder"
2567
- },
2568
- {
2569
- "type": {
2570
- "text": "boolean"
2571
- },
2572
- "fieldName": "disabled"
2573
- },
2574
- {
2575
- "name": "mode",
2576
- "type": {
2577
- "text": "'append' | 'replace'"
2578
- },
2579
- "default": "'replace'",
2580
- "fieldName": "mode"
2581
- }
2582
- ],
2583
2825
  "superclass": {
2584
2826
  "name": "FoundationElement",
2585
2827
  "package": "@microsoft/fast-foundation"
2586
2828
  },
2587
- "tagName": "%%prefix%%-ai-criteria-search",
2829
+ "tagName": "%%prefix%%-ai-indicator",
2588
2830
  "customElement": true
2589
2831
  },
2590
2832
  {
2591
2833
  "kind": "variable",
2592
- "name": "foundationAiCriteriaSearchShadowOptions",
2593
- "type": {
2594
- "text": "ShadowRootInit"
2595
- },
2596
- "default": "undefined"
2597
- },
2598
- {
2599
- "kind": "variable",
2600
- "name": "defaultAiCriteriaSearchConfig",
2601
- "type": {
2602
- "text": "object"
2603
- },
2604
- "default": "{}"
2605
- },
2606
- {
2607
- "kind": "variable",
2608
- "name": "foundationAiCriteriaSearch"
2834
+ "name": "foundationAiIndicator"
2609
2835
  }
2610
2836
  ],
2611
2837
  "exports": [
2612
2838
  {
2613
2839
  "kind": "js",
2614
- "name": "AiCriteriaSearch",
2615
- "declaration": {
2616
- "name": "AiCriteriaSearch",
2617
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2618
- }
2619
- },
2620
- {
2621
- "kind": "js",
2622
- "name": "foundationAiCriteriaSearchShadowOptions",
2623
- "declaration": {
2624
- "name": "foundationAiCriteriaSearchShadowOptions",
2625
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2626
- }
2627
- },
2628
- {
2629
- "kind": "js",
2630
- "name": "defaultAiCriteriaSearchConfig",
2840
+ "name": "AiIndicator",
2631
2841
  "declaration": {
2632
- "name": "defaultAiCriteriaSearchConfig",
2633
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2842
+ "name": "AiIndicator",
2843
+ "module": "src/ai-indicator/ai-indicator.ts"
2634
2844
  }
2635
2845
  },
2636
2846
  {
2637
2847
  "kind": "js",
2638
- "name": "foundationAiCriteriaSearch",
2848
+ "name": "foundationAiIndicator",
2639
2849
  "declaration": {
2640
- "name": "foundationAiCriteriaSearch",
2641
- "module": "src/ai-criteria-search/ai-criteria-search.ts"
2850
+ "name": "foundationAiIndicator",
2851
+ "module": "src/ai-indicator/ai-indicator.ts"
2642
2852
  }
2643
2853
  }
2644
2854
  ]
2645
2855
  },
2646
2856
  {
2647
2857
  "kind": "javascript-module",
2648
- "path": "src/ai-criteria-search/index.ts",
2858
+ "path": "src/ai-indicator/index.ts",
2649
2859
  "declarations": [],
2650
2860
  "exports": [
2651
2861
  {
2652
2862
  "kind": "js",
2653
- "name": "AiCriteriaSearch",
2654
- "declaration": {
2655
- "name": "AiCriteriaSearch",
2656
- "module": "./ai-criteria-search"
2657
- }
2658
- },
2659
- {
2660
- "kind": "js",
2661
- "name": "defaultAiCriteriaSearchConfig",
2662
- "declaration": {
2663
- "name": "defaultAiCriteriaSearchConfig",
2664
- "module": "./ai-criteria-search"
2665
- }
2666
- },
2667
- {
2668
- "kind": "js",
2669
- "name": "foundationAiCriteriaSearch",
2670
- "declaration": {
2671
- "name": "foundationAiCriteriaSearch",
2672
- "module": "./ai-criteria-search"
2673
- }
2674
- },
2675
- {
2676
- "kind": "js",
2677
- "name": "foundationAiCriteriaSearchShadowOptions",
2678
- "declaration": {
2679
- "name": "foundationAiCriteriaSearchShadowOptions",
2680
- "module": "./ai-criteria-search"
2681
- }
2682
- },
2683
- {
2684
- "kind": "js",
2685
- "name": "foundationAiCriteriaSearchStyles",
2686
- "declaration": {
2687
- "name": "foundationAiCriteriaSearchStyles",
2688
- "module": "./ai-criteria-search.styles"
2689
- }
2690
- },
2691
- {
2692
- "kind": "js",
2693
- "name": "foundationAiCriteriaSearchTemplate",
2863
+ "name": "AiIndicator",
2694
2864
  "declaration": {
2695
- "name": "foundationAiCriteriaSearchTemplate",
2696
- "module": "./ai-criteria-search.template"
2865
+ "name": "AiIndicator",
2866
+ "module": "./ai-indicator"
2697
2867
  }
2698
2868
  },
2699
2869
  {
2700
2870
  "kind": "js",
2701
- "name": "*",
2871
+ "name": "foundationAiIndicator",
2702
2872
  "declaration": {
2703
- "name": "*",
2704
- "package": "./validation/criteria-ir"
2873
+ "name": "foundationAiIndicator",
2874
+ "module": "./ai-indicator"
2705
2875
  }
2706
2876
  },
2707
2877
  {
2708
2878
  "kind": "js",
2709
- "name": "*",
2879
+ "name": "type",
2710
2880
  "declaration": {
2711
- "name": "*",
2712
- "package": "./validation/operator-map"
2881
+ "name": "type",
2882
+ "module": "./ai-indicator"
2713
2883
  }
2714
2884
  },
2715
2885
  {
2716
2886
  "kind": "js",
2717
- "name": "*",
2887
+ "name": "AIIndicatorState",
2718
2888
  "declaration": {
2719
- "name": "*",
2720
- "package": "./validation/schema-validator"
2889
+ "name": "AIIndicatorState",
2890
+ "module": "./ai-indicator"
2721
2891
  }
2722
- }
2723
- ]
2724
- },
2725
- {
2726
- "kind": "javascript-module",
2727
- "path": "src/ai-criteria-search/validation-error-notification.ts",
2728
- "declarations": [
2729
- {
2730
- "kind": "function",
2731
- "name": "formatValidationErrors",
2732
- "return": {
2733
- "type": {
2734
- "text": "string"
2735
- }
2736
- },
2737
- "parameters": [
2738
- {
2739
- "name": "errors",
2740
- "type": {
2741
- "text": "ValidationError[]"
2742
- }
2743
- }
2744
- ],
2745
- "description": "Formats validation errors into a user-friendly message."
2746
- },
2747
- {
2748
- "kind": "function",
2749
- "name": "showCriteriaError",
2750
- "return": {
2751
- "type": {
2752
- "text": "void"
2753
- }
2754
- },
2755
- "parameters": [
2756
- {
2757
- "name": "title",
2758
- "type": {
2759
- "text": "string"
2760
- },
2761
- "description": "Notification title (e.g. \"Criteria validation error\")"
2762
- },
2763
- {
2764
- "name": "body",
2765
- "type": {
2766
- "text": "string"
2767
- },
2768
- "description": "Error message to display"
2769
- },
2770
- {
2771
- "name": "tagName",
2772
- "type": {
2773
- "text": "string"
2774
- },
2775
- "description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
2776
- }
2777
- ],
2778
- "description": "Shows a criteria error as a toast notification."
2779
- }
2780
- ],
2781
- "exports": [
2892
+ },
2782
2893
  {
2783
2894
  "kind": "js",
2784
- "name": "formatValidationErrors",
2895
+ "name": "foundationAiIndicatorTemplate",
2785
2896
  "declaration": {
2786
- "name": "formatValidationErrors",
2787
- "module": "src/ai-criteria-search/validation-error-notification.ts"
2897
+ "name": "foundationAiIndicatorTemplate",
2898
+ "module": "./ai-indicator.template"
2788
2899
  }
2789
2900
  },
2790
2901
  {
2791
2902
  "kind": "js",
2792
- "name": "showCriteriaError",
2903
+ "name": "foundationAiIndicatorStyles",
2793
2904
  "declaration": {
2794
- "name": "showCriteriaError",
2795
- "module": "src/ai-criteria-search/validation-error-notification.ts"
2905
+ "name": "foundationAiIndicatorStyles",
2906
+ "module": "./ai-indicator.styles"
2796
2907
  }
2797
2908
  }
2798
2909
  ]
2799
2910
  },
2800
2911
  {
2801
2912
  "kind": "javascript-module",
2802
- "path": "src/ai-indicator/ai-indicator.styles.ts",
2913
+ "path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
2803
2914
  "declarations": [
2804
2915
  {
2805
- "kind": "function",
2806
- "name": "foundationAiIndicatorStyles",
2807
- "return": {
2808
- "type": {
2809
- "text": "ElementStyles"
2810
- }
2811
- },
2812
- "parameters": [
2813
- {
2814
- "name": "context",
2815
- "type": {
2816
- "text": "ElementDefinitionContext"
2817
- }
2818
- },
2819
- {
2820
- "name": "definition",
2821
- "type": {
2822
- "text": "FoundationElementDefinition"
2823
- }
2824
- }
2825
- ]
2916
+ "kind": "variable",
2917
+ "name": "foundationAiCriteriaSearchStyles",
2918
+ "default": "css`\n :host {\n display: block;\n width: 800px;\n }\n\n .ai-criteria-search {\n display: flex;\n flex-direction: column;\n gap: calc(${designUnit} * 2px);\n }\n\n .ai-criteria-search-row {\n display: flex;\n flex-direction: row;\n gap: calc(${designUnit} * 2px);\n align-items: center;\n }\n\n .criteria-input {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n }\n\n .mic-icon {\n color: var(--neutral-foreground-rest);\n fill: currentColor;\n }\n\n .mode-control {\n flex-shrink: 0;\n }\n`"
2826
2919
  }
2827
2920
  ],
2828
2921
  "exports": [
2829
2922
  {
2830
2923
  "kind": "js",
2831
- "name": "foundationAiIndicatorStyles",
2924
+ "name": "foundationAiCriteriaSearchStyles",
2832
2925
  "declaration": {
2833
- "name": "foundationAiIndicatorStyles",
2834
- "module": "src/ai-indicator/ai-indicator.styles.ts"
2926
+ "name": "foundationAiCriteriaSearchStyles",
2927
+ "module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
2835
2928
  }
2836
2929
  }
2837
2930
  ]
2838
2931
  },
2839
2932
  {
2840
2933
  "kind": "javascript-module",
2841
- "path": "src/ai-indicator/ai-indicator.template.ts",
2934
+ "path": "src/ai-criteria-search/ai-criteria-search.template.ts",
2842
2935
  "declarations": [
2843
2936
  {
2844
2937
  "kind": "variable",
2845
- "name": "foundationAiIndicatorTemplate",
2938
+ "name": "foundationAiCriteriaSearchTemplate",
2846
2939
  "type": {
2847
- "text": "ViewTemplate<AiIndicator>"
2940
+ "text": "ViewTemplate<AiCriteriaSearch>"
2848
2941
  },
2849
- "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
2942
+ "default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
2850
2943
  }
2851
2944
  ],
2852
2945
  "exports": [
2853
2946
  {
2854
2947
  "kind": "js",
2855
- "name": "foundationAiIndicatorTemplate",
2948
+ "name": "foundationAiCriteriaSearchTemplate",
2856
2949
  "declaration": {
2857
- "name": "foundationAiIndicatorTemplate",
2858
- "module": "src/ai-indicator/ai-indicator.template.ts"
2950
+ "name": "foundationAiCriteriaSearchTemplate",
2951
+ "module": "src/ai-criteria-search/ai-criteria-search.template.ts"
2859
2952
  }
2860
2953
  }
2861
2954
  ]
2862
2955
  },
2863
2956
  {
2864
2957
  "kind": "javascript-module",
2865
- "path": "src/ai-indicator/ai-indicator.ts",
2958
+ "path": "src/ai-criteria-search/ai-criteria-search.ts",
2866
2959
  "declarations": [
2867
2960
  {
2868
2961
  "kind": "class",
2869
2962
  "description": "",
2870
- "name": "AiIndicator",
2963
+ "name": "AiCriteriaSearch",
2871
2964
  "members": [
2872
2965
  {
2873
2966
  "kind": "field",
@@ -2878,31 +2971,38 @@
2878
2971
  },
2879
2972
  {
2880
2973
  "kind": "field",
2881
- "name": "status",
2974
+ "name": "placeholder",
2882
2975
  "type": {
2883
- "text": "AIStatus | null"
2976
+ "text": "string"
2884
2977
  },
2885
- "default": "null"
2978
+ "default": "'Describe your search criteria in natural language...'"
2886
2979
  },
2887
2980
  {
2888
2981
  "kind": "field",
2889
- "name": "open",
2982
+ "name": "disabled",
2890
2983
  "type": {
2891
2984
  "text": "boolean"
2985
+ }
2986
+ },
2987
+ {
2988
+ "kind": "field",
2989
+ "name": "mode",
2990
+ "type": {
2991
+ "text": "'append' | 'replace'"
2892
2992
  },
2893
- "default": "false"
2993
+ "default": "'replace'"
2894
2994
  },
2895
2995
  {
2896
2996
  "kind": "field",
2897
- "name": "state",
2997
+ "name": "inputValue",
2898
2998
  "type": {
2899
- "text": "AIIndicatorState"
2999
+ "text": "string"
2900
3000
  },
2901
- "default": "'none'"
3001
+ "default": "''"
2902
3002
  },
2903
3003
  {
2904
3004
  "kind": "field",
2905
- "name": "isInstalling",
3005
+ "name": "isInterpreting",
2906
3006
  "type": {
2907
3007
  "text": "boolean"
2908
3008
  },
@@ -2910,133 +3010,91 @@
2910
3010
  },
2911
3011
  {
2912
3012
  "kind": "field",
2913
- "name": "pollTimer",
3013
+ "name": "lastValidCriteria",
2914
3014
  "type": {
2915
- "text": "ReturnType<typeof setInterval> | null"
3015
+ "text": "string | null"
2916
3016
  },
2917
- "privacy": "private",
2918
3017
  "default": "null"
2919
3018
  },
2920
3019
  {
2921
3020
  "kind": "field",
2922
- "name": "clickOutside",
2923
- "privacy": "private"
2924
- },
2925
- {
2926
- "kind": "field",
2927
- "name": "chromeStatusLabel",
3021
+ "name": "fieldMetadata",
2928
3022
  "type": {
2929
- "text": "string | null"
3023
+ "text": "MetadataDetail[] | string[]"
2930
3024
  },
2931
- "readonly": true
3025
+ "default": "[]"
2932
3026
  },
2933
3027
  {
2934
3028
  "kind": "field",
2935
- "name": "canInstall",
3029
+ "name": "isRecording",
2936
3030
  "type": {
2937
3031
  "text": "boolean"
2938
3032
  },
2939
- "readonly": true
3033
+ "default": "false"
2940
3034
  },
2941
3035
  {
2942
3036
  "kind": "field",
2943
- "name": "isDownloading",
3037
+ "name": "textAreaRef",
2944
3038
  "type": {
2945
- "text": "boolean"
3039
+ "text": "HTMLTextAreaElement"
2946
3040
  },
2947
- "readonly": true
3041
+ "privacy": "public"
2948
3042
  },
2949
3043
  {
2950
- "kind": "method",
2951
- "name": "openChanged",
2952
- "return": {
2953
- "type": {
2954
- "text": "void"
2955
- }
2956
- }
3044
+ "kind": "field",
3045
+ "name": "stopRecording",
3046
+ "type": {
3047
+ "text": "(() => void) | null"
3048
+ },
3049
+ "privacy": "private",
3050
+ "default": "null"
2957
3051
  },
2958
3052
  {
2959
- "kind": "method",
2960
- "name": "handleClickOutside",
3053
+ "kind": "field",
3054
+ "name": "speechApplyDebounceTimer",
3055
+ "type": {
3056
+ "text": "ReturnType<typeof setTimeout> | null"
3057
+ },
2961
3058
  "privacy": "private",
2962
- "parameters": [
2963
- {
2964
- "name": "event",
2965
- "type": {
2966
- "text": "MouseEvent"
2967
- }
2968
- }
2969
- ]
3059
+ "default": "null"
2970
3060
  },
2971
3061
  {
2972
- "kind": "method",
2973
- "name": "toggleDropdown"
3062
+ "kind": "field",
3063
+ "name": "baseInputForAppend",
3064
+ "type": {
3065
+ "text": "string"
3066
+ },
3067
+ "privacy": "private",
3068
+ "default": "''"
2974
3069
  },
2975
3070
  {
2976
- "kind": "method",
2977
- "name": "refreshStatus",
2978
- "return": {
2979
- "type": {
2980
- "text": "Promise<void>"
2981
- }
2982
- }
3071
+ "kind": "field",
3072
+ "name": "speechAvailable",
3073
+ "type": {
3074
+ "text": "boolean"
3075
+ },
3076
+ "readonly": true
2983
3077
  },
2984
3078
  {
2985
3079
  "kind": "method",
2986
- "name": "deriveState",
2987
- "privacy": "private",
2988
- "return": {
2989
- "type": {
2990
- "text": "AIIndicatorState"
2991
- }
2992
- },
2993
- "parameters": [
2994
- {
2995
- "name": "s",
2996
- "type": {
2997
- "text": "AIStatus | null"
2998
- }
2999
- }
3000
- ]
3080
+ "name": "handleSubmit"
3001
3081
  },
3002
3082
  {
3003
3083
  "kind": "method",
3004
- "name": "maybeStartPolling",
3005
- "privacy": "private",
3006
- "return": {
3007
- "type": {
3008
- "text": "void"
3009
- }
3010
- }
3084
+ "name": "handleBlur"
3011
3085
  },
3012
3086
  {
3013
3087
  "kind": "method",
3014
- "name": "startPolling",
3015
- "privacy": "private",
3016
- "return": {
3017
- "type": {
3018
- "text": "void"
3019
- }
3020
- }
3088
+ "name": "clear"
3021
3089
  },
3022
3090
  {
3023
3091
  "kind": "method",
3024
- "name": "stopPolling",
3025
- "privacy": "private",
3026
- "return": {
3027
- "type": {
3028
- "text": "void"
3029
- }
3030
- }
3092
+ "name": "toggleSpeechInput"
3031
3093
  },
3032
3094
  {
3033
3095
  "kind": "method",
3034
- "name": "onInstall",
3035
- "return": {
3036
- "type": {
3037
- "text": "Promise<void>"
3038
- }
3039
- }
3096
+ "name": "clearSpeechApplyDebounce",
3097
+ "privacy": "private"
3040
3098
  },
3041
3099
  {
3042
3100
  "kind": "field",
@@ -3150,103 +3208,152 @@
3150
3208
  }
3151
3209
  }
3152
3210
  ],
3211
+ "attributes": [
3212
+ {
3213
+ "name": "placeholder",
3214
+ "type": {
3215
+ "text": "string"
3216
+ },
3217
+ "default": "'Describe your search criteria in natural language...'",
3218
+ "fieldName": "placeholder"
3219
+ },
3220
+ {
3221
+ "type": {
3222
+ "text": "boolean"
3223
+ },
3224
+ "fieldName": "disabled"
3225
+ },
3226
+ {
3227
+ "name": "mode",
3228
+ "type": {
3229
+ "text": "'append' | 'replace'"
3230
+ },
3231
+ "default": "'replace'",
3232
+ "fieldName": "mode"
3233
+ }
3234
+ ],
3153
3235
  "superclass": {
3154
3236
  "name": "FoundationElement",
3155
3237
  "package": "@microsoft/fast-foundation"
3156
3238
  },
3157
- "tagName": "%%prefix%%-ai-indicator",
3239
+ "tagName": "%%prefix%%-ai-criteria-search",
3158
3240
  "customElement": true
3159
3241
  },
3160
3242
  {
3161
3243
  "kind": "variable",
3162
- "name": "foundationAiIndicator"
3244
+ "name": "foundationAiCriteriaSearchShadowOptions",
3245
+ "type": {
3246
+ "text": "ShadowRootInit"
3247
+ },
3248
+ "default": "undefined"
3249
+ },
3250
+ {
3251
+ "kind": "variable",
3252
+ "name": "defaultAiCriteriaSearchConfig",
3253
+ "type": {
3254
+ "text": "object"
3255
+ },
3256
+ "default": "{}"
3257
+ },
3258
+ {
3259
+ "kind": "variable",
3260
+ "name": "foundationAiCriteriaSearch"
3163
3261
  }
3164
3262
  ],
3165
3263
  "exports": [
3166
3264
  {
3167
3265
  "kind": "js",
3168
- "name": "AiIndicator",
3266
+ "name": "AiCriteriaSearch",
3169
3267
  "declaration": {
3170
- "name": "AiIndicator",
3171
- "module": "src/ai-indicator/ai-indicator.ts"
3268
+ "name": "AiCriteriaSearch",
3269
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
3172
3270
  }
3173
3271
  },
3174
3272
  {
3175
3273
  "kind": "js",
3176
- "name": "foundationAiIndicator",
3274
+ "name": "foundationAiCriteriaSearchShadowOptions",
3177
3275
  "declaration": {
3178
- "name": "foundationAiIndicator",
3179
- "module": "src/ai-indicator/ai-indicator.ts"
3276
+ "name": "foundationAiCriteriaSearchShadowOptions",
3277
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
3278
+ }
3279
+ },
3280
+ {
3281
+ "kind": "js",
3282
+ "name": "defaultAiCriteriaSearchConfig",
3283
+ "declaration": {
3284
+ "name": "defaultAiCriteriaSearchConfig",
3285
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
3286
+ }
3287
+ },
3288
+ {
3289
+ "kind": "js",
3290
+ "name": "foundationAiCriteriaSearch",
3291
+ "declaration": {
3292
+ "name": "foundationAiCriteriaSearch",
3293
+ "module": "src/ai-criteria-search/ai-criteria-search.ts"
3180
3294
  }
3181
3295
  }
3182
3296
  ]
3183
3297
  },
3184
3298
  {
3185
3299
  "kind": "javascript-module",
3186
- "path": "src/ai-indicator/index.ts",
3300
+ "path": "src/ai-criteria-search/index.ts",
3187
3301
  "declarations": [],
3188
3302
  "exports": [
3189
3303
  {
3190
3304
  "kind": "js",
3191
- "name": "AiIndicator",
3305
+ "name": "AiCriteriaSearch",
3192
3306
  "declaration": {
3193
- "name": "AiIndicator",
3194
- "module": "./ai-indicator"
3307
+ "name": "AiCriteriaSearch",
3308
+ "module": "./ai-criteria-search"
3195
3309
  }
3196
3310
  },
3197
3311
  {
3198
3312
  "kind": "js",
3199
- "name": "foundationAiIndicator",
3313
+ "name": "defaultAiCriteriaSearchConfig",
3200
3314
  "declaration": {
3201
- "name": "foundationAiIndicator",
3202
- "module": "./ai-indicator"
3315
+ "name": "defaultAiCriteriaSearchConfig",
3316
+ "module": "./ai-criteria-search"
3203
3317
  }
3204
3318
  },
3205
3319
  {
3206
3320
  "kind": "js",
3207
- "name": "type",
3321
+ "name": "foundationAiCriteriaSearch",
3208
3322
  "declaration": {
3209
- "name": "type",
3210
- "module": "./ai-indicator"
3323
+ "name": "foundationAiCriteriaSearch",
3324
+ "module": "./ai-criteria-search"
3211
3325
  }
3212
3326
  },
3213
3327
  {
3214
3328
  "kind": "js",
3215
- "name": "AIIndicatorState",
3329
+ "name": "foundationAiCriteriaSearchShadowOptions",
3216
3330
  "declaration": {
3217
- "name": "AIIndicatorState",
3218
- "module": "./ai-indicator"
3331
+ "name": "foundationAiCriteriaSearchShadowOptions",
3332
+ "module": "./ai-criteria-search"
3219
3333
  }
3220
3334
  },
3221
3335
  {
3222
3336
  "kind": "js",
3223
- "name": "foundationAiIndicatorTemplate",
3337
+ "name": "foundationAiCriteriaSearchStyles",
3224
3338
  "declaration": {
3225
- "name": "foundationAiIndicatorTemplate",
3226
- "module": "./ai-indicator.template"
3339
+ "name": "foundationAiCriteriaSearchStyles",
3340
+ "module": "./ai-criteria-search.styles"
3227
3341
  }
3228
3342
  },
3229
3343
  {
3230
3344
  "kind": "js",
3231
- "name": "foundationAiIndicatorStyles",
3345
+ "name": "foundationAiCriteriaSearchTemplate",
3232
3346
  "declaration": {
3233
- "name": "foundationAiIndicatorStyles",
3234
- "module": "./ai-indicator.styles"
3347
+ "name": "foundationAiCriteriaSearchTemplate",
3348
+ "module": "./ai-criteria-search.template"
3235
3349
  }
3236
- }
3237
- ]
3238
- },
3239
- {
3240
- "kind": "javascript-module",
3241
- "path": "src/_config/index.ts",
3242
- "declarations": [],
3243
- "exports": [
3350
+ },
3244
3351
  {
3245
3352
  "kind": "js",
3246
3353
  "name": "*",
3247
3354
  "declaration": {
3248
3355
  "name": "*",
3249
- "package": "./styles"
3356
+ "package": "./validation/criteria-ir"
3250
3357
  }
3251
3358
  },
3252
3359
  {
@@ -3254,7 +3361,7 @@
3254
3361
  "name": "*",
3255
3362
  "declaration": {
3256
3363
  "name": "*",
3257
- "package": "./tokens"
3364
+ "package": "./validation/operator-map"
3258
3365
  }
3259
3366
  },
3260
3367
  {
@@ -3262,189 +3369,82 @@
3262
3369
  "name": "*",
3263
3370
  "declaration": {
3264
3371
  "name": "*",
3265
- "package": "./values"
3372
+ "package": "./validation/schema-validator"
3266
3373
  }
3267
3374
  }
3268
3375
  ]
3269
3376
  },
3270
3377
  {
3271
3378
  "kind": "javascript-module",
3272
- "path": "src/accordion/accordion.styles.ts",
3379
+ "path": "src/ai-criteria-search/validation-error-notification.ts",
3273
3380
  "declarations": [
3274
3381
  {
3275
3382
  "kind": "function",
3276
- "name": "foundationAccordionStyles",
3383
+ "name": "formatValidationErrors",
3277
3384
  "return": {
3278
3385
  "type": {
3279
- "text": "ElementStyles"
3386
+ "text": "string"
3280
3387
  }
3281
3388
  },
3282
3389
  "parameters": [
3283
3390
  {
3284
- "name": "context",
3285
- "type": {
3286
- "text": "ElementDefinitionContext"
3287
- }
3288
- },
3289
- {
3290
- "name": "definition",
3391
+ "name": "errors",
3291
3392
  "type": {
3292
- "text": "FoundationElementDefinition"
3393
+ "text": "ValidationError[]"
3293
3394
  }
3294
3395
  }
3295
- ]
3296
- }
3297
- ],
3298
- "exports": [
3299
- {
3300
- "kind": "js",
3301
- "name": "foundationAccordionStyles",
3302
- "declaration": {
3303
- "name": "foundationAccordionStyles",
3304
- "module": "src/accordion/accordion.styles.ts"
3305
- }
3306
- }
3307
- ]
3308
- },
3309
- {
3310
- "kind": "javascript-module",
3311
- "path": "src/accordion/accordion.template.ts",
3312
- "declarations": [
3396
+ ],
3397
+ "description": "Formats validation errors into a user-friendly message."
3398
+ },
3313
3399
  {
3314
3400
  "kind": "function",
3315
- "name": "foundationAccordionTemplate",
3401
+ "name": "showCriteriaError",
3316
3402
  "return": {
3317
3403
  "type": {
3318
- "text": "ViewTemplate<Accordion>"
3404
+ "text": "void"
3319
3405
  }
3320
3406
  },
3321
3407
  "parameters": [
3322
3408
  {
3323
- "name": "context",
3409
+ "name": "title",
3324
3410
  "type": {
3325
- "text": "ElementDefinitionContext"
3326
- }
3411
+ "text": "string"
3412
+ },
3413
+ "description": "Notification title (e.g. \"Criteria validation error\")"
3327
3414
  },
3328
3415
  {
3329
- "name": "definition",
3416
+ "name": "body",
3330
3417
  "type": {
3331
- "text": "FoundationElementDefinition"
3332
- }
3418
+ "text": "string"
3419
+ },
3420
+ "description": "Error message to display"
3421
+ },
3422
+ {
3423
+ "name": "tagName",
3424
+ "type": {
3425
+ "text": "string"
3426
+ },
3427
+ "description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
3333
3428
  }
3334
- ]
3335
- }
3336
- ],
3337
- "exports": [
3338
- {
3339
- "kind": "js",
3340
- "name": "foundationAccordionTemplate",
3341
- "declaration": {
3342
- "name": "foundationAccordionTemplate",
3343
- "module": "src/accordion/accordion.template.ts"
3344
- }
3345
- }
3346
- ]
3347
- },
3348
- {
3349
- "kind": "javascript-module",
3350
- "path": "src/accordion/accordion.ts",
3351
- "declarations": [
3352
- {
3353
- "kind": "class",
3354
- "description": "",
3355
- "name": "Accordion",
3356
- "superclass": {
3357
- "name": "FASTAccordion",
3358
- "package": "@microsoft/fast-foundation"
3359
- },
3360
- "tagName": "%%prefix%%-accordion",
3361
- "customElement": true
3362
- },
3363
- {
3364
- "kind": "variable",
3365
- "name": "foundationAccordionShadowOptions",
3366
- "type": {
3367
- "text": "ShadowRootInit"
3368
- },
3369
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3370
- },
3371
- {
3372
- "kind": "variable",
3373
- "name": "defaultAccordionConfig",
3374
- "type": {
3375
- "text": "object"
3376
- },
3377
- "default": "{}"
3378
- },
3379
- {
3380
- "kind": "variable",
3381
- "name": "foundationAccordion",
3382
- "description": "The Foundation Accordion",
3383
- "privacy": "public"
3429
+ ],
3430
+ "description": "Shows a criteria error as a toast notification."
3384
3431
  }
3385
3432
  ],
3386
3433
  "exports": [
3387
3434
  {
3388
3435
  "kind": "js",
3389
- "name": "Accordion",
3390
- "declaration": {
3391
- "name": "Accordion",
3392
- "module": "src/accordion/accordion.ts"
3393
- }
3394
- },
3395
- {
3396
- "kind": "js",
3397
- "name": "foundationAccordionShadowOptions",
3398
- "declaration": {
3399
- "name": "foundationAccordionShadowOptions",
3400
- "module": "src/accordion/accordion.ts"
3401
- }
3402
- },
3403
- {
3404
- "kind": "js",
3405
- "name": "defaultAccordionConfig",
3406
- "declaration": {
3407
- "name": "defaultAccordionConfig",
3408
- "module": "src/accordion/accordion.ts"
3409
- }
3410
- },
3411
- {
3412
- "kind": "js",
3413
- "name": "foundationAccordion",
3414
- "declaration": {
3415
- "name": "foundationAccordion",
3416
- "module": "src/accordion/accordion.ts"
3417
- }
3418
- }
3419
- ]
3420
- },
3421
- {
3422
- "kind": "javascript-module",
3423
- "path": "src/accordion/index.ts",
3424
- "declarations": [],
3425
- "exports": [
3426
- {
3427
- "kind": "js",
3428
- "name": "*",
3429
- "declaration": {
3430
- "name": "*",
3431
- "package": "./accordion.template"
3432
- }
3433
- },
3434
- {
3435
- "kind": "js",
3436
- "name": "*",
3436
+ "name": "formatValidationErrors",
3437
3437
  "declaration": {
3438
- "name": "*",
3439
- "package": "./accordion.styles"
3438
+ "name": "formatValidationErrors",
3439
+ "module": "src/ai-criteria-search/validation-error-notification.ts"
3440
3440
  }
3441
3441
  },
3442
3442
  {
3443
3443
  "kind": "js",
3444
- "name": "*",
3444
+ "name": "showCriteriaError",
3445
3445
  "declaration": {
3446
- "name": "*",
3447
- "package": "./accordion"
3446
+ "name": "showCriteriaError",
3447
+ "module": "src/ai-criteria-search/validation-error-notification.ts"
3448
3448
  }
3449
3449
  }
3450
3450
  ]
@@ -54320,6 +54320,330 @@
54320
54320
  }
54321
54321
  ]
54322
54322
  },
54323
+ {
54324
+ "kind": "javascript-module",
54325
+ "path": "src/workspace/filter-registry.ts",
54326
+ "declarations": [
54327
+ {
54328
+ "kind": "class",
54329
+ "description": "",
54330
+ "name": "DefaultFilterRegistry",
54331
+ "members": [
54332
+ {
54333
+ "kind": "field",
54334
+ "name": "filters",
54335
+ "type": {
54336
+ "text": "Map<string, FilterRegistration>"
54337
+ },
54338
+ "privacy": "private",
54339
+ "default": "new Map()"
54340
+ },
54341
+ {
54342
+ "kind": "method",
54343
+ "name": "registerFilter",
54344
+ "return": {
54345
+ "type": {
54346
+ "text": "void"
54347
+ }
54348
+ },
54349
+ "parameters": [
54350
+ {
54351
+ "name": "filterKey",
54352
+ "type": {
54353
+ "text": "string"
54354
+ }
54355
+ },
54356
+ {
54357
+ "name": "getFilterValue",
54358
+ "type": {
54359
+ "text": "() => SavedFilterValue | null"
54360
+ }
54361
+ },
54362
+ {
54363
+ "name": "setFilterValue",
54364
+ "type": {
54365
+ "text": "(value: string) => void"
54366
+ }
54367
+ }
54368
+ ]
54369
+ },
54370
+ {
54371
+ "kind": "method",
54372
+ "name": "unregisterFilter",
54373
+ "return": {
54374
+ "type": {
54375
+ "text": "void"
54376
+ }
54377
+ },
54378
+ "parameters": [
54379
+ {
54380
+ "name": "filterKey",
54381
+ "type": {
54382
+ "text": "string"
54383
+ }
54384
+ }
54385
+ ]
54386
+ },
54387
+ {
54388
+ "kind": "method",
54389
+ "name": "getAllFiltersValues",
54390
+ "return": {
54391
+ "type": {
54392
+ "text": "SavedFilterValue[]"
54393
+ }
54394
+ }
54395
+ },
54396
+ {
54397
+ "kind": "method",
54398
+ "name": "applyFiltersValues",
54399
+ "return": {
54400
+ "type": {
54401
+ "text": "void"
54402
+ }
54403
+ },
54404
+ "parameters": [
54405
+ {
54406
+ "name": "filtersValues",
54407
+ "type": {
54408
+ "text": "SavedFilterValue[]"
54409
+ }
54410
+ }
54411
+ ]
54412
+ }
54413
+ ]
54414
+ },
54415
+ {
54416
+ "kind": "variable",
54417
+ "name": "FilterRegistry",
54418
+ "description": "DI token for filter registry.",
54419
+ "privacy": "public"
54420
+ }
54421
+ ],
54422
+ "exports": [
54423
+ {
54424
+ "kind": "js",
54425
+ "name": "DefaultFilterRegistry",
54426
+ "declaration": {
54427
+ "name": "DefaultFilterRegistry",
54428
+ "module": "src/workspace/filter-registry.ts"
54429
+ }
54430
+ },
54431
+ {
54432
+ "kind": "js",
54433
+ "name": "FilterRegistry",
54434
+ "declaration": {
54435
+ "name": "FilterRegistry",
54436
+ "module": "src/workspace/filter-registry.ts"
54437
+ }
54438
+ }
54439
+ ]
54440
+ },
54441
+ {
54442
+ "kind": "javascript-module",
54443
+ "path": "src/workspace/grid-registry.ts",
54444
+ "declarations": [
54445
+ {
54446
+ "kind": "class",
54447
+ "description": "",
54448
+ "name": "DefaultGridRegistry",
54449
+ "members": [
54450
+ {
54451
+ "kind": "field",
54452
+ "name": "grids",
54453
+ "type": {
54454
+ "text": "Map<string, GridRegistration>"
54455
+ },
54456
+ "privacy": "private",
54457
+ "default": "new Map()"
54458
+ },
54459
+ {
54460
+ "kind": "field",
54461
+ "name": "cachedSettings",
54462
+ "type": {
54463
+ "text": "Map<string, SavedGridSettings>"
54464
+ },
54465
+ "privacy": "private",
54466
+ "default": "new Map()"
54467
+ },
54468
+ {
54469
+ "kind": "method",
54470
+ "name": "registerGrid",
54471
+ "return": {
54472
+ "type": {
54473
+ "text": "void"
54474
+ }
54475
+ },
54476
+ "parameters": [
54477
+ {
54478
+ "name": "gridKey",
54479
+ "type": {
54480
+ "text": "string"
54481
+ }
54482
+ },
54483
+ {
54484
+ "name": "gridApi",
54485
+ "type": {
54486
+ "text": "unknown"
54487
+ }
54488
+ },
54489
+ {
54490
+ "name": "columnApi",
54491
+ "type": {
54492
+ "text": "unknown"
54493
+ }
54494
+ }
54495
+ ]
54496
+ },
54497
+ {
54498
+ "kind": "method",
54499
+ "name": "getGrid",
54500
+ "return": {
54501
+ "type": {
54502
+ "text": "unknown"
54503
+ }
54504
+ },
54505
+ "parameters": [
54506
+ {
54507
+ "name": "gridKey",
54508
+ "type": {
54509
+ "text": "string"
54510
+ }
54511
+ }
54512
+ ]
54513
+ },
54514
+ {
54515
+ "kind": "method",
54516
+ "name": "unregisterGrid",
54517
+ "return": {
54518
+ "type": {
54519
+ "text": "void"
54520
+ }
54521
+ },
54522
+ "parameters": [
54523
+ {
54524
+ "name": "gridKey",
54525
+ "type": {
54526
+ "text": "string"
54527
+ }
54528
+ }
54529
+ ]
54530
+ },
54531
+ {
54532
+ "kind": "method",
54533
+ "name": "getAllGridsSettings",
54534
+ "return": {
54535
+ "type": {
54536
+ "text": "SavedGridSettings[]"
54537
+ }
54538
+ }
54539
+ },
54540
+ {
54541
+ "kind": "method",
54542
+ "name": "applyGridSettings",
54543
+ "return": {
54544
+ "type": {
54545
+ "text": "Promise<boolean>"
54546
+ }
54547
+ },
54548
+ "parameters": [
54549
+ {
54550
+ "name": "gridSetting",
54551
+ "type": {
54552
+ "text": "SavedGridSettings"
54553
+ }
54554
+ },
54555
+ {
54556
+ "name": "options",
54557
+ "optional": true,
54558
+ "type": {
54559
+ "text": "{ applyColumns?: boolean; applyFilters?: boolean }"
54560
+ }
54561
+ }
54562
+ ]
54563
+ },
54564
+ {
54565
+ "kind": "method",
54566
+ "name": "applyAllGridsSettings",
54567
+ "return": {
54568
+ "type": {
54569
+ "text": "Promise<void>"
54570
+ }
54571
+ },
54572
+ "parameters": [
54573
+ {
54574
+ "name": "gridSettings",
54575
+ "type": {
54576
+ "text": "SavedGridSettings[]"
54577
+ }
54578
+ },
54579
+ {
54580
+ "name": "maxRetries",
54581
+ "default": "3",
54582
+ "type": {
54583
+ "text": "number"
54584
+ }
54585
+ },
54586
+ {
54587
+ "name": "delayMs",
54588
+ "default": "200",
54589
+ "type": {
54590
+ "text": "number"
54591
+ }
54592
+ }
54593
+ ]
54594
+ },
54595
+ {
54596
+ "kind": "method",
54597
+ "name": "getGridSettings",
54598
+ "privacy": "private",
54599
+ "return": {
54600
+ "type": {
54601
+ "text": "SavedGridSettings | null"
54602
+ }
54603
+ },
54604
+ "parameters": [
54605
+ {
54606
+ "name": "gridKey",
54607
+ "type": {
54608
+ "text": "string"
54609
+ }
54610
+ },
54611
+ {
54612
+ "name": "grid",
54613
+ "type": {
54614
+ "text": "GridRegistration"
54615
+ }
54616
+ }
54617
+ ]
54618
+ }
54619
+ ]
54620
+ },
54621
+ {
54622
+ "kind": "variable",
54623
+ "name": "GridRegistry",
54624
+ "description": "DI token for grid registry.",
54625
+ "privacy": "public"
54626
+ }
54627
+ ],
54628
+ "exports": [
54629
+ {
54630
+ "kind": "js",
54631
+ "name": "DefaultGridRegistry",
54632
+ "declaration": {
54633
+ "name": "DefaultGridRegistry",
54634
+ "module": "src/workspace/grid-registry.ts"
54635
+ }
54636
+ },
54637
+ {
54638
+ "kind": "js",
54639
+ "name": "GridRegistry",
54640
+ "declaration": {
54641
+ "name": "GridRegistry",
54642
+ "module": "src/workspace/grid-registry.ts"
54643
+ }
54644
+ }
54645
+ ]
54646
+ },
54323
54647
  {
54324
54648
  "kind": "javascript-module",
54325
54649
  "path": "src/workspace/index.ts",
@@ -54346,7 +54670,23 @@
54346
54670
  "name": "*",
54347
54671
  "declaration": {
54348
54672
  "name": "*",
54349
- "package": "./workspace-registry.types"
54673
+ "package": "./workspace-state"
54674
+ }
54675
+ },
54676
+ {
54677
+ "kind": "js",
54678
+ "name": "*",
54679
+ "declaration": {
54680
+ "name": "*",
54681
+ "package": "./layout-registry"
54682
+ }
54683
+ },
54684
+ {
54685
+ "kind": "js",
54686
+ "name": "*",
54687
+ "declaration": {
54688
+ "name": "*",
54689
+ "package": "./grid-registry"
54350
54690
  }
54351
54691
  },
54352
54692
  {
@@ -54354,59 +54694,380 @@
54354
54694
  "name": "*",
54355
54695
  "declaration": {
54356
54696
  "name": "*",
54357
- "package": "./workspace-di"
54697
+ "package": "./filter-registry"
54358
54698
  }
54359
54699
  }
54360
54700
  ]
54361
54701
  },
54362
54702
  {
54363
54703
  "kind": "javascript-module",
54364
- "path": "src/workspace/workspace-di.ts",
54704
+ "path": "src/workspace/layout-registry.ts",
54365
54705
  "declarations": [
54366
54706
  {
54367
- "kind": "variable",
54368
- "name": "LayoutRegistry",
54369
- "description": "DI token for layout registry. Host app must register an implementation."
54370
- },
54371
- {
54372
- "kind": "variable",
54373
- "name": "GridRegistry",
54374
- "description": "DI token for grid registry. Host app must register an implementation."
54375
- },
54376
- {
54377
- "kind": "variable",
54378
- "name": "FilterRegistry",
54379
- "description": "DI token for filter registry. Host app must register an implementation."
54707
+ "kind": "class",
54708
+ "description": "Default layout registry implementation.",
54709
+ "name": "DefaultLayoutRegistry",
54710
+ "members": [
54711
+ {
54712
+ "kind": "field",
54713
+ "name": "layouts",
54714
+ "type": {
54715
+ "text": "Map<string, any>"
54716
+ },
54717
+ "privacy": "private",
54718
+ "default": "new Map()"
54719
+ },
54720
+ {
54721
+ "kind": "method",
54722
+ "name": "registerLayout",
54723
+ "return": {
54724
+ "type": {
54725
+ "text": "void"
54726
+ }
54727
+ },
54728
+ "parameters": [
54729
+ {
54730
+ "name": "layoutKey",
54731
+ "type": {
54732
+ "text": "string"
54733
+ }
54734
+ },
54735
+ {
54736
+ "name": "layout",
54737
+ "type": {
54738
+ "text": "any"
54739
+ }
54740
+ }
54741
+ ]
54742
+ },
54743
+ {
54744
+ "kind": "method",
54745
+ "name": "unregisterLayout",
54746
+ "return": {
54747
+ "type": {
54748
+ "text": "void"
54749
+ }
54750
+ },
54751
+ "parameters": [
54752
+ {
54753
+ "name": "layoutKey",
54754
+ "type": {
54755
+ "text": "string"
54756
+ }
54757
+ }
54758
+ ]
54759
+ },
54760
+ {
54761
+ "kind": "method",
54762
+ "name": "getLayoutsConfigs",
54763
+ "return": {
54764
+ "type": {
54765
+ "text": "SavedLayout[]"
54766
+ }
54767
+ }
54768
+ },
54769
+ {
54770
+ "kind": "method",
54771
+ "name": "applySavedLayouts",
54772
+ "return": {
54773
+ "type": {
54774
+ "text": "Promise<void>"
54775
+ }
54776
+ },
54777
+ "parameters": [
54778
+ {
54779
+ "name": "savedLayouts",
54780
+ "type": {
54781
+ "text": "SavedLayout[]"
54782
+ }
54783
+ }
54784
+ ]
54785
+ }
54786
+ ]
54380
54787
  },
54381
54788
  {
54382
54789
  "kind": "variable",
54383
- "name": "WorkspaceState",
54384
- "description": "DI token for workspace state. Host app must register an implementation."
54790
+ "name": "LayoutRegistry",
54791
+ "description": "DI token for layout registry.",
54792
+ "privacy": "public"
54385
54793
  }
54386
54794
  ],
54387
54795
  "exports": [
54388
54796
  {
54389
54797
  "kind": "js",
54390
- "name": "LayoutRegistry",
54798
+ "name": "DefaultLayoutRegistry",
54391
54799
  "declaration": {
54392
- "name": "LayoutRegistry",
54393
- "module": "src/workspace/workspace-di.ts"
54800
+ "name": "DefaultLayoutRegistry",
54801
+ "module": "src/workspace/layout-registry.ts"
54394
54802
  }
54395
54803
  },
54396
54804
  {
54397
54805
  "kind": "js",
54398
- "name": "GridRegistry",
54806
+ "name": "LayoutRegistry",
54399
54807
  "declaration": {
54400
- "name": "GridRegistry",
54401
- "module": "src/workspace/workspace-di.ts"
54808
+ "name": "LayoutRegistry",
54809
+ "module": "src/workspace/layout-registry.ts"
54402
54810
  }
54811
+ }
54812
+ ]
54813
+ },
54814
+ {
54815
+ "kind": "javascript-module",
54816
+ "path": "src/workspace/workspace-state.ts",
54817
+ "declarations": [
54818
+ {
54819
+ "kind": "class",
54820
+ "description": "Default workspace persistence implementation backed by KVStorage.",
54821
+ "name": "DefaultWorkspaceState",
54822
+ "members": [
54823
+ {
54824
+ "kind": "field",
54825
+ "name": "STORAGE_PREFIX",
54826
+ "type": {
54827
+ "text": "string"
54828
+ },
54829
+ "privacy": "private",
54830
+ "readonly": true,
54831
+ "default": "'workspace_'"
54832
+ },
54833
+ {
54834
+ "kind": "field",
54835
+ "name": "WORKSPACES_LIST_KEY",
54836
+ "type": {
54837
+ "text": "string"
54838
+ },
54839
+ "privacy": "private",
54840
+ "readonly": true,
54841
+ "default": "'workspaces_list'"
54842
+ },
54843
+ {
54844
+ "kind": "field",
54845
+ "name": "currentWorkspace",
54846
+ "type": {
54847
+ "text": "SavedWorkspace | null"
54848
+ },
54849
+ "privacy": "private",
54850
+ "default": "null"
54851
+ },
54852
+ {
54853
+ "kind": "method",
54854
+ "name": "getCurrentUsername",
54855
+ "privacy": "private",
54856
+ "return": {
54857
+ "type": {
54858
+ "text": "string"
54859
+ }
54860
+ }
54861
+ },
54862
+ {
54863
+ "kind": "method",
54864
+ "name": "getWorkspaceStorageKey",
54865
+ "privacy": "private",
54866
+ "return": {
54867
+ "type": {
54868
+ "text": "string"
54869
+ }
54870
+ },
54871
+ "parameters": [
54872
+ {
54873
+ "name": "workspaceName",
54874
+ "type": {
54875
+ "text": "string"
54876
+ }
54877
+ }
54878
+ ]
54879
+ },
54880
+ {
54881
+ "kind": "method",
54882
+ "name": "getWorkspacesListKey",
54883
+ "privacy": "private",
54884
+ "return": {
54885
+ "type": {
54886
+ "text": "string"
54887
+ }
54888
+ }
54889
+ },
54890
+ {
54891
+ "kind": "method",
54892
+ "name": "saveWorkspace",
54893
+ "return": {
54894
+ "type": {
54895
+ "text": "Promise<void>"
54896
+ }
54897
+ },
54898
+ "parameters": [
54899
+ {
54900
+ "name": "workspaceName",
54901
+ "type": {
54902
+ "text": "string"
54903
+ }
54904
+ },
54905
+ {
54906
+ "name": "layouts",
54907
+ "type": {
54908
+ "text": "SavedLayout[]"
54909
+ }
54910
+ },
54911
+ {
54912
+ "name": "grids",
54913
+ "type": {
54914
+ "text": "SavedGridSettings[]"
54915
+ }
54916
+ },
54917
+ {
54918
+ "name": "filters",
54919
+ "type": {
54920
+ "text": "SavedFilterValue[]"
54921
+ }
54922
+ },
54923
+ {
54924
+ "name": "description",
54925
+ "optional": true,
54926
+ "type": {
54927
+ "text": "string"
54928
+ }
54929
+ }
54930
+ ]
54931
+ },
54932
+ {
54933
+ "kind": "method",
54934
+ "name": "loadWorkspace",
54935
+ "return": {
54936
+ "type": {
54937
+ "text": "Promise<SavedWorkspace | null>"
54938
+ }
54939
+ },
54940
+ "parameters": [
54941
+ {
54942
+ "name": "workspaceName",
54943
+ "type": {
54944
+ "text": "string"
54945
+ }
54946
+ }
54947
+ ]
54948
+ },
54949
+ {
54950
+ "kind": "method",
54951
+ "name": "getWorkspace",
54952
+ "privacy": "private",
54953
+ "return": {
54954
+ "type": {
54955
+ "text": "Promise<SavedWorkspace | null>"
54956
+ }
54957
+ },
54958
+ "parameters": [
54959
+ {
54960
+ "name": "workspaceName",
54961
+ "type": {
54962
+ "text": "string"
54963
+ }
54964
+ }
54965
+ ]
54966
+ },
54967
+ {
54968
+ "kind": "method",
54969
+ "name": "getCurrentWorkspace",
54970
+ "return": {
54971
+ "type": {
54972
+ "text": "SavedWorkspace | null"
54973
+ }
54974
+ }
54975
+ },
54976
+ {
54977
+ "kind": "method",
54978
+ "name": "setCurrentWorkspace",
54979
+ "return": {
54980
+ "type": {
54981
+ "text": "void"
54982
+ }
54983
+ },
54984
+ "parameters": [
54985
+ {
54986
+ "name": "workspace",
54987
+ "type": {
54988
+ "text": "SavedWorkspace | null"
54989
+ }
54990
+ }
54991
+ ]
54992
+ },
54993
+ {
54994
+ "kind": "method",
54995
+ "name": "getSavedWorkspaces",
54996
+ "return": {
54997
+ "type": {
54998
+ "text": "Promise<SavedWorkspace[]>"
54999
+ }
55000
+ }
55001
+ },
55002
+ {
55003
+ "kind": "method",
55004
+ "name": "deleteWorkspace",
55005
+ "return": {
55006
+ "type": {
55007
+ "text": "Promise<void>"
55008
+ }
55009
+ },
55010
+ "parameters": [
55011
+ {
55012
+ "name": "workspaceName",
55013
+ "type": {
55014
+ "text": "string"
55015
+ }
55016
+ }
55017
+ ]
55018
+ },
55019
+ {
55020
+ "kind": "method",
55021
+ "name": "updateWorkspacesList",
55022
+ "privacy": "private",
55023
+ "return": {
55024
+ "type": {
55025
+ "text": "Promise<void>"
55026
+ }
55027
+ },
55028
+ "parameters": [
55029
+ {
55030
+ "name": "workspaceName",
55031
+ "type": {
55032
+ "text": "string"
55033
+ }
55034
+ }
55035
+ ]
55036
+ },
55037
+ {
55038
+ "kind": "method",
55039
+ "name": "removeFromWorkspacesList",
55040
+ "privacy": "private",
55041
+ "return": {
55042
+ "type": {
55043
+ "text": "Promise<void>"
55044
+ }
55045
+ },
55046
+ "parameters": [
55047
+ {
55048
+ "name": "workspaceName",
55049
+ "type": {
55050
+ "text": "string"
55051
+ }
55052
+ }
55053
+ ]
55054
+ }
55055
+ ]
54403
55056
  },
55057
+ {
55058
+ "kind": "variable",
55059
+ "name": "WorkspaceState",
55060
+ "description": "DI token for workspace state.",
55061
+ "privacy": "public"
55062
+ }
55063
+ ],
55064
+ "exports": [
54404
55065
  {
54405
55066
  "kind": "js",
54406
- "name": "FilterRegistry",
55067
+ "name": "DefaultWorkspaceState",
54407
55068
  "declaration": {
54408
- "name": "FilterRegistry",
54409
- "module": "src/workspace/workspace-di.ts"
55069
+ "name": "DefaultWorkspaceState",
55070
+ "module": "src/workspace/workspace-state.ts"
54410
55071
  }
54411
55072
  },
54412
55073
  {
@@ -54414,17 +55075,11 @@
54414
55075
  "name": "WorkspaceState",
54415
55076
  "declaration": {
54416
55077
  "name": "WorkspaceState",
54417
- "module": "src/workspace/workspace-di.ts"
55078
+ "module": "src/workspace/workspace-state.ts"
54418
55079
  }
54419
55080
  }
54420
55081
  ]
54421
55082
  },
54422
- {
54423
- "kind": "javascript-module",
54424
- "path": "src/workspace/workspace-registry.types.ts",
54425
- "declarations": [],
54426
- "exports": []
54427
- },
54428
55083
  {
54429
55084
  "kind": "javascript-module",
54430
55085
  "path": "src/workspace/workspace-state.types.ts",
@@ -54631,28 +55286,28 @@
54631
55286
  "kind": "field",
54632
55287
  "name": "layoutRegistry",
54633
55288
  "type": {
54634
- "text": "ILayoutRegistry"
55289
+ "text": "LayoutRegistry"
54635
55290
  }
54636
55291
  },
54637
55292
  {
54638
55293
  "kind": "field",
54639
55294
  "name": "gridRegistry",
54640
55295
  "type": {
54641
- "text": "IGridRegistry"
55296
+ "text": "GridRegistry"
54642
55297
  }
54643
55298
  },
54644
55299
  {
54645
55300
  "kind": "field",
54646
55301
  "name": "filterRegistry",
54647
55302
  "type": {
54648
- "text": "IFilterRegistry"
55303
+ "text": "FilterRegistry"
54649
55304
  }
54650
55305
  },
54651
55306
  {
54652
55307
  "kind": "field",
54653
55308
  "name": "workspaceState",
54654
55309
  "type": {
54655
- "text": "IWorkspaceState"
55310
+ "text": "WorkspaceState"
54656
55311
  }
54657
55312
  },
54658
55313
  {
@@ -55208,181 +55863,6 @@
55208
55863
  }
55209
55864
  ]
55210
55865
  },
55211
- {
55212
- "kind": "javascript-module",
55213
- "path": "src/ai-criteria-search/validation/criteria-ir.ts",
55214
- "declarations": [],
55215
- "exports": []
55216
- },
55217
- {
55218
- "kind": "javascript-module",
55219
- "path": "src/ai-criteria-search/validation/operator-map.ts",
55220
- "declarations": [
55221
- {
55222
- "kind": "function",
55223
- "name": "groupsToCriteria",
55224
- "return": {
55225
- "type": {
55226
- "text": "string"
55227
- }
55228
- },
55229
- "parameters": [
55230
- {
55231
- "name": "groups",
55232
- "type": {
55233
- "text": "CriteriaGroup[]"
55234
- }
55235
- }
55236
- ],
55237
- "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."
55238
- },
55239
- {
55240
- "kind": "variable",
55241
- "name": "STRING_OPERATORS",
55242
- "type": {
55243
- "text": "CriteriaOperator[]"
55244
- },
55245
- "default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
55246
- },
55247
- {
55248
- "kind": "variable",
55249
- "name": "NUMERIC_OPERATORS",
55250
- "type": {
55251
- "text": "CriteriaOperator[]"
55252
- },
55253
- "default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
55254
- },
55255
- {
55256
- "kind": "variable",
55257
- "name": "DATE_OPERATORS",
55258
- "type": {
55259
- "text": "CriteriaOperator[]"
55260
- },
55261
- "default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
55262
- },
55263
- {
55264
- "kind": "variable",
55265
- "name": "DATETIME_OPERATORS",
55266
- "type": {
55267
- "text": "CriteriaOperator[]"
55268
- },
55269
- "default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
55270
- }
55271
- ],
55272
- "exports": [
55273
- {
55274
- "kind": "js",
55275
- "name": "groupsToCriteria",
55276
- "declaration": {
55277
- "name": "groupsToCriteria",
55278
- "module": "src/ai-criteria-search/validation/operator-map.ts"
55279
- }
55280
- },
55281
- {
55282
- "kind": "js",
55283
- "name": "STRING_OPERATORS",
55284
- "declaration": {
55285
- "name": "STRING_OPERATORS",
55286
- "module": "src/ai-criteria-search/validation/operator-map.ts"
55287
- }
55288
- },
55289
- {
55290
- "kind": "js",
55291
- "name": "NUMERIC_OPERATORS",
55292
- "declaration": {
55293
- "name": "NUMERIC_OPERATORS",
55294
- "module": "src/ai-criteria-search/validation/operator-map.ts"
55295
- }
55296
- },
55297
- {
55298
- "kind": "js",
55299
- "name": "DATE_OPERATORS",
55300
- "declaration": {
55301
- "name": "DATE_OPERATORS",
55302
- "module": "src/ai-criteria-search/validation/operator-map.ts"
55303
- }
55304
- },
55305
- {
55306
- "kind": "js",
55307
- "name": "DATETIME_OPERATORS",
55308
- "declaration": {
55309
- "name": "DATETIME_OPERATORS",
55310
- "module": "src/ai-criteria-search/validation/operator-map.ts"
55311
- }
55312
- }
55313
- ]
55314
- },
55315
- {
55316
- "kind": "javascript-module",
55317
- "path": "src/ai-criteria-search/validation/schema-validator.ts",
55318
- "declarations": [
55319
- {
55320
- "kind": "function",
55321
- "name": "validateClauses",
55322
- "return": {
55323
- "type": {
55324
- "text": "ValidationResult"
55325
- }
55326
- },
55327
- "parameters": [
55328
- {
55329
- "name": "clauses",
55330
- "type": {
55331
- "text": "CriteriaClause[]"
55332
- }
55333
- },
55334
- {
55335
- "name": "fieldMetadata",
55336
- "type": {
55337
- "text": "MetadataDetail[] | string[]"
55338
- }
55339
- }
55340
- ]
55341
- },
55342
- {
55343
- "kind": "function",
55344
- "name": "validateGroups",
55345
- "return": {
55346
- "type": {
55347
- "text": "GroupsValidationResult"
55348
- }
55349
- },
55350
- "parameters": [
55351
- {
55352
- "name": "groups",
55353
- "type": {
55354
- "text": "CriteriaGroup[]"
55355
- }
55356
- },
55357
- {
55358
- "name": "fieldMetadata",
55359
- "type": {
55360
- "text": "MetadataDetail[] | string[]"
55361
- }
55362
- }
55363
- ],
55364
- "description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
55365
- }
55366
- ],
55367
- "exports": [
55368
- {
55369
- "kind": "js",
55370
- "name": "validateClauses",
55371
- "declaration": {
55372
- "name": "validateClauses",
55373
- "module": "src/ai-criteria-search/validation/schema-validator.ts"
55374
- }
55375
- },
55376
- {
55377
- "kind": "js",
55378
- "name": "validateGroups",
55379
- "declaration": {
55380
- "name": "validateGroups",
55381
- "module": "src/ai-criteria-search/validation/schema-validator.ts"
55382
- }
55383
- }
55384
- ]
55385
- },
55386
55866
  {
55387
55867
  "kind": "javascript-module",
55388
55868
  "path": "src/_config/styles/colors.ts",
@@ -56755,6 +57235,470 @@
56755
57235
  "declarations": [],
56756
57236
  "exports": []
56757
57237
  },
57238
+ {
57239
+ "kind": "javascript-module",
57240
+ "path": "src/ai-criteria-search/validation/criteria-ir.ts",
57241
+ "declarations": [],
57242
+ "exports": []
57243
+ },
57244
+ {
57245
+ "kind": "javascript-module",
57246
+ "path": "src/ai-criteria-search/validation/operator-map.ts",
57247
+ "declarations": [
57248
+ {
57249
+ "kind": "function",
57250
+ "name": "groupsToCriteria",
57251
+ "return": {
57252
+ "type": {
57253
+ "text": "string"
57254
+ }
57255
+ },
57256
+ "parameters": [
57257
+ {
57258
+ "name": "groups",
57259
+ "type": {
57260
+ "text": "CriteriaGroup[]"
57261
+ }
57262
+ }
57263
+ ],
57264
+ "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."
57265
+ },
57266
+ {
57267
+ "kind": "variable",
57268
+ "name": "STRING_OPERATORS",
57269
+ "type": {
57270
+ "text": "CriteriaOperator[]"
57271
+ },
57272
+ "default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
57273
+ },
57274
+ {
57275
+ "kind": "variable",
57276
+ "name": "NUMERIC_OPERATORS",
57277
+ "type": {
57278
+ "text": "CriteriaOperator[]"
57279
+ },
57280
+ "default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
57281
+ },
57282
+ {
57283
+ "kind": "variable",
57284
+ "name": "DATE_OPERATORS",
57285
+ "type": {
57286
+ "text": "CriteriaOperator[]"
57287
+ },
57288
+ "default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
57289
+ },
57290
+ {
57291
+ "kind": "variable",
57292
+ "name": "DATETIME_OPERATORS",
57293
+ "type": {
57294
+ "text": "CriteriaOperator[]"
57295
+ },
57296
+ "default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
57297
+ }
57298
+ ],
57299
+ "exports": [
57300
+ {
57301
+ "kind": "js",
57302
+ "name": "groupsToCriteria",
57303
+ "declaration": {
57304
+ "name": "groupsToCriteria",
57305
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57306
+ }
57307
+ },
57308
+ {
57309
+ "kind": "js",
57310
+ "name": "STRING_OPERATORS",
57311
+ "declaration": {
57312
+ "name": "STRING_OPERATORS",
57313
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57314
+ }
57315
+ },
57316
+ {
57317
+ "kind": "js",
57318
+ "name": "NUMERIC_OPERATORS",
57319
+ "declaration": {
57320
+ "name": "NUMERIC_OPERATORS",
57321
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57322
+ }
57323
+ },
57324
+ {
57325
+ "kind": "js",
57326
+ "name": "DATE_OPERATORS",
57327
+ "declaration": {
57328
+ "name": "DATE_OPERATORS",
57329
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57330
+ }
57331
+ },
57332
+ {
57333
+ "kind": "js",
57334
+ "name": "DATETIME_OPERATORS",
57335
+ "declaration": {
57336
+ "name": "DATETIME_OPERATORS",
57337
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57338
+ }
57339
+ }
57340
+ ]
57341
+ },
57342
+ {
57343
+ "kind": "javascript-module",
57344
+ "path": "src/ai-criteria-search/validation/schema-validator.ts",
57345
+ "declarations": [
57346
+ {
57347
+ "kind": "function",
57348
+ "name": "validateClauses",
57349
+ "return": {
57350
+ "type": {
57351
+ "text": "ValidationResult"
57352
+ }
57353
+ },
57354
+ "parameters": [
57355
+ {
57356
+ "name": "clauses",
57357
+ "type": {
57358
+ "text": "CriteriaClause[]"
57359
+ }
57360
+ },
57361
+ {
57362
+ "name": "fieldMetadata",
57363
+ "type": {
57364
+ "text": "MetadataDetail[] | string[]"
57365
+ }
57366
+ }
57367
+ ]
57368
+ },
57369
+ {
57370
+ "kind": "function",
57371
+ "name": "validateGroups",
57372
+ "return": {
57373
+ "type": {
57374
+ "text": "GroupsValidationResult"
57375
+ }
57376
+ },
57377
+ "parameters": [
57378
+ {
57379
+ "name": "groups",
57380
+ "type": {
57381
+ "text": "CriteriaGroup[]"
57382
+ }
57383
+ },
57384
+ {
57385
+ "name": "fieldMetadata",
57386
+ "type": {
57387
+ "text": "MetadataDetail[] | string[]"
57388
+ }
57389
+ }
57390
+ ],
57391
+ "description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
57392
+ }
57393
+ ],
57394
+ "exports": [
57395
+ {
57396
+ "kind": "js",
57397
+ "name": "validateClauses",
57398
+ "declaration": {
57399
+ "name": "validateClauses",
57400
+ "module": "src/ai-criteria-search/validation/schema-validator.ts"
57401
+ }
57402
+ },
57403
+ {
57404
+ "kind": "js",
57405
+ "name": "validateGroups",
57406
+ "declaration": {
57407
+ "name": "validateGroups",
57408
+ "module": "src/ai-criteria-search/validation/schema-validator.ts"
57409
+ }
57410
+ }
57411
+ ]
57412
+ },
57413
+ {
57414
+ "kind": "javascript-module",
57415
+ "path": "src/components/grid-register/grid-register.template.ts",
57416
+ "declarations": [
57417
+ {
57418
+ "kind": "variable",
57419
+ "name": "GridRegisterTemplate",
57420
+ "type": {
57421
+ "text": "ViewTemplate<GridRegister>"
57422
+ },
57423
+ "default": "html`\n <slot></slot>\n`"
57424
+ }
57425
+ ],
57426
+ "exports": [
57427
+ {
57428
+ "kind": "js",
57429
+ "name": "GridRegisterTemplate",
57430
+ "declaration": {
57431
+ "name": "GridRegisterTemplate",
57432
+ "module": "src/components/grid-register/grid-register.template.ts"
57433
+ }
57434
+ }
57435
+ ]
57436
+ },
57437
+ {
57438
+ "kind": "javascript-module",
57439
+ "path": "src/components/grid-register/grid-register.ts",
57440
+ "declarations": [
57441
+ {
57442
+ "kind": "class",
57443
+ "description": "",
57444
+ "name": "GridRegister",
57445
+ "members": [
57446
+ {
57447
+ "kind": "field",
57448
+ "name": "gridKey",
57449
+ "type": {
57450
+ "text": "string"
57451
+ }
57452
+ },
57453
+ {
57454
+ "kind": "field",
57455
+ "name": "gridRegistry",
57456
+ "type": {
57457
+ "text": "GridRegistry"
57458
+ }
57459
+ },
57460
+ {
57461
+ "kind": "field",
57462
+ "name": "workspaceState",
57463
+ "type": {
57464
+ "text": "WorkspaceState"
57465
+ }
57466
+ },
57467
+ {
57468
+ "kind": "field",
57469
+ "name": "gridElement",
57470
+ "type": {
57471
+ "text": "HTMLElement | null"
57472
+ },
57473
+ "privacy": "private",
57474
+ "default": "null"
57475
+ },
57476
+ {
57477
+ "kind": "field",
57478
+ "name": "gridApi",
57479
+ "type": {
57480
+ "text": "GridApi | null"
57481
+ },
57482
+ "privacy": "private",
57483
+ "default": "null"
57484
+ },
57485
+ {
57486
+ "kind": "field",
57487
+ "name": "columnApi",
57488
+ "type": {
57489
+ "text": "ColumnApi | null"
57490
+ },
57491
+ "privacy": "private",
57492
+ "default": "null"
57493
+ },
57494
+ {
57495
+ "kind": "field",
57496
+ "name": "workspaceSettingsApplied",
57497
+ "type": {
57498
+ "text": "boolean"
57499
+ },
57500
+ "privacy": "private",
57501
+ "default": "false"
57502
+ },
57503
+ {
57504
+ "kind": "method",
57505
+ "name": "findAndRegisterGrid",
57506
+ "privacy": "private",
57507
+ "return": {
57508
+ "type": {
57509
+ "text": "void"
57510
+ }
57511
+ }
57512
+ },
57513
+ {
57514
+ "kind": "field",
57515
+ "name": "handleGridReady",
57516
+ "privacy": "private",
57517
+ "readonly": true
57518
+ },
57519
+ {
57520
+ "kind": "method",
57521
+ "name": "attachToGridApis",
57522
+ "privacy": "private",
57523
+ "return": {
57524
+ "type": {
57525
+ "text": "void"
57526
+ }
57527
+ }
57528
+ },
57529
+ {
57530
+ "kind": "method",
57531
+ "name": "detachFromGridApis",
57532
+ "privacy": "private",
57533
+ "return": {
57534
+ "type": {
57535
+ "text": "void"
57536
+ }
57537
+ }
57538
+ },
57539
+ {
57540
+ "kind": "method",
57541
+ "name": "loadWorkspaceSettings",
57542
+ "privacy": "private",
57543
+ "return": {
57544
+ "type": {
57545
+ "text": "Promise<void>"
57546
+ }
57547
+ },
57548
+ "parameters": [
57549
+ {
57550
+ "name": "options",
57551
+ "optional": true,
57552
+ "type": {
57553
+ "text": "{ applyColumns?: boolean }"
57554
+ }
57555
+ }
57556
+ ]
57557
+ },
57558
+ {
57559
+ "kind": "method",
57560
+ "name": "loadWorkspaceColumnState",
57561
+ "privacy": "private",
57562
+ "return": {
57563
+ "type": {
57564
+ "text": "Promise<void>"
57565
+ }
57566
+ }
57567
+ }
57568
+ ],
57569
+ "attributes": [
57570
+ {
57571
+ "name": "grid-key",
57572
+ "type": {
57573
+ "text": "string"
57574
+ },
57575
+ "fieldName": "gridKey"
57576
+ }
57577
+ ],
57578
+ "superclass": {
57579
+ "name": "HTMLElement"
57580
+ },
57581
+ "customElement": true
57582
+ }
57583
+ ],
57584
+ "exports": [
57585
+ {
57586
+ "kind": "js",
57587
+ "name": "GridRegister",
57588
+ "declaration": {
57589
+ "name": "GridRegister",
57590
+ "module": "src/components/grid-register/grid-register.ts"
57591
+ }
57592
+ },
57593
+ {
57594
+ "kind": "custom-element-definition",
57595
+ "declaration": {
57596
+ "name": "GridRegister",
57597
+ "module": "src/components/grid-register/grid-register.ts"
57598
+ }
57599
+ }
57600
+ ]
57601
+ },
57602
+ {
57603
+ "kind": "javascript-module",
57604
+ "path": "src/components/layout-wrapper/layout-wrapper.template.ts",
57605
+ "declarations": [
57606
+ {
57607
+ "kind": "variable",
57608
+ "name": "LayoutWrapperTemplate",
57609
+ "type": {
57610
+ "text": "ViewTemplate<LayoutWrapper>"
57611
+ },
57612
+ "default": "html`\n <slot></slot>\n`"
57613
+ }
57614
+ ],
57615
+ "exports": [
57616
+ {
57617
+ "kind": "js",
57618
+ "name": "LayoutWrapperTemplate",
57619
+ "declaration": {
57620
+ "name": "LayoutWrapperTemplate",
57621
+ "module": "src/components/layout-wrapper/layout-wrapper.template.ts"
57622
+ }
57623
+ }
57624
+ ]
57625
+ },
57626
+ {
57627
+ "kind": "javascript-module",
57628
+ "path": "src/components/layout-wrapper/layout-wrapper.ts",
57629
+ "declarations": [
57630
+ {
57631
+ "kind": "class",
57632
+ "description": "",
57633
+ "name": "LayoutWrapper",
57634
+ "members": [
57635
+ {
57636
+ "kind": "field",
57637
+ "name": "layoutKey",
57638
+ "type": {
57639
+ "text": "string"
57640
+ }
57641
+ },
57642
+ {
57643
+ "kind": "field",
57644
+ "name": "layoutRegistry",
57645
+ "type": {
57646
+ "text": "LayoutRegistry"
57647
+ }
57648
+ },
57649
+ {
57650
+ "kind": "field",
57651
+ "name": "layoutElement",
57652
+ "type": {
57653
+ "text": "any | null"
57654
+ },
57655
+ "privacy": "private",
57656
+ "default": "null"
57657
+ },
57658
+ {
57659
+ "kind": "method",
57660
+ "name": "findAndRegisterLayout",
57661
+ "privacy": "private",
57662
+ "return": {
57663
+ "type": {
57664
+ "text": "void"
57665
+ }
57666
+ }
57667
+ }
57668
+ ],
57669
+ "attributes": [
57670
+ {
57671
+ "name": "layout-key",
57672
+ "type": {
57673
+ "text": "string"
57674
+ },
57675
+ "fieldName": "layoutKey"
57676
+ }
57677
+ ],
57678
+ "superclass": {
57679
+ "name": "HTMLElement"
57680
+ },
57681
+ "customElement": true
57682
+ }
57683
+ ],
57684
+ "exports": [
57685
+ {
57686
+ "kind": "js",
57687
+ "name": "LayoutWrapper",
57688
+ "declaration": {
57689
+ "name": "LayoutWrapper",
57690
+ "module": "src/components/layout-wrapper/layout-wrapper.ts"
57691
+ }
57692
+ },
57693
+ {
57694
+ "kind": "custom-element-definition",
57695
+ "declaration": {
57696
+ "name": "LayoutWrapper",
57697
+ "module": "src/components/layout-wrapper/layout-wrapper.ts"
57698
+ }
57699
+ }
57700
+ ]
57701
+ },
56758
57702
  {
56759
57703
  "kind": "javascript-module",
56760
57704
  "path": "src/environment-indicator/utils/configure.ts",