@genesislcap/foundation-entity-management 14.69.0 → 14.69.1

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.
@@ -435,7 +435,7 @@ export declare class Users extends Users_base {
435
435
  */
436
436
  statusColumn(): {
437
437
  headerName: string;
438
- colId: string;
438
+ field: string;
439
439
  minWidth: number;
440
440
  width: number;
441
441
  suppressSizeToFit: boolean;
@@ -80,7 +80,7 @@ let Users = class Users extends LifecycleMixin(FASTElement) {
80
80
  * @internal
81
81
  */
82
82
  statusColumn() {
83
- return Object.assign(Object.assign({}, defaultColumnConfig), { headerName: 'Status', colId: 'STATUS', minWidth: 135, width: 135, suppressSizeToFit: true, cellRendererSelector: this.statusRendererSelector.bind(this) });
83
+ return Object.assign(Object.assign({}, defaultColumnConfig), { headerName: 'Status', field: 'STATUS', minWidth: 135, width: 135, suppressSizeToFit: true, cellRendererSelector: this.statusRendererSelector.bind(this) });
84
84
  }
85
85
  /**
86
86
  * Returns the config for an entity column if the entityID attribute is defined
@@ -782,7 +782,7 @@ export declare class Users extends Users_base {
782
782
  */
783
783
  statusColumn(): {
784
784
  headerName: string;
785
- colId: string;
785
+ field: string;
786
786
  minWidth: number;
787
787
  width: number;
788
788
  suppressSizeToFit: boolean;
@@ -226,7 +226,7 @@ export class Users extends Users_base {
226
226
  // @internal
227
227
  statusColumn(): {
228
228
  headerName: string;
229
- colId: string;
229
+ field: string;
230
230
  minWidth: number;
231
231
  width: number;
232
232
  suppressSizeToFit: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-entity-management",
3
3
  "description": "Genesis Foundation Entity Management",
4
- "version": "14.69.0",
4
+ "version": "14.69.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -41,21 +41,21 @@
41
41
  },
42
42
  "devDependencies": {
43
43
  "@genesislcap/foundation-login": "^14.40.0",
44
- "@genesislcap/foundation-testing": "14.69.0",
45
- "@genesislcap/genx": "14.69.0",
44
+ "@genesislcap/foundation-testing": "14.69.1",
45
+ "@genesislcap/genx": "14.69.1",
46
46
  "rimraf": "^3.0.2"
47
47
  },
48
48
  "dependencies": {
49
49
  "@ag-grid-community/core": "29.2.0",
50
- "@genesislcap/foundation-comms": "14.69.0",
51
- "@genesislcap/foundation-errors": "14.69.0",
52
- "@genesislcap/foundation-forms": "14.69.0",
53
- "@genesislcap/foundation-login": "14.69.0",
54
- "@genesislcap/foundation-ui": "14.69.0",
55
- "@genesislcap/foundation-utils": "14.69.0",
56
- "@genesislcap/foundation-zero": "14.69.0",
57
- "@genesislcap/foundation-zero-grid-pro": "14.69.0",
58
- "@genesislcap/grid-pro": "14.69.0",
50
+ "@genesislcap/foundation-comms": "14.69.1",
51
+ "@genesislcap/foundation-errors": "14.69.1",
52
+ "@genesislcap/foundation-forms": "14.69.1",
53
+ "@genesislcap/foundation-login": "14.69.1",
54
+ "@genesislcap/foundation-ui": "14.69.1",
55
+ "@genesislcap/foundation-utils": "14.69.1",
56
+ "@genesislcap/foundation-zero": "14.69.1",
57
+ "@genesislcap/foundation-zero-grid-pro": "14.69.1",
58
+ "@genesislcap/grid-pro": "14.69.1",
59
59
  "@microsoft/fast-components": "^2.21.3",
60
60
  "@microsoft/fast-element": "^1.7.0",
61
61
  "@microsoft/fast-foundation": "^2.33.2",
@@ -71,5 +71,5 @@
71
71
  "access": "public"
72
72
  },
73
73
  "customElements": "dist/custom-elements.json",
74
- "gitHead": "523435f78e10050f548668b811383a0d5317db26"
74
+ "gitHead": "c5bdadf07f7c8d9d5ae63eefc289453752c3d4c4"
75
75
  }