@genesislcap/foundation-ui 14.475.0 → 14.475.1-alpha-0dba2b1.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 +1170 -1170
- package/dist/dts/react.d.ts +9 -9
- package/dist/react.cjs +6 -6
- package/dist/react.mjs +5 -5
- 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,18 +1939,18 @@
|
|
|
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/actions-menu/actions-menu.styles.ts",
|
|
1829
1950
|
"declarations": [
|
|
1830
1951
|
{
|
|
1831
1952
|
"kind": "function",
|
|
1832
|
-
"name": "
|
|
1953
|
+
"name": "actionsMenuBaseStyles",
|
|
1833
1954
|
"return": {
|
|
1834
1955
|
"type": {
|
|
1835
1956
|
"text": "ElementStyles"
|
|
@@ -1849,29 +1970,13 @@
|
|
|
1849
1970
|
}
|
|
1850
1971
|
}
|
|
1851
1972
|
]
|
|
1852
|
-
}
|
|
1853
|
-
],
|
|
1854
|
-
"exports": [
|
|
1855
|
-
{
|
|
1856
|
-
"kind": "js",
|
|
1857
|
-
"name": "foundationAccordionStyles",
|
|
1858
|
-
"declaration": {
|
|
1859
|
-
"name": "foundationAccordionStyles",
|
|
1860
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
1861
|
-
}
|
|
1862
|
-
}
|
|
1863
|
-
]
|
|
1864
|
-
},
|
|
1865
|
-
{
|
|
1866
|
-
"kind": "javascript-module",
|
|
1867
|
-
"path": "src/accordion/accordion.template.ts",
|
|
1868
|
-
"declarations": [
|
|
1973
|
+
},
|
|
1869
1974
|
{
|
|
1870
1975
|
"kind": "function",
|
|
1871
|
-
"name": "
|
|
1976
|
+
"name": "foundationActionsMenuStyles",
|
|
1872
1977
|
"return": {
|
|
1873
1978
|
"type": {
|
|
1874
|
-
"text": "
|
|
1979
|
+
"text": "ElementStyles"
|
|
1875
1980
|
}
|
|
1876
1981
|
},
|
|
1877
1982
|
"parameters": [
|
|
@@ -1893,238 +1998,269 @@
|
|
|
1893
1998
|
"exports": [
|
|
1894
1999
|
{
|
|
1895
2000
|
"kind": "js",
|
|
1896
|
-
"name": "
|
|
2001
|
+
"name": "actionsMenuBaseStyles",
|
|
1897
2002
|
"declaration": {
|
|
1898
|
-
"name": "
|
|
1899
|
-
"module": "src/
|
|
2003
|
+
"name": "actionsMenuBaseStyles",
|
|
2004
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2005
|
+
}
|
|
2006
|
+
},
|
|
2007
|
+
{
|
|
2008
|
+
"kind": "js",
|
|
2009
|
+
"name": "foundationActionsMenuStyles",
|
|
2010
|
+
"declaration": {
|
|
2011
|
+
"name": "foundationActionsMenuStyles",
|
|
2012
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1900
2013
|
}
|
|
1901
2014
|
}
|
|
1902
2015
|
]
|
|
1903
2016
|
},
|
|
1904
2017
|
{
|
|
1905
2018
|
"kind": "javascript-module",
|
|
1906
|
-
"path": "src/
|
|
2019
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1907
2020
|
"declarations": [
|
|
1908
2021
|
{
|
|
1909
|
-
"kind": "
|
|
1910
|
-
"
|
|
1911
|
-
"
|
|
1912
|
-
"superclass": {
|
|
1913
|
-
"name": "FASTAccordion",
|
|
1914
|
-
"package": "@microsoft/fast-foundation"
|
|
1915
|
-
},
|
|
1916
|
-
"tagName": "%%prefix%%-accordion",
|
|
1917
|
-
"customElement": true,
|
|
1918
|
-
"attributes": [
|
|
2022
|
+
"kind": "function",
|
|
2023
|
+
"name": "menuTemplate",
|
|
2024
|
+
"parameters": [
|
|
1919
2025
|
{
|
|
1920
|
-
"name": "
|
|
2026
|
+
"name": "prefix",
|
|
1921
2027
|
"type": {
|
|
1922
|
-
"text": "
|
|
1923
|
-
},
|
|
1924
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1925
|
-
"fieldName": "expandmode",
|
|
1926
|
-
"inheritedFrom": {
|
|
1927
|
-
"name": "Accordion",
|
|
1928
|
-
"module": "src/accordion/accordion.ts"
|
|
2028
|
+
"text": "string"
|
|
1929
2029
|
}
|
|
1930
2030
|
}
|
|
1931
|
-
]
|
|
2031
|
+
]
|
|
2032
|
+
},
|
|
2033
|
+
{
|
|
2034
|
+
"kind": "function",
|
|
2035
|
+
"name": "singleOptionTemplate",
|
|
2036
|
+
"parameters": [
|
|
2037
|
+
{
|
|
2038
|
+
"name": "prefix",
|
|
2039
|
+
"type": {
|
|
2040
|
+
"text": "string"
|
|
2041
|
+
}
|
|
2042
|
+
}
|
|
2043
|
+
]
|
|
2044
|
+
},
|
|
2045
|
+
{
|
|
2046
|
+
"kind": "variable",
|
|
2047
|
+
"name": "foundationActionsMenuTemplate",
|
|
2048
|
+
"type": {
|
|
2049
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
2050
|
+
},
|
|
2051
|
+
"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`"
|
|
2052
|
+
}
|
|
2053
|
+
],
|
|
2054
|
+
"exports": [
|
|
2055
|
+
{
|
|
2056
|
+
"kind": "js",
|
|
2057
|
+
"name": "menuTemplate",
|
|
2058
|
+
"declaration": {
|
|
2059
|
+
"name": "menuTemplate",
|
|
2060
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2061
|
+
}
|
|
2062
|
+
},
|
|
2063
|
+
{
|
|
2064
|
+
"kind": "js",
|
|
2065
|
+
"name": "singleOptionTemplate",
|
|
2066
|
+
"declaration": {
|
|
2067
|
+
"name": "singleOptionTemplate",
|
|
2068
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2069
|
+
}
|
|
2070
|
+
},
|
|
2071
|
+
{
|
|
2072
|
+
"kind": "js",
|
|
2073
|
+
"name": "foundationActionsMenuTemplate",
|
|
2074
|
+
"declaration": {
|
|
2075
|
+
"name": "foundationActionsMenuTemplate",
|
|
2076
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2077
|
+
}
|
|
2078
|
+
}
|
|
2079
|
+
]
|
|
2080
|
+
},
|
|
2081
|
+
{
|
|
2082
|
+
"kind": "javascript-module",
|
|
2083
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
2084
|
+
"declarations": [
|
|
2085
|
+
{
|
|
2086
|
+
"kind": "class",
|
|
2087
|
+
"description": "",
|
|
2088
|
+
"name": "ActionsMenu",
|
|
1932
2089
|
"members": [
|
|
1933
2090
|
{
|
|
1934
2091
|
"kind": "field",
|
|
1935
|
-
"name": "
|
|
2092
|
+
"name": "actions",
|
|
1936
2093
|
"type": {
|
|
1937
|
-
"text": "
|
|
1938
|
-
},
|
|
1939
|
-
"privacy": "public",
|
|
1940
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1941
|
-
"inheritedFrom": {
|
|
1942
|
-
"name": "Accordion",
|
|
1943
|
-
"module": "src/accordion/accordion.ts"
|
|
2094
|
+
"text": "ActionMenuItem[]"
|
|
1944
2095
|
}
|
|
1945
2096
|
},
|
|
1946
2097
|
{
|
|
1947
2098
|
"kind": "field",
|
|
1948
|
-
"name": "
|
|
2099
|
+
"name": "isVertical",
|
|
1949
2100
|
"type": {
|
|
1950
|
-
"text": "
|
|
2101
|
+
"text": "boolean"
|
|
1951
2102
|
},
|
|
1952
|
-
"
|
|
1953
|
-
"inheritedFrom": {
|
|
1954
|
-
"name": "Accordion",
|
|
1955
|
-
"module": "src/accordion/accordion.ts"
|
|
1956
|
-
}
|
|
2103
|
+
"default": "false"
|
|
1957
2104
|
},
|
|
1958
2105
|
{
|
|
1959
2106
|
"kind": "field",
|
|
1960
|
-
"name": "
|
|
2107
|
+
"name": "addDefaultActions",
|
|
1961
2108
|
"type": {
|
|
1962
|
-
"text": "
|
|
2109
|
+
"text": "boolean"
|
|
1963
2110
|
},
|
|
1964
|
-
"
|
|
1965
|
-
"default": "0",
|
|
1966
|
-
"inheritedFrom": {
|
|
1967
|
-
"name": "Accordion",
|
|
1968
|
-
"module": "src/accordion/accordion.ts"
|
|
1969
|
-
}
|
|
2111
|
+
"default": "true"
|
|
1970
2112
|
},
|
|
1971
2113
|
{
|
|
1972
2114
|
"kind": "field",
|
|
1973
|
-
"name": "
|
|
2115
|
+
"name": "autoCloseOnAction",
|
|
1974
2116
|
"type": {
|
|
1975
|
-
"text": "
|
|
2117
|
+
"text": "boolean"
|
|
1976
2118
|
},
|
|
1977
|
-
"
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
2119
|
+
"default": "true"
|
|
2120
|
+
},
|
|
2121
|
+
{
|
|
2122
|
+
"kind": "field",
|
|
2123
|
+
"name": "classNames",
|
|
2124
|
+
"type": {
|
|
2125
|
+
"text": "string"
|
|
1981
2126
|
}
|
|
1982
2127
|
},
|
|
1983
2128
|
{
|
|
1984
2129
|
"kind": "field",
|
|
1985
|
-
"name": "
|
|
1986
|
-
"
|
|
1987
|
-
|
|
1988
|
-
"name": "Accordion",
|
|
1989
|
-
"module": "src/accordion/accordion.ts"
|
|
2130
|
+
"name": "definition",
|
|
2131
|
+
"type": {
|
|
2132
|
+
"text": "any"
|
|
1990
2133
|
}
|
|
1991
2134
|
},
|
|
1992
2135
|
{
|
|
1993
|
-
"kind": "
|
|
1994
|
-
"name": "
|
|
1995
|
-
"
|
|
1996
|
-
|
|
1997
|
-
"type": {
|
|
1998
|
-
"text": "AccordionItem | null"
|
|
1999
|
-
}
|
|
2136
|
+
"kind": "field",
|
|
2137
|
+
"name": "name",
|
|
2138
|
+
"type": {
|
|
2139
|
+
"text": "string"
|
|
2000
2140
|
},
|
|
2001
|
-
"
|
|
2002
|
-
"name": "Accordion",
|
|
2003
|
-
"module": "src/accordion/accordion.ts"
|
|
2004
|
-
}
|
|
2141
|
+
"default": "'Actions'"
|
|
2005
2142
|
},
|
|
2006
2143
|
{
|
|
2007
2144
|
"kind": "field",
|
|
2008
|
-
"name": "
|
|
2009
|
-
"
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2145
|
+
"name": "open",
|
|
2146
|
+
"type": {
|
|
2147
|
+
"text": "boolean"
|
|
2148
|
+
},
|
|
2149
|
+
"default": "false"
|
|
2150
|
+
},
|
|
2151
|
+
{
|
|
2152
|
+
"kind": "field",
|
|
2153
|
+
"name": "buttonAppearance",
|
|
2154
|
+
"type": {
|
|
2155
|
+
"text": "string"
|
|
2013
2156
|
}
|
|
2014
2157
|
},
|
|
2015
2158
|
{
|
|
2016
|
-
"kind": "
|
|
2017
|
-
"name": "
|
|
2018
|
-
"
|
|
2019
|
-
|
|
2020
|
-
"type": {
|
|
2021
|
-
"text": "void"
|
|
2022
|
-
}
|
|
2159
|
+
"kind": "field",
|
|
2160
|
+
"name": "hideDisabled",
|
|
2161
|
+
"type": {
|
|
2162
|
+
"text": "boolean"
|
|
2023
2163
|
},
|
|
2024
|
-
"
|
|
2025
|
-
"name": "Accordion",
|
|
2026
|
-
"module": "src/accordion/accordion.ts"
|
|
2027
|
-
}
|
|
2164
|
+
"default": "false"
|
|
2028
2165
|
},
|
|
2029
2166
|
{
|
|
2030
2167
|
"kind": "field",
|
|
2031
|
-
"name": "
|
|
2032
|
-
"
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2168
|
+
"name": "hideMenuSingleOption",
|
|
2169
|
+
"type": {
|
|
2170
|
+
"text": "boolean"
|
|
2171
|
+
},
|
|
2172
|
+
"default": "false"
|
|
2173
|
+
},
|
|
2174
|
+
{
|
|
2175
|
+
"kind": "field",
|
|
2176
|
+
"name": "singleOption",
|
|
2177
|
+
"type": {
|
|
2178
|
+
"text": "ActionMenuItem"
|
|
2036
2179
|
}
|
|
2037
2180
|
},
|
|
2038
2181
|
{
|
|
2039
2182
|
"kind": "field",
|
|
2040
|
-
"name": "
|
|
2041
|
-
"
|
|
2042
|
-
|
|
2043
|
-
"name": "Accordion",
|
|
2044
|
-
"module": "src/accordion/accordion.ts"
|
|
2183
|
+
"name": "actionsMenu",
|
|
2184
|
+
"type": {
|
|
2185
|
+
"text": "HTMLElement"
|
|
2045
2186
|
}
|
|
2046
2187
|
},
|
|
2047
2188
|
{
|
|
2048
2189
|
"kind": "method",
|
|
2049
|
-
"name": "
|
|
2050
|
-
"privacy": "
|
|
2051
|
-
"
|
|
2052
|
-
|
|
2053
|
-
"
|
|
2190
|
+
"name": "definitionChanged",
|
|
2191
|
+
"privacy": "protected",
|
|
2192
|
+
"parameters": [
|
|
2193
|
+
{
|
|
2194
|
+
"name": "oldValue",
|
|
2195
|
+
"type": {
|
|
2196
|
+
"text": "any"
|
|
2197
|
+
}
|
|
2198
|
+
},
|
|
2199
|
+
{
|
|
2200
|
+
"name": "newValue",
|
|
2201
|
+
"type": {
|
|
2202
|
+
"text": "any"
|
|
2203
|
+
}
|
|
2054
2204
|
}
|
|
2055
|
-
|
|
2056
|
-
"inheritedFrom": {
|
|
2057
|
-
"name": "Accordion",
|
|
2058
|
-
"module": "src/accordion/accordion.ts"
|
|
2059
|
-
}
|
|
2205
|
+
]
|
|
2060
2206
|
},
|
|
2061
2207
|
{
|
|
2062
2208
|
"kind": "method",
|
|
2063
|
-
"name": "
|
|
2064
|
-
"privacy": "
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2209
|
+
"name": "openChanged",
|
|
2210
|
+
"privacy": "protected"
|
|
2211
|
+
},
|
|
2212
|
+
{
|
|
2213
|
+
"kind": "method",
|
|
2214
|
+
"name": "toggleActionsMenuVisibility"
|
|
2215
|
+
},
|
|
2216
|
+
{
|
|
2217
|
+
"kind": "method",
|
|
2218
|
+
"name": "onActionMenuItemClick",
|
|
2219
|
+
"parameters": [
|
|
2220
|
+
{
|
|
2221
|
+
"name": "callback",
|
|
2222
|
+
"type": {
|
|
2223
|
+
"text": "(rowData) => void | any"
|
|
2224
|
+
}
|
|
2225
|
+
}
|
|
2226
|
+
]
|
|
2074
2227
|
},
|
|
2075
2228
|
{
|
|
2076
2229
|
"kind": "field",
|
|
2077
|
-
"name": "
|
|
2078
|
-
"
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
}
|
|
2230
|
+
"name": "allActions",
|
|
2231
|
+
"type": {
|
|
2232
|
+
"text": "ActionMenuItem[]"
|
|
2233
|
+
},
|
|
2234
|
+
"readonly": true
|
|
2083
2235
|
},
|
|
2084
2236
|
{
|
|
2085
2237
|
"kind": "field",
|
|
2086
|
-
"name": "
|
|
2087
|
-
"
|
|
2088
|
-
"inheritedFrom": {
|
|
2089
|
-
"name": "Accordion",
|
|
2090
|
-
"module": "src/accordion/accordion.ts"
|
|
2091
|
-
}
|
|
2238
|
+
"name": "rowData",
|
|
2239
|
+
"readonly": true
|
|
2092
2240
|
},
|
|
2093
2241
|
{
|
|
2094
2242
|
"kind": "method",
|
|
2095
|
-
"name": "
|
|
2096
|
-
"privacy": "private",
|
|
2097
|
-
"return": {
|
|
2098
|
-
"type": {
|
|
2099
|
-
"text": "void"
|
|
2100
|
-
}
|
|
2101
|
-
},
|
|
2243
|
+
"name": "getLabel",
|
|
2102
2244
|
"parameters": [
|
|
2103
2245
|
{
|
|
2104
|
-
"name": "
|
|
2246
|
+
"name": "name",
|
|
2105
2247
|
"type": {
|
|
2106
|
-
"text": "
|
|
2248
|
+
"text": "string | ((rowData: any) => string)"
|
|
2107
2249
|
}
|
|
2108
2250
|
}
|
|
2109
|
-
]
|
|
2110
|
-
"inheritedFrom": {
|
|
2111
|
-
"name": "Accordion",
|
|
2112
|
-
"module": "src/accordion/accordion.ts"
|
|
2113
|
-
}
|
|
2251
|
+
]
|
|
2114
2252
|
},
|
|
2115
2253
|
{
|
|
2116
2254
|
"kind": "method",
|
|
2117
|
-
"name": "
|
|
2118
|
-
"
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
"
|
|
2255
|
+
"name": "getTemplate",
|
|
2256
|
+
"parameters": [
|
|
2257
|
+
{
|
|
2258
|
+
"name": "prefix",
|
|
2259
|
+
"type": {
|
|
2260
|
+
"text": "string"
|
|
2261
|
+
}
|
|
2122
2262
|
}
|
|
2123
|
-
|
|
2124
|
-
"inheritedFrom": {
|
|
2125
|
-
"name": "Accordion",
|
|
2126
|
-
"module": "src/accordion/accordion.ts"
|
|
2127
|
-
}
|
|
2263
|
+
]
|
|
2128
2264
|
},
|
|
2129
2265
|
{
|
|
2130
2266
|
"kind": "field",
|
|
@@ -2238,78 +2374,107 @@
|
|
|
2238
2374
|
}
|
|
2239
2375
|
}
|
|
2240
2376
|
],
|
|
2241
|
-
"
|
|
2377
|
+
"attributes": [
|
|
2242
2378
|
{
|
|
2243
|
-
"
|
|
2244
|
-
"
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2379
|
+
"name": "is-vertical",
|
|
2380
|
+
"type": {
|
|
2381
|
+
"text": "boolean"
|
|
2382
|
+
},
|
|
2383
|
+
"default": "false",
|
|
2384
|
+
"fieldName": "isVertical"
|
|
2385
|
+
},
|
|
2386
|
+
{
|
|
2387
|
+
"name": "add-default-actions",
|
|
2388
|
+
"type": {
|
|
2389
|
+
"text": "boolean"
|
|
2390
|
+
},
|
|
2391
|
+
"default": "true",
|
|
2392
|
+
"fieldName": "addDefaultActions"
|
|
2393
|
+
},
|
|
2394
|
+
{
|
|
2395
|
+
"name": "auto-close-on-action",
|
|
2396
|
+
"type": {
|
|
2397
|
+
"text": "boolean"
|
|
2398
|
+
},
|
|
2399
|
+
"default": "true",
|
|
2400
|
+
"fieldName": "autoCloseOnAction"
|
|
2401
|
+
},
|
|
2402
|
+
{
|
|
2403
|
+
"name": "name",
|
|
2404
|
+
"type": {
|
|
2405
|
+
"text": "string"
|
|
2406
|
+
},
|
|
2407
|
+
"default": "'Actions'",
|
|
2408
|
+
"fieldName": "name"
|
|
2409
|
+
},
|
|
2410
|
+
{
|
|
2411
|
+
"name": "open",
|
|
2412
|
+
"type": {
|
|
2413
|
+
"text": "boolean"
|
|
2414
|
+
},
|
|
2415
|
+
"default": "false",
|
|
2416
|
+
"fieldName": "open"
|
|
2417
|
+
},
|
|
2418
|
+
{
|
|
2419
|
+
"name": "buttonAppearance",
|
|
2420
|
+
"type": {
|
|
2421
|
+
"text": "string"
|
|
2422
|
+
},
|
|
2423
|
+
"fieldName": "buttonAppearance"
|
|
2424
|
+
},
|
|
2425
|
+
{
|
|
2426
|
+
"name": "hide-disabled",
|
|
2427
|
+
"type": {
|
|
2428
|
+
"text": "boolean"
|
|
2429
|
+
},
|
|
2430
|
+
"default": "false",
|
|
2431
|
+
"fieldName": "hideDisabled"
|
|
2432
|
+
},
|
|
2433
|
+
{
|
|
2434
|
+
"name": "hide-menu-single-option",
|
|
2435
|
+
"type": {
|
|
2436
|
+
"text": "boolean"
|
|
2437
|
+
},
|
|
2438
|
+
"default": "false",
|
|
2439
|
+
"fieldName": "hideMenuSingleOption"
|
|
2249
2440
|
}
|
|
2250
|
-
]
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
"name": "foundationAccordionShadowOptions",
|
|
2255
|
-
"type": {
|
|
2256
|
-
"text": "ShadowRootInit"
|
|
2257
|
-
},
|
|
2258
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2259
|
-
},
|
|
2260
|
-
{
|
|
2261
|
-
"kind": "variable",
|
|
2262
|
-
"name": "defaultAccordionConfig",
|
|
2263
|
-
"type": {
|
|
2264
|
-
"text": "object"
|
|
2441
|
+
],
|
|
2442
|
+
"superclass": {
|
|
2443
|
+
"name": "FoundationElement",
|
|
2444
|
+
"package": "@microsoft/fast-foundation"
|
|
2265
2445
|
},
|
|
2266
|
-
"
|
|
2446
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
2447
|
+
"customElement": true
|
|
2267
2448
|
},
|
|
2268
2449
|
{
|
|
2269
2450
|
"kind": "variable",
|
|
2270
|
-
"name": "
|
|
2271
|
-
"description": "The Foundation
|
|
2451
|
+
"name": "foundationActionsMenu",
|
|
2452
|
+
"description": "The Foundation Actions Menu",
|
|
2272
2453
|
"privacy": "public"
|
|
2273
2454
|
}
|
|
2274
2455
|
],
|
|
2275
2456
|
"exports": [
|
|
2276
2457
|
{
|
|
2277
2458
|
"kind": "js",
|
|
2278
|
-
"name": "
|
|
2279
|
-
"declaration": {
|
|
2280
|
-
"name": "Accordion",
|
|
2281
|
-
"module": "src/accordion/accordion.ts"
|
|
2282
|
-
}
|
|
2283
|
-
},
|
|
2284
|
-
{
|
|
2285
|
-
"kind": "js",
|
|
2286
|
-
"name": "foundationAccordionShadowOptions",
|
|
2287
|
-
"declaration": {
|
|
2288
|
-
"name": "foundationAccordionShadowOptions",
|
|
2289
|
-
"module": "src/accordion/accordion.ts"
|
|
2290
|
-
}
|
|
2291
|
-
},
|
|
2292
|
-
{
|
|
2293
|
-
"kind": "js",
|
|
2294
|
-
"name": "defaultAccordionConfig",
|
|
2459
|
+
"name": "ActionsMenu",
|
|
2295
2460
|
"declaration": {
|
|
2296
|
-
"name": "
|
|
2297
|
-
"module": "src/
|
|
2461
|
+
"name": "ActionsMenu",
|
|
2462
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2298
2463
|
}
|
|
2299
2464
|
},
|
|
2300
2465
|
{
|
|
2301
2466
|
"kind": "js",
|
|
2302
|
-
"name": "
|
|
2467
|
+
"name": "foundationActionsMenu",
|
|
2303
2468
|
"declaration": {
|
|
2304
|
-
"name": "
|
|
2305
|
-
"module": "src/
|
|
2469
|
+
"name": "foundationActionsMenu",
|
|
2470
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2306
2471
|
}
|
|
2307
2472
|
}
|
|
2308
2473
|
]
|
|
2309
2474
|
},
|
|
2310
2475
|
{
|
|
2311
2476
|
"kind": "javascript-module",
|
|
2312
|
-
"path": "src/
|
|
2477
|
+
"path": "src/actions-menu/index.ts",
|
|
2313
2478
|
"declarations": [],
|
|
2314
2479
|
"exports": [
|
|
2315
2480
|
{
|
|
@@ -2317,15 +2482,7 @@
|
|
|
2317
2482
|
"name": "*",
|
|
2318
2483
|
"declaration": {
|
|
2319
2484
|
"name": "*",
|
|
2320
|
-
"package": "./
|
|
2321
|
-
}
|
|
2322
|
-
},
|
|
2323
|
-
{
|
|
2324
|
-
"kind": "js",
|
|
2325
|
-
"name": "*",
|
|
2326
|
-
"declaration": {
|
|
2327
|
-
"name": "*",
|
|
2328
|
-
"package": "./accordion.styles"
|
|
2485
|
+
"package": "./actions-menu.styles"
|
|
2329
2486
|
}
|
|
2330
2487
|
},
|
|
2331
2488
|
{
|
|
@@ -2333,210 +2490,130 @@
|
|
|
2333
2490
|
"name": "*",
|
|
2334
2491
|
"declaration": {
|
|
2335
2492
|
"name": "*",
|
|
2336
|
-
"package": "./
|
|
2337
|
-
}
|
|
2338
|
-
}
|
|
2339
|
-
]
|
|
2340
|
-
},
|
|
2341
|
-
{
|
|
2342
|
-
"kind": "javascript-module",
|
|
2343
|
-
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
2344
|
-
"declarations": [
|
|
2345
|
-
{
|
|
2346
|
-
"kind": "function",
|
|
2347
|
-
"name": "actionsMenuBaseStyles",
|
|
2348
|
-
"return": {
|
|
2349
|
-
"type": {
|
|
2350
|
-
"text": "ElementStyles"
|
|
2351
|
-
}
|
|
2352
|
-
},
|
|
2353
|
-
"parameters": [
|
|
2354
|
-
{
|
|
2355
|
-
"name": "context",
|
|
2356
|
-
"type": {
|
|
2357
|
-
"text": "ElementDefinitionContext"
|
|
2358
|
-
}
|
|
2359
|
-
},
|
|
2360
|
-
{
|
|
2361
|
-
"name": "definition",
|
|
2362
|
-
"type": {
|
|
2363
|
-
"text": "FoundationElementDefinition"
|
|
2364
|
-
}
|
|
2365
|
-
}
|
|
2366
|
-
]
|
|
2367
|
-
},
|
|
2368
|
-
{
|
|
2369
|
-
"kind": "function",
|
|
2370
|
-
"name": "foundationActionsMenuStyles",
|
|
2371
|
-
"return": {
|
|
2372
|
-
"type": {
|
|
2373
|
-
"text": "ElementStyles"
|
|
2374
|
-
}
|
|
2375
|
-
},
|
|
2376
|
-
"parameters": [
|
|
2377
|
-
{
|
|
2378
|
-
"name": "context",
|
|
2379
|
-
"type": {
|
|
2380
|
-
"text": "ElementDefinitionContext"
|
|
2381
|
-
}
|
|
2382
|
-
},
|
|
2383
|
-
{
|
|
2384
|
-
"name": "definition",
|
|
2385
|
-
"type": {
|
|
2386
|
-
"text": "FoundationElementDefinition"
|
|
2387
|
-
}
|
|
2388
|
-
}
|
|
2389
|
-
]
|
|
2390
|
-
}
|
|
2391
|
-
],
|
|
2392
|
-
"exports": [
|
|
2393
|
-
{
|
|
2394
|
-
"kind": "js",
|
|
2395
|
-
"name": "actionsMenuBaseStyles",
|
|
2396
|
-
"declaration": {
|
|
2397
|
-
"name": "actionsMenuBaseStyles",
|
|
2398
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2493
|
+
"package": "./actions-menu.template"
|
|
2399
2494
|
}
|
|
2400
2495
|
},
|
|
2401
2496
|
{
|
|
2402
2497
|
"kind": "js",
|
|
2403
|
-
"name": "
|
|
2498
|
+
"name": "*",
|
|
2404
2499
|
"declaration": {
|
|
2405
|
-
"name": "
|
|
2406
|
-
"
|
|
2500
|
+
"name": "*",
|
|
2501
|
+
"package": "./actions-menu"
|
|
2407
2502
|
}
|
|
2408
2503
|
}
|
|
2409
2504
|
]
|
|
2410
2505
|
},
|
|
2411
2506
|
{
|
|
2412
2507
|
"kind": "javascript-module",
|
|
2413
|
-
"path": "src/
|
|
2508
|
+
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
2414
2509
|
"declarations": [
|
|
2415
|
-
{
|
|
2416
|
-
"kind": "function",
|
|
2417
|
-
"name": "menuTemplate",
|
|
2418
|
-
"parameters": [
|
|
2419
|
-
{
|
|
2420
|
-
"name": "prefix",
|
|
2421
|
-
"type": {
|
|
2422
|
-
"text": "string"
|
|
2423
|
-
}
|
|
2424
|
-
}
|
|
2425
|
-
]
|
|
2426
|
-
},
|
|
2427
|
-
{
|
|
2428
|
-
"kind": "function",
|
|
2429
|
-
"name": "singleOptionTemplate",
|
|
2430
|
-
"parameters": [
|
|
2431
|
-
{
|
|
2432
|
-
"name": "prefix",
|
|
2433
|
-
"type": {
|
|
2434
|
-
"text": "string"
|
|
2435
|
-
}
|
|
2436
|
-
}
|
|
2437
|
-
]
|
|
2438
|
-
},
|
|
2439
2510
|
{
|
|
2440
2511
|
"kind": "variable",
|
|
2441
|
-
"name": "
|
|
2442
|
-
"
|
|
2443
|
-
"text": "ViewTemplate<ActionsMenu>"
|
|
2444
|
-
},
|
|
2445
|
-
"default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
|
|
2512
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2513
|
+
"default": "css`\n :host {\n display: block;\n width: 800px;\n }\n\n .ai-criteria-search {\n display: flex;\n flex-direction: column;\n gap: calc(${designUnit} * 2px);\n }\n\n .ai-criteria-search-row {\n display: flex;\n flex-direction: row;\n gap: calc(${designUnit} * 2px);\n align-items: center;\n }\n\n .criteria-input {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n }\n\n .criteria-chips-inline {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n display: flex;\n align-items: center;\n gap: calc(${designUnit} * 1px);\n overflow-x: auto;\n padding: 0 calc(${designUnit} * 2px);\n background: var(--neutral-fill-input-rest);\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);\n border-radius: calc(var(--control-corner-radius) * 1px);\n scrollbar-width: none;\n }\n\n .criteria-chips-inline::-webkit-scrollbar {\n display: none;\n }\n\n .mic-icon {\n color: var(--neutral-foreground-rest);\n fill: currentColor;\n }\n\n .criteria-toggle-button,\n .criteria-clear-button {\n flex-shrink: 0;\n }\n\n .criteria-chip {\n display: inline-flex;\n align-items: center;\n flex-shrink: 0;\n gap: calc(${designUnit} * 1px);\n padding: calc(${designUnit} * 0.5px) calc(${designUnit} * 2px);\n background: var(--neutral-fill-rest);\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);\n border-radius: calc(${designUnit} * 4px);\n font-size: var(--type-ramp-minus-1-font-size);\n color: var(--neutral-foreground-rest);\n white-space: nowrap;\n }\n\n .criteria-chip-field {\n font-weight: 600;\n }\n\n .criteria-chip-operator {\n color: var(--neutral-foreground-hint, var(--neutral-foreground-rest));\n font-style: italic;\n }\n\n .criteria-chip-remove {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n width: 14px;\n height: 14px;\n padding: 0;\n margin-left: calc(${designUnit} * 0.5px);\n background: none;\n border: none;\n cursor: pointer;\n color: var(--neutral-foreground-hint, var(--neutral-foreground-rest));\n font-size: 10px;\n border-radius: 50%;\n line-height: 1;\n }\n\n .criteria-chip-remove:hover {\n background: var(--neutral-fill-hover);\n color: var(--neutral-foreground-rest);\n }\n`"
|
|
2446
2514
|
}
|
|
2447
2515
|
],
|
|
2448
2516
|
"exports": [
|
|
2449
2517
|
{
|
|
2450
2518
|
"kind": "js",
|
|
2451
|
-
"name": "
|
|
2519
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2452
2520
|
"declaration": {
|
|
2453
|
-
"name": "
|
|
2454
|
-
"module": "src/
|
|
2521
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2522
|
+
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
2455
2523
|
}
|
|
2456
|
-
}
|
|
2524
|
+
}
|
|
2525
|
+
]
|
|
2526
|
+
},
|
|
2527
|
+
{
|
|
2528
|
+
"kind": "javascript-module",
|
|
2529
|
+
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
2530
|
+
"declarations": [
|
|
2457
2531
|
{
|
|
2458
|
-
"kind": "
|
|
2459
|
-
"name": "
|
|
2460
|
-
"
|
|
2461
|
-
"
|
|
2462
|
-
|
|
2463
|
-
}
|
|
2464
|
-
}
|
|
2532
|
+
"kind": "variable",
|
|
2533
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2534
|
+
"type": {
|
|
2535
|
+
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
2536
|
+
},
|
|
2537
|
+
"default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
|
|
2538
|
+
}
|
|
2539
|
+
],
|
|
2540
|
+
"exports": [
|
|
2465
2541
|
{
|
|
2466
2542
|
"kind": "js",
|
|
2467
|
-
"name": "
|
|
2543
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2468
2544
|
"declaration": {
|
|
2469
|
-
"name": "
|
|
2470
|
-
"module": "src/
|
|
2545
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2546
|
+
"module": "src/ai-criteria-search/ai-criteria-search.template.ts"
|
|
2471
2547
|
}
|
|
2472
2548
|
}
|
|
2473
2549
|
]
|
|
2474
2550
|
},
|
|
2475
2551
|
{
|
|
2476
2552
|
"kind": "javascript-module",
|
|
2477
|
-
"path": "src/
|
|
2553
|
+
"path": "src/ai-criteria-search/ai-criteria-search.ts",
|
|
2478
2554
|
"declarations": [
|
|
2479
2555
|
{
|
|
2480
2556
|
"kind": "class",
|
|
2481
|
-
"description": "",
|
|
2482
|
-
"name": "
|
|
2557
|
+
"description": "Natural-language criteria search input with AI interpretation.",
|
|
2558
|
+
"name": "AiCriteriaSearch",
|
|
2483
2559
|
"members": [
|
|
2484
2560
|
{
|
|
2485
2561
|
"kind": "field",
|
|
2486
|
-
"name": "
|
|
2562
|
+
"name": "providerRegistry",
|
|
2487
2563
|
"type": {
|
|
2488
|
-
"text": "
|
|
2564
|
+
"text": "AIProviderRegistry"
|
|
2489
2565
|
}
|
|
2490
2566
|
},
|
|
2491
2567
|
{
|
|
2492
2568
|
"kind": "field",
|
|
2493
|
-
"name": "
|
|
2569
|
+
"name": "placeholder",
|
|
2494
2570
|
"type": {
|
|
2495
|
-
"text": "
|
|
2571
|
+
"text": "string"
|
|
2496
2572
|
},
|
|
2497
|
-
"default": "
|
|
2573
|
+
"default": "'Describe your search criteria in natural language...'"
|
|
2498
2574
|
},
|
|
2499
2575
|
{
|
|
2500
2576
|
"kind": "field",
|
|
2501
|
-
"name": "
|
|
2577
|
+
"name": "disabled",
|
|
2502
2578
|
"type": {
|
|
2503
2579
|
"text": "boolean"
|
|
2504
|
-
}
|
|
2505
|
-
"default": "true"
|
|
2580
|
+
}
|
|
2506
2581
|
},
|
|
2507
2582
|
{
|
|
2508
2583
|
"kind": "field",
|
|
2509
|
-
"name": "
|
|
2584
|
+
"name": "inputValue",
|
|
2510
2585
|
"type": {
|
|
2511
|
-
"text": "
|
|
2586
|
+
"text": "string"
|
|
2512
2587
|
},
|
|
2513
|
-
"default": "
|
|
2588
|
+
"default": "''"
|
|
2514
2589
|
},
|
|
2515
2590
|
{
|
|
2516
2591
|
"kind": "field",
|
|
2517
|
-
"name": "
|
|
2592
|
+
"name": "isInterpreting",
|
|
2518
2593
|
"type": {
|
|
2519
|
-
"text": "
|
|
2520
|
-
}
|
|
2594
|
+
"text": "boolean"
|
|
2595
|
+
},
|
|
2596
|
+
"default": "false"
|
|
2521
2597
|
},
|
|
2522
2598
|
{
|
|
2523
2599
|
"kind": "field",
|
|
2524
|
-
"name": "
|
|
2600
|
+
"name": "lastValidCriteria",
|
|
2525
2601
|
"type": {
|
|
2526
|
-
"text": "
|
|
2527
|
-
}
|
|
2602
|
+
"text": "string | null"
|
|
2603
|
+
},
|
|
2604
|
+
"default": "null"
|
|
2528
2605
|
},
|
|
2529
2606
|
{
|
|
2530
2607
|
"kind": "field",
|
|
2531
|
-
"name": "
|
|
2608
|
+
"name": "activeGroups",
|
|
2532
2609
|
"type": {
|
|
2533
|
-
"text": "
|
|
2610
|
+
"text": "CriteriaGroup[]"
|
|
2534
2611
|
},
|
|
2535
|
-
"default": "
|
|
2612
|
+
"default": "[]"
|
|
2536
2613
|
},
|
|
2537
2614
|
{
|
|
2538
2615
|
"kind": "field",
|
|
2539
|
-
"name": "
|
|
2616
|
+
"name": "showingChips",
|
|
2540
2617
|
"type": {
|
|
2541
2618
|
"text": "boolean"
|
|
2542
2619
|
},
|
|
@@ -2544,14 +2621,15 @@
|
|
|
2544
2621
|
},
|
|
2545
2622
|
{
|
|
2546
2623
|
"kind": "field",
|
|
2547
|
-
"name": "
|
|
2624
|
+
"name": "fieldMetadata",
|
|
2548
2625
|
"type": {
|
|
2549
|
-
"text": "string"
|
|
2550
|
-
}
|
|
2626
|
+
"text": "MetadataDetail[] | string[]"
|
|
2627
|
+
},
|
|
2628
|
+
"default": "[]"
|
|
2551
2629
|
},
|
|
2552
2630
|
{
|
|
2553
2631
|
"kind": "field",
|
|
2554
|
-
"name": "
|
|
2632
|
+
"name": "isRecording",
|
|
2555
2633
|
"type": {
|
|
2556
2634
|
"text": "boolean"
|
|
2557
2635
|
},
|
|
@@ -2559,102 +2637,125 @@
|
|
|
2559
2637
|
},
|
|
2560
2638
|
{
|
|
2561
2639
|
"kind": "field",
|
|
2562
|
-
"name": "
|
|
2640
|
+
"name": "textAreaRef",
|
|
2563
2641
|
"type": {
|
|
2564
|
-
"text": "
|
|
2642
|
+
"text": "HTMLTextAreaElement"
|
|
2565
2643
|
},
|
|
2566
|
-
"
|
|
2644
|
+
"privacy": "public"
|
|
2567
2645
|
},
|
|
2568
2646
|
{
|
|
2569
2647
|
"kind": "field",
|
|
2570
|
-
"name": "
|
|
2648
|
+
"name": "stopRecording",
|
|
2571
2649
|
"type": {
|
|
2572
|
-
"text": "
|
|
2573
|
-
}
|
|
2650
|
+
"text": "(() => void) | null"
|
|
2651
|
+
},
|
|
2652
|
+
"privacy": "private",
|
|
2653
|
+
"default": "null"
|
|
2574
2654
|
},
|
|
2575
2655
|
{
|
|
2576
2656
|
"kind": "field",
|
|
2577
|
-
"name": "
|
|
2657
|
+
"name": "speechApplyDebounceTimer",
|
|
2578
2658
|
"type": {
|
|
2579
|
-
"text": "
|
|
2580
|
-
}
|
|
2659
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
2660
|
+
},
|
|
2661
|
+
"privacy": "private",
|
|
2662
|
+
"default": "null"
|
|
2663
|
+
},
|
|
2664
|
+
{
|
|
2665
|
+
"kind": "field",
|
|
2666
|
+
"name": "speechAvailable",
|
|
2667
|
+
"type": {
|
|
2668
|
+
"text": "boolean"
|
|
2669
|
+
},
|
|
2670
|
+
"readonly": true
|
|
2671
|
+
},
|
|
2672
|
+
{
|
|
2673
|
+
"kind": "field",
|
|
2674
|
+
"name": "criteriaChips",
|
|
2675
|
+
"type": {
|
|
2676
|
+
"text": "CriteriaChip[]"
|
|
2677
|
+
},
|
|
2678
|
+
"readonly": true
|
|
2581
2679
|
},
|
|
2582
2680
|
{
|
|
2583
2681
|
"kind": "method",
|
|
2584
|
-
"name": "
|
|
2585
|
-
"privacy": "
|
|
2682
|
+
"name": "getFieldLabel",
|
|
2683
|
+
"privacy": "private",
|
|
2684
|
+
"return": {
|
|
2685
|
+
"type": {
|
|
2686
|
+
"text": "string"
|
|
2687
|
+
}
|
|
2688
|
+
},
|
|
2586
2689
|
"parameters": [
|
|
2587
2690
|
{
|
|
2588
|
-
"name": "
|
|
2589
|
-
"type": {
|
|
2590
|
-
"text": "any"
|
|
2591
|
-
}
|
|
2592
|
-
},
|
|
2593
|
-
{
|
|
2594
|
-
"name": "newValue",
|
|
2691
|
+
"name": "fieldName",
|
|
2595
2692
|
"type": {
|
|
2596
|
-
"text": "
|
|
2693
|
+
"text": "string"
|
|
2597
2694
|
}
|
|
2598
2695
|
}
|
|
2599
2696
|
]
|
|
2600
2697
|
},
|
|
2601
2698
|
{
|
|
2602
2699
|
"kind": "method",
|
|
2603
|
-
"name": "
|
|
2604
|
-
"
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
|
|
2700
|
+
"name": "toggleCriteriaView",
|
|
2701
|
+
"return": {
|
|
2702
|
+
"type": {
|
|
2703
|
+
"text": "void"
|
|
2704
|
+
}
|
|
2705
|
+
}
|
|
2609
2706
|
},
|
|
2610
2707
|
{
|
|
2611
2708
|
"kind": "method",
|
|
2612
|
-
"name": "
|
|
2709
|
+
"name": "removeChip",
|
|
2710
|
+
"return": {
|
|
2711
|
+
"type": {
|
|
2712
|
+
"text": "void"
|
|
2713
|
+
}
|
|
2714
|
+
},
|
|
2613
2715
|
"parameters": [
|
|
2614
2716
|
{
|
|
2615
|
-
"name": "
|
|
2717
|
+
"name": "groupIndex",
|
|
2616
2718
|
"type": {
|
|
2617
|
-
"text": "
|
|
2719
|
+
"text": "number"
|
|
2720
|
+
}
|
|
2721
|
+
},
|
|
2722
|
+
{
|
|
2723
|
+
"name": "clauseIndex",
|
|
2724
|
+
"type": {
|
|
2725
|
+
"text": "number"
|
|
2618
2726
|
}
|
|
2619
2727
|
}
|
|
2620
2728
|
]
|
|
2621
2729
|
},
|
|
2622
2730
|
{
|
|
2623
|
-
"kind": "
|
|
2624
|
-
"name": "
|
|
2625
|
-
"
|
|
2626
|
-
"
|
|
2627
|
-
|
|
2628
|
-
|
|
2731
|
+
"kind": "method",
|
|
2732
|
+
"name": "clearChips",
|
|
2733
|
+
"return": {
|
|
2734
|
+
"type": {
|
|
2735
|
+
"text": "void"
|
|
2736
|
+
}
|
|
2737
|
+
}
|
|
2629
2738
|
},
|
|
2630
2739
|
{
|
|
2631
|
-
"kind": "
|
|
2632
|
-
"name": "
|
|
2633
|
-
"readonly": true
|
|
2740
|
+
"kind": "method",
|
|
2741
|
+
"name": "handleSubmit"
|
|
2634
2742
|
},
|
|
2635
2743
|
{
|
|
2636
2744
|
"kind": "method",
|
|
2637
|
-
"name": "
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
|
|
2643
|
-
|
|
2644
|
-
|
|
2645
|
-
|
|
2745
|
+
"name": "handleBlur"
|
|
2746
|
+
},
|
|
2747
|
+
{
|
|
2748
|
+
"kind": "method",
|
|
2749
|
+
"name": "clear"
|
|
2750
|
+
},
|
|
2751
|
+
{
|
|
2752
|
+
"kind": "method",
|
|
2753
|
+
"name": "toggleSpeechInput"
|
|
2646
2754
|
},
|
|
2647
2755
|
{
|
|
2648
2756
|
"kind": "method",
|
|
2649
|
-
"name": "
|
|
2650
|
-
"
|
|
2651
|
-
{
|
|
2652
|
-
"name": "prefix",
|
|
2653
|
-
"type": {
|
|
2654
|
-
"text": "string"
|
|
2655
|
-
}
|
|
2656
|
-
}
|
|
2657
|
-
]
|
|
2757
|
+
"name": "clearSpeechApplyDebounce",
|
|
2758
|
+
"privacy": "private"
|
|
2658
2759
|
},
|
|
2659
2760
|
{
|
|
2660
2761
|
"kind": "field",
|
|
@@ -2768,115 +2869,154 @@
|
|
|
2768
2869
|
}
|
|
2769
2870
|
}
|
|
2770
2871
|
],
|
|
2771
|
-
"
|
|
2772
|
-
{
|
|
2773
|
-
"name": "is-vertical",
|
|
2774
|
-
"type": {
|
|
2775
|
-
"text": "boolean"
|
|
2776
|
-
},
|
|
2777
|
-
"default": "false",
|
|
2778
|
-
"fieldName": "isVertical"
|
|
2779
|
-
},
|
|
2780
|
-
{
|
|
2781
|
-
"name": "add-default-actions",
|
|
2782
|
-
"type": {
|
|
2783
|
-
"text": "boolean"
|
|
2784
|
-
},
|
|
2785
|
-
"default": "true",
|
|
2786
|
-
"fieldName": "addDefaultActions"
|
|
2787
|
-
},
|
|
2788
|
-
{
|
|
2789
|
-
"name": "auto-close-on-action",
|
|
2790
|
-
"type": {
|
|
2791
|
-
"text": "boolean"
|
|
2792
|
-
},
|
|
2793
|
-
"default": "true",
|
|
2794
|
-
"fieldName": "autoCloseOnAction"
|
|
2795
|
-
},
|
|
2872
|
+
"events": [
|
|
2796
2873
|
{
|
|
2797
|
-
"
|
|
2798
|
-
"
|
|
2799
|
-
"text": "string"
|
|
2800
|
-
},
|
|
2801
|
-
"default": "'Actions'",
|
|
2802
|
-
"fieldName": "name"
|
|
2874
|
+
"description": "Fired when interpreted criteria is applied or cleared",
|
|
2875
|
+
"name": "criteria-changed"
|
|
2803
2876
|
},
|
|
2804
2877
|
{
|
|
2805
|
-
"
|
|
2806
|
-
"
|
|
2807
|
-
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
"fieldName": "open"
|
|
2811
|
-
},
|
|
2878
|
+
"description": "Fired when interpreted criteria contains invalid clauses",
|
|
2879
|
+
"name": "validation-errors"
|
|
2880
|
+
}
|
|
2881
|
+
],
|
|
2882
|
+
"attributes": [
|
|
2812
2883
|
{
|
|
2813
|
-
"name": "
|
|
2884
|
+
"name": "placeholder",
|
|
2814
2885
|
"type": {
|
|
2815
2886
|
"text": "string"
|
|
2816
2887
|
},
|
|
2817
|
-
"
|
|
2818
|
-
|
|
2819
|
-
{
|
|
2820
|
-
"name": "hide-disabled",
|
|
2821
|
-
"type": {
|
|
2822
|
-
"text": "boolean"
|
|
2823
|
-
},
|
|
2824
|
-
"default": "false",
|
|
2825
|
-
"fieldName": "hideDisabled"
|
|
2888
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
2889
|
+
"fieldName": "placeholder"
|
|
2826
2890
|
},
|
|
2827
2891
|
{
|
|
2828
|
-
"name": "hide-menu-single-option",
|
|
2829
2892
|
"type": {
|
|
2830
2893
|
"text": "boolean"
|
|
2831
2894
|
},
|
|
2832
|
-
"
|
|
2833
|
-
"fieldName": "hideMenuSingleOption"
|
|
2895
|
+
"fieldName": "disabled"
|
|
2834
2896
|
}
|
|
2835
2897
|
],
|
|
2836
2898
|
"superclass": {
|
|
2837
2899
|
"name": "FoundationElement",
|
|
2838
2900
|
"package": "@microsoft/fast-foundation"
|
|
2839
2901
|
},
|
|
2840
|
-
"tagName": "%%prefix%%-
|
|
2902
|
+
"tagName": "%%prefix%%-ai-criteria-search",
|
|
2841
2903
|
"customElement": true
|
|
2842
2904
|
},
|
|
2843
2905
|
{
|
|
2844
2906
|
"kind": "variable",
|
|
2845
|
-
"name": "
|
|
2846
|
-
"
|
|
2847
|
-
|
|
2907
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2908
|
+
"type": {
|
|
2909
|
+
"text": "ShadowRootInit"
|
|
2910
|
+
},
|
|
2911
|
+
"default": "undefined"
|
|
2912
|
+
},
|
|
2913
|
+
{
|
|
2914
|
+
"kind": "variable",
|
|
2915
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2916
|
+
"type": {
|
|
2917
|
+
"text": "object"
|
|
2918
|
+
},
|
|
2919
|
+
"default": "{}"
|
|
2920
|
+
},
|
|
2921
|
+
{
|
|
2922
|
+
"kind": "variable",
|
|
2923
|
+
"name": "foundationAiCriteriaSearch"
|
|
2848
2924
|
}
|
|
2849
2925
|
],
|
|
2850
2926
|
"exports": [
|
|
2851
2927
|
{
|
|
2852
2928
|
"kind": "js",
|
|
2853
|
-
"name": "
|
|
2929
|
+
"name": "AiCriteriaSearch",
|
|
2854
2930
|
"declaration": {
|
|
2855
|
-
"name": "
|
|
2856
|
-
"module": "src/
|
|
2931
|
+
"name": "AiCriteriaSearch",
|
|
2932
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2857
2933
|
}
|
|
2858
2934
|
},
|
|
2859
2935
|
{
|
|
2860
2936
|
"kind": "js",
|
|
2861
|
-
"name": "
|
|
2937
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2862
2938
|
"declaration": {
|
|
2863
|
-
"name": "
|
|
2864
|
-
"module": "src/
|
|
2939
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2940
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2941
|
+
}
|
|
2942
|
+
},
|
|
2943
|
+
{
|
|
2944
|
+
"kind": "js",
|
|
2945
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2946
|
+
"declaration": {
|
|
2947
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2948
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2949
|
+
}
|
|
2950
|
+
},
|
|
2951
|
+
{
|
|
2952
|
+
"kind": "js",
|
|
2953
|
+
"name": "foundationAiCriteriaSearch",
|
|
2954
|
+
"declaration": {
|
|
2955
|
+
"name": "foundationAiCriteriaSearch",
|
|
2956
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2865
2957
|
}
|
|
2866
2958
|
}
|
|
2867
2959
|
]
|
|
2868
2960
|
},
|
|
2869
2961
|
{
|
|
2870
2962
|
"kind": "javascript-module",
|
|
2871
|
-
"path": "src/
|
|
2963
|
+
"path": "src/ai-criteria-search/index.ts",
|
|
2872
2964
|
"declarations": [],
|
|
2873
2965
|
"exports": [
|
|
2966
|
+
{
|
|
2967
|
+
"kind": "js",
|
|
2968
|
+
"name": "AiCriteriaSearch",
|
|
2969
|
+
"declaration": {
|
|
2970
|
+
"name": "AiCriteriaSearch",
|
|
2971
|
+
"module": "./ai-criteria-search"
|
|
2972
|
+
}
|
|
2973
|
+
},
|
|
2974
|
+
{
|
|
2975
|
+
"kind": "js",
|
|
2976
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2977
|
+
"declaration": {
|
|
2978
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2979
|
+
"module": "./ai-criteria-search"
|
|
2980
|
+
}
|
|
2981
|
+
},
|
|
2982
|
+
{
|
|
2983
|
+
"kind": "js",
|
|
2984
|
+
"name": "foundationAiCriteriaSearch",
|
|
2985
|
+
"declaration": {
|
|
2986
|
+
"name": "foundationAiCriteriaSearch",
|
|
2987
|
+
"module": "./ai-criteria-search"
|
|
2988
|
+
}
|
|
2989
|
+
},
|
|
2990
|
+
{
|
|
2991
|
+
"kind": "js",
|
|
2992
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2993
|
+
"declaration": {
|
|
2994
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2995
|
+
"module": "./ai-criteria-search"
|
|
2996
|
+
}
|
|
2997
|
+
},
|
|
2998
|
+
{
|
|
2999
|
+
"kind": "js",
|
|
3000
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
3001
|
+
"declaration": {
|
|
3002
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
3003
|
+
"module": "./ai-criteria-search.styles"
|
|
3004
|
+
}
|
|
3005
|
+
},
|
|
3006
|
+
{
|
|
3007
|
+
"kind": "js",
|
|
3008
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3009
|
+
"declaration": {
|
|
3010
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3011
|
+
"module": "./ai-criteria-search.template"
|
|
3012
|
+
}
|
|
3013
|
+
},
|
|
2874
3014
|
{
|
|
2875
3015
|
"kind": "js",
|
|
2876
3016
|
"name": "*",
|
|
2877
3017
|
"declaration": {
|
|
2878
3018
|
"name": "*",
|
|
2879
|
-
"package": "./
|
|
3019
|
+
"package": "./validation/criteria-ir"
|
|
2880
3020
|
}
|
|
2881
3021
|
},
|
|
2882
3022
|
{
|
|
@@ -2884,7 +3024,7 @@
|
|
|
2884
3024
|
"name": "*",
|
|
2885
3025
|
"declaration": {
|
|
2886
3026
|
"name": "*",
|
|
2887
|
-
"package": "./
|
|
3027
|
+
"package": "./validation/operator-map"
|
|
2888
3028
|
}
|
|
2889
3029
|
},
|
|
2890
3030
|
{
|
|
@@ -2892,64 +3032,157 @@
|
|
|
2892
3032
|
"name": "*",
|
|
2893
3033
|
"declaration": {
|
|
2894
3034
|
"name": "*",
|
|
2895
|
-
"package": "./
|
|
3035
|
+
"package": "./validation/schema-validator"
|
|
2896
3036
|
}
|
|
2897
3037
|
}
|
|
2898
3038
|
]
|
|
2899
3039
|
},
|
|
2900
3040
|
{
|
|
2901
3041
|
"kind": "javascript-module",
|
|
2902
|
-
"path": "src/ai-criteria-search/
|
|
3042
|
+
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
3043
|
+
"declarations": [
|
|
3044
|
+
{
|
|
3045
|
+
"kind": "function",
|
|
3046
|
+
"name": "formatValidationErrors",
|
|
3047
|
+
"return": {
|
|
3048
|
+
"type": {
|
|
3049
|
+
"text": "string"
|
|
3050
|
+
}
|
|
3051
|
+
},
|
|
3052
|
+
"parameters": [
|
|
3053
|
+
{
|
|
3054
|
+
"name": "errors",
|
|
3055
|
+
"type": {
|
|
3056
|
+
"text": "ValidationError[]"
|
|
3057
|
+
}
|
|
3058
|
+
}
|
|
3059
|
+
],
|
|
3060
|
+
"description": "Formats validation errors into a user-friendly message."
|
|
3061
|
+
},
|
|
3062
|
+
{
|
|
3063
|
+
"kind": "function",
|
|
3064
|
+
"name": "showCriteriaError",
|
|
3065
|
+
"return": {
|
|
3066
|
+
"type": {
|
|
3067
|
+
"text": "void"
|
|
3068
|
+
}
|
|
3069
|
+
},
|
|
3070
|
+
"parameters": [
|
|
3071
|
+
{
|
|
3072
|
+
"name": "title",
|
|
3073
|
+
"type": {
|
|
3074
|
+
"text": "string"
|
|
3075
|
+
},
|
|
3076
|
+
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
3077
|
+
},
|
|
3078
|
+
{
|
|
3079
|
+
"name": "body",
|
|
3080
|
+
"type": {
|
|
3081
|
+
"text": "string"
|
|
3082
|
+
},
|
|
3083
|
+
"description": "Error message to display"
|
|
3084
|
+
},
|
|
3085
|
+
{
|
|
3086
|
+
"name": "tagName",
|
|
3087
|
+
"type": {
|
|
3088
|
+
"text": "string"
|
|
3089
|
+
},
|
|
3090
|
+
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
3091
|
+
}
|
|
3092
|
+
],
|
|
3093
|
+
"description": "Shows a criteria error as a toast notification."
|
|
3094
|
+
}
|
|
3095
|
+
],
|
|
3096
|
+
"exports": [
|
|
3097
|
+
{
|
|
3098
|
+
"kind": "js",
|
|
3099
|
+
"name": "formatValidationErrors",
|
|
3100
|
+
"declaration": {
|
|
3101
|
+
"name": "formatValidationErrors",
|
|
3102
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3103
|
+
}
|
|
3104
|
+
},
|
|
3105
|
+
{
|
|
3106
|
+
"kind": "js",
|
|
3107
|
+
"name": "showCriteriaError",
|
|
3108
|
+
"declaration": {
|
|
3109
|
+
"name": "showCriteriaError",
|
|
3110
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3111
|
+
}
|
|
3112
|
+
}
|
|
3113
|
+
]
|
|
3114
|
+
},
|
|
3115
|
+
{
|
|
3116
|
+
"kind": "javascript-module",
|
|
3117
|
+
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
2903
3118
|
"declarations": [
|
|
2904
3119
|
{
|
|
2905
|
-
"kind": "
|
|
2906
|
-
"name": "
|
|
2907
|
-
"
|
|
3120
|
+
"kind": "function",
|
|
3121
|
+
"name": "foundationAiIndicatorStyles",
|
|
3122
|
+
"return": {
|
|
3123
|
+
"type": {
|
|
3124
|
+
"text": "ElementStyles"
|
|
3125
|
+
}
|
|
3126
|
+
},
|
|
3127
|
+
"parameters": [
|
|
3128
|
+
{
|
|
3129
|
+
"name": "context",
|
|
3130
|
+
"type": {
|
|
3131
|
+
"text": "ElementDefinitionContext"
|
|
3132
|
+
}
|
|
3133
|
+
},
|
|
3134
|
+
{
|
|
3135
|
+
"name": "definition",
|
|
3136
|
+
"type": {
|
|
3137
|
+
"text": "FoundationElementDefinition"
|
|
3138
|
+
}
|
|
3139
|
+
}
|
|
3140
|
+
]
|
|
2908
3141
|
}
|
|
2909
3142
|
],
|
|
2910
3143
|
"exports": [
|
|
2911
3144
|
{
|
|
2912
3145
|
"kind": "js",
|
|
2913
|
-
"name": "
|
|
3146
|
+
"name": "foundationAiIndicatorStyles",
|
|
2914
3147
|
"declaration": {
|
|
2915
|
-
"name": "
|
|
2916
|
-
"module": "src/ai-
|
|
3148
|
+
"name": "foundationAiIndicatorStyles",
|
|
3149
|
+
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
2917
3150
|
}
|
|
2918
3151
|
}
|
|
2919
3152
|
]
|
|
2920
3153
|
},
|
|
2921
3154
|
{
|
|
2922
3155
|
"kind": "javascript-module",
|
|
2923
|
-
"path": "src/ai-
|
|
3156
|
+
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
2924
3157
|
"declarations": [
|
|
2925
3158
|
{
|
|
2926
3159
|
"kind": "variable",
|
|
2927
|
-
"name": "
|
|
3160
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2928
3161
|
"type": {
|
|
2929
|
-
"text": "ViewTemplate<
|
|
3162
|
+
"text": "ViewTemplate<AiIndicator>"
|
|
2930
3163
|
},
|
|
2931
|
-
"default": "html`\n ${(x) =>
|
|
3164
|
+
"default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
|
|
2932
3165
|
}
|
|
2933
3166
|
],
|
|
2934
3167
|
"exports": [
|
|
2935
3168
|
{
|
|
2936
3169
|
"kind": "js",
|
|
2937
|
-
"name": "
|
|
3170
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2938
3171
|
"declaration": {
|
|
2939
|
-
"name": "
|
|
2940
|
-
"module": "src/ai-
|
|
3172
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3173
|
+
"module": "src/ai-indicator/ai-indicator.template.ts"
|
|
2941
3174
|
}
|
|
2942
3175
|
}
|
|
2943
3176
|
]
|
|
2944
3177
|
},
|
|
2945
3178
|
{
|
|
2946
3179
|
"kind": "javascript-module",
|
|
2947
|
-
"path": "src/ai-
|
|
3180
|
+
"path": "src/ai-indicator/ai-indicator.ts",
|
|
2948
3181
|
"declarations": [
|
|
2949
3182
|
{
|
|
2950
3183
|
"kind": "class",
|
|
2951
|
-
"description": "
|
|
2952
|
-
"name": "
|
|
3184
|
+
"description": "",
|
|
3185
|
+
"name": "AiIndicator",
|
|
2953
3186
|
"members": [
|
|
2954
3187
|
{
|
|
2955
3188
|
"kind": "field",
|
|
@@ -2960,54 +3193,25 @@
|
|
|
2960
3193
|
},
|
|
2961
3194
|
{
|
|
2962
3195
|
"kind": "field",
|
|
2963
|
-
"name": "
|
|
2964
|
-
"type": {
|
|
2965
|
-
"text": "string"
|
|
2966
|
-
},
|
|
2967
|
-
"default": "'Describe your search criteria in natural language...'"
|
|
2968
|
-
},
|
|
2969
|
-
{
|
|
2970
|
-
"kind": "field",
|
|
2971
|
-
"name": "disabled",
|
|
2972
|
-
"type": {
|
|
2973
|
-
"text": "boolean"
|
|
2974
|
-
}
|
|
2975
|
-
},
|
|
2976
|
-
{
|
|
2977
|
-
"kind": "field",
|
|
2978
|
-
"name": "inputValue",
|
|
2979
|
-
"type": {
|
|
2980
|
-
"text": "string"
|
|
2981
|
-
},
|
|
2982
|
-
"default": "''"
|
|
2983
|
-
},
|
|
2984
|
-
{
|
|
2985
|
-
"kind": "field",
|
|
2986
|
-
"name": "isInterpreting",
|
|
3196
|
+
"name": "aiProvider",
|
|
2987
3197
|
"type": {
|
|
2988
|
-
"text": "
|
|
3198
|
+
"text": "AIProvider | undefined"
|
|
2989
3199
|
},
|
|
2990
|
-
"
|
|
3200
|
+
"privacy": "private",
|
|
3201
|
+
"description": "The indicator reflects status for the registry's default provider only —\nper-agent provider overrides live with the assistant component, not this\ntop-level chrome.",
|
|
3202
|
+
"readonly": true
|
|
2991
3203
|
},
|
|
2992
3204
|
{
|
|
2993
3205
|
"kind": "field",
|
|
2994
|
-
"name": "
|
|
3206
|
+
"name": "status",
|
|
2995
3207
|
"type": {
|
|
2996
|
-
"text": "
|
|
3208
|
+
"text": "AIStatus | null"
|
|
2997
3209
|
},
|
|
2998
3210
|
"default": "null"
|
|
2999
3211
|
},
|
|
3000
3212
|
{
|
|
3001
3213
|
"kind": "field",
|
|
3002
|
-
"name": "
|
|
3003
|
-
"type": {
|
|
3004
|
-
"text": "CriteriaGroup[]"
|
|
3005
|
-
},
|
|
3006
|
-
"default": "[]"
|
|
3007
|
-
},
|
|
3008
|
-
{
|
|
3009
|
-
"kind": "field",
|
|
3010
|
-
"name": "showingChips",
|
|
3214
|
+
"name": "open",
|
|
3011
3215
|
"type": {
|
|
3012
3216
|
"text": "boolean"
|
|
3013
3217
|
},
|
|
@@ -3015,15 +3219,15 @@
|
|
|
3015
3219
|
},
|
|
3016
3220
|
{
|
|
3017
3221
|
"kind": "field",
|
|
3018
|
-
"name": "
|
|
3222
|
+
"name": "state",
|
|
3019
3223
|
"type": {
|
|
3020
|
-
"text": "
|
|
3224
|
+
"text": "AIIndicatorState"
|
|
3021
3225
|
},
|
|
3022
|
-
"default": "
|
|
3226
|
+
"default": "'none'"
|
|
3023
3227
|
},
|
|
3024
3228
|
{
|
|
3025
3229
|
"kind": "field",
|
|
3026
|
-
"name": "
|
|
3230
|
+
"name": "isInstalling",
|
|
3027
3231
|
"type": {
|
|
3028
3232
|
"text": "boolean"
|
|
3029
3233
|
},
|
|
@@ -3031,33 +3235,29 @@
|
|
|
3031
3235
|
},
|
|
3032
3236
|
{
|
|
3033
3237
|
"kind": "field",
|
|
3034
|
-
"name": "
|
|
3238
|
+
"name": "pollTimer",
|
|
3035
3239
|
"type": {
|
|
3036
|
-
"text": "
|
|
3240
|
+
"text": "ReturnType<typeof setInterval> | null"
|
|
3037
3241
|
},
|
|
3038
|
-
"privacy": "
|
|
3242
|
+
"privacy": "private",
|
|
3243
|
+
"default": "null"
|
|
3039
3244
|
},
|
|
3040
3245
|
{
|
|
3041
3246
|
"kind": "field",
|
|
3042
|
-
"name": "
|
|
3043
|
-
"
|
|
3044
|
-
"text": "(() => void) | null"
|
|
3045
|
-
},
|
|
3046
|
-
"privacy": "private",
|
|
3047
|
-
"default": "null"
|
|
3247
|
+
"name": "clickOutside",
|
|
3248
|
+
"privacy": "private"
|
|
3048
3249
|
},
|
|
3049
3250
|
{
|
|
3050
3251
|
"kind": "field",
|
|
3051
|
-
"name": "
|
|
3252
|
+
"name": "chromeStatusLabel",
|
|
3052
3253
|
"type": {
|
|
3053
|
-
"text": "
|
|
3254
|
+
"text": "string | null"
|
|
3054
3255
|
},
|
|
3055
|
-
"
|
|
3056
|
-
"default": "null"
|
|
3256
|
+
"readonly": true
|
|
3057
3257
|
},
|
|
3058
3258
|
{
|
|
3059
3259
|
"kind": "field",
|
|
3060
|
-
"name": "
|
|
3260
|
+
"name": "canInstall",
|
|
3061
3261
|
"type": {
|
|
3062
3262
|
"text": "boolean"
|
|
3063
3263
|
},
|
|
@@ -3065,65 +3265,69 @@
|
|
|
3065
3265
|
},
|
|
3066
3266
|
{
|
|
3067
3267
|
"kind": "field",
|
|
3068
|
-
"name": "
|
|
3268
|
+
"name": "isDownloading",
|
|
3069
3269
|
"type": {
|
|
3070
|
-
"text": "
|
|
3270
|
+
"text": "boolean"
|
|
3071
3271
|
},
|
|
3072
3272
|
"readonly": true
|
|
3073
3273
|
},
|
|
3074
3274
|
{
|
|
3075
3275
|
"kind": "method",
|
|
3076
|
-
"name": "
|
|
3077
|
-
"privacy": "private",
|
|
3276
|
+
"name": "openChanged",
|
|
3078
3277
|
"return": {
|
|
3079
3278
|
"type": {
|
|
3080
|
-
"text": "
|
|
3279
|
+
"text": "void"
|
|
3081
3280
|
}
|
|
3082
|
-
}
|
|
3281
|
+
}
|
|
3282
|
+
},
|
|
3283
|
+
{
|
|
3284
|
+
"kind": "method",
|
|
3285
|
+
"name": "handleClickOutside",
|
|
3286
|
+
"privacy": "private",
|
|
3083
3287
|
"parameters": [
|
|
3084
3288
|
{
|
|
3085
|
-
"name": "
|
|
3289
|
+
"name": "event",
|
|
3086
3290
|
"type": {
|
|
3087
|
-
"text": "
|
|
3291
|
+
"text": "MouseEvent"
|
|
3088
3292
|
}
|
|
3089
3293
|
}
|
|
3090
3294
|
]
|
|
3091
3295
|
},
|
|
3092
3296
|
{
|
|
3093
3297
|
"kind": "method",
|
|
3094
|
-
"name": "
|
|
3298
|
+
"name": "toggleDropdown"
|
|
3299
|
+
},
|
|
3300
|
+
{
|
|
3301
|
+
"kind": "method",
|
|
3302
|
+
"name": "refreshStatus",
|
|
3095
3303
|
"return": {
|
|
3096
3304
|
"type": {
|
|
3097
|
-
"text": "void"
|
|
3305
|
+
"text": "Promise<void>"
|
|
3098
3306
|
}
|
|
3099
3307
|
}
|
|
3100
3308
|
},
|
|
3101
3309
|
{
|
|
3102
3310
|
"kind": "method",
|
|
3103
|
-
"name": "
|
|
3311
|
+
"name": "deriveState",
|
|
3312
|
+
"privacy": "private",
|
|
3104
3313
|
"return": {
|
|
3105
3314
|
"type": {
|
|
3106
|
-
"text": "
|
|
3315
|
+
"text": "AIIndicatorState"
|
|
3107
3316
|
}
|
|
3108
3317
|
},
|
|
3109
3318
|
"parameters": [
|
|
3110
3319
|
{
|
|
3111
|
-
"name": "
|
|
3112
|
-
"type": {
|
|
3113
|
-
"text": "number"
|
|
3114
|
-
}
|
|
3115
|
-
},
|
|
3116
|
-
{
|
|
3117
|
-
"name": "clauseIndex",
|
|
3320
|
+
"name": "s",
|
|
3118
3321
|
"type": {
|
|
3119
|
-
"text": "
|
|
3322
|
+
"text": "AIStatus | null"
|
|
3120
3323
|
}
|
|
3121
3324
|
}
|
|
3122
3325
|
]
|
|
3123
3326
|
},
|
|
3124
3327
|
{
|
|
3125
3328
|
"kind": "method",
|
|
3126
|
-
"name": "
|
|
3329
|
+
"name": "maybeStartPolling",
|
|
3330
|
+
"privacy": "private",
|
|
3127
3331
|
"return": {
|
|
3128
3332
|
"type": {
|
|
3129
3333
|
"text": "void"
|
|
@@ -3132,24 +3336,32 @@
|
|
|
3132
3336
|
},
|
|
3133
3337
|
{
|
|
3134
3338
|
"kind": "method",
|
|
3135
|
-
"name": "
|
|
3136
|
-
|
|
3137
|
-
|
|
3138
|
-
|
|
3139
|
-
|
|
3140
|
-
|
|
3141
|
-
|
|
3142
|
-
"kind": "method",
|
|
3143
|
-
"name": "clear"
|
|
3339
|
+
"name": "startPolling",
|
|
3340
|
+
"privacy": "private",
|
|
3341
|
+
"return": {
|
|
3342
|
+
"type": {
|
|
3343
|
+
"text": "void"
|
|
3344
|
+
}
|
|
3345
|
+
}
|
|
3144
3346
|
},
|
|
3145
3347
|
{
|
|
3146
3348
|
"kind": "method",
|
|
3147
|
-
"name": "
|
|
3349
|
+
"name": "stopPolling",
|
|
3350
|
+
"privacy": "private",
|
|
3351
|
+
"return": {
|
|
3352
|
+
"type": {
|
|
3353
|
+
"text": "void"
|
|
3354
|
+
}
|
|
3355
|
+
}
|
|
3148
3356
|
},
|
|
3149
3357
|
{
|
|
3150
3358
|
"kind": "method",
|
|
3151
|
-
"name": "
|
|
3152
|
-
"
|
|
3359
|
+
"name": "onInstall",
|
|
3360
|
+
"return": {
|
|
3361
|
+
"type": {
|
|
3362
|
+
"text": "Promise<void>"
|
|
3363
|
+
}
|
|
3364
|
+
}
|
|
3153
3365
|
},
|
|
3154
3366
|
{
|
|
3155
3367
|
"kind": "field",
|
|
@@ -3259,263 +3471,145 @@
|
|
|
3259
3471
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3260
3472
|
"inheritedFrom": {
|
|
3261
3473
|
"name": "FoundationElement",
|
|
3262
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3263
|
-
}
|
|
3264
|
-
}
|
|
3265
|
-
],
|
|
3266
|
-
"
|
|
3267
|
-
|
|
3268
|
-
|
|
3269
|
-
"name": "criteria-changed"
|
|
3270
|
-
},
|
|
3271
|
-
{
|
|
3272
|
-
"description": "Fired when interpreted criteria contains invalid clauses",
|
|
3273
|
-
"name": "validation-errors"
|
|
3274
|
-
}
|
|
3275
|
-
],
|
|
3276
|
-
"attributes": [
|
|
3277
|
-
{
|
|
3278
|
-
"name": "placeholder",
|
|
3279
|
-
"type": {
|
|
3280
|
-
"text": "string"
|
|
3281
|
-
},
|
|
3282
|
-
"default": "'Describe your search criteria in natural language...'",
|
|
3283
|
-
"fieldName": "placeholder"
|
|
3284
|
-
},
|
|
3285
|
-
{
|
|
3286
|
-
"type": {
|
|
3287
|
-
"text": "boolean"
|
|
3288
|
-
},
|
|
3289
|
-
"fieldName": "disabled"
|
|
3290
|
-
}
|
|
3291
|
-
],
|
|
3292
|
-
"superclass": {
|
|
3293
|
-
"name": "FoundationElement",
|
|
3294
|
-
"package": "@microsoft/fast-foundation"
|
|
3295
|
-
},
|
|
3296
|
-
"tagName": "%%prefix%%-ai-criteria-search",
|
|
3297
|
-
"customElement": true
|
|
3298
|
-
},
|
|
3299
|
-
{
|
|
3300
|
-
"kind": "variable",
|
|
3301
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3302
|
-
"type": {
|
|
3303
|
-
"text": "ShadowRootInit"
|
|
3304
|
-
},
|
|
3305
|
-
"default": "undefined"
|
|
3306
|
-
},
|
|
3307
|
-
{
|
|
3308
|
-
"kind": "variable",
|
|
3309
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
3310
|
-
"type": {
|
|
3311
|
-
"text": "object"
|
|
3474
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3475
|
+
}
|
|
3476
|
+
}
|
|
3477
|
+
],
|
|
3478
|
+
"superclass": {
|
|
3479
|
+
"name": "FoundationElement",
|
|
3480
|
+
"package": "@microsoft/fast-foundation"
|
|
3312
3481
|
},
|
|
3313
|
-
"
|
|
3482
|
+
"tagName": "%%prefix%%-ai-indicator",
|
|
3483
|
+
"customElement": true
|
|
3314
3484
|
},
|
|
3315
3485
|
{
|
|
3316
3486
|
"kind": "variable",
|
|
3317
|
-
"name": "
|
|
3487
|
+
"name": "foundationAiIndicator"
|
|
3318
3488
|
}
|
|
3319
3489
|
],
|
|
3320
3490
|
"exports": [
|
|
3321
3491
|
{
|
|
3322
3492
|
"kind": "js",
|
|
3323
|
-
"name": "
|
|
3324
|
-
"declaration": {
|
|
3325
|
-
"name": "AiCriteriaSearch",
|
|
3326
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3327
|
-
}
|
|
3328
|
-
},
|
|
3329
|
-
{
|
|
3330
|
-
"kind": "js",
|
|
3331
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3332
|
-
"declaration": {
|
|
3333
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3334
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3335
|
-
}
|
|
3336
|
-
},
|
|
3337
|
-
{
|
|
3338
|
-
"kind": "js",
|
|
3339
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
3493
|
+
"name": "AiIndicator",
|
|
3340
3494
|
"declaration": {
|
|
3341
|
-
"name": "
|
|
3342
|
-
"module": "src/ai-
|
|
3495
|
+
"name": "AiIndicator",
|
|
3496
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3343
3497
|
}
|
|
3344
3498
|
},
|
|
3345
3499
|
{
|
|
3346
3500
|
"kind": "js",
|
|
3347
|
-
"name": "
|
|
3501
|
+
"name": "foundationAiIndicator",
|
|
3348
3502
|
"declaration": {
|
|
3349
|
-
"name": "
|
|
3350
|
-
"module": "src/ai-
|
|
3503
|
+
"name": "foundationAiIndicator",
|
|
3504
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3351
3505
|
}
|
|
3352
3506
|
}
|
|
3353
3507
|
]
|
|
3354
3508
|
},
|
|
3355
3509
|
{
|
|
3356
3510
|
"kind": "javascript-module",
|
|
3357
|
-
"path": "src/ai-
|
|
3511
|
+
"path": "src/ai-indicator/index.ts",
|
|
3358
3512
|
"declarations": [],
|
|
3359
3513
|
"exports": [
|
|
3360
3514
|
{
|
|
3361
3515
|
"kind": "js",
|
|
3362
|
-
"name": "
|
|
3363
|
-
"declaration": {
|
|
3364
|
-
"name": "AiCriteriaSearch",
|
|
3365
|
-
"module": "./ai-criteria-search"
|
|
3366
|
-
}
|
|
3367
|
-
},
|
|
3368
|
-
{
|
|
3369
|
-
"kind": "js",
|
|
3370
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
3371
|
-
"declaration": {
|
|
3372
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
3373
|
-
"module": "./ai-criteria-search"
|
|
3374
|
-
}
|
|
3375
|
-
},
|
|
3376
|
-
{
|
|
3377
|
-
"kind": "js",
|
|
3378
|
-
"name": "foundationAiCriteriaSearch",
|
|
3379
|
-
"declaration": {
|
|
3380
|
-
"name": "foundationAiCriteriaSearch",
|
|
3381
|
-
"module": "./ai-criteria-search"
|
|
3382
|
-
}
|
|
3383
|
-
},
|
|
3384
|
-
{
|
|
3385
|
-
"kind": "js",
|
|
3386
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3516
|
+
"name": "AiIndicator",
|
|
3387
3517
|
"declaration": {
|
|
3388
|
-
"name": "
|
|
3389
|
-
"module": "./ai-
|
|
3518
|
+
"name": "AiIndicator",
|
|
3519
|
+
"module": "./ai-indicator"
|
|
3390
3520
|
}
|
|
3391
3521
|
},
|
|
3392
3522
|
{
|
|
3393
3523
|
"kind": "js",
|
|
3394
|
-
"name": "
|
|
3524
|
+
"name": "foundationAiIndicator",
|
|
3395
3525
|
"declaration": {
|
|
3396
|
-
"name": "
|
|
3397
|
-
"module": "./ai-
|
|
3526
|
+
"name": "foundationAiIndicator",
|
|
3527
|
+
"module": "./ai-indicator"
|
|
3398
3528
|
}
|
|
3399
3529
|
},
|
|
3400
3530
|
{
|
|
3401
3531
|
"kind": "js",
|
|
3402
|
-
"name": "
|
|
3532
|
+
"name": "type",
|
|
3403
3533
|
"declaration": {
|
|
3404
|
-
"name": "
|
|
3405
|
-
"module": "./ai-
|
|
3534
|
+
"name": "type",
|
|
3535
|
+
"module": "./ai-indicator"
|
|
3406
3536
|
}
|
|
3407
3537
|
},
|
|
3408
3538
|
{
|
|
3409
3539
|
"kind": "js",
|
|
3410
|
-
"name": "
|
|
3540
|
+
"name": "AIIndicatorState",
|
|
3411
3541
|
"declaration": {
|
|
3412
|
-
"name": "
|
|
3413
|
-
"
|
|
3542
|
+
"name": "AIIndicatorState",
|
|
3543
|
+
"module": "./ai-indicator"
|
|
3414
3544
|
}
|
|
3415
3545
|
},
|
|
3416
3546
|
{
|
|
3417
3547
|
"kind": "js",
|
|
3418
|
-
"name": "
|
|
3548
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3419
3549
|
"declaration": {
|
|
3420
|
-
"name": "
|
|
3421
|
-
"
|
|
3550
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3551
|
+
"module": "./ai-indicator.template"
|
|
3422
3552
|
}
|
|
3423
3553
|
},
|
|
3424
3554
|
{
|
|
3425
3555
|
"kind": "js",
|
|
3426
|
-
"name": "
|
|
3556
|
+
"name": "foundationAiIndicatorStyles",
|
|
3427
3557
|
"declaration": {
|
|
3428
|
-
"name": "
|
|
3429
|
-
"
|
|
3558
|
+
"name": "foundationAiIndicatorStyles",
|
|
3559
|
+
"module": "./ai-indicator.styles"
|
|
3430
3560
|
}
|
|
3431
3561
|
}
|
|
3432
3562
|
]
|
|
3433
3563
|
},
|
|
3434
3564
|
{
|
|
3435
3565
|
"kind": "javascript-module",
|
|
3436
|
-
"path": "src/
|
|
3566
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
3437
3567
|
"declarations": [
|
|
3438
3568
|
{
|
|
3439
3569
|
"kind": "function",
|
|
3440
|
-
"name": "
|
|
3570
|
+
"name": "foundationAccordionItemStyles",
|
|
3441
3571
|
"return": {
|
|
3442
3572
|
"type": {
|
|
3443
|
-
"text": "
|
|
3573
|
+
"text": "ElementStyles"
|
|
3444
3574
|
}
|
|
3445
3575
|
},
|
|
3446
3576
|
"parameters": [
|
|
3447
3577
|
{
|
|
3448
|
-
"name": "
|
|
3578
|
+
"name": "context",
|
|
3449
3579
|
"type": {
|
|
3450
|
-
"text": "
|
|
3580
|
+
"text": "ElementDefinitionContext"
|
|
3451
3581
|
}
|
|
3452
|
-
}
|
|
3453
|
-
],
|
|
3454
|
-
"description": "Formats validation errors into a user-friendly message."
|
|
3455
|
-
},
|
|
3456
|
-
{
|
|
3457
|
-
"kind": "function",
|
|
3458
|
-
"name": "showCriteriaError",
|
|
3459
|
-
"return": {
|
|
3460
|
-
"type": {
|
|
3461
|
-
"text": "void"
|
|
3462
|
-
}
|
|
3463
|
-
},
|
|
3464
|
-
"parameters": [
|
|
3465
|
-
{
|
|
3466
|
-
"name": "title",
|
|
3467
|
-
"type": {
|
|
3468
|
-
"text": "string"
|
|
3469
|
-
},
|
|
3470
|
-
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
3471
|
-
},
|
|
3472
|
-
{
|
|
3473
|
-
"name": "body",
|
|
3474
|
-
"type": {
|
|
3475
|
-
"text": "string"
|
|
3476
|
-
},
|
|
3477
|
-
"description": "Error message to display"
|
|
3478
3582
|
},
|
|
3479
3583
|
{
|
|
3480
|
-
"name": "
|
|
3584
|
+
"name": "definition",
|
|
3481
3585
|
"type": {
|
|
3482
|
-
"text": "
|
|
3483
|
-
}
|
|
3484
|
-
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
3586
|
+
"text": "FoundationElementDefinition"
|
|
3587
|
+
}
|
|
3485
3588
|
}
|
|
3486
|
-
]
|
|
3487
|
-
"description": "Shows a criteria error as a toast notification."
|
|
3589
|
+
]
|
|
3488
3590
|
}
|
|
3489
3591
|
],
|
|
3490
3592
|
"exports": [
|
|
3491
3593
|
{
|
|
3492
3594
|
"kind": "js",
|
|
3493
|
-
"name": "
|
|
3494
|
-
"declaration": {
|
|
3495
|
-
"name": "formatValidationErrors",
|
|
3496
|
-
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3497
|
-
}
|
|
3498
|
-
},
|
|
3499
|
-
{
|
|
3500
|
-
"kind": "js",
|
|
3501
|
-
"name": "showCriteriaError",
|
|
3595
|
+
"name": "foundationAccordionItemStyles",
|
|
3502
3596
|
"declaration": {
|
|
3503
|
-
"name": "
|
|
3504
|
-
"module": "src/
|
|
3597
|
+
"name": "foundationAccordionItemStyles",
|
|
3598
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
3505
3599
|
}
|
|
3506
3600
|
}
|
|
3507
3601
|
]
|
|
3508
3602
|
},
|
|
3509
3603
|
{
|
|
3510
3604
|
"kind": "javascript-module",
|
|
3511
|
-
"path": "src/
|
|
3605
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
3512
3606
|
"declarations": [
|
|
3513
3607
|
{
|
|
3514
3608
|
"kind": "function",
|
|
3515
|
-
"name": "
|
|
3609
|
+
"name": "foundationAccordionItemTemplate",
|
|
3516
3610
|
"return": {
|
|
3517
3611
|
"type": {
|
|
3518
|
-
"text": "
|
|
3612
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
3519
3613
|
}
|
|
3520
3614
|
},
|
|
3521
3615
|
"parameters": [
|
|
@@ -3537,224 +3631,116 @@
|
|
|
3537
3631
|
"exports": [
|
|
3538
3632
|
{
|
|
3539
3633
|
"kind": "js",
|
|
3540
|
-
"name": "
|
|
3541
|
-
"declaration": {
|
|
3542
|
-
"name": "foundationAiIndicatorStyles",
|
|
3543
|
-
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
3544
|
-
}
|
|
3545
|
-
}
|
|
3546
|
-
]
|
|
3547
|
-
},
|
|
3548
|
-
{
|
|
3549
|
-
"kind": "javascript-module",
|
|
3550
|
-
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
3551
|
-
"declarations": [
|
|
3552
|
-
{
|
|
3553
|
-
"kind": "variable",
|
|
3554
|
-
"name": "foundationAiIndicatorTemplate",
|
|
3555
|
-
"type": {
|
|
3556
|
-
"text": "ViewTemplate<AiIndicator>"
|
|
3557
|
-
},
|
|
3558
|
-
"default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
|
|
3559
|
-
}
|
|
3560
|
-
],
|
|
3561
|
-
"exports": [
|
|
3562
|
-
{
|
|
3563
|
-
"kind": "js",
|
|
3564
|
-
"name": "foundationAiIndicatorTemplate",
|
|
3634
|
+
"name": "foundationAccordionItemTemplate",
|
|
3565
3635
|
"declaration": {
|
|
3566
|
-
"name": "
|
|
3567
|
-
"module": "src/
|
|
3636
|
+
"name": "foundationAccordionItemTemplate",
|
|
3637
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
3568
3638
|
}
|
|
3569
3639
|
}
|
|
3570
3640
|
]
|
|
3571
3641
|
},
|
|
3572
3642
|
{
|
|
3573
3643
|
"kind": "javascript-module",
|
|
3574
|
-
"path": "src/
|
|
3644
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
3575
3645
|
"declarations": [
|
|
3576
3646
|
{
|
|
3577
3647
|
"kind": "class",
|
|
3578
3648
|
"description": "",
|
|
3579
|
-
"name": "
|
|
3580
|
-
"
|
|
3581
|
-
|
|
3582
|
-
|
|
3583
|
-
|
|
3584
|
-
|
|
3585
|
-
|
|
3586
|
-
|
|
3587
|
-
},
|
|
3588
|
-
{
|
|
3589
|
-
"kind": "field",
|
|
3590
|
-
"name": "aiProvider",
|
|
3591
|
-
"type": {
|
|
3592
|
-
"text": "AIProvider | undefined"
|
|
3593
|
-
},
|
|
3594
|
-
"privacy": "private",
|
|
3595
|
-
"description": "The indicator reflects status for the registry's default provider only —\nper-agent provider overrides live with the assistant component, not this\ntop-level chrome.",
|
|
3596
|
-
"readonly": true
|
|
3597
|
-
},
|
|
3598
|
-
{
|
|
3599
|
-
"kind": "field",
|
|
3600
|
-
"name": "status",
|
|
3601
|
-
"type": {
|
|
3602
|
-
"text": "AIStatus | null"
|
|
3603
|
-
},
|
|
3604
|
-
"default": "null"
|
|
3605
|
-
},
|
|
3606
|
-
{
|
|
3607
|
-
"kind": "field",
|
|
3608
|
-
"name": "open",
|
|
3609
|
-
"type": {
|
|
3610
|
-
"text": "boolean"
|
|
3611
|
-
},
|
|
3612
|
-
"default": "false"
|
|
3613
|
-
},
|
|
3649
|
+
"name": "AccordionItem",
|
|
3650
|
+
"superclass": {
|
|
3651
|
+
"name": "FASTAccordionItem",
|
|
3652
|
+
"package": "@microsoft/fast-components"
|
|
3653
|
+
},
|
|
3654
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
3655
|
+
"customElement": true,
|
|
3656
|
+
"attributes": [
|
|
3614
3657
|
{
|
|
3615
|
-
"
|
|
3616
|
-
"name": "state",
|
|
3658
|
+
"name": "heading-level",
|
|
3617
3659
|
"type": {
|
|
3618
|
-
"text": "
|
|
3660
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
3619
3661
|
},
|
|
3620
|
-
"default": "
|
|
3662
|
+
"default": "2",
|
|
3663
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
3664
|
+
"fieldName": "headinglevel",
|
|
3665
|
+
"inheritedFrom": {
|
|
3666
|
+
"name": "AccordionItem",
|
|
3667
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3668
|
+
}
|
|
3621
3669
|
},
|
|
3622
3670
|
{
|
|
3623
|
-
"kind": "field",
|
|
3624
|
-
"name": "isInstalling",
|
|
3625
3671
|
"type": {
|
|
3626
3672
|
"text": "boolean"
|
|
3627
3673
|
},
|
|
3628
|
-
"default": "false"
|
|
3674
|
+
"default": "false",
|
|
3675
|
+
"description": "Expands or collapses the item.",
|
|
3676
|
+
"fieldName": "expanded",
|
|
3677
|
+
"inheritedFrom": {
|
|
3678
|
+
"name": "AccordionItem",
|
|
3679
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3680
|
+
}
|
|
3629
3681
|
},
|
|
3630
3682
|
{
|
|
3631
|
-
"
|
|
3632
|
-
"name": "pollTimer",
|
|
3683
|
+
"name": "id",
|
|
3633
3684
|
"type": {
|
|
3634
|
-
"text": "
|
|
3685
|
+
"text": "string"
|
|
3635
3686
|
},
|
|
3636
|
-
"
|
|
3637
|
-
"
|
|
3638
|
-
|
|
3639
|
-
|
|
3640
|
-
|
|
3641
|
-
|
|
3642
|
-
|
|
3643
|
-
|
|
3687
|
+
"description": "The item ID",
|
|
3688
|
+
"fieldName": "id",
|
|
3689
|
+
"inheritedFrom": {
|
|
3690
|
+
"name": "AccordionItem",
|
|
3691
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3692
|
+
}
|
|
3693
|
+
}
|
|
3694
|
+
],
|
|
3695
|
+
"members": [
|
|
3644
3696
|
{
|
|
3645
3697
|
"kind": "field",
|
|
3646
|
-
"name": "
|
|
3698
|
+
"name": "headinglevel",
|
|
3647
3699
|
"type": {
|
|
3648
|
-
"text": "
|
|
3700
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
3649
3701
|
},
|
|
3650
|
-
"
|
|
3702
|
+
"privacy": "public",
|
|
3703
|
+
"default": "2",
|
|
3704
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
3705
|
+
"inheritedFrom": {
|
|
3706
|
+
"name": "AccordionItem",
|
|
3707
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3708
|
+
}
|
|
3651
3709
|
},
|
|
3652
3710
|
{
|
|
3653
3711
|
"kind": "field",
|
|
3654
|
-
"name": "
|
|
3712
|
+
"name": "expanded",
|
|
3655
3713
|
"type": {
|
|
3656
3714
|
"text": "boolean"
|
|
3657
3715
|
},
|
|
3658
|
-
"
|
|
3716
|
+
"privacy": "public",
|
|
3717
|
+
"default": "false",
|
|
3718
|
+
"description": "Expands or collapses the item.",
|
|
3719
|
+
"inheritedFrom": {
|
|
3720
|
+
"name": "AccordionItem",
|
|
3721
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3722
|
+
}
|
|
3659
3723
|
},
|
|
3660
3724
|
{
|
|
3661
3725
|
"kind": "field",
|
|
3662
|
-
"name": "
|
|
3726
|
+
"name": "id",
|
|
3663
3727
|
"type": {
|
|
3664
|
-
"text": "
|
|
3665
|
-
},
|
|
3666
|
-
"readonly": true
|
|
3667
|
-
},
|
|
3668
|
-
{
|
|
3669
|
-
"kind": "method",
|
|
3670
|
-
"name": "openChanged",
|
|
3671
|
-
"return": {
|
|
3672
|
-
"type": {
|
|
3673
|
-
"text": "void"
|
|
3674
|
-
}
|
|
3675
|
-
}
|
|
3676
|
-
},
|
|
3677
|
-
{
|
|
3678
|
-
"kind": "method",
|
|
3679
|
-
"name": "handleClickOutside",
|
|
3680
|
-
"privacy": "private",
|
|
3681
|
-
"parameters": [
|
|
3682
|
-
{
|
|
3683
|
-
"name": "event",
|
|
3684
|
-
"type": {
|
|
3685
|
-
"text": "MouseEvent"
|
|
3686
|
-
}
|
|
3687
|
-
}
|
|
3688
|
-
]
|
|
3689
|
-
},
|
|
3690
|
-
{
|
|
3691
|
-
"kind": "method",
|
|
3692
|
-
"name": "toggleDropdown"
|
|
3693
|
-
},
|
|
3694
|
-
{
|
|
3695
|
-
"kind": "method",
|
|
3696
|
-
"name": "refreshStatus",
|
|
3697
|
-
"return": {
|
|
3698
|
-
"type": {
|
|
3699
|
-
"text": "Promise<void>"
|
|
3700
|
-
}
|
|
3701
|
-
}
|
|
3702
|
-
},
|
|
3703
|
-
{
|
|
3704
|
-
"kind": "method",
|
|
3705
|
-
"name": "deriveState",
|
|
3706
|
-
"privacy": "private",
|
|
3707
|
-
"return": {
|
|
3708
|
-
"type": {
|
|
3709
|
-
"text": "AIIndicatorState"
|
|
3710
|
-
}
|
|
3728
|
+
"text": "string"
|
|
3711
3729
|
},
|
|
3712
|
-
"
|
|
3713
|
-
|
|
3714
|
-
|
|
3715
|
-
|
|
3716
|
-
|
|
3717
|
-
}
|
|
3718
|
-
}
|
|
3719
|
-
]
|
|
3720
|
-
},
|
|
3721
|
-
{
|
|
3722
|
-
"kind": "method",
|
|
3723
|
-
"name": "maybeStartPolling",
|
|
3724
|
-
"privacy": "private",
|
|
3725
|
-
"return": {
|
|
3726
|
-
"type": {
|
|
3727
|
-
"text": "void"
|
|
3728
|
-
}
|
|
3729
|
-
}
|
|
3730
|
-
},
|
|
3731
|
-
{
|
|
3732
|
-
"kind": "method",
|
|
3733
|
-
"name": "startPolling",
|
|
3734
|
-
"privacy": "private",
|
|
3735
|
-
"return": {
|
|
3736
|
-
"type": {
|
|
3737
|
-
"text": "void"
|
|
3738
|
-
}
|
|
3730
|
+
"privacy": "public",
|
|
3731
|
+
"description": "The item ID",
|
|
3732
|
+
"inheritedFrom": {
|
|
3733
|
+
"name": "AccordionItem",
|
|
3734
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3739
3735
|
}
|
|
3740
3736
|
},
|
|
3741
3737
|
{
|
|
3742
|
-
"kind": "
|
|
3743
|
-
"name": "
|
|
3738
|
+
"kind": "field",
|
|
3739
|
+
"name": "change",
|
|
3744
3740
|
"privacy": "private",
|
|
3745
|
-
"
|
|
3746
|
-
"
|
|
3747
|
-
|
|
3748
|
-
}
|
|
3749
|
-
}
|
|
3750
|
-
},
|
|
3751
|
-
{
|
|
3752
|
-
"kind": "method",
|
|
3753
|
-
"name": "onInstall",
|
|
3754
|
-
"return": {
|
|
3755
|
-
"type": {
|
|
3756
|
-
"text": "Promise<void>"
|
|
3757
|
-
}
|
|
3741
|
+
"inheritedFrom": {
|
|
3742
|
+
"name": "AccordionItem",
|
|
3743
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3758
3744
|
}
|
|
3759
3745
|
},
|
|
3760
3746
|
{
|
|
@@ -3869,88 +3855,102 @@
|
|
|
3869
3855
|
}
|
|
3870
3856
|
}
|
|
3871
3857
|
],
|
|
3872
|
-
"
|
|
3873
|
-
|
|
3874
|
-
|
|
3858
|
+
"events": [
|
|
3859
|
+
{
|
|
3860
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
3861
|
+
"name": "change",
|
|
3862
|
+
"inheritedFrom": {
|
|
3863
|
+
"name": "AccordionItem",
|
|
3864
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3865
|
+
}
|
|
3866
|
+
}
|
|
3867
|
+
]
|
|
3868
|
+
},
|
|
3869
|
+
{
|
|
3870
|
+
"kind": "variable",
|
|
3871
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
3872
|
+
"type": {
|
|
3873
|
+
"text": "ShadowRootInit"
|
|
3875
3874
|
},
|
|
3876
|
-
"
|
|
3877
|
-
"customElement": true
|
|
3875
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3878
3876
|
},
|
|
3879
3877
|
{
|
|
3880
3878
|
"kind": "variable",
|
|
3881
|
-
"name": "
|
|
3879
|
+
"name": "defaultAccordionItemConfig",
|
|
3880
|
+
"type": {
|
|
3881
|
+
"text": "object"
|
|
3882
|
+
},
|
|
3883
|
+
"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}"
|
|
3884
|
+
},
|
|
3885
|
+
{
|
|
3886
|
+
"kind": "variable",
|
|
3887
|
+
"name": "foundationAccordionItem",
|
|
3888
|
+
"description": "The Foundation Accordion Item",
|
|
3889
|
+
"privacy": "public"
|
|
3882
3890
|
}
|
|
3883
3891
|
],
|
|
3884
3892
|
"exports": [
|
|
3885
3893
|
{
|
|
3886
3894
|
"kind": "js",
|
|
3887
|
-
"name": "
|
|
3895
|
+
"name": "AccordionItem",
|
|
3888
3896
|
"declaration": {
|
|
3889
|
-
"name": "
|
|
3890
|
-
"module": "src/
|
|
3897
|
+
"name": "AccordionItem",
|
|
3898
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3891
3899
|
}
|
|
3892
3900
|
},
|
|
3893
3901
|
{
|
|
3894
3902
|
"kind": "js",
|
|
3895
|
-
"name": "
|
|
3896
|
-
"declaration": {
|
|
3897
|
-
"name": "foundationAiIndicator",
|
|
3898
|
-
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3899
|
-
}
|
|
3900
|
-
}
|
|
3901
|
-
]
|
|
3902
|
-
},
|
|
3903
|
-
{
|
|
3904
|
-
"kind": "javascript-module",
|
|
3905
|
-
"path": "src/ai-indicator/index.ts",
|
|
3906
|
-
"declarations": [],
|
|
3907
|
-
"exports": [
|
|
3908
|
-
{
|
|
3909
|
-
"kind": "js",
|
|
3910
|
-
"name": "AiIndicator",
|
|
3903
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
3911
3904
|
"declaration": {
|
|
3912
|
-
"name": "
|
|
3913
|
-
"module": "
|
|
3905
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
3906
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3914
3907
|
}
|
|
3915
3908
|
},
|
|
3916
3909
|
{
|
|
3917
3910
|
"kind": "js",
|
|
3918
|
-
"name": "
|
|
3911
|
+
"name": "defaultAccordionItemConfig",
|
|
3919
3912
|
"declaration": {
|
|
3920
|
-
"name": "
|
|
3921
|
-
"module": "
|
|
3913
|
+
"name": "defaultAccordionItemConfig",
|
|
3914
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3922
3915
|
}
|
|
3923
3916
|
},
|
|
3924
3917
|
{
|
|
3925
3918
|
"kind": "js",
|
|
3926
|
-
"name": "
|
|
3919
|
+
"name": "foundationAccordionItem",
|
|
3927
3920
|
"declaration": {
|
|
3928
|
-
"name": "
|
|
3929
|
-
"module": "
|
|
3921
|
+
"name": "foundationAccordionItem",
|
|
3922
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3930
3923
|
}
|
|
3931
|
-
}
|
|
3924
|
+
}
|
|
3925
|
+
]
|
|
3926
|
+
},
|
|
3927
|
+
{
|
|
3928
|
+
"kind": "javascript-module",
|
|
3929
|
+
"path": "src/accordion-item/index.ts",
|
|
3930
|
+
"declarations": [],
|
|
3931
|
+
"exports": [
|
|
3932
3932
|
{
|
|
3933
3933
|
"kind": "js",
|
|
3934
|
-
"name": "
|
|
3934
|
+
"name": "*",
|
|
3935
3935
|
"declaration": {
|
|
3936
|
-
"name": "
|
|
3937
|
-
"
|
|
3936
|
+
"name": "*",
|
|
3937
|
+
"package": "./accordion-item.template"
|
|
3938
3938
|
}
|
|
3939
3939
|
},
|
|
3940
3940
|
{
|
|
3941
3941
|
"kind": "js",
|
|
3942
|
-
"name": "
|
|
3942
|
+
"name": "*",
|
|
3943
3943
|
"declaration": {
|
|
3944
|
-
"name": "
|
|
3945
|
-
"
|
|
3944
|
+
"name": "*",
|
|
3945
|
+
"package": "./accordion-item.styles"
|
|
3946
3946
|
}
|
|
3947
3947
|
},
|
|
3948
3948
|
{
|
|
3949
3949
|
"kind": "js",
|
|
3950
|
-
"name": "
|
|
3950
|
+
"name": "*",
|
|
3951
3951
|
"declaration": {
|
|
3952
|
-
"name": "
|
|
3953
|
-
"
|
|
3952
|
+
"name": "*",
|
|
3953
|
+
"package": "./accordion-item"
|
|
3954
3954
|
}
|
|
3955
3955
|
}
|
|
3956
3956
|
]
|