@genesislcap/foundation-ui 14.430.2-FUI-2528.3 → 14.430.2-FUI-2528.4
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 +1874 -1874
- package/dist/dts/react.d.ts +24 -24
- package/dist/react.cjs +18 -18
- package/dist/react.mjs +15 -15
- package/package.json +19 -19
|
@@ -1400,11 +1400,11 @@
|
|
|
1400
1400
|
},
|
|
1401
1401
|
{
|
|
1402
1402
|
"kind": "javascript-module",
|
|
1403
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
1403
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1404
1404
|
"declarations": [
|
|
1405
1405
|
{
|
|
1406
1406
|
"kind": "function",
|
|
1407
|
-
"name": "
|
|
1407
|
+
"name": "foundationAccordionItemStyles",
|
|
1408
1408
|
"return": {
|
|
1409
1409
|
"type": {
|
|
1410
1410
|
"text": "ElementStyles"
|
|
@@ -1429,24 +1429,24 @@
|
|
|
1429
1429
|
"exports": [
|
|
1430
1430
|
{
|
|
1431
1431
|
"kind": "js",
|
|
1432
|
-
"name": "
|
|
1432
|
+
"name": "foundationAccordionItemStyles",
|
|
1433
1433
|
"declaration": {
|
|
1434
|
-
"name": "
|
|
1435
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
1434
|
+
"name": "foundationAccordionItemStyles",
|
|
1435
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1436
1436
|
}
|
|
1437
1437
|
}
|
|
1438
1438
|
]
|
|
1439
1439
|
},
|
|
1440
1440
|
{
|
|
1441
1441
|
"kind": "javascript-module",
|
|
1442
|
-
"path": "src/accordion/accordion.template.ts",
|
|
1442
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1443
1443
|
"declarations": [
|
|
1444
1444
|
{
|
|
1445
1445
|
"kind": "function",
|
|
1446
|
-
"name": "
|
|
1446
|
+
"name": "foundationAccordionItemTemplate",
|
|
1447
1447
|
"return": {
|
|
1448
1448
|
"type": {
|
|
1449
|
-
"text": "ViewTemplate<
|
|
1449
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1450
1450
|
}
|
|
1451
1451
|
},
|
|
1452
1452
|
"parameters": [
|
|
@@ -1468,237 +1468,116 @@
|
|
|
1468
1468
|
"exports": [
|
|
1469
1469
|
{
|
|
1470
1470
|
"kind": "js",
|
|
1471
|
-
"name": "
|
|
1471
|
+
"name": "foundationAccordionItemTemplate",
|
|
1472
1472
|
"declaration": {
|
|
1473
|
-
"name": "
|
|
1474
|
-
"module": "src/accordion/accordion.template.ts"
|
|
1473
|
+
"name": "foundationAccordionItemTemplate",
|
|
1474
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1475
1475
|
}
|
|
1476
1476
|
}
|
|
1477
1477
|
]
|
|
1478
1478
|
},
|
|
1479
1479
|
{
|
|
1480
1480
|
"kind": "javascript-module",
|
|
1481
|
-
"path": "src/accordion/accordion.ts",
|
|
1481
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1482
1482
|
"declarations": [
|
|
1483
1483
|
{
|
|
1484
1484
|
"kind": "class",
|
|
1485
1485
|
"description": "",
|
|
1486
|
-
"name": "
|
|
1486
|
+
"name": "AccordionItem",
|
|
1487
1487
|
"superclass": {
|
|
1488
|
-
"name": "
|
|
1489
|
-
"package": "@microsoft/fast-
|
|
1488
|
+
"name": "FASTAccordionItem",
|
|
1489
|
+
"package": "@microsoft/fast-components"
|
|
1490
1490
|
},
|
|
1491
|
-
"tagName": "%%prefix%%-accordion",
|
|
1491
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
1492
1492
|
"customElement": true,
|
|
1493
1493
|
"attributes": [
|
|
1494
1494
|
{
|
|
1495
|
-
"name": "
|
|
1496
|
-
"type": {
|
|
1497
|
-
"text": "AccordionExpandMode"
|
|
1498
|
-
},
|
|
1499
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1500
|
-
"fieldName": "expandmode",
|
|
1501
|
-
"inheritedFrom": {
|
|
1502
|
-
"name": "Accordion",
|
|
1503
|
-
"module": "src/accordion/accordion.ts"
|
|
1504
|
-
}
|
|
1505
|
-
}
|
|
1506
|
-
],
|
|
1507
|
-
"members": [
|
|
1508
|
-
{
|
|
1509
|
-
"kind": "field",
|
|
1510
|
-
"name": "expandmode",
|
|
1495
|
+
"name": "heading-level",
|
|
1511
1496
|
"type": {
|
|
1512
|
-
"text": "
|
|
1497
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1513
1498
|
},
|
|
1514
|
-
"
|
|
1515
|
-
"description": "
|
|
1499
|
+
"default": "2",
|
|
1500
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1501
|
+
"fieldName": "headinglevel",
|
|
1516
1502
|
"inheritedFrom": {
|
|
1517
|
-
"name": "
|
|
1518
|
-
"module": "src/accordion/accordion.ts"
|
|
1503
|
+
"name": "AccordionItem",
|
|
1504
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1519
1505
|
}
|
|
1520
1506
|
},
|
|
1521
1507
|
{
|
|
1522
|
-
"kind": "field",
|
|
1523
|
-
"name": "activeid",
|
|
1524
1508
|
"type": {
|
|
1525
|
-
"text": "
|
|
1509
|
+
"text": "boolean"
|
|
1526
1510
|
},
|
|
1527
|
-
"
|
|
1511
|
+
"default": "false",
|
|
1512
|
+
"description": "Expands or collapses the item.",
|
|
1513
|
+
"fieldName": "expanded",
|
|
1528
1514
|
"inheritedFrom": {
|
|
1529
|
-
"name": "
|
|
1530
|
-
"module": "src/accordion/accordion.ts"
|
|
1515
|
+
"name": "AccordionItem",
|
|
1516
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1531
1517
|
}
|
|
1532
1518
|
},
|
|
1533
1519
|
{
|
|
1534
|
-
"
|
|
1535
|
-
"name": "activeItemIndex",
|
|
1520
|
+
"name": "id",
|
|
1536
1521
|
"type": {
|
|
1537
|
-
"text": "
|
|
1522
|
+
"text": "string"
|
|
1538
1523
|
},
|
|
1539
|
-
"
|
|
1540
|
-
"
|
|
1524
|
+
"description": "The item ID",
|
|
1525
|
+
"fieldName": "id",
|
|
1541
1526
|
"inheritedFrom": {
|
|
1542
|
-
"name": "
|
|
1543
|
-
"module": "src/accordion/accordion.ts"
|
|
1527
|
+
"name": "AccordionItem",
|
|
1528
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1544
1529
|
}
|
|
1545
|
-
}
|
|
1530
|
+
}
|
|
1531
|
+
],
|
|
1532
|
+
"members": [
|
|
1546
1533
|
{
|
|
1547
1534
|
"kind": "field",
|
|
1548
|
-
"name": "
|
|
1535
|
+
"name": "headinglevel",
|
|
1549
1536
|
"type": {
|
|
1550
|
-
"text": "
|
|
1551
|
-
},
|
|
1552
|
-
"privacy": "private",
|
|
1553
|
-
"inheritedFrom": {
|
|
1554
|
-
"name": "Accordion",
|
|
1555
|
-
"module": "src/accordion/accordion.ts"
|
|
1556
|
-
}
|
|
1557
|
-
},
|
|
1558
|
-
{
|
|
1559
|
-
"kind": "field",
|
|
1560
|
-
"name": "change",
|
|
1561
|
-
"privacy": "private",
|
|
1562
|
-
"inheritedFrom": {
|
|
1563
|
-
"name": "Accordion",
|
|
1564
|
-
"module": "src/accordion/accordion.ts"
|
|
1565
|
-
}
|
|
1566
|
-
},
|
|
1567
|
-
{
|
|
1568
|
-
"kind": "method",
|
|
1569
|
-
"name": "findExpandedItem",
|
|
1570
|
-
"privacy": "private",
|
|
1571
|
-
"return": {
|
|
1572
|
-
"type": {
|
|
1573
|
-
"text": "AccordionItem | null"
|
|
1574
|
-
}
|
|
1537
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1575
1538
|
},
|
|
1539
|
+
"privacy": "public",
|
|
1540
|
+
"default": "2",
|
|
1541
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1576
1542
|
"inheritedFrom": {
|
|
1577
|
-
"name": "
|
|
1578
|
-
"module": "src/accordion/accordion.ts"
|
|
1543
|
+
"name": "AccordionItem",
|
|
1544
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1579
1545
|
}
|
|
1580
1546
|
},
|
|
1581
1547
|
{
|
|
1582
1548
|
"kind": "field",
|
|
1583
|
-
"name": "
|
|
1584
|
-
"
|
|
1585
|
-
|
|
1586
|
-
"name": "Accordion",
|
|
1587
|
-
"module": "src/accordion/accordion.ts"
|
|
1588
|
-
}
|
|
1589
|
-
},
|
|
1590
|
-
{
|
|
1591
|
-
"kind": "method",
|
|
1592
|
-
"name": "resetItems",
|
|
1593
|
-
"privacy": "private",
|
|
1594
|
-
"return": {
|
|
1595
|
-
"type": {
|
|
1596
|
-
"text": "void"
|
|
1597
|
-
}
|
|
1549
|
+
"name": "expanded",
|
|
1550
|
+
"type": {
|
|
1551
|
+
"text": "boolean"
|
|
1598
1552
|
},
|
|
1553
|
+
"privacy": "public",
|
|
1554
|
+
"default": "false",
|
|
1555
|
+
"description": "Expands or collapses the item.",
|
|
1599
1556
|
"inheritedFrom": {
|
|
1600
|
-
"name": "
|
|
1601
|
-
"module": "src/accordion/accordion.ts"
|
|
1602
|
-
}
|
|
1603
|
-
},
|
|
1604
|
-
{
|
|
1605
|
-
"kind": "field",
|
|
1606
|
-
"name": "removeItemListeners",
|
|
1607
|
-
"privacy": "private",
|
|
1608
|
-
"inheritedFrom": {
|
|
1609
|
-
"name": "Accordion",
|
|
1610
|
-
"module": "src/accordion/accordion.ts"
|
|
1557
|
+
"name": "AccordionItem",
|
|
1558
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1611
1559
|
}
|
|
1612
1560
|
},
|
|
1613
1561
|
{
|
|
1614
1562
|
"kind": "field",
|
|
1615
|
-
"name": "
|
|
1616
|
-
"
|
|
1617
|
-
|
|
1618
|
-
"name": "Accordion",
|
|
1619
|
-
"module": "src/accordion/accordion.ts"
|
|
1620
|
-
}
|
|
1621
|
-
},
|
|
1622
|
-
{
|
|
1623
|
-
"kind": "method",
|
|
1624
|
-
"name": "getItemIds",
|
|
1625
|
-
"privacy": "private",
|
|
1626
|
-
"return": {
|
|
1627
|
-
"type": {
|
|
1628
|
-
"text": "Array<string | null>"
|
|
1629
|
-
}
|
|
1630
|
-
},
|
|
1631
|
-
"inheritedFrom": {
|
|
1632
|
-
"name": "Accordion",
|
|
1633
|
-
"module": "src/accordion/accordion.ts"
|
|
1634
|
-
}
|
|
1635
|
-
},
|
|
1636
|
-
{
|
|
1637
|
-
"kind": "method",
|
|
1638
|
-
"name": "isSingleExpandMode",
|
|
1639
|
-
"privacy": "private",
|
|
1640
|
-
"return": {
|
|
1641
|
-
"type": {
|
|
1642
|
-
"text": "boolean"
|
|
1643
|
-
}
|
|
1563
|
+
"name": "id",
|
|
1564
|
+
"type": {
|
|
1565
|
+
"text": "string"
|
|
1644
1566
|
},
|
|
1567
|
+
"privacy": "public",
|
|
1568
|
+
"description": "The item ID",
|
|
1645
1569
|
"inheritedFrom": {
|
|
1646
|
-
"name": "
|
|
1647
|
-
"module": "src/accordion/accordion.ts"
|
|
1648
|
-
}
|
|
1649
|
-
},
|
|
1650
|
-
{
|
|
1651
|
-
"kind": "field",
|
|
1652
|
-
"name": "handleItemKeyDown",
|
|
1653
|
-
"privacy": "private",
|
|
1654
|
-
"inheritedFrom": {
|
|
1655
|
-
"name": "Accordion",
|
|
1656
|
-
"module": "src/accordion/accordion.ts"
|
|
1570
|
+
"name": "AccordionItem",
|
|
1571
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1657
1572
|
}
|
|
1658
1573
|
},
|
|
1659
1574
|
{
|
|
1660
1575
|
"kind": "field",
|
|
1661
|
-
"name": "
|
|
1662
|
-
"privacy": "private",
|
|
1663
|
-
"inheritedFrom": {
|
|
1664
|
-
"name": "Accordion",
|
|
1665
|
-
"module": "src/accordion/accordion.ts"
|
|
1666
|
-
}
|
|
1667
|
-
},
|
|
1668
|
-
{
|
|
1669
|
-
"kind": "method",
|
|
1670
|
-
"name": "adjust",
|
|
1671
|
-
"privacy": "private",
|
|
1672
|
-
"return": {
|
|
1673
|
-
"type": {
|
|
1674
|
-
"text": "void"
|
|
1675
|
-
}
|
|
1676
|
-
},
|
|
1677
|
-
"parameters": [
|
|
1678
|
-
{
|
|
1679
|
-
"name": "adjustment",
|
|
1680
|
-
"type": {
|
|
1681
|
-
"text": "number"
|
|
1682
|
-
}
|
|
1683
|
-
}
|
|
1684
|
-
],
|
|
1685
|
-
"inheritedFrom": {
|
|
1686
|
-
"name": "Accordion",
|
|
1687
|
-
"module": "src/accordion/accordion.ts"
|
|
1688
|
-
}
|
|
1689
|
-
},
|
|
1690
|
-
{
|
|
1691
|
-
"kind": "method",
|
|
1692
|
-
"name": "focusItem",
|
|
1576
|
+
"name": "change",
|
|
1693
1577
|
"privacy": "private",
|
|
1694
|
-
"return": {
|
|
1695
|
-
"type": {
|
|
1696
|
-
"text": "void"
|
|
1697
|
-
}
|
|
1698
|
-
},
|
|
1699
1578
|
"inheritedFrom": {
|
|
1700
|
-
"name": "
|
|
1701
|
-
"module": "src/accordion/accordion.ts"
|
|
1579
|
+
"name": "AccordionItem",
|
|
1580
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1702
1581
|
}
|
|
1703
1582
|
},
|
|
1704
1583
|
{
|
|
@@ -1815,18 +1694,18 @@
|
|
|
1815
1694
|
],
|
|
1816
1695
|
"events": [
|
|
1817
1696
|
{
|
|
1818
|
-
"description": "Fires a custom 'change' event when the
|
|
1697
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1819
1698
|
"name": "change",
|
|
1820
1699
|
"inheritedFrom": {
|
|
1821
|
-
"name": "
|
|
1822
|
-
"module": "src/accordion/accordion.ts"
|
|
1700
|
+
"name": "AccordionItem",
|
|
1701
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1823
1702
|
}
|
|
1824
1703
|
}
|
|
1825
1704
|
]
|
|
1826
1705
|
},
|
|
1827
1706
|
{
|
|
1828
1707
|
"kind": "variable",
|
|
1829
|
-
"name": "
|
|
1708
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1830
1709
|
"type": {
|
|
1831
1710
|
"text": "ShadowRootInit"
|
|
1832
1711
|
},
|
|
@@ -1834,57 +1713,57 @@
|
|
|
1834
1713
|
},
|
|
1835
1714
|
{
|
|
1836
1715
|
"kind": "variable",
|
|
1837
|
-
"name": "
|
|
1716
|
+
"name": "defaultAccordionItemConfig",
|
|
1838
1717
|
"type": {
|
|
1839
1718
|
"text": "object"
|
|
1840
1719
|
},
|
|
1841
|
-
"default": "{}"
|
|
1720
|
+
"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}"
|
|
1842
1721
|
},
|
|
1843
1722
|
{
|
|
1844
1723
|
"kind": "variable",
|
|
1845
|
-
"name": "
|
|
1846
|
-
"description": "The Foundation Accordion",
|
|
1724
|
+
"name": "foundationAccordionItem",
|
|
1725
|
+
"description": "The Foundation Accordion Item",
|
|
1847
1726
|
"privacy": "public"
|
|
1848
1727
|
}
|
|
1849
1728
|
],
|
|
1850
1729
|
"exports": [
|
|
1851
1730
|
{
|
|
1852
1731
|
"kind": "js",
|
|
1853
|
-
"name": "
|
|
1732
|
+
"name": "AccordionItem",
|
|
1854
1733
|
"declaration": {
|
|
1855
|
-
"name": "
|
|
1856
|
-
"module": "src/accordion/accordion.ts"
|
|
1734
|
+
"name": "AccordionItem",
|
|
1735
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1857
1736
|
}
|
|
1858
1737
|
},
|
|
1859
1738
|
{
|
|
1860
1739
|
"kind": "js",
|
|
1861
|
-
"name": "
|
|
1740
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1862
1741
|
"declaration": {
|
|
1863
|
-
"name": "
|
|
1864
|
-
"module": "src/accordion/accordion.ts"
|
|
1742
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1743
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1865
1744
|
}
|
|
1866
1745
|
},
|
|
1867
1746
|
{
|
|
1868
1747
|
"kind": "js",
|
|
1869
|
-
"name": "
|
|
1748
|
+
"name": "defaultAccordionItemConfig",
|
|
1870
1749
|
"declaration": {
|
|
1871
|
-
"name": "
|
|
1872
|
-
"module": "src/accordion/accordion.ts"
|
|
1750
|
+
"name": "defaultAccordionItemConfig",
|
|
1751
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1873
1752
|
}
|
|
1874
1753
|
},
|
|
1875
1754
|
{
|
|
1876
1755
|
"kind": "js",
|
|
1877
|
-
"name": "
|
|
1756
|
+
"name": "foundationAccordionItem",
|
|
1878
1757
|
"declaration": {
|
|
1879
|
-
"name": "
|
|
1880
|
-
"module": "src/accordion/accordion.ts"
|
|
1758
|
+
"name": "foundationAccordionItem",
|
|
1759
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1881
1760
|
}
|
|
1882
1761
|
}
|
|
1883
1762
|
]
|
|
1884
1763
|
},
|
|
1885
1764
|
{
|
|
1886
1765
|
"kind": "javascript-module",
|
|
1887
|
-
"path": "src/accordion/index.ts",
|
|
1766
|
+
"path": "src/accordion-item/index.ts",
|
|
1888
1767
|
"declarations": [],
|
|
1889
1768
|
"exports": [
|
|
1890
1769
|
{
|
|
@@ -1892,7 +1771,7 @@
|
|
|
1892
1771
|
"name": "*",
|
|
1893
1772
|
"declaration": {
|
|
1894
1773
|
"name": "*",
|
|
1895
|
-
"package": "./accordion.template"
|
|
1774
|
+
"package": "./accordion-item.template"
|
|
1896
1775
|
}
|
|
1897
1776
|
},
|
|
1898
1777
|
{
|
|
@@ -1900,7 +1779,7 @@
|
|
|
1900
1779
|
"name": "*",
|
|
1901
1780
|
"declaration": {
|
|
1902
1781
|
"name": "*",
|
|
1903
|
-
"package": "./accordion.styles"
|
|
1782
|
+
"package": "./accordion-item.styles"
|
|
1904
1783
|
}
|
|
1905
1784
|
},
|
|
1906
1785
|
{
|
|
@@ -1908,18 +1787,41 @@
|
|
|
1908
1787
|
"name": "*",
|
|
1909
1788
|
"declaration": {
|
|
1910
1789
|
"name": "*",
|
|
1911
|
-
"package": "./accordion"
|
|
1790
|
+
"package": "./accordion-item"
|
|
1912
1791
|
}
|
|
1913
1792
|
}
|
|
1914
1793
|
]
|
|
1915
1794
|
},
|
|
1916
1795
|
{
|
|
1917
1796
|
"kind": "javascript-module",
|
|
1918
|
-
"path": "src/
|
|
1797
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1919
1798
|
"declarations": [
|
|
1920
1799
|
{
|
|
1921
1800
|
"kind": "function",
|
|
1922
|
-
"name": "
|
|
1801
|
+
"name": "actionsMenuBaseStyles",
|
|
1802
|
+
"return": {
|
|
1803
|
+
"type": {
|
|
1804
|
+
"text": "ElementStyles"
|
|
1805
|
+
}
|
|
1806
|
+
},
|
|
1807
|
+
"parameters": [
|
|
1808
|
+
{
|
|
1809
|
+
"name": "context",
|
|
1810
|
+
"type": {
|
|
1811
|
+
"text": "ElementDefinitionContext"
|
|
1812
|
+
}
|
|
1813
|
+
},
|
|
1814
|
+
{
|
|
1815
|
+
"name": "definition",
|
|
1816
|
+
"type": {
|
|
1817
|
+
"text": "FoundationElementDefinition"
|
|
1818
|
+
}
|
|
1819
|
+
}
|
|
1820
|
+
]
|
|
1821
|
+
},
|
|
1822
|
+
{
|
|
1823
|
+
"kind": "function",
|
|
1824
|
+
"name": "foundationActionsMenuStyles",
|
|
1923
1825
|
"return": {
|
|
1924
1826
|
"type": {
|
|
1925
1827
|
"text": "ElementStyles"
|
|
@@ -1944,578 +1846,161 @@
|
|
|
1944
1846
|
"exports": [
|
|
1945
1847
|
{
|
|
1946
1848
|
"kind": "js",
|
|
1947
|
-
"name": "
|
|
1849
|
+
"name": "actionsMenuBaseStyles",
|
|
1948
1850
|
"declaration": {
|
|
1949
|
-
"name": "
|
|
1950
|
-
"module": "src/
|
|
1851
|
+
"name": "actionsMenuBaseStyles",
|
|
1852
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1853
|
+
}
|
|
1854
|
+
},
|
|
1855
|
+
{
|
|
1856
|
+
"kind": "js",
|
|
1857
|
+
"name": "foundationActionsMenuStyles",
|
|
1858
|
+
"declaration": {
|
|
1859
|
+
"name": "foundationActionsMenuStyles",
|
|
1860
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1951
1861
|
}
|
|
1952
1862
|
}
|
|
1953
1863
|
]
|
|
1954
1864
|
},
|
|
1955
1865
|
{
|
|
1956
1866
|
"kind": "javascript-module",
|
|
1957
|
-
"path": "src/
|
|
1867
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1958
1868
|
"declarations": [
|
|
1959
1869
|
{
|
|
1960
1870
|
"kind": "function",
|
|
1961
|
-
"name": "
|
|
1962
|
-
"return": {
|
|
1963
|
-
"type": {
|
|
1964
|
-
"text": "ViewTemplate<AccordionItem>"
|
|
1965
|
-
}
|
|
1966
|
-
},
|
|
1871
|
+
"name": "menuTemplate",
|
|
1967
1872
|
"parameters": [
|
|
1968
1873
|
{
|
|
1969
|
-
"name": "
|
|
1874
|
+
"name": "prefix",
|
|
1970
1875
|
"type": {
|
|
1971
|
-
"text": "
|
|
1876
|
+
"text": "string"
|
|
1972
1877
|
}
|
|
1973
|
-
}
|
|
1878
|
+
}
|
|
1879
|
+
]
|
|
1880
|
+
},
|
|
1881
|
+
{
|
|
1882
|
+
"kind": "function",
|
|
1883
|
+
"name": "singleOptionTemplate",
|
|
1884
|
+
"parameters": [
|
|
1974
1885
|
{
|
|
1975
|
-
"name": "
|
|
1886
|
+
"name": "prefix",
|
|
1976
1887
|
"type": {
|
|
1977
|
-
"text": "
|
|
1888
|
+
"text": "string"
|
|
1978
1889
|
}
|
|
1979
1890
|
}
|
|
1980
1891
|
]
|
|
1892
|
+
},
|
|
1893
|
+
{
|
|
1894
|
+
"kind": "variable",
|
|
1895
|
+
"name": "foundationActionsMenuTemplate",
|
|
1896
|
+
"type": {
|
|
1897
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
1898
|
+
},
|
|
1899
|
+
"default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
|
|
1981
1900
|
}
|
|
1982
1901
|
],
|
|
1983
1902
|
"exports": [
|
|
1984
1903
|
{
|
|
1985
1904
|
"kind": "js",
|
|
1986
|
-
"name": "
|
|
1905
|
+
"name": "menuTemplate",
|
|
1987
1906
|
"declaration": {
|
|
1988
|
-
"name": "
|
|
1989
|
-
"module": "src/
|
|
1907
|
+
"name": "menuTemplate",
|
|
1908
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1909
|
+
}
|
|
1910
|
+
},
|
|
1911
|
+
{
|
|
1912
|
+
"kind": "js",
|
|
1913
|
+
"name": "singleOptionTemplate",
|
|
1914
|
+
"declaration": {
|
|
1915
|
+
"name": "singleOptionTemplate",
|
|
1916
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1917
|
+
}
|
|
1918
|
+
},
|
|
1919
|
+
{
|
|
1920
|
+
"kind": "js",
|
|
1921
|
+
"name": "foundationActionsMenuTemplate",
|
|
1922
|
+
"declaration": {
|
|
1923
|
+
"name": "foundationActionsMenuTemplate",
|
|
1924
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1990
1925
|
}
|
|
1991
1926
|
}
|
|
1992
1927
|
]
|
|
1993
1928
|
},
|
|
1994
1929
|
{
|
|
1995
1930
|
"kind": "javascript-module",
|
|
1996
|
-
"path": "src/
|
|
1931
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
1997
1932
|
"declarations": [
|
|
1998
1933
|
{
|
|
1999
1934
|
"kind": "class",
|
|
2000
1935
|
"description": "",
|
|
2001
|
-
"name": "
|
|
2002
|
-
"
|
|
2003
|
-
"name": "FASTAccordionItem",
|
|
2004
|
-
"package": "@microsoft/fast-components"
|
|
2005
|
-
},
|
|
2006
|
-
"tagName": "%%prefix%%-accordion-item",
|
|
2007
|
-
"customElement": true,
|
|
2008
|
-
"attributes": [
|
|
1936
|
+
"name": "ActionsMenu",
|
|
1937
|
+
"members": [
|
|
2009
1938
|
{
|
|
2010
|
-
"
|
|
1939
|
+
"kind": "field",
|
|
1940
|
+
"name": "actions",
|
|
2011
1941
|
"type": {
|
|
2012
|
-
"text": "
|
|
2013
|
-
},
|
|
2014
|
-
"default": "2",
|
|
2015
|
-
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
2016
|
-
"fieldName": "headinglevel",
|
|
2017
|
-
"inheritedFrom": {
|
|
2018
|
-
"name": "AccordionItem",
|
|
2019
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1942
|
+
"text": "ActionMenuItem[]"
|
|
2020
1943
|
}
|
|
2021
1944
|
},
|
|
2022
1945
|
{
|
|
1946
|
+
"kind": "field",
|
|
1947
|
+
"name": "isVertical",
|
|
2023
1948
|
"type": {
|
|
2024
1949
|
"text": "boolean"
|
|
2025
1950
|
},
|
|
2026
|
-
"default": "false"
|
|
2027
|
-
"description": "Expands or collapses the item.",
|
|
2028
|
-
"fieldName": "expanded",
|
|
2029
|
-
"inheritedFrom": {
|
|
2030
|
-
"name": "AccordionItem",
|
|
2031
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2032
|
-
}
|
|
1951
|
+
"default": "false"
|
|
2033
1952
|
},
|
|
2034
|
-
{
|
|
2035
|
-
"name": "id",
|
|
2036
|
-
"type": {
|
|
2037
|
-
"text": "string"
|
|
2038
|
-
},
|
|
2039
|
-
"description": "The item ID",
|
|
2040
|
-
"fieldName": "id",
|
|
2041
|
-
"inheritedFrom": {
|
|
2042
|
-
"name": "AccordionItem",
|
|
2043
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2044
|
-
}
|
|
2045
|
-
}
|
|
2046
|
-
],
|
|
2047
|
-
"members": [
|
|
2048
1953
|
{
|
|
2049
1954
|
"kind": "field",
|
|
2050
|
-
"name": "
|
|
1955
|
+
"name": "addDefaultActions",
|
|
2051
1956
|
"type": {
|
|
2052
|
-
"text": "
|
|
1957
|
+
"text": "boolean"
|
|
2053
1958
|
},
|
|
2054
|
-
"
|
|
2055
|
-
"default": "2",
|
|
2056
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
2057
|
-
"inheritedFrom": {
|
|
2058
|
-
"name": "AccordionItem",
|
|
2059
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2060
|
-
}
|
|
1959
|
+
"default": "true"
|
|
2061
1960
|
},
|
|
2062
1961
|
{
|
|
2063
1962
|
"kind": "field",
|
|
2064
|
-
"name": "
|
|
1963
|
+
"name": "autoCloseOnAction",
|
|
2065
1964
|
"type": {
|
|
2066
1965
|
"text": "boolean"
|
|
2067
1966
|
},
|
|
2068
|
-
"
|
|
2069
|
-
"default": "false",
|
|
2070
|
-
"description": "Expands or collapses the item.",
|
|
2071
|
-
"inheritedFrom": {
|
|
2072
|
-
"name": "AccordionItem",
|
|
2073
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2074
|
-
}
|
|
1967
|
+
"default": "true"
|
|
2075
1968
|
},
|
|
2076
1969
|
{
|
|
2077
1970
|
"kind": "field",
|
|
2078
|
-
"name": "
|
|
1971
|
+
"name": "classNames",
|
|
2079
1972
|
"type": {
|
|
2080
1973
|
"text": "string"
|
|
2081
|
-
},
|
|
2082
|
-
"privacy": "public",
|
|
2083
|
-
"description": "The item ID",
|
|
2084
|
-
"inheritedFrom": {
|
|
2085
|
-
"name": "AccordionItem",
|
|
2086
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2087
1974
|
}
|
|
2088
1975
|
},
|
|
2089
1976
|
{
|
|
2090
1977
|
"kind": "field",
|
|
2091
|
-
"name": "
|
|
2092
|
-
"
|
|
2093
|
-
|
|
2094
|
-
"name": "AccordionItem",
|
|
2095
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1978
|
+
"name": "definition",
|
|
1979
|
+
"type": {
|
|
1980
|
+
"text": "any"
|
|
2096
1981
|
}
|
|
2097
1982
|
},
|
|
2098
1983
|
{
|
|
2099
1984
|
"kind": "field",
|
|
2100
|
-
"name": "
|
|
1985
|
+
"name": "name",
|
|
2101
1986
|
"type": {
|
|
2102
|
-
"text": "
|
|
1987
|
+
"text": "string"
|
|
2103
1988
|
},
|
|
2104
|
-
"
|
|
2105
|
-
"default": "void 0",
|
|
2106
|
-
"inheritedFrom": {
|
|
2107
|
-
"name": "FoundationElement",
|
|
2108
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2109
|
-
}
|
|
1989
|
+
"default": "'Actions'"
|
|
2110
1990
|
},
|
|
2111
1991
|
{
|
|
2112
1992
|
"kind": "field",
|
|
2113
|
-
"name": "
|
|
1993
|
+
"name": "open",
|
|
2114
1994
|
"type": {
|
|
2115
|
-
"text": "
|
|
1995
|
+
"text": "boolean"
|
|
2116
1996
|
},
|
|
2117
|
-
"
|
|
2118
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2119
|
-
"inheritedFrom": {
|
|
2120
|
-
"name": "FoundationElement",
|
|
2121
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2122
|
-
}
|
|
1997
|
+
"default": "false"
|
|
2123
1998
|
},
|
|
2124
1999
|
{
|
|
2125
2000
|
"kind": "field",
|
|
2126
|
-
"name": "
|
|
2001
|
+
"name": "buttonAppearance",
|
|
2127
2002
|
"type": {
|
|
2128
|
-
"text": "
|
|
2129
|
-
},
|
|
2130
|
-
"privacy": "public",
|
|
2131
|
-
"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.",
|
|
2132
|
-
"inheritedFrom": {
|
|
2133
|
-
"name": "FoundationElement",
|
|
2134
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2135
|
-
}
|
|
2136
|
-
},
|
|
2137
|
-
{
|
|
2138
|
-
"kind": "method",
|
|
2139
|
-
"name": "templateChanged",
|
|
2140
|
-
"privacy": "protected",
|
|
2141
|
-
"return": {
|
|
2142
|
-
"type": {
|
|
2143
|
-
"text": "void"
|
|
2144
|
-
}
|
|
2145
|
-
},
|
|
2146
|
-
"inheritedFrom": {
|
|
2147
|
-
"name": "FoundationElement",
|
|
2148
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2149
|
-
}
|
|
2150
|
-
},
|
|
2151
|
-
{
|
|
2152
|
-
"kind": "field",
|
|
2153
|
-
"name": "styles",
|
|
2154
|
-
"type": {
|
|
2155
|
-
"text": "ElementStyles | void | null"
|
|
2156
|
-
},
|
|
2157
|
-
"privacy": "public",
|
|
2158
|
-
"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.",
|
|
2159
|
-
"inheritedFrom": {
|
|
2160
|
-
"name": "FoundationElement",
|
|
2161
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2162
|
-
}
|
|
2163
|
-
},
|
|
2164
|
-
{
|
|
2165
|
-
"kind": "method",
|
|
2166
|
-
"name": "stylesChanged",
|
|
2167
|
-
"privacy": "protected",
|
|
2168
|
-
"return": {
|
|
2169
|
-
"type": {
|
|
2170
|
-
"text": "void"
|
|
2171
|
-
}
|
|
2172
|
-
},
|
|
2173
|
-
"inheritedFrom": {
|
|
2174
|
-
"name": "FoundationElement",
|
|
2175
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2176
|
-
}
|
|
2177
|
-
},
|
|
2178
|
-
{
|
|
2179
|
-
"kind": "method",
|
|
2180
|
-
"name": "compose",
|
|
2181
|
-
"privacy": "public",
|
|
2182
|
-
"static": true,
|
|
2183
|
-
"return": {
|
|
2184
|
-
"type": {
|
|
2185
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2186
|
-
}
|
|
2187
|
-
},
|
|
2188
|
-
"parameters": [
|
|
2189
|
-
{
|
|
2190
|
-
"name": "this",
|
|
2191
|
-
"type": {
|
|
2192
|
-
"text": "K"
|
|
2193
|
-
}
|
|
2194
|
-
},
|
|
2195
|
-
{
|
|
2196
|
-
"name": "elementDefinition",
|
|
2197
|
-
"type": {
|
|
2198
|
-
"text": "T"
|
|
2199
|
-
},
|
|
2200
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
2201
|
-
}
|
|
2202
|
-
],
|
|
2203
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2204
|
-
"inheritedFrom": {
|
|
2205
|
-
"name": "FoundationElement",
|
|
2206
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2207
|
-
}
|
|
2208
|
-
}
|
|
2209
|
-
],
|
|
2210
|
-
"events": [
|
|
2211
|
-
{
|
|
2212
|
-
"description": "Fires a custom 'change' event when the button is invoked",
|
|
2213
|
-
"name": "change",
|
|
2214
|
-
"inheritedFrom": {
|
|
2215
|
-
"name": "AccordionItem",
|
|
2216
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2217
|
-
}
|
|
2218
|
-
}
|
|
2219
|
-
]
|
|
2220
|
-
},
|
|
2221
|
-
{
|
|
2222
|
-
"kind": "variable",
|
|
2223
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
2224
|
-
"type": {
|
|
2225
|
-
"text": "ShadowRootInit"
|
|
2226
|
-
},
|
|
2227
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2228
|
-
},
|
|
2229
|
-
{
|
|
2230
|
-
"kind": "variable",
|
|
2231
|
-
"name": "defaultAccordionItemConfig",
|
|
2232
|
-
"type": {
|
|
2233
|
-
"text": "object"
|
|
2234
|
-
},
|
|
2235
|
-
"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}"
|
|
2236
|
-
},
|
|
2237
|
-
{
|
|
2238
|
-
"kind": "variable",
|
|
2239
|
-
"name": "foundationAccordionItem",
|
|
2240
|
-
"description": "The Foundation Accordion Item",
|
|
2241
|
-
"privacy": "public"
|
|
2242
|
-
}
|
|
2243
|
-
],
|
|
2244
|
-
"exports": [
|
|
2245
|
-
{
|
|
2246
|
-
"kind": "js",
|
|
2247
|
-
"name": "AccordionItem",
|
|
2248
|
-
"declaration": {
|
|
2249
|
-
"name": "AccordionItem",
|
|
2250
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2251
|
-
}
|
|
2252
|
-
},
|
|
2253
|
-
{
|
|
2254
|
-
"kind": "js",
|
|
2255
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
2256
|
-
"declaration": {
|
|
2257
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
2258
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2259
|
-
}
|
|
2260
|
-
},
|
|
2261
|
-
{
|
|
2262
|
-
"kind": "js",
|
|
2263
|
-
"name": "defaultAccordionItemConfig",
|
|
2264
|
-
"declaration": {
|
|
2265
|
-
"name": "defaultAccordionItemConfig",
|
|
2266
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2267
|
-
}
|
|
2268
|
-
},
|
|
2269
|
-
{
|
|
2270
|
-
"kind": "js",
|
|
2271
|
-
"name": "foundationAccordionItem",
|
|
2272
|
-
"declaration": {
|
|
2273
|
-
"name": "foundationAccordionItem",
|
|
2274
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2275
|
-
}
|
|
2276
|
-
}
|
|
2277
|
-
]
|
|
2278
|
-
},
|
|
2279
|
-
{
|
|
2280
|
-
"kind": "javascript-module",
|
|
2281
|
-
"path": "src/accordion-item/index.ts",
|
|
2282
|
-
"declarations": [],
|
|
2283
|
-
"exports": [
|
|
2284
|
-
{
|
|
2285
|
-
"kind": "js",
|
|
2286
|
-
"name": "*",
|
|
2287
|
-
"declaration": {
|
|
2288
|
-
"name": "*",
|
|
2289
|
-
"package": "./accordion-item.template"
|
|
2290
|
-
}
|
|
2291
|
-
},
|
|
2292
|
-
{
|
|
2293
|
-
"kind": "js",
|
|
2294
|
-
"name": "*",
|
|
2295
|
-
"declaration": {
|
|
2296
|
-
"name": "*",
|
|
2297
|
-
"package": "./accordion-item.styles"
|
|
2298
|
-
}
|
|
2299
|
-
},
|
|
2300
|
-
{
|
|
2301
|
-
"kind": "js",
|
|
2302
|
-
"name": "*",
|
|
2303
|
-
"declaration": {
|
|
2304
|
-
"name": "*",
|
|
2305
|
-
"package": "./accordion-item"
|
|
2306
|
-
}
|
|
2307
|
-
}
|
|
2308
|
-
]
|
|
2309
|
-
},
|
|
2310
|
-
{
|
|
2311
|
-
"kind": "javascript-module",
|
|
2312
|
-
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
2313
|
-
"declarations": [
|
|
2314
|
-
{
|
|
2315
|
-
"kind": "function",
|
|
2316
|
-
"name": "actionsMenuBaseStyles",
|
|
2317
|
-
"return": {
|
|
2318
|
-
"type": {
|
|
2319
|
-
"text": "ElementStyles"
|
|
2320
|
-
}
|
|
2321
|
-
},
|
|
2322
|
-
"parameters": [
|
|
2323
|
-
{
|
|
2324
|
-
"name": "context",
|
|
2325
|
-
"type": {
|
|
2326
|
-
"text": "ElementDefinitionContext"
|
|
2327
|
-
}
|
|
2328
|
-
},
|
|
2329
|
-
{
|
|
2330
|
-
"name": "definition",
|
|
2331
|
-
"type": {
|
|
2332
|
-
"text": "FoundationElementDefinition"
|
|
2333
|
-
}
|
|
2334
|
-
}
|
|
2335
|
-
]
|
|
2336
|
-
},
|
|
2337
|
-
{
|
|
2338
|
-
"kind": "function",
|
|
2339
|
-
"name": "foundationActionsMenuStyles",
|
|
2340
|
-
"return": {
|
|
2341
|
-
"type": {
|
|
2342
|
-
"text": "ElementStyles"
|
|
2343
|
-
}
|
|
2344
|
-
},
|
|
2345
|
-
"parameters": [
|
|
2346
|
-
{
|
|
2347
|
-
"name": "context",
|
|
2348
|
-
"type": {
|
|
2349
|
-
"text": "ElementDefinitionContext"
|
|
2350
|
-
}
|
|
2351
|
-
},
|
|
2352
|
-
{
|
|
2353
|
-
"name": "definition",
|
|
2354
|
-
"type": {
|
|
2355
|
-
"text": "FoundationElementDefinition"
|
|
2356
|
-
}
|
|
2357
|
-
}
|
|
2358
|
-
]
|
|
2359
|
-
}
|
|
2360
|
-
],
|
|
2361
|
-
"exports": [
|
|
2362
|
-
{
|
|
2363
|
-
"kind": "js",
|
|
2364
|
-
"name": "actionsMenuBaseStyles",
|
|
2365
|
-
"declaration": {
|
|
2366
|
-
"name": "actionsMenuBaseStyles",
|
|
2367
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2368
|
-
}
|
|
2369
|
-
},
|
|
2370
|
-
{
|
|
2371
|
-
"kind": "js",
|
|
2372
|
-
"name": "foundationActionsMenuStyles",
|
|
2373
|
-
"declaration": {
|
|
2374
|
-
"name": "foundationActionsMenuStyles",
|
|
2375
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2376
|
-
}
|
|
2377
|
-
}
|
|
2378
|
-
]
|
|
2379
|
-
},
|
|
2380
|
-
{
|
|
2381
|
-
"kind": "javascript-module",
|
|
2382
|
-
"path": "src/actions-menu/actions-menu.template.ts",
|
|
2383
|
-
"declarations": [
|
|
2384
|
-
{
|
|
2385
|
-
"kind": "function",
|
|
2386
|
-
"name": "menuTemplate",
|
|
2387
|
-
"parameters": [
|
|
2388
|
-
{
|
|
2389
|
-
"name": "prefix",
|
|
2390
|
-
"type": {
|
|
2391
|
-
"text": "string"
|
|
2392
|
-
}
|
|
2393
|
-
}
|
|
2394
|
-
]
|
|
2395
|
-
},
|
|
2396
|
-
{
|
|
2397
|
-
"kind": "function",
|
|
2398
|
-
"name": "singleOptionTemplate",
|
|
2399
|
-
"parameters": [
|
|
2400
|
-
{
|
|
2401
|
-
"name": "prefix",
|
|
2402
|
-
"type": {
|
|
2403
|
-
"text": "string"
|
|
2404
|
-
}
|
|
2405
|
-
}
|
|
2406
|
-
]
|
|
2407
|
-
},
|
|
2408
|
-
{
|
|
2409
|
-
"kind": "variable",
|
|
2410
|
-
"name": "foundationActionsMenuTemplate",
|
|
2411
|
-
"type": {
|
|
2412
|
-
"text": "ViewTemplate<ActionsMenu>"
|
|
2413
|
-
},
|
|
2414
|
-
"default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
|
|
2415
|
-
}
|
|
2416
|
-
],
|
|
2417
|
-
"exports": [
|
|
2418
|
-
{
|
|
2419
|
-
"kind": "js",
|
|
2420
|
-
"name": "menuTemplate",
|
|
2421
|
-
"declaration": {
|
|
2422
|
-
"name": "menuTemplate",
|
|
2423
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2424
|
-
}
|
|
2425
|
-
},
|
|
2426
|
-
{
|
|
2427
|
-
"kind": "js",
|
|
2428
|
-
"name": "singleOptionTemplate",
|
|
2429
|
-
"declaration": {
|
|
2430
|
-
"name": "singleOptionTemplate",
|
|
2431
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2432
|
-
}
|
|
2433
|
-
},
|
|
2434
|
-
{
|
|
2435
|
-
"kind": "js",
|
|
2436
|
-
"name": "foundationActionsMenuTemplate",
|
|
2437
|
-
"declaration": {
|
|
2438
|
-
"name": "foundationActionsMenuTemplate",
|
|
2439
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2440
|
-
}
|
|
2441
|
-
}
|
|
2442
|
-
]
|
|
2443
|
-
},
|
|
2444
|
-
{
|
|
2445
|
-
"kind": "javascript-module",
|
|
2446
|
-
"path": "src/actions-menu/actions-menu.ts",
|
|
2447
|
-
"declarations": [
|
|
2448
|
-
{
|
|
2449
|
-
"kind": "class",
|
|
2450
|
-
"description": "",
|
|
2451
|
-
"name": "ActionsMenu",
|
|
2452
|
-
"members": [
|
|
2453
|
-
{
|
|
2454
|
-
"kind": "field",
|
|
2455
|
-
"name": "actions",
|
|
2456
|
-
"type": {
|
|
2457
|
-
"text": "ActionMenuItem[]"
|
|
2458
|
-
}
|
|
2459
|
-
},
|
|
2460
|
-
{
|
|
2461
|
-
"kind": "field",
|
|
2462
|
-
"name": "isVertical",
|
|
2463
|
-
"type": {
|
|
2464
|
-
"text": "boolean"
|
|
2465
|
-
},
|
|
2466
|
-
"default": "false"
|
|
2467
|
-
},
|
|
2468
|
-
{
|
|
2469
|
-
"kind": "field",
|
|
2470
|
-
"name": "addDefaultActions",
|
|
2471
|
-
"type": {
|
|
2472
|
-
"text": "boolean"
|
|
2473
|
-
},
|
|
2474
|
-
"default": "true"
|
|
2475
|
-
},
|
|
2476
|
-
{
|
|
2477
|
-
"kind": "field",
|
|
2478
|
-
"name": "autoCloseOnAction",
|
|
2479
|
-
"type": {
|
|
2480
|
-
"text": "boolean"
|
|
2481
|
-
},
|
|
2482
|
-
"default": "true"
|
|
2483
|
-
},
|
|
2484
|
-
{
|
|
2485
|
-
"kind": "field",
|
|
2486
|
-
"name": "classNames",
|
|
2487
|
-
"type": {
|
|
2488
|
-
"text": "string"
|
|
2489
|
-
}
|
|
2490
|
-
},
|
|
2491
|
-
{
|
|
2492
|
-
"kind": "field",
|
|
2493
|
-
"name": "definition",
|
|
2494
|
-
"type": {
|
|
2495
|
-
"text": "any"
|
|
2496
|
-
}
|
|
2497
|
-
},
|
|
2498
|
-
{
|
|
2499
|
-
"kind": "field",
|
|
2500
|
-
"name": "name",
|
|
2501
|
-
"type": {
|
|
2502
|
-
"text": "string"
|
|
2503
|
-
},
|
|
2504
|
-
"default": "'Actions'"
|
|
2505
|
-
},
|
|
2506
|
-
{
|
|
2507
|
-
"kind": "field",
|
|
2508
|
-
"name": "open",
|
|
2509
|
-
"type": {
|
|
2510
|
-
"text": "boolean"
|
|
2511
|
-
},
|
|
2512
|
-
"default": "false"
|
|
2513
|
-
},
|
|
2514
|
-
{
|
|
2515
|
-
"kind": "field",
|
|
2516
|
-
"name": "buttonAppearance",
|
|
2517
|
-
"type": {
|
|
2518
|
-
"text": "string"
|
|
2003
|
+
"text": "string"
|
|
2519
2004
|
}
|
|
2520
2005
|
},
|
|
2521
2006
|
{
|
|
@@ -2868,106 +2353,57 @@
|
|
|
2868
2353
|
},
|
|
2869
2354
|
{
|
|
2870
2355
|
"kind": "javascript-module",
|
|
2871
|
-
"path": "src/
|
|
2872
|
-
"declarations": [],
|
|
2873
|
-
"exports": [
|
|
2874
|
-
{
|
|
2875
|
-
"kind": "js",
|
|
2876
|
-
"name": "*",
|
|
2877
|
-
"declaration": {
|
|
2878
|
-
"name": "*",
|
|
2879
|
-
"package": "./styles"
|
|
2880
|
-
}
|
|
2881
|
-
},
|
|
2882
|
-
{
|
|
2883
|
-
"kind": "js",
|
|
2884
|
-
"name": "*",
|
|
2885
|
-
"declaration": {
|
|
2886
|
-
"name": "*",
|
|
2887
|
-
"package": "./tokens"
|
|
2888
|
-
}
|
|
2889
|
-
},
|
|
2890
|
-
{
|
|
2891
|
-
"kind": "js",
|
|
2892
|
-
"name": "*",
|
|
2893
|
-
"declaration": {
|
|
2894
|
-
"name": "*",
|
|
2895
|
-
"package": "./values"
|
|
2896
|
-
}
|
|
2897
|
-
}
|
|
2898
|
-
]
|
|
2899
|
-
},
|
|
2900
|
-
{
|
|
2901
|
-
"kind": "javascript-module",
|
|
2902
|
-
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
2356
|
+
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
2903
2357
|
"declarations": [
|
|
2904
2358
|
{
|
|
2905
|
-
"kind": "
|
|
2906
|
-
"name": "
|
|
2907
|
-
"
|
|
2908
|
-
"type": {
|
|
2909
|
-
"text": "ElementStyles"
|
|
2910
|
-
}
|
|
2911
|
-
},
|
|
2912
|
-
"parameters": [
|
|
2913
|
-
{
|
|
2914
|
-
"name": "context",
|
|
2915
|
-
"type": {
|
|
2916
|
-
"text": "ElementDefinitionContext"
|
|
2917
|
-
}
|
|
2918
|
-
},
|
|
2919
|
-
{
|
|
2920
|
-
"name": "definition",
|
|
2921
|
-
"type": {
|
|
2922
|
-
"text": "FoundationElementDefinition"
|
|
2923
|
-
}
|
|
2924
|
-
}
|
|
2925
|
-
]
|
|
2359
|
+
"kind": "variable",
|
|
2360
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2361
|
+
"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`"
|
|
2926
2362
|
}
|
|
2927
2363
|
],
|
|
2928
2364
|
"exports": [
|
|
2929
2365
|
{
|
|
2930
2366
|
"kind": "js",
|
|
2931
|
-
"name": "
|
|
2367
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2932
2368
|
"declaration": {
|
|
2933
|
-
"name": "
|
|
2934
|
-
"module": "src/ai-
|
|
2369
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2370
|
+
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
2935
2371
|
}
|
|
2936
2372
|
}
|
|
2937
2373
|
]
|
|
2938
2374
|
},
|
|
2939
2375
|
{
|
|
2940
2376
|
"kind": "javascript-module",
|
|
2941
|
-
"path": "src/ai-
|
|
2377
|
+
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
2942
2378
|
"declarations": [
|
|
2943
2379
|
{
|
|
2944
2380
|
"kind": "variable",
|
|
2945
|
-
"name": "
|
|
2381
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2946
2382
|
"type": {
|
|
2947
|
-
"text": "ViewTemplate<
|
|
2383
|
+
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
2948
2384
|
},
|
|
2949
|
-
"default": "html`\n ${(x) =>
|
|
2385
|
+
"default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
|
|
2950
2386
|
}
|
|
2951
2387
|
],
|
|
2952
2388
|
"exports": [
|
|
2953
2389
|
{
|
|
2954
2390
|
"kind": "js",
|
|
2955
|
-
"name": "
|
|
2391
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2956
2392
|
"declaration": {
|
|
2957
|
-
"name": "
|
|
2958
|
-
"module": "src/ai-
|
|
2393
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2394
|
+
"module": "src/ai-criteria-search/ai-criteria-search.template.ts"
|
|
2959
2395
|
}
|
|
2960
2396
|
}
|
|
2961
2397
|
]
|
|
2962
2398
|
},
|
|
2963
2399
|
{
|
|
2964
2400
|
"kind": "javascript-module",
|
|
2965
|
-
"path": "src/ai-
|
|
2401
|
+
"path": "src/ai-criteria-search/ai-criteria-search.ts",
|
|
2966
2402
|
"declarations": [
|
|
2967
2403
|
{
|
|
2968
2404
|
"kind": "class",
|
|
2969
|
-
"description": "",
|
|
2970
|
-
"name": "
|
|
2405
|
+
"description": "Natural-language criteria search input with AI interpretation.",
|
|
2406
|
+
"name": "AiCriteriaSearch",
|
|
2971
2407
|
"members": [
|
|
2972
2408
|
{
|
|
2973
2409
|
"kind": "field",
|
|
@@ -2978,31 +2414,30 @@
|
|
|
2978
2414
|
},
|
|
2979
2415
|
{
|
|
2980
2416
|
"kind": "field",
|
|
2981
|
-
"name": "
|
|
2417
|
+
"name": "placeholder",
|
|
2982
2418
|
"type": {
|
|
2983
|
-
"text": "
|
|
2419
|
+
"text": "string"
|
|
2984
2420
|
},
|
|
2985
|
-
"default": "
|
|
2421
|
+
"default": "'Describe your search criteria in natural language...'"
|
|
2986
2422
|
},
|
|
2987
2423
|
{
|
|
2988
2424
|
"kind": "field",
|
|
2989
|
-
"name": "
|
|
2425
|
+
"name": "disabled",
|
|
2990
2426
|
"type": {
|
|
2991
2427
|
"text": "boolean"
|
|
2992
|
-
}
|
|
2993
|
-
"default": "false"
|
|
2428
|
+
}
|
|
2994
2429
|
},
|
|
2995
2430
|
{
|
|
2996
2431
|
"kind": "field",
|
|
2997
|
-
"name": "
|
|
2432
|
+
"name": "inputValue",
|
|
2998
2433
|
"type": {
|
|
2999
|
-
"text": "
|
|
2434
|
+
"text": "string"
|
|
3000
2435
|
},
|
|
3001
|
-
"default": "'
|
|
2436
|
+
"default": "''"
|
|
3002
2437
|
},
|
|
3003
2438
|
{
|
|
3004
2439
|
"kind": "field",
|
|
3005
|
-
"name": "
|
|
2440
|
+
"name": "isInterpreting",
|
|
3006
2441
|
"type": {
|
|
3007
2442
|
"text": "boolean"
|
|
3008
2443
|
},
|
|
@@ -3010,463 +2445,43 @@
|
|
|
3010
2445
|
},
|
|
3011
2446
|
{
|
|
3012
2447
|
"kind": "field",
|
|
3013
|
-
"name": "
|
|
2448
|
+
"name": "lastValidCriteria",
|
|
3014
2449
|
"type": {
|
|
3015
|
-
"text": "
|
|
2450
|
+
"text": "string | null"
|
|
3016
2451
|
},
|
|
3017
|
-
"privacy": "private",
|
|
3018
2452
|
"default": "null"
|
|
3019
2453
|
},
|
|
3020
2454
|
{
|
|
3021
2455
|
"kind": "field",
|
|
3022
|
-
"name": "
|
|
3023
|
-
"
|
|
2456
|
+
"name": "activeGroups",
|
|
2457
|
+
"type": {
|
|
2458
|
+
"text": "CriteriaGroup[]"
|
|
2459
|
+
},
|
|
2460
|
+
"default": "[]"
|
|
3024
2461
|
},
|
|
3025
2462
|
{
|
|
3026
2463
|
"kind": "field",
|
|
3027
|
-
"name": "
|
|
2464
|
+
"name": "showingChips",
|
|
3028
2465
|
"type": {
|
|
3029
|
-
"text": "
|
|
2466
|
+
"text": "boolean"
|
|
3030
2467
|
},
|
|
3031
|
-
"
|
|
2468
|
+
"default": "false"
|
|
3032
2469
|
},
|
|
3033
2470
|
{
|
|
3034
2471
|
"kind": "field",
|
|
3035
|
-
"name": "
|
|
2472
|
+
"name": "fieldMetadata",
|
|
3036
2473
|
"type": {
|
|
3037
|
-
"text": "
|
|
2474
|
+
"text": "MetadataDetail[] | string[]"
|
|
3038
2475
|
},
|
|
3039
|
-
"
|
|
2476
|
+
"default": "[]"
|
|
3040
2477
|
},
|
|
3041
2478
|
{
|
|
3042
2479
|
"kind": "field",
|
|
3043
|
-
"name": "
|
|
2480
|
+
"name": "isRecording",
|
|
3044
2481
|
"type": {
|
|
3045
2482
|
"text": "boolean"
|
|
3046
2483
|
},
|
|
3047
|
-
"
|
|
3048
|
-
},
|
|
3049
|
-
{
|
|
3050
|
-
"kind": "method",
|
|
3051
|
-
"name": "openChanged",
|
|
3052
|
-
"return": {
|
|
3053
|
-
"type": {
|
|
3054
|
-
"text": "void"
|
|
3055
|
-
}
|
|
3056
|
-
}
|
|
3057
|
-
},
|
|
3058
|
-
{
|
|
3059
|
-
"kind": "method",
|
|
3060
|
-
"name": "handleClickOutside",
|
|
3061
|
-
"privacy": "private",
|
|
3062
|
-
"parameters": [
|
|
3063
|
-
{
|
|
3064
|
-
"name": "event",
|
|
3065
|
-
"type": {
|
|
3066
|
-
"text": "MouseEvent"
|
|
3067
|
-
}
|
|
3068
|
-
}
|
|
3069
|
-
]
|
|
3070
|
-
},
|
|
3071
|
-
{
|
|
3072
|
-
"kind": "method",
|
|
3073
|
-
"name": "toggleDropdown"
|
|
3074
|
-
},
|
|
3075
|
-
{
|
|
3076
|
-
"kind": "method",
|
|
3077
|
-
"name": "refreshStatus",
|
|
3078
|
-
"return": {
|
|
3079
|
-
"type": {
|
|
3080
|
-
"text": "Promise<void>"
|
|
3081
|
-
}
|
|
3082
|
-
}
|
|
3083
|
-
},
|
|
3084
|
-
{
|
|
3085
|
-
"kind": "method",
|
|
3086
|
-
"name": "deriveState",
|
|
3087
|
-
"privacy": "private",
|
|
3088
|
-
"return": {
|
|
3089
|
-
"type": {
|
|
3090
|
-
"text": "AIIndicatorState"
|
|
3091
|
-
}
|
|
3092
|
-
},
|
|
3093
|
-
"parameters": [
|
|
3094
|
-
{
|
|
3095
|
-
"name": "s",
|
|
3096
|
-
"type": {
|
|
3097
|
-
"text": "AIStatus | null"
|
|
3098
|
-
}
|
|
3099
|
-
}
|
|
3100
|
-
]
|
|
3101
|
-
},
|
|
3102
|
-
{
|
|
3103
|
-
"kind": "method",
|
|
3104
|
-
"name": "maybeStartPolling",
|
|
3105
|
-
"privacy": "private",
|
|
3106
|
-
"return": {
|
|
3107
|
-
"type": {
|
|
3108
|
-
"text": "void"
|
|
3109
|
-
}
|
|
3110
|
-
}
|
|
3111
|
-
},
|
|
3112
|
-
{
|
|
3113
|
-
"kind": "method",
|
|
3114
|
-
"name": "startPolling",
|
|
3115
|
-
"privacy": "private",
|
|
3116
|
-
"return": {
|
|
3117
|
-
"type": {
|
|
3118
|
-
"text": "void"
|
|
3119
|
-
}
|
|
3120
|
-
}
|
|
3121
|
-
},
|
|
3122
|
-
{
|
|
3123
|
-
"kind": "method",
|
|
3124
|
-
"name": "stopPolling",
|
|
3125
|
-
"privacy": "private",
|
|
3126
|
-
"return": {
|
|
3127
|
-
"type": {
|
|
3128
|
-
"text": "void"
|
|
3129
|
-
}
|
|
3130
|
-
}
|
|
3131
|
-
},
|
|
3132
|
-
{
|
|
3133
|
-
"kind": "method",
|
|
3134
|
-
"name": "onInstall",
|
|
3135
|
-
"return": {
|
|
3136
|
-
"type": {
|
|
3137
|
-
"text": "Promise<void>"
|
|
3138
|
-
}
|
|
3139
|
-
}
|
|
3140
|
-
},
|
|
3141
|
-
{
|
|
3142
|
-
"kind": "field",
|
|
3143
|
-
"name": "_presentation",
|
|
3144
|
-
"type": {
|
|
3145
|
-
"text": "ComponentPresentation | null | undefined"
|
|
3146
|
-
},
|
|
3147
|
-
"privacy": "private",
|
|
3148
|
-
"default": "void 0",
|
|
3149
|
-
"inheritedFrom": {
|
|
3150
|
-
"name": "FoundationElement",
|
|
3151
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3152
|
-
}
|
|
3153
|
-
},
|
|
3154
|
-
{
|
|
3155
|
-
"kind": "field",
|
|
3156
|
-
"name": "$presentation",
|
|
3157
|
-
"type": {
|
|
3158
|
-
"text": "ComponentPresentation | null"
|
|
3159
|
-
},
|
|
3160
|
-
"privacy": "public",
|
|
3161
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3162
|
-
"inheritedFrom": {
|
|
3163
|
-
"name": "FoundationElement",
|
|
3164
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3165
|
-
}
|
|
3166
|
-
},
|
|
3167
|
-
{
|
|
3168
|
-
"kind": "field",
|
|
3169
|
-
"name": "template",
|
|
3170
|
-
"type": {
|
|
3171
|
-
"text": "ElementViewTemplate | void | null"
|
|
3172
|
-
},
|
|
3173
|
-
"privacy": "public",
|
|
3174
|
-
"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.",
|
|
3175
|
-
"inheritedFrom": {
|
|
3176
|
-
"name": "FoundationElement",
|
|
3177
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3178
|
-
}
|
|
3179
|
-
},
|
|
3180
|
-
{
|
|
3181
|
-
"kind": "method",
|
|
3182
|
-
"name": "templateChanged",
|
|
3183
|
-
"privacy": "protected",
|
|
3184
|
-
"return": {
|
|
3185
|
-
"type": {
|
|
3186
|
-
"text": "void"
|
|
3187
|
-
}
|
|
3188
|
-
},
|
|
3189
|
-
"inheritedFrom": {
|
|
3190
|
-
"name": "FoundationElement",
|
|
3191
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3192
|
-
}
|
|
3193
|
-
},
|
|
3194
|
-
{
|
|
3195
|
-
"kind": "field",
|
|
3196
|
-
"name": "styles",
|
|
3197
|
-
"type": {
|
|
3198
|
-
"text": "ElementStyles | void | null"
|
|
3199
|
-
},
|
|
3200
|
-
"privacy": "public",
|
|
3201
|
-
"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.",
|
|
3202
|
-
"inheritedFrom": {
|
|
3203
|
-
"name": "FoundationElement",
|
|
3204
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3205
|
-
}
|
|
3206
|
-
},
|
|
3207
|
-
{
|
|
3208
|
-
"kind": "method",
|
|
3209
|
-
"name": "stylesChanged",
|
|
3210
|
-
"privacy": "protected",
|
|
3211
|
-
"return": {
|
|
3212
|
-
"type": {
|
|
3213
|
-
"text": "void"
|
|
3214
|
-
}
|
|
3215
|
-
},
|
|
3216
|
-
"inheritedFrom": {
|
|
3217
|
-
"name": "FoundationElement",
|
|
3218
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3219
|
-
}
|
|
3220
|
-
},
|
|
3221
|
-
{
|
|
3222
|
-
"kind": "method",
|
|
3223
|
-
"name": "compose",
|
|
3224
|
-
"privacy": "public",
|
|
3225
|
-
"static": true,
|
|
3226
|
-
"return": {
|
|
3227
|
-
"type": {
|
|
3228
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3229
|
-
}
|
|
3230
|
-
},
|
|
3231
|
-
"parameters": [
|
|
3232
|
-
{
|
|
3233
|
-
"name": "this",
|
|
3234
|
-
"type": {
|
|
3235
|
-
"text": "K"
|
|
3236
|
-
}
|
|
3237
|
-
},
|
|
3238
|
-
{
|
|
3239
|
-
"name": "elementDefinition",
|
|
3240
|
-
"type": {
|
|
3241
|
-
"text": "T"
|
|
3242
|
-
},
|
|
3243
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
3244
|
-
}
|
|
3245
|
-
],
|
|
3246
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3247
|
-
"inheritedFrom": {
|
|
3248
|
-
"name": "FoundationElement",
|
|
3249
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3250
|
-
}
|
|
3251
|
-
}
|
|
3252
|
-
],
|
|
3253
|
-
"superclass": {
|
|
3254
|
-
"name": "FoundationElement",
|
|
3255
|
-
"package": "@microsoft/fast-foundation"
|
|
3256
|
-
},
|
|
3257
|
-
"tagName": "%%prefix%%-ai-indicator",
|
|
3258
|
-
"customElement": true
|
|
3259
|
-
},
|
|
3260
|
-
{
|
|
3261
|
-
"kind": "variable",
|
|
3262
|
-
"name": "foundationAiIndicator"
|
|
3263
|
-
}
|
|
3264
|
-
],
|
|
3265
|
-
"exports": [
|
|
3266
|
-
{
|
|
3267
|
-
"kind": "js",
|
|
3268
|
-
"name": "AiIndicator",
|
|
3269
|
-
"declaration": {
|
|
3270
|
-
"name": "AiIndicator",
|
|
3271
|
-
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3272
|
-
}
|
|
3273
|
-
},
|
|
3274
|
-
{
|
|
3275
|
-
"kind": "js",
|
|
3276
|
-
"name": "foundationAiIndicator",
|
|
3277
|
-
"declaration": {
|
|
3278
|
-
"name": "foundationAiIndicator",
|
|
3279
|
-
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3280
|
-
}
|
|
3281
|
-
}
|
|
3282
|
-
]
|
|
3283
|
-
},
|
|
3284
|
-
{
|
|
3285
|
-
"kind": "javascript-module",
|
|
3286
|
-
"path": "src/ai-indicator/index.ts",
|
|
3287
|
-
"declarations": [],
|
|
3288
|
-
"exports": [
|
|
3289
|
-
{
|
|
3290
|
-
"kind": "js",
|
|
3291
|
-
"name": "AiIndicator",
|
|
3292
|
-
"declaration": {
|
|
3293
|
-
"name": "AiIndicator",
|
|
3294
|
-
"module": "./ai-indicator"
|
|
3295
|
-
}
|
|
3296
|
-
},
|
|
3297
|
-
{
|
|
3298
|
-
"kind": "js",
|
|
3299
|
-
"name": "foundationAiIndicator",
|
|
3300
|
-
"declaration": {
|
|
3301
|
-
"name": "foundationAiIndicator",
|
|
3302
|
-
"module": "./ai-indicator"
|
|
3303
|
-
}
|
|
3304
|
-
},
|
|
3305
|
-
{
|
|
3306
|
-
"kind": "js",
|
|
3307
|
-
"name": "type",
|
|
3308
|
-
"declaration": {
|
|
3309
|
-
"name": "type",
|
|
3310
|
-
"module": "./ai-indicator"
|
|
3311
|
-
}
|
|
3312
|
-
},
|
|
3313
|
-
{
|
|
3314
|
-
"kind": "js",
|
|
3315
|
-
"name": "AIIndicatorState",
|
|
3316
|
-
"declaration": {
|
|
3317
|
-
"name": "AIIndicatorState",
|
|
3318
|
-
"module": "./ai-indicator"
|
|
3319
|
-
}
|
|
3320
|
-
},
|
|
3321
|
-
{
|
|
3322
|
-
"kind": "js",
|
|
3323
|
-
"name": "foundationAiIndicatorTemplate",
|
|
3324
|
-
"declaration": {
|
|
3325
|
-
"name": "foundationAiIndicatorTemplate",
|
|
3326
|
-
"module": "./ai-indicator.template"
|
|
3327
|
-
}
|
|
3328
|
-
},
|
|
3329
|
-
{
|
|
3330
|
-
"kind": "js",
|
|
3331
|
-
"name": "foundationAiIndicatorStyles",
|
|
3332
|
-
"declaration": {
|
|
3333
|
-
"name": "foundationAiIndicatorStyles",
|
|
3334
|
-
"module": "./ai-indicator.styles"
|
|
3335
|
-
}
|
|
3336
|
-
}
|
|
3337
|
-
]
|
|
3338
|
-
},
|
|
3339
|
-
{
|
|
3340
|
-
"kind": "javascript-module",
|
|
3341
|
-
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
3342
|
-
"declarations": [
|
|
3343
|
-
{
|
|
3344
|
-
"kind": "variable",
|
|
3345
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
3346
|
-
"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`"
|
|
3347
|
-
}
|
|
3348
|
-
],
|
|
3349
|
-
"exports": [
|
|
3350
|
-
{
|
|
3351
|
-
"kind": "js",
|
|
3352
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
3353
|
-
"declaration": {
|
|
3354
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
3355
|
-
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
3356
|
-
}
|
|
3357
|
-
}
|
|
3358
|
-
]
|
|
3359
|
-
},
|
|
3360
|
-
{
|
|
3361
|
-
"kind": "javascript-module",
|
|
3362
|
-
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
3363
|
-
"declarations": [
|
|
3364
|
-
{
|
|
3365
|
-
"kind": "variable",
|
|
3366
|
-
"name": "foundationAiCriteriaSearchTemplate",
|
|
3367
|
-
"type": {
|
|
3368
|
-
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
3369
|
-
},
|
|
3370
|
-
"default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
|
|
3371
|
-
}
|
|
3372
|
-
],
|
|
3373
|
-
"exports": [
|
|
3374
|
-
{
|
|
3375
|
-
"kind": "js",
|
|
3376
|
-
"name": "foundationAiCriteriaSearchTemplate",
|
|
3377
|
-
"declaration": {
|
|
3378
|
-
"name": "foundationAiCriteriaSearchTemplate",
|
|
3379
|
-
"module": "src/ai-criteria-search/ai-criteria-search.template.ts"
|
|
3380
|
-
}
|
|
3381
|
-
}
|
|
3382
|
-
]
|
|
3383
|
-
},
|
|
3384
|
-
{
|
|
3385
|
-
"kind": "javascript-module",
|
|
3386
|
-
"path": "src/ai-criteria-search/ai-criteria-search.ts",
|
|
3387
|
-
"declarations": [
|
|
3388
|
-
{
|
|
3389
|
-
"kind": "class",
|
|
3390
|
-
"description": "Natural-language criteria search input with AI interpretation.",
|
|
3391
|
-
"name": "AiCriteriaSearch",
|
|
3392
|
-
"members": [
|
|
3393
|
-
{
|
|
3394
|
-
"kind": "field",
|
|
3395
|
-
"name": "aiProvider",
|
|
3396
|
-
"type": {
|
|
3397
|
-
"text": "AIProvider"
|
|
3398
|
-
}
|
|
3399
|
-
},
|
|
3400
|
-
{
|
|
3401
|
-
"kind": "field",
|
|
3402
|
-
"name": "placeholder",
|
|
3403
|
-
"type": {
|
|
3404
|
-
"text": "string"
|
|
3405
|
-
},
|
|
3406
|
-
"default": "'Describe your search criteria in natural language...'"
|
|
3407
|
-
},
|
|
3408
|
-
{
|
|
3409
|
-
"kind": "field",
|
|
3410
|
-
"name": "disabled",
|
|
3411
|
-
"type": {
|
|
3412
|
-
"text": "boolean"
|
|
3413
|
-
}
|
|
3414
|
-
},
|
|
3415
|
-
{
|
|
3416
|
-
"kind": "field",
|
|
3417
|
-
"name": "inputValue",
|
|
3418
|
-
"type": {
|
|
3419
|
-
"text": "string"
|
|
3420
|
-
},
|
|
3421
|
-
"default": "''"
|
|
3422
|
-
},
|
|
3423
|
-
{
|
|
3424
|
-
"kind": "field",
|
|
3425
|
-
"name": "isInterpreting",
|
|
3426
|
-
"type": {
|
|
3427
|
-
"text": "boolean"
|
|
3428
|
-
},
|
|
3429
|
-
"default": "false"
|
|
3430
|
-
},
|
|
3431
|
-
{
|
|
3432
|
-
"kind": "field",
|
|
3433
|
-
"name": "lastValidCriteria",
|
|
3434
|
-
"type": {
|
|
3435
|
-
"text": "string | null"
|
|
3436
|
-
},
|
|
3437
|
-
"default": "null"
|
|
3438
|
-
},
|
|
3439
|
-
{
|
|
3440
|
-
"kind": "field",
|
|
3441
|
-
"name": "activeGroups",
|
|
3442
|
-
"type": {
|
|
3443
|
-
"text": "CriteriaGroup[]"
|
|
3444
|
-
},
|
|
3445
|
-
"default": "[]"
|
|
3446
|
-
},
|
|
3447
|
-
{
|
|
3448
|
-
"kind": "field",
|
|
3449
|
-
"name": "showingChips",
|
|
3450
|
-
"type": {
|
|
3451
|
-
"text": "boolean"
|
|
3452
|
-
},
|
|
3453
|
-
"default": "false"
|
|
3454
|
-
},
|
|
3455
|
-
{
|
|
3456
|
-
"kind": "field",
|
|
3457
|
-
"name": "fieldMetadata",
|
|
3458
|
-
"type": {
|
|
3459
|
-
"text": "MetadataDetail[] | string[]"
|
|
3460
|
-
},
|
|
3461
|
-
"default": "[]"
|
|
3462
|
-
},
|
|
3463
|
-
{
|
|
3464
|
-
"kind": "field",
|
|
3465
|
-
"name": "isRecording",
|
|
3466
|
-
"type": {
|
|
3467
|
-
"text": "boolean"
|
|
3468
|
-
},
|
|
3469
|
-
"default": "false"
|
|
2484
|
+
"default": "false"
|
|
3470
2485
|
},
|
|
3471
2486
|
{
|
|
3472
2487
|
"kind": "field",
|
|
@@ -3945,6 +2960,991 @@
|
|
|
3945
2960
|
}
|
|
3946
2961
|
]
|
|
3947
2962
|
},
|
|
2963
|
+
{
|
|
2964
|
+
"kind": "javascript-module",
|
|
2965
|
+
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
2966
|
+
"declarations": [
|
|
2967
|
+
{
|
|
2968
|
+
"kind": "function",
|
|
2969
|
+
"name": "foundationAiIndicatorStyles",
|
|
2970
|
+
"return": {
|
|
2971
|
+
"type": {
|
|
2972
|
+
"text": "ElementStyles"
|
|
2973
|
+
}
|
|
2974
|
+
},
|
|
2975
|
+
"parameters": [
|
|
2976
|
+
{
|
|
2977
|
+
"name": "context",
|
|
2978
|
+
"type": {
|
|
2979
|
+
"text": "ElementDefinitionContext"
|
|
2980
|
+
}
|
|
2981
|
+
},
|
|
2982
|
+
{
|
|
2983
|
+
"name": "definition",
|
|
2984
|
+
"type": {
|
|
2985
|
+
"text": "FoundationElementDefinition"
|
|
2986
|
+
}
|
|
2987
|
+
}
|
|
2988
|
+
]
|
|
2989
|
+
}
|
|
2990
|
+
],
|
|
2991
|
+
"exports": [
|
|
2992
|
+
{
|
|
2993
|
+
"kind": "js",
|
|
2994
|
+
"name": "foundationAiIndicatorStyles",
|
|
2995
|
+
"declaration": {
|
|
2996
|
+
"name": "foundationAiIndicatorStyles",
|
|
2997
|
+
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
2998
|
+
}
|
|
2999
|
+
}
|
|
3000
|
+
]
|
|
3001
|
+
},
|
|
3002
|
+
{
|
|
3003
|
+
"kind": "javascript-module",
|
|
3004
|
+
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
3005
|
+
"declarations": [
|
|
3006
|
+
{
|
|
3007
|
+
"kind": "variable",
|
|
3008
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3009
|
+
"type": {
|
|
3010
|
+
"text": "ViewTemplate<AiIndicator>"
|
|
3011
|
+
},
|
|
3012
|
+
"default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
|
|
3013
|
+
}
|
|
3014
|
+
],
|
|
3015
|
+
"exports": [
|
|
3016
|
+
{
|
|
3017
|
+
"kind": "js",
|
|
3018
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3019
|
+
"declaration": {
|
|
3020
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3021
|
+
"module": "src/ai-indicator/ai-indicator.template.ts"
|
|
3022
|
+
}
|
|
3023
|
+
}
|
|
3024
|
+
]
|
|
3025
|
+
},
|
|
3026
|
+
{
|
|
3027
|
+
"kind": "javascript-module",
|
|
3028
|
+
"path": "src/ai-indicator/ai-indicator.ts",
|
|
3029
|
+
"declarations": [
|
|
3030
|
+
{
|
|
3031
|
+
"kind": "class",
|
|
3032
|
+
"description": "",
|
|
3033
|
+
"name": "AiIndicator",
|
|
3034
|
+
"members": [
|
|
3035
|
+
{
|
|
3036
|
+
"kind": "field",
|
|
3037
|
+
"name": "aiProvider",
|
|
3038
|
+
"type": {
|
|
3039
|
+
"text": "AIProvider"
|
|
3040
|
+
}
|
|
3041
|
+
},
|
|
3042
|
+
{
|
|
3043
|
+
"kind": "field",
|
|
3044
|
+
"name": "status",
|
|
3045
|
+
"type": {
|
|
3046
|
+
"text": "AIStatus | null"
|
|
3047
|
+
},
|
|
3048
|
+
"default": "null"
|
|
3049
|
+
},
|
|
3050
|
+
{
|
|
3051
|
+
"kind": "field",
|
|
3052
|
+
"name": "open",
|
|
3053
|
+
"type": {
|
|
3054
|
+
"text": "boolean"
|
|
3055
|
+
},
|
|
3056
|
+
"default": "false"
|
|
3057
|
+
},
|
|
3058
|
+
{
|
|
3059
|
+
"kind": "field",
|
|
3060
|
+
"name": "state",
|
|
3061
|
+
"type": {
|
|
3062
|
+
"text": "AIIndicatorState"
|
|
3063
|
+
},
|
|
3064
|
+
"default": "'none'"
|
|
3065
|
+
},
|
|
3066
|
+
{
|
|
3067
|
+
"kind": "field",
|
|
3068
|
+
"name": "isInstalling",
|
|
3069
|
+
"type": {
|
|
3070
|
+
"text": "boolean"
|
|
3071
|
+
},
|
|
3072
|
+
"default": "false"
|
|
3073
|
+
},
|
|
3074
|
+
{
|
|
3075
|
+
"kind": "field",
|
|
3076
|
+
"name": "pollTimer",
|
|
3077
|
+
"type": {
|
|
3078
|
+
"text": "ReturnType<typeof setInterval> | null"
|
|
3079
|
+
},
|
|
3080
|
+
"privacy": "private",
|
|
3081
|
+
"default": "null"
|
|
3082
|
+
},
|
|
3083
|
+
{
|
|
3084
|
+
"kind": "field",
|
|
3085
|
+
"name": "clickOutside",
|
|
3086
|
+
"privacy": "private"
|
|
3087
|
+
},
|
|
3088
|
+
{
|
|
3089
|
+
"kind": "field",
|
|
3090
|
+
"name": "chromeStatusLabel",
|
|
3091
|
+
"type": {
|
|
3092
|
+
"text": "string | null"
|
|
3093
|
+
},
|
|
3094
|
+
"readonly": true
|
|
3095
|
+
},
|
|
3096
|
+
{
|
|
3097
|
+
"kind": "field",
|
|
3098
|
+
"name": "canInstall",
|
|
3099
|
+
"type": {
|
|
3100
|
+
"text": "boolean"
|
|
3101
|
+
},
|
|
3102
|
+
"readonly": true
|
|
3103
|
+
},
|
|
3104
|
+
{
|
|
3105
|
+
"kind": "field",
|
|
3106
|
+
"name": "isDownloading",
|
|
3107
|
+
"type": {
|
|
3108
|
+
"text": "boolean"
|
|
3109
|
+
},
|
|
3110
|
+
"readonly": true
|
|
3111
|
+
},
|
|
3112
|
+
{
|
|
3113
|
+
"kind": "method",
|
|
3114
|
+
"name": "openChanged",
|
|
3115
|
+
"return": {
|
|
3116
|
+
"type": {
|
|
3117
|
+
"text": "void"
|
|
3118
|
+
}
|
|
3119
|
+
}
|
|
3120
|
+
},
|
|
3121
|
+
{
|
|
3122
|
+
"kind": "method",
|
|
3123
|
+
"name": "handleClickOutside",
|
|
3124
|
+
"privacy": "private",
|
|
3125
|
+
"parameters": [
|
|
3126
|
+
{
|
|
3127
|
+
"name": "event",
|
|
3128
|
+
"type": {
|
|
3129
|
+
"text": "MouseEvent"
|
|
3130
|
+
}
|
|
3131
|
+
}
|
|
3132
|
+
]
|
|
3133
|
+
},
|
|
3134
|
+
{
|
|
3135
|
+
"kind": "method",
|
|
3136
|
+
"name": "toggleDropdown"
|
|
3137
|
+
},
|
|
3138
|
+
{
|
|
3139
|
+
"kind": "method",
|
|
3140
|
+
"name": "refreshStatus",
|
|
3141
|
+
"return": {
|
|
3142
|
+
"type": {
|
|
3143
|
+
"text": "Promise<void>"
|
|
3144
|
+
}
|
|
3145
|
+
}
|
|
3146
|
+
},
|
|
3147
|
+
{
|
|
3148
|
+
"kind": "method",
|
|
3149
|
+
"name": "deriveState",
|
|
3150
|
+
"privacy": "private",
|
|
3151
|
+
"return": {
|
|
3152
|
+
"type": {
|
|
3153
|
+
"text": "AIIndicatorState"
|
|
3154
|
+
}
|
|
3155
|
+
},
|
|
3156
|
+
"parameters": [
|
|
3157
|
+
{
|
|
3158
|
+
"name": "s",
|
|
3159
|
+
"type": {
|
|
3160
|
+
"text": "AIStatus | null"
|
|
3161
|
+
}
|
|
3162
|
+
}
|
|
3163
|
+
]
|
|
3164
|
+
},
|
|
3165
|
+
{
|
|
3166
|
+
"kind": "method",
|
|
3167
|
+
"name": "maybeStartPolling",
|
|
3168
|
+
"privacy": "private",
|
|
3169
|
+
"return": {
|
|
3170
|
+
"type": {
|
|
3171
|
+
"text": "void"
|
|
3172
|
+
}
|
|
3173
|
+
}
|
|
3174
|
+
},
|
|
3175
|
+
{
|
|
3176
|
+
"kind": "method",
|
|
3177
|
+
"name": "startPolling",
|
|
3178
|
+
"privacy": "private",
|
|
3179
|
+
"return": {
|
|
3180
|
+
"type": {
|
|
3181
|
+
"text": "void"
|
|
3182
|
+
}
|
|
3183
|
+
}
|
|
3184
|
+
},
|
|
3185
|
+
{
|
|
3186
|
+
"kind": "method",
|
|
3187
|
+
"name": "stopPolling",
|
|
3188
|
+
"privacy": "private",
|
|
3189
|
+
"return": {
|
|
3190
|
+
"type": {
|
|
3191
|
+
"text": "void"
|
|
3192
|
+
}
|
|
3193
|
+
}
|
|
3194
|
+
},
|
|
3195
|
+
{
|
|
3196
|
+
"kind": "method",
|
|
3197
|
+
"name": "onInstall",
|
|
3198
|
+
"return": {
|
|
3199
|
+
"type": {
|
|
3200
|
+
"text": "Promise<void>"
|
|
3201
|
+
}
|
|
3202
|
+
}
|
|
3203
|
+
},
|
|
3204
|
+
{
|
|
3205
|
+
"kind": "field",
|
|
3206
|
+
"name": "_presentation",
|
|
3207
|
+
"type": {
|
|
3208
|
+
"text": "ComponentPresentation | null | undefined"
|
|
3209
|
+
},
|
|
3210
|
+
"privacy": "private",
|
|
3211
|
+
"default": "void 0",
|
|
3212
|
+
"inheritedFrom": {
|
|
3213
|
+
"name": "FoundationElement",
|
|
3214
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3215
|
+
}
|
|
3216
|
+
},
|
|
3217
|
+
{
|
|
3218
|
+
"kind": "field",
|
|
3219
|
+
"name": "$presentation",
|
|
3220
|
+
"type": {
|
|
3221
|
+
"text": "ComponentPresentation | null"
|
|
3222
|
+
},
|
|
3223
|
+
"privacy": "public",
|
|
3224
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3225
|
+
"inheritedFrom": {
|
|
3226
|
+
"name": "FoundationElement",
|
|
3227
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3228
|
+
}
|
|
3229
|
+
},
|
|
3230
|
+
{
|
|
3231
|
+
"kind": "field",
|
|
3232
|
+
"name": "template",
|
|
3233
|
+
"type": {
|
|
3234
|
+
"text": "ElementViewTemplate | void | null"
|
|
3235
|
+
},
|
|
3236
|
+
"privacy": "public",
|
|
3237
|
+
"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.",
|
|
3238
|
+
"inheritedFrom": {
|
|
3239
|
+
"name": "FoundationElement",
|
|
3240
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3241
|
+
}
|
|
3242
|
+
},
|
|
3243
|
+
{
|
|
3244
|
+
"kind": "method",
|
|
3245
|
+
"name": "templateChanged",
|
|
3246
|
+
"privacy": "protected",
|
|
3247
|
+
"return": {
|
|
3248
|
+
"type": {
|
|
3249
|
+
"text": "void"
|
|
3250
|
+
}
|
|
3251
|
+
},
|
|
3252
|
+
"inheritedFrom": {
|
|
3253
|
+
"name": "FoundationElement",
|
|
3254
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3255
|
+
}
|
|
3256
|
+
},
|
|
3257
|
+
{
|
|
3258
|
+
"kind": "field",
|
|
3259
|
+
"name": "styles",
|
|
3260
|
+
"type": {
|
|
3261
|
+
"text": "ElementStyles | void | null"
|
|
3262
|
+
},
|
|
3263
|
+
"privacy": "public",
|
|
3264
|
+
"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.",
|
|
3265
|
+
"inheritedFrom": {
|
|
3266
|
+
"name": "FoundationElement",
|
|
3267
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3268
|
+
}
|
|
3269
|
+
},
|
|
3270
|
+
{
|
|
3271
|
+
"kind": "method",
|
|
3272
|
+
"name": "stylesChanged",
|
|
3273
|
+
"privacy": "protected",
|
|
3274
|
+
"return": {
|
|
3275
|
+
"type": {
|
|
3276
|
+
"text": "void"
|
|
3277
|
+
}
|
|
3278
|
+
},
|
|
3279
|
+
"inheritedFrom": {
|
|
3280
|
+
"name": "FoundationElement",
|
|
3281
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3282
|
+
}
|
|
3283
|
+
},
|
|
3284
|
+
{
|
|
3285
|
+
"kind": "method",
|
|
3286
|
+
"name": "compose",
|
|
3287
|
+
"privacy": "public",
|
|
3288
|
+
"static": true,
|
|
3289
|
+
"return": {
|
|
3290
|
+
"type": {
|
|
3291
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3292
|
+
}
|
|
3293
|
+
},
|
|
3294
|
+
"parameters": [
|
|
3295
|
+
{
|
|
3296
|
+
"name": "this",
|
|
3297
|
+
"type": {
|
|
3298
|
+
"text": "K"
|
|
3299
|
+
}
|
|
3300
|
+
},
|
|
3301
|
+
{
|
|
3302
|
+
"name": "elementDefinition",
|
|
3303
|
+
"type": {
|
|
3304
|
+
"text": "T"
|
|
3305
|
+
},
|
|
3306
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
3307
|
+
}
|
|
3308
|
+
],
|
|
3309
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3310
|
+
"inheritedFrom": {
|
|
3311
|
+
"name": "FoundationElement",
|
|
3312
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3313
|
+
}
|
|
3314
|
+
}
|
|
3315
|
+
],
|
|
3316
|
+
"superclass": {
|
|
3317
|
+
"name": "FoundationElement",
|
|
3318
|
+
"package": "@microsoft/fast-foundation"
|
|
3319
|
+
},
|
|
3320
|
+
"tagName": "%%prefix%%-ai-indicator",
|
|
3321
|
+
"customElement": true
|
|
3322
|
+
},
|
|
3323
|
+
{
|
|
3324
|
+
"kind": "variable",
|
|
3325
|
+
"name": "foundationAiIndicator"
|
|
3326
|
+
}
|
|
3327
|
+
],
|
|
3328
|
+
"exports": [
|
|
3329
|
+
{
|
|
3330
|
+
"kind": "js",
|
|
3331
|
+
"name": "AiIndicator",
|
|
3332
|
+
"declaration": {
|
|
3333
|
+
"name": "AiIndicator",
|
|
3334
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3335
|
+
}
|
|
3336
|
+
},
|
|
3337
|
+
{
|
|
3338
|
+
"kind": "js",
|
|
3339
|
+
"name": "foundationAiIndicator",
|
|
3340
|
+
"declaration": {
|
|
3341
|
+
"name": "foundationAiIndicator",
|
|
3342
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3343
|
+
}
|
|
3344
|
+
}
|
|
3345
|
+
]
|
|
3346
|
+
},
|
|
3347
|
+
{
|
|
3348
|
+
"kind": "javascript-module",
|
|
3349
|
+
"path": "src/ai-indicator/index.ts",
|
|
3350
|
+
"declarations": [],
|
|
3351
|
+
"exports": [
|
|
3352
|
+
{
|
|
3353
|
+
"kind": "js",
|
|
3354
|
+
"name": "AiIndicator",
|
|
3355
|
+
"declaration": {
|
|
3356
|
+
"name": "AiIndicator",
|
|
3357
|
+
"module": "./ai-indicator"
|
|
3358
|
+
}
|
|
3359
|
+
},
|
|
3360
|
+
{
|
|
3361
|
+
"kind": "js",
|
|
3362
|
+
"name": "foundationAiIndicator",
|
|
3363
|
+
"declaration": {
|
|
3364
|
+
"name": "foundationAiIndicator",
|
|
3365
|
+
"module": "./ai-indicator"
|
|
3366
|
+
}
|
|
3367
|
+
},
|
|
3368
|
+
{
|
|
3369
|
+
"kind": "js",
|
|
3370
|
+
"name": "type",
|
|
3371
|
+
"declaration": {
|
|
3372
|
+
"name": "type",
|
|
3373
|
+
"module": "./ai-indicator"
|
|
3374
|
+
}
|
|
3375
|
+
},
|
|
3376
|
+
{
|
|
3377
|
+
"kind": "js",
|
|
3378
|
+
"name": "AIIndicatorState",
|
|
3379
|
+
"declaration": {
|
|
3380
|
+
"name": "AIIndicatorState",
|
|
3381
|
+
"module": "./ai-indicator"
|
|
3382
|
+
}
|
|
3383
|
+
},
|
|
3384
|
+
{
|
|
3385
|
+
"kind": "js",
|
|
3386
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3387
|
+
"declaration": {
|
|
3388
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3389
|
+
"module": "./ai-indicator.template"
|
|
3390
|
+
}
|
|
3391
|
+
},
|
|
3392
|
+
{
|
|
3393
|
+
"kind": "js",
|
|
3394
|
+
"name": "foundationAiIndicatorStyles",
|
|
3395
|
+
"declaration": {
|
|
3396
|
+
"name": "foundationAiIndicatorStyles",
|
|
3397
|
+
"module": "./ai-indicator.styles"
|
|
3398
|
+
}
|
|
3399
|
+
}
|
|
3400
|
+
]
|
|
3401
|
+
},
|
|
3402
|
+
{
|
|
3403
|
+
"kind": "javascript-module",
|
|
3404
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
3405
|
+
"declarations": [
|
|
3406
|
+
{
|
|
3407
|
+
"kind": "function",
|
|
3408
|
+
"name": "foundationAccordionStyles",
|
|
3409
|
+
"return": {
|
|
3410
|
+
"type": {
|
|
3411
|
+
"text": "ElementStyles"
|
|
3412
|
+
}
|
|
3413
|
+
},
|
|
3414
|
+
"parameters": [
|
|
3415
|
+
{
|
|
3416
|
+
"name": "context",
|
|
3417
|
+
"type": {
|
|
3418
|
+
"text": "ElementDefinitionContext"
|
|
3419
|
+
}
|
|
3420
|
+
},
|
|
3421
|
+
{
|
|
3422
|
+
"name": "definition",
|
|
3423
|
+
"type": {
|
|
3424
|
+
"text": "FoundationElementDefinition"
|
|
3425
|
+
}
|
|
3426
|
+
}
|
|
3427
|
+
]
|
|
3428
|
+
}
|
|
3429
|
+
],
|
|
3430
|
+
"exports": [
|
|
3431
|
+
{
|
|
3432
|
+
"kind": "js",
|
|
3433
|
+
"name": "foundationAccordionStyles",
|
|
3434
|
+
"declaration": {
|
|
3435
|
+
"name": "foundationAccordionStyles",
|
|
3436
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
3437
|
+
}
|
|
3438
|
+
}
|
|
3439
|
+
]
|
|
3440
|
+
},
|
|
3441
|
+
{
|
|
3442
|
+
"kind": "javascript-module",
|
|
3443
|
+
"path": "src/accordion/accordion.template.ts",
|
|
3444
|
+
"declarations": [
|
|
3445
|
+
{
|
|
3446
|
+
"kind": "function",
|
|
3447
|
+
"name": "foundationAccordionTemplate",
|
|
3448
|
+
"return": {
|
|
3449
|
+
"type": {
|
|
3450
|
+
"text": "ViewTemplate<Accordion>"
|
|
3451
|
+
}
|
|
3452
|
+
},
|
|
3453
|
+
"parameters": [
|
|
3454
|
+
{
|
|
3455
|
+
"name": "context",
|
|
3456
|
+
"type": {
|
|
3457
|
+
"text": "ElementDefinitionContext"
|
|
3458
|
+
}
|
|
3459
|
+
},
|
|
3460
|
+
{
|
|
3461
|
+
"name": "definition",
|
|
3462
|
+
"type": {
|
|
3463
|
+
"text": "FoundationElementDefinition"
|
|
3464
|
+
}
|
|
3465
|
+
}
|
|
3466
|
+
]
|
|
3467
|
+
}
|
|
3468
|
+
],
|
|
3469
|
+
"exports": [
|
|
3470
|
+
{
|
|
3471
|
+
"kind": "js",
|
|
3472
|
+
"name": "foundationAccordionTemplate",
|
|
3473
|
+
"declaration": {
|
|
3474
|
+
"name": "foundationAccordionTemplate",
|
|
3475
|
+
"module": "src/accordion/accordion.template.ts"
|
|
3476
|
+
}
|
|
3477
|
+
}
|
|
3478
|
+
]
|
|
3479
|
+
},
|
|
3480
|
+
{
|
|
3481
|
+
"kind": "javascript-module",
|
|
3482
|
+
"path": "src/accordion/accordion.ts",
|
|
3483
|
+
"declarations": [
|
|
3484
|
+
{
|
|
3485
|
+
"kind": "class",
|
|
3486
|
+
"description": "",
|
|
3487
|
+
"name": "Accordion",
|
|
3488
|
+
"superclass": {
|
|
3489
|
+
"name": "FASTAccordion",
|
|
3490
|
+
"package": "@microsoft/fast-foundation"
|
|
3491
|
+
},
|
|
3492
|
+
"tagName": "%%prefix%%-accordion",
|
|
3493
|
+
"customElement": true,
|
|
3494
|
+
"attributes": [
|
|
3495
|
+
{
|
|
3496
|
+
"name": "expand-mode",
|
|
3497
|
+
"type": {
|
|
3498
|
+
"text": "AccordionExpandMode"
|
|
3499
|
+
},
|
|
3500
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3501
|
+
"fieldName": "expandmode",
|
|
3502
|
+
"inheritedFrom": {
|
|
3503
|
+
"name": "Accordion",
|
|
3504
|
+
"module": "src/accordion/accordion.ts"
|
|
3505
|
+
}
|
|
3506
|
+
}
|
|
3507
|
+
],
|
|
3508
|
+
"members": [
|
|
3509
|
+
{
|
|
3510
|
+
"kind": "field",
|
|
3511
|
+
"name": "expandmode",
|
|
3512
|
+
"type": {
|
|
3513
|
+
"text": "AccordionExpandMode"
|
|
3514
|
+
},
|
|
3515
|
+
"privacy": "public",
|
|
3516
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3517
|
+
"inheritedFrom": {
|
|
3518
|
+
"name": "Accordion",
|
|
3519
|
+
"module": "src/accordion/accordion.ts"
|
|
3520
|
+
}
|
|
3521
|
+
},
|
|
3522
|
+
{
|
|
3523
|
+
"kind": "field",
|
|
3524
|
+
"name": "activeid",
|
|
3525
|
+
"type": {
|
|
3526
|
+
"text": "string | null"
|
|
3527
|
+
},
|
|
3528
|
+
"privacy": "private",
|
|
3529
|
+
"inheritedFrom": {
|
|
3530
|
+
"name": "Accordion",
|
|
3531
|
+
"module": "src/accordion/accordion.ts"
|
|
3532
|
+
}
|
|
3533
|
+
},
|
|
3534
|
+
{
|
|
3535
|
+
"kind": "field",
|
|
3536
|
+
"name": "activeItemIndex",
|
|
3537
|
+
"type": {
|
|
3538
|
+
"text": "number"
|
|
3539
|
+
},
|
|
3540
|
+
"privacy": "private",
|
|
3541
|
+
"default": "0",
|
|
3542
|
+
"inheritedFrom": {
|
|
3543
|
+
"name": "Accordion",
|
|
3544
|
+
"module": "src/accordion/accordion.ts"
|
|
3545
|
+
}
|
|
3546
|
+
},
|
|
3547
|
+
{
|
|
3548
|
+
"kind": "field",
|
|
3549
|
+
"name": "accordionIds",
|
|
3550
|
+
"type": {
|
|
3551
|
+
"text": "Array<string | null>"
|
|
3552
|
+
},
|
|
3553
|
+
"privacy": "private",
|
|
3554
|
+
"inheritedFrom": {
|
|
3555
|
+
"name": "Accordion",
|
|
3556
|
+
"module": "src/accordion/accordion.ts"
|
|
3557
|
+
}
|
|
3558
|
+
},
|
|
3559
|
+
{
|
|
3560
|
+
"kind": "field",
|
|
3561
|
+
"name": "change",
|
|
3562
|
+
"privacy": "private",
|
|
3563
|
+
"inheritedFrom": {
|
|
3564
|
+
"name": "Accordion",
|
|
3565
|
+
"module": "src/accordion/accordion.ts"
|
|
3566
|
+
}
|
|
3567
|
+
},
|
|
3568
|
+
{
|
|
3569
|
+
"kind": "method",
|
|
3570
|
+
"name": "findExpandedItem",
|
|
3571
|
+
"privacy": "private",
|
|
3572
|
+
"return": {
|
|
3573
|
+
"type": {
|
|
3574
|
+
"text": "AccordionItem | null"
|
|
3575
|
+
}
|
|
3576
|
+
},
|
|
3577
|
+
"inheritedFrom": {
|
|
3578
|
+
"name": "Accordion",
|
|
3579
|
+
"module": "src/accordion/accordion.ts"
|
|
3580
|
+
}
|
|
3581
|
+
},
|
|
3582
|
+
{
|
|
3583
|
+
"kind": "field",
|
|
3584
|
+
"name": "setItems",
|
|
3585
|
+
"privacy": "private",
|
|
3586
|
+
"inheritedFrom": {
|
|
3587
|
+
"name": "Accordion",
|
|
3588
|
+
"module": "src/accordion/accordion.ts"
|
|
3589
|
+
}
|
|
3590
|
+
},
|
|
3591
|
+
{
|
|
3592
|
+
"kind": "method",
|
|
3593
|
+
"name": "resetItems",
|
|
3594
|
+
"privacy": "private",
|
|
3595
|
+
"return": {
|
|
3596
|
+
"type": {
|
|
3597
|
+
"text": "void"
|
|
3598
|
+
}
|
|
3599
|
+
},
|
|
3600
|
+
"inheritedFrom": {
|
|
3601
|
+
"name": "Accordion",
|
|
3602
|
+
"module": "src/accordion/accordion.ts"
|
|
3603
|
+
}
|
|
3604
|
+
},
|
|
3605
|
+
{
|
|
3606
|
+
"kind": "field",
|
|
3607
|
+
"name": "removeItemListeners",
|
|
3608
|
+
"privacy": "private",
|
|
3609
|
+
"inheritedFrom": {
|
|
3610
|
+
"name": "Accordion",
|
|
3611
|
+
"module": "src/accordion/accordion.ts"
|
|
3612
|
+
}
|
|
3613
|
+
},
|
|
3614
|
+
{
|
|
3615
|
+
"kind": "field",
|
|
3616
|
+
"name": "activeItemChange",
|
|
3617
|
+
"privacy": "private",
|
|
3618
|
+
"inheritedFrom": {
|
|
3619
|
+
"name": "Accordion",
|
|
3620
|
+
"module": "src/accordion/accordion.ts"
|
|
3621
|
+
}
|
|
3622
|
+
},
|
|
3623
|
+
{
|
|
3624
|
+
"kind": "method",
|
|
3625
|
+
"name": "getItemIds",
|
|
3626
|
+
"privacy": "private",
|
|
3627
|
+
"return": {
|
|
3628
|
+
"type": {
|
|
3629
|
+
"text": "Array<string | null>"
|
|
3630
|
+
}
|
|
3631
|
+
},
|
|
3632
|
+
"inheritedFrom": {
|
|
3633
|
+
"name": "Accordion",
|
|
3634
|
+
"module": "src/accordion/accordion.ts"
|
|
3635
|
+
}
|
|
3636
|
+
},
|
|
3637
|
+
{
|
|
3638
|
+
"kind": "method",
|
|
3639
|
+
"name": "isSingleExpandMode",
|
|
3640
|
+
"privacy": "private",
|
|
3641
|
+
"return": {
|
|
3642
|
+
"type": {
|
|
3643
|
+
"text": "boolean"
|
|
3644
|
+
}
|
|
3645
|
+
},
|
|
3646
|
+
"inheritedFrom": {
|
|
3647
|
+
"name": "Accordion",
|
|
3648
|
+
"module": "src/accordion/accordion.ts"
|
|
3649
|
+
}
|
|
3650
|
+
},
|
|
3651
|
+
{
|
|
3652
|
+
"kind": "field",
|
|
3653
|
+
"name": "handleItemKeyDown",
|
|
3654
|
+
"privacy": "private",
|
|
3655
|
+
"inheritedFrom": {
|
|
3656
|
+
"name": "Accordion",
|
|
3657
|
+
"module": "src/accordion/accordion.ts"
|
|
3658
|
+
}
|
|
3659
|
+
},
|
|
3660
|
+
{
|
|
3661
|
+
"kind": "field",
|
|
3662
|
+
"name": "handleItemFocus",
|
|
3663
|
+
"privacy": "private",
|
|
3664
|
+
"inheritedFrom": {
|
|
3665
|
+
"name": "Accordion",
|
|
3666
|
+
"module": "src/accordion/accordion.ts"
|
|
3667
|
+
}
|
|
3668
|
+
},
|
|
3669
|
+
{
|
|
3670
|
+
"kind": "method",
|
|
3671
|
+
"name": "adjust",
|
|
3672
|
+
"privacy": "private",
|
|
3673
|
+
"return": {
|
|
3674
|
+
"type": {
|
|
3675
|
+
"text": "void"
|
|
3676
|
+
}
|
|
3677
|
+
},
|
|
3678
|
+
"parameters": [
|
|
3679
|
+
{
|
|
3680
|
+
"name": "adjustment",
|
|
3681
|
+
"type": {
|
|
3682
|
+
"text": "number"
|
|
3683
|
+
}
|
|
3684
|
+
}
|
|
3685
|
+
],
|
|
3686
|
+
"inheritedFrom": {
|
|
3687
|
+
"name": "Accordion",
|
|
3688
|
+
"module": "src/accordion/accordion.ts"
|
|
3689
|
+
}
|
|
3690
|
+
},
|
|
3691
|
+
{
|
|
3692
|
+
"kind": "method",
|
|
3693
|
+
"name": "focusItem",
|
|
3694
|
+
"privacy": "private",
|
|
3695
|
+
"return": {
|
|
3696
|
+
"type": {
|
|
3697
|
+
"text": "void"
|
|
3698
|
+
}
|
|
3699
|
+
},
|
|
3700
|
+
"inheritedFrom": {
|
|
3701
|
+
"name": "Accordion",
|
|
3702
|
+
"module": "src/accordion/accordion.ts"
|
|
3703
|
+
}
|
|
3704
|
+
},
|
|
3705
|
+
{
|
|
3706
|
+
"kind": "field",
|
|
3707
|
+
"name": "_presentation",
|
|
3708
|
+
"type": {
|
|
3709
|
+
"text": "ComponentPresentation | null | undefined"
|
|
3710
|
+
},
|
|
3711
|
+
"privacy": "private",
|
|
3712
|
+
"default": "void 0",
|
|
3713
|
+
"inheritedFrom": {
|
|
3714
|
+
"name": "FoundationElement",
|
|
3715
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3716
|
+
}
|
|
3717
|
+
},
|
|
3718
|
+
{
|
|
3719
|
+
"kind": "field",
|
|
3720
|
+
"name": "$presentation",
|
|
3721
|
+
"type": {
|
|
3722
|
+
"text": "ComponentPresentation | null"
|
|
3723
|
+
},
|
|
3724
|
+
"privacy": "public",
|
|
3725
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3726
|
+
"inheritedFrom": {
|
|
3727
|
+
"name": "FoundationElement",
|
|
3728
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3729
|
+
}
|
|
3730
|
+
},
|
|
3731
|
+
{
|
|
3732
|
+
"kind": "field",
|
|
3733
|
+
"name": "template",
|
|
3734
|
+
"type": {
|
|
3735
|
+
"text": "ElementViewTemplate | void | null"
|
|
3736
|
+
},
|
|
3737
|
+
"privacy": "public",
|
|
3738
|
+
"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.",
|
|
3739
|
+
"inheritedFrom": {
|
|
3740
|
+
"name": "FoundationElement",
|
|
3741
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3742
|
+
}
|
|
3743
|
+
},
|
|
3744
|
+
{
|
|
3745
|
+
"kind": "method",
|
|
3746
|
+
"name": "templateChanged",
|
|
3747
|
+
"privacy": "protected",
|
|
3748
|
+
"return": {
|
|
3749
|
+
"type": {
|
|
3750
|
+
"text": "void"
|
|
3751
|
+
}
|
|
3752
|
+
},
|
|
3753
|
+
"inheritedFrom": {
|
|
3754
|
+
"name": "FoundationElement",
|
|
3755
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3756
|
+
}
|
|
3757
|
+
},
|
|
3758
|
+
{
|
|
3759
|
+
"kind": "field",
|
|
3760
|
+
"name": "styles",
|
|
3761
|
+
"type": {
|
|
3762
|
+
"text": "ElementStyles | void | null"
|
|
3763
|
+
},
|
|
3764
|
+
"privacy": "public",
|
|
3765
|
+
"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.",
|
|
3766
|
+
"inheritedFrom": {
|
|
3767
|
+
"name": "FoundationElement",
|
|
3768
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3769
|
+
}
|
|
3770
|
+
},
|
|
3771
|
+
{
|
|
3772
|
+
"kind": "method",
|
|
3773
|
+
"name": "stylesChanged",
|
|
3774
|
+
"privacy": "protected",
|
|
3775
|
+
"return": {
|
|
3776
|
+
"type": {
|
|
3777
|
+
"text": "void"
|
|
3778
|
+
}
|
|
3779
|
+
},
|
|
3780
|
+
"inheritedFrom": {
|
|
3781
|
+
"name": "FoundationElement",
|
|
3782
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3783
|
+
}
|
|
3784
|
+
},
|
|
3785
|
+
{
|
|
3786
|
+
"kind": "method",
|
|
3787
|
+
"name": "compose",
|
|
3788
|
+
"privacy": "public",
|
|
3789
|
+
"static": true,
|
|
3790
|
+
"return": {
|
|
3791
|
+
"type": {
|
|
3792
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3793
|
+
}
|
|
3794
|
+
},
|
|
3795
|
+
"parameters": [
|
|
3796
|
+
{
|
|
3797
|
+
"name": "this",
|
|
3798
|
+
"type": {
|
|
3799
|
+
"text": "K"
|
|
3800
|
+
}
|
|
3801
|
+
},
|
|
3802
|
+
{
|
|
3803
|
+
"name": "elementDefinition",
|
|
3804
|
+
"type": {
|
|
3805
|
+
"text": "T"
|
|
3806
|
+
},
|
|
3807
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
3808
|
+
}
|
|
3809
|
+
],
|
|
3810
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3811
|
+
"inheritedFrom": {
|
|
3812
|
+
"name": "FoundationElement",
|
|
3813
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3814
|
+
}
|
|
3815
|
+
}
|
|
3816
|
+
],
|
|
3817
|
+
"events": [
|
|
3818
|
+
{
|
|
3819
|
+
"description": "Fires a custom 'change' event when the active item changes",
|
|
3820
|
+
"name": "change",
|
|
3821
|
+
"inheritedFrom": {
|
|
3822
|
+
"name": "Accordion",
|
|
3823
|
+
"module": "src/accordion/accordion.ts"
|
|
3824
|
+
}
|
|
3825
|
+
}
|
|
3826
|
+
]
|
|
3827
|
+
},
|
|
3828
|
+
{
|
|
3829
|
+
"kind": "variable",
|
|
3830
|
+
"name": "foundationAccordionShadowOptions",
|
|
3831
|
+
"type": {
|
|
3832
|
+
"text": "ShadowRootInit"
|
|
3833
|
+
},
|
|
3834
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3835
|
+
},
|
|
3836
|
+
{
|
|
3837
|
+
"kind": "variable",
|
|
3838
|
+
"name": "defaultAccordionConfig",
|
|
3839
|
+
"type": {
|
|
3840
|
+
"text": "object"
|
|
3841
|
+
},
|
|
3842
|
+
"default": "{}"
|
|
3843
|
+
},
|
|
3844
|
+
{
|
|
3845
|
+
"kind": "variable",
|
|
3846
|
+
"name": "foundationAccordion",
|
|
3847
|
+
"description": "The Foundation Accordion",
|
|
3848
|
+
"privacy": "public"
|
|
3849
|
+
}
|
|
3850
|
+
],
|
|
3851
|
+
"exports": [
|
|
3852
|
+
{
|
|
3853
|
+
"kind": "js",
|
|
3854
|
+
"name": "Accordion",
|
|
3855
|
+
"declaration": {
|
|
3856
|
+
"name": "Accordion",
|
|
3857
|
+
"module": "src/accordion/accordion.ts"
|
|
3858
|
+
}
|
|
3859
|
+
},
|
|
3860
|
+
{
|
|
3861
|
+
"kind": "js",
|
|
3862
|
+
"name": "foundationAccordionShadowOptions",
|
|
3863
|
+
"declaration": {
|
|
3864
|
+
"name": "foundationAccordionShadowOptions",
|
|
3865
|
+
"module": "src/accordion/accordion.ts"
|
|
3866
|
+
}
|
|
3867
|
+
},
|
|
3868
|
+
{
|
|
3869
|
+
"kind": "js",
|
|
3870
|
+
"name": "defaultAccordionConfig",
|
|
3871
|
+
"declaration": {
|
|
3872
|
+
"name": "defaultAccordionConfig",
|
|
3873
|
+
"module": "src/accordion/accordion.ts"
|
|
3874
|
+
}
|
|
3875
|
+
},
|
|
3876
|
+
{
|
|
3877
|
+
"kind": "js",
|
|
3878
|
+
"name": "foundationAccordion",
|
|
3879
|
+
"declaration": {
|
|
3880
|
+
"name": "foundationAccordion",
|
|
3881
|
+
"module": "src/accordion/accordion.ts"
|
|
3882
|
+
}
|
|
3883
|
+
}
|
|
3884
|
+
]
|
|
3885
|
+
},
|
|
3886
|
+
{
|
|
3887
|
+
"kind": "javascript-module",
|
|
3888
|
+
"path": "src/accordion/index.ts",
|
|
3889
|
+
"declarations": [],
|
|
3890
|
+
"exports": [
|
|
3891
|
+
{
|
|
3892
|
+
"kind": "js",
|
|
3893
|
+
"name": "*",
|
|
3894
|
+
"declaration": {
|
|
3895
|
+
"name": "*",
|
|
3896
|
+
"package": "./accordion.template"
|
|
3897
|
+
}
|
|
3898
|
+
},
|
|
3899
|
+
{
|
|
3900
|
+
"kind": "js",
|
|
3901
|
+
"name": "*",
|
|
3902
|
+
"declaration": {
|
|
3903
|
+
"name": "*",
|
|
3904
|
+
"package": "./accordion.styles"
|
|
3905
|
+
}
|
|
3906
|
+
},
|
|
3907
|
+
{
|
|
3908
|
+
"kind": "js",
|
|
3909
|
+
"name": "*",
|
|
3910
|
+
"declaration": {
|
|
3911
|
+
"name": "*",
|
|
3912
|
+
"package": "./accordion"
|
|
3913
|
+
}
|
|
3914
|
+
}
|
|
3915
|
+
]
|
|
3916
|
+
},
|
|
3917
|
+
{
|
|
3918
|
+
"kind": "javascript-module",
|
|
3919
|
+
"path": "src/_config/index.ts",
|
|
3920
|
+
"declarations": [],
|
|
3921
|
+
"exports": [
|
|
3922
|
+
{
|
|
3923
|
+
"kind": "js",
|
|
3924
|
+
"name": "*",
|
|
3925
|
+
"declaration": {
|
|
3926
|
+
"name": "*",
|
|
3927
|
+
"package": "./styles"
|
|
3928
|
+
}
|
|
3929
|
+
},
|
|
3930
|
+
{
|
|
3931
|
+
"kind": "js",
|
|
3932
|
+
"name": "*",
|
|
3933
|
+
"declaration": {
|
|
3934
|
+
"name": "*",
|
|
3935
|
+
"package": "./tokens"
|
|
3936
|
+
}
|
|
3937
|
+
},
|
|
3938
|
+
{
|
|
3939
|
+
"kind": "js",
|
|
3940
|
+
"name": "*",
|
|
3941
|
+
"declaration": {
|
|
3942
|
+
"name": "*",
|
|
3943
|
+
"package": "./values"
|
|
3944
|
+
}
|
|
3945
|
+
}
|
|
3946
|
+
]
|
|
3947
|
+
},
|
|
3948
3948
|
{
|
|
3949
3949
|
"kind": "javascript-module",
|
|
3950
3950
|
"path": "src/anchor/anchor.styles.ts",
|
|
@@ -45979,163 +45979,453 @@
|
|
|
45979
45979
|
},
|
|
45980
45980
|
{
|
|
45981
45981
|
"kind": "javascript-module",
|
|
45982
|
-
"path": "src/slider-label/slider-label.ts",
|
|
45982
|
+
"path": "src/slider-label/slider-label.ts",
|
|
45983
|
+
"declarations": [
|
|
45984
|
+
{
|
|
45985
|
+
"kind": "class",
|
|
45986
|
+
"description": "",
|
|
45987
|
+
"name": "SliderLabel",
|
|
45988
|
+
"superclass": {
|
|
45989
|
+
"name": "FASTSliderLabel",
|
|
45990
|
+
"package": "@microsoft/fast-components"
|
|
45991
|
+
},
|
|
45992
|
+
"tagName": "%%prefix%%-slider-label",
|
|
45993
|
+
"customElement": true,
|
|
45994
|
+
"attributes": [
|
|
45995
|
+
{
|
|
45996
|
+
"name": "position",
|
|
45997
|
+
"type": {
|
|
45998
|
+
"text": "string"
|
|
45999
|
+
},
|
|
46000
|
+
"description": "The position of the label relative to the min and max value of the parent @microsoft/fast-foundation#(Slider:class).",
|
|
46001
|
+
"fieldName": "position",
|
|
46002
|
+
"inheritedFrom": {
|
|
46003
|
+
"name": "SliderLabel",
|
|
46004
|
+
"module": "src/slider-label/slider-label.ts"
|
|
46005
|
+
}
|
|
46006
|
+
},
|
|
46007
|
+
{
|
|
46008
|
+
"name": "hide-mark",
|
|
46009
|
+
"type": {
|
|
46010
|
+
"text": "boolean"
|
|
46011
|
+
},
|
|
46012
|
+
"default": "false",
|
|
46013
|
+
"description": "Hides the tick mark.",
|
|
46014
|
+
"fieldName": "hideMark",
|
|
46015
|
+
"inheritedFrom": {
|
|
46016
|
+
"name": "SliderLabel",
|
|
46017
|
+
"module": "src/slider-label/slider-label.ts"
|
|
46018
|
+
}
|
|
46019
|
+
},
|
|
46020
|
+
{
|
|
46021
|
+
"name": "disabled",
|
|
46022
|
+
"type": {
|
|
46023
|
+
"text": "boolean"
|
|
46024
|
+
},
|
|
46025
|
+
"description": "The disabled state of the label. This is generally controlled by the parent @microsoft/fast-foundation#(Slider:class).",
|
|
46026
|
+
"fieldName": "disabled",
|
|
46027
|
+
"inheritedFrom": {
|
|
46028
|
+
"name": "SliderLabel",
|
|
46029
|
+
"module": "src/slider-label/slider-label.ts"
|
|
46030
|
+
}
|
|
46031
|
+
}
|
|
46032
|
+
],
|
|
46033
|
+
"members": [
|
|
46034
|
+
{
|
|
46035
|
+
"kind": "field",
|
|
46036
|
+
"name": "position",
|
|
46037
|
+
"type": {
|
|
46038
|
+
"text": "string"
|
|
46039
|
+
},
|
|
46040
|
+
"privacy": "public",
|
|
46041
|
+
"description": "The position of the label relative to the min and max value of the parent {@link @microsoft/fast-foundation#(Slider:class)}.",
|
|
46042
|
+
"inheritedFrom": {
|
|
46043
|
+
"name": "SliderLabel",
|
|
46044
|
+
"module": "src/slider-label/slider-label.ts"
|
|
46045
|
+
}
|
|
46046
|
+
},
|
|
46047
|
+
{
|
|
46048
|
+
"kind": "method",
|
|
46049
|
+
"name": "positionChanged",
|
|
46050
|
+
"privacy": "private",
|
|
46051
|
+
"return": {
|
|
46052
|
+
"type": {
|
|
46053
|
+
"text": "void"
|
|
46054
|
+
}
|
|
46055
|
+
},
|
|
46056
|
+
"inheritedFrom": {
|
|
46057
|
+
"name": "SliderLabel",
|
|
46058
|
+
"module": "src/slider-label/slider-label.ts"
|
|
46059
|
+
}
|
|
46060
|
+
},
|
|
46061
|
+
{
|
|
46062
|
+
"kind": "field",
|
|
46063
|
+
"name": "hideMark",
|
|
46064
|
+
"type": {
|
|
46065
|
+
"text": "boolean"
|
|
46066
|
+
},
|
|
46067
|
+
"privacy": "public",
|
|
46068
|
+
"default": "false",
|
|
46069
|
+
"description": "Hides the tick mark.",
|
|
46070
|
+
"inheritedFrom": {
|
|
46071
|
+
"name": "SliderLabel",
|
|
46072
|
+
"module": "src/slider-label/slider-label.ts"
|
|
46073
|
+
}
|
|
46074
|
+
},
|
|
46075
|
+
{
|
|
46076
|
+
"kind": "field",
|
|
46077
|
+
"name": "disabled",
|
|
46078
|
+
"type": {
|
|
46079
|
+
"text": "boolean"
|
|
46080
|
+
},
|
|
46081
|
+
"privacy": "public",
|
|
46082
|
+
"description": "The disabled state of the label. This is generally controlled by the parent {@link @microsoft/fast-foundation#(Slider:class)}.",
|
|
46083
|
+
"inheritedFrom": {
|
|
46084
|
+
"name": "SliderLabel",
|
|
46085
|
+
"module": "src/slider-label/slider-label.ts"
|
|
46086
|
+
}
|
|
46087
|
+
},
|
|
46088
|
+
{
|
|
46089
|
+
"kind": "field",
|
|
46090
|
+
"name": "notifier",
|
|
46091
|
+
"type": {
|
|
46092
|
+
"text": "Notifier"
|
|
46093
|
+
},
|
|
46094
|
+
"privacy": "private",
|
|
46095
|
+
"inheritedFrom": {
|
|
46096
|
+
"name": "SliderLabel",
|
|
46097
|
+
"module": "src/slider-label/slider-label.ts"
|
|
46098
|
+
}
|
|
46099
|
+
},
|
|
46100
|
+
{
|
|
46101
|
+
"kind": "method",
|
|
46102
|
+
"name": "isSliderConfig",
|
|
46103
|
+
"privacy": "private",
|
|
46104
|
+
"return": {
|
|
46105
|
+
"type": {
|
|
46106
|
+
"text": "node is SliderConfiguration"
|
|
46107
|
+
}
|
|
46108
|
+
},
|
|
46109
|
+
"parameters": [
|
|
46110
|
+
{
|
|
46111
|
+
"name": "node",
|
|
46112
|
+
"type": {
|
|
46113
|
+
"text": "any"
|
|
46114
|
+
}
|
|
46115
|
+
}
|
|
46116
|
+
],
|
|
46117
|
+
"inheritedFrom": {
|
|
46118
|
+
"name": "SliderLabel",
|
|
46119
|
+
"module": "src/slider-label/slider-label.ts"
|
|
46120
|
+
}
|
|
46121
|
+
},
|
|
46122
|
+
{
|
|
46123
|
+
"kind": "field",
|
|
46124
|
+
"name": "getSliderConfiguration",
|
|
46125
|
+
"privacy": "private",
|
|
46126
|
+
"inheritedFrom": {
|
|
46127
|
+
"name": "SliderLabel",
|
|
46128
|
+
"module": "src/slider-label/slider-label.ts"
|
|
46129
|
+
}
|
|
46130
|
+
},
|
|
46131
|
+
{
|
|
46132
|
+
"kind": "field",
|
|
46133
|
+
"name": "positionAsStyle",
|
|
46134
|
+
"privacy": "private",
|
|
46135
|
+
"inheritedFrom": {
|
|
46136
|
+
"name": "SliderLabel",
|
|
46137
|
+
"module": "src/slider-label/slider-label.ts"
|
|
46138
|
+
}
|
|
46139
|
+
},
|
|
46140
|
+
{
|
|
46141
|
+
"kind": "field",
|
|
46142
|
+
"name": "_presentation",
|
|
46143
|
+
"type": {
|
|
46144
|
+
"text": "ComponentPresentation | null | undefined"
|
|
46145
|
+
},
|
|
46146
|
+
"privacy": "private",
|
|
46147
|
+
"default": "void 0",
|
|
46148
|
+
"inheritedFrom": {
|
|
46149
|
+
"name": "FoundationElement",
|
|
46150
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
46151
|
+
}
|
|
46152
|
+
},
|
|
46153
|
+
{
|
|
46154
|
+
"kind": "field",
|
|
46155
|
+
"name": "$presentation",
|
|
46156
|
+
"type": {
|
|
46157
|
+
"text": "ComponentPresentation | null"
|
|
46158
|
+
},
|
|
46159
|
+
"privacy": "public",
|
|
46160
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
46161
|
+
"inheritedFrom": {
|
|
46162
|
+
"name": "FoundationElement",
|
|
46163
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
46164
|
+
}
|
|
46165
|
+
},
|
|
46166
|
+
{
|
|
46167
|
+
"kind": "field",
|
|
46168
|
+
"name": "template",
|
|
46169
|
+
"type": {
|
|
46170
|
+
"text": "ElementViewTemplate | void | null"
|
|
46171
|
+
},
|
|
46172
|
+
"privacy": "public",
|
|
46173
|
+
"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.",
|
|
46174
|
+
"inheritedFrom": {
|
|
46175
|
+
"name": "FoundationElement",
|
|
46176
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
46177
|
+
}
|
|
46178
|
+
},
|
|
46179
|
+
{
|
|
46180
|
+
"kind": "method",
|
|
46181
|
+
"name": "templateChanged",
|
|
46182
|
+
"privacy": "protected",
|
|
46183
|
+
"return": {
|
|
46184
|
+
"type": {
|
|
46185
|
+
"text": "void"
|
|
46186
|
+
}
|
|
46187
|
+
},
|
|
46188
|
+
"inheritedFrom": {
|
|
46189
|
+
"name": "FoundationElement",
|
|
46190
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
46191
|
+
}
|
|
46192
|
+
},
|
|
46193
|
+
{
|
|
46194
|
+
"kind": "field",
|
|
46195
|
+
"name": "styles",
|
|
46196
|
+
"type": {
|
|
46197
|
+
"text": "ElementStyles | void | null"
|
|
46198
|
+
},
|
|
46199
|
+
"privacy": "public",
|
|
46200
|
+
"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.",
|
|
46201
|
+
"inheritedFrom": {
|
|
46202
|
+
"name": "FoundationElement",
|
|
46203
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
46204
|
+
}
|
|
46205
|
+
},
|
|
46206
|
+
{
|
|
46207
|
+
"kind": "method",
|
|
46208
|
+
"name": "stylesChanged",
|
|
46209
|
+
"privacy": "protected",
|
|
46210
|
+
"return": {
|
|
46211
|
+
"type": {
|
|
46212
|
+
"text": "void"
|
|
46213
|
+
}
|
|
46214
|
+
},
|
|
46215
|
+
"inheritedFrom": {
|
|
46216
|
+
"name": "FoundationElement",
|
|
46217
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
46218
|
+
}
|
|
46219
|
+
},
|
|
46220
|
+
{
|
|
46221
|
+
"kind": "method",
|
|
46222
|
+
"name": "compose",
|
|
46223
|
+
"privacy": "public",
|
|
46224
|
+
"static": true,
|
|
46225
|
+
"return": {
|
|
46226
|
+
"type": {
|
|
46227
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
46228
|
+
}
|
|
46229
|
+
},
|
|
46230
|
+
"parameters": [
|
|
46231
|
+
{
|
|
46232
|
+
"name": "this",
|
|
46233
|
+
"type": {
|
|
46234
|
+
"text": "K"
|
|
46235
|
+
}
|
|
46236
|
+
},
|
|
46237
|
+
{
|
|
46238
|
+
"name": "elementDefinition",
|
|
46239
|
+
"type": {
|
|
46240
|
+
"text": "T"
|
|
46241
|
+
},
|
|
46242
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
46243
|
+
}
|
|
46244
|
+
],
|
|
46245
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
46246
|
+
"inheritedFrom": {
|
|
46247
|
+
"name": "FoundationElement",
|
|
46248
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
46249
|
+
}
|
|
46250
|
+
}
|
|
46251
|
+
]
|
|
46252
|
+
},
|
|
46253
|
+
{
|
|
46254
|
+
"kind": "variable",
|
|
46255
|
+
"name": "foundationSliderLabelShadowOptions",
|
|
46256
|
+
"type": {
|
|
46257
|
+
"text": "ShadowRootInit"
|
|
46258
|
+
},
|
|
46259
|
+
"default": "undefined"
|
|
46260
|
+
},
|
|
46261
|
+
{
|
|
46262
|
+
"kind": "variable",
|
|
46263
|
+
"name": "defaultSliderLabelConfig",
|
|
46264
|
+
"type": {
|
|
46265
|
+
"text": "object"
|
|
46266
|
+
},
|
|
46267
|
+
"default": "{}"
|
|
46268
|
+
},
|
|
46269
|
+
{
|
|
46270
|
+
"kind": "variable",
|
|
46271
|
+
"name": "foundationSliderLabel",
|
|
46272
|
+
"description": "The Foundation Slider Label",
|
|
46273
|
+
"privacy": "public"
|
|
46274
|
+
}
|
|
46275
|
+
],
|
|
46276
|
+
"exports": [
|
|
46277
|
+
{
|
|
46278
|
+
"kind": "js",
|
|
46279
|
+
"name": "SliderLabel",
|
|
46280
|
+
"declaration": {
|
|
46281
|
+
"name": "SliderLabel",
|
|
46282
|
+
"module": "src/slider-label/slider-label.ts"
|
|
46283
|
+
}
|
|
46284
|
+
},
|
|
46285
|
+
{
|
|
46286
|
+
"kind": "js",
|
|
46287
|
+
"name": "foundationSliderLabelShadowOptions",
|
|
46288
|
+
"declaration": {
|
|
46289
|
+
"name": "foundationSliderLabelShadowOptions",
|
|
46290
|
+
"module": "src/slider-label/slider-label.ts"
|
|
46291
|
+
}
|
|
46292
|
+
},
|
|
46293
|
+
{
|
|
46294
|
+
"kind": "js",
|
|
46295
|
+
"name": "defaultSliderLabelConfig",
|
|
46296
|
+
"declaration": {
|
|
46297
|
+
"name": "defaultSliderLabelConfig",
|
|
46298
|
+
"module": "src/slider-label/slider-label.ts"
|
|
46299
|
+
}
|
|
46300
|
+
},
|
|
46301
|
+
{
|
|
46302
|
+
"kind": "js",
|
|
46303
|
+
"name": "foundationSliderLabel",
|
|
46304
|
+
"declaration": {
|
|
46305
|
+
"name": "foundationSliderLabel",
|
|
46306
|
+
"module": "src/slider-label/slider-label.ts"
|
|
46307
|
+
}
|
|
46308
|
+
}
|
|
46309
|
+
]
|
|
46310
|
+
},
|
|
46311
|
+
{
|
|
46312
|
+
"kind": "javascript-module",
|
|
46313
|
+
"path": "src/stacking-icons/index.ts",
|
|
46314
|
+
"declarations": [],
|
|
46315
|
+
"exports": [
|
|
46316
|
+
{
|
|
46317
|
+
"kind": "js",
|
|
46318
|
+
"name": "*",
|
|
46319
|
+
"declaration": {
|
|
46320
|
+
"name": "*",
|
|
46321
|
+
"package": "./stacking-icons.styles"
|
|
46322
|
+
}
|
|
46323
|
+
},
|
|
46324
|
+
{
|
|
46325
|
+
"kind": "js",
|
|
46326
|
+
"name": "*",
|
|
46327
|
+
"declaration": {
|
|
46328
|
+
"name": "*",
|
|
46329
|
+
"package": "./stacking-icons.template"
|
|
46330
|
+
}
|
|
46331
|
+
},
|
|
46332
|
+
{
|
|
46333
|
+
"kind": "js",
|
|
46334
|
+
"name": "*",
|
|
46335
|
+
"declaration": {
|
|
46336
|
+
"name": "*",
|
|
46337
|
+
"package": "./stacking-icons"
|
|
46338
|
+
}
|
|
46339
|
+
}
|
|
46340
|
+
]
|
|
46341
|
+
},
|
|
46342
|
+
{
|
|
46343
|
+
"kind": "javascript-module",
|
|
46344
|
+
"path": "src/stacking-icons/stacking-icons.styles.ts",
|
|
46345
|
+
"declarations": [
|
|
46346
|
+
{
|
|
46347
|
+
"kind": "function",
|
|
46348
|
+
"name": "foundationStackingIconsStyles",
|
|
46349
|
+
"return": {
|
|
46350
|
+
"type": {
|
|
46351
|
+
"text": "ElementStyles"
|
|
46352
|
+
}
|
|
46353
|
+
},
|
|
46354
|
+
"parameters": [
|
|
46355
|
+
{
|
|
46356
|
+
"name": "context",
|
|
46357
|
+
"type": {
|
|
46358
|
+
"text": "ElementDefinitionContext"
|
|
46359
|
+
}
|
|
46360
|
+
},
|
|
46361
|
+
{
|
|
46362
|
+
"name": "definition",
|
|
46363
|
+
"type": {
|
|
46364
|
+
"text": "FoundationElementDefinition"
|
|
46365
|
+
}
|
|
46366
|
+
}
|
|
46367
|
+
]
|
|
46368
|
+
}
|
|
46369
|
+
],
|
|
46370
|
+
"exports": [
|
|
46371
|
+
{
|
|
46372
|
+
"kind": "js",
|
|
46373
|
+
"name": "foundationStackingIconsStyles",
|
|
46374
|
+
"declaration": {
|
|
46375
|
+
"name": "foundationStackingIconsStyles",
|
|
46376
|
+
"module": "src/stacking-icons/stacking-icons.styles.ts"
|
|
46377
|
+
}
|
|
46378
|
+
}
|
|
46379
|
+
]
|
|
46380
|
+
},
|
|
46381
|
+
{
|
|
46382
|
+
"kind": "javascript-module",
|
|
46383
|
+
"path": "src/stacking-icons/stacking-icons.template.ts",
|
|
46384
|
+
"declarations": [
|
|
46385
|
+
{
|
|
46386
|
+
"kind": "variable",
|
|
46387
|
+
"name": "foundationStackingIconsTemplate",
|
|
46388
|
+
"type": {
|
|
46389
|
+
"text": "ViewTemplate"
|
|
46390
|
+
},
|
|
46391
|
+
"default": "html<StackingIcons>`\n <span\n class=${(x) => `fa-stack fa-${x.size}`}\n style=${(x) => `vertical-align: ${x['vertical-align']};`}\n >\n <slot></slot>\n </span>\n`"
|
|
46392
|
+
}
|
|
46393
|
+
],
|
|
46394
|
+
"exports": [
|
|
46395
|
+
{
|
|
46396
|
+
"kind": "js",
|
|
46397
|
+
"name": "foundationStackingIconsTemplate",
|
|
46398
|
+
"declaration": {
|
|
46399
|
+
"name": "foundationStackingIconsTemplate",
|
|
46400
|
+
"module": "src/stacking-icons/stacking-icons.template.ts"
|
|
46401
|
+
}
|
|
46402
|
+
}
|
|
46403
|
+
]
|
|
46404
|
+
},
|
|
46405
|
+
{
|
|
46406
|
+
"kind": "javascript-module",
|
|
46407
|
+
"path": "src/stacking-icons/stacking-icons.ts",
|
|
45983
46408
|
"declarations": [
|
|
45984
46409
|
{
|
|
45985
46410
|
"kind": "class",
|
|
45986
46411
|
"description": "",
|
|
45987
|
-
"name": "
|
|
45988
|
-
"superclass": {
|
|
45989
|
-
"name": "FASTSliderLabel",
|
|
45990
|
-
"package": "@microsoft/fast-components"
|
|
45991
|
-
},
|
|
45992
|
-
"tagName": "%%prefix%%-slider-label",
|
|
45993
|
-
"customElement": true,
|
|
45994
|
-
"attributes": [
|
|
45995
|
-
{
|
|
45996
|
-
"name": "position",
|
|
45997
|
-
"type": {
|
|
45998
|
-
"text": "string"
|
|
45999
|
-
},
|
|
46000
|
-
"description": "The position of the label relative to the min and max value of the parent @microsoft/fast-foundation#(Slider:class).",
|
|
46001
|
-
"fieldName": "position",
|
|
46002
|
-
"inheritedFrom": {
|
|
46003
|
-
"name": "SliderLabel",
|
|
46004
|
-
"module": "src/slider-label/slider-label.ts"
|
|
46005
|
-
}
|
|
46006
|
-
},
|
|
46007
|
-
{
|
|
46008
|
-
"name": "hide-mark",
|
|
46009
|
-
"type": {
|
|
46010
|
-
"text": "boolean"
|
|
46011
|
-
},
|
|
46012
|
-
"default": "false",
|
|
46013
|
-
"description": "Hides the tick mark.",
|
|
46014
|
-
"fieldName": "hideMark",
|
|
46015
|
-
"inheritedFrom": {
|
|
46016
|
-
"name": "SliderLabel",
|
|
46017
|
-
"module": "src/slider-label/slider-label.ts"
|
|
46018
|
-
}
|
|
46019
|
-
},
|
|
46020
|
-
{
|
|
46021
|
-
"name": "disabled",
|
|
46022
|
-
"type": {
|
|
46023
|
-
"text": "boolean"
|
|
46024
|
-
},
|
|
46025
|
-
"description": "The disabled state of the label. This is generally controlled by the parent @microsoft/fast-foundation#(Slider:class).",
|
|
46026
|
-
"fieldName": "disabled",
|
|
46027
|
-
"inheritedFrom": {
|
|
46028
|
-
"name": "SliderLabel",
|
|
46029
|
-
"module": "src/slider-label/slider-label.ts"
|
|
46030
|
-
}
|
|
46031
|
-
}
|
|
46032
|
-
],
|
|
46412
|
+
"name": "StackingIcons",
|
|
46033
46413
|
"members": [
|
|
46034
46414
|
{
|
|
46035
46415
|
"kind": "field",
|
|
46036
|
-
"name": "
|
|
46037
|
-
"type": {
|
|
46038
|
-
"text": "string"
|
|
46039
|
-
},
|
|
46040
|
-
"privacy": "public",
|
|
46041
|
-
"description": "The position of the label relative to the min and max value of the parent {@link @microsoft/fast-foundation#(Slider:class)}.",
|
|
46042
|
-
"inheritedFrom": {
|
|
46043
|
-
"name": "SliderLabel",
|
|
46044
|
-
"module": "src/slider-label/slider-label.ts"
|
|
46045
|
-
}
|
|
46046
|
-
},
|
|
46047
|
-
{
|
|
46048
|
-
"kind": "method",
|
|
46049
|
-
"name": "positionChanged",
|
|
46050
|
-
"privacy": "private",
|
|
46051
|
-
"return": {
|
|
46052
|
-
"type": {
|
|
46053
|
-
"text": "void"
|
|
46054
|
-
}
|
|
46055
|
-
},
|
|
46056
|
-
"inheritedFrom": {
|
|
46057
|
-
"name": "SliderLabel",
|
|
46058
|
-
"module": "src/slider-label/slider-label.ts"
|
|
46059
|
-
}
|
|
46060
|
-
},
|
|
46061
|
-
{
|
|
46062
|
-
"kind": "field",
|
|
46063
|
-
"name": "hideMark",
|
|
46064
|
-
"type": {
|
|
46065
|
-
"text": "boolean"
|
|
46066
|
-
},
|
|
46067
|
-
"privacy": "public",
|
|
46068
|
-
"default": "false",
|
|
46069
|
-
"description": "Hides the tick mark.",
|
|
46070
|
-
"inheritedFrom": {
|
|
46071
|
-
"name": "SliderLabel",
|
|
46072
|
-
"module": "src/slider-label/slider-label.ts"
|
|
46073
|
-
}
|
|
46074
|
-
},
|
|
46075
|
-
{
|
|
46076
|
-
"kind": "field",
|
|
46077
|
-
"name": "disabled",
|
|
46416
|
+
"name": "size",
|
|
46078
46417
|
"type": {
|
|
46079
|
-
"text": "
|
|
46418
|
+
"text": "StackingIconsSize"
|
|
46080
46419
|
},
|
|
46081
|
-
"
|
|
46082
|
-
"description": "The disabled state of the label. This is generally controlled by the parent {@link @microsoft/fast-foundation#(Slider:class)}.",
|
|
46083
|
-
"inheritedFrom": {
|
|
46084
|
-
"name": "SliderLabel",
|
|
46085
|
-
"module": "src/slider-label/slider-label.ts"
|
|
46086
|
-
}
|
|
46420
|
+
"default": "faSizeValueDefault"
|
|
46087
46421
|
},
|
|
46088
46422
|
{
|
|
46089
46423
|
"kind": "field",
|
|
46090
|
-
"name": "
|
|
46424
|
+
"name": "['vertical-align']",
|
|
46091
46425
|
"type": {
|
|
46092
|
-
"text": "
|
|
46093
|
-
},
|
|
46094
|
-
"privacy": "private",
|
|
46095
|
-
"inheritedFrom": {
|
|
46096
|
-
"name": "SliderLabel",
|
|
46097
|
-
"module": "src/slider-label/slider-label.ts"
|
|
46098
|
-
}
|
|
46099
|
-
},
|
|
46100
|
-
{
|
|
46101
|
-
"kind": "method",
|
|
46102
|
-
"name": "isSliderConfig",
|
|
46103
|
-
"privacy": "private",
|
|
46104
|
-
"return": {
|
|
46105
|
-
"type": {
|
|
46106
|
-
"text": "node is SliderConfiguration"
|
|
46107
|
-
}
|
|
46426
|
+
"text": "VerticalAlign"
|
|
46108
46427
|
},
|
|
46109
|
-
"
|
|
46110
|
-
{
|
|
46111
|
-
"name": "node",
|
|
46112
|
-
"type": {
|
|
46113
|
-
"text": "any"
|
|
46114
|
-
}
|
|
46115
|
-
}
|
|
46116
|
-
],
|
|
46117
|
-
"inheritedFrom": {
|
|
46118
|
-
"name": "SliderLabel",
|
|
46119
|
-
"module": "src/slider-label/slider-label.ts"
|
|
46120
|
-
}
|
|
46121
|
-
},
|
|
46122
|
-
{
|
|
46123
|
-
"kind": "field",
|
|
46124
|
-
"name": "getSliderConfiguration",
|
|
46125
|
-
"privacy": "private",
|
|
46126
|
-
"inheritedFrom": {
|
|
46127
|
-
"name": "SliderLabel",
|
|
46128
|
-
"module": "src/slider-label/slider-label.ts"
|
|
46129
|
-
}
|
|
46130
|
-
},
|
|
46131
|
-
{
|
|
46132
|
-
"kind": "field",
|
|
46133
|
-
"name": "positionAsStyle",
|
|
46134
|
-
"privacy": "private",
|
|
46135
|
-
"inheritedFrom": {
|
|
46136
|
-
"name": "SliderLabel",
|
|
46137
|
-
"module": "src/slider-label/slider-label.ts"
|
|
46138
|
-
}
|
|
46428
|
+
"default": "'baseline'"
|
|
46139
46429
|
},
|
|
46140
46430
|
{
|
|
46141
46431
|
"kind": "field",
|
|
@@ -46248,62 +46538,57 @@
|
|
|
46248
46538
|
"module": "src/foundation-element/foundation-element.ts"
|
|
46249
46539
|
}
|
|
46250
46540
|
}
|
|
46251
|
-
]
|
|
46252
|
-
|
|
46253
|
-
|
|
46254
|
-
|
|
46255
|
-
|
|
46256
|
-
|
|
46257
|
-
|
|
46258
|
-
|
|
46259
|
-
|
|
46260
|
-
|
|
46261
|
-
|
|
46262
|
-
|
|
46263
|
-
|
|
46264
|
-
|
|
46265
|
-
|
|
46541
|
+
],
|
|
46542
|
+
"attributes": [
|
|
46543
|
+
{
|
|
46544
|
+
"name": "size",
|
|
46545
|
+
"type": {
|
|
46546
|
+
"text": "StackingIconsSize"
|
|
46547
|
+
},
|
|
46548
|
+
"default": "faSizeValueDefault",
|
|
46549
|
+
"resolveInitializer": {
|
|
46550
|
+
"module": "/src/icon"
|
|
46551
|
+
},
|
|
46552
|
+
"fieldName": "size"
|
|
46553
|
+
},
|
|
46554
|
+
{
|
|
46555
|
+
"name": "['vertical-align']",
|
|
46556
|
+
"type": {
|
|
46557
|
+
"text": "VerticalAlign"
|
|
46558
|
+
},
|
|
46559
|
+
"default": "'baseline'",
|
|
46560
|
+
"fieldName": "['vertical-align']"
|
|
46561
|
+
}
|
|
46562
|
+
],
|
|
46563
|
+
"superclass": {
|
|
46564
|
+
"name": "FoundationElement",
|
|
46565
|
+
"package": "@microsoft/fast-foundation"
|
|
46266
46566
|
},
|
|
46267
|
-
"
|
|
46567
|
+
"tagName": "%%prefix%%-stacking-icons",
|
|
46568
|
+
"customElement": true
|
|
46268
46569
|
},
|
|
46269
46570
|
{
|
|
46270
46571
|
"kind": "variable",
|
|
46271
|
-
"name": "
|
|
46272
|
-
"description": "The Foundation
|
|
46572
|
+
"name": "foundationStackingIcons",
|
|
46573
|
+
"description": "The Foundation Stacking Icon",
|
|
46273
46574
|
"privacy": "public"
|
|
46274
46575
|
}
|
|
46275
46576
|
],
|
|
46276
46577
|
"exports": [
|
|
46277
46578
|
{
|
|
46278
46579
|
"kind": "js",
|
|
46279
|
-
"name": "
|
|
46280
|
-
"declaration": {
|
|
46281
|
-
"name": "SliderLabel",
|
|
46282
|
-
"module": "src/slider-label/slider-label.ts"
|
|
46283
|
-
}
|
|
46284
|
-
},
|
|
46285
|
-
{
|
|
46286
|
-
"kind": "js",
|
|
46287
|
-
"name": "foundationSliderLabelShadowOptions",
|
|
46288
|
-
"declaration": {
|
|
46289
|
-
"name": "foundationSliderLabelShadowOptions",
|
|
46290
|
-
"module": "src/slider-label/slider-label.ts"
|
|
46291
|
-
}
|
|
46292
|
-
},
|
|
46293
|
-
{
|
|
46294
|
-
"kind": "js",
|
|
46295
|
-
"name": "defaultSliderLabelConfig",
|
|
46580
|
+
"name": "StackingIcons",
|
|
46296
46581
|
"declaration": {
|
|
46297
|
-
"name": "
|
|
46298
|
-
"module": "src/
|
|
46582
|
+
"name": "StackingIcons",
|
|
46583
|
+
"module": "src/stacking-icons/stacking-icons.ts"
|
|
46299
46584
|
}
|
|
46300
46585
|
},
|
|
46301
46586
|
{
|
|
46302
46587
|
"kind": "js",
|
|
46303
|
-
"name": "
|
|
46588
|
+
"name": "foundationStackingIcons",
|
|
46304
46589
|
"declaration": {
|
|
46305
|
-
"name": "
|
|
46306
|
-
"module": "src/
|
|
46590
|
+
"name": "foundationStackingIcons",
|
|
46591
|
+
"module": "src/stacking-icons/stacking-icons.ts"
|
|
46307
46592
|
}
|
|
46308
46593
|
}
|
|
46309
46594
|
]
|
|
@@ -46781,291 +47066,6 @@
|
|
|
46781
47066
|
"declarations": [],
|
|
46782
47067
|
"exports": []
|
|
46783
47068
|
},
|
|
46784
|
-
{
|
|
46785
|
-
"kind": "javascript-module",
|
|
46786
|
-
"path": "src/stacking-icons/index.ts",
|
|
46787
|
-
"declarations": [],
|
|
46788
|
-
"exports": [
|
|
46789
|
-
{
|
|
46790
|
-
"kind": "js",
|
|
46791
|
-
"name": "*",
|
|
46792
|
-
"declaration": {
|
|
46793
|
-
"name": "*",
|
|
46794
|
-
"package": "./stacking-icons.styles"
|
|
46795
|
-
}
|
|
46796
|
-
},
|
|
46797
|
-
{
|
|
46798
|
-
"kind": "js",
|
|
46799
|
-
"name": "*",
|
|
46800
|
-
"declaration": {
|
|
46801
|
-
"name": "*",
|
|
46802
|
-
"package": "./stacking-icons.template"
|
|
46803
|
-
}
|
|
46804
|
-
},
|
|
46805
|
-
{
|
|
46806
|
-
"kind": "js",
|
|
46807
|
-
"name": "*",
|
|
46808
|
-
"declaration": {
|
|
46809
|
-
"name": "*",
|
|
46810
|
-
"package": "./stacking-icons"
|
|
46811
|
-
}
|
|
46812
|
-
}
|
|
46813
|
-
]
|
|
46814
|
-
},
|
|
46815
|
-
{
|
|
46816
|
-
"kind": "javascript-module",
|
|
46817
|
-
"path": "src/stacking-icons/stacking-icons.styles.ts",
|
|
46818
|
-
"declarations": [
|
|
46819
|
-
{
|
|
46820
|
-
"kind": "function",
|
|
46821
|
-
"name": "foundationStackingIconsStyles",
|
|
46822
|
-
"return": {
|
|
46823
|
-
"type": {
|
|
46824
|
-
"text": "ElementStyles"
|
|
46825
|
-
}
|
|
46826
|
-
},
|
|
46827
|
-
"parameters": [
|
|
46828
|
-
{
|
|
46829
|
-
"name": "context",
|
|
46830
|
-
"type": {
|
|
46831
|
-
"text": "ElementDefinitionContext"
|
|
46832
|
-
}
|
|
46833
|
-
},
|
|
46834
|
-
{
|
|
46835
|
-
"name": "definition",
|
|
46836
|
-
"type": {
|
|
46837
|
-
"text": "FoundationElementDefinition"
|
|
46838
|
-
}
|
|
46839
|
-
}
|
|
46840
|
-
]
|
|
46841
|
-
}
|
|
46842
|
-
],
|
|
46843
|
-
"exports": [
|
|
46844
|
-
{
|
|
46845
|
-
"kind": "js",
|
|
46846
|
-
"name": "foundationStackingIconsStyles",
|
|
46847
|
-
"declaration": {
|
|
46848
|
-
"name": "foundationStackingIconsStyles",
|
|
46849
|
-
"module": "src/stacking-icons/stacking-icons.styles.ts"
|
|
46850
|
-
}
|
|
46851
|
-
}
|
|
46852
|
-
]
|
|
46853
|
-
},
|
|
46854
|
-
{
|
|
46855
|
-
"kind": "javascript-module",
|
|
46856
|
-
"path": "src/stacking-icons/stacking-icons.template.ts",
|
|
46857
|
-
"declarations": [
|
|
46858
|
-
{
|
|
46859
|
-
"kind": "variable",
|
|
46860
|
-
"name": "foundationStackingIconsTemplate",
|
|
46861
|
-
"type": {
|
|
46862
|
-
"text": "ViewTemplate"
|
|
46863
|
-
},
|
|
46864
|
-
"default": "html<StackingIcons>`\n <span\n class=${(x) => `fa-stack fa-${x.size}`}\n style=${(x) => `vertical-align: ${x['vertical-align']};`}\n >\n <slot></slot>\n </span>\n`"
|
|
46865
|
-
}
|
|
46866
|
-
],
|
|
46867
|
-
"exports": [
|
|
46868
|
-
{
|
|
46869
|
-
"kind": "js",
|
|
46870
|
-
"name": "foundationStackingIconsTemplate",
|
|
46871
|
-
"declaration": {
|
|
46872
|
-
"name": "foundationStackingIconsTemplate",
|
|
46873
|
-
"module": "src/stacking-icons/stacking-icons.template.ts"
|
|
46874
|
-
}
|
|
46875
|
-
}
|
|
46876
|
-
]
|
|
46877
|
-
},
|
|
46878
|
-
{
|
|
46879
|
-
"kind": "javascript-module",
|
|
46880
|
-
"path": "src/stacking-icons/stacking-icons.ts",
|
|
46881
|
-
"declarations": [
|
|
46882
|
-
{
|
|
46883
|
-
"kind": "class",
|
|
46884
|
-
"description": "",
|
|
46885
|
-
"name": "StackingIcons",
|
|
46886
|
-
"members": [
|
|
46887
|
-
{
|
|
46888
|
-
"kind": "field",
|
|
46889
|
-
"name": "size",
|
|
46890
|
-
"type": {
|
|
46891
|
-
"text": "StackingIconsSize"
|
|
46892
|
-
},
|
|
46893
|
-
"default": "faSizeValueDefault"
|
|
46894
|
-
},
|
|
46895
|
-
{
|
|
46896
|
-
"kind": "field",
|
|
46897
|
-
"name": "['vertical-align']",
|
|
46898
|
-
"type": {
|
|
46899
|
-
"text": "VerticalAlign"
|
|
46900
|
-
},
|
|
46901
|
-
"default": "'baseline'"
|
|
46902
|
-
},
|
|
46903
|
-
{
|
|
46904
|
-
"kind": "field",
|
|
46905
|
-
"name": "_presentation",
|
|
46906
|
-
"type": {
|
|
46907
|
-
"text": "ComponentPresentation | null | undefined"
|
|
46908
|
-
},
|
|
46909
|
-
"privacy": "private",
|
|
46910
|
-
"default": "void 0",
|
|
46911
|
-
"inheritedFrom": {
|
|
46912
|
-
"name": "FoundationElement",
|
|
46913
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
46914
|
-
}
|
|
46915
|
-
},
|
|
46916
|
-
{
|
|
46917
|
-
"kind": "field",
|
|
46918
|
-
"name": "$presentation",
|
|
46919
|
-
"type": {
|
|
46920
|
-
"text": "ComponentPresentation | null"
|
|
46921
|
-
},
|
|
46922
|
-
"privacy": "public",
|
|
46923
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
46924
|
-
"inheritedFrom": {
|
|
46925
|
-
"name": "FoundationElement",
|
|
46926
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
46927
|
-
}
|
|
46928
|
-
},
|
|
46929
|
-
{
|
|
46930
|
-
"kind": "field",
|
|
46931
|
-
"name": "template",
|
|
46932
|
-
"type": {
|
|
46933
|
-
"text": "ElementViewTemplate | void | null"
|
|
46934
|
-
},
|
|
46935
|
-
"privacy": "public",
|
|
46936
|
-
"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.",
|
|
46937
|
-
"inheritedFrom": {
|
|
46938
|
-
"name": "FoundationElement",
|
|
46939
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
46940
|
-
}
|
|
46941
|
-
},
|
|
46942
|
-
{
|
|
46943
|
-
"kind": "method",
|
|
46944
|
-
"name": "templateChanged",
|
|
46945
|
-
"privacy": "protected",
|
|
46946
|
-
"return": {
|
|
46947
|
-
"type": {
|
|
46948
|
-
"text": "void"
|
|
46949
|
-
}
|
|
46950
|
-
},
|
|
46951
|
-
"inheritedFrom": {
|
|
46952
|
-
"name": "FoundationElement",
|
|
46953
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
46954
|
-
}
|
|
46955
|
-
},
|
|
46956
|
-
{
|
|
46957
|
-
"kind": "field",
|
|
46958
|
-
"name": "styles",
|
|
46959
|
-
"type": {
|
|
46960
|
-
"text": "ElementStyles | void | null"
|
|
46961
|
-
},
|
|
46962
|
-
"privacy": "public",
|
|
46963
|
-
"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.",
|
|
46964
|
-
"inheritedFrom": {
|
|
46965
|
-
"name": "FoundationElement",
|
|
46966
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
46967
|
-
}
|
|
46968
|
-
},
|
|
46969
|
-
{
|
|
46970
|
-
"kind": "method",
|
|
46971
|
-
"name": "stylesChanged",
|
|
46972
|
-
"privacy": "protected",
|
|
46973
|
-
"return": {
|
|
46974
|
-
"type": {
|
|
46975
|
-
"text": "void"
|
|
46976
|
-
}
|
|
46977
|
-
},
|
|
46978
|
-
"inheritedFrom": {
|
|
46979
|
-
"name": "FoundationElement",
|
|
46980
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
46981
|
-
}
|
|
46982
|
-
},
|
|
46983
|
-
{
|
|
46984
|
-
"kind": "method",
|
|
46985
|
-
"name": "compose",
|
|
46986
|
-
"privacy": "public",
|
|
46987
|
-
"static": true,
|
|
46988
|
-
"return": {
|
|
46989
|
-
"type": {
|
|
46990
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
46991
|
-
}
|
|
46992
|
-
},
|
|
46993
|
-
"parameters": [
|
|
46994
|
-
{
|
|
46995
|
-
"name": "this",
|
|
46996
|
-
"type": {
|
|
46997
|
-
"text": "K"
|
|
46998
|
-
}
|
|
46999
|
-
},
|
|
47000
|
-
{
|
|
47001
|
-
"name": "elementDefinition",
|
|
47002
|
-
"type": {
|
|
47003
|
-
"text": "T"
|
|
47004
|
-
},
|
|
47005
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
47006
|
-
}
|
|
47007
|
-
],
|
|
47008
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
47009
|
-
"inheritedFrom": {
|
|
47010
|
-
"name": "FoundationElement",
|
|
47011
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
47012
|
-
}
|
|
47013
|
-
}
|
|
47014
|
-
],
|
|
47015
|
-
"attributes": [
|
|
47016
|
-
{
|
|
47017
|
-
"name": "size",
|
|
47018
|
-
"type": {
|
|
47019
|
-
"text": "StackingIconsSize"
|
|
47020
|
-
},
|
|
47021
|
-
"default": "faSizeValueDefault",
|
|
47022
|
-
"resolveInitializer": {
|
|
47023
|
-
"module": "/src/icon"
|
|
47024
|
-
},
|
|
47025
|
-
"fieldName": "size"
|
|
47026
|
-
},
|
|
47027
|
-
{
|
|
47028
|
-
"name": "['vertical-align']",
|
|
47029
|
-
"type": {
|
|
47030
|
-
"text": "VerticalAlign"
|
|
47031
|
-
},
|
|
47032
|
-
"default": "'baseline'",
|
|
47033
|
-
"fieldName": "['vertical-align']"
|
|
47034
|
-
}
|
|
47035
|
-
],
|
|
47036
|
-
"superclass": {
|
|
47037
|
-
"name": "FoundationElement",
|
|
47038
|
-
"package": "@microsoft/fast-foundation"
|
|
47039
|
-
},
|
|
47040
|
-
"tagName": "%%prefix%%-stacking-icons",
|
|
47041
|
-
"customElement": true
|
|
47042
|
-
},
|
|
47043
|
-
{
|
|
47044
|
-
"kind": "variable",
|
|
47045
|
-
"name": "foundationStackingIcons",
|
|
47046
|
-
"description": "The Foundation Stacking Icon",
|
|
47047
|
-
"privacy": "public"
|
|
47048
|
-
}
|
|
47049
|
-
],
|
|
47050
|
-
"exports": [
|
|
47051
|
-
{
|
|
47052
|
-
"kind": "js",
|
|
47053
|
-
"name": "StackingIcons",
|
|
47054
|
-
"declaration": {
|
|
47055
|
-
"name": "StackingIcons",
|
|
47056
|
-
"module": "src/stacking-icons/stacking-icons.ts"
|
|
47057
|
-
}
|
|
47058
|
-
},
|
|
47059
|
-
{
|
|
47060
|
-
"kind": "js",
|
|
47061
|
-
"name": "foundationStackingIcons",
|
|
47062
|
-
"declaration": {
|
|
47063
|
-
"name": "foundationStackingIcons",
|
|
47064
|
-
"module": "src/stacking-icons/stacking-icons.ts"
|
|
47065
|
-
}
|
|
47066
|
-
}
|
|
47067
|
-
]
|
|
47068
|
-
},
|
|
47069
47069
|
{
|
|
47070
47070
|
"kind": "javascript-module",
|
|
47071
47071
|
"path": "src/status-pill/index.ts",
|
|
@@ -56527,6 +56527,197 @@
|
|
|
56527
56527
|
}
|
|
56528
56528
|
]
|
|
56529
56529
|
},
|
|
56530
|
+
{
|
|
56531
|
+
"kind": "javascript-module",
|
|
56532
|
+
"path": "src/ai-criteria-search/validation/criteria-ir.ts",
|
|
56533
|
+
"declarations": [],
|
|
56534
|
+
"exports": []
|
|
56535
|
+
},
|
|
56536
|
+
{
|
|
56537
|
+
"kind": "javascript-module",
|
|
56538
|
+
"path": "src/ai-criteria-search/validation/operator-map.ts",
|
|
56539
|
+
"declarations": [
|
|
56540
|
+
{
|
|
56541
|
+
"kind": "function",
|
|
56542
|
+
"name": "groupsToCriteria",
|
|
56543
|
+
"return": {
|
|
56544
|
+
"type": {
|
|
56545
|
+
"text": "string"
|
|
56546
|
+
}
|
|
56547
|
+
},
|
|
56548
|
+
"parameters": [
|
|
56549
|
+
{
|
|
56550
|
+
"name": "groups",
|
|
56551
|
+
"type": {
|
|
56552
|
+
"text": "CriteriaGroup[]"
|
|
56553
|
+
}
|
|
56554
|
+
}
|
|
56555
|
+
],
|
|
56556
|
+
"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."
|
|
56557
|
+
},
|
|
56558
|
+
{
|
|
56559
|
+
"kind": "variable",
|
|
56560
|
+
"name": "STRING_OPERATORS",
|
|
56561
|
+
"type": {
|
|
56562
|
+
"text": "CriteriaOperator[]"
|
|
56563
|
+
},
|
|
56564
|
+
"default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
|
|
56565
|
+
},
|
|
56566
|
+
{
|
|
56567
|
+
"kind": "variable",
|
|
56568
|
+
"name": "NUMERIC_OPERATORS",
|
|
56569
|
+
"type": {
|
|
56570
|
+
"text": "CriteriaOperator[]"
|
|
56571
|
+
},
|
|
56572
|
+
"default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
|
|
56573
|
+
},
|
|
56574
|
+
{
|
|
56575
|
+
"kind": "variable",
|
|
56576
|
+
"name": "DATE_OPERATORS",
|
|
56577
|
+
"type": {
|
|
56578
|
+
"text": "CriteriaOperator[]"
|
|
56579
|
+
},
|
|
56580
|
+
"default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
|
|
56581
|
+
},
|
|
56582
|
+
{
|
|
56583
|
+
"kind": "variable",
|
|
56584
|
+
"name": "DATETIME_OPERATORS",
|
|
56585
|
+
"type": {
|
|
56586
|
+
"text": "CriteriaOperator[]"
|
|
56587
|
+
},
|
|
56588
|
+
"default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
|
|
56589
|
+
},
|
|
56590
|
+
{
|
|
56591
|
+
"kind": "variable",
|
|
56592
|
+
"name": "OPERATOR_DISPLAY_LABEL",
|
|
56593
|
+
"type": {
|
|
56594
|
+
"text": "Record<CriteriaOperator, string>"
|
|
56595
|
+
},
|
|
56596
|
+
"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}"
|
|
56597
|
+
}
|
|
56598
|
+
],
|
|
56599
|
+
"exports": [
|
|
56600
|
+
{
|
|
56601
|
+
"kind": "js",
|
|
56602
|
+
"name": "groupsToCriteria",
|
|
56603
|
+
"declaration": {
|
|
56604
|
+
"name": "groupsToCriteria",
|
|
56605
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
56606
|
+
}
|
|
56607
|
+
},
|
|
56608
|
+
{
|
|
56609
|
+
"kind": "js",
|
|
56610
|
+
"name": "STRING_OPERATORS",
|
|
56611
|
+
"declaration": {
|
|
56612
|
+
"name": "STRING_OPERATORS",
|
|
56613
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
56614
|
+
}
|
|
56615
|
+
},
|
|
56616
|
+
{
|
|
56617
|
+
"kind": "js",
|
|
56618
|
+
"name": "NUMERIC_OPERATORS",
|
|
56619
|
+
"declaration": {
|
|
56620
|
+
"name": "NUMERIC_OPERATORS",
|
|
56621
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
56622
|
+
}
|
|
56623
|
+
},
|
|
56624
|
+
{
|
|
56625
|
+
"kind": "js",
|
|
56626
|
+
"name": "DATE_OPERATORS",
|
|
56627
|
+
"declaration": {
|
|
56628
|
+
"name": "DATE_OPERATORS",
|
|
56629
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
56630
|
+
}
|
|
56631
|
+
},
|
|
56632
|
+
{
|
|
56633
|
+
"kind": "js",
|
|
56634
|
+
"name": "DATETIME_OPERATORS",
|
|
56635
|
+
"declaration": {
|
|
56636
|
+
"name": "DATETIME_OPERATORS",
|
|
56637
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
56638
|
+
}
|
|
56639
|
+
},
|
|
56640
|
+
{
|
|
56641
|
+
"kind": "js",
|
|
56642
|
+
"name": "OPERATOR_DISPLAY_LABEL",
|
|
56643
|
+
"declaration": {
|
|
56644
|
+
"name": "OPERATOR_DISPLAY_LABEL",
|
|
56645
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
56646
|
+
}
|
|
56647
|
+
}
|
|
56648
|
+
]
|
|
56649
|
+
},
|
|
56650
|
+
{
|
|
56651
|
+
"kind": "javascript-module",
|
|
56652
|
+
"path": "src/ai-criteria-search/validation/schema-validator.ts",
|
|
56653
|
+
"declarations": [
|
|
56654
|
+
{
|
|
56655
|
+
"kind": "function",
|
|
56656
|
+
"name": "validateClauses",
|
|
56657
|
+
"return": {
|
|
56658
|
+
"type": {
|
|
56659
|
+
"text": "ValidationResult"
|
|
56660
|
+
}
|
|
56661
|
+
},
|
|
56662
|
+
"parameters": [
|
|
56663
|
+
{
|
|
56664
|
+
"name": "clauses",
|
|
56665
|
+
"type": {
|
|
56666
|
+
"text": "CriteriaClause[]"
|
|
56667
|
+
}
|
|
56668
|
+
},
|
|
56669
|
+
{
|
|
56670
|
+
"name": "fieldMetadata",
|
|
56671
|
+
"type": {
|
|
56672
|
+
"text": "MetadataDetail[] | string[]"
|
|
56673
|
+
}
|
|
56674
|
+
}
|
|
56675
|
+
]
|
|
56676
|
+
},
|
|
56677
|
+
{
|
|
56678
|
+
"kind": "function",
|
|
56679
|
+
"name": "validateGroups",
|
|
56680
|
+
"return": {
|
|
56681
|
+
"type": {
|
|
56682
|
+
"text": "GroupsValidationResult"
|
|
56683
|
+
}
|
|
56684
|
+
},
|
|
56685
|
+
"parameters": [
|
|
56686
|
+
{
|
|
56687
|
+
"name": "groups",
|
|
56688
|
+
"type": {
|
|
56689
|
+
"text": "CriteriaGroup[]"
|
|
56690
|
+
}
|
|
56691
|
+
},
|
|
56692
|
+
{
|
|
56693
|
+
"name": "fieldMetadata",
|
|
56694
|
+
"type": {
|
|
56695
|
+
"text": "MetadataDetail[] | string[]"
|
|
56696
|
+
}
|
|
56697
|
+
}
|
|
56698
|
+
],
|
|
56699
|
+
"description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
|
|
56700
|
+
}
|
|
56701
|
+
],
|
|
56702
|
+
"exports": [
|
|
56703
|
+
{
|
|
56704
|
+
"kind": "js",
|
|
56705
|
+
"name": "validateClauses",
|
|
56706
|
+
"declaration": {
|
|
56707
|
+
"name": "validateClauses",
|
|
56708
|
+
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
56709
|
+
}
|
|
56710
|
+
},
|
|
56711
|
+
{
|
|
56712
|
+
"kind": "js",
|
|
56713
|
+
"name": "validateGroups",
|
|
56714
|
+
"declaration": {
|
|
56715
|
+
"name": "validateGroups",
|
|
56716
|
+
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
56717
|
+
}
|
|
56718
|
+
}
|
|
56719
|
+
]
|
|
56720
|
+
},
|
|
56530
56721
|
{
|
|
56531
56722
|
"kind": "javascript-module",
|
|
56532
56723
|
"path": "src/_config/styles/colors.ts",
|
|
@@ -57899,197 +58090,6 @@
|
|
|
57899
58090
|
"declarations": [],
|
|
57900
58091
|
"exports": []
|
|
57901
58092
|
},
|
|
57902
|
-
{
|
|
57903
|
-
"kind": "javascript-module",
|
|
57904
|
-
"path": "src/ai-criteria-search/validation/criteria-ir.ts",
|
|
57905
|
-
"declarations": [],
|
|
57906
|
-
"exports": []
|
|
57907
|
-
},
|
|
57908
|
-
{
|
|
57909
|
-
"kind": "javascript-module",
|
|
57910
|
-
"path": "src/ai-criteria-search/validation/operator-map.ts",
|
|
57911
|
-
"declarations": [
|
|
57912
|
-
{
|
|
57913
|
-
"kind": "function",
|
|
57914
|
-
"name": "groupsToCriteria",
|
|
57915
|
-
"return": {
|
|
57916
|
-
"type": {
|
|
57917
|
-
"text": "string"
|
|
57918
|
-
}
|
|
57919
|
-
},
|
|
57920
|
-
"parameters": [
|
|
57921
|
-
{
|
|
57922
|
-
"name": "groups",
|
|
57923
|
-
"type": {
|
|
57924
|
-
"text": "CriteriaGroup[]"
|
|
57925
|
-
}
|
|
57926
|
-
}
|
|
57927
|
-
],
|
|
57928
|
-
"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."
|
|
57929
|
-
},
|
|
57930
|
-
{
|
|
57931
|
-
"kind": "variable",
|
|
57932
|
-
"name": "STRING_OPERATORS",
|
|
57933
|
-
"type": {
|
|
57934
|
-
"text": "CriteriaOperator[]"
|
|
57935
|
-
},
|
|
57936
|
-
"default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
|
|
57937
|
-
},
|
|
57938
|
-
{
|
|
57939
|
-
"kind": "variable",
|
|
57940
|
-
"name": "NUMERIC_OPERATORS",
|
|
57941
|
-
"type": {
|
|
57942
|
-
"text": "CriteriaOperator[]"
|
|
57943
|
-
},
|
|
57944
|
-
"default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
|
|
57945
|
-
},
|
|
57946
|
-
{
|
|
57947
|
-
"kind": "variable",
|
|
57948
|
-
"name": "DATE_OPERATORS",
|
|
57949
|
-
"type": {
|
|
57950
|
-
"text": "CriteriaOperator[]"
|
|
57951
|
-
},
|
|
57952
|
-
"default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
|
|
57953
|
-
},
|
|
57954
|
-
{
|
|
57955
|
-
"kind": "variable",
|
|
57956
|
-
"name": "DATETIME_OPERATORS",
|
|
57957
|
-
"type": {
|
|
57958
|
-
"text": "CriteriaOperator[]"
|
|
57959
|
-
},
|
|
57960
|
-
"default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
|
|
57961
|
-
},
|
|
57962
|
-
{
|
|
57963
|
-
"kind": "variable",
|
|
57964
|
-
"name": "OPERATOR_DISPLAY_LABEL",
|
|
57965
|
-
"type": {
|
|
57966
|
-
"text": "Record<CriteriaOperator, string>"
|
|
57967
|
-
},
|
|
57968
|
-
"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}"
|
|
57969
|
-
}
|
|
57970
|
-
],
|
|
57971
|
-
"exports": [
|
|
57972
|
-
{
|
|
57973
|
-
"kind": "js",
|
|
57974
|
-
"name": "groupsToCriteria",
|
|
57975
|
-
"declaration": {
|
|
57976
|
-
"name": "groupsToCriteria",
|
|
57977
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57978
|
-
}
|
|
57979
|
-
},
|
|
57980
|
-
{
|
|
57981
|
-
"kind": "js",
|
|
57982
|
-
"name": "STRING_OPERATORS",
|
|
57983
|
-
"declaration": {
|
|
57984
|
-
"name": "STRING_OPERATORS",
|
|
57985
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57986
|
-
}
|
|
57987
|
-
},
|
|
57988
|
-
{
|
|
57989
|
-
"kind": "js",
|
|
57990
|
-
"name": "NUMERIC_OPERATORS",
|
|
57991
|
-
"declaration": {
|
|
57992
|
-
"name": "NUMERIC_OPERATORS",
|
|
57993
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57994
|
-
}
|
|
57995
|
-
},
|
|
57996
|
-
{
|
|
57997
|
-
"kind": "js",
|
|
57998
|
-
"name": "DATE_OPERATORS",
|
|
57999
|
-
"declaration": {
|
|
58000
|
-
"name": "DATE_OPERATORS",
|
|
58001
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
58002
|
-
}
|
|
58003
|
-
},
|
|
58004
|
-
{
|
|
58005
|
-
"kind": "js",
|
|
58006
|
-
"name": "DATETIME_OPERATORS",
|
|
58007
|
-
"declaration": {
|
|
58008
|
-
"name": "DATETIME_OPERATORS",
|
|
58009
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
58010
|
-
}
|
|
58011
|
-
},
|
|
58012
|
-
{
|
|
58013
|
-
"kind": "js",
|
|
58014
|
-
"name": "OPERATOR_DISPLAY_LABEL",
|
|
58015
|
-
"declaration": {
|
|
58016
|
-
"name": "OPERATOR_DISPLAY_LABEL",
|
|
58017
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
58018
|
-
}
|
|
58019
|
-
}
|
|
58020
|
-
]
|
|
58021
|
-
},
|
|
58022
|
-
{
|
|
58023
|
-
"kind": "javascript-module",
|
|
58024
|
-
"path": "src/ai-criteria-search/validation/schema-validator.ts",
|
|
58025
|
-
"declarations": [
|
|
58026
|
-
{
|
|
58027
|
-
"kind": "function",
|
|
58028
|
-
"name": "validateClauses",
|
|
58029
|
-
"return": {
|
|
58030
|
-
"type": {
|
|
58031
|
-
"text": "ValidationResult"
|
|
58032
|
-
}
|
|
58033
|
-
},
|
|
58034
|
-
"parameters": [
|
|
58035
|
-
{
|
|
58036
|
-
"name": "clauses",
|
|
58037
|
-
"type": {
|
|
58038
|
-
"text": "CriteriaClause[]"
|
|
58039
|
-
}
|
|
58040
|
-
},
|
|
58041
|
-
{
|
|
58042
|
-
"name": "fieldMetadata",
|
|
58043
|
-
"type": {
|
|
58044
|
-
"text": "MetadataDetail[] | string[]"
|
|
58045
|
-
}
|
|
58046
|
-
}
|
|
58047
|
-
]
|
|
58048
|
-
},
|
|
58049
|
-
{
|
|
58050
|
-
"kind": "function",
|
|
58051
|
-
"name": "validateGroups",
|
|
58052
|
-
"return": {
|
|
58053
|
-
"type": {
|
|
58054
|
-
"text": "GroupsValidationResult"
|
|
58055
|
-
}
|
|
58056
|
-
},
|
|
58057
|
-
"parameters": [
|
|
58058
|
-
{
|
|
58059
|
-
"name": "groups",
|
|
58060
|
-
"type": {
|
|
58061
|
-
"text": "CriteriaGroup[]"
|
|
58062
|
-
}
|
|
58063
|
-
},
|
|
58064
|
-
{
|
|
58065
|
-
"name": "fieldMetadata",
|
|
58066
|
-
"type": {
|
|
58067
|
-
"text": "MetadataDetail[] | string[]"
|
|
58068
|
-
}
|
|
58069
|
-
}
|
|
58070
|
-
],
|
|
58071
|
-
"description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
|
|
58072
|
-
}
|
|
58073
|
-
],
|
|
58074
|
-
"exports": [
|
|
58075
|
-
{
|
|
58076
|
-
"kind": "js",
|
|
58077
|
-
"name": "validateClauses",
|
|
58078
|
-
"declaration": {
|
|
58079
|
-
"name": "validateClauses",
|
|
58080
|
-
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
58081
|
-
}
|
|
58082
|
-
},
|
|
58083
|
-
{
|
|
58084
|
-
"kind": "js",
|
|
58085
|
-
"name": "validateGroups",
|
|
58086
|
-
"declaration": {
|
|
58087
|
-
"name": "validateGroups",
|
|
58088
|
-
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
58089
|
-
}
|
|
58090
|
-
}
|
|
58091
|
-
]
|
|
58092
|
-
},
|
|
58093
58093
|
{
|
|
58094
58094
|
"kind": "javascript-module",
|
|
58095
58095
|
"path": "src/environment-indicator/utils/configure.ts",
|