@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.
package/dist/esm/users/users.js
CHANGED
|
@@ -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',
|
|
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
|
package/docs/api-report.md
CHANGED
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.
|
|
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.
|
|
45
|
-
"@genesislcap/genx": "14.69.
|
|
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.
|
|
51
|
-
"@genesislcap/foundation-errors": "14.69.
|
|
52
|
-
"@genesislcap/foundation-forms": "14.69.
|
|
53
|
-
"@genesislcap/foundation-login": "14.69.
|
|
54
|
-
"@genesislcap/foundation-ui": "14.69.
|
|
55
|
-
"@genesislcap/foundation-utils": "14.69.
|
|
56
|
-
"@genesislcap/foundation-zero": "14.69.
|
|
57
|
-
"@genesislcap/foundation-zero-grid-pro": "14.69.
|
|
58
|
-
"@genesislcap/grid-pro": "14.69.
|
|
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": "
|
|
74
|
+
"gitHead": "c5bdadf07f7c8d9d5ae63eefc289453752c3d4c4"
|
|
75
75
|
}
|