@genesislcap/foundation-ui 14.454.1 → 14.454.2
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 +656 -636
- package/dist/dts/data-grid-datasource/data-grid-datasource.d.ts +6 -0
- package/dist/dts/data-grid-datasource/data-grid-datasource.d.ts.map +1 -1
- package/dist/dts/expression-builder/expression-builder.d.ts +2 -0
- package/dist/dts/expression-builder/expression-builder.d.ts.map +1 -1
- package/dist/dts/expression-builder/rule-expression-builder.d.ts +2 -0
- package/dist/dts/expression-builder/rule-expression-builder.d.ts.map +1 -1
- package/dist/dts/expression-builder/value-expression-builder.d.ts +2 -0
- package/dist/dts/expression-builder/value-expression-builder.d.ts.map +1 -1
- package/dist/dts/options-datasource/multiselect-datasource.d.ts +6 -0
- package/dist/dts/options-datasource/multiselect-datasource.d.ts.map +1 -1
- package/dist/dts/options-datasource/options-datasource.d.ts +2 -0
- package/dist/dts/options-datasource/options-datasource.d.ts.map +1 -1
- package/dist/dts/react.d.ts +131 -9
- package/dist/dts/router/foundation-router.d.ts +3 -0
- package/dist/dts/router/foundation-router.d.ts.map +1 -1
- package/dist/dts/scheduler-cron-builder/daily-recurrence/daily-recurrence.d.ts +2 -0
- package/dist/dts/scheduler-cron-builder/daily-recurrence/daily-recurrence.d.ts.map +1 -1
- package/dist/dts/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.d.ts +2 -0
- package/dist/dts/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.d.ts.map +1 -1
- package/dist/dts/scheduler-cron-builder/weekly-recurrence/weekly-recurrence.d.ts +2 -0
- package/dist/dts/scheduler-cron-builder/weekly-recurrence/weekly-recurrence.d.ts.map +1 -1
- package/dist/esm/data-grid-datasource/data-grid-datasource.js +6 -0
- package/dist/esm/expression-builder/expression-builder.js +2 -0
- package/dist/esm/expression-builder/rule-expression-builder.js +2 -0
- package/dist/esm/expression-builder/value-expression-builder.js +2 -0
- package/dist/esm/options-datasource/multiselect-datasource.js +6 -0
- package/dist/esm/options-datasource/options-datasource.js +2 -0
- package/dist/esm/router/foundation-router.js +3 -0
- package/dist/esm/scheduler-cron-builder/daily-recurrence/daily-recurrence.js +2 -0
- package/dist/esm/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.js +2 -0
- package/dist/esm/scheduler-cron-builder/weekly-recurrence/weekly-recurrence.js +2 -0
- package/dist/react.cjs +235 -6
- package/dist/react.mjs +224 -5
- package/package.json +19 -19
|
@@ -1429,6 +1429,521 @@
|
|
|
1429
1429
|
}
|
|
1430
1430
|
]
|
|
1431
1431
|
},
|
|
1432
|
+
{
|
|
1433
|
+
"kind": "javascript-module",
|
|
1434
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1435
|
+
"declarations": [
|
|
1436
|
+
{
|
|
1437
|
+
"kind": "function",
|
|
1438
|
+
"name": "foundationAccordionStyles",
|
|
1439
|
+
"return": {
|
|
1440
|
+
"type": {
|
|
1441
|
+
"text": "ElementStyles"
|
|
1442
|
+
}
|
|
1443
|
+
},
|
|
1444
|
+
"parameters": [
|
|
1445
|
+
{
|
|
1446
|
+
"name": "context",
|
|
1447
|
+
"type": {
|
|
1448
|
+
"text": "ElementDefinitionContext"
|
|
1449
|
+
}
|
|
1450
|
+
},
|
|
1451
|
+
{
|
|
1452
|
+
"name": "definition",
|
|
1453
|
+
"type": {
|
|
1454
|
+
"text": "FoundationElementDefinition"
|
|
1455
|
+
}
|
|
1456
|
+
}
|
|
1457
|
+
]
|
|
1458
|
+
}
|
|
1459
|
+
],
|
|
1460
|
+
"exports": [
|
|
1461
|
+
{
|
|
1462
|
+
"kind": "js",
|
|
1463
|
+
"name": "foundationAccordionStyles",
|
|
1464
|
+
"declaration": {
|
|
1465
|
+
"name": "foundationAccordionStyles",
|
|
1466
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1467
|
+
}
|
|
1468
|
+
}
|
|
1469
|
+
]
|
|
1470
|
+
},
|
|
1471
|
+
{
|
|
1472
|
+
"kind": "javascript-module",
|
|
1473
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1474
|
+
"declarations": [
|
|
1475
|
+
{
|
|
1476
|
+
"kind": "function",
|
|
1477
|
+
"name": "foundationAccordionTemplate",
|
|
1478
|
+
"return": {
|
|
1479
|
+
"type": {
|
|
1480
|
+
"text": "ViewTemplate<Accordion>"
|
|
1481
|
+
}
|
|
1482
|
+
},
|
|
1483
|
+
"parameters": [
|
|
1484
|
+
{
|
|
1485
|
+
"name": "context",
|
|
1486
|
+
"type": {
|
|
1487
|
+
"text": "ElementDefinitionContext"
|
|
1488
|
+
}
|
|
1489
|
+
},
|
|
1490
|
+
{
|
|
1491
|
+
"name": "definition",
|
|
1492
|
+
"type": {
|
|
1493
|
+
"text": "FoundationElementDefinition"
|
|
1494
|
+
}
|
|
1495
|
+
}
|
|
1496
|
+
]
|
|
1497
|
+
}
|
|
1498
|
+
],
|
|
1499
|
+
"exports": [
|
|
1500
|
+
{
|
|
1501
|
+
"kind": "js",
|
|
1502
|
+
"name": "foundationAccordionTemplate",
|
|
1503
|
+
"declaration": {
|
|
1504
|
+
"name": "foundationAccordionTemplate",
|
|
1505
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1506
|
+
}
|
|
1507
|
+
}
|
|
1508
|
+
]
|
|
1509
|
+
},
|
|
1510
|
+
{
|
|
1511
|
+
"kind": "javascript-module",
|
|
1512
|
+
"path": "src/accordion/accordion.ts",
|
|
1513
|
+
"declarations": [
|
|
1514
|
+
{
|
|
1515
|
+
"kind": "class",
|
|
1516
|
+
"description": "",
|
|
1517
|
+
"name": "Accordion",
|
|
1518
|
+
"superclass": {
|
|
1519
|
+
"name": "FASTAccordion",
|
|
1520
|
+
"package": "@microsoft/fast-foundation"
|
|
1521
|
+
},
|
|
1522
|
+
"tagName": "%%prefix%%-accordion",
|
|
1523
|
+
"customElement": true,
|
|
1524
|
+
"attributes": [
|
|
1525
|
+
{
|
|
1526
|
+
"name": "expand-mode",
|
|
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",
|
|
1542
|
+
"type": {
|
|
1543
|
+
"text": "AccordionExpandMode"
|
|
1544
|
+
},
|
|
1545
|
+
"privacy": "public",
|
|
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
|
+
}
|
|
1551
|
+
},
|
|
1552
|
+
{
|
|
1553
|
+
"kind": "field",
|
|
1554
|
+
"name": "activeid",
|
|
1555
|
+
"type": {
|
|
1556
|
+
"text": "string | null"
|
|
1557
|
+
},
|
|
1558
|
+
"privacy": "private",
|
|
1559
|
+
"inheritedFrom": {
|
|
1560
|
+
"name": "Accordion",
|
|
1561
|
+
"module": "src/accordion/accordion.ts"
|
|
1562
|
+
}
|
|
1563
|
+
},
|
|
1564
|
+
{
|
|
1565
|
+
"kind": "field",
|
|
1566
|
+
"name": "activeItemIndex",
|
|
1567
|
+
"type": {
|
|
1568
|
+
"text": "number"
|
|
1569
|
+
},
|
|
1570
|
+
"privacy": "private",
|
|
1571
|
+
"default": "0",
|
|
1572
|
+
"inheritedFrom": {
|
|
1573
|
+
"name": "Accordion",
|
|
1574
|
+
"module": "src/accordion/accordion.ts"
|
|
1575
|
+
}
|
|
1576
|
+
},
|
|
1577
|
+
{
|
|
1578
|
+
"kind": "field",
|
|
1579
|
+
"name": "accordionIds",
|
|
1580
|
+
"type": {
|
|
1581
|
+
"text": "Array<string | null>"
|
|
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
|
+
}
|
|
1606
|
+
},
|
|
1607
|
+
"inheritedFrom": {
|
|
1608
|
+
"name": "Accordion",
|
|
1609
|
+
"module": "src/accordion/accordion.ts"
|
|
1610
|
+
}
|
|
1611
|
+
},
|
|
1612
|
+
{
|
|
1613
|
+
"kind": "field",
|
|
1614
|
+
"name": "setItems",
|
|
1615
|
+
"privacy": "private",
|
|
1616
|
+
"inheritedFrom": {
|
|
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
|
+
}
|
|
1629
|
+
},
|
|
1630
|
+
"inheritedFrom": {
|
|
1631
|
+
"name": "Accordion",
|
|
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"
|
|
1642
|
+
}
|
|
1643
|
+
},
|
|
1644
|
+
{
|
|
1645
|
+
"kind": "field",
|
|
1646
|
+
"name": "activeItemChange",
|
|
1647
|
+
"privacy": "private",
|
|
1648
|
+
"inheritedFrom": {
|
|
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
|
+
}
|
|
1675
|
+
},
|
|
1676
|
+
"inheritedFrom": {
|
|
1677
|
+
"name": "Accordion",
|
|
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"
|
|
1688
|
+
}
|
|
1689
|
+
},
|
|
1690
|
+
{
|
|
1691
|
+
"kind": "field",
|
|
1692
|
+
"name": "handleItemFocus",
|
|
1693
|
+
"privacy": "private",
|
|
1694
|
+
"inheritedFrom": {
|
|
1695
|
+
"name": "Accordion",
|
|
1696
|
+
"module": "src/accordion/accordion.ts"
|
|
1697
|
+
}
|
|
1698
|
+
},
|
|
1699
|
+
{
|
|
1700
|
+
"kind": "method",
|
|
1701
|
+
"name": "adjust",
|
|
1702
|
+
"privacy": "private",
|
|
1703
|
+
"return": {
|
|
1704
|
+
"type": {
|
|
1705
|
+
"text": "void"
|
|
1706
|
+
}
|
|
1707
|
+
},
|
|
1708
|
+
"parameters": [
|
|
1709
|
+
{
|
|
1710
|
+
"name": "adjustment",
|
|
1711
|
+
"type": {
|
|
1712
|
+
"text": "number"
|
|
1713
|
+
}
|
|
1714
|
+
}
|
|
1715
|
+
],
|
|
1716
|
+
"inheritedFrom": {
|
|
1717
|
+
"name": "Accordion",
|
|
1718
|
+
"module": "src/accordion/accordion.ts"
|
|
1719
|
+
}
|
|
1720
|
+
},
|
|
1721
|
+
{
|
|
1722
|
+
"kind": "method",
|
|
1723
|
+
"name": "focusItem",
|
|
1724
|
+
"privacy": "private",
|
|
1725
|
+
"return": {
|
|
1726
|
+
"type": {
|
|
1727
|
+
"text": "void"
|
|
1728
|
+
}
|
|
1729
|
+
},
|
|
1730
|
+
"inheritedFrom": {
|
|
1731
|
+
"name": "Accordion",
|
|
1732
|
+
"module": "src/accordion/accordion.ts"
|
|
1733
|
+
}
|
|
1734
|
+
},
|
|
1735
|
+
{
|
|
1736
|
+
"kind": "field",
|
|
1737
|
+
"name": "_presentation",
|
|
1738
|
+
"type": {
|
|
1739
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1740
|
+
},
|
|
1741
|
+
"privacy": "private",
|
|
1742
|
+
"default": "void 0",
|
|
1743
|
+
"inheritedFrom": {
|
|
1744
|
+
"name": "FoundationElement",
|
|
1745
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1746
|
+
}
|
|
1747
|
+
},
|
|
1748
|
+
{
|
|
1749
|
+
"kind": "field",
|
|
1750
|
+
"name": "$presentation",
|
|
1751
|
+
"type": {
|
|
1752
|
+
"text": "ComponentPresentation | null"
|
|
1753
|
+
},
|
|
1754
|
+
"privacy": "public",
|
|
1755
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1756
|
+
"inheritedFrom": {
|
|
1757
|
+
"name": "FoundationElement",
|
|
1758
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1759
|
+
}
|
|
1760
|
+
},
|
|
1761
|
+
{
|
|
1762
|
+
"kind": "field",
|
|
1763
|
+
"name": "template",
|
|
1764
|
+
"type": {
|
|
1765
|
+
"text": "ElementViewTemplate | void | null"
|
|
1766
|
+
},
|
|
1767
|
+
"privacy": "public",
|
|
1768
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
1769
|
+
"inheritedFrom": {
|
|
1770
|
+
"name": "FoundationElement",
|
|
1771
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1772
|
+
}
|
|
1773
|
+
},
|
|
1774
|
+
{
|
|
1775
|
+
"kind": "method",
|
|
1776
|
+
"name": "templateChanged",
|
|
1777
|
+
"privacy": "protected",
|
|
1778
|
+
"return": {
|
|
1779
|
+
"type": {
|
|
1780
|
+
"text": "void"
|
|
1781
|
+
}
|
|
1782
|
+
},
|
|
1783
|
+
"inheritedFrom": {
|
|
1784
|
+
"name": "FoundationElement",
|
|
1785
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1786
|
+
}
|
|
1787
|
+
},
|
|
1788
|
+
{
|
|
1789
|
+
"kind": "field",
|
|
1790
|
+
"name": "styles",
|
|
1791
|
+
"type": {
|
|
1792
|
+
"text": "ElementStyles | void | null"
|
|
1793
|
+
},
|
|
1794
|
+
"privacy": "public",
|
|
1795
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
1796
|
+
"inheritedFrom": {
|
|
1797
|
+
"name": "FoundationElement",
|
|
1798
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1799
|
+
}
|
|
1800
|
+
},
|
|
1801
|
+
{
|
|
1802
|
+
"kind": "method",
|
|
1803
|
+
"name": "stylesChanged",
|
|
1804
|
+
"privacy": "protected",
|
|
1805
|
+
"return": {
|
|
1806
|
+
"type": {
|
|
1807
|
+
"text": "void"
|
|
1808
|
+
}
|
|
1809
|
+
},
|
|
1810
|
+
"inheritedFrom": {
|
|
1811
|
+
"name": "FoundationElement",
|
|
1812
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1813
|
+
}
|
|
1814
|
+
},
|
|
1815
|
+
{
|
|
1816
|
+
"kind": "method",
|
|
1817
|
+
"name": "compose",
|
|
1818
|
+
"privacy": "public",
|
|
1819
|
+
"static": true,
|
|
1820
|
+
"return": {
|
|
1821
|
+
"type": {
|
|
1822
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1823
|
+
}
|
|
1824
|
+
},
|
|
1825
|
+
"parameters": [
|
|
1826
|
+
{
|
|
1827
|
+
"name": "this",
|
|
1828
|
+
"type": {
|
|
1829
|
+
"text": "K"
|
|
1830
|
+
}
|
|
1831
|
+
},
|
|
1832
|
+
{
|
|
1833
|
+
"name": "elementDefinition",
|
|
1834
|
+
"type": {
|
|
1835
|
+
"text": "T"
|
|
1836
|
+
},
|
|
1837
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
1838
|
+
}
|
|
1839
|
+
],
|
|
1840
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1841
|
+
"inheritedFrom": {
|
|
1842
|
+
"name": "FoundationElement",
|
|
1843
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1844
|
+
}
|
|
1845
|
+
}
|
|
1846
|
+
],
|
|
1847
|
+
"events": [
|
|
1848
|
+
{
|
|
1849
|
+
"description": "Fires a custom 'change' event when the active item changes",
|
|
1850
|
+
"name": "change",
|
|
1851
|
+
"inheritedFrom": {
|
|
1852
|
+
"name": "Accordion",
|
|
1853
|
+
"module": "src/accordion/accordion.ts"
|
|
1854
|
+
}
|
|
1855
|
+
}
|
|
1856
|
+
]
|
|
1857
|
+
},
|
|
1858
|
+
{
|
|
1859
|
+
"kind": "variable",
|
|
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"
|
|
1871
|
+
},
|
|
1872
|
+
"default": "{}"
|
|
1873
|
+
},
|
|
1874
|
+
{
|
|
1875
|
+
"kind": "variable",
|
|
1876
|
+
"name": "foundationAccordion",
|
|
1877
|
+
"description": "The Foundation Accordion",
|
|
1878
|
+
"privacy": "public"
|
|
1879
|
+
}
|
|
1880
|
+
],
|
|
1881
|
+
"exports": [
|
|
1882
|
+
{
|
|
1883
|
+
"kind": "js",
|
|
1884
|
+
"name": "Accordion",
|
|
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",
|
|
1901
|
+
"declaration": {
|
|
1902
|
+
"name": "defaultAccordionConfig",
|
|
1903
|
+
"module": "src/accordion/accordion.ts"
|
|
1904
|
+
}
|
|
1905
|
+
},
|
|
1906
|
+
{
|
|
1907
|
+
"kind": "js",
|
|
1908
|
+
"name": "foundationAccordion",
|
|
1909
|
+
"declaration": {
|
|
1910
|
+
"name": "foundationAccordion",
|
|
1911
|
+
"module": "src/accordion/accordion.ts"
|
|
1912
|
+
}
|
|
1913
|
+
}
|
|
1914
|
+
]
|
|
1915
|
+
},
|
|
1916
|
+
{
|
|
1917
|
+
"kind": "javascript-module",
|
|
1918
|
+
"path": "src/accordion/index.ts",
|
|
1919
|
+
"declarations": [],
|
|
1920
|
+
"exports": [
|
|
1921
|
+
{
|
|
1922
|
+
"kind": "js",
|
|
1923
|
+
"name": "*",
|
|
1924
|
+
"declaration": {
|
|
1925
|
+
"name": "*",
|
|
1926
|
+
"package": "./accordion.template"
|
|
1927
|
+
}
|
|
1928
|
+
},
|
|
1929
|
+
{
|
|
1930
|
+
"kind": "js",
|
|
1931
|
+
"name": "*",
|
|
1932
|
+
"declaration": {
|
|
1933
|
+
"name": "*",
|
|
1934
|
+
"package": "./accordion.styles"
|
|
1935
|
+
}
|
|
1936
|
+
},
|
|
1937
|
+
{
|
|
1938
|
+
"kind": "js",
|
|
1939
|
+
"name": "*",
|
|
1940
|
+
"declaration": {
|
|
1941
|
+
"name": "*",
|
|
1942
|
+
"package": "./accordion"
|
|
1943
|
+
}
|
|
1944
|
+
}
|
|
1945
|
+
]
|
|
1946
|
+
},
|
|
1432
1947
|
{
|
|
1433
1948
|
"kind": "javascript-module",
|
|
1434
1949
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -3354,603 +3869,88 @@
|
|
|
3354
3869
|
}
|
|
3355
3870
|
}
|
|
3356
3871
|
],
|
|
3357
|
-
"superclass": {
|
|
3358
|
-
"name": "FoundationElement",
|
|
3359
|
-
"package": "@microsoft/fast-foundation"
|
|
3360
|
-
},
|
|
3361
|
-
"tagName": "%%prefix%%-ai-indicator",
|
|
3362
|
-
"customElement": true
|
|
3363
|
-
},
|
|
3364
|
-
{
|
|
3365
|
-
"kind": "variable",
|
|
3366
|
-
"name": "foundationAiIndicator"
|
|
3367
|
-
}
|
|
3368
|
-
],
|
|
3369
|
-
"exports": [
|
|
3370
|
-
{
|
|
3371
|
-
"kind": "js",
|
|
3372
|
-
"name": "AiIndicator",
|
|
3373
|
-
"declaration": {
|
|
3374
|
-
"name": "AiIndicator",
|
|
3375
|
-
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3376
|
-
}
|
|
3377
|
-
},
|
|
3378
|
-
{
|
|
3379
|
-
"kind": "js",
|
|
3380
|
-
"name": "foundationAiIndicator",
|
|
3381
|
-
"declaration": {
|
|
3382
|
-
"name": "foundationAiIndicator",
|
|
3383
|
-
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3384
|
-
}
|
|
3385
|
-
}
|
|
3386
|
-
]
|
|
3387
|
-
},
|
|
3388
|
-
{
|
|
3389
|
-
"kind": "javascript-module",
|
|
3390
|
-
"path": "src/ai-indicator/index.ts",
|
|
3391
|
-
"declarations": [],
|
|
3392
|
-
"exports": [
|
|
3393
|
-
{
|
|
3394
|
-
"kind": "js",
|
|
3395
|
-
"name": "AiIndicator",
|
|
3396
|
-
"declaration": {
|
|
3397
|
-
"name": "AiIndicator",
|
|
3398
|
-
"module": "./ai-indicator"
|
|
3399
|
-
}
|
|
3400
|
-
},
|
|
3401
|
-
{
|
|
3402
|
-
"kind": "js",
|
|
3403
|
-
"name": "foundationAiIndicator",
|
|
3404
|
-
"declaration": {
|
|
3405
|
-
"name": "foundationAiIndicator",
|
|
3406
|
-
"module": "./ai-indicator"
|
|
3407
|
-
}
|
|
3408
|
-
},
|
|
3409
|
-
{
|
|
3410
|
-
"kind": "js",
|
|
3411
|
-
"name": "type",
|
|
3412
|
-
"declaration": {
|
|
3413
|
-
"name": "type",
|
|
3414
|
-
"module": "./ai-indicator"
|
|
3415
|
-
}
|
|
3416
|
-
},
|
|
3417
|
-
{
|
|
3418
|
-
"kind": "js",
|
|
3419
|
-
"name": "AIIndicatorState",
|
|
3420
|
-
"declaration": {
|
|
3421
|
-
"name": "AIIndicatorState",
|
|
3422
|
-
"module": "./ai-indicator"
|
|
3423
|
-
}
|
|
3424
|
-
},
|
|
3425
|
-
{
|
|
3426
|
-
"kind": "js",
|
|
3427
|
-
"name": "foundationAiIndicatorTemplate",
|
|
3428
|
-
"declaration": {
|
|
3429
|
-
"name": "foundationAiIndicatorTemplate",
|
|
3430
|
-
"module": "./ai-indicator.template"
|
|
3431
|
-
}
|
|
3432
|
-
},
|
|
3433
|
-
{
|
|
3434
|
-
"kind": "js",
|
|
3435
|
-
"name": "foundationAiIndicatorStyles",
|
|
3436
|
-
"declaration": {
|
|
3437
|
-
"name": "foundationAiIndicatorStyles",
|
|
3438
|
-
"module": "./ai-indicator.styles"
|
|
3439
|
-
}
|
|
3440
|
-
}
|
|
3441
|
-
]
|
|
3442
|
-
},
|
|
3443
|
-
{
|
|
3444
|
-
"kind": "javascript-module",
|
|
3445
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
3446
|
-
"declarations": [
|
|
3447
|
-
{
|
|
3448
|
-
"kind": "function",
|
|
3449
|
-
"name": "foundationAccordionStyles",
|
|
3450
|
-
"return": {
|
|
3451
|
-
"type": {
|
|
3452
|
-
"text": "ElementStyles"
|
|
3453
|
-
}
|
|
3454
|
-
},
|
|
3455
|
-
"parameters": [
|
|
3456
|
-
{
|
|
3457
|
-
"name": "context",
|
|
3458
|
-
"type": {
|
|
3459
|
-
"text": "ElementDefinitionContext"
|
|
3460
|
-
}
|
|
3461
|
-
},
|
|
3462
|
-
{
|
|
3463
|
-
"name": "definition",
|
|
3464
|
-
"type": {
|
|
3465
|
-
"text": "FoundationElementDefinition"
|
|
3466
|
-
}
|
|
3467
|
-
}
|
|
3468
|
-
]
|
|
3469
|
-
}
|
|
3470
|
-
],
|
|
3471
|
-
"exports": [
|
|
3472
|
-
{
|
|
3473
|
-
"kind": "js",
|
|
3474
|
-
"name": "foundationAccordionStyles",
|
|
3475
|
-
"declaration": {
|
|
3476
|
-
"name": "foundationAccordionStyles",
|
|
3477
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
3478
|
-
}
|
|
3479
|
-
}
|
|
3480
|
-
]
|
|
3481
|
-
},
|
|
3482
|
-
{
|
|
3483
|
-
"kind": "javascript-module",
|
|
3484
|
-
"path": "src/accordion/accordion.template.ts",
|
|
3485
|
-
"declarations": [
|
|
3486
|
-
{
|
|
3487
|
-
"kind": "function",
|
|
3488
|
-
"name": "foundationAccordionTemplate",
|
|
3489
|
-
"return": {
|
|
3490
|
-
"type": {
|
|
3491
|
-
"text": "ViewTemplate<Accordion>"
|
|
3492
|
-
}
|
|
3493
|
-
},
|
|
3494
|
-
"parameters": [
|
|
3495
|
-
{
|
|
3496
|
-
"name": "context",
|
|
3497
|
-
"type": {
|
|
3498
|
-
"text": "ElementDefinitionContext"
|
|
3499
|
-
}
|
|
3500
|
-
},
|
|
3501
|
-
{
|
|
3502
|
-
"name": "definition",
|
|
3503
|
-
"type": {
|
|
3504
|
-
"text": "FoundationElementDefinition"
|
|
3505
|
-
}
|
|
3506
|
-
}
|
|
3507
|
-
]
|
|
3508
|
-
}
|
|
3509
|
-
],
|
|
3510
|
-
"exports": [
|
|
3511
|
-
{
|
|
3512
|
-
"kind": "js",
|
|
3513
|
-
"name": "foundationAccordionTemplate",
|
|
3514
|
-
"declaration": {
|
|
3515
|
-
"name": "foundationAccordionTemplate",
|
|
3516
|
-
"module": "src/accordion/accordion.template.ts"
|
|
3517
|
-
}
|
|
3518
|
-
}
|
|
3519
|
-
]
|
|
3520
|
-
},
|
|
3521
|
-
{
|
|
3522
|
-
"kind": "javascript-module",
|
|
3523
|
-
"path": "src/accordion/accordion.ts",
|
|
3524
|
-
"declarations": [
|
|
3525
|
-
{
|
|
3526
|
-
"kind": "class",
|
|
3527
|
-
"description": "",
|
|
3528
|
-
"name": "Accordion",
|
|
3529
|
-
"superclass": {
|
|
3530
|
-
"name": "FASTAccordion",
|
|
3531
|
-
"package": "@microsoft/fast-foundation"
|
|
3532
|
-
},
|
|
3533
|
-
"tagName": "%%prefix%%-accordion",
|
|
3534
|
-
"customElement": true,
|
|
3535
|
-
"attributes": [
|
|
3536
|
-
{
|
|
3537
|
-
"name": "expand-mode",
|
|
3538
|
-
"type": {
|
|
3539
|
-
"text": "AccordionExpandMode"
|
|
3540
|
-
},
|
|
3541
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3542
|
-
"fieldName": "expandmode",
|
|
3543
|
-
"inheritedFrom": {
|
|
3544
|
-
"name": "Accordion",
|
|
3545
|
-
"module": "src/accordion/accordion.ts"
|
|
3546
|
-
}
|
|
3547
|
-
}
|
|
3548
|
-
],
|
|
3549
|
-
"members": [
|
|
3550
|
-
{
|
|
3551
|
-
"kind": "field",
|
|
3552
|
-
"name": "expandmode",
|
|
3553
|
-
"type": {
|
|
3554
|
-
"text": "AccordionExpandMode"
|
|
3555
|
-
},
|
|
3556
|
-
"privacy": "public",
|
|
3557
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3558
|
-
"inheritedFrom": {
|
|
3559
|
-
"name": "Accordion",
|
|
3560
|
-
"module": "src/accordion/accordion.ts"
|
|
3561
|
-
}
|
|
3562
|
-
},
|
|
3563
|
-
{
|
|
3564
|
-
"kind": "field",
|
|
3565
|
-
"name": "activeid",
|
|
3566
|
-
"type": {
|
|
3567
|
-
"text": "string | null"
|
|
3568
|
-
},
|
|
3569
|
-
"privacy": "private",
|
|
3570
|
-
"inheritedFrom": {
|
|
3571
|
-
"name": "Accordion",
|
|
3572
|
-
"module": "src/accordion/accordion.ts"
|
|
3573
|
-
}
|
|
3574
|
-
},
|
|
3575
|
-
{
|
|
3576
|
-
"kind": "field",
|
|
3577
|
-
"name": "activeItemIndex",
|
|
3578
|
-
"type": {
|
|
3579
|
-
"text": "number"
|
|
3580
|
-
},
|
|
3581
|
-
"privacy": "private",
|
|
3582
|
-
"default": "0",
|
|
3583
|
-
"inheritedFrom": {
|
|
3584
|
-
"name": "Accordion",
|
|
3585
|
-
"module": "src/accordion/accordion.ts"
|
|
3586
|
-
}
|
|
3587
|
-
},
|
|
3588
|
-
{
|
|
3589
|
-
"kind": "field",
|
|
3590
|
-
"name": "accordionIds",
|
|
3591
|
-
"type": {
|
|
3592
|
-
"text": "Array<string | null>"
|
|
3593
|
-
},
|
|
3594
|
-
"privacy": "private",
|
|
3595
|
-
"inheritedFrom": {
|
|
3596
|
-
"name": "Accordion",
|
|
3597
|
-
"module": "src/accordion/accordion.ts"
|
|
3598
|
-
}
|
|
3599
|
-
},
|
|
3600
|
-
{
|
|
3601
|
-
"kind": "field",
|
|
3602
|
-
"name": "change",
|
|
3603
|
-
"privacy": "private",
|
|
3604
|
-
"inheritedFrom": {
|
|
3605
|
-
"name": "Accordion",
|
|
3606
|
-
"module": "src/accordion/accordion.ts"
|
|
3607
|
-
}
|
|
3608
|
-
},
|
|
3609
|
-
{
|
|
3610
|
-
"kind": "method",
|
|
3611
|
-
"name": "findExpandedItem",
|
|
3612
|
-
"privacy": "private",
|
|
3613
|
-
"return": {
|
|
3614
|
-
"type": {
|
|
3615
|
-
"text": "AccordionItem | null"
|
|
3616
|
-
}
|
|
3617
|
-
},
|
|
3618
|
-
"inheritedFrom": {
|
|
3619
|
-
"name": "Accordion",
|
|
3620
|
-
"module": "src/accordion/accordion.ts"
|
|
3621
|
-
}
|
|
3622
|
-
},
|
|
3623
|
-
{
|
|
3624
|
-
"kind": "field",
|
|
3625
|
-
"name": "setItems",
|
|
3626
|
-
"privacy": "private",
|
|
3627
|
-
"inheritedFrom": {
|
|
3628
|
-
"name": "Accordion",
|
|
3629
|
-
"module": "src/accordion/accordion.ts"
|
|
3630
|
-
}
|
|
3631
|
-
},
|
|
3632
|
-
{
|
|
3633
|
-
"kind": "method",
|
|
3634
|
-
"name": "resetItems",
|
|
3635
|
-
"privacy": "private",
|
|
3636
|
-
"return": {
|
|
3637
|
-
"type": {
|
|
3638
|
-
"text": "void"
|
|
3639
|
-
}
|
|
3640
|
-
},
|
|
3641
|
-
"inheritedFrom": {
|
|
3642
|
-
"name": "Accordion",
|
|
3643
|
-
"module": "src/accordion/accordion.ts"
|
|
3644
|
-
}
|
|
3645
|
-
},
|
|
3646
|
-
{
|
|
3647
|
-
"kind": "field",
|
|
3648
|
-
"name": "removeItemListeners",
|
|
3649
|
-
"privacy": "private",
|
|
3650
|
-
"inheritedFrom": {
|
|
3651
|
-
"name": "Accordion",
|
|
3652
|
-
"module": "src/accordion/accordion.ts"
|
|
3653
|
-
}
|
|
3654
|
-
},
|
|
3655
|
-
{
|
|
3656
|
-
"kind": "field",
|
|
3657
|
-
"name": "activeItemChange",
|
|
3658
|
-
"privacy": "private",
|
|
3659
|
-
"inheritedFrom": {
|
|
3660
|
-
"name": "Accordion",
|
|
3661
|
-
"module": "src/accordion/accordion.ts"
|
|
3662
|
-
}
|
|
3663
|
-
},
|
|
3664
|
-
{
|
|
3665
|
-
"kind": "method",
|
|
3666
|
-
"name": "getItemIds",
|
|
3667
|
-
"privacy": "private",
|
|
3668
|
-
"return": {
|
|
3669
|
-
"type": {
|
|
3670
|
-
"text": "Array<string | null>"
|
|
3671
|
-
}
|
|
3672
|
-
},
|
|
3673
|
-
"inheritedFrom": {
|
|
3674
|
-
"name": "Accordion",
|
|
3675
|
-
"module": "src/accordion/accordion.ts"
|
|
3676
|
-
}
|
|
3677
|
-
},
|
|
3678
|
-
{
|
|
3679
|
-
"kind": "method",
|
|
3680
|
-
"name": "isSingleExpandMode",
|
|
3681
|
-
"privacy": "private",
|
|
3682
|
-
"return": {
|
|
3683
|
-
"type": {
|
|
3684
|
-
"text": "boolean"
|
|
3685
|
-
}
|
|
3686
|
-
},
|
|
3687
|
-
"inheritedFrom": {
|
|
3688
|
-
"name": "Accordion",
|
|
3689
|
-
"module": "src/accordion/accordion.ts"
|
|
3690
|
-
}
|
|
3691
|
-
},
|
|
3692
|
-
{
|
|
3693
|
-
"kind": "field",
|
|
3694
|
-
"name": "handleItemKeyDown",
|
|
3695
|
-
"privacy": "private",
|
|
3696
|
-
"inheritedFrom": {
|
|
3697
|
-
"name": "Accordion",
|
|
3698
|
-
"module": "src/accordion/accordion.ts"
|
|
3699
|
-
}
|
|
3700
|
-
},
|
|
3701
|
-
{
|
|
3702
|
-
"kind": "field",
|
|
3703
|
-
"name": "handleItemFocus",
|
|
3704
|
-
"privacy": "private",
|
|
3705
|
-
"inheritedFrom": {
|
|
3706
|
-
"name": "Accordion",
|
|
3707
|
-
"module": "src/accordion/accordion.ts"
|
|
3708
|
-
}
|
|
3709
|
-
},
|
|
3710
|
-
{
|
|
3711
|
-
"kind": "method",
|
|
3712
|
-
"name": "adjust",
|
|
3713
|
-
"privacy": "private",
|
|
3714
|
-
"return": {
|
|
3715
|
-
"type": {
|
|
3716
|
-
"text": "void"
|
|
3717
|
-
}
|
|
3718
|
-
},
|
|
3719
|
-
"parameters": [
|
|
3720
|
-
{
|
|
3721
|
-
"name": "adjustment",
|
|
3722
|
-
"type": {
|
|
3723
|
-
"text": "number"
|
|
3724
|
-
}
|
|
3725
|
-
}
|
|
3726
|
-
],
|
|
3727
|
-
"inheritedFrom": {
|
|
3728
|
-
"name": "Accordion",
|
|
3729
|
-
"module": "src/accordion/accordion.ts"
|
|
3730
|
-
}
|
|
3731
|
-
},
|
|
3732
|
-
{
|
|
3733
|
-
"kind": "method",
|
|
3734
|
-
"name": "focusItem",
|
|
3735
|
-
"privacy": "private",
|
|
3736
|
-
"return": {
|
|
3737
|
-
"type": {
|
|
3738
|
-
"text": "void"
|
|
3739
|
-
}
|
|
3740
|
-
},
|
|
3741
|
-
"inheritedFrom": {
|
|
3742
|
-
"name": "Accordion",
|
|
3743
|
-
"module": "src/accordion/accordion.ts"
|
|
3744
|
-
}
|
|
3745
|
-
},
|
|
3746
|
-
{
|
|
3747
|
-
"kind": "field",
|
|
3748
|
-
"name": "_presentation",
|
|
3749
|
-
"type": {
|
|
3750
|
-
"text": "ComponentPresentation | null | undefined"
|
|
3751
|
-
},
|
|
3752
|
-
"privacy": "private",
|
|
3753
|
-
"default": "void 0",
|
|
3754
|
-
"inheritedFrom": {
|
|
3755
|
-
"name": "FoundationElement",
|
|
3756
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3757
|
-
}
|
|
3758
|
-
},
|
|
3759
|
-
{
|
|
3760
|
-
"kind": "field",
|
|
3761
|
-
"name": "$presentation",
|
|
3762
|
-
"type": {
|
|
3763
|
-
"text": "ComponentPresentation | null"
|
|
3764
|
-
},
|
|
3765
|
-
"privacy": "public",
|
|
3766
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3767
|
-
"inheritedFrom": {
|
|
3768
|
-
"name": "FoundationElement",
|
|
3769
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3770
|
-
}
|
|
3771
|
-
},
|
|
3772
|
-
{
|
|
3773
|
-
"kind": "field",
|
|
3774
|
-
"name": "template",
|
|
3775
|
-
"type": {
|
|
3776
|
-
"text": "ElementViewTemplate | void | null"
|
|
3777
|
-
},
|
|
3778
|
-
"privacy": "public",
|
|
3779
|
-
"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.",
|
|
3780
|
-
"inheritedFrom": {
|
|
3781
|
-
"name": "FoundationElement",
|
|
3782
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3783
|
-
}
|
|
3784
|
-
},
|
|
3785
|
-
{
|
|
3786
|
-
"kind": "method",
|
|
3787
|
-
"name": "templateChanged",
|
|
3788
|
-
"privacy": "protected",
|
|
3789
|
-
"return": {
|
|
3790
|
-
"type": {
|
|
3791
|
-
"text": "void"
|
|
3792
|
-
}
|
|
3793
|
-
},
|
|
3794
|
-
"inheritedFrom": {
|
|
3795
|
-
"name": "FoundationElement",
|
|
3796
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3797
|
-
}
|
|
3798
|
-
},
|
|
3799
|
-
{
|
|
3800
|
-
"kind": "field",
|
|
3801
|
-
"name": "styles",
|
|
3802
|
-
"type": {
|
|
3803
|
-
"text": "ElementStyles | void | null"
|
|
3804
|
-
},
|
|
3805
|
-
"privacy": "public",
|
|
3806
|
-
"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.",
|
|
3807
|
-
"inheritedFrom": {
|
|
3808
|
-
"name": "FoundationElement",
|
|
3809
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3810
|
-
}
|
|
3811
|
-
},
|
|
3812
|
-
{
|
|
3813
|
-
"kind": "method",
|
|
3814
|
-
"name": "stylesChanged",
|
|
3815
|
-
"privacy": "protected",
|
|
3816
|
-
"return": {
|
|
3817
|
-
"type": {
|
|
3818
|
-
"text": "void"
|
|
3819
|
-
}
|
|
3820
|
-
},
|
|
3821
|
-
"inheritedFrom": {
|
|
3822
|
-
"name": "FoundationElement",
|
|
3823
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3824
|
-
}
|
|
3825
|
-
},
|
|
3826
|
-
{
|
|
3827
|
-
"kind": "method",
|
|
3828
|
-
"name": "compose",
|
|
3829
|
-
"privacy": "public",
|
|
3830
|
-
"static": true,
|
|
3831
|
-
"return": {
|
|
3832
|
-
"type": {
|
|
3833
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3834
|
-
}
|
|
3835
|
-
},
|
|
3836
|
-
"parameters": [
|
|
3837
|
-
{
|
|
3838
|
-
"name": "this",
|
|
3839
|
-
"type": {
|
|
3840
|
-
"text": "K"
|
|
3841
|
-
}
|
|
3842
|
-
},
|
|
3843
|
-
{
|
|
3844
|
-
"name": "elementDefinition",
|
|
3845
|
-
"type": {
|
|
3846
|
-
"text": "T"
|
|
3847
|
-
},
|
|
3848
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
3849
|
-
}
|
|
3850
|
-
],
|
|
3851
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3852
|
-
"inheritedFrom": {
|
|
3853
|
-
"name": "FoundationElement",
|
|
3854
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3855
|
-
}
|
|
3856
|
-
}
|
|
3857
|
-
],
|
|
3858
|
-
"events": [
|
|
3859
|
-
{
|
|
3860
|
-
"description": "Fires a custom 'change' event when the active item changes",
|
|
3861
|
-
"name": "change",
|
|
3862
|
-
"inheritedFrom": {
|
|
3863
|
-
"name": "Accordion",
|
|
3864
|
-
"module": "src/accordion/accordion.ts"
|
|
3865
|
-
}
|
|
3866
|
-
}
|
|
3867
|
-
]
|
|
3868
|
-
},
|
|
3869
|
-
{
|
|
3870
|
-
"kind": "variable",
|
|
3871
|
-
"name": "foundationAccordionShadowOptions",
|
|
3872
|
-
"type": {
|
|
3873
|
-
"text": "ShadowRootInit"
|
|
3874
|
-
},
|
|
3875
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3876
|
-
},
|
|
3877
|
-
{
|
|
3878
|
-
"kind": "variable",
|
|
3879
|
-
"name": "defaultAccordionConfig",
|
|
3880
|
-
"type": {
|
|
3881
|
-
"text": "object"
|
|
3872
|
+
"superclass": {
|
|
3873
|
+
"name": "FoundationElement",
|
|
3874
|
+
"package": "@microsoft/fast-foundation"
|
|
3882
3875
|
},
|
|
3883
|
-
"
|
|
3876
|
+
"tagName": "%%prefix%%-ai-indicator",
|
|
3877
|
+
"customElement": true
|
|
3884
3878
|
},
|
|
3885
3879
|
{
|
|
3886
3880
|
"kind": "variable",
|
|
3887
|
-
"name": "
|
|
3888
|
-
"description": "The Foundation Accordion",
|
|
3889
|
-
"privacy": "public"
|
|
3881
|
+
"name": "foundationAiIndicator"
|
|
3890
3882
|
}
|
|
3891
3883
|
],
|
|
3892
3884
|
"exports": [
|
|
3893
3885
|
{
|
|
3894
3886
|
"kind": "js",
|
|
3895
|
-
"name": "
|
|
3887
|
+
"name": "AiIndicator",
|
|
3896
3888
|
"declaration": {
|
|
3897
|
-
"name": "
|
|
3898
|
-
"module": "src/
|
|
3889
|
+
"name": "AiIndicator",
|
|
3890
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3899
3891
|
}
|
|
3900
3892
|
},
|
|
3901
3893
|
{
|
|
3902
3894
|
"kind": "js",
|
|
3903
|
-
"name": "
|
|
3895
|
+
"name": "foundationAiIndicator",
|
|
3904
3896
|
"declaration": {
|
|
3905
|
-
"name": "
|
|
3906
|
-
"module": "src/
|
|
3897
|
+
"name": "foundationAiIndicator",
|
|
3898
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3899
|
+
}
|
|
3900
|
+
}
|
|
3901
|
+
]
|
|
3902
|
+
},
|
|
3903
|
+
{
|
|
3904
|
+
"kind": "javascript-module",
|
|
3905
|
+
"path": "src/ai-indicator/index.ts",
|
|
3906
|
+
"declarations": [],
|
|
3907
|
+
"exports": [
|
|
3908
|
+
{
|
|
3909
|
+
"kind": "js",
|
|
3910
|
+
"name": "AiIndicator",
|
|
3911
|
+
"declaration": {
|
|
3912
|
+
"name": "AiIndicator",
|
|
3913
|
+
"module": "./ai-indicator"
|
|
3907
3914
|
}
|
|
3908
3915
|
},
|
|
3909
3916
|
{
|
|
3910
3917
|
"kind": "js",
|
|
3911
|
-
"name": "
|
|
3918
|
+
"name": "foundationAiIndicator",
|
|
3912
3919
|
"declaration": {
|
|
3913
|
-
"name": "
|
|
3914
|
-
"module": "
|
|
3920
|
+
"name": "foundationAiIndicator",
|
|
3921
|
+
"module": "./ai-indicator"
|
|
3915
3922
|
}
|
|
3916
3923
|
},
|
|
3917
3924
|
{
|
|
3918
3925
|
"kind": "js",
|
|
3919
|
-
"name": "
|
|
3926
|
+
"name": "type",
|
|
3920
3927
|
"declaration": {
|
|
3921
|
-
"name": "
|
|
3922
|
-
"module": "
|
|
3928
|
+
"name": "type",
|
|
3929
|
+
"module": "./ai-indicator"
|
|
3923
3930
|
}
|
|
3924
|
-
}
|
|
3925
|
-
]
|
|
3926
|
-
},
|
|
3927
|
-
{
|
|
3928
|
-
"kind": "javascript-module",
|
|
3929
|
-
"path": "src/accordion/index.ts",
|
|
3930
|
-
"declarations": [],
|
|
3931
|
-
"exports": [
|
|
3931
|
+
},
|
|
3932
3932
|
{
|
|
3933
3933
|
"kind": "js",
|
|
3934
|
-
"name": "
|
|
3934
|
+
"name": "AIIndicatorState",
|
|
3935
3935
|
"declaration": {
|
|
3936
|
-
"name": "
|
|
3937
|
-
"
|
|
3936
|
+
"name": "AIIndicatorState",
|
|
3937
|
+
"module": "./ai-indicator"
|
|
3938
3938
|
}
|
|
3939
3939
|
},
|
|
3940
3940
|
{
|
|
3941
3941
|
"kind": "js",
|
|
3942
|
-
"name": "
|
|
3942
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3943
3943
|
"declaration": {
|
|
3944
|
-
"name": "
|
|
3945
|
-
"
|
|
3944
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3945
|
+
"module": "./ai-indicator.template"
|
|
3946
3946
|
}
|
|
3947
3947
|
},
|
|
3948
3948
|
{
|
|
3949
3949
|
"kind": "js",
|
|
3950
|
-
"name": "
|
|
3950
|
+
"name": "foundationAiIndicatorStyles",
|
|
3951
3951
|
"declaration": {
|
|
3952
|
-
"name": "
|
|
3953
|
-
"
|
|
3952
|
+
"name": "foundationAiIndicatorStyles",
|
|
3953
|
+
"module": "./ai-indicator.styles"
|
|
3954
3954
|
}
|
|
3955
3955
|
}
|
|
3956
3956
|
]
|
|
@@ -13089,7 +13089,7 @@
|
|
|
13089
13089
|
"declarations": [
|
|
13090
13090
|
{
|
|
13091
13091
|
"kind": "class",
|
|
13092
|
-
"description": "",
|
|
13092
|
+
"description": "Datasource element for data grid row loading.",
|
|
13093
13093
|
"name": "DataGridDatasource",
|
|
13094
13094
|
"members": [
|
|
13095
13095
|
{
|
|
@@ -13900,6 +13900,8 @@
|
|
|
13900
13900
|
"name": "BaseDatasource",
|
|
13901
13901
|
"module": "/src/utils"
|
|
13902
13902
|
},
|
|
13903
|
+
"tagName": "data-grid-datasource",
|
|
13904
|
+
"customElement": true,
|
|
13903
13905
|
"attributes": [
|
|
13904
13906
|
{
|
|
13905
13907
|
"type": {
|
|
@@ -21612,6 +21614,8 @@
|
|
|
21612
21614
|
"name": "ExpressionBuilder",
|
|
21613
21615
|
"package": "@genesislcap/expression-builder"
|
|
21614
21616
|
},
|
|
21617
|
+
"tagName": "foundation-expression-builder",
|
|
21618
|
+
"customElement": true,
|
|
21615
21619
|
"members": [
|
|
21616
21620
|
{
|
|
21617
21621
|
"kind": "field",
|
|
@@ -22495,7 +22499,9 @@
|
|
|
22495
22499
|
"superclass": {
|
|
22496
22500
|
"name": "ExpressionBuilder",
|
|
22497
22501
|
"package": "@genesislcap/expression-builder"
|
|
22498
|
-
}
|
|
22502
|
+
},
|
|
22503
|
+
"tagName": "foundation-rule-expression-builder",
|
|
22504
|
+
"customElement": true
|
|
22499
22505
|
}
|
|
22500
22506
|
],
|
|
22501
22507
|
"exports": [
|
|
@@ -22994,7 +23000,9 @@
|
|
|
22994
23000
|
"superclass": {
|
|
22995
23001
|
"name": "ExpressionBuilder",
|
|
22996
23002
|
"package": "@genesislcap/expression-builder"
|
|
22997
|
-
}
|
|
23003
|
+
},
|
|
23004
|
+
"tagName": "foundation-value-expression-builder",
|
|
23005
|
+
"customElement": true
|
|
22998
23006
|
}
|
|
22999
23007
|
],
|
|
23000
23008
|
"exports": [
|
|
@@ -35606,7 +35614,7 @@
|
|
|
35606
35614
|
"declarations": [
|
|
35607
35615
|
{
|
|
35608
35616
|
"kind": "class",
|
|
35609
|
-
"description": "",
|
|
35617
|
+
"description": "Datasource element for multiselect option loading.",
|
|
35610
35618
|
"name": "MultiselectDatasource",
|
|
35611
35619
|
"members": [
|
|
35612
35620
|
{
|
|
@@ -36556,7 +36564,9 @@
|
|
|
36556
36564
|
"superclass": {
|
|
36557
36565
|
"name": "BaseDatasource",
|
|
36558
36566
|
"module": "/src/utils"
|
|
36559
|
-
}
|
|
36567
|
+
},
|
|
36568
|
+
"tagName": "multiselect-datasource",
|
|
36569
|
+
"customElement": true
|
|
36560
36570
|
}
|
|
36561
36571
|
],
|
|
36562
36572
|
"exports": [
|
|
@@ -37696,7 +37706,9 @@
|
|
|
37696
37706
|
"superclass": {
|
|
37697
37707
|
"name": "BaseDatasource",
|
|
37698
37708
|
"module": "/src/utils"
|
|
37699
|
-
}
|
|
37709
|
+
},
|
|
37710
|
+
"tagName": "options-datasource",
|
|
37711
|
+
"customElement": true
|
|
37700
37712
|
}
|
|
37701
37713
|
],
|
|
37702
37714
|
"exports": [
|
|
@@ -39956,7 +39968,9 @@
|
|
|
39956
39968
|
"superclass": {
|
|
39957
39969
|
"name": "<local>_undefined",
|
|
39958
39970
|
"module": "src/router/foundation-router.ts"
|
|
39959
|
-
}
|
|
39971
|
+
},
|
|
39972
|
+
"tagName": "foundation-router",
|
|
39973
|
+
"customElement": true
|
|
39960
39974
|
}
|
|
39961
39975
|
],
|
|
39962
39976
|
"exports": [
|
|
@@ -60029,35 +60043,35 @@
|
|
|
60029
60043
|
},
|
|
60030
60044
|
{
|
|
60031
60045
|
"kind": "javascript-module",
|
|
60032
|
-
"path": "src/scheduler-cron-builder/
|
|
60046
|
+
"path": "src/scheduler-cron-builder/daily-recurrence/daily-recurrence.styles.ts",
|
|
60033
60047
|
"declarations": [
|
|
60034
60048
|
{
|
|
60035
60049
|
"kind": "variable",
|
|
60036
|
-
"name": "
|
|
60050
|
+
"name": "dailyRecurrenceStyles",
|
|
60037
60051
|
"type": {
|
|
60038
60052
|
"text": "ElementStyles"
|
|
60039
60053
|
},
|
|
60040
|
-
"default": "css`\n ${inputControls}\n
|
|
60054
|
+
"default": "css`\n ${inputControls}\n`"
|
|
60041
60055
|
}
|
|
60042
60056
|
],
|
|
60043
60057
|
"exports": [
|
|
60044
60058
|
{
|
|
60045
60059
|
"kind": "js",
|
|
60046
|
-
"name": "
|
|
60060
|
+
"name": "dailyRecurrenceStyles",
|
|
60047
60061
|
"declaration": {
|
|
60048
|
-
"name": "
|
|
60049
|
-
"module": "src/scheduler-cron-builder/
|
|
60062
|
+
"name": "dailyRecurrenceStyles",
|
|
60063
|
+
"module": "src/scheduler-cron-builder/daily-recurrence/daily-recurrence.styles.ts"
|
|
60050
60064
|
}
|
|
60051
60065
|
}
|
|
60052
60066
|
]
|
|
60053
60067
|
},
|
|
60054
60068
|
{
|
|
60055
60069
|
"kind": "javascript-module",
|
|
60056
|
-
"path": "src/scheduler-cron-builder/
|
|
60070
|
+
"path": "src/scheduler-cron-builder/daily-recurrence/daily-recurrence.template.ts",
|
|
60057
60071
|
"declarations": [
|
|
60058
60072
|
{
|
|
60059
60073
|
"kind": "function",
|
|
60060
|
-
"name": "
|
|
60074
|
+
"name": "getPrefixedDailyRecurrence",
|
|
60061
60075
|
"parameters": [
|
|
60062
60076
|
{
|
|
60063
60077
|
"name": "prefix",
|
|
@@ -60069,38 +60083,46 @@
|
|
|
60069
60083
|
},
|
|
60070
60084
|
{
|
|
60071
60085
|
"kind": "variable",
|
|
60072
|
-
"name": "
|
|
60073
|
-
"default": "html<
|
|
60086
|
+
"name": "dailyRecurrenceTemplate",
|
|
60087
|
+
"default": "html<DailyRecurrence>`\n ${(x) => getPrefixedDailyRecurrence(x.prefix)}\n`"
|
|
60074
60088
|
}
|
|
60075
60089
|
],
|
|
60076
60090
|
"exports": [
|
|
60077
60091
|
{
|
|
60078
60092
|
"kind": "js",
|
|
60079
|
-
"name": "
|
|
60093
|
+
"name": "getPrefixedDailyRecurrence",
|
|
60080
60094
|
"declaration": {
|
|
60081
|
-
"name": "
|
|
60082
|
-
"module": "src/scheduler-cron-builder/
|
|
60095
|
+
"name": "getPrefixedDailyRecurrence",
|
|
60096
|
+
"module": "src/scheduler-cron-builder/daily-recurrence/daily-recurrence.template.ts"
|
|
60083
60097
|
}
|
|
60084
60098
|
},
|
|
60085
60099
|
{
|
|
60086
60100
|
"kind": "js",
|
|
60087
|
-
"name": "
|
|
60101
|
+
"name": "dailyRecurrenceTemplate",
|
|
60088
60102
|
"declaration": {
|
|
60089
|
-
"name": "
|
|
60090
|
-
"module": "src/scheduler-cron-builder/
|
|
60103
|
+
"name": "dailyRecurrenceTemplate",
|
|
60104
|
+
"module": "src/scheduler-cron-builder/daily-recurrence/daily-recurrence.template.ts"
|
|
60091
60105
|
}
|
|
60092
60106
|
}
|
|
60093
60107
|
]
|
|
60094
60108
|
},
|
|
60095
60109
|
{
|
|
60096
60110
|
"kind": "javascript-module",
|
|
60097
|
-
"path": "src/scheduler-cron-builder/
|
|
60111
|
+
"path": "src/scheduler-cron-builder/daily-recurrence/daily-recurrence.ts",
|
|
60098
60112
|
"declarations": [
|
|
60099
60113
|
{
|
|
60100
60114
|
"kind": "class",
|
|
60101
60115
|
"description": "",
|
|
60102
|
-
"name": "
|
|
60116
|
+
"name": "DailyRecurrence",
|
|
60103
60117
|
"members": [
|
|
60118
|
+
{
|
|
60119
|
+
"kind": "field",
|
|
60120
|
+
"name": "disableTooltips",
|
|
60121
|
+
"type": {
|
|
60122
|
+
"text": "boolean"
|
|
60123
|
+
},
|
|
60124
|
+
"default": "false"
|
|
60125
|
+
},
|
|
60104
60126
|
{
|
|
60105
60127
|
"kind": "method",
|
|
60106
60128
|
"name": "configChanged"
|
|
@@ -60219,10 +60241,20 @@
|
|
|
60219
60241
|
],
|
|
60220
60242
|
"events": [
|
|
60221
60243
|
{
|
|
60222
|
-
"description": "Fired when
|
|
60244
|
+
"description": "Fired when work week vs full week selection updates the cron config",
|
|
60223
60245
|
"name": "update-cron-config"
|
|
60224
60246
|
}
|
|
60225
60247
|
],
|
|
60248
|
+
"attributes": [
|
|
60249
|
+
{
|
|
60250
|
+
"name": "disable-tooltips",
|
|
60251
|
+
"type": {
|
|
60252
|
+
"text": "boolean"
|
|
60253
|
+
},
|
|
60254
|
+
"default": "false",
|
|
60255
|
+
"fieldName": "disableTooltips"
|
|
60256
|
+
}
|
|
60257
|
+
],
|
|
60226
60258
|
"mixins": [
|
|
60227
60259
|
{
|
|
60228
60260
|
"name": "EventEmitter",
|
|
@@ -60232,59 +60264,61 @@
|
|
|
60232
60264
|
"superclass": {
|
|
60233
60265
|
"name": "FoundationElement",
|
|
60234
60266
|
"package": "@microsoft/fast-foundation"
|
|
60235
|
-
}
|
|
60267
|
+
},
|
|
60268
|
+
"tagName": "daily-recurrence",
|
|
60269
|
+
"customElement": true
|
|
60236
60270
|
}
|
|
60237
60271
|
],
|
|
60238
60272
|
"exports": [
|
|
60239
60273
|
{
|
|
60240
60274
|
"kind": "js",
|
|
60241
|
-
"name": "
|
|
60275
|
+
"name": "DailyRecurrence",
|
|
60242
60276
|
"declaration": {
|
|
60243
|
-
"name": "
|
|
60244
|
-
"module": "src/scheduler-cron-builder/
|
|
60277
|
+
"name": "DailyRecurrence",
|
|
60278
|
+
"module": "src/scheduler-cron-builder/daily-recurrence/daily-recurrence.ts"
|
|
60245
60279
|
}
|
|
60246
60280
|
},
|
|
60247
60281
|
{
|
|
60248
60282
|
"kind": "custom-element-definition",
|
|
60249
|
-
"name": "
|
|
60283
|
+
"name": "daily-recurrence",
|
|
60250
60284
|
"declaration": {
|
|
60251
|
-
"name": "
|
|
60252
|
-
"module": "src/scheduler-cron-builder/
|
|
60285
|
+
"name": "DailyRecurrence",
|
|
60286
|
+
"module": "src/scheduler-cron-builder/daily-recurrence/daily-recurrence.ts"
|
|
60253
60287
|
}
|
|
60254
60288
|
}
|
|
60255
60289
|
]
|
|
60256
60290
|
},
|
|
60257
60291
|
{
|
|
60258
60292
|
"kind": "javascript-module",
|
|
60259
|
-
"path": "src/scheduler-cron-builder/
|
|
60293
|
+
"path": "src/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.styles.ts",
|
|
60260
60294
|
"declarations": [
|
|
60261
60295
|
{
|
|
60262
60296
|
"kind": "variable",
|
|
60263
|
-
"name": "
|
|
60297
|
+
"name": "monthlyYearlyRecurrenceStyles",
|
|
60264
60298
|
"type": {
|
|
60265
60299
|
"text": "ElementStyles"
|
|
60266
60300
|
},
|
|
60267
|
-
"default": "css`\n ${inputControls}\n`"
|
|
60301
|
+
"default": "css`\n ${inputControls}\n :host {\n display: flex;\n flex-direction: column;\n gap: calc(var(--design-unit) * 4px);\n }\n\n .weekdays-row {\n display: flex;\n gap: calc(var(--design-unit) * 3px);\n }\n\n .day-of-month-row {\n display: flex;\n gap: calc(var(--design-unit) * 4px);\n width: 100%;\n }\n\n .day-date-number-field::part(root) {\n width: 40%;\n }\n`"
|
|
60268
60302
|
}
|
|
60269
60303
|
],
|
|
60270
60304
|
"exports": [
|
|
60271
60305
|
{
|
|
60272
60306
|
"kind": "js",
|
|
60273
|
-
"name": "
|
|
60307
|
+
"name": "monthlyYearlyRecurrenceStyles",
|
|
60274
60308
|
"declaration": {
|
|
60275
|
-
"name": "
|
|
60276
|
-
"module": "src/scheduler-cron-builder/
|
|
60309
|
+
"name": "monthlyYearlyRecurrenceStyles",
|
|
60310
|
+
"module": "src/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.styles.ts"
|
|
60277
60311
|
}
|
|
60278
60312
|
}
|
|
60279
60313
|
]
|
|
60280
60314
|
},
|
|
60281
60315
|
{
|
|
60282
60316
|
"kind": "javascript-module",
|
|
60283
|
-
"path": "src/scheduler-cron-builder/
|
|
60317
|
+
"path": "src/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.template.ts",
|
|
60284
60318
|
"declarations": [
|
|
60285
60319
|
{
|
|
60286
60320
|
"kind": "function",
|
|
60287
|
-
"name": "
|
|
60321
|
+
"name": "getPrefixedMonthlyYearlyRecurrence",
|
|
60288
60322
|
"parameters": [
|
|
60289
60323
|
{
|
|
60290
60324
|
"name": "prefix",
|
|
@@ -60296,46 +60330,38 @@
|
|
|
60296
60330
|
},
|
|
60297
60331
|
{
|
|
60298
60332
|
"kind": "variable",
|
|
60299
|
-
"name": "
|
|
60300
|
-
"default": "html<
|
|
60333
|
+
"name": "monthlyYearlyRecurrenceTemplate",
|
|
60334
|
+
"default": "html<MonthlyYearlyRecurrence>`\n ${(x) => getPrefixedMonthlyYearlyRecurrence(x.prefix)}\n`"
|
|
60301
60335
|
}
|
|
60302
60336
|
],
|
|
60303
60337
|
"exports": [
|
|
60304
60338
|
{
|
|
60305
60339
|
"kind": "js",
|
|
60306
|
-
"name": "
|
|
60340
|
+
"name": "getPrefixedMonthlyYearlyRecurrence",
|
|
60307
60341
|
"declaration": {
|
|
60308
|
-
"name": "
|
|
60309
|
-
"module": "src/scheduler-cron-builder/
|
|
60342
|
+
"name": "getPrefixedMonthlyYearlyRecurrence",
|
|
60343
|
+
"module": "src/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.template.ts"
|
|
60310
60344
|
}
|
|
60311
60345
|
},
|
|
60312
60346
|
{
|
|
60313
60347
|
"kind": "js",
|
|
60314
|
-
"name": "
|
|
60348
|
+
"name": "monthlyYearlyRecurrenceTemplate",
|
|
60315
60349
|
"declaration": {
|
|
60316
|
-
"name": "
|
|
60317
|
-
"module": "src/scheduler-cron-builder/
|
|
60350
|
+
"name": "monthlyYearlyRecurrenceTemplate",
|
|
60351
|
+
"module": "src/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.template.ts"
|
|
60318
60352
|
}
|
|
60319
60353
|
}
|
|
60320
60354
|
]
|
|
60321
60355
|
},
|
|
60322
60356
|
{
|
|
60323
60357
|
"kind": "javascript-module",
|
|
60324
|
-
"path": "src/scheduler-cron-builder/
|
|
60358
|
+
"path": "src/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.ts",
|
|
60325
60359
|
"declarations": [
|
|
60326
60360
|
{
|
|
60327
60361
|
"kind": "class",
|
|
60328
60362
|
"description": "",
|
|
60329
|
-
"name": "
|
|
60363
|
+
"name": "MonthlyYearlyRecurrence",
|
|
60330
60364
|
"members": [
|
|
60331
|
-
{
|
|
60332
|
-
"kind": "field",
|
|
60333
|
-
"name": "disableTooltips",
|
|
60334
|
-
"type": {
|
|
60335
|
-
"text": "boolean"
|
|
60336
|
-
},
|
|
60337
|
-
"default": "false"
|
|
60338
|
-
},
|
|
60339
60365
|
{
|
|
60340
60366
|
"kind": "method",
|
|
60341
60367
|
"name": "configChanged"
|
|
@@ -60454,20 +60480,10 @@
|
|
|
60454
60480
|
],
|
|
60455
60481
|
"events": [
|
|
60456
60482
|
{
|
|
60457
|
-
"description": "Fired when
|
|
60483
|
+
"description": "Fired when monthly or yearly recurrence fields update the cron config",
|
|
60458
60484
|
"name": "update-cron-config"
|
|
60459
60485
|
}
|
|
60460
60486
|
],
|
|
60461
|
-
"attributes": [
|
|
60462
|
-
{
|
|
60463
|
-
"name": "disable-tooltips",
|
|
60464
|
-
"type": {
|
|
60465
|
-
"text": "boolean"
|
|
60466
|
-
},
|
|
60467
|
-
"default": "false",
|
|
60468
|
-
"fieldName": "disableTooltips"
|
|
60469
|
-
}
|
|
60470
|
-
],
|
|
60471
60487
|
"mixins": [
|
|
60472
60488
|
{
|
|
60473
60489
|
"name": "EventEmitter",
|
|
@@ -60477,24 +60493,26 @@
|
|
|
60477
60493
|
"superclass": {
|
|
60478
60494
|
"name": "FoundationElement",
|
|
60479
60495
|
"package": "@microsoft/fast-foundation"
|
|
60480
|
-
}
|
|
60496
|
+
},
|
|
60497
|
+
"tagName": "monthly-yearly-recurrence",
|
|
60498
|
+
"customElement": true
|
|
60481
60499
|
}
|
|
60482
60500
|
],
|
|
60483
60501
|
"exports": [
|
|
60484
60502
|
{
|
|
60485
60503
|
"kind": "js",
|
|
60486
|
-
"name": "
|
|
60504
|
+
"name": "MonthlyYearlyRecurrence",
|
|
60487
60505
|
"declaration": {
|
|
60488
|
-
"name": "
|
|
60489
|
-
"module": "src/scheduler-cron-builder/
|
|
60506
|
+
"name": "MonthlyYearlyRecurrence",
|
|
60507
|
+
"module": "src/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.ts"
|
|
60490
60508
|
}
|
|
60491
60509
|
},
|
|
60492
60510
|
{
|
|
60493
60511
|
"kind": "custom-element-definition",
|
|
60494
|
-
"name": "
|
|
60512
|
+
"name": "monthly-yearly-recurrence",
|
|
60495
60513
|
"declaration": {
|
|
60496
|
-
"name": "
|
|
60497
|
-
"module": "src/scheduler-cron-builder/
|
|
60514
|
+
"name": "MonthlyYearlyRecurrence",
|
|
60515
|
+
"module": "src/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.ts"
|
|
60498
60516
|
}
|
|
60499
60517
|
}
|
|
60500
60518
|
]
|
|
@@ -60743,7 +60761,9 @@
|
|
|
60743
60761
|
"superclass": {
|
|
60744
60762
|
"name": "FoundationElement",
|
|
60745
60763
|
"package": "@microsoft/fast-foundation"
|
|
60746
|
-
}
|
|
60764
|
+
},
|
|
60765
|
+
"tagName": "weekly-recurrence",
|
|
60766
|
+
"customElement": true
|
|
60747
60767
|
}
|
|
60748
60768
|
],
|
|
60749
60769
|
"exports": [
|