@genesislcap/foundation-ui 14.467.1 → 14.467.2-GENC-1369.2
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 +916 -916
- package/dist/dts/react.d.ts +17 -17
- package/dist/react.cjs +12 -12
- package/dist/react.mjs +9 -9
- package/package.json +19 -19
|
@@ -1400,11 +1400,42 @@
|
|
|
1400
1400
|
},
|
|
1401
1401
|
{
|
|
1402
1402
|
"kind": "javascript-module",
|
|
1403
|
-
"path": "src/
|
|
1403
|
+
"path": "src/_config/index.ts",
|
|
1404
|
+
"declarations": [],
|
|
1405
|
+
"exports": [
|
|
1406
|
+
{
|
|
1407
|
+
"kind": "js",
|
|
1408
|
+
"name": "*",
|
|
1409
|
+
"declaration": {
|
|
1410
|
+
"name": "*",
|
|
1411
|
+
"package": "./styles"
|
|
1412
|
+
}
|
|
1413
|
+
},
|
|
1414
|
+
{
|
|
1415
|
+
"kind": "js",
|
|
1416
|
+
"name": "*",
|
|
1417
|
+
"declaration": {
|
|
1418
|
+
"name": "*",
|
|
1419
|
+
"package": "./tokens"
|
|
1420
|
+
}
|
|
1421
|
+
},
|
|
1422
|
+
{
|
|
1423
|
+
"kind": "js",
|
|
1424
|
+
"name": "*",
|
|
1425
|
+
"declaration": {
|
|
1426
|
+
"name": "*",
|
|
1427
|
+
"package": "./values"
|
|
1428
|
+
}
|
|
1429
|
+
}
|
|
1430
|
+
]
|
|
1431
|
+
},
|
|
1432
|
+
{
|
|
1433
|
+
"kind": "javascript-module",
|
|
1434
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1404
1435
|
"declarations": [
|
|
1405
1436
|
{
|
|
1406
1437
|
"kind": "function",
|
|
1407
|
-
"name": "
|
|
1438
|
+
"name": "foundationAccordionStyles",
|
|
1408
1439
|
"return": {
|
|
1409
1440
|
"type": {
|
|
1410
1441
|
"text": "ElementStyles"
|
|
@@ -1429,24 +1460,24 @@
|
|
|
1429
1460
|
"exports": [
|
|
1430
1461
|
{
|
|
1431
1462
|
"kind": "js",
|
|
1432
|
-
"name": "
|
|
1463
|
+
"name": "foundationAccordionStyles",
|
|
1433
1464
|
"declaration": {
|
|
1434
|
-
"name": "
|
|
1435
|
-
"module": "src/accordion
|
|
1465
|
+
"name": "foundationAccordionStyles",
|
|
1466
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1436
1467
|
}
|
|
1437
1468
|
}
|
|
1438
1469
|
]
|
|
1439
1470
|
},
|
|
1440
1471
|
{
|
|
1441
1472
|
"kind": "javascript-module",
|
|
1442
|
-
"path": "src/accordion
|
|
1473
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1443
1474
|
"declarations": [
|
|
1444
1475
|
{
|
|
1445
1476
|
"kind": "function",
|
|
1446
|
-
"name": "
|
|
1477
|
+
"name": "foundationAccordionTemplate",
|
|
1447
1478
|
"return": {
|
|
1448
1479
|
"type": {
|
|
1449
|
-
"text": "ViewTemplate<
|
|
1480
|
+
"text": "ViewTemplate<Accordion>"
|
|
1450
1481
|
}
|
|
1451
1482
|
},
|
|
1452
1483
|
"parameters": [
|
|
@@ -1468,116 +1499,237 @@
|
|
|
1468
1499
|
"exports": [
|
|
1469
1500
|
{
|
|
1470
1501
|
"kind": "js",
|
|
1471
|
-
"name": "
|
|
1502
|
+
"name": "foundationAccordionTemplate",
|
|
1472
1503
|
"declaration": {
|
|
1473
|
-
"name": "
|
|
1474
|
-
"module": "src/accordion
|
|
1504
|
+
"name": "foundationAccordionTemplate",
|
|
1505
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1475
1506
|
}
|
|
1476
1507
|
}
|
|
1477
1508
|
]
|
|
1478
1509
|
},
|
|
1479
1510
|
{
|
|
1480
1511
|
"kind": "javascript-module",
|
|
1481
|
-
"path": "src/accordion
|
|
1512
|
+
"path": "src/accordion/accordion.ts",
|
|
1482
1513
|
"declarations": [
|
|
1483
1514
|
{
|
|
1484
1515
|
"kind": "class",
|
|
1485
1516
|
"description": "",
|
|
1486
|
-
"name": "
|
|
1517
|
+
"name": "Accordion",
|
|
1487
1518
|
"superclass": {
|
|
1488
|
-
"name": "
|
|
1489
|
-
"package": "@microsoft/fast-
|
|
1519
|
+
"name": "FASTAccordion",
|
|
1520
|
+
"package": "@microsoft/fast-foundation"
|
|
1490
1521
|
},
|
|
1491
|
-
"tagName": "%%prefix%%-accordion
|
|
1522
|
+
"tagName": "%%prefix%%-accordion",
|
|
1492
1523
|
"customElement": true,
|
|
1493
1524
|
"attributes": [
|
|
1494
1525
|
{
|
|
1495
|
-
"name": "
|
|
1526
|
+
"name": "expand-mode",
|
|
1496
1527
|
"type": {
|
|
1497
|
-
"text": "
|
|
1528
|
+
"text": "AccordionExpandMode"
|
|
1498
1529
|
},
|
|
1499
|
-
"
|
|
1500
|
-
"
|
|
1501
|
-
"fieldName": "headinglevel",
|
|
1530
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1531
|
+
"fieldName": "expandmode",
|
|
1502
1532
|
"inheritedFrom": {
|
|
1503
|
-
"name": "
|
|
1504
|
-
"module": "src/accordion
|
|
1533
|
+
"name": "Accordion",
|
|
1534
|
+
"module": "src/accordion/accordion.ts"
|
|
1505
1535
|
}
|
|
1506
|
-
}
|
|
1536
|
+
}
|
|
1537
|
+
],
|
|
1538
|
+
"members": [
|
|
1507
1539
|
{
|
|
1540
|
+
"kind": "field",
|
|
1541
|
+
"name": "expandmode",
|
|
1508
1542
|
"type": {
|
|
1509
|
-
"text": "
|
|
1543
|
+
"text": "AccordionExpandMode"
|
|
1510
1544
|
},
|
|
1511
|
-
"
|
|
1512
|
-
"description": "
|
|
1513
|
-
"fieldName": "expanded",
|
|
1545
|
+
"privacy": "public",
|
|
1546
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1514
1547
|
"inheritedFrom": {
|
|
1515
|
-
"name": "
|
|
1516
|
-
"module": "src/accordion
|
|
1548
|
+
"name": "Accordion",
|
|
1549
|
+
"module": "src/accordion/accordion.ts"
|
|
1517
1550
|
}
|
|
1518
1551
|
},
|
|
1519
1552
|
{
|
|
1520
|
-
"
|
|
1553
|
+
"kind": "field",
|
|
1554
|
+
"name": "activeid",
|
|
1521
1555
|
"type": {
|
|
1522
|
-
"text": "string"
|
|
1556
|
+
"text": "string | null"
|
|
1523
1557
|
},
|
|
1524
|
-
"
|
|
1525
|
-
"fieldName": "id",
|
|
1558
|
+
"privacy": "private",
|
|
1526
1559
|
"inheritedFrom": {
|
|
1527
|
-
"name": "
|
|
1528
|
-
"module": "src/accordion
|
|
1560
|
+
"name": "Accordion",
|
|
1561
|
+
"module": "src/accordion/accordion.ts"
|
|
1529
1562
|
}
|
|
1530
|
-
}
|
|
1531
|
-
],
|
|
1532
|
-
"members": [
|
|
1563
|
+
},
|
|
1533
1564
|
{
|
|
1534
1565
|
"kind": "field",
|
|
1535
|
-
"name": "
|
|
1566
|
+
"name": "activeItemIndex",
|
|
1536
1567
|
"type": {
|
|
1537
|
-
"text": "
|
|
1568
|
+
"text": "number"
|
|
1538
1569
|
},
|
|
1539
|
-
"privacy": "
|
|
1540
|
-
"default": "
|
|
1541
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1570
|
+
"privacy": "private",
|
|
1571
|
+
"default": "0",
|
|
1542
1572
|
"inheritedFrom": {
|
|
1543
|
-
"name": "
|
|
1544
|
-
"module": "src/accordion
|
|
1573
|
+
"name": "Accordion",
|
|
1574
|
+
"module": "src/accordion/accordion.ts"
|
|
1545
1575
|
}
|
|
1546
1576
|
},
|
|
1547
1577
|
{
|
|
1548
1578
|
"kind": "field",
|
|
1549
|
-
"name": "
|
|
1579
|
+
"name": "accordionIds",
|
|
1550
1580
|
"type": {
|
|
1551
|
-
"text": "
|
|
1581
|
+
"text": "Array<string | null>"
|
|
1552
1582
|
},
|
|
1553
|
-
"privacy": "
|
|
1554
|
-
"default": "false",
|
|
1555
|
-
"description": "Expands or collapses the item.",
|
|
1583
|
+
"privacy": "private",
|
|
1556
1584
|
"inheritedFrom": {
|
|
1557
|
-
"name": "
|
|
1558
|
-
"module": "src/accordion
|
|
1585
|
+
"name": "Accordion",
|
|
1586
|
+
"module": "src/accordion/accordion.ts"
|
|
1559
1587
|
}
|
|
1560
1588
|
},
|
|
1561
1589
|
{
|
|
1562
1590
|
"kind": "field",
|
|
1563
|
-
"name": "
|
|
1564
|
-
"
|
|
1565
|
-
|
|
1591
|
+
"name": "change",
|
|
1592
|
+
"privacy": "private",
|
|
1593
|
+
"inheritedFrom": {
|
|
1594
|
+
"name": "Accordion",
|
|
1595
|
+
"module": "src/accordion/accordion.ts"
|
|
1596
|
+
}
|
|
1597
|
+
},
|
|
1598
|
+
{
|
|
1599
|
+
"kind": "method",
|
|
1600
|
+
"name": "findExpandedItem",
|
|
1601
|
+
"privacy": "private",
|
|
1602
|
+
"return": {
|
|
1603
|
+
"type": {
|
|
1604
|
+
"text": "AccordionItem | null"
|
|
1605
|
+
}
|
|
1566
1606
|
},
|
|
1567
|
-
"privacy": "public",
|
|
1568
|
-
"description": "The item ID",
|
|
1569
1607
|
"inheritedFrom": {
|
|
1570
|
-
"name": "
|
|
1571
|
-
"module": "src/accordion
|
|
1608
|
+
"name": "Accordion",
|
|
1609
|
+
"module": "src/accordion/accordion.ts"
|
|
1572
1610
|
}
|
|
1573
1611
|
},
|
|
1574
1612
|
{
|
|
1575
1613
|
"kind": "field",
|
|
1576
|
-
"name": "
|
|
1614
|
+
"name": "setItems",
|
|
1577
1615
|
"privacy": "private",
|
|
1578
1616
|
"inheritedFrom": {
|
|
1579
|
-
"name": "
|
|
1580
|
-
"module": "src/accordion
|
|
1617
|
+
"name": "Accordion",
|
|
1618
|
+
"module": "src/accordion/accordion.ts"
|
|
1619
|
+
}
|
|
1620
|
+
},
|
|
1621
|
+
{
|
|
1622
|
+
"kind": "method",
|
|
1623
|
+
"name": "resetItems",
|
|
1624
|
+
"privacy": "private",
|
|
1625
|
+
"return": {
|
|
1626
|
+
"type": {
|
|
1627
|
+
"text": "void"
|
|
1628
|
+
}
|
|
1629
|
+
},
|
|
1630
|
+
"inheritedFrom": {
|
|
1631
|
+
"name": "Accordion",
|
|
1632
|
+
"module": "src/accordion/accordion.ts"
|
|
1633
|
+
}
|
|
1634
|
+
},
|
|
1635
|
+
{
|
|
1636
|
+
"kind": "field",
|
|
1637
|
+
"name": "removeItemListeners",
|
|
1638
|
+
"privacy": "private",
|
|
1639
|
+
"inheritedFrom": {
|
|
1640
|
+
"name": "Accordion",
|
|
1641
|
+
"module": "src/accordion/accordion.ts"
|
|
1642
|
+
}
|
|
1643
|
+
},
|
|
1644
|
+
{
|
|
1645
|
+
"kind": "field",
|
|
1646
|
+
"name": "activeItemChange",
|
|
1647
|
+
"privacy": "private",
|
|
1648
|
+
"inheritedFrom": {
|
|
1649
|
+
"name": "Accordion",
|
|
1650
|
+
"module": "src/accordion/accordion.ts"
|
|
1651
|
+
}
|
|
1652
|
+
},
|
|
1653
|
+
{
|
|
1654
|
+
"kind": "method",
|
|
1655
|
+
"name": "getItemIds",
|
|
1656
|
+
"privacy": "private",
|
|
1657
|
+
"return": {
|
|
1658
|
+
"type": {
|
|
1659
|
+
"text": "Array<string | null>"
|
|
1660
|
+
}
|
|
1661
|
+
},
|
|
1662
|
+
"inheritedFrom": {
|
|
1663
|
+
"name": "Accordion",
|
|
1664
|
+
"module": "src/accordion/accordion.ts"
|
|
1665
|
+
}
|
|
1666
|
+
},
|
|
1667
|
+
{
|
|
1668
|
+
"kind": "method",
|
|
1669
|
+
"name": "isSingleExpandMode",
|
|
1670
|
+
"privacy": "private",
|
|
1671
|
+
"return": {
|
|
1672
|
+
"type": {
|
|
1673
|
+
"text": "boolean"
|
|
1674
|
+
}
|
|
1675
|
+
},
|
|
1676
|
+
"inheritedFrom": {
|
|
1677
|
+
"name": "Accordion",
|
|
1678
|
+
"module": "src/accordion/accordion.ts"
|
|
1679
|
+
}
|
|
1680
|
+
},
|
|
1681
|
+
{
|
|
1682
|
+
"kind": "field",
|
|
1683
|
+
"name": "handleItemKeyDown",
|
|
1684
|
+
"privacy": "private",
|
|
1685
|
+
"inheritedFrom": {
|
|
1686
|
+
"name": "Accordion",
|
|
1687
|
+
"module": "src/accordion/accordion.ts"
|
|
1688
|
+
}
|
|
1689
|
+
},
|
|
1690
|
+
{
|
|
1691
|
+
"kind": "field",
|
|
1692
|
+
"name": "handleItemFocus",
|
|
1693
|
+
"privacy": "private",
|
|
1694
|
+
"inheritedFrom": {
|
|
1695
|
+
"name": "Accordion",
|
|
1696
|
+
"module": "src/accordion/accordion.ts"
|
|
1697
|
+
}
|
|
1698
|
+
},
|
|
1699
|
+
{
|
|
1700
|
+
"kind": "method",
|
|
1701
|
+
"name": "adjust",
|
|
1702
|
+
"privacy": "private",
|
|
1703
|
+
"return": {
|
|
1704
|
+
"type": {
|
|
1705
|
+
"text": "void"
|
|
1706
|
+
}
|
|
1707
|
+
},
|
|
1708
|
+
"parameters": [
|
|
1709
|
+
{
|
|
1710
|
+
"name": "adjustment",
|
|
1711
|
+
"type": {
|
|
1712
|
+
"text": "number"
|
|
1713
|
+
}
|
|
1714
|
+
}
|
|
1715
|
+
],
|
|
1716
|
+
"inheritedFrom": {
|
|
1717
|
+
"name": "Accordion",
|
|
1718
|
+
"module": "src/accordion/accordion.ts"
|
|
1719
|
+
}
|
|
1720
|
+
},
|
|
1721
|
+
{
|
|
1722
|
+
"kind": "method",
|
|
1723
|
+
"name": "focusItem",
|
|
1724
|
+
"privacy": "private",
|
|
1725
|
+
"return": {
|
|
1726
|
+
"type": {
|
|
1727
|
+
"text": "void"
|
|
1728
|
+
}
|
|
1729
|
+
},
|
|
1730
|
+
"inheritedFrom": {
|
|
1731
|
+
"name": "Accordion",
|
|
1732
|
+
"module": "src/accordion/accordion.ts"
|
|
1581
1733
|
}
|
|
1582
1734
|
},
|
|
1583
1735
|
{
|
|
@@ -1694,18 +1846,18 @@
|
|
|
1694
1846
|
],
|
|
1695
1847
|
"events": [
|
|
1696
1848
|
{
|
|
1697
|
-
"description": "Fires a custom 'change' event when the
|
|
1849
|
+
"description": "Fires a custom 'change' event when the active item changes",
|
|
1698
1850
|
"name": "change",
|
|
1699
1851
|
"inheritedFrom": {
|
|
1700
|
-
"name": "
|
|
1701
|
-
"module": "src/accordion
|
|
1852
|
+
"name": "Accordion",
|
|
1853
|
+
"module": "src/accordion/accordion.ts"
|
|
1702
1854
|
}
|
|
1703
1855
|
}
|
|
1704
1856
|
]
|
|
1705
1857
|
},
|
|
1706
1858
|
{
|
|
1707
1859
|
"kind": "variable",
|
|
1708
|
-
"name": "
|
|
1860
|
+
"name": "foundationAccordionShadowOptions",
|
|
1709
1861
|
"type": {
|
|
1710
1862
|
"text": "ShadowRootInit"
|
|
1711
1863
|
},
|
|
@@ -1713,57 +1865,57 @@
|
|
|
1713
1865
|
},
|
|
1714
1866
|
{
|
|
1715
1867
|
"kind": "variable",
|
|
1716
|
-
"name": "
|
|
1868
|
+
"name": "defaultAccordionConfig",
|
|
1717
1869
|
"type": {
|
|
1718
1870
|
"text": "object"
|
|
1719
1871
|
},
|
|
1720
|
-
"default": "{
|
|
1872
|
+
"default": "{}"
|
|
1721
1873
|
},
|
|
1722
1874
|
{
|
|
1723
1875
|
"kind": "variable",
|
|
1724
|
-
"name": "
|
|
1725
|
-
"description": "The Foundation Accordion
|
|
1876
|
+
"name": "foundationAccordion",
|
|
1877
|
+
"description": "The Foundation Accordion",
|
|
1726
1878
|
"privacy": "public"
|
|
1727
1879
|
}
|
|
1728
1880
|
],
|
|
1729
1881
|
"exports": [
|
|
1730
1882
|
{
|
|
1731
1883
|
"kind": "js",
|
|
1732
|
-
"name": "
|
|
1884
|
+
"name": "Accordion",
|
|
1733
1885
|
"declaration": {
|
|
1734
|
-
"name": "
|
|
1735
|
-
"module": "src/accordion
|
|
1886
|
+
"name": "Accordion",
|
|
1887
|
+
"module": "src/accordion/accordion.ts"
|
|
1736
1888
|
}
|
|
1737
1889
|
},
|
|
1738
1890
|
{
|
|
1739
1891
|
"kind": "js",
|
|
1740
|
-
"name": "
|
|
1892
|
+
"name": "foundationAccordionShadowOptions",
|
|
1741
1893
|
"declaration": {
|
|
1742
|
-
"name": "
|
|
1743
|
-
"module": "src/accordion
|
|
1894
|
+
"name": "foundationAccordionShadowOptions",
|
|
1895
|
+
"module": "src/accordion/accordion.ts"
|
|
1744
1896
|
}
|
|
1745
1897
|
},
|
|
1746
1898
|
{
|
|
1747
1899
|
"kind": "js",
|
|
1748
|
-
"name": "
|
|
1900
|
+
"name": "defaultAccordionConfig",
|
|
1749
1901
|
"declaration": {
|
|
1750
|
-
"name": "
|
|
1751
|
-
"module": "src/accordion
|
|
1902
|
+
"name": "defaultAccordionConfig",
|
|
1903
|
+
"module": "src/accordion/accordion.ts"
|
|
1752
1904
|
}
|
|
1753
1905
|
},
|
|
1754
1906
|
{
|
|
1755
1907
|
"kind": "js",
|
|
1756
|
-
"name": "
|
|
1908
|
+
"name": "foundationAccordion",
|
|
1757
1909
|
"declaration": {
|
|
1758
|
-
"name": "
|
|
1759
|
-
"module": "src/accordion
|
|
1910
|
+
"name": "foundationAccordion",
|
|
1911
|
+
"module": "src/accordion/accordion.ts"
|
|
1760
1912
|
}
|
|
1761
1913
|
}
|
|
1762
1914
|
]
|
|
1763
1915
|
},
|
|
1764
1916
|
{
|
|
1765
1917
|
"kind": "javascript-module",
|
|
1766
|
-
"path": "src/accordion
|
|
1918
|
+
"path": "src/accordion/index.ts",
|
|
1767
1919
|
"declarations": [],
|
|
1768
1920
|
"exports": [
|
|
1769
1921
|
{
|
|
@@ -1771,7 +1923,7 @@
|
|
|
1771
1923
|
"name": "*",
|
|
1772
1924
|
"declaration": {
|
|
1773
1925
|
"name": "*",
|
|
1774
|
-
"package": "./accordion
|
|
1926
|
+
"package": "./accordion.template"
|
|
1775
1927
|
}
|
|
1776
1928
|
},
|
|
1777
1929
|
{
|
|
@@ -1779,7 +1931,7 @@
|
|
|
1779
1931
|
"name": "*",
|
|
1780
1932
|
"declaration": {
|
|
1781
1933
|
"name": "*",
|
|
1782
|
-
"package": "./accordion
|
|
1934
|
+
"package": "./accordion.styles"
|
|
1783
1935
|
}
|
|
1784
1936
|
},
|
|
1785
1937
|
{
|
|
@@ -1787,7 +1939,7 @@
|
|
|
1787
1939
|
"name": "*",
|
|
1788
1940
|
"declaration": {
|
|
1789
1941
|
"name": "*",
|
|
1790
|
-
"package": "./accordion
|
|
1942
|
+
"package": "./accordion"
|
|
1791
1943
|
}
|
|
1792
1944
|
}
|
|
1793
1945
|
]
|
|
@@ -2351,455 +2503,6 @@
|
|
|
2351
2503
|
}
|
|
2352
2504
|
]
|
|
2353
2505
|
},
|
|
2354
|
-
{
|
|
2355
|
-
"kind": "javascript-module",
|
|
2356
|
-
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
2357
|
-
"declarations": [
|
|
2358
|
-
{
|
|
2359
|
-
"kind": "function",
|
|
2360
|
-
"name": "foundationAiIndicatorStyles",
|
|
2361
|
-
"return": {
|
|
2362
|
-
"type": {
|
|
2363
|
-
"text": "ElementStyles"
|
|
2364
|
-
}
|
|
2365
|
-
},
|
|
2366
|
-
"parameters": [
|
|
2367
|
-
{
|
|
2368
|
-
"name": "context",
|
|
2369
|
-
"type": {
|
|
2370
|
-
"text": "ElementDefinitionContext"
|
|
2371
|
-
}
|
|
2372
|
-
},
|
|
2373
|
-
{
|
|
2374
|
-
"name": "definition",
|
|
2375
|
-
"type": {
|
|
2376
|
-
"text": "FoundationElementDefinition"
|
|
2377
|
-
}
|
|
2378
|
-
}
|
|
2379
|
-
]
|
|
2380
|
-
}
|
|
2381
|
-
],
|
|
2382
|
-
"exports": [
|
|
2383
|
-
{
|
|
2384
|
-
"kind": "js",
|
|
2385
|
-
"name": "foundationAiIndicatorStyles",
|
|
2386
|
-
"declaration": {
|
|
2387
|
-
"name": "foundationAiIndicatorStyles",
|
|
2388
|
-
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
2389
|
-
}
|
|
2390
|
-
}
|
|
2391
|
-
]
|
|
2392
|
-
},
|
|
2393
|
-
{
|
|
2394
|
-
"kind": "javascript-module",
|
|
2395
|
-
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
2396
|
-
"declarations": [
|
|
2397
|
-
{
|
|
2398
|
-
"kind": "variable",
|
|
2399
|
-
"name": "foundationAiIndicatorTemplate",
|
|
2400
|
-
"type": {
|
|
2401
|
-
"text": "ViewTemplate<AiIndicator>"
|
|
2402
|
-
},
|
|
2403
|
-
"default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
|
|
2404
|
-
}
|
|
2405
|
-
],
|
|
2406
|
-
"exports": [
|
|
2407
|
-
{
|
|
2408
|
-
"kind": "js",
|
|
2409
|
-
"name": "foundationAiIndicatorTemplate",
|
|
2410
|
-
"declaration": {
|
|
2411
|
-
"name": "foundationAiIndicatorTemplate",
|
|
2412
|
-
"module": "src/ai-indicator/ai-indicator.template.ts"
|
|
2413
|
-
}
|
|
2414
|
-
}
|
|
2415
|
-
]
|
|
2416
|
-
},
|
|
2417
|
-
{
|
|
2418
|
-
"kind": "javascript-module",
|
|
2419
|
-
"path": "src/ai-indicator/ai-indicator.ts",
|
|
2420
|
-
"declarations": [
|
|
2421
|
-
{
|
|
2422
|
-
"kind": "class",
|
|
2423
|
-
"description": "",
|
|
2424
|
-
"name": "AiIndicator",
|
|
2425
|
-
"members": [
|
|
2426
|
-
{
|
|
2427
|
-
"kind": "field",
|
|
2428
|
-
"name": "providerRegistry",
|
|
2429
|
-
"type": {
|
|
2430
|
-
"text": "AIProviderRegistry"
|
|
2431
|
-
}
|
|
2432
|
-
},
|
|
2433
|
-
{
|
|
2434
|
-
"kind": "field",
|
|
2435
|
-
"name": "aiProvider",
|
|
2436
|
-
"type": {
|
|
2437
|
-
"text": "AIProvider | undefined"
|
|
2438
|
-
},
|
|
2439
|
-
"privacy": "private",
|
|
2440
|
-
"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.",
|
|
2441
|
-
"readonly": true
|
|
2442
|
-
},
|
|
2443
|
-
{
|
|
2444
|
-
"kind": "field",
|
|
2445
|
-
"name": "status",
|
|
2446
|
-
"type": {
|
|
2447
|
-
"text": "AIStatus | null"
|
|
2448
|
-
},
|
|
2449
|
-
"default": "null"
|
|
2450
|
-
},
|
|
2451
|
-
{
|
|
2452
|
-
"kind": "field",
|
|
2453
|
-
"name": "open",
|
|
2454
|
-
"type": {
|
|
2455
|
-
"text": "boolean"
|
|
2456
|
-
},
|
|
2457
|
-
"default": "false"
|
|
2458
|
-
},
|
|
2459
|
-
{
|
|
2460
|
-
"kind": "field",
|
|
2461
|
-
"name": "state",
|
|
2462
|
-
"type": {
|
|
2463
|
-
"text": "AIIndicatorState"
|
|
2464
|
-
},
|
|
2465
|
-
"default": "'none'"
|
|
2466
|
-
},
|
|
2467
|
-
{
|
|
2468
|
-
"kind": "field",
|
|
2469
|
-
"name": "isInstalling",
|
|
2470
|
-
"type": {
|
|
2471
|
-
"text": "boolean"
|
|
2472
|
-
},
|
|
2473
|
-
"default": "false"
|
|
2474
|
-
},
|
|
2475
|
-
{
|
|
2476
|
-
"kind": "field",
|
|
2477
|
-
"name": "pollTimer",
|
|
2478
|
-
"type": {
|
|
2479
|
-
"text": "ReturnType<typeof setInterval> | null"
|
|
2480
|
-
},
|
|
2481
|
-
"privacy": "private",
|
|
2482
|
-
"default": "null"
|
|
2483
|
-
},
|
|
2484
|
-
{
|
|
2485
|
-
"kind": "field",
|
|
2486
|
-
"name": "clickOutside",
|
|
2487
|
-
"privacy": "private"
|
|
2488
|
-
},
|
|
2489
|
-
{
|
|
2490
|
-
"kind": "field",
|
|
2491
|
-
"name": "chromeStatusLabel",
|
|
2492
|
-
"type": {
|
|
2493
|
-
"text": "string | null"
|
|
2494
|
-
},
|
|
2495
|
-
"readonly": true
|
|
2496
|
-
},
|
|
2497
|
-
{
|
|
2498
|
-
"kind": "field",
|
|
2499
|
-
"name": "canInstall",
|
|
2500
|
-
"type": {
|
|
2501
|
-
"text": "boolean"
|
|
2502
|
-
},
|
|
2503
|
-
"readonly": true
|
|
2504
|
-
},
|
|
2505
|
-
{
|
|
2506
|
-
"kind": "field",
|
|
2507
|
-
"name": "isDownloading",
|
|
2508
|
-
"type": {
|
|
2509
|
-
"text": "boolean"
|
|
2510
|
-
},
|
|
2511
|
-
"readonly": true
|
|
2512
|
-
},
|
|
2513
|
-
{
|
|
2514
|
-
"kind": "method",
|
|
2515
|
-
"name": "openChanged",
|
|
2516
|
-
"return": {
|
|
2517
|
-
"type": {
|
|
2518
|
-
"text": "void"
|
|
2519
|
-
}
|
|
2520
|
-
}
|
|
2521
|
-
},
|
|
2522
|
-
{
|
|
2523
|
-
"kind": "method",
|
|
2524
|
-
"name": "handleClickOutside",
|
|
2525
|
-
"privacy": "private",
|
|
2526
|
-
"parameters": [
|
|
2527
|
-
{
|
|
2528
|
-
"name": "event",
|
|
2529
|
-
"type": {
|
|
2530
|
-
"text": "MouseEvent"
|
|
2531
|
-
}
|
|
2532
|
-
}
|
|
2533
|
-
]
|
|
2534
|
-
},
|
|
2535
|
-
{
|
|
2536
|
-
"kind": "method",
|
|
2537
|
-
"name": "toggleDropdown"
|
|
2538
|
-
},
|
|
2539
|
-
{
|
|
2540
|
-
"kind": "method",
|
|
2541
|
-
"name": "refreshStatus",
|
|
2542
|
-
"return": {
|
|
2543
|
-
"type": {
|
|
2544
|
-
"text": "Promise<void>"
|
|
2545
|
-
}
|
|
2546
|
-
}
|
|
2547
|
-
},
|
|
2548
|
-
{
|
|
2549
|
-
"kind": "method",
|
|
2550
|
-
"name": "deriveState",
|
|
2551
|
-
"privacy": "private",
|
|
2552
|
-
"return": {
|
|
2553
|
-
"type": {
|
|
2554
|
-
"text": "AIIndicatorState"
|
|
2555
|
-
}
|
|
2556
|
-
},
|
|
2557
|
-
"parameters": [
|
|
2558
|
-
{
|
|
2559
|
-
"name": "s",
|
|
2560
|
-
"type": {
|
|
2561
|
-
"text": "AIStatus | null"
|
|
2562
|
-
}
|
|
2563
|
-
}
|
|
2564
|
-
]
|
|
2565
|
-
},
|
|
2566
|
-
{
|
|
2567
|
-
"kind": "method",
|
|
2568
|
-
"name": "maybeStartPolling",
|
|
2569
|
-
"privacy": "private",
|
|
2570
|
-
"return": {
|
|
2571
|
-
"type": {
|
|
2572
|
-
"text": "void"
|
|
2573
|
-
}
|
|
2574
|
-
}
|
|
2575
|
-
},
|
|
2576
|
-
{
|
|
2577
|
-
"kind": "method",
|
|
2578
|
-
"name": "startPolling",
|
|
2579
|
-
"privacy": "private",
|
|
2580
|
-
"return": {
|
|
2581
|
-
"type": {
|
|
2582
|
-
"text": "void"
|
|
2583
|
-
}
|
|
2584
|
-
}
|
|
2585
|
-
},
|
|
2586
|
-
{
|
|
2587
|
-
"kind": "method",
|
|
2588
|
-
"name": "stopPolling",
|
|
2589
|
-
"privacy": "private",
|
|
2590
|
-
"return": {
|
|
2591
|
-
"type": {
|
|
2592
|
-
"text": "void"
|
|
2593
|
-
}
|
|
2594
|
-
}
|
|
2595
|
-
},
|
|
2596
|
-
{
|
|
2597
|
-
"kind": "method",
|
|
2598
|
-
"name": "onInstall",
|
|
2599
|
-
"return": {
|
|
2600
|
-
"type": {
|
|
2601
|
-
"text": "Promise<void>"
|
|
2602
|
-
}
|
|
2603
|
-
}
|
|
2604
|
-
},
|
|
2605
|
-
{
|
|
2606
|
-
"kind": "field",
|
|
2607
|
-
"name": "_presentation",
|
|
2608
|
-
"type": {
|
|
2609
|
-
"text": "ComponentPresentation | null | undefined"
|
|
2610
|
-
},
|
|
2611
|
-
"privacy": "private",
|
|
2612
|
-
"default": "void 0",
|
|
2613
|
-
"inheritedFrom": {
|
|
2614
|
-
"name": "FoundationElement",
|
|
2615
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2616
|
-
}
|
|
2617
|
-
},
|
|
2618
|
-
{
|
|
2619
|
-
"kind": "field",
|
|
2620
|
-
"name": "$presentation",
|
|
2621
|
-
"type": {
|
|
2622
|
-
"text": "ComponentPresentation | null"
|
|
2623
|
-
},
|
|
2624
|
-
"privacy": "public",
|
|
2625
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2626
|
-
"inheritedFrom": {
|
|
2627
|
-
"name": "FoundationElement",
|
|
2628
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2629
|
-
}
|
|
2630
|
-
},
|
|
2631
|
-
{
|
|
2632
|
-
"kind": "field",
|
|
2633
|
-
"name": "template",
|
|
2634
|
-
"type": {
|
|
2635
|
-
"text": "ElementViewTemplate | void | null"
|
|
2636
|
-
},
|
|
2637
|
-
"privacy": "public",
|
|
2638
|
-
"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.",
|
|
2639
|
-
"inheritedFrom": {
|
|
2640
|
-
"name": "FoundationElement",
|
|
2641
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2642
|
-
}
|
|
2643
|
-
},
|
|
2644
|
-
{
|
|
2645
|
-
"kind": "method",
|
|
2646
|
-
"name": "templateChanged",
|
|
2647
|
-
"privacy": "protected",
|
|
2648
|
-
"return": {
|
|
2649
|
-
"type": {
|
|
2650
|
-
"text": "void"
|
|
2651
|
-
}
|
|
2652
|
-
},
|
|
2653
|
-
"inheritedFrom": {
|
|
2654
|
-
"name": "FoundationElement",
|
|
2655
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2656
|
-
}
|
|
2657
|
-
},
|
|
2658
|
-
{
|
|
2659
|
-
"kind": "field",
|
|
2660
|
-
"name": "styles",
|
|
2661
|
-
"type": {
|
|
2662
|
-
"text": "ElementStyles | void | null"
|
|
2663
|
-
},
|
|
2664
|
-
"privacy": "public",
|
|
2665
|
-
"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.",
|
|
2666
|
-
"inheritedFrom": {
|
|
2667
|
-
"name": "FoundationElement",
|
|
2668
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2669
|
-
}
|
|
2670
|
-
},
|
|
2671
|
-
{
|
|
2672
|
-
"kind": "method",
|
|
2673
|
-
"name": "stylesChanged",
|
|
2674
|
-
"privacy": "protected",
|
|
2675
|
-
"return": {
|
|
2676
|
-
"type": {
|
|
2677
|
-
"text": "void"
|
|
2678
|
-
}
|
|
2679
|
-
},
|
|
2680
|
-
"inheritedFrom": {
|
|
2681
|
-
"name": "FoundationElement",
|
|
2682
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2683
|
-
}
|
|
2684
|
-
},
|
|
2685
|
-
{
|
|
2686
|
-
"kind": "method",
|
|
2687
|
-
"name": "compose",
|
|
2688
|
-
"privacy": "public",
|
|
2689
|
-
"static": true,
|
|
2690
|
-
"return": {
|
|
2691
|
-
"type": {
|
|
2692
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2693
|
-
}
|
|
2694
|
-
},
|
|
2695
|
-
"parameters": [
|
|
2696
|
-
{
|
|
2697
|
-
"name": "this",
|
|
2698
|
-
"type": {
|
|
2699
|
-
"text": "K"
|
|
2700
|
-
}
|
|
2701
|
-
},
|
|
2702
|
-
{
|
|
2703
|
-
"name": "elementDefinition",
|
|
2704
|
-
"type": {
|
|
2705
|
-
"text": "T"
|
|
2706
|
-
},
|
|
2707
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
2708
|
-
}
|
|
2709
|
-
],
|
|
2710
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2711
|
-
"inheritedFrom": {
|
|
2712
|
-
"name": "FoundationElement",
|
|
2713
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2714
|
-
}
|
|
2715
|
-
}
|
|
2716
|
-
],
|
|
2717
|
-
"superclass": {
|
|
2718
|
-
"name": "FoundationElement",
|
|
2719
|
-
"package": "@microsoft/fast-foundation"
|
|
2720
|
-
},
|
|
2721
|
-
"tagName": "%%prefix%%-ai-indicator",
|
|
2722
|
-
"customElement": true
|
|
2723
|
-
},
|
|
2724
|
-
{
|
|
2725
|
-
"kind": "variable",
|
|
2726
|
-
"name": "foundationAiIndicator"
|
|
2727
|
-
}
|
|
2728
|
-
],
|
|
2729
|
-
"exports": [
|
|
2730
|
-
{
|
|
2731
|
-
"kind": "js",
|
|
2732
|
-
"name": "AiIndicator",
|
|
2733
|
-
"declaration": {
|
|
2734
|
-
"name": "AiIndicator",
|
|
2735
|
-
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2736
|
-
}
|
|
2737
|
-
},
|
|
2738
|
-
{
|
|
2739
|
-
"kind": "js",
|
|
2740
|
-
"name": "foundationAiIndicator",
|
|
2741
|
-
"declaration": {
|
|
2742
|
-
"name": "foundationAiIndicator",
|
|
2743
|
-
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2744
|
-
}
|
|
2745
|
-
}
|
|
2746
|
-
]
|
|
2747
|
-
},
|
|
2748
|
-
{
|
|
2749
|
-
"kind": "javascript-module",
|
|
2750
|
-
"path": "src/ai-indicator/index.ts",
|
|
2751
|
-
"declarations": [],
|
|
2752
|
-
"exports": [
|
|
2753
|
-
{
|
|
2754
|
-
"kind": "js",
|
|
2755
|
-
"name": "AiIndicator",
|
|
2756
|
-
"declaration": {
|
|
2757
|
-
"name": "AiIndicator",
|
|
2758
|
-
"module": "./ai-indicator"
|
|
2759
|
-
}
|
|
2760
|
-
},
|
|
2761
|
-
{
|
|
2762
|
-
"kind": "js",
|
|
2763
|
-
"name": "foundationAiIndicator",
|
|
2764
|
-
"declaration": {
|
|
2765
|
-
"name": "foundationAiIndicator",
|
|
2766
|
-
"module": "./ai-indicator"
|
|
2767
|
-
}
|
|
2768
|
-
},
|
|
2769
|
-
{
|
|
2770
|
-
"kind": "js",
|
|
2771
|
-
"name": "type",
|
|
2772
|
-
"declaration": {
|
|
2773
|
-
"name": "type",
|
|
2774
|
-
"module": "./ai-indicator"
|
|
2775
|
-
}
|
|
2776
|
-
},
|
|
2777
|
-
{
|
|
2778
|
-
"kind": "js",
|
|
2779
|
-
"name": "AIIndicatorState",
|
|
2780
|
-
"declaration": {
|
|
2781
|
-
"name": "AIIndicatorState",
|
|
2782
|
-
"module": "./ai-indicator"
|
|
2783
|
-
}
|
|
2784
|
-
},
|
|
2785
|
-
{
|
|
2786
|
-
"kind": "js",
|
|
2787
|
-
"name": "foundationAiIndicatorTemplate",
|
|
2788
|
-
"declaration": {
|
|
2789
|
-
"name": "foundationAiIndicatorTemplate",
|
|
2790
|
-
"module": "./ai-indicator.template"
|
|
2791
|
-
}
|
|
2792
|
-
},
|
|
2793
|
-
{
|
|
2794
|
-
"kind": "js",
|
|
2795
|
-
"name": "foundationAiIndicatorStyles",
|
|
2796
|
-
"declaration": {
|
|
2797
|
-
"name": "foundationAiIndicatorStyles",
|
|
2798
|
-
"module": "./ai-indicator.styles"
|
|
2799
|
-
}
|
|
2800
|
-
}
|
|
2801
|
-
]
|
|
2802
|
-
},
|
|
2803
2506
|
{
|
|
2804
2507
|
"kind": "javascript-module",
|
|
2805
2508
|
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
@@ -3411,11 +3114,11 @@
|
|
|
3411
3114
|
},
|
|
3412
3115
|
{
|
|
3413
3116
|
"kind": "javascript-module",
|
|
3414
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
3117
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
3415
3118
|
"declarations": [
|
|
3416
3119
|
{
|
|
3417
3120
|
"kind": "function",
|
|
3418
|
-
"name": "
|
|
3121
|
+
"name": "foundationAccordionItemStyles",
|
|
3419
3122
|
"return": {
|
|
3420
3123
|
"type": {
|
|
3421
3124
|
"text": "ElementStyles"
|
|
@@ -3440,24 +3143,24 @@
|
|
|
3440
3143
|
"exports": [
|
|
3441
3144
|
{
|
|
3442
3145
|
"kind": "js",
|
|
3443
|
-
"name": "
|
|
3146
|
+
"name": "foundationAccordionItemStyles",
|
|
3444
3147
|
"declaration": {
|
|
3445
|
-
"name": "
|
|
3446
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
3148
|
+
"name": "foundationAccordionItemStyles",
|
|
3149
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
3447
3150
|
}
|
|
3448
3151
|
}
|
|
3449
3152
|
]
|
|
3450
3153
|
},
|
|
3451
3154
|
{
|
|
3452
3155
|
"kind": "javascript-module",
|
|
3453
|
-
"path": "src/accordion/accordion.template.ts",
|
|
3156
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
3454
3157
|
"declarations": [
|
|
3455
3158
|
{
|
|
3456
3159
|
"kind": "function",
|
|
3457
|
-
"name": "
|
|
3160
|
+
"name": "foundationAccordionItemTemplate",
|
|
3458
3161
|
"return": {
|
|
3459
3162
|
"type": {
|
|
3460
|
-
"text": "ViewTemplate<
|
|
3163
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
3461
3164
|
}
|
|
3462
3165
|
},
|
|
3463
3166
|
"parameters": [
|
|
@@ -3479,91 +3182,107 @@
|
|
|
3479
3182
|
"exports": [
|
|
3480
3183
|
{
|
|
3481
3184
|
"kind": "js",
|
|
3482
|
-
"name": "
|
|
3185
|
+
"name": "foundationAccordionItemTemplate",
|
|
3483
3186
|
"declaration": {
|
|
3484
|
-
"name": "
|
|
3485
|
-
"module": "src/accordion/accordion.template.ts"
|
|
3187
|
+
"name": "foundationAccordionItemTemplate",
|
|
3188
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
3486
3189
|
}
|
|
3487
3190
|
}
|
|
3488
3191
|
]
|
|
3489
3192
|
},
|
|
3490
3193
|
{
|
|
3491
3194
|
"kind": "javascript-module",
|
|
3492
|
-
"path": "src/accordion/accordion.ts",
|
|
3195
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
3493
3196
|
"declarations": [
|
|
3494
3197
|
{
|
|
3495
3198
|
"kind": "class",
|
|
3496
3199
|
"description": "",
|
|
3497
|
-
"name": "
|
|
3200
|
+
"name": "AccordionItem",
|
|
3498
3201
|
"superclass": {
|
|
3499
|
-
"name": "
|
|
3500
|
-
"package": "@microsoft/fast-
|
|
3202
|
+
"name": "FASTAccordionItem",
|
|
3203
|
+
"package": "@microsoft/fast-components"
|
|
3501
3204
|
},
|
|
3502
|
-
"tagName": "%%prefix%%-accordion",
|
|
3205
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
3503
3206
|
"customElement": true,
|
|
3504
3207
|
"attributes": [
|
|
3505
3208
|
{
|
|
3506
|
-
"name": "
|
|
3209
|
+
"name": "heading-level",
|
|
3507
3210
|
"type": {
|
|
3508
|
-
"text": "
|
|
3211
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
3509
3212
|
},
|
|
3510
|
-
"
|
|
3511
|
-
"
|
|
3213
|
+
"default": "2",
|
|
3214
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
3215
|
+
"fieldName": "headinglevel",
|
|
3512
3216
|
"inheritedFrom": {
|
|
3513
|
-
"name": "
|
|
3514
|
-
"module": "src/accordion/accordion.ts"
|
|
3217
|
+
"name": "AccordionItem",
|
|
3218
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3515
3219
|
}
|
|
3516
|
-
}
|
|
3517
|
-
],
|
|
3518
|
-
"members": [
|
|
3220
|
+
},
|
|
3519
3221
|
{
|
|
3520
|
-
"kind": "field",
|
|
3521
|
-
"name": "expandmode",
|
|
3522
3222
|
"type": {
|
|
3523
|
-
"text": "
|
|
3223
|
+
"text": "boolean"
|
|
3524
3224
|
},
|
|
3525
|
-
"
|
|
3526
|
-
"description": "
|
|
3225
|
+
"default": "false",
|
|
3226
|
+
"description": "Expands or collapses the item.",
|
|
3227
|
+
"fieldName": "expanded",
|
|
3527
3228
|
"inheritedFrom": {
|
|
3528
|
-
"name": "
|
|
3529
|
-
"module": "src/accordion/accordion.ts"
|
|
3229
|
+
"name": "AccordionItem",
|
|
3230
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3530
3231
|
}
|
|
3531
3232
|
},
|
|
3532
3233
|
{
|
|
3533
|
-
"
|
|
3534
|
-
"name": "activeid",
|
|
3234
|
+
"name": "id",
|
|
3535
3235
|
"type": {
|
|
3536
|
-
"text": "string
|
|
3236
|
+
"text": "string"
|
|
3537
3237
|
},
|
|
3538
|
-
"
|
|
3238
|
+
"description": "The item ID",
|
|
3239
|
+
"fieldName": "id",
|
|
3539
3240
|
"inheritedFrom": {
|
|
3540
|
-
"name": "
|
|
3541
|
-
"module": "src/accordion/accordion.ts"
|
|
3241
|
+
"name": "AccordionItem",
|
|
3242
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3243
|
+
}
|
|
3244
|
+
}
|
|
3245
|
+
],
|
|
3246
|
+
"members": [
|
|
3247
|
+
{
|
|
3248
|
+
"kind": "field",
|
|
3249
|
+
"name": "headinglevel",
|
|
3250
|
+
"type": {
|
|
3251
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
3252
|
+
},
|
|
3253
|
+
"privacy": "public",
|
|
3254
|
+
"default": "2",
|
|
3255
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
3256
|
+
"inheritedFrom": {
|
|
3257
|
+
"name": "AccordionItem",
|
|
3258
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3542
3259
|
}
|
|
3543
3260
|
},
|
|
3544
3261
|
{
|
|
3545
3262
|
"kind": "field",
|
|
3546
|
-
"name": "
|
|
3263
|
+
"name": "expanded",
|
|
3547
3264
|
"type": {
|
|
3548
|
-
"text": "
|
|
3265
|
+
"text": "boolean"
|
|
3549
3266
|
},
|
|
3550
|
-
"privacy": "
|
|
3551
|
-
"default": "
|
|
3267
|
+
"privacy": "public",
|
|
3268
|
+
"default": "false",
|
|
3269
|
+
"description": "Expands or collapses the item.",
|
|
3552
3270
|
"inheritedFrom": {
|
|
3553
|
-
"name": "
|
|
3554
|
-
"module": "src/accordion/accordion.ts"
|
|
3271
|
+
"name": "AccordionItem",
|
|
3272
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3555
3273
|
}
|
|
3556
3274
|
},
|
|
3557
3275
|
{
|
|
3558
3276
|
"kind": "field",
|
|
3559
|
-
"name": "
|
|
3277
|
+
"name": "id",
|
|
3560
3278
|
"type": {
|
|
3561
|
-
"text": "
|
|
3279
|
+
"text": "string"
|
|
3562
3280
|
},
|
|
3563
|
-
"privacy": "
|
|
3281
|
+
"privacy": "public",
|
|
3282
|
+
"description": "The item ID",
|
|
3564
3283
|
"inheritedFrom": {
|
|
3565
|
-
"name": "
|
|
3566
|
-
"module": "src/accordion/accordion.ts"
|
|
3284
|
+
"name": "AccordionItem",
|
|
3285
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3567
3286
|
}
|
|
3568
3287
|
},
|
|
3569
3288
|
{
|
|
@@ -3571,145 +3290,471 @@
|
|
|
3571
3290
|
"name": "change",
|
|
3572
3291
|
"privacy": "private",
|
|
3573
3292
|
"inheritedFrom": {
|
|
3574
|
-
"name": "
|
|
3575
|
-
"module": "src/accordion/accordion.ts"
|
|
3293
|
+
"name": "AccordionItem",
|
|
3294
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3576
3295
|
}
|
|
3577
3296
|
},
|
|
3578
3297
|
{
|
|
3579
|
-
"kind": "
|
|
3580
|
-
"name": "
|
|
3298
|
+
"kind": "field",
|
|
3299
|
+
"name": "_presentation",
|
|
3300
|
+
"type": {
|
|
3301
|
+
"text": "ComponentPresentation | null | undefined"
|
|
3302
|
+
},
|
|
3581
3303
|
"privacy": "private",
|
|
3582
|
-
"
|
|
3583
|
-
|
|
3584
|
-
|
|
3585
|
-
|
|
3304
|
+
"default": "void 0",
|
|
3305
|
+
"inheritedFrom": {
|
|
3306
|
+
"name": "FoundationElement",
|
|
3307
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3308
|
+
}
|
|
3309
|
+
},
|
|
3310
|
+
{
|
|
3311
|
+
"kind": "field",
|
|
3312
|
+
"name": "$presentation",
|
|
3313
|
+
"type": {
|
|
3314
|
+
"text": "ComponentPresentation | null"
|
|
3586
3315
|
},
|
|
3316
|
+
"privacy": "public",
|
|
3317
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3587
3318
|
"inheritedFrom": {
|
|
3588
|
-
"name": "
|
|
3589
|
-
"module": "src/
|
|
3319
|
+
"name": "FoundationElement",
|
|
3320
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3590
3321
|
}
|
|
3591
3322
|
},
|
|
3592
3323
|
{
|
|
3593
3324
|
"kind": "field",
|
|
3594
|
-
"name": "
|
|
3595
|
-
"
|
|
3325
|
+
"name": "template",
|
|
3326
|
+
"type": {
|
|
3327
|
+
"text": "ElementViewTemplate | void | null"
|
|
3328
|
+
},
|
|
3329
|
+
"privacy": "public",
|
|
3330
|
+
"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.",
|
|
3596
3331
|
"inheritedFrom": {
|
|
3597
|
-
"name": "
|
|
3598
|
-
"module": "src/
|
|
3332
|
+
"name": "FoundationElement",
|
|
3333
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3599
3334
|
}
|
|
3600
3335
|
},
|
|
3601
3336
|
{
|
|
3602
3337
|
"kind": "method",
|
|
3603
|
-
"name": "
|
|
3604
|
-
"privacy": "
|
|
3338
|
+
"name": "templateChanged",
|
|
3339
|
+
"privacy": "protected",
|
|
3605
3340
|
"return": {
|
|
3606
3341
|
"type": {
|
|
3607
3342
|
"text": "void"
|
|
3608
3343
|
}
|
|
3609
3344
|
},
|
|
3610
3345
|
"inheritedFrom": {
|
|
3611
|
-
"name": "
|
|
3612
|
-
"module": "src/
|
|
3613
|
-
}
|
|
3614
|
-
},
|
|
3615
|
-
{
|
|
3616
|
-
"kind": "field",
|
|
3617
|
-
"name": "removeItemListeners",
|
|
3618
|
-
"privacy": "private",
|
|
3619
|
-
"inheritedFrom": {
|
|
3620
|
-
"name": "Accordion",
|
|
3621
|
-
"module": "src/accordion/accordion.ts"
|
|
3346
|
+
"name": "FoundationElement",
|
|
3347
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3622
3348
|
}
|
|
3623
3349
|
},
|
|
3624
3350
|
{
|
|
3625
3351
|
"kind": "field",
|
|
3626
|
-
"name": "
|
|
3627
|
-
"
|
|
3352
|
+
"name": "styles",
|
|
3353
|
+
"type": {
|
|
3354
|
+
"text": "ElementStyles | void | null"
|
|
3355
|
+
},
|
|
3356
|
+
"privacy": "public",
|
|
3357
|
+
"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.",
|
|
3628
3358
|
"inheritedFrom": {
|
|
3629
|
-
"name": "
|
|
3630
|
-
"module": "src/
|
|
3359
|
+
"name": "FoundationElement",
|
|
3360
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3631
3361
|
}
|
|
3632
3362
|
},
|
|
3633
3363
|
{
|
|
3634
3364
|
"kind": "method",
|
|
3635
|
-
"name": "
|
|
3636
|
-
"privacy": "
|
|
3365
|
+
"name": "stylesChanged",
|
|
3366
|
+
"privacy": "protected",
|
|
3637
3367
|
"return": {
|
|
3638
3368
|
"type": {
|
|
3639
|
-
"text": "
|
|
3369
|
+
"text": "void"
|
|
3640
3370
|
}
|
|
3641
3371
|
},
|
|
3642
3372
|
"inheritedFrom": {
|
|
3643
|
-
"name": "
|
|
3644
|
-
"module": "src/
|
|
3373
|
+
"name": "FoundationElement",
|
|
3374
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3645
3375
|
}
|
|
3646
3376
|
},
|
|
3647
3377
|
{
|
|
3648
3378
|
"kind": "method",
|
|
3649
|
-
"name": "
|
|
3650
|
-
"privacy": "
|
|
3379
|
+
"name": "compose",
|
|
3380
|
+
"privacy": "public",
|
|
3381
|
+
"static": true,
|
|
3651
3382
|
"return": {
|
|
3652
3383
|
"type": {
|
|
3653
|
-
"text": "
|
|
3384
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3654
3385
|
}
|
|
3655
3386
|
},
|
|
3387
|
+
"parameters": [
|
|
3388
|
+
{
|
|
3389
|
+
"name": "this",
|
|
3390
|
+
"type": {
|
|
3391
|
+
"text": "K"
|
|
3392
|
+
}
|
|
3393
|
+
},
|
|
3394
|
+
{
|
|
3395
|
+
"name": "elementDefinition",
|
|
3396
|
+
"type": {
|
|
3397
|
+
"text": "T"
|
|
3398
|
+
},
|
|
3399
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
3400
|
+
}
|
|
3401
|
+
],
|
|
3402
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3656
3403
|
"inheritedFrom": {
|
|
3657
|
-
"name": "
|
|
3658
|
-
"module": "src/
|
|
3404
|
+
"name": "FoundationElement",
|
|
3405
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3406
|
+
}
|
|
3407
|
+
}
|
|
3408
|
+
],
|
|
3409
|
+
"events": [
|
|
3410
|
+
{
|
|
3411
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
3412
|
+
"name": "change",
|
|
3413
|
+
"inheritedFrom": {
|
|
3414
|
+
"name": "AccordionItem",
|
|
3415
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3416
|
+
}
|
|
3417
|
+
}
|
|
3418
|
+
]
|
|
3419
|
+
},
|
|
3420
|
+
{
|
|
3421
|
+
"kind": "variable",
|
|
3422
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
3423
|
+
"type": {
|
|
3424
|
+
"text": "ShadowRootInit"
|
|
3425
|
+
},
|
|
3426
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3427
|
+
},
|
|
3428
|
+
{
|
|
3429
|
+
"kind": "variable",
|
|
3430
|
+
"name": "defaultAccordionItemConfig",
|
|
3431
|
+
"type": {
|
|
3432
|
+
"text": "object"
|
|
3433
|
+
},
|
|
3434
|
+
"default": "{\n collapsedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"collapsed-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M9 5.44446V12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n expandedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"expanded-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"minus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n}"
|
|
3435
|
+
},
|
|
3436
|
+
{
|
|
3437
|
+
"kind": "variable",
|
|
3438
|
+
"name": "foundationAccordionItem",
|
|
3439
|
+
"description": "The Foundation Accordion Item",
|
|
3440
|
+
"privacy": "public"
|
|
3441
|
+
}
|
|
3442
|
+
],
|
|
3443
|
+
"exports": [
|
|
3444
|
+
{
|
|
3445
|
+
"kind": "js",
|
|
3446
|
+
"name": "AccordionItem",
|
|
3447
|
+
"declaration": {
|
|
3448
|
+
"name": "AccordionItem",
|
|
3449
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3450
|
+
}
|
|
3451
|
+
},
|
|
3452
|
+
{
|
|
3453
|
+
"kind": "js",
|
|
3454
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
3455
|
+
"declaration": {
|
|
3456
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
3457
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3458
|
+
}
|
|
3459
|
+
},
|
|
3460
|
+
{
|
|
3461
|
+
"kind": "js",
|
|
3462
|
+
"name": "defaultAccordionItemConfig",
|
|
3463
|
+
"declaration": {
|
|
3464
|
+
"name": "defaultAccordionItemConfig",
|
|
3465
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3466
|
+
}
|
|
3467
|
+
},
|
|
3468
|
+
{
|
|
3469
|
+
"kind": "js",
|
|
3470
|
+
"name": "foundationAccordionItem",
|
|
3471
|
+
"declaration": {
|
|
3472
|
+
"name": "foundationAccordionItem",
|
|
3473
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
3474
|
+
}
|
|
3475
|
+
}
|
|
3476
|
+
]
|
|
3477
|
+
},
|
|
3478
|
+
{
|
|
3479
|
+
"kind": "javascript-module",
|
|
3480
|
+
"path": "src/accordion-item/index.ts",
|
|
3481
|
+
"declarations": [],
|
|
3482
|
+
"exports": [
|
|
3483
|
+
{
|
|
3484
|
+
"kind": "js",
|
|
3485
|
+
"name": "*",
|
|
3486
|
+
"declaration": {
|
|
3487
|
+
"name": "*",
|
|
3488
|
+
"package": "./accordion-item.template"
|
|
3489
|
+
}
|
|
3490
|
+
},
|
|
3491
|
+
{
|
|
3492
|
+
"kind": "js",
|
|
3493
|
+
"name": "*",
|
|
3494
|
+
"declaration": {
|
|
3495
|
+
"name": "*",
|
|
3496
|
+
"package": "./accordion-item.styles"
|
|
3497
|
+
}
|
|
3498
|
+
},
|
|
3499
|
+
{
|
|
3500
|
+
"kind": "js",
|
|
3501
|
+
"name": "*",
|
|
3502
|
+
"declaration": {
|
|
3503
|
+
"name": "*",
|
|
3504
|
+
"package": "./accordion-item"
|
|
3505
|
+
}
|
|
3506
|
+
}
|
|
3507
|
+
]
|
|
3508
|
+
},
|
|
3509
|
+
{
|
|
3510
|
+
"kind": "javascript-module",
|
|
3511
|
+
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
3512
|
+
"declarations": [
|
|
3513
|
+
{
|
|
3514
|
+
"kind": "function",
|
|
3515
|
+
"name": "foundationAiIndicatorStyles",
|
|
3516
|
+
"return": {
|
|
3517
|
+
"type": {
|
|
3518
|
+
"text": "ElementStyles"
|
|
3519
|
+
}
|
|
3520
|
+
},
|
|
3521
|
+
"parameters": [
|
|
3522
|
+
{
|
|
3523
|
+
"name": "context",
|
|
3524
|
+
"type": {
|
|
3525
|
+
"text": "ElementDefinitionContext"
|
|
3526
|
+
}
|
|
3527
|
+
},
|
|
3528
|
+
{
|
|
3529
|
+
"name": "definition",
|
|
3530
|
+
"type": {
|
|
3531
|
+
"text": "FoundationElementDefinition"
|
|
3532
|
+
}
|
|
3533
|
+
}
|
|
3534
|
+
]
|
|
3535
|
+
}
|
|
3536
|
+
],
|
|
3537
|
+
"exports": [
|
|
3538
|
+
{
|
|
3539
|
+
"kind": "js",
|
|
3540
|
+
"name": "foundationAiIndicatorStyles",
|
|
3541
|
+
"declaration": {
|
|
3542
|
+
"name": "foundationAiIndicatorStyles",
|
|
3543
|
+
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
3544
|
+
}
|
|
3545
|
+
}
|
|
3546
|
+
]
|
|
3547
|
+
},
|
|
3548
|
+
{
|
|
3549
|
+
"kind": "javascript-module",
|
|
3550
|
+
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
3551
|
+
"declarations": [
|
|
3552
|
+
{
|
|
3553
|
+
"kind": "variable",
|
|
3554
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3555
|
+
"type": {
|
|
3556
|
+
"text": "ViewTemplate<AiIndicator>"
|
|
3557
|
+
},
|
|
3558
|
+
"default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
|
|
3559
|
+
}
|
|
3560
|
+
],
|
|
3561
|
+
"exports": [
|
|
3562
|
+
{
|
|
3563
|
+
"kind": "js",
|
|
3564
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3565
|
+
"declaration": {
|
|
3566
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3567
|
+
"module": "src/ai-indicator/ai-indicator.template.ts"
|
|
3568
|
+
}
|
|
3569
|
+
}
|
|
3570
|
+
]
|
|
3571
|
+
},
|
|
3572
|
+
{
|
|
3573
|
+
"kind": "javascript-module",
|
|
3574
|
+
"path": "src/ai-indicator/ai-indicator.ts",
|
|
3575
|
+
"declarations": [
|
|
3576
|
+
{
|
|
3577
|
+
"kind": "class",
|
|
3578
|
+
"description": "",
|
|
3579
|
+
"name": "AiIndicator",
|
|
3580
|
+
"members": [
|
|
3581
|
+
{
|
|
3582
|
+
"kind": "field",
|
|
3583
|
+
"name": "providerRegistry",
|
|
3584
|
+
"type": {
|
|
3585
|
+
"text": "AIProviderRegistry"
|
|
3659
3586
|
}
|
|
3660
3587
|
},
|
|
3661
3588
|
{
|
|
3662
3589
|
"kind": "field",
|
|
3663
|
-
"name": "
|
|
3590
|
+
"name": "aiProvider",
|
|
3591
|
+
"type": {
|
|
3592
|
+
"text": "AIProvider | undefined"
|
|
3593
|
+
},
|
|
3664
3594
|
"privacy": "private",
|
|
3665
|
-
"
|
|
3666
|
-
|
|
3667
|
-
"module": "src/accordion/accordion.ts"
|
|
3668
|
-
}
|
|
3595
|
+
"description": "The indicator reflects status for the registry's default provider only —\nper-agent provider overrides live with the assistant component, not this\ntop-level chrome.",
|
|
3596
|
+
"readonly": true
|
|
3669
3597
|
},
|
|
3670
3598
|
{
|
|
3671
3599
|
"kind": "field",
|
|
3672
|
-
"name": "
|
|
3600
|
+
"name": "status",
|
|
3601
|
+
"type": {
|
|
3602
|
+
"text": "AIStatus | null"
|
|
3603
|
+
},
|
|
3604
|
+
"default": "null"
|
|
3605
|
+
},
|
|
3606
|
+
{
|
|
3607
|
+
"kind": "field",
|
|
3608
|
+
"name": "open",
|
|
3609
|
+
"type": {
|
|
3610
|
+
"text": "boolean"
|
|
3611
|
+
},
|
|
3612
|
+
"default": "false"
|
|
3613
|
+
},
|
|
3614
|
+
{
|
|
3615
|
+
"kind": "field",
|
|
3616
|
+
"name": "state",
|
|
3617
|
+
"type": {
|
|
3618
|
+
"text": "AIIndicatorState"
|
|
3619
|
+
},
|
|
3620
|
+
"default": "'none'"
|
|
3621
|
+
},
|
|
3622
|
+
{
|
|
3623
|
+
"kind": "field",
|
|
3624
|
+
"name": "isInstalling",
|
|
3625
|
+
"type": {
|
|
3626
|
+
"text": "boolean"
|
|
3627
|
+
},
|
|
3628
|
+
"default": "false"
|
|
3629
|
+
},
|
|
3630
|
+
{
|
|
3631
|
+
"kind": "field",
|
|
3632
|
+
"name": "pollTimer",
|
|
3633
|
+
"type": {
|
|
3634
|
+
"text": "ReturnType<typeof setInterval> | null"
|
|
3635
|
+
},
|
|
3673
3636
|
"privacy": "private",
|
|
3674
|
-
"
|
|
3675
|
-
|
|
3676
|
-
|
|
3637
|
+
"default": "null"
|
|
3638
|
+
},
|
|
3639
|
+
{
|
|
3640
|
+
"kind": "field",
|
|
3641
|
+
"name": "clickOutside",
|
|
3642
|
+
"privacy": "private"
|
|
3643
|
+
},
|
|
3644
|
+
{
|
|
3645
|
+
"kind": "field",
|
|
3646
|
+
"name": "chromeStatusLabel",
|
|
3647
|
+
"type": {
|
|
3648
|
+
"text": "string | null"
|
|
3649
|
+
},
|
|
3650
|
+
"readonly": true
|
|
3651
|
+
},
|
|
3652
|
+
{
|
|
3653
|
+
"kind": "field",
|
|
3654
|
+
"name": "canInstall",
|
|
3655
|
+
"type": {
|
|
3656
|
+
"text": "boolean"
|
|
3657
|
+
},
|
|
3658
|
+
"readonly": true
|
|
3659
|
+
},
|
|
3660
|
+
{
|
|
3661
|
+
"kind": "field",
|
|
3662
|
+
"name": "isDownloading",
|
|
3663
|
+
"type": {
|
|
3664
|
+
"text": "boolean"
|
|
3665
|
+
},
|
|
3666
|
+
"readonly": true
|
|
3667
|
+
},
|
|
3668
|
+
{
|
|
3669
|
+
"kind": "method",
|
|
3670
|
+
"name": "openChanged",
|
|
3671
|
+
"return": {
|
|
3672
|
+
"type": {
|
|
3673
|
+
"text": "void"
|
|
3674
|
+
}
|
|
3677
3675
|
}
|
|
3678
3676
|
},
|
|
3679
3677
|
{
|
|
3680
3678
|
"kind": "method",
|
|
3681
|
-
"name": "
|
|
3679
|
+
"name": "handleClickOutside",
|
|
3680
|
+
"privacy": "private",
|
|
3681
|
+
"parameters": [
|
|
3682
|
+
{
|
|
3683
|
+
"name": "event",
|
|
3684
|
+
"type": {
|
|
3685
|
+
"text": "MouseEvent"
|
|
3686
|
+
}
|
|
3687
|
+
}
|
|
3688
|
+
]
|
|
3689
|
+
},
|
|
3690
|
+
{
|
|
3691
|
+
"kind": "method",
|
|
3692
|
+
"name": "toggleDropdown"
|
|
3693
|
+
},
|
|
3694
|
+
{
|
|
3695
|
+
"kind": "method",
|
|
3696
|
+
"name": "refreshStatus",
|
|
3697
|
+
"return": {
|
|
3698
|
+
"type": {
|
|
3699
|
+
"text": "Promise<void>"
|
|
3700
|
+
}
|
|
3701
|
+
}
|
|
3702
|
+
},
|
|
3703
|
+
{
|
|
3704
|
+
"kind": "method",
|
|
3705
|
+
"name": "deriveState",
|
|
3682
3706
|
"privacy": "private",
|
|
3683
3707
|
"return": {
|
|
3684
3708
|
"type": {
|
|
3685
|
-
"text": "
|
|
3709
|
+
"text": "AIIndicatorState"
|
|
3686
3710
|
}
|
|
3687
3711
|
},
|
|
3688
3712
|
"parameters": [
|
|
3689
3713
|
{
|
|
3690
|
-
"name": "
|
|
3714
|
+
"name": "s",
|
|
3691
3715
|
"type": {
|
|
3692
|
-
"text": "
|
|
3716
|
+
"text": "AIStatus | null"
|
|
3693
3717
|
}
|
|
3694
3718
|
}
|
|
3695
|
-
]
|
|
3696
|
-
|
|
3697
|
-
|
|
3698
|
-
|
|
3719
|
+
]
|
|
3720
|
+
},
|
|
3721
|
+
{
|
|
3722
|
+
"kind": "method",
|
|
3723
|
+
"name": "maybeStartPolling",
|
|
3724
|
+
"privacy": "private",
|
|
3725
|
+
"return": {
|
|
3726
|
+
"type": {
|
|
3727
|
+
"text": "void"
|
|
3728
|
+
}
|
|
3699
3729
|
}
|
|
3700
3730
|
},
|
|
3701
3731
|
{
|
|
3702
3732
|
"kind": "method",
|
|
3703
|
-
"name": "
|
|
3733
|
+
"name": "startPolling",
|
|
3704
3734
|
"privacy": "private",
|
|
3705
3735
|
"return": {
|
|
3706
3736
|
"type": {
|
|
3707
3737
|
"text": "void"
|
|
3708
3738
|
}
|
|
3709
|
-
}
|
|
3710
|
-
|
|
3711
|
-
|
|
3712
|
-
|
|
3739
|
+
}
|
|
3740
|
+
},
|
|
3741
|
+
{
|
|
3742
|
+
"kind": "method",
|
|
3743
|
+
"name": "stopPolling",
|
|
3744
|
+
"privacy": "private",
|
|
3745
|
+
"return": {
|
|
3746
|
+
"type": {
|
|
3747
|
+
"text": "void"
|
|
3748
|
+
}
|
|
3749
|
+
}
|
|
3750
|
+
},
|
|
3751
|
+
{
|
|
3752
|
+
"kind": "method",
|
|
3753
|
+
"name": "onInstall",
|
|
3754
|
+
"return": {
|
|
3755
|
+
"type": {
|
|
3756
|
+
"text": "Promise<void>"
|
|
3757
|
+
}
|
|
3713
3758
|
}
|
|
3714
3759
|
},
|
|
3715
3760
|
{
|
|
@@ -3824,133 +3869,88 @@
|
|
|
3824
3869
|
}
|
|
3825
3870
|
}
|
|
3826
3871
|
],
|
|
3827
|
-
"
|
|
3828
|
-
|
|
3829
|
-
|
|
3830
|
-
"name": "change",
|
|
3831
|
-
"inheritedFrom": {
|
|
3832
|
-
"name": "Accordion",
|
|
3833
|
-
"module": "src/accordion/accordion.ts"
|
|
3834
|
-
}
|
|
3835
|
-
}
|
|
3836
|
-
]
|
|
3837
|
-
},
|
|
3838
|
-
{
|
|
3839
|
-
"kind": "variable",
|
|
3840
|
-
"name": "foundationAccordionShadowOptions",
|
|
3841
|
-
"type": {
|
|
3842
|
-
"text": "ShadowRootInit"
|
|
3843
|
-
},
|
|
3844
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3845
|
-
},
|
|
3846
|
-
{
|
|
3847
|
-
"kind": "variable",
|
|
3848
|
-
"name": "defaultAccordionConfig",
|
|
3849
|
-
"type": {
|
|
3850
|
-
"text": "object"
|
|
3872
|
+
"superclass": {
|
|
3873
|
+
"name": "FoundationElement",
|
|
3874
|
+
"package": "@microsoft/fast-foundation"
|
|
3851
3875
|
},
|
|
3852
|
-
"
|
|
3876
|
+
"tagName": "%%prefix%%-ai-indicator",
|
|
3877
|
+
"customElement": true
|
|
3853
3878
|
},
|
|
3854
3879
|
{
|
|
3855
3880
|
"kind": "variable",
|
|
3856
|
-
"name": "
|
|
3857
|
-
"description": "The Foundation Accordion",
|
|
3858
|
-
"privacy": "public"
|
|
3881
|
+
"name": "foundationAiIndicator"
|
|
3859
3882
|
}
|
|
3860
3883
|
],
|
|
3861
3884
|
"exports": [
|
|
3862
3885
|
{
|
|
3863
3886
|
"kind": "js",
|
|
3864
|
-
"name": "
|
|
3865
|
-
"declaration": {
|
|
3866
|
-
"name": "Accordion",
|
|
3867
|
-
"module": "src/accordion/accordion.ts"
|
|
3868
|
-
}
|
|
3869
|
-
},
|
|
3870
|
-
{
|
|
3871
|
-
"kind": "js",
|
|
3872
|
-
"name": "foundationAccordionShadowOptions",
|
|
3873
|
-
"declaration": {
|
|
3874
|
-
"name": "foundationAccordionShadowOptions",
|
|
3875
|
-
"module": "src/accordion/accordion.ts"
|
|
3876
|
-
}
|
|
3877
|
-
},
|
|
3878
|
-
{
|
|
3879
|
-
"kind": "js",
|
|
3880
|
-
"name": "defaultAccordionConfig",
|
|
3887
|
+
"name": "AiIndicator",
|
|
3881
3888
|
"declaration": {
|
|
3882
|
-
"name": "
|
|
3883
|
-
"module": "src/
|
|
3889
|
+
"name": "AiIndicator",
|
|
3890
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3884
3891
|
}
|
|
3885
3892
|
},
|
|
3886
3893
|
{
|
|
3887
3894
|
"kind": "js",
|
|
3888
|
-
"name": "
|
|
3895
|
+
"name": "foundationAiIndicator",
|
|
3889
3896
|
"declaration": {
|
|
3890
|
-
"name": "
|
|
3891
|
-
"module": "src/
|
|
3897
|
+
"name": "foundationAiIndicator",
|
|
3898
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3892
3899
|
}
|
|
3893
3900
|
}
|
|
3894
3901
|
]
|
|
3895
3902
|
},
|
|
3896
3903
|
{
|
|
3897
3904
|
"kind": "javascript-module",
|
|
3898
|
-
"path": "src/
|
|
3905
|
+
"path": "src/ai-indicator/index.ts",
|
|
3899
3906
|
"declarations": [],
|
|
3900
3907
|
"exports": [
|
|
3901
3908
|
{
|
|
3902
3909
|
"kind": "js",
|
|
3903
|
-
"name": "
|
|
3910
|
+
"name": "AiIndicator",
|
|
3904
3911
|
"declaration": {
|
|
3905
|
-
"name": "
|
|
3906
|
-
"
|
|
3912
|
+
"name": "AiIndicator",
|
|
3913
|
+
"module": "./ai-indicator"
|
|
3907
3914
|
}
|
|
3908
3915
|
},
|
|
3909
3916
|
{
|
|
3910
3917
|
"kind": "js",
|
|
3911
|
-
"name": "
|
|
3918
|
+
"name": "foundationAiIndicator",
|
|
3912
3919
|
"declaration": {
|
|
3913
|
-
"name": "
|
|
3914
|
-
"
|
|
3920
|
+
"name": "foundationAiIndicator",
|
|
3921
|
+
"module": "./ai-indicator"
|
|
3915
3922
|
}
|
|
3916
3923
|
},
|
|
3917
3924
|
{
|
|
3918
3925
|
"kind": "js",
|
|
3919
|
-
"name": "
|
|
3926
|
+
"name": "type",
|
|
3920
3927
|
"declaration": {
|
|
3921
|
-
"name": "
|
|
3922
|
-
"
|
|
3928
|
+
"name": "type",
|
|
3929
|
+
"module": "./ai-indicator"
|
|
3923
3930
|
}
|
|
3924
|
-
}
|
|
3925
|
-
]
|
|
3926
|
-
},
|
|
3927
|
-
{
|
|
3928
|
-
"kind": "javascript-module",
|
|
3929
|
-
"path": "src/_config/index.ts",
|
|
3930
|
-
"declarations": [],
|
|
3931
|
-
"exports": [
|
|
3931
|
+
},
|
|
3932
3932
|
{
|
|
3933
3933
|
"kind": "js",
|
|
3934
|
-
"name": "
|
|
3934
|
+
"name": "AIIndicatorState",
|
|
3935
3935
|
"declaration": {
|
|
3936
|
-
"name": "
|
|
3937
|
-
"
|
|
3936
|
+
"name": "AIIndicatorState",
|
|
3937
|
+
"module": "./ai-indicator"
|
|
3938
3938
|
}
|
|
3939
3939
|
},
|
|
3940
3940
|
{
|
|
3941
3941
|
"kind": "js",
|
|
3942
|
-
"name": "
|
|
3942
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3943
3943
|
"declaration": {
|
|
3944
|
-
"name": "
|
|
3945
|
-
"
|
|
3944
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3945
|
+
"module": "./ai-indicator.template"
|
|
3946
3946
|
}
|
|
3947
3947
|
},
|
|
3948
3948
|
{
|
|
3949
3949
|
"kind": "js",
|
|
3950
|
-
"name": "
|
|
3950
|
+
"name": "foundationAiIndicatorStyles",
|
|
3951
3951
|
"declaration": {
|
|
3952
|
-
"name": "
|
|
3953
|
-
"
|
|
3952
|
+
"name": "foundationAiIndicatorStyles",
|
|
3953
|
+
"module": "./ai-indicator.styles"
|
|
3954
3954
|
}
|
|
3955
3955
|
}
|
|
3956
3956
|
]
|
|
@@ -57711,197 +57711,6 @@
|
|
|
57711
57711
|
}
|
|
57712
57712
|
]
|
|
57713
57713
|
},
|
|
57714
|
-
{
|
|
57715
|
-
"kind": "javascript-module",
|
|
57716
|
-
"path": "src/ai-criteria-search/validation/criteria-ir.ts",
|
|
57717
|
-
"declarations": [],
|
|
57718
|
-
"exports": []
|
|
57719
|
-
},
|
|
57720
|
-
{
|
|
57721
|
-
"kind": "javascript-module",
|
|
57722
|
-
"path": "src/ai-criteria-search/validation/operator-map.ts",
|
|
57723
|
-
"declarations": [
|
|
57724
|
-
{
|
|
57725
|
-
"kind": "function",
|
|
57726
|
-
"name": "groupsToCriteria",
|
|
57727
|
-
"return": {
|
|
57728
|
-
"type": {
|
|
57729
|
-
"text": "string"
|
|
57730
|
-
}
|
|
57731
|
-
},
|
|
57732
|
-
"parameters": [
|
|
57733
|
-
{
|
|
57734
|
-
"name": "groups",
|
|
57735
|
-
"type": {
|
|
57736
|
-
"text": "CriteriaGroup[]"
|
|
57737
|
-
}
|
|
57738
|
-
}
|
|
57739
|
-
],
|
|
57740
|
-
"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."
|
|
57741
|
-
},
|
|
57742
|
-
{
|
|
57743
|
-
"kind": "variable",
|
|
57744
|
-
"name": "STRING_OPERATORS",
|
|
57745
|
-
"type": {
|
|
57746
|
-
"text": "CriteriaOperator[]"
|
|
57747
|
-
},
|
|
57748
|
-
"default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
|
|
57749
|
-
},
|
|
57750
|
-
{
|
|
57751
|
-
"kind": "variable",
|
|
57752
|
-
"name": "NUMERIC_OPERATORS",
|
|
57753
|
-
"type": {
|
|
57754
|
-
"text": "CriteriaOperator[]"
|
|
57755
|
-
},
|
|
57756
|
-
"default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
|
|
57757
|
-
},
|
|
57758
|
-
{
|
|
57759
|
-
"kind": "variable",
|
|
57760
|
-
"name": "DATE_OPERATORS",
|
|
57761
|
-
"type": {
|
|
57762
|
-
"text": "CriteriaOperator[]"
|
|
57763
|
-
},
|
|
57764
|
-
"default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
|
|
57765
|
-
},
|
|
57766
|
-
{
|
|
57767
|
-
"kind": "variable",
|
|
57768
|
-
"name": "DATETIME_OPERATORS",
|
|
57769
|
-
"type": {
|
|
57770
|
-
"text": "CriteriaOperator[]"
|
|
57771
|
-
},
|
|
57772
|
-
"default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
|
|
57773
|
-
},
|
|
57774
|
-
{
|
|
57775
|
-
"kind": "variable",
|
|
57776
|
-
"name": "OPERATOR_DISPLAY_LABEL",
|
|
57777
|
-
"type": {
|
|
57778
|
-
"text": "Record<CriteriaOperator, string>"
|
|
57779
|
-
},
|
|
57780
|
-
"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}"
|
|
57781
|
-
}
|
|
57782
|
-
],
|
|
57783
|
-
"exports": [
|
|
57784
|
-
{
|
|
57785
|
-
"kind": "js",
|
|
57786
|
-
"name": "groupsToCriteria",
|
|
57787
|
-
"declaration": {
|
|
57788
|
-
"name": "groupsToCriteria",
|
|
57789
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57790
|
-
}
|
|
57791
|
-
},
|
|
57792
|
-
{
|
|
57793
|
-
"kind": "js",
|
|
57794
|
-
"name": "STRING_OPERATORS",
|
|
57795
|
-
"declaration": {
|
|
57796
|
-
"name": "STRING_OPERATORS",
|
|
57797
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57798
|
-
}
|
|
57799
|
-
},
|
|
57800
|
-
{
|
|
57801
|
-
"kind": "js",
|
|
57802
|
-
"name": "NUMERIC_OPERATORS",
|
|
57803
|
-
"declaration": {
|
|
57804
|
-
"name": "NUMERIC_OPERATORS",
|
|
57805
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57806
|
-
}
|
|
57807
|
-
},
|
|
57808
|
-
{
|
|
57809
|
-
"kind": "js",
|
|
57810
|
-
"name": "DATE_OPERATORS",
|
|
57811
|
-
"declaration": {
|
|
57812
|
-
"name": "DATE_OPERATORS",
|
|
57813
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57814
|
-
}
|
|
57815
|
-
},
|
|
57816
|
-
{
|
|
57817
|
-
"kind": "js",
|
|
57818
|
-
"name": "DATETIME_OPERATORS",
|
|
57819
|
-
"declaration": {
|
|
57820
|
-
"name": "DATETIME_OPERATORS",
|
|
57821
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57822
|
-
}
|
|
57823
|
-
},
|
|
57824
|
-
{
|
|
57825
|
-
"kind": "js",
|
|
57826
|
-
"name": "OPERATOR_DISPLAY_LABEL",
|
|
57827
|
-
"declaration": {
|
|
57828
|
-
"name": "OPERATOR_DISPLAY_LABEL",
|
|
57829
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57830
|
-
}
|
|
57831
|
-
}
|
|
57832
|
-
]
|
|
57833
|
-
},
|
|
57834
|
-
{
|
|
57835
|
-
"kind": "javascript-module",
|
|
57836
|
-
"path": "src/ai-criteria-search/validation/schema-validator.ts",
|
|
57837
|
-
"declarations": [
|
|
57838
|
-
{
|
|
57839
|
-
"kind": "function",
|
|
57840
|
-
"name": "validateClauses",
|
|
57841
|
-
"return": {
|
|
57842
|
-
"type": {
|
|
57843
|
-
"text": "ValidationResult"
|
|
57844
|
-
}
|
|
57845
|
-
},
|
|
57846
|
-
"parameters": [
|
|
57847
|
-
{
|
|
57848
|
-
"name": "clauses",
|
|
57849
|
-
"type": {
|
|
57850
|
-
"text": "CriteriaClause[]"
|
|
57851
|
-
}
|
|
57852
|
-
},
|
|
57853
|
-
{
|
|
57854
|
-
"name": "fieldMetadata",
|
|
57855
|
-
"type": {
|
|
57856
|
-
"text": "MetadataDetail[] | string[]"
|
|
57857
|
-
}
|
|
57858
|
-
}
|
|
57859
|
-
]
|
|
57860
|
-
},
|
|
57861
|
-
{
|
|
57862
|
-
"kind": "function",
|
|
57863
|
-
"name": "validateGroups",
|
|
57864
|
-
"return": {
|
|
57865
|
-
"type": {
|
|
57866
|
-
"text": "GroupsValidationResult"
|
|
57867
|
-
}
|
|
57868
|
-
},
|
|
57869
|
-
"parameters": [
|
|
57870
|
-
{
|
|
57871
|
-
"name": "groups",
|
|
57872
|
-
"type": {
|
|
57873
|
-
"text": "CriteriaGroup[]"
|
|
57874
|
-
}
|
|
57875
|
-
},
|
|
57876
|
-
{
|
|
57877
|
-
"name": "fieldMetadata",
|
|
57878
|
-
"type": {
|
|
57879
|
-
"text": "MetadataDetail[] | string[]"
|
|
57880
|
-
}
|
|
57881
|
-
}
|
|
57882
|
-
],
|
|
57883
|
-
"description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
|
|
57884
|
-
}
|
|
57885
|
-
],
|
|
57886
|
-
"exports": [
|
|
57887
|
-
{
|
|
57888
|
-
"kind": "js",
|
|
57889
|
-
"name": "validateClauses",
|
|
57890
|
-
"declaration": {
|
|
57891
|
-
"name": "validateClauses",
|
|
57892
|
-
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
57893
|
-
}
|
|
57894
|
-
},
|
|
57895
|
-
{
|
|
57896
|
-
"kind": "js",
|
|
57897
|
-
"name": "validateGroups",
|
|
57898
|
-
"declaration": {
|
|
57899
|
-
"name": "validateGroups",
|
|
57900
|
-
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
57901
|
-
}
|
|
57902
|
-
}
|
|
57903
|
-
]
|
|
57904
|
-
},
|
|
57905
57714
|
{
|
|
57906
57715
|
"kind": "javascript-module",
|
|
57907
57716
|
"path": "src/_config/styles/colors.ts",
|
|
@@ -59274,6 +59083,197 @@
|
|
|
59274
59083
|
"declarations": [],
|
|
59275
59084
|
"exports": []
|
|
59276
59085
|
},
|
|
59086
|
+
{
|
|
59087
|
+
"kind": "javascript-module",
|
|
59088
|
+
"path": "src/ai-criteria-search/validation/criteria-ir.ts",
|
|
59089
|
+
"declarations": [],
|
|
59090
|
+
"exports": []
|
|
59091
|
+
},
|
|
59092
|
+
{
|
|
59093
|
+
"kind": "javascript-module",
|
|
59094
|
+
"path": "src/ai-criteria-search/validation/operator-map.ts",
|
|
59095
|
+
"declarations": [
|
|
59096
|
+
{
|
|
59097
|
+
"kind": "function",
|
|
59098
|
+
"name": "groupsToCriteria",
|
|
59099
|
+
"return": {
|
|
59100
|
+
"type": {
|
|
59101
|
+
"text": "string"
|
|
59102
|
+
}
|
|
59103
|
+
},
|
|
59104
|
+
"parameters": [
|
|
59105
|
+
{
|
|
59106
|
+
"name": "groups",
|
|
59107
|
+
"type": {
|
|
59108
|
+
"text": "CriteriaGroup[]"
|
|
59109
|
+
}
|
|
59110
|
+
}
|
|
59111
|
+
],
|
|
59112
|
+
"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."
|
|
59113
|
+
},
|
|
59114
|
+
{
|
|
59115
|
+
"kind": "variable",
|
|
59116
|
+
"name": "STRING_OPERATORS",
|
|
59117
|
+
"type": {
|
|
59118
|
+
"text": "CriteriaOperator[]"
|
|
59119
|
+
},
|
|
59120
|
+
"default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
|
|
59121
|
+
},
|
|
59122
|
+
{
|
|
59123
|
+
"kind": "variable",
|
|
59124
|
+
"name": "NUMERIC_OPERATORS",
|
|
59125
|
+
"type": {
|
|
59126
|
+
"text": "CriteriaOperator[]"
|
|
59127
|
+
},
|
|
59128
|
+
"default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
|
|
59129
|
+
},
|
|
59130
|
+
{
|
|
59131
|
+
"kind": "variable",
|
|
59132
|
+
"name": "DATE_OPERATORS",
|
|
59133
|
+
"type": {
|
|
59134
|
+
"text": "CriteriaOperator[]"
|
|
59135
|
+
},
|
|
59136
|
+
"default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
|
|
59137
|
+
},
|
|
59138
|
+
{
|
|
59139
|
+
"kind": "variable",
|
|
59140
|
+
"name": "DATETIME_OPERATORS",
|
|
59141
|
+
"type": {
|
|
59142
|
+
"text": "CriteriaOperator[]"
|
|
59143
|
+
},
|
|
59144
|
+
"default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
|
|
59145
|
+
},
|
|
59146
|
+
{
|
|
59147
|
+
"kind": "variable",
|
|
59148
|
+
"name": "OPERATOR_DISPLAY_LABEL",
|
|
59149
|
+
"type": {
|
|
59150
|
+
"text": "Record<CriteriaOperator, string>"
|
|
59151
|
+
},
|
|
59152
|
+
"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}"
|
|
59153
|
+
}
|
|
59154
|
+
],
|
|
59155
|
+
"exports": [
|
|
59156
|
+
{
|
|
59157
|
+
"kind": "js",
|
|
59158
|
+
"name": "groupsToCriteria",
|
|
59159
|
+
"declaration": {
|
|
59160
|
+
"name": "groupsToCriteria",
|
|
59161
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
59162
|
+
}
|
|
59163
|
+
},
|
|
59164
|
+
{
|
|
59165
|
+
"kind": "js",
|
|
59166
|
+
"name": "STRING_OPERATORS",
|
|
59167
|
+
"declaration": {
|
|
59168
|
+
"name": "STRING_OPERATORS",
|
|
59169
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
59170
|
+
}
|
|
59171
|
+
},
|
|
59172
|
+
{
|
|
59173
|
+
"kind": "js",
|
|
59174
|
+
"name": "NUMERIC_OPERATORS",
|
|
59175
|
+
"declaration": {
|
|
59176
|
+
"name": "NUMERIC_OPERATORS",
|
|
59177
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
59178
|
+
}
|
|
59179
|
+
},
|
|
59180
|
+
{
|
|
59181
|
+
"kind": "js",
|
|
59182
|
+
"name": "DATE_OPERATORS",
|
|
59183
|
+
"declaration": {
|
|
59184
|
+
"name": "DATE_OPERATORS",
|
|
59185
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
59186
|
+
}
|
|
59187
|
+
},
|
|
59188
|
+
{
|
|
59189
|
+
"kind": "js",
|
|
59190
|
+
"name": "DATETIME_OPERATORS",
|
|
59191
|
+
"declaration": {
|
|
59192
|
+
"name": "DATETIME_OPERATORS",
|
|
59193
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
59194
|
+
}
|
|
59195
|
+
},
|
|
59196
|
+
{
|
|
59197
|
+
"kind": "js",
|
|
59198
|
+
"name": "OPERATOR_DISPLAY_LABEL",
|
|
59199
|
+
"declaration": {
|
|
59200
|
+
"name": "OPERATOR_DISPLAY_LABEL",
|
|
59201
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
59202
|
+
}
|
|
59203
|
+
}
|
|
59204
|
+
]
|
|
59205
|
+
},
|
|
59206
|
+
{
|
|
59207
|
+
"kind": "javascript-module",
|
|
59208
|
+
"path": "src/ai-criteria-search/validation/schema-validator.ts",
|
|
59209
|
+
"declarations": [
|
|
59210
|
+
{
|
|
59211
|
+
"kind": "function",
|
|
59212
|
+
"name": "validateClauses",
|
|
59213
|
+
"return": {
|
|
59214
|
+
"type": {
|
|
59215
|
+
"text": "ValidationResult"
|
|
59216
|
+
}
|
|
59217
|
+
},
|
|
59218
|
+
"parameters": [
|
|
59219
|
+
{
|
|
59220
|
+
"name": "clauses",
|
|
59221
|
+
"type": {
|
|
59222
|
+
"text": "CriteriaClause[]"
|
|
59223
|
+
}
|
|
59224
|
+
},
|
|
59225
|
+
{
|
|
59226
|
+
"name": "fieldMetadata",
|
|
59227
|
+
"type": {
|
|
59228
|
+
"text": "MetadataDetail[] | string[]"
|
|
59229
|
+
}
|
|
59230
|
+
}
|
|
59231
|
+
]
|
|
59232
|
+
},
|
|
59233
|
+
{
|
|
59234
|
+
"kind": "function",
|
|
59235
|
+
"name": "validateGroups",
|
|
59236
|
+
"return": {
|
|
59237
|
+
"type": {
|
|
59238
|
+
"text": "GroupsValidationResult"
|
|
59239
|
+
}
|
|
59240
|
+
},
|
|
59241
|
+
"parameters": [
|
|
59242
|
+
{
|
|
59243
|
+
"name": "groups",
|
|
59244
|
+
"type": {
|
|
59245
|
+
"text": "CriteriaGroup[]"
|
|
59246
|
+
}
|
|
59247
|
+
},
|
|
59248
|
+
{
|
|
59249
|
+
"name": "fieldMetadata",
|
|
59250
|
+
"type": {
|
|
59251
|
+
"text": "MetadataDetail[] | string[]"
|
|
59252
|
+
}
|
|
59253
|
+
}
|
|
59254
|
+
],
|
|
59255
|
+
"description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
|
|
59256
|
+
}
|
|
59257
|
+
],
|
|
59258
|
+
"exports": [
|
|
59259
|
+
{
|
|
59260
|
+
"kind": "js",
|
|
59261
|
+
"name": "validateClauses",
|
|
59262
|
+
"declaration": {
|
|
59263
|
+
"name": "validateClauses",
|
|
59264
|
+
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
59265
|
+
}
|
|
59266
|
+
},
|
|
59267
|
+
{
|
|
59268
|
+
"kind": "js",
|
|
59269
|
+
"name": "validateGroups",
|
|
59270
|
+
"declaration": {
|
|
59271
|
+
"name": "validateGroups",
|
|
59272
|
+
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
59273
|
+
}
|
|
59274
|
+
}
|
|
59275
|
+
]
|
|
59276
|
+
},
|
|
59277
59277
|
{
|
|
59278
59278
|
"kind": "javascript-module",
|
|
59279
59279
|
"path": "src/environment-indicator/utils/configure.ts",
|