@genesislcap/foundation-ui 14.423.0 → 14.424.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 +1199 -1199
- package/dist/dts/react.d.ts +14 -14
- package/dist/react.cjs +7 -7
- package/dist/react.mjs +4 -4
- package/package.json +19 -19
|
@@ -1392,42 +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/accordion-item/accordion-item.styles.ts",
|
|
1395
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1427
1396
|
"declarations": [
|
|
1428
1397
|
{
|
|
1429
1398
|
"kind": "function",
|
|
1430
|
-
"name": "
|
|
1399
|
+
"name": "foundationAccordionStyles",
|
|
1431
1400
|
"return": {
|
|
1432
1401
|
"type": {
|
|
1433
1402
|
"text": "ElementStyles"
|
|
@@ -1452,24 +1421,24 @@
|
|
|
1452
1421
|
"exports": [
|
|
1453
1422
|
{
|
|
1454
1423
|
"kind": "js",
|
|
1455
|
-
"name": "
|
|
1424
|
+
"name": "foundationAccordionStyles",
|
|
1456
1425
|
"declaration": {
|
|
1457
|
-
"name": "
|
|
1458
|
-
"module": "src/accordion
|
|
1426
|
+
"name": "foundationAccordionStyles",
|
|
1427
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1459
1428
|
}
|
|
1460
1429
|
}
|
|
1461
1430
|
]
|
|
1462
1431
|
},
|
|
1463
1432
|
{
|
|
1464
1433
|
"kind": "javascript-module",
|
|
1465
|
-
"path": "src/accordion
|
|
1434
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1466
1435
|
"declarations": [
|
|
1467
1436
|
{
|
|
1468
1437
|
"kind": "function",
|
|
1469
|
-
"name": "
|
|
1438
|
+
"name": "foundationAccordionTemplate",
|
|
1470
1439
|
"return": {
|
|
1471
1440
|
"type": {
|
|
1472
|
-
"text": "ViewTemplate<
|
|
1441
|
+
"text": "ViewTemplate<Accordion>"
|
|
1473
1442
|
}
|
|
1474
1443
|
},
|
|
1475
1444
|
"parameters": [
|
|
@@ -1491,244 +1460,365 @@
|
|
|
1491
1460
|
"exports": [
|
|
1492
1461
|
{
|
|
1493
1462
|
"kind": "js",
|
|
1494
|
-
"name": "
|
|
1463
|
+
"name": "foundationAccordionTemplate",
|
|
1495
1464
|
"declaration": {
|
|
1496
|
-
"name": "
|
|
1497
|
-
"module": "src/accordion
|
|
1465
|
+
"name": "foundationAccordionTemplate",
|
|
1466
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1498
1467
|
}
|
|
1499
1468
|
}
|
|
1500
1469
|
]
|
|
1501
1470
|
},
|
|
1502
1471
|
{
|
|
1503
1472
|
"kind": "javascript-module",
|
|
1504
|
-
"path": "src/accordion
|
|
1473
|
+
"path": "src/accordion/accordion.ts",
|
|
1505
1474
|
"declarations": [
|
|
1506
1475
|
{
|
|
1507
1476
|
"kind": "class",
|
|
1508
1477
|
"description": "",
|
|
1509
|
-
"name": "
|
|
1478
|
+
"name": "Accordion",
|
|
1510
1479
|
"superclass": {
|
|
1511
|
-
"name": "
|
|
1512
|
-
"package": "@microsoft/fast-
|
|
1480
|
+
"name": "FASTAccordion",
|
|
1481
|
+
"package": "@microsoft/fast-foundation"
|
|
1513
1482
|
},
|
|
1514
|
-
"tagName": "%%prefix%%-accordion
|
|
1483
|
+
"tagName": "%%prefix%%-accordion",
|
|
1515
1484
|
"customElement": true,
|
|
1516
1485
|
"attributes": [
|
|
1517
1486
|
{
|
|
1518
|
-
"name": "
|
|
1519
|
-
"type": {
|
|
1520
|
-
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1521
|
-
},
|
|
1522
|
-
"default": "2",
|
|
1523
|
-
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1524
|
-
"fieldName": "headinglevel",
|
|
1525
|
-
"inheritedFrom": {
|
|
1526
|
-
"name": "AccordionItem",
|
|
1527
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1528
|
-
}
|
|
1529
|
-
},
|
|
1530
|
-
{
|
|
1531
|
-
"type": {
|
|
1532
|
-
"text": "boolean"
|
|
1533
|
-
},
|
|
1534
|
-
"default": "false",
|
|
1535
|
-
"description": "Expands or collapses the item.",
|
|
1536
|
-
"fieldName": "expanded",
|
|
1537
|
-
"inheritedFrom": {
|
|
1538
|
-
"name": "AccordionItem",
|
|
1539
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1540
|
-
}
|
|
1541
|
-
},
|
|
1542
|
-
{
|
|
1543
|
-
"name": "id",
|
|
1487
|
+
"name": "expand-mode",
|
|
1544
1488
|
"type": {
|
|
1545
|
-
"text": "
|
|
1489
|
+
"text": "AccordionExpandMode"
|
|
1546
1490
|
},
|
|
1547
|
-
"description": "
|
|
1548
|
-
"fieldName": "
|
|
1491
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1492
|
+
"fieldName": "expandmode",
|
|
1549
1493
|
"inheritedFrom": {
|
|
1550
|
-
"name": "
|
|
1551
|
-
"module": "src/accordion
|
|
1494
|
+
"name": "Accordion",
|
|
1495
|
+
"module": "src/accordion/accordion.ts"
|
|
1552
1496
|
}
|
|
1553
1497
|
}
|
|
1554
1498
|
],
|
|
1555
1499
|
"members": [
|
|
1556
1500
|
{
|
|
1557
1501
|
"kind": "field",
|
|
1558
|
-
"name": "
|
|
1502
|
+
"name": "expandmode",
|
|
1559
1503
|
"type": {
|
|
1560
|
-
"text": "
|
|
1504
|
+
"text": "AccordionExpandMode"
|
|
1561
1505
|
},
|
|
1562
1506
|
"privacy": "public",
|
|
1563
|
-
"
|
|
1564
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1507
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1565
1508
|
"inheritedFrom": {
|
|
1566
|
-
"name": "
|
|
1567
|
-
"module": "src/accordion
|
|
1509
|
+
"name": "Accordion",
|
|
1510
|
+
"module": "src/accordion/accordion.ts"
|
|
1568
1511
|
}
|
|
1569
1512
|
},
|
|
1570
1513
|
{
|
|
1571
1514
|
"kind": "field",
|
|
1572
|
-
"name": "
|
|
1515
|
+
"name": "activeid",
|
|
1573
1516
|
"type": {
|
|
1574
|
-
"text": "
|
|
1517
|
+
"text": "string | null"
|
|
1575
1518
|
},
|
|
1576
|
-
"privacy": "
|
|
1577
|
-
"default": "false",
|
|
1578
|
-
"description": "Expands or collapses the item.",
|
|
1519
|
+
"privacy": "private",
|
|
1579
1520
|
"inheritedFrom": {
|
|
1580
|
-
"name": "
|
|
1581
|
-
"module": "src/accordion
|
|
1521
|
+
"name": "Accordion",
|
|
1522
|
+
"module": "src/accordion/accordion.ts"
|
|
1582
1523
|
}
|
|
1583
1524
|
},
|
|
1584
1525
|
{
|
|
1585
1526
|
"kind": "field",
|
|
1586
|
-
"name": "
|
|
1527
|
+
"name": "activeItemIndex",
|
|
1587
1528
|
"type": {
|
|
1588
|
-
"text": "
|
|
1529
|
+
"text": "number"
|
|
1589
1530
|
},
|
|
1590
|
-
"privacy": "
|
|
1591
|
-
"
|
|
1531
|
+
"privacy": "private",
|
|
1532
|
+
"default": "0",
|
|
1592
1533
|
"inheritedFrom": {
|
|
1593
|
-
"name": "
|
|
1594
|
-
"module": "src/accordion
|
|
1534
|
+
"name": "Accordion",
|
|
1535
|
+
"module": "src/accordion/accordion.ts"
|
|
1595
1536
|
}
|
|
1596
1537
|
},
|
|
1597
1538
|
{
|
|
1598
1539
|
"kind": "field",
|
|
1599
|
-
"name": "
|
|
1540
|
+
"name": "accordionIds",
|
|
1541
|
+
"type": {
|
|
1542
|
+
"text": "Array<string | null>"
|
|
1543
|
+
},
|
|
1600
1544
|
"privacy": "private",
|
|
1601
1545
|
"inheritedFrom": {
|
|
1602
|
-
"name": "
|
|
1603
|
-
"module": "src/accordion
|
|
1546
|
+
"name": "Accordion",
|
|
1547
|
+
"module": "src/accordion/accordion.ts"
|
|
1604
1548
|
}
|
|
1605
1549
|
},
|
|
1606
1550
|
{
|
|
1607
1551
|
"kind": "field",
|
|
1608
|
-
"name": "
|
|
1609
|
-
"type": {
|
|
1610
|
-
"text": "ComponentPresentation | null | undefined"
|
|
1611
|
-
},
|
|
1552
|
+
"name": "change",
|
|
1612
1553
|
"privacy": "private",
|
|
1613
|
-
"default": "void 0",
|
|
1614
1554
|
"inheritedFrom": {
|
|
1615
|
-
"name": "
|
|
1616
|
-
"module": "src/
|
|
1555
|
+
"name": "Accordion",
|
|
1556
|
+
"module": "src/accordion/accordion.ts"
|
|
1617
1557
|
}
|
|
1618
1558
|
},
|
|
1619
1559
|
{
|
|
1620
|
-
"kind": "
|
|
1621
|
-
"name": "
|
|
1622
|
-
"
|
|
1623
|
-
|
|
1560
|
+
"kind": "method",
|
|
1561
|
+
"name": "findExpandedItem",
|
|
1562
|
+
"privacy": "private",
|
|
1563
|
+
"return": {
|
|
1564
|
+
"type": {
|
|
1565
|
+
"text": "AccordionItem | null"
|
|
1566
|
+
}
|
|
1624
1567
|
},
|
|
1625
|
-
"privacy": "public",
|
|
1626
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1627
1568
|
"inheritedFrom": {
|
|
1628
|
-
"name": "
|
|
1629
|
-
"module": "src/
|
|
1569
|
+
"name": "Accordion",
|
|
1570
|
+
"module": "src/accordion/accordion.ts"
|
|
1630
1571
|
}
|
|
1631
1572
|
},
|
|
1632
1573
|
{
|
|
1633
1574
|
"kind": "field",
|
|
1634
|
-
"name": "
|
|
1635
|
-
"
|
|
1636
|
-
"text": "ElementViewTemplate | void | null"
|
|
1637
|
-
},
|
|
1638
|
-
"privacy": "public",
|
|
1639
|
-
"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.",
|
|
1575
|
+
"name": "setItems",
|
|
1576
|
+
"privacy": "private",
|
|
1640
1577
|
"inheritedFrom": {
|
|
1641
|
-
"name": "
|
|
1642
|
-
"module": "src/
|
|
1578
|
+
"name": "Accordion",
|
|
1579
|
+
"module": "src/accordion/accordion.ts"
|
|
1643
1580
|
}
|
|
1644
1581
|
},
|
|
1645
1582
|
{
|
|
1646
1583
|
"kind": "method",
|
|
1647
|
-
"name": "
|
|
1648
|
-
"privacy": "
|
|
1584
|
+
"name": "resetItems",
|
|
1585
|
+
"privacy": "private",
|
|
1649
1586
|
"return": {
|
|
1650
1587
|
"type": {
|
|
1651
1588
|
"text": "void"
|
|
1652
1589
|
}
|
|
1653
1590
|
},
|
|
1654
1591
|
"inheritedFrom": {
|
|
1655
|
-
"name": "
|
|
1656
|
-
"module": "src/
|
|
1592
|
+
"name": "Accordion",
|
|
1593
|
+
"module": "src/accordion/accordion.ts"
|
|
1657
1594
|
}
|
|
1658
1595
|
},
|
|
1659
1596
|
{
|
|
1660
1597
|
"kind": "field",
|
|
1661
|
-
"name": "
|
|
1662
|
-
"
|
|
1663
|
-
"text": "ElementStyles | void | null"
|
|
1664
|
-
},
|
|
1665
|
-
"privacy": "public",
|
|
1666
|
-
"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.",
|
|
1598
|
+
"name": "removeItemListeners",
|
|
1599
|
+
"privacy": "private",
|
|
1667
1600
|
"inheritedFrom": {
|
|
1668
|
-
"name": "
|
|
1669
|
-
"module": "src/
|
|
1601
|
+
"name": "Accordion",
|
|
1602
|
+
"module": "src/accordion/accordion.ts"
|
|
1603
|
+
}
|
|
1604
|
+
},
|
|
1605
|
+
{
|
|
1606
|
+
"kind": "field",
|
|
1607
|
+
"name": "activeItemChange",
|
|
1608
|
+
"privacy": "private",
|
|
1609
|
+
"inheritedFrom": {
|
|
1610
|
+
"name": "Accordion",
|
|
1611
|
+
"module": "src/accordion/accordion.ts"
|
|
1670
1612
|
}
|
|
1671
1613
|
},
|
|
1672
1614
|
{
|
|
1673
1615
|
"kind": "method",
|
|
1674
|
-
"name": "
|
|
1675
|
-
"privacy": "
|
|
1616
|
+
"name": "getItemIds",
|
|
1617
|
+
"privacy": "private",
|
|
1676
1618
|
"return": {
|
|
1677
1619
|
"type": {
|
|
1678
|
-
"text": "
|
|
1620
|
+
"text": "Array<string | null>"
|
|
1679
1621
|
}
|
|
1680
1622
|
},
|
|
1681
1623
|
"inheritedFrom": {
|
|
1682
|
-
"name": "
|
|
1683
|
-
"module": "src/
|
|
1624
|
+
"name": "Accordion",
|
|
1625
|
+
"module": "src/accordion/accordion.ts"
|
|
1684
1626
|
}
|
|
1685
1627
|
},
|
|
1686
1628
|
{
|
|
1687
1629
|
"kind": "method",
|
|
1688
|
-
"name": "
|
|
1689
|
-
"privacy": "
|
|
1690
|
-
"static": true,
|
|
1630
|
+
"name": "isSingleExpandMode",
|
|
1631
|
+
"privacy": "private",
|
|
1691
1632
|
"return": {
|
|
1692
1633
|
"type": {
|
|
1693
|
-
"text": "
|
|
1634
|
+
"text": "boolean"
|
|
1694
1635
|
}
|
|
1695
1636
|
},
|
|
1696
|
-
"parameters": [
|
|
1697
|
-
{
|
|
1698
|
-
"name": "this",
|
|
1699
|
-
"type": {
|
|
1700
|
-
"text": "K"
|
|
1701
|
-
}
|
|
1702
|
-
},
|
|
1703
|
-
{
|
|
1704
|
-
"name": "elementDefinition",
|
|
1705
|
-
"type": {
|
|
1706
|
-
"text": "T"
|
|
1707
|
-
},
|
|
1708
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
1709
|
-
}
|
|
1710
|
-
],
|
|
1711
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1712
1637
|
"inheritedFrom": {
|
|
1713
|
-
"name": "
|
|
1714
|
-
"module": "src/
|
|
1638
|
+
"name": "Accordion",
|
|
1639
|
+
"module": "src/accordion/accordion.ts"
|
|
1715
1640
|
}
|
|
1716
|
-
}
|
|
1717
|
-
],
|
|
1718
|
-
"events": [
|
|
1641
|
+
},
|
|
1719
1642
|
{
|
|
1720
|
-
"
|
|
1721
|
-
"name": "
|
|
1722
|
-
"
|
|
1723
|
-
|
|
1724
|
-
"
|
|
1643
|
+
"kind": "field",
|
|
1644
|
+
"name": "handleItemKeyDown",
|
|
1645
|
+
"privacy": "private",
|
|
1646
|
+
"inheritedFrom": {
|
|
1647
|
+
"name": "Accordion",
|
|
1648
|
+
"module": "src/accordion/accordion.ts"
|
|
1649
|
+
}
|
|
1650
|
+
},
|
|
1651
|
+
{
|
|
1652
|
+
"kind": "field",
|
|
1653
|
+
"name": "handleItemFocus",
|
|
1654
|
+
"privacy": "private",
|
|
1655
|
+
"inheritedFrom": {
|
|
1656
|
+
"name": "Accordion",
|
|
1657
|
+
"module": "src/accordion/accordion.ts"
|
|
1658
|
+
}
|
|
1659
|
+
},
|
|
1660
|
+
{
|
|
1661
|
+
"kind": "method",
|
|
1662
|
+
"name": "adjust",
|
|
1663
|
+
"privacy": "private",
|
|
1664
|
+
"return": {
|
|
1665
|
+
"type": {
|
|
1666
|
+
"text": "void"
|
|
1667
|
+
}
|
|
1668
|
+
},
|
|
1669
|
+
"parameters": [
|
|
1670
|
+
{
|
|
1671
|
+
"name": "adjustment",
|
|
1672
|
+
"type": {
|
|
1673
|
+
"text": "number"
|
|
1674
|
+
}
|
|
1675
|
+
}
|
|
1676
|
+
],
|
|
1677
|
+
"inheritedFrom": {
|
|
1678
|
+
"name": "Accordion",
|
|
1679
|
+
"module": "src/accordion/accordion.ts"
|
|
1680
|
+
}
|
|
1681
|
+
},
|
|
1682
|
+
{
|
|
1683
|
+
"kind": "method",
|
|
1684
|
+
"name": "focusItem",
|
|
1685
|
+
"privacy": "private",
|
|
1686
|
+
"return": {
|
|
1687
|
+
"type": {
|
|
1688
|
+
"text": "void"
|
|
1689
|
+
}
|
|
1690
|
+
},
|
|
1691
|
+
"inheritedFrom": {
|
|
1692
|
+
"name": "Accordion",
|
|
1693
|
+
"module": "src/accordion/accordion.ts"
|
|
1694
|
+
}
|
|
1695
|
+
},
|
|
1696
|
+
{
|
|
1697
|
+
"kind": "field",
|
|
1698
|
+
"name": "_presentation",
|
|
1699
|
+
"type": {
|
|
1700
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1701
|
+
},
|
|
1702
|
+
"privacy": "private",
|
|
1703
|
+
"default": "void 0",
|
|
1704
|
+
"inheritedFrom": {
|
|
1705
|
+
"name": "FoundationElement",
|
|
1706
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1707
|
+
}
|
|
1708
|
+
},
|
|
1709
|
+
{
|
|
1710
|
+
"kind": "field",
|
|
1711
|
+
"name": "$presentation",
|
|
1712
|
+
"type": {
|
|
1713
|
+
"text": "ComponentPresentation | null"
|
|
1714
|
+
},
|
|
1715
|
+
"privacy": "public",
|
|
1716
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1717
|
+
"inheritedFrom": {
|
|
1718
|
+
"name": "FoundationElement",
|
|
1719
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1720
|
+
}
|
|
1721
|
+
},
|
|
1722
|
+
{
|
|
1723
|
+
"kind": "field",
|
|
1724
|
+
"name": "template",
|
|
1725
|
+
"type": {
|
|
1726
|
+
"text": "ElementViewTemplate | void | null"
|
|
1727
|
+
},
|
|
1728
|
+
"privacy": "public",
|
|
1729
|
+
"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.",
|
|
1730
|
+
"inheritedFrom": {
|
|
1731
|
+
"name": "FoundationElement",
|
|
1732
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1733
|
+
}
|
|
1734
|
+
},
|
|
1735
|
+
{
|
|
1736
|
+
"kind": "method",
|
|
1737
|
+
"name": "templateChanged",
|
|
1738
|
+
"privacy": "protected",
|
|
1739
|
+
"return": {
|
|
1740
|
+
"type": {
|
|
1741
|
+
"text": "void"
|
|
1742
|
+
}
|
|
1743
|
+
},
|
|
1744
|
+
"inheritedFrom": {
|
|
1745
|
+
"name": "FoundationElement",
|
|
1746
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1747
|
+
}
|
|
1748
|
+
},
|
|
1749
|
+
{
|
|
1750
|
+
"kind": "field",
|
|
1751
|
+
"name": "styles",
|
|
1752
|
+
"type": {
|
|
1753
|
+
"text": "ElementStyles | void | null"
|
|
1754
|
+
},
|
|
1755
|
+
"privacy": "public",
|
|
1756
|
+
"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.",
|
|
1757
|
+
"inheritedFrom": {
|
|
1758
|
+
"name": "FoundationElement",
|
|
1759
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1760
|
+
}
|
|
1761
|
+
},
|
|
1762
|
+
{
|
|
1763
|
+
"kind": "method",
|
|
1764
|
+
"name": "stylesChanged",
|
|
1765
|
+
"privacy": "protected",
|
|
1766
|
+
"return": {
|
|
1767
|
+
"type": {
|
|
1768
|
+
"text": "void"
|
|
1769
|
+
}
|
|
1770
|
+
},
|
|
1771
|
+
"inheritedFrom": {
|
|
1772
|
+
"name": "FoundationElement",
|
|
1773
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1774
|
+
}
|
|
1775
|
+
},
|
|
1776
|
+
{
|
|
1777
|
+
"kind": "method",
|
|
1778
|
+
"name": "compose",
|
|
1779
|
+
"privacy": "public",
|
|
1780
|
+
"static": true,
|
|
1781
|
+
"return": {
|
|
1782
|
+
"type": {
|
|
1783
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1784
|
+
}
|
|
1785
|
+
},
|
|
1786
|
+
"parameters": [
|
|
1787
|
+
{
|
|
1788
|
+
"name": "this",
|
|
1789
|
+
"type": {
|
|
1790
|
+
"text": "K"
|
|
1791
|
+
}
|
|
1792
|
+
},
|
|
1793
|
+
{
|
|
1794
|
+
"name": "elementDefinition",
|
|
1795
|
+
"type": {
|
|
1796
|
+
"text": "T"
|
|
1797
|
+
},
|
|
1798
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
1799
|
+
}
|
|
1800
|
+
],
|
|
1801
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1802
|
+
"inheritedFrom": {
|
|
1803
|
+
"name": "FoundationElement",
|
|
1804
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1805
|
+
}
|
|
1806
|
+
}
|
|
1807
|
+
],
|
|
1808
|
+
"events": [
|
|
1809
|
+
{
|
|
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"
|
|
1725
1815
|
}
|
|
1726
1816
|
}
|
|
1727
1817
|
]
|
|
1728
1818
|
},
|
|
1729
1819
|
{
|
|
1730
1820
|
"kind": "variable",
|
|
1731
|
-
"name": "
|
|
1821
|
+
"name": "foundationAccordionShadowOptions",
|
|
1732
1822
|
"type": {
|
|
1733
1823
|
"text": "ShadowRootInit"
|
|
1734
1824
|
},
|
|
@@ -1736,57 +1826,57 @@
|
|
|
1736
1826
|
},
|
|
1737
1827
|
{
|
|
1738
1828
|
"kind": "variable",
|
|
1739
|
-
"name": "
|
|
1829
|
+
"name": "defaultAccordionConfig",
|
|
1740
1830
|
"type": {
|
|
1741
1831
|
"text": "object"
|
|
1742
1832
|
},
|
|
1743
|
-
"default": "{
|
|
1833
|
+
"default": "{}"
|
|
1744
1834
|
},
|
|
1745
1835
|
{
|
|
1746
1836
|
"kind": "variable",
|
|
1747
|
-
"name": "
|
|
1748
|
-
"description": "The Foundation Accordion
|
|
1837
|
+
"name": "foundationAccordion",
|
|
1838
|
+
"description": "The Foundation Accordion",
|
|
1749
1839
|
"privacy": "public"
|
|
1750
1840
|
}
|
|
1751
1841
|
],
|
|
1752
1842
|
"exports": [
|
|
1753
1843
|
{
|
|
1754
1844
|
"kind": "js",
|
|
1755
|
-
"name": "
|
|
1845
|
+
"name": "Accordion",
|
|
1756
1846
|
"declaration": {
|
|
1757
|
-
"name": "
|
|
1758
|
-
"module": "src/accordion
|
|
1847
|
+
"name": "Accordion",
|
|
1848
|
+
"module": "src/accordion/accordion.ts"
|
|
1759
1849
|
}
|
|
1760
1850
|
},
|
|
1761
1851
|
{
|
|
1762
1852
|
"kind": "js",
|
|
1763
|
-
"name": "
|
|
1853
|
+
"name": "foundationAccordionShadowOptions",
|
|
1764
1854
|
"declaration": {
|
|
1765
|
-
"name": "
|
|
1766
|
-
"module": "src/accordion
|
|
1855
|
+
"name": "foundationAccordionShadowOptions",
|
|
1856
|
+
"module": "src/accordion/accordion.ts"
|
|
1767
1857
|
}
|
|
1768
1858
|
},
|
|
1769
1859
|
{
|
|
1770
1860
|
"kind": "js",
|
|
1771
|
-
"name": "
|
|
1861
|
+
"name": "defaultAccordionConfig",
|
|
1772
1862
|
"declaration": {
|
|
1773
|
-
"name": "
|
|
1774
|
-
"module": "src/accordion
|
|
1863
|
+
"name": "defaultAccordionConfig",
|
|
1864
|
+
"module": "src/accordion/accordion.ts"
|
|
1775
1865
|
}
|
|
1776
1866
|
},
|
|
1777
1867
|
{
|
|
1778
1868
|
"kind": "js",
|
|
1779
|
-
"name": "
|
|
1869
|
+
"name": "foundationAccordion",
|
|
1780
1870
|
"declaration": {
|
|
1781
|
-
"name": "
|
|
1782
|
-
"module": "src/accordion
|
|
1871
|
+
"name": "foundationAccordion",
|
|
1872
|
+
"module": "src/accordion/accordion.ts"
|
|
1783
1873
|
}
|
|
1784
1874
|
}
|
|
1785
1875
|
]
|
|
1786
1876
|
},
|
|
1787
1877
|
{
|
|
1788
1878
|
"kind": "javascript-module",
|
|
1789
|
-
"path": "src/accordion
|
|
1879
|
+
"path": "src/accordion/index.ts",
|
|
1790
1880
|
"declarations": [],
|
|
1791
1881
|
"exports": [
|
|
1792
1882
|
{
|
|
@@ -1794,7 +1884,7 @@
|
|
|
1794
1884
|
"name": "*",
|
|
1795
1885
|
"declaration": {
|
|
1796
1886
|
"name": "*",
|
|
1797
|
-
"package": "./accordion
|
|
1887
|
+
"package": "./accordion.template"
|
|
1798
1888
|
}
|
|
1799
1889
|
},
|
|
1800
1890
|
{
|
|
@@ -1802,7 +1892,7 @@
|
|
|
1802
1892
|
"name": "*",
|
|
1803
1893
|
"declaration": {
|
|
1804
1894
|
"name": "*",
|
|
1805
|
-
"package": "./accordion
|
|
1895
|
+
"package": "./accordion.styles"
|
|
1806
1896
|
}
|
|
1807
1897
|
},
|
|
1808
1898
|
{
|
|
@@ -1810,207 +1900,368 @@
|
|
|
1810
1900
|
"name": "*",
|
|
1811
1901
|
"declaration": {
|
|
1812
1902
|
"name": "*",
|
|
1813
|
-
"package": "./accordion
|
|
1903
|
+
"package": "./accordion"
|
|
1814
1904
|
}
|
|
1815
1905
|
}
|
|
1816
1906
|
]
|
|
1817
1907
|
},
|
|
1818
1908
|
{
|
|
1819
1909
|
"kind": "javascript-module",
|
|
1820
|
-
"path": "src/
|
|
1821
|
-
"declarations": [
|
|
1822
|
-
{
|
|
1823
|
-
"kind": "variable",
|
|
1824
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
1825
|
-
"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`"
|
|
1826
|
-
}
|
|
1827
|
-
],
|
|
1910
|
+
"path": "src/_config/index.ts",
|
|
1911
|
+
"declarations": [],
|
|
1828
1912
|
"exports": [
|
|
1829
1913
|
{
|
|
1830
1914
|
"kind": "js",
|
|
1831
|
-
"name": "
|
|
1915
|
+
"name": "*",
|
|
1832
1916
|
"declaration": {
|
|
1833
|
-
"name": "
|
|
1834
|
-
"
|
|
1917
|
+
"name": "*",
|
|
1918
|
+
"package": "./styles"
|
|
1919
|
+
}
|
|
1920
|
+
},
|
|
1921
|
+
{
|
|
1922
|
+
"kind": "js",
|
|
1923
|
+
"name": "*",
|
|
1924
|
+
"declaration": {
|
|
1925
|
+
"name": "*",
|
|
1926
|
+
"package": "./tokens"
|
|
1927
|
+
}
|
|
1928
|
+
},
|
|
1929
|
+
{
|
|
1930
|
+
"kind": "js",
|
|
1931
|
+
"name": "*",
|
|
1932
|
+
"declaration": {
|
|
1933
|
+
"name": "*",
|
|
1934
|
+
"package": "./values"
|
|
1835
1935
|
}
|
|
1836
1936
|
}
|
|
1837
1937
|
]
|
|
1838
1938
|
},
|
|
1839
1939
|
{
|
|
1840
1940
|
"kind": "javascript-module",
|
|
1841
|
-
"path": "src/
|
|
1941
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1842
1942
|
"declarations": [
|
|
1843
1943
|
{
|
|
1844
|
-
"kind": "
|
|
1845
|
-
"name": "
|
|
1846
|
-
"
|
|
1847
|
-
"
|
|
1848
|
-
|
|
1849
|
-
|
|
1944
|
+
"kind": "function",
|
|
1945
|
+
"name": "actionsMenuBaseStyles",
|
|
1946
|
+
"return": {
|
|
1947
|
+
"type": {
|
|
1948
|
+
"text": "ElementStyles"
|
|
1949
|
+
}
|
|
1950
|
+
},
|
|
1951
|
+
"parameters": [
|
|
1952
|
+
{
|
|
1953
|
+
"name": "context",
|
|
1954
|
+
"type": {
|
|
1955
|
+
"text": "ElementDefinitionContext"
|
|
1956
|
+
}
|
|
1957
|
+
},
|
|
1958
|
+
{
|
|
1959
|
+
"name": "definition",
|
|
1960
|
+
"type": {
|
|
1961
|
+
"text": "FoundationElementDefinition"
|
|
1962
|
+
}
|
|
1963
|
+
}
|
|
1964
|
+
]
|
|
1965
|
+
},
|
|
1966
|
+
{
|
|
1967
|
+
"kind": "function",
|
|
1968
|
+
"name": "foundationActionsMenuStyles",
|
|
1969
|
+
"return": {
|
|
1970
|
+
"type": {
|
|
1971
|
+
"text": "ElementStyles"
|
|
1972
|
+
}
|
|
1973
|
+
},
|
|
1974
|
+
"parameters": [
|
|
1975
|
+
{
|
|
1976
|
+
"name": "context",
|
|
1977
|
+
"type": {
|
|
1978
|
+
"text": "ElementDefinitionContext"
|
|
1979
|
+
}
|
|
1980
|
+
},
|
|
1981
|
+
{
|
|
1982
|
+
"name": "definition",
|
|
1983
|
+
"type": {
|
|
1984
|
+
"text": "FoundationElementDefinition"
|
|
1985
|
+
}
|
|
1986
|
+
}
|
|
1987
|
+
]
|
|
1850
1988
|
}
|
|
1851
1989
|
],
|
|
1852
1990
|
"exports": [
|
|
1853
1991
|
{
|
|
1854
1992
|
"kind": "js",
|
|
1855
|
-
"name": "
|
|
1993
|
+
"name": "actionsMenuBaseStyles",
|
|
1856
1994
|
"declaration": {
|
|
1857
|
-
"name": "
|
|
1858
|
-
"module": "src/
|
|
1995
|
+
"name": "actionsMenuBaseStyles",
|
|
1996
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1997
|
+
}
|
|
1998
|
+
},
|
|
1999
|
+
{
|
|
2000
|
+
"kind": "js",
|
|
2001
|
+
"name": "foundationActionsMenuStyles",
|
|
2002
|
+
"declaration": {
|
|
2003
|
+
"name": "foundationActionsMenuStyles",
|
|
2004
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1859
2005
|
}
|
|
1860
2006
|
}
|
|
1861
2007
|
]
|
|
1862
2008
|
},
|
|
1863
2009
|
{
|
|
1864
2010
|
"kind": "javascript-module",
|
|
1865
|
-
"path": "src/
|
|
2011
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1866
2012
|
"declarations": [
|
|
1867
2013
|
{
|
|
1868
|
-
"kind": "
|
|
1869
|
-
"
|
|
1870
|
-
"
|
|
1871
|
-
"members": [
|
|
2014
|
+
"kind": "function",
|
|
2015
|
+
"name": "menuTemplate",
|
|
2016
|
+
"parameters": [
|
|
1872
2017
|
{
|
|
1873
|
-
"
|
|
1874
|
-
"name": "aiProvider",
|
|
2018
|
+
"name": "prefix",
|
|
1875
2019
|
"type": {
|
|
1876
|
-
"text": "
|
|
2020
|
+
"text": "string"
|
|
1877
2021
|
}
|
|
1878
|
-
}
|
|
2022
|
+
}
|
|
2023
|
+
]
|
|
2024
|
+
},
|
|
2025
|
+
{
|
|
2026
|
+
"kind": "function",
|
|
2027
|
+
"name": "singleOptionTemplate",
|
|
2028
|
+
"parameters": [
|
|
1879
2029
|
{
|
|
1880
|
-
"
|
|
1881
|
-
"name": "placeholder",
|
|
2030
|
+
"name": "prefix",
|
|
1882
2031
|
"type": {
|
|
1883
2032
|
"text": "string"
|
|
1884
|
-
}
|
|
1885
|
-
|
|
1886
|
-
|
|
2033
|
+
}
|
|
2034
|
+
}
|
|
2035
|
+
]
|
|
2036
|
+
},
|
|
2037
|
+
{
|
|
2038
|
+
"kind": "variable",
|
|
2039
|
+
"name": "foundationActionsMenuTemplate",
|
|
2040
|
+
"type": {
|
|
2041
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
2042
|
+
},
|
|
2043
|
+
"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`"
|
|
2044
|
+
}
|
|
2045
|
+
],
|
|
2046
|
+
"exports": [
|
|
2047
|
+
{
|
|
2048
|
+
"kind": "js",
|
|
2049
|
+
"name": "menuTemplate",
|
|
2050
|
+
"declaration": {
|
|
2051
|
+
"name": "menuTemplate",
|
|
2052
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2053
|
+
}
|
|
2054
|
+
},
|
|
2055
|
+
{
|
|
2056
|
+
"kind": "js",
|
|
2057
|
+
"name": "singleOptionTemplate",
|
|
2058
|
+
"declaration": {
|
|
2059
|
+
"name": "singleOptionTemplate",
|
|
2060
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2061
|
+
}
|
|
2062
|
+
},
|
|
2063
|
+
{
|
|
2064
|
+
"kind": "js",
|
|
2065
|
+
"name": "foundationActionsMenuTemplate",
|
|
2066
|
+
"declaration": {
|
|
2067
|
+
"name": "foundationActionsMenuTemplate",
|
|
2068
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2069
|
+
}
|
|
2070
|
+
}
|
|
2071
|
+
]
|
|
2072
|
+
},
|
|
2073
|
+
{
|
|
2074
|
+
"kind": "javascript-module",
|
|
2075
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
2076
|
+
"declarations": [
|
|
2077
|
+
{
|
|
2078
|
+
"kind": "class",
|
|
2079
|
+
"description": "",
|
|
2080
|
+
"name": "ActionsMenu",
|
|
2081
|
+
"members": [
|
|
1887
2082
|
{
|
|
1888
2083
|
"kind": "field",
|
|
1889
|
-
"name": "
|
|
2084
|
+
"name": "actions",
|
|
1890
2085
|
"type": {
|
|
1891
|
-
"text": "
|
|
2086
|
+
"text": "ActionMenuItem[]"
|
|
1892
2087
|
}
|
|
1893
2088
|
},
|
|
1894
2089
|
{
|
|
1895
2090
|
"kind": "field",
|
|
1896
|
-
"name": "
|
|
2091
|
+
"name": "isVertical",
|
|
1897
2092
|
"type": {
|
|
1898
|
-
"text": "
|
|
2093
|
+
"text": "boolean"
|
|
1899
2094
|
},
|
|
1900
|
-
"default": "
|
|
2095
|
+
"default": "false"
|
|
1901
2096
|
},
|
|
1902
2097
|
{
|
|
1903
2098
|
"kind": "field",
|
|
1904
|
-
"name": "
|
|
2099
|
+
"name": "addDefaultActions",
|
|
1905
2100
|
"type": {
|
|
1906
|
-
"text": "
|
|
2101
|
+
"text": "boolean"
|
|
1907
2102
|
},
|
|
1908
|
-
"default": "
|
|
2103
|
+
"default": "true"
|
|
1909
2104
|
},
|
|
1910
2105
|
{
|
|
1911
2106
|
"kind": "field",
|
|
1912
|
-
"name": "
|
|
2107
|
+
"name": "autoCloseOnAction",
|
|
1913
2108
|
"type": {
|
|
1914
2109
|
"text": "boolean"
|
|
1915
2110
|
},
|
|
1916
|
-
"default": "
|
|
2111
|
+
"default": "true"
|
|
1917
2112
|
},
|
|
1918
2113
|
{
|
|
1919
2114
|
"kind": "field",
|
|
1920
|
-
"name": "
|
|
2115
|
+
"name": "classNames",
|
|
1921
2116
|
"type": {
|
|
1922
|
-
"text": "string
|
|
1923
|
-
}
|
|
1924
|
-
"default": "null"
|
|
2117
|
+
"text": "string"
|
|
2118
|
+
}
|
|
1925
2119
|
},
|
|
1926
2120
|
{
|
|
1927
2121
|
"kind": "field",
|
|
1928
|
-
"name": "
|
|
2122
|
+
"name": "definition",
|
|
1929
2123
|
"type": {
|
|
1930
|
-
"text": "
|
|
1931
|
-
}
|
|
1932
|
-
"default": "[]"
|
|
2124
|
+
"text": "any"
|
|
2125
|
+
}
|
|
1933
2126
|
},
|
|
1934
2127
|
{
|
|
1935
2128
|
"kind": "field",
|
|
1936
|
-
"name": "
|
|
2129
|
+
"name": "name",
|
|
1937
2130
|
"type": {
|
|
1938
|
-
"text": "
|
|
2131
|
+
"text": "string"
|
|
1939
2132
|
},
|
|
1940
|
-
"default": "
|
|
2133
|
+
"default": "'Actions'"
|
|
1941
2134
|
},
|
|
1942
2135
|
{
|
|
1943
2136
|
"kind": "field",
|
|
1944
|
-
"name": "
|
|
2137
|
+
"name": "open",
|
|
1945
2138
|
"type": {
|
|
1946
|
-
"text": "
|
|
2139
|
+
"text": "boolean"
|
|
1947
2140
|
},
|
|
1948
|
-
"
|
|
2141
|
+
"default": "false"
|
|
1949
2142
|
},
|
|
1950
2143
|
{
|
|
1951
2144
|
"kind": "field",
|
|
1952
|
-
"name": "
|
|
2145
|
+
"name": "buttonAppearance",
|
|
1953
2146
|
"type": {
|
|
1954
|
-
"text": "
|
|
1955
|
-
}
|
|
1956
|
-
"privacy": "private",
|
|
1957
|
-
"default": "null"
|
|
2147
|
+
"text": "string"
|
|
2148
|
+
}
|
|
1958
2149
|
},
|
|
1959
2150
|
{
|
|
1960
2151
|
"kind": "field",
|
|
1961
|
-
"name": "
|
|
2152
|
+
"name": "hideDisabled",
|
|
1962
2153
|
"type": {
|
|
1963
|
-
"text": "
|
|
2154
|
+
"text": "boolean"
|
|
1964
2155
|
},
|
|
1965
|
-
"
|
|
1966
|
-
"default": "null"
|
|
2156
|
+
"default": "false"
|
|
1967
2157
|
},
|
|
1968
2158
|
{
|
|
1969
2159
|
"kind": "field",
|
|
1970
|
-
"name": "
|
|
2160
|
+
"name": "hideMenuSingleOption",
|
|
1971
2161
|
"type": {
|
|
1972
|
-
"text": "
|
|
2162
|
+
"text": "boolean"
|
|
1973
2163
|
},
|
|
1974
|
-
"
|
|
1975
|
-
"default": "''"
|
|
2164
|
+
"default": "false"
|
|
1976
2165
|
},
|
|
1977
2166
|
{
|
|
1978
2167
|
"kind": "field",
|
|
1979
|
-
"name": "
|
|
2168
|
+
"name": "singleOption",
|
|
1980
2169
|
"type": {
|
|
1981
|
-
"text": "
|
|
1982
|
-
}
|
|
1983
|
-
"readonly": true
|
|
2170
|
+
"text": "ActionMenuItem"
|
|
2171
|
+
}
|
|
1984
2172
|
},
|
|
1985
2173
|
{
|
|
1986
|
-
"kind": "
|
|
1987
|
-
"name": "
|
|
2174
|
+
"kind": "field",
|
|
2175
|
+
"name": "actionsMenu",
|
|
2176
|
+
"type": {
|
|
2177
|
+
"text": "HTMLElement"
|
|
2178
|
+
}
|
|
1988
2179
|
},
|
|
1989
2180
|
{
|
|
1990
2181
|
"kind": "method",
|
|
1991
|
-
"name": "
|
|
2182
|
+
"name": "definitionChanged",
|
|
2183
|
+
"privacy": "protected",
|
|
2184
|
+
"parameters": [
|
|
2185
|
+
{
|
|
2186
|
+
"name": "oldValue",
|
|
2187
|
+
"type": {
|
|
2188
|
+
"text": "any"
|
|
2189
|
+
}
|
|
2190
|
+
},
|
|
2191
|
+
{
|
|
2192
|
+
"name": "newValue",
|
|
2193
|
+
"type": {
|
|
2194
|
+
"text": "any"
|
|
2195
|
+
}
|
|
2196
|
+
}
|
|
2197
|
+
]
|
|
1992
2198
|
},
|
|
1993
2199
|
{
|
|
1994
2200
|
"kind": "method",
|
|
1995
|
-
"name": "
|
|
2201
|
+
"name": "openChanged",
|
|
2202
|
+
"privacy": "protected"
|
|
1996
2203
|
},
|
|
1997
2204
|
{
|
|
1998
2205
|
"kind": "method",
|
|
1999
|
-
"name": "
|
|
2206
|
+
"name": "toggleActionsMenuVisibility"
|
|
2000
2207
|
},
|
|
2001
2208
|
{
|
|
2002
2209
|
"kind": "method",
|
|
2003
|
-
"name": "
|
|
2004
|
-
"
|
|
2210
|
+
"name": "onActionMenuItemClick",
|
|
2211
|
+
"parameters": [
|
|
2212
|
+
{
|
|
2213
|
+
"name": "callback",
|
|
2214
|
+
"type": {
|
|
2215
|
+
"text": "(rowData) => void | any"
|
|
2216
|
+
}
|
|
2217
|
+
}
|
|
2218
|
+
]
|
|
2005
2219
|
},
|
|
2006
2220
|
{
|
|
2007
2221
|
"kind": "field",
|
|
2008
|
-
"name": "
|
|
2222
|
+
"name": "allActions",
|
|
2009
2223
|
"type": {
|
|
2010
|
-
"text": "
|
|
2224
|
+
"text": "ActionMenuItem[]"
|
|
2011
2225
|
},
|
|
2012
|
-
"
|
|
2013
|
-
|
|
2226
|
+
"readonly": true
|
|
2227
|
+
},
|
|
2228
|
+
{
|
|
2229
|
+
"kind": "field",
|
|
2230
|
+
"name": "rowData",
|
|
2231
|
+
"readonly": true
|
|
2232
|
+
},
|
|
2233
|
+
{
|
|
2234
|
+
"kind": "method",
|
|
2235
|
+
"name": "getLabel",
|
|
2236
|
+
"parameters": [
|
|
2237
|
+
{
|
|
2238
|
+
"name": "name",
|
|
2239
|
+
"type": {
|
|
2240
|
+
"text": "string | ((rowData: any) => string)"
|
|
2241
|
+
}
|
|
2242
|
+
}
|
|
2243
|
+
]
|
|
2244
|
+
},
|
|
2245
|
+
{
|
|
2246
|
+
"kind": "method",
|
|
2247
|
+
"name": "getTemplate",
|
|
2248
|
+
"parameters": [
|
|
2249
|
+
{
|
|
2250
|
+
"name": "prefix",
|
|
2251
|
+
"type": {
|
|
2252
|
+
"text": "string"
|
|
2253
|
+
}
|
|
2254
|
+
}
|
|
2255
|
+
]
|
|
2256
|
+
},
|
|
2257
|
+
{
|
|
2258
|
+
"kind": "field",
|
|
2259
|
+
"name": "_presentation",
|
|
2260
|
+
"type": {
|
|
2261
|
+
"text": "ComponentPresentation | null | undefined"
|
|
2262
|
+
},
|
|
2263
|
+
"privacy": "private",
|
|
2264
|
+
"default": "void 0",
|
|
2014
2265
|
"inheritedFrom": {
|
|
2015
2266
|
"name": "FoundationElement",
|
|
2016
2267
|
"module": "src/foundation-element/foundation-element.ts"
|
|
@@ -2115,456 +2366,230 @@
|
|
|
2115
2366
|
}
|
|
2116
2367
|
}
|
|
2117
2368
|
],
|
|
2118
|
-
"
|
|
2369
|
+
"attributes": [
|
|
2119
2370
|
{
|
|
2120
|
-
"
|
|
2121
|
-
"
|
|
2371
|
+
"name": "is-vertical",
|
|
2372
|
+
"type": {
|
|
2373
|
+
"text": "boolean"
|
|
2374
|
+
},
|
|
2375
|
+
"default": "false",
|
|
2376
|
+
"fieldName": "isVertical"
|
|
2122
2377
|
},
|
|
2123
2378
|
{
|
|
2124
|
-
"
|
|
2125
|
-
"name": "validation-errors"
|
|
2126
|
-
}
|
|
2127
|
-
],
|
|
2128
|
-
"attributes": [
|
|
2129
|
-
{
|
|
2130
|
-
"name": "placeholder",
|
|
2379
|
+
"name": "add-default-actions",
|
|
2131
2380
|
"type": {
|
|
2132
|
-
"text": "
|
|
2381
|
+
"text": "boolean"
|
|
2133
2382
|
},
|
|
2134
|
-
"default": "
|
|
2135
|
-
"fieldName": "
|
|
2383
|
+
"default": "true",
|
|
2384
|
+
"fieldName": "addDefaultActions"
|
|
2136
2385
|
},
|
|
2137
2386
|
{
|
|
2387
|
+
"name": "auto-close-on-action",
|
|
2138
2388
|
"type": {
|
|
2139
2389
|
"text": "boolean"
|
|
2140
2390
|
},
|
|
2141
|
-
"
|
|
2391
|
+
"default": "true",
|
|
2392
|
+
"fieldName": "autoCloseOnAction"
|
|
2142
2393
|
},
|
|
2143
2394
|
{
|
|
2144
|
-
"name": "
|
|
2395
|
+
"name": "name",
|
|
2145
2396
|
"type": {
|
|
2146
|
-
"text": "
|
|
2397
|
+
"text": "string"
|
|
2147
2398
|
},
|
|
2148
|
-
"default": "'
|
|
2149
|
-
"fieldName": "
|
|
2150
|
-
}
|
|
2151
|
-
],
|
|
2152
|
-
"superclass": {
|
|
2153
|
-
"name": "FoundationElement",
|
|
2154
|
-
"package": "@microsoft/fast-foundation"
|
|
2155
|
-
},
|
|
2156
|
-
"tagName": "%%prefix%%-ai-criteria-search",
|
|
2157
|
-
"customElement": true
|
|
2158
|
-
},
|
|
2159
|
-
{
|
|
2160
|
-
"kind": "variable",
|
|
2161
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2162
|
-
"type": {
|
|
2163
|
-
"text": "ShadowRootInit"
|
|
2164
|
-
},
|
|
2165
|
-
"default": "undefined"
|
|
2166
|
-
},
|
|
2167
|
-
{
|
|
2168
|
-
"kind": "variable",
|
|
2169
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2170
|
-
"type": {
|
|
2171
|
-
"text": "object"
|
|
2172
|
-
},
|
|
2173
|
-
"default": "{}"
|
|
2174
|
-
},
|
|
2175
|
-
{
|
|
2176
|
-
"kind": "variable",
|
|
2177
|
-
"name": "foundationAiCriteriaSearch"
|
|
2178
|
-
}
|
|
2179
|
-
],
|
|
2180
|
-
"exports": [
|
|
2181
|
-
{
|
|
2182
|
-
"kind": "js",
|
|
2183
|
-
"name": "AiCriteriaSearch",
|
|
2184
|
-
"declaration": {
|
|
2185
|
-
"name": "AiCriteriaSearch",
|
|
2186
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2187
|
-
}
|
|
2188
|
-
},
|
|
2189
|
-
{
|
|
2190
|
-
"kind": "js",
|
|
2191
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2192
|
-
"declaration": {
|
|
2193
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2194
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2195
|
-
}
|
|
2196
|
-
},
|
|
2197
|
-
{
|
|
2198
|
-
"kind": "js",
|
|
2199
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2200
|
-
"declaration": {
|
|
2201
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2202
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2203
|
-
}
|
|
2204
|
-
},
|
|
2205
|
-
{
|
|
2206
|
-
"kind": "js",
|
|
2207
|
-
"name": "foundationAiCriteriaSearch",
|
|
2208
|
-
"declaration": {
|
|
2209
|
-
"name": "foundationAiCriteriaSearch",
|
|
2210
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2211
|
-
}
|
|
2212
|
-
}
|
|
2213
|
-
]
|
|
2214
|
-
},
|
|
2215
|
-
{
|
|
2216
|
-
"kind": "javascript-module",
|
|
2217
|
-
"path": "src/ai-criteria-search/index.ts",
|
|
2218
|
-
"declarations": [],
|
|
2219
|
-
"exports": [
|
|
2220
|
-
{
|
|
2221
|
-
"kind": "js",
|
|
2222
|
-
"name": "AiCriteriaSearch",
|
|
2223
|
-
"declaration": {
|
|
2224
|
-
"name": "AiCriteriaSearch",
|
|
2225
|
-
"module": "./ai-criteria-search"
|
|
2226
|
-
}
|
|
2227
|
-
},
|
|
2228
|
-
{
|
|
2229
|
-
"kind": "js",
|
|
2230
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2231
|
-
"declaration": {
|
|
2232
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2233
|
-
"module": "./ai-criteria-search"
|
|
2234
|
-
}
|
|
2235
|
-
},
|
|
2236
|
-
{
|
|
2237
|
-
"kind": "js",
|
|
2238
|
-
"name": "foundationAiCriteriaSearch",
|
|
2239
|
-
"declaration": {
|
|
2240
|
-
"name": "foundationAiCriteriaSearch",
|
|
2241
|
-
"module": "./ai-criteria-search"
|
|
2242
|
-
}
|
|
2243
|
-
},
|
|
2244
|
-
{
|
|
2245
|
-
"kind": "js",
|
|
2246
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2247
|
-
"declaration": {
|
|
2248
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2249
|
-
"module": "./ai-criteria-search"
|
|
2250
|
-
}
|
|
2251
|
-
},
|
|
2252
|
-
{
|
|
2253
|
-
"kind": "js",
|
|
2254
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
2255
|
-
"declaration": {
|
|
2256
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
2257
|
-
"module": "./ai-criteria-search.styles"
|
|
2258
|
-
}
|
|
2259
|
-
},
|
|
2260
|
-
{
|
|
2261
|
-
"kind": "js",
|
|
2262
|
-
"name": "foundationAiCriteriaSearchTemplate",
|
|
2263
|
-
"declaration": {
|
|
2264
|
-
"name": "foundationAiCriteriaSearchTemplate",
|
|
2265
|
-
"module": "./ai-criteria-search.template"
|
|
2266
|
-
}
|
|
2267
|
-
},
|
|
2268
|
-
{
|
|
2269
|
-
"kind": "js",
|
|
2270
|
-
"name": "*",
|
|
2271
|
-
"declaration": {
|
|
2272
|
-
"name": "*",
|
|
2273
|
-
"package": "./validation/criteria-ir"
|
|
2274
|
-
}
|
|
2275
|
-
},
|
|
2276
|
-
{
|
|
2277
|
-
"kind": "js",
|
|
2278
|
-
"name": "*",
|
|
2279
|
-
"declaration": {
|
|
2280
|
-
"name": "*",
|
|
2281
|
-
"package": "./validation/operator-map"
|
|
2282
|
-
}
|
|
2283
|
-
},
|
|
2284
|
-
{
|
|
2285
|
-
"kind": "js",
|
|
2286
|
-
"name": "*",
|
|
2287
|
-
"declaration": {
|
|
2288
|
-
"name": "*",
|
|
2289
|
-
"package": "./validation/schema-validator"
|
|
2290
|
-
}
|
|
2291
|
-
}
|
|
2292
|
-
]
|
|
2293
|
-
},
|
|
2294
|
-
{
|
|
2295
|
-
"kind": "javascript-module",
|
|
2296
|
-
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
2297
|
-
"declarations": [
|
|
2298
|
-
{
|
|
2299
|
-
"kind": "function",
|
|
2300
|
-
"name": "formatValidationErrors",
|
|
2301
|
-
"return": {
|
|
2302
|
-
"type": {
|
|
2303
|
-
"text": "string"
|
|
2304
|
-
}
|
|
2305
|
-
},
|
|
2306
|
-
"parameters": [
|
|
2399
|
+
"default": "'Actions'",
|
|
2400
|
+
"fieldName": "name"
|
|
2401
|
+
},
|
|
2307
2402
|
{
|
|
2308
|
-
"name": "
|
|
2403
|
+
"name": "open",
|
|
2309
2404
|
"type": {
|
|
2310
|
-
"text": "
|
|
2311
|
-
}
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
},
|
|
2316
|
-
{
|
|
2317
|
-
"kind": "function",
|
|
2318
|
-
"name": "showCriteriaError",
|
|
2319
|
-
"return": {
|
|
2320
|
-
"type": {
|
|
2321
|
-
"text": "void"
|
|
2322
|
-
}
|
|
2323
|
-
},
|
|
2324
|
-
"parameters": [
|
|
2405
|
+
"text": "boolean"
|
|
2406
|
+
},
|
|
2407
|
+
"default": "false",
|
|
2408
|
+
"fieldName": "open"
|
|
2409
|
+
},
|
|
2325
2410
|
{
|
|
2326
|
-
"name": "
|
|
2411
|
+
"name": "buttonAppearance",
|
|
2327
2412
|
"type": {
|
|
2328
2413
|
"text": "string"
|
|
2329
2414
|
},
|
|
2330
|
-
"
|
|
2415
|
+
"fieldName": "buttonAppearance"
|
|
2331
2416
|
},
|
|
2332
2417
|
{
|
|
2333
|
-
"name": "
|
|
2418
|
+
"name": "hide-disabled",
|
|
2334
2419
|
"type": {
|
|
2335
|
-
"text": "
|
|
2420
|
+
"text": "boolean"
|
|
2336
2421
|
},
|
|
2337
|
-
"
|
|
2422
|
+
"default": "false",
|
|
2423
|
+
"fieldName": "hideDisabled"
|
|
2338
2424
|
},
|
|
2339
2425
|
{
|
|
2340
|
-
"name": "
|
|
2426
|
+
"name": "hide-menu-single-option",
|
|
2341
2427
|
"type": {
|
|
2342
|
-
"text": "
|
|
2428
|
+
"text": "boolean"
|
|
2343
2429
|
},
|
|
2344
|
-
"
|
|
2430
|
+
"default": "false",
|
|
2431
|
+
"fieldName": "hideMenuSingleOption"
|
|
2345
2432
|
}
|
|
2346
2433
|
],
|
|
2347
|
-
"
|
|
2434
|
+
"superclass": {
|
|
2435
|
+
"name": "FoundationElement",
|
|
2436
|
+
"package": "@microsoft/fast-foundation"
|
|
2437
|
+
},
|
|
2438
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
2439
|
+
"customElement": true
|
|
2440
|
+
},
|
|
2441
|
+
{
|
|
2442
|
+
"kind": "variable",
|
|
2443
|
+
"name": "foundationActionsMenu",
|
|
2444
|
+
"description": "The Foundation Actions Menu",
|
|
2445
|
+
"privacy": "public"
|
|
2348
2446
|
}
|
|
2349
2447
|
],
|
|
2350
2448
|
"exports": [
|
|
2351
2449
|
{
|
|
2352
2450
|
"kind": "js",
|
|
2353
|
-
"name": "
|
|
2451
|
+
"name": "ActionsMenu",
|
|
2354
2452
|
"declaration": {
|
|
2355
|
-
"name": "
|
|
2356
|
-
"module": "src/
|
|
2453
|
+
"name": "ActionsMenu",
|
|
2454
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2357
2455
|
}
|
|
2358
2456
|
},
|
|
2359
2457
|
{
|
|
2360
2458
|
"kind": "js",
|
|
2361
|
-
"name": "
|
|
2362
|
-
"declaration": {
|
|
2363
|
-
"name": "
|
|
2364
|
-
"module": "src/
|
|
2365
|
-
}
|
|
2366
|
-
}
|
|
2367
|
-
]
|
|
2368
|
-
},
|
|
2369
|
-
{
|
|
2370
|
-
"kind": "javascript-module",
|
|
2371
|
-
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
2372
|
-
"declarations": [
|
|
2373
|
-
{
|
|
2374
|
-
"kind": "function",
|
|
2375
|
-
"name": "actionsMenuBaseStyles",
|
|
2376
|
-
"return": {
|
|
2377
|
-
"type": {
|
|
2378
|
-
"text": "ElementStyles"
|
|
2379
|
-
}
|
|
2380
|
-
},
|
|
2381
|
-
"parameters": [
|
|
2382
|
-
{
|
|
2383
|
-
"name": "context",
|
|
2384
|
-
"type": {
|
|
2385
|
-
"text": "ElementDefinitionContext"
|
|
2386
|
-
}
|
|
2387
|
-
},
|
|
2388
|
-
{
|
|
2389
|
-
"name": "definition",
|
|
2390
|
-
"type": {
|
|
2391
|
-
"text": "FoundationElementDefinition"
|
|
2392
|
-
}
|
|
2393
|
-
}
|
|
2394
|
-
]
|
|
2395
|
-
},
|
|
2396
|
-
{
|
|
2397
|
-
"kind": "function",
|
|
2398
|
-
"name": "foundationActionsMenuStyles",
|
|
2399
|
-
"return": {
|
|
2400
|
-
"type": {
|
|
2401
|
-
"text": "ElementStyles"
|
|
2402
|
-
}
|
|
2403
|
-
},
|
|
2404
|
-
"parameters": [
|
|
2405
|
-
{
|
|
2406
|
-
"name": "context",
|
|
2407
|
-
"type": {
|
|
2408
|
-
"text": "ElementDefinitionContext"
|
|
2409
|
-
}
|
|
2410
|
-
},
|
|
2411
|
-
{
|
|
2412
|
-
"name": "definition",
|
|
2413
|
-
"type": {
|
|
2414
|
-
"text": "FoundationElementDefinition"
|
|
2415
|
-
}
|
|
2416
|
-
}
|
|
2417
|
-
]
|
|
2459
|
+
"name": "foundationActionsMenu",
|
|
2460
|
+
"declaration": {
|
|
2461
|
+
"name": "foundationActionsMenu",
|
|
2462
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2463
|
+
}
|
|
2418
2464
|
}
|
|
2419
|
-
]
|
|
2465
|
+
]
|
|
2466
|
+
},
|
|
2467
|
+
{
|
|
2468
|
+
"kind": "javascript-module",
|
|
2469
|
+
"path": "src/actions-menu/index.ts",
|
|
2470
|
+
"declarations": [],
|
|
2420
2471
|
"exports": [
|
|
2421
2472
|
{
|
|
2422
2473
|
"kind": "js",
|
|
2423
|
-
"name": "
|
|
2474
|
+
"name": "*",
|
|
2424
2475
|
"declaration": {
|
|
2425
|
-
"name": "
|
|
2426
|
-
"
|
|
2476
|
+
"name": "*",
|
|
2477
|
+
"package": "./actions-menu.styles"
|
|
2427
2478
|
}
|
|
2428
2479
|
},
|
|
2429
2480
|
{
|
|
2430
2481
|
"kind": "js",
|
|
2431
|
-
"name": "
|
|
2482
|
+
"name": "*",
|
|
2432
2483
|
"declaration": {
|
|
2433
|
-
"name": "
|
|
2434
|
-
"
|
|
2484
|
+
"name": "*",
|
|
2485
|
+
"package": "./actions-menu.template"
|
|
2486
|
+
}
|
|
2487
|
+
},
|
|
2488
|
+
{
|
|
2489
|
+
"kind": "js",
|
|
2490
|
+
"name": "*",
|
|
2491
|
+
"declaration": {
|
|
2492
|
+
"name": "*",
|
|
2493
|
+
"package": "./actions-menu"
|
|
2435
2494
|
}
|
|
2436
2495
|
}
|
|
2437
2496
|
]
|
|
2438
2497
|
},
|
|
2439
2498
|
{
|
|
2440
2499
|
"kind": "javascript-module",
|
|
2441
|
-
"path": "src/
|
|
2500
|
+
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
2442
2501
|
"declarations": [
|
|
2443
|
-
{
|
|
2444
|
-
"kind": "function",
|
|
2445
|
-
"name": "menuTemplate",
|
|
2446
|
-
"parameters": [
|
|
2447
|
-
{
|
|
2448
|
-
"name": "prefix",
|
|
2449
|
-
"type": {
|
|
2450
|
-
"text": "string"
|
|
2451
|
-
}
|
|
2452
|
-
}
|
|
2453
|
-
]
|
|
2454
|
-
},
|
|
2455
|
-
{
|
|
2456
|
-
"kind": "function",
|
|
2457
|
-
"name": "singleOptionTemplate",
|
|
2458
|
-
"parameters": [
|
|
2459
|
-
{
|
|
2460
|
-
"name": "prefix",
|
|
2461
|
-
"type": {
|
|
2462
|
-
"text": "string"
|
|
2463
|
-
}
|
|
2464
|
-
}
|
|
2465
|
-
]
|
|
2466
|
-
},
|
|
2467
2502
|
{
|
|
2468
2503
|
"kind": "variable",
|
|
2469
|
-
"name": "
|
|
2470
|
-
"
|
|
2471
|
-
"text": "ViewTemplate<ActionsMenu>"
|
|
2472
|
-
},
|
|
2473
|
-
"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`"
|
|
2504
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2505
|
+
"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`"
|
|
2474
2506
|
}
|
|
2475
2507
|
],
|
|
2476
2508
|
"exports": [
|
|
2477
2509
|
{
|
|
2478
2510
|
"kind": "js",
|
|
2479
|
-
"name": "
|
|
2511
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2480
2512
|
"declaration": {
|
|
2481
|
-
"name": "
|
|
2482
|
-
"module": "src/
|
|
2513
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2514
|
+
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
2483
2515
|
}
|
|
2484
|
-
}
|
|
2516
|
+
}
|
|
2517
|
+
]
|
|
2518
|
+
},
|
|
2519
|
+
{
|
|
2520
|
+
"kind": "javascript-module",
|
|
2521
|
+
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
2522
|
+
"declarations": [
|
|
2485
2523
|
{
|
|
2486
|
-
"kind": "
|
|
2487
|
-
"name": "
|
|
2488
|
-
"
|
|
2489
|
-
"
|
|
2490
|
-
|
|
2491
|
-
}
|
|
2492
|
-
}
|
|
2524
|
+
"kind": "variable",
|
|
2525
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2526
|
+
"type": {
|
|
2527
|
+
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
2528
|
+
},
|
|
2529
|
+
"default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
|
|
2530
|
+
}
|
|
2531
|
+
],
|
|
2532
|
+
"exports": [
|
|
2493
2533
|
{
|
|
2494
2534
|
"kind": "js",
|
|
2495
|
-
"name": "
|
|
2535
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2496
2536
|
"declaration": {
|
|
2497
|
-
"name": "
|
|
2498
|
-
"module": "src/
|
|
2537
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2538
|
+
"module": "src/ai-criteria-search/ai-criteria-search.template.ts"
|
|
2499
2539
|
}
|
|
2500
2540
|
}
|
|
2501
2541
|
]
|
|
2502
2542
|
},
|
|
2503
2543
|
{
|
|
2504
2544
|
"kind": "javascript-module",
|
|
2505
|
-
"path": "src/
|
|
2545
|
+
"path": "src/ai-criteria-search/ai-criteria-search.ts",
|
|
2506
2546
|
"declarations": [
|
|
2507
2547
|
{
|
|
2508
2548
|
"kind": "class",
|
|
2509
|
-
"description": "",
|
|
2510
|
-
"name": "
|
|
2549
|
+
"description": "Natural-language criteria search input with AI interpretation.",
|
|
2550
|
+
"name": "AiCriteriaSearch",
|
|
2511
2551
|
"members": [
|
|
2512
2552
|
{
|
|
2513
2553
|
"kind": "field",
|
|
2514
|
-
"name": "
|
|
2554
|
+
"name": "aiProvider",
|
|
2515
2555
|
"type": {
|
|
2516
|
-
"text": "
|
|
2556
|
+
"text": "AIProvider"
|
|
2517
2557
|
}
|
|
2518
2558
|
},
|
|
2519
2559
|
{
|
|
2520
2560
|
"kind": "field",
|
|
2521
|
-
"name": "
|
|
2522
|
-
"type": {
|
|
2523
|
-
"text": "boolean"
|
|
2524
|
-
},
|
|
2525
|
-
"default": "false"
|
|
2526
|
-
},
|
|
2527
|
-
{
|
|
2528
|
-
"kind": "field",
|
|
2529
|
-
"name": "addDefaultActions",
|
|
2561
|
+
"name": "placeholder",
|
|
2530
2562
|
"type": {
|
|
2531
|
-
"text": "
|
|
2563
|
+
"text": "string"
|
|
2532
2564
|
},
|
|
2533
|
-
"default": "
|
|
2565
|
+
"default": "'Describe your search criteria in natural language...'"
|
|
2534
2566
|
},
|
|
2535
2567
|
{
|
|
2536
2568
|
"kind": "field",
|
|
2537
|
-
"name": "
|
|
2569
|
+
"name": "disabled",
|
|
2538
2570
|
"type": {
|
|
2539
2571
|
"text": "boolean"
|
|
2540
|
-
},
|
|
2541
|
-
"default": "true"
|
|
2542
|
-
},
|
|
2543
|
-
{
|
|
2544
|
-
"kind": "field",
|
|
2545
|
-
"name": "classNames",
|
|
2546
|
-
"type": {
|
|
2547
|
-
"text": "string"
|
|
2548
2572
|
}
|
|
2549
2573
|
},
|
|
2550
2574
|
{
|
|
2551
2575
|
"kind": "field",
|
|
2552
|
-
"name": "
|
|
2576
|
+
"name": "mode",
|
|
2553
2577
|
"type": {
|
|
2554
|
-
"text": "
|
|
2555
|
-
}
|
|
2578
|
+
"text": "'append' | 'replace'"
|
|
2579
|
+
},
|
|
2580
|
+
"default": "'replace'"
|
|
2556
2581
|
},
|
|
2557
2582
|
{
|
|
2558
2583
|
"kind": "field",
|
|
2559
|
-
"name": "
|
|
2584
|
+
"name": "inputValue",
|
|
2560
2585
|
"type": {
|
|
2561
2586
|
"text": "string"
|
|
2562
2587
|
},
|
|
2563
|
-
"default": "'
|
|
2588
|
+
"default": "''"
|
|
2564
2589
|
},
|
|
2565
2590
|
{
|
|
2566
2591
|
"kind": "field",
|
|
2567
|
-
"name": "
|
|
2592
|
+
"name": "isInterpreting",
|
|
2568
2593
|
"type": {
|
|
2569
2594
|
"text": "boolean"
|
|
2570
2595
|
},
|
|
@@ -2572,22 +2597,23 @@
|
|
|
2572
2597
|
},
|
|
2573
2598
|
{
|
|
2574
2599
|
"kind": "field",
|
|
2575
|
-
"name": "
|
|
2600
|
+
"name": "lastValidCriteria",
|
|
2576
2601
|
"type": {
|
|
2577
|
-
"text": "string"
|
|
2578
|
-
}
|
|
2602
|
+
"text": "string | null"
|
|
2603
|
+
},
|
|
2604
|
+
"default": "null"
|
|
2579
2605
|
},
|
|
2580
2606
|
{
|
|
2581
2607
|
"kind": "field",
|
|
2582
|
-
"name": "
|
|
2608
|
+
"name": "fieldMetadata",
|
|
2583
2609
|
"type": {
|
|
2584
|
-
"text": "
|
|
2610
|
+
"text": "MetadataDetail[] | string[]"
|
|
2585
2611
|
},
|
|
2586
|
-
"default": "
|
|
2612
|
+
"default": "[]"
|
|
2587
2613
|
},
|
|
2588
2614
|
{
|
|
2589
2615
|
"kind": "field",
|
|
2590
|
-
"name": "
|
|
2616
|
+
"name": "isRecording",
|
|
2591
2617
|
"type": {
|
|
2592
2618
|
"text": "boolean"
|
|
2593
2619
|
},
|
|
@@ -2595,94 +2621,67 @@
|
|
|
2595
2621
|
},
|
|
2596
2622
|
{
|
|
2597
2623
|
"kind": "field",
|
|
2598
|
-
"name": "
|
|
2624
|
+
"name": "textAreaRef",
|
|
2599
2625
|
"type": {
|
|
2600
|
-
"text": "
|
|
2601
|
-
}
|
|
2626
|
+
"text": "HTMLTextAreaElement"
|
|
2627
|
+
},
|
|
2628
|
+
"privacy": "public"
|
|
2602
2629
|
},
|
|
2603
2630
|
{
|
|
2604
2631
|
"kind": "field",
|
|
2605
|
-
"name": "
|
|
2632
|
+
"name": "stopRecording",
|
|
2606
2633
|
"type": {
|
|
2607
|
-
"text": "
|
|
2608
|
-
}
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
"kind": "method",
|
|
2612
|
-
"name": "definitionChanged",
|
|
2613
|
-
"privacy": "protected",
|
|
2614
|
-
"parameters": [
|
|
2615
|
-
{
|
|
2616
|
-
"name": "oldValue",
|
|
2617
|
-
"type": {
|
|
2618
|
-
"text": "any"
|
|
2619
|
-
}
|
|
2620
|
-
},
|
|
2621
|
-
{
|
|
2622
|
-
"name": "newValue",
|
|
2623
|
-
"type": {
|
|
2624
|
-
"text": "any"
|
|
2625
|
-
}
|
|
2626
|
-
}
|
|
2627
|
-
]
|
|
2628
|
-
},
|
|
2629
|
-
{
|
|
2630
|
-
"kind": "method",
|
|
2631
|
-
"name": "openChanged",
|
|
2632
|
-
"privacy": "protected"
|
|
2634
|
+
"text": "(() => void) | null"
|
|
2635
|
+
},
|
|
2636
|
+
"privacy": "private",
|
|
2637
|
+
"default": "null"
|
|
2633
2638
|
},
|
|
2634
2639
|
{
|
|
2635
|
-
"kind": "
|
|
2636
|
-
"name": "
|
|
2640
|
+
"kind": "field",
|
|
2641
|
+
"name": "speechApplyDebounceTimer",
|
|
2642
|
+
"type": {
|
|
2643
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
2644
|
+
},
|
|
2645
|
+
"privacy": "private",
|
|
2646
|
+
"default": "null"
|
|
2637
2647
|
},
|
|
2638
2648
|
{
|
|
2639
|
-
"kind": "
|
|
2640
|
-
"name": "
|
|
2641
|
-
"
|
|
2642
|
-
|
|
2643
|
-
|
|
2644
|
-
|
|
2645
|
-
|
|
2646
|
-
}
|
|
2647
|
-
}
|
|
2648
|
-
]
|
|
2649
|
+
"kind": "field",
|
|
2650
|
+
"name": "baseInputForAppend",
|
|
2651
|
+
"type": {
|
|
2652
|
+
"text": "string"
|
|
2653
|
+
},
|
|
2654
|
+
"privacy": "private",
|
|
2655
|
+
"default": "''"
|
|
2649
2656
|
},
|
|
2650
2657
|
{
|
|
2651
2658
|
"kind": "field",
|
|
2652
|
-
"name": "
|
|
2659
|
+
"name": "speechAvailable",
|
|
2653
2660
|
"type": {
|
|
2654
|
-
"text": "
|
|
2661
|
+
"text": "boolean"
|
|
2655
2662
|
},
|
|
2656
2663
|
"readonly": true
|
|
2657
2664
|
},
|
|
2658
2665
|
{
|
|
2659
|
-
"kind": "
|
|
2660
|
-
"name": "
|
|
2661
|
-
"readonly": true
|
|
2666
|
+
"kind": "method",
|
|
2667
|
+
"name": "handleSubmit"
|
|
2662
2668
|
},
|
|
2663
2669
|
{
|
|
2664
2670
|
"kind": "method",
|
|
2665
|
-
"name": "
|
|
2666
|
-
"parameters": [
|
|
2667
|
-
{
|
|
2668
|
-
"name": "name",
|
|
2669
|
-
"type": {
|
|
2670
|
-
"text": "string | ((rowData: any) => string)"
|
|
2671
|
-
}
|
|
2672
|
-
}
|
|
2673
|
-
]
|
|
2671
|
+
"name": "handleBlur"
|
|
2674
2672
|
},
|
|
2675
2673
|
{
|
|
2676
2674
|
"kind": "method",
|
|
2677
|
-
"name": "
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
|
|
2681
|
-
|
|
2682
|
-
|
|
2683
|
-
|
|
2684
|
-
|
|
2685
|
-
|
|
2675
|
+
"name": "clear"
|
|
2676
|
+
},
|
|
2677
|
+
{
|
|
2678
|
+
"kind": "method",
|
|
2679
|
+
"name": "toggleSpeechInput"
|
|
2680
|
+
},
|
|
2681
|
+
{
|
|
2682
|
+
"kind": "method",
|
|
2683
|
+
"name": "clearSpeechApplyDebounce",
|
|
2684
|
+
"privacy": "private"
|
|
2686
2685
|
},
|
|
2687
2686
|
{
|
|
2688
2687
|
"kind": "field",
|
|
@@ -2796,142 +2795,264 @@
|
|
|
2796
2795
|
}
|
|
2797
2796
|
}
|
|
2798
2797
|
],
|
|
2799
|
-
"
|
|
2798
|
+
"events": [
|
|
2800
2799
|
{
|
|
2801
|
-
"
|
|
2802
|
-
"
|
|
2803
|
-
"text": "boolean"
|
|
2804
|
-
},
|
|
2805
|
-
"default": "false",
|
|
2806
|
-
"fieldName": "isVertical"
|
|
2800
|
+
"description": "Fired when interpreted criteria is applied or cleared",
|
|
2801
|
+
"name": "criteria-changed"
|
|
2807
2802
|
},
|
|
2808
2803
|
{
|
|
2809
|
-
"
|
|
2804
|
+
"description": "Fired when interpreted criteria contains invalid clauses",
|
|
2805
|
+
"name": "validation-errors"
|
|
2806
|
+
}
|
|
2807
|
+
],
|
|
2808
|
+
"attributes": [
|
|
2809
|
+
{
|
|
2810
|
+
"name": "placeholder",
|
|
2810
2811
|
"type": {
|
|
2811
|
-
"text": "
|
|
2812
|
+
"text": "string"
|
|
2812
2813
|
},
|
|
2813
|
-
"default": "
|
|
2814
|
-
"fieldName": "
|
|
2814
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
2815
|
+
"fieldName": "placeholder"
|
|
2815
2816
|
},
|
|
2816
2817
|
{
|
|
2817
|
-
"name": "auto-close-on-action",
|
|
2818
2818
|
"type": {
|
|
2819
2819
|
"text": "boolean"
|
|
2820
2820
|
},
|
|
2821
|
-
"
|
|
2822
|
-
"fieldName": "autoCloseOnAction"
|
|
2821
|
+
"fieldName": "disabled"
|
|
2823
2822
|
},
|
|
2824
2823
|
{
|
|
2825
|
-
"name": "
|
|
2824
|
+
"name": "mode",
|
|
2826
2825
|
"type": {
|
|
2827
|
-
"text": "
|
|
2826
|
+
"text": "'append' | 'replace'"
|
|
2828
2827
|
},
|
|
2829
|
-
"default": "'
|
|
2830
|
-
"fieldName": "
|
|
2831
|
-
}
|
|
2828
|
+
"default": "'replace'",
|
|
2829
|
+
"fieldName": "mode"
|
|
2830
|
+
}
|
|
2831
|
+
],
|
|
2832
|
+
"superclass": {
|
|
2833
|
+
"name": "FoundationElement",
|
|
2834
|
+
"package": "@microsoft/fast-foundation"
|
|
2835
|
+
},
|
|
2836
|
+
"tagName": "%%prefix%%-ai-criteria-search",
|
|
2837
|
+
"customElement": true
|
|
2838
|
+
},
|
|
2839
|
+
{
|
|
2840
|
+
"kind": "variable",
|
|
2841
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2842
|
+
"type": {
|
|
2843
|
+
"text": "ShadowRootInit"
|
|
2844
|
+
},
|
|
2845
|
+
"default": "undefined"
|
|
2846
|
+
},
|
|
2847
|
+
{
|
|
2848
|
+
"kind": "variable",
|
|
2849
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2850
|
+
"type": {
|
|
2851
|
+
"text": "object"
|
|
2852
|
+
},
|
|
2853
|
+
"default": "{}"
|
|
2854
|
+
},
|
|
2855
|
+
{
|
|
2856
|
+
"kind": "variable",
|
|
2857
|
+
"name": "foundationAiCriteriaSearch"
|
|
2858
|
+
}
|
|
2859
|
+
],
|
|
2860
|
+
"exports": [
|
|
2861
|
+
{
|
|
2862
|
+
"kind": "js",
|
|
2863
|
+
"name": "AiCriteriaSearch",
|
|
2864
|
+
"declaration": {
|
|
2865
|
+
"name": "AiCriteriaSearch",
|
|
2866
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2867
|
+
}
|
|
2868
|
+
},
|
|
2869
|
+
{
|
|
2870
|
+
"kind": "js",
|
|
2871
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2872
|
+
"declaration": {
|
|
2873
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2874
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2875
|
+
}
|
|
2876
|
+
},
|
|
2877
|
+
{
|
|
2878
|
+
"kind": "js",
|
|
2879
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2880
|
+
"declaration": {
|
|
2881
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2882
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2883
|
+
}
|
|
2884
|
+
},
|
|
2885
|
+
{
|
|
2886
|
+
"kind": "js",
|
|
2887
|
+
"name": "foundationAiCriteriaSearch",
|
|
2888
|
+
"declaration": {
|
|
2889
|
+
"name": "foundationAiCriteriaSearch",
|
|
2890
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2891
|
+
}
|
|
2892
|
+
}
|
|
2893
|
+
]
|
|
2894
|
+
},
|
|
2895
|
+
{
|
|
2896
|
+
"kind": "javascript-module",
|
|
2897
|
+
"path": "src/ai-criteria-search/index.ts",
|
|
2898
|
+
"declarations": [],
|
|
2899
|
+
"exports": [
|
|
2900
|
+
{
|
|
2901
|
+
"kind": "js",
|
|
2902
|
+
"name": "AiCriteriaSearch",
|
|
2903
|
+
"declaration": {
|
|
2904
|
+
"name": "AiCriteriaSearch",
|
|
2905
|
+
"module": "./ai-criteria-search"
|
|
2906
|
+
}
|
|
2907
|
+
},
|
|
2908
|
+
{
|
|
2909
|
+
"kind": "js",
|
|
2910
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2911
|
+
"declaration": {
|
|
2912
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2913
|
+
"module": "./ai-criteria-search"
|
|
2914
|
+
}
|
|
2915
|
+
},
|
|
2916
|
+
{
|
|
2917
|
+
"kind": "js",
|
|
2918
|
+
"name": "foundationAiCriteriaSearch",
|
|
2919
|
+
"declaration": {
|
|
2920
|
+
"name": "foundationAiCriteriaSearch",
|
|
2921
|
+
"module": "./ai-criteria-search"
|
|
2922
|
+
}
|
|
2923
|
+
},
|
|
2924
|
+
{
|
|
2925
|
+
"kind": "js",
|
|
2926
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2927
|
+
"declaration": {
|
|
2928
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2929
|
+
"module": "./ai-criteria-search"
|
|
2930
|
+
}
|
|
2931
|
+
},
|
|
2932
|
+
{
|
|
2933
|
+
"kind": "js",
|
|
2934
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2935
|
+
"declaration": {
|
|
2936
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2937
|
+
"module": "./ai-criteria-search.styles"
|
|
2938
|
+
}
|
|
2939
|
+
},
|
|
2940
|
+
{
|
|
2941
|
+
"kind": "js",
|
|
2942
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2943
|
+
"declaration": {
|
|
2944
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2945
|
+
"module": "./ai-criteria-search.template"
|
|
2946
|
+
}
|
|
2947
|
+
},
|
|
2948
|
+
{
|
|
2949
|
+
"kind": "js",
|
|
2950
|
+
"name": "*",
|
|
2951
|
+
"declaration": {
|
|
2952
|
+
"name": "*",
|
|
2953
|
+
"package": "./validation/criteria-ir"
|
|
2954
|
+
}
|
|
2955
|
+
},
|
|
2956
|
+
{
|
|
2957
|
+
"kind": "js",
|
|
2958
|
+
"name": "*",
|
|
2959
|
+
"declaration": {
|
|
2960
|
+
"name": "*",
|
|
2961
|
+
"package": "./validation/operator-map"
|
|
2962
|
+
}
|
|
2963
|
+
},
|
|
2964
|
+
{
|
|
2965
|
+
"kind": "js",
|
|
2966
|
+
"name": "*",
|
|
2967
|
+
"declaration": {
|
|
2968
|
+
"name": "*",
|
|
2969
|
+
"package": "./validation/schema-validator"
|
|
2970
|
+
}
|
|
2971
|
+
}
|
|
2972
|
+
]
|
|
2973
|
+
},
|
|
2974
|
+
{
|
|
2975
|
+
"kind": "javascript-module",
|
|
2976
|
+
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
2977
|
+
"declarations": [
|
|
2978
|
+
{
|
|
2979
|
+
"kind": "function",
|
|
2980
|
+
"name": "formatValidationErrors",
|
|
2981
|
+
"return": {
|
|
2982
|
+
"type": {
|
|
2983
|
+
"text": "string"
|
|
2984
|
+
}
|
|
2985
|
+
},
|
|
2986
|
+
"parameters": [
|
|
2832
2987
|
{
|
|
2833
|
-
"name": "
|
|
2988
|
+
"name": "errors",
|
|
2834
2989
|
"type": {
|
|
2835
|
-
"text": "
|
|
2836
|
-
}
|
|
2837
|
-
|
|
2838
|
-
|
|
2839
|
-
|
|
2990
|
+
"text": "ValidationError[]"
|
|
2991
|
+
}
|
|
2992
|
+
}
|
|
2993
|
+
],
|
|
2994
|
+
"description": "Formats validation errors into a user-friendly message."
|
|
2995
|
+
},
|
|
2996
|
+
{
|
|
2997
|
+
"kind": "function",
|
|
2998
|
+
"name": "showCriteriaError",
|
|
2999
|
+
"return": {
|
|
3000
|
+
"type": {
|
|
3001
|
+
"text": "void"
|
|
3002
|
+
}
|
|
3003
|
+
},
|
|
3004
|
+
"parameters": [
|
|
2840
3005
|
{
|
|
2841
|
-
"name": "
|
|
3006
|
+
"name": "title",
|
|
2842
3007
|
"type": {
|
|
2843
3008
|
"text": "string"
|
|
2844
3009
|
},
|
|
2845
|
-
"
|
|
3010
|
+
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
2846
3011
|
},
|
|
2847
3012
|
{
|
|
2848
|
-
"name": "
|
|
3013
|
+
"name": "body",
|
|
2849
3014
|
"type": {
|
|
2850
|
-
"text": "
|
|
3015
|
+
"text": "string"
|
|
2851
3016
|
},
|
|
2852
|
-
"
|
|
2853
|
-
"fieldName": "hideDisabled"
|
|
3017
|
+
"description": "Error message to display"
|
|
2854
3018
|
},
|
|
2855
3019
|
{
|
|
2856
|
-
"name": "
|
|
3020
|
+
"name": "tagName",
|
|
2857
3021
|
"type": {
|
|
2858
|
-
"text": "
|
|
3022
|
+
"text": "string"
|
|
2859
3023
|
},
|
|
2860
|
-
"
|
|
2861
|
-
"fieldName": "hideMenuSingleOption"
|
|
3024
|
+
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
2862
3025
|
}
|
|
2863
|
-
],
|
|
2864
|
-
"
|
|
2865
|
-
"name": "FoundationElement",
|
|
2866
|
-
"package": "@microsoft/fast-foundation"
|
|
2867
|
-
},
|
|
2868
|
-
"tagName": "%%prefix%%-actions-menu",
|
|
2869
|
-
"customElement": true
|
|
2870
|
-
},
|
|
2871
|
-
{
|
|
2872
|
-
"kind": "variable",
|
|
2873
|
-
"name": "foundationActionsMenu",
|
|
2874
|
-
"description": "The Foundation Actions Menu",
|
|
2875
|
-
"privacy": "public"
|
|
3026
|
+
],
|
|
3027
|
+
"description": "Shows a criteria error as a toast notification."
|
|
2876
3028
|
}
|
|
2877
3029
|
],
|
|
2878
3030
|
"exports": [
|
|
2879
3031
|
{
|
|
2880
3032
|
"kind": "js",
|
|
2881
|
-
"name": "
|
|
2882
|
-
"declaration": {
|
|
2883
|
-
"name": "ActionsMenu",
|
|
2884
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2885
|
-
}
|
|
2886
|
-
},
|
|
2887
|
-
{
|
|
2888
|
-
"kind": "js",
|
|
2889
|
-
"name": "foundationActionsMenu",
|
|
2890
|
-
"declaration": {
|
|
2891
|
-
"name": "foundationActionsMenu",
|
|
2892
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2893
|
-
}
|
|
2894
|
-
}
|
|
2895
|
-
]
|
|
2896
|
-
},
|
|
2897
|
-
{
|
|
2898
|
-
"kind": "javascript-module",
|
|
2899
|
-
"path": "src/actions-menu/index.ts",
|
|
2900
|
-
"declarations": [],
|
|
2901
|
-
"exports": [
|
|
2902
|
-
{
|
|
2903
|
-
"kind": "js",
|
|
2904
|
-
"name": "*",
|
|
2905
|
-
"declaration": {
|
|
2906
|
-
"name": "*",
|
|
2907
|
-
"package": "./actions-menu.styles"
|
|
2908
|
-
}
|
|
2909
|
-
},
|
|
2910
|
-
{
|
|
2911
|
-
"kind": "js",
|
|
2912
|
-
"name": "*",
|
|
3033
|
+
"name": "formatValidationErrors",
|
|
2913
3034
|
"declaration": {
|
|
2914
|
-
"name": "
|
|
2915
|
-
"
|
|
3035
|
+
"name": "formatValidationErrors",
|
|
3036
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
2916
3037
|
}
|
|
2917
3038
|
},
|
|
2918
3039
|
{
|
|
2919
3040
|
"kind": "js",
|
|
2920
|
-
"name": "
|
|
3041
|
+
"name": "showCriteriaError",
|
|
2921
3042
|
"declaration": {
|
|
2922
|
-
"name": "
|
|
2923
|
-
"
|
|
3043
|
+
"name": "showCriteriaError",
|
|
3044
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
2924
3045
|
}
|
|
2925
3046
|
}
|
|
2926
3047
|
]
|
|
2927
3048
|
},
|
|
2928
3049
|
{
|
|
2929
3050
|
"kind": "javascript-module",
|
|
2930
|
-
"path": "src/
|
|
3051
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
2931
3052
|
"declarations": [
|
|
2932
3053
|
{
|
|
2933
3054
|
"kind": "function",
|
|
2934
|
-
"name": "
|
|
3055
|
+
"name": "foundationAccordionItemStyles",
|
|
2935
3056
|
"return": {
|
|
2936
3057
|
"type": {
|
|
2937
3058
|
"text": "ElementStyles"
|
|
@@ -2956,214 +3077,155 @@
|
|
|
2956
3077
|
"exports": [
|
|
2957
3078
|
{
|
|
2958
3079
|
"kind": "js",
|
|
2959
|
-
"name": "
|
|
3080
|
+
"name": "foundationAccordionItemStyles",
|
|
2960
3081
|
"declaration": {
|
|
2961
|
-
"name": "
|
|
2962
|
-
"module": "src/
|
|
3082
|
+
"name": "foundationAccordionItemStyles",
|
|
3083
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
2963
3084
|
}
|
|
2964
3085
|
}
|
|
2965
3086
|
]
|
|
2966
3087
|
},
|
|
2967
3088
|
{
|
|
2968
3089
|
"kind": "javascript-module",
|
|
2969
|
-
"path": "src/
|
|
3090
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
2970
3091
|
"declarations": [
|
|
2971
3092
|
{
|
|
2972
|
-
"kind": "
|
|
2973
|
-
"name": "
|
|
2974
|
-
"
|
|
2975
|
-
"
|
|
3093
|
+
"kind": "function",
|
|
3094
|
+
"name": "foundationAccordionItemTemplate",
|
|
3095
|
+
"return": {
|
|
3096
|
+
"type": {
|
|
3097
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
3098
|
+
}
|
|
2976
3099
|
},
|
|
2977
|
-
"
|
|
3100
|
+
"parameters": [
|
|
3101
|
+
{
|
|
3102
|
+
"name": "context",
|
|
3103
|
+
"type": {
|
|
3104
|
+
"text": "ElementDefinitionContext"
|
|
3105
|
+
}
|
|
3106
|
+
},
|
|
3107
|
+
{
|
|
3108
|
+
"name": "definition",
|
|
3109
|
+
"type": {
|
|
3110
|
+
"text": "FoundationElementDefinition"
|
|
3111
|
+
}
|
|
3112
|
+
}
|
|
3113
|
+
]
|
|
2978
3114
|
}
|
|
2979
3115
|
],
|
|
2980
3116
|
"exports": [
|
|
2981
3117
|
{
|
|
2982
3118
|
"kind": "js",
|
|
2983
|
-
"name": "
|
|
3119
|
+
"name": "foundationAccordionItemTemplate",
|
|
2984
3120
|
"declaration": {
|
|
2985
|
-
"name": "
|
|
2986
|
-
"module": "src/
|
|
3121
|
+
"name": "foundationAccordionItemTemplate",
|
|
3122
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
2987
3123
|
}
|
|
2988
3124
|
}
|
|
2989
3125
|
]
|
|
2990
3126
|
},
|
|
2991
3127
|
{
|
|
2992
3128
|
"kind": "javascript-module",
|
|
2993
|
-
"path": "src/
|
|
3129
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
2994
3130
|
"declarations": [
|
|
2995
3131
|
{
|
|
2996
3132
|
"kind": "class",
|
|
2997
3133
|
"description": "",
|
|
2998
|
-
"name": "
|
|
2999
|
-
"
|
|
3000
|
-
|
|
3001
|
-
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
},
|
|
3007
|
-
{
|
|
3008
|
-
"kind": "field",
|
|
3009
|
-
"name": "status",
|
|
3010
|
-
"type": {
|
|
3011
|
-
"text": "AIStatus | null"
|
|
3012
|
-
},
|
|
3013
|
-
"default": "null"
|
|
3014
|
-
},
|
|
3015
|
-
{
|
|
3016
|
-
"kind": "field",
|
|
3017
|
-
"name": "open",
|
|
3018
|
-
"type": {
|
|
3019
|
-
"text": "boolean"
|
|
3020
|
-
},
|
|
3021
|
-
"default": "false"
|
|
3022
|
-
},
|
|
3134
|
+
"name": "AccordionItem",
|
|
3135
|
+
"superclass": {
|
|
3136
|
+
"name": "FASTAccordionItem",
|
|
3137
|
+
"package": "@microsoft/fast-components"
|
|
3138
|
+
},
|
|
3139
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
3140
|
+
"customElement": true,
|
|
3141
|
+
"attributes": [
|
|
3023
3142
|
{
|
|
3024
|
-
"
|
|
3025
|
-
"name": "state",
|
|
3143
|
+
"name": "heading-level",
|
|
3026
3144
|
"type": {
|
|
3027
|
-
"text": "
|
|
3145
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
3028
3146
|
},
|
|
3029
|
-
"default": "
|
|
3147
|
+
"default": "2",
|
|
3148
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
3149
|
+
"fieldName": "headinglevel",
|
|
3150
|
+
"inheritedFrom": {
|
|
3151
|
+
"name": "AccordionItem",
|
|
3152
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3153
|
+
}
|
|
3030
3154
|
},
|
|
3031
3155
|
{
|
|
3032
|
-
"kind": "field",
|
|
3033
|
-
"name": "isInstalling",
|
|
3034
3156
|
"type": {
|
|
3035
3157
|
"text": "boolean"
|
|
3036
3158
|
},
|
|
3037
|
-
"default": "false"
|
|
3038
|
-
|
|
3039
|
-
|
|
3040
|
-
"
|
|
3041
|
-
|
|
3042
|
-
|
|
3043
|
-
|
|
3044
|
-
},
|
|
3045
|
-
"privacy": "private",
|
|
3046
|
-
"default": "null"
|
|
3047
|
-
},
|
|
3048
|
-
{
|
|
3049
|
-
"kind": "field",
|
|
3050
|
-
"name": "clickOutside",
|
|
3051
|
-
"privacy": "private"
|
|
3052
|
-
},
|
|
3053
|
-
{
|
|
3054
|
-
"kind": "field",
|
|
3055
|
-
"name": "chromeStatusLabel",
|
|
3056
|
-
"type": {
|
|
3057
|
-
"text": "string | null"
|
|
3058
|
-
},
|
|
3059
|
-
"readonly": true
|
|
3159
|
+
"default": "false",
|
|
3160
|
+
"description": "Expands or collapses the item.",
|
|
3161
|
+
"fieldName": "expanded",
|
|
3162
|
+
"inheritedFrom": {
|
|
3163
|
+
"name": "AccordionItem",
|
|
3164
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3165
|
+
}
|
|
3060
3166
|
},
|
|
3061
3167
|
{
|
|
3062
|
-
"
|
|
3063
|
-
"name": "canInstall",
|
|
3168
|
+
"name": "id",
|
|
3064
3169
|
"type": {
|
|
3065
|
-
"text": "
|
|
3170
|
+
"text": "string"
|
|
3066
3171
|
},
|
|
3067
|
-
"
|
|
3068
|
-
|
|
3172
|
+
"description": "The item ID",
|
|
3173
|
+
"fieldName": "id",
|
|
3174
|
+
"inheritedFrom": {
|
|
3175
|
+
"name": "AccordionItem",
|
|
3176
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3177
|
+
}
|
|
3178
|
+
}
|
|
3179
|
+
],
|
|
3180
|
+
"members": [
|
|
3069
3181
|
{
|
|
3070
3182
|
"kind": "field",
|
|
3071
|
-
"name": "
|
|
3183
|
+
"name": "headinglevel",
|
|
3072
3184
|
"type": {
|
|
3073
|
-
"text": "
|
|
3074
|
-
},
|
|
3075
|
-
"readonly": true
|
|
3076
|
-
},
|
|
3077
|
-
{
|
|
3078
|
-
"kind": "method",
|
|
3079
|
-
"name": "openChanged",
|
|
3080
|
-
"return": {
|
|
3081
|
-
"type": {
|
|
3082
|
-
"text": "void"
|
|
3083
|
-
}
|
|
3084
|
-
}
|
|
3085
|
-
},
|
|
3086
|
-
{
|
|
3087
|
-
"kind": "method",
|
|
3088
|
-
"name": "handleClickOutside",
|
|
3089
|
-
"privacy": "private",
|
|
3090
|
-
"parameters": [
|
|
3091
|
-
{
|
|
3092
|
-
"name": "event",
|
|
3093
|
-
"type": {
|
|
3094
|
-
"text": "MouseEvent"
|
|
3095
|
-
}
|
|
3096
|
-
}
|
|
3097
|
-
]
|
|
3098
|
-
},
|
|
3099
|
-
{
|
|
3100
|
-
"kind": "method",
|
|
3101
|
-
"name": "toggleDropdown"
|
|
3102
|
-
},
|
|
3103
|
-
{
|
|
3104
|
-
"kind": "method",
|
|
3105
|
-
"name": "refreshStatus",
|
|
3106
|
-
"return": {
|
|
3107
|
-
"type": {
|
|
3108
|
-
"text": "Promise<void>"
|
|
3109
|
-
}
|
|
3110
|
-
}
|
|
3111
|
-
},
|
|
3112
|
-
{
|
|
3113
|
-
"kind": "method",
|
|
3114
|
-
"name": "deriveState",
|
|
3115
|
-
"privacy": "private",
|
|
3116
|
-
"return": {
|
|
3117
|
-
"type": {
|
|
3118
|
-
"text": "AIIndicatorState"
|
|
3119
|
-
}
|
|
3185
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
3120
3186
|
},
|
|
3121
|
-
"
|
|
3122
|
-
|
|
3123
|
-
|
|
3124
|
-
|
|
3125
|
-
|
|
3126
|
-
|
|
3127
|
-
}
|
|
3128
|
-
]
|
|
3129
|
-
},
|
|
3130
|
-
{
|
|
3131
|
-
"kind": "method",
|
|
3132
|
-
"name": "maybeStartPolling",
|
|
3133
|
-
"privacy": "private",
|
|
3134
|
-
"return": {
|
|
3135
|
-
"type": {
|
|
3136
|
-
"text": "void"
|
|
3137
|
-
}
|
|
3187
|
+
"privacy": "public",
|
|
3188
|
+
"default": "2",
|
|
3189
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
3190
|
+
"inheritedFrom": {
|
|
3191
|
+
"name": "AccordionItem",
|
|
3192
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3138
3193
|
}
|
|
3139
3194
|
},
|
|
3140
3195
|
{
|
|
3141
|
-
"kind": "
|
|
3142
|
-
"name": "
|
|
3143
|
-
"
|
|
3144
|
-
|
|
3145
|
-
|
|
3146
|
-
|
|
3147
|
-
|
|
3196
|
+
"kind": "field",
|
|
3197
|
+
"name": "expanded",
|
|
3198
|
+
"type": {
|
|
3199
|
+
"text": "boolean"
|
|
3200
|
+
},
|
|
3201
|
+
"privacy": "public",
|
|
3202
|
+
"default": "false",
|
|
3203
|
+
"description": "Expands or collapses the item.",
|
|
3204
|
+
"inheritedFrom": {
|
|
3205
|
+
"name": "AccordionItem",
|
|
3206
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3148
3207
|
}
|
|
3149
3208
|
},
|
|
3150
3209
|
{
|
|
3151
|
-
"kind": "
|
|
3152
|
-
"name": "
|
|
3153
|
-
"
|
|
3154
|
-
|
|
3155
|
-
|
|
3156
|
-
|
|
3157
|
-
|
|
3210
|
+
"kind": "field",
|
|
3211
|
+
"name": "id",
|
|
3212
|
+
"type": {
|
|
3213
|
+
"text": "string"
|
|
3214
|
+
},
|
|
3215
|
+
"privacy": "public",
|
|
3216
|
+
"description": "The item ID",
|
|
3217
|
+
"inheritedFrom": {
|
|
3218
|
+
"name": "AccordionItem",
|
|
3219
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3158
3220
|
}
|
|
3159
3221
|
},
|
|
3160
3222
|
{
|
|
3161
|
-
"kind": "
|
|
3162
|
-
"name": "
|
|
3163
|
-
"
|
|
3164
|
-
|
|
3165
|
-
|
|
3166
|
-
|
|
3223
|
+
"kind": "field",
|
|
3224
|
+
"name": "change",
|
|
3225
|
+
"privacy": "private",
|
|
3226
|
+
"inheritedFrom": {
|
|
3227
|
+
"name": "AccordionItem",
|
|
3228
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3167
3229
|
}
|
|
3168
3230
|
},
|
|
3169
3231
|
{
|
|
@@ -3278,99 +3340,113 @@
|
|
|
3278
3340
|
}
|
|
3279
3341
|
}
|
|
3280
3342
|
],
|
|
3281
|
-
"
|
|
3282
|
-
|
|
3283
|
-
|
|
3343
|
+
"events": [
|
|
3344
|
+
{
|
|
3345
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
3346
|
+
"name": "change",
|
|
3347
|
+
"inheritedFrom": {
|
|
3348
|
+
"name": "AccordionItem",
|
|
3349
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3350
|
+
}
|
|
3351
|
+
}
|
|
3352
|
+
]
|
|
3353
|
+
},
|
|
3354
|
+
{
|
|
3355
|
+
"kind": "variable",
|
|
3356
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
3357
|
+
"type": {
|
|
3358
|
+
"text": "ShadowRootInit"
|
|
3284
3359
|
},
|
|
3285
|
-
"
|
|
3286
|
-
"customElement": true
|
|
3360
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3287
3361
|
},
|
|
3288
3362
|
{
|
|
3289
3363
|
"kind": "variable",
|
|
3290
|
-
"name": "
|
|
3364
|
+
"name": "defaultAccordionItemConfig",
|
|
3365
|
+
"type": {
|
|
3366
|
+
"text": "object"
|
|
3367
|
+
},
|
|
3368
|
+
"default": "{\n collapsedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"collapsed-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M9 5.44446V12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n expandedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"expanded-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"minus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n}"
|
|
3369
|
+
},
|
|
3370
|
+
{
|
|
3371
|
+
"kind": "variable",
|
|
3372
|
+
"name": "foundationAccordionItem",
|
|
3373
|
+
"description": "The Foundation Accordion Item",
|
|
3374
|
+
"privacy": "public"
|
|
3291
3375
|
}
|
|
3292
3376
|
],
|
|
3293
3377
|
"exports": [
|
|
3294
3378
|
{
|
|
3295
3379
|
"kind": "js",
|
|
3296
|
-
"name": "
|
|
3380
|
+
"name": "AccordionItem",
|
|
3297
3381
|
"declaration": {
|
|
3298
|
-
"name": "
|
|
3299
|
-
"module": "src/
|
|
3382
|
+
"name": "AccordionItem",
|
|
3383
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3300
3384
|
}
|
|
3301
3385
|
},
|
|
3302
3386
|
{
|
|
3303
3387
|
"kind": "js",
|
|
3304
|
-
"name": "
|
|
3305
|
-
"declaration": {
|
|
3306
|
-
"name": "foundationAiIndicator",
|
|
3307
|
-
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3308
|
-
}
|
|
3309
|
-
}
|
|
3310
|
-
]
|
|
3311
|
-
},
|
|
3312
|
-
{
|
|
3313
|
-
"kind": "javascript-module",
|
|
3314
|
-
"path": "src/ai-indicator/index.ts",
|
|
3315
|
-
"declarations": [],
|
|
3316
|
-
"exports": [
|
|
3317
|
-
{
|
|
3318
|
-
"kind": "js",
|
|
3319
|
-
"name": "AiIndicator",
|
|
3388
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
3320
3389
|
"declaration": {
|
|
3321
|
-
"name": "
|
|
3322
|
-
"module": "
|
|
3390
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
3391
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3323
3392
|
}
|
|
3324
3393
|
},
|
|
3325
3394
|
{
|
|
3326
3395
|
"kind": "js",
|
|
3327
|
-
"name": "
|
|
3396
|
+
"name": "defaultAccordionItemConfig",
|
|
3328
3397
|
"declaration": {
|
|
3329
|
-
"name": "
|
|
3330
|
-
"module": "
|
|
3398
|
+
"name": "defaultAccordionItemConfig",
|
|
3399
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3331
3400
|
}
|
|
3332
3401
|
},
|
|
3333
3402
|
{
|
|
3334
3403
|
"kind": "js",
|
|
3335
|
-
"name": "
|
|
3404
|
+
"name": "foundationAccordionItem",
|
|
3336
3405
|
"declaration": {
|
|
3337
|
-
"name": "
|
|
3338
|
-
"module": "
|
|
3406
|
+
"name": "foundationAccordionItem",
|
|
3407
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3339
3408
|
}
|
|
3340
|
-
}
|
|
3409
|
+
}
|
|
3410
|
+
]
|
|
3411
|
+
},
|
|
3412
|
+
{
|
|
3413
|
+
"kind": "javascript-module",
|
|
3414
|
+
"path": "src/accordion-item/index.ts",
|
|
3415
|
+
"declarations": [],
|
|
3416
|
+
"exports": [
|
|
3341
3417
|
{
|
|
3342
3418
|
"kind": "js",
|
|
3343
|
-
"name": "
|
|
3419
|
+
"name": "*",
|
|
3344
3420
|
"declaration": {
|
|
3345
|
-
"name": "
|
|
3346
|
-
"
|
|
3421
|
+
"name": "*",
|
|
3422
|
+
"package": "./accordion-item.template"
|
|
3347
3423
|
}
|
|
3348
3424
|
},
|
|
3349
3425
|
{
|
|
3350
3426
|
"kind": "js",
|
|
3351
|
-
"name": "
|
|
3427
|
+
"name": "*",
|
|
3352
3428
|
"declaration": {
|
|
3353
|
-
"name": "
|
|
3354
|
-
"
|
|
3429
|
+
"name": "*",
|
|
3430
|
+
"package": "./accordion-item.styles"
|
|
3355
3431
|
}
|
|
3356
3432
|
},
|
|
3357
3433
|
{
|
|
3358
3434
|
"kind": "js",
|
|
3359
|
-
"name": "
|
|
3435
|
+
"name": "*",
|
|
3360
3436
|
"declaration": {
|
|
3361
|
-
"name": "
|
|
3362
|
-
"
|
|
3437
|
+
"name": "*",
|
|
3438
|
+
"package": "./accordion-item"
|
|
3363
3439
|
}
|
|
3364
3440
|
}
|
|
3365
3441
|
]
|
|
3366
3442
|
},
|
|
3367
3443
|
{
|
|
3368
3444
|
"kind": "javascript-module",
|
|
3369
|
-
"path": "src/
|
|
3445
|
+
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
3370
3446
|
"declarations": [
|
|
3371
3447
|
{
|
|
3372
3448
|
"kind": "function",
|
|
3373
|
-
"name": "
|
|
3449
|
+
"name": "foundationAiIndicatorStyles",
|
|
3374
3450
|
"return": {
|
|
3375
3451
|
"type": {
|
|
3376
3452
|
"text": "ElementStyles"
|
|
@@ -3395,276 +3471,214 @@
|
|
|
3395
3471
|
"exports": [
|
|
3396
3472
|
{
|
|
3397
3473
|
"kind": "js",
|
|
3398
|
-
"name": "
|
|
3474
|
+
"name": "foundationAiIndicatorStyles",
|
|
3399
3475
|
"declaration": {
|
|
3400
|
-
"name": "
|
|
3401
|
-
"module": "src/
|
|
3476
|
+
"name": "foundationAiIndicatorStyles",
|
|
3477
|
+
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
3402
3478
|
}
|
|
3403
3479
|
}
|
|
3404
3480
|
]
|
|
3405
3481
|
},
|
|
3406
3482
|
{
|
|
3407
3483
|
"kind": "javascript-module",
|
|
3408
|
-
"path": "src/
|
|
3484
|
+
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
3409
3485
|
"declarations": [
|
|
3410
3486
|
{
|
|
3411
|
-
"kind": "
|
|
3412
|
-
"name": "
|
|
3413
|
-
"
|
|
3414
|
-
"
|
|
3415
|
-
"text": "ViewTemplate<Accordion>"
|
|
3416
|
-
}
|
|
3487
|
+
"kind": "variable",
|
|
3488
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3489
|
+
"type": {
|
|
3490
|
+
"text": "ViewTemplate<AiIndicator>"
|
|
3417
3491
|
},
|
|
3418
|
-
"
|
|
3419
|
-
{
|
|
3420
|
-
"name": "context",
|
|
3421
|
-
"type": {
|
|
3422
|
-
"text": "ElementDefinitionContext"
|
|
3423
|
-
}
|
|
3424
|
-
},
|
|
3425
|
-
{
|
|
3426
|
-
"name": "definition",
|
|
3427
|
-
"type": {
|
|
3428
|
-
"text": "FoundationElementDefinition"
|
|
3429
|
-
}
|
|
3430
|
-
}
|
|
3431
|
-
]
|
|
3492
|
+
"default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
|
|
3432
3493
|
}
|
|
3433
3494
|
],
|
|
3434
3495
|
"exports": [
|
|
3435
3496
|
{
|
|
3436
3497
|
"kind": "js",
|
|
3437
|
-
"name": "
|
|
3498
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3438
3499
|
"declaration": {
|
|
3439
|
-
"name": "
|
|
3440
|
-
"module": "src/
|
|
3500
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3501
|
+
"module": "src/ai-indicator/ai-indicator.template.ts"
|
|
3441
3502
|
}
|
|
3442
3503
|
}
|
|
3443
3504
|
]
|
|
3444
3505
|
},
|
|
3445
3506
|
{
|
|
3446
3507
|
"kind": "javascript-module",
|
|
3447
|
-
"path": "src/
|
|
3508
|
+
"path": "src/ai-indicator/ai-indicator.ts",
|
|
3448
3509
|
"declarations": [
|
|
3449
3510
|
{
|
|
3450
3511
|
"kind": "class",
|
|
3451
3512
|
"description": "",
|
|
3452
|
-
"name": "
|
|
3453
|
-
"
|
|
3454
|
-
"name": "FASTAccordion",
|
|
3455
|
-
"package": "@microsoft/fast-foundation"
|
|
3456
|
-
},
|
|
3457
|
-
"tagName": "%%prefix%%-accordion",
|
|
3458
|
-
"customElement": true,
|
|
3459
|
-
"attributes": [
|
|
3513
|
+
"name": "AiIndicator",
|
|
3514
|
+
"members": [
|
|
3460
3515
|
{
|
|
3461
|
-
"
|
|
3516
|
+
"kind": "field",
|
|
3517
|
+
"name": "aiProvider",
|
|
3462
3518
|
"type": {
|
|
3463
|
-
"text": "
|
|
3464
|
-
},
|
|
3465
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3466
|
-
"fieldName": "expandmode",
|
|
3467
|
-
"inheritedFrom": {
|
|
3468
|
-
"name": "Accordion",
|
|
3469
|
-
"module": "src/accordion/accordion.ts"
|
|
3519
|
+
"text": "AIProvider"
|
|
3470
3520
|
}
|
|
3471
|
-
}
|
|
3472
|
-
],
|
|
3473
|
-
"members": [
|
|
3521
|
+
},
|
|
3474
3522
|
{
|
|
3475
3523
|
"kind": "field",
|
|
3476
|
-
"name": "
|
|
3524
|
+
"name": "status",
|
|
3477
3525
|
"type": {
|
|
3478
|
-
"text": "
|
|
3526
|
+
"text": "AIStatus | null"
|
|
3479
3527
|
},
|
|
3480
|
-
"
|
|
3481
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3482
|
-
"inheritedFrom": {
|
|
3483
|
-
"name": "Accordion",
|
|
3484
|
-
"module": "src/accordion/accordion.ts"
|
|
3485
|
-
}
|
|
3528
|
+
"default": "null"
|
|
3486
3529
|
},
|
|
3487
3530
|
{
|
|
3488
3531
|
"kind": "field",
|
|
3489
|
-
"name": "
|
|
3532
|
+
"name": "open",
|
|
3490
3533
|
"type": {
|
|
3491
|
-
"text": "
|
|
3534
|
+
"text": "boolean"
|
|
3492
3535
|
},
|
|
3493
|
-
"
|
|
3494
|
-
"inheritedFrom": {
|
|
3495
|
-
"name": "Accordion",
|
|
3496
|
-
"module": "src/accordion/accordion.ts"
|
|
3497
|
-
}
|
|
3536
|
+
"default": "false"
|
|
3498
3537
|
},
|
|
3499
3538
|
{
|
|
3500
3539
|
"kind": "field",
|
|
3501
|
-
"name": "
|
|
3540
|
+
"name": "state",
|
|
3502
3541
|
"type": {
|
|
3503
|
-
"text": "
|
|
3542
|
+
"text": "AIIndicatorState"
|
|
3504
3543
|
},
|
|
3505
|
-
"
|
|
3506
|
-
|
|
3507
|
-
|
|
3508
|
-
|
|
3509
|
-
|
|
3510
|
-
|
|
3544
|
+
"default": "'none'"
|
|
3545
|
+
},
|
|
3546
|
+
{
|
|
3547
|
+
"kind": "field",
|
|
3548
|
+
"name": "isInstalling",
|
|
3549
|
+
"type": {
|
|
3550
|
+
"text": "boolean"
|
|
3551
|
+
},
|
|
3552
|
+
"default": "false"
|
|
3511
3553
|
},
|
|
3512
3554
|
{
|
|
3513
3555
|
"kind": "field",
|
|
3514
|
-
"name": "
|
|
3556
|
+
"name": "pollTimer",
|
|
3515
3557
|
"type": {
|
|
3516
|
-
"text": "
|
|
3558
|
+
"text": "ReturnType<typeof setInterval> | null"
|
|
3517
3559
|
},
|
|
3518
3560
|
"privacy": "private",
|
|
3519
|
-
"
|
|
3520
|
-
"name": "Accordion",
|
|
3521
|
-
"module": "src/accordion/accordion.ts"
|
|
3522
|
-
}
|
|
3561
|
+
"default": "null"
|
|
3523
3562
|
},
|
|
3524
3563
|
{
|
|
3525
3564
|
"kind": "field",
|
|
3526
|
-
"name": "
|
|
3527
|
-
"privacy": "private"
|
|
3528
|
-
"inheritedFrom": {
|
|
3529
|
-
"name": "Accordion",
|
|
3530
|
-
"module": "src/accordion/accordion.ts"
|
|
3531
|
-
}
|
|
3565
|
+
"name": "clickOutside",
|
|
3566
|
+
"privacy": "private"
|
|
3532
3567
|
},
|
|
3533
3568
|
{
|
|
3534
|
-
"kind": "
|
|
3535
|
-
"name": "
|
|
3536
|
-
"
|
|
3537
|
-
|
|
3538
|
-
"type": {
|
|
3539
|
-
"text": "AccordionItem | null"
|
|
3540
|
-
}
|
|
3569
|
+
"kind": "field",
|
|
3570
|
+
"name": "chromeStatusLabel",
|
|
3571
|
+
"type": {
|
|
3572
|
+
"text": "string | null"
|
|
3541
3573
|
},
|
|
3542
|
-
"
|
|
3543
|
-
"name": "Accordion",
|
|
3544
|
-
"module": "src/accordion/accordion.ts"
|
|
3545
|
-
}
|
|
3574
|
+
"readonly": true
|
|
3546
3575
|
},
|
|
3547
3576
|
{
|
|
3548
3577
|
"kind": "field",
|
|
3549
|
-
"name": "
|
|
3550
|
-
"
|
|
3551
|
-
|
|
3552
|
-
|
|
3553
|
-
|
|
3554
|
-
|
|
3578
|
+
"name": "canInstall",
|
|
3579
|
+
"type": {
|
|
3580
|
+
"text": "boolean"
|
|
3581
|
+
},
|
|
3582
|
+
"readonly": true
|
|
3583
|
+
},
|
|
3584
|
+
{
|
|
3585
|
+
"kind": "field",
|
|
3586
|
+
"name": "isDownloading",
|
|
3587
|
+
"type": {
|
|
3588
|
+
"text": "boolean"
|
|
3589
|
+
},
|
|
3590
|
+
"readonly": true
|
|
3555
3591
|
},
|
|
3556
3592
|
{
|
|
3557
3593
|
"kind": "method",
|
|
3558
|
-
"name": "
|
|
3559
|
-
"privacy": "private",
|
|
3594
|
+
"name": "openChanged",
|
|
3560
3595
|
"return": {
|
|
3561
3596
|
"type": {
|
|
3562
3597
|
"text": "void"
|
|
3563
3598
|
}
|
|
3564
|
-
},
|
|
3565
|
-
"inheritedFrom": {
|
|
3566
|
-
"name": "Accordion",
|
|
3567
|
-
"module": "src/accordion/accordion.ts"
|
|
3568
3599
|
}
|
|
3569
3600
|
},
|
|
3570
3601
|
{
|
|
3571
|
-
"kind": "
|
|
3572
|
-
"name": "
|
|
3602
|
+
"kind": "method",
|
|
3603
|
+
"name": "handleClickOutside",
|
|
3573
3604
|
"privacy": "private",
|
|
3574
|
-
"
|
|
3575
|
-
|
|
3576
|
-
|
|
3577
|
-
|
|
3605
|
+
"parameters": [
|
|
3606
|
+
{
|
|
3607
|
+
"name": "event",
|
|
3608
|
+
"type": {
|
|
3609
|
+
"text": "MouseEvent"
|
|
3610
|
+
}
|
|
3611
|
+
}
|
|
3612
|
+
]
|
|
3578
3613
|
},
|
|
3579
3614
|
{
|
|
3580
|
-
"kind": "
|
|
3581
|
-
"name": "
|
|
3582
|
-
"privacy": "private",
|
|
3583
|
-
"inheritedFrom": {
|
|
3584
|
-
"name": "Accordion",
|
|
3585
|
-
"module": "src/accordion/accordion.ts"
|
|
3586
|
-
}
|
|
3615
|
+
"kind": "method",
|
|
3616
|
+
"name": "toggleDropdown"
|
|
3587
3617
|
},
|
|
3588
3618
|
{
|
|
3589
3619
|
"kind": "method",
|
|
3590
|
-
"name": "
|
|
3591
|
-
"privacy": "private",
|
|
3620
|
+
"name": "refreshStatus",
|
|
3592
3621
|
"return": {
|
|
3593
3622
|
"type": {
|
|
3594
|
-
"text": "
|
|
3623
|
+
"text": "Promise<void>"
|
|
3595
3624
|
}
|
|
3596
|
-
},
|
|
3597
|
-
"inheritedFrom": {
|
|
3598
|
-
"name": "Accordion",
|
|
3599
|
-
"module": "src/accordion/accordion.ts"
|
|
3600
3625
|
}
|
|
3601
3626
|
},
|
|
3602
3627
|
{
|
|
3603
3628
|
"kind": "method",
|
|
3604
|
-
"name": "
|
|
3629
|
+
"name": "deriveState",
|
|
3605
3630
|
"privacy": "private",
|
|
3606
3631
|
"return": {
|
|
3607
3632
|
"type": {
|
|
3608
|
-
"text": "
|
|
3633
|
+
"text": "AIIndicatorState"
|
|
3609
3634
|
}
|
|
3610
3635
|
},
|
|
3611
|
-
"
|
|
3612
|
-
|
|
3613
|
-
|
|
3614
|
-
|
|
3636
|
+
"parameters": [
|
|
3637
|
+
{
|
|
3638
|
+
"name": "s",
|
|
3639
|
+
"type": {
|
|
3640
|
+
"text": "AIStatus | null"
|
|
3641
|
+
}
|
|
3642
|
+
}
|
|
3643
|
+
]
|
|
3615
3644
|
},
|
|
3616
3645
|
{
|
|
3617
|
-
"kind": "
|
|
3618
|
-
"name": "
|
|
3646
|
+
"kind": "method",
|
|
3647
|
+
"name": "maybeStartPolling",
|
|
3619
3648
|
"privacy": "private",
|
|
3620
|
-
"
|
|
3621
|
-
"
|
|
3622
|
-
|
|
3649
|
+
"return": {
|
|
3650
|
+
"type": {
|
|
3651
|
+
"text": "void"
|
|
3652
|
+
}
|
|
3623
3653
|
}
|
|
3624
3654
|
},
|
|
3625
3655
|
{
|
|
3626
|
-
"kind": "
|
|
3627
|
-
"name": "
|
|
3656
|
+
"kind": "method",
|
|
3657
|
+
"name": "startPolling",
|
|
3628
3658
|
"privacy": "private",
|
|
3629
|
-
"
|
|
3630
|
-
"
|
|
3631
|
-
|
|
3659
|
+
"return": {
|
|
3660
|
+
"type": {
|
|
3661
|
+
"text": "void"
|
|
3662
|
+
}
|
|
3632
3663
|
}
|
|
3633
3664
|
},
|
|
3634
3665
|
{
|
|
3635
3666
|
"kind": "method",
|
|
3636
|
-
"name": "
|
|
3667
|
+
"name": "stopPolling",
|
|
3637
3668
|
"privacy": "private",
|
|
3638
3669
|
"return": {
|
|
3639
3670
|
"type": {
|
|
3640
3671
|
"text": "void"
|
|
3641
3672
|
}
|
|
3642
|
-
},
|
|
3643
|
-
"parameters": [
|
|
3644
|
-
{
|
|
3645
|
-
"name": "adjustment",
|
|
3646
|
-
"type": {
|
|
3647
|
-
"text": "number"
|
|
3648
|
-
}
|
|
3649
|
-
}
|
|
3650
|
-
],
|
|
3651
|
-
"inheritedFrom": {
|
|
3652
|
-
"name": "Accordion",
|
|
3653
|
-
"module": "src/accordion/accordion.ts"
|
|
3654
3673
|
}
|
|
3655
3674
|
},
|
|
3656
3675
|
{
|
|
3657
3676
|
"kind": "method",
|
|
3658
|
-
"name": "
|
|
3659
|
-
"privacy": "private",
|
|
3677
|
+
"name": "onInstall",
|
|
3660
3678
|
"return": {
|
|
3661
3679
|
"type": {
|
|
3662
|
-
"text": "void"
|
|
3680
|
+
"text": "Promise<void>"
|
|
3663
3681
|
}
|
|
3664
|
-
},
|
|
3665
|
-
"inheritedFrom": {
|
|
3666
|
-
"name": "Accordion",
|
|
3667
|
-
"module": "src/accordion/accordion.ts"
|
|
3668
3682
|
}
|
|
3669
3683
|
},
|
|
3670
3684
|
{
|
|
@@ -3779,102 +3793,88 @@
|
|
|
3779
3793
|
}
|
|
3780
3794
|
}
|
|
3781
3795
|
],
|
|
3782
|
-
"
|
|
3783
|
-
|
|
3784
|
-
|
|
3785
|
-
"name": "change",
|
|
3786
|
-
"inheritedFrom": {
|
|
3787
|
-
"name": "Accordion",
|
|
3788
|
-
"module": "src/accordion/accordion.ts"
|
|
3789
|
-
}
|
|
3790
|
-
}
|
|
3791
|
-
]
|
|
3792
|
-
},
|
|
3793
|
-
{
|
|
3794
|
-
"kind": "variable",
|
|
3795
|
-
"name": "foundationAccordionShadowOptions",
|
|
3796
|
-
"type": {
|
|
3797
|
-
"text": "ShadowRootInit"
|
|
3798
|
-
},
|
|
3799
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3800
|
-
},
|
|
3801
|
-
{
|
|
3802
|
-
"kind": "variable",
|
|
3803
|
-
"name": "defaultAccordionConfig",
|
|
3804
|
-
"type": {
|
|
3805
|
-
"text": "object"
|
|
3796
|
+
"superclass": {
|
|
3797
|
+
"name": "FoundationElement",
|
|
3798
|
+
"package": "@microsoft/fast-foundation"
|
|
3806
3799
|
},
|
|
3807
|
-
"
|
|
3800
|
+
"tagName": "%%prefix%%-ai-indicator",
|
|
3801
|
+
"customElement": true
|
|
3808
3802
|
},
|
|
3809
3803
|
{
|
|
3810
3804
|
"kind": "variable",
|
|
3811
|
-
"name": "
|
|
3812
|
-
"description": "The Foundation Accordion",
|
|
3813
|
-
"privacy": "public"
|
|
3805
|
+
"name": "foundationAiIndicator"
|
|
3814
3806
|
}
|
|
3815
3807
|
],
|
|
3816
3808
|
"exports": [
|
|
3817
3809
|
{
|
|
3818
3810
|
"kind": "js",
|
|
3819
|
-
"name": "
|
|
3811
|
+
"name": "AiIndicator",
|
|
3820
3812
|
"declaration": {
|
|
3821
|
-
"name": "
|
|
3822
|
-
"module": "src/
|
|
3813
|
+
"name": "AiIndicator",
|
|
3814
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3823
3815
|
}
|
|
3824
3816
|
},
|
|
3825
3817
|
{
|
|
3826
3818
|
"kind": "js",
|
|
3827
|
-
"name": "
|
|
3819
|
+
"name": "foundationAiIndicator",
|
|
3828
3820
|
"declaration": {
|
|
3829
|
-
"name": "
|
|
3830
|
-
"module": "src/
|
|
3821
|
+
"name": "foundationAiIndicator",
|
|
3822
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3823
|
+
}
|
|
3824
|
+
}
|
|
3825
|
+
]
|
|
3826
|
+
},
|
|
3827
|
+
{
|
|
3828
|
+
"kind": "javascript-module",
|
|
3829
|
+
"path": "src/ai-indicator/index.ts",
|
|
3830
|
+
"declarations": [],
|
|
3831
|
+
"exports": [
|
|
3832
|
+
{
|
|
3833
|
+
"kind": "js",
|
|
3834
|
+
"name": "AiIndicator",
|
|
3835
|
+
"declaration": {
|
|
3836
|
+
"name": "AiIndicator",
|
|
3837
|
+
"module": "./ai-indicator"
|
|
3831
3838
|
}
|
|
3832
3839
|
},
|
|
3833
3840
|
{
|
|
3834
3841
|
"kind": "js",
|
|
3835
|
-
"name": "
|
|
3842
|
+
"name": "foundationAiIndicator",
|
|
3836
3843
|
"declaration": {
|
|
3837
|
-
"name": "
|
|
3838
|
-
"module": "
|
|
3844
|
+
"name": "foundationAiIndicator",
|
|
3845
|
+
"module": "./ai-indicator"
|
|
3839
3846
|
}
|
|
3840
3847
|
},
|
|
3841
3848
|
{
|
|
3842
3849
|
"kind": "js",
|
|
3843
|
-
"name": "
|
|
3850
|
+
"name": "type",
|
|
3844
3851
|
"declaration": {
|
|
3845
|
-
"name": "
|
|
3846
|
-
"module": "
|
|
3852
|
+
"name": "type",
|
|
3853
|
+
"module": "./ai-indicator"
|
|
3847
3854
|
}
|
|
3848
|
-
}
|
|
3849
|
-
]
|
|
3850
|
-
},
|
|
3851
|
-
{
|
|
3852
|
-
"kind": "javascript-module",
|
|
3853
|
-
"path": "src/accordion/index.ts",
|
|
3854
|
-
"declarations": [],
|
|
3855
|
-
"exports": [
|
|
3855
|
+
},
|
|
3856
3856
|
{
|
|
3857
3857
|
"kind": "js",
|
|
3858
|
-
"name": "
|
|
3858
|
+
"name": "AIIndicatorState",
|
|
3859
3859
|
"declaration": {
|
|
3860
|
-
"name": "
|
|
3861
|
-
"
|
|
3860
|
+
"name": "AIIndicatorState",
|
|
3861
|
+
"module": "./ai-indicator"
|
|
3862
3862
|
}
|
|
3863
3863
|
},
|
|
3864
3864
|
{
|
|
3865
3865
|
"kind": "js",
|
|
3866
|
-
"name": "
|
|
3866
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3867
3867
|
"declaration": {
|
|
3868
|
-
"name": "
|
|
3869
|
-
"
|
|
3868
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3869
|
+
"module": "./ai-indicator.template"
|
|
3870
3870
|
}
|
|
3871
3871
|
},
|
|
3872
3872
|
{
|
|
3873
3873
|
"kind": "js",
|
|
3874
|
-
"name": "
|
|
3874
|
+
"name": "foundationAiIndicatorStyles",
|
|
3875
3875
|
"declaration": {
|
|
3876
|
-
"name": "
|
|
3877
|
-
"
|
|
3876
|
+
"name": "foundationAiIndicatorStyles",
|
|
3877
|
+
"module": "./ai-indicator.styles"
|
|
3878
3878
|
}
|
|
3879
3879
|
}
|
|
3880
3880
|
]
|