@genesislcap/foundation-zero-grid-pro 14.73.0 → 14.74.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.
@@ -188,6 +188,27 @@
188
188
  "module": "src/mixins/lifecycle/lifecycle.ts"
189
189
  }
190
190
  },
191
+ {
192
+ "kind": "method",
193
+ "name": "#_blockLifecycleDueToTokenChange",
194
+ "return": {
195
+ "type": {
196
+ "text": "boolean"
197
+ }
198
+ },
199
+ "parameters": [
200
+ {
201
+ "name": "lifecycleType",
202
+ "type": {
203
+ "text": "Lifecycletype"
204
+ }
205
+ }
206
+ ],
207
+ "inheritedFrom": {
208
+ "name": "LifecycleMixin",
209
+ "module": "src/mixins/lifecycle/lifecycle.ts"
210
+ }
211
+ },
191
212
  {
192
213
  "kind": "field",
193
214
  "name": "columnApi",
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.73.0",
4
+ "version": "14.74.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -24,15 +24,15 @@
24
24
  "serve": "genx serve"
25
25
  },
26
26
  "devDependencies": {
27
- "@genesislcap/genx": "14.73.0",
27
+ "@genesislcap/genx": "14.74.0",
28
28
  "rimraf": "^3.0.2"
29
29
  },
30
30
  "dependencies": {
31
- "@genesislcap/foundation-comms": "14.73.0",
32
- "@genesislcap/foundation-ui": "14.73.0",
33
- "@genesislcap/foundation-utils": "14.73.0",
34
- "@genesislcap/foundation-zero": "14.73.0",
35
- "@genesislcap/grid-pro": "14.73.0",
31
+ "@genesislcap/foundation-comms": "14.74.0",
32
+ "@genesislcap/foundation-ui": "14.74.0",
33
+ "@genesislcap/foundation-utils": "14.74.0",
34
+ "@genesislcap/foundation-zero": "14.74.0",
35
+ "@genesislcap/grid-pro": "14.74.0",
36
36
  "@microsoft/fast-colors": "^5.1.4",
37
37
  "@microsoft/fast-components": "^2.21.3",
38
38
  "@microsoft/fast-element": "^1.7.0",
@@ -54,5 +54,5 @@
54
54
  "access": "public"
55
55
  },
56
56
  "customElements": "dist/custom-elements.json",
57
- "gitHead": "29876c67e7127ee076ccb33c01e23abe1607d45a"
57
+ "gitHead": "744f54392e6e9f73c0cddd55300925aa594020d2"
58
58
  }