@genesislcap/foundation-entity-management 14.262.1 → 14.262.2

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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +1165 -1165
  2. package/package.json +21 -21
@@ -83,27 +83,41 @@
83
83
  },
84
84
  {
85
85
  "kind": "javascript-module",
86
- "path": "src/components/components.ts",
86
+ "path": "src/layouts/default.ts",
87
87
  "declarations": [
88
88
  {
89
- "kind": "function",
90
- "name": "loadRemotes"
89
+ "kind": "variable",
90
+ "name": "loginLayout",
91
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
92
+ },
93
+ {
94
+ "kind": "variable",
95
+ "name": "defaultLayout",
96
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
91
97
  }
92
98
  ],
93
99
  "exports": [
94
100
  {
95
101
  "kind": "js",
96
- "name": "loadRemotes",
102
+ "name": "loginLayout",
97
103
  "declaration": {
98
- "name": "loadRemotes",
99
- "module": "src/components/components.ts"
104
+ "name": "loginLayout",
105
+ "module": "src/layouts/default.ts"
106
+ }
107
+ },
108
+ {
109
+ "kind": "js",
110
+ "name": "defaultLayout",
111
+ "declaration": {
112
+ "name": "defaultLayout",
113
+ "module": "src/layouts/default.ts"
100
114
  }
101
115
  }
102
116
  ]
103
117
  },
104
118
  {
105
119
  "kind": "javascript-module",
106
- "path": "src/components/index.ts",
120
+ "path": "src/layouts/index.ts",
107
121
  "declarations": [],
108
122
  "exports": [
109
123
  {
@@ -111,7 +125,152 @@
111
125
  "name": "*",
112
126
  "declaration": {
113
127
  "name": "*",
114
- "package": "./components"
128
+ "package": "./default"
129
+ }
130
+ }
131
+ ]
132
+ },
133
+ {
134
+ "kind": "javascript-module",
135
+ "path": "src/main/index.ts",
136
+ "declarations": [],
137
+ "exports": [
138
+ {
139
+ "kind": "js",
140
+ "name": "*",
141
+ "declaration": {
142
+ "name": "*",
143
+ "package": "./main.template"
144
+ }
145
+ },
146
+ {
147
+ "kind": "js",
148
+ "name": "*",
149
+ "declaration": {
150
+ "name": "*",
151
+ "package": "./main"
152
+ }
153
+ }
154
+ ]
155
+ },
156
+ {
157
+ "kind": "javascript-module",
158
+ "path": "src/main/main.styles.ts",
159
+ "declarations": [
160
+ {
161
+ "kind": "variable",
162
+ "name": "MainStyles",
163
+ "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`"
164
+ }
165
+ ],
166
+ "exports": [
167
+ {
168
+ "kind": "js",
169
+ "name": "MainStyles",
170
+ "declaration": {
171
+ "name": "MainStyles",
172
+ "module": "src/main/main.styles.ts"
173
+ }
174
+ }
175
+ ]
176
+ },
177
+ {
178
+ "kind": "javascript-module",
179
+ "path": "src/main/main.template.ts",
180
+ "declarations": [],
181
+ "exports": []
182
+ },
183
+ {
184
+ "kind": "javascript-module",
185
+ "path": "src/main/main.ts",
186
+ "declarations": [
187
+ {
188
+ "kind": "class",
189
+ "description": "",
190
+ "name": "MainApplication",
191
+ "members": [
192
+ {
193
+ "kind": "field",
194
+ "name": "config",
195
+ "type": {
196
+ "text": "MainRouterConfig"
197
+ }
198
+ },
199
+ {
200
+ "kind": "field",
201
+ "name": "connect",
202
+ "type": {
203
+ "text": "Connect"
204
+ }
205
+ },
206
+ {
207
+ "kind": "field",
208
+ "name": "session",
209
+ "type": {
210
+ "text": "Session"
211
+ }
212
+ },
213
+ {
214
+ "kind": "field",
215
+ "name": "container",
216
+ "type": {
217
+ "text": "Container"
218
+ }
219
+ },
220
+ {
221
+ "kind": "field",
222
+ "name": "provider",
223
+ "type": {
224
+ "text": "HTMLElement"
225
+ }
226
+ },
227
+ {
228
+ "kind": "field",
229
+ "name": "ready",
230
+ "type": {
231
+ "text": "boolean"
232
+ },
233
+ "default": "false"
234
+ },
235
+ {
236
+ "kind": "method",
237
+ "name": "onLuminanceToggle"
238
+ },
239
+ {
240
+ "kind": "method",
241
+ "name": "loadRemotes"
242
+ },
243
+ {
244
+ "kind": "method",
245
+ "name": "selectTemplate"
246
+ },
247
+ {
248
+ "kind": "method",
249
+ "name": "registerDIDependencies",
250
+ "privacy": "private"
251
+ }
252
+ ],
253
+ "superclass": {
254
+ "name": "FASTElement",
255
+ "package": "@microsoft/fast-element"
256
+ },
257
+ "customElement": true
258
+ }
259
+ ],
260
+ "exports": [
261
+ {
262
+ "kind": "js",
263
+ "name": "MainApplication",
264
+ "declaration": {
265
+ "name": "MainApplication",
266
+ "module": "src/main/main.ts"
267
+ }
268
+ },
269
+ {
270
+ "kind": "custom-element-definition",
271
+ "declaration": {
272
+ "name": "MainApplication",
273
+ "module": "src/main/main.ts"
115
274
  }
116
275
  }
117
276
  ]
@@ -932,239 +1091,266 @@
932
1091
  },
933
1092
  {
934
1093
  "kind": "javascript-module",
935
- "path": "src/layouts/default.ts",
936
- "declarations": [
937
- {
938
- "kind": "variable",
939
- "name": "loginLayout",
940
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
941
- },
942
- {
943
- "kind": "variable",
944
- "name": "defaultLayout",
945
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
946
- }
947
- ],
948
- "exports": [
949
- {
950
- "kind": "js",
951
- "name": "loginLayout",
952
- "declaration": {
953
- "name": "loginLayout",
954
- "module": "src/layouts/default.ts"
955
- }
956
- },
957
- {
958
- "kind": "js",
959
- "name": "defaultLayout",
960
- "declaration": {
961
- "name": "defaultLayout",
962
- "module": "src/layouts/default.ts"
963
- }
964
- }
965
- ]
966
- },
967
- {
968
- "kind": "javascript-module",
969
- "path": "src/layouts/index.ts",
970
- "declarations": [],
971
- "exports": [
972
- {
973
- "kind": "js",
974
- "name": "*",
975
- "declaration": {
976
- "name": "*",
977
- "package": "./default"
978
- }
979
- }
980
- ]
981
- },
982
- {
983
- "kind": "javascript-module",
984
- "path": "src/list/index.ts",
985
- "declarations": [],
986
- "exports": [
987
- {
988
- "kind": "js",
989
- "name": "*",
990
- "declaration": {
991
- "name": "*",
992
- "package": "./list"
993
- }
994
- }
995
- ]
996
- },
997
- {
998
- "kind": "javascript-module",
999
- "path": "src/list/list.styles.ts",
1094
+ "path": "src/profiles/editProfileSchema.ts",
1000
1095
  "declarations": [
1001
1096
  {
1002
1097
  "kind": "variable",
1003
- "name": "listStyles",
1004
- "default": "css`\n :host {\n contain: content;\n }\n\n :host,\n fast-router {\n display: flex;\n flex-direction: column;\n width: 100%;\n height: 100%;\n }\n\n .container {\n display: flex;\n flex-direction: column;\n height: inherit;\n width: 100%;\n }\n`"
1098
+ "name": "editProfileFormSchema",
1099
+ "type": {
1100
+ "text": "UiSchema"
1101
+ },
1102
+ "default": "{\n type: 'VerticalLayout',\n elements: [\n {\n type: 'Control',\n label: 'Name',\n scope: '#/properties/NAME',\n },\n {\n type: 'Control',\n label: 'Description',\n scope: '#/properties/DESCRIPTION',\n },\n {\n type: 'Control',\n label: 'Status',\n scope: '#/properties/STATUS',\n },\n {\n type: 'Control',\n label: 'Rights',\n scope: '#/properties/RIGHT_CODES',\n options: {\n allOptionsResourceName: 'RIGHT',\n valueField: 'CODE',\n labelField: 'CODE',\n },\n },\n {\n type: 'Control',\n label: 'Users',\n scope: '#/properties/USER_NAMES',\n options: {\n allOptionsResourceName: 'USER',\n valueField: 'USER_NAME',\n labelField: 'USER_NAME',\n },\n },\n ],\n}"
1005
1103
  }
1006
1104
  ],
1007
1105
  "exports": [
1008
1106
  {
1009
1107
  "kind": "js",
1010
- "name": "listStyles",
1108
+ "name": "editProfileFormSchema",
1011
1109
  "declaration": {
1012
- "name": "listStyles",
1013
- "module": "src/list/list.styles.ts"
1110
+ "name": "editProfileFormSchema",
1111
+ "module": "src/profiles/editProfileSchema.ts"
1014
1112
  }
1015
1113
  }
1016
1114
  ]
1017
1115
  },
