@genesislcap/foundation-entity-management 14.65.0 → 14.65.2-alpha-d8c8a07.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.
- package/dist/custom-elements.json +158 -153
- package/dist/dts/users/users.d.ts +1 -1
- package/dist/dts/utils/renderer.d.ts +2 -25
- package/dist/dts/utils/renderer.d.ts.map +1 -1
- package/dist/esm/users/users.js +1 -1
- package/dist/esm/utils/renderer.js +1 -1
- package/dist/foundation-entity-management.api.json +7 -2
- package/dist/foundation-entity-management.d.ts +2 -26
- package/docs/api/foundation-entity-management.buttoncellrenderer.md +1 -25
- package/docs/api-report.md +2 -26
- package/package.json +13 -13
|
@@ -722,6 +722,159 @@
|
|
|
722
722
|
}
|
|
723
723
|
]
|
|
724
724
|
},
|
|
725
|
+
{
|
|
726
|
+
"kind": "javascript-module",
|
|
727
|
+
"path": "src/main/index.ts",
|
|
728
|
+
"declarations": [],
|
|
729
|
+
"exports": [
|
|
730
|
+
{
|
|
731
|
+
"kind": "js",
|
|
732
|
+
"name": "*",
|
|
733
|
+
"declaration": {
|
|
734
|
+
"name": "*",
|
|
735
|
+
"package": "./main.template"
|
|
736
|
+
}
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
"kind": "js",
|
|
740
|
+
"name": "*",
|
|
741
|
+
"declaration": {
|
|
742
|
+
"name": "*",
|
|
743
|
+
"package": "./main"
|
|
744
|
+
}
|
|
745
|
+
}
|
|
746
|
+
]
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
"kind": "javascript-module",
|
|
750
|
+
"path": "src/main/main.styles.ts",
|
|
751
|
+
"declarations": [
|
|
752
|
+
{
|
|
753
|
+
"kind": "variable",
|
|
754
|
+
"name": "MainStyles",
|
|
755
|
+
"default": "css`\n ${mixinRobotoFont()}\n :host {\n contain: content;\n }\n\n :host,\n zero-design-system-provider,\n .dynamic-template,\n foundation-router {\n display: flex;\n width: 100%;\n height: 100%;\n }\n\n fast-progress {\n --accent-foreground-rest: #654df9;\n\n height: calc(var(--design-unit) * 1px);\n margin: 0;\n width: 100%;\n }\n`"
|
|
756
|
+
}
|
|
757
|
+
],
|
|
758
|
+
"exports": [
|
|
759
|
+
{
|
|
760
|
+
"kind": "js",
|
|
761
|
+
"name": "MainStyles",
|
|
762
|
+
"declaration": {
|
|
763
|
+
"name": "MainStyles",
|
|
764
|
+
"module": "src/main/main.styles.ts"
|
|
765
|
+
}
|
|
766
|
+
}
|
|
767
|
+
]
|
|
768
|
+
},
|
|
769
|
+
{
|
|
770
|
+
"kind": "javascript-module",
|
|
771
|
+
"path": "src/main/main.template.ts",
|
|
772
|
+
"declarations": [],
|
|
773
|
+
"exports": []
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
"kind": "javascript-module",
|
|
777
|
+
"path": "src/main/main.ts",
|
|
778
|
+
"declarations": [
|
|
779
|
+
{
|
|
780
|
+
"kind": "class",
|
|
781
|
+
"description": "",
|
|
782
|
+
"name": "MainApplication",
|
|
783
|
+
"members": [
|
|
784
|
+
{
|
|
785
|
+
"kind": "field",
|
|
786
|
+
"name": "config",
|
|
787
|
+
"type": {
|
|
788
|
+
"text": "MainRouterConfig"
|
|
789
|
+
}
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
"kind": "field",
|
|
793
|
+
"name": "connect",
|
|
794
|
+
"type": {
|
|
795
|
+
"text": "Connect"
|
|
796
|
+
}
|
|
797
|
+
},
|
|
798
|
+
{
|
|
799
|
+
"kind": "field",
|
|
800
|
+
"name": "session",
|
|
801
|
+
"type": {
|
|
802
|
+
"text": "Session"
|
|
803
|
+
}
|
|
804
|
+
},
|
|
805
|
+
{
|
|
806
|
+
"kind": "field",
|
|
807
|
+
"name": "container",
|
|
808
|
+
"type": {
|
|
809
|
+
"text": "Container"
|
|
810
|
+
}
|
|
811
|
+
},
|
|
812
|
+
{
|
|
813
|
+
"kind": "field",
|
|
814
|
+
"name": "provider",
|
|
815
|
+
"type": {
|
|
816
|
+
"text": "any"
|
|
817
|
+
}
|
|
818
|
+
},
|
|
819
|
+
{
|
|
820
|
+
"kind": "field",
|
|
821
|
+
"name": "ready",
|
|
822
|
+
"type": {
|
|
823
|
+
"text": "boolean"
|
|
824
|
+
},
|
|
825
|
+
"default": "false"
|
|
826
|
+
},
|
|
827
|
+
{
|
|
828
|
+
"kind": "field",
|
|
829
|
+
"name": "data",
|
|
830
|
+
"type": {
|
|
831
|
+
"text": "any"
|
|
832
|
+
},
|
|
833
|
+
"default": "null"
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
"kind": "method",
|
|
837
|
+
"name": "onLuminanceToggle"
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
"kind": "method",
|
|
841
|
+
"name": "loadRemotes"
|
|
842
|
+
},
|
|
843
|
+
{
|
|
844
|
+
"kind": "method",
|
|
845
|
+
"name": "selectTemplate"
|
|
846
|
+
},
|
|
847
|
+
{
|
|
848
|
+
"kind": "method",
|
|
849
|
+
"name": "registerDIDependencies",
|
|
850
|
+
"privacy": "private"
|
|
851
|
+
}
|
|
852
|
+
],
|
|
853
|
+
"superclass": {
|
|
854
|
+
"name": "FASTElement",
|
|
855
|
+
"package": "@microsoft/fast-element"
|
|
856
|
+
},
|
|
857
|
+
"customElement": true
|
|
858
|
+
}
|
|
859
|
+
],
|
|
860
|
+
"exports": [
|
|
861
|
+
{
|
|
862
|
+
"kind": "js",
|
|
863
|
+
"name": "MainApplication",
|
|
864
|
+
"declaration": {
|
|
865
|
+
"name": "MainApplication",
|
|
866
|
+
"module": "src/main/main.ts"
|
|
867
|
+
}
|
|
868
|
+
},
|
|
869
|
+
{
|
|
870
|
+
"kind": "custom-element-definition",
|
|
871
|
+
"declaration": {
|
|
872
|
+
"name": "MainApplication",
|
|
873
|
+
"module": "src/main/main.ts"
|
|
874
|
+
}
|
|
875
|
+
}
|
|
876
|
+
]
|
|
877
|
+
},
|
|
725
878
|
{
|
|
726
879
|
"kind": "javascript-module",
|
|
727
880
|
"path": "src/list/index.ts",
|
|
@@ -1041,159 +1194,6 @@
|
|
|
1041
1194
|
}
|
|
1042
1195
|
]
|
|
1043
1196
|
},
|
|
1044
|
-
{
|
|
1045
|
-
"kind": "javascript-module",
|
|
1046
|
-
"path": "src/main/index.ts",
|
|
1047
|
-
"declarations": [],
|
|
1048
|
-
"exports": [
|
|
1049
|
-
{
|
|
1050
|
-
"kind": "js",
|
|
1051
|
-
"name": "*",
|
|
1052
|
-
"declaration": {
|
|
1053
|
-
"name": "*",
|
|
1054
|
-
"package": "./main.template"
|
|
1055
|
-
}
|
|
1056
|
-
},
|
|
1057
|
-
{
|
|
1058
|
-
"kind": "js",
|
|
1059
|
-
"name": "*",
|
|
1060
|
-
"declaration": {
|
|
1061
|
-
"name": "*",
|
|
1062
|
-
"package": "./main"
|
|
1063
|
-
}
|
|
1064
|
-
}
|
|
1065
|
-
]
|
|
1066
|
-
},
|
|
1067
|
-
{
|
|
1068
|
-
"kind": "javascript-module",
|
|
1069
|
-
"path": "src/main/main.styles.ts",
|
|
1070
|
-
"declarations": [
|
|
1071
|
-
{
|
|
1072
|
-
"kind": "variable",
|
|
1073
|
-
"name": "MainStyles",
|
|
1074
|
-
"default": "css`\n ${mixinRobotoFont()}\n :host {\n contain: content;\n }\n\n :host,\n zero-design-system-provider,\n .dynamic-template,\n foundation-router {\n display: flex;\n width: 100%;\n height: 100%;\n }\n\n fast-progress {\n --accent-foreground-rest: #654df9;\n\n height: calc(var(--design-unit) * 1px);\n margin: 0;\n width: 100%;\n }\n`"
|
|
1075
|
-
}
|
|
1076
|
-
],
|
|
1077
|
-
"exports": [
|
|
1078
|
-
{
|
|
1079
|
-
"kind": "js",
|
|
1080
|
-
"name": "MainStyles",
|
|
1081
|
-
"declaration": {
|
|
1082
|
-
"name": "MainStyles",
|
|
1083
|
-
"module": "src/main/main.styles.ts"
|
|
1084
|
-
}
|
|
1085
|
-
}
|
|
1086
|
-
]
|
|
1087
|
-
},
|
|
1088
|
-
{
|
|
1089
|
-
"kind": "javascript-module",
|
|
1090
|
-
"path": "src/main/main.template.ts",
|
|
1091
|
-
"declarations": [],
|
|
1092
|
-
"exports": []
|
|
1093
|
-
},
|
|
1094
|
-
{
|
|
1095
|
-
"kind": "javascript-module",
|
|
1096
|
-
"path": "src/main/main.ts",
|
|
1097
|
-
"declarations": [
|
|
1098
|
-
{
|
|
1099
|
-
"kind": "class",
|
|
1100
|
-
"description": "",
|
|
1101
|
-
"name": "MainApplication",
|
|
1102
|
-
"members": [
|
|
1103
|
-
{
|
|
1104
|
-
"kind": "field",
|
|
1105
|
-
"name": "config",
|
|
1106
|
-
"type": {
|
|
1107
|
-
"text": "MainRouterConfig"
|
|
1108
|
-
}
|
|
1109
|
-
},
|
|
1110
|
-
{
|
|
1111
|
-
"kind": "field",
|
|
1112
|
-
"name": "connect",
|
|
1113
|
-
"type": {
|
|
1114
|
-
"text": "Connect"
|
|
1115
|
-
}
|
|
1116
|
-
},
|
|
1117
|
-
{
|
|
1118
|
-
"kind": "field",
|
|
1119
|
-
"name": "session",
|
|
1120
|
-
"type": {
|
|
1121
|
-
"text": "Session"
|
|
1122
|
-
}
|
|
1123
|
-
},
|
|
1124
|
-
{
|
|
1125
|
-
"kind": "field",
|
|
1126
|
-
"name": "container",
|
|
1127
|
-
"type": {
|
|
1128
|
-
"text": "Container"
|
|
1129
|
-
}
|
|
1130
|
-
},
|
|
1131
|
-
{
|
|
1132
|
-
"kind": "field",
|
|
1133
|
-
"name": "provider",
|
|
1134
|
-
"type": {
|
|
1135
|
-
"text": "any"
|
|
1136
|
-
}
|
|
1137
|
-
},
|
|
1138
|
-
{
|
|
1139
|
-
"kind": "field",
|
|
1140
|
-
"name": "ready",
|
|
1141
|
-
"type": {
|
|
1142
|
-
"text": "boolean"
|
|
1143
|
-
},
|
|
1144
|
-
"default": "false"
|
|
1145
|
-
},
|
|
1146
|
-
{
|
|
1147
|
-
"kind": "field",
|
|
1148
|
-
"name": "data",
|
|
1149
|
-
"type": {
|
|
1150
|
-
"text": "any"
|
|
1151
|
-
},
|
|
1152
|
-
"default": "null"
|
|
1153
|
-
},
|
|
1154
|
-
{
|
|
1155
|
-
"kind": "method",
|
|
1156
|
-
"name": "onLuminanceToggle"
|
|
1157
|
-
},
|
|
1158
|
-
{
|
|
1159
|
-
"kind": "method",
|
|
1160
|
-
"name": "loadRemotes"
|
|
1161
|
-
},
|
|
1162
|
-
{
|
|
1163
|
-
"kind": "method",
|
|
1164
|
-
"name": "selectTemplate"
|
|
1165
|
-
},
|
|
1166
|
-
{
|
|
1167
|
-
"kind": "method",
|
|
1168
|
-
"name": "registerDIDependencies",
|
|
1169
|
-
"privacy": "private"
|
|
1170
|
-
}
|
|
1171
|
-
],
|
|
1172
|
-
"superclass": {
|
|
1173
|
-
"name": "FASTElement",
|
|
1174
|
-
"package": "@microsoft/fast-element"
|
|
1175
|
-
},
|
|
1176
|
-
"customElement": true
|
|
1177
|
-
}
|
|
1178
|
-
],
|
|
1179
|
-
"exports": [
|
|
1180
|
-
{
|
|
1181
|
-
"kind": "js",
|
|
1182
|
-
"name": "MainApplication",
|
|
1183
|
-
"declaration": {
|
|
1184
|
-
"name": "MainApplication",
|
|
1185
|
-
"module": "src/main/main.ts"
|
|
1186
|
-
}
|
|
1187
|
-
},
|
|
1188
|
-
{
|
|
1189
|
-
"kind": "custom-element-definition",
|
|
1190
|
-
"declaration": {
|
|
1191
|
-
"name": "MainApplication",
|
|
1192
|
-
"module": "src/main/main.ts"
|
|
1193
|
-
}
|
|
1194
|
-
}
|
|
1195
|
-
]
|
|
1196
|
-
},
|
|
1197
1197
|
{
|
|
1198
1198
|
"kind": "javascript-module",
|
|
1199
1199
|
"path": "src/profiles/editProfileSchema.ts",
|
|
@@ -2180,6 +2180,11 @@
|
|
|
2180
2180
|
{
|
|
2181
2181
|
"kind": "function",
|
|
2182
2182
|
"name": "buttonCellRenderer",
|
|
2183
|
+
"return": {
|
|
2184
|
+
"type": {
|
|
2185
|
+
"text": "ColDef"
|
|
2186
|
+
}
|
|
2187
|
+
},
|
|
2183
2188
|
"parameters": [
|
|
2184
2189
|
{
|
|
2185
2190
|
"name": "title"
|
|
@@ -1,29 +1,6 @@
|
|
|
1
|
+
import type { ColDef } from '@ag-grid-community/core';
|
|
1
2
|
/**
|
|
2
3
|
* @public
|
|
3
4
|
*/
|
|
4
|
-
export declare const buttonCellRenderer: (title: any, clickHandler: any) =>
|
|
5
|
-
field: string;
|
|
6
|
-
width: number;
|
|
7
|
-
pinned: string;
|
|
8
|
-
enableCellChangeFlash: boolean;
|
|
9
|
-
cellStyle: {
|
|
10
|
-
padding: string;
|
|
11
|
-
lineHeight: string;
|
|
12
|
-
};
|
|
13
|
-
filter: boolean;
|
|
14
|
-
suppressFiltersToolPanel: boolean;
|
|
15
|
-
suppressColumnsToolPanel: boolean;
|
|
16
|
-
headerName: string;
|
|
17
|
-
minWidth: number;
|
|
18
|
-
maxWidth: number;
|
|
19
|
-
resizable: boolean;
|
|
20
|
-
cellRendererSelector: (params: any) => {
|
|
21
|
-
component: string;
|
|
22
|
-
params: {
|
|
23
|
-
actionClick: any;
|
|
24
|
-
actionName: any;
|
|
25
|
-
appearance: string;
|
|
26
|
-
};
|
|
27
|
-
};
|
|
28
|
-
};
|
|
5
|
+
export declare const buttonCellRenderer: (title: any, clickHandler: any) => ColDef;
|
|
29
6
|
//# sourceMappingURL=renderer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"renderer.d.ts","sourceRoot":"","sources":["../../../src/utils/renderer.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"renderer.d.ts","sourceRoot":"","sources":["../../../src/utils/renderer.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,yBAAyB,CAAC;AAEtD;;GAEG;AACH,eAAO,MAAM,kBAAkB,qCAA0B,MAwBvD,CAAC"}
|
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', colId: '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
|
|
@@ -183,7 +183,12 @@
|
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
185
|
"kind": "Content",
|
|
186
|
-
"text": "(title: any, clickHandler: any) =>
|
|
186
|
+
"text": "(title: any, clickHandler: any) => "
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"kind": "Reference",
|
|
190
|
+
"text": "ColDef",
|
|
191
|
+
"canonicalReference": "@ag-grid-community/core!ColDef:interface"
|
|
187
192
|
}
|
|
188
193
|
],
|
|
189
194
|
"fileUrlPath": "src/utils/renderer.ts",
|
|
@@ -192,7 +197,7 @@
|
|
|
192
197
|
"name": "buttonCellRenderer",
|
|
193
198
|
"variableTypeTokenRange": {
|
|
194
199
|
"startIndex": 1,
|
|
195
|
-
"endIndex":
|
|
200
|
+
"endIndex": 3
|
|
196
201
|
}
|
|
197
202
|
},
|
|
198
203
|
{
|
|
@@ -22,31 +22,7 @@ import { ViewTemplate } from '@microsoft/fast-element';
|
|
|
22
22
|
/**
|
|
23
23
|
* @public
|
|
24
24
|
*/
|
|
25
|
-
export declare const buttonCellRenderer: (title: any, clickHandler: any) =>
|
|
26
|
-
field: string;
|
|
27
|
-
width: number;
|
|
28
|
-
pinned: string;
|
|
29
|
-
enableCellChangeFlash: boolean;
|
|
30
|
-
cellStyle: {
|
|
31
|
-
padding: string;
|
|
32
|
-
lineHeight: string;
|
|
33
|
-
};
|
|
34
|
-
filter: boolean;
|
|
35
|
-
suppressFiltersToolPanel: boolean;
|
|
36
|
-
suppressColumnsToolPanel: boolean;
|
|
37
|
-
headerName: string;
|
|
38
|
-
minWidth: number;
|
|
39
|
-
maxWidth: number;
|
|
40
|
-
resizable: boolean;
|
|
41
|
-
cellRendererSelector: (params: any) => {
|
|
42
|
-
component: string;
|
|
43
|
-
params: {
|
|
44
|
-
actionClick: any;
|
|
45
|
-
actionName: any;
|
|
46
|
-
appearance: string;
|
|
47
|
-
};
|
|
48
|
-
};
|
|
49
|
-
};
|
|
25
|
+
export declare const buttonCellRenderer: (title: any, clickHandler: any) => ColDef;
|
|
50
26
|
|
|
51
27
|
/**
|
|
52
28
|
* The attribute which is set to configure the resource that the entity manager is working with
|
|
@@ -806,7 +782,7 @@ export declare class Users extends Users_base {
|
|
|
806
782
|
*/
|
|
807
783
|
statusColumn(): {
|
|
808
784
|
headerName: string;
|
|
809
|
-
|
|
785
|
+
colId: string;
|
|
810
786
|
minWidth: number;
|
|
811
787
|
width: number;
|
|
812
788
|
suppressSizeToFit: boolean;
|
|
@@ -8,29 +8,5 @@
|
|
|
8
8
|
**Signature:**
|
|
9
9
|
|
|
10
10
|
```typescript
|
|
11
|
-
buttonCellRenderer: (title: any, clickHandler: any) =>
|
|
12
|
-
field: string;
|
|
13
|
-
width: number;
|
|
14
|
-
pinned: string;
|
|
15
|
-
enableCellChangeFlash: boolean;
|
|
16
|
-
cellStyle: {
|
|
17
|
-
padding: string;
|
|
18
|
-
lineHeight: string;
|
|
19
|
-
};
|
|
20
|
-
filter: boolean;
|
|
21
|
-
suppressFiltersToolPanel: boolean;
|
|
22
|
-
suppressColumnsToolPanel: boolean;
|
|
23
|
-
headerName: string;
|
|
24
|
-
minWidth: number;
|
|
25
|
-
maxWidth: number;
|
|
26
|
-
resizable: boolean;
|
|
27
|
-
cellRendererSelector: (params: any) => {
|
|
28
|
-
component: string;
|
|
29
|
-
params: {
|
|
30
|
-
actionClick: any;
|
|
31
|
-
actionName: any;
|
|
32
|
-
appearance: string;
|
|
33
|
-
};
|
|
34
|
-
};
|
|
35
|
-
}
|
|
11
|
+
buttonCellRenderer: (title: any, clickHandler: any) => ColDef
|
|
36
12
|
```
|
package/docs/api-report.md
CHANGED
|
@@ -26,31 +26,7 @@ import { Session } from '@genesislcap/foundation-comms';
|
|
|
26
26
|
import { ViewTemplate } from '@microsoft/fast-element';
|
|
27
27
|
|
|
28
28
|
// @public (undocumented)
|
|
29
|
-
export const buttonCellRenderer: (title: any, clickHandler: any) =>
|
|
30
|
-
field: string;
|
|
31
|
-
width: number;
|
|
32
|
-
pinned: string;
|
|
33
|
-
enableCellChangeFlash: boolean;
|
|
34
|
-
cellStyle: {
|
|
35
|
-
padding: string;
|
|
36
|
-
lineHeight: string;
|
|
37
|
-
};
|
|
38
|
-
filter: boolean;
|
|
39
|
-
suppressFiltersToolPanel: boolean;
|
|
40
|
-
suppressColumnsToolPanel: boolean;
|
|
41
|
-
headerName: string;
|
|
42
|
-
minWidth: number;
|
|
43
|
-
maxWidth: number;
|
|
44
|
-
resizable: boolean;
|
|
45
|
-
cellRendererSelector: (params: any) => {
|
|
46
|
-
component: string;
|
|
47
|
-
params: {
|
|
48
|
-
actionClick: any;
|
|
49
|
-
actionName: any;
|
|
50
|
-
appearance: string;
|
|
51
|
-
};
|
|
52
|
-
};
|
|
53
|
-
};
|
|
29
|
+
export const buttonCellRenderer: (title: any, clickHandler: any) => ColDef;
|
|
54
30
|
|
|
55
31
|
// @public
|
|
56
32
|
export type DatasourceConfiguration = Omit<DatasourceOptions, 'resourceName' | 'request'>;
|
|
@@ -250,7 +226,7 @@ export class Users extends Users_base {
|
|
|
250
226
|
// @internal
|
|
251
227
|
statusColumn(): {
|
|
252
228
|
headerName: string;
|
|
253
|
-
|
|
229
|
+
colId: string;
|
|
254
230
|
minWidth: number;
|
|
255
231
|
width: number;
|
|
256
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.65.0",
|
|
4
|
+
"version": "14.65.2-alpha-d8c8a07.0",
|
|
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.65.0",
|
|
45
|
-
"@genesislcap/genx": "14.65.0",
|
|
44
|
+
"@genesislcap/foundation-testing": "14.65.2-alpha-d8c8a07.0",
|
|
45
|
+
"@genesislcap/genx": "14.65.2-alpha-d8c8a07.0",
|
|
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.65.0",
|
|
51
|
-
"@genesislcap/foundation-errors": "14.65.0",
|
|
52
|
-
"@genesislcap/foundation-forms": "14.65.0",
|
|
53
|
-
"@genesislcap/foundation-login": "14.65.0",
|
|
54
|
-
"@genesislcap/foundation-ui": "14.65.0",
|
|
55
|
-
"@genesislcap/foundation-utils": "14.65.0",
|
|
56
|
-
"@genesislcap/foundation-zero": "14.65.0",
|
|
57
|
-
"@genesislcap/foundation-zero-grid-pro": "14.65.0",
|
|
58
|
-
"@genesislcap/grid-pro": "14.65.0",
|
|
50
|
+
"@genesislcap/foundation-comms": "14.65.2-alpha-d8c8a07.0",
|
|
51
|
+
"@genesislcap/foundation-errors": "14.65.2-alpha-d8c8a07.0",
|
|
52
|
+
"@genesislcap/foundation-forms": "14.65.2-alpha-d8c8a07.0",
|
|
53
|
+
"@genesislcap/foundation-login": "14.65.2-alpha-d8c8a07.0",
|
|
54
|
+
"@genesislcap/foundation-ui": "14.65.2-alpha-d8c8a07.0",
|
|
55
|
+
"@genesislcap/foundation-utils": "14.65.2-alpha-d8c8a07.0",
|
|
56
|
+
"@genesislcap/foundation-zero": "14.65.2-alpha-d8c8a07.0",
|
|
57
|
+
"@genesislcap/foundation-zero-grid-pro": "14.65.2-alpha-d8c8a07.0",
|
|
58
|
+
"@genesislcap/grid-pro": "14.65.2-alpha-d8c8a07.0",
|
|
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": "9deaa8294cfac81799842e9ef0f351d485ef33a7"
|
|
75
75
|
}
|