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