@genesislcap/foundation-ui 14.426.1-alpha-79840b9.0 → 14.427.1
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 +18 -18
- package/dist/react.cjs +12 -12
- package/dist/react.mjs +10 -10
- 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,109 +1828,107 @@
|
|
|
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": "
|
|
1733
|
-
"declaration": {
|
|
1734
|
-
"name": "AccordionItem",
|
|
1735
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1736
|
-
}
|
|
1737
|
-
},
|
|
1738
|
-
{
|
|
1739
|
-
"kind": "js",
|
|
1740
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
1741
|
-
"declaration": {
|
|
1742
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
1743
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1744
|
-
}
|
|
1745
|
-
},
|
|
1746
|
-
{
|
|
1747
|
-
"kind": "js",
|
|
1748
|
-
"name": "defaultAccordionItemConfig",
|
|
1749
|
-
"declaration": {
|
|
1750
|
-
"name": "defaultAccordionItemConfig",
|
|
1751
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1752
|
-
}
|
|
1753
|
-
},
|
|
1754
|
-
{
|
|
1755
|
-
"kind": "js",
|
|
1756
|
-
"name": "foundationAccordionItem",
|
|
1757
|
-
"declaration": {
|
|
1758
|
-
"name": "foundationAccordionItem",
|
|
1759
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1760
|
-
}
|
|
1761
|
-
}
|
|
1762
|
-
]
|
|
1763
|
-
},
|
|
1764
|
-
{
|
|
1765
|
-
"kind": "javascript-module",
|
|
1766
|
-
"path": "src/accordion-item/index.ts",
|
|
1767
|
-
"declarations": [],
|
|
1768
|
-
"exports": [
|
|
1769
|
-
{
|
|
1770
|
-
"kind": "js",
|
|
1771
|
-
"name": "*",
|
|
1772
|
-
"declaration": {
|
|
1773
|
-
"name": "*",
|
|
1774
|
-
"package": "./accordion-item.template"
|
|
1775
|
-
}
|
|
1776
|
-
},
|
|
1777
|
-
{
|
|
1778
|
-
"kind": "js",
|
|
1779
|
-
"name": "*",
|
|
1913
|
+
"name": "ActionsMenu",
|
|
1780
1914
|
"declaration": {
|
|
1781
|
-
"name": "
|
|
1782
|
-
"
|
|
1915
|
+
"name": "ActionsMenu",
|
|
1916
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1783
1917
|
}
|
|
1784
1918
|
},
|
|
1785
1919
|
{
|
|
1786
1920
|
"kind": "js",
|
|
1787
|
-
"name": "
|
|
1921
|
+
"name": "foundationActionsMenu",
|
|
1788
1922
|
"declaration": {
|
|
1789
|
-
"name": "
|
|
1790
|
-
"
|
|
1923
|
+
"name": "foundationActionsMenu",
|
|
1924
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1791
1925
|
}
|
|
1792
1926
|
}
|
|
1793
1927
|
]
|
|
1794
1928
|
},
|
|
1795
1929
|
{
|
|
1796
1930
|
"kind": "javascript-module",
|
|
1797
|
-
"path": "src/
|
|
1931
|
+
"path": "src/actions-menu/index.ts",
|
|
1798
1932
|
"declarations": [],
|
|
1799
1933
|
"exports": [
|
|
1800
1934
|
{
|
|
@@ -1802,7 +1936,7 @@
|
|
|
1802
1936
|
"name": "*",
|
|
1803
1937
|
"declaration": {
|
|
1804
1938
|
"name": "*",
|
|
1805
|
-
"package": "./styles"
|
|
1939
|
+
"package": "./actions-menu.styles"
|
|
1806
1940
|
}
|
|
1807
1941
|
},
|
|
1808
1942
|
{
|
|
@@ -1810,7 +1944,7 @@
|
|
|
1810
1944
|
"name": "*",
|
|
1811
1945
|
"declaration": {
|
|
1812
1946
|
"name": "*",
|
|
1813
|
-
"package": "./
|
|
1947
|
+
"package": "./actions-menu.template"
|
|
1814
1948
|
}
|
|
1815
1949
|
},
|
|
1816
1950
|
{
|
|
@@ -1818,198 +1952,192 @@
|
|
|
1818
1952
|
"name": "*",
|
|
1819
1953
|
"declaration": {
|
|
1820
1954
|
"name": "*",
|
|
1821
|
-
"package": "./
|
|
1955
|
+
"package": "./actions-menu"
|
|
1822
1956
|
}
|
|
1823
1957
|
}
|
|
1824
1958
|
]
|
|
1825
1959
|
},
|
|
1826
1960
|
{
|
|
1827
1961
|
"kind": "javascript-module",
|
|
1828
|
-
"path": "src/
|
|
1962
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1829
1963
|
"declarations": [
|
|
1830
1964
|
{
|
|
1831
|
-
"kind": "
|
|
1832
|
-
"name": "
|
|
1833
|
-
"
|
|
1965
|
+
"kind": "function",
|
|
1966
|
+
"name": "foundationAccordionItemStyles",
|
|
1967
|
+
"return": {
|
|
1968
|
+
"type": {
|
|
1969
|
+
"text": "ElementStyles"
|
|
1970
|
+
}
|
|
1971
|
+
},
|
|
1972
|
+
"parameters": [
|
|
1973
|
+
{
|
|
1974
|
+
"name": "context",
|
|
1975
|
+
"type": {
|
|
1976
|
+
"text": "ElementDefinitionContext"
|
|
1977
|
+
}
|
|
1978
|
+
},
|
|
1979
|
+
{
|
|
1980
|
+
"name": "definition",
|
|
1981
|
+
"type": {
|
|
1982
|
+
"text": "FoundationElementDefinition"
|
|
1983
|
+
}
|
|
1984
|
+
}
|
|
1985
|
+
]
|
|
1834
1986
|
}
|
|
1835
1987
|
],
|
|
1836
1988
|
"exports": [
|
|
1837
1989
|
{
|
|
1838
1990
|
"kind": "js",
|
|
1839
|
-
"name": "
|
|
1991
|
+
"name": "foundationAccordionItemStyles",
|
|
1840
1992
|
"declaration": {
|
|
1841
|
-
"name": "
|
|
1842
|
-
"module": "src/
|
|
1993
|
+
"name": "foundationAccordionItemStyles",
|
|
1994
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1843
1995
|
}
|
|
1844
1996
|
}
|
|
1845
1997
|
]
|
|
1846
1998
|
},
|
|
1847
1999
|
{
|
|
1848
2000
|
"kind": "javascript-module",
|
|
1849
|
-
"path": "src/
|
|
2001
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1850
2002
|
"declarations": [
|
|
1851
2003
|
{
|
|
1852
|
-
"kind": "
|
|
1853
|
-
"name": "
|
|
1854
|
-
"
|
|
1855
|
-
"
|
|
2004
|
+
"kind": "function",
|
|
2005
|
+
"name": "foundationAccordionItemTemplate",
|
|
2006
|
+
"return": {
|
|
2007
|
+
"type": {
|
|
2008
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
2009
|
+
}
|
|
1856
2010
|
},
|
|
1857
|
-
"
|
|
2011
|
+
"parameters": [
|
|
2012
|
+
{
|
|
2013
|
+
"name": "context",
|
|
2014
|
+
"type": {
|
|
2015
|
+
"text": "ElementDefinitionContext"
|
|
2016
|
+
}
|
|
2017
|
+
},
|
|
2018
|
+
{
|
|
2019
|
+
"name": "definition",
|
|
2020
|
+
"type": {
|
|
2021
|
+
"text": "FoundationElementDefinition"
|
|
2022
|
+
}
|
|
2023
|
+
}
|
|
2024
|
+
]
|
|
1858
2025
|
}
|
|
1859
2026
|
],
|
|
1860
2027
|
"exports": [
|
|
1861
2028
|
{
|
|
1862
2029
|
"kind": "js",
|
|
1863
|
-
"name": "
|
|
2030
|
+
"name": "foundationAccordionItemTemplate",
|
|
1864
2031
|
"declaration": {
|
|
1865
|
-
"name": "
|
|
1866
|
-
"module": "src/
|
|
2032
|
+
"name": "foundationAccordionItemTemplate",
|
|
2033
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1867
2034
|
}
|
|
1868
2035
|
}
|
|
1869
2036
|
]
|
|
1870
2037
|
},
|
|
1871
2038
|
{
|
|
1872
2039
|
"kind": "javascript-module",
|
|
1873
|
-
"path": "src/
|
|
2040
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1874
2041
|
"declarations": [
|
|
1875
2042
|
{
|
|
1876
2043
|
"kind": "class",
|
|
1877
|
-
"description": "
|
|
1878
|
-
"name": "
|
|
1879
|
-
"
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
},
|
|
2044
|
+
"description": "",
|
|
2045
|
+
"name": "AccordionItem",
|
|
2046
|
+
"superclass": {
|
|
2047
|
+
"name": "FASTAccordionItem",
|
|
2048
|
+
"package": "@microsoft/fast-components"
|
|
2049
|
+
},
|
|
2050
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
2051
|
+
"customElement": true,
|
|
2052
|
+
"attributes": [
|
|
1887
2053
|
{
|
|
1888
|
-
"
|
|
1889
|
-
"name": "placeholder",
|
|
2054
|
+
"name": "heading-level",
|
|
1890
2055
|
"type": {
|
|
1891
|
-
"text": "
|
|
2056
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1892
2057
|
},
|
|
1893
|
-
"default": "
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
"
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
"text": "boolean"
|
|
2058
|
+
"default": "2",
|
|
2059
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
2060
|
+
"fieldName": "headinglevel",
|
|
2061
|
+
"inheritedFrom": {
|
|
2062
|
+
"name": "AccordionItem",
|
|
2063
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1900
2064
|
}
|
|
1901
2065
|
},
|
|
1902
2066
|
{
|
|
1903
|
-
"kind": "field",
|
|
1904
|
-
"name": "mode",
|
|
1905
|
-
"type": {
|
|
1906
|
-
"text": "'append' | 'replace'"
|
|
1907
|
-
},
|
|
1908
|
-
"default": "'replace'"
|
|
1909
|
-
},
|
|
1910
|
-
{
|
|
1911
|
-
"kind": "field",
|
|
1912
|
-
"name": "inputValue",
|
|
1913
|
-
"type": {
|
|
1914
|
-
"text": "string"
|
|
1915
|
-
},
|
|
1916
|
-
"default": "''"
|
|
1917
|
-
},
|
|
1918
|
-
{
|
|
1919
|
-
"kind": "field",
|
|
1920
|
-
"name": "isInterpreting",
|
|
1921
2067
|
"type": {
|
|
1922
2068
|
"text": "boolean"
|
|
1923
2069
|
},
|
|
1924
|
-
"default": "false"
|
|
2070
|
+
"default": "false",
|
|
2071
|
+
"description": "Expands or collapses the item.",
|
|
2072
|
+
"fieldName": "expanded",
|
|
2073
|
+
"inheritedFrom": {
|
|
2074
|
+
"name": "AccordionItem",
|
|
2075
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2076
|
+
}
|
|
1925
2077
|
},
|
|
1926
2078
|
{
|
|
1927
|
-
"
|
|
1928
|
-
"name": "lastValidCriteria",
|
|
2079
|
+
"name": "id",
|
|
1929
2080
|
"type": {
|
|
1930
|
-
"text": "string
|
|
2081
|
+
"text": "string"
|
|
1931
2082
|
},
|
|
1932
|
-
"
|
|
1933
|
-
|
|
2083
|
+
"description": "The item ID",
|
|
2084
|
+
"fieldName": "id",
|
|
2085
|
+
"inheritedFrom": {
|
|
2086
|
+
"name": "AccordionItem",
|
|
2087
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2088
|
+
}
|
|
2089
|
+
}
|
|
2090
|
+
],
|
|
2091
|
+
"members": [
|
|
1934
2092
|
{
|
|
1935
2093
|
"kind": "field",
|
|
1936
|
-
"name": "
|
|
2094
|
+
"name": "headinglevel",
|
|
1937
2095
|
"type": {
|
|
1938
|
-
"text": "
|
|
2096
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1939
2097
|
},
|
|
1940
|
-
"
|
|
2098
|
+
"privacy": "public",
|
|
2099
|
+
"default": "2",
|
|
2100
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
2101
|
+
"inheritedFrom": {
|
|
2102
|
+
"name": "AccordionItem",
|
|
2103
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2104
|
+
}
|
|
1941
2105
|
},
|
|
1942
2106
|
{
|
|
1943
2107
|
"kind": "field",
|
|
1944
|
-
"name": "
|
|
2108
|
+
"name": "expanded",
|
|
1945
2109
|
"type": {
|
|
1946
2110
|
"text": "boolean"
|
|
1947
2111
|
},
|
|
1948
|
-
"
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
"
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
},
|
|
1956
|
-
"privacy": "public"
|
|
1957
|
-
},
|
|
1958
|
-
{
|
|
1959
|
-
"kind": "field",
|
|
1960
|
-
"name": "stopRecording",
|
|
1961
|
-
"type": {
|
|
1962
|
-
"text": "(() => void) | null"
|
|
1963
|
-
},
|
|
1964
|
-
"privacy": "private",
|
|
1965
|
-
"default": "null"
|
|
1966
|
-
},
|
|
1967
|
-
{
|
|
1968
|
-
"kind": "field",
|
|
1969
|
-
"name": "speechApplyDebounceTimer",
|
|
1970
|
-
"type": {
|
|
1971
|
-
"text": "ReturnType<typeof setTimeout> | null"
|
|
1972
|
-
},
|
|
1973
|
-
"privacy": "private",
|
|
1974
|
-
"default": "null"
|
|
2112
|
+
"privacy": "public",
|
|
2113
|
+
"default": "false",
|
|
2114
|
+
"description": "Expands or collapses the item.",
|
|
2115
|
+
"inheritedFrom": {
|
|
2116
|
+
"name": "AccordionItem",
|
|
2117
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2118
|
+
}
|
|
1975
2119
|
},
|
|
1976
2120
|
{
|
|
1977
2121
|
"kind": "field",
|
|
1978
|
-
"name": "
|
|
2122
|
+
"name": "id",
|
|
1979
2123
|
"type": {
|
|
1980
2124
|
"text": "string"
|
|
1981
2125
|
},
|
|
1982
|
-
"privacy": "
|
|
1983
|
-
"
|
|
2126
|
+
"privacy": "public",
|
|
2127
|
+
"description": "The item ID",
|
|
2128
|
+
"inheritedFrom": {
|
|
2129
|
+
"name": "AccordionItem",
|
|
2130
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2131
|
+
}
|
|
1984
2132
|
},
|
|
1985
2133
|
{
|
|
1986
2134
|
"kind": "field",
|
|
1987
|
-
"name": "
|
|
1988
|
-
"
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
{
|
|
1994
|
-
"kind": "method",
|
|
1995
|
-
"name": "handleSubmit"
|
|
1996
|
-
},
|
|
1997
|
-
{
|
|
1998
|
-
"kind": "method",
|
|
1999
|
-
"name": "handleBlur"
|
|
2000
|
-
},
|
|
2001
|
-
{
|
|
2002
|
-
"kind": "method",
|
|
2003
|
-
"name": "clear"
|
|
2004
|
-
},
|
|
2005
|
-
{
|
|
2006
|
-
"kind": "method",
|
|
2007
|
-
"name": "toggleSpeechInput"
|
|
2008
|
-
},
|
|
2009
|
-
{
|
|
2010
|
-
"kind": "method",
|
|
2011
|
-
"name": "clearSpeechApplyDebounce",
|
|
2012
|
-
"privacy": "private"
|
|
2135
|
+
"name": "change",
|
|
2136
|
+
"privacy": "private",
|
|
2137
|
+
"inheritedFrom": {
|
|
2138
|
+
"name": "AccordionItem",
|
|
2139
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2140
|
+
}
|
|
2013
2141
|
},
|
|
2014
2142
|
{
|
|
2015
2143
|
"kind": "field",
|
|
@@ -2125,160 +2253,84 @@
|
|
|
2125
2253
|
],
|
|
2126
2254
|
"events": [
|
|
2127
2255
|
{
|
|
2128
|
-
"description": "
|
|
2129
|
-
"name": "
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
}
|
|
2135
|
-
],
|
|
2136
|
-
"attributes": [
|
|
2137
|
-
{
|
|
2138
|
-
"name": "placeholder",
|
|
2139
|
-
"type": {
|
|
2140
|
-
"text": "string"
|
|
2141
|
-
},
|
|
2142
|
-
"default": "'Describe your search criteria in natural language...'",
|
|
2143
|
-
"fieldName": "placeholder"
|
|
2144
|
-
},
|
|
2145
|
-
{
|
|
2146
|
-
"type": {
|
|
2147
|
-
"text": "boolean"
|
|
2148
|
-
},
|
|
2149
|
-
"fieldName": "disabled"
|
|
2150
|
-
},
|
|
2151
|
-
{
|
|
2152
|
-
"name": "mode",
|
|
2153
|
-
"type": {
|
|
2154
|
-
"text": "'append' | 'replace'"
|
|
2155
|
-
},
|
|
2156
|
-
"default": "'replace'",
|
|
2157
|
-
"fieldName": "mode"
|
|
2256
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
2257
|
+
"name": "change",
|
|
2258
|
+
"inheritedFrom": {
|
|
2259
|
+
"name": "AccordionItem",
|
|
2260
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2261
|
+
}
|
|
2158
2262
|
}
|
|
2159
|
-
]
|
|
2160
|
-
"superclass": {
|
|
2161
|
-
"name": "FoundationElement",
|
|
2162
|
-
"package": "@microsoft/fast-foundation"
|
|
2163
|
-
},
|
|
2164
|
-
"tagName": "%%prefix%%-ai-criteria-search",
|
|
2165
|
-
"customElement": true
|
|
2263
|
+
]
|
|
2166
2264
|
},
|
|
2167
2265
|
{
|
|
2168
2266
|
"kind": "variable",
|
|
2169
|
-
"name": "
|
|
2267
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2170
2268
|
"type": {
|
|
2171
2269
|
"text": "ShadowRootInit"
|
|
2172
2270
|
},
|
|
2173
|
-
"default": "
|
|
2271
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2174
2272
|
},
|
|
2175
2273
|
{
|
|
2176
2274
|
"kind": "variable",
|
|
2177
|
-
"name": "
|
|
2275
|
+
"name": "defaultAccordionItemConfig",
|
|
2178
2276
|
"type": {
|
|
2179
2277
|
"text": "object"
|
|
2180
2278
|
},
|
|
2181
|
-
"default": "{}"
|
|
2279
|
+
"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}"
|
|
2182
2280
|
},
|
|
2183
2281
|
{
|
|
2184
2282
|
"kind": "variable",
|
|
2185
|
-
"name": "
|
|
2283
|
+
"name": "foundationAccordionItem",
|
|
2284
|
+
"description": "The Foundation Accordion Item",
|
|
2285
|
+
"privacy": "public"
|
|
2186
2286
|
}
|
|
2187
2287
|
],
|
|
2188
2288
|
"exports": [
|
|
2189
2289
|
{
|
|
2190
2290
|
"kind": "js",
|
|
2191
|
-
"name": "
|
|
2291
|
+
"name": "AccordionItem",
|
|
2192
2292
|
"declaration": {
|
|
2193
|
-
"name": "
|
|
2194
|
-
"module": "src/
|
|
2293
|
+
"name": "AccordionItem",
|
|
2294
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2195
2295
|
}
|
|
2196
2296
|
},
|
|
2197
2297
|
{
|
|
2198
2298
|
"kind": "js",
|
|
2199
|
-
"name": "
|
|
2299
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2200
2300
|
"declaration": {
|
|
2201
|
-
"name": "
|
|
2202
|
-
"module": "src/
|
|
2301
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2302
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2203
2303
|
}
|
|
2204
2304
|
},
|
|
2205
2305
|
{
|
|
2206
2306
|
"kind": "js",
|
|
2207
|
-
"name": "
|
|
2307
|
+
"name": "defaultAccordionItemConfig",
|
|
2208
2308
|
"declaration": {
|
|
2209
|
-
"name": "
|
|
2210
|
-
"module": "src/
|
|
2309
|
+
"name": "defaultAccordionItemConfig",
|
|
2310
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2211
2311
|
}
|
|
2212
2312
|
},
|
|
2213
2313
|
{
|
|
2214
2314
|
"kind": "js",
|
|
2215
|
-
"name": "
|
|
2315
|
+
"name": "foundationAccordionItem",
|
|
2216
2316
|
"declaration": {
|
|
2217
|
-
"name": "
|
|
2218
|
-
"module": "src/
|
|
2317
|
+
"name": "foundationAccordionItem",
|
|
2318
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2219
2319
|
}
|
|
2220
2320
|
}
|
|
2221
2321
|
]
|
|
2222
2322
|
},
|
|
2223
2323
|
{
|
|
2224
2324
|
"kind": "javascript-module",
|
|
2225
|
-
"path": "src/
|
|
2325
|
+
"path": "src/accordion-item/index.ts",
|
|
2226
2326
|
"declarations": [],
|
|
2227
2327
|
"exports": [
|
|
2228
|
-
{
|
|
2229
|
-
"kind": "js",
|
|
2230
|
-
"name": "AiCriteriaSearch",
|
|
2231
|
-
"declaration": {
|
|
2232
|
-
"name": "AiCriteriaSearch",
|
|
2233
|
-
"module": "./ai-criteria-search"
|
|
2234
|
-
}
|
|
2235
|
-
},
|
|
2236
|
-
{
|
|
2237
|
-
"kind": "js",
|
|
2238
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2239
|
-
"declaration": {
|
|
2240
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2241
|
-
"module": "./ai-criteria-search"
|
|
2242
|
-
}
|
|
2243
|
-
},
|
|
2244
|
-
{
|
|
2245
|
-
"kind": "js",
|
|
2246
|
-
"name": "foundationAiCriteriaSearch",
|
|
2247
|
-
"declaration": {
|
|
2248
|
-
"name": "foundationAiCriteriaSearch",
|
|
2249
|
-
"module": "./ai-criteria-search"
|
|
2250
|
-
}
|
|
2251
|
-
},
|
|
2252
|
-
{
|
|
2253
|
-
"kind": "js",
|
|
2254
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2255
|
-
"declaration": {
|
|
2256
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2257
|
-
"module": "./ai-criteria-search"
|
|
2258
|
-
}
|
|
2259
|
-
},
|
|
2260
|
-
{
|
|
2261
|
-
"kind": "js",
|
|
2262
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
2263
|
-
"declaration": {
|
|
2264
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
2265
|
-
"module": "./ai-criteria-search.styles"
|
|
2266
|
-
}
|
|
2267
|
-
},
|
|
2268
|
-
{
|
|
2269
|
-
"kind": "js",
|
|
2270
|
-
"name": "foundationAiCriteriaSearchTemplate",
|
|
2271
|
-
"declaration": {
|
|
2272
|
-
"name": "foundationAiCriteriaSearchTemplate",
|
|
2273
|
-
"module": "./ai-criteria-search.template"
|
|
2274
|
-
}
|
|
2275
|
-
},
|
|
2276
2328
|
{
|
|
2277
2329
|
"kind": "js",
|
|
2278
2330
|
"name": "*",
|
|
2279
2331
|
"declaration": {
|
|
2280
2332
|
"name": "*",
|
|
2281
|
-
"package": "./
|
|
2333
|
+
"package": "./accordion-item.template"
|
|
2282
2334
|
}
|
|
2283
2335
|
},
|
|
2284
2336
|
{
|
|
@@ -2286,7 +2338,7 @@
|
|
|
2286
2338
|
"name": "*",
|
|
2287
2339
|
"declaration": {
|
|
2288
2340
|
"name": "*",
|
|
2289
|
-
"package": "./
|
|
2341
|
+
"package": "./accordion-item.styles"
|
|
2290
2342
|
}
|
|
2291
2343
|
},
|
|
2292
2344
|
{
|
|
@@ -2294,116 +2346,18 @@
|
|
|
2294
2346
|
"name": "*",
|
|
2295
2347
|
"declaration": {
|
|
2296
2348
|
"name": "*",
|
|
2297
|
-
"package": "./
|
|
2298
|
-
}
|
|
2299
|
-
}
|
|
2300
|
-
]
|
|
2301
|
-
},
|
|
2302
|
-
{
|
|
2303
|
-
"kind": "javascript-module",
|
|
2304
|
-
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
2305
|
-
"declarations": [
|
|
2306
|
-
{
|
|
2307
|
-
"kind": "function",
|
|
2308
|
-
"name": "formatValidationErrors",
|
|
2309
|
-
"return": {
|
|
2310
|
-
"type": {
|
|
2311
|
-
"text": "string"
|
|
2312
|
-
}
|
|
2313
|
-
},
|
|
2314
|
-
"parameters": [
|
|
2315
|
-
{
|
|
2316
|
-
"name": "errors",
|
|
2317
|
-
"type": {
|
|
2318
|
-
"text": "ValidationError[]"
|
|
2319
|
-
}
|
|
2320
|
-
}
|
|
2321
|
-
],
|
|
2322
|
-
"description": "Formats validation errors into a user-friendly message."
|
|
2323
|
-
},
|
|
2324
|
-
{
|
|
2325
|
-
"kind": "function",
|
|
2326
|
-
"name": "showCriteriaError",
|
|
2327
|
-
"return": {
|
|
2328
|
-
"type": {
|
|
2329
|
-
"text": "void"
|
|
2330
|
-
}
|
|
2331
|
-
},
|
|
2332
|
-
"parameters": [
|
|
2333
|
-
{
|
|
2334
|
-
"name": "title",
|
|
2335
|
-
"type": {
|
|
2336
|
-
"text": "string"
|
|
2337
|
-
},
|
|
2338
|
-
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
2339
|
-
},
|
|
2340
|
-
{
|
|
2341
|
-
"name": "body",
|
|
2342
|
-
"type": {
|
|
2343
|
-
"text": "string"
|
|
2344
|
-
},
|
|
2345
|
-
"description": "Error message to display"
|
|
2346
|
-
},
|
|
2347
|
-
{
|
|
2348
|
-
"name": "tagName",
|
|
2349
|
-
"type": {
|
|
2350
|
-
"text": "string"
|
|
2351
|
-
},
|
|
2352
|
-
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
2353
|
-
}
|
|
2354
|
-
],
|
|
2355
|
-
"description": "Shows a criteria error as a toast notification."
|
|
2356
|
-
}
|
|
2357
|
-
],
|
|
2358
|
-
"exports": [
|
|
2359
|
-
{
|
|
2360
|
-
"kind": "js",
|
|
2361
|
-
"name": "formatValidationErrors",
|
|
2362
|
-
"declaration": {
|
|
2363
|
-
"name": "formatValidationErrors",
|
|
2364
|
-
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
2365
|
-
}
|
|
2366
|
-
},
|
|
2367
|
-
{
|
|
2368
|
-
"kind": "js",
|
|
2369
|
-
"name": "showCriteriaError",
|
|
2370
|
-
"declaration": {
|
|
2371
|
-
"name": "showCriteriaError",
|
|
2372
|
-
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
2349
|
+
"package": "./accordion-item"
|
|
2373
2350
|
}
|
|
2374
2351
|
}
|
|
2375
2352
|
]
|
|
2376
2353
|
},
|
|
2377
2354
|
{
|
|
2378
2355
|
"kind": "javascript-module",
|
|
2379
|
-
"path": "src/
|
|
2356
|
+
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
2380
2357
|
"declarations": [
|
|
2381
2358
|
{
|
|
2382
2359
|
"kind": "function",
|
|
2383
|
-
"name": "
|
|
2384
|
-
"return": {
|
|
2385
|
-
"type": {
|
|
2386
|
-
"text": "ElementStyles"
|
|
2387
|
-
}
|
|
2388
|
-
},
|
|
2389
|
-
"parameters": [
|
|
2390
|
-
{
|
|
2391
|
-
"name": "context",
|
|
2392
|
-
"type": {
|
|
2393
|
-
"text": "ElementDefinitionContext"
|
|
2394
|
-
}
|
|
2395
|
-
},
|
|
2396
|
-
{
|
|
2397
|
-
"name": "definition",
|
|
2398
|
-
"type": {
|
|
2399
|
-
"text": "FoundationElementDefinition"
|
|
2400
|
-
}
|
|
2401
|
-
}
|
|
2402
|
-
]
|
|
2403
|
-
},
|
|
2404
|
-
{
|
|
2405
|
-
"kind": "function",
|
|
2406
|
-
"name": "foundationActionsMenuStyles",
|
|
2360
|
+
"name": "foundationAiIndicatorStyles",
|
|
2407
2361
|
"return": {
|
|
2408
2362
|
"type": {
|
|
2409
2363
|
"text": "ElementStyles"
|
|
@@ -2428,269 +2382,215 @@
|
|
|
2428
2382
|
"exports": [
|
|
2429
2383
|
{
|
|
2430
2384
|
"kind": "js",
|
|
2431
|
-
"name": "
|
|
2432
|
-
"declaration": {
|
|
2433
|
-
"name": "actionsMenuBaseStyles",
|
|
2434
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2435
|
-
}
|
|
2436
|
-
},
|
|
2437
|
-
{
|
|
2438
|
-
"kind": "js",
|
|
2439
|
-
"name": "foundationActionsMenuStyles",
|
|
2385
|
+
"name": "foundationAiIndicatorStyles",
|
|
2440
2386
|
"declaration": {
|
|
2441
|
-
"name": "
|
|
2442
|
-
"module": "src/
|
|
2387
|
+
"name": "foundationAiIndicatorStyles",
|
|
2388
|
+
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
2443
2389
|
}
|
|
2444
2390
|
}
|
|
2445
2391
|
]
|
|
2446
2392
|
},
|
|
2447
2393
|
{
|
|
2448
2394
|
"kind": "javascript-module",
|
|
2449
|
-
"path": "src/
|
|
2395
|
+
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
2450
2396
|
"declarations": [
|
|
2451
|
-
{
|
|
2452
|
-
"kind": "function",
|
|
2453
|
-
"name": "menuTemplate",
|
|
2454
|
-
"parameters": [
|
|
2455
|
-
{
|
|
2456
|
-
"name": "prefix",
|
|
2457
|
-
"type": {
|
|
2458
|
-
"text": "string"
|
|
2459
|
-
}
|
|
2460
|
-
}
|
|
2461
|
-
]
|
|
2462
|
-
},
|
|
2463
|
-
{
|
|
2464
|
-
"kind": "function",
|
|
2465
|
-
"name": "singleOptionTemplate",
|
|
2466
|
-
"parameters": [
|
|
2467
|
-
{
|
|
2468
|
-
"name": "prefix",
|
|
2469
|
-
"type": {
|
|
2470
|
-
"text": "string"
|
|
2471
|
-
}
|
|
2472
|
-
}
|
|
2473
|
-
]
|
|
2474
|
-
},
|
|
2475
2397
|
{
|
|
2476
2398
|
"kind": "variable",
|
|
2477
|
-
"name": "
|
|
2478
|
-
"type": {
|
|
2479
|
-
"text": "ViewTemplate<
|
|
2480
|
-
},
|
|
2481
|
-
"default": "html`\n
|
|
2482
|
-
}
|
|
2483
|
-
],
|
|
2484
|
-
"exports": [
|
|
2485
|
-
{
|
|
2486
|
-
"kind": "js",
|
|
2487
|
-
"name": "menuTemplate",
|
|
2488
|
-
"declaration": {
|
|
2489
|
-
"name": "menuTemplate",
|
|
2490
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2491
|
-
}
|
|
2492
|
-
},
|
|
2493
|
-
{
|
|
2494
|
-
"kind": "js",
|
|
2495
|
-
"name": "singleOptionTemplate",
|
|
2496
|
-
"declaration": {
|
|
2497
|
-
"name": "singleOptionTemplate",
|
|
2498
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2499
|
-
}
|
|
2500
|
-
},
|
|
2399
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2400
|
+
"type": {
|
|
2401
|
+
"text": "ViewTemplate<AiIndicator>"
|
|
2402
|
+
},
|
|
2403
|
+
"default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
|
|
2404
|
+
}
|
|
2405
|
+
],
|
|
2406
|
+
"exports": [
|
|
2501
2407
|
{
|
|
2502
2408
|
"kind": "js",
|
|
2503
|
-
"name": "
|
|
2409
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2504
2410
|
"declaration": {
|
|
2505
|
-
"name": "
|
|
2506
|
-
"module": "src/
|
|
2411
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2412
|
+
"module": "src/ai-indicator/ai-indicator.template.ts"
|
|
2507
2413
|
}
|
|
2508
2414
|
}
|
|
2509
2415
|
]
|
|
2510
2416
|
},
|
|
2511
2417
|
{
|
|
2512
2418
|
"kind": "javascript-module",
|
|
2513
|
-
"path": "src/
|
|
2419
|
+
"path": "src/ai-indicator/ai-indicator.ts",
|
|
2514
2420
|
"declarations": [
|
|
2515
2421
|
{
|
|
2516
2422
|
"kind": "class",
|
|
2517
2423
|
"description": "",
|
|
2518
|
-
"name": "
|
|
2424
|
+
"name": "AiIndicator",
|
|
2519
2425
|
"members": [
|
|
2520
2426
|
{
|
|
2521
2427
|
"kind": "field",
|
|
2522
|
-
"name": "
|
|
2428
|
+
"name": "aiProvider",
|
|
2523
2429
|
"type": {
|
|
2524
|
-
"text": "
|
|
2430
|
+
"text": "AIProvider"
|
|
2525
2431
|
}
|
|
2526
2432
|
},
|
|
2527
2433
|
{
|
|
2528
2434
|
"kind": "field",
|
|
2529
|
-
"name": "
|
|
2435
|
+
"name": "status",
|
|
2530
2436
|
"type": {
|
|
2531
|
-
"text": "
|
|
2437
|
+
"text": "AIStatus | null"
|
|
2532
2438
|
},
|
|
2533
|
-
"default": "
|
|
2439
|
+
"default": "null"
|
|
2534
2440
|
},
|
|
2535
2441
|
{
|
|
2536
2442
|
"kind": "field",
|
|
2537
|
-
"name": "
|
|
2443
|
+
"name": "open",
|
|
2538
2444
|
"type": {
|
|
2539
2445
|
"text": "boolean"
|
|
2540
2446
|
},
|
|
2541
|
-
"default": "
|
|
2447
|
+
"default": "false"
|
|
2542
2448
|
},
|
|
2543
2449
|
{
|
|
2544
2450
|
"kind": "field",
|
|
2545
|
-
"name": "
|
|
2451
|
+
"name": "state",
|
|
2546
2452
|
"type": {
|
|
2547
|
-
"text": "
|
|
2453
|
+
"text": "AIIndicatorState"
|
|
2548
2454
|
},
|
|
2549
|
-
"default": "
|
|
2550
|
-
},
|
|
2551
|
-
{
|
|
2552
|
-
"kind": "field",
|
|
2553
|
-
"name": "classNames",
|
|
2554
|
-
"type": {
|
|
2555
|
-
"text": "string"
|
|
2556
|
-
}
|
|
2557
|
-
},
|
|
2558
|
-
{
|
|
2559
|
-
"kind": "field",
|
|
2560
|
-
"name": "definition",
|
|
2561
|
-
"type": {
|
|
2562
|
-
"text": "any"
|
|
2563
|
-
}
|
|
2455
|
+
"default": "'none'"
|
|
2564
2456
|
},
|
|
2565
2457
|
{
|
|
2566
2458
|
"kind": "field",
|
|
2567
|
-
"name": "
|
|
2459
|
+
"name": "isInstalling",
|
|
2568
2460
|
"type": {
|
|
2569
|
-
"text": "
|
|
2461
|
+
"text": "boolean"
|
|
2570
2462
|
},
|
|
2571
|
-
"default": "
|
|
2463
|
+
"default": "false"
|
|
2572
2464
|
},
|
|
2573
2465
|
{
|
|
2574
2466
|
"kind": "field",
|
|
2575
|
-
"name": "
|
|
2467
|
+
"name": "pollTimer",
|
|
2576
2468
|
"type": {
|
|
2577
|
-
"text": "
|
|
2469
|
+
"text": "ReturnType<typeof setInterval> | null"
|
|
2578
2470
|
},
|
|
2579
|
-
"
|
|
2471
|
+
"privacy": "private",
|
|
2472
|
+
"default": "null"
|
|
2580
2473
|
},
|
|
2581
2474
|
{
|
|
2582
2475
|
"kind": "field",
|
|
2583
|
-
"name": "
|
|
2584
|
-
"
|
|
2585
|
-
"text": "string"
|
|
2586
|
-
}
|
|
2476
|
+
"name": "clickOutside",
|
|
2477
|
+
"privacy": "private"
|
|
2587
2478
|
},
|
|
2588
2479
|
{
|
|
2589
2480
|
"kind": "field",
|
|
2590
|
-
"name": "
|
|
2481
|
+
"name": "chromeStatusLabel",
|
|
2591
2482
|
"type": {
|
|
2592
|
-
"text": "
|
|
2483
|
+
"text": "string | null"
|
|
2593
2484
|
},
|
|
2594
|
-
"
|
|
2485
|
+
"readonly": true
|
|
2595
2486
|
},
|
|
2596
2487
|
{
|
|
2597
2488
|
"kind": "field",
|
|
2598
|
-
"name": "
|
|
2489
|
+
"name": "canInstall",
|
|
2599
2490
|
"type": {
|
|
2600
2491
|
"text": "boolean"
|
|
2601
2492
|
},
|
|
2602
|
-
"
|
|
2493
|
+
"readonly": true
|
|
2603
2494
|
},
|
|
2604
2495
|
{
|
|
2605
2496
|
"kind": "field",
|
|
2606
|
-
"name": "
|
|
2497
|
+
"name": "isDownloading",
|
|
2607
2498
|
"type": {
|
|
2608
|
-
"text": "
|
|
2609
|
-
}
|
|
2499
|
+
"text": "boolean"
|
|
2500
|
+
},
|
|
2501
|
+
"readonly": true
|
|
2610
2502
|
},
|
|
2611
2503
|
{
|
|
2612
|
-
"kind": "
|
|
2613
|
-
"name": "
|
|
2614
|
-
"
|
|
2615
|
-
"
|
|
2504
|
+
"kind": "method",
|
|
2505
|
+
"name": "openChanged",
|
|
2506
|
+
"return": {
|
|
2507
|
+
"type": {
|
|
2508
|
+
"text": "void"
|
|
2509
|
+
}
|
|
2616
2510
|
}
|
|
2617
2511
|
},
|
|
2618
2512
|
{
|
|
2619
2513
|
"kind": "method",
|
|
2620
|
-
"name": "
|
|
2621
|
-
"privacy": "
|
|
2514
|
+
"name": "handleClickOutside",
|
|
2515
|
+
"privacy": "private",
|
|
2622
2516
|
"parameters": [
|
|
2623
2517
|
{
|
|
2624
|
-
"name": "
|
|
2625
|
-
"type": {
|
|
2626
|
-
"text": "any"
|
|
2627
|
-
}
|
|
2628
|
-
},
|
|
2629
|
-
{
|
|
2630
|
-
"name": "newValue",
|
|
2518
|
+
"name": "event",
|
|
2631
2519
|
"type": {
|
|
2632
|
-
"text": "
|
|
2520
|
+
"text": "MouseEvent"
|
|
2633
2521
|
}
|
|
2634
2522
|
}
|
|
2635
2523
|
]
|
|
2636
2524
|
},
|
|
2637
2525
|
{
|
|
2638
2526
|
"kind": "method",
|
|
2639
|
-
"name": "
|
|
2640
|
-
"privacy": "protected"
|
|
2527
|
+
"name": "toggleDropdown"
|
|
2641
2528
|
},
|
|
2642
2529
|
{
|
|
2643
2530
|
"kind": "method",
|
|
2644
|
-
"name": "
|
|
2531
|
+
"name": "refreshStatus",
|
|
2532
|
+
"return": {
|
|
2533
|
+
"type": {
|
|
2534
|
+
"text": "Promise<void>"
|
|
2535
|
+
}
|
|
2536
|
+
}
|
|
2645
2537
|
},
|
|
2646
2538
|
{
|
|
2647
2539
|
"kind": "method",
|
|
2648
|
-
"name": "
|
|
2540
|
+
"name": "deriveState",
|
|
2541
|
+
"privacy": "private",
|
|
2542
|
+
"return": {
|
|
2543
|
+
"type": {
|
|
2544
|
+
"text": "AIIndicatorState"
|
|
2545
|
+
}
|
|
2546
|
+
},
|
|
2649
2547
|
"parameters": [
|
|
2650
2548
|
{
|
|
2651
|
-
"name": "
|
|
2549
|
+
"name": "s",
|
|
2652
2550
|
"type": {
|
|
2653
|
-
"text": "
|
|
2551
|
+
"text": "AIStatus | null"
|
|
2654
2552
|
}
|
|
2655
2553
|
}
|
|
2656
2554
|
]
|
|
2657
2555
|
},
|
|
2658
2556
|
{
|
|
2659
|
-
"kind": "
|
|
2660
|
-
"name": "
|
|
2661
|
-
"
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
|
|
2557
|
+
"kind": "method",
|
|
2558
|
+
"name": "maybeStartPolling",
|
|
2559
|
+
"privacy": "private",
|
|
2560
|
+
"return": {
|
|
2561
|
+
"type": {
|
|
2562
|
+
"text": "void"
|
|
2563
|
+
}
|
|
2564
|
+
}
|
|
2665
2565
|
},
|
|
2666
2566
|
{
|
|
2667
|
-
"kind": "
|
|
2668
|
-
"name": "
|
|
2669
|
-
"
|
|
2567
|
+
"kind": "method",
|
|
2568
|
+
"name": "startPolling",
|
|
2569
|
+
"privacy": "private",
|
|
2570
|
+
"return": {
|
|
2571
|
+
"type": {
|
|
2572
|
+
"text": "void"
|
|
2573
|
+
}
|
|
2574
|
+
}
|
|
2670
2575
|
},
|
|
2671
2576
|
{
|
|
2672
2577
|
"kind": "method",
|
|
2673
|
-
"name": "
|
|
2674
|
-
"
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
"
|
|
2678
|
-
"text": "string | ((rowData: any) => string)"
|
|
2679
|
-
}
|
|
2578
|
+
"name": "stopPolling",
|
|
2579
|
+
"privacy": "private",
|
|
2580
|
+
"return": {
|
|
2581
|
+
"type": {
|
|
2582
|
+
"text": "void"
|
|
2680
2583
|
}
|
|
2681
|
-
|
|
2584
|
+
}
|
|
2682
2585
|
},
|
|
2683
2586
|
{
|
|
2684
2587
|
"kind": "method",
|
|
2685
|
-
"name": "
|
|
2686
|
-
"
|
|
2687
|
-
{
|
|
2688
|
-
"
|
|
2689
|
-
"type": {
|
|
2690
|
-
"text": "string"
|
|
2691
|
-
}
|
|
2588
|
+
"name": "onInstall",
|
|
2589
|
+
"return": {
|
|
2590
|
+
"type": {
|
|
2591
|
+
"text": "Promise<void>"
|
|
2692
2592
|
}
|
|
2693
|
-
|
|
2593
|
+
}
|
|
2694
2594
|
},
|
|
2695
2595
|
{
|
|
2696
2596
|
"kind": "field",
|
|
@@ -2797,114 +2697,102 @@
|
|
|
2797
2697
|
"description": "The definition of the element to create the registry\nfunction for."
|
|
2798
2698
|
}
|
|
2799
2699
|
],
|
|
2800
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2801
|
-
"inheritedFrom": {
|
|
2802
|
-
"name": "FoundationElement",
|
|
2803
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2804
|
-
}
|
|
2805
|
-
}
|
|
2806
|
-
],
|
|
2807
|
-
"attributes": [
|
|
2808
|
-
{
|
|
2809
|
-
"name": "is-vertical",
|
|
2810
|
-
"type": {
|
|
2811
|
-
"text": "boolean"
|
|
2812
|
-
},
|
|
2813
|
-
"default": "false",
|
|
2814
|
-
"fieldName": "isVertical"
|
|
2815
|
-
},
|
|
2816
|
-
{
|
|
2817
|
-
"name": "add-default-actions",
|
|
2818
|
-
"type": {
|
|
2819
|
-
"text": "boolean"
|
|
2820
|
-
},
|
|
2821
|
-
"default": "true",
|
|
2822
|
-
"fieldName": "addDefaultActions"
|
|
2823
|
-
},
|
|
2824
|
-
{
|
|
2825
|
-
"name": "auto-close-on-action",
|
|
2826
|
-
"type": {
|
|
2827
|
-
"text": "boolean"
|
|
2828
|
-
},
|
|
2829
|
-
"default": "true",
|
|
2830
|
-
"fieldName": "autoCloseOnAction"
|
|
2831
|
-
},
|
|
2832
|
-
{
|
|
2833
|
-
"name": "name",
|
|
2834
|
-
"type": {
|
|
2835
|
-
"text": "string"
|
|
2836
|
-
},
|
|
2837
|
-
"default": "'Actions'",
|
|
2838
|
-
"fieldName": "name"
|
|
2839
|
-
},
|
|
2840
|
-
{
|
|
2841
|
-
"name": "open",
|
|
2842
|
-
"type": {
|
|
2843
|
-
"text": "boolean"
|
|
2844
|
-
},
|
|
2845
|
-
"default": "false",
|
|
2846
|
-
"fieldName": "open"
|
|
2847
|
-
},
|
|
2848
|
-
{
|
|
2849
|
-
"name": "buttonAppearance",
|
|
2850
|
-
"type": {
|
|
2851
|
-
"text": "string"
|
|
2852
|
-
},
|
|
2853
|
-
"fieldName": "buttonAppearance"
|
|
2854
|
-
},
|
|
2855
|
-
{
|
|
2856
|
-
"name": "hide-disabled",
|
|
2857
|
-
"type": {
|
|
2858
|
-
"text": "boolean"
|
|
2859
|
-
},
|
|
2860
|
-
"default": "false",
|
|
2861
|
-
"fieldName": "hideDisabled"
|
|
2862
|
-
},
|
|
2863
|
-
{
|
|
2864
|
-
"name": "hide-menu-single-option",
|
|
2865
|
-
"type": {
|
|
2866
|
-
"text": "boolean"
|
|
2867
|
-
},
|
|
2868
|
-
"default": "false",
|
|
2869
|
-
"fieldName": "hideMenuSingleOption"
|
|
2700
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2701
|
+
"inheritedFrom": {
|
|
2702
|
+
"name": "FoundationElement",
|
|
2703
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2704
|
+
}
|
|
2870
2705
|
}
|
|
2871
2706
|
],
|
|
2872
2707
|
"superclass": {
|
|
2873
2708
|
"name": "FoundationElement",
|
|
2874
2709
|
"package": "@microsoft/fast-foundation"
|
|
2875
2710
|
},
|
|
2876
|
-
"tagName": "%%prefix%%-
|
|
2711
|
+
"tagName": "%%prefix%%-ai-indicator",
|
|
2877
2712
|
"customElement": true
|
|
2878
2713
|
},
|
|
2879
2714
|
{
|
|
2880
2715
|
"kind": "variable",
|
|
2881
|
-
"name": "
|
|
2882
|
-
"description": "The Foundation Actions Menu",
|
|
2883
|
-
"privacy": "public"
|
|
2716
|
+
"name": "foundationAiIndicator"
|
|
2884
2717
|
}
|
|
2885
2718
|
],
|
|
2886
2719
|
"exports": [
|
|
2887
2720
|
{
|
|
2888
2721
|
"kind": "js",
|
|
2889
|
-
"name": "
|
|
2722
|
+
"name": "AiIndicator",
|
|
2890
2723
|
"declaration": {
|
|
2891
|
-
"name": "
|
|
2892
|
-
"module": "src/
|
|
2724
|
+
"name": "AiIndicator",
|
|
2725
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2893
2726
|
}
|
|
2894
2727
|
},
|
|
2895
2728
|
{
|
|
2896
2729
|
"kind": "js",
|
|
2897
|
-
"name": "
|
|
2730
|
+
"name": "foundationAiIndicator",
|
|
2898
2731
|
"declaration": {
|
|
2899
|
-
"name": "
|
|
2900
|
-
"module": "src/
|
|
2732
|
+
"name": "foundationAiIndicator",
|
|
2733
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2901
2734
|
}
|
|
2902
2735
|
}
|
|
2903
2736
|
]
|
|
2904
2737
|
},
|
|
2905
2738
|
{
|
|
2906
2739
|
"kind": "javascript-module",
|
|
2907
|
-
"path": "src/
|
|
2740
|
+
"path": "src/ai-indicator/index.ts",
|
|
2741
|
+
"declarations": [],
|
|
2742
|
+
"exports": [
|
|
2743
|
+
{
|
|
2744
|
+
"kind": "js",
|
|
2745
|
+
"name": "AiIndicator",
|
|
2746
|
+
"declaration": {
|
|
2747
|
+
"name": "AiIndicator",
|
|
2748
|
+
"module": "./ai-indicator"
|
|
2749
|
+
}
|
|
2750
|
+
},
|
|
2751
|
+
{
|
|
2752
|
+
"kind": "js",
|
|
2753
|
+
"name": "foundationAiIndicator",
|
|
2754
|
+
"declaration": {
|
|
2755
|
+
"name": "foundationAiIndicator",
|
|
2756
|
+
"module": "./ai-indicator"
|
|
2757
|
+
}
|
|
2758
|
+
},
|
|
2759
|
+
{
|
|
2760
|
+
"kind": "js",
|
|
2761
|
+
"name": "type",
|
|
2762
|
+
"declaration": {
|
|
2763
|
+
"name": "type",
|
|
2764
|
+
"module": "./ai-indicator"
|
|
2765
|
+
}
|
|
2766
|
+
},
|
|
2767
|
+
{
|
|
2768
|
+
"kind": "js",
|
|
2769
|
+
"name": "AIIndicatorState",
|
|
2770
|
+
"declaration": {
|
|
2771
|
+
"name": "AIIndicatorState",
|
|
2772
|
+
"module": "./ai-indicator"
|
|
2773
|
+
}
|
|
2774
|
+
},
|
|
2775
|
+
{
|
|
2776
|
+
"kind": "js",
|
|
2777
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2778
|
+
"declaration": {
|
|
2779
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2780
|
+
"module": "./ai-indicator.template"
|
|
2781
|
+
}
|
|
2782
|
+
},
|
|
2783
|
+
{
|
|
2784
|
+
"kind": "js",
|
|
2785
|
+
"name": "foundationAiIndicatorStyles",
|
|
2786
|
+
"declaration": {
|
|
2787
|
+
"name": "foundationAiIndicatorStyles",
|
|
2788
|
+
"module": "./ai-indicator.styles"
|
|
2789
|
+
}
|
|
2790
|
+
}
|
|
2791
|
+
]
|
|
2792
|
+
},
|
|
2793
|
+
{
|
|
2794
|
+
"kind": "javascript-module",
|
|
2795
|
+
"path": "src/_config/index.ts",
|
|
2908
2796
|
"declarations": [],
|
|
2909
2797
|
"exports": [
|
|
2910
2798
|
{
|
|
@@ -2912,7 +2800,7 @@
|
|
|
2912
2800
|
"name": "*",
|
|
2913
2801
|
"declaration": {
|
|
2914
2802
|
"name": "*",
|
|
2915
|
-
"package": "./
|
|
2803
|
+
"package": "./styles"
|
|
2916
2804
|
}
|
|
2917
2805
|
},
|
|
2918
2806
|
{
|
|
@@ -2920,7 +2808,7 @@
|
|
|
2920
2808
|
"name": "*",
|
|
2921
2809
|
"declaration": {
|
|
2922
2810
|
"name": "*",
|
|
2923
|
-
"package": "./
|
|
2811
|
+
"package": "./tokens"
|
|
2924
2812
|
}
|
|
2925
2813
|
},
|
|
2926
2814
|
{
|
|
@@ -2928,82 +2816,64 @@
|
|
|
2928
2816
|
"name": "*",
|
|
2929
2817
|
"declaration": {
|
|
2930
2818
|
"name": "*",
|
|
2931
|
-
"package": "./
|
|
2819
|
+
"package": "./values"
|
|
2932
2820
|
}
|
|
2933
2821
|
}
|
|
2934
2822
|
]
|
|
2935
2823
|
},
|
|
2936
2824
|
{
|
|
2937
2825
|
"kind": "javascript-module",
|
|
2938
|
-
"path": "src/ai-
|
|
2826
|
+
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
2939
2827
|
"declarations": [
|
|
2940
2828
|
{
|
|
2941
|
-
"kind": "
|
|
2942
|
-
"name": "
|
|
2943
|
-
"
|
|
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
|
-
]
|
|
2829
|
+
"kind": "variable",
|
|
2830
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2831
|
+
"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`"
|
|
2962
2832
|
}
|
|
2963
2833
|
],
|
|
2964
2834
|
"exports": [
|
|
2965
2835
|
{
|
|
2966
2836
|
"kind": "js",
|
|
2967
|
-
"name": "
|
|
2837
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2968
2838
|
"declaration": {
|
|
2969
|
-
"name": "
|
|
2970
|
-
"module": "src/ai-
|
|
2839
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2840
|
+
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
2971
2841
|
}
|
|
2972
2842
|
}
|
|
2973
2843
|
]
|
|
2974
2844
|
},
|
|
2975
2845
|
{
|
|
2976
2846
|
"kind": "javascript-module",
|
|
2977
|
-
"path": "src/ai-
|
|
2847
|
+
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
2978
2848
|
"declarations": [
|
|
2979
2849
|
{
|
|
2980
2850
|
"kind": "variable",
|
|
2981
|
-
"name": "
|
|
2851
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2982
2852
|
"type": {
|
|
2983
|
-
"text": "ViewTemplate<
|
|
2853
|
+
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
2984
2854
|
},
|
|
2985
|
-
"default": "html`\n ${(x) =>
|
|
2855
|
+
"default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
|
|
2986
2856
|
}
|
|
2987
2857
|
],
|
|
2988
2858
|
"exports": [
|
|
2989
2859
|
{
|
|
2990
2860
|
"kind": "js",
|
|
2991
|
-
"name": "
|
|
2861
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2992
2862
|
"declaration": {
|
|
2993
|
-
"name": "
|
|
2994
|
-
"module": "src/ai-
|
|
2863
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2864
|
+
"module": "src/ai-criteria-search/ai-criteria-search.template.ts"
|
|
2995
2865
|
}
|
|
2996
2866
|
}
|
|
2997
2867
|
]
|
|
2998
2868
|
},
|
|
2999
2869
|
{
|
|
3000
2870
|
"kind": "javascript-module",
|
|
3001
|
-
"path": "src/ai-
|
|
2871
|
+
"path": "src/ai-criteria-search/ai-criteria-search.ts",
|
|
3002
2872
|
"declarations": [
|
|
3003
2873
|
{
|
|
3004
2874
|
"kind": "class",
|
|
3005
|
-
"description": "",
|
|
3006
|
-
"name": "
|
|
2875
|
+
"description": "Natural-language criteria search input with AI interpretation.",
|
|
2876
|
+
"name": "AiCriteriaSearch",
|
|
3007
2877
|
"members": [
|
|
3008
2878
|
{
|
|
3009
2879
|
"kind": "field",
|
|
@@ -3014,31 +2884,38 @@
|
|
|
3014
2884
|
},
|
|
3015
2885
|
{
|
|
3016
2886
|
"kind": "field",
|
|
3017
|
-
"name": "
|
|
2887
|
+
"name": "placeholder",
|
|
3018
2888
|
"type": {
|
|
3019
|
-
"text": "
|
|
2889
|
+
"text": "string"
|
|
3020
2890
|
},
|
|
3021
|
-
"default": "
|
|
2891
|
+
"default": "'Describe your search criteria in natural language...'"
|
|
3022
2892
|
},
|
|
3023
2893
|
{
|
|
3024
2894
|
"kind": "field",
|
|
3025
|
-
"name": "
|
|
2895
|
+
"name": "disabled",
|
|
3026
2896
|
"type": {
|
|
3027
2897
|
"text": "boolean"
|
|
2898
|
+
}
|
|
2899
|
+
},
|
|
2900
|
+
{
|
|
2901
|
+
"kind": "field",
|
|
2902
|
+
"name": "mode",
|
|
2903
|
+
"type": {
|
|
2904
|
+
"text": "'append' | 'replace'"
|
|
3028
2905
|
},
|
|
3029
|
-
"default": "
|
|
2906
|
+
"default": "'replace'"
|
|
3030
2907
|
},
|
|
3031
2908
|
{
|
|
3032
2909
|
"kind": "field",
|
|
3033
|
-
"name": "
|
|
2910
|
+
"name": "inputValue",
|
|
3034
2911
|
"type": {
|
|
3035
|
-
"text": "
|
|
2912
|
+
"text": "string"
|
|
3036
2913
|
},
|
|
3037
|
-
"default": "'
|
|
2914
|
+
"default": "''"
|
|
3038
2915
|
},
|
|
3039
2916
|
{
|
|
3040
2917
|
"kind": "field",
|
|
3041
|
-
"name": "
|
|
2918
|
+
"name": "isInterpreting",
|
|
3042
2919
|
"type": {
|
|
3043
2920
|
"text": "boolean"
|
|
3044
2921
|
},
|
|
@@ -3046,133 +2923,91 @@
|
|
|
3046
2923
|
},
|
|
3047
2924
|
{
|
|
3048
2925
|
"kind": "field",
|
|
3049
|
-
"name": "
|
|
2926
|
+
"name": "lastValidCriteria",
|
|
3050
2927
|
"type": {
|
|
3051
|
-
"text": "
|
|
2928
|
+
"text": "string | null"
|
|
3052
2929
|
},
|
|
3053
|
-
"privacy": "private",
|
|
3054
2930
|
"default": "null"
|
|
3055
2931
|
},
|
|
3056
2932
|
{
|
|
3057
2933
|
"kind": "field",
|
|
3058
|
-
"name": "
|
|
3059
|
-
"privacy": "private"
|
|
3060
|
-
},
|
|
3061
|
-
{
|
|
3062
|
-
"kind": "field",
|
|
3063
|
-
"name": "chromeStatusLabel",
|
|
2934
|
+
"name": "fieldMetadata",
|
|
3064
2935
|
"type": {
|
|
3065
|
-
"text": "
|
|
2936
|
+
"text": "MetadataDetail[] | string[]"
|
|
3066
2937
|
},
|
|
3067
|
-
"
|
|
2938
|
+
"default": "[]"
|
|
3068
2939
|
},
|
|
3069
2940
|
{
|
|
3070
2941
|
"kind": "field",
|
|
3071
|
-
"name": "
|
|
2942
|
+
"name": "isRecording",
|
|
3072
2943
|
"type": {
|
|
3073
2944
|
"text": "boolean"
|
|
3074
2945
|
},
|
|
3075
|
-
"
|
|
2946
|
+
"default": "false"
|
|
3076
2947
|
},
|
|
3077
2948
|
{
|
|
3078
2949
|
"kind": "field",
|
|
3079
|
-
"name": "
|
|
2950
|
+
"name": "textAreaRef",
|
|
3080
2951
|
"type": {
|
|
3081
|
-
"text": "
|
|
2952
|
+
"text": "HTMLTextAreaElement"
|
|
3082
2953
|
},
|
|
3083
|
-
"
|
|
3084
|
-
},
|
|
3085
|
-
{
|
|
3086
|
-
"kind": "method",
|
|
3087
|
-
"name": "openChanged",
|
|
3088
|
-
"return": {
|
|
3089
|
-
"type": {
|
|
3090
|
-
"text": "void"
|
|
3091
|
-
}
|
|
3092
|
-
}
|
|
2954
|
+
"privacy": "public"
|
|
3093
2955
|
},
|
|
3094
2956
|
{
|
|
3095
|
-
"kind": "
|
|
3096
|
-
"name": "
|
|
2957
|
+
"kind": "field",
|
|
2958
|
+
"name": "stopRecording",
|
|
2959
|
+
"type": {
|
|
2960
|
+
"text": "(() => void) | null"
|
|
2961
|
+
},
|
|
3097
2962
|
"privacy": "private",
|
|
3098
|
-
"
|
|
3099
|
-
{
|
|
3100
|
-
"name": "event",
|
|
3101
|
-
"type": {
|
|
3102
|
-
"text": "MouseEvent"
|
|
3103
|
-
}
|
|
3104
|
-
}
|
|
3105
|
-
]
|
|
2963
|
+
"default": "null"
|
|
3106
2964
|
},
|
|
3107
2965
|
{
|
|
3108
|
-
"kind": "
|
|
3109
|
-
"name": "
|
|
2966
|
+
"kind": "field",
|
|
2967
|
+
"name": "speechApplyDebounceTimer",
|
|
2968
|
+
"type": {
|
|
2969
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
2970
|
+
},
|
|
2971
|
+
"privacy": "private",
|
|
2972
|
+
"default": "null"
|
|
3110
2973
|
},
|
|
3111
2974
|
{
|
|
3112
|
-
"kind": "
|
|
3113
|
-
"name": "
|
|
3114
|
-
"
|
|
3115
|
-
"
|
|
3116
|
-
|
|
3117
|
-
|
|
3118
|
-
|
|
2975
|
+
"kind": "field",
|
|
2976
|
+
"name": "baseInputForAppend",
|
|
2977
|
+
"type": {
|
|
2978
|
+
"text": "string"
|
|
2979
|
+
},
|
|
2980
|
+
"privacy": "private",
|
|
2981
|
+
"default": "''"
|
|
3119
2982
|
},
|
|
3120
2983
|
{
|
|
3121
|
-
"kind": "
|
|
3122
|
-
"name": "
|
|
3123
|
-
"
|
|
3124
|
-
|
|
3125
|
-
"type": {
|
|
3126
|
-
"text": "AIIndicatorState"
|
|
3127
|
-
}
|
|
2984
|
+
"kind": "field",
|
|
2985
|
+
"name": "speechAvailable",
|
|
2986
|
+
"type": {
|
|
2987
|
+
"text": "boolean"
|
|
3128
2988
|
},
|
|
3129
|
-
"
|
|
3130
|
-
{
|
|
3131
|
-
"name": "s",
|
|
3132
|
-
"type": {
|
|
3133
|
-
"text": "AIStatus | null"
|
|
3134
|
-
}
|
|
3135
|
-
}
|
|
3136
|
-
]
|
|
2989
|
+
"readonly": true
|
|
3137
2990
|
},
|
|
3138
2991
|
{
|
|
3139
2992
|
"kind": "method",
|
|
3140
|
-
"name": "
|
|
3141
|
-
"privacy": "private",
|
|
3142
|
-
"return": {
|
|
3143
|
-
"type": {
|
|
3144
|
-
"text": "void"
|
|
3145
|
-
}
|
|
3146
|
-
}
|
|
2993
|
+
"name": "handleSubmit"
|
|
3147
2994
|
},
|
|
3148
2995
|
{
|
|
3149
2996
|
"kind": "method",
|
|
3150
|
-
"name": "
|
|
3151
|
-
"privacy": "private",
|
|
3152
|
-
"return": {
|
|
3153
|
-
"type": {
|
|
3154
|
-
"text": "void"
|
|
3155
|
-
}
|
|
3156
|
-
}
|
|
2997
|
+
"name": "handleBlur"
|
|
3157
2998
|
},
|
|
3158
2999
|
{
|
|
3159
3000
|
"kind": "method",
|
|
3160
|
-
"name": "
|
|
3161
|
-
"privacy": "private",
|
|
3162
|
-
"return": {
|
|
3163
|
-
"type": {
|
|
3164
|
-
"text": "void"
|
|
3165
|
-
}
|
|
3166
|
-
}
|
|
3001
|
+
"name": "clear"
|
|
3167
3002
|
},
|
|
3168
3003
|
{
|
|
3169
3004
|
"kind": "method",
|
|
3170
|
-
"name": "
|
|
3171
|
-
|
|
3172
|
-
|
|
3173
|
-
|
|
3174
|
-
|
|
3175
|
-
|
|
3005
|
+
"name": "toggleSpeechInput"
|
|
3006
|
+
},
|
|
3007
|
+
{
|
|
3008
|
+
"kind": "method",
|
|
3009
|
+
"name": "clearSpeechApplyDebounce",
|
|
3010
|
+
"privacy": "private"
|
|
3176
3011
|
},
|
|
3177
3012
|
{
|
|
3178
3013
|
"kind": "field",
|
|
@@ -3286,88 +3121,253 @@
|
|
|
3286
3121
|
}
|
|
3287
3122
|
}
|
|
3288
3123
|
],
|
|
3124
|
+
"events": [
|
|
3125
|
+
{
|
|
3126
|
+
"description": "Fired when interpreted criteria is applied or cleared",
|
|
3127
|
+
"name": "criteria-changed"
|
|
3128
|
+
},
|
|
3129
|
+
{
|
|
3130
|
+
"description": "Fired when interpreted criteria contains invalid clauses",
|
|
3131
|
+
"name": "validation-errors"
|
|
3132
|
+
}
|
|
3133
|
+
],
|
|
3134
|
+
"attributes": [
|
|
3135
|
+
{
|
|
3136
|
+
"name": "placeholder",
|
|
3137
|
+
"type": {
|
|
3138
|
+
"text": "string"
|
|
3139
|
+
},
|
|
3140
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
3141
|
+
"fieldName": "placeholder"
|
|
3142
|
+
},
|
|
3143
|
+
{
|
|
3144
|
+
"type": {
|
|
3145
|
+
"text": "boolean"
|
|
3146
|
+
},
|
|
3147
|
+
"fieldName": "disabled"
|
|
3148
|
+
},
|
|
3149
|
+
{
|
|
3150
|
+
"name": "mode",
|
|
3151
|
+
"type": {
|
|
3152
|
+
"text": "'append' | 'replace'"
|
|
3153
|
+
},
|
|
3154
|
+
"default": "'replace'",
|
|
3155
|
+
"fieldName": "mode"
|
|
3156
|
+
}
|
|
3157
|
+
],
|
|
3289
3158
|
"superclass": {
|
|
3290
3159
|
"name": "FoundationElement",
|
|
3291
3160
|
"package": "@microsoft/fast-foundation"
|
|
3292
3161
|
},
|
|
3293
|
-
"tagName": "%%prefix%%-ai-
|
|
3162
|
+
"tagName": "%%prefix%%-ai-criteria-search",
|
|
3294
3163
|
"customElement": true
|
|
3295
3164
|
},
|
|
3296
3165
|
{
|
|
3297
3166
|
"kind": "variable",
|
|
3298
|
-
"name": "
|
|
3167
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3168
|
+
"type": {
|
|
3169
|
+
"text": "ShadowRootInit"
|
|
3170
|
+
},
|
|
3171
|
+
"default": "undefined"
|
|
3172
|
+
},
|
|
3173
|
+
{
|
|
3174
|
+
"kind": "variable",
|
|
3175
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3176
|
+
"type": {
|
|
3177
|
+
"text": "object"
|
|
3178
|
+
},
|
|
3179
|
+
"default": "{}"
|
|
3180
|
+
},
|
|
3181
|
+
{
|
|
3182
|
+
"kind": "variable",
|
|
3183
|
+
"name": "foundationAiCriteriaSearch"
|
|
3299
3184
|
}
|
|
3300
3185
|
],
|
|
3301
3186
|
"exports": [
|
|
3302
3187
|
{
|
|
3303
3188
|
"kind": "js",
|
|
3304
|
-
"name": "
|
|
3189
|
+
"name": "AiCriteriaSearch",
|
|
3305
3190
|
"declaration": {
|
|
3306
|
-
"name": "
|
|
3307
|
-
"module": "src/ai-
|
|
3191
|
+
"name": "AiCriteriaSearch",
|
|
3192
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3308
3193
|
}
|
|
3309
3194
|
},
|
|
3310
3195
|
{
|
|
3311
3196
|
"kind": "js",
|
|
3312
|
-
"name": "
|
|
3197
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3313
3198
|
"declaration": {
|
|
3314
|
-
"name": "
|
|
3315
|
-
"module": "src/ai-
|
|
3199
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3200
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3201
|
+
}
|
|
3202
|
+
},
|
|
3203
|
+
{
|
|
3204
|
+
"kind": "js",
|
|
3205
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3206
|
+
"declaration": {
|
|
3207
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3208
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3209
|
+
}
|
|
3210
|
+
},
|
|
3211
|
+
{
|
|
3212
|
+
"kind": "js",
|
|
3213
|
+
"name": "foundationAiCriteriaSearch",
|
|
3214
|
+
"declaration": {
|
|
3215
|
+
"name": "foundationAiCriteriaSearch",
|
|
3216
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3316
3217
|
}
|
|
3317
3218
|
}
|
|
3318
3219
|
]
|
|
3319
3220
|
},
|
|
3320
3221
|
{
|
|
3321
3222
|
"kind": "javascript-module",
|
|
3322
|
-
"path": "src/ai-
|
|
3223
|
+
"path": "src/ai-criteria-search/index.ts",
|
|
3323
3224
|
"declarations": [],
|
|
3324
3225
|
"exports": [
|
|
3325
3226
|
{
|
|
3326
3227
|
"kind": "js",
|
|
3327
|
-
"name": "
|
|
3228
|
+
"name": "AiCriteriaSearch",
|
|
3328
3229
|
"declaration": {
|
|
3329
|
-
"name": "
|
|
3330
|
-
"module": "./ai-
|
|
3230
|
+
"name": "AiCriteriaSearch",
|
|
3231
|
+
"module": "./ai-criteria-search"
|
|
3331
3232
|
}
|
|
3332
3233
|
},
|
|
3333
3234
|
{
|
|
3334
3235
|
"kind": "js",
|
|
3335
|
-
"name": "
|
|
3236
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3336
3237
|
"declaration": {
|
|
3337
|
-
"name": "
|
|
3338
|
-
"module": "./ai-
|
|
3238
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3239
|
+
"module": "./ai-criteria-search"
|
|
3339
3240
|
}
|
|
3340
3241
|
},
|
|
3341
3242
|
{
|
|
3342
3243
|
"kind": "js",
|
|
3343
|
-
"name": "
|
|
3244
|
+
"name": "foundationAiCriteriaSearch",
|
|
3344
3245
|
"declaration": {
|
|
3345
|
-
"name": "
|
|
3346
|
-
"module": "./ai-
|
|
3246
|
+
"name": "foundationAiCriteriaSearch",
|
|
3247
|
+
"module": "./ai-criteria-search"
|
|
3347
3248
|
}
|
|
3348
3249
|
},
|
|
3349
3250
|
{
|
|
3350
3251
|
"kind": "js",
|
|
3351
|
-
"name": "
|
|
3252
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3352
3253
|
"declaration": {
|
|
3353
|
-
"name": "
|
|
3354
|
-
"module": "./ai-
|
|
3254
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3255
|
+
"module": "./ai-criteria-search"
|
|
3355
3256
|
}
|
|
3356
3257
|
},
|
|
3357
3258
|
{
|
|
3358
3259
|
"kind": "js",
|
|
3359
|
-
"name": "
|
|
3260
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
3360
3261
|
"declaration": {
|
|
3361
|
-
"name": "
|
|
3362
|
-
"module": "./ai-
|
|
3262
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
3263
|
+
"module": "./ai-criteria-search.styles"
|
|
3363
3264
|
}
|
|
3364
3265
|
},
|
|
3365
3266
|
{
|
|
3366
3267
|
"kind": "js",
|
|
3367
|
-
"name": "
|
|
3268
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3368
3269
|
"declaration": {
|
|
3369
|
-
"name": "
|
|
3370
|
-
"module": "./ai-
|
|
3270
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3271
|
+
"module": "./ai-criteria-search.template"
|
|
3272
|
+
}
|
|
3273
|
+
},
|
|
3274
|
+
{
|
|
3275
|
+
"kind": "js",
|
|
3276
|
+
"name": "*",
|
|
3277
|
+
"declaration": {
|
|
3278
|
+
"name": "*",
|
|
3279
|
+
"package": "./validation/criteria-ir"
|
|
3280
|
+
}
|
|
3281
|
+
},
|
|
3282
|
+
{
|
|
3283
|
+
"kind": "js",
|
|
3284
|
+
"name": "*",
|
|
3285
|
+
"declaration": {
|
|
3286
|
+
"name": "*",
|
|
3287
|
+
"package": "./validation/operator-map"
|
|
3288
|
+
}
|
|
3289
|
+
},
|
|
3290
|
+
{
|
|
3291
|
+
"kind": "js",
|
|
3292
|
+
"name": "*",
|
|
3293
|
+
"declaration": {
|
|
3294
|
+
"name": "*",
|
|
3295
|
+
"package": "./validation/schema-validator"
|
|
3296
|
+
}
|
|
3297
|
+
}
|
|
3298
|
+
]
|
|
3299
|
+
},
|
|
3300
|
+
{
|
|
3301
|
+
"kind": "javascript-module",
|
|
3302
|
+
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
3303
|
+
"declarations": [
|
|
3304
|
+
{
|
|
3305
|
+
"kind": "function",
|
|
3306
|
+
"name": "formatValidationErrors",
|
|
3307
|
+
"return": {
|
|
3308
|
+
"type": {
|
|
3309
|
+
"text": "string"
|
|
3310
|
+
}
|
|
3311
|
+
},
|
|
3312
|
+
"parameters": [
|
|
3313
|
+
{
|
|
3314
|
+
"name": "errors",
|
|
3315
|
+
"type": {
|
|
3316
|
+
"text": "ValidationError[]"
|
|
3317
|
+
}
|
|
3318
|
+
}
|
|
3319
|
+
],
|
|
3320
|
+
"description": "Formats validation errors into a user-friendly message."
|
|
3321
|
+
},
|
|
3322
|
+
{
|
|
3323
|
+
"kind": "function",
|
|
3324
|
+
"name": "showCriteriaError",
|
|
3325
|
+
"return": {
|
|
3326
|
+
"type": {
|
|
3327
|
+
"text": "void"
|
|
3328
|
+
}
|
|
3329
|
+
},
|
|
3330
|
+
"parameters": [
|
|
3331
|
+
{
|
|
3332
|
+
"name": "title",
|
|
3333
|
+
"type": {
|
|
3334
|
+
"text": "string"
|
|
3335
|
+
},
|
|
3336
|
+
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
3337
|
+
},
|
|
3338
|
+
{
|
|
3339
|
+
"name": "body",
|
|
3340
|
+
"type": {
|
|
3341
|
+
"text": "string"
|
|
3342
|
+
},
|
|
3343
|
+
"description": "Error message to display"
|
|
3344
|
+
},
|
|
3345
|
+
{
|
|
3346
|
+
"name": "tagName",
|
|
3347
|
+
"type": {
|
|
3348
|
+
"text": "string"
|
|
3349
|
+
},
|
|
3350
|
+
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
3351
|
+
}
|
|
3352
|
+
],
|
|
3353
|
+
"description": "Shows a criteria error as a toast notification."
|
|
3354
|
+
}
|
|
3355
|
+
],
|
|
3356
|
+
"exports": [
|
|
3357
|
+
{
|
|
3358
|
+
"kind": "js",
|
|
3359
|
+
"name": "formatValidationErrors",
|
|
3360
|
+
"declaration": {
|
|
3361
|
+
"name": "formatValidationErrors",
|
|
3362
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3363
|
+
}
|
|
3364
|
+
},
|
|
3365
|
+
{
|
|
3366
|
+
"kind": "js",
|
|
3367
|
+
"name": "showCriteriaError",
|
|
3368
|
+
"declaration": {
|
|
3369
|
+
"name": "showCriteriaError",
|
|
3370
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3371
3371
|
}
|
|
3372
3372
|
}
|
|
3373
3373
|
]
|