1018
1116
  {
1019
1117
  "kind": "javascript-module",
1020
- "path": "src/list/list.template.ts",
1021
- "declarations": [
1022
- {
1023
- "kind": "function",
1024
- "name": "getPrefixedList",
1025
- "parameters": [
1026
- {
1027
- "name": "prefix"
1028
- }
1029
- ]
1030
- }
1031
- ],
1032
- "exports": [
1033
- {
1034
- "kind": "js",
1035
- "name": "getPrefixedList",
1036
- "declaration": {
1037
- "name": "getPrefixedList",
1038
- "module": "src/list/list.template.ts"
1039
- }
1040
- }
1041
- ]
1042
- },
1043
- {
1044
- "kind": "javascript-module",
1045
- "path": "src/list/list.ts",
1118
+ "path": "src/profiles/profiles.ts",
1046
1119
  "declarations": [
1047
1120
  {
1048
1121
  "kind": "class",
1049
- "description": "",
1050
- "name": "List",
1122
+ "description": "Main class which defined the profile management functionality",
1123
+ "name": "Profiles",
1051
1124
  "members": [
1125
+ {
1126
+ "kind": "method",
1127
+ "name": "readProfileData",
1128
+ "privacy": "public",
1129
+ "parameters": [
1130
+ {
1131
+ "name": "profile"
1132
+ }
1133
+ ]
1134
+ },
1135
+ {
1136
+ "kind": "method",
1137
+ "name": "confirmDelete"
1138
+ },
1052
1139
  {
1053
1140
  "kind": "field",
1054
- "name": "prefix",
1141
+ "name": "createEvent",
1055
1142
  "type": {
1056
1143
  "text": "string"
1057
1144
  },
1058
- "default": "'zero'",
1059
- "description": "Name of the design system prefix that will be used in renderers.",
1060
- "privacy": "public"
1145
+ "description": "Name of the event handler on the Genesis server which handles creating an entity",
1146
+ "privacy": "public",
1147
+ "inheritedFrom": {
1148
+ "name": "EntityManagement",
1149
+ "module": "src/entities/entities.ts"
1150
+ }
1061
1151
  },
1062
1152
  {
1063
1153
  "kind": "field",
1064
- "name": "resourceName",
1154
+ "name": "deleteEvent",
1065
1155
  "type": {
1066
1156
  "text": "string"
1067
1157
  },
1068
- "default": "''"
1158
+ "description": "Name of the event handler on the Genesis server which handles deleting the entity",
1159
+ "privacy": "public",
1160
+ "inheritedFrom": {
1161
+ "name": "EntityManagement",
1162
+ "module": "src/entities/entities.ts"
1163
+ }
1069
1164
  },
1070
1165
  {
1071
1166
  "kind": "field",
1072
- "name": "title",
1167
+ "name": "updateEvent",
1073
1168
  "type": {
1074
1169
  "text": "string"
1075
1170
  },
1076
- "default": "''"
1171
+ "description": "Name of the event handler on the Genesis server which handles updating the entity",
1172
+ "privacy": "public",
1173
+ "inheritedFrom": {
1174
+ "name": "EntityManagement",
1175
+ "module": "src/entities/entities.ts"
1176
+ }
1077
1177
  },
1078
1178
  {
1079
1179
  "kind": "field",
1080
1180
  "name": "persistColumnStateKey",
1081
1181
  "type": {
1082
1182
  "text": "string"
1183
+ },
1184
+ "description": "This attribute controls whether and how the entity manager stores the state of the columns when the user edits them. Omit this attribute to disable the functionality, set it to a unique value to enable it.",
1185
+ "privacy": "public",
1186
+ "default": "'entity_profiles_management'",
1187
+ "inheritedFrom": {
1188
+ "name": "EntityManagement",
1189
+ "module": "src/entities/entities.ts"
1083
1190
  }
1084
1191
  },
1085
1192
  {
1086
1193
  "kind": "field",
1087
- "name": "persistFilterModelKey",
1194
+ "name": "updateFormUiSchema",
1088
1195
  "type": {
1089
- "text": "string"
1196
+ "text": "UiSchema"
1197
+ },
1198
+ "description": "Enables you to supply a schema to configure an update form.",
1199
+ "privacy": "public",
1200
+ "default": "editProfileFormSchema",
1201
+ "inheritedFrom": {
1202
+ "name": "EntityManagement",
1203
+ "module": "src/entities/entities.ts"
1090
1204
  }
1091
1205
  },
1092
1206
  {
1093
1207
  "kind": "field",
1094
- "name": "sizeColumnsToFit",
1208
+ "name": "createFormUiSchema",
1095
1209
  "type": {
1096
- "text": "boolean"
1210
+ "text": "UiSchema"
1211
+ },
1212
+ "description": "Enables you to supply a schema to configure an insert form.",
1213
+ "privacy": "public",
1214
+ "default": "editProfileFormSchema",
1215
+ "inheritedFrom": {
1216
+ "name": "EntityManagement",
1217
+ "module": "src/entities/entities.ts"
1097
1218
  }
1098
1219
  },
1099
1220
  {
1100
1221
  "kind": "field",
1101
- "name": "rowSelection",
1222
+ "name": "readEventFn",
1102
1223
  "type": {
1103
- "text": "string"
1224
+ "text": "(entity) => any"
1225
+ },
1226
+ "description": "Similar to readEvent but allows to provide function that will be executed before\nopening the form and yields data to the form",
1227
+ "parameters": [
1228
+ {
1229
+ "description": "selected entity from the grid",
1230
+ "name": "entity"
1231
+ }
1232
+ ],
1233
+ "return": {
1234
+ "type": {
1235
+ "text": ""
1236
+ }
1237
+ },
1238
+ "privacy": "public",
1239
+ "inheritedFrom": {
1240
+ "name": "EntityManagement",
1241
+ "module": "src/entities/entities.ts"
1104
1242
  }
1105
1243
  },
1106
1244
  {
1107
1245
  "kind": "field",
1108
- "name": "enableFilterBar",
1246
+ "name": "resourceName",
1109
1247
  "type": {
1110
- "text": "boolean"
1248
+ "text": "string"
1249
+ },
1250
+ "description": "Name of the backend resource which contain the entities to manage",
1251
+ "privacy": "public",
1252
+ "default": "'ALL_PROFILES'",
1253
+ "inheritedFrom": {
1254
+ "name": "EntityManagement",
1255
+ "module": "src/entities/entities.ts"
1111
1256
  }
1112
1257
  },
1113
1258
  {
1114
1259
  "kind": "field",
1115
- "name": "asyncAdd",
1260
+ "name": "title",
1116
1261
  "type": {
1117
- "text": "boolean"
1262
+ "text": "string"
1118
1263
  },
1119
- "default": "false"
1264
+ "description": "Title of the grid",
1265
+ "privacy": "public",
1266
+ "default": "'Profile Management'",
1267
+ "inheritedFrom": {
1268
+ "name": "EntityManagement",
1269
+ "module": "src/entities/entities.ts"
1270
+ }
1120
1271
  },
1121
1272
  {
1122
1273
  "kind": "field",
1123
- "name": "asyncRemove",
1274
+ "name": "entityLabel",
1124
1275
  "type": {
1125
- "text": "boolean"
1276
+ "text": "string"
1126
1277
  },
1127
- "default": "false"
1278
+ "description": "Label for the entity which is used in the title of the modal when editing the entity, on CRUD buttons and on toast notifications",
1279
+ "privacy": "public",
1280
+ "default": "'Profile'",
1281
+ "inheritedFrom": {
1282
+ "name": "EntityManagement",
1283
+ "module": "src/entities/entities.ts"
1284
+ }
1128
1285
  },
1129
1286
  {
1130
1287
  "kind": "field",
1131
- "name": "asyncUpdate",
1288
+ "name": "prefix",
1132
1289
  "type": {
1133
- "text": "boolean"
1290
+ "text": "string"
1134
1291
  },
1135
- "default": "true"
1292
+ "default": "'zero'",
1293
+ "description": "Name of the design system prefix that will be used in renderers.",
1294
+ "privacy": "public",
1295
+ "inheritedFrom": {
1296
+ "name": "EntityManagement",
1297
+ "module": "src/entities/entities.ts"
1298
+ }
1136
1299
  },
1137
1300
  {
1138
1301
  "kind": "field",
1139
- "name": "enableCellFlashing",
1302
+ "name": "readEvent",
1140
1303
  "type": {
1141
- "text": "boolean"
1304
+ "text": "string"
1142
1305
  },
1143
- "default": "false"
1306
+ "description": "Name of the request on the Genesis server which fetches data for the form, example usage could\ninclude fetching additional data that is not available in the grid but required for the selected entity",
1307
+ "privacy": "public",
1308
+ "inheritedFrom": {
1309
+ "name": "EntityManagement",
1310
+ "module": "src/entities/entities.ts"
1311
+ }
1144
1312
  },
1145
1313
  {
1146
1314
  "kind": "field",
1147
- "name": "enableRowFlashing",
1315
+ "name": "rowSelection",
1148
1316
  "type": {
1149
- "text": "boolean"
1317
+ "text": "string"
1150
1318
  },
1151
- "default": "false"
1319
+ "default": "'single'",
1320
+ "description": "This attribute allows you to change row-selection to 'single' or 'multiple' which will allow you to select single or multiple rows.",
1321
+ "privacy": "public",
1322
+ "inheritedFrom": {
1323
+ "name": "EntityManagement",
1324
+ "module": "src/entities/entities.ts"
1325
+ }
1152
1326
  },
1153
1327
  {
1154
1328
  "kind": "field",
1155
- "name": "hideEdit",
1329
+ "name": "enableCellFlashing",
1156
1330
  "type": {
1157
1331
  "text": "boolean"
1158
1332
  },
1159
- "default": "false"
1333
+ "default": "false",
1334
+ "description": "If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef",
1335
+ "privacy": "public",
1336
+ "inheritedFrom": {
1337
+ "name": "EntityManagement",
1338
+ "module": "src/entities/entities.ts"
1339
+ }
1160
1340
  },
1161
1341
  {
1162
1342
  "kind": "field",
1163
- "name": "hideDelete",
1343
+ "name": "enableRowFlashing",
1164
1344
  "type": {
1165
1345
  "text": "boolean"
1166
1346
  },
1167
- "default": "false"
1347
+ "default": "false",
1348
+ "description": "If true, will enable row flashing for all rows for `add` transactions",
1349
+ "privacy": "public",
1350
+ "inheritedFrom": {
1351
+ "name": "EntityManagement",
1352
+ "module": "src/entities/entities.ts"
1353
+ }
1168
1354
  },
1169
1355
  {
1170
1356
  "kind": "field",
@@ -1172,36 +1358,38 @@
1172
1358
  "type": {
1173
1359
  "text": "DatasourceType"
1174
1360
  },
1175
- "default": "'client'"
1176
- },
1177
- {
1178
- "kind": "field",
1179
- "name": "headerCaseType",
1180
- "type": {
1181
- "text": "GridProCaseType"
1361
+ "default": "'client'",
1362
+ "description": "If set to 'server' it will enable Server-Side Row Model and use `grid-pro-server-side-datasource` for the grid of the `entity-list` sub-component.\nBy default `grid-pro-client-side-datasource` will be used.",
1363
+ "privacy": "public",
1364
+ "inheritedFrom": {
1365
+ "name": "EntityManagement",
1366
+ "module": "src/entities/entities.ts"
1182
1367
  }
1183
1368
  },
1184
1369
  {
1185
1370
  "kind": "field",
1186
- "name": "grid",
1187
- "type": {
1188
- "text": "ZeroGridPro"
1189
- },
1190
- "privacy": "public"
1191
- },
1192
- {
1193
- "kind": "field",
1194
- "name": "datasource",
1371
+ "name": "persistFilterModelKey",
1195
1372
  "type": {
1196
- "text": "GridProGenesisDatasource"
1373
+ "text": "string"
1197
1374
  },
1198
- "privacy": "public"
1375
+ "description": "The key to use for persisting the filter model in local browser or KV storage.",
1376
+ "privacy": "public",
1377
+ "inheritedFrom": {
1378
+ "name": "EntityManagement",
1379
+ "module": "src/entities/entities.ts"
1380
+ }
1199
1381
  },
1200
1382
  {
1201
1383
  "kind": "field",
1202
1384
  "name": "gridOptions",
1203
1385
  "type": {
1204
1386
  "text": "GridOptions"
1387
+ },
1388
+ "description": "GridOptions to be passed down from application",
1389
+ "privacy": "public",
1390
+ "inheritedFrom": {
1391
+ "name": "EntityManagement",
1392
+ "module": "src/entities/entities.ts"
1205
1393
  }
1206
1394
  },
1207
1395
  {
@@ -1209,6 +1397,12 @@
1209
1397
  "name": "columns",
1210
1398
  "type": {
1211
1399
  "text": "ColDef[]"
1400
+ },
1401
+ "description": "Array which holds the column definitions.",
1402
+ "privacy": "public",
1403
+ "inheritedFrom": {
1404
+ "name": "EntityManagement",
1405
+ "module": "src/entities/entities.ts"
1212
1406
  }
1213
1407
  },
1214
1408
  {
@@ -1216,132 +1410,200 @@
1216
1410
  "name": "datasourceConfig",
1217
1411
  "type": {
1218
1412
  "text": "DatasourceConfiguration"
1413
+ },
1414
+ "description": "The configuration which is used when interacting with the resource on the backend",
1415
+ "privacy": "public",
1416
+ "inheritedFrom": {
1417
+ "name": "EntityManagement",
1418
+ "module": "src/entities/entities.ts"
1219
1419
  }
1220
1420
  },
1221
1421
  {
1222
1422
  "kind": "field",
1223
- "name": "actionButtonsConfig",
1423
+ "name": "formRenderers",
1224
1424
  "type": {
1225
- "text": "array"
1425
+ "text": "RendererEntry[]"
1226
1426
  },
1227
- "default": "[]"
1427
+ "default": "renderers",
1428
+ "description": "Array with renderers used by foundation-forms",
1429
+ "privacy": "public",
1430
+ "inheritedFrom": {
1431
+ "name": "EntityManagement",
1432
+ "module": "src/entities/entities.ts"
1433
+ }
1228
1434
  },
1229
1435
  {
1230
1436
  "kind": "field",
1231
- "name": "deleteEvent",
1437
+ "name": "defaultEntityValues",
1232
1438
  "type": {
1233
- "text": "string"
1439
+ "text": "Record<string, unknown>"
1440
+ },
1441
+ "description": "The default values to populate the form with when the user is adding an entity",
1442
+ "privacy": "public",
1443
+ "inheritedFrom": {
1444
+ "name": "EntityManagement",
1445
+ "module": "src/entities/entities.ts"
1234
1446
  }
1235
1447
  },
1236
1448
  {
1237
- "kind": "field",
1238
- "name": "updateEvent",
1239
- "type": {
1240
- "text": "string"
1449
+ "kind": "method",
1450
+ "name": "editModalVisibleChanged",
1451
+ "privacy": "private",
1452
+ "inheritedFrom": {
1453
+ "name": "EntityManagement",
1454
+ "module": "src/entities/entities.ts"
1241
1455
  }
1242
1456
  },
1243
1457
  {
1244
1458
  "kind": "field",
1245
- "name": "connect",
1459
+ "name": "sizeColumnsToFit",
1246
1460
  "type": {
1247
- "text": "Connect"
1461
+ "text": "boolean"
1248
1462
  },
1249
- "privacy": "protected"
1463
+ "description": "Resizes columns to take available space",
1464
+ "privacy": "public",
1465
+ "inheritedFrom": {
1466
+ "name": "EntityManagement",
1467
+ "module": "src/entities/entities.ts"
1468
+ }
1250
1469
  },
1251
1470
  {
1252
1471
  "kind": "field",
1253
- "name": "isServerSideDatasource",
1472
+ "name": "enableFilterBar",
1254
1473
  "type": {
1255
1474
  "text": "boolean"
1256
1475
  },
1257
- "readonly": true
1258
- },
1259
- {
1260
- "kind": "method",
1261
- "name": "onCellEditingStopped",
1262
- "privacy": "private",
1263
- "parameters": [
1264
- {
1265
- "name": "event",
1266
- "type": {
1267
- "text": "CellEditRequestEvent"
1268
- }
1269
- }
1270
- ]
1271
- },
1272
- {
1273
- "kind": "field",
1274
- "name": "criteria",
1275
- "readonly": true
1276
- },
1277
- {
1278
- "kind": "field",
1279
- "name": "fields",
1280
- "readonly": true
1281
- },
1282
- {
1283
- "kind": "field",
1284
- "name": "isSnapshot",
1285
- "readonly": true
1286
- },
1287
- {
1288
- "kind": "field",
1289
- "name": "maxRows",
1290
- "readonly": true
1476
+ "description": "Enables filter bar component",
1477
+ "privacy": "public",
1478
+ "inheritedFrom": {
1479
+ "name": "EntityManagement",
1480
+ "module": "src/entities/entities.ts"
1481
+ }
1291
1482
  },
1292
1483
  {
1293
1484
  "kind": "field",
1294
- "name": "maxView",
1295
- "readonly": true
1485
+ "name": "hideEdit",
1486
+ "type": {
1487
+ "text": "boolean"
1488
+ },
1489
+ "default": "false",
1490
+ "description": "Hides edit button",
1491
+ "privacy": "public",
1492
+ "inheritedFrom": {
1493
+ "name": "EntityManagement",
1494
+ "module": "src/entities/entities.ts"
1495
+ }
1296
1496
  },
1297
1497
  {
1298
1498
  "kind": "field",
1299
- "name": "movingView",
1300
- "readonly": true
1499
+ "name": "hideDelete",
1500
+ "type": {
1501
+ "text": "boolean"
1502
+ },
1503
+ "default": "false",
1504
+ "description": "Hides delete button",
1505
+ "privacy": "public",
1506
+ "inheritedFrom": {
1507
+ "name": "EntityManagement",
1508
+ "module": "src/entities/entities.ts"
1509
+ }
1301
1510
  },
1302
1511
  {
1303
1512
  "kind": "field",
1304
- "name": "orderBy",
1305
- "readonly": true
1513
+ "name": "enableSearchBar",
1514
+ "type": {
1515
+ "text": "boolean"
1516
+ },
1517
+ "default": "false",
1518
+ "description": "This attribute controls whether to enable the search-bar.",
1519
+ "privacy": "public",
1520
+ "inheritedFrom": {
1521
+ "name": "EntityManagement",
1522
+ "module": "src/entities/entities.ts"
1523
+ }
1306
1524
  },
1307
1525
  {
1308
1526
  "kind": "field",
1309
- "name": "pollingInterval",
1310
- "readonly": true
1527
+ "name": "headerCaseType",
1528
+ "type": {
1529
+ "text": "GridProCaseType"
1530
+ },
1531
+ "description": "The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.",
1532
+ "privacy": "public",
1533
+ "inheritedFrom": {
1534
+ "name": "EntityManagement",
1535
+ "module": "src/entities/entities.ts"
1536
+ }
1311
1537
  },
1312
1538
  {
1313
1539
  "kind": "field",
1314
- "name": "request",
1315
- "readonly": true
1540
+ "name": "searchBarConfig",
1541
+ "type": {
1542
+ "text": "AvailableOption[]"
1543
+ },
1544
+ "description": "Allows configuration of the search bar component, if not provided it would build configuration based on columns in the grid\n* @public",
1545
+ "inheritedFrom": {
1546
+ "name": "EntityManagement",
1547
+ "module": "src/entities/entities.ts"
1548
+ }
1316
1549
  },
1317
1550
  {
1318
1551
  "kind": "field",
1319
- "name": "reverse",
1320
- "readonly": true
1552
+ "name": "modalPosition",
1553
+ "type": {
1554
+ "text": "'centre' | 'left' | 'right'"
1555
+ },
1556
+ "default": "'right'",
1557
+ "description": "Determines where the modal dialog will appear on screen",
1558
+ "privacy": "public",
1559
+ "inheritedFrom": {
1560
+ "name": "EntityManagement",
1561
+ "module": "src/entities/entities.ts"
1562
+ }
1321
1563
  },
1322
1564
  {
1323
1565
  "kind": "field",
1324
- "name": "viewNumber",
1325
- "readonly": true
1566
+ "name": "crudMenuPosition",
1567
+ "type": {
1568
+ "text": "CrudMenuPosition"
1569
+ },
1570
+ "description": "Determines where the buttons will appear",
1571
+ "privacy": "public",
1572
+ "inheritedFrom": {
1573
+ "name": "EntityManagement",
1574
+ "module": "src/entities/entities.ts"
1575
+ }
1326
1576
  },
1327
1577
  {
1328
1578
  "kind": "field",
1329
- "name": "disablePolling",
1330
- "readonly": true
1579
+ "name": "crudMenuStyle",
1580
+ "type": {
1581
+ "text": "ActionsMenuStyle"
1582
+ },
1583
+ "description": "Determines the style of the buttons",
1584
+ "privacy": "public",
1585
+ "inheritedFrom": {
1586
+ "name": "EntityManagement",
1587
+ "module": "src/entities/entities.ts"
1588
+ }
1331
1589
  },
1332
1590
  {
1333
1591
  "kind": "field",
1334
- "name": "requestAutoSetup",
1335
- "readonly": true
1592
+ "name": "crudActionMenuName",
1593
+ "type": {
1594
+ "text": "string"
1595
+ },
1596
+ "default": "'⋮'",
1597
+ "description": "The label of the crud action menu",
1598
+ "inheritedFrom": {
1599
+ "name": "EntityManagement",
1600
+ "module": "src/entities/entities.ts"
1601
+ }
1336
1602
  },
1337
1603
  {
1338
1604
  "kind": "method",
1339
- "name": "handleRowClicked",
1340
- "return": {
1341
- "type": {
1342
- "text": "void"
1343
- }
1344
- },
1605
+ "name": "readEntity",
1606
+ "privacy": "private",
1345
1607
  "parameters": [
1346
1608
  {
1347
1609
  "name": "e",
@@ -1349,100 +1611,131 @@
1349
1611
  "text": "CustomEvent"
1350
1612
  }
1351
1613
  }
1352
- ]
1614
+ ],
1615
+ "inheritedFrom": {
1616
+ "name": "EntityManagement",
1617
+ "module": "src/entities/entities.ts"
1618
+ }
1353
1619
  },
1354
1620
  {
1355
1621
  "kind": "method",
1356
- "name": "handleRowDblClicked",
1357
- "return": {
1358
- "type": {
1359
- "text": "void"
1360
- }
1361
- },
1622
+ "name": "searchBarReqServer",
1623
+ "privacy": "private",
1362
1624
  "parameters": [
1363
1625
  {
1364
- "name": "e",
1626
+ "name": "options",
1365
1627
  "type": {
1366
- "text": "CustomEvent"
1628
+ "text": "SelectedOption<string>[]"
1367
1629
  }
1368
1630
  }
1369
- ]
1631
+ ],
1632
+ "inheritedFrom": {
1633
+ "name": "EntityManagement",
1634
+ "module": "src/entities/entities.ts"
1635
+ }
1370
1636
  },
1371
1637
  {
1372
1638
  "kind": "method",
1373
- "name": "handleRowContextMenu",
1374
- "return": {
1375
- "type": {
1376
- "text": "void"
1377
- }
1378
- },
1639
+ "name": "searchBarDataserver",
1640
+ "privacy": "private",
1379
1641
  "parameters": [
1380
1642
  {
1381
- "name": "e",
1643
+ "name": "options",
1382
1644
  "type": {
1383
- "text": "CustomEvent"
1645
+ "text": "SelectedOption<string>[]"
1384
1646
  }
1385
1647
  }
1386
- ]
1648
+ ],
1649
+ "inheritedFrom": {
1650
+ "name": "EntityManagement",
1651
+ "module": "src/entities/entities.ts"
1652
+ }
1387
1653
  },
1388
1654
  {
1389
1655
  "kind": "method",
1390
- "name": "handleFilterChanged",
1656
+ "name": "requestChanged",
1391
1657
  "privacy": "private",
1392
1658
  "parameters": [
1393
1659
  {
1394
- "name": "e"
1395
- }
1396
- ]
1660
+ "name": "e",
1661
+ "type": {
1662
+ "text": "CustomEvent<string>"
1663
+ }
1664
+ }
1665
+ ],
1666
+ "inheritedFrom": {
1667
+ "name": "EntityManagement",
1668
+ "module": "src/entities/entities.ts"
1669
+ }
1397
1670
  },
