@genesislcap/foundation-ui 14.426.1-alpha-79840b9.0 → 14.427.0
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 +864 -864
- 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,42 @@
|
|
|
1400
1400
|
},
|
|
1401
1401
|
{
|
|
1402
1402
|
"kind": "javascript-module",
|
|
1403
|
-
"path": "src/
|
|
1403
|
+
"path": "src/_config/index.ts",
|
|
1404
|
+
"declarations": [],
|
|
1405
|
+
"exports": [
|
|
1406
|
+
{
|
|
1407
|
+
"kind": "js",
|
|
1408
|
+
"name": "*",
|
|
1409
|
+
"declaration": {
|
|
1410
|
+
"name": "*",
|
|
1411
|
+
"package": "./styles"
|
|
1412
|
+
}
|
|
1413
|
+
},
|
|
1414
|
+
{
|
|
1415
|
+
"kind": "js",
|
|
1416
|
+
"name": "*",
|
|
1417
|
+
"declaration": {
|
|
1418
|
+
"name": "*",
|
|
1419
|
+
"package": "./tokens"
|
|
1420
|
+
}
|
|
1421
|
+
},
|
|
1422
|
+
{
|
|
1423
|
+
"kind": "js",
|
|
1424
|
+
"name": "*",
|
|
1425
|
+
"declaration": {
|
|
1426
|
+
"name": "*",
|
|
1427
|
+
"package": "./values"
|
|
1428
|
+
}
|
|
1429
|
+
}
|
|
1430
|
+
]
|
|
1431
|
+
},
|
|
1432
|
+
{
|
|
1433
|
+
"kind": "javascript-module",
|
|
1434
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1404
1435
|
"declarations": [
|
|
1405
1436
|
{
|
|
1406
1437
|
"kind": "function",
|
|
1407
|
-
"name": "
|
|
1438
|
+
"name": "foundationAccordionStyles",
|
|
1408
1439
|
"return": {
|
|
1409
1440
|
"type": {
|
|
1410
1441
|
"text": "ElementStyles"
|
|
@@ -1429,24 +1460,24 @@
|
|
|
1429
1460
|
"exports": [
|
|
1430
1461
|
{
|
|
1431
1462
|
"kind": "js",
|
|
1432
|
-
"name": "
|
|
1463
|
+
"name": "foundationAccordionStyles",
|
|
1433
1464
|
"declaration": {
|
|
1434
|
-
"name": "
|
|
1435
|
-
"module": "src/accordion
|
|
1465
|
+
"name": "foundationAccordionStyles",
|
|
1466
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1436
1467
|
}
|
|
1437
1468
|
}
|
|
1438
1469
|
]
|
|
1439
1470
|
},
|
|
1440
1471
|
{
|
|
1441
1472
|
"kind": "javascript-module",
|
|
1442
|
-
"path": "src/accordion
|
|
1473
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1443
1474
|
"declarations": [
|
|
1444
1475
|
{
|
|
1445
1476
|
"kind": "function",
|
|
1446
|
-
"name": "
|
|
1477
|
+
"name": "foundationAccordionTemplate",
|
|
1447
1478
|
"return": {
|
|
1448
1479
|
"type": {
|
|
1449
|
-
"text": "ViewTemplate<
|
|
1480
|
+
"text": "ViewTemplate<Accordion>"
|
|
1450
1481
|
}
|
|
1451
1482
|
},
|
|
1452
1483
|
"parameters": [
|
|
@@ -1468,244 +1499,365 @@
|
|
|
1468
1499
|
"exports": [
|
|
1469
1500
|
{
|
|
1470
1501
|
"kind": "js",
|
|
1471
|
-
"name": "
|
|
1502
|
+
"name": "foundationAccordionTemplate",
|
|
1472
1503
|
"declaration": {
|
|
1473
|
-
"name": "
|
|
1474
|
-
"module": "src/accordion
|
|
1504
|
+
"name": "foundationAccordionTemplate",
|
|
1505
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1475
1506
|
}
|
|
1476
1507
|
}
|
|
1477
1508
|
]
|
|
1478
1509
|
},
|
|
1479
1510
|
{
|
|
1480
1511
|
"kind": "javascript-module",
|
|
1481
|
-
"path": "src/accordion
|
|
1512
|
+
"path": "src/accordion/accordion.ts",
|
|
1482
1513
|
"declarations": [
|
|
1483
1514
|
{
|
|
1484
1515
|
"kind": "class",
|
|
1485
1516
|
"description": "",
|
|
1486
|
-
"name": "
|
|
1517
|
+
"name": "Accordion",
|
|
1487
1518
|
"superclass": {
|
|
1488
|
-
"name": "
|
|
1489
|
-
"package": "@microsoft/fast-
|
|
1519
|
+
"name": "FASTAccordion",
|
|
1520
|
+
"package": "@microsoft/fast-foundation"
|
|
1490
1521
|
},
|
|
1491
|
-
"tagName": "%%prefix%%-accordion
|
|
1522
|
+
"tagName": "%%prefix%%-accordion",
|
|
1492
1523
|
"customElement": true,
|
|
1493
1524
|
"attributes": [
|
|
1494
1525
|
{
|
|
1495
|
-
"name": "
|
|
1496
|
-
"type": {
|
|
1497
|
-
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
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"
|
|
1505
|
-
}
|
|
1506
|
-
},
|
|
1507
|
-
{
|
|
1508
|
-
"type": {
|
|
1509
|
-
"text": "boolean"
|
|
1510
|
-
},
|
|
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
|
-
}
|
|
1518
|
-
},
|
|
1519
|
-
{
|
|
1520
|
-
"name": "id",
|
|
1526
|
+
"name": "expand-mode",
|
|
1521
1527
|
"type": {
|
|
1522
|
-
"text": "
|
|
1528
|
+
"text": "AccordionExpandMode"
|
|
1523
1529
|
},
|
|
1524
|
-
"description": "
|
|
1525
|
-
"fieldName": "
|
|
1530
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1531
|
+
"fieldName": "expandmode",
|
|
1526
1532
|
"inheritedFrom": {
|
|
1527
|
-
"name": "
|
|
1528
|
-
"module": "src/accordion
|
|
1533
|
+
"name": "Accordion",
|
|
1534
|
+
"module": "src/accordion/accordion.ts"
|
|
1529
1535
|
}
|
|
1530
1536
|
}
|
|
1531
1537
|
],
|
|
1532
1538
|
"members": [
|
|
1533
1539
|
{
|
|
1534
1540
|
"kind": "field",
|
|
1535
|
-
"name": "
|
|
1541
|
+
"name": "expandmode",
|
|
1536
1542
|
"type": {
|
|
1537
|
-
"text": "
|
|
1543
|
+
"text": "AccordionExpandMode"
|
|
1538
1544
|
},
|
|
1539
1545
|
"privacy": "public",
|
|
1540
|
-
"
|
|
1541
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1546
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1542
1547
|
"inheritedFrom": {
|
|
1543
|
-
"name": "
|
|
1544
|
-
"module": "src/accordion
|
|
1548
|
+
"name": "Accordion",
|
|
1549
|
+
"module": "src/accordion/accordion.ts"
|
|
1545
1550
|
}
|
|
1546
1551
|
},
|
|
1547
1552
|
{
|
|
1548
1553
|
"kind": "field",
|
|
1549
|
-
"name": "
|
|
1554
|
+
"name": "activeid",
|
|
1550
1555
|
"type": {
|
|
1551
|
-
"text": "
|
|
1556
|
+
"text": "string | null"
|
|
1552
1557
|
},
|
|
1553
|
-
"privacy": "
|
|
1554
|
-
"default": "false",
|
|
1555
|
-
"description": "Expands or collapses the item.",
|
|
1558
|
+
"privacy": "private",
|
|
1556
1559
|
"inheritedFrom": {
|
|
1557
|
-
"name": "
|
|
1558
|
-
"module": "src/accordion
|
|
1560
|
+
"name": "Accordion",
|
|
1561
|
+
"module": "src/accordion/accordion.ts"
|
|
1559
1562
|
}
|
|
1560
1563
|
},
|
|
1561
1564
|
{
|
|
1562
1565
|
"kind": "field",
|
|
1563
|
-
"name": "
|
|
1566
|
+
"name": "activeItemIndex",
|
|
1564
1567
|
"type": {
|
|
1565
|
-
"text": "
|
|
1568
|
+
"text": "number"
|
|
1566
1569
|
},
|
|
1567
|
-
"privacy": "
|
|
1568
|
-
"
|
|
1570
|
+
"privacy": "private",
|
|
1571
|
+
"default": "0",
|
|
1569
1572
|
"inheritedFrom": {
|
|
1570
|
-
"name": "
|
|
1571
|
-
"module": "src/accordion
|
|
1573
|
+
"name": "Accordion",
|
|
1574
|
+
"module": "src/accordion/accordion.ts"
|
|
1572
1575
|
}
|
|
1573
1576
|
},
|
|
1574
1577
|
{
|
|
1575
1578
|
"kind": "field",
|
|
1576
|
-
"name": "
|
|
1579
|
+
"name": "accordionIds",
|
|
1580
|
+
"type": {
|
|
1581
|
+
"text": "Array<string | null>"
|
|
1582
|
+
},
|
|
1577
1583
|
"privacy": "private",
|
|
1578
1584
|
"inheritedFrom": {
|
|
1579
|
-
"name": "
|
|
1580
|
-
"module": "src/accordion
|
|
1585
|
+
"name": "Accordion",
|
|
1586
|
+
"module": "src/accordion/accordion.ts"
|
|
1581
1587
|
}
|
|
1582
1588
|
},
|
|
1583
1589
|
{
|
|
1584
1590
|
"kind": "field",
|
|
1585
|
-
"name": "
|
|
1586
|
-
"type": {
|
|
1587
|
-
"text": "ComponentPresentation | null | undefined"
|
|
1588
|
-
},
|
|
1591
|
+
"name": "change",
|
|
1589
1592
|
"privacy": "private",
|
|
1590
|
-
"default": "void 0",
|
|
1591
1593
|
"inheritedFrom": {
|
|
1592
|
-
"name": "
|
|
1593
|
-
"module": "src/
|
|
1594
|
+
"name": "Accordion",
|
|
1595
|
+
"module": "src/accordion/accordion.ts"
|
|
1594
1596
|
}
|
|
1595
1597
|
},
|
|
1596
1598
|
{
|
|
1597
|
-
"kind": "
|
|
1598
|
-
"name": "
|
|
1599
|
-
"
|
|
1600
|
-
|
|
1599
|
+
"kind": "method",
|
|
1600
|
+
"name": "findExpandedItem",
|
|
1601
|
+
"privacy": "private",
|
|
1602
|
+
"return": {
|
|
1603
|
+
"type": {
|
|
1604
|
+
"text": "AccordionItem | null"
|
|
1605
|
+
}
|
|
1601
1606
|
},
|
|
1602
|
-
"privacy": "public",
|
|
1603
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1604
1607
|
"inheritedFrom": {
|
|
1605
|
-
"name": "
|
|
1606
|
-
"module": "src/
|
|
1608
|
+
"name": "Accordion",
|
|
1609
|
+
"module": "src/accordion/accordion.ts"
|
|
1607
1610
|
}
|
|
1608
1611
|
},
|
|
1609
1612
|
{
|
|
1610
1613
|
"kind": "field",
|
|
1611
|
-
"name": "
|
|
1612
|
-
"
|
|
1613
|
-
"text": "ElementViewTemplate | void | null"
|
|
1614
|
-
},
|
|
1615
|
-
"privacy": "public",
|
|
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.",
|
|
1614
|
+
"name": "setItems",
|
|
1615
|
+
"privacy": "private",
|
|
1617
1616
|
"inheritedFrom": {
|
|
1618
|
-
"name": "
|
|
1619
|
-
"module": "src/
|
|
1617
|
+
"name": "Accordion",
|
|
1618
|
+
"module": "src/accordion/accordion.ts"
|
|
1620
1619
|
}
|
|
1621
1620
|
},
|
|
1622
1621
|
{
|
|
1623
1622
|
"kind": "method",
|
|
1624
|
-
"name": "
|
|
1625
|
-
"privacy": "
|
|
1623
|
+
"name": "resetItems",
|
|
1624
|
+
"privacy": "private",
|
|
1626
1625
|
"return": {
|
|
1627
1626
|
"type": {
|
|
1628
1627
|
"text": "void"
|
|
1629
1628
|
}
|
|
1630
1629
|
},
|
|
1631
1630
|
"inheritedFrom": {
|
|
1632
|
-
"name": "
|
|
1633
|
-
"module": "src/
|
|
1631
|
+
"name": "Accordion",
|
|
1632
|
+
"module": "src/accordion/accordion.ts"
|
|
1634
1633
|
}
|
|
1635
1634
|
},
|
|
1636
1635
|
{
|
|
1637
1636
|
"kind": "field",
|
|
1638
|
-
"name": "
|
|
1639
|
-
"
|
|
1640
|
-
"text": "ElementStyles | void | null"
|
|
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.",
|
|
1637
|
+
"name": "removeItemListeners",
|
|
1638
|
+
"privacy": "private",
|
|
1644
1639
|
"inheritedFrom": {
|
|
1645
|
-
"name": "
|
|
1646
|
-
"module": "src/
|
|
1640
|
+
"name": "Accordion",
|
|
1641
|
+
"module": "src/accordion/accordion.ts"
|
|
1642
|
+
}
|
|
1643
|
+
},
|
|
1644
|
+
{
|
|
1645
|
+
"kind": "field",
|
|
1646
|
+
"name": "activeItemChange",
|
|
1647
|
+
"privacy": "private",
|
|
1648
|
+
"inheritedFrom": {
|
|
1649
|
+
"name": "Accordion",
|
|
1650
|
+
"module": "src/accordion/accordion.ts"
|
|
1647
1651
|
}
|
|
1648
1652
|
},
|
|
1649
1653
|
{
|
|
1650
1654
|
"kind": "method",
|
|
1651
|
-
"name": "
|
|
1652
|
-
"privacy": "
|
|
1655
|
+
"name": "getItemIds",
|
|
1656
|
+
"privacy": "private",
|
|
1653
1657
|
"return": {
|
|
1654
1658
|
"type": {
|
|
1655
|
-
"text": "
|
|
1659
|
+
"text": "Array<string | null>"
|
|
1656
1660
|
}
|
|
1657
1661
|
},
|
|
1658
1662
|
"inheritedFrom": {
|
|
1659
|
-
"name": "
|
|
1660
|
-
"module": "src/
|
|
1663
|
+
"name": "Accordion",
|
|
1664
|
+
"module": "src/accordion/accordion.ts"
|
|
1661
1665
|
}
|
|
1662
1666
|
},
|
|
1663
1667
|
{
|
|
1664
1668
|
"kind": "method",
|
|
1665
|
-
"name": "
|
|
1666
|
-
"privacy": "
|
|
1667
|
-
"static": true,
|
|
1669
|
+
"name": "isSingleExpandMode",
|
|
1670
|
+
"privacy": "private",
|
|
1668
1671
|
"return": {
|
|
1669
1672
|
"type": {
|
|
1670
|
-
"text": "
|
|
1673
|
+
"text": "boolean"
|
|
1671
1674
|
}
|
|
1672
1675
|
},
|
|
1673
|
-
"parameters": [
|
|
1674
|
-
{
|
|
1675
|
-
"name": "this",
|
|
1676
|
-
"type": {
|
|
1677
|
-
"text": "K"
|
|
1678
|
-
}
|
|
1679
|
-
},
|
|
1680
|
-
{
|
|
1681
|
-
"name": "elementDefinition",
|
|
1682
|
-
"type": {
|
|
1683
|
-
"text": "T"
|
|
1684
|
-
},
|
|
1685
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
1686
|
-
}
|
|
1687
|
-
],
|
|
1688
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1689
1676
|
"inheritedFrom": {
|
|
1690
|
-
"name": "
|
|
1691
|
-
"module": "src/
|
|
1677
|
+
"name": "Accordion",
|
|
1678
|
+
"module": "src/accordion/accordion.ts"
|
|
1692
1679
|
}
|
|
1693
|
-
}
|
|
1694
|
-
],
|
|
1695
|
-
"events": [
|
|
1680
|
+
},
|
|
1696
1681
|
{
|
|
1697
|
-
"
|
|
1698
|
-
"name": "
|
|
1699
|
-
"
|
|
1700
|
-
|
|
1701
|
-
"
|
|
1682
|
+
"kind": "field",
|
|
1683
|
+
"name": "handleItemKeyDown",
|
|
1684
|
+
"privacy": "private",
|
|
1685
|
+
"inheritedFrom": {
|
|
1686
|
+
"name": "Accordion",
|
|
1687
|
+
"module": "src/accordion/accordion.ts"
|
|
1688
|
+
}
|
|
1689
|
+
},
|
|
1690
|
+
{
|
|
1691
|
+
"kind": "field",
|
|
1692
|
+
"name": "handleItemFocus",
|
|
1693
|
+
"privacy": "private",
|
|
1694
|
+
"inheritedFrom": {
|
|
1695
|
+
"name": "Accordion",
|
|
1696
|
+
"module": "src/accordion/accordion.ts"
|
|
1697
|
+
}
|
|
1698
|
+
},
|
|
1699
|
+
{
|
|
1700
|
+
"kind": "method",
|
|
1701
|
+
"name": "adjust",
|
|
1702
|
+
"privacy": "private",
|
|
1703
|
+
"return": {
|
|
1704
|
+
"type": {
|
|
1705
|
+
"text": "void"
|
|
1706
|
+
}
|
|
1707
|
+
},
|
|
1708
|
+
"parameters": [
|
|
1709
|
+
{
|
|
1710
|
+
"name": "adjustment",
|
|
1711
|
+
"type": {
|
|
1712
|
+
"text": "number"
|
|
1713
|
+
}
|
|
1714
|
+
}
|
|
1715
|
+
],
|
|
1716
|
+
"inheritedFrom": {
|
|
1717
|
+
"name": "Accordion",
|
|
1718
|
+
"module": "src/accordion/accordion.ts"
|
|
1719
|
+
}
|
|
1720
|
+
},
|
|
1721
|
+
{
|
|
1722
|
+
"kind": "method",
|
|
1723
|
+
"name": "focusItem",
|
|
1724
|
+
"privacy": "private",
|
|
1725
|
+
"return": {
|
|
1726
|
+
"type": {
|
|
1727
|
+
"text": "void"
|
|
1728
|
+
}
|
|
1729
|
+
},
|
|
1730
|
+
"inheritedFrom": {
|
|
1731
|
+
"name": "Accordion",
|
|
1732
|
+
"module": "src/accordion/accordion.ts"
|
|
1733
|
+
}
|
|
1734
|
+
},
|
|
1735
|
+
{
|
|
1736
|
+
"kind": "field",
|
|
1737
|
+
"name": "_presentation",
|
|
1738
|
+
"type": {
|
|
1739
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1740
|
+
},
|
|
1741
|
+
"privacy": "private",
|
|
1742
|
+
"default": "void 0",
|
|
1743
|
+
"inheritedFrom": {
|
|
1744
|
+
"name": "FoundationElement",
|
|
1745
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1746
|
+
}
|
|
1747
|
+
},
|
|
1748
|
+
{
|
|
1749
|
+
"kind": "field",
|
|
1750
|
+
"name": "$presentation",
|
|
1751
|
+
"type": {
|
|
1752
|
+
"text": "ComponentPresentation | null"
|
|
1753
|
+
},
|
|
1754
|
+
"privacy": "public",
|
|
1755
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1756
|
+
"inheritedFrom": {
|
|
1757
|
+
"name": "FoundationElement",
|
|
1758
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1759
|
+
}
|
|
1760
|
+
},
|
|
1761
|
+
{
|
|
1762
|
+
"kind": "field",
|
|
1763
|
+
"name": "template",
|
|
1764
|
+
"type": {
|
|
1765
|
+
"text": "ElementViewTemplate | void | null"
|
|
1766
|
+
},
|
|
1767
|
+
"privacy": "public",
|
|
1768
|
+
"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.",
|
|
1769
|
+
"inheritedFrom": {
|
|
1770
|
+
"name": "FoundationElement",
|
|
1771
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1772
|
+
}
|
|
1773
|
+
},
|
|
1774
|
+
{
|
|
1775
|
+
"kind": "method",
|
|
1776
|
+
"name": "templateChanged",
|
|
1777
|
+
"privacy": "protected",
|
|
1778
|
+
"return": {
|
|
1779
|
+
"type": {
|
|
1780
|
+
"text": "void"
|
|
1781
|
+
}
|
|
1782
|
+
},
|
|
1783
|
+
"inheritedFrom": {
|
|
1784
|
+
"name": "FoundationElement",
|
|
1785
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1786
|
+
}
|
|
1787
|
+
},
|
|
1788
|
+
{
|
|
1789
|
+
"kind": "field",
|
|
1790
|
+
"name": "styles",
|
|
1791
|
+
"type": {
|
|
1792
|
+
"text": "ElementStyles | void | null"
|
|
1793
|
+
},
|
|
1794
|
+
"privacy": "public",
|
|
1795
|
+
"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.",
|
|
1796
|
+
"inheritedFrom": {
|
|
1797
|
+
"name": "FoundationElement",
|
|
1798
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1799
|
+
}
|
|
1800
|
+
},
|
|
1801
|
+
{
|
|
1802
|
+
"kind": "method",
|
|
1803
|
+
"name": "stylesChanged",
|
|
1804
|
+
"privacy": "protected",
|
|
1805
|
+
"return": {
|
|
1806
|
+
"type": {
|
|
1807
|
+
"text": "void"
|
|
1808
|
+
}
|
|
1809
|
+
},
|
|
1810
|
+
"inheritedFrom": {
|
|
1811
|
+
"name": "FoundationElement",
|
|
1812
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1813
|
+
}
|
|
1814
|
+
},
|
|
1815
|
+
{
|
|
1816
|
+
"kind": "method",
|
|
1817
|
+
"name": "compose",
|
|
1818
|
+
"privacy": "public",
|
|
1819
|
+
"static": true,
|
|
1820
|
+
"return": {
|
|
1821
|
+
"type": {
|
|
1822
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1823
|
+
}
|
|
1824
|
+
},
|
|
1825
|
+
"parameters": [
|
|
1826
|
+
{
|
|
1827
|
+
"name": "this",
|
|
1828
|
+
"type": {
|
|
1829
|
+
"text": "K"
|
|
1830
|
+
}
|
|
1831
|
+
},
|
|
1832
|
+
{
|
|
1833
|
+
"name": "elementDefinition",
|
|
1834
|
+
"type": {
|
|
1835
|
+
"text": "T"
|
|
1836
|
+
},
|
|
1837
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
1838
|
+
}
|
|
1839
|
+
],
|
|
1840
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1841
|
+
"inheritedFrom": {
|
|
1842
|
+
"name": "FoundationElement",
|
|
1843
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1844
|
+
}
|
|
1845
|
+
}
|
|
1846
|
+
],
|
|
1847
|
+
"events": [
|
|
1848
|
+
{
|
|
1849
|
+
"description": "Fires a custom 'change' event when the active item changes",
|
|
1850
|
+
"name": "change",
|
|
1851
|
+
"inheritedFrom": {
|
|
1852
|
+
"name": "Accordion",
|
|
1853
|
+
"module": "src/accordion/accordion.ts"
|
|
1702
1854
|
}
|
|
1703
1855
|
}
|
|
1704
1856
|
]
|
|
1705
1857
|
},
|
|
1706
1858
|
{
|
|
1707
1859
|
"kind": "variable",
|
|
1708
|
-
"name": "
|
|
1860
|
+
"name": "foundationAccordionShadowOptions",
|
|
1709
1861
|
"type": {
|
|
1710
1862
|
"text": "ShadowRootInit"
|
|
1711
1863
|
},
|
|
@@ -1713,88 +1865,57 @@
|
|
|
1713
1865
|
},
|
|
1714
1866
|
{
|
|
1715
1867
|
"kind": "variable",
|
|
1716
|
-
"name": "
|
|
1868
|
+
"name": "defaultAccordionConfig",
|
|
1717
1869
|
"type": {
|
|
1718
1870
|
"text": "object"
|
|
1719
1871
|
},
|
|
1720
|
-
"default": "{
|
|
1872
|
+
"default": "{}"
|
|
1721
1873
|
},
|
|
1722
1874
|
{
|
|
1723
1875
|
"kind": "variable",
|
|
1724
|
-
"name": "
|
|
1725
|
-
"description": "The Foundation Accordion
|
|
1876
|
+
"name": "foundationAccordion",
|
|
1877
|
+
"description": "The Foundation Accordion",
|
|
1726
1878
|
"privacy": "public"
|
|
1727
1879
|
}
|
|
1728
1880
|
],
|
|
1729
1881
|
"exports": [
|
|
1730
1882
|
{
|
|
1731
1883
|
"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",
|
|
1884
|
+
"name": "Accordion",
|
|
1749
1885
|
"declaration": {
|
|
1750
|
-
"name": "
|
|
1751
|
-
"module": "src/accordion
|
|
1886
|
+
"name": "Accordion",
|
|
1887
|
+
"module": "src/accordion/accordion.ts"
|
|
1752
1888
|
}
|
|
1753
1889
|
},
|
|
1754
1890
|
{
|
|
1755
1891
|
"kind": "js",
|
|
1756
|
-
"name": "
|
|
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": "*",
|
|
1892
|
+
"name": "foundationAccordionShadowOptions",
|
|
1772
1893
|
"declaration": {
|
|
1773
|
-
"name": "
|
|
1774
|
-
"
|
|
1894
|
+
"name": "foundationAccordionShadowOptions",
|
|
1895
|
+
"module": "src/accordion/accordion.ts"
|
|
1775
1896
|
}
|
|
1776
1897
|
},
|
|
1777
1898
|
{
|
|
1778
1899
|
"kind": "js",
|
|
1779
|
-
"name": "
|
|
1900
|
+
"name": "defaultAccordionConfig",
|
|
1780
1901
|
"declaration": {
|
|
1781
|
-
"name": "
|
|
1782
|
-
"
|
|
1902
|
+
"name": "defaultAccordionConfig",
|
|
1903
|
+
"module": "src/accordion/accordion.ts"
|
|
1783
1904
|
}
|
|
1784
1905
|
},
|
|
1785
1906
|
{
|
|
1786
1907
|
"kind": "js",
|
|
1787
|
-
"name": "
|
|
1908
|
+
"name": "foundationAccordion",
|
|
1788
1909
|
"declaration": {
|
|
1789
|
-
"name": "
|
|
1790
|
-
"
|
|
1910
|
+
"name": "foundationAccordion",
|
|
1911
|
+
"module": "src/accordion/accordion.ts"
|
|
1791
1912
|
}
|
|
1792
1913
|
}
|
|
1793
1914
|
]
|
|
1794
1915
|
},
|
|
1795
1916
|
{
|
|
1796
1917
|
"kind": "javascript-module",
|
|
1797
|
-
"path": "src/
|
|
1918
|
+
"path": "src/accordion/index.ts",
|
|
1798
1919
|
"declarations": [],
|
|
1799
1920
|
"exports": [
|
|
1800
1921
|
{
|
|
@@ -1802,7 +1923,7 @@
|
|
|
1802
1923
|
"name": "*",
|
|
1803
1924
|
"declaration": {
|
|
1804
1925
|
"name": "*",
|
|
1805
|
-
"package": "./
|
|
1926
|
+
"package": "./accordion.template"
|
|
1806
1927
|
}
|
|
1807
1928
|
},
|
|
1808
1929
|
{
|
|
@@ -1810,7 +1931,7 @@
|
|
|
1810
1931
|
"name": "*",
|
|
1811
1932
|
"declaration": {
|
|
1812
1933
|
"name": "*",
|
|
1813
|
-
"package": "./
|
|
1934
|
+
"package": "./accordion.styles"
|
|
1814
1935
|
}
|
|
1815
1936
|
},
|
|
1816
1937
|
{
|
|
@@ -1818,198 +1939,192 @@
|
|
|
1818
1939
|
"name": "*",
|
|
1819
1940
|
"declaration": {
|
|
1820
1941
|
"name": "*",
|
|
1821
|
-
"package": "./
|
|
1942
|
+
"package": "./accordion"
|
|
1822
1943
|
}
|
|
1823
1944
|
}
|
|
1824
1945
|
]
|
|
1825
1946
|
},
|
|
1826
1947
|
{
|
|
1827
1948
|
"kind": "javascript-module",
|
|
1828
|
-
"path": "src/
|
|
1949
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1829
1950
|
"declarations": [
|
|
1830
1951
|
{
|
|
1831
|
-
"kind": "
|
|
1832
|
-
"name": "
|
|
1833
|
-
"
|
|
1952
|
+
"kind": "function",
|
|
1953
|
+
"name": "foundationAccordionItemStyles",
|
|
1954
|
+
"return": {
|
|
1955
|
+
"type": {
|
|
1956
|
+
"text": "ElementStyles"
|
|
1957
|
+
}
|
|
1958
|
+
},
|
|
1959
|
+
"parameters": [
|
|
1960
|
+
{
|
|
1961
|
+
"name": "context",
|
|
1962
|
+
"type": {
|
|
1963
|
+
"text": "ElementDefinitionContext"
|
|
1964
|
+
}
|
|
1965
|
+
},
|
|
1966
|
+
{
|
|
1967
|
+
"name": "definition",
|
|
1968
|
+
"type": {
|
|
1969
|
+
"text": "FoundationElementDefinition"
|
|
1970
|
+
}
|
|
1971
|
+
}
|
|
1972
|
+
]
|
|
1834
1973
|
}
|
|
1835
1974
|
],
|
|
1836
1975
|
"exports": [
|
|
1837
1976
|
{
|
|
1838
1977
|
"kind": "js",
|
|
1839
|
-
"name": "
|
|
1978
|
+
"name": "foundationAccordionItemStyles",
|
|
1840
1979
|
"declaration": {
|
|
1841
|
-
"name": "
|
|
1842
|
-
"module": "src/
|
|
1980
|
+
"name": "foundationAccordionItemStyles",
|
|
1981
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1843
1982
|
}
|
|
1844
1983
|
}
|
|
1845
1984
|
]
|
|
1846
1985
|
},
|
|
1847
1986
|
{
|
|
1848
1987
|
"kind": "javascript-module",
|
|
1849
|
-
"path": "src/
|
|
1988
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1850
1989
|
"declarations": [
|
|
1851
1990
|
{
|
|
1852
|
-
"kind": "
|
|
1853
|
-
"name": "
|
|
1854
|
-
"
|
|
1855
|
-
"
|
|
1991
|
+
"kind": "function",
|
|
1992
|
+
"name": "foundationAccordionItemTemplate",
|
|
1993
|
+
"return": {
|
|
1994
|
+
"type": {
|
|
1995
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1996
|
+
}
|
|
1856
1997
|
},
|
|
1857
|
-
"
|
|
1998
|
+
"parameters": [
|
|
1999
|
+
{
|
|
2000
|
+
"name": "context",
|
|
2001
|
+
"type": {
|
|
2002
|
+
"text": "ElementDefinitionContext"
|
|
2003
|
+
}
|
|
2004
|
+
},
|
|
2005
|
+
{
|
|
2006
|
+
"name": "definition",
|
|
2007
|
+
"type": {
|
|
2008
|
+
"text": "FoundationElementDefinition"
|
|
2009
|
+
}
|
|
2010
|
+
}
|
|
2011
|
+
]
|
|
1858
2012
|
}
|
|
1859
2013
|
],
|
|
1860
2014
|
"exports": [
|
|
1861
2015
|
{
|
|
1862
2016
|
"kind": "js",
|
|
1863
|
-
"name": "
|
|
2017
|
+
"name": "foundationAccordionItemTemplate",
|
|
1864
2018
|
"declaration": {
|
|
1865
|
-
"name": "
|
|
1866
|
-
"module": "src/
|
|
2019
|
+
"name": "foundationAccordionItemTemplate",
|
|
2020
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1867
2021
|
}
|
|
1868
2022
|
}
|
|
1869
2023
|
]
|
|
1870
2024
|
},
|
|
1871
2025
|
{
|
|
1872
2026
|
"kind": "javascript-module",
|
|
1873
|
-
"path": "src/
|
|
2027
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1874
2028
|
"declarations": [
|
|
1875
2029
|
{
|
|
1876
2030
|
"kind": "class",
|
|
1877
|
-
"description": "
|
|
1878
|
-
"name": "
|
|
1879
|
-
"
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
},
|
|
2031
|
+
"description": "",
|
|
2032
|
+
"name": "AccordionItem",
|
|
2033
|
+
"superclass": {
|
|
2034
|
+
"name": "FASTAccordionItem",
|
|
2035
|
+
"package": "@microsoft/fast-components"
|
|
2036
|
+
},
|
|
2037
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
2038
|
+
"customElement": true,
|
|
2039
|
+
"attributes": [
|
|
1887
2040
|
{
|
|
1888
|
-
"
|
|
1889
|
-
"name": "placeholder",
|
|
2041
|
+
"name": "heading-level",
|
|
1890
2042
|
"type": {
|
|
1891
|
-
"text": "
|
|
2043
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1892
2044
|
},
|
|
1893
|
-
"default": "
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
"
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
"text": "boolean"
|
|
2045
|
+
"default": "2",
|
|
2046
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
2047
|
+
"fieldName": "headinglevel",
|
|
2048
|
+
"inheritedFrom": {
|
|
2049
|
+
"name": "AccordionItem",
|
|
2050
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1900
2051
|
}
|
|
1901
2052
|
},
|
|
1902
2053
|
{
|
|
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
|
-
"type": {
|
|
1922
|
-
"text": "boolean"
|
|
1923
|
-
},
|
|
1924
|
-
"default": "false"
|
|
1925
|
-
},
|
|
1926
|
-
{
|
|
1927
|
-
"kind": "field",
|
|
1928
|
-
"name": "lastValidCriteria",
|
|
1929
|
-
"type": {
|
|
1930
|
-
"text": "string | null"
|
|
1931
|
-
},
|
|
1932
|
-
"default": "null"
|
|
1933
|
-
},
|
|
1934
|
-
{
|
|
1935
|
-
"kind": "field",
|
|
1936
|
-
"name": "fieldMetadata",
|
|
1937
|
-
"type": {
|
|
1938
|
-
"text": "MetadataDetail[] | string[]"
|
|
1939
|
-
},
|
|
1940
|
-
"default": "[]"
|
|
1941
|
-
},
|
|
1942
|
-
{
|
|
1943
|
-
"kind": "field",
|
|
1944
|
-
"name": "isRecording",
|
|
1945
2054
|
"type": {
|
|
1946
2055
|
"text": "boolean"
|
|
1947
2056
|
},
|
|
1948
|
-
"default": "false"
|
|
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"
|
|
2057
|
+
"default": "false",
|
|
2058
|
+
"description": "Expands or collapses the item.",
|
|
2059
|
+
"fieldName": "expanded",
|
|
2060
|
+
"inheritedFrom": {
|
|
2061
|
+
"name": "AccordionItem",
|
|
2062
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2063
|
+
}
|
|
1966
2064
|
},
|
|
1967
2065
|
{
|
|
1968
|
-
"
|
|
1969
|
-
"name": "speechApplyDebounceTimer",
|
|
2066
|
+
"name": "id",
|
|
1970
2067
|
"type": {
|
|
1971
|
-
"text": "
|
|
2068
|
+
"text": "string"
|
|
1972
2069
|
},
|
|
1973
|
-
"
|
|
1974
|
-
"
|
|
1975
|
-
|
|
2070
|
+
"description": "The item ID",
|
|
2071
|
+
"fieldName": "id",
|
|
2072
|
+
"inheritedFrom": {
|
|
2073
|
+
"name": "AccordionItem",
|
|
2074
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2075
|
+
}
|
|
2076
|
+
}
|
|
2077
|
+
],
|
|
2078
|
+
"members": [
|
|
1976
2079
|
{
|
|
1977
2080
|
"kind": "field",
|
|
1978
|
-
"name": "
|
|
2081
|
+
"name": "headinglevel",
|
|
1979
2082
|
"type": {
|
|
1980
|
-
"text": "
|
|
2083
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1981
2084
|
},
|
|
1982
|
-
"privacy": "
|
|
1983
|
-
"default": "
|
|
2085
|
+
"privacy": "public",
|
|
2086
|
+
"default": "2",
|
|
2087
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
2088
|
+
"inheritedFrom": {
|
|
2089
|
+
"name": "AccordionItem",
|
|
2090
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2091
|
+
}
|
|
1984
2092
|
},
|
|
1985
2093
|
{
|
|
1986
2094
|
"kind": "field",
|
|
1987
|
-
"name": "
|
|
2095
|
+
"name": "expanded",
|
|
1988
2096
|
"type": {
|
|
1989
2097
|
"text": "boolean"
|
|
1990
2098
|
},
|
|
1991
|
-
"
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
"
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
"kind": "method",
|
|
1999
|
-
"name": "handleBlur"
|
|
2000
|
-
},
|
|
2001
|
-
{
|
|
2002
|
-
"kind": "method",
|
|
2003
|
-
"name": "clear"
|
|
2099
|
+
"privacy": "public",
|
|
2100
|
+
"default": "false",
|
|
2101
|
+
"description": "Expands or collapses the item.",
|
|
2102
|
+
"inheritedFrom": {
|
|
2103
|
+
"name": "AccordionItem",
|
|
2104
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2105
|
+
}
|
|
2004
2106
|
},
|
|
2005
2107
|
{
|
|
2006
|
-
"kind": "
|
|
2007
|
-
"name": "
|
|
2108
|
+
"kind": "field",
|
|
2109
|
+
"name": "id",
|
|
2110
|
+
"type": {
|
|
2111
|
+
"text": "string"
|
|
2112
|
+
},
|
|
2113
|
+
"privacy": "public",
|
|
2114
|
+
"description": "The item ID",
|
|
2115
|
+
"inheritedFrom": {
|
|
2116
|
+
"name": "AccordionItem",
|
|
2117
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2118
|
+
}
|
|
2008
2119
|
},
|
|
2009
2120
|
{
|
|
2010
|
-
"kind": "
|
|
2011
|
-
"name": "
|
|
2012
|
-
"privacy": "private"
|
|
2121
|
+
"kind": "field",
|
|
2122
|
+
"name": "change",
|
|
2123
|
+
"privacy": "private",
|
|
2124
|
+
"inheritedFrom": {
|
|
2125
|
+
"name": "AccordionItem",
|
|
2126
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2127
|
+
}
|
|
2013
2128
|
},
|
|
2014
2129
|
{
|
|
2015
2130
|
"kind": "field",
|
|
@@ -2125,160 +2240,84 @@
|
|
|
2125
2240
|
],
|
|
2126
2241
|
"events": [
|
|
2127
2242
|
{
|
|
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"
|
|
2243
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
2244
|
+
"name": "change",
|
|
2245
|
+
"inheritedFrom": {
|
|
2246
|
+
"name": "AccordionItem",
|
|
2247
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2248
|
+
}
|
|
2158
2249
|
}
|
|
2159
|
-
]
|
|
2160
|
-
"superclass": {
|
|
2161
|
-
"name": "FoundationElement",
|
|
2162
|
-
"package": "@microsoft/fast-foundation"
|
|
2163
|
-
},
|
|
2164
|
-
"tagName": "%%prefix%%-ai-criteria-search",
|
|
2165
|
-
"customElement": true
|
|
2250
|
+
]
|
|
2166
2251
|
},
|
|
2167
2252
|
{
|
|
2168
2253
|
"kind": "variable",
|
|
2169
|
-
"name": "
|
|
2254
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2170
2255
|
"type": {
|
|
2171
2256
|
"text": "ShadowRootInit"
|
|
2172
2257
|
},
|
|
2173
|
-
"default": "
|
|
2258
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2174
2259
|
},
|
|
2175
2260
|
{
|
|
2176
2261
|
"kind": "variable",
|
|
2177
|
-
"name": "
|
|
2262
|
+
"name": "defaultAccordionItemConfig",
|
|
2178
2263
|
"type": {
|
|
2179
2264
|
"text": "object"
|
|
2180
2265
|
},
|
|
2181
|
-
"default": "{}"
|
|
2266
|
+
"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
2267
|
},
|
|
2183
2268
|
{
|
|
2184
2269
|
"kind": "variable",
|
|
2185
|
-
"name": "
|
|
2270
|
+
"name": "foundationAccordionItem",
|
|
2271
|
+
"description": "The Foundation Accordion Item",
|
|
2272
|
+
"privacy": "public"
|
|
2186
2273
|
}
|
|
2187
2274
|
],
|
|
2188
2275
|
"exports": [
|
|
2189
2276
|
{
|
|
2190
2277
|
"kind": "js",
|
|
2191
|
-
"name": "
|
|
2278
|
+
"name": "AccordionItem",
|
|
2192
2279
|
"declaration": {
|
|
2193
|
-
"name": "
|
|
2194
|
-
"module": "src/
|
|
2280
|
+
"name": "AccordionItem",
|
|
2281
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2195
2282
|
}
|
|
2196
2283
|
},
|
|
2197
2284
|
{
|
|
2198
2285
|
"kind": "js",
|
|
2199
|
-
"name": "
|
|
2286
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2200
2287
|
"declaration": {
|
|
2201
|
-
"name": "
|
|
2202
|
-
"module": "src/
|
|
2288
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2289
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2203
2290
|
}
|
|
2204
2291
|
},
|
|
2205
2292
|
{
|
|
2206
2293
|
"kind": "js",
|
|
2207
|
-
"name": "
|
|
2294
|
+
"name": "defaultAccordionItemConfig",
|
|
2208
2295
|
"declaration": {
|
|
2209
|
-
"name": "
|
|
2210
|
-
"module": "src/
|
|
2296
|
+
"name": "defaultAccordionItemConfig",
|
|
2297
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2211
2298
|
}
|
|
2212
2299
|
},
|
|
2213
2300
|
{
|
|
2214
2301
|
"kind": "js",
|
|
2215
|
-
"name": "
|
|
2302
|
+
"name": "foundationAccordionItem",
|
|
2216
2303
|
"declaration": {
|
|
2217
|
-
"name": "
|
|
2218
|
-
"module": "src/
|
|
2304
|
+
"name": "foundationAccordionItem",
|
|
2305
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2219
2306
|
}
|
|
2220
2307
|
}
|
|
2221
2308
|
]
|
|
2222
2309
|
},
|
|
2223
2310
|
{
|
|
2224
2311
|
"kind": "javascript-module",
|
|
2225
|
-
"path": "src/
|
|
2312
|
+
"path": "src/accordion-item/index.ts",
|
|
2226
2313
|
"declarations": [],
|
|
2227
2314
|
"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
2315
|
{
|
|
2277
2316
|
"kind": "js",
|
|
2278
2317
|
"name": "*",
|
|
2279
2318
|
"declaration": {
|
|
2280
2319
|
"name": "*",
|
|
2281
|
-
"package": "./
|
|
2320
|
+
"package": "./accordion-item.template"
|
|
2282
2321
|
}
|
|
2283
2322
|
},
|
|
2284
2323
|
{
|
|
@@ -2286,90 +2325,15 @@
|
|
|
2286
2325
|
"name": "*",
|
|
2287
2326
|
"declaration": {
|
|
2288
2327
|
"name": "*",
|
|
2289
|
-
"package": "./
|
|
2328
|
+
"package": "./accordion-item.styles"
|
|
2290
2329
|
}
|
|
2291
2330
|
},
|
|
2292
2331
|
{
|
|
2293
2332
|
"kind": "js",
|
|
2294
2333
|
"name": "*",
|
|
2295
2334
|
"declaration": {
|
|
2296
|
-
"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"
|
|
2335
|
+
"name": "*",
|
|
2336
|
+
"package": "./accordion-item"
|
|
2373
2337
|
}
|
|
2374
2338
|
}
|
|
2375
2339
|
]
|
|
@@ -2935,75 +2899,57 @@
|
|
|
2935
2899
|
},
|
|
2936
2900
|
{
|
|
2937
2901
|
"kind": "javascript-module",
|
|
2938
|
-
"path": "src/ai-
|
|
2902
|
+
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
2939
2903
|
"declarations": [
|
|
2940
2904
|
{
|
|
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
|
-
]
|
|
2905
|
+
"kind": "variable",
|
|
2906
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2907
|
+
"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
2908
|
}
|
|
2963
2909
|
],
|
|
2964
2910
|
"exports": [
|
|
2965
2911
|
{
|
|
2966
2912
|
"kind": "js",
|
|
2967
|
-
"name": "
|
|
2913
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2968
2914
|
"declaration": {
|
|
2969
|
-
"name": "
|
|
2970
|
-
"module": "src/ai-
|
|
2915
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2916
|
+
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
2971
2917
|
}
|
|
2972
2918
|
}
|
|
2973
2919
|
]
|
|
2974
2920
|
},
|
|
2975
2921
|
{
|
|
2976
2922
|
"kind": "javascript-module",
|
|
2977
|
-
"path": "src/ai-
|
|
2923
|
+
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
2978
2924
|
"declarations": [
|
|
2979
2925
|
{
|
|
2980
2926
|
"kind": "variable",
|
|
2981
|
-
"name": "
|
|
2927
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2982
2928
|
"type": {
|
|
2983
|
-
"text": "ViewTemplate<
|
|
2929
|
+
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
2984
2930
|
},
|
|
2985
|
-
"default": "html`\n ${(x) =>
|
|
2931
|
+
"default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
|
|
2986
2932
|
}
|
|
2987
2933
|
],
|
|
2988
2934
|
"exports": [
|
|
2989
2935
|
{
|
|
2990
2936
|
"kind": "js",
|
|
2991
|
-
"name": "
|
|
2937
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2992
2938
|
"declaration": {
|
|
2993
|
-
"name": "
|
|
2994
|
-
"module": "src/ai-
|
|
2939
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2940
|
+
"module": "src/ai-criteria-search/ai-criteria-search.template.ts"
|
|
2995
2941
|
}
|
|
2996
2942
|
}
|
|
2997
2943
|
]
|
|
2998
2944
|
},
|
|
2999
2945
|
{
|
|
3000
2946
|
"kind": "javascript-module",
|
|
3001
|
-
"path": "src/ai-
|
|
2947
|
+
"path": "src/ai-criteria-search/ai-criteria-search.ts",
|
|
3002
2948
|
"declarations": [
|
|
3003
2949
|
{
|
|
3004
2950
|
"kind": "class",
|
|
3005
|
-
"description": "",
|
|
3006
|
-
"name": "
|
|
2951
|
+
"description": "Natural-language criteria search input with AI interpretation.",
|
|
2952
|
+
"name": "AiCriteriaSearch",
|
|
3007
2953
|
"members": [
|
|
3008
2954
|
{
|
|
3009
2955
|
"kind": "field",
|
|
@@ -3014,31 +2960,38 @@
|
|
|
3014
2960
|
},
|
|
3015
2961
|
{
|
|
3016
2962
|
"kind": "field",
|
|
3017
|
-
"name": "
|
|
2963
|
+
"name": "placeholder",
|
|
3018
2964
|
"type": {
|
|
3019
|
-
"text": "
|
|
2965
|
+
"text": "string"
|
|
3020
2966
|
},
|
|
3021
|
-
"default": "
|
|
2967
|
+
"default": "'Describe your search criteria in natural language...'"
|
|
3022
2968
|
},
|
|
3023
2969
|
{
|
|
3024
2970
|
"kind": "field",
|
|
3025
|
-
"name": "
|
|
2971
|
+
"name": "disabled",
|
|
3026
2972
|
"type": {
|
|
3027
2973
|
"text": "boolean"
|
|
2974
|
+
}
|
|
2975
|
+
},
|
|
2976
|
+
{
|
|
2977
|
+
"kind": "field",
|
|
2978
|
+
"name": "mode",
|
|
2979
|
+
"type": {
|
|
2980
|
+
"text": "'append' | 'replace'"
|
|
3028
2981
|
},
|
|
3029
|
-
"default": "
|
|
2982
|
+
"default": "'replace'"
|
|
3030
2983
|
},
|
|
3031
2984
|
{
|
|
3032
2985
|
"kind": "field",
|
|
3033
|
-
"name": "
|
|
2986
|
+
"name": "inputValue",
|
|
3034
2987
|
"type": {
|
|
3035
|
-
"text": "
|
|
2988
|
+
"text": "string"
|
|
3036
2989
|
},
|
|
3037
|
-
"default": "'
|
|
2990
|
+
"default": "''"
|
|
3038
2991
|
},
|
|
3039
2992
|
{
|
|
3040
2993
|
"kind": "field",
|
|
3041
|
-
"name": "
|
|
2994
|
+
"name": "isInterpreting",
|
|
3042
2995
|
"type": {
|
|
3043
2996
|
"text": "boolean"
|
|
3044
2997
|
},
|
|
@@ -3046,133 +2999,91 @@
|
|
|
3046
2999
|
},
|
|
3047
3000
|
{
|
|
3048
3001
|
"kind": "field",
|
|
3049
|
-
"name": "
|
|
3002
|
+
"name": "lastValidCriteria",
|
|
3050
3003
|
"type": {
|
|
3051
|
-
"text": "
|
|
3004
|
+
"text": "string | null"
|
|
3052
3005
|
},
|
|
3053
|
-
"privacy": "private",
|
|
3054
3006
|
"default": "null"
|
|
3055
3007
|
},
|
|
3056
3008
|
{
|
|
3057
3009
|
"kind": "field",
|
|
3058
|
-
"name": "
|
|
3059
|
-
"privacy": "private"
|
|
3060
|
-
},
|
|
3061
|
-
{
|
|
3062
|
-
"kind": "field",
|
|
3063
|
-
"name": "chromeStatusLabel",
|
|
3010
|
+
"name": "fieldMetadata",
|
|
3064
3011
|
"type": {
|
|
3065
|
-
"text": "
|
|
3012
|
+
"text": "MetadataDetail[] | string[]"
|
|
3066
3013
|
},
|
|
3067
|
-
"
|
|
3014
|
+
"default": "[]"
|
|
3068
3015
|
},
|
|
3069
3016
|
{
|
|
3070
3017
|
"kind": "field",
|
|
3071
|
-
"name": "
|
|
3018
|
+
"name": "isRecording",
|
|
3072
3019
|
"type": {
|
|
3073
3020
|
"text": "boolean"
|
|
3074
3021
|
},
|
|
3075
|
-
"
|
|
3022
|
+
"default": "false"
|
|
3076
3023
|
},
|
|
3077
3024
|
{
|
|
3078
3025
|
"kind": "field",
|
|
3079
|
-
"name": "
|
|
3026
|
+
"name": "textAreaRef",
|
|
3080
3027
|
"type": {
|
|
3081
|
-
"text": "
|
|
3028
|
+
"text": "HTMLTextAreaElement"
|
|
3082
3029
|
},
|
|
3083
|
-
"
|
|
3030
|
+
"privacy": "public"
|
|
3084
3031
|
},
|
|
3085
3032
|
{
|
|
3086
|
-
"kind": "
|
|
3087
|
-
"name": "
|
|
3088
|
-
"
|
|
3089
|
-
"
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
|
|
3033
|
+
"kind": "field",
|
|
3034
|
+
"name": "stopRecording",
|
|
3035
|
+
"type": {
|
|
3036
|
+
"text": "(() => void) | null"
|
|
3037
|
+
},
|
|
3038
|
+
"privacy": "private",
|
|
3039
|
+
"default": "null"
|
|
3093
3040
|
},
|
|
3094
3041
|
{
|
|
3095
|
-
"kind": "
|
|
3096
|
-
"name": "
|
|
3042
|
+
"kind": "field",
|
|
3043
|
+
"name": "speechApplyDebounceTimer",
|
|
3044
|
+
"type": {
|
|
3045
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
3046
|
+
},
|
|
3097
3047
|
"privacy": "private",
|
|
3098
|
-
"
|
|
3099
|
-
{
|
|
3100
|
-
"name": "event",
|
|
3101
|
-
"type": {
|
|
3102
|
-
"text": "MouseEvent"
|
|
3103
|
-
}
|
|
3104
|
-
}
|
|
3105
|
-
]
|
|
3048
|
+
"default": "null"
|
|
3106
3049
|
},
|
|
3107
3050
|
{
|
|
3108
|
-
"kind": "
|
|
3109
|
-
"name": "
|
|
3051
|
+
"kind": "field",
|
|
3052
|
+
"name": "baseInputForAppend",
|
|
3053
|
+
"type": {
|
|
3054
|
+
"text": "string"
|
|
3055
|
+
},
|
|
3056
|
+
"privacy": "private",
|
|
3057
|
+
"default": "''"
|
|
3110
3058
|
},
|
|
3111
3059
|
{
|
|
3112
|
-
"kind": "
|
|
3113
|
-
"name": "
|
|
3114
|
-
"
|
|
3115
|
-
"
|
|
3116
|
-
|
|
3117
|
-
|
|
3118
|
-
}
|
|
3060
|
+
"kind": "field",
|
|
3061
|
+
"name": "speechAvailable",
|
|
3062
|
+
"type": {
|
|
3063
|
+
"text": "boolean"
|
|
3064
|
+
},
|
|
3065
|
+
"readonly": true
|
|
3119
3066
|
},
|
|
3120
3067
|
{
|
|
3121
3068
|
"kind": "method",
|
|
3122
|
-
"name": "
|
|
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
|
-
]
|
|
3069
|
+
"name": "handleSubmit"
|
|
3137
3070
|
},
|
|
3138
3071
|
{
|
|
3139
3072
|
"kind": "method",
|
|
3140
|
-
"name": "
|
|
3141
|
-
"privacy": "private",
|
|
3142
|
-
"return": {
|
|
3143
|
-
"type": {
|
|
3144
|
-
"text": "void"
|
|
3145
|
-
}
|
|
3146
|
-
}
|
|
3073
|
+
"name": "handleBlur"
|
|
3147
3074
|
},
|
|
3148
3075
|
{
|
|
3149
3076
|
"kind": "method",
|
|
3150
|
-
"name": "
|
|
3151
|
-
"privacy": "private",
|
|
3152
|
-
"return": {
|
|
3153
|
-
"type": {
|
|
3154
|
-
"text": "void"
|
|
3155
|
-
}
|
|
3156
|
-
}
|
|
3077
|
+
"name": "clear"
|
|
3157
3078
|
},
|
|
3158
3079
|
{
|
|
3159
3080
|
"kind": "method",
|
|
3160
|
-
"name": "
|
|
3161
|
-
"privacy": "private",
|
|
3162
|
-
"return": {
|
|
3163
|
-
"type": {
|
|
3164
|
-
"text": "void"
|
|
3165
|
-
}
|
|
3166
|
-
}
|
|
3081
|
+
"name": "toggleSpeechInput"
|
|
3167
3082
|
},
|
|
3168
3083
|
{
|
|
3169
3084
|
"kind": "method",
|
|
3170
|
-
"name": "
|
|
3171
|
-
"
|
|
3172
|
-
"type": {
|
|
3173
|
-
"text": "Promise<void>"
|
|
3174
|
-
}
|
|
3175
|
-
}
|
|
3085
|
+
"name": "clearSpeechApplyDebounce",
|
|
3086
|
+
"privacy": "private"
|
|
3176
3087
|
},
|
|
3177
3088
|
{
|
|
3178
3089
|
"kind": "field",
|
|
@@ -3286,141 +3197,267 @@
|
|
|
3286
3197
|
}
|
|
3287
3198
|
}
|
|
3288
3199
|
],
|
|
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
|
+
],
|
|
3289
3234
|
"superclass": {
|
|
3290
3235
|
"name": "FoundationElement",
|
|
3291
3236
|
"package": "@microsoft/fast-foundation"
|
|
3292
3237
|
},
|
|
3293
|
-
"tagName": "%%prefix%%-ai-
|
|
3294
|
-
"customElement": true
|
|
3238
|
+
"tagName": "%%prefix%%-ai-criteria-search",
|
|
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": "{}"
|
|
3295
3256
|
},
|
|
3296
3257
|
{
|
|
3297
3258
|
"kind": "variable",
|
|
3298
|
-
"name": "
|
|
3259
|
+
"name": "foundationAiCriteriaSearch"
|
|
3299
3260
|
}
|
|
3300
3261
|
],
|
|
3301
3262
|
"exports": [
|
|
3302
3263
|
{
|
|
3303
3264
|
"kind": "js",
|
|
3304
|
-
"name": "
|
|
3265
|
+
"name": "AiCriteriaSearch",
|
|
3305
3266
|
"declaration": {
|
|
3306
|
-
"name": "
|
|
3307
|
-
"module": "src/ai-
|
|
3267
|
+
"name": "AiCriteriaSearch",
|
|
3268
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3308
3269
|
}
|
|
3309
3270
|
},
|
|
3310
3271
|
{
|
|
3311
3272
|
"kind": "js",
|
|
3312
|
-
"name": "
|
|
3273
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3313
3274
|
"declaration": {
|
|
3314
|
-
"name": "
|
|
3315
|
-
"module": "src/ai-
|
|
3275
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3276
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3277
|
+
}
|
|
3278
|
+
},
|
|
3279
|
+
{
|
|
3280
|
+
"kind": "js",
|
|
3281
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3282
|
+
"declaration": {
|
|
3283
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3284
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3285
|
+
}
|
|
3286
|
+
},
|
|
3287
|
+
{
|
|
3288
|
+
"kind": "js",
|
|
3289
|
+
"name": "foundationAiCriteriaSearch",
|
|
3290
|
+
"declaration": {
|
|
3291
|
+
"name": "foundationAiCriteriaSearch",
|
|
3292
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3316
3293
|
}
|
|
3317
3294
|
}
|
|
3318
3295
|
]
|
|
3319
3296
|
},
|
|
3320
3297
|
{
|
|
3321
3298
|
"kind": "javascript-module",
|
|
3322
|
-
"path": "src/ai-
|
|
3299
|
+
"path": "src/ai-criteria-search/index.ts",
|
|
3323
3300
|
"declarations": [],
|
|
3324
3301
|
"exports": [
|
|
3325
3302
|
{
|
|
3326
3303
|
"kind": "js",
|
|
3327
|
-
"name": "
|
|
3304
|
+
"name": "AiCriteriaSearch",
|
|
3328
3305
|
"declaration": {
|
|
3329
|
-
"name": "
|
|
3330
|
-
"module": "./ai-
|
|
3306
|
+
"name": "AiCriteriaSearch",
|
|
3307
|
+
"module": "./ai-criteria-search"
|
|
3331
3308
|
}
|
|
3332
3309
|
},
|
|
3333
3310
|
{
|
|
3334
3311
|
"kind": "js",
|
|
3335
|
-
"name": "
|
|
3312
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3336
3313
|
"declaration": {
|
|
3337
|
-
"name": "
|
|
3338
|
-
"module": "./ai-
|
|
3314
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3315
|
+
"module": "./ai-criteria-search"
|
|
3339
3316
|
}
|
|
3340
3317
|
},
|
|
3341
3318
|
{
|
|
3342
3319
|
"kind": "js",
|
|
3343
|
-
"name": "
|
|
3320
|
+
"name": "foundationAiCriteriaSearch",
|
|
3344
3321
|
"declaration": {
|
|
3345
|
-
"name": "
|
|
3346
|
-
"module": "./ai-
|
|
3322
|
+
"name": "foundationAiCriteriaSearch",
|
|
3323
|
+
"module": "./ai-criteria-search"
|
|
3347
3324
|
}
|
|
3348
3325
|
},
|
|
3349
3326
|
{
|
|
3350
3327
|
"kind": "js",
|
|
3351
|
-
"name": "
|
|
3328
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3352
3329
|
"declaration": {
|
|
3353
|
-
"name": "
|
|
3354
|
-
"module": "./ai-
|
|
3330
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3331
|
+
"module": "./ai-criteria-search"
|
|
3355
3332
|
}
|
|
3356
3333
|
},
|
|
3357
3334
|
{
|
|
3358
3335
|
"kind": "js",
|
|
3359
|
-
"name": "
|
|
3336
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
3360
3337
|
"declaration": {
|
|
3361
|
-
"name": "
|
|
3362
|
-
"module": "./ai-
|
|
3338
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
3339
|
+
"module": "./ai-criteria-search.styles"
|
|
3363
3340
|
}
|
|
3364
3341
|
},
|
|
3365
3342
|
{
|
|
3366
3343
|
"kind": "js",
|
|
3367
|
-
"name": "
|
|
3344
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3368
3345
|
"declaration": {
|
|
3369
|
-
"name": "
|
|
3370
|
-
"module": "./ai-
|
|
3346
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3347
|
+
"module": "./ai-criteria-search.template"
|
|
3348
|
+
}
|
|
3349
|
+
},
|
|
3350
|
+
{
|
|
3351
|
+
"kind": "js",
|
|
3352
|
+
"name": "*",
|
|
3353
|
+
"declaration": {
|
|
3354
|
+
"name": "*",
|
|
3355
|
+
"package": "./validation/criteria-ir"
|
|
3356
|
+
}
|
|
3357
|
+
},
|
|
3358
|
+
{
|
|
3359
|
+
"kind": "js",
|
|
3360
|
+
"name": "*",
|
|
3361
|
+
"declaration": {
|
|
3362
|
+
"name": "*",
|
|
3363
|
+
"package": "./validation/operator-map"
|
|
3364
|
+
}
|
|
3365
|
+
},
|
|
3366
|
+
{
|
|
3367
|
+
"kind": "js",
|
|
3368
|
+
"name": "*",
|
|
3369
|
+
"declaration": {
|
|
3370
|
+
"name": "*",
|
|
3371
|
+
"package": "./validation/schema-validator"
|
|
3371
3372
|
}
|
|
3372
3373
|
}
|
|
3373
3374
|
]
|
|
3374
3375
|
},
|
|
3375
3376
|
{
|
|
3376
3377
|
"kind": "javascript-module",
|
|
3377
|
-
"path": "src/
|
|
3378
|
+
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
3378
3379
|
"declarations": [
|
|
3379
3380
|
{
|
|
3380
3381
|
"kind": "function",
|
|
3381
|
-
"name": "
|
|
3382
|
+
"name": "formatValidationErrors",
|
|
3382
3383
|
"return": {
|
|
3383
3384
|
"type": {
|
|
3384
|
-
"text": "
|
|
3385
|
+
"text": "string"
|
|
3385
3386
|
}
|
|
3386
3387
|
},
|
|
3387
3388
|
"parameters": [
|
|
3388
3389
|
{
|
|
3389
|
-
"name": "
|
|
3390
|
+
"name": "errors",
|
|
3390
3391
|
"type": {
|
|
3391
|
-
"text": "
|
|
3392
|
+
"text": "ValidationError[]"
|
|
3392
3393
|
}
|
|
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\")"
|
|
3393
3413
|
},
|
|
3394
3414
|
{
|
|
3395
|
-
"name": "
|
|
3415
|
+
"name": "body",
|
|
3396
3416
|
"type": {
|
|
3397
|
-
"text": "
|
|
3398
|
-
}
|
|
3417
|
+
"text": "string"
|
|
3418
|
+
},
|
|
3419
|
+
"description": "Error message to display"
|
|
3420
|
+
},
|
|
3421
|
+
{
|
|
3422
|
+
"name": "tagName",
|
|
3423
|
+
"type": {
|
|
3424
|
+
"text": "string"
|
|
3425
|
+
},
|
|
3426
|
+
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
3399
3427
|
}
|
|
3400
|
-
]
|
|
3428
|
+
],
|
|
3429
|
+
"description": "Shows a criteria error as a toast notification."
|
|
3401
3430
|
}
|
|
3402
3431
|
],
|
|
3403
3432
|
"exports": [
|
|
3404
3433
|
{
|
|
3405
3434
|
"kind": "js",
|
|
3406
|
-
"name": "
|
|
3435
|
+
"name": "formatValidationErrors",
|
|
3407
3436
|
"declaration": {
|
|
3408
|
-
"name": "
|
|
3409
|
-
"module": "src/
|
|
3437
|
+
"name": "formatValidationErrors",
|
|
3438
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3439
|
+
}
|
|
3440
|
+
},
|
|
3441
|
+
{
|
|
3442
|
+
"kind": "js",
|
|
3443
|
+
"name": "showCriteriaError",
|
|
3444
|
+
"declaration": {
|
|
3445
|
+
"name": "showCriteriaError",
|
|
3446
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3410
3447
|
}
|
|
3411
3448
|
}
|
|
3412
3449
|
]
|
|
3413
3450
|
},
|
|
3414
3451
|
{
|
|
3415
3452
|
"kind": "javascript-module",
|
|
3416
|
-
"path": "src/
|
|
3453
|
+
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
3417
3454
|
"declarations": [
|
|
3418
3455
|
{
|
|
3419
3456
|
"kind": "function",
|
|
3420
|
-
"name": "
|
|
3457
|
+
"name": "foundationAiIndicatorStyles",
|
|
3421
3458
|
"return": {
|
|
3422
3459
|
"type": {
|
|
3423
|
-
"text": "
|
|
3460
|
+
"text": "ElementStyles"
|
|
3424
3461
|
}
|
|
3425
3462
|
},
|
|
3426
3463
|
"parameters": [
|
|
@@ -3442,237 +3479,214 @@
|
|
|
3442
3479
|
"exports": [
|
|
3443
3480
|
{
|
|
3444
3481
|
"kind": "js",
|
|
3445
|
-
"name": "
|
|
3482
|
+
"name": "foundationAiIndicatorStyles",
|
|
3446
3483
|
"declaration": {
|
|
3447
|
-
"name": "
|
|
3448
|
-
"module": "src/
|
|
3484
|
+
"name": "foundationAiIndicatorStyles",
|
|
3485
|
+
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
3449
3486
|
}
|
|
3450
3487
|
}
|
|
3451
3488
|
]
|
|
3452
3489
|
},
|
|
3453
3490
|
{
|
|
3454
3491
|
"kind": "javascript-module",
|
|
3455
|
-
"path": "src/
|
|
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",
|
|
3507
|
+
"declaration": {
|
|
3508
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3509
|
+
"module": "src/ai-indicator/ai-indicator.template.ts"
|
|
3510
|
+
}
|
|
3511
|
+
}
|
|
3512
|
+
]
|
|
3513
|
+
},
|
|
3514
|
+
{
|
|
3515
|
+
"kind": "javascript-module",
|
|
3516
|
+
"path": "src/ai-indicator/ai-indicator.ts",
|
|
3456
3517
|
"declarations": [
|
|
3457
3518
|
{
|
|
3458
3519
|
"kind": "class",
|
|
3459
3520
|
"description": "",
|
|
3460
|
-
"name": "
|
|
3461
|
-
"
|
|
3462
|
-
"name": "FASTAccordion",
|
|
3463
|
-
"package": "@microsoft/fast-foundation"
|
|
3464
|
-
},
|
|
3465
|
-
"tagName": "%%prefix%%-accordion",
|
|
3466
|
-
"customElement": true,
|
|
3467
|
-
"attributes": [
|
|
3521
|
+
"name": "AiIndicator",
|
|
3522
|
+
"members": [
|
|
3468
3523
|
{
|
|
3469
|
-
"
|
|
3524
|
+
"kind": "field",
|
|
3525
|
+
"name": "aiProvider",
|
|
3470
3526
|
"type": {
|
|
3471
|
-
"text": "
|
|
3472
|
-
},
|
|
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"
|
|
3527
|
+
"text": "AIProvider"
|
|
3478
3528
|
}
|
|
3479
|
-
}
|
|
3480
|
-
],
|
|
3481
|
-
"members": [
|
|
3529
|
+
},
|
|
3482
3530
|
{
|
|
3483
3531
|
"kind": "field",
|
|
3484
|
-
"name": "
|
|
3532
|
+
"name": "status",
|
|
3485
3533
|
"type": {
|
|
3486
|
-
"text": "
|
|
3534
|
+
"text": "AIStatus | null"
|
|
3487
3535
|
},
|
|
3488
|
-
"
|
|
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
|
-
}
|
|
3536
|
+
"default": "null"
|
|
3494
3537
|
},
|
|
3495
3538
|
{
|
|
3496
3539
|
"kind": "field",
|
|
3497
|
-
"name": "
|
|
3540
|
+
"name": "open",
|
|
3498
3541
|
"type": {
|
|
3499
|
-
"text": "
|
|
3542
|
+
"text": "boolean"
|
|
3500
3543
|
},
|
|
3501
|
-
"
|
|
3502
|
-
"inheritedFrom": {
|
|
3503
|
-
"name": "Accordion",
|
|
3504
|
-
"module": "src/accordion/accordion.ts"
|
|
3505
|
-
}
|
|
3544
|
+
"default": "false"
|
|
3506
3545
|
},
|
|
3507
3546
|
{
|
|
3508
3547
|
"kind": "field",
|
|
3509
|
-
"name": "
|
|
3548
|
+
"name": "state",
|
|
3510
3549
|
"type": {
|
|
3511
|
-
"text": "
|
|
3550
|
+
"text": "AIIndicatorState"
|
|
3512
3551
|
},
|
|
3513
|
-
"
|
|
3514
|
-
|
|
3515
|
-
|
|
3516
|
-
|
|
3517
|
-
|
|
3518
|
-
|
|
3552
|
+
"default": "'none'"
|
|
3553
|
+
},
|
|
3554
|
+
{
|
|
3555
|
+
"kind": "field",
|
|
3556
|
+
"name": "isInstalling",
|
|
3557
|
+
"type": {
|
|
3558
|
+
"text": "boolean"
|
|
3559
|
+
},
|
|
3560
|
+
"default": "false"
|
|
3519
3561
|
},
|
|
3520
3562
|
{
|
|
3521
3563
|
"kind": "field",
|
|
3522
|
-
"name": "
|
|
3564
|
+
"name": "pollTimer",
|
|
3523
3565
|
"type": {
|
|
3524
|
-
"text": "
|
|
3566
|
+
"text": "ReturnType<typeof setInterval> | null"
|
|
3525
3567
|
},
|
|
3526
3568
|
"privacy": "private",
|
|
3527
|
-
"
|
|
3528
|
-
"name": "Accordion",
|
|
3529
|
-
"module": "src/accordion/accordion.ts"
|
|
3530
|
-
}
|
|
3569
|
+
"default": "null"
|
|
3531
3570
|
},
|
|
3532
3571
|
{
|
|
3533
3572
|
"kind": "field",
|
|
3534
|
-
"name": "
|
|
3535
|
-
"privacy": "private"
|
|
3536
|
-
"inheritedFrom": {
|
|
3537
|
-
"name": "Accordion",
|
|
3538
|
-
"module": "src/accordion/accordion.ts"
|
|
3539
|
-
}
|
|
3573
|
+
"name": "clickOutside",
|
|
3574
|
+
"privacy": "private"
|
|
3540
3575
|
},
|
|
3541
3576
|
{
|
|
3542
|
-
"kind": "
|
|
3543
|
-
"name": "
|
|
3544
|
-
"
|
|
3545
|
-
|
|
3546
|
-
"type": {
|
|
3547
|
-
"text": "AccordionItem | null"
|
|
3548
|
-
}
|
|
3577
|
+
"kind": "field",
|
|
3578
|
+
"name": "chromeStatusLabel",
|
|
3579
|
+
"type": {
|
|
3580
|
+
"text": "string | null"
|
|
3549
3581
|
},
|
|
3550
|
-
"
|
|
3551
|
-
"name": "Accordion",
|
|
3552
|
-
"module": "src/accordion/accordion.ts"
|
|
3553
|
-
}
|
|
3582
|
+
"readonly": true
|
|
3554
3583
|
},
|
|
3555
3584
|
{
|
|
3556
3585
|
"kind": "field",
|
|
3557
|
-
"name": "
|
|
3558
|
-
"
|
|
3559
|
-
|
|
3560
|
-
|
|
3561
|
-
|
|
3562
|
-
|
|
3586
|
+
"name": "canInstall",
|
|
3587
|
+
"type": {
|
|
3588
|
+
"text": "boolean"
|
|
3589
|
+
},
|
|
3590
|
+
"readonly": true
|
|
3591
|
+
},
|
|
3592
|
+
{
|
|
3593
|
+
"kind": "field",
|
|
3594
|
+
"name": "isDownloading",
|
|
3595
|
+
"type": {
|
|
3596
|
+
"text": "boolean"
|
|
3597
|
+
},
|
|
3598
|
+
"readonly": true
|
|
3563
3599
|
},
|
|
3564
3600
|
{
|
|
3565
3601
|
"kind": "method",
|
|
3566
|
-
"name": "
|
|
3567
|
-
"privacy": "private",
|
|
3602
|
+
"name": "openChanged",
|
|
3568
3603
|
"return": {
|
|
3569
3604
|
"type": {
|
|
3570
3605
|
"text": "void"
|
|
3571
3606
|
}
|
|
3572
|
-
},
|
|
3573
|
-
"inheritedFrom": {
|
|
3574
|
-
"name": "Accordion",
|
|
3575
|
-
"module": "src/accordion/accordion.ts"
|
|
3576
3607
|
}
|
|
3577
3608
|
},
|
|
3578
3609
|
{
|
|
3579
|
-
"kind": "
|
|
3580
|
-
"name": "
|
|
3610
|
+
"kind": "method",
|
|
3611
|
+
"name": "handleClickOutside",
|
|
3581
3612
|
"privacy": "private",
|
|
3582
|
-
"
|
|
3583
|
-
|
|
3584
|
-
|
|
3585
|
-
|
|
3613
|
+
"parameters": [
|
|
3614
|
+
{
|
|
3615
|
+
"name": "event",
|
|
3616
|
+
"type": {
|
|
3617
|
+
"text": "MouseEvent"
|
|
3618
|
+
}
|
|
3619
|
+
}
|
|
3620
|
+
]
|
|
3586
3621
|
},
|
|
3587
3622
|
{
|
|
3588
|
-
"kind": "
|
|
3589
|
-
"name": "
|
|
3590
|
-
"privacy": "private",
|
|
3591
|
-
"inheritedFrom": {
|
|
3592
|
-
"name": "Accordion",
|
|
3593
|
-
"module": "src/accordion/accordion.ts"
|
|
3594
|
-
}
|
|
3623
|
+
"kind": "method",
|
|
3624
|
+
"name": "toggleDropdown"
|
|
3595
3625
|
},
|
|
3596
3626
|
{
|
|
3597
3627
|
"kind": "method",
|
|
3598
|
-
"name": "
|
|
3599
|
-
"privacy": "private",
|
|
3628
|
+
"name": "refreshStatus",
|
|
3600
3629
|
"return": {
|
|
3601
3630
|
"type": {
|
|
3602
|
-
"text": "
|
|
3631
|
+
"text": "Promise<void>"
|
|
3603
3632
|
}
|
|
3604
|
-
},
|
|
3605
|
-
"inheritedFrom": {
|
|
3606
|
-
"name": "Accordion",
|
|
3607
|
-
"module": "src/accordion/accordion.ts"
|
|
3608
3633
|
}
|
|
3609
3634
|
},
|
|
3610
3635
|
{
|
|
3611
3636
|
"kind": "method",
|
|
3612
|
-
"name": "
|
|
3637
|
+
"name": "deriveState",
|
|
3613
3638
|
"privacy": "private",
|
|
3614
3639
|
"return": {
|
|
3615
3640
|
"type": {
|
|
3616
|
-
"text": "
|
|
3641
|
+
"text": "AIIndicatorState"
|
|
3617
3642
|
}
|
|
3618
3643
|
},
|
|
3619
|
-
"
|
|
3620
|
-
|
|
3621
|
-
|
|
3622
|
-
|
|
3644
|
+
"parameters": [
|
|
3645
|
+
{
|
|
3646
|
+
"name": "s",
|
|
3647
|
+
"type": {
|
|
3648
|
+
"text": "AIStatus | null"
|
|
3649
|
+
}
|
|
3650
|
+
}
|
|
3651
|
+
]
|
|
3623
3652
|
},
|
|
3624
3653
|
{
|
|
3625
|
-
"kind": "
|
|
3626
|
-
"name": "
|
|
3654
|
+
"kind": "method",
|
|
3655
|
+
"name": "maybeStartPolling",
|
|
3627
3656
|
"privacy": "private",
|
|
3628
|
-
"
|
|
3629
|
-
"
|
|
3630
|
-
|
|
3657
|
+
"return": {
|
|
3658
|
+
"type": {
|
|
3659
|
+
"text": "void"
|
|
3660
|
+
}
|
|
3631
3661
|
}
|
|
3632
3662
|
},
|
|
3633
3663
|
{
|
|
3634
|
-
"kind": "
|
|
3635
|
-
"name": "
|
|
3664
|
+
"kind": "method",
|
|
3665
|
+
"name": "startPolling",
|
|
3636
3666
|
"privacy": "private",
|
|
3637
|
-
"
|
|
3638
|
-
"
|
|
3639
|
-
|
|
3667
|
+
"return": {
|
|
3668
|
+
"type": {
|
|
3669
|
+
"text": "void"
|
|
3670
|
+
}
|
|
3640
3671
|
}
|
|
3641
3672
|
},
|
|
3642
3673
|
{
|
|
3643
3674
|
"kind": "method",
|
|
3644
|
-
"name": "
|
|
3675
|
+
"name": "stopPolling",
|
|
3645
3676
|
"privacy": "private",
|
|
3646
3677
|
"return": {
|
|
3647
3678
|
"type": {
|
|
3648
3679
|
"text": "void"
|
|
3649
3680
|
}
|
|
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"
|
|
3662
3681
|
}
|
|
3663
3682
|
},
|
|
3664
3683
|
{
|
|
3665
3684
|
"kind": "method",
|
|
3666
|
-
"name": "
|
|
3667
|
-
"privacy": "private",
|
|
3685
|
+
"name": "onInstall",
|
|
3668
3686
|
"return": {
|
|
3669
3687
|
"type": {
|
|
3670
|
-
"text": "void"
|
|
3688
|
+
"text": "Promise<void>"
|
|
3671
3689
|
}
|
|
3672
|
-
},
|
|
3673
|
-
"inheritedFrom": {
|
|
3674
|
-
"name": "Accordion",
|
|
3675
|
-
"module": "src/accordion/accordion.ts"
|
|
3676
3690
|
}
|
|
3677
3691
|
},
|
|
3678
3692
|
{
|
|
@@ -3787,102 +3801,88 @@
|
|
|
3787
3801
|
}
|
|
3788
3802
|
}
|
|
3789
3803
|
],
|
|
3790
|
-
"
|
|
3791
|
-
|
|
3792
|
-
|
|
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"
|
|
3806
|
-
},
|
|
3807
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3808
|
-
},
|
|
3809
|
-
{
|
|
3810
|
-
"kind": "variable",
|
|
3811
|
-
"name": "defaultAccordionConfig",
|
|
3812
|
-
"type": {
|
|
3813
|
-
"text": "object"
|
|
3804
|
+
"superclass": {
|
|
3805
|
+
"name": "FoundationElement",
|
|
3806
|
+
"package": "@microsoft/fast-foundation"
|
|
3814
3807
|
},
|
|
3815
|
-
"
|
|
3808
|
+
"tagName": "%%prefix%%-ai-indicator",
|
|
3809
|
+
"customElement": true
|
|
3816
3810
|
},
|
|
3817
3811
|
{
|
|
3818
3812
|
"kind": "variable",
|
|
3819
|
-
"name": "
|
|
3820
|
-
"description": "The Foundation Accordion",
|
|
3821
|
-
"privacy": "public"
|
|
3813
|
+
"name": "foundationAiIndicator"
|
|
3822
3814
|
}
|
|
3823
3815
|
],
|
|
3824
3816
|
"exports": [
|
|
3825
3817
|
{
|
|
3826
3818
|
"kind": "js",
|
|
3827
|
-
"name": "
|
|
3819
|
+
"name": "AiIndicator",
|
|
3828
3820
|
"declaration": {
|
|
3829
|
-
"name": "
|
|
3830
|
-
"module": "src/
|
|
3821
|
+
"name": "AiIndicator",
|
|
3822
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3831
3823
|
}
|
|
3832
3824
|
},
|
|
3833
3825
|
{
|
|
3834
3826
|
"kind": "js",
|
|
3835
|
-
"name": "
|
|
3827
|
+
"name": "foundationAiIndicator",
|
|
3836
3828
|
"declaration": {
|
|
3837
|
-
"name": "
|
|
3838
|
-
"module": "src/
|
|
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",
|
|
3843
|
+
"declaration": {
|
|
3844
|
+
"name": "AiIndicator",
|
|
3845
|
+
"module": "./ai-indicator"
|
|
3839
3846
|
}
|
|
3840
3847
|
},
|
|
3841
3848
|
{
|
|
3842
3849
|
"kind": "js",
|
|
3843
|
-
"name": "
|
|
3850
|
+
"name": "foundationAiIndicator",
|
|
3844
3851
|
"declaration": {
|
|
3845
|
-
"name": "
|
|
3846
|
-
"module": "
|
|
3852
|
+
"name": "foundationAiIndicator",
|
|
3853
|
+
"module": "./ai-indicator"
|
|
3847
3854
|
}
|
|
3848
3855
|
},
|
|
3849
3856
|
{
|
|
3850
3857
|
"kind": "js",
|
|
3851
|
-
"name": "
|
|
3858
|
+
"name": "type",
|
|
3852
3859
|
"declaration": {
|
|
3853
|
-
"name": "
|
|
3854
|
-
"module": "
|
|
3860
|
+
"name": "type",
|
|
3861
|
+
"module": "./ai-indicator"
|
|
3855
3862
|
}
|
|
3856
|
-
}
|
|
3857
|
-
]
|
|
3858
|
-
},
|
|
3859
|
-
{
|
|
3860
|
-
"kind": "javascript-module",
|
|
3861
|
-
"path": "src/accordion/index.ts",
|
|
3862
|
-
"declarations": [],
|
|
3863
|
-
"exports": [
|
|
3863
|
+
},
|
|
3864
3864
|
{
|
|
3865
3865
|
"kind": "js",
|
|
3866
|
-
"name": "
|
|
3866
|
+
"name": "AIIndicatorState",
|
|
3867
3867
|
"declaration": {
|
|
3868
|
-
"name": "
|
|
3869
|
-
"
|
|
3868
|
+
"name": "AIIndicatorState",
|
|
3869
|
+
"module": "./ai-indicator"
|
|
3870
3870
|
}
|
|
3871
3871
|
},
|
|
3872
3872
|
{
|
|
3873
3873
|
"kind": "js",
|
|
3874
|
-
"name": "
|
|
3874
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3875
3875
|
"declaration": {
|
|
3876
|
-
"name": "
|
|
3877
|
-
"
|
|
3876
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3877
|
+
"module": "./ai-indicator.template"
|
|
3878
3878
|
}
|
|
3879
3879
|
},
|
|
3880
3880
|
{
|
|
3881
3881
|
"kind": "js",
|
|
3882
|
-
"name": "
|
|
3882
|
+
"name": "foundationAiIndicatorStyles",
|
|
3883
3883
|
"declaration": {
|
|
3884
|
-
"name": "
|
|
3885
|
-
"
|
|
3884
|
+
"name": "foundationAiIndicatorStyles",
|
|
3885
|
+
"module": "./ai-indicator.styles"
|
|
3886
3886
|
}
|
|
3887
3887
|
}
|
|
3888
3888
|
]
|