@genesislcap/foundation-ui 14.469.0 → 14.470.0-FUI-2555.3
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 +751 -751
- package/dist/dts/react.d.ts +18 -18
- package/dist/react.cjs +15 -15
- package/dist/react.mjs +12 -12
- package/package.json +19 -19
|
@@ -1400,11 +1400,11 @@
|
|
|
1400
1400
|
},
|
|
1401
1401
|
{
|
|
1402
1402
|
"kind": "javascript-module",
|
|
1403
|
-
"path": "src/accordion
|
|
1403
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1404
1404
|
"declarations": [
|
|
1405
1405
|
{
|
|
1406
1406
|
"kind": "function",
|
|
1407
|
-
"name": "
|
|
1407
|
+
"name": "foundationAccordionStyles",
|
|
1408
1408
|
"return": {
|
|
1409
1409
|
"type": {
|
|
1410
1410
|
"text": "ElementStyles"
|
|
@@ -1429,24 +1429,24 @@
|
|
|
1429
1429
|
"exports": [
|
|
1430
1430
|
{
|
|
1431
1431
|
"kind": "js",
|
|
1432
|
-
"name": "
|
|
1432
|
+
"name": "foundationAccordionStyles",
|
|
1433
1433
|
"declaration": {
|
|
1434
|
-
"name": "
|
|
1435
|
-
"module": "src/accordion
|
|
1434
|
+
"name": "foundationAccordionStyles",
|
|
1435
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1436
1436
|
}
|
|
1437
1437
|
}
|
|
1438
1438
|
]
|
|
1439
1439
|
},
|
|
1440
1440
|
{
|
|
1441
1441
|
"kind": "javascript-module",
|
|
1442
|
-
"path": "src/accordion
|
|
1442
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1443
1443
|
"declarations": [
|
|
1444
1444
|
{
|
|
1445
1445
|
"kind": "function",
|
|
1446
|
-
"name": "
|
|
1446
|
+
"name": "foundationAccordionTemplate",
|
|
1447
1447
|
"return": {
|
|
1448
1448
|
"type": {
|
|
1449
|
-
"text": "ViewTemplate<
|
|
1449
|
+
"text": "ViewTemplate<Accordion>"
|
|
1450
1450
|
}
|
|
1451
1451
|
},
|
|
1452
1452
|
"parameters": [
|
|
@@ -1468,116 +1468,237 @@
|
|
|
1468
1468
|
"exports": [
|
|
1469
1469
|
{
|
|
1470
1470
|
"kind": "js",
|
|
1471
|
-
"name": "
|
|
1471
|
+
"name": "foundationAccordionTemplate",
|
|
1472
1472
|
"declaration": {
|
|
1473
|
-
"name": "
|
|
1474
|
-
"module": "src/accordion
|
|
1473
|
+
"name": "foundationAccordionTemplate",
|
|
1474
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1475
1475
|
}
|
|
1476
1476
|
}
|
|
1477
1477
|
]
|
|
1478
1478
|
},
|
|
1479
1479
|
{
|
|
1480
1480
|
"kind": "javascript-module",
|
|
1481
|
-
"path": "src/accordion
|
|
1481
|
+
"path": "src/accordion/accordion.ts",
|
|
1482
1482
|
"declarations": [
|
|
1483
1483
|
{
|
|
1484
1484
|
"kind": "class",
|
|
1485
1485
|
"description": "",
|
|
1486
|
-
"name": "
|
|
1486
|
+
"name": "Accordion",
|
|
1487
1487
|
"superclass": {
|
|
1488
|
-
"name": "
|
|
1489
|
-
"package": "@microsoft/fast-
|
|
1488
|
+
"name": "FASTAccordion",
|
|
1489
|
+
"package": "@microsoft/fast-foundation"
|
|
1490
1490
|
},
|
|
1491
|
-
"tagName": "%%prefix%%-accordion
|
|
1491
|
+
"tagName": "%%prefix%%-accordion",
|
|
1492
1492
|
"customElement": true,
|
|
1493
1493
|
"attributes": [
|
|
1494
1494
|
{
|
|
1495
|
-
"name": "
|
|
1495
|
+
"name": "expand-mode",
|
|
1496
1496
|
"type": {
|
|
1497
|
-
"text": "
|
|
1497
|
+
"text": "AccordionExpandMode"
|
|
1498
1498
|
},
|
|
1499
|
-
"
|
|
1500
|
-
"
|
|
1501
|
-
"fieldName": "headinglevel",
|
|
1499
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1500
|
+
"fieldName": "expandmode",
|
|
1502
1501
|
"inheritedFrom": {
|
|
1503
|
-
"name": "
|
|
1504
|
-
"module": "src/accordion
|
|
1502
|
+
"name": "Accordion",
|
|
1503
|
+
"module": "src/accordion/accordion.ts"
|
|
1505
1504
|
}
|
|
1506
|
-
}
|
|
1505
|
+
}
|
|
1506
|
+
],
|
|
1507
|
+
"members": [
|
|
1507
1508
|
{
|
|
1509
|
+
"kind": "field",
|
|
1510
|
+
"name": "expandmode",
|
|
1508
1511
|
"type": {
|
|
1509
|
-
"text": "
|
|
1512
|
+
"text": "AccordionExpandMode"
|
|
1510
1513
|
},
|
|
1511
|
-
"
|
|
1512
|
-
"description": "
|
|
1513
|
-
"fieldName": "expanded",
|
|
1514
|
+
"privacy": "public",
|
|
1515
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1514
1516
|
"inheritedFrom": {
|
|
1515
|
-
"name": "
|
|
1516
|
-
"module": "src/accordion
|
|
1517
|
+
"name": "Accordion",
|
|
1518
|
+
"module": "src/accordion/accordion.ts"
|
|
1517
1519
|
}
|
|
1518
1520
|
},
|
|
1519
1521
|
{
|
|
1520
|
-
"
|
|
1522
|
+
"kind": "field",
|
|
1523
|
+
"name": "activeid",
|
|
1521
1524
|
"type": {
|
|
1522
|
-
"text": "string"
|
|
1525
|
+
"text": "string | null"
|
|
1523
1526
|
},
|
|
1524
|
-
"
|
|
1525
|
-
"fieldName": "id",
|
|
1527
|
+
"privacy": "private",
|
|
1526
1528
|
"inheritedFrom": {
|
|
1527
|
-
"name": "
|
|
1528
|
-
"module": "src/accordion
|
|
1529
|
+
"name": "Accordion",
|
|
1530
|
+
"module": "src/accordion/accordion.ts"
|
|
1529
1531
|
}
|
|
1530
|
-
}
|
|
1531
|
-
],
|
|
1532
|
-
"members": [
|
|
1532
|
+
},
|
|
1533
1533
|
{
|
|
1534
1534
|
"kind": "field",
|
|
1535
|
-
"name": "
|
|
1535
|
+
"name": "activeItemIndex",
|
|
1536
1536
|
"type": {
|
|
1537
|
-
"text": "
|
|
1537
|
+
"text": "number"
|
|
1538
1538
|
},
|
|
1539
|
-
"privacy": "
|
|
1540
|
-
"default": "
|
|
1541
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1539
|
+
"privacy": "private",
|
|
1540
|
+
"default": "0",
|
|
1542
1541
|
"inheritedFrom": {
|
|
1543
|
-
"name": "
|
|
1544
|
-
"module": "src/accordion
|
|
1542
|
+
"name": "Accordion",
|
|
1543
|
+
"module": "src/accordion/accordion.ts"
|
|
1545
1544
|
}
|
|
1546
1545
|
},
|
|
1547
1546
|
{
|
|
1548
1547
|
"kind": "field",
|
|
1549
|
-
"name": "
|
|
1548
|
+
"name": "accordionIds",
|
|
1550
1549
|
"type": {
|
|
1551
|
-
"text": "
|
|
1550
|
+
"text": "Array<string | null>"
|
|
1552
1551
|
},
|
|
1553
|
-
"privacy": "
|
|
1554
|
-
"default": "false",
|
|
1555
|
-
"description": "Expands or collapses the item.",
|
|
1552
|
+
"privacy": "private",
|
|
1556
1553
|
"inheritedFrom": {
|
|
1557
|
-
"name": "
|
|
1558
|
-
"module": "src/accordion
|
|
1554
|
+
"name": "Accordion",
|
|
1555
|
+
"module": "src/accordion/accordion.ts"
|
|
1559
1556
|
}
|
|
1560
1557
|
},
|
|
1561
1558
|
{
|
|
1562
1559
|
"kind": "field",
|
|
1563
|
-
"name": "
|
|
1564
|
-
"
|
|
1565
|
-
|
|
1560
|
+
"name": "change",
|
|
1561
|
+
"privacy": "private",
|
|
1562
|
+
"inheritedFrom": {
|
|
1563
|
+
"name": "Accordion",
|
|
1564
|
+
"module": "src/accordion/accordion.ts"
|
|
1565
|
+
}
|
|
1566
|
+
},
|
|
1567
|
+
{
|
|
1568
|
+
"kind": "method",
|
|
1569
|
+
"name": "findExpandedItem",
|
|
1570
|
+
"privacy": "private",
|
|
1571
|
+
"return": {
|
|
1572
|
+
"type": {
|
|
1573
|
+
"text": "AccordionItem | null"
|
|
1574
|
+
}
|
|
1566
1575
|
},
|
|
1567
|
-
"privacy": "public",
|
|
1568
|
-
"description": "The item ID",
|
|
1569
1576
|
"inheritedFrom": {
|
|
1570
|
-
"name": "
|
|
1571
|
-
"module": "src/accordion
|
|
1577
|
+
"name": "Accordion",
|
|
1578
|
+
"module": "src/accordion/accordion.ts"
|
|
1572
1579
|
}
|
|
1573
1580
|
},
|
|
1574
1581
|
{
|
|
1575
1582
|
"kind": "field",
|
|
1576
|
-
"name": "
|
|
1583
|
+
"name": "setItems",
|
|
1577
1584
|
"privacy": "private",
|
|
1578
1585
|
"inheritedFrom": {
|
|
1579
|
-
"name": "
|
|
1580
|
-
"module": "src/accordion
|
|
1586
|
+
"name": "Accordion",
|
|
1587
|
+
"module": "src/accordion/accordion.ts"
|
|
1588
|
+
}
|
|
1589
|
+
},
|
|
1590
|
+
{
|
|
1591
|
+
"kind": "method",
|
|
1592
|
+
"name": "resetItems",
|
|
1593
|
+
"privacy": "private",
|
|
1594
|
+
"return": {
|
|
1595
|
+
"type": {
|
|
1596
|
+
"text": "void"
|
|
1597
|
+
}
|
|
1598
|
+
},
|
|
1599
|
+
"inheritedFrom": {
|
|
1600
|
+
"name": "Accordion",
|
|
1601
|
+
"module": "src/accordion/accordion.ts"
|
|
1602
|
+
}
|
|
1603
|
+
},
|
|
1604
|
+
{
|
|
1605
|
+
"kind": "field",
|
|
1606
|
+
"name": "removeItemListeners",
|
|
1607
|
+
"privacy": "private",
|
|
1608
|
+
"inheritedFrom": {
|
|
1609
|
+
"name": "Accordion",
|
|
1610
|
+
"module": "src/accordion/accordion.ts"
|
|
1611
|
+
}
|
|
1612
|
+
},
|
|
1613
|
+
{
|
|
1614
|
+
"kind": "field",
|
|
1615
|
+
"name": "activeItemChange",
|
|
1616
|
+
"privacy": "private",
|
|
1617
|
+
"inheritedFrom": {
|
|
1618
|
+
"name": "Accordion",
|
|
1619
|
+
"module": "src/accordion/accordion.ts"
|
|
1620
|
+
}
|
|
1621
|
+
},
|
|
1622
|
+
{
|
|
1623
|
+
"kind": "method",
|
|
1624
|
+
"name": "getItemIds",
|
|
1625
|
+
"privacy": "private",
|
|
1626
|
+
"return": {
|
|
1627
|
+
"type": {
|
|
1628
|
+
"text": "Array<string | null>"
|
|
1629
|
+
}
|
|
1630
|
+
},
|
|
1631
|
+
"inheritedFrom": {
|
|
1632
|
+
"name": "Accordion",
|
|
1633
|
+
"module": "src/accordion/accordion.ts"
|
|
1634
|
+
}
|
|
1635
|
+
},
|
|
1636
|
+
{
|
|
1637
|
+
"kind": "method",
|
|
1638
|
+
"name": "isSingleExpandMode",
|
|
1639
|
+
"privacy": "private",
|
|
1640
|
+
"return": {
|
|
1641
|
+
"type": {
|
|
1642
|
+
"text": "boolean"
|
|
1643
|
+
}
|
|
1644
|
+
},
|
|
1645
|
+
"inheritedFrom": {
|
|
1646
|
+
"name": "Accordion",
|
|
1647
|
+
"module": "src/accordion/accordion.ts"
|
|
1648
|
+
}
|
|
1649
|
+
},
|
|
1650
|
+
{
|
|
1651
|
+
"kind": "field",
|
|
1652
|
+
"name": "handleItemKeyDown",
|
|
1653
|
+
"privacy": "private",
|
|
1654
|
+
"inheritedFrom": {
|
|
1655
|
+
"name": "Accordion",
|
|
1656
|
+
"module": "src/accordion/accordion.ts"
|
|
1657
|
+
}
|
|
1658
|
+
},
|
|
1659
|
+
{
|
|
1660
|
+
"kind": "field",
|
|
1661
|
+
"name": "handleItemFocus",
|
|
1662
|
+
"privacy": "private",
|
|
1663
|
+
"inheritedFrom": {
|
|
1664
|
+
"name": "Accordion",
|
|
1665
|
+
"module": "src/accordion/accordion.ts"
|
|
1666
|
+
}
|
|
1667
|
+
},
|
|
1668
|
+
{
|
|
1669
|
+
"kind": "method",
|
|
1670
|
+
"name": "adjust",
|
|
1671
|
+
"privacy": "private",
|
|
1672
|
+
"return": {
|
|
1673
|
+
"type": {
|
|
1674
|
+
"text": "void"
|
|
1675
|
+
}
|
|
1676
|
+
},
|
|
1677
|
+
"parameters": [
|
|
1678
|
+
{
|
|
1679
|
+
"name": "adjustment",
|
|
1680
|
+
"type": {
|
|
1681
|
+
"text": "number"
|
|
1682
|
+
}
|
|
1683
|
+
}
|
|
1684
|
+
],
|
|
1685
|
+
"inheritedFrom": {
|
|
1686
|
+
"name": "Accordion",
|
|
1687
|
+
"module": "src/accordion/accordion.ts"
|
|
1688
|
+
}
|
|
1689
|
+
},
|
|
1690
|
+
{
|
|
1691
|
+
"kind": "method",
|
|
1692
|
+
"name": "focusItem",
|
|
1693
|
+
"privacy": "private",
|
|
1694
|
+
"return": {
|
|
1695
|
+
"type": {
|
|
1696
|
+
"text": "void"
|
|
1697
|
+
}
|
|
1698
|
+
},
|
|
1699
|
+
"inheritedFrom": {
|
|
1700
|
+
"name": "Accordion",
|
|
1701
|
+
"module": "src/accordion/accordion.ts"
|
|
1581
1702
|
}
|
|
1582
1703
|
},
|
|
1583
1704
|
{
|
|
@@ -1694,18 +1815,18 @@
|
|
|
1694
1815
|
],
|
|
1695
1816
|
"events": [
|
|
1696
1817
|
{
|
|
1697
|
-
"description": "Fires a custom 'change' event when the
|
|
1818
|
+
"description": "Fires a custom 'change' event when the active item changes",
|
|
1698
1819
|
"name": "change",
|
|
1699
1820
|
"inheritedFrom": {
|
|
1700
|
-
"name": "
|
|
1701
|
-
"module": "src/accordion
|
|
1821
|
+
"name": "Accordion",
|
|
1822
|
+
"module": "src/accordion/accordion.ts"
|
|
1702
1823
|
}
|
|
1703
1824
|
}
|
|
1704
1825
|
]
|
|
1705
1826
|
},
|
|
1706
1827
|
{
|
|
1707
1828
|
"kind": "variable",
|
|
1708
|
-
"name": "
|
|
1829
|
+
"name": "foundationAccordionShadowOptions",
|
|
1709
1830
|
"type": {
|
|
1710
1831
|
"text": "ShadowRootInit"
|
|
1711
1832
|
},
|
|
@@ -1713,57 +1834,57 @@
|
|
|
1713
1834
|
},
|
|
1714
1835
|
{
|
|
1715
1836
|
"kind": "variable",
|
|
1716
|
-
"name": "
|
|
1837
|
+
"name": "defaultAccordionConfig",
|
|
1717
1838
|
"type": {
|
|
1718
1839
|
"text": "object"
|
|
1719
1840
|
},
|
|
1720
|
-
"default": "{
|
|
1841
|
+
"default": "{}"
|
|
1721
1842
|
},
|
|
1722
1843
|
{
|
|
1723
1844
|
"kind": "variable",
|
|
1724
|
-
"name": "
|
|
1725
|
-
"description": "The Foundation Accordion
|
|
1845
|
+
"name": "foundationAccordion",
|
|
1846
|
+
"description": "The Foundation Accordion",
|
|
1726
1847
|
"privacy": "public"
|
|
1727
1848
|
}
|
|
1728
1849
|
],
|
|
1729
1850
|
"exports": [
|
|
1730
1851
|
{
|
|
1731
1852
|
"kind": "js",
|
|
1732
|
-
"name": "
|
|
1853
|
+
"name": "Accordion",
|
|
1733
1854
|
"declaration": {
|
|
1734
|
-
"name": "
|
|
1735
|
-
"module": "src/accordion
|
|
1855
|
+
"name": "Accordion",
|
|
1856
|
+
"module": "src/accordion/accordion.ts"
|
|
1736
1857
|
}
|
|
1737
1858
|
},
|
|
1738
1859
|
{
|
|
1739
1860
|
"kind": "js",
|
|
1740
|
-
"name": "
|
|
1861
|
+
"name": "foundationAccordionShadowOptions",
|
|
1741
1862
|
"declaration": {
|
|
1742
|
-
"name": "
|
|
1743
|
-
"module": "src/accordion
|
|
1863
|
+
"name": "foundationAccordionShadowOptions",
|
|
1864
|
+
"module": "src/accordion/accordion.ts"
|
|
1744
1865
|
}
|
|
1745
1866
|
},
|
|
1746
1867
|
{
|
|
1747
1868
|
"kind": "js",
|
|
1748
|
-
"name": "
|
|
1869
|
+
"name": "defaultAccordionConfig",
|
|
1749
1870
|
"declaration": {
|
|
1750
|
-
"name": "
|
|
1751
|
-
"module": "src/accordion
|
|
1871
|
+
"name": "defaultAccordionConfig",
|
|
1872
|
+
"module": "src/accordion/accordion.ts"
|
|
1752
1873
|
}
|
|
1753
1874
|
},
|
|
1754
1875
|
{
|
|
1755
1876
|
"kind": "js",
|
|
1756
|
-
"name": "
|
|
1877
|
+
"name": "foundationAccordion",
|
|
1757
1878
|
"declaration": {
|
|
1758
|
-
"name": "
|
|
1759
|
-
"module": "src/accordion
|
|
1879
|
+
"name": "foundationAccordion",
|
|
1880
|
+
"module": "src/accordion/accordion.ts"
|
|
1760
1881
|
}
|
|
1761
1882
|
}
|
|
1762
1883
|
]
|
|
1763
1884
|
},
|
|
1764
1885
|
{
|
|
1765
1886
|
"kind": "javascript-module",
|
|
1766
|
-
"path": "src/accordion
|
|
1887
|
+
"path": "src/accordion/index.ts",
|
|
1767
1888
|
"declarations": [],
|
|
1768
1889
|
"exports": [
|
|
1769
1890
|
{
|
|
@@ -1771,7 +1892,7 @@
|
|
|
1771
1892
|
"name": "*",
|
|
1772
1893
|
"declaration": {
|
|
1773
1894
|
"name": "*",
|
|
1774
|
-
"package": "./accordion
|
|
1895
|
+
"package": "./accordion.template"
|
|
1775
1896
|
}
|
|
1776
1897
|
},
|
|
1777
1898
|
{
|
|
@@ -1779,7 +1900,7 @@
|
|
|
1779
1900
|
"name": "*",
|
|
1780
1901
|
"declaration": {
|
|
1781
1902
|
"name": "*",
|
|
1782
|
-
"package": "./accordion
|
|
1903
|
+
"package": "./accordion.styles"
|
|
1783
1904
|
}
|
|
1784
1905
|
},
|
|
1785
1906
|
{
|
|
@@ -1787,7 +1908,38 @@
|
|
|
1787
1908
|
"name": "*",
|
|
1788
1909
|
"declaration": {
|
|
1789
1910
|
"name": "*",
|
|
1790
|
-
"package": "./accordion
|
|
1911
|
+
"package": "./accordion"
|
|
1912
|
+
}
|
|
1913
|
+
}
|
|
1914
|
+
]
|
|
1915
|
+
},
|
|
1916
|
+
{
|
|
1917
|
+
"kind": "javascript-module",
|
|
1918
|
+
"path": "src/_config/index.ts",
|
|
1919
|
+
"declarations": [],
|
|
1920
|
+
"exports": [
|
|
1921
|
+
{
|
|
1922
|
+
"kind": "js",
|
|
1923
|
+
"name": "*",
|
|
1924
|
+
"declaration": {
|
|
1925
|
+
"name": "*",
|
|
1926
|
+
"package": "./styles"
|
|
1927
|
+
}
|
|
1928
|
+
},
|
|
1929
|
+
{
|
|
1930
|
+
"kind": "js",
|
|
1931
|
+
"name": "*",
|
|
1932
|
+
"declaration": {
|
|
1933
|
+
"name": "*",
|
|
1934
|
+
"package": "./tokens"
|
|
1935
|
+
}
|
|
1936
|
+
},
|
|
1937
|
+
{
|
|
1938
|
+
"kind": "js",
|
|
1939
|
+
"name": "*",
|
|
1940
|
+
"declaration": {
|
|
1941
|
+
"name": "*",
|
|
1942
|
+
"package": "./values"
|
|
1791
1943
|
}
|
|
1792
1944
|
}
|
|
1793
1945
|
]
|
|
@@ -2353,106 +2505,57 @@
|
|
|
2353
2505
|
},
|
|
2354
2506
|
{
|
|
2355
2507
|
"kind": "javascript-module",
|
|
2356
|
-
"path": "src/
|
|
2357
|
-
"declarations": [],
|
|
2358
|
-
"exports": [
|
|
2359
|
-
{
|
|
2360
|
-
"kind": "js",
|
|
2361
|
-
"name": "*",
|
|
2362
|
-
"declaration": {
|
|
2363
|
-
"name": "*",
|
|
2364
|
-
"package": "./styles"
|
|
2365
|
-
}
|
|
2366
|
-
},
|
|
2367
|
-
{
|
|
2368
|
-
"kind": "js",
|
|
2369
|
-
"name": "*",
|
|
2370
|
-
"declaration": {
|
|
2371
|
-
"name": "*",
|
|
2372
|
-
"package": "./tokens"
|
|
2373
|
-
}
|
|
2374
|
-
},
|
|
2375
|
-
{
|
|
2376
|
-
"kind": "js",
|
|
2377
|
-
"name": "*",
|
|
2378
|
-
"declaration": {
|
|
2379
|
-
"name": "*",
|
|
2380
|
-
"package": "./values"
|
|
2381
|
-
}
|
|
2382
|
-
}
|
|
2383
|
-
]
|
|
2384
|
-
},
|
|
2385
|
-
{
|
|
2386
|
-
"kind": "javascript-module",
|
|
2387
|
-
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
2508
|
+
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
2388
2509
|
"declarations": [
|
|
2389
2510
|
{
|
|
2390
|
-
"kind": "
|
|
2391
|
-
"name": "
|
|
2392
|
-
"
|
|
2393
|
-
"type": {
|
|
2394
|
-
"text": "ElementStyles"
|
|
2395
|
-
}
|
|
2396
|
-
},
|
|
2397
|
-
"parameters": [
|
|
2398
|
-
{
|
|
2399
|
-
"name": "context",
|
|
2400
|
-
"type": {
|
|
2401
|
-
"text": "ElementDefinitionContext"
|
|
2402
|
-
}
|
|
2403
|
-
},
|
|
2404
|
-
{
|
|
2405
|
-
"name": "definition",
|
|
2406
|
-
"type": {
|
|
2407
|
-
"text": "FoundationElementDefinition"
|
|
2408
|
-
}
|
|
2409
|
-
}
|
|
2410
|
-
]
|
|
2511
|
+
"kind": "variable",
|
|
2512
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2513
|
+
"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 .criteria-chips-inline {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n display: flex;\n align-items: center;\n gap: calc(${designUnit} * 1px);\n overflow-x: auto;\n padding: 0 calc(${designUnit} * 2px);\n background: var(--neutral-fill-input-rest);\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);\n border-radius: calc(var(--control-corner-radius) * 1px);\n scrollbar-width: none;\n }\n\n .criteria-chips-inline::-webkit-scrollbar {\n display: none;\n }\n\n .mic-icon {\n color: var(--neutral-foreground-rest);\n fill: currentColor;\n }\n\n .criteria-toggle-button,\n .criteria-clear-button {\n flex-shrink: 0;\n }\n\n .criteria-chip {\n display: inline-flex;\n align-items: center;\n flex-shrink: 0;\n gap: calc(${designUnit} * 1px);\n padding: calc(${designUnit} * 0.5px) calc(${designUnit} * 2px);\n background: var(--neutral-fill-rest);\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);\n border-radius: calc(${designUnit} * 4px);\n font-size: var(--type-ramp-minus-1-font-size);\n color: var(--neutral-foreground-rest);\n white-space: nowrap;\n }\n\n .criteria-chip-field {\n font-weight: 600;\n }\n\n .criteria-chip-operator {\n color: var(--neutral-foreground-hint, var(--neutral-foreground-rest));\n font-style: italic;\n }\n\n .criteria-chip-remove {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n width: 14px;\n height: 14px;\n padding: 0;\n margin-left: calc(${designUnit} * 0.5px);\n background: none;\n border: none;\n cursor: pointer;\n color: var(--neutral-foreground-hint, var(--neutral-foreground-rest));\n font-size: 10px;\n border-radius: 50%;\n line-height: 1;\n }\n\n .criteria-chip-remove:hover {\n background: var(--neutral-fill-hover);\n color: var(--neutral-foreground-rest);\n }\n`"
|
|
2411
2514
|
}
|
|
2412
2515
|
],
|
|
2413
2516
|
"exports": [
|
|
2414
2517
|
{
|
|
2415
2518
|
"kind": "js",
|
|
2416
|
-
"name": "
|
|
2519
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2417
2520
|
"declaration": {
|
|
2418
|
-
"name": "
|
|
2419
|
-
"module": "src/ai-
|
|
2521
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2522
|
+
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
2420
2523
|
}
|
|
2421
2524
|
}
|
|
2422
2525
|
]
|
|
2423
2526
|
},
|
|
2424
2527
|
{
|
|
2425
2528
|
"kind": "javascript-module",
|
|
2426
|
-
"path": "src/ai-
|
|
2529
|
+
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
2427
2530
|
"declarations": [
|
|
2428
2531
|
{
|
|
2429
2532
|
"kind": "variable",
|
|
2430
|
-
"name": "
|
|
2533
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2431
2534
|
"type": {
|
|
2432
|
-
"text": "ViewTemplate<
|
|
2535
|
+
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
2433
2536
|
},
|
|
2434
|
-
"default": "html`\n ${(x) =>
|
|
2537
|
+
"default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
|
|
2435
2538
|
}
|
|
2436
2539
|
],
|
|
2437
2540
|
"exports": [
|
|
2438
2541
|
{
|
|
2439
2542
|
"kind": "js",
|
|
2440
|
-
"name": "
|
|
2543
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2441
2544
|
"declaration": {
|
|
2442
|
-
"name": "
|
|
2443
|
-
"module": "src/ai-
|
|
2545
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2546
|
+
"module": "src/ai-criteria-search/ai-criteria-search.template.ts"
|
|
2444
2547
|
}
|
|
2445
2548
|
}
|
|
2446
2549
|
]
|
|
2447
2550
|
},
|
|
2448
2551
|
{
|
|
2449
2552
|
"kind": "javascript-module",
|
|
2450
|
-
"path": "src/ai-
|
|
2553
|
+
"path": "src/ai-criteria-search/ai-criteria-search.ts",
|
|
2451
2554
|
"declarations": [
|
|
2452
2555
|
{
|
|
2453
2556
|
"kind": "class",
|
|
2454
|
-
"description": "",
|
|
2455
|
-
"name": "
|
|
2557
|
+
"description": "Natural-language criteria search input with AI interpretation.",
|
|
2558
|
+
"name": "AiCriteriaSearch",
|
|
2456
2559
|
"members": [
|
|
2457
2560
|
{
|
|
2458
2561
|
"kind": "field",
|
|
@@ -2463,25 +2566,54 @@
|
|
|
2463
2566
|
},
|
|
2464
2567
|
{
|
|
2465
2568
|
"kind": "field",
|
|
2466
|
-
"name": "
|
|
2569
|
+
"name": "placeholder",
|
|
2467
2570
|
"type": {
|
|
2468
|
-
"text": "
|
|
2571
|
+
"text": "string"
|
|
2469
2572
|
},
|
|
2470
|
-
"
|
|
2471
|
-
"description": "The indicator reflects status for the registry's default provider only —\nper-agent provider overrides live with the assistant component, not this\ntop-level chrome.",
|
|
2472
|
-
"readonly": true
|
|
2573
|
+
"default": "'Describe your search criteria in natural language...'"
|
|
2473
2574
|
},
|
|
2474
2575
|
{
|
|
2475
2576
|
"kind": "field",
|
|
2476
|
-
"name": "
|
|
2577
|
+
"name": "disabled",
|
|
2477
2578
|
"type": {
|
|
2478
|
-
"text": "
|
|
2579
|
+
"text": "boolean"
|
|
2580
|
+
}
|
|
2581
|
+
},
|
|
2582
|
+
{
|
|
2583
|
+
"kind": "field",
|
|
2584
|
+
"name": "inputValue",
|
|
2585
|
+
"type": {
|
|
2586
|
+
"text": "string"
|
|
2587
|
+
},
|
|
2588
|
+
"default": "''"
|
|
2589
|
+
},
|
|
2590
|
+
{
|
|
2591
|
+
"kind": "field",
|
|
2592
|
+
"name": "isInterpreting",
|
|
2593
|
+
"type": {
|
|
2594
|
+
"text": "boolean"
|
|
2595
|
+
},
|
|
2596
|
+
"default": "false"
|
|
2597
|
+
},
|
|
2598
|
+
{
|
|
2599
|
+
"kind": "field",
|
|
2600
|
+
"name": "lastValidCriteria",
|
|
2601
|
+
"type": {
|
|
2602
|
+
"text": "string | null"
|
|
2479
2603
|
},
|
|
2480
2604
|
"default": "null"
|
|
2481
2605
|
},
|
|
2482
2606
|
{
|
|
2483
2607
|
"kind": "field",
|
|
2484
|
-
"name": "
|
|
2608
|
+
"name": "activeGroups",
|
|
2609
|
+
"type": {
|
|
2610
|
+
"text": "CriteriaGroup[]"
|
|
2611
|
+
},
|
|
2612
|
+
"default": "[]"
|
|
2613
|
+
},
|
|
2614
|
+
{
|
|
2615
|
+
"kind": "field",
|
|
2616
|
+
"name": "showingChips",
|
|
2485
2617
|
"type": {
|
|
2486
2618
|
"text": "boolean"
|
|
2487
2619
|
},
|
|
@@ -2489,15 +2621,15 @@
|
|
|
2489
2621
|
},
|
|
2490
2622
|
{
|
|
2491
2623
|
"kind": "field",
|
|
2492
|
-
"name": "
|
|
2624
|
+
"name": "fieldMetadata",
|
|
2493
2625
|
"type": {
|
|
2494
|
-
"text": "
|
|
2626
|
+
"text": "MetadataDetail[] | string[]"
|
|
2495
2627
|
},
|
|
2496
|
-
"default": "
|
|
2628
|
+
"default": "[]"
|
|
2497
2629
|
},
|
|
2498
2630
|
{
|
|
2499
2631
|
"kind": "field",
|
|
2500
|
-
"name": "
|
|
2632
|
+
"name": "isRecording",
|
|
2501
2633
|
"type": {
|
|
2502
2634
|
"text": "boolean"
|
|
2503
2635
|
},
|
|
@@ -2505,29 +2637,33 @@
|
|
|
2505
2637
|
},
|
|
2506
2638
|
{
|
|
2507
2639
|
"kind": "field",
|
|
2508
|
-
"name": "
|
|
2640
|
+
"name": "textAreaRef",
|
|
2509
2641
|
"type": {
|
|
2510
|
-
"text": "
|
|
2642
|
+
"text": "HTMLTextAreaElement"
|
|
2511
2643
|
},
|
|
2512
|
-
"privacy": "
|
|
2513
|
-
"default": "null"
|
|
2644
|
+
"privacy": "public"
|
|
2514
2645
|
},
|
|
2515
2646
|
{
|
|
2516
2647
|
"kind": "field",
|
|
2517
|
-
"name": "
|
|
2518
|
-
"
|
|
2648
|
+
"name": "stopRecording",
|
|
2649
|
+
"type": {
|
|
2650
|
+
"text": "(() => void) | null"
|
|
2651
|
+
},
|
|
2652
|
+
"privacy": "private",
|
|
2653
|
+
"default": "null"
|
|
2519
2654
|
},
|
|
2520
2655
|
{
|
|
2521
2656
|
"kind": "field",
|
|
2522
|
-
"name": "
|
|
2657
|
+
"name": "speechApplyDebounceTimer",
|
|
2523
2658
|
"type": {
|
|
2524
|
-
"text": "
|
|
2659
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
2525
2660
|
},
|
|
2526
|
-
"
|
|
2661
|
+
"privacy": "private",
|
|
2662
|
+
"default": "null"
|
|
2527
2663
|
},
|
|
2528
2664
|
{
|
|
2529
2665
|
"kind": "field",
|
|
2530
|
-
"name": "
|
|
2666
|
+
"name": "speechAvailable",
|
|
2531
2667
|
"type": {
|
|
2532
2668
|
"text": "boolean"
|
|
2533
2669
|
},
|
|
@@ -2535,69 +2671,65 @@
|
|
|
2535
2671
|
},
|
|
2536
2672
|
{
|
|
2537
2673
|
"kind": "field",
|
|
2538
|
-
"name": "
|
|
2674
|
+
"name": "criteriaChips",
|
|
2539
2675
|
"type": {
|
|
2540
|
-
"text": "
|
|
2676
|
+
"text": "CriteriaChip[]"
|
|
2541
2677
|
},
|
|
2542
2678
|
"readonly": true
|
|
2543
2679
|
},
|
|
2544
2680
|
{
|
|
2545
2681
|
"kind": "method",
|
|
2546
|
-
"name": "
|
|
2682
|
+
"name": "getFieldLabel",
|
|
2683
|
+
"privacy": "private",
|
|
2547
2684
|
"return": {
|
|
2548
2685
|
"type": {
|
|
2549
|
-
"text": "
|
|
2686
|
+
"text": "string"
|
|
2550
2687
|
}
|
|
2551
|
-
}
|
|
2552
|
-
},
|
|
2553
|
-
{
|
|
2554
|
-
"kind": "method",
|
|
2555
|
-
"name": "handleClickOutside",
|
|
2556
|
-
"privacy": "private",
|
|
2688
|
+
},
|
|
2557
2689
|
"parameters": [
|
|
2558
2690
|
{
|
|
2559
|
-
"name": "
|
|
2691
|
+
"name": "fieldName",
|
|
2560
2692
|
"type": {
|
|
2561
|
-
"text": "
|
|
2693
|
+
"text": "string"
|
|
2562
2694
|
}
|
|
2563
2695
|
}
|
|
2564
2696
|
]
|
|
2565
2697
|
},
|
|
2566
2698
|
{
|
|
2567
2699
|
"kind": "method",
|
|
2568
|
-
"name": "
|
|
2569
|
-
},
|
|
2570
|
-
{
|
|
2571
|
-
"kind": "method",
|
|
2572
|
-
"name": "refreshStatus",
|
|
2700
|
+
"name": "toggleCriteriaView",
|
|
2573
2701
|
"return": {
|
|
2574
2702
|
"type": {
|
|
2575
|
-
"text": "
|
|
2703
|
+
"text": "void"
|
|
2576
2704
|
}
|
|
2577
2705
|
}
|
|
2578
2706
|
},
|
|
2579
2707
|
{
|
|
2580
2708
|
"kind": "method",
|
|
2581
|
-
"name": "
|
|
2582
|
-
"privacy": "private",
|
|
2709
|
+
"name": "removeChip",
|
|
2583
2710
|
"return": {
|
|
2584
2711
|
"type": {
|
|
2585
|
-
"text": "
|
|
2712
|
+
"text": "void"
|
|
2586
2713
|
}
|
|
2587
2714
|
},
|
|
2588
2715
|
"parameters": [
|
|
2589
2716
|
{
|
|
2590
|
-
"name": "
|
|
2717
|
+
"name": "groupIndex",
|
|
2591
2718
|
"type": {
|
|
2592
|
-
"text": "
|
|
2719
|
+
"text": "number"
|
|
2720
|
+
}
|
|
2721
|
+
},
|
|
2722
|
+
{
|
|
2723
|
+
"name": "clauseIndex",
|
|
2724
|
+
"type": {
|
|
2725
|
+
"text": "number"
|
|
2593
2726
|
}
|
|
2594
2727
|
}
|
|
2595
2728
|
]
|
|
2596
2729
|
},
|
|
2597
2730
|
{
|
|
2598
2731
|
"kind": "method",
|
|
2599
|
-
"name": "
|
|
2600
|
-
"privacy": "private",
|
|
2732
|
+
"name": "clearChips",
|
|
2601
2733
|
"return": {
|
|
2602
2734
|
"type": {
|
|
2603
2735
|
"text": "void"
|
|
@@ -2606,32 +2738,24 @@
|
|
|
2606
2738
|
},
|
|
2607
2739
|
{
|
|
2608
2740
|
"kind": "method",
|
|
2609
|
-
"name": "
|
|
2610
|
-
"privacy": "private",
|
|
2611
|
-
"return": {
|
|
2612
|
-
"type": {
|
|
2613
|
-
"text": "void"
|
|
2614
|
-
}
|
|
2615
|
-
}
|
|
2741
|
+
"name": "handleSubmit"
|
|
2616
2742
|
},
|
|
2617
2743
|
{
|
|
2618
2744
|
"kind": "method",
|
|
2619
|
-
"name": "
|
|
2620
|
-
"privacy": "private",
|
|
2621
|
-
"return": {
|
|
2622
|
-
"type": {
|
|
2623
|
-
"text": "void"
|
|
2624
|
-
}
|
|
2625
|
-
}
|
|
2745
|
+
"name": "handleBlur"
|
|
2626
2746
|
},
|
|
2627
2747
|
{
|
|
2628
2748
|
"kind": "method",
|
|
2629
|
-
"name": "
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
|
|
2749
|
+
"name": "clear"
|
|
2750
|
+
},
|
|
2751
|
+
{
|
|
2752
|
+
"kind": "method",
|
|
2753
|
+
"name": "toggleSpeechInput"
|
|
2754
|
+
},
|
|
2755
|
+
{
|
|
2756
|
+
"kind": "method",
|
|
2757
|
+
"name": "clearSpeechApplyDebounce",
|
|
2758
|
+
"privacy": "private"
|
|
2635
2759
|
},
|
|
2636
2760
|
{
|
|
2637
2761
|
"kind": "field",
|
|
@@ -2745,141 +2869,259 @@
|
|
|
2745
2869
|
}
|
|
2746
2870
|
}
|
|
2747
2871
|
],
|
|
2872
|
+
"events": [
|
|
2873
|
+
{
|
|
2874
|
+
"description": "Fired when interpreted criteria is applied or cleared",
|
|
2875
|
+
"name": "criteria-changed"
|
|
2876
|
+
},
|
|
2877
|
+
{
|
|
2878
|
+
"description": "Fired when interpreted criteria contains invalid clauses",
|
|
2879
|
+
"name": "validation-errors"
|
|
2880
|
+
}
|
|
2881
|
+
],
|
|
2882
|
+
"attributes": [
|
|
2883
|
+
{
|
|
2884
|
+
"name": "placeholder",
|
|
2885
|
+
"type": {
|
|
2886
|
+
"text": "string"
|
|
2887
|
+
},
|
|
2888
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
2889
|
+
"fieldName": "placeholder"
|
|
2890
|
+
},
|
|
2891
|
+
{
|
|
2892
|
+
"type": {
|
|
2893
|
+
"text": "boolean"
|
|
2894
|
+
},
|
|
2895
|
+
"fieldName": "disabled"
|
|
2896
|
+
}
|
|
2897
|
+
],
|
|
2748
2898
|
"superclass": {
|
|
2749
2899
|
"name": "FoundationElement",
|
|
2750
2900
|
"package": "@microsoft/fast-foundation"
|
|
2751
2901
|
},
|
|
2752
|
-
"tagName": "%%prefix%%-ai-
|
|
2902
|
+
"tagName": "%%prefix%%-ai-criteria-search",
|
|
2753
2903
|
"customElement": true
|
|
2754
2904
|
},
|
|
2755
2905
|
{
|
|
2756
2906
|
"kind": "variable",
|
|
2757
|
-
"name": "
|
|
2907
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2908
|
+
"type": {
|
|
2909
|
+
"text": "ShadowRootInit"
|
|
2910
|
+
},
|
|
2911
|
+
"default": "undefined"
|
|
2912
|
+
},
|
|
2913
|
+
{
|
|
2914
|
+
"kind": "variable",
|
|
2915
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2916
|
+
"type": {
|
|
2917
|
+
"text": "object"
|
|
2918
|
+
},
|
|
2919
|
+
"default": "{}"
|
|
2920
|
+
},
|
|
2921
|
+
{
|
|
2922
|
+
"kind": "variable",
|
|
2923
|
+
"name": "foundationAiCriteriaSearch"
|
|
2758
2924
|
}
|
|
2759
2925
|
],
|
|
2760
2926
|
"exports": [
|
|
2761
2927
|
{
|
|
2762
2928
|
"kind": "js",
|
|
2763
|
-
"name": "
|
|
2929
|
+
"name": "AiCriteriaSearch",
|
|
2764
2930
|
"declaration": {
|
|
2765
|
-
"name": "
|
|
2766
|
-
"module": "src/ai-
|
|
2931
|
+
"name": "AiCriteriaSearch",
|
|
2932
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2767
2933
|
}
|
|
2768
2934
|
},
|
|
2769
2935
|
{
|
|
2770
2936
|
"kind": "js",
|
|
2771
|
-
"name": "
|
|
2937
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2772
2938
|
"declaration": {
|
|
2773
|
-
"name": "
|
|
2774
|
-
"module": "src/ai-
|
|
2939
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2940
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2941
|
+
}
|
|
2942
|
+
},
|
|
2943
|
+
{
|
|
2944
|
+
"kind": "js",
|
|
2945
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2946
|
+
"declaration": {
|
|
2947
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2948
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2949
|
+
}
|
|
2950
|
+
},
|
|
2951
|
+
{
|
|
2952
|
+
"kind": "js",
|
|
2953
|
+
"name": "foundationAiCriteriaSearch",
|
|
2954
|
+
"declaration": {
|
|
2955
|
+
"name": "foundationAiCriteriaSearch",
|
|
2956
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2775
2957
|
}
|
|
2776
2958
|
}
|
|
2777
2959
|
]
|
|
2778
2960
|
},
|
|
2779
2961
|
{
|
|
2780
2962
|
"kind": "javascript-module",
|
|
2781
|
-
"path": "src/ai-
|
|
2963
|
+
"path": "src/ai-criteria-search/index.ts",
|
|
2782
2964
|
"declarations": [],
|
|
2783
2965
|
"exports": [
|
|
2784
2966
|
{
|
|
2785
2967
|
"kind": "js",
|
|
2786
|
-
"name": "
|
|
2968
|
+
"name": "AiCriteriaSearch",
|
|
2787
2969
|
"declaration": {
|
|
2788
|
-
"name": "
|
|
2789
|
-
"module": "./ai-
|
|
2970
|
+
"name": "AiCriteriaSearch",
|
|
2971
|
+
"module": "./ai-criteria-search"
|
|
2790
2972
|
}
|
|
2791
2973
|
},
|
|
2792
2974
|
{
|
|
2793
2975
|
"kind": "js",
|
|
2794
|
-
"name": "
|
|
2976
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2795
2977
|
"declaration": {
|
|
2796
|
-
"name": "
|
|
2797
|
-
"module": "./ai-
|
|
2978
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2979
|
+
"module": "./ai-criteria-search"
|
|
2798
2980
|
}
|
|
2799
2981
|
},
|
|
2800
2982
|
{
|
|
2801
2983
|
"kind": "js",
|
|
2802
|
-
"name": "
|
|
2984
|
+
"name": "foundationAiCriteriaSearch",
|
|
2803
2985
|
"declaration": {
|
|
2804
|
-
"name": "
|
|
2805
|
-
"module": "./ai-
|
|
2986
|
+
"name": "foundationAiCriteriaSearch",
|
|
2987
|
+
"module": "./ai-criteria-search"
|
|
2806
2988
|
}
|
|
2807
2989
|
},
|
|
2808
2990
|
{
|
|
2809
2991
|
"kind": "js",
|
|
2810
|
-
"name": "
|
|
2992
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2811
2993
|
"declaration": {
|
|
2812
|
-
"name": "
|
|
2813
|
-
"module": "./ai-
|
|
2994
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2995
|
+
"module": "./ai-criteria-search"
|
|
2814
2996
|
}
|
|
2815
2997
|
},
|
|
2816
2998
|
{
|
|
2817
2999
|
"kind": "js",
|
|
2818
|
-
"name": "
|
|
3000
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2819
3001
|
"declaration": {
|
|
2820
|
-
"name": "
|
|
2821
|
-
"module": "./ai-
|
|
3002
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
3003
|
+
"module": "./ai-criteria-search.styles"
|
|
2822
3004
|
}
|
|
2823
3005
|
},
|
|
2824
3006
|
{
|
|
2825
3007
|
"kind": "js",
|
|
2826
|
-
"name": "
|
|
3008
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2827
3009
|
"declaration": {
|
|
2828
|
-
"name": "
|
|
2829
|
-
"module": "./ai-
|
|
3010
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3011
|
+
"module": "./ai-criteria-search.template"
|
|
3012
|
+
}
|
|
3013
|
+
},
|
|
3014
|
+
{
|
|
3015
|
+
"kind": "js",
|
|
3016
|
+
"name": "*",
|
|
3017
|
+
"declaration": {
|
|
3018
|
+
"name": "*",
|
|
3019
|
+
"package": "./validation/criteria-ir"
|
|
3020
|
+
}
|
|
3021
|
+
},
|
|
3022
|
+
{
|
|
3023
|
+
"kind": "js",
|
|
3024
|
+
"name": "*",
|
|
3025
|
+
"declaration": {
|
|
3026
|
+
"name": "*",
|
|
3027
|
+
"package": "./validation/operator-map"
|
|
3028
|
+
}
|
|
3029
|
+
},
|
|
3030
|
+
{
|
|
3031
|
+
"kind": "js",
|
|
3032
|
+
"name": "*",
|
|
3033
|
+
"declaration": {
|
|
3034
|
+
"name": "*",
|
|
3035
|
+
"package": "./validation/schema-validator"
|
|
2830
3036
|
}
|
|
2831
3037
|
}
|
|
2832
3038
|
]
|
|
2833
3039
|
},
|
|
2834
3040
|
{
|
|
2835
3041
|
"kind": "javascript-module",
|
|
2836
|
-
"path": "src/
|
|
3042
|
+
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
2837
3043
|
"declarations": [
|
|
2838
3044
|
{
|
|
2839
3045
|
"kind": "function",
|
|
2840
|
-
"name": "
|
|
3046
|
+
"name": "formatValidationErrors",
|
|
2841
3047
|
"return": {
|
|
2842
3048
|
"type": {
|
|
2843
|
-
"text": "
|
|
3049
|
+
"text": "string"
|
|
2844
3050
|
}
|
|
2845
3051
|
},
|
|
2846
3052
|
"parameters": [
|
|
2847
3053
|
{
|
|
2848
|
-
"name": "
|
|
3054
|
+
"name": "errors",
|
|
2849
3055
|
"type": {
|
|
2850
|
-
"text": "
|
|
3056
|
+
"text": "ValidationError[]"
|
|
2851
3057
|
}
|
|
3058
|
+
}
|
|
3059
|
+
],
|
|
3060
|
+
"description": "Formats validation errors into a user-friendly message."
|
|
3061
|
+
},
|
|
3062
|
+
{
|
|
3063
|
+
"kind": "function",
|
|
3064
|
+
"name": "showCriteriaError",
|
|
3065
|
+
"return": {
|
|
3066
|
+
"type": {
|
|
3067
|
+
"text": "void"
|
|
3068
|
+
}
|
|
3069
|
+
},
|
|
3070
|
+
"parameters": [
|
|
3071
|
+
{
|
|
3072
|
+
"name": "title",
|
|
3073
|
+
"type": {
|
|
3074
|
+
"text": "string"
|
|
3075
|
+
},
|
|
3076
|
+
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
2852
3077
|
},
|
|
2853
3078
|
{
|
|
2854
|
-
"name": "
|
|
3079
|
+
"name": "body",
|
|
2855
3080
|
"type": {
|
|
2856
|
-
"text": "
|
|
2857
|
-
}
|
|
3081
|
+
"text": "string"
|
|
3082
|
+
},
|
|
3083
|
+
"description": "Error message to display"
|
|
3084
|
+
},
|
|
3085
|
+
{
|
|
3086
|
+
"name": "tagName",
|
|
3087
|
+
"type": {
|
|
3088
|
+
"text": "string"
|
|
3089
|
+
},
|
|
3090
|
+
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
2858
3091
|
}
|
|
2859
|
-
]
|
|
3092
|
+
],
|
|
3093
|
+
"description": "Shows a criteria error as a toast notification."
|
|
2860
3094
|
}
|
|
2861
3095
|
],
|
|
2862
3096
|
"exports": [
|
|
2863
3097
|
{
|
|
2864
3098
|
"kind": "js",
|
|
2865
|
-
"name": "
|
|
3099
|
+
"name": "formatValidationErrors",
|
|
2866
3100
|
"declaration": {
|
|
2867
|
-
"name": "
|
|
2868
|
-
"module": "src/
|
|
3101
|
+
"name": "formatValidationErrors",
|
|
3102
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3103
|
+
}
|
|
3104
|
+
},
|
|
3105
|
+
{
|
|
3106
|
+
"kind": "js",
|
|
3107
|
+
"name": "showCriteriaError",
|
|
3108
|
+
"declaration": {
|
|
3109
|
+
"name": "showCriteriaError",
|
|
3110
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
2869
3111
|
}
|
|
2870
3112
|
}
|
|
2871
3113
|
]
|
|
2872
3114
|
},
|
|
2873
3115
|
{
|
|
2874
3116
|
"kind": "javascript-module",
|
|
2875
|
-
"path": "src/accordion/accordion.
|
|
3117
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
2876
3118
|
"declarations": [
|
|
2877
3119
|
{
|
|
2878
3120
|
"kind": "function",
|
|
2879
|
-
"name": "
|
|
3121
|
+
"name": "foundationAccordionItemStyles",
|
|
2880
3122
|
"return": {
|
|
2881
3123
|
"type": {
|
|
2882
|
-
"text": "
|
|
3124
|
+
"text": "ElementStyles"
|
|
2883
3125
|
}
|
|
2884
3126
|
},
|
|
2885
3127
|
"parameters": [
|
|
@@ -2901,237 +3143,155 @@
|
|
|
2901
3143
|
"exports": [
|
|
2902
3144
|
{
|
|
2903
3145
|
"kind": "js",
|
|
2904
|
-
"name": "
|
|
3146
|
+
"name": "foundationAccordionItemStyles",
|
|
2905
3147
|
"declaration": {
|
|
2906
|
-
"name": "
|
|
2907
|
-
"module": "src/accordion/accordion.
|
|
3148
|
+
"name": "foundationAccordionItemStyles",
|
|
3149
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
2908
3150
|
}
|
|
2909
3151
|
}
|
|
2910
3152
|
]
|
|
2911
3153
|
},
|
|
2912
3154
|
{
|
|
2913
3155
|
"kind": "javascript-module",
|
|
2914
|
-
"path": "src/accordion/accordion.ts",
|
|
3156
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
2915
3157
|
"declarations": [
|
|
2916
3158
|
{
|
|
2917
|
-
"kind": "
|
|
2918
|
-
"
|
|
2919
|
-
"
|
|
2920
|
-
|
|
2921
|
-
|
|
2922
|
-
|
|
3159
|
+
"kind": "function",
|
|
3160
|
+
"name": "foundationAccordionItemTemplate",
|
|
3161
|
+
"return": {
|
|
3162
|
+
"type": {
|
|
3163
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
3164
|
+
}
|
|
2923
3165
|
},
|
|
2924
|
-
"
|
|
2925
|
-
"customElement": true,
|
|
2926
|
-
"attributes": [
|
|
3166
|
+
"parameters": [
|
|
2927
3167
|
{
|
|
2928
|
-
"name": "
|
|
3168
|
+
"name": "context",
|
|
2929
3169
|
"type": {
|
|
2930
|
-
"text": "
|
|
2931
|
-
},
|
|
2932
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
2933
|
-
"fieldName": "expandmode",
|
|
2934
|
-
"inheritedFrom": {
|
|
2935
|
-
"name": "Accordion",
|
|
2936
|
-
"module": "src/accordion/accordion.ts"
|
|
3170
|
+
"text": "ElementDefinitionContext"
|
|
2937
3171
|
}
|
|
2938
|
-
}
|
|
2939
|
-
],
|
|
2940
|
-
"members": [
|
|
3172
|
+
},
|
|
2941
3173
|
{
|
|
2942
|
-
"
|
|
2943
|
-
"name": "expandmode",
|
|
3174
|
+
"name": "definition",
|
|
2944
3175
|
"type": {
|
|
2945
|
-
"text": "
|
|
2946
|
-
},
|
|
2947
|
-
"privacy": "public",
|
|
2948
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
2949
|
-
"inheritedFrom": {
|
|
2950
|
-
"name": "Accordion",
|
|
2951
|
-
"module": "src/accordion/accordion.ts"
|
|
3176
|
+
"text": "FoundationElementDefinition"
|
|
2952
3177
|
}
|
|
2953
|
-
}
|
|
3178
|
+
}
|
|
3179
|
+
]
|
|
3180
|
+
}
|
|
3181
|
+
],
|
|
3182
|
+
"exports": [
|
|
3183
|
+
{
|
|
3184
|
+
"kind": "js",
|
|
3185
|
+
"name": "foundationAccordionItemTemplate",
|
|
3186
|
+
"declaration": {
|
|
3187
|
+
"name": "foundationAccordionItemTemplate",
|
|
3188
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
3189
|
+
}
|
|
3190
|
+
}
|
|
3191
|
+
]
|
|
3192
|
+
},
|
|
3193
|
+
{
|
|
3194
|
+
"kind": "javascript-module",
|
|
3195
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
3196
|
+
"declarations": [
|
|
3197
|
+
{
|
|
3198
|
+
"kind": "class",
|
|
3199
|
+
"description": "",
|
|
3200
|
+
"name": "AccordionItem",
|
|
3201
|
+
"superclass": {
|
|
3202
|
+
"name": "FASTAccordionItem",
|
|
3203
|
+
"package": "@microsoft/fast-components"
|
|
3204
|
+
},
|
|
3205
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
3206
|
+
"customElement": true,
|
|
3207
|
+
"attributes": [
|
|
2954
3208
|
{
|
|
2955
|
-
"
|
|
2956
|
-
"name": "activeid",
|
|
3209
|
+
"name": "heading-level",
|
|
2957
3210
|
"type": {
|
|
2958
|
-
"text": "
|
|
3211
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
2959
3212
|
},
|
|
2960
|
-
"
|
|
3213
|
+
"default": "2",
|
|
3214
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
3215
|
+
"fieldName": "headinglevel",
|
|
2961
3216
|
"inheritedFrom": {
|
|
2962
|
-
"name": "
|
|
2963
|
-
"module": "src/accordion/accordion.ts"
|
|
3217
|
+
"name": "AccordionItem",
|
|
3218
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2964
3219
|
}
|
|
2965
3220
|
},
|
|
2966
3221
|
{
|
|
2967
|
-
"kind": "field",
|
|
2968
|
-
"name": "activeItemIndex",
|
|
2969
3222
|
"type": {
|
|
2970
|
-
"text": "
|
|
3223
|
+
"text": "boolean"
|
|
2971
3224
|
},
|
|
2972
|
-
"
|
|
2973
|
-
"
|
|
3225
|
+
"default": "false",
|
|
3226
|
+
"description": "Expands or collapses the item.",
|
|
3227
|
+
"fieldName": "expanded",
|
|
2974
3228
|
"inheritedFrom": {
|
|
2975
|
-
"name": "
|
|
2976
|
-
"module": "src/accordion/accordion.ts"
|
|
3229
|
+
"name": "AccordionItem",
|
|
3230
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2977
3231
|
}
|
|
2978
3232
|
},
|
|
2979
3233
|
{
|
|
2980
|
-
"
|
|
2981
|
-
"name": "accordionIds",
|
|
3234
|
+
"name": "id",
|
|
2982
3235
|
"type": {
|
|
2983
|
-
"text": "
|
|
3236
|
+
"text": "string"
|
|
2984
3237
|
},
|
|
2985
|
-
"
|
|
3238
|
+
"description": "The item ID",
|
|
3239
|
+
"fieldName": "id",
|
|
2986
3240
|
"inheritedFrom": {
|
|
2987
|
-
"name": "
|
|
2988
|
-
"module": "src/accordion/accordion.ts"
|
|
3241
|
+
"name": "AccordionItem",
|
|
3242
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2989
3243
|
}
|
|
2990
|
-
}
|
|
3244
|
+
}
|
|
3245
|
+
],
|
|
3246
|
+
"members": [
|
|
2991
3247
|
{
|
|
2992
3248
|
"kind": "field",
|
|
2993
|
-
"name": "
|
|
2994
|
-
"
|
|
2995
|
-
|
|
2996
|
-
"name": "Accordion",
|
|
2997
|
-
"module": "src/accordion/accordion.ts"
|
|
2998
|
-
}
|
|
2999
|
-
},
|
|
3000
|
-
{
|
|
3001
|
-
"kind": "method",
|
|
3002
|
-
"name": "findExpandedItem",
|
|
3003
|
-
"privacy": "private",
|
|
3004
|
-
"return": {
|
|
3005
|
-
"type": {
|
|
3006
|
-
"text": "AccordionItem | null"
|
|
3007
|
-
}
|
|
3249
|
+
"name": "headinglevel",
|
|
3250
|
+
"type": {
|
|
3251
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
3008
3252
|
},
|
|
3253
|
+
"privacy": "public",
|
|
3254
|
+
"default": "2",
|
|
3255
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
3009
3256
|
"inheritedFrom": {
|
|
3010
|
-
"name": "
|
|
3011
|
-
"module": "src/accordion/accordion.ts"
|
|
3257
|
+
"name": "AccordionItem",
|
|
3258
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3012
3259
|
}
|
|
3013
3260
|
},
|
|
3014
3261
|
{
|
|
3015
3262
|
"kind": "field",
|
|
3016
|
-
"name": "
|
|
3017
|
-
"
|
|
3018
|
-
|
|
3019
|
-
"name": "Accordion",
|
|
3020
|
-
"module": "src/accordion/accordion.ts"
|
|
3021
|
-
}
|
|
3022
|
-
},
|
|
3023
|
-
{
|
|
3024
|
-
"kind": "method",
|
|
3025
|
-
"name": "resetItems",
|
|
3026
|
-
"privacy": "private",
|
|
3027
|
-
"return": {
|
|
3028
|
-
"type": {
|
|
3029
|
-
"text": "void"
|
|
3030
|
-
}
|
|
3263
|
+
"name": "expanded",
|
|
3264
|
+
"type": {
|
|
3265
|
+
"text": "boolean"
|
|
3031
3266
|
},
|
|
3267
|
+
"privacy": "public",
|
|
3268
|
+
"default": "false",
|
|
3269
|
+
"description": "Expands or collapses the item.",
|
|
3032
3270
|
"inheritedFrom": {
|
|
3033
|
-
"name": "
|
|
3034
|
-
"module": "src/accordion/accordion.ts"
|
|
3035
|
-
}
|
|
3036
|
-
},
|
|
3037
|
-
{
|
|
3038
|
-
"kind": "field",
|
|
3039
|
-
"name": "removeItemListeners",
|
|
3040
|
-
"privacy": "private",
|
|
3041
|
-
"inheritedFrom": {
|
|
3042
|
-
"name": "Accordion",
|
|
3043
|
-
"module": "src/accordion/accordion.ts"
|
|
3271
|
+
"name": "AccordionItem",
|
|
3272
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3044
3273
|
}
|
|
3045
3274
|
},
|
|
3046
3275
|
{
|
|
3047
3276
|
"kind": "field",
|
|
3048
|
-
"name": "
|
|
3049
|
-
"
|
|
3050
|
-
|
|
3051
|
-
"name": "Accordion",
|
|
3052
|
-
"module": "src/accordion/accordion.ts"
|
|
3053
|
-
}
|
|
3054
|
-
},
|
|
3055
|
-
{
|
|
3056
|
-
"kind": "method",
|
|
3057
|
-
"name": "getItemIds",
|
|
3058
|
-
"privacy": "private",
|
|
3059
|
-
"return": {
|
|
3060
|
-
"type": {
|
|
3061
|
-
"text": "Array<string | null>"
|
|
3062
|
-
}
|
|
3063
|
-
},
|
|
3064
|
-
"inheritedFrom": {
|
|
3065
|
-
"name": "Accordion",
|
|
3066
|
-
"module": "src/accordion/accordion.ts"
|
|
3067
|
-
}
|
|
3068
|
-
},
|
|
3069
|
-
{
|
|
3070
|
-
"kind": "method",
|
|
3071
|
-
"name": "isSingleExpandMode",
|
|
3072
|
-
"privacy": "private",
|
|
3073
|
-
"return": {
|
|
3074
|
-
"type": {
|
|
3075
|
-
"text": "boolean"
|
|
3076
|
-
}
|
|
3277
|
+
"name": "id",
|
|
3278
|
+
"type": {
|
|
3279
|
+
"text": "string"
|
|
3077
3280
|
},
|
|
3281
|
+
"privacy": "public",
|
|
3282
|
+
"description": "The item ID",
|
|
3078
3283
|
"inheritedFrom": {
|
|
3079
|
-
"name": "
|
|
3080
|
-
"module": "src/accordion/accordion.ts"
|
|
3081
|
-
}
|
|
3082
|
-
},
|
|
3083
|
-
{
|
|
3084
|
-
"kind": "field",
|
|
3085
|
-
"name": "handleItemKeyDown",
|
|
3086
|
-
"privacy": "private",
|
|
3087
|
-
"inheritedFrom": {
|
|
3088
|
-
"name": "Accordion",
|
|
3089
|
-
"module": "src/accordion/accordion.ts"
|
|
3284
|
+
"name": "AccordionItem",
|
|
3285
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3090
3286
|
}
|
|
3091
3287
|
},
|
|
3092
3288
|
{
|
|
3093
3289
|
"kind": "field",
|
|
3094
|
-
"name": "
|
|
3095
|
-
"privacy": "private",
|
|
3096
|
-
"inheritedFrom": {
|
|
3097
|
-
"name": "Accordion",
|
|
3098
|
-
"module": "src/accordion/accordion.ts"
|
|
3099
|
-
}
|
|
3100
|
-
},
|
|
3101
|
-
{
|
|
3102
|
-
"kind": "method",
|
|
3103
|
-
"name": "adjust",
|
|
3104
|
-
"privacy": "private",
|
|
3105
|
-
"return": {
|
|
3106
|
-
"type": {
|
|
3107
|
-
"text": "void"
|
|
3108
|
-
}
|
|
3109
|
-
},
|
|
3110
|
-
"parameters": [
|
|
3111
|
-
{
|
|
3112
|
-
"name": "adjustment",
|
|
3113
|
-
"type": {
|
|
3114
|
-
"text": "number"
|
|
3115
|
-
}
|
|
3116
|
-
}
|
|
3117
|
-
],
|
|
3118
|
-
"inheritedFrom": {
|
|
3119
|
-
"name": "Accordion",
|
|
3120
|
-
"module": "src/accordion/accordion.ts"
|
|
3121
|
-
}
|
|
3122
|
-
},
|
|
3123
|
-
{
|
|
3124
|
-
"kind": "method",
|
|
3125
|
-
"name": "focusItem",
|
|
3290
|
+
"name": "change",
|
|
3126
3291
|
"privacy": "private",
|
|
3127
|
-
"return": {
|
|
3128
|
-
"type": {
|
|
3129
|
-
"text": "void"
|
|
3130
|
-
}
|
|
3131
|
-
},
|
|
3132
3292
|
"inheritedFrom": {
|
|
3133
|
-
"name": "
|
|
3134
|
-
"module": "src/accordion/accordion.ts"
|
|
3293
|
+
"name": "AccordionItem",
|
|
3294
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3135
3295
|
}
|
|
3136
3296
|
},
|
|
3137
3297
|
{
|
|
@@ -3248,18 +3408,18 @@
|
|
|
3248
3408
|
],
|
|
3249
3409
|
"events": [
|
|
3250
3410
|
{
|
|
3251
|
-
"description": "Fires a custom 'change' event when the
|
|
3411
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
3252
3412
|
"name": "change",
|
|
3253
3413
|
"inheritedFrom": {
|
|
3254
|
-
"name": "
|
|
3255
|
-
"module": "src/accordion/accordion.ts"
|
|
3414
|
+
"name": "AccordionItem",
|
|
3415
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3256
3416
|
}
|
|
3257
3417
|
}
|
|
3258
3418
|
]
|
|
3259
3419
|
},
|
|
3260
3420
|
{
|
|
3261
3421
|
"kind": "variable",
|
|
3262
|
-
"name": "
|
|
3422
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
3263
3423
|
"type": {
|
|
3264
3424
|
"text": "ShadowRootInit"
|
|
3265
3425
|
},
|
|
@@ -3267,57 +3427,57 @@
|
|
|
3267
3427
|
},
|
|
3268
3428
|
{
|
|
3269
3429
|
"kind": "variable",
|
|
3270
|
-
"name": "
|
|
3430
|
+
"name": "defaultAccordionItemConfig",
|
|
3271
3431
|
"type": {
|
|
3272
3432
|
"text": "object"
|
|
3273
3433
|
},
|
|
3274
|
-
"default": "{}"
|
|
3434
|
+
"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}"
|
|
3275
3435
|
},
|
|
3276
3436
|
{
|
|
3277
3437
|
"kind": "variable",
|
|
3278
|
-
"name": "
|
|
3279
|
-
"description": "The Foundation Accordion",
|
|
3438
|
+
"name": "foundationAccordionItem",
|
|
3439
|
+
"description": "The Foundation Accordion Item",
|
|
3280
3440
|
"privacy": "public"
|
|
3281
3441
|
}
|
|
3282
3442
|
],
|
|
3283
3443
|
"exports": [
|
|
3284
3444
|
{
|
|
3285
3445
|
"kind": "js",
|
|
3286
|
-
"name": "
|
|
3446
|
+
"name": "AccordionItem",
|
|
3287
3447
|
"declaration": {
|
|
3288
|
-
"name": "
|
|
3289
|
-
"module": "src/accordion/accordion.ts"
|
|
3448
|
+
"name": "AccordionItem",
|
|
3449
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3290
3450
|
}
|
|
3291
3451
|
},
|
|
3292
3452
|
{
|
|
3293
3453
|
"kind": "js",
|
|
3294
|
-
"name": "
|
|
3454
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
3295
3455
|
"declaration": {
|
|
3296
|
-
"name": "
|
|
3297
|
-
"module": "src/accordion/accordion.ts"
|
|
3456
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
3457
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3298
3458
|
}
|
|
3299
3459
|
},
|
|
3300
3460
|
{
|
|
3301
3461
|
"kind": "js",
|
|
3302
|
-
"name": "
|
|
3462
|
+
"name": "defaultAccordionItemConfig",
|
|
3303
3463
|
"declaration": {
|
|
3304
|
-
"name": "
|
|
3305
|
-
"module": "src/accordion/accordion.ts"
|
|
3464
|
+
"name": "defaultAccordionItemConfig",
|
|
3465
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3306
3466
|
}
|
|
3307
3467
|
},
|
|
3308
3468
|
{
|
|
3309
3469
|
"kind": "js",
|
|
3310
|
-
"name": "
|
|
3470
|
+
"name": "foundationAccordionItem",
|
|
3311
3471
|
"declaration": {
|
|
3312
|
-
"name": "
|
|
3313
|
-
"module": "src/accordion/accordion.ts"
|
|
3472
|
+
"name": "foundationAccordionItem",
|
|
3473
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3314
3474
|
}
|
|
3315
3475
|
}
|
|
3316
3476
|
]
|
|
3317
3477
|
},
|
|
3318
3478
|
{
|
|
3319
3479
|
"kind": "javascript-module",
|
|
3320
|
-
"path": "src/accordion/index.ts",
|
|
3480
|
+
"path": "src/accordion-item/index.ts",
|
|
3321
3481
|
"declarations": [],
|
|
3322
3482
|
"exports": [
|
|
3323
3483
|
{
|
|
@@ -3325,7 +3485,7 @@
|
|
|
3325
3485
|
"name": "*",
|
|
3326
3486
|
"declaration": {
|
|
3327
3487
|
"name": "*",
|
|
3328
|
-
"package": "./accordion.template"
|
|
3488
|
+
"package": "./accordion-item.template"
|
|
3329
3489
|
}
|
|
3330
3490
|
},
|
|
3331
3491
|
{
|
|
@@ -3333,7 +3493,7 @@
|
|
|
3333
3493
|
"name": "*",
|
|
3334
3494
|
"declaration": {
|
|
3335
3495
|
"name": "*",
|
|
3336
|
-
"package": "./accordion.styles"
|
|
3496
|
+
"package": "./accordion-item.styles"
|
|
3337
3497
|
}
|
|
3338
3498
|
},
|
|
3339
3499
|
{
|
|
@@ -3341,64 +3501,82 @@
|
|
|
3341
3501
|
"name": "*",
|
|
3342
3502
|
"declaration": {
|
|
3343
3503
|
"name": "*",
|
|
3344
|
-
"package": "./accordion"
|
|
3504
|
+
"package": "./accordion-item"
|
|
3345
3505
|
}
|
|
3346
3506
|
}
|
|
3347
3507
|
]
|
|
3348
3508
|
},
|
|
3349
3509
|
{
|
|
3350
3510
|
"kind": "javascript-module",
|
|
3351
|
-
"path": "src/ai-
|
|
3511
|
+
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
3352
3512
|
"declarations": [
|
|
3353
3513
|
{
|
|
3354
|
-
"kind": "
|
|
3355
|
-
"name": "
|
|
3356
|
-
"
|
|
3514
|
+
"kind": "function",
|
|
3515
|
+
"name": "foundationAiIndicatorStyles",
|
|
3516
|
+
"return": {
|
|
3517
|
+
"type": {
|
|
3518
|
+
"text": "ElementStyles"
|
|
3519
|
+
}
|
|
3520
|
+
},
|
|
3521
|
+
"parameters": [
|
|
3522
|
+
{
|
|
3523
|
+
"name": "context",
|
|
3524
|
+
"type": {
|
|
3525
|
+
"text": "ElementDefinitionContext"
|
|
3526
|
+
}
|
|
3527
|
+
},
|
|
3528
|
+
{
|
|
3529
|
+
"name": "definition",
|
|
3530
|
+
"type": {
|
|
3531
|
+
"text": "FoundationElementDefinition"
|
|
3532
|
+
}
|
|
3533
|
+
}
|
|
3534
|
+
]
|
|
3357
3535
|
}
|
|
3358
3536
|
],
|
|
3359
3537
|
"exports": [
|
|
3360
3538
|
{
|
|
3361
3539
|
"kind": "js",
|
|
3362
|
-
"name": "
|
|
3540
|
+
"name": "foundationAiIndicatorStyles",
|
|
3363
3541
|
"declaration": {
|
|
3364
|
-
"name": "
|
|
3365
|
-
"module": "src/ai-
|
|
3542
|
+
"name": "foundationAiIndicatorStyles",
|
|
3543
|
+
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
3366
3544
|
}
|
|
3367
3545
|
}
|
|
3368
3546
|
]
|
|
3369
3547
|
},
|
|
3370
3548
|
{
|
|
3371
3549
|
"kind": "javascript-module",
|
|
3372
|
-
"path": "src/ai-
|
|
3550
|
+
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
3373
3551
|
"declarations": [
|
|
3374
3552
|
{
|
|
3375
3553
|
"kind": "variable",
|
|
3376
|
-
"name": "
|
|
3554
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3377
3555
|
"type": {
|
|
3378
|
-
"text": "ViewTemplate<
|
|
3556
|
+
"text": "ViewTemplate<AiIndicator>"
|
|
3379
3557
|
},
|
|
3380
|
-
"default": "html`\n ${(x) =>
|
|
3558
|
+
"default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
|
|
3381
3559
|
}
|
|
3382
3560
|
],
|
|
3383
3561
|
"exports": [
|
|
3384
3562
|
{
|
|
3385
3563
|
"kind": "js",
|
|
3386
|
-
"name": "
|
|
3564
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3387
3565
|
"declaration": {
|
|
3388
|
-
"name": "
|
|
3389
|
-
"module": "src/ai-
|
|
3566
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3567
|
+
"module": "src/ai-indicator/ai-indicator.template.ts"
|
|
3390
3568
|
}
|
|
3391
3569
|
}
|
|
3392
3570
|
]
|
|
3393
3571
|
},
|
|
3394
3572
|
{
|
|
3395
3573
|
"kind": "javascript-module",
|
|
3396
|
-
"path": "src/ai-
|
|
3574
|
+
"path": "src/ai-indicator/ai-indicator.ts",
|
|
3397
3575
|
"declarations": [
|
|
3398
3576
|
{
|
|
3399
3577
|
"kind": "class",
|
|
3400
|
-
"description": "
|
|
3401
|
-
"name": "
|
|
3578
|
+
"description": "",
|
|
3579
|
+
"name": "AiIndicator",
|
|
3402
3580
|
"members": [
|
|
3403
3581
|
{
|
|
3404
3582
|
"kind": "field",
|
|
@@ -3409,54 +3587,25 @@
|
|
|
3409
3587
|
},
|
|
3410
3588
|
{
|
|
3411
3589
|
"kind": "field",
|
|
3412
|
-
"name": "
|
|
3413
|
-
"type": {
|
|
3414
|
-
"text": "string"
|
|
3415
|
-
},
|
|
3416
|
-
"default": "'Describe your search criteria in natural language...'"
|
|
3417
|
-
},
|
|
3418
|
-
{
|
|
3419
|
-
"kind": "field",
|
|
3420
|
-
"name": "disabled",
|
|
3421
|
-
"type": {
|
|
3422
|
-
"text": "boolean"
|
|
3423
|
-
}
|
|
3424
|
-
},
|
|
3425
|
-
{
|
|
3426
|
-
"kind": "field",
|
|
3427
|
-
"name": "inputValue",
|
|
3428
|
-
"type": {
|
|
3429
|
-
"text": "string"
|
|
3430
|
-
},
|
|
3431
|
-
"default": "''"
|
|
3432
|
-
},
|
|
3433
|
-
{
|
|
3434
|
-
"kind": "field",
|
|
3435
|
-
"name": "isInterpreting",
|
|
3590
|
+
"name": "aiProvider",
|
|
3436
3591
|
"type": {
|
|
3437
|
-
"text": "
|
|
3592
|
+
"text": "AIProvider | undefined"
|
|
3438
3593
|
},
|
|
3439
|
-
"
|
|
3594
|
+
"privacy": "private",
|
|
3595
|
+
"description": "The indicator reflects status for the registry's default provider only —\nper-agent provider overrides live with the assistant component, not this\ntop-level chrome.",
|
|
3596
|
+
"readonly": true
|
|
3440
3597
|
},
|
|
3441
3598
|
{
|
|
3442
3599
|
"kind": "field",
|
|
3443
|
-
"name": "
|
|
3600
|
+
"name": "status",
|
|
3444
3601
|
"type": {
|
|
3445
|
-
"text": "
|
|
3602
|
+
"text": "AIStatus | null"
|
|
3446
3603
|
},
|
|
3447
3604
|
"default": "null"
|
|
3448
3605
|
},
|
|
3449
3606
|
{
|
|
3450
3607
|
"kind": "field",
|
|
3451
|
-
"name": "
|
|
3452
|
-
"type": {
|
|
3453
|
-
"text": "CriteriaGroup[]"
|
|
3454
|
-
},
|
|
3455
|
-
"default": "[]"
|
|
3456
|
-
},
|
|
3457
|
-
{
|
|
3458
|
-
"kind": "field",
|
|
3459
|
-
"name": "showingChips",
|
|
3608
|
+
"name": "open",
|
|
3460
3609
|
"type": {
|
|
3461
3610
|
"text": "boolean"
|
|
3462
3611
|
},
|
|
@@ -3464,15 +3613,15 @@
|
|
|
3464
3613
|
},
|
|
3465
3614
|
{
|
|
3466
3615
|
"kind": "field",
|
|
3467
|
-
"name": "
|
|
3616
|
+
"name": "state",
|
|
3468
3617
|
"type": {
|
|
3469
|
-
"text": "
|
|
3618
|
+
"text": "AIIndicatorState"
|
|
3470
3619
|
},
|
|
3471
|
-
"default": "
|
|
3620
|
+
"default": "'none'"
|
|
3472
3621
|
},
|
|
3473
3622
|
{
|
|
3474
3623
|
"kind": "field",
|
|
3475
|
-
"name": "
|
|
3624
|
+
"name": "isInstalling",
|
|
3476
3625
|
"type": {
|
|
3477
3626
|
"text": "boolean"
|
|
3478
3627
|
},
|
|
@@ -3480,33 +3629,29 @@
|
|
|
3480
3629
|
},
|
|
3481
3630
|
{
|
|
3482
3631
|
"kind": "field",
|
|
3483
|
-
"name": "
|
|
3632
|
+
"name": "pollTimer",
|
|
3484
3633
|
"type": {
|
|
3485
|
-
"text": "
|
|
3634
|
+
"text": "ReturnType<typeof setInterval> | null"
|
|
3486
3635
|
},
|
|
3487
|
-
"privacy": "
|
|
3636
|
+
"privacy": "private",
|
|
3637
|
+
"default": "null"
|
|
3488
3638
|
},
|
|
3489
3639
|
{
|
|
3490
3640
|
"kind": "field",
|
|
3491
|
-
"name": "
|
|
3492
|
-
"
|
|
3493
|
-
"text": "(() => void) | null"
|
|
3494
|
-
},
|
|
3495
|
-
"privacy": "private",
|
|
3496
|
-
"default": "null"
|
|
3641
|
+
"name": "clickOutside",
|
|
3642
|
+
"privacy": "private"
|
|
3497
3643
|
},
|
|
3498
3644
|
{
|
|
3499
3645
|
"kind": "field",
|
|
3500
|
-
"name": "
|
|
3646
|
+
"name": "chromeStatusLabel",
|
|
3501
3647
|
"type": {
|
|
3502
|
-
"text": "
|
|
3648
|
+
"text": "string | null"
|
|
3503
3649
|
},
|
|
3504
|
-
"
|
|
3505
|
-
"default": "null"
|
|
3650
|
+
"readonly": true
|
|
3506
3651
|
},
|
|
3507
3652
|
{
|
|
3508
3653
|
"kind": "field",
|
|
3509
|
-
"name": "
|
|
3654
|
+
"name": "canInstall",
|
|
3510
3655
|
"type": {
|
|
3511
3656
|
"text": "boolean"
|
|
3512
3657
|
},
|
|
@@ -3514,65 +3659,69 @@
|
|
|
3514
3659
|
},
|
|
3515
3660
|
{
|
|
3516
3661
|
"kind": "field",
|
|
3517
|
-
"name": "
|
|
3662
|
+
"name": "isDownloading",
|
|
3518
3663
|
"type": {
|
|
3519
|
-
"text": "
|
|
3664
|
+
"text": "boolean"
|
|
3520
3665
|
},
|
|
3521
3666
|
"readonly": true
|
|
3522
3667
|
},
|
|
3523
3668
|
{
|
|
3524
3669
|
"kind": "method",
|
|
3525
|
-
"name": "
|
|
3526
|
-
"privacy": "private",
|
|
3670
|
+
"name": "openChanged",
|
|
3527
3671
|
"return": {
|
|
3528
3672
|
"type": {
|
|
3529
|
-
"text": "
|
|
3673
|
+
"text": "void"
|
|
3530
3674
|
}
|
|
3531
|
-
}
|
|
3675
|
+
}
|
|
3676
|
+
},
|
|
3677
|
+
{
|
|
3678
|
+
"kind": "method",
|
|
3679
|
+
"name": "handleClickOutside",
|
|
3680
|
+
"privacy": "private",
|
|
3532
3681
|
"parameters": [
|
|
3533
3682
|
{
|
|
3534
|
-
"name": "
|
|
3683
|
+
"name": "event",
|
|
3535
3684
|
"type": {
|
|
3536
|
-
"text": "
|
|
3685
|
+
"text": "MouseEvent"
|
|
3537
3686
|
}
|
|
3538
3687
|
}
|
|
3539
3688
|
]
|
|
3540
3689
|
},
|
|
3541
3690
|
{
|
|
3542
3691
|
"kind": "method",
|
|
3543
|
-
"name": "
|
|
3692
|
+
"name": "toggleDropdown"
|
|
3693
|
+
},
|
|
3694
|
+
{
|
|
3695
|
+
"kind": "method",
|
|
3696
|
+
"name": "refreshStatus",
|
|
3544
3697
|
"return": {
|
|
3545
3698
|
"type": {
|
|
3546
|
-
"text": "void"
|
|
3699
|
+
"text": "Promise<void>"
|
|
3547
3700
|
}
|
|
3548
3701
|
}
|
|
3549
3702
|
},
|
|
3550
3703
|
{
|
|
3551
3704
|
"kind": "method",
|
|
3552
|
-
"name": "
|
|
3705
|
+
"name": "deriveState",
|
|
3706
|
+
"privacy": "private",
|
|
3553
3707
|
"return": {
|
|
3554
3708
|
"type": {
|
|
3555
|
-
"text": "
|
|
3709
|
+
"text": "AIIndicatorState"
|
|
3556
3710
|
}
|
|
3557
3711
|
},
|
|
3558
3712
|
"parameters": [
|
|
3559
3713
|
{
|
|
3560
|
-
"name": "
|
|
3561
|
-
"type": {
|
|
3562
|
-
"text": "number"
|
|
3563
|
-
}
|
|
3564
|
-
},
|
|
3565
|
-
{
|
|
3566
|
-
"name": "clauseIndex",
|
|
3714
|
+
"name": "s",
|
|
3567
3715
|
"type": {
|
|
3568
|
-
"text": "
|
|
3716
|
+
"text": "AIStatus | null"
|
|
3569
3717
|
}
|
|
3570
3718
|
}
|
|
3571
3719
|
]
|
|
3572
3720
|
},
|
|
3573
3721
|
{
|
|
3574
3722
|
"kind": "method",
|
|
3575
|
-
"name": "
|
|
3723
|
+
"name": "maybeStartPolling",
|
|
3724
|
+
"privacy": "private",
|
|
3576
3725
|
"return": {
|
|
3577
3726
|
"type": {
|
|
3578
3727
|
"text": "void"
|
|
@@ -3581,24 +3730,32 @@
|
|
|
3581
3730
|
},
|
|
3582
3731
|
{
|
|
3583
3732
|
"kind": "method",
|
|
3584
|
-
"name": "
|
|
3585
|
-
|
|
3586
|
-
|
|
3587
|
-
|
|
3588
|
-
|
|
3589
|
-
|
|
3590
|
-
|
|
3591
|
-
"kind": "method",
|
|
3592
|
-
"name": "clear"
|
|
3733
|
+
"name": "startPolling",
|
|
3734
|
+
"privacy": "private",
|
|
3735
|
+
"return": {
|
|
3736
|
+
"type": {
|
|
3737
|
+
"text": "void"
|
|
3738
|
+
}
|
|
3739
|
+
}
|
|
3593
3740
|
},
|
|
3594
3741
|
{
|
|
3595
3742
|
"kind": "method",
|
|
3596
|
-
"name": "
|
|
3743
|
+
"name": "stopPolling",
|
|
3744
|
+
"privacy": "private",
|
|
3745
|
+
"return": {
|
|
3746
|
+
"type": {
|
|
3747
|
+
"text": "void"
|
|
3748
|
+
}
|
|
3749
|
+
}
|
|
3597
3750
|
},
|
|
3598
3751
|
{
|
|
3599
3752
|
"kind": "method",
|
|
3600
|
-
"name": "
|
|
3601
|
-
"
|
|
3753
|
+
"name": "onInstall",
|
|
3754
|
+
"return": {
|
|
3755
|
+
"type": {
|
|
3756
|
+
"text": "Promise<void>"
|
|
3757
|
+
}
|
|
3758
|
+
}
|
|
3602
3759
|
},
|
|
3603
3760
|
{
|
|
3604
3761
|
"kind": "field",
|
|
@@ -3712,245 +3869,88 @@
|
|
|
3712
3869
|
}
|
|
3713
3870
|
}
|
|
3714
3871
|
],
|
|
3715
|
-
"events": [
|
|
3716
|
-
{
|
|
3717
|
-
"description": "Fired when interpreted criteria is applied or cleared",
|
|
3718
|
-
"name": "criteria-changed"
|
|
3719
|
-
},
|
|
3720
|
-
{
|
|
3721
|
-
"description": "Fired when interpreted criteria contains invalid clauses",
|
|
3722
|
-
"name": "validation-errors"
|
|
3723
|
-
}
|
|
3724
|
-
],
|
|
3725
|
-
"attributes": [
|
|
3726
|
-
{
|
|
3727
|
-
"name": "placeholder",
|
|
3728
|
-
"type": {
|
|
3729
|
-
"text": "string"
|
|
3730
|
-
},
|
|
3731
|
-
"default": "'Describe your search criteria in natural language...'",
|
|
3732
|
-
"fieldName": "placeholder"
|
|
3733
|
-
},
|
|
3734
|
-
{
|
|
3735
|
-
"type": {
|
|
3736
|
-
"text": "boolean"
|
|
3737
|
-
},
|
|
3738
|
-
"fieldName": "disabled"
|
|
3739
|
-
}
|
|
3740
|
-
],
|
|
3741
3872
|
"superclass": {
|
|
3742
3873
|
"name": "FoundationElement",
|
|
3743
3874
|
"package": "@microsoft/fast-foundation"
|
|
3744
3875
|
},
|
|
3745
|
-
"tagName": "%%prefix%%-ai-
|
|
3876
|
+
"tagName": "%%prefix%%-ai-indicator",
|
|
3746
3877
|
"customElement": true
|
|
3747
3878
|
},
|
|
3748
3879
|
{
|
|
3749
3880
|
"kind": "variable",
|
|
3750
|
-
"name": "
|
|
3751
|
-
"type": {
|
|
3752
|
-
"text": "ShadowRootInit"
|
|
3753
|
-
},
|
|
3754
|
-
"default": "undefined"
|
|
3755
|
-
},
|
|
3756
|
-
{
|
|
3757
|
-
"kind": "variable",
|
|
3758
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
3759
|
-
"type": {
|
|
3760
|
-
"text": "object"
|
|
3761
|
-
},
|
|
3762
|
-
"default": "{}"
|
|
3763
|
-
},
|
|
3764
|
-
{
|
|
3765
|
-
"kind": "variable",
|
|
3766
|
-
"name": "foundationAiCriteriaSearch"
|
|
3881
|
+
"name": "foundationAiIndicator"
|
|
3767
3882
|
}
|
|
3768
3883
|
],
|
|
3769
3884
|
"exports": [
|
|
3770
3885
|
{
|
|
3771
3886
|
"kind": "js",
|
|
3772
|
-
"name": "
|
|
3773
|
-
"declaration": {
|
|
3774
|
-
"name": "AiCriteriaSearch",
|
|
3775
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3776
|
-
}
|
|
3777
|
-
},
|
|
3778
|
-
{
|
|
3779
|
-
"kind": "js",
|
|
3780
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3781
|
-
"declaration": {
|
|
3782
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3783
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3784
|
-
}
|
|
3785
|
-
},
|
|
3786
|
-
{
|
|
3787
|
-
"kind": "js",
|
|
3788
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
3887
|
+
"name": "AiIndicator",
|
|
3789
3888
|
"declaration": {
|
|
3790
|
-
"name": "
|
|
3791
|
-
"module": "src/ai-
|
|
3889
|
+
"name": "AiIndicator",
|
|
3890
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3792
3891
|
}
|
|
3793
3892
|
},
|
|
3794
3893
|
{
|
|
3795
3894
|
"kind": "js",
|
|
3796
|
-
"name": "
|
|
3895
|
+
"name": "foundationAiIndicator",
|
|
3797
3896
|
"declaration": {
|
|
3798
|
-
"name": "
|
|
3799
|
-
"module": "src/ai-
|
|
3897
|
+
"name": "foundationAiIndicator",
|
|
3898
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3800
3899
|
}
|
|
3801
3900
|
}
|
|
3802
3901
|
]
|
|
3803
3902
|
},
|
|
3804
3903
|
{
|
|
3805
3904
|
"kind": "javascript-module",
|
|
3806
|
-
"path": "src/ai-
|
|
3905
|
+
"path": "src/ai-indicator/index.ts",
|
|
3807
3906
|
"declarations": [],
|
|
3808
3907
|
"exports": [
|
|
3809
3908
|
{
|
|
3810
3909
|
"kind": "js",
|
|
3811
|
-
"name": "
|
|
3812
|
-
"declaration": {
|
|
3813
|
-
"name": "AiCriteriaSearch",
|
|
3814
|
-
"module": "./ai-criteria-search"
|
|
3815
|
-
}
|
|
3816
|
-
},
|
|
3817
|
-
{
|
|
3818
|
-
"kind": "js",
|
|
3819
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
3820
|
-
"declaration": {
|
|
3821
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
3822
|
-
"module": "./ai-criteria-search"
|
|
3823
|
-
}
|
|
3824
|
-
},
|
|
3825
|
-
{
|
|
3826
|
-
"kind": "js",
|
|
3827
|
-
"name": "foundationAiCriteriaSearch",
|
|
3828
|
-
"declaration": {
|
|
3829
|
-
"name": "foundationAiCriteriaSearch",
|
|
3830
|
-
"module": "./ai-criteria-search"
|
|
3831
|
-
}
|
|
3832
|
-
},
|
|
3833
|
-
{
|
|
3834
|
-
"kind": "js",
|
|
3835
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3836
|
-
"declaration": {
|
|
3837
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3838
|
-
"module": "./ai-criteria-search"
|
|
3839
|
-
}
|
|
3840
|
-
},
|
|
3841
|
-
{
|
|
3842
|
-
"kind": "js",
|
|
3843
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
3844
|
-
"declaration": {
|
|
3845
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
3846
|
-
"module": "./ai-criteria-search.styles"
|
|
3847
|
-
}
|
|
3848
|
-
},
|
|
3849
|
-
{
|
|
3850
|
-
"kind": "js",
|
|
3851
|
-
"name": "foundationAiCriteriaSearchTemplate",
|
|
3910
|
+
"name": "AiIndicator",
|
|
3852
3911
|
"declaration": {
|
|
3853
|
-
"name": "
|
|
3854
|
-
"module": "./ai-
|
|
3912
|
+
"name": "AiIndicator",
|
|
3913
|
+
"module": "./ai-indicator"
|
|
3855
3914
|
}
|
|
3856
3915
|
},
|
|
3857
3916
|
{
|
|
3858
3917
|
"kind": "js",
|
|
3859
|
-
"name": "
|
|
3918
|
+
"name": "foundationAiIndicator",
|
|
3860
3919
|
"declaration": {
|
|
3861
|
-
"name": "
|
|
3862
|
-
"
|
|
3920
|
+
"name": "foundationAiIndicator",
|
|
3921
|
+
"module": "./ai-indicator"
|
|
3863
3922
|
}
|
|
3864
3923
|
},
|
|
3865
3924
|
{
|
|
3866
3925
|
"kind": "js",
|
|
3867
|
-
"name": "
|
|
3926
|
+
"name": "type",
|
|
3868
3927
|
"declaration": {
|
|
3869
|
-
"name": "
|
|
3870
|
-
"
|
|
3928
|
+
"name": "type",
|
|
3929
|
+
"module": "./ai-indicator"
|
|
3871
3930
|
}
|
|
3872
3931
|
},
|
|
3873
3932
|
{
|
|
3874
3933
|
"kind": "js",
|
|
3875
|
-
"name": "
|
|
3934
|
+
"name": "AIIndicatorState",
|
|
3876
3935
|
"declaration": {
|
|
3877
|
-
"name": "
|
|
3878
|
-
"
|
|
3936
|
+
"name": "AIIndicatorState",
|
|
3937
|
+
"module": "./ai-indicator"
|
|
3879
3938
|
}
|
|
3880
|
-
}
|
|
3881
|
-
]
|
|
3882
|
-
},
|
|
3883
|
-
{
|
|
3884
|
-
"kind": "javascript-module",
|
|
3885
|
-
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
3886
|
-
"declarations": [
|
|
3887
|
-
{
|
|
3888
|
-
"kind": "function",
|
|
3889
|
-
"name": "formatValidationErrors",
|
|
3890
|
-
"return": {
|
|
3891
|
-
"type": {
|
|
3892
|
-
"text": "string"
|
|
3893
|
-
}
|
|
3894
|
-
},
|
|
3895
|
-
"parameters": [
|
|
3896
|
-
{
|
|
3897
|
-
"name": "errors",
|
|
3898
|
-
"type": {
|
|
3899
|
-
"text": "ValidationError[]"
|
|
3900
|
-
}
|
|
3901
|
-
}
|
|
3902
|
-
],
|
|
3903
|
-
"description": "Formats validation errors into a user-friendly message."
|
|
3904
3939
|
},
|
|
3905
|
-
{
|
|
3906
|
-
"kind": "function",
|
|
3907
|
-
"name": "showCriteriaError",
|
|
3908
|
-
"return": {
|
|
3909
|
-
"type": {
|
|
3910
|
-
"text": "void"
|
|
3911
|
-
}
|
|
3912
|
-
},
|
|
3913
|
-
"parameters": [
|
|
3914
|
-
{
|
|
3915
|
-
"name": "title",
|
|
3916
|
-
"type": {
|
|
3917
|
-
"text": "string"
|
|
3918
|
-
},
|
|
3919
|
-
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
3920
|
-
},
|
|
3921
|
-
{
|
|
3922
|
-
"name": "body",
|
|
3923
|
-
"type": {
|
|
3924
|
-
"text": "string"
|
|
3925
|
-
},
|
|
3926
|
-
"description": "Error message to display"
|
|
3927
|
-
},
|
|
3928
|
-
{
|
|
3929
|
-
"name": "tagName",
|
|
3930
|
-
"type": {
|
|
3931
|
-
"text": "string"
|
|
3932
|
-
},
|
|
3933
|
-
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
3934
|
-
}
|
|
3935
|
-
],
|
|
3936
|
-
"description": "Shows a criteria error as a toast notification."
|
|
3937
|
-
}
|
|
3938
|
-
],
|
|
3939
|
-
"exports": [
|
|
3940
3940
|
{
|
|
3941
3941
|
"kind": "js",
|
|
3942
|
-
"name": "
|
|
3942
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3943
3943
|
"declaration": {
|
|
3944
|
-
"name": "
|
|
3945
|
-
"module": "
|
|
3944
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3945
|
+
"module": "./ai-indicator.template"
|
|
3946
3946
|
}
|
|
3947
3947
|
},
|
|
3948
3948
|
{
|
|
3949
3949
|
"kind": "js",
|
|
3950
|
-
"name": "
|
|
3950
|
+
"name": "foundationAiIndicatorStyles",
|
|
3951
3951
|
"declaration": {
|
|
3952
|
-
"name": "
|
|
3953
|
-
"module": "
|
|
3952
|
+
"name": "foundationAiIndicatorStyles",
|
|
3953
|
+
"module": "./ai-indicator.styles"
|
|
3954
3954
|
}
|
|
3955
3955
|
}
|
|
3956
3956
|
]
|