1398
1671
  {
1399
1672
  "kind": "method",
1400
- "name": "handleFilterCleared",
1673
+ "name": "criteriaChanged",
1401
1674
  "privacy": "private",
1402
1675
  "parameters": [
1403
1676
  {
1404
- "name": "e"
1677
+ "name": "e",
1678
+ "type": {
1679
+ "text": "CustomEvent<string>"
1680
+ }
1405
1681
  }
1406
- ]
1682
+ ],
1683
+ "inheritedFrom": {
1684
+ "name": "EntityManagement",
1685
+ "module": "src/entities/entities.ts"
1686
+ }
1407
1687
  },
1408
1688
  {
1409
1689
  "kind": "method",
1410
- "name": "select",
1690
+ "name": "submitFailureNotification",
1411
1691
  "privacy": "private",
1412
1692
  "parameters": [
1413
1693
  {
1414
- "name": "e"
1694
+ "name": "e",
1695
+ "type": {
1696
+ "text": "CustomEvent"
1697
+ }
1415
1698
  }
1416
- ]
1699
+ ],
1700
+ "inheritedFrom": {
1701
+ "name": "EntityManagement",
1702
+ "module": "src/entities/entities.ts"
1703
+ }
1417
1704
  },
1418
1705
  {
1419
1706
  "kind": "method",
1420
- "name": "selectionChanged",
1707
+ "name": "submitErrorHandler",
1421
1708
  "privacy": "private",
1422
1709
  "parameters": [
1423
1710
  {
1424
1711
  "name": "e",
1425
1712
  "type": {
1426
- "text": "CustomEvent<SelectionChangedEvent>"
1713
+ "text": "CustomEvent"
1427
1714
  }
1428
1715
  }
1429
- ]
1430
- },
1431
- {
1432
- "kind": "field",
1433
- "name": "edit",
1434
- "privacy": "private"
1716
+ ],
1717
+ "inheritedFrom": {
1718
+ "name": "EntityManagement",
1719
+ "module": "src/entities/entities.ts"
1720
+ }
1435
1721
  },
1436
1722
  {
1437
1723
  "kind": "method",
1438
- "name": "delete",
1439
- "parameters": [
1440
- {
1441
- "name": "e"
1442
- }
1443
- ]
1724
+ "name": "showDeleteConfirmation",
1725
+ "privacy": "private",
1726
+ "inheritedFrom": {
1727
+ "name": "EntityManagement",
1728
+ "module": "src/entities/entities.ts"
1729
+ }
1444
1730
  }
1445
1731
  ],
1732
+ "superclass": {
1733
+ "name": "EntityManagement",
1734
+ "module": "/src/entities"
1735
+ },
1736
+ "deprecated": "- Use '\\@genesislcap/pbc-auth' instead. 'https://www.npmjs.com/package/\\@genesislcap/pbc-auth'",
1737
+ "tagName": "profile-management",
1738
+ "customElement": true,
1446
1739
  "attributes": [
1447
1740
  {
1448
1741
  "name": "design-system-prefix",
@@ -1451,98 +1744,195 @@
1451
1744
  },
1452
1745
  "default": "'zero'",
1453
1746
  "description": "Name of the design system prefix that will be used in renderers.",
1454
- "fieldName": "prefix"
1747
+ "fieldName": "prefix",
1748
+ "inheritedFrom": {
1749
+ "name": "EntityManagement",
1750
+ "module": "src/entities/entities.ts"
1751
+ }
1455
1752
  },
1456
1753
  {
1457
1754
  "name": "resourceName",
1458
1755
  "type": {
1459
1756
  "text": "string"
1460
1757
  },
1461
- "default": "''",
1462
- "fieldName": "resourceName"
1758
+ "description": "Name of the backend resource which contain the entities to manage",
1759
+ "fieldName": "resourceName",
1760
+ "inheritedFrom": {
1761
+ "name": "EntityManagement",
1762
+ "module": "src/entities/entities.ts"
1763
+ }
1463
1764
  },
1464
1765
  {
1465
- "name": "title",
1766
+ "name": "readEvent",
1466
1767
  "type": {
1467
1768
  "text": "string"
1468
1769
  },
1469
- "default": "''",
1470
- "fieldName": "title"
1770
+ "description": "Name of the request on the Genesis server which fetches data for the form, example usage could\ninclude fetching additional data that is not available in the grid but required for the selected entity",
1771
+ "fieldName": "readEvent",
1772
+ "inheritedFrom": {
1773
+ "name": "EntityManagement",
1774
+ "module": "src/entities/entities.ts"
1775
+ }
1471
1776
  },
1472
1777
  {
1473
- "name": "persist-column-state-key",
1778
+ "name": "updateEvent",
1474
1779
  "type": {
1475
1780
  "text": "string"
1476
1781
  },
1477
- "fieldName": "persistColumnStateKey"
1782
+ "description": "Name of the event handler on the Genesis server which handles updating the entity",
1783
+ "fieldName": "updateEvent",
1784
+ "inheritedFrom": {
1785
+ "name": "EntityManagement",
1786
+ "module": "src/entities/entities.ts"
1787
+ }
1478
1788
  },
1479
1789
  {
1480
- "name": "persist-filter-model-key",
1790
+ "name": "deleteEvent",
1481
1791
  "type": {
1482
1792
  "text": "string"
1483
1793
  },
1484
- "fieldName": "persistFilterModelKey"
1794
+ "description": "Name of the event handler on the Genesis server which handles deleting the entity",
1795
+ "fieldName": "deleteEvent",
1796
+ "inheritedFrom": {
1797
+ "name": "EntityManagement",
1798
+ "module": "src/entities/entities.ts"
1799
+ }
1485
1800
  },
