@genesislcap/grid-pro 14.137.0 → 14.137.1-alpha-ee4af66.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
|
@@ -1468,59 +1468,56 @@
|
|
|
1468
1468
|
},
|
|
1469
1469
|
{
|
|
1470
1470
|
"kind": "javascript-module",
|
|
1471
|
-
"path": "src/cell/
|
|
1472
|
-
"declarations": [
|
|
1473
|
-
{
|
|
1474
|
-
"kind": "variable",
|
|
1475
|
-
"name": "CellTemplate",
|
|
1476
|
-
"default": "html<GridProCell>`\n <template>\n <slot ${slotted('slottedRenderer')} @slotchange=\"${(x) => x.slottedAgRendererChanged()}\"></slot>\n </template>\n`",
|
|
1477
|
-
"description": "The Grid Pro Cell Template.",
|
|
1478
|
-
"privacy": "public"
|
|
1479
|
-
}
|
|
1480
|
-
],
|
|
1481
|
-
"exports": [
|
|
1482
|
-
{
|
|
1483
|
-
"kind": "js",
|
|
1484
|
-
"name": "CellTemplate",
|
|
1485
|
-
"declaration": {
|
|
1486
|
-
"name": "CellTemplate",
|
|
1487
|
-
"module": "src/cell/cell.template.ts"
|
|
1488
|
-
}
|
|
1489
|
-
}
|
|
1490
|
-
]
|
|
1491
|
-
},
|
|
1492
|
-
{
|
|
1493
|
-
"kind": "javascript-module",
|
|
1494
|
-
"path": "src/cell/cell.ts",
|
|
1471
|
+
"path": "src/cell-editors/date.editor.ts",
|
|
1495
1472
|
"declarations": [
|
|
1496
1473
|
{
|
|
1497
1474
|
"kind": "class",
|
|
1498
|
-
"description": "The
|
|
1499
|
-
"name": "
|
|
1475
|
+
"description": "The AG Date Editor element.",
|
|
1476
|
+
"name": "DateEditor",
|
|
1500
1477
|
"members": [
|
|
1501
1478
|
{
|
|
1502
1479
|
"kind": "field",
|
|
1503
|
-
"name": "
|
|
1480
|
+
"name": "value",
|
|
1504
1481
|
"type": {
|
|
1505
|
-
"text": "
|
|
1482
|
+
"text": "number"
|
|
1506
1483
|
},
|
|
1507
1484
|
"privacy": "public"
|
|
1508
1485
|
},
|
|
1509
1486
|
{
|
|
1510
1487
|
"kind": "field",
|
|
1511
|
-
"name": "
|
|
1488
|
+
"name": "actualWidth",
|
|
1512
1489
|
"type": {
|
|
1513
|
-
"text": "
|
|
1490
|
+
"text": "number"
|
|
1514
1491
|
},
|
|
1515
1492
|
"privacy": "public"
|
|
1516
1493
|
},
|
|
1517
1494
|
{
|
|
1518
1495
|
"kind": "field",
|
|
1519
|
-
"name": "
|
|
1496
|
+
"name": "params",
|
|
1520
1497
|
"type": {
|
|
1521
|
-
"text": "
|
|
1522
|
-
}
|
|
1523
|
-
|
|
1498
|
+
"text": "DateEditorParams"
|
|
1499
|
+
}
|
|
1500
|
+
},
|
|
1501
|
+
{
|
|
1502
|
+
"kind": "field",
|
|
1503
|
+
"name": "dateFormat",
|
|
1504
|
+
"type": {
|
|
1505
|
+
"text": "string"
|
|
1506
|
+
}
|
|
1507
|
+
},
|
|
1508
|
+
{
|
|
1509
|
+
"kind": "field",
|
|
1510
|
+
"name": "input",
|
|
1511
|
+
"type": {
|
|
1512
|
+
"text": "any"
|
|
1513
|
+
}
|
|
1514
|
+
},
|
|
1515
|
+
{
|
|
1516
|
+
"kind": "field",
|
|
1517
|
+
"name": "inputType",
|
|
1518
|
+
"type": {
|
|
1519
|
+
"text": "'datetime-local' | 'date'"
|
|
1520
|
+
}
|
|
1524
1521
|
},
|
|
1525
1522
|
{
|
|
1526
1523
|
"kind": "method",
|
|
@@ -1530,7 +1527,7 @@
|
|
|
1530
1527
|
{
|
|
1531
1528
|
"name": "params",
|
|
1532
1529
|
"type": {
|
|
1533
|
-
"text": "
|
|
1530
|
+
"text": "DateEditorParams"
|
|
1534
1531
|
}
|
|
1535
1532
|
}
|
|
1536
1533
|
]
|
|
@@ -1545,28 +1542,53 @@
|
|
|
1545
1542
|
}
|
|
1546
1543
|
}
|
|
1547
1544
|
},
|
|
1548
|
-
{
|
|
1549
|
-
"kind": "method",
|
|
1550
|
-
"name": "destroy",
|
|
1551
|
-
"privacy": "public"
|
|
1552
|
-
},
|
|
1553
1545
|
{
|
|
1554
1546
|
"kind": "method",
|
|
1555
1547
|
"name": "refresh",
|
|
1556
1548
|
"privacy": "public",
|
|
1549
|
+
"return": {
|
|
1550
|
+
"type": {
|
|
1551
|
+
"text": "boolean"
|
|
1552
|
+
}
|
|
1553
|
+
},
|
|
1557
1554
|
"parameters": [
|
|
1558
1555
|
{
|
|
1559
1556
|
"name": "params",
|
|
1560
1557
|
"type": {
|
|
1561
|
-
"text": "
|
|
1558
|
+
"text": "DateEditorParams"
|
|
1562
1559
|
}
|
|
1563
1560
|
}
|
|
1564
1561
|
]
|
|
1565
1562
|
},
|
|
1566
1563
|
{
|
|
1567
1564
|
"kind": "method",
|
|
1568
|
-
"name": "
|
|
1569
|
-
|
|
1565
|
+
"name": "getValue"
|
|
1566
|
+
},
|
|
1567
|
+
{
|
|
1568
|
+
"kind": "method",
|
|
1569
|
+
"name": "isPopup",
|
|
1570
|
+
"return": {
|
|
1571
|
+
"type": {
|
|
1572
|
+
"text": "boolean"
|
|
1573
|
+
}
|
|
1574
|
+
}
|
|
1575
|
+
},
|
|
1576
|
+
{
|
|
1577
|
+
"kind": "method",
|
|
1578
|
+
"name": "changeHandler",
|
|
1579
|
+
"parameters": [
|
|
1580
|
+
{
|
|
1581
|
+
"name": "event"
|
|
1582
|
+
}
|
|
1583
|
+
]
|
|
1584
|
+
},
|
|
1585
|
+
{
|
|
1586
|
+
"kind": "method",
|
|
1587
|
+
"name": "afterGuiAttached"
|
|
1588
|
+
},
|
|
1589
|
+
{
|
|
1590
|
+
"kind": "method",
|
|
1591
|
+
"name": "isCancelBeforeStart"
|
|
1570
1592
|
},
|
|
1571
1593
|
{
|
|
1572
1594
|
"kind": "field",
|
|
@@ -1684,32 +1706,78 @@
|
|
|
1684
1706
|
"name": "FoundationElement",
|
|
1685
1707
|
"package": "@microsoft/fast-foundation"
|
|
1686
1708
|
},
|
|
1687
|
-
"tagName": "
|
|
1709
|
+
"tagName": "%%prefix%%-date-editor",
|
|
1688
1710
|
"customElement": true
|
|
1711
|
+
},
|
|
1712
|
+
{
|
|
1713
|
+
"kind": "variable",
|
|
1714
|
+
"name": "agDateEditorStyles",
|
|
1715
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
1716
|
+
"description": "The AG Select Renderer Styles.",
|
|
1717
|
+
"privacy": "public"
|
|
1718
|
+
},
|
|
1719
|
+
{
|
|
1720
|
+
"kind": "function",
|
|
1721
|
+
"name": "getDateEditorTemplate",
|
|
1722
|
+
"parameters": [
|
|
1723
|
+
{
|
|
1724
|
+
"name": "prefix",
|
|
1725
|
+
"default": "'foundation'",
|
|
1726
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
1727
|
+
}
|
|
1728
|
+
],
|
|
1729
|
+
"description": "Get a Design System prefixed Select template.",
|
|
1730
|
+
"return": {
|
|
1731
|
+
"type": {
|
|
1732
|
+
"text": ""
|
|
1733
|
+
}
|
|
1734
|
+
},
|
|
1735
|
+
"privacy": "public"
|
|
1736
|
+
},
|
|
1737
|
+
{
|
|
1738
|
+
"kind": "variable",
|
|
1739
|
+
"name": "foundationDateEditor",
|
|
1740
|
+
"privacy": "public"
|
|
1689
1741
|
}
|
|
1690
1742
|
],
|
|
1691
1743
|
"exports": [
|
|
1692
1744
|
{
|
|
1693
1745
|
"kind": "js",
|
|
1694
|
-
"name": "
|
|
1746
|
+
"name": "DateEditor",
|
|
1695
1747
|
"declaration": {
|
|
1696
|
-
"name": "
|
|
1697
|
-
"module": "src/cell/
|
|
1748
|
+
"name": "DateEditor",
|
|
1749
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
1698
1750
|
}
|
|
1699
1751
|
},
|
|
1700
1752
|
{
|
|
1701
|
-
"kind": "
|
|
1702
|
-
"name": "
|
|
1753
|
+
"kind": "js",
|
|
1754
|
+
"name": "agDateEditorStyles",
|
|
1703
1755
|
"declaration": {
|
|
1704
|
-
"name": "
|
|
1705
|
-
"module": "src/cell/
|
|
1756
|
+
"name": "agDateEditorStyles",
|
|
1757
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
1758
|
+
}
|
|
1759
|
+
},
|
|
1760
|
+
{
|
|
1761
|
+
"kind": "js",
|
|
1762
|
+
"name": "getDateEditorTemplate",
|
|
1763
|
+
"declaration": {
|
|
1764
|
+
"name": "getDateEditorTemplate",
|
|
1765
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
1766
|
+
}
|
|
1767
|
+
},
|
|
1768
|
+
{
|
|
1769
|
+
"kind": "js",
|
|
1770
|
+
"name": "foundationDateEditor",
|
|
1771
|
+
"declaration": {
|
|
1772
|
+
"name": "foundationDateEditor",
|
|
1773
|
+
"module": "src/cell-editors/date.editor.ts"
|
|
1706
1774
|
}
|
|
1707
1775
|
}
|
|
1708
1776
|
]
|
|
1709
1777
|
},
|
|
1710
1778
|
{
|
|
1711
1779
|
"kind": "javascript-module",
|
|
1712
|
-
"path": "src/cell/index.ts",
|
|
1780
|
+
"path": "src/cell-editors/index.ts",
|
|
1713
1781
|
"declarations": [],
|
|
1714
1782
|
"exports": [
|
|
1715
1783
|
{
|
|
@@ -1717,7 +1785,7 @@
|
|
|
1717
1785
|
"name": "*",
|
|
1718
1786
|
"declaration": {
|
|
1719
1787
|
"name": "*",
|
|
1720
|
-
"package": "./
|
|
1788
|
+
"package": "./date.editor"
|
|
1721
1789
|
}
|
|
1722
1790
|
},
|
|
1723
1791
|
{
|
|
@@ -1725,64 +1793,60 @@
|
|
|
1725
1793
|
"name": "*",
|
|
1726
1794
|
"declaration": {
|
|
1727
1795
|
"name": "*",
|
|
1728
|
-
"package": "./
|
|
1796
|
+
"package": "./multiselect.editor"
|
|
1797
|
+
}
|
|
1798
|
+
},
|
|
1799
|
+
{
|
|
1800
|
+
"kind": "js",
|
|
1801
|
+
"name": "*",
|
|
1802
|
+
"declaration": {
|
|
1803
|
+
"name": "*",
|
|
1804
|
+
"package": "./number.editor"
|
|
1805
|
+
}
|
|
1806
|
+
},
|
|
1807
|
+
{
|
|
1808
|
+
"kind": "js",
|
|
1809
|
+
"name": "*",
|
|
1810
|
+
"declaration": {
|
|
1811
|
+
"name": "*",
|
|
1812
|
+
"package": "./select.editor"
|
|
1813
|
+
}
|
|
1814
|
+
},
|
|
1815
|
+
{
|
|
1816
|
+
"kind": "js",
|
|
1817
|
+
"name": "*",
|
|
1818
|
+
"declaration": {
|
|
1819
|
+
"name": "*",
|
|
1820
|
+
"package": "./string.editor"
|
|
1729
1821
|
}
|
|
1730
1822
|
}
|
|
1731
1823
|
]
|
|
1732
1824
|
},
|
|
1733
1825
|
{
|
|
1734
1826
|
"kind": "javascript-module",
|
|
1735
|
-
"path": "src/cell-editors/
|
|
1827
|
+
"path": "src/cell-editors/multiselect.editor.ts",
|
|
1736
1828
|
"declarations": [
|
|
1737
1829
|
{
|
|
1738
1830
|
"kind": "class",
|
|
1739
|
-
"description": "The AG
|
|
1740
|
-
"name": "
|
|
1831
|
+
"description": "The AG Multiselect Editor element.",
|
|
1832
|
+
"name": "MultiselectEditor",
|
|
1741
1833
|
"members": [
|
|
1742
1834
|
{
|
|
1743
1835
|
"kind": "field",
|
|
1744
|
-
"name": "
|
|
1836
|
+
"name": "params",
|
|
1745
1837
|
"type": {
|
|
1746
|
-
"text": "
|
|
1838
|
+
"text": "MultiselectEditorParams"
|
|
1747
1839
|
},
|
|
1748
1840
|
"privacy": "public"
|
|
1749
1841
|
},
|
|
1750
1842
|
{
|
|
1751
1843
|
"kind": "field",
|
|
1752
|
-
"name": "
|
|
1844
|
+
"name": "selectedOptions",
|
|
1753
1845
|
"type": {
|
|
1754
|
-
"text": "
|
|
1846
|
+
"text": "any[]"
|
|
1755
1847
|
},
|
|
1756
1848
|
"privacy": "public"
|
|
1757
1849
|
},
|
|
1758
|
-
{
|
|
1759
|
-
"kind": "field",
|
|
1760
|
-
"name": "params",
|
|
1761
|
-
"type": {
|
|
1762
|
-
"text": "DateEditorParams"
|
|
1763
|
-
}
|
|
1764
|
-
},
|
|
1765
|
-
{
|
|
1766
|
-
"kind": "field",
|
|
1767
|
-
"name": "dateFormat",
|
|
1768
|
-
"type": {
|
|
1769
|
-
"text": "string"
|
|
1770
|
-
}
|
|
1771
|
-
},
|
|
1772
|
-
{
|
|
1773
|
-
"kind": "field",
|
|
1774
|
-
"name": "input",
|
|
1775
|
-
"type": {
|
|
1776
|
-
"text": "any"
|
|
1777
|
-
}
|
|
1778
|
-
},
|
|
1779
|
-
{
|
|
1780
|
-
"kind": "field",
|
|
1781
|
-
"name": "inputType",
|
|
1782
|
-
"type": {
|
|
1783
|
-
"text": "'datetime-local' | 'date'"
|
|
1784
|
-
}
|
|
1785
|
-
},
|
|
1786
1850
|
{
|
|
1787
1851
|
"kind": "method",
|
|
1788
1852
|
"name": "init",
|
|
@@ -1791,7 +1855,7 @@
|
|
|
1791
1855
|
{
|
|
1792
1856
|
"name": "params",
|
|
1793
1857
|
"type": {
|
|
1794
|
-
"text": "
|
|
1858
|
+
"text": "MultiselectEditorParams"
|
|
1795
1859
|
}
|
|
1796
1860
|
}
|
|
1797
1861
|
]
|
|
@@ -1806,6 +1870,16 @@
|
|
|
1806
1870
|
}
|
|
1807
1871
|
}
|
|
1808
1872
|
},
|
|
1873
|
+
{
|
|
1874
|
+
"kind": "method",
|
|
1875
|
+
"name": "destroy",
|
|
1876
|
+
"privacy": "public",
|
|
1877
|
+
"return": {
|
|
1878
|
+
"type": {
|
|
1879
|
+
"text": "void"
|
|
1880
|
+
}
|
|
1881
|
+
}
|
|
1882
|
+
},
|
|
1809
1883
|
{
|
|
1810
1884
|
"kind": "method",
|
|
1811
1885
|
"name": "refresh",
|
|
@@ -1819,7 +1893,7 @@
|
|
|
1819
1893
|
{
|
|
1820
1894
|
"name": "params",
|
|
1821
1895
|
"type": {
|
|
1822
|
-
"text": "
|
|
1896
|
+
"text": "MultiselectEditorParams"
|
|
1823
1897
|
}
|
|
1824
1898
|
}
|
|
1825
1899
|
]
|
|
@@ -1846,10 +1920,6 @@
|
|
|
1846
1920
|
}
|
|
1847
1921
|
]
|
|
1848
1922
|
},
|
|
1849
|
-
{
|
|
1850
|
-
"kind": "method",
|
|
1851
|
-
"name": "afterGuiAttached"
|
|
1852
|
-
},
|
|
1853
1923
|
{
|
|
1854
1924
|
"kind": "method",
|
|
1855
1925
|
"name": "isCancelBeforeStart"
|
|
@@ -1970,22 +2040,22 @@
|
|
|
1970
2040
|
"name": "FoundationElement",
|
|
1971
2041
|
"package": "@microsoft/fast-foundation"
|
|
1972
2042
|
},
|
|
1973
|
-
"tagName": "%%prefix%%-
|
|
2043
|
+
"tagName": "%%prefix%%-multiselect-editor",
|
|
1974
2044
|
"customElement": true
|
|
1975
2045
|
},
|
|
1976
2046
|
{
|
|
1977
2047
|
"kind": "variable",
|
|
1978
|
-
"name": "
|
|
1979
|
-
"default": "css
|
|
2048
|
+
"name": "agMultiselectEditorStyles",
|
|
2049
|
+
"default": "css``",
|
|
1980
2050
|
"description": "The AG Select Renderer Styles.",
|
|
1981
2051
|
"privacy": "public"
|
|
1982
2052
|
},
|
|
1983
2053
|
{
|
|
1984
2054
|
"kind": "function",
|
|
1985
|
-
"name": "
|
|
2055
|
+
"name": "getMultiselectEditorTemplate",
|
|
1986
2056
|
"parameters": [
|
|
1987
2057
|
{
|
|
1988
|
-
"name": "
|
|
2058
|
+
"name": "designSystem",
|
|
1989
2059
|
"default": "'foundation'",
|
|
1990
2060
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
1991
2061
|
}
|
|
@@ -2000,114 +2070,83 @@
|
|
|
2000
2070
|
},
|
|
2001
2071
|
{
|
|
2002
2072
|
"kind": "variable",
|
|
2003
|
-
"name": "
|
|
2073
|
+
"name": "foundationMultiselectEditor",
|
|
2004
2074
|
"privacy": "public"
|
|
2005
2075
|
}
|
|
2006
2076
|
],
|
|
2007
2077
|
"exports": [
|
|
2008
2078
|
{
|
|
2009
2079
|
"kind": "js",
|
|
2010
|
-
"name": "
|
|
2011
|
-
"declaration": {
|
|
2012
|
-
"name": "DateEditor",
|
|
2013
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
2014
|
-
}
|
|
2015
|
-
},
|
|
2016
|
-
{
|
|
2017
|
-
"kind": "js",
|
|
2018
|
-
"name": "agDateEditorStyles",
|
|
2019
|
-
"declaration": {
|
|
2020
|
-
"name": "agDateEditorStyles",
|
|
2021
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
2022
|
-
}
|
|
2023
|
-
},
|
|
2024
|
-
{
|
|
2025
|
-
"kind": "js",
|
|
2026
|
-
"name": "getDateEditorTemplate",
|
|
2027
|
-
"declaration": {
|
|
2028
|
-
"name": "getDateEditorTemplate",
|
|
2029
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
2030
|
-
}
|
|
2031
|
-
},
|
|
2032
|
-
{
|
|
2033
|
-
"kind": "js",
|
|
2034
|
-
"name": "foundationDateEditor",
|
|
2035
|
-
"declaration": {
|
|
2036
|
-
"name": "foundationDateEditor",
|
|
2037
|
-
"module": "src/cell-editors/date.editor.ts"
|
|
2038
|
-
}
|
|
2039
|
-
}
|
|
2040
|
-
]
|
|
2041
|
-
},
|
|
2042
|
-
{
|
|
2043
|
-
"kind": "javascript-module",
|
|
2044
|
-
"path": "src/cell-editors/index.ts",
|
|
2045
|
-
"declarations": [],
|
|
2046
|
-
"exports": [
|
|
2047
|
-
{
|
|
2048
|
-
"kind": "js",
|
|
2049
|
-
"name": "*",
|
|
2050
|
-
"declaration": {
|
|
2051
|
-
"name": "*",
|
|
2052
|
-
"package": "./date.editor"
|
|
2053
|
-
}
|
|
2054
|
-
},
|
|
2055
|
-
{
|
|
2056
|
-
"kind": "js",
|
|
2057
|
-
"name": "*",
|
|
2080
|
+
"name": "MultiselectEditor",
|
|
2058
2081
|
"declaration": {
|
|
2059
|
-
"name": "
|
|
2060
|
-
"
|
|
2082
|
+
"name": "MultiselectEditor",
|
|
2083
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2061
2084
|
}
|
|
2062
2085
|
},
|
|
2063
2086
|
{
|
|
2064
2087
|
"kind": "js",
|
|
2065
|
-
"name": "
|
|
2088
|
+
"name": "agMultiselectEditorStyles",
|
|
2066
2089
|
"declaration": {
|
|
2067
|
-
"name": "
|
|
2068
|
-
"
|
|
2090
|
+
"name": "agMultiselectEditorStyles",
|
|
2091
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2069
2092
|
}
|
|
2070
2093
|
},
|
|
2071
2094
|
{
|
|
2072
2095
|
"kind": "js",
|
|
2073
|
-
"name": "
|
|
2096
|
+
"name": "getMultiselectEditorTemplate",
|
|
2074
2097
|
"declaration": {
|
|
2075
|
-
"name": "
|
|
2076
|
-
"
|
|
2098
|
+
"name": "getMultiselectEditorTemplate",
|
|
2099
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2077
2100
|
}
|
|
2078
2101
|
},
|
|
2079
2102
|
{
|
|
2080
2103
|
"kind": "js",
|
|
2081
|
-
"name": "
|
|
2104
|
+
"name": "foundationMultiselectEditor",
|
|
2082
2105
|
"declaration": {
|
|
2083
|
-
"name": "
|
|
2084
|
-
"
|
|
2106
|
+
"name": "foundationMultiselectEditor",
|
|
2107
|
+
"module": "src/cell-editors/multiselect.editor.ts"
|
|
2085
2108
|
}
|
|
2086
2109
|
}
|
|
2087
2110
|
]
|
|
2088
2111
|
},
|
|
2089
2112
|
{
|
|
2090
2113
|
"kind": "javascript-module",
|
|
2091
|
-
"path": "src/cell-editors/
|
|
2114
|
+
"path": "src/cell-editors/number.editor.ts",
|
|
2092
2115
|
"declarations": [
|
|
2093
2116
|
{
|
|
2094
2117
|
"kind": "class",
|
|
2095
|
-
"description": "The AG
|
|
2096
|
-
"name": "
|
|
2118
|
+
"description": "The AG Number Editor element.",
|
|
2119
|
+
"name": "NumberEditor",
|
|
2097
2120
|
"members": [
|
|
2098
2121
|
{
|
|
2099
2122
|
"kind": "field",
|
|
2100
2123
|
"name": "params",
|
|
2101
2124
|
"type": {
|
|
2102
|
-
"text": "
|
|
2125
|
+
"text": "NumberEditorParams"
|
|
2103
2126
|
},
|
|
2104
2127
|
"privacy": "public"
|
|
2105
2128
|
},
|
|
2106
2129
|
{
|
|
2107
2130
|
"kind": "field",
|
|
2108
|
-
"name": "
|
|
2131
|
+
"name": "value",
|
|
2109
2132
|
"type": {
|
|
2110
|
-
"text": "
|
|
2133
|
+
"text": "number"
|
|
2134
|
+
},
|
|
2135
|
+
"privacy": "public"
|
|
2136
|
+
},
|
|
2137
|
+
{
|
|
2138
|
+
"kind": "field",
|
|
2139
|
+
"name": "actualWidth",
|
|
2140
|
+
"type": {
|
|
2141
|
+
"text": "number"
|
|
2142
|
+
},
|
|
2143
|
+
"privacy": "public"
|
|
2144
|
+
},
|
|
2145
|
+
{
|
|
2146
|
+
"kind": "field",
|
|
2147
|
+
"name": "input",
|
|
2148
|
+
"type": {
|
|
2149
|
+
"text": "any"
|
|
2111
2150
|
},
|
|
2112
2151
|
"privacy": "public"
|
|
2113
2152
|
},
|
|
@@ -2119,7 +2158,7 @@
|
|
|
2119
2158
|
{
|
|
2120
2159
|
"name": "params",
|
|
2121
2160
|
"type": {
|
|
2122
|
-
"text": "
|
|
2161
|
+
"text": "NumberEditorParams"
|
|
2123
2162
|
}
|
|
2124
2163
|
}
|
|
2125
2164
|
]
|
|
@@ -2134,16 +2173,6 @@
|
|
|
2134
2173
|
}
|
|
2135
2174
|
}
|
|
2136
2175
|
},
|
|
2137
|
-
{
|
|
2138
|
-
"kind": "method",
|
|
2139
|
-
"name": "destroy",
|
|
2140
|
-
"privacy": "public",
|
|
2141
|
-
"return": {
|
|
2142
|
-
"type": {
|
|
2143
|
-
"text": "void"
|
|
2144
|
-
}
|
|
2145
|
-
}
|
|
2146
|
-
},
|
|
2147
2176
|
{
|
|
2148
2177
|
"kind": "method",
|
|
2149
2178
|
"name": "refresh",
|
|
@@ -2157,7 +2186,7 @@
|
|
|
2157
2186
|
{
|
|
2158
2187
|
"name": "params",
|
|
2159
2188
|
"type": {
|
|
2160
|
-
"text": "
|
|
2189
|
+
"text": "NumberEditorParams"
|
|
2161
2190
|
}
|
|
2162
2191
|
}
|
|
2163
2192
|
]
|
|
@@ -2175,6 +2204,10 @@
|
|
|
2175
2204
|
}
|
|
2176
2205
|
}
|
|
2177
2206
|
},
|
|
2207
|
+
{
|
|
2208
|
+
"kind": "method",
|
|
2209
|
+
"name": "afterGuiAttached"
|
|
2210
|
+
},
|
|
2178
2211
|
{
|
|
2179
2212
|
"kind": "method",
|
|
2180
2213
|
"name": "changeHandler",
|
|
@@ -2304,19 +2337,19 @@
|
|
|
2304
2337
|
"name": "FoundationElement",
|
|
2305
2338
|
"package": "@microsoft/fast-foundation"
|
|
2306
2339
|
},
|
|
2307
|
-
"tagName": "%%prefix%%-
|
|
2340
|
+
"tagName": "%%prefix%%-number-editor",
|
|
2308
2341
|
"customElement": true
|
|
2309
2342
|
},
|
|
2310
2343
|
{
|
|
2311
2344
|
"kind": "variable",
|
|
2312
|
-
"name": "
|
|
2313
|
-
"default": "css
|
|
2314
|
-
"description": "The AG
|
|
2345
|
+
"name": "agNumberEditorStyles",
|
|
2346
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
2347
|
+
"description": "The AG Number Editor Styles.",
|
|
2315
2348
|
"privacy": "public"
|
|
2316
2349
|
},
|
|
2317
2350
|
{
|
|
2318
2351
|
"kind": "function",
|
|
2319
|
-
"name": "
|
|
2352
|
+
"name": "getNumberEditorTemplate",
|
|
2320
2353
|
"parameters": [
|
|
2321
2354
|
{
|
|
2322
2355
|
"name": "designSystem",
|
|
@@ -2334,59 +2367,59 @@
|
|
|
2334
2367
|
},
|
|
2335
2368
|
{
|
|
2336
2369
|
"kind": "variable",
|
|
2337
|
-
"name": "
|
|
2370
|
+
"name": "foundationNumberEditor",
|
|
2338
2371
|
"privacy": "public"
|
|
2339
2372
|
}
|
|
2340
2373
|
],
|
|
2341
2374
|
"exports": [
|
|
2342
2375
|
{
|
|
2343
2376
|
"kind": "js",
|
|
2344
|
-
"name": "
|
|
2377
|
+
"name": "NumberEditor",
|
|
2345
2378
|
"declaration": {
|
|
2346
|
-
"name": "
|
|
2347
|
-
"module": "src/cell-editors/
|
|
2379
|
+
"name": "NumberEditor",
|
|
2380
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2348
2381
|
}
|
|
2349
2382
|
},
|
|
2350
2383
|
{
|
|
2351
2384
|
"kind": "js",
|
|
2352
|
-
"name": "
|
|
2385
|
+
"name": "agNumberEditorStyles",
|
|
2353
2386
|
"declaration": {
|
|
2354
|
-
"name": "
|
|
2355
|
-
"module": "src/cell-editors/
|
|
2387
|
+
"name": "agNumberEditorStyles",
|
|
2388
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2356
2389
|
}
|
|
2357
2390
|
},
|
|
2358
2391
|
{
|
|
2359
2392
|
"kind": "js",
|
|
2360
|
-
"name": "
|
|
2393
|
+
"name": "getNumberEditorTemplate",
|
|
2361
2394
|
"declaration": {
|
|
2362
|
-
"name": "
|
|
2363
|
-
"module": "src/cell-editors/
|
|
2395
|
+
"name": "getNumberEditorTemplate",
|
|
2396
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2364
2397
|
}
|
|
2365
2398
|
},
|
|
2366
2399
|
{
|
|
2367
2400
|
"kind": "js",
|
|
2368
|
-
"name": "
|
|
2401
|
+
"name": "foundationNumberEditor",
|
|
2369
2402
|
"declaration": {
|
|
2370
|
-
"name": "
|
|
2371
|
-
"module": "src/cell-editors/
|
|
2403
|
+
"name": "foundationNumberEditor",
|
|
2404
|
+
"module": "src/cell-editors/number.editor.ts"
|
|
2372
2405
|
}
|
|
2373
2406
|
}
|
|
2374
2407
|
]
|
|
2375
2408
|
},
|
|
2376
2409
|
{
|
|
2377
2410
|
"kind": "javascript-module",
|
|
2378
|
-
"path": "src/cell-editors/
|
|
2411
|
+
"path": "src/cell-editors/select.editor.ts",
|
|
2379
2412
|
"declarations": [
|
|
2380
2413
|
{
|
|
2381
2414
|
"kind": "class",
|
|
2382
|
-
"description": "The AG
|
|
2383
|
-
"name": "
|
|
2415
|
+
"description": "The AG Select Editor element.",
|
|
2416
|
+
"name": "SelectEditor",
|
|
2384
2417
|
"members": [
|
|
2385
2418
|
{
|
|
2386
2419
|
"kind": "field",
|
|
2387
2420
|
"name": "params",
|
|
2388
2421
|
"type": {
|
|
2389
|
-
"text": "
|
|
2422
|
+
"text": "SelectEditorParams"
|
|
2390
2423
|
},
|
|
2391
2424
|
"privacy": "public"
|
|
2392
2425
|
},
|
|
@@ -2394,7 +2427,7 @@
|
|
|
2394
2427
|
"kind": "field",
|
|
2395
2428
|
"name": "value",
|
|
2396
2429
|
"type": {
|
|
2397
|
-
"text": "
|
|
2430
|
+
"text": "string"
|
|
2398
2431
|
},
|
|
2399
2432
|
"privacy": "public"
|
|
2400
2433
|
},
|
|
@@ -2408,7 +2441,7 @@
|
|
|
2408
2441
|
},
|
|
2409
2442
|
{
|
|
2410
2443
|
"kind": "field",
|
|
2411
|
-
"name": "
|
|
2444
|
+
"name": "combobox",
|
|
2412
2445
|
"type": {
|
|
2413
2446
|
"text": "any"
|
|
2414
2447
|
},
|
|
@@ -2422,7 +2455,7 @@
|
|
|
2422
2455
|
{
|
|
2423
2456
|
"name": "params",
|
|
2424
2457
|
"type": {
|
|
2425
|
-
"text": "
|
|
2458
|
+
"text": "SelectEditorParams"
|
|
2426
2459
|
}
|
|
2427
2460
|
}
|
|
2428
2461
|
]
|
|
@@ -2450,7 +2483,7 @@
|
|
|
2450
2483
|
{
|
|
2451
2484
|
"name": "params",
|
|
2452
2485
|
"type": {
|
|
2453
|
-
"text": "
|
|
2486
|
+
"text": "SelectEditorParams"
|
|
2454
2487
|
}
|
|
2455
2488
|
}
|
|
2456
2489
|
]
|
|
@@ -2601,19 +2634,19 @@
|
|
|
2601
2634
|
"name": "FoundationElement",
|
|
2602
2635
|
"package": "@microsoft/fast-foundation"
|
|
2603
2636
|
},
|
|
2604
|
-
"tagName": "%%prefix%%-
|
|
2637
|
+
"tagName": "%%prefix%%-select-editor",
|
|
2605
2638
|
"customElement": true
|
|
2606
2639
|
},
|
|
2607
2640
|
{
|
|
2608
2641
|
"kind": "variable",
|
|
2609
|
-
"name": "
|
|
2610
|
-
"default": "css
|
|
2611
|
-
"description": "The AG
|
|
2642
|
+
"name": "agSelectEditorStyles",
|
|
2643
|
+
"default": "css``",
|
|
2644
|
+
"description": "The AG Select Renderer Styles.",
|
|
2612
2645
|
"privacy": "public"
|
|
2613
2646
|
},
|
|
2614
2647
|
{
|
|
2615
2648
|
"kind": "function",
|
|
2616
|
-
"name": "
|
|
2649
|
+
"name": "getSelectEditorTemplate",
|
|
2617
2650
|
"parameters": [
|
|
2618
2651
|
{
|
|
2619
2652
|
"name": "designSystem",
|
|
@@ -2631,59 +2664,59 @@
|
|
|
2631
2664
|
},
|
|
2632
2665
|
{
|
|
2633
2666
|
"kind": "variable",
|
|
2634
|
-
"name": "
|
|
2667
|
+
"name": "foundationSelectEditor",
|
|
2635
2668
|
"privacy": "public"
|
|
2636
2669
|
}
|
|
2637
2670
|
],
|
|
2638
2671
|
"exports": [
|
|
2639
2672
|
{
|
|
2640
2673
|
"kind": "js",
|
|
2641
|
-
"name": "
|
|
2674
|
+
"name": "SelectEditor",
|
|
2642
2675
|
"declaration": {
|
|
2643
|
-
"name": "
|
|
2644
|
-
"module": "src/cell-editors/
|
|
2676
|
+
"name": "SelectEditor",
|
|
2677
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2645
2678
|
}
|
|
2646
2679
|
},
|
|
2647
2680
|
{
|
|
2648
2681
|
"kind": "js",
|
|
2649
|
-
"name": "
|
|
2682
|
+
"name": "agSelectEditorStyles",
|
|
2650
2683
|
"declaration": {
|
|
2651
|
-
"name": "
|
|
2652
|
-
"module": "src/cell-editors/
|
|
2684
|
+
"name": "agSelectEditorStyles",
|
|
2685
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2653
2686
|
}
|
|
2654
2687
|
},
|
|
2655
2688
|
{
|
|
2656
2689
|
"kind": "js",
|
|
2657
|
-
"name": "
|
|
2690
|
+
"name": "getSelectEditorTemplate",
|
|
2658
2691
|
"declaration": {
|
|
2659
|
-
"name": "
|
|
2660
|
-
"module": "src/cell-editors/
|
|
2692
|
+
"name": "getSelectEditorTemplate",
|
|
2693
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2661
2694
|
}
|
|
2662
2695
|
},
|
|
2663
2696
|
{
|
|
2664
2697
|
"kind": "js",
|
|
2665
|
-
"name": "
|
|
2698
|
+
"name": "foundationSelectEditor",
|
|
2666
2699
|
"declaration": {
|
|
2667
|
-
"name": "
|
|
2668
|
-
"module": "src/cell-editors/
|
|
2700
|
+
"name": "foundationSelectEditor",
|
|
2701
|
+
"module": "src/cell-editors/select.editor.ts"
|
|
2669
2702
|
}
|
|
2670
2703
|
}
|
|
2671
2704
|
]
|
|
2672
2705
|
},
|
|
2673
2706
|
{
|
|
2674
2707
|
"kind": "javascript-module",
|
|
2675
|
-
"path": "src/cell-editors/
|
|
2708
|
+
"path": "src/cell-editors/string.editor.ts",
|
|
2676
2709
|
"declarations": [
|
|
2677
2710
|
{
|
|
2678
2711
|
"kind": "class",
|
|
2679
|
-
"description": "The AG
|
|
2680
|
-
"name": "
|
|
2712
|
+
"description": "The AG String Editor element.",
|
|
2713
|
+
"name": "StringEditor",
|
|
2681
2714
|
"members": [
|
|
2682
2715
|
{
|
|
2683
2716
|
"kind": "field",
|
|
2684
2717
|
"name": "params",
|
|
2685
2718
|
"type": {
|
|
2686
|
-
"text": "
|
|
2719
|
+
"text": "StringEditorParams"
|
|
2687
2720
|
},
|
|
2688
2721
|
"privacy": "public"
|
|
2689
2722
|
},
|
|
@@ -2705,7 +2738,7 @@
|
|
|
2705
2738
|
},
|
|
2706
2739
|
{
|
|
2707
2740
|
"kind": "field",
|
|
2708
|
-
"name": "
|
|
2741
|
+
"name": "input",
|
|
2709
2742
|
"type": {
|
|
2710
2743
|
"text": "any"
|
|
2711
2744
|
},
|
|
@@ -2719,7 +2752,7 @@
|
|
|
2719
2752
|
{
|
|
2720
2753
|
"name": "params",
|
|
2721
2754
|
"type": {
|
|
2722
|
-
"text": "
|
|
2755
|
+
"text": "StringEditorParams"
|
|
2723
2756
|
}
|
|
2724
2757
|
}
|
|
2725
2758
|
]
|
|
@@ -2747,7 +2780,7 @@
|
|
|
2747
2780
|
{
|
|
2748
2781
|
"name": "params",
|
|
2749
2782
|
"type": {
|
|
2750
|
-
"text": "
|
|
2783
|
+
"text": "StringEditorParams"
|
|
2751
2784
|
}
|
|
2752
2785
|
}
|
|
2753
2786
|
]
|
|
@@ -2898,19 +2931,19 @@
|
|
|
2898
2931
|
"name": "FoundationElement",
|
|
2899
2932
|
"package": "@microsoft/fast-foundation"
|
|
2900
2933
|
},
|
|
2901
|
-
"tagName": "%%prefix%%-
|
|
2934
|
+
"tagName": "%%prefix%%-string-editor",
|
|
2902
2935
|
"customElement": true
|
|
2903
2936
|
},
|
|
2904
2937
|
{
|
|
2905
2938
|
"kind": "variable",
|
|
2906
|
-
"name": "
|
|
2907
|
-
"default": "css
|
|
2908
|
-
"description": "The AG
|
|
2939
|
+
"name": "agStringEditorStyles",
|
|
2940
|
+
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
2941
|
+
"description": "The AG String Renderer Styles.",
|
|
2909
2942
|
"privacy": "public"
|
|
2910
2943
|
},
|
|
2911
2944
|
{
|
|
2912
2945
|
"kind": "function",
|
|
2913
|
-
"name": "
|
|
2946
|
+
"name": "getStringEditorTemplate",
|
|
2914
2947
|
"parameters": [
|
|
2915
2948
|
{
|
|
2916
2949
|
"name": "designSystem",
|
|
@@ -2918,7 +2951,7 @@
|
|
|
2918
2951
|
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
2919
2952
|
}
|
|
2920
2953
|
],
|
|
2921
|
-
"description": "Get a Design System prefixed
|
|
2954
|
+
"description": "Get a Design System prefixed String template.",
|
|
2922
2955
|
"return": {
|
|
2923
2956
|
"type": {
|
|
2924
2957
|
"text": ""
|
|
@@ -2928,83 +2961,98 @@
|
|
|
2928
2961
|
},
|
|
2929
2962
|
{
|
|
2930
2963
|
"kind": "variable",
|
|
2931
|
-
"name": "
|
|
2964
|
+
"name": "foundationStringEditor",
|
|
2932
2965
|
"privacy": "public"
|
|
2933
2966
|
}
|
|
2934
2967
|
],
|
|
2935
2968
|
"exports": [
|
|
2936
2969
|
{
|
|
2937
2970
|
"kind": "js",
|
|
2938
|
-
"name": "
|
|
2971
|
+
"name": "StringEditor",
|
|
2939
2972
|
"declaration": {
|
|
2940
|
-
"name": "
|
|
2941
|
-
"module": "src/cell-editors/
|
|
2973
|
+
"name": "StringEditor",
|
|
2974
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
2942
2975
|
}
|
|
2943
2976
|
},
|
|
2944
2977
|
{
|
|
2945
2978
|
"kind": "js",
|
|
2946
|
-
"name": "
|
|
2979
|
+
"name": "agStringEditorStyles",
|
|
2947
2980
|
"declaration": {
|
|
2948
|
-
"name": "
|
|
2949
|
-
"module": "src/cell-editors/
|
|
2981
|
+
"name": "agStringEditorStyles",
|
|
2982
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
2950
2983
|
}
|
|
2951
2984
|
},
|
|
2952
2985
|
{
|
|
2953
2986
|
"kind": "js",
|
|
2954
|
-
"name": "
|
|
2987
|
+
"name": "getStringEditorTemplate",
|
|
2955
2988
|
"declaration": {
|
|
2956
|
-
"name": "
|
|
2957
|
-
"module": "src/cell-editors/
|
|
2989
|
+
"name": "getStringEditorTemplate",
|
|
2990
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
2958
2991
|
}
|
|
2959
2992
|
},
|
|
2960
2993
|
{
|
|
2961
2994
|
"kind": "js",
|
|
2962
|
-
"name": "
|
|
2995
|
+
"name": "foundationStringEditor",
|
|
2963
2996
|
"declaration": {
|
|
2964
|
-
"name": "
|
|
2965
|
-
"module": "src/cell-editors/
|
|
2997
|
+
"name": "foundationStringEditor",
|
|
2998
|
+
"module": "src/cell-editors/string.editor.ts"
|
|
2966
2999
|
}
|
|
2967
3000
|
}
|
|
2968
3001
|
]
|
|
2969
3002
|
},
|
|
2970
3003
|
{
|
|
2971
3004
|
"kind": "javascript-module",
|
|
2972
|
-
"path": "src/cell
|
|
3005
|
+
"path": "src/cell/cell.template.ts",
|
|
3006
|
+
"declarations": [
|
|
3007
|
+
{
|
|
3008
|
+
"kind": "variable",
|
|
3009
|
+
"name": "CellTemplate",
|
|
3010
|
+
"default": "html<GridProCell>`\n <template>\n <slot ${slotted('slottedRenderer')} @slotchange=\"${(x) => x.slottedAgRendererChanged()}\"></slot>\n </template>\n`",
|
|
3011
|
+
"description": "The Grid Pro Cell Template.",
|
|
3012
|
+
"privacy": "public"
|
|
3013
|
+
}
|
|
3014
|
+
],
|
|
3015
|
+
"exports": [
|
|
3016
|
+
{
|
|
3017
|
+
"kind": "js",
|
|
3018
|
+
"name": "CellTemplate",
|
|
3019
|
+
"declaration": {
|
|
3020
|
+
"name": "CellTemplate",
|
|
3021
|
+
"module": "src/cell/cell.template.ts"
|
|
3022
|
+
}
|
|
3023
|
+
}
|
|
3024
|
+
]
|
|
3025
|
+
},
|
|
3026
|
+
{
|
|
3027
|
+
"kind": "javascript-module",
|
|
3028
|
+
"path": "src/cell/cell.ts",
|
|
2973
3029
|
"declarations": [
|
|
2974
3030
|
{
|
|
2975
3031
|
"kind": "class",
|
|
2976
|
-
"description": "The
|
|
2977
|
-
"name": "
|
|
3032
|
+
"description": "The Grid Pro Cell element.",
|
|
3033
|
+
"name": "GridProCell",
|
|
2978
3034
|
"members": [
|
|
2979
3035
|
{
|
|
2980
3036
|
"kind": "field",
|
|
2981
|
-
"name": "
|
|
2982
|
-
"type": {
|
|
2983
|
-
"text": "StringEditorParams"
|
|
2984
|
-
},
|
|
2985
|
-
"privacy": "public"
|
|
2986
|
-
},
|
|
2987
|
-
{
|
|
2988
|
-
"kind": "field",
|
|
2989
|
-
"name": "value",
|
|
3037
|
+
"name": "renderer",
|
|
2990
3038
|
"type": {
|
|
2991
|
-
"text": "
|
|
3039
|
+
"text": "ICellRendererFunc"
|
|
2992
3040
|
},
|
|
2993
3041
|
"privacy": "public"
|
|
2994
3042
|
},
|
|
2995
3043
|
{
|
|
2996
3044
|
"kind": "field",
|
|
2997
|
-
"name": "
|
|
3045
|
+
"name": "rendererParams",
|
|
2998
3046
|
"type": {
|
|
2999
|
-
"text": "
|
|
3047
|
+
"text": "ICellRendererParams"
|
|
3000
3048
|
},
|
|
3001
3049
|
"privacy": "public"
|
|
3002
3050
|
},
|
|
3003
3051
|
{
|
|
3004
3052
|
"kind": "field",
|
|
3005
|
-
"name": "
|
|
3053
|
+
"name": "slottedRenderer",
|
|
3006
3054
|
"type": {
|
|
3007
|
-
"text": "
|
|
3055
|
+
"text": "HTMLElement[]"
|
|
3008
3056
|
},
|
|
3009
3057
|
"privacy": "public"
|
|
3010
3058
|
},
|
|
@@ -3016,7 +3064,7 @@
|
|
|
3016
3064
|
{
|
|
3017
3065
|
"name": "params",
|
|
3018
3066
|
"type": {
|
|
3019
|
-
"text": "
|
|
3067
|
+
"text": "ICellRendererParams"
|
|
3020
3068
|
}
|
|
3021
3069
|
}
|
|
3022
3070
|
]
|
|
@@ -3031,53 +3079,28 @@
|
|
|
3031
3079
|
}
|
|
3032
3080
|
}
|
|
3033
3081
|
},
|
|
3082
|
+
{
|
|
3083
|
+
"kind": "method",
|
|
3084
|
+
"name": "destroy",
|
|
3085
|
+
"privacy": "public"
|
|
3086
|
+
},
|
|
3034
3087
|
{
|
|
3035
3088
|
"kind": "method",
|
|
3036
3089
|
"name": "refresh",
|
|
3037
3090
|
"privacy": "public",
|
|
3038
|
-
"return": {
|
|
3039
|
-
"type": {
|
|
3040
|
-
"text": "boolean"
|
|
3041
|
-
}
|
|
3042
|
-
},
|
|
3043
3091
|
"parameters": [
|
|
3044
3092
|
{
|
|
3045
3093
|
"name": "params",
|
|
3046
3094
|
"type": {
|
|
3047
|
-
"text": "
|
|
3095
|
+
"text": "ICellRendererParams"
|
|
3048
3096
|
}
|
|
3049
3097
|
}
|
|
3050
3098
|
]
|
|
3051
3099
|
},
|
|
3052
3100
|
{
|
|
3053
3101
|
"kind": "method",
|
|
3054
|
-
"name": "
|
|
3055
|
-
|
|
3056
|
-
{
|
|
3057
|
-
"kind": "method",
|
|
3058
|
-
"name": "isPopup",
|
|
3059
|
-
"return": {
|
|
3060
|
-
"type": {
|
|
3061
|
-
"text": "boolean"
|
|
3062
|
-
}
|
|
3063
|
-
}
|
|
3064
|
-
},
|
|
3065
|
-
{
|
|
3066
|
-
"kind": "method",
|
|
3067
|
-
"name": "afterGuiAttached"
|
|
3068
|
-
},
|
|
3069
|
-
{
|
|
3070
|
-
"kind": "method",
|
|
3071
|
-
"name": "changeHandler",
|
|
3072
|
-
"parameters": [
|
|
3073
|
-
{
|
|
3074
|
-
"name": "event"
|
|
3075
|
-
}
|
|
3076
|
-
]
|
|
3077
|
-
},
|
|
3078
|
-
{
|
|
3079
|
-
"kind": "method",
|
|
3080
|
-
"name": "isCancelBeforeStart"
|
|
3102
|
+
"name": "slottedAgRendererChanged",
|
|
3103
|
+
"privacy": "public"
|
|
3081
3104
|
},
|
|
3082
3105
|
{
|
|
3083
3106
|
"kind": "field",
|
|
@@ -3195,71 +3218,48 @@
|
|
|
3195
3218
|
"name": "FoundationElement",
|
|
3196
3219
|
"package": "@microsoft/fast-foundation"
|
|
3197
3220
|
},
|
|
3198
|
-
"tagName": "
|
|
3221
|
+
"tagName": "grid-pro-cell",
|
|
3199
3222
|
"customElement": true
|
|
3200
|
-
},
|
|
3201
|
-
{
|
|
3202
|
-
"kind": "variable",
|
|
3203
|
-
"name": "agStringEditorStyles",
|
|
3204
|
-
"default": "css`\n :host {\n display: flex;\n }\n`",
|
|
3205
|
-
"description": "The AG String Renderer Styles.",
|
|
3206
|
-
"privacy": "public"
|
|
3207
|
-
},
|
|
3208
|
-
{
|
|
3209
|
-
"kind": "function",
|
|
3210
|
-
"name": "getStringEditorTemplate",
|
|
3211
|
-
"parameters": [
|
|
3212
|
-
{
|
|
3213
|
-
"name": "designSystem",
|
|
3214
|
-
"default": "'foundation'",
|
|
3215
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
3216
|
-
}
|
|
3217
|
-
],
|
|
3218
|
-
"description": "Get a Design System prefixed String template.",
|
|
3219
|
-
"return": {
|
|
3220
|
-
"type": {
|
|
3221
|
-
"text": ""
|
|
3222
|
-
}
|
|
3223
|
-
},
|
|
3224
|
-
"privacy": "public"
|
|
3225
|
-
},
|
|
3226
|
-
{
|
|
3227
|
-
"kind": "variable",
|
|
3228
|
-
"name": "foundationStringEditor",
|
|
3229
|
-
"privacy": "public"
|
|
3230
3223
|
}
|
|
3231
3224
|
],
|
|
3232
3225
|
"exports": [
|
|
3233
3226
|
{
|
|
3234
3227
|
"kind": "js",
|
|
3235
|
-
"name": "
|
|
3228
|
+
"name": "GridProCell",
|
|
3236
3229
|
"declaration": {
|
|
3237
|
-
"name": "
|
|
3238
|
-
"module": "src/cell
|
|
3230
|
+
"name": "GridProCell",
|
|
3231
|
+
"module": "src/cell/cell.ts"
|
|
3239
3232
|
}
|
|
3240
3233
|
},
|
|
3241
3234
|
{
|
|
3242
|
-
"kind": "
|
|
3243
|
-
"name": "
|
|
3235
|
+
"kind": "custom-element-definition",
|
|
3236
|
+
"name": "grid-pro-cell",
|
|
3244
3237
|
"declaration": {
|
|
3245
|
-
"name": "
|
|
3246
|
-
"module": "src/cell
|
|
3238
|
+
"name": "GridProCell",
|
|
3239
|
+
"module": "src/cell/cell.ts"
|
|
3247
3240
|
}
|
|
3248
|
-
}
|
|
3241
|
+
}
|
|
3242
|
+
]
|
|
3243
|
+
},
|
|
3244
|
+
{
|
|
3245
|
+
"kind": "javascript-module",
|
|
3246
|
+
"path": "src/cell/index.ts",
|
|
3247
|
+
"declarations": [],
|
|
3248
|
+
"exports": [
|
|
3249
3249
|
{
|
|
3250
3250
|
"kind": "js",
|
|
3251
|
-
"name": "
|
|
3251
|
+
"name": "*",
|
|
3252
3252
|
"declaration": {
|
|
3253
|
-
"name": "
|
|
3254
|
-
"
|
|
3253
|
+
"name": "*",
|
|
3254
|
+
"package": "./cell.template"
|
|
3255
3255
|
}
|
|
3256
3256
|
},
|
|
3257
3257
|
{
|
|
3258
3258
|
"kind": "js",
|
|
3259
|
-
"name": "
|
|
3259
|
+
"name": "*",
|
|
3260
3260
|
"declaration": {
|
|
3261
|
-
"name": "
|
|
3262
|
-
"
|
|
3261
|
+
"name": "*",
|
|
3262
|
+
"package": "./cell"
|
|
3263
3263
|
}
|
|
3264
3264
|
}
|
|
3265
3265
|
]
|
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.137.0",
|
|
4
|
+
"version": "14.137.1-alpha-ee4af66.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.137.0",
|
|
34
|
-
"@genesislcap/genx": "14.137.0",
|
|
33
|
+
"@genesislcap/foundation-testing": "14.137.1-alpha-ee4af66.0",
|
|
34
|
+
"@genesislcap/genx": "14.137.1-alpha-ee4af66.0",
|
|
35
35
|
"rimraf": "^3.0.2"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@genesislcap/foundation-comms": "14.137.0",
|
|
39
|
-
"@genesislcap/foundation-logger": "14.137.0",
|
|
40
|
-
"@genesislcap/foundation-ui": "14.137.0",
|
|
41
|
-
"@genesislcap/foundation-utils": "14.137.0",
|
|
38
|
+
"@genesislcap/foundation-comms": "14.137.1-alpha-ee4af66.0",
|
|
39
|
+
"@genesislcap/foundation-logger": "14.137.1-alpha-ee4af66.0",
|
|
40
|
+
"@genesislcap/foundation-ui": "14.137.1-alpha-ee4af66.0",
|
|
41
|
+
"@genesislcap/foundation-utils": "14.137.1-alpha-ee4af66.0",
|
|
42
42
|
"@microsoft/fast-colors": "^5.3.1",
|
|
43
43
|
"@microsoft/fast-components": "^2.30.6",
|
|
44
44
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"access": "public"
|
|
63
63
|
},
|
|
64
64
|
"customElements": "dist/custom-elements.json",
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "9a17853104201af371b3b3400262f18d941333fc"
|
|
66
66
|
}
|