@genesislcap/grid-tabulator 14.137.1 → 14.138.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.
|
@@ -1198,6 +1198,12 @@
|
|
|
1198
1198
|
}
|
|
1199
1199
|
]
|
|
1200
1200
|
},
|
|
1201
|
+
{
|
|
1202
|
+
"kind": "javascript-module",
|
|
1203
|
+
"path": "src/column/index.ts",
|
|
1204
|
+
"declarations": [],
|
|
1205
|
+
"exports": []
|
|
1206
|
+
},
|
|
1201
1207
|
{
|
|
1202
1208
|
"kind": "javascript-module",
|
|
1203
1209
|
"path": "src/datasource/client-side.datasource.ts",
|
|
@@ -2116,12 +2122,6 @@
|
|
|
2116
2122
|
}
|
|
2117
2123
|
]
|
|
2118
2124
|
},
|
|
2119
|
-
{
|
|
2120
|
-
"kind": "javascript-module",
|
|
2121
|
-
"path": "src/column/index.ts",
|
|
2122
|
-
"declarations": [],
|
|
2123
|
-
"exports": []
|
|
2124
|
-
},
|
|
2125
2125
|
{
|
|
2126
2126
|
"kind": "javascript-module",
|
|
2127
2127
|
"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.
|
|
4
|
+
"version": "14.138.0",
|
|
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.
|
|
35
|
-
"@genesislcap/genx": "14.
|
|
34
|
+
"@genesislcap/foundation-testing": "14.138.0",
|
|
35
|
+
"@genesislcap/genx": "14.138.0",
|
|
36
36
|
"@types/tabulator-tables": "^5.5.2",
|
|
37
37
|
"rimraf": "^3.0.2"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@genesislcap/foundation-comms": "14.
|
|
41
|
-
"@genesislcap/foundation-logger": "14.
|
|
42
|
-
"@genesislcap/foundation-ui": "14.
|
|
43
|
-
"@genesislcap/foundation-utils": "14.
|
|
40
|
+
"@genesislcap/foundation-comms": "14.138.0",
|
|
41
|
+
"@genesislcap/foundation-logger": "14.138.0",
|
|
42
|
+
"@genesislcap/foundation-ui": "14.138.0",
|
|
43
|
+
"@genesislcap/foundation-utils": "14.138.0",
|
|
44
44
|
"@microsoft/fast-colors": "^5.3.1",
|
|
45
45
|
"@microsoft/fast-components": "^2.30.6",
|
|
46
46
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"tslib": "^2.3.1"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
53
|
-
"tabulator-tables": "
|
|
53
|
+
"tabulator-tables": "5.5.3"
|
|
54
54
|
},
|
|
55
55
|
"repository": {
|
|
56
56
|
"type": "git",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"access": "public"
|
|
62
62
|
},
|
|
63
63
|
"customElements": "dist/custom-elements.json",
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "216927472cee1a5088da5f2442878ece50d398d4"
|
|
65
65
|
}
|