@genesislcap/foundation-ui 14.420.0 → 14.421.1
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 +1065 -1065
- package/dist/dts/react.d.ts +8 -8
- package/dist/react.cjs +3 -3
- package/dist/react.mjs +2 -2
- 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,18 +1900,49 @@
|
|
|
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/
|
|
1910
|
+
"path": "src/_config/index.ts",
|
|
1911
|
+
"declarations": [],
|
|
1912
|
+
"exports": [
|
|
1913
|
+
{
|
|
1914
|
+
"kind": "js",
|
|
1915
|
+
"name": "*",
|
|
1916
|
+
"declaration": {
|
|
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"
|
|
1935
|
+
}
|
|
1936
|
+
}
|
|
1937
|
+
]
|
|
1938
|
+
},
|
|
1939
|
+
{
|
|
1940
|
+
"kind": "javascript-module",
|
|
1941
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1821
1942
|
"declarations": [
|
|
1822
1943
|
{
|
|
1823
1944
|
"kind": "function",
|
|
1824
|
-
"name": "
|
|
1945
|
+
"name": "foundationAccordionItemStyles",
|
|
1825
1946
|
"return": {
|
|
1826
1947
|
"type": {
|
|
1827
1948
|
"text": "ElementStyles"
|
|
@@ -1841,367 +1962,231 @@
|
|
|
1841
1962
|
}
|
|
1842
1963
|
}
|
|
1843
1964
|
]
|
|
1844
|
-
}
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
"name": "foundationActionsMenuStyles",
|
|
1848
|
-
"return": {
|
|
1849
|
-
"type": {
|
|
1850
|
-
"text": "ElementStyles"
|
|
1851
|
-
}
|
|
1852
|
-
},
|
|
1853
|
-
"parameters": [
|
|
1854
|
-
{
|
|
1855
|
-
"name": "context",
|
|
1856
|
-
"type": {
|
|
1857
|
-
"text": "ElementDefinitionContext"
|
|
1858
|
-
}
|
|
1859
|
-
},
|
|
1860
|
-
{
|
|
1861
|
-
"name": "definition",
|
|
1862
|
-
"type": {
|
|
1863
|
-
"text": "FoundationElementDefinition"
|
|
1864
|
-
}
|
|
1865
|
-
}
|
|
1866
|
-
]
|
|
1867
|
-
}
|
|
1868
|
-
],
|
|
1869
|
-
"exports": [
|
|
1870
|
-
{
|
|
1871
|
-
"kind": "js",
|
|
1872
|
-
"name": "actionsMenuBaseStyles",
|
|
1873
|
-
"declaration": {
|
|
1874
|
-
"name": "actionsMenuBaseStyles",
|
|
1875
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1876
|
-
}
|
|
1877
|
-
},
|
|
1965
|
+
}
|
|
1966
|
+
],
|
|
1967
|
+
"exports": [
|
|
1878
1968
|
{
|
|
1879
1969
|
"kind": "js",
|
|
1880
|
-
"name": "
|
|
1970
|
+
"name": "foundationAccordionItemStyles",
|
|
1881
1971
|
"declaration": {
|
|
1882
|
-
"name": "
|
|
1883
|
-
"module": "src/
|
|
1972
|
+
"name": "foundationAccordionItemStyles",
|
|
1973
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1884
1974
|
}
|
|
1885
1975
|
}
|
|
1886
1976
|
]
|
|
1887
1977
|
},
|
|
1888
1978
|
{
|
|
1889
1979
|
"kind": "javascript-module",
|
|
1890
|
-
"path": "src/
|
|
1980
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1891
1981
|
"declarations": [
|
|
1892
1982
|
{
|
|
1893
1983
|
"kind": "function",
|
|
1894
|
-
"name": "
|
|
1984
|
+
"name": "foundationAccordionItemTemplate",
|
|
1985
|
+
"return": {
|
|
1986
|
+
"type": {
|
|
1987
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1988
|
+
}
|
|
1989
|
+
},
|
|
1895
1990
|
"parameters": [
|
|
1896
1991
|
{
|
|
1897
|
-
"name": "
|
|
1992
|
+
"name": "context",
|
|
1898
1993
|
"type": {
|
|
1899
|
-
"text": "
|
|
1994
|
+
"text": "ElementDefinitionContext"
|
|
1900
1995
|
}
|
|
1901
|
-
}
|
|
1902
|
-
]
|
|
1903
|
-
},
|
|
1904
|
-
{
|
|
1905
|
-
"kind": "function",
|
|
1906
|
-
"name": "singleOptionTemplate",
|
|
1907
|
-
"parameters": [
|
|
1996
|
+
},
|
|
1908
1997
|
{
|
|
1909
|
-
"name": "
|
|
1998
|
+
"name": "definition",
|
|
1910
1999
|
"type": {
|
|
1911
|
-
"text": "
|
|
2000
|
+
"text": "FoundationElementDefinition"
|
|
1912
2001
|
}
|
|
1913
2002
|
}
|
|
1914
2003
|
]
|
|
1915
|
-
},
|
|
1916
|
-
{
|
|
1917
|
-
"kind": "variable",
|
|
1918
|
-
"name": "foundationActionsMenuTemplate",
|
|
1919
|
-
"type": {
|
|
1920
|
-
"text": "ViewTemplate<ActionsMenu>"
|
|
1921
|
-
},
|
|
1922
|
-
"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`"
|
|
1923
2004
|
}
|
|
1924
2005
|
],
|
|
1925
2006
|
"exports": [
|
|
1926
2007
|
{
|
|
1927
2008
|
"kind": "js",
|
|
1928
|
-
"name": "
|
|
1929
|
-
"declaration": {
|
|
1930
|
-
"name": "menuTemplate",
|
|
1931
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1932
|
-
}
|
|
1933
|
-
},
|
|
1934
|
-
{
|
|
1935
|
-
"kind": "js",
|
|
1936
|
-
"name": "singleOptionTemplate",
|
|
1937
|
-
"declaration": {
|
|
1938
|
-
"name": "singleOptionTemplate",
|
|
1939
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1940
|
-
}
|
|
1941
|
-
},
|
|
1942
|
-
{
|
|
1943
|
-
"kind": "js",
|
|
1944
|
-
"name": "foundationActionsMenuTemplate",
|
|
2009
|
+
"name": "foundationAccordionItemTemplate",
|
|
1945
2010
|
"declaration": {
|
|
1946
|
-
"name": "
|
|
1947
|
-
"module": "src/
|
|
2011
|
+
"name": "foundationAccordionItemTemplate",
|
|
2012
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1948
2013
|
}
|
|
1949
2014
|
}
|
|
1950
2015
|
]
|
|
1951
2016
|
},
|
|
1952
2017
|
{
|
|
1953
2018
|
"kind": "javascript-module",
|
|
1954
|
-
"path": "src/
|
|
2019
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1955
2020
|
"declarations": [
|
|
1956
2021
|
{
|
|
1957
2022
|
"kind": "class",
|
|
1958
2023
|
"description": "",
|
|
1959
|
-
"name": "
|
|
1960
|
-
"
|
|
2024
|
+
"name": "AccordionItem",
|
|
2025
|
+
"superclass": {
|
|
2026
|
+
"name": "FASTAccordionItem",
|
|
2027
|
+
"package": "@microsoft/fast-components"
|
|
2028
|
+
},
|
|
2029
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
2030
|
+
"customElement": true,
|
|
2031
|
+
"attributes": [
|
|
1961
2032
|
{
|
|
1962
|
-
"
|
|
1963
|
-
"name": "actions",
|
|
2033
|
+
"name": "heading-level",
|
|
1964
2034
|
"type": {
|
|
1965
|
-
"text": "
|
|
2035
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
2036
|
+
},
|
|
2037
|
+
"default": "2",
|
|
2038
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
2039
|
+
"fieldName": "headinglevel",
|
|
2040
|
+
"inheritedFrom": {
|
|
2041
|
+
"name": "AccordionItem",
|
|
2042
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1966
2043
|
}
|
|
1967
2044
|
},
|
|
1968
2045
|
{
|
|
1969
|
-
"kind": "field",
|
|
1970
|
-
"name": "isVertical",
|
|
1971
2046
|
"type": {
|
|
1972
2047
|
"text": "boolean"
|
|
1973
2048
|
},
|
|
1974
|
-
"default": "false"
|
|
2049
|
+
"default": "false",
|
|
2050
|
+
"description": "Expands or collapses the item.",
|
|
2051
|
+
"fieldName": "expanded",
|
|
2052
|
+
"inheritedFrom": {
|
|
2053
|
+
"name": "AccordionItem",
|
|
2054
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2055
|
+
}
|
|
1975
2056
|
},
|
|
1976
2057
|
{
|
|
1977
|
-
"
|
|
1978
|
-
"name": "addDefaultActions",
|
|
2058
|
+
"name": "id",
|
|
1979
2059
|
"type": {
|
|
1980
|
-
"text": "
|
|
2060
|
+
"text": "string"
|
|
1981
2061
|
},
|
|
1982
|
-
"
|
|
1983
|
-
|
|
2062
|
+
"description": "The item ID",
|
|
2063
|
+
"fieldName": "id",
|
|
2064
|
+
"inheritedFrom": {
|
|
2065
|
+
"name": "AccordionItem",
|
|
2066
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2067
|
+
}
|
|
2068
|
+
}
|
|
2069
|
+
],
|
|
2070
|
+
"members": [
|
|
1984
2071
|
{
|
|
1985
2072
|
"kind": "field",
|
|
1986
|
-
"name": "
|
|
2073
|
+
"name": "headinglevel",
|
|
1987
2074
|
"type": {
|
|
1988
|
-
"text": "
|
|
2075
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1989
2076
|
},
|
|
1990
|
-
"
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
"
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
"text": "string"
|
|
2077
|
+
"privacy": "public",
|
|
2078
|
+
"default": "2",
|
|
2079
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
2080
|
+
"inheritedFrom": {
|
|
2081
|
+
"name": "AccordionItem",
|
|
2082
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1997
2083
|
}
|
|
1998
2084
|
},
|
|
1999
2085
|
{
|
|
2000
2086
|
"kind": "field",
|
|
2001
|
-
"name": "
|
|
2087
|
+
"name": "expanded",
|
|
2002
2088
|
"type": {
|
|
2003
|
-
"text": "
|
|
2089
|
+
"text": "boolean"
|
|
2090
|
+
},
|
|
2091
|
+
"privacy": "public",
|
|
2092
|
+
"default": "false",
|
|
2093
|
+
"description": "Expands or collapses the item.",
|
|
2094
|
+
"inheritedFrom": {
|
|
2095
|
+
"name": "AccordionItem",
|
|
2096
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2004
2097
|
}
|
|
2005
2098
|
},
|
|
2006
2099
|
{
|
|
2007
2100
|
"kind": "field",
|
|
2008
|
-
"name": "
|
|
2101
|
+
"name": "id",
|
|
2009
2102
|
"type": {
|
|
2010
2103
|
"text": "string"
|
|
2011
2104
|
},
|
|
2012
|
-
"
|
|
2105
|
+
"privacy": "public",
|
|
2106
|
+
"description": "The item ID",
|
|
2107
|
+
"inheritedFrom": {
|
|
2108
|
+
"name": "AccordionItem",
|
|
2109
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2110
|
+
}
|
|
2013
2111
|
},
|
|
2014
2112
|
{
|
|
2015
2113
|
"kind": "field",
|
|
2016
|
-
"name": "
|
|
2017
|
-
"
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2114
|
+
"name": "change",
|
|
2115
|
+
"privacy": "private",
|
|
2116
|
+
"inheritedFrom": {
|
|
2117
|
+
"name": "AccordionItem",
|
|
2118
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2119
|
+
}
|
|
2021
2120
|
},
|
|
2022
2121
|
{
|
|
2023
2122
|
"kind": "field",
|
|
2024
|
-
"name": "
|
|
2123
|
+
"name": "_presentation",
|
|
2025
2124
|
"type": {
|
|
2026
|
-
"text": "
|
|
2125
|
+
"text": "ComponentPresentation | null | undefined"
|
|
2126
|
+
},
|
|
2127
|
+
"privacy": "private",
|
|
2128
|
+
"default": "void 0",
|
|
2129
|
+
"inheritedFrom": {
|
|
2130
|
+
"name": "FoundationElement",
|
|
2131
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2027
2132
|
}
|
|
2028
2133
|
},
|
|
2029
2134
|
{
|
|
2030
2135
|
"kind": "field",
|
|
2031
|
-
"name": "
|
|
2136
|
+
"name": "$presentation",
|
|
2032
2137
|
"type": {
|
|
2033
|
-
"text": "
|
|
2138
|
+
"text": "ComponentPresentation | null"
|
|
2034
2139
|
},
|
|
2035
|
-
"
|
|
2140
|
+
"privacy": "public",
|
|
2141
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2142
|
+
"inheritedFrom": {
|
|
2143
|
+
"name": "FoundationElement",
|
|
2144
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2145
|
+
}
|
|
2036
2146
|
},
|
|
2037
2147
|
{
|
|
2038
2148
|
"kind": "field",
|
|
2039
|
-
"name": "
|
|
2149
|
+
"name": "template",
|
|
2040
2150
|
"type": {
|
|
2041
|
-
"text": "
|
|
2151
|
+
"text": "ElementViewTemplate | void | null"
|
|
2042
2152
|
},
|
|
2043
|
-
"
|
|
2153
|
+
"privacy": "public",
|
|
2154
|
+
"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.",
|
|
2155
|
+
"inheritedFrom": {
|
|
2156
|
+
"name": "FoundationElement",
|
|
2157
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2158
|
+
}
|
|
2044
2159
|
},
|
|
2045
2160
|
{
|
|
2046
|
-
"kind": "
|
|
2047
|
-
"name": "
|
|
2048
|
-
"
|
|
2049
|
-
|
|
2161
|
+
"kind": "method",
|
|
2162
|
+
"name": "templateChanged",
|
|
2163
|
+
"privacy": "protected",
|
|
2164
|
+
"return": {
|
|
2165
|
+
"type": {
|
|
2166
|
+
"text": "void"
|
|
2167
|
+
}
|
|
2168
|
+
},
|
|
2169
|
+
"inheritedFrom": {
|
|
2170
|
+
"name": "FoundationElement",
|
|
2171
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2050
2172
|
}
|
|
2051
2173
|
},
|
|
2052
2174
|
{
|
|
2053
2175
|
"kind": "field",
|
|
2054
|
-
"name": "
|
|
2176
|
+
"name": "styles",
|
|
2055
2177
|
"type": {
|
|
2056
|
-
"text": "
|
|
2178
|
+
"text": "ElementStyles | void | null"
|
|
2179
|
+
},
|
|
2180
|
+
"privacy": "public",
|
|
2181
|
+
"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.",
|
|
2182
|
+
"inheritedFrom": {
|
|
2183
|
+
"name": "FoundationElement",
|
|
2184
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2057
2185
|
}
|
|
2058
2186
|
},
|
|
2059
2187
|
{
|
|
2060
2188
|
"kind": "method",
|
|
2061
|
-
"name": "
|
|
2062
|
-
"privacy": "protected",
|
|
2063
|
-
"parameters": [
|
|
2064
|
-
{
|
|
2065
|
-
"name": "oldValue",
|
|
2066
|
-
"type": {
|
|
2067
|
-
"text": "any"
|
|
2068
|
-
}
|
|
2069
|
-
},
|
|
2070
|
-
{
|
|
2071
|
-
"name": "newValue",
|
|
2072
|
-
"type": {
|
|
2073
|
-
"text": "any"
|
|
2074
|
-
}
|
|
2075
|
-
}
|
|
2076
|
-
]
|
|
2077
|
-
},
|
|
2078
|
-
{
|
|
2079
|
-
"kind": "method",
|
|
2080
|
-
"name": "openChanged",
|
|
2081
|
-
"privacy": "protected"
|
|
2082
|
-
},
|
|
2083
|
-
{
|
|
2084
|
-
"kind": "method",
|
|
2085
|
-
"name": "toggleActionsMenuVisibility"
|
|
2086
|
-
},
|
|
2087
|
-
{
|
|
2088
|
-
"kind": "method",
|
|
2089
|
-
"name": "onActionMenuItemClick",
|
|
2090
|
-
"parameters": [
|
|
2091
|
-
{
|
|
2092
|
-
"name": "callback",
|
|
2093
|
-
"type": {
|
|
2094
|
-
"text": "(rowData) => void | any"
|
|
2095
|
-
}
|
|
2096
|
-
}
|
|
2097
|
-
]
|
|
2098
|
-
},
|
|
2099
|
-
{
|
|
2100
|
-
"kind": "field",
|
|
2101
|
-
"name": "allActions",
|
|
2102
|
-
"type": {
|
|
2103
|
-
"text": "ActionMenuItem[]"
|
|
2104
|
-
},
|
|
2105
|
-
"readonly": true
|
|
2106
|
-
},
|
|
2107
|
-
{
|
|
2108
|
-
"kind": "field",
|
|
2109
|
-
"name": "rowData",
|
|
2110
|
-
"readonly": true
|
|
2111
|
-
},
|
|
2112
|
-
{
|
|
2113
|
-
"kind": "method",
|
|
2114
|
-
"name": "getLabel",
|
|
2115
|
-
"parameters": [
|
|
2116
|
-
{
|
|
2117
|
-
"name": "name",
|
|
2118
|
-
"type": {
|
|
2119
|
-
"text": "string | ((rowData: any) => string)"
|
|
2120
|
-
}
|
|
2121
|
-
}
|
|
2122
|
-
]
|
|
2123
|
-
},
|
|
2124
|
-
{
|
|
2125
|
-
"kind": "method",
|
|
2126
|
-
"name": "getTemplate",
|
|
2127
|
-
"parameters": [
|
|
2128
|
-
{
|
|
2129
|
-
"name": "prefix",
|
|
2130
|
-
"type": {
|
|
2131
|
-
"text": "string"
|
|
2132
|
-
}
|
|
2133
|
-
}
|
|
2134
|
-
]
|
|
2135
|
-
},
|
|
2136
|
-
{
|
|
2137
|
-
"kind": "field",
|
|
2138
|
-
"name": "_presentation",
|
|
2139
|
-
"type": {
|
|
2140
|
-
"text": "ComponentPresentation | null | undefined"
|
|
2141
|
-
},
|
|
2142
|
-
"privacy": "private",
|
|
2143
|
-
"default": "void 0",
|
|
2144
|
-
"inheritedFrom": {
|
|
2145
|
-
"name": "FoundationElement",
|
|
2146
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2147
|
-
}
|
|
2148
|
-
},
|
|
2149
|
-
{
|
|
2150
|
-
"kind": "field",
|
|
2151
|
-
"name": "$presentation",
|
|
2152
|
-
"type": {
|
|
2153
|
-
"text": "ComponentPresentation | null"
|
|
2154
|
-
},
|
|
2155
|
-
"privacy": "public",
|
|
2156
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2157
|
-
"inheritedFrom": {
|
|
2158
|
-
"name": "FoundationElement",
|
|
2159
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2160
|
-
}
|
|
2161
|
-
},
|
|
2162
|
-
{
|
|
2163
|
-
"kind": "field",
|
|
2164
|
-
"name": "template",
|
|
2165
|
-
"type": {
|
|
2166
|
-
"text": "ElementViewTemplate | void | null"
|
|
2167
|
-
},
|
|
2168
|
-
"privacy": "public",
|
|
2169
|
-
"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.",
|
|
2170
|
-
"inheritedFrom": {
|
|
2171
|
-
"name": "FoundationElement",
|
|
2172
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2173
|
-
}
|
|
2174
|
-
},
|
|
2175
|
-
{
|
|
2176
|
-
"kind": "method",
|
|
2177
|
-
"name": "templateChanged",
|
|
2178
|
-
"privacy": "protected",
|
|
2179
|
-
"return": {
|
|
2180
|
-
"type": {
|
|
2181
|
-
"text": "void"
|
|
2182
|
-
}
|
|
2183
|
-
},
|
|
2184
|
-
"inheritedFrom": {
|
|
2185
|
-
"name": "FoundationElement",
|
|
2186
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2187
|
-
}
|
|
2188
|
-
},
|
|
2189
|
-
{
|
|
2190
|
-
"kind": "field",
|
|
2191
|
-
"name": "styles",
|
|
2192
|
-
"type": {
|
|
2193
|
-
"text": "ElementStyles | void | null"
|
|
2194
|
-
},
|
|
2195
|
-
"privacy": "public",
|
|
2196
|
-
"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.",
|
|
2197
|
-
"inheritedFrom": {
|
|
2198
|
-
"name": "FoundationElement",
|
|
2199
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2200
|
-
}
|
|
2201
|
-
},
|
|
2202
|
-
{
|
|
2203
|
-
"kind": "method",
|
|
2204
|
-
"name": "stylesChanged",
|
|
2189
|
+
"name": "stylesChanged",
|
|
2205
2190
|
"privacy": "protected",
|
|
2206
2191
|
"return": {
|
|
2207
2192
|
"type": {
|
|
@@ -2245,254 +2230,305 @@
|
|
|
2245
2230
|
}
|
|
2246
2231
|
}
|
|
2247
2232
|
],
|
|
2248
|
-
"
|
|
2249
|
-
{
|
|
2250
|
-
"name": "is-vertical",
|
|
2251
|
-
"type": {
|
|
2252
|
-
"text": "boolean"
|
|
2253
|
-
},
|
|
2254
|
-
"default": "false",
|
|
2255
|
-
"fieldName": "isVertical"
|
|
2256
|
-
},
|
|
2257
|
-
{
|
|
2258
|
-
"name": "add-default-actions",
|
|
2259
|
-
"type": {
|
|
2260
|
-
"text": "boolean"
|
|
2261
|
-
},
|
|
2262
|
-
"default": "true",
|
|
2263
|
-
"fieldName": "addDefaultActions"
|
|
2264
|
-
},
|
|
2265
|
-
{
|
|
2266
|
-
"name": "auto-close-on-action",
|
|
2267
|
-
"type": {
|
|
2268
|
-
"text": "boolean"
|
|
2269
|
-
},
|
|
2270
|
-
"default": "true",
|
|
2271
|
-
"fieldName": "autoCloseOnAction"
|
|
2272
|
-
},
|
|
2233
|
+
"events": [
|
|
2273
2234
|
{
|
|
2274
|
-
"
|
|
2275
|
-
"
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
}
|
|
2235
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
2236
|
+
"name": "change",
|
|
2237
|
+
"inheritedFrom": {
|
|
2238
|
+
"name": "AccordionItem",
|
|
2239
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2240
|
+
}
|
|
2241
|
+
}
|
|
2242
|
+
]
|
|
2243
|
+
},
|
|
2244
|
+
{
|
|
2245
|
+
"kind": "variable",
|
|
2246
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2247
|
+
"type": {
|
|
2248
|
+
"text": "ShadowRootInit"
|
|
2249
|
+
},
|
|
2250
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2251
|
+
},
|
|
2252
|
+
{
|
|
2253
|
+
"kind": "variable",
|
|
2254
|
+
"name": "defaultAccordionItemConfig",
|
|
2255
|
+
"type": {
|
|
2256
|
+
"text": "object"
|
|
2257
|
+
},
|
|
2258
|
+
"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}"
|
|
2259
|
+
},
|
|
2260
|
+
{
|
|
2261
|
+
"kind": "variable",
|
|
2262
|
+
"name": "foundationAccordionItem",
|
|
2263
|
+
"description": "The Foundation Accordion Item",
|
|
2264
|
+
"privacy": "public"
|
|
2265
|
+
}
|
|
2266
|
+
],
|
|
2267
|
+
"exports": [
|
|
2268
|
+
{
|
|
2269
|
+
"kind": "js",
|
|
2270
|
+
"name": "AccordionItem",
|
|
2271
|
+
"declaration": {
|
|
2272
|
+
"name": "AccordionItem",
|
|
2273
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2274
|
+
}
|
|
2275
|
+
},
|
|
2276
|
+
{
|
|
2277
|
+
"kind": "js",
|
|
2278
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2279
|
+
"declaration": {
|
|
2280
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2281
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2282
|
+
}
|
|
2283
|
+
},
|
|
2284
|
+
{
|
|
2285
|
+
"kind": "js",
|
|
2286
|
+
"name": "defaultAccordionItemConfig",
|
|
2287
|
+
"declaration": {
|
|
2288
|
+
"name": "defaultAccordionItemConfig",
|
|
2289
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2290
|
+
}
|
|
2291
|
+
},
|
|
2292
|
+
{
|
|
2293
|
+
"kind": "js",
|
|
2294
|
+
"name": "foundationAccordionItem",
|
|
2295
|
+
"declaration": {
|
|
2296
|
+
"name": "foundationAccordionItem",
|
|
2297
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2298
|
+
}
|
|
2299
|
+
}
|
|
2300
|
+
]
|
|
2301
|
+
},
|
|
2302
|
+
{
|
|
2303
|
+
"kind": "javascript-module",
|
|
2304
|
+
"path": "src/accordion-item/index.ts",
|
|
2305
|
+
"declarations": [],
|
|
2306
|
+
"exports": [
|
|
2307
|
+
{
|
|
2308
|
+
"kind": "js",
|
|
2309
|
+
"name": "*",
|
|
2310
|
+
"declaration": {
|
|
2311
|
+
"name": "*",
|
|
2312
|
+
"package": "./accordion-item.template"
|
|
2313
|
+
}
|
|
2314
|
+
},
|
|
2315
|
+
{
|
|
2316
|
+
"kind": "js",
|
|
2317
|
+
"name": "*",
|
|
2318
|
+
"declaration": {
|
|
2319
|
+
"name": "*",
|
|
2320
|
+
"package": "./accordion-item.styles"
|
|
2321
|
+
}
|
|
2322
|
+
},
|
|
2323
|
+
{
|
|
2324
|
+
"kind": "js",
|
|
2325
|
+
"name": "*",
|
|
2326
|
+
"declaration": {
|
|
2327
|
+
"name": "*",
|
|
2328
|
+
"package": "./accordion-item"
|
|
2329
|
+
}
|
|
2330
|
+
}
|
|
2331
|
+
]
|
|
2332
|
+
},
|
|
2333
|
+
{
|
|
2334
|
+
"kind": "javascript-module",
|
|
2335
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
2336
|
+
"declarations": [
|
|
2337
|
+
{
|
|
2338
|
+
"kind": "function",
|
|
2339
|
+
"name": "actionsMenuBaseStyles",
|
|
2340
|
+
"return": {
|
|
2341
|
+
"type": {
|
|
2342
|
+
"text": "ElementStyles"
|
|
2343
|
+
}
|
|
2344
|
+
},
|
|
2345
|
+
"parameters": [
|
|
2281
2346
|
{
|
|
2282
|
-
"name": "
|
|
2347
|
+
"name": "context",
|
|
2283
2348
|
"type": {
|
|
2284
|
-
"text": "
|
|
2285
|
-
}
|
|
2286
|
-
"default": "false",
|
|
2287
|
-
"fieldName": "open"
|
|
2349
|
+
"text": "ElementDefinitionContext"
|
|
2350
|
+
}
|
|
2288
2351
|
},
|
|
2289
2352
|
{
|
|
2290
|
-
"name": "
|
|
2353
|
+
"name": "definition",
|
|
2291
2354
|
"type": {
|
|
2292
|
-
"text": "
|
|
2293
|
-
}
|
|
2294
|
-
|
|
2295
|
-
|
|
2355
|
+
"text": "FoundationElementDefinition"
|
|
2356
|
+
}
|
|
2357
|
+
}
|
|
2358
|
+
]
|
|
2359
|
+
},
|
|
2360
|
+
{
|
|
2361
|
+
"kind": "function",
|
|
2362
|
+
"name": "foundationActionsMenuStyles",
|
|
2363
|
+
"return": {
|
|
2364
|
+
"type": {
|
|
2365
|
+
"text": "ElementStyles"
|
|
2366
|
+
}
|
|
2367
|
+
},
|
|
2368
|
+
"parameters": [
|
|
2296
2369
|
{
|
|
2297
|
-
"name": "
|
|
2370
|
+
"name": "context",
|
|
2298
2371
|
"type": {
|
|
2299
|
-
"text": "
|
|
2300
|
-
}
|
|
2301
|
-
"default": "false",
|
|
2302
|
-
"fieldName": "hideDisabled"
|
|
2372
|
+
"text": "ElementDefinitionContext"
|
|
2373
|
+
}
|
|
2303
2374
|
},
|
|
2304
2375
|
{
|
|
2305
|
-
"name": "
|
|
2376
|
+
"name": "definition",
|
|
2306
2377
|
"type": {
|
|
2307
|
-
"text": "
|
|
2308
|
-
}
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
}
|
|
2312
|
-
],
|
|
2313
|
-
"superclass": {
|
|
2314
|
-
"name": "FoundationElement",
|
|
2315
|
-
"package": "@microsoft/fast-foundation"
|
|
2316
|
-
},
|
|
2317
|
-
"tagName": "%%prefix%%-actions-menu",
|
|
2318
|
-
"customElement": true
|
|
2319
|
-
},
|
|
2320
|
-
{
|
|
2321
|
-
"kind": "variable",
|
|
2322
|
-
"name": "foundationActionsMenu",
|
|
2323
|
-
"description": "The Foundation Actions Menu",
|
|
2324
|
-
"privacy": "public"
|
|
2378
|
+
"text": "FoundationElementDefinition"
|
|
2379
|
+
}
|
|
2380
|
+
}
|
|
2381
|
+
]
|
|
2325
2382
|
}
|
|
2326
2383
|
],
|
|
2327
2384
|
"exports": [
|
|
2328
2385
|
{
|
|
2329
2386
|
"kind": "js",
|
|
2330
|
-
"name": "
|
|
2387
|
+
"name": "actionsMenuBaseStyles",
|
|
2331
2388
|
"declaration": {
|
|
2332
|
-
"name": "
|
|
2333
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2389
|
+
"name": "actionsMenuBaseStyles",
|
|
2390
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2334
2391
|
}
|
|
2335
2392
|
},
|
|
2336
2393
|
{
|
|
2337
2394
|
"kind": "js",
|
|
2338
|
-
"name": "
|
|
2395
|
+
"name": "foundationActionsMenuStyles",
|
|
2339
2396
|
"declaration": {
|
|
2340
|
-
"name": "
|
|
2341
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2397
|
+
"name": "foundationActionsMenuStyles",
|
|
2398
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2342
2399
|
}
|
|
2343
2400
|
}
|
|
2344
2401
|
]
|
|
2345
2402
|
},
|
|
2346
2403
|
{
|
|
2347
2404
|
"kind": "javascript-module",
|
|
2348
|
-
"path": "src/actions-menu/
|
|
2349
|
-
"declarations": [
|
|
2350
|
-
"exports": [
|
|
2405
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
2406
|
+
"declarations": [
|
|
2351
2407
|
{
|
|
2352
|
-
"kind": "
|
|
2353
|
-
"name": "
|
|
2354
|
-
"
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2408
|
+
"kind": "function",
|
|
2409
|
+
"name": "menuTemplate",
|
|
2410
|
+
"parameters": [
|
|
2411
|
+
{
|
|
2412
|
+
"name": "prefix",
|
|
2413
|
+
"type": {
|
|
2414
|
+
"text": "string"
|
|
2415
|
+
}
|
|
2416
|
+
}
|
|
2417
|
+
]
|
|
2358
2418
|
},
|
|
2359
2419
|
{
|
|
2360
|
-
"kind": "
|
|
2361
|
-
"name": "
|
|
2362
|
-
"
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2420
|
+
"kind": "function",
|
|
2421
|
+
"name": "singleOptionTemplate",
|
|
2422
|
+
"parameters": [
|
|
2423
|
+
{
|
|
2424
|
+
"name": "prefix",
|
|
2425
|
+
"type": {
|
|
2426
|
+
"text": "string"
|
|
2427
|
+
}
|
|
2428
|
+
}
|
|
2429
|
+
]
|
|
2366
2430
|
},
|
|
2367
|
-
{
|
|
2368
|
-
"kind": "js",
|
|
2369
|
-
"name": "*",
|
|
2370
|
-
"declaration": {
|
|
2371
|
-
"name": "*",
|
|
2372
|
-
"package": "./actions-menu"
|
|
2373
|
-
}
|
|
2374
|
-
}
|
|
2375
|
-
]
|
|
2376
|
-
},
|
|
2377
|
-
{
|
|
2378
|
-
"kind": "javascript-module",
|
|
2379
|
-
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
2380
|
-
"declarations": [
|
|
2381
2431
|
{
|
|
2382
2432
|
"kind": "variable",
|
|
2383
|
-
"name": "
|
|
2384
|
-
"
|
|
2433
|
+
"name": "foundationActionsMenuTemplate",
|
|
2434
|
+
"type": {
|
|
2435
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
2436
|
+
},
|
|
2437
|
+
"default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
|
|
2385
2438
|
}
|
|
2386
2439
|
],
|
|
2387
2440
|
"exports": [
|
|
2388
2441
|
{
|
|
2389
2442
|
"kind": "js",
|
|
2390
|
-
"name": "
|
|
2443
|
+
"name": "menuTemplate",
|
|
2391
2444
|
"declaration": {
|
|
2392
|
-
"name": "
|
|
2393
|
-
"module": "src/
|
|
2445
|
+
"name": "menuTemplate",
|
|
2446
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2394
2447
|
}
|
|
2395
|
-
}
|
|
2396
|
-
]
|
|
2397
|
-
},
|
|
2398
|
-
{
|
|
2399
|
-
"kind": "javascript-module",
|
|
2400
|
-
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
2401
|
-
"declarations": [
|
|
2448
|
+
},
|
|
2402
2449
|
{
|
|
2403
|
-
"kind": "
|
|
2404
|
-
"name": "
|
|
2405
|
-
"
|
|
2406
|
-
"
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
}
|
|
2410
|
-
],
|
|
2411
|
-
"exports": [
|
|
2450
|
+
"kind": "js",
|
|
2451
|
+
"name": "singleOptionTemplate",
|
|
2452
|
+
"declaration": {
|
|
2453
|
+
"name": "singleOptionTemplate",
|
|
2454
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2455
|
+
}
|
|
2456
|
+
},
|
|
2412
2457
|
{
|
|
2413
2458
|
"kind": "js",
|
|
2414
|
-
"name": "
|
|
2459
|
+
"name": "foundationActionsMenuTemplate",
|
|
2415
2460
|
"declaration": {
|
|
2416
|
-
"name": "
|
|
2417
|
-
"module": "src/
|
|
2461
|
+
"name": "foundationActionsMenuTemplate",
|
|
2462
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2418
2463
|
}
|
|
2419
2464
|
}
|
|
2420
2465
|
]
|
|
2421
2466
|
},
|
|
2422
2467
|
{
|
|
2423
2468
|
"kind": "javascript-module",
|
|
2424
|
-
"path": "src/
|
|
2469
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
2425
2470
|
"declarations": [
|
|
2426
2471
|
{
|
|
2427
2472
|
"kind": "class",
|
|
2428
|
-
"description": "
|
|
2429
|
-
"name": "
|
|
2473
|
+
"description": "",
|
|
2474
|
+
"name": "ActionsMenu",
|
|
2430
2475
|
"members": [
|
|
2431
2476
|
{
|
|
2432
2477
|
"kind": "field",
|
|
2433
|
-
"name": "
|
|
2478
|
+
"name": "actions",
|
|
2434
2479
|
"type": {
|
|
2435
|
-
"text": "
|
|
2480
|
+
"text": "ActionMenuItem[]"
|
|
2436
2481
|
}
|
|
2437
2482
|
},
|
|
2438
2483
|
{
|
|
2439
2484
|
"kind": "field",
|
|
2440
|
-
"name": "
|
|
2485
|
+
"name": "isVertical",
|
|
2441
2486
|
"type": {
|
|
2442
|
-
"text": "
|
|
2487
|
+
"text": "boolean"
|
|
2443
2488
|
},
|
|
2444
|
-
"default": "
|
|
2489
|
+
"default": "false"
|
|
2445
2490
|
},
|
|
2446
2491
|
{
|
|
2447
2492
|
"kind": "field",
|
|
2448
|
-
"name": "
|
|
2493
|
+
"name": "addDefaultActions",
|
|
2449
2494
|
"type": {
|
|
2450
2495
|
"text": "boolean"
|
|
2451
|
-
}
|
|
2452
|
-
},
|
|
2453
|
-
{
|
|
2454
|
-
"kind": "field",
|
|
2455
|
-
"name": "mode",
|
|
2456
|
-
"type": {
|
|
2457
|
-
"text": "'append' | 'replace'"
|
|
2458
2496
|
},
|
|
2459
|
-
"default": "
|
|
2497
|
+
"default": "true"
|
|
2460
2498
|
},
|
|
2461
2499
|
{
|
|
2462
2500
|
"kind": "field",
|
|
2463
|
-
"name": "
|
|
2501
|
+
"name": "autoCloseOnAction",
|
|
2464
2502
|
"type": {
|
|
2465
|
-
"text": "
|
|
2503
|
+
"text": "boolean"
|
|
2466
2504
|
},
|
|
2467
|
-
"default": "
|
|
2505
|
+
"default": "true"
|
|
2468
2506
|
},
|
|
2469
2507
|
{
|
|
2470
2508
|
"kind": "field",
|
|
2471
|
-
"name": "
|
|
2509
|
+
"name": "classNames",
|
|
2472
2510
|
"type": {
|
|
2473
|
-
"text": "
|
|
2474
|
-
}
|
|
2475
|
-
"default": "false"
|
|
2511
|
+
"text": "string"
|
|
2512
|
+
}
|
|
2476
2513
|
},
|
|
2477
2514
|
{
|
|
2478
2515
|
"kind": "field",
|
|
2479
|
-
"name": "
|
|
2516
|
+
"name": "definition",
|
|
2480
2517
|
"type": {
|
|
2481
|
-
"text": "
|
|
2482
|
-
}
|
|
2483
|
-
"default": "null"
|
|
2518
|
+
"text": "any"
|
|
2519
|
+
}
|
|
2484
2520
|
},
|
|
2485
2521
|
{
|
|
2486
2522
|
"kind": "field",
|
|
2487
|
-
"name": "
|
|
2523
|
+
"name": "name",
|
|
2488
2524
|
"type": {
|
|
2489
|
-
"text": "
|
|
2525
|
+
"text": "string"
|
|
2490
2526
|
},
|
|
2491
|
-
"default": "
|
|
2527
|
+
"default": "'Actions'"
|
|
2492
2528
|
},
|
|
2493
2529
|
{
|
|
2494
2530
|
"kind": "field",
|
|
2495
|
-
"name": "
|
|
2531
|
+
"name": "open",
|
|
2496
2532
|
"type": {
|
|
2497
2533
|
"text": "boolean"
|
|
2498
2534
|
},
|
|
@@ -2500,67 +2536,117 @@
|
|
|
2500
2536
|
},
|
|
2501
2537
|
{
|
|
2502
2538
|
"kind": "field",
|
|
2503
|
-
"name": "
|
|
2539
|
+
"name": "buttonAppearance",
|
|
2504
2540
|
"type": {
|
|
2505
|
-
"text": "
|
|
2506
|
-
}
|
|
2507
|
-
"privacy": "public"
|
|
2541
|
+
"text": "string"
|
|
2542
|
+
}
|
|
2508
2543
|
},
|
|
2509
2544
|
{
|
|
2510
2545
|
"kind": "field",
|
|
2511
|
-
"name": "
|
|
2546
|
+
"name": "hideDisabled",
|
|
2512
2547
|
"type": {
|
|
2513
|
-
"text": "
|
|
2548
|
+
"text": "boolean"
|
|
2514
2549
|
},
|
|
2515
|
-
"
|
|
2516
|
-
"default": "null"
|
|
2550
|
+
"default": "false"
|
|
2517
2551
|
},
|
|
2518
2552
|
{
|
|
2519
2553
|
"kind": "field",
|
|
2520
|
-
"name": "
|
|
2554
|
+
"name": "hideMenuSingleOption",
|
|
2521
2555
|
"type": {
|
|
2522
|
-
"text": "
|
|
2556
|
+
"text": "boolean"
|
|
2523
2557
|
},
|
|
2524
|
-
"
|
|
2525
|
-
"default": "null"
|
|
2558
|
+
"default": "false"
|
|
2526
2559
|
},
|
|
2527
2560
|
{
|
|
2528
2561
|
"kind": "field",
|
|
2529
|
-
"name": "
|
|
2562
|
+
"name": "singleOption",
|
|
2530
2563
|
"type": {
|
|
2531
|
-
"text": "
|
|
2532
|
-
}
|
|
2533
|
-
"privacy": "private",
|
|
2534
|
-
"default": "''"
|
|
2564
|
+
"text": "ActionMenuItem"
|
|
2565
|
+
}
|
|
2535
2566
|
},
|
|
2536
2567
|
{
|
|
2537
2568
|
"kind": "field",
|
|
2538
|
-
"name": "
|
|
2569
|
+
"name": "actionsMenu",
|
|
2539
2570
|
"type": {
|
|
2540
|
-
"text": "
|
|
2541
|
-
}
|
|
2542
|
-
"readonly": true
|
|
2571
|
+
"text": "HTMLElement"
|
|
2572
|
+
}
|
|
2543
2573
|
},
|
|
2544
2574
|
{
|
|
2545
2575
|
"kind": "method",
|
|
2546
|
-
"name": "
|
|
2576
|
+
"name": "definitionChanged",
|
|
2577
|
+
"privacy": "protected",
|
|
2578
|
+
"parameters": [
|
|
2579
|
+
{
|
|
2580
|
+
"name": "oldValue",
|
|
2581
|
+
"type": {
|
|
2582
|
+
"text": "any"
|
|
2583
|
+
}
|
|
2584
|
+
},
|
|
2585
|
+
{
|
|
2586
|
+
"name": "newValue",
|
|
2587
|
+
"type": {
|
|
2588
|
+
"text": "any"
|
|
2589
|
+
}
|
|
2590
|
+
}
|
|
2591
|
+
]
|
|
2547
2592
|
},
|
|
2548
2593
|
{
|
|
2549
2594
|
"kind": "method",
|
|
2550
|
-
"name": "
|
|
2595
|
+
"name": "openChanged",
|
|
2596
|
+
"privacy": "protected"
|
|
2551
2597
|
},
|
|
2552
2598
|
{
|
|
2553
2599
|
"kind": "method",
|
|
2554
|
-
"name": "
|
|
2600
|
+
"name": "toggleActionsMenuVisibility"
|
|
2555
2601
|
},
|
|
2556
2602
|
{
|
|
2557
2603
|
"kind": "method",
|
|
2558
|
-
"name": "
|
|
2604
|
+
"name": "onActionMenuItemClick",
|
|
2605
|
+
"parameters": [
|
|
2606
|
+
{
|
|
2607
|
+
"name": "callback",
|
|
2608
|
+
"type": {
|
|
2609
|
+
"text": "(rowData) => void | any"
|
|
2610
|
+
}
|
|
2611
|
+
}
|
|
2612
|
+
]
|
|
2613
|
+
},
|
|
2614
|
+
{
|
|
2615
|
+
"kind": "field",
|
|
2616
|
+
"name": "allActions",
|
|
2617
|
+
"type": {
|
|
2618
|
+
"text": "ActionMenuItem[]"
|
|
2619
|
+
},
|
|
2620
|
+
"readonly": true
|
|
2621
|
+
},
|
|
2622
|
+
{
|
|
2623
|
+
"kind": "field",
|
|
2624
|
+
"name": "rowData",
|
|
2625
|
+
"readonly": true
|
|
2626
|
+
},
|
|
2627
|
+
{
|
|
2628
|
+
"kind": "method",
|
|
2629
|
+
"name": "getLabel",
|
|
2630
|
+
"parameters": [
|
|
2631
|
+
{
|
|
2632
|
+
"name": "name",
|
|
2633
|
+
"type": {
|
|
2634
|
+
"text": "string | ((rowData: any) => string)"
|
|
2635
|
+
}
|
|
2636
|
+
}
|
|
2637
|
+
]
|
|
2559
2638
|
},
|
|
2560
2639
|
{
|
|
2561
2640
|
"kind": "method",
|
|
2562
|
-
"name": "
|
|
2563
|
-
"
|
|
2641
|
+
"name": "getTemplate",
|
|
2642
|
+
"parameters": [
|
|
2643
|
+
{
|
|
2644
|
+
"name": "prefix",
|
|
2645
|
+
"type": {
|
|
2646
|
+
"text": "string"
|
|
2647
|
+
}
|
|
2648
|
+
}
|
|
2649
|
+
]
|
|
2564
2650
|
},
|
|
2565
2651
|
{
|
|
2566
2652
|
"kind": "field",
|
|
@@ -2674,162 +2760,115 @@
|
|
|
2674
2760
|
}
|
|
2675
2761
|
}
|
|
2676
2762
|
],
|
|
2677
|
-
"
|
|
2763
|
+
"attributes": [
|
|
2678
2764
|
{
|
|
2679
|
-
"
|
|
2680
|
-
"
|
|
2765
|
+
"name": "is-vertical",
|
|
2766
|
+
"type": {
|
|
2767
|
+
"text": "boolean"
|
|
2768
|
+
},
|
|
2769
|
+
"default": "false",
|
|
2770
|
+
"fieldName": "isVertical"
|
|
2681
2771
|
},
|
|
2682
2772
|
{
|
|
2683
|
-
"
|
|
2684
|
-
"
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
|
|
2773
|
+
"name": "add-default-actions",
|
|
2774
|
+
"type": {
|
|
2775
|
+
"text": "boolean"
|
|
2776
|
+
},
|
|
2777
|
+
"default": "true",
|
|
2778
|
+
"fieldName": "addDefaultActions"
|
|
2779
|
+
},
|
|
2688
2780
|
{
|
|
2689
|
-
"name": "
|
|
2781
|
+
"name": "auto-close-on-action",
|
|
2782
|
+
"type": {
|
|
2783
|
+
"text": "boolean"
|
|
2784
|
+
},
|
|
2785
|
+
"default": "true",
|
|
2786
|
+
"fieldName": "autoCloseOnAction"
|
|
2787
|
+
},
|
|
2788
|
+
{
|
|
2789
|
+
"name": "name",
|
|
2690
2790
|
"type": {
|
|
2691
2791
|
"text": "string"
|
|
2692
2792
|
},
|
|
2693
|
-
"default": "'
|
|
2694
|
-
"fieldName": "
|
|
2793
|
+
"default": "'Actions'",
|
|
2794
|
+
"fieldName": "name"
|
|
2695
2795
|
},
|
|
2696
2796
|
{
|
|
2797
|
+
"name": "open",
|
|
2697
2798
|
"type": {
|
|
2698
2799
|
"text": "boolean"
|
|
2699
2800
|
},
|
|
2700
|
-
"
|
|
2801
|
+
"default": "false",
|
|
2802
|
+
"fieldName": "open"
|
|
2701
2803
|
},
|
|
2702
2804
|
{
|
|
2703
|
-
"name": "
|
|
2805
|
+
"name": "buttonAppearance",
|
|
2704
2806
|
"type": {
|
|
2705
|
-
"text": "
|
|
2807
|
+
"text": "string"
|
|
2706
2808
|
},
|
|
2707
|
-
"
|
|
2708
|
-
|
|
2809
|
+
"fieldName": "buttonAppearance"
|
|
2810
|
+
},
|
|
2811
|
+
{
|
|
2812
|
+
"name": "hide-disabled",
|
|
2813
|
+
"type": {
|
|
2814
|
+
"text": "boolean"
|
|
2815
|
+
},
|
|
2816
|
+
"default": "false",
|
|
2817
|
+
"fieldName": "hideDisabled"
|
|
2818
|
+
},
|
|
2819
|
+
{
|
|
2820
|
+
"name": "hide-menu-single-option",
|
|
2821
|
+
"type": {
|
|
2822
|
+
"text": "boolean"
|
|
2823
|
+
},
|
|
2824
|
+
"default": "false",
|
|
2825
|
+
"fieldName": "hideMenuSingleOption"
|
|
2709
2826
|
}
|
|
2710
2827
|
],
|
|
2711
2828
|
"superclass": {
|
|
2712
2829
|
"name": "FoundationElement",
|
|
2713
2830
|
"package": "@microsoft/fast-foundation"
|
|
2714
2831
|
},
|
|
2715
|
-
"tagName": "%%prefix%%-
|
|
2832
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
2716
2833
|
"customElement": true
|
|
2717
2834
|
},
|
|
2718
2835
|
{
|
|
2719
2836
|
"kind": "variable",
|
|
2720
|
-
"name": "
|
|
2721
|
-
"
|
|
2722
|
-
|
|
2723
|
-
},
|
|
2724
|
-
"default": "undefined"
|
|
2725
|
-
},
|
|
2726
|
-
{
|
|
2727
|
-
"kind": "variable",
|
|
2728
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2729
|
-
"type": {
|
|
2730
|
-
"text": "object"
|
|
2731
|
-
},
|
|
2732
|
-
"default": "{}"
|
|
2733
|
-
},
|
|
2734
|
-
{
|
|
2735
|
-
"kind": "variable",
|
|
2736
|
-
"name": "foundationAiCriteriaSearch"
|
|
2837
|
+
"name": "foundationActionsMenu",
|
|
2838
|
+
"description": "The Foundation Actions Menu",
|
|
2839
|
+
"privacy": "public"
|
|
2737
2840
|
}
|
|
2738
2841
|
],
|
|
2739
2842
|
"exports": [
|
|
2740
2843
|
{
|
|
2741
2844
|
"kind": "js",
|
|
2742
|
-
"name": "
|
|
2743
|
-
"declaration": {
|
|
2744
|
-
"name": "AiCriteriaSearch",
|
|
2745
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2746
|
-
}
|
|
2747
|
-
},
|
|
2748
|
-
{
|
|
2749
|
-
"kind": "js",
|
|
2750
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2751
|
-
"declaration": {
|
|
2752
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2753
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2754
|
-
}
|
|
2755
|
-
},
|
|
2756
|
-
{
|
|
2757
|
-
"kind": "js",
|
|
2758
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2845
|
+
"name": "ActionsMenu",
|
|
2759
2846
|
"declaration": {
|
|
2760
|
-
"name": "
|
|
2761
|
-
"module": "src/
|
|
2847
|
+
"name": "ActionsMenu",
|
|
2848
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2762
2849
|
}
|
|
2763
2850
|
},
|
|
2764
2851
|
{
|
|
2765
2852
|
"kind": "js",
|
|
2766
|
-
"name": "
|
|
2853
|
+
"name": "foundationActionsMenu",
|
|
2767
2854
|
"declaration": {
|
|
2768
|
-
"name": "
|
|
2769
|
-
"module": "src/
|
|
2855
|
+
"name": "foundationActionsMenu",
|
|
2856
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2770
2857
|
}
|
|
2771
2858
|
}
|
|
2772
2859
|
]
|
|
2773
2860
|
},
|
|
2774
2861
|
{
|
|
2775
2862
|
"kind": "javascript-module",
|
|
2776
|
-
"path": "src/
|
|
2863
|
+
"path": "src/actions-menu/index.ts",
|
|
2777
2864
|
"declarations": [],
|
|
2778
2865
|
"exports": [
|
|
2779
|
-
{
|
|
2780
|
-
"kind": "js",
|
|
2781
|
-
"name": "AiCriteriaSearch",
|
|
2782
|
-
"declaration": {
|
|
2783
|
-
"name": "AiCriteriaSearch",
|
|
2784
|
-
"module": "./ai-criteria-search"
|
|
2785
|
-
}
|
|
2786
|
-
},
|
|
2787
|
-
{
|
|
2788
|
-
"kind": "js",
|
|
2789
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2790
|
-
"declaration": {
|
|
2791
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2792
|
-
"module": "./ai-criteria-search"
|
|
2793
|
-
}
|
|
2794
|
-
},
|
|
2795
|
-
{
|
|
2796
|
-
"kind": "js",
|
|
2797
|
-
"name": "foundationAiCriteriaSearch",
|
|
2798
|
-
"declaration": {
|
|
2799
|
-
"name": "foundationAiCriteriaSearch",
|
|
2800
|
-
"module": "./ai-criteria-search"
|
|
2801
|
-
}
|
|
2802
|
-
},
|
|
2803
|
-
{
|
|
2804
|
-
"kind": "js",
|
|
2805
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2806
|
-
"declaration": {
|
|
2807
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2808
|
-
"module": "./ai-criteria-search"
|
|
2809
|
-
}
|
|
2810
|
-
},
|
|
2811
|
-
{
|
|
2812
|
-
"kind": "js",
|
|
2813
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
2814
|
-
"declaration": {
|
|
2815
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
2816
|
-
"module": "./ai-criteria-search.styles"
|
|
2817
|
-
}
|
|
2818
|
-
},
|
|
2819
|
-
{
|
|
2820
|
-
"kind": "js",
|
|
2821
|
-
"name": "foundationAiCriteriaSearchTemplate",
|
|
2822
|
-
"declaration": {
|
|
2823
|
-
"name": "foundationAiCriteriaSearchTemplate",
|
|
2824
|
-
"module": "./ai-criteria-search.template"
|
|
2825
|
-
}
|
|
2826
|
-
},
|
|
2827
2866
|
{
|
|
2828
2867
|
"kind": "js",
|
|
2829
2868
|
"name": "*",
|
|
2830
2869
|
"declaration": {
|
|
2831
2870
|
"name": "*",
|
|
2832
|
-
"package": "./
|
|
2871
|
+
"package": "./actions-menu.styles"
|
|
2833
2872
|
}
|
|
2834
2873
|
},
|
|
2835
2874
|
{
|
|
@@ -2837,7 +2876,7 @@
|
|
|
2837
2876
|
"name": "*",
|
|
2838
2877
|
"declaration": {
|
|
2839
2878
|
"name": "*",
|
|
2840
|
-
"package": "./
|
|
2879
|
+
"package": "./actions-menu.template"
|
|
2841
2880
|
}
|
|
2842
2881
|
},
|
|
2843
2882
|
{
|
|
@@ -2845,388 +2884,198 @@
|
|
|
2845
2884
|
"name": "*",
|
|
2846
2885
|
"declaration": {
|
|
2847
2886
|
"name": "*",
|
|
2848
|
-
"package": "./
|
|
2849
|
-
}
|
|
2850
|
-
}
|
|
2851
|
-
]
|
|
2852
|
-
},
|
|
2853
|
-
{
|
|
2854
|
-
"kind": "javascript-module",
|
|
2855
|
-
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
2856
|
-
"declarations": [
|
|
2857
|
-
{
|
|
2858
|
-
"kind": "function",
|
|
2859
|
-
"name": "formatValidationErrors",
|
|
2860
|
-
"return": {
|
|
2861
|
-
"type": {
|
|
2862
|
-
"text": "string"
|
|
2863
|
-
}
|
|
2864
|
-
},
|
|
2865
|
-
"parameters": [
|
|
2866
|
-
{
|
|
2867
|
-
"name": "errors",
|
|
2868
|
-
"type": {
|
|
2869
|
-
"text": "ValidationError[]"
|
|
2870
|
-
}
|
|
2871
|
-
}
|
|
2872
|
-
],
|
|
2873
|
-
"description": "Formats validation errors into a user-friendly message."
|
|
2874
|
-
},
|
|
2875
|
-
{
|
|
2876
|
-
"kind": "function",
|
|
2877
|
-
"name": "showCriteriaError",
|
|
2878
|
-
"return": {
|
|
2879
|
-
"type": {
|
|
2880
|
-
"text": "void"
|
|
2881
|
-
}
|
|
2882
|
-
},
|
|
2883
|
-
"parameters": [
|
|
2884
|
-
{
|
|
2885
|
-
"name": "title",
|
|
2886
|
-
"type": {
|
|
2887
|
-
"text": "string"
|
|
2888
|
-
},
|
|
2889
|
-
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
2890
|
-
},
|
|
2891
|
-
{
|
|
2892
|
-
"name": "body",
|
|
2893
|
-
"type": {
|
|
2894
|
-
"text": "string"
|
|
2895
|
-
},
|
|
2896
|
-
"description": "Error message to display"
|
|
2897
|
-
},
|
|
2898
|
-
{
|
|
2899
|
-
"name": "tagName",
|
|
2900
|
-
"type": {
|
|
2901
|
-
"text": "string"
|
|
2902
|
-
},
|
|
2903
|
-
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
2904
|
-
}
|
|
2905
|
-
],
|
|
2906
|
-
"description": "Shows a criteria error as a toast notification."
|
|
2907
|
-
}
|
|
2908
|
-
],
|
|
2909
|
-
"exports": [
|
|
2910
|
-
{
|
|
2911
|
-
"kind": "js",
|
|
2912
|
-
"name": "formatValidationErrors",
|
|
2913
|
-
"declaration": {
|
|
2914
|
-
"name": "formatValidationErrors",
|
|
2915
|
-
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
2916
|
-
}
|
|
2917
|
-
},
|
|
2918
|
-
{
|
|
2919
|
-
"kind": "js",
|
|
2920
|
-
"name": "showCriteriaError",
|
|
2921
|
-
"declaration": {
|
|
2922
|
-
"name": "showCriteriaError",
|
|
2923
|
-
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
2887
|
+
"package": "./actions-menu"
|
|
2924
2888
|
}
|
|
2925
2889
|
}
|
|
2926
2890
|
]
|
|
2927
2891
|
},
|
|
2928
2892
|
{
|
|
2929
2893
|
"kind": "javascript-module",
|
|
2930
|
-
"path": "src/
|
|
2894
|
+
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
2931
2895
|
"declarations": [
|
|
2932
2896
|
{
|
|
2933
|
-
"kind": "
|
|
2934
|
-
"name": "
|
|
2935
|
-
"
|
|
2936
|
-
"type": {
|
|
2937
|
-
"text": "ElementStyles"
|
|
2938
|
-
}
|
|
2939
|
-
},
|
|
2940
|
-
"parameters": [
|
|
2941
|
-
{
|
|
2942
|
-
"name": "context",
|
|
2943
|
-
"type": {
|
|
2944
|
-
"text": "ElementDefinitionContext"
|
|
2945
|
-
}
|
|
2946
|
-
},
|
|
2947
|
-
{
|
|
2948
|
-
"name": "definition",
|
|
2949
|
-
"type": {
|
|
2950
|
-
"text": "FoundationElementDefinition"
|
|
2951
|
-
}
|
|
2952
|
-
}
|
|
2953
|
-
]
|
|
2897
|
+
"kind": "variable",
|
|
2898
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2899
|
+
"default": "css`\n :host {\n display: block;\n width: 800px;\n }\n\n .ai-criteria-search {\n display: flex;\n flex-direction: column;\n gap: calc(${designUnit} * 2px);\n }\n\n .ai-criteria-search-row {\n display: flex;\n flex-direction: row;\n gap: calc(${designUnit} * 2px);\n align-items: center;\n }\n\n .criteria-input {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n }\n\n .mic-icon {\n color: var(--neutral-foreground-rest);\n fill: currentColor;\n }\n\n .mode-control {\n flex-shrink: 0;\n }\n`"
|
|
2954
2900
|
}
|
|
2955
2901
|
],
|
|
2956
2902
|
"exports": [
|
|
2957
2903
|
{
|
|
2958
2904
|
"kind": "js",
|
|
2959
|
-
"name": "
|
|
2905
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2960
2906
|
"declaration": {
|
|
2961
|
-
"name": "
|
|
2962
|
-
"module": "src/
|
|
2907
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2908
|
+
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
2963
2909
|
}
|
|
2964
2910
|
}
|
|
2965
2911
|
]
|
|
2966
2912
|
},
|
|
2967
2913
|
{
|
|
2968
2914
|
"kind": "javascript-module",
|
|
2969
|
-
"path": "src/
|
|
2915
|
+
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
2970
2916
|
"declarations": [
|
|
2971
2917
|
{
|
|
2972
|
-
"kind": "
|
|
2973
|
-
"name": "
|
|
2974
|
-
"
|
|
2975
|
-
"
|
|
2976
|
-
"text": "ViewTemplate<Accordion>"
|
|
2977
|
-
}
|
|
2918
|
+
"kind": "variable",
|
|
2919
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2920
|
+
"type": {
|
|
2921
|
+
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
2978
2922
|
},
|
|
2979
|
-
"
|
|
2980
|
-
{
|
|
2981
|
-
"name": "context",
|
|
2982
|
-
"type": {
|
|
2983
|
-
"text": "ElementDefinitionContext"
|
|
2984
|
-
}
|
|
2985
|
-
},
|
|
2986
|
-
{
|
|
2987
|
-
"name": "definition",
|
|
2988
|
-
"type": {
|
|
2989
|
-
"text": "FoundationElementDefinition"
|
|
2990
|
-
}
|
|
2991
|
-
}
|
|
2992
|
-
]
|
|
2923
|
+
"default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
|
|
2993
2924
|
}
|
|
2994
2925
|
],
|
|
2995
2926
|
"exports": [
|
|
2996
2927
|
{
|
|
2997
2928
|
"kind": "js",
|
|
2998
|
-
"name": "
|
|
2929
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2999
2930
|
"declaration": {
|
|
3000
|
-
"name": "
|
|
3001
|
-
"module": "src/
|
|
2931
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2932
|
+
"module": "src/ai-criteria-search/ai-criteria-search.template.ts"
|
|
3002
2933
|
}
|
|
3003
2934
|
}
|
|
3004
2935
|
]
|
|
3005
2936
|
},
|
|
3006
2937
|
{
|
|
3007
2938
|
"kind": "javascript-module",
|
|
3008
|
-
"path": "src/
|
|
2939
|
+
"path": "src/ai-criteria-search/ai-criteria-search.ts",
|
|
3009
2940
|
"declarations": [
|
|
3010
2941
|
{
|
|
3011
2942
|
"kind": "class",
|
|
3012
|
-
"description": "",
|
|
3013
|
-
"name": "
|
|
3014
|
-
"
|
|
3015
|
-
"name": "FASTAccordion",
|
|
3016
|
-
"package": "@microsoft/fast-foundation"
|
|
3017
|
-
},
|
|
3018
|
-
"tagName": "%%prefix%%-accordion",
|
|
3019
|
-
"customElement": true,
|
|
3020
|
-
"attributes": [
|
|
2943
|
+
"description": "Natural-language criteria search input with AI interpretation.",
|
|
2944
|
+
"name": "AiCriteriaSearch",
|
|
2945
|
+
"members": [
|
|
3021
2946
|
{
|
|
3022
|
-
"
|
|
2947
|
+
"kind": "field",
|
|
2948
|
+
"name": "aiProvider",
|
|
3023
2949
|
"type": {
|
|
3024
|
-
"text": "
|
|
3025
|
-
},
|
|
3026
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3027
|
-
"fieldName": "expandmode",
|
|
3028
|
-
"inheritedFrom": {
|
|
3029
|
-
"name": "Accordion",
|
|
3030
|
-
"module": "src/accordion/accordion.ts"
|
|
2950
|
+
"text": "AIProvider"
|
|
3031
2951
|
}
|
|
3032
|
-
}
|
|
3033
|
-
],
|
|
3034
|
-
"members": [
|
|
2952
|
+
},
|
|
3035
2953
|
{
|
|
3036
2954
|
"kind": "field",
|
|
3037
|
-
"name": "
|
|
2955
|
+
"name": "placeholder",
|
|
3038
2956
|
"type": {
|
|
3039
|
-
"text": "
|
|
2957
|
+
"text": "string"
|
|
3040
2958
|
},
|
|
3041
|
-
"
|
|
3042
|
-
|
|
3043
|
-
|
|
3044
|
-
|
|
3045
|
-
|
|
2959
|
+
"default": "'Describe your search criteria in natural language...'"
|
|
2960
|
+
},
|
|
2961
|
+
{
|
|
2962
|
+
"kind": "field",
|
|
2963
|
+
"name": "disabled",
|
|
2964
|
+
"type": {
|
|
2965
|
+
"text": "boolean"
|
|
3046
2966
|
}
|
|
3047
2967
|
},
|
|
3048
2968
|
{
|
|
3049
2969
|
"kind": "field",
|
|
3050
|
-
"name": "
|
|
2970
|
+
"name": "mode",
|
|
3051
2971
|
"type": {
|
|
3052
|
-
"text": "
|
|
2972
|
+
"text": "'append' | 'replace'"
|
|
3053
2973
|
},
|
|
3054
|
-
"
|
|
3055
|
-
"inheritedFrom": {
|
|
3056
|
-
"name": "Accordion",
|
|
3057
|
-
"module": "src/accordion/accordion.ts"
|
|
3058
|
-
}
|
|
2974
|
+
"default": "'replace'"
|
|
3059
2975
|
},
|
|
3060
2976
|
{
|
|
3061
2977
|
"kind": "field",
|
|
3062
|
-
"name": "
|
|
2978
|
+
"name": "inputValue",
|
|
3063
2979
|
"type": {
|
|
3064
|
-
"text": "
|
|
2980
|
+
"text": "string"
|
|
3065
2981
|
},
|
|
3066
|
-
"
|
|
3067
|
-
"default": "0",
|
|
3068
|
-
"inheritedFrom": {
|
|
3069
|
-
"name": "Accordion",
|
|
3070
|
-
"module": "src/accordion/accordion.ts"
|
|
3071
|
-
}
|
|
2982
|
+
"default": "''"
|
|
3072
2983
|
},
|
|
3073
2984
|
{
|
|
3074
2985
|
"kind": "field",
|
|
3075
|
-
"name": "
|
|
2986
|
+
"name": "isInterpreting",
|
|
3076
2987
|
"type": {
|
|
3077
|
-
"text": "
|
|
2988
|
+
"text": "boolean"
|
|
3078
2989
|
},
|
|
3079
|
-
"
|
|
3080
|
-
"inheritedFrom": {
|
|
3081
|
-
"name": "Accordion",
|
|
3082
|
-
"module": "src/accordion/accordion.ts"
|
|
3083
|
-
}
|
|
2990
|
+
"default": "false"
|
|
3084
2991
|
},
|
|
3085
2992
|
{
|
|
3086
2993
|
"kind": "field",
|
|
3087
|
-
"name": "
|
|
3088
|
-
"
|
|
3089
|
-
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
}
|
|
2994
|
+
"name": "lastValidCriteria",
|
|
2995
|
+
"type": {
|
|
2996
|
+
"text": "string | null"
|
|
2997
|
+
},
|
|
2998
|
+
"default": "null"
|
|
3093
2999
|
},
|
|
3094
3000
|
{
|
|
3095
|
-
"kind": "
|
|
3096
|
-
"name": "
|
|
3097
|
-
"
|
|
3098
|
-
|
|
3099
|
-
"type": {
|
|
3100
|
-
"text": "AccordionItem | null"
|
|
3101
|
-
}
|
|
3001
|
+
"kind": "field",
|
|
3002
|
+
"name": "fieldMetadata",
|
|
3003
|
+
"type": {
|
|
3004
|
+
"text": "MetadataDetail[] | string[]"
|
|
3102
3005
|
},
|
|
3103
|
-
"
|
|
3104
|
-
"name": "Accordion",
|
|
3105
|
-
"module": "src/accordion/accordion.ts"
|
|
3106
|
-
}
|
|
3006
|
+
"default": "[]"
|
|
3107
3007
|
},
|
|
3108
3008
|
{
|
|
3109
3009
|
"kind": "field",
|
|
3110
|
-
"name": "
|
|
3111
|
-
"
|
|
3112
|
-
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
}
|
|
3010
|
+
"name": "isRecording",
|
|
3011
|
+
"type": {
|
|
3012
|
+
"text": "boolean"
|
|
3013
|
+
},
|
|
3014
|
+
"default": "false"
|
|
3116
3015
|
},
|
|
3117
3016
|
{
|
|
3118
|
-
"kind": "
|
|
3119
|
-
"name": "
|
|
3120
|
-
"
|
|
3121
|
-
|
|
3122
|
-
"type": {
|
|
3123
|
-
"text": "void"
|
|
3124
|
-
}
|
|
3017
|
+
"kind": "field",
|
|
3018
|
+
"name": "textAreaRef",
|
|
3019
|
+
"type": {
|
|
3020
|
+
"text": "HTMLTextAreaElement"
|
|
3125
3021
|
},
|
|
3126
|
-
"
|
|
3127
|
-
"name": "Accordion",
|
|
3128
|
-
"module": "src/accordion/accordion.ts"
|
|
3129
|
-
}
|
|
3022
|
+
"privacy": "public"
|
|
3130
3023
|
},
|
|
3131
3024
|
{
|
|
3132
3025
|
"kind": "field",
|
|
3133
|
-
"name": "
|
|
3026
|
+
"name": "stopRecording",
|
|
3027
|
+
"type": {
|
|
3028
|
+
"text": "(() => void) | null"
|
|
3029
|
+
},
|
|
3134
3030
|
"privacy": "private",
|
|
3135
|
-
"
|
|
3136
|
-
"name": "Accordion",
|
|
3137
|
-
"module": "src/accordion/accordion.ts"
|
|
3138
|
-
}
|
|
3031
|
+
"default": "null"
|
|
3139
3032
|
},
|
|
3140
3033
|
{
|
|
3141
3034
|
"kind": "field",
|
|
3142
|
-
"name": "
|
|
3035
|
+
"name": "speechApplyDebounceTimer",
|
|
3036
|
+
"type": {
|
|
3037
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
3038
|
+
},
|
|
3143
3039
|
"privacy": "private",
|
|
3144
|
-
"
|
|
3145
|
-
"name": "Accordion",
|
|
3146
|
-
"module": "src/accordion/accordion.ts"
|
|
3147
|
-
}
|
|
3040
|
+
"default": "null"
|
|
3148
3041
|
},
|
|
3149
3042
|
{
|
|
3150
|
-
"kind": "
|
|
3151
|
-
"name": "
|
|
3152
|
-
"
|
|
3153
|
-
|
|
3154
|
-
"type": {
|
|
3155
|
-
"text": "Array<string | null>"
|
|
3156
|
-
}
|
|
3043
|
+
"kind": "field",
|
|
3044
|
+
"name": "baseInputForAppend",
|
|
3045
|
+
"type": {
|
|
3046
|
+
"text": "string"
|
|
3157
3047
|
},
|
|
3158
|
-
"
|
|
3159
|
-
|
|
3160
|
-
"module": "src/accordion/accordion.ts"
|
|
3161
|
-
}
|
|
3048
|
+
"privacy": "private",
|
|
3049
|
+
"default": "''"
|
|
3162
3050
|
},
|
|
3163
3051
|
{
|
|
3164
|
-
"kind": "
|
|
3165
|
-
"name": "
|
|
3166
|
-
"
|
|
3167
|
-
|
|
3168
|
-
"type": {
|
|
3169
|
-
"text": "boolean"
|
|
3170
|
-
}
|
|
3052
|
+
"kind": "field",
|
|
3053
|
+
"name": "speechAvailable",
|
|
3054
|
+
"type": {
|
|
3055
|
+
"text": "boolean"
|
|
3171
3056
|
},
|
|
3172
|
-
"
|
|
3173
|
-
"name": "Accordion",
|
|
3174
|
-
"module": "src/accordion/accordion.ts"
|
|
3175
|
-
}
|
|
3057
|
+
"readonly": true
|
|
3176
3058
|
},
|
|
3177
3059
|
{
|
|
3178
|
-
"kind": "
|
|
3179
|
-
"name": "
|
|
3180
|
-
"privacy": "private",
|
|
3181
|
-
"inheritedFrom": {
|
|
3182
|
-
"name": "Accordion",
|
|
3183
|
-
"module": "src/accordion/accordion.ts"
|
|
3184
|
-
}
|
|
3060
|
+
"kind": "method",
|
|
3061
|
+
"name": "handleSubmit"
|
|
3185
3062
|
},
|
|
3186
3063
|
{
|
|
3187
|
-
"kind": "
|
|
3188
|
-
"name": "
|
|
3189
|
-
"privacy": "private",
|
|
3190
|
-
"inheritedFrom": {
|
|
3191
|
-
"name": "Accordion",
|
|
3192
|
-
"module": "src/accordion/accordion.ts"
|
|
3193
|
-
}
|
|
3064
|
+
"kind": "method",
|
|
3065
|
+
"name": "handleBlur"
|
|
3194
3066
|
},
|
|
3195
3067
|
{
|
|
3196
3068
|
"kind": "method",
|
|
3197
|
-
"name": "
|
|
3198
|
-
"privacy": "private",
|
|
3199
|
-
"return": {
|
|
3200
|
-
"type": {
|
|
3201
|
-
"text": "void"
|
|
3202
|
-
}
|
|
3203
|
-
},
|
|
3204
|
-
"parameters": [
|
|
3205
|
-
{
|
|
3206
|
-
"name": "adjustment",
|
|
3207
|
-
"type": {
|
|
3208
|
-
"text": "number"
|
|
3209
|
-
}
|
|
3210
|
-
}
|
|
3211
|
-
],
|
|
3212
|
-
"inheritedFrom": {
|
|
3213
|
-
"name": "Accordion",
|
|
3214
|
-
"module": "src/accordion/accordion.ts"
|
|
3215
|
-
}
|
|
3069
|
+
"name": "clear"
|
|
3216
3070
|
},
|
|
3217
3071
|
{
|
|
3218
3072
|
"kind": "method",
|
|
3219
|
-
"name": "
|
|
3220
|
-
|
|
3221
|
-
|
|
3222
|
-
|
|
3223
|
-
|
|
3224
|
-
|
|
3225
|
-
},
|
|
3226
|
-
"inheritedFrom": {
|
|
3227
|
-
"name": "Accordion",
|
|
3228
|
-
"module": "src/accordion/accordion.ts"
|
|
3229
|
-
}
|
|
3073
|
+
"name": "toggleSpeechInput"
|
|
3074
|
+
},
|
|
3075
|
+
{
|
|
3076
|
+
"kind": "method",
|
|
3077
|
+
"name": "clearSpeechApplyDebounce",
|
|
3078
|
+
"privacy": "private"
|
|
3230
3079
|
},
|
|
3231
3080
|
{
|
|
3232
3081
|
"kind": "field",
|
|
@@ -3342,26 +3191,56 @@
|
|
|
3342
3191
|
],
|
|
3343
3192
|
"events": [
|
|
3344
3193
|
{
|
|
3345
|
-
"description": "
|
|
3346
|
-
"name": "
|
|
3347
|
-
|
|
3348
|
-
|
|
3349
|
-
|
|
3350
|
-
|
|
3194
|
+
"description": "Fired when interpreted criteria is applied or cleared",
|
|
3195
|
+
"name": "criteria-changed"
|
|
3196
|
+
},
|
|
3197
|
+
{
|
|
3198
|
+
"description": "Fired when interpreted criteria contains invalid clauses",
|
|
3199
|
+
"name": "validation-errors"
|
|
3351
3200
|
}
|
|
3352
|
-
]
|
|
3201
|
+
],
|
|
3202
|
+
"attributes": [
|
|
3203
|
+
{
|
|
3204
|
+
"name": "placeholder",
|
|
3205
|
+
"type": {
|
|
3206
|
+
"text": "string"
|
|
3207
|
+
},
|
|
3208
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
3209
|
+
"fieldName": "placeholder"
|
|
3210
|
+
},
|
|
3211
|
+
{
|
|
3212
|
+
"type": {
|
|
3213
|
+
"text": "boolean"
|
|
3214
|
+
},
|
|
3215
|
+
"fieldName": "disabled"
|
|
3216
|
+
},
|
|
3217
|
+
{
|
|
3218
|
+
"name": "mode",
|
|
3219
|
+
"type": {
|
|
3220
|
+
"text": "'append' | 'replace'"
|
|
3221
|
+
},
|
|
3222
|
+
"default": "'replace'",
|
|
3223
|
+
"fieldName": "mode"
|
|
3224
|
+
}
|
|
3225
|
+
],
|
|
3226
|
+
"superclass": {
|
|
3227
|
+
"name": "FoundationElement",
|
|
3228
|
+
"package": "@microsoft/fast-foundation"
|
|
3229
|
+
},
|
|
3230
|
+
"tagName": "%%prefix%%-ai-criteria-search",
|
|
3231
|
+
"customElement": true
|
|
3353
3232
|
},
|
|
3354
3233
|
{
|
|
3355
3234
|
"kind": "variable",
|
|
3356
|
-
"name": "
|
|
3235
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3357
3236
|
"type": {
|
|
3358
3237
|
"text": "ShadowRootInit"
|
|
3359
3238
|
},
|
|
3360
|
-
"default": "
|
|
3239
|
+
"default": "undefined"
|
|
3361
3240
|
},
|
|
3362
3241
|
{
|
|
3363
3242
|
"kind": "variable",
|
|
3364
|
-
"name": "
|
|
3243
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3365
3244
|
"type": {
|
|
3366
3245
|
"text": "object"
|
|
3367
3246
|
},
|
|
@@ -3369,57 +3248,103 @@
|
|
|
3369
3248
|
},
|
|
3370
3249
|
{
|
|
3371
3250
|
"kind": "variable",
|
|
3372
|
-
"name": "
|
|
3373
|
-
"description": "The Foundation Accordion",
|
|
3374
|
-
"privacy": "public"
|
|
3251
|
+
"name": "foundationAiCriteriaSearch"
|
|
3375
3252
|
}
|
|
3376
3253
|
],
|
|
3377
3254
|
"exports": [
|
|
3378
3255
|
{
|
|
3379
3256
|
"kind": "js",
|
|
3380
|
-
"name": "
|
|
3257
|
+
"name": "AiCriteriaSearch",
|
|
3381
3258
|
"declaration": {
|
|
3382
|
-
"name": "
|
|
3383
|
-
"module": "src/
|
|
3259
|
+
"name": "AiCriteriaSearch",
|
|
3260
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3384
3261
|
}
|
|
3385
3262
|
},
|
|
3386
3263
|
{
|
|
3387
3264
|
"kind": "js",
|
|
3388
|
-
"name": "
|
|
3265
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3389
3266
|
"declaration": {
|
|
3390
|
-
"name": "
|
|
3391
|
-
"module": "src/
|
|
3267
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3268
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3392
3269
|
}
|
|
3393
3270
|
},
|
|
3394
3271
|
{
|
|
3395
3272
|
"kind": "js",
|
|
3396
|
-
"name": "
|
|
3273
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3397
3274
|
"declaration": {
|
|
3398
|
-
"name": "
|
|
3399
|
-
"module": "src/
|
|
3275
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3276
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3400
3277
|
}
|
|
3401
3278
|
},
|
|
3402
3279
|
{
|
|
3403
3280
|
"kind": "js",
|
|
3404
|
-
"name": "
|
|
3281
|
+
"name": "foundationAiCriteriaSearch",
|
|
3405
3282
|
"declaration": {
|
|
3406
|
-
"name": "
|
|
3407
|
-
"module": "src/
|
|
3283
|
+
"name": "foundationAiCriteriaSearch",
|
|
3284
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3408
3285
|
}
|
|
3409
3286
|
}
|
|
3410
3287
|
]
|
|
3411
3288
|
},
|
|
3412
3289
|
{
|
|
3413
3290
|
"kind": "javascript-module",
|
|
3414
|
-
"path": "src/
|
|
3291
|
+
"path": "src/ai-criteria-search/index.ts",
|
|
3415
3292
|
"declarations": [],
|
|
3416
3293
|
"exports": [
|
|
3294
|
+
{
|
|
3295
|
+
"kind": "js",
|
|
3296
|
+
"name": "AiCriteriaSearch",
|
|
3297
|
+
"declaration": {
|
|
3298
|
+
"name": "AiCriteriaSearch",
|
|
3299
|
+
"module": "./ai-criteria-search"
|
|
3300
|
+
}
|
|
3301
|
+
},
|
|
3302
|
+
{
|
|
3303
|
+
"kind": "js",
|
|
3304
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3305
|
+
"declaration": {
|
|
3306
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3307
|
+
"module": "./ai-criteria-search"
|
|
3308
|
+
}
|
|
3309
|
+
},
|
|
3310
|
+
{
|
|
3311
|
+
"kind": "js",
|
|
3312
|
+
"name": "foundationAiCriteriaSearch",
|
|
3313
|
+
"declaration": {
|
|
3314
|
+
"name": "foundationAiCriteriaSearch",
|
|
3315
|
+
"module": "./ai-criteria-search"
|
|
3316
|
+
}
|
|
3317
|
+
},
|
|
3318
|
+
{
|
|
3319
|
+
"kind": "js",
|
|
3320
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3321
|
+
"declaration": {
|
|
3322
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3323
|
+
"module": "./ai-criteria-search"
|
|
3324
|
+
}
|
|
3325
|
+
},
|
|
3326
|
+
{
|
|
3327
|
+
"kind": "js",
|
|
3328
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
3329
|
+
"declaration": {
|
|
3330
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
3331
|
+
"module": "./ai-criteria-search.styles"
|
|
3332
|
+
}
|
|
3333
|
+
},
|
|
3334
|
+
{
|
|
3335
|
+
"kind": "js",
|
|
3336
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3337
|
+
"declaration": {
|
|
3338
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3339
|
+
"module": "./ai-criteria-search.template"
|
|
3340
|
+
}
|
|
3341
|
+
},
|
|
3417
3342
|
{
|
|
3418
3343
|
"kind": "js",
|
|
3419
3344
|
"name": "*",
|
|
3420
3345
|
"declaration": {
|
|
3421
3346
|
"name": "*",
|
|
3422
|
-
"package": "./
|
|
3347
|
+
"package": "./validation/criteria-ir"
|
|
3423
3348
|
}
|
|
3424
3349
|
},
|
|
3425
3350
|
{
|
|
@@ -3427,7 +3352,7 @@
|
|
|
3427
3352
|
"name": "*",
|
|
3428
3353
|
"declaration": {
|
|
3429
3354
|
"name": "*",
|
|
3430
|
-
"package": "./
|
|
3355
|
+
"package": "./validation/operator-map"
|
|
3431
3356
|
}
|
|
3432
3357
|
},
|
|
3433
3358
|
{
|
|
@@ -3435,7 +3360,82 @@
|
|
|
3435
3360
|
"name": "*",
|
|
3436
3361
|
"declaration": {
|
|
3437
3362
|
"name": "*",
|
|
3438
|
-
"package": "./
|
|
3363
|
+
"package": "./validation/schema-validator"
|
|
3364
|
+
}
|
|
3365
|
+
}
|
|
3366
|
+
]
|
|
3367
|
+
},
|
|
3368
|
+
{
|
|
3369
|
+
"kind": "javascript-module",
|
|
3370
|
+
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
3371
|
+
"declarations": [
|
|
3372
|
+
{
|
|
3373
|
+
"kind": "function",
|
|
3374
|
+
"name": "formatValidationErrors",
|
|
3375
|
+
"return": {
|
|
3376
|
+
"type": {
|
|
3377
|
+
"text": "string"
|
|
3378
|
+
}
|
|
3379
|
+
},
|
|
3380
|
+
"parameters": [
|
|
3381
|
+
{
|
|
3382
|
+
"name": "errors",
|
|
3383
|
+
"type": {
|
|
3384
|
+
"text": "ValidationError[]"
|
|
3385
|
+
}
|
|
3386
|
+
}
|
|
3387
|
+
],
|
|
3388
|
+
"description": "Formats validation errors into a user-friendly message."
|
|
3389
|
+
},
|
|
3390
|
+
{
|
|
3391
|
+
"kind": "function",
|
|
3392
|
+
"name": "showCriteriaError",
|
|
3393
|
+
"return": {
|
|
3394
|
+
"type": {
|
|
3395
|
+
"text": "void"
|
|
3396
|
+
}
|
|
3397
|
+
},
|
|
3398
|
+
"parameters": [
|
|
3399
|
+
{
|
|
3400
|
+
"name": "title",
|
|
3401
|
+
"type": {
|
|
3402
|
+
"text": "string"
|
|
3403
|
+
},
|
|
3404
|
+
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
3405
|
+
},
|
|
3406
|
+
{
|
|
3407
|
+
"name": "body",
|
|
3408
|
+
"type": {
|
|
3409
|
+
"text": "string"
|
|
3410
|
+
},
|
|
3411
|
+
"description": "Error message to display"
|
|
3412
|
+
},
|
|
3413
|
+
{
|
|
3414
|
+
"name": "tagName",
|
|
3415
|
+
"type": {
|
|
3416
|
+
"text": "string"
|
|
3417
|
+
},
|
|
3418
|
+
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
3419
|
+
}
|
|
3420
|
+
],
|
|
3421
|
+
"description": "Shows a criteria error as a toast notification."
|
|
3422
|
+
}
|
|
3423
|
+
],
|
|
3424
|
+
"exports": [
|
|
3425
|
+
{
|
|
3426
|
+
"kind": "js",
|
|
3427
|
+
"name": "formatValidationErrors",
|
|
3428
|
+
"declaration": {
|
|
3429
|
+
"name": "formatValidationErrors",
|
|
3430
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3431
|
+
}
|
|
3432
|
+
},
|
|
3433
|
+
{
|
|
3434
|
+
"kind": "js",
|
|
3435
|
+
"name": "showCriteriaError",
|
|
3436
|
+
"declaration": {
|
|
3437
|
+
"name": "showCriteriaError",
|
|
3438
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3439
3439
|
}
|
|
3440
3440
|
}
|
|
3441
3441
|
]
|