@genesislcap/foundation-ui 14.492.0-FUI-2571.4 → 14.492.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +1018 -1018
- package/dist/dts/react.d.ts +16 -16
- package/dist/react.cjs +10 -10
- package/dist/react.mjs +8 -8
- package/package.json +19 -19
|
@@ -1406,400 +1406,6 @@
|
|
|
1406
1406
|
}
|
|
1407
1407
|
]
|
|
1408
1408
|
},
|
|
1409
|
-
{
|
|
1410
|
-
"kind": "javascript-module",
|
|
1411
|
-
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
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",
|
|
1775
|
-
"declarations": [],
|
|
1776
|
-
"exports": [
|
|
1777
|
-
{
|
|
1778
|
-
"kind": "js",
|
|
1779
|
-
"name": "*",
|
|
1780
|
-
"declaration": {
|
|
1781
|
-
"name": "*",
|
|
1782
|
-
"package": "./accordion-item.template"
|
|
1783
|
-
}
|
|
1784
|
-
},
|
|
1785
|
-
{
|
|
1786
|
-
"kind": "js",
|
|
1787
|
-
"name": "*",
|
|
1788
|
-
"declaration": {
|
|
1789
|
-
"name": "*",
|
|
1790
|
-
"package": "./accordion-item.styles"
|
|
1791
|
-
}
|
|
1792
|
-
},
|
|
1793
|
-
{
|
|
1794
|
-
"kind": "js",
|
|
1795
|
-
"name": "*",
|
|
1796
|
-
"declaration": {
|
|
1797
|
-
"name": "*",
|
|
1798
|
-
"package": "./accordion-item"
|
|
1799
|
-
}
|
|
1800
|
-
}
|
|
1801
|
-
]
|
|
1802
|
-
},
|
|
1803
1409
|
{
|
|
1804
1410
|
"kind": "javascript-module",
|
|
1805
1411
|
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
@@ -2361,98 +1967,461 @@
|
|
|
2361
1967
|
},
|
|
2362
1968
|
{
|
|
2363
1969
|
"kind": "javascript-module",
|
|
2364
|
-
"path": "src/
|
|
2365
|
-
"declarations": [],
|
|
2366
|
-
"exports": [
|
|
2367
|
-
{
|
|
2368
|
-
"kind": "js",
|
|
2369
|
-
"name": "*",
|
|
2370
|
-
"declaration": {
|
|
2371
|
-
"name": "*",
|
|
2372
|
-
"package": "./styles"
|
|
2373
|
-
}
|
|
2374
|
-
},
|
|
2375
|
-
{
|
|
2376
|
-
"kind": "js",
|
|
2377
|
-
"name": "*",
|
|
2378
|
-
"declaration": {
|
|
2379
|
-
"name": "*",
|
|
2380
|
-
"package": "./tokens"
|
|
2381
|
-
}
|
|
2382
|
-
},
|
|
2383
|
-
{
|
|
2384
|
-
"kind": "js",
|
|
2385
|
-
"name": "*",
|
|
2386
|
-
"declaration": {
|
|
2387
|
-
"name": "*",
|
|
2388
|
-
"package": "./values"
|
|
2389
|
-
}
|
|
2390
|
-
}
|
|
2391
|
-
]
|
|
2392
|
-
},
|
|
2393
|
-
{
|
|
2394
|
-
"kind": "javascript-module",
|
|
2395
|
-
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
1970
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
2396
1971
|
"declarations": [
|
|
2397
1972
|
{
|
|
2398
|
-
"kind": "
|
|
2399
|
-
"name": "
|
|
2400
|
-
"
|
|
1973
|
+
"kind": "function",
|
|
1974
|
+
"name": "foundationAccordionItemStyles",
|
|
1975
|
+
"return": {
|
|
1976
|
+
"type": {
|
|
1977
|
+
"text": "ElementStyles"
|
|
1978
|
+
}
|
|
1979
|
+
},
|
|
1980
|
+
"parameters": [
|
|
1981
|
+
{
|
|
1982
|
+
"name": "context",
|
|
1983
|
+
"type": {
|
|
1984
|
+
"text": "ElementDefinitionContext"
|
|
1985
|
+
}
|
|
1986
|
+
},
|
|
1987
|
+
{
|
|
1988
|
+
"name": "definition",
|
|
1989
|
+
"type": {
|
|
1990
|
+
"text": "FoundationElementDefinition"
|
|
1991
|
+
}
|
|
1992
|
+
}
|
|
1993
|
+
]
|
|
2401
1994
|
}
|
|
2402
1995
|
],
|
|
2403
1996
|
"exports": [
|
|
2404
1997
|
{
|
|
2405
1998
|
"kind": "js",
|
|
2406
|
-
"name": "
|
|
1999
|
+
"name": "foundationAccordionItemStyles",
|
|
2407
2000
|
"declaration": {
|
|
2408
|
-
"name": "
|
|
2409
|
-
"module": "src/
|
|
2001
|
+
"name": "foundationAccordionItemStyles",
|
|
2002
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
2410
2003
|
}
|
|
2411
2004
|
}
|
|
2412
2005
|
]
|
|
2413
2006
|
},
|
|
2414
2007
|
{
|
|
2415
2008
|
"kind": "javascript-module",
|
|
2416
|
-
"path": "src/
|
|
2009
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
2417
2010
|
"declarations": [
|
|
2418
2011
|
{
|
|
2419
|
-
"kind": "
|
|
2420
|
-
"name": "
|
|
2421
|
-
"
|
|
2422
|
-
"
|
|
2012
|
+
"kind": "function",
|
|
2013
|
+
"name": "foundationAccordionItemTemplate",
|
|
2014
|
+
"return": {
|
|
2015
|
+
"type": {
|
|
2016
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
2017
|
+
}
|
|
2423
2018
|
},
|
|
2424
|
-
"
|
|
2019
|
+
"parameters": [
|
|
2020
|
+
{
|
|
2021
|
+
"name": "context",
|
|
2022
|
+
"type": {
|
|
2023
|
+
"text": "ElementDefinitionContext"
|
|
2024
|
+
}
|
|
2025
|
+
},
|
|
2026
|
+
{
|
|
2027
|
+
"name": "definition",
|
|
2028
|
+
"type": {
|
|
2029
|
+
"text": "FoundationElementDefinition"
|
|
2030
|
+
}
|
|
2031
|
+
}
|
|
2032
|
+
]
|
|
2425
2033
|
}
|
|
2426
2034
|
],
|
|
2427
2035
|
"exports": [
|
|
2428
2036
|
{
|
|
2429
2037
|
"kind": "js",
|
|
2430
|
-
"name": "
|
|
2038
|
+
"name": "foundationAccordionItemTemplate",
|
|
2431
2039
|
"declaration": {
|
|
2432
|
-
"name": "
|
|
2433
|
-
"module": "src/
|
|
2040
|
+
"name": "foundationAccordionItemTemplate",
|
|
2041
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
2434
2042
|
}
|
|
2435
2043
|
}
|
|
2436
2044
|
]
|
|
2437
2045
|
},
|
|
2438
2046
|
{
|
|
2439
2047
|
"kind": "javascript-module",
|
|
2440
|
-
"path": "src/
|
|
2048
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
2441
2049
|
"declarations": [
|
|
2442
2050
|
{
|
|
2443
2051
|
"kind": "class",
|
|
2444
|
-
"description": "
|
|
2445
|
-
"name": "
|
|
2446
|
-
"
|
|
2052
|
+
"description": "",
|
|
2053
|
+
"name": "AccordionItem",
|
|
2054
|
+
"superclass": {
|
|
2055
|
+
"name": "FASTAccordionItem",
|
|
2056
|
+
"package": "@microsoft/fast-components"
|
|
2057
|
+
},
|
|
2058
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
2059
|
+
"customElement": true,
|
|
2060
|
+
"attributes": [
|
|
2447
2061
|
{
|
|
2448
|
-
"
|
|
2449
|
-
"name": "providerRegistry",
|
|
2062
|
+
"name": "heading-level",
|
|
2450
2063
|
"type": {
|
|
2451
|
-
"text": "
|
|
2452
|
-
}
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
"
|
|
2064
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
2065
|
+
},
|
|
2066
|
+
"default": "2",
|
|
2067
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
2068
|
+
"fieldName": "headinglevel",
|
|
2069
|
+
"inheritedFrom": {
|
|
2070
|
+
"name": "AccordionItem",
|
|
2071
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2072
|
+
}
|
|
2073
|
+
},
|
|
2074
|
+
{
|
|
2075
|
+
"type": {
|
|
2076
|
+
"text": "boolean"
|
|
2077
|
+
},
|
|
2078
|
+
"default": "false",
|
|
2079
|
+
"description": "Expands or collapses the item.",
|
|
2080
|
+
"fieldName": "expanded",
|
|
2081
|
+
"inheritedFrom": {
|
|
2082
|
+
"name": "AccordionItem",
|
|
2083
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2084
|
+
}
|
|
2085
|
+
},
|
|
2086
|
+
{
|
|
2087
|
+
"name": "id",
|
|
2088
|
+
"type": {
|
|
2089
|
+
"text": "string"
|
|
2090
|
+
},
|
|
2091
|
+
"description": "The item ID",
|
|
2092
|
+
"fieldName": "id",
|
|
2093
|
+
"inheritedFrom": {
|
|
2094
|
+
"name": "AccordionItem",
|
|
2095
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2096
|
+
}
|
|
2097
|
+
}
|
|
2098
|
+
],
|
|
2099
|
+
"members": [
|
|
2100
|
+
{
|
|
2101
|
+
"kind": "field",
|
|
2102
|
+
"name": "headinglevel",
|
|
2103
|
+
"type": {
|
|
2104
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
2105
|
+
},
|
|
2106
|
+
"privacy": "public",
|
|
2107
|
+
"default": "2",
|
|
2108
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
2109
|
+
"inheritedFrom": {
|
|
2110
|
+
"name": "AccordionItem",
|
|
2111
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2112
|
+
}
|
|
2113
|
+
},
|
|
2114
|
+
{
|
|
2115
|
+
"kind": "field",
|
|
2116
|
+
"name": "expanded",
|
|
2117
|
+
"type": {
|
|
2118
|
+
"text": "boolean"
|
|
2119
|
+
},
|
|
2120
|
+
"privacy": "public",
|
|
2121
|
+
"default": "false",
|
|
2122
|
+
"description": "Expands or collapses the item.",
|
|
2123
|
+
"inheritedFrom": {
|
|
2124
|
+
"name": "AccordionItem",
|
|
2125
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2126
|
+
}
|
|
2127
|
+
},
|
|
2128
|
+
{
|
|
2129
|
+
"kind": "field",
|
|
2130
|
+
"name": "id",
|
|
2131
|
+
"type": {
|
|
2132
|
+
"text": "string"
|
|
2133
|
+
},
|
|
2134
|
+
"privacy": "public",
|
|
2135
|
+
"description": "The item ID",
|
|
2136
|
+
"inheritedFrom": {
|
|
2137
|
+
"name": "AccordionItem",
|
|
2138
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2139
|
+
}
|
|
2140
|
+
},
|
|
2141
|
+
{
|
|
2142
|
+
"kind": "field",
|
|
2143
|
+
"name": "change",
|
|
2144
|
+
"privacy": "private",
|
|
2145
|
+
"inheritedFrom": {
|
|
2146
|
+
"name": "AccordionItem",
|
|
2147
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2148
|
+
}
|
|
2149
|
+
},
|
|
2150
|
+
{
|
|
2151
|
+
"kind": "field",
|
|
2152
|
+
"name": "_presentation",
|
|
2153
|
+
"type": {
|
|
2154
|
+
"text": "ComponentPresentation | null | undefined"
|
|
2155
|
+
},
|
|
2156
|
+
"privacy": "private",
|
|
2157
|
+
"default": "void 0",
|
|
2158
|
+
"inheritedFrom": {
|
|
2159
|
+
"name": "FoundationElement",
|
|
2160
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2161
|
+
}
|
|
2162
|
+
},
|
|
2163
|
+
{
|
|
2164
|
+
"kind": "field",
|
|
2165
|
+
"name": "$presentation",
|
|
2166
|
+
"type": {
|
|
2167
|
+
"text": "ComponentPresentation | null"
|
|
2168
|
+
},
|
|
2169
|
+
"privacy": "public",
|
|
2170
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2171
|
+
"inheritedFrom": {
|
|
2172
|
+
"name": "FoundationElement",
|
|
2173
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2174
|
+
}
|
|
2175
|
+
},
|
|
2176
|
+
{
|
|
2177
|
+
"kind": "field",
|
|
2178
|
+
"name": "template",
|
|
2179
|
+
"type": {
|
|
2180
|
+
"text": "ElementViewTemplate | void | null"
|
|
2181
|
+
},
|
|
2182
|
+
"privacy": "public",
|
|
2183
|
+
"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.",
|
|
2184
|
+
"inheritedFrom": {
|
|
2185
|
+
"name": "FoundationElement",
|
|
2186
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2187
|
+
}
|
|
2188
|
+
},
|
|
2189
|
+
{
|
|
2190
|
+
"kind": "method",
|
|
2191
|
+
"name": "templateChanged",
|
|
2192
|
+
"privacy": "protected",
|
|
2193
|
+
"return": {
|
|
2194
|
+
"type": {
|
|
2195
|
+
"text": "void"
|
|
2196
|
+
}
|
|
2197
|
+
},
|
|
2198
|
+
"inheritedFrom": {
|
|
2199
|
+
"name": "FoundationElement",
|
|
2200
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2201
|
+
}
|
|
2202
|
+
},
|
|
2203
|
+
{
|
|
2204
|
+
"kind": "field",
|
|
2205
|
+
"name": "styles",
|
|
2206
|
+
"type": {
|
|
2207
|
+
"text": "ElementStyles | void | null"
|
|
2208
|
+
},
|
|
2209
|
+
"privacy": "public",
|
|
2210
|
+
"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.",
|
|
2211
|
+
"inheritedFrom": {
|
|
2212
|
+
"name": "FoundationElement",
|
|
2213
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2214
|
+
}
|
|
2215
|
+
},
|
|
2216
|
+
{
|
|
2217
|
+
"kind": "method",
|
|
2218
|
+
"name": "stylesChanged",
|
|
2219
|
+
"privacy": "protected",
|
|
2220
|
+
"return": {
|
|
2221
|
+
"type": {
|
|
2222
|
+
"text": "void"
|
|
2223
|
+
}
|
|
2224
|
+
},
|
|
2225
|
+
"inheritedFrom": {
|
|
2226
|
+
"name": "FoundationElement",
|
|
2227
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2228
|
+
}
|
|
2229
|
+
},
|
|
2230
|
+
{
|
|
2231
|
+
"kind": "method",
|
|
2232
|
+
"name": "compose",
|
|
2233
|
+
"privacy": "public",
|
|
2234
|
+
"static": true,
|
|
2235
|
+
"return": {
|
|
2236
|
+
"type": {
|
|
2237
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2238
|
+
}
|
|
2239
|
+
},
|
|
2240
|
+
"parameters": [
|
|
2241
|
+
{
|
|
2242
|
+
"name": "this",
|
|
2243
|
+
"type": {
|
|
2244
|
+
"text": "K"
|
|
2245
|
+
}
|
|
2246
|
+
},
|
|
2247
|
+
{
|
|
2248
|
+
"name": "elementDefinition",
|
|
2249
|
+
"type": {
|
|
2250
|
+
"text": "T"
|
|
2251
|
+
},
|
|
2252
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
2253
|
+
}
|
|
2254
|
+
],
|
|
2255
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2256
|
+
"inheritedFrom": {
|
|
2257
|
+
"name": "FoundationElement",
|
|
2258
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2259
|
+
}
|
|
2260
|
+
}
|
|
2261
|
+
],
|
|
2262
|
+
"events": [
|
|
2263
|
+
{
|
|
2264
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
2265
|
+
"name": "change",
|
|
2266
|
+
"inheritedFrom": {
|
|
2267
|
+
"name": "AccordionItem",
|
|
2268
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2269
|
+
}
|
|
2270
|
+
}
|
|
2271
|
+
]
|
|
2272
|
+
},
|
|
2273
|
+
{
|
|
2274
|
+
"kind": "variable",
|
|
2275
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2276
|
+
"type": {
|
|
2277
|
+
"text": "ShadowRootInit"
|
|
2278
|
+
},
|
|
2279
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2280
|
+
},
|
|
2281
|
+
{
|
|
2282
|
+
"kind": "variable",
|
|
2283
|
+
"name": "defaultAccordionItemConfig",
|
|
2284
|
+
"type": {
|
|
2285
|
+
"text": "object"
|
|
2286
|
+
},
|
|
2287
|
+
"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}"
|
|
2288
|
+
},
|
|
2289
|
+
{
|
|
2290
|
+
"kind": "variable",
|
|
2291
|
+
"name": "foundationAccordionItem",
|
|
2292
|
+
"description": "The Foundation Accordion Item",
|
|
2293
|
+
"privacy": "public"
|
|
2294
|
+
}
|
|
2295
|
+
],
|
|
2296
|
+
"exports": [
|
|
2297
|
+
{
|
|
2298
|
+
"kind": "js",
|
|
2299
|
+
"name": "AccordionItem",
|
|
2300
|
+
"declaration": {
|
|
2301
|
+
"name": "AccordionItem",
|
|
2302
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2303
|
+
}
|
|
2304
|
+
},
|
|
2305
|
+
{
|
|
2306
|
+
"kind": "js",
|
|
2307
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2308
|
+
"declaration": {
|
|
2309
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2310
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2311
|
+
}
|
|
2312
|
+
},
|
|
2313
|
+
{
|
|
2314
|
+
"kind": "js",
|
|
2315
|
+
"name": "defaultAccordionItemConfig",
|
|
2316
|
+
"declaration": {
|
|
2317
|
+
"name": "defaultAccordionItemConfig",
|
|
2318
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2319
|
+
}
|
|
2320
|
+
},
|
|
2321
|
+
{
|
|
2322
|
+
"kind": "js",
|
|
2323
|
+
"name": "foundationAccordionItem",
|
|
2324
|
+
"declaration": {
|
|
2325
|
+
"name": "foundationAccordionItem",
|
|
2326
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2327
|
+
}
|
|
2328
|
+
}
|
|
2329
|
+
]
|
|
2330
|
+
},
|
|
2331
|
+
{
|
|
2332
|
+
"kind": "javascript-module",
|
|
2333
|
+
"path": "src/accordion-item/index.ts",
|
|
2334
|
+
"declarations": [],
|
|
2335
|
+
"exports": [
|
|
2336
|
+
{
|
|
2337
|
+
"kind": "js",
|
|
2338
|
+
"name": "*",
|
|
2339
|
+
"declaration": {
|
|
2340
|
+
"name": "*",
|
|
2341
|
+
"package": "./accordion-item.template"
|
|
2342
|
+
}
|
|
2343
|
+
},
|
|
2344
|
+
{
|
|
2345
|
+
"kind": "js",
|
|
2346
|
+
"name": "*",
|
|
2347
|
+
"declaration": {
|
|
2348
|
+
"name": "*",
|
|
2349
|
+
"package": "./accordion-item.styles"
|
|
2350
|
+
}
|
|
2351
|
+
},
|
|
2352
|
+
{
|
|
2353
|
+
"kind": "js",
|
|
2354
|
+
"name": "*",
|
|
2355
|
+
"declaration": {
|
|
2356
|
+
"name": "*",
|
|
2357
|
+
"package": "./accordion-item"
|
|
2358
|
+
}
|
|
2359
|
+
}
|
|
2360
|
+
]
|
|
2361
|
+
},
|
|
2362
|
+
{
|
|
2363
|
+
"kind": "javascript-module",
|
|
2364
|
+
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
2365
|
+
"declarations": [
|
|
2366
|
+
{
|
|
2367
|
+
"kind": "variable",
|
|
2368
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2369
|
+
"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`"
|
|
2370
|
+
}
|
|
2371
|
+
],
|
|
2372
|
+
"exports": [
|
|
2373
|
+
{
|
|
2374
|
+
"kind": "js",
|
|
2375
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2376
|
+
"declaration": {
|
|
2377
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2378
|
+
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
2379
|
+
}
|
|
2380
|
+
}
|
|
2381
|
+
]
|
|
2382
|
+
},
|
|
2383
|
+
{
|
|
2384
|
+
"kind": "javascript-module",
|
|
2385
|
+
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
2386
|
+
"declarations": [
|
|
2387
|
+
{
|
|
2388
|
+
"kind": "variable",
|
|
2389
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2390
|
+
"type": {
|
|
2391
|
+
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
2392
|
+
},
|
|
2393
|
+
"default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
|
|
2394
|
+
}
|
|
2395
|
+
],
|
|
2396
|
+
"exports": [
|
|
2397
|
+
{
|
|
2398
|
+
"kind": "js",
|
|
2399
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2400
|
+
"declaration": {
|
|
2401
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2402
|
+
"module": "src/ai-criteria-search/ai-criteria-search.template.ts"
|
|
2403
|
+
}
|
|
2404
|
+
}
|
|
2405
|
+
]
|
|
2406
|
+
},
|
|
2407
|
+
{
|
|
2408
|
+
"kind": "javascript-module",
|
|
2409
|
+
"path": "src/ai-criteria-search/ai-criteria-search.ts",
|
|
2410
|
+
"declarations": [
|
|
2411
|
+
{
|
|
2412
|
+
"kind": "class",
|
|
2413
|
+
"description": "Natural-language criteria search input with AI interpretation.",
|
|
2414
|
+
"name": "AiCriteriaSearch",
|
|
2415
|
+
"members": [
|
|
2416
|
+
{
|
|
2417
|
+
"kind": "field",
|
|
2418
|
+
"name": "providerRegistry",
|
|
2419
|
+
"type": {
|
|
2420
|
+
"text": "AIProviderRegistry"
|
|
2421
|
+
}
|
|
2422
|
+
},
|
|
2423
|
+
{
|
|
2424
|
+
"kind": "field",
|
|
2456
2425
|
"name": "placeholder",
|
|
2457
2426
|
"type": {
|
|
2458
2427
|
"text": "string"
|
|
@@ -3001,11 +2970,42 @@
|
|
|
3001
2970
|
},
|
|
3002
2971
|
{
|
|
3003
2972
|
"kind": "javascript-module",
|
|
3004
|
-
"path": "src/
|
|
2973
|
+
"path": "src/_config/index.ts",
|
|
2974
|
+
"declarations": [],
|
|
2975
|
+
"exports": [
|
|
2976
|
+
{
|
|
2977
|
+
"kind": "js",
|
|
2978
|
+
"name": "*",
|
|
2979
|
+
"declaration": {
|
|
2980
|
+
"name": "*",
|
|
2981
|
+
"package": "./styles"
|
|
2982
|
+
}
|
|
2983
|
+
},
|
|
2984
|
+
{
|
|
2985
|
+
"kind": "js",
|
|
2986
|
+
"name": "*",
|
|
2987
|
+
"declaration": {
|
|
2988
|
+
"name": "*",
|
|
2989
|
+
"package": "./tokens"
|
|
2990
|
+
}
|
|
2991
|
+
},
|
|
2992
|
+
{
|
|
2993
|
+
"kind": "js",
|
|
2994
|
+
"name": "*",
|
|
2995
|
+
"declaration": {
|
|
2996
|
+
"name": "*",
|
|
2997
|
+
"package": "./values"
|
|
2998
|
+
}
|
|
2999
|
+
}
|
|
3000
|
+
]
|
|
3001
|
+
},
|
|
3002
|
+
{
|
|
3003
|
+
"kind": "javascript-module",
|
|
3004
|
+
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
3005
3005
|
"declarations": [
|
|
3006
3006
|
{
|
|
3007
3007
|
"kind": "function",
|
|
3008
|
-
"name": "
|
|
3008
|
+
"name": "foundationAiIndicatorStyles",
|
|
3009
3009
|
"return": {
|
|
3010
3010
|
"type": {
|
|
3011
3011
|
"text": "ElementStyles"
|
|
@@ -3030,276 +3030,224 @@
|
|
|
3030
3030
|
"exports": [
|
|
3031
3031
|
{
|
|
3032
3032
|
"kind": "js",
|
|
3033
|
-
"name": "
|
|
3033
|
+
"name": "foundationAiIndicatorStyles",
|
|
3034
3034
|
"declaration": {
|
|
3035
|
-
"name": "
|
|
3036
|
-
"module": "src/
|
|
3035
|
+
"name": "foundationAiIndicatorStyles",
|
|
3036
|
+
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
3037
3037
|
}
|
|
3038
3038
|
}
|
|
3039
3039
|
]
|
|
3040
3040
|
},
|
|
3041
3041
|
{
|
|
3042
3042
|
"kind": "javascript-module",
|
|
3043
|
-
"path": "src/
|
|
3043
|
+
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
3044
3044
|
"declarations": [
|
|
3045
3045
|
{
|
|
3046
|
-
"kind": "
|
|
3047
|
-
"name": "
|
|
3048
|
-
"
|
|
3049
|
-
"
|
|
3050
|
-
"text": "ViewTemplate<Accordion>"
|
|
3051
|
-
}
|
|
3046
|
+
"kind": "variable",
|
|
3047
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3048
|
+
"type": {
|
|
3049
|
+
"text": "ViewTemplate<AiIndicator>"
|
|
3052
3050
|
},
|
|
3053
|
-
"
|
|
3054
|
-
{
|
|
3055
|
-
"name": "context",
|
|
3056
|
-
"type": {
|
|
3057
|
-
"text": "ElementDefinitionContext"
|
|
3058
|
-
}
|
|
3059
|
-
},
|
|
3060
|
-
{
|
|
3061
|
-
"name": "definition",
|
|
3062
|
-
"type": {
|
|
3063
|
-
"text": "FoundationElementDefinition"
|
|
3064
|
-
}
|
|
3065
|
-
}
|
|
3066
|
-
]
|
|
3051
|
+
"default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
|
|
3067
3052
|
}
|
|
3068
3053
|
],
|
|
3069
3054
|
"exports": [
|
|
3070
3055
|
{
|
|
3071
3056
|
"kind": "js",
|
|
3072
|
-
"name": "
|
|
3057
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3073
3058
|
"declaration": {
|
|
3074
|
-
"name": "
|
|
3075
|
-
"module": "src/
|
|
3059
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3060
|
+
"module": "src/ai-indicator/ai-indicator.template.ts"
|
|
3076
3061
|
}
|
|
3077
3062
|
}
|
|
3078
3063
|
]
|
|
3079
3064
|
},
|
|
3080
3065
|
{
|
|
3081
3066
|
"kind": "javascript-module",
|
|
3082
|
-
"path": "src/
|
|
3067
|
+
"path": "src/ai-indicator/ai-indicator.ts",
|
|
3083
3068
|
"declarations": [
|
|
3084
3069
|
{
|
|
3085
3070
|
"kind": "class",
|
|
3086
3071
|
"description": "",
|
|
3087
|
-
"name": "
|
|
3088
|
-
"superclass": {
|
|
3089
|
-
"name": "FASTAccordion",
|
|
3090
|
-
"package": "@microsoft/fast-foundation"
|
|
3091
|
-
},
|
|
3092
|
-
"tagName": "%%prefix%%-accordion",
|
|
3093
|
-
"customElement": true,
|
|
3094
|
-
"attributes": [
|
|
3095
|
-
{
|
|
3096
|
-
"name": "expand-mode",
|
|
3097
|
-
"type": {
|
|
3098
|
-
"text": "AccordionExpandMode"
|
|
3099
|
-
},
|
|
3100
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3101
|
-
"fieldName": "expandmode",
|
|
3102
|
-
"inheritedFrom": {
|
|
3103
|
-
"name": "Accordion",
|
|
3104
|
-
"module": "src/accordion/accordion.ts"
|
|
3105
|
-
}
|
|
3106
|
-
}
|
|
3107
|
-
],
|
|
3072
|
+
"name": "AiIndicator",
|
|
3108
3073
|
"members": [
|
|
3109
3074
|
{
|
|
3110
3075
|
"kind": "field",
|
|
3111
|
-
"name": "
|
|
3076
|
+
"name": "providerRegistry",
|
|
3112
3077
|
"type": {
|
|
3113
|
-
"text": "
|
|
3114
|
-
},
|
|
3115
|
-
"privacy": "public",
|
|
3116
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3117
|
-
"inheritedFrom": {
|
|
3118
|
-
"name": "Accordion",
|
|
3119
|
-
"module": "src/accordion/accordion.ts"
|
|
3078
|
+
"text": "AIProviderRegistry"
|
|
3120
3079
|
}
|
|
3121
3080
|
},
|
|
3122
3081
|
{
|
|
3123
3082
|
"kind": "field",
|
|
3124
|
-
"name": "
|
|
3083
|
+
"name": "aiProvider",
|
|
3125
3084
|
"type": {
|
|
3126
|
-
"text": "
|
|
3085
|
+
"text": "AIProvider | undefined"
|
|
3127
3086
|
},
|
|
3128
3087
|
"privacy": "private",
|
|
3129
|
-
"
|
|
3130
|
-
|
|
3131
|
-
"module": "src/accordion/accordion.ts"
|
|
3132
|
-
}
|
|
3088
|
+
"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.",
|
|
3089
|
+
"readonly": true
|
|
3133
3090
|
},
|
|
3134
3091
|
{
|
|
3135
3092
|
"kind": "field",
|
|
3136
|
-
"name": "
|
|
3093
|
+
"name": "status",
|
|
3137
3094
|
"type": {
|
|
3138
|
-
"text": "
|
|
3095
|
+
"text": "AIStatus | null"
|
|
3139
3096
|
},
|
|
3140
|
-
"
|
|
3141
|
-
"default": "0",
|
|
3142
|
-
"inheritedFrom": {
|
|
3143
|
-
"name": "Accordion",
|
|
3144
|
-
"module": "src/accordion/accordion.ts"
|
|
3145
|
-
}
|
|
3097
|
+
"default": "null"
|
|
3146
3098
|
},
|
|
3147
3099
|
{
|
|
3148
3100
|
"kind": "field",
|
|
3149
|
-
"name": "
|
|
3101
|
+
"name": "open",
|
|
3150
3102
|
"type": {
|
|
3151
|
-
"text": "
|
|
3103
|
+
"text": "boolean"
|
|
3152
3104
|
},
|
|
3153
|
-
"
|
|
3154
|
-
"inheritedFrom": {
|
|
3155
|
-
"name": "Accordion",
|
|
3156
|
-
"module": "src/accordion/accordion.ts"
|
|
3157
|
-
}
|
|
3105
|
+
"default": "false"
|
|
3158
3106
|
},
|
|
3159
3107
|
{
|
|
3160
3108
|
"kind": "field",
|
|
3161
|
-
"name": "
|
|
3162
|
-
"
|
|
3163
|
-
|
|
3164
|
-
|
|
3165
|
-
|
|
3166
|
-
}
|
|
3109
|
+
"name": "state",
|
|
3110
|
+
"type": {
|
|
3111
|
+
"text": "AIIndicatorState"
|
|
3112
|
+
},
|
|
3113
|
+
"default": "'none'"
|
|
3167
3114
|
},
|
|
3168
3115
|
{
|
|
3169
|
-
"kind": "
|
|
3170
|
-
"name": "
|
|
3171
|
-
"
|
|
3172
|
-
|
|
3173
|
-
"type": {
|
|
3174
|
-
"text": "AccordionItem | null"
|
|
3175
|
-
}
|
|
3116
|
+
"kind": "field",
|
|
3117
|
+
"name": "isInstalling",
|
|
3118
|
+
"type": {
|
|
3119
|
+
"text": "boolean"
|
|
3176
3120
|
},
|
|
3177
|
-
"
|
|
3178
|
-
"name": "Accordion",
|
|
3179
|
-
"module": "src/accordion/accordion.ts"
|
|
3180
|
-
}
|
|
3121
|
+
"default": "false"
|
|
3181
3122
|
},
|
|
3182
3123
|
{
|
|
3183
3124
|
"kind": "field",
|
|
3184
|
-
"name": "
|
|
3125
|
+
"name": "pollTimer",
|
|
3126
|
+
"type": {
|
|
3127
|
+
"text": "ReturnType<typeof setInterval> | null"
|
|
3128
|
+
},
|
|
3185
3129
|
"privacy": "private",
|
|
3186
|
-
"
|
|
3187
|
-
|
|
3188
|
-
|
|
3189
|
-
|
|
3130
|
+
"default": "null"
|
|
3131
|
+
},
|
|
3132
|
+
{
|
|
3133
|
+
"kind": "field",
|
|
3134
|
+
"name": "clickOutside",
|
|
3135
|
+
"privacy": "private"
|
|
3136
|
+
},
|
|
3137
|
+
{
|
|
3138
|
+
"kind": "field",
|
|
3139
|
+
"name": "chromeStatusLabel",
|
|
3140
|
+
"type": {
|
|
3141
|
+
"text": "string | null"
|
|
3142
|
+
},
|
|
3143
|
+
"readonly": true
|
|
3144
|
+
},
|
|
3145
|
+
{
|
|
3146
|
+
"kind": "field",
|
|
3147
|
+
"name": "canInstall",
|
|
3148
|
+
"type": {
|
|
3149
|
+
"text": "boolean"
|
|
3150
|
+
},
|
|
3151
|
+
"readonly": true
|
|
3152
|
+
},
|
|
3153
|
+
{
|
|
3154
|
+
"kind": "field",
|
|
3155
|
+
"name": "isDownloading",
|
|
3156
|
+
"type": {
|
|
3157
|
+
"text": "boolean"
|
|
3158
|
+
},
|
|
3159
|
+
"readonly": true
|
|
3190
3160
|
},
|
|
3191
3161
|
{
|
|
3192
3162
|
"kind": "method",
|
|
3193
|
-
"name": "
|
|
3194
|
-
"privacy": "private",
|
|
3163
|
+
"name": "openChanged",
|
|
3195
3164
|
"return": {
|
|
3196
3165
|
"type": {
|
|
3197
3166
|
"text": "void"
|
|
3198
3167
|
}
|
|
3199
|
-
},
|
|
3200
|
-
"inheritedFrom": {
|
|
3201
|
-
"name": "Accordion",
|
|
3202
|
-
"module": "src/accordion/accordion.ts"
|
|
3203
3168
|
}
|
|
3204
3169
|
},
|
|
3205
3170
|
{
|
|
3206
|
-
"kind": "
|
|
3207
|
-
"name": "
|
|
3171
|
+
"kind": "method",
|
|
3172
|
+
"name": "handleClickOutside",
|
|
3208
3173
|
"privacy": "private",
|
|
3209
|
-
"
|
|
3210
|
-
|
|
3211
|
-
|
|
3212
|
-
|
|
3174
|
+
"parameters": [
|
|
3175
|
+
{
|
|
3176
|
+
"name": "event",
|
|
3177
|
+
"type": {
|
|
3178
|
+
"text": "MouseEvent"
|
|
3179
|
+
}
|
|
3180
|
+
}
|
|
3181
|
+
]
|
|
3213
3182
|
},
|
|
3214
3183
|
{
|
|
3215
|
-
"kind": "
|
|
3216
|
-
"name": "
|
|
3217
|
-
"privacy": "private",
|
|
3218
|
-
"inheritedFrom": {
|
|
3219
|
-
"name": "Accordion",
|
|
3220
|
-
"module": "src/accordion/accordion.ts"
|
|
3221
|
-
}
|
|
3184
|
+
"kind": "method",
|
|
3185
|
+
"name": "toggleDropdown"
|
|
3222
3186
|
},
|
|
3223
3187
|
{
|
|
3224
3188
|
"kind": "method",
|
|
3225
|
-
"name": "
|
|
3226
|
-
"privacy": "private",
|
|
3189
|
+
"name": "refreshStatus",
|
|
3227
3190
|
"return": {
|
|
3228
3191
|
"type": {
|
|
3229
|
-
"text": "
|
|
3192
|
+
"text": "Promise<void>"
|
|
3230
3193
|
}
|
|
3231
|
-
},
|
|
3232
|
-
"inheritedFrom": {
|
|
3233
|
-
"name": "Accordion",
|
|
3234
|
-
"module": "src/accordion/accordion.ts"
|
|
3235
3194
|
}
|
|
3236
3195
|
},
|
|
3237
3196
|
{
|
|
3238
3197
|
"kind": "method",
|
|
3239
|
-
"name": "
|
|
3198
|
+
"name": "deriveState",
|
|
3240
3199
|
"privacy": "private",
|
|
3241
3200
|
"return": {
|
|
3242
3201
|
"type": {
|
|
3243
|
-
"text": "
|
|
3202
|
+
"text": "AIIndicatorState"
|
|
3244
3203
|
}
|
|
3245
3204
|
},
|
|
3246
|
-
"
|
|
3247
|
-
|
|
3248
|
-
|
|
3249
|
-
|
|
3205
|
+
"parameters": [
|
|
3206
|
+
{
|
|
3207
|
+
"name": "s",
|
|
3208
|
+
"type": {
|
|
3209
|
+
"text": "AIStatus | null"
|
|
3210
|
+
}
|
|
3211
|
+
}
|
|
3212
|
+
]
|
|
3250
3213
|
},
|
|
3251
3214
|
{
|
|
3252
|
-
"kind": "
|
|
3253
|
-
"name": "
|
|
3215
|
+
"kind": "method",
|
|
3216
|
+
"name": "maybeStartPolling",
|
|
3254
3217
|
"privacy": "private",
|
|
3255
|
-
"
|
|
3256
|
-
"
|
|
3257
|
-
|
|
3218
|
+
"return": {
|
|
3219
|
+
"type": {
|
|
3220
|
+
"text": "void"
|
|
3221
|
+
}
|
|
3258
3222
|
}
|
|
3259
3223
|
},
|
|
3260
3224
|
{
|
|
3261
|
-
"kind": "
|
|
3262
|
-
"name": "
|
|
3225
|
+
"kind": "method",
|
|
3226
|
+
"name": "startPolling",
|
|
3263
3227
|
"privacy": "private",
|
|
3264
|
-
"
|
|
3265
|
-
"
|
|
3266
|
-
|
|
3228
|
+
"return": {
|
|
3229
|
+
"type": {
|
|
3230
|
+
"text": "void"
|
|
3231
|
+
}
|
|
3267
3232
|
}
|
|
3268
3233
|
},
|
|
3269
3234
|
{
|
|
3270
3235
|
"kind": "method",
|
|
3271
|
-
"name": "
|
|
3236
|
+
"name": "stopPolling",
|
|
3272
3237
|
"privacy": "private",
|
|
3273
3238
|
"return": {
|
|
3274
3239
|
"type": {
|
|
3275
3240
|
"text": "void"
|
|
3276
3241
|
}
|
|
3277
|
-
},
|
|
3278
|
-
"parameters": [
|
|
3279
|
-
{
|
|
3280
|
-
"name": "adjustment",
|
|
3281
|
-
"type": {
|
|
3282
|
-
"text": "number"
|
|
3283
|
-
}
|
|
3284
|
-
}
|
|
3285
|
-
],
|
|
3286
|
-
"inheritedFrom": {
|
|
3287
|
-
"name": "Accordion",
|
|
3288
|
-
"module": "src/accordion/accordion.ts"
|
|
3289
3242
|
}
|
|
3290
3243
|
},
|
|
3291
3244
|
{
|
|
3292
3245
|
"kind": "method",
|
|
3293
|
-
"name": "
|
|
3294
|
-
"privacy": "private",
|
|
3246
|
+
"name": "onInstall",
|
|
3295
3247
|
"return": {
|
|
3296
3248
|
"type": {
|
|
3297
|
-
"text": "void"
|
|
3249
|
+
"text": "Promise<void>"
|
|
3298
3250
|
}
|
|
3299
|
-
},
|
|
3300
|
-
"inheritedFrom": {
|
|
3301
|
-
"name": "Accordion",
|
|
3302
|
-
"module": "src/accordion/accordion.ts"
|
|
3303
3251
|
}
|
|
3304
3252
|
},
|
|
3305
3253
|
{
|
|
@@ -3414,113 +3362,99 @@
|
|
|
3414
3362
|
}
|
|
3415
3363
|
}
|
|
3416
3364
|
],
|
|
3417
|
-
"
|
|
3418
|
-
|
|
3419
|
-
|
|
3420
|
-
"name": "change",
|
|
3421
|
-
"inheritedFrom": {
|
|
3422
|
-
"name": "Accordion",
|
|
3423
|
-
"module": "src/accordion/accordion.ts"
|
|
3424
|
-
}
|
|
3425
|
-
}
|
|
3426
|
-
]
|
|
3427
|
-
},
|
|
3428
|
-
{
|
|
3429
|
-
"kind": "variable",
|
|
3430
|
-
"name": "foundationAccordionShadowOptions",
|
|
3431
|
-
"type": {
|
|
3432
|
-
"text": "ShadowRootInit"
|
|
3433
|
-
},
|
|
3434
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3435
|
-
},
|
|
3436
|
-
{
|
|
3437
|
-
"kind": "variable",
|
|
3438
|
-
"name": "defaultAccordionConfig",
|
|
3439
|
-
"type": {
|
|
3440
|
-
"text": "object"
|
|
3365
|
+
"superclass": {
|
|
3366
|
+
"name": "FoundationElement",
|
|
3367
|
+
"package": "@microsoft/fast-foundation"
|
|
3441
3368
|
},
|
|
3442
|
-
"
|
|
3369
|
+
"tagName": "%%prefix%%-ai-indicator",
|
|
3370
|
+
"customElement": true
|
|
3443
3371
|
},
|
|
3444
3372
|
{
|
|
3445
3373
|
"kind": "variable",
|
|
3446
|
-
"name": "
|
|
3447
|
-
"description": "The Foundation Accordion",
|
|
3448
|
-
"privacy": "public"
|
|
3374
|
+
"name": "foundationAiIndicator"
|
|
3449
3375
|
}
|
|
3450
3376
|
],
|
|
3451
3377
|
"exports": [
|
|
3452
3378
|
{
|
|
3453
3379
|
"kind": "js",
|
|
3454
|
-
"name": "
|
|
3380
|
+
"name": "AiIndicator",
|
|
3455
3381
|
"declaration": {
|
|
3456
|
-
"name": "
|
|
3457
|
-
"module": "src/
|
|
3382
|
+
"name": "AiIndicator",
|
|
3383
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3458
3384
|
}
|
|
3459
3385
|
},
|
|
3460
3386
|
{
|
|
3461
3387
|
"kind": "js",
|
|
3462
|
-
"name": "
|
|
3388
|
+
"name": "foundationAiIndicator",
|
|
3463
3389
|
"declaration": {
|
|
3464
|
-
"name": "
|
|
3465
|
-
"module": "src/
|
|
3390
|
+
"name": "foundationAiIndicator",
|
|
3391
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3392
|
+
}
|
|
3393
|
+
}
|
|
3394
|
+
]
|
|
3395
|
+
},
|
|
3396
|
+
{
|
|
3397
|
+
"kind": "javascript-module",
|
|
3398
|
+
"path": "src/ai-indicator/index.ts",
|
|
3399
|
+
"declarations": [],
|
|
3400
|
+
"exports": [
|
|
3401
|
+
{
|
|
3402
|
+
"kind": "js",
|
|
3403
|
+
"name": "AiIndicator",
|
|
3404
|
+
"declaration": {
|
|
3405
|
+
"name": "AiIndicator",
|
|
3406
|
+
"module": "./ai-indicator"
|
|
3466
3407
|
}
|
|
3467
3408
|
},
|
|
3468
3409
|
{
|
|
3469
3410
|
"kind": "js",
|
|
3470
|
-
"name": "
|
|
3411
|
+
"name": "foundationAiIndicator",
|
|
3471
3412
|
"declaration": {
|
|
3472
|
-
"name": "
|
|
3473
|
-
"module": "
|
|
3413
|
+
"name": "foundationAiIndicator",
|
|
3414
|
+
"module": "./ai-indicator"
|
|
3474
3415
|
}
|
|
3475
3416
|
},
|
|
3476
3417
|
{
|
|
3477
3418
|
"kind": "js",
|
|
3478
|
-
"name": "
|
|
3419
|
+
"name": "type",
|
|
3479
3420
|
"declaration": {
|
|
3480
|
-
"name": "
|
|
3481
|
-
"module": "
|
|
3421
|
+
"name": "type",
|
|
3422
|
+
"module": "./ai-indicator"
|
|
3482
3423
|
}
|
|
3483
|
-
}
|
|
3484
|
-
]
|
|
3485
|
-
},
|
|
3486
|
-
{
|
|
3487
|
-
"kind": "javascript-module",
|
|
3488
|
-
"path": "src/accordion/index.ts",
|
|
3489
|
-
"declarations": [],
|
|
3490
|
-
"exports": [
|
|
3424
|
+
},
|
|
3491
3425
|
{
|
|
3492
3426
|
"kind": "js",
|
|
3493
|
-
"name": "
|
|
3427
|
+
"name": "AIIndicatorState",
|
|
3494
3428
|
"declaration": {
|
|
3495
|
-
"name": "
|
|
3496
|
-
"
|
|
3429
|
+
"name": "AIIndicatorState",
|
|
3430
|
+
"module": "./ai-indicator"
|
|
3497
3431
|
}
|
|
3498
3432
|
},
|
|
3499
3433
|
{
|
|
3500
3434
|
"kind": "js",
|
|
3501
|
-
"name": "
|
|
3435
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3502
3436
|
"declaration": {
|
|
3503
|
-
"name": "
|
|
3504
|
-
"
|
|
3437
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3438
|
+
"module": "./ai-indicator.template"
|
|
3505
3439
|
}
|
|
3506
3440
|
},
|
|
3507
3441
|
{
|
|
3508
3442
|
"kind": "js",
|
|
3509
|
-
"name": "
|
|
3443
|
+
"name": "foundationAiIndicatorStyles",
|
|
3510
3444
|
"declaration": {
|
|
3511
|
-
"name": "
|
|
3512
|
-
"
|
|
3445
|
+
"name": "foundationAiIndicatorStyles",
|
|
3446
|
+
"module": "./ai-indicator.styles"
|
|
3513
3447
|
}
|
|
3514
3448
|
}
|
|
3515
3449
|
]
|
|
3516
3450
|
},
|
|
3517
3451
|
{
|
|
3518
3452
|
"kind": "javascript-module",
|
|
3519
|
-
"path": "src/
|
|
3453
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
3520
3454
|
"declarations": [
|
|
3521
3455
|
{
|
|
3522
3456
|
"kind": "function",
|
|
3523
|
-
"name": "
|
|
3457
|
+
"name": "foundationAccordionStyles",
|
|
3524
3458
|
"return": {
|
|
3525
3459
|
"type": {
|
|
3526
3460
|
"text": "ElementStyles"
|
|
@@ -3545,224 +3479,276 @@
|
|
|
3545
3479
|
"exports": [
|
|
3546
3480
|
{
|
|
3547
3481
|
"kind": "js",
|
|
3548
|
-
"name": "
|
|
3482
|
+
"name": "foundationAccordionStyles",
|
|
3549
3483
|
"declaration": {
|
|
3550
|
-
"name": "
|
|
3551
|
-
"module": "src/
|
|
3484
|
+
"name": "foundationAccordionStyles",
|
|
3485
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
3552
3486
|
}
|
|
3553
3487
|
}
|
|
3554
3488
|
]
|
|
3555
3489
|
},
|
|
3556
3490
|
{
|
|
3557
3491
|
"kind": "javascript-module",
|
|
3558
|
-
"path": "src/
|
|
3492
|
+
"path": "src/accordion/accordion.template.ts",
|
|
3559
3493
|
"declarations": [
|
|
3560
3494
|
{
|
|
3561
|
-
"kind": "
|
|
3562
|
-
"name": "
|
|
3563
|
-
"
|
|
3564
|
-
"
|
|
3495
|
+
"kind": "function",
|
|
3496
|
+
"name": "foundationAccordionTemplate",
|
|
3497
|
+
"return": {
|
|
3498
|
+
"type": {
|
|
3499
|
+
"text": "ViewTemplate<Accordion>"
|
|
3500
|
+
}
|
|
3565
3501
|
},
|
|
3566
|
-
"
|
|
3502
|
+
"parameters": [
|
|
3503
|
+
{
|
|
3504
|
+
"name": "context",
|
|
3505
|
+
"type": {
|
|
3506
|
+
"text": "ElementDefinitionContext"
|
|
3507
|
+
}
|
|
3508
|
+
},
|
|
3509
|
+
{
|
|
3510
|
+
"name": "definition",
|
|
3511
|
+
"type": {
|
|
3512
|
+
"text": "FoundationElementDefinition"
|
|
3513
|
+
}
|
|
3514
|
+
}
|
|
3515
|
+
]
|
|
3567
3516
|
}
|
|
3568
3517
|
],
|
|
3569
3518
|
"exports": [
|
|
3570
3519
|
{
|
|
3571
3520
|
"kind": "js",
|
|
3572
|
-
"name": "
|
|
3521
|
+
"name": "foundationAccordionTemplate",
|
|
3573
3522
|
"declaration": {
|
|
3574
|
-
"name": "
|
|
3575
|
-
"module": "src/
|
|
3523
|
+
"name": "foundationAccordionTemplate",
|
|
3524
|
+
"module": "src/accordion/accordion.template.ts"
|
|
3576
3525
|
}
|
|
3577
3526
|
}
|
|
3578
3527
|
]
|
|
3579
3528
|
},
|
|
3580
3529
|
{
|
|
3581
3530
|
"kind": "javascript-module",
|
|
3582
|
-
"path": "src/
|
|
3531
|
+
"path": "src/accordion/accordion.ts",
|
|
3583
3532
|
"declarations": [
|
|
3584
3533
|
{
|
|
3585
3534
|
"kind": "class",
|
|
3586
3535
|
"description": "",
|
|
3587
|
-
"name": "
|
|
3588
|
-
"
|
|
3589
|
-
|
|
3590
|
-
|
|
3591
|
-
|
|
3592
|
-
|
|
3593
|
-
|
|
3594
|
-
|
|
3595
|
-
},
|
|
3596
|
-
{
|
|
3597
|
-
"kind": "field",
|
|
3598
|
-
"name": "aiProvider",
|
|
3599
|
-
"type": {
|
|
3600
|
-
"text": "AIProvider | undefined"
|
|
3601
|
-
},
|
|
3602
|
-
"privacy": "private",
|
|
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
|
|
3605
|
-
},
|
|
3536
|
+
"name": "Accordion",
|
|
3537
|
+
"superclass": {
|
|
3538
|
+
"name": "FASTAccordion",
|
|
3539
|
+
"package": "@microsoft/fast-foundation"
|
|
3540
|
+
},
|
|
3541
|
+
"tagName": "%%prefix%%-accordion",
|
|
3542
|
+
"customElement": true,
|
|
3543
|
+
"attributes": [
|
|
3606
3544
|
{
|
|
3607
|
-
"
|
|
3608
|
-
"name": "status",
|
|
3545
|
+
"name": "expand-mode",
|
|
3609
3546
|
"type": {
|
|
3610
|
-
"text": "
|
|
3547
|
+
"text": "AccordionExpandMode"
|
|
3611
3548
|
},
|
|
3612
|
-
"
|
|
3613
|
-
|
|
3549
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3550
|
+
"fieldName": "expandmode",
|
|
3551
|
+
"inheritedFrom": {
|
|
3552
|
+
"name": "Accordion",
|
|
3553
|
+
"module": "src/accordion/accordion.ts"
|
|
3554
|
+
}
|
|
3555
|
+
}
|
|
3556
|
+
],
|
|
3557
|
+
"members": [
|
|
3614
3558
|
{
|
|
3615
3559
|
"kind": "field",
|
|
3616
|
-
"name": "
|
|
3560
|
+
"name": "expandmode",
|
|
3617
3561
|
"type": {
|
|
3618
|
-
"text": "
|
|
3562
|
+
"text": "AccordionExpandMode"
|
|
3619
3563
|
},
|
|
3620
|
-
"
|
|
3564
|
+
"privacy": "public",
|
|
3565
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3566
|
+
"inheritedFrom": {
|
|
3567
|
+
"name": "Accordion",
|
|
3568
|
+
"module": "src/accordion/accordion.ts"
|
|
3569
|
+
}
|
|
3621
3570
|
},
|
|
3622
3571
|
{
|
|
3623
3572
|
"kind": "field",
|
|
3624
|
-
"name": "
|
|
3573
|
+
"name": "activeid",
|
|
3625
3574
|
"type": {
|
|
3626
|
-
"text": "
|
|
3575
|
+
"text": "string | null"
|
|
3627
3576
|
},
|
|
3628
|
-
"
|
|
3577
|
+
"privacy": "private",
|
|
3578
|
+
"inheritedFrom": {
|
|
3579
|
+
"name": "Accordion",
|
|
3580
|
+
"module": "src/accordion/accordion.ts"
|
|
3581
|
+
}
|
|
3629
3582
|
},
|
|
3630
3583
|
{
|
|
3631
3584
|
"kind": "field",
|
|
3632
|
-
"name": "
|
|
3585
|
+
"name": "activeItemIndex",
|
|
3633
3586
|
"type": {
|
|
3634
|
-
"text": "
|
|
3587
|
+
"text": "number"
|
|
3635
3588
|
},
|
|
3636
|
-
"
|
|
3589
|
+
"privacy": "private",
|
|
3590
|
+
"default": "0",
|
|
3591
|
+
"inheritedFrom": {
|
|
3592
|
+
"name": "Accordion",
|
|
3593
|
+
"module": "src/accordion/accordion.ts"
|
|
3594
|
+
}
|
|
3637
3595
|
},
|
|
3638
3596
|
{
|
|
3639
3597
|
"kind": "field",
|
|
3640
|
-
"name": "
|
|
3598
|
+
"name": "accordionIds",
|
|
3641
3599
|
"type": {
|
|
3642
|
-
"text": "
|
|
3600
|
+
"text": "Array<string | null>"
|
|
3643
3601
|
},
|
|
3644
3602
|
"privacy": "private",
|
|
3645
|
-
"
|
|
3646
|
-
|
|
3647
|
-
|
|
3648
|
-
|
|
3649
|
-
"name": "clickOutside",
|
|
3650
|
-
"privacy": "private"
|
|
3603
|
+
"inheritedFrom": {
|
|
3604
|
+
"name": "Accordion",
|
|
3605
|
+
"module": "src/accordion/accordion.ts"
|
|
3606
|
+
}
|
|
3651
3607
|
},
|
|
3652
3608
|
{
|
|
3653
3609
|
"kind": "field",
|
|
3654
|
-
"name": "
|
|
3655
|
-
"
|
|
3656
|
-
|
|
3657
|
-
|
|
3658
|
-
|
|
3610
|
+
"name": "change",
|
|
3611
|
+
"privacy": "private",
|
|
3612
|
+
"inheritedFrom": {
|
|
3613
|
+
"name": "Accordion",
|
|
3614
|
+
"module": "src/accordion/accordion.ts"
|
|
3615
|
+
}
|
|
3659
3616
|
},
|
|
3660
3617
|
{
|
|
3661
|
-
"kind": "
|
|
3662
|
-
"name": "
|
|
3663
|
-
"
|
|
3664
|
-
|
|
3618
|
+
"kind": "method",
|
|
3619
|
+
"name": "findExpandedItem",
|
|
3620
|
+
"privacy": "private",
|
|
3621
|
+
"return": {
|
|
3622
|
+
"type": {
|
|
3623
|
+
"text": "AccordionItem | null"
|
|
3624
|
+
}
|
|
3665
3625
|
},
|
|
3666
|
-
"
|
|
3626
|
+
"inheritedFrom": {
|
|
3627
|
+
"name": "Accordion",
|
|
3628
|
+
"module": "src/accordion/accordion.ts"
|
|
3629
|
+
}
|
|
3667
3630
|
},
|
|
3668
3631
|
{
|
|
3669
3632
|
"kind": "field",
|
|
3670
|
-
"name": "
|
|
3671
|
-
"
|
|
3672
|
-
|
|
3673
|
-
|
|
3674
|
-
|
|
3633
|
+
"name": "setItems",
|
|
3634
|
+
"privacy": "private",
|
|
3635
|
+
"inheritedFrom": {
|
|
3636
|
+
"name": "Accordion",
|
|
3637
|
+
"module": "src/accordion/accordion.ts"
|
|
3638
|
+
}
|
|
3675
3639
|
},
|
|
3676
3640
|
{
|
|
3677
3641
|
"kind": "method",
|
|
3678
|
-
"name": "
|
|
3642
|
+
"name": "resetItems",
|
|
3643
|
+
"privacy": "private",
|
|
3679
3644
|
"return": {
|
|
3680
3645
|
"type": {
|
|
3681
3646
|
"text": "void"
|
|
3682
3647
|
}
|
|
3648
|
+
},
|
|
3649
|
+
"inheritedFrom": {
|
|
3650
|
+
"name": "Accordion",
|
|
3651
|
+
"module": "src/accordion/accordion.ts"
|
|
3683
3652
|
}
|
|
3684
3653
|
},
|
|
3685
3654
|
{
|
|
3686
|
-
"kind": "
|
|
3687
|
-
"name": "
|
|
3655
|
+
"kind": "field",
|
|
3656
|
+
"name": "removeItemListeners",
|
|
3688
3657
|
"privacy": "private",
|
|
3689
|
-
"
|
|
3690
|
-
|
|
3691
|
-
|
|
3692
|
-
|
|
3693
|
-
"text": "MouseEvent"
|
|
3694
|
-
}
|
|
3695
|
-
}
|
|
3696
|
-
]
|
|
3658
|
+
"inheritedFrom": {
|
|
3659
|
+
"name": "Accordion",
|
|
3660
|
+
"module": "src/accordion/accordion.ts"
|
|
3661
|
+
}
|
|
3697
3662
|
},
|
|
3698
3663
|
{
|
|
3699
|
-
"kind": "
|
|
3700
|
-
"name": "
|
|
3664
|
+
"kind": "field",
|
|
3665
|
+
"name": "activeItemChange",
|
|
3666
|
+
"privacy": "private",
|
|
3667
|
+
"inheritedFrom": {
|
|
3668
|
+
"name": "Accordion",
|
|
3669
|
+
"module": "src/accordion/accordion.ts"
|
|
3670
|
+
}
|
|
3701
3671
|
},
|
|
3702
3672
|
{
|
|
3703
3673
|
"kind": "method",
|
|
3704
|
-
"name": "
|
|
3674
|
+
"name": "getItemIds",
|
|
3675
|
+
"privacy": "private",
|
|
3705
3676
|
"return": {
|
|
3706
3677
|
"type": {
|
|
3707
|
-
"text": "
|
|
3678
|
+
"text": "Array<string | null>"
|
|
3708
3679
|
}
|
|
3680
|
+
},
|
|
3681
|
+
"inheritedFrom": {
|
|
3682
|
+
"name": "Accordion",
|
|
3683
|
+
"module": "src/accordion/accordion.ts"
|
|
3709
3684
|
}
|
|
3710
3685
|
},
|
|
3711
3686
|
{
|
|
3712
3687
|
"kind": "method",
|
|
3713
|
-
"name": "
|
|
3688
|
+
"name": "isSingleExpandMode",
|
|
3714
3689
|
"privacy": "private",
|
|
3715
3690
|
"return": {
|
|
3716
3691
|
"type": {
|
|
3717
|
-
"text": "
|
|
3692
|
+
"text": "boolean"
|
|
3718
3693
|
}
|
|
3719
3694
|
},
|
|
3720
|
-
"
|
|
3721
|
-
|
|
3722
|
-
|
|
3723
|
-
|
|
3724
|
-
"text": "AIStatus | null"
|
|
3725
|
-
}
|
|
3726
|
-
}
|
|
3727
|
-
]
|
|
3695
|
+
"inheritedFrom": {
|
|
3696
|
+
"name": "Accordion",
|
|
3697
|
+
"module": "src/accordion/accordion.ts"
|
|
3698
|
+
}
|
|
3728
3699
|
},
|
|
3729
3700
|
{
|
|
3730
|
-
"kind": "
|
|
3731
|
-
"name": "
|
|
3701
|
+
"kind": "field",
|
|
3702
|
+
"name": "handleItemKeyDown",
|
|
3732
3703
|
"privacy": "private",
|
|
3733
|
-
"
|
|
3734
|
-
"
|
|
3735
|
-
|
|
3736
|
-
}
|
|
3704
|
+
"inheritedFrom": {
|
|
3705
|
+
"name": "Accordion",
|
|
3706
|
+
"module": "src/accordion/accordion.ts"
|
|
3737
3707
|
}
|
|
3738
3708
|
},
|
|
3739
3709
|
{
|
|
3740
|
-
"kind": "
|
|
3741
|
-
"name": "
|
|
3710
|
+
"kind": "field",
|
|
3711
|
+
"name": "handleItemFocus",
|
|
3742
3712
|
"privacy": "private",
|
|
3743
|
-
"
|
|
3744
|
-
"
|
|
3745
|
-
|
|
3746
|
-
}
|
|
3713
|
+
"inheritedFrom": {
|
|
3714
|
+
"name": "Accordion",
|
|
3715
|
+
"module": "src/accordion/accordion.ts"
|
|
3747
3716
|
}
|
|
3748
3717
|
},
|
|
3749
3718
|
{
|
|
3750
3719
|
"kind": "method",
|
|
3751
|
-
"name": "
|
|
3720
|
+
"name": "adjust",
|
|
3752
3721
|
"privacy": "private",
|
|
3753
3722
|
"return": {
|
|
3754
3723
|
"type": {
|
|
3755
3724
|
"text": "void"
|
|
3756
3725
|
}
|
|
3726
|
+
},
|
|
3727
|
+
"parameters": [
|
|
3728
|
+
{
|
|
3729
|
+
"name": "adjustment",
|
|
3730
|
+
"type": {
|
|
3731
|
+
"text": "number"
|
|
3732
|
+
}
|
|
3733
|
+
}
|
|
3734
|
+
],
|
|
3735
|
+
"inheritedFrom": {
|
|
3736
|
+
"name": "Accordion",
|
|
3737
|
+
"module": "src/accordion/accordion.ts"
|
|
3757
3738
|
}
|
|
3758
3739
|
},
|
|
3759
3740
|
{
|
|
3760
3741
|
"kind": "method",
|
|
3761
|
-
"name": "
|
|
3742
|
+
"name": "focusItem",
|
|
3743
|
+
"privacy": "private",
|
|
3762
3744
|
"return": {
|
|
3763
3745
|
"type": {
|
|
3764
|
-
"text": "
|
|
3746
|
+
"text": "void"
|
|
3765
3747
|
}
|
|
3748
|
+
},
|
|
3749
|
+
"inheritedFrom": {
|
|
3750
|
+
"name": "Accordion",
|
|
3751
|
+
"module": "src/accordion/accordion.ts"
|
|
3766
3752
|
}
|
|
3767
3753
|
},
|
|
3768
3754
|
{
|
|
@@ -3877,88 +3863,102 @@
|
|
|
3877
3863
|
}
|
|
3878
3864
|
}
|
|
3879
3865
|
],
|
|
3880
|
-
"
|
|
3881
|
-
|
|
3882
|
-
|
|
3866
|
+
"events": [
|
|
3867
|
+
{
|
|
3868
|
+
"description": "Fires a custom 'change' event when the active item changes",
|
|
3869
|
+
"name": "change",
|
|
3870
|
+
"inheritedFrom": {
|
|
3871
|
+
"name": "Accordion",
|
|
3872
|
+
"module": "src/accordion/accordion.ts"
|
|
3873
|
+
}
|
|
3874
|
+
}
|
|
3875
|
+
]
|
|
3876
|
+
},
|
|
3877
|
+
{
|
|
3878
|
+
"kind": "variable",
|
|
3879
|
+
"name": "foundationAccordionShadowOptions",
|
|
3880
|
+
"type": {
|
|
3881
|
+
"text": "ShadowRootInit"
|
|
3883
3882
|
},
|
|
3884
|
-
"
|
|
3885
|
-
"customElement": true
|
|
3883
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3886
3884
|
},
|
|
3887
3885
|
{
|
|
3888
3886
|
"kind": "variable",
|
|
3889
|
-
"name": "
|
|
3887
|
+
"name": "defaultAccordionConfig",
|
|
3888
|
+
"type": {
|
|
3889
|
+
"text": "object"
|
|
3890
|
+
},
|
|
3891
|
+
"default": "{}"
|
|
3892
|
+
},
|
|
3893
|
+
{
|
|
3894
|
+
"kind": "variable",
|
|
3895
|
+
"name": "foundationAccordion",
|
|
3896
|
+
"description": "The Foundation Accordion",
|
|
3897
|
+
"privacy": "public"
|
|
3890
3898
|
}
|
|
3891
3899
|
],
|
|
3892
3900
|
"exports": [
|
|
3893
3901
|
{
|
|
3894
3902
|
"kind": "js",
|
|
3895
|
-
"name": "
|
|
3903
|
+
"name": "Accordion",
|
|
3896
3904
|
"declaration": {
|
|
3897
|
-
"name": "
|
|
3898
|
-
"module": "src/
|
|
3905
|
+
"name": "Accordion",
|
|
3906
|
+
"module": "src/accordion/accordion.ts"
|
|
3899
3907
|
}
|
|
3900
3908
|
},
|
|
3901
3909
|
{
|
|
3902
3910
|
"kind": "js",
|
|
3903
|
-
"name": "
|
|
3904
|
-
"declaration": {
|
|
3905
|
-
"name": "foundationAiIndicator",
|
|
3906
|
-
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3907
|
-
}
|
|
3908
|
-
}
|
|
3909
|
-
]
|
|
3910
|
-
},
|
|
3911
|
-
{
|
|
3912
|
-
"kind": "javascript-module",
|
|
3913
|
-
"path": "src/ai-indicator/index.ts",
|
|
3914
|
-
"declarations": [],
|
|
3915
|
-
"exports": [
|
|
3916
|
-
{
|
|
3917
|
-
"kind": "js",
|
|
3918
|
-
"name": "AiIndicator",
|
|
3911
|
+
"name": "foundationAccordionShadowOptions",
|
|
3919
3912
|
"declaration": {
|
|
3920
|
-
"name": "
|
|
3921
|
-
"module": "
|
|
3913
|
+
"name": "foundationAccordionShadowOptions",
|
|
3914
|
+
"module": "src/accordion/accordion.ts"
|
|
3922
3915
|
}
|
|
3923
3916
|
},
|
|
3924
3917
|
{
|
|
3925
3918
|
"kind": "js",
|
|
3926
|
-
"name": "
|
|
3919
|
+
"name": "defaultAccordionConfig",
|
|
3927
3920
|
"declaration": {
|
|
3928
|
-
"name": "
|
|
3929
|
-
"module": "
|
|
3921
|
+
"name": "defaultAccordionConfig",
|
|
3922
|
+
"module": "src/accordion/accordion.ts"
|
|
3930
3923
|
}
|
|
3931
3924
|
},
|
|
3932
3925
|
{
|
|
3933
3926
|
"kind": "js",
|
|
3934
|
-
"name": "
|
|
3927
|
+
"name": "foundationAccordion",
|
|
3935
3928
|
"declaration": {
|
|
3936
|
-
"name": "
|
|
3937
|
-
"module": "
|
|
3929
|
+
"name": "foundationAccordion",
|
|
3930
|
+
"module": "src/accordion/accordion.ts"
|
|
3938
3931
|
}
|
|
3939
|
-
}
|
|
3932
|
+
}
|
|
3933
|
+
]
|
|
3934
|
+
},
|
|
3935
|
+
{
|
|
3936
|
+
"kind": "javascript-module",
|
|
3937
|
+
"path": "src/accordion/index.ts",
|
|
3938
|
+
"declarations": [],
|
|
3939
|
+
"exports": [
|
|
3940
3940
|
{
|
|
3941
3941
|
"kind": "js",
|
|
3942
|
-
"name": "
|
|
3942
|
+
"name": "*",
|
|
3943
3943
|
"declaration": {
|
|
3944
|
-
"name": "
|
|
3945
|
-
"
|
|
3944
|
+
"name": "*",
|
|
3945
|
+
"package": "./accordion.template"
|
|
3946
3946
|
}
|
|
3947
3947
|
},
|
|
3948
3948
|
{
|
|
3949
3949
|
"kind": "js",
|
|
3950
|
-
"name": "
|
|
3950
|
+
"name": "*",
|
|
3951
3951
|
"declaration": {
|
|
3952
|
-
"name": "
|
|
3953
|
-
"
|
|
3952
|
+
"name": "*",
|
|
3953
|
+
"package": "./accordion.styles"
|
|
3954
3954
|
}
|
|
3955
3955
|
},
|
|
3956
3956
|
{
|
|
3957
3957
|
"kind": "js",
|
|
3958
|
-
"name": "
|
|
3958
|
+
"name": "*",
|
|
3959
3959
|
"declaration": {
|
|
3960
|
-
"name": "
|
|
3961
|
-
"
|
|
3960
|
+
"name": "*",
|
|
3961
|
+
"package": "./accordion"
|
|
3962
3962
|
}
|
|
3963
3963
|
}
|
|
3964
3964
|
]
|
|
@@ -58649,6 +58649,197 @@
|
|
|
58649
58649
|
}
|
|
58650
58650
|
]
|
|
58651
58651
|
},
|
|
58652
|
+
{
|
|
58653
|
+
"kind": "javascript-module",
|
|
58654
|
+
"path": "src/ai-criteria-search/validation/criteria-ir.ts",
|
|
58655
|
+
"declarations": [],
|
|
58656
|
+
"exports": []
|
|
58657
|
+
},
|
|
58658
|
+
{
|
|
58659
|
+
"kind": "javascript-module",
|
|
58660
|
+
"path": "src/ai-criteria-search/validation/operator-map.ts",
|
|
58661
|
+
"declarations": [
|
|
58662
|
+
{
|
|
58663
|
+
"kind": "function",
|
|
58664
|
+
"name": "groupsToCriteria",
|
|
58665
|
+
"return": {
|
|
58666
|
+
"type": {
|
|
58667
|
+
"text": "string"
|
|
58668
|
+
}
|
|
58669
|
+
},
|
|
58670
|
+
"parameters": [
|
|
58671
|
+
{
|
|
58672
|
+
"name": "groups",
|
|
58673
|
+
"type": {
|
|
58674
|
+
"text": "CriteriaGroup[]"
|
|
58675
|
+
}
|
|
58676
|
+
}
|
|
58677
|
+
],
|
|
58678
|
+
"description": "Converts validated CriteriaGroup[] to a Groovy criteria string using CriteriaBuilder.\nGroups are AND-ed at top level. Within each group, clauses use group.logic (and/or).\nIf group.negated is true, the group's combined expression is wrapped in NOT."
|
|
58679
|
+
},
|
|
58680
|
+
{
|
|
58681
|
+
"kind": "variable",
|
|
58682
|
+
"name": "STRING_OPERATORS",
|
|
58683
|
+
"type": {
|
|
58684
|
+
"text": "CriteriaOperator[]"
|
|
58685
|
+
},
|
|
58686
|
+
"default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
|
|
58687
|
+
},
|
|
58688
|
+
{
|
|
58689
|
+
"kind": "variable",
|
|
58690
|
+
"name": "NUMERIC_OPERATORS",
|
|
58691
|
+
"type": {
|
|
58692
|
+
"text": "CriteriaOperator[]"
|
|
58693
|
+
},
|
|
58694
|
+
"default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
|
|
58695
|
+
},
|
|
58696
|
+
{
|
|
58697
|
+
"kind": "variable",
|
|
58698
|
+
"name": "DATE_OPERATORS",
|
|
58699
|
+
"type": {
|
|
58700
|
+
"text": "CriteriaOperator[]"
|
|
58701
|
+
},
|
|
58702
|
+
"default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
|
|
58703
|
+
},
|
|
58704
|
+
{
|
|
58705
|
+
"kind": "variable",
|
|
58706
|
+
"name": "DATETIME_OPERATORS",
|
|
58707
|
+
"type": {
|
|
58708
|
+
"text": "CriteriaOperator[]"
|
|
58709
|
+
},
|
|
58710
|
+
"default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
|
|
58711
|
+
},
|
|
58712
|
+
{
|
|
58713
|
+
"kind": "variable",
|
|
58714
|
+
"name": "OPERATOR_DISPLAY_LABEL",
|
|
58715
|
+
"type": {
|
|
58716
|
+
"text": "Record<CriteriaOperator, string>"
|
|
58717
|
+
},
|
|
58718
|
+
"default": "{\n contains: 'contains',\n equals: '=',\n startsWith: 'starts with',\n endsWith: 'ends with',\n notEqual: '≠',\n greaterThan: '>',\n lessThan: '<',\n greaterThanOrEqual: '≥',\n lessThanOrEqual: '≤',\n dateIsToday: 'is today',\n dateIsAfter: 'after',\n dateIsBefore: 'before',\n dateIsEqual: '=',\n dateIsGreaterEqual: '≥',\n dateIsLessEqual: '≤',\n dateTimeIsAfter: 'after',\n dateTimeIsBefore: 'before',\n dateTimeIsGreaterEqual: '≥',\n dateTimeIsLessEqual: '≤',\n}"
|
|
58719
|
+
}
|
|
58720
|
+
],
|
|
58721
|
+
"exports": [
|
|
58722
|
+
{
|
|
58723
|
+
"kind": "js",
|
|
58724
|
+
"name": "groupsToCriteria",
|
|
58725
|
+
"declaration": {
|
|
58726
|
+
"name": "groupsToCriteria",
|
|
58727
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
58728
|
+
}
|
|
58729
|
+
},
|
|
58730
|
+
{
|
|
58731
|
+
"kind": "js",
|
|
58732
|
+
"name": "STRING_OPERATORS",
|
|
58733
|
+
"declaration": {
|
|
58734
|
+
"name": "STRING_OPERATORS",
|
|
58735
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
58736
|
+
}
|
|
58737
|
+
},
|
|
58738
|
+
{
|
|
58739
|
+
"kind": "js",
|
|
58740
|
+
"name": "NUMERIC_OPERATORS",
|
|
58741
|
+
"declaration": {
|
|
58742
|
+
"name": "NUMERIC_OPERATORS",
|
|
58743
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
58744
|
+
}
|
|
58745
|
+
},
|
|
58746
|
+
{
|
|
58747
|
+
"kind": "js",
|
|
58748
|
+
"name": "DATE_OPERATORS",
|
|
58749
|
+
"declaration": {
|
|
58750
|
+
"name": "DATE_OPERATORS",
|
|
58751
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
58752
|
+
}
|
|
58753
|
+
},
|
|
58754
|
+
{
|
|
58755
|
+
"kind": "js",
|
|
58756
|
+
"name": "DATETIME_OPERATORS",
|
|
58757
|
+
"declaration": {
|
|
58758
|
+
"name": "DATETIME_OPERATORS",
|
|
58759
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
58760
|
+
}
|
|
58761
|
+
},
|
|
58762
|
+
{
|
|
58763
|
+
"kind": "js",
|
|
58764
|
+
"name": "OPERATOR_DISPLAY_LABEL",
|
|
58765
|
+
"declaration": {
|
|
58766
|
+
"name": "OPERATOR_DISPLAY_LABEL",
|
|
58767
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
58768
|
+
}
|
|
58769
|
+
}
|
|
58770
|
+
]
|
|
58771
|
+
},
|
|
58772
|
+
{
|
|
58773
|
+
"kind": "javascript-module",
|
|
58774
|
+
"path": "src/ai-criteria-search/validation/schema-validator.ts",
|
|
58775
|
+
"declarations": [
|
|
58776
|
+
{
|
|
58777
|
+
"kind": "function",
|
|
58778
|
+
"name": "validateClauses",
|
|
58779
|
+
"return": {
|
|
58780
|
+
"type": {
|
|
58781
|
+
"text": "ValidationResult"
|
|
58782
|
+
}
|
|
58783
|
+
},
|
|
58784
|
+
"parameters": [
|
|
58785
|
+
{
|
|
58786
|
+
"name": "clauses",
|
|
58787
|
+
"type": {
|
|
58788
|
+
"text": "CriteriaClause[]"
|
|
58789
|
+
}
|
|
58790
|
+
},
|
|
58791
|
+
{
|
|
58792
|
+
"name": "fieldMetadata",
|
|
58793
|
+
"type": {
|
|
58794
|
+
"text": "MetadataDetail[] | string[]"
|
|
58795
|
+
}
|
|
58796
|
+
}
|
|
58797
|
+
]
|
|
58798
|
+
},
|
|
58799
|
+
{
|
|
58800
|
+
"kind": "function",
|
|
58801
|
+
"name": "validateGroups",
|
|
58802
|
+
"return": {
|
|
58803
|
+
"type": {
|
|
58804
|
+
"text": "GroupsValidationResult"
|
|
58805
|
+
}
|
|
58806
|
+
},
|
|
58807
|
+
"parameters": [
|
|
58808
|
+
{
|
|
58809
|
+
"name": "groups",
|
|
58810
|
+
"type": {
|
|
58811
|
+
"text": "CriteriaGroup[]"
|
|
58812
|
+
}
|
|
58813
|
+
},
|
|
58814
|
+
{
|
|
58815
|
+
"name": "fieldMetadata",
|
|
58816
|
+
"type": {
|
|
58817
|
+
"text": "MetadataDetail[] | string[]"
|
|
58818
|
+
}
|
|
58819
|
+
}
|
|
58820
|
+
],
|
|
58821
|
+
"description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
|
|
58822
|
+
}
|
|
58823
|
+
],
|
|
58824
|
+
"exports": [
|
|
58825
|
+
{
|
|
58826
|
+
"kind": "js",
|
|
58827
|
+
"name": "validateClauses",
|
|
58828
|
+
"declaration": {
|
|
58829
|
+
"name": "validateClauses",
|
|
58830
|
+
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
58831
|
+
}
|
|
58832
|
+
},
|
|
58833
|
+
{
|
|
58834
|
+
"kind": "js",
|
|
58835
|
+
"name": "validateGroups",
|
|
58836
|
+
"declaration": {
|
|
58837
|
+
"name": "validateGroups",
|
|
58838
|
+
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
58839
|
+
}
|
|
58840
|
+
}
|
|
58841
|
+
]
|
|
58842
|
+
},
|
|
58652
58843
|
{
|
|
58653
58844
|
"kind": "javascript-module",
|
|
58654
58845
|
"path": "src/_config/styles/colors.ts",
|
|
@@ -60021,197 +60212,6 @@
|
|
|
60021
60212
|
"declarations": [],
|
|
60022
60213
|
"exports": []
|
|
60023
60214
|
},
|
|
60024
|
-
{
|
|
60025
|
-
"kind": "javascript-module",
|
|
60026
|
-
"path": "src/ai-criteria-search/validation/criteria-ir.ts",
|
|
60027
|
-
"declarations": [],
|
|
60028
|
-
"exports": []
|
|
60029
|
-
},
|
|
60030
|
-
{
|
|
60031
|
-
"kind": "javascript-module",
|
|
60032
|
-
"path": "src/ai-criteria-search/validation/operator-map.ts",
|
|
60033
|
-
"declarations": [
|
|
60034
|
-
{
|
|
60035
|
-
"kind": "function",
|
|
60036
|
-
"name": "groupsToCriteria",
|
|
60037
|
-
"return": {
|
|
60038
|
-
"type": {
|
|
60039
|
-
"text": "string"
|
|
60040
|
-
}
|
|
60041
|
-
},
|
|
60042
|
-
"parameters": [
|
|
60043
|
-
{
|
|
60044
|
-
"name": "groups",
|
|
60045
|
-
"type": {
|
|
60046
|
-
"text": "CriteriaGroup[]"
|
|
60047
|
-
}
|
|
60048
|
-
}
|
|
60049
|
-
],
|
|
60050
|
-
"description": "Converts validated CriteriaGroup[] to a Groovy criteria string using CriteriaBuilder.\nGroups are AND-ed at top level. Within each group, clauses use group.logic (and/or).\nIf group.negated is true, the group's combined expression is wrapped in NOT."
|
|
60051
|
-
},
|
|
60052
|
-
{
|
|
60053
|
-
"kind": "variable",
|
|
60054
|
-
"name": "STRING_OPERATORS",
|
|
60055
|
-
"type": {
|
|
60056
|
-
"text": "CriteriaOperator[]"
|
|
60057
|
-
},
|
|
60058
|
-
"default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
|
|
60059
|
-
},
|
|
60060
|
-
{
|
|
60061
|
-
"kind": "variable",
|
|
60062
|
-
"name": "NUMERIC_OPERATORS",
|
|
60063
|
-
"type": {
|
|
60064
|
-
"text": "CriteriaOperator[]"
|
|
60065
|
-
},
|
|
60066
|
-
"default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
|
|
60067
|
-
},
|
|
60068
|
-
{
|
|
60069
|
-
"kind": "variable",
|
|
60070
|
-
"name": "DATE_OPERATORS",
|
|
60071
|
-
"type": {
|
|
60072
|
-
"text": "CriteriaOperator[]"
|
|
60073
|
-
},
|
|
60074
|
-
"default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
|
|
60075
|
-
},
|
|
60076
|
-
{
|
|
60077
|
-
"kind": "variable",
|
|
60078
|
-
"name": "DATETIME_OPERATORS",
|
|
60079
|
-
"type": {
|
|
60080
|
-
"text": "CriteriaOperator[]"
|
|
60081
|
-
},
|
|
60082
|
-
"default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
|
|
60083
|
-
},
|
|
60084
|
-
{
|
|
60085
|
-
"kind": "variable",
|
|
60086
|
-
"name": "OPERATOR_DISPLAY_LABEL",
|
|
60087
|
-
"type": {
|
|
60088
|
-
"text": "Record<CriteriaOperator, string>"
|
|
60089
|
-
},
|
|
60090
|
-
"default": "{\n contains: 'contains',\n equals: '=',\n startsWith: 'starts with',\n endsWith: 'ends with',\n notEqual: '≠',\n greaterThan: '>',\n lessThan: '<',\n greaterThanOrEqual: '≥',\n lessThanOrEqual: '≤',\n dateIsToday: 'is today',\n dateIsAfter: 'after',\n dateIsBefore: 'before',\n dateIsEqual: '=',\n dateIsGreaterEqual: '≥',\n dateIsLessEqual: '≤',\n dateTimeIsAfter: 'after',\n dateTimeIsBefore: 'before',\n dateTimeIsGreaterEqual: '≥',\n dateTimeIsLessEqual: '≤',\n}"
|
|
60091
|
-
}
|
|
60092
|
-
],
|
|
60093
|
-
"exports": [
|
|
60094
|
-
{
|
|
60095
|
-
"kind": "js",
|
|
60096
|
-
"name": "groupsToCriteria",
|
|
60097
|
-
"declaration": {
|
|
60098
|
-
"name": "groupsToCriteria",
|
|
60099
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
60100
|
-
}
|
|
60101
|
-
},
|
|
60102
|
-
{
|
|
60103
|
-
"kind": "js",
|
|
60104
|
-
"name": "STRING_OPERATORS",
|
|
60105
|
-
"declaration": {
|
|
60106
|
-
"name": "STRING_OPERATORS",
|
|
60107
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
60108
|
-
}
|
|
60109
|
-
},
|
|
60110
|
-
{
|
|
60111
|
-
"kind": "js",
|
|
60112
|
-
"name": "NUMERIC_OPERATORS",
|
|
60113
|
-
"declaration": {
|
|
60114
|
-
"name": "NUMERIC_OPERATORS",
|
|
60115
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
60116
|
-
}
|
|
60117
|
-
},
|
|
60118
|
-
{
|
|
60119
|
-
"kind": "js",
|
|
60120
|
-
"name": "DATE_OPERATORS",
|
|
60121
|
-
"declaration": {
|
|
60122
|
-
"name": "DATE_OPERATORS",
|
|
60123
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
60124
|
-
}
|
|
60125
|
-
},
|
|
60126
|
-
{
|
|
60127
|
-
"kind": "js",
|
|
60128
|
-
"name": "DATETIME_OPERATORS",
|
|
60129
|
-
"declaration": {
|
|
60130
|
-
"name": "DATETIME_OPERATORS",
|
|
60131
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
60132
|
-
}
|
|
60133
|
-
},
|
|
60134
|
-
{
|
|
60135
|
-
"kind": "js",
|
|
60136
|
-
"name": "OPERATOR_DISPLAY_LABEL",
|
|
60137
|
-
"declaration": {
|
|
60138
|
-
"name": "OPERATOR_DISPLAY_LABEL",
|
|
60139
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
60140
|
-
}
|
|
60141
|
-
}
|
|
60142
|
-
]
|
|
60143
|
-
},
|
|
60144
|
-
{
|
|
60145
|
-
"kind": "javascript-module",
|
|
60146
|
-
"path": "src/ai-criteria-search/validation/schema-validator.ts",
|
|
60147
|
-
"declarations": [
|
|
60148
|
-
{
|
|
60149
|
-
"kind": "function",
|
|
60150
|
-
"name": "validateClauses",
|
|
60151
|
-
"return": {
|
|
60152
|
-
"type": {
|
|
60153
|
-
"text": "ValidationResult"
|
|
60154
|
-
}
|
|
60155
|
-
},
|
|
60156
|
-
"parameters": [
|
|
60157
|
-
{
|
|
60158
|
-
"name": "clauses",
|
|
60159
|
-
"type": {
|
|
60160
|
-
"text": "CriteriaClause[]"
|
|
60161
|
-
}
|
|
60162
|
-
},
|
|
60163
|
-
{
|
|
60164
|
-
"name": "fieldMetadata",
|
|
60165
|
-
"type": {
|
|
60166
|
-
"text": "MetadataDetail[] | string[]"
|
|
60167
|
-
}
|
|
60168
|
-
}
|
|
60169
|
-
]
|
|
60170
|
-
},
|
|
60171
|
-
{
|
|
60172
|
-
"kind": "function",
|
|
60173
|
-
"name": "validateGroups",
|
|
60174
|
-
"return": {
|
|
60175
|
-
"type": {
|
|
60176
|
-
"text": "GroupsValidationResult"
|
|
60177
|
-
}
|
|
60178
|
-
},
|
|
60179
|
-
"parameters": [
|
|
60180
|
-
{
|
|
60181
|
-
"name": "groups",
|
|
60182
|
-
"type": {
|
|
60183
|
-
"text": "CriteriaGroup[]"
|
|
60184
|
-
}
|
|
60185
|
-
},
|
|
60186
|
-
{
|
|
60187
|
-
"name": "fieldMetadata",
|
|
60188
|
-
"type": {
|
|
60189
|
-
"text": "MetadataDetail[] | string[]"
|
|
60190
|
-
}
|
|
60191
|
-
}
|
|
60192
|
-
],
|
|
60193
|
-
"description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
|
|
60194
|
-
}
|
|
60195
|
-
],
|
|
60196
|
-
"exports": [
|
|
60197
|
-
{
|
|
60198
|
-
"kind": "js",
|
|
60199
|
-
"name": "validateClauses",
|
|
60200
|
-
"declaration": {
|
|
60201
|
-
"name": "validateClauses",
|
|
60202
|
-
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
60203
|
-
}
|
|
60204
|
-
},
|
|
60205
|
-
{
|
|
60206
|
-
"kind": "js",
|
|
60207
|
-
"name": "validateGroups",
|
|
60208
|
-
"declaration": {
|
|
60209
|
-
"name": "validateGroups",
|
|
60210
|
-
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
60211
|
-
}
|
|
60212
|
-
}
|
|
60213
|
-
]
|
|
60214
|
-
},
|
|
60215
60215
|
{
|
|
60216
60216
|
"kind": "javascript-module",
|
|
60217
60217
|
"path": "src/environment-indicator/utils/configure.ts",
|