@genesislcap/foundation-ui 14.425.0 → 14.426.1-alpha-be0ea39.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 +956 -956
- package/dist/dts/react.d.ts +103 -17
- package/dist/react.cjs +14 -14
- package/dist/react.mjs +11 -11
- package/package.json +19 -19
|
@@ -1392,65 +1392,11 @@
|
|
|
1392
1392
|
},
|
|
1393
1393
|
{
|
|
1394
1394
|
"kind": "javascript-module",
|
|
1395
|
-
"path": "src/
|
|
1396
|
-
"declarations": [],
|
|
1397
|
-
"exports": [
|
|
1398
|
-
{
|
|
1399
|
-
"kind": "js",
|
|
1400
|
-
"name": "*",
|
|
1401
|
-
"declaration": {
|
|
1402
|
-
"name": "*",
|
|
1403
|
-
"package": "./styles"
|
|
1404
|
-
}
|
|
1405
|
-
},
|
|
1406
|
-
{
|
|
1407
|
-
"kind": "js",
|
|
1408
|
-
"name": "*",
|
|
1409
|
-
"declaration": {
|
|
1410
|
-
"name": "*",
|
|
1411
|
-
"package": "./tokens"
|
|
1412
|
-
}
|
|
1413
|
-
},
|
|
1414
|
-
{
|
|
1415
|
-
"kind": "js",
|
|
1416
|
-
"name": "*",
|
|
1417
|
-
"declaration": {
|
|
1418
|
-
"name": "*",
|
|
1419
|
-
"package": "./values"
|
|
1420
|
-
}
|
|
1421
|
-
}
|
|
1422
|
-
]
|
|
1423
|
-
},
|
|
1424
|
-
{
|
|
1425
|
-
"kind": "javascript-module",
|
|
1426
|
-
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1395
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1427
1396
|
"declarations": [
|
|
1428
1397
|
{
|
|
1429
1398
|
"kind": "function",
|
|
1430
|
-
"name": "
|
|
1431
|
-
"return": {
|
|
1432
|
-
"type": {
|
|
1433
|
-
"text": "ElementStyles"
|
|
1434
|
-
}
|
|
1435
|
-
},
|
|
1436
|
-
"parameters": [
|
|
1437
|
-
{
|
|
1438
|
-
"name": "context",
|
|
1439
|
-
"type": {
|
|
1440
|
-
"text": "ElementDefinitionContext"
|
|
1441
|
-
}
|
|
1442
|
-
},
|
|
1443
|
-
{
|
|
1444
|
-
"name": "definition",
|
|
1445
|
-
"type": {
|
|
1446
|
-
"text": "FoundationElementDefinition"
|
|
1447
|
-
}
|
|
1448
|
-
}
|
|
1449
|
-
]
|
|
1450
|
-
},
|
|
1451
|
-
{
|
|
1452
|
-
"kind": "function",
|
|
1453
|
-
"name": "foundationActionsMenuStyles",
|
|
1399
|
+
"name": "foundationAccordionStyles",
|
|
1454
1400
|
"return": {
|
|
1455
1401
|
"type": {
|
|
1456
1402
|
"text": "ElementStyles"
|
|
@@ -1475,269 +1421,277 @@
|
|
|
1475
1421
|
"exports": [
|
|
1476
1422
|
{
|
|
1477
1423
|
"kind": "js",
|
|
1478
|
-
"name": "
|
|
1479
|
-
"declaration": {
|
|
1480
|
-
"name": "actionsMenuBaseStyles",
|
|
1481
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1482
|
-
}
|
|
1483
|
-
},
|
|
1484
|
-
{
|
|
1485
|
-
"kind": "js",
|
|
1486
|
-
"name": "foundationActionsMenuStyles",
|
|
1424
|
+
"name": "foundationAccordionStyles",
|
|
1487
1425
|
"declaration": {
|
|
1488
|
-
"name": "
|
|
1489
|
-
"module": "src/
|
|
1426
|
+
"name": "foundationAccordionStyles",
|
|
1427
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1490
1428
|
}
|
|
1491
1429
|
}
|
|
1492
1430
|
]
|
|
1493
1431
|
},
|
|
1494
1432
|
{
|
|
1495
1433
|
"kind": "javascript-module",
|
|
1496
|
-
"path": "src/
|
|
1434
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1497
1435
|
"declarations": [
|
|
1498
1436
|
{
|
|
1499
1437
|
"kind": "function",
|
|
1500
|
-
"name": "
|
|
1438
|
+
"name": "foundationAccordionTemplate",
|
|
1439
|
+
"return": {
|
|
1440
|
+
"type": {
|
|
1441
|
+
"text": "ViewTemplate<Accordion>"
|
|
1442
|
+
}
|
|
1443
|
+
},
|
|
1501
1444
|
"parameters": [
|
|
1502
1445
|
{
|
|
1503
|
-
"name": "
|
|
1446
|
+
"name": "context",
|
|
1504
1447
|
"type": {
|
|
1505
|
-
"text": "
|
|
1448
|
+
"text": "ElementDefinitionContext"
|
|
1506
1449
|
}
|
|
1507
|
-
}
|
|
1508
|
-
]
|
|
1509
|
-
},
|
|
1510
|
-
{
|
|
1511
|
-
"kind": "function",
|
|
1512
|
-
"name": "singleOptionTemplate",
|
|
1513
|
-
"parameters": [
|
|
1450
|
+
},
|
|
1514
1451
|
{
|
|
1515
|
-
"name": "
|
|
1452
|
+
"name": "definition",
|
|
1516
1453
|
"type": {
|
|
1517
|
-
"text": "
|
|
1454
|
+
"text": "FoundationElementDefinition"
|
|
1518
1455
|
}
|
|
1519
1456
|
}
|
|
1520
1457
|
]
|
|
1521
|
-
},
|
|
1522
|
-
{
|
|
1523
|
-
"kind": "variable",
|
|
1524
|
-
"name": "foundationActionsMenuTemplate",
|
|
1525
|
-
"type": {
|
|
1526
|
-
"text": "ViewTemplate<ActionsMenu>"
|
|
1527
|
-
},
|
|
1528
|
-
"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`"
|
|
1529
1458
|
}
|
|
1530
1459
|
],
|
|
1531
1460
|
"exports": [
|
|
1532
1461
|
{
|
|
1533
1462
|
"kind": "js",
|
|
1534
|
-
"name": "
|
|
1535
|
-
"declaration": {
|
|
1536
|
-
"name": "menuTemplate",
|
|
1537
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1538
|
-
}
|
|
1539
|
-
},
|
|
1540
|
-
{
|
|
1541
|
-
"kind": "js",
|
|
1542
|
-
"name": "singleOptionTemplate",
|
|
1543
|
-
"declaration": {
|
|
1544
|
-
"name": "singleOptionTemplate",
|
|
1545
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1546
|
-
}
|
|
1547
|
-
},
|
|
1548
|
-
{
|
|
1549
|
-
"kind": "js",
|
|
1550
|
-
"name": "foundationActionsMenuTemplate",
|
|
1463
|
+
"name": "foundationAccordionTemplate",
|
|
1551
1464
|
"declaration": {
|
|
1552
|
-
"name": "
|
|
1553
|
-
"module": "src/
|
|
1465
|
+
"name": "foundationAccordionTemplate",
|
|
1466
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1554
1467
|
}
|
|
1555
1468
|
}
|
|
1556
1469
|
]
|
|
1557
1470
|
},
|
|
1558
1471
|
{
|
|
1559
1472
|
"kind": "javascript-module",
|
|
1560
|
-
"path": "src/
|
|
1473
|
+
"path": "src/accordion/accordion.ts",
|
|
1561
1474
|
"declarations": [
|
|
1562
1475
|
{
|
|
1563
1476
|
"kind": "class",
|
|
1564
1477
|
"description": "",
|
|
1565
|
-
"name": "
|
|
1566
|
-
"
|
|
1478
|
+
"name": "Accordion",
|
|
1479
|
+
"superclass": {
|
|
1480
|
+
"name": "FASTAccordion",
|
|
1481
|
+
"package": "@microsoft/fast-foundation"
|
|
1482
|
+
},
|
|
1483
|
+
"tagName": "%%prefix%%-accordion",
|
|
1484
|
+
"customElement": true,
|
|
1485
|
+
"attributes": [
|
|
1567
1486
|
{
|
|
1568
|
-
"
|
|
1569
|
-
"name": "actions",
|
|
1487
|
+
"name": "expand-mode",
|
|
1570
1488
|
"type": {
|
|
1571
|
-
"text": "
|
|
1489
|
+
"text": "AccordionExpandMode"
|
|
1490
|
+
},
|
|
1491
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1492
|
+
"fieldName": "expandmode",
|
|
1493
|
+
"inheritedFrom": {
|
|
1494
|
+
"name": "Accordion",
|
|
1495
|
+
"module": "src/accordion/accordion.ts"
|
|
1572
1496
|
}
|
|
1573
|
-
}
|
|
1497
|
+
}
|
|
1498
|
+
],
|
|
1499
|
+
"members": [
|
|
1574
1500
|
{
|
|
1575
1501
|
"kind": "field",
|
|
1576
|
-
"name": "
|
|
1502
|
+
"name": "expandmode",
|
|
1577
1503
|
"type": {
|
|
1578
|
-
"text": "
|
|
1504
|
+
"text": "AccordionExpandMode"
|
|
1579
1505
|
},
|
|
1580
|
-
"
|
|
1506
|
+
"privacy": "public",
|
|
1507
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1508
|
+
"inheritedFrom": {
|
|
1509
|
+
"name": "Accordion",
|
|
1510
|
+
"module": "src/accordion/accordion.ts"
|
|
1511
|
+
}
|
|
1581
1512
|
},
|
|
1582
1513
|
{
|
|
1583
1514
|
"kind": "field",
|
|
1584
|
-
"name": "
|
|
1515
|
+
"name": "activeid",
|
|
1585
1516
|
"type": {
|
|
1586
|
-
"text": "
|
|
1517
|
+
"text": "string | null"
|
|
1587
1518
|
},
|
|
1588
|
-
"
|
|
1519
|
+
"privacy": "private",
|
|
1520
|
+
"inheritedFrom": {
|
|
1521
|
+
"name": "Accordion",
|
|
1522
|
+
"module": "src/accordion/accordion.ts"
|
|
1523
|
+
}
|
|
1589
1524
|
},
|
|
1590
1525
|
{
|
|
1591
1526
|
"kind": "field",
|
|
1592
|
-
"name": "
|
|
1527
|
+
"name": "activeItemIndex",
|
|
1593
1528
|
"type": {
|
|
1594
|
-
"text": "
|
|
1529
|
+
"text": "number"
|
|
1595
1530
|
},
|
|
1596
|
-
"
|
|
1531
|
+
"privacy": "private",
|
|
1532
|
+
"default": "0",
|
|
1533
|
+
"inheritedFrom": {
|
|
1534
|
+
"name": "Accordion",
|
|
1535
|
+
"module": "src/accordion/accordion.ts"
|
|
1536
|
+
}
|
|
1597
1537
|
},
|
|
1598
1538
|
{
|
|
1599
1539
|
"kind": "field",
|
|
1600
|
-
"name": "
|
|
1540
|
+
"name": "accordionIds",
|
|
1601
1541
|
"type": {
|
|
1602
|
-
"text": "string"
|
|
1542
|
+
"text": "Array<string | null>"
|
|
1543
|
+
},
|
|
1544
|
+
"privacy": "private",
|
|
1545
|
+
"inheritedFrom": {
|
|
1546
|
+
"name": "Accordion",
|
|
1547
|
+
"module": "src/accordion/accordion.ts"
|
|
1603
1548
|
}
|
|
1604
1549
|
},
|
|
1605
1550
|
{
|
|
1606
1551
|
"kind": "field",
|
|
1607
|
-
"name": "
|
|
1608
|
-
"
|
|
1609
|
-
|
|
1552
|
+
"name": "change",
|
|
1553
|
+
"privacy": "private",
|
|
1554
|
+
"inheritedFrom": {
|
|
1555
|
+
"name": "Accordion",
|
|
1556
|
+
"module": "src/accordion/accordion.ts"
|
|
1610
1557
|
}
|
|
1611
1558
|
},
|
|
1612
1559
|
{
|
|
1613
|
-
"kind": "
|
|
1614
|
-
"name": "
|
|
1615
|
-
"
|
|
1616
|
-
|
|
1560
|
+
"kind": "method",
|
|
1561
|
+
"name": "findExpandedItem",
|
|
1562
|
+
"privacy": "private",
|
|
1563
|
+
"return": {
|
|
1564
|
+
"type": {
|
|
1565
|
+
"text": "AccordionItem | null"
|
|
1566
|
+
}
|
|
1617
1567
|
},
|
|
1618
|
-
"
|
|
1568
|
+
"inheritedFrom": {
|
|
1569
|
+
"name": "Accordion",
|
|
1570
|
+
"module": "src/accordion/accordion.ts"
|
|
1571
|
+
}
|
|
1619
1572
|
},
|
|
1620
1573
|
{
|
|
1621
1574
|
"kind": "field",
|
|
1622
|
-
"name": "
|
|
1623
|
-
"
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1575
|
+
"name": "setItems",
|
|
1576
|
+
"privacy": "private",
|
|
1577
|
+
"inheritedFrom": {
|
|
1578
|
+
"name": "Accordion",
|
|
1579
|
+
"module": "src/accordion/accordion.ts"
|
|
1580
|
+
}
|
|
1627
1581
|
},
|
|
1628
1582
|
{
|
|
1629
|
-
"kind": "
|
|
1630
|
-
"name": "
|
|
1631
|
-
"
|
|
1632
|
-
|
|
1583
|
+
"kind": "method",
|
|
1584
|
+
"name": "resetItems",
|
|
1585
|
+
"privacy": "private",
|
|
1586
|
+
"return": {
|
|
1587
|
+
"type": {
|
|
1588
|
+
"text": "void"
|
|
1589
|
+
}
|
|
1590
|
+
},
|
|
1591
|
+
"inheritedFrom": {
|
|
1592
|
+
"name": "Accordion",
|
|
1593
|
+
"module": "src/accordion/accordion.ts"
|
|
1633
1594
|
}
|
|
1634
1595
|
},
|
|
1635
1596
|
{
|
|
1636
1597
|
"kind": "field",
|
|
1637
|
-
"name": "
|
|
1638
|
-
"
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1598
|
+
"name": "removeItemListeners",
|
|
1599
|
+
"privacy": "private",
|
|
1600
|
+
"inheritedFrom": {
|
|
1601
|
+
"name": "Accordion",
|
|
1602
|
+
"module": "src/accordion/accordion.ts"
|
|
1603
|
+
}
|
|
1642
1604
|
},
|
|
1643
1605
|
{
|
|
1644
1606
|
"kind": "field",
|
|
1645
|
-
"name": "
|
|
1646
|
-
"
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
},
|
|
1651
|
-
{
|
|
1652
|
-
"kind": "field",
|
|
1653
|
-
"name": "singleOption",
|
|
1654
|
-
"type": {
|
|
1655
|
-
"text": "ActionMenuItem"
|
|
1656
|
-
}
|
|
1657
|
-
},
|
|
1658
|
-
{
|
|
1659
|
-
"kind": "field",
|
|
1660
|
-
"name": "actionsMenu",
|
|
1661
|
-
"type": {
|
|
1662
|
-
"text": "HTMLElement"
|
|
1607
|
+
"name": "activeItemChange",
|
|
1608
|
+
"privacy": "private",
|
|
1609
|
+
"inheritedFrom": {
|
|
1610
|
+
"name": "Accordion",
|
|
1611
|
+
"module": "src/accordion/accordion.ts"
|
|
1663
1612
|
}
|
|
1664
1613
|
},
|
|
1665
1614
|
{
|
|
1666
1615
|
"kind": "method",
|
|
1667
|
-
"name": "
|
|
1668
|
-
"privacy": "
|
|
1669
|
-
"
|
|
1670
|
-
{
|
|
1671
|
-
"
|
|
1672
|
-
"type": {
|
|
1673
|
-
"text": "any"
|
|
1674
|
-
}
|
|
1675
|
-
},
|
|
1676
|
-
{
|
|
1677
|
-
"name": "newValue",
|
|
1678
|
-
"type": {
|
|
1679
|
-
"text": "any"
|
|
1680
|
-
}
|
|
1616
|
+
"name": "getItemIds",
|
|
1617
|
+
"privacy": "private",
|
|
1618
|
+
"return": {
|
|
1619
|
+
"type": {
|
|
1620
|
+
"text": "Array<string | null>"
|
|
1681
1621
|
}
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
"privacy": "protected"
|
|
1688
|
-
},
|
|
1689
|
-
{
|
|
1690
|
-
"kind": "method",
|
|
1691
|
-
"name": "toggleActionsMenuVisibility"
|
|
1622
|
+
},
|
|
1623
|
+
"inheritedFrom": {
|
|
1624
|
+
"name": "Accordion",
|
|
1625
|
+
"module": "src/accordion/accordion.ts"
|
|
1626
|
+
}
|
|
1692
1627
|
},
|
|
1693
1628
|
{
|
|
1694
1629
|
"kind": "method",
|
|
1695
|
-
"name": "
|
|
1696
|
-
"
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
"
|
|
1700
|
-
"text": "(rowData) => void | any"
|
|
1701
|
-
}
|
|
1630
|
+
"name": "isSingleExpandMode",
|
|
1631
|
+
"privacy": "private",
|
|
1632
|
+
"return": {
|
|
1633
|
+
"type": {
|
|
1634
|
+
"text": "boolean"
|
|
1702
1635
|
}
|
|
1703
|
-
|
|
1636
|
+
},
|
|
1637
|
+
"inheritedFrom": {
|
|
1638
|
+
"name": "Accordion",
|
|
1639
|
+
"module": "src/accordion/accordion.ts"
|
|
1640
|
+
}
|
|
1704
1641
|
},
|
|
1705
1642
|
{
|
|
1706
1643
|
"kind": "field",
|
|
1707
|
-
"name": "
|
|
1708
|
-
"
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1644
|
+
"name": "handleItemKeyDown",
|
|
1645
|
+
"privacy": "private",
|
|
1646
|
+
"inheritedFrom": {
|
|
1647
|
+
"name": "Accordion",
|
|
1648
|
+
"module": "src/accordion/accordion.ts"
|
|
1649
|
+
}
|
|
1712
1650
|
},
|
|
1713
1651
|
{
|
|
1714
1652
|
"kind": "field",
|
|
1715
|
-
"name": "
|
|
1716
|
-
"
|
|
1653
|
+
"name": "handleItemFocus",
|
|
1654
|
+
"privacy": "private",
|
|
1655
|
+
"inheritedFrom": {
|
|
1656
|
+
"name": "Accordion",
|
|
1657
|
+
"module": "src/accordion/accordion.ts"
|
|
1658
|
+
}
|
|
1717
1659
|
},
|
|
1718
1660
|
{
|
|
1719
1661
|
"kind": "method",
|
|
1720
|
-
"name": "
|
|
1662
|
+
"name": "adjust",
|
|
1663
|
+
"privacy": "private",
|
|
1664
|
+
"return": {
|
|
1665
|
+
"type": {
|
|
1666
|
+
"text": "void"
|
|
1667
|
+
}
|
|
1668
|
+
},
|
|
1721
1669
|
"parameters": [
|
|
1722
1670
|
{
|
|
1723
|
-
"name": "
|
|
1671
|
+
"name": "adjustment",
|
|
1724
1672
|
"type": {
|
|
1725
|
-
"text": "
|
|
1673
|
+
"text": "number"
|
|
1726
1674
|
}
|
|
1727
1675
|
}
|
|
1728
|
-
]
|
|
1676
|
+
],
|
|
1677
|
+
"inheritedFrom": {
|
|
1678
|
+
"name": "Accordion",
|
|
1679
|
+
"module": "src/accordion/accordion.ts"
|
|
1680
|
+
}
|
|
1729
1681
|
},
|
|
1730
1682
|
{
|
|
1731
1683
|
"kind": "method",
|
|
1732
|
-
"name": "
|
|
1733
|
-
"
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
"
|
|
1737
|
-
"text": "string"
|
|
1738
|
-
}
|
|
1684
|
+
"name": "focusItem",
|
|
1685
|
+
"privacy": "private",
|
|
1686
|
+
"return": {
|
|
1687
|
+
"type": {
|
|
1688
|
+
"text": "void"
|
|
1739
1689
|
}
|
|
1740
|
-
|
|
1690
|
+
},
|
|
1691
|
+
"inheritedFrom": {
|
|
1692
|
+
"name": "Accordion",
|
|
1693
|
+
"module": "src/accordion/accordion.ts"
|
|
1694
|
+
}
|
|
1741
1695
|
},
|
|
1742
1696
|
{
|
|
1743
1697
|
"kind": "field",
|
|
@@ -1851,107 +1805,78 @@
|
|
|
1851
1805
|
}
|
|
1852
1806
|
}
|
|
1853
1807
|
],
|
|
1854
|
-
"
|
|
1855
|
-
{
|
|
1856
|
-
"name": "is-vertical",
|
|
1857
|
-
"type": {
|
|
1858
|
-
"text": "boolean"
|
|
1859
|
-
},
|
|
1860
|
-
"default": "false",
|
|
1861
|
-
"fieldName": "isVertical"
|
|
1862
|
-
},
|
|
1863
|
-
{
|
|
1864
|
-
"name": "add-default-actions",
|
|
1865
|
-
"type": {
|
|
1866
|
-
"text": "boolean"
|
|
1867
|
-
},
|
|
1868
|
-
"default": "true",
|
|
1869
|
-
"fieldName": "addDefaultActions"
|
|
1870
|
-
},
|
|
1871
|
-
{
|
|
1872
|
-
"name": "auto-close-on-action",
|
|
1873
|
-
"type": {
|
|
1874
|
-
"text": "boolean"
|
|
1875
|
-
},
|
|
1876
|
-
"default": "true",
|
|
1877
|
-
"fieldName": "autoCloseOnAction"
|
|
1878
|
-
},
|
|
1879
|
-
{
|
|
1880
|
-
"name": "name",
|
|
1881
|
-
"type": {
|
|
1882
|
-
"text": "string"
|
|
1883
|
-
},
|
|
1884
|
-
"default": "'Actions'",
|
|
1885
|
-
"fieldName": "name"
|
|
1886
|
-
},
|
|
1887
|
-
{
|
|
1888
|
-
"name": "open",
|
|
1889
|
-
"type": {
|
|
1890
|
-
"text": "boolean"
|
|
1891
|
-
},
|
|
1892
|
-
"default": "false",
|
|
1893
|
-
"fieldName": "open"
|
|
1894
|
-
},
|
|
1895
|
-
{
|
|
1896
|
-
"name": "buttonAppearance",
|
|
1897
|
-
"type": {
|
|
1898
|
-
"text": "string"
|
|
1899
|
-
},
|
|
1900
|
-
"fieldName": "buttonAppearance"
|
|
1901
|
-
},
|
|
1902
|
-
{
|
|
1903
|
-
"name": "hide-disabled",
|
|
1904
|
-
"type": {
|
|
1905
|
-
"text": "boolean"
|
|
1906
|
-
},
|
|
1907
|
-
"default": "false",
|
|
1908
|
-
"fieldName": "hideDisabled"
|
|
1909
|
-
},
|
|
1808
|
+
"events": [
|
|
1910
1809
|
{
|
|
1911
|
-
"
|
|
1912
|
-
"
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1810
|
+
"description": "Fires a custom 'change' event when the active item changes",
|
|
1811
|
+
"name": "change",
|
|
1812
|
+
"inheritedFrom": {
|
|
1813
|
+
"name": "Accordion",
|
|
1814
|
+
"module": "src/accordion/accordion.ts"
|
|
1815
|
+
}
|
|
1917
1816
|
}
|
|
1918
|
-
]
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1817
|
+
]
|
|
1818
|
+
},
|
|
1819
|
+
{
|
|
1820
|
+
"kind": "variable",
|
|
1821
|
+
"name": "foundationAccordionShadowOptions",
|
|
1822
|
+
"type": {
|
|
1823
|
+
"text": "ShadowRootInit"
|
|
1922
1824
|
},
|
|
1923
|
-
"
|
|
1924
|
-
"customElement": true
|
|
1825
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1925
1826
|
},
|
|
1926
1827
|
{
|
|
1927
1828
|
"kind": "variable",
|
|
1928
|
-
"name": "
|
|
1929
|
-
"
|
|
1829
|
+
"name": "defaultAccordionConfig",
|
|
1830
|
+
"type": {
|
|
1831
|
+
"text": "object"
|
|
1832
|
+
},
|
|
1833
|
+
"default": "{}"
|
|
1834
|
+
},
|
|
1835
|
+
{
|
|
1836
|
+
"kind": "variable",
|
|
1837
|
+
"name": "foundationAccordion",
|
|
1838
|
+
"description": "The Foundation Accordion",
|
|
1930
1839
|
"privacy": "public"
|
|
1931
1840
|
}
|
|
1932
1841
|
],
|
|
1933
1842
|
"exports": [
|
|
1934
1843
|
{
|
|
1935
1844
|
"kind": "js",
|
|
1936
|
-
"name": "
|
|
1845
|
+
"name": "Accordion",
|
|
1937
1846
|
"declaration": {
|
|
1938
|
-
"name": "
|
|
1939
|
-
"module": "src/
|
|
1847
|
+
"name": "Accordion",
|
|
1848
|
+
"module": "src/accordion/accordion.ts"
|
|
1940
1849
|
}
|
|
1941
1850
|
},
|
|
1942
1851
|
{
|
|
1943
1852
|
"kind": "js",
|
|
1944
|
-
"name": "
|
|
1853
|
+
"name": "foundationAccordionShadowOptions",
|
|
1945
1854
|
"declaration": {
|
|
1946
|
-
"name": "
|
|
1947
|
-
"module": "src/
|
|
1855
|
+
"name": "foundationAccordionShadowOptions",
|
|
1856
|
+
"module": "src/accordion/accordion.ts"
|
|
1857
|
+
}
|
|
1858
|
+
},
|
|
1859
|
+
{
|
|
1860
|
+
"kind": "js",
|
|
1861
|
+
"name": "defaultAccordionConfig",
|
|
1862
|
+
"declaration": {
|
|
1863
|
+
"name": "defaultAccordionConfig",
|
|
1864
|
+
"module": "src/accordion/accordion.ts"
|
|
1865
|
+
}
|
|
1866
|
+
},
|
|
1867
|
+
{
|
|
1868
|
+
"kind": "js",
|
|
1869
|
+
"name": "foundationAccordion",
|
|
1870
|
+
"declaration": {
|
|
1871
|
+
"name": "foundationAccordion",
|
|
1872
|
+
"module": "src/accordion/accordion.ts"
|
|
1948
1873
|
}
|
|
1949
1874
|
}
|
|
1950
1875
|
]
|
|
1951
1876
|
},
|
|
1952
1877
|
{
|
|
1953
1878
|
"kind": "javascript-module",
|
|
1954
|
-
"path": "src/
|
|
1879
|
+
"path": "src/accordion/index.ts",
|
|
1955
1880
|
"declarations": [],
|
|
1956
1881
|
"exports": [
|
|
1957
1882
|
{
|
|
@@ -1959,7 +1884,7 @@
|
|
|
1959
1884
|
"name": "*",
|
|
1960
1885
|
"declaration": {
|
|
1961
1886
|
"name": "*",
|
|
1962
|
-
"package": "./
|
|
1887
|
+
"package": "./accordion.template"
|
|
1963
1888
|
}
|
|
1964
1889
|
},
|
|
1965
1890
|
{
|
|
@@ -1967,7 +1892,7 @@
|
|
|
1967
1892
|
"name": "*",
|
|
1968
1893
|
"declaration": {
|
|
1969
1894
|
"name": "*",
|
|
1970
|
-
"package": "./
|
|
1895
|
+
"package": "./accordion.styles"
|
|
1971
1896
|
}
|
|
1972
1897
|
},
|
|
1973
1898
|
{
|
|
@@ -1975,7 +1900,7 @@
|
|
|
1975
1900
|
"name": "*",
|
|
1976
1901
|
"declaration": {
|
|
1977
1902
|
"name": "*",
|
|
1978
|
-
"package": "./
|
|
1903
|
+
"package": "./accordion"
|
|
1979
1904
|
}
|
|
1980
1905
|
}
|
|
1981
1906
|
]
|
|
@@ -2376,123 +2301,234 @@
|
|
|
2376
2301
|
},
|
|
2377
2302
|
{
|
|
2378
2303
|
"kind": "javascript-module",
|
|
2379
|
-
"path": "src/
|
|
2304
|
+
"path": "src/_config/index.ts",
|
|
2305
|
+
"declarations": [],
|
|
2306
|
+
"exports": [
|
|
2307
|
+
{
|
|
2308
|
+
"kind": "js",
|
|
2309
|
+
"name": "*",
|
|
2310
|
+
"declaration": {
|
|
2311
|
+
"name": "*",
|
|
2312
|
+
"package": "./styles"
|
|
2313
|
+
}
|
|
2314
|
+
},
|
|
2315
|
+
{
|
|
2316
|
+
"kind": "js",
|
|
2317
|
+
"name": "*",
|
|
2318
|
+
"declaration": {
|
|
2319
|
+
"name": "*",
|
|
2320
|
+
"package": "./tokens"
|
|
2321
|
+
}
|
|
2322
|
+
},
|
|
2323
|
+
{
|
|
2324
|
+
"kind": "js",
|
|
2325
|
+
"name": "*",
|
|
2326
|
+
"declaration": {
|
|
2327
|
+
"name": "*",
|
|
2328
|
+
"package": "./values"
|
|
2329
|
+
}
|
|
2330
|
+
}
|
|
2331
|
+
]
|
|
2332
|
+
},
|
|
2333
|
+
{
|
|
2334
|
+
"kind": "javascript-module",
|
|
2335
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
2380
2336
|
"declarations": [
|
|
2381
2337
|
{
|
|
2382
|
-
"kind": "
|
|
2383
|
-
"name": "
|
|
2384
|
-
"
|
|
2338
|
+
"kind": "function",
|
|
2339
|
+
"name": "actionsMenuBaseStyles",
|
|
2340
|
+
"return": {
|
|
2341
|
+
"type": {
|
|
2342
|
+
"text": "ElementStyles"
|
|
2343
|
+
}
|
|
2344
|
+
},
|
|
2345
|
+
"parameters": [
|
|
2346
|
+
{
|
|
2347
|
+
"name": "context",
|
|
2348
|
+
"type": {
|
|
2349
|
+
"text": "ElementDefinitionContext"
|
|
2350
|
+
}
|
|
2351
|
+
},
|
|
2352
|
+
{
|
|
2353
|
+
"name": "definition",
|
|
2354
|
+
"type": {
|
|
2355
|
+
"text": "FoundationElementDefinition"
|
|
2356
|
+
}
|
|
2357
|
+
}
|
|
2358
|
+
]
|
|
2359
|
+
},
|
|
2360
|
+
{
|
|
2361
|
+
"kind": "function",
|
|
2362
|
+
"name": "foundationActionsMenuStyles",
|
|
2363
|
+
"return": {
|
|
2364
|
+
"type": {
|
|
2365
|
+
"text": "ElementStyles"
|
|
2366
|
+
}
|
|
2367
|
+
},
|
|
2368
|
+
"parameters": [
|
|
2369
|
+
{
|
|
2370
|
+
"name": "context",
|
|
2371
|
+
"type": {
|
|
2372
|
+
"text": "ElementDefinitionContext"
|
|
2373
|
+
}
|
|
2374
|
+
},
|
|
2375
|
+
{
|
|
2376
|
+
"name": "definition",
|
|
2377
|
+
"type": {
|
|
2378
|
+
"text": "FoundationElementDefinition"
|
|
2379
|
+
}
|
|
2380
|
+
}
|
|
2381
|
+
]
|
|
2385
2382
|
}
|
|
2386
2383
|
],
|
|
2387
2384
|
"exports": [
|
|
2388
2385
|
{
|
|
2389
2386
|
"kind": "js",
|
|
2390
|
-
"name": "
|
|
2387
|
+
"name": "actionsMenuBaseStyles",
|
|
2391
2388
|
"declaration": {
|
|
2392
|
-
"name": "
|
|
2393
|
-
"module": "src/
|
|
2389
|
+
"name": "actionsMenuBaseStyles",
|
|
2390
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2391
|
+
}
|
|
2392
|
+
},
|
|
2393
|
+
{
|
|
2394
|
+
"kind": "js",
|
|
2395
|
+
"name": "foundationActionsMenuStyles",
|
|
2396
|
+
"declaration": {
|
|
2397
|
+
"name": "foundationActionsMenuStyles",
|
|
2398
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2394
2399
|
}
|
|
2395
2400
|
}
|
|
2396
2401
|
]
|
|
2397
2402
|
},
|
|
2398
2403
|
{
|
|
2399
2404
|
"kind": "javascript-module",
|
|
2400
|
-
"path": "src/
|
|
2405
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
2401
2406
|
"declarations": [
|
|
2407
|
+
{
|
|
2408
|
+
"kind": "function",
|
|
2409
|
+
"name": "menuTemplate",
|
|
2410
|
+
"parameters": [
|
|
2411
|
+
{
|
|
2412
|
+
"name": "prefix",
|
|
2413
|
+
"type": {
|
|
2414
|
+
"text": "string"
|
|
2415
|
+
}
|
|
2416
|
+
}
|
|
2417
|
+
]
|
|
2418
|
+
},
|
|
2419
|
+
{
|
|
2420
|
+
"kind": "function",
|
|
2421
|
+
"name": "singleOptionTemplate",
|
|
2422
|
+
"parameters": [
|
|
2423
|
+
{
|
|
2424
|
+
"name": "prefix",
|
|
2425
|
+
"type": {
|
|
2426
|
+
"text": "string"
|
|
2427
|
+
}
|
|
2428
|
+
}
|
|
2429
|
+
]
|
|
2430
|
+
},
|
|
2402
2431
|
{
|
|
2403
2432
|
"kind": "variable",
|
|
2404
|
-
"name": "
|
|
2433
|
+
"name": "foundationActionsMenuTemplate",
|
|
2405
2434
|
"type": {
|
|
2406
|
-
"text": "ViewTemplate<
|
|
2435
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
2407
2436
|
},
|
|
2408
|
-
"default": "html`\n ${(x) =>
|
|
2437
|
+
"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`"
|
|
2409
2438
|
}
|
|
2410
2439
|
],
|
|
2411
2440
|
"exports": [
|
|
2412
2441
|
{
|
|
2413
2442
|
"kind": "js",
|
|
2414
|
-
"name": "
|
|
2443
|
+
"name": "menuTemplate",
|
|
2415
2444
|
"declaration": {
|
|
2416
|
-
"name": "
|
|
2417
|
-
"module": "src/
|
|
2445
|
+
"name": "menuTemplate",
|
|
2446
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2447
|
+
}
|
|
2448
|
+
},
|
|
2449
|
+
{
|
|
2450
|
+
"kind": "js",
|
|
2451
|
+
"name": "singleOptionTemplate",
|
|
2452
|
+
"declaration": {
|
|
2453
|
+
"name": "singleOptionTemplate",
|
|
2454
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2455
|
+
}
|
|
2456
|
+
},
|
|
2457
|
+
{
|
|
2458
|
+
"kind": "js",
|
|
2459
|
+
"name": "foundationActionsMenuTemplate",
|
|
2460
|
+
"declaration": {
|
|
2461
|
+
"name": "foundationActionsMenuTemplate",
|
|
2462
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2418
2463
|
}
|
|
2419
2464
|
}
|
|
2420
2465
|
]
|
|
2421
2466
|
},
|
|
2422
2467
|
{
|
|
2423
2468
|
"kind": "javascript-module",
|
|
2424
|
-
"path": "src/
|
|
2469
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
2425
2470
|
"declarations": [
|
|
2426
2471
|
{
|
|
2427
2472
|
"kind": "class",
|
|
2428
|
-
"description": "
|
|
2429
|
-
"name": "
|
|
2473
|
+
"description": "",
|
|
2474
|
+
"name": "ActionsMenu",
|
|
2430
2475
|
"members": [
|
|
2431
2476
|
{
|
|
2432
2477
|
"kind": "field",
|
|
2433
|
-
"name": "
|
|
2478
|
+
"name": "actions",
|
|
2434
2479
|
"type": {
|
|
2435
|
-
"text": "
|
|
2480
|
+
"text": "ActionMenuItem[]"
|
|
2436
2481
|
}
|
|
2437
2482
|
},
|
|
2438
2483
|
{
|
|
2439
2484
|
"kind": "field",
|
|
2440
|
-
"name": "
|
|
2485
|
+
"name": "isVertical",
|
|
2441
2486
|
"type": {
|
|
2442
|
-
"text": "
|
|
2487
|
+
"text": "boolean"
|
|
2443
2488
|
},
|
|
2444
|
-
"default": "
|
|
2489
|
+
"default": "false"
|
|
2445
2490
|
},
|
|
2446
2491
|
{
|
|
2447
2492
|
"kind": "field",
|
|
2448
|
-
"name": "
|
|
2493
|
+
"name": "addDefaultActions",
|
|
2449
2494
|
"type": {
|
|
2450
2495
|
"text": "boolean"
|
|
2451
|
-
}
|
|
2452
|
-
},
|
|
2453
|
-
{
|
|
2454
|
-
"kind": "field",
|
|
2455
|
-
"name": "mode",
|
|
2456
|
-
"type": {
|
|
2457
|
-
"text": "'append' | 'replace'"
|
|
2458
2496
|
},
|
|
2459
|
-
"default": "
|
|
2497
|
+
"default": "true"
|
|
2460
2498
|
},
|
|
2461
2499
|
{
|
|
2462
2500
|
"kind": "field",
|
|
2463
|
-
"name": "
|
|
2501
|
+
"name": "autoCloseOnAction",
|
|
2464
2502
|
"type": {
|
|
2465
|
-
"text": "
|
|
2503
|
+
"text": "boolean"
|
|
2466
2504
|
},
|
|
2467
|
-
"default": "
|
|
2505
|
+
"default": "true"
|
|
2468
2506
|
},
|
|
2469
2507
|
{
|
|
2470
2508
|
"kind": "field",
|
|
2471
|
-
"name": "
|
|
2509
|
+
"name": "classNames",
|
|
2472
2510
|
"type": {
|
|
2473
|
-
"text": "
|
|
2474
|
-
}
|
|
2475
|
-
"default": "false"
|
|
2511
|
+
"text": "string"
|
|
2512
|
+
}
|
|
2476
2513
|
},
|
|
2477
2514
|
{
|
|
2478
2515
|
"kind": "field",
|
|
2479
|
-
"name": "
|
|
2516
|
+
"name": "definition",
|
|
2480
2517
|
"type": {
|
|
2481
|
-
"text": "
|
|
2482
|
-
}
|
|
2483
|
-
"default": "null"
|
|
2518
|
+
"text": "any"
|
|
2519
|
+
}
|
|
2484
2520
|
},
|
|
2485
2521
|
{
|
|
2486
2522
|
"kind": "field",
|
|
2487
|
-
"name": "
|
|
2523
|
+
"name": "name",
|
|
2488
2524
|
"type": {
|
|
2489
|
-
"text": "
|
|
2525
|
+
"text": "string"
|
|
2490
2526
|
},
|
|
2491
|
-
"default": "
|
|
2527
|
+
"default": "'Actions'"
|
|
2492
2528
|
},
|
|
2493
2529
|
{
|
|
2494
2530
|
"kind": "field",
|
|
2495
|
-
"name": "
|
|
2531
|
+
"name": "open",
|
|
2496
2532
|
"type": {
|
|
2497
2533
|
"text": "boolean"
|
|
2498
2534
|
},
|
|
@@ -2500,67 +2536,117 @@
|
|
|
2500
2536
|
},
|
|
2501
2537
|
{
|
|
2502
2538
|
"kind": "field",
|
|
2503
|
-
"name": "
|
|
2539
|
+
"name": "buttonAppearance",
|
|
2504
2540
|
"type": {
|
|
2505
|
-
"text": "
|
|
2506
|
-
}
|
|
2507
|
-
"privacy": "public"
|
|
2541
|
+
"text": "string"
|
|
2542
|
+
}
|
|
2508
2543
|
},
|
|
2509
2544
|
{
|
|
2510
2545
|
"kind": "field",
|
|
2511
|
-
"name": "
|
|
2546
|
+
"name": "hideDisabled",
|
|
2512
2547
|
"type": {
|
|
2513
|
-
"text": "
|
|
2548
|
+
"text": "boolean"
|
|
2514
2549
|
},
|
|
2515
|
-
"
|
|
2516
|
-
"default": "null"
|
|
2550
|
+
"default": "false"
|
|
2517
2551
|
},
|
|
2518
2552
|
{
|
|
2519
2553
|
"kind": "field",
|
|
2520
|
-
"name": "
|
|
2554
|
+
"name": "hideMenuSingleOption",
|
|
2521
2555
|
"type": {
|
|
2522
|
-
"text": "
|
|
2556
|
+
"text": "boolean"
|
|
2523
2557
|
},
|
|
2524
|
-
"
|
|
2525
|
-
"default": "null"
|
|
2558
|
+
"default": "false"
|
|
2526
2559
|
},
|
|
2527
2560
|
{
|
|
2528
2561
|
"kind": "field",
|
|
2529
|
-
"name": "
|
|
2562
|
+
"name": "singleOption",
|
|
2530
2563
|
"type": {
|
|
2531
|
-
"text": "
|
|
2532
|
-
}
|
|
2533
|
-
"privacy": "private",
|
|
2534
|
-
"default": "''"
|
|
2564
|
+
"text": "ActionMenuItem"
|
|
2565
|
+
}
|
|
2535
2566
|
},
|
|
2536
2567
|
{
|
|
2537
2568
|
"kind": "field",
|
|
2538
|
-
"name": "
|
|
2569
|
+
"name": "actionsMenu",
|
|
2539
2570
|
"type": {
|
|
2540
|
-
"text": "
|
|
2541
|
-
}
|
|
2542
|
-
"readonly": true
|
|
2543
|
-
},
|
|
2544
|
-
{
|
|
2545
|
-
"kind": "method",
|
|
2546
|
-
"name": "handleSubmit"
|
|
2547
|
-
},
|
|
2548
|
-
{
|
|
2549
|
-
"kind": "method",
|
|
2550
|
-
"name": "handleBlur"
|
|
2551
|
-
},
|
|
2552
|
-
{
|
|
2553
|
-
"kind": "method",
|
|
2554
|
-
"name": "clear"
|
|
2571
|
+
"text": "HTMLElement"
|
|
2572
|
+
}
|
|
2555
2573
|
},
|
|
2556
2574
|
{
|
|
2557
2575
|
"kind": "method",
|
|
2558
|
-
"name": "
|
|
2576
|
+
"name": "definitionChanged",
|
|
2577
|
+
"privacy": "protected",
|
|
2578
|
+
"parameters": [
|
|
2579
|
+
{
|
|
2580
|
+
"name": "oldValue",
|
|
2581
|
+
"type": {
|
|
2582
|
+
"text": "any"
|
|
2583
|
+
}
|
|
2584
|
+
},
|
|
2585
|
+
{
|
|
2586
|
+
"name": "newValue",
|
|
2587
|
+
"type": {
|
|
2588
|
+
"text": "any"
|
|
2589
|
+
}
|
|
2590
|
+
}
|
|
2591
|
+
]
|
|
2559
2592
|
},
|
|
2560
2593
|
{
|
|
2561
2594
|
"kind": "method",
|
|
2562
|
-
"name": "
|
|
2563
|
-
"privacy": "
|
|
2595
|
+
"name": "openChanged",
|
|
2596
|
+
"privacy": "protected"
|
|
2597
|
+
},
|
|
2598
|
+
{
|
|
2599
|
+
"kind": "method",
|
|
2600
|
+
"name": "toggleActionsMenuVisibility"
|
|
2601
|
+
},
|
|
2602
|
+
{
|
|
2603
|
+
"kind": "method",
|
|
2604
|
+
"name": "onActionMenuItemClick",
|
|
2605
|
+
"parameters": [
|
|
2606
|
+
{
|
|
2607
|
+
"name": "callback",
|
|
2608
|
+
"type": {
|
|
2609
|
+
"text": "(rowData) => void | any"
|
|
2610
|
+
}
|
|
2611
|
+
}
|
|
2612
|
+
]
|
|
2613
|
+
},
|
|
2614
|
+
{
|
|
2615
|
+
"kind": "field",
|
|
2616
|
+
"name": "allActions",
|
|
2617
|
+
"type": {
|
|
2618
|
+
"text": "ActionMenuItem[]"
|
|
2619
|
+
},
|
|
2620
|
+
"readonly": true
|
|
2621
|
+
},
|
|
2622
|
+
{
|
|
2623
|
+
"kind": "field",
|
|
2624
|
+
"name": "rowData",
|
|
2625
|
+
"readonly": true
|
|
2626
|
+
},
|
|
2627
|
+
{
|
|
2628
|
+
"kind": "method",
|
|
2629
|
+
"name": "getLabel",
|
|
2630
|
+
"parameters": [
|
|
2631
|
+
{
|
|
2632
|
+
"name": "name",
|
|
2633
|
+
"type": {
|
|
2634
|
+
"text": "string | ((rowData: any) => string)"
|
|
2635
|
+
}
|
|
2636
|
+
}
|
|
2637
|
+
]
|
|
2638
|
+
},
|
|
2639
|
+
{
|
|
2640
|
+
"kind": "method",
|
|
2641
|
+
"name": "getTemplate",
|
|
2642
|
+
"parameters": [
|
|
2643
|
+
{
|
|
2644
|
+
"name": "prefix",
|
|
2645
|
+
"type": {
|
|
2646
|
+
"text": "string"
|
|
2647
|
+
}
|
|
2648
|
+
}
|
|
2649
|
+
]
|
|
2564
2650
|
},
|
|
2565
2651
|
{
|
|
2566
2652
|
"kind": "field",
|
|
@@ -2674,162 +2760,115 @@
|
|
|
2674
2760
|
}
|
|
2675
2761
|
}
|
|
2676
2762
|
],
|
|
2677
|
-
"
|
|
2763
|
+
"attributes": [
|
|
2678
2764
|
{
|
|
2679
|
-
"
|
|
2680
|
-
"
|
|
2765
|
+
"name": "is-vertical",
|
|
2766
|
+
"type": {
|
|
2767
|
+
"text": "boolean"
|
|
2768
|
+
},
|
|
2769
|
+
"default": "false",
|
|
2770
|
+
"fieldName": "isVertical"
|
|
2681
2771
|
},
|
|
2682
2772
|
{
|
|
2683
|
-
"
|
|
2684
|
-
"
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
|
|
2773
|
+
"name": "add-default-actions",
|
|
2774
|
+
"type": {
|
|
2775
|
+
"text": "boolean"
|
|
2776
|
+
},
|
|
2777
|
+
"default": "true",
|
|
2778
|
+
"fieldName": "addDefaultActions"
|
|
2779
|
+
},
|
|
2688
2780
|
{
|
|
2689
|
-
"name": "
|
|
2781
|
+
"name": "auto-close-on-action",
|
|
2782
|
+
"type": {
|
|
2783
|
+
"text": "boolean"
|
|
2784
|
+
},
|
|
2785
|
+
"default": "true",
|
|
2786
|
+
"fieldName": "autoCloseOnAction"
|
|
2787
|
+
},
|
|
2788
|
+
{
|
|
2789
|
+
"name": "name",
|
|
2690
2790
|
"type": {
|
|
2691
2791
|
"text": "string"
|
|
2692
2792
|
},
|
|
2693
|
-
"default": "'
|
|
2694
|
-
"fieldName": "
|
|
2793
|
+
"default": "'Actions'",
|
|
2794
|
+
"fieldName": "name"
|
|
2695
2795
|
},
|
|
2696
2796
|
{
|
|
2797
|
+
"name": "open",
|
|
2697
2798
|
"type": {
|
|
2698
2799
|
"text": "boolean"
|
|
2699
2800
|
},
|
|
2700
|
-
"
|
|
2801
|
+
"default": "false",
|
|
2802
|
+
"fieldName": "open"
|
|
2701
2803
|
},
|
|
2702
2804
|
{
|
|
2703
|
-
"name": "
|
|
2805
|
+
"name": "buttonAppearance",
|
|
2704
2806
|
"type": {
|
|
2705
|
-
"text": "
|
|
2807
|
+
"text": "string"
|
|
2706
2808
|
},
|
|
2707
|
-
"
|
|
2708
|
-
|
|
2809
|
+
"fieldName": "buttonAppearance"
|
|
2810
|
+
},
|
|
2811
|
+
{
|
|
2812
|
+
"name": "hide-disabled",
|
|
2813
|
+
"type": {
|
|
2814
|
+
"text": "boolean"
|
|
2815
|
+
},
|
|
2816
|
+
"default": "false",
|
|
2817
|
+
"fieldName": "hideDisabled"
|
|
2818
|
+
},
|
|
2819
|
+
{
|
|
2820
|
+
"name": "hide-menu-single-option",
|
|
2821
|
+
"type": {
|
|
2822
|
+
"text": "boolean"
|
|
2823
|
+
},
|
|
2824
|
+
"default": "false",
|
|
2825
|
+
"fieldName": "hideMenuSingleOption"
|
|
2709
2826
|
}
|
|
2710
2827
|
],
|
|
2711
2828
|
"superclass": {
|
|
2712
2829
|
"name": "FoundationElement",
|
|
2713
2830
|
"package": "@microsoft/fast-foundation"
|
|
2714
2831
|
},
|
|
2715
|
-
"tagName": "%%prefix%%-
|
|
2832
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
2716
2833
|
"customElement": true
|
|
2717
2834
|
},
|
|
2718
2835
|
{
|
|
2719
2836
|
"kind": "variable",
|
|
2720
|
-
"name": "
|
|
2721
|
-
"
|
|
2722
|
-
|
|
2723
|
-
},
|
|
2724
|
-
"default": "undefined"
|
|
2725
|
-
},
|
|
2726
|
-
{
|
|
2727
|
-
"kind": "variable",
|
|
2728
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2729
|
-
"type": {
|
|
2730
|
-
"text": "object"
|
|
2731
|
-
},
|
|
2732
|
-
"default": "{}"
|
|
2733
|
-
},
|
|
2734
|
-
{
|
|
2735
|
-
"kind": "variable",
|
|
2736
|
-
"name": "foundationAiCriteriaSearch"
|
|
2837
|
+
"name": "foundationActionsMenu",
|
|
2838
|
+
"description": "The Foundation Actions Menu",
|
|
2839
|
+
"privacy": "public"
|
|
2737
2840
|
}
|
|
2738
2841
|
],
|
|
2739
2842
|
"exports": [
|
|
2740
2843
|
{
|
|
2741
2844
|
"kind": "js",
|
|
2742
|
-
"name": "
|
|
2743
|
-
"declaration": {
|
|
2744
|
-
"name": "AiCriteriaSearch",
|
|
2745
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2746
|
-
}
|
|
2747
|
-
},
|
|
2748
|
-
{
|
|
2749
|
-
"kind": "js",
|
|
2750
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2751
|
-
"declaration": {
|
|
2752
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2753
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2754
|
-
}
|
|
2755
|
-
},
|
|
2756
|
-
{
|
|
2757
|
-
"kind": "js",
|
|
2758
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2845
|
+
"name": "ActionsMenu",
|
|
2759
2846
|
"declaration": {
|
|
2760
|
-
"name": "
|
|
2761
|
-
"module": "src/
|
|
2847
|
+
"name": "ActionsMenu",
|
|
2848
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2762
2849
|
}
|
|
2763
2850
|
},
|
|
2764
2851
|
{
|
|
2765
2852
|
"kind": "js",
|
|
2766
|
-
"name": "
|
|
2853
|
+
"name": "foundationActionsMenu",
|
|
2767
2854
|
"declaration": {
|
|
2768
|
-
"name": "
|
|
2769
|
-
"module": "src/
|
|
2855
|
+
"name": "foundationActionsMenu",
|
|
2856
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2770
2857
|
}
|
|
2771
2858
|
}
|
|
2772
2859
|
]
|
|
2773
2860
|
},
|
|
2774
2861
|
{
|
|
2775
2862
|
"kind": "javascript-module",
|
|
2776
|
-
"path": "src/
|
|
2863
|
+
"path": "src/actions-menu/index.ts",
|
|
2777
2864
|
"declarations": [],
|
|
2778
2865
|
"exports": [
|
|
2779
|
-
{
|
|
2780
|
-
"kind": "js",
|
|
2781
|
-
"name": "AiCriteriaSearch",
|
|
2782
|
-
"declaration": {
|
|
2783
|
-
"name": "AiCriteriaSearch",
|
|
2784
|
-
"module": "./ai-criteria-search"
|
|
2785
|
-
}
|
|
2786
|
-
},
|
|
2787
|
-
{
|
|
2788
|
-
"kind": "js",
|
|
2789
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2790
|
-
"declaration": {
|
|
2791
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2792
|
-
"module": "./ai-criteria-search"
|
|
2793
|
-
}
|
|
2794
|
-
},
|
|
2795
|
-
{
|
|
2796
|
-
"kind": "js",
|
|
2797
|
-
"name": "foundationAiCriteriaSearch",
|
|
2798
|
-
"declaration": {
|
|
2799
|
-
"name": "foundationAiCriteriaSearch",
|
|
2800
|
-
"module": "./ai-criteria-search"
|
|
2801
|
-
}
|
|
2802
|
-
},
|
|
2803
|
-
{
|
|
2804
|
-
"kind": "js",
|
|
2805
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2806
|
-
"declaration": {
|
|
2807
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2808
|
-
"module": "./ai-criteria-search"
|
|
2809
|
-
}
|
|
2810
|
-
},
|
|
2811
|
-
{
|
|
2812
|
-
"kind": "js",
|
|
2813
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
2814
|
-
"declaration": {
|
|
2815
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
2816
|
-
"module": "./ai-criteria-search.styles"
|
|
2817
|
-
}
|
|
2818
|
-
},
|
|
2819
|
-
{
|
|
2820
|
-
"kind": "js",
|
|
2821
|
-
"name": "foundationAiCriteriaSearchTemplate",
|
|
2822
|
-
"declaration": {
|
|
2823
|
-
"name": "foundationAiCriteriaSearchTemplate",
|
|
2824
|
-
"module": "./ai-criteria-search.template"
|
|
2825
|
-
}
|
|
2826
|
-
},
|
|
2827
2866
|
{
|
|
2828
2867
|
"kind": "js",
|
|
2829
2868
|
"name": "*",
|
|
2830
2869
|
"declaration": {
|
|
2831
2870
|
"name": "*",
|
|
2832
|
-
"package": "./
|
|
2871
|
+
"package": "./actions-menu.styles"
|
|
2833
2872
|
}
|
|
2834
2873
|
},
|
|
2835
2874
|
{
|
|
@@ -2837,7 +2876,7 @@
|
|
|
2837
2876
|
"name": "*",
|
|
2838
2877
|
"declaration": {
|
|
2839
2878
|
"name": "*",
|
|
2840
|
-
"package": "./
|
|
2879
|
+
"package": "./actions-menu.template"
|
|
2841
2880
|
}
|
|
2842
2881
|
},
|
|
2843
2882
|
{
|
|
@@ -2845,388 +2884,198 @@
|
|
|
2845
2884
|
"name": "*",
|
|
2846
2885
|
"declaration": {
|
|
2847
2886
|
"name": "*",
|
|
2848
|
-
"package": "./
|
|
2849
|
-
}
|
|
2850
|
-
}
|
|
2851
|
-
]
|
|
2852
|
-
},
|
|
2853
|
-
{
|
|
2854
|
-
"kind": "javascript-module",
|
|
2855
|
-
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
2856
|
-
"declarations": [
|
|
2857
|
-
{
|
|
2858
|
-
"kind": "function",
|
|
2859
|
-
"name": "formatValidationErrors",
|
|
2860
|
-
"return": {
|
|
2861
|
-
"type": {
|
|
2862
|
-
"text": "string"
|
|
2863
|
-
}
|
|
2864
|
-
},
|
|
2865
|
-
"parameters": [
|
|
2866
|
-
{
|
|
2867
|
-
"name": "errors",
|
|
2868
|
-
"type": {
|
|
2869
|
-
"text": "ValidationError[]"
|
|
2870
|
-
}
|
|
2871
|
-
}
|
|
2872
|
-
],
|
|
2873
|
-
"description": "Formats validation errors into a user-friendly message."
|
|
2874
|
-
},
|
|
2875
|
-
{
|
|
2876
|
-
"kind": "function",
|
|
2877
|
-
"name": "showCriteriaError",
|
|
2878
|
-
"return": {
|
|
2879
|
-
"type": {
|
|
2880
|
-
"text": "void"
|
|
2881
|
-
}
|
|
2882
|
-
},
|
|
2883
|
-
"parameters": [
|
|
2884
|
-
{
|
|
2885
|
-
"name": "title",
|
|
2886
|
-
"type": {
|
|
2887
|
-
"text": "string"
|
|
2888
|
-
},
|
|
2889
|
-
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
2890
|
-
},
|
|
2891
|
-
{
|
|
2892
|
-
"name": "body",
|
|
2893
|
-
"type": {
|
|
2894
|
-
"text": "string"
|
|
2895
|
-
},
|
|
2896
|
-
"description": "Error message to display"
|
|
2897
|
-
},
|
|
2898
|
-
{
|
|
2899
|
-
"name": "tagName",
|
|
2900
|
-
"type": {
|
|
2901
|
-
"text": "string"
|
|
2902
|
-
},
|
|
2903
|
-
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
2904
|
-
}
|
|
2905
|
-
],
|
|
2906
|
-
"description": "Shows a criteria error as a toast notification."
|
|
2907
|
-
}
|
|
2908
|
-
],
|
|
2909
|
-
"exports": [
|
|
2910
|
-
{
|
|
2911
|
-
"kind": "js",
|
|
2912
|
-
"name": "formatValidationErrors",
|
|
2913
|
-
"declaration": {
|
|
2914
|
-
"name": "formatValidationErrors",
|
|
2915
|
-
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
2916
|
-
}
|
|
2917
|
-
},
|
|
2918
|
-
{
|
|
2919
|
-
"kind": "js",
|
|
2920
|
-
"name": "showCriteriaError",
|
|
2921
|
-
"declaration": {
|
|
2922
|
-
"name": "showCriteriaError",
|
|
2923
|
-
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
2887
|
+
"package": "./actions-menu"
|
|
2924
2888
|
}
|
|
2925
2889
|
}
|
|
2926
2890
|
]
|
|
2927
2891
|
},
|
|
2928
2892
|
{
|
|
2929
2893
|
"kind": "javascript-module",
|
|
2930
|
-
"path": "src/
|
|
2894
|
+
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
2931
2895
|
"declarations": [
|
|
2932
2896
|
{
|
|
2933
|
-
"kind": "
|
|
2934
|
-
"name": "
|
|
2935
|
-
"
|
|
2936
|
-
"type": {
|
|
2937
|
-
"text": "ElementStyles"
|
|
2938
|
-
}
|
|
2939
|
-
},
|
|
2940
|
-
"parameters": [
|
|
2941
|
-
{
|
|
2942
|
-
"name": "context",
|
|
2943
|
-
"type": {
|
|
2944
|
-
"text": "ElementDefinitionContext"
|
|
2945
|
-
}
|
|
2946
|
-
},
|
|
2947
|
-
{
|
|
2948
|
-
"name": "definition",
|
|
2949
|
-
"type": {
|
|
2950
|
-
"text": "FoundationElementDefinition"
|
|
2951
|
-
}
|
|
2952
|
-
}
|
|
2953
|
-
]
|
|
2897
|
+
"kind": "variable",
|
|
2898
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2899
|
+
"default": "css`\n :host {\n display: block;\n width: 800px;\n }\n\n .ai-criteria-search {\n display: flex;\n flex-direction: column;\n gap: calc(${designUnit} * 2px);\n }\n\n .ai-criteria-search-row {\n display: flex;\n flex-direction: row;\n gap: calc(${designUnit} * 2px);\n align-items: center;\n }\n\n .criteria-input {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n }\n\n .mic-icon {\n color: var(--neutral-foreground-rest);\n fill: currentColor;\n }\n\n .mode-control {\n flex-shrink: 0;\n }\n`"
|
|
2954
2900
|
}
|
|
2955
2901
|
],
|
|
2956
2902
|
"exports": [
|
|
2957
2903
|
{
|
|
2958
2904
|
"kind": "js",
|
|
2959
|
-
"name": "
|
|
2905
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2960
2906
|
"declaration": {
|
|
2961
|
-
"name": "
|
|
2962
|
-
"module": "src/
|
|
2907
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2908
|
+
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
2963
2909
|
}
|
|
2964
2910
|
}
|
|
2965
2911
|
]
|
|
2966
2912
|
},
|
|
2967
2913
|
{
|
|
2968
2914
|
"kind": "javascript-module",
|
|
2969
|
-
"path": "src/
|
|
2915
|
+
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
2970
2916
|
"declarations": [
|
|
2971
2917
|
{
|
|
2972
|
-
"kind": "
|
|
2973
|
-
"name": "
|
|
2974
|
-
"
|
|
2975
|
-
"
|
|
2976
|
-
|
|
2977
|
-
|
|
2978
|
-
},
|
|
2979
|
-
"parameters": [
|
|
2980
|
-
{
|
|
2981
|
-
"name": "context",
|
|
2982
|
-
"type": {
|
|
2983
|
-
"text": "ElementDefinitionContext"
|
|
2984
|
-
}
|
|
2985
|
-
},
|
|
2986
|
-
{
|
|
2987
|
-
"name": "definition",
|
|
2988
|
-
"type": {
|
|
2989
|
-
"text": "FoundationElementDefinition"
|
|
2990
|
-
}
|
|
2991
|
-
}
|
|
2992
|
-
]
|
|
2918
|
+
"kind": "variable",
|
|
2919
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2920
|
+
"type": {
|
|
2921
|
+
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
2922
|
+
},
|
|
2923
|
+
"default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
|
|
2993
2924
|
}
|
|
2994
2925
|
],
|
|
2995
2926
|
"exports": [
|
|
2996
2927
|
{
|
|
2997
2928
|
"kind": "js",
|
|
2998
|
-
"name": "
|
|
2929
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2999
2930
|
"declaration": {
|
|
3000
|
-
"name": "
|
|
3001
|
-
"module": "src/
|
|
2931
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2932
|
+
"module": "src/ai-criteria-search/ai-criteria-search.template.ts"
|
|
3002
2933
|
}
|
|
3003
2934
|
}
|
|
3004
2935
|
]
|
|
3005
2936
|
},
|
|
3006
2937
|
{
|
|
3007
2938
|
"kind": "javascript-module",
|
|
3008
|
-
"path": "src/
|
|
2939
|
+
"path": "src/ai-criteria-search/ai-criteria-search.ts",
|
|
3009
2940
|
"declarations": [
|
|
3010
2941
|
{
|
|
3011
2942
|
"kind": "class",
|
|
3012
|
-
"description": "",
|
|
3013
|
-
"name": "
|
|
3014
|
-
"
|
|
3015
|
-
"name": "FASTAccordion",
|
|
3016
|
-
"package": "@microsoft/fast-foundation"
|
|
3017
|
-
},
|
|
3018
|
-
"tagName": "%%prefix%%-accordion",
|
|
3019
|
-
"customElement": true,
|
|
3020
|
-
"attributes": [
|
|
2943
|
+
"description": "Natural-language criteria search input with AI interpretation.",
|
|
2944
|
+
"name": "AiCriteriaSearch",
|
|
2945
|
+
"members": [
|
|
3021
2946
|
{
|
|
3022
|
-
"
|
|
2947
|
+
"kind": "field",
|
|
2948
|
+
"name": "aiProvider",
|
|
3023
2949
|
"type": {
|
|
3024
|
-
"text": "
|
|
3025
|
-
},
|
|
3026
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3027
|
-
"fieldName": "expandmode",
|
|
3028
|
-
"inheritedFrom": {
|
|
3029
|
-
"name": "Accordion",
|
|
3030
|
-
"module": "src/accordion/accordion.ts"
|
|
2950
|
+
"text": "AIProvider"
|
|
3031
2951
|
}
|
|
3032
|
-
}
|
|
3033
|
-
],
|
|
3034
|
-
"members": [
|
|
2952
|
+
},
|
|
3035
2953
|
{
|
|
3036
2954
|
"kind": "field",
|
|
3037
|
-
"name": "
|
|
2955
|
+
"name": "placeholder",
|
|
3038
2956
|
"type": {
|
|
3039
|
-
"text": "
|
|
2957
|
+
"text": "string"
|
|
3040
2958
|
},
|
|
3041
|
-
"
|
|
3042
|
-
|
|
3043
|
-
|
|
3044
|
-
|
|
3045
|
-
|
|
2959
|
+
"default": "'Describe your search criteria in natural language...'"
|
|
2960
|
+
},
|
|
2961
|
+
{
|
|
2962
|
+
"kind": "field",
|
|
2963
|
+
"name": "disabled",
|
|
2964
|
+
"type": {
|
|
2965
|
+
"text": "boolean"
|
|
3046
2966
|
}
|
|
3047
2967
|
},
|
|
3048
2968
|
{
|
|
3049
2969
|
"kind": "field",
|
|
3050
|
-
"name": "
|
|
2970
|
+
"name": "mode",
|
|
3051
2971
|
"type": {
|
|
3052
|
-
"text": "
|
|
2972
|
+
"text": "'append' | 'replace'"
|
|
3053
2973
|
},
|
|
3054
|
-
"
|
|
3055
|
-
"inheritedFrom": {
|
|
3056
|
-
"name": "Accordion",
|
|
3057
|
-
"module": "src/accordion/accordion.ts"
|
|
3058
|
-
}
|
|
2974
|
+
"default": "'replace'"
|
|
3059
2975
|
},
|
|
3060
2976
|
{
|
|
3061
2977
|
"kind": "field",
|
|
3062
|
-
"name": "
|
|
2978
|
+
"name": "inputValue",
|
|
3063
2979
|
"type": {
|
|
3064
|
-
"text": "
|
|
2980
|
+
"text": "string"
|
|
3065
2981
|
},
|
|
3066
|
-
"
|
|
3067
|
-
"default": "0",
|
|
3068
|
-
"inheritedFrom": {
|
|
3069
|
-
"name": "Accordion",
|
|
3070
|
-
"module": "src/accordion/accordion.ts"
|
|
3071
|
-
}
|
|
2982
|
+
"default": "''"
|
|
3072
2983
|
},
|
|
3073
2984
|
{
|
|
3074
2985
|
"kind": "field",
|
|
3075
|
-
"name": "
|
|
2986
|
+
"name": "isInterpreting",
|
|
3076
2987
|
"type": {
|
|
3077
|
-
"text": "
|
|
2988
|
+
"text": "boolean"
|
|
3078
2989
|
},
|
|
3079
|
-
"
|
|
3080
|
-
"inheritedFrom": {
|
|
3081
|
-
"name": "Accordion",
|
|
3082
|
-
"module": "src/accordion/accordion.ts"
|
|
3083
|
-
}
|
|
2990
|
+
"default": "false"
|
|
3084
2991
|
},
|
|
3085
2992
|
{
|
|
3086
2993
|
"kind": "field",
|
|
3087
|
-
"name": "
|
|
3088
|
-
"
|
|
3089
|
-
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
}
|
|
2994
|
+
"name": "lastValidCriteria",
|
|
2995
|
+
"type": {
|
|
2996
|
+
"text": "string | null"
|
|
2997
|
+
},
|
|
2998
|
+
"default": "null"
|
|
3093
2999
|
},
|
|
3094
3000
|
{
|
|
3095
|
-
"kind": "
|
|
3096
|
-
"name": "
|
|
3097
|
-
"
|
|
3098
|
-
|
|
3099
|
-
"type": {
|
|
3100
|
-
"text": "AccordionItem | null"
|
|
3101
|
-
}
|
|
3001
|
+
"kind": "field",
|
|
3002
|
+
"name": "fieldMetadata",
|
|
3003
|
+
"type": {
|
|
3004
|
+
"text": "MetadataDetail[] | string[]"
|
|
3102
3005
|
},
|
|
3103
|
-
"
|
|
3104
|
-
"name": "Accordion",
|
|
3105
|
-
"module": "src/accordion/accordion.ts"
|
|
3106
|
-
}
|
|
3006
|
+
"default": "[]"
|
|
3107
3007
|
},
|
|
3108
3008
|
{
|
|
3109
3009
|
"kind": "field",
|
|
3110
|
-
"name": "
|
|
3111
|
-
"
|
|
3112
|
-
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
}
|
|
3010
|
+
"name": "isRecording",
|
|
3011
|
+
"type": {
|
|
3012
|
+
"text": "boolean"
|
|
3013
|
+
},
|
|
3014
|
+
"default": "false"
|
|
3116
3015
|
},
|
|
3117
3016
|
{
|
|
3118
|
-
"kind": "
|
|
3119
|
-
"name": "
|
|
3120
|
-
"
|
|
3121
|
-
|
|
3122
|
-
"type": {
|
|
3123
|
-
"text": "void"
|
|
3124
|
-
}
|
|
3017
|
+
"kind": "field",
|
|
3018
|
+
"name": "textAreaRef",
|
|
3019
|
+
"type": {
|
|
3020
|
+
"text": "HTMLTextAreaElement"
|
|
3125
3021
|
},
|
|
3126
|
-
"
|
|
3127
|
-
"name": "Accordion",
|
|
3128
|
-
"module": "src/accordion/accordion.ts"
|
|
3129
|
-
}
|
|
3022
|
+
"privacy": "public"
|
|
3130
3023
|
},
|
|
3131
3024
|
{
|
|
3132
3025
|
"kind": "field",
|
|
3133
|
-
"name": "
|
|
3026
|
+
"name": "stopRecording",
|
|
3027
|
+
"type": {
|
|
3028
|
+
"text": "(() => void) | null"
|
|
3029
|
+
},
|
|
3134
3030
|
"privacy": "private",
|
|
3135
|
-
"
|
|
3136
|
-
"name": "Accordion",
|
|
3137
|
-
"module": "src/accordion/accordion.ts"
|
|
3138
|
-
}
|
|
3031
|
+
"default": "null"
|
|
3139
3032
|
},
|
|
3140
3033
|
{
|
|
3141
3034
|
"kind": "field",
|
|
3142
|
-
"name": "
|
|
3035
|
+
"name": "speechApplyDebounceTimer",
|
|
3036
|
+
"type": {
|
|
3037
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
3038
|
+
},
|
|
3143
3039
|
"privacy": "private",
|
|
3144
|
-
"
|
|
3145
|
-
"name": "Accordion",
|
|
3146
|
-
"module": "src/accordion/accordion.ts"
|
|
3147
|
-
}
|
|
3040
|
+
"default": "null"
|
|
3148
3041
|
},
|
|
3149
3042
|
{
|
|
3150
|
-
"kind": "
|
|
3151
|
-
"name": "
|
|
3043
|
+
"kind": "field",
|
|
3044
|
+
"name": "baseInputForAppend",
|
|
3045
|
+
"type": {
|
|
3046
|
+
"text": "string"
|
|
3047
|
+
},
|
|
3152
3048
|
"privacy": "private",
|
|
3153
|
-
"
|
|
3154
|
-
|
|
3155
|
-
|
|
3156
|
-
|
|
3049
|
+
"default": "''"
|
|
3050
|
+
},
|
|
3051
|
+
{
|
|
3052
|
+
"kind": "field",
|
|
3053
|
+
"name": "speechAvailable",
|
|
3054
|
+
"type": {
|
|
3055
|
+
"text": "boolean"
|
|
3157
3056
|
},
|
|
3158
|
-
"
|
|
3159
|
-
"name": "Accordion",
|
|
3160
|
-
"module": "src/accordion/accordion.ts"
|
|
3161
|
-
}
|
|
3057
|
+
"readonly": true
|
|
3162
3058
|
},
|
|
3163
3059
|
{
|
|
3164
3060
|
"kind": "method",
|
|
3165
|
-
"name": "
|
|
3166
|
-
"privacy": "private",
|
|
3167
|
-
"return": {
|
|
3168
|
-
"type": {
|
|
3169
|
-
"text": "boolean"
|
|
3170
|
-
}
|
|
3171
|
-
},
|
|
3172
|
-
"inheritedFrom": {
|
|
3173
|
-
"name": "Accordion",
|
|
3174
|
-
"module": "src/accordion/accordion.ts"
|
|
3175
|
-
}
|
|
3061
|
+
"name": "handleSubmit"
|
|
3176
3062
|
},
|
|
3177
3063
|
{
|
|
3178
|
-
"kind": "
|
|
3179
|
-
"name": "
|
|
3180
|
-
"privacy": "private",
|
|
3181
|
-
"inheritedFrom": {
|
|
3182
|
-
"name": "Accordion",
|
|
3183
|
-
"module": "src/accordion/accordion.ts"
|
|
3184
|
-
}
|
|
3064
|
+
"kind": "method",
|
|
3065
|
+
"name": "handleBlur"
|
|
3185
3066
|
},
|
|
3186
3067
|
{
|
|
3187
|
-
"kind": "
|
|
3188
|
-
"name": "
|
|
3189
|
-
"privacy": "private",
|
|
3190
|
-
"inheritedFrom": {
|
|
3191
|
-
"name": "Accordion",
|
|
3192
|
-
"module": "src/accordion/accordion.ts"
|
|
3193
|
-
}
|
|
3068
|
+
"kind": "method",
|
|
3069
|
+
"name": "clear"
|
|
3194
3070
|
},
|
|
3195
3071
|
{
|
|
3196
3072
|
"kind": "method",
|
|
3197
|
-
"name": "
|
|
3198
|
-
"privacy": "private",
|
|
3199
|
-
"return": {
|
|
3200
|
-
"type": {
|
|
3201
|
-
"text": "void"
|
|
3202
|
-
}
|
|
3203
|
-
},
|
|
3204
|
-
"parameters": [
|
|
3205
|
-
{
|
|
3206
|
-
"name": "adjustment",
|
|
3207
|
-
"type": {
|
|
3208
|
-
"text": "number"
|
|
3209
|
-
}
|
|
3210
|
-
}
|
|
3211
|
-
],
|
|
3212
|
-
"inheritedFrom": {
|
|
3213
|
-
"name": "Accordion",
|
|
3214
|
-
"module": "src/accordion/accordion.ts"
|
|
3215
|
-
}
|
|
3073
|
+
"name": "toggleSpeechInput"
|
|
3216
3074
|
},
|
|
3217
3075
|
{
|
|
3218
3076
|
"kind": "method",
|
|
3219
|
-
"name": "
|
|
3220
|
-
"privacy": "private"
|
|
3221
|
-
"return": {
|
|
3222
|
-
"type": {
|
|
3223
|
-
"text": "void"
|
|
3224
|
-
}
|
|
3225
|
-
},
|
|
3226
|
-
"inheritedFrom": {
|
|
3227
|
-
"name": "Accordion",
|
|
3228
|
-
"module": "src/accordion/accordion.ts"
|
|
3229
|
-
}
|
|
3077
|
+
"name": "clearSpeechApplyDebounce",
|
|
3078
|
+
"privacy": "private"
|
|
3230
3079
|
},
|
|
3231
3080
|
{
|
|
3232
3081
|
"kind": "field",
|
|
@@ -3342,26 +3191,56 @@
|
|
|
3342
3191
|
],
|
|
3343
3192
|
"events": [
|
|
3344
3193
|
{
|
|
3345
|
-
"description": "
|
|
3346
|
-
"name": "
|
|
3347
|
-
|
|
3348
|
-
|
|
3349
|
-
|
|
3350
|
-
|
|
3194
|
+
"description": "Fired when interpreted criteria is applied or cleared",
|
|
3195
|
+
"name": "criteria-changed"
|
|
3196
|
+
},
|
|
3197
|
+
{
|
|
3198
|
+
"description": "Fired when interpreted criteria contains invalid clauses",
|
|
3199
|
+
"name": "validation-errors"
|
|
3200
|
+
}
|
|
3201
|
+
],
|
|
3202
|
+
"attributes": [
|
|
3203
|
+
{
|
|
3204
|
+
"name": "placeholder",
|
|
3205
|
+
"type": {
|
|
3206
|
+
"text": "string"
|
|
3207
|
+
},
|
|
3208
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
3209
|
+
"fieldName": "placeholder"
|
|
3210
|
+
},
|
|
3211
|
+
{
|
|
3212
|
+
"type": {
|
|
3213
|
+
"text": "boolean"
|
|
3214
|
+
},
|
|
3215
|
+
"fieldName": "disabled"
|
|
3216
|
+
},
|
|
3217
|
+
{
|
|
3218
|
+
"name": "mode",
|
|
3219
|
+
"type": {
|
|
3220
|
+
"text": "'append' | 'replace'"
|
|
3221
|
+
},
|
|
3222
|
+
"default": "'replace'",
|
|
3223
|
+
"fieldName": "mode"
|
|
3351
3224
|
}
|
|
3352
|
-
]
|
|
3225
|
+
],
|
|
3226
|
+
"superclass": {
|
|
3227
|
+
"name": "FoundationElement",
|
|
3228
|
+
"package": "@microsoft/fast-foundation"
|
|
3229
|
+
},
|
|
3230
|
+
"tagName": "%%prefix%%-ai-criteria-search",
|
|
3231
|
+
"customElement": true
|
|
3353
3232
|
},
|
|
3354
3233
|
{
|
|
3355
3234
|
"kind": "variable",
|
|
3356
|
-
"name": "
|
|
3235
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3357
3236
|
"type": {
|
|
3358
3237
|
"text": "ShadowRootInit"
|
|
3359
3238
|
},
|
|
3360
|
-
"default": "
|
|
3239
|
+
"default": "undefined"
|
|
3361
3240
|
},
|
|
3362
3241
|
{
|
|
3363
3242
|
"kind": "variable",
|
|
3364
|
-
"name": "
|
|
3243
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3365
3244
|
"type": {
|
|
3366
3245
|
"text": "object"
|
|
3367
3246
|
},
|
|
@@ -3369,57 +3248,103 @@
|
|
|
3369
3248
|
},
|
|
3370
3249
|
{
|
|
3371
3250
|
"kind": "variable",
|
|
3372
|
-
"name": "
|
|
3373
|
-
"description": "The Foundation Accordion",
|
|
3374
|
-
"privacy": "public"
|
|
3251
|
+
"name": "foundationAiCriteriaSearch"
|
|
3375
3252
|
}
|
|
3376
3253
|
],
|
|
3377
3254
|
"exports": [
|
|
3378
3255
|
{
|
|
3379
3256
|
"kind": "js",
|
|
3380
|
-
"name": "
|
|
3257
|
+
"name": "AiCriteriaSearch",
|
|
3381
3258
|
"declaration": {
|
|
3382
|
-
"name": "
|
|
3383
|
-
"module": "src/
|
|
3259
|
+
"name": "AiCriteriaSearch",
|
|
3260
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3384
3261
|
}
|
|
3385
3262
|
},
|
|
3386
3263
|
{
|
|
3387
3264
|
"kind": "js",
|
|
3388
|
-
"name": "
|
|
3265
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3389
3266
|
"declaration": {
|
|
3390
|
-
"name": "
|
|
3391
|
-
"module": "src/
|
|
3267
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3268
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3392
3269
|
}
|
|
3393
3270
|
},
|
|
3394
3271
|
{
|
|
3395
3272
|
"kind": "js",
|
|
3396
|
-
"name": "
|
|
3273
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3397
3274
|
"declaration": {
|
|
3398
|
-
"name": "
|
|
3399
|
-
"module": "src/
|
|
3275
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3276
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3400
3277
|
}
|
|
3401
3278
|
},
|
|
3402
3279
|
{
|
|
3403
3280
|
"kind": "js",
|
|
3404
|
-
"name": "
|
|
3281
|
+
"name": "foundationAiCriteriaSearch",
|
|
3405
3282
|
"declaration": {
|
|
3406
|
-
"name": "
|
|
3407
|
-
"module": "src/
|
|
3283
|
+
"name": "foundationAiCriteriaSearch",
|
|
3284
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3408
3285
|
}
|
|
3409
3286
|
}
|
|
3410
3287
|
]
|
|
3411
3288
|
},
|
|
3412
3289
|
{
|
|
3413
3290
|
"kind": "javascript-module",
|
|
3414
|
-
"path": "src/
|
|
3291
|
+
"path": "src/ai-criteria-search/index.ts",
|
|
3415
3292
|
"declarations": [],
|
|
3416
3293
|
"exports": [
|
|
3294
|
+
{
|
|
3295
|
+
"kind": "js",
|
|
3296
|
+
"name": "AiCriteriaSearch",
|
|
3297
|
+
"declaration": {
|
|
3298
|
+
"name": "AiCriteriaSearch",
|
|
3299
|
+
"module": "./ai-criteria-search"
|
|
3300
|
+
}
|
|
3301
|
+
},
|
|
3302
|
+
{
|
|
3303
|
+
"kind": "js",
|
|
3304
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3305
|
+
"declaration": {
|
|
3306
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3307
|
+
"module": "./ai-criteria-search"
|
|
3308
|
+
}
|
|
3309
|
+
},
|
|
3310
|
+
{
|
|
3311
|
+
"kind": "js",
|
|
3312
|
+
"name": "foundationAiCriteriaSearch",
|
|
3313
|
+
"declaration": {
|
|
3314
|
+
"name": "foundationAiCriteriaSearch",
|
|
3315
|
+
"module": "./ai-criteria-search"
|
|
3316
|
+
}
|
|
3317
|
+
},
|
|
3318
|
+
{
|
|
3319
|
+
"kind": "js",
|
|
3320
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3321
|
+
"declaration": {
|
|
3322
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3323
|
+
"module": "./ai-criteria-search"
|
|
3324
|
+
}
|
|
3325
|
+
},
|
|
3326
|
+
{
|
|
3327
|
+
"kind": "js",
|
|
3328
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
3329
|
+
"declaration": {
|
|
3330
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
3331
|
+
"module": "./ai-criteria-search.styles"
|
|
3332
|
+
}
|
|
3333
|
+
},
|
|
3334
|
+
{
|
|
3335
|
+
"kind": "js",
|
|
3336
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3337
|
+
"declaration": {
|
|
3338
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3339
|
+
"module": "./ai-criteria-search.template"
|
|
3340
|
+
}
|
|
3341
|
+
},
|
|
3417
3342
|
{
|
|
3418
3343
|
"kind": "js",
|
|
3419
3344
|
"name": "*",
|
|
3420
3345
|
"declaration": {
|
|
3421
3346
|
"name": "*",
|
|
3422
|
-
"package": "./
|
|
3347
|
+
"package": "./validation/criteria-ir"
|
|
3423
3348
|
}
|
|
3424
3349
|
},
|
|
3425
3350
|
{
|
|
@@ -3427,7 +3352,7 @@
|
|
|
3427
3352
|
"name": "*",
|
|
3428
3353
|
"declaration": {
|
|
3429
3354
|
"name": "*",
|
|
3430
|
-
"package": "./
|
|
3355
|
+
"package": "./validation/operator-map"
|
|
3431
3356
|
}
|
|
3432
3357
|
},
|
|
3433
3358
|
{
|
|
@@ -3435,7 +3360,82 @@
|
|
|
3435
3360
|
"name": "*",
|
|
3436
3361
|
"declaration": {
|
|
3437
3362
|
"name": "*",
|
|
3438
|
-
"package": "./
|
|
3363
|
+
"package": "./validation/schema-validator"
|
|
3364
|
+
}
|
|
3365
|
+
}
|
|
3366
|
+
]
|
|
3367
|
+
},
|
|
3368
|
+
{
|
|
3369
|
+
"kind": "javascript-module",
|
|
3370
|
+
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
3371
|
+
"declarations": [
|
|
3372
|
+
{
|
|
3373
|
+
"kind": "function",
|
|
3374
|
+
"name": "formatValidationErrors",
|
|
3375
|
+
"return": {
|
|
3376
|
+
"type": {
|
|
3377
|
+
"text": "string"
|
|
3378
|
+
}
|
|
3379
|
+
},
|
|
3380
|
+
"parameters": [
|
|
3381
|
+
{
|
|
3382
|
+
"name": "errors",
|
|
3383
|
+
"type": {
|
|
3384
|
+
"text": "ValidationError[]"
|
|
3385
|
+
}
|
|
3386
|
+
}
|
|
3387
|
+
],
|
|
3388
|
+
"description": "Formats validation errors into a user-friendly message."
|
|
3389
|
+
},
|
|
3390
|
+
{
|
|
3391
|
+
"kind": "function",
|
|
3392
|
+
"name": "showCriteriaError",
|
|
3393
|
+
"return": {
|
|
3394
|
+
"type": {
|
|
3395
|
+
"text": "void"
|
|
3396
|
+
}
|
|
3397
|
+
},
|
|
3398
|
+
"parameters": [
|
|
3399
|
+
{
|
|
3400
|
+
"name": "title",
|
|
3401
|
+
"type": {
|
|
3402
|
+
"text": "string"
|
|
3403
|
+
},
|
|
3404
|
+
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
3405
|
+
},
|
|
3406
|
+
{
|
|
3407
|
+
"name": "body",
|
|
3408
|
+
"type": {
|
|
3409
|
+
"text": "string"
|
|
3410
|
+
},
|
|
3411
|
+
"description": "Error message to display"
|
|
3412
|
+
},
|
|
3413
|
+
{
|
|
3414
|
+
"name": "tagName",
|
|
3415
|
+
"type": {
|
|
3416
|
+
"text": "string"
|
|
3417
|
+
},
|
|
3418
|
+
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
3419
|
+
}
|
|
3420
|
+
],
|
|
3421
|
+
"description": "Shows a criteria error as a toast notification."
|
|
3422
|
+
}
|
|
3423
|
+
],
|
|
3424
|
+
"exports": [
|
|
3425
|
+
{
|
|
3426
|
+
"kind": "js",
|
|
3427
|
+
"name": "formatValidationErrors",
|
|
3428
|
+
"declaration": {
|
|
3429
|
+
"name": "formatValidationErrors",
|
|
3430
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3431
|
+
}
|
|
3432
|
+
},
|
|
3433
|
+
{
|
|
3434
|
+
"kind": "js",
|
|
3435
|
+
"name": "showCriteriaError",
|
|
3436
|
+
"declaration": {
|
|
3437
|
+
"name": "showCriteriaError",
|
|
3438
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3439
3439
|
}
|
|
3440
3440
|
}
|
|
3441
3441
|
]
|
|
@@ -5991,11 +5991,11 @@
|
|
|
5991
5991
|
},
|
|
5992
5992
|
{
|
|
5993
5993
|
"kind": "javascript-module",
|
|
5994
|
-
"path": "src/
|
|
5994
|
+
"path": "src/badge/badge.styles.ts",
|
|
5995
5995
|
"declarations": [
|
|
5996
5996
|
{
|
|
5997
5997
|
"kind": "function",
|
|
5998
|
-
"name": "
|
|
5998
|
+
"name": "foundationBadgeStyles",
|
|
5999
5999
|
"return": {
|
|
6000
6000
|
"type": {
|
|
6001
6001
|
"text": "ElementStyles"
|
|
@@ -6020,24 +6020,24 @@
|
|
|
6020
6020
|
"exports": [
|
|
6021
6021
|
{
|
|
6022
6022
|
"kind": "js",
|
|
6023
|
-
"name": "
|
|
6023
|
+
"name": "foundationBadgeStyles",
|
|
6024
6024
|
"declaration": {
|
|
6025
|
-
"name": "
|
|
6026
|
-
"module": "src/
|
|
6025
|
+
"name": "foundationBadgeStyles",
|
|
6026
|
+
"module": "src/badge/badge.styles.ts"
|
|
6027
6027
|
}
|
|
6028
6028
|
}
|
|
6029
6029
|
]
|
|
6030
6030
|
},
|
|
6031
6031
|
{
|
|
6032
6032
|
"kind": "javascript-module",
|
|
6033
|
-
"path": "src/
|
|
6033
|
+
"path": "src/badge/badge.template.ts",
|
|
6034
6034
|
"declarations": [
|
|
6035
6035
|
{
|
|
6036
6036
|
"kind": "function",
|
|
6037
|
-
"name": "
|
|
6037
|
+
"name": "foundationBadgeTemplate",
|
|
6038
6038
|
"return": {
|
|
6039
6039
|
"type": {
|
|
6040
|
-
"text": "ViewTemplate<
|
|
6040
|
+
"text": "ViewTemplate<Badge>"
|
|
6041
6041
|
}
|
|
6042
6042
|
},
|
|
6043
6043
|
"parameters": [
|
|
@@ -6054,45 +6054,32 @@
|
|
|
6054
6054
|
}
|
|
6055
6055
|
}
|
|
6056
6056
|
]
|
|
6057
|
-
},
|
|
6058
|
-
{
|
|
6059
|
-
"kind": "variable",
|
|
6060
|
-
"name": "media",
|
|
6061
|
-
"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`"
|
|
6062
6057
|
}
|
|
6063
6058
|
],
|
|
6064
6059
|
"exports": [
|
|
6065
6060
|
{
|
|
6066
6061
|
"kind": "js",
|
|
6067
|
-
"name": "
|
|
6068
|
-
"declaration": {
|
|
6069
|
-
"name": "foundationAvatarTemplate",
|
|
6070
|
-
"module": "src/avatar/avatar.template.ts"
|
|
6071
|
-
}
|
|
6072
|
-
},
|
|
6073
|
-
{
|
|
6074
|
-
"kind": "js",
|
|
6075
|
-
"name": "media",
|
|
6062
|
+
"name": "foundationBadgeTemplate",
|
|
6076
6063
|
"declaration": {
|
|
6077
|
-
"name": "
|
|
6078
|
-
"module": "src/
|
|
6064
|
+
"name": "foundationBadgeTemplate",
|
|
6065
|
+
"module": "src/badge/badge.template.ts"
|
|
6079
6066
|
}
|
|
6080
6067
|
}
|
|
6081
6068
|
]
|
|
6082
6069
|
},
|
|
6083
6070
|
{
|
|
6084
6071
|
"kind": "javascript-module",
|
|
6085
|
-
"path": "src/
|
|
6072
|
+
"path": "src/badge/badge.ts",
|
|
6086
6073
|
"declarations": [
|
|
6087
6074
|
{
|
|
6088
6075
|
"kind": "class",
|
|
6089
6076
|
"description": "",
|
|
6090
|
-
"name": "
|
|
6077
|
+
"name": "Badge",
|
|
6091
6078
|
"superclass": {
|
|
6092
|
-
"name": "
|
|
6079
|
+
"name": "FASTBadge",
|
|
6093
6080
|
"package": "@microsoft/fast-components"
|
|
6094
6081
|
},
|
|
6095
|
-
"tagName": "%%prefix%%-
|
|
6082
|
+
"tagName": "%%prefix%%-badge",
|
|
6096
6083
|
"customElement": true,
|
|
6097
6084
|
"attributes": [
|
|
6098
6085
|
{
|
|
@@ -6100,47 +6087,34 @@
|
|
|
6100
6087
|
"type": {
|
|
6101
6088
|
"text": "string"
|
|
6102
6089
|
},
|
|
6103
|
-
"description": "Indicates the
|
|
6104
|
-
"fieldName": "fill",
|
|
6105
|
-
"inheritedFrom": {
|
|
6106
|
-
"name": "Avatar",
|
|
6107
|
-
"module": "src/avatar/avatar.ts"
|
|
6108
|
-
}
|
|
6109
|
-
},
|
|
6110
|
-
{
|
|
6111
|
-
"name": "color",
|
|
6112
|
-
"type": {
|
|
6113
|
-
"text": "string"
|
|
6114
|
-
},
|
|
6115
|
-
"description": "Indicates the Avatar should have a text color.",
|
|
6116
|
-
"fieldName": "color",
|
|
6090
|
+
"description": "Indicates the badge should have a filled style.",
|
|
6091
|
+
"fieldName": "fill",
|
|
6117
6092
|
"inheritedFrom": {
|
|
6118
|
-
"name": "
|
|
6119
|
-
"module": "src/
|
|
6093
|
+
"name": "Badge",
|
|
6094
|
+
"module": "src/badge/badge.ts"
|
|
6120
6095
|
}
|
|
6121
6096
|
},
|
|
6122
6097
|
{
|
|
6123
|
-
"name": "
|
|
6098
|
+
"name": "color",
|
|
6124
6099
|
"type": {
|
|
6125
6100
|
"text": "string"
|
|
6126
6101
|
},
|
|
6127
|
-
"description": "Indicates the
|
|
6128
|
-
"fieldName": "
|
|
6102
|
+
"description": "Indicates the badge should have a filled style.",
|
|
6103
|
+
"fieldName": "color",
|
|
6129
6104
|
"inheritedFrom": {
|
|
6130
|
-
"name": "
|
|
6131
|
-
"module": "src/
|
|
6105
|
+
"name": "Badge",
|
|
6106
|
+
"module": "src/badge/badge.ts"
|
|
6132
6107
|
}
|
|
6133
6108
|
},
|
|
6134
6109
|
{
|
|
6135
|
-
"name": "shape",
|
|
6136
6110
|
"type": {
|
|
6137
|
-
"text": "
|
|
6111
|
+
"text": "boolean"
|
|
6138
6112
|
},
|
|
6139
|
-
"description": "Indicates the
|
|
6140
|
-
"fieldName": "
|
|
6113
|
+
"description": "Indicates the element should be circular",
|
|
6114
|
+
"fieldName": "circular",
|
|
6141
6115
|
"inheritedFrom": {
|
|
6142
|
-
"name": "
|
|
6143
|
-
"module": "src/
|
|
6116
|
+
"name": "Badge",
|
|
6117
|
+
"module": "src/badge/badge.ts"
|
|
6144
6118
|
}
|
|
6145
6119
|
}
|
|
6146
6120
|
],
|
|
@@ -6152,10 +6126,10 @@
|
|
|
6152
6126
|
"text": "string"
|
|
6153
6127
|
},
|
|
6154
6128
|
"privacy": "public",
|
|
6155
|
-
"description": "Indicates the
|
|
6129
|
+
"description": "Indicates the badge should have a filled style.",
|
|
6156
6130
|
"inheritedFrom": {
|
|
6157
|
-
"name": "
|
|
6158
|
-
"module": "src/
|
|
6131
|
+
"name": "Badge",
|
|
6132
|
+
"module": "src/badge/badge.ts"
|
|
6159
6133
|
}
|
|
6160
6134
|
},
|
|
6161
6135
|
{
|
|
@@ -6165,36 +6139,32 @@
|
|
|
6165
6139
|
"text": "string"
|
|
6166
6140
|
},
|
|
6167
6141
|
"privacy": "public",
|
|
6168
|
-
"description": "Indicates the
|
|
6142
|
+
"description": "Indicates the badge should have a filled style.",
|
|
6169
6143
|
"inheritedFrom": {
|
|
6170
|
-
"name": "
|
|
6171
|
-
"module": "src/
|
|
6144
|
+
"name": "Badge",
|
|
6145
|
+
"module": "src/badge/badge.ts"
|
|
6172
6146
|
}
|
|
6173
6147
|
},
|
|
6174
6148
|
{
|
|
6175
6149
|
"kind": "field",
|
|
6176
|
-
"name": "
|
|
6150
|
+
"name": "circular",
|
|
6177
6151
|
"type": {
|
|
6178
|
-
"text": "
|
|
6152
|
+
"text": "boolean"
|
|
6179
6153
|
},
|
|
6180
6154
|
"privacy": "public",
|
|
6181
|
-
"description": "Indicates the
|
|
6155
|
+
"description": "Indicates the element should be circular",
|
|
6182
6156
|
"inheritedFrom": {
|
|
6183
|
-
"name": "
|
|
6184
|
-
"module": "src/
|
|
6157
|
+
"name": "Badge",
|
|
6158
|
+
"module": "src/badge/badge.ts"
|
|
6185
6159
|
}
|
|
6186
6160
|
},
|
|
6187
6161
|
{
|
|
6188
6162
|
"kind": "field",
|
|
6189
|
-
"name": "
|
|
6190
|
-
"type": {
|
|
6191
|
-
"text": "AvatarShape"
|
|
6192
|
-
},
|
|
6163
|
+
"name": "generateBadgeStyle",
|
|
6193
6164
|
"privacy": "public",
|
|
6194
|
-
"description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
|
|
6195
6165
|
"inheritedFrom": {
|
|
6196
|
-
"name": "
|
|
6197
|
-
"module": "src/
|
|
6166
|
+
"name": "Badge",
|
|
6167
|
+
"module": "src/badge/badge.ts"
|
|
6198
6168
|
}
|
|
6199
6169
|
},
|
|
6200
6170
|
{
|
|
@@ -6312,65 +6282,65 @@
|
|
|
6312
6282
|
},
|
|
6313
6283
|
{
|
|
6314
6284
|
"kind": "variable",
|
|
6315
|
-
"name": "
|
|
6285
|
+
"name": "foundationBadgeShadowOptions",
|
|
6316
6286
|
"type": {
|
|
6317
6287
|
"text": "ShadowRootInit"
|
|
6318
6288
|
},
|
|
6319
|
-
"default": "
|
|
6289
|
+
"default": "undefined"
|
|
6320
6290
|
},
|
|
6321
6291
|
{
|
|
6322
6292
|
"kind": "variable",
|
|
6323
|
-
"name": "
|
|
6293
|
+
"name": "defaultBadgeConfig",
|
|
6324
6294
|
"type": {
|
|
6325
6295
|
"text": "object"
|
|
6326
6296
|
},
|
|
6327
|
-
"default": "{
|
|
6297
|
+
"default": "{}"
|
|
6328
6298
|
},
|
|
6329
6299
|
{
|
|
6330
6300
|
"kind": "variable",
|
|
6331
|
-
"name": "
|
|
6332
|
-
"description": "The Foundation
|
|
6301
|
+
"name": "foundationBadge",
|
|
6302
|
+
"description": "The Foundation Badge",
|
|
6333
6303
|
"privacy": "public"
|
|
6334
6304
|
}
|
|
6335
6305
|
],
|
|
6336
6306
|
"exports": [
|
|
6337
6307
|
{
|
|
6338
6308
|
"kind": "js",
|
|
6339
|
-
"name": "
|
|
6309
|
+
"name": "Badge",
|
|
6340
6310
|
"declaration": {
|
|
6341
|
-
"name": "
|
|
6342
|
-
"module": "src/
|
|
6311
|
+
"name": "Badge",
|
|
6312
|
+
"module": "src/badge/badge.ts"
|
|
6343
6313
|
}
|
|
6344
6314
|
},
|
|
6345
6315
|
{
|
|
6346
6316
|
"kind": "js",
|
|
6347
|
-
"name": "
|
|
6317
|
+
"name": "foundationBadgeShadowOptions",
|
|
6348
6318
|
"declaration": {
|
|
6349
|
-
"name": "
|
|
6350
|
-
"module": "src/
|
|
6319
|
+
"name": "foundationBadgeShadowOptions",
|
|
6320
|
+
"module": "src/badge/badge.ts"
|
|
6351
6321
|
}
|
|
6352
6322
|
},
|
|
6353
6323
|
{
|
|
6354
6324
|
"kind": "js",
|
|
6355
|
-
"name": "
|
|
6325
|
+
"name": "defaultBadgeConfig",
|
|
6356
6326
|
"declaration": {
|
|
6357
|
-
"name": "
|
|
6358
|
-
"module": "src/
|
|
6327
|
+
"name": "defaultBadgeConfig",
|
|
6328
|
+
"module": "src/badge/badge.ts"
|
|
6359
6329
|
}
|
|
6360
6330
|
},
|
|
6361
6331
|
{
|
|
6362
6332
|
"kind": "js",
|
|
6363
|
-
"name": "
|
|
6333
|
+
"name": "foundationBadge",
|
|
6364
6334
|
"declaration": {
|
|
6365
|
-
"name": "
|
|
6366
|
-
"module": "src/
|
|
6335
|
+
"name": "foundationBadge",
|
|
6336
|
+
"module": "src/badge/badge.ts"
|
|
6367
6337
|
}
|
|
6368
6338
|
}
|
|
6369
6339
|
]
|
|
6370
6340
|
},
|
|
6371
6341
|
{
|
|
6372
6342
|
"kind": "javascript-module",
|
|
6373
|
-
"path": "src/
|
|
6343
|
+
"path": "src/badge/index.ts",
|
|
6374
6344
|
"declarations": [],
|
|
6375
6345
|
"exports": [
|
|
6376
6346
|
{
|
|
@@ -6378,7 +6348,7 @@
|
|
|
6378
6348
|
"name": "*",
|
|
6379
6349
|
"declaration": {
|
|
6380
6350
|
"name": "*",
|
|
6381
|
-
"package": "./
|
|
6351
|
+
"package": "./badge.template"
|
|
6382
6352
|
}
|
|
6383
6353
|
},
|
|
6384
6354
|
{
|
|
@@ -6386,7 +6356,7 @@
|
|
|
6386
6356
|
"name": "*",
|
|
6387
6357
|
"declaration": {
|
|
6388
6358
|
"name": "*",
|
|
6389
|
-
"package": "./
|
|
6359
|
+
"package": "./badge.styles"
|
|
6390
6360
|
}
|
|
6391
6361
|
},
|
|
6392
6362
|
{
|
|
@@ -6394,18 +6364,18 @@
|
|
|
6394
6364
|
"name": "*",
|
|
6395
6365
|
"declaration": {
|
|
6396
6366
|
"name": "*",
|
|
6397
|
-
"package": "./
|
|
6367
|
+
"package": "./badge"
|
|
6398
6368
|
}
|
|
6399
6369
|
}
|
|
6400
6370
|
]
|
|
6401
6371
|
},
|
|
6402
6372
|
{
|
|
6403
6373
|
"kind": "javascript-module",
|
|
6404
|
-
"path": "src/
|
|
6374
|
+
"path": "src/avatar/avatar.styles.ts",
|
|
6405
6375
|
"declarations": [
|
|
6406
6376
|
{
|
|
6407
6377
|
"kind": "function",
|
|
6408
|
-
"name": "
|
|
6378
|
+
"name": "foundationAvatarStyles",
|
|
6409
6379
|
"return": {
|
|
6410
6380
|
"type": {
|
|
6411
6381
|
"text": "ElementStyles"
|
|
@@ -6430,24 +6400,24 @@
|
|
|
6430
6400
|
"exports": [
|
|
6431
6401
|
{
|
|
6432
6402
|
"kind": "js",
|
|
6433
|
-
"name": "
|
|
6403
|
+
"name": "foundationAvatarStyles",
|
|
6434
6404
|
"declaration": {
|
|
6435
|
-
"name": "
|
|
6436
|
-
"module": "src/
|
|
6405
|
+
"name": "foundationAvatarStyles",
|
|
6406
|
+
"module": "src/avatar/avatar.styles.ts"
|
|
6437
6407
|
}
|
|
6438
6408
|
}
|
|
6439
6409
|
]
|
|
6440
6410
|
},
|
|
6441
6411
|
{
|
|
6442
6412
|
"kind": "javascript-module",
|
|
6443
|
-
"path": "src/
|
|
6413
|
+
"path": "src/avatar/avatar.template.ts",
|
|
6444
6414
|
"declarations": [
|
|
6445
6415
|
{
|
|
6446
6416
|
"kind": "function",
|
|
6447
|
-
"name": "
|
|
6417
|
+
"name": "foundationAvatarTemplate",
|
|
6448
6418
|
"return": {
|
|
6449
6419
|
"type": {
|
|
6450
|
-
"text": "ViewTemplate<
|
|
6420
|
+
"text": "ViewTemplate<Avatar>"
|
|
6451
6421
|
}
|
|
6452
6422
|
},
|
|
6453
6423
|
"parameters": [
|
|
@@ -6464,32 +6434,45 @@
|
|
|
6464
6434
|
}
|
|
6465
6435
|
}
|
|
6466
6436
|
]
|
|
6437
|
+
},
|
|
6438
|
+
{
|
|
6439
|
+
"kind": "variable",
|
|
6440
|
+
"name": "media",
|
|
6441
|
+
"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`"
|
|
6467
6442
|
}
|
|
6468
6443
|
],
|
|
6469
6444
|
"exports": [
|
|
6470
6445
|
{
|
|
6471
6446
|
"kind": "js",
|
|
6472
|
-
"name": "
|
|
6447
|
+
"name": "foundationAvatarTemplate",
|
|
6473
6448
|
"declaration": {
|
|
6474
|
-
"name": "
|
|
6475
|
-
"module": "src/
|
|
6449
|
+
"name": "foundationAvatarTemplate",
|
|
6450
|
+
"module": "src/avatar/avatar.template.ts"
|
|
6451
|
+
}
|
|
6452
|
+
},
|
|
6453
|
+
{
|
|
6454
|
+
"kind": "js",
|
|
6455
|
+
"name": "media",
|
|
6456
|
+
"declaration": {
|
|
6457
|
+
"name": "media",
|
|
6458
|
+
"module": "src/avatar/avatar.template.ts"
|
|
6476
6459
|
}
|
|
6477
6460
|
}
|
|
6478
6461
|
]
|
|
6479
6462
|
},
|
|
6480
6463
|
{
|
|
6481
6464
|
"kind": "javascript-module",
|
|
6482
|
-
"path": "src/
|
|
6465
|
+
"path": "src/avatar/avatar.ts",
|
|
6483
6466
|
"declarations": [
|
|
6484
6467
|
{
|
|
6485
6468
|
"kind": "class",
|
|
6486
6469
|
"description": "",
|
|
6487
|
-
"name": "
|
|
6470
|
+
"name": "Avatar",
|
|
6488
6471
|
"superclass": {
|
|
6489
|
-
"name": "
|
|
6472
|
+
"name": "FASTAvatar",
|
|
6490
6473
|
"package": "@microsoft/fast-components"
|
|
6491
6474
|
},
|
|
6492
|
-
"tagName": "%%prefix%%-
|
|
6475
|
+
"tagName": "%%prefix%%-avatar",
|
|
6493
6476
|
"customElement": true,
|
|
6494
6477
|
"attributes": [
|
|
6495
6478
|
{
|
|
@@ -6497,11 +6480,11 @@
|
|
|
6497
6480
|
"type": {
|
|
6498
6481
|
"text": "string"
|
|
6499
6482
|
},
|
|
6500
|
-
"description": "Indicates the
|
|
6483
|
+
"description": "Indicates the Avatar should have a color fill.",
|
|
6501
6484
|
"fieldName": "fill",
|
|
6502
6485
|
"inheritedFrom": {
|
|
6503
|
-
"name": "
|
|
6504
|
-
"module": "src/
|
|
6486
|
+
"name": "Avatar",
|
|
6487
|
+
"module": "src/avatar/avatar.ts"
|
|
6505
6488
|
}
|
|
6506
6489
|
},
|
|
6507
6490
|
{
|
|
@@ -6509,22 +6492,35 @@
|
|
|
6509
6492
|
"type": {
|
|
6510
6493
|
"text": "string"
|
|
6511
6494
|
},
|
|
6512
|
-
"description": "Indicates the
|
|
6495
|
+
"description": "Indicates the Avatar should have a text color.",
|
|
6513
6496
|
"fieldName": "color",
|
|
6514
6497
|
"inheritedFrom": {
|
|
6515
|
-
"name": "
|
|
6516
|
-
"module": "src/
|
|
6498
|
+
"name": "Avatar",
|
|
6499
|
+
"module": "src/avatar/avatar.ts"
|
|
6517
6500
|
}
|
|
6518
6501
|
},
|
|
6519
6502
|
{
|
|
6503
|
+
"name": "link",
|
|
6520
6504
|
"type": {
|
|
6521
|
-
"text": "
|
|
6505
|
+
"text": "string"
|
|
6522
6506
|
},
|
|
6523
|
-
"description": "Indicates the
|
|
6524
|
-
"fieldName": "
|
|
6507
|
+
"description": "Indicates the Avatar should have url link",
|
|
6508
|
+
"fieldName": "link",
|
|
6525
6509
|
"inheritedFrom": {
|
|
6526
|
-
"name": "
|
|
6527
|
-
"module": "src/
|
|
6510
|
+
"name": "Avatar",
|
|
6511
|
+
"module": "src/avatar/avatar.ts"
|
|
6512
|
+
}
|
|
6513
|
+
},
|
|
6514
|
+
{
|
|
6515
|
+
"name": "shape",
|
|
6516
|
+
"type": {
|
|
6517
|
+
"text": "AvatarShape"
|
|
6518
|
+
},
|
|
6519
|
+
"description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
|
|
6520
|
+
"fieldName": "shape",
|
|
6521
|
+
"inheritedFrom": {
|
|
6522
|
+
"name": "Avatar",
|
|
6523
|
+
"module": "src/avatar/avatar.ts"
|
|
6528
6524
|
}
|
|
6529
6525
|
}
|
|
6530
6526
|
],
|
|
@@ -6536,10 +6532,10 @@
|
|
|
6536
6532
|
"text": "string"
|
|
6537
6533
|
},
|
|
6538
6534
|
"privacy": "public",
|
|
6539
|
-
"description": "Indicates the
|
|
6535
|
+
"description": "Indicates the Avatar should have a color fill.",
|
|
6540
6536
|
"inheritedFrom": {
|
|
6541
|
-
"name": "
|
|
6542
|
-
"module": "src/
|
|
6537
|
+
"name": "Avatar",
|
|
6538
|
+
"module": "src/avatar/avatar.ts"
|
|
6543
6539
|
}
|
|
6544
6540
|
},
|
|
6545
6541
|
{
|
|
@@ -6549,32 +6545,36 @@
|
|
|
6549
6545
|
"text": "string"
|
|
6550
6546
|
},
|
|
6551
6547
|
"privacy": "public",
|
|
6552
|
-
"description": "Indicates the
|
|
6548
|
+
"description": "Indicates the Avatar should have a text color.",
|
|
6553
6549
|
"inheritedFrom": {
|
|
6554
|
-
"name": "
|
|
6555
|
-
"module": "src/
|
|
6550
|
+
"name": "Avatar",
|
|
6551
|
+
"module": "src/avatar/avatar.ts"
|
|
6556
6552
|
}
|
|
6557
6553
|
},
|
|
6558
6554
|
{
|
|
6559
6555
|
"kind": "field",
|
|
6560
|
-
"name": "
|
|
6556
|
+
"name": "link",
|
|
6561
6557
|
"type": {
|
|
6562
|
-
"text": "
|
|
6558
|
+
"text": "string"
|
|
6563
6559
|
},
|
|
6564
6560
|
"privacy": "public",
|
|
6565
|
-
"description": "Indicates the
|
|
6561
|
+
"description": "Indicates the Avatar should have url link",
|
|
6566
6562
|
"inheritedFrom": {
|
|
6567
|
-
"name": "
|
|
6568
|
-
"module": "src/
|
|
6563
|
+
"name": "Avatar",
|
|
6564
|
+
"module": "src/avatar/avatar.ts"
|
|
6569
6565
|
}
|
|
6570
6566
|
},
|
|
6571
6567
|
{
|
|
6572
6568
|
"kind": "field",
|
|
6573
|
-
"name": "
|
|
6569
|
+
"name": "shape",
|
|
6570
|
+
"type": {
|
|
6571
|
+
"text": "AvatarShape"
|
|
6572
|
+
},
|
|
6574
6573
|
"privacy": "public",
|
|
6574
|
+
"description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
|
|
6575
6575
|
"inheritedFrom": {
|
|
6576
|
-
"name": "
|
|
6577
|
-
"module": "src/
|
|
6576
|
+
"name": "Avatar",
|
|
6577
|
+
"module": "src/avatar/avatar.ts"
|
|
6578
6578
|
}
|
|
6579
6579
|
},
|
|
6580
6580
|
{
|
|
@@ -6692,65 +6692,65 @@
|
|
|
6692
6692
|
},
|
|
6693
6693
|
{
|
|
6694
6694
|
"kind": "variable",
|
|
6695
|
-
"name": "
|
|
6695
|
+
"name": "foundationAvatarShadowOptions",
|
|
6696
6696
|
"type": {
|
|
6697
6697
|
"text": "ShadowRootInit"
|
|
6698
6698
|
},
|
|
6699
|
-
"default": "
|
|
6699
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
6700
6700
|
},
|
|
6701
6701
|
{
|
|
6702
6702
|
"kind": "variable",
|
|
6703
|
-
"name": "
|
|
6703
|
+
"name": "defaultAvatarConfig",
|
|
6704
6704
|
"type": {
|
|
6705
6705
|
"text": "object"
|
|
6706
6706
|
},
|
|
6707
|
-
"default": "{}"
|
|
6707
|
+
"default": "{\n media: mediaTemplate,\n}"
|
|
6708
6708
|
},
|
|
6709
6709
|
{
|
|
6710
6710
|
"kind": "variable",
|
|
6711
|
-
"name": "
|
|
6712
|
-
"description": "The Foundation
|
|
6711
|
+
"name": "foundationAvatar",
|
|
6712
|
+
"description": "The Foundation Avatar",
|
|
6713
6713
|
"privacy": "public"
|
|
6714
6714
|
}
|
|
6715
6715
|
],
|
|
6716
6716
|
"exports": [
|
|
6717
6717
|
{
|
|
6718
6718
|
"kind": "js",
|
|
6719
|
-
"name": "
|
|
6719
|
+
"name": "Avatar",
|
|
6720
6720
|
"declaration": {
|
|
6721
|
-
"name": "
|
|
6722
|
-
"module": "src/
|
|
6721
|
+
"name": "Avatar",
|
|
6722
|
+
"module": "src/avatar/avatar.ts"
|
|
6723
6723
|
}
|
|
6724
6724
|
},
|
|
6725
6725
|
{
|
|
6726
6726
|
"kind": "js",
|
|
6727
|
-
"name": "
|
|
6727
|
+
"name": "foundationAvatarShadowOptions",
|
|
6728
6728
|
"declaration": {
|
|
6729
|
-
"name": "
|
|
6730
|
-
"module": "src/
|
|
6729
|
+
"name": "foundationAvatarShadowOptions",
|
|
6730
|
+
"module": "src/avatar/avatar.ts"
|
|
6731
6731
|
}
|
|
6732
6732
|
},
|
|
6733
6733
|
{
|
|
6734
6734
|
"kind": "js",
|
|
6735
|
-
"name": "
|
|
6735
|
+
"name": "defaultAvatarConfig",
|
|
6736
6736
|
"declaration": {
|
|
6737
|
-
"name": "
|
|
6738
|
-
"module": "src/
|
|
6737
|
+
"name": "defaultAvatarConfig",
|
|
6738
|
+
"module": "src/avatar/avatar.ts"
|
|
6739
6739
|
}
|
|
6740
6740
|
},
|
|
6741
6741
|
{
|
|
6742
6742
|
"kind": "js",
|
|
6743
|
-
"name": "
|
|
6743
|
+
"name": "foundationAvatar",
|
|
6744
6744
|
"declaration": {
|
|
6745
|
-
"name": "
|
|
6746
|
-
"module": "src/
|
|
6745
|
+
"name": "foundationAvatar",
|
|
6746
|
+
"module": "src/avatar/avatar.ts"
|
|
6747
6747
|
}
|
|
6748
6748
|
}
|
|
6749
6749
|
]
|
|
6750
6750
|
},
|
|
6751
6751
|
{
|
|
6752
6752
|
"kind": "javascript-module",
|
|
6753
|
-
"path": "src/
|
|
6753
|
+
"path": "src/avatar/index.ts",
|
|
6754
6754
|
"declarations": [],
|
|
6755
6755
|
"exports": [
|
|
6756
6756
|
{
|
|
@@ -6758,7 +6758,7 @@
|
|
|
6758
6758
|
"name": "*",
|
|
6759
6759
|
"declaration": {
|
|
6760
6760
|
"name": "*",
|
|
6761
|
-
"package": "./
|
|
6761
|
+
"package": "./avatar.template"
|
|
6762
6762
|
}
|
|
6763
6763
|
},
|
|
6764
6764
|
{
|
|
@@ -6766,7 +6766,7 @@
|
|
|
6766
6766
|
"name": "*",
|
|
6767
6767
|
"declaration": {
|
|
6768
6768
|
"name": "*",
|
|
6769
|
-
"package": "./
|
|
6769
|
+
"package": "./avatar.styles"
|
|
6770
6770
|
}
|
|
6771
6771
|
},
|
|
6772
6772
|
{
|
|
@@ -6774,7 +6774,7 @@
|
|
|
6774
6774
|
"name": "*",
|
|
6775
6775
|
"declaration": {
|
|
6776
6776
|
"name": "*",
|
|
6777
|
-
"package": "./
|
|
6777
|
+
"package": "./avatar"
|
|
6778
6778
|
}
|
|
6779
6779
|
}
|
|
6780
6780
|
]
|