@genesislcap/foundation-ui 14.409.0-FUI-2495.7 → 14.409.0-FUI-2495.9

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 (2) hide show
  1. package/dist/custom-elements.json +783 -783
  2. package/package.json +19 -19
@@ -1289,11 +1289,11 @@
1289
1289
  },
1290
1290
  {
1291
1291
  "kind": "javascript-module",
1292
- "path": "src/actions-menu/actions-menu.styles.ts",
1292
+ "path": "src/accordion/accordion.styles.ts",
1293
1293
  "declarations": [
1294
1294
  {
1295
1295
  "kind": "function",
1296
- "name": "actionsMenuBaseStyles",
1296
+ "name": "foundationAccordionStyles",
1297
1297
  "return": {
1298
1298
  "type": {
1299
1299
  "text": "ElementStyles"
@@ -1313,13 +1313,29 @@
1313
1313
  }
1314
1314
  }
1315
1315
  ]
1316
- },
1316
+ }
1317
+ ],
1318
+ "exports": [
1319
+ {
1320
+ "kind": "js",
1321
+ "name": "foundationAccordionStyles",
1322
+ "declaration": {
1323
+ "name": "foundationAccordionStyles",
1324
+ "module": "src/accordion/accordion.styles.ts"
1325
+ }
1326
+ }
1327
+ ]
1328
+ },
1329
+ {
1330
+ "kind": "javascript-module",
1331
+ "path": "src/accordion/accordion.template.ts",
1332
+ "declarations": [
1317
1333
  {
1318
1334
  "kind": "function",
1319
- "name": "foundationActionsMenuStyles",
1335
+ "name": "foundationAccordionTemplate",
1320
1336
  "return": {
1321
1337
  "type": {
1322
- "text": "ElementStyles"
1338
+ "text": "ViewTemplate<Accordion>"
1323
1339
  }
1324
1340
  },
1325
1341
  "parameters": [
@@ -1341,269 +1357,299 @@
1341
1357
  "exports": [
1342
1358
  {
1343
1359
  "kind": "js",
1344
- "name": "actionsMenuBaseStyles",
1345
- "declaration": {
1346
- "name": "actionsMenuBaseStyles",
1347
- "module": "src/actions-menu/actions-menu.styles.ts"
1348
- }
1349
- },
1350
- {
1351
- "kind": "js",
1352
- "name": "foundationActionsMenuStyles",
1360
+ "name": "foundationAccordionTemplate",
1353
1361
  "declaration": {
1354
- "name": "foundationActionsMenuStyles",
1355
- "module": "src/actions-menu/actions-menu.styles.ts"
1362
+ "name": "foundationAccordionTemplate",
1363
+ "module": "src/accordion/accordion.template.ts"
1356
1364
  }
1357
1365
  }
1358
1366
  ]
1359
1367
  },
1360
1368
  {
1361
1369
  "kind": "javascript-module",
1362
- "path": "src/actions-menu/actions-menu.template.ts",
1370
+ "path": "src/accordion/accordion.ts",
1363
1371
  "declarations": [
1364
1372
  {
1365
- "kind": "function",
1366
- "name": "menuTemplate",
1367
- "parameters": [
1368
- {
1369
- "name": "prefix",
1370
- "type": {
1371
- "text": "string"
1372
- }
1373
- }
1374
- ]
1373
+ "kind": "class",
1374
+ "description": "",
1375
+ "name": "Accordion",
1376
+ "superclass": {
1377
+ "name": "FASTAccordion",
1378
+ "package": "@microsoft/fast-foundation"
1379
+ },
1380
+ "tagName": "%%prefix%%-accordion",
1381
+ "customElement": true
1375
1382
  },
1376
1383
  {
1377
- "kind": "function",
1378
- "name": "singleOptionTemplate",
1379
- "parameters": [
1380
- {
1381
- "name": "prefix",
1382
- "type": {
1383
- "text": "string"
1384
- }
1385
- }
1386
- ]
1384
+ "kind": "variable",
1385
+ "name": "foundationAccordionShadowOptions",
1386
+ "type": {
1387
+ "text": "ShadowRootInit"
1388
+ },
1389
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1387
1390
  },
1388
1391
  {
1389
1392
  "kind": "variable",
1390
- "name": "foundationActionsMenuTemplate",
1393
+ "name": "defaultAccordionConfig",
1391
1394
  "type": {
1392
- "text": "ViewTemplate<ActionsMenu>"
1395
+ "text": "object"
1393
1396
  },
1394
- "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`"
1397
+ "default": "{}"
1398
+ },
1399
+ {
1400
+ "kind": "variable",
1401
+ "name": "foundationAccordion",
1402
+ "description": "The Foundation Accordion",
1403
+ "privacy": "public"
1395
1404
  }
1396
1405
  ],
1397
1406
  "exports": [
1398
1407
  {
1399
1408
  "kind": "js",
1400
- "name": "menuTemplate",
1409
+ "name": "Accordion",
1401
1410
  "declaration": {
1402
- "name": "menuTemplate",
1403
- "module": "src/actions-menu/actions-menu.template.ts"
1411
+ "name": "Accordion",
1412
+ "module": "src/accordion/accordion.ts"
1404
1413
  }
1405
1414
  },
1406
1415
  {
1407
1416
  "kind": "js",
1408
- "name": "singleOptionTemplate",
1417
+ "name": "foundationAccordionShadowOptions",
1409
1418
  "declaration": {
1410
- "name": "singleOptionTemplate",
1411
- "module": "src/actions-menu/actions-menu.template.ts"
1419
+ "name": "foundationAccordionShadowOptions",
1420
+ "module": "src/accordion/accordion.ts"
1412
1421
  }
1413
1422
  },
1414
1423
  {
1415
1424
  "kind": "js",
1416
- "name": "foundationActionsMenuTemplate",
1425
+ "name": "defaultAccordionConfig",
1417
1426
  "declaration": {
1418
- "name": "foundationActionsMenuTemplate",
1419
- "module": "src/actions-menu/actions-menu.template.ts"
1427
+ "name": "defaultAccordionConfig",
1428
+ "module": "src/accordion/accordion.ts"
1429
+ }
1430
+ },
1431
+ {
1432
+ "kind": "js",
1433
+ "name": "foundationAccordion",
1434
+ "declaration": {
1435
+ "name": "foundationAccordion",
1436
+ "module": "src/accordion/accordion.ts"
1420
1437
  }
1421
1438
  }
1422
1439
  ]
1423
1440
  },
1424
1441
  {
1425
1442
  "kind": "javascript-module",
1426
- "path": "src/actions-menu/actions-menu.ts",
1443
+ "path": "src/accordion/index.ts",
1444
+ "declarations": [],
1445
+ "exports": [
1446
+ {
1447
+ "kind": "js",
1448
+ "name": "*",
1449
+ "declaration": {
1450
+ "name": "*",
1451
+ "package": "./accordion.template"
1452
+ }
1453
+ },
1454
+ {
1455
+ "kind": "js",
1456
+ "name": "*",
1457
+ "declaration": {
1458
+ "name": "*",
1459
+ "package": "./accordion.styles"
1460
+ }
1461
+ },
1462
+ {
1463
+ "kind": "js",
1464
+ "name": "*",
1465
+ "declaration": {
1466
+ "name": "*",
1467
+ "package": "./accordion"
1468
+ }
1469
+ }
1470
+ ]
1471
+ },
1472
+ {
1473
+ "kind": "javascript-module",
1474
+ "path": "src/accordion-item/accordion-item.styles.ts",
1427
1475
  "declarations": [
1428
1476
  {
1429
- "kind": "class",
1430
- "description": "",
1431
- "name": "ActionsMenu",
1432
- "members": [
1477
+ "kind": "function",
1478
+ "name": "foundationAccordionItemStyles",
1479
+ "return": {
1480
+ "type": {
1481
+ "text": "ElementStyles"
1482
+ }
1483
+ },
1484
+ "parameters": [
1433
1485
  {
1434
- "kind": "field",
1435
- "name": "actions",
1486
+ "name": "context",
1436
1487
  "type": {
1437
- "text": "ActionMenuItem[]"
1488
+ "text": "ElementDefinitionContext"
1438
1489
  }
1439
1490
  },
1440
1491
  {
1441
- "kind": "field",
1442
- "name": "isVertical",
1443
- "type": {
1444
- "text": "boolean"
1445
- },
1446
- "default": "false"
1447
- },
1448
- {
1449
- "kind": "field",
1450
- "name": "addDefaultActions",
1451
- "type": {
1452
- "text": "boolean"
1453
- },
1454
- "default": "true"
1455
- },
1456
- {
1457
- "kind": "field",
1458
- "name": "autoCloseOnAction",
1492
+ "name": "definition",
1459
1493
  "type": {
1460
- "text": "boolean"
1461
- },
1462
- "default": "true"
1463
- },
1494
+ "text": "FoundationElementDefinition"
1495
+ }
1496
+ }
1497
+ ]
1498
+ }
1499
+ ],
1500
+ "exports": [
1501
+ {
1502
+ "kind": "js",
1503
+ "name": "foundationAccordionItemStyles",
1504
+ "declaration": {
1505
+ "name": "foundationAccordionItemStyles",
1506
+ "module": "src/accordion-item/accordion-item.styles.ts"
1507
+ }
1508
+ }
1509
+ ]
1510
+ },
1511
+ {
1512
+ "kind": "javascript-module",
1513
+ "path": "src/accordion-item/accordion-item.template.ts",
1514
+ "declarations": [
1515
+ {
1516
+ "kind": "function",
1517
+ "name": "foundationAccordionItemTemplate",
1518
+ "return": {
1519
+ "type": {
1520
+ "text": "ViewTemplate<AccordionItem>"
1521
+ }
1522
+ },
1523
+ "parameters": [
1464
1524
  {
1465
- "kind": "field",
1466
- "name": "classNames",
1525
+ "name": "context",
1467
1526
  "type": {
1468
- "text": "string"
1527
+ "text": "ElementDefinitionContext"
1469
1528
  }
1470
1529
  },
1471
1530
  {
1472
- "kind": "field",
1473
1531
  "name": "definition",
1474
1532
  "type": {
1475
- "text": "any"
1533
+ "text": "FoundationElementDefinition"
1476
1534
  }
1477
- },
1535
+ }
1536
+ ]
1537
+ }
1538
+ ],
1539
+ "exports": [
1540
+ {
1541
+ "kind": "js",
1542
+ "name": "foundationAccordionItemTemplate",
1543
+ "declaration": {
1544
+ "name": "foundationAccordionItemTemplate",
1545
+ "module": "src/accordion-item/accordion-item.template.ts"
1546
+ }
1547
+ }
1548
+ ]
1549
+ },
1550
+ {
1551
+ "kind": "javascript-module",
1552
+ "path": "src/accordion-item/accordion-item.ts",
1553
+ "declarations": [
1554
+ {
1555
+ "kind": "class",
1556
+ "description": "",
1557
+ "name": "AccordionItem",
1558
+ "superclass": {
1559
+ "name": "FASTAccordionItem",
1560
+ "package": "@microsoft/fast-components"
1561
+ },
1562
+ "tagName": "%%prefix%%-accordion-item",
1563
+ "customElement": true,
1564
+ "attributes": [
1478
1565
  {
1479
- "kind": "field",
1480
- "name": "name",
1566
+ "name": "heading-level",
1481
1567
  "type": {
1482
- "text": "string"
1568
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1483
1569
  },
1484
- "default": "'Actions'"
1570
+ "default": "2",
1571
+ "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1572
+ "fieldName": "headinglevel",
1573
+ "inheritedFrom": {
1574
+ "name": "AccordionItem",
1575
+ "module": "src/accordion-item/accordion-item.ts"
1576
+ }
1485
1577
  },
1486
1578
  {
1487
- "kind": "field",
1488
- "name": "open",
1489
1579
  "type": {
1490
1580
  "text": "boolean"
1491
1581
  },
1492
- "default": "false"
1582
+ "default": "false",
1583
+ "description": "Expands or collapses the item.",
1584
+ "fieldName": "expanded",
1585
+ "inheritedFrom": {
1586
+ "name": "AccordionItem",
1587
+ "module": "src/accordion-item/accordion-item.ts"
1588
+ }
1493
1589
  },
1494
1590
  {
1495
- "kind": "field",
1496
- "name": "buttonAppearance",
1591
+ "name": "id",
1497
1592
  "type": {
1498
1593
  "text": "string"
1594
+ },
1595
+ "description": "The item ID",
1596
+ "fieldName": "id",
1597
+ "inheritedFrom": {
1598
+ "name": "AccordionItem",
1599
+ "module": "src/accordion-item/accordion-item.ts"
1499
1600
  }
1500
- },
1601
+ }
1602
+ ],
1603
+ "members": [
1501
1604
  {
1502
1605
  "kind": "field",
1503
- "name": "hideDisabled",
1606
+ "name": "headinglevel",
1504
1607
  "type": {
1505
- "text": "boolean"
1608
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1506
1609
  },
1507
- "default": "false"
1610
+ "privacy": "public",
1611
+ "default": "2",
1612
+ "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1613
+ "inheritedFrom": {
1614
+ "name": "AccordionItem",
1615
+ "module": "src/accordion-item/accordion-item.ts"
1616
+ }
1508
1617
  },
1509
1618
  {
1510
1619
  "kind": "field",
1511
- "name": "hideMenuSingleOption",
1620
+ "name": "expanded",
1512
1621
  "type": {
1513
1622
  "text": "boolean"
1514
1623
  },
1515
- "default": "false"
1516
- },
1517
- {
1518
- "kind": "field",
1519
- "name": "singleOption",
1520
- "type": {
1521
- "text": "ActionMenuItem"
1522
- }
1523
- },
1524
- {
1525
- "kind": "field",
1526
- "name": "actionsMenu",
1527
- "type": {
1528
- "text": "HTMLElement"
1624
+ "privacy": "public",
1625
+ "default": "false",
1626
+ "description": "Expands or collapses the item.",
1627
+ "inheritedFrom": {
1628
+ "name": "AccordionItem",
1629
+ "module": "src/accordion-item/accordion-item.ts"
1529
1630
  }
1530
1631
  },
1531
- {
1532
- "kind": "method",
1533
- "name": "definitionChanged",
1534
- "privacy": "protected",
1535
- "parameters": [
1536
- {
1537
- "name": "oldValue",
1538
- "type": {
1539
- "text": "any"
1540
- }
1541
- },
1542
- {
1543
- "name": "newValue",
1544
- "type": {
1545
- "text": "any"
1546
- }
1547
- }
1548
- ]
1549
- },
1550
- {
1551
- "kind": "method",
1552
- "name": "openChanged",
1553
- "privacy": "protected"
1554
- },
1555
- {
1556
- "kind": "method",
1557
- "name": "toggleActionsMenuVisibility"
1558
- },
1559
- {
1560
- "kind": "method",
1561
- "name": "onActionMenuItemClick",
1562
- "parameters": [
1563
- {
1564
- "name": "callback",
1565
- "type": {
1566
- "text": "(rowData) => void | any"
1567
- }
1568
- }
1569
- ]
1570
- },
1571
1632
  {
1572
1633
  "kind": "field",
1573
- "name": "allActions",
1634
+ "name": "id",
1574
1635
  "type": {
1575
- "text": "ActionMenuItem[]"
1636
+ "text": "string"
1576
1637
  },
1577
- "readonly": true
1638
+ "privacy": "public",
1639
+ "description": "The item ID",
1640
+ "inheritedFrom": {
1641
+ "name": "AccordionItem",
1642
+ "module": "src/accordion-item/accordion-item.ts"
1643
+ }
1578
1644
  },
1579
1645
  {
1580
1646
  "kind": "field",
1581
- "name": "rowData",
1582
- "readonly": true
1583
- },
1584
- {
1585
- "kind": "method",
1586
- "name": "getLabel",
1587
- "parameters": [
1588
- {
1589
- "name": "name",
1590
- "type": {
1591
- "text": "string | ((rowData: any) => string)"
1592
- }
1593
- }
1594
- ]
1595
- },
1596
- {
1597
- "kind": "method",
1598
- "name": "getTemplate",
1599
- "parameters": [
1600
- {
1601
- "name": "prefix",
1602
- "type": {
1603
- "text": "string"
1604
- }
1605
- }
1606
- ]
1647
+ "name": "change",
1648
+ "privacy": "private",
1649
+ "inheritedFrom": {
1650
+ "name": "AccordionItem",
1651
+ "module": "src/accordion-item/accordion-item.ts"
1652
+ }
1607
1653
  },
1608
1654
  {
1609
1655
  "kind": "field",
@@ -1717,107 +1763,78 @@
1717
1763
  }
1718
1764
  }
1719
1765
  ],
1720
- "attributes": [
1721
- {
1722
- "name": "is-vertical",
1723
- "type": {
1724
- "text": "boolean"
1725
- },
1726
- "default": "false",
1727
- "fieldName": "isVertical"
1728
- },
1729
- {
1730
- "name": "add-default-actions",
1731
- "type": {
1732
- "text": "boolean"
1733
- },
1734
- "default": "true",
1735
- "fieldName": "addDefaultActions"
1736
- },
1737
- {
1738
- "name": "auto-close-on-action",
1739
- "type": {
1740
- "text": "boolean"
1741
- },
1742
- "default": "true",
1743
- "fieldName": "autoCloseOnAction"
1744
- },
1745
- {
1746
- "name": "name",
1747
- "type": {
1748
- "text": "string"
1749
- },
1750
- "default": "'Actions'",
1751
- "fieldName": "name"
1752
- },
1753
- {
1754
- "name": "open",
1755
- "type": {
1756
- "text": "boolean"
1757
- },
1758
- "default": "false",
1759
- "fieldName": "open"
1760
- },
1761
- {
1762
- "name": "buttonAppearance",
1763
- "type": {
1764
- "text": "string"
1765
- },
1766
- "fieldName": "buttonAppearance"
1767
- },
1768
- {
1769
- "name": "hide-disabled",
1770
- "type": {
1771
- "text": "boolean"
1772
- },
1773
- "default": "false",
1774
- "fieldName": "hideDisabled"
1775
- },
1766
+ "events": [
1776
1767
  {
1777
- "name": "hide-menu-single-option",
1778
- "type": {
1779
- "text": "boolean"
1780
- },
1781
- "default": "false",
1782
- "fieldName": "hideMenuSingleOption"
1768
+ "description": "Fires a custom 'change' event when the button is invoked",
1769
+ "name": "change",
1770
+ "inheritedFrom": {
1771
+ "name": "AccordionItem",
1772
+ "module": "src/accordion-item/accordion-item.ts"
1773
+ }
1783
1774
  }
1784
- ],
1785
- "superclass": {
1786
- "name": "FoundationElement",
1787
- "package": "@microsoft/fast-foundation"
1775
+ ]
1776
+ },
1777
+ {
1778
+ "kind": "variable",
1779
+ "name": "foundationAccordionItemShadowOptions",
1780
+ "type": {
1781
+ "text": "ShadowRootInit"
1788
1782
  },
1789
- "tagName": "%%prefix%%-actions-menu",
1790
- "customElement": true
1783
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1791
1784
  },
1792
1785
  {
1793
1786
  "kind": "variable",
1794
- "name": "foundationActionsMenu",
1795
- "description": "The Foundation Actions Menu",
1787
+ "name": "defaultAccordionItemConfig",
1788
+ "type": {
1789
+ "text": "object"
1790
+ },
1791
+ "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}"
1792
+ },
1793
+ {
1794
+ "kind": "variable",
1795
+ "name": "foundationAccordionItem",
1796
+ "description": "The Foundation Accordion Item",
1796
1797
  "privacy": "public"
1797
1798
  }
1798
1799
  ],
1799
1800
  "exports": [
1800
1801
  {
1801
1802
  "kind": "js",
1802
- "name": "ActionsMenu",
1803
+ "name": "AccordionItem",
1803
1804
  "declaration": {
1804
- "name": "ActionsMenu",
1805
- "module": "src/actions-menu/actions-menu.ts"
1805
+ "name": "AccordionItem",
1806
+ "module": "src/accordion-item/accordion-item.ts"
1806
1807
  }
1807
1808
  },
1808
1809
  {
1809
1810
  "kind": "js",
1810
- "name": "foundationActionsMenu",
1811
+ "name": "foundationAccordionItemShadowOptions",
1811
1812
  "declaration": {
1812
- "name": "foundationActionsMenu",
1813
- "module": "src/actions-menu/actions-menu.ts"
1813
+ "name": "foundationAccordionItemShadowOptions",
1814
+ "module": "src/accordion-item/accordion-item.ts"
1815
+ }
1816
+ },
1817
+ {
1818
+ "kind": "js",
1819
+ "name": "defaultAccordionItemConfig",
1820
+ "declaration": {
1821
+ "name": "defaultAccordionItemConfig",
1822
+ "module": "src/accordion-item/accordion-item.ts"
1823
+ }
1824
+ },
1825
+ {
1826
+ "kind": "js",
1827
+ "name": "foundationAccordionItem",
1828
+ "declaration": {
1829
+ "name": "foundationAccordionItem",
1830
+ "module": "src/accordion-item/accordion-item.ts"
1814
1831
  }
1815
1832
  }
1816
1833
  ]
1817
1834
  },
1818
1835
  {
1819
1836
  "kind": "javascript-module",
1820
- "path": "src/actions-menu/index.ts",
1837
+ "path": "src/accordion-item/index.ts",
1821
1838
  "declarations": [],
1822
1839
  "exports": [
1823
1840
  {
@@ -1825,7 +1842,7 @@
1825
1842
  "name": "*",
1826
1843
  "declaration": {
1827
1844
  "name": "*",
1828
- "package": "./actions-menu.styles"
1845
+ "package": "./accordion-item.template"
1829
1846
  }
1830
1847
  },
1831
1848
  {
@@ -1833,7 +1850,7 @@
1833
1850
  "name": "*",
1834
1851
  "declaration": {
1835
1852
  "name": "*",
1836
- "package": "./actions-menu.template"
1853
+ "package": "./accordion-item.styles"
1837
1854
  }
1838
1855
  },
1839
1856
  {
@@ -1841,18 +1858,72 @@
1841
1858
  "name": "*",
1842
1859
  "declaration": {
1843
1860
  "name": "*",
1844
- "package": "./actions-menu"
1861
+ "package": "./accordion-item"
1845
1862
  }
1846
1863
  }
1847
1864
  ]
1848
1865
  },
1849
1866
  {
1850
1867
  "kind": "javascript-module",
1851
- "path": "src/accordion-item/accordion-item.styles.ts",
1868
+ "path": "src/_config/index.ts",
1869
+ "declarations": [],
1870
+ "exports": [
1871
+ {
1872
+ "kind": "js",
1873
+ "name": "*",
1874
+ "declaration": {
1875
+ "name": "*",
1876
+ "package": "./styles"
1877
+ }
1878
+ },
1879
+ {
1880
+ "kind": "js",
1881
+ "name": "*",
1882
+ "declaration": {
1883
+ "name": "*",
1884
+ "package": "./tokens"
1885
+ }
1886
+ },
1887
+ {
1888
+ "kind": "js",
1889
+ "name": "*",
1890
+ "declaration": {
1891
+ "name": "*",
1892
+ "package": "./values"
1893
+ }
1894
+ }
1895
+ ]
1896
+ },
1897
+ {
1898
+ "kind": "javascript-module",
1899
+ "path": "src/actions-menu/actions-menu.styles.ts",
1852
1900
  "declarations": [
1853
1901
  {
1854
1902
  "kind": "function",
1855
- "name": "foundationAccordionItemStyles",
1903
+ "name": "actionsMenuBaseStyles",
1904
+ "return": {
1905
+ "type": {
1906
+ "text": "ElementStyles"
1907
+ }
1908
+ },
1909
+ "parameters": [
1910
+ {
1911
+ "name": "context",
1912
+ "type": {
1913
+ "text": "ElementDefinitionContext"
1914
+ }
1915
+ },
1916
+ {
1917
+ "name": "definition",
1918
+ "type": {
1919
+ "text": "FoundationElementDefinition"
1920
+ }
1921
+ }
1922
+ ]
1923
+ },
1924
+ {
1925
+ "kind": "function",
1926
+ "name": "foundationActionsMenuStyles",
1856
1927
  "return": {
1857
1928
  "type": {
1858
1929
  "text": "ElementStyles"
@@ -1877,157 +1948,270 @@
1877
1948
  "exports": [
1878
1949
  {
1879
1950
  "kind": "js",
1880
- "name": "foundationAccordionItemStyles",
1951
+ "name": "actionsMenuBaseStyles",
1881
1952
  "declaration": {
1882
- "name": "foundationAccordionItemStyles",
1883
- "module": "src/accordion-item/accordion-item.styles.ts"
1953
+ "name": "actionsMenuBaseStyles",
1954
+ "module": "src/actions-menu/actions-menu.styles.ts"
1955
+ }
1956
+ },
1957
+ {
1958
+ "kind": "js",
1959
+ "name": "foundationActionsMenuStyles",
1960
+ "declaration": {
1961
+ "name": "foundationActionsMenuStyles",
1962
+ "module": "src/actions-menu/actions-menu.styles.ts"
1884
1963
  }
1885
1964
  }
1886
1965
  ]
1887
1966
  },
1888
1967
  {
1889
1968
  "kind": "javascript-module",
1890
- "path": "src/accordion-item/accordion-item.template.ts",
1969
+ "path": "src/actions-menu/actions-menu.template.ts",
1891
1970
  "declarations": [
1892
1971
  {
1893
1972
  "kind": "function",
1894
- "name": "foundationAccordionItemTemplate",
1895
- "return": {
1896
- "type": {
1897
- "text": "ViewTemplate<AccordionItem>"
1898
- }
1899
- },
1973
+ "name": "menuTemplate",
1900
1974
  "parameters": [
1901
1975
  {
1902
- "name": "context",
1976
+ "name": "prefix",
1903
1977
  "type": {
1904
- "text": "ElementDefinitionContext"
1978
+ "text": "string"
1905
1979
  }
1906
- },
1980
+ }
1981
+ ]
1982
+ },
1983
+ {
1984
+ "kind": "function",
1985
+ "name": "singleOptionTemplate",
1986
+ "parameters": [
1907
1987
  {
1908
- "name": "definition",
1988
+ "name": "prefix",
1909
1989
  "type": {
1910
- "text": "FoundationElementDefinition"
1990
+ "text": "string"
1911
1991
  }
1912
1992
  }
1913
1993
  ]
1994
+ },
1995
+ {
1996
+ "kind": "variable",
1997
+ "name": "foundationActionsMenuTemplate",
1998
+ "type": {
1999
+ "text": "ViewTemplate<ActionsMenu>"
2000
+ },
2001
+ "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`"
1914
2002
  }
1915
2003
  ],
1916
2004
  "exports": [
1917
2005
  {
1918
2006
  "kind": "js",
1919
- "name": "foundationAccordionItemTemplate",
2007
+ "name": "menuTemplate",
1920
2008
  "declaration": {
1921
- "name": "foundationAccordionItemTemplate",
1922
- "module": "src/accordion-item/accordion-item.template.ts"
2009
+ "name": "menuTemplate",
2010
+ "module": "src/actions-menu/actions-menu.template.ts"
2011
+ }
2012
+ },
2013
+ {
2014
+ "kind": "js",
2015
+ "name": "singleOptionTemplate",
2016
+ "declaration": {
2017
+ "name": "singleOptionTemplate",
2018
+ "module": "src/actions-menu/actions-menu.template.ts"
2019
+ }
2020
+ },
2021
+ {
2022
+ "kind": "js",
2023
+ "name": "foundationActionsMenuTemplate",
2024
+ "declaration": {
2025
+ "name": "foundationActionsMenuTemplate",
2026
+ "module": "src/actions-menu/actions-menu.template.ts"
1923
2027
  }
1924
2028
  }
1925
2029
  ]
1926
2030
  },
1927
2031
  {
1928
2032
  "kind": "javascript-module",
1929
- "path": "src/accordion-item/accordion-item.ts",
2033
+ "path": "src/actions-menu/actions-menu.ts",
1930
2034
  "declarations": [
1931
2035
  {
1932
2036
  "kind": "class",
1933
2037
  "description": "",
1934
- "name": "AccordionItem",
1935
- "superclass": {
1936
- "name": "FASTAccordionItem",
1937
- "package": "@microsoft/fast-components"
1938
- },
1939
- "tagName": "%%prefix%%-accordion-item",
1940
- "customElement": true,
1941
- "attributes": [
2038
+ "name": "ActionsMenu",
2039
+ "members": [
1942
2040
  {
1943
- "name": "heading-level",
2041
+ "kind": "field",
2042
+ "name": "actions",
1944
2043
  "type": {
1945
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1946
- },
1947
- "default": "2",
1948
- "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1949
- "fieldName": "headinglevel",
1950
- "inheritedFrom": {
1951
- "name": "AccordionItem",
1952
- "module": "src/accordion-item/accordion-item.ts"
2044
+ "text": "ActionMenuItem[]"
1953
2045
  }
1954
2046
  },
1955
2047
  {
2048
+ "kind": "field",
2049
+ "name": "isVertical",
1956
2050
  "type": {
1957
2051
  "text": "boolean"
1958
2052
  },
1959
- "default": "false",
1960
- "description": "Expands or collapses the item.",
1961
- "fieldName": "expanded",
1962
- "inheritedFrom": {
1963
- "name": "AccordionItem",
1964
- "module": "src/accordion-item/accordion-item.ts"
2053
+ "default": "false"
2054
+ },
2055
+ {
2056
+ "kind": "field",
2057
+ "name": "addDefaultActions",
2058
+ "type": {
2059
+ "text": "boolean"
2060
+ },
2061
+ "default": "true"
2062
+ },
2063
+ {
2064
+ "kind": "field",
2065
+ "name": "autoCloseOnAction",
2066
+ "type": {
2067
+ "text": "boolean"
2068
+ },
2069
+ "default": "true"
2070
+ },
2071
+ {
2072
+ "kind": "field",
2073
+ "name": "classNames",
2074
+ "type": {
2075
+ "text": "string"
1965
2076
  }
1966
2077
  },
1967
2078
  {
1968
- "name": "id",
2079
+ "kind": "field",
2080
+ "name": "definition",
2081
+ "type": {
2082
+ "text": "any"
2083
+ }
2084
+ },
2085
+ {
2086
+ "kind": "field",
2087
+ "name": "name",
1969
2088
  "type": {
1970
2089
  "text": "string"
1971
2090
  },
1972
- "description": "The item ID",
1973
- "fieldName": "id",
1974
- "inheritedFrom": {
1975
- "name": "AccordionItem",
1976
- "module": "src/accordion-item/accordion-item.ts"
1977
- }
1978
- }
1979
- ],
1980
- "members": [
2091
+ "default": "'Actions'"
2092
+ },
1981
2093
  {
1982
2094
  "kind": "field",
1983
- "name": "headinglevel",
2095
+ "name": "open",
1984
2096
  "type": {
1985
- "text": "1 | 2 | 3 | 4 | 5 | 6"
2097
+ "text": "boolean"
1986
2098
  },
1987
- "privacy": "public",
1988
- "default": "2",
1989
- "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1990
- "inheritedFrom": {
1991
- "name": "AccordionItem",
1992
- "module": "src/accordion-item/accordion-item.ts"
2099
+ "default": "false"
2100
+ },
2101
+ {
2102
+ "kind": "field",
2103
+ "name": "buttonAppearance",
2104
+ "type": {
2105
+ "text": "string"
1993
2106
  }
1994
2107
  },
1995
2108
  {
1996
2109
  "kind": "field",
1997
- "name": "expanded",
2110
+ "name": "hideDisabled",
1998
2111
  "type": {
1999
2112
  "text": "boolean"
2000
2113
  },
2001
- "privacy": "public",
2002
- "default": "false",
2003
- "description": "Expands or collapses the item.",
2004
- "inheritedFrom": {
2005
- "name": "AccordionItem",
2006
- "module": "src/accordion-item/accordion-item.ts"
2007
- }
2114
+ "default": "false"
2008
2115
  },
2009
2116
  {
2010
2117
  "kind": "field",
2011
- "name": "id",
2118
+ "name": "hideMenuSingleOption",
2012
2119
  "type": {
2013
- "text": "string"
2120
+ "text": "boolean"
2014
2121
  },
2015
- "privacy": "public",
2016
- "description": "The item ID",
2017
- "inheritedFrom": {
2018
- "name": "AccordionItem",
2019
- "module": "src/accordion-item/accordion-item.ts"
2122
+ "default": "false"
2123
+ },
2124
+ {
2125
+ "kind": "field",
2126
+ "name": "singleOption",
2127
+ "type": {
2128
+ "text": "ActionMenuItem"
2020
2129
  }
2021
2130
  },
2022
2131
  {
2023
2132
  "kind": "field",
2024
- "name": "change",
2025
- "privacy": "private",
2026
- "inheritedFrom": {
2027
- "name": "AccordionItem",
2028
- "module": "src/accordion-item/accordion-item.ts"
2133
+ "name": "actionsMenu",
2134
+ "type": {
2135
+ "text": "HTMLElement"
2029
2136
  }
2030
2137
  },
2138
+ {
2139
+ "kind": "method",
2140
+ "name": "definitionChanged",
2141
+ "privacy": "protected",
2142
+ "parameters": [
2143
+ {
2144
+ "name": "oldValue",
2145
+ "type": {
2146
+ "text": "any"
2147
+ }
2148
+ },
2149
+ {
2150
+ "name": "newValue",
2151
+ "type": {
2152
+ "text": "any"
2153
+ }
2154
+ }
2155
+ ]
2156
+ },
2157
+ {
2158
+ "kind": "method",
2159
+ "name": "openChanged",
2160
+ "privacy": "protected"
2161
+ },
2162
+ {
2163
+ "kind": "method",
2164
+ "name": "toggleActionsMenuVisibility"
2165
+ },
2166
+ {
2167
+ "kind": "method",
2168
+ "name": "onActionMenuItemClick",
2169
+ "parameters": [
2170
+ {
2171
+ "name": "callback",
2172
+ "type": {
2173
+ "text": "(rowData) => void | any"
2174
+ }
2175
+ }
2176
+ ]
2177
+ },
2178
+ {
2179
+ "kind": "field",
2180
+ "name": "allActions",
2181
+ "type": {
2182
+ "text": "ActionMenuItem[]"
2183
+ },
2184
+ "readonly": true
2185
+ },
2186
+ {
2187
+ "kind": "field",
2188
+ "name": "rowData",
2189
+ "readonly": true
2190
+ },
2191
+ {
2192
+ "kind": "method",
2193
+ "name": "getLabel",
2194
+ "parameters": [
2195
+ {
2196
+ "name": "name",
2197
+ "type": {
2198
+ "text": "string | ((rowData: any) => string)"
2199
+ }
2200
+ }
2201
+ ]
2202
+ },
2203
+ {
2204
+ "kind": "method",
2205
+ "name": "getTemplate",
2206
+ "parameters": [
2207
+ {
2208
+ "name": "prefix",
2209
+ "type": {
2210
+ "text": "string"
2211
+ }
2212
+ }
2213
+ ]
2214
+ },
2031
2215
  {
2032
2216
  "kind": "field",
2033
2217
  "name": "_presentation",
@@ -2140,78 +2324,107 @@
2140
2324
  }
2141
2325
  }
2142
2326
  ],
2143
- "events": [
2327
+ "attributes": [
2144
2328
  {
2145
- "description": "Fires a custom 'change' event when the button is invoked",
2146
- "name": "change",
2147
- "inheritedFrom": {
2148
- "name": "AccordionItem",
2149
- "module": "src/accordion-item/accordion-item.ts"
2150
- }
2329
+ "name": "is-vertical",
2330
+ "type": {
2331
+ "text": "boolean"
2332
+ },
2333
+ "default": "false",
2334
+ "fieldName": "isVertical"
2335
+ },
2336
+ {
2337
+ "name": "add-default-actions",
2338
+ "type": {
2339
+ "text": "boolean"
2340
+ },
2341
+ "default": "true",
2342
+ "fieldName": "addDefaultActions"
2343
+ },
2344
+ {
2345
+ "name": "auto-close-on-action",
2346
+ "type": {
2347
+ "text": "boolean"
2348
+ },
2349
+ "default": "true",
2350
+ "fieldName": "autoCloseOnAction"
2351
+ },
2352
+ {
2353
+ "name": "name",
2354
+ "type": {
2355
+ "text": "string"
2356
+ },
2357
+ "default": "'Actions'",
2358
+ "fieldName": "name"
2359
+ },
2360
+ {
2361
+ "name": "open",
2362
+ "type": {
2363
+ "text": "boolean"
2364
+ },
2365
+ "default": "false",
2366
+ "fieldName": "open"
2367
+ },
2368
+ {
2369
+ "name": "buttonAppearance",
2370
+ "type": {
2371
+ "text": "string"
2372
+ },
2373
+ "fieldName": "buttonAppearance"
2374
+ },
2375
+ {
2376
+ "name": "hide-disabled",
2377
+ "type": {
2378
+ "text": "boolean"
2379
+ },
2380
+ "default": "false",
2381
+ "fieldName": "hideDisabled"
2382
+ },
2383
+ {
2384
+ "name": "hide-menu-single-option",
2385
+ "type": {
2386
+ "text": "boolean"
2387
+ },
2388
+ "default": "false",
2389
+ "fieldName": "hideMenuSingleOption"
2151
2390
  }
2152
- ]
2153
- },
2154
- {
2155
- "kind": "variable",
2156
- "name": "foundationAccordionItemShadowOptions",
2157
- "type": {
2158
- "text": "ShadowRootInit"
2159
- },
2160
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2161
- },
2162
- {
2163
- "kind": "variable",
2164
- "name": "defaultAccordionItemConfig",
2165
- "type": {
2166
- "text": "object"
2391
+ ],
2392
+ "superclass": {
2393
+ "name": "FoundationElement",
2394
+ "package": "@microsoft/fast-foundation"
2167
2395
  },
2168
- "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}"
2396
+ "tagName": "%%prefix%%-actions-menu",
2397
+ "customElement": true
2169
2398
  },
2170
2399
  {
2171
2400
  "kind": "variable",
2172
- "name": "foundationAccordionItem",
2173
- "description": "The Foundation Accordion Item",
2401
+ "name": "foundationActionsMenu",
2402
+ "description": "The Foundation Actions Menu",
2174
2403
  "privacy": "public"
2175
2404
  }
2176
2405
  ],
2177
2406
  "exports": [
2178
2407
  {
2179
2408
  "kind": "js",
2180
- "name": "AccordionItem",
2181
- "declaration": {
2182
- "name": "AccordionItem",
2183
- "module": "src/accordion-item/accordion-item.ts"
2184
- }
2185
- },
2186
- {
2187
- "kind": "js",
2188
- "name": "foundationAccordionItemShadowOptions",
2189
- "declaration": {
2190
- "name": "foundationAccordionItemShadowOptions",
2191
- "module": "src/accordion-item/accordion-item.ts"
2192
- }
2193
- },
2194
- {
2195
- "kind": "js",
2196
- "name": "defaultAccordionItemConfig",
2409
+ "name": "ActionsMenu",
2197
2410
  "declaration": {
2198
- "name": "defaultAccordionItemConfig",
2199
- "module": "src/accordion-item/accordion-item.ts"
2411
+ "name": "ActionsMenu",
2412
+ "module": "src/actions-menu/actions-menu.ts"
2200
2413
  }
2201
2414
  },
2202
2415
  {
2203
2416
  "kind": "js",
2204
- "name": "foundationAccordionItem",
2417
+ "name": "foundationActionsMenu",
2205
2418
  "declaration": {
2206
- "name": "foundationAccordionItem",
2207
- "module": "src/accordion-item/accordion-item.ts"
2419
+ "name": "foundationActionsMenu",
2420
+ "module": "src/actions-menu/actions-menu.ts"
2208
2421
  }
2209
2422
  }
2210
2423
  ]
2211
2424
  },
2212
2425
  {
2213
2426
  "kind": "javascript-module",
2214
- "path": "src/accordion-item/index.ts",
2427
+ "path": "src/actions-menu/index.ts",
2215
2428
  "declarations": [],
2216
2429
  "exports": [
2217
2430
  {
@@ -2219,7 +2432,7 @@
2219
2432
  "name": "*",
2220
2433
  "declaration": {
2221
2434
  "name": "*",
2222
- "package": "./accordion-item.template"
2435
+ "package": "./actions-menu.styles"
2223
2436
  }
2224
2437
  },
2225
2438
  {
@@ -2227,7 +2440,7 @@
2227
2440
  "name": "*",
2228
2441
  "declaration": {
2229
2442
  "name": "*",
2230
- "package": "./accordion-item.styles"
2443
+ "package": "./actions-menu.template"
2231
2444
  }
2232
2445
  },
2233
2446
  {
@@ -2235,7 +2448,7 @@
2235
2448
  "name": "*",
2236
2449
  "declaration": {
2237
2450
  "name": "*",
2238
- "package": "./accordion-item"
2451
+ "package": "./actions-menu"
2239
2452
  }
2240
2453
  }
2241
2454
  ]
@@ -3220,219 +3433,6 @@
3220
3433
  }
3221
3434
  ]
3222
3435
  },
3223
- {
3224
- "kind": "javascript-module",
3225
- "path": "src/_config/index.ts",
3226
- "declarations": [],
3227
- "exports": [
3228
- {
3229
- "kind": "js",
3230
- "name": "*",
3231
- "declaration": {
3232
- "name": "*",
3233
- "package": "./styles"
3234
- }
3235
- },
3236
- {
3237
- "kind": "js",
3238
- "name": "*",
3239
- "declaration": {
3240
- "name": "*",
3241
- "package": "./tokens"
3242
- }
3243
- },
3244
- {
3245
- "kind": "js",
3246
- "name": "*",
3247
- "declaration": {
3248
- "name": "*",
3249
- "package": "./values"
3250
- }
3251
- }
3252
- ]
3253
- },
3254
- {
3255
- "kind": "javascript-module",
3256
- "path": "src/accordion/accordion.styles.ts",
3257
- "declarations": [
3258
- {
3259
- "kind": "function",
3260
- "name": "foundationAccordionStyles",
3261
- "return": {
3262
- "type": {
3263
- "text": "ElementStyles"
3264
- }
3265
- },
3266
- "parameters": [
3267
- {
3268
- "name": "context",
3269
- "type": {
3270
- "text": "ElementDefinitionContext"
3271
- }
3272
- },
3273
- {
3274
- "name": "definition",
3275
- "type": {
3276
- "text": "FoundationElementDefinition"
3277
- }
3278
- }
3279
- ]
3280
- }
3281
- ],
3282
- "exports": [
3283
- {
3284
- "kind": "js",
3285
- "name": "foundationAccordionStyles",
3286
- "declaration": {
3287
- "name": "foundationAccordionStyles",
3288
- "module": "src/accordion/accordion.styles.ts"
3289
- }
3290
- }
3291
- ]
3292
- },
3293
- {
3294
- "kind": "javascript-module",
3295
- "path": "src/accordion/accordion.template.ts",
3296
- "declarations": [
3297
- {
3298
- "kind": "function",
3299
- "name": "foundationAccordionTemplate",
3300
- "return": {
3301
- "type": {
3302
- "text": "ViewTemplate<Accordion>"
3303
- }
3304
- },
3305
- "parameters": [
3306
- {
3307
- "name": "context",
3308
- "type": {
3309
- "text": "ElementDefinitionContext"
3310
- }
3311
- },
3312
- {
3313
- "name": "definition",
3314
- "type": {
3315
- "text": "FoundationElementDefinition"
3316
- }
3317
- }
3318
- ]
3319
- }
3320
- ],
3321
- "exports": [
3322
- {
3323
- "kind": "js",
3324
- "name": "foundationAccordionTemplate",
3325
- "declaration": {
3326
- "name": "foundationAccordionTemplate",
3327
- "module": "src/accordion/accordion.template.ts"
3328
- }
3329
- }
3330
- ]
3331
- },
3332
- {
3333
- "kind": "javascript-module",
3334
- "path": "src/accordion/accordion.ts",
3335
- "declarations": [
3336
- {
3337
- "kind": "class",
3338
- "description": "",
3339
- "name": "Accordion",
3340
- "superclass": {
3341
- "name": "FASTAccordion",
3342
- "package": "@microsoft/fast-foundation"
3343
- },
3344
- "tagName": "%%prefix%%-accordion",
3345
- "customElement": true
3346
- },
3347
- {
3348
- "kind": "variable",
3349
- "name": "foundationAccordionShadowOptions",
3350
- "type": {
3351
- "text": "ShadowRootInit"
3352
- },
3353
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3354
- },
3355
- {
3356
- "kind": "variable",
3357
- "name": "defaultAccordionConfig",
3358
- "type": {
3359
- "text": "object"
3360
- },
3361
- "default": "{}"
3362
- },
3363
- {
3364
- "kind": "variable",
3365
- "name": "foundationAccordion",
3366
- "description": "The Foundation Accordion",
3367
- "privacy": "public"
3368
- }
3369
- ],
3370
- "exports": [
3371
- {
3372
- "kind": "js",
3373
- "name": "Accordion",
3374
- "declaration": {
3375
- "name": "Accordion",
3376
- "module": "src/accordion/accordion.ts"
3377
- }
3378
- },
3379
- {
3380
- "kind": "js",
3381
- "name": "foundationAccordionShadowOptions",
3382
- "declaration": {
3383
- "name": "foundationAccordionShadowOptions",
3384
- "module": "src/accordion/accordion.ts"
3385
- }
3386
- },
3387
- {
3388
- "kind": "js",
3389
- "name": "defaultAccordionConfig",
3390
- "declaration": {
3391
- "name": "defaultAccordionConfig",
3392
- "module": "src/accordion/accordion.ts"
3393
- }
3394
- },
3395
- {
3396
- "kind": "js",
3397
- "name": "foundationAccordion",
3398
- "declaration": {
3399
- "name": "foundationAccordion",
3400
- "module": "src/accordion/accordion.ts"
3401
- }
3402
- }
3403
- ]
3404
- },
3405
- {
3406
- "kind": "javascript-module",
3407
- "path": "src/accordion/index.ts",
3408
- "declarations": [],
3409
- "exports": [
3410
- {
3411
- "kind": "js",
3412
- "name": "*",
3413
- "declaration": {
3414
- "name": "*",
3415
- "package": "./accordion.template"
3416
- }
3417
- },
3418
- {
3419
- "kind": "js",
3420
- "name": "*",
3421
- "declaration": {
3422
- "name": "*",
3423
- "package": "./accordion.styles"
3424
- }
3425
- },
3426
- {
3427
- "kind": "js",
3428
- "name": "*",
3429
- "declaration": {
3430
- "name": "*",
3431
- "package": "./accordion"
3432
- }
3433
- }
3434
- ]
3435
- },
3436
3436
  {
3437
3437
  "kind": "javascript-module",
3438
3438
  "path": "src/anchor/anchor.styles.ts",
@@ -54304,181 +54304,6 @@
54304
54304
  }
54305
54305
  ]
54306
54306
  },
54307
- {
54308
- "kind": "javascript-module",
54309
- "path": "src/ai-criteria-search/validation/criteria-ir.ts",
54310
- "declarations": [],
54311
- "exports": []
54312
- },
54313
- {
54314
- "kind": "javascript-module",
54315
- "path": "src/ai-criteria-search/validation/operator-map.ts",
54316
- "declarations": [
54317
- {
54318
- "kind": "function",
54319
- "name": "groupsToCriteria",
54320
- "return": {
54321
- "type": {
54322
- "text": "string"
54323
- }
54324
- },
54325
- "parameters": [
54326
- {
54327
- "name": "groups",
54328
- "type": {
54329
- "text": "CriteriaGroup[]"
54330
- }
54331
- }
54332
- ],
54333
- "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."
54334
- },
54335
- {
54336
- "kind": "variable",
54337
- "name": "STRING_OPERATORS",
54338
- "type": {
54339
- "text": "CriteriaOperator[]"
54340
- },
54341
- "default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
54342
- },
54343
- {
54344
- "kind": "variable",
54345
- "name": "NUMERIC_OPERATORS",
54346
- "type": {
54347
- "text": "CriteriaOperator[]"
54348
- },
54349
- "default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
54350
- },
54351
- {
54352
- "kind": "variable",
54353
- "name": "DATE_OPERATORS",
54354
- "type": {
54355
- "text": "CriteriaOperator[]"
54356
- },
54357
- "default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
54358
- },
54359
- {
54360
- "kind": "variable",
54361
- "name": "DATETIME_OPERATORS",
54362
- "type": {
54363
- "text": "CriteriaOperator[]"
54364
- },
54365
- "default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
54366
- }
54367
- ],
54368
- "exports": [
54369
- {
54370
- "kind": "js",
54371
- "name": "groupsToCriteria",
54372
- "declaration": {
54373
- "name": "groupsToCriteria",
54374
- "module": "src/ai-criteria-search/validation/operator-map.ts"
54375
- }
54376
- },
54377
- {
54378
- "kind": "js",
54379
- "name": "STRING_OPERATORS",
54380
- "declaration": {
54381
- "name": "STRING_OPERATORS",
54382
- "module": "src/ai-criteria-search/validation/operator-map.ts"
54383
- }
54384
- },
54385
- {
54386
- "kind": "js",
54387
- "name": "NUMERIC_OPERATORS",
54388
- "declaration": {
54389
- "name": "NUMERIC_OPERATORS",
54390
- "module": "src/ai-criteria-search/validation/operator-map.ts"
54391
- }
54392
- },
54393
- {
54394
- "kind": "js",
54395
- "name": "DATE_OPERATORS",
54396
- "declaration": {
54397
- "name": "DATE_OPERATORS",
54398
- "module": "src/ai-criteria-search/validation/operator-map.ts"
54399
- }
54400
- },
54401
- {
54402
- "kind": "js",
54403
- "name": "DATETIME_OPERATORS",
54404
- "declaration": {
54405
- "name": "DATETIME_OPERATORS",
54406
- "module": "src/ai-criteria-search/validation/operator-map.ts"
54407
- }
54408
- }
54409
- ]
54410
- },
54411
- {
54412
- "kind": "javascript-module",
54413
- "path": "src/ai-criteria-search/validation/schema-validator.ts",
54414
- "declarations": [
54415
- {
54416
- "kind": "function",
54417
- "name": "validateClauses",
54418
- "return": {
54419
- "type": {
54420
- "text": "ValidationResult"
54421
- }
54422
- },
54423
- "parameters": [
54424
- {
54425
- "name": "clauses",
54426
- "type": {
54427
- "text": "CriteriaClause[]"
54428
- }
54429
- },
54430
- {
54431
- "name": "fieldMetadata",
54432
- "type": {
54433
- "text": "MetadataDetail[] | string[]"
54434
- }
54435
- }
54436
- ]
54437
- },
54438
- {
54439
- "kind": "function",
54440
- "name": "validateGroups",
54441
- "return": {
54442
- "type": {
54443
- "text": "GroupsValidationResult"
54444
- }
54445
- },
54446
- "parameters": [
54447
- {
54448
- "name": "groups",
54449
- "type": {
54450
- "text": "CriteriaGroup[]"
54451
- }
54452
- },
54453
- {
54454
- "name": "fieldMetadata",
54455
- "type": {
54456
- "text": "MetadataDetail[] | string[]"
54457
- }
54458
- }
54459
- ],
54460
- "description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
54461
- }
54462
- ],
54463
- "exports": [
54464
- {
54465
- "kind": "js",
54466
- "name": "validateClauses",
54467
- "declaration": {
54468
- "name": "validateClauses",
54469
- "module": "src/ai-criteria-search/validation/schema-validator.ts"
54470
- }
54471
- },
54472
- {
54473
- "kind": "js",
54474
- "name": "validateGroups",
54475
- "declaration": {
54476
- "name": "validateGroups",
54477
- "module": "src/ai-criteria-search/validation/schema-validator.ts"
54478
- }
54479
- }
54480
- ]
54481
- },
54482
54307
  {
54483
54308
  "kind": "javascript-module",
54484
54309
  "path": "src/_config/styles/colors.ts",
@@ -55851,6 +55676,181 @@
55851
55676
  "declarations": [],
55852
55677
  "exports": []
55853
55678
  },
55679
+ {
55680
+ "kind": "javascript-module",
55681
+ "path": "src/ai-criteria-search/validation/criteria-ir.ts",
55682
+ "declarations": [],
55683
+ "exports": []
55684
+ },
55685
+ {
55686
+ "kind": "javascript-module",
55687
+ "path": "src/ai-criteria-search/validation/operator-map.ts",
55688
+ "declarations": [
55689
+ {
55690
+ "kind": "function",
55691
+ "name": "groupsToCriteria",
55692
+ "return": {
55693
+ "type": {
55694
+ "text": "string"
55695
+ }
55696
+ },
55697
+ "parameters": [
55698
+ {
55699
+ "name": "groups",
55700
+ "type": {
55701
+ "text": "CriteriaGroup[]"
55702
+ }
55703
+ }
55704
+ ],
55705
+ "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."
55706
+ },
55707
+ {
55708
+ "kind": "variable",
55709
+ "name": "STRING_OPERATORS",
55710
+ "type": {
55711
+ "text": "CriteriaOperator[]"
55712
+ },
55713
+ "default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
55714
+ },
55715
+ {
55716
+ "kind": "variable",
55717
+ "name": "NUMERIC_OPERATORS",
55718
+ "type": {
55719
+ "text": "CriteriaOperator[]"
55720
+ },
55721
+ "default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
55722
+ },
55723
+ {
55724
+ "kind": "variable",
55725
+ "name": "DATE_OPERATORS",
55726
+ "type": {
55727
+ "text": "CriteriaOperator[]"
55728
+ },
55729
+ "default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
55730
+ },
55731
+ {
55732
+ "kind": "variable",
55733
+ "name": "DATETIME_OPERATORS",
55734
+ "type": {
55735
+ "text": "CriteriaOperator[]"
55736
+ },
55737
+ "default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
55738
+ }
55739
+ ],
55740
+ "exports": [
55741
+ {
55742
+ "kind": "js",
55743
+ "name": "groupsToCriteria",
55744
+ "declaration": {
55745
+ "name": "groupsToCriteria",
55746
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
55747
+ }
55748
+ },
55749
+ {
55750
+ "kind": "js",
55751
+ "name": "STRING_OPERATORS",
55752
+ "declaration": {
55753
+ "name": "STRING_OPERATORS",
55754
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
55755
+ }
55756
+ },
55757
+ {
55758
+ "kind": "js",
55759
+ "name": "NUMERIC_OPERATORS",
55760
+ "declaration": {
55761
+ "name": "NUMERIC_OPERATORS",
55762
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
55763
+ }
55764
+ },
55765
+ {
55766
+ "kind": "js",
55767
+ "name": "DATE_OPERATORS",
55768
+ "declaration": {
55769
+ "name": "DATE_OPERATORS",
55770
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
55771
+ }
55772
+ },
55773
+ {
55774
+ "kind": "js",
55775
+ "name": "DATETIME_OPERATORS",
55776
+ "declaration": {
55777
+ "name": "DATETIME_OPERATORS",
55778
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
55779
+ }
55780
+ }
55781
+ ]
55782
+ },
55783
+ {
55784
+ "kind": "javascript-module",
55785
+ "path": "src/ai-criteria-search/validation/schema-validator.ts",
55786
+ "declarations": [
55787
+ {
55788
+ "kind": "function",
55789
+ "name": "validateClauses",
55790
+ "return": {
55791
+ "type": {
55792
+ "text": "ValidationResult"
55793
+ }
55794
+ },
55795
+ "parameters": [
55796
+ {
55797
+ "name": "clauses",
55798
+ "type": {
55799
+ "text": "CriteriaClause[]"
55800
+ }
55801
+ },
55802
+ {
55803
+ "name": "fieldMetadata",
55804
+ "type": {
55805
+ "text": "MetadataDetail[] | string[]"
55806
+ }
55807
+ }
55808
+ ]
55809
+ },
55810
+ {
55811
+ "kind": "function",
55812
+ "name": "validateGroups",
55813
+ "return": {
55814
+ "type": {
55815
+ "text": "GroupsValidationResult"
55816
+ }
55817
+ },
55818
+ "parameters": [
55819
+ {
55820
+ "name": "groups",
55821
+ "type": {
55822
+ "text": "CriteriaGroup[]"
55823
+ }
55824
+ },
55825
+ {
55826
+ "name": "fieldMetadata",
55827
+ "type": {
55828
+ "text": "MetadataDetail[] | string[]"
55829
+ }
55830
+ }
55831
+ ],
55832
+ "description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
55833
+ }
55834
+ ],
55835
+ "exports": [
55836
+ {
55837
+ "kind": "js",
55838
+ "name": "validateClauses",
55839
+ "declaration": {
55840
+ "name": "validateClauses",
55841
+ "module": "src/ai-criteria-search/validation/schema-validator.ts"
55842
+ }
55843
+ },
55844
+ {
55845
+ "kind": "js",
55846
+ "name": "validateGroups",
55847
+ "declaration": {
55848
+ "name": "validateGroups",
55849
+ "module": "src/ai-criteria-search/validation/schema-validator.ts"
55850
+ }
55851
+ }
55852
+ ]
55853
+ },
55854
55854
  {
55855
55855
  "kind": "javascript-module",
55856
55856
  "path": "src/environment-indicator/utils/configure.ts",