@genesislcap/grid-pro 14.70.6 → 14.70.8
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 +1488 -87
- package/dist/grid-pro.api.json +7 -1
- package/package.json +7 -7
package/dist/grid-pro.api.json
CHANGED
|
@@ -130,6 +130,11 @@
|
|
|
130
130
|
"tagName": "@tagname",
|
|
131
131
|
"syntaxKind": "block",
|
|
132
132
|
"allowMultiple": true
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"tagName": "@fires",
|
|
136
|
+
"syntaxKind": "block",
|
|
137
|
+
"allowMultiple": true
|
|
133
138
|
}
|
|
134
139
|
],
|
|
135
140
|
"supportForTags": {
|
|
@@ -161,7 +166,8 @@
|
|
|
161
166
|
"@betaDocumentation": true,
|
|
162
167
|
"@internalRemarks": true,
|
|
163
168
|
"@preapproved": true,
|
|
164
|
-
"@tagname": true
|
|
169
|
+
"@tagname": true,
|
|
170
|
+
"@fires": true
|
|
165
171
|
},
|
|
166
172
|
"reportUnsupportedHtmlElements": false
|
|
167
173
|
}
|
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.70.
|
|
4
|
+
"version": "14.70.8",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -28,14 +28,14 @@
|
|
|
28
28
|
"test:debug": "genx test --debug"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@genesislcap/foundation-testing": "14.70.
|
|
32
|
-
"@genesislcap/genx": "14.70.
|
|
31
|
+
"@genesislcap/foundation-testing": "14.70.8",
|
|
32
|
+
"@genesislcap/genx": "14.70.8",
|
|
33
33
|
"rimraf": "^3.0.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@genesislcap/foundation-comms": "14.70.
|
|
37
|
-
"@genesislcap/foundation-ui": "14.70.
|
|
38
|
-
"@genesislcap/foundation-utils": "14.70.
|
|
36
|
+
"@genesislcap/foundation-comms": "14.70.8",
|
|
37
|
+
"@genesislcap/foundation-ui": "14.70.8",
|
|
38
|
+
"@genesislcap/foundation-utils": "14.70.8",
|
|
39
39
|
"@microsoft/fast-colors": "^5.1.4",
|
|
40
40
|
"@microsoft/fast-components": "^2.21.3",
|
|
41
41
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"access": "public"
|
|
59
59
|
},
|
|
60
60
|
"customElements": "dist/custom-elements.json",
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "c040315dbacd807322ec80da100e541e05234b19"
|
|
62
62
|
}
|