@genesislcap/foundation-ui 14.436.0-FUI-2489.2 → 14.437.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 +727 -727
- package/dist/dts/combobox/combobox.d.ts.map +1 -1
- package/dist/dts/connection-indicator/connection-indicator.styles.d.ts.map +1 -1
- package/dist/dts/connection-indicator/connection-indicator.template.d.ts.map +1 -1
- package/dist/dts/date-picker/date-picker.d.ts +1 -1
- package/dist/dts/date-picker/date-picker.template.d.ts.map +1 -1
- package/dist/dts/date-picker/month.d.ts.map +1 -1
- package/dist/dts/design-system-provider/design-system-provider.utils.d.ts +2 -1
- package/dist/dts/design-system-provider/design-system-provider.utils.d.ts.map +1 -1
- package/dist/dts/dialog/dialog.d.ts.map +1 -1
- package/dist/dts/filter/filter.d.ts.map +1 -1
- package/dist/dts/filter/filter.template.d.ts.map +1 -1
- package/dist/dts/grid-layout-item/grid-layout-item.template.d.ts.map +1 -1
- package/dist/dts/notification-listener/notification-listener.d.ts.map +1 -1
- package/dist/dts/options-datasource/multiselect-datasource.d.ts.map +1 -1
- package/dist/dts/options-datasource/options-datasource.d.ts.map +1 -1
- package/dist/dts/popper/popper.d.ts.map +1 -1
- package/dist/dts/react.d.ts +9 -9
- package/dist/dts/router/events.d.ts +1 -1
- package/dist/dts/router/navigation.d.ts +5 -5
- package/dist/dts/router/navigation.d.ts.map +1 -1
- package/dist/dts/scheduler-cron-builder/scheduler-cron-builder.d.ts +1 -1
- package/dist/dts/scheduler-cron-builder/scheduler-cron-builder.d.ts.map +1 -1
- package/dist/dts/scheduler-cron-builder/weekly-recurrence/weekly-recurrence.d.ts.map +1 -1
- package/dist/dts/search-bar/search-bar-combobox.template.d.ts.map +1 -1
- package/dist/dts/tabs/tabs.d.ts.map +1 -1
- package/dist/dts/toast/toast.d.ts.map +1 -1
- package/dist/dts/toast/toast.template.d.ts.map +1 -1
- package/dist/esm/combobox/combobox.js +2 -1
- package/dist/esm/connection-indicator/connection-indicator.styles.js +5 -2
- package/dist/esm/connection-indicator/connection-indicator.template.js +2 -1
- package/dist/esm/date-picker/date-picker.template.js +2 -1
- package/dist/esm/date-picker/day.util.js +1 -1
- package/dist/esm/date-picker/month.js +1 -1
- package/dist/esm/dialog/dialog.js +0 -1
- package/dist/esm/filter/filter.js +1 -1
- package/dist/esm/filter/filter.template.js +0 -1
- package/dist/esm/grid-layout-item/grid-layout-item.template.js +3 -0
- package/dist/esm/notification-listener/notification-listener.js +3 -2
- package/dist/esm/options-datasource/options-datasource.js +2 -1
- package/dist/esm/popper/popper.js +0 -1
- package/dist/esm/router/navigation.js +1 -4
- package/dist/esm/scheduler-cron-builder/scheduler-cron-builder.js +3 -2
- package/dist/esm/scheduler-cron-builder/weekly-recurrence/weekly-recurrence.js +3 -1
- package/dist/esm/search-bar/search-bar-combobox.template.js +2 -1
- package/dist/esm/tabs/tabs.js +0 -1
- package/dist/esm/toast/toast.js +1 -1
- package/dist/esm/toast/toast.template.js +1 -3
- package/dist/react.cjs +6 -6
- package/dist/react.mjs +5 -5
- package/package.json +19 -19
- package/public/ag-grid/preview.html +432 -468
|
@@ -1400,42 +1400,11 @@
|
|
|
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
|
-
},
|
|
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",
|
|
1403
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1435
1404
|
"declarations": [
|
|
1436
1405
|
{
|
|
1437
1406
|
"kind": "function",
|
|
1438
|
-
"name": "
|
|
1407
|
+
"name": "foundationAccordionItemStyles",
|
|
1439
1408
|
"return": {
|
|
1440
1409
|
"type": {
|
|
1441
1410
|
"text": "ElementStyles"
|
|
@@ -1460,24 +1429,24 @@
|
|
|
1460
1429
|
"exports": [
|
|
1461
1430
|
{
|
|
1462
1431
|
"kind": "js",
|
|
1463
|
-
"name": "
|
|
1432
|
+
"name": "foundationAccordionItemStyles",
|
|
1464
1433
|
"declaration": {
|
|
1465
|
-
"name": "
|
|
1466
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
1434
|
+
"name": "foundationAccordionItemStyles",
|
|
1435
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1467
1436
|
}
|
|
1468
1437
|
}
|
|
1469
1438
|
]
|
|
1470
1439
|
},
|
|
1471
1440
|
{
|
|
1472
1441
|
"kind": "javascript-module",
|
|
1473
|
-
"path": "src/accordion/accordion.template.ts",
|
|
1442
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1474
1443
|
"declarations": [
|
|
1475
1444
|
{
|
|
1476
1445
|
"kind": "function",
|
|
1477
|
-
"name": "
|
|
1446
|
+
"name": "foundationAccordionItemTemplate",
|
|
1478
1447
|
"return": {
|
|
1479
1448
|
"type": {
|
|
1480
|
-
"text": "ViewTemplate<
|
|
1449
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1481
1450
|
}
|
|
1482
1451
|
},
|
|
1483
1452
|
"parameters": [
|
|
@@ -1499,237 +1468,116 @@
|
|
|
1499
1468
|
"exports": [
|
|
1500
1469
|
{
|
|
1501
1470
|
"kind": "js",
|
|
1502
|
-
"name": "
|
|
1471
|
+
"name": "foundationAccordionItemTemplate",
|
|
1503
1472
|
"declaration": {
|
|
1504
|
-
"name": "
|
|
1505
|
-
"module": "src/accordion/accordion.template.ts"
|
|
1473
|
+
"name": "foundationAccordionItemTemplate",
|
|
1474
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1506
1475
|
}
|
|
1507
1476
|
}
|
|
1508
1477
|
]
|
|
1509
1478
|
},
|
|
1510
1479
|
{
|
|
1511
1480
|
"kind": "javascript-module",
|
|
1512
|
-
"path": "src/accordion/accordion.ts",
|
|
1481
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1513
1482
|
"declarations": [
|
|
1514
1483
|
{
|
|
1515
1484
|
"kind": "class",
|
|
1516
1485
|
"description": "",
|
|
1517
|
-
"name": "
|
|
1486
|
+
"name": "AccordionItem",
|
|
1518
1487
|
"superclass": {
|
|
1519
|
-
"name": "
|
|
1520
|
-
"package": "@microsoft/fast-
|
|
1488
|
+
"name": "FASTAccordionItem",
|
|
1489
|
+
"package": "@microsoft/fast-components"
|
|
1521
1490
|
},
|
|
1522
|
-
"tagName": "%%prefix%%-accordion",
|
|
1491
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
1523
1492
|
"customElement": true,
|
|
1524
1493
|
"attributes": [
|
|
1525
1494
|
{
|
|
1526
|
-
"name": "
|
|
1527
|
-
"type": {
|
|
1528
|
-
"text": "AccordionExpandMode"
|
|
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"
|
|
1535
|
-
}
|
|
1536
|
-
}
|
|
1537
|
-
],
|
|
1538
|
-
"members": [
|
|
1539
|
-
{
|
|
1540
|
-
"kind": "field",
|
|
1541
|
-
"name": "expandmode",
|
|
1495
|
+
"name": "heading-level",
|
|
1542
1496
|
"type": {
|
|
1543
|
-
"text": "
|
|
1497
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1544
1498
|
},
|
|
1545
|
-
"
|
|
1546
|
-
"description": "
|
|
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",
|
|
1547
1502
|
"inheritedFrom": {
|
|
1548
|
-
"name": "
|
|
1549
|
-
"module": "src/accordion/accordion.ts"
|
|
1503
|
+
"name": "AccordionItem",
|
|
1504
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1550
1505
|
}
|
|
1551
1506
|
},
|
|
1552
1507
|
{
|
|
1553
|
-
"kind": "field",
|
|
1554
|
-
"name": "activeid",
|
|
1555
1508
|
"type": {
|
|
1556
|
-
"text": "
|
|
1509
|
+
"text": "boolean"
|
|
1557
1510
|
},
|
|
1558
|
-
"
|
|
1511
|
+
"default": "false",
|
|
1512
|
+
"description": "Expands or collapses the item.",
|
|
1513
|
+
"fieldName": "expanded",
|
|
1559
1514
|
"inheritedFrom": {
|
|
1560
|
-
"name": "
|
|
1561
|
-
"module": "src/accordion/accordion.ts"
|
|
1515
|
+
"name": "AccordionItem",
|
|
1516
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1562
1517
|
}
|
|
1563
1518
|
},
|
|
1564
1519
|
{
|
|
1565
|
-
"
|
|
1566
|
-
"name": "activeItemIndex",
|
|
1520
|
+
"name": "id",
|
|
1567
1521
|
"type": {
|
|
1568
|
-
"text": "
|
|
1522
|
+
"text": "string"
|
|
1569
1523
|
},
|
|
1570
|
-
"
|
|
1571
|
-
"
|
|
1524
|
+
"description": "The item ID",
|
|
1525
|
+
"fieldName": "id",
|
|
1572
1526
|
"inheritedFrom": {
|
|
1573
|
-
"name": "
|
|
1574
|
-
"module": "src/accordion/accordion.ts"
|
|
1527
|
+
"name": "AccordionItem",
|
|
1528
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1575
1529
|
}
|
|
1576
|
-
}
|
|
1530
|
+
}
|
|
1531
|
+
],
|
|
1532
|
+
"members": [
|
|
1577
1533
|
{
|
|
1578
1534
|
"kind": "field",
|
|
1579
|
-
"name": "
|
|
1535
|
+
"name": "headinglevel",
|
|
1580
1536
|
"type": {
|
|
1581
|
-
"text": "
|
|
1582
|
-
},
|
|
1583
|
-
"privacy": "private",
|
|
1584
|
-
"inheritedFrom": {
|
|
1585
|
-
"name": "Accordion",
|
|
1586
|
-
"module": "src/accordion/accordion.ts"
|
|
1587
|
-
}
|
|
1588
|
-
},
|
|
1589
|
-
{
|
|
1590
|
-
"kind": "field",
|
|
1591
|
-
"name": "change",
|
|
1592
|
-
"privacy": "private",
|
|
1593
|
-
"inheritedFrom": {
|
|
1594
|
-
"name": "Accordion",
|
|
1595
|
-
"module": "src/accordion/accordion.ts"
|
|
1596
|
-
}
|
|
1597
|
-
},
|
|
1598
|
-
{
|
|
1599
|
-
"kind": "method",
|
|
1600
|
-
"name": "findExpandedItem",
|
|
1601
|
-
"privacy": "private",
|
|
1602
|
-
"return": {
|
|
1603
|
-
"type": {
|
|
1604
|
-
"text": "AccordionItem | null"
|
|
1605
|
-
}
|
|
1537
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1606
1538
|
},
|
|
1539
|
+
"privacy": "public",
|
|
1540
|
+
"default": "2",
|
|
1541
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1607
1542
|
"inheritedFrom": {
|
|
1608
|
-
"name": "
|
|
1609
|
-
"module": "src/accordion/accordion.ts"
|
|
1543
|
+
"name": "AccordionItem",
|
|
1544
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1610
1545
|
}
|
|
1611
1546
|
},
|
|
1612
1547
|
{
|
|
1613
1548
|
"kind": "field",
|
|
1614
|
-
"name": "
|
|
1615
|
-
"
|
|
1616
|
-
|
|
1617
|
-
"name": "Accordion",
|
|
1618
|
-
"module": "src/accordion/accordion.ts"
|
|
1619
|
-
}
|
|
1620
|
-
},
|
|
1621
|
-
{
|
|
1622
|
-
"kind": "method",
|
|
1623
|
-
"name": "resetItems",
|
|
1624
|
-
"privacy": "private",
|
|
1625
|
-
"return": {
|
|
1626
|
-
"type": {
|
|
1627
|
-
"text": "void"
|
|
1628
|
-
}
|
|
1549
|
+
"name": "expanded",
|
|
1550
|
+
"type": {
|
|
1551
|
+
"text": "boolean"
|
|
1629
1552
|
},
|
|
1553
|
+
"privacy": "public",
|
|
1554
|
+
"default": "false",
|
|
1555
|
+
"description": "Expands or collapses the item.",
|
|
1630
1556
|
"inheritedFrom": {
|
|
1631
|
-
"name": "
|
|
1632
|
-
"module": "src/accordion/accordion.ts"
|
|
1633
|
-
}
|
|
1634
|
-
},
|
|
1635
|
-
{
|
|
1636
|
-
"kind": "field",
|
|
1637
|
-
"name": "removeItemListeners",
|
|
1638
|
-
"privacy": "private",
|
|
1639
|
-
"inheritedFrom": {
|
|
1640
|
-
"name": "Accordion",
|
|
1641
|
-
"module": "src/accordion/accordion.ts"
|
|
1557
|
+
"name": "AccordionItem",
|
|
1558
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1642
1559
|
}
|
|
1643
1560
|
},
|
|
1644
1561
|
{
|
|
1645
1562
|
"kind": "field",
|
|
1646
|
-
"name": "
|
|
1647
|
-
"
|
|
1648
|
-
|
|
1649
|
-
"name": "Accordion",
|
|
1650
|
-
"module": "src/accordion/accordion.ts"
|
|
1651
|
-
}
|
|
1652
|
-
},
|
|
1653
|
-
{
|
|
1654
|
-
"kind": "method",
|
|
1655
|
-
"name": "getItemIds",
|
|
1656
|
-
"privacy": "private",
|
|
1657
|
-
"return": {
|
|
1658
|
-
"type": {
|
|
1659
|
-
"text": "Array<string | null>"
|
|
1660
|
-
}
|
|
1661
|
-
},
|
|
1662
|
-
"inheritedFrom": {
|
|
1663
|
-
"name": "Accordion",
|
|
1664
|
-
"module": "src/accordion/accordion.ts"
|
|
1665
|
-
}
|
|
1666
|
-
},
|
|
1667
|
-
{
|
|
1668
|
-
"kind": "method",
|
|
1669
|
-
"name": "isSingleExpandMode",
|
|
1670
|
-
"privacy": "private",
|
|
1671
|
-
"return": {
|
|
1672
|
-
"type": {
|
|
1673
|
-
"text": "boolean"
|
|
1674
|
-
}
|
|
1563
|
+
"name": "id",
|
|
1564
|
+
"type": {
|
|
1565
|
+
"text": "string"
|
|
1675
1566
|
},
|
|
1567
|
+
"privacy": "public",
|
|
1568
|
+
"description": "The item ID",
|
|
1676
1569
|
"inheritedFrom": {
|
|
1677
|
-
"name": "
|
|
1678
|
-
"module": "src/accordion/accordion.ts"
|
|
1679
|
-
}
|
|
1680
|
-
},
|
|
1681
|
-
{
|
|
1682
|
-
"kind": "field",
|
|
1683
|
-
"name": "handleItemKeyDown",
|
|
1684
|
-
"privacy": "private",
|
|
1685
|
-
"inheritedFrom": {
|
|
1686
|
-
"name": "Accordion",
|
|
1687
|
-
"module": "src/accordion/accordion.ts"
|
|
1570
|
+
"name": "AccordionItem",
|
|
1571
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1688
1572
|
}
|
|
1689
1573
|
},
|
|
1690
1574
|
{
|
|
1691
1575
|
"kind": "field",
|
|
1692
|
-
"name": "
|
|
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",
|
|
1576
|
+
"name": "change",
|
|
1724
1577
|
"privacy": "private",
|
|
1725
|
-
"return": {
|
|
1726
|
-
"type": {
|
|
1727
|
-
"text": "void"
|
|
1728
|
-
}
|
|
1729
|
-
},
|
|
1730
1578
|
"inheritedFrom": {
|
|
1731
|
-
"name": "
|
|
1732
|
-
"module": "src/accordion/accordion.ts"
|
|
1579
|
+
"name": "AccordionItem",
|
|
1580
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1733
1581
|
}
|
|
1734
1582
|
},
|
|
1735
1583
|
{
|
|
@@ -1846,18 +1694,18 @@
|
|
|
1846
1694
|
],
|
|
1847
1695
|
"events": [
|
|
1848
1696
|
{
|
|
1849
|
-
"description": "Fires a custom 'change' event when the
|
|
1697
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1850
1698
|
"name": "change",
|
|
1851
1699
|
"inheritedFrom": {
|
|
1852
|
-
"name": "
|
|
1853
|
-
"module": "src/accordion/accordion.ts"
|
|
1700
|
+
"name": "AccordionItem",
|
|
1701
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1854
1702
|
}
|
|
1855
1703
|
}
|
|
1856
1704
|
]
|
|
1857
1705
|
},
|
|
1858
1706
|
{
|
|
1859
1707
|
"kind": "variable",
|
|
1860
|
-
"name": "
|
|
1708
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1861
1709
|
"type": {
|
|
1862
1710
|
"text": "ShadowRootInit"
|
|
1863
1711
|
},
|
|
@@ -1865,57 +1713,57 @@
|
|
|
1865
1713
|
},
|
|
1866
1714
|
{
|
|
1867
1715
|
"kind": "variable",
|
|
1868
|
-
"name": "
|
|
1716
|
+
"name": "defaultAccordionItemConfig",
|
|
1869
1717
|
"type": {
|
|
1870
1718
|
"text": "object"
|
|
1871
1719
|
},
|
|
1872
|
-
"default": "{}"
|
|
1720
|
+
"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}"
|
|
1873
1721
|
},
|
|
1874
1722
|
{
|
|
1875
1723
|
"kind": "variable",
|
|
1876
|
-
"name": "
|
|
1877
|
-
"description": "The Foundation Accordion",
|
|
1724
|
+
"name": "foundationAccordionItem",
|
|
1725
|
+
"description": "The Foundation Accordion Item",
|
|
1878
1726
|
"privacy": "public"
|
|
1879
1727
|
}
|
|
1880
1728
|
],
|
|
1881
1729
|
"exports": [
|
|
1882
1730
|
{
|
|
1883
1731
|
"kind": "js",
|
|
1884
|
-
"name": "
|
|
1732
|
+
"name": "AccordionItem",
|
|
1885
1733
|
"declaration": {
|
|
1886
|
-
"name": "
|
|
1887
|
-
"module": "src/accordion/accordion.ts"
|
|
1734
|
+
"name": "AccordionItem",
|
|
1735
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1888
1736
|
}
|
|
1889
1737
|
},
|
|
1890
1738
|
{
|
|
1891
1739
|
"kind": "js",
|
|
1892
|
-
"name": "
|
|
1740
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1893
1741
|
"declaration": {
|
|
1894
|
-
"name": "
|
|
1895
|
-
"module": "src/accordion/accordion.ts"
|
|
1742
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1743
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1896
1744
|
}
|
|
1897
1745
|
},
|
|
1898
1746
|
{
|
|
1899
1747
|
"kind": "js",
|
|
1900
|
-
"name": "
|
|
1748
|
+
"name": "defaultAccordionItemConfig",
|
|
1901
1749
|
"declaration": {
|
|
1902
|
-
"name": "
|
|
1903
|
-
"module": "src/accordion/accordion.ts"
|
|
1750
|
+
"name": "defaultAccordionItemConfig",
|
|
1751
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1904
1752
|
}
|
|
1905
1753
|
},
|
|
1906
1754
|
{
|
|
1907
1755
|
"kind": "js",
|
|
1908
|
-
"name": "
|
|
1756
|
+
"name": "foundationAccordionItem",
|
|
1909
1757
|
"declaration": {
|
|
1910
|
-
"name": "
|
|
1911
|
-
"module": "src/accordion/accordion.ts"
|
|
1758
|
+
"name": "foundationAccordionItem",
|
|
1759
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1912
1760
|
}
|
|
1913
1761
|
}
|
|
1914
1762
|
]
|
|
1915
1763
|
},
|
|
1916
1764
|
{
|
|
1917
1765
|
"kind": "javascript-module",
|
|
1918
|
-
"path": "src/accordion/index.ts",
|
|
1766
|
+
"path": "src/accordion-item/index.ts",
|
|
1919
1767
|
"declarations": [],
|
|
1920
1768
|
"exports": [
|
|
1921
1769
|
{
|
|
@@ -1923,7 +1771,7 @@
|
|
|
1923
1771
|
"name": "*",
|
|
1924
1772
|
"declaration": {
|
|
1925
1773
|
"name": "*",
|
|
1926
|
-
"package": "./accordion.template"
|
|
1774
|
+
"package": "./accordion-item.template"
|
|
1927
1775
|
}
|
|
1928
1776
|
},
|
|
1929
1777
|
{
|
|
@@ -1931,7 +1779,7 @@
|
|
|
1931
1779
|
"name": "*",
|
|
1932
1780
|
"declaration": {
|
|
1933
1781
|
"name": "*",
|
|
1934
|
-
"package": "./accordion.styles"
|
|
1782
|
+
"package": "./accordion-item.styles"
|
|
1935
1783
|
}
|
|
1936
1784
|
},
|
|
1937
1785
|
{
|
|
@@ -1939,18 +1787,72 @@
|
|
|
1939
1787
|
"name": "*",
|
|
1940
1788
|
"declaration": {
|
|
1941
1789
|
"name": "*",
|
|
1942
|
-
"package": "./accordion"
|
|
1790
|
+
"package": "./accordion-item"
|
|
1943
1791
|
}
|
|
1944
1792
|
}
|
|
1945
1793
|
]
|
|
1946
1794
|
},
|
|
1947
1795
|
{
|
|
1948
1796
|
"kind": "javascript-module",
|
|
1949
|
-
"path": "src/
|
|
1797
|
+
"path": "src/_config/index.ts",
|
|
1798
|
+
"declarations": [],
|
|
1799
|
+
"exports": [
|
|
1800
|
+
{
|
|
1801
|
+
"kind": "js",
|
|
1802
|
+
"name": "*",
|
|
1803
|
+
"declaration": {
|
|
1804
|
+
"name": "*",
|
|
1805
|
+
"package": "./styles"
|
|
1806
|
+
}
|
|
1807
|
+
},
|
|
1808
|
+
{
|
|
1809
|
+
"kind": "js",
|
|
1810
|
+
"name": "*",
|
|
1811
|
+
"declaration": {
|
|
1812
|
+
"name": "*",
|
|
1813
|
+
"package": "./tokens"
|
|
1814
|
+
}
|
|
1815
|
+
},
|
|
1816
|
+
{
|
|
1817
|
+
"kind": "js",
|
|
1818
|
+
"name": "*",
|
|
1819
|
+
"declaration": {
|
|
1820
|
+
"name": "*",
|
|
1821
|
+
"package": "./values"
|
|
1822
|
+
}
|
|
1823
|
+
}
|
|
1824
|
+
]
|
|
1825
|
+
},
|
|
1826
|
+
{
|
|
1827
|
+
"kind": "javascript-module",
|
|
1828
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1950
1829
|
"declarations": [
|
|
1951
1830
|
{
|
|
1952
1831
|
"kind": "function",
|
|
1953
|
-
"name": "
|
|
1832
|
+
"name": "actionsMenuBaseStyles",
|
|
1833
|
+
"return": {
|
|
1834
|
+
"type": {
|
|
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",
|
|
1954
1856
|
"return": {
|
|
1955
1857
|
"type": {
|
|
1956
1858
|
"text": "ElementStyles"
|
|
@@ -1975,540 +1877,123 @@
|
|
|
1975
1877
|
"exports": [
|
|
1976
1878
|
{
|
|
1977
1879
|
"kind": "js",
|
|
1978
|
-
"name": "
|
|
1880
|
+
"name": "actionsMenuBaseStyles",
|
|
1979
1881
|
"declaration": {
|
|
1980
|
-
"name": "
|
|
1981
|
-
"module": "src/
|
|
1882
|
+
"name": "actionsMenuBaseStyles",
|
|
1883
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1884
|
+
}
|
|
1885
|
+
},
|
|
1886
|
+
{
|
|
1887
|
+
"kind": "js",
|
|
1888
|
+
"name": "foundationActionsMenuStyles",
|
|
1889
|
+
"declaration": {
|
|
1890
|
+
"name": "foundationActionsMenuStyles",
|
|
1891
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1982
1892
|
}
|
|
1983
1893
|
}
|
|
1984
1894
|
]
|
|
1985
1895
|
},
|
|
1986
1896
|
{
|
|
1987
1897
|
"kind": "javascript-module",
|
|
1988
|
-
"path": "src/
|
|
1898
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1989
1899
|
"declarations": [
|
|
1990
1900
|
{
|
|
1991
1901
|
"kind": "function",
|
|
1992
|
-
"name": "
|
|
1993
|
-
"return": {
|
|
1994
|
-
"type": {
|
|
1995
|
-
"text": "ViewTemplate<AccordionItem>"
|
|
1996
|
-
}
|
|
1997
|
-
},
|
|
1902
|
+
"name": "menuTemplate",
|
|
1998
1903
|
"parameters": [
|
|
1999
1904
|
{
|
|
2000
|
-
"name": "
|
|
1905
|
+
"name": "prefix",
|
|
2001
1906
|
"type": {
|
|
2002
|
-
"text": "
|
|
1907
|
+
"text": "string"
|
|
2003
1908
|
}
|
|
2004
|
-
}
|
|
1909
|
+
}
|
|
1910
|
+
]
|
|
1911
|
+
},
|
|
1912
|
+
{
|
|
1913
|
+
"kind": "function",
|
|
1914
|
+
"name": "singleOptionTemplate",
|
|
1915
|
+
"parameters": [
|
|
2005
1916
|
{
|
|
2006
|
-
"name": "
|
|
1917
|
+
"name": "prefix",
|
|
2007
1918
|
"type": {
|
|
2008
|
-
"text": "
|
|
1919
|
+
"text": "string"
|
|
2009
1920
|
}
|
|
2010
1921
|
}
|
|
2011
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`"
|
|
2012
1931
|
}
|
|
2013
1932
|
],
|
|
2014
1933
|
"exports": [
|
|
2015
1934
|
{
|
|
2016
1935
|
"kind": "js",
|
|
2017
|
-
"name": "
|
|
1936
|
+
"name": "menuTemplate",
|
|
2018
1937
|
"declaration": {
|
|
2019
|
-
"name": "
|
|
2020
|
-
"module": "src/
|
|
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"
|
|
2021
1956
|
}
|
|
2022
1957
|
}
|
|
2023
1958
|
]
|
|
2024
1959
|
},
|
|
2025
1960
|
{
|
|
2026
1961
|
"kind": "javascript-module",
|
|
2027
|
-
"path": "src/
|
|
1962
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
2028
1963
|
"declarations": [
|
|
2029
1964
|
{
|
|
2030
1965
|
"kind": "class",
|
|
2031
1966
|
"description": "",
|
|
2032
|
-
"name": "
|
|
2033
|
-
"
|
|
2034
|
-
"name": "FASTAccordionItem",
|
|
2035
|
-
"package": "@microsoft/fast-components"
|
|
2036
|
-
},
|
|
2037
|
-
"tagName": "%%prefix%%-accordion-item",
|
|
2038
|
-
"customElement": true,
|
|
2039
|
-
"attributes": [
|
|
1967
|
+
"name": "ActionsMenu",
|
|
1968
|
+
"members": [
|
|
2040
1969
|
{
|
|
2041
|
-
"
|
|
1970
|
+
"kind": "field",
|
|
1971
|
+
"name": "actions",
|
|
2042
1972
|
"type": {
|
|
2043
|
-
"text": "
|
|
2044
|
-
},
|
|
2045
|
-
"default": "2",
|
|
2046
|
-
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
2047
|
-
"fieldName": "headinglevel",
|
|
2048
|
-
"inheritedFrom": {
|
|
2049
|
-
"name": "AccordionItem",
|
|
2050
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1973
|
+
"text": "ActionMenuItem[]"
|
|
2051
1974
|
}
|
|
2052
1975
|
},
|
|
2053
1976
|
{
|
|
1977
|
+
"kind": "field",
|
|
1978
|
+
"name": "isVertical",
|
|
2054
1979
|
"type": {
|
|
2055
1980
|
"text": "boolean"
|
|
2056
1981
|
},
|
|
2057
|
-
"default": "false"
|
|
2058
|
-
"description": "Expands or collapses the item.",
|
|
2059
|
-
"fieldName": "expanded",
|
|
2060
|
-
"inheritedFrom": {
|
|
2061
|
-
"name": "AccordionItem",
|
|
2062
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2063
|
-
}
|
|
1982
|
+
"default": "false"
|
|
2064
1983
|
},
|
|
2065
1984
|
{
|
|
2066
|
-
"
|
|
1985
|
+
"kind": "field",
|
|
1986
|
+
"name": "addDefaultActions",
|
|
2067
1987
|
"type": {
|
|
2068
|
-
"text": "
|
|
1988
|
+
"text": "boolean"
|
|
2069
1989
|
},
|
|
2070
|
-
"
|
|
2071
|
-
|
|
2072
|
-
"inheritedFrom": {
|
|
2073
|
-
"name": "AccordionItem",
|
|
2074
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2075
|
-
}
|
|
2076
|
-
}
|
|
2077
|
-
],
|
|
2078
|
-
"members": [
|
|
1990
|
+
"default": "true"
|
|
1991
|
+
},
|
|
2079
1992
|
{
|
|
2080
1993
|
"kind": "field",
|
|
2081
|
-
"name": "
|
|
1994
|
+
"name": "autoCloseOnAction",
|
|
2082
1995
|
"type": {
|
|
2083
|
-
"text": "
|
|
2084
|
-
},
|
|
2085
|
-
"privacy": "public",
|
|
2086
|
-
"default": "2",
|
|
2087
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
2088
|
-
"inheritedFrom": {
|
|
2089
|
-
"name": "AccordionItem",
|
|
2090
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2091
|
-
}
|
|
2092
|
-
},
|
|
2093
|
-
{
|
|
2094
|
-
"kind": "field",
|
|
2095
|
-
"name": "expanded",
|
|
2096
|
-
"type": {
|
|
2097
|
-
"text": "boolean"
|
|
2098
|
-
},
|
|
2099
|
-
"privacy": "public",
|
|
2100
|
-
"default": "false",
|
|
2101
|
-
"description": "Expands or collapses the item.",
|
|
2102
|
-
"inheritedFrom": {
|
|
2103
|
-
"name": "AccordionItem",
|
|
2104
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2105
|
-
}
|
|
2106
|
-
},
|
|
2107
|
-
{
|
|
2108
|
-
"kind": "field",
|
|
2109
|
-
"name": "id",
|
|
2110
|
-
"type": {
|
|
2111
|
-
"text": "string"
|
|
2112
|
-
},
|
|
2113
|
-
"privacy": "public",
|
|
2114
|
-
"description": "The item ID",
|
|
2115
|
-
"inheritedFrom": {
|
|
2116
|
-
"name": "AccordionItem",
|
|
2117
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2118
|
-
}
|
|
2119
|
-
},
|
|
2120
|
-
{
|
|
2121
|
-
"kind": "field",
|
|
2122
|
-
"name": "change",
|
|
2123
|
-
"privacy": "private",
|
|
2124
|
-
"inheritedFrom": {
|
|
2125
|
-
"name": "AccordionItem",
|
|
2126
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2127
|
-
}
|
|
2128
|
-
},
|
|
2129
|
-
{
|
|
2130
|
-
"kind": "field",
|
|
2131
|
-
"name": "_presentation",
|
|
2132
|
-
"type": {
|
|
2133
|
-
"text": "ComponentPresentation | null | undefined"
|
|
2134
|
-
},
|
|
2135
|
-
"privacy": "private",
|
|
2136
|
-
"default": "void 0",
|
|
2137
|
-
"inheritedFrom": {
|
|
2138
|
-
"name": "FoundationElement",
|
|
2139
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2140
|
-
}
|
|
2141
|
-
},
|
|
2142
|
-
{
|
|
2143
|
-
"kind": "field",
|
|
2144
|
-
"name": "$presentation",
|
|
2145
|
-
"type": {
|
|
2146
|
-
"text": "ComponentPresentation | null"
|
|
2147
|
-
},
|
|
2148
|
-
"privacy": "public",
|
|
2149
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2150
|
-
"inheritedFrom": {
|
|
2151
|
-
"name": "FoundationElement",
|
|
2152
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2153
|
-
}
|
|
2154
|
-
},
|
|
2155
|
-
{
|
|
2156
|
-
"kind": "field",
|
|
2157
|
-
"name": "template",
|
|
2158
|
-
"type": {
|
|
2159
|
-
"text": "ElementViewTemplate | void | null"
|
|
2160
|
-
},
|
|
2161
|
-
"privacy": "public",
|
|
2162
|
-
"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.",
|
|
2163
|
-
"inheritedFrom": {
|
|
2164
|
-
"name": "FoundationElement",
|
|
2165
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2166
|
-
}
|
|
2167
|
-
},
|
|
2168
|
-
{
|
|
2169
|
-
"kind": "method",
|
|
2170
|
-
"name": "templateChanged",
|
|
2171
|
-
"privacy": "protected",
|
|
2172
|
-
"return": {
|
|
2173
|
-
"type": {
|
|
2174
|
-
"text": "void"
|
|
2175
|
-
}
|
|
2176
|
-
},
|
|
2177
|
-
"inheritedFrom": {
|
|
2178
|
-
"name": "FoundationElement",
|
|
2179
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2180
|
-
}
|
|
2181
|
-
},
|
|
2182
|
-
{
|
|
2183
|
-
"kind": "field",
|
|
2184
|
-
"name": "styles",
|
|
2185
|
-
"type": {
|
|
2186
|
-
"text": "ElementStyles | void | null"
|
|
2187
|
-
},
|
|
2188
|
-
"privacy": "public",
|
|
2189
|
-
"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.",
|
|
2190
|
-
"inheritedFrom": {
|
|
2191
|
-
"name": "FoundationElement",
|
|
2192
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2193
|
-
}
|
|
2194
|
-
},
|
|
2195
|
-
{
|
|
2196
|
-
"kind": "method",
|
|
2197
|
-
"name": "stylesChanged",
|
|
2198
|
-
"privacy": "protected",
|
|
2199
|
-
"return": {
|
|
2200
|
-
"type": {
|
|
2201
|
-
"text": "void"
|
|
2202
|
-
}
|
|
2203
|
-
},
|
|
2204
|
-
"inheritedFrom": {
|
|
2205
|
-
"name": "FoundationElement",
|
|
2206
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2207
|
-
}
|
|
2208
|
-
},
|
|
2209
|
-
{
|
|
2210
|
-
"kind": "method",
|
|
2211
|
-
"name": "compose",
|
|
2212
|
-
"privacy": "public",
|
|
2213
|
-
"static": true,
|
|
2214
|
-
"return": {
|
|
2215
|
-
"type": {
|
|
2216
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2217
|
-
}
|
|
2218
|
-
},
|
|
2219
|
-
"parameters": [
|
|
2220
|
-
{
|
|
2221
|
-
"name": "this",
|
|
2222
|
-
"type": {
|
|
2223
|
-
"text": "K"
|
|
2224
|
-
}
|
|
2225
|
-
},
|
|
2226
|
-
{
|
|
2227
|
-
"name": "elementDefinition",
|
|
2228
|
-
"type": {
|
|
2229
|
-
"text": "T"
|
|
2230
|
-
},
|
|
2231
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
2232
|
-
}
|
|
2233
|
-
],
|
|
2234
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2235
|
-
"inheritedFrom": {
|
|
2236
|
-
"name": "FoundationElement",
|
|
2237
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2238
|
-
}
|
|
2239
|
-
}
|
|
2240
|
-
],
|
|
2241
|
-
"events": [
|
|
2242
|
-
{
|
|
2243
|
-
"description": "Fires a custom 'change' event when the button is invoked",
|
|
2244
|
-
"name": "change",
|
|
2245
|
-
"inheritedFrom": {
|
|
2246
|
-
"name": "AccordionItem",
|
|
2247
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2248
|
-
}
|
|
2249
|
-
}
|
|
2250
|
-
]
|
|
2251
|
-
},
|
|
2252
|
-
{
|
|
2253
|
-
"kind": "variable",
|
|
2254
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
2255
|
-
"type": {
|
|
2256
|
-
"text": "ShadowRootInit"
|
|
2257
|
-
},
|
|
2258
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2259
|
-
},
|
|
2260
|
-
{
|
|
2261
|
-
"kind": "variable",
|
|
2262
|
-
"name": "defaultAccordionItemConfig",
|
|
2263
|
-
"type": {
|
|
2264
|
-
"text": "object"
|
|
2265
|
-
},
|
|
2266
|
-
"default": "{\n collapsedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"collapsed-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M9 5.44446V12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n expandedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"expanded-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"minus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n}"
|
|
2267
|
-
},
|
|
2268
|
-
{
|
|
2269
|
-
"kind": "variable",
|
|
2270
|
-
"name": "foundationAccordionItem",
|
|
2271
|
-
"description": "The Foundation Accordion Item",
|
|
2272
|
-
"privacy": "public"
|
|
2273
|
-
}
|
|
2274
|
-
],
|
|
2275
|
-
"exports": [
|
|
2276
|
-
{
|
|
2277
|
-
"kind": "js",
|
|
2278
|
-
"name": "AccordionItem",
|
|
2279
|
-
"declaration": {
|
|
2280
|
-
"name": "AccordionItem",
|
|
2281
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2282
|
-
}
|
|
2283
|
-
},
|
|
2284
|
-
{
|
|
2285
|
-
"kind": "js",
|
|
2286
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
2287
|
-
"declaration": {
|
|
2288
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
2289
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2290
|
-
}
|
|
2291
|
-
},
|
|
2292
|
-
{
|
|
2293
|
-
"kind": "js",
|
|
2294
|
-
"name": "defaultAccordionItemConfig",
|
|
2295
|
-
"declaration": {
|
|
2296
|
-
"name": "defaultAccordionItemConfig",
|
|
2297
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2298
|
-
}
|
|
2299
|
-
},
|
|
2300
|
-
{
|
|
2301
|
-
"kind": "js",
|
|
2302
|
-
"name": "foundationAccordionItem",
|
|
2303
|
-
"declaration": {
|
|
2304
|
-
"name": "foundationAccordionItem",
|
|
2305
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2306
|
-
}
|
|
2307
|
-
}
|
|
2308
|
-
]
|
|
2309
|
-
},
|
|
2310
|
-
{
|
|
2311
|
-
"kind": "javascript-module",
|
|
2312
|
-
"path": "src/accordion-item/index.ts",
|
|
2313
|
-
"declarations": [],
|
|
2314
|
-
"exports": [
|
|
2315
|
-
{
|
|
2316
|
-
"kind": "js",
|
|
2317
|
-
"name": "*",
|
|
2318
|
-
"declaration": {
|
|
2319
|
-
"name": "*",
|
|
2320
|
-
"package": "./accordion-item.template"
|
|
2321
|
-
}
|
|
2322
|
-
},
|
|
2323
|
-
{
|
|
2324
|
-
"kind": "js",
|
|
2325
|
-
"name": "*",
|
|
2326
|
-
"declaration": {
|
|
2327
|
-
"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
|
-
]
|
|
2367
|
-
},
|
|
2368
|
-
{
|
|
2369
|
-
"kind": "function",
|
|
2370
|
-
"name": "foundationActionsMenuStyles",
|
|
2371
|
-
"return": {
|
|
2372
|
-
"type": {
|
|
2373
|
-
"text": "ElementStyles"
|
|
2374
|
-
}
|
|
2375
|
-
},
|
|
2376
|
-
"parameters": [
|
|
2377
|
-
{
|
|
2378
|
-
"name": "context",
|
|
2379
|
-
"type": {
|
|
2380
|
-
"text": "ElementDefinitionContext"
|
|
2381
|
-
}
|
|
2382
|
-
},
|
|
2383
|
-
{
|
|
2384
|
-
"name": "definition",
|
|
2385
|
-
"type": {
|
|
2386
|
-
"text": "FoundationElementDefinition"
|
|
2387
|
-
}
|
|
2388
|
-
}
|
|
2389
|
-
]
|
|
2390
|
-
}
|
|
2391
|
-
],
|
|
2392
|
-
"exports": [
|
|
2393
|
-
{
|
|
2394
|
-
"kind": "js",
|
|
2395
|
-
"name": "actionsMenuBaseStyles",
|
|
2396
|
-
"declaration": {
|
|
2397
|
-
"name": "actionsMenuBaseStyles",
|
|
2398
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2399
|
-
}
|
|
2400
|
-
},
|
|
2401
|
-
{
|
|
2402
|
-
"kind": "js",
|
|
2403
|
-
"name": "foundationActionsMenuStyles",
|
|
2404
|
-
"declaration": {
|
|
2405
|
-
"name": "foundationActionsMenuStyles",
|
|
2406
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2407
|
-
}
|
|
2408
|
-
}
|
|
2409
|
-
]
|
|
2410
|
-
},
|
|
2411
|
-
{
|
|
2412
|
-
"kind": "javascript-module",
|
|
2413
|
-
"path": "src/actions-menu/actions-menu.template.ts",
|
|
2414
|
-
"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
|
-
{
|
|
2440
|
-
"kind": "variable",
|
|
2441
|
-
"name": "foundationActionsMenuTemplate",
|
|
2442
|
-
"type": {
|
|
2443
|
-
"text": "ViewTemplate<ActionsMenu>"
|
|
2444
|
-
},
|
|
2445
|
-
"default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
|
|
2446
|
-
}
|
|
2447
|
-
],
|
|
2448
|
-
"exports": [
|
|
2449
|
-
{
|
|
2450
|
-
"kind": "js",
|
|
2451
|
-
"name": "menuTemplate",
|
|
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",
|
|
2468
|
-
"declaration": {
|
|
2469
|
-
"name": "foundationActionsMenuTemplate",
|
|
2470
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2471
|
-
}
|
|
2472
|
-
}
|
|
2473
|
-
]
|
|
2474
|
-
},
|
|
2475
|
-
{
|
|
2476
|
-
"kind": "javascript-module",
|
|
2477
|
-
"path": "src/actions-menu/actions-menu.ts",
|
|
2478
|
-
"declarations": [
|
|
2479
|
-
{
|
|
2480
|
-
"kind": "class",
|
|
2481
|
-
"description": "",
|
|
2482
|
-
"name": "ActionsMenu",
|
|
2483
|
-
"members": [
|
|
2484
|
-
{
|
|
2485
|
-
"kind": "field",
|
|
2486
|
-
"name": "actions",
|
|
2487
|
-
"type": {
|
|
2488
|
-
"text": "ActionMenuItem[]"
|
|
2489
|
-
}
|
|
2490
|
-
},
|
|
2491
|
-
{
|
|
2492
|
-
"kind": "field",
|
|
2493
|
-
"name": "isVertical",
|
|
2494
|
-
"type": {
|
|
2495
|
-
"text": "boolean"
|
|
2496
|
-
},
|
|
2497
|
-
"default": "false"
|
|
2498
|
-
},
|
|
2499
|
-
{
|
|
2500
|
-
"kind": "field",
|
|
2501
|
-
"name": "addDefaultActions",
|
|
2502
|
-
"type": {
|
|
2503
|
-
"text": "boolean"
|
|
2504
|
-
},
|
|
2505
|
-
"default": "true"
|
|
2506
|
-
},
|
|
2507
|
-
{
|
|
2508
|
-
"kind": "field",
|
|
2509
|
-
"name": "autoCloseOnAction",
|
|
2510
|
-
"type": {
|
|
2511
|
-
"text": "boolean"
|
|
1996
|
+
"text": "boolean"
|
|
2512
1997
|
},
|
|
2513
1998
|
"default": "true"
|
|
2514
1999
|
},
|
|
@@ -3506,6 +2991,521 @@
|
|
|
3506
2991
|
}
|
|
3507
2992
|
]
|
|
3508
2993
|
},
|
|
2994
|
+
{
|
|
2995
|
+
"kind": "javascript-module",
|
|
2996
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
2997
|
+
"declarations": [
|
|
2998
|
+
{
|
|
2999
|
+
"kind": "function",
|
|
3000
|
+
"name": "foundationAccordionStyles",
|
|
3001
|
+
"return": {
|
|
3002
|
+
"type": {
|
|
3003
|
+
"text": "ElementStyles"
|
|
3004
|
+
}
|
|
3005
|
+
},
|
|
3006
|
+
"parameters": [
|
|
3007
|
+
{
|
|
3008
|
+
"name": "context",
|
|
3009
|
+
"type": {
|
|
3010
|
+
"text": "ElementDefinitionContext"
|
|
3011
|
+
}
|
|
3012
|
+
},
|
|
3013
|
+
{
|
|
3014
|
+
"name": "definition",
|
|
3015
|
+
"type": {
|
|
3016
|
+
"text": "FoundationElementDefinition"
|
|
3017
|
+
}
|
|
3018
|
+
}
|
|
3019
|
+
]
|
|
3020
|
+
}
|
|
3021
|
+
],
|
|
3022
|
+
"exports": [
|
|
3023
|
+
{
|
|
3024
|
+
"kind": "js",
|
|
3025
|
+
"name": "foundationAccordionStyles",
|
|
3026
|
+
"declaration": {
|
|
3027
|
+
"name": "foundationAccordionStyles",
|
|
3028
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
3029
|
+
}
|
|
3030
|
+
}
|
|
3031
|
+
]
|
|
3032
|
+
},
|
|
3033
|
+
{
|
|
3034
|
+
"kind": "javascript-module",
|
|
3035
|
+
"path": "src/accordion/accordion.template.ts",
|
|
3036
|
+
"declarations": [
|
|
3037
|
+
{
|
|
3038
|
+
"kind": "function",
|
|
3039
|
+
"name": "foundationAccordionTemplate",
|
|
3040
|
+
"return": {
|
|
3041
|
+
"type": {
|
|
3042
|
+
"text": "ViewTemplate<Accordion>"
|
|
3043
|
+
}
|
|
3044
|
+
},
|
|
3045
|
+
"parameters": [
|
|
3046
|
+
{
|
|
3047
|
+
"name": "context",
|
|
3048
|
+
"type": {
|
|
3049
|
+
"text": "ElementDefinitionContext"
|
|
3050
|
+
}
|
|
3051
|
+
},
|
|
3052
|
+
{
|
|
3053
|
+
"name": "definition",
|
|
3054
|
+
"type": {
|
|
3055
|
+
"text": "FoundationElementDefinition"
|
|
3056
|
+
}
|
|
3057
|
+
}
|
|
3058
|
+
]
|
|
3059
|
+
}
|
|
3060
|
+
],
|
|
3061
|
+
"exports": [
|
|
3062
|
+
{
|
|
3063
|
+
"kind": "js",
|
|
3064
|
+
"name": "foundationAccordionTemplate",
|
|
3065
|
+
"declaration": {
|
|
3066
|
+
"name": "foundationAccordionTemplate",
|
|
3067
|
+
"module": "src/accordion/accordion.template.ts"
|
|
3068
|
+
}
|
|
3069
|
+
}
|
|
3070
|
+
]
|
|
3071
|
+
},
|
|
3072
|
+
{
|
|
3073
|
+
"kind": "javascript-module",
|
|
3074
|
+
"path": "src/accordion/accordion.ts",
|
|
3075
|
+
"declarations": [
|
|
3076
|
+
{
|
|
3077
|
+
"kind": "class",
|
|
3078
|
+
"description": "",
|
|
3079
|
+
"name": "Accordion",
|
|
3080
|
+
"superclass": {
|
|
3081
|
+
"name": "FASTAccordion",
|
|
3082
|
+
"package": "@microsoft/fast-foundation"
|
|
3083
|
+
},
|
|
3084
|
+
"tagName": "%%prefix%%-accordion",
|
|
3085
|
+
"customElement": true,
|
|
3086
|
+
"attributes": [
|
|
3087
|
+
{
|
|
3088
|
+
"name": "expand-mode",
|
|
3089
|
+
"type": {
|
|
3090
|
+
"text": "AccordionExpandMode"
|
|
3091
|
+
},
|
|
3092
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3093
|
+
"fieldName": "expandmode",
|
|
3094
|
+
"inheritedFrom": {
|
|
3095
|
+
"name": "Accordion",
|
|
3096
|
+
"module": "src/accordion/accordion.ts"
|
|
3097
|
+
}
|
|
3098
|
+
}
|
|
3099
|
+
],
|
|
3100
|
+
"members": [
|
|
3101
|
+
{
|
|
3102
|
+
"kind": "field",
|
|
3103
|
+
"name": "expandmode",
|
|
3104
|
+
"type": {
|
|
3105
|
+
"text": "AccordionExpandMode"
|
|
3106
|
+
},
|
|
3107
|
+
"privacy": "public",
|
|
3108
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3109
|
+
"inheritedFrom": {
|
|
3110
|
+
"name": "Accordion",
|
|
3111
|
+
"module": "src/accordion/accordion.ts"
|
|
3112
|
+
}
|
|
3113
|
+
},
|
|
3114
|
+
{
|
|
3115
|
+
"kind": "field",
|
|
3116
|
+
"name": "activeid",
|
|
3117
|
+
"type": {
|
|
3118
|
+
"text": "string | null"
|
|
3119
|
+
},
|
|
3120
|
+
"privacy": "private",
|
|
3121
|
+
"inheritedFrom": {
|
|
3122
|
+
"name": "Accordion",
|
|
3123
|
+
"module": "src/accordion/accordion.ts"
|
|
3124
|
+
}
|
|
3125
|
+
},
|
|
3126
|
+
{
|
|
3127
|
+
"kind": "field",
|
|
3128
|
+
"name": "activeItemIndex",
|
|
3129
|
+
"type": {
|
|
3130
|
+
"text": "number"
|
|
3131
|
+
},
|
|
3132
|
+
"privacy": "private",
|
|
3133
|
+
"default": "0",
|
|
3134
|
+
"inheritedFrom": {
|
|
3135
|
+
"name": "Accordion",
|
|
3136
|
+
"module": "src/accordion/accordion.ts"
|
|
3137
|
+
}
|
|
3138
|
+
},
|
|
3139
|
+
{
|
|
3140
|
+
"kind": "field",
|
|
3141
|
+
"name": "accordionIds",
|
|
3142
|
+
"type": {
|
|
3143
|
+
"text": "Array<string | null>"
|
|
3144
|
+
},
|
|
3145
|
+
"privacy": "private",
|
|
3146
|
+
"inheritedFrom": {
|
|
3147
|
+
"name": "Accordion",
|
|
3148
|
+
"module": "src/accordion/accordion.ts"
|
|
3149
|
+
}
|
|
3150
|
+
},
|
|
3151
|
+
{
|
|
3152
|
+
"kind": "field",
|
|
3153
|
+
"name": "change",
|
|
3154
|
+
"privacy": "private",
|
|
3155
|
+
"inheritedFrom": {
|
|
3156
|
+
"name": "Accordion",
|
|
3157
|
+
"module": "src/accordion/accordion.ts"
|
|
3158
|
+
}
|
|
3159
|
+
},
|
|
3160
|
+
{
|
|
3161
|
+
"kind": "method",
|
|
3162
|
+
"name": "findExpandedItem",
|
|
3163
|
+
"privacy": "private",
|
|
3164
|
+
"return": {
|
|
3165
|
+
"type": {
|
|
3166
|
+
"text": "AccordionItem | null"
|
|
3167
|
+
}
|
|
3168
|
+
},
|
|
3169
|
+
"inheritedFrom": {
|
|
3170
|
+
"name": "Accordion",
|
|
3171
|
+
"module": "src/accordion/accordion.ts"
|
|
3172
|
+
}
|
|
3173
|
+
},
|
|
3174
|
+
{
|
|
3175
|
+
"kind": "field",
|
|
3176
|
+
"name": "setItems",
|
|
3177
|
+
"privacy": "private",
|
|
3178
|
+
"inheritedFrom": {
|
|
3179
|
+
"name": "Accordion",
|
|
3180
|
+
"module": "src/accordion/accordion.ts"
|
|
3181
|
+
}
|
|
3182
|
+
},
|
|
3183
|
+
{
|
|
3184
|
+
"kind": "method",
|
|
3185
|
+
"name": "resetItems",
|
|
3186
|
+
"privacy": "private",
|
|
3187
|
+
"return": {
|
|
3188
|
+
"type": {
|
|
3189
|
+
"text": "void"
|
|
3190
|
+
}
|
|
3191
|
+
},
|
|
3192
|
+
"inheritedFrom": {
|
|
3193
|
+
"name": "Accordion",
|
|
3194
|
+
"module": "src/accordion/accordion.ts"
|
|
3195
|
+
}
|
|
3196
|
+
},
|
|
3197
|
+
{
|
|
3198
|
+
"kind": "field",
|
|
3199
|
+
"name": "removeItemListeners",
|
|
3200
|
+
"privacy": "private",
|
|
3201
|
+
"inheritedFrom": {
|
|
3202
|
+
"name": "Accordion",
|
|
3203
|
+
"module": "src/accordion/accordion.ts"
|
|
3204
|
+
}
|
|
3205
|
+
},
|
|
3206
|
+
{
|
|
3207
|
+
"kind": "field",
|
|
3208
|
+
"name": "activeItemChange",
|
|
3209
|
+
"privacy": "private",
|
|
3210
|
+
"inheritedFrom": {
|
|
3211
|
+
"name": "Accordion",
|
|
3212
|
+
"module": "src/accordion/accordion.ts"
|
|
3213
|
+
}
|
|
3214
|
+
},
|
|
3215
|
+
{
|
|
3216
|
+
"kind": "method",
|
|
3217
|
+
"name": "getItemIds",
|
|
3218
|
+
"privacy": "private",
|
|
3219
|
+
"return": {
|
|
3220
|
+
"type": {
|
|
3221
|
+
"text": "Array<string | null>"
|
|
3222
|
+
}
|
|
3223
|
+
},
|
|
3224
|
+
"inheritedFrom": {
|
|
3225
|
+
"name": "Accordion",
|
|
3226
|
+
"module": "src/accordion/accordion.ts"
|
|
3227
|
+
}
|
|
3228
|
+
},
|
|
3229
|
+
{
|
|
3230
|
+
"kind": "method",
|
|
3231
|
+
"name": "isSingleExpandMode",
|
|
3232
|
+
"privacy": "private",
|
|
3233
|
+
"return": {
|
|
3234
|
+
"type": {
|
|
3235
|
+
"text": "boolean"
|
|
3236
|
+
}
|
|
3237
|
+
},
|
|
3238
|
+
"inheritedFrom": {
|
|
3239
|
+
"name": "Accordion",
|
|
3240
|
+
"module": "src/accordion/accordion.ts"
|
|
3241
|
+
}
|
|
3242
|
+
},
|
|
3243
|
+
{
|
|
3244
|
+
"kind": "field",
|
|
3245
|
+
"name": "handleItemKeyDown",
|
|
3246
|
+
"privacy": "private",
|
|
3247
|
+
"inheritedFrom": {
|
|
3248
|
+
"name": "Accordion",
|
|
3249
|
+
"module": "src/accordion/accordion.ts"
|
|
3250
|
+
}
|
|
3251
|
+
},
|
|
3252
|
+
{
|
|
3253
|
+
"kind": "field",
|
|
3254
|
+
"name": "handleItemFocus",
|
|
3255
|
+
"privacy": "private",
|
|
3256
|
+
"inheritedFrom": {
|
|
3257
|
+
"name": "Accordion",
|
|
3258
|
+
"module": "src/accordion/accordion.ts"
|
|
3259
|
+
}
|
|
3260
|
+
},
|
|
3261
|
+
{
|
|
3262
|
+
"kind": "method",
|
|
3263
|
+
"name": "adjust",
|
|
3264
|
+
"privacy": "private",
|
|
3265
|
+
"return": {
|
|
3266
|
+
"type": {
|
|
3267
|
+
"text": "void"
|
|
3268
|
+
}
|
|
3269
|
+
},
|
|
3270
|
+
"parameters": [
|
|
3271
|
+
{
|
|
3272
|
+
"name": "adjustment",
|
|
3273
|
+
"type": {
|
|
3274
|
+
"text": "number"
|
|
3275
|
+
}
|
|
3276
|
+
}
|
|
3277
|
+
],
|
|
3278
|
+
"inheritedFrom": {
|
|
3279
|
+
"name": "Accordion",
|
|
3280
|
+
"module": "src/accordion/accordion.ts"
|
|
3281
|
+
}
|
|
3282
|
+
},
|
|
3283
|
+
{
|
|
3284
|
+
"kind": "method",
|
|
3285
|
+
"name": "focusItem",
|
|
3286
|
+
"privacy": "private",
|
|
3287
|
+
"return": {
|
|
3288
|
+
"type": {
|
|
3289
|
+
"text": "void"
|
|
3290
|
+
}
|
|
3291
|
+
},
|
|
3292
|
+
"inheritedFrom": {
|
|
3293
|
+
"name": "Accordion",
|
|
3294
|
+
"module": "src/accordion/accordion.ts"
|
|
3295
|
+
}
|
|
3296
|
+
},
|
|
3297
|
+
{
|
|
3298
|
+
"kind": "field",
|
|
3299
|
+
"name": "_presentation",
|
|
3300
|
+
"type": {
|
|
3301
|
+
"text": "ComponentPresentation | null | undefined"
|
|
3302
|
+
},
|
|
3303
|
+
"privacy": "private",
|
|
3304
|
+
"default": "void 0",
|
|
3305
|
+
"inheritedFrom": {
|
|
3306
|
+
"name": "FoundationElement",
|
|
3307
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3308
|
+
}
|
|
3309
|
+
},
|
|
3310
|
+
{
|
|
3311
|
+
"kind": "field",
|
|
3312
|
+
"name": "$presentation",
|
|
3313
|
+
"type": {
|
|
3314
|
+
"text": "ComponentPresentation | null"
|
|
3315
|
+
},
|
|
3316
|
+
"privacy": "public",
|
|
3317
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3318
|
+
"inheritedFrom": {
|
|
3319
|
+
"name": "FoundationElement",
|
|
3320
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3321
|
+
}
|
|
3322
|
+
},
|
|
3323
|
+
{
|
|
3324
|
+
"kind": "field",
|
|
3325
|
+
"name": "template",
|
|
3326
|
+
"type": {
|
|
3327
|
+
"text": "ElementViewTemplate | void | null"
|
|
3328
|
+
},
|
|
3329
|
+
"privacy": "public",
|
|
3330
|
+
"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.",
|
|
3331
|
+
"inheritedFrom": {
|
|
3332
|
+
"name": "FoundationElement",
|
|
3333
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3334
|
+
}
|
|
3335
|
+
},
|
|
3336
|
+
{
|
|
3337
|
+
"kind": "method",
|
|
3338
|
+
"name": "templateChanged",
|
|
3339
|
+
"privacy": "protected",
|
|
3340
|
+
"return": {
|
|
3341
|
+
"type": {
|
|
3342
|
+
"text": "void"
|
|
3343
|
+
}
|
|
3344
|
+
},
|
|
3345
|
+
"inheritedFrom": {
|
|
3346
|
+
"name": "FoundationElement",
|
|
3347
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3348
|
+
}
|
|
3349
|
+
},
|
|
3350
|
+
{
|
|
3351
|
+
"kind": "field",
|
|
3352
|
+
"name": "styles",
|
|
3353
|
+
"type": {
|
|
3354
|
+
"text": "ElementStyles | void | null"
|
|
3355
|
+
},
|
|
3356
|
+
"privacy": "public",
|
|
3357
|
+
"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.",
|
|
3358
|
+
"inheritedFrom": {
|
|
3359
|
+
"name": "FoundationElement",
|
|
3360
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3361
|
+
}
|
|
3362
|
+
},
|
|
3363
|
+
{
|
|
3364
|
+
"kind": "method",
|
|
3365
|
+
"name": "stylesChanged",
|
|
3366
|
+
"privacy": "protected",
|
|
3367
|
+
"return": {
|
|
3368
|
+
"type": {
|
|
3369
|
+
"text": "void"
|
|
3370
|
+
}
|
|
3371
|
+
},
|
|
3372
|
+
"inheritedFrom": {
|
|
3373
|
+
"name": "FoundationElement",
|
|
3374
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3375
|
+
}
|
|
3376
|
+
},
|
|
3377
|
+
{
|
|
3378
|
+
"kind": "method",
|
|
3379
|
+
"name": "compose",
|
|
3380
|
+
"privacy": "public",
|
|
3381
|
+
"static": true,
|
|
3382
|
+
"return": {
|
|
3383
|
+
"type": {
|
|
3384
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3385
|
+
}
|
|
3386
|
+
},
|
|
3387
|
+
"parameters": [
|
|
3388
|
+
{
|
|
3389
|
+
"name": "this",
|
|
3390
|
+
"type": {
|
|
3391
|
+
"text": "K"
|
|
3392
|
+
}
|
|
3393
|
+
},
|
|
3394
|
+
{
|
|
3395
|
+
"name": "elementDefinition",
|
|
3396
|
+
"type": {
|
|
3397
|
+
"text": "T"
|
|
3398
|
+
},
|
|
3399
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
3400
|
+
}
|
|
3401
|
+
],
|
|
3402
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3403
|
+
"inheritedFrom": {
|
|
3404
|
+
"name": "FoundationElement",
|
|
3405
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3406
|
+
}
|
|
3407
|
+
}
|
|
3408
|
+
],
|
|
3409
|
+
"events": [
|
|
3410
|
+
{
|
|
3411
|
+
"description": "Fires a custom 'change' event when the active item changes",
|
|
3412
|
+
"name": "change",
|
|
3413
|
+
"inheritedFrom": {
|
|
3414
|
+
"name": "Accordion",
|
|
3415
|
+
"module": "src/accordion/accordion.ts"
|
|
3416
|
+
}
|
|
3417
|
+
}
|
|
3418
|
+
]
|
|
3419
|
+
},
|
|
3420
|
+
{
|
|
3421
|
+
"kind": "variable",
|
|
3422
|
+
"name": "foundationAccordionShadowOptions",
|
|
3423
|
+
"type": {
|
|
3424
|
+
"text": "ShadowRootInit"
|
|
3425
|
+
},
|
|
3426
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3427
|
+
},
|
|
3428
|
+
{
|
|
3429
|
+
"kind": "variable",
|
|
3430
|
+
"name": "defaultAccordionConfig",
|
|
3431
|
+
"type": {
|
|
3432
|
+
"text": "object"
|
|
3433
|
+
},
|
|
3434
|
+
"default": "{}"
|
|
3435
|
+
},
|
|
3436
|
+
{
|
|
3437
|
+
"kind": "variable",
|
|
3438
|
+
"name": "foundationAccordion",
|
|
3439
|
+
"description": "The Foundation Accordion",
|
|
3440
|
+
"privacy": "public"
|
|
3441
|
+
}
|
|
3442
|
+
],
|
|
3443
|
+
"exports": [
|
|
3444
|
+
{
|
|
3445
|
+
"kind": "js",
|
|
3446
|
+
"name": "Accordion",
|
|
3447
|
+
"declaration": {
|
|
3448
|
+
"name": "Accordion",
|
|
3449
|
+
"module": "src/accordion/accordion.ts"
|
|
3450
|
+
}
|
|
3451
|
+
},
|
|
3452
|
+
{
|
|
3453
|
+
"kind": "js",
|
|
3454
|
+
"name": "foundationAccordionShadowOptions",
|
|
3455
|
+
"declaration": {
|
|
3456
|
+
"name": "foundationAccordionShadowOptions",
|
|
3457
|
+
"module": "src/accordion/accordion.ts"
|
|
3458
|
+
}
|
|
3459
|
+
},
|
|
3460
|
+
{
|
|
3461
|
+
"kind": "js",
|
|
3462
|
+
"name": "defaultAccordionConfig",
|
|
3463
|
+
"declaration": {
|
|
3464
|
+
"name": "defaultAccordionConfig",
|
|
3465
|
+
"module": "src/accordion/accordion.ts"
|
|
3466
|
+
}
|
|
3467
|
+
},
|
|
3468
|
+
{
|
|
3469
|
+
"kind": "js",
|
|
3470
|
+
"name": "foundationAccordion",
|
|
3471
|
+
"declaration": {
|
|
3472
|
+
"name": "foundationAccordion",
|
|
3473
|
+
"module": "src/accordion/accordion.ts"
|
|
3474
|
+
}
|
|
3475
|
+
}
|
|
3476
|
+
]
|
|
3477
|
+
},
|
|
3478
|
+
{
|
|
3479
|
+
"kind": "javascript-module",
|
|
3480
|
+
"path": "src/accordion/index.ts",
|
|
3481
|
+
"declarations": [],
|
|
3482
|
+
"exports": [
|
|
3483
|
+
{
|
|
3484
|
+
"kind": "js",
|
|
3485
|
+
"name": "*",
|
|
3486
|
+
"declaration": {
|
|
3487
|
+
"name": "*",
|
|
3488
|
+
"package": "./accordion.template"
|
|
3489
|
+
}
|
|
3490
|
+
},
|
|
3491
|
+
{
|
|
3492
|
+
"kind": "js",
|
|
3493
|
+
"name": "*",
|
|
3494
|
+
"declaration": {
|
|
3495
|
+
"name": "*",
|
|
3496
|
+
"package": "./accordion.styles"
|
|
3497
|
+
}
|
|
3498
|
+
},
|
|
3499
|
+
{
|
|
3500
|
+
"kind": "js",
|
|
3501
|
+
"name": "*",
|
|
3502
|
+
"declaration": {
|
|
3503
|
+
"name": "*",
|
|
3504
|
+
"package": "./accordion"
|
|
3505
|
+
}
|
|
3506
|
+
}
|
|
3507
|
+
]
|
|
3508
|
+
},
|
|
3509
3509
|
{
|
|
3510
3510
|
"kind": "javascript-module",
|
|
3511
3511
|
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
@@ -26283,7 +26283,7 @@
|
|
|
26283
26283
|
"type": {
|
|
26284
26284
|
"text": "ViewTemplate<GridLayoutItem>"
|
|
26285
26285
|
},
|
|
26286
|
-
"default": "html`\n <template>\n <style>\n :host {\n width: 100%;\n height: 100%;\n ${(x) => x.setGridItemProperties(x.colNumber, x.rowNumber, x.width, x.height)}\n }\n @media only screen and (min-width: 1025px) {\n :host {\n ${(x) => x.setGridItemProperties(x.colLgNumber, x.rowLgNumber, x.widthLg, x.heightLg)}\n }\n }\n @media only screen and (min-width: 641px) and (max-width: 1024px) {\n :host {\n ${(x) => x.setGridItemProperties(x.colMdNumber, x.rowMdNumber, x.widthSm, x.heightMd)}\n }\n }\n @media only screen and (max-width: 640px) {\n :host {\n ${(x) => x.setGridItemProperties(x.colSmNumber, x.rowSmNumber, x.widthSm, x.heightSm)}\n }\n }\n </style>\n <slot></slot>\n </template>\n`"
|
|
26286
|
+
"default": "html`\n <template>\n <style>\n :host {\n width: 100%;\n height: 100%;\n ${(x) => x.setGridItemProperties(x.colNumber, x.rowNumber, x.width, x.height)}\n }\n\n @media only screen and (min-width: 1025px) {\n :host {\n ${(x) => x.setGridItemProperties(x.colLgNumber, x.rowLgNumber, x.widthLg, x.heightLg)}\n }\n }\n\n @media only screen and (min-width: 641px) and (max-width: 1024px) {\n :host {\n ${(x) => x.setGridItemProperties(x.colMdNumber, x.rowMdNumber, x.widthSm, x.heightMd)}\n }\n }\n\n @media only screen and (max-width: 640px) {\n :host {\n ${(x) => x.setGridItemProperties(x.colSmNumber, x.rowSmNumber, x.widthSm, x.heightSm)}\n }\n }\n </style>\n <slot></slot>\n </template>\n`"
|
|
26287
26287
|
}
|
|
26288
26288
|
],
|
|
26289
26289
|
"exports": [
|
|
@@ -40017,7 +40017,7 @@
|
|
|
40017
40017
|
"kind": "field",
|
|
40018
40018
|
"name": "frequencyList",
|
|
40019
40019
|
"type": {
|
|
40020
|
-
"text": "Array<
|
|
40020
|
+
"text": "Array<Number>"
|
|
40021
40021
|
},
|
|
40022
40022
|
"description": "The frequency dropdown list",
|
|
40023
40023
|
"readonly": true
|