@genesislcap/grid-pro 14.70.5 → 14.70.7

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.
@@ -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.5",
4
+ "version": "14.70.7",
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.5",
32
- "@genesislcap/genx": "14.70.5",
31
+ "@genesislcap/foundation-testing": "14.70.7",
32
+ "@genesislcap/genx": "14.70.7",
33
33
  "rimraf": "^3.0.2"
34
34
  },
35
35
  "dependencies": {
36
- "@genesislcap/foundation-comms": "14.70.5",
37
- "@genesislcap/foundation-ui": "14.70.5",
38
- "@genesislcap/foundation-utils": "14.70.5",
36
+ "@genesislcap/foundation-comms": "14.70.7",
37
+ "@genesislcap/foundation-ui": "14.70.7",
38
+ "@genesislcap/foundation-utils": "14.70.7",
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": "b3de766b83f9b5cc4e8099835d986c8964dedba4"
61
+ "gitHead": "7786ef3f734c7dd37837d958f96ef5e186f6c7da"
62
62
  }