@genesislcap/foundation-ui 14.492.0-GENC-1462.1 → 14.492.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 +926 -870
- package/dist/dts/react.d.ts +17 -17
- package/dist/dts/utils/base-datasource.d.ts +25 -0
- package/dist/dts/utils/base-datasource.d.ts.map +1 -1
- package/dist/esm/utils/base-datasource.js +27 -14
- package/dist/foundation-ui.api.json +31 -1
- package/dist/foundation-ui.d.ts +25 -0
- package/dist/react.cjs +11 -11
- package/dist/react.mjs +9 -9
- package/package.json +19 -19
|
@@ -1408,370 +1408,7 @@
|
|
|
1408
1408
|
},
|
|
1409
1409
|
{
|
|
1410
1410
|
"kind": "javascript-module",
|
|
1411
|
-
"path": "src/
|
|
1412
|
-
"declarations": [
|
|
1413
|
-
{
|
|
1414
|
-
"kind": "function",
|
|
1415
|
-
"name": "foundationAccordionItemStyles",
|
|
1416
|
-
"return": {
|
|
1417
|
-
"type": {
|
|
1418
|
-
"text": "ElementStyles"
|
|
1419
|
-
}
|
|
1420
|
-
},
|
|
1421
|
-
"parameters": [
|
|
1422
|
-
{
|
|
1423
|
-
"name": "context",
|
|
1424
|
-
"type": {
|
|
1425
|
-
"text": "ElementDefinitionContext"
|
|
1426
|
-
}
|
|
1427
|
-
},
|
|
1428
|
-
{
|
|
1429
|
-
"name": "definition",
|
|
1430
|
-
"type": {
|
|
1431
|
-
"text": "FoundationElementDefinition"
|
|
1432
|
-
}
|
|
1433
|
-
}
|
|
1434
|
-
]
|
|
1435
|
-
}
|
|
1436
|
-
],
|
|
1437
|
-
"exports": [
|
|
1438
|
-
{
|
|
1439
|
-
"kind": "js",
|
|
1440
|
-
"name": "foundationAccordionItemStyles",
|
|
1441
|
-
"declaration": {
|
|
1442
|
-
"name": "foundationAccordionItemStyles",
|
|
1443
|
-
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1444
|
-
}
|
|
1445
|
-
}
|
|
1446
|
-
]
|
|
1447
|
-
},
|
|
1448
|
-
{
|
|
1449
|
-
"kind": "javascript-module",
|
|
1450
|
-
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1451
|
-
"declarations": [
|
|
1452
|
-
{
|
|
1453
|
-
"kind": "function",
|
|
1454
|
-
"name": "foundationAccordionItemTemplate",
|
|
1455
|
-
"return": {
|
|
1456
|
-
"type": {
|
|
1457
|
-
"text": "ViewTemplate<AccordionItem>"
|
|
1458
|
-
}
|
|
1459
|
-
},
|
|
1460
|
-
"parameters": [
|
|
1461
|
-
{
|
|
1462
|
-
"name": "context",
|
|
1463
|
-
"type": {
|
|
1464
|
-
"text": "ElementDefinitionContext"
|
|
1465
|
-
}
|
|
1466
|
-
},
|
|
1467
|
-
{
|
|
1468
|
-
"name": "definition",
|
|
1469
|
-
"type": {
|
|
1470
|
-
"text": "FoundationElementDefinition"
|
|
1471
|
-
}
|
|
1472
|
-
}
|
|
1473
|
-
]
|
|
1474
|
-
}
|
|
1475
|
-
],
|
|
1476
|
-
"exports": [
|
|
1477
|
-
{
|
|
1478
|
-
"kind": "js",
|
|
1479
|
-
"name": "foundationAccordionItemTemplate",
|
|
1480
|
-
"declaration": {
|
|
1481
|
-
"name": "foundationAccordionItemTemplate",
|
|
1482
|
-
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1483
|
-
}
|
|
1484
|
-
}
|
|
1485
|
-
]
|
|
1486
|
-
},
|
|
1487
|
-
{
|
|
1488
|
-
"kind": "javascript-module",
|
|
1489
|
-
"path": "src/accordion-item/accordion-item.ts",
|
|
1490
|
-
"declarations": [
|
|
1491
|
-
{
|
|
1492
|
-
"kind": "class",
|
|
1493
|
-
"description": "",
|
|
1494
|
-
"name": "AccordionItem",
|
|
1495
|
-
"superclass": {
|
|
1496
|
-
"name": "FASTAccordionItem",
|
|
1497
|
-
"package": "@microsoft/fast-components"
|
|
1498
|
-
},
|
|
1499
|
-
"tagName": "%%prefix%%-accordion-item",
|
|
1500
|
-
"customElement": true,
|
|
1501
|
-
"attributes": [
|
|
1502
|
-
{
|
|
1503
|
-
"name": "heading-level",
|
|
1504
|
-
"type": {
|
|
1505
|
-
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1506
|
-
},
|
|
1507
|
-
"default": "2",
|
|
1508
|
-
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1509
|
-
"fieldName": "headinglevel",
|
|
1510
|
-
"inheritedFrom": {
|
|
1511
|
-
"name": "AccordionItem",
|
|
1512
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1513
|
-
}
|
|
1514
|
-
},
|
|
1515
|
-
{
|
|
1516
|
-
"type": {
|
|
1517
|
-
"text": "boolean"
|
|
1518
|
-
},
|
|
1519
|
-
"default": "false",
|
|
1520
|
-
"description": "Expands or collapses the item.",
|
|
1521
|
-
"fieldName": "expanded",
|
|
1522
|
-
"inheritedFrom": {
|
|
1523
|
-
"name": "AccordionItem",
|
|
1524
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1525
|
-
}
|
|
1526
|
-
},
|
|
1527
|
-
{
|
|
1528
|
-
"name": "id",
|
|
1529
|
-
"type": {
|
|
1530
|
-
"text": "string"
|
|
1531
|
-
},
|
|
1532
|
-
"description": "The item ID",
|
|
1533
|
-
"fieldName": "id",
|
|
1534
|
-
"inheritedFrom": {
|
|
1535
|
-
"name": "AccordionItem",
|
|
1536
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1537
|
-
}
|
|
1538
|
-
}
|
|
1539
|
-
],
|
|
1540
|
-
"members": [
|
|
1541
|
-
{
|
|
1542
|
-
"kind": "field",
|
|
1543
|
-
"name": "headinglevel",
|
|
1544
|
-
"type": {
|
|
1545
|
-
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1546
|
-
},
|
|
1547
|
-
"privacy": "public",
|
|
1548
|
-
"default": "2",
|
|
1549
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1550
|
-
"inheritedFrom": {
|
|
1551
|
-
"name": "AccordionItem",
|
|
1552
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1553
|
-
}
|
|
1554
|
-
},
|
|
1555
|
-
{
|
|
1556
|
-
"kind": "field",
|
|
1557
|
-
"name": "expanded",
|
|
1558
|
-
"type": {
|
|
1559
|
-
"text": "boolean"
|
|
1560
|
-
},
|
|
1561
|
-
"privacy": "public",
|
|
1562
|
-
"default": "false",
|
|
1563
|
-
"description": "Expands or collapses the item.",
|
|
1564
|
-
"inheritedFrom": {
|
|
1565
|
-
"name": "AccordionItem",
|
|
1566
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1567
|
-
}
|
|
1568
|
-
},
|
|
1569
|
-
{
|
|
1570
|
-
"kind": "field",
|
|
1571
|
-
"name": "id",
|
|
1572
|
-
"type": {
|
|
1573
|
-
"text": "string"
|
|
1574
|
-
},
|
|
1575
|
-
"privacy": "public",
|
|
1576
|
-
"description": "The item ID",
|
|
1577
|
-
"inheritedFrom": {
|
|
1578
|
-
"name": "AccordionItem",
|
|
1579
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1580
|
-
}
|
|
1581
|
-
},
|
|
1582
|
-
{
|
|
1583
|
-
"kind": "field",
|
|
1584
|
-
"name": "change",
|
|
1585
|
-
"privacy": "private",
|
|
1586
|
-
"inheritedFrom": {
|
|
1587
|
-
"name": "AccordionItem",
|
|
1588
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1589
|
-
}
|
|
1590
|
-
},
|
|
1591
|
-
{
|
|
1592
|
-
"kind": "field",
|
|
1593
|
-
"name": "_presentation",
|
|
1594
|
-
"type": {
|
|
1595
|
-
"text": "ComponentPresentation | null | undefined"
|
|
1596
|
-
},
|
|
1597
|
-
"privacy": "private",
|
|
1598
|
-
"default": "void 0",
|
|
1599
|
-
"inheritedFrom": {
|
|
1600
|
-
"name": "FoundationElement",
|
|
1601
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1602
|
-
}
|
|
1603
|
-
},
|
|
1604
|
-
{
|
|
1605
|
-
"kind": "field",
|
|
1606
|
-
"name": "$presentation",
|
|
1607
|
-
"type": {
|
|
1608
|
-
"text": "ComponentPresentation | null"
|
|
1609
|
-
},
|
|
1610
|
-
"privacy": "public",
|
|
1611
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1612
|
-
"inheritedFrom": {
|
|
1613
|
-
"name": "FoundationElement",
|
|
1614
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1615
|
-
}
|
|
1616
|
-
},
|
|
1617
|
-
{
|
|
1618
|
-
"kind": "field",
|
|
1619
|
-
"name": "template",
|
|
1620
|
-
"type": {
|
|
1621
|
-
"text": "ElementViewTemplate | void | null"
|
|
1622
|
-
},
|
|
1623
|
-
"privacy": "public",
|
|
1624
|
-
"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.",
|
|
1625
|
-
"inheritedFrom": {
|
|
1626
|
-
"name": "FoundationElement",
|
|
1627
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1628
|
-
}
|
|
1629
|
-
},
|
|
1630
|
-
{
|
|
1631
|
-
"kind": "method",
|
|
1632
|
-
"name": "templateChanged",
|
|
1633
|
-
"privacy": "protected",
|
|
1634
|
-
"return": {
|
|
1635
|
-
"type": {
|
|
1636
|
-
"text": "void"
|
|
1637
|
-
}
|
|
1638
|
-
},
|
|
1639
|
-
"inheritedFrom": {
|
|
1640
|
-
"name": "FoundationElement",
|
|
1641
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1642
|
-
}
|
|
1643
|
-
},
|
|
1644
|
-
{
|
|
1645
|
-
"kind": "field",
|
|
1646
|
-
"name": "styles",
|
|
1647
|
-
"type": {
|
|
1648
|
-
"text": "ElementStyles | void | null"
|
|
1649
|
-
},
|
|
1650
|
-
"privacy": "public",
|
|
1651
|
-
"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.",
|
|
1652
|
-
"inheritedFrom": {
|
|
1653
|
-
"name": "FoundationElement",
|
|
1654
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1655
|
-
}
|
|
1656
|
-
},
|
|
1657
|
-
{
|
|
1658
|
-
"kind": "method",
|
|
1659
|
-
"name": "stylesChanged",
|
|
1660
|
-
"privacy": "protected",
|
|
1661
|
-
"return": {
|
|
1662
|
-
"type": {
|
|
1663
|
-
"text": "void"
|
|
1664
|
-
}
|
|
1665
|
-
},
|
|
1666
|
-
"inheritedFrom": {
|
|
1667
|
-
"name": "FoundationElement",
|
|
1668
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1669
|
-
}
|
|
1670
|
-
},
|
|
1671
|
-
{
|
|
1672
|
-
"kind": "method",
|
|
1673
|
-
"name": "compose",
|
|
1674
|
-
"privacy": "public",
|
|
1675
|
-
"static": true,
|
|
1676
|
-
"return": {
|
|
1677
|
-
"type": {
|
|
1678
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1679
|
-
}
|
|
1680
|
-
},
|
|
1681
|
-
"parameters": [
|
|
1682
|
-
{
|
|
1683
|
-
"name": "this",
|
|
1684
|
-
"type": {
|
|
1685
|
-
"text": "K"
|
|
1686
|
-
}
|
|
1687
|
-
},
|
|
1688
|
-
{
|
|
1689
|
-
"name": "elementDefinition",
|
|
1690
|
-
"type": {
|
|
1691
|
-
"text": "T"
|
|
1692
|
-
},
|
|
1693
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
1694
|
-
}
|
|
1695
|
-
],
|
|
1696
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1697
|
-
"inheritedFrom": {
|
|
1698
|
-
"name": "FoundationElement",
|
|
1699
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1700
|
-
}
|
|
1701
|
-
}
|
|
1702
|
-
],
|
|
1703
|
-
"events": [
|
|
1704
|
-
{
|
|
1705
|
-
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1706
|
-
"name": "change",
|
|
1707
|
-
"inheritedFrom": {
|
|
1708
|
-
"name": "AccordionItem",
|
|
1709
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1710
|
-
}
|
|
1711
|
-
}
|
|
1712
|
-
]
|
|
1713
|
-
},
|
|
1714
|
-
{
|
|
1715
|
-
"kind": "variable",
|
|
1716
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
1717
|
-
"type": {
|
|
1718
|
-
"text": "ShadowRootInit"
|
|
1719
|
-
},
|
|
1720
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1721
|
-
},
|
|
1722
|
-
{
|
|
1723
|
-
"kind": "variable",
|
|
1724
|
-
"name": "defaultAccordionItemConfig",
|
|
1725
|
-
"type": {
|
|
1726
|
-
"text": "object"
|
|
1727
|
-
},
|
|
1728
|
-
"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}"
|
|
1729
|
-
},
|
|
1730
|
-
{
|
|
1731
|
-
"kind": "variable",
|
|
1732
|
-
"name": "foundationAccordionItem",
|
|
1733
|
-
"description": "The Foundation Accordion Item",
|
|
1734
|
-
"privacy": "public"
|
|
1735
|
-
}
|
|
1736
|
-
],
|
|
1737
|
-
"exports": [
|
|
1738
|
-
{
|
|
1739
|
-
"kind": "js",
|
|
1740
|
-
"name": "AccordionItem",
|
|
1741
|
-
"declaration": {
|
|
1742
|
-
"name": "AccordionItem",
|
|
1743
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1744
|
-
}
|
|
1745
|
-
},
|
|
1746
|
-
{
|
|
1747
|
-
"kind": "js",
|
|
1748
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
1749
|
-
"declaration": {
|
|
1750
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
1751
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1752
|
-
}
|
|
1753
|
-
},
|
|
1754
|
-
{
|
|
1755
|
-
"kind": "js",
|
|
1756
|
-
"name": "defaultAccordionItemConfig",
|
|
1757
|
-
"declaration": {
|
|
1758
|
-
"name": "defaultAccordionItemConfig",
|
|
1759
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1760
|
-
}
|
|
1761
|
-
},
|
|
1762
|
-
{
|
|
1763
|
-
"kind": "js",
|
|
1764
|
-
"name": "foundationAccordionItem",
|
|
1765
|
-
"declaration": {
|
|
1766
|
-
"name": "foundationAccordionItem",
|
|
1767
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1768
|
-
}
|
|
1769
|
-
}
|
|
1770
|
-
]
|
|
1771
|
-
},
|
|
1772
|
-
{
|
|
1773
|
-
"kind": "javascript-module",
|
|
1774
|
-
"path": "src/accordion-item/index.ts",
|
|
1411
|
+
"path": "src/_config/index.ts",
|
|
1775
1412
|
"declarations": [],
|
|
1776
1413
|
"exports": [
|
|
1777
1414
|
{
|
|
@@ -1779,7 +1416,7 @@
|
|
|
1779
1416
|
"name": "*",
|
|
1780
1417
|
"declaration": {
|
|
1781
1418
|
"name": "*",
|
|
1782
|
-
"package": "./
|
|
1419
|
+
"package": "./styles"
|
|
1783
1420
|
}
|
|
1784
1421
|
},
|
|
1785
1422
|
{
|
|
@@ -1787,7 +1424,7 @@
|
|
|
1787
1424
|
"name": "*",
|
|
1788
1425
|
"declaration": {
|
|
1789
1426
|
"name": "*",
|
|
1790
|
-
"package": "./
|
|
1427
|
+
"package": "./tokens"
|
|
1791
1428
|
}
|
|
1792
1429
|
},
|
|
1793
1430
|
{
|
|
@@ -1795,7 +1432,7 @@
|
|
|
1795
1432
|
"name": "*",
|
|
1796
1433
|
"declaration": {
|
|
1797
1434
|
"name": "*",
|
|
1798
|
-
"package": "./
|
|
1435
|
+
"package": "./values"
|
|
1799
1436
|
}
|
|
1800
1437
|
}
|
|
1801
1438
|
]
|
|
@@ -2317,42 +1954,11 @@
|
|
|
2317
1954
|
},
|
|
2318
1955
|
{
|
|
2319
1956
|
"kind": "javascript-module",
|
|
2320
|
-
"path": "src/
|
|
2321
|
-
"declarations": [],
|
|
2322
|
-
"exports": [
|
|
2323
|
-
{
|
|
2324
|
-
"kind": "js",
|
|
2325
|
-
"name": "*",
|
|
2326
|
-
"declaration": {
|
|
2327
|
-
"name": "*",
|
|
2328
|
-
"package": "./styles"
|
|
2329
|
-
}
|
|
2330
|
-
},
|
|
2331
|
-
{
|
|
2332
|
-
"kind": "js",
|
|
2333
|
-
"name": "*",
|
|
2334
|
-
"declaration": {
|
|
2335
|
-
"name": "*",
|
|
2336
|
-
"package": "./tokens"
|
|
2337
|
-
}
|
|
2338
|
-
},
|
|
2339
|
-
{
|
|
2340
|
-
"kind": "js",
|
|
2341
|
-
"name": "*",
|
|
2342
|
-
"declaration": {
|
|
2343
|
-
"name": "*",
|
|
2344
|
-
"package": "./values"
|
|
2345
|
-
}
|
|
2346
|
-
}
|
|
2347
|
-
]
|
|
2348
|
-
},
|
|
2349
|
-
{
|
|
2350
|
-
"kind": "javascript-module",
|
|
2351
|
-
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1957
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
2352
1958
|
"declarations": [
|
|
2353
1959
|
{
|
|
2354
1960
|
"kind": "function",
|
|
2355
|
-
"name": "
|
|
1961
|
+
"name": "foundationAccordionItemStyles",
|
|
2356
1962
|
"return": {
|
|
2357
1963
|
"type": {
|
|
2358
1964
|
"text": "ElementStyles"
|
|
@@ -2372,13 +1978,29 @@
|
|
|
2372
1978
|
}
|
|
2373
1979
|
}
|
|
2374
1980
|
]
|
|
2375
|
-
}
|
|
1981
|
+
}
|
|
1982
|
+
],
|
|
1983
|
+
"exports": [
|
|
1984
|
+
{
|
|
1985
|
+
"kind": "js",
|
|
1986
|
+
"name": "foundationAccordionItemStyles",
|
|
1987
|
+
"declaration": {
|
|
1988
|
+
"name": "foundationAccordionItemStyles",
|
|
1989
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1990
|
+
}
|
|
1991
|
+
}
|
|
1992
|
+
]
|
|
1993
|
+
},
|
|
1994
|
+
{
|
|
1995
|
+
"kind": "javascript-module",
|
|
1996
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1997
|
+
"declarations": [
|
|
2376
1998
|
{
|
|
2377
1999
|
"kind": "function",
|
|
2378
|
-
"name": "
|
|
2000
|
+
"name": "foundationAccordionItemTemplate",
|
|
2379
2001
|
"return": {
|
|
2380
2002
|
"type": {
|
|
2381
|
-
"text": "
|
|
2003
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
2382
2004
|
}
|
|
2383
2005
|
},
|
|
2384
2006
|
"parameters": [
|
|
@@ -2400,64 +2022,442 @@
|
|
|
2400
2022
|
"exports": [
|
|
2401
2023
|
{
|
|
2402
2024
|
"kind": "js",
|
|
2403
|
-
"name": "
|
|
2404
|
-
"declaration": {
|
|
2405
|
-
"name": "actionsMenuBaseStyles",
|
|
2406
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2407
|
-
}
|
|
2408
|
-
},
|
|
2409
|
-
{
|
|
2410
|
-
"kind": "js",
|
|
2411
|
-
"name": "foundationActionsMenuStyles",
|
|
2025
|
+
"name": "foundationAccordionItemTemplate",
|
|
2412
2026
|
"declaration": {
|
|
2413
|
-
"name": "
|
|
2414
|
-
"module": "src/
|
|
2027
|
+
"name": "foundationAccordionItemTemplate",
|
|
2028
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
2415
2029
|
}
|
|
2416
2030
|
}
|
|
2417
2031
|
]
|
|
2418
2032
|
},
|
|
2419
2033
|
{
|
|
2420
2034
|
"kind": "javascript-module",
|
|
2421
|
-
"path": "src/
|
|
2035
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
2422
2036
|
"declarations": [
|
|
2423
2037
|
{
|
|
2424
|
-
"kind": "
|
|
2425
|
-
"
|
|
2426
|
-
"
|
|
2038
|
+
"kind": "class",
|
|
2039
|
+
"description": "",
|
|
2040
|
+
"name": "AccordionItem",
|
|
2041
|
+
"superclass": {
|
|
2042
|
+
"name": "FASTAccordionItem",
|
|
2043
|
+
"package": "@microsoft/fast-components"
|
|
2044
|
+
},
|
|
2045
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
2046
|
+
"customElement": true,
|
|
2047
|
+
"attributes": [
|
|
2427
2048
|
{
|
|
2428
|
-
"name": "
|
|
2049
|
+
"name": "heading-level",
|
|
2429
2050
|
"type": {
|
|
2430
|
-
"text": "
|
|
2051
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
2052
|
+
},
|
|
2053
|
+
"default": "2",
|
|
2054
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
2055
|
+
"fieldName": "headinglevel",
|
|
2056
|
+
"inheritedFrom": {
|
|
2057
|
+
"name": "AccordionItem",
|
|
2058
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2431
2059
|
}
|
|
2432
|
-
}
|
|
2433
|
-
]
|
|
2434
|
-
},
|
|
2435
|
-
{
|
|
2436
|
-
"kind": "function",
|
|
2437
|
-
"name": "singleOptionTemplate",
|
|
2438
|
-
"parameters": [
|
|
2060
|
+
},
|
|
2439
2061
|
{
|
|
2440
|
-
"
|
|
2062
|
+
"type": {
|
|
2063
|
+
"text": "boolean"
|
|
2064
|
+
},
|
|
2065
|
+
"default": "false",
|
|
2066
|
+
"description": "Expands or collapses the item.",
|
|
2067
|
+
"fieldName": "expanded",
|
|
2068
|
+
"inheritedFrom": {
|
|
2069
|
+
"name": "AccordionItem",
|
|
2070
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2071
|
+
}
|
|
2072
|
+
},
|
|
2073
|
+
{
|
|
2074
|
+
"name": "id",
|
|
2441
2075
|
"type": {
|
|
2442
2076
|
"text": "string"
|
|
2077
|
+
},
|
|
2078
|
+
"description": "The item ID",
|
|
2079
|
+
"fieldName": "id",
|
|
2080
|
+
"inheritedFrom": {
|
|
2081
|
+
"name": "AccordionItem",
|
|
2082
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2443
2083
|
}
|
|
2444
2084
|
}
|
|
2445
|
-
]
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2085
|
+
],
|
|
2086
|
+
"members": [
|
|
2087
|
+
{
|
|
2088
|
+
"kind": "field",
|
|
2089
|
+
"name": "headinglevel",
|
|
2090
|
+
"type": {
|
|
2091
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
2092
|
+
},
|
|
2093
|
+
"privacy": "public",
|
|
2094
|
+
"default": "2",
|
|
2095
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
2096
|
+
"inheritedFrom": {
|
|
2097
|
+
"name": "AccordionItem",
|
|
2098
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2099
|
+
}
|
|
2100
|
+
},
|
|
2101
|
+
{
|
|
2102
|
+
"kind": "field",
|
|
2103
|
+
"name": "expanded",
|
|
2104
|
+
"type": {
|
|
2105
|
+
"text": "boolean"
|
|
2106
|
+
},
|
|
2107
|
+
"privacy": "public",
|
|
2108
|
+
"default": "false",
|
|
2109
|
+
"description": "Expands or collapses the item.",
|
|
2110
|
+
"inheritedFrom": {
|
|
2111
|
+
"name": "AccordionItem",
|
|
2112
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2113
|
+
}
|
|
2114
|
+
},
|
|
2115
|
+
{
|
|
2116
|
+
"kind": "field",
|
|
2117
|
+
"name": "id",
|
|
2118
|
+
"type": {
|
|
2119
|
+
"text": "string"
|
|
2120
|
+
},
|
|
2121
|
+
"privacy": "public",
|
|
2122
|
+
"description": "The item ID",
|
|
2123
|
+
"inheritedFrom": {
|
|
2124
|
+
"name": "AccordionItem",
|
|
2125
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2126
|
+
}
|
|
2127
|
+
},
|
|
2128
|
+
{
|
|
2129
|
+
"kind": "field",
|
|
2130
|
+
"name": "change",
|
|
2131
|
+
"privacy": "private",
|
|
2132
|
+
"inheritedFrom": {
|
|
2133
|
+
"name": "AccordionItem",
|
|
2134
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2135
|
+
}
|
|
2136
|
+
},
|
|
2137
|
+
{
|
|
2138
|
+
"kind": "field",
|
|
2139
|
+
"name": "_presentation",
|
|
2140
|
+
"type": {
|
|
2141
|
+
"text": "ComponentPresentation | null | undefined"
|
|
2142
|
+
},
|
|
2143
|
+
"privacy": "private",
|
|
2144
|
+
"default": "void 0",
|
|
2145
|
+
"inheritedFrom": {
|
|
2146
|
+
"name": "FoundationElement",
|
|
2147
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2148
|
+
}
|
|
2149
|
+
},
|
|
2150
|
+
{
|
|
2151
|
+
"kind": "field",
|
|
2152
|
+
"name": "$presentation",
|
|
2153
|
+
"type": {
|
|
2154
|
+
"text": "ComponentPresentation | null"
|
|
2155
|
+
},
|
|
2156
|
+
"privacy": "public",
|
|
2157
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2158
|
+
"inheritedFrom": {
|
|
2159
|
+
"name": "FoundationElement",
|
|
2160
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2161
|
+
}
|
|
2162
|
+
},
|
|
2163
|
+
{
|
|
2164
|
+
"kind": "field",
|
|
2165
|
+
"name": "template",
|
|
2166
|
+
"type": {
|
|
2167
|
+
"text": "ElementViewTemplate | void | null"
|
|
2168
|
+
},
|
|
2169
|
+
"privacy": "public",
|
|
2170
|
+
"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.",
|
|
2171
|
+
"inheritedFrom": {
|
|
2172
|
+
"name": "FoundationElement",
|
|
2173
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2174
|
+
}
|
|
2175
|
+
},
|
|
2176
|
+
{
|
|
2177
|
+
"kind": "method",
|
|
2178
|
+
"name": "templateChanged",
|
|
2179
|
+
"privacy": "protected",
|
|
2180
|
+
"return": {
|
|
2181
|
+
"type": {
|
|
2182
|
+
"text": "void"
|
|
2183
|
+
}
|
|
2184
|
+
},
|
|
2185
|
+
"inheritedFrom": {
|
|
2186
|
+
"name": "FoundationElement",
|
|
2187
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2188
|
+
}
|
|
2189
|
+
},
|
|
2190
|
+
{
|
|
2191
|
+
"kind": "field",
|
|
2192
|
+
"name": "styles",
|
|
2193
|
+
"type": {
|
|
2194
|
+
"text": "ElementStyles | void | null"
|
|
2195
|
+
},
|
|
2196
|
+
"privacy": "public",
|
|
2197
|
+
"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.",
|
|
2198
|
+
"inheritedFrom": {
|
|
2199
|
+
"name": "FoundationElement",
|
|
2200
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2201
|
+
}
|
|
2202
|
+
},
|
|
2203
|
+
{
|
|
2204
|
+
"kind": "method",
|
|
2205
|
+
"name": "stylesChanged",
|
|
2206
|
+
"privacy": "protected",
|
|
2207
|
+
"return": {
|
|
2208
|
+
"type": {
|
|
2209
|
+
"text": "void"
|
|
2210
|
+
}
|
|
2211
|
+
},
|
|
2212
|
+
"inheritedFrom": {
|
|
2213
|
+
"name": "FoundationElement",
|
|
2214
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2215
|
+
}
|
|
2216
|
+
},
|
|
2217
|
+
{
|
|
2218
|
+
"kind": "method",
|
|
2219
|
+
"name": "compose",
|
|
2220
|
+
"privacy": "public",
|
|
2221
|
+
"static": true,
|
|
2222
|
+
"return": {
|
|
2223
|
+
"type": {
|
|
2224
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2225
|
+
}
|
|
2226
|
+
},
|
|
2227
|
+
"parameters": [
|
|
2228
|
+
{
|
|
2229
|
+
"name": "this",
|
|
2230
|
+
"type": {
|
|
2231
|
+
"text": "K"
|
|
2232
|
+
}
|
|
2233
|
+
},
|
|
2234
|
+
{
|
|
2235
|
+
"name": "elementDefinition",
|
|
2236
|
+
"type": {
|
|
2237
|
+
"text": "T"
|
|
2238
|
+
},
|
|
2239
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
2240
|
+
}
|
|
2241
|
+
],
|
|
2242
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2243
|
+
"inheritedFrom": {
|
|
2244
|
+
"name": "FoundationElement",
|
|
2245
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2246
|
+
}
|
|
2247
|
+
}
|
|
2248
|
+
],
|
|
2249
|
+
"events": [
|
|
2250
|
+
{
|
|
2251
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
2252
|
+
"name": "change",
|
|
2253
|
+
"inheritedFrom": {
|
|
2254
|
+
"name": "AccordionItem",
|
|
2255
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2256
|
+
}
|
|
2257
|
+
}
|
|
2258
|
+
]
|
|
2259
|
+
},
|
|
2260
|
+
{
|
|
2261
|
+
"kind": "variable",
|
|
2262
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2263
|
+
"type": {
|
|
2264
|
+
"text": "ShadowRootInit"
|
|
2265
|
+
},
|
|
2266
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2267
|
+
},
|
|
2268
|
+
{
|
|
2269
|
+
"kind": "variable",
|
|
2270
|
+
"name": "defaultAccordionItemConfig",
|
|
2271
|
+
"type": {
|
|
2272
|
+
"text": "object"
|
|
2273
|
+
},
|
|
2274
|
+
"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}"
|
|
2275
|
+
},
|
|
2276
|
+
{
|
|
2277
|
+
"kind": "variable",
|
|
2278
|
+
"name": "foundationAccordionItem",
|
|
2279
|
+
"description": "The Foundation Accordion Item",
|
|
2280
|
+
"privacy": "public"
|
|
2281
|
+
}
|
|
2282
|
+
],
|
|
2283
|
+
"exports": [
|
|
2284
|
+
{
|
|
2285
|
+
"kind": "js",
|
|
2286
|
+
"name": "AccordionItem",
|
|
2287
|
+
"declaration": {
|
|
2288
|
+
"name": "AccordionItem",
|
|
2289
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2290
|
+
}
|
|
2291
|
+
},
|
|
2292
|
+
{
|
|
2293
|
+
"kind": "js",
|
|
2294
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2295
|
+
"declaration": {
|
|
2296
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2297
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2298
|
+
}
|
|
2299
|
+
},
|
|
2300
|
+
{
|
|
2301
|
+
"kind": "js",
|
|
2302
|
+
"name": "defaultAccordionItemConfig",
|
|
2303
|
+
"declaration": {
|
|
2304
|
+
"name": "defaultAccordionItemConfig",
|
|
2305
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2306
|
+
}
|
|
2307
|
+
},
|
|
2308
|
+
{
|
|
2309
|
+
"kind": "js",
|
|
2310
|
+
"name": "foundationAccordionItem",
|
|
2311
|
+
"declaration": {
|
|
2312
|
+
"name": "foundationAccordionItem",
|
|
2313
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2314
|
+
}
|
|
2315
|
+
}
|
|
2316
|
+
]
|
|
2317
|
+
},
|
|
2318
|
+
{
|
|
2319
|
+
"kind": "javascript-module",
|
|
2320
|
+
"path": "src/accordion-item/index.ts",
|
|
2321
|
+
"declarations": [],
|
|
2322
|
+
"exports": [
|
|
2323
|
+
{
|
|
2324
|
+
"kind": "js",
|
|
2325
|
+
"name": "*",
|
|
2326
|
+
"declaration": {
|
|
2327
|
+
"name": "*",
|
|
2328
|
+
"package": "./accordion-item.template"
|
|
2329
|
+
}
|
|
2330
|
+
},
|
|
2331
|
+
{
|
|
2332
|
+
"kind": "js",
|
|
2333
|
+
"name": "*",
|
|
2334
|
+
"declaration": {
|
|
2335
|
+
"name": "*",
|
|
2336
|
+
"package": "./accordion-item.styles"
|
|
2337
|
+
}
|
|
2338
|
+
},
|
|
2339
|
+
{
|
|
2340
|
+
"kind": "js",
|
|
2341
|
+
"name": "*",
|
|
2342
|
+
"declaration": {
|
|
2343
|
+
"name": "*",
|
|
2344
|
+
"package": "./accordion-item"
|
|
2345
|
+
}
|
|
2346
|
+
}
|
|
2347
|
+
]
|
|
2348
|
+
},
|
|
2349
|
+
{
|
|
2350
|
+
"kind": "javascript-module",
|
|
2351
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
2352
|
+
"declarations": [
|
|
2353
|
+
{
|
|
2354
|
+
"kind": "function",
|
|
2355
|
+
"name": "actionsMenuBaseStyles",
|
|
2356
|
+
"return": {
|
|
2357
|
+
"type": {
|
|
2358
|
+
"text": "ElementStyles"
|
|
2359
|
+
}
|
|
2360
|
+
},
|
|
2361
|
+
"parameters": [
|
|
2362
|
+
{
|
|
2363
|
+
"name": "context",
|
|
2364
|
+
"type": {
|
|
2365
|
+
"text": "ElementDefinitionContext"
|
|
2366
|
+
}
|
|
2367
|
+
},
|
|
2368
|
+
{
|
|
2369
|
+
"name": "definition",
|
|
2370
|
+
"type": {
|
|
2371
|
+
"text": "FoundationElementDefinition"
|
|
2372
|
+
}
|
|
2373
|
+
}
|
|
2374
|
+
]
|
|
2375
|
+
},
|
|
2376
|
+
{
|
|
2377
|
+
"kind": "function",
|
|
2378
|
+
"name": "foundationActionsMenuStyles",
|
|
2379
|
+
"return": {
|
|
2380
|
+
"type": {
|
|
2381
|
+
"text": "ElementStyles"
|
|
2382
|
+
}
|
|
2383
|
+
},
|
|
2384
|
+
"parameters": [
|
|
2385
|
+
{
|
|
2386
|
+
"name": "context",
|
|
2387
|
+
"type": {
|
|
2388
|
+
"text": "ElementDefinitionContext"
|
|
2389
|
+
}
|
|
2390
|
+
},
|
|
2391
|
+
{
|
|
2392
|
+
"name": "definition",
|
|
2393
|
+
"type": {
|
|
2394
|
+
"text": "FoundationElementDefinition"
|
|
2395
|
+
}
|
|
2396
|
+
}
|
|
2397
|
+
]
|
|
2398
|
+
}
|
|
2399
|
+
],
|
|
2400
|
+
"exports": [
|
|
2401
|
+
{
|
|
2402
|
+
"kind": "js",
|
|
2403
|
+
"name": "actionsMenuBaseStyles",
|
|
2404
|
+
"declaration": {
|
|
2405
|
+
"name": "actionsMenuBaseStyles",
|
|
2406
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2407
|
+
}
|
|
2408
|
+
},
|
|
2409
|
+
{
|
|
2410
|
+
"kind": "js",
|
|
2411
|
+
"name": "foundationActionsMenuStyles",
|
|
2412
|
+
"declaration": {
|
|
2413
|
+
"name": "foundationActionsMenuStyles",
|
|
2414
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2415
|
+
}
|
|
2416
|
+
}
|
|
2417
|
+
]
|
|
2418
|
+
},
|
|
2419
|
+
{
|
|
2420
|
+
"kind": "javascript-module",
|
|
2421
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
2422
|
+
"declarations": [
|
|
2423
|
+
{
|
|
2424
|
+
"kind": "function",
|
|
2425
|
+
"name": "menuTemplate",
|
|
2426
|
+
"parameters": [
|
|
2427
|
+
{
|
|
2428
|
+
"name": "prefix",
|
|
2429
|
+
"type": {
|
|
2430
|
+
"text": "string"
|
|
2431
|
+
}
|
|
2432
|
+
}
|
|
2433
|
+
]
|
|
2434
|
+
},
|
|
2435
|
+
{
|
|
2436
|
+
"kind": "function",
|
|
2437
|
+
"name": "singleOptionTemplate",
|
|
2438
|
+
"parameters": [
|
|
2439
|
+
{
|
|
2440
|
+
"name": "prefix",
|
|
2441
|
+
"type": {
|
|
2442
|
+
"text": "string"
|
|
2443
|
+
}
|
|
2444
|
+
}
|
|
2445
|
+
]
|
|
2446
|
+
},
|
|
2447
|
+
{
|
|
2448
|
+
"kind": "variable",
|
|
2449
|
+
"name": "foundationActionsMenuTemplate",
|
|
2450
|
+
"type": {
|
|
2451
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
2452
|
+
},
|
|
2453
|
+
"default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
|
|
2454
|
+
}
|
|
2455
|
+
],
|
|
2456
|
+
"exports": [
|
|
2457
|
+
{
|
|
2458
|
+
"kind": "js",
|
|
2459
|
+
"name": "menuTemplate",
|
|
2460
|
+
"declaration": {
|
|
2461
2461
|
"name": "menuTemplate",
|
|
2462
2462
|
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2463
2463
|
}
|
|
@@ -2907,57 +2907,75 @@
|
|
|
2907
2907
|
},
|
|
2908
2908
|
{
|
|
2909
2909
|
"kind": "javascript-module",
|
|
2910
|
-
"path": "src/ai-
|
|
2910
|
+
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
2911
2911
|
"declarations": [
|
|
2912
2912
|
{
|
|
2913
|
-
"kind": "
|
|
2914
|
-
"name": "
|
|
2915
|
-
"
|
|
2913
|
+
"kind": "function",
|
|
2914
|
+
"name": "foundationAiIndicatorStyles",
|
|
2915
|
+
"return": {
|
|
2916
|
+
"type": {
|
|
2917
|
+
"text": "ElementStyles"
|
|
2918
|
+
}
|
|
2919
|
+
},
|
|
2920
|
+
"parameters": [
|
|
2921
|
+
{
|
|
2922
|
+
"name": "context",
|
|
2923
|
+
"type": {
|
|
2924
|
+
"text": "ElementDefinitionContext"
|
|
2925
|
+
}
|
|
2926
|
+
},
|
|
2927
|
+
{
|
|
2928
|
+
"name": "definition",
|
|
2929
|
+
"type": {
|
|
2930
|
+
"text": "FoundationElementDefinition"
|
|
2931
|
+
}
|
|
2932
|
+
}
|
|
2933
|
+
]
|
|
2916
2934
|
}
|
|
2917
2935
|
],
|
|
2918
2936
|
"exports": [
|
|
2919
2937
|
{
|
|
2920
2938
|
"kind": "js",
|
|
2921
|
-
"name": "
|
|
2939
|
+
"name": "foundationAiIndicatorStyles",
|
|
2922
2940
|
"declaration": {
|
|
2923
|
-
"name": "
|
|
2924
|
-
"module": "src/ai-
|
|
2941
|
+
"name": "foundationAiIndicatorStyles",
|
|
2942
|
+
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
2925
2943
|
}
|
|
2926
2944
|
}
|
|
2927
2945
|
]
|
|
2928
2946
|
},
|
|
2929
2947
|
{
|
|
2930
2948
|
"kind": "javascript-module",
|
|
2931
|
-
"path": "src/ai-
|
|
2949
|
+
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
2932
2950
|
"declarations": [
|
|
2933
2951
|
{
|
|
2934
2952
|
"kind": "variable",
|
|
2935
|
-
"name": "
|
|
2953
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2936
2954
|
"type": {
|
|
2937
|
-
"text": "ViewTemplate<
|
|
2955
|
+
"text": "ViewTemplate<AiIndicator>"
|
|
2938
2956
|
},
|
|
2939
|
-
"default": "html`\n ${(x) =>
|
|
2957
|
+
"default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
|
|
2940
2958
|
}
|
|
2941
2959
|
],
|
|
2942
2960
|
"exports": [
|
|
2943
2961
|
{
|
|
2944
2962
|
"kind": "js",
|
|
2945
|
-
"name": "
|
|
2963
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2946
2964
|
"declaration": {
|
|
2947
|
-
"name": "
|
|
2948
|
-
"module": "src/ai-
|
|
2965
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2966
|
+
"module": "src/ai-indicator/ai-indicator.template.ts"
|
|
2949
2967
|
}
|
|
2950
2968
|
}
|
|
2951
2969
|
]
|
|
2952
2970
|
},
|
|
2953
2971
|
{
|
|
2954
2972
|
"kind": "javascript-module",
|
|
2955
|
-
"path": "src/ai-
|
|
2973
|
+
"path": "src/ai-indicator/ai-indicator.ts",
|
|
2956
2974
|
"declarations": [
|
|
2957
2975
|
{
|
|
2958
2976
|
"kind": "class",
|
|
2959
|
-
"description": "
|
|
2960
|
-
"name": "
|
|
2977
|
+
"description": "",
|
|
2978
|
+
"name": "AiIndicator",
|
|
2961
2979
|
"members": [
|
|
2962
2980
|
{
|
|
2963
2981
|
"kind": "field",
|
|
@@ -2968,54 +2986,25 @@
|
|
|
2968
2986
|
},
|
|
2969
2987
|
{
|
|
2970
2988
|
"kind": "field",
|
|
2971
|
-
"name": "
|
|
2972
|
-
"type": {
|
|
2973
|
-
"text": "string"
|
|
2974
|
-
},
|
|
2975
|
-
"default": "'Describe your search criteria in natural language...'"
|
|
2976
|
-
},
|
|
2977
|
-
{
|
|
2978
|
-
"kind": "field",
|
|
2979
|
-
"name": "disabled",
|
|
2980
|
-
"type": {
|
|
2981
|
-
"text": "boolean"
|
|
2982
|
-
}
|
|
2983
|
-
},
|
|
2984
|
-
{
|
|
2985
|
-
"kind": "field",
|
|
2986
|
-
"name": "inputValue",
|
|
2987
|
-
"type": {
|
|
2988
|
-
"text": "string"
|
|
2989
|
-
},
|
|
2990
|
-
"default": "''"
|
|
2991
|
-
},
|
|
2992
|
-
{
|
|
2993
|
-
"kind": "field",
|
|
2994
|
-
"name": "isInterpreting",
|
|
2989
|
+
"name": "aiProvider",
|
|
2995
2990
|
"type": {
|
|
2996
|
-
"text": "
|
|
2991
|
+
"text": "AIProvider | undefined"
|
|
2997
2992
|
},
|
|
2998
|
-
"
|
|
2993
|
+
"privacy": "private",
|
|
2994
|
+
"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.",
|
|
2995
|
+
"readonly": true
|
|
2999
2996
|
},
|
|
3000
2997
|
{
|
|
3001
2998
|
"kind": "field",
|
|
3002
|
-
"name": "
|
|
2999
|
+
"name": "status",
|
|
3003
3000
|
"type": {
|
|
3004
|
-
"text": "
|
|
3001
|
+
"text": "AIStatus | null"
|
|
3005
3002
|
},
|
|
3006
3003
|
"default": "null"
|
|
3007
3004
|
},
|
|
3008
3005
|
{
|
|
3009
3006
|
"kind": "field",
|
|
3010
|
-
"name": "
|
|
3011
|
-
"type": {
|
|
3012
|
-
"text": "CriteriaGroup[]"
|
|
3013
|
-
},
|
|
3014
|
-
"default": "[]"
|
|
3015
|
-
},
|
|
3016
|
-
{
|
|
3017
|
-
"kind": "field",
|
|
3018
|
-
"name": "showingChips",
|
|
3007
|
+
"name": "open",
|
|
3019
3008
|
"type": {
|
|
3020
3009
|
"text": "boolean"
|
|
3021
3010
|
},
|
|
@@ -3023,15 +3012,15 @@
|
|
|
3023
3012
|
},
|
|
3024
3013
|
{
|
|
3025
3014
|
"kind": "field",
|
|
3026
|
-
"name": "
|
|
3015
|
+
"name": "state",
|
|
3027
3016
|
"type": {
|
|
3028
|
-
"text": "
|
|
3017
|
+
"text": "AIIndicatorState"
|
|
3029
3018
|
},
|
|
3030
|
-
"default": "
|
|
3019
|
+
"default": "'none'"
|
|
3031
3020
|
},
|
|
3032
3021
|
{
|
|
3033
3022
|
"kind": "field",
|
|
3034
|
-
"name": "
|
|
3023
|
+
"name": "isInstalling",
|
|
3035
3024
|
"type": {
|
|
3036
3025
|
"text": "boolean"
|
|
3037
3026
|
},
|
|
@@ -3039,33 +3028,29 @@
|
|
|
3039
3028
|
},
|
|
3040
3029
|
{
|
|
3041
3030
|
"kind": "field",
|
|
3042
|
-
"name": "
|
|
3031
|
+
"name": "pollTimer",
|
|
3043
3032
|
"type": {
|
|
3044
|
-
"text": "
|
|
3033
|
+
"text": "ReturnType<typeof setInterval> | null"
|
|
3045
3034
|
},
|
|
3046
|
-
"privacy": "
|
|
3035
|
+
"privacy": "private",
|
|
3036
|
+
"default": "null"
|
|
3047
3037
|
},
|
|
3048
3038
|
{
|
|
3049
3039
|
"kind": "field",
|
|
3050
|
-
"name": "
|
|
3051
|
-
"
|
|
3052
|
-
"text": "(() => void) | null"
|
|
3053
|
-
},
|
|
3054
|
-
"privacy": "private",
|
|
3055
|
-
"default": "null"
|
|
3040
|
+
"name": "clickOutside",
|
|
3041
|
+
"privacy": "private"
|
|
3056
3042
|
},
|
|
3057
3043
|
{
|
|
3058
3044
|
"kind": "field",
|
|
3059
|
-
"name": "
|
|
3045
|
+
"name": "chromeStatusLabel",
|
|
3060
3046
|
"type": {
|
|
3061
|
-
"text": "
|
|
3047
|
+
"text": "string | null"
|
|
3062
3048
|
},
|
|
3063
|
-
"
|
|
3064
|
-
"default": "null"
|
|
3049
|
+
"readonly": true
|
|
3065
3050
|
},
|
|
3066
3051
|
{
|
|
3067
3052
|
"kind": "field",
|
|
3068
|
-
"name": "
|
|
3053
|
+
"name": "canInstall",
|
|
3069
3054
|
"type": {
|
|
3070
3055
|
"text": "boolean"
|
|
3071
3056
|
},
|
|
@@ -3073,65 +3058,69 @@
|
|
|
3073
3058
|
},
|
|
3074
3059
|
{
|
|
3075
3060
|
"kind": "field",
|
|
3076
|
-
"name": "
|
|
3061
|
+
"name": "isDownloading",
|
|
3077
3062
|
"type": {
|
|
3078
|
-
"text": "
|
|
3063
|
+
"text": "boolean"
|
|
3079
3064
|
},
|
|
3080
3065
|
"readonly": true
|
|
3081
3066
|
},
|
|
3082
3067
|
{
|
|
3083
3068
|
"kind": "method",
|
|
3084
|
-
"name": "
|
|
3085
|
-
"privacy": "private",
|
|
3069
|
+
"name": "openChanged",
|
|
3086
3070
|
"return": {
|
|
3087
3071
|
"type": {
|
|
3088
|
-
"text": "
|
|
3072
|
+
"text": "void"
|
|
3089
3073
|
}
|
|
3090
|
-
}
|
|
3074
|
+
}
|
|
3075
|
+
},
|
|
3076
|
+
{
|
|
3077
|
+
"kind": "method",
|
|
3078
|
+
"name": "handleClickOutside",
|
|
3079
|
+
"privacy": "private",
|
|
3091
3080
|
"parameters": [
|
|
3092
3081
|
{
|
|
3093
|
-
"name": "
|
|
3082
|
+
"name": "event",
|
|
3094
3083
|
"type": {
|
|
3095
|
-
"text": "
|
|
3084
|
+
"text": "MouseEvent"
|
|
3096
3085
|
}
|
|
3097
3086
|
}
|
|
3098
3087
|
]
|
|
3099
3088
|
},
|
|
3100
3089
|
{
|
|
3101
3090
|
"kind": "method",
|
|
3102
|
-
"name": "
|
|
3091
|
+
"name": "toggleDropdown"
|
|
3092
|
+
},
|
|
3093
|
+
{
|
|
3094
|
+
"kind": "method",
|
|
3095
|
+
"name": "refreshStatus",
|
|
3103
3096
|
"return": {
|
|
3104
3097
|
"type": {
|
|
3105
|
-
"text": "void"
|
|
3098
|
+
"text": "Promise<void>"
|
|
3106
3099
|
}
|
|
3107
3100
|
}
|
|
3108
3101
|
},
|
|
3109
3102
|
{
|
|
3110
3103
|
"kind": "method",
|
|
3111
|
-
"name": "
|
|
3104
|
+
"name": "deriveState",
|
|
3105
|
+
"privacy": "private",
|
|
3112
3106
|
"return": {
|
|
3113
3107
|
"type": {
|
|
3114
|
-
"text": "
|
|
3108
|
+
"text": "AIIndicatorState"
|
|
3115
3109
|
}
|
|
3116
3110
|
},
|
|
3117
3111
|
"parameters": [
|
|
3118
3112
|
{
|
|
3119
|
-
"name": "
|
|
3120
|
-
"type": {
|
|
3121
|
-
"text": "number"
|
|
3122
|
-
}
|
|
3123
|
-
},
|
|
3124
|
-
{
|
|
3125
|
-
"name": "clauseIndex",
|
|
3113
|
+
"name": "s",
|
|
3126
3114
|
"type": {
|
|
3127
|
-
"text": "
|
|
3115
|
+
"text": "AIStatus | null"
|
|
3128
3116
|
}
|
|
3129
3117
|
}
|
|
3130
3118
|
]
|
|
3131
3119
|
},
|
|
3132
3120
|
{
|
|
3133
3121
|
"kind": "method",
|
|
3134
|
-
"name": "
|
|
3122
|
+
"name": "maybeStartPolling",
|
|
3123
|
+
"privacy": "private",
|
|
3135
3124
|
"return": {
|
|
3136
3125
|
"type": {
|
|
3137
3126
|
"text": "void"
|
|
@@ -3140,24 +3129,32 @@
|
|
|
3140
3129
|
},
|
|
3141
3130
|
{
|
|
3142
3131
|
"kind": "method",
|
|
3143
|
-
"name": "
|
|
3144
|
-
|
|
3145
|
-
|
|
3146
|
-
|
|
3147
|
-
|
|
3148
|
-
|
|
3149
|
-
|
|
3150
|
-
"kind": "method",
|
|
3151
|
-
"name": "clear"
|
|
3132
|
+
"name": "startPolling",
|
|
3133
|
+
"privacy": "private",
|
|
3134
|
+
"return": {
|
|
3135
|
+
"type": {
|
|
3136
|
+
"text": "void"
|
|
3137
|
+
}
|
|
3138
|
+
}
|
|
3152
3139
|
},
|
|
3153
3140
|
{
|
|
3154
3141
|
"kind": "method",
|
|
3155
|
-
"name": "
|
|
3142
|
+
"name": "stopPolling",
|
|
3143
|
+
"privacy": "private",
|
|
3144
|
+
"return": {
|
|
3145
|
+
"type": {
|
|
3146
|
+
"text": "void"
|
|
3147
|
+
}
|
|
3148
|
+
}
|
|
3156
3149
|
},
|
|
3157
3150
|
{
|
|
3158
3151
|
"kind": "method",
|
|
3159
|
-
"name": "
|
|
3160
|
-
"
|
|
3152
|
+
"name": "onInstall",
|
|
3153
|
+
"return": {
|
|
3154
|
+
"type": {
|
|
3155
|
+
"text": "Promise<void>"
|
|
3156
|
+
}
|
|
3157
|
+
}
|
|
3161
3158
|
},
|
|
3162
3159
|
{
|
|
3163
3160
|
"kind": "field",
|
|
@@ -3271,320 +3268,145 @@
|
|
|
3271
3268
|
}
|
|
3272
3269
|
}
|
|
3273
3270
|
],
|
|
3274
|
-
"events": [
|
|
3275
|
-
{
|
|
3276
|
-
"description": "Fired when interpreted criteria is applied or cleared. detail: `string | null`",
|
|
3277
|
-
"name": "criteria-changed"
|
|
3278
|
-
},
|
|
3279
|
-
{
|
|
3280
|
-
"description": "Fired when interpreted criteria contains invalid clauses. detail: `ValidationError[]`",
|
|
3281
|
-
"name": "validation-errors"
|
|
3282
|
-
}
|
|
3283
|
-
],
|
|
3284
|
-
"attributes": [
|
|
3285
|
-
{
|
|
3286
|
-
"name": "placeholder",
|
|
3287
|
-
"type": {
|
|
3288
|
-
"text": "string"
|
|
3289
|
-
},
|
|
3290
|
-
"default": "'Describe your search criteria in natural language...'",
|
|
3291
|
-
"fieldName": "placeholder"
|
|
3292
|
-
},
|
|
3293
|
-
{
|
|
3294
|
-
"type": {
|
|
3295
|
-
"text": "boolean"
|
|
3296
|
-
},
|
|
3297
|
-
"fieldName": "disabled"
|
|
3298
|
-
}
|
|
3299
|
-
],
|
|
3300
3271
|
"superclass": {
|
|
3301
3272
|
"name": "FoundationElement",
|
|
3302
3273
|
"package": "@microsoft/fast-foundation"
|
|
3303
3274
|
},
|
|
3304
|
-
"tagName": "%%prefix%%-ai-
|
|
3275
|
+
"tagName": "%%prefix%%-ai-indicator",
|
|
3305
3276
|
"customElement": true
|
|
3306
3277
|
},
|
|
3307
3278
|
{
|
|
3308
3279
|
"kind": "variable",
|
|
3309
|
-
"name": "
|
|
3310
|
-
"type": {
|
|
3311
|
-
"text": "ShadowRootInit"
|
|
3312
|
-
},
|
|
3313
|
-
"default": "undefined"
|
|
3314
|
-
},
|
|
3315
|
-
{
|
|
3316
|
-
"kind": "variable",
|
|
3317
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
3318
|
-
"type": {
|
|
3319
|
-
"text": "object"
|
|
3320
|
-
},
|
|
3321
|
-
"default": "{}"
|
|
3322
|
-
},
|
|
3323
|
-
{
|
|
3324
|
-
"kind": "variable",
|
|
3325
|
-
"name": "foundationAiCriteriaSearch"
|
|
3280
|
+
"name": "foundationAiIndicator"
|
|
3326
3281
|
}
|
|
3327
3282
|
],
|
|
3328
3283
|
"exports": [
|
|
3329
3284
|
{
|
|
3330
3285
|
"kind": "js",
|
|
3331
|
-
"name": "
|
|
3332
|
-
"declaration": {
|
|
3333
|
-
"name": "AiCriteriaSearch",
|
|
3334
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3335
|
-
}
|
|
3336
|
-
},
|
|
3337
|
-
{
|
|
3338
|
-
"kind": "js",
|
|
3339
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3340
|
-
"declaration": {
|
|
3341
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3342
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3343
|
-
}
|
|
3344
|
-
},
|
|
3345
|
-
{
|
|
3346
|
-
"kind": "js",
|
|
3347
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
3286
|
+
"name": "AiIndicator",
|
|
3348
3287
|
"declaration": {
|
|
3349
|
-
"name": "
|
|
3350
|
-
"module": "src/ai-
|
|
3288
|
+
"name": "AiIndicator",
|
|
3289
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3351
3290
|
}
|
|
3352
3291
|
},
|
|
3353
3292
|
{
|
|
3354
3293
|
"kind": "js",
|
|
3355
|
-
"name": "
|
|
3294
|
+
"name": "foundationAiIndicator",
|
|
3356
3295
|
"declaration": {
|
|
3357
|
-
"name": "
|
|
3358
|
-
"module": "src/ai-
|
|
3296
|
+
"name": "foundationAiIndicator",
|
|
3297
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3359
3298
|
}
|
|
3360
3299
|
}
|
|
3361
3300
|
]
|
|
3362
3301
|
},
|
|
3363
3302
|
{
|
|
3364
3303
|
"kind": "javascript-module",
|
|
3365
|
-
"path": "src/ai-
|
|
3304
|
+
"path": "src/ai-indicator/index.ts",
|
|
3366
3305
|
"declarations": [],
|
|
3367
3306
|
"exports": [
|
|
3368
3307
|
{
|
|
3369
3308
|
"kind": "js",
|
|
3370
|
-
"name": "
|
|
3371
|
-
"declaration": {
|
|
3372
|
-
"name": "AiCriteriaSearch",
|
|
3373
|
-
"module": "./ai-criteria-search"
|
|
3374
|
-
}
|
|
3375
|
-
},
|
|
3376
|
-
{
|
|
3377
|
-
"kind": "js",
|
|
3378
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
3379
|
-
"declaration": {
|
|
3380
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
3381
|
-
"module": "./ai-criteria-search"
|
|
3382
|
-
}
|
|
3383
|
-
},
|
|
3384
|
-
{
|
|
3385
|
-
"kind": "js",
|
|
3386
|
-
"name": "foundationAiCriteriaSearch",
|
|
3387
|
-
"declaration": {
|
|
3388
|
-
"name": "foundationAiCriteriaSearch",
|
|
3389
|
-
"module": "./ai-criteria-search"
|
|
3390
|
-
}
|
|
3391
|
-
},
|
|
3392
|
-
{
|
|
3393
|
-
"kind": "js",
|
|
3394
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3395
|
-
"declaration": {
|
|
3396
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3397
|
-
"module": "./ai-criteria-search"
|
|
3398
|
-
}
|
|
3399
|
-
},
|
|
3400
|
-
{
|
|
3401
|
-
"kind": "js",
|
|
3402
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
3403
|
-
"declaration": {
|
|
3404
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
3405
|
-
"module": "./ai-criteria-search.styles"
|
|
3406
|
-
}
|
|
3407
|
-
},
|
|
3408
|
-
{
|
|
3409
|
-
"kind": "js",
|
|
3410
|
-
"name": "foundationAiCriteriaSearchTemplate",
|
|
3309
|
+
"name": "AiIndicator",
|
|
3411
3310
|
"declaration": {
|
|
3412
|
-
"name": "
|
|
3413
|
-
"module": "./ai-
|
|
3311
|
+
"name": "AiIndicator",
|
|
3312
|
+
"module": "./ai-indicator"
|
|
3414
3313
|
}
|
|
3415
3314
|
},
|
|
3416
3315
|
{
|
|
3417
3316
|
"kind": "js",
|
|
3418
|
-
"name": "
|
|
3317
|
+
"name": "foundationAiIndicator",
|
|
3419
3318
|
"declaration": {
|
|
3420
|
-
"name": "
|
|
3421
|
-
"
|
|
3319
|
+
"name": "foundationAiIndicator",
|
|
3320
|
+
"module": "./ai-indicator"
|
|
3422
3321
|
}
|
|
3423
3322
|
},
|
|
3424
3323
|
{
|
|
3425
3324
|
"kind": "js",
|
|
3426
|
-
"name": "
|
|
3325
|
+
"name": "type",
|
|
3427
3326
|
"declaration": {
|
|
3428
|
-
"name": "
|
|
3429
|
-
"
|
|
3327
|
+
"name": "type",
|
|
3328
|
+
"module": "./ai-indicator"
|
|
3430
3329
|
}
|
|
3431
3330
|
},
|
|
3432
3331
|
{
|
|
3433
3332
|
"kind": "js",
|
|
3434
|
-
"name": "
|
|
3333
|
+
"name": "AIIndicatorState",
|
|
3435
3334
|
"declaration": {
|
|
3436
|
-
"name": "
|
|
3437
|
-
"
|
|
3335
|
+
"name": "AIIndicatorState",
|
|
3336
|
+
"module": "./ai-indicator"
|
|
3438
3337
|
}
|
|
3439
|
-
}
|
|
3440
|
-
]
|
|
3441
|
-
},
|
|
3442
|
-
{
|
|
3443
|
-
"kind": "javascript-module",
|
|
3444
|
-
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
3445
|
-
"declarations": [
|
|
3446
|
-
{
|
|
3447
|
-
"kind": "function",
|
|
3448
|
-
"name": "formatValidationErrors",
|
|
3449
|
-
"return": {
|
|
3450
|
-
"type": {
|
|
3451
|
-
"text": "string"
|
|
3452
|
-
}
|
|
3453
|
-
},
|
|
3454
|
-
"parameters": [
|
|
3455
|
-
{
|
|
3456
|
-
"name": "errors",
|
|
3457
|
-
"type": {
|
|
3458
|
-
"text": "ValidationError[]"
|
|
3459
|
-
}
|
|
3460
|
-
}
|
|
3461
|
-
],
|
|
3462
|
-
"description": "Formats validation errors into a user-friendly message."
|
|
3463
3338
|
},
|
|
3464
|
-
{
|
|
3465
|
-
"kind": "function",
|
|
3466
|
-
"name": "showCriteriaError",
|
|
3467
|
-
"return": {
|
|
3468
|
-
"type": {
|
|
3469
|
-
"text": "void"
|
|
3470
|
-
}
|
|
3471
|
-
},
|
|
3472
|
-
"parameters": [
|
|
3473
|
-
{
|
|
3474
|
-
"name": "title",
|
|
3475
|
-
"type": {
|
|
3476
|
-
"text": "string"
|
|
3477
|
-
},
|
|
3478
|
-
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
3479
|
-
},
|
|
3480
|
-
{
|
|
3481
|
-
"name": "body",
|
|
3482
|
-
"type": {
|
|
3483
|
-
"text": "string"
|
|
3484
|
-
},
|
|
3485
|
-
"description": "Error message to display"
|
|
3486
|
-
},
|
|
3487
|
-
{
|
|
3488
|
-
"name": "tagName",
|
|
3489
|
-
"type": {
|
|
3490
|
-
"text": "string"
|
|
3491
|
-
},
|
|
3492
|
-
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
3493
|
-
}
|
|
3494
|
-
],
|
|
3495
|
-
"description": "Shows a criteria error as a toast notification."
|
|
3496
|
-
}
|
|
3497
|
-
],
|
|
3498
|
-
"exports": [
|
|
3499
3339
|
{
|
|
3500
3340
|
"kind": "js",
|
|
3501
|
-
"name": "
|
|
3341
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3502
3342
|
"declaration": {
|
|
3503
|
-
"name": "
|
|
3504
|
-
"module": "
|
|
3343
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3344
|
+
"module": "./ai-indicator.template"
|
|
3505
3345
|
}
|
|
3506
3346
|
},
|
|
3507
3347
|
{
|
|
3508
3348
|
"kind": "js",
|
|
3509
|
-
"name": "
|
|
3349
|
+
"name": "foundationAiIndicatorStyles",
|
|
3510
3350
|
"declaration": {
|
|
3511
|
-
"name": "
|
|
3512
|
-
"module": "
|
|
3351
|
+
"name": "foundationAiIndicatorStyles",
|
|
3352
|
+
"module": "./ai-indicator.styles"
|
|
3513
3353
|
}
|
|
3514
3354
|
}
|
|
3515
3355
|
]
|
|
3516
3356
|
},
|
|
3517
3357
|
{
|
|
3518
3358
|
"kind": "javascript-module",
|
|
3519
|
-
"path": "src/ai-
|
|
3359
|
+
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
3520
3360
|
"declarations": [
|
|
3521
3361
|
{
|
|
3522
|
-
"kind": "
|
|
3523
|
-
"name": "
|
|
3524
|
-
"
|
|
3525
|
-
"type": {
|
|
3526
|
-
"text": "ElementStyles"
|
|
3527
|
-
}
|
|
3528
|
-
},
|
|
3529
|
-
"parameters": [
|
|
3530
|
-
{
|
|
3531
|
-
"name": "context",
|
|
3532
|
-
"type": {
|
|
3533
|
-
"text": "ElementDefinitionContext"
|
|
3534
|
-
}
|
|
3535
|
-
},
|
|
3536
|
-
{
|
|
3537
|
-
"name": "definition",
|
|
3538
|
-
"type": {
|
|
3539
|
-
"text": "FoundationElementDefinition"
|
|
3540
|
-
}
|
|
3541
|
-
}
|
|
3542
|
-
]
|
|
3362
|
+
"kind": "variable",
|
|
3363
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
3364
|
+
"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`"
|
|
3543
3365
|
}
|
|
3544
3366
|
],
|
|
3545
3367
|
"exports": [
|
|
3546
3368
|
{
|
|
3547
3369
|
"kind": "js",
|
|
3548
|
-
"name": "
|
|
3370
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
3549
3371
|
"declaration": {
|
|
3550
|
-
"name": "
|
|
3551
|
-
"module": "src/ai-
|
|
3372
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
3373
|
+
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
3552
3374
|
}
|
|
3553
3375
|
}
|
|
3554
3376
|
]
|
|
3555
3377
|
},
|
|
3556
3378
|
{
|
|
3557
3379
|
"kind": "javascript-module",
|
|
3558
|
-
"path": "src/ai-
|
|
3380
|
+
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
3559
3381
|
"declarations": [
|
|
3560
3382
|
{
|
|
3561
3383
|
"kind": "variable",
|
|
3562
|
-
"name": "
|
|
3384
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3563
3385
|
"type": {
|
|
3564
|
-
"text": "ViewTemplate<
|
|
3386
|
+
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
3565
3387
|
},
|
|
3566
|
-
"default": "html`\n ${(x) =>
|
|
3388
|
+
"default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
|
|
3567
3389
|
}
|
|
3568
3390
|
],
|
|
3569
3391
|
"exports": [
|
|
3570
3392
|
{
|
|
3571
3393
|
"kind": "js",
|
|
3572
|
-
"name": "
|
|
3394
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3573
3395
|
"declaration": {
|
|
3574
|
-
"name": "
|
|
3575
|
-
"module": "src/ai-
|
|
3396
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3397
|
+
"module": "src/ai-criteria-search/ai-criteria-search.template.ts"
|
|
3576
3398
|
}
|
|
3577
3399
|
}
|
|
3578
3400
|
]
|
|
3579
3401
|
},
|
|
3580
3402
|
{
|
|
3581
3403
|
"kind": "javascript-module",
|
|
3582
|
-
"path": "src/ai-
|
|
3404
|
+
"path": "src/ai-criteria-search/ai-criteria-search.ts",
|
|
3583
3405
|
"declarations": [
|
|
3584
3406
|
{
|
|
3585
3407
|
"kind": "class",
|
|
3586
|
-
"description": "",
|
|
3587
|
-
"name": "
|
|
3408
|
+
"description": "Natural-language criteria search input with AI interpretation.",
|
|
3409
|
+
"name": "AiCriteriaSearch",
|
|
3588
3410
|
"members": [
|
|
3589
3411
|
{
|
|
3590
3412
|
"kind": "field",
|
|
@@ -3595,25 +3417,54 @@
|
|
|
3595
3417
|
},
|
|
3596
3418
|
{
|
|
3597
3419
|
"kind": "field",
|
|
3598
|
-
"name": "
|
|
3420
|
+
"name": "placeholder",
|
|
3599
3421
|
"type": {
|
|
3600
|
-
"text": "
|
|
3422
|
+
"text": "string"
|
|
3601
3423
|
},
|
|
3602
|
-
"
|
|
3603
|
-
"description": "The indicator reflects status for the registry's default provider only —\nper-agent provider overrides live with the assistant component, not this\ntop-level chrome.",
|
|
3604
|
-
"readonly": true
|
|
3424
|
+
"default": "'Describe your search criteria in natural language...'"
|
|
3605
3425
|
},
|
|
3606
3426
|
{
|
|
3607
3427
|
"kind": "field",
|
|
3608
|
-
"name": "
|
|
3428
|
+
"name": "disabled",
|
|
3609
3429
|
"type": {
|
|
3610
|
-
"text": "
|
|
3430
|
+
"text": "boolean"
|
|
3431
|
+
}
|
|
3432
|
+
},
|
|
3433
|
+
{
|
|
3434
|
+
"kind": "field",
|
|
3435
|
+
"name": "inputValue",
|
|
3436
|
+
"type": {
|
|
3437
|
+
"text": "string"
|
|
3438
|
+
},
|
|
3439
|
+
"default": "''"
|
|
3440
|
+
},
|
|
3441
|
+
{
|
|
3442
|
+
"kind": "field",
|
|
3443
|
+
"name": "isInterpreting",
|
|
3444
|
+
"type": {
|
|
3445
|
+
"text": "boolean"
|
|
3446
|
+
},
|
|
3447
|
+
"default": "false"
|
|
3448
|
+
},
|
|
3449
|
+
{
|
|
3450
|
+
"kind": "field",
|
|
3451
|
+
"name": "lastValidCriteria",
|
|
3452
|
+
"type": {
|
|
3453
|
+
"text": "string | null"
|
|
3611
3454
|
},
|
|
3612
3455
|
"default": "null"
|
|
3613
3456
|
},
|
|
3614
3457
|
{
|
|
3615
3458
|
"kind": "field",
|
|
3616
|
-
"name": "
|
|
3459
|
+
"name": "activeGroups",
|
|
3460
|
+
"type": {
|
|
3461
|
+
"text": "CriteriaGroup[]"
|
|
3462
|
+
},
|
|
3463
|
+
"default": "[]"
|
|
3464
|
+
},
|
|
3465
|
+
{
|
|
3466
|
+
"kind": "field",
|
|
3467
|
+
"name": "showingChips",
|
|
3617
3468
|
"type": {
|
|
3618
3469
|
"text": "boolean"
|
|
3619
3470
|
},
|
|
@@ -3621,15 +3472,15 @@
|
|
|
3621
3472
|
},
|
|
3622
3473
|
{
|
|
3623
3474
|
"kind": "field",
|
|
3624
|
-
"name": "
|
|
3475
|
+
"name": "fieldMetadata",
|
|
3625
3476
|
"type": {
|
|
3626
|
-
"text": "
|
|
3477
|
+
"text": "MetadataDetail[] | string[]"
|
|
3627
3478
|
},
|
|
3628
|
-
"default": "
|
|
3479
|
+
"default": "[]"
|
|
3629
3480
|
},
|
|
3630
3481
|
{
|
|
3631
3482
|
"kind": "field",
|
|
3632
|
-
"name": "
|
|
3483
|
+
"name": "isRecording",
|
|
3633
3484
|
"type": {
|
|
3634
3485
|
"text": "boolean"
|
|
3635
3486
|
},
|
|
@@ -3637,29 +3488,33 @@
|
|
|
3637
3488
|
},
|
|
3638
3489
|
{
|
|
3639
3490
|
"kind": "field",
|
|
3640
|
-
"name": "
|
|
3491
|
+
"name": "textAreaRef",
|
|
3641
3492
|
"type": {
|
|
3642
|
-
"text": "
|
|
3493
|
+
"text": "HTMLTextAreaElement"
|
|
3643
3494
|
},
|
|
3644
|
-
"privacy": "
|
|
3645
|
-
"default": "null"
|
|
3495
|
+
"privacy": "public"
|
|
3646
3496
|
},
|
|
3647
3497
|
{
|
|
3648
3498
|
"kind": "field",
|
|
3649
|
-
"name": "
|
|
3650
|
-
"
|
|
3499
|
+
"name": "stopRecording",
|
|
3500
|
+
"type": {
|
|
3501
|
+
"text": "(() => void) | null"
|
|
3502
|
+
},
|
|
3503
|
+
"privacy": "private",
|
|
3504
|
+
"default": "null"
|
|
3651
3505
|
},
|
|
3652
3506
|
{
|
|
3653
3507
|
"kind": "field",
|
|
3654
|
-
"name": "
|
|
3508
|
+
"name": "speechApplyDebounceTimer",
|
|
3655
3509
|
"type": {
|
|
3656
|
-
"text": "
|
|
3510
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
3657
3511
|
},
|
|
3658
|
-
"
|
|
3512
|
+
"privacy": "private",
|
|
3513
|
+
"default": "null"
|
|
3659
3514
|
},
|
|
3660
3515
|
{
|
|
3661
3516
|
"kind": "field",
|
|
3662
|
-
"name": "
|
|
3517
|
+
"name": "speechAvailable",
|
|
3663
3518
|
"type": {
|
|
3664
3519
|
"text": "boolean"
|
|
3665
3520
|
},
|
|
@@ -3667,69 +3522,65 @@
|
|
|
3667
3522
|
},
|
|
3668
3523
|
{
|
|
3669
3524
|
"kind": "field",
|
|
3670
|
-
"name": "
|
|
3525
|
+
"name": "criteriaChips",
|
|
3671
3526
|
"type": {
|
|
3672
|
-
"text": "
|
|
3527
|
+
"text": "CriteriaChip[]"
|
|
3673
3528
|
},
|
|
3674
3529
|
"readonly": true
|
|
3675
3530
|
},
|
|
3676
3531
|
{
|
|
3677
3532
|
"kind": "method",
|
|
3678
|
-
"name": "
|
|
3533
|
+
"name": "getFieldLabel",
|
|
3534
|
+
"privacy": "private",
|
|
3679
3535
|
"return": {
|
|
3680
3536
|
"type": {
|
|
3681
|
-
"text": "
|
|
3537
|
+
"text": "string"
|
|
3682
3538
|
}
|
|
3683
|
-
}
|
|
3684
|
-
},
|
|
3685
|
-
{
|
|
3686
|
-
"kind": "method",
|
|
3687
|
-
"name": "handleClickOutside",
|
|
3688
|
-
"privacy": "private",
|
|
3539
|
+
},
|
|
3689
3540
|
"parameters": [
|
|
3690
3541
|
{
|
|
3691
|
-
"name": "
|
|
3542
|
+
"name": "fieldName",
|
|
3692
3543
|
"type": {
|
|
3693
|
-
"text": "
|
|
3544
|
+
"text": "string"
|
|
3694
3545
|
}
|
|
3695
3546
|
}
|
|
3696
3547
|
]
|
|
3697
3548
|
},
|
|
3698
3549
|
{
|
|
3699
3550
|
"kind": "method",
|
|
3700
|
-
"name": "
|
|
3701
|
-
},
|
|
3702
|
-
{
|
|
3703
|
-
"kind": "method",
|
|
3704
|
-
"name": "refreshStatus",
|
|
3551
|
+
"name": "toggleCriteriaView",
|
|
3705
3552
|
"return": {
|
|
3706
3553
|
"type": {
|
|
3707
|
-
"text": "
|
|
3554
|
+
"text": "void"
|
|
3708
3555
|
}
|
|
3709
3556
|
}
|
|
3710
3557
|
},
|
|
3711
3558
|
{
|
|
3712
3559
|
"kind": "method",
|
|
3713
|
-
"name": "
|
|
3714
|
-
"privacy": "private",
|
|
3560
|
+
"name": "removeChip",
|
|
3715
3561
|
"return": {
|
|
3716
3562
|
"type": {
|
|
3717
|
-
"text": "
|
|
3563
|
+
"text": "void"
|
|
3718
3564
|
}
|
|
3719
3565
|
},
|
|
3720
3566
|
"parameters": [
|
|
3721
3567
|
{
|
|
3722
|
-
"name": "
|
|
3568
|
+
"name": "groupIndex",
|
|
3723
3569
|
"type": {
|
|
3724
|
-
"text": "
|
|
3570
|
+
"text": "number"
|
|
3571
|
+
}
|
|
3572
|
+
},
|
|
3573
|
+
{
|
|
3574
|
+
"name": "clauseIndex",
|
|
3575
|
+
"type": {
|
|
3576
|
+
"text": "number"
|
|
3725
3577
|
}
|
|
3726
3578
|
}
|
|
3727
3579
|
]
|
|
3728
3580
|
},
|
|
3729
3581
|
{
|
|
3730
3582
|
"kind": "method",
|
|
3731
|
-
"name": "
|
|
3732
|
-
"privacy": "private",
|
|
3583
|
+
"name": "clearChips",
|
|
3733
3584
|
"return": {
|
|
3734
3585
|
"type": {
|
|
3735
3586
|
"text": "void"
|
|
@@ -3738,32 +3589,24 @@
|
|
|
3738
3589
|
},
|
|
3739
3590
|
{
|
|
3740
3591
|
"kind": "method",
|
|
3741
|
-
"name": "
|
|
3742
|
-
"privacy": "private",
|
|
3743
|
-
"return": {
|
|
3744
|
-
"type": {
|
|
3745
|
-
"text": "void"
|
|
3746
|
-
}
|
|
3747
|
-
}
|
|
3592
|
+
"name": "handleSubmit"
|
|
3748
3593
|
},
|
|
3749
3594
|
{
|
|
3750
3595
|
"kind": "method",
|
|
3751
|
-
"name": "
|
|
3752
|
-
"privacy": "private",
|
|
3753
|
-
"return": {
|
|
3754
|
-
"type": {
|
|
3755
|
-
"text": "void"
|
|
3756
|
-
}
|
|
3757
|
-
}
|
|
3596
|
+
"name": "handleBlur"
|
|
3758
3597
|
},
|
|
3759
3598
|
{
|
|
3760
3599
|
"kind": "method",
|
|
3761
|
-
"name": "
|
|
3762
|
-
|
|
3763
|
-
|
|
3764
|
-
|
|
3765
|
-
|
|
3766
|
-
|
|
3600
|
+
"name": "clear"
|
|
3601
|
+
},
|
|
3602
|
+
{
|
|
3603
|
+
"kind": "method",
|
|
3604
|
+
"name": "toggleSpeechInput"
|
|
3605
|
+
},
|
|
3606
|
+
{
|
|
3607
|
+
"kind": "method",
|
|
3608
|
+
"name": "clearSpeechApplyDebounce",
|
|
3609
|
+
"privacy": "private"
|
|
3767
3610
|
},
|
|
3768
3611
|
{
|
|
3769
3612
|
"kind": "field",
|
|
@@ -3877,88 +3720,245 @@
|
|
|
3877
3720
|
}
|
|
3878
3721
|
}
|
|
3879
3722
|
],
|
|
3723
|
+
"events": [
|
|
3724
|
+
{
|
|
3725
|
+
"description": "Fired when interpreted criteria is applied or cleared. detail: `string | null`",
|
|
3726
|
+
"name": "criteria-changed"
|
|
3727
|
+
},
|
|
3728
|
+
{
|
|
3729
|
+
"description": "Fired when interpreted criteria contains invalid clauses. detail: `ValidationError[]`",
|
|
3730
|
+
"name": "validation-errors"
|
|
3731
|
+
}
|
|
3732
|
+
],
|
|
3733
|
+
"attributes": [
|
|
3734
|
+
{
|
|
3735
|
+
"name": "placeholder",
|
|
3736
|
+
"type": {
|
|
3737
|
+
"text": "string"
|
|
3738
|
+
},
|
|
3739
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
3740
|
+
"fieldName": "placeholder"
|
|
3741
|
+
},
|
|
3742
|
+
{
|
|
3743
|
+
"type": {
|
|
3744
|
+
"text": "boolean"
|
|
3745
|
+
},
|
|
3746
|
+
"fieldName": "disabled"
|
|
3747
|
+
}
|
|
3748
|
+
],
|
|
3880
3749
|
"superclass": {
|
|
3881
3750
|
"name": "FoundationElement",
|
|
3882
3751
|
"package": "@microsoft/fast-foundation"
|
|
3883
3752
|
},
|
|
3884
|
-
"tagName": "%%prefix%%-ai-
|
|
3753
|
+
"tagName": "%%prefix%%-ai-criteria-search",
|
|
3885
3754
|
"customElement": true
|
|
3886
3755
|
},
|
|
3887
3756
|
{
|
|
3888
3757
|
"kind": "variable",
|
|
3889
|
-
"name": "
|
|
3758
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3759
|
+
"type": {
|
|
3760
|
+
"text": "ShadowRootInit"
|
|
3761
|
+
},
|
|
3762
|
+
"default": "undefined"
|
|
3763
|
+
},
|
|
3764
|
+
{
|
|
3765
|
+
"kind": "variable",
|
|
3766
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3767
|
+
"type": {
|
|
3768
|
+
"text": "object"
|
|
3769
|
+
},
|
|
3770
|
+
"default": "{}"
|
|
3771
|
+
},
|
|
3772
|
+
{
|
|
3773
|
+
"kind": "variable",
|
|
3774
|
+
"name": "foundationAiCriteriaSearch"
|
|
3890
3775
|
}
|
|
3891
3776
|
],
|
|
3892
3777
|
"exports": [
|
|
3893
3778
|
{
|
|
3894
3779
|
"kind": "js",
|
|
3895
|
-
"name": "
|
|
3780
|
+
"name": "AiCriteriaSearch",
|
|
3896
3781
|
"declaration": {
|
|
3897
|
-
"name": "
|
|
3898
|
-
"module": "src/ai-
|
|
3782
|
+
"name": "AiCriteriaSearch",
|
|
3783
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3899
3784
|
}
|
|
3900
3785
|
},
|
|
3901
3786
|
{
|
|
3902
3787
|
"kind": "js",
|
|
3903
|
-
"name": "
|
|
3788
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3904
3789
|
"declaration": {
|
|
3905
|
-
"name": "
|
|
3906
|
-
"module": "src/ai-
|
|
3790
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3791
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3792
|
+
}
|
|
3793
|
+
},
|
|
3794
|
+
{
|
|
3795
|
+
"kind": "js",
|
|
3796
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3797
|
+
"declaration": {
|
|
3798
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3799
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3800
|
+
}
|
|
3801
|
+
},
|
|
3802
|
+
{
|
|
3803
|
+
"kind": "js",
|
|
3804
|
+
"name": "foundationAiCriteriaSearch",
|
|
3805
|
+
"declaration": {
|
|
3806
|
+
"name": "foundationAiCriteriaSearch",
|
|
3807
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3907
3808
|
}
|
|
3908
3809
|
}
|
|
3909
3810
|
]
|
|
3910
3811
|
},
|
|
3911
3812
|
{
|
|
3912
3813
|
"kind": "javascript-module",
|
|
3913
|
-
"path": "src/ai-
|
|
3814
|
+
"path": "src/ai-criteria-search/index.ts",
|
|
3914
3815
|
"declarations": [],
|
|
3915
3816
|
"exports": [
|
|
3916
3817
|
{
|
|
3917
3818
|
"kind": "js",
|
|
3918
|
-
"name": "
|
|
3819
|
+
"name": "AiCriteriaSearch",
|
|
3919
3820
|
"declaration": {
|
|
3920
|
-
"name": "
|
|
3921
|
-
"module": "./ai-
|
|
3821
|
+
"name": "AiCriteriaSearch",
|
|
3822
|
+
"module": "./ai-criteria-search"
|
|
3922
3823
|
}
|
|
3923
3824
|
},
|
|
3924
3825
|
{
|
|
3925
3826
|
"kind": "js",
|
|
3926
|
-
"name": "
|
|
3827
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3927
3828
|
"declaration": {
|
|
3928
|
-
"name": "
|
|
3929
|
-
"module": "./ai-
|
|
3829
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3830
|
+
"module": "./ai-criteria-search"
|
|
3930
3831
|
}
|
|
3931
3832
|
},
|
|
3932
3833
|
{
|
|
3933
3834
|
"kind": "js",
|
|
3934
|
-
"name": "
|
|
3835
|
+
"name": "foundationAiCriteriaSearch",
|
|
3935
3836
|
"declaration": {
|
|
3936
|
-
"name": "
|
|
3937
|
-
"module": "./ai-
|
|
3837
|
+
"name": "foundationAiCriteriaSearch",
|
|
3838
|
+
"module": "./ai-criteria-search"
|
|
3938
3839
|
}
|
|
3939
3840
|
},
|
|
3940
3841
|
{
|
|
3941
3842
|
"kind": "js",
|
|
3942
|
-
"name": "
|
|
3843
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3943
3844
|
"declaration": {
|
|
3944
|
-
"name": "
|
|
3945
|
-
"module": "./ai-
|
|
3845
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3846
|
+
"module": "./ai-criteria-search"
|
|
3946
3847
|
}
|
|
3947
3848
|
},
|
|
3948
3849
|
{
|
|
3949
3850
|
"kind": "js",
|
|
3950
|
-
"name": "
|
|
3851
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
3951
3852
|
"declaration": {
|
|
3952
|
-
"name": "
|
|
3953
|
-
"module": "./ai-
|
|
3853
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
3854
|
+
"module": "./ai-criteria-search.styles"
|
|
3954
3855
|
}
|
|
3955
3856
|
},
|
|
3956
3857
|
{
|
|
3957
3858
|
"kind": "js",
|
|
3958
|
-
"name": "
|
|
3859
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3959
3860
|
"declaration": {
|
|
3960
|
-
"name": "
|
|
3961
|
-
"module": "./ai-
|
|
3861
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3862
|
+
"module": "./ai-criteria-search.template"
|
|
3863
|
+
}
|
|
3864
|
+
},
|
|
3865
|
+
{
|
|
3866
|
+
"kind": "js",
|
|
3867
|
+
"name": "*",
|
|
3868
|
+
"declaration": {
|
|
3869
|
+
"name": "*",
|
|
3870
|
+
"package": "./validation/criteria-ir"
|
|
3871
|
+
}
|
|
3872
|
+
},
|
|
3873
|
+
{
|
|
3874
|
+
"kind": "js",
|
|
3875
|
+
"name": "*",
|
|
3876
|
+
"declaration": {
|
|
3877
|
+
"name": "*",
|
|
3878
|
+
"package": "./validation/operator-map"
|
|
3879
|
+
}
|
|
3880
|
+
},
|
|
3881
|
+
{
|
|
3882
|
+
"kind": "js",
|
|
3883
|
+
"name": "*",
|
|
3884
|
+
"declaration": {
|
|
3885
|
+
"name": "*",
|
|
3886
|
+
"package": "./validation/schema-validator"
|
|
3887
|
+
}
|
|
3888
|
+
}
|
|
3889
|
+
]
|
|
3890
|
+
},
|
|
3891
|
+
{
|
|
3892
|
+
"kind": "javascript-module",
|
|
3893
|
+
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
3894
|
+
"declarations": [
|
|
3895
|
+
{
|
|
3896
|
+
"kind": "function",
|
|
3897
|
+
"name": "formatValidationErrors",
|
|
3898
|
+
"return": {
|
|
3899
|
+
"type": {
|
|
3900
|
+
"text": "string"
|
|
3901
|
+
}
|
|
3902
|
+
},
|
|
3903
|
+
"parameters": [
|
|
3904
|
+
{
|
|
3905
|
+
"name": "errors",
|
|
3906
|
+
"type": {
|
|
3907
|
+
"text": "ValidationError[]"
|
|
3908
|
+
}
|
|
3909
|
+
}
|
|
3910
|
+
],
|
|
3911
|
+
"description": "Formats validation errors into a user-friendly message."
|
|
3912
|
+
},
|
|
3913
|
+
{
|
|
3914
|
+
"kind": "function",
|
|
3915
|
+
"name": "showCriteriaError",
|
|
3916
|
+
"return": {
|
|
3917
|
+
"type": {
|
|
3918
|
+
"text": "void"
|
|
3919
|
+
}
|
|
3920
|
+
},
|
|
3921
|
+
"parameters": [
|
|
3922
|
+
{
|
|
3923
|
+
"name": "title",
|
|
3924
|
+
"type": {
|
|
3925
|
+
"text": "string"
|
|
3926
|
+
},
|
|
3927
|
+
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
3928
|
+
},
|
|
3929
|
+
{
|
|
3930
|
+
"name": "body",
|
|
3931
|
+
"type": {
|
|
3932
|
+
"text": "string"
|
|
3933
|
+
},
|
|
3934
|
+
"description": "Error message to display"
|
|
3935
|
+
},
|
|
3936
|
+
{
|
|
3937
|
+
"name": "tagName",
|
|
3938
|
+
"type": {
|
|
3939
|
+
"text": "string"
|
|
3940
|
+
},
|
|
3941
|
+
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
3942
|
+
}
|
|
3943
|
+
],
|
|
3944
|
+
"description": "Shows a criteria error as a toast notification."
|
|
3945
|
+
}
|
|
3946
|
+
],
|
|
3947
|
+
"exports": [
|
|
3948
|
+
{
|
|
3949
|
+
"kind": "js",
|
|
3950
|
+
"name": "formatValidationErrors",
|
|
3951
|
+
"declaration": {
|
|
3952
|
+
"name": "formatValidationErrors",
|
|
3953
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3954
|
+
}
|
|
3955
|
+
},
|
|
3956
|
+
{
|
|
3957
|
+
"kind": "js",
|
|
3958
|
+
"name": "showCriteriaError",
|
|
3959
|
+
"declaration": {
|
|
3960
|
+
"name": "showCriteriaError",
|
|
3961
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3962
3962
|
}
|
|
3963
3963
|
}
|
|
3964
3964
|
]
|
|
@@ -13474,7 +13474,8 @@
|
|
|
13474
13474
|
"type": {
|
|
13475
13475
|
"text": "string"
|
|
13476
13476
|
},
|
|
13477
|
-
"
|
|
13477
|
+
"description": "Explicit override for the field that uniquely identifies a row.",
|
|
13478
|
+
"privacy": "public",
|
|
13478
13479
|
"inheritedFrom": {
|
|
13479
13480
|
"name": "<local>_BaseDatasource",
|
|
13480
13481
|
"module": "src/utils/base-datasource.ts"
|
|
@@ -13632,6 +13633,20 @@
|
|
|
13632
13633
|
"module": "src/utils/base-datasource.ts"
|
|
13633
13634
|
}
|
|
13634
13635
|
},
|
|
13636
|
+
{
|
|
13637
|
+
"kind": "field",
|
|
13638
|
+
"name": "effectiveRowId",
|
|
13639
|
+
"type": {
|
|
13640
|
+
"text": "string"
|
|
13641
|
+
},
|
|
13642
|
+
"privacy": "public",
|
|
13643
|
+
"description": "The field used to key rows into BaseDatasource.rowsSyncedWithStream.",
|
|
13644
|
+
"readonly": true,
|
|
13645
|
+
"inheritedFrom": {
|
|
13646
|
+
"name": "<local>_BaseDatasource",
|
|
13647
|
+
"module": "src/utils/base-datasource.ts"
|
|
13648
|
+
}
|
|
13649
|
+
},
|
|
13635
13650
|
{
|
|
13636
13651
|
"kind": "method",
|
|
13637
13652
|
"name": "reset",
|
|
@@ -14163,7 +14178,7 @@
|
|
|
14163
14178
|
"type": {
|
|
14164
14179
|
"text": "string"
|
|
14165
14180
|
},
|
|
14166
|
-
"
|
|
14181
|
+
"description": "Explicit override for the field that uniquely identifies a row.",
|
|
14167
14182
|
"fieldName": "rowId",
|
|
14168
14183
|
"inheritedFrom": {
|
|
14169
14184
|
"name": "<local>_BaseDatasource",
|
|
@@ -36338,7 +36353,8 @@
|
|
|
36338
36353
|
"type": {
|
|
36339
36354
|
"text": "string"
|
|
36340
36355
|
},
|
|
36341
|
-
"
|
|
36356
|
+
"description": "Explicit override for the field that uniquely identifies a row.",
|
|
36357
|
+
"privacy": "public",
|
|
36342
36358
|
"inheritedFrom": {
|
|
36343
36359
|
"name": "<local>_BaseDatasource",
|
|
36344
36360
|
"module": "src/utils/base-datasource.ts"
|
|
@@ -36496,6 +36512,20 @@
|
|
|
36496
36512
|
"module": "src/utils/base-datasource.ts"
|
|
36497
36513
|
}
|
|
36498
36514
|
},
|
|
36515
|
+
{
|
|
36516
|
+
"kind": "field",
|
|
36517
|
+
"name": "effectiveRowId",
|
|
36518
|
+
"type": {
|
|
36519
|
+
"text": "string"
|
|
36520
|
+
},
|
|
36521
|
+
"privacy": "public",
|
|
36522
|
+
"description": "The field used to key rows into BaseDatasource.rowsSyncedWithStream.",
|
|
36523
|
+
"readonly": true,
|
|
36524
|
+
"inheritedFrom": {
|
|
36525
|
+
"name": "<local>_BaseDatasource",
|
|
36526
|
+
"module": "src/utils/base-datasource.ts"
|
|
36527
|
+
}
|
|
36528
|
+
},
|
|
36499
36529
|
{
|
|
36500
36530
|
"kind": "method",
|
|
36501
36531
|
"name": "reset",
|
|
@@ -37035,7 +37065,7 @@
|
|
|
37035
37065
|
"type": {
|
|
37036
37066
|
"text": "string"
|
|
37037
37067
|
},
|
|
37038
|
-
"
|
|
37068
|
+
"description": "Explicit override for the field that uniquely identifies a row.",
|
|
37039
37069
|
"fieldName": "rowId",
|
|
37040
37070
|
"inheritedFrom": {
|
|
37041
37071
|
"name": "<local>_BaseDatasource",
|
|
@@ -37741,7 +37771,8 @@
|
|
|
37741
37771
|
"type": {
|
|
37742
37772
|
"text": "string"
|
|
37743
37773
|
},
|
|
37744
|
-
"
|
|
37774
|
+
"description": "Explicit override for the field that uniquely identifies a row.",
|
|
37775
|
+
"privacy": "public",
|
|
37745
37776
|
"inheritedFrom": {
|
|
37746
37777
|
"name": "<local>_BaseDatasource",
|
|
37747
37778
|
"module": "src/utils/base-datasource.ts"
|
|
@@ -37899,6 +37930,20 @@
|
|
|
37899
37930
|
"module": "src/utils/base-datasource.ts"
|
|
37900
37931
|
}
|
|
37901
37932
|
},
|
|
37933
|
+
{
|
|
37934
|
+
"kind": "field",
|
|
37935
|
+
"name": "effectiveRowId",
|
|
37936
|
+
"type": {
|
|
37937
|
+
"text": "string"
|
|
37938
|
+
},
|
|
37939
|
+
"privacy": "public",
|
|
37940
|
+
"description": "The field used to key rows into BaseDatasource.rowsSyncedWithStream.",
|
|
37941
|
+
"readonly": true,
|
|
37942
|
+
"inheritedFrom": {
|
|
37943
|
+
"name": "<local>_BaseDatasource",
|
|
37944
|
+
"module": "src/utils/base-datasource.ts"
|
|
37945
|
+
}
|
|
37946
|
+
},
|
|
37902
37947
|
{
|
|
37903
37948
|
"kind": "method",
|
|
37904
37949
|
"name": "reset",
|
|
@@ -38481,7 +38526,7 @@
|
|
|
38481
38526
|
"type": {
|
|
38482
38527
|
"text": "string"
|
|
38483
38528
|
},
|
|
38484
|
-
"
|
|
38529
|
+
"description": "Explicit override for the field that uniquely identifies a row.",
|
|
38485
38530
|
"fieldName": "rowId",
|
|
38486
38531
|
"inheritedFrom": {
|
|
38487
38532
|
"name": "<local>_BaseDatasource",
|
|
@@ -57577,7 +57622,8 @@
|
|
|
57577
57622
|
"type": {
|
|
57578
57623
|
"text": "string"
|
|
57579
57624
|
},
|
|
57580
|
-
"
|
|
57625
|
+
"description": "Explicit override for the field that uniquely identifies a row.",
|
|
57626
|
+
"privacy": "public"
|
|
57581
57627
|
},
|
|
57582
57628
|
{
|
|
57583
57629
|
"kind": "field",
|
|
@@ -57683,6 +57729,16 @@
|
|
|
57683
57729
|
"privacy": "private",
|
|
57684
57730
|
"default": "0"
|
|
57685
57731
|
},
|
|
57732
|
+
{
|
|
57733
|
+
"kind": "field",
|
|
57734
|
+
"name": "effectiveRowId",
|
|
57735
|
+
"type": {
|
|
57736
|
+
"text": "string"
|
|
57737
|
+
},
|
|
57738
|
+
"privacy": "public",
|
|
57739
|
+
"description": "The field used to key rows into BaseDatasource.rowsSyncedWithStream.",
|
|
57740
|
+
"readonly": true
|
|
57741
|
+
},
|
|
57686
57742
|
{
|
|
57687
57743
|
"kind": "method",
|
|
57688
57744
|
"name": "reset"
|
|
@@ -58196,7 +58252,7 @@
|
|
|
58196
58252
|
"type": {
|
|
58197
58253
|
"text": "string"
|
|
58198
58254
|
},
|
|
58199
|
-
"
|
|
58255
|
+
"description": "Explicit override for the field that uniquely identifies a row.",
|
|
58200
58256
|
"fieldName": "rowId"
|
|
58201
58257
|
},
|
|
58202
58258
|
{
|