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

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 (47) hide show
  1. package/dist/custom-elements.json +1811 -821
  2. package/dist/dts/workspace/filter-registry.d.ts +34 -0
  3. package/dist/dts/workspace/filter-registry.d.ts.map +1 -0
  4. package/dist/dts/workspace/grid-register/grid-register.d.ts +19 -0
  5. package/dist/dts/workspace/grid-register/grid-register.d.ts.map +1 -0
  6. package/dist/dts/workspace/grid-register/grid-register.template.d.ts +4 -0
  7. package/dist/dts/workspace/grid-register/grid-register.template.d.ts.map +1 -0
  8. package/dist/dts/workspace/grid-register/index.d.ts +2 -0
  9. package/dist/dts/workspace/grid-register/index.d.ts.map +1 -0
  10. package/dist/dts/workspace/grid-registry.d.ts +47 -0
  11. package/dist/dts/workspace/grid-registry.d.ts.map +1 -0
  12. package/dist/dts/workspace/index.d.ts +6 -2
  13. package/dist/dts/workspace/index.d.ts.map +1 -1
  14. package/dist/dts/workspace/layout-registry.d.ts +27 -0
  15. package/dist/dts/workspace/layout-registry.d.ts.map +1 -0
  16. package/dist/dts/workspace/layout-wrapper/index.d.ts +2 -0
  17. package/dist/dts/workspace/layout-wrapper/index.d.ts.map +1 -0
  18. package/dist/dts/workspace/layout-wrapper/layout-wrapper.d.ts +10 -0
  19. package/dist/dts/workspace/layout-wrapper/layout-wrapper.d.ts.map +1 -0
  20. package/dist/dts/workspace/layout-wrapper/layout-wrapper.template.d.ts +4 -0
  21. package/dist/dts/workspace/layout-wrapper/layout-wrapper.template.d.ts.map +1 -0
  22. package/dist/dts/workspace/workspace-state.d.ts +45 -0
  23. package/dist/dts/workspace/workspace-state.d.ts.map +1 -0
  24. package/dist/dts/workspace/workspace-state.types.d.ts +0 -11
  25. package/dist/dts/workspace/workspace-state.types.d.ts.map +1 -1
  26. package/dist/dts/workspace/workspace.types.d.ts +1 -1
  27. package/dist/dts/workspace/workspace.types.d.ts.map +1 -1
  28. package/dist/dts/workspace-manager/workspace-manager.d.ts +5 -5
  29. package/dist/dts/workspace-manager/workspace-manager.d.ts.map +1 -1
  30. package/dist/esm/workspace/filter-registry.js +47 -0
  31. package/dist/esm/workspace/grid-register/grid-register.js +132 -0
  32. package/dist/esm/workspace/grid-register/grid-register.template.js +4 -0
  33. package/dist/esm/workspace/grid-register/index.js +1 -0
  34. package/dist/esm/workspace/grid-registry.js +113 -0
  35. package/dist/esm/workspace/index.js +6 -2
  36. package/dist/esm/workspace/layout-registry.js +46 -0
  37. package/dist/esm/workspace/layout-wrapper/index.js +1 -0
  38. package/dist/esm/workspace/layout-wrapper/layout-wrapper.js +60 -0
  39. package/dist/esm/workspace/layout-wrapper/layout-wrapper.template.js +4 -0
  40. package/dist/esm/workspace/workspace-state.js +193 -0
  41. package/package.json +19 -19
  42. package/dist/dts/workspace/workspace-di.d.ts +0 -13
  43. package/dist/dts/workspace/workspace-di.d.ts.map +0 -1
  44. package/dist/dts/workspace/workspace-registry.types.d.ts +0 -34
  45. package/dist/dts/workspace/workspace-registry.types.d.ts.map +0 -1
  46. package/dist/esm/workspace/workspace-di.js +0 -9
  47. package/dist/esm/workspace/workspace-registry.types.js +0 -1
@@ -1305,11 +1305,42 @@
1305
1305
  },
