@genesislcap/foundation-ui 14.469.0 → 14.470.0-GENC-1354.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.
- package/dist/custom-elements.json +1035 -1035
- package/dist/dts/react.d.ts +17 -17
- package/dist/react.cjs +11 -11
- package/dist/react.mjs +9 -9
- package/package.json +19 -19
|
@@ -1400,11 +1400,34 @@
|
|
|
1400
1400
|
},
|
|
1401
1401
|
{
|
|
1402
1402
|
"kind": "javascript-module",
|
|
1403
|
-
"path": "src/
|
|
1403
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1404
1404
|
"declarations": [
|
|
1405
1405
|
{
|
|
1406
1406
|
"kind": "function",
|
|
1407
|
-
"name": "
|
|
1407
|
+
"name": "actionsMenuBaseStyles",
|
|
1408
|
+
"return": {
|
|
1409
|
+
"type": {
|
|
1410
|
+
"text": "ElementStyles"
|
|
1411
|
+
}
|
|
1412
|
+
},
|
|
1413
|
+
"parameters": [
|
|
1414
|
+
{
|
|
1415
|
+
"name": "context",
|
|
1416
|
+
"type": {
|
|
1417
|
+
"text": "ElementDefinitionContext"
|
|
1418
|
+
}
|
|
1419
|
+
},
|
|
1420
|
+
{
|
|
1421
|
+
"name": "definition",
|
|
1422
|
+
"type": {
|
|
1423
|
+
"text": "FoundationElementDefinition"
|
|
1424
|
+
}
|
|
1425
|
+
}
|
|
1426
|
+
]
|
|
1427
|
+
},
|
|
1428
|
+
{
|
|
1429
|
+
"kind": "function",
|
|
1430
|
+
"name": "foundationActionsMenuStyles",
|
|
1408
1431
|
"return": {
|
|
1409
1432
|
"type": {
|
|
1410
1433
|
"text": "ElementStyles"
|
|
@@ -1429,230 +1452,343 @@
|
|
|
1429
1452
|
"exports": [
|
|
1430
1453
|
{
|
|
1431
1454
|
"kind": "js",
|
|
1432
|
-
"name": "
|
|
1455
|
+
"name": "actionsMenuBaseStyles",
|
|
1433
1456
|
"declaration": {
|
|
1434
|
-
"name": "
|
|
1435
|
-
"module": "src/
|
|
1457
|
+
"name": "actionsMenuBaseStyles",
|
|
1458
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1459
|
+
}
|
|
1460
|
+
},
|
|
1461
|
+
{
|
|
1462
|
+
"kind": "js",
|
|
1463
|
+
"name": "foundationActionsMenuStyles",
|
|
1464
|
+
"declaration": {
|
|
1465
|
+
"name": "foundationActionsMenuStyles",
|
|
1466
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1436
1467
|
}
|
|
1437
1468
|
}
|
|
1438
1469
|
]
|
|
1439
1470
|
},
|
|
1440
1471
|
{
|
|
1441
1472
|
"kind": "javascript-module",
|
|
1442
|
-
"path": "src/
|
|
1473
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1443
1474
|
"declarations": [
|
|
1444
1475
|
{
|
|
1445
1476
|
"kind": "function",
|
|
1446
|
-
"name": "
|
|
1447
|
-
"return": {
|
|
1448
|
-
"type": {
|
|
1449
|
-
"text": "ViewTemplate<AccordionItem>"
|
|
1450
|
-
}
|
|
1451
|
-
},
|
|
1477
|
+
"name": "menuTemplate",
|
|
1452
1478
|
"parameters": [
|
|
1453
1479
|
{
|
|
1454
|
-
"name": "
|
|
1480
|
+
"name": "prefix",
|
|
1455
1481
|
"type": {
|
|
1456
|
-
"text": "
|
|
1482
|
+
"text": "string"
|
|
1457
1483
|
}
|
|
1458
|
-
}
|
|
1484
|
+
}
|
|
1485
|
+
]
|
|
1486
|
+
},
|
|
1487
|
+
{
|
|
1488
|
+
"kind": "function",
|
|
1489
|
+
"name": "singleOptionTemplate",
|
|
1490
|
+
"parameters": [
|
|
1459
1491
|
{
|
|
1460
|
-
"name": "
|
|
1492
|
+
"name": "prefix",
|
|
1461
1493
|
"type": {
|
|
1462
|
-
"text": "
|
|
1494
|
+
"text": "string"
|
|
1463
1495
|
}
|
|
1464
1496
|
}
|
|
1465
1497
|
]
|
|
1498
|
+
},
|
|
1499
|
+
{
|
|
1500
|
+
"kind": "variable",
|
|
1501
|
+
"name": "foundationActionsMenuTemplate",
|
|
1502
|
+
"type": {
|
|
1503
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
1504
|
+
},
|
|
1505
|
+
"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`"
|
|
1466
1506
|
}
|
|
1467
1507
|
],
|
|
1468
1508
|
"exports": [
|
|
1469
1509
|
{
|
|
1470
1510
|
"kind": "js",
|
|
1471
|
-
"name": "
|
|
1511
|
+
"name": "menuTemplate",
|
|
1472
1512
|
"declaration": {
|
|
1473
|
-
"name": "
|
|
1474
|
-
"module": "src/
|
|
1513
|
+
"name": "menuTemplate",
|
|
1514
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1515
|
+
}
|
|
1516
|
+
},
|
|
1517
|
+
{
|
|
1518
|
+
"kind": "js",
|
|
1519
|
+
"name": "singleOptionTemplate",
|
|
1520
|
+
"declaration": {
|
|
1521
|
+
"name": "singleOptionTemplate",
|
|
1522
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1523
|
+
}
|
|
1524
|
+
},
|
|
1525
|
+
{
|
|
1526
|
+
"kind": "js",
|
|
1527
|
+
"name": "foundationActionsMenuTemplate",
|
|
1528
|
+
"declaration": {
|
|
1529
|
+
"name": "foundationActionsMenuTemplate",
|
|
1530
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1475
1531
|
}
|
|
1476
1532
|
}
|
|
1477
1533
|
]
|
|
1478
1534
|
},
|
|
1479
1535
|
{
|
|
1480
1536
|
"kind": "javascript-module",
|
|
1481
|
-
"path": "src/
|
|
1537
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
1482
1538
|
"declarations": [
|
|
1483
1539
|
{
|
|
1484
1540
|
"kind": "class",
|
|
1485
1541
|
"description": "",
|
|
1486
|
-
"name": "
|
|
1487
|
-
"
|
|
1488
|
-
"name": "FASTAccordionItem",
|
|
1489
|
-
"package": "@microsoft/fast-components"
|
|
1490
|
-
},
|
|
1491
|
-
"tagName": "%%prefix%%-accordion-item",
|
|
1492
|
-
"customElement": true,
|
|
1493
|
-
"attributes": [
|
|
1542
|
+
"name": "ActionsMenu",
|
|
1543
|
+
"members": [
|
|
1494
1544
|
{
|
|
1495
|
-
"
|
|
1545
|
+
"kind": "field",
|
|
1546
|
+
"name": "actions",
|
|
1496
1547
|
"type": {
|
|
1497
|
-
"text": "
|
|
1498
|
-
},
|
|
1499
|
-
"default": "2",
|
|
1500
|
-
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1501
|
-
"fieldName": "headinglevel",
|
|
1502
|
-
"inheritedFrom": {
|
|
1503
|
-
"name": "AccordionItem",
|
|
1504
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1548
|
+
"text": "ActionMenuItem[]"
|
|
1505
1549
|
}
|
|
1506
1550
|
},
|
|
1507
1551
|
{
|
|
1552
|
+
"kind": "field",
|
|
1553
|
+
"name": "isVertical",
|
|
1508
1554
|
"type": {
|
|
1509
1555
|
"text": "boolean"
|
|
1510
1556
|
},
|
|
1511
|
-
"default": "false"
|
|
1512
|
-
"description": "Expands or collapses the item.",
|
|
1513
|
-
"fieldName": "expanded",
|
|
1514
|
-
"inheritedFrom": {
|
|
1515
|
-
"name": "AccordionItem",
|
|
1516
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1517
|
-
}
|
|
1557
|
+
"default": "false"
|
|
1518
1558
|
},
|
|
1519
|
-
{
|
|
1520
|
-
"name": "id",
|
|
1521
|
-
"type": {
|
|
1522
|
-
"text": "string"
|
|
1523
|
-
},
|
|
1524
|
-
"description": "The item ID",
|
|
1525
|
-
"fieldName": "id",
|
|
1526
|
-
"inheritedFrom": {
|
|
1527
|
-
"name": "AccordionItem",
|
|
1528
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1529
|
-
}
|
|
1530
|
-
}
|
|
1531
|
-
],
|
|
1532
|
-
"members": [
|
|
1533
1559
|
{
|
|
1534
1560
|
"kind": "field",
|
|
1535
|
-
"name": "
|
|
1561
|
+
"name": "addDefaultActions",
|
|
1536
1562
|
"type": {
|
|
1537
|
-
"text": "
|
|
1563
|
+
"text": "boolean"
|
|
1538
1564
|
},
|
|
1539
|
-
"
|
|
1540
|
-
"default": "2",
|
|
1541
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1542
|
-
"inheritedFrom": {
|
|
1543
|
-
"name": "AccordionItem",
|
|
1544
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1545
|
-
}
|
|
1565
|
+
"default": "true"
|
|
1546
1566
|
},
|
|
1547
1567
|
{
|
|
1548
1568
|
"kind": "field",
|
|
1549
|
-
"name": "
|
|
1569
|
+
"name": "autoCloseOnAction",
|
|
1550
1570
|
"type": {
|
|
1551
1571
|
"text": "boolean"
|
|
1552
1572
|
},
|
|
1553
|
-
"
|
|
1554
|
-
"default": "false",
|
|
1555
|
-
"description": "Expands or collapses the item.",
|
|
1556
|
-
"inheritedFrom": {
|
|
1557
|
-
"name": "AccordionItem",
|
|
1558
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1559
|
-
}
|
|
1573
|
+
"default": "true"
|
|
1560
1574
|
},
|
|
1561
1575
|
{
|
|
1562
1576
|
"kind": "field",
|
|
1563
|
-
"name": "
|
|
1577
|
+
"name": "classNames",
|
|
1564
1578
|
"type": {
|
|
1565
1579
|
"text": "string"
|
|
1566
|
-
},
|
|
1567
|
-
"privacy": "public",
|
|
1568
|
-
"description": "The item ID",
|
|
1569
|
-
"inheritedFrom": {
|
|
1570
|
-
"name": "AccordionItem",
|
|
1571
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1572
1580
|
}
|
|
1573
1581
|
},
|
|
1574
1582
|
{
|
|
1575
1583
|
"kind": "field",
|
|
1576
|
-
"name": "
|
|
1577
|
-
"
|
|
1578
|
-
|
|
1579
|
-
"name": "AccordionItem",
|
|
1580
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1584
|
+
"name": "definition",
|
|
1585
|
+
"type": {
|
|
1586
|
+
"text": "any"
|
|
1581
1587
|
}
|
|
1582
1588
|
},
|
|
1583
1589
|
{
|
|
1584
1590
|
"kind": "field",
|
|
1585
|
-
"name": "
|
|
1591
|
+
"name": "name",
|
|
1586
1592
|
"type": {
|
|
1587
|
-
"text": "
|
|
1593
|
+
"text": "string"
|
|
1588
1594
|
},
|
|
1589
|
-
"
|
|
1590
|
-
"default": "void 0",
|
|
1591
|
-
"inheritedFrom": {
|
|
1592
|
-
"name": "FoundationElement",
|
|
1593
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1594
|
-
}
|
|
1595
|
+
"default": "'Actions'"
|
|
1595
1596
|
},
|
|
1596
1597
|
{
|
|
1597
1598
|
"kind": "field",
|
|
1598
|
-
"name": "
|
|
1599
|
+
"name": "open",
|
|
1599
1600
|
"type": {
|
|
1600
|
-
"text": "
|
|
1601
|
+
"text": "boolean"
|
|
1601
1602
|
},
|
|
1602
|
-
"
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1603
|
+
"default": "false"
|
|
1604
|
+
},
|
|
1605
|
+
{
|
|
1606
|
+
"kind": "field",
|
|
1607
|
+
"name": "buttonAppearance",
|
|
1608
|
+
"type": {
|
|
1609
|
+
"text": "string"
|
|
1607
1610
|
}
|
|
1608
1611
|
},
|
|
1609
1612
|
{
|
|
1610
1613
|
"kind": "field",
|
|
1611
|
-
"name": "
|
|
1614
|
+
"name": "hideDisabled",
|
|
1612
1615
|
"type": {
|
|
1613
|
-
"text": "
|
|
1616
|
+
"text": "boolean"
|
|
1614
1617
|
},
|
|
1615
|
-
"
|
|
1616
|
-
"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.",
|
|
1617
|
-
"inheritedFrom": {
|
|
1618
|
-
"name": "FoundationElement",
|
|
1619
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1620
|
-
}
|
|
1618
|
+
"default": "false"
|
|
1621
1619
|
},
|
|
1622
1620
|
{
|
|
1623
|
-
"kind": "
|
|
1624
|
-
"name": "
|
|
1625
|
-
"
|
|
1626
|
-
|
|
1627
|
-
"type": {
|
|
1628
|
-
"text": "void"
|
|
1629
|
-
}
|
|
1621
|
+
"kind": "field",
|
|
1622
|
+
"name": "hideMenuSingleOption",
|
|
1623
|
+
"type": {
|
|
1624
|
+
"text": "boolean"
|
|
1630
1625
|
},
|
|
1631
|
-
"
|
|
1632
|
-
|
|
1633
|
-
|
|
1626
|
+
"default": "false"
|
|
1627
|
+
},
|
|
1628
|
+
{
|
|
1629
|
+
"kind": "field",
|
|
1630
|
+
"name": "singleOption",
|
|
1631
|
+
"type": {
|
|
1632
|
+
"text": "ActionMenuItem"
|
|
1634
1633
|
}
|
|
1635
1634
|
},
|
|
1636
1635
|
{
|
|
1637
1636
|
"kind": "field",
|
|
1638
|
-
"name": "
|
|
1637
|
+
"name": "actionsMenu",
|
|
1639
1638
|
"type": {
|
|
1640
|
-
"text": "
|
|
1641
|
-
},
|
|
1642
|
-
"privacy": "public",
|
|
1643
|
-
"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.",
|
|
1644
|
-
"inheritedFrom": {
|
|
1645
|
-
"name": "FoundationElement",
|
|
1646
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1639
|
+
"text": "HTMLElement"
|
|
1647
1640
|
}
|
|
1648
1641
|
},
|
|
1649
1642
|
{
|
|
1650
1643
|
"kind": "method",
|
|
1651
|
-
"name": "
|
|
1644
|
+
"name": "definitionChanged",
|
|
1652
1645
|
"privacy": "protected",
|
|
1653
|
-
"
|
|
1654
|
-
|
|
1655
|
-
"
|
|
1646
|
+
"parameters": [
|
|
1647
|
+
{
|
|
1648
|
+
"name": "oldValue",
|
|
1649
|
+
"type": {
|
|
1650
|
+
"text": "any"
|
|
1651
|
+
}
|
|
1652
|
+
},
|
|
1653
|
+
{
|
|
1654
|
+
"name": "newValue",
|
|
1655
|
+
"type": {
|
|
1656
|
+
"text": "any"
|
|
1657
|
+
}
|
|
1658
|
+
}
|
|
1659
|
+
]
|
|
1660
|
+
},
|
|
1661
|
+
{
|
|
1662
|
+
"kind": "method",
|
|
1663
|
+
"name": "openChanged",
|
|
1664
|
+
"privacy": "protected"
|
|
1665
|
+
},
|
|
1666
|
+
{
|
|
1667
|
+
"kind": "method",
|
|
1668
|
+
"name": "toggleActionsMenuVisibility"
|
|
1669
|
+
},
|
|
1670
|
+
{
|
|
1671
|
+
"kind": "method",
|
|
1672
|
+
"name": "onActionMenuItemClick",
|
|
1673
|
+
"parameters": [
|
|
1674
|
+
{
|
|
1675
|
+
"name": "callback",
|
|
1676
|
+
"type": {
|
|
1677
|
+
"text": "(rowData) => void | any"
|
|
1678
|
+
}
|
|
1679
|
+
}
|
|
1680
|
+
]
|
|
1681
|
+
},
|
|
1682
|
+
{
|
|
1683
|
+
"kind": "field",
|
|
1684
|
+
"name": "allActions",
|
|
1685
|
+
"type": {
|
|
1686
|
+
"text": "ActionMenuItem[]"
|
|
1687
|
+
},
|
|
1688
|
+
"readonly": true
|
|
1689
|
+
},
|
|
1690
|
+
{
|
|
1691
|
+
"kind": "field",
|
|
1692
|
+
"name": "rowData",
|
|
1693
|
+
"readonly": true
|
|
1694
|
+
},
|
|
1695
|
+
{
|
|
1696
|
+
"kind": "method",
|
|
1697
|
+
"name": "getLabel",
|
|
1698
|
+
"parameters": [
|
|
1699
|
+
{
|
|
1700
|
+
"name": "name",
|
|
1701
|
+
"type": {
|
|
1702
|
+
"text": "string | ((rowData: any) => string)"
|
|
1703
|
+
}
|
|
1704
|
+
}
|
|
1705
|
+
]
|
|
1706
|
+
},
|
|
1707
|
+
{
|
|
1708
|
+
"kind": "method",
|
|
1709
|
+
"name": "getTemplate",
|
|
1710
|
+
"parameters": [
|
|
1711
|
+
{
|
|
1712
|
+
"name": "prefix",
|
|
1713
|
+
"type": {
|
|
1714
|
+
"text": "string"
|
|
1715
|
+
}
|
|
1716
|
+
}
|
|
1717
|
+
]
|
|
1718
|
+
},
|
|
1719
|
+
{
|
|
1720
|
+
"kind": "field",
|
|
1721
|
+
"name": "_presentation",
|
|
1722
|
+
"type": {
|
|
1723
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1724
|
+
},
|
|
1725
|
+
"privacy": "private",
|
|
1726
|
+
"default": "void 0",
|
|
1727
|
+
"inheritedFrom": {
|
|
1728
|
+
"name": "FoundationElement",
|
|
1729
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1730
|
+
}
|
|
1731
|
+
},
|
|
1732
|
+
{
|
|
1733
|
+
"kind": "field",
|
|
1734
|
+
"name": "$presentation",
|
|
1735
|
+
"type": {
|
|
1736
|
+
"text": "ComponentPresentation | null"
|
|
1737
|
+
},
|
|
1738
|
+
"privacy": "public",
|
|
1739
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1740
|
+
"inheritedFrom": {
|
|
1741
|
+
"name": "FoundationElement",
|
|
1742
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1743
|
+
}
|
|
1744
|
+
},
|
|
1745
|
+
{
|
|
1746
|
+
"kind": "field",
|
|
1747
|
+
"name": "template",
|
|
1748
|
+
"type": {
|
|
1749
|
+
"text": "ElementViewTemplate | void | null"
|
|
1750
|
+
},
|
|
1751
|
+
"privacy": "public",
|
|
1752
|
+
"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.",
|
|
1753
|
+
"inheritedFrom": {
|
|
1754
|
+
"name": "FoundationElement",
|
|
1755
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1756
|
+
}
|
|
1757
|
+
},
|
|
1758
|
+
{
|
|
1759
|
+
"kind": "method",
|
|
1760
|
+
"name": "templateChanged",
|
|
1761
|
+
"privacy": "protected",
|
|
1762
|
+
"return": {
|
|
1763
|
+
"type": {
|
|
1764
|
+
"text": "void"
|
|
1765
|
+
}
|
|
1766
|
+
},
|
|
1767
|
+
"inheritedFrom": {
|
|
1768
|
+
"name": "FoundationElement",
|
|
1769
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1770
|
+
}
|
|
1771
|
+
},
|
|
1772
|
+
{
|
|
1773
|
+
"kind": "field",
|
|
1774
|
+
"name": "styles",
|
|
1775
|
+
"type": {
|
|
1776
|
+
"text": "ElementStyles | void | null"
|
|
1777
|
+
},
|
|
1778
|
+
"privacy": "public",
|
|
1779
|
+
"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.",
|
|
1780
|
+
"inheritedFrom": {
|
|
1781
|
+
"name": "FoundationElement",
|
|
1782
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1783
|
+
}
|
|
1784
|
+
},
|
|
1785
|
+
{
|
|
1786
|
+
"kind": "method",
|
|
1787
|
+
"name": "stylesChanged",
|
|
1788
|
+
"privacy": "protected",
|
|
1789
|
+
"return": {
|
|
1790
|
+
"type": {
|
|
1791
|
+
"text": "void"
|
|
1656
1792
|
}
|
|
1657
1793
|
},
|
|
1658
1794
|
"inheritedFrom": {
|
|
@@ -1692,78 +1828,138 @@
|
|
|
1692
1828
|
}
|
|
1693
1829
|
}
|
|
1694
1830
|
],
|
|
1695
|
-
"
|
|
1831
|
+
"attributes": [
|
|
1696
1832
|
{
|
|
1697
|
-
"
|
|
1698
|
-
"
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1833
|
+
"name": "is-vertical",
|
|
1834
|
+
"type": {
|
|
1835
|
+
"text": "boolean"
|
|
1836
|
+
},
|
|
1837
|
+
"default": "false",
|
|
1838
|
+
"fieldName": "isVertical"
|
|
1839
|
+
},
|
|
1840
|
+
{
|
|
1841
|
+
"name": "add-default-actions",
|
|
1842
|
+
"type": {
|
|
1843
|
+
"text": "boolean"
|
|
1844
|
+
},
|
|
1845
|
+
"default": "true",
|
|
1846
|
+
"fieldName": "addDefaultActions"
|
|
1847
|
+
},
|
|
1848
|
+
{
|
|
1849
|
+
"name": "auto-close-on-action",
|
|
1850
|
+
"type": {
|
|
1851
|
+
"text": "boolean"
|
|
1852
|
+
},
|
|
1853
|
+
"default": "true",
|
|
1854
|
+
"fieldName": "autoCloseOnAction"
|
|
1855
|
+
},
|
|
1856
|
+
{
|
|
1857
|
+
"name": "name",
|
|
1858
|
+
"type": {
|
|
1859
|
+
"text": "string"
|
|
1860
|
+
},
|
|
1861
|
+
"default": "'Actions'",
|
|
1862
|
+
"fieldName": "name"
|
|
1863
|
+
},
|
|
1864
|
+
{
|
|
1865
|
+
"name": "open",
|
|
1866
|
+
"type": {
|
|
1867
|
+
"text": "boolean"
|
|
1868
|
+
},
|
|
1869
|
+
"default": "false",
|
|
1870
|
+
"fieldName": "open"
|
|
1871
|
+
},
|
|
1872
|
+
{
|
|
1873
|
+
"name": "buttonAppearance",
|
|
1874
|
+
"type": {
|
|
1875
|
+
"text": "string"
|
|
1876
|
+
},
|
|
1877
|
+
"fieldName": "buttonAppearance"
|
|
1878
|
+
},
|
|
1879
|
+
{
|
|
1880
|
+
"name": "hide-disabled",
|
|
1881
|
+
"type": {
|
|
1882
|
+
"text": "boolean"
|
|
1883
|
+
},
|
|
1884
|
+
"default": "false",
|
|
1885
|
+
"fieldName": "hideDisabled"
|
|
1886
|
+
},
|
|
1887
|
+
{
|
|
1888
|
+
"name": "hide-menu-single-option",
|
|
1889
|
+
"type": {
|
|
1890
|
+
"text": "boolean"
|
|
1891
|
+
},
|
|
1892
|
+
"default": "false",
|
|
1893
|
+
"fieldName": "hideMenuSingleOption"
|
|
1703
1894
|
}
|
|
1704
|
-
]
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
1709
|
-
"type": {
|
|
1710
|
-
"text": "ShadowRootInit"
|
|
1711
|
-
},
|
|
1712
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1713
|
-
},
|
|
1714
|
-
{
|
|
1715
|
-
"kind": "variable",
|
|
1716
|
-
"name": "defaultAccordionItemConfig",
|
|
1717
|
-
"type": {
|
|
1718
|
-
"text": "object"
|
|
1895
|
+
],
|
|
1896
|
+
"superclass": {
|
|
1897
|
+
"name": "FoundationElement",
|
|
1898
|
+
"package": "@microsoft/fast-foundation"
|
|
1719
1899
|
},
|
|
1720
|
-
"
|
|
1900
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
1901
|
+
"customElement": true
|
|
1721
1902
|
},
|
|
1722
1903
|
{
|
|
1723
1904
|
"kind": "variable",
|
|
1724
|
-
"name": "
|
|
1725
|
-
"description": "The Foundation
|
|
1905
|
+
"name": "foundationActionsMenu",
|
|
1906
|
+
"description": "The Foundation Actions Menu",
|
|
1726
1907
|
"privacy": "public"
|
|
1727
1908
|
}
|
|
1728
1909
|
],
|
|
1729
1910
|
"exports": [
|
|
1730
1911
|
{
|
|
1731
1912
|
"kind": "js",
|
|
1732
|
-
"name": "
|
|
1913
|
+
"name": "ActionsMenu",
|
|
1733
1914
|
"declaration": {
|
|
1734
|
-
"name": "
|
|
1735
|
-
"module": "src/
|
|
1915
|
+
"name": "ActionsMenu",
|
|
1916
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1736
1917
|
}
|
|
1737
1918
|
},
|
|
1738
1919
|
{
|
|
1739
1920
|
"kind": "js",
|
|
1740
|
-
"name": "
|
|
1921
|
+
"name": "foundationActionsMenu",
|
|
1741
1922
|
"declaration": {
|
|
1742
|
-
"name": "
|
|
1743
|
-
"module": "src/
|
|
1923
|
+
"name": "foundationActionsMenu",
|
|
1924
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1925
|
+
}
|
|
1926
|
+
}
|
|
1927
|
+
]
|
|
1928
|
+
},
|
|
1929
|
+
{
|
|
1930
|
+
"kind": "javascript-module",
|
|
1931
|
+
"path": "src/actions-menu/index.ts",
|
|
1932
|
+
"declarations": [],
|
|
1933
|
+
"exports": [
|
|
1934
|
+
{
|
|
1935
|
+
"kind": "js",
|
|
1936
|
+
"name": "*",
|
|
1937
|
+
"declaration": {
|
|
1938
|
+
"name": "*",
|
|
1939
|
+
"package": "./actions-menu.styles"
|
|
1744
1940
|
}
|
|
1745
1941
|
},
|
|
1746
1942
|
{
|
|
1747
1943
|
"kind": "js",
|
|
1748
|
-
"name": "
|
|
1944
|
+
"name": "*",
|
|
1749
1945
|
"declaration": {
|
|
1750
|
-
"name": "
|
|
1751
|
-
"
|
|
1946
|
+
"name": "*",
|
|
1947
|
+
"package": "./actions-menu.template"
|
|
1752
1948
|
}
|
|
1753
1949
|
},
|
|
1754
1950
|
{
|
|
1755
1951
|
"kind": "js",
|
|
1756
|
-
"name": "
|
|
1952
|
+
"name": "*",
|
|
1757
1953
|
"declaration": {
|
|
1758
|
-
"name": "
|
|
1759
|
-
"
|
|
1954
|
+
"name": "*",
|
|
1955
|
+
"package": "./actions-menu"
|
|
1760
1956
|
}
|
|
1761
1957
|
}
|
|
1762
1958
|
]
|
|
1763
1959
|
},
|
|
1764
1960
|
{
|
|
1765
1961
|
"kind": "javascript-module",
|
|
1766
|
-
"path": "src/
|
|
1962
|
+
"path": "src/_config/index.ts",
|
|
1767
1963
|
"declarations": [],
|
|
1768
1964
|
"exports": [
|
|
1769
1965
|
{
|
|
@@ -1771,7 +1967,7 @@
|
|
|
1771
1967
|
"name": "*",
|
|
1772
1968
|
"declaration": {
|
|
1773
1969
|
"name": "*",
|
|
1774
|
-
"package": "./
|
|
1970
|
+
"package": "./styles"
|
|
1775
1971
|
}
|
|
1776
1972
|
},
|
|
1777
1973
|
{
|
|
@@ -1779,7 +1975,7 @@
|
|
|
1779
1975
|
"name": "*",
|
|
1780
1976
|
"declaration": {
|
|
1781
1977
|
"name": "*",
|
|
1782
|
-
"package": "./
|
|
1978
|
+
"package": "./tokens"
|
|
1783
1979
|
}
|
|
1784
1980
|
},
|
|
1785
1981
|
{
|
|
@@ -1787,41 +1983,18 @@
|
|
|
1787
1983
|
"name": "*",
|
|
1788
1984
|
"declaration": {
|
|
1789
1985
|
"name": "*",
|
|
1790
|
-
"package": "./
|
|
1986
|
+
"package": "./values"
|
|
1791
1987
|
}
|
|
1792
1988
|
}
|
|
1793
1989
|
]
|
|
1794
1990
|
},
|
|
1795
1991
|
{
|
|
1796
1992
|
"kind": "javascript-module",
|
|
1797
|
-
"path": "src/
|
|
1993
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1798
1994
|
"declarations": [
|
|
1799
1995
|
{
|
|
1800
1996
|
"kind": "function",
|
|
1801
|
-
"name": "
|
|
1802
|
-
"return": {
|
|
1803
|
-
"type": {
|
|
1804
|
-
"text": "ElementStyles"
|
|
1805
|
-
}
|
|
1806
|
-
},
|
|
1807
|
-
"parameters": [
|
|
1808
|
-
{
|
|
1809
|
-
"name": "context",
|
|
1810
|
-
"type": {
|
|
1811
|
-
"text": "ElementDefinitionContext"
|
|
1812
|
-
}
|
|
1813
|
-
},
|
|
1814
|
-
{
|
|
1815
|
-
"name": "definition",
|
|
1816
|
-
"type": {
|
|
1817
|
-
"text": "FoundationElementDefinition"
|
|
1818
|
-
}
|
|
1819
|
-
}
|
|
1820
|
-
]
|
|
1821
|
-
},
|
|
1822
|
-
{
|
|
1823
|
-
"kind": "function",
|
|
1824
|
-
"name": "foundationActionsMenuStyles",
|
|
1997
|
+
"name": "foundationAccordionItemStyles",
|
|
1825
1998
|
"return": {
|
|
1826
1999
|
"type": {
|
|
1827
2000
|
"text": "ElementStyles"
|
|
@@ -1846,269 +2019,156 @@
|
|
|
1846
2019
|
"exports": [
|
|
1847
2020
|
{
|
|
1848
2021
|
"kind": "js",
|
|
1849
|
-
"name": "
|
|
1850
|
-
"declaration": {
|
|
1851
|
-
"name": "actionsMenuBaseStyles",
|
|
1852
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1853
|
-
}
|
|
1854
|
-
},
|
|
1855
|
-
{
|
|
1856
|
-
"kind": "js",
|
|
1857
|
-
"name": "foundationActionsMenuStyles",
|
|
2022
|
+
"name": "foundationAccordionItemStyles",
|
|
1858
2023
|
"declaration": {
|
|
1859
|
-
"name": "
|
|
1860
|
-
"module": "src/
|
|
2024
|
+
"name": "foundationAccordionItemStyles",
|
|
2025
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1861
2026
|
}
|
|
1862
2027
|
}
|
|
1863
2028
|
]
|
|
1864
2029
|
},
|
|
1865
2030
|
{
|
|
1866
2031
|
"kind": "javascript-module",
|
|
1867
|
-
"path": "src/
|
|
2032
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1868
2033
|
"declarations": [
|
|
1869
2034
|
{
|
|
1870
2035
|
"kind": "function",
|
|
1871
|
-
"name": "
|
|
2036
|
+
"name": "foundationAccordionItemTemplate",
|
|
2037
|
+
"return": {
|
|
2038
|
+
"type": {
|
|
2039
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
2040
|
+
}
|
|
2041
|
+
},
|
|
1872
2042
|
"parameters": [
|
|
1873
2043
|
{
|
|
1874
|
-
"name": "
|
|
2044
|
+
"name": "context",
|
|
1875
2045
|
"type": {
|
|
1876
|
-
"text": "
|
|
2046
|
+
"text": "ElementDefinitionContext"
|
|
1877
2047
|
}
|
|
1878
|
-
}
|
|
1879
|
-
]
|
|
1880
|
-
},
|
|
1881
|
-
{
|
|
1882
|
-
"kind": "function",
|
|
1883
|
-
"name": "singleOptionTemplate",
|
|
1884
|
-
"parameters": [
|
|
2048
|
+
},
|
|
1885
2049
|
{
|
|
1886
|
-
"name": "
|
|
2050
|
+
"name": "definition",
|
|
1887
2051
|
"type": {
|
|
1888
|
-
"text": "
|
|
2052
|
+
"text": "FoundationElementDefinition"
|
|
1889
2053
|
}
|
|
1890
2054
|
}
|
|
1891
2055
|
]
|
|
1892
|
-
},
|
|
1893
|
-
{
|
|
1894
|
-
"kind": "variable",
|
|
1895
|
-
"name": "foundationActionsMenuTemplate",
|
|
1896
|
-
"type": {
|
|
1897
|
-
"text": "ViewTemplate<ActionsMenu>"
|
|
1898
|
-
},
|
|
1899
|
-
"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`"
|
|
1900
2056
|
}
|
|
1901
2057
|
],
|
|
1902
2058
|
"exports": [
|
|
1903
2059
|
{
|
|
1904
2060
|
"kind": "js",
|
|
1905
|
-
"name": "
|
|
1906
|
-
"declaration": {
|
|
1907
|
-
"name": "menuTemplate",
|
|
1908
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1909
|
-
}
|
|
1910
|
-
},
|
|
1911
|
-
{
|
|
1912
|
-
"kind": "js",
|
|
1913
|
-
"name": "singleOptionTemplate",
|
|
1914
|
-
"declaration": {
|
|
1915
|
-
"name": "singleOptionTemplate",
|
|
1916
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1917
|
-
}
|
|
1918
|
-
},
|
|
1919
|
-
{
|
|
1920
|
-
"kind": "js",
|
|
1921
|
-
"name": "foundationActionsMenuTemplate",
|
|
2061
|
+
"name": "foundationAccordionItemTemplate",
|
|
1922
2062
|
"declaration": {
|
|
1923
|
-
"name": "
|
|
1924
|
-
"module": "src/
|
|
2063
|
+
"name": "foundationAccordionItemTemplate",
|
|
2064
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1925
2065
|
}
|
|
1926
2066
|
}
|
|
1927
2067
|
]
|
|
1928
2068
|
},
|
|
1929
2069
|
{
|
|
1930
2070
|
"kind": "javascript-module",
|
|
1931
|
-
"path": "src/
|
|
2071
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1932
2072
|
"declarations": [
|
|
1933
2073
|
{
|
|
1934
2074
|
"kind": "class",
|
|
1935
2075
|
"description": "",
|
|
1936
|
-
"name": "
|
|
1937
|
-
"
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
},
|
|
1945
|
-
{
|
|
1946
|
-
"kind": "field",
|
|
1947
|
-
"name": "isVertical",
|
|
1948
|
-
"type": {
|
|
1949
|
-
"text": "boolean"
|
|
1950
|
-
},
|
|
1951
|
-
"default": "false"
|
|
1952
|
-
},
|
|
1953
|
-
{
|
|
1954
|
-
"kind": "field",
|
|
1955
|
-
"name": "addDefaultActions",
|
|
1956
|
-
"type": {
|
|
1957
|
-
"text": "boolean"
|
|
1958
|
-
},
|
|
1959
|
-
"default": "true"
|
|
1960
|
-
},
|
|
1961
|
-
{
|
|
1962
|
-
"kind": "field",
|
|
1963
|
-
"name": "autoCloseOnAction",
|
|
1964
|
-
"type": {
|
|
1965
|
-
"text": "boolean"
|
|
1966
|
-
},
|
|
1967
|
-
"default": "true"
|
|
1968
|
-
},
|
|
1969
|
-
{
|
|
1970
|
-
"kind": "field",
|
|
1971
|
-
"name": "classNames",
|
|
1972
|
-
"type": {
|
|
1973
|
-
"text": "string"
|
|
1974
|
-
}
|
|
1975
|
-
},
|
|
1976
|
-
{
|
|
1977
|
-
"kind": "field",
|
|
1978
|
-
"name": "definition",
|
|
1979
|
-
"type": {
|
|
1980
|
-
"text": "any"
|
|
1981
|
-
}
|
|
1982
|
-
},
|
|
1983
|
-
{
|
|
1984
|
-
"kind": "field",
|
|
1985
|
-
"name": "name",
|
|
1986
|
-
"type": {
|
|
1987
|
-
"text": "string"
|
|
1988
|
-
},
|
|
1989
|
-
"default": "'Actions'"
|
|
1990
|
-
},
|
|
2076
|
+
"name": "AccordionItem",
|
|
2077
|
+
"superclass": {
|
|
2078
|
+
"name": "FASTAccordionItem",
|
|
2079
|
+
"package": "@microsoft/fast-components"
|
|
2080
|
+
},
|
|
2081
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
2082
|
+
"customElement": true,
|
|
2083
|
+
"attributes": [
|
|
1991
2084
|
{
|
|
1992
|
-
"
|
|
1993
|
-
"name": "open",
|
|
2085
|
+
"name": "heading-level",
|
|
1994
2086
|
"type": {
|
|
1995
|
-
"text": "
|
|
2087
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1996
2088
|
},
|
|
1997
|
-
"default": "
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
"
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
"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"
|
|
2004
2095
|
}
|
|
2005
2096
|
},
|
|
2006
2097
|
{
|
|
2007
|
-
"kind": "field",
|
|
2008
|
-
"name": "hideDisabled",
|
|
2009
|
-
"type": {
|
|
2010
|
-
"text": "boolean"
|
|
2011
|
-
},
|
|
2012
|
-
"default": "false"
|
|
2013
|
-
},
|
|
2014
|
-
{
|
|
2015
|
-
"kind": "field",
|
|
2016
|
-
"name": "hideMenuSingleOption",
|
|
2017
2098
|
"type": {
|
|
2018
2099
|
"text": "boolean"
|
|
2019
2100
|
},
|
|
2020
|
-
"default": "false"
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
"
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
}
|
|
2028
|
-
},
|
|
2029
|
-
{
|
|
2030
|
-
"kind": "field",
|
|
2031
|
-
"name": "actionsMenu",
|
|
2032
|
-
"type": {
|
|
2033
|
-
"text": "HTMLElement"
|
|
2034
|
-
}
|
|
2035
|
-
},
|
|
2036
|
-
{
|
|
2037
|
-
"kind": "method",
|
|
2038
|
-
"name": "definitionChanged",
|
|
2039
|
-
"privacy": "protected",
|
|
2040
|
-
"parameters": [
|
|
2041
|
-
{
|
|
2042
|
-
"name": "oldValue",
|
|
2043
|
-
"type": {
|
|
2044
|
-
"text": "any"
|
|
2045
|
-
}
|
|
2046
|
-
},
|
|
2047
|
-
{
|
|
2048
|
-
"name": "newValue",
|
|
2049
|
-
"type": {
|
|
2050
|
-
"text": "any"
|
|
2051
|
-
}
|
|
2052
|
-
}
|
|
2053
|
-
]
|
|
2054
|
-
},
|
|
2055
|
-
{
|
|
2056
|
-
"kind": "method",
|
|
2057
|
-
"name": "openChanged",
|
|
2058
|
-
"privacy": "protected"
|
|
2059
|
-
},
|
|
2060
|
-
{
|
|
2061
|
-
"kind": "method",
|
|
2062
|
-
"name": "toggleActionsMenuVisibility"
|
|
2063
|
-
},
|
|
2064
|
-
{
|
|
2065
|
-
"kind": "method",
|
|
2066
|
-
"name": "onActionMenuItemClick",
|
|
2067
|
-
"parameters": [
|
|
2068
|
-
{
|
|
2069
|
-
"name": "callback",
|
|
2070
|
-
"type": {
|
|
2071
|
-
"text": "(rowData) => void | any"
|
|
2072
|
-
}
|
|
2073
|
-
}
|
|
2074
|
-
]
|
|
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
|
+
}
|
|
2075
2108
|
},
|
|
2109
|
+
{
|
|
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": [
|
|
2076
2123
|
{
|
|
2077
2124
|
"kind": "field",
|
|
2078
|
-
"name": "
|
|
2125
|
+
"name": "headinglevel",
|
|
2079
2126
|
"type": {
|
|
2080
|
-
"text": "
|
|
2127
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
2081
2128
|
},
|
|
2082
|
-
"
|
|
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
|
+
}
|
|
2083
2136
|
},
|
|
2084
2137
|
{
|
|
2085
2138
|
"kind": "field",
|
|
2086
|
-
"name": "
|
|
2087
|
-
"
|
|
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
|
+
}
|
|
2088
2150
|
},
|
|
2089
2151
|
{
|
|
2090
|
-
"kind": "
|
|
2091
|
-
"name": "
|
|
2092
|
-
"
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
|
|
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
|
+
}
|
|
2100
2163
|
},
|
|
2101
2164
|
{
|
|
2102
|
-
"kind": "
|
|
2103
|
-
"name": "
|
|
2104
|
-
"
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
}
|
|
2110
|
-
}
|
|
2111
|
-
]
|
|
2165
|
+
"kind": "field",
|
|
2166
|
+
"name": "change",
|
|
2167
|
+
"privacy": "private",
|
|
2168
|
+
"inheritedFrom": {
|
|
2169
|
+
"name": "AccordionItem",
|
|
2170
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2171
|
+
}
|
|
2112
2172
|
},
|
|
2113
2173
|
{
|
|
2114
2174
|
"kind": "field",
|
|
@@ -2222,138 +2282,78 @@
|
|
|
2222
2282
|
}
|
|
2223
2283
|
}
|
|
2224
2284
|
],
|
|
2225
|
-
"
|
|
2226
|
-
{
|
|
2227
|
-
"name": "is-vertical",
|
|
2228
|
-
"type": {
|
|
2229
|
-
"text": "boolean"
|
|
2230
|
-
},
|
|
2231
|
-
"default": "false",
|
|
2232
|
-
"fieldName": "isVertical"
|
|
2233
|
-
},
|
|
2234
|
-
{
|
|
2235
|
-
"name": "add-default-actions",
|
|
2236
|
-
"type": {
|
|
2237
|
-
"text": "boolean"
|
|
2238
|
-
},
|
|
2239
|
-
"default": "true",
|
|
2240
|
-
"fieldName": "addDefaultActions"
|
|
2241
|
-
},
|
|
2242
|
-
{
|
|
2243
|
-
"name": "auto-close-on-action",
|
|
2244
|
-
"type": {
|
|
2245
|
-
"text": "boolean"
|
|
2246
|
-
},
|
|
2247
|
-
"default": "true",
|
|
2248
|
-
"fieldName": "autoCloseOnAction"
|
|
2249
|
-
},
|
|
2250
|
-
{
|
|
2251
|
-
"name": "name",
|
|
2252
|
-
"type": {
|
|
2253
|
-
"text": "string"
|
|
2254
|
-
},
|
|
2255
|
-
"default": "'Actions'",
|
|
2256
|
-
"fieldName": "name"
|
|
2257
|
-
},
|
|
2258
|
-
{
|
|
2259
|
-
"name": "open",
|
|
2260
|
-
"type": {
|
|
2261
|
-
"text": "boolean"
|
|
2262
|
-
},
|
|
2263
|
-
"default": "false",
|
|
2264
|
-
"fieldName": "open"
|
|
2265
|
-
},
|
|
2266
|
-
{
|
|
2267
|
-
"name": "buttonAppearance",
|
|
2268
|
-
"type": {
|
|
2269
|
-
"text": "string"
|
|
2270
|
-
},
|
|
2271
|
-
"fieldName": "buttonAppearance"
|
|
2272
|
-
},
|
|
2273
|
-
{
|
|
2274
|
-
"name": "hide-disabled",
|
|
2275
|
-
"type": {
|
|
2276
|
-
"text": "boolean"
|
|
2277
|
-
},
|
|
2278
|
-
"default": "false",
|
|
2279
|
-
"fieldName": "hideDisabled"
|
|
2280
|
-
},
|
|
2285
|
+
"events": [
|
|
2281
2286
|
{
|
|
2282
|
-
"
|
|
2283
|
-
"
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
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
|
+
}
|
|
2288
2293
|
}
|
|
2289
|
-
]
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2294
|
+
]
|
|
2295
|
+
},
|
|
2296
|
+
{
|
|
2297
|
+
"kind": "variable",
|
|
2298
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2299
|
+
"type": {
|
|
2300
|
+
"text": "ShadowRootInit"
|
|
2293
2301
|
},
|
|
2294
|
-
"
|
|
2295
|
-
"customElement": true
|
|
2302
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2296
2303
|
},
|
|
2297
2304
|
{
|
|
2298
2305
|
"kind": "variable",
|
|
2299
|
-
"name": "
|
|
2300
|
-
"
|
|
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",
|
|
2301
2316
|
"privacy": "public"
|
|
2302
2317
|
}
|
|
2303
2318
|
],
|
|
2304
2319
|
"exports": [
|
|
2305
2320
|
{
|
|
2306
2321
|
"kind": "js",
|
|
2307
|
-
"name": "
|
|
2322
|
+
"name": "AccordionItem",
|
|
2308
2323
|
"declaration": {
|
|
2309
|
-
"name": "
|
|
2310
|
-
"module": "src/
|
|
2324
|
+
"name": "AccordionItem",
|
|
2325
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2311
2326
|
}
|
|
2312
2327
|
},
|
|
2313
2328
|
{
|
|
2314
2329
|
"kind": "js",
|
|
2315
|
-
"name": "
|
|
2316
|
-
"declaration": {
|
|
2317
|
-
"name": "foundationActionsMenu",
|
|
2318
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2319
|
-
}
|
|
2320
|
-
}
|
|
2321
|
-
]
|
|
2322
|
-
},
|
|
2323
|
-
{
|
|
2324
|
-
"kind": "javascript-module",
|
|
2325
|
-
"path": "src/actions-menu/index.ts",
|
|
2326
|
-
"declarations": [],
|
|
2327
|
-
"exports": [
|
|
2328
|
-
{
|
|
2329
|
-
"kind": "js",
|
|
2330
|
-
"name": "*",
|
|
2330
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2331
2331
|
"declaration": {
|
|
2332
|
-
"name": "
|
|
2333
|
-
"
|
|
2332
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2333
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2334
2334
|
}
|
|
2335
2335
|
},
|
|
2336
2336
|
{
|
|
2337
2337
|
"kind": "js",
|
|
2338
|
-
"name": "
|
|
2338
|
+
"name": "defaultAccordionItemConfig",
|
|
2339
2339
|
"declaration": {
|
|
2340
|
-
"name": "
|
|
2341
|
-
"
|
|
2340
|
+
"name": "defaultAccordionItemConfig",
|
|
2341
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2342
2342
|
}
|
|
2343
2343
|
},
|
|
2344
2344
|
{
|
|
2345
2345
|
"kind": "js",
|
|
2346
|
-
"name": "
|
|
2346
|
+
"name": "foundationAccordionItem",
|
|
2347
2347
|
"declaration": {
|
|
2348
|
-
"name": "
|
|
2349
|
-
"
|
|
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,7 +2377,7 @@
|
|
|
2377
2377
|
"name": "*",
|
|
2378
2378
|
"declaration": {
|
|
2379
2379
|
"name": "*",
|
|
2380
|
-
"package": "./
|
|
2380
|
+
"package": "./accordion-item"
|
|
2381
2381
|
}
|
|
2382
2382
|
}
|
|
2383
2383
|
]
|
|
@@ -2833,275 +2833,208 @@
|
|
|
2833
2833
|
},
|
|
2834
2834
|
{
|
|
2835
2835
|
"kind": "javascript-module",
|
|
2836
|
-
"path": "src/
|
|
2836
|
+
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
2837
2837
|
"declarations": [
|
|
2838
2838
|
{
|
|
2839
|
-
"kind": "
|
|
2840
|
-
"name": "
|
|
2841
|
-
"
|
|
2842
|
-
"type": {
|
|
2843
|
-
"text": "ElementStyles"
|
|
2844
|
-
}
|
|
2845
|
-
},
|
|
2846
|
-
"parameters": [
|
|
2847
|
-
{
|
|
2848
|
-
"name": "context",
|
|
2849
|
-
"type": {
|
|
2850
|
-
"text": "ElementDefinitionContext"
|
|
2851
|
-
}
|
|
2852
|
-
},
|
|
2853
|
-
{
|
|
2854
|
-
"name": "definition",
|
|
2855
|
-
"type": {
|
|
2856
|
-
"text": "FoundationElementDefinition"
|
|
2857
|
-
}
|
|
2858
|
-
}
|
|
2859
|
-
]
|
|
2839
|
+
"kind": "variable",
|
|
2840
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2841
|
+
"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`"
|
|
2860
2842
|
}
|
|
2861
2843
|
],
|
|
2862
2844
|
"exports": [
|
|
2863
2845
|
{
|
|
2864
2846
|
"kind": "js",
|
|
2865
|
-
"name": "
|
|
2847
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2866
2848
|
"declaration": {
|
|
2867
|
-
"name": "
|
|
2868
|
-
"module": "src/
|
|
2849
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2850
|
+
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
2869
2851
|
}
|
|
2870
2852
|
}
|
|
2871
2853
|
]
|
|
2872
2854
|
},
|
|
2873
2855
|
{
|
|
2874
2856
|
"kind": "javascript-module",
|
|
2875
|
-
"path": "src/
|
|
2857
|
+
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
2876
2858
|
"declarations": [
|
|
2877
2859
|
{
|
|
2878
|
-
"kind": "
|
|
2879
|
-
"name": "
|
|
2880
|
-
"
|
|
2881
|
-
"
|
|
2882
|
-
"text": "ViewTemplate<Accordion>"
|
|
2883
|
-
}
|
|
2860
|
+
"kind": "variable",
|
|
2861
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2862
|
+
"type": {
|
|
2863
|
+
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
2884
2864
|
},
|
|
2885
|
-
"
|
|
2886
|
-
{
|
|
2887
|
-
"name": "context",
|
|
2888
|
-
"type": {
|
|
2889
|
-
"text": "ElementDefinitionContext"
|
|
2890
|
-
}
|
|
2891
|
-
},
|
|
2892
|
-
{
|
|
2893
|
-
"name": "definition",
|
|
2894
|
-
"type": {
|
|
2895
|
-
"text": "FoundationElementDefinition"
|
|
2896
|
-
}
|
|
2897
|
-
}
|
|
2898
|
-
]
|
|
2865
|
+
"default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
|
|
2899
2866
|
}
|
|
2900
2867
|
],
|
|
2901
2868
|
"exports": [
|
|
2902
2869
|
{
|
|
2903
2870
|
"kind": "js",
|
|
2904
|
-
"name": "
|
|
2871
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2905
2872
|
"declaration": {
|
|
2906
|
-
"name": "
|
|
2907
|
-
"module": "src/
|
|
2873
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2874
|
+
"module": "src/ai-criteria-search/ai-criteria-search.template.ts"
|
|
2908
2875
|
}
|
|
2909
2876
|
}
|
|
2910
2877
|
]
|
|
2911
2878
|
},
|
|
2912
2879
|
{
|
|
2913
2880
|
"kind": "javascript-module",
|
|
2914
|
-
"path": "src/
|
|
2881
|
+
"path": "src/ai-criteria-search/ai-criteria-search.ts",
|
|
2915
2882
|
"declarations": [
|
|
2916
2883
|
{
|
|
2917
2884
|
"kind": "class",
|
|
2918
|
-
"description": "",
|
|
2919
|
-
"name": "
|
|
2920
|
-
"
|
|
2921
|
-
"name": "FASTAccordion",
|
|
2922
|
-
"package": "@microsoft/fast-foundation"
|
|
2923
|
-
},
|
|
2924
|
-
"tagName": "%%prefix%%-accordion",
|
|
2925
|
-
"customElement": true,
|
|
2926
|
-
"attributes": [
|
|
2885
|
+
"description": "Natural-language criteria search input with AI interpretation.",
|
|
2886
|
+
"name": "AiCriteriaSearch",
|
|
2887
|
+
"members": [
|
|
2927
2888
|
{
|
|
2928
|
-
"
|
|
2889
|
+
"kind": "field",
|
|
2890
|
+
"name": "providerRegistry",
|
|
2929
2891
|
"type": {
|
|
2930
|
-
"text": "
|
|
2931
|
-
},
|
|
2932
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
2933
|
-
"fieldName": "expandmode",
|
|
2934
|
-
"inheritedFrom": {
|
|
2935
|
-
"name": "Accordion",
|
|
2936
|
-
"module": "src/accordion/accordion.ts"
|
|
2892
|
+
"text": "AIProviderRegistry"
|
|
2937
2893
|
}
|
|
2938
|
-
}
|
|
2939
|
-
],
|
|
2940
|
-
"members": [
|
|
2894
|
+
},
|
|
2941
2895
|
{
|
|
2942
2896
|
"kind": "field",
|
|
2943
|
-
"name": "
|
|
2897
|
+
"name": "placeholder",
|
|
2944
2898
|
"type": {
|
|
2945
|
-
"text": "
|
|
2899
|
+
"text": "string"
|
|
2946
2900
|
},
|
|
2947
|
-
"
|
|
2948
|
-
|
|
2949
|
-
|
|
2950
|
-
|
|
2951
|
-
|
|
2901
|
+
"default": "'Describe your search criteria in natural language...'"
|
|
2902
|
+
},
|
|
2903
|
+
{
|
|
2904
|
+
"kind": "field",
|
|
2905
|
+
"name": "disabled",
|
|
2906
|
+
"type": {
|
|
2907
|
+
"text": "boolean"
|
|
2952
2908
|
}
|
|
2953
2909
|
},
|
|
2954
2910
|
{
|
|
2955
2911
|
"kind": "field",
|
|
2956
|
-
"name": "
|
|
2912
|
+
"name": "inputValue",
|
|
2957
2913
|
"type": {
|
|
2958
|
-
"text": "string
|
|
2914
|
+
"text": "string"
|
|
2959
2915
|
},
|
|
2960
|
-
"
|
|
2961
|
-
"inheritedFrom": {
|
|
2962
|
-
"name": "Accordion",
|
|
2963
|
-
"module": "src/accordion/accordion.ts"
|
|
2964
|
-
}
|
|
2916
|
+
"default": "''"
|
|
2965
2917
|
},
|
|
2966
2918
|
{
|
|
2967
2919
|
"kind": "field",
|
|
2968
|
-
"name": "
|
|
2920
|
+
"name": "isInterpreting",
|
|
2969
2921
|
"type": {
|
|
2970
|
-
"text": "
|
|
2922
|
+
"text": "boolean"
|
|
2971
2923
|
},
|
|
2972
|
-
"
|
|
2973
|
-
"default": "0",
|
|
2974
|
-
"inheritedFrom": {
|
|
2975
|
-
"name": "Accordion",
|
|
2976
|
-
"module": "src/accordion/accordion.ts"
|
|
2977
|
-
}
|
|
2924
|
+
"default": "false"
|
|
2978
2925
|
},
|
|
2979
2926
|
{
|
|
2980
2927
|
"kind": "field",
|
|
2981
|
-
"name": "
|
|
2928
|
+
"name": "lastValidCriteria",
|
|
2982
2929
|
"type": {
|
|
2983
|
-
"text": "
|
|
2930
|
+
"text": "string | null"
|
|
2984
2931
|
},
|
|
2985
|
-
"
|
|
2986
|
-
"inheritedFrom": {
|
|
2987
|
-
"name": "Accordion",
|
|
2988
|
-
"module": "src/accordion/accordion.ts"
|
|
2989
|
-
}
|
|
2932
|
+
"default": "null"
|
|
2990
2933
|
},
|
|
2991
2934
|
{
|
|
2992
2935
|
"kind": "field",
|
|
2993
|
-
"name": "
|
|
2994
|
-
"
|
|
2995
|
-
|
|
2996
|
-
|
|
2997
|
-
|
|
2998
|
-
}
|
|
2936
|
+
"name": "activeGroups",
|
|
2937
|
+
"type": {
|
|
2938
|
+
"text": "CriteriaGroup[]"
|
|
2939
|
+
},
|
|
2940
|
+
"default": "[]"
|
|
2999
2941
|
},
|
|
3000
2942
|
{
|
|
3001
|
-
"kind": "
|
|
3002
|
-
"name": "
|
|
3003
|
-
"
|
|
3004
|
-
|
|
3005
|
-
"type": {
|
|
3006
|
-
"text": "AccordionItem | null"
|
|
3007
|
-
}
|
|
2943
|
+
"kind": "field",
|
|
2944
|
+
"name": "showingChips",
|
|
2945
|
+
"type": {
|
|
2946
|
+
"text": "boolean"
|
|
3008
2947
|
},
|
|
3009
|
-
"
|
|
3010
|
-
"name": "Accordion",
|
|
3011
|
-
"module": "src/accordion/accordion.ts"
|
|
3012
|
-
}
|
|
2948
|
+
"default": "false"
|
|
3013
2949
|
},
|
|
3014
2950
|
{
|
|
3015
2951
|
"kind": "field",
|
|
3016
|
-
"name": "
|
|
3017
|
-
"
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
}
|
|
2952
|
+
"name": "fieldMetadata",
|
|
2953
|
+
"type": {
|
|
2954
|
+
"text": "MetadataDetail[] | string[]"
|
|
2955
|
+
},
|
|
2956
|
+
"default": "[]"
|
|
3022
2957
|
},
|
|
3023
2958
|
{
|
|
3024
|
-
"kind": "
|
|
3025
|
-
"name": "
|
|
3026
|
-
"
|
|
3027
|
-
|
|
3028
|
-
"type": {
|
|
3029
|
-
"text": "void"
|
|
3030
|
-
}
|
|
2959
|
+
"kind": "field",
|
|
2960
|
+
"name": "isRecording",
|
|
2961
|
+
"type": {
|
|
2962
|
+
"text": "boolean"
|
|
3031
2963
|
},
|
|
3032
|
-
"
|
|
3033
|
-
"name": "Accordion",
|
|
3034
|
-
"module": "src/accordion/accordion.ts"
|
|
3035
|
-
}
|
|
2964
|
+
"default": "false"
|
|
3036
2965
|
},
|
|
3037
2966
|
{
|
|
3038
2967
|
"kind": "field",
|
|
3039
|
-
"name": "
|
|
2968
|
+
"name": "textAreaRef",
|
|
2969
|
+
"type": {
|
|
2970
|
+
"text": "HTMLTextAreaElement"
|
|
2971
|
+
},
|
|
2972
|
+
"privacy": "public"
|
|
2973
|
+
},
|
|
2974
|
+
{
|
|
2975
|
+
"kind": "field",
|
|
2976
|
+
"name": "stopRecording",
|
|
2977
|
+
"type": {
|
|
2978
|
+
"text": "(() => void) | null"
|
|
2979
|
+
},
|
|
3040
2980
|
"privacy": "private",
|
|
3041
|
-
"
|
|
3042
|
-
"name": "Accordion",
|
|
3043
|
-
"module": "src/accordion/accordion.ts"
|
|
3044
|
-
}
|
|
2981
|
+
"default": "null"
|
|
3045
2982
|
},
|
|
3046
2983
|
{
|
|
3047
2984
|
"kind": "field",
|
|
3048
|
-
"name": "
|
|
2985
|
+
"name": "speechApplyDebounceTimer",
|
|
2986
|
+
"type": {
|
|
2987
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
2988
|
+
},
|
|
3049
2989
|
"privacy": "private",
|
|
3050
|
-
"
|
|
3051
|
-
|
|
3052
|
-
|
|
3053
|
-
|
|
2990
|
+
"default": "null"
|
|
2991
|
+
},
|
|
2992
|
+
{
|
|
2993
|
+
"kind": "field",
|
|
2994
|
+
"name": "speechAvailable",
|
|
2995
|
+
"type": {
|
|
2996
|
+
"text": "boolean"
|
|
2997
|
+
},
|
|
2998
|
+
"readonly": true
|
|
2999
|
+
},
|
|
3000
|
+
{
|
|
3001
|
+
"kind": "field",
|
|
3002
|
+
"name": "criteriaChips",
|
|
3003
|
+
"type": {
|
|
3004
|
+
"text": "CriteriaChip[]"
|
|
3005
|
+
},
|
|
3006
|
+
"readonly": true
|
|
3054
3007
|
},
|
|
3055
3008
|
{
|
|
3056
3009
|
"kind": "method",
|
|
3057
|
-
"name": "
|
|
3010
|
+
"name": "getFieldLabel",
|
|
3058
3011
|
"privacy": "private",
|
|
3059
3012
|
"return": {
|
|
3060
3013
|
"type": {
|
|
3061
|
-
"text": "
|
|
3014
|
+
"text": "string"
|
|
3062
3015
|
}
|
|
3063
3016
|
},
|
|
3064
|
-
"
|
|
3065
|
-
|
|
3066
|
-
|
|
3067
|
-
|
|
3017
|
+
"parameters": [
|
|
3018
|
+
{
|
|
3019
|
+
"name": "fieldName",
|
|
3020
|
+
"type": {
|
|
3021
|
+
"text": "string"
|
|
3022
|
+
}
|
|
3023
|
+
}
|
|
3024
|
+
]
|
|
3068
3025
|
},
|
|
3069
3026
|
{
|
|
3070
3027
|
"kind": "method",
|
|
3071
|
-
"name": "
|
|
3072
|
-
"privacy": "private",
|
|
3028
|
+
"name": "toggleCriteriaView",
|
|
3073
3029
|
"return": {
|
|
3074
3030
|
"type": {
|
|
3075
|
-
"text": "
|
|
3031
|
+
"text": "void"
|
|
3076
3032
|
}
|
|
3077
|
-
},
|
|
3078
|
-
"inheritedFrom": {
|
|
3079
|
-
"name": "Accordion",
|
|
3080
|
-
"module": "src/accordion/accordion.ts"
|
|
3081
|
-
}
|
|
3082
|
-
},
|
|
3083
|
-
{
|
|
3084
|
-
"kind": "field",
|
|
3085
|
-
"name": "handleItemKeyDown",
|
|
3086
|
-
"privacy": "private",
|
|
3087
|
-
"inheritedFrom": {
|
|
3088
|
-
"name": "Accordion",
|
|
3089
|
-
"module": "src/accordion/accordion.ts"
|
|
3090
|
-
}
|
|
3091
|
-
},
|
|
3092
|
-
{
|
|
3093
|
-
"kind": "field",
|
|
3094
|
-
"name": "handleItemFocus",
|
|
3095
|
-
"privacy": "private",
|
|
3096
|
-
"inheritedFrom": {
|
|
3097
|
-
"name": "Accordion",
|
|
3098
|
-
"module": "src/accordion/accordion.ts"
|
|
3099
3033
|
}
|
|
3100
3034
|
},
|
|
3101
3035
|
{
|
|
3102
3036
|
"kind": "method",
|
|
3103
|
-
"name": "
|
|
3104
|
-
"privacy": "private",
|
|
3037
|
+
"name": "removeChip",
|
|
3105
3038
|
"return": {
|
|
3106
3039
|
"type": {
|
|
3107
3040
|
"text": "void"
|
|
@@ -3109,31 +3042,49 @@
|
|
|
3109
3042
|
},
|
|
3110
3043
|
"parameters": [
|
|
3111
3044
|
{
|
|
3112
|
-
"name": "
|
|
3045
|
+
"name": "groupIndex",
|
|
3046
|
+
"type": {
|
|
3047
|
+
"text": "number"
|
|
3048
|
+
}
|
|
3049
|
+
},
|
|
3050
|
+
{
|
|
3051
|
+
"name": "clauseIndex",
|
|
3113
3052
|
"type": {
|
|
3114
3053
|
"text": "number"
|
|
3115
3054
|
}
|
|
3116
3055
|
}
|
|
3117
|
-
]
|
|
3118
|
-
"inheritedFrom": {
|
|
3119
|
-
"name": "Accordion",
|
|
3120
|
-
"module": "src/accordion/accordion.ts"
|
|
3121
|
-
}
|
|
3056
|
+
]
|
|
3122
3057
|
},
|
|
3123
3058
|
{
|
|
3124
3059
|
"kind": "method",
|
|
3125
|
-
"name": "
|
|
3126
|
-
"privacy": "private",
|
|
3060
|
+
"name": "clearChips",
|
|
3127
3061
|
"return": {
|
|
3128
3062
|
"type": {
|
|
3129
3063
|
"text": "void"
|
|
3130
3064
|
}
|
|
3131
|
-
},
|
|
3132
|
-
"inheritedFrom": {
|
|
3133
|
-
"name": "Accordion",
|
|
3134
|
-
"module": "src/accordion/accordion.ts"
|
|
3135
3065
|
}
|
|
3136
3066
|
},
|
|
3067
|
+
{
|
|
3068
|
+
"kind": "method",
|
|
3069
|
+
"name": "handleSubmit"
|
|
3070
|
+
},
|
|
3071
|
+
{
|
|
3072
|
+
"kind": "method",
|
|
3073
|
+
"name": "handleBlur"
|
|
3074
|
+
},
|
|
3075
|
+
{
|
|
3076
|
+
"kind": "method",
|
|
3077
|
+
"name": "clear"
|
|
3078
|
+
},
|
|
3079
|
+
{
|
|
3080
|
+
"kind": "method",
|
|
3081
|
+
"name": "toggleSpeechInput"
|
|
3082
|
+
},
|
|
3083
|
+
{
|
|
3084
|
+
"kind": "method",
|
|
3085
|
+
"name": "clearSpeechApplyDebounce",
|
|
3086
|
+
"privacy": "private"
|
|
3087
|
+
},
|
|
3137
3088
|
{
|
|
3138
3089
|
"kind": "field",
|
|
3139
3090
|
"name": "_presentation",
|
|
@@ -3248,26 +3199,48 @@
|
|
|
3248
3199
|
],
|
|
3249
3200
|
"events": [
|
|
3250
3201
|
{
|
|
3251
|
-
"description": "
|
|
3252
|
-
"name": "
|
|
3253
|
-
|
|
3254
|
-
|
|
3255
|
-
|
|
3256
|
-
|
|
3202
|
+
"description": "Fired when interpreted criteria is applied or cleared",
|
|
3203
|
+
"name": "criteria-changed"
|
|
3204
|
+
},
|
|
3205
|
+
{
|
|
3206
|
+
"description": "Fired when interpreted criteria contains invalid clauses",
|
|
3207
|
+
"name": "validation-errors"
|
|
3257
3208
|
}
|
|
3258
|
-
]
|
|
3209
|
+
],
|
|
3210
|
+
"attributes": [
|
|
3211
|
+
{
|
|
3212
|
+
"name": "placeholder",
|
|
3213
|
+
"type": {
|
|
3214
|
+
"text": "string"
|
|
3215
|
+
},
|
|
3216
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
3217
|
+
"fieldName": "placeholder"
|
|
3218
|
+
},
|
|
3219
|
+
{
|
|
3220
|
+
"type": {
|
|
3221
|
+
"text": "boolean"
|
|
3222
|
+
},
|
|
3223
|
+
"fieldName": "disabled"
|
|
3224
|
+
}
|
|
3225
|
+
],
|
|
3226
|
+
"superclass": {
|
|
3227
|
+
"name": "FoundationElement",
|
|
3228
|
+
"package": "@microsoft/fast-foundation"
|
|
3229
|
+
},
|
|
3230
|
+
"tagName": "%%prefix%%-ai-criteria-search",
|
|
3231
|
+
"customElement": true
|
|
3259
3232
|
},
|
|
3260
3233
|
{
|
|
3261
3234
|
"kind": "variable",
|
|
3262
|
-
"name": "
|
|
3235
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3263
3236
|
"type": {
|
|
3264
3237
|
"text": "ShadowRootInit"
|
|
3265
3238
|
},
|
|
3266
|
-
"default": "
|
|
3239
|
+
"default": "undefined"
|
|
3267
3240
|
},
|
|
3268
3241
|
{
|
|
3269
3242
|
"kind": "variable",
|
|
3270
|
-
"name": "
|
|
3243
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3271
3244
|
"type": {
|
|
3272
3245
|
"text": "object"
|
|
3273
3246
|
},
|
|
@@ -3275,57 +3248,103 @@
|
|
|
3275
3248
|
},
|
|
3276
3249
|
{
|
|
3277
3250
|
"kind": "variable",
|
|
3278
|
-
"name": "
|
|
3279
|
-
"description": "The Foundation Accordion",
|
|
3280
|
-
"privacy": "public"
|
|
3251
|
+
"name": "foundationAiCriteriaSearch"
|
|
3281
3252
|
}
|
|
3282
3253
|
],
|
|
3283
3254
|
"exports": [
|
|
3284
3255
|
{
|
|
3285
3256
|
"kind": "js",
|
|
3286
|
-
"name": "
|
|
3257
|
+
"name": "AiCriteriaSearch",
|
|
3287
3258
|
"declaration": {
|
|
3288
|
-
"name": "
|
|
3289
|
-
"module": "src/
|
|
3259
|
+
"name": "AiCriteriaSearch",
|
|
3260
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3290
3261
|
}
|
|
3291
3262
|
},
|
|
3292
3263
|
{
|
|
3293
3264
|
"kind": "js",
|
|
3294
|
-
"name": "
|
|
3265
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3295
3266
|
"declaration": {
|
|
3296
|
-
"name": "
|
|
3297
|
-
"module": "src/
|
|
3267
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3268
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3298
3269
|
}
|
|
3299
3270
|
},
|
|
3300
3271
|
{
|
|
3301
3272
|
"kind": "js",
|
|
3302
|
-
"name": "
|
|
3273
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3303
3274
|
"declaration": {
|
|
3304
|
-
"name": "
|
|
3305
|
-
"module": "src/
|
|
3275
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3276
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3306
3277
|
}
|
|
3307
3278
|
},
|
|
3308
3279
|
{
|
|
3309
3280
|
"kind": "js",
|
|
3310
|
-
"name": "
|
|
3281
|
+
"name": "foundationAiCriteriaSearch",
|
|
3311
3282
|
"declaration": {
|
|
3312
|
-
"name": "
|
|
3313
|
-
"module": "src/
|
|
3283
|
+
"name": "foundationAiCriteriaSearch",
|
|
3284
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3314
3285
|
}
|
|
3315
3286
|
}
|
|
3316
3287
|
]
|
|
3317
3288
|
},
|
|
3318
3289
|
{
|
|
3319
3290
|
"kind": "javascript-module",
|
|
3320
|
-
"path": "src/
|
|
3291
|
+
"path": "src/ai-criteria-search/index.ts",
|
|
3321
3292
|
"declarations": [],
|
|
3322
3293
|
"exports": [
|
|
3294
|
+
{
|
|
3295
|
+
"kind": "js",
|
|
3296
|
+
"name": "AiCriteriaSearch",
|
|
3297
|
+
"declaration": {
|
|
3298
|
+
"name": "AiCriteriaSearch",
|
|
3299
|
+
"module": "./ai-criteria-search"
|
|
3300
|
+
}
|
|
3301
|
+
},
|
|
3302
|
+
{
|
|
3303
|
+
"kind": "js",
|
|
3304
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3305
|
+
"declaration": {
|
|
3306
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3307
|
+
"module": "./ai-criteria-search"
|
|
3308
|
+
}
|
|
3309
|
+
},
|
|
3310
|
+
{
|
|
3311
|
+
"kind": "js",
|
|
3312
|
+
"name": "foundationAiCriteriaSearch",
|
|
3313
|
+
"declaration": {
|
|
3314
|
+
"name": "foundationAiCriteriaSearch",
|
|
3315
|
+
"module": "./ai-criteria-search"
|
|
3316
|
+
}
|
|
3317
|
+
},
|
|
3318
|
+
{
|
|
3319
|
+
"kind": "js",
|
|
3320
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3321
|
+
"declaration": {
|
|
3322
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3323
|
+
"module": "./ai-criteria-search"
|
|
3324
|
+
}
|
|
3325
|
+
},
|
|
3326
|
+
{
|
|
3327
|
+
"kind": "js",
|
|
3328
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
3329
|
+
"declaration": {
|
|
3330
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
3331
|
+
"module": "./ai-criteria-search.styles"
|
|
3332
|
+
}
|
|
3333
|
+
},
|
|
3334
|
+
{
|
|
3335
|
+
"kind": "js",
|
|
3336
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3337
|
+
"declaration": {
|
|
3338
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3339
|
+
"module": "./ai-criteria-search.template"
|
|
3340
|
+
}
|
|
3341
|
+
},
|
|
3323
3342
|
{
|
|
3324
3343
|
"kind": "js",
|
|
3325
3344
|
"name": "*",
|
|
3326
3345
|
"declaration": {
|
|
3327
3346
|
"name": "*",
|
|
3328
|
-
"package": "./
|
|
3347
|
+
"package": "./validation/criteria-ir"
|
|
3329
3348
|
}
|
|
3330
3349
|
},
|
|
3331
3350
|
{
|
|
@@ -3333,7 +3352,7 @@
|
|
|
3333
3352
|
"name": "*",
|
|
3334
3353
|
"declaration": {
|
|
3335
3354
|
"name": "*",
|
|
3336
|
-
"package": "./
|
|
3355
|
+
"package": "./validation/operator-map"
|
|
3337
3356
|
}
|
|
3338
3357
|
},
|
|
3339
3358
|
{
|
|
@@ -3341,215 +3360,357 @@
|
|
|
3341
3360
|
"name": "*",
|
|
3342
3361
|
"declaration": {
|
|
3343
3362
|
"name": "*",
|
|
3344
|
-
"package": "./
|
|
3363
|
+
"package": "./validation/schema-validator"
|
|
3345
3364
|
}
|
|
3346
3365
|
}
|
|
3347
3366
|
]
|
|
3348
3367
|
},
|
|
3349
3368
|
{
|
|
3350
3369
|
"kind": "javascript-module",
|
|
3351
|
-
"path": "src/ai-criteria-search/
|
|
3370
|
+
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
3352
3371
|
"declarations": [
|
|
3353
3372
|
{
|
|
3354
|
-
"kind": "
|
|
3355
|
-
"name": "
|
|
3356
|
-
"
|
|
3373
|
+
"kind": "function",
|
|
3374
|
+
"name": "formatValidationErrors",
|
|
3375
|
+
"return": {
|
|
3376
|
+
"type": {
|
|
3377
|
+
"text": "string"
|
|
3378
|
+
}
|
|
3379
|
+
},
|
|
3380
|
+
"parameters": [
|
|
3381
|
+
{
|
|
3382
|
+
"name": "errors",
|
|
3383
|
+
"type": {
|
|
3384
|
+
"text": "ValidationError[]"
|
|
3385
|
+
}
|
|
3386
|
+
}
|
|
3387
|
+
],
|
|
3388
|
+
"description": "Formats validation errors into a user-friendly message."
|
|
3389
|
+
},
|
|
3390
|
+
{
|
|
3391
|
+
"kind": "function",
|
|
3392
|
+
"name": "showCriteriaError",
|
|
3393
|
+
"return": {
|
|
3394
|
+
"type": {
|
|
3395
|
+
"text": "void"
|
|
3396
|
+
}
|
|
3397
|
+
},
|
|
3398
|
+
"parameters": [
|
|
3399
|
+
{
|
|
3400
|
+
"name": "title",
|
|
3401
|
+
"type": {
|
|
3402
|
+
"text": "string"
|
|
3403
|
+
},
|
|
3404
|
+
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
3405
|
+
},
|
|
3406
|
+
{
|
|
3407
|
+
"name": "body",
|
|
3408
|
+
"type": {
|
|
3409
|
+
"text": "string"
|
|
3410
|
+
},
|
|
3411
|
+
"description": "Error message to display"
|
|
3412
|
+
},
|
|
3413
|
+
{
|
|
3414
|
+
"name": "tagName",
|
|
3415
|
+
"type": {
|
|
3416
|
+
"text": "string"
|
|
3417
|
+
},
|
|
3418
|
+
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
3419
|
+
}
|
|
3420
|
+
],
|
|
3421
|
+
"description": "Shows a criteria error as a toast notification."
|
|
3422
|
+
}
|
|
3423
|
+
],
|
|
3424
|
+
"exports": [
|
|
3425
|
+
{
|
|
3426
|
+
"kind": "js",
|
|
3427
|
+
"name": "formatValidationErrors",
|
|
3428
|
+
"declaration": {
|
|
3429
|
+
"name": "formatValidationErrors",
|
|
3430
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3431
|
+
}
|
|
3432
|
+
},
|
|
3433
|
+
{
|
|
3434
|
+
"kind": "js",
|
|
3435
|
+
"name": "showCriteriaError",
|
|
3436
|
+
"declaration": {
|
|
3437
|
+
"name": "showCriteriaError",
|
|
3438
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3439
|
+
}
|
|
3440
|
+
}
|
|
3441
|
+
]
|
|
3442
|
+
},
|
|
3443
|
+
{
|
|
3444
|
+
"kind": "javascript-module",
|
|
3445
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
3446
|
+
"declarations": [
|
|
3447
|
+
{
|
|
3448
|
+
"kind": "function",
|
|
3449
|
+
"name": "foundationAccordionStyles",
|
|
3450
|
+
"return": {
|
|
3451
|
+
"type": {
|
|
3452
|
+
"text": "ElementStyles"
|
|
3453
|
+
}
|
|
3454
|
+
},
|
|
3455
|
+
"parameters": [
|
|
3456
|
+
{
|
|
3457
|
+
"name": "context",
|
|
3458
|
+
"type": {
|
|
3459
|
+
"text": "ElementDefinitionContext"
|
|
3460
|
+
}
|
|
3461
|
+
},
|
|
3462
|
+
{
|
|
3463
|
+
"name": "definition",
|
|
3464
|
+
"type": {
|
|
3465
|
+
"text": "FoundationElementDefinition"
|
|
3466
|
+
}
|
|
3467
|
+
}
|
|
3468
|
+
]
|
|
3357
3469
|
}
|
|
3358
3470
|
],
|
|
3359
3471
|
"exports": [
|
|
3360
3472
|
{
|
|
3361
3473
|
"kind": "js",
|
|
3362
|
-
"name": "
|
|
3474
|
+
"name": "foundationAccordionStyles",
|
|
3363
3475
|
"declaration": {
|
|
3364
|
-
"name": "
|
|
3365
|
-
"module": "src/
|
|
3476
|
+
"name": "foundationAccordionStyles",
|
|
3477
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
3366
3478
|
}
|
|
3367
3479
|
}
|
|
3368
3480
|
]
|
|
3369
3481
|
},
|
|
3370
3482
|
{
|
|
3371
3483
|
"kind": "javascript-module",
|
|
3372
|
-
"path": "src/
|
|
3484
|
+
"path": "src/accordion/accordion.template.ts",
|
|
3373
3485
|
"declarations": [
|
|
3374
3486
|
{
|
|
3375
|
-
"kind": "
|
|
3376
|
-
"name": "
|
|
3377
|
-
"
|
|
3378
|
-
"
|
|
3487
|
+
"kind": "function",
|
|
3488
|
+
"name": "foundationAccordionTemplate",
|
|
3489
|
+
"return": {
|
|
3490
|
+
"type": {
|
|
3491
|
+
"text": "ViewTemplate<Accordion>"
|
|
3492
|
+
}
|
|
3379
3493
|
},
|
|
3380
|
-
"
|
|
3494
|
+
"parameters": [
|
|
3495
|
+
{
|
|
3496
|
+
"name": "context",
|
|
3497
|
+
"type": {
|
|
3498
|
+
"text": "ElementDefinitionContext"
|
|
3499
|
+
}
|
|
3500
|
+
},
|
|
3501
|
+
{
|
|
3502
|
+
"name": "definition",
|
|
3503
|
+
"type": {
|
|
3504
|
+
"text": "FoundationElementDefinition"
|
|
3505
|
+
}
|
|
3506
|
+
}
|
|
3507
|
+
]
|
|
3381
3508
|
}
|
|
3382
3509
|
],
|
|
3383
3510
|
"exports": [
|
|
3384
3511
|
{
|
|
3385
3512
|
"kind": "js",
|
|
3386
|
-
"name": "
|
|
3513
|
+
"name": "foundationAccordionTemplate",
|
|
3387
3514
|
"declaration": {
|
|
3388
|
-
"name": "
|
|
3389
|
-
"module": "src/
|
|
3515
|
+
"name": "foundationAccordionTemplate",
|
|
3516
|
+
"module": "src/accordion/accordion.template.ts"
|
|
3390
3517
|
}
|
|
3391
3518
|
}
|
|
3392
3519
|
]
|
|
3393
3520
|
},
|
|
3394
3521
|
{
|
|
3395
3522
|
"kind": "javascript-module",
|
|
3396
|
-
"path": "src/
|
|
3523
|
+
"path": "src/accordion/accordion.ts",
|
|
3397
3524
|
"declarations": [
|
|
3398
3525
|
{
|
|
3399
3526
|
"kind": "class",
|
|
3400
|
-
"description": "
|
|
3401
|
-
"name": "
|
|
3402
|
-
"
|
|
3403
|
-
|
|
3404
|
-
|
|
3405
|
-
|
|
3406
|
-
|
|
3407
|
-
|
|
3408
|
-
|
|
3409
|
-
},
|
|
3527
|
+
"description": "",
|
|
3528
|
+
"name": "Accordion",
|
|
3529
|
+
"superclass": {
|
|
3530
|
+
"name": "FASTAccordion",
|
|
3531
|
+
"package": "@microsoft/fast-foundation"
|
|
3532
|
+
},
|
|
3533
|
+
"tagName": "%%prefix%%-accordion",
|
|
3534
|
+
"customElement": true,
|
|
3535
|
+
"attributes": [
|
|
3410
3536
|
{
|
|
3411
|
-
"
|
|
3412
|
-
"name": "placeholder",
|
|
3537
|
+
"name": "expand-mode",
|
|
3413
3538
|
"type": {
|
|
3414
|
-
"text": "
|
|
3539
|
+
"text": "AccordionExpandMode"
|
|
3415
3540
|
},
|
|
3416
|
-
"
|
|
3417
|
-
|
|
3418
|
-
|
|
3419
|
-
|
|
3420
|
-
|
|
3421
|
-
"type": {
|
|
3422
|
-
"text": "boolean"
|
|
3541
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3542
|
+
"fieldName": "expandmode",
|
|
3543
|
+
"inheritedFrom": {
|
|
3544
|
+
"name": "Accordion",
|
|
3545
|
+
"module": "src/accordion/accordion.ts"
|
|
3423
3546
|
}
|
|
3424
|
-
}
|
|
3425
|
-
|
|
3426
|
-
|
|
3427
|
-
"name": "inputValue",
|
|
3428
|
-
"type": {
|
|
3429
|
-
"text": "string"
|
|
3430
|
-
},
|
|
3431
|
-
"default": "''"
|
|
3432
|
-
},
|
|
3547
|
+
}
|
|
3548
|
+
],
|
|
3549
|
+
"members": [
|
|
3433
3550
|
{
|
|
3434
3551
|
"kind": "field",
|
|
3435
|
-
"name": "
|
|
3552
|
+
"name": "expandmode",
|
|
3436
3553
|
"type": {
|
|
3437
|
-
"text": "
|
|
3554
|
+
"text": "AccordionExpandMode"
|
|
3438
3555
|
},
|
|
3439
|
-
"
|
|
3556
|
+
"privacy": "public",
|
|
3557
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3558
|
+
"inheritedFrom": {
|
|
3559
|
+
"name": "Accordion",
|
|
3560
|
+
"module": "src/accordion/accordion.ts"
|
|
3561
|
+
}
|
|
3440
3562
|
},
|
|
3441
3563
|
{
|
|
3442
3564
|
"kind": "field",
|
|
3443
|
-
"name": "
|
|
3565
|
+
"name": "activeid",
|
|
3444
3566
|
"type": {
|
|
3445
3567
|
"text": "string | null"
|
|
3446
3568
|
},
|
|
3447
|
-
"
|
|
3448
|
-
|
|
3449
|
-
|
|
3450
|
-
|
|
3451
|
-
|
|
3452
|
-
"type": {
|
|
3453
|
-
"text": "CriteriaGroup[]"
|
|
3454
|
-
},
|
|
3455
|
-
"default": "[]"
|
|
3569
|
+
"privacy": "private",
|
|
3570
|
+
"inheritedFrom": {
|
|
3571
|
+
"name": "Accordion",
|
|
3572
|
+
"module": "src/accordion/accordion.ts"
|
|
3573
|
+
}
|
|
3456
3574
|
},
|
|
3457
3575
|
{
|
|
3458
3576
|
"kind": "field",
|
|
3459
|
-
"name": "
|
|
3577
|
+
"name": "activeItemIndex",
|
|
3460
3578
|
"type": {
|
|
3461
|
-
"text": "
|
|
3579
|
+
"text": "number"
|
|
3462
3580
|
},
|
|
3463
|
-
"
|
|
3581
|
+
"privacy": "private",
|
|
3582
|
+
"default": "0",
|
|
3583
|
+
"inheritedFrom": {
|
|
3584
|
+
"name": "Accordion",
|
|
3585
|
+
"module": "src/accordion/accordion.ts"
|
|
3586
|
+
}
|
|
3464
3587
|
},
|
|
3465
3588
|
{
|
|
3466
3589
|
"kind": "field",
|
|
3467
|
-
"name": "
|
|
3590
|
+
"name": "accordionIds",
|
|
3468
3591
|
"type": {
|
|
3469
|
-
"text": "
|
|
3592
|
+
"text": "Array<string | null>"
|
|
3470
3593
|
},
|
|
3471
|
-
"
|
|
3594
|
+
"privacy": "private",
|
|
3595
|
+
"inheritedFrom": {
|
|
3596
|
+
"name": "Accordion",
|
|
3597
|
+
"module": "src/accordion/accordion.ts"
|
|
3598
|
+
}
|
|
3472
3599
|
},
|
|
3473
3600
|
{
|
|
3474
3601
|
"kind": "field",
|
|
3475
|
-
"name": "
|
|
3476
|
-
"
|
|
3477
|
-
|
|
3478
|
-
|
|
3479
|
-
|
|
3602
|
+
"name": "change",
|
|
3603
|
+
"privacy": "private",
|
|
3604
|
+
"inheritedFrom": {
|
|
3605
|
+
"name": "Accordion",
|
|
3606
|
+
"module": "src/accordion/accordion.ts"
|
|
3607
|
+
}
|
|
3480
3608
|
},
|
|
3481
3609
|
{
|
|
3482
|
-
"kind": "
|
|
3483
|
-
"name": "
|
|
3484
|
-
"
|
|
3485
|
-
|
|
3610
|
+
"kind": "method",
|
|
3611
|
+
"name": "findExpandedItem",
|
|
3612
|
+
"privacy": "private",
|
|
3613
|
+
"return": {
|
|
3614
|
+
"type": {
|
|
3615
|
+
"text": "AccordionItem | null"
|
|
3616
|
+
}
|
|
3486
3617
|
},
|
|
3487
|
-
"
|
|
3618
|
+
"inheritedFrom": {
|
|
3619
|
+
"name": "Accordion",
|
|
3620
|
+
"module": "src/accordion/accordion.ts"
|
|
3621
|
+
}
|
|
3488
3622
|
},
|
|
3489
3623
|
{
|
|
3490
3624
|
"kind": "field",
|
|
3491
|
-
"name": "
|
|
3492
|
-
"type": {
|
|
3493
|
-
"text": "(() => void) | null"
|
|
3494
|
-
},
|
|
3625
|
+
"name": "setItems",
|
|
3495
3626
|
"privacy": "private",
|
|
3496
|
-
"
|
|
3627
|
+
"inheritedFrom": {
|
|
3628
|
+
"name": "Accordion",
|
|
3629
|
+
"module": "src/accordion/accordion.ts"
|
|
3630
|
+
}
|
|
3497
3631
|
},
|
|
3498
3632
|
{
|
|
3499
|
-
"kind": "
|
|
3500
|
-
"name": "
|
|
3501
|
-
"type": {
|
|
3502
|
-
"text": "ReturnType<typeof setTimeout> | null"
|
|
3503
|
-
},
|
|
3633
|
+
"kind": "method",
|
|
3634
|
+
"name": "resetItems",
|
|
3504
3635
|
"privacy": "private",
|
|
3505
|
-
"
|
|
3636
|
+
"return": {
|
|
3637
|
+
"type": {
|
|
3638
|
+
"text": "void"
|
|
3639
|
+
}
|
|
3640
|
+
},
|
|
3641
|
+
"inheritedFrom": {
|
|
3642
|
+
"name": "Accordion",
|
|
3643
|
+
"module": "src/accordion/accordion.ts"
|
|
3644
|
+
}
|
|
3506
3645
|
},
|
|
3507
3646
|
{
|
|
3508
3647
|
"kind": "field",
|
|
3509
|
-
"name": "
|
|
3510
|
-
"
|
|
3511
|
-
|
|
3512
|
-
|
|
3513
|
-
|
|
3648
|
+
"name": "removeItemListeners",
|
|
3649
|
+
"privacy": "private",
|
|
3650
|
+
"inheritedFrom": {
|
|
3651
|
+
"name": "Accordion",
|
|
3652
|
+
"module": "src/accordion/accordion.ts"
|
|
3653
|
+
}
|
|
3514
3654
|
},
|
|
3515
3655
|
{
|
|
3516
3656
|
"kind": "field",
|
|
3517
|
-
"name": "
|
|
3518
|
-
"
|
|
3519
|
-
|
|
3520
|
-
|
|
3521
|
-
|
|
3657
|
+
"name": "activeItemChange",
|
|
3658
|
+
"privacy": "private",
|
|
3659
|
+
"inheritedFrom": {
|
|
3660
|
+
"name": "Accordion",
|
|
3661
|
+
"module": "src/accordion/accordion.ts"
|
|
3662
|
+
}
|
|
3522
3663
|
},
|
|
3523
3664
|
{
|
|
3524
3665
|
"kind": "method",
|
|
3525
|
-
"name": "
|
|
3666
|
+
"name": "getItemIds",
|
|
3526
3667
|
"privacy": "private",
|
|
3527
3668
|
"return": {
|
|
3528
3669
|
"type": {
|
|
3529
|
-
"text": "string"
|
|
3670
|
+
"text": "Array<string | null>"
|
|
3530
3671
|
}
|
|
3531
3672
|
},
|
|
3532
|
-
"
|
|
3533
|
-
|
|
3534
|
-
|
|
3535
|
-
|
|
3536
|
-
"text": "string"
|
|
3537
|
-
}
|
|
3538
|
-
}
|
|
3539
|
-
]
|
|
3673
|
+
"inheritedFrom": {
|
|
3674
|
+
"name": "Accordion",
|
|
3675
|
+
"module": "src/accordion/accordion.ts"
|
|
3676
|
+
}
|
|
3540
3677
|
},
|
|
3541
3678
|
{
|
|
3542
3679
|
"kind": "method",
|
|
3543
|
-
"name": "
|
|
3680
|
+
"name": "isSingleExpandMode",
|
|
3681
|
+
"privacy": "private",
|
|
3544
3682
|
"return": {
|
|
3545
3683
|
"type": {
|
|
3546
|
-
"text": "
|
|
3684
|
+
"text": "boolean"
|
|
3547
3685
|
}
|
|
3686
|
+
},
|
|
3687
|
+
"inheritedFrom": {
|
|
3688
|
+
"name": "Accordion",
|
|
3689
|
+
"module": "src/accordion/accordion.ts"
|
|
3690
|
+
}
|
|
3691
|
+
},
|
|
3692
|
+
{
|
|
3693
|
+
"kind": "field",
|
|
3694
|
+
"name": "handleItemKeyDown",
|
|
3695
|
+
"privacy": "private",
|
|
3696
|
+
"inheritedFrom": {
|
|
3697
|
+
"name": "Accordion",
|
|
3698
|
+
"module": "src/accordion/accordion.ts"
|
|
3699
|
+
}
|
|
3700
|
+
},
|
|
3701
|
+
{
|
|
3702
|
+
"kind": "field",
|
|
3703
|
+
"name": "handleItemFocus",
|
|
3704
|
+
"privacy": "private",
|
|
3705
|
+
"inheritedFrom": {
|
|
3706
|
+
"name": "Accordion",
|
|
3707
|
+
"module": "src/accordion/accordion.ts"
|
|
3548
3708
|
}
|
|
3549
3709
|
},
|
|
3550
3710
|
{
|
|
3551
3711
|
"kind": "method",
|
|
3552
|
-
"name": "
|
|
3712
|
+
"name": "adjust",
|
|
3713
|
+
"privacy": "private",
|
|
3553
3714
|
"return": {
|
|
3554
3715
|
"type": {
|
|
3555
3716
|
"text": "void"
|
|
@@ -3557,49 +3718,31 @@
|
|
|
3557
3718
|
},
|
|
3558
3719
|
"parameters": [
|
|
3559
3720
|
{
|
|
3560
|
-
"name": "
|
|
3561
|
-
"type": {
|
|
3562
|
-
"text": "number"
|
|
3563
|
-
}
|
|
3564
|
-
},
|
|
3565
|
-
{
|
|
3566
|
-
"name": "clauseIndex",
|
|
3721
|
+
"name": "adjustment",
|
|
3567
3722
|
"type": {
|
|
3568
3723
|
"text": "number"
|
|
3569
3724
|
}
|
|
3570
3725
|
}
|
|
3571
|
-
]
|
|
3726
|
+
],
|
|
3727
|
+
"inheritedFrom": {
|
|
3728
|
+
"name": "Accordion",
|
|
3729
|
+
"module": "src/accordion/accordion.ts"
|
|
3730
|
+
}
|
|
3572
3731
|
},
|
|
3573
3732
|
{
|
|
3574
3733
|
"kind": "method",
|
|
3575
|
-
"name": "
|
|
3734
|
+
"name": "focusItem",
|
|
3735
|
+
"privacy": "private",
|
|
3576
3736
|
"return": {
|
|
3577
3737
|
"type": {
|
|
3578
3738
|
"text": "void"
|
|
3579
3739
|
}
|
|
3740
|
+
},
|
|
3741
|
+
"inheritedFrom": {
|
|
3742
|
+
"name": "Accordion",
|
|
3743
|
+
"module": "src/accordion/accordion.ts"
|
|
3580
3744
|
}
|
|
3581
3745
|
},
|
|
3582
|
-
{
|
|
3583
|
-
"kind": "method",
|
|
3584
|
-
"name": "handleSubmit"
|
|
3585
|
-
},
|
|
3586
|
-
{
|
|
3587
|
-
"kind": "method",
|
|
3588
|
-
"name": "handleBlur"
|
|
3589
|
-
},
|
|
3590
|
-
{
|
|
3591
|
-
"kind": "method",
|
|
3592
|
-
"name": "clear"
|
|
3593
|
-
},
|
|
3594
|
-
{
|
|
3595
|
-
"kind": "method",
|
|
3596
|
-
"name": "toggleSpeechInput"
|
|
3597
|
-
},
|
|
3598
|
-
{
|
|
3599
|
-
"kind": "method",
|
|
3600
|
-
"name": "clearSpeechApplyDebounce",
|
|
3601
|
-
"privacy": "private"
|
|
3602
|
-
},
|
|
3603
3746
|
{
|
|
3604
3747
|
"kind": "field",
|
|
3605
3748
|
"name": "_presentation",
|
|
@@ -3714,48 +3857,26 @@
|
|
|
3714
3857
|
],
|
|
3715
3858
|
"events": [
|
|
3716
3859
|
{
|
|
3717
|
-
"description": "
|
|
3718
|
-
"name": "
|
|
3719
|
-
|
|
3720
|
-
|
|
3721
|
-
|
|
3722
|
-
|
|
3723
|
-
}
|
|
3724
|
-
],
|
|
3725
|
-
"attributes": [
|
|
3726
|
-
{
|
|
3727
|
-
"name": "placeholder",
|
|
3728
|
-
"type": {
|
|
3729
|
-
"text": "string"
|
|
3730
|
-
},
|
|
3731
|
-
"default": "'Describe your search criteria in natural language...'",
|
|
3732
|
-
"fieldName": "placeholder"
|
|
3733
|
-
},
|
|
3734
|
-
{
|
|
3735
|
-
"type": {
|
|
3736
|
-
"text": "boolean"
|
|
3737
|
-
},
|
|
3738
|
-
"fieldName": "disabled"
|
|
3860
|
+
"description": "Fires a custom 'change' event when the active item changes",
|
|
3861
|
+
"name": "change",
|
|
3862
|
+
"inheritedFrom": {
|
|
3863
|
+
"name": "Accordion",
|
|
3864
|
+
"module": "src/accordion/accordion.ts"
|
|
3865
|
+
}
|
|
3739
3866
|
}
|
|
3740
|
-
]
|
|
3741
|
-
"superclass": {
|
|
3742
|
-
"name": "FoundationElement",
|
|
3743
|
-
"package": "@microsoft/fast-foundation"
|
|
3744
|
-
},
|
|
3745
|
-
"tagName": "%%prefix%%-ai-criteria-search",
|
|
3746
|
-
"customElement": true
|
|
3867
|
+
]
|
|
3747
3868
|
},
|
|
3748
3869
|
{
|
|
3749
3870
|
"kind": "variable",
|
|
3750
|
-
"name": "
|
|
3871
|
+
"name": "foundationAccordionShadowOptions",
|
|
3751
3872
|
"type": {
|
|
3752
3873
|
"text": "ShadowRootInit"
|
|
3753
3874
|
},
|
|
3754
|
-
"default": "
|
|
3875
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3755
3876
|
},
|
|
3756
3877
|
{
|
|
3757
3878
|
"kind": "variable",
|
|
3758
|
-
"name": "
|
|
3879
|
+
"name": "defaultAccordionConfig",
|
|
3759
3880
|
"type": {
|
|
3760
3881
|
"text": "object"
|
|
3761
3882
|
},
|
|
@@ -3763,103 +3884,57 @@
|
|
|
3763
3884
|
},
|
|
3764
3885
|
{
|
|
3765
3886
|
"kind": "variable",
|
|
3766
|
-
"name": "
|
|
3887
|
+
"name": "foundationAccordion",
|
|
3888
|
+
"description": "The Foundation Accordion",
|
|
3889
|
+
"privacy": "public"
|
|
3767
3890
|
}
|
|
3768
3891
|
],
|
|
3769
3892
|
"exports": [
|
|
3770
3893
|
{
|
|
3771
3894
|
"kind": "js",
|
|
3772
|
-
"name": "
|
|
3895
|
+
"name": "Accordion",
|
|
3773
3896
|
"declaration": {
|
|
3774
|
-
"name": "
|
|
3775
|
-
"module": "src/
|
|
3897
|
+
"name": "Accordion",
|
|
3898
|
+
"module": "src/accordion/accordion.ts"
|
|
3776
3899
|
}
|
|
3777
3900
|
},
|
|
3778
3901
|
{
|
|
3779
3902
|
"kind": "js",
|
|
3780
|
-
"name": "
|
|
3903
|
+
"name": "foundationAccordionShadowOptions",
|
|
3781
3904
|
"declaration": {
|
|
3782
|
-
"name": "
|
|
3783
|
-
"module": "src/
|
|
3905
|
+
"name": "foundationAccordionShadowOptions",
|
|
3906
|
+
"module": "src/accordion/accordion.ts"
|
|
3784
3907
|
}
|
|
3785
3908
|
},
|
|
3786
3909
|
{
|
|
3787
3910
|
"kind": "js",
|
|
3788
|
-
"name": "
|
|
3911
|
+
"name": "defaultAccordionConfig",
|
|
3789
3912
|
"declaration": {
|
|
3790
|
-
"name": "
|
|
3791
|
-
"module": "src/
|
|
3913
|
+
"name": "defaultAccordionConfig",
|
|
3914
|
+
"module": "src/accordion/accordion.ts"
|
|
3792
3915
|
}
|
|
3793
3916
|
},
|
|
3794
3917
|
{
|
|
3795
3918
|
"kind": "js",
|
|
3796
|
-
"name": "
|
|
3919
|
+
"name": "foundationAccordion",
|
|
3797
3920
|
"declaration": {
|
|
3798
|
-
"name": "
|
|
3799
|
-
"module": "src/
|
|
3921
|
+
"name": "foundationAccordion",
|
|
3922
|
+
"module": "src/accordion/accordion.ts"
|
|
3800
3923
|
}
|
|
3801
3924
|
}
|
|
3802
3925
|
]
|
|
3803
3926
|
},
|
|
3804
3927
|
{
|
|
3805
3928
|
"kind": "javascript-module",
|
|
3806
|
-
"path": "src/
|
|
3929
|
+
"path": "src/accordion/index.ts",
|
|
3807
3930
|
"declarations": [],
|
|
3808
3931
|
"exports": [
|
|
3809
|
-
{
|
|
3810
|
-
"kind": "js",
|
|
3811
|
-
"name": "AiCriteriaSearch",
|
|
3812
|
-
"declaration": {
|
|
3813
|
-
"name": "AiCriteriaSearch",
|
|
3814
|
-
"module": "./ai-criteria-search"
|
|
3815
|
-
}
|
|
3816
|
-
},
|
|
3817
|
-
{
|
|
3818
|
-
"kind": "js",
|
|
3819
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
3820
|
-
"declaration": {
|
|
3821
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
3822
|
-
"module": "./ai-criteria-search"
|
|
3823
|
-
}
|
|
3824
|
-
},
|
|
3825
|
-
{
|
|
3826
|
-
"kind": "js",
|
|
3827
|
-
"name": "foundationAiCriteriaSearch",
|
|
3828
|
-
"declaration": {
|
|
3829
|
-
"name": "foundationAiCriteriaSearch",
|
|
3830
|
-
"module": "./ai-criteria-search"
|
|
3831
|
-
}
|
|
3832
|
-
},
|
|
3833
|
-
{
|
|
3834
|
-
"kind": "js",
|
|
3835
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3836
|
-
"declaration": {
|
|
3837
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3838
|
-
"module": "./ai-criteria-search"
|
|
3839
|
-
}
|
|
3840
|
-
},
|
|
3841
|
-
{
|
|
3842
|
-
"kind": "js",
|
|
3843
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
3844
|
-
"declaration": {
|
|
3845
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
3846
|
-
"module": "./ai-criteria-search.styles"
|
|
3847
|
-
}
|
|
3848
|
-
},
|
|
3849
|
-
{
|
|
3850
|
-
"kind": "js",
|
|
3851
|
-
"name": "foundationAiCriteriaSearchTemplate",
|
|
3852
|
-
"declaration": {
|
|
3853
|
-
"name": "foundationAiCriteriaSearchTemplate",
|
|
3854
|
-
"module": "./ai-criteria-search.template"
|
|
3855
|
-
}
|
|
3856
|
-
},
|
|
3857
3932
|
{
|
|
3858
3933
|
"kind": "js",
|
|
3859
3934
|
"name": "*",
|
|
3860
3935
|
"declaration": {
|
|
3861
3936
|
"name": "*",
|
|
3862
|
-
"package": "./
|
|
3937
|
+
"package": "./accordion.template"
|
|
3863
3938
|
}
|
|
3864
3939
|
},
|
|
3865
3940
|
{
|
|
@@ -3867,7 +3942,7 @@
|
|
|
3867
3942
|
"name": "*",
|
|
3868
3943
|
"declaration": {
|
|
3869
3944
|
"name": "*",
|
|
3870
|
-
"package": "./
|
|
3945
|
+
"package": "./accordion.styles"
|
|
3871
3946
|
}
|
|
3872
3947
|
},
|
|
3873
3948
|
{
|
|
@@ -3875,82 +3950,7 @@
|
|
|
3875
3950
|
"name": "*",
|
|
3876
3951
|
"declaration": {
|
|
3877
3952
|
"name": "*",
|
|
3878
|
-
"package": "./
|
|
3879
|
-
}
|
|
3880
|
-
}
|
|
3881
|
-
]
|
|
3882
|
-
},
|
|
3883
|
-
{
|
|
3884
|
-
"kind": "javascript-module",
|
|
3885
|
-
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
3886
|
-
"declarations": [
|
|
3887
|
-
{
|
|
3888
|
-
"kind": "function",
|
|
3889
|
-
"name": "formatValidationErrors",
|
|
3890
|
-
"return": {
|
|
3891
|
-
"type": {
|
|
3892
|
-
"text": "string"
|
|
3893
|
-
}
|
|
3894
|
-
},
|
|
3895
|
-
"parameters": [
|
|
3896
|
-
{
|
|
3897
|
-
"name": "errors",
|
|
3898
|
-
"type": {
|
|
3899
|
-
"text": "ValidationError[]"
|
|
3900
|
-
}
|
|
3901
|
-
}
|
|
3902
|
-
],
|
|
3903
|
-
"description": "Formats validation errors into a user-friendly message."
|
|
3904
|
-
},
|
|
3905
|
-
{
|
|
3906
|
-
"kind": "function",
|
|
3907
|
-
"name": "showCriteriaError",
|
|
3908
|
-
"return": {
|
|
3909
|
-
"type": {
|
|
3910
|
-
"text": "void"
|
|
3911
|
-
}
|
|
3912
|
-
},
|
|
3913
|
-
"parameters": [
|
|
3914
|
-
{
|
|
3915
|
-
"name": "title",
|
|
3916
|
-
"type": {
|
|
3917
|
-
"text": "string"
|
|
3918
|
-
},
|
|
3919
|
-
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
3920
|
-
},
|
|
3921
|
-
{
|
|
3922
|
-
"name": "body",
|
|
3923
|
-
"type": {
|
|
3924
|
-
"text": "string"
|
|
3925
|
-
},
|
|
3926
|
-
"description": "Error message to display"
|
|
3927
|
-
},
|
|
3928
|
-
{
|
|
3929
|
-
"name": "tagName",
|
|
3930
|
-
"type": {
|
|
3931
|
-
"text": "string"
|
|
3932
|
-
},
|
|
3933
|
-
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
3934
|
-
}
|
|
3935
|
-
],
|
|
3936
|
-
"description": "Shows a criteria error as a toast notification."
|
|
3937
|
-
}
|
|
3938
|
-
],
|
|
3939
|
-
"exports": [
|
|
3940
|
-
{
|
|
3941
|
-
"kind": "js",
|
|
3942
|
-
"name": "formatValidationErrors",
|
|
3943
|
-
"declaration": {
|
|
3944
|
-
"name": "formatValidationErrors",
|
|
3945
|
-
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3946
|
-
}
|
|
3947
|
-
},
|
|
3948
|
-
{
|
|
3949
|
-
"kind": "js",
|
|
3950
|
-
"name": "showCriteriaError",
|
|
3951
|
-
"declaration": {
|
|
3952
|
-
"name": "showCriteriaError",
|
|
3953
|
-
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3953
|
+
"package": "./accordion"
|
|
3954
3954
|
}
|
|
3955
3955
|
}
|
|
3956
3956
|
]
|