@genesislcap/foundation-ui 14.437.4 → 14.437.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +1023 -1023
- package/dist/dts/react.d.ts +18 -18
- package/dist/react.cjs +15 -15
- package/dist/react.mjs +12 -12
- package/package.json +19 -19
|
@@ -1431,11 +1431,34 @@
|
|
|
1431
1431
|
},
|
|
1432
1432
|
{
|
|
1433
1433
|
"kind": "javascript-module",
|
|
1434
|
-
"path": "src/
|
|
1434
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1435
1435
|
"declarations": [
|
|
1436
1436
|
{
|
|
1437
1437
|
"kind": "function",
|
|
1438
|
-
"name": "
|
|
1438
|
+
"name": "actionsMenuBaseStyles",
|
|
1439
|
+
"return": {
|
|
1440
|
+
"type": {
|
|
1441
|
+
"text": "ElementStyles"
|
|
1442
|
+
}
|
|
1443
|
+
},
|
|
1444
|
+
"parameters": [
|
|
1445
|
+
{
|
|
1446
|
+
"name": "context",
|
|
1447
|
+
"type": {
|
|
1448
|
+
"text": "ElementDefinitionContext"
|
|
1449
|
+
}
|
|
1450
|
+
},
|
|
1451
|
+
{
|
|
1452
|
+
"name": "definition",
|
|
1453
|
+
"type": {
|
|
1454
|
+
"text": "FoundationElementDefinition"
|
|
1455
|
+
}
|
|
1456
|
+
}
|
|
1457
|
+
]
|
|
1458
|
+
},
|
|
1459
|
+
{
|
|
1460
|
+
"kind": "function",
|
|
1461
|
+
"name": "foundationActionsMenuStyles",
|
|
1439
1462
|
"return": {
|
|
1440
1463
|
"type": {
|
|
1441
1464
|
"text": "ElementStyles"
|
|
@@ -1460,230 +1483,343 @@
|
|
|
1460
1483
|
"exports": [
|
|
1461
1484
|
{
|
|
1462
1485
|
"kind": "js",
|
|
1463
|
-
"name": "
|
|
1486
|
+
"name": "actionsMenuBaseStyles",
|
|
1464
1487
|
"declaration": {
|
|
1465
|
-
"name": "
|
|
1466
|
-
"module": "src/
|
|
1488
|
+
"name": "actionsMenuBaseStyles",
|
|
1489
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1490
|
+
}
|
|
1491
|
+
},
|
|
1492
|
+
{
|
|
1493
|
+
"kind": "js",
|
|
1494
|
+
"name": "foundationActionsMenuStyles",
|
|
1495
|
+
"declaration": {
|
|
1496
|
+
"name": "foundationActionsMenuStyles",
|
|
1497
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1467
1498
|
}
|
|
1468
1499
|
}
|
|
1469
1500
|
]
|
|
1470
1501
|
},
|
|
1471
1502
|
{
|
|
1472
1503
|
"kind": "javascript-module",
|
|
1473
|
-
"path": "src/
|
|
1504
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1474
1505
|
"declarations": [
|
|
1475
1506
|
{
|
|
1476
1507
|
"kind": "function",
|
|
1477
|
-
"name": "
|
|
1478
|
-
"return": {
|
|
1479
|
-
"type": {
|
|
1480
|
-
"text": "ViewTemplate<AccordionItem>"
|
|
1481
|
-
}
|
|
1482
|
-
},
|
|
1508
|
+
"name": "menuTemplate",
|
|
1483
1509
|
"parameters": [
|
|
1484
1510
|
{
|
|
1485
|
-
"name": "
|
|
1511
|
+
"name": "prefix",
|
|
1486
1512
|
"type": {
|
|
1487
|
-
"text": "
|
|
1513
|
+
"text": "string"
|
|
1488
1514
|
}
|
|
1489
|
-
}
|
|
1515
|
+
}
|
|
1516
|
+
]
|
|
1517
|
+
},
|
|
1518
|
+
{
|
|
1519
|
+
"kind": "function",
|
|
1520
|
+
"name": "singleOptionTemplate",
|
|
1521
|
+
"parameters": [
|
|
1490
1522
|
{
|
|
1491
|
-
"name": "
|
|
1523
|
+
"name": "prefix",
|
|
1492
1524
|
"type": {
|
|
1493
|
-
"text": "
|
|
1525
|
+
"text": "string"
|
|
1494
1526
|
}
|
|
1495
1527
|
}
|
|
1496
1528
|
]
|
|
1529
|
+
},
|
|
1530
|
+
{
|
|
1531
|
+
"kind": "variable",
|
|
1532
|
+
"name": "foundationActionsMenuTemplate",
|
|
1533
|
+
"type": {
|
|
1534
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
1535
|
+
},
|
|
1536
|
+
"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`"
|
|
1497
1537
|
}
|
|
1498
1538
|
],
|
|
1499
1539
|
"exports": [
|
|
1500
1540
|
{
|
|
1501
1541
|
"kind": "js",
|
|
1502
|
-
"name": "
|
|
1542
|
+
"name": "menuTemplate",
|
|
1503
1543
|
"declaration": {
|
|
1504
|
-
"name": "
|
|
1505
|
-
"module": "src/
|
|
1544
|
+
"name": "menuTemplate",
|
|
1545
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1546
|
+
}
|
|
1547
|
+
},
|
|
1548
|
+
{
|
|
1549
|
+
"kind": "js",
|
|
1550
|
+
"name": "singleOptionTemplate",
|
|
1551
|
+
"declaration": {
|
|
1552
|
+
"name": "singleOptionTemplate",
|
|
1553
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1554
|
+
}
|
|
1555
|
+
},
|
|
1556
|
+
{
|
|
1557
|
+
"kind": "js",
|
|
1558
|
+
"name": "foundationActionsMenuTemplate",
|
|
1559
|
+
"declaration": {
|
|
1560
|
+
"name": "foundationActionsMenuTemplate",
|
|
1561
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1506
1562
|
}
|
|
1507
1563
|
}
|
|
1508
1564
|
]
|
|
1509
1565
|
},
|
|
1510
1566
|
{
|
|
1511
1567
|
"kind": "javascript-module",
|
|
1512
|
-
"path": "src/
|
|
1568
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
1513
1569
|
"declarations": [
|
|
1514
1570
|
{
|
|
1515
1571
|
"kind": "class",
|
|
1516
1572
|
"description": "",
|
|
1517
|
-
"name": "
|
|
1518
|
-
"
|
|
1519
|
-
"name": "FASTAccordionItem",
|
|
1520
|
-
"package": "@microsoft/fast-components"
|
|
1521
|
-
},
|
|
1522
|
-
"tagName": "%%prefix%%-accordion-item",
|
|
1523
|
-
"customElement": true,
|
|
1524
|
-
"attributes": [
|
|
1573
|
+
"name": "ActionsMenu",
|
|
1574
|
+
"members": [
|
|
1525
1575
|
{
|
|
1526
|
-
"
|
|
1576
|
+
"kind": "field",
|
|
1577
|
+
"name": "actions",
|
|
1527
1578
|
"type": {
|
|
1528
|
-
"text": "
|
|
1529
|
-
},
|
|
1530
|
-
"default": "2",
|
|
1531
|
-
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1532
|
-
"fieldName": "headinglevel",
|
|
1533
|
-
"inheritedFrom": {
|
|
1534
|
-
"name": "AccordionItem",
|
|
1535
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1579
|
+
"text": "ActionMenuItem[]"
|
|
1536
1580
|
}
|
|
1537
1581
|
},
|
|
1538
1582
|
{
|
|
1583
|
+
"kind": "field",
|
|
1584
|
+
"name": "isVertical",
|
|
1539
1585
|
"type": {
|
|
1540
1586
|
"text": "boolean"
|
|
1541
1587
|
},
|
|
1542
|
-
"default": "false"
|
|
1543
|
-
"description": "Expands or collapses the item.",
|
|
1544
|
-
"fieldName": "expanded",
|
|
1545
|
-
"inheritedFrom": {
|
|
1546
|
-
"name": "AccordionItem",
|
|
1547
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1548
|
-
}
|
|
1588
|
+
"default": "false"
|
|
1549
1589
|
},
|
|
1550
|
-
{
|
|
1551
|
-
"name": "id",
|
|
1552
|
-
"type": {
|
|
1553
|
-
"text": "string"
|
|
1554
|
-
},
|
|
1555
|
-
"description": "The item ID",
|
|
1556
|
-
"fieldName": "id",
|
|
1557
|
-
"inheritedFrom": {
|
|
1558
|
-
"name": "AccordionItem",
|
|
1559
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1560
|
-
}
|
|
1561
|
-
}
|
|
1562
|
-
],
|
|
1563
|
-
"members": [
|
|
1564
1590
|
{
|
|
1565
1591
|
"kind": "field",
|
|
1566
|
-
"name": "
|
|
1592
|
+
"name": "addDefaultActions",
|
|
1567
1593
|
"type": {
|
|
1568
|
-
"text": "
|
|
1594
|
+
"text": "boolean"
|
|
1569
1595
|
},
|
|
1570
|
-
"
|
|
1571
|
-
"default": "2",
|
|
1572
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1573
|
-
"inheritedFrom": {
|
|
1574
|
-
"name": "AccordionItem",
|
|
1575
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1576
|
-
}
|
|
1596
|
+
"default": "true"
|
|
1577
1597
|
},
|
|
1578
1598
|
{
|
|
1579
1599
|
"kind": "field",
|
|
1580
|
-
"name": "
|
|
1600
|
+
"name": "autoCloseOnAction",
|
|
1581
1601
|
"type": {
|
|
1582
1602
|
"text": "boolean"
|
|
1583
1603
|
},
|
|
1584
|
-
"
|
|
1585
|
-
"default": "false",
|
|
1586
|
-
"description": "Expands or collapses the item.",
|
|
1587
|
-
"inheritedFrom": {
|
|
1588
|
-
"name": "AccordionItem",
|
|
1589
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1590
|
-
}
|
|
1604
|
+
"default": "true"
|
|
1591
1605
|
},
|
|
1592
1606
|
{
|
|
1593
1607
|
"kind": "field",
|
|
1594
|
-
"name": "
|
|
1608
|
+
"name": "classNames",
|
|
1595
1609
|
"type": {
|
|
1596
1610
|
"text": "string"
|
|
1597
|
-
},
|
|
1598
|
-
"privacy": "public",
|
|
1599
|
-
"description": "The item ID",
|
|
1600
|
-
"inheritedFrom": {
|
|
1601
|
-
"name": "AccordionItem",
|
|
1602
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1603
1611
|
}
|
|
1604
1612
|
},
|
|
1605
1613
|
{
|
|
1606
1614
|
"kind": "field",
|
|
1607
|
-
"name": "
|
|
1608
|
-
"
|
|
1609
|
-
|
|
1610
|
-
"name": "AccordionItem",
|
|
1611
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1615
|
+
"name": "definition",
|
|
1616
|
+
"type": {
|
|
1617
|
+
"text": "any"
|
|
1612
1618
|
}
|
|
1613
1619
|
},
|
|
1614
1620
|
{
|
|
1615
1621
|
"kind": "field",
|
|
1616
|
-
"name": "
|
|
1622
|
+
"name": "name",
|
|
1617
1623
|
"type": {
|
|
1618
|
-
"text": "
|
|
1624
|
+
"text": "string"
|
|
1619
1625
|
},
|
|
1620
|
-
"
|
|
1621
|
-
"default": "void 0",
|
|
1622
|
-
"inheritedFrom": {
|
|
1623
|
-
"name": "FoundationElement",
|
|
1624
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1625
|
-
}
|
|
1626
|
+
"default": "'Actions'"
|
|
1626
1627
|
},
|
|
1627
1628
|
{
|
|
1628
1629
|
"kind": "field",
|
|
1629
|
-
"name": "
|
|
1630
|
+
"name": "open",
|
|
1630
1631
|
"type": {
|
|
1631
|
-
"text": "
|
|
1632
|
+
"text": "boolean"
|
|
1632
1633
|
},
|
|
1633
|
-
"
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1634
|
+
"default": "false"
|
|
1635
|
+
},
|
|
1636
|
+
{
|
|
1637
|
+
"kind": "field",
|
|
1638
|
+
"name": "buttonAppearance",
|
|
1639
|
+
"type": {
|
|
1640
|
+
"text": "string"
|
|
1638
1641
|
}
|
|
1639
1642
|
},
|
|
1640
1643
|
{
|
|
1641
1644
|
"kind": "field",
|
|
1642
|
-
"name": "
|
|
1645
|
+
"name": "hideDisabled",
|
|
1643
1646
|
"type": {
|
|
1644
|
-
"text": "
|
|
1647
|
+
"text": "boolean"
|
|
1645
1648
|
},
|
|
1646
|
-
"
|
|
1647
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
1648
|
-
"inheritedFrom": {
|
|
1649
|
-
"name": "FoundationElement",
|
|
1650
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1651
|
-
}
|
|
1649
|
+
"default": "false"
|
|
1652
1650
|
},
|
|
1653
1651
|
{
|
|
1654
|
-
"kind": "
|
|
1655
|
-
"name": "
|
|
1656
|
-
"
|
|
1657
|
-
|
|
1658
|
-
"type": {
|
|
1659
|
-
"text": "void"
|
|
1660
|
-
}
|
|
1652
|
+
"kind": "field",
|
|
1653
|
+
"name": "hideMenuSingleOption",
|
|
1654
|
+
"type": {
|
|
1655
|
+
"text": "boolean"
|
|
1661
1656
|
},
|
|
1662
|
-
"
|
|
1663
|
-
|
|
1664
|
-
|
|
1657
|
+
"default": "false"
|
|
1658
|
+
},
|
|
1659
|
+
{
|
|
1660
|
+
"kind": "field",
|
|
1661
|
+
"name": "singleOption",
|
|
1662
|
+
"type": {
|
|
1663
|
+
"text": "ActionMenuItem"
|
|
1665
1664
|
}
|
|
1666
1665
|
},
|
|
1667
1666
|
{
|
|
1668
1667
|
"kind": "field",
|
|
1669
|
-
"name": "
|
|
1668
|
+
"name": "actionsMenu",
|
|
1670
1669
|
"type": {
|
|
1671
|
-
"text": "
|
|
1672
|
-
},
|
|
1673
|
-
"privacy": "public",
|
|
1674
|
-
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
1675
|
-
"inheritedFrom": {
|
|
1676
|
-
"name": "FoundationElement",
|
|
1677
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1670
|
+
"text": "HTMLElement"
|
|
1678
1671
|
}
|
|
1679
1672
|
},
|
|
1680
1673
|
{
|
|
1681
1674
|
"kind": "method",
|
|
1682
|
-
"name": "
|
|
1675
|
+
"name": "definitionChanged",
|
|
1683
1676
|
"privacy": "protected",
|
|
1684
|
-
"
|
|
1685
|
-
|
|
1686
|
-
"
|
|
1677
|
+
"parameters": [
|
|
1678
|
+
{
|
|
1679
|
+
"name": "oldValue",
|
|
1680
|
+
"type": {
|
|
1681
|
+
"text": "any"
|
|
1682
|
+
}
|
|
1683
|
+
},
|
|
1684
|
+
{
|
|
1685
|
+
"name": "newValue",
|
|
1686
|
+
"type": {
|
|
1687
|
+
"text": "any"
|
|
1688
|
+
}
|
|
1689
|
+
}
|
|
1690
|
+
]
|
|
1691
|
+
},
|
|
1692
|
+
{
|
|
1693
|
+
"kind": "method",
|
|
1694
|
+
"name": "openChanged",
|
|
1695
|
+
"privacy": "protected"
|
|
1696
|
+
},
|
|
1697
|
+
{
|
|
1698
|
+
"kind": "method",
|
|
1699
|
+
"name": "toggleActionsMenuVisibility"
|
|
1700
|
+
},
|
|
1701
|
+
{
|
|
1702
|
+
"kind": "method",
|
|
1703
|
+
"name": "onActionMenuItemClick",
|
|
1704
|
+
"parameters": [
|
|
1705
|
+
{
|
|
1706
|
+
"name": "callback",
|
|
1707
|
+
"type": {
|
|
1708
|
+
"text": "(rowData) => void | any"
|
|
1709
|
+
}
|
|
1710
|
+
}
|
|
1711
|
+
]
|
|
1712
|
+
},
|
|
1713
|
+
{
|
|
1714
|
+
"kind": "field",
|
|
1715
|
+
"name": "allActions",
|
|
1716
|
+
"type": {
|
|
1717
|
+
"text": "ActionMenuItem[]"
|
|
1718
|
+
},
|
|
1719
|
+
"readonly": true
|
|
1720
|
+
},
|
|
1721
|
+
{
|
|
1722
|
+
"kind": "field",
|
|
1723
|
+
"name": "rowData",
|
|
1724
|
+
"readonly": true
|
|
1725
|
+
},
|
|
1726
|
+
{
|
|
1727
|
+
"kind": "method",
|
|
1728
|
+
"name": "getLabel",
|
|
1729
|
+
"parameters": [
|
|
1730
|
+
{
|
|
1731
|
+
"name": "name",
|
|
1732
|
+
"type": {
|
|
1733
|
+
"text": "string | ((rowData: any) => string)"
|
|
1734
|
+
}
|
|
1735
|
+
}
|
|
1736
|
+
]
|
|
1737
|
+
},
|
|
1738
|
+
{
|
|
1739
|
+
"kind": "method",
|
|
1740
|
+
"name": "getTemplate",
|
|
1741
|
+
"parameters": [
|
|
1742
|
+
{
|
|
1743
|
+
"name": "prefix",
|
|
1744
|
+
"type": {
|
|
1745
|
+
"text": "string"
|
|
1746
|
+
}
|
|
1747
|
+
}
|
|
1748
|
+
]
|
|
1749
|
+
},
|
|
1750
|
+
{
|
|
1751
|
+
"kind": "field",
|
|
1752
|
+
"name": "_presentation",
|
|
1753
|
+
"type": {
|
|
1754
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1755
|
+
},
|
|
1756
|
+
"privacy": "private",
|
|
1757
|
+
"default": "void 0",
|
|
1758
|
+
"inheritedFrom": {
|
|
1759
|
+
"name": "FoundationElement",
|
|
1760
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1761
|
+
}
|
|
1762
|
+
},
|
|
1763
|
+
{
|
|
1764
|
+
"kind": "field",
|
|
1765
|
+
"name": "$presentation",
|
|
1766
|
+
"type": {
|
|
1767
|
+
"text": "ComponentPresentation | null"
|
|
1768
|
+
},
|
|
1769
|
+
"privacy": "public",
|
|
1770
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1771
|
+
"inheritedFrom": {
|
|
1772
|
+
"name": "FoundationElement",
|
|
1773
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1774
|
+
}
|
|
1775
|
+
},
|
|
1776
|
+
{
|
|
1777
|
+
"kind": "field",
|
|
1778
|
+
"name": "template",
|
|
1779
|
+
"type": {
|
|
1780
|
+
"text": "ElementViewTemplate | void | null"
|
|
1781
|
+
},
|
|
1782
|
+
"privacy": "public",
|
|
1783
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
1784
|
+
"inheritedFrom": {
|
|
1785
|
+
"name": "FoundationElement",
|
|
1786
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1787
|
+
}
|
|
1788
|
+
},
|
|
1789
|
+
{
|
|
1790
|
+
"kind": "method",
|
|
1791
|
+
"name": "templateChanged",
|
|
1792
|
+
"privacy": "protected",
|
|
1793
|
+
"return": {
|
|
1794
|
+
"type": {
|
|
1795
|
+
"text": "void"
|
|
1796
|
+
}
|
|
1797
|
+
},
|
|
1798
|
+
"inheritedFrom": {
|
|
1799
|
+
"name": "FoundationElement",
|
|
1800
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1801
|
+
}
|
|
1802
|
+
},
|
|
1803
|
+
{
|
|
1804
|
+
"kind": "field",
|
|
1805
|
+
"name": "styles",
|
|
1806
|
+
"type": {
|
|
1807
|
+
"text": "ElementStyles | void | null"
|
|
1808
|
+
},
|
|
1809
|
+
"privacy": "public",
|
|
1810
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
1811
|
+
"inheritedFrom": {
|
|
1812
|
+
"name": "FoundationElement",
|
|
1813
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1814
|
+
}
|
|
1815
|
+
},
|
|
1816
|
+
{
|
|
1817
|
+
"kind": "method",
|
|
1818
|
+
"name": "stylesChanged",
|
|
1819
|
+
"privacy": "protected",
|
|
1820
|
+
"return": {
|
|
1821
|
+
"type": {
|
|
1822
|
+
"text": "void"
|
|
1687
1823
|
}
|
|
1688
1824
|
},
|
|
1689
1825
|
"inheritedFrom": {
|
|
@@ -1723,78 +1859,107 @@
|
|
|
1723
1859
|
}
|
|
1724
1860
|
}
|
|
1725
1861
|
],
|
|
1726
|
-
"
|
|
1862
|
+
"attributes": [
|
|
1727
1863
|
{
|
|
1728
|
-
"
|
|
1729
|
-
"
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1864
|
+
"name": "is-vertical",
|
|
1865
|
+
"type": {
|
|
1866
|
+
"text": "boolean"
|
|
1867
|
+
},
|
|
1868
|
+
"default": "false",
|
|
1869
|
+
"fieldName": "isVertical"
|
|
1870
|
+
},
|
|
1871
|
+
{
|
|
1872
|
+
"name": "add-default-actions",
|
|
1873
|
+
"type": {
|
|
1874
|
+
"text": "boolean"
|
|
1875
|
+
},
|
|
1876
|
+
"default": "true",
|
|
1877
|
+
"fieldName": "addDefaultActions"
|
|
1878
|
+
},
|
|
1879
|
+
{
|
|
1880
|
+
"name": "auto-close-on-action",
|
|
1881
|
+
"type": {
|
|
1882
|
+
"text": "boolean"
|
|
1883
|
+
},
|
|
1884
|
+
"default": "true",
|
|
1885
|
+
"fieldName": "autoCloseOnAction"
|
|
1886
|
+
},
|
|
1887
|
+
{
|
|
1888
|
+
"name": "name",
|
|
1889
|
+
"type": {
|
|
1890
|
+
"text": "string"
|
|
1891
|
+
},
|
|
1892
|
+
"default": "'Actions'",
|
|
1893
|
+
"fieldName": "name"
|
|
1894
|
+
},
|
|
1895
|
+
{
|
|
1896
|
+
"name": "open",
|
|
1897
|
+
"type": {
|
|
1898
|
+
"text": "boolean"
|
|
1899
|
+
},
|
|
1900
|
+
"default": "false",
|
|
1901
|
+
"fieldName": "open"
|
|
1902
|
+
},
|
|
1903
|
+
{
|
|
1904
|
+
"name": "buttonAppearance",
|
|
1905
|
+
"type": {
|
|
1906
|
+
"text": "string"
|
|
1907
|
+
},
|
|
1908
|
+
"fieldName": "buttonAppearance"
|
|
1909
|
+
},
|
|
1910
|
+
{
|
|
1911
|
+
"name": "hide-disabled",
|
|
1912
|
+
"type": {
|
|
1913
|
+
"text": "boolean"
|
|
1914
|
+
},
|
|
1915
|
+
"default": "false",
|
|
1916
|
+
"fieldName": "hideDisabled"
|
|
1917
|
+
},
|
|
1918
|
+
{
|
|
1919
|
+
"name": "hide-menu-single-option",
|
|
1920
|
+
"type": {
|
|
1921
|
+
"text": "boolean"
|
|
1922
|
+
},
|
|
1923
|
+
"default": "false",
|
|
1924
|
+
"fieldName": "hideMenuSingleOption"
|
|
1734
1925
|
}
|
|
1735
|
-
]
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
1740
|
-
"type": {
|
|
1741
|
-
"text": "ShadowRootInit"
|
|
1742
|
-
},
|
|
1743
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1744
|
-
},
|
|
1745
|
-
{
|
|
1746
|
-
"kind": "variable",
|
|
1747
|
-
"name": "defaultAccordionItemConfig",
|
|
1748
|
-
"type": {
|
|
1749
|
-
"text": "object"
|
|
1926
|
+
],
|
|
1927
|
+
"superclass": {
|
|
1928
|
+
"name": "FoundationElement",
|
|
1929
|
+
"package": "@microsoft/fast-foundation"
|
|
1750
1930
|
},
|
|
1751
|
-
"
|
|
1931
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
1932
|
+
"customElement": true
|
|
1752
1933
|
},
|
|
1753
1934
|
{
|
|
1754
1935
|
"kind": "variable",
|
|
1755
|
-
"name": "
|
|
1756
|
-
"description": "The Foundation
|
|
1936
|
+
"name": "foundationActionsMenu",
|
|
1937
|
+
"description": "The Foundation Actions Menu",
|
|
1757
1938
|
"privacy": "public"
|
|
1758
1939
|
}
|
|
1759
1940
|
],
|
|
1760
1941
|
"exports": [
|
|
1761
1942
|
{
|
|
1762
1943
|
"kind": "js",
|
|
1763
|
-
"name": "
|
|
1764
|
-
"declaration": {
|
|
1765
|
-
"name": "AccordionItem",
|
|
1766
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1767
|
-
}
|
|
1768
|
-
},
|
|
1769
|
-
{
|
|
1770
|
-
"kind": "js",
|
|
1771
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
1772
|
-
"declaration": {
|
|
1773
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
1774
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1775
|
-
}
|
|
1776
|
-
},
|
|
1777
|
-
{
|
|
1778
|
-
"kind": "js",
|
|
1779
|
-
"name": "defaultAccordionItemConfig",
|
|
1944
|
+
"name": "ActionsMenu",
|
|
1780
1945
|
"declaration": {
|
|
1781
|
-
"name": "
|
|
1782
|
-
"module": "src/
|
|
1946
|
+
"name": "ActionsMenu",
|
|
1947
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1783
1948
|
}
|
|
1784
1949
|
},
|
|
1785
1950
|
{
|
|
1786
1951
|
"kind": "js",
|
|
1787
|
-
"name": "
|
|
1952
|
+
"name": "foundationActionsMenu",
|
|
1788
1953
|
"declaration": {
|
|
1789
|
-
"name": "
|
|
1790
|
-
"module": "src/
|
|
1954
|
+
"name": "foundationActionsMenu",
|
|
1955
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1791
1956
|
}
|
|
1792
1957
|
}
|
|
1793
1958
|
]
|
|
1794
1959
|
},
|
|
1795
1960
|
{
|
|
1796
1961
|
"kind": "javascript-module",
|
|
1797
|
-
"path": "src/
|
|
1962
|
+
"path": "src/actions-menu/index.ts",
|
|
1798
1963
|
"declarations": [],
|
|
1799
1964
|
"exports": [
|
|
1800
1965
|
{
|
|
@@ -1802,7 +1967,7 @@
|
|
|
1802
1967
|
"name": "*",
|
|
1803
1968
|
"declaration": {
|
|
1804
1969
|
"name": "*",
|
|
1805
|
-
"package": "./
|
|
1970
|
+
"package": "./actions-menu.styles"
|
|
1806
1971
|
}
|
|
1807
1972
|
},
|
|
1808
1973
|
{
|
|
@@ -1810,7 +1975,7 @@
|
|
|
1810
1975
|
"name": "*",
|
|
1811
1976
|
"declaration": {
|
|
1812
1977
|
"name": "*",
|
|
1813
|
-
"package": "./
|
|
1978
|
+
"package": "./actions-menu.template"
|
|
1814
1979
|
}
|
|
1815
1980
|
},
|
|
1816
1981
|
{
|
|
@@ -1818,41 +1983,18 @@
|
|
|
1818
1983
|
"name": "*",
|
|
1819
1984
|
"declaration": {
|
|
1820
1985
|
"name": "*",
|
|
1821
|
-
"package": "./
|
|
1986
|
+
"package": "./actions-menu"
|
|
1822
1987
|
}
|
|
1823
1988
|
}
|
|
1824
1989
|
]
|
|
1825
1990
|
},
|
|
1826
1991
|
{
|
|
1827
1992
|
"kind": "javascript-module",
|
|
1828
|
-
"path": "src/
|
|
1993
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1829
1994
|
"declarations": [
|
|
1830
1995
|
{
|
|
1831
1996
|
"kind": "function",
|
|
1832
|
-
"name": "
|
|
1833
|
-
"return": {
|
|
1834
|
-
"type": {
|
|
1835
|
-
"text": "ElementStyles"
|
|
1836
|
-
}
|
|
1837
|
-
},
|
|
1838
|
-
"parameters": [
|
|
1839
|
-
{
|
|
1840
|
-
"name": "context",
|
|
1841
|
-
"type": {
|
|
1842
|
-
"text": "ElementDefinitionContext"
|
|
1843
|
-
}
|
|
1844
|
-
},
|
|
1845
|
-
{
|
|
1846
|
-
"name": "definition",
|
|
1847
|
-
"type": {
|
|
1848
|
-
"text": "FoundationElementDefinition"
|
|
1849
|
-
}
|
|
1850
|
-
}
|
|
1851
|
-
]
|
|
1852
|
-
},
|
|
1853
|
-
{
|
|
1854
|
-
"kind": "function",
|
|
1855
|
-
"name": "foundationActionsMenuStyles",
|
|
1997
|
+
"name": "foundationAccordionItemStyles",
|
|
1856
1998
|
"return": {
|
|
1857
1999
|
"type": {
|
|
1858
2000
|
"text": "ElementStyles"
|
|
@@ -1877,269 +2019,156 @@
|
|
|
1877
2019
|
"exports": [
|
|
1878
2020
|
{
|
|
1879
2021
|
"kind": "js",
|
|
1880
|
-
"name": "
|
|
1881
|
-
"declaration": {
|
|
1882
|
-
"name": "actionsMenuBaseStyles",
|
|
1883
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1884
|
-
}
|
|
1885
|
-
},
|
|
1886
|
-
{
|
|
1887
|
-
"kind": "js",
|
|
1888
|
-
"name": "foundationActionsMenuStyles",
|
|
2022
|
+
"name": "foundationAccordionItemStyles",
|
|
1889
2023
|
"declaration": {
|
|
1890
|
-
"name": "
|
|
1891
|
-
"module": "src/
|
|
2024
|
+
"name": "foundationAccordionItemStyles",
|
|
2025
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1892
2026
|
}
|
|
1893
2027
|
}
|
|
1894
2028
|
]
|
|
1895
2029
|
},
|
|
1896
2030
|
{
|
|
1897
2031
|
"kind": "javascript-module",
|
|
1898
|
-
"path": "src/
|
|
2032
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1899
2033
|
"declarations": [
|
|
1900
2034
|
{
|
|
1901
2035
|
"kind": "function",
|
|
1902
|
-
"name": "
|
|
2036
|
+
"name": "foundationAccordionItemTemplate",
|
|
2037
|
+
"return": {
|
|
2038
|
+
"type": {
|
|
2039
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
2040
|
+
}
|
|
2041
|
+
},
|
|
1903
2042
|
"parameters": [
|
|
1904
2043
|
{
|
|
1905
|
-
"name": "
|
|
2044
|
+
"name": "context",
|
|
1906
2045
|
"type": {
|
|
1907
|
-
"text": "
|
|
2046
|
+
"text": "ElementDefinitionContext"
|
|
1908
2047
|
}
|
|
1909
|
-
}
|
|
1910
|
-
]
|
|
1911
|
-
},
|
|
1912
|
-
{
|
|
1913
|
-
"kind": "function",
|
|
1914
|
-
"name": "singleOptionTemplate",
|
|
1915
|
-
"parameters": [
|
|
2048
|
+
},
|
|
1916
2049
|
{
|
|
1917
|
-
"name": "
|
|
2050
|
+
"name": "definition",
|
|
1918
2051
|
"type": {
|
|
1919
|
-
"text": "
|
|
2052
|
+
"text": "FoundationElementDefinition"
|
|
1920
2053
|
}
|
|
1921
2054
|
}
|
|
1922
2055
|
]
|
|
1923
|
-
},
|
|
1924
|
-
{
|
|
1925
|
-
"kind": "variable",
|
|
1926
|
-
"name": "foundationActionsMenuTemplate",
|
|
1927
|
-
"type": {
|
|
1928
|
-
"text": "ViewTemplate<ActionsMenu>"
|
|
1929
|
-
},
|
|
1930
|
-
"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`"
|
|
1931
2056
|
}
|
|
1932
2057
|
],
|
|
1933
2058
|
"exports": [
|
|
1934
2059
|
{
|
|
1935
2060
|
"kind": "js",
|
|
1936
|
-
"name": "
|
|
1937
|
-
"declaration": {
|
|
1938
|
-
"name": "menuTemplate",
|
|
1939
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1940
|
-
}
|
|
1941
|
-
},
|
|
1942
|
-
{
|
|
1943
|
-
"kind": "js",
|
|
1944
|
-
"name": "singleOptionTemplate",
|
|
1945
|
-
"declaration": {
|
|
1946
|
-
"name": "singleOptionTemplate",
|
|
1947
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1948
|
-
}
|
|
1949
|
-
},
|
|
1950
|
-
{
|
|
1951
|
-
"kind": "js",
|
|
1952
|
-
"name": "foundationActionsMenuTemplate",
|
|
2061
|
+
"name": "foundationAccordionItemTemplate",
|
|
1953
2062
|
"declaration": {
|
|
1954
|
-
"name": "
|
|
1955
|
-
"module": "src/
|
|
2063
|
+
"name": "foundationAccordionItemTemplate",
|
|
2064
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1956
2065
|
}
|
|
1957
2066
|
}
|
|
1958
2067
|
]
|
|
1959
2068
|
},
|
|
1960
2069
|
{
|
|
1961
2070
|
"kind": "javascript-module",
|
|
1962
|
-
"path": "src/
|
|
2071
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1963
2072
|
"declarations": [
|
|
1964
2073
|
{
|
|
1965
2074
|
"kind": "class",
|
|
1966
2075
|
"description": "",
|
|
1967
|
-
"name": "
|
|
1968
|
-
"
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
},
|
|
1976
|
-
{
|
|
1977
|
-
"kind": "field",
|
|
1978
|
-
"name": "isVertical",
|
|
1979
|
-
"type": {
|
|
1980
|
-
"text": "boolean"
|
|
1981
|
-
},
|
|
1982
|
-
"default": "false"
|
|
1983
|
-
},
|
|
1984
|
-
{
|
|
1985
|
-
"kind": "field",
|
|
1986
|
-
"name": "addDefaultActions",
|
|
1987
|
-
"type": {
|
|
1988
|
-
"text": "boolean"
|
|
1989
|
-
},
|
|
1990
|
-
"default": "true"
|
|
1991
|
-
},
|
|
1992
|
-
{
|
|
1993
|
-
"kind": "field",
|
|
1994
|
-
"name": "autoCloseOnAction",
|
|
1995
|
-
"type": {
|
|
1996
|
-
"text": "boolean"
|
|
1997
|
-
},
|
|
1998
|
-
"default": "true"
|
|
1999
|
-
},
|
|
2000
|
-
{
|
|
2001
|
-
"kind": "field",
|
|
2002
|
-
"name": "classNames",
|
|
2003
|
-
"type": {
|
|
2004
|
-
"text": "string"
|
|
2005
|
-
}
|
|
2006
|
-
},
|
|
2007
|
-
{
|
|
2008
|
-
"kind": "field",
|
|
2009
|
-
"name": "definition",
|
|
2010
|
-
"type": {
|
|
2011
|
-
"text": "any"
|
|
2012
|
-
}
|
|
2013
|
-
},
|
|
2014
|
-
{
|
|
2015
|
-
"kind": "field",
|
|
2016
|
-
"name": "name",
|
|
2017
|
-
"type": {
|
|
2018
|
-
"text": "string"
|
|
2019
|
-
},
|
|
2020
|
-
"default": "'Actions'"
|
|
2021
|
-
},
|
|
2076
|
+
"name": "AccordionItem",
|
|
2077
|
+
"superclass": {
|
|
2078
|
+
"name": "FASTAccordionItem",
|
|
2079
|
+
"package": "@microsoft/fast-components"
|
|
2080
|
+
},
|
|
2081
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
2082
|
+
"customElement": true,
|
|
2083
|
+
"attributes": [
|
|
2022
2084
|
{
|
|
2023
|
-
"
|
|
2024
|
-
"name": "open",
|
|
2085
|
+
"name": "heading-level",
|
|
2025
2086
|
"type": {
|
|
2026
|
-
"text": "
|
|
2087
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
2027
2088
|
},
|
|
2028
|
-
"default": "
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
"
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
"text": "string"
|
|
2089
|
+
"default": "2",
|
|
2090
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
2091
|
+
"fieldName": "headinglevel",
|
|
2092
|
+
"inheritedFrom": {
|
|
2093
|
+
"name": "AccordionItem",
|
|
2094
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2035
2095
|
}
|
|
2036
2096
|
},
|
|
2037
2097
|
{
|
|
2038
|
-
"kind": "field",
|
|
2039
|
-
"name": "hideDisabled",
|
|
2040
|
-
"type": {
|
|
2041
|
-
"text": "boolean"
|
|
2042
|
-
},
|
|
2043
|
-
"default": "false"
|
|
2044
|
-
},
|
|
2045
|
-
{
|
|
2046
|
-
"kind": "field",
|
|
2047
|
-
"name": "hideMenuSingleOption",
|
|
2048
2098
|
"type": {
|
|
2049
2099
|
"text": "boolean"
|
|
2050
2100
|
},
|
|
2051
|
-
"default": "false"
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
"
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
}
|
|
2059
|
-
},
|
|
2060
|
-
{
|
|
2061
|
-
"kind": "field",
|
|
2062
|
-
"name": "actionsMenu",
|
|
2063
|
-
"type": {
|
|
2064
|
-
"text": "HTMLElement"
|
|
2065
|
-
}
|
|
2066
|
-
},
|
|
2067
|
-
{
|
|
2068
|
-
"kind": "method",
|
|
2069
|
-
"name": "definitionChanged",
|
|
2070
|
-
"privacy": "protected",
|
|
2071
|
-
"parameters": [
|
|
2072
|
-
{
|
|
2073
|
-
"name": "oldValue",
|
|
2074
|
-
"type": {
|
|
2075
|
-
"text": "any"
|
|
2076
|
-
}
|
|
2077
|
-
},
|
|
2078
|
-
{
|
|
2079
|
-
"name": "newValue",
|
|
2080
|
-
"type": {
|
|
2081
|
-
"text": "any"
|
|
2082
|
-
}
|
|
2083
|
-
}
|
|
2084
|
-
]
|
|
2085
|
-
},
|
|
2086
|
-
{
|
|
2087
|
-
"kind": "method",
|
|
2088
|
-
"name": "openChanged",
|
|
2089
|
-
"privacy": "protected"
|
|
2090
|
-
},
|
|
2091
|
-
{
|
|
2092
|
-
"kind": "method",
|
|
2093
|
-
"name": "toggleActionsMenuVisibility"
|
|
2101
|
+
"default": "false",
|
|
2102
|
+
"description": "Expands or collapses the item.",
|
|
2103
|
+
"fieldName": "expanded",
|
|
2104
|
+
"inheritedFrom": {
|
|
2105
|
+
"name": "AccordionItem",
|
|
2106
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2107
|
+
}
|
|
2094
2108
|
},
|
|
2095
2109
|
{
|
|
2096
|
-
"
|
|
2097
|
-
"
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
}
|
|
2110
|
+
"name": "id",
|
|
2111
|
+
"type": {
|
|
2112
|
+
"text": "string"
|
|
2113
|
+
},
|
|
2114
|
+
"description": "The item ID",
|
|
2115
|
+
"fieldName": "id",
|
|
2116
|
+
"inheritedFrom": {
|
|
2117
|
+
"name": "AccordionItem",
|
|
2118
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2119
|
+
}
|
|
2120
|
+
}
|
|
2121
|
+
],
|
|
2122
|
+
"members": [
|
|
2107
2123
|
{
|
|
2108
2124
|
"kind": "field",
|
|
2109
|
-
"name": "
|
|
2125
|
+
"name": "headinglevel",
|
|
2110
2126
|
"type": {
|
|
2111
|
-
"text": "
|
|
2127
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
2112
2128
|
},
|
|
2113
|
-
"
|
|
2129
|
+
"privacy": "public",
|
|
2130
|
+
"default": "2",
|
|
2131
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
2132
|
+
"inheritedFrom": {
|
|
2133
|
+
"name": "AccordionItem",
|
|
2134
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2135
|
+
}
|
|
2114
2136
|
},
|
|
2115
2137
|
{
|
|
2116
2138
|
"kind": "field",
|
|
2117
|
-
"name": "
|
|
2118
|
-
"
|
|
2139
|
+
"name": "expanded",
|
|
2140
|
+
"type": {
|
|
2141
|
+
"text": "boolean"
|
|
2142
|
+
},
|
|
2143
|
+
"privacy": "public",
|
|
2144
|
+
"default": "false",
|
|
2145
|
+
"description": "Expands or collapses the item.",
|
|
2146
|
+
"inheritedFrom": {
|
|
2147
|
+
"name": "AccordionItem",
|
|
2148
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2149
|
+
}
|
|
2119
2150
|
},
|
|
2120
2151
|
{
|
|
2121
|
-
"kind": "
|
|
2122
|
-
"name": "
|
|
2123
|
-
"
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
2152
|
+
"kind": "field",
|
|
2153
|
+
"name": "id",
|
|
2154
|
+
"type": {
|
|
2155
|
+
"text": "string"
|
|
2156
|
+
},
|
|
2157
|
+
"privacy": "public",
|
|
2158
|
+
"description": "The item ID",
|
|
2159
|
+
"inheritedFrom": {
|
|
2160
|
+
"name": "AccordionItem",
|
|
2161
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2162
|
+
}
|
|
2131
2163
|
},
|
|
2132
2164
|
{
|
|
2133
|
-
"kind": "
|
|
2134
|
-
"name": "
|
|
2135
|
-
"
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
}
|
|
2141
|
-
}
|
|
2142
|
-
]
|
|
2165
|
+
"kind": "field",
|
|
2166
|
+
"name": "change",
|
|
2167
|
+
"privacy": "private",
|
|
2168
|
+
"inheritedFrom": {
|
|
2169
|
+
"name": "AccordionItem",
|
|
2170
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2171
|
+
}
|
|
2143
2172
|
},
|
|
2144
2173
|
{
|
|
2145
2174
|
"kind": "field",
|
|
@@ -2253,107 +2282,78 @@
|
|
|
2253
2282
|
}
|
|
2254
2283
|
}
|
|
2255
2284
|
],
|
|
2256
|
-
"
|
|
2257
|
-
{
|
|
2258
|
-
"name": "is-vertical",
|
|
2259
|
-
"type": {
|
|
2260
|
-
"text": "boolean"
|
|
2261
|
-
},
|
|
2262
|
-
"default": "false",
|
|
2263
|
-
"fieldName": "isVertical"
|
|
2264
|
-
},
|
|
2265
|
-
{
|
|
2266
|
-
"name": "add-default-actions",
|
|
2267
|
-
"type": {
|
|
2268
|
-
"text": "boolean"
|
|
2269
|
-
},
|
|
2270
|
-
"default": "true",
|
|
2271
|
-
"fieldName": "addDefaultActions"
|
|
2272
|
-
},
|
|
2273
|
-
{
|
|
2274
|
-
"name": "auto-close-on-action",
|
|
2275
|
-
"type": {
|
|
2276
|
-
"text": "boolean"
|
|
2277
|
-
},
|
|
2278
|
-
"default": "true",
|
|
2279
|
-
"fieldName": "autoCloseOnAction"
|
|
2280
|
-
},
|
|
2281
|
-
{
|
|
2282
|
-
"name": "name",
|
|
2283
|
-
"type": {
|
|
2284
|
-
"text": "string"
|
|
2285
|
-
},
|
|
2286
|
-
"default": "'Actions'",
|
|
2287
|
-
"fieldName": "name"
|
|
2288
|
-
},
|
|
2289
|
-
{
|
|
2290
|
-
"name": "open",
|
|
2291
|
-
"type": {
|
|
2292
|
-
"text": "boolean"
|
|
2293
|
-
},
|
|
2294
|
-
"default": "false",
|
|
2295
|
-
"fieldName": "open"
|
|
2296
|
-
},
|
|
2297
|
-
{
|
|
2298
|
-
"name": "buttonAppearance",
|
|
2299
|
-
"type": {
|
|
2300
|
-
"text": "string"
|
|
2301
|
-
},
|
|
2302
|
-
"fieldName": "buttonAppearance"
|
|
2303
|
-
},
|
|
2304
|
-
{
|
|
2305
|
-
"name": "hide-disabled",
|
|
2306
|
-
"type": {
|
|
2307
|
-
"text": "boolean"
|
|
2308
|
-
},
|
|
2309
|
-
"default": "false",
|
|
2310
|
-
"fieldName": "hideDisabled"
|
|
2311
|
-
},
|
|
2285
|
+
"events": [
|
|
2312
2286
|
{
|
|
2313
|
-
"
|
|
2314
|
-
"
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2287
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
2288
|
+
"name": "change",
|
|
2289
|
+
"inheritedFrom": {
|
|
2290
|
+
"name": "AccordionItem",
|
|
2291
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2292
|
+
}
|
|
2319
2293
|
}
|
|
2320
|
-
]
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2294
|
+
]
|
|
2295
|
+
},
|
|
2296
|
+
{
|
|
2297
|
+
"kind": "variable",
|
|
2298
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2299
|
+
"type": {
|
|
2300
|
+
"text": "ShadowRootInit"
|
|
2324
2301
|
},
|
|
2325
|
-
"
|
|
2326
|
-
"customElement": true
|
|
2302
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2327
2303
|
},
|
|
2328
2304
|
{
|
|
2329
2305
|
"kind": "variable",
|
|
2330
|
-
"name": "
|
|
2331
|
-
"
|
|
2306
|
+
"name": "defaultAccordionItemConfig",
|
|
2307
|
+
"type": {
|
|
2308
|
+
"text": "object"
|
|
2309
|
+
},
|
|
2310
|
+
"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}"
|
|
2311
|
+
},
|
|
2312
|
+
{
|
|
2313
|
+
"kind": "variable",
|
|
2314
|
+
"name": "foundationAccordionItem",
|
|
2315
|
+
"description": "The Foundation Accordion Item",
|
|
2332
2316
|
"privacy": "public"
|
|
2333
2317
|
}
|
|
2334
2318
|
],
|
|
2335
2319
|
"exports": [
|
|
2336
2320
|
{
|
|
2337
2321
|
"kind": "js",
|
|
2338
|
-
"name": "
|
|
2322
|
+
"name": "AccordionItem",
|
|
2339
2323
|
"declaration": {
|
|
2340
|
-
"name": "
|
|
2341
|
-
"module": "src/
|
|
2324
|
+
"name": "AccordionItem",
|
|
2325
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2342
2326
|
}
|
|
2343
2327
|
},
|
|
2344
2328
|
{
|
|
2345
2329
|
"kind": "js",
|
|
2346
|
-
"name": "
|
|
2330
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2347
2331
|
"declaration": {
|
|
2348
|
-
"name": "
|
|
2349
|
-
"module": "src/
|
|
2332
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2333
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2334
|
+
}
|
|
2335
|
+
},
|
|
2336
|
+
{
|
|
2337
|
+
"kind": "js",
|
|
2338
|
+
"name": "defaultAccordionItemConfig",
|
|
2339
|
+
"declaration": {
|
|
2340
|
+
"name": "defaultAccordionItemConfig",
|
|
2341
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2342
|
+
}
|
|
2343
|
+
},
|
|
2344
|
+
{
|
|
2345
|
+
"kind": "js",
|
|
2346
|
+
"name": "foundationAccordionItem",
|
|
2347
|
+
"declaration": {
|
|
2348
|
+
"name": "foundationAccordionItem",
|
|
2349
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2350
2350
|
}
|
|
2351
2351
|
}
|
|
2352
2352
|
]
|
|
2353
2353
|
},
|
|
2354
2354
|
{
|
|
2355
2355
|
"kind": "javascript-module",
|
|
2356
|
-
"path": "src/
|
|
2356
|
+
"path": "src/accordion-item/index.ts",
|
|
2357
2357
|
"declarations": [],
|
|
2358
2358
|
"exports": [
|
|
2359
2359
|
{
|
|
@@ -2361,7 +2361,7 @@
|
|
|
2361
2361
|
"name": "*",
|
|
2362
2362
|
"declaration": {
|
|
2363
2363
|
"name": "*",
|
|
2364
|
-
"package": "./
|
|
2364
|
+
"package": "./accordion-item.template"
|
|
2365
2365
|
}
|
|
2366
2366
|
},
|
|
2367
2367
|
{
|
|
@@ -2369,7 +2369,7 @@
|
|
|
2369
2369
|
"name": "*",
|
|
2370
2370
|
"declaration": {
|
|
2371
2371
|
"name": "*",
|
|
2372
|
-
"package": "./
|
|
2372
|
+
"package": "./accordion-item.styles"
|
|
2373
2373
|
}
|
|
2374
2374
|
},
|
|
2375
2375
|
{
|
|
@@ -2377,282 +2377,215 @@
|
|
|
2377
2377
|
"name": "*",
|
|
2378
2378
|
"declaration": {
|
|
2379
2379
|
"name": "*",
|
|
2380
|
-
"package": "./
|
|
2380
|
+
"package": "./accordion-item"
|
|
2381
2381
|
}
|
|
2382
2382
|
}
|
|
2383
2383
|
]
|
|
2384
2384
|
},
|
|
2385
2385
|
{
|
|
2386
2386
|
"kind": "javascript-module",
|
|
2387
|
-
"path": "src/
|
|
2387
|
+
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
2388
2388
|
"declarations": [
|
|
2389
2389
|
{
|
|
2390
|
-
"kind": "
|
|
2391
|
-
"name": "
|
|
2392
|
-
"
|
|
2393
|
-
"type": {
|
|
2394
|
-
"text": "ElementStyles"
|
|
2395
|
-
}
|
|
2396
|
-
},
|
|
2397
|
-
"parameters": [
|
|
2398
|
-
{
|
|
2399
|
-
"name": "context",
|
|
2400
|
-
"type": {
|
|
2401
|
-
"text": "ElementDefinitionContext"
|
|
2402
|
-
}
|
|
2403
|
-
},
|
|
2404
|
-
{
|
|
2405
|
-
"name": "definition",
|
|
2406
|
-
"type": {
|
|
2407
|
-
"text": "FoundationElementDefinition"
|
|
2408
|
-
}
|
|
2409
|
-
}
|
|
2410
|
-
]
|
|
2390
|
+
"kind": "variable",
|
|
2391
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2392
|
+
"default": "css`\n :host {\n display: block;\n width: 800px;\n }\n\n .ai-criteria-search {\n display: flex;\n flex-direction: column;\n gap: calc(${designUnit} * 2px);\n }\n\n .ai-criteria-search-row {\n display: flex;\n flex-direction: row;\n gap: calc(${designUnit} * 2px);\n align-items: center;\n }\n\n .criteria-input {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n }\n\n .criteria-chips-inline {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n display: flex;\n align-items: center;\n gap: calc(${designUnit} * 1px);\n overflow-x: auto;\n padding: 0 calc(${designUnit} * 2px);\n background: var(--neutral-fill-input-rest);\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);\n border-radius: calc(var(--control-corner-radius) * 1px);\n scrollbar-width: none;\n }\n\n .criteria-chips-inline::-webkit-scrollbar {\n display: none;\n }\n\n .mic-icon {\n color: var(--neutral-foreground-rest);\n fill: currentColor;\n }\n\n .criteria-toggle-button,\n .criteria-clear-button {\n flex-shrink: 0;\n }\n\n .criteria-chip {\n display: inline-flex;\n align-items: center;\n flex-shrink: 0;\n gap: calc(${designUnit} * 1px);\n padding: calc(${designUnit} * 0.5px) calc(${designUnit} * 2px);\n background: var(--neutral-fill-rest);\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);\n border-radius: calc(${designUnit} * 4px);\n font-size: var(--type-ramp-minus-1-font-size);\n color: var(--neutral-foreground-rest);\n white-space: nowrap;\n }\n\n .criteria-chip-field {\n font-weight: 600;\n }\n\n .criteria-chip-operator {\n color: var(--neutral-foreground-hint, var(--neutral-foreground-rest));\n font-style: italic;\n }\n\n .criteria-chip-remove {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n width: 14px;\n height: 14px;\n padding: 0;\n margin-left: calc(${designUnit} * 0.5px);\n background: none;\n border: none;\n cursor: pointer;\n color: var(--neutral-foreground-hint, var(--neutral-foreground-rest));\n font-size: 10px;\n border-radius: 50%;\n line-height: 1;\n }\n\n .criteria-chip-remove:hover {\n background: var(--neutral-fill-hover);\n color: var(--neutral-foreground-rest);\n }\n`"
|
|
2411
2393
|
}
|
|
2412
2394
|
],
|
|
2413
2395
|
"exports": [
|
|
2414
2396
|
{
|
|
2415
2397
|
"kind": "js",
|
|
2416
|
-
"name": "
|
|
2398
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2417
2399
|
"declaration": {
|
|
2418
|
-
"name": "
|
|
2419
|
-
"module": "src/
|
|
2400
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2401
|
+
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
2420
2402
|
}
|
|
2421
2403
|
}
|
|
2422
2404
|
]
|
|
2423
2405
|
},
|
|
2424
2406
|
{
|
|
2425
2407
|
"kind": "javascript-module",
|
|
2426
|
-
"path": "src/
|
|
2408
|
+
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
2427
2409
|
"declarations": [
|
|
2428
2410
|
{
|
|
2429
|
-
"kind": "
|
|
2430
|
-
"name": "
|
|
2431
|
-
"
|
|
2432
|
-
"
|
|
2433
|
-
"text": "ViewTemplate<Accordion>"
|
|
2434
|
-
}
|
|
2411
|
+
"kind": "variable",
|
|
2412
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2413
|
+
"type": {
|
|
2414
|
+
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
2435
2415
|
},
|
|
2436
|
-
"
|
|
2437
|
-
{
|
|
2438
|
-
"name": "context",
|
|
2439
|
-
"type": {
|
|
2440
|
-
"text": "ElementDefinitionContext"
|
|
2441
|
-
}
|
|
2442
|
-
},
|
|
2443
|
-
{
|
|
2444
|
-
"name": "definition",
|
|
2445
|
-
"type": {
|
|
2446
|
-
"text": "FoundationElementDefinition"
|
|
2447
|
-
}
|
|
2448
|
-
}
|
|
2449
|
-
]
|
|
2416
|
+
"default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
|
|
2450
2417
|
}
|
|
2451
2418
|
],
|
|
2452
2419
|
"exports": [
|
|
2453
2420
|
{
|
|
2454
2421
|
"kind": "js",
|
|
2455
|
-
"name": "
|
|
2422
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2456
2423
|
"declaration": {
|
|
2457
|
-
"name": "
|
|
2458
|
-
"module": "src/
|
|
2424
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2425
|
+
"module": "src/ai-criteria-search/ai-criteria-search.template.ts"
|
|
2459
2426
|
}
|
|
2460
2427
|
}
|
|
2461
2428
|
]
|
|
2462
2429
|
},
|
|
2463
2430
|
{
|
|
2464
2431
|
"kind": "javascript-module",
|
|
2465
|
-
"path": "src/
|
|
2432
|
+
"path": "src/ai-criteria-search/ai-criteria-search.ts",
|
|
2466
2433
|
"declarations": [
|
|
2467
2434
|
{
|
|
2468
2435
|
"kind": "class",
|
|
2469
|
-
"description": "",
|
|
2470
|
-
"name": "
|
|
2471
|
-
"
|
|
2472
|
-
"name": "FASTAccordion",
|
|
2473
|
-
"package": "@microsoft/fast-foundation"
|
|
2474
|
-
},
|
|
2475
|
-
"tagName": "%%prefix%%-accordion",
|
|
2476
|
-
"customElement": true,
|
|
2477
|
-
"attributes": [
|
|
2436
|
+
"description": "Natural-language criteria search input with AI interpretation.",
|
|
2437
|
+
"name": "AiCriteriaSearch",
|
|
2438
|
+
"members": [
|
|
2478
2439
|
{
|
|
2479
|
-
"
|
|
2440
|
+
"kind": "field",
|
|
2441
|
+
"name": "aiProvider",
|
|
2480
2442
|
"type": {
|
|
2481
|
-
"text": "
|
|
2482
|
-
},
|
|
2483
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
2484
|
-
"fieldName": "expandmode",
|
|
2485
|
-
"inheritedFrom": {
|
|
2486
|
-
"name": "Accordion",
|
|
2487
|
-
"module": "src/accordion/accordion.ts"
|
|
2443
|
+
"text": "AIProvider"
|
|
2488
2444
|
}
|
|
2489
|
-
}
|
|
2490
|
-
],
|
|
2491
|
-
"members": [
|
|
2445
|
+
},
|
|
2492
2446
|
{
|
|
2493
2447
|
"kind": "field",
|
|
2494
|
-
"name": "
|
|
2448
|
+
"name": "placeholder",
|
|
2495
2449
|
"type": {
|
|
2496
|
-
"text": "
|
|
2450
|
+
"text": "string"
|
|
2497
2451
|
},
|
|
2498
|
-
"
|
|
2499
|
-
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2452
|
+
"default": "'Describe your search criteria in natural language...'"
|
|
2453
|
+
},
|
|
2454
|
+
{
|
|
2455
|
+
"kind": "field",
|
|
2456
|
+
"name": "disabled",
|
|
2457
|
+
"type": {
|
|
2458
|
+
"text": "boolean"
|
|
2503
2459
|
}
|
|
2504
2460
|
},
|
|
2505
2461
|
{
|
|
2506
2462
|
"kind": "field",
|
|
2507
|
-
"name": "
|
|
2463
|
+
"name": "inputValue",
|
|
2508
2464
|
"type": {
|
|
2509
|
-
"text": "string
|
|
2465
|
+
"text": "string"
|
|
2510
2466
|
},
|
|
2511
|
-
"
|
|
2512
|
-
"inheritedFrom": {
|
|
2513
|
-
"name": "Accordion",
|
|
2514
|
-
"module": "src/accordion/accordion.ts"
|
|
2515
|
-
}
|
|
2467
|
+
"default": "''"
|
|
2516
2468
|
},
|
|
2517
2469
|
{
|
|
2518
2470
|
"kind": "field",
|
|
2519
|
-
"name": "
|
|
2471
|
+
"name": "isInterpreting",
|
|
2520
2472
|
"type": {
|
|
2521
|
-
"text": "
|
|
2473
|
+
"text": "boolean"
|
|
2522
2474
|
},
|
|
2523
|
-
"
|
|
2524
|
-
"default": "0",
|
|
2525
|
-
"inheritedFrom": {
|
|
2526
|
-
"name": "Accordion",
|
|
2527
|
-
"module": "src/accordion/accordion.ts"
|
|
2528
|
-
}
|
|
2475
|
+
"default": "false"
|
|
2529
2476
|
},
|
|
2530
2477
|
{
|
|
2531
2478
|
"kind": "field",
|
|
2532
|
-
"name": "
|
|
2479
|
+
"name": "lastValidCriteria",
|
|
2533
2480
|
"type": {
|
|
2534
|
-
"text": "
|
|
2481
|
+
"text": "string | null"
|
|
2535
2482
|
},
|
|
2536
|
-
"
|
|
2537
|
-
"inheritedFrom": {
|
|
2538
|
-
"name": "Accordion",
|
|
2539
|
-
"module": "src/accordion/accordion.ts"
|
|
2540
|
-
}
|
|
2483
|
+
"default": "null"
|
|
2541
2484
|
},
|
|
2542
2485
|
{
|
|
2543
2486
|
"kind": "field",
|
|
2544
|
-
"name": "
|
|
2545
|
-
"
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
}
|
|
2487
|
+
"name": "activeGroups",
|
|
2488
|
+
"type": {
|
|
2489
|
+
"text": "CriteriaGroup[]"
|
|
2490
|
+
},
|
|
2491
|
+
"default": "[]"
|
|
2550
2492
|
},
|
|
2551
2493
|
{
|
|
2552
|
-
"kind": "
|
|
2553
|
-
"name": "
|
|
2554
|
-
"
|
|
2555
|
-
|
|
2556
|
-
"type": {
|
|
2557
|
-
"text": "AccordionItem | null"
|
|
2558
|
-
}
|
|
2494
|
+
"kind": "field",
|
|
2495
|
+
"name": "showingChips",
|
|
2496
|
+
"type": {
|
|
2497
|
+
"text": "boolean"
|
|
2559
2498
|
},
|
|
2560
|
-
"
|
|
2561
|
-
"name": "Accordion",
|
|
2562
|
-
"module": "src/accordion/accordion.ts"
|
|
2563
|
-
}
|
|
2499
|
+
"default": "false"
|
|
2564
2500
|
},
|
|
2565
2501
|
{
|
|
2566
2502
|
"kind": "field",
|
|
2567
|
-
"name": "
|
|
2568
|
-
"
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
}
|
|
2503
|
+
"name": "fieldMetadata",
|
|
2504
|
+
"type": {
|
|
2505
|
+
"text": "MetadataDetail[] | string[]"
|
|
2506
|
+
},
|
|
2507
|
+
"default": "[]"
|
|
2573
2508
|
},
|
|
2574
2509
|
{
|
|
2575
|
-
"kind": "
|
|
2576
|
-
"name": "
|
|
2577
|
-
"
|
|
2578
|
-
|
|
2579
|
-
"type": {
|
|
2580
|
-
"text": "void"
|
|
2581
|
-
}
|
|
2510
|
+
"kind": "field",
|
|
2511
|
+
"name": "isRecording",
|
|
2512
|
+
"type": {
|
|
2513
|
+
"text": "boolean"
|
|
2582
2514
|
},
|
|
2583
|
-
"
|
|
2584
|
-
"name": "Accordion",
|
|
2585
|
-
"module": "src/accordion/accordion.ts"
|
|
2586
|
-
}
|
|
2515
|
+
"default": "false"
|
|
2587
2516
|
},
|
|
2588
2517
|
{
|
|
2589
2518
|
"kind": "field",
|
|
2590
|
-
"name": "
|
|
2519
|
+
"name": "textAreaRef",
|
|
2520
|
+
"type": {
|
|
2521
|
+
"text": "HTMLTextAreaElement"
|
|
2522
|
+
},
|
|
2523
|
+
"privacy": "public"
|
|
2524
|
+
},
|
|
2525
|
+
{
|
|
2526
|
+
"kind": "field",
|
|
2527
|
+
"name": "stopRecording",
|
|
2528
|
+
"type": {
|
|
2529
|
+
"text": "(() => void) | null"
|
|
2530
|
+
},
|
|
2591
2531
|
"privacy": "private",
|
|
2592
|
-
"
|
|
2593
|
-
"name": "Accordion",
|
|
2594
|
-
"module": "src/accordion/accordion.ts"
|
|
2595
|
-
}
|
|
2532
|
+
"default": "null"
|
|
2596
2533
|
},
|
|
2597
2534
|
{
|
|
2598
2535
|
"kind": "field",
|
|
2599
|
-
"name": "
|
|
2536
|
+
"name": "speechApplyDebounceTimer",
|
|
2537
|
+
"type": {
|
|
2538
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
2539
|
+
},
|
|
2600
2540
|
"privacy": "private",
|
|
2601
|
-
"
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
|
|
2541
|
+
"default": "null"
|
|
2542
|
+
},
|
|
2543
|
+
{
|
|
2544
|
+
"kind": "field",
|
|
2545
|
+
"name": "speechAvailable",
|
|
2546
|
+
"type": {
|
|
2547
|
+
"text": "boolean"
|
|
2548
|
+
},
|
|
2549
|
+
"readonly": true
|
|
2550
|
+
},
|
|
2551
|
+
{
|
|
2552
|
+
"kind": "field",
|
|
2553
|
+
"name": "criteriaChips",
|
|
2554
|
+
"type": {
|
|
2555
|
+
"text": "CriteriaChip[]"
|
|
2556
|
+
},
|
|
2557
|
+
"readonly": true
|
|
2605
2558
|
},
|
|
2606
2559
|
{
|
|
2607
2560
|
"kind": "method",
|
|
2608
|
-
"name": "
|
|
2561
|
+
"name": "getFieldLabel",
|
|
2609
2562
|
"privacy": "private",
|
|
2610
2563
|
"return": {
|
|
2611
2564
|
"type": {
|
|
2612
|
-
"text": "
|
|
2565
|
+
"text": "string"
|
|
2613
2566
|
}
|
|
2614
2567
|
},
|
|
2615
|
-
"
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2568
|
+
"parameters": [
|
|
2569
|
+
{
|
|
2570
|
+
"name": "fieldName",
|
|
2571
|
+
"type": {
|
|
2572
|
+
"text": "string"
|
|
2573
|
+
}
|
|
2574
|
+
}
|
|
2575
|
+
]
|
|
2619
2576
|
},
|
|
2620
2577
|
{
|
|
2621
2578
|
"kind": "method",
|
|
2622
|
-
"name": "
|
|
2623
|
-
"privacy": "private",
|
|
2579
|
+
"name": "toggleCriteriaView",
|
|
2624
2580
|
"return": {
|
|
2625
2581
|
"type": {
|
|
2626
|
-
"text": "
|
|
2582
|
+
"text": "void"
|
|
2627
2583
|
}
|
|
2628
|
-
},
|
|
2629
|
-
"inheritedFrom": {
|
|
2630
|
-
"name": "Accordion",
|
|
2631
|
-
"module": "src/accordion/accordion.ts"
|
|
2632
|
-
}
|
|
2633
|
-
},
|
|
2634
|
-
{
|
|
2635
|
-
"kind": "field",
|
|
2636
|
-
"name": "handleItemKeyDown",
|
|
2637
|
-
"privacy": "private",
|
|
2638
|
-
"inheritedFrom": {
|
|
2639
|
-
"name": "Accordion",
|
|
2640
|
-
"module": "src/accordion/accordion.ts"
|
|
2641
|
-
}
|
|
2642
|
-
},
|
|
2643
|
-
{
|
|
2644
|
-
"kind": "field",
|
|
2645
|
-
"name": "handleItemFocus",
|
|
2646
|
-
"privacy": "private",
|
|
2647
|
-
"inheritedFrom": {
|
|
2648
|
-
"name": "Accordion",
|
|
2649
|
-
"module": "src/accordion/accordion.ts"
|
|
2650
2584
|
}
|
|
2651
2585
|
},
|
|
2652
2586
|
{
|
|
2653
2587
|
"kind": "method",
|
|
2654
|
-
"name": "
|
|
2655
|
-
"privacy": "private",
|
|
2588
|
+
"name": "removeChip",
|
|
2656
2589
|
"return": {
|
|
2657
2590
|
"type": {
|
|
2658
2591
|
"text": "void"
|
|
@@ -2660,31 +2593,49 @@
|
|
|
2660
2593
|
},
|
|
2661
2594
|
"parameters": [
|
|
2662
2595
|
{
|
|
2663
|
-
"name": "
|
|
2596
|
+
"name": "groupIndex",
|
|
2597
|
+
"type": {
|
|
2598
|
+
"text": "number"
|
|
2599
|
+
}
|
|
2600
|
+
},
|
|
2601
|
+
{
|
|
2602
|
+
"name": "clauseIndex",
|
|
2664
2603
|
"type": {
|
|
2665
2604
|
"text": "number"
|
|
2666
2605
|
}
|
|
2667
2606
|
}
|
|
2668
|
-
]
|
|
2669
|
-
"inheritedFrom": {
|
|
2670
|
-
"name": "Accordion",
|
|
2671
|
-
"module": "src/accordion/accordion.ts"
|
|
2672
|
-
}
|
|
2607
|
+
]
|
|
2673
2608
|
},
|
|
2674
2609
|
{
|
|
2675
2610
|
"kind": "method",
|
|
2676
|
-
"name": "
|
|
2677
|
-
"privacy": "private",
|
|
2611
|
+
"name": "clearChips",
|
|
2678
2612
|
"return": {
|
|
2679
2613
|
"type": {
|
|
2680
2614
|
"text": "void"
|
|
2681
2615
|
}
|
|
2682
|
-
},
|
|
2683
|
-
"inheritedFrom": {
|
|
2684
|
-
"name": "Accordion",
|
|
2685
|
-
"module": "src/accordion/accordion.ts"
|
|
2686
2616
|
}
|
|
2687
2617
|
},
|
|
2618
|
+
{
|
|
2619
|
+
"kind": "method",
|
|
2620
|
+
"name": "handleSubmit"
|
|
2621
|
+
},
|
|
2622
|
+
{
|
|
2623
|
+
"kind": "method",
|
|
2624
|
+
"name": "handleBlur"
|
|
2625
|
+
},
|
|
2626
|
+
{
|
|
2627
|
+
"kind": "method",
|
|
2628
|
+
"name": "clear"
|
|
2629
|
+
},
|
|
2630
|
+
{
|
|
2631
|
+
"kind": "method",
|
|
2632
|
+
"name": "toggleSpeechInput"
|
|
2633
|
+
},
|
|
2634
|
+
{
|
|
2635
|
+
"kind": "method",
|
|
2636
|
+
"name": "clearSpeechApplyDebounce",
|
|
2637
|
+
"privacy": "private"
|
|
2638
|
+
},
|
|
2688
2639
|
{
|
|
2689
2640
|
"kind": "field",
|
|
2690
2641
|
"name": "_presentation",
|
|
@@ -2799,26 +2750,48 @@
|
|
|
2799
2750
|
],
|
|
2800
2751
|
"events": [
|
|
2801
2752
|
{
|
|
2802
|
-
"description": "
|
|
2803
|
-
"name": "
|
|
2804
|
-
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
|
|
2753
|
+
"description": "Fired when interpreted criteria is applied or cleared",
|
|
2754
|
+
"name": "criteria-changed"
|
|
2755
|
+
},
|
|
2756
|
+
{
|
|
2757
|
+
"description": "Fired when interpreted criteria contains invalid clauses",
|
|
2758
|
+
"name": "validation-errors"
|
|
2808
2759
|
}
|
|
2809
|
-
]
|
|
2760
|
+
],
|
|
2761
|
+
"attributes": [
|
|
2762
|
+
{
|
|
2763
|
+
"name": "placeholder",
|
|
2764
|
+
"type": {
|
|
2765
|
+
"text": "string"
|
|
2766
|
+
},
|
|
2767
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
2768
|
+
"fieldName": "placeholder"
|
|
2769
|
+
},
|
|
2770
|
+
{
|
|
2771
|
+
"type": {
|
|
2772
|
+
"text": "boolean"
|
|
2773
|
+
},
|
|
2774
|
+
"fieldName": "disabled"
|
|
2775
|
+
}
|
|
2776
|
+
],
|
|
2777
|
+
"superclass": {
|
|
2778
|
+
"name": "FoundationElement",
|
|
2779
|
+
"package": "@microsoft/fast-foundation"
|
|
2780
|
+
},
|
|
2781
|
+
"tagName": "%%prefix%%-ai-criteria-search",
|
|
2782
|
+
"customElement": true
|
|
2810
2783
|
},
|
|
2811
2784
|
{
|
|
2812
2785
|
"kind": "variable",
|
|
2813
|
-
"name": "
|
|
2786
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2814
2787
|
"type": {
|
|
2815
2788
|
"text": "ShadowRootInit"
|
|
2816
2789
|
},
|
|
2817
|
-
"default": "
|
|
2790
|
+
"default": "undefined"
|
|
2818
2791
|
},
|
|
2819
2792
|
{
|
|
2820
2793
|
"kind": "variable",
|
|
2821
|
-
"name": "
|
|
2794
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2822
2795
|
"type": {
|
|
2823
2796
|
"text": "object"
|
|
2824
2797
|
},
|
|
@@ -2826,57 +2799,103 @@
|
|
|
2826
2799
|
},
|
|
2827
2800
|
{
|
|
2828
2801
|
"kind": "variable",
|
|
2829
|
-
"name": "
|
|
2830
|
-
"description": "The Foundation Accordion",
|
|
2831
|
-
"privacy": "public"
|
|
2802
|
+
"name": "foundationAiCriteriaSearch"
|
|
2832
2803
|
}
|
|
2833
2804
|
],
|
|
2834
2805
|
"exports": [
|
|
2835
2806
|
{
|
|
2836
2807
|
"kind": "js",
|
|
2837
|
-
"name": "
|
|
2808
|
+
"name": "AiCriteriaSearch",
|
|
2838
2809
|
"declaration": {
|
|
2839
|
-
"name": "
|
|
2840
|
-
"module": "src/
|
|
2810
|
+
"name": "AiCriteriaSearch",
|
|
2811
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2841
2812
|
}
|
|
2842
2813
|
},
|
|
2843
2814
|
{
|
|
2844
2815
|
"kind": "js",
|
|
2845
|
-
"name": "
|
|
2816
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2846
2817
|
"declaration": {
|
|
2847
|
-
"name": "
|
|
2848
|
-
"module": "src/
|
|
2818
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2819
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2849
2820
|
}
|
|
2850
2821
|
},
|
|
2851
2822
|
{
|
|
2852
2823
|
"kind": "js",
|
|
2853
|
-
"name": "
|
|
2824
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2854
2825
|
"declaration": {
|
|
2855
|
-
"name": "
|
|
2856
|
-
"module": "src/
|
|
2826
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2827
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2857
2828
|
}
|
|
2858
2829
|
},
|
|
2859
2830
|
{
|
|
2860
2831
|
"kind": "js",
|
|
2861
|
-
"name": "
|
|
2832
|
+
"name": "foundationAiCriteriaSearch",
|
|
2862
2833
|
"declaration": {
|
|
2863
|
-
"name": "
|
|
2864
|
-
"module": "src/
|
|
2834
|
+
"name": "foundationAiCriteriaSearch",
|
|
2835
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2865
2836
|
}
|
|
2866
2837
|
}
|
|
2867
2838
|
]
|
|
2868
2839
|
},
|
|
2869
2840
|
{
|
|
2870
2841
|
"kind": "javascript-module",
|
|
2871
|
-
"path": "src/
|
|
2842
|
+
"path": "src/ai-criteria-search/index.ts",
|
|
2872
2843
|
"declarations": [],
|
|
2873
2844
|
"exports": [
|
|
2845
|
+
{
|
|
2846
|
+
"kind": "js",
|
|
2847
|
+
"name": "AiCriteriaSearch",
|
|
2848
|
+
"declaration": {
|
|
2849
|
+
"name": "AiCriteriaSearch",
|
|
2850
|
+
"module": "./ai-criteria-search"
|
|
2851
|
+
}
|
|
2852
|
+
},
|
|
2853
|
+
{
|
|
2854
|
+
"kind": "js",
|
|
2855
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2856
|
+
"declaration": {
|
|
2857
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2858
|
+
"module": "./ai-criteria-search"
|
|
2859
|
+
}
|
|
2860
|
+
},
|
|
2861
|
+
{
|
|
2862
|
+
"kind": "js",
|
|
2863
|
+
"name": "foundationAiCriteriaSearch",
|
|
2864
|
+
"declaration": {
|
|
2865
|
+
"name": "foundationAiCriteriaSearch",
|
|
2866
|
+
"module": "./ai-criteria-search"
|
|
2867
|
+
}
|
|
2868
|
+
},
|
|
2869
|
+
{
|
|
2870
|
+
"kind": "js",
|
|
2871
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2872
|
+
"declaration": {
|
|
2873
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2874
|
+
"module": "./ai-criteria-search"
|
|
2875
|
+
}
|
|
2876
|
+
},
|
|
2877
|
+
{
|
|
2878
|
+
"kind": "js",
|
|
2879
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2880
|
+
"declaration": {
|
|
2881
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2882
|
+
"module": "./ai-criteria-search.styles"
|
|
2883
|
+
}
|
|
2884
|
+
},
|
|
2885
|
+
{
|
|
2886
|
+
"kind": "js",
|
|
2887
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2888
|
+
"declaration": {
|
|
2889
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2890
|
+
"module": "./ai-criteria-search.template"
|
|
2891
|
+
}
|
|
2892
|
+
},
|
|
2874
2893
|
{
|
|
2875
2894
|
"kind": "js",
|
|
2876
2895
|
"name": "*",
|
|
2877
2896
|
"declaration": {
|
|
2878
2897
|
"name": "*",
|
|
2879
|
-
"package": "./
|
|
2898
|
+
"package": "./validation/criteria-ir"
|
|
2880
2899
|
}
|
|
2881
2900
|
},
|
|
2882
2901
|
{
|
|
@@ -2884,7 +2903,7 @@
|
|
|
2884
2903
|
"name": "*",
|
|
2885
2904
|
"declaration": {
|
|
2886
2905
|
"name": "*",
|
|
2887
|
-
"package": "./
|
|
2906
|
+
"package": "./validation/operator-map"
|
|
2888
2907
|
}
|
|
2889
2908
|
},
|
|
2890
2909
|
{
|
|
@@ -2892,7 +2911,82 @@
|
|
|
2892
2911
|
"name": "*",
|
|
2893
2912
|
"declaration": {
|
|
2894
2913
|
"name": "*",
|
|
2895
|
-
"package": "./
|
|
2914
|
+
"package": "./validation/schema-validator"
|
|
2915
|
+
}
|
|
2916
|
+
}
|
|
2917
|
+
]
|
|
2918
|
+
},
|
|
2919
|
+
{
|
|
2920
|
+
"kind": "javascript-module",
|
|
2921
|
+
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
2922
|
+
"declarations": [
|
|
2923
|
+
{
|
|
2924
|
+
"kind": "function",
|
|
2925
|
+
"name": "formatValidationErrors",
|
|
2926
|
+
"return": {
|
|
2927
|
+
"type": {
|
|
2928
|
+
"text": "string"
|
|
2929
|
+
}
|
|
2930
|
+
},
|
|
2931
|
+
"parameters": [
|
|
2932
|
+
{
|
|
2933
|
+
"name": "errors",
|
|
2934
|
+
"type": {
|
|
2935
|
+
"text": "ValidationError[]"
|
|
2936
|
+
}
|
|
2937
|
+
}
|
|
2938
|
+
],
|
|
2939
|
+
"description": "Formats validation errors into a user-friendly message."
|
|
2940
|
+
},
|
|
2941
|
+
{
|
|
2942
|
+
"kind": "function",
|
|
2943
|
+
"name": "showCriteriaError",
|
|
2944
|
+
"return": {
|
|
2945
|
+
"type": {
|
|
2946
|
+
"text": "void"
|
|
2947
|
+
}
|
|
2948
|
+
},
|
|
2949
|
+
"parameters": [
|
|
2950
|
+
{
|
|
2951
|
+
"name": "title",
|
|
2952
|
+
"type": {
|
|
2953
|
+
"text": "string"
|
|
2954
|
+
},
|
|
2955
|
+
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
2956
|
+
},
|
|
2957
|
+
{
|
|
2958
|
+
"name": "body",
|
|
2959
|
+
"type": {
|
|
2960
|
+
"text": "string"
|
|
2961
|
+
},
|
|
2962
|
+
"description": "Error message to display"
|
|
2963
|
+
},
|
|
2964
|
+
{
|
|
2965
|
+
"name": "tagName",
|
|
2966
|
+
"type": {
|
|
2967
|
+
"text": "string"
|
|
2968
|
+
},
|
|
2969
|
+
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
2970
|
+
}
|
|
2971
|
+
],
|
|
2972
|
+
"description": "Shows a criteria error as a toast notification."
|
|
2973
|
+
}
|
|
2974
|
+
],
|
|
2975
|
+
"exports": [
|
|
2976
|
+
{
|
|
2977
|
+
"kind": "js",
|
|
2978
|
+
"name": "formatValidationErrors",
|
|
2979
|
+
"declaration": {
|
|
2980
|
+
"name": "formatValidationErrors",
|
|
2981
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
2982
|
+
}
|
|
2983
|
+
},
|
|
2984
|
+
{
|
|
2985
|
+
"kind": "js",
|
|
2986
|
+
"name": "showCriteriaError",
|
|
2987
|
+
"declaration": {
|
|
2988
|
+
"name": "showCriteriaError",
|
|
2989
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
2896
2990
|
}
|
|
2897
2991
|
}
|
|
2898
2992
|
]
|
|
@@ -3338,208 +3432,275 @@
|
|
|
3338
3432
|
},
|
|
3339
3433
|
{
|
|
3340
3434
|
"kind": "javascript-module",
|
|
3341
|
-
"path": "src/
|
|
3435
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
3342
3436
|
"declarations": [
|
|
3343
3437
|
{
|
|
3344
|
-
"kind": "
|
|
3345
|
-
"name": "
|
|
3346
|
-
"
|
|
3438
|
+
"kind": "function",
|
|
3439
|
+
"name": "foundationAccordionStyles",
|
|
3440
|
+
"return": {
|
|
3441
|
+
"type": {
|
|
3442
|
+
"text": "ElementStyles"
|
|
3443
|
+
}
|
|
3444
|
+
},
|
|
3445
|
+
"parameters": [
|
|
3446
|
+
{
|
|
3447
|
+
"name": "context",
|
|
3448
|
+
"type": {
|
|
3449
|
+
"text": "ElementDefinitionContext"
|
|
3450
|
+
}
|
|
3451
|
+
},
|
|
3452
|
+
{
|
|
3453
|
+
"name": "definition",
|
|
3454
|
+
"type": {
|
|
3455
|
+
"text": "FoundationElementDefinition"
|
|
3456
|
+
}
|
|
3457
|
+
}
|
|
3458
|
+
]
|
|
3347
3459
|
}
|
|
3348
3460
|
],
|
|
3349
3461
|
"exports": [
|
|
3350
3462
|
{
|
|
3351
3463
|
"kind": "js",
|
|
3352
|
-
"name": "
|
|
3464
|
+
"name": "foundationAccordionStyles",
|
|
3353
3465
|
"declaration": {
|
|
3354
|
-
"name": "
|
|
3355
|
-
"module": "src/
|
|
3466
|
+
"name": "foundationAccordionStyles",
|
|
3467
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
3356
3468
|
}
|
|
3357
3469
|
}
|
|
3358
3470
|
]
|
|
3359
3471
|
},
|
|
3360
3472
|
{
|
|
3361
3473
|
"kind": "javascript-module",
|
|
3362
|
-
"path": "src/
|
|
3474
|
+
"path": "src/accordion/accordion.template.ts",
|
|
3363
3475
|
"declarations": [
|
|
3364
3476
|
{
|
|
3365
|
-
"kind": "
|
|
3366
|
-
"name": "
|
|
3367
|
-
"
|
|
3368
|
-
"
|
|
3477
|
+
"kind": "function",
|
|
3478
|
+
"name": "foundationAccordionTemplate",
|
|
3479
|
+
"return": {
|
|
3480
|
+
"type": {
|
|
3481
|
+
"text": "ViewTemplate<Accordion>"
|
|
3482
|
+
}
|
|
3369
3483
|
},
|
|
3370
|
-
"
|
|
3484
|
+
"parameters": [
|
|
3485
|
+
{
|
|
3486
|
+
"name": "context",
|
|
3487
|
+
"type": {
|
|
3488
|
+
"text": "ElementDefinitionContext"
|
|
3489
|
+
}
|
|
3490
|
+
},
|
|
3491
|
+
{
|
|
3492
|
+
"name": "definition",
|
|
3493
|
+
"type": {
|
|
3494
|
+
"text": "FoundationElementDefinition"
|
|
3495
|
+
}
|
|
3496
|
+
}
|
|
3497
|
+
]
|
|
3371
3498
|
}
|
|
3372
3499
|
],
|
|
3373
3500
|
"exports": [
|
|
3374
3501
|
{
|
|
3375
3502
|
"kind": "js",
|
|
3376
|
-
"name": "
|
|
3503
|
+
"name": "foundationAccordionTemplate",
|
|
3377
3504
|
"declaration": {
|
|
3378
|
-
"name": "
|
|
3379
|
-
"module": "src/
|
|
3505
|
+
"name": "foundationAccordionTemplate",
|
|
3506
|
+
"module": "src/accordion/accordion.template.ts"
|
|
3380
3507
|
}
|
|
3381
3508
|
}
|
|
3382
3509
|
]
|
|
3383
3510
|
},
|
|
3384
3511
|
{
|
|
3385
3512
|
"kind": "javascript-module",
|
|
3386
|
-
"path": "src/
|
|
3513
|
+
"path": "src/accordion/accordion.ts",
|
|
3387
3514
|
"declarations": [
|
|
3388
3515
|
{
|
|
3389
3516
|
"kind": "class",
|
|
3390
|
-
"description": "
|
|
3391
|
-
"name": "
|
|
3392
|
-
"
|
|
3393
|
-
|
|
3394
|
-
|
|
3395
|
-
|
|
3396
|
-
|
|
3397
|
-
|
|
3398
|
-
|
|
3399
|
-
},
|
|
3517
|
+
"description": "",
|
|
3518
|
+
"name": "Accordion",
|
|
3519
|
+
"superclass": {
|
|
3520
|
+
"name": "FASTAccordion",
|
|
3521
|
+
"package": "@microsoft/fast-foundation"
|
|
3522
|
+
},
|
|
3523
|
+
"tagName": "%%prefix%%-accordion",
|
|
3524
|
+
"customElement": true,
|
|
3525
|
+
"attributes": [
|
|
3400
3526
|
{
|
|
3401
|
-
"
|
|
3402
|
-
"name": "placeholder",
|
|
3527
|
+
"name": "expand-mode",
|
|
3403
3528
|
"type": {
|
|
3404
|
-
"text": "
|
|
3529
|
+
"text": "AccordionExpandMode"
|
|
3405
3530
|
},
|
|
3406
|
-
"
|
|
3407
|
-
|
|
3408
|
-
|
|
3409
|
-
|
|
3410
|
-
|
|
3411
|
-
"type": {
|
|
3412
|
-
"text": "boolean"
|
|
3531
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3532
|
+
"fieldName": "expandmode",
|
|
3533
|
+
"inheritedFrom": {
|
|
3534
|
+
"name": "Accordion",
|
|
3535
|
+
"module": "src/accordion/accordion.ts"
|
|
3413
3536
|
}
|
|
3414
|
-
}
|
|
3415
|
-
|
|
3416
|
-
|
|
3417
|
-
"name": "inputValue",
|
|
3418
|
-
"type": {
|
|
3419
|
-
"text": "string"
|
|
3420
|
-
},
|
|
3421
|
-
"default": "''"
|
|
3422
|
-
},
|
|
3537
|
+
}
|
|
3538
|
+
],
|
|
3539
|
+
"members": [
|
|
3423
3540
|
{
|
|
3424
3541
|
"kind": "field",
|
|
3425
|
-
"name": "
|
|
3542
|
+
"name": "expandmode",
|
|
3426
3543
|
"type": {
|
|
3427
|
-
"text": "
|
|
3544
|
+
"text": "AccordionExpandMode"
|
|
3428
3545
|
},
|
|
3429
|
-
"
|
|
3546
|
+
"privacy": "public",
|
|
3547
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3548
|
+
"inheritedFrom": {
|
|
3549
|
+
"name": "Accordion",
|
|
3550
|
+
"module": "src/accordion/accordion.ts"
|
|
3551
|
+
}
|
|
3430
3552
|
},
|
|
3431
3553
|
{
|
|
3432
3554
|
"kind": "field",
|
|
3433
|
-
"name": "
|
|
3555
|
+
"name": "activeid",
|
|
3434
3556
|
"type": {
|
|
3435
3557
|
"text": "string | null"
|
|
3436
3558
|
},
|
|
3437
|
-
"
|
|
3438
|
-
|
|
3439
|
-
|
|
3440
|
-
|
|
3441
|
-
|
|
3442
|
-
"type": {
|
|
3443
|
-
"text": "CriteriaGroup[]"
|
|
3444
|
-
},
|
|
3445
|
-
"default": "[]"
|
|
3559
|
+
"privacy": "private",
|
|
3560
|
+
"inheritedFrom": {
|
|
3561
|
+
"name": "Accordion",
|
|
3562
|
+
"module": "src/accordion/accordion.ts"
|
|
3563
|
+
}
|
|
3446
3564
|
},
|
|
3447
3565
|
{
|
|
3448
3566
|
"kind": "field",
|
|
3449
|
-
"name": "
|
|
3567
|
+
"name": "activeItemIndex",
|
|
3450
3568
|
"type": {
|
|
3451
|
-
"text": "
|
|
3569
|
+
"text": "number"
|
|
3452
3570
|
},
|
|
3453
|
-
"
|
|
3571
|
+
"privacy": "private",
|
|
3572
|
+
"default": "0",
|
|
3573
|
+
"inheritedFrom": {
|
|
3574
|
+
"name": "Accordion",
|
|
3575
|
+
"module": "src/accordion/accordion.ts"
|
|
3576
|
+
}
|
|
3454
3577
|
},
|
|
3455
3578
|
{
|
|
3456
3579
|
"kind": "field",
|
|
3457
|
-
"name": "
|
|
3580
|
+
"name": "accordionIds",
|
|
3458
3581
|
"type": {
|
|
3459
|
-
"text": "
|
|
3582
|
+
"text": "Array<string | null>"
|
|
3460
3583
|
},
|
|
3461
|
-
"
|
|
3584
|
+
"privacy": "private",
|
|
3585
|
+
"inheritedFrom": {
|
|
3586
|
+
"name": "Accordion",
|
|
3587
|
+
"module": "src/accordion/accordion.ts"
|
|
3588
|
+
}
|
|
3462
3589
|
},
|
|
3463
3590
|
{
|
|
3464
3591
|
"kind": "field",
|
|
3465
|
-
"name": "
|
|
3466
|
-
"
|
|
3467
|
-
|
|
3468
|
-
|
|
3469
|
-
|
|
3592
|
+
"name": "change",
|
|
3593
|
+
"privacy": "private",
|
|
3594
|
+
"inheritedFrom": {
|
|
3595
|
+
"name": "Accordion",
|
|
3596
|
+
"module": "src/accordion/accordion.ts"
|
|
3597
|
+
}
|
|
3470
3598
|
},
|
|
3471
3599
|
{
|
|
3472
|
-
"kind": "
|
|
3473
|
-
"name": "
|
|
3474
|
-
"
|
|
3475
|
-
|
|
3600
|
+
"kind": "method",
|
|
3601
|
+
"name": "findExpandedItem",
|
|
3602
|
+
"privacy": "private",
|
|
3603
|
+
"return": {
|
|
3604
|
+
"type": {
|
|
3605
|
+
"text": "AccordionItem | null"
|
|
3606
|
+
}
|
|
3476
3607
|
},
|
|
3477
|
-
"
|
|
3608
|
+
"inheritedFrom": {
|
|
3609
|
+
"name": "Accordion",
|
|
3610
|
+
"module": "src/accordion/accordion.ts"
|
|
3611
|
+
}
|
|
3478
3612
|
},
|
|
3479
3613
|
{
|
|
3480
3614
|
"kind": "field",
|
|
3481
|
-
"name": "
|
|
3482
|
-
"type": {
|
|
3483
|
-
"text": "(() => void) | null"
|
|
3484
|
-
},
|
|
3615
|
+
"name": "setItems",
|
|
3485
3616
|
"privacy": "private",
|
|
3486
|
-
"
|
|
3617
|
+
"inheritedFrom": {
|
|
3618
|
+
"name": "Accordion",
|
|
3619
|
+
"module": "src/accordion/accordion.ts"
|
|
3620
|
+
}
|
|
3487
3621
|
},
|
|
3488
3622
|
{
|
|
3489
|
-
"kind": "
|
|
3490
|
-
"name": "
|
|
3491
|
-
"type": {
|
|
3492
|
-
"text": "ReturnType<typeof setTimeout> | null"
|
|
3493
|
-
},
|
|
3623
|
+
"kind": "method",
|
|
3624
|
+
"name": "resetItems",
|
|
3494
3625
|
"privacy": "private",
|
|
3495
|
-
"
|
|
3626
|
+
"return": {
|
|
3627
|
+
"type": {
|
|
3628
|
+
"text": "void"
|
|
3629
|
+
}
|
|
3630
|
+
},
|
|
3631
|
+
"inheritedFrom": {
|
|
3632
|
+
"name": "Accordion",
|
|
3633
|
+
"module": "src/accordion/accordion.ts"
|
|
3634
|
+
}
|
|
3496
3635
|
},
|
|
3497
3636
|
{
|
|
3498
3637
|
"kind": "field",
|
|
3499
|
-
"name": "
|
|
3500
|
-
"
|
|
3501
|
-
|
|
3502
|
-
|
|
3503
|
-
|
|
3638
|
+
"name": "removeItemListeners",
|
|
3639
|
+
"privacy": "private",
|
|
3640
|
+
"inheritedFrom": {
|
|
3641
|
+
"name": "Accordion",
|
|
3642
|
+
"module": "src/accordion/accordion.ts"
|
|
3643
|
+
}
|
|
3504
3644
|
},
|
|
3505
3645
|
{
|
|
3506
3646
|
"kind": "field",
|
|
3507
|
-
"name": "
|
|
3508
|
-
"
|
|
3509
|
-
|
|
3510
|
-
|
|
3511
|
-
|
|
3647
|
+
"name": "activeItemChange",
|
|
3648
|
+
"privacy": "private",
|
|
3649
|
+
"inheritedFrom": {
|
|
3650
|
+
"name": "Accordion",
|
|
3651
|
+
"module": "src/accordion/accordion.ts"
|
|
3652
|
+
}
|
|
3512
3653
|
},
|
|
3513
3654
|
{
|
|
3514
3655
|
"kind": "method",
|
|
3515
|
-
"name": "
|
|
3656
|
+
"name": "getItemIds",
|
|
3516
3657
|
"privacy": "private",
|
|
3517
3658
|
"return": {
|
|
3518
3659
|
"type": {
|
|
3519
|
-
"text": "string"
|
|
3660
|
+
"text": "Array<string | null>"
|
|
3520
3661
|
}
|
|
3521
3662
|
},
|
|
3522
|
-
"
|
|
3523
|
-
|
|
3524
|
-
|
|
3525
|
-
|
|
3526
|
-
"text": "string"
|
|
3527
|
-
}
|
|
3528
|
-
}
|
|
3529
|
-
]
|
|
3663
|
+
"inheritedFrom": {
|
|
3664
|
+
"name": "Accordion",
|
|
3665
|
+
"module": "src/accordion/accordion.ts"
|
|
3666
|
+
}
|
|
3530
3667
|
},
|
|
3531
3668
|
{
|
|
3532
3669
|
"kind": "method",
|
|
3533
|
-
"name": "
|
|
3670
|
+
"name": "isSingleExpandMode",
|
|
3671
|
+
"privacy": "private",
|
|
3534
3672
|
"return": {
|
|
3535
3673
|
"type": {
|
|
3536
|
-
"text": "
|
|
3674
|
+
"text": "boolean"
|
|
3537
3675
|
}
|
|
3676
|
+
},
|
|
3677
|
+
"inheritedFrom": {
|
|
3678
|
+
"name": "Accordion",
|
|
3679
|
+
"module": "src/accordion/accordion.ts"
|
|
3680
|
+
}
|
|
3681
|
+
},
|
|
3682
|
+
{
|
|
3683
|
+
"kind": "field",
|
|
3684
|
+
"name": "handleItemKeyDown",
|
|
3685
|
+
"privacy": "private",
|
|
3686
|
+
"inheritedFrom": {
|
|
3687
|
+
"name": "Accordion",
|
|
3688
|
+
"module": "src/accordion/accordion.ts"
|
|
3689
|
+
}
|
|
3690
|
+
},
|
|
3691
|
+
{
|
|
3692
|
+
"kind": "field",
|
|
3693
|
+
"name": "handleItemFocus",
|
|
3694
|
+
"privacy": "private",
|
|
3695
|
+
"inheritedFrom": {
|
|
3696
|
+
"name": "Accordion",
|
|
3697
|
+
"module": "src/accordion/accordion.ts"
|
|
3538
3698
|
}
|
|
3539
3699
|
},
|
|
3540
3700
|
{
|
|
3541
3701
|
"kind": "method",
|
|
3542
|
-
"name": "
|
|
3702
|
+
"name": "adjust",
|
|
3703
|
+
"privacy": "private",
|
|
3543
3704
|
"return": {
|
|
3544
3705
|
"type": {
|
|
3545
3706
|
"text": "void"
|
|
@@ -3547,49 +3708,31 @@
|
|
|
3547
3708
|
},
|
|
3548
3709
|
"parameters": [
|
|
3549
3710
|
{
|
|
3550
|
-
"name": "
|
|
3551
|
-
"type": {
|
|
3552
|
-
"text": "number"
|
|
3553
|
-
}
|
|
3554
|
-
},
|
|
3555
|
-
{
|
|
3556
|
-
"name": "clauseIndex",
|
|
3711
|
+
"name": "adjustment",
|
|
3557
3712
|
"type": {
|
|
3558
3713
|
"text": "number"
|
|
3559
3714
|
}
|
|
3560
3715
|
}
|
|
3561
|
-
]
|
|
3716
|
+
],
|
|
3717
|
+
"inheritedFrom": {
|
|
3718
|
+
"name": "Accordion",
|
|
3719
|
+
"module": "src/accordion/accordion.ts"
|
|
3720
|
+
}
|
|
3562
3721
|
},
|
|
3563
3722
|
{
|
|
3564
3723
|
"kind": "method",
|
|
3565
|
-
"name": "
|
|
3724
|
+
"name": "focusItem",
|
|
3725
|
+
"privacy": "private",
|
|
3566
3726
|
"return": {
|
|
3567
3727
|
"type": {
|
|
3568
3728
|
"text": "void"
|
|
3569
3729
|
}
|
|
3730
|
+
},
|
|
3731
|
+
"inheritedFrom": {
|
|
3732
|
+
"name": "Accordion",
|
|
3733
|
+
"module": "src/accordion/accordion.ts"
|
|
3570
3734
|
}
|
|
3571
3735
|
},
|
|
3572
|
-
{
|
|
3573
|
-
"kind": "method",
|
|
3574
|
-
"name": "handleSubmit"
|
|
3575
|
-
},
|
|
3576
|
-
{
|
|
3577
|
-
"kind": "method",
|
|
3578
|
-
"name": "handleBlur"
|
|
3579
|
-
},
|
|
3580
|
-
{
|
|
3581
|
-
"kind": "method",
|
|
3582
|
-
"name": "clear"
|
|
3583
|
-
},
|
|
3584
|
-
{
|
|
3585
|
-
"kind": "method",
|
|
3586
|
-
"name": "toggleSpeechInput"
|
|
3587
|
-
},
|
|
3588
|
-
{
|
|
3589
|
-
"kind": "method",
|
|
3590
|
-
"name": "clearSpeechApplyDebounce",
|
|
3591
|
-
"privacy": "private"
|
|
3592
|
-
},
|
|
3593
3736
|
{
|
|
3594
3737
|
"kind": "field",
|
|
3595
3738
|
"name": "_presentation",
|
|
@@ -3704,48 +3847,26 @@
|
|
|
3704
3847
|
],
|
|
3705
3848
|
"events": [
|
|
3706
3849
|
{
|
|
3707
|
-
"description": "
|
|
3708
|
-
"name": "
|
|
3709
|
-
|
|
3710
|
-
|
|
3711
|
-
|
|
3712
|
-
|
|
3713
|
-
}
|
|
3714
|
-
],
|
|
3715
|
-
"attributes": [
|
|
3716
|
-
{
|
|
3717
|
-
"name": "placeholder",
|
|
3718
|
-
"type": {
|
|
3719
|
-
"text": "string"
|
|
3720
|
-
},
|
|
3721
|
-
"default": "'Describe your search criteria in natural language...'",
|
|
3722
|
-
"fieldName": "placeholder"
|
|
3723
|
-
},
|
|
3724
|
-
{
|
|
3725
|
-
"type": {
|
|
3726
|
-
"text": "boolean"
|
|
3727
|
-
},
|
|
3728
|
-
"fieldName": "disabled"
|
|
3850
|
+
"description": "Fires a custom 'change' event when the active item changes",
|
|
3851
|
+
"name": "change",
|
|
3852
|
+
"inheritedFrom": {
|
|
3853
|
+
"name": "Accordion",
|
|
3854
|
+
"module": "src/accordion/accordion.ts"
|
|
3855
|
+
}
|
|
3729
3856
|
}
|
|
3730
|
-
]
|
|
3731
|
-
"superclass": {
|
|
3732
|
-
"name": "FoundationElement",
|
|
3733
|
-
"package": "@microsoft/fast-foundation"
|
|
3734
|
-
},
|
|
3735
|
-
"tagName": "%%prefix%%-ai-criteria-search",
|
|
3736
|
-
"customElement": true
|
|
3857
|
+
]
|
|
3737
3858
|
},
|
|
3738
3859
|
{
|
|
3739
3860
|
"kind": "variable",
|
|
3740
|
-
"name": "
|
|
3861
|
+
"name": "foundationAccordionShadowOptions",
|
|
3741
3862
|
"type": {
|
|
3742
3863
|
"text": "ShadowRootInit"
|
|
3743
3864
|
},
|
|
3744
|
-
"default": "
|
|
3865
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3745
3866
|
},
|
|
3746
3867
|
{
|
|
3747
3868
|
"kind": "variable",
|
|
3748
|
-
"name": "
|
|
3869
|
+
"name": "defaultAccordionConfig",
|
|
3749
3870
|
"type": {
|
|
3750
3871
|
"text": "object"
|
|
3751
3872
|
},
|
|
@@ -3753,103 +3874,57 @@
|
|
|
3753
3874
|
},
|
|
3754
3875
|
{
|
|
3755
3876
|
"kind": "variable",
|
|
3756
|
-
"name": "
|
|
3877
|
+
"name": "foundationAccordion",
|
|
3878
|
+
"description": "The Foundation Accordion",
|
|
3879
|
+
"privacy": "public"
|
|
3757
3880
|
}
|
|
3758
3881
|
],
|
|
3759
3882
|
"exports": [
|
|
3760
3883
|
{
|
|
3761
3884
|
"kind": "js",
|
|
3762
|
-
"name": "
|
|
3885
|
+
"name": "Accordion",
|
|
3763
3886
|
"declaration": {
|
|
3764
|
-
"name": "
|
|
3765
|
-
"module": "src/
|
|
3887
|
+
"name": "Accordion",
|
|
3888
|
+
"module": "src/accordion/accordion.ts"
|
|
3766
3889
|
}
|
|
3767
3890
|
},
|
|
3768
3891
|
{
|
|
3769
3892
|
"kind": "js",
|
|
3770
|
-
"name": "
|
|
3893
|
+
"name": "foundationAccordionShadowOptions",
|
|
3771
3894
|
"declaration": {
|
|
3772
|
-
"name": "
|
|
3773
|
-
"module": "src/
|
|
3895
|
+
"name": "foundationAccordionShadowOptions",
|
|
3896
|
+
"module": "src/accordion/accordion.ts"
|
|
3774
3897
|
}
|
|
3775
3898
|
},
|
|
3776
3899
|
{
|
|
3777
3900
|
"kind": "js",
|
|
3778
|
-
"name": "
|
|
3901
|
+
"name": "defaultAccordionConfig",
|
|
3779
3902
|
"declaration": {
|
|
3780
|
-
"name": "
|
|
3781
|
-
"module": "src/
|
|
3903
|
+
"name": "defaultAccordionConfig",
|
|
3904
|
+
"module": "src/accordion/accordion.ts"
|
|
3782
3905
|
}
|
|
3783
3906
|
},
|
|
3784
3907
|
{
|
|
3785
3908
|
"kind": "js",
|
|
3786
|
-
"name": "
|
|
3909
|
+
"name": "foundationAccordion",
|
|
3787
3910
|
"declaration": {
|
|
3788
|
-
"name": "
|
|
3789
|
-
"module": "src/
|
|
3911
|
+
"name": "foundationAccordion",
|
|
3912
|
+
"module": "src/accordion/accordion.ts"
|
|
3790
3913
|
}
|
|
3791
3914
|
}
|
|
3792
3915
|
]
|
|
3793
3916
|
},
|
|
3794
3917
|
{
|
|
3795
3918
|
"kind": "javascript-module",
|
|
3796
|
-
"path": "src/
|
|
3919
|
+
"path": "src/accordion/index.ts",
|
|
3797
3920
|
"declarations": [],
|
|
3798
3921
|
"exports": [
|
|
3799
|
-
{
|
|
3800
|
-
"kind": "js",
|
|
3801
|
-
"name": "AiCriteriaSearch",
|
|
3802
|
-
"declaration": {
|
|
3803
|
-
"name": "AiCriteriaSearch",
|
|
3804
|
-
"module": "./ai-criteria-search"
|
|
3805
|
-
}
|
|
3806
|
-
},
|
|
3807
|
-
{
|
|
3808
|
-
"kind": "js",
|
|
3809
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
3810
|
-
"declaration": {
|
|
3811
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
3812
|
-
"module": "./ai-criteria-search"
|
|
3813
|
-
}
|
|
3814
|
-
},
|
|
3815
|
-
{
|
|
3816
|
-
"kind": "js",
|
|
3817
|
-
"name": "foundationAiCriteriaSearch",
|
|
3818
|
-
"declaration": {
|
|
3819
|
-
"name": "foundationAiCriteriaSearch",
|
|
3820
|
-
"module": "./ai-criteria-search"
|
|
3821
|
-
}
|
|
3822
|
-
},
|
|
3823
|
-
{
|
|
3824
|
-
"kind": "js",
|
|
3825
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3826
|
-
"declaration": {
|
|
3827
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3828
|
-
"module": "./ai-criteria-search"
|
|
3829
|
-
}
|
|
3830
|
-
},
|
|
3831
|
-
{
|
|
3832
|
-
"kind": "js",
|
|
3833
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
3834
|
-
"declaration": {
|
|
3835
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
3836
|
-
"module": "./ai-criteria-search.styles"
|
|
3837
|
-
}
|
|
3838
|
-
},
|
|
3839
|
-
{
|
|
3840
|
-
"kind": "js",
|
|
3841
|
-
"name": "foundationAiCriteriaSearchTemplate",
|
|
3842
|
-
"declaration": {
|
|
3843
|
-
"name": "foundationAiCriteriaSearchTemplate",
|
|
3844
|
-
"module": "./ai-criteria-search.template"
|
|
3845
|
-
}
|
|
3846
|
-
},
|
|
3847
3922
|
{
|
|
3848
3923
|
"kind": "js",
|
|
3849
3924
|
"name": "*",
|
|
3850
3925
|
"declaration": {
|
|
3851
3926
|
"name": "*",
|
|
3852
|
-
"package": "./
|
|
3927
|
+
"package": "./accordion.template"
|
|
3853
3928
|
}
|
|
3854
3929
|
},
|
|
3855
3930
|
{
|
|
@@ -3857,7 +3932,7 @@
|
|
|
3857
3932
|
"name": "*",
|
|
3858
3933
|
"declaration": {
|
|
3859
3934
|
"name": "*",
|
|
3860
|
-
"package": "./
|
|
3935
|
+
"package": "./accordion.styles"
|
|
3861
3936
|
}
|
|
3862
3937
|
},
|
|
3863
3938
|
{
|
|
@@ -3865,82 +3940,7 @@
|
|
|
3865
3940
|
"name": "*",
|
|
3866
3941
|
"declaration": {
|
|
3867
3942
|
"name": "*",
|
|
3868
|
-
"package": "./
|
|
3869
|
-
}
|
|
3870
|
-
}
|
|
3871
|
-
]
|
|
3872
|
-
},
|
|
3873
|
-
{
|
|
3874
|
-
"kind": "javascript-module",
|
|
3875
|
-
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
3876
|
-
"declarations": [
|
|
3877
|
-
{
|
|
3878
|
-
"kind": "function",
|
|
3879
|
-
"name": "formatValidationErrors",
|
|
3880
|
-
"return": {
|
|
3881
|
-
"type": {
|
|
3882
|
-
"text": "string"
|
|
3883
|
-
}
|
|
3884
|
-
},
|
|
3885
|
-
"parameters": [
|
|
3886
|
-
{
|
|
3887
|
-
"name": "errors",
|
|
3888
|
-
"type": {
|
|
3889
|
-
"text": "ValidationError[]"
|
|
3890
|
-
}
|
|
3891
|
-
}
|
|
3892
|
-
],
|
|
3893
|
-
"description": "Formats validation errors into a user-friendly message."
|
|
3894
|
-
},
|
|
3895
|
-
{
|
|
3896
|
-
"kind": "function",
|
|
3897
|
-
"name": "showCriteriaError",
|
|
3898
|
-
"return": {
|
|
3899
|
-
"type": {
|
|
3900
|
-
"text": "void"
|
|
3901
|
-
}
|
|
3902
|
-
},
|
|
3903
|
-
"parameters": [
|
|
3904
|
-
{
|
|
3905
|
-
"name": "title",
|
|
3906
|
-
"type": {
|
|
3907
|
-
"text": "string"
|
|
3908
|
-
},
|
|
3909
|
-
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
3910
|
-
},
|
|
3911
|
-
{
|
|
3912
|
-
"name": "body",
|
|
3913
|
-
"type": {
|
|
3914
|
-
"text": "string"
|
|
3915
|
-
},
|
|
3916
|
-
"description": "Error message to display"
|
|
3917
|
-
},
|
|
3918
|
-
{
|
|
3919
|
-
"name": "tagName",
|
|
3920
|
-
"type": {
|
|
3921
|
-
"text": "string"
|
|
3922
|
-
},
|
|
3923
|
-
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
3924
|
-
}
|
|
3925
|
-
],
|
|
3926
|
-
"description": "Shows a criteria error as a toast notification."
|
|
3927
|
-
}
|
|
3928
|
-
],
|
|
3929
|
-
"exports": [
|
|
3930
|
-
{
|
|
3931
|
-
"kind": "js",
|
|
3932
|
-
"name": "formatValidationErrors",
|
|
3933
|
-
"declaration": {
|
|
3934
|
-
"name": "formatValidationErrors",
|
|
3935
|
-
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3936
|
-
}
|
|
3937
|
-
},
|
|
3938
|
-
{
|
|
3939
|
-
"kind": "js",
|
|
3940
|
-
"name": "showCriteriaError",
|
|
3941
|
-
"declaration": {
|
|
3942
|
-
"name": "showCriteriaError",
|
|
3943
|
-
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3943
|
+
"package": "./accordion"
|
|
3944
3944
|
}
|
|
3945
3945
|
}
|
|
3946
3946
|
]
|