1306
1306
  {
1307
1307
  "kind": "javascript-module",
1308
- "path": "src/actions-menu/actions-menu.styles.ts",
1308
+ "path": "src/_config/index.ts",
1309
+ "declarations": [],
1310
+ "exports": [
1311
+ {
1312
+ "kind": "js",
1313
+ "name": "*",
1314
+ "declaration": {
1315
+ "name": "*",
1316
+ "package": "./styles"
1317
+ }
1318
+ },
1319
+ {
1320
+ "kind": "js",
1321
+ "name": "*",
1322
+ "declaration": {
1323
+ "name": "*",
1324
+ "package": "./tokens"
1325
+ }
1326
+ },
1327
+ {
1328
+ "kind": "js",
1329
+ "name": "*",
1330
+ "declaration": {
1331
+ "name": "*",
1332
+ "package": "./values"
1333
+ }
1334
+ }
1335
+ ]
1336
+ },
1337
+ {
1338
+ "kind": "javascript-module",
1339
+ "path": "src/accordion/accordion.styles.ts",
1309
1340
  "declarations": [
1310
1341
  {
1311
1342
  "kind": "function",
1312
- "name": "actionsMenuBaseStyles",
1343
+ "name": "foundationAccordionStyles",
1313
1344
  "return": {
1314
1345
  "type": {
1315
1346
  "text": "ElementStyles"
@@ -1329,13 +1360,29 @@
1329
1360
  }
1330
1361
  }
1331
1362
  ]
1332
- },
1363
+ }
1364
+ ],
1365
+ "exports": [
1366
+ {
1367
+ "kind": "js",
1368
+ "name": "foundationAccordionStyles",
1369
+ "declaration": {
1370
+ "name": "foundationAccordionStyles",
1371
+ "module": "src/accordion/accordion.styles.ts"
1372
+ }
1373
+ }
1374
+ ]
1375
+ },
1376
+ {
1377
+ "kind": "javascript-module",
1378
+ "path": "src/accordion/accordion.template.ts",
1379
+ "declarations": [
1333
1380
  {
1334
1381
  "kind": "function",
1335
- "name": "foundationActionsMenuStyles",
1382
+ "name": "foundationAccordionTemplate",
1336
1383
  "return": {
1337
1384
  "type": {
1338
- "text": "ElementStyles"
1385
+ "text": "ViewTemplate<Accordion>"
1339
1386
  }
1340
1387
  },
1341
1388
  "parameters": [
@@ -1357,269 +1404,299 @@
1357
1404
  "exports": [
1358
1405
  {
1359
1406
  "kind": "js",
1360
- "name": "actionsMenuBaseStyles",
1361
- "declaration": {
1362
- "name": "actionsMenuBaseStyles",
1363
- "module": "src/actions-menu/actions-menu.styles.ts"
1364
- }
1365
- },
1366
- {
1367
- "kind": "js",
1368
- "name": "foundationActionsMenuStyles",
1407
+ "name": "foundationAccordionTemplate",
1369
1408
  "declaration": {
1370
- "name": "foundationActionsMenuStyles",
1371
- "module": "src/actions-menu/actions-menu.styles.ts"
1409
+ "name": "foundationAccordionTemplate",
1410
+ "module": "src/accordion/accordion.template.ts"
1372
1411
  }
1373
1412
  }
1374
1413
  ]
1375
1414
  },
1376
1415
  {
1377
1416
  "kind": "javascript-module",
1378
- "path": "src/actions-menu/actions-menu.template.ts",
1417
+ "path": "src/accordion/accordion.ts",
1379
1418
  "declarations": [
1380
1419
  {
1381
- "kind": "function",
1382
- "name": "menuTemplate",
1383
- "parameters": [
1384
- {
1385
- "name": "prefix",
1386
- "type": {
1387
- "text": "string"
1388
- }
1389
- }
1390
- ]
1420
+ "kind": "class",
1421
+ "description": "",
1422
+ "name": "Accordion",
1423
+ "superclass": {
1424
+ "name": "FASTAccordion",
1425
+ "package": "@microsoft/fast-foundation"
1426
+ },
1427
+ "tagName": "%%prefix%%-accordion",
1428
+ "customElement": true
1391
1429
  },
1392
1430
  {
1393
- "kind": "function",
1394
- "name": "singleOptionTemplate",
1395
- "parameters": [
1396
- {
1397
- "name": "prefix",
1398
- "type": {
1399
- "text": "string"
1400
- }
1401
- }
1402
- ]
1431
+ "kind": "variable",
1432
+ "name": "foundationAccordionShadowOptions",
1433
+ "type": {
1434
+ "text": "ShadowRootInit"
1435
+ },
1436
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1403
1437
  },
1404
1438
  {
1405
1439
  "kind": "variable",
1406
- "name": "foundationActionsMenuTemplate",
1440
+ "name": "defaultAccordionConfig",
1407
1441
  "type": {
1408
- "text": "ViewTemplate<ActionsMenu>"
1442
+ "text": "object"
1409
1443
  },
1410
- "default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
1444
+ "default": "{}"
1445
+ },
1446
+ {
1447
+ "kind": "variable",
1448
+ "name": "foundationAccordion",
1449
+ "description": "The Foundation Accordion",
1450
+ "privacy": "public"
1411
1451
  }
1412
1452
  ],
1413
1453
  "exports": [
1414
1454
  {
1415
1455
  "kind": "js",
1416
- "name": "menuTemplate",
1456
+ "name": "Accordion",
1417
1457
  "declaration": {
1418
- "name": "menuTemplate",
1419
- "module": "src/actions-menu/actions-menu.template.ts"
1458
+ "name": "Accordion",
1459
+ "module": "src/accordion/accordion.ts"
1420
1460
  }
1421
1461
  },
1422
1462
  {
1423
1463
  "kind": "js",
1424
- "name": "singleOptionTemplate",
1464
+ "name": "foundationAccordionShadowOptions",
1425
1465
  "declaration": {
1426
- "name": "singleOptionTemplate",
1427
- "module": "src/actions-menu/actions-menu.template.ts"
1466
+ "name": "foundationAccordionShadowOptions",
1467
+ "module": "src/accordion/accordion.ts"
1428
1468
  }
1429
1469
  },
1430
1470
  {
1431
1471
  "kind": "js",
1432
- "name": "foundationActionsMenuTemplate",
1472
+ "name": "defaultAccordionConfig",
1433
1473
  "declaration": {
1434
- "name": "foundationActionsMenuTemplate",
1435
- "module": "src/actions-menu/actions-menu.template.ts"
1474
+ "name": "defaultAccordionConfig",
1475
+ "module": "src/accordion/accordion.ts"
1476
+ }
1477
+ },
1478
+ {
1479
+ "kind": "js",
1480
+ "name": "foundationAccordion",
1481
+ "declaration": {
1482
+ "name": "foundationAccordion",
1483
+ "module": "src/accordion/accordion.ts"
1436
1484
  }
1437
1485
  }
1438
1486
  ]
1439
1487
  },
1440
1488
  {
1441
1489
  "kind": "javascript-module",
1442
- "path": "src/actions-menu/actions-menu.ts",
1490
+ "path": "src/accordion/index.ts",
1491
+ "declarations": [],
1492
+ "exports": [
1493
+ {
1494
+ "kind": "js",
1495
+ "name": "*",
1496
+ "declaration": {
1497
+ "name": "*",
1498
+ "package": "./accordion.template"
1499
+ }
1500
+ },
1501
+ {
1502
+ "kind": "js",
1503
+ "name": "*",
1504
+ "declaration": {
1505
+ "name": "*",
1506
+ "package": "./accordion.styles"
1507
+ }
1508
+ },
1509
+ {
1510
+ "kind": "js",
1511
+ "name": "*",
1512
+ "declaration": {
1513
+ "name": "*",
1514
+ "package": "./accordion"
1515
+ }
1516
+ }
1517
+ ]
1518
+ },
1519
+ {
1520
+ "kind": "javascript-module",
1521
+ "path": "src/accordion-item/accordion-item.styles.ts",
1443
1522
  "declarations": [
1444
1523
  {
1445
- "kind": "class",
1446
- "description": "",
1447
- "name": "ActionsMenu",
1448
- "members": [
1524
+ "kind": "function",
1525
+ "name": "foundationAccordionItemStyles",
1526
+ "return": {
1527
+ "type": {
1528
+ "text": "ElementStyles"
1529
+ }
1530
+ },
1531
+ "parameters": [
1449
1532
  {
1450
- "kind": "field",
1451
- "name": "actions",
1533
+ "name": "context",
1452
1534
  "type": {
1453
- "text": "ActionMenuItem[]"
1535
+ "text": "ElementDefinitionContext"
1454
1536
  }
1455
1537
  },
1456
1538
  {
1457
- "kind": "field",
1458
- "name": "isVertical",
1459
- "type": {
1460
- "text": "boolean"
1461
- },
1462
- "default": "false"
1463
- },
1464
- {
1465
- "kind": "field",
1466
- "name": "addDefaultActions",
1467
- "type": {
1468
- "text": "boolean"
1469
- },
1470
- "default": "true"
1471
- },
1472
- {
1473
- "kind": "field",
1474
- "name": "autoCloseOnAction",
1539
+ "name": "definition",
1475
1540
  "type": {
1476
- "text": "boolean"
1477
- },
1478
- "default": "true"
1479
- },
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": [
1480
1571
  {
1481
- "kind": "field",
1482
- "name": "classNames",
1572
+ "name": "context",
1483
1573
  "type": {
1484
- "text": "string"
1574
+ "text": "ElementDefinitionContext"
1485
1575
  }
1486
1576
  },
1487
1577
  {
1488
- "kind": "field",
1489
1578
  "name": "definition",
1490
1579
  "type": {
1491
- "text": "any"
1580
+ "text": "FoundationElementDefinition"
1492
1581
  }
1493
- },
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": [
1494
1612
  {
1495
- "kind": "field",
1496
- "name": "name",
1613
+ "name": "heading-level",
1497
1614
  "type": {
1498
- "text": "string"
1615
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1499
1616
  },
1500
- "default": "'Actions'"
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
+ }
1501
1624
  },
1502
1625
  {
1503
- "kind": "field",
1504
- "name": "open",
1505
1626
  "type": {
1506
1627
  "text": "boolean"
1507
1628
  },
1508
- "default": "false"
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
+ }
1509
1636
  },
1510
1637
  {
1511
- "kind": "field",
1512
- "name": "buttonAppearance",
1638
+ "name": "id",
1513
1639
  "type": {
1514
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"
1515
1647
  }
1516
- },
1648
+ }
1649
+ ],
1650
+ "members": [
1517
1651
  {
1518
1652
  "kind": "field",
1519
- "name": "hideDisabled",
1653
+ "name": "headinglevel",
1520
1654
  "type": {
1521
- "text": "boolean"
1655
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1522
1656
  },
1523
- "default": "false"
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
+ }
1524
1664
  },
1525
1665
  {
1526
1666
  "kind": "field",
1527
- "name": "hideMenuSingleOption",
1667
+ "name": "expanded",
1528
1668
  "type": {
1529
1669
  "text": "boolean"
1530
1670
  },
1531
- "default": "false"
1532
- },
1533
- {
1534
- "kind": "field",
1535
- "name": "singleOption",
1536
- "type": {
1537
- "text": "ActionMenuItem"
1538
- }
1539
- },
1540
- {
1541
- "kind": "field",
1542
- "name": "actionsMenu",
1543
- "type": {
1544
- "text": "HTMLElement"
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"
1545
1677
  }
1546
1678
  },
1547
- {
1548
- "kind": "method",
1549
- "name": "definitionChanged",
1550
- "privacy": "protected",
1551
- "parameters": [
1552
- {
1553
- "name": "oldValue",
1554
- "type": {
1555
- "text": "any"
1556
- }
1557
- },
1558
- {
1559
- "name": "newValue",
1560
- "type": {
1561
- "text": "any"
1562
- }
1563
- }
1564
- ]
1565
- },
1566
- {
1567
- "kind": "method",
1568
- "name": "openChanged",
1569
- "privacy": "protected"
1570
- },
1571
- {
1572
- "kind": "method",
1573
- "name": "toggleActionsMenuVisibility"
1574
- },
1575
- {
1576
- "kind": "method",
1577
- "name": "onActionMenuItemClick",
1578
- "parameters": [
1579
- {
1580
- "name": "callback",
1581
- "type": {
1582
- "text": "(rowData) => void | any"
1583
- }
1584
- }
1585
- ]
1586
- },
1587
1679
  {
1588
1680
  "kind": "field",
1589
- "name": "allActions",
1681
+ "name": "id",
1590
1682
  "type": {
1591
- "text": "ActionMenuItem[]"
1683
+ "text": "string"
1592
1684
  },
1593
- "readonly": true
1685
+ "privacy": "public",
1686
+ "description": "The item ID",
1687
+ "inheritedFrom": {
1688
+ "name": "AccordionItem",
1689
+ "module": "src/accordion-item/accordion-item.ts"
1690
+ }
1594
1691
  },
1595
1692
  {
1596
1693
  "kind": "field",
1597
- "name": "rowData",
1598
- "readonly": true
1599
- },
1600
- {
1601
- "kind": "method",
1602
- "name": "getLabel",
1603
- "parameters": [
1604
- {
1605
- "name": "name",
1606
- "type": {
1607
- "text": "string | ((rowData: any) => string)"
1608
- }
1609
- }
1610
- ]
1611
- },
1612
- {
1613
- "kind": "method",
1614
- "name": "getTemplate",
1615
- "parameters": [
1616
- {
1617
- "name": "prefix",
1618
- "type": {
1619
- "text": "string"
1620
- }
1621
- }
1622
- ]
1694
+ "name": "change",
1695
+ "privacy": "private",
1696
+ "inheritedFrom": {
1697
+ "name": "AccordionItem",
1698
+ "module": "src/accordion-item/accordion-item.ts"
1699
+ }
1623
1700
  },
1624
1701
  {
1625
1702
  "kind": "field",
@@ -1733,107 +1810,78 @@
1733
1810
  }
1734
1811
  }
1735
1812
  ],
1736
- "attributes": [
1737
- {
1738
- "name": "is-vertical",
1739
- "type": {
1740
- "text": "boolean"
1741
- },
1742
- "default": "false",
1743
- "fieldName": "isVertical"
1744
- },
1745
- {
1746
- "name": "add-default-actions",
1747
- "type": {
1748
- "text": "boolean"
1749
- },
1750
- "default": "true",
1751
- "fieldName": "addDefaultActions"
1752
- },
1753
- {
1754
- "name": "auto-close-on-action",
1755
- "type": {
1756
- "text": "boolean"
1757
- },
1758
- "default": "true",
1759
- "fieldName": "autoCloseOnAction"
1760
- },
1761
- {
1762
- "name": "name",
1763
- "type": {
1764
- "text": "string"
1765
- },
1766
- "default": "'Actions'",
1767
- "fieldName": "name"
1768
- },
1769
- {
1770
- "name": "open",
1771
- "type": {
1772
- "text": "boolean"
1773
- },
1774
- "default": "false",
1775
- "fieldName": "open"
1776
- },
1777
- {
1778
- "name": "buttonAppearance",
1779
- "type": {
1780
- "text": "string"
1781
- },
1782
- "fieldName": "buttonAppearance"
1783
- },
1784
- {
1785
- "name": "hide-disabled",
1786
- "type": {
1787
- "text": "boolean"
1788
- },
1789
- "default": "false",
1790
- "fieldName": "hideDisabled"
1791
- },
1813
+ "events": [
1792
1814
  {
1793
- "name": "hide-menu-single-option",
1794
- "type": {
1795
- "text": "boolean"
1796
- },
1797
- "default": "false",
1798
- "fieldName": "hideMenuSingleOption"
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
+ }
1799
1821
  }
1800
- ],
1801
- "superclass": {
1802
- "name": "FoundationElement",
1803
- "package": "@microsoft/fast-foundation"
1822
+ ]
1823
+ },
1824
+ {
1825
+ "kind": "variable",
1826
+ "name": "foundationAccordionItemShadowOptions",
1827
+ "type": {
1828
+ "text": "ShadowRootInit"
1804
1829
  },
1805
- "tagName": "%%prefix%%-actions-menu",
1806
- "customElement": true
1830
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1807
1831
  },
1808
1832
  {
1809
1833
  "kind": "variable",
1810
- "name": "foundationActionsMenu",
1811
- "description": "The Foundation Actions Menu",
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",
1812
1844
  "privacy": "public"
1813
1845
  }
1814
1846
  ],