1486
1801
  {
1487
- "name": "size-columns-to-fit",
1802
+ "name": "createEvent",
1488
1803
  "type": {
1489
- "text": "boolean"
1804
+ "text": "string"
1490
1805
  },
1491
- "fieldName": "sizeColumnsToFit"
1806
+ "description": "Name of the event handler on the Genesis server which handles creating an entity",
1807
+ "fieldName": "createEvent",
1808
+ "inheritedFrom": {
1809
+ "name": "EntityManagement",
1810
+ "module": "src/entities/entities.ts"
1811
+ }
1492
1812
  },
1493
1813
  {
1494
- "name": "row-selection",
1814
+ "name": "title",
1495
1815
  "type": {
1496
1816
  "text": "string"
1497
1817
  },
1498
- "fieldName": "rowSelection"
1818
+ "description": "Title of the grid",
1819
+ "fieldName": "title",
1820
+ "inheritedFrom": {
1821
+ "name": "EntityManagement",
1822
+ "module": "src/entities/entities.ts"
1823
+ }
1499
1824
  },
1500
1825
  {
1501
- "name": "enable-filter-bar",
1826
+ "name": "entityLabel",
1502
1827
  "type": {
1503
- "text": "boolean"
1828
+ "text": "string"
1504
1829
  },
1505
- "fieldName": "enableFilterBar"
1830
+ "description": "Label for the entity which is used in the title of the modal when editing the entity, on CRUD buttons and on toast notifications",
1831
+ "fieldName": "entityLabel",
1832
+ "inheritedFrom": {
1833
+ "name": "EntityManagement",
1834
+ "module": "src/entities/entities.ts"
1835
+ }
1506
1836
  },
1507
1837
  {
1508
- "name": "async-add",
1838
+ "name": "row-selection",
1839
+ "type": {
1840
+ "text": "string"
1841
+ },
1842
+ "default": "'single'",
1843
+ "description": "This attribute allows you to change row-selection to 'single' or 'multiple' which will allow you to select single or multiple rows.",
1844
+ "fieldName": "rowSelection",
1845
+ "inheritedFrom": {
1846
+ "name": "EntityManagement",
1847
+ "module": "src/entities/entities.ts"
1848
+ }
1849
+ },
1850
+ {
1851
+ "name": "enable-cell-flashing",
1509
1852
  "type": {
1510
1853
  "text": "boolean"
1511
1854
  },
1512
1855
  "default": "false",
1513
- "fieldName": "asyncAdd"
1856
+ "description": "If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef",
1857
+ "fieldName": "enableCellFlashing",
1858
+ "inheritedFrom": {
1859
+ "name": "EntityManagement",
1860
+ "module": "src/entities/entities.ts"
1861
+ }
1514
1862
  },
1515
1863
  {
1516
- "name": "async-remove",
1864
+ "name": "enable-row-flashing",
1517
1865
  "type": {
1518
1866
  "text": "boolean"
1519
1867
  },
1520
1868
  "default": "false",
1521
- "fieldName": "asyncRemove"
1869
+ "description": "If true, will enable row flashing for all rows for `add` transactions",
1870
+ "fieldName": "enableRowFlashing",
1871
+ "inheritedFrom": {
1872
+ "name": "EntityManagement",
1873
+ "module": "src/entities/entities.ts"
1874
+ }
1522
1875
  },
1523
1876
  {
1524
- "name": "async-update",
1877
+ "name": "datasource-type",
1525
1878
  "type": {
1526
- "text": "boolean"
1879
+ "text": "DatasourceType"
1527
1880
  },
1528
- "default": "true",
1529
- "fieldName": "asyncUpdate"
1881
+ "default": "'client'",
1882
+ "description": "If set to 'server' it will enable Server-Side Row Model and use `grid-pro-server-side-datasource` for the grid of the `entity-list` sub-component.\nBy default `grid-pro-client-side-datasource` will be used.",
1883
+ "fieldName": "datasourceType",
1884
+ "inheritedFrom": {
1885
+ "name": "EntityManagement",
1886
+ "module": "src/entities/entities.ts"
1887
+ }
1530
1888
  },
1531
1889
  {
1532
- "name": "enable-cell-flashing",
1890
+ "name": "persist-column-state-key",
1891
+ "type": {
1892
+ "text": "string"
1893
+ },
1894
+ "description": "This attribute controls whether and how the entity manager stores the state of the columns when the user edits them. Omit this attribute to disable the functionality, set it to a unique value to enable it.",
1895
+ "fieldName": "persistColumnStateKey",
1896
+ "inheritedFrom": {
1897
+ "name": "EntityManagement",
1898
+ "module": "src/entities/entities.ts"
1899
+ }
1900
+ },
1901
+ {
1902
+ "name": "persist-filter-model-key",
1903
+ "type": {
1904
+ "text": "string"
1905
+ },
1906
+ "description": "The key to use for persisting the filter model in local browser or KV storage.",
1907
+ "fieldName": "persistFilterModelKey",
1908
+ "inheritedFrom": {
1909
+ "name": "EntityManagement",
1910
+ "module": "src/entities/entities.ts"
1911
+ }
1912
+ },
1913
+ {
1914
+ "name": "size-columns-to-fit",
1533
1915
  "type": {
1534
1916
  "text": "boolean"
1535
1917
  },
1536
- "default": "false",
1537
- "fieldName": "enableCellFlashing"
1918
+ "description": "Resizes columns to take available space",
1919
+ "fieldName": "sizeColumnsToFit",
1920
+ "inheritedFrom": {
1921
+ "name": "EntityManagement",
1922
+ "module": "src/entities/entities.ts"
1923
+ }
1538
1924
  },
1539
1925
  {
1540
- "name": "enable-row-flashing",
1926
+ "name": "enable-filter-bar",
1541
1927
  "type": {
1542
1928
  "text": "boolean"
1543
1929
  },
1544
- "default": "false",
1545
- "fieldName": "enableRowFlashing"
1930
+ "description": "Enables filter bar component",
1931
+ "fieldName": "enableFilterBar",
1932
+ "inheritedFrom": {
1933
+ "name": "EntityManagement",
1934
+ "module": "src/entities/entities.ts"
1935
+ }
1546
1936
  },
1547
1937
  {
1548
1938
  "name": "hide-edit",
@@ -1550,7 +1940,12 @@
1550
1940
  "text": "boolean"
1551
1941
  },
1552
1942
  "default": "false",
1553
- "fieldName": "hideEdit"
1943
+ "description": "Hides edit button",
1944
+ "fieldName": "hideEdit",
1945
+ "inheritedFrom": {
1946
+ "name": "EntityManagement",
1947
+ "module": "src/entities/entities.ts"
1948
+ }
1554
1949
  },
1555
1950
  {
1556
1951
  "name": "hide-delete",
@@ -1558,503 +1953,423 @@
1558
1953
  "text": "boolean"
1559
1954
  },
1560
1955
  "default": "false",
1561
- "fieldName": "hideDelete"
1956
+ "description": "Hides delete button",
1957
+ "fieldName": "hideDelete",
1958
+ "inheritedFrom": {
1959
+ "name": "EntityManagement",
1960
+ "module": "src/entities/entities.ts"
1961
+ }
1562
1962
  },
1563
1963
  {
1564
- "name": "datasource-type",
1964
+ "name": "enable-search-bar",
1565
1965
  "type": {
1566
- "text": "DatasourceType"
1966
+ "text": "boolean"
1567
1967
  },
1568
- "default": "'client'",
1569
- "fieldName": "datasourceType"
1570
- },
1571
- {
1572
- "name": "header-case-type",
1573
- "type": {
1968
+ "default": "false",
1969
+ "description": "This attribute controls whether to enable the search-bar.",
1970
+ "fieldName": "enableSearchBar",
1971
+ "inheritedFrom": {
1972
+ "name": "EntityManagement",
1973
+ "module": "src/entities/entities.ts"
1974
+ }
1975
+ },
1976
+ {
1977
+ "name": "header-case-type",
1978
+ "type": {
1574
1979
  "text": "GridProCaseType"
1575
1980
  },
1576
- "fieldName": "headerCaseType"
1577
- }
1578
- ],
1579
- "mixins": [
1580
- {
1581
- "name": "LifecycleMixin",
1582
- "package": "@genesislcap/foundation-utils"
1583
- }
1584
- ],
1585
- "superclass": {
1586
- "name": "FASTElement",
1587
- "package": "@microsoft/fast-element"
1588
- },
1589
- "tagName": "entity-list",
1590
- "customElement": true
1591
- }
1592
- ],
1593
- "exports": [
1594
- {
1595
- "kind": "js",
1596
- "name": "List",
1597
- "declaration": {
1598
- "name": "List",
1599
- "module": "src/list/list.ts"
1600
- }
1601
- },
1602
- {
1603
- "kind": "custom-element-definition",
1604
- "name": "entity-list",
1605
- "declaration": {
1606
- "name": "List",
1607
- "module": "src/list/list.ts"
1608
- }
1609
- }
1610
- ]
1611
- },
1612
- {
1613
- "kind": "javascript-module",
1614
- "path": "src/main/index.ts",
1615
- "declarations": [],
1616
- "exports": [
1617
- {
1618
- "kind": "js",
1619
- "name": "*",
1620
- "declaration": {
1621
- "name": "*",
1622
- "package": "./main.template"
1623
- }
1624
- },
1625
- {
1626
- "kind": "js",
1627
- "name": "*",
1628
- "declaration": {
1629
- "name": "*",
1630
- "package": "./main"
1631
- }
1632
- }
1633
- ]
1634
- },
1635
- {
1636
- "kind": "javascript-module",
1637
- "path": "src/main/main.styles.ts",
1638
- "declarations": [
1639
- {
1640
- "kind": "variable",
1641
- "name": "MainStyles",
1642
- "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`"
1643
- }
1644
- ],
1645
- "exports": [
1646
- {
1647
- "kind": "js",
1648
- "name": "MainStyles",
1649
- "declaration": {
1650
- "name": "MainStyles",
1651
- "module": "src/main/main.styles.ts"
1652
- }
1653
- }
1654
- ]
1655
- },
1656
- {
1657
- "kind": "javascript-module",
1658
- "path": "src/main/main.template.ts",
1659
- "declarations": [],
1660
- "exports": []
1661
- },
1662
- {
1663
- "kind": "javascript-module",
1664
- "path": "src/main/main.ts",
1665
- "declarations": [
1666
- {
1667
- "kind": "class",
1668
- "description": "",
1669
- "name": "MainApplication",
1670
- "members": [
1981
+ "description": "The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.",
1982
+ "fieldName": "headerCaseType",
1983
+ "inheritedFrom": {
1984
+ "name": "EntityManagement",
1985
+ "module": "src/entities/entities.ts"
1986
+ }
1987
+ },
1671
1988
  {
1672
- "kind": "field",
1673
- "name": "config",
1989
+ "name": "modal-position",
1674
1990
  "type": {
1675
- "text": "MainRouterConfig"
1991
+ "text": "'centre' | 'left' | 'right'"
1992
+ },
1993
+ "default": "'right'",
1994
+ "description": "Determines where the modal dialog will appear on screen",
1995
+ "fieldName": "modalPosition",
1996
+ "inheritedFrom": {
1997
+ "name": "EntityManagement",
1998
+ "module": "src/entities/entities.ts"
1676
1999
  }
1677
2000
  },
1678
2001
  {
1679
- "kind": "field",
1680
- "name": "connect",
2002
+ "name": "crud-menu-position",
1681
2003
  "type": {
1682
- "text": "Connect"
2004
+ "text": "CrudMenuPosition"
2005
+ },
2006
+ "description": "Determines where the buttons will appear",
2007
+ "fieldName": "crudMenuPosition",
2008
+ "inheritedFrom": {
2009
+ "name": "EntityManagement",
2010
+ "module": "src/entities/entities.ts"
1683
2011
  }
1684
2012
  },
1685
2013
  {
1686
- "kind": "field",
1687
- "name": "session",
2014
+ "name": "crud-menu-style",
1688
2015
  "type": {
1689
- "text": "Session"
2016
+ "text": "ActionsMenuStyle"
2017
+ },
2018
+ "description": "Determines the style of the buttons",
2019
+ "fieldName": "crudMenuStyle",
2020
+ "inheritedFrom": {
2021
+ "name": "EntityManagement",
2022
+ "module": "src/entities/entities.ts"
1690
2023
  }
1691
2024
  },
1692
2025
  {
1693
- "kind": "field",
1694
- "name": "container",
2026
+ "name": "crud-action-menu-name",
1695
2027
  "type": {
1696
- "text": "Container"
2028
+ "text": "string"
2029
+ },
2030
+ "default": "'⋮'",
2031
+ "description": "The label of the crud action menu",
2032
+ "fieldName": "crudActionMenuName",
2033
+ "inheritedFrom": {
2034
+ "name": "EntityManagement",
2035
+ "module": "src/entities/entities.ts"
2036
+ }
2037
+ }
2038
+ ],
2039
+ "events": [
2040
+ {
2041
+ "description": "Fired when the request is changed",
2042
+ "name": "request-changed",
2043
+ "inheritedFrom": {
2044
+ "name": "EntityManagement",
2045
+ "module": "src/entities/entities.ts"
1697
2046
  }
1698
2047
  },
1699
2048
  {
1700
- "kind": "field",
1701
- "name": "provider",
1702
- "type": {
1703
- "text": "HTMLElement"
2049
+ "description": "Fired when the criteria is changed",
2050
+ "name": "criteria-changed",
2051
+ "inheritedFrom": {
2052
+ "name": "EntityManagement",
2053
+ "module": "src/entities/entities.ts"
1704
2054
  }
1705
2055
  },
1706
2056
  {
1707
- "kind": "field",
1708
- "name": "ready",
1709
- "type": {
1710
- "text": "boolean"
1711
- },
1712
- "default": "false"
2057
+ "description": "Fired when an entity is created",
2058
+ "name": "create-entity",
2059
+ "inheritedFrom": {
2060
+ "name": "EntityManagement",
2061
+ "module": "src/entities/entities.ts"
2062
+ }
1713
2063
  },
1714
2064
  {
1715
- "kind": "method",
1716
- "name": "onLuminanceToggle"
2065
+ "description": "Fired when an entity is edited",
2066
+ "name": "edit-entity",
2067
+ "inheritedFrom": {
2068
+ "name": "EntityManagement",
2069
+ "module": "src/entities/entities.ts"
2070
+ }
1717
2071
  },
1718
2072
  {
1719
- "kind": "method",
1720
- "name": "loadRemotes"
2073
+ "description": "Fired when an entity is deleted Bubbled events from the child entity-list component",
2074
+ "name": "delete-entity",
2075
+ "inheritedFrom": {
2076
+ "name": "EntityManagement",
2077
+ "module": "src/entities/entities.ts"
2078
+ }
1721
2079
  },
1722
2080
  {
1723
- "kind": "method",
1724
- "name": "selectTemplate"
2081
+ "description": "Fired when there is an error in a create, edit or delete operation",
2082
+ "name": "submit-failure",
2083
+ "inheritedFrom": {
2084
+ "name": "EntityManagement",
2085
+ "module": "src/entities/entities.ts"
2086
+ }
1725
2087
  },
1726
2088
  {
1727
- "kind": "method",
1728
- "name": "registerDIDependencies",
1729
- "privacy": "private"
2089
+ "description": "Fired when a create, edit or delete operation is completed successfully",
2090
+ "name": "submit-success",
2091
+ "inheritedFrom": {
2092
+ "name": "EntityManagement",
2093
+ "module": "src/entities/entities.ts"
2094
+ }
2095
+ },
2096
+ {
2097
+ "description": "Fired when a row is clicked",
2098
+ "name": "rowClick",
2099
+ "inheritedFrom": {
2100
+ "name": "EntityManagement",
2101
+ "module": "src/entities/entities.ts"
2102
+ }
2103
+ },
2104
+ {
2105
+ "description": "Fired when a row is double clicked",
2106
+ "name": "rowDblClick",
2107
+ "inheritedFrom": {
2108
+ "name": "EntityManagement",
2109
+ "module": "src/entities/entities.ts"
2110
+ }
2111
+ },
2112
+ {
2113
+ "description": "Fired when a row is right clicked",
2114
+ "name": "contextMenu",
2115
+ "inheritedFrom": {
2116
+ "name": "EntityManagement",
2117
+ "module": "src/entities/entities.ts"
2118
+ }
2119
+ },
2120
+ {
2121
+ "description": "Fired when a row is selected",
2122
+ "name": "rowSelected",
2123
+ "inheritedFrom": {
2124
+ "name": "EntityManagement",
2125
+ "module": "src/entities/entities.ts"
2126
+ }
1730
2127
  }
1731
- ],
1732
- "superclass": {
1733
- "name": "FASTElement",
1734
- "package": "@microsoft/fast-element"
1735
- },
1736
- "customElement": true
2128
+ ]
1737
2129
  }
1738
2130
  ],
