@genesislcap/foundation-ui 14.483.3-alpha-7a2e689.0 → 14.484.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 +982 -974
- package/dist/dts/_common/base-file-component.d.ts +1 -1
- package/dist/dts/ai-criteria-search/ai-criteria-search.d.ts +2 -2
- package/dist/dts/categorized-multiselect/categorized-multiselect.d.ts +1 -1
- package/dist/dts/date-picker/date-picker.d.ts +1 -1
- package/dist/dts/dialog/dialog.d.ts +1 -1
- package/dist/dts/dialog/dialog.types.d.ts +8 -0
- package/dist/dts/dialog/dialog.types.d.ts.map +1 -1
- package/dist/dts/environment-indicator/types.d.ts +1 -1
- package/dist/dts/environment-indicator/types.d.ts.map +1 -1
- package/dist/dts/expression-builder/rule-expression-builder.d.ts +1 -1
- package/dist/dts/expression-builder/value-expression-builder.d.ts +1 -1
- package/dist/dts/file-reader/file-reader.d.ts +10 -1
- package/dist/dts/file-reader/file-reader.d.ts.map +1 -1
- package/dist/dts/file-upload/file-upload.d.ts +9 -2
- package/dist/dts/file-upload/file-upload.d.ts.map +1 -1
- package/dist/dts/filter/filter.d.ts +19 -2
- package/dist/dts/filter/filter.d.ts.map +1 -1
- package/dist/dts/multiselect/multiselect.d.ts +2 -2
- package/dist/dts/options-datasource/options-datasource.d.ts +9 -1
- package/dist/dts/options-datasource/options-datasource.d.ts.map +1 -1
- package/dist/dts/react.d.ts +56 -54
- package/dist/dts/scheduler-cron-builder/daily-recurrence/daily-recurrence.d.ts +1 -1
- package/dist/dts/scheduler-cron-builder/index.d.ts +1 -0
- package/dist/dts/scheduler-cron-builder/index.d.ts.map +1 -1
- package/dist/dts/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.d.ts +1 -1
- package/dist/dts/scheduler-cron-builder/scheduler-cron-builder.d.ts +1 -1
- package/dist/dts/scheduler-cron-builder/weekly-recurrence/weekly-recurrence.d.ts +1 -1
- package/dist/dts/search-bar/search-bar.d.ts +1 -1
- package/dist/dts/snackbar/snackbar.d.ts +1 -1
- package/dist/dts/stepper/stepper.d.ts +19 -2
- package/dist/dts/stepper/stepper.d.ts.map +1 -1
- package/dist/dts/stepper-tab/stepper-tab.d.ts +1 -1
- package/dist/dts/tsdoc-metadata.json +11 -0
- package/dist/esm/_common/base-file-component.js +1 -1
- package/dist/esm/ai-criteria-search/ai-criteria-search.js +2 -2
- package/dist/esm/categorized-multiselect/categorized-multiselect.js +1 -1
- package/dist/esm/date-picker/date-picker.js +1 -1
- package/dist/esm/dialog/dialog.js +1 -1
- package/dist/esm/expression-builder/rule-expression-builder.js +1 -1
- package/dist/esm/expression-builder/value-expression-builder.js +1 -1
- package/dist/esm/file-reader/file-reader.js +1 -1
- package/dist/esm/file-upload/file-upload.js +2 -2
- package/dist/esm/filter/filter.js +2 -2
- package/dist/esm/multiselect/multiselect.js +2 -2
- package/dist/esm/options-datasource/options-datasource.js +1 -1
- package/dist/esm/scheduler-cron-builder/daily-recurrence/daily-recurrence.js +1 -1
- package/dist/esm/scheduler-cron-builder/index.js +1 -0
- package/dist/esm/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.js +1 -1
- package/dist/esm/scheduler-cron-builder/scheduler-cron-builder.js +1 -1
- package/dist/esm/scheduler-cron-builder/weekly-recurrence/weekly-recurrence.js +1 -1
- package/dist/esm/search-bar/search-bar.js +1 -1
- package/dist/esm/snackbar/snackbar.js +1 -1
- package/dist/esm/stepper/stepper.js +2 -2
- package/dist/esm/stepper-tab/stepper-tab.js +1 -1
- package/dist/foundation-ui.api.json +71300 -0
- package/dist/foundation-ui.d.ts +7318 -0
- package/dist/react.cjs +12 -12
- package/dist/react.mjs +9 -9
- package/package.json +19 -19
- package/tsdoc.json +14 -0
|
@@ -1258,7 +1258,7 @@
|
|
|
1258
1258
|
],
|
|
1259
1259
|
"events": [
|
|
1260
1260
|
{
|
|
1261
|
-
"description": "Fired when file size validation fails",
|
|
1261
|
+
"description": "Fired when file size validation fails. detail: `Error`",
|
|
1262
1262
|
"name": "error"
|
|
1263
1263
|
},
|
|
1264
1264
|
{
|
|
@@ -1398,6 +1398,552 @@
|
|
|
1398
1398
|
}
|
|
1399
1399
|
]
|
|
1400
1400
|
},
|
|
1401
|
+
{
|
|
1402
|
+
"kind": "javascript-module",
|
|
1403
|
+
"path": "src/_config/index.ts",
|
|
1404
|
+
"declarations": [],
|
|
1405
|
+
"exports": [
|
|
1406
|
+
{
|
|
1407
|
+
"kind": "js",
|
|
1408
|
+
"name": "*",
|
|
1409
|
+
"declaration": {
|
|
1410
|
+
"name": "*",
|
|
1411
|
+
"package": "./styles"
|
|
1412
|
+
}
|
|
1413
|
+
},
|
|
1414
|
+
{
|
|
1415
|
+
"kind": "js",
|
|
1416
|
+
"name": "*",
|
|
1417
|
+
"declaration": {
|
|
1418
|
+
"name": "*",
|
|
1419
|
+
"package": "./tokens"
|
|
1420
|
+
}
|
|
1421
|
+
},
|
|
1422
|
+
{
|
|
1423
|
+
"kind": "js",
|
|
1424
|
+
"name": "*",
|
|
1425
|
+
"declaration": {
|
|
1426
|
+
"name": "*",
|
|
1427
|
+
"package": "./values"
|
|
1428
|
+
}
|
|
1429
|
+
}
|
|
1430
|
+
]
|
|
1431
|
+
},
|
|
1432
|
+
{
|
|
1433
|
+
"kind": "javascript-module",
|
|
1434
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
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
|
+
},
|
|
1401
1947
|
{
|
|
1402
1948
|
"kind": "javascript-module",
|
|
1403
1949
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -1794,34 +2340,11 @@
|
|
|
1794
2340
|
},
|
|
1795
2341
|
{
|
|
1796
2342
|
"kind": "javascript-module",
|
|
1797
|
-
"path": "src/
|
|
2343
|
+
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
1798
2344
|
"declarations": [
|
|
1799
2345
|
{
|
|
1800
2346
|
"kind": "function",
|
|
1801
|
-
"name": "
|
|
1802
|
-
"return": {
|
|
1803
|
-
"type": {
|
|
1804
|
-
"text": "ElementStyles"
|
|
1805
|
-
}
|
|
1806
|
-
},
|
|
1807
|
-
"parameters": [
|
|
1808
|
-
{
|
|
1809
|
-
"name": "context",
|
|
1810
|
-
"type": {
|
|
1811
|
-
"text": "ElementDefinitionContext"
|
|
1812
|
-
}
|
|
1813
|
-
},
|
|
1814
|
-
{
|
|
1815
|
-
"name": "definition",
|
|
1816
|
-
"type": {
|
|
1817
|
-
"text": "FoundationElementDefinition"
|
|
1818
|
-
}
|
|
1819
|
-
}
|
|
1820
|
-
]
|
|
1821
|
-
},
|
|
1822
|
-
{
|
|
1823
|
-
"kind": "function",
|
|
1824
|
-
"name": "foundationActionsMenuStyles",
|
|
2347
|
+
"name": "foundationAiIndicatorStyles",
|
|
1825
2348
|
"return": {
|
|
1826
2349
|
"type": {
|
|
1827
2350
|
"text": "ElementStyles"
|
|
@@ -1846,269 +2369,225 @@
|
|
|
1846
2369
|
"exports": [
|
|
1847
2370
|
{
|
|
1848
2371
|
"kind": "js",
|
|
1849
|
-
"name": "
|
|
1850
|
-
"declaration": {
|
|
1851
|
-
"name": "actionsMenuBaseStyles",
|
|
1852
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1853
|
-
}
|
|
1854
|
-
},
|
|
1855
|
-
{
|
|
1856
|
-
"kind": "js",
|
|
1857
|
-
"name": "foundationActionsMenuStyles",
|
|
2372
|
+
"name": "foundationAiIndicatorStyles",
|
|
1858
2373
|
"declaration": {
|
|
1859
|
-
"name": "
|
|
1860
|
-
"module": "src/
|
|
2374
|
+
"name": "foundationAiIndicatorStyles",
|
|
2375
|
+
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
1861
2376
|
}
|
|
1862
2377
|
}
|
|
1863
2378
|
]
|
|
1864
2379
|
},
|
|
1865
2380
|
{
|
|
1866
2381
|
"kind": "javascript-module",
|
|
1867
|
-
"path": "src/
|
|
2382
|
+
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
1868
2383
|
"declarations": [
|
|
1869
|
-
{
|
|
1870
|
-
"kind": "function",
|
|
1871
|
-
"name": "menuTemplate",
|
|
1872
|
-
"parameters": [
|
|
1873
|
-
{
|
|
1874
|
-
"name": "prefix",
|
|
1875
|
-
"type": {
|
|
1876
|
-
"text": "string"
|
|
1877
|
-
}
|
|
1878
|
-
}
|
|
1879
|
-
]
|
|
1880
|
-
},
|
|
1881
|
-
{
|
|
1882
|
-
"kind": "function",
|
|
1883
|
-
"name": "singleOptionTemplate",
|
|
1884
|
-
"parameters": [
|
|
1885
|
-
{
|
|
1886
|
-
"name": "prefix",
|
|
1887
|
-
"type": {
|
|
1888
|
-
"text": "string"
|
|
1889
|
-
}
|
|
1890
|
-
}
|
|
1891
|
-
]
|
|
1892
|
-
},
|
|
1893
2384
|
{
|
|
1894
2385
|
"kind": "variable",
|
|
1895
|
-
"name": "
|
|
2386
|
+
"name": "foundationAiIndicatorTemplate",
|
|
1896
2387
|
"type": {
|
|
1897
|
-
"text": "ViewTemplate<
|
|
2388
|
+
"text": "ViewTemplate<AiIndicator>"
|
|
1898
2389
|
},
|
|
1899
|
-
"default": "html`\n
|
|
2390
|
+
"default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
|
|
1900
2391
|
}
|
|
1901
2392
|
],
|
|
1902
2393
|
"exports": [
|
|
1903
2394
|
{
|
|
1904
2395
|
"kind": "js",
|
|
1905
|
-
"name": "
|
|
1906
|
-
"declaration": {
|
|
1907
|
-
"name": "menuTemplate",
|
|
1908
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1909
|
-
}
|
|
1910
|
-
},
|
|
1911
|
-
{
|
|
1912
|
-
"kind": "js",
|
|
1913
|
-
"name": "singleOptionTemplate",
|
|
1914
|
-
"declaration": {
|
|
1915
|
-
"name": "singleOptionTemplate",
|
|
1916
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1917
|
-
}
|
|
1918
|
-
},
|
|
1919
|
-
{
|
|
1920
|
-
"kind": "js",
|
|
1921
|
-
"name": "foundationActionsMenuTemplate",
|
|
2396
|
+
"name": "foundationAiIndicatorTemplate",
|
|
1922
2397
|
"declaration": {
|
|
1923
|
-
"name": "
|
|
1924
|
-
"module": "src/
|
|
2398
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2399
|
+
"module": "src/ai-indicator/ai-indicator.template.ts"
|
|
1925
2400
|
}
|
|
1926
2401
|
}
|
|
1927
2402
|
]
|
|
1928
2403
|
},
|
|
1929
2404
|
{
|
|
1930
2405
|
"kind": "javascript-module",
|
|
1931
|
-
"path": "src/
|
|
2406
|
+
"path": "src/ai-indicator/ai-indicator.ts",
|
|
1932
2407
|
"declarations": [
|
|
1933
2408
|
{
|
|
1934
2409
|
"kind": "class",
|
|
1935
2410
|
"description": "",
|
|
1936
|
-
"name": "
|
|
2411
|
+
"name": "AiIndicator",
|
|
1937
2412
|
"members": [
|
|
1938
2413
|
{
|
|
1939
2414
|
"kind": "field",
|
|
1940
|
-
"name": "
|
|
2415
|
+
"name": "providerRegistry",
|
|
1941
2416
|
"type": {
|
|
1942
|
-
"text": "
|
|
2417
|
+
"text": "AIProviderRegistry"
|
|
1943
2418
|
}
|
|
1944
2419
|
},
|
|
1945
2420
|
{
|
|
1946
2421
|
"kind": "field",
|
|
1947
|
-
"name": "
|
|
2422
|
+
"name": "aiProvider",
|
|
1948
2423
|
"type": {
|
|
1949
|
-
"text": "
|
|
2424
|
+
"text": "AIProvider | undefined"
|
|
1950
2425
|
},
|
|
1951
|
-
"
|
|
2426
|
+
"privacy": "private",
|
|
2427
|
+
"description": "The indicator reflects status for the registry's default provider only —\nper-agent provider overrides live with the assistant component, not this\ntop-level chrome.",
|
|
2428
|
+
"readonly": true
|
|
1952
2429
|
},
|
|
1953
2430
|
{
|
|
1954
2431
|
"kind": "field",
|
|
1955
|
-
"name": "
|
|
2432
|
+
"name": "status",
|
|
1956
2433
|
"type": {
|
|
1957
|
-
"text": "
|
|
2434
|
+
"text": "AIStatus | null"
|
|
1958
2435
|
},
|
|
1959
|
-
"default": "
|
|
2436
|
+
"default": "null"
|
|
1960
2437
|
},
|
|
1961
2438
|
{
|
|
1962
2439
|
"kind": "field",
|
|
1963
|
-
"name": "
|
|
2440
|
+
"name": "open",
|
|
1964
2441
|
"type": {
|
|
1965
2442
|
"text": "boolean"
|
|
1966
2443
|
},
|
|
1967
|
-
"default": "
|
|
1968
|
-
},
|
|
1969
|
-
{
|
|
1970
|
-
"kind": "field",
|
|
1971
|
-
"name": "classNames",
|
|
1972
|
-
"type": {
|
|
1973
|
-
"text": "string"
|
|
1974
|
-
}
|
|
2444
|
+
"default": "false"
|
|
1975
2445
|
},
|
|
1976
2446
|
{
|
|
1977
2447
|
"kind": "field",
|
|
1978
|
-
"name": "
|
|
2448
|
+
"name": "state",
|
|
1979
2449
|
"type": {
|
|
1980
|
-
"text": "
|
|
1981
|
-
}
|
|
2450
|
+
"text": "AIIndicatorState"
|
|
2451
|
+
},
|
|
2452
|
+
"default": "'none'"
|
|
1982
2453
|
},
|
|
1983
2454
|
{
|
|
1984
2455
|
"kind": "field",
|
|
1985
|
-
"name": "
|
|
2456
|
+
"name": "isInstalling",
|
|
1986
2457
|
"type": {
|
|
1987
|
-
"text": "
|
|
2458
|
+
"text": "boolean"
|
|
1988
2459
|
},
|
|
1989
|
-
"default": "
|
|
2460
|
+
"default": "false"
|
|
1990
2461
|
},
|
|
1991
2462
|
{
|
|
1992
2463
|
"kind": "field",
|
|
1993
|
-
"name": "
|
|
2464
|
+
"name": "pollTimer",
|
|
1994
2465
|
"type": {
|
|
1995
|
-
"text": "
|
|
2466
|
+
"text": "ReturnType<typeof setInterval> | null"
|
|
1996
2467
|
},
|
|
1997
|
-
"
|
|
2468
|
+
"privacy": "private",
|
|
2469
|
+
"default": "null"
|
|
1998
2470
|
},
|
|
1999
2471
|
{
|
|
2000
2472
|
"kind": "field",
|
|
2001
|
-
"name": "
|
|
2002
|
-
"
|
|
2003
|
-
"text": "string"
|
|
2004
|
-
}
|
|
2473
|
+
"name": "clickOutside",
|
|
2474
|
+
"privacy": "private"
|
|
2005
2475
|
},
|
|
2006
2476
|
{
|
|
2007
2477
|
"kind": "field",
|
|
2008
|
-
"name": "
|
|
2478
|
+
"name": "chromeStatusLabel",
|
|
2009
2479
|
"type": {
|
|
2010
|
-
"text": "
|
|
2480
|
+
"text": "string | null"
|
|
2011
2481
|
},
|
|
2012
|
-
"
|
|
2482
|
+
"readonly": true
|
|
2013
2483
|
},
|
|
2014
2484
|
{
|
|
2015
2485
|
"kind": "field",
|
|
2016
|
-
"name": "
|
|
2486
|
+
"name": "canInstall",
|
|
2017
2487
|
"type": {
|
|
2018
2488
|
"text": "boolean"
|
|
2019
2489
|
},
|
|
2020
|
-
"
|
|
2490
|
+
"readonly": true
|
|
2021
2491
|
},
|
|
2022
2492
|
{
|
|
2023
2493
|
"kind": "field",
|
|
2024
|
-
"name": "
|
|
2494
|
+
"name": "isDownloading",
|
|
2025
2495
|
"type": {
|
|
2026
|
-
"text": "
|
|
2027
|
-
}
|
|
2496
|
+
"text": "boolean"
|
|
2497
|
+
},
|
|
2498
|
+
"readonly": true
|
|
2028
2499
|
},
|
|
2029
2500
|
{
|
|
2030
|
-
"kind": "
|
|
2031
|
-
"name": "
|
|
2032
|
-
"
|
|
2033
|
-
"
|
|
2501
|
+
"kind": "method",
|
|
2502
|
+
"name": "openChanged",
|
|
2503
|
+
"return": {
|
|
2504
|
+
"type": {
|
|
2505
|
+
"text": "void"
|
|
2506
|
+
}
|
|
2034
2507
|
}
|
|
2035
2508
|
},
|
|
2036
2509
|
{
|
|
2037
2510
|
"kind": "method",
|
|
2038
|
-
"name": "
|
|
2039
|
-
"privacy": "
|
|
2511
|
+
"name": "handleClickOutside",
|
|
2512
|
+
"privacy": "private",
|
|
2040
2513
|
"parameters": [
|
|
2041
2514
|
{
|
|
2042
|
-
"name": "
|
|
2043
|
-
"type": {
|
|
2044
|
-
"text": "any"
|
|
2045
|
-
}
|
|
2046
|
-
},
|
|
2047
|
-
{
|
|
2048
|
-
"name": "newValue",
|
|
2515
|
+
"name": "event",
|
|
2049
2516
|
"type": {
|
|
2050
|
-
"text": "
|
|
2517
|
+
"text": "MouseEvent"
|
|
2051
2518
|
}
|
|
2052
2519
|
}
|
|
2053
2520
|
]
|
|
2054
2521
|
},
|
|
2055
2522
|
{
|
|
2056
2523
|
"kind": "method",
|
|
2057
|
-
"name": "
|
|
2058
|
-
"privacy": "protected"
|
|
2524
|
+
"name": "toggleDropdown"
|
|
2059
2525
|
},
|
|
2060
2526
|
{
|
|
2061
2527
|
"kind": "method",
|
|
2062
|
-
"name": "
|
|
2528
|
+
"name": "refreshStatus",
|
|
2529
|
+
"return": {
|
|
2530
|
+
"type": {
|
|
2531
|
+
"text": "Promise<void>"
|
|
2532
|
+
}
|
|
2533
|
+
}
|
|
2063
2534
|
},
|
|
2064
2535
|
{
|
|
2065
2536
|
"kind": "method",
|
|
2066
|
-
"name": "
|
|
2537
|
+
"name": "deriveState",
|
|
2538
|
+
"privacy": "private",
|
|
2539
|
+
"return": {
|
|
2540
|
+
"type": {
|
|
2541
|
+
"text": "AIIndicatorState"
|
|
2542
|
+
}
|
|
2543
|
+
},
|
|
2067
2544
|
"parameters": [
|
|
2068
2545
|
{
|
|
2069
|
-
"name": "
|
|
2546
|
+
"name": "s",
|
|
2070
2547
|
"type": {
|
|
2071
|
-
"text": "
|
|
2548
|
+
"text": "AIStatus | null"
|
|
2072
2549
|
}
|
|
2073
2550
|
}
|
|
2074
2551
|
]
|
|
2075
2552
|
},
|
|
2076
2553
|
{
|
|
2077
|
-
"kind": "
|
|
2078
|
-
"name": "
|
|
2079
|
-
"
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2554
|
+
"kind": "method",
|
|
2555
|
+
"name": "maybeStartPolling",
|
|
2556
|
+
"privacy": "private",
|
|
2557
|
+
"return": {
|
|
2558
|
+
"type": {
|
|
2559
|
+
"text": "void"
|
|
2560
|
+
}
|
|
2561
|
+
}
|
|
2083
2562
|
},
|
|
2084
2563
|
{
|
|
2085
|
-
"kind": "
|
|
2086
|
-
"name": "
|
|
2087
|
-
"
|
|
2564
|
+
"kind": "method",
|
|
2565
|
+
"name": "startPolling",
|
|
2566
|
+
"privacy": "private",
|
|
2567
|
+
"return": {
|
|
2568
|
+
"type": {
|
|
2569
|
+
"text": "void"
|
|
2570
|
+
}
|
|
2571
|
+
}
|
|
2088
2572
|
},
|
|
2089
2573
|
{
|
|
2090
2574
|
"kind": "method",
|
|
2091
|
-
"name": "
|
|
2092
|
-
"
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
"
|
|
2096
|
-
"text": "string | ((rowData: any) => string)"
|
|
2097
|
-
}
|
|
2575
|
+
"name": "stopPolling",
|
|
2576
|
+
"privacy": "private",
|
|
2577
|
+
"return": {
|
|
2578
|
+
"type": {
|
|
2579
|
+
"text": "void"
|
|
2098
2580
|
}
|
|
2099
|
-
|
|
2581
|
+
}
|
|
2100
2582
|
},
|
|
2101
2583
|
{
|
|
2102
2584
|
"kind": "method",
|
|
2103
|
-
"name": "
|
|
2104
|
-
"
|
|
2105
|
-
{
|
|
2106
|
-
"
|
|
2107
|
-
"type": {
|
|
2108
|
-
"text": "string"
|
|
2109
|
-
}
|
|
2585
|
+
"name": "onInstall",
|
|
2586
|
+
"return": {
|
|
2587
|
+
"type": {
|
|
2588
|
+
"text": "Promise<void>"
|
|
2110
2589
|
}
|
|
2111
|
-
|
|
2590
|
+
}
|
|
2112
2591
|
},
|
|
2113
2592
|
{
|
|
2114
2593
|
"kind": "field",
|
|
@@ -2205,179 +2684,105 @@
|
|
|
2205
2684
|
"name": "this",
|
|
2206
2685
|
"type": {
|
|
2207
2686
|
"text": "K"
|
|
2208
|
-
}
|
|
2209
|
-
},
|
|
2210
|
-
{
|
|
2211
|
-
"name": "elementDefinition",
|
|
2212
|
-
"type": {
|
|
2213
|
-
"text": "T"
|
|
2214
|
-
},
|
|
2215
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
2216
|
-
}
|
|
2217
|
-
],
|
|
2218
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2219
|
-
"inheritedFrom": {
|
|
2220
|
-
"name": "FoundationElement",
|
|
2221
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2222
|
-
}
|
|
2223
|
-
}
|
|
2224
|
-
],
|
|
2225
|
-
"attributes": [
|
|
2226
|
-
{
|
|
2227
|
-
"name": "is-vertical",
|
|
2228
|
-
"type": {
|
|
2229
|
-
"text": "boolean"
|
|
2230
|
-
},
|
|
2231
|
-
"default": "false",
|
|
2232
|
-
"fieldName": "isVertical"
|
|
2233
|
-
},
|
|
2234
|
-
{
|
|
2235
|
-
"name": "add-default-actions",
|
|
2236
|
-
"type": {
|
|
2237
|
-
"text": "boolean"
|
|
2238
|
-
},
|
|
2239
|
-
"default": "true",
|
|
2240
|
-
"fieldName": "addDefaultActions"
|
|
2241
|
-
},
|
|
2242
|
-
{
|
|
2243
|
-
"name": "auto-close-on-action",
|
|
2244
|
-
"type": {
|
|
2245
|
-
"text": "boolean"
|
|
2246
|
-
},
|
|
2247
|
-
"default": "true",
|
|
2248
|
-
"fieldName": "autoCloseOnAction"
|
|
2249
|
-
},
|
|
2250
|
-
{
|
|
2251
|
-
"name": "name",
|
|
2252
|
-
"type": {
|
|
2253
|
-
"text": "string"
|
|
2254
|
-
},
|
|
2255
|
-
"default": "'Actions'",
|
|
2256
|
-
"fieldName": "name"
|
|
2257
|
-
},
|
|
2258
|
-
{
|
|
2259
|
-
"name": "open",
|
|
2260
|
-
"type": {
|
|
2261
|
-
"text": "boolean"
|
|
2262
|
-
},
|
|
2263
|
-
"default": "false",
|
|
2264
|
-
"fieldName": "open"
|
|
2265
|
-
},
|
|
2266
|
-
{
|
|
2267
|
-
"name": "buttonAppearance",
|
|
2268
|
-
"type": {
|
|
2269
|
-
"text": "string"
|
|
2270
|
-
},
|
|
2271
|
-
"fieldName": "buttonAppearance"
|
|
2272
|
-
},
|
|
2273
|
-
{
|
|
2274
|
-
"name": "hide-disabled",
|
|
2275
|
-
"type": {
|
|
2276
|
-
"text": "boolean"
|
|
2277
|
-
},
|
|
2278
|
-
"default": "false",
|
|
2279
|
-
"fieldName": "hideDisabled"
|
|
2280
|
-
},
|
|
2281
|
-
{
|
|
2282
|
-
"name": "hide-menu-single-option",
|
|
2283
|
-
"type": {
|
|
2284
|
-
"text": "boolean"
|
|
2285
|
-
},
|
|
2286
|
-
"default": "false",
|
|
2287
|
-
"fieldName": "hideMenuSingleOption"
|
|
2687
|
+
}
|
|
2688
|
+
},
|
|
2689
|
+
{
|
|
2690
|
+
"name": "elementDefinition",
|
|
2691
|
+
"type": {
|
|
2692
|
+
"text": "T"
|
|
2693
|
+
},
|
|
2694
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
2695
|
+
}
|
|
2696
|
+
],
|
|
2697
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2698
|
+
"inheritedFrom": {
|
|
2699
|
+
"name": "FoundationElement",
|
|
2700
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2701
|
+
}
|
|
2288
2702
|
}
|
|
2289
2703
|
],
|
|
2290
2704
|
"superclass": {
|
|
2291
2705
|
"name": "FoundationElement",
|
|
2292
2706
|
"package": "@microsoft/fast-foundation"
|
|
2293
2707
|
},
|
|
2294
|
-
"tagName": "%%prefix%%-
|
|
2708
|
+
"tagName": "%%prefix%%-ai-indicator",
|
|
2295
2709
|
"customElement": true
|
|
2296
2710
|
},
|
|
2297
2711
|
{
|
|
2298
2712
|
"kind": "variable",
|
|
2299
|
-
"name": "
|
|
2300
|
-
"description": "The Foundation Actions Menu",
|
|
2301
|
-
"privacy": "public"
|
|
2713
|
+
"name": "foundationAiIndicator"
|
|
2302
2714
|
}
|
|
2303
2715
|
],
|
|
2304
2716
|
"exports": [
|
|
2305
2717
|
{
|
|
2306
2718
|
"kind": "js",
|
|
2307
|
-
"name": "
|
|
2719
|
+
"name": "AiIndicator",
|
|
2308
2720
|
"declaration": {
|
|
2309
|
-
"name": "
|
|
2310
|
-
"module": "src/
|
|
2721
|
+
"name": "AiIndicator",
|
|
2722
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2311
2723
|
}
|
|
2312
2724
|
},
|
|
2313
2725
|
{
|
|
2314
2726
|
"kind": "js",
|
|
2315
|
-
"name": "
|
|
2727
|
+
"name": "foundationAiIndicator",
|
|
2316
2728
|
"declaration": {
|
|
2317
|
-
"name": "
|
|
2318
|
-
"module": "src/
|
|
2729
|
+
"name": "foundationAiIndicator",
|
|
2730
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2319
2731
|
}
|
|
2320
2732
|
}
|
|
2321
2733
|
]
|
|
2322
2734
|
},
|
|
2323
2735
|
{
|
|
2324
2736
|
"kind": "javascript-module",
|
|
2325
|
-
"path": "src/
|
|
2737
|
+
"path": "src/ai-indicator/index.ts",
|
|
2326
2738
|
"declarations": [],
|
|
2327
2739
|
"exports": [
|
|
2328
2740
|
{
|
|
2329
2741
|
"kind": "js",
|
|
2330
|
-
"name": "
|
|
2742
|
+
"name": "AiIndicator",
|
|
2331
2743
|
"declaration": {
|
|
2332
|
-
"name": "
|
|
2333
|
-
"
|
|
2744
|
+
"name": "AiIndicator",
|
|
2745
|
+
"module": "./ai-indicator"
|
|
2334
2746
|
}
|
|
2335
2747
|
},
|
|
2336
2748
|
{
|
|
2337
2749
|
"kind": "js",
|
|
2338
|
-
"name": "
|
|
2750
|
+
"name": "foundationAiIndicator",
|
|
2339
2751
|
"declaration": {
|
|
2340
|
-
"name": "
|
|
2341
|
-
"
|
|
2752
|
+
"name": "foundationAiIndicator",
|
|
2753
|
+
"module": "./ai-indicator"
|
|
2342
2754
|
}
|
|
2343
2755
|
},
|
|
2344
2756
|
{
|
|
2345
2757
|
"kind": "js",
|
|
2346
|
-
"name": "
|
|
2758
|
+
"name": "type",
|
|
2347
2759
|
"declaration": {
|
|
2348
|
-
"name": "
|
|
2349
|
-
"
|
|
2760
|
+
"name": "type",
|
|
2761
|
+
"module": "./ai-indicator"
|
|
2350
2762
|
}
|
|
2351
|
-
}
|
|
2352
|
-
]
|
|
2353
|
-
},
|
|
2354
|
-
{
|
|
2355
|
-
"kind": "javascript-module",
|
|
2356
|
-
"path": "src/_config/index.ts",
|
|
2357
|
-
"declarations": [],
|
|
2358
|
-
"exports": [
|
|
2763
|
+
},
|
|
2359
2764
|
{
|
|
2360
2765
|
"kind": "js",
|
|
2361
|
-
"name": "
|
|
2766
|
+
"name": "AIIndicatorState",
|
|
2362
2767
|
"declaration": {
|
|
2363
|
-
"name": "
|
|
2364
|
-
"
|
|
2768
|
+
"name": "AIIndicatorState",
|
|
2769
|
+
"module": "./ai-indicator"
|
|
2365
2770
|
}
|
|
2366
2771
|
},
|
|
2367
2772
|
{
|
|
2368
2773
|
"kind": "js",
|
|
2369
|
-
"name": "
|
|
2774
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2370
2775
|
"declaration": {
|
|
2371
|
-
"name": "
|
|
2372
|
-
"
|
|
2776
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2777
|
+
"module": "./ai-indicator.template"
|
|
2373
2778
|
}
|
|
2374
2779
|
},
|
|
2375
2780
|
{
|
|
2376
2781
|
"kind": "js",
|
|
2377
|
-
"name": "
|
|
2782
|
+
"name": "foundationAiIndicatorStyles",
|
|
2378
2783
|
"declaration": {
|
|
2379
|
-
"name": "
|
|
2380
|
-
"
|
|
2784
|
+
"name": "foundationAiIndicatorStyles",
|
|
2785
|
+
"module": "./ai-indicator.styles"
|
|
2381
2786
|
}
|
|
2382
2787
|
}
|
|
2383
2788
|
]
|
|
@@ -2750,11 +3155,11 @@
|
|
|
2750
3155
|
],
|
|
2751
3156
|
"events": [
|
|
2752
3157
|
{
|
|
2753
|
-
"description": "Fired when interpreted criteria is applied or cleared",
|
|
3158
|
+
"description": "Fired when interpreted criteria is applied or cleared. detail: `string | null`",
|
|
2754
3159
|
"name": "criteria-changed"
|
|
2755
3160
|
},
|
|
2756
3161
|
{
|
|
2757
|
-
"description": "Fired when interpreted criteria contains invalid clauses",
|
|
3162
|
+
"description": "Fired when interpreted criteria contains invalid clauses. detail: `ValidationError[]`",
|
|
2758
3163
|
"name": "validation-errors"
|
|
2759
3164
|
}
|
|
2760
3165
|
],
|
|
@@ -2993,11 +3398,11 @@
|
|
|
2993
3398
|
},
|
|
2994
3399
|
{
|
|
2995
3400
|
"kind": "javascript-module",
|
|
2996
|
-
"path": "src/
|
|
3401
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
2997
3402
|
"declarations": [
|
|
2998
3403
|
{
|
|
2999
3404
|
"kind": "function",
|
|
3000
|
-
"name": "
|
|
3405
|
+
"name": "actionsMenuBaseStyles",
|
|
3001
3406
|
"return": {
|
|
3002
3407
|
"type": {
|
|
3003
3408
|
"text": "ElementStyles"
|
|
@@ -3017,436 +3422,10 @@
|
|
|
3017
3422
|
}
|
|
3018
3423
|
}
|
|
3019
3424
|
]
|
|
3020
|
-
}
|
|
3021
|
-
],
|
|
3022
|
-
"exports": [
|
|
3023
|
-
{
|
|
3024
|
-
"kind": "js",
|
|
3025
|
-
"name": "foundationAiIndicatorStyles",
|
|
3026
|
-
"declaration": {
|
|
3027
|
-
"name": "foundationAiIndicatorStyles",
|
|
3028
|
-
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
3029
|
-
}
|
|
3030
|
-
}
|
|
3031
|
-
]
|
|
3032
|
-
},
|
|
3033
|
-
{
|
|
3034
|
-
"kind": "javascript-module",
|
|
3035
|
-
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
3036
|
-
"declarations": [
|
|
3037
|
-
{
|
|
3038
|
-
"kind": "variable",
|
|
3039
|
-
"name": "foundationAiIndicatorTemplate",
|
|
3040
|
-
"type": {
|
|
3041
|
-
"text": "ViewTemplate<AiIndicator>"
|
|
3042
|
-
},
|
|
3043
|
-
"default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
|
|
3044
|
-
}
|
|
3045
|
-
],
|
|
3046
|
-
"exports": [
|
|
3047
|
-
{
|
|
3048
|
-
"kind": "js",
|
|
3049
|
-
"name": "foundationAiIndicatorTemplate",
|
|
3050
|
-
"declaration": {
|
|
3051
|
-
"name": "foundationAiIndicatorTemplate",
|
|
3052
|
-
"module": "src/ai-indicator/ai-indicator.template.ts"
|
|
3053
|
-
}
|
|
3054
|
-
}
|
|
3055
|
-
]
|
|
3056
|
-
},
|
|
3057
|
-
{
|
|
3058
|
-
"kind": "javascript-module",
|
|
3059
|
-
"path": "src/ai-indicator/ai-indicator.ts",
|
|
3060
|
-
"declarations": [
|
|
3061
|
-
{
|
|
3062
|
-
"kind": "class",
|
|
3063
|
-
"description": "",
|
|
3064
|
-
"name": "AiIndicator",
|
|
3065
|
-
"members": [
|
|
3066
|
-
{
|
|
3067
|
-
"kind": "field",
|
|
3068
|
-
"name": "providerRegistry",
|
|
3069
|
-
"type": {
|
|
3070
|
-
"text": "AIProviderRegistry"
|
|
3071
|
-
}
|
|
3072
|
-
},
|
|
3073
|
-
{
|
|
3074
|
-
"kind": "field",
|
|
3075
|
-
"name": "aiProvider",
|
|
3076
|
-
"type": {
|
|
3077
|
-
"text": "AIProvider | undefined"
|
|
3078
|
-
},
|
|
3079
|
-
"privacy": "private",
|
|
3080
|
-
"description": "The indicator reflects status for the registry's default provider only —\nper-agent provider overrides live with the assistant component, not this\ntop-level chrome.",
|
|
3081
|
-
"readonly": true
|
|
3082
|
-
},
|
|
3083
|
-
{
|
|
3084
|
-
"kind": "field",
|
|
3085
|
-
"name": "status",
|
|
3086
|
-
"type": {
|
|
3087
|
-
"text": "AIStatus | null"
|
|
3088
|
-
},
|
|
3089
|
-
"default": "null"
|
|
3090
|
-
},
|
|
3091
|
-
{
|
|
3092
|
-
"kind": "field",
|
|
3093
|
-
"name": "open",
|
|
3094
|
-
"type": {
|
|
3095
|
-
"text": "boolean"
|
|
3096
|
-
},
|
|
3097
|
-
"default": "false"
|
|
3098
|
-
},
|
|
3099
|
-
{
|
|
3100
|
-
"kind": "field",
|
|
3101
|
-
"name": "state",
|
|
3102
|
-
"type": {
|
|
3103
|
-
"text": "AIIndicatorState"
|
|
3104
|
-
},
|
|
3105
|
-
"default": "'none'"
|
|
3106
|
-
},
|
|
3107
|
-
{
|
|
3108
|
-
"kind": "field",
|
|
3109
|
-
"name": "isInstalling",
|
|
3110
|
-
"type": {
|
|
3111
|
-
"text": "boolean"
|
|
3112
|
-
},
|
|
3113
|
-
"default": "false"
|
|
3114
|
-
},
|
|
3115
|
-
{
|
|
3116
|
-
"kind": "field",
|
|
3117
|
-
"name": "pollTimer",
|
|
3118
|
-
"type": {
|
|
3119
|
-
"text": "ReturnType<typeof setInterval> | null"
|
|
3120
|
-
},
|
|
3121
|
-
"privacy": "private",
|
|
3122
|
-
"default": "null"
|
|
3123
|
-
},
|
|
3124
|
-
{
|
|
3125
|
-
"kind": "field",
|
|
3126
|
-
"name": "clickOutside",
|
|
3127
|
-
"privacy": "private"
|
|
3128
|
-
},
|
|
3129
|
-
{
|
|
3130
|
-
"kind": "field",
|
|
3131
|
-
"name": "chromeStatusLabel",
|
|
3132
|
-
"type": {
|
|
3133
|
-
"text": "string | null"
|
|
3134
|
-
},
|
|
3135
|
-
"readonly": true
|
|
3136
|
-
},
|
|
3137
|
-
{
|
|
3138
|
-
"kind": "field",
|
|
3139
|
-
"name": "canInstall",
|
|
3140
|
-
"type": {
|
|
3141
|
-
"text": "boolean"
|
|
3142
|
-
},
|
|
3143
|
-
"readonly": true
|
|
3144
|
-
},
|
|
3145
|
-
{
|
|
3146
|
-
"kind": "field",
|
|
3147
|
-
"name": "isDownloading",
|
|
3148
|
-
"type": {
|
|
3149
|
-
"text": "boolean"
|
|
3150
|
-
},
|
|
3151
|
-
"readonly": true
|
|
3152
|
-
},
|
|
3153
|
-
{
|
|
3154
|
-
"kind": "method",
|
|
3155
|
-
"name": "openChanged",
|
|
3156
|
-
"return": {
|
|
3157
|
-
"type": {
|
|
3158
|
-
"text": "void"
|
|
3159
|
-
}
|
|
3160
|
-
}
|
|
3161
|
-
},
|
|
3162
|
-
{
|
|
3163
|
-
"kind": "method",
|
|
3164
|
-
"name": "handleClickOutside",
|
|
3165
|
-
"privacy": "private",
|
|
3166
|
-
"parameters": [
|
|
3167
|
-
{
|
|
3168
|
-
"name": "event",
|
|
3169
|
-
"type": {
|
|
3170
|
-
"text": "MouseEvent"
|
|
3171
|
-
}
|
|
3172
|
-
}
|
|
3173
|
-
]
|
|
3174
|
-
},
|
|
3175
|
-
{
|
|
3176
|
-
"kind": "method",
|
|
3177
|
-
"name": "toggleDropdown"
|
|
3178
|
-
},
|
|
3179
|
-
{
|
|
3180
|
-
"kind": "method",
|
|
3181
|
-
"name": "refreshStatus",
|
|
3182
|
-
"return": {
|
|
3183
|
-
"type": {
|
|
3184
|
-
"text": "Promise<void>"
|
|
3185
|
-
}
|
|
3186
|
-
}
|
|
3187
|
-
},
|
|
3188
|
-
{
|
|
3189
|
-
"kind": "method",
|
|
3190
|
-
"name": "deriveState",
|
|
3191
|
-
"privacy": "private",
|
|
3192
|
-
"return": {
|
|
3193
|
-
"type": {
|
|
3194
|
-
"text": "AIIndicatorState"
|
|
3195
|
-
}
|
|
3196
|
-
},
|
|
3197
|
-
"parameters": [
|
|
3198
|
-
{
|
|
3199
|
-
"name": "s",
|
|
3200
|
-
"type": {
|
|
3201
|
-
"text": "AIStatus | null"
|
|
3202
|
-
}
|
|
3203
|
-
}
|
|
3204
|
-
]
|
|
3205
|
-
},
|
|
3206
|
-
{
|
|
3207
|
-
"kind": "method",
|
|
3208
|
-
"name": "maybeStartPolling",
|
|
3209
|
-
"privacy": "private",
|
|
3210
|
-
"return": {
|
|
3211
|
-
"type": {
|
|
3212
|
-
"text": "void"
|
|
3213
|
-
}
|
|
3214
|
-
}
|
|
3215
|
-
},
|
|
3216
|
-
{
|
|
3217
|
-
"kind": "method",
|
|
3218
|
-
"name": "startPolling",
|
|
3219
|
-
"privacy": "private",
|
|
3220
|
-
"return": {
|
|
3221
|
-
"type": {
|
|
3222
|
-
"text": "void"
|
|
3223
|
-
}
|
|
3224
|
-
}
|
|
3225
|
-
},
|
|
3226
|
-
{
|
|
3227
|
-
"kind": "method",
|
|
3228
|
-
"name": "stopPolling",
|
|
3229
|
-
"privacy": "private",
|
|
3230
|
-
"return": {
|
|
3231
|
-
"type": {
|
|
3232
|
-
"text": "void"
|
|
3233
|
-
}
|
|
3234
|
-
}
|
|
3235
|
-
},
|
|
3236
|
-
{
|
|
3237
|
-
"kind": "method",
|
|
3238
|
-
"name": "onInstall",
|
|
3239
|
-
"return": {
|
|
3240
|
-
"type": {
|
|
3241
|
-
"text": "Promise<void>"
|
|
3242
|
-
}
|
|
3243
|
-
}
|
|
3244
|
-
},
|
|
3245
|
-
{
|
|
3246
|
-
"kind": "field",
|
|
3247
|
-
"name": "_presentation",
|
|
3248
|
-
"type": {
|
|
3249
|
-
"text": "ComponentPresentation | null | undefined"
|
|
3250
|
-
},
|
|
3251
|
-
"privacy": "private",
|
|
3252
|
-
"default": "void 0",
|
|
3253
|
-
"inheritedFrom": {
|
|
3254
|
-
"name": "FoundationElement",
|
|
3255
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3256
|
-
}
|
|
3257
|
-
},
|
|
3258
|
-
{
|
|
3259
|
-
"kind": "field",
|
|
3260
|
-
"name": "$presentation",
|
|
3261
|
-
"type": {
|
|
3262
|
-
"text": "ComponentPresentation | null"
|
|
3263
|
-
},
|
|
3264
|
-
"privacy": "public",
|
|
3265
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3266
|
-
"inheritedFrom": {
|
|
3267
|
-
"name": "FoundationElement",
|
|
3268
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3269
|
-
}
|
|
3270
|
-
},
|
|
3271
|
-
{
|
|
3272
|
-
"kind": "field",
|
|
3273
|
-
"name": "template",
|
|
3274
|
-
"type": {
|
|
3275
|
-
"text": "ElementViewTemplate | void | null"
|
|
3276
|
-
},
|
|
3277
|
-
"privacy": "public",
|
|
3278
|
-
"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.",
|
|
3279
|
-
"inheritedFrom": {
|
|
3280
|
-
"name": "FoundationElement",
|
|
3281
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3282
|
-
}
|
|
3283
|
-
},
|
|
3284
|
-
{
|
|
3285
|
-
"kind": "method",
|
|
3286
|
-
"name": "templateChanged",
|
|
3287
|
-
"privacy": "protected",
|
|
3288
|
-
"return": {
|
|
3289
|
-
"type": {
|
|
3290
|
-
"text": "void"
|
|
3291
|
-
}
|
|
3292
|
-
},
|
|
3293
|
-
"inheritedFrom": {
|
|
3294
|
-
"name": "FoundationElement",
|
|
3295
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3296
|
-
}
|
|
3297
|
-
},
|
|
3298
|
-
{
|
|
3299
|
-
"kind": "field",
|
|
3300
|
-
"name": "styles",
|
|
3301
|
-
"type": {
|
|
3302
|
-
"text": "ElementStyles | void | null"
|
|
3303
|
-
},
|
|
3304
|
-
"privacy": "public",
|
|
3305
|
-
"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.",
|
|
3306
|
-
"inheritedFrom": {
|
|
3307
|
-
"name": "FoundationElement",
|
|
3308
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3309
|
-
}
|
|
3310
|
-
},
|
|
3311
|
-
{
|
|
3312
|
-
"kind": "method",
|
|
3313
|
-
"name": "stylesChanged",
|
|
3314
|
-
"privacy": "protected",
|
|
3315
|
-
"return": {
|
|
3316
|
-
"type": {
|
|
3317
|
-
"text": "void"
|
|
3318
|
-
}
|
|
3319
|
-
},
|
|
3320
|
-
"inheritedFrom": {
|
|
3321
|
-
"name": "FoundationElement",
|
|
3322
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3323
|
-
}
|
|
3324
|
-
},
|
|
3325
|
-
{
|
|
3326
|
-
"kind": "method",
|
|
3327
|
-
"name": "compose",
|
|
3328
|
-
"privacy": "public",
|
|
3329
|
-
"static": true,
|
|
3330
|
-
"return": {
|
|
3331
|
-
"type": {
|
|
3332
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3333
|
-
}
|
|
3334
|
-
},
|
|
3335
|
-
"parameters": [
|
|
3336
|
-
{
|
|
3337
|
-
"name": "this",
|
|
3338
|
-
"type": {
|
|
3339
|
-
"text": "K"
|
|
3340
|
-
}
|
|
3341
|
-
},
|
|
3342
|
-
{
|
|
3343
|
-
"name": "elementDefinition",
|
|
3344
|
-
"type": {
|
|
3345
|
-
"text": "T"
|
|
3346
|
-
},
|
|
3347
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
3348
|
-
}
|
|
3349
|
-
],
|
|
3350
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3351
|
-
"inheritedFrom": {
|
|
3352
|
-
"name": "FoundationElement",
|
|
3353
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3354
|
-
}
|
|
3355
|
-
}
|
|
3356
|
-
],
|
|
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
3425
|
},
|
|
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
3426
|
{
|
|
3448
3427
|
"kind": "function",
|
|
3449
|
-
"name": "
|
|
3428
|
+
"name": "foundationActionsMenuStyles",
|
|
3450
3429
|
"return": {
|
|
3451
3430
|
"type": {
|
|
3452
3431
|
"text": "ElementStyles"
|
|
@@ -3471,277 +3450,269 @@
|
|
|
3471
3450
|
"exports": [
|
|
3472
3451
|
{
|
|
3473
3452
|
"kind": "js",
|
|
3474
|
-
"name": "
|
|
3453
|
+
"name": "actionsMenuBaseStyles",
|
|
3475
3454
|
"declaration": {
|
|
3476
|
-
"name": "
|
|
3477
|
-
"module": "src/
|
|
3455
|
+
"name": "actionsMenuBaseStyles",
|
|
3456
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
3457
|
+
}
|
|
3458
|
+
},
|
|
3459
|
+
{
|
|
3460
|
+
"kind": "js",
|
|
3461
|
+
"name": "foundationActionsMenuStyles",
|
|
3462
|
+
"declaration": {
|
|
3463
|
+
"name": "foundationActionsMenuStyles",
|
|
3464
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
3478
3465
|
}
|
|
3479
3466
|
}
|
|
3480
3467
|
]
|
|
3481
3468
|
},
|
|
3482
3469
|
{
|
|
3483
3470
|
"kind": "javascript-module",
|
|
3484
|
-
"path": "src/
|
|
3471
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
3485
3472
|
"declarations": [
|
|
3486
3473
|
{
|
|
3487
3474
|
"kind": "function",
|
|
3488
|
-
"name": "
|
|
3489
|
-
"return": {
|
|
3490
|
-
"type": {
|
|
3491
|
-
"text": "ViewTemplate<Accordion>"
|
|
3492
|
-
}
|
|
3493
|
-
},
|
|
3475
|
+
"name": "menuTemplate",
|
|
3494
3476
|
"parameters": [
|
|
3495
3477
|
{
|
|
3496
|
-
"name": "
|
|
3478
|
+
"name": "prefix",
|
|
3497
3479
|
"type": {
|
|
3498
|
-
"text": "
|
|
3480
|
+
"text": "string"
|
|
3499
3481
|
}
|
|
3500
|
-
}
|
|
3482
|
+
}
|
|
3483
|
+
]
|
|
3484
|
+
},
|
|
3485
|
+
{
|
|
3486
|
+
"kind": "function",
|
|
3487
|
+
"name": "singleOptionTemplate",
|
|
3488
|
+
"parameters": [
|
|
3501
3489
|
{
|
|
3502
|
-
"name": "
|
|
3490
|
+
"name": "prefix",
|
|
3503
3491
|
"type": {
|
|
3504
|
-
"text": "
|
|
3492
|
+
"text": "string"
|
|
3505
3493
|
}
|
|
3506
3494
|
}
|
|
3507
3495
|
]
|
|
3496
|
+
},
|
|
3497
|
+
{
|
|
3498
|
+
"kind": "variable",
|
|
3499
|
+
"name": "foundationActionsMenuTemplate",
|
|
3500
|
+
"type": {
|
|
3501
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
3502
|
+
},
|
|
3503
|
+
"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`"
|
|
3508
3504
|
}
|
|
3509
3505
|
],
|
|
3510
3506
|
"exports": [
|
|
3511
3507
|
{
|
|
3512
3508
|
"kind": "js",
|
|
3513
|
-
"name": "
|
|
3509
|
+
"name": "menuTemplate",
|
|
3514
3510
|
"declaration": {
|
|
3515
|
-
"name": "
|
|
3516
|
-
"module": "src/
|
|
3511
|
+
"name": "menuTemplate",
|
|
3512
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
3513
|
+
}
|
|
3514
|
+
},
|
|
3515
|
+
{
|
|
3516
|
+
"kind": "js",
|
|
3517
|
+
"name": "singleOptionTemplate",
|
|
3518
|
+
"declaration": {
|
|
3519
|
+
"name": "singleOptionTemplate",
|
|
3520
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
3521
|
+
}
|
|
3522
|
+
},
|
|
3523
|
+
{
|
|
3524
|
+
"kind": "js",
|
|
3525
|
+
"name": "foundationActionsMenuTemplate",
|
|
3526
|
+
"declaration": {
|
|
3527
|
+
"name": "foundationActionsMenuTemplate",
|
|
3528
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
3517
3529
|
}
|
|
3518
3530
|
}
|
|
3519
3531
|
]
|
|
3520
3532
|
},
|
|
3521
3533
|
{
|
|
3522
3534
|
"kind": "javascript-module",
|
|
3523
|
-
"path": "src/
|
|
3535
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
3524
3536
|
"declarations": [
|
|
3525
3537
|
{
|
|
3526
3538
|
"kind": "class",
|
|
3527
3539
|
"description": "",
|
|
3528
|
-
"name": "
|
|
3529
|
-
"
|
|
3530
|
-
"name": "FASTAccordion",
|
|
3531
|
-
"package": "@microsoft/fast-foundation"
|
|
3532
|
-
},
|
|
3533
|
-
"tagName": "%%prefix%%-accordion",
|
|
3534
|
-
"customElement": true,
|
|
3535
|
-
"attributes": [
|
|
3540
|
+
"name": "ActionsMenu",
|
|
3541
|
+
"members": [
|
|
3536
3542
|
{
|
|
3537
|
-
"
|
|
3543
|
+
"kind": "field",
|
|
3544
|
+
"name": "actions",
|
|
3538
3545
|
"type": {
|
|
3539
|
-
"text": "
|
|
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
|
+
"text": "ActionMenuItem[]"
|
|
3546
3547
|
}
|
|
3547
|
-
}
|
|
3548
|
-
],
|
|
3549
|
-
"members": [
|
|
3548
|
+
},
|
|
3550
3549
|
{
|
|
3551
3550
|
"kind": "field",
|
|
3552
|
-
"name": "
|
|
3551
|
+
"name": "isVertical",
|
|
3553
3552
|
"type": {
|
|
3554
|
-
"text": "
|
|
3553
|
+
"text": "boolean"
|
|
3555
3554
|
},
|
|
3556
|
-
"
|
|
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
|
-
}
|
|
3555
|
+
"default": "false"
|
|
3562
3556
|
},
|
|
3563
3557
|
{
|
|
3564
3558
|
"kind": "field",
|
|
3565
|
-
"name": "
|
|
3559
|
+
"name": "addDefaultActions",
|
|
3566
3560
|
"type": {
|
|
3567
|
-
"text": "
|
|
3561
|
+
"text": "boolean"
|
|
3568
3562
|
},
|
|
3569
|
-
"
|
|
3570
|
-
"inheritedFrom": {
|
|
3571
|
-
"name": "Accordion",
|
|
3572
|
-
"module": "src/accordion/accordion.ts"
|
|
3573
|
-
}
|
|
3563
|
+
"default": "true"
|
|
3574
3564
|
},
|
|
3575
3565
|
{
|
|
3576
3566
|
"kind": "field",
|
|
3577
|
-
"name": "
|
|
3567
|
+
"name": "autoCloseOnAction",
|
|
3578
3568
|
"type": {
|
|
3579
|
-
"text": "
|
|
3569
|
+
"text": "boolean"
|
|
3580
3570
|
},
|
|
3581
|
-
"
|
|
3582
|
-
"default": "0",
|
|
3583
|
-
"inheritedFrom": {
|
|
3584
|
-
"name": "Accordion",
|
|
3585
|
-
"module": "src/accordion/accordion.ts"
|
|
3586
|
-
}
|
|
3571
|
+
"default": "true"
|
|
3587
3572
|
},
|
|
3588
3573
|
{
|
|
3589
3574
|
"kind": "field",
|
|
3590
|
-
"name": "
|
|
3575
|
+
"name": "classNames",
|
|
3591
3576
|
"type": {
|
|
3592
|
-
"text": "
|
|
3593
|
-
},
|
|
3594
|
-
"privacy": "private",
|
|
3595
|
-
"inheritedFrom": {
|
|
3596
|
-
"name": "Accordion",
|
|
3597
|
-
"module": "src/accordion/accordion.ts"
|
|
3577
|
+
"text": "string"
|
|
3598
3578
|
}
|
|
3599
3579
|
},
|
|
3600
3580
|
{
|
|
3601
3581
|
"kind": "field",
|
|
3602
|
-
"name": "
|
|
3603
|
-
"
|
|
3604
|
-
|
|
3605
|
-
"name": "Accordion",
|
|
3606
|
-
"module": "src/accordion/accordion.ts"
|
|
3582
|
+
"name": "definition",
|
|
3583
|
+
"type": {
|
|
3584
|
+
"text": "any"
|
|
3607
3585
|
}
|
|
3608
3586
|
},
|
|
3609
3587
|
{
|
|
3610
|
-
"kind": "
|
|
3611
|
-
"name": "
|
|
3612
|
-
"
|
|
3613
|
-
|
|
3614
|
-
"type": {
|
|
3615
|
-
"text": "AccordionItem | null"
|
|
3616
|
-
}
|
|
3588
|
+
"kind": "field",
|
|
3589
|
+
"name": "name",
|
|
3590
|
+
"type": {
|
|
3591
|
+
"text": "string"
|
|
3617
3592
|
},
|
|
3618
|
-
"
|
|
3619
|
-
"name": "Accordion",
|
|
3620
|
-
"module": "src/accordion/accordion.ts"
|
|
3621
|
-
}
|
|
3593
|
+
"default": "'Actions'"
|
|
3622
3594
|
},
|
|
3623
3595
|
{
|
|
3624
3596
|
"kind": "field",
|
|
3625
|
-
"name": "
|
|
3626
|
-
"
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
|
-
|
|
3597
|
+
"name": "open",
|
|
3598
|
+
"type": {
|
|
3599
|
+
"text": "boolean"
|
|
3600
|
+
},
|
|
3601
|
+
"default": "false"
|
|
3602
|
+
},
|
|
3603
|
+
{
|
|
3604
|
+
"kind": "field",
|
|
3605
|
+
"name": "buttonAppearance",
|
|
3606
|
+
"type": {
|
|
3607
|
+
"text": "string"
|
|
3630
3608
|
}
|
|
3631
3609
|
},
|
|
3632
3610
|
{
|
|
3633
|
-
"kind": "
|
|
3634
|
-
"name": "
|
|
3635
|
-
"
|
|
3636
|
-
|
|
3637
|
-
"type": {
|
|
3638
|
-
"text": "void"
|
|
3639
|
-
}
|
|
3611
|
+
"kind": "field",
|
|
3612
|
+
"name": "hideDisabled",
|
|
3613
|
+
"type": {
|
|
3614
|
+
"text": "boolean"
|
|
3640
3615
|
},
|
|
3641
|
-
"
|
|
3642
|
-
"name": "Accordion",
|
|
3643
|
-
"module": "src/accordion/accordion.ts"
|
|
3644
|
-
}
|
|
3616
|
+
"default": "false"
|
|
3645
3617
|
},
|
|
3646
3618
|
{
|
|
3647
3619
|
"kind": "field",
|
|
3648
|
-
"name": "
|
|
3649
|
-
"
|
|
3650
|
-
|
|
3651
|
-
|
|
3652
|
-
|
|
3620
|
+
"name": "hideMenuSingleOption",
|
|
3621
|
+
"type": {
|
|
3622
|
+
"text": "boolean"
|
|
3623
|
+
},
|
|
3624
|
+
"default": "false"
|
|
3625
|
+
},
|
|
3626
|
+
{
|
|
3627
|
+
"kind": "field",
|
|
3628
|
+
"name": "singleOption",
|
|
3629
|
+
"type": {
|
|
3630
|
+
"text": "ActionMenuItem"
|
|
3653
3631
|
}
|
|
3654
3632
|
},
|
|
3655
3633
|
{
|
|
3656
3634
|
"kind": "field",
|
|
3657
|
-
"name": "
|
|
3658
|
-
"
|
|
3659
|
-
|
|
3660
|
-
"name": "Accordion",
|
|
3661
|
-
"module": "src/accordion/accordion.ts"
|
|
3635
|
+
"name": "actionsMenu",
|
|
3636
|
+
"type": {
|
|
3637
|
+
"text": "HTMLElement"
|
|
3662
3638
|
}
|
|
3663
3639
|
},
|
|
3664
3640
|
{
|
|
3665
3641
|
"kind": "method",
|
|
3666
|
-
"name": "
|
|
3667
|
-
"privacy": "
|
|
3668
|
-
"
|
|
3669
|
-
|
|
3670
|
-
"
|
|
3642
|
+
"name": "definitionChanged",
|
|
3643
|
+
"privacy": "protected",
|
|
3644
|
+
"parameters": [
|
|
3645
|
+
{
|
|
3646
|
+
"name": "oldValue",
|
|
3647
|
+
"type": {
|
|
3648
|
+
"text": "any"
|
|
3649
|
+
}
|
|
3650
|
+
},
|
|
3651
|
+
{
|
|
3652
|
+
"name": "newValue",
|
|
3653
|
+
"type": {
|
|
3654
|
+
"text": "any"
|
|
3655
|
+
}
|
|
3671
3656
|
}
|
|
3672
|
-
|
|
3673
|
-
"inheritedFrom": {
|
|
3674
|
-
"name": "Accordion",
|
|
3675
|
-
"module": "src/accordion/accordion.ts"
|
|
3676
|
-
}
|
|
3657
|
+
]
|
|
3677
3658
|
},
|
|
3678
3659
|
{
|
|
3679
3660
|
"kind": "method",
|
|
3680
|
-
"name": "
|
|
3681
|
-
"privacy": "
|
|
3682
|
-
|
|
3683
|
-
|
|
3684
|
-
|
|
3661
|
+
"name": "openChanged",
|
|
3662
|
+
"privacy": "protected"
|
|
3663
|
+
},
|
|
3664
|
+
{
|
|
3665
|
+
"kind": "method",
|
|
3666
|
+
"name": "toggleActionsMenuVisibility"
|
|
3667
|
+
},
|
|
3668
|
+
{
|
|
3669
|
+
"kind": "method",
|
|
3670
|
+
"name": "onActionMenuItemClick",
|
|
3671
|
+
"parameters": [
|
|
3672
|
+
{
|
|
3673
|
+
"name": "callback",
|
|
3674
|
+
"type": {
|
|
3675
|
+
"text": "(rowData) => void | any"
|
|
3676
|
+
}
|
|
3685
3677
|
}
|
|
3686
|
-
|
|
3687
|
-
"inheritedFrom": {
|
|
3688
|
-
"name": "Accordion",
|
|
3689
|
-
"module": "src/accordion/accordion.ts"
|
|
3690
|
-
}
|
|
3678
|
+
]
|
|
3691
3679
|
},
|
|
3692
3680
|
{
|
|
3693
3681
|
"kind": "field",
|
|
3694
|
-
"name": "
|
|
3695
|
-
"
|
|
3696
|
-
|
|
3697
|
-
|
|
3698
|
-
|
|
3699
|
-
}
|
|
3682
|
+
"name": "allActions",
|
|
3683
|
+
"type": {
|
|
3684
|
+
"text": "ActionMenuItem[]"
|
|
3685
|
+
},
|
|
3686
|
+
"readonly": true
|
|
3700
3687
|
},
|
|
3701
3688
|
{
|
|
3702
3689
|
"kind": "field",
|
|
3703
|
-
"name": "
|
|
3704
|
-
"
|
|
3705
|
-
"inheritedFrom": {
|
|
3706
|
-
"name": "Accordion",
|
|
3707
|
-
"module": "src/accordion/accordion.ts"
|
|
3708
|
-
}
|
|
3690
|
+
"name": "rowData",
|
|
3691
|
+
"readonly": true
|
|
3709
3692
|
},
|
|
3710
3693
|
{
|
|
3711
3694
|
"kind": "method",
|
|
3712
|
-
"name": "
|
|
3713
|
-
"privacy": "private",
|
|
3714
|
-
"return": {
|
|
3715
|
-
"type": {
|
|
3716
|
-
"text": "void"
|
|
3717
|
-
}
|
|
3718
|
-
},
|
|
3695
|
+
"name": "getLabel",
|
|
3719
3696
|
"parameters": [
|
|
3720
3697
|
{
|
|
3721
|
-
"name": "
|
|
3698
|
+
"name": "name",
|
|
3722
3699
|
"type": {
|
|
3723
|
-
"text": "
|
|
3700
|
+
"text": "string | ((rowData: any) => string)"
|
|
3724
3701
|
}
|
|
3725
3702
|
}
|
|
3726
|
-
]
|
|
3727
|
-
"inheritedFrom": {
|
|
3728
|
-
"name": "Accordion",
|
|
3729
|
-
"module": "src/accordion/accordion.ts"
|
|
3730
|
-
}
|
|
3703
|
+
]
|
|
3731
3704
|
},
|
|
3732
3705
|
{
|
|
3733
3706
|
"kind": "method",
|
|
3734
|
-
"name": "
|
|
3735
|
-
"
|
|
3736
|
-
|
|
3737
|
-
|
|
3738
|
-
"
|
|
3707
|
+
"name": "getTemplate",
|
|
3708
|
+
"parameters": [
|
|
3709
|
+
{
|
|
3710
|
+
"name": "prefix",
|
|
3711
|
+
"type": {
|
|
3712
|
+
"text": "string"
|
|
3713
|
+
}
|
|
3739
3714
|
}
|
|
3740
|
-
|
|
3741
|
-
"inheritedFrom": {
|
|
3742
|
-
"name": "Accordion",
|
|
3743
|
-
"module": "src/accordion/accordion.ts"
|
|
3744
|
-
}
|
|
3715
|
+
]
|
|
3745
3716
|
},
|
|
3746
3717
|
{
|
|
3747
3718
|
"kind": "field",
|
|
@@ -3855,78 +3826,107 @@
|
|
|
3855
3826
|
}
|
|
3856
3827
|
}
|
|
3857
3828
|
],
|
|
3858
|
-
"
|
|
3829
|
+
"attributes": [
|
|
3859
3830
|
{
|
|
3860
|
-
"
|
|
3861
|
-
"
|
|
3862
|
-
|
|
3863
|
-
|
|
3864
|
-
|
|
3865
|
-
|
|
3831
|
+
"name": "is-vertical",
|
|
3832
|
+
"type": {
|
|
3833
|
+
"text": "boolean"
|
|
3834
|
+
},
|
|
3835
|
+
"default": "false",
|
|
3836
|
+
"fieldName": "isVertical"
|
|
3837
|
+
},
|
|
3838
|
+
{
|
|
3839
|
+
"name": "add-default-actions",
|
|
3840
|
+
"type": {
|
|
3841
|
+
"text": "boolean"
|
|
3842
|
+
},
|
|
3843
|
+
"default": "true",
|
|
3844
|
+
"fieldName": "addDefaultActions"
|
|
3845
|
+
},
|
|
3846
|
+
{
|
|
3847
|
+
"name": "auto-close-on-action",
|
|
3848
|
+
"type": {
|
|
3849
|
+
"text": "boolean"
|
|
3850
|
+
},
|
|
3851
|
+
"default": "true",
|
|
3852
|
+
"fieldName": "autoCloseOnAction"
|
|
3853
|
+
},
|
|
3854
|
+
{
|
|
3855
|
+
"name": "name",
|
|
3856
|
+
"type": {
|
|
3857
|
+
"text": "string"
|
|
3858
|
+
},
|
|
3859
|
+
"default": "'Actions'",
|
|
3860
|
+
"fieldName": "name"
|
|
3861
|
+
},
|
|
3862
|
+
{
|
|
3863
|
+
"name": "open",
|
|
3864
|
+
"type": {
|
|
3865
|
+
"text": "boolean"
|
|
3866
|
+
},
|
|
3867
|
+
"default": "false",
|
|
3868
|
+
"fieldName": "open"
|
|
3869
|
+
},
|
|
3870
|
+
{
|
|
3871
|
+
"name": "buttonAppearance",
|
|
3872
|
+
"type": {
|
|
3873
|
+
"text": "string"
|
|
3874
|
+
},
|
|
3875
|
+
"fieldName": "buttonAppearance"
|
|
3876
|
+
},
|
|
3877
|
+
{
|
|
3878
|
+
"name": "hide-disabled",
|
|
3879
|
+
"type": {
|
|
3880
|
+
"text": "boolean"
|
|
3881
|
+
},
|
|
3882
|
+
"default": "false",
|
|
3883
|
+
"fieldName": "hideDisabled"
|
|
3884
|
+
},
|
|
3885
|
+
{
|
|
3886
|
+
"name": "hide-menu-single-option",
|
|
3887
|
+
"type": {
|
|
3888
|
+
"text": "boolean"
|
|
3889
|
+
},
|
|
3890
|
+
"default": "false",
|
|
3891
|
+
"fieldName": "hideMenuSingleOption"
|
|
3866
3892
|
}
|
|
3867
|
-
]
|
|
3868
|
-
|
|
3869
|
-
|
|
3870
|
-
|
|
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"
|
|
3893
|
+
],
|
|
3894
|
+
"superclass": {
|
|
3895
|
+
"name": "FoundationElement",
|
|
3896
|
+
"package": "@microsoft/fast-foundation"
|
|
3882
3897
|
},
|
|
3883
|
-
"
|
|
3898
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
3899
|
+
"customElement": true
|
|
3884
3900
|
},
|
|
3885
3901
|
{
|
|
3886
3902
|
"kind": "variable",
|
|
3887
|
-
"name": "
|
|
3888
|
-
"description": "The Foundation
|
|
3903
|
+
"name": "foundationActionsMenu",
|
|
3904
|
+
"description": "The Foundation Actions Menu",
|
|
3889
3905
|
"privacy": "public"
|
|
3890
3906
|
}
|
|
3891
3907
|
],
|
|
3892
3908
|
"exports": [
|
|
3893
3909
|
{
|
|
3894
3910
|
"kind": "js",
|
|
3895
|
-
"name": "
|
|
3896
|
-
"declaration": {
|
|
3897
|
-
"name": "Accordion",
|
|
3898
|
-
"module": "src/accordion/accordion.ts"
|
|
3899
|
-
}
|
|
3900
|
-
},
|
|
3901
|
-
{
|
|
3902
|
-
"kind": "js",
|
|
3903
|
-
"name": "foundationAccordionShadowOptions",
|
|
3904
|
-
"declaration": {
|
|
3905
|
-
"name": "foundationAccordionShadowOptions",
|
|
3906
|
-
"module": "src/accordion/accordion.ts"
|
|
3907
|
-
}
|
|
3908
|
-
},
|
|
3909
|
-
{
|
|
3910
|
-
"kind": "js",
|
|
3911
|
-
"name": "defaultAccordionConfig",
|
|
3911
|
+
"name": "ActionsMenu",
|
|
3912
3912
|
"declaration": {
|
|
3913
|
-
"name": "
|
|
3914
|
-
"module": "src/
|
|
3913
|
+
"name": "ActionsMenu",
|
|
3914
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
3915
3915
|
}
|
|
3916
3916
|
},
|
|
3917
3917
|
{
|
|
3918
3918
|
"kind": "js",
|
|
3919
|
-
"name": "
|
|
3919
|
+
"name": "foundationActionsMenu",
|
|
3920
3920
|
"declaration": {
|
|
3921
|
-
"name": "
|
|
3922
|
-
"module": "src/
|
|
3921
|
+
"name": "foundationActionsMenu",
|
|
3922
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
3923
3923
|
}
|
|
3924
3924
|
}
|
|
3925
3925
|
]
|
|
3926
3926
|
},
|
|
3927
3927
|
{
|
|
3928
3928
|
"kind": "javascript-module",
|
|
3929
|
-
"path": "src/
|
|
3929
|
+
"path": "src/actions-menu/index.ts",
|
|
3930
3930
|
"declarations": [],
|
|
3931
3931
|
"exports": [
|
|
3932
3932
|
{
|
|
@@ -3934,7 +3934,7 @@
|
|
|
3934
3934
|
"name": "*",
|
|
3935
3935
|
"declaration": {
|
|
3936
3936
|
"name": "*",
|
|
3937
|
-
"package": "./
|
|
3937
|
+
"package": "./actions-menu.styles"
|
|
3938
3938
|
}
|
|
3939
3939
|
},
|
|
3940
3940
|
{
|
|
@@ -3942,7 +3942,7 @@
|
|
|
3942
3942
|
"name": "*",
|
|
3943
3943
|
"declaration": {
|
|
3944
3944
|
"name": "*",
|
|
3945
|
-
"package": "./
|
|
3945
|
+
"package": "./actions-menu.template"
|
|
3946
3946
|
}
|
|
3947
3947
|
},
|
|
3948
3948
|
{
|
|
@@ -3950,7 +3950,7 @@
|
|
|
3950
3950
|
"name": "*",
|
|
3951
3951
|
"declaration": {
|
|
3952
3952
|
"name": "*",
|
|
3953
|
-
"package": "./
|
|
3953
|
+
"package": "./actions-menu"
|
|
3954
3954
|
}
|
|
3955
3955
|
}
|
|
3956
3956
|
]
|
|
@@ -10335,7 +10335,7 @@
|
|
|
10335
10335
|
],
|
|
10336
10336
|
"events": [
|
|
10337
10337
|
{
|
|
10338
|
-
"description": "Fired when the selected options change",
|
|
10338
|
+
"description": "Fired when the selected options change. detail: `string[]`",
|
|
10339
10339
|
"name": "selectionChange"
|
|
10340
10340
|
}
|
|
10341
10341
|
],
|
|
@@ -15575,7 +15575,7 @@
|
|
|
15575
15575
|
],
|
|
15576
15576
|
"events": [
|
|
15577
15577
|
{
|
|
15578
|
-
"description": "Fired when the date is changed in the calendar",
|
|
15578
|
+
"description": "Fired when the date is changed in the calendar. detail: `string | undefined`",
|
|
15579
15579
|
"name": "value-changed"
|
|
15580
15580
|
}
|
|
15581
15581
|
],
|
|
@@ -18691,7 +18691,7 @@
|
|
|
18691
18691
|
"name": "close"
|
|
18692
18692
|
},
|
|
18693
18693
|
{
|
|
18694
|
-
"description": "Fired when the dialog size changes (resizable mode)",
|
|
18694
|
+
"description": "Fired when the dialog size changes (resizable mode). detail: `ResizeEventDetail`",
|
|
18695
18695
|
"name": "resize"
|
|
18696
18696
|
}
|
|
18697
18697
|
],
|
|
@@ -21891,14 +21891,14 @@
|
|
|
21891
21891
|
"type": {
|
|
21892
21892
|
"text": "CustomEvent"
|
|
21893
21893
|
},
|
|
21894
|
-
"description": "Fired when the expression model changes",
|
|
21894
|
+
"description": "Fired when the expression model changes. detail: `ChangeEventDetail`",
|
|
21895
21895
|
"inheritedFrom": {
|
|
21896
21896
|
"name": "ExpressionBuilder",
|
|
21897
21897
|
"module": "src/main/expression-builder.ts"
|
|
21898
21898
|
}
|
|
21899
21899
|
},
|
|
21900
21900
|
{
|
|
21901
|
-
"description": "Bubbled when a nested group add is requested",
|
|
21901
|
+
"description": "Bubbled when a nested group add is requested. detail: `AddGroupEventDetail`",
|
|
21902
21902
|
"name": "add-group",
|
|
21903
21903
|
"inheritedFrom": {
|
|
21904
21904
|
"name": "ExpressionBuilder",
|
|
@@ -21906,7 +21906,7 @@
|
|
|
21906
21906
|
}
|
|
21907
21907
|
},
|
|
21908
21908
|
{
|
|
21909
|
-
"description": "Bubbled when a group delete is requested",
|
|
21909
|
+
"description": "Bubbled when a group delete is requested. detail: `DelGroupEventDetail`",
|
|
21910
21910
|
"name": "del-group",
|
|
21911
21911
|
"inheritedFrom": {
|
|
21912
21912
|
"name": "ExpressionBuilder",
|
|
@@ -21914,7 +21914,7 @@
|
|
|
21914
21914
|
}
|
|
21915
21915
|
},
|
|
21916
21916
|
{
|
|
21917
|
-
"description": "Bubbled when a rule add is requested",
|
|
21917
|
+
"description": "Bubbled when a rule add is requested. detail: `AddRuleEventDetail`",
|
|
21918
21918
|
"name": "add-rule",
|
|
21919
21919
|
"inheritedFrom": {
|
|
21920
21920
|
"name": "ExpressionBuilder",
|
|
@@ -21922,7 +21922,7 @@
|
|
|
21922
21922
|
}
|
|
21923
21923
|
},
|
|
21924
21924
|
{
|
|
21925
|
-
"description": "Bubbled when a rule delete is requested",
|
|
21925
|
+
"description": "Bubbled when a rule delete is requested. detail: `DelRuleEventDetail`",
|
|
21926
21926
|
"name": "del-rule",
|
|
21927
21927
|
"inheritedFrom": {
|
|
21928
21928
|
"name": "ExpressionBuilder",
|
|
@@ -21930,7 +21930,7 @@
|
|
|
21930
21930
|
}
|
|
21931
21931
|
},
|
|
21932
21932
|
{
|
|
21933
|
-
"description": "Bubbled when group data changes",
|
|
21933
|
+
"description": "Bubbled when group data changes. detail: `UpdateGroupEventDetail`",
|
|
21934
21934
|
"name": "update-group",
|
|
21935
21935
|
"inheritedFrom": {
|
|
21936
21936
|
"name": "ExpressionBuilder",
|
|
@@ -21938,7 +21938,7 @@
|
|
|
21938
21938
|
}
|
|
21939
21939
|
},
|
|
21940
21940
|
{
|
|
21941
|
-
"description": "Bubbled when rule data changes",
|
|
21941
|
+
"description": "Bubbled when rule data changes. detail: `UpdateRuleEventDetail`",
|
|
21942
21942
|
"name": "update-rule",
|
|
21943
21943
|
"inheritedFrom": {
|
|
21944
21944
|
"name": "ExpressionBuilder",
|
|
@@ -22441,14 +22441,14 @@
|
|
|
22441
22441
|
"type": {
|
|
22442
22442
|
"text": "CustomEvent"
|
|
22443
22443
|
},
|
|
22444
|
-
"description": "Fired when the rule expression changes; detail is the serialized expression",
|
|
22444
|
+
"description": "Fired when the rule expression changes; detail is the serialized expression. detail: `RuleExpression.Expression['PredicateExpression']`",
|
|
22445
22445
|
"inheritedFrom": {
|
|
22446
22446
|
"name": "ExpressionBuilder",
|
|
22447
22447
|
"module": "src/main/expression-builder.ts"
|
|
22448
22448
|
}
|
|
22449
22449
|
},
|
|
22450
22450
|
{
|
|
22451
|
-
"description": "Bubbled when a nested group add is requested",
|
|
22451
|
+
"description": "Bubbled when a nested group add is requested. detail: `AddGroupEventDetail`",
|
|
22452
22452
|
"name": "add-group",
|
|
22453
22453
|
"inheritedFrom": {
|
|
22454
22454
|
"name": "ExpressionBuilder",
|
|
@@ -22456,7 +22456,7 @@
|
|
|
22456
22456
|
}
|
|
22457
22457
|
},
|
|
22458
22458
|
{
|
|
22459
|
-
"description": "Bubbled when a group delete is requested",
|
|
22459
|
+
"description": "Bubbled when a group delete is requested. detail: `DelGroupEventDetail`",
|
|
22460
22460
|
"name": "del-group",
|
|
22461
22461
|
"inheritedFrom": {
|
|
22462
22462
|
"name": "ExpressionBuilder",
|
|
@@ -22464,7 +22464,7 @@
|
|
|
22464
22464
|
}
|
|
22465
22465
|
},
|
|
22466
22466
|
{
|
|
22467
|
-
"description": "Bubbled when a rule add is requested",
|
|
22467
|
+
"description": "Bubbled when a rule add is requested. detail: `AddRuleEventDetail`",
|
|
22468
22468
|
"name": "add-rule",
|
|
22469
22469
|
"inheritedFrom": {
|
|
22470
22470
|
"name": "ExpressionBuilder",
|
|
@@ -22472,7 +22472,7 @@
|
|
|
22472
22472
|
}
|
|
22473
22473
|
},
|
|
22474
22474
|
{
|
|
22475
|
-
"description": "Bubbled when a rule delete is requested",
|
|
22475
|
+
"description": "Bubbled when a rule delete is requested. detail: `DelRuleEventDetail`",
|
|
22476
22476
|
"name": "del-rule",
|
|
22477
22477
|
"inheritedFrom": {
|
|
22478
22478
|
"name": "ExpressionBuilder",
|
|
@@ -22480,7 +22480,7 @@
|
|
|
22480
22480
|
}
|
|
22481
22481
|
},
|
|
22482
22482
|
{
|
|
22483
|
-
"description": "Bubbled when group data changes",
|
|
22483
|
+
"description": "Bubbled when group data changes. detail: `UpdateGroupEventDetail`",
|
|
22484
22484
|
"name": "update-group",
|
|
22485
22485
|
"inheritedFrom": {
|
|
22486
22486
|
"name": "ExpressionBuilder",
|
|
@@ -22488,7 +22488,7 @@
|
|
|
22488
22488
|
}
|
|
22489
22489
|
},
|
|
22490
22490
|
{
|
|
22491
|
-
"description": "Bubbled when rule data changes",
|
|
22491
|
+
"description": "Bubbled when rule data changes. detail: `UpdateRuleEventDetail`",
|
|
22492
22492
|
"name": "update-rule",
|
|
22493
22493
|
"inheritedFrom": {
|
|
22494
22494
|
"name": "ExpressionBuilder",
|
|
@@ -22942,14 +22942,14 @@
|
|
|
22942
22942
|
"type": {
|
|
22943
22943
|
"text": "CustomEvent"
|
|
22944
22944
|
},
|
|
22945
|
-
"description": "Fired when the value expression changes; detail is the serialized expression or undefined",
|
|
22945
|
+
"description": "Fired when the value expression changes; detail is the serialized expression or undefined. detail: `RuleExpression.Expression[keyof RuleExpression.Expression] | null | undefined`",
|
|
22946
22946
|
"inheritedFrom": {
|
|
22947
22947
|
"name": "ExpressionBuilder",
|
|
22948
22948
|
"module": "src/main/expression-builder.ts"
|
|
22949
22949
|
}
|
|
22950
22950
|
},
|
|
22951
22951
|
{
|
|
22952
|
-
"description": "Bubbled when a nested group add is requested",
|
|
22952
|
+
"description": "Bubbled when a nested group add is requested. detail: `AddGroupEventDetail`",
|
|
22953
22953
|
"name": "add-group",
|
|
22954
22954
|
"inheritedFrom": {
|
|
22955
22955
|
"name": "ExpressionBuilder",
|
|
@@ -22957,7 +22957,7 @@
|
|
|
22957
22957
|
}
|
|
22958
22958
|
},
|
|
22959
22959
|
{
|
|
22960
|
-
"description": "Bubbled when a group delete is requested",
|
|
22960
|
+
"description": "Bubbled when a group delete is requested. detail: `DelGroupEventDetail`",
|
|
22961
22961
|
"name": "del-group",
|
|
22962
22962
|
"inheritedFrom": {
|
|
22963
22963
|
"name": "ExpressionBuilder",
|
|
@@ -22965,7 +22965,7 @@
|
|
|
22965
22965
|
}
|
|
22966
22966
|
},
|
|
22967
22967
|
{
|
|
22968
|
-
"description": "Bubbled when a rule add is requested",
|
|
22968
|
+
"description": "Bubbled when a rule add is requested. detail: `AddRuleEventDetail`",
|
|
22969
22969
|
"name": "add-rule",
|
|
22970
22970
|
"inheritedFrom": {
|
|
22971
22971
|
"name": "ExpressionBuilder",
|
|
@@ -22973,7 +22973,7 @@
|
|
|
22973
22973
|
}
|
|
22974
22974
|
},
|
|
22975
22975
|
{
|
|
22976
|
-
"description": "Bubbled when a rule delete is requested",
|
|
22976
|
+
"description": "Bubbled when a rule delete is requested. detail: `DelRuleEventDetail`",
|
|
22977
22977
|
"name": "del-rule",
|
|
22978
22978
|
"inheritedFrom": {
|
|
22979
22979
|
"name": "ExpressionBuilder",
|
|
@@ -22981,7 +22981,7 @@
|
|
|
22981
22981
|
}
|
|
22982
22982
|
},
|
|
22983
22983
|
{
|
|
22984
|
-
"description": "Bubbled when group data changes",
|
|
22984
|
+
"description": "Bubbled when group data changes. detail: `UpdateGroupEventDetail`",
|
|
22985
22985
|
"name": "update-group",
|
|
22986
22986
|
"inheritedFrom": {
|
|
22987
22987
|
"name": "ExpressionBuilder",
|
|
@@ -22989,7 +22989,7 @@
|
|
|
22989
22989
|
}
|
|
22990
22990
|
},
|
|
22991
22991
|
{
|
|
22992
|
-
"description": "Bubbled when rule data changes",
|
|
22992
|
+
"description": "Bubbled when rule data changes. detail: `UpdateRuleEventDetail`",
|
|
22993
22993
|
"name": "update-rule",
|
|
22994
22994
|
"inheritedFrom": {
|
|
22995
22995
|
"name": "ExpressionBuilder",
|
|
@@ -23524,7 +23524,7 @@
|
|
|
23524
23524
|
],
|
|
23525
23525
|
"events": [
|
|
23526
23526
|
{
|
|
23527
|
-
"description": "Fired when file content is successfully read",
|
|
23527
|
+
"description": "Fired when file content is successfully read. detail: `FileReadEventDetail`",
|
|
23528
23528
|
"name": "file-read"
|
|
23529
23529
|
},
|
|
23530
23530
|
{
|
|
@@ -24236,7 +24236,7 @@
|
|
|
24236
24236
|
],
|
|
24237
24237
|
"events": [
|
|
24238
24238
|
{
|
|
24239
|
-
"description": "Fired when files are chosen for upload",
|
|
24239
|
+
"description": "Fired when files are chosen for upload. detail: `FileSelectedEventDetail`",
|
|
24240
24240
|
"name": "file-selected"
|
|
24241
24241
|
},
|
|
24242
24242
|
{
|
|
@@ -24248,7 +24248,7 @@
|
|
|
24248
24248
|
"name": "errorOut"
|
|
24249
24249
|
},
|
|
24250
24250
|
{
|
|
24251
|
-
"description": "Fired when file size validation fails (from base)",
|
|
24251
|
+
"description": "Fired when file size validation fails (from base). detail: `Error`",
|
|
24252
24252
|
"name": "error",
|
|
24253
24253
|
"inheritedFrom": {
|
|
24254
24254
|
"name": "<local>_BaseFileComponent",
|
|
@@ -25081,11 +25081,11 @@
|
|
|
25081
25081
|
],
|
|
25082
25082
|
"events": [
|
|
25083
25083
|
{
|
|
25084
|
-
"description": "Fired when filter criteria change",
|
|
25084
|
+
"description": "Fired when filter criteria change. detail: `FilterChangedEventDetail`",
|
|
25085
25085
|
"name": "filter-changed"
|
|
25086
25086
|
},
|
|
25087
25087
|
{
|
|
25088
|
-
"description": "Fired when the filter is cleared",
|
|
25088
|
+
"description": "Fired when the filter is cleared. detail: `FilterClearedEventDetail`",
|
|
25089
25089
|
"name": "filter-cleared"
|
|
25090
25090
|
}
|
|
25091
25091
|
],
|
|
@@ -33127,11 +33127,11 @@
|
|
|
33127
33127
|
],
|
|
33128
33128
|
"events": [
|
|
33129
33129
|
{
|
|
33130
|
-
"description": "Fired when the selected options change",
|
|
33130
|
+
"description": "Fired when the selected options change. detail: `MultiselectOption[]`",
|
|
33131
33131
|
"name": "selectionChange"
|
|
33132
33132
|
},
|
|
33133
33133
|
{
|
|
33134
|
-
"description": "Fired when the selection or filter is cleared",
|
|
33134
|
+
"description": "Fired when the selection or filter is cleared. detail: `ClearOptions`",
|
|
33135
33135
|
"name": "clear"
|
|
33136
33136
|
}
|
|
33137
33137
|
],
|
|
@@ -37744,7 +37744,7 @@
|
|
|
37744
37744
|
],
|
|
37745
37745
|
"events": [
|
|
37746
37746
|
{
|
|
37747
|
-
"description": "Fired when the selected value changes",
|
|
37747
|
+
"description": "Fired when the selected value changes. detail: `ValueChangeEventDetail`",
|
|
37748
37748
|
"name": "value-change"
|
|
37749
37749
|
}
|
|
37750
37750
|
],
|
|
@@ -41112,6 +41112,14 @@
|
|
|
41112
41112
|
"name": "*",
|
|
41113
41113
|
"package": "./scheduler-cron-builder.styles"
|
|
41114
41114
|
}
|
|
41115
|
+
},
|
|
41116
|
+
{
|
|
41117
|
+
"kind": "js",
|
|
41118
|
+
"name": "*",
|
|
41119
|
+
"declaration": {
|
|
41120
|
+
"name": "*",
|
|
41121
|
+
"package": "./types"
|
|
41122
|
+
}
|
|
41115
41123
|
}
|
|
41116
41124
|
]
|
|
41117
41125
|
},
|
|
@@ -43363,7 +43371,7 @@
|
|
|
43363
43371
|
],
|
|
43364
43372
|
"events": [
|
|
43365
43373
|
{
|
|
43366
|
-
"description": "Fired when the selected search options change",
|
|
43374
|
+
"description": "Fired when the selected search options change. detail: `SelectedOption[]`",
|
|
43367
43375
|
"name": "selectionChange"
|
|
43368
43376
|
}
|
|
43369
43377
|
],
|
|
@@ -48053,7 +48061,7 @@
|
|
|
48053
48061
|
}
|
|
48054
48062
|
},
|
|
48055
48063
|
{
|
|
48056
|
-
"description": "Fired when the snackbar auto-closes after its animation; detail is the identifier",
|
|
48064
|
+
"description": "Fired when the snackbar auto-closes after its animation; detail is the identifier. detail: `string`",
|
|
48057
48065
|
"name": "autoDismiss"
|
|
48058
48066
|
}
|
|
48059
48067
|
],
|
|
@@ -49649,11 +49657,11 @@
|
|
|
49649
49657
|
],
|
|
49650
49658
|
"events": [
|
|
49651
49659
|
{
|
|
49652
|
-
"description": "Fired when a step tab is activated",
|
|
49660
|
+
"description": "Fired when a step tab is activated. detail: `StepClickEventDetail`",
|
|
49653
49661
|
"name": "step-click"
|
|
49654
49662
|
},
|
|
49655
49663
|
{
|
|
49656
|
-
"description": "Fired when advancing fails validation",
|
|
49664
|
+
"description": "Fired when advancing fails validation. detail: `ValidationFailureEventDetail`",
|
|
49657
49665
|
"name": "validation-failure"
|
|
49658
49666
|
},
|
|
49659
49667
|
{
|
|
@@ -50118,7 +50126,7 @@
|
|
|
50118
50126
|
],
|
|
50119
50127
|
"events": [
|
|
50120
50128
|
{
|
|
50121
|
-
"description": "Fired when the tab is clicked; detail is the zero-based step index",
|
|
50129
|
+
"description": "Fired when the tab is clicked; detail is the zero-based step index. detail: `number`",
|
|
50122
50130
|
"name": "tab-clicked"
|
|
50123
50131
|
}
|
|
50124
50132
|
],
|
|
@@ -60459,7 +60467,7 @@
|
|
|
60459
60467
|
],
|
|
60460
60468
|
"events": [
|
|
60461
60469
|
{
|
|
60462
|
-
"description": "Fired when work week vs full week selection updates the cron config",
|
|
60470
|
+
"description": "Fired when work week vs full week selection updates the cron config. detail: `DailyConfig`",
|
|
60463
60471
|
"name": "update-cron-config"
|
|
60464
60472
|
}
|
|
60465
60473
|
],
|
|
@@ -60698,7 +60706,7 @@
|
|
|
60698
60706
|
],
|
|
60699
60707
|
"events": [
|
|
60700
60708
|
{
|
|
60701
|
-
"description": "Fired when monthly or yearly recurrence fields update the cron config",
|
|
60709
|
+
"description": "Fired when monthly or yearly recurrence fields update the cron config. detail: `MonthlyConfig | YearlyConfig`",
|
|
60702
60710
|
"name": "update-cron-config"
|
|
60703
60711
|
}
|
|
60704
60712
|
],
|
|
@@ -60956,7 +60964,7 @@
|
|
|
60956
60964
|
],
|
|
60957
60965
|
"events": [
|
|
60958
60966
|
{
|
|
60959
|
-
"description": "Fired when weekly day selection updates the cron config",
|
|
60967
|
+
"description": "Fired when weekly day selection updates the cron config. detail: `WeeklyConfig`",
|
|
60960
60968
|
"name": "update-cron-config"
|
|
60961
60969
|
}
|
|
60962
60970
|
],
|