1815
1847
  "exports": [
1816
1848
  {
1817
1849
  "kind": "js",
1818
- "name": "ActionsMenu",
1850
+ "name": "AccordionItem",
1819
1851
  "declaration": {
1820
- "name": "ActionsMenu",
1821
- "module": "src/actions-menu/actions-menu.ts"
1852
+ "name": "AccordionItem",
1853
+ "module": "src/accordion-item/accordion-item.ts"
1822
1854
  }
1823
1855
  },
1824
1856
  {
1825
1857
  "kind": "js",
1826
- "name": "foundationActionsMenu",
1858
+ "name": "foundationAccordionItemShadowOptions",
1827
1859
  "declaration": {
1828
- "name": "foundationActionsMenu",
1829
- "module": "src/actions-menu/actions-menu.ts"
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"
1830
1878
  }
1831
1879
  }
1832
1880
  ]
1833
1881
  },
1834
1882
  {
1835
1883
  "kind": "javascript-module",
1836
- "path": "src/actions-menu/index.ts",
1884
+ "path": "src/accordion-item/index.ts",
1837
1885
  "declarations": [],
1838
1886
  "exports": [
1839
1887
  {
@@ -1841,7 +1889,7 @@
1841
1889
  "name": "*",
1842
1890
  "declaration": {
1843
1891
  "name": "*",
1844
- "package": "./actions-menu.styles"
1892
+ "package": "./accordion-item.template"
1845
1893
  }
1846
1894
  },
1847
1895
  {
@@ -1849,7 +1897,7 @@
1849
1897
  "name": "*",
1850
1898
  "declaration": {
1851
1899
  "name": "*",
1852
- "package": "./actions-menu.template"
1900
+ "package": "./accordion-item.styles"
1853
1901
  }
1854
1902
  },
1855
1903
  {
@@ -1857,18 +1905,41 @@
1857
1905
  "name": "*",
1858
1906
  "declaration": {
1859
1907
  "name": "*",
1860
- "package": "./actions-menu"
1908
+ "package": "./accordion-item"
1861
1909
  }
1862
1910
  }
1863
1911
  ]
1864
1912
  },