1739
2131
  "exports": [
1740
2132
  {
1741
2133
  "kind": "js",
1742
- "name": "MainApplication",
2134
+ "name": "Profiles",
2135
+ "declaration": {
2136
+ "name": "Profiles",
2137
+ "module": "src/profiles/profiles.ts"
2138
+ }
2139
+ },
2140
+ {
2141
+ "kind": "custom-element-definition",
2142
+ "name": "profile-management",
2143
+ "declaration": {
2144
+ "name": "Profiles",
2145
+ "module": "src/profiles/profiles.ts"
2146
+ }
2147
+ }
2148
+ ]
2149
+ },
2150
+ {
2151
+ "kind": "javascript-module",
2152
+ "path": "src/list/index.ts",
2153
+ "declarations": [],
2154
+ "exports": [
2155
+ {
2156
+ "kind": "js",
2157
+ "name": "*",
1743
2158
  "declaration": {
1744
- "name": "MainApplication",
1745
- "module": "src/main/main.ts"
2159
+ "name": "*",
2160
+ "package": "./list"
1746
2161
  }
1747
- },
2162
+ }
2163
+ ]
2164
+ },
2165
+ {
2166
+ "kind": "javascript-module",
2167
+ "path": "src/list/list.styles.ts",
2168
+ "declarations": [
1748
2169
  {
1749
- "kind": "custom-element-definition",
2170
+ "kind": "variable",
2171
+ "name": "listStyles",
2172
+ "default": "css`\n :host {\n contain: content;\n }\n\n :host,\n fast-router {\n display: flex;\n flex-direction: column;\n width: 100%;\n height: 100%;\n }\n\n .container {\n display: flex;\n flex-direction: column;\n height: inherit;\n width: 100%;\n }\n`"
2173
+ }
2174
+ ],
2175
+ "exports": [
2176
+ {
2177
+ "kind": "js",
2178
+ "name": "listStyles",
1750
2179
  "declaration": {
1751
- "name": "MainApplication",
1752
- "module": "src/main/main.ts"
2180
+ "name": "listStyles",
2181
+ "module": "src/list/list.styles.ts"
1753
2182
  }
1754
2183
  }
1755
2184
  ]
1756
2185
  },
1757
2186
  {
1758
2187
  "kind": "javascript-module",
1759
- "path": "src/profiles/editProfileSchema.ts",
2188
+ "path": "src/list/list.template.ts",
1760
2189
  "declarations": [
1761
2190
  {
1762
- "kind": "variable",
1763
- "name": "editProfileFormSchema",
1764
- "type": {
1765
- "text": "UiSchema"
1766
- },
1767
- "default": "{\n type: 'VerticalLayout',\n elements: [\n {\n type: 'Control',\n label: 'Name',\n scope: '#/properties/NAME',\n },\n {\n type: 'Control',\n label: 'Description',\n scope: '#/properties/DESCRIPTION',\n },\n {\n type: 'Control',\n label: 'Status',\n scope: '#/properties/STATUS',\n },\n {\n type: 'Control',\n label: 'Rights',\n scope: '#/properties/RIGHT_CODES',\n options: {\n allOptionsResourceName: 'RIGHT',\n valueField: 'CODE',\n labelField: 'CODE',\n },\n },\n {\n type: 'Control',\n label: 'Users',\n scope: '#/properties/USER_NAMES',\n options: {\n allOptionsResourceName: 'USER',\n valueField: 'USER_NAME',\n labelField: 'USER_NAME',\n },\n },\n ],\n}"
2191
+ "kind": "function",
2192
+ "name": "getPrefixedList",
2193
+ "parameters": [
2194
+ {
2195
+ "name": "prefix"
2196
+ }
2197
+ ]
1768
2198
  }
1769
2199
  ],
1770
2200
  "exports": [
1771
2201
  {
1772
2202
  "kind": "js",
1773
- "name": "editProfileFormSchema",
2203
+ "name": "getPrefixedList",
1774
2204
  "declaration": {
1775
- "name": "editProfileFormSchema",
1776
- "module": "src/profiles/editProfileSchema.ts"
2205
+ "name": "getPrefixedList",
2206
+ "module": "src/list/list.template.ts"
1777
2207
  }
1778
2208
  }
1779
2209
  ]
1780
2210
  },
