@genesislcap/grid-tabulator 14.101.3 → 14.101.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +12 -12
- package/package.json +8 -8
|
@@ -961,18 +961,6 @@
|
|
|
961
961
|
"declarations": [],
|
|
962
962
|
"exports": []
|
|
963
963
|
},
|
|
964
|
-
{
|
|
965
|
-
"kind": "javascript-module",
|
|
966
|
-
"path": "src/cell-renderers/index.ts",
|
|
967
|
-
"declarations": [],
|
|
968
|
-
"exports": []
|
|
969
|
-
},
|
|
970
|
-
{
|
|
971
|
-
"kind": "javascript-module",
|
|
972
|
-
"path": "src/column/index.ts",
|
|
973
|
-
"declarations": [],
|
|
974
|
-
"exports": []
|
|
975
|
-
},
|
|
976
964
|
{
|
|
977
965
|
"kind": "javascript-module",
|
|
978
966
|
"path": "src/datasource/client-side.datasource.ts",
|
|
@@ -1769,6 +1757,12 @@
|
|
|
1769
1757
|
}
|
|
1770
1758
|
]
|
|
1771
1759
|
},
|
|
1760
|
+
{
|
|
1761
|
+
"kind": "javascript-module",
|
|
1762
|
+
"path": "src/cell-renderers/index.ts",
|
|
1763
|
+
"declarations": [],
|
|
1764
|
+
"exports": []
|
|
1765
|
+
},
|
|
1772
1766
|
{
|
|
1773
1767
|
"kind": "javascript-module",
|
|
1774
1768
|
"path": "src/external/fonts.ts",
|
|
@@ -1882,6 +1876,12 @@
|
|
|
1882
1876
|
}
|
|
1883
1877
|
]
|
|
1884
1878
|
},
|
|
1879
|
+
{
|
|
1880
|
+
"kind": "javascript-module",
|
|
1881
|
+
"path": "src/column/index.ts",
|
|
1882
|
+
"declarations": [],
|
|
1883
|
+
"exports": []
|
|
1884
|
+
},
|
|
1885
1885
|
{
|
|
1886
1886
|
"kind": "javascript-module",
|
|
1887
1887
|
"path": "src/style/colors.ts",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/grid-tabulator",
|
|
3
3
|
"description": "Genesis Foundation Grid Tabulator",
|
|
4
|
-
"version": "14.101.
|
|
4
|
+
"version": "14.101.4",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -31,16 +31,16 @@
|
|
|
31
31
|
"test:debug": "genx test --debug"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@genesislcap/foundation-testing": "14.101.
|
|
35
|
-
"@genesislcap/genx": "14.101.
|
|
34
|
+
"@genesislcap/foundation-testing": "14.101.4",
|
|
35
|
+
"@genesislcap/genx": "14.101.4",
|
|
36
36
|
"@types/tabulator-tables": "^5.5.2",
|
|
37
37
|
"rimraf": "^3.0.2"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@genesislcap/foundation-comms": "14.101.
|
|
41
|
-
"@genesislcap/foundation-logger": "14.101.
|
|
42
|
-
"@genesislcap/foundation-ui": "14.101.
|
|
43
|
-
"@genesislcap/foundation-utils": "14.101.
|
|
40
|
+
"@genesislcap/foundation-comms": "14.101.4",
|
|
41
|
+
"@genesislcap/foundation-logger": "14.101.4",
|
|
42
|
+
"@genesislcap/foundation-ui": "14.101.4",
|
|
43
|
+
"@genesislcap/foundation-utils": "14.101.4",
|
|
44
44
|
"@microsoft/fast-colors": "^5.1.4",
|
|
45
45
|
"@microsoft/fast-components": "^2.21.3",
|
|
46
46
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"access": "public"
|
|
60
60
|
},
|
|
61
61
|
"customElements": "dist/custom-elements.json",
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "a350ad4e0eda9100d0348c9c38246e1d0e21eb1c"
|
|
63
63
|
}
|