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