1781
2211
  {
1782
2212
  "kind": "javascript-module",
1783
- "path": "src/profiles/profiles.ts",
2213
+ "path": "src/list/list.ts",
1784
2214
  "declarations": [
1785
2215
  {
1786
2216
  "kind": "class",
1787
- "description": "Main class which defined the profile management functionality",
1788
- "name": "Profiles",
2217
+ "description": "",
2218
+ "name": "List",
1789
2219
  "members": [
1790
- {
1791
- "kind": "method",
1792
- "name": "readProfileData",
1793
- "privacy": "public",
1794
- "parameters": [
1795
- {
1796
- "name": "profile"
1797
- }
1798
- ]
1799
- },
1800
- {
1801
- "kind": "method",
1802
- "name": "confirmDelete"
1803
- },
1804
2220
  {
1805
2221
  "kind": "field",
1806
- "name": "createEvent",
2222
+ "name": "prefix",
1807
2223
  "type": {
1808
2224
  "text": "string"
1809
2225
  },
1810
- "description": "Name of the event handler on the Genesis server which handles creating an entity",
1811
- "privacy": "public",
1812
- "inheritedFrom": {
1813
- "name": "EntityManagement",
1814
- "module": "src/entities/entities.ts"
1815
- }
2226
+ "default": "'zero'",
2227
+ "description": "Name of the design system prefix that will be used in renderers.",
2228
+ "privacy": "public"
1816
2229
  },
1817
2230
  {
1818
2231
  "kind": "field",
1819
- "name": "deleteEvent",
2232
+ "name": "resourceName",
1820
2233
  "type": {
1821
2234
  "text": "string"
1822
2235
  },
1823
- "description": "Name of the event handler on the Genesis server which handles deleting the entity",
1824
- "privacy": "public",
1825
- "inheritedFrom": {
1826
- "name": "EntityManagement",
1827
- "module": "src/entities/entities.ts"
1828
- }
2236
+ "default": "''"
1829
2237
  },
1830
2238
  {
1831
2239
  "kind": "field",
1832
- "name": "updateEvent",
2240
+ "name": "title",
1833
2241
  "type": {
1834
2242
  "text": "string"
1835
2243
  },
1836
- "description": "Name of the event handler on the Genesis server which handles updating the entity",
1837
- "privacy": "public",
1838
- "inheritedFrom": {
1839
- "name": "EntityManagement",
1840
- "module": "src/entities/entities.ts"
1841
- }
2244
+ "default": "''"
1842
2245
  },
1843
2246
  {
1844
2247
  "kind": "field",
1845
2248
  "name": "persistColumnStateKey",
1846
2249
  "type": {
1847
2250
  "text": "string"
1848
- },
1849
- "description": "This attribute controls whether and how the entity manager stores the state of the columns when the user edits them. Omit this attribute to disable the functionality, set it to a unique value to enable it.",
1850
- "privacy": "public",
1851
- "default": "'entity_profiles_management'",
1852
- "inheritedFrom": {
1853
- "name": "EntityManagement",
1854
- "module": "src/entities/entities.ts"
1855
2251
  }
1856
2252
  },
1857
2253
  {
1858
2254
  "kind": "field",
1859
- "name": "updateFormUiSchema",
2255
+ "name": "persistFilterModelKey",
1860
2256
  "type": {
1861
- "text": "UiSchema"
1862
- },
1863
- "description": "Enables you to supply a schema to configure an update form.",
1864
- "privacy": "public",
1865
- "default": "editProfileFormSchema",
1866
- "inheritedFrom": {
1867
- "name": "EntityManagement",
1868
- "module": "src/entities/entities.ts"
2257
+ "text": "string"
1869
2258
  }
1870
2259
  },
1871
2260
  {
1872
2261
  "kind": "field",
1873
- "name": "createFormUiSchema",
2262
+ "name": "sizeColumnsToFit",
1874
2263
  "type": {
1875
- "text": "UiSchema"
1876
- },
1877
- "description": "Enables you to supply a schema to configure an insert form.",
1878
- "privacy": "public",
1879
- "default": "editProfileFormSchema",
1880
- "inheritedFrom": {
1881
- "name": "EntityManagement",
1882
- "module": "src/entities/entities.ts"
2264
+ "text": "boolean"
1883
2265
  }
1884
2266
  },
1885
2267
  {
1886
2268
  "kind": "field",
1887
- "name": "readEventFn",
2269
+ "name": "rowSelection",
1888
2270
  "type": {
1889
- "text": "(entity) => any"
1890
- },
1891
- "description": "Similar to readEvent but allows to provide function that will be executed before\nopening the form and yields data to the form",
1892
- "parameters": [
1893
- {
1894
- "description": "selected entity from the grid",
1895
- "name": "entity"
1896
- }
1897
- ],
1898
- "return": {
1899
- "type": {
1900
- "text": ""
1901
- }
1902
- },
1903
- "privacy": "public",
1904
- "inheritedFrom": {
1905
- "name": "EntityManagement",
1906
- "module": "src/entities/entities.ts"
2271
+ "text": "string"
1907
2272
  }
1908
2273
  },
1909
2274
  {
1910
2275
  "kind": "field",
1911
- "name": "resourceName",
2276
+ "name": "enableFilterBar",
1912
2277
  "type": {
1913
- "text": "string"
1914
- },
1915
- "description": "Name of the backend resource which contain the entities to manage",
1916
- "privacy": "public",
1917
- "default": "'ALL_PROFILES'",
1918
- "inheritedFrom": {
1919
- "name": "EntityManagement",
1920
- "module": "src/entities/entities.ts"
2278
+ "text": "boolean"
1921
2279
  }
1922
2280
  },
1923
2281
  {
1924
2282
  "kind": "field",
1925
- "name": "title",
2283
+ "name": "asyncAdd",
1926
2284
  "type": {
1927
- "text": "string"
2285
+ "text": "boolean"
1928
2286
  },
1929
- "description": "Title of the grid",
1930
- "privacy": "public",
1931
- "default": "'Profile Management'",
1932
- "inheritedFrom": {
1933
- "name": "EntityManagement",
1934
- "module": "src/entities/entities.ts"
1935
- }
2287
+ "default": "false"
1936
2288
  },
1937
2289
  {
1938
2290
  "kind": "field",
1939
- "name": "entityLabel",
2291
+ "name": "asyncRemove",
1940
2292
  "type": {
1941
- "text": "string"
2293
+ "text": "boolean"
1942
2294
  },
1943
- "description": "Label for the entity which is used in the title of the modal when editing the entity, on CRUD buttons and on toast notifications",
1944
- "privacy": "public",
1945
- "default": "'Profile'",
1946
- "inheritedFrom": {
1947
- "name": "EntityManagement",
1948
- "module": "src/entities/entities.ts"
1949
- }
2295
+ "default": "false"
1950
2296
  },
1951
2297
  {
1952
2298
  "kind": "field",
1953
- "name": "prefix",
2299
+ "name": "asyncUpdate",
1954
2300
  "type": {
1955
- "text": "string"
2301
+ "text": "boolean"
1956
2302
  },
1957
- "default": "'zero'",
1958
- "description": "Name of the design system prefix that will be used in renderers.",
1959
- "privacy": "public",
1960
- "inheritedFrom": {
1961
- "name": "EntityManagement",
1962
- "module": "src/entities/entities.ts"
1963
- }
2303
+ "default": "true"
1964
2304
  },
1965
2305
  {
1966
2306
  "kind": "field",
1967
- "name": "readEvent",
2307
+ "name": "enableCellFlashing",
1968
2308
  "type": {
1969
- "text": "string"
2309
+ "text": "boolean"
1970
2310
  },
1971
- "description": "Name of the request on the Genesis server which fetches data for the form, example usage could\ninclude fetching additional data that is not available in the grid but required for the selected entity",
1972
- "privacy": "public",
1973
- "inheritedFrom": {
1974
- "name": "EntityManagement",
1975
- "module": "src/entities/entities.ts"
1976
- }
2311
+ "default": "false"
1977
2312
  },
1978
2313
  {
1979
2314
  "kind": "field",
1980
- "name": "rowSelection",
2315
+ "name": "enableRowFlashing",
1981
2316
  "type": {
1982
- "text": "string"
2317
+ "text": "boolean"
1983
2318
  },
1984
- "default": "'single'",
1985
- "description": "This attribute allows you to change row-selection to 'single' or 'multiple' which will allow you to select single or multiple rows.",
1986
- "privacy": "public",
1987
- "inheritedFrom": {
1988
- "name": "EntityManagement",
1989
- "module": "src/entities/entities.ts"
1990
- }
2319
+ "default": "false"
1991
2320
  },
1992
2321
  {
1993
2322
  "kind": "field",
1994
- "name": "enableCellFlashing",
2323
+ "name": "hideEdit",
1995
2324
  "type": {
1996
2325
  "text": "boolean"
1997
2326
  },
1998
- "default": "false",
1999
- "description": "If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef",
2000
- "privacy": "public",
2001
- "inheritedFrom": {
2002
- "name": "EntityManagement",
2003
- "module": "src/entities/entities.ts"
2004
- }
2327
+ "default": "false"
2005
2328
  },
2006
2329
  {
2007
2330
  "kind": "field",
2008
- "name": "enableRowFlashing",
2331
+ "name": "hideDelete",
2009
2332
  "type": {
2010
2333
  "text": "boolean"
2011
2334
  },
2012
- "default": "false",
2013
- "description": "If true, will enable row flashing for all rows for `add` transactions",
2014
- "privacy": "public",
2015
- "inheritedFrom": {
2016
- "name": "EntityManagement",
2017
- "module": "src/entities/entities.ts"
2018
- }
2335
+ "default": "false"
2019
2336
  },
2020
2337
  {
2021
2338
  "kind": "field",
2022
2339
  "name": "datasourceType",
2023
2340
  "type": {
2024
- "text": "DatasourceType"
2341
+ "text": "DatasourceType"
2342
+ },
2343
+ "default": "'client'"
2344
+ },
2345
+ {
2346
+ "kind": "field",
2347
+ "name": "headerCaseType",
2348
+ "type": {
2349
+ "text": "GridProCaseType"
2350
+ }
2351
+ },
2352
+ {
2353
+ "kind": "field",
2354
+ "name": "grid",
2355
+ "type": {
2356
+ "text": "ZeroGridPro"
2025
2357
  },
2026
- "default": "'client'",
2027
- "description": "If set to 'server' it will enable Server-Side Row Model and use `grid-pro-server-side-datasource` for the grid of the `entity-list` sub-component.\nBy default `grid-pro-client-side-datasource` will be used.",
2028
- "privacy": "public",
2029
- "inheritedFrom": {
2030
- "name": "EntityManagement",
2031
- "module": "src/entities/entities.ts"
2032
- }
2358
+ "privacy": "public"
2033
2359
  },
2034
2360
  {
2035
2361
  "kind": "field",
2036
- "name": "persistFilterModelKey",
2362
+ "name": "datasource",
2037
2363
  "type": {
2038
- "text": "string"
2364
+ "text": "GridProGenesisDatasource"
2039
2365
  },
2040
- "description": "The key to use for persisting the filter model in local browser or KV storage.",
2041
- "privacy": "public",
2042
- "inheritedFrom": {
2043
- "name": "EntityManagement",
2044
- "module": "src/entities/entities.ts"
2045
- }
2366
+ "privacy": "public"
2046
2367
  },
2047
2368
  {
2048
2369
  "kind": "field",
2049
2370
  "name": "gridOptions",
2050
2371
  "type": {
2051
2372
  "text": "GridOptions"
2052
- },
2053
- "description": "GridOptions to be passed down from application",
2054
- "privacy": "public",
2055
- "inheritedFrom": {
2056
- "name": "EntityManagement",
2057
- "module": "src/entities/entities.ts"
2058
2373
  }
2059
2374
  },
2060
2375
  {
@@ -2062,12 +2377,6 @@
2062
2377
  "name": "columns",
2063
2378
  "type": {
2064
2379
  "text": "ColDef[]"
2065
- },
2066
- "description": "Array which holds the column definitions.",
2067
- "privacy": "public",
2068
- "inheritedFrom": {
2069
- "name": "EntityManagement",
2070
- "module": "src/entities/entities.ts"
2071
2380
  }
2072
2381
  },
2073
2382
  {
@@ -2075,200 +2384,149 @@
2075
2384
  "name": "datasourceConfig",
2076
2385
  "type": {
2077
2386
  "text": "DatasourceConfiguration"
2078
- },
2079
- "description": "The configuration which is used when interacting with the resource on the backend",
2080
- "privacy": "public",
2081
- "inheritedFrom": {
2082
- "name": "EntityManagement",
2083
- "module": "src/entities/entities.ts"
2084
2387
  }
2085
2388
  },
2086
2389
  {
2087
2390
  "kind": "field",
2088
- "name": "formRenderers",
2391
+ "name": "actionButtonsConfig",
2089
2392
  "type": {
2090
- "text": "RendererEntry[]"
2393
+ "text": "array"
2091
2394
  },
2092
- "default": "renderers",
2093
- "description": "Array with renderers used by foundation-forms",
2094
- "privacy": "public",
2095
- "inheritedFrom": {
2096
- "name": "EntityManagement",
2097
- "module": "src/entities/entities.ts"
2098
- }
2395
+ "default": "[]"
2099
2396
  },
2100
2397
  {
2101
2398
  "kind": "field",
2102
- "name": "defaultEntityValues",
2399
+ "name": "deleteEvent",
2103
2400
  "type": {
2104
- "text": "Record<string, unknown>"
2105
- },
2106
- "description": "The default values to populate the form with when the user is adding an entity",
2107
- "privacy": "public",
2108
- "inheritedFrom": {
2109
- "name": "EntityManagement",
2110
- "module": "src/entities/entities.ts"
2401
+ "text": "string"
2111
2402
  }
2112
2403
  },
2113
2404
  {
2114
- "kind": "method",
2115
- "name": "editModalVisibleChanged",
2116
- "privacy": "private",
2117
- "inheritedFrom": {
2118
- "name": "EntityManagement",
2119
- "module": "src/entities/entities.ts"
2405
+ "kind": "field",
2406
+ "name": "updateEvent",
2407
+ "type": {
2408
+ "text": "string"
2120
2409
  }
2121
2410
  },
2122
2411
  {
2123
2412
  "kind": "field",
2124
- "name": "sizeColumnsToFit",
2413
+ "name": "connect",
2125
2414
  "type": {
2126
- "text": "boolean"
2415
+ "text": "Connect"
2127
2416
  },
2128
- "description": "Resizes columns to take available space",
2129
- "privacy": "public",
2130
- "inheritedFrom": {
2131
- "name": "EntityManagement",
2132
- "module": "src/entities/entities.ts"
2133
- }
2417
+ "privacy": "protected"
2134
2418
  },
2135
2419
  {
2136
2420
  "kind": "field",
2137
- "name": "enableFilterBar",
2421
+ "name": "isServerSideDatasource",
2138
2422
  "type": {
2139
2423
  "text": "boolean"
2140
2424
  },
2141
- "description": "Enables filter bar component",
2142
- "privacy": "public",
2143
- "inheritedFrom": {
2144
- "name": "EntityManagement",
2145
- "module": "src/entities/entities.ts"
2146
- }
2425
+ "readonly": true
2426
+ },
2427
+ {
2428
+ "kind": "method",
2429
+ "name": "onCellEditingStopped",
2430
+ "privacy": "private",
2431
+ "parameters": [
2432
+ {
2433
+ "name": "event",
2434
+ "type": {
2435
+ "text": "CellEditRequestEvent"
2436
+ }
2437
+ }
2438
+ ]
2147
2439
  },
2148
2440
  {
2149
2441
  "kind": "field",
2150
- "name": "hideEdit",
2151
- "type": {
2152
- "text": "boolean"
2153
- },
2154
- "default": "false",
2155
- "description": "Hides edit button",
2156
- "privacy": "public",
2157
- "inheritedFrom": {
2158
- "name": "EntityManagement",
2159
- "module": "src/entities/entities.ts"
2160
- }
2442
+ "name": "criteria",
2443
+ "readonly": true
2161
2444
  },
2162
2445
  {
2163
2446
  "kind": "field",
2164
- "name": "hideDelete",
2165
- "type": {
2166
- "text": "boolean"
2167
- },
2168
- "default": "false",
2169
- "description": "Hides delete button",
2170
- "privacy": "public",
2171
- "inheritedFrom": {
2172
- "name": "EntityManagement",
2173
- "module": "src/entities/entities.ts"
2174
- }
2447
+ "name": "fields",
2448
+ "readonly": true
2175
2449
  },
2176
2450
  {
2177
2451
  "kind": "field",
2178
- "name": "enableSearchBar",
2179
- "type": {
2180
- "text": "boolean"
2181
- },
2182
- "default": "false",
2183
- "description": "This attribute controls whether to enable the search-bar.",
2184
- "privacy": "public",
2185
- "inheritedFrom": {
2186
- "name": "EntityManagement",
2187
- "module": "src/entities/entities.ts"
2188
- }
2452
+ "name": "isSnapshot",
2453
+ "readonly": true
2189
2454
  },
2190
2455
  {
2191
2456
  "kind": "field",
2192
- "name": "headerCaseType",
2193
- "type": {
2194
- "text": "GridProCaseType"
2195
- },
2196
- "description": "The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.",
2197
- "privacy": "public",
2198
- "inheritedFrom": {
2199
- "name": "EntityManagement",
2200
- "module": "src/entities/entities.ts"
2201
- }
2457
+ "name": "maxRows",
2458
+ "readonly": true
2202
2459
  },
2203
2460
  {
2204
2461
  "kind": "field",
2205
- "name": "searchBarConfig",
2206
- "type": {
2207
- "text": "AvailableOption[]"
2208
- },
2209
- "description": "Allows configuration of the search bar component, if not provided it would build configuration based on columns in the grid\n* @public",
2210
- "inheritedFrom": {
2211
- "name": "EntityManagement",
2212
- "module": "src/entities/entities.ts"
2213
- }
2462
+ "name": "maxView",
2463
+ "readonly": true
2214
2464
  },
2215
2465
  {
2216
2466
  "kind": "field",
2217
- "name": "modalPosition",
2218
- "type": {
2219
- "text": "'centre' | 'left' | 'right'"
2220
- },
2221
- "default": "'right'",
2222
- "description": "Determines where the modal dialog will appear on screen",
2223
- "privacy": "public",
2224
- "inheritedFrom": {
2225
- "name": "EntityManagement",
2226
- "module": "src/entities/entities.ts"
2227
- }
2467
+ "name": "movingView",
2468
+ "readonly": true
2228
2469
  },
2229
2470
  {
2230
2471
  "kind": "field",
2231
- "name": "crudMenuPosition",
2232
- "type": {
2233
- "text": "CrudMenuPosition"
2234
- },
2235
- "description": "Determines where the buttons will appear",
2236
- "privacy": "public",
2237
- "inheritedFrom": {
2238
- "name": "EntityManagement",
2239
- "module": "src/entities/entities.ts"
2240
- }
2472
+ "name": "orderBy",
2473
+ "readonly": true
2241
2474
  },
2242
2475
  {
2243
2476
  "kind": "field",
2244
- "name": "crudMenuStyle",
2245
- "type": {
2246
- "text": "ActionsMenuStyle"
2247
- },
2248
- "description": "Determines the style of the buttons",
2249
- "privacy": "public",
2250
- "inheritedFrom": {
2251
- "name": "EntityManagement",
2252
- "module": "src/entities/entities.ts"
2253
- }
2477
+ "name": "pollingInterval",
2478
+ "readonly": true
2254
2479
  },
2255
2480
  {
2256
2481
  "kind": "field",
2257
- "name": "crudActionMenuName",
2258
- "type": {
2259
- "text": "string"
2482
+ "name": "request",
2483
+ "readonly": true
2484
+ },
2485
+ {
2486
+ "kind": "field",
2487
+ "name": "reverse",
2488
+ "readonly": true
2489
+ },
2490
+ {
2491
+ "kind": "field",
2492
+ "name": "viewNumber",
2493
+ "readonly": true
2494
+ },
2495
+ {
2496
+ "kind": "field",
2497
+ "name": "disablePolling",
2498
+ "readonly": true
2499
+ },
2500
+ {
2501
+ "kind": "field",
2502
+ "name": "requestAutoSetup",
2503
+ "readonly": true
2504
+ },
2505
+ {
2506
+ "kind": "method",
2507
+ "name": "handleRowClicked",
2508
+ "return": {
2509
+ "type": {
2510
+ "text": "void"
2511
+ }
2260
2512
  },
2261
- "default": "'⋮'",
2262
- "description": "The label of the crud action menu",
2263
- "inheritedFrom": {
2264
- "name": "EntityManagement",
2265
- "module": "src/entities/entities.ts"
2266
- }
2513
+ "parameters": [
2514
+ {
2515
+ "name": "e",
2516
+ "type": {
2517
+ "text": "CustomEvent"
2518
+ }
2519
+ }
2520
+ ]
2267
2521
  },
2268
2522
  {
2269
2523
  "kind": "method",
2270
- "name": "readEntity",
2271
- "privacy": "private",
2524
+ "name": "handleRowDblClicked",
2525
+ "return": {
2526
+ "type": {
2527
+ "text": "void"
2528
+ }
2529
+ },
2272
2530
  "parameters": [
2273
2531
  {
2274
2532
  "name": "e",
@@ -2276,131 +2534,83 @@
2276
2534
  "text": "CustomEvent"
2277
2535
  }
2278
2536
  }
2279
- ],
2280
- "inheritedFrom": {
2281
- "name": "EntityManagement",
2282
- "module": "src/entities/entities.ts"
2283
- }
2537
+ ]
2284
2538
  },
2285
2539
  {
2286
2540
  "kind": "method",
2287
- "name": "searchBarReqServer",
2288
- "privacy": "private",
2541
+ "name": "handleRowContextMenu",
2542
+ "return": {
2543
+ "type": {
2544
+ "text": "void"
2545
+ }
2546
+ },
2289
2547
  "parameters": [
2290
2548
  {
2291
- "name": "options",
2549
+ "name": "e",
2292
2550
  "type": {
2293
- "text": "SelectedOption<string>[]"
2551
+ "text": "CustomEvent"
2294
2552
  }
2295
2553
  }
2296
- ],
2297
- "inheritedFrom": {
2298
- "name": "EntityManagement",
2299
- "module": "src/entities/entities.ts"
2300
- }
2554
+ ]
2301
2555
  },
2302
2556
  {
2303
2557
  "kind": "method",
2304
- "name": "searchBarDataserver",
2558
+ "name": "handleFilterChanged",
2305
2559
  "privacy": "private",
2306
2560
  "parameters": [
2307
2561
  {
2308
- "name": "options",
2309
- "type": {
2310
- "text": "SelectedOption<string>[]"
2311
- }
2562
+ "name": "e"
2312
2563
  }
2313
- ],
2314
- "inheritedFrom": {
2315
- "name": "EntityManagement",
2316
- "module": "src/entities/entities.ts"
2317
- }
2564
+ ]
2318
2565
  },
2319
2566
  {
2320
2567
  "kind": "method",
2321
- "name": "requestChanged",
2568
+ "name": "handleFilterCleared",
2322
2569
  "privacy": "private",
2323
2570
  "parameters": [
2324
2571
  {
2325
- "name": "e",
2326
- "type": {
2327
- "text": "CustomEvent<string>"
2328
- }
2572
+ "name": "e"
2329
2573
  }
2330
- ],
2331
- "inheritedFrom": {
2332
- "name": "EntityManagement",
2333
- "module": "src/entities/entities.ts"
2334
- }
2574
+ ]
2335
2575
  },
2336
2576
  {
2337
2577
  "kind": "method",
2338
- "name": "criteriaChanged",
2578
+ "name": "select",
2339
2579
  "privacy": "private",
2340
2580
  "parameters": [
2341
2581
  {
2342
- "name": "e",
2343
- "type": {
2344
- "text": "CustomEvent<string>"
2345
- }
2582
+ "name": "e"
2346
2583
  }
2347
- ],
2348
- "inheritedFrom": {
2349
- "name": "EntityManagement",
2350
- "module": "src/entities/entities.ts"
2351
- }
2584
+ ]
2352
2585
  },
