@genesislcap/foundation-ui 14.489.1-alpha-0babe6c0f.0 → 14.490.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 +1306 -1306
- package/dist/dts/react.d.ts +25 -25
- package/dist/react.cjs +17 -17
- package/dist/react.mjs +13 -13
- package/package.json +19 -19
|
@@ -1408,34 +1408,11 @@
|
|
|
1408
1408
|
},
|
|
1409
1409
|
{
|
|
1410
1410
|
"kind": "javascript-module",
|
|
1411
|
-
"path": "src/
|
|
1411
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1412
1412
|
"declarations": [
|
|
1413
1413
|
{
|
|
1414
1414
|
"kind": "function",
|
|
1415
|
-
"name": "
|
|
1416
|
-
"return": {
|
|
1417
|
-
"type": {
|
|
1418
|
-
"text": "ElementStyles"
|
|
1419
|
-
}
|
|
1420
|
-
},
|
|
1421
|
-
"parameters": [
|
|
1422
|
-
{
|
|
1423
|
-
"name": "context",
|
|
1424
|
-
"type": {
|
|
1425
|
-
"text": "ElementDefinitionContext"
|
|
1426
|
-
}
|
|
1427
|
-
},
|
|
1428
|
-
{
|
|
1429
|
-
"name": "definition",
|
|
1430
|
-
"type": {
|
|
1431
|
-
"text": "FoundationElementDefinition"
|
|
1432
|
-
}
|
|
1433
|
-
}
|
|
1434
|
-
]
|
|
1435
|
-
},
|
|
1436
|
-
{
|
|
1437
|
-
"kind": "function",
|
|
1438
|
-
"name": "foundationActionsMenuStyles",
|
|
1415
|
+
"name": "foundationAccordionStyles",
|
|
1439
1416
|
"return": {
|
|
1440
1417
|
"type": {
|
|
1441
1418
|
"text": "ElementStyles"
|
|
@@ -1460,269 +1437,277 @@
|
|
|
1460
1437
|
"exports": [
|
|
1461
1438
|
{
|
|
1462
1439
|
"kind": "js",
|
|
1463
|
-
"name": "
|
|
1464
|
-
"declaration": {
|
|
1465
|
-
"name": "actionsMenuBaseStyles",
|
|
1466
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1467
|
-
}
|
|
1468
|
-
},
|
|
1469
|
-
{
|
|
1470
|
-
"kind": "js",
|
|
1471
|
-
"name": "foundationActionsMenuStyles",
|
|
1440
|
+
"name": "foundationAccordionStyles",
|
|
1472
1441
|
"declaration": {
|
|
1473
|
-
"name": "
|
|
1474
|
-
"module": "src/
|
|
1442
|
+
"name": "foundationAccordionStyles",
|
|
1443
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1475
1444
|
}
|
|
1476
1445
|
}
|
|
1477
1446
|
]
|
|
1478
1447
|
},
|
|
1479
1448
|
{
|
|
1480
1449
|
"kind": "javascript-module",
|
|
1481
|
-
"path": "src/
|
|
1450
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1482
1451
|
"declarations": [
|
|
1483
1452
|
{
|
|
1484
1453
|
"kind": "function",
|
|
1485
|
-
"name": "
|
|
1454
|
+
"name": "foundationAccordionTemplate",
|
|
1455
|
+
"return": {
|
|
1456
|
+
"type": {
|
|
1457
|
+
"text": "ViewTemplate<Accordion>"
|
|
1458
|
+
}
|
|
1459
|
+
},
|
|
1486
1460
|
"parameters": [
|
|
1487
1461
|
{
|
|
1488
|
-
"name": "
|
|
1462
|
+
"name": "context",
|
|
1489
1463
|
"type": {
|
|
1490
|
-
"text": "
|
|
1464
|
+
"text": "ElementDefinitionContext"
|
|
1491
1465
|
}
|
|
1492
|
-
}
|
|
1493
|
-
]
|
|
1494
|
-
},
|
|
1495
|
-
{
|
|
1496
|
-
"kind": "function",
|
|
1497
|
-
"name": "singleOptionTemplate",
|
|
1498
|
-
"parameters": [
|
|
1466
|
+
},
|
|
1499
1467
|
{
|
|
1500
|
-
"name": "
|
|
1468
|
+
"name": "definition",
|
|
1501
1469
|
"type": {
|
|
1502
|
-
"text": "
|
|
1470
|
+
"text": "FoundationElementDefinition"
|
|
1503
1471
|
}
|
|
1504
1472
|
}
|
|
1505
1473
|
]
|
|
1506
|
-
},
|
|
1507
|
-
{
|
|
1508
|
-
"kind": "variable",
|
|
1509
|
-
"name": "foundationActionsMenuTemplate",
|
|
1510
|
-
"type": {
|
|
1511
|
-
"text": "ViewTemplate<ActionsMenu>"
|
|
1512
|
-
},
|
|
1513
|
-
"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`"
|
|
1514
1474
|
}
|
|
1515
1475
|
],
|
|
1516
1476
|
"exports": [
|
|
1517
1477
|
{
|
|
1518
1478
|
"kind": "js",
|
|
1519
|
-
"name": "
|
|
1520
|
-
"declaration": {
|
|
1521
|
-
"name": "menuTemplate",
|
|
1522
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1523
|
-
}
|
|
1524
|
-
},
|
|
1525
|
-
{
|
|
1526
|
-
"kind": "js",
|
|
1527
|
-
"name": "singleOptionTemplate",
|
|
1528
|
-
"declaration": {
|
|
1529
|
-
"name": "singleOptionTemplate",
|
|
1530
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1531
|
-
}
|
|
1532
|
-
},
|
|
1533
|
-
{
|
|
1534
|
-
"kind": "js",
|
|
1535
|
-
"name": "foundationActionsMenuTemplate",
|
|
1479
|
+
"name": "foundationAccordionTemplate",
|
|
1536
1480
|
"declaration": {
|
|
1537
|
-
"name": "
|
|
1538
|
-
"module": "src/
|
|
1481
|
+
"name": "foundationAccordionTemplate",
|
|
1482
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1539
1483
|
}
|
|
1540
1484
|
}
|
|
1541
1485
|
]
|
|
1542
1486
|
},
|
|
1543
1487
|
{
|
|
1544
1488
|
"kind": "javascript-module",
|
|
1545
|
-
"path": "src/
|
|
1489
|
+
"path": "src/accordion/accordion.ts",
|
|
1546
1490
|
"declarations": [
|
|
1547
1491
|
{
|
|
1548
1492
|
"kind": "class",
|
|
1549
1493
|
"description": "",
|
|
1550
|
-
"name": "
|
|
1551
|
-
"
|
|
1494
|
+
"name": "Accordion",
|
|
1495
|
+
"superclass": {
|
|
1496
|
+
"name": "FASTAccordion",
|
|
1497
|
+
"package": "@microsoft/fast-foundation"
|
|
1498
|
+
},
|
|
1499
|
+
"tagName": "%%prefix%%-accordion",
|
|
1500
|
+
"customElement": true,
|
|
1501
|
+
"attributes": [
|
|
1552
1502
|
{
|
|
1553
|
-
"
|
|
1554
|
-
"name": "actions",
|
|
1503
|
+
"name": "expand-mode",
|
|
1555
1504
|
"type": {
|
|
1556
|
-
"text": "
|
|
1505
|
+
"text": "AccordionExpandMode"
|
|
1506
|
+
},
|
|
1507
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1508
|
+
"fieldName": "expandmode",
|
|
1509
|
+
"inheritedFrom": {
|
|
1510
|
+
"name": "Accordion",
|
|
1511
|
+
"module": "src/accordion/accordion.ts"
|
|
1557
1512
|
}
|
|
1558
|
-
}
|
|
1513
|
+
}
|
|
1514
|
+
],
|
|
1515
|
+
"members": [
|
|
1559
1516
|
{
|
|
1560
1517
|
"kind": "field",
|
|
1561
|
-
"name": "
|
|
1518
|
+
"name": "expandmode",
|
|
1562
1519
|
"type": {
|
|
1563
|
-
"text": "
|
|
1520
|
+
"text": "AccordionExpandMode"
|
|
1564
1521
|
},
|
|
1565
|
-
"
|
|
1522
|
+
"privacy": "public",
|
|
1523
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1524
|
+
"inheritedFrom": {
|
|
1525
|
+
"name": "Accordion",
|
|
1526
|
+
"module": "src/accordion/accordion.ts"
|
|
1527
|
+
}
|
|
1566
1528
|
},
|
|
1567
1529
|
{
|
|
1568
1530
|
"kind": "field",
|
|
1569
|
-
"name": "
|
|
1531
|
+
"name": "activeid",
|
|
1570
1532
|
"type": {
|
|
1571
|
-
"text": "
|
|
1533
|
+
"text": "string | null"
|
|
1572
1534
|
},
|
|
1573
|
-
"
|
|
1535
|
+
"privacy": "private",
|
|
1536
|
+
"inheritedFrom": {
|
|
1537
|
+
"name": "Accordion",
|
|
1538
|
+
"module": "src/accordion/accordion.ts"
|
|
1539
|
+
}
|
|
1574
1540
|
},
|
|
1575
1541
|
{
|
|
1576
1542
|
"kind": "field",
|
|
1577
|
-
"name": "
|
|
1543
|
+
"name": "activeItemIndex",
|
|
1578
1544
|
"type": {
|
|
1579
|
-
"text": "
|
|
1545
|
+
"text": "number"
|
|
1580
1546
|
},
|
|
1581
|
-
"
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
"type": {
|
|
1587
|
-
"text": "string"
|
|
1547
|
+
"privacy": "private",
|
|
1548
|
+
"default": "0",
|
|
1549
|
+
"inheritedFrom": {
|
|
1550
|
+
"name": "Accordion",
|
|
1551
|
+
"module": "src/accordion/accordion.ts"
|
|
1588
1552
|
}
|
|
1589
1553
|
},
|
|
1590
1554
|
{
|
|
1591
1555
|
"kind": "field",
|
|
1592
|
-
"name": "
|
|
1556
|
+
"name": "accordionIds",
|
|
1593
1557
|
"type": {
|
|
1594
|
-
"text": "
|
|
1558
|
+
"text": "Array<string | null>"
|
|
1559
|
+
},
|
|
1560
|
+
"privacy": "private",
|
|
1561
|
+
"inheritedFrom": {
|
|
1562
|
+
"name": "Accordion",
|
|
1563
|
+
"module": "src/accordion/accordion.ts"
|
|
1595
1564
|
}
|
|
1596
1565
|
},
|
|
1597
1566
|
{
|
|
1598
1567
|
"kind": "field",
|
|
1599
|
-
"name": "
|
|
1600
|
-
"
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1568
|
+
"name": "change",
|
|
1569
|
+
"privacy": "private",
|
|
1570
|
+
"inheritedFrom": {
|
|
1571
|
+
"name": "Accordion",
|
|
1572
|
+
"module": "src/accordion/accordion.ts"
|
|
1573
|
+
}
|
|
1604
1574
|
},
|
|
1605
1575
|
{
|
|
1606
|
-
"kind": "
|
|
1607
|
-
"name": "
|
|
1608
|
-
"
|
|
1609
|
-
|
|
1576
|
+
"kind": "method",
|
|
1577
|
+
"name": "findExpandedItem",
|
|
1578
|
+
"privacy": "private",
|
|
1579
|
+
"return": {
|
|
1580
|
+
"type": {
|
|
1581
|
+
"text": "AccordionItem | null"
|
|
1582
|
+
}
|
|
1610
1583
|
},
|
|
1611
|
-
"
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
"kind": "field",
|
|
1615
|
-
"name": "buttonAppearance",
|
|
1616
|
-
"type": {
|
|
1617
|
-
"text": "string"
|
|
1584
|
+
"inheritedFrom": {
|
|
1585
|
+
"name": "Accordion",
|
|
1586
|
+
"module": "src/accordion/accordion.ts"
|
|
1618
1587
|
}
|
|
1619
1588
|
},
|
|
1620
1589
|
{
|
|
1621
1590
|
"kind": "field",
|
|
1622
|
-
"name": "
|
|
1623
|
-
"
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1591
|
+
"name": "setItems",
|
|
1592
|
+
"privacy": "private",
|
|
1593
|
+
"inheritedFrom": {
|
|
1594
|
+
"name": "Accordion",
|
|
1595
|
+
"module": "src/accordion/accordion.ts"
|
|
1596
|
+
}
|
|
1627
1597
|
},
|
|
1628
1598
|
{
|
|
1629
|
-
"kind": "
|
|
1630
|
-
"name": "
|
|
1631
|
-
"
|
|
1632
|
-
|
|
1599
|
+
"kind": "method",
|
|
1600
|
+
"name": "resetItems",
|
|
1601
|
+
"privacy": "private",
|
|
1602
|
+
"return": {
|
|
1603
|
+
"type": {
|
|
1604
|
+
"text": "void"
|
|
1605
|
+
}
|
|
1633
1606
|
},
|
|
1634
|
-
"
|
|
1607
|
+
"inheritedFrom": {
|
|
1608
|
+
"name": "Accordion",
|
|
1609
|
+
"module": "src/accordion/accordion.ts"
|
|
1610
|
+
}
|
|
1635
1611
|
},
|
|
1636
1612
|
{
|
|
1637
1613
|
"kind": "field",
|
|
1638
|
-
"name": "
|
|
1639
|
-
"
|
|
1640
|
-
|
|
1614
|
+
"name": "removeItemListeners",
|
|
1615
|
+
"privacy": "private",
|
|
1616
|
+
"inheritedFrom": {
|
|
1617
|
+
"name": "Accordion",
|
|
1618
|
+
"module": "src/accordion/accordion.ts"
|
|
1641
1619
|
}
|
|
1642
1620
|
},
|
|
1643
1621
|
{
|
|
1644
1622
|
"kind": "field",
|
|
1645
|
-
"name": "
|
|
1646
|
-
"
|
|
1647
|
-
|
|
1623
|
+
"name": "activeItemChange",
|
|
1624
|
+
"privacy": "private",
|
|
1625
|
+
"inheritedFrom": {
|
|
1626
|
+
"name": "Accordion",
|
|
1627
|
+
"module": "src/accordion/accordion.ts"
|
|
1648
1628
|
}
|
|
1649
1629
|
},
|
|
1650
1630
|
{
|
|
1651
1631
|
"kind": "method",
|
|
1652
|
-
"name": "
|
|
1653
|
-
"privacy": "
|
|
1654
|
-
"
|
|
1655
|
-
{
|
|
1656
|
-
"
|
|
1657
|
-
"type": {
|
|
1658
|
-
"text": "any"
|
|
1659
|
-
}
|
|
1660
|
-
},
|
|
1661
|
-
{
|
|
1662
|
-
"name": "newValue",
|
|
1663
|
-
"type": {
|
|
1664
|
-
"text": "any"
|
|
1665
|
-
}
|
|
1632
|
+
"name": "getItemIds",
|
|
1633
|
+
"privacy": "private",
|
|
1634
|
+
"return": {
|
|
1635
|
+
"type": {
|
|
1636
|
+
"text": "Array<string | null>"
|
|
1666
1637
|
}
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
"privacy": "protected"
|
|
1673
|
-
},
|
|
1674
|
-
{
|
|
1675
|
-
"kind": "method",
|
|
1676
|
-
"name": "toggleActionsMenuVisibility"
|
|
1638
|
+
},
|
|
1639
|
+
"inheritedFrom": {
|
|
1640
|
+
"name": "Accordion",
|
|
1641
|
+
"module": "src/accordion/accordion.ts"
|
|
1642
|
+
}
|
|
1677
1643
|
},
|
|
1678
1644
|
{
|
|
1679
1645
|
"kind": "method",
|
|
1680
|
-
"name": "
|
|
1681
|
-
"
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
"
|
|
1685
|
-
"text": "(rowData) => void | any"
|
|
1686
|
-
}
|
|
1646
|
+
"name": "isSingleExpandMode",
|
|
1647
|
+
"privacy": "private",
|
|
1648
|
+
"return": {
|
|
1649
|
+
"type": {
|
|
1650
|
+
"text": "boolean"
|
|
1687
1651
|
}
|
|
1688
|
-
|
|
1652
|
+
},
|
|
1653
|
+
"inheritedFrom": {
|
|
1654
|
+
"name": "Accordion",
|
|
1655
|
+
"module": "src/accordion/accordion.ts"
|
|
1656
|
+
}
|
|
1689
1657
|
},
|
|
1690
1658
|
{
|
|
1691
1659
|
"kind": "field",
|
|
1692
|
-
"name": "
|
|
1693
|
-
"
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1660
|
+
"name": "handleItemKeyDown",
|
|
1661
|
+
"privacy": "private",
|
|
1662
|
+
"inheritedFrom": {
|
|
1663
|
+
"name": "Accordion",
|
|
1664
|
+
"module": "src/accordion/accordion.ts"
|
|
1665
|
+
}
|
|
1697
1666
|
},
|
|
1698
1667
|
{
|
|
1699
1668
|
"kind": "field",
|
|
1700
|
-
"name": "
|
|
1701
|
-
"
|
|
1669
|
+
"name": "handleItemFocus",
|
|
1670
|
+
"privacy": "private",
|
|
1671
|
+
"inheritedFrom": {
|
|
1672
|
+
"name": "Accordion",
|
|
1673
|
+
"module": "src/accordion/accordion.ts"
|
|
1674
|
+
}
|
|
1702
1675
|
},
|
|
1703
1676
|
{
|
|
1704
1677
|
"kind": "method",
|
|
1705
|
-
"name": "
|
|
1678
|
+
"name": "adjust",
|
|
1679
|
+
"privacy": "private",
|
|
1680
|
+
"return": {
|
|
1681
|
+
"type": {
|
|
1682
|
+
"text": "void"
|
|
1683
|
+
}
|
|
1684
|
+
},
|
|
1706
1685
|
"parameters": [
|
|
1707
1686
|
{
|
|
1708
|
-
"name": "
|
|
1687
|
+
"name": "adjustment",
|
|
1709
1688
|
"type": {
|
|
1710
|
-
"text": "
|
|
1689
|
+
"text": "number"
|
|
1711
1690
|
}
|
|
1712
1691
|
}
|
|
1713
|
-
]
|
|
1692
|
+
],
|
|
1693
|
+
"inheritedFrom": {
|
|
1694
|
+
"name": "Accordion",
|
|
1695
|
+
"module": "src/accordion/accordion.ts"
|
|
1696
|
+
}
|
|
1714
1697
|
},
|
|
1715
1698
|
{
|
|
1716
1699
|
"kind": "method",
|
|
1717
|
-
"name": "
|
|
1718
|
-
"
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
"
|
|
1722
|
-
"text": "string"
|
|
1723
|
-
}
|
|
1700
|
+
"name": "focusItem",
|
|
1701
|
+
"privacy": "private",
|
|
1702
|
+
"return": {
|
|
1703
|
+
"type": {
|
|
1704
|
+
"text": "void"
|
|
1724
1705
|
}
|
|
1725
|
-
|
|
1706
|
+
},
|
|
1707
|
+
"inheritedFrom": {
|
|
1708
|
+
"name": "Accordion",
|
|
1709
|
+
"module": "src/accordion/accordion.ts"
|
|
1710
|
+
}
|
|
1726
1711
|
},
|
|
1727
1712
|
{
|
|
1728
1713
|
"kind": "field",
|
|
@@ -1836,107 +1821,78 @@
|
|
|
1836
1821
|
}
|
|
1837
1822
|
}
|
|
1838
1823
|
],
|
|
1839
|
-
"
|
|
1840
|
-
{
|
|
1841
|
-
"name": "is-vertical",
|
|
1842
|
-
"type": {
|
|
1843
|
-
"text": "boolean"
|
|
1844
|
-
},
|
|
1845
|
-
"default": "false",
|
|
1846
|
-
"fieldName": "isVertical"
|
|
1847
|
-
},
|
|
1848
|
-
{
|
|
1849
|
-
"name": "add-default-actions",
|
|
1850
|
-
"type": {
|
|
1851
|
-
"text": "boolean"
|
|
1852
|
-
},
|
|
1853
|
-
"default": "true",
|
|
1854
|
-
"fieldName": "addDefaultActions"
|
|
1855
|
-
},
|
|
1856
|
-
{
|
|
1857
|
-
"name": "auto-close-on-action",
|
|
1858
|
-
"type": {
|
|
1859
|
-
"text": "boolean"
|
|
1860
|
-
},
|
|
1861
|
-
"default": "true",
|
|
1862
|
-
"fieldName": "autoCloseOnAction"
|
|
1863
|
-
},
|
|
1864
|
-
{
|
|
1865
|
-
"name": "name",
|
|
1866
|
-
"type": {
|
|
1867
|
-
"text": "string"
|
|
1868
|
-
},
|
|
1869
|
-
"default": "'Actions'",
|
|
1870
|
-
"fieldName": "name"
|
|
1871
|
-
},
|
|
1872
|
-
{
|
|
1873
|
-
"name": "open",
|
|
1874
|
-
"type": {
|
|
1875
|
-
"text": "boolean"
|
|
1876
|
-
},
|
|
1877
|
-
"default": "false",
|
|
1878
|
-
"fieldName": "open"
|
|
1879
|
-
},
|
|
1880
|
-
{
|
|
1881
|
-
"name": "buttonAppearance",
|
|
1882
|
-
"type": {
|
|
1883
|
-
"text": "string"
|
|
1884
|
-
},
|
|
1885
|
-
"fieldName": "buttonAppearance"
|
|
1886
|
-
},
|
|
1887
|
-
{
|
|
1888
|
-
"name": "hide-disabled",
|
|
1889
|
-
"type": {
|
|
1890
|
-
"text": "boolean"
|
|
1891
|
-
},
|
|
1892
|
-
"default": "false",
|
|
1893
|
-
"fieldName": "hideDisabled"
|
|
1894
|
-
},
|
|
1824
|
+
"events": [
|
|
1895
1825
|
{
|
|
1896
|
-
"
|
|
1897
|
-
"
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1826
|
+
"description": "Fires a custom 'change' event when the active item changes",
|
|
1827
|
+
"name": "change",
|
|
1828
|
+
"inheritedFrom": {
|
|
1829
|
+
"name": "Accordion",
|
|
1830
|
+
"module": "src/accordion/accordion.ts"
|
|
1831
|
+
}
|
|
1902
1832
|
}
|
|
1903
|
-
]
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1833
|
+
]
|
|
1834
|
+
},
|
|
1835
|
+
{
|
|
1836
|
+
"kind": "variable",
|
|
1837
|
+
"name": "foundationAccordionShadowOptions",
|
|
1838
|
+
"type": {
|
|
1839
|
+
"text": "ShadowRootInit"
|
|
1907
1840
|
},
|
|
1908
|
-
"
|
|
1909
|
-
"customElement": true
|
|
1841
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1910
1842
|
},
|
|
1911
1843
|
{
|
|
1912
1844
|
"kind": "variable",
|
|
1913
|
-
"name": "
|
|
1914
|
-
"
|
|
1845
|
+
"name": "defaultAccordionConfig",
|
|
1846
|
+
"type": {
|
|
1847
|
+
"text": "object"
|
|
1848
|
+
},
|
|
1849
|
+
"default": "{}"
|
|
1850
|
+
},
|
|
1851
|
+
{
|
|
1852
|
+
"kind": "variable",
|
|
1853
|
+
"name": "foundationAccordion",
|
|
1854
|
+
"description": "The Foundation Accordion",
|
|
1915
1855
|
"privacy": "public"
|
|
1916
1856
|
}
|
|
1917
1857
|
],
|
|
1918
1858
|
"exports": [
|
|
1919
1859
|
{
|
|
1920
1860
|
"kind": "js",
|
|
1921
|
-
"name": "
|
|
1861
|
+
"name": "Accordion",
|
|
1922
1862
|
"declaration": {
|
|
1923
|
-
"name": "
|
|
1924
|
-
"module": "src/
|
|
1863
|
+
"name": "Accordion",
|
|
1864
|
+
"module": "src/accordion/accordion.ts"
|
|
1925
1865
|
}
|
|
1926
1866
|
},
|
|
1927
1867
|
{
|
|
1928
1868
|
"kind": "js",
|
|
1929
|
-
"name": "
|
|
1869
|
+
"name": "foundationAccordionShadowOptions",
|
|
1930
1870
|
"declaration": {
|
|
1931
|
-
"name": "
|
|
1932
|
-
"module": "src/
|
|
1871
|
+
"name": "foundationAccordionShadowOptions",
|
|
1872
|
+
"module": "src/accordion/accordion.ts"
|
|
1873
|
+
}
|
|
1874
|
+
},
|
|
1875
|
+
{
|
|
1876
|
+
"kind": "js",
|
|
1877
|
+
"name": "defaultAccordionConfig",
|
|
1878
|
+
"declaration": {
|
|
1879
|
+
"name": "defaultAccordionConfig",
|
|
1880
|
+
"module": "src/accordion/accordion.ts"
|
|
1881
|
+
}
|
|
1882
|
+
},
|
|
1883
|
+
{
|
|
1884
|
+
"kind": "js",
|
|
1885
|
+
"name": "foundationAccordion",
|
|
1886
|
+
"declaration": {
|
|
1887
|
+
"name": "foundationAccordion",
|
|
1888
|
+
"module": "src/accordion/accordion.ts"
|
|
1933
1889
|
}
|
|
1934
1890
|
}
|
|
1935
1891
|
]
|
|
1936
1892
|
},
|
|
1937
1893
|
{
|
|
1938
1894
|
"kind": "javascript-module",
|
|
1939
|
-
"path": "src/
|
|
1895
|
+
"path": "src/accordion/index.ts",
|
|
1940
1896
|
"declarations": [],
|
|
1941
1897
|
"exports": [
|
|
1942
1898
|
{
|
|
@@ -1944,7 +1900,7 @@
|
|
|
1944
1900
|
"name": "*",
|
|
1945
1901
|
"declaration": {
|
|
1946
1902
|
"name": "*",
|
|
1947
|
-
"package": "./
|
|
1903
|
+
"package": "./accordion.template"
|
|
1948
1904
|
}
|
|
1949
1905
|
},
|
|
1950
1906
|
{
|
|
@@ -1952,7 +1908,7 @@
|
|
|
1952
1908
|
"name": "*",
|
|
1953
1909
|
"declaration": {
|
|
1954
1910
|
"name": "*",
|
|
1955
|
-
"package": "./
|
|
1911
|
+
"package": "./accordion.styles"
|
|
1956
1912
|
}
|
|
1957
1913
|
},
|
|
1958
1914
|
{
|
|
@@ -1960,7 +1916,38 @@
|
|
|
1960
1916
|
"name": "*",
|
|
1961
1917
|
"declaration": {
|
|
1962
1918
|
"name": "*",
|
|
1963
|
-
"package": "./
|
|
1919
|
+
"package": "./accordion"
|
|
1920
|
+
}
|
|
1921
|
+
}
|
|
1922
|
+
]
|
|
1923
|
+
},
|
|
1924
|
+
{
|
|
1925
|
+
"kind": "javascript-module",
|
|
1926
|
+
"path": "src/_config/index.ts",
|
|
1927
|
+
"declarations": [],
|
|
1928
|
+
"exports": [
|
|
1929
|
+
{
|
|
1930
|
+
"kind": "js",
|
|
1931
|
+
"name": "*",
|
|
1932
|
+
"declaration": {
|
|
1933
|
+
"name": "*",
|
|
1934
|
+
"package": "./styles"
|
|
1935
|
+
}
|
|
1936
|
+
},
|
|
1937
|
+
{
|
|
1938
|
+
"kind": "js",
|
|
1939
|
+
"name": "*",
|
|
1940
|
+
"declaration": {
|
|
1941
|
+
"name": "*",
|
|
1942
|
+
"package": "./tokens"
|
|
1943
|
+
}
|
|
1944
|
+
},
|
|
1945
|
+
{
|
|
1946
|
+
"kind": "js",
|
|
1947
|
+
"name": "*",
|
|
1948
|
+
"declaration": {
|
|
1949
|
+
"name": "*",
|
|
1950
|
+
"package": "./values"
|
|
1964
1951
|
}
|
|
1965
1952
|
}
|
|
1966
1953
|
]
|
|
@@ -2321,500 +2308,74 @@
|
|
|
2321
2308
|
{
|
|
2322
2309
|
"kind": "js",
|
|
2323
2310
|
"name": "foundationAccordionItem",
|
|
2324
|
-
"declaration": {
|
|
2325
|
-
"name": "foundationAccordionItem",
|
|
2326
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2327
|
-
}
|
|
2328
|
-
}
|
|
2329
|
-
]
|
|
2330
|
-
},
|
|
2331
|
-
{
|
|
2332
|
-
"kind": "javascript-module",
|
|
2333
|
-
"path": "src/accordion-item/index.ts",
|
|
2334
|
-
"declarations": [],
|
|
2335
|
-
"exports": [
|
|
2336
|
-
{
|
|
2337
|
-
"kind": "js",
|
|
2338
|
-
"name": "*",
|
|
2339
|
-
"declaration": {
|
|
2340
|
-
"name": "*",
|
|
2341
|
-
"package": "./accordion-item.template"
|
|
2342
|
-
}
|
|
2343
|
-
},
|
|
2344
|
-
{
|
|
2345
|
-
"kind": "js",
|
|
2346
|
-
"name": "*",
|
|
2347
|
-
"declaration": {
|
|
2348
|
-
"name": "*",
|
|
2349
|
-
"package": "./accordion-item.styles"
|
|
2350
|
-
}
|
|
2351
|
-
},
|
|
2352
|
-
{
|
|
2353
|
-
"kind": "js",
|
|
2354
|
-
"name": "*",
|
|
2355
|
-
"declaration": {
|
|
2356
|
-
"name": "*",
|
|
2357
|
-
"package": "./accordion-item"
|
|
2358
|
-
}
|
|
2359
|
-
}
|
|
2360
|
-
]
|
|
2361
|
-
},
|
|
2362
|
-
{
|
|
2363
|
-
"kind": "javascript-module",
|
|
2364
|
-
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
2365
|
-
"declarations": [
|
|
2366
|
-
{
|
|
2367
|
-
"kind": "function",
|
|
2368
|
-
"name": "foundationAiIndicatorStyles",
|
|
2369
|
-
"return": {
|
|
2370
|
-
"type": {
|
|
2371
|
-
"text": "ElementStyles"
|
|
2372
|
-
}
|
|
2373
|
-
},
|
|
2374
|
-
"parameters": [
|
|
2375
|
-
{
|
|
2376
|
-
"name": "context",
|
|
2377
|
-
"type": {
|
|
2378
|
-
"text": "ElementDefinitionContext"
|
|
2379
|
-
}
|
|
2380
|
-
},
|
|
2381
|
-
{
|
|
2382
|
-
"name": "definition",
|
|
2383
|
-
"type": {
|
|
2384
|
-
"text": "FoundationElementDefinition"
|
|
2385
|
-
}
|
|
2386
|
-
}
|
|
2387
|
-
]
|
|
2388
|
-
}
|
|
2389
|
-
],
|
|
2390
|
-
"exports": [
|
|
2391
|
-
{
|
|
2392
|
-
"kind": "js",
|
|
2393
|
-
"name": "foundationAiIndicatorStyles",
|
|
2394
|
-
"declaration": {
|
|
2395
|
-
"name": "foundationAiIndicatorStyles",
|
|
2396
|
-
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
2397
|
-
}
|
|
2398
|
-
}
|
|
2399
|
-
]
|
|
2400
|
-
},
|
|
2401
|
-
{
|
|
2402
|
-
"kind": "javascript-module",
|
|
2403
|
-
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
2404
|
-
"declarations": [
|
|
2405
|
-
{
|
|
2406
|
-
"kind": "variable",
|
|
2407
|
-
"name": "foundationAiIndicatorTemplate",
|
|
2408
|
-
"type": {
|
|
2409
|
-
"text": "ViewTemplate<AiIndicator>"
|
|
2410
|
-
},
|
|
2411
|
-
"default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
|
|
2412
|
-
}
|
|
2413
|
-
],
|
|
2414
|
-
"exports": [
|
|
2415
|
-
{
|
|
2416
|
-
"kind": "js",
|
|
2417
|
-
"name": "foundationAiIndicatorTemplate",
|
|
2418
|
-
"declaration": {
|
|
2419
|
-
"name": "foundationAiIndicatorTemplate",
|
|
2420
|
-
"module": "src/ai-indicator/ai-indicator.template.ts"
|
|
2421
|
-
}
|
|
2422
|
-
}
|
|
2423
|
-
]
|
|
2424
|
-
},
|
|
2425
|
-
{
|
|
2426
|
-
"kind": "javascript-module",
|
|
2427
|
-
"path": "src/ai-indicator/ai-indicator.ts",
|
|
2428
|
-
"declarations": [
|
|
2429
|
-
{
|
|
2430
|
-
"kind": "class",
|
|
2431
|
-
"description": "",
|
|
2432
|
-
"name": "AiIndicator",
|
|
2433
|
-
"members": [
|
|
2434
|
-
{
|
|
2435
|
-
"kind": "field",
|
|
2436
|
-
"name": "providerRegistry",
|
|
2437
|
-
"type": {
|
|
2438
|
-
"text": "AIProviderRegistry"
|
|
2439
|
-
}
|
|
2440
|
-
},
|
|
2441
|
-
{
|
|
2442
|
-
"kind": "field",
|
|
2443
|
-
"name": "aiProvider",
|
|
2444
|
-
"type": {
|
|
2445
|
-
"text": "AIProvider | undefined"
|
|
2446
|
-
},
|
|
2447
|
-
"privacy": "private",
|
|
2448
|
-
"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.",
|
|
2449
|
-
"readonly": true
|
|
2450
|
-
},
|
|
2451
|
-
{
|
|
2452
|
-
"kind": "field",
|
|
2453
|
-
"name": "status",
|
|
2454
|
-
"type": {
|
|
2455
|
-
"text": "AIStatus | null"
|
|
2456
|
-
},
|
|
2457
|
-
"default": "null"
|
|
2458
|
-
},
|
|
2459
|
-
{
|
|
2460
|
-
"kind": "field",
|
|
2461
|
-
"name": "open",
|
|
2462
|
-
"type": {
|
|
2463
|
-
"text": "boolean"
|
|
2464
|
-
},
|
|
2465
|
-
"default": "false"
|
|
2466
|
-
},
|
|
2467
|
-
{
|
|
2468
|
-
"kind": "field",
|
|
2469
|
-
"name": "state",
|
|
2470
|
-
"type": {
|
|
2471
|
-
"text": "AIIndicatorState"
|
|
2472
|
-
},
|
|
2473
|
-
"default": "'none'"
|
|
2474
|
-
},
|
|
2475
|
-
{
|
|
2476
|
-
"kind": "field",
|
|
2477
|
-
"name": "isInstalling",
|
|
2478
|
-
"type": {
|
|
2479
|
-
"text": "boolean"
|
|
2480
|
-
},
|
|
2481
|
-
"default": "false"
|
|
2482
|
-
},
|
|
2483
|
-
{
|
|
2484
|
-
"kind": "field",
|
|
2485
|
-
"name": "pollTimer",
|
|
2486
|
-
"type": {
|
|
2487
|
-
"text": "ReturnType<typeof setInterval> | null"
|
|
2488
|
-
},
|
|
2489
|
-
"privacy": "private",
|
|
2490
|
-
"default": "null"
|
|
2491
|
-
},
|
|
2492
|
-
{
|
|
2493
|
-
"kind": "field",
|
|
2494
|
-
"name": "clickOutside",
|
|
2495
|
-
"privacy": "private"
|
|
2496
|
-
},
|
|
2497
|
-
{
|
|
2498
|
-
"kind": "field",
|
|
2499
|
-
"name": "chromeStatusLabel",
|
|
2500
|
-
"type": {
|
|
2501
|
-
"text": "string | null"
|
|
2502
|
-
},
|
|
2503
|
-
"readonly": true
|
|
2504
|
-
},
|
|
2505
|
-
{
|
|
2506
|
-
"kind": "field",
|
|
2507
|
-
"name": "canInstall",
|
|
2508
|
-
"type": {
|
|
2509
|
-
"text": "boolean"
|
|
2510
|
-
},
|
|
2511
|
-
"readonly": true
|
|
2512
|
-
},
|
|
2513
|
-
{
|
|
2514
|
-
"kind": "field",
|
|
2515
|
-
"name": "isDownloading",
|
|
2516
|
-
"type": {
|
|
2517
|
-
"text": "boolean"
|
|
2518
|
-
},
|
|
2519
|
-
"readonly": true
|
|
2520
|
-
},
|
|
2521
|
-
{
|
|
2522
|
-
"kind": "method",
|
|
2523
|
-
"name": "openChanged",
|
|
2524
|
-
"return": {
|
|
2525
|
-
"type": {
|
|
2526
|
-
"text": "void"
|
|
2527
|
-
}
|
|
2528
|
-
}
|
|
2529
|
-
},
|
|
2530
|
-
{
|
|
2531
|
-
"kind": "method",
|
|
2532
|
-
"name": "handleClickOutside",
|
|
2533
|
-
"privacy": "private",
|
|
2534
|
-
"parameters": [
|
|
2535
|
-
{
|
|
2536
|
-
"name": "event",
|
|
2537
|
-
"type": {
|
|
2538
|
-
"text": "MouseEvent"
|
|
2539
|
-
}
|
|
2540
|
-
}
|
|
2541
|
-
]
|
|
2542
|
-
},
|
|
2543
|
-
{
|
|
2544
|
-
"kind": "method",
|
|
2545
|
-
"name": "toggleDropdown"
|
|
2546
|
-
},
|
|
2547
|
-
{
|
|
2548
|
-
"kind": "method",
|
|
2549
|
-
"name": "refreshStatus",
|
|
2550
|
-
"return": {
|
|
2551
|
-
"type": {
|
|
2552
|
-
"text": "Promise<void>"
|
|
2553
|
-
}
|
|
2554
|
-
}
|
|
2555
|
-
},
|
|
2556
|
-
{
|
|
2557
|
-
"kind": "method",
|
|
2558
|
-
"name": "deriveState",
|
|
2559
|
-
"privacy": "private",
|
|
2560
|
-
"return": {
|
|
2561
|
-
"type": {
|
|
2562
|
-
"text": "AIIndicatorState"
|
|
2563
|
-
}
|
|
2564
|
-
},
|
|
2565
|
-
"parameters": [
|
|
2566
|
-
{
|
|
2567
|
-
"name": "s",
|
|
2568
|
-
"type": {
|
|
2569
|
-
"text": "AIStatus | null"
|
|
2570
|
-
}
|
|
2571
|
-
}
|
|
2572
|
-
]
|
|
2573
|
-
},
|
|
2574
|
-
{
|
|
2575
|
-
"kind": "method",
|
|
2576
|
-
"name": "maybeStartPolling",
|
|
2577
|
-
"privacy": "private",
|
|
2578
|
-
"return": {
|
|
2579
|
-
"type": {
|
|
2580
|
-
"text": "void"
|
|
2581
|
-
}
|
|
2582
|
-
}
|
|
2583
|
-
},
|
|
2584
|
-
{
|
|
2585
|
-
"kind": "method",
|
|
2586
|
-
"name": "startPolling",
|
|
2587
|
-
"privacy": "private",
|
|
2588
|
-
"return": {
|
|
2589
|
-
"type": {
|
|
2590
|
-
"text": "void"
|
|
2591
|
-
}
|
|
2592
|
-
}
|
|
2593
|
-
},
|
|
2594
|
-
{
|
|
2595
|
-
"kind": "method",
|
|
2596
|
-
"name": "stopPolling",
|
|
2597
|
-
"privacy": "private",
|
|
2598
|
-
"return": {
|
|
2599
|
-
"type": {
|
|
2600
|
-
"text": "void"
|
|
2601
|
-
}
|
|
2602
|
-
}
|
|
2603
|
-
},
|
|
2604
|
-
{
|
|
2605
|
-
"kind": "method",
|
|
2606
|
-
"name": "onInstall",
|
|
2607
|
-
"return": {
|
|
2608
|
-
"type": {
|
|
2609
|
-
"text": "Promise<void>"
|
|
2610
|
-
}
|
|
2611
|
-
}
|
|
2612
|
-
},
|
|
2613
|
-
{
|
|
2614
|
-
"kind": "field",
|
|
2615
|
-
"name": "_presentation",
|
|
2616
|
-
"type": {
|
|
2617
|
-
"text": "ComponentPresentation | null | undefined"
|
|
2618
|
-
},
|
|
2619
|
-
"privacy": "private",
|
|
2620
|
-
"default": "void 0",
|
|
2621
|
-
"inheritedFrom": {
|
|
2622
|
-
"name": "FoundationElement",
|
|
2623
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2624
|
-
}
|
|
2625
|
-
},
|
|
2626
|
-
{
|
|
2627
|
-
"kind": "field",
|
|
2628
|
-
"name": "$presentation",
|
|
2629
|
-
"type": {
|
|
2630
|
-
"text": "ComponentPresentation | null"
|
|
2631
|
-
},
|
|
2632
|
-
"privacy": "public",
|
|
2633
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2634
|
-
"inheritedFrom": {
|
|
2635
|
-
"name": "FoundationElement",
|
|
2636
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2637
|
-
}
|
|
2638
|
-
},
|
|
2639
|
-
{
|
|
2640
|
-
"kind": "field",
|
|
2641
|
-
"name": "template",
|
|
2642
|
-
"type": {
|
|
2643
|
-
"text": "ElementViewTemplate | void | null"
|
|
2644
|
-
},
|
|
2645
|
-
"privacy": "public",
|
|
2646
|
-
"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.",
|
|
2647
|
-
"inheritedFrom": {
|
|
2648
|
-
"name": "FoundationElement",
|
|
2649
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2650
|
-
}
|
|
2651
|
-
},
|
|
2652
|
-
{
|
|
2653
|
-
"kind": "method",
|
|
2654
|
-
"name": "templateChanged",
|
|
2655
|
-
"privacy": "protected",
|
|
2656
|
-
"return": {
|
|
2657
|
-
"type": {
|
|
2658
|
-
"text": "void"
|
|
2659
|
-
}
|
|
2660
|
-
},
|
|
2661
|
-
"inheritedFrom": {
|
|
2662
|
-
"name": "FoundationElement",
|
|
2663
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2664
|
-
}
|
|
2665
|
-
},
|
|
2666
|
-
{
|
|
2667
|
-
"kind": "field",
|
|
2668
|
-
"name": "styles",
|
|
2669
|
-
"type": {
|
|
2670
|
-
"text": "ElementStyles | void | null"
|
|
2671
|
-
},
|
|
2672
|
-
"privacy": "public",
|
|
2673
|
-
"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.",
|
|
2674
|
-
"inheritedFrom": {
|
|
2675
|
-
"name": "FoundationElement",
|
|
2676
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2677
|
-
}
|
|
2678
|
-
},
|
|
2679
|
-
{
|
|
2680
|
-
"kind": "method",
|
|
2681
|
-
"name": "stylesChanged",
|
|
2682
|
-
"privacy": "protected",
|
|
2683
|
-
"return": {
|
|
2684
|
-
"type": {
|
|
2685
|
-
"text": "void"
|
|
2686
|
-
}
|
|
2687
|
-
},
|
|
2688
|
-
"inheritedFrom": {
|
|
2689
|
-
"name": "FoundationElement",
|
|
2690
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2691
|
-
}
|
|
2692
|
-
},
|
|
2693
|
-
{
|
|
2694
|
-
"kind": "method",
|
|
2695
|
-
"name": "compose",
|
|
2696
|
-
"privacy": "public",
|
|
2697
|
-
"static": true,
|
|
2698
|
-
"return": {
|
|
2699
|
-
"type": {
|
|
2700
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2701
|
-
}
|
|
2702
|
-
},
|
|
2703
|
-
"parameters": [
|
|
2704
|
-
{
|
|
2705
|
-
"name": "this",
|
|
2706
|
-
"type": {
|
|
2707
|
-
"text": "K"
|
|
2708
|
-
}
|
|
2709
|
-
},
|
|
2710
|
-
{
|
|
2711
|
-
"name": "elementDefinition",
|
|
2712
|
-
"type": {
|
|
2713
|
-
"text": "T"
|
|
2714
|
-
},
|
|
2715
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
2716
|
-
}
|
|
2717
|
-
],
|
|
2718
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2719
|
-
"inheritedFrom": {
|
|
2720
|
-
"name": "FoundationElement",
|
|
2721
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2722
|
-
}
|
|
2723
|
-
}
|
|
2724
|
-
],
|
|
2725
|
-
"superclass": {
|
|
2726
|
-
"name": "FoundationElement",
|
|
2727
|
-
"package": "@microsoft/fast-foundation"
|
|
2728
|
-
},
|
|
2729
|
-
"tagName": "%%prefix%%-ai-indicator",
|
|
2730
|
-
"customElement": true
|
|
2731
|
-
},
|
|
2732
|
-
{
|
|
2733
|
-
"kind": "variable",
|
|
2734
|
-
"name": "foundationAiIndicator"
|
|
2735
|
-
}
|
|
2736
|
-
],
|
|
2737
|
-
"exports": [
|
|
2738
|
-
{
|
|
2739
|
-
"kind": "js",
|
|
2740
|
-
"name": "AiIndicator",
|
|
2741
|
-
"declaration": {
|
|
2742
|
-
"name": "AiIndicator",
|
|
2743
|
-
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2744
|
-
}
|
|
2745
|
-
},
|
|
2746
|
-
{
|
|
2747
|
-
"kind": "js",
|
|
2748
|
-
"name": "foundationAiIndicator",
|
|
2749
|
-
"declaration": {
|
|
2750
|
-
"name": "foundationAiIndicator",
|
|
2751
|
-
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2752
|
-
}
|
|
2753
|
-
}
|
|
2754
|
-
]
|
|
2755
|
-
},
|
|
2756
|
-
{
|
|
2757
|
-
"kind": "javascript-module",
|
|
2758
|
-
"path": "src/ai-indicator/index.ts",
|
|
2759
|
-
"declarations": [],
|
|
2760
|
-
"exports": [
|
|
2761
|
-
{
|
|
2762
|
-
"kind": "js",
|
|
2763
|
-
"name": "AiIndicator",
|
|
2764
|
-
"declaration": {
|
|
2765
|
-
"name": "AiIndicator",
|
|
2766
|
-
"module": "./ai-indicator"
|
|
2767
|
-
}
|
|
2768
|
-
},
|
|
2769
|
-
{
|
|
2770
|
-
"kind": "js",
|
|
2771
|
-
"name": "foundationAiIndicator",
|
|
2772
|
-
"declaration": {
|
|
2773
|
-
"name": "foundationAiIndicator",
|
|
2774
|
-
"module": "./ai-indicator"
|
|
2775
|
-
}
|
|
2776
|
-
},
|
|
2777
|
-
{
|
|
2778
|
-
"kind": "js",
|
|
2779
|
-
"name": "type",
|
|
2780
|
-
"declaration": {
|
|
2781
|
-
"name": "type",
|
|
2782
|
-
"module": "./ai-indicator"
|
|
2311
|
+
"declaration": {
|
|
2312
|
+
"name": "foundationAccordionItem",
|
|
2313
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2783
2314
|
}
|
|
2784
|
-
}
|
|
2315
|
+
}
|
|
2316
|
+
]
|
|
2317
|
+
},
|
|
2318
|
+
{
|
|
2319
|
+
"kind": "javascript-module",
|
|
2320
|
+
"path": "src/accordion-item/index.ts",
|
|
2321
|
+
"declarations": [],
|
|
2322
|
+
"exports": [
|
|
2785
2323
|
{
|
|
2786
2324
|
"kind": "js",
|
|
2787
|
-
"name": "
|
|
2325
|
+
"name": "*",
|
|
2788
2326
|
"declaration": {
|
|
2789
|
-
"name": "
|
|
2790
|
-
"
|
|
2327
|
+
"name": "*",
|
|
2328
|
+
"package": "./accordion-item.template"
|
|
2791
2329
|
}
|
|
2792
2330
|
},
|
|
2793
2331
|
{
|
|
2794
2332
|
"kind": "js",
|
|
2795
|
-
"name": "
|
|
2333
|
+
"name": "*",
|
|
2796
2334
|
"declaration": {
|
|
2797
|
-
"name": "
|
|
2798
|
-
"
|
|
2335
|
+
"name": "*",
|
|
2336
|
+
"package": "./accordion-item.styles"
|
|
2799
2337
|
}
|
|
2800
2338
|
},
|
|
2801
2339
|
{
|
|
2802
2340
|
"kind": "js",
|
|
2803
|
-
"name": "
|
|
2341
|
+
"name": "*",
|
|
2804
2342
|
"declaration": {
|
|
2805
|
-
"name": "
|
|
2806
|
-
"
|
|
2343
|
+
"name": "*",
|
|
2344
|
+
"package": "./accordion-item"
|
|
2807
2345
|
}
|
|
2808
2346
|
}
|
|
2809
2347
|
]
|
|
2810
2348
|
},
|
|
2811
2349
|
{
|
|
2812
2350
|
"kind": "javascript-module",
|
|
2813
|
-
"path": "src/
|
|
2351
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
2814
2352
|
"declarations": [
|
|
2815
2353
|
{
|
|
2816
2354
|
"kind": "function",
|
|
2817
|
-
"name": "
|
|
2355
|
+
"name": "actionsMenuBaseStyles",
|
|
2356
|
+
"return": {
|
|
2357
|
+
"type": {
|
|
2358
|
+
"text": "ElementStyles"
|
|
2359
|
+
}
|
|
2360
|
+
},
|
|
2361
|
+
"parameters": [
|
|
2362
|
+
{
|
|
2363
|
+
"name": "context",
|
|
2364
|
+
"type": {
|
|
2365
|
+
"text": "ElementDefinitionContext"
|
|
2366
|
+
}
|
|
2367
|
+
},
|
|
2368
|
+
{
|
|
2369
|
+
"name": "definition",
|
|
2370
|
+
"type": {
|
|
2371
|
+
"text": "FoundationElementDefinition"
|
|
2372
|
+
}
|
|
2373
|
+
}
|
|
2374
|
+
]
|
|
2375
|
+
},
|
|
2376
|
+
{
|
|
2377
|
+
"kind": "function",
|
|
2378
|
+
"name": "foundationActionsMenuStyles",
|
|
2818
2379
|
"return": {
|
|
2819
2380
|
"type": {
|
|
2820
2381
|
"text": "ElementStyles"
|
|
@@ -2839,277 +2400,269 @@
|
|
|
2839
2400
|
"exports": [
|
|
2840
2401
|
{
|
|
2841
2402
|
"kind": "js",
|
|
2842
|
-
"name": "
|
|
2403
|
+
"name": "actionsMenuBaseStyles",
|
|
2843
2404
|
"declaration": {
|
|
2844
|
-
"name": "
|
|
2845
|
-
"module": "src/
|
|
2405
|
+
"name": "actionsMenuBaseStyles",
|
|
2406
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2407
|
+
}
|
|
2408
|
+
},
|
|
2409
|
+
{
|
|
2410
|
+
"kind": "js",
|
|
2411
|
+
"name": "foundationActionsMenuStyles",
|
|
2412
|
+
"declaration": {
|
|
2413
|
+
"name": "foundationActionsMenuStyles",
|
|
2414
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2846
2415
|
}
|
|
2847
2416
|
}
|
|
2848
2417
|
]
|
|
2849
2418
|
},
|
|
2850
2419
|
{
|
|
2851
2420
|
"kind": "javascript-module",
|
|
2852
|
-
"path": "src/
|
|
2421
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
2853
2422
|
"declarations": [
|
|
2854
2423
|
{
|
|
2855
2424
|
"kind": "function",
|
|
2856
|
-
"name": "
|
|
2857
|
-
"return": {
|
|
2858
|
-
"type": {
|
|
2859
|
-
"text": "ViewTemplate<Accordion>"
|
|
2860
|
-
}
|
|
2861
|
-
},
|
|
2425
|
+
"name": "menuTemplate",
|
|
2862
2426
|
"parameters": [
|
|
2863
2427
|
{
|
|
2864
|
-
"name": "
|
|
2428
|
+
"name": "prefix",
|
|
2865
2429
|
"type": {
|
|
2866
|
-
"text": "
|
|
2430
|
+
"text": "string"
|
|
2867
2431
|
}
|
|
2868
|
-
}
|
|
2432
|
+
}
|
|
2433
|
+
]
|
|
2434
|
+
},
|
|
2435
|
+
{
|
|
2436
|
+
"kind": "function",
|
|
2437
|
+
"name": "singleOptionTemplate",
|
|
2438
|
+
"parameters": [
|
|
2869
2439
|
{
|
|
2870
|
-
"name": "
|
|
2440
|
+
"name": "prefix",
|
|
2871
2441
|
"type": {
|
|
2872
|
-
"text": "
|
|
2442
|
+
"text": "string"
|
|
2873
2443
|
}
|
|
2874
2444
|
}
|
|
2875
2445
|
]
|
|
2446
|
+
},
|
|
2447
|
+
{
|
|
2448
|
+
"kind": "variable",
|
|
2449
|
+
"name": "foundationActionsMenuTemplate",
|
|
2450
|
+
"type": {
|
|
2451
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
2452
|
+
},
|
|
2453
|
+
"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`"
|
|
2876
2454
|
}
|
|
2877
2455
|
],
|
|
2878
2456
|
"exports": [
|
|
2879
2457
|
{
|
|
2880
2458
|
"kind": "js",
|
|
2881
|
-
"name": "
|
|
2459
|
+
"name": "menuTemplate",
|
|
2882
2460
|
"declaration": {
|
|
2883
|
-
"name": "
|
|
2884
|
-
"module": "src/
|
|
2461
|
+
"name": "menuTemplate",
|
|
2462
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2463
|
+
}
|
|
2464
|
+
},
|
|
2465
|
+
{
|
|
2466
|
+
"kind": "js",
|
|
2467
|
+
"name": "singleOptionTemplate",
|
|
2468
|
+
"declaration": {
|
|
2469
|
+
"name": "singleOptionTemplate",
|
|
2470
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2471
|
+
}
|
|
2472
|
+
},
|
|
2473
|
+
{
|
|
2474
|
+
"kind": "js",
|
|
2475
|
+
"name": "foundationActionsMenuTemplate",
|
|
2476
|
+
"declaration": {
|
|
2477
|
+
"name": "foundationActionsMenuTemplate",
|
|
2478
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2885
2479
|
}
|
|
2886
2480
|
}
|
|
2887
2481
|
]
|
|
2888
2482
|
},
|
|
2889
2483
|
{
|
|
2890
2484
|
"kind": "javascript-module",
|
|
2891
|
-
"path": "src/
|
|
2485
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
2892
2486
|
"declarations": [
|
|
2893
2487
|
{
|
|
2894
2488
|
"kind": "class",
|
|
2895
2489
|
"description": "",
|
|
2896
|
-
"name": "
|
|
2897
|
-
"
|
|
2898
|
-
"name": "FASTAccordion",
|
|
2899
|
-
"package": "@microsoft/fast-foundation"
|
|
2900
|
-
},
|
|
2901
|
-
"tagName": "%%prefix%%-accordion",
|
|
2902
|
-
"customElement": true,
|
|
2903
|
-
"attributes": [
|
|
2490
|
+
"name": "ActionsMenu",
|
|
2491
|
+
"members": [
|
|
2904
2492
|
{
|
|
2905
|
-
"
|
|
2493
|
+
"kind": "field",
|
|
2494
|
+
"name": "actions",
|
|
2906
2495
|
"type": {
|
|
2907
|
-
"text": "
|
|
2908
|
-
},
|
|
2909
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
2910
|
-
"fieldName": "expandmode",
|
|
2911
|
-
"inheritedFrom": {
|
|
2912
|
-
"name": "Accordion",
|
|
2913
|
-
"module": "src/accordion/accordion.ts"
|
|
2496
|
+
"text": "ActionMenuItem[]"
|
|
2914
2497
|
}
|
|
2915
|
-
}
|
|
2916
|
-
],
|
|
2917
|
-
"members": [
|
|
2498
|
+
},
|
|
2918
2499
|
{
|
|
2919
2500
|
"kind": "field",
|
|
2920
|
-
"name": "
|
|
2501
|
+
"name": "isVertical",
|
|
2921
2502
|
"type": {
|
|
2922
|
-
"text": "
|
|
2503
|
+
"text": "boolean"
|
|
2923
2504
|
},
|
|
2924
|
-
"
|
|
2925
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
2926
|
-
"inheritedFrom": {
|
|
2927
|
-
"name": "Accordion",
|
|
2928
|
-
"module": "src/accordion/accordion.ts"
|
|
2929
|
-
}
|
|
2505
|
+
"default": "false"
|
|
2930
2506
|
},
|
|
2931
2507
|
{
|
|
2932
2508
|
"kind": "field",
|
|
2933
|
-
"name": "
|
|
2509
|
+
"name": "addDefaultActions",
|
|
2934
2510
|
"type": {
|
|
2935
|
-
"text": "
|
|
2511
|
+
"text": "boolean"
|
|
2936
2512
|
},
|
|
2937
|
-
"
|
|
2938
|
-
"inheritedFrom": {
|
|
2939
|
-
"name": "Accordion",
|
|
2940
|
-
"module": "src/accordion/accordion.ts"
|
|
2941
|
-
}
|
|
2513
|
+
"default": "true"
|
|
2942
2514
|
},
|
|
2943
2515
|
{
|
|
2944
2516
|
"kind": "field",
|
|
2945
|
-
"name": "
|
|
2517
|
+
"name": "autoCloseOnAction",
|
|
2946
2518
|
"type": {
|
|
2947
|
-
"text": "
|
|
2519
|
+
"text": "boolean"
|
|
2948
2520
|
},
|
|
2949
|
-
"
|
|
2950
|
-
"default": "0",
|
|
2951
|
-
"inheritedFrom": {
|
|
2952
|
-
"name": "Accordion",
|
|
2953
|
-
"module": "src/accordion/accordion.ts"
|
|
2954
|
-
}
|
|
2521
|
+
"default": "true"
|
|
2955
2522
|
},
|
|
2956
2523
|
{
|
|
2957
2524
|
"kind": "field",
|
|
2958
|
-
"name": "
|
|
2525
|
+
"name": "classNames",
|
|
2959
2526
|
"type": {
|
|
2960
|
-
"text": "
|
|
2961
|
-
},
|
|
2962
|
-
"privacy": "private",
|
|
2963
|
-
"inheritedFrom": {
|
|
2964
|
-
"name": "Accordion",
|
|
2965
|
-
"module": "src/accordion/accordion.ts"
|
|
2527
|
+
"text": "string"
|
|
2966
2528
|
}
|
|
2967
2529
|
},
|
|
2968
2530
|
{
|
|
2969
2531
|
"kind": "field",
|
|
2970
|
-
"name": "
|
|
2971
|
-
"
|
|
2972
|
-
|
|
2973
|
-
"name": "Accordion",
|
|
2974
|
-
"module": "src/accordion/accordion.ts"
|
|
2532
|
+
"name": "definition",
|
|
2533
|
+
"type": {
|
|
2534
|
+
"text": "any"
|
|
2975
2535
|
}
|
|
2976
2536
|
},
|
|
2977
2537
|
{
|
|
2978
|
-
"kind": "
|
|
2979
|
-
"name": "
|
|
2980
|
-
"
|
|
2981
|
-
|
|
2982
|
-
"type": {
|
|
2983
|
-
"text": "AccordionItem | null"
|
|
2984
|
-
}
|
|
2538
|
+
"kind": "field",
|
|
2539
|
+
"name": "name",
|
|
2540
|
+
"type": {
|
|
2541
|
+
"text": "string"
|
|
2985
2542
|
},
|
|
2986
|
-
"
|
|
2987
|
-
"name": "Accordion",
|
|
2988
|
-
"module": "src/accordion/accordion.ts"
|
|
2989
|
-
}
|
|
2543
|
+
"default": "'Actions'"
|
|
2990
2544
|
},
|
|
2991
2545
|
{
|
|
2992
2546
|
"kind": "field",
|
|
2993
|
-
"name": "
|
|
2994
|
-
"
|
|
2995
|
-
|
|
2996
|
-
|
|
2997
|
-
|
|
2547
|
+
"name": "open",
|
|
2548
|
+
"type": {
|
|
2549
|
+
"text": "boolean"
|
|
2550
|
+
},
|
|
2551
|
+
"default": "false"
|
|
2552
|
+
},
|
|
2553
|
+
{
|
|
2554
|
+
"kind": "field",
|
|
2555
|
+
"name": "buttonAppearance",
|
|
2556
|
+
"type": {
|
|
2557
|
+
"text": "string"
|
|
2998
2558
|
}
|
|
2999
2559
|
},
|
|
3000
2560
|
{
|
|
3001
|
-
"kind": "
|
|
3002
|
-
"name": "
|
|
3003
|
-
"
|
|
3004
|
-
|
|
3005
|
-
"type": {
|
|
3006
|
-
"text": "void"
|
|
3007
|
-
}
|
|
2561
|
+
"kind": "field",
|
|
2562
|
+
"name": "hideDisabled",
|
|
2563
|
+
"type": {
|
|
2564
|
+
"text": "boolean"
|
|
3008
2565
|
},
|
|
3009
|
-
"
|
|
3010
|
-
"name": "Accordion",
|
|
3011
|
-
"module": "src/accordion/accordion.ts"
|
|
3012
|
-
}
|
|
2566
|
+
"default": "false"
|
|
3013
2567
|
},
|
|
3014
2568
|
{
|
|
3015
2569
|
"kind": "field",
|
|
3016
|
-
"name": "
|
|
3017
|
-
"
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
|
|
2570
|
+
"name": "hideMenuSingleOption",
|
|
2571
|
+
"type": {
|
|
2572
|
+
"text": "boolean"
|
|
2573
|
+
},
|
|
2574
|
+
"default": "false"
|
|
2575
|
+
},
|
|
2576
|
+
{
|
|
2577
|
+
"kind": "field",
|
|
2578
|
+
"name": "singleOption",
|
|
2579
|
+
"type": {
|
|
2580
|
+
"text": "ActionMenuItem"
|
|
3021
2581
|
}
|
|
3022
2582
|
},
|
|
3023
2583
|
{
|
|
3024
2584
|
"kind": "field",
|
|
3025
|
-
"name": "
|
|
3026
|
-
"
|
|
3027
|
-
|
|
3028
|
-
"name": "Accordion",
|
|
3029
|
-
"module": "src/accordion/accordion.ts"
|
|
2585
|
+
"name": "actionsMenu",
|
|
2586
|
+
"type": {
|
|
2587
|
+
"text": "HTMLElement"
|
|
3030
2588
|
}
|
|
3031
2589
|
},
|
|
3032
2590
|
{
|
|
3033
2591
|
"kind": "method",
|
|
3034
|
-
"name": "
|
|
3035
|
-
"privacy": "
|
|
3036
|
-
"
|
|
3037
|
-
|
|
3038
|
-
"
|
|
2592
|
+
"name": "definitionChanged",
|
|
2593
|
+
"privacy": "protected",
|
|
2594
|
+
"parameters": [
|
|
2595
|
+
{
|
|
2596
|
+
"name": "oldValue",
|
|
2597
|
+
"type": {
|
|
2598
|
+
"text": "any"
|
|
2599
|
+
}
|
|
2600
|
+
},
|
|
2601
|
+
{
|
|
2602
|
+
"name": "newValue",
|
|
2603
|
+
"type": {
|
|
2604
|
+
"text": "any"
|
|
2605
|
+
}
|
|
3039
2606
|
}
|
|
3040
|
-
|
|
3041
|
-
"inheritedFrom": {
|
|
3042
|
-
"name": "Accordion",
|
|
3043
|
-
"module": "src/accordion/accordion.ts"
|
|
3044
|
-
}
|
|
2607
|
+
]
|
|
3045
2608
|
},
|
|
3046
2609
|
{
|
|
3047
2610
|
"kind": "method",
|
|
3048
|
-
"name": "
|
|
3049
|
-
"privacy": "
|
|
3050
|
-
|
|
3051
|
-
|
|
3052
|
-
|
|
2611
|
+
"name": "openChanged",
|
|
2612
|
+
"privacy": "protected"
|
|
2613
|
+
},
|
|
2614
|
+
{
|
|
2615
|
+
"kind": "method",
|
|
2616
|
+
"name": "toggleActionsMenuVisibility"
|
|
2617
|
+
},
|
|
2618
|
+
{
|
|
2619
|
+
"kind": "method",
|
|
2620
|
+
"name": "onActionMenuItemClick",
|
|
2621
|
+
"parameters": [
|
|
2622
|
+
{
|
|
2623
|
+
"name": "callback",
|
|
2624
|
+
"type": {
|
|
2625
|
+
"text": "(rowData) => void | any"
|
|
2626
|
+
}
|
|
3053
2627
|
}
|
|
3054
|
-
|
|
3055
|
-
"inheritedFrom": {
|
|
3056
|
-
"name": "Accordion",
|
|
3057
|
-
"module": "src/accordion/accordion.ts"
|
|
3058
|
-
}
|
|
2628
|
+
]
|
|
3059
2629
|
},
|
|
3060
2630
|
{
|
|
3061
2631
|
"kind": "field",
|
|
3062
|
-
"name": "
|
|
3063
|
-
"
|
|
3064
|
-
|
|
3065
|
-
|
|
3066
|
-
|
|
3067
|
-
}
|
|
2632
|
+
"name": "allActions",
|
|
2633
|
+
"type": {
|
|
2634
|
+
"text": "ActionMenuItem[]"
|
|
2635
|
+
},
|
|
2636
|
+
"readonly": true
|
|
3068
2637
|
},
|
|
3069
2638
|
{
|
|
3070
2639
|
"kind": "field",
|
|
3071
|
-
"name": "
|
|
3072
|
-
"
|
|
3073
|
-
"inheritedFrom": {
|
|
3074
|
-
"name": "Accordion",
|
|
3075
|
-
"module": "src/accordion/accordion.ts"
|
|
3076
|
-
}
|
|
2640
|
+
"name": "rowData",
|
|
2641
|
+
"readonly": true
|
|
3077
2642
|
},
|
|
3078
2643
|
{
|
|
3079
2644
|
"kind": "method",
|
|
3080
|
-
"name": "
|
|
3081
|
-
"privacy": "private",
|
|
3082
|
-
"return": {
|
|
3083
|
-
"type": {
|
|
3084
|
-
"text": "void"
|
|
3085
|
-
}
|
|
3086
|
-
},
|
|
2645
|
+
"name": "getLabel",
|
|
3087
2646
|
"parameters": [
|
|
3088
2647
|
{
|
|
3089
|
-
"name": "
|
|
2648
|
+
"name": "name",
|
|
3090
2649
|
"type": {
|
|
3091
|
-
"text": "
|
|
2650
|
+
"text": "string | ((rowData: any) => string)"
|
|
3092
2651
|
}
|
|
3093
2652
|
}
|
|
3094
|
-
]
|
|
3095
|
-
"inheritedFrom": {
|
|
3096
|
-
"name": "Accordion",
|
|
3097
|
-
"module": "src/accordion/accordion.ts"
|
|
3098
|
-
}
|
|
2653
|
+
]
|
|
3099
2654
|
},
|
|
3100
2655
|
{
|
|
3101
2656
|
"kind": "method",
|
|
3102
|
-
"name": "
|
|
3103
|
-
"
|
|
3104
|
-
|
|
3105
|
-
|
|
3106
|
-
"
|
|
2657
|
+
"name": "getTemplate",
|
|
2658
|
+
"parameters": [
|
|
2659
|
+
{
|
|
2660
|
+
"name": "prefix",
|
|
2661
|
+
"type": {
|
|
2662
|
+
"text": "string"
|
|
2663
|
+
}
|
|
3107
2664
|
}
|
|
3108
|
-
|
|
3109
|
-
"inheritedFrom": {
|
|
3110
|
-
"name": "Accordion",
|
|
3111
|
-
"module": "src/accordion/accordion.ts"
|
|
3112
|
-
}
|
|
2665
|
+
]
|
|
3113
2666
|
},
|
|
3114
2667
|
{
|
|
3115
2668
|
"kind": "field",
|
|
@@ -3223,78 +2776,107 @@
|
|
|
3223
2776
|
}
|
|
3224
2777
|
}
|
|
3225
2778
|
],
|
|
3226
|
-
"
|
|
2779
|
+
"attributes": [
|
|
3227
2780
|
{
|
|
3228
|
-
"
|
|
3229
|
-
"
|
|
3230
|
-
|
|
3231
|
-
|
|
3232
|
-
|
|
3233
|
-
|
|
2781
|
+
"name": "is-vertical",
|
|
2782
|
+
"type": {
|
|
2783
|
+
"text": "boolean"
|
|
2784
|
+
},
|
|
2785
|
+
"default": "false",
|
|
2786
|
+
"fieldName": "isVertical"
|
|
2787
|
+
},
|
|
2788
|
+
{
|
|
2789
|
+
"name": "add-default-actions",
|
|
2790
|
+
"type": {
|
|
2791
|
+
"text": "boolean"
|
|
2792
|
+
},
|
|
2793
|
+
"default": "true",
|
|
2794
|
+
"fieldName": "addDefaultActions"
|
|
2795
|
+
},
|
|
2796
|
+
{
|
|
2797
|
+
"name": "auto-close-on-action",
|
|
2798
|
+
"type": {
|
|
2799
|
+
"text": "boolean"
|
|
2800
|
+
},
|
|
2801
|
+
"default": "true",
|
|
2802
|
+
"fieldName": "autoCloseOnAction"
|
|
2803
|
+
},
|
|
2804
|
+
{
|
|
2805
|
+
"name": "name",
|
|
2806
|
+
"type": {
|
|
2807
|
+
"text": "string"
|
|
2808
|
+
},
|
|
2809
|
+
"default": "'Actions'",
|
|
2810
|
+
"fieldName": "name"
|
|
2811
|
+
},
|
|
2812
|
+
{
|
|
2813
|
+
"name": "open",
|
|
2814
|
+
"type": {
|
|
2815
|
+
"text": "boolean"
|
|
2816
|
+
},
|
|
2817
|
+
"default": "false",
|
|
2818
|
+
"fieldName": "open"
|
|
2819
|
+
},
|
|
2820
|
+
{
|
|
2821
|
+
"name": "buttonAppearance",
|
|
2822
|
+
"type": {
|
|
2823
|
+
"text": "string"
|
|
2824
|
+
},
|
|
2825
|
+
"fieldName": "buttonAppearance"
|
|
2826
|
+
},
|
|
2827
|
+
{
|
|
2828
|
+
"name": "hide-disabled",
|
|
2829
|
+
"type": {
|
|
2830
|
+
"text": "boolean"
|
|
2831
|
+
},
|
|
2832
|
+
"default": "false",
|
|
2833
|
+
"fieldName": "hideDisabled"
|
|
2834
|
+
},
|
|
2835
|
+
{
|
|
2836
|
+
"name": "hide-menu-single-option",
|
|
2837
|
+
"type": {
|
|
2838
|
+
"text": "boolean"
|
|
2839
|
+
},
|
|
2840
|
+
"default": "false",
|
|
2841
|
+
"fieldName": "hideMenuSingleOption"
|
|
3234
2842
|
}
|
|
3235
|
-
]
|
|
3236
|
-
|
|
3237
|
-
|
|
3238
|
-
|
|
3239
|
-
"name": "foundationAccordionShadowOptions",
|
|
3240
|
-
"type": {
|
|
3241
|
-
"text": "ShadowRootInit"
|
|
3242
|
-
},
|
|
3243
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3244
|
-
},
|
|
3245
|
-
{
|
|
3246
|
-
"kind": "variable",
|
|
3247
|
-
"name": "defaultAccordionConfig",
|
|
3248
|
-
"type": {
|
|
3249
|
-
"text": "object"
|
|
2843
|
+
],
|
|
2844
|
+
"superclass": {
|
|
2845
|
+
"name": "FoundationElement",
|
|
2846
|
+
"package": "@microsoft/fast-foundation"
|
|
3250
2847
|
},
|
|
3251
|
-
"
|
|
2848
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
2849
|
+
"customElement": true
|
|
3252
2850
|
},
|
|
3253
2851
|
{
|
|
3254
2852
|
"kind": "variable",
|
|
3255
|
-
"name": "
|
|
3256
|
-
"description": "The Foundation
|
|
2853
|
+
"name": "foundationActionsMenu",
|
|
2854
|
+
"description": "The Foundation Actions Menu",
|
|
3257
2855
|
"privacy": "public"
|
|
3258
2856
|
}
|
|
3259
2857
|
],
|
|
3260
2858
|
"exports": [
|
|
3261
2859
|
{
|
|
3262
2860
|
"kind": "js",
|
|
3263
|
-
"name": "
|
|
3264
|
-
"declaration": {
|
|
3265
|
-
"name": "Accordion",
|
|
3266
|
-
"module": "src/accordion/accordion.ts"
|
|
3267
|
-
}
|
|
3268
|
-
},
|
|
3269
|
-
{
|
|
3270
|
-
"kind": "js",
|
|
3271
|
-
"name": "foundationAccordionShadowOptions",
|
|
3272
|
-
"declaration": {
|
|
3273
|
-
"name": "foundationAccordionShadowOptions",
|
|
3274
|
-
"module": "src/accordion/accordion.ts"
|
|
3275
|
-
}
|
|
3276
|
-
},
|
|
3277
|
-
{
|
|
3278
|
-
"kind": "js",
|
|
3279
|
-
"name": "defaultAccordionConfig",
|
|
2861
|
+
"name": "ActionsMenu",
|
|
3280
2862
|
"declaration": {
|
|
3281
|
-
"name": "
|
|
3282
|
-
"module": "src/
|
|
2863
|
+
"name": "ActionsMenu",
|
|
2864
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
3283
2865
|
}
|
|
3284
2866
|
},
|
|
3285
2867
|
{
|
|
3286
2868
|
"kind": "js",
|
|
3287
|
-
"name": "
|
|
2869
|
+
"name": "foundationActionsMenu",
|
|
3288
2870
|
"declaration": {
|
|
3289
|
-
"name": "
|
|
3290
|
-
"module": "src/
|
|
2871
|
+
"name": "foundationActionsMenu",
|
|
2872
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
3291
2873
|
}
|
|
3292
2874
|
}
|
|
3293
2875
|
]
|
|
3294
2876
|
},
|
|
3295
2877
|
{
|
|
3296
2878
|
"kind": "javascript-module",
|
|
3297
|
-
"path": "src/
|
|
2879
|
+
"path": "src/actions-menu/index.ts",
|
|
3298
2880
|
"declarations": [],
|
|
3299
2881
|
"exports": [
|
|
3300
2882
|
{
|
|
@@ -3302,7 +2884,7 @@
|
|
|
3302
2884
|
"name": "*",
|
|
3303
2885
|
"declaration": {
|
|
3304
2886
|
"name": "*",
|
|
3305
|
-
"package": "./
|
|
2887
|
+
"package": "./actions-menu.styles"
|
|
3306
2888
|
}
|
|
3307
2889
|
},
|
|
3308
2890
|
{
|
|
@@ -3310,7 +2892,7 @@
|
|
|
3310
2892
|
"name": "*",
|
|
3311
2893
|
"declaration": {
|
|
3312
2894
|
"name": "*",
|
|
3313
|
-
"package": "./
|
|
2895
|
+
"package": "./actions-menu.template"
|
|
3314
2896
|
}
|
|
3315
2897
|
},
|
|
3316
2898
|
{
|
|
@@ -3318,7 +2900,7 @@
|
|
|
3318
2900
|
"name": "*",
|
|
3319
2901
|
"declaration": {
|
|
3320
2902
|
"name": "*",
|
|
3321
|
-
"package": "./
|
|
2903
|
+
"package": "./actions-menu"
|
|
3322
2904
|
}
|
|
3323
2905
|
}
|
|
3324
2906
|
]
|
|
@@ -3934,31 +3516,449 @@
|
|
|
3934
3516
|
},
|
|
3935
3517
|
{
|
|
3936
3518
|
"kind": "javascript-module",
|
|
3937
|
-
"path": "src/
|
|
3519
|
+
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
3520
|
+
"declarations": [
|
|
3521
|
+
{
|
|
3522
|
+
"kind": "function",
|
|
3523
|
+
"name": "foundationAiIndicatorStyles",
|
|
3524
|
+
"return": {
|
|
3525
|
+
"type": {
|
|
3526
|
+
"text": "ElementStyles"
|
|
3527
|
+
}
|
|
3528
|
+
},
|
|
3529
|
+
"parameters": [
|
|
3530
|
+
{
|
|
3531
|
+
"name": "context",
|
|
3532
|
+
"type": {
|
|
3533
|
+
"text": "ElementDefinitionContext"
|
|
3534
|
+
}
|
|
3535
|
+
},
|
|
3536
|
+
{
|
|
3537
|
+
"name": "definition",
|
|
3538
|
+
"type": {
|
|
3539
|
+
"text": "FoundationElementDefinition"
|
|
3540
|
+
}
|
|
3541
|
+
}
|
|
3542
|
+
]
|
|
3543
|
+
}
|
|
3544
|
+
],
|
|
3545
|
+
"exports": [
|
|
3546
|
+
{
|
|
3547
|
+
"kind": "js",
|
|
3548
|
+
"name": "foundationAiIndicatorStyles",
|
|
3549
|
+
"declaration": {
|
|
3550
|
+
"name": "foundationAiIndicatorStyles",
|
|
3551
|
+
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
3552
|
+
}
|
|
3553
|
+
}
|
|
3554
|
+
]
|
|
3555
|
+
},
|
|
3556
|
+
{
|
|
3557
|
+
"kind": "javascript-module",
|
|
3558
|
+
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
3559
|
+
"declarations": [
|
|
3560
|
+
{
|
|
3561
|
+
"kind": "variable",
|
|
3562
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3563
|
+
"type": {
|
|
3564
|
+
"text": "ViewTemplate<AiIndicator>"
|
|
3565
|
+
},
|
|
3566
|
+
"default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
|
|
3567
|
+
}
|
|
3568
|
+
],
|
|
3569
|
+
"exports": [
|
|
3570
|
+
{
|
|
3571
|
+
"kind": "js",
|
|
3572
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3573
|
+
"declaration": {
|
|
3574
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3575
|
+
"module": "src/ai-indicator/ai-indicator.template.ts"
|
|
3576
|
+
}
|
|
3577
|
+
}
|
|
3578
|
+
]
|
|
3579
|
+
},
|
|
3580
|
+
{
|
|
3581
|
+
"kind": "javascript-module",
|
|
3582
|
+
"path": "src/ai-indicator/ai-indicator.ts",
|
|
3583
|
+
"declarations": [
|
|
3584
|
+
{
|
|
3585
|
+
"kind": "class",
|
|
3586
|
+
"description": "",
|
|
3587
|
+
"name": "AiIndicator",
|
|
3588
|
+
"members": [
|
|
3589
|
+
{
|
|
3590
|
+
"kind": "field",
|
|
3591
|
+
"name": "providerRegistry",
|
|
3592
|
+
"type": {
|
|
3593
|
+
"text": "AIProviderRegistry"
|
|
3594
|
+
}
|
|
3595
|
+
},
|
|
3596
|
+
{
|
|
3597
|
+
"kind": "field",
|
|
3598
|
+
"name": "aiProvider",
|
|
3599
|
+
"type": {
|
|
3600
|
+
"text": "AIProvider | undefined"
|
|
3601
|
+
},
|
|
3602
|
+
"privacy": "private",
|
|
3603
|
+
"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.",
|
|
3604
|
+
"readonly": true
|
|
3605
|
+
},
|
|
3606
|
+
{
|
|
3607
|
+
"kind": "field",
|
|
3608
|
+
"name": "status",
|
|
3609
|
+
"type": {
|
|
3610
|
+
"text": "AIStatus | null"
|
|
3611
|
+
},
|
|
3612
|
+
"default": "null"
|
|
3613
|
+
},
|
|
3614
|
+
{
|
|
3615
|
+
"kind": "field",
|
|
3616
|
+
"name": "open",
|
|
3617
|
+
"type": {
|
|
3618
|
+
"text": "boolean"
|
|
3619
|
+
},
|
|
3620
|
+
"default": "false"
|
|
3621
|
+
},
|
|
3622
|
+
{
|
|
3623
|
+
"kind": "field",
|
|
3624
|
+
"name": "state",
|
|
3625
|
+
"type": {
|
|
3626
|
+
"text": "AIIndicatorState"
|
|
3627
|
+
},
|
|
3628
|
+
"default": "'none'"
|
|
3629
|
+
},
|
|
3630
|
+
{
|
|
3631
|
+
"kind": "field",
|
|
3632
|
+
"name": "isInstalling",
|
|
3633
|
+
"type": {
|
|
3634
|
+
"text": "boolean"
|
|
3635
|
+
},
|
|
3636
|
+
"default": "false"
|
|
3637
|
+
},
|
|
3638
|
+
{
|
|
3639
|
+
"kind": "field",
|
|
3640
|
+
"name": "pollTimer",
|
|
3641
|
+
"type": {
|
|
3642
|
+
"text": "ReturnType<typeof setInterval> | null"
|
|
3643
|
+
},
|
|
3644
|
+
"privacy": "private",
|
|
3645
|
+
"default": "null"
|
|
3646
|
+
},
|
|
3647
|
+
{
|
|
3648
|
+
"kind": "field",
|
|
3649
|
+
"name": "clickOutside",
|
|
3650
|
+
"privacy": "private"
|
|
3651
|
+
},
|
|
3652
|
+
{
|
|
3653
|
+
"kind": "field",
|
|
3654
|
+
"name": "chromeStatusLabel",
|
|
3655
|
+
"type": {
|
|
3656
|
+
"text": "string | null"
|
|
3657
|
+
},
|
|
3658
|
+
"readonly": true
|
|
3659
|
+
},
|
|
3660
|
+
{
|
|
3661
|
+
"kind": "field",
|
|
3662
|
+
"name": "canInstall",
|
|
3663
|
+
"type": {
|
|
3664
|
+
"text": "boolean"
|
|
3665
|
+
},
|
|
3666
|
+
"readonly": true
|
|
3667
|
+
},
|
|
3668
|
+
{
|
|
3669
|
+
"kind": "field",
|
|
3670
|
+
"name": "isDownloading",
|
|
3671
|
+
"type": {
|
|
3672
|
+
"text": "boolean"
|
|
3673
|
+
},
|
|
3674
|
+
"readonly": true
|
|
3675
|
+
},
|
|
3676
|
+
{
|
|
3677
|
+
"kind": "method",
|
|
3678
|
+
"name": "openChanged",
|
|
3679
|
+
"return": {
|
|
3680
|
+
"type": {
|
|
3681
|
+
"text": "void"
|
|
3682
|
+
}
|
|
3683
|
+
}
|
|
3684
|
+
},
|
|
3685
|
+
{
|
|
3686
|
+
"kind": "method",
|
|
3687
|
+
"name": "handleClickOutside",
|
|
3688
|
+
"privacy": "private",
|
|
3689
|
+
"parameters": [
|
|
3690
|
+
{
|
|
3691
|
+
"name": "event",
|
|
3692
|
+
"type": {
|
|
3693
|
+
"text": "MouseEvent"
|
|
3694
|
+
}
|
|
3695
|
+
}
|
|
3696
|
+
]
|
|
3697
|
+
},
|
|
3698
|
+
{
|
|
3699
|
+
"kind": "method",
|
|
3700
|
+
"name": "toggleDropdown"
|
|
3701
|
+
},
|
|
3702
|
+
{
|
|
3703
|
+
"kind": "method",
|
|
3704
|
+
"name": "refreshStatus",
|
|
3705
|
+
"return": {
|
|
3706
|
+
"type": {
|
|
3707
|
+
"text": "Promise<void>"
|
|
3708
|
+
}
|
|
3709
|
+
}
|
|
3710
|
+
},
|
|
3711
|
+
{
|
|
3712
|
+
"kind": "method",
|
|
3713
|
+
"name": "deriveState",
|
|
3714
|
+
"privacy": "private",
|
|
3715
|
+
"return": {
|
|
3716
|
+
"type": {
|
|
3717
|
+
"text": "AIIndicatorState"
|
|
3718
|
+
}
|
|
3719
|
+
},
|
|
3720
|
+
"parameters": [
|
|
3721
|
+
{
|
|
3722
|
+
"name": "s",
|
|
3723
|
+
"type": {
|
|
3724
|
+
"text": "AIStatus | null"
|
|
3725
|
+
}
|
|
3726
|
+
}
|
|
3727
|
+
]
|
|
3728
|
+
},
|
|
3729
|
+
{
|
|
3730
|
+
"kind": "method",
|
|
3731
|
+
"name": "maybeStartPolling",
|
|
3732
|
+
"privacy": "private",
|
|
3733
|
+
"return": {
|
|
3734
|
+
"type": {
|
|
3735
|
+
"text": "void"
|
|
3736
|
+
}
|
|
3737
|
+
}
|
|
3738
|
+
},
|
|
3739
|
+
{
|
|
3740
|
+
"kind": "method",
|
|
3741
|
+
"name": "startPolling",
|
|
3742
|
+
"privacy": "private",
|
|
3743
|
+
"return": {
|
|
3744
|
+
"type": {
|
|
3745
|
+
"text": "void"
|
|
3746
|
+
}
|
|
3747
|
+
}
|
|
3748
|
+
},
|
|
3749
|
+
{
|
|
3750
|
+
"kind": "method",
|
|
3751
|
+
"name": "stopPolling",
|
|
3752
|
+
"privacy": "private",
|
|
3753
|
+
"return": {
|
|
3754
|
+
"type": {
|
|
3755
|
+
"text": "void"
|
|
3756
|
+
}
|
|
3757
|
+
}
|
|
3758
|
+
},
|
|
3759
|
+
{
|
|
3760
|
+
"kind": "method",
|
|
3761
|
+
"name": "onInstall",
|
|
3762
|
+
"return": {
|
|
3763
|
+
"type": {
|
|
3764
|
+
"text": "Promise<void>"
|
|
3765
|
+
}
|
|
3766
|
+
}
|
|
3767
|
+
},
|
|
3768
|
+
{
|
|
3769
|
+
"kind": "field",
|
|
3770
|
+
"name": "_presentation",
|
|
3771
|
+
"type": {
|
|
3772
|
+
"text": "ComponentPresentation | null | undefined"
|
|
3773
|
+
},
|
|
3774
|
+
"privacy": "private",
|
|
3775
|
+
"default": "void 0",
|
|
3776
|
+
"inheritedFrom": {
|
|
3777
|
+
"name": "FoundationElement",
|
|
3778
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3779
|
+
}
|
|
3780
|
+
},
|
|
3781
|
+
{
|
|
3782
|
+
"kind": "field",
|
|
3783
|
+
"name": "$presentation",
|
|
3784
|
+
"type": {
|
|
3785
|
+
"text": "ComponentPresentation | null"
|
|
3786
|
+
},
|
|
3787
|
+
"privacy": "public",
|
|
3788
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3789
|
+
"inheritedFrom": {
|
|
3790
|
+
"name": "FoundationElement",
|
|
3791
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3792
|
+
}
|
|
3793
|
+
},
|
|
3794
|
+
{
|
|
3795
|
+
"kind": "field",
|
|
3796
|
+
"name": "template",
|
|
3797
|
+
"type": {
|
|
3798
|
+
"text": "ElementViewTemplate | void | null"
|
|
3799
|
+
},
|
|
3800
|
+
"privacy": "public",
|
|
3801
|
+
"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.",
|
|
3802
|
+
"inheritedFrom": {
|
|
3803
|
+
"name": "FoundationElement",
|
|
3804
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3805
|
+
}
|
|
3806
|
+
},
|
|
3807
|
+
{
|
|
3808
|
+
"kind": "method",
|
|
3809
|
+
"name": "templateChanged",
|
|
3810
|
+
"privacy": "protected",
|
|
3811
|
+
"return": {
|
|
3812
|
+
"type": {
|
|
3813
|
+
"text": "void"
|
|
3814
|
+
}
|
|
3815
|
+
},
|
|
3816
|
+
"inheritedFrom": {
|
|
3817
|
+
"name": "FoundationElement",
|
|
3818
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3819
|
+
}
|
|
3820
|
+
},
|
|
3821
|
+
{
|
|
3822
|
+
"kind": "field",
|
|
3823
|
+
"name": "styles",
|
|
3824
|
+
"type": {
|
|
3825
|
+
"text": "ElementStyles | void | null"
|
|
3826
|
+
},
|
|
3827
|
+
"privacy": "public",
|
|
3828
|
+
"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.",
|
|
3829
|
+
"inheritedFrom": {
|
|
3830
|
+
"name": "FoundationElement",
|
|
3831
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3832
|
+
}
|
|
3833
|
+
},
|
|
3834
|
+
{
|
|
3835
|
+
"kind": "method",
|
|
3836
|
+
"name": "stylesChanged",
|
|
3837
|
+
"privacy": "protected",
|
|
3838
|
+
"return": {
|
|
3839
|
+
"type": {
|
|
3840
|
+
"text": "void"
|
|
3841
|
+
}
|
|
3842
|
+
},
|
|
3843
|
+
"inheritedFrom": {
|
|
3844
|
+
"name": "FoundationElement",
|
|
3845
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3846
|
+
}
|
|
3847
|
+
},
|
|
3848
|
+
{
|
|
3849
|
+
"kind": "method",
|
|
3850
|
+
"name": "compose",
|
|
3851
|
+
"privacy": "public",
|
|
3852
|
+
"static": true,
|
|
3853
|
+
"return": {
|
|
3854
|
+
"type": {
|
|
3855
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3856
|
+
}
|
|
3857
|
+
},
|
|
3858
|
+
"parameters": [
|
|
3859
|
+
{
|
|
3860
|
+
"name": "this",
|
|
3861
|
+
"type": {
|
|
3862
|
+
"text": "K"
|
|
3863
|
+
}
|
|
3864
|
+
},
|
|
3865
|
+
{
|
|
3866
|
+
"name": "elementDefinition",
|
|
3867
|
+
"type": {
|
|
3868
|
+
"text": "T"
|
|
3869
|
+
},
|
|
3870
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
3871
|
+
}
|
|
3872
|
+
],
|
|
3873
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3874
|
+
"inheritedFrom": {
|
|
3875
|
+
"name": "FoundationElement",
|
|
3876
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3877
|
+
}
|
|
3878
|
+
}
|
|
3879
|
+
],
|
|
3880
|
+
"superclass": {
|
|
3881
|
+
"name": "FoundationElement",
|
|
3882
|
+
"package": "@microsoft/fast-foundation"
|
|
3883
|
+
},
|
|
3884
|
+
"tagName": "%%prefix%%-ai-indicator",
|
|
3885
|
+
"customElement": true
|
|
3886
|
+
},
|
|
3887
|
+
{
|
|
3888
|
+
"kind": "variable",
|
|
3889
|
+
"name": "foundationAiIndicator"
|
|
3890
|
+
}
|
|
3891
|
+
],
|
|
3892
|
+
"exports": [
|
|
3893
|
+
{
|
|
3894
|
+
"kind": "js",
|
|
3895
|
+
"name": "AiIndicator",
|
|
3896
|
+
"declaration": {
|
|
3897
|
+
"name": "AiIndicator",
|
|
3898
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3899
|
+
}
|
|
3900
|
+
},
|
|
3901
|
+
{
|
|
3902
|
+
"kind": "js",
|
|
3903
|
+
"name": "foundationAiIndicator",
|
|
3904
|
+
"declaration": {
|
|
3905
|
+
"name": "foundationAiIndicator",
|
|
3906
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3907
|
+
}
|
|
3908
|
+
}
|
|
3909
|
+
]
|
|
3910
|
+
},
|
|
3911
|
+
{
|
|
3912
|
+
"kind": "javascript-module",
|
|
3913
|
+
"path": "src/ai-indicator/index.ts",
|
|
3938
3914
|
"declarations": [],
|
|
3939
3915
|
"exports": [
|
|
3940
3916
|
{
|
|
3941
3917
|
"kind": "js",
|
|
3942
|
-
"name": "
|
|
3918
|
+
"name": "AiIndicator",
|
|
3943
3919
|
"declaration": {
|
|
3944
|
-
"name": "
|
|
3945
|
-
"
|
|
3920
|
+
"name": "AiIndicator",
|
|
3921
|
+
"module": "./ai-indicator"
|
|
3946
3922
|
}
|
|
3947
3923
|
},
|
|
3948
3924
|
{
|
|
3949
3925
|
"kind": "js",
|
|
3950
|
-
"name": "
|
|
3926
|
+
"name": "foundationAiIndicator",
|
|
3951
3927
|
"declaration": {
|
|
3952
|
-
"name": "
|
|
3953
|
-
"
|
|
3928
|
+
"name": "foundationAiIndicator",
|
|
3929
|
+
"module": "./ai-indicator"
|
|
3954
3930
|
}
|
|
3955
3931
|
},
|
|
3956
3932
|
{
|
|
3957
3933
|
"kind": "js",
|
|
3958
|
-
"name": "
|
|
3934
|
+
"name": "type",
|
|
3959
3935
|
"declaration": {
|
|
3960
|
-
"name": "
|
|
3961
|
-
"
|
|
3936
|
+
"name": "type",
|
|
3937
|
+
"module": "./ai-indicator"
|
|
3938
|
+
}
|
|
3939
|
+
},
|
|
3940
|
+
{
|
|
3941
|
+
"kind": "js",
|
|
3942
|
+
"name": "AIIndicatorState",
|
|
3943
|
+
"declaration": {
|
|
3944
|
+
"name": "AIIndicatorState",
|
|
3945
|
+
"module": "./ai-indicator"
|
|
3946
|
+
}
|
|
3947
|
+
},
|
|
3948
|
+
{
|
|
3949
|
+
"kind": "js",
|
|
3950
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3951
|
+
"declaration": {
|
|
3952
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3953
|
+
"module": "./ai-indicator.template"
|
|
3954
|
+
}
|
|
3955
|
+
},
|
|
3956
|
+
{
|
|
3957
|
+
"kind": "js",
|
|
3958
|
+
"name": "foundationAiIndicatorStyles",
|
|
3959
|
+
"declaration": {
|
|
3960
|
+
"name": "foundationAiIndicatorStyles",
|
|
3961
|
+
"module": "./ai-indicator.styles"
|
|
3962
3962
|
}
|
|
3963
3963
|
}
|
|
3964
3964
|
]
|
|
@@ -6075,11 +6075,11 @@
|
|
|
6075
6075
|
},
|
|
6076
6076
|
{
|
|
6077
6077
|
"kind": "javascript-module",
|
|
6078
|
-
"path": "src/
|
|
6078
|
+
"path": "src/badge/badge.styles.ts",
|
|
6079
6079
|
"declarations": [
|
|
6080
6080
|
{
|
|
6081
6081
|
"kind": "function",
|
|
6082
|
-
"name": "
|
|
6082
|
+
"name": "foundationBadgeStyles",
|
|
6083
6083
|
"return": {
|
|
6084
6084
|
"type": {
|
|
6085
6085
|
"text": "ElementStyles"
|
|
@@ -6104,24 +6104,24 @@
|
|
|
6104
6104
|
"exports": [
|
|
6105
6105
|
{
|
|
6106
6106
|
"kind": "js",
|
|
6107
|
-
"name": "
|
|
6107
|
+
"name": "foundationBadgeStyles",
|
|
6108
6108
|
"declaration": {
|
|
6109
|
-
"name": "
|
|
6110
|
-
"module": "src/
|
|
6109
|
+
"name": "foundationBadgeStyles",
|
|
6110
|
+
"module": "src/badge/badge.styles.ts"
|
|
6111
6111
|
}
|
|
6112
6112
|
}
|
|
6113
6113
|
]
|
|
6114
6114
|
},
|
|
6115
6115
|
{
|
|
6116
6116
|
"kind": "javascript-module",
|
|
6117
|
-
"path": "src/
|
|
6117
|
+
"path": "src/badge/badge.template.ts",
|
|
6118
6118
|
"declarations": [
|
|
6119
6119
|
{
|
|
6120
6120
|
"kind": "function",
|
|
6121
|
-
"name": "
|
|
6121
|
+
"name": "foundationBadgeTemplate",
|
|
6122
6122
|
"return": {
|
|
6123
6123
|
"type": {
|
|
6124
|
-
"text": "ViewTemplate<
|
|
6124
|
+
"text": "ViewTemplate<Badge>"
|
|
6125
6125
|
}
|
|
6126
6126
|
},
|
|
6127
6127
|
"parameters": [
|
|
@@ -6138,45 +6138,32 @@
|
|
|
6138
6138
|
}
|
|
6139
6139
|
}
|
|
6140
6140
|
]
|
|
6141
|
-
},
|
|
6142
|
-
{
|
|
6143
|
-
"kind": "variable",
|
|
6144
|
-
"name": "media",
|
|
6145
|
-
"default": "html<Avatar>`\n ${when(\n (x) => x.imgSrc,\n html<Avatar>`\n <img src=\"${(x) => x.imgSrc}\" alt=\"${(x) => x.alt}\" slot=\"media\" class=\"media\" part=\"media\" />\n `,\n )}\n`"
|
|
6146
6141
|
}
|
|
6147
6142
|
],
|
|
6148
6143
|
"exports": [
|
|
6149
6144
|
{
|
|
6150
6145
|
"kind": "js",
|
|
6151
|
-
"name": "
|
|
6152
|
-
"declaration": {
|
|
6153
|
-
"name": "foundationAvatarTemplate",
|
|
6154
|
-
"module": "src/avatar/avatar.template.ts"
|
|
6155
|
-
}
|
|
6156
|
-
},
|
|
6157
|
-
{
|
|
6158
|
-
"kind": "js",
|
|
6159
|
-
"name": "media",
|
|
6146
|
+
"name": "foundationBadgeTemplate",
|
|
6160
6147
|
"declaration": {
|
|
6161
|
-
"name": "
|
|
6162
|
-
"module": "src/
|
|
6148
|
+
"name": "foundationBadgeTemplate",
|
|
6149
|
+
"module": "src/badge/badge.template.ts"
|
|
6163
6150
|
}
|
|
6164
6151
|
}
|
|
6165
6152
|
]
|
|
6166
6153
|
},
|
|
6167
6154
|
{
|
|
6168
6155
|
"kind": "javascript-module",
|
|
6169
|
-
"path": "src/
|
|
6156
|
+
"path": "src/badge/badge.ts",
|
|
6170
6157
|
"declarations": [
|
|
6171
6158
|
{
|
|
6172
6159
|
"kind": "class",
|
|
6173
6160
|
"description": "",
|
|
6174
|
-
"name": "
|
|
6161
|
+
"name": "Badge",
|
|
6175
6162
|
"superclass": {
|
|
6176
|
-
"name": "
|
|
6163
|
+
"name": "FASTBadge",
|
|
6177
6164
|
"package": "@microsoft/fast-components"
|
|
6178
6165
|
},
|
|
6179
|
-
"tagName": "%%prefix%%-
|
|
6166
|
+
"tagName": "%%prefix%%-badge",
|
|
6180
6167
|
"customElement": true,
|
|
6181
6168
|
"attributes": [
|
|
6182
6169
|
{
|
|
@@ -6184,11 +6171,11 @@
|
|
|
6184
6171
|
"type": {
|
|
6185
6172
|
"text": "string"
|
|
6186
6173
|
},
|
|
6187
|
-
"description": "Indicates the
|
|
6174
|
+
"description": "Indicates the badge should have a filled style.",
|
|
6188
6175
|
"fieldName": "fill",
|
|
6189
6176
|
"inheritedFrom": {
|
|
6190
|
-
"name": "
|
|
6191
|
-
"module": "src/
|
|
6177
|
+
"name": "Badge",
|
|
6178
|
+
"module": "src/badge/badge.ts"
|
|
6192
6179
|
}
|
|
6193
6180
|
},
|
|
6194
6181
|
{
|
|
@@ -6196,35 +6183,22 @@
|
|
|
6196
6183
|
"type": {
|
|
6197
6184
|
"text": "string"
|
|
6198
6185
|
},
|
|
6199
|
-
"description": "Indicates the
|
|
6186
|
+
"description": "Indicates the badge should have a filled style.",
|
|
6200
6187
|
"fieldName": "color",
|
|
6201
6188
|
"inheritedFrom": {
|
|
6202
|
-
"name": "
|
|
6203
|
-
"module": "src/
|
|
6204
|
-
}
|
|
6205
|
-
},
|
|
6206
|
-
{
|
|
6207
|
-
"name": "link",
|
|
6208
|
-
"type": {
|
|
6209
|
-
"text": "string"
|
|
6210
|
-
},
|
|
6211
|
-
"description": "Indicates the Avatar should have url link",
|
|
6212
|
-
"fieldName": "link",
|
|
6213
|
-
"inheritedFrom": {
|
|
6214
|
-
"name": "Avatar",
|
|
6215
|
-
"module": "src/avatar/avatar.ts"
|
|
6189
|
+
"name": "Badge",
|
|
6190
|
+
"module": "src/badge/badge.ts"
|
|
6216
6191
|
}
|
|
6217
6192
|
},
|
|
6218
6193
|
{
|
|
6219
|
-
"name": "shape",
|
|
6220
6194
|
"type": {
|
|
6221
|
-
"text": "
|
|
6195
|
+
"text": "boolean"
|
|
6222
6196
|
},
|
|
6223
|
-
"description": "Indicates the
|
|
6224
|
-
"fieldName": "
|
|
6197
|
+
"description": "Indicates the element should be circular",
|
|
6198
|
+
"fieldName": "circular",
|
|
6225
6199
|
"inheritedFrom": {
|
|
6226
|
-
"name": "
|
|
6227
|
-
"module": "src/
|
|
6200
|
+
"name": "Badge",
|
|
6201
|
+
"module": "src/badge/badge.ts"
|
|
6228
6202
|
}
|
|
6229
6203
|
}
|
|
6230
6204
|
],
|
|
@@ -6236,10 +6210,10 @@
|
|
|
6236
6210
|
"text": "string"
|
|
6237
6211
|
},
|
|
6238
6212
|
"privacy": "public",
|
|
6239
|
-
"description": "Indicates the
|
|
6213
|
+
"description": "Indicates the badge should have a filled style.",
|
|
6240
6214
|
"inheritedFrom": {
|
|
6241
|
-
"name": "
|
|
6242
|
-
"module": "src/
|
|
6215
|
+
"name": "Badge",
|
|
6216
|
+
"module": "src/badge/badge.ts"
|
|
6243
6217
|
}
|
|
6244
6218
|
},
|
|
6245
6219
|
{
|
|
@@ -6249,36 +6223,32 @@
|
|
|
6249
6223
|
"text": "string"
|
|
6250
6224
|
},
|
|
6251
6225
|
"privacy": "public",
|
|
6252
|
-
"description": "Indicates the
|
|
6226
|
+
"description": "Indicates the badge should have a filled style.",
|
|
6253
6227
|
"inheritedFrom": {
|
|
6254
|
-
"name": "
|
|
6255
|
-
"module": "src/
|
|
6228
|
+
"name": "Badge",
|
|
6229
|
+
"module": "src/badge/badge.ts"
|
|
6256
6230
|
}
|
|
6257
6231
|
},
|
|
6258
6232
|
{
|
|
6259
6233
|
"kind": "field",
|
|
6260
|
-
"name": "
|
|
6234
|
+
"name": "circular",
|
|
6261
6235
|
"type": {
|
|
6262
|
-
"text": "
|
|
6236
|
+
"text": "boolean"
|
|
6263
6237
|
},
|
|
6264
6238
|
"privacy": "public",
|
|
6265
|
-
"description": "Indicates the
|
|
6239
|
+
"description": "Indicates the element should be circular",
|
|
6266
6240
|
"inheritedFrom": {
|
|
6267
|
-
"name": "
|
|
6268
|
-
"module": "src/
|
|
6241
|
+
"name": "Badge",
|
|
6242
|
+
"module": "src/badge/badge.ts"
|
|
6269
6243
|
}
|
|
6270
6244
|
},
|
|
6271
6245
|
{
|
|
6272
6246
|
"kind": "field",
|
|
6273
|
-
"name": "
|
|
6274
|
-
"type": {
|
|
6275
|
-
"text": "AvatarShape"
|
|
6276
|
-
},
|
|
6247
|
+
"name": "generateBadgeStyle",
|
|
6277
6248
|
"privacy": "public",
|
|
6278
|
-
"description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
|
|
6279
6249
|
"inheritedFrom": {
|
|
6280
|
-
"name": "
|
|
6281
|
-
"module": "src/
|
|
6250
|
+
"name": "Badge",
|
|
6251
|
+
"module": "src/badge/badge.ts"
|
|
6282
6252
|
}
|
|
6283
6253
|
},
|
|
6284
6254
|
{
|
|
@@ -6396,65 +6366,65 @@
|
|
|
6396
6366
|
},
|
|
6397
6367
|
{
|
|
6398
6368
|
"kind": "variable",
|
|
6399
|
-
"name": "
|
|
6369
|
+
"name": "foundationBadgeShadowOptions",
|
|
6400
6370
|
"type": {
|
|
6401
6371
|
"text": "ShadowRootInit"
|
|
6402
6372
|
},
|
|
6403
|
-
"default": "
|
|
6373
|
+
"default": "undefined"
|
|
6404
6374
|
},
|
|
6405
6375
|
{
|
|
6406
6376
|
"kind": "variable",
|
|
6407
|
-
"name": "
|
|
6377
|
+
"name": "defaultBadgeConfig",
|
|
6408
6378
|
"type": {
|
|
6409
6379
|
"text": "object"
|
|
6410
6380
|
},
|
|
6411
|
-
"default": "{
|
|
6381
|
+
"default": "{}"
|
|
6412
6382
|
},
|
|
6413
6383
|
{
|
|
6414
6384
|
"kind": "variable",
|
|
6415
|
-
"name": "
|
|
6416
|
-
"description": "The Foundation
|
|
6385
|
+
"name": "foundationBadge",
|
|
6386
|
+
"description": "The Foundation Badge",
|
|
6417
6387
|
"privacy": "public"
|
|
6418
6388
|
}
|
|
6419
6389
|
],
|
|
6420
6390
|
"exports": [
|
|
6421
6391
|
{
|
|
6422
6392
|
"kind": "js",
|
|
6423
|
-
"name": "
|
|
6393
|
+
"name": "Badge",
|
|
6424
6394
|
"declaration": {
|
|
6425
|
-
"name": "
|
|
6426
|
-
"module": "src/
|
|
6395
|
+
"name": "Badge",
|
|
6396
|
+
"module": "src/badge/badge.ts"
|
|
6427
6397
|
}
|
|
6428
6398
|
},
|
|
6429
6399
|
{
|
|
6430
6400
|
"kind": "js",
|
|
6431
|
-
"name": "
|
|
6401
|
+
"name": "foundationBadgeShadowOptions",
|
|
6432
6402
|
"declaration": {
|
|
6433
|
-
"name": "
|
|
6434
|
-
"module": "src/
|
|
6403
|
+
"name": "foundationBadgeShadowOptions",
|
|
6404
|
+
"module": "src/badge/badge.ts"
|
|
6435
6405
|
}
|
|
6436
6406
|
},
|
|
6437
6407
|
{
|
|
6438
6408
|
"kind": "js",
|
|
6439
|
-
"name": "
|
|
6409
|
+
"name": "defaultBadgeConfig",
|
|
6440
6410
|
"declaration": {
|
|
6441
|
-
"name": "
|
|
6442
|
-
"module": "src/
|
|
6411
|
+
"name": "defaultBadgeConfig",
|
|
6412
|
+
"module": "src/badge/badge.ts"
|
|
6443
6413
|
}
|
|
6444
6414
|
},
|
|
6445
6415
|
{
|
|
6446
6416
|
"kind": "js",
|
|
6447
|
-
"name": "
|
|
6417
|
+
"name": "foundationBadge",
|
|
6448
6418
|
"declaration": {
|
|
6449
|
-
"name": "
|
|
6450
|
-
"module": "src/
|
|
6419
|
+
"name": "foundationBadge",
|
|
6420
|
+
"module": "src/badge/badge.ts"
|
|
6451
6421
|
}
|
|
6452
6422
|
}
|
|
6453
6423
|
]
|
|
6454
6424
|
},
|
|
6455
6425
|
{
|
|
6456
6426
|
"kind": "javascript-module",
|
|
6457
|
-
"path": "src/
|
|
6427
|
+
"path": "src/badge/index.ts",
|
|
6458
6428
|
"declarations": [],
|
|
6459
6429
|
"exports": [
|
|
6460
6430
|
{
|
|
@@ -6462,7 +6432,7 @@
|
|
|
6462
6432
|
"name": "*",
|
|
6463
6433
|
"declaration": {
|
|
6464
6434
|
"name": "*",
|
|
6465
|
-
"package": "./
|
|
6435
|
+
"package": "./badge.template"
|
|
6466
6436
|
}
|
|
6467
6437
|
},
|
|
6468
6438
|
{
|
|
@@ -6470,7 +6440,7 @@
|
|
|
6470
6440
|
"name": "*",
|
|
6471
6441
|
"declaration": {
|
|
6472
6442
|
"name": "*",
|
|
6473
|
-
"package": "./
|
|
6443
|
+
"package": "./badge.styles"
|
|
6474
6444
|
}
|
|
6475
6445
|
},
|
|
6476
6446
|
{
|
|
@@ -6478,18 +6448,18 @@
|
|
|
6478
6448
|
"name": "*",
|
|
6479
6449
|
"declaration": {
|
|
6480
6450
|
"name": "*",
|
|
6481
|
-
"package": "./
|
|
6451
|
+
"package": "./badge"
|
|
6482
6452
|
}
|
|
6483
6453
|
}
|
|
6484
6454
|
]
|
|
6485
6455
|
},
|
|
6486
6456
|
{
|
|
6487
6457
|
"kind": "javascript-module",
|
|
6488
|
-
"path": "src/
|
|
6458
|
+
"path": "src/avatar/avatar.styles.ts",
|
|
6489
6459
|
"declarations": [
|
|
6490
6460
|
{
|
|
6491
6461
|
"kind": "function",
|
|
6492
|
-
"name": "
|
|
6462
|
+
"name": "foundationAvatarStyles",
|
|
6493
6463
|
"return": {
|
|
6494
6464
|
"type": {
|
|
6495
6465
|
"text": "ElementStyles"
|
|
@@ -6514,24 +6484,24 @@
|
|
|
6514
6484
|
"exports": [
|
|
6515
6485
|
{
|
|
6516
6486
|
"kind": "js",
|
|
6517
|
-
"name": "
|
|
6487
|
+
"name": "foundationAvatarStyles",
|
|
6518
6488
|
"declaration": {
|
|
6519
|
-
"name": "
|
|
6520
|
-
"module": "src/
|
|
6489
|
+
"name": "foundationAvatarStyles",
|
|
6490
|
+
"module": "src/avatar/avatar.styles.ts"
|
|
6521
6491
|
}
|
|
6522
6492
|
}
|
|
6523
6493
|
]
|
|
6524
6494
|
},
|
|
6525
6495
|
{
|
|
6526
6496
|
"kind": "javascript-module",
|
|
6527
|
-
"path": "src/
|
|
6497
|
+
"path": "src/avatar/avatar.template.ts",
|
|
6528
6498
|
"declarations": [
|
|
6529
6499
|
{
|
|
6530
6500
|
"kind": "function",
|
|
6531
|
-
"name": "
|
|
6501
|
+
"name": "foundationAvatarTemplate",
|
|
6532
6502
|
"return": {
|
|
6533
6503
|
"type": {
|
|
6534
|
-
"text": "ViewTemplate<
|
|
6504
|
+
"text": "ViewTemplate<Avatar>"
|
|
6535
6505
|
}
|
|
6536
6506
|
},
|
|
6537
6507
|
"parameters": [
|
|
@@ -6548,32 +6518,45 @@
|
|
|
6548
6518
|
}
|
|
6549
6519
|
}
|
|
6550
6520
|
]
|
|
6521
|
+
},
|
|
6522
|
+
{
|
|
6523
|
+
"kind": "variable",
|
|
6524
|
+
"name": "media",
|
|
6525
|
+
"default": "html<Avatar>`\n ${when(\n (x) => x.imgSrc,\n html<Avatar>`\n <img src=\"${(x) => x.imgSrc}\" alt=\"${(x) => x.alt}\" slot=\"media\" class=\"media\" part=\"media\" />\n `,\n )}\n`"
|
|
6551
6526
|
}
|
|
6552
6527
|
],
|
|
6553
6528
|
"exports": [
|
|
6554
6529
|
{
|
|
6555
6530
|
"kind": "js",
|
|
6556
|
-
"name": "
|
|
6531
|
+
"name": "foundationAvatarTemplate",
|
|
6557
6532
|
"declaration": {
|
|
6558
|
-
"name": "
|
|
6559
|
-
"module": "src/
|
|
6533
|
+
"name": "foundationAvatarTemplate",
|
|
6534
|
+
"module": "src/avatar/avatar.template.ts"
|
|
6535
|
+
}
|
|
6536
|
+
},
|
|
6537
|
+
{
|
|
6538
|
+
"kind": "js",
|
|
6539
|
+
"name": "media",
|
|
6540
|
+
"declaration": {
|
|
6541
|
+
"name": "media",
|
|
6542
|
+
"module": "src/avatar/avatar.template.ts"
|
|
6560
6543
|
}
|
|
6561
6544
|
}
|
|
6562
6545
|
]
|
|
6563
6546
|
},
|
|
6564
6547
|
{
|
|
6565
6548
|
"kind": "javascript-module",
|
|
6566
|
-
"path": "src/
|
|
6549
|
+
"path": "src/avatar/avatar.ts",
|
|
6567
6550
|
"declarations": [
|
|
6568
6551
|
{
|
|
6569
6552
|
"kind": "class",
|
|
6570
6553
|
"description": "",
|
|
6571
|
-
"name": "
|
|
6554
|
+
"name": "Avatar",
|
|
6572
6555
|
"superclass": {
|
|
6573
|
-
"name": "
|
|
6556
|
+
"name": "FASTAvatar",
|
|
6574
6557
|
"package": "@microsoft/fast-components"
|
|
6575
6558
|
},
|
|
6576
|
-
"tagName": "%%prefix%%-
|
|
6559
|
+
"tagName": "%%prefix%%-avatar",
|
|
6577
6560
|
"customElement": true,
|
|
6578
6561
|
"attributes": [
|
|
6579
6562
|
{
|
|
@@ -6581,11 +6564,11 @@
|
|
|
6581
6564
|
"type": {
|
|
6582
6565
|
"text": "string"
|
|
6583
6566
|
},
|
|
6584
|
-
"description": "Indicates the
|
|
6567
|
+
"description": "Indicates the Avatar should have a color fill.",
|
|
6585
6568
|
"fieldName": "fill",
|
|
6586
6569
|
"inheritedFrom": {
|
|
6587
|
-
"name": "
|
|
6588
|
-
"module": "src/
|
|
6570
|
+
"name": "Avatar",
|
|
6571
|
+
"module": "src/avatar/avatar.ts"
|
|
6589
6572
|
}
|
|
6590
6573
|
},
|
|
6591
6574
|
{
|
|
@@ -6593,22 +6576,35 @@
|
|
|
6593
6576
|
"type": {
|
|
6594
6577
|
"text": "string"
|
|
6595
6578
|
},
|
|
6596
|
-
"description": "Indicates the
|
|
6579
|
+
"description": "Indicates the Avatar should have a text color.",
|
|
6597
6580
|
"fieldName": "color",
|
|
6598
6581
|
"inheritedFrom": {
|
|
6599
|
-
"name": "
|
|
6600
|
-
"module": "src/
|
|
6582
|
+
"name": "Avatar",
|
|
6583
|
+
"module": "src/avatar/avatar.ts"
|
|
6601
6584
|
}
|
|
6602
6585
|
},
|
|
6603
6586
|
{
|
|
6587
|
+
"name": "link",
|
|
6604
6588
|
"type": {
|
|
6605
|
-
"text": "
|
|
6589
|
+
"text": "string"
|
|
6606
6590
|
},
|
|
6607
|
-
"description": "Indicates the
|
|
6608
|
-
"fieldName": "
|
|
6591
|
+
"description": "Indicates the Avatar should have url link",
|
|
6592
|
+
"fieldName": "link",
|
|
6609
6593
|
"inheritedFrom": {
|
|
6610
|
-
"name": "
|
|
6611
|
-
"module": "src/
|
|
6594
|
+
"name": "Avatar",
|
|
6595
|
+
"module": "src/avatar/avatar.ts"
|
|
6596
|
+
}
|
|
6597
|
+
},
|
|
6598
|
+
{
|
|
6599
|
+
"name": "shape",
|
|
6600
|
+
"type": {
|
|
6601
|
+
"text": "AvatarShape"
|
|
6602
|
+
},
|
|
6603
|
+
"description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
|
|
6604
|
+
"fieldName": "shape",
|
|
6605
|
+
"inheritedFrom": {
|
|
6606
|
+
"name": "Avatar",
|
|
6607
|
+
"module": "src/avatar/avatar.ts"
|
|
6612
6608
|
}
|
|
6613
6609
|
}
|
|
6614
6610
|
],
|
|
@@ -6620,10 +6616,10 @@
|
|
|
6620
6616
|
"text": "string"
|
|
6621
6617
|
},
|
|
6622
6618
|
"privacy": "public",
|
|
6623
|
-
"description": "Indicates the
|
|
6619
|
+
"description": "Indicates the Avatar should have a color fill.",
|
|
6624
6620
|
"inheritedFrom": {
|
|
6625
|
-
"name": "
|
|
6626
|
-
"module": "src/
|
|
6621
|
+
"name": "Avatar",
|
|
6622
|
+
"module": "src/avatar/avatar.ts"
|
|
6627
6623
|
}
|
|
6628
6624
|
},
|
|
6629
6625
|
{
|
|
@@ -6633,32 +6629,36 @@
|
|
|
6633
6629
|
"text": "string"
|
|
6634
6630
|
},
|
|
6635
6631
|
"privacy": "public",
|
|
6636
|
-
"description": "Indicates the
|
|
6632
|
+
"description": "Indicates the Avatar should have a text color.",
|
|
6637
6633
|
"inheritedFrom": {
|
|
6638
|
-
"name": "
|
|
6639
|
-
"module": "src/
|
|
6634
|
+
"name": "Avatar",
|
|
6635
|
+
"module": "src/avatar/avatar.ts"
|
|
6640
6636
|
}
|
|
6641
6637
|
},
|
|
6642
6638
|
{
|
|
6643
6639
|
"kind": "field",
|
|
6644
|
-
"name": "
|
|
6640
|
+
"name": "link",
|
|
6645
6641
|
"type": {
|
|
6646
|
-
"text": "
|
|
6642
|
+
"text": "string"
|
|
6647
6643
|
},
|
|
6648
6644
|
"privacy": "public",
|
|
6649
|
-
"description": "Indicates the
|
|
6645
|
+
"description": "Indicates the Avatar should have url link",
|
|
6650
6646
|
"inheritedFrom": {
|
|
6651
|
-
"name": "
|
|
6652
|
-
"module": "src/
|
|
6647
|
+
"name": "Avatar",
|
|
6648
|
+
"module": "src/avatar/avatar.ts"
|
|
6653
6649
|
}
|
|
6654
6650
|
},
|
|
6655
6651
|
{
|
|
6656
6652
|
"kind": "field",
|
|
6657
|
-
"name": "
|
|
6653
|
+
"name": "shape",
|
|
6654
|
+
"type": {
|
|
6655
|
+
"text": "AvatarShape"
|
|
6656
|
+
},
|
|
6658
6657
|
"privacy": "public",
|
|
6658
|
+
"description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
|
|
6659
6659
|
"inheritedFrom": {
|
|
6660
|
-
"name": "
|
|
6661
|
-
"module": "src/
|
|
6660
|
+
"name": "Avatar",
|
|
6661
|
+
"module": "src/avatar/avatar.ts"
|
|
6662
6662
|
}
|
|
6663
6663
|
},
|
|
6664
6664
|
{
|
|
@@ -6776,65 +6776,65 @@
|
|
|
6776
6776
|
},
|
|
6777
6777
|
{
|
|
6778
6778
|
"kind": "variable",
|
|
6779
|
-
"name": "
|
|
6779
|
+
"name": "foundationAvatarShadowOptions",
|
|
6780
6780
|
"type": {
|
|
6781
6781
|
"text": "ShadowRootInit"
|
|
6782
6782
|
},
|
|
6783
|
-
"default": "
|
|
6783
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
6784
6784
|
},
|
|
6785
6785
|
{
|
|
6786
6786
|
"kind": "variable",
|
|
6787
|
-
"name": "
|
|
6787
|
+
"name": "defaultAvatarConfig",
|
|
6788
6788
|
"type": {
|
|
6789
6789
|
"text": "object"
|
|
6790
6790
|
},
|
|
6791
|
-
"default": "{}"
|
|
6791
|
+
"default": "{\n media: mediaTemplate,\n}"
|
|
6792
6792
|
},
|
|
6793
6793
|
{
|
|
6794
6794
|
"kind": "variable",
|
|
6795
|
-
"name": "
|
|
6796
|
-
"description": "The Foundation
|
|
6795
|
+
"name": "foundationAvatar",
|
|
6796
|
+
"description": "The Foundation Avatar",
|
|
6797
6797
|
"privacy": "public"
|
|
6798
6798
|
}
|
|
6799
6799
|
],
|
|
6800
6800
|
"exports": [
|
|
6801
6801
|
{
|
|
6802
6802
|
"kind": "js",
|
|
6803
|
-
"name": "
|
|
6803
|
+
"name": "Avatar",
|
|
6804
6804
|
"declaration": {
|
|
6805
|
-
"name": "
|
|
6806
|
-
"module": "src/
|
|
6805
|
+
"name": "Avatar",
|
|
6806
|
+
"module": "src/avatar/avatar.ts"
|
|
6807
6807
|
}
|
|
6808
6808
|
},
|
|
6809
6809
|
{
|
|
6810
6810
|
"kind": "js",
|
|
6811
|
-
"name": "
|
|
6811
|
+
"name": "foundationAvatarShadowOptions",
|
|
6812
6812
|
"declaration": {
|
|
6813
|
-
"name": "
|
|
6814
|
-
"module": "src/
|
|
6813
|
+
"name": "foundationAvatarShadowOptions",
|
|
6814
|
+
"module": "src/avatar/avatar.ts"
|
|
6815
6815
|
}
|
|
6816
6816
|
},
|
|
6817
6817
|
{
|
|
6818
6818
|
"kind": "js",
|
|
6819
|
-
"name": "
|
|
6819
|
+
"name": "defaultAvatarConfig",
|
|
6820
6820
|
"declaration": {
|
|
6821
|
-
"name": "
|
|
6822
|
-
"module": "src/
|
|
6821
|
+
"name": "defaultAvatarConfig",
|
|
6822
|
+
"module": "src/avatar/avatar.ts"
|
|
6823
6823
|
}
|
|
6824
6824
|
},
|
|
6825
6825
|
{
|
|
6826
6826
|
"kind": "js",
|
|
6827
|
-
"name": "
|
|
6827
|
+
"name": "foundationAvatar",
|
|
6828
6828
|
"declaration": {
|
|
6829
|
-
"name": "
|
|
6830
|
-
"module": "src/
|
|
6829
|
+
"name": "foundationAvatar",
|
|
6830
|
+
"module": "src/avatar/avatar.ts"
|
|
6831
6831
|
}
|
|
6832
6832
|
}
|
|
6833
6833
|
]
|
|
6834
6834
|
},
|
|
6835
6835
|
{
|
|
6836
6836
|
"kind": "javascript-module",
|
|
6837
|
-
"path": "src/
|
|
6837
|
+
"path": "src/avatar/index.ts",
|
|
6838
6838
|
"declarations": [],
|
|
6839
6839
|
"exports": [
|
|
6840
6840
|
{
|
|
@@ -6842,7 +6842,7 @@
|
|
|
6842
6842
|
"name": "*",
|
|
6843
6843
|
"declaration": {
|
|
6844
6844
|
"name": "*",
|
|
6845
|
-
"package": "./
|
|
6845
|
+
"package": "./avatar.template"
|
|
6846
6846
|
}
|
|
6847
6847
|
},
|
|
6848
6848
|
{
|
|
@@ -6850,7 +6850,7 @@
|
|
|
6850
6850
|
"name": "*",
|
|
6851
6851
|
"declaration": {
|
|
6852
6852
|
"name": "*",
|
|
6853
|
-
"package": "./
|
|
6853
|
+
"package": "./avatar.styles"
|
|
6854
6854
|
}
|
|
6855
6855
|
},
|
|
6856
6856
|
{
|
|
@@ -6858,7 +6858,7 @@
|
|
|
6858
6858
|
"name": "*",
|
|
6859
6859
|
"declaration": {
|
|
6860
6860
|
"name": "*",
|
|
6861
|
-
"package": "./
|
|
6861
|
+
"package": "./avatar"
|
|
6862
6862
|
}
|
|
6863
6863
|
}
|
|
6864
6864
|
]
|
|
@@ -58649,197 +58649,6 @@
|
|
|
58649
58649
|
}
|
|
58650
58650
|
]
|
|
58651
58651
|
},
|
|
58652
|
-
{
|
|
58653
|
-
"kind": "javascript-module",
|
|
58654
|
-
"path": "src/ai-criteria-search/validation/criteria-ir.ts",
|
|
58655
|
-
"declarations": [],
|
|
58656
|
-
"exports": []
|
|
58657
|
-
},
|
|
58658
|
-
{
|
|
58659
|
-
"kind": "javascript-module",
|
|
58660
|
-
"path": "src/ai-criteria-search/validation/operator-map.ts",
|
|
58661
|
-
"declarations": [
|
|
58662
|
-
{
|
|
58663
|
-
"kind": "function",
|
|
58664
|
-
"name": "groupsToCriteria",
|
|
58665
|
-
"return": {
|
|
58666
|
-
"type": {
|
|
58667
|
-
"text": "string"
|
|
58668
|
-
}
|
|
58669
|
-
},
|
|
58670
|
-
"parameters": [
|
|
58671
|
-
{
|
|
58672
|
-
"name": "groups",
|
|
58673
|
-
"type": {
|
|
58674
|
-
"text": "CriteriaGroup[]"
|
|
58675
|
-
}
|
|
58676
|
-
}
|
|
58677
|
-
],
|
|
58678
|
-
"description": "Converts validated CriteriaGroup[] to a Groovy criteria string using CriteriaBuilder.\nGroups are AND-ed at top level. Within each group, clauses use group.logic (and/or).\nIf group.negated is true, the group's combined expression is wrapped in NOT."
|
|
58679
|
-
},
|
|
58680
|
-
{
|
|
58681
|
-
"kind": "variable",
|
|
58682
|
-
"name": "STRING_OPERATORS",
|
|
58683
|
-
"type": {
|
|
58684
|
-
"text": "CriteriaOperator[]"
|
|
58685
|
-
},
|
|
58686
|
-
"default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
|
|
58687
|
-
},
|
|
58688
|
-
{
|
|
58689
|
-
"kind": "variable",
|
|
58690
|
-
"name": "NUMERIC_OPERATORS",
|
|
58691
|
-
"type": {
|
|
58692
|
-
"text": "CriteriaOperator[]"
|
|
58693
|
-
},
|
|
58694
|
-
"default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
|
|
58695
|
-
},
|
|
58696
|
-
{
|
|
58697
|
-
"kind": "variable",
|
|
58698
|
-
"name": "DATE_OPERATORS",
|
|
58699
|
-
"type": {
|
|
58700
|
-
"text": "CriteriaOperator[]"
|
|
58701
|
-
},
|
|
58702
|
-
"default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
|
|
58703
|
-
},
|
|
58704
|
-
{
|
|
58705
|
-
"kind": "variable",
|
|
58706
|
-
"name": "DATETIME_OPERATORS",
|
|
58707
|
-
"type": {
|
|
58708
|
-
"text": "CriteriaOperator[]"
|
|
58709
|
-
},
|
|
58710
|
-
"default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
|
|
58711
|
-
},
|
|
58712
|
-
{
|
|
58713
|
-
"kind": "variable",
|
|
58714
|
-
"name": "OPERATOR_DISPLAY_LABEL",
|
|
58715
|
-
"type": {
|
|
58716
|
-
"text": "Record<CriteriaOperator, string>"
|
|
58717
|
-
},
|
|
58718
|
-
"default": "{\n contains: 'contains',\n equals: '=',\n startsWith: 'starts with',\n endsWith: 'ends with',\n notEqual: '≠',\n greaterThan: '>',\n lessThan: '<',\n greaterThanOrEqual: '≥',\n lessThanOrEqual: '≤',\n dateIsToday: 'is today',\n dateIsAfter: 'after',\n dateIsBefore: 'before',\n dateIsEqual: '=',\n dateIsGreaterEqual: '≥',\n dateIsLessEqual: '≤',\n dateTimeIsAfter: 'after',\n dateTimeIsBefore: 'before',\n dateTimeIsGreaterEqual: '≥',\n dateTimeIsLessEqual: '≤',\n}"
|
|
58719
|
-
}
|
|
58720
|
-
],
|
|
58721
|
-
"exports": [
|
|
58722
|
-
{
|
|
58723
|
-
"kind": "js",
|
|
58724
|
-
"name": "groupsToCriteria",
|
|
58725
|
-
"declaration": {
|
|
58726
|
-
"name": "groupsToCriteria",
|
|
58727
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
58728
|
-
}
|
|
58729
|
-
},
|
|
58730
|
-
{
|
|
58731
|
-
"kind": "js",
|
|
58732
|
-
"name": "STRING_OPERATORS",
|
|
58733
|
-
"declaration": {
|
|
58734
|
-
"name": "STRING_OPERATORS",
|
|
58735
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
58736
|
-
}
|
|
58737
|
-
},
|
|
58738
|
-
{
|
|
58739
|
-
"kind": "js",
|
|
58740
|
-
"name": "NUMERIC_OPERATORS",
|
|
58741
|
-
"declaration": {
|
|
58742
|
-
"name": "NUMERIC_OPERATORS",
|
|
58743
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
58744
|
-
}
|
|
58745
|
-
},
|
|
58746
|
-
{
|
|
58747
|
-
"kind": "js",
|
|
58748
|
-
"name": "DATE_OPERATORS",
|
|
58749
|
-
"declaration": {
|
|
58750
|
-
"name": "DATE_OPERATORS",
|
|
58751
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
58752
|
-
}
|
|
58753
|
-
},
|
|
58754
|
-
{
|
|
58755
|
-
"kind": "js",
|
|
58756
|
-
"name": "DATETIME_OPERATORS",
|
|
58757
|
-
"declaration": {
|
|
58758
|
-
"name": "DATETIME_OPERATORS",
|
|
58759
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
58760
|
-
}
|
|
58761
|
-
},
|
|
58762
|
-
{
|
|
58763
|
-
"kind": "js",
|
|
58764
|
-
"name": "OPERATOR_DISPLAY_LABEL",
|
|
58765
|
-
"declaration": {
|
|
58766
|
-
"name": "OPERATOR_DISPLAY_LABEL",
|
|
58767
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
58768
|
-
}
|
|
58769
|
-
}
|
|
58770
|
-
]
|
|
58771
|
-
},
|
|
58772
|
-
{
|
|
58773
|
-
"kind": "javascript-module",
|
|
58774
|
-
"path": "src/ai-criteria-search/validation/schema-validator.ts",
|
|
58775
|
-
"declarations": [
|
|
58776
|
-
{
|
|
58777
|
-
"kind": "function",
|
|
58778
|
-
"name": "validateClauses",
|
|
58779
|
-
"return": {
|
|
58780
|
-
"type": {
|
|
58781
|
-
"text": "ValidationResult"
|
|
58782
|
-
}
|
|
58783
|
-
},
|
|
58784
|
-
"parameters": [
|
|
58785
|
-
{
|
|
58786
|
-
"name": "clauses",
|
|
58787
|
-
"type": {
|
|
58788
|
-
"text": "CriteriaClause[]"
|
|
58789
|
-
}
|
|
58790
|
-
},
|
|
58791
|
-
{
|
|
58792
|
-
"name": "fieldMetadata",
|
|
58793
|
-
"type": {
|
|
58794
|
-
"text": "MetadataDetail[] | string[]"
|
|
58795
|
-
}
|
|
58796
|
-
}
|
|
58797
|
-
]
|
|
58798
|
-
},
|
|
58799
|
-
{
|
|
58800
|
-
"kind": "function",
|
|
58801
|
-
"name": "validateGroups",
|
|
58802
|
-
"return": {
|
|
58803
|
-
"type": {
|
|
58804
|
-
"text": "GroupsValidationResult"
|
|
58805
|
-
}
|
|
58806
|
-
},
|
|
58807
|
-
"parameters": [
|
|
58808
|
-
{
|
|
58809
|
-
"name": "groups",
|
|
58810
|
-
"type": {
|
|
58811
|
-
"text": "CriteriaGroup[]"
|
|
58812
|
-
}
|
|
58813
|
-
},
|
|
58814
|
-
{
|
|
58815
|
-
"name": "fieldMetadata",
|
|
58816
|
-
"type": {
|
|
58817
|
-
"text": "MetadataDetail[] | string[]"
|
|
58818
|
-
}
|
|
58819
|
-
}
|
|
58820
|
-
],
|
|
58821
|
-
"description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
|
|
58822
|
-
}
|
|
58823
|
-
],
|
|
58824
|
-
"exports": [
|
|
58825
|
-
{
|
|
58826
|
-
"kind": "js",
|
|
58827
|
-
"name": "validateClauses",
|
|
58828
|
-
"declaration": {
|
|
58829
|
-
"name": "validateClauses",
|
|
58830
|
-
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
58831
|
-
}
|
|
58832
|
-
},
|
|
58833
|
-
{
|
|
58834
|
-
"kind": "js",
|
|
58835
|
-
"name": "validateGroups",
|
|
58836
|
-
"declaration": {
|
|
58837
|
-
"name": "validateGroups",
|
|
58838
|
-
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
58839
|
-
}
|
|
58840
|
-
}
|
|
58841
|
-
]
|
|
58842
|
-
},
|
|
58843
58652
|
{
|
|
58844
58653
|
"kind": "javascript-module",
|
|
58845
58654
|
"path": "src/_config/styles/colors.ts",
|
|
@@ -60212,6 +60021,197 @@
|
|
|
60212
60021
|
"declarations": [],
|
|
60213
60022
|
"exports": []
|
|
60214
60023
|
},
|
|
60024
|
+
{
|
|
60025
|
+
"kind": "javascript-module",
|
|
60026
|
+
"path": "src/ai-criteria-search/validation/criteria-ir.ts",
|
|
60027
|
+
"declarations": [],
|
|
60028
|
+
"exports": []
|
|
60029
|
+
},
|
|
60030
|
+
{
|
|
60031
|
+
"kind": "javascript-module",
|
|
60032
|
+
"path": "src/ai-criteria-search/validation/operator-map.ts",
|
|
60033
|
+
"declarations": [
|
|
60034
|
+
{
|
|
60035
|
+
"kind": "function",
|
|
60036
|
+
"name": "groupsToCriteria",
|
|
60037
|
+
"return": {
|
|
60038
|
+
"type": {
|
|
60039
|
+
"text": "string"
|
|
60040
|
+
}
|
|
60041
|
+
},
|
|
60042
|
+
"parameters": [
|
|
60043
|
+
{
|
|
60044
|
+
"name": "groups",
|
|
60045
|
+
"type": {
|
|
60046
|
+
"text": "CriteriaGroup[]"
|
|
60047
|
+
}
|
|
60048
|
+
}
|
|
60049
|
+
],
|
|
60050
|
+
"description": "Converts validated CriteriaGroup[] to a Groovy criteria string using CriteriaBuilder.\nGroups are AND-ed at top level. Within each group, clauses use group.logic (and/or).\nIf group.negated is true, the group's combined expression is wrapped in NOT."
|
|
60051
|
+
},
|
|
60052
|
+
{
|
|
60053
|
+
"kind": "variable",
|
|
60054
|
+
"name": "STRING_OPERATORS",
|
|
60055
|
+
"type": {
|
|
60056
|
+
"text": "CriteriaOperator[]"
|
|
60057
|
+
},
|
|
60058
|
+
"default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
|
|
60059
|
+
},
|
|
60060
|
+
{
|
|
60061
|
+
"kind": "variable",
|
|
60062
|
+
"name": "NUMERIC_OPERATORS",
|
|
60063
|
+
"type": {
|
|
60064
|
+
"text": "CriteriaOperator[]"
|
|
60065
|
+
},
|
|
60066
|
+
"default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
|
|
60067
|
+
},
|
|
60068
|
+
{
|
|
60069
|
+
"kind": "variable",
|
|
60070
|
+
"name": "DATE_OPERATORS",
|
|
60071
|
+
"type": {
|
|
60072
|
+
"text": "CriteriaOperator[]"
|
|
60073
|
+
},
|
|
60074
|
+
"default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
|
|
60075
|
+
},
|
|
60076
|
+
{
|
|
60077
|
+
"kind": "variable",
|
|
60078
|
+
"name": "DATETIME_OPERATORS",
|
|
60079
|
+
"type": {
|
|
60080
|
+
"text": "CriteriaOperator[]"
|
|
60081
|
+
},
|
|
60082
|
+
"default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
|
|
60083
|
+
},
|
|
60084
|
+
{
|
|
60085
|
+
"kind": "variable",
|
|
60086
|
+
"name": "OPERATOR_DISPLAY_LABEL",
|
|
60087
|
+
"type": {
|
|
60088
|
+
"text": "Record<CriteriaOperator, string>"
|
|
60089
|
+
},
|
|
60090
|
+
"default": "{\n contains: 'contains',\n equals: '=',\n startsWith: 'starts with',\n endsWith: 'ends with',\n notEqual: '≠',\n greaterThan: '>',\n lessThan: '<',\n greaterThanOrEqual: '≥',\n lessThanOrEqual: '≤',\n dateIsToday: 'is today',\n dateIsAfter: 'after',\n dateIsBefore: 'before',\n dateIsEqual: '=',\n dateIsGreaterEqual: '≥',\n dateIsLessEqual: '≤',\n dateTimeIsAfter: 'after',\n dateTimeIsBefore: 'before',\n dateTimeIsGreaterEqual: '≥',\n dateTimeIsLessEqual: '≤',\n}"
|
|
60091
|
+
}
|
|
60092
|
+
],
|
|
60093
|
+
"exports": [
|
|
60094
|
+
{
|
|
60095
|
+
"kind": "js",
|
|
60096
|
+
"name": "groupsToCriteria",
|
|
60097
|
+
"declaration": {
|
|
60098
|
+
"name": "groupsToCriteria",
|
|
60099
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
60100
|
+
}
|
|
60101
|
+
},
|
|
60102
|
+
{
|
|
60103
|
+
"kind": "js",
|
|
60104
|
+
"name": "STRING_OPERATORS",
|
|
60105
|
+
"declaration": {
|
|
60106
|
+
"name": "STRING_OPERATORS",
|
|
60107
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
60108
|
+
}
|
|
60109
|
+
},
|
|
60110
|
+
{
|
|
60111
|
+
"kind": "js",
|
|
60112
|
+
"name": "NUMERIC_OPERATORS",
|
|
60113
|
+
"declaration": {
|
|
60114
|
+
"name": "NUMERIC_OPERATORS",
|
|
60115
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
60116
|
+
}
|
|
60117
|
+
},
|
|
60118
|
+
{
|
|
60119
|
+
"kind": "js",
|
|
60120
|
+
"name": "DATE_OPERATORS",
|
|
60121
|
+
"declaration": {
|
|
60122
|
+
"name": "DATE_OPERATORS",
|
|
60123
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
60124
|
+
}
|
|
60125
|
+
},
|
|
60126
|
+
{
|
|
60127
|
+
"kind": "js",
|
|
60128
|
+
"name": "DATETIME_OPERATORS",
|
|
60129
|
+
"declaration": {
|
|
60130
|
+
"name": "DATETIME_OPERATORS",
|
|
60131
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
60132
|
+
}
|
|
60133
|
+
},
|
|
60134
|
+
{
|
|
60135
|
+
"kind": "js",
|
|
60136
|
+
"name": "OPERATOR_DISPLAY_LABEL",
|
|
60137
|
+
"declaration": {
|
|
60138
|
+
"name": "OPERATOR_DISPLAY_LABEL",
|
|
60139
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
60140
|
+
}
|
|
60141
|
+
}
|
|
60142
|
+
]
|
|
60143
|
+
},
|
|
60144
|
+
{
|
|
60145
|
+
"kind": "javascript-module",
|
|
60146
|
+
"path": "src/ai-criteria-search/validation/schema-validator.ts",
|
|
60147
|
+
"declarations": [
|
|
60148
|
+
{
|
|
60149
|
+
"kind": "function",
|
|
60150
|
+
"name": "validateClauses",
|
|
60151
|
+
"return": {
|
|
60152
|
+
"type": {
|
|
60153
|
+
"text": "ValidationResult"
|
|
60154
|
+
}
|
|
60155
|
+
},
|
|
60156
|
+
"parameters": [
|
|
60157
|
+
{
|
|
60158
|
+
"name": "clauses",
|
|
60159
|
+
"type": {
|
|
60160
|
+
"text": "CriteriaClause[]"
|
|
60161
|
+
}
|
|
60162
|
+
},
|
|
60163
|
+
{
|
|
60164
|
+
"name": "fieldMetadata",
|
|
60165
|
+
"type": {
|
|
60166
|
+
"text": "MetadataDetail[] | string[]"
|
|
60167
|
+
}
|
|
60168
|
+
}
|
|
60169
|
+
]
|
|
60170
|
+
},
|
|
60171
|
+
{
|
|
60172
|
+
"kind": "function",
|
|
60173
|
+
"name": "validateGroups",
|
|
60174
|
+
"return": {
|
|
60175
|
+
"type": {
|
|
60176
|
+
"text": "GroupsValidationResult"
|
|
60177
|
+
}
|
|
60178
|
+
},
|
|
60179
|
+
"parameters": [
|
|
60180
|
+
{
|
|
60181
|
+
"name": "groups",
|
|
60182
|
+
"type": {
|
|
60183
|
+
"text": "CriteriaGroup[]"
|
|
60184
|
+
}
|
|
60185
|
+
},
|
|
60186
|
+
{
|
|
60187
|
+
"name": "fieldMetadata",
|
|
60188
|
+
"type": {
|
|
60189
|
+
"text": "MetadataDetail[] | string[]"
|
|
60190
|
+
}
|
|
60191
|
+
}
|
|
60192
|
+
],
|
|
60193
|
+
"description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
|
|
60194
|
+
}
|
|
60195
|
+
],
|
|
60196
|
+
"exports": [
|
|
60197
|
+
{
|
|
60198
|
+
"kind": "js",
|
|
60199
|
+
"name": "validateClauses",
|
|
60200
|
+
"declaration": {
|
|
60201
|
+
"name": "validateClauses",
|
|
60202
|
+
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
60203
|
+
}
|
|
60204
|
+
},
|
|
60205
|
+
{
|
|
60206
|
+
"kind": "js",
|
|
60207
|
+
"name": "validateGroups",
|
|
60208
|
+
"declaration": {
|
|
60209
|
+
"name": "validateGroups",
|
|
60210
|
+
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
60211
|
+
}
|
|
60212
|
+
}
|
|
60213
|
+
]
|
|
60214
|
+
},
|
|
60215
60215
|
{
|
|
60216
60216
|
"kind": "javascript-module",
|
|
60217
60217
|
"path": "src/environment-indicator/utils/configure.ts",
|