@genesislcap/foundation-zero-grid-pro 14.25.1-alpha-d696af4d9.0 → 14.26.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/README.md +4 -1
- package/dist/custom-elements.json +0 -12
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -2,4 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
## License
|
|
4
4
|
|
|
5
|
-
Note: this project provides front end dependencies and uses licensed components listed in the next section, thus licenses for those components are required during development. Contact [Genesis Global](https://genesis.global/contact-us/) for more details.
|
|
5
|
+
Note: this project provides front end dependencies and uses licensed components listed in the next section, thus licenses for those components are required during development. Contact [Genesis Global](https://genesis.global/contact-us/) for more details.
|
|
6
|
+
|
|
7
|
+
### Licensed components
|
|
8
|
+
Genesis low-code platform
|
|
@@ -271,18 +271,6 @@
|
|
|
271
271
|
"module": "src/grid-pro.ts"
|
|
272
272
|
}
|
|
273
273
|
},
|
|
274
|
-
{
|
|
275
|
-
"kind": "field",
|
|
276
|
-
"name": "gridHasRendered",
|
|
277
|
-
"type": {
|
|
278
|
-
"text": "Boolean"
|
|
279
|
-
},
|
|
280
|
-
"default": "false",
|
|
281
|
-
"inheritedFrom": {
|
|
282
|
-
"name": "GridPro",
|
|
283
|
-
"module": "src/grid-pro.ts"
|
|
284
|
-
}
|
|
285
|
-
},
|
|
286
274
|
{
|
|
287
275
|
"kind": "field",
|
|
288
276
|
"name": "persistColumnStateKey",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-zero-grid-pro",
|
|
3
3
|
"description": "Genesis Foundation Zero Grid Pro",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.26.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"serve": "genx serve"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@genesislcap/genx": "14.
|
|
27
|
+
"@genesislcap/genx": "^14.26.0",
|
|
28
28
|
"@playwright/test": "^1.18.1",
|
|
29
29
|
"c8": "^7.11.0",
|
|
30
30
|
"esm": "^3.2.25",
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
"watchlist": "^0.3.1"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@genesislcap/foundation-comms": "14.
|
|
40
|
-
"@genesislcap/foundation-ui": "14.
|
|
41
|
-
"@genesislcap/foundation-utils": "14.
|
|
42
|
-
"@genesislcap/foundation-zero": "14.
|
|
43
|
-
"@genesislcap/grid-pro": "14.
|
|
39
|
+
"@genesislcap/foundation-comms": "^14.26.0",
|
|
40
|
+
"@genesislcap/foundation-ui": "^14.26.0",
|
|
41
|
+
"@genesislcap/foundation-utils": "^14.26.0",
|
|
42
|
+
"@genesislcap/foundation-zero": "^14.26.0",
|
|
43
|
+
"@genesislcap/grid-pro": "^14.26.0",
|
|
44
44
|
"@microsoft/fast-colors": "^5.1.4",
|
|
45
45
|
"@microsoft/fast-components": "^2.21.3",
|
|
46
46
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"access": "public"
|
|
67
67
|
},
|
|
68
68
|
"customElements": "dist/custom-elements.json",
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "5f25fc6e5f9068551f1ea703439f460c352b97d4"
|
|
70
70
|
}
|