@genesislcap/grid-pro 14.115.0 → 14.116.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +344 -344
- package/package.json +8 -8
|
@@ -1442,56 +1442,59 @@
|
|
|
1442
1442
|
},
|
|
1443
1443
|
{
|
|
1444
1444
|
"kind": "javascript-module",
|
|
1445
|
-
"path": "src/cell
|
|
1445
|
+
"path": "src/cell/cell.template.ts",
|
|
1446
|
+
"declarations": [
|
|
1447
|
+
{
|
|
1448
|
+
"kind": "variable",
|
|
1449
|
+
"name": "CellTemplate",
|
|
1450
|
+
"default": "html<GridProCell>`\n <template>\n <slot ${slotted('slottedRenderer')} @slotchange=\"${(x) => x.slottedAgRendererChanged()}\"></slot>\n </template>\n`",
|
|
1451
|
+
"description": "The Grid Pro Cell Template.",
|
|
1452
|
+
"privacy": "public"
|
|
1453
|
+
}
|
|
1454
|
+
],
|
|
1455
|
+
"exports": [
|
|
1456
|
+
{
|
|
1457
|
+
"kind": "js",
|
|
1458
|
+
"name": "CellTemplate",
|
|
1459
|
+
"declaration": {
|
|
1460
|
+
"name": "CellTemplate",
|
|
1461
|
+
"module": "src/cell/cell.template.ts"
|
|
1462
|
+
}
|
|
1463
|
+
}
|
|
1464
|
+
]
|
|
1465
|
+
},
|
|
1466
|
+
{
|
|
1467
|
+
"kind": "javascript-module",
|
|
1468
|
+
"path": "src/cell/cell.ts",
|
|
1446
1469
|
"declarations": [
|
|
1447
1470
|
{
|
|
1448
1471
|
"kind": "class",
|
|
1449
|
-
"description": "The
|
|
1450
|
-
"name": "
|
|
1472
|
+
"description": "The Grid Pro Cell element.",
|
|
1473
|
+
"name": "GridProCell",
|
|
1451
1474
|
"members": [
|
|
1452
1475
|
{
|
|
1453
1476
|
"kind": "field",
|
|
1454
|
-
"name": "
|
|
1477
|
+
"name": "renderer",
|
|
1455
1478
|
"type": {
|
|
1456
|
-
"text": "
|
|
1479
|
+
"text": "ICellRendererFunc"
|
|
1457
1480
|
},
|
|
1458
1481
|
"privacy": "public"
|
|
1459
1482
|
},
|
|
1460
1483
|
{
|
|
1461
1484
|
"kind": "field",
|
|
1462
|
-
"name": "
|
|
1485
|
+
"name": "rendererParams",
|
|
1463
1486
|
"type": {
|
|
1464
|
-
"text": "
|
|
1487
|
+
"text": "ICellRendererParams"
|
|
1465
1488
|
},
|
|
1466
1489
|
"privacy": "public"
|
|
1467
1490
|
},
|
|
1468
1491
|
{
|
|
1469
1492
|
"kind": "field",
|
|
1470
|
-
"name": "
|
|
1471
|
-
"type": {
|
|
1472
|
-
"text": "DateEditorParams"
|
|
1473
|
-
}
|
|
1474
|
-
},
|
|
1475
|
-
{
|
|
1476
|
-
"kind": "field",
|
|
1477
|
-
"name": "dateFormat",
|
|
1478
|
-
"type": {
|
|
1479
|
-
"text": "string"
|
|
1480
|
-
}
|
|
1481
|
-
},
|
|
1482
|
-
{
|
|
1483
|
-
"kind": "field",
|
|
1484
|
-
"name": "input",
|
|
1485
|
-
"type": {
|
|
1486
|
-
"text": "any"
|
|
1487
|
-
}
|
|
1488
|
-
},
|
|
1489
|
-
{
|
|
1490
|
-
"kind": "field",
|
|
1491
|
-
"name": "inputType",
|
|
1493
|
+
"name": "slottedRenderer",
|
|
1492
1494
|
"type": {
|
|
1493
|
-
"text": "
|
|
1494
|
-
}
|
|
1495
|
+
"text": "HTMLElement[]"
|
|
1496
|
+
},
|
|
1497
|
+
"privacy": "public"
|
|
1495
1498
|
},
|
|
1496
1499
|
{
|
|
1497
1500
|
"kind": "method",
|
|
@@ -1501,7 +1504,7 @@
|
|
|
1501
1504
|
{
|
|
1502
1505
|
"name": "params",
|
|
1503
1506
|
"type": {
|
|
1504
|
-
"text": "
|
|
1507
|
+
"text": "ICellRendererParams"
|
|
1505
1508
|
}
|
|
1506
1509
|
}
|
|
1507
1510
|
]
|
|
@@ -1516,53 +1519,28 @@
|
|
|
1516
1519
|
}
|
|
1517
1520
|
}
|
|
1518
1521
|
},
|
|
1522
|
+
{
|
|
1523
|
+
"kind": "method",
|
|
1524
|
+
"name": "destroy",
|
|
1525
|
+
"privacy": "public"
|
|
1526
|
+
},
|
|
1519
1527
|
{
|
|
1520
1528
|
"kind": "method",
|
|
1521
1529
|
"name": "refresh",
|
|
1522
1530
|
"privacy": "public",
|
|
1523
|
-
"return": {
|
|
1524
|
-
"type": {
|
|
1525
|
-
"text": "boolean"
|
|
1526
|
-
}
|
|
1527
|
-
},
|
|
1528
1531
|
"parameters": [
|
|
1529
1532
|
{
|
|
1530
1533
|
"name": "params",
|
|
1531
1534
|
"type": {
|
|
1532
|
-
"text": "
|
|
1535
|
+
"text": "ICellRendererParams"
|
|
1533
1536
|
}
|
|
1534
1537
|
}
|
|
1535
1538
|
]
|
|
1536
1539
|
},
|
|
1537
1540
|
{
|
|
1538
1541
|
"kind": "method",
|
|
1539
|
-
"name": "
|
|
1540
|
-
|
|
1541
|
-
{
|
|
1542
|
-
"kind": "method",
|
|
1543
|
-
"name": "isPopup",
|
|
1544
|
-
"return": {
|
|
1545
|
-
"type": {
|
|
1546
|
-
"text": "boolean"
|
|
1547
|
-
}
|
|
1548
|
-
}
|
|
1549
|
-
},
|
|
1550
|
-
{
|
|
1551
|
-
"kind": "method",
|
|
1552
|
-
"name": "changeHandler",
|
|
1553
|
-
"parameters": [
|
|
1554
|
-
{
|
|
1555
|
-
"name": "event"
|
|
1556
|
-
}
|
|
1557
|
-
]
|
|
1558
|
-
},
|
|
1559
|
-
{
|
|
1560
|
-
"kind": "method",
|
|
1561
|
-
"name": "afterGuiAttached"
|
|
1562
|
-
},
|
|
1563
|
-
{
|
|
1564
|
-
"kind": "method",
|
|
1565
|
-
"name": "isCancelBeforeStart"
|
|
1542
|
+
"name": "slottedAgRendererChanged",
|
|
1543
|
+
"privacy": "public"
|
|
1566
1544
|
},
|
|
1567
1545
|
{
|
|
1568
1546
|
"kind": "field",
|
|
@@ -1680,78 +1658,32 @@
|
|
|
1680
1658
|
"name": "FoundationElement",
|
|
1681
1659
|
"package": "@microsoft/fast-foundation"
|
|
1682
1660
|
},
|
|
1683
|
-
"tagName": "
|
|
1661
|
+
"tagName": "grid-pro-cell",
|
|
1684
1662
|
"customElement": true
|
|
1685
|
-
},
|
|
1686
|
-
{
|
|
1687
|
-
"kind": "variable",
|
|
1688
|
-
"name": "agDateEditorStyles",
|
|
1689
|
-
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
1690
|
-
"description": "The AG Select Renderer Styles.",
|
|
1691
|
-
"privacy": "public"
|
|
1692
|
-
},
|
|
1693
|
-
{
|
|
1694
|
-
"kind": "function",
|
|
1695
|
-
"name": "getDateEditorTemplate",
|
|
1696
|
-
"parameters": [
|
|
1697
|
-
{
|
|
1698
|
-
"name": "prefix",
|
|
1699
|
-
"default": "'foundation'",
|
|
1700
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
1701
|
-
}
|
|
1702
|
-
],
|
|
1703
|
-
"description": "Get a Design System prefixed Select template.",
|
|
1704
|
-
"return": {
|
|
1705
|
-
"type": {
|
|
1706
|
-
"text": ""
|
|
1707
|
-
}
|
|
1708
|
-
},
|
|
1709
|
-
"privacy": "public"
|
|
1710
|
-
},
|
|
1711
|
-
{
|
|
1712
|
-
"kind": "variable",
|
|
1713
|
-
"name": "foundationDateEditor",
|
|
1714
|
-
"privacy": "public"
|
|
1715
1663
|
}
|
|
1716
1664
|
],
|
|
1717
1665
|
"exports": [
|
|
1718
1666
|
{
|
|
1719
1667
|
"kind": "js",
|
|
1720
|
-
"name": "
|
|
1721
|
-
"declaration": {
|
|
1722
|
-
"name": "DateEditor",
|
|
1723
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
1724
|
-
}
|
|
1725
|
-
},
|
|
1726
|
-
{
|
|
1727
|
-
"kind": "js",
|
|
1728
|
-
"name": "agDateEditorStyles",
|
|
1729
|
-
"declaration": {
|
|
1730
|
-
"name": "agDateEditorStyles",
|
|
1731
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
1732
|
-
}
|
|
1733
|
-
},
|
|
1734
|
-
{
|
|
1735
|
-
"kind": "js",
|
|
1736
|
-
"name": "getDateEditorTemplate",
|
|
1668
|
+
"name": "GridProCell",
|
|
1737
1669
|
"declaration": {
|
|
1738
|
-
"name": "
|
|
1739
|
-
"module": "src/cell
|
|
1670
|
+
"name": "GridProCell",
|
|
1671
|
+
"module": "src/cell/cell.ts"
|
|
1740
1672
|
}
|
|
1741
1673
|
},
|
|
1742
1674
|
{
|
|
1743
|
-
"kind": "
|
|
1744
|
-
"name": "
|
|
1675
|
+
"kind": "custom-element-definition",
|
|
1676
|
+
"name": "grid-pro-cell",
|
|
1745
1677
|
"declaration": {
|
|
1746
|
-
"name": "
|
|
1747
|
-
"module": "src/cell
|
|
1678
|
+
"name": "GridProCell",
|
|
1679
|
+
"module": "src/cell/cell.ts"
|
|
1748
1680
|
}
|
|
1749
1681
|
}
|
|
1750
1682
|
]
|
|
1751
1683
|
},
|
|
1752
1684
|
{
|
|
1753
1685
|
"kind": "javascript-module",
|
|
1754
|
-
"path": "src/cell
|
|
1686
|
+
"path": "src/cell/index.ts",
|
|
1755
1687
|
"declarations": [],
|
|
1756
1688
|
"exports": [
|
|
1757
1689
|
{
|
|
@@ -1759,31 +1691,7 @@
|
|
|
1759
1691
|
"name": "*",
|
|
1760
1692
|
"declaration": {
|
|
1761
1693
|
"name": "*",
|
|
1762
|
-
"package": "./
|
|
1763
|
-
}
|
|
1764
|
-
},
|
|
1765
|
-
{
|
|
1766
|
-
"kind": "js",
|
|
1767
|
-
"name": "*",
|
|
1768
|
-
"declaration": {
|
|
1769
|
-
"name": "*",
|
|
1770
|
-
"package": "./multiselect.editor"
|
|
1771
|
-
}
|
|
1772
|
-
},
|
|
1773
|
-
{
|
|
1774
|
-
"kind": "js",
|
|
1775
|
-
"name": "*",
|
|
1776
|
-
"declaration": {
|
|
1777
|
-
"name": "*",
|
|
1778
|
-
"package": "./number.editor"
|
|
1779
|
-
}
|
|
1780
|
-
},
|
|
1781
|
-
{
|
|
1782
|
-
"kind": "js",
|
|
1783
|
-
"name": "*",
|
|
1784
|
-
"declaration": {
|
|
1785
|
-
"name": "*",
|
|
1786
|
-
"package": "./select.editor"
|
|
1694
|
+
"package": "./cell.template"
|
|
1787
1695
|
}
|
|
1788
1696
|
},
|
|
1789
1697
|
{
|
|
@@ -1791,36 +1699,64 @@
|
|
|
1791
1699
|
"name": "*",
|
|
1792
1700
|
"declaration": {
|
|
1793
1701
|
"name": "*",
|
|
1794
|
-
"package": "./
|
|
1702
|
+
"package": "./cell"
|
|
1795
1703
|
}
|
|
1796
1704
|
}
|
|
1797
1705
|
]
|
|
1798
1706
|
},
|
|
1799
1707
|
{
|
|
1800
1708
|
"kind": "javascript-module",
|
|
1801
|
-
"path": "src/cell-editors/
|
|
1709
|
+
"path": "src/cell-editors/date.editor.ts",
|
|
1802
1710
|
"declarations": [
|
|
1803
1711
|
{
|
|
1804
1712
|
"kind": "class",
|
|
1805
|
-
"description": "The AG
|
|
1806
|
-
"name": "
|
|
1713
|
+
"description": "The AG Date Editor element.",
|
|
1714
|
+
"name": "DateEditor",
|
|
1807
1715
|
"members": [
|
|
1808
1716
|
{
|
|
1809
1717
|
"kind": "field",
|
|
1810
|
-
"name": "
|
|
1718
|
+
"name": "value",
|
|
1811
1719
|
"type": {
|
|
1812
|
-
"text": "
|
|
1720
|
+
"text": "number"
|
|
1813
1721
|
},
|
|
1814
1722
|
"privacy": "public"
|
|
1815
1723
|
},
|
|
1816
1724
|
{
|
|
1817
1725
|
"kind": "field",
|
|
1818
|
-
"name": "
|
|
1726
|
+
"name": "actualWidth",
|
|
1819
1727
|
"type": {
|
|
1820
|
-
"text": "
|
|
1728
|
+
"text": "number"
|
|
1821
1729
|
},
|
|
1822
1730
|
"privacy": "public"
|
|
1823
1731
|
},
|
|
1732
|
+
{
|
|
1733
|
+
"kind": "field",
|
|
1734
|
+
"name": "params",
|
|
1735
|
+
"type": {
|
|
1736
|
+
"text": "DateEditorParams"
|
|
1737
|
+
}
|
|
1738
|
+
},
|
|
1739
|
+
{
|
|
1740
|
+
"kind": "field",
|
|
1741
|
+
"name": "dateFormat",
|
|
1742
|
+
"type": {
|
|
1743
|
+
"text": "string"
|
|
1744
|
+
}
|
|
1745
|
+
},
|
|
1746
|
+
{
|
|
1747
|
+
"kind": "field",
|
|
1748
|
+
"name": "input",
|
|
1749
|
+
"type": {
|
|
1750
|
+
"text": "any"
|
|
1751
|
+
}
|
|
1752
|
+
},
|
|
1753
|
+
{
|
|
1754
|
+
"kind": "field",
|
|
1755
|
+
"name": "inputType",
|
|
1756
|
+
"type": {
|
|
1757
|
+
"text": "'datetime-local' | 'date'"
|
|
1758
|
+
}
|
|
1759
|
+
},
|
|
1824
1760
|
{
|
|
1825
1761
|
"kind": "method",
|
|
1826
1762
|
"name": "init",
|
|
@@ -1829,7 +1765,7 @@
|
|
|
1829
1765
|
{
|
|
1830
1766
|
"name": "params",
|
|
1831
1767
|
"type": {
|
|
1832
|
-
"text": "
|
|
1768
|
+
"text": "DateEditorParams"
|
|
1833
1769
|
}
|
|
1834
1770
|
}
|
|
1835
1771
|
]
|
|
@@ -1844,16 +1780,6 @@
|
|
|
1844
1780
|
}
|
|
1845
1781
|
}
|
|
1846
1782
|
},
|
|
1847
|
-
{
|
|
1848
|
-
"kind": "method",
|
|
1849
|
-
"name": "destroy",
|
|
1850
|
-
"privacy": "public",
|
|
1851
|
-
"return": {
|
|
1852
|
-
"type": {
|
|
1853
|
-
"text": "void"
|
|
1854
|
-
}
|
|
1855
|
-
}
|
|
1856
|
-
},
|
|
1857
1783
|
{
|
|
1858
1784
|
"kind": "method",
|
|
1859
1785
|
"name": "refresh",
|
|
@@ -1867,7 +1793,7 @@
|
|
|
1867
1793
|
{
|
|
1868
1794
|
"name": "params",
|
|
1869
1795
|
"type": {
|
|
1870
|
-
"text": "
|
|
1796
|
+
"text": "DateEditorParams"
|
|
1871
1797
|
}
|
|
1872
1798
|
}
|
|
1873
1799
|
]
|
|
@@ -1894,6 +1820,10 @@
|
|
|
1894
1820
|
}
|
|
1895
1821
|
]
|
|
1896
1822
|
},
|
|
1823
|
+
{
|
|
1824
|
+
"kind": "method",
|
|
1825
|
+
"name": "afterGuiAttached"
|
|
1826
|
+
},
|
|
1897
1827
|
{
|
|
1898
1828
|
"kind": "method",
|
|
1899
1829
|
"name": "isCancelBeforeStart"
|
|
@@ -2014,22 +1944,22 @@
|
|
|
2014
1944
|
"name": "FoundationElement",
|
|
2015
1945
|
"package": "@microsoft/fast-foundation"
|
|
2016
1946
|
},
|
|
2017
|
-
"tagName": "%%prefix%%-
|
|
1947
|
+
"tagName": "%%prefix%%-date-editor",
|
|
2018
1948
|
"customElement": true
|
|
2019
1949
|
},
|
|
2020
1950
|
{
|
|
2021
1951
|
"kind": "variable",
|
|
2022
|
-
"name": "
|
|
2023
|
-
"default": "css
|
|
1952
|
+
"name": "agDateEditorStyles",
|
|
1953
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
2024
1954
|
"description": "The AG Select Renderer Styles.",
|
|
2025
1955
|
"privacy": "public"
|
|
2026
1956
|
},
|
|
2027
1957
|
{
|
|
2028
1958
|
"kind": "function",
|
|
2029
|
-
"name": "
|
|
1959
|
+
"name": "getDateEditorTemplate",
|
|
2030
1960
|
"parameters": [
|
|
2031
1961
|
{
|
|
2032
|
-
"name": "
|
|
1962
|
+
"name": "prefix",
|
|
2033
1963
|
"default": "'foundation'",
|
|
2034
1964
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2035
1965
|
}
|
|
@@ -2044,83 +1974,114 @@
|
|
|
2044
1974
|
},
|
|
2045
1975
|
{
|
|
2046
1976
|
"kind": "variable",
|
|
2047
|
-
"name": "
|
|
1977
|
+
"name": "foundationDateEditor",
|
|
2048
1978
|
"privacy": "public"
|
|
2049
1979
|
}
|
|
2050
1980
|
],
|
|
2051
1981
|
"exports": [
|
|
2052
1982
|
{
|
|
2053
1983
|
"kind": "js",
|
|
2054
|
-
"name": "
|
|
1984
|
+
"name": "DateEditor",
|
|
2055
1985
|
"declaration": {
|
|
2056
|
-
"name": "
|
|
2057
|
-
"module": "src/cell-editors/
|
|
1986
|
+
"name": "DateEditor",
|
|
1987
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
2058
1988
|
}
|
|
2059
1989
|
},
|
|
2060
1990
|
{
|
|
2061
1991
|
"kind": "js",
|
|
2062
|
-
"name": "
|
|
1992
|
+
"name": "agDateEditorStyles",
|
|
2063
1993
|
"declaration": {
|
|
2064
|
-
"name": "
|
|
2065
|
-
"module": "src/cell-editors/
|
|
1994
|
+
"name": "agDateEditorStyles",
|
|
1995
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
2066
1996
|
}
|
|
2067
1997
|
},
|
|
2068
1998
|
{
|
|
2069
1999
|
"kind": "js",
|
|
2070
|
-
"name": "
|
|
2000
|
+
"name": "getDateEditorTemplate",
|
|
2071
2001
|
"declaration": {
|
|
2072
|
-
"name": "
|
|
2073
|
-
"module": "src/cell-editors/
|
|
2002
|
+
"name": "getDateEditorTemplate",
|
|
2003
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
2074
2004
|
}
|
|
2075
2005
|
},
|
|
2076
2006
|
{
|
|
2077
2007
|
"kind": "js",
|
|
2078
|
-
"name": "
|
|
2008
|
+
"name": "foundationDateEditor",
|
|
2079
2009
|
"declaration": {
|
|
2080
|
-
"name": "
|
|
2081
|
-
"module": "src/cell-editors/
|
|
2010
|
+
"name": "foundationDateEditor",
|
|
2011
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
2082
2012
|
}
|
|
2083
2013
|
}
|
|
2084
2014
|
]
|
|
2085
2015
|
},
|
|
2086
2016
|
{
|
|
2087
2017
|
"kind": "javascript-module",
|
|
2088
|
-
"path": "src/cell-editors/
|
|
2018
|
+
"path": "src/cell-editors/index.ts",
|
|
2019
|
+
"declarations": [],
|
|
2020
|
+
"exports": [
|
|
2021
|
+
{
|
|
2022
|
+
"kind": "js",
|
|
2023
|
+
"name": "*",
|
|
2024
|
+
"declaration": {
|
|
2025
|
+
"name": "*",
|
|
2026
|
+
"package": "./date.editor"
|
|
2027
|
+
}
|
|
2028
|
+
},
|
|
2029
|
+
{
|
|
2030
|
+
"kind": "js",
|
|
2031
|
+
"name": "*",
|
|
2032
|
+
"declaration": {
|
|
2033
|
+
"name": "*",
|
|
2034
|
+
"package": "./multiselect.editor"
|
|
2035
|
+
}
|
|
2036
|
+
},
|
|
2037
|
+
{
|
|
2038
|
+
"kind": "js",
|
|
2039
|
+
"name": "*",
|
|
2040
|
+
"declaration": {
|
|
2041
|
+
"name": "*",
|
|
2042
|
+
"package": "./number.editor"
|
|
2043
|
+
}
|
|
2044
|
+
},
|
|
2045
|
+
{
|
|
2046
|
+
"kind": "js",
|
|
2047
|
+
"name": "*",
|
|
2048
|
+
"declaration": {
|
|
2049
|
+
"name": "*",
|
|
2050
|
+
"package": "./select.editor"
|
|
2051
|
+
}
|
|
2052
|
+
},
|
|
2053
|
+
{
|
|
2054
|
+
"kind": "js",
|
|
2055
|
+
"name": "*",
|
|
2056
|
+
"declaration": {
|
|
2057
|
+
"name": "*",
|
|
2058
|
+
"package": "./string.editor"
|
|
2059
|
+
}
|
|
2060
|
+
}
|
|
2061
|
+
]
|
|
2062
|
+
},
|
|
2063
|
+
{
|
|
2064
|
+
"kind": "javascript-module",
|
|
2065
|
+
"path": "src/cell-editors/multiselect.editor.ts",
|
|
2089
2066
|
"declarations": [
|
|
2090
2067
|
{
|
|
2091
2068
|
"kind": "class",
|
|
2092
|
-
"description": "The AG
|
|
2093
|
-
"name": "
|
|
2069
|
+
"description": "The AG Multiselect Editor element.",
|
|
2070
|
+
"name": "MultiselectEditor",
|
|
2094
2071
|
"members": [
|
|
2095
2072
|
{
|
|
2096
2073
|
"kind": "field",
|
|
2097
2074
|
"name": "params",
|
|
2098
2075
|
"type": {
|
|
2099
|
-
"text": "
|
|
2100
|
-
},
|
|
2101
|
-
"privacy": "public"
|
|
2102
|
-
},
|
|
2103
|
-
{
|
|
2104
|
-
"kind": "field",
|
|
2105
|
-
"name": "value",
|
|
2106
|
-
"type": {
|
|
2107
|
-
"text": "number"
|
|
2108
|
-
},
|
|
2109
|
-
"privacy": "public"
|
|
2110
|
-
},
|
|
2111
|
-
{
|
|
2112
|
-
"kind": "field",
|
|
2113
|
-
"name": "actualWidth",
|
|
2114
|
-
"type": {
|
|
2115
|
-
"text": "number"
|
|
2076
|
+
"text": "MultiselectEditorParams"
|
|
2116
2077
|
},
|
|
2117
2078
|
"privacy": "public"
|
|
2118
2079
|
},
|
|
2119
2080
|
{
|
|
2120
2081
|
"kind": "field",
|
|
2121
|
-
"name": "
|
|
2082
|
+
"name": "selectedOptions",
|
|
2122
2083
|
"type": {
|
|
2123
|
-
"text": "any"
|
|
2084
|
+
"text": "any[]"
|
|
2124
2085
|
},
|
|
2125
2086
|
"privacy": "public"
|
|
2126
2087
|
},
|
|
@@ -2132,7 +2093,7 @@
|
|
|
2132
2093
|
{
|
|
2133
2094
|
"name": "params",
|
|
2134
2095
|
"type": {
|
|
2135
|
-
"text": "
|
|
2096
|
+
"text": "MultiselectEditorParams"
|
|
2136
2097
|
}
|
|
2137
2098
|
}
|
|
2138
2099
|
]
|
|
@@ -2147,6 +2108,16 @@
|
|
|
2147
2108
|
}
|
|
2148
2109
|
}
|
|
2149
2110
|
},
|
|
2111
|
+
{
|
|
2112
|
+
"kind": "method",
|
|
2113
|
+
"name": "destroy",
|
|
2114
|
+
"privacy": "public",
|
|
2115
|
+
"return": {
|
|
2116
|
+
"type": {
|
|
2117
|
+
"text": "void"
|
|
2118
|
+
}
|
|
2119
|
+
}
|
|
2120
|
+
},
|
|
2150
2121
|
{
|
|
2151
2122
|
"kind": "method",
|
|
2152
2123
|
"name": "refresh",
|
|
@@ -2160,7 +2131,7 @@
|
|
|
2160
2131
|
{
|
|
2161
2132
|
"name": "params",
|
|
2162
2133
|
"type": {
|
|
2163
|
-
"text": "
|
|
2134
|
+
"text": "MultiselectEditorParams"
|
|
2164
2135
|
}
|
|
2165
2136
|
}
|
|
2166
2137
|
]
|
|
@@ -2178,10 +2149,6 @@
|
|
|
2178
2149
|
}
|
|
2179
2150
|
}
|
|
2180
2151
|
},
|
|
2181
|
-
{
|
|
2182
|
-
"kind": "method",
|
|
2183
|
-
"name": "afterGuiAttached"
|
|
2184
|
-
},
|
|
2185
2152
|
{
|
|
2186
2153
|
"kind": "method",
|
|
2187
2154
|
"name": "changeHandler",
|
|
@@ -2311,19 +2278,19 @@
|
|
|
2311
2278
|
"name": "FoundationElement",
|
|
2312
2279
|
"package": "@microsoft/fast-foundation"
|
|
2313
2280
|
},
|
|
2314
|
-
"tagName": "%%prefix%%-
|
|
2281
|
+
"tagName": "%%prefix%%-multiselect-editor",
|
|
2315
2282
|
"customElement": true
|
|
2316
2283
|
},
|
|
2317
2284
|
{
|
|
2318
2285
|
"kind": "variable",
|
|
2319
|
-
"name": "
|
|
2320
|
-
"default": "css
|
|
2321
|
-
"description": "The AG
|
|
2286
|
+
"name": "agMultiselectEditorStyles",
|
|
2287
|
+
"default": "css``",
|
|
2288
|
+
"description": "The AG Select Renderer Styles.",
|
|
2322
2289
|
"privacy": "public"
|
|
2323
2290
|
},
|
|
2324
2291
|
{
|
|
2325
2292
|
"kind": "function",
|
|
2326
|
-
"name": "
|
|
2293
|
+
"name": "getMultiselectEditorTemplate",
|
|
2327
2294
|
"parameters": [
|
|
2328
2295
|
{
|
|
2329
2296
|
"name": "designSystem",
|
|
@@ -2341,59 +2308,59 @@
|
|
|
2341
2308
|
},
|
|
2342
2309
|
{
|
|
2343
2310
|
"kind": "variable",
|
|
2344
|
-
"name": "
|
|
2311
|
+
"name": "foundationMultiselectEditor",
|
|
2345
2312
|
"privacy": "public"
|
|
2346
2313
|
}
|
|
2347
2314
|
],
|
|
2348
2315
|
"exports": [
|
|
2349
2316
|
{
|
|
2350
2317
|
"kind": "js",
|
|
2351
|
-
"name": "
|
|
2318
|
+
"name": "MultiselectEditor",
|
|
2352
2319
|
"declaration": {
|
|
2353
|
-
"name": "
|
|
2354
|
-
"module": "src/cell-editors/
|
|
2320
|
+
"name": "MultiselectEditor",
|
|
2321
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2355
2322
|
}
|
|
2356
2323
|
},
|
|
2357
2324
|
{
|
|
2358
2325
|
"kind": "js",
|
|
2359
|
-
"name": "
|
|
2326
|
+
"name": "agMultiselectEditorStyles",
|
|
2360
2327
|
"declaration": {
|
|
2361
|
-
"name": "
|
|
2362
|
-
"module": "src/cell-editors/
|
|
2328
|
+
"name": "agMultiselectEditorStyles",
|
|
2329
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2363
2330
|
}
|
|
2364
2331
|
},
|
|
2365
2332
|
{
|
|
2366
2333
|
"kind": "js",
|
|
2367
|
-
"name": "
|
|
2334
|
+
"name": "getMultiselectEditorTemplate",
|
|
2368
2335
|
"declaration": {
|
|
2369
|
-
"name": "
|
|
2370
|
-
"module": "src/cell-editors/
|
|
2336
|
+
"name": "getMultiselectEditorTemplate",
|
|
2337
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2371
2338
|
}
|
|
2372
2339
|
},
|
|
2373
2340
|
{
|
|
2374
2341
|
"kind": "js",
|
|
2375
|
-
"name": "
|
|
2342
|
+
"name": "foundationMultiselectEditor",
|
|
2376
2343
|
"declaration": {
|
|
2377
|
-
"name": "
|
|
2378
|
-
"module": "src/cell-editors/
|
|
2344
|
+
"name": "foundationMultiselectEditor",
|
|
2345
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2379
2346
|
}
|
|
2380
2347
|
}
|
|
2381
2348
|
]
|
|
2382
2349
|
},
|
|
2383
2350
|
{
|
|
2384
2351
|
"kind": "javascript-module",
|
|
2385
|
-
"path": "src/cell-editors/
|
|
2352
|
+
"path": "src/cell-editors/number.editor.ts",
|
|
2386
2353
|
"declarations": [
|
|
2387
2354
|
{
|
|
2388
2355
|
"kind": "class",
|
|
2389
|
-
"description": "The AG
|
|
2390
|
-
"name": "
|
|
2356
|
+
"description": "The AG Number Editor element.",
|
|
2357
|
+
"name": "NumberEditor",
|
|
2391
2358
|
"members": [
|
|
2392
2359
|
{
|
|
2393
2360
|
"kind": "field",
|
|
2394
2361
|
"name": "params",
|
|
2395
2362
|
"type": {
|
|
2396
|
-
"text": "
|
|
2363
|
+
"text": "NumberEditorParams"
|
|
2397
2364
|
},
|
|
2398
2365
|
"privacy": "public"
|
|
2399
2366
|
},
|
|
@@ -2401,7 +2368,7 @@
|
|
|
2401
2368
|
"kind": "field",
|
|
2402
2369
|
"name": "value",
|
|
2403
2370
|
"type": {
|
|
2404
|
-
"text": "
|
|
2371
|
+
"text": "number"
|
|
2405
2372
|
},
|
|
2406
2373
|
"privacy": "public"
|
|
2407
2374
|
},
|
|
@@ -2415,7 +2382,7 @@
|
|
|
2415
2382
|
},
|
|
2416
2383
|
{
|
|
2417
2384
|
"kind": "field",
|
|
2418
|
-
"name": "
|
|
2385
|
+
"name": "input",
|
|
2419
2386
|
"type": {
|
|
2420
2387
|
"text": "any"
|
|
2421
2388
|
},
|
|
@@ -2429,7 +2396,7 @@
|
|
|
2429
2396
|
{
|
|
2430
2397
|
"name": "params",
|
|
2431
2398
|
"type": {
|
|
2432
|
-
"text": "
|
|
2399
|
+
"text": "NumberEditorParams"
|
|
2433
2400
|
}
|
|
2434
2401
|
}
|
|
2435
2402
|
]
|
|
@@ -2457,7 +2424,7 @@
|
|
|
2457
2424
|
{
|
|
2458
2425
|
"name": "params",
|
|
2459
2426
|
"type": {
|
|
2460
|
-
"text": "
|
|
2427
|
+
"text": "NumberEditorParams"
|
|
2461
2428
|
}
|
|
2462
2429
|
}
|
|
2463
2430
|
]
|
|
@@ -2608,19 +2575,19 @@
|
|
|
2608
2575
|
"name": "FoundationElement",
|
|
2609
2576
|
"package": "@microsoft/fast-foundation"
|
|
2610
2577
|
},
|
|
2611
|
-
"tagName": "%%prefix%%-
|
|
2578
|
+
"tagName": "%%prefix%%-number-editor",
|
|
2612
2579
|
"customElement": true
|
|
2613
2580
|
},
|
|
2614
2581
|
{
|
|
2615
2582
|
"kind": "variable",
|
|
2616
|
-
"name": "
|
|
2617
|
-
"default": "css
|
|
2618
|
-
"description": "The AG
|
|
2583
|
+
"name": "agNumberEditorStyles",
|
|
2584
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
2585
|
+
"description": "The AG Number Editor Styles.",
|
|
2619
2586
|
"privacy": "public"
|
|
2620
2587
|
},
|
|
2621
2588
|
{
|
|
2622
2589
|
"kind": "function",
|
|
2623
|
-
"name": "
|
|
2590
|
+
"name": "getNumberEditorTemplate",
|
|
2624
2591
|
"parameters": [
|
|
2625
2592
|
{
|
|
2626
2593
|
"name": "designSystem",
|
|
@@ -2638,59 +2605,59 @@
|
|
|
2638
2605
|
},
|
|
2639
2606
|
{
|
|
2640
2607
|
"kind": "variable",
|
|
2641
|
-
"name": "
|
|
2608
|
+
"name": "foundationNumberEditor",
|
|
2642
2609
|
"privacy": "public"
|
|
2643
2610
|
}
|
|
2644
2611
|
],
|
|
2645
2612
|
"exports": [
|
|
2646
2613
|
{
|
|
2647
2614
|
"kind": "js",
|
|
2648
|
-
"name": "
|
|
2615
|
+
"name": "NumberEditor",
|
|
2649
2616
|
"declaration": {
|
|
2650
|
-
"name": "
|
|
2651
|
-
"module": "src/cell-editors/
|
|
2617
|
+
"name": "NumberEditor",
|
|
2618
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2652
2619
|
}
|
|
2653
2620
|
},
|
|
2654
2621
|
{
|
|
2655
2622
|
"kind": "js",
|
|
2656
|
-
"name": "
|
|
2623
|
+
"name": "agNumberEditorStyles",
|
|
2657
2624
|
"declaration": {
|
|
2658
|
-
"name": "
|
|
2659
|
-
"module": "src/cell-editors/
|
|
2625
|
+
"name": "agNumberEditorStyles",
|
|
2626
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2660
2627
|
}
|
|
2661
2628
|
},
|
|
2662
2629
|
{
|
|
2663
2630
|
"kind": "js",
|
|
2664
|
-
"name": "
|
|
2631
|
+
"name": "getNumberEditorTemplate",
|
|
2665
2632
|
"declaration": {
|
|
2666
|
-
"name": "
|
|
2667
|
-
"module": "src/cell-editors/
|
|
2633
|
+
"name": "getNumberEditorTemplate",
|
|
2634
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2668
2635
|
}
|
|
2669
2636
|
},
|
|
2670
2637
|
{
|
|
2671
2638
|
"kind": "js",
|
|
2672
|
-
"name": "
|
|
2639
|
+
"name": "foundationNumberEditor",
|
|
2673
2640
|
"declaration": {
|
|
2674
|
-
"name": "
|
|
2675
|
-
"module": "src/cell-editors/
|
|
2641
|
+
"name": "foundationNumberEditor",
|
|
2642
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2676
2643
|
}
|
|
2677
2644
|
}
|
|
2678
2645
|
]
|
|
2679
2646
|
},
|
|
2680
2647
|
{
|
|
2681
2648
|
"kind": "javascript-module",
|
|
2682
|
-
"path": "src/cell-editors/
|
|
2649
|
+
"path": "src/cell-editors/select.editor.ts",
|
|
2683
2650
|
"declarations": [
|
|
2684
2651
|
{
|
|
2685
2652
|
"kind": "class",
|
|
2686
|
-
"description": "The AG
|
|
2687
|
-
"name": "
|
|
2653
|
+
"description": "The AG Select Editor element.",
|
|
2654
|
+
"name": "SelectEditor",
|
|
2688
2655
|
"members": [
|
|
2689
2656
|
{
|
|
2690
2657
|
"kind": "field",
|
|
2691
2658
|
"name": "params",
|
|
2692
2659
|
"type": {
|
|
2693
|
-
"text": "
|
|
2660
|
+
"text": "SelectEditorParams"
|
|
2694
2661
|
},
|
|
2695
2662
|
"privacy": "public"
|
|
2696
2663
|
},
|
|
@@ -2712,7 +2679,7 @@
|
|
|
2712
2679
|
},
|
|
2713
2680
|
{
|
|
2714
2681
|
"kind": "field",
|
|
2715
|
-
"name": "
|
|
2682
|
+
"name": "combobox",
|
|
2716
2683
|
"type": {
|
|
2717
2684
|
"text": "any"
|
|
2718
2685
|
},
|
|
@@ -2726,7 +2693,7 @@
|
|
|
2726
2693
|
{
|
|
2727
2694
|
"name": "params",
|
|
2728
2695
|
"type": {
|
|
2729
|
-
"text": "
|
|
2696
|
+
"text": "SelectEditorParams"
|
|
2730
2697
|
}
|
|
2731
2698
|
}
|
|
2732
2699
|
]
|
|
@@ -2754,7 +2721,7 @@
|
|
|
2754
2721
|
{
|
|
2755
2722
|
"name": "params",
|
|
2756
2723
|
"type": {
|
|
2757
|
-
"text": "
|
|
2724
|
+
"text": "SelectEditorParams"
|
|
2758
2725
|
}
|
|
2759
2726
|
}
|
|
2760
2727
|
]
|
|
@@ -2905,19 +2872,19 @@
|
|
|
2905
2872
|
"name": "FoundationElement",
|
|
2906
2873
|
"package": "@microsoft/fast-foundation"
|
|
2907
2874
|
},
|
|
2908
|
-
"tagName": "%%prefix%%-
|
|
2875
|
+
"tagName": "%%prefix%%-select-editor",
|
|
2909
2876
|
"customElement": true
|
|
2910
2877
|
},
|
|
2911
2878
|
{
|
|
2912
2879
|
"kind": "variable",
|
|
2913
|
-
"name": "
|
|
2914
|
-
"default": "css
|
|
2915
|
-
"description": "The AG
|
|
2880
|
+
"name": "agSelectEditorStyles",
|
|
2881
|
+
"default": "css``",
|
|
2882
|
+
"description": "The AG Select Renderer Styles.",
|
|
2916
2883
|
"privacy": "public"
|
|
2917
2884
|
},
|
|
2918
2885
|
{
|
|
2919
2886
|
"kind": "function",
|
|
2920
|
-
"name": "
|
|
2887
|
+
"name": "getSelectEditorTemplate",
|
|
2921
2888
|
"parameters": [
|
|
2922
2889
|
{
|
|
2923
2890
|
"name": "designSystem",
|
|
@@ -2925,7 +2892,7 @@
|
|
|
2925
2892
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2926
2893
|
}
|
|
2927
2894
|
],
|
|
2928
|
-
"description": "Get a Design System prefixed
|
|
2895
|
+
"description": "Get a Design System prefixed Select template.",
|
|
2929
2896
|
"return": {
|
|
2930
2897
|
"type": {
|
|
2931
2898
|
"text": ""
|
|
@@ -2935,98 +2902,83 @@
|
|
|
2935
2902
|
},
|
|
2936
2903
|
{
|
|
2937
2904
|
"kind": "variable",
|
|
2938
|
-
"name": "
|
|
2905
|
+
"name": "foundationSelectEditor",
|
|
2939
2906
|
"privacy": "public"
|
|
2940
2907
|
}
|
|
2941
2908
|
],
|
|
2942
2909
|
"exports": [
|
|
2943
2910
|
{
|
|
2944
2911
|
"kind": "js",
|
|
2945
|
-
"name": "
|
|
2912
|
+
"name": "SelectEditor",
|
|
2946
2913
|
"declaration": {
|
|
2947
|
-
"name": "
|
|
2948
|
-
"module": "src/cell-editors/
|
|
2914
|
+
"name": "SelectEditor",
|
|
2915
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2949
2916
|
}
|
|
2950
2917
|
},
|
|
2951
2918
|
{
|
|
2952
2919
|
"kind": "js",
|
|
2953
|
-
"name": "
|
|
2920
|
+
"name": "agSelectEditorStyles",
|
|
2954
2921
|
"declaration": {
|
|
2955
|
-
"name": "
|
|
2956
|
-
"module": "src/cell-editors/
|
|
2922
|
+
"name": "agSelectEditorStyles",
|
|
2923
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2957
2924
|
}
|
|
2958
2925
|
},
|
|
2959
2926
|
{
|
|
2960
2927
|
"kind": "js",
|
|
2961
|
-
"name": "
|
|
2928
|
+
"name": "getSelectEditorTemplate",
|
|
2962
2929
|
"declaration": {
|
|
2963
|
-
"name": "
|
|
2964
|
-
"module": "src/cell-editors/
|
|
2930
|
+
"name": "getSelectEditorTemplate",
|
|
2931
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2965
2932
|
}
|
|
2966
2933
|
},
|
|
2967
2934
|
{
|
|
2968
2935
|
"kind": "js",
|
|
2969
|
-
"name": "
|
|
2970
|
-
"declaration": {
|
|
2971
|
-
"name": "foundationStringEditor",
|
|
2972
|
-
"module": "src/cell-editors/string.editor.ts"
|
|
2973
|
-
}
|
|
2974
|
-
}
|
|
2975
|
-
]
|
|
2976
|
-
},
|
|
2977
|
-
{
|
|
2978
|
-
"kind": "javascript-module",
|
|
2979
|
-
"path": "src/cell/cell.template.ts",
|
|
2980
|
-
"declarations": [
|
|
2981
|
-
{
|
|
2982
|
-
"kind": "variable",
|
|
2983
|
-
"name": "CellTemplate",
|
|
2984
|
-
"default": "html<GridProCell>`\n <template>\n <slot ${slotted('slottedRenderer')} @slotchange=\"${(x) => x.slottedAgRendererChanged()}\"></slot>\n </template>\n`",
|
|
2985
|
-
"description": "The Grid Pro Cell Template.",
|
|
2986
|
-
"privacy": "public"
|
|
2987
|
-
}
|
|
2988
|
-
],
|
|
2989
|
-
"exports": [
|
|
2990
|
-
{
|
|
2991
|
-
"kind": "js",
|
|
2992
|
-
"name": "CellTemplate",
|
|
2936
|
+
"name": "foundationSelectEditor",
|
|
2993
2937
|
"declaration": {
|
|
2994
|
-
"name": "
|
|
2995
|
-
"module": "src/cell/
|
|
2938
|
+
"name": "foundationSelectEditor",
|
|
2939
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2996
2940
|
}
|
|
2997
2941
|
}
|
|
2998
2942
|
]
|
|
2999
2943
|
},
|
|
3000
2944
|
{
|
|
3001
2945
|
"kind": "javascript-module",
|
|
3002
|
-
"path": "src/cell/
|
|
2946
|
+
"path": "src/cell-editors/string.editor.ts",
|
|
3003
2947
|
"declarations": [
|
|
3004
2948
|
{
|
|
3005
2949
|
"kind": "class",
|
|
3006
|
-
"description": "The
|
|
3007
|
-
"name": "
|
|
2950
|
+
"description": "The AG String Editor element.",
|
|
2951
|
+
"name": "StringEditor",
|
|
3008
2952
|
"members": [
|
|
3009
2953
|
{
|
|
3010
2954
|
"kind": "field",
|
|
3011
|
-
"name": "
|
|
2955
|
+
"name": "params",
|
|
3012
2956
|
"type": {
|
|
3013
|
-
"text": "
|
|
2957
|
+
"text": "StringEditorParams"
|
|
3014
2958
|
},
|
|
3015
2959
|
"privacy": "public"
|
|
3016
2960
|
},
|
|
3017
2961
|
{
|
|
3018
2962
|
"kind": "field",
|
|
3019
|
-
"name": "
|
|
2963
|
+
"name": "value",
|
|
3020
2964
|
"type": {
|
|
3021
|
-
"text": "
|
|
2965
|
+
"text": "string"
|
|
3022
2966
|
},
|
|
3023
2967
|
"privacy": "public"
|
|
3024
2968
|
},
|
|
3025
2969
|
{
|
|
3026
2970
|
"kind": "field",
|
|
3027
|
-
"name": "
|
|
2971
|
+
"name": "actualWidth",
|
|
3028
2972
|
"type": {
|
|
3029
|
-
"text": "
|
|
2973
|
+
"text": "number"
|
|
2974
|
+
},
|
|
2975
|
+
"privacy": "public"
|
|
2976
|
+
},
|
|
2977
|
+
{
|
|
2978
|
+
"kind": "field",
|
|
2979
|
+
"name": "input",
|
|
2980
|
+
"type": {
|
|
2981
|
+
"text": "any"
|
|
3030
2982
|
},
|
|
3031
2983
|
"privacy": "public"
|
|
3032
2984
|
},
|
|
@@ -3038,7 +2990,7 @@
|
|
|
3038
2990
|
{
|
|
3039
2991
|
"name": "params",
|
|
3040
2992
|
"type": {
|
|
3041
|
-
"text": "
|
|
2993
|
+
"text": "StringEditorParams"
|
|
3042
2994
|
}
|
|
3043
2995
|
}
|
|
3044
2996
|
]
|
|
@@ -3053,28 +3005,53 @@
|
|
|
3053
3005
|
}
|
|
3054
3006
|
}
|
|
3055
3007
|
},
|
|
3056
|
-
{
|
|
3057
|
-
"kind": "method",
|
|
3058
|
-
"name": "destroy",
|
|
3059
|
-
"privacy": "public"
|
|
3060
|
-
},
|
|
3061
3008
|
{
|
|
3062
3009
|
"kind": "method",
|
|
3063
3010
|
"name": "refresh",
|
|
3064
3011
|
"privacy": "public",
|
|
3012
|
+
"return": {
|
|
3013
|
+
"type": {
|
|
3014
|
+
"text": "boolean"
|
|
3015
|
+
}
|
|
3016
|
+
},
|
|
3065
3017
|
"parameters": [
|
|
3066
3018
|
{
|
|
3067
3019
|
"name": "params",
|
|
3068
3020
|
"type": {
|
|
3069
|
-
"text": "
|
|
3021
|
+
"text": "StringEditorParams"
|
|
3070
3022
|
}
|
|
3071
3023
|
}
|
|
3072
3024
|
]
|
|
3073
3025
|
},
|
|
3074
3026
|
{
|
|
3075
3027
|
"kind": "method",
|
|
3076
|
-
"name": "
|
|
3077
|
-
|
|
3028
|
+
"name": "getValue"
|
|
3029
|
+
},
|
|
3030
|
+
{
|
|
3031
|
+
"kind": "method",
|
|
3032
|
+
"name": "isPopup",
|
|
3033
|
+
"return": {
|
|
3034
|
+
"type": {
|
|
3035
|
+
"text": "boolean"
|
|
3036
|
+
}
|
|
3037
|
+
}
|
|
3038
|
+
},
|
|
3039
|
+
{
|
|
3040
|
+
"kind": "method",
|
|
3041
|
+
"name": "afterGuiAttached"
|
|
3042
|
+
},
|
|
3043
|
+
{
|
|
3044
|
+
"kind": "method",
|
|
3045
|
+
"name": "changeHandler",
|
|
3046
|
+
"parameters": [
|
|
3047
|
+
{
|
|
3048
|
+
"name": "event"
|
|
3049
|
+
}
|
|
3050
|
+
]
|
|
3051
|
+
},
|
|
3052
|
+
{
|
|
3053
|
+
"kind": "method",
|
|
3054
|
+
"name": "isCancelBeforeStart"
|
|
3078
3055
|
},
|
|
3079
3056
|
{
|
|
3080
3057
|
"kind": "field",
|
|
@@ -3192,48 +3169,71 @@
|
|
|
3192
3169
|
"name": "FoundationElement",
|
|
3193
3170
|
"package": "@microsoft/fast-foundation"
|
|
3194
3171
|
},
|
|
3195
|
-
"tagName": "
|
|
3172
|
+
"tagName": "%%prefix%%-string-editor",
|
|
3196
3173
|
"customElement": true
|
|
3174
|
+
},
|
|
3175
|
+
{
|
|
3176
|
+
"kind": "variable",
|
|
3177
|
+
"name": "agStringEditorStyles",
|
|
3178
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
3179
|
+
"description": "The AG String Renderer Styles.",
|
|
3180
|
+
"privacy": "public"
|
|
3181
|
+
},
|
|
3182
|
+
{
|
|
3183
|
+
"kind": "function",
|
|
3184
|
+
"name": "getStringEditorTemplate",
|
|
3185
|
+
"parameters": [
|
|
3186
|
+
{
|
|
3187
|
+
"name": "designSystem",
|
|
3188
|
+
"default": "'foundation'",
|
|
3189
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3190
|
+
}
|
|
3191
|
+
],
|
|
3192
|
+
"description": "Get a Design System prefixed String template.",
|
|
3193
|
+
"return": {
|
|
3194
|
+
"type": {
|
|
3195
|
+
"text": ""
|
|
3196
|
+
}
|
|
3197
|
+
},
|
|
3198
|
+
"privacy": "public"
|
|
3199
|
+
},
|
|
3200
|
+
{
|
|
3201
|
+
"kind": "variable",
|
|
3202
|
+
"name": "foundationStringEditor",
|
|
3203
|
+
"privacy": "public"
|
|
3197
3204
|
}
|
|
3198
3205
|
],
|
|
3199
3206
|
"exports": [
|
|
3200
3207
|
{
|
|
3201
3208
|
"kind": "js",
|
|
3202
|
-
"name": "
|
|
3209
|
+
"name": "StringEditor",
|
|
3203
3210
|
"declaration": {
|
|
3204
|
-
"name": "
|
|
3205
|
-
"module": "src/cell/
|
|
3211
|
+
"name": "StringEditor",
|
|
3212
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
3206
3213
|
}
|
|
3207
3214
|
},
|
|
3208
3215
|
{
|
|
3209
|
-
"kind": "
|
|
3210
|
-
"name": "
|
|
3216
|
+
"kind": "js",
|
|
3217
|
+
"name": "agStringEditorStyles",
|
|
3211
3218
|
"declaration": {
|
|
3212
|
-
"name": "
|
|
3213
|
-
"module": "src/cell/
|
|
3219
|
+
"name": "agStringEditorStyles",
|
|
3220
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
3214
3221
|
}
|
|
3215
|
-
}
|
|
3216
|
-
]
|
|
3217
|
-
},
|
|
3218
|
-
{
|
|
3219
|
-
"kind": "javascript-module",
|
|
3220
|
-
"path": "src/cell/index.ts",
|
|
3221
|
-
"declarations": [],
|
|
3222
|
-
"exports": [
|
|
3222
|
+
},
|
|
3223
3223
|
{
|
|
3224
3224
|
"kind": "js",
|
|
3225
|
-
"name": "
|
|
3225
|
+
"name": "getStringEditorTemplate",
|
|
3226
3226
|
"declaration": {
|
|
3227
|
-
"name": "
|
|
3228
|
-
"
|
|
3227
|
+
"name": "getStringEditorTemplate",
|
|
3228
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
3229
3229
|
}
|
|
3230
3230
|
},
|
|
3231
3231
|
{
|
|
3232
3232
|
"kind": "js",
|
|
3233
|
-
"name": "
|
|
3233
|
+
"name": "foundationStringEditor",
|
|
3234
3234
|
"declaration": {
|
|
3235
|
-
"name": "
|
|
3236
|
-
"
|
|
3235
|
+
"name": "foundationStringEditor",
|
|
3236
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
3237
3237
|
}
|
|
3238
3238
|
}
|
|
3239
3239
|
]
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/grid-pro",
|
|
3
3
|
"description": "Genesis Foundation AG Grid",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.116.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -30,15 +30,15 @@
|
|
|
30
30
|
"test:debug": "genx test --debug"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@genesislcap/foundation-testing": "14.
|
|
34
|
-
"@genesislcap/genx": "14.
|
|
33
|
+
"@genesislcap/foundation-testing": "14.116.0",
|
|
34
|
+
"@genesislcap/genx": "14.116.0",
|
|
35
35
|
"rimraf": "^3.0.2"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@genesislcap/foundation-comms": "14.
|
|
39
|
-
"@genesislcap/foundation-logger": "14.
|
|
40
|
-
"@genesislcap/foundation-ui": "14.
|
|
41
|
-
"@genesislcap/foundation-utils": "14.
|
|
38
|
+
"@genesislcap/foundation-comms": "14.116.0",
|
|
39
|
+
"@genesislcap/foundation-logger": "14.116.0",
|
|
40
|
+
"@genesislcap/foundation-ui": "14.116.0",
|
|
41
|
+
"@genesislcap/foundation-utils": "14.116.0",
|
|
42
42
|
"@microsoft/fast-colors": "^5.1.4",
|
|
43
43
|
"@microsoft/fast-components": "^2.21.3",
|
|
44
44
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"access": "public"
|
|
63
63
|
},
|
|
64
64
|
"customElements": "dist/custom-elements.json",
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "803b6e761187833fdeb1c1c8ee1c736c5b273ad9"
|
|
66
66
|
}
|