@genesislcap/foundation-ui 14.427.0 → 14.427.1-TAM-8.26-patch.2
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 +935 -935
- package/dist/dts/react.d.ts +13 -13
- package/dist/react.cjs +9 -9
- package/dist/react.mjs +7 -7
- 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,277 +1483,269 @@
|
|
|
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<Accordion>"
|
|
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": "FASTAccordion",
|
|
1520
|
-
"package": "@microsoft/fast-foundation"
|
|
1521
|
-
},
|
|
1522
|
-
"tagName": "%%prefix%%-accordion",
|
|
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
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1531
|
-
"fieldName": "expandmode",
|
|
1532
|
-
"inheritedFrom": {
|
|
1533
|
-
"name": "Accordion",
|
|
1534
|
-
"module": "src/accordion/accordion.ts"
|
|
1579
|
+
"text": "ActionMenuItem[]"
|
|
1535
1580
|
}
|
|
1536
|
-
}
|
|
1537
|
-
],
|
|
1538
|
-
"members": [
|
|
1581
|
+
},
|
|
1539
1582
|
{
|
|
1540
1583
|
"kind": "field",
|
|
1541
|
-
"name": "
|
|
1584
|
+
"name": "isVertical",
|
|
1542
1585
|
"type": {
|
|
1543
|
-
"text": "
|
|
1586
|
+
"text": "boolean"
|
|
1544
1587
|
},
|
|
1545
|
-
"
|
|
1546
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1547
|
-
"inheritedFrom": {
|
|
1548
|
-
"name": "Accordion",
|
|
1549
|
-
"module": "src/accordion/accordion.ts"
|
|
1550
|
-
}
|
|
1588
|
+
"default": "false"
|
|
1551
1589
|
},
|
|
1552
1590
|
{
|
|
1553
1591
|
"kind": "field",
|
|
1554
|
-
"name": "
|
|
1592
|
+
"name": "addDefaultActions",
|
|
1555
1593
|
"type": {
|
|
1556
|
-
"text": "
|
|
1594
|
+
"text": "boolean"
|
|
1557
1595
|
},
|
|
1558
|
-
"
|
|
1559
|
-
"inheritedFrom": {
|
|
1560
|
-
"name": "Accordion",
|
|
1561
|
-
"module": "src/accordion/accordion.ts"
|
|
1562
|
-
}
|
|
1596
|
+
"default": "true"
|
|
1563
1597
|
},
|
|
1564
1598
|
{
|
|
1565
1599
|
"kind": "field",
|
|
1566
|
-
"name": "
|
|
1600
|
+
"name": "autoCloseOnAction",
|
|
1567
1601
|
"type": {
|
|
1568
|
-
"text": "
|
|
1602
|
+
"text": "boolean"
|
|
1569
1603
|
},
|
|
1570
|
-
"
|
|
1571
|
-
"default": "0",
|
|
1572
|
-
"inheritedFrom": {
|
|
1573
|
-
"name": "Accordion",
|
|
1574
|
-
"module": "src/accordion/accordion.ts"
|
|
1575
|
-
}
|
|
1604
|
+
"default": "true"
|
|
1576
1605
|
},
|
|
1577
1606
|
{
|
|
1578
1607
|
"kind": "field",
|
|
1579
|
-
"name": "
|
|
1608
|
+
"name": "classNames",
|
|
1580
1609
|
"type": {
|
|
1581
|
-
"text": "
|
|
1582
|
-
},
|
|
1583
|
-
"privacy": "private",
|
|
1584
|
-
"inheritedFrom": {
|
|
1585
|
-
"name": "Accordion",
|
|
1586
|
-
"module": "src/accordion/accordion.ts"
|
|
1610
|
+
"text": "string"
|
|
1587
1611
|
}
|
|
1588
1612
|
},
|
|
1589
1613
|
{
|
|
1590
1614
|
"kind": "field",
|
|
1591
|
-
"name": "
|
|
1592
|
-
"
|
|
1593
|
-
|
|
1594
|
-
"name": "Accordion",
|
|
1595
|
-
"module": "src/accordion/accordion.ts"
|
|
1615
|
+
"name": "definition",
|
|
1616
|
+
"type": {
|
|
1617
|
+
"text": "any"
|
|
1596
1618
|
}
|
|
1597
1619
|
},
|
|
1598
1620
|
{
|
|
1599
|
-
"kind": "
|
|
1600
|
-
"name": "
|
|
1601
|
-
"
|
|
1602
|
-
|
|
1603
|
-
"type": {
|
|
1604
|
-
"text": "AccordionItem | null"
|
|
1605
|
-
}
|
|
1621
|
+
"kind": "field",
|
|
1622
|
+
"name": "name",
|
|
1623
|
+
"type": {
|
|
1624
|
+
"text": "string"
|
|
1606
1625
|
},
|
|
1607
|
-
"
|
|
1608
|
-
"name": "Accordion",
|
|
1609
|
-
"module": "src/accordion/accordion.ts"
|
|
1610
|
-
}
|
|
1626
|
+
"default": "'Actions'"
|
|
1611
1627
|
},
|
|
1612
1628
|
{
|
|
1613
1629
|
"kind": "field",
|
|
1614
|
-
"name": "
|
|
1615
|
-
"
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1630
|
+
"name": "open",
|
|
1631
|
+
"type": {
|
|
1632
|
+
"text": "boolean"
|
|
1633
|
+
},
|
|
1634
|
+
"default": "false"
|
|
1635
|
+
},
|
|
1636
|
+
{
|
|
1637
|
+
"kind": "field",
|
|
1638
|
+
"name": "buttonAppearance",
|
|
1639
|
+
"type": {
|
|
1640
|
+
"text": "string"
|
|
1619
1641
|
}
|
|
1620
1642
|
},
|
|
1621
1643
|
{
|
|
1622
|
-
"kind": "
|
|
1623
|
-
"name": "
|
|
1624
|
-
"
|
|
1625
|
-
|
|
1626
|
-
"type": {
|
|
1627
|
-
"text": "void"
|
|
1628
|
-
}
|
|
1644
|
+
"kind": "field",
|
|
1645
|
+
"name": "hideDisabled",
|
|
1646
|
+
"type": {
|
|
1647
|
+
"text": "boolean"
|
|
1629
1648
|
},
|
|
1630
|
-
"
|
|
1631
|
-
"name": "Accordion",
|
|
1632
|
-
"module": "src/accordion/accordion.ts"
|
|
1633
|
-
}
|
|
1649
|
+
"default": "false"
|
|
1634
1650
|
},
|
|
1635
1651
|
{
|
|
1636
1652
|
"kind": "field",
|
|
1637
|
-
"name": "
|
|
1638
|
-
"
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1653
|
+
"name": "hideMenuSingleOption",
|
|
1654
|
+
"type": {
|
|
1655
|
+
"text": "boolean"
|
|
1656
|
+
},
|
|
1657
|
+
"default": "false"
|
|
1658
|
+
},
|
|
1659
|
+
{
|
|
1660
|
+
"kind": "field",
|
|
1661
|
+
"name": "singleOption",
|
|
1662
|
+
"type": {
|
|
1663
|
+
"text": "ActionMenuItem"
|
|
1642
1664
|
}
|
|
1643
1665
|
},
|
|
1644
1666
|
{
|
|
1645
1667
|
"kind": "field",
|
|
1646
|
-
"name": "
|
|
1647
|
-
"
|
|
1648
|
-
|
|
1649
|
-
"name": "Accordion",
|
|
1650
|
-
"module": "src/accordion/accordion.ts"
|
|
1668
|
+
"name": "actionsMenu",
|
|
1669
|
+
"type": {
|
|
1670
|
+
"text": "HTMLElement"
|
|
1651
1671
|
}
|
|
1652
1672
|
},
|
|
1653
1673
|
{
|
|
1654
1674
|
"kind": "method",
|
|
1655
|
-
"name": "
|
|
1656
|
-
"privacy": "
|
|
1657
|
-
"
|
|
1658
|
-
|
|
1659
|
-
"
|
|
1675
|
+
"name": "definitionChanged",
|
|
1676
|
+
"privacy": "protected",
|
|
1677
|
+
"parameters": [
|
|
1678
|
+
{
|
|
1679
|
+
"name": "oldValue",
|
|
1680
|
+
"type": {
|
|
1681
|
+
"text": "any"
|
|
1682
|
+
}
|
|
1683
|
+
},
|
|
1684
|
+
{
|
|
1685
|
+
"name": "newValue",
|
|
1686
|
+
"type": {
|
|
1687
|
+
"text": "any"
|
|
1688
|
+
}
|
|
1660
1689
|
}
|
|
1661
|
-
|
|
1662
|
-
"inheritedFrom": {
|
|
1663
|
-
"name": "Accordion",
|
|
1664
|
-
"module": "src/accordion/accordion.ts"
|
|
1665
|
-
}
|
|
1690
|
+
]
|
|
1666
1691
|
},
|
|
1667
1692
|
{
|
|
1668
1693
|
"kind": "method",
|
|
1669
|
-
"name": "
|
|
1670
|
-
"privacy": "
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
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
|
+
}
|
|
1674
1710
|
}
|
|
1675
|
-
|
|
1676
|
-
"inheritedFrom": {
|
|
1677
|
-
"name": "Accordion",
|
|
1678
|
-
"module": "src/accordion/accordion.ts"
|
|
1679
|
-
}
|
|
1711
|
+
]
|
|
1680
1712
|
},
|
|
1681
1713
|
{
|
|
1682
1714
|
"kind": "field",
|
|
1683
|
-
"name": "
|
|
1684
|
-
"
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
}
|
|
1715
|
+
"name": "allActions",
|
|
1716
|
+
"type": {
|
|
1717
|
+
"text": "ActionMenuItem[]"
|
|
1718
|
+
},
|
|
1719
|
+
"readonly": true
|
|
1689
1720
|
},
|
|
1690
1721
|
{
|
|
1691
1722
|
"kind": "field",
|
|
1692
|
-
"name": "
|
|
1693
|
-
"
|
|
1694
|
-
"inheritedFrom": {
|
|
1695
|
-
"name": "Accordion",
|
|
1696
|
-
"module": "src/accordion/accordion.ts"
|
|
1697
|
-
}
|
|
1723
|
+
"name": "rowData",
|
|
1724
|
+
"readonly": true
|
|
1698
1725
|
},
|
|
1699
1726
|
{
|
|
1700
1727
|
"kind": "method",
|
|
1701
|
-
"name": "
|
|
1702
|
-
"privacy": "private",
|
|
1703
|
-
"return": {
|
|
1704
|
-
"type": {
|
|
1705
|
-
"text": "void"
|
|
1706
|
-
}
|
|
1707
|
-
},
|
|
1728
|
+
"name": "getLabel",
|
|
1708
1729
|
"parameters": [
|
|
1709
1730
|
{
|
|
1710
|
-
"name": "
|
|
1711
|
-
"type": {
|
|
1712
|
-
"text": "
|
|
1713
|
-
}
|
|
1714
|
-
}
|
|
1715
|
-
]
|
|
1716
|
-
"inheritedFrom": {
|
|
1717
|
-
"name": "Accordion",
|
|
1718
|
-
"module": "src/accordion/accordion.ts"
|
|
1719
|
-
}
|
|
1731
|
+
"name": "name",
|
|
1732
|
+
"type": {
|
|
1733
|
+
"text": "string | ((rowData: any) => string)"
|
|
1734
|
+
}
|
|
1735
|
+
}
|
|
1736
|
+
]
|
|
1720
1737
|
},
|
|
1721
1738
|
{
|
|
1722
1739
|
"kind": "method",
|
|
1723
|
-
"name": "
|
|
1724
|
-
"
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
"
|
|
1740
|
+
"name": "getTemplate",
|
|
1741
|
+
"parameters": [
|
|
1742
|
+
{
|
|
1743
|
+
"name": "prefix",
|
|
1744
|
+
"type": {
|
|
1745
|
+
"text": "string"
|
|
1746
|
+
}
|
|
1728
1747
|
}
|
|
1729
|
-
|
|
1730
|
-
"inheritedFrom": {
|
|
1731
|
-
"name": "Accordion",
|
|
1732
|
-
"module": "src/accordion/accordion.ts"
|
|
1733
|
-
}
|
|
1748
|
+
]
|
|
1734
1749
|
},
|
|
1735
1750
|
{
|
|
1736
1751
|
"kind": "field",
|
|
@@ -1844,78 +1859,107 @@
|
|
|
1844
1859
|
}
|
|
1845
1860
|
}
|
|
1846
1861
|
],
|
|
1847
|
-
"
|
|
1862
|
+
"attributes": [
|
|
1848
1863
|
{
|
|
1849
|
-
"
|
|
1850
|
-
"
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
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"
|
|
1855
1925
|
}
|
|
1856
|
-
]
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
"name": "foundationAccordionShadowOptions",
|
|
1861
|
-
"type": {
|
|
1862
|
-
"text": "ShadowRootInit"
|
|
1863
|
-
},
|
|
1864
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1865
|
-
},
|
|
1866
|
-
{
|
|
1867
|
-
"kind": "variable",
|
|
1868
|
-
"name": "defaultAccordionConfig",
|
|
1869
|
-
"type": {
|
|
1870
|
-
"text": "object"
|
|
1926
|
+
],
|
|
1927
|
+
"superclass": {
|
|
1928
|
+
"name": "FoundationElement",
|
|
1929
|
+
"package": "@microsoft/fast-foundation"
|
|
1871
1930
|
},
|
|
1872
|
-
"
|
|
1931
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
1932
|
+
"customElement": true
|
|
1873
1933
|
},
|
|
1874
1934
|
{
|
|
1875
1935
|
"kind": "variable",
|
|
1876
|
-
"name": "
|
|
1877
|
-
"description": "The Foundation
|
|
1936
|
+
"name": "foundationActionsMenu",
|
|
1937
|
+
"description": "The Foundation Actions Menu",
|
|
1878
1938
|
"privacy": "public"
|
|
1879
1939
|
}
|
|
1880
1940
|
],
|
|
1881
1941
|
"exports": [
|
|
1882
1942
|
{
|
|
1883
1943
|
"kind": "js",
|
|
1884
|
-
"name": "
|
|
1885
|
-
"declaration": {
|
|
1886
|
-
"name": "Accordion",
|
|
1887
|
-
"module": "src/accordion/accordion.ts"
|
|
1888
|
-
}
|
|
1889
|
-
},
|
|
1890
|
-
{
|
|
1891
|
-
"kind": "js",
|
|
1892
|
-
"name": "foundationAccordionShadowOptions",
|
|
1893
|
-
"declaration": {
|
|
1894
|
-
"name": "foundationAccordionShadowOptions",
|
|
1895
|
-
"module": "src/accordion/accordion.ts"
|
|
1896
|
-
}
|
|
1897
|
-
},
|
|
1898
|
-
{
|
|
1899
|
-
"kind": "js",
|
|
1900
|
-
"name": "defaultAccordionConfig",
|
|
1944
|
+
"name": "ActionsMenu",
|
|
1901
1945
|
"declaration": {
|
|
1902
|
-
"name": "
|
|
1903
|
-
"module": "src/
|
|
1946
|
+
"name": "ActionsMenu",
|
|
1947
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1904
1948
|
}
|
|
1905
1949
|
},
|
|
1906
1950
|
{
|
|
1907
1951
|
"kind": "js",
|
|
1908
|
-
"name": "
|
|
1952
|
+
"name": "foundationActionsMenu",
|
|
1909
1953
|
"declaration": {
|
|
1910
|
-
"name": "
|
|
1911
|
-
"module": "src/
|
|
1954
|
+
"name": "foundationActionsMenu",
|
|
1955
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1912
1956
|
}
|
|
1913
1957
|
}
|
|
1914
1958
|
]
|
|
1915
1959
|
},
|
|
1916
1960
|
{
|
|
1917
1961
|
"kind": "javascript-module",
|
|
1918
|
-
"path": "src/
|
|
1962
|
+
"path": "src/actions-menu/index.ts",
|
|
1919
1963
|
"declarations": [],
|
|
1920
1964
|
"exports": [
|
|
1921
1965
|
{
|
|
@@ -1923,7 +1967,7 @@
|
|
|
1923
1967
|
"name": "*",
|
|
1924
1968
|
"declaration": {
|
|
1925
1969
|
"name": "*",
|
|
1926
|
-
"package": "./
|
|
1970
|
+
"package": "./actions-menu.styles"
|
|
1927
1971
|
}
|
|
1928
1972
|
},
|
|
1929
1973
|
{
|
|
@@ -1931,7 +1975,7 @@
|
|
|
1931
1975
|
"name": "*",
|
|
1932
1976
|
"declaration": {
|
|
1933
1977
|
"name": "*",
|
|
1934
|
-
"package": "./
|
|
1978
|
+
"package": "./actions-menu.template"
|
|
1935
1979
|
}
|
|
1936
1980
|
},
|
|
1937
1981
|
{
|
|
@@ -1939,7 +1983,7 @@
|
|
|
1939
1983
|
"name": "*",
|
|
1940
1984
|
"declaration": {
|
|
1941
1985
|
"name": "*",
|
|
1942
|
-
"package": "./
|
|
1986
|
+
"package": "./actions-menu"
|
|
1943
1987
|
}
|
|
1944
1988
|
}
|
|
1945
1989
|
]
|
|
@@ -2288,373 +2332,243 @@
|
|
|
2288
2332
|
"name": "foundationAccordionItemShadowOptions",
|
|
2289
2333
|
"module": "src/accordion-item/accordion-item.ts"
|
|
2290
2334
|
}
|
|
2291
|
-
},
|
|
2292
|
-
{
|
|
2293
|
-
"kind": "js",
|
|
2294
|
-
"name": "defaultAccordionItemConfig",
|
|
2295
|
-
"declaration": {
|
|
2296
|
-
"name": "defaultAccordionItemConfig",
|
|
2297
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2298
|
-
}
|
|
2299
|
-
},
|
|
2300
|
-
{
|
|
2301
|
-
"kind": "js",
|
|
2302
|
-
"name": "foundationAccordionItem",
|
|
2303
|
-
"declaration": {
|
|
2304
|
-
"name": "foundationAccordionItem",
|
|
2305
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2306
|
-
}
|
|
2307
|
-
}
|
|
2308
|
-
]
|
|
2309
|
-
},
|
|
2310
|
-
{
|
|
2311
|
-
"kind": "javascript-module",
|
|
2312
|
-
"path": "src/accordion-item/index.ts",
|
|
2313
|
-
"declarations": [],
|
|
2314
|
-
"exports": [
|
|
2315
|
-
{
|
|
2316
|
-
"kind": "js",
|
|
2317
|
-
"name": "*",
|
|
2318
|
-
"declaration": {
|
|
2319
|
-
"name": "*",
|
|
2320
|
-
"package": "./accordion-item.template"
|
|
2321
|
-
}
|
|
2322
|
-
},
|
|
2323
|
-
{
|
|
2324
|
-
"kind": "js",
|
|
2325
|
-
"name": "*",
|
|
2326
|
-
"declaration": {
|
|
2327
|
-
"name": "*",
|
|
2328
|
-
"package": "./accordion-item.styles"
|
|
2329
|
-
}
|
|
2330
|
-
},
|
|
2331
|
-
{
|
|
2332
|
-
"kind": "js",
|
|
2333
|
-
"name": "*",
|
|
2334
|
-
"declaration": {
|
|
2335
|
-
"name": "*",
|
|
2336
|
-
"package": "./accordion-item"
|
|
2337
|
-
}
|
|
2338
|
-
}
|
|
2339
|
-
]
|
|
2340
|
-
},
|
|
2341
|
-
{
|
|
2342
|
-
"kind": "javascript-module",
|
|
2343
|
-
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
2344
|
-
"declarations": [
|
|
2345
|
-
{
|
|
2346
|
-
"kind": "function",
|
|
2347
|
-
"name": "actionsMenuBaseStyles",
|
|
2348
|
-
"return": {
|
|
2349
|
-
"type": {
|
|
2350
|
-
"text": "ElementStyles"
|
|
2351
|
-
}
|
|
2352
|
-
},
|
|
2353
|
-
"parameters": [
|
|
2354
|
-
{
|
|
2355
|
-
"name": "context",
|
|
2356
|
-
"type": {
|
|
2357
|
-
"text": "ElementDefinitionContext"
|
|
2358
|
-
}
|
|
2359
|
-
},
|
|
2360
|
-
{
|
|
2361
|
-
"name": "definition",
|
|
2362
|
-
"type": {
|
|
2363
|
-
"text": "FoundationElementDefinition"
|
|
2364
|
-
}
|
|
2365
|
-
}
|
|
2366
|
-
]
|
|
2367
|
-
},
|
|
2368
|
-
{
|
|
2369
|
-
"kind": "function",
|
|
2370
|
-
"name": "foundationActionsMenuStyles",
|
|
2371
|
-
"return": {
|
|
2372
|
-
"type": {
|
|
2373
|
-
"text": "ElementStyles"
|
|
2374
|
-
}
|
|
2375
|
-
},
|
|
2376
|
-
"parameters": [
|
|
2377
|
-
{
|
|
2378
|
-
"name": "context",
|
|
2379
|
-
"type": {
|
|
2380
|
-
"text": "ElementDefinitionContext"
|
|
2381
|
-
}
|
|
2382
|
-
},
|
|
2383
|
-
{
|
|
2384
|
-
"name": "definition",
|
|
2385
|
-
"type": {
|
|
2386
|
-
"text": "FoundationElementDefinition"
|
|
2387
|
-
}
|
|
2388
|
-
}
|
|
2389
|
-
]
|
|
2390
|
-
}
|
|
2391
|
-
],
|
|
2392
|
-
"exports": [
|
|
2335
|
+
},
|
|
2393
2336
|
{
|
|
2394
2337
|
"kind": "js",
|
|
2395
|
-
"name": "
|
|
2338
|
+
"name": "defaultAccordionItemConfig",
|
|
2396
2339
|
"declaration": {
|
|
2397
|
-
"name": "
|
|
2398
|
-
"module": "src/
|
|
2340
|
+
"name": "defaultAccordionItemConfig",
|
|
2341
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2399
2342
|
}
|
|
2400
2343
|
},
|
|
2401
2344
|
{
|
|
2402
2345
|
"kind": "js",
|
|
2403
|
-
"name": "
|
|
2346
|
+
"name": "foundationAccordionItem",
|
|
2404
2347
|
"declaration": {
|
|
2405
|
-
"name": "
|
|
2406
|
-
"module": "src/
|
|
2348
|
+
"name": "foundationAccordionItem",
|
|
2349
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2407
2350
|
}
|
|
2408
2351
|
}
|
|
2409
2352
|
]
|
|
2410
2353
|
},
|
|
2411
2354
|
{
|
|
2412
2355
|
"kind": "javascript-module",
|
|
2413
|
-
"path": "src/
|
|
2414
|
-
"declarations": [
|
|
2356
|
+
"path": "src/accordion-item/index.ts",
|
|
2357
|
+
"declarations": [],
|
|
2358
|
+
"exports": [
|
|
2415
2359
|
{
|
|
2416
|
-
"kind": "
|
|
2417
|
-
"name": "
|
|
2418
|
-
"
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
"text": "string"
|
|
2423
|
-
}
|
|
2424
|
-
}
|
|
2425
|
-
]
|
|
2360
|
+
"kind": "js",
|
|
2361
|
+
"name": "*",
|
|
2362
|
+
"declaration": {
|
|
2363
|
+
"name": "*",
|
|
2364
|
+
"package": "./accordion-item.template"
|
|
2365
|
+
}
|
|
2426
2366
|
},
|
|
2427
2367
|
{
|
|
2428
|
-
"kind": "
|
|
2429
|
-
"name": "
|
|
2430
|
-
"
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
"text": "string"
|
|
2435
|
-
}
|
|
2436
|
-
}
|
|
2437
|
-
]
|
|
2368
|
+
"kind": "js",
|
|
2369
|
+
"name": "*",
|
|
2370
|
+
"declaration": {
|
|
2371
|
+
"name": "*",
|
|
2372
|
+
"package": "./accordion-item.styles"
|
|
2373
|
+
}
|
|
2438
2374
|
},
|
|
2375
|
+
{
|
|
2376
|
+
"kind": "js",
|
|
2377
|
+
"name": "*",
|
|
2378
|
+
"declaration": {
|
|
2379
|
+
"name": "*",
|
|
2380
|
+
"package": "./accordion-item"
|
|
2381
|
+
}
|
|
2382
|
+
}
|
|
2383
|
+
]
|
|
2384
|
+
},
|
|
2385
|
+
{
|
|
2386
|
+
"kind": "javascript-module",
|
|
2387
|
+
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
2388
|
+
"declarations": [
|
|
2439
2389
|
{
|
|
2440
2390
|
"kind": "variable",
|
|
2441
|
-
"name": "
|
|
2442
|
-
"
|
|
2443
|
-
"text": "ViewTemplate<ActionsMenu>"
|
|
2444
|
-
},
|
|
2445
|
-
"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`"
|
|
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 .mic-icon {\n color: var(--neutral-foreground-rest);\n fill: currentColor;\n }\n\n .mode-control {\n flex-shrink: 0;\n }\n`"
|
|
2446
2393
|
}
|
|
2447
2394
|
],
|
|
2448
2395
|
"exports": [
|
|
2449
2396
|
{
|
|
2450
2397
|
"kind": "js",
|
|
2451
|
-
"name": "
|
|
2398
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2452
2399
|
"declaration": {
|
|
2453
|
-
"name": "
|
|
2454
|
-
"module": "src/
|
|
2400
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2401
|
+
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
2455
2402
|
}
|
|
2456
|
-
}
|
|
2403
|
+
}
|
|
2404
|
+
]
|
|
2405
|
+
},
|
|
2406
|
+
{
|
|
2407
|
+
"kind": "javascript-module",
|
|
2408
|
+
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
2409
|
+
"declarations": [
|
|
2457
2410
|
{
|
|
2458
|
-
"kind": "
|
|
2459
|
-
"name": "
|
|
2460
|
-
"
|
|
2461
|
-
"
|
|
2462
|
-
|
|
2463
|
-
}
|
|
2464
|
-
}
|
|
2411
|
+
"kind": "variable",
|
|
2412
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2413
|
+
"type": {
|
|
2414
|
+
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
2415
|
+
},
|
|
2416
|
+
"default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
|
|
2417
|
+
}
|
|
2418
|
+
],
|
|
2419
|
+
"exports": [
|
|
2465
2420
|
{
|
|
2466
2421
|
"kind": "js",
|
|
2467
|
-
"name": "
|
|
2422
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2468
2423
|
"declaration": {
|
|
2469
|
-
"name": "
|
|
2470
|
-
"module": "src/
|
|
2424
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2425
|
+
"module": "src/ai-criteria-search/ai-criteria-search.template.ts"
|
|
2471
2426
|
}
|
|
2472
2427
|
}
|
|
2473
2428
|
]
|
|
2474
2429
|
},
|
|
2475
2430
|
{
|
|
2476
2431
|
"kind": "javascript-module",
|
|
2477
|
-
"path": "src/
|
|
2432
|
+
"path": "src/ai-criteria-search/ai-criteria-search.ts",
|
|
2478
2433
|
"declarations": [
|
|
2479
2434
|
{
|
|
2480
2435
|
"kind": "class",
|
|
2481
|
-
"description": "",
|
|
2482
|
-
"name": "
|
|
2436
|
+
"description": "Natural-language criteria search input with AI interpretation.",
|
|
2437
|
+
"name": "AiCriteriaSearch",
|
|
2483
2438
|
"members": [
|
|
2484
2439
|
{
|
|
2485
2440
|
"kind": "field",
|
|
2486
|
-
"name": "
|
|
2441
|
+
"name": "aiProvider",
|
|
2487
2442
|
"type": {
|
|
2488
|
-
"text": "
|
|
2443
|
+
"text": "AIProvider"
|
|
2489
2444
|
}
|
|
2490
2445
|
},
|
|
2491
2446
|
{
|
|
2492
2447
|
"kind": "field",
|
|
2493
|
-
"name": "
|
|
2448
|
+
"name": "placeholder",
|
|
2494
2449
|
"type": {
|
|
2495
|
-
"text": "
|
|
2450
|
+
"text": "string"
|
|
2496
2451
|
},
|
|
2497
|
-
"default": "
|
|
2452
|
+
"default": "'Describe your search criteria in natural language...'"
|
|
2498
2453
|
},
|
|
2499
2454
|
{
|
|
2500
2455
|
"kind": "field",
|
|
2501
|
-
"name": "
|
|
2456
|
+
"name": "disabled",
|
|
2502
2457
|
"type": {
|
|
2503
2458
|
"text": "boolean"
|
|
2504
|
-
}
|
|
2505
|
-
"default": "true"
|
|
2459
|
+
}
|
|
2506
2460
|
},
|
|
2507
2461
|
{
|
|
2508
2462
|
"kind": "field",
|
|
2509
|
-
"name": "
|
|
2463
|
+
"name": "mode",
|
|
2510
2464
|
"type": {
|
|
2511
|
-
"text": "
|
|
2465
|
+
"text": "'append' | 'replace'"
|
|
2512
2466
|
},
|
|
2513
|
-
"default": "
|
|
2467
|
+
"default": "'replace'"
|
|
2514
2468
|
},
|
|
2515
2469
|
{
|
|
2516
2470
|
"kind": "field",
|
|
2517
|
-
"name": "
|
|
2471
|
+
"name": "inputValue",
|
|
2518
2472
|
"type": {
|
|
2519
2473
|
"text": "string"
|
|
2520
|
-
}
|
|
2474
|
+
},
|
|
2475
|
+
"default": "''"
|
|
2521
2476
|
},
|
|
2522
2477
|
{
|
|
2523
2478
|
"kind": "field",
|
|
2524
|
-
"name": "
|
|
2479
|
+
"name": "isInterpreting",
|
|
2525
2480
|
"type": {
|
|
2526
|
-
"text": "
|
|
2527
|
-
}
|
|
2481
|
+
"text": "boolean"
|
|
2482
|
+
},
|
|
2483
|
+
"default": "false"
|
|
2528
2484
|
},
|
|
2529
2485
|
{
|
|
2530
2486
|
"kind": "field",
|
|
2531
|
-
"name": "
|
|
2487
|
+
"name": "lastValidCriteria",
|
|
2532
2488
|
"type": {
|
|
2533
|
-
"text": "string"
|
|
2489
|
+
"text": "string | null"
|
|
2534
2490
|
},
|
|
2535
|
-
"default": "
|
|
2491
|
+
"default": "null"
|
|
2536
2492
|
},
|
|
2537
2493
|
{
|
|
2538
2494
|
"kind": "field",
|
|
2539
|
-
"name": "
|
|
2495
|
+
"name": "fieldMetadata",
|
|
2540
2496
|
"type": {
|
|
2541
|
-
"text": "
|
|
2497
|
+
"text": "MetadataDetail[] | string[]"
|
|
2542
2498
|
},
|
|
2543
|
-
"default": "
|
|
2499
|
+
"default": "[]"
|
|
2544
2500
|
},
|
|
2545
2501
|
{
|
|
2546
2502
|
"kind": "field",
|
|
2547
|
-
"name": "
|
|
2503
|
+
"name": "isRecording",
|
|
2548
2504
|
"type": {
|
|
2549
|
-
"text": "
|
|
2550
|
-
}
|
|
2505
|
+
"text": "boolean"
|
|
2506
|
+
},
|
|
2507
|
+
"default": "false"
|
|
2551
2508
|
},
|
|
2552
2509
|
{
|
|
2553
2510
|
"kind": "field",
|
|
2554
|
-
"name": "
|
|
2511
|
+
"name": "textAreaRef",
|
|
2555
2512
|
"type": {
|
|
2556
|
-
"text": "
|
|
2513
|
+
"text": "HTMLTextAreaElement"
|
|
2557
2514
|
},
|
|
2558
|
-
"
|
|
2515
|
+
"privacy": "public"
|
|
2559
2516
|
},
|
|
2560
2517
|
{
|
|
2561
2518
|
"kind": "field",
|
|
2562
|
-
"name": "
|
|
2519
|
+
"name": "stopRecording",
|
|
2563
2520
|
"type": {
|
|
2564
|
-
"text": "
|
|
2521
|
+
"text": "(() => void) | null"
|
|
2565
2522
|
},
|
|
2566
|
-
"
|
|
2523
|
+
"privacy": "private",
|
|
2524
|
+
"default": "null"
|
|
2567
2525
|
},
|
|
2568
2526
|
{
|
|
2569
2527
|
"kind": "field",
|
|
2570
|
-
"name": "
|
|
2528
|
+
"name": "speechApplyDebounceTimer",
|
|
2571
2529
|
"type": {
|
|
2572
|
-
"text": "
|
|
2573
|
-
}
|
|
2530
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
2531
|
+
},
|
|
2532
|
+
"privacy": "private",
|
|
2533
|
+
"default": "null"
|
|
2574
2534
|
},
|
|
2575
2535
|
{
|
|
2576
2536
|
"kind": "field",
|
|
2577
|
-
"name": "
|
|
2537
|
+
"name": "baseInputForAppend",
|
|
2578
2538
|
"type": {
|
|
2579
|
-
"text": "
|
|
2580
|
-
}
|
|
2539
|
+
"text": "string"
|
|
2540
|
+
},
|
|
2541
|
+
"privacy": "private",
|
|
2542
|
+
"default": "''"
|
|
2581
2543
|
},
|
|
2582
2544
|
{
|
|
2583
|
-
"kind": "
|
|
2584
|
-
"name": "
|
|
2585
|
-
"
|
|
2586
|
-
|
|
2587
|
-
|
|
2588
|
-
|
|
2589
|
-
"type": {
|
|
2590
|
-
"text": "any"
|
|
2591
|
-
}
|
|
2592
|
-
},
|
|
2593
|
-
{
|
|
2594
|
-
"name": "newValue",
|
|
2595
|
-
"type": {
|
|
2596
|
-
"text": "any"
|
|
2597
|
-
}
|
|
2598
|
-
}
|
|
2599
|
-
]
|
|
2545
|
+
"kind": "field",
|
|
2546
|
+
"name": "speechAvailable",
|
|
2547
|
+
"type": {
|
|
2548
|
+
"text": "boolean"
|
|
2549
|
+
},
|
|
2550
|
+
"readonly": true
|
|
2600
2551
|
},
|
|
2601
2552
|
{
|
|
2602
2553
|
"kind": "method",
|
|
2603
|
-
"name": "
|
|
2604
|
-
"privacy": "protected"
|
|
2554
|
+
"name": "handleSubmit"
|
|
2605
2555
|
},
|
|
2606
2556
|
{
|
|
2607
2557
|
"kind": "method",
|
|
2608
|
-
"name": "
|
|
2558
|
+
"name": "handleBlur"
|
|
2609
2559
|
},
|
|
2610
2560
|
{
|
|
2611
2561
|
"kind": "method",
|
|
2612
|
-
"name": "
|
|
2613
|
-
"parameters": [
|
|
2614
|
-
{
|
|
2615
|
-
"name": "callback",
|
|
2616
|
-
"type": {
|
|
2617
|
-
"text": "(rowData) => void | any"
|
|
2618
|
-
}
|
|
2619
|
-
}
|
|
2620
|
-
]
|
|
2621
|
-
},
|
|
2622
|
-
{
|
|
2623
|
-
"kind": "field",
|
|
2624
|
-
"name": "allActions",
|
|
2625
|
-
"type": {
|
|
2626
|
-
"text": "ActionMenuItem[]"
|
|
2627
|
-
},
|
|
2628
|
-
"readonly": true
|
|
2629
|
-
},
|
|
2630
|
-
{
|
|
2631
|
-
"kind": "field",
|
|
2632
|
-
"name": "rowData",
|
|
2633
|
-
"readonly": true
|
|
2562
|
+
"name": "clear"
|
|
2634
2563
|
},
|
|
2635
|
-
{
|
|
2636
|
-
"kind": "method",
|
|
2637
|
-
"name": "
|
|
2638
|
-
"parameters": [
|
|
2639
|
-
{
|
|
2640
|
-
"name": "name",
|
|
2641
|
-
"type": {
|
|
2642
|
-
"text": "string | ((rowData: any) => string)"
|
|
2643
|
-
}
|
|
2644
|
-
}
|
|
2645
|
-
]
|
|
2564
|
+
{
|
|
2565
|
+
"kind": "method",
|
|
2566
|
+
"name": "toggleSpeechInput"
|
|
2646
2567
|
},
|
|
2647
2568
|
{
|
|
2648
2569
|
"kind": "method",
|
|
2649
|
-
"name": "
|
|
2650
|
-
"
|
|
2651
|
-
{
|
|
2652
|
-
"name": "prefix",
|
|
2653
|
-
"type": {
|
|
2654
|
-
"text": "string"
|
|
2655
|
-
}
|
|
2656
|
-
}
|
|
2657
|
-
]
|
|
2570
|
+
"name": "clearSpeechApplyDebounce",
|
|
2571
|
+
"privacy": "private"
|
|
2658
2572
|
},
|
|
2659
2573
|
{
|
|
2660
2574
|
"kind": "field",
|
|
@@ -2768,115 +2682,162 @@
|
|
|
2768
2682
|
}
|
|
2769
2683
|
}
|
|
2770
2684
|
],
|
|
2771
|
-
"
|
|
2772
|
-
{
|
|
2773
|
-
"name": "is-vertical",
|
|
2774
|
-
"type": {
|
|
2775
|
-
"text": "boolean"
|
|
2776
|
-
},
|
|
2777
|
-
"default": "false",
|
|
2778
|
-
"fieldName": "isVertical"
|
|
2779
|
-
},
|
|
2780
|
-
{
|
|
2781
|
-
"name": "add-default-actions",
|
|
2782
|
-
"type": {
|
|
2783
|
-
"text": "boolean"
|
|
2784
|
-
},
|
|
2785
|
-
"default": "true",
|
|
2786
|
-
"fieldName": "addDefaultActions"
|
|
2787
|
-
},
|
|
2788
|
-
{
|
|
2789
|
-
"name": "auto-close-on-action",
|
|
2790
|
-
"type": {
|
|
2791
|
-
"text": "boolean"
|
|
2792
|
-
},
|
|
2793
|
-
"default": "true",
|
|
2794
|
-
"fieldName": "autoCloseOnAction"
|
|
2795
|
-
},
|
|
2685
|
+
"events": [
|
|
2796
2686
|
{
|
|
2797
|
-
"
|
|
2798
|
-
"
|
|
2799
|
-
"text": "string"
|
|
2800
|
-
},
|
|
2801
|
-
"default": "'Actions'",
|
|
2802
|
-
"fieldName": "name"
|
|
2687
|
+
"description": "Fired when interpreted criteria is applied or cleared",
|
|
2688
|
+
"name": "criteria-changed"
|
|
2803
2689
|
},
|
|
2804
2690
|
{
|
|
2805
|
-
"
|
|
2806
|
-
"
|
|
2807
|
-
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
"fieldName": "open"
|
|
2811
|
-
},
|
|
2691
|
+
"description": "Fired when interpreted criteria contains invalid clauses",
|
|
2692
|
+
"name": "validation-errors"
|
|
2693
|
+
}
|
|
2694
|
+
],
|
|
2695
|
+
"attributes": [
|
|
2812
2696
|
{
|
|
2813
|
-
"name": "
|
|
2697
|
+
"name": "placeholder",
|
|
2814
2698
|
"type": {
|
|
2815
2699
|
"text": "string"
|
|
2816
2700
|
},
|
|
2817
|
-
"
|
|
2701
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
2702
|
+
"fieldName": "placeholder"
|
|
2818
2703
|
},
|
|
2819
2704
|
{
|
|
2820
|
-
"name": "hide-disabled",
|
|
2821
2705
|
"type": {
|
|
2822
2706
|
"text": "boolean"
|
|
2823
2707
|
},
|
|
2824
|
-
"
|
|
2825
|
-
"fieldName": "hideDisabled"
|
|
2708
|
+
"fieldName": "disabled"
|
|
2826
2709
|
},
|
|
2827
2710
|
{
|
|
2828
|
-
"name": "
|
|
2711
|
+
"name": "mode",
|
|
2829
2712
|
"type": {
|
|
2830
|
-
"text": "
|
|
2713
|
+
"text": "'append' | 'replace'"
|
|
2831
2714
|
},
|
|
2832
|
-
"default": "
|
|
2833
|
-
"fieldName": "
|
|
2715
|
+
"default": "'replace'",
|
|
2716
|
+
"fieldName": "mode"
|
|
2834
2717
|
}
|
|
2835
2718
|
],
|
|
2836
2719
|
"superclass": {
|
|
2837
2720
|
"name": "FoundationElement",
|
|
2838
2721
|
"package": "@microsoft/fast-foundation"
|
|
2839
2722
|
},
|
|
2840
|
-
"tagName": "%%prefix%%-
|
|
2723
|
+
"tagName": "%%prefix%%-ai-criteria-search",
|
|
2841
2724
|
"customElement": true
|
|
2842
2725
|
},
|
|
2843
2726
|
{
|
|
2844
2727
|
"kind": "variable",
|
|
2845
|
-
"name": "
|
|
2846
|
-
"
|
|
2847
|
-
|
|
2728
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2729
|
+
"type": {
|
|
2730
|
+
"text": "ShadowRootInit"
|
|
2731
|
+
},
|
|
2732
|
+
"default": "undefined"
|
|
2733
|
+
},
|
|
2734
|
+
{
|
|
2735
|
+
"kind": "variable",
|
|
2736
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2737
|
+
"type": {
|
|
2738
|
+
"text": "object"
|
|
2739
|
+
},
|
|
2740
|
+
"default": "{}"
|
|
2741
|
+
},
|
|
2742
|
+
{
|
|
2743
|
+
"kind": "variable",
|
|
2744
|
+
"name": "foundationAiCriteriaSearch"
|
|
2848
2745
|
}
|
|
2849
2746
|
],
|
|
2850
2747
|
"exports": [
|
|
2851
2748
|
{
|
|
2852
2749
|
"kind": "js",
|
|
2853
|
-
"name": "
|
|
2750
|
+
"name": "AiCriteriaSearch",
|
|
2854
2751
|
"declaration": {
|
|
2855
|
-
"name": "
|
|
2856
|
-
"module": "src/
|
|
2752
|
+
"name": "AiCriteriaSearch",
|
|
2753
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2857
2754
|
}
|
|
2858
2755
|
},
|
|
2859
2756
|
{
|
|
2860
2757
|
"kind": "js",
|
|
2861
|
-
"name": "
|
|
2758
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2862
2759
|
"declaration": {
|
|
2863
|
-
"name": "
|
|
2864
|
-
"module": "src/
|
|
2760
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2761
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2762
|
+
}
|
|
2763
|
+
},
|
|
2764
|
+
{
|
|
2765
|
+
"kind": "js",
|
|
2766
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2767
|
+
"declaration": {
|
|
2768
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2769
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2770
|
+
}
|
|
2771
|
+
},
|
|
2772
|
+
{
|
|
2773
|
+
"kind": "js",
|
|
2774
|
+
"name": "foundationAiCriteriaSearch",
|
|
2775
|
+
"declaration": {
|
|
2776
|
+
"name": "foundationAiCriteriaSearch",
|
|
2777
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2865
2778
|
}
|
|
2866
2779
|
}
|
|
2867
2780
|
]
|
|
2868
2781
|
},
|
|
2869
2782
|
{
|
|
2870
2783
|
"kind": "javascript-module",
|
|
2871
|
-
"path": "src/
|
|
2784
|
+
"path": "src/ai-criteria-search/index.ts",
|
|
2872
2785
|
"declarations": [],
|
|
2873
2786
|
"exports": [
|
|
2787
|
+
{
|
|
2788
|
+
"kind": "js",
|
|
2789
|
+
"name": "AiCriteriaSearch",
|
|
2790
|
+
"declaration": {
|
|
2791
|
+
"name": "AiCriteriaSearch",
|
|
2792
|
+
"module": "./ai-criteria-search"
|
|
2793
|
+
}
|
|
2794
|
+
},
|
|
2795
|
+
{
|
|
2796
|
+
"kind": "js",
|
|
2797
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2798
|
+
"declaration": {
|
|
2799
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2800
|
+
"module": "./ai-criteria-search"
|
|
2801
|
+
}
|
|
2802
|
+
},
|
|
2803
|
+
{
|
|
2804
|
+
"kind": "js",
|
|
2805
|
+
"name": "foundationAiCriteriaSearch",
|
|
2806
|
+
"declaration": {
|
|
2807
|
+
"name": "foundationAiCriteriaSearch",
|
|
2808
|
+
"module": "./ai-criteria-search"
|
|
2809
|
+
}
|
|
2810
|
+
},
|
|
2811
|
+
{
|
|
2812
|
+
"kind": "js",
|
|
2813
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2814
|
+
"declaration": {
|
|
2815
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2816
|
+
"module": "./ai-criteria-search"
|
|
2817
|
+
}
|
|
2818
|
+
},
|
|
2819
|
+
{
|
|
2820
|
+
"kind": "js",
|
|
2821
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2822
|
+
"declaration": {
|
|
2823
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2824
|
+
"module": "./ai-criteria-search.styles"
|
|
2825
|
+
}
|
|
2826
|
+
},
|
|
2827
|
+
{
|
|
2828
|
+
"kind": "js",
|
|
2829
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2830
|
+
"declaration": {
|
|
2831
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2832
|
+
"module": "./ai-criteria-search.template"
|
|
2833
|
+
}
|
|
2834
|
+
},
|
|
2874
2835
|
{
|
|
2875
2836
|
"kind": "js",
|
|
2876
2837
|
"name": "*",
|
|
2877
2838
|
"declaration": {
|
|
2878
2839
|
"name": "*",
|
|
2879
|
-
"package": "./
|
|
2840
|
+
"package": "./validation/criteria-ir"
|
|
2880
2841
|
}
|
|
2881
2842
|
},
|
|
2882
2843
|
{
|
|
@@ -2884,7 +2845,7 @@
|
|
|
2884
2845
|
"name": "*",
|
|
2885
2846
|
"declaration": {
|
|
2886
2847
|
"name": "*",
|
|
2887
|
-
"package": "./
|
|
2848
|
+
"package": "./validation/operator-map"
|
|
2888
2849
|
}
|
|
2889
2850
|
},
|
|
2890
2851
|
{
|
|
@@ -2892,64 +2853,157 @@
|
|
|
2892
2853
|
"name": "*",
|
|
2893
2854
|
"declaration": {
|
|
2894
2855
|
"name": "*",
|
|
2895
|
-
"package": "./
|
|
2856
|
+
"package": "./validation/schema-validator"
|
|
2857
|
+
}
|
|
2858
|
+
}
|
|
2859
|
+
]
|
|
2860
|
+
},
|
|
2861
|
+
{
|
|
2862
|
+
"kind": "javascript-module",
|
|
2863
|
+
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
2864
|
+
"declarations": [
|
|
2865
|
+
{
|
|
2866
|
+
"kind": "function",
|
|
2867
|
+
"name": "formatValidationErrors",
|
|
2868
|
+
"return": {
|
|
2869
|
+
"type": {
|
|
2870
|
+
"text": "string"
|
|
2871
|
+
}
|
|
2872
|
+
},
|
|
2873
|
+
"parameters": [
|
|
2874
|
+
{
|
|
2875
|
+
"name": "errors",
|
|
2876
|
+
"type": {
|
|
2877
|
+
"text": "ValidationError[]"
|
|
2878
|
+
}
|
|
2879
|
+
}
|
|
2880
|
+
],
|
|
2881
|
+
"description": "Formats validation errors into a user-friendly message."
|
|
2882
|
+
},
|
|
2883
|
+
{
|
|
2884
|
+
"kind": "function",
|
|
2885
|
+
"name": "showCriteriaError",
|
|
2886
|
+
"return": {
|
|
2887
|
+
"type": {
|
|
2888
|
+
"text": "void"
|
|
2889
|
+
}
|
|
2890
|
+
},
|
|
2891
|
+
"parameters": [
|
|
2892
|
+
{
|
|
2893
|
+
"name": "title",
|
|
2894
|
+
"type": {
|
|
2895
|
+
"text": "string"
|
|
2896
|
+
},
|
|
2897
|
+
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
2898
|
+
},
|
|
2899
|
+
{
|
|
2900
|
+
"name": "body",
|
|
2901
|
+
"type": {
|
|
2902
|
+
"text": "string"
|
|
2903
|
+
},
|
|
2904
|
+
"description": "Error message to display"
|
|
2905
|
+
},
|
|
2906
|
+
{
|
|
2907
|
+
"name": "tagName",
|
|
2908
|
+
"type": {
|
|
2909
|
+
"text": "string"
|
|
2910
|
+
},
|
|
2911
|
+
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
2912
|
+
}
|
|
2913
|
+
],
|
|
2914
|
+
"description": "Shows a criteria error as a toast notification."
|
|
2915
|
+
}
|
|
2916
|
+
],
|
|
2917
|
+
"exports": [
|
|
2918
|
+
{
|
|
2919
|
+
"kind": "js",
|
|
2920
|
+
"name": "formatValidationErrors",
|
|
2921
|
+
"declaration": {
|
|
2922
|
+
"name": "formatValidationErrors",
|
|
2923
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
2924
|
+
}
|
|
2925
|
+
},
|
|
2926
|
+
{
|
|
2927
|
+
"kind": "js",
|
|
2928
|
+
"name": "showCriteriaError",
|
|
2929
|
+
"declaration": {
|
|
2930
|
+
"name": "showCriteriaError",
|
|
2931
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
2896
2932
|
}
|
|
2897
2933
|
}
|
|
2898
2934
|
]
|
|
2899
2935
|
},
|
|
2900
2936
|
{
|
|
2901
2937
|
"kind": "javascript-module",
|
|
2902
|
-
"path": "src/ai-
|
|
2938
|
+
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
2903
2939
|
"declarations": [
|
|
2904
2940
|
{
|
|
2905
|
-
"kind": "
|
|
2906
|
-
"name": "
|
|
2907
|
-
"
|
|
2941
|
+
"kind": "function",
|
|
2942
|
+
"name": "foundationAiIndicatorStyles",
|
|
2943
|
+
"return": {
|
|
2944
|
+
"type": {
|
|
2945
|
+
"text": "ElementStyles"
|
|
2946
|
+
}
|
|
2947
|
+
},
|
|
2948
|
+
"parameters": [
|
|
2949
|
+
{
|
|
2950
|
+
"name": "context",
|
|
2951
|
+
"type": {
|
|
2952
|
+
"text": "ElementDefinitionContext"
|
|
2953
|
+
}
|
|
2954
|
+
},
|
|
2955
|
+
{
|
|
2956
|
+
"name": "definition",
|
|
2957
|
+
"type": {
|
|
2958
|
+
"text": "FoundationElementDefinition"
|
|
2959
|
+
}
|
|
2960
|
+
}
|
|
2961
|
+
]
|
|
2908
2962
|
}
|
|
2909
2963
|
],
|
|
2910
2964
|
"exports": [
|
|
2911
2965
|
{
|
|
2912
2966
|
"kind": "js",
|
|
2913
|
-
"name": "
|
|
2967
|
+
"name": "foundationAiIndicatorStyles",
|
|
2914
2968
|
"declaration": {
|
|
2915
|
-
"name": "
|
|
2916
|
-
"module": "src/ai-
|
|
2969
|
+
"name": "foundationAiIndicatorStyles",
|
|
2970
|
+
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
2917
2971
|
}
|
|
2918
2972
|
}
|
|
2919
2973
|
]
|
|
2920
2974
|
},
|
|
2921
2975
|
{
|
|
2922
2976
|
"kind": "javascript-module",
|
|
2923
|
-
"path": "src/ai-
|
|
2977
|
+
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
2924
2978
|
"declarations": [
|
|
2925
2979
|
{
|
|
2926
2980
|
"kind": "variable",
|
|
2927
|
-
"name": "
|
|
2981
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2928
2982
|
"type": {
|
|
2929
|
-
"text": "ViewTemplate<
|
|
2983
|
+
"text": "ViewTemplate<AiIndicator>"
|
|
2930
2984
|
},
|
|
2931
|
-
"default": "html`\n ${(x) =>
|
|
2985
|
+
"default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
|
|
2932
2986
|
}
|
|
2933
2987
|
],
|
|
2934
2988
|
"exports": [
|
|
2935
2989
|
{
|
|
2936
2990
|
"kind": "js",
|
|
2937
|
-
"name": "
|
|
2991
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2938
2992
|
"declaration": {
|
|
2939
|
-
"name": "
|
|
2940
|
-
"module": "src/ai-
|
|
2993
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2994
|
+
"module": "src/ai-indicator/ai-indicator.template.ts"
|
|
2941
2995
|
}
|
|
2942
2996
|
}
|
|
2943
2997
|
]
|
|
2944
2998
|
},
|
|
2945
2999
|
{
|
|
2946
3000
|
"kind": "javascript-module",
|
|
2947
|
-
"path": "src/ai-
|
|
3001
|
+
"path": "src/ai-indicator/ai-indicator.ts",
|
|
2948
3002
|
"declarations": [
|
|
2949
3003
|
{
|
|
2950
3004
|
"kind": "class",
|
|
2951
|
-
"description": "
|
|
2952
|
-
"name": "
|
|
3005
|
+
"description": "",
|
|
3006
|
+
"name": "AiIndicator",
|
|
2953
3007
|
"members": [
|
|
2954
3008
|
{
|
|
2955
3009
|
"kind": "field",
|
|
@@ -2960,38 +3014,31 @@
|
|
|
2960
3014
|
},
|
|
2961
3015
|
{
|
|
2962
3016
|
"kind": "field",
|
|
2963
|
-
"name": "
|
|
3017
|
+
"name": "status",
|
|
2964
3018
|
"type": {
|
|
2965
|
-
"text": "
|
|
3019
|
+
"text": "AIStatus | null"
|
|
2966
3020
|
},
|
|
2967
|
-
"default": "
|
|
3021
|
+
"default": "null"
|
|
2968
3022
|
},
|
|
2969
3023
|
{
|
|
2970
3024
|
"kind": "field",
|
|
2971
|
-
"name": "
|
|
3025
|
+
"name": "open",
|
|
2972
3026
|
"type": {
|
|
2973
3027
|
"text": "boolean"
|
|
2974
|
-
}
|
|
2975
|
-
},
|
|
2976
|
-
{
|
|
2977
|
-
"kind": "field",
|
|
2978
|
-
"name": "mode",
|
|
2979
|
-
"type": {
|
|
2980
|
-
"text": "'append' | 'replace'"
|
|
2981
3028
|
},
|
|
2982
|
-
"default": "
|
|
3029
|
+
"default": "false"
|
|
2983
3030
|
},
|
|
2984
3031
|
{
|
|
2985
3032
|
"kind": "field",
|
|
2986
|
-
"name": "
|
|
3033
|
+
"name": "state",
|
|
2987
3034
|
"type": {
|
|
2988
|
-
"text": "
|
|
3035
|
+
"text": "AIIndicatorState"
|
|
2989
3036
|
},
|
|
2990
|
-
"default": "''"
|
|
3037
|
+
"default": "'none'"
|
|
2991
3038
|
},
|
|
2992
3039
|
{
|
|
2993
3040
|
"kind": "field",
|
|
2994
|
-
"name": "
|
|
3041
|
+
"name": "isInstalling",
|
|
2995
3042
|
"type": {
|
|
2996
3043
|
"text": "boolean"
|
|
2997
3044
|
},
|
|
@@ -2999,91 +3046,133 @@
|
|
|
2999
3046
|
},
|
|
3000
3047
|
{
|
|
3001
3048
|
"kind": "field",
|
|
3002
|
-
"name": "
|
|
3049
|
+
"name": "pollTimer",
|
|
3003
3050
|
"type": {
|
|
3004
|
-
"text": "
|
|
3051
|
+
"text": "ReturnType<typeof setInterval> | null"
|
|
3005
3052
|
},
|
|
3053
|
+
"privacy": "private",
|
|
3006
3054
|
"default": "null"
|
|
3007
3055
|
},
|
|
3008
3056
|
{
|
|
3009
3057
|
"kind": "field",
|
|
3010
|
-
"name": "
|
|
3011
|
-
"
|
|
3012
|
-
"text": "MetadataDetail[] | string[]"
|
|
3013
|
-
},
|
|
3014
|
-
"default": "[]"
|
|
3058
|
+
"name": "clickOutside",
|
|
3059
|
+
"privacy": "private"
|
|
3015
3060
|
},
|
|
3016
3061
|
{
|
|
3017
3062
|
"kind": "field",
|
|
3018
|
-
"name": "
|
|
3063
|
+
"name": "chromeStatusLabel",
|
|
3019
3064
|
"type": {
|
|
3020
|
-
"text": "
|
|
3065
|
+
"text": "string | null"
|
|
3021
3066
|
},
|
|
3022
|
-
"
|
|
3067
|
+
"readonly": true
|
|
3023
3068
|
},
|
|
3024
3069
|
{
|
|
3025
3070
|
"kind": "field",
|
|
3026
|
-
"name": "
|
|
3071
|
+
"name": "canInstall",
|
|
3027
3072
|
"type": {
|
|
3028
|
-
"text": "
|
|
3073
|
+
"text": "boolean"
|
|
3029
3074
|
},
|
|
3030
|
-
"
|
|
3075
|
+
"readonly": true
|
|
3031
3076
|
},
|
|
3032
3077
|
{
|
|
3033
3078
|
"kind": "field",
|
|
3034
|
-
"name": "
|
|
3079
|
+
"name": "isDownloading",
|
|
3035
3080
|
"type": {
|
|
3036
|
-
"text": "
|
|
3081
|
+
"text": "boolean"
|
|
3037
3082
|
},
|
|
3038
|
-
"
|
|
3039
|
-
"default": "null"
|
|
3083
|
+
"readonly": true
|
|
3040
3084
|
},
|
|
3041
3085
|
{
|
|
3042
|
-
"kind": "
|
|
3043
|
-
"name": "
|
|
3044
|
-
"
|
|
3045
|
-
"
|
|
3046
|
-
|
|
3047
|
-
|
|
3048
|
-
|
|
3086
|
+
"kind": "method",
|
|
3087
|
+
"name": "openChanged",
|
|
3088
|
+
"return": {
|
|
3089
|
+
"type": {
|
|
3090
|
+
"text": "void"
|
|
3091
|
+
}
|
|
3092
|
+
}
|
|
3049
3093
|
},
|
|
3050
3094
|
{
|
|
3051
|
-
"kind": "
|
|
3052
|
-
"name": "
|
|
3053
|
-
"type": {
|
|
3054
|
-
"text": "string"
|
|
3055
|
-
},
|
|
3095
|
+
"kind": "method",
|
|
3096
|
+
"name": "handleClickOutside",
|
|
3056
3097
|
"privacy": "private",
|
|
3057
|
-
"
|
|
3098
|
+
"parameters": [
|
|
3099
|
+
{
|
|
3100
|
+
"name": "event",
|
|
3101
|
+
"type": {
|
|
3102
|
+
"text": "MouseEvent"
|
|
3103
|
+
}
|
|
3104
|
+
}
|
|
3105
|
+
]
|
|
3058
3106
|
},
|
|
3059
3107
|
{
|
|
3060
|
-
"kind": "
|
|
3061
|
-
"name": "
|
|
3062
|
-
"type": {
|
|
3063
|
-
"text": "boolean"
|
|
3064
|
-
},
|
|
3065
|
-
"readonly": true
|
|
3108
|
+
"kind": "method",
|
|
3109
|
+
"name": "toggleDropdown"
|
|
3066
3110
|
},
|
|
3067
3111
|
{
|
|
3068
3112
|
"kind": "method",
|
|
3069
|
-
"name": "
|
|
3113
|
+
"name": "refreshStatus",
|
|
3114
|
+
"return": {
|
|
3115
|
+
"type": {
|
|
3116
|
+
"text": "Promise<void>"
|
|
3117
|
+
}
|
|
3118
|
+
}
|
|
3070
3119
|
},
|
|
3071
3120
|
{
|
|
3072
3121
|
"kind": "method",
|
|
3073
|
-
"name": "
|
|
3122
|
+
"name": "deriveState",
|
|
3123
|
+
"privacy": "private",
|
|
3124
|
+
"return": {
|
|
3125
|
+
"type": {
|
|
3126
|
+
"text": "AIIndicatorState"
|
|
3127
|
+
}
|
|
3128
|
+
},
|
|
3129
|
+
"parameters": [
|
|
3130
|
+
{
|
|
3131
|
+
"name": "s",
|
|
3132
|
+
"type": {
|
|
3133
|
+
"text": "AIStatus | null"
|
|
3134
|
+
}
|
|
3135
|
+
}
|
|
3136
|
+
]
|
|
3074
3137
|
},
|
|
3075
3138
|
{
|
|
3076
3139
|
"kind": "method",
|
|
3077
|
-
"name": "
|
|
3140
|
+
"name": "maybeStartPolling",
|
|
3141
|
+
"privacy": "private",
|
|
3142
|
+
"return": {
|
|
3143
|
+
"type": {
|
|
3144
|
+
"text": "void"
|
|
3145
|
+
}
|
|
3146
|
+
}
|
|
3078
3147
|
},
|
|
3079
3148
|
{
|
|
3080
3149
|
"kind": "method",
|
|
3081
|
-
"name": "
|
|
3150
|
+
"name": "startPolling",
|
|
3151
|
+
"privacy": "private",
|
|
3152
|
+
"return": {
|
|
3153
|
+
"type": {
|
|
3154
|
+
"text": "void"
|
|
3155
|
+
}
|
|
3156
|
+
}
|
|
3082
3157
|
},
|
|
3083
3158
|
{
|
|
3084
3159
|
"kind": "method",
|
|
3085
|
-
"name": "
|
|
3086
|
-
"privacy": "private"
|
|
3160
|
+
"name": "stopPolling",
|
|
3161
|
+
"privacy": "private",
|
|
3162
|
+
"return": {
|
|
3163
|
+
"type": {
|
|
3164
|
+
"text": "void"
|
|
3165
|
+
}
|
|
3166
|
+
}
|
|
3167
|
+
},
|
|
3168
|
+
{
|
|
3169
|
+
"kind": "method",
|
|
3170
|
+
"name": "onInstall",
|
|
3171
|
+
"return": {
|
|
3172
|
+
"type": {
|
|
3173
|
+
"text": "Promise<void>"
|
|
3174
|
+
}
|
|
3175
|
+
}
|
|
3087
3176
|
},
|
|
3088
3177
|
{
|
|
3089
3178
|
"kind": "field",
|
|
@@ -3197,267 +3286,141 @@
|
|
|
3197
3286
|
}
|
|
3198
3287
|
}
|
|
3199
3288
|
],
|
|
3200
|
-
"events": [
|
|
3201
|
-
{
|
|
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"
|
|
3208
|
-
}
|
|
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
|
-
"name": "mode",
|
|
3227
|
-
"type": {
|
|
3228
|
-
"text": "'append' | 'replace'"
|
|
3229
|
-
},
|
|
3230
|
-
"default": "'replace'",
|
|
3231
|
-
"fieldName": "mode"
|
|
3232
|
-
}
|
|
3233
|
-
],
|
|
3234
3289
|
"superclass": {
|
|
3235
3290
|
"name": "FoundationElement",
|
|
3236
3291
|
"package": "@microsoft/fast-foundation"
|
|
3237
3292
|
},
|
|
3238
|
-
"tagName": "%%prefix%%-ai-
|
|
3239
|
-
"customElement": true
|
|
3240
|
-
},
|
|
3241
|
-
{
|
|
3242
|
-
"kind": "variable",
|
|
3243
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3244
|
-
"type": {
|
|
3245
|
-
"text": "ShadowRootInit"
|
|
3246
|
-
},
|
|
3247
|
-
"default": "undefined"
|
|
3248
|
-
},
|
|
3249
|
-
{
|
|
3250
|
-
"kind": "variable",
|
|
3251
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
3252
|
-
"type": {
|
|
3253
|
-
"text": "object"
|
|
3254
|
-
},
|
|
3255
|
-
"default": "{}"
|
|
3293
|
+
"tagName": "%%prefix%%-ai-indicator",
|
|
3294
|
+
"customElement": true
|
|
3256
3295
|
},
|
|
3257
3296
|
{
|
|
3258
3297
|
"kind": "variable",
|
|
3259
|
-
"name": "
|
|
3298
|
+
"name": "foundationAiIndicator"
|
|
3260
3299
|
}
|
|
3261
3300
|
],
|
|
3262
3301
|
"exports": [
|
|
3263
3302
|
{
|
|
3264
3303
|
"kind": "js",
|
|
3265
|
-
"name": "
|
|
3266
|
-
"declaration": {
|
|
3267
|
-
"name": "AiCriteriaSearch",
|
|
3268
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3269
|
-
}
|
|
3270
|
-
},
|
|
3271
|
-
{
|
|
3272
|
-
"kind": "js",
|
|
3273
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3274
|
-
"declaration": {
|
|
3275
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3276
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3277
|
-
}
|
|
3278
|
-
},
|
|
3279
|
-
{
|
|
3280
|
-
"kind": "js",
|
|
3281
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
3304
|
+
"name": "AiIndicator",
|
|
3282
3305
|
"declaration": {
|
|
3283
|
-
"name": "
|
|
3284
|
-
"module": "src/ai-
|
|
3306
|
+
"name": "AiIndicator",
|
|
3307
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3285
3308
|
}
|
|
3286
3309
|
},
|
|
3287
3310
|
{
|
|
3288
3311
|
"kind": "js",
|
|
3289
|
-
"name": "
|
|
3312
|
+
"name": "foundationAiIndicator",
|
|
3290
3313
|
"declaration": {
|
|
3291
|
-
"name": "
|
|
3292
|
-
"module": "src/ai-
|
|
3314
|
+
"name": "foundationAiIndicator",
|
|
3315
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3293
3316
|
}
|
|
3294
3317
|
}
|
|
3295
3318
|
]
|
|
3296
3319
|
},
|
|
3297
3320
|
{
|
|
3298
3321
|
"kind": "javascript-module",
|
|
3299
|
-
"path": "src/ai-
|
|
3322
|
+
"path": "src/ai-indicator/index.ts",
|
|
3300
3323
|
"declarations": [],
|
|
3301
3324
|
"exports": [
|
|
3302
3325
|
{
|
|
3303
3326
|
"kind": "js",
|
|
3304
|
-
"name": "
|
|
3305
|
-
"declaration": {
|
|
3306
|
-
"name": "AiCriteriaSearch",
|
|
3307
|
-
"module": "./ai-criteria-search"
|
|
3308
|
-
}
|
|
3309
|
-
},
|
|
3310
|
-
{
|
|
3311
|
-
"kind": "js",
|
|
3312
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
3313
|
-
"declaration": {
|
|
3314
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
3315
|
-
"module": "./ai-criteria-search"
|
|
3316
|
-
}
|
|
3317
|
-
},
|
|
3318
|
-
{
|
|
3319
|
-
"kind": "js",
|
|
3320
|
-
"name": "foundationAiCriteriaSearch",
|
|
3321
|
-
"declaration": {
|
|
3322
|
-
"name": "foundationAiCriteriaSearch",
|
|
3323
|
-
"module": "./ai-criteria-search"
|
|
3324
|
-
}
|
|
3325
|
-
},
|
|
3326
|
-
{
|
|
3327
|
-
"kind": "js",
|
|
3328
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3327
|
+
"name": "AiIndicator",
|
|
3329
3328
|
"declaration": {
|
|
3330
|
-
"name": "
|
|
3331
|
-
"module": "./ai-
|
|
3329
|
+
"name": "AiIndicator",
|
|
3330
|
+
"module": "./ai-indicator"
|
|
3332
3331
|
}
|
|
3333
3332
|
},
|
|
3334
3333
|
{
|
|
3335
3334
|
"kind": "js",
|
|
3336
|
-
"name": "
|
|
3335
|
+
"name": "foundationAiIndicator",
|
|
3337
3336
|
"declaration": {
|
|
3338
|
-
"name": "
|
|
3339
|
-
"module": "./ai-
|
|
3337
|
+
"name": "foundationAiIndicator",
|
|
3338
|
+
"module": "./ai-indicator"
|
|
3340
3339
|
}
|
|
3341
3340
|
},
|
|
3342
3341
|
{
|
|
3343
3342
|
"kind": "js",
|
|
3344
|
-
"name": "
|
|
3343
|
+
"name": "type",
|
|
3345
3344
|
"declaration": {
|
|
3346
|
-
"name": "
|
|
3347
|
-
"module": "./ai-
|
|
3345
|
+
"name": "type",
|
|
3346
|
+
"module": "./ai-indicator"
|
|
3348
3347
|
}
|
|
3349
3348
|
},
|
|
3350
3349
|
{
|
|
3351
3350
|
"kind": "js",
|
|
3352
|
-
"name": "
|
|
3351
|
+
"name": "AIIndicatorState",
|
|
3353
3352
|
"declaration": {
|
|
3354
|
-
"name": "
|
|
3355
|
-
"
|
|
3353
|
+
"name": "AIIndicatorState",
|
|
3354
|
+
"module": "./ai-indicator"
|
|
3356
3355
|
}
|
|
3357
3356
|
},
|
|
3358
3357
|
{
|
|
3359
3358
|
"kind": "js",
|
|
3360
|
-
"name": "
|
|
3359
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3361
3360
|
"declaration": {
|
|
3362
|
-
"name": "
|
|
3363
|
-
"
|
|
3361
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3362
|
+
"module": "./ai-indicator.template"
|
|
3364
3363
|
}
|
|
3365
3364
|
},
|
|
3366
3365
|
{
|
|
3367
3366
|
"kind": "js",
|
|
3368
|
-
"name": "
|
|
3367
|
+
"name": "foundationAiIndicatorStyles",
|
|
3369
3368
|
"declaration": {
|
|
3370
|
-
"name": "
|
|
3371
|
-
"
|
|
3369
|
+
"name": "foundationAiIndicatorStyles",
|
|
3370
|
+
"module": "./ai-indicator.styles"
|
|
3372
3371
|
}
|
|
3373
3372
|
}
|
|
3374
3373
|
]
|
|
3375
3374
|
},
|
|
3376
3375
|
{
|
|
3377
3376
|
"kind": "javascript-module",
|
|
3378
|
-
"path": "src/
|
|
3377
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
3379
3378
|
"declarations": [
|
|
3380
3379
|
{
|
|
3381
3380
|
"kind": "function",
|
|
3382
|
-
"name": "
|
|
3381
|
+
"name": "foundationAccordionStyles",
|
|
3383
3382
|
"return": {
|
|
3384
3383
|
"type": {
|
|
3385
|
-
"text": "
|
|
3384
|
+
"text": "ElementStyles"
|
|
3386
3385
|
}
|
|
3387
3386
|
},
|
|
3388
3387
|
"parameters": [
|
|
3389
3388
|
{
|
|
3390
|
-
"name": "
|
|
3389
|
+
"name": "context",
|
|
3391
3390
|
"type": {
|
|
3392
|
-
"text": "
|
|
3391
|
+
"text": "ElementDefinitionContext"
|
|
3393
3392
|
}
|
|
3394
|
-
}
|
|
3395
|
-
],
|
|
3396
|
-
"description": "Formats validation errors into a user-friendly message."
|
|
3397
|
-
},
|
|
3398
|
-
{
|
|
3399
|
-
"kind": "function",
|
|
3400
|
-
"name": "showCriteriaError",
|
|
3401
|
-
"return": {
|
|
3402
|
-
"type": {
|
|
3403
|
-
"text": "void"
|
|
3404
|
-
}
|
|
3405
|
-
},
|
|
3406
|
-
"parameters": [
|
|
3407
|
-
{
|
|
3408
|
-
"name": "title",
|
|
3409
|
-
"type": {
|
|
3410
|
-
"text": "string"
|
|
3411
|
-
},
|
|
3412
|
-
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
3413
|
-
},
|
|
3414
|
-
{
|
|
3415
|
-
"name": "body",
|
|
3416
|
-
"type": {
|
|
3417
|
-
"text": "string"
|
|
3418
|
-
},
|
|
3419
|
-
"description": "Error message to display"
|
|
3420
3393
|
},
|
|
3421
3394
|
{
|
|
3422
|
-
"name": "
|
|
3395
|
+
"name": "definition",
|
|
3423
3396
|
"type": {
|
|
3424
|
-
"text": "
|
|
3425
|
-
}
|
|
3426
|
-
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
3397
|
+
"text": "FoundationElementDefinition"
|
|
3398
|
+
}
|
|
3427
3399
|
}
|
|
3428
|
-
]
|
|
3429
|
-
"description": "Shows a criteria error as a toast notification."
|
|
3400
|
+
]
|
|
3430
3401
|
}
|
|
3431
3402
|
],
|
|
3432
3403
|
"exports": [
|
|
3433
3404
|
{
|
|
3434
3405
|
"kind": "js",
|
|
3435
|
-
"name": "
|
|
3436
|
-
"declaration": {
|
|
3437
|
-
"name": "formatValidationErrors",
|
|
3438
|
-
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3439
|
-
}
|
|
3440
|
-
},
|
|
3441
|
-
{
|
|
3442
|
-
"kind": "js",
|
|
3443
|
-
"name": "showCriteriaError",
|
|
3406
|
+
"name": "foundationAccordionStyles",
|
|
3444
3407
|
"declaration": {
|
|
3445
|
-
"name": "
|
|
3446
|
-
"module": "src/
|
|
3408
|
+
"name": "foundationAccordionStyles",
|
|
3409
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
3447
3410
|
}
|
|
3448
3411
|
}
|
|
3449
3412
|
]
|
|
3450
3413
|
},
|
|
3451
3414
|
{
|
|
3452
3415
|
"kind": "javascript-module",
|
|
3453
|
-
"path": "src/
|
|
3416
|
+
"path": "src/accordion/accordion.template.ts",
|
|
3454
3417
|
"declarations": [
|
|
3455
3418
|
{
|
|
3456
3419
|
"kind": "function",
|
|
3457
|
-
"name": "
|
|
3420
|
+
"name": "foundationAccordionTemplate",
|
|
3458
3421
|
"return": {
|
|
3459
3422
|
"type": {
|
|
3460
|
-
"text": "
|
|
3423
|
+
"text": "ViewTemplate<Accordion>"
|
|
3461
3424
|
}
|
|
3462
3425
|
},
|
|
3463
3426
|
"parameters": [
|
|
@@ -3479,214 +3442,237 @@
|
|
|
3479
3442
|
"exports": [
|
|
3480
3443
|
{
|
|
3481
3444
|
"kind": "js",
|
|
3482
|
-
"name": "
|
|
3483
|
-
"declaration": {
|
|
3484
|
-
"name": "foundationAiIndicatorStyles",
|
|
3485
|
-
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
3486
|
-
}
|
|
3487
|
-
}
|
|
3488
|
-
]
|
|
3489
|
-
},
|
|
3490
|
-
{
|
|
3491
|
-
"kind": "javascript-module",
|
|
3492
|
-
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
3493
|
-
"declarations": [
|
|
3494
|
-
{
|
|
3495
|
-
"kind": "variable",
|
|
3496
|
-
"name": "foundationAiIndicatorTemplate",
|
|
3497
|
-
"type": {
|
|
3498
|
-
"text": "ViewTemplate<AiIndicator>"
|
|
3499
|
-
},
|
|
3500
|
-
"default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
|
|
3501
|
-
}
|
|
3502
|
-
],
|
|
3503
|
-
"exports": [
|
|
3504
|
-
{
|
|
3505
|
-
"kind": "js",
|
|
3506
|
-
"name": "foundationAiIndicatorTemplate",
|
|
3445
|
+
"name": "foundationAccordionTemplate",
|
|
3507
3446
|
"declaration": {
|
|
3508
|
-
"name": "
|
|
3509
|
-
"module": "src/
|
|
3447
|
+
"name": "foundationAccordionTemplate",
|
|
3448
|
+
"module": "src/accordion/accordion.template.ts"
|
|
3510
3449
|
}
|
|
3511
3450
|
}
|
|
3512
3451
|
]
|
|
3513
3452
|
},
|
|
3514
3453
|
{
|
|
3515
3454
|
"kind": "javascript-module",
|
|
3516
|
-
"path": "src/
|
|
3455
|
+
"path": "src/accordion/accordion.ts",
|
|
3517
3456
|
"declarations": [
|
|
3518
3457
|
{
|
|
3519
3458
|
"kind": "class",
|
|
3520
3459
|
"description": "",
|
|
3521
|
-
"name": "
|
|
3522
|
-
"
|
|
3523
|
-
|
|
3524
|
-
|
|
3525
|
-
|
|
3526
|
-
|
|
3527
|
-
|
|
3528
|
-
|
|
3529
|
-
},
|
|
3460
|
+
"name": "Accordion",
|
|
3461
|
+
"superclass": {
|
|
3462
|
+
"name": "FASTAccordion",
|
|
3463
|
+
"package": "@microsoft/fast-foundation"
|
|
3464
|
+
},
|
|
3465
|
+
"tagName": "%%prefix%%-accordion",
|
|
3466
|
+
"customElement": true,
|
|
3467
|
+
"attributes": [
|
|
3530
3468
|
{
|
|
3531
|
-
"
|
|
3532
|
-
"name": "status",
|
|
3469
|
+
"name": "expand-mode",
|
|
3533
3470
|
"type": {
|
|
3534
|
-
"text": "
|
|
3471
|
+
"text": "AccordionExpandMode"
|
|
3535
3472
|
},
|
|
3536
|
-
"
|
|
3537
|
-
|
|
3473
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3474
|
+
"fieldName": "expandmode",
|
|
3475
|
+
"inheritedFrom": {
|
|
3476
|
+
"name": "Accordion",
|
|
3477
|
+
"module": "src/accordion/accordion.ts"
|
|
3478
|
+
}
|
|
3479
|
+
}
|
|
3480
|
+
],
|
|
3481
|
+
"members": [
|
|
3538
3482
|
{
|
|
3539
3483
|
"kind": "field",
|
|
3540
|
-
"name": "
|
|
3484
|
+
"name": "expandmode",
|
|
3541
3485
|
"type": {
|
|
3542
|
-
"text": "
|
|
3486
|
+
"text": "AccordionExpandMode"
|
|
3543
3487
|
},
|
|
3544
|
-
"
|
|
3488
|
+
"privacy": "public",
|
|
3489
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3490
|
+
"inheritedFrom": {
|
|
3491
|
+
"name": "Accordion",
|
|
3492
|
+
"module": "src/accordion/accordion.ts"
|
|
3493
|
+
}
|
|
3545
3494
|
},
|
|
3546
3495
|
{
|
|
3547
3496
|
"kind": "field",
|
|
3548
|
-
"name": "
|
|
3497
|
+
"name": "activeid",
|
|
3549
3498
|
"type": {
|
|
3550
|
-
"text": "
|
|
3499
|
+
"text": "string | null"
|
|
3551
3500
|
},
|
|
3552
|
-
"
|
|
3501
|
+
"privacy": "private",
|
|
3502
|
+
"inheritedFrom": {
|
|
3503
|
+
"name": "Accordion",
|
|
3504
|
+
"module": "src/accordion/accordion.ts"
|
|
3505
|
+
}
|
|
3553
3506
|
},
|
|
3554
3507
|
{
|
|
3555
3508
|
"kind": "field",
|
|
3556
|
-
"name": "
|
|
3509
|
+
"name": "activeItemIndex",
|
|
3557
3510
|
"type": {
|
|
3558
|
-
"text": "
|
|
3511
|
+
"text": "number"
|
|
3559
3512
|
},
|
|
3560
|
-
"
|
|
3513
|
+
"privacy": "private",
|
|
3514
|
+
"default": "0",
|
|
3515
|
+
"inheritedFrom": {
|
|
3516
|
+
"name": "Accordion",
|
|
3517
|
+
"module": "src/accordion/accordion.ts"
|
|
3518
|
+
}
|
|
3561
3519
|
},
|
|
3562
3520
|
{
|
|
3563
3521
|
"kind": "field",
|
|
3564
|
-
"name": "
|
|
3522
|
+
"name": "accordionIds",
|
|
3565
3523
|
"type": {
|
|
3566
|
-
"text": "
|
|
3524
|
+
"text": "Array<string | null>"
|
|
3567
3525
|
},
|
|
3568
3526
|
"privacy": "private",
|
|
3569
|
-
"
|
|
3570
|
-
|
|
3571
|
-
|
|
3572
|
-
|
|
3573
|
-
"name": "clickOutside",
|
|
3574
|
-
"privacy": "private"
|
|
3527
|
+
"inheritedFrom": {
|
|
3528
|
+
"name": "Accordion",
|
|
3529
|
+
"module": "src/accordion/accordion.ts"
|
|
3530
|
+
}
|
|
3575
3531
|
},
|
|
3576
3532
|
{
|
|
3577
3533
|
"kind": "field",
|
|
3578
|
-
"name": "
|
|
3579
|
-
"
|
|
3580
|
-
|
|
3581
|
-
|
|
3582
|
-
|
|
3534
|
+
"name": "change",
|
|
3535
|
+
"privacy": "private",
|
|
3536
|
+
"inheritedFrom": {
|
|
3537
|
+
"name": "Accordion",
|
|
3538
|
+
"module": "src/accordion/accordion.ts"
|
|
3539
|
+
}
|
|
3583
3540
|
},
|
|
3584
3541
|
{
|
|
3585
|
-
"kind": "
|
|
3586
|
-
"name": "
|
|
3587
|
-
"
|
|
3588
|
-
|
|
3542
|
+
"kind": "method",
|
|
3543
|
+
"name": "findExpandedItem",
|
|
3544
|
+
"privacy": "private",
|
|
3545
|
+
"return": {
|
|
3546
|
+
"type": {
|
|
3547
|
+
"text": "AccordionItem | null"
|
|
3548
|
+
}
|
|
3589
3549
|
},
|
|
3590
|
-
"
|
|
3550
|
+
"inheritedFrom": {
|
|
3551
|
+
"name": "Accordion",
|
|
3552
|
+
"module": "src/accordion/accordion.ts"
|
|
3553
|
+
}
|
|
3591
3554
|
},
|
|
3592
3555
|
{
|
|
3593
3556
|
"kind": "field",
|
|
3594
|
-
"name": "
|
|
3595
|
-
"
|
|
3596
|
-
|
|
3597
|
-
|
|
3598
|
-
|
|
3557
|
+
"name": "setItems",
|
|
3558
|
+
"privacy": "private",
|
|
3559
|
+
"inheritedFrom": {
|
|
3560
|
+
"name": "Accordion",
|
|
3561
|
+
"module": "src/accordion/accordion.ts"
|
|
3562
|
+
}
|
|
3599
3563
|
},
|
|
3600
3564
|
{
|
|
3601
3565
|
"kind": "method",
|
|
3602
|
-
"name": "
|
|
3566
|
+
"name": "resetItems",
|
|
3567
|
+
"privacy": "private",
|
|
3603
3568
|
"return": {
|
|
3604
3569
|
"type": {
|
|
3605
3570
|
"text": "void"
|
|
3606
3571
|
}
|
|
3572
|
+
},
|
|
3573
|
+
"inheritedFrom": {
|
|
3574
|
+
"name": "Accordion",
|
|
3575
|
+
"module": "src/accordion/accordion.ts"
|
|
3607
3576
|
}
|
|
3608
3577
|
},
|
|
3609
3578
|
{
|
|
3610
|
-
"kind": "
|
|
3611
|
-
"name": "
|
|
3579
|
+
"kind": "field",
|
|
3580
|
+
"name": "removeItemListeners",
|
|
3612
3581
|
"privacy": "private",
|
|
3613
|
-
"
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
|
|
3617
|
-
"text": "MouseEvent"
|
|
3618
|
-
}
|
|
3619
|
-
}
|
|
3620
|
-
]
|
|
3582
|
+
"inheritedFrom": {
|
|
3583
|
+
"name": "Accordion",
|
|
3584
|
+
"module": "src/accordion/accordion.ts"
|
|
3585
|
+
}
|
|
3621
3586
|
},
|
|
3622
3587
|
{
|
|
3623
|
-
"kind": "
|
|
3624
|
-
"name": "
|
|
3588
|
+
"kind": "field",
|
|
3589
|
+
"name": "activeItemChange",
|
|
3590
|
+
"privacy": "private",
|
|
3591
|
+
"inheritedFrom": {
|
|
3592
|
+
"name": "Accordion",
|
|
3593
|
+
"module": "src/accordion/accordion.ts"
|
|
3594
|
+
}
|
|
3625
3595
|
},
|
|
3626
3596
|
{
|
|
3627
3597
|
"kind": "method",
|
|
3628
|
-
"name": "
|
|
3598
|
+
"name": "getItemIds",
|
|
3599
|
+
"privacy": "private",
|
|
3629
3600
|
"return": {
|
|
3630
3601
|
"type": {
|
|
3631
|
-
"text": "
|
|
3602
|
+
"text": "Array<string | null>"
|
|
3632
3603
|
}
|
|
3604
|
+
},
|
|
3605
|
+
"inheritedFrom": {
|
|
3606
|
+
"name": "Accordion",
|
|
3607
|
+
"module": "src/accordion/accordion.ts"
|
|
3633
3608
|
}
|
|
3634
3609
|
},
|
|
3635
3610
|
{
|
|
3636
3611
|
"kind": "method",
|
|
3637
|
-
"name": "
|
|
3612
|
+
"name": "isSingleExpandMode",
|
|
3638
3613
|
"privacy": "private",
|
|
3639
3614
|
"return": {
|
|
3640
3615
|
"type": {
|
|
3641
|
-
"text": "
|
|
3616
|
+
"text": "boolean"
|
|
3642
3617
|
}
|
|
3643
3618
|
},
|
|
3644
|
-
"
|
|
3645
|
-
|
|
3646
|
-
|
|
3647
|
-
|
|
3648
|
-
"text": "AIStatus | null"
|
|
3649
|
-
}
|
|
3650
|
-
}
|
|
3651
|
-
]
|
|
3619
|
+
"inheritedFrom": {
|
|
3620
|
+
"name": "Accordion",
|
|
3621
|
+
"module": "src/accordion/accordion.ts"
|
|
3622
|
+
}
|
|
3652
3623
|
},
|
|
3653
3624
|
{
|
|
3654
|
-
"kind": "
|
|
3655
|
-
"name": "
|
|
3625
|
+
"kind": "field",
|
|
3626
|
+
"name": "handleItemKeyDown",
|
|
3656
3627
|
"privacy": "private",
|
|
3657
|
-
"
|
|
3658
|
-
"
|
|
3659
|
-
|
|
3660
|
-
}
|
|
3628
|
+
"inheritedFrom": {
|
|
3629
|
+
"name": "Accordion",
|
|
3630
|
+
"module": "src/accordion/accordion.ts"
|
|
3661
3631
|
}
|
|
3662
3632
|
},
|
|
3663
3633
|
{
|
|
3664
|
-
"kind": "
|
|
3665
|
-
"name": "
|
|
3634
|
+
"kind": "field",
|
|
3635
|
+
"name": "handleItemFocus",
|
|
3666
3636
|
"privacy": "private",
|
|
3667
|
-
"
|
|
3668
|
-
"
|
|
3669
|
-
|
|
3670
|
-
}
|
|
3637
|
+
"inheritedFrom": {
|
|
3638
|
+
"name": "Accordion",
|
|
3639
|
+
"module": "src/accordion/accordion.ts"
|
|
3671
3640
|
}
|
|
3672
3641
|
},
|
|
3673
3642
|
{
|
|
3674
3643
|
"kind": "method",
|
|
3675
|
-
"name": "
|
|
3644
|
+
"name": "adjust",
|
|
3676
3645
|
"privacy": "private",
|
|
3677
3646
|
"return": {
|
|
3678
3647
|
"type": {
|
|
3679
3648
|
"text": "void"
|
|
3680
3649
|
}
|
|
3650
|
+
},
|
|
3651
|
+
"parameters": [
|
|
3652
|
+
{
|
|
3653
|
+
"name": "adjustment",
|
|
3654
|
+
"type": {
|
|
3655
|
+
"text": "number"
|
|
3656
|
+
}
|
|
3657
|
+
}
|
|
3658
|
+
],
|
|
3659
|
+
"inheritedFrom": {
|
|
3660
|
+
"name": "Accordion",
|
|
3661
|
+
"module": "src/accordion/accordion.ts"
|
|
3681
3662
|
}
|
|
3682
3663
|
},
|
|
3683
3664
|
{
|
|
3684
3665
|
"kind": "method",
|
|
3685
|
-
"name": "
|
|
3666
|
+
"name": "focusItem",
|
|
3667
|
+
"privacy": "private",
|
|
3686
3668
|
"return": {
|
|
3687
3669
|
"type": {
|
|
3688
|
-
"text": "
|
|
3670
|
+
"text": "void"
|
|
3689
3671
|
}
|
|
3672
|
+
},
|
|
3673
|
+
"inheritedFrom": {
|
|
3674
|
+
"name": "Accordion",
|
|
3675
|
+
"module": "src/accordion/accordion.ts"
|
|
3690
3676
|
}
|
|
3691
3677
|
},
|
|
3692
3678
|
{
|
|
@@ -3801,88 +3787,102 @@
|
|
|
3801
3787
|
}
|
|
3802
3788
|
}
|
|
3803
3789
|
],
|
|
3804
|
-
"
|
|
3805
|
-
|
|
3806
|
-
|
|
3790
|
+
"events": [
|
|
3791
|
+
{
|
|
3792
|
+
"description": "Fires a custom 'change' event when the active item changes",
|
|
3793
|
+
"name": "change",
|
|
3794
|
+
"inheritedFrom": {
|
|
3795
|
+
"name": "Accordion",
|
|
3796
|
+
"module": "src/accordion/accordion.ts"
|
|
3797
|
+
}
|
|
3798
|
+
}
|
|
3799
|
+
]
|
|
3800
|
+
},
|
|
3801
|
+
{
|
|
3802
|
+
"kind": "variable",
|
|
3803
|
+
"name": "foundationAccordionShadowOptions",
|
|
3804
|
+
"type": {
|
|
3805
|
+
"text": "ShadowRootInit"
|
|
3807
3806
|
},
|
|
3808
|
-
"
|
|
3809
|
-
"customElement": true
|
|
3807
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3810
3808
|
},
|
|
3811
3809
|
{
|
|
3812
3810
|
"kind": "variable",
|
|
3813
|
-
"name": "
|
|
3811
|
+
"name": "defaultAccordionConfig",
|
|
3812
|
+
"type": {
|
|
3813
|
+
"text": "object"
|
|
3814
|
+
},
|
|
3815
|
+
"default": "{}"
|
|
3816
|
+
},
|
|
3817
|
+
{
|
|
3818
|
+
"kind": "variable",
|
|
3819
|
+
"name": "foundationAccordion",
|
|
3820
|
+
"description": "The Foundation Accordion",
|
|
3821
|
+
"privacy": "public"
|
|
3814
3822
|
}
|
|
3815
3823
|
],
|
|
3816
3824
|
"exports": [
|
|
3817
3825
|
{
|
|
3818
3826
|
"kind": "js",
|
|
3819
|
-
"name": "
|
|
3827
|
+
"name": "Accordion",
|
|
3820
3828
|
"declaration": {
|
|
3821
|
-
"name": "
|
|
3822
|
-
"module": "src/
|
|
3829
|
+
"name": "Accordion",
|
|
3830
|
+
"module": "src/accordion/accordion.ts"
|
|
3823
3831
|
}
|
|
3824
3832
|
},
|
|
3825
3833
|
{
|
|
3826
3834
|
"kind": "js",
|
|
3827
|
-
"name": "
|
|
3828
|
-
"declaration": {
|
|
3829
|
-
"name": "foundationAiIndicator",
|
|
3830
|
-
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3831
|
-
}
|
|
3832
|
-
}
|
|
3833
|
-
]
|
|
3834
|
-
},
|
|
3835
|
-
{
|
|
3836
|
-
"kind": "javascript-module",
|
|
3837
|
-
"path": "src/ai-indicator/index.ts",
|
|
3838
|
-
"declarations": [],
|
|
3839
|
-
"exports": [
|
|
3840
|
-
{
|
|
3841
|
-
"kind": "js",
|
|
3842
|
-
"name": "AiIndicator",
|
|
3835
|
+
"name": "foundationAccordionShadowOptions",
|
|
3843
3836
|
"declaration": {
|
|
3844
|
-
"name": "
|
|
3845
|
-
"module": "
|
|
3837
|
+
"name": "foundationAccordionShadowOptions",
|
|
3838
|
+
"module": "src/accordion/accordion.ts"
|
|
3846
3839
|
}
|
|
3847
3840
|
},
|
|
3848
3841
|
{
|
|
3849
3842
|
"kind": "js",
|
|
3850
|
-
"name": "
|
|
3843
|
+
"name": "defaultAccordionConfig",
|
|
3851
3844
|
"declaration": {
|
|
3852
|
-
"name": "
|
|
3853
|
-
"module": "
|
|
3845
|
+
"name": "defaultAccordionConfig",
|
|
3846
|
+
"module": "src/accordion/accordion.ts"
|
|
3854
3847
|
}
|
|
3855
3848
|
},
|
|
3856
3849
|
{
|
|
3857
3850
|
"kind": "js",
|
|
3858
|
-
"name": "
|
|
3851
|
+
"name": "foundationAccordion",
|
|
3859
3852
|
"declaration": {
|
|
3860
|
-
"name": "
|
|
3861
|
-
"module": "
|
|
3853
|
+
"name": "foundationAccordion",
|
|
3854
|
+
"module": "src/accordion/accordion.ts"
|
|
3862
3855
|
}
|
|
3863
|
-
}
|
|
3856
|
+
}
|
|
3857
|
+
]
|
|
3858
|
+
},
|
|
3859
|
+
{
|
|
3860
|
+
"kind": "javascript-module",
|
|
3861
|
+
"path": "src/accordion/index.ts",
|
|
3862
|
+
"declarations": [],
|
|
3863
|
+
"exports": [
|
|
3864
3864
|
{
|
|
3865
3865
|
"kind": "js",
|
|
3866
|
-
"name": "
|
|
3866
|
+
"name": "*",
|
|
3867
3867
|
"declaration": {
|
|
3868
|
-
"name": "
|
|
3869
|
-
"
|
|
3868
|
+
"name": "*",
|
|
3869
|
+
"package": "./accordion.template"
|
|
3870
3870
|
}
|
|
3871
3871
|
},
|
|
3872
3872
|
{
|
|
3873
3873
|
"kind": "js",
|
|
3874
|
-
"name": "
|
|
3874
|
+
"name": "*",
|
|
3875
3875
|
"declaration": {
|
|
3876
|
-
"name": "
|
|
3877
|
-
"
|
|
3876
|
+
"name": "*",
|
|
3877
|
+
"package": "./accordion.styles"
|
|
3878
3878
|
}
|
|
3879
3879
|
},
|
|
3880
3880
|
{
|
|
3881
3881
|
"kind": "js",
|
|
3882
|
-
"name": "
|
|
3882
|
+
"name": "*",
|
|
3883
3883
|
"declaration": {
|
|
3884
|
-
"name": "
|
|
3885
|
-
"
|
|
3884
|
+
"name": "*",
|
|
3885
|
+
"package": "./accordion"
|
|
3886
3886
|
}
|
|
3887
3887
|
}
|
|
3888
3888
|
]
|