2353
2586
  {
2354
2587
  "kind": "method",
2355
- "name": "submitFailureNotification",
2588
+ "name": "selectionChanged",
2356
2589
  "privacy": "private",
2357
2590
  "parameters": [
2358
2591
  {
2359
2592
  "name": "e",
2360
2593
  "type": {
2361
- "text": "CustomEvent"
2594
+ "text": "CustomEvent<SelectionChangedEvent>"
2362
2595
  }
2363
2596
  }
2364
- ],
2365
- "inheritedFrom": {
2366
- "name": "EntityManagement",
2367
- "module": "src/entities/entities.ts"
2368
- }
2597
+ ]
2598
+ },
2599
+ {
2600
+ "kind": "field",
2601
+ "name": "edit",
2602
+ "privacy": "private"
2369
2603
  },
2370
2604
  {
2371
2605
  "kind": "method",
2372
- "name": "submitErrorHandler",
2373
- "privacy": "private",
2606
+ "name": "delete",
2374
2607
  "parameters": [
2375
2608
  {
2376
- "name": "e",
2377
- "type": {
2378
- "text": "CustomEvent"
2379
- }
2609
+ "name": "e"
2380
2610
  }
2381
- ],
2382
- "inheritedFrom": {
2383
- "name": "EntityManagement",
2384
- "module": "src/entities/entities.ts"
2385
- }
2386
- },
2387
- {
2388
- "kind": "method",
2389
- "name": "showDeleteConfirmation",
2390
- "privacy": "private",
2391
- "inheritedFrom": {
2392
- "name": "EntityManagement",
2393
- "module": "src/entities/entities.ts"
2394
- }
2611
+ ]
2395
2612
  }
2396
2613
  ],
2397
- "superclass": {
2398
- "name": "EntityManagement",
2399
- "module": "/src/entities"
2400
- },
2401
- "deprecated": "- Use '\\@genesislcap/pbc-auth' instead. 'https://www.npmjs.com/package/\\@genesislcap/pbc-auth'",
2402
- "tagName": "profile-management",
2403
- "customElement": true,
2404
2614
  "attributes": [
2405
2615
  {
2406
2616
  "name": "design-system-prefix",
@@ -2409,405 +2619,160 @@
2409
2619
  },
2410
2620
  "default": "'zero'",
2411
2621
  "description": "Name of the design system prefix that will be used in renderers.",
2412
- "fieldName": "prefix",
2413
- "inheritedFrom": {
2414
- "name": "EntityManagement",
2415
- "module": "src/entities/entities.ts"
2416
- }
2622
+ "fieldName": "prefix"
2417
2623
  },
2418
2624
  {
2419
2625
  "name": "resourceName",
2420
2626
  "type": {
2421
2627
  "text": "string"
2422
2628
  },
2423
- "description": "Name of the backend resource which contain the entities to manage",
2424
- "fieldName": "resourceName",
2425
- "inheritedFrom": {
2426
- "name": "EntityManagement",
2427
- "module": "src/entities/entities.ts"
2428
- }
2429
- },
2430
- {
2431
- "name": "readEvent",
2432
- "type": {
2433
- "text": "string"
2434
- },
2435
- "description": "Name of the request on the Genesis server which fetches data for the form, example usage could\ninclude fetching additional data that is not available in the grid but required for the selected entity",
2436
- "fieldName": "readEvent",
2437
- "inheritedFrom": {
2438
- "name": "EntityManagement",
2439
- "module": "src/entities/entities.ts"
2440
- }
2441
- },
2442
- {
2443
- "name": "updateEvent",
2444
- "type": {
2445
- "text": "string"
2446
- },
2447
- "description": "Name of the event handler on the Genesis server which handles updating the entity",
2448
- "fieldName": "updateEvent",
2449
- "inheritedFrom": {
2450
- "name": "EntityManagement",
2451
- "module": "src/entities/entities.ts"
2452
- }
2453
- },
2454
- {
2455
- "name": "deleteEvent",
2456
- "type": {
2457
- "text": "string"
2458
- },
2459
- "description": "Name of the event handler on the Genesis server which handles deleting the entity",
2460
- "fieldName": "deleteEvent",
2461
- "inheritedFrom": {
2462
- "name": "EntityManagement",
2463
- "module": "src/entities/entities.ts"
2464
- }
2465
- },
2466
- {
2467
- "name": "createEvent",
2468
- "type": {
2469
- "text": "string"
2470
- },
2471
- "description": "Name of the event handler on the Genesis server which handles creating an entity",
2472
- "fieldName": "createEvent",
2473
- "inheritedFrom": {
2474
- "name": "EntityManagement",
2475
- "module": "src/entities/entities.ts"
2476
- }
2629
+ "default": "''",
2630
+ "fieldName": "resourceName"
2477
2631
  },
2478
2632
  {
2479
2633
  "name": "title",
2480
2634
  "type": {
2481
2635
  "text": "string"
2482
2636
  },
2483
- "description": "Title of the grid",
2484
- "fieldName": "title",
2485
- "inheritedFrom": {
2486
- "name": "EntityManagement",
2487
- "module": "src/entities/entities.ts"
2488
- }
2637
+ "default": "''",
2638
+ "fieldName": "title"
2489
2639
  },
2490
2640
  {
2491
- "name": "entityLabel",
2641
+ "name": "persist-column-state-key",
2492
2642
  "type": {
2493
2643
  "text": "string"
2494
2644
  },
2495
- "description": "Label for the entity which is used in the title of the modal when editing the entity, on CRUD buttons and on toast notifications",
2496
- "fieldName": "entityLabel",
2497
- "inheritedFrom": {
2498
- "name": "EntityManagement",
2499
- "module": "src/entities/entities.ts"
2500
- }
2645
+ "fieldName": "persistColumnStateKey"
2501
2646
  },
2502
2647
  {
2503
- "name": "row-selection",
2648
+ "name": "persist-filter-model-key",
2504
2649
  "type": {
2505
2650
  "text": "string"
2506
2651
  },
2507
- "default": "'single'",
2508
- "description": "This attribute allows you to change row-selection to 'single' or 'multiple' which will allow you to select single or multiple rows.",
2509
- "fieldName": "rowSelection",
2510
- "inheritedFrom": {
2511
- "name": "EntityManagement",
2512
- "module": "src/entities/entities.ts"
2513
- }
2514
- },
2515
- {
2516
- "name": "enable-cell-flashing",
2517
- "type": {
2518
- "text": "boolean"
2519
- },
2520
- "default": "false",
2521
- "description": "If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef",
2522
- "fieldName": "enableCellFlashing",
2523
- "inheritedFrom": {
2524
- "name": "EntityManagement",
2525
- "module": "src/entities/entities.ts"
2526
- }
2652
+ "fieldName": "persistFilterModelKey"
2527
2653
  },
