@genesislcap/foundation-ui 14.427.0 → 14.427.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +660 -660
- package/dist/dts/react.d.ts +12 -12
- package/dist/react.cjs +9 -9
- package/dist/react.mjs +6 -6
- package/package.json +19 -19
|
@@ -1400,42 +1400,34 @@
|
|
|
1400
1400
|
},
|
|
1401
1401
|
{
|
|
1402
1402
|
"kind": "javascript-module",
|
|
1403
|
-
"path": "src/
|
|
1404
|
-
"declarations": [
|
|
1405
|
-
"exports": [
|
|
1406
|
-
{
|
|
1407
|
-
"kind": "js",
|
|
1408
|
-
"name": "*",
|
|
1409
|
-
"declaration": {
|
|
1410
|
-
"name": "*",
|
|
1411
|
-
"package": "./styles"
|
|
1412
|
-
}
|
|
1413
|
-
},
|
|
1403
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1404
|
+
"declarations": [
|
|
1414
1405
|
{
|
|
1415
|
-
"kind": "
|
|
1416
|
-
"name": "
|
|
1417
|
-
"
|
|
1418
|
-
"
|
|
1419
|
-
|
|
1420
|
-
|
|
1406
|
+
"kind": "function",
|
|
1407
|
+
"name": "actionsMenuBaseStyles",
|
|
1408
|
+
"return": {
|
|
1409
|
+
"type": {
|
|
1410
|
+
"text": "ElementStyles"
|
|
1411
|
+
}
|
|
1412
|
+
},
|
|
1413
|
+
"parameters": [
|
|
1414
|
+
{
|
|
1415
|
+
"name": "context",
|
|
1416
|
+
"type": {
|
|
1417
|
+
"text": "ElementDefinitionContext"
|
|
1418
|
+
}
|
|
1419
|
+
},
|
|
1420
|
+
{
|
|
1421
|
+
"name": "definition",
|
|
1422
|
+
"type": {
|
|
1423
|
+
"text": "FoundationElementDefinition"
|
|
1424
|
+
}
|
|
1425
|
+
}
|
|
1426
|
+
]
|
|
1421
1427
|
},
|
|
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",
|
|
1435
|
-
"declarations": [
|
|
1436
1428
|
{
|
|
1437
1429
|
"kind": "function",
|
|
1438
|
-
"name": "
|
|
1430
|
+
"name": "foundationActionsMenuStyles",
|
|
1439
1431
|
"return": {
|
|
1440
1432
|
"type": {
|
|
1441
1433
|
"text": "ElementStyles"
|
|
@@ -1460,277 +1452,269 @@
|
|
|
1460
1452
|
"exports": [
|
|
1461
1453
|
{
|
|
1462
1454
|
"kind": "js",
|
|
1463
|
-
"name": "
|
|
1455
|
+
"name": "actionsMenuBaseStyles",
|
|
1464
1456
|
"declaration": {
|
|
1465
|
-
"name": "
|
|
1466
|
-
"module": "src/
|
|
1457
|
+
"name": "actionsMenuBaseStyles",
|
|
1458
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1459
|
+
}
|
|
1460
|
+
},
|
|
1461
|
+
{
|
|
1462
|
+
"kind": "js",
|
|
1463
|
+
"name": "foundationActionsMenuStyles",
|
|
1464
|
+
"declaration": {
|
|
1465
|
+
"name": "foundationActionsMenuStyles",
|
|
1466
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1467
1467
|
}
|
|
1468
1468
|
}
|
|
1469
1469
|
]
|
|
1470
1470
|
},
|
|
1471
1471
|
{
|
|
1472
1472
|
"kind": "javascript-module",
|
|
1473
|
-
"path": "src/
|
|
1473
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1474
1474
|
"declarations": [
|
|
1475
1475
|
{
|
|
1476
1476
|
"kind": "function",
|
|
1477
|
-
"name": "
|
|
1478
|
-
"return": {
|
|
1479
|
-
"type": {
|
|
1480
|
-
"text": "ViewTemplate<Accordion>"
|
|
1481
|
-
}
|
|
1482
|
-
},
|
|
1477
|
+
"name": "menuTemplate",
|
|
1483
1478
|
"parameters": [
|
|
1484
1479
|
{
|
|
1485
|
-
"name": "
|
|
1480
|
+
"name": "prefix",
|
|
1486
1481
|
"type": {
|
|
1487
|
-
"text": "
|
|
1482
|
+
"text": "string"
|
|
1488
1483
|
}
|
|
1489
|
-
}
|
|
1484
|
+
}
|
|
1485
|
+
]
|
|
1486
|
+
},
|
|
1487
|
+
{
|
|
1488
|
+
"kind": "function",
|
|
1489
|
+
"name": "singleOptionTemplate",
|
|
1490
|
+
"parameters": [
|
|
1490
1491
|
{
|
|
1491
|
-
"name": "
|
|
1492
|
+
"name": "prefix",
|
|
1492
1493
|
"type": {
|
|
1493
|
-
"text": "
|
|
1494
|
+
"text": "string"
|
|
1494
1495
|
}
|
|
1495
1496
|
}
|
|
1496
1497
|
]
|
|
1498
|
+
},
|
|
1499
|
+
{
|
|
1500
|
+
"kind": "variable",
|
|
1501
|
+
"name": "foundationActionsMenuTemplate",
|
|
1502
|
+
"type": {
|
|
1503
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
1504
|
+
},
|
|
1505
|
+
"default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
|
|
1497
1506
|
}
|
|
1498
1507
|
],
|
|
1499
1508
|
"exports": [
|
|
1500
1509
|
{
|
|
1501
1510
|
"kind": "js",
|
|
1502
|
-
"name": "
|
|
1511
|
+
"name": "menuTemplate",
|
|
1503
1512
|
"declaration": {
|
|
1504
|
-
"name": "
|
|
1505
|
-
"module": "src/
|
|
1513
|
+
"name": "menuTemplate",
|
|
1514
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1515
|
+
}
|
|
1516
|
+
},
|
|
1517
|
+
{
|
|
1518
|
+
"kind": "js",
|
|
1519
|
+
"name": "singleOptionTemplate",
|
|
1520
|
+
"declaration": {
|
|
1521
|
+
"name": "singleOptionTemplate",
|
|
1522
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1523
|
+
}
|
|
1524
|
+
},
|
|
1525
|
+
{
|
|
1526
|
+
"kind": "js",
|
|
1527
|
+
"name": "foundationActionsMenuTemplate",
|
|
1528
|
+
"declaration": {
|
|
1529
|
+
"name": "foundationActionsMenuTemplate",
|
|
1530
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1506
1531
|
}
|
|
1507
1532
|
}
|
|
1508
1533
|
]
|
|
1509
1534
|
},
|
|
1510
1535
|
{
|
|
1511
1536
|
"kind": "javascript-module",
|
|
1512
|
-
"path": "src/
|
|
1537
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
1513
1538
|
"declarations": [
|
|
1514
1539
|
{
|
|
1515
1540
|
"kind": "class",
|
|
1516
1541
|
"description": "",
|
|
1517
|
-
"name": "
|
|
1518
|
-
"
|
|
1519
|
-
"name": "FASTAccordion",
|
|
1520
|
-
"package": "@microsoft/fast-foundation"
|
|
1521
|
-
},
|
|
1522
|
-
"tagName": "%%prefix%%-accordion",
|
|
1523
|
-
"customElement": true,
|
|
1524
|
-
"attributes": [
|
|
1542
|
+
"name": "ActionsMenu",
|
|
1543
|
+
"members": [
|
|
1525
1544
|
{
|
|
1526
|
-
"
|
|
1545
|
+
"kind": "field",
|
|
1546
|
+
"name": "actions",
|
|
1527
1547
|
"type": {
|
|
1528
|
-
"text": "
|
|
1529
|
-
},
|
|
1530
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1531
|
-
"fieldName": "expandmode",
|
|
1532
|
-
"inheritedFrom": {
|
|
1533
|
-
"name": "Accordion",
|
|
1534
|
-
"module": "src/accordion/accordion.ts"
|
|
1548
|
+
"text": "ActionMenuItem[]"
|
|
1535
1549
|
}
|
|
1536
|
-
}
|
|
1537
|
-
],
|
|
1538
|
-
"members": [
|
|
1550
|
+
},
|
|
1539
1551
|
{
|
|
1540
1552
|
"kind": "field",
|
|
1541
|
-
"name": "
|
|
1553
|
+
"name": "isVertical",
|
|
1542
1554
|
"type": {
|
|
1543
|
-
"text": "
|
|
1555
|
+
"text": "boolean"
|
|
1544
1556
|
},
|
|
1545
|
-
"
|
|
1546
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1547
|
-
"inheritedFrom": {
|
|
1548
|
-
"name": "Accordion",
|
|
1549
|
-
"module": "src/accordion/accordion.ts"
|
|
1550
|
-
}
|
|
1557
|
+
"default": "false"
|
|
1551
1558
|
},
|
|
1552
1559
|
{
|
|
1553
1560
|
"kind": "field",
|
|
1554
|
-
"name": "
|
|
1561
|
+
"name": "addDefaultActions",
|
|
1555
1562
|
"type": {
|
|
1556
|
-
"text": "
|
|
1563
|
+
"text": "boolean"
|
|
1557
1564
|
},
|
|
1558
|
-
"
|
|
1559
|
-
"inheritedFrom": {
|
|
1560
|
-
"name": "Accordion",
|
|
1561
|
-
"module": "src/accordion/accordion.ts"
|
|
1562
|
-
}
|
|
1565
|
+
"default": "true"
|
|
1563
1566
|
},
|
|
1564
1567
|
{
|
|
1565
1568
|
"kind": "field",
|
|
1566
|
-
"name": "
|
|
1569
|
+
"name": "autoCloseOnAction",
|
|
1567
1570
|
"type": {
|
|
1568
|
-
"text": "
|
|
1571
|
+
"text": "boolean"
|
|
1569
1572
|
},
|
|
1570
|
-
"
|
|
1571
|
-
"default": "0",
|
|
1572
|
-
"inheritedFrom": {
|
|
1573
|
-
"name": "Accordion",
|
|
1574
|
-
"module": "src/accordion/accordion.ts"
|
|
1575
|
-
}
|
|
1573
|
+
"default": "true"
|
|
1576
1574
|
},
|
|
1577
1575
|
{
|
|
1578
1576
|
"kind": "field",
|
|
1579
|
-
"name": "
|
|
1577
|
+
"name": "classNames",
|
|
1580
1578
|
"type": {
|
|
1581
|
-
"text": "
|
|
1582
|
-
},
|
|
1583
|
-
"privacy": "private",
|
|
1584
|
-
"inheritedFrom": {
|
|
1585
|
-
"name": "Accordion",
|
|
1586
|
-
"module": "src/accordion/accordion.ts"
|
|
1579
|
+
"text": "string"
|
|
1587
1580
|
}
|
|
1588
1581
|
},
|
|
1589
1582
|
{
|
|
1590
1583
|
"kind": "field",
|
|
1591
|
-
"name": "
|
|
1592
|
-
"
|
|
1593
|
-
|
|
1594
|
-
"name": "Accordion",
|
|
1595
|
-
"module": "src/accordion/accordion.ts"
|
|
1584
|
+
"name": "definition",
|
|
1585
|
+
"type": {
|
|
1586
|
+
"text": "any"
|
|
1596
1587
|
}
|
|
1597
1588
|
},
|
|
1598
1589
|
{
|
|
1599
|
-
"kind": "
|
|
1600
|
-
"name": "
|
|
1601
|
-
"
|
|
1602
|
-
|
|
1603
|
-
"type": {
|
|
1604
|
-
"text": "AccordionItem | null"
|
|
1605
|
-
}
|
|
1590
|
+
"kind": "field",
|
|
1591
|
+
"name": "name",
|
|
1592
|
+
"type": {
|
|
1593
|
+
"text": "string"
|
|
1606
1594
|
},
|
|
1607
|
-
"
|
|
1608
|
-
"name": "Accordion",
|
|
1609
|
-
"module": "src/accordion/accordion.ts"
|
|
1610
|
-
}
|
|
1595
|
+
"default": "'Actions'"
|
|
1611
1596
|
},
|
|
1612
1597
|
{
|
|
1613
1598
|
"kind": "field",
|
|
1614
|
-
"name": "
|
|
1615
|
-
"
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1599
|
+
"name": "open",
|
|
1600
|
+
"type": {
|
|
1601
|
+
"text": "boolean"
|
|
1602
|
+
},
|
|
1603
|
+
"default": "false"
|
|
1604
|
+
},
|
|
1605
|
+
{
|
|
1606
|
+
"kind": "field",
|
|
1607
|
+
"name": "buttonAppearance",
|
|
1608
|
+
"type": {
|
|
1609
|
+
"text": "string"
|
|
1619
1610
|
}
|
|
1620
1611
|
},
|
|
1621
1612
|
{
|
|
1622
|
-
"kind": "
|
|
1623
|
-
"name": "
|
|
1624
|
-
"
|
|
1625
|
-
|
|
1626
|
-
"type": {
|
|
1627
|
-
"text": "void"
|
|
1628
|
-
}
|
|
1613
|
+
"kind": "field",
|
|
1614
|
+
"name": "hideDisabled",
|
|
1615
|
+
"type": {
|
|
1616
|
+
"text": "boolean"
|
|
1629
1617
|
},
|
|
1630
|
-
"
|
|
1631
|
-
"name": "Accordion",
|
|
1632
|
-
"module": "src/accordion/accordion.ts"
|
|
1633
|
-
}
|
|
1618
|
+
"default": "false"
|
|
1634
1619
|
},
|
|
1635
1620
|
{
|
|
1636
1621
|
"kind": "field",
|
|
1637
|
-
"name": "
|
|
1638
|
-
"
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1622
|
+
"name": "hideMenuSingleOption",
|
|
1623
|
+
"type": {
|
|
1624
|
+
"text": "boolean"
|
|
1625
|
+
},
|
|
1626
|
+
"default": "false"
|
|
1627
|
+
},
|
|
1628
|
+
{
|
|
1629
|
+
"kind": "field",
|
|
1630
|
+
"name": "singleOption",
|
|
1631
|
+
"type": {
|
|
1632
|
+
"text": "ActionMenuItem"
|
|
1642
1633
|
}
|
|
1643
1634
|
},
|
|
1644
1635
|
{
|
|
1645
1636
|
"kind": "field",
|
|
1646
|
-
"name": "
|
|
1647
|
-
"
|
|
1648
|
-
|
|
1649
|
-
"name": "Accordion",
|
|
1650
|
-
"module": "src/accordion/accordion.ts"
|
|
1637
|
+
"name": "actionsMenu",
|
|
1638
|
+
"type": {
|
|
1639
|
+
"text": "HTMLElement"
|
|
1651
1640
|
}
|
|
1652
1641
|
},
|
|
1653
1642
|
{
|
|
1654
1643
|
"kind": "method",
|
|
1655
|
-
"name": "
|
|
1656
|
-
"privacy": "
|
|
1657
|
-
"
|
|
1658
|
-
|
|
1659
|
-
"
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1644
|
+
"name": "definitionChanged",
|
|
1645
|
+
"privacy": "protected",
|
|
1646
|
+
"parameters": [
|
|
1647
|
+
{
|
|
1648
|
+
"name": "oldValue",
|
|
1649
|
+
"type": {
|
|
1650
|
+
"text": "any"
|
|
1651
|
+
}
|
|
1652
|
+
},
|
|
1653
|
+
{
|
|
1654
|
+
"name": "newValue",
|
|
1655
|
+
"type": {
|
|
1656
|
+
"text": "any"
|
|
1657
|
+
}
|
|
1658
|
+
}
|
|
1659
|
+
]
|
|
1660
|
+
},
|
|
1661
|
+
{
|
|
1662
|
+
"kind": "method",
|
|
1663
|
+
"name": "openChanged",
|
|
1664
|
+
"privacy": "protected"
|
|
1665
|
+
},
|
|
1666
|
+
{
|
|
1667
|
+
"kind": "method",
|
|
1668
|
+
"name": "toggleActionsMenuVisibility"
|
|
1666
1669
|
},
|
|
1667
1670
|
{
|
|
1668
1671
|
"kind": "method",
|
|
1669
|
-
"name": "
|
|
1670
|
-
"
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
"
|
|
1672
|
+
"name": "onActionMenuItemClick",
|
|
1673
|
+
"parameters": [
|
|
1674
|
+
{
|
|
1675
|
+
"name": "callback",
|
|
1676
|
+
"type": {
|
|
1677
|
+
"text": "(rowData) => void | any"
|
|
1678
|
+
}
|
|
1674
1679
|
}
|
|
1675
|
-
|
|
1676
|
-
"inheritedFrom": {
|
|
1677
|
-
"name": "Accordion",
|
|
1678
|
-
"module": "src/accordion/accordion.ts"
|
|
1679
|
-
}
|
|
1680
|
+
]
|
|
1680
1681
|
},
|
|
1681
1682
|
{
|
|
1682
1683
|
"kind": "field",
|
|
1683
|
-
"name": "
|
|
1684
|
-
"
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
}
|
|
1684
|
+
"name": "allActions",
|
|
1685
|
+
"type": {
|
|
1686
|
+
"text": "ActionMenuItem[]"
|
|
1687
|
+
},
|
|
1688
|
+
"readonly": true
|
|
1689
1689
|
},
|
|
1690
1690
|
{
|
|
1691
1691
|
"kind": "field",
|
|
1692
|
-
"name": "
|
|
1693
|
-
"
|
|
1694
|
-
"inheritedFrom": {
|
|
1695
|
-
"name": "Accordion",
|
|
1696
|
-
"module": "src/accordion/accordion.ts"
|
|
1697
|
-
}
|
|
1692
|
+
"name": "rowData",
|
|
1693
|
+
"readonly": true
|
|
1698
1694
|
},
|
|
1699
1695
|
{
|
|
1700
1696
|
"kind": "method",
|
|
1701
|
-
"name": "
|
|
1702
|
-
"privacy": "private",
|
|
1703
|
-
"return": {
|
|
1704
|
-
"type": {
|
|
1705
|
-
"text": "void"
|
|
1706
|
-
}
|
|
1707
|
-
},
|
|
1697
|
+
"name": "getLabel",
|
|
1708
1698
|
"parameters": [
|
|
1709
1699
|
{
|
|
1710
|
-
"name": "
|
|
1700
|
+
"name": "name",
|
|
1711
1701
|
"type": {
|
|
1712
|
-
"text": "
|
|
1702
|
+
"text": "string | ((rowData: any) => string)"
|
|
1713
1703
|
}
|
|
1714
1704
|
}
|
|
1715
|
-
]
|
|
1716
|
-
"inheritedFrom": {
|
|
1717
|
-
"name": "Accordion",
|
|
1718
|
-
"module": "src/accordion/accordion.ts"
|
|
1719
|
-
}
|
|
1705
|
+
]
|
|
1720
1706
|
},
|
|
1721
1707
|
{
|
|
1722
1708
|
"kind": "method",
|
|
1723
|
-
"name": "
|
|
1724
|
-
"
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
"
|
|
1709
|
+
"name": "getTemplate",
|
|
1710
|
+
"parameters": [
|
|
1711
|
+
{
|
|
1712
|
+
"name": "prefix",
|
|
1713
|
+
"type": {
|
|
1714
|
+
"text": "string"
|
|
1715
|
+
}
|
|
1728
1716
|
}
|
|
1729
|
-
|
|
1730
|
-
"inheritedFrom": {
|
|
1731
|
-
"name": "Accordion",
|
|
1732
|
-
"module": "src/accordion/accordion.ts"
|
|
1733
|
-
}
|
|
1717
|
+
]
|
|
1734
1718
|
},
|
|
1735
1719
|
{
|
|
1736
1720
|
"kind": "field",
|
|
@@ -1844,78 +1828,107 @@
|
|
|
1844
1828
|
}
|
|
1845
1829
|
}
|
|
1846
1830
|
],
|
|
1847
|
-
"
|
|
1831
|
+
"attributes": [
|
|
1848
1832
|
{
|
|
1849
|
-
"
|
|
1850
|
-
"
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1833
|
+
"name": "is-vertical",
|
|
1834
|
+
"type": {
|
|
1835
|
+
"text": "boolean"
|
|
1836
|
+
},
|
|
1837
|
+
"default": "false",
|
|
1838
|
+
"fieldName": "isVertical"
|
|
1839
|
+
},
|
|
1840
|
+
{
|
|
1841
|
+
"name": "add-default-actions",
|
|
1842
|
+
"type": {
|
|
1843
|
+
"text": "boolean"
|
|
1844
|
+
},
|
|
1845
|
+
"default": "true",
|
|
1846
|
+
"fieldName": "addDefaultActions"
|
|
1847
|
+
},
|
|
1848
|
+
{
|
|
1849
|
+
"name": "auto-close-on-action",
|
|
1850
|
+
"type": {
|
|
1851
|
+
"text": "boolean"
|
|
1852
|
+
},
|
|
1853
|
+
"default": "true",
|
|
1854
|
+
"fieldName": "autoCloseOnAction"
|
|
1855
|
+
},
|
|
1856
|
+
{
|
|
1857
|
+
"name": "name",
|
|
1858
|
+
"type": {
|
|
1859
|
+
"text": "string"
|
|
1860
|
+
},
|
|
1861
|
+
"default": "'Actions'",
|
|
1862
|
+
"fieldName": "name"
|
|
1863
|
+
},
|
|
1864
|
+
{
|
|
1865
|
+
"name": "open",
|
|
1866
|
+
"type": {
|
|
1867
|
+
"text": "boolean"
|
|
1868
|
+
},
|
|
1869
|
+
"default": "false",
|
|
1870
|
+
"fieldName": "open"
|
|
1871
|
+
},
|
|
1872
|
+
{
|
|
1873
|
+
"name": "buttonAppearance",
|
|
1874
|
+
"type": {
|
|
1875
|
+
"text": "string"
|
|
1876
|
+
},
|
|
1877
|
+
"fieldName": "buttonAppearance"
|
|
1878
|
+
},
|
|
1879
|
+
{
|
|
1880
|
+
"name": "hide-disabled",
|
|
1881
|
+
"type": {
|
|
1882
|
+
"text": "boolean"
|
|
1883
|
+
},
|
|
1884
|
+
"default": "false",
|
|
1885
|
+
"fieldName": "hideDisabled"
|
|
1886
|
+
},
|
|
1887
|
+
{
|
|
1888
|
+
"name": "hide-menu-single-option",
|
|
1889
|
+
"type": {
|
|
1890
|
+
"text": "boolean"
|
|
1891
|
+
},
|
|
1892
|
+
"default": "false",
|
|
1893
|
+
"fieldName": "hideMenuSingleOption"
|
|
1855
1894
|
}
|
|
1856
|
-
]
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
"name": "foundationAccordionShadowOptions",
|
|
1861
|
-
"type": {
|
|
1862
|
-
"text": "ShadowRootInit"
|
|
1863
|
-
},
|
|
1864
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1865
|
-
},
|
|
1866
|
-
{
|
|
1867
|
-
"kind": "variable",
|
|
1868
|
-
"name": "defaultAccordionConfig",
|
|
1869
|
-
"type": {
|
|
1870
|
-
"text": "object"
|
|
1895
|
+
],
|
|
1896
|
+
"superclass": {
|
|
1897
|
+
"name": "FoundationElement",
|
|
1898
|
+
"package": "@microsoft/fast-foundation"
|
|
1871
1899
|
},
|
|
1872
|
-
"
|
|
1900
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
1901
|
+
"customElement": true
|
|
1873
1902
|
},
|
|
1874
1903
|
{
|
|
1875
1904
|
"kind": "variable",
|
|
1876
|
-
"name": "
|
|
1877
|
-
"description": "The Foundation
|
|
1905
|
+
"name": "foundationActionsMenu",
|
|
1906
|
+
"description": "The Foundation Actions Menu",
|
|
1878
1907
|
"privacy": "public"
|
|
1879
1908
|
}
|
|
1880
1909
|
],
|
|
1881
1910
|
"exports": [
|
|
1882
1911
|
{
|
|
1883
1912
|
"kind": "js",
|
|
1884
|
-
"name": "
|
|
1885
|
-
"declaration": {
|
|
1886
|
-
"name": "Accordion",
|
|
1887
|
-
"module": "src/accordion/accordion.ts"
|
|
1888
|
-
}
|
|
1889
|
-
},
|
|
1890
|
-
{
|
|
1891
|
-
"kind": "js",
|
|
1892
|
-
"name": "foundationAccordionShadowOptions",
|
|
1893
|
-
"declaration": {
|
|
1894
|
-
"name": "foundationAccordionShadowOptions",
|
|
1895
|
-
"module": "src/accordion/accordion.ts"
|
|
1896
|
-
}
|
|
1897
|
-
},
|
|
1898
|
-
{
|
|
1899
|
-
"kind": "js",
|
|
1900
|
-
"name": "defaultAccordionConfig",
|
|
1913
|
+
"name": "ActionsMenu",
|
|
1901
1914
|
"declaration": {
|
|
1902
|
-
"name": "
|
|
1903
|
-
"module": "src/
|
|
1915
|
+
"name": "ActionsMenu",
|
|
1916
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1904
1917
|
}
|
|
1905
1918
|
},
|
|
1906
1919
|
{
|
|
1907
1920
|
"kind": "js",
|
|
1908
|
-
"name": "
|
|
1921
|
+
"name": "foundationActionsMenu",
|
|
1909
1922
|
"declaration": {
|
|
1910
|
-
"name": "
|
|
1911
|
-
"module": "src/
|
|
1923
|
+
"name": "foundationActionsMenu",
|
|
1924
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1912
1925
|
}
|
|
1913
1926
|
}
|
|
1914
1927
|
]
|
|
1915
1928
|
},
|
|
1916
1929
|
{
|
|
1917
1930
|
"kind": "javascript-module",
|
|
1918
|
-
"path": "src/
|
|
1931
|
+
"path": "src/actions-menu/index.ts",
|
|
1919
1932
|
"declarations": [],
|
|
1920
1933
|
"exports": [
|
|
1921
1934
|
{
|
|
@@ -1923,7 +1936,7 @@
|
|
|
1923
1936
|
"name": "*",
|
|
1924
1937
|
"declaration": {
|
|
1925
1938
|
"name": "*",
|
|
1926
|
-
"package": "./
|
|
1939
|
+
"package": "./actions-menu.styles"
|
|
1927
1940
|
}
|
|
1928
1941
|
},
|
|
1929
1942
|
{
|
|
@@ -1931,7 +1944,7 @@
|
|
|
1931
1944
|
"name": "*",
|
|
1932
1945
|
"declaration": {
|
|
1933
1946
|
"name": "*",
|
|
1934
|
-
"package": "./
|
|
1947
|
+
"package": "./actions-menu.template"
|
|
1935
1948
|
}
|
|
1936
1949
|
},
|
|
1937
1950
|
{
|
|
@@ -1939,7 +1952,7 @@
|
|
|
1939
1952
|
"name": "*",
|
|
1940
1953
|
"declaration": {
|
|
1941
1954
|
"name": "*",
|
|
1942
|
-
"package": "./
|
|
1955
|
+
"package": "./actions-menu"
|
|
1943
1956
|
}
|
|
1944
1957
|
}
|
|
1945
1958
|
]
|
|
@@ -2325,49 +2338,26 @@
|
|
|
2325
2338
|
"name": "*",
|
|
2326
2339
|
"declaration": {
|
|
2327
2340
|
"name": "*",
|
|
2328
|
-
"package": "./accordion-item.styles"
|
|
2329
|
-
}
|
|
2330
|
-
},
|
|
2331
|
-
{
|
|
2332
|
-
"kind": "js",
|
|
2333
|
-
"name": "*",
|
|
2334
|
-
"declaration": {
|
|
2335
|
-
"name": "*",
|
|
2336
|
-
"package": "./accordion-item"
|
|
2337
|
-
}
|
|
2338
|
-
}
|
|
2339
|
-
]
|
|
2340
|
-
},
|
|
2341
|
-
{
|
|
2342
|
-
"kind": "javascript-module",
|
|
2343
|
-
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
2344
|
-
"declarations": [
|
|
2345
|
-
{
|
|
2346
|
-
"kind": "function",
|
|
2347
|
-
"name": "actionsMenuBaseStyles",
|
|
2348
|
-
"return": {
|
|
2349
|
-
"type": {
|
|
2350
|
-
"text": "ElementStyles"
|
|
2351
|
-
}
|
|
2352
|
-
},
|
|
2353
|
-
"parameters": [
|
|
2354
|
-
{
|
|
2355
|
-
"name": "context",
|
|
2356
|
-
"type": {
|
|
2357
|
-
"text": "ElementDefinitionContext"
|
|
2358
|
-
}
|
|
2359
|
-
},
|
|
2360
|
-
{
|
|
2361
|
-
"name": "definition",
|
|
2362
|
-
"type": {
|
|
2363
|
-
"text": "FoundationElementDefinition"
|
|
2364
|
-
}
|
|
2365
|
-
}
|
|
2366
|
-
]
|
|
2341
|
+
"package": "./accordion-item.styles"
|
|
2342
|
+
}
|
|
2367
2343
|
},
|
|
2344
|
+
{
|
|
2345
|
+
"kind": "js",
|
|
2346
|
+
"name": "*",
|
|
2347
|
+
"declaration": {
|
|
2348
|
+
"name": "*",
|
|
2349
|
+
"package": "./accordion-item"
|
|
2350
|
+
}
|
|
2351
|
+
}
|
|
2352
|
+
]
|
|
2353
|
+
},
|
|
2354
|
+
{
|
|
2355
|
+
"kind": "javascript-module",
|
|
2356
|
+
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
2357
|
+
"declarations": [
|
|
2368
2358
|
{
|
|
2369
2359
|
"kind": "function",
|
|
2370
|
-
"name": "
|
|
2360
|
+
"name": "foundationAiIndicatorStyles",
|
|
2371
2361
|
"return": {
|
|
2372
2362
|
"type": {
|
|
2373
2363
|
"text": "ElementStyles"
|
|
@@ -2392,269 +2382,215 @@
|
|
|
2392
2382
|
"exports": [
|
|
2393
2383
|
{
|
|
2394
2384
|
"kind": "js",
|
|
2395
|
-
"name": "
|
|
2396
|
-
"declaration": {
|
|
2397
|
-
"name": "actionsMenuBaseStyles",
|
|
2398
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2399
|
-
}
|
|
2400
|
-
},
|
|
2401
|
-
{
|
|
2402
|
-
"kind": "js",
|
|
2403
|
-
"name": "foundationActionsMenuStyles",
|
|
2385
|
+
"name": "foundationAiIndicatorStyles",
|
|
2404
2386
|
"declaration": {
|
|
2405
|
-
"name": "
|
|
2406
|
-
"module": "src/
|
|
2387
|
+
"name": "foundationAiIndicatorStyles",
|
|
2388
|
+
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
2407
2389
|
}
|
|
2408
2390
|
}
|
|
2409
2391
|
]
|
|
2410
2392
|
},
|
|
2411
2393
|
{
|
|
2412
2394
|
"kind": "javascript-module",
|
|
2413
|
-
"path": "src/
|
|
2395
|
+
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
2414
2396
|
"declarations": [
|
|
2415
|
-
{
|
|
2416
|
-
"kind": "function",
|
|
2417
|
-
"name": "menuTemplate",
|
|
2418
|
-
"parameters": [
|
|
2419
|
-
{
|
|
2420
|
-
"name": "prefix",
|
|
2421
|
-
"type": {
|
|
2422
|
-
"text": "string"
|
|
2423
|
-
}
|
|
2424
|
-
}
|
|
2425
|
-
]
|
|
2426
|
-
},
|
|
2427
|
-
{
|
|
2428
|
-
"kind": "function",
|
|
2429
|
-
"name": "singleOptionTemplate",
|
|
2430
|
-
"parameters": [
|
|
2431
|
-
{
|
|
2432
|
-
"name": "prefix",
|
|
2433
|
-
"type": {
|
|
2434
|
-
"text": "string"
|
|
2435
|
-
}
|
|
2436
|
-
}
|
|
2437
|
-
]
|
|
2438
|
-
},
|
|
2439
2397
|
{
|
|
2440
2398
|
"kind": "variable",
|
|
2441
|
-
"name": "
|
|
2399
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2442
2400
|
"type": {
|
|
2443
|
-
"text": "ViewTemplate<
|
|
2401
|
+
"text": "ViewTemplate<AiIndicator>"
|
|
2444
2402
|
},
|
|
2445
|
-
"default": "html`\n
|
|
2403
|
+
"default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
|
|
2446
2404
|
}
|
|
2447
2405
|
],
|
|
2448
2406
|
"exports": [
|
|
2449
2407
|
{
|
|
2450
2408
|
"kind": "js",
|
|
2451
|
-
"name": "
|
|
2452
|
-
"declaration": {
|
|
2453
|
-
"name": "menuTemplate",
|
|
2454
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2455
|
-
}
|
|
2456
|
-
},
|
|
2457
|
-
{
|
|
2458
|
-
"kind": "js",
|
|
2459
|
-
"name": "singleOptionTemplate",
|
|
2460
|
-
"declaration": {
|
|
2461
|
-
"name": "singleOptionTemplate",
|
|
2462
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2463
|
-
}
|
|
2464
|
-
},
|
|
2465
|
-
{
|
|
2466
|
-
"kind": "js",
|
|
2467
|
-
"name": "foundationActionsMenuTemplate",
|
|
2409
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2468
2410
|
"declaration": {
|
|
2469
|
-
"name": "
|
|
2470
|
-
"module": "src/
|
|
2411
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2412
|
+
"module": "src/ai-indicator/ai-indicator.template.ts"
|
|
2471
2413
|
}
|
|
2472
2414
|
}
|
|
2473
2415
|
]
|
|
2474
2416
|
},
|
|
2475
2417
|
{
|
|
2476
2418
|
"kind": "javascript-module",
|
|
2477
|
-
"path": "src/
|
|
2419
|
+
"path": "src/ai-indicator/ai-indicator.ts",
|
|
2478
2420
|
"declarations": [
|
|
2479
2421
|
{
|
|
2480
2422
|
"kind": "class",
|
|
2481
2423
|
"description": "",
|
|
2482
|
-
"name": "
|
|
2424
|
+
"name": "AiIndicator",
|
|
2483
2425
|
"members": [
|
|
2484
2426
|
{
|
|
2485
2427
|
"kind": "field",
|
|
2486
|
-
"name": "
|
|
2428
|
+
"name": "aiProvider",
|
|
2487
2429
|
"type": {
|
|
2488
|
-
"text": "
|
|
2430
|
+
"text": "AIProvider"
|
|
2489
2431
|
}
|
|
2490
2432
|
},
|
|
2491
2433
|
{
|
|
2492
2434
|
"kind": "field",
|
|
2493
|
-
"name": "
|
|
2435
|
+
"name": "status",
|
|
2494
2436
|
"type": {
|
|
2495
|
-
"text": "
|
|
2437
|
+
"text": "AIStatus | null"
|
|
2496
2438
|
},
|
|
2497
|
-
"default": "
|
|
2439
|
+
"default": "null"
|
|
2498
2440
|
},
|
|
2499
2441
|
{
|
|
2500
2442
|
"kind": "field",
|
|
2501
|
-
"name": "
|
|
2443
|
+
"name": "open",
|
|
2502
2444
|
"type": {
|
|
2503
2445
|
"text": "boolean"
|
|
2504
2446
|
},
|
|
2505
|
-
"default": "
|
|
2447
|
+
"default": "false"
|
|
2506
2448
|
},
|
|
2507
2449
|
{
|
|
2508
2450
|
"kind": "field",
|
|
2509
|
-
"name": "
|
|
2451
|
+
"name": "state",
|
|
2510
2452
|
"type": {
|
|
2511
|
-
"text": "
|
|
2453
|
+
"text": "AIIndicatorState"
|
|
2512
2454
|
},
|
|
2513
|
-
"default": "
|
|
2514
|
-
},
|
|
2515
|
-
{
|
|
2516
|
-
"kind": "field",
|
|
2517
|
-
"name": "classNames",
|
|
2518
|
-
"type": {
|
|
2519
|
-
"text": "string"
|
|
2520
|
-
}
|
|
2521
|
-
},
|
|
2522
|
-
{
|
|
2523
|
-
"kind": "field",
|
|
2524
|
-
"name": "definition",
|
|
2525
|
-
"type": {
|
|
2526
|
-
"text": "any"
|
|
2527
|
-
}
|
|
2455
|
+
"default": "'none'"
|
|
2528
2456
|
},
|
|
2529
2457
|
{
|
|
2530
2458
|
"kind": "field",
|
|
2531
|
-
"name": "
|
|
2459
|
+
"name": "isInstalling",
|
|
2532
2460
|
"type": {
|
|
2533
|
-
"text": "
|
|
2461
|
+
"text": "boolean"
|
|
2534
2462
|
},
|
|
2535
|
-
"default": "
|
|
2463
|
+
"default": "false"
|
|
2536
2464
|
},
|
|
2537
2465
|
{
|
|
2538
2466
|
"kind": "field",
|
|
2539
|
-
"name": "
|
|
2467
|
+
"name": "pollTimer",
|
|
2540
2468
|
"type": {
|
|
2541
|
-
"text": "
|
|
2469
|
+
"text": "ReturnType<typeof setInterval> | null"
|
|
2542
2470
|
},
|
|
2543
|
-
"
|
|
2471
|
+
"privacy": "private",
|
|
2472
|
+
"default": "null"
|
|
2544
2473
|
},
|
|
2545
2474
|
{
|
|
2546
2475
|
"kind": "field",
|
|
2547
|
-
"name": "
|
|
2548
|
-
"
|
|
2549
|
-
"text": "string"
|
|
2550
|
-
}
|
|
2476
|
+
"name": "clickOutside",
|
|
2477
|
+
"privacy": "private"
|
|
2551
2478
|
},
|
|
2552
2479
|
{
|
|
2553
2480
|
"kind": "field",
|
|
2554
|
-
"name": "
|
|
2481
|
+
"name": "chromeStatusLabel",
|
|
2555
2482
|
"type": {
|
|
2556
|
-
"text": "
|
|
2483
|
+
"text": "string | null"
|
|
2557
2484
|
},
|
|
2558
|
-
"
|
|
2485
|
+
"readonly": true
|
|
2559
2486
|
},
|
|
2560
2487
|
{
|
|
2561
2488
|
"kind": "field",
|
|
2562
|
-
"name": "
|
|
2489
|
+
"name": "canInstall",
|
|
2563
2490
|
"type": {
|
|
2564
2491
|
"text": "boolean"
|
|
2565
2492
|
},
|
|
2566
|
-
"
|
|
2493
|
+
"readonly": true
|
|
2567
2494
|
},
|
|
2568
2495
|
{
|
|
2569
2496
|
"kind": "field",
|
|
2570
|
-
"name": "
|
|
2497
|
+
"name": "isDownloading",
|
|
2571
2498
|
"type": {
|
|
2572
|
-
"text": "
|
|
2573
|
-
}
|
|
2499
|
+
"text": "boolean"
|
|
2500
|
+
},
|
|
2501
|
+
"readonly": true
|
|
2574
2502
|
},
|
|
2575
2503
|
{
|
|
2576
|
-
"kind": "
|
|
2577
|
-
"name": "
|
|
2578
|
-
"
|
|
2579
|
-
"
|
|
2504
|
+
"kind": "method",
|
|
2505
|
+
"name": "openChanged",
|
|
2506
|
+
"return": {
|
|
2507
|
+
"type": {
|
|
2508
|
+
"text": "void"
|
|
2509
|
+
}
|
|
2580
2510
|
}
|
|
2581
2511
|
},
|
|
2582
2512
|
{
|
|
2583
2513
|
"kind": "method",
|
|
2584
|
-
"name": "
|
|
2585
|
-
"privacy": "
|
|
2514
|
+
"name": "handleClickOutside",
|
|
2515
|
+
"privacy": "private",
|
|
2586
2516
|
"parameters": [
|
|
2587
2517
|
{
|
|
2588
|
-
"name": "
|
|
2589
|
-
"type": {
|
|
2590
|
-
"text": "any"
|
|
2591
|
-
}
|
|
2592
|
-
},
|
|
2593
|
-
{
|
|
2594
|
-
"name": "newValue",
|
|
2518
|
+
"name": "event",
|
|
2595
2519
|
"type": {
|
|
2596
|
-
"text": "
|
|
2520
|
+
"text": "MouseEvent"
|
|
2597
2521
|
}
|
|
2598
2522
|
}
|
|
2599
2523
|
]
|
|
2600
2524
|
},
|
|
2601
2525
|
{
|
|
2602
2526
|
"kind": "method",
|
|
2603
|
-
"name": "
|
|
2604
|
-
"privacy": "protected"
|
|
2527
|
+
"name": "toggleDropdown"
|
|
2605
2528
|
},
|
|
2606
2529
|
{
|
|
2607
2530
|
"kind": "method",
|
|
2608
|
-
"name": "
|
|
2531
|
+
"name": "refreshStatus",
|
|
2532
|
+
"return": {
|
|
2533
|
+
"type": {
|
|
2534
|
+
"text": "Promise<void>"
|
|
2535
|
+
}
|
|
2536
|
+
}
|
|
2609
2537
|
},
|
|
2610
2538
|
{
|
|
2611
2539
|
"kind": "method",
|
|
2612
|
-
"name": "
|
|
2540
|
+
"name": "deriveState",
|
|
2541
|
+
"privacy": "private",
|
|
2542
|
+
"return": {
|
|
2543
|
+
"type": {
|
|
2544
|
+
"text": "AIIndicatorState"
|
|
2545
|
+
}
|
|
2546
|
+
},
|
|
2613
2547
|
"parameters": [
|
|
2614
2548
|
{
|
|
2615
|
-
"name": "
|
|
2549
|
+
"name": "s",
|
|
2616
2550
|
"type": {
|
|
2617
|
-
"text": "
|
|
2551
|
+
"text": "AIStatus | null"
|
|
2618
2552
|
}
|
|
2619
2553
|
}
|
|
2620
2554
|
]
|
|
2621
2555
|
},
|
|
2622
2556
|
{
|
|
2623
|
-
"kind": "
|
|
2624
|
-
"name": "
|
|
2625
|
-
"
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
|
|
2557
|
+
"kind": "method",
|
|
2558
|
+
"name": "maybeStartPolling",
|
|
2559
|
+
"privacy": "private",
|
|
2560
|
+
"return": {
|
|
2561
|
+
"type": {
|
|
2562
|
+
"text": "void"
|
|
2563
|
+
}
|
|
2564
|
+
}
|
|
2629
2565
|
},
|
|
2630
2566
|
{
|
|
2631
|
-
"kind": "
|
|
2632
|
-
"name": "
|
|
2633
|
-
"
|
|
2567
|
+
"kind": "method",
|
|
2568
|
+
"name": "startPolling",
|
|
2569
|
+
"privacy": "private",
|
|
2570
|
+
"return": {
|
|
2571
|
+
"type": {
|
|
2572
|
+
"text": "void"
|
|
2573
|
+
}
|
|
2574
|
+
}
|
|
2634
2575
|
},
|
|
2635
2576
|
{
|
|
2636
2577
|
"kind": "method",
|
|
2637
|
-
"name": "
|
|
2638
|
-
"
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
"
|
|
2642
|
-
"text": "string | ((rowData: any) => string)"
|
|
2643
|
-
}
|
|
2578
|
+
"name": "stopPolling",
|
|
2579
|
+
"privacy": "private",
|
|
2580
|
+
"return": {
|
|
2581
|
+
"type": {
|
|
2582
|
+
"text": "void"
|
|
2644
2583
|
}
|
|
2645
|
-
|
|
2584
|
+
}
|
|
2646
2585
|
},
|
|
2647
2586
|
{
|
|
2648
2587
|
"kind": "method",
|
|
2649
|
-
"name": "
|
|
2650
|
-
"
|
|
2651
|
-
{
|
|
2652
|
-
"
|
|
2653
|
-
"type": {
|
|
2654
|
-
"text": "string"
|
|
2655
|
-
}
|
|
2588
|
+
"name": "onInstall",
|
|
2589
|
+
"return": {
|
|
2590
|
+
"type": {
|
|
2591
|
+
"text": "Promise<void>"
|
|
2656
2592
|
}
|
|
2657
|
-
|
|
2593
|
+
}
|
|
2658
2594
|
},
|
|
2659
2595
|
{
|
|
2660
2596
|
"kind": "field",
|
|
@@ -2768,107 +2704,95 @@
|
|
|
2768
2704
|
}
|
|
2769
2705
|
}
|
|
2770
2706
|
],
|
|
2771
|
-
"attributes": [
|
|
2772
|
-
{
|
|
2773
|
-
"name": "is-vertical",
|
|
2774
|
-
"type": {
|
|
2775
|
-
"text": "boolean"
|
|
2776
|
-
},
|
|
2777
|
-
"default": "false",
|
|
2778
|
-
"fieldName": "isVertical"
|
|
2779
|
-
},
|
|
2780
|
-
{
|
|
2781
|
-
"name": "add-default-actions",
|
|
2782
|
-
"type": {
|
|
2783
|
-
"text": "boolean"
|
|
2784
|
-
},
|
|
2785
|
-
"default": "true",
|
|
2786
|
-
"fieldName": "addDefaultActions"
|
|
2787
|
-
},
|
|
2788
|
-
{
|
|
2789
|
-
"name": "auto-close-on-action",
|
|
2790
|
-
"type": {
|
|
2791
|
-
"text": "boolean"
|
|
2792
|
-
},
|
|
2793
|
-
"default": "true",
|
|
2794
|
-
"fieldName": "autoCloseOnAction"
|
|
2795
|
-
},
|
|
2796
|
-
{
|
|
2797
|
-
"name": "name",
|
|
2798
|
-
"type": {
|
|
2799
|
-
"text": "string"
|
|
2800
|
-
},
|
|
2801
|
-
"default": "'Actions'",
|
|
2802
|
-
"fieldName": "name"
|
|
2803
|
-
},
|
|
2804
|
-
{
|
|
2805
|
-
"name": "open",
|
|
2806
|
-
"type": {
|
|
2807
|
-
"text": "boolean"
|
|
2808
|
-
},
|
|
2809
|
-
"default": "false",
|
|
2810
|
-
"fieldName": "open"
|
|
2811
|
-
},
|
|
2812
|
-
{
|
|
2813
|
-
"name": "buttonAppearance",
|
|
2814
|
-
"type": {
|
|
2815
|
-
"text": "string"
|
|
2816
|
-
},
|
|
2817
|
-
"fieldName": "buttonAppearance"
|
|
2818
|
-
},
|
|
2819
|
-
{
|
|
2820
|
-
"name": "hide-disabled",
|
|
2821
|
-
"type": {
|
|
2822
|
-
"text": "boolean"
|
|
2823
|
-
},
|
|
2824
|
-
"default": "false",
|
|
2825
|
-
"fieldName": "hideDisabled"
|
|
2826
|
-
},
|
|
2827
|
-
{
|
|
2828
|
-
"name": "hide-menu-single-option",
|
|
2829
|
-
"type": {
|
|
2830
|
-
"text": "boolean"
|
|
2831
|
-
},
|
|
2832
|
-
"default": "false",
|
|
2833
|
-
"fieldName": "hideMenuSingleOption"
|
|
2834
|
-
}
|
|
2835
|
-
],
|
|
2836
2707
|
"superclass": {
|
|
2837
2708
|
"name": "FoundationElement",
|
|
2838
2709
|
"package": "@microsoft/fast-foundation"
|
|
2839
2710
|
},
|
|
2840
|
-
"tagName": "%%prefix%%-
|
|
2711
|
+
"tagName": "%%prefix%%-ai-indicator",
|
|
2841
2712
|
"customElement": true
|
|
2842
2713
|
},
|
|
2843
2714
|
{
|
|
2844
2715
|
"kind": "variable",
|
|
2845
|
-
"name": "
|
|
2846
|
-
"description": "The Foundation Actions Menu",
|
|
2847
|
-
"privacy": "public"
|
|
2716
|
+
"name": "foundationAiIndicator"
|
|
2848
2717
|
}
|
|
2849
2718
|
],
|
|
2850
2719
|
"exports": [
|
|
2851
2720
|
{
|
|
2852
2721
|
"kind": "js",
|
|
2853
|
-
"name": "
|
|
2722
|
+
"name": "AiIndicator",
|
|
2854
2723
|
"declaration": {
|
|
2855
|
-
"name": "
|
|
2856
|
-
"module": "src/
|
|
2724
|
+
"name": "AiIndicator",
|
|
2725
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2857
2726
|
}
|
|
2858
2727
|
},
|
|
2859
2728
|
{
|
|
2860
2729
|
"kind": "js",
|
|
2861
|
-
"name": "
|
|
2730
|
+
"name": "foundationAiIndicator",
|
|
2862
2731
|
"declaration": {
|
|
2863
|
-
"name": "
|
|
2864
|
-
"module": "src/
|
|
2732
|
+
"name": "foundationAiIndicator",
|
|
2733
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2865
2734
|
}
|
|
2866
2735
|
}
|
|
2867
2736
|
]
|
|
2868
2737
|
},
|
|
2869
2738
|
{
|
|
2870
2739
|
"kind": "javascript-module",
|
|
2871
|
-
"path": "src/
|
|
2740
|
+
"path": "src/ai-indicator/index.ts",
|
|
2741
|
+
"declarations": [],
|
|
2742
|
+
"exports": [
|
|
2743
|
+
{
|
|
2744
|
+
"kind": "js",
|
|
2745
|
+
"name": "AiIndicator",
|
|
2746
|
+
"declaration": {
|
|
2747
|
+
"name": "AiIndicator",
|
|
2748
|
+
"module": "./ai-indicator"
|
|
2749
|
+
}
|
|
2750
|
+
},
|
|
2751
|
+
{
|
|
2752
|
+
"kind": "js",
|
|
2753
|
+
"name": "foundationAiIndicator",
|
|
2754
|
+
"declaration": {
|
|
2755
|
+
"name": "foundationAiIndicator",
|
|
2756
|
+
"module": "./ai-indicator"
|
|
2757
|
+
}
|
|
2758
|
+
},
|
|
2759
|
+
{
|
|
2760
|
+
"kind": "js",
|
|
2761
|
+
"name": "type",
|
|
2762
|
+
"declaration": {
|
|
2763
|
+
"name": "type",
|
|
2764
|
+
"module": "./ai-indicator"
|
|
2765
|
+
}
|
|
2766
|
+
},
|
|
2767
|
+
{
|
|
2768
|
+
"kind": "js",
|
|
2769
|
+
"name": "AIIndicatorState",
|
|
2770
|
+
"declaration": {
|
|
2771
|
+
"name": "AIIndicatorState",
|
|
2772
|
+
"module": "./ai-indicator"
|
|
2773
|
+
}
|
|
2774
|
+
},
|
|
2775
|
+
{
|
|
2776
|
+
"kind": "js",
|
|
2777
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2778
|
+
"declaration": {
|
|
2779
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2780
|
+
"module": "./ai-indicator.template"
|
|
2781
|
+
}
|
|
2782
|
+
},
|
|
2783
|
+
{
|
|
2784
|
+
"kind": "js",
|
|
2785
|
+
"name": "foundationAiIndicatorStyles",
|
|
2786
|
+
"declaration": {
|
|
2787
|
+
"name": "foundationAiIndicatorStyles",
|
|
2788
|
+
"module": "./ai-indicator.styles"
|
|
2789
|
+
}
|
|
2790
|
+
}
|
|
2791
|
+
]
|
|
2792
|
+
},
|
|
2793
|
+
{
|
|
2794
|
+
"kind": "javascript-module",
|
|
2795
|
+
"path": "src/_config/index.ts",
|
|
2872
2796
|
"declarations": [],
|
|
2873
2797
|
"exports": [
|
|
2874
2798
|
{
|
|
@@ -2876,7 +2800,7 @@
|
|
|
2876
2800
|
"name": "*",
|
|
2877
2801
|
"declaration": {
|
|
2878
2802
|
"name": "*",
|
|
2879
|
-
"package": "./
|
|
2803
|
+
"package": "./styles"
|
|
2880
2804
|
}
|
|
2881
2805
|
},
|
|
2882
2806
|
{
|
|
@@ -2884,7 +2808,7 @@
|
|
|
2884
2808
|
"name": "*",
|
|
2885
2809
|
"declaration": {
|
|
2886
2810
|
"name": "*",
|
|
2887
|
-
"package": "./
|
|
2811
|
+
"package": "./tokens"
|
|
2888
2812
|
}
|
|
2889
2813
|
},
|
|
2890
2814
|
{
|
|
@@ -2892,7 +2816,7 @@
|
|
|
2892
2816
|
"name": "*",
|
|
2893
2817
|
"declaration": {
|
|
2894
2818
|
"name": "*",
|
|
2895
|
-
"package": "./
|
|
2819
|
+
"package": "./values"
|
|
2896
2820
|
}
|
|
2897
2821
|
}
|
|
2898
2822
|
]
|
|
@@ -3450,11 +3374,11 @@
|
|
|
3450
3374
|
},
|
|
3451
3375
|
{
|
|
3452
3376
|
"kind": "javascript-module",
|
|
3453
|
-
"path": "src/
|
|
3377
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
3454
3378
|
"declarations": [
|
|
3455
3379
|
{
|
|
3456
3380
|
"kind": "function",
|
|
3457
|
-
"name": "
|
|
3381
|
+
"name": "foundationAccordionStyles",
|
|
3458
3382
|
"return": {
|
|
3459
3383
|
"type": {
|
|
3460
3384
|
"text": "ElementStyles"
|
|
@@ -3479,214 +3403,276 @@
|
|
|
3479
3403
|
"exports": [
|
|
3480
3404
|
{
|
|
3481
3405
|
"kind": "js",
|
|
3482
|
-
"name": "
|
|
3406
|
+
"name": "foundationAccordionStyles",
|
|
3483
3407
|
"declaration": {
|
|
3484
|
-
"name": "
|
|
3485
|
-
"module": "src/
|
|
3408
|
+
"name": "foundationAccordionStyles",
|
|
3409
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
3486
3410
|
}
|
|
3487
3411
|
}
|
|
3488
3412
|
]
|
|
3489
3413
|
},
|
|
3490
3414
|
{
|
|
3491
3415
|
"kind": "javascript-module",
|
|
3492
|
-
"path": "src/
|
|
3416
|
+
"path": "src/accordion/accordion.template.ts",
|
|
3493
3417
|
"declarations": [
|
|
3494
3418
|
{
|
|
3495
|
-
"kind": "
|
|
3496
|
-
"name": "
|
|
3497
|
-
"
|
|
3498
|
-
"
|
|
3419
|
+
"kind": "function",
|
|
3420
|
+
"name": "foundationAccordionTemplate",
|
|
3421
|
+
"return": {
|
|
3422
|
+
"type": {
|
|
3423
|
+
"text": "ViewTemplate<Accordion>"
|
|
3424
|
+
}
|
|
3499
3425
|
},
|
|
3500
|
-
"
|
|
3426
|
+
"parameters": [
|
|
3427
|
+
{
|
|
3428
|
+
"name": "context",
|
|
3429
|
+
"type": {
|
|
3430
|
+
"text": "ElementDefinitionContext"
|
|
3431
|
+
}
|
|
3432
|
+
},
|
|
3433
|
+
{
|
|
3434
|
+
"name": "definition",
|
|
3435
|
+
"type": {
|
|
3436
|
+
"text": "FoundationElementDefinition"
|
|
3437
|
+
}
|
|
3438
|
+
}
|
|
3439
|
+
]
|
|
3501
3440
|
}
|
|
3502
3441
|
],
|
|
3503
3442
|
"exports": [
|
|
3504
3443
|
{
|
|
3505
3444
|
"kind": "js",
|
|
3506
|
-
"name": "
|
|
3445
|
+
"name": "foundationAccordionTemplate",
|
|
3507
3446
|
"declaration": {
|
|
3508
|
-
"name": "
|
|
3509
|
-
"module": "src/
|
|
3447
|
+
"name": "foundationAccordionTemplate",
|
|
3448
|
+
"module": "src/accordion/accordion.template.ts"
|
|
3510
3449
|
}
|
|
3511
3450
|
}
|
|
3512
3451
|
]
|
|
3513
3452
|
},
|
|
3514
3453
|
{
|
|
3515
3454
|
"kind": "javascript-module",
|
|
3516
|
-
"path": "src/
|
|
3455
|
+
"path": "src/accordion/accordion.ts",
|
|
3517
3456
|
"declarations": [
|
|
3518
3457
|
{
|
|
3519
3458
|
"kind": "class",
|
|
3520
3459
|
"description": "",
|
|
3521
|
-
"name": "
|
|
3522
|
-
"
|
|
3523
|
-
|
|
3524
|
-
|
|
3525
|
-
|
|
3526
|
-
|
|
3527
|
-
|
|
3528
|
-
|
|
3529
|
-
},
|
|
3460
|
+
"name": "Accordion",
|
|
3461
|
+
"superclass": {
|
|
3462
|
+
"name": "FASTAccordion",
|
|
3463
|
+
"package": "@microsoft/fast-foundation"
|
|
3464
|
+
},
|
|
3465
|
+
"tagName": "%%prefix%%-accordion",
|
|
3466
|
+
"customElement": true,
|
|
3467
|
+
"attributes": [
|
|
3530
3468
|
{
|
|
3531
|
-
"
|
|
3532
|
-
"name": "status",
|
|
3469
|
+
"name": "expand-mode",
|
|
3533
3470
|
"type": {
|
|
3534
|
-
"text": "
|
|
3471
|
+
"text": "AccordionExpandMode"
|
|
3535
3472
|
},
|
|
3536
|
-
"
|
|
3537
|
-
|
|
3473
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3474
|
+
"fieldName": "expandmode",
|
|
3475
|
+
"inheritedFrom": {
|
|
3476
|
+
"name": "Accordion",
|
|
3477
|
+
"module": "src/accordion/accordion.ts"
|
|
3478
|
+
}
|
|
3479
|
+
}
|
|
3480
|
+
],
|
|
3481
|
+
"members": [
|
|
3538
3482
|
{
|
|
3539
3483
|
"kind": "field",
|
|
3540
|
-
"name": "
|
|
3484
|
+
"name": "expandmode",
|
|
3541
3485
|
"type": {
|
|
3542
|
-
"text": "
|
|
3486
|
+
"text": "AccordionExpandMode"
|
|
3543
3487
|
},
|
|
3544
|
-
"
|
|
3488
|
+
"privacy": "public",
|
|
3489
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3490
|
+
"inheritedFrom": {
|
|
3491
|
+
"name": "Accordion",
|
|
3492
|
+
"module": "src/accordion/accordion.ts"
|
|
3493
|
+
}
|
|
3545
3494
|
},
|
|
3546
3495
|
{
|
|
3547
3496
|
"kind": "field",
|
|
3548
|
-
"name": "
|
|
3497
|
+
"name": "activeid",
|
|
3549
3498
|
"type": {
|
|
3550
|
-
"text": "
|
|
3499
|
+
"text": "string | null"
|
|
3551
3500
|
},
|
|
3552
|
-
"
|
|
3501
|
+
"privacy": "private",
|
|
3502
|
+
"inheritedFrom": {
|
|
3503
|
+
"name": "Accordion",
|
|
3504
|
+
"module": "src/accordion/accordion.ts"
|
|
3505
|
+
}
|
|
3553
3506
|
},
|
|
3554
3507
|
{
|
|
3555
3508
|
"kind": "field",
|
|
3556
|
-
"name": "
|
|
3509
|
+
"name": "activeItemIndex",
|
|
3557
3510
|
"type": {
|
|
3558
|
-
"text": "
|
|
3511
|
+
"text": "number"
|
|
3559
3512
|
},
|
|
3560
|
-
"
|
|
3513
|
+
"privacy": "private",
|
|
3514
|
+
"default": "0",
|
|
3515
|
+
"inheritedFrom": {
|
|
3516
|
+
"name": "Accordion",
|
|
3517
|
+
"module": "src/accordion/accordion.ts"
|
|
3518
|
+
}
|
|
3561
3519
|
},
|
|
3562
3520
|
{
|
|
3563
3521
|
"kind": "field",
|
|
3564
|
-
"name": "
|
|
3522
|
+
"name": "accordionIds",
|
|
3565
3523
|
"type": {
|
|
3566
|
-
"text": "
|
|
3524
|
+
"text": "Array<string | null>"
|
|
3567
3525
|
},
|
|
3568
3526
|
"privacy": "private",
|
|
3569
|
-
"
|
|
3570
|
-
|
|
3571
|
-
|
|
3572
|
-
|
|
3573
|
-
"name": "clickOutside",
|
|
3574
|
-
"privacy": "private"
|
|
3527
|
+
"inheritedFrom": {
|
|
3528
|
+
"name": "Accordion",
|
|
3529
|
+
"module": "src/accordion/accordion.ts"
|
|
3530
|
+
}
|
|
3575
3531
|
},
|
|
3576
3532
|
{
|
|
3577
3533
|
"kind": "field",
|
|
3578
|
-
"name": "
|
|
3579
|
-
"
|
|
3580
|
-
|
|
3581
|
-
|
|
3582
|
-
|
|
3534
|
+
"name": "change",
|
|
3535
|
+
"privacy": "private",
|
|
3536
|
+
"inheritedFrom": {
|
|
3537
|
+
"name": "Accordion",
|
|
3538
|
+
"module": "src/accordion/accordion.ts"
|
|
3539
|
+
}
|
|
3583
3540
|
},
|
|
3584
3541
|
{
|
|
3585
|
-
"kind": "
|
|
3586
|
-
"name": "
|
|
3587
|
-
"
|
|
3588
|
-
|
|
3542
|
+
"kind": "method",
|
|
3543
|
+
"name": "findExpandedItem",
|
|
3544
|
+
"privacy": "private",
|
|
3545
|
+
"return": {
|
|
3546
|
+
"type": {
|
|
3547
|
+
"text": "AccordionItem | null"
|
|
3548
|
+
}
|
|
3589
3549
|
},
|
|
3590
|
-
"
|
|
3550
|
+
"inheritedFrom": {
|
|
3551
|
+
"name": "Accordion",
|
|
3552
|
+
"module": "src/accordion/accordion.ts"
|
|
3553
|
+
}
|
|
3591
3554
|
},
|
|
3592
3555
|
{
|
|
3593
3556
|
"kind": "field",
|
|
3594
|
-
"name": "
|
|
3595
|
-
"
|
|
3596
|
-
|
|
3597
|
-
|
|
3598
|
-
|
|
3557
|
+
"name": "setItems",
|
|
3558
|
+
"privacy": "private",
|
|
3559
|
+
"inheritedFrom": {
|
|
3560
|
+
"name": "Accordion",
|
|
3561
|
+
"module": "src/accordion/accordion.ts"
|
|
3562
|
+
}
|
|
3599
3563
|
},
|
|
3600
3564
|
{
|
|
3601
3565
|
"kind": "method",
|
|
3602
|
-
"name": "
|
|
3566
|
+
"name": "resetItems",
|
|
3567
|
+
"privacy": "private",
|
|
3603
3568
|
"return": {
|
|
3604
3569
|
"type": {
|
|
3605
3570
|
"text": "void"
|
|
3606
3571
|
}
|
|
3572
|
+
},
|
|
3573
|
+
"inheritedFrom": {
|
|
3574
|
+
"name": "Accordion",
|
|
3575
|
+
"module": "src/accordion/accordion.ts"
|
|
3607
3576
|
}
|
|
3608
3577
|
},
|
|
3609
3578
|
{
|
|
3610
|
-
"kind": "
|
|
3611
|
-
"name": "
|
|
3579
|
+
"kind": "field",
|
|
3580
|
+
"name": "removeItemListeners",
|
|
3612
3581
|
"privacy": "private",
|
|
3613
|
-
"
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
|
|
3617
|
-
"text": "MouseEvent"
|
|
3618
|
-
}
|
|
3619
|
-
}
|
|
3620
|
-
]
|
|
3582
|
+
"inheritedFrom": {
|
|
3583
|
+
"name": "Accordion",
|
|
3584
|
+
"module": "src/accordion/accordion.ts"
|
|
3585
|
+
}
|
|
3621
3586
|
},
|
|
3622
3587
|
{
|
|
3623
|
-
"kind": "
|
|
3624
|
-
"name": "
|
|
3588
|
+
"kind": "field",
|
|
3589
|
+
"name": "activeItemChange",
|
|
3590
|
+
"privacy": "private",
|
|
3591
|
+
"inheritedFrom": {
|
|
3592
|
+
"name": "Accordion",
|
|
3593
|
+
"module": "src/accordion/accordion.ts"
|
|
3594
|
+
}
|
|
3625
3595
|
},
|
|
3626
3596
|
{
|
|
3627
3597
|
"kind": "method",
|
|
3628
|
-
"name": "
|
|
3598
|
+
"name": "getItemIds",
|
|
3599
|
+
"privacy": "private",
|
|
3629
3600
|
"return": {
|
|
3630
3601
|
"type": {
|
|
3631
|
-
"text": "
|
|
3602
|
+
"text": "Array<string | null>"
|
|
3632
3603
|
}
|
|
3604
|
+
},
|
|
3605
|
+
"inheritedFrom": {
|
|
3606
|
+
"name": "Accordion",
|
|
3607
|
+
"module": "src/accordion/accordion.ts"
|
|
3633
3608
|
}
|
|
3634
3609
|
},
|
|
3635
3610
|
{
|
|
3636
3611
|
"kind": "method",
|
|
3637
|
-
"name": "
|
|
3612
|
+
"name": "isSingleExpandMode",
|
|
3638
3613
|
"privacy": "private",
|
|
3639
3614
|
"return": {
|
|
3640
3615
|
"type": {
|
|
3641
|
-
"text": "
|
|
3616
|
+
"text": "boolean"
|
|
3642
3617
|
}
|
|
3643
3618
|
},
|
|
3644
|
-
"
|
|
3645
|
-
|
|
3646
|
-
|
|
3647
|
-
|
|
3648
|
-
"text": "AIStatus | null"
|
|
3649
|
-
}
|
|
3650
|
-
}
|
|
3651
|
-
]
|
|
3619
|
+
"inheritedFrom": {
|
|
3620
|
+
"name": "Accordion",
|
|
3621
|
+
"module": "src/accordion/accordion.ts"
|
|
3622
|
+
}
|
|
3652
3623
|
},
|
|
3653
3624
|
{
|
|
3654
|
-
"kind": "
|
|
3655
|
-
"name": "
|
|
3625
|
+
"kind": "field",
|
|
3626
|
+
"name": "handleItemKeyDown",
|
|
3656
3627
|
"privacy": "private",
|
|
3657
|
-
"
|
|
3658
|
-
"
|
|
3659
|
-
|
|
3660
|
-
}
|
|
3628
|
+
"inheritedFrom": {
|
|
3629
|
+
"name": "Accordion",
|
|
3630
|
+
"module": "src/accordion/accordion.ts"
|
|
3661
3631
|
}
|
|
3662
3632
|
},
|
|
3663
3633
|
{
|
|
3664
|
-
"kind": "
|
|
3665
|
-
"name": "
|
|
3634
|
+
"kind": "field",
|
|
3635
|
+
"name": "handleItemFocus",
|
|
3666
3636
|
"privacy": "private",
|
|
3667
|
-
"
|
|
3668
|
-
"
|
|
3669
|
-
|
|
3670
|
-
}
|
|
3637
|
+
"inheritedFrom": {
|
|
3638
|
+
"name": "Accordion",
|
|
3639
|
+
"module": "src/accordion/accordion.ts"
|
|
3671
3640
|
}
|
|
3672
3641
|
},
|
|
3673
3642
|
{
|
|
3674
3643
|
"kind": "method",
|
|
3675
|
-
"name": "
|
|
3644
|
+
"name": "adjust",
|
|
3676
3645
|
"privacy": "private",
|
|
3677
3646
|
"return": {
|
|
3678
3647
|
"type": {
|
|
3679
3648
|
"text": "void"
|
|
3680
3649
|
}
|
|
3650
|
+
},
|
|
3651
|
+
"parameters": [
|
|
3652
|
+
{
|
|
3653
|
+
"name": "adjustment",
|
|
3654
|
+
"type": {
|
|
3655
|
+
"text": "number"
|
|
3656
|
+
}
|
|
3657
|
+
}
|
|
3658
|
+
],
|
|
3659
|
+
"inheritedFrom": {
|
|
3660
|
+
"name": "Accordion",
|
|
3661
|
+
"module": "src/accordion/accordion.ts"
|
|
3681
3662
|
}
|
|
3682
3663
|
},
|
|
3683
3664
|
{
|
|
3684
3665
|
"kind": "method",
|
|
3685
|
-
"name": "
|
|
3666
|
+
"name": "focusItem",
|
|
3667
|
+
"privacy": "private",
|
|
3686
3668
|
"return": {
|
|
3687
3669
|
"type": {
|
|
3688
|
-
"text": "
|
|
3670
|
+
"text": "void"
|
|
3689
3671
|
}
|
|
3672
|
+
},
|
|
3673
|
+
"inheritedFrom": {
|
|
3674
|
+
"name": "Accordion",
|
|
3675
|
+
"module": "src/accordion/accordion.ts"
|
|
3690
3676
|
}
|
|
3691
3677
|
},
|
|
3692
3678
|
{
|
|
@@ -3801,88 +3787,102 @@
|
|
|
3801
3787
|
}
|
|
3802
3788
|
}
|
|
3803
3789
|
],
|
|
3804
|
-
"
|
|
3805
|
-
|
|
3806
|
-
|
|
3790
|
+
"events": [
|
|
3791
|
+
{
|
|
3792
|
+
"description": "Fires a custom 'change' event when the active item changes",
|
|
3793
|
+
"name": "change",
|
|
3794
|
+
"inheritedFrom": {
|
|
3795
|
+
"name": "Accordion",
|
|
3796
|
+
"module": "src/accordion/accordion.ts"
|
|
3797
|
+
}
|
|
3798
|
+
}
|
|
3799
|
+
]
|
|
3800
|
+
},
|
|
3801
|
+
{
|
|
3802
|
+
"kind": "variable",
|
|
3803
|
+
"name": "foundationAccordionShadowOptions",
|
|
3804
|
+
"type": {
|
|
3805
|
+
"text": "ShadowRootInit"
|
|
3807
3806
|
},
|
|
3808
|
-
"
|
|
3809
|
-
"customElement": true
|
|
3807
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3810
3808
|
},
|
|
3811
3809
|
{
|
|
3812
3810
|
"kind": "variable",
|
|
3813
|
-
"name": "
|
|
3811
|
+
"name": "defaultAccordionConfig",
|
|
3812
|
+
"type": {
|
|
3813
|
+
"text": "object"
|
|
3814
|
+
},
|
|
3815
|
+
"default": "{}"
|
|
3816
|
+
},
|
|
3817
|
+
{
|
|
3818
|
+
"kind": "variable",
|
|
3819
|
+
"name": "foundationAccordion",
|
|
3820
|
+
"description": "The Foundation Accordion",
|
|
3821
|
+
"privacy": "public"
|
|
3814
3822
|
}
|
|
3815
3823
|
],
|
|
3816
3824
|
"exports": [
|
|
3817
3825
|
{
|
|
3818
3826
|
"kind": "js",
|
|
3819
|
-
"name": "
|
|
3827
|
+
"name": "Accordion",
|
|
3820
3828
|
"declaration": {
|
|
3821
|
-
"name": "
|
|
3822
|
-
"module": "src/
|
|
3829
|
+
"name": "Accordion",
|
|
3830
|
+
"module": "src/accordion/accordion.ts"
|
|
3823
3831
|
}
|
|
3824
3832
|
},
|
|
3825
3833
|
{
|
|
3826
3834
|
"kind": "js",
|
|
3827
|
-
"name": "
|
|
3828
|
-
"declaration": {
|
|
3829
|
-
"name": "foundationAiIndicator",
|
|
3830
|
-
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3831
|
-
}
|
|
3832
|
-
}
|
|
3833
|
-
]
|
|
3834
|
-
},
|
|
3835
|
-
{
|
|
3836
|
-
"kind": "javascript-module",
|
|
3837
|
-
"path": "src/ai-indicator/index.ts",
|
|
3838
|
-
"declarations": [],
|
|
3839
|
-
"exports": [
|
|
3840
|
-
{
|
|
3841
|
-
"kind": "js",
|
|
3842
|
-
"name": "AiIndicator",
|
|
3835
|
+
"name": "foundationAccordionShadowOptions",
|
|
3843
3836
|
"declaration": {
|
|
3844
|
-
"name": "
|
|
3845
|
-
"module": "
|
|
3837
|
+
"name": "foundationAccordionShadowOptions",
|
|
3838
|
+
"module": "src/accordion/accordion.ts"
|
|
3846
3839
|
}
|
|
3847
3840
|
},
|
|
3848
3841
|
{
|
|
3849
3842
|
"kind": "js",
|
|
3850
|
-
"name": "
|
|
3843
|
+
"name": "defaultAccordionConfig",
|
|
3851
3844
|
"declaration": {
|
|
3852
|
-
"name": "
|
|
3853
|
-
"module": "
|
|
3845
|
+
"name": "defaultAccordionConfig",
|
|
3846
|
+
"module": "src/accordion/accordion.ts"
|
|
3854
3847
|
}
|
|
3855
3848
|
},
|
|
3856
3849
|
{
|
|
3857
3850
|
"kind": "js",
|
|
3858
|
-
"name": "
|
|
3851
|
+
"name": "foundationAccordion",
|
|
3859
3852
|
"declaration": {
|
|
3860
|
-
"name": "
|
|
3861
|
-
"module": "
|
|
3853
|
+
"name": "foundationAccordion",
|
|
3854
|
+
"module": "src/accordion/accordion.ts"
|
|
3862
3855
|
}
|
|
3863
|
-
}
|
|
3856
|
+
}
|
|
3857
|
+
]
|
|
3858
|
+
},
|
|
3859
|
+
{
|
|
3860
|
+
"kind": "javascript-module",
|
|
3861
|
+
"path": "src/accordion/index.ts",
|
|
3862
|
+
"declarations": [],
|
|
3863
|
+
"exports": [
|
|
3864
3864
|
{
|
|
3865
3865
|
"kind": "js",
|
|
3866
|
-
"name": "
|
|
3866
|
+
"name": "*",
|
|
3867
3867
|
"declaration": {
|
|
3868
|
-
"name": "
|
|
3869
|
-
"
|
|
3868
|
+
"name": "*",
|
|
3869
|
+
"package": "./accordion.template"
|
|
3870
3870
|
}
|
|
3871
3871
|
},
|
|
3872
3872
|
{
|
|
3873
3873
|
"kind": "js",
|
|
3874
|
-
"name": "
|
|
3874
|
+
"name": "*",
|
|
3875
3875
|
"declaration": {
|
|
3876
|
-
"name": "
|
|
3877
|
-
"
|
|
3876
|
+
"name": "*",
|
|
3877
|
+
"package": "./accordion.styles"
|
|
3878
3878
|
}
|
|
3879
3879
|
},
|
|
3880
3880
|
{
|
|
3881
3881
|
"kind": "js",
|
|
3882
|
-
"name": "
|
|
3882
|
+
"name": "*",
|
|
3883
3883
|
"declaration": {
|
|
3884
|
-
"name": "
|
|
3885
|
-
"
|
|
3884
|
+
"name": "*",
|
|
3885
|
+
"package": "./accordion"
|
|
3886
3886
|
}
|
|
3887
3887
|
}
|
|
3888
3888
|
]
|