1865
1913
  {
1866
1914
  "kind": "javascript-module",
1867
- "path": "src/accordion-item/accordion-item.styles.ts",
1915
+ "path": "src/actions-menu/actions-menu.styles.ts",
1868
1916
  "declarations": [
1869
1917
  {
1870
1918
  "kind": "function",
1871
- "name": "foundationAccordionItemStyles",
1919
+ "name": "actionsMenuBaseStyles",
1920
+ "return": {
1921
+ "type": {
1922
+ "text": "ElementStyles"
1923
+ }
1924
+ },
1925
+ "parameters": [
1926
+ {
1927
+ "name": "context",
1928
+ "type": {
1929
+ "text": "ElementDefinitionContext"
1930
+ }
1931
+ },
1932
+ {
1933
+ "name": "definition",
1934
+ "type": {
1935
+ "text": "FoundationElementDefinition"
1936
+ }
1937
+ }
1938
+ ]
1939
+ },
1940
+ {
1941
+ "kind": "function",
1942
+ "name": "foundationActionsMenuStyles",
1872
1943
  "return": {
1873
1944
  "type": {
1874
1945
  "text": "ElementStyles"
@@ -1893,157 +1964,270 @@
1893
1964
  "exports": [
1894
1965
  {
1895
1966
  "kind": "js",
1896
- "name": "foundationAccordionItemStyles",
1967
+ "name": "actionsMenuBaseStyles",
1897
1968
  "declaration": {
1898
- "name": "foundationAccordionItemStyles",
1899
- "module": "src/accordion-item/accordion-item.styles.ts"
1969
+ "name": "actionsMenuBaseStyles",
1970
+ "module": "src/actions-menu/actions-menu.styles.ts"
1971
+ }
1972
+ },
1973
+ {
1974
+ "kind": "js",
1975
+ "name": "foundationActionsMenuStyles",
1976
+ "declaration": {
1977
+ "name": "foundationActionsMenuStyles",
1978
+ "module": "src/actions-menu/actions-menu.styles.ts"
1900
1979
  }
1901
1980
  }
1902
1981
  ]
1903
1982
  },
1904
1983
  {
1905
1984
  "kind": "javascript-module",
1906
- "path": "src/accordion-item/accordion-item.template.ts",
1985
+ "path": "src/actions-menu/actions-menu.template.ts",
1907
1986
  "declarations": [
1908
1987
  {
1909
1988
  "kind": "function",
1910
- "name": "foundationAccordionItemTemplate",
1911
- "return": {
1912
- "type": {
1913
- "text": "ViewTemplate<AccordionItem>"
1914
- }
1915
- },
1989
+ "name": "menuTemplate",
1916
1990
  "parameters": [
1917
1991
  {
1918
- "name": "context",
1992
+ "name": "prefix",
1919
1993
  "type": {
1920
- "text": "ElementDefinitionContext"
1994
+ "text": "string"
1921
1995
  }
1922
- },
1996
+ }
1997
+ ]
1998
+ },
1999
+ {
2000
+ "kind": "function",
2001
+ "name": "singleOptionTemplate",
2002
+ "parameters": [
1923
2003
  {
1924
- "name": "definition",
2004
+ "name": "prefix",
1925
2005
  "type": {
1926
- "text": "FoundationElementDefinition"
2006
+ "text": "string"
1927
2007
  }
1928
2008
  }
1929
2009
  ]
2010
+ },
2011
+ {
2012
+ "kind": "variable",
2013
+ "name": "foundationActionsMenuTemplate",
2014
+ "type": {
2015
+ "text": "ViewTemplate<ActionsMenu>"
2016
+ },
2017
+ "default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
1930
2018
  }
1931
2019
  ],
1932
2020
  "exports": [
1933
2021
  {
1934
2022
  "kind": "js",
1935
- "name": "foundationAccordionItemTemplate",
2023
+ "name": "menuTemplate",
1936
2024
  "declaration": {
1937
- "name": "foundationAccordionItemTemplate",
1938
- "module": "src/accordion-item/accordion-item.template.ts"
2025
+ "name": "menuTemplate",
2026
+ "module": "src/actions-menu/actions-menu.template.ts"
2027
+ }
2028
+ },
2029
+ {
2030
+ "kind": "js",
2031
+ "name": "singleOptionTemplate",
2032
+ "declaration": {
2033
+ "name": "singleOptionTemplate",
2034
+ "module": "src/actions-menu/actions-menu.template.ts"
2035
+ }
2036
+ },
2037
+ {
2038
+ "kind": "js",
2039
+ "name": "foundationActionsMenuTemplate",
2040
+ "declaration": {
2041
+ "name": "foundationActionsMenuTemplate",
2042
+ "module": "src/actions-menu/actions-menu.template.ts"
1939
2043
  }
1940
2044
  }
1941
2045
  ]
1942
2046
  },
1943
2047
  {
1944
2048
  "kind": "javascript-module",
1945
- "path": "src/accordion-item/accordion-item.ts",
2049
+ "path": "src/actions-menu/actions-menu.ts",
1946
2050
  "declarations": [
1947
2051
  {
1948
2052
  "kind": "class",
1949
2053
  "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": [
2054
+ "name": "ActionsMenu",
2055
+ "members": [
1958
2056
  {
1959
- "name": "heading-level",
2057
+ "kind": "field",
2058
+ "name": "actions",
1960
2059
  "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"
2060
+ "text": "ActionMenuItem[]"
1969
2061
  }
1970
2062
  },
1971
2063
  {
2064
+ "kind": "field",
2065
+ "name": "isVertical",
1972
2066
  "type": {
1973
2067
  "text": "boolean"
1974
2068
  },
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"
2069
+ "default": "false"
2070
+ },
2071
+ {
2072
+ "kind": "field",
2073
+ "name": "addDefaultActions",
2074
+ "type": {
2075
+ "text": "boolean"
2076
+ },
2077
+ "default": "true"
2078
+ },
2079
+ {
2080
+ "kind": "field",
2081
+ "name": "autoCloseOnAction",
2082
+ "type": {
2083
+ "text": "boolean"
2084
+ },
2085
+ "default": "true"
2086
+ },
2087
+ {
2088
+ "kind": "field",
2089
+ "name": "classNames",
2090
+ "type": {
2091
+ "text": "string"
1981
2092
  }
1982
2093
  },
1983
2094
  {
1984
- "name": "id",
2095
+ "kind": "field",
2096
+ "name": "definition",
2097
+ "type": {
2098
+ "text": "any"
2099
+ }
2100
+ },
2101
+ {
2102
+ "kind": "field",
2103
+ "name": "name",
1985
2104
  "type": {
1986
2105
  "text": "string"
1987
2106
  },
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": [
2107
+ "default": "'Actions'"
2108
+ },
1997
2109
  {
1998
2110
  "kind": "field",
1999
- "name": "headinglevel",
2111
+ "name": "open",
2000
2112
  "type": {
2001
- "text": "1 | 2 | 3 | 4 | 5 | 6"
2113
+ "text": "boolean"
2002
2114
  },
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"
2115
+ "default": "false"
2116
+ },
2117
+ {
2118
+ "kind": "field",
2119
+ "name": "buttonAppearance",
2120
+ "type": {
2121
+ "text": "string"
2009
2122
  }
2010
2123
  },
2011
2124
  {
2012
2125
  "kind": "field",
2013
- "name": "expanded",
2126
+ "name": "hideDisabled",
2014
2127
  "type": {
2015
2128
  "text": "boolean"
2016
2129
  },
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
- }
2130
+ "default": "false"
2024
2131
  },
2025
2132
  {
2026
2133
  "kind": "field",
2027
- "name": "id",
2134
+ "name": "hideMenuSingleOption",
2028
2135
  "type": {
2029
- "text": "string"
2136
+ "text": "boolean"
2030
2137
  },
2031
- "privacy": "public",
2032
- "description": "The item ID",
2033
- "inheritedFrom": {
2034
- "name": "AccordionItem",
2035
- "module": "src/accordion-item/accordion-item.ts"
2138
+ "default": "false"
2139
+ },
2140
+ {
2141
+ "kind": "field",
2142
+ "name": "singleOption",
2143
+ "type": {
2144
+ "text": "ActionMenuItem"
2036
2145
  }
2037
2146
  },
2038
2147
  {
2039
2148
  "kind": "field",
2040
- "name": "change",
2041
- "privacy": "private",
2042
- "inheritedFrom": {
2043
- "name": "AccordionItem",
2044
- "module": "src/accordion-item/accordion-item.ts"
2149
+ "name": "actionsMenu",
2150
+ "type": {
2151
+ "text": "HTMLElement"
2045
2152
  }
2046
2153
  },
2154
+ {
2155
+ "kind": "method",
2156
+ "name": "definitionChanged",
2157
+ "privacy": "protected",
2158
+ "parameters": [
2159
+ {
2160
+ "name": "oldValue",
2161
+ "type": {
2162
+ "text": "any"
2163
+ }
2164
+ },
2165
+ {
2166
+ "name": "newValue",
2167
+ "type": {
2168
+ "text": "any"
2169
+ }
2170
+ }
2171
+ ]
2172
+ },
2173
+ {
2174
+ "kind": "method",
2175
+ "name": "openChanged",
2176
+ "privacy": "protected"
2177
+ },
2178
+ {
2179
+ "kind": "method",
2180
+ "name": "toggleActionsMenuVisibility"
2181
+ },
2182
+ {
2183
+ "kind": "method",
2184
+ "name": "onActionMenuItemClick",
2185
+ "parameters": [
2186
+ {
2187
+ "name": "callback",
2188
+ "type": {
2189
+ "text": "(rowData) => void | any"
2190
+ }
2191
+ }
2192
+ ]
2193
+ },
2194
+ {
2195
+ "kind": "field",
2196
+ "name": "allActions",
2197
+ "type": {
2198
+ "text": "ActionMenuItem[]"
2199
+ },
2200
+ "readonly": true
2201
+ },
2202
+ {
2203
+ "kind": "field",
2204
+ "name": "rowData",
2205
+ "readonly": true
2206
+ },
2207
+ {
2208
+ "kind": "method",
2209
+ "name": "getLabel",
2210
+ "parameters": [
2211
+ {
2212
+ "name": "name",
2213
+ "type": {
2214
+ "text": "string | ((rowData: any) => string)"
2215
+ }
2216
+ }
2217
+ ]
2218
+ },
2219
+ {
2220
+ "kind": "method",
2221
+ "name": "getTemplate",
2222
+ "parameters": [
2223
+ {
2224
+ "name": "prefix",
2225
+ "type": {
2226
+ "text": "string"
2227
+ }
2228
+ }
2229
+ ]
2230
+ },
2047
2231
  {
2048
2232
  "kind": "field",
2049
2233
  "name": "_presentation",
@@ -2156,78 +2340,107 @@
2156
2340
  }
2157
2341
  }
2158
2342
  ],
2159
- "events": [
2343
+ "attributes": [
2160
2344
  {
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
- }
2345
+ "name": "is-vertical",
2346
+ "type": {
2347
+ "text": "boolean"
2348
+ },
2349
+ "default": "false",
2350
+ "fieldName": "isVertical"
2351
+ },
2352
+ {
2353
+ "name": "add-default-actions",
2354
+ "type": {
2355
+ "text": "boolean"
2356
+ },
2357
+ "default": "true",
2358
+ "fieldName": "addDefaultActions"
2359
+ },
2360
+ {
2361
+ "name": "auto-close-on-action",
2362
+ "type": {
2363
+ "text": "boolean"
2364
+ },
2365
+ "default": "true",
2366
+ "fieldName": "autoCloseOnAction"
2367
+ },
2368
+ {
2369
+ "name": "name",
2370
+ "type": {
2371
+ "text": "string"
2372
+ },
2373
+ "default": "'Actions'",
2374
+ "fieldName": "name"
2375
+ },
2376
+ {
2377
+ "name": "open",
2378
+ "type": {
2379
+ "text": "boolean"
2380
+ },
2381
+ "default": "false",
2382
+ "fieldName": "open"
2383
+ },
2384
+ {
2385
+ "name": "buttonAppearance",
2386
+ "type": {
2387
+ "text": "string"
2388
+ },
2389
+ "fieldName": "buttonAppearance"
2390
+ },
2391
+ {
2392
+ "name": "hide-disabled",
2393
+ "type": {
2394
+ "text": "boolean"
2395
+ },
2396
+ "default": "false",
2397
+ "fieldName": "hideDisabled"
2398
+ },
2399
+ {
2400
+ "name": "hide-menu-single-option",
2401
+ "type": {
2402
+ "text": "boolean"
2403
+ },
2404
+ "default": "false",
2405
+ "fieldName": "hideMenuSingleOption"
2167
2406
  }
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"
2407
+ ],
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,7 +2464,7 @@
2251
2464
  "name": "*",
2252
2465
  "declaration": {
2253
2466
  "name": "*",
2254
- "package": "./accordion-item"
2467
+ "package": "./actions-menu"
2255
2468
  }
2256
2469
  }
2257
2470
  ]
@@ -3236,219 +3449,6 @@
3236
3449
  }
3237
3450
  ]
3238
3451
  },
3239
- {
3240
- "kind": "javascript-module",
3241
- "path": "src/_config/index.ts",
3242
- "declarations": [],
3243
- "exports": [
3244
- {
3245
- "kind": "js",
3246
- "name": "*",
3247
- "declaration": {
3248
- "name": "*",
3249
- "package": "./styles"
3250
- }
3251
- },
3252
- {
3253
- "kind": "js",
3254
- "name": "*",
3255
- "declaration": {
3256
- "name": "*",
3257
- "package": "./tokens"
3258
- }
3259
- },
3260
- {
3261
- "kind": "js",
3262
- "name": "*",
3263
- "declaration": {
3264
- "name": "*",
3265
- "package": "./values"
3266
- }
3267
- }
3268
- ]
3269
- },
3270
- {
3271
- "kind": "javascript-module",
3272
- "path": "src/accordion/accordion.styles.ts",
3273
- "declarations": [
3274
- {
3275
- "kind": "function",
3276
- "name": "foundationAccordionStyles",
3277
- "return": {
3278
- "type": {
3279
- "text": "ElementStyles"
3280
- }
3281
- },
3282
- "parameters": [
3283
- {
3284
- "name": "context",
3285
- "type": {
3286
- "text": "ElementDefinitionContext"
3287
- }
3288
- },
3289
- {
3290
- "name": "definition",
3291
- "type": {
3292
- "text": "FoundationElementDefinition"
3293
- }
3294
- }
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": [
3313
- {
3314
- "kind": "function",
3315
- "name": "foundationAccordionTemplate",
3316
- "return": {
3317
- "type": {
3318
- "text": "ViewTemplate<Accordion>"
3319
- }
3320
- },
3321
- "parameters": [
3322
- {
3323
- "name": "context",
3324
- "type": {
3325
- "text": "ElementDefinitionContext"
3326
- }
3327
- },
3328
- {
3329
- "name": "definition",
3330
- "type": {
3331
- "text": "FoundationElementDefinition"
3332
- }
3333
- }
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"
3384
- }
3385
- ],
3386
- "exports": [
3387
- {
3388
- "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": "*",
3437
- "declaration": {
3438
- "name": "*",
3439
- "package": "./accordion.styles"
3440
- }
3441
- },
3442
- {
3443
- "kind": "js",
3444
- "name": "*",
3445
- "declaration": {
3446
- "name": "*",
3447
- "package": "./accordion"
3448
- }
3449
- }
3450
- ]
3451
- },
3452
3452
  {
3453
3453
  "kind": "javascript-module",
3454
3454
  "path": "src/anchor/anchor.styles.ts",
@@ -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,7 @@
54346
54670
  "name": "*",
54347
54671
  "declaration": {
54348
54672
  "name": "*",
54349
- "package": "./workspace-registry.types"
54673
+ "package": "./workspace-state"
54350
54674
  }
54351
54675
  },
54352
54676
  {
@@ -54354,59 +54678,412 @@
54354
54678
  "name": "*",
54355
54679
  "declaration": {
54356
54680
  "name": "*",
54357
- "package": "./workspace-di"
54681
+ "package": "./layout-registry"
54682
+ }
54683
+ },
54684
+ {
54685
+ "kind": "js",
54686
+ "name": "*",
54687
+ "declaration": {
54688
+ "name": "*",
54689
+ "package": "./grid-registry"
54690
+ }
54691
+ },
54692
+ {
54693
+ "kind": "js",
54694
+ "name": "*",
54695
+ "declaration": {
54696
+ "name": "*",
54697
+ "package": "./filter-registry"
54698
+ }
54699
+ },
54700
+ {
54701
+ "kind": "js",
54702
+ "name": "*",
54703
+ "declaration": {
54704
+ "name": "*",
54705
+ "package": "./grid-register"
54706
+ }
54707
+ },
54708
+ {
54709
+ "kind": "js",
54710
+ "name": "*",
54711
+ "declaration": {
54712
+ "name": "*",
54713
+ "package": "./layout-wrapper"
54358
54714
  }
54359
54715
  }
54360
54716
  ]
54361
54717
  },
54362
54718
  {
54363
54719
  "kind": "javascript-module",
54364
- "path": "src/workspace/workspace-di.ts",
54720
+ "path": "src/workspace/layout-registry.ts",
54365
54721
  "declarations": [
54366
54722
  {
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."
54723
+ "kind": "class",
54724
+ "description": "Default layout registry implementation.",
54725
+ "name": "DefaultLayoutRegistry",
54726
+ "members": [
54727
+ {
54728
+ "kind": "field",
54729
+ "name": "layouts",
54730
+ "type": {
54731
+ "text": "Map<string, any>"
54732
+ },
54733
+ "privacy": "private",
54734
+ "default": "new Map()"
54735
+ },
54736
+ {
54737
+ "kind": "method",
54738
+ "name": "registerLayout",
54739
+ "return": {
54740
+ "type": {
54741
+ "text": "void"
54742
+ }
54743
+ },
54744
+ "parameters": [
54745
+ {
54746
+ "name": "layoutKey",
54747
+ "type": {
54748
+ "text": "string"
54749
+ }
54750
+ },
54751
+ {
54752
+ "name": "layout",
54753
+ "type": {
54754
+ "text": "any"
54755
+ }
54756
+ }
54757
+ ]
54758
+ },
54759
+ {
54760
+ "kind": "method",
54761
+ "name": "unregisterLayout",
54762
+ "return": {
54763
+ "type": {
54764
+ "text": "void"
54765
+ }
54766
+ },
54767
+ "parameters": [
54768
+ {
54769
+ "name": "layoutKey",
54770
+ "type": {
54771
+ "text": "string"
54772
+ }
54773
+ }
54774
+ ]
54775
+ },
54776
+ {
54777
+ "kind": "method",
54778
+ "name": "getLayoutsConfigs",
54779
+ "return": {
54780
+ "type": {
54781
+ "text": "SavedLayout[]"
54782
+ }
54783
+ }
54784
+ },
54785
+ {
54786
+ "kind": "method",
54787
+ "name": "applySavedLayouts",
54788
+ "return": {
54789
+ "type": {
54790
+ "text": "Promise<void>"
54791
+ }
54792
+ },
54793
+ "parameters": [
54794
+ {
54795
+ "name": "savedLayouts",
54796
+ "type": {
54797
+ "text": "SavedLayout[]"
54798
+ }
54799
+ }
54800
+ ]
54801
+ }
54802
+ ]
54380
54803
  },
54381
54804
  {
54382
54805
  "kind": "variable",
54383
- "name": "WorkspaceState",
54384
- "description": "DI token for workspace state. Host app must register an implementation."
54806
+ "name": "LayoutRegistry",
54807
+ "description": "DI token for layout registry.",
54808
+ "privacy": "public"
54385
54809
  }
54386
54810
  ],
54387
54811
  "exports": [
54388
54812
  {
54389
54813
  "kind": "js",
54390
- "name": "LayoutRegistry",
54814
+ "name": "DefaultLayoutRegistry",
54391
54815
  "declaration": {
54392
- "name": "LayoutRegistry",
54393
- "module": "src/workspace/workspace-di.ts"
54816
+ "name": "DefaultLayoutRegistry",
54817
+ "module": "src/workspace/layout-registry.ts"
54394
54818
  }
54395
54819
  },
54396
54820
  {
54397
54821
  "kind": "js",
54398
- "name": "GridRegistry",
54822
+ "name": "LayoutRegistry",
54399
54823
  "declaration": {
54400
- "name": "GridRegistry",
54401
- "module": "src/workspace/workspace-di.ts"
54824
+ "name": "LayoutRegistry",
54825
+ "module": "src/workspace/layout-registry.ts"
54402
54826
  }
54827
+ }
54828
+ ]
54829
+ },
54830
+ {
54831
+ "kind": "javascript-module",
54832
+ "path": "src/workspace/workspace-state.ts",
54833
+ "declarations": [
54834
+ {
54835
+ "kind": "class",
54836
+ "description": "Default workspace persistence implementation backed by KVStorage.",
54837
+ "name": "DefaultWorkspaceState",
54838
+ "members": [
54839
+ {
54840
+ "kind": "field",
54841
+ "name": "STORAGE_PREFIX",
54842
+ "type": {
54843
+ "text": "string"
54844
+ },
54845
+ "privacy": "private",
54846
+ "readonly": true,
54847
+ "default": "'workspace_'"
54848
+ },
54849
+ {
54850
+ "kind": "field",
54851
+ "name": "WORKSPACES_LIST_KEY",
54852
+ "type": {
54853
+ "text": "string"
54854
+ },
54855
+ "privacy": "private",
54856
+ "readonly": true,
54857
+ "default": "'workspaces_list'"
54858
+ },
54859
+ {
54860
+ "kind": "field",
54861
+ "name": "currentWorkspace",
54862
+ "type": {
54863
+ "text": "SavedWorkspace | null"
54864
+ },
54865
+ "privacy": "private",
54866
+ "default": "null"
54867
+ },
54868
+ {
54869
+ "kind": "method",
54870
+ "name": "getCurrentUsername",
54871
+ "privacy": "private",
54872
+ "return": {
54873
+ "type": {
54874
+ "text": "string"
54875
+ }
54876
+ }
54877
+ },
54878
+ {
54879
+ "kind": "method",
54880
+ "name": "getWorkspaceStorageKey",
54881
+ "privacy": "private",
54882
+ "return": {
54883
+ "type": {
54884
+ "text": "string"
54885
+ }
54886
+ },
54887
+ "parameters": [
54888
+ {
54889
+ "name": "workspaceName",
54890
+ "type": {
54891
+ "text": "string"
54892
+ }
54893
+ }
54894
+ ]
54895
+ },
54896
+ {
54897
+ "kind": "method",
54898
+ "name": "getWorkspacesListKey",
54899
+ "privacy": "private",
54900
+ "return": {
54901
+ "type": {
54902
+ "text": "string"
54903
+ }
54904
+ }
54905
+ },
54906
+ {
54907
+ "kind": "method",
54908
+ "name": "saveWorkspace",
54909
+ "return": {
54910
+ "type": {
54911
+ "text": "Promise<void>"
54912
+ }
54913
+ },
54914
+ "parameters": [
54915
+ {
54916
+ "name": "workspaceName",
54917
+ "type": {
54918
+ "text": "string"
54919
+ }
54920
+ },
54921
+ {
54922
+ "name": "layouts",
54923
+ "type": {
54924
+ "text": "SavedLayout[]"
54925
+ }
54926
+ },
54927
+ {
54928
+ "name": "grids",
54929
+ "type": {
54930
+ "text": "SavedGridSettings[]"
54931
+ }
54932
+ },
54933
+ {
54934
+ "name": "filters",
54935
+ "type": {
54936
+ "text": "SavedFilterValue[]"
54937
+ }
54938
+ },
54939
+ {
54940
+ "name": "description",
54941
+ "optional": true,
54942
+ "type": {
54943
+ "text": "string"
54944
+ }
54945
+ }
54946
+ ]
54947
+ },
54948
+ {
54949
+ "kind": "method",
54950
+ "name": "loadWorkspace",
54951
+ "return": {
54952
+ "type": {
54953
+ "text": "Promise<SavedWorkspace | null>"
54954
+ }
54955
+ },
54956
+ "parameters": [
54957
+ {
54958
+ "name": "workspaceName",
54959
+ "type": {
54960
+ "text": "string"
54961
+ }
54962
+ }
54963
+ ]
54964
+ },
54965
+ {
54966
+ "kind": "method",
54967
+ "name": "getWorkspace",
54968
+ "privacy": "private",
54969
+ "return": {
54970
+ "type": {
54971
+ "text": "Promise<SavedWorkspace | null>"
54972
+ }
54973
+ },
54974
+ "parameters": [
54975
+ {
54976
+ "name": "workspaceName",
54977
+ "type": {
54978
+ "text": "string"
54979
+ }
54980
+ }
54981
+ ]
54982
+ },
54983
+ {
54984
+ "kind": "method",
54985
+ "name": "getCurrentWorkspace",
54986
+ "return": {
54987
+ "type": {
54988
+ "text": "SavedWorkspace | null"
54989
+ }
54990
+ }
54991
+ },
54992
+ {
54993
+ "kind": "method",
54994
+ "name": "setCurrentWorkspace",
54995
+ "return": {
54996
+ "type": {
54997
+ "text": "void"
54998
+ }
54999
+ },
55000
+ "parameters": [
55001
+ {
55002
+ "name": "workspace",
55003
+ "type": {
55004
+ "text": "SavedWorkspace | null"
55005
+ }
55006
+ }
55007
+ ]
55008
+ },
55009
+ {
55010
+ "kind": "method",
55011
+ "name": "getSavedWorkspaces",
55012
+ "return": {
55013
+ "type": {
55014
+ "text": "Promise<SavedWorkspace[]>"
55015
+ }
55016
+ }
55017
+ },
55018
+ {
55019
+ "kind": "method",
55020
+ "name": "deleteWorkspace",
55021
+ "return": {
55022
+ "type": {
55023
+ "text": "Promise<void>"
55024
+ }
55025
+ },
55026
+ "parameters": [
55027
+ {
55028
+ "name": "workspaceName",
55029
+ "type": {
55030
+ "text": "string"
55031
+ }
55032
+ }
55033
+ ]
55034
+ },
55035
+ {
55036
+ "kind": "method",
55037
+ "name": "updateWorkspacesList",
55038
+ "privacy": "private",
55039
+ "return": {
55040
+ "type": {
55041
+ "text": "Promise<void>"
55042
+ }
55043
+ },
55044
+ "parameters": [
55045
+ {
55046
+ "name": "workspaceName",
55047
+ "type": {
55048
+ "text": "string"
55049
+ }
55050
+ }
55051
+ ]
55052
+ },
55053
+ {
55054
+ "kind": "method",
55055
+ "name": "removeFromWorkspacesList",
55056
+ "privacy": "private",
55057
+ "return": {
55058
+ "type": {
55059
+ "text": "Promise<void>"
55060
+ }
55061
+ },
55062
+ "parameters": [
55063
+ {
55064
+ "name": "workspaceName",
55065
+ "type": {
55066
+ "text": "string"
55067
+ }
55068
+ }
55069
+ ]
55070
+ }
55071
+ ]
54403
55072
  },
55073
+ {
55074
+ "kind": "variable",
55075
+ "name": "WorkspaceState",
55076
+ "description": "DI token for workspace state.",
55077
+ "privacy": "public"
55078
+ }
55079
+ ],
55080
+ "exports": [
54404
55081
  {
54405
55082
  "kind": "js",
54406
- "name": "FilterRegistry",
55083
+ "name": "DefaultWorkspaceState",
54407
55084
  "declaration": {
54408
- "name": "FilterRegistry",
54409
- "module": "src/workspace/workspace-di.ts"
55085
+ "name": "DefaultWorkspaceState",
55086
+ "module": "src/workspace/workspace-state.ts"
54410
55087
  }
54411
55088
  },
54412
55089
  {
@@ -54414,17 +55091,11 @@
54414
55091
  "name": "WorkspaceState",
54415
55092
  "declaration": {
54416
55093
  "name": "WorkspaceState",
54417
- "module": "src/workspace/workspace-di.ts"
55094
+ "module": "src/workspace/workspace-state.ts"
54418
55095
  }
54419
55096
  }
54420
55097
  ]
54421
55098
  },
54422
- {
54423
- "kind": "javascript-module",
54424
- "path": "src/workspace/workspace-registry.types.ts",
54425
- "declarations": [],
54426
- "exports": []
54427
- },
54428
55099
  {
54429
55100
  "kind": "javascript-module",
54430
55101
  "path": "src/workspace/workspace-state.types.ts",
@@ -54631,28 +55302,28 @@
54631
55302
  "kind": "field",
54632
55303
  "name": "layoutRegistry",
54633
55304
  "type": {
54634
- "text": "ILayoutRegistry"
55305
+ "text": "LayoutRegistry"
54635
55306
  }
54636
55307
  },
54637
55308
  {
54638
55309
  "kind": "field",
54639
55310
  "name": "gridRegistry",
54640
55311
  "type": {
54641
- "text": "IGridRegistry"
55312
+ "text": "GridRegistry"
54642
55313
  }
54643
55314
  },
54644
55315
  {
54645
55316
  "kind": "field",
54646
55317
  "name": "filterRegistry",
54647
55318
  "type": {
54648
- "text": "IFilterRegistry"
55319
+ "text": "FilterRegistry"
54649
55320
  }
54650
55321
  },
54651
55322
  {
54652
55323
  "kind": "field",
54653
55324
  "name": "workspaceState",
54654
55325
  "type": {
54655
- "text": "IWorkspaceState"
55326
+ "text": "WorkspaceState"
54656
55327
  }
54657
55328
  },
54658
55329
  {
@@ -55208,181 +55879,6 @@
55208
55879
  }
55209
55880
  ]
55210
55881
  },
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
55882
  {
55387
55883
  "kind": "javascript-module",
55388
55884
  "path": "src/_config/styles/colors.ts",
@@ -56755,6 +57251,181 @@
56755
57251
  "declarations": [],
56756
57252
  "exports": []
56757
57253
  },