2528
2654
  {
2529
- "name": "enable-row-flashing",
2655
+ "name": "size-columns-to-fit",
2530
2656
  "type": {
2531
2657
  "text": "boolean"
2532
2658
  },
2533
- "default": "false",
2534
- "description": "If true, will enable row flashing for all rows for `add` transactions",
2535
- "fieldName": "enableRowFlashing",
2536
- "inheritedFrom": {
2537
- "name": "EntityManagement",
2538
- "module": "src/entities/entities.ts"
2539
- }
2540
- },
2541
- {
2542
- "name": "datasource-type",
2543
- "type": {
2544
- "text": "DatasourceType"
2545
- },
2546
- "default": "'client'",
2547
- "description": "If set to 'server' it will enable Server-Side Row Model and use `grid-pro-server-side-datasource` for the grid of the `entity-list` sub-component.\nBy default `grid-pro-client-side-datasource` will be used.",
2548
- "fieldName": "datasourceType",
2549
- "inheritedFrom": {
2550
- "name": "EntityManagement",
2551
- "module": "src/entities/entities.ts"
2552
- }
2553
- },
2554
- {
2555
- "name": "persist-column-state-key",
2556
- "type": {
2557
- "text": "string"
2558
- },
2559
- "description": "This attribute controls whether and how the entity manager stores the state of the columns when the user edits them. Omit this attribute to disable the functionality, set it to a unique value to enable it.",
2560
- "fieldName": "persistColumnStateKey",
2561
- "inheritedFrom": {
2562
- "name": "EntityManagement",
2563
- "module": "src/entities/entities.ts"
2564
- }
2659
+ "fieldName": "sizeColumnsToFit"
2565
2660
  },
2566
2661
  {
2567
- "name": "persist-filter-model-key",
2662
+ "name": "row-selection",
2568
2663
  "type": {
2569
2664
  "text": "string"
2570
- },
2571
- "description": "The key to use for persisting the filter model in local browser or KV storage.",
2572
- "fieldName": "persistFilterModelKey",
2573
- "inheritedFrom": {
2574
- "name": "EntityManagement",
2575
- "module": "src/entities/entities.ts"
2576
- }
2665
+ },
2666
+ "fieldName": "rowSelection"
2577
2667
  },
2578
2668
  {
2579
- "name": "size-columns-to-fit",
2669
+ "name": "enable-filter-bar",
2580
2670
  "type": {
2581
2671
  "text": "boolean"
2582
2672
  },
2583
- "description": "Resizes columns to take available space",
2584
- "fieldName": "sizeColumnsToFit",
2585
- "inheritedFrom": {
2586
- "name": "EntityManagement",
2587
- "module": "src/entities/entities.ts"
2588
- }
2673
+ "fieldName": "enableFilterBar"
2589
2674
  },
2590
2675
  {
2591
- "name": "enable-filter-bar",
2676
+ "name": "async-add",
2592
2677
  "type": {
2593
2678
  "text": "boolean"
2594
2679
  },
2595
- "description": "Enables filter bar component",
2596
- "fieldName": "enableFilterBar",
2597
- "inheritedFrom": {
2598
- "name": "EntityManagement",
2599
- "module": "src/entities/entities.ts"
2600
- }
2680
+ "default": "false",
2681
+ "fieldName": "asyncAdd"
2601
2682
  },
2602
2683
  {
2603
- "name": "hide-edit",
2684
+ "name": "async-remove",
2604
2685
  "type": {
2605
2686
  "text": "boolean"
2606
2687
  },
2607
2688
  "default": "false",
2608
- "description": "Hides edit button",
2609
- "fieldName": "hideEdit",
2610
- "inheritedFrom": {
2611
- "name": "EntityManagement",
2612
- "module": "src/entities/entities.ts"
2613
- }
2689
+ "fieldName": "asyncRemove"
2614
2690
  },
2615
2691
  {
2616
- "name": "hide-delete",
2692
+ "name": "async-update",
2617
2693
  "type": {
2618
2694
  "text": "boolean"
2619
2695
  },
2620
- "default": "false",
2621
- "description": "Hides delete button",
2622
- "fieldName": "hideDelete",
2623
- "inheritedFrom": {
2624
- "name": "EntityManagement",
2625
- "module": "src/entities/entities.ts"
2626
- }
2696
+ "default": "true",
2697
+ "fieldName": "asyncUpdate"
2627
2698
  },
2628
2699
  {
2629
- "name": "enable-search-bar",
2700
+ "name": "enable-cell-flashing",
2630
2701
  "type": {
2631
2702
  "text": "boolean"
2632
2703
  },
2633
2704
  "default": "false",
2634
- "description": "This attribute controls whether to enable the search-bar.",
2635
- "fieldName": "enableSearchBar",
2636
- "inheritedFrom": {
2637
- "name": "EntityManagement",
2638
- "module": "src/entities/entities.ts"
2639
- }
2705
+ "fieldName": "enableCellFlashing"
2640
2706
  },
2641
2707
  {
2642
- "name": "header-case-type",
2708
+ "name": "enable-row-flashing",
2643
2709
  "type": {
2644
- "text": "GridProCaseType"
2710
+ "text": "boolean"
2645
2711
  },
2646
- "description": "The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.",
2647
- "fieldName": "headerCaseType",
2648
- "inheritedFrom": {
2649
- "name": "EntityManagement",
2650
- "module": "src/entities/entities.ts"
2651
- }
2712
+ "default": "false",
2713
+ "fieldName": "enableRowFlashing"
2652
2714
  },
2653
2715
  {
2654
- "name": "modal-position",
2716
+ "name": "hide-edit",
2655
2717
  "type": {
2656
- "text": "'centre' | 'left' | 'right'"
2718
+ "text": "boolean"
2657
2719
  },
2658
- "default": "'right'",
2659
- "description": "Determines where the modal dialog will appear on screen",
2660
- "fieldName": "modalPosition",
2661
- "inheritedFrom": {
2662
- "name": "EntityManagement",
2663
- "module": "src/entities/entities.ts"
2664
- }
2720
+ "default": "false",
2721
+ "fieldName": "hideEdit"
2665
2722
  },
2666
2723
  {
2667
- "name": "crud-menu-position",
2724
+ "name": "hide-delete",
2668
2725
  "type": {
2669
- "text": "CrudMenuPosition"
2726
+ "text": "boolean"
2670
2727
  },
2671
- "description": "Determines where the buttons will appear",
2672
- "fieldName": "crudMenuPosition",
2673
- "inheritedFrom": {
2674
- "name": "EntityManagement",
2675
- "module": "src/entities/entities.ts"
2676
- }
2728
+ "default": "false",
2729
+ "fieldName": "hideDelete"
2677
2730
  },
2678
2731
  {
2679
- "name": "crud-menu-style",
2732
+ "name": "datasource-type",
2680
2733
  "type": {
2681
- "text": "ActionsMenuStyle"
2734
+ "text": "DatasourceType"
2682
2735
  },
2683
- "description": "Determines the style of the buttons",
2684
- "fieldName": "crudMenuStyle",
2685
- "inheritedFrom": {
2686
- "name": "EntityManagement",
2687
- "module": "src/entities/entities.ts"
2688
- }
2736
+ "default": "'client'",
2737
+ "fieldName": "datasourceType"
2689
2738
  },
2690
2739
  {
2691
- "name": "crud-action-menu-name",
2740
+ "name": "header-case-type",
2692
2741
  "type": {
2693
- "text": "string"
2742
+ "text": "GridProCaseType"
2694
2743
  },
2695
- "default": "'⋮'",
2696
- "description": "The label of the crud action menu",
2697
- "fieldName": "crudActionMenuName",
2698
- "inheritedFrom": {
2699
- "name": "EntityManagement",
2700
- "module": "src/entities/entities.ts"
2701
- }
2744
+ "fieldName": "headerCaseType"
2702
2745
  }
2703
2746
  ],
2704
- "events": [
2705
- {
2706
- "description": "Fired when the request is changed",
2707
- "name": "request-changed",
2708
- "inheritedFrom": {
2709
- "name": "EntityManagement",
2710
- "module": "src/entities/entities.ts"
2711
- }
2712
- },
2713
- {
2714
- "description": "Fired when the criteria is changed",
2715
- "name": "criteria-changed",
2716
- "inheritedFrom": {
2717
- "name": "EntityManagement",
2718
- "module": "src/entities/entities.ts"
2719
- }
2720
- },
2721
- {
2722
- "description": "Fired when an entity is created",
2723
- "name": "create-entity",
2724
- "inheritedFrom": {
2725
- "name": "EntityManagement",
2726
- "module": "src/entities/entities.ts"
2727
- }
2728
- },
2729
- {
2730
- "description": "Fired when an entity is edited",
2731
- "name": "edit-entity",
2732
- "inheritedFrom": {
2733
- "name": "EntityManagement",
2734
- "module": "src/entities/entities.ts"
2735
- }
2736
- },
2737
- {
2738
- "description": "Fired when an entity is deleted Bubbled events from the child entity-list component",
2739
- "name": "delete-entity",
2740
- "inheritedFrom": {
2741
- "name": "EntityManagement",
2742
- "module": "src/entities/entities.ts"
2743
- }
2744
- },
2745
- {
2746
- "description": "Fired when there is an error in a create, edit or delete operation",
2747
- "name": "submit-failure",
2748
- "inheritedFrom": {
2749
- "name": "EntityManagement",
2750
- "module": "src/entities/entities.ts"
2751
- }
2752
- },
2753
- {
2754
- "description": "Fired when a create, edit or delete operation is completed successfully",
2755
- "name": "submit-success",
2756
- "inheritedFrom": {
2757
- "name": "EntityManagement",
2758
- "module": "src/entities/entities.ts"
2759
- }
2760
- },
2761
- {
2762
- "description": "Fired when a row is clicked",
2763
- "name": "rowClick",
2764
- "inheritedFrom": {
2765
- "name": "EntityManagement",
2766
- "module": "src/entities/entities.ts"
2767
- }
2768
- },
2769
- {
2770
- "description": "Fired when a row is double clicked",
2771
- "name": "rowDblClick",
2772
- "inheritedFrom": {
2773
- "name": "EntityManagement",
2774
- "module": "src/entities/entities.ts"
2775
- }
2776
- },
2777
- {
2778
- "description": "Fired when a row is right clicked",
2779
- "name": "contextMenu",
2780
- "inheritedFrom": {
2781
- "name": "EntityManagement",
2782
- "module": "src/entities/entities.ts"
2783
- }
2784
- },
2747
+ "mixins": [
2785
2748
  {
2786
- "description": "Fired when a row is selected",
2787
- "name": "rowSelected",
2788
- "inheritedFrom": {
2789
- "name": "EntityManagement",
2790
- "module": "src/entities/entities.ts"
2791
- }
2749
+ "name": "LifecycleMixin",
2750
+ "package": "@genesislcap/foundation-utils"
2792
2751
  }
2793
- ]
2752
+ ],
2753
+ "superclass": {
2754
+ "name": "FASTElement",
2755
+ "package": "@microsoft/fast-element"
2756
+ },
2757
+ "tagName": "entity-list",
2758
+ "customElement": true
2794
2759
  }
2795
2760
  ],
2796
2761
  "exports": [
2797
2762
  {
2798
2763
  "kind": "js",
2799
- "name": "Profiles",
2764
+ "name": "List",
2800
2765
  "declaration": {
2801
- "name": "Profiles",
2802
- "module": "src/profiles/profiles.ts"
2766
+ "name": "List",
2767
+ "module": "src/list/list.ts"
2803
2768
  }
2804
2769
  },
2805
2770
  {
2806
2771
  "kind": "custom-element-definition",
2807
- "name": "profile-management",
2772
+ "name": "entity-list",
2808
2773
  "declaration": {
2809
- "name": "Profiles",
2810
- "module": "src/profiles/profiles.ts"
2774
+ "name": "List",
2775
+ "module": "src/list/list.ts"
2811
2776
  }
2812
2777
  }
2813
2778
  ]
@@ -2833,6 +2798,41 @@
2833
2798
  }
2834
2799
  ]
2835
2800
  },
2801
+ {
2802
+ "kind": "javascript-module",
2803
+ "path": "src/components/components.ts",
2804
+ "declarations": [
2805
+ {
2806
+ "kind": "function",
2807
+ "name": "loadRemotes"
2808
+ }
2809
+ ],
2810
+ "exports": [
2811
+ {
2812
+ "kind": "js",
2813
+ "name": "loadRemotes",
2814
+ "declaration": {
2815
+ "name": "loadRemotes",
2816
+ "module": "src/components/components.ts"
2817
+ }
2818
+ }
2819
+ ]
2820
+ },
2821
+ {
2822
+ "kind": "javascript-module",
2823
+ "path": "src/components/index.ts",
2824
+ "declarations": [],
2825
+ "exports": [
2826
+ {
2827
+ "kind": "js",
2828
+ "name": "*",
2829
+ "declaration": {
2830
+ "name": "*",
2831
+ "package": "./components"
2832
+ }
2833
+ }
2834
+ ]
2835
+ },
2836
2836
  {
2837
2837
  "kind": "javascript-module",
2838
2838
  "path": "src/users/users.template.ts",