57254
+ {
57255
+ "kind": "javascript-module",
57256
+ "path": "src/ai-criteria-search/validation/criteria-ir.ts",
57257
+ "declarations": [],
57258
+ "exports": []
57259
+ },
57260
+ {
57261
+ "kind": "javascript-module",
57262
+ "path": "src/ai-criteria-search/validation/operator-map.ts",
57263
+ "declarations": [
57264
+ {
57265
+ "kind": "function",
57266
+ "name": "groupsToCriteria",
57267
+ "return": {
57268
+ "type": {
57269
+ "text": "string"
57270
+ }
57271
+ },
57272
+ "parameters": [
57273
+ {
57274
+ "name": "groups",
57275
+ "type": {
57276
+ "text": "CriteriaGroup[]"
57277
+ }
57278
+ }
57279
+ ],
57280
+ "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."
57281
+ },
57282
+ {
57283
+ "kind": "variable",
57284
+ "name": "STRING_OPERATORS",
57285
+ "type": {
57286
+ "text": "CriteriaOperator[]"
57287
+ },
57288
+ "default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
57289
+ },
57290
+ {
57291
+ "kind": "variable",
57292
+ "name": "NUMERIC_OPERATORS",
57293
+ "type": {
57294
+ "text": "CriteriaOperator[]"
57295
+ },
57296
+ "default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
57297
+ },
57298
+ {
57299
+ "kind": "variable",
57300
+ "name": "DATE_OPERATORS",
57301
+ "type": {
57302
+ "text": "CriteriaOperator[]"
57303
+ },
57304
+ "default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
57305
+ },
57306
+ {
57307
+ "kind": "variable",
57308
+ "name": "DATETIME_OPERATORS",
57309
+ "type": {
57310
+ "text": "CriteriaOperator[]"
57311
+ },
57312
+ "default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
57313
+ }
57314
+ ],
57315
+ "exports": [
57316
+ {
57317
+ "kind": "js",
57318
+ "name": "groupsToCriteria",
57319
+ "declaration": {
57320
+ "name": "groupsToCriteria",
57321
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57322
+ }
57323
+ },
57324
+ {
57325
+ "kind": "js",
57326
+ "name": "STRING_OPERATORS",
57327
+ "declaration": {
57328
+ "name": "STRING_OPERATORS",
57329
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57330
+ }
57331
+ },
57332
+ {
57333
+ "kind": "js",
57334
+ "name": "NUMERIC_OPERATORS",
57335
+ "declaration": {
57336
+ "name": "NUMERIC_OPERATORS",
57337
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57338
+ }
57339
+ },
57340
+ {
57341
+ "kind": "js",
57342
+ "name": "DATE_OPERATORS",
57343
+ "declaration": {
57344
+ "name": "DATE_OPERATORS",
57345
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57346
+ }
57347
+ },
57348
+ {
57349
+ "kind": "js",
57350
+ "name": "DATETIME_OPERATORS",
57351
+ "declaration": {
57352
+ "name": "DATETIME_OPERATORS",
57353
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57354
+ }
57355
+ }
57356
+ ]
57357
+ },
57358
+ {
57359
+ "kind": "javascript-module",
57360
+ "path": "src/ai-criteria-search/validation/schema-validator.ts",
57361
+ "declarations": [
57362
+ {
57363
+ "kind": "function",
57364
+ "name": "validateClauses",
57365
+ "return": {
57366
+ "type": {
57367
+ "text": "ValidationResult"
57368
+ }
57369
+ },
57370
+ "parameters": [
57371
+ {
57372
+ "name": "clauses",
57373
+ "type": {
57374
+ "text": "CriteriaClause[]"
57375
+ }
57376
+ },
57377
+ {
57378
+ "name": "fieldMetadata",
57379
+ "type": {
57380
+ "text": "MetadataDetail[] | string[]"
57381
+ }
57382
+ }
57383
+ ]
57384
+ },
57385
+ {
57386
+ "kind": "function",
57387
+ "name": "validateGroups",
57388
+ "return": {
57389
+ "type": {
57390
+ "text": "GroupsValidationResult"
57391
+ }
57392
+ },
57393
+ "parameters": [
57394
+ {
57395
+ "name": "groups",
57396
+ "type": {
57397
+ "text": "CriteriaGroup[]"
57398
+ }
57399
+ },
57400
+ {
57401
+ "name": "fieldMetadata",
57402
+ "type": {
57403
+ "text": "MetadataDetail[] | string[]"
57404
+ }
57405
+ }
57406
+ ],
57407
+ "description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
57408
+ }
57409
+ ],
57410
+ "exports": [
57411
+ {
57412
+ "kind": "js",
57413
+ "name": "validateClauses",
57414
+ "declaration": {
57415
+ "name": "validateClauses",
57416
+ "module": "src/ai-criteria-search/validation/schema-validator.ts"
57417
+ }
57418
+ },
57419
+ {
57420
+ "kind": "js",
57421
+ "name": "validateGroups",
57422
+ "declaration": {
57423
+ "name": "validateGroups",
57424
+ "module": "src/ai-criteria-search/validation/schema-validator.ts"
57425
+ }
57426
+ }
57427
+ ]
57428
+ },
56758
57429
  {
56759
57430
  "kind": "javascript-module",
56760
57431
  "path": "src/environment-indicator/utils/configure.ts",
@@ -58262,6 +58933,325 @@
58262
58933
  }
58263
58934
  ]
58264
58935
  },
58936
+ {
58937
+ "kind": "javascript-module",
58938
+ "path": "src/workspace/grid-register/grid-register.template.ts",
58939
+ "declarations": [
58940
+ {
58941
+ "kind": "variable",
58942
+ "name": "GridRegisterTemplate",
58943
+ "type": {
58944
+ "text": "ViewTemplate<GridRegister>"
58945
+ },
58946
+ "default": "html`\n <slot></slot>\n`"
58947
+ }
58948
+ ],
58949
+ "exports": [
58950
+ {
58951
+ "kind": "js",
58952
+ "name": "GridRegisterTemplate",
58953
+ "declaration": {
58954
+ "name": "GridRegisterTemplate",
58955
+ "module": "src/workspace/grid-register/grid-register.template.ts"
58956
+ }
58957
+ }
58958
+ ]
58959
+ },
58960
+ {
58961
+ "kind": "javascript-module",
58962
+ "path": "src/workspace/grid-register/grid-register.ts",
58963
+ "declarations": [
58964
+ {
58965
+ "kind": "class",
58966
+ "description": "",
58967
+ "name": "GridRegister",
58968
+ "members": [
58969
+ {
58970
+ "kind": "field",
58971
+ "name": "gridKey",
58972
+ "type": {
58973
+ "text": "string"
58974
+ }
58975
+ },
58976
+ {
58977
+ "kind": "field",
58978
+ "name": "gridRegistry",
58979
+ "type": {
58980
+ "text": "GridRegistry"
58981
+ }
58982
+ },
58983
+ {
58984
+ "kind": "field",
58985
+ "name": "workspaceState",
58986
+ "type": {
58987
+ "text": "WorkspaceState"
58988
+ }
58989
+ },
58990
+ {
58991
+ "kind": "field",
58992
+ "name": "gridElement",
58993
+ "type": {
58994
+ "text": "HTMLElement | null"
58995
+ },
58996
+ "privacy": "private",
58997
+ "default": "null"
58998
+ },
58999
+ {
59000
+ "kind": "field",
59001
+ "name": "gridApi",
59002
+ "type": {
59003
+ "text": "GridApi | null"
59004
+ },
59005
+ "privacy": "private",
59006
+ "default": "null"
59007
+ },
59008
+ {
59009
+ "kind": "field",
59010
+ "name": "columnApi",
59011
+ "type": {
59012
+ "text": "ColumnApi | null"
59013
+ },
59014
+ "privacy": "private",
59015
+ "default": "null"
59016
+ },
59017
+ {
59018
+ "kind": "field",
59019
+ "name": "workspaceSettingsApplied",
59020
+ "type": {
59021
+ "text": "boolean"
59022
+ },
59023
+ "privacy": "private",
59024
+ "default": "false"
59025
+ },
59026
+ {
59027
+ "kind": "method",
59028
+ "name": "findAndRegisterGrid",
59029
+ "privacy": "private",
59030
+ "return": {
59031
+ "type": {
59032
+ "text": "void"
59033
+ }
59034
+ }
59035
+ },
59036
+ {
59037
+ "kind": "field",
59038
+ "name": "handleGridReady",
59039
+ "privacy": "private",
59040
+ "readonly": true
59041
+ },
59042
+ {
59043
+ "kind": "method",
59044
+ "name": "attachToGridApis",
59045
+ "privacy": "private",
59046
+ "return": {
59047
+ "type": {
59048
+ "text": "void"
59049
+ }
59050
+ }
59051
+ },
59052
+ {
59053
+ "kind": "method",
59054
+ "name": "detachFromGridApis",
59055
+ "privacy": "private",
59056
+ "return": {
59057
+ "type": {
59058
+ "text": "void"
59059
+ }
59060
+ }
59061
+ },
59062
+ {
59063
+ "kind": "method",
59064
+ "name": "loadWorkspaceSettings",
59065
+ "privacy": "private",
59066
+ "return": {
59067
+ "type": {
59068
+ "text": "Promise<void>"
59069
+ }
59070
+ },
59071
+ "parameters": [
59072
+ {
59073
+ "name": "options",
59074
+ "optional": true,
59075
+ "type": {
59076
+ "text": "{ applyColumns?: boolean }"
59077
+ }
59078
+ }
59079
+ ]
59080
+ },
59081
+ {
59082
+ "kind": "method",
59083
+ "name": "loadWorkspaceColumnState",
59084
+ "privacy": "private",
59085
+ "return": {
59086
+ "type": {
59087
+ "text": "Promise<void>"
59088
+ }
59089
+ }
59090
+ }
59091
+ ],
59092
+ "attributes": [
59093
+ {
59094
+ "name": "grid-key",
59095
+ "type": {
59096
+ "text": "string"
59097
+ },
59098
+ "fieldName": "gridKey"
59099
+ }
59100
+ ],
59101
+ "superclass": {
59102
+ "name": "HTMLElement"
59103
+ },
59104
+ "customElement": true
59105
+ }
59106
+ ],
59107
+ "exports": [
59108
+ {
59109
+ "kind": "js",
59110
+ "name": "GridRegister",
59111
+ "declaration": {
59112
+ "name": "GridRegister",
59113
+ "module": "src/workspace/grid-register/grid-register.ts"
59114
+ }
59115
+ },
59116
+ {
59117
+ "kind": "custom-element-definition",
59118
+ "declaration": {
59119
+ "name": "GridRegister",
59120
+ "module": "src/workspace/grid-register/grid-register.ts"
59121
+ }
59122
+ }
59123
+ ]
59124
+ },
59125
+ {
59126
+ "kind": "javascript-module",
59127
+ "path": "src/workspace/grid-register/index.ts",
59128
+ "declarations": [],
59129
+ "exports": [
59130
+ {
59131
+ "kind": "js",
59132
+ "name": "*",
59133
+ "declaration": {
59134
+ "name": "*",
59135
+ "package": "./grid-register"
59136
+ }
59137
+ }
59138
+ ]
59139
+ },
59140
+ {
59141
+ "kind": "javascript-module",
59142
+ "path": "src/workspace/layout-wrapper/index.ts",
59143
+ "declarations": [],
59144
+ "exports": [
59145
+ {
59146
+ "kind": "js",
59147
+ "name": "*",
59148
+ "declaration": {
59149
+ "name": "*",
59150
+ "package": "./layout-wrapper"
59151
+ }
59152
+ }
59153
+ ]
59154
+ },
59155
+ {
59156
+ "kind": "javascript-module",
59157
+ "path": "src/workspace/layout-wrapper/layout-wrapper.template.ts",
59158
+ "declarations": [
59159
+ {
59160
+ "kind": "variable",
59161
+ "name": "LayoutWrapperTemplate",
59162
+ "type": {
59163
+ "text": "ViewTemplate<LayoutWrapper>"
59164
+ },
59165
+ "default": "html`\n <slot></slot>\n`"
59166
+ }
59167
+ ],
59168
+ "exports": [
59169
+ {
59170
+ "kind": "js",
59171
+ "name": "LayoutWrapperTemplate",
59172
+ "declaration": {
59173
+ "name": "LayoutWrapperTemplate",
59174
+ "module": "src/workspace/layout-wrapper/layout-wrapper.template.ts"
59175
+ }
59176
+ }
59177
+ ]
59178
+ },
59179
+ {
59180
+ "kind": "javascript-module",
59181
+ "path": "src/workspace/layout-wrapper/layout-wrapper.ts",
59182
+ "declarations": [
59183
+ {
59184
+ "kind": "class",
59185
+ "description": "",
59186
+ "name": "LayoutWrapper",
59187
+ "members": [
59188
+ {
59189
+ "kind": "field",
59190
+ "name": "layoutKey",
59191
+ "type": {
59192
+ "text": "string"
59193
+ }
59194
+ },
59195
+ {
59196
+ "kind": "field",
59197
+ "name": "layoutRegistry",
59198
+ "type": {
59199
+ "text": "LayoutRegistry"
59200
+ }
59201
+ },
59202
+ {
59203
+ "kind": "field",
59204
+ "name": "layoutElement",
59205
+ "type": {
59206
+ "text": "any | null"
59207
+ },
59208
+ "privacy": "private",
59209
+ "default": "null"
59210
+ },
59211
+ {
59212
+ "kind": "method",
59213
+ "name": "findAndRegisterLayout",
59214
+ "privacy": "private",
59215
+ "return": {
59216
+ "type": {
59217
+ "text": "void"
59218
+ }
59219
+ }
59220
+ }
59221
+ ],
59222
+ "attributes": [
59223
+ {
59224
+ "name": "layout-key",
59225
+ "type": {
59226
+ "text": "string"
59227
+ },
59228
+ "fieldName": "layoutKey"
59229
+ }
59230
+ ],
59231
+ "superclass": {
59232
+ "name": "HTMLElement"
59233
+ },
59234
+ "customElement": true
59235
+ }
59236
+ ],
59237
+ "exports": [
59238
+ {
59239
+ "kind": "js",
59240
+ "name": "LayoutWrapper",
59241
+ "declaration": {
59242
+ "name": "LayoutWrapper",
59243
+ "module": "src/workspace/layout-wrapper/layout-wrapper.ts"
59244
+ }
59245
+ },
59246
+ {
59247
+ "kind": "custom-element-definition",
59248
+ "declaration": {
59249
+ "name": "LayoutWrapper",
59250
+ "module": "src/workspace/layout-wrapper/layout-wrapper.ts"
59251
+ }
59252
+ }
59253
+ ]
59254
+ },
58265
59255
  {
58266
59256
  "kind": "javascript-module",
58267
59257
  "path": "src/_config/styles